PostgreSQL Patch Tester

Current commitfest | Next commitfest | FAQ | Statistics | Highlights

Highlight type: all assertion compiler core linker panic regress sanitizer tap test

Time range: current 7-day 30-day 90-day

This robot generates gigabytes of CI logs every week. Here is an attempt to search for "highlights", so it's easier to find actionable information quickly. New ideas for what patterns to search for are very welcome. "Current" shows only the most recent results from each submission. The wider time ranges also show information about historical versions, which may be useful for flapping tests, and also for hunting for bugs in master.

51/5417 pure parsers and reentrant scanners
FreeBSD - 13 - Meson
core
[18:50:24.652] #0  0x000012a3bed1c6fa in _open () from /lib/libc.so.7
[18:50:24.652] #1  0x000012a3becb0c2e in ?? () from /lib/libc.so.7
[18:50:24.652] #2  0x000012a3becb1f78 in ?? () from /lib/libc.so.7
[18:50:24.652] #3  0x000012a3becb1e69 in ?? () from /lib/libc.so.7
[18:50:24.652] #4  0x000012a3becb1d3b in ?? () from /lib/libc.so.7
[18:50:24.652] #5  0x000012a3becb19a1 in setlocale () from /lib/libc.so.7
[18:50:24.652] #6  0x0000129b9ccd5671 in ?? ()
[18:50:24.652] #7  0x0000129b9ccc61ad in ?? ()
[18:50:24.652] #8  0x000012a3bdc8c408 in ?? ()
[18:50:24.652] #9  0x0000000000000000 in ?? ()
core
[18:50:24.537] #0  0x0000000836e442cf in plpgsql_scanner_errposition (location=11, yyscanner=0x0) at ../src/pl/plpgsql/s...
[18:50:24.537] #1  0x0000000836e305e1 in plpgsql_sql_error_callback (arg=<optimized out>) at ../src/pl/plpgsql/src/pl_gr...
[18:50:24.537] #2  0x0000000000aa5947 in errfinish (filename=<optimized out>, lineno=<optimized out>, funcname=<optimize...
[18:50:24.537] #3  0x000000000087d24e in typenameType (pstate=pstate@entry=0x0, typeName=0x8412ba758, typmod_p=typmod_p@...
[18:50:24.537] #4  0x000000000087d2a1 in typenameTypeIdAndMod (pstate=0xb, pstate@entry=0x0, typeName=0xb, typeid_p=type...
[18:50:24.537] #5  0x0000000836e2dcbb in parse_datatype (string=<optimized out>, location=11) at ../src/pl/plpgsql/src/p...
[18:50:24.537] #6  read_datatype (tok=59, yylvalp=yylvalp@entry=0x820dbd720, yyllocp=yyllocp@entry=0x820dbd7c4, yyscanne...
[18:50:24.537] #7  0x0000000836e2a5fe in plpgsql_yyparse (yyscanner=yyscanner@entry=0x833812360) at ../src/pl/plpgsql/sr...
[18:50:24.537] #8  0x0000000836e31671 in do_compile (fcinfo=0x841276868, procTup=0x841226ae8, function=0x84128e708, hash...
[18:50:24.537] #9  plpgsql_compile (fcinfo=fcinfo@entry=0x841276868, forValidator=false) at ../src/pl/plpgsql/src/pl_com...
regress
diff -U3 /tmp/cirrus-ci-build/src/pl/plpgsql/src/expected/plpgsql_record.out /tmp/cirrus-ci-build/build/testrun/plpgsql/...
--- /tmp/cirrus-ci-build/src/pl/plpgsql/src/expected/plpgsql_record.out	2024-12-26 18:43:15.632219000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/plpgsql/regress/results/plpgsql_record.out	2024-12-26 18:45:16.257550000 +0000
@@ -620,255 +620,7 @@
 $$ declare r mutable2; begin r.f1 := $1; return r.f1 + 2; end $$;
 reset check_function_bodies;
 select sillyaddtwo(42);  -- fail
-ERROR:  type "mutable2" does not exist
-LINE 1:  declare r mutable2; begin r.f1 := $1; return r.f1 + 2; end 
-                   ^
-QUERY:   declare r mutable2; begin r.f1 := $1; return r.f1 + 2; end 
-CONTEXT:  compilation of PL/pgSQL function "sillyaddtwo" near line 1
-create table mutable2(f1 int, f2 text);
-select sillyaddtwo(42);
- sillyaddtwo 
--------------
-          44
-(1 row)
-
-drop table mutable2;
...
test
[18:48:01.472]  46/315 postgresql:plpgsql / plpgsql/regress                                            ERROR            ...
Linux - Debian Bookworm - Autoconf
core
[18:53:50.982] #0  0x00007f9e850abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[18:53:50.982] #1  0x00007f9e8505cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[18:53:50.982] #2  0x00007f9e85047472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[18:53:50.982] #3  0x00007f9e862d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[18:53:50.982] #4  0x00007f9e862e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[18:53:50.982] #5  0x00007f9e862c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7f9e84e23f4e, __in_ch...
[18:53:50.982] #6  0x00007f9e862be6ae in __asan::ReportDeadlySignal (sig=...) at ../../../../src/libsanitizer/asan/asan_...
[18:53:50.982] #7  0x00007f9e862bd462 in __asan::AsanOnDeadlySignal (signo=<optimized out>, siginfo=0x7f9e84e24bf0, cont...
[18:53:50.982] #8  <signal handler called>
[18:53:50.982] #9  0x00007f9e781e2004 in plpgsql_scanner_errposition (location=11, yyscanner=0x7f9e862a8985 <__intercept...
regress
diff -U3 /tmp/cirrus-ci-build/src/pl/plpgsql/src/expected/plpgsql_record.out /tmp/cirrus-ci-build/src/pl/plpgsql/src/res...
--- /tmp/cirrus-ci-build/src/pl/plpgsql/src/expected/plpgsql_record.out	2024-12-26 18:43:10.440800468 +0000
+++ /tmp/cirrus-ci-build/src/pl/plpgsql/src/results/plpgsql_record.out	2024-12-26 18:44:35.728059028 +0000
@@ -620,255 +620,7 @@
 $$ declare r mutable2; begin r.f1 := $1; return r.f1 + 2; end $$;
 reset check_function_bodies;
 select sillyaddtwo(42);  -- fail
-ERROR:  type "mutable2" does not exist
-LINE 1:  declare r mutable2; begin r.f1 := $1; return r.f1 + 2; end 
-                   ^
-QUERY:   declare r mutable2; begin r.f1 := $1; return r.f1 + 2; end 
-CONTEXT:  compilation of PL/pgSQL function "sillyaddtwo" near line 1
-create table mutable2(f1 int, f2 text);
-select sillyaddtwo(42);
- sillyaddtwo 
--------------
-          44
-(1 row)
-
-drop table mutable2;
...
sanitizer
SUMMARY: AddressSanitizer: SEGV /tmp/cirrus-ci-build/src/pl/plpgsql/src/pl_scanner.c:508 in plpgsql_scanner_errposition
Linux - Debian Bookworm - Meson
core
[18:50:27.182] #0  0x00007ff79bca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[18:50:27.182] #1  0x00007ff79bc5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[18:50:27.182] #2  0x00007ff79bc45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[18:50:27.182] #3  0x00007ff79be1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[18:50:27.182] #4  0x00007ff79be2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[18:50:27.182] #5  0x00007ff79be0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x7ff79037e8c0,...
[18:50:27.182] #6  0x00007ff790350d34 in plpgsql_scanner_errposition (location=<optimized out>, yyscanner=0x55e439fde268...
[18:50:27.182] #7  0x00007ff79031a7ec in plpgsql_sql_error_callback (arg=<optimized out>) at ../src/pl/plpgsql/src/pl_gr...
[18:50:27.182] #8  0x000055e439f34473 in errfinish (filename=filename@entry=0x55e43a1d06f0 "../src/backend/parser/parse_...
[18:50:27.182] #9  0x000055e439b013ca in typenameType (pstate=pstate@entry=0x0, typeName=typeName@entry=0x55e43b0277a8, ...
regress
diff -U3 /tmp/cirrus-ci-build/src/pl/plpgsql/src/expected/plpgsql_record.out /tmp/cirrus-ci-build/build/testrun/plpgsql/...
--- /tmp/cirrus-ci-build/src/pl/plpgsql/src/expected/plpgsql_record.out	2024-12-26 18:43:09.721107522 +0000
+++ /tmp/cirrus-ci-build/build/testrun/plpgsql/regress/results/plpgsql_record.out	2024-12-26 18:45:48.999413916 +0000
@@ -620,255 +620,7 @@
 $$ declare r mutable2; begin r.f1 := $1; return r.f1 + 2; end $$;
 reset check_function_bodies;
 select sillyaddtwo(42);  -- fail
-ERROR:  type "mutable2" does not exist
-LINE 1:  declare r mutable2; begin r.f1 := $1; return r.f1 + 2; end 
-                   ^
-QUERY:   declare r mutable2; begin r.f1 := $1; return r.f1 + 2; end 
-CONTEXT:  compilation of PL/pgSQL function "sillyaddtwo" near line 1
-create table mutable2(f1 int, f2 text);
-select sillyaddtwo(42);
- sillyaddtwo 
--------------
-          44
-(1 row)
-
-drop table mutable2;
...
test
[18:48:08.300]  46/315 postgresql:plpgsql / plpgsql/regress                                            ERROR            ...
macOS - Sonoma - Meson
core
[18:51:35.258]   * frame #0: 0x00000001039dc77c plpgsql.dylib`plpgsql_scanner_errposition(location=11, yyscanner=0x00000...
[18:51:35.258]     frame #1: 0x00000001039cc330 plpgsql.dylib`plpgsql_sql_error_callback(arg=<unavailable>) at pl_gram.y...
[18:51:35.258]     frame #2: 0x000000010313ac10 postgres`errfinish(filename=<unavailable>, lineno=<unavailable>, funcnam...
[18:51:35.258]     frame #3: 0x000000010327406c postgres`typenameType.cold.1 at parse_type.c:270:3
[18:51:35.258]     frame #4: 0x0000000102f4f118 postgres`typenameType(pstate=0x0000000000000000, typeName=0x000000013402...
[18:51:35.258]     frame #5: 0x0000000102f4f170 postgres`typenameTypeIdAndMod(pstate=<unavailable>, typeName=<unavailabl...
[18:51:35.258]     frame #6: 0x00000001039ca00c plpgsql.dylib`plpgsql_yyparse [inlined] parse_datatype(string=<unavailab...
[18:51:35.258]     frame #7: 0x00000001039c9fc0 plpgsql.dylib`plpgsql_yyparse [inlined] read_datatype(tok=<unavailable>,...
[18:51:35.258]     frame #8: 0x00000001039c9ed0 plpgsql.dylib`plpgsql_yyparse(yyscanner=<unavailable>) at pl_gram.y:774:...
[18:51:35.258]     frame #9: 0x00000001039cd3f4 plpgsql.dylib`plpgsql_compile [inlined] do_compile(fcinfo=<unavailable>,...
regress
diff -U3 /Users/admin/pgsql/src/pl/plpgsql/src/expected/plpgsql_record.out /Users/admin/pgsql/build/testrun/plpgsql/regr...
--- /Users/admin/pgsql/src/pl/plpgsql/src/expected/plpgsql_record.out	2024-12-26 18:43:08
+++ /Users/admin/pgsql/build/testrun/plpgsql/regress/results/plpgsql_record.out	2024-12-26 18:46:03
@@ -619,256 +619,8 @@
 create function sillyaddtwo(int) returns int language plpgsql as
 $$ declare r mutable2; begin r.f1 := $1; return r.f1 + 2; end $$;
 reset check_function_bodies;
-select sillyaddtwo(42);  -- fail
-ERROR:  type "mutable2" does not exist
-LINE 1:  declare r mutable2; begin r.f1 := $1; return r.f1 + 2; end 
-                   ^
-QUERY:   declare r mutable2; begin r.f1 := $1; return r.f1 + 2; end 
-CONTEXT:  compilation of PL/pgSQL function "sillyaddtwo" near line 1
-create table mutable2(f1 int, f2 text);
-select sillyaddtwo(42);
- sillyaddtwo 
--------------
-          44
-(1 row)
-
...
test
[18:48:07.798]  81/315 postgresql:plpgsql / plpgsql/regress                                            ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
core
000000f2`2fdffbc8 00007ff8`837ab77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f2`2fdffbd0 00007ff8`820a4cb0     ntdll!TppWorkerThread+0x2df
000000f2`2fdffec0 00007ff8`8381edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f2`2fdffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f2`2f1ffbd8 00007ff8`837ab77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f2`2f1ffbe0 00007ff8`820a4cb0     ntdll!TppWorkerThread+0x2df
000000f2`2f1ffed0 00007ff8`8381edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f2`2f1fff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f2`2edfbf00 00007ff8`7395bb82     plpgsql!plpgsql_scanner_errposition(
000000f2`2edfbf40 00007ff7`81f885c9     plpgsql!plpgsql_sql_error_callback(
000000f2`2edfbf90 00007ff7`81c1498e     postgres!errfinish(
000000f2`2edfbff0 00007ff7`81c14adc     postgres!typenameType(
000000f2`2edfc030 00007ff8`7395bc40     postgres!typenameTypeIdAndMod(
000000f2`2edfc070 00007ff8`739599a7     plpgsql!parse_datatype(
000000f2`2edfc0e0 00007ff8`73952ed7     plpgsql!read_datatype(
000000f2`2edfc160 00007ff8`73960380     plpgsql!plpgsql_yyparse(
000000f2`2edfe530 00007ff8`7395cf54     plpgsql!do_compile(
000000f2`2edfe6f0 00007ff8`739778bf     plpgsql!plpgsql_compile(
core
000000f2`2f9ffe18 00007ff8`80f8d71e     ntdll!NtWaitForSingleObject+0x14
000000f2`2f9ffe20 00007ff7`81c3a9ac     KERNELBASE!WaitForSingleObjectEx+0x8e
000000f2`2f9ffec0 00007ff8`820a4cb0     postgres!pg_timer_thread(
000000f2`2f9fff00 00007ff8`8381edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f2`2f9fff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f2`2f5ff948 00007ff8`80fd45ca     ntdll!NtFsControlFile+0x14
000000f2`2f5ff950 00007ff7`81c38f0b     KERNELBASE!ConnectNamedPipe+0x6a
000000f2`2f5ff9c0 00007ff8`820a4cb0     postgres!pg_signal_thread(
000000f2`2f5ffac0 00007ff8`8381edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f2`2f5ffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/pl/plpgsql/src/expected/plpgsql_record.out C:/cirrus/build/testrun/plpgsql/re...
--- C:/cirrus/src/pl/plpgsql/src/expected/plpgsql_record.out	2024-12-26 18:43:15.766382500 +0000
+++ C:/cirrus/build/testrun/plpgsql/regress/results/plpgsql_record.out	2024-12-26 18:48:37.683737200 +0000
@@ -620,255 +620,7 @@
 $$ declare r mutable2; begin r.f1 := $1; return r.f1 + 2; end $$;
 reset check_function_bodies;
 select sillyaddtwo(42);  -- fail
-ERROR:  type "mutable2" does not exist
-LINE 1:  declare r mutable2; begin r.f1 := $1; return r.f1 + 2; end 
-                   ^
-QUERY:   declare r mutable2; begin r.f1 := $1; return r.f1 + 2; end 
-CONTEXT:  compilation of PL/pgSQL function "sillyaddtwo" near line 1
-create table mutable2(f1 int, f2 text);
-select sillyaddtwo(42);
- sillyaddtwo 
--------------
-          44
-(1 row)
-
-drop table mutable2;
...
test
[18:56:23.878]  46/310 postgresql:plpgsql / plpgsql/regress                                            ERROR            ...
51/5153 Prohibit to use EphemeralNamedRelation in materialized views
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_p...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-12-26 15:30:25.278217000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/triggers.out	2024-12-26 15:31:28.347680000...
@@ -3737,7 +3737,7 @@
 referencing new table as new_table
 for each statement execute function make_matview();
 insert into my_table values (42);
-ERROR:  transition tables cannot be used in rule
+ERROR:  transition table cannot be used in rule
 CONTEXT:  SQL statement "create materialized view mv as select * from new_table"
 PL/pgSQL function make_matview() line 1 at SQL statement
 drop table my_table;
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/build/testrun/recovery/027_str...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-12-26 15:30:25.278217000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/triggers.out	2024-12-26 15:32:10.5716090...
@@ -3737,7 +3737,7 @@
 referencing new table as new_table
 for each statement execute function make_matview();
 insert into my_table values (42);
-ERROR:  transition tables cannot be used in rule
+ERROR:  transition table cannot be used in rule
 CONTEXT:  SQL statement "create materialized view mv as select * from new_table"
 PL/pgSQL function make_matview() line 1 at SQL statement
 drop table my_table;
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/build/testrun/regress/regress/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-12-26 15:30:25.278217000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/triggers.out	2024-12-26 15:31:28.200559000 +0000
@@ -3737,7 +3737,7 @@
 referencing new table as new_table
 for each statement execute function make_matview();
 insert into my_table values (42);
-ERROR:  transition tables cannot be used in rule
+ERROR:  transition table cannot be used in rule
 CONTEXT:  SQL statement "create materialized view mv as select * from new_table"
 PL/pgSQL function make_matview() line 1 at SQL statement
 drop table my_table;
tap
[15:32:20.422](69.007s) not ok 5 - regression tests pass
tap
[15:33:09.897](79.438s) not ok 2 - regression tests pass
test
[15:35:05.423]  15/315 postgresql:regress / regress/regress                                            ERROR            ...
[15:35:05.423] 100/315 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[15:35:05.423] 157/315 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
core
[15:41:31.618] #0  0x00007f6a22eb0da4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[15:41:31.618] #1  0x00007f6a22e5d239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[15:41:31.618] #2  0x00007f6a22f18204 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:41:31.618] #3  0x00007f6a22f2a85c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[15:41:31.618] #0  <unavailable> in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-12-26 15:30:25.933152676 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/triggers.out	2024-12-26 15:34:20.208565009 +0000
@@ -3737,7 +3737,7 @@
 referencing new table as new_table
 for each statement execute function make_matview();
 insert into my_table values (42);
-ERROR:  transition tables cannot be used in rule
+ERROR:  transition table cannot be used in rule
 CONTEXT:  SQL statement "create materialized view mv as select * from new_table"
 PL/pgSQL function make_matview() line 1 at SQL statement
 drop table my_table;
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/src/test/recovery/tmp_check/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-12-26 15:30:25.933152676 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/triggers.out	2024-12-26 15:36:57.708380318 +0000
@@ -3737,7 +3737,7 @@
 referencing new table as new_table
 for each statement execute function make_matview();
 insert into my_table values (42);
-ERROR:  transition tables cannot be used in rule
+ERROR:  transition table cannot be used in rule
 CONTEXT:  SQL statement "create materialized view mv as select * from new_table"
 PL/pgSQL function make_matview() line 1 at SQL statement
 drop table my_table;
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/src/test/regress/results/trigg...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-12-26 15:30:25.933152676 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/triggers.out	2024-12-26 15:32:09.488706367 +0000
@@ -3737,7 +3737,7 @@
 referencing new table as new_table
 for each statement execute function make_matview();
 insert into my_table values (42);
-ERROR:  transition tables cannot be used in rule
+ERROR:  transition table cannot be used in rule
 CONTEXT:  SQL statement "create materialized view mv as select * from new_table"
 PL/pgSQL function make_matview() line 1 at SQL statement
 drop table my_table;
tap
[15:35:54.967](120.869s) not ok 5 - regression tests pass
tap
[15:37:46.863](61.440s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Meson
core
[15:37:40.205] #0  <unavailable> in ?? ()
core
[15:37:40.205] #0  0x00007ff5a6eaeda4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[15:37:40.205] #1  0x00007ff5a6e5b239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[15:37:40.205] #2  0x00007ff5a6f16204 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:37:40.205] #3  0x00007ff5a6f2885c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_p...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-12-26 15:30:25.529903301 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/triggers.out	2024-12-26 15:32:03.540013429...
@@ -3737,7 +3737,7 @@
 referencing new table as new_table
 for each statement execute function make_matview();
 insert into my_table values (42);
-ERROR:  transition tables cannot be used in rule
+ERROR:  transition table cannot be used in rule
 CONTEXT:  SQL statement "create materialized view mv as select * from new_table"
 PL/pgSQL function make_matview() line 1 at SQL statement
 drop table my_table;
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/build/testrun/recovery/027_str...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-12-26 15:30:25.529903301 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/triggers.out	2024-12-26 15:32:41.9440730...
@@ -3737,7 +3737,7 @@
 referencing new table as new_table
 for each statement execute function make_matview();
 insert into my_table values (42);
-ERROR:  transition tables cannot be used in rule
+ERROR:  transition table cannot be used in rule
 CONTEXT:  SQL statement "create materialized view mv as select * from new_table"
 PL/pgSQL function make_matview() line 1 at SQL statement
 drop table my_table;
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/build/testrun/regress/regress/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-12-26 15:30:25.529903301 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/triggers.out	2024-12-26 15:32:00.720097483 +0000
@@ -3737,7 +3737,7 @@
 referencing new table as new_table
 for each statement execute function make_matview();
 insert into my_table values (42);
-ERROR:  transition tables cannot be used in rule
+ERROR:  transition table cannot be used in rule
 CONTEXT:  SQL statement "create materialized view mv as select * from new_table"
 PL/pgSQL function make_matview() line 1 at SQL statement
 drop table my_table;
tap
[15:33:02.613](73.925s) not ok 5 - regression tests pass
tap
[15:33:38.255](76.668s) not ok 2 - regression tests pass
test
[15:35:17.413]  14/315 postgresql:regress / regress/regress                                            ERROR            ...
[15:35:17.413] 136/315 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[15:35:17.413] 159/315 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/triggers.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_up...
--- /Users/admin/pgsql/src/test/regress/expected/triggers.out	2024-12-26 15:30:12
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/triggers.out	2024-12-26 15:31:38
@@ -3737,7 +3737,7 @@
 referencing new table as new_table
 for each statement execute function make_matview();
 insert into my_table values (42);
-ERROR:  transition tables cannot be used in rule
+ERROR:  transition table cannot be used in rule
 CONTEXT:  SQL statement "create materialized view mv as select * from new_table"
 PL/pgSQL function make_matview() line 1 at SQL statement
 drop table my_table;
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/triggers.out /Users/admin/pgsql/build/testrun/recovery/027_stream_...
--- /Users/admin/pgsql/src/test/regress/expected/triggers.out	2024-12-26 15:30:12
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/triggers.out	2024-12-26 15:32:24
@@ -3737,7 +3737,7 @@
 referencing new table as new_table
 for each statement execute function make_matview();
 insert into my_table values (42);
-ERROR:  transition tables cannot be used in rule
+ERROR:  transition table cannot be used in rule
 CONTEXT:  SQL statement "create materialized view mv as select * from new_table"
 PL/pgSQL function make_matview() line 1 at SQL statement
 drop table my_table;
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/triggers.out /Users/admin/pgsql/build/testrun/regress/regress/resu...
--- /Users/admin/pgsql/src/test/regress/expected/triggers.out	2024-12-26 15:30:12
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/triggers.out	2024-12-26 15:31:37
@@ -3737,7 +3737,7 @@
 referencing new table as new_table
 for each statement execute function make_matview();
 insert into my_table values (42);
-ERROR:  transition tables cannot be used in rule
+ERROR:  transition table cannot be used in rule
 CONTEXT:  SQL statement "create materialized view mv as select * from new_table"
 PL/pgSQL function make_matview() line 1 at SQL statement
 drop table my_table;
tap
[15:32:09.361](45.183s) not ok 5 - regression tests pass
tap
[15:33:07.484](60.544s) not ok 2 - regression tests pass
test
[15:34:59.691]  30/315 postgresql:regress / regress/regress                                            ERROR            ...
[15:34:59.691]  50/315 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[15:34:59.691] 151/315 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/triggers.out C:/cirrus/build/testrun/pg_upgrade/002_pg_...
--- C:/cirrus/src/test/regress/expected/triggers.out	2024-12-26 15:30:30.911958200 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/triggers.out	2024-12-26 15:32:55.004165600 +0000
@@ -3737,7 +3737,7 @@
 referencing new table as new_table
 for each statement execute function make_matview();
 insert into my_table values (42);
-ERROR:  transition tables cannot be used in rule
+ERROR:  transition table cannot be used in rule
 CONTEXT:  SQL statement "create materialized view mv as select * from new_table"
 PL/pgSQL function make_matview() line 1 at SQL statement
 drop table my_table;
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/triggers.out C:/cirrus/build/testrun/recovery/027_strea...
--- C:/cirrus/src/test/regress/expected/triggers.out	2024-12-26 15:30:30.911958200 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/triggers.out	2024-12-26 15:35:08.404084100 +0000
@@ -3737,7 +3737,7 @@
 referencing new table as new_table
 for each statement execute function make_matview();
 insert into my_table values (42);
-ERROR:  transition tables cannot be used in rule
+ERROR:  transition table cannot be used in rule
 CONTEXT:  SQL statement "create materialized view mv as select * from new_table"
 PL/pgSQL function make_matview() line 1 at SQL statement
 drop table my_table;
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/triggers.out C:/cirrus/build/testrun/regress/regress/re...
--- C:/cirrus/src/test/regress/expected/triggers.out	2024-12-26 15:30:30.911958200 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/triggers.out	2024-12-26 15:32:44.056895900 +0000
@@ -3737,7 +3737,7 @@
 referencing new table as new_table
 for each statement execute function make_matview();
 insert into my_table values (42);
-ERROR:  transition tables cannot be used in rule
+ERROR:  transition table cannot be used in rule
 CONTEXT:  SQL statement "create materialized view mv as select * from new_table"
 PL/pgSQL function make_matview() line 1 at SQL statement
 drop table my_table;
tap
[15:34:21.791](113.391s) not ok 5 - regression tests pass
tap
[15:36:42.132](123.461s) not ok 2 - regression tests pass
test
[15:44:00.329]   6/310 postgresql:regress / regress/regress                                            ERROR           1...
[15:44:00.329]  37/310 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[15:44:00.329]  93/310 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/4390 add not_before and not_after timestamps to sslinfo extension and pg_stat_ssl
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[13:09:45.063] ../src/backend/libpq/be-secure-openssl.c(1566): warning C4047: 'function': 'ASN1_TIME *' differs in level...
compiler
[13:09:45.063] ../src/backend/libpq/be-secure-openssl.c(1575): warning C4047: 'function': 'ASN1_TIME *' differs in level...
compiler
[13:10:02.157] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notAfter referenced in...
compiler
[13:10:02.055] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notBefore referenced i...
compiler
[13:09:45.158] ../src/backend/libpq/be-secure-openssl.c(1575): warning C4024: 'ASN1_TIME_to_timestamptz': different type...
compiler
[13:09:45.063] ../src/backend/libpq/be-secure-openssl.c(1566): warning C4024: 'ASN1_TIME_to_timestamptz': different type...
51/5413 INSERT ... ON CONFLICT DO SELECT [FOR ...]
CompilerWarnings
compiler
[11:16:31.581] explain.c:5156:9: error: ‘resolution’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[11:15:52.137] explain.c:5156:9: error: ‘resolution’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[11:23:47.100] explain.c:5156:9: error: ‘resolution’ may be used uninitialized [-Werror=maybe-uninitialized]
51/5444 using index to speedup add not null constraints to a table
FreeBSD - 13 - Meson
test
[09:42:42.190]  31/315 postgresql:isolation / isolation/isolation                                      ERROR            ...
Linux - Debian Bookworm - Autoconf
core
[09:48:48.739] #0  <unavailable> in ?? ()
core
[09:48:48.621] #0  0x00007fb632a5bda4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[09:48:48.621] #1  0x00007fb632a08239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[09:48:48.621] #2  0x00007fb632a08497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[09:48:48.621] #3  0x000055bf23aa55c1 in ?? ()
[09:48:48.621] #4  0x000055bf23a9f369 in ?? ()
[09:48:48.621] #5  0x000055bf23a9e20f in ?? ()
[09:48:48.621] #6  0x000055bf23a9ec3b in ?? ()
[09:48:48.621] #7  0x000055bf23a9c66f in ?? ()
[09:48:48.621] #8  0x00007fb6329f324a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:48:48.621] #9  0x00007fb6329f3305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[09:48:48.739] #0  0x00007fb632a5bda4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[09:48:48.739] #1  0x00007fb632a08239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[09:48:48.739] #2  0x00007fb632a08497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[09:48:48.739] #3  0x000055bf23aa55f3 in ?? ()
[09:48:48.739] #4  0x000055bf23a9f369 in ?? ()
[09:48:48.739] #5  0x000055bf23a9e20f in ?? ()
[09:48:48.739] #6  0x000055bf23a9ec3b in ?? ()
[09:48:48.739] #7  0x000055bf23a9c66f in ?? ()
[09:48:48.739] #8  0x00007fb6329f324a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:48:48.739] #9  0x00007fb6329f3305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
Linux - Debian Bookworm - Meson
test
[09:44:10.344]  28/315 postgresql:isolation / isolation/isolation                                      ERROR            ...
macOS - Sonoma - Meson
test
[09:42:16.582]  24/315 postgresql:isolation / isolation/isolation                                      ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
test
[09:50:14.223]  13/310 postgresql:isolation / isolation/isolation                                      ERROR            ...
51/4959 Fix BackgroundPsql to report error on query timeout rather than calling die
FreeBSD - 13 - Meson
test
[07:53:50.490] 243/315 postgresql:postmaster / postmaster/001_connection_limits                        ERROR            ...
51/5242 Fix RelationTruncate() corruption
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[02:43:01.046] ../src/backend/storage/smgr/smgr.c(731): warning C4098: 'smgrtruncate': 'void' function returning a value
51/4929 apply_scanjoin_target_to_paths and partitionwise join
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-12-26 01:41:19.338947000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_join.out	2024-12-26 01:43:10.376...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/recovery/0...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-12-26 01:41:19.338947000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/partition_join.out	2024-12-26 01:44:05.5...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/regress/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-12-26 01:41:19.338947000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/partition_join.out	2024-12-26 01:43:06.969772000 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[01:43:14.380](68.916s) not ok 5 - regression tests pass
tap
[01:44:08.759](83.122s) not ok 2 - regression tests pass
test
[01:46:06.872]  42/315 postgresql:regress / regress/regress                                            ERROR            ...
[01:46:06.872]  94/315 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[01:46:06.872] 160/315 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_c...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-12-26 01:41:18.101028754 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/partition_join.out	2024-12-26 01:47:01.964386223 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/src/test/recovery/tmp_ch...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-12-26 01:41:18.101028754 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/partition_join.out	2024-12-26 01:48:31.355719094 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/src/test/regress/results...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-12-26 01:41:18.101028754 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/partition_join.out	2024-12-26 01:44:38.960777492 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[01:47:06.130](115.113s) not ok 5 - regression tests pass
tap
[01:48:35.138](65.438s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Meson
core
[01:48:44.346] #0  0x00007fea54fabb93 in wait4 () from /lib/x86_64-linux-gnu/libc.so.6
[01:48:44.346] #1  0x000055ca0a16dcc0 in ?? ()
[01:48:44.346] #2  0x000055ca0a16defa in ?? ()
[01:48:44.346] #3  0x000055ca0a16f630 in ?? ()
[01:48:44.346] #4  0x000055ca0a169371 in ?? ()
[01:48:44.346] #5  0x000055ca0a16820f in ?? ()
[01:48:44.346] #6  0x000055ca0a168c3b in ?? ()
[01:48:44.346] #7  0x000055ca0a16666f in ?? ()
[01:48:44.346] #8  0x00007fea54eff24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[01:48:44.346] #9  0x00007fea54eff305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[01:48:44.226] #0  0x00007fb30c2860d9 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[01:48:44.226] #1  0x00007fb30c286a8a in malloc () from /lib/x86_64-linux-gnu/libc.so.6
[01:48:44.226] #2  0x00007fb30c226f23 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[01:48:44.226] #3  0x00007fb30c227051 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[01:48:44.226] #4  0x00007fb30c227051 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[01:48:44.226] #5  0x00007fb30c220fbf in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[01:48:44.226] #6  0x00007fb30c22038c in setlocale () from /lib/x86_64-linux-gnu/libc.so.6
[01:48:44.226] #7  0x000055a3d56bf9dd in ?? ()
[01:48:44.226] #8  0x00007fb30c21524a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[01:48:44.226] #9  0x00007fb30c215305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-12-26 01:41:15.203566128 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_join.out	2024-12-26 01:44:06.247...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/recovery/0...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-12-26 01:41:15.203566128 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/partition_join.out	2024-12-26 01:44:41.1...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/regress/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-12-26 01:41:15.203566128 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/partition_join.out	2024-12-26 01:44:03.683899082 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[01:44:10.956](82.961s) not ok 5 - regression tests pass
tap
[01:44:45.326](83.194s) not ok 2 - regression tests pass
test
[01:46:29.207]  45/315 postgresql:regress / regress/regress                                            ERROR            ...
[01:46:29.207] 139/315 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[01:46:29.207] 156/315 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/partition_join.out /Users/admin/pgsql/build/testrun/pg_upgrade/002...
--- /Users/admin/pgsql/src/test/regress/expected/partition_join.out	2024-12-26 01:40:12
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_join.out	2024-12-26 01:42:11
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/partition_join.out /Users/admin/pgsql/build/testrun/recovery/027_s...
--- /Users/admin/pgsql/src/test/regress/expected/partition_join.out	2024-12-26 01:40:12
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/partition_join.out	2024-12-26 01:43:10
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/partition_join.out /Users/admin/pgsql/build/testrun/regress/regres...
--- /Users/admin/pgsql/src/test/regress/expected/partition_join.out	2024-12-26 01:40:12
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/partition_join.out	2024-12-26 01:42:11
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[01:42:14.178](42.985s) not ok 5 - regression tests pass
tap
[01:43:14.923](58.891s) not ok 2 - regression tests pass
test
[01:45:15.593]  27/315 postgresql:regress / regress/regress                                            ERROR            ...
[01:45:15.593]  47/315 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[01:45:15.593] 152/315 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/partition_join.out C:/cirrus/build/testrun/pg_upgrade/0...
--- C:/cirrus/src/test/regress/expected/partition_join.out	2024-12-26 01:41:21.070874400 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_join.out	2024-12-26 01:45:05.790164500 +000...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/partition_join.out C:/cirrus/build/testrun/recovery/027...
--- C:/cirrus/src/test/regress/expected/partition_join.out	2024-12-26 01:41:21.070874400 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/partition_join.out	2024-12-26 01:47:29.615757300 +0...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/partition_join.out C:/cirrus/build/testrun/regress/regr...
--- C:/cirrus/src/test/regress/expected/partition_join.out	2024-12-26 01:41:21.070874400 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/partition_join.out	2024-12-26 01:44:59.917093900 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[01:45:16.904](117.096s) not ok 5 - regression tests pass
tap
[01:47:40.482](123.399s) not ok 2 - regression tests pass
test
[01:54:38.429]  16/310 postgresql:regress / regress/regress                                            ERROR           1...
[01:54:38.429]  37/310 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[01:54:38.429]  98/310 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/4738 psql: Rethinking of \du command
macOS - Sonoma - Meson
tap
[00:37:07.286](0.000s) not ok 84 - pgbench option error: invalid init step stderr /(?^:unrecognized initialization step)...
[00:37:07.286](0.000s) not ok 85 - pgbench option error: invalid init step stderr /(?^:Allowed step characters are)/
test
[00:38:03.858] 202/315 postgresql:pgbench / pgbench/002_pgbench_no_server                              ERROR            ...
51/4956 Test to dump and restore objects left behind by regression
macOS - Sonoma - Meson
tap
[21:29:08.002](0.000s) not ok 296 - pgbench script error: set division by zero stderr /(?^:division by zero)/
test
[21:29:57.695] 219/315 postgresql:pgbench / pgbench/001_pgbench_with_server                            ERROR            ...
51/4720 "unexpected duplicate for tablespace" problem in logical replication
FreeBSD - 13 - Meson
core
[20:36:11.340] #0  0x00003592cc58c23a in copy_file_range () from /lib/libc.so.7
[20:36:11.340] #1  0x0000358aaa62d3e0 in ?? ()
[20:36:11.340] #2  0x0000358aaa62d01e in ?? ()
[20:36:11.340] #3  0x0000358aaa62c8ad in ?? ()
[20:36:11.340] #4  0x0000358aaa62c33d in ?? ()
[20:36:11.340] #5  0x00003592cb6ce408 in ?? ()
[20:36:11.340] #6  0x0000000000000000 in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/00...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-12-25 20:29:08.233571000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_table.out	2024-12-25 20:30:51.176942...
@@ -3488,9 +3488,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39428 |            |             0 |       39428 | pktable
+ 39435 |            |             0 |       39435 | fktable
+ 39432 |            |             0 |       39432 | pktable_pkey
+ 40235 |            |             0 |       40240 | foo
+ 40244 |            |             0 |       40244 | pg_toast_40235_index
+ 40243 |            |             0 |       40243 | pg_toast_40235
+ 40473 |            |             0 |       40473 | old_oids
+ 40490 |            |             0 |       40490 | pg_toast_40487
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/recovery/027_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-12-25 20:29:08.233571000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/alter_table.out	2024-12-25 20:31:34.2980...
@@ -3488,9 +3488,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39598 |            |             0 |       39598 | pktable_pkey
+ 39594 |            |             0 |       39594 | pktable
+ 39600 |            |             0 |       39600 | fktable
+ 40105 |            |             0 |       40113 | foo
+ 40117 |            |             0 |       40117 | pg_toast_40105_index
+ 40116 |            |             0 |       40116 | pg_toast_40105
+ 40407 |            |             0 |       40407 | recur1
+ 40398 |            |             0 |       40398 | old_oids
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/regress/regre...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-12-25 20:29:08.233571000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/alter_table.out	2024-12-25 20:30:47.490434000 +0000
@@ -3488,9 +3488,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39605 |            |             0 |       39605 | pktable_pkey
+ 39599 |            |             0 |       39599 | pktable
+ 39608 |            |             0 |       39608 | fktable
+ 40233 |            |             0 |       40238 | foo
+ 40242 |            |             0 |       40242 | pg_toast_40233_index
+ 40241 |            |             0 |       40241 | pg_toast_40233
+ 40471 |            |             0 |       40471 | old_oids
+ 40488 |            |             0 |       40488 | pg_toast_40485
...
tap
[20:31:00.487](69.258s) not ok 5 - regression tests pass
tap
[20:31:45.249](77.456s) not ok 2 - regression tests pass
test
[20:33:43.918]  41/315 postgresql:regress / regress/regress                                            ERROR            ...
[20:33:43.918]  96/315 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[20:33:43.918] 154/315 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_chec...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-12-25 20:29:06.898824595 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/alter_table.out	2024-12-25 20:34:49.954189907 +0000
@@ -3488,9 +3488,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39829 |            |             0 |       39829 | pktable_pkey
+ 39825 |            |             0 |       39825 | pktable
+ 39831 |            |             0 |       39831 | fktable
+ 40322 |            |             0 |       40336 | foo
+ 40340 |            |             0 |       40340 | pg_toast_40322_index
+ 40339 |            |             0 |       40339 | pg_toast_40322
+ 40558 |            |             0 |       40558 | old_oids
+ 40579 |            |             0 |       40579 | pg_toast_40576
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/src/test/recovery/tmp_check...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-12-25 20:29:06.898824595 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/alter_table.out	2024-12-25 20:36:00.062181455 +0000
@@ -3488,9 +3488,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39730 |            |             0 |       39730 | pktable_pkey
+ 39726 |            |             0 |       39726 | pktable
+ 39735 |            |             0 |       39735 | fktable
+ 40216 |            |             0 |       40224 | foo
+ 40228 |            |             0 |       40228 | pg_toast_40216_index
+ 40227 |            |             0 |       40227 | pg_toast_40216
+ 40475 |            |             0 |       40475 | old_oids
+ 40492 |            |             0 |       40492 | pg_toast_40489
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/src/test/regress/results/al...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-12-25 20:29:06.898824595 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/alter_table.out	2024-12-25 20:32:12.362230958 +0000
@@ -3488,9 +3488,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39807 |            |             0 |       39807 | pktable_pkey
+ 39803 |            |             0 |       39803 | pktable
+ 39809 |            |             0 |       39809 | fktable
+ 40287 |            |             0 |       40292 | foo
+ 40296 |            |             0 |       40296 | pg_toast_40287_index
+ 40295 |            |             0 |       40295 | pg_toast_40287
+ 40546 |            |             0 |       40546 | old_oids
+ 40565 |            |             0 |       40565 | pg_toast_40562
...
tap
[20:34:57.379](94.348s) not ok 5 - regression tests pass
tap
[20:36:07.267](65.867s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/00...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-12-25 20:29:06.295837565 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_table.out	2024-12-25 20:31:38.494453...
@@ -3488,9 +3488,29 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39845 |            |             0 |       39845 | pg_toast_39839_index
+ 39839 |            |             0 |       39839 | users
+ 39838 |            |             0 |       39838 | users_id_seq
+ 39844 |            |             0 |       39844 | pg_toast_39839
+ 40051 |            |             0 |       40051 | foo
+ 40216 |            |             0 |       40216 | forc_test
+ 40682 |            |             0 |       40682 | pg_toast_40679
+ 40683 |            |             0 |       40683 | pg_toast_40679_index
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/recovery/027_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-12-25 20:29:06.295837565 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/alter_table.out	2024-12-25 20:32:13.6553...
@@ -3488,9 +3488,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39562 |            |             0 |       39562 | pktable_pkey
+ 39558 |            |             0 |       39558 | pktable
+ 39564 |            |             0 |       39564 | fktable
+ 40035 |            |             0 |       40040 | foo
+ 40044 |            |             0 |       40044 | pg_toast_40035_index
+ 40043 |            |             0 |       40043 | pg_toast_40035
+ 40275 |            |             0 |       40275 | old_oids
+ 40294 |            |             0 |       40294 | pg_toast_40291
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/regress/regre...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-12-25 20:29:06.295837565 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/alter_table.out	2024-12-25 20:31:31.718308815 +0000
@@ -3488,9 +3488,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39622 |            |             0 |       39622 | pktable_pkey
+ 39618 |            |             0 |       39618 | pktable
+ 39624 |            |             0 |       39624 | fktable
+ 40119 |            |             0 |       40126 | foo
+ 40130 |            |             0 |       40130 | pg_toast_40119_index
+ 40129 |            |             0 |       40129 | pg_toast_40119
+ 40367 |            |             0 |       40367 | old_oids
+ 40385 |            |             0 |       40385 | pg_toast_40382
...
tap
[20:31:45.848](78.135s) not ok 5 - regression tests pass
tap
[20:32:21.383](79.597s) not ok 2 - regression tests pass
test
[20:34:02.228]  43/315 postgresql:regress / regress/regress                                            ERROR            ...
[20:34:02.228] 137/315 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[20:34:02.228] 156/315 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/alter_table.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg...
--- /Users/admin/pgsql/src/test/regress/expected/alter_table.out	2024-12-25 20:28:11
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_table.out	2024-12-25 20:30:21
@@ -3488,9 +3488,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 38532 |            |             0 |       38532 | pktable_pkey
+ 38528 |            |             0 |       38528 | pktable
+ 38553 |            |             0 |       38553 | fktable
+ 40132 |            |             0 |       40137 | foo
+ 40141 |            |             0 |       40141 | pg_toast_40132_index
+ 40140 |            |             0 |       40140 | pg_toast_40132
+ 40433 |            |             0 |       40433 | old_oids
+ 40450 |            |             0 |       40450 | pg_toast_40447
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/alter_table.out /Users/admin/pgsql/build/testrun/recovery/027_stre...
--- /Users/admin/pgsql/src/test/regress/expected/alter_table.out	2024-12-25 20:28:11
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/alter_table.out	2024-12-25 20:31:15
@@ -3488,9 +3488,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39344 |            |             0 |       39344 | pktable_pkey
+ 39338 |            |             0 |       39338 | pktable
+ 39350 |            |             0 |       39350 | fktable
+ 40052 |            |             0 |       40057 | foo
+ 40061 |            |             0 |       40061 | pg_toast_40052_index
+ 40060 |            |             0 |       40060 | pg_toast_40052
+ 40262 |            |             0 |       40262 | old_oids
+ 40288 |            |             0 |       40288 | pg_toast_40283
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/alter_table.out /Users/admin/pgsql/build/testrun/regress/regress/r...
--- /Users/admin/pgsql/src/test/regress/expected/alter_table.out	2024-12-25 20:28:11
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/alter_table.out	2024-12-25 20:30:25
@@ -3488,9 +3488,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39531 |            |             0 |       39531 | pktable_pkey
+ 39527 |            |             0 |       39527 | pktable
+ 39533 |            |             0 |       39533 | fktable
+ 40141 |            |             0 |       40146 | foo
+ 40150 |            |             0 |       40150 | pg_toast_40141_index
+ 40149 |            |             0 |       40149 | pg_toast_40141
+ 40357 |            |             0 |       40357 | old_oids
+ 40377 |            |             0 |       40377 | pg_toast_40374
...
tap
[20:30:28.923](45.983s) not ok 5 - regression tests pass
tap
[20:31:21.214](58.313s) not ok 2 - regression tests pass
test
[20:33:10.829]  30/315 postgresql:regress / regress/regress                                            ERROR            ...
[20:33:10.829]  52/315 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[20:33:10.829] 147/315 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/alter_table.out C:/cirrus/build/testrun/pg_upgrade/002_...
--- C:/cirrus/src/test/regress/expected/alter_table.out	2024-12-25 20:29:13.346342700 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_table.out	2024-12-25 20:32:52.682167300 +0000
@@ -3488,9 +3488,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39032 |            |             0 |       39032 | pktable_pkey
+ 39028 |            |             0 |       39028 | pktable
+ 39035 |            |             0 |       39035 | fktable
+ 39763 |            |             0 |       39763 | pg_toast_39745_index
+ 39745 |            |             0 |       39758 | foo
+ 39761 |            |             0 |       39761 | pg_toast_39745
+ 39998 |            |             0 |       39998 | old_oids
+ 40016 |            |             0 |       40016 | pg_toast_40013
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/alter_table.out C:/cirrus/build/testrun/recovery/027_st...
--- C:/cirrus/src/test/regress/expected/alter_table.out	2024-12-25 20:29:13.346342700 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/alter_table.out	2024-12-25 20:35:05.324360200 +0000
@@ -3488,9 +3488,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 38818 |            |             0 |       38818 | pktable_pkey
+ 38813 |            |             0 |       38813 | pktable
+ 38821 |            |             0 |       38821 | fktable
+ 39712 |            |             0 |       39717 | foo
+ 39721 |            |             0 |       39721 | pg_toast_39712_index
+ 39720 |            |             0 |       39720 | pg_toast_39712
+ 39991 |            |             0 |       39991 | old_oids
+ 40008 |            |             0 |       40008 | pg_toast_40005
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/alter_table.out C:/cirrus/build/testrun/regress/regress...
--- C:/cirrus/src/test/regress/expected/alter_table.out	2024-12-25 20:29:13.346342700 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/alter_table.out	2024-12-25 20:32:47.986854200 +0000
@@ -3488,9 +3488,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39387 |            |             0 |       39387 | pktable_pkey
+ 39383 |            |             0 |       39383 | pktable
+ 39391 |            |             0 |       39391 | fktable
+ 39900 |            |             0 |       39905 | foo
+ 39909 |            |             0 |       39909 | pg_toast_39900_index
+ 39908 |            |             0 |       39908 | pg_toast_39900
+ 40101 |            |             0 |       40101 | old_oids
+ 40118 |            |             0 |       40118 | pg_toast_40115
...
tap
[20:33:12.723](120.834s) not ok 5 - regression tests pass
tap
[20:35:23.567](123.324s) not ok 2 - regression tests pass
test
[20:42:42.756]  22/310 postgresql:regress / regress/regress                                            ERROR           1...
[20:42:42.756]  43/310 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[20:42:42.756]  92/310 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/4538 Statistics Import and Export
Linux - Debian Bookworm - Autoconf
core
[18:32:39.852] #0  0x00007f05ce128ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[18:32:39.852] #1  0x00007f05ce0d9fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[18:32:39.852] #2  0x00007f05ce0c4472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[18:32:39.852] #3  0x00007f05ce4d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[18:32:39.852] #4  0x00007f05ce4e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[18:32:39.852] #5  0x00007f05ce4c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffc26488fe6, __in_ch...
[18:32:39.852] #6  0x00007f05ce4c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140720950778960, sp...
[18:32:39.852] #7  0x00007f05ce4c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[18:32:39.852] #8  0x0000555b9a8aa0e6 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[18:32:39.852] #9  0x0000555b9a8e8e5a in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[18:32:38.503] #0  0x00007f1699ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[18:32:38.503] #1  0x00007f1699c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[18:32:38.503] #2  0x00007f1699c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[18:32:38.503] #3  0x00007f1699ed650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[18:32:38.503] #4  0x00007f1699ee2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[18:32:38.503] #5  0x00007f1699ec1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffdbf90d5f6, __in_ch...
[18:32:38.503] #6  0x00007f1699ec14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140727817396832, sp...
[18:32:38.503] #7  0x00007f1699ec251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[18:32:38.503] #8  0x00005652650560e6 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[18:32:38.503] #9  0x0000565265094e5a in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[18:32:38.950] #0  0x00007f97a9b09ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[18:32:38.950] #1  0x00007f97a9abafb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[18:32:38.950] #2  0x00007f97a9aa5472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[18:32:38.950] #3  0x00007f97a9ed650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[18:32:38.950] #4  0x00007f97a9ee2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[18:32:38.950] #5  0x00007f97a9ec1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7fff5202d996, __in_ch...
[18:32:38.950] #6  0x00007f97a9ec14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140734569309696, sp...
[18:32:38.950] #7  0x00007f97a9ec251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[18:32:38.950] #8  0x000055674690b0e6 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[18:32:38.950] #9  0x0000556746949e5a in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[18:32:46.201] #0  0x00007fc84ef28ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[18:32:46.201] #1  0x00007fc84eed9fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[18:32:46.201] #2  0x00007fc84eec4472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[18:32:46.201] #3  0x00007fc84f2d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[18:32:46.201] #4  0x00007fc84f2e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[18:32:46.201] #5  0x00007fc84f2c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffee50949c6, __in_ch...
[18:32:46.201] #6  0x00007fc84f2c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140732741015088, sp...
[18:32:46.201] #7  0x00007fc84f2c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[18:32:46.201] #8  0x00005604412550e6 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[18:32:46.201] #9  0x0000560441293dc1 in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[18:32:45.745] #0  0x00007fb96ed09ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[18:32:45.745] #1  0x00007fb96ecbafb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[18:32:45.745] #2  0x00007fb96eca5472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[18:32:45.745] #3  0x00007fb96f0d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[18:32:45.745] #4  0x00007fb96f0e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[18:32:45.745] #5  0x00007fb96f0c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffe00efb6e6, __in_ch...
[18:32:45.745] #6  0x00007fb96f0c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140728914133840, sp...
[18:32:45.745] #7  0x00007fb96f0c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[18:32:45.745] #8  0x00005636b24ed0e6 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[18:32:45.745] #9  0x00005636b252be5a in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[18:32:45.306] #0  0x00007f3f879a8ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[18:32:45.306] #1  0x00007f3f87959fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[18:32:45.306] #2  0x00007f3f87944472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[18:32:45.306] #3  0x00007f3f87cd650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[18:32:45.306] #4  0x00007f3f87ce2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[18:32:45.306] #5  0x00007f3f87cc1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7fff253a3b06, __in_ch...
[18:32:45.306] #6  0x00007f3f87cc14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140733817964400, sp...
[18:32:45.306] #7  0x00007f3f87cc251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[18:32:45.306] #8  0x000055d645cd30e6 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[18:32:45.306] #9  0x000055d645d11e5a in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[18:32:44.863] #0  0x00007f9e5daa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[18:32:44.863] #1  0x00007f9e5da5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[18:32:44.863] #2  0x00007f9e5da45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[18:32:44.863] #3  0x00007f9e5dcd650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[18:32:44.863] #4  0x00007f9e5dce2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[18:32:44.863] #5  0x00007f9e5dcc1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffc441cde96, __in_ch...
[18:32:44.863] #6  0x00007f9e5dcc14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140721451232000, sp...
[18:32:44.863] #7  0x00007f9e5dcc251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[18:32:44.863] #8  0x000055bfc80fd0e6 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[18:32:44.863] #9  0x000055bfc813be5a in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[18:32:44.411] #0  0x00007fa076c64ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[18:32:44.411] #1  0x00007fa076c15fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[18:32:44.411] #2  0x00007fa076c00472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[18:32:44.411] #3  0x00007fa076ed650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[18:32:44.411] #4  0x00007fa076ee2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[18:32:44.411] #5  0x00007fa076ec1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffc50be4d66, __in_ch...
[18:32:44.411] #6  0x00007fa076ec14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140721663138256, sp...
[18:32:44.411] #7  0x00007fa076ec251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[18:32:44.411] #8  0x00005652920ed0e6 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[18:32:44.411] #9  0x000056529212be5a in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[18:32:43.969] #0  0x00007fb269ba8ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[18:32:43.969] #1  0x00007fb269b59fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[18:32:43.969] #2  0x00007fb269b44472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[18:32:43.969] #3  0x00007fb269ed650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[18:32:43.969] #4  0x00007fb269ee2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[18:32:43.969] #5  0x00007fb269ec1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffcd23004d6, __in_ch...
[18:32:43.969] #6  0x00007fb269ec14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140723834851648, sp...
[18:32:43.969] #7  0x00007fb269ec251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[18:32:43.969] #8  0x00005559ab4710e6 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[18:32:43.969] #9  0x00005559ab4afe5a in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[18:32:43.527] #0  0x00007f3bdbce3ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[18:32:43.527] #1  0x00007f3bdbc94fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[18:32:43.527] #2  0x00007f3bdbc7f472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[18:32:43.527] #3  0x00007f3bdc0d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[18:32:43.527] #4  0x00007f3bdc0e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[18:32:43.527] #5  0x00007f3bdc0c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffdfd9bcaa6, __in_ch...
[18:32:43.527] #6  0x00007f3bdc0c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140728858302224, sp...
[18:32:43.527] #7  0x00007f3bdc0c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[18:32:43.527] #8  0x00005616923550f3 in DOTypeNameCompare (p1=p1@entry=0x7f3bda217800, p2=p2@entry=0x7f3bda219d10) at p...
[18:32:43.527] #9  0x0000561692393a41 in pg_qsort_med3 (a=a@entry=0x7f3bda217800, b=b@entry=0x7f3bda219d10, c=c@entry=0x...
core
[18:32:43.062] #0  0x00007fa17d3c7ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[18:32:43.062] #1  0x00007fa17d378fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[18:32:43.062] #2  0x00007fa17d363472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[18:32:43.062] #3  0x00007fa17d6d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[18:32:43.062] #4  0x00007fa17d6e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[18:32:43.062] #5  0x00007fa17d6c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffcb4129e46, __in_ch...
[18:32:43.062] #6  0x00007fa17d6c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140723329608368, sp...
[18:32:43.062] #7  0x00007fa17d6c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[18:32:43.062] #8  0x000056472630c0e6 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[18:32:43.062] #9  0x000056472634adc1 in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[18:32:42.612] #0  0x00007f174bbceebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[18:32:42.612] #1  0x00007f174bb7ffb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[18:32:42.612] #2  0x00007f174bb6a472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[18:32:42.612] #3  0x00007f174bed650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[18:32:42.612] #4  0x00007f174bee2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[18:32:42.612] #5  0x00007f174bec1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7fffc5361026, __in_ch...
[18:32:42.612] #6  0x00007f174bec14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140736502045840, sp...
[18:32:42.612] #7  0x00007f174bec251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[18:32:42.612] #8  0x0000562a452b80e6 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[18:32:42.612] #9  0x0000562a452f6e5a in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[18:32:42.148] #0  0x00007f400f6e3ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[18:32:42.148] #1  0x00007f400f694fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[18:32:42.148] #2  0x00007f400f67f472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[18:32:42.148] #3  0x00007f400fad650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[18:32:42.148] #4  0x00007f400fae2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[18:32:42.148] #5  0x00007f400fac1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffc79737e76, __in_ch...
[18:32:42.148] #6  0x00007f400fac14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140722346101472, sp...
[18:32:42.148] #7  0x00007f400fac251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[18:32:42.148] #8  0x000055e150e130e6 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[18:32:42.148] #9  0x000055e150e51e5a in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[18:32:41.699] #0  0x00007f1ef4328ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[18:32:41.699] #1  0x00007f1ef42d9fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[18:32:41.699] #2  0x00007f1ef42c4472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[18:32:41.699] #3  0x00007f1ef46d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[18:32:41.699] #4  0x00007f1ef46e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[18:32:41.699] #5  0x00007f1ef46c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7fffe9c6b726, __in_ch...
[18:32:41.699] #6  0x00007f1ef46c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140737115505552, sp...
[18:32:41.699] #7  0x00007f1ef46c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[18:32:41.699] #8  0x0000562abc9b00e6 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[18:32:41.699] #9  0x0000562abc9eedc1 in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[18:32:41.236] #0  0x00007f3388e64ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[18:32:41.236] #1  0x00007f3388e15fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[18:32:41.236] #2  0x00007f3388e00472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[18:32:41.236] #3  0x00007f33890d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[18:32:41.236] #4  0x00007f33890e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[18:32:41.236] #5  0x00007f33890c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7fff281e2506, __in_ch...
[18:32:41.236] #6  0x00007f33890c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140733866455408, sp...
[18:32:41.236] #7  0x00007f33890c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[18:32:41.236] #8  0x000056512ae920e6 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[18:32:41.236] #9  0x000056512aed0dc1 in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[18:32:40.785] #0  0x00007f4762128ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[18:32:40.785] #1  0x00007f47620d9fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[18:32:40.785] #2  0x00007f47620c4472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[18:32:40.785] #3  0x00007f47624d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[18:32:40.785] #4  0x00007f47624e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[18:32:40.785] #5  0x00007f47624c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7fffbc7b42f6, __in_ch...
[18:32:40.785] #6  0x00007f47624c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140736355585888, sp...
[18:32:40.785] #7  0x00007f47624c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[18:32:40.785] #8  0x0000560943a700e6 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[18:32:40.785] #9  0x0000560943aaee5a in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[18:32:40.323] #0  0x00007f2b28109ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[18:32:40.323] #1  0x00007f2b280bafb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[18:32:40.323] #2  0x00007f2b280a5472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[18:32:40.323] #3  0x00007f2b284d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[18:32:40.323] #4  0x00007f2b284e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[18:32:40.323] #5  0x00007f2b284c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffc75504956, __in_ch...
[18:32:40.323] #6  0x00007f2b284c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140722276685248, sp...
[18:32:40.323] #7  0x00007f2b284c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[18:32:40.323] #8  0x0000556179da20e6 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[18:32:40.323] #9  0x0000556179de0dc1 in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[18:32:39.402] #0  0x00007fc1fc483ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[18:32:39.402] #1  0x00007fc1fc434fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[18:32:39.402] #2  0x00007fc1fc41f472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[18:32:39.402] #3  0x00007fc1fc6d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[18:32:39.402] #4  0x00007fc1fc6e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[18:32:39.402] #5  0x00007fc1fc6c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7fffa681ddc6, __in_ch...
[18:32:39.402] #6  0x00007fc1fc6c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140735986919984, sp...
[18:32:39.402] #7  0x00007fc1fc6c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[18:32:39.402] #8  0x000055aeb778b0e6 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[18:32:39.402] #9  0x000055aeb77c9dc1 in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:204 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:204 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
tap
[18:25:56.065](4.383s) not ok 4 - dump from PITR 1
[18:25:58.375](2.310s) not ok 5 - dump from PITR 2
tap
[18:26:08.334](0.713s) not ok 19 - pg_dump: option -n pg_catalog
[18:26:10.664](2.330s) not ok 20 - pg_dumpall: option --exclude-database handles database names with embedded dots
[18:26:11.851](0.560s) not ok 37 - binary_upgrade: pg_dump runs
[18:26:11.877](0.025s) not ok 38 - binary_upgrade: pg_restore runs
tap
[18:26:17.503](2.394s) not ok 1 - parallel dump
[18:26:17.601](0.097s) not ok 2 - parallel restore
[18:26:18.733](1.132s) not ok 3 - parallel dump as inserts
[18:26:18.760](0.027s) not ok 4 - parallel restore as inserts
tap
[18:26:23.267](4.109s) not ok 1 - filter file without patterns
tap
[18:26:32.097](1.175s) not ok 7 - parallel dump
[18:26:32.642](0.544s) not ok 8 - parallel restore
[18:26:32.814](0.172s) not ok 9 - parallel restore with create
tap
[18:27:41.148](3.315s) not ok 6 - dump before running pg_upgrade
[18:27:48.139](3.838s) not ok 14 - run of pg_upgrade for new instance
[18:27:48.140](0.000s) not ok 15 - pg_upgrade_output.d/ removed after pg_upgrade success
[18:27:48.320](0.046s) not ok 16 - check that locales in new cluster match original cluster
[18:27:48.840](0.001s) not ok 18 - old and new dumps match after pg_upgrade
tap
[18:27:54.695](2.128s) not ok 10 - run of pg_upgrade of old cluster
[18:27:54.877](0.181s) not ok 11 - check the slot exists on new cluster
tap
[18:28:01.551](1.684s) not ok 8 - run of pg_upgrade for old instance when the subscription tables are in init/ready stat...
[18:28:01.551](0.000s) not ok 9 - pg_upgrade_output.d/ removed after successful pg_upgrade
[18:28:01.756](0.204s) not ok 10 - check that the subscription's running status and failover are preserved
[18:28:01.782](0.026s) not ok 11 - there should be 2 rows in pg_subscription_rel(representing tab_upgraded1 and tab_upgr...
tap
[18:24:43.948](1.154s) not ok 1 - binary_upgrade: pg_dump runs
tap
[18:29:15.712](1.506s) not ok 3 - dump primary server
[18:29:17.133](1.420s) not ok 4 - dump standby server
[18:29:18.427](1.289s) not ok 6 - dump catalogs of primary server
[18:29:19.020](0.593s) not ok 7 - dump catalogs of standby server
[18:29:19.024](0.003s) not ok 8 - compare primary and standby catalog dumps
Linux - Debian Bookworm - Meson
core
[18:30:19.292] #0  0x00007fd0f00a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[18:30:19.292] #1  0x00007fd0f005afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[18:30:19.292] #2  0x00007fd0f0045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[18:30:19.292] #3  0x00007fd0f021e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[18:30:19.292] #4  0x00007fd0f022aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[18:30:19.292] #5  0x00007fd0f020db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55c6ced15e00, In...
[18:30:19.292] #6  0x000055c6cec91622 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[18:30:19.292] #7  0x000055c6cecc3477 in pg_qsort (data=<optimized out>, n=7608, element_size=element_size@entry=8, comp...
[18:30:19.292] #8  0x000055c6cec93d46 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[18:30:19.292] #9  0x000055c6cec88b9b in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[18:30:22.675] #0  0x00007f16fb6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[18:30:22.675] #1  0x00007f16fb65afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[18:30:22.675] #2  0x00007f16fb645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[18:30:22.675] #3  0x00007f16fb81e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[18:30:22.675] #4  0x00007f16fb82aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[18:30:22.675] #5  0x00007f16fb80db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x558300951e00, In...
[18:30:22.675] #6  0x00005583008cd622 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[18:30:22.675] #7  0x00005583008ff34d in pg_qsort (data=<optimized out>, n=4429, element_size=element_size@entry=8, comp...
[18:30:22.675] #8  0x00005583008cfd46 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[18:30:22.675] #9  0x00005583008c4b9b in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[18:30:22.422] #0  0x00007ff14a0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[18:30:22.422] #1  0x00007ff14a05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[18:30:22.422] #2  0x00007ff14a045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[18:30:22.422] #3  0x00007ff14a21e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[18:30:22.422] #4  0x00007ff14a22aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[18:30:22.422] #5  0x00007ff14a20db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55ca650ade00, In...
[18:30:22.422] #6  0x000055ca65029622 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[18:30:22.422] #7  0x000055ca6505b477 in pg_qsort (data=<optimized out>, n=4006, element_size=element_size@entry=8, comp...
[18:30:22.422] #8  0x000055ca6502bd46 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[18:30:22.422] #9  0x000055ca65020b9b in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[18:30:22.165] #0  0x00007f75204a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[18:30:22.165] #1  0x00007f752045afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[18:30:22.165] #2  0x00007f7520445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[18:30:22.165] #3  0x00007f752061e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[18:30:22.165] #4  0x00007f752062aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[18:30:22.165] #5  0x00007f752060db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x557eab44de00, In...
[18:30:22.165] #6  0x0000557eab3c9622 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[18:30:22.165] #7  0x0000557eab3fb477 in pg_qsort (data=<optimized out>, n=7608, element_size=element_size@entry=8, comp...
[18:30:22.165] #8  0x0000557eab3cbd46 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[18:30:22.165] #9  0x0000557eab3c0b9b in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[18:30:21.912] #0  0x00007f63614a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[18:30:21.912] #1  0x00007f636145afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[18:30:21.912] #2  0x00007f6361445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[18:30:21.912] #3  0x00007f636161e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[18:30:21.912] #4  0x00007f636162aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[18:30:21.912] #5  0x00007f636160db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x562df478de00, In...
[18:30:21.912] #6  0x0000562df4709622 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[18:30:21.912] #7  0x0000562df473b477 in pg_qsort (data=<optimized out>, n=4051, element_size=element_size@entry=8, comp...
[18:30:21.912] #8  0x0000562df470bd46 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[18:30:21.912] #9  0x0000562df4700b9b in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[18:30:21.653] #0  0x00007f99bf8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[18:30:21.653] #1  0x00007f99bf85afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[18:30:21.653] #2  0x00007f99bf845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[18:30:21.653] #3  0x00007f99bfa1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[18:30:21.653] #4  0x00007f99bfa2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[18:30:21.653] #5  0x00007f99bfa0db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x5557115c1e00, In...
[18:30:21.653] #6  0x000055571153d622 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[18:30:21.653] #7  0x000055571156f477 in pg_qsort (data=<optimized out>, n=4051, element_size=element_size@entry=8, comp...
[18:30:21.653] #8  0x000055571153fd46 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[18:30:21.653] #9  0x0000555711534b9b in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[18:30:21.383] #0  0x00007f33ebea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[18:30:21.383] #1  0x00007f33ebe5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[18:30:21.383] #2  0x00007f33ebe45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[18:30:21.383] #3  0x00007f33ec01e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[18:30:21.383] #4  0x00007f33ec02aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[18:30:21.383] #5  0x00007f33ec00db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x5638c876fe00, In...
[18:30:21.383] #6  0x00005638c86eb622 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[18:30:21.383] #7  0x00005638c871d34d in pg_qsort (data=<optimized out>, n=4465, element_size=element_size@entry=8, comp...
[18:30:21.383] #8  0x00005638c86edd46 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[18:30:21.383] #9  0x00005638c86e2b9b in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[18:30:21.126] #0  0x00007f954c0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[18:30:21.126] #1  0x00007f954c05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[18:30:21.126] #2  0x00007f954c045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[18:30:21.126] #3  0x00007f954c21e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[18:30:21.126] #4  0x00007f954c22aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[18:30:21.126] #5  0x00007f954c20db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x556e459ffe00, In...
[18:30:21.126] #6  0x0000556e4597b622 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[18:30:21.126] #7  0x0000556e459ad477 in pg_qsort (data=<optimized out>, n=4047, element_size=element_size@entry=8, comp...
[18:30:21.126] #8  0x0000556e4597dd46 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[18:30:21.126] #9  0x0000556e45972b9b in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[18:30:20.866] #0  0x00007f9474aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[18:30:20.866] #1  0x00007f9474a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[18:30:20.866] #2  0x00007f9474a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[18:30:20.866] #3  0x00007f9474c1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[18:30:20.866] #4  0x00007f9474c2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[18:30:20.866] #5  0x00007f9474c0db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x5569d0281e00, In...
[18:30:20.866] #6  0x00005569d01fd622 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[18:30:20.866] #7  0x00005569d022f34d in pg_qsort (data=<optimized out>, n=9486, element_size=element_size@entry=8, comp...
[18:30:20.866] #8  0x00005569d01ffd46 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[18:30:20.866] #9  0x00005569d01f4b9b in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[18:30:20.606] #0  0x00007fd19cca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[18:30:20.606] #1  0x00007fd19cc5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[18:30:20.606] #2  0x00007fd19cc45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[18:30:20.606] #3  0x00007fd19ce1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[18:30:20.606] #4  0x00007fd19ce2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[18:30:20.606] #5  0x00007fd19ce0db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x561a42e55e00, In...
[18:30:20.606] #6  0x0000561a42dd1622 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[18:30:20.606] #7  0x0000561a42e03477 in pg_qsort (data=<optimized out>, n=4014, element_size=element_size@entry=8, comp...
[18:30:20.606] #8  0x0000561a42dd3d46 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[18:30:20.606] #9  0x0000561a42dc8b9b in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[18:30:20.346] #0  0x00007fca022a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[18:30:20.346] #1  0x00007fca0225afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[18:30:20.346] #2  0x00007fca02245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[18:30:20.346] #3  0x00007fca0241e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[18:30:20.346] #4  0x00007fca0242aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[18:30:20.346] #5  0x00007fca0240db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x5564e84e5e00, In...
[18:30:20.346] #6  0x00005564e8461622 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[18:30:20.346] #7  0x00005564e8493477 in pg_qsort (data=<optimized out>, n=9971, element_size=element_size@entry=8, comp...
[18:30:20.346] #8  0x00005564e8463d46 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[18:30:20.346] #9  0x00005564e8458b9b in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[18:30:20.090] #0  0x00007fb140ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[18:30:20.090] #1  0x00007fb140e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[18:30:20.090] #2  0x00007fb140e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[18:30:20.090] #3  0x00007fb14101e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[18:30:20.090] #4  0x00007fb14102aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[18:30:20.090] #5  0x00007fb14100db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55fcc5226e00, In...
[18:30:20.090] #6  0x000055fcc51a2622 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[18:30:20.090] #7  0x000055fcc51d434d in pg_qsort (data=<optimized out>, n=4091, element_size=element_size@entry=8, comp...
[18:30:20.090] #8  0x000055fcc51a4d46 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[18:30:20.090] #9  0x000055fcc5199b9b in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[18:30:19.822] #0  0x00007fb44dea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[18:30:19.822] #1  0x00007fb44de5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[18:30:19.822] #2  0x00007fb44de45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[18:30:19.822] #3  0x00007fb44e01e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[18:30:19.822] #4  0x00007fb44e02aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[18:30:19.822] #5  0x00007fb44e00db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x5651bc4bde00, In...
[18:30:19.822] #6  0x00005651bc439622 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[18:30:19.822] #7  0x00005651bc46b34d in pg_qsort (data=<optimized out>, n=4060, element_size=element_size@entry=8, comp...
[18:30:19.822] #8  0x00005651bc43bd46 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[18:30:19.822] #9  0x00005651bc430b9b in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[18:30:19.558] #0  0x00007fca59aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[18:30:19.558] #1  0x00007fca59a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[18:30:19.558] #2  0x00007fca59a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[18:30:19.558] #3  0x00007fca59c1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[18:30:19.558] #4  0x00007fca59c2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[18:30:19.558] #5  0x00007fca59c0db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55a38849be00, In...
[18:30:19.558] #6  0x000055a388417622 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[18:30:19.558] #7  0x000055a38844934d in pg_qsort (data=<optimized out>, n=4993, element_size=element_size@entry=8, comp...
[18:30:19.558] #8  0x000055a388419d46 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[18:30:19.558] #9  0x000055a38840eb9b in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[18:30:19.029] #0  0x00007f38d44a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[18:30:19.029] #1  0x00007f38d445afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[18:30:19.029] #2  0x00007f38d4445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[18:30:19.029] #3  0x00007f38d461e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[18:30:19.029] #4  0x00007f38d462aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[18:30:19.029] #5  0x00007f38d460db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x5645412dce00, In...
[18:30:19.029] #6  0x0000564541258622 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[18:30:19.029] #7  0x000056454128a34d in pg_qsort (data=<optimized out>, n=4091, element_size=element_size@entry=8, comp...
[18:30:19.029] #8  0x000056454125ad46 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[18:30:19.029] #9  0x000056454124fb9b in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[18:30:22.944] #0  0x00007f995fca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[18:30:22.944] #1  0x00007f995fc5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[18:30:22.944] #2  0x00007f995fc45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[18:30:22.944] #3  0x00007f995fe1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[18:30:22.944] #4  0x00007f995fe2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[18:30:22.944] #5  0x00007f995fe0db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x5569f8dd8e00, In...
[18:30:22.944] #6  0x00005569f8d54622 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[18:30:22.944] #7  0x00005569f8d86477 in pg_qsort (data=<optimized out>, n=9971, element_size=element_size@entry=8, comp...
[18:30:22.944] #8  0x00005569f8d56d46 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[18:30:22.944] #9  0x00005569f8d4bb9b in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[18:30:23.199] #0  0x00007f25fccd7ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[18:30:23.199] #1  0x00007f25fcc88fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[18:30:23.199] #2  0x00007f25fcc73472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[18:30:23.199] #3  0x00007f25fc61e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[18:30:23.199] #4  0x00007f25fc62aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[18:30:23.199] #5  0x00007f25fc60db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x563ff9991e00, In...
[18:30:23.199] #6  0x0000563ff990d622 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[18:30:23.199] #7  0x0000563ff993f477 in pg_qsort (data=<optimized out>, n=4003, element_size=element_size@entry=8, comp...
[18:30:23.199] #8  0x0000563ff990fd46 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[18:30:23.199] #9  0x0000563ff9904b9b in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[18:30:23.460] #0  0x00007f91982a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[18:30:23.460] #1  0x00007f919825afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[18:30:23.460] #2  0x00007f9198245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[18:30:23.460] #3  0x00007f919841e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[18:30:23.460] #4  0x00007f919842aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[18:30:23.460] #5  0x00007f919840db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x557ac525fe00, In...
[18:30:23.460] #6  0x0000557ac51db622 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[18:30:23.460] #7  0x0000557ac520d477 in pg_qsort (data=<optimized out>, n=10060, element_size=element_size@entry=8, com...
[18:30:23.460] #8  0x0000557ac51ddd46 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[18:30:23.460] #9  0x0000557ac51d2b9b in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
tap
[18:26:28.608](2.898s) not ok 4 - dump from PITR 1
[18:26:29.460](0.852s) not ok 5 - dump from PITR 2
tap
[18:26:37.519](0.290s) not ok 19 - pg_dump: option -n pg_catalog
[18:26:38.550](1.030s) not ok 20 - pg_dumpall: option --exclude-database handles database names with embedded dots
[18:26:39.268](0.310s) not ok 37 - binary_upgrade: pg_dump runs
[18:26:39.279](0.010s) not ok 38 - binary_upgrade: pg_restore runs
tap
[18:26:37.228](1.059s) not ok 1 - parallel dump
[18:26:37.239](0.011s) not ok 2 - parallel restore
[18:26:37.446](0.206s) not ok 3 - parallel dump as inserts
[18:26:37.477](0.031s) not ok 4 - parallel restore as inserts
tap
[18:26:38.488](2.076s) not ok 1 - filter file without patterns
tap
[18:26:41.127](0.322s) not ok 7 - parallel dump
[18:26:41.286](0.159s) not ok 8 - parallel restore
[18:26:41.352](0.065s) not ok 9 - parallel restore with create
tap
[18:25:48.671](3.738s) not ok 6 - dump before running pg_upgrade
[18:25:58.210](4.785s) not ok 14 - run of pg_upgrade for new instance
[18:25:58.211](0.000s) not ok 15 - pg_upgrade_output.d/ removed after pg_upgrade success
[18:25:58.563](0.051s) not ok 16 - check that locales in new cluster match original cluster
[18:25:59.118](0.001s) not ok 18 - old and new dumps match after pg_upgrade
tap
[18:24:33.599](3.256s) not ok 10 - run of pg_upgrade of old cluster
[18:24:33.891](0.292s) not ok 11 - check the slot exists on new cluster
tap
[18:24:34.810](2.830s) not ok 8 - run of pg_upgrade for old instance when the subscription tables are in init/ready stat...
[18:24:34.811](0.000s) not ok 9 - pg_upgrade_output.d/ removed after successful pg_upgrade
[18:24:35.213](0.402s) not ok 10 - check that the subscription's running status and failover are preserved
[18:24:35.286](0.073s) not ok 11 - there should be 2 rows in pg_subscription_rel(representing tab_upgraded1 and tab_upgr...
tap
[18:26:20.111](1.491s) not ok 3 - dump primary server
[18:26:21.350](1.238s) not ok 4 - dump standby server
[18:26:22.560](1.181s) not ok 6 - dump catalogs of primary server
[18:26:23.201](0.640s) not ok 7 - dump catalogs of standby server
[18:26:23.212](0.011s) not ok 8 - compare primary and standby catalog dumps
tap
[18:27:39.771](0.728s) not ok 1 - binary_upgrade: pg_dump runs
test
[18:27:50.469]   6/315 postgresql:pg_upgrade / pg_upgrade/003_logical_slots                            ERROR            ...
[18:27:50.469]   9/315 postgresql:pg_upgrade / pg_upgrade/004_subscription                             ERROR            ...
[18:27:50.469]  97/315 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[18:27:50.469] 149/315 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[18:27:50.469] 156/315 postgresql:pg_combinebackup / pg_combinebackup/002_compare_backups              ERROR            ...
[18:27:50.469] 171/315 postgresql:pg_dump / pg_dump/004_pg_dump_parallel                               ERROR            ...
[18:27:50.469] 174/315 postgresql:pg_dump / pg_dump/005_pg_dump_filterfile                             ERROR            ...
[18:27:50.469] 176/315 postgresql:pg_dump / pg_dump/002_pg_dump                                        ERROR            ...
[18:27:50.469] 192/315 postgresql:pg_dump / pg_dump/010_dump_connstr                                   ERROR            ...
[18:27:50.469] 300/315 postgresql:test_pg_dump / test_pg_dump/001_base                                 ERROR            ...
51/5196 Use function smgrclose() to replace the loop
CompilerWarnings
compiler
[16:33:09.842] smgr.c:282:13: error: unused variable 'forknum' [-Werror,-Wunused-variable]
compiler
[16:33:09.842] smgr.c:487:9: error: unused variable 'which' [-Werror,-Wunused-variable]
compiler
[16:32:38.717] smgr.c:282:13: error: unused variable 'forknum' [-Werror,-Wunused-variable]
compiler
[16:32:38.717] smgr.c:487:9: error: unused variable 'which' [-Werror,-Wunused-variable]
compiler
[16:31:49.179] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
compiler
[16:31:49.179] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable]
compiler
[16:31:21.452] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
compiler
[16:31:21.452] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable]
compiler
[16:33:46.110] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
compiler
[16:33:46.110] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable]
51/5357 New predefined role pg_manage_extensions
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out /tmp/cirrus-ci-build/build/testrun/plperl/regress/...
--- /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out	2024-12-25 12:27:26.343310000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/plperl/regress/results/plperl_setup.out	2024-12-25 12:29:22.799470000 +0000
@@ -12,7 +12,7 @@
 HINT:  Must have CREATE privilege on current database to create this extension.
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 RESET ROLE;
 DO $$
 begin
@@ -24,7 +24,7 @@
 CREATE EXTENSION plperl;
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 CREATE SCHEMA plperl_setup_scratch;
 SET search_path = plperl_setup_scratch;
...
test
[12:32:02.664]  47/315 postgresql:plperl / plperl/regress                                              ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out /tmp/cirrus-ci-build/src/pl/plperl/results/plperl_...
--- /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out	2024-12-25 12:27:23.543282500 +0000
+++ /tmp/cirrus-ci-build/src/pl/plperl/results/plperl_setup.out	2024-12-25 12:28:44.822942247 +0000
@@ -12,7 +12,7 @@
 HINT:  Must have CREATE privilege on current database to create this extension.
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 RESET ROLE;
 DO $$
 begin
@@ -24,7 +24,7 @@
 CREATE EXTENSION plperl;
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 CREATE SCHEMA plperl_setup_scratch;
 SET search_path = plperl_setup_scratch;
...
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out /tmp/cirrus-ci-build/build/testrun/plperl/regress/...
--- /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out	2024-12-25 12:27:25.598226619 +0000
+++ /tmp/cirrus-ci-build/build/testrun/plperl/regress/results/plperl_setup.out	2024-12-25 12:30:04.168385696 +0000
@@ -12,7 +12,7 @@
 HINT:  Must have CREATE privilege on current database to create this extension.
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 RESET ROLE;
 DO $$
 begin
@@ -24,7 +24,7 @@
 CREATE EXTENSION plperl;
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 CREATE SCHEMA plperl_setup_scratch;
 SET search_path = plperl_setup_scratch;
...
test
[12:32:26.055]  48/315 postgresql:plperl / plperl/regress                                              ERROR            ...
macOS - Sonoma - Meson
core
[12:35:19.819]   * frame #0: 0x000000019d5a6ee8 dyld`dyld4::PrebuiltLoader::dependent(dyld4::RuntimeState const&, unsign...
[12:35:19.819]     frame #1: 0x000000019d5a02f8 dyld`dyld4::Loader::hasExportedSymbol(Diagnostics&, dyld4::RuntimeState&...
[12:35:19.819]     frame #2: 0x000000019d5a033c dyld`dyld4::Loader::hasExportedSymbol(Diagnostics&, dyld4::RuntimeState&...
[12:35:19.819]     frame #3: 0x000000019d59f3c0 dyld`dyld4::Loader::resolveSymbol(Diagnostics&, dyld4::RuntimeState&, in...
[12:35:19.819]     frame #4: 0x000000019d59efec dyld`invocation function for block in dyld4::Loader::forEachBindTarget(D...
[12:35:19.819]     frame #5: 0x000000019d5d9ff0 dyld`invocation function for block in mach_o::Fixups::forEachBindTarget_...
[12:35:19.819]     frame #6: 0x000000019d5d4f50 dyld`dyld3::MachOFile::forEachChainedFixupTarget(Diagnostics&, dyld_chai...
[12:35:19.819]     frame #7: 0x000000019d5d9cc0 dyld`mach_o::Fixups::forEachBindTarget_ChainedFixups(Diagnostics&, void ...
[12:35:19.819]     frame #8: 0x000000019d59ef54 dyld`invocation function for block in dyld4::Loader::forEachBindTarget(D...
[12:35:19.819]     frame #9: 0x000000019d5dd414 dyld`dyld3::MachOAnalyzer::withVMLayout(Diagnostics&, void (mach_o::Layo...
regress
diff -U3 /Users/admin/pgsql/src/pl/plperl/expected/plperl_setup.out /Users/admin/pgsql/build/testrun/plperl/regress/resu...
--- /Users/admin/pgsql/src/pl/plperl/expected/plperl_setup.out	2024-12-25 12:27:11
+++ /Users/admin/pgsql/build/testrun/plperl/regress/results/plperl_setup.out	2024-12-25 12:29:49
@@ -12,7 +12,7 @@
 HINT:  Must have CREATE privilege on current database to create this extension.
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 RESET ROLE;
 DO $$
 begin
@@ -24,7 +24,7 @@
 CREATE EXTENSION plperl;
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 CREATE SCHEMA plperl_setup_scratch;
 SET search_path = plperl_setup_scratch;
...
test
[12:32:06.865]  49/315 postgresql:plperl / plperl/regress                                              ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/pl/plperl/expected/plperl_setup.out C:/cirrus/build/testrun/plperl/regress/re...
--- C:/cirrus/src/pl/plperl/expected/plperl_setup.out	2024-12-25 12:27:27.981901400 +0000
+++ C:/cirrus/build/testrun/plperl/regress/results/plperl_setup.out	2024-12-25 12:32:41.967228500 +0000
@@ -12,7 +12,7 @@
 HINT:  Must have CREATE privilege on current database to create this extension.
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 RESET ROLE;
 DO $$
 begin
@@ -24,7 +24,7 @@
 CREATE EXTENSION plperl;
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 CREATE SCHEMA plperl_setup_scratch;
 SET search_path = plperl_setup_scratch;
...
test
[12:40:08.300]  47/310 postgresql:plperl / plperl/regress                                              ERROR            ...
51/5396 Add Option to Check All Addresses For Matching target_session_attr
FreeBSD - 13 - Meson
tap
[11:25:46.525](0.009s) not ok 23 - connect : matches
test
[11:26:41.188] 246/315 postgresql:postmaster / postmaster/002_start_stop                               ERROR            ...
51/5448 Incorrect result of bitmap heap scan.
FreeBSD - 13 - Meson
test
[05:38:41.712]  15/315 postgresql:isolation / isolation/isolation                                      ERROR            ...
Linux - Debian Bookworm - Meson
core
[05:41:04.680] #0  <unavailable> in ?? ()
core
[05:41:04.795] #0  0x00007fd0ff4cfda4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[05:41:04.795] #1  0x00007fd0ff47c239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[05:41:04.795] #2  0x00007fd0ff47c497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[05:41:04.795] #3  0x00005598d30605c1 in ?? ()
[05:41:04.795] #4  0x00005598d305a369 in ?? ()
[05:41:04.795] #5  0x00005598d305920f in ?? ()
[05:41:04.795] #6  0x00005598d3059c3b in ?? ()
[05:41:04.795] #7  0x00005598d305766f in ?? ()
[05:41:04.795] #8  0x00007fd0ff46724a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:41:04.795] #9  0x00007fd0ff467305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:41:04.680] #0  0x00007fd0ff4cfda4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[05:41:04.680] #1  0x00007fd0ff47c239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[05:41:04.680] #2  0x00007fd0ff47c497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[05:41:04.680] #3  0x00005598d30605f3 in ?? ()
[05:41:04.680] #4  0x00005598d305a369 in ?? ()
[05:41:04.680] #5  0x00005598d305920f in ?? ()
[05:41:04.680] #6  0x00005598d3059c3b in ?? ()
[05:41:04.680] #7  0x00005598d305766f in ?? ()
[05:41:04.680] #8  0x00007fd0ff46724a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:41:04.680] #9  0x00007fd0ff467305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
test
[05:38:54.221]  12/315 postgresql:isolation / isolation/isolation                                      ERROR            ...
macOS - Sonoma - Meson
test
[05:38:01.702]   9/315 postgresql:isolation / isolation/isolation                                      ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
test
[05:48:47.335]   6/310 postgresql:isolation / isolation/isolation                                      ERROR            ...
51/5231 Consider the number of columns in the sort cost model
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out /tmp/cirrus-ci-build/build/testrun/...
--- /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out	2024-12-25 04:42:44.853542000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_stat_statements/regress/results/level_tracking.out	2024-12-25 04:45:43.2746140...
@@ -383,26 +383,24 @@
 (1 row)
 
 EXPLAIN (COSTS OFF) SELECT 1, 2 UNION SELECT 3, 4\; EXPLAIN (COSTS OFF) (SELECT 1, 2, 3) UNION SELECT 3, 4, 5;
+      QUERY PLAN       
+-----------------------
+ HashAggregate
+   Group Key: (1), (2)
+   ->  Append
+         ->  Result
+         ->  Result
+(5 rows)
+
          QUERY PLAN         
 ----------------------------
- Unique
-   ->  Sort
...
test
[04:48:01.316]  86/315 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out /tmp/cirrus-ci-build/contrib/pg_sta...
--- /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out	2024-12-25 04:42:41.267289208 +0000
+++ /tmp/cirrus-ci-build/contrib/pg_stat_statements/results/level_tracking.out	2024-12-25 04:48:22.386557776 +0000
@@ -383,25 +383,23 @@
 (1 row)
 
 EXPLAIN (COSTS OFF) SELECT 1, 2 UNION SELECT 3, 4\; EXPLAIN (COSTS OFF) (SELECT 1, 2, 3) UNION SELECT 3, 4, 5;
+      QUERY PLAN       
+-----------------------
+ HashAggregate
+   Group Key: (1), (2)
+   ->  Append
+         ->  Result
+         ->  Result
+(5 rows)
+
          QUERY PLAN         
 ----------------------------
- Unique
-   ->  Sort
...
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out /tmp/cirrus-ci-build/build/testrun/...
--- /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out	2024-12-25 04:42:40.779184813 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_stat_statements/regress/results/level_tracking.out	2024-12-25 04:48:34.6344829...
@@ -383,25 +383,23 @@
 (1 row)
 
 EXPLAIN (COSTS OFF) SELECT 1, 2 UNION SELECT 3, 4\; EXPLAIN (COSTS OFF) (SELECT 1, 2, 3) UNION SELECT 3, 4, 5;
+      QUERY PLAN       
+-----------------------
+ HashAggregate
+   Group Key: (1), (2)
+   ->  Append
+         ->  Result
+         ->  Result
+(5 rows)
+
          QUERY PLAN         
 ----------------------------
- Unique
-   ->  Sort
...
test
[04:50:43.167]  86/315 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/contrib/pg_stat_statements/expected/level_tracking.out /Users/admin/pgsql/build/testrun/pg_s...
--- /Users/admin/pgsql/contrib/pg_stat_statements/expected/level_tracking.out	2024-12-25 04:42:10
+++ /Users/admin/pgsql/build/testrun/pg_stat_statements/regress/results/level_tracking.out	2024-12-25 04:45:37
@@ -383,25 +383,23 @@
 (1 row)
 
 EXPLAIN (COSTS OFF) SELECT 1, 2 UNION SELECT 3, 4\; EXPLAIN (COSTS OFF) (SELECT 1, 2, 3) UNION SELECT 3, 4, 5;
+      QUERY PLAN       
+-----------------------
+ HashAggregate
+   Group Key: (1), (2)
+   ->  Append
+         ->  Result
+         ->  Result
+(5 rows)
+
          QUERY PLAN         
 ----------------------------
- Unique
-   ->  Sort
...
test
[04:47:31.104]  84/315 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/contrib/pg_stat_statements/expected/level_tracking.out C:/cirrus/build/testrun/pg...
--- C:/cirrus/contrib/pg_stat_statements/expected/level_tracking.out	2024-12-25 04:42:45.634097900 +0000
+++ C:/cirrus/build/testrun/pg_stat_statements/regress/results/level_tracking.out	2024-12-25 04:49:04.401937200 +0000
@@ -383,25 +383,23 @@
 (1 row)
 
 EXPLAIN (COSTS OFF) SELECT 1, 2 UNION SELECT 3, 4\; EXPLAIN (COSTS OFF) (SELECT 1, 2, 3) UNION SELECT 3, 4, 5;
+      QUERY PLAN       
+-----------------------
+ HashAggregate
+   Group Key: (1), (2)
+   ->  Append
+         ->  Result
+         ->  Result
+(5 rows)
+
          QUERY PLAN         
 ----------------------------
- Unique
-   ->  Sort
...
test
[04:55:44.014]  88/310 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
51/5283 Replace IN VALUES with ANY in WHERE clauses during optimization
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/subselect.out /tmp/cirrus-ci-build/build/testrun/regress-running...
--- /tmp/cirrus-ci-build/src/test/regress/expected/subselect.out	2024-12-25 02:18:12.369503000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress-running/regress/results/subselect.out	2024-12-25 02:23:02.551671000 +0000
@@ -2831,15 +2831,16 @@
 EXPLAIN (COSTS OFF)
 SELECT c.oid,c.relname FROM pg_class c JOIN pg_am a USING (oid)
 WHERE c.oid IN (VALUES (1), (2));
-                          QUERY PLAN                           
----------------------------------------------------------------
- Hash Join
-   Hash Cond: (a.oid = c.oid)
-   ->  Seq Scan on pg_am a
-   ->  Hash
-         ->  Index Scan using pg_class_oid_index on pg_class c
-               Index Cond: (oid = ANY ('{1,2}'::integer[]))
-(6 rows)
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (c.oid = a.oid)
...
test
[02:23:30.118] 74/76 postgresql:regress-running / regress-running/regress                         ERROR            27.04...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/subselect.out /Users/admin/pgsql/build/testrun/regress/regress/res...
--- /Users/admin/pgsql/src/test/regress/expected/subselect.out	2024-12-25 02:17:12
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/subselect.out	2024-12-25 02:18:40
@@ -2831,15 +2831,16 @@
 EXPLAIN (COSTS OFF)
 SELECT c.oid,c.relname FROM pg_class c JOIN pg_am a USING (oid)
 WHERE c.oid IN (VALUES (1), (2));
-                          QUERY PLAN                           
----------------------------------------------------------------
- Hash Join
-   Hash Cond: (a.oid = c.oid)
-   ->  Seq Scan on pg_am a
-   ->  Hash
-         ->  Index Scan using pg_class_oid_index on pg_class c
-               Index Cond: (oid = ANY ('{1,2}'::integer[]))
-(6 rows)
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (c.oid = a.oid)
...
test
[02:22:01.016]  30/315 postgresql:regress / regress/regress                                            ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/subselect.out C:/cirrus/build/testrun/pg_upgrade/002_pg...
--- C:/cirrus/src/test/regress/expected/subselect.out	2024-12-25 02:18:12.988955400 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/subselect.out	2024-12-25 02:20:43.914777300 +0000
@@ -2831,15 +2831,16 @@
 EXPLAIN (COSTS OFF)
 SELECT c.oid,c.relname FROM pg_class c JOIN pg_am a USING (oid)
 WHERE c.oid IN (VALUES (1), (2));
-                          QUERY PLAN                           
----------------------------------------------------------------
- Hash Join
-   Hash Cond: (a.oid = c.oid)
-   ->  Seq Scan on pg_am a
-   ->  Hash
-         ->  Index Scan using pg_class_oid_index on pg_class c
-               Index Cond: (oid = ANY ('{1,2}'::integer[]))
-(6 rows)
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (c.oid = a.oid)
...
tap
[02:22:07.948](121.227s) not ok 5 - regression tests pass
test
[02:31:07.100]  40/310 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
51/5195 Index AM API cleanup
FreeBSD - 13 - Meson
core
[00:58:23.411] #0  0x000000082bd9d8fa in _sigprocmask () from /lib/libc.so.7
[00:58:23.411] #1  0x000000082bdd6f91 in _system () from /lib/libc.so.7
[00:58:23.411] #2  0x00000008295ed9d3 in ?? () from /lib/libthr.so.3
[00:58:23.411] #3  0x0000000000670d75 in RestoreArchivedFile (path=path@entry=0x820f231d0 "pg_wal/00000002", '0' <repeat...
[00:58:23.411] #4  0x0000000000657e28 in existsTimeLineHistory (probeTLI=probeTLI@entry=3) at ../src/backend/access/tran...
[00:58:23.411] #5  0x0000000000657ee8 in findNewestTimeLine (startTLI=startTLI@entry=2) at ../src/backend/access/transam...
[00:58:23.411] #6  0x000000000067c18b in rescanLatestTimeLine (replayTLI=replayTLI@entry=2, replayLSN=replayLSN@entry=67...
[00:58:23.411] #7  0x00000000006783e3 in WaitForWALToBecomeAvailable (RecPtr=67210824, tliRecPtr=67210800, replayTLI=2, ...
[00:58:23.411] #8  XLogPageRead (xlogreader=0x83434d130, targetPagePtr=67207168, reqLen=3656, targetRecPtr=67210800, rea...
[00:58:23.411] #9  0x000000000067f0d2 in ReadPageInternal (state=state@entry=0x83434d130, pageptr=67207168, reqLen=3656)...
tap
[00:55:52.040](214.392s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /tmp/cirrus-ci-build/src/test/subscription/t/034_temporal.pl line 172.
test
[00:55:52.362] 315/315 postgresql:subscription / subscription/034_temporal                             ERROR           2...
Linux - Debian Bookworm - Autoconf
tap
[01:00:31.138](234.452s) # poll_query_until timed out executing this query:
timed out waiting for catchup at t/034_temporal.pl line 172.
Linux - Debian Bookworm - Meson
tap
[00:58:12.131](210.696s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /tmp/cirrus-ci-build/src/test/subscription/t/034_temporal.pl line 172.
test
[00:58:12.430] 315/315 postgresql:subscription / subscription/034_temporal                             ERROR           2...
macOS - Sonoma - Meson
core
[00:58:40.602]   * frame #0: 0x000000018160f9b0 dyld`strcmp
[00:58:40.602]     frame #1: 0x00000001816313f4 dyld`invocation function for block in dyld4::JustInTimeLoader::parseSect...
[00:58:40.602]     frame #2: 0x0000000181660400 dyld`invocation function for block in dyld3::MachOFile::forEachSection(v...
[00:58:40.602]     frame #3: 0x000000018160f2fc dyld`dyld3::MachOFile::forEachLoadCommand(Diagnostics&, void (load_comma...
[00:58:40.602]     frame #4: 0x000000018165f394 dyld`dyld3::MachOFile::forEachSection(void (dyld3::MachOFile::SectionInf...
[00:58:40.602]     frame #5: 0x00000001816311fc dyld`dyld4::JustInTimeLoader::parseSectionLocations(dyld3::MachOFile con...
[00:58:40.602]     frame #6: 0x000000018164aad0 dyld`dyld4::APIs::_dyld_lookup_section_info(mach_header const*, _dyld_se...
[00:58:40.602]     frame #7: 0x00000001815be780 libobjc.A.dylib`map_images_nolock + 2604
[00:58:40.602]     frame #8: 0x00000001815bdccc libobjc.A.dylib`map_images + 112
[00:58:40.602]     frame #9: 0x000000018162423c dyld`invocation function for block in dyld4::RuntimeState::setObjCNotifi...
tap
[00:55:28.504](237.888s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /Users/admin/pgsql/src/test/subscription/t/034_temporal.pl line 172.
test
[00:55:28.821] 315/315 postgresql:subscription / subscription/034_temporal                             ERROR           2...
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[01:02:59.389](305.986s) # poll_query_until timed out executing this query:
timed out waiting for catchup at C:/cirrus/src/test/subscription/t/034_temporal.pl line 172.
test
[01:02:59.800] 310/310 postgresql:subscription / subscription/034_temporal                             ERROR           3...
51/5174 Call rm_redo in a temporary memory context
CompilerWarnings
compiler
[23:54:45.689] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
compiler
[23:54:26.059] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
compiler
[23:57:45.586] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
51/5426 Add a warning message when using unencrypted passwords
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/interfaces/ecpg/test/expected/connect-test5.stderr /tmp/cirrus-ci-build/build/testrun/...
--- /tmp/cirrus-ci-build/src/interfaces/ecpg/test/expected/connect-test5.stderr	2024-12-24 23:34:09.516418000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/ecpg/ecpg/results/connect-test5.stderr	2024-12-24 23:36:56.957338000 +0000
@@ -4,16 +4,24 @@
 [NO_PID]: sqlca: code: 0, state: 00000
 [NO_PID]: ecpg_execute on line 24: query: alter user regress_ecpg_user2 encrypted password 'insecure'; with 0 parameter...
 [NO_PID]: sqlca: code: 0, state: 00000
-[NO_PID]: ecpg_execute on line 24: using PQexec
+[NO_PID]: ECPGnoticeReceiver: using a plaintext password in a query
 [NO_PID]: sqlca: code: 0, state: 00000
+[NO_PID]: raising sqlcode 0
+[NO_PID]: sqlca: code: 0, state: 01000
+[NO_PID]: ecpg_execute on line 24: using PQexec
+[NO_PID]: sqlca: code: 0, state: 01000
 [NO_PID]: ecpg_process_output on line 24: OK: ALTER ROLE
-[NO_PID]: sqlca: code: 0, state: 00000
+[NO_PID]: sqlca: code: 0, state: 01000
 [NO_PID]: ecpg_execute on line 25: query: alter user regress_ecpg_user1 encrypted password 'connectpw'; with 0 paramete...
 [NO_PID]: sqlca: code: 0, state: 00000
-[NO_PID]: ecpg_execute on line 25: using PQexec
...
test
[23:38:54.012] 141/315 postgresql:ecpg / ecpg/ecpg                                                     ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/interfaces/ecpg/test/expected/connect-test5.stderr /tmp/cirrus-ci-build/src/interfaces...
--- /tmp/cirrus-ci-build/src/interfaces/ecpg/test/expected/connect-test5.stderr	2024-12-24 23:34:05.781787584 +0000
+++ /tmp/cirrus-ci-build/src/interfaces/ecpg/test/results/connect-test5.stderr	2024-12-24 23:36:07.767947448 +0000
@@ -4,16 +4,24 @@
 [NO_PID]: sqlca: code: 0, state: 00000
 [NO_PID]: ecpg_execute on line 24: query: alter user regress_ecpg_user2 encrypted password 'insecure'; with 0 parameter...
 [NO_PID]: sqlca: code: 0, state: 00000
-[NO_PID]: ecpg_execute on line 24: using PQexec
+[NO_PID]: ECPGnoticeReceiver: using a plaintext password in a query
 [NO_PID]: sqlca: code: 0, state: 00000
+[NO_PID]: raising sqlcode 0
+[NO_PID]: sqlca: code: 0, state: 01000
+[NO_PID]: ecpg_execute on line 24: using PQexec
+[NO_PID]: sqlca: code: 0, state: 01000
 [NO_PID]: ecpg_process_output on line 24: OK: ALTER ROLE
-[NO_PID]: sqlca: code: 0, state: 00000
+[NO_PID]: sqlca: code: 0, state: 01000
 [NO_PID]: ecpg_execute on line 25: query: alter user regress_ecpg_user1 encrypted password 'connectpw'; with 0 paramete...
 [NO_PID]: sqlca: code: 0, state: 00000
-[NO_PID]: ecpg_execute on line 25: using PQexec
...
Linux - Debian Bookworm - Meson
core
[23:41:39.287] #0  0x00007f5f3540fb93 in wait4 () from /lib/x86_64-linux-gnu/libc.so.6
[23:41:39.287] #1  0x0000559bc2e0ecc0 in ?? ()
[23:41:39.287] #2  0x0000559bc2e0eefa in ?? ()
[23:41:39.287] #3  0x0000559bc2e10630 in ?? ()
[23:41:39.287] #4  0x0000559bc2e0a371 in ?? ()
[23:41:39.287] #5  0x0000559bc2e0920f in ?? ()
[23:41:39.287] #6  0x0000559bc2e09c3b in ?? ()
[23:41:39.287] #7  0x0000559bc2e0766f in ?? ()
[23:41:39.287] #8  0x00007f5f3536324a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[23:41:39.287] #9  0x00007f5f35363305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[23:41:39.401] #0  0x00007f9b264660ff in openat64 () from /lib/x86_64-linux-gnu/libc.so.6
[23:41:39.401] #1  0x000055bff74c7e77 in ?? ()
[23:41:39.401] #2  0x000055bff74bfff0 in ?? ()
[23:41:39.401] #3  0x000055bff74c1577 in ?? ()
[23:41:39.401] #4  0x000055bff74bb5bc in ?? ()
[23:41:39.401] #5  0x000055bff74b9eda in ?? ()
[23:41:39.401] #6  0x00007f9b2639524a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[23:41:39.401] #7  0x00007f9b26395305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
[23:41:39.401] #8  0x000055bff74ba171 in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/src/interfaces/ecpg/test/expected/connect-test5.stderr /tmp/cirrus-ci-build/build/testrun/...
--- /tmp/cirrus-ci-build/src/interfaces/ecpg/test/expected/connect-test5.stderr	2024-12-24 23:34:04.398228592 +0000
+++ /tmp/cirrus-ci-build/build/testrun/ecpg/ecpg/results/connect-test5.stderr	2024-12-24 23:37:26.827199872 +0000
@@ -4,16 +4,24 @@
 [NO_PID]: sqlca: code: 0, state: 00000
 [NO_PID]: ecpg_execute on line 24: query: alter user regress_ecpg_user2 encrypted password 'insecure'; with 0 parameter...
 [NO_PID]: sqlca: code: 0, state: 00000
-[NO_PID]: ecpg_execute on line 24: using PQexec
+[NO_PID]: ECPGnoticeReceiver: using a plaintext password in a query
 [NO_PID]: sqlca: code: 0, state: 00000
+[NO_PID]: raising sqlcode 0
+[NO_PID]: sqlca: code: 0, state: 01000
+[NO_PID]: ecpg_execute on line 24: using PQexec
+[NO_PID]: sqlca: code: 0, state: 01000
 [NO_PID]: ecpg_process_output on line 24: OK: ALTER ROLE
-[NO_PID]: sqlca: code: 0, state: 00000
+[NO_PID]: sqlca: code: 0, state: 01000
 [NO_PID]: ecpg_execute on line 25: query: alter user regress_ecpg_user1 encrypted password 'connectpw'; with 0 paramete...
 [NO_PID]: sqlca: code: 0, state: 00000
-[NO_PID]: ecpg_execute on line 25: using PQexec
...
test
[23:39:10.038] 145/315 postgresql:ecpg / ecpg/ecpg                                                     ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/interfaces/ecpg/test/expected/connect-test5.stderr /Users/admin/pgsql/build/testrun/ecpg...
--- /Users/admin/pgsql/src/interfaces/ecpg/test/expected/connect-test5.stderr	2024-12-24 23:33:11
+++ /Users/admin/pgsql/build/testrun/ecpg/ecpg/results/connect-test5.stderr	2024-12-24 23:36:16
@@ -4,16 +4,24 @@
 [NO_PID]: sqlca: code: 0, state: 00000
 [NO_PID]: ecpg_execute on line 24: query: alter user regress_ecpg_user2 encrypted password 'insecure'; with 0 parameter...
 [NO_PID]: sqlca: code: 0, state: 00000
-[NO_PID]: ecpg_execute on line 24: using PQexec
+[NO_PID]: ECPGnoticeReceiver: using a plaintext password in a query
 [NO_PID]: sqlca: code: 0, state: 00000
+[NO_PID]: raising sqlcode 0
+[NO_PID]: sqlca: code: 0, state: 01000
+[NO_PID]: ecpg_execute on line 24: using PQexec
+[NO_PID]: sqlca: code: 0, state: 01000
 [NO_PID]: ecpg_process_output on line 24: OK: ALTER ROLE
-[NO_PID]: sqlca: code: 0, state: 00000
+[NO_PID]: sqlca: code: 0, state: 01000
 [NO_PID]: ecpg_execute on line 25: query: alter user regress_ecpg_user1 encrypted password 'connectpw'; with 0 paramete...
 [NO_PID]: sqlca: code: 0, state: 00000
-[NO_PID]: ecpg_execute on line 25: using PQexec
...
test
[23:38:00.287] 143/315 postgresql:ecpg / ecpg/ecpg                                                     ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/interfaces/ecpg/test/expected/connect-test5.stderr C:/cirrus/build/testrun/ec...
--- C:/cirrus/src/interfaces/ecpg/test/expected/connect-test5.stderr	2024-12-24 23:34:10.389485400 +0000
+++ C:/cirrus/build/testrun/ecpg/ecpg/results/connect-test5.stderr	2024-12-24 23:41:21.430007700 +0000
@@ -4,16 +4,24 @@
 [NO_PID]: sqlca: code: 0, state: 00000
 [NO_PID]: ecpg_execute on line 24: query: alter user regress_ecpg_user2 encrypted password 'insecure'; with 0 parameter...
 [NO_PID]: sqlca: code: 0, state: 00000
-[NO_PID]: ecpg_execute on line 24: using PQexec
+[NO_PID]: ECPGnoticeReceiver: using a plaintext password in a query
 [NO_PID]: sqlca: code: 0, state: 00000
+[NO_PID]: raising sqlcode 0
+[NO_PID]: sqlca: code: 0, state: 01000
+[NO_PID]: ecpg_execute on line 24: using PQexec
+[NO_PID]: sqlca: code: 0, state: 01000
 [NO_PID]: ecpg_process_output on line 24: OK: ALTER ROLE
-[NO_PID]: sqlca: code: 0, state: 00000
+[NO_PID]: sqlca: code: 0, state: 01000
 [NO_PID]: ecpg_execute on line 25: query: alter user regress_ecpg_user1 encrypted password 'connectpw'; with 0 paramete...
 [NO_PID]: sqlca: code: 0, state: 00000
-[NO_PID]: ecpg_execute on line 25: using PQexec
...
test
[23:47:37.434] 148/310 postgresql:ecpg / ecpg/ecpg                                                     ERROR            ...
51/5438 bt_index_parent_check false alarm for indexes created concurrently
Windows - Server 2019, VS 2019 - Meson & ninja
tap
timed out waiting for match: (?^:Streaming transactions committing after ([A-F0-9]+/[A-F0-9]+), reading WAL from ([A-F0-...
test
[23:19:03.060] 172/311 postgresql:recovery / recovery/038_save_logical_slots_shutdown                  ERROR           2...
51/5004 CREATE INDEX CONCURRENTLY for partitioned tables
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_p...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-12-24 21:41:53.795053000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/indexing.out	2024-12-24 21:44:34.421142000...
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/recovery/027_str...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-12-24 21:41:53.795053000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/indexing.out	2024-12-24 21:45:16.4076170...
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/regress/regress/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-12-24 21:41:53.795053000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/indexing.out	2024-12-24 21:44:27.234053000 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[21:44:38.031](71.724s) not ok 5 - regression tests pass
tap
[21:45:19.057](74.153s) not ok 2 - regression tests pass
test
[22:00:04.238]  41/315 postgresql:regress / regress/regress                                            ERROR            ...
[22:00:04.238]  93/315 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[22:00:04.238] 145/315 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[22:00:04.238] 315/315 postgresql:isolation / isolation/isolation                                      TIMEOUT        10...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-12-24 21:41:52.095517833 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/indexing.out	2024-12-24 21:50:00.885064045 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/partitioned-cic.out /tmp/cirrus-ci-build/src/test/isolation/ou...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/partitioned-cic.out	2024-12-24 21:41:51.935899903 +0000
+++ /tmp/cirrus-ci-build/src/test/isolation/output_iso/results/partitioned-cic.out	2024-12-24 22:11:20.726967585 +0000
@@ -3,10 +3,14 @@
 starting permutation: lock_p1 cic insert drop2 commit chk_content
 step lock_p1: lock cictab_part_1 in row exclusive mode;
 step cic: CREATE INDEX CONCURRENTLY ON cictab(i); <waiting ...>
-step insert: insert into cictab values (1, 1), (11, 1);
-step drop2: DROP TABLE cictab_part_2;
+step insert: insert into cictab values (1, 1), (11, 1); <waiting ...>
+isolationtester: canceling step insert after 360 seconds
+step insert: <... completed>
+ERROR:  canceling statement due to user request
+step drop2: DROP TABLE cictab_part_2; <waiting ...>
 step commit: COMMIT;
 step cic: <... completed>
+step drop2: <... completed>
 step chk_content: 
   set enable_seqscan to off;
   explain (costs off) select * from cictab where i > 0;
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/src/test/recovery/tmp_check/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-12-24 21:41:52.095517833 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/indexing.out	2024-12-24 21:51:11.109182786 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/src/test/regress/results/index...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-12-24 21:41:52.095517833 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/indexing.out	2024-12-24 21:47:28.793561102 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[21:50:06.929](111.514s) not ok 5 - regression tests pass
tap
[21:51:14.078](77.513s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_p...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-12-24 21:41:49.897450807 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/indexing.out	2024-12-24 21:47:28.752822999...
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/recovery/027_str...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-12-24 21:41:49.897450807 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/indexing.out	2024-12-24 21:47:56.5447977...
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/regress/regress/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-12-24 21:41:49.897450807 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/indexing.out	2024-12-24 21:47:22.008829612 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[21:47:31.697](80.466s) not ok 5 - regression tests pass
tap
[21:47:58.977](71.260s) not ok 2 - regression tests pass
test
[22:02:48.253]  43/315 postgresql:regress / regress/regress                                            ERROR            ...
[22:02:48.253] 119/315 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[22:02:48.253] 146/315 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[22:02:48.253] 315/315 postgresql:isolation / isolation/isolation                                      TIMEOUT        10...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/indexing.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_up...
--- /Users/admin/pgsql/src/test/regress/expected/indexing.out	2024-12-24 21:41:12
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/indexing.out	2024-12-24 21:46:31
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/indexing.out /Users/admin/pgsql/build/testrun/recovery/027_stream_...
--- /Users/admin/pgsql/src/test/regress/expected/indexing.out	2024-12-24 21:41:12
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/indexing.out	2024-12-24 21:47:13
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/indexing.out /Users/admin/pgsql/build/testrun/regress/regress/resu...
--- /Users/admin/pgsql/src/test/regress/expected/indexing.out	2024-12-24 21:41:12
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/indexing.out	2024-12-24 21:46:34
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[21:46:33.665](29.987s) not ok 5 - regression tests pass
tap
[21:47:15.310](38.262s) not ok 2 - regression tests pass
test
[22:03:21.544]  26/315 postgresql:regress / regress/regress                                            ERROR            ...
[22:03:21.544]  42/315 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[22:03:21.544] 115/315 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[22:03:21.544] 315/315 postgresql:isolation / isolation/isolation                                      TIMEOUT        10...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/indexing.out C:/cirrus/build/testrun/pg_upgrade/002_pg_...
--- C:/cirrus/src/test/regress/expected/indexing.out	2024-12-24 21:41:57.321626000 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/indexing.out	2024-12-24 21:45:43.545955900 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/indexing.out C:/cirrus/build/testrun/recovery/027_strea...
--- C:/cirrus/src/test/regress/expected/indexing.out	2024-12-24 21:41:57.321626000 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/indexing.out	2024-12-24 21:47:43.918950300 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/indexing.out C:/cirrus/build/testrun/regress/regress/re...
--- C:/cirrus/src/test/regress/expected/indexing.out	2024-12-24 21:41:57.321626000 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/indexing.out	2024-12-24 21:45:38.816478000 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[21:45:50.607](116.658s) not ok 5 - regression tests pass
tap
[21:47:52.980](109.218s) not ok 2 - regression tests pass
test
[22:00:27.417]  22/310 postgresql:regress / regress/regress                                            ERROR           1...
[22:00:27.417]  36/310 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[22:00:27.417]  70/310 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
[22:00:27.417] 310/310 postgresql:isolation / isolation/isolation                                      TIMEOUT        10...
51/5355 Enhance memory context statistics reporting for all PostgreSQL processes.
FreeBSD - 13 - Meson
tap
[21:23:49.443](0.001s) not ok 23 - connect : matches
test
[21:24:42.810] 245/315 postgresql:postmaster / postmaster/002_start_stop                               ERROR            ...
51/4971 Revisiting {CREATE INDEX, REINDEX} CONCURRENTLY improvements
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[20:15:53.586] c:\cirrus\src\backend\access\stir\stir.c(422) : warning C4715: 'stirbeginscan': not all control paths ret...
51/5363 enable pg_recvlogical to use temporary slots
Windows - Server 2019, VS 2019 - Meson & ninja
test
[18:00:37.586] 310/310 postgresql:ecpg / ecpg/ecpg                                                     TIMEOUT        10...
51/5421 Use streaming read API in pgstattuple.
Linux - Debian Bookworm - Meson
core
[16:08:07.692] #0  0x00007f7054c8ba50 in ?? ()
[16:08:07.692] #1  0x0000000000000003 in ?? ()
[16:08:07.692] #2  0x00007ffcd084f3bf in ?? ()
[16:08:07.692] #3  0x00007ffcd084f3c2 in ?? ()
[16:08:07.692] #4  0x00007ffcd084f44d in ?? ()
[16:08:07.692] #5  0x0000000000000000 in ?? ()
[16:08:07.803] #0  0x00007fdfcc165da4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
core
[16:08:07.810] #0  0x00007fdfcc165da4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[16:08:07.810] #1  0x00007fdfcc112239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[16:08:07.810] #2  0x00007fdfcc112497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[16:08:07.810] #3  0x000055a75c5f55c1 in ?? ()
[16:08:07.810] #4  0x000055a75c5ef369 in ?? ()
[16:08:07.810] #5  0x000055a75c5ee20f in ?? ()
[16:08:07.810] #6  0x000055a75c5eec3b in ?? ()
[16:08:07.810] #7  0x000055a75c5ec66f in ?? ()
[16:08:07.810] #8  0x00007fdfcc0fd24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[16:08:07.810] #9  0x00007fdfcc0fd305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pgstattuple/expected/pgstattuple.out /tmp/cirrus-ci-build/build-32/testrun/pgstatt...
--- /tmp/cirrus-ci-build/contrib/pgstattuple/expected/pgstattuple.out	2024-12-24 15:54:19.852404282 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/pgstattuple/regress/results/pgstattuple.out	2024-12-24 16:03:33.235581706 +000...
@@ -134,7 +134,7 @@
 select * from pgstathashindex('test_hashidx');
  version | bucket_pages | overflow_pages | bitmap_pages | unused_pages | live_items | dead_items | free_percent 
 ---------+--------------+----------------+--------------+--------------+------------+------------+--------------
-       4 |            4 |              0 |            1 |            0 |          0 |          0 |          100
+       4 |            2 |              0 |            1 |            0 |          0 |          0 |          100
 (1 row)
 
 create index test_gistidx ON test USING gist(c);
@@ -166,7 +166,7 @@
 select pgstattuple('test_hashidx');
            pgstattuple           
 ---------------------------------
- (49152,0,0,0,0,0,0,32608,66.34)
+ (32768,0,0,0,0,0,0,16304,49.76)
 (1 row)
 
...
test
[16:05:44.364]  83/315 postgresql:pgstattuple / pgstattuple/regress                                    ERROR            ...
51/5447 log_min_messages per backend type
CompilerWarnings
compiler
[15:44:30.209] guc_tables.c:522:10: error: no previous extern declaration for non-static variable 'log_min_messages_stri...
compiler
[15:42:37.772] guc_tables.c:522:10: error: no previous extern declaration for non-static variable 'log_min_messages_stri...
Windows - Server 2019, VS 2019 - Meson & ninja
core
0000003f`3cdfde30 00007ff6`f05a8811     postgres!should_output_to_server(
0000003f`3cdfde60 00007ff6`f0622f8f     postgres!errstart(
0000003f`3cdfdeb0 00007ff6`f0624c49     postgres!_dosmaperr(
0000003f`3cdfdef0 00007ff6`f0620295     postgres!pgwin32_open_handle(
0000003f`3cdfdfa0 00007ff6`f0620100     postgres!_pglstat64(
0000003f`3cdfe400 00007ff6`f063aa11     postgres!_pgstat64(
0000003f`3cdfec60 00007ff6`f063aba7     postgres!validate_exec(
0000003f`3cdff110 00007ff6`f063a8cb     postgres!find_my_exec(
0000003f`3cdff170 00007ff6`f01207b7     postgres!set_pglocale_pgservice(
0000003f`3cdff9b0 00007ff6`f071ec69     postgres!main(
core
0000003f`3d5ffb68 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003f`3d5ffb70 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
0000003f`3d5ffe60 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003f`3d5ffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003f`3d1ff658 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003f`3d1ff660 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
0000003f`3d1ff950 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003f`3d1ff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000047`0d9fdd30 00007ff6`f05a8811     postgres!should_output_to_server(
00000047`0d9fdd60 00007ff6`f0622f8f     postgres!errstart(
00000047`0d9fddb0 00007ff6`f0624c49     postgres!_dosmaperr(
00000047`0d9fddf0 00007ff6`f0620295     postgres!pgwin32_open_handle(
00000047`0d9fdea0 00007ff6`f0620100     postgres!_pglstat64(
00000047`0d9fe300 00007ff6`f063aa11     postgres!_pgstat64(
00000047`0d9feb60 00007ff6`f063aba7     postgres!validate_exec(
00000047`0d9ff010 00007ff6`f063a8cb     postgres!find_my_exec(
00000047`0d9ff070 00007ff6`f01207b7     postgres!set_pglocale_pgservice(
00000047`0d9ff8b0 00007ff6`f071ec69     postgres!main(
core
00000047`0e1ffb98 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000047`0e1ffba0 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
00000047`0e1ffe90 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
00000047`0e1ffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000047`0ddffbe8 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000047`0ddffbf0 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
00000047`0ddffee0 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
00000047`0ddfff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004a`bc3fdb50 00007ff6`f05a8811     postgres!should_output_to_server(
0000004a`bc3fdb80 00007ff6`f0622f8f     postgres!errstart(
0000004a`bc3fdbd0 00007ff6`f0624c49     postgres!_dosmaperr(
0000004a`bc3fdc10 00007ff6`f0620295     postgres!pgwin32_open_handle(
0000004a`bc3fdcc0 00007ff6`f0620100     postgres!_pglstat64(
0000004a`bc3fe120 00007ff6`f063aa11     postgres!_pgstat64(
0000004a`bc3fe980 00007ff6`f063aba7     postgres!validate_exec(
0000004a`bc3fee30 00007ff6`f063a8cb     postgres!find_my_exec(
0000004a`bc3fee90 00007ff6`f01207b7     postgres!set_pglocale_pgservice(
0000004a`bc3ff6d0 00007ff6`f071ec69     postgres!main(
core
0000004a`bcbff838 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004a`bcbff840 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
0000004a`bcbffb30 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
0000004a`bcbffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004a`bc7ff698 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004a`bc7ff6a0 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
0000004a`bc7ff990 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
0000004a`bc7ff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bb`dabfe250 00007ff6`f05a8811     postgres!should_output_to_server(
000000bb`dabfe280 00007ff6`f0622f8f     postgres!errstart(
000000bb`dabfe2d0 00007ff6`f0624c49     postgres!_dosmaperr(
000000bb`dabfe310 00007ff6`f0620295     postgres!pgwin32_open_handle(
000000bb`dabfe3c0 00007ff6`f0620100     postgres!_pglstat64(
000000bb`dabfe820 00007ff6`f063aa11     postgres!_pgstat64(
000000bb`dabff080 00007ff6`f063aba7     postgres!validate_exec(
000000bb`dabff530 00007ff6`f063a8cb     postgres!find_my_exec(
000000bb`dabff590 00007ff6`f01207b7     postgres!set_pglocale_pgservice(
000000bb`dabffdd0 00007ff6`f071ec69     postgres!main(
core
000000bb`db3ff638 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bb`db3ff640 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
000000bb`db3ff930 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
000000bb`db3ff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bb`dafff4f8 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bb`dafff500 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
000000bb`dafff7f0 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
000000bb`dafff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ce`fb1ffbc8 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ce`fb1ffbd0 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
000000ce`fb1ffec0 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ce`fb1ffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ce`fadffb08 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ce`fadffb10 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
000000ce`fadffe00 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ce`fadffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ce`fa9fe1d0 00007ff6`f05a8811     postgres!should_output_to_server(
000000ce`fa9fe200 00007ff6`f0622f8f     postgres!errstart(
000000ce`fa9fe250 00007ff6`f0624c49     postgres!_dosmaperr(
000000ce`fa9fe290 00007ff6`f0620295     postgres!pgwin32_open_handle(
000000ce`fa9fe340 00007ff6`f0620100     postgres!_pglstat64(
000000ce`fa9fe7a0 00007ff6`f063aa11     postgres!_pgstat64(
000000ce`fa9ff000 00007ff6`f063aba7     postgres!validate_exec(
000000ce`fa9ff4b0 00007ff6`f063a8cb     postgres!find_my_exec(
000000ce`fa9ff510 00007ff6`f01207b7     postgres!set_pglocale_pgservice(
000000ce`fa9ffd50 00007ff6`f071ec69     postgres!main(
core
0000003d`8c3ff9b8 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003d`8c3ff9c0 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
0000003d`8c3ffcb0 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003d`8c3ffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003d`8c7ffba8 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003d`8c7ffbb0 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
0000003d`8c7ffea0 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003d`8c7ffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003d`8bffdb70 00007ff6`f05a8811     postgres!should_output_to_server(
0000003d`8bffdba0 00007ff6`f0622f8f     postgres!errstart(
0000003d`8bffdbf0 00007ff6`f0624c49     postgres!_dosmaperr(
0000003d`8bffdc30 00007ff6`f0620295     postgres!pgwin32_open_handle(
0000003d`8bffdce0 00007ff6`f0620100     postgres!_pglstat64(
0000003d`8bffe140 00007ff6`f063aa11     postgres!_pgstat64(
0000003d`8bffe9a0 00007ff6`f063aba7     postgres!validate_exec(
0000003d`8bffee50 00007ff6`f063a8cb     postgres!find_my_exec(
0000003d`8bffeeb0 00007ff6`f01207b7     postgres!set_pglocale_pgservice(
0000003d`8bfff6f0 00007ff6`f071ec69     postgres!main(
core
000000dd`83dff658 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dd`83dff660 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
000000dd`83dff950 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`83dff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`841ffbc8 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dd`841ffbd0 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
000000dd`841ffec0 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`841ffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`839fdc10 00007ff6`f05a8811     postgres!should_output_to_server(
000000dd`839fdc40 00007ff6`f0622f8f     postgres!errstart(
000000dd`839fdc90 00007ff6`f0624c49     postgres!_dosmaperr(
000000dd`839fdcd0 00007ff6`f0620295     postgres!pgwin32_open_handle(
000000dd`839fdd80 00007ff6`f0620100     postgres!_pglstat64(
000000dd`839fe1e0 00007ff6`f063aa11     postgres!_pgstat64(
000000dd`839fea40 00007ff6`f063aba7     postgres!validate_exec(
000000dd`839feef0 00007ff6`f063a8cb     postgres!find_my_exec(
000000dd`839fef50 00007ff6`f01207b7     postgres!set_pglocale_pgservice(
000000dd`839ff790 00007ff6`f071ec69     postgres!main(
core
00000047`597ff648 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000047`597ff650 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
00000047`597ff940 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
00000047`597ff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000047`593ff6f8 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000047`593ff700 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
00000047`593ff9f0 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
00000047`593ffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000047`58ffe080 00007ff6`f05a8811     postgres!should_output_to_server(
00000047`58ffe0b0 00007ff6`f0622f8f     postgres!errstart(
00000047`58ffe100 00007ff6`f0624c49     postgres!_dosmaperr(
00000047`58ffe140 00007ff6`f0620295     postgres!pgwin32_open_handle(
00000047`58ffe1f0 00007ff6`f0620100     postgres!_pglstat64(
00000047`58ffe650 00007ff6`f063aa11     postgres!_pgstat64(
00000047`58ffeeb0 00007ff6`f063aba7     postgres!validate_exec(
00000047`58fff360 00007ff6`f063a8cb     postgres!find_my_exec(
00000047`58fff3c0 00007ff6`f01207b7     postgres!set_pglocale_pgservice(
00000047`58fffc00 00007ff6`f071ec69     postgres!main(
core
00000067`ce9ff5a8 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000067`ce9ff5b0 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
00000067`ce9ff8a0 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
00000067`ce9ff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000067`cedff9a8 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000067`cedff9b0 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
00000067`cedffca0 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
00000067`cedffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000067`ce5fdbb0 00007ff6`f05a8811     postgres!should_output_to_server(
00000067`ce5fdbe0 00007ff6`f0622f8f     postgres!errstart(
00000067`ce5fdc30 00007ff6`f0624c49     postgres!_dosmaperr(
00000067`ce5fdc70 00007ff6`f0620295     postgres!pgwin32_open_handle(
00000067`ce5fdd20 00007ff6`f0620100     postgres!_pglstat64(
00000067`ce5fe180 00007ff6`f063aa11     postgres!_pgstat64(
00000067`ce5fe9e0 00007ff6`f063aba7     postgres!validate_exec(
00000067`ce5fee90 00007ff6`f063a8cb     postgres!find_my_exec(
00000067`ce5feef0 00007ff6`f01207b7     postgres!set_pglocale_pgservice(
00000067`ce5ff730 00007ff6`f071ec69     postgres!main(
core
00000004`f0dfdac0 00007ff6`f05a8811     postgres!should_output_to_server(
00000004`f0dfdaf0 00007ff6`f0622f8f     postgres!errstart(
00000004`f0dfdb40 00007ff6`f0624c49     postgres!_dosmaperr(
00000004`f0dfdb80 00007ff6`f0620295     postgres!pgwin32_open_handle(
00000004`f0dfdc30 00007ff6`f0620100     postgres!_pglstat64(
00000004`f0dfe090 00007ff6`f063aa11     postgres!_pgstat64(
00000004`f0dfe8f0 00007ff6`f063aba7     postgres!validate_exec(
00000004`f0dfeda0 00007ff6`f063a8cb     postgres!find_my_exec(
00000004`f0dfee00 00007ff6`f01207b7     postgres!set_pglocale_pgservice(
00000004`f0dff640 00007ff6`f071ec69     postgres!main(
core
00000004`f11ff768 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000004`f11ff770 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
00000004`f11ffa60 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
00000004`f11ffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000004`f15ffab8 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000004`f15ffac0 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
00000004`f15ffdb0 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
00000004`f15ffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000095`185ffa58 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000095`185ffa60 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
00000095`185ffd50 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
00000095`185ffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000095`181fe120 00007ff6`f05a8811     postgres!should_output_to_server(
00000095`181fe150 00007ff6`f0622f8f     postgres!errstart(
00000095`181fe1a0 00007ff6`f0624c49     postgres!_dosmaperr(
00000095`181fe1e0 00007ff6`f0620295     postgres!pgwin32_open_handle(
00000095`181fe290 00007ff6`f0620100     postgres!_pglstat64(
00000095`181fe6f0 00007ff6`f063aa11     postgres!_pgstat64(
00000095`181fef50 00007ff6`f063aba7     postgres!validate_exec(
00000095`181ff400 00007ff6`f063a8cb     postgres!find_my_exec(
00000095`181ff460 00007ff6`f01207b7     postgres!set_pglocale_pgservice(
00000095`181ffca0 00007ff6`f071ec69     postgres!main(
core
00000095`189ff5f8 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000095`189ff600 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
00000095`189ff8f0 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
00000095`189ff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008c`381fdcf0 00007ff6`f05a8811     postgres!should_output_to_server(
0000008c`381fdd20 00007ff6`f0622f8f     postgres!errstart(
0000008c`381fdd70 00007ff6`f0624c49     postgres!_dosmaperr(
0000008c`381fddb0 00007ff6`f0620295     postgres!pgwin32_open_handle(
0000008c`381fde60 00007ff6`f0620100     postgres!_pglstat64(
0000008c`381fe2c0 00007ff6`f063aa11     postgres!_pgstat64(
0000008c`381feb20 00007ff6`f063aba7     postgres!validate_exec(
0000008c`381fefd0 00007ff6`f063a8cb     postgres!find_my_exec(
0000008c`381ff030 00007ff6`f01207b7     postgres!set_pglocale_pgservice(
0000008c`381ff870 00007ff6`f071ec69     postgres!main(
core
0000008c`385ffba8 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008c`385ffbb0 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
0000008c`385ffea0 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
0000008c`385ffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008c`389ff668 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008c`389ff670 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
0000008c`389ff960 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
0000008c`389ff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000de`f23fe1c0 00007ff6`f05a8811     postgres!should_output_to_server(
000000de`f23fe1f0 00007ff6`f0622f8f     postgres!errstart(
000000de`f23fe240 00007ff6`f0624c49     postgres!_dosmaperr(
000000de`f23fe280 00007ff6`f0620295     postgres!pgwin32_open_handle(
000000de`f23fe330 00007ff6`f0620100     postgres!_pglstat64(
000000de`f23fe790 00007ff6`f063aa11     postgres!_pgstat64(
000000de`f23feff0 00007ff6`f063aba7     postgres!validate_exec(
000000de`f23ff4a0 00007ff6`f063a8cb     postgres!find_my_exec(
000000de`f23ff500 00007ff6`f01207b7     postgres!set_pglocale_pgservice(
000000de`f23ffd40 00007ff6`f071ec69     postgres!main(
core
000000de`f27ff608 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000de`f27ff610 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
000000de`f27ff900 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
000000de`f27ff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000de`f2bffbb8 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000de`f2bffbc0 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
000000de`f2bffeb0 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
000000de`f2bffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e2`ca3fe130 00007ff6`f05a8811     postgres!should_output_to_server(
000000e2`ca3fe160 00007ff6`f0622f8f     postgres!errstart(
000000e2`ca3fe1b0 00007ff6`f0624c49     postgres!_dosmaperr(
000000e2`ca3fe1f0 00007ff6`f0620295     postgres!pgwin32_open_handle(
000000e2`ca3fe2a0 00007ff6`f0620100     postgres!_pglstat64(
000000e2`ca3fe700 00007ff6`f063aa11     postgres!_pgstat64(
000000e2`ca3fef60 00007ff6`f063aba7     postgres!validate_exec(
000000e2`ca3ff410 00007ff6`f063a8cb     postgres!find_my_exec(
000000e2`ca3ff470 00007ff6`f01207b7     postgres!set_pglocale_pgservice(
000000e2`ca3ffcb0 00007ff6`f071ec69     postgres!main(
core
000000e2`ca7ff4a8 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e2`ca7ff4b0 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
000000e2`ca7ff7a0 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e2`ca7ff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e2`cabffb58 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e2`cabffb60 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
000000e2`cabffe50 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e2`cabffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d8`f41ff6f8 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d8`f41ff700 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
000000d8`f41ff9f0 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d8`f41ffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d8`f45ffbc8 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d8`f45ffbd0 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
000000d8`f45ffec0 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d8`f45ffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d8`f3dfdd50 00007ff6`f05a8811     postgres!should_output_to_server(
000000d8`f3dfdd80 00007ff6`f0622f8f     postgres!errstart(
000000d8`f3dfddd0 00007ff6`f0624c49     postgres!_dosmaperr(
000000d8`f3dfde10 00007ff6`f0620295     postgres!pgwin32_open_handle(
000000d8`f3dfdec0 00007ff6`f0620100     postgres!_pglstat64(
000000d8`f3dfe320 00007ff6`f063aa11     postgres!_pgstat64(
000000d8`f3dfeb80 00007ff6`f063aba7     postgres!validate_exec(
000000d8`f3dff030 00007ff6`f063a8cb     postgres!find_my_exec(
000000d8`f3dff090 00007ff6`f01207b7     postgres!set_pglocale_pgservice(
000000d8`f3dff8d0 00007ff6`f071ec69     postgres!main(
core
00000005`b81ff7f8 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000005`b81ff800 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
00000005`b81ffaf0 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
00000005`b81ffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000005`b7dfdea0 00007ff6`f05a8811     postgres!should_output_to_server(
00000005`b7dfded0 00007ff6`f0622f8f     postgres!errstart(
00000005`b7dfdf20 00007ff6`f0624c49     postgres!_dosmaperr(
00000005`b7dfdf60 00007ff6`f0620295     postgres!pgwin32_open_handle(
00000005`b7dfe010 00007ff6`f0620100     postgres!_pglstat64(
00000005`b7dfe470 00007ff6`f063aa11     postgres!_pgstat64(
00000005`b7dfecd0 00007ff6`f063aba7     postgres!validate_exec(
00000005`b7dff180 00007ff6`f063a8cb     postgres!find_my_exec(
00000005`b7dff1e0 00007ff6`f01207b7     postgres!set_pglocale_pgservice(
00000005`b7dffa20 00007ff6`f071ec69     postgres!main(
core
00000005`b85ff7d8 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000005`b85ff7e0 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
00000005`b85ffad0 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
00000005`b85ffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ac`5abfddd0 00007ff6`f05a8811     postgres!should_output_to_server(
000000ac`5abfde00 00007ff6`f0622f8f     postgres!errstart(
000000ac`5abfde50 00007ff6`f0624c49     postgres!_dosmaperr(
000000ac`5abfde90 00007ff6`f0620295     postgres!pgwin32_open_handle(
000000ac`5abfdf40 00007ff6`f0620100     postgres!_pglstat64(
000000ac`5abfe3a0 00007ff6`f063aa11     postgres!_pgstat64(
000000ac`5abfec00 00007ff6`f063aba7     postgres!validate_exec(
000000ac`5abff0b0 00007ff6`f063a8cb     postgres!find_my_exec(
000000ac`5abff110 00007ff6`f01207b7     postgres!set_pglocale_pgservice(
000000ac`5abff950 00007ff6`f071ec69     postgres!main(
core
000000ac`5afff528 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ac`5afff530 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
000000ac`5afff820 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ac`5afff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ac`5b3ff8a8 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ac`5b3ff8b0 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
000000ac`5b3ffba0 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ac`5b3ffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000025`f71ff908 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000025`f71ff910 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
00000025`f71ffc00 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
00000025`f71ffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000025`f69fdec0 00007ff6`f05a8811     postgres!should_output_to_server(
00000025`f69fdef0 00007ff6`f0622f8f     postgres!errstart(
00000025`f69fdf40 00007ff6`f0624c49     postgres!_dosmaperr(
00000025`f69fdf80 00007ff6`f0620295     postgres!pgwin32_open_handle(
00000025`f69fe030 00007ff6`f0620100     postgres!_pglstat64(
00000025`f69fe490 00007ff6`f063aa11     postgres!_pgstat64(
00000025`f69fecf0 00007ff6`f063aba7     postgres!validate_exec(
00000025`f69ff1a0 00007ff6`f063a8cb     postgres!find_my_exec(
00000025`f69ff200 00007ff6`f01207b7     postgres!set_pglocale_pgservice(
00000025`f69ffa40 00007ff6`f071ec69     postgres!main(
core
00000025`f6dffb98 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000025`f6dffba0 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
00000025`f6dffe90 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
00000025`f6dffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000035`3f5fe210 00007ff6`f05a8811     postgres!should_output_to_server(
00000035`3f5fe240 00007ff6`f0622f8f     postgres!errstart(
00000035`3f5fe290 00007ff6`f0624c49     postgres!_dosmaperr(
00000035`3f5fe2d0 00007ff6`f0620295     postgres!pgwin32_open_handle(
00000035`3f5fe380 00007ff6`f0620100     postgres!_pglstat64(
00000035`3f5fe7e0 00007ff6`f063aa11     postgres!_pgstat64(
00000035`3f5ff040 00007ff6`f063aba7     postgres!validate_exec(
00000035`3f5ff4f0 00007ff6`f063a8cb     postgres!find_my_exec(
00000035`3f5ff550 00007ff6`f01207b7     postgres!set_pglocale_pgservice(
00000035`3f5ffd90 00007ff6`f071ec69     postgres!main(
core
00000035`3fdff4a8 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000035`3fdff4b0 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
00000035`3fdff7a0 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
00000035`3fdff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000035`3f9ff788 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000035`3f9ff790 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
00000035`3f9ffa80 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
00000035`3f9ffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000025`eefff688 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000025`eefff690 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
00000025`eefff980 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
00000025`eefff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000025`eebffae8 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000025`eebffaf0 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
00000025`eebffde0 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
00000025`eebffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000025`ee7fdd00 00007ff6`f05a8811     postgres!should_output_to_server(
00000025`ee7fdd30 00007ff6`f0622f8f     postgres!errstart(
00000025`ee7fdd80 00007ff6`f0624c49     postgres!_dosmaperr(
00000025`ee7fddc0 00007ff6`f0620295     postgres!pgwin32_open_handle(
00000025`ee7fde70 00007ff6`f0620100     postgres!_pglstat64(
00000025`ee7fe2d0 00007ff6`f063aa11     postgres!_pgstat64(
00000025`ee7feb30 00007ff6`f063aba7     postgres!validate_exec(
00000025`ee7fefe0 00007ff6`f063a8cb     postgres!find_my_exec(
00000025`ee7ff040 00007ff6`f01207b7     postgres!set_pglocale_pgservice(
00000025`ee7ff880 00007ff6`f071ec69     postgres!main(
core
000000cf`13bff598 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cf`13bff5a0 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
000000cf`13bff890 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`13bff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`137ffaf8 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cf`137ffb00 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
000000cf`137ffdf0 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`137ffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`133fde70 00007ff6`f05a8811     postgres!should_output_to_server(
000000cf`133fdea0 00007ff6`f0622f8f     postgres!errstart(
000000cf`133fdef0 00007ff6`f0624c49     postgres!_dosmaperr(
000000cf`133fdf30 00007ff6`f0620295     postgres!pgwin32_open_handle(
000000cf`133fdfe0 00007ff6`f0620100     postgres!_pglstat64(
000000cf`133fe440 00007ff6`f063aa11     postgres!_pgstat64(
000000cf`133feca0 00007ff6`f063aba7     postgres!validate_exec(
000000cf`133ff150 00007ff6`f063a8cb     postgres!find_my_exec(
000000cf`133ff1b0 00007ff6`f01207b7     postgres!set_pglocale_pgservice(
000000cf`133ff9f0 00007ff6`f071ec69     postgres!main(
core
000000a6`76ffdf40 00007ff6`f05a8811     postgres!should_output_to_server(
000000a6`76ffdf70 00007ff6`f0622f8f     postgres!errstart(
000000a6`76ffdfc0 00007ff6`f0624c49     postgres!_dosmaperr(
000000a6`76ffe000 00007ff6`f0620295     postgres!pgwin32_open_handle(
000000a6`76ffe0b0 00007ff6`f0620100     postgres!_pglstat64(
000000a6`76ffe510 00007ff6`f063aa11     postgres!_pgstat64(
000000a6`76ffed70 00007ff6`f063aba7     postgres!validate_exec(
000000a6`76fff220 00007ff6`f063a8cb     postgres!find_my_exec(
000000a6`76fff280 00007ff6`f01207b7     postgres!set_pglocale_pgservice(
000000a6`76fffac0 00007ff6`f071ec69     postgres!main(
core
000000a6`777ff5d8 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a6`777ff5e0 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
000000a6`777ff8d0 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a6`777ff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a6`773ffc18 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a6`773ffc20 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
000000a6`773fff10 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a6`773fff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000060`cb9ff8d8 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000060`cb9ff8e0 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
00000060`cb9ffbd0 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
00000060`cb9ffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000060`cb5ffa28 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000060`cb5ffa30 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
00000060`cb5ffd20 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
00000060`cb5ffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000060`cb1fddc0 00007ff6`f05a8811     postgres!should_output_to_server(
00000060`cb1fddf0 00007ff6`f0622f8f     postgres!errstart(
00000060`cb1fde40 00007ff6`f0624c49     postgres!_dosmaperr(
00000060`cb1fde80 00007ff6`f0620295     postgres!pgwin32_open_handle(
00000060`cb1fdf30 00007ff6`f0620100     postgres!_pglstat64(
00000060`cb1fe390 00007ff6`f063aa11     postgres!_pgstat64(
00000060`cb1febf0 00007ff6`f063aba7     postgres!validate_exec(
00000060`cb1ff0a0 00007ff6`f063a8cb     postgres!find_my_exec(
00000060`cb1ff100 00007ff6`f01207b7     postgres!set_pglocale_pgservice(
00000060`cb1ff940 00007ff6`f071ec69     postgres!main(
core
000000f5`121fdd40 00007ff6`f05a8811     postgres!should_output_to_server(
000000f5`121fdd70 00007ff6`f0622f8f     postgres!errstart(
000000f5`121fddc0 00007ff6`f0624c49     postgres!_dosmaperr(
000000f5`121fde00 00007ff6`f0620295     postgres!pgwin32_open_handle(
000000f5`121fdeb0 00007ff6`f0620100     postgres!_pglstat64(
000000f5`121fe310 00007ff6`f063aa11     postgres!_pgstat64(
000000f5`121feb70 00007ff6`f063aba7     postgres!validate_exec(
000000f5`121ff020 00007ff6`f063a8cb     postgres!find_my_exec(
000000f5`121ff080 00007ff6`f01207b7     postgres!set_pglocale_pgservice(
000000f5`121ff8c0 00007ff6`f071ec69     postgres!main(
core
000000f5`129ff6a8 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f5`129ff6b0 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
000000f5`129ff9a0 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
000000f5`129ff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f5`12dff7b8 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f5`12dff7c0 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
000000f5`12dffab0 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
000000f5`12dffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f5`125ffa28 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f5`125ffa30 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
000000f5`125ffd20 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
000000f5`125ffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000092`435ff518 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000092`435ff520 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
00000092`435ff810 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
00000092`435ff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000092`42dfdc70 00007ff6`f05a8811     postgres!should_output_to_server(
00000092`42dfdca0 00007ff6`f0622f8f     postgres!errstart(
00000092`42dfdcf0 00007ff6`f0624c49     postgres!_dosmaperr(
00000092`42dfdd30 00007ff6`f0620295     postgres!pgwin32_open_handle(
00000092`42dfdde0 00007ff6`f0620100     postgres!_pglstat64(
00000092`42dfe240 00007ff6`f063aa11     postgres!_pgstat64(
00000092`42dfeaa0 00007ff6`f063aba7     postgres!validate_exec(
00000092`42dfef50 00007ff6`f063a8cb     postgres!find_my_exec(
00000092`42dfefb0 00007ff6`f01207b7     postgres!set_pglocale_pgservice(
00000092`42dff7f0 00007ff6`f071ec69     postgres!main(
core
00000092`431ffaf8 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000092`431ffb00 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
00000092`431ffdf0 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
00000092`431ffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002d`c5ffe140 00007ff6`f05a8811     postgres!should_output_to_server(
0000002d`c5ffe170 00007ff6`f0622f8f     postgres!errstart(
0000002d`c5ffe1c0 00007ff6`f0624c49     postgres!_dosmaperr(
0000002d`c5ffe200 00007ff6`f0620295     postgres!pgwin32_open_handle(
0000002d`c5ffe2b0 00007ff6`f0620100     postgres!_pglstat64(
0000002d`c5ffe710 00007ff6`f063aa11     postgres!_pgstat64(
0000002d`c5ffef70 00007ff6`f063aba7     postgres!validate_exec(
0000002d`c5fff420 00007ff6`f063a8cb     postgres!find_my_exec(
0000002d`c5fff480 00007ff6`f01207b7     postgres!set_pglocale_pgservice(
0000002d`c5fffcc0 00007ff6`f071ec69     postgres!main(
core
0000002d`c63ffab8 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002d`c63ffac0 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
0000002d`c63ffdb0 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
0000002d`c63ffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002d`c67ff4f8 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002d`c67ff500 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
0000002d`c67ff7f0 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
0000002d`c67ff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a4`89ffdce0 00007ff6`f05a8811     postgres!should_output_to_server(
000000a4`89ffdd10 00007ff6`f0622f8f     postgres!errstart(
000000a4`89ffdd60 00007ff6`f0624c49     postgres!_dosmaperr(
000000a4`89ffdda0 00007ff6`f0620295     postgres!pgwin32_open_handle(
000000a4`89ffde50 00007ff6`f0620100     postgres!_pglstat64(
000000a4`89ffe2b0 00007ff6`f063aa11     postgres!_pgstat64(
000000a4`89ffeb10 00007ff6`f063aba7     postgres!validate_exec(
000000a4`89ffefc0 00007ff6`f063a8cb     postgres!find_my_exec(
000000a4`89fff020 00007ff6`f01207b7     postgres!set_pglocale_pgservice(
000000a4`89fff860 00007ff6`f071ec69     postgres!main(
core
000000a4`8a3ff7e8 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a4`8a3ff7f0 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
000000a4`8a3ffae0 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a4`8a3ffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a4`8a7ffbb8 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a4`8a7ffbc0 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
000000a4`8a7ffeb0 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a4`8a7ffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001f`ed9fdca0 00007ff6`f05a8811     postgres!should_output_to_server(
0000001f`ed9fdcd0 00007ff6`f0622f8f     postgres!errstart(
0000001f`ed9fdd20 00007ff6`f0624c49     postgres!_dosmaperr(
0000001f`ed9fdd60 00007ff6`f0620295     postgres!pgwin32_open_handle(
0000001f`ed9fde10 00007ff6`f0620100     postgres!_pglstat64(
0000001f`ed9fe270 00007ff6`f063aa11     postgres!_pgstat64(
0000001f`ed9fead0 00007ff6`f063aba7     postgres!validate_exec(
0000001f`ed9fef80 00007ff6`f063a8cb     postgres!find_my_exec(
0000001f`ed9fefe0 00007ff6`f01207b7     postgres!set_pglocale_pgservice(
0000001f`ed9ff820 00007ff6`f071ec69     postgres!main(
core
0000001f`eddff518 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001f`eddff520 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
0000001f`eddff810 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
0000001f`eddff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001f`ee1ff958 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001f`ee1ff960 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
0000001f`ee1ffc50 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
0000001f`ee1ffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f7`657ff4d8 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f7`657ff4e0 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
000000f7`657ff7d0 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
000000f7`657ff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f7`653fddf0 00007ff6`f05a8811     postgres!should_output_to_server(
000000f7`653fde20 00007ff6`f0622f8f     postgres!errstart(
000000f7`653fde70 00007ff6`f0624c49     postgres!_dosmaperr(
000000f7`653fdeb0 00007ff6`f0620295     postgres!pgwin32_open_handle(
000000f7`653fdf60 00007ff6`f0620100     postgres!_pglstat64(
000000f7`653fe3c0 00007ff6`f063aa11     postgres!_pgstat64(
000000f7`653fec20 00007ff6`f063aba7     postgres!validate_exec(
000000f7`653ff0d0 00007ff6`f063a8cb     postgres!find_my_exec(
000000f7`653ff130 00007ff6`f01207b7     postgres!set_pglocale_pgservice(
000000f7`653ff970 00007ff6`f071ec69     postgres!main(
core
000000f7`65bffbc8 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f7`65bffbd0 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
000000f7`65bffec0 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
000000f7`65bffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000055`7a9fdff0 00007ff6`f05a8811     postgres!should_output_to_server(
00000055`7a9fe020 00007ff6`f0622f8f     postgres!errstart(
00000055`7a9fe070 00007ff6`f0624c49     postgres!_dosmaperr(
00000055`7a9fe0b0 00007ff6`f0620295     postgres!pgwin32_open_handle(
00000055`7a9fe160 00007ff6`f0620100     postgres!_pglstat64(
00000055`7a9fe5c0 00007ff6`f063aa11     postgres!_pgstat64(
00000055`7a9fee20 00007ff6`f063aba7     postgres!validate_exec(
00000055`7a9ff2d0 00007ff6`f063a8cb     postgres!find_my_exec(
00000055`7a9ff330 00007ff6`f01207b7     postgres!set_pglocale_pgservice(
00000055`7a9ffb70 00007ff6`f071ec69     postgres!main(
core
00000055`7adff488 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000055`7adff490 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
00000055`7adff780 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
00000055`7adff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000055`7b1ff798 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000055`7b1ff7a0 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
00000055`7b1ffa90 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
00000055`7b1ffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000063`eebfdb00 00007ff6`f05a8811     postgres!should_output_to_server(
00000063`eebfdb30 00007ff6`f0622f8f     postgres!errstart(
00000063`eebfdb80 00007ff6`f0624c49     postgres!_dosmaperr(
00000063`eebfdbc0 00007ff6`f0620295     postgres!pgwin32_open_handle(
00000063`eebfdc70 00007ff6`f0620100     postgres!_pglstat64(
00000063`eebfe0d0 00007ff6`f063aa11     postgres!_pgstat64(
00000063`eebfe930 00007ff6`f063aba7     postgres!validate_exec(
00000063`eebfede0 00007ff6`f063a8cb     postgres!find_my_exec(
00000063`eebfee40 00007ff6`f01207b7     postgres!set_pglocale_pgservice(
00000063`eebff680 00007ff6`f071ec69     postgres!main(
core
00000063`eefffba8 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000063`eefffbb0 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
00000063`eefffea0 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
00000063`eefffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000063`ef3ffb38 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000063`ef3ffb40 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
00000063`ef3ffe30 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
00000063`ef3ffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000043`8fbff898 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000043`8fbff8a0 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
00000043`8fbffb90 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
00000043`8fbffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000043`8f7ff588 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000043`8f7ff590 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
00000043`8f7ff880 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
00000043`8f7ff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000043`8f3fdfd0 00007ff6`f05a8811     postgres!should_output_to_server(
00000043`8f3fe000 00007ff6`f0622f8f     postgres!errstart(
00000043`8f3fe050 00007ff6`f0624c49     postgres!_dosmaperr(
00000043`8f3fe090 00007ff6`f0620295     postgres!pgwin32_open_handle(
00000043`8f3fe140 00007ff6`f0620100     postgres!_pglstat64(
00000043`8f3fe5a0 00007ff6`f063aa11     postgres!_pgstat64(
00000043`8f3fee00 00007ff6`f063aba7     postgres!validate_exec(
00000043`8f3ff2b0 00007ff6`f063a8cb     postgres!find_my_exec(
00000043`8f3ff310 00007ff6`f01207b7     postgres!set_pglocale_pgservice(
00000043`8f3ffb50 00007ff6`f071ec69     postgres!main(
core
0000001a`619ff678 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001a`619ff680 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
0000001a`619ff970 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
0000001a`619ff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001a`611fdbe0 00007ff6`f05a8811     postgres!should_output_to_server(
0000001a`611fdc10 00007ff6`f0622f8f     postgres!errstart(
0000001a`611fdc60 00007ff6`f0624c49     postgres!_dosmaperr(
0000001a`611fdca0 00007ff6`f0620295     postgres!pgwin32_open_handle(
0000001a`611fdd50 00007ff6`f0620100     postgres!_pglstat64(
0000001a`611fe1b0 00007ff6`f063aa11     postgres!_pgstat64(
0000001a`611fea10 00007ff6`f063aba7     postgres!validate_exec(
0000001a`611feec0 00007ff6`f063a8cb     postgres!find_my_exec(
0000001a`611fef20 00007ff6`f01207b7     postgres!set_pglocale_pgservice(
0000001a`611ff760 00007ff6`f071ec69     postgres!main(
core
0000001a`615ff508 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001a`615ff510 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
0000001a`615ff800 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
0000001a`615ff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f5`cf5fdb60 00007ff6`f05a8811     postgres!should_output_to_server(
000000f5`cf5fdb90 00007ff6`f0622f8f     postgres!errstart(
000000f5`cf5fdbe0 00007ff6`f0624c49     postgres!_dosmaperr(
000000f5`cf5fdc20 00007ff6`f0620295     postgres!pgwin32_open_handle(
000000f5`cf5fdcd0 00007ff6`f0620100     postgres!_pglstat64(
000000f5`cf5fe130 00007ff6`f063aa11     postgres!_pgstat64(
000000f5`cf5fe990 00007ff6`f063aba7     postgres!validate_exec(
000000f5`cf5fee40 00007ff6`f063a8cb     postgres!find_my_exec(
000000f5`cf5feea0 00007ff6`f01207b7     postgres!set_pglocale_pgservice(
000000f5`cf5ff6e0 00007ff6`f071ec69     postgres!main(
core
000000f5`cf9ff4a8 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f5`cf9ff4b0 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
000000f5`cf9ff7a0 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
000000f5`cf9ff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f5`cfdff718 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f5`cfdff720 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
000000f5`cfdffa10 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
000000f5`cfdffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fc`26ffe070 00007ff6`f05a8811     postgres!should_output_to_server(
000000fc`26ffe0a0 00007ff6`f0622f8f     postgres!errstart(
000000fc`26ffe0f0 00007ff6`f0624c49     postgres!_dosmaperr(
000000fc`26ffe130 00007ff6`f0620295     postgres!pgwin32_open_handle(
000000fc`26ffe1e0 00007ff6`f0620100     postgres!_pglstat64(
000000fc`26ffe640 00007ff6`f063aa11     postgres!_pgstat64(
000000fc`26ffeea0 00007ff6`f063aba7     postgres!validate_exec(
000000fc`26fff350 00007ff6`f063a8cb     postgres!find_my_exec(
000000fc`26fff3b0 00007ff6`f01207b7     postgres!set_pglocale_pgservice(
000000fc`26fffbf0 00007ff6`f071ec69     postgres!main(
core
000000fc`273ff488 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fc`273ff490 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
000000fc`273ff780 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
000000fc`273ff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fc`277ffc18 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fc`277ffc20 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
000000fc`277fff10 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
000000fc`277fff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000075`1ebff748 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000075`1ebff750 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
00000075`1ebffa40 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
00000075`1ebffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000075`1efff9b8 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000075`1efff9c0 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
00000075`1efffcb0 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
00000075`1efffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000075`1e7fdcd0 00007ff6`f05a8811     postgres!should_output_to_server(
00000075`1e7fdd00 00007ff6`f0622f8f     postgres!errstart(
00000075`1e7fdd50 00007ff6`f0624c49     postgres!_dosmaperr(
00000075`1e7fdd90 00007ff6`f0620295     postgres!pgwin32_open_handle(
00000075`1e7fde40 00007ff6`f0620100     postgres!_pglstat64(
00000075`1e7fe2a0 00007ff6`f063aa11     postgres!_pgstat64(
00000075`1e7feb00 00007ff6`f063aba7     postgres!validate_exec(
00000075`1e7fefb0 00007ff6`f063a8cb     postgres!find_my_exec(
00000075`1e7ff010 00007ff6`f01207b7     postgres!set_pglocale_pgservice(
00000075`1e7ff850 00007ff6`f071ec69     postgres!main(
core
000000f6`7c3ff7b8 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f6`7c3ff7c0 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
000000f6`7c3ffab0 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
000000f6`7c3ffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f6`7cbff458 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f6`7cbff460 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
000000f6`7cbff750 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
000000f6`7cbff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f6`7c7ff858 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f6`7c7ff860 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
000000f6`7c7ffb50 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
000000f6`7c7ffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f6`7bffdbc0 00007ff6`f05a8811     postgres!should_output_to_server(
000000f6`7bffdbf0 00007ff6`f0622f8f     postgres!errstart(
000000f6`7bffdc40 00007ff6`f0624c49     postgres!_dosmaperr(
000000f6`7bffdc80 00007ff6`f0620295     postgres!pgwin32_open_handle(
000000f6`7bffdd30 00007ff6`f0620100     postgres!_pglstat64(
000000f6`7bffe190 00007ff6`f063aa11     postgres!_pgstat64(
000000f6`7bffe9f0 00007ff6`f063aba7     postgres!validate_exec(
000000f6`7bffeea0 00007ff6`f063a8cb     postgres!find_my_exec(
000000f6`7bffef00 00007ff6`f01207b7     postgres!set_pglocale_pgservice(
000000f6`7bfff740 00007ff6`f071ec69     postgres!main(
core
000000b4`b8fff838 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b4`b8fff840 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
000000b4`b8fffb30 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b4`b8fffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b4`b87fdee0 00007ff6`f05a8811     postgres!should_output_to_server(
000000b4`b87fdf10 00007ff6`f0622f8f     postgres!errstart(
000000b4`b87fdf60 00007ff6`f0624c49     postgres!_dosmaperr(
000000b4`b87fdfa0 00007ff6`f0620295     postgres!pgwin32_open_handle(
000000b4`b87fe050 00007ff6`f0620100     postgres!_pglstat64(
000000b4`b87fe4b0 00007ff6`f063aa11     postgres!_pgstat64(
000000b4`b87fed10 00007ff6`f063aba7     postgres!validate_exec(
000000b4`b87ff1c0 00007ff6`f063a8cb     postgres!find_my_exec(
000000b4`b87ff220 00007ff6`f01207b7     postgres!set_pglocale_pgservice(
000000b4`b87ffa60 00007ff6`f071ec69     postgres!main(
core
000000b4`b8bffaf8 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b4`b8bffb00 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
000000b4`b8bffdf0 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b4`b8bffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ab`ebbff888 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ab`ebbff890 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
000000ab`ebbffb80 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ab`ebbffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ab`eb3fe080 00007ff6`f05a8811     postgres!should_output_to_server(
000000ab`eb3fe0b0 00007ff6`f0622f8f     postgres!errstart(
000000ab`eb3fe100 00007ff6`f0624c49     postgres!_dosmaperr(
000000ab`eb3fe140 00007ff6`f0620295     postgres!pgwin32_open_handle(
000000ab`eb3fe1f0 00007ff6`f0620100     postgres!_pglstat64(
000000ab`eb3fe650 00007ff6`f063aa11     postgres!_pgstat64(
000000ab`eb3feeb0 00007ff6`f063aba7     postgres!validate_exec(
000000ab`eb3ff360 00007ff6`f063a8cb     postgres!find_my_exec(
000000ab`eb3ff3c0 00007ff6`f01207b7     postgres!set_pglocale_pgservice(
000000ab`eb3ffc00 00007ff6`f071ec69     postgres!main(
core
000000ab`eb7ff548 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ab`eb7ff550 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
000000ab`eb7ff840 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ab`eb7ff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e1`0bbffa98 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e1`0bbffaa0 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
000000e1`0bbffd90 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e1`0bbffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e1`0b3fddf0 00007ff6`f05a8811     postgres!should_output_to_server(
000000e1`0b3fde20 00007ff6`f0622f8f     postgres!errstart(
000000e1`0b3fde70 00007ff6`f0624c49     postgres!_dosmaperr(
000000e1`0b3fdeb0 00007ff6`f0620295     postgres!pgwin32_open_handle(
000000e1`0b3fdf60 00007ff6`f0620100     postgres!_pglstat64(
000000e1`0b3fe3c0 00007ff6`f063aa11     postgres!_pgstat64(
000000e1`0b3fec20 00007ff6`f063aba7     postgres!validate_exec(
000000e1`0b3ff0d0 00007ff6`f063a8cb     postgres!find_my_exec(
000000e1`0b3ff130 00007ff6`f01207b7     postgres!set_pglocale_pgservice(
000000e1`0b3ff970 00007ff6`f071ec69     postgres!main(
core
000000e1`0b7ffa28 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e1`0b7ffa30 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
000000e1`0b7ffd20 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e1`0b7ffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008d`e1bff458 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008d`e1bff460 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
0000008d`e1bff750 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
0000008d`e1bff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008d`e13fde30 00007ff6`f05a8811     postgres!should_output_to_server(
0000008d`e13fde60 00007ff6`f0622f8f     postgres!errstart(
0000008d`e13fdeb0 00007ff6`f0624c49     postgres!_dosmaperr(
0000008d`e13fdef0 00007ff6`f0620295     postgres!pgwin32_open_handle(
0000008d`e13fdfa0 00007ff6`f0620100     postgres!_pglstat64(
0000008d`e13fe400 00007ff6`f063aa11     postgres!_pgstat64(
0000008d`e13fec60 00007ff6`f063aba7     postgres!validate_exec(
0000008d`e13ff110 00007ff6`f063a8cb     postgres!find_my_exec(
0000008d`e13ff170 00007ff6`f01207b7     postgres!set_pglocale_pgservice(
0000008d`e13ff9b0 00007ff6`f071ec69     postgres!main(
core
0000008d`e17ff4e8 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008d`e17ff4f0 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
0000008d`e17ff7e0 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
0000008d`e17ff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000036`555ff5f8 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000036`555ff600 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
00000036`555ff8f0 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
00000036`555ff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000036`54dfded0 00007ff6`f05a8811     postgres!should_output_to_server(
00000036`54dfdf00 00007ff6`f0622f8f     postgres!errstart(
00000036`54dfdf50 00007ff6`f0624c49     postgres!_dosmaperr(
00000036`54dfdf90 00007ff6`f0620295     postgres!pgwin32_open_handle(
00000036`54dfe040 00007ff6`f0620100     postgres!_pglstat64(
00000036`54dfe4a0 00007ff6`f063aa11     postgres!_pgstat64(
00000036`54dfed00 00007ff6`f063aba7     postgres!validate_exec(
00000036`54dff1b0 00007ff6`f063a8cb     postgres!find_my_exec(
00000036`54dff210 00007ff6`f01207b7     postgres!set_pglocale_pgservice(
00000036`54dffa50 00007ff6`f071ec69     postgres!main(
core
00000036`551ff8f8 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000036`551ff900 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
00000036`551ffbf0 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
00000036`551ffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000066`06dff6f8 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000066`06dff700 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
00000066`06dff9f0 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
00000066`06dffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000066`065fe190 00007ff6`f05a8811     postgres!should_output_to_server(
00000066`065fe1c0 00007ff6`f0622f8f     postgres!errstart(
00000066`065fe210 00007ff6`f0624c49     postgres!_dosmaperr(
00000066`065fe250 00007ff6`f0620295     postgres!pgwin32_open_handle(
00000066`065fe300 00007ff6`f0620100     postgres!_pglstat64(
00000066`065fe760 00007ff6`f063aa11     postgres!_pgstat64(
00000066`065fefc0 00007ff6`f063aba7     postgres!validate_exec(
00000066`065ff470 00007ff6`f063a8cb     postgres!find_my_exec(
00000066`065ff4d0 00007ff6`f01207b7     postgres!set_pglocale_pgservice(
00000066`065ffd10 00007ff6`f071ec69     postgres!main(
core
00000066`069ff618 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000066`069ff620 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
00000066`069ff910 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
00000066`069ff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e6`dcbfe010 00007ff6`f05a8811     postgres!should_output_to_server(
000000e6`dcbfe040 00007ff6`f0622f8f     postgres!errstart(
000000e6`dcbfe090 00007ff6`f0624c49     postgres!_dosmaperr(
000000e6`dcbfe0d0 00007ff6`f0620295     postgres!pgwin32_open_handle(
000000e6`dcbfe180 00007ff6`f0620100     postgres!_pglstat64(
000000e6`dcbfe5e0 00007ff6`f063aa11     postgres!_pgstat64(
000000e6`dcbfee40 00007ff6`f063aba7     postgres!validate_exec(
000000e6`dcbff2f0 00007ff6`f063a8cb     postgres!find_my_exec(
000000e6`dcbff350 00007ff6`f01207b7     postgres!set_pglocale_pgservice(
000000e6`dcbffb90 00007ff6`f071ec69     postgres!main(
core
000000e6`dcfff5f8 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e6`dcfff600 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
000000e6`dcfff8f0 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e6`dcfff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e6`dd3ffa78 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e6`dd3ffa80 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
000000e6`dd3ffd70 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e6`dd3ffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000064`bcfff5e8 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000064`bcfff5f0 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
00000064`bcfff8e0 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
00000064`bcfff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000064`bcbfde30 00007ff6`f05a8811     postgres!should_output_to_server(
00000064`bcbfde60 00007ff6`f0622f8f     postgres!errstart(
00000064`bcbfdeb0 00007ff6`f0624c49     postgres!_dosmaperr(
00000064`bcbfdef0 00007ff6`f0620295     postgres!pgwin32_open_handle(
00000064`bcbfdfa0 00007ff6`f0620100     postgres!_pglstat64(
00000064`bcbfe400 00007ff6`f063aa11     postgres!_pgstat64(
00000064`bcbfec60 00007ff6`f063aba7     postgres!validate_exec(
00000064`bcbff110 00007ff6`f063a8cb     postgres!find_my_exec(
00000064`bcbff170 00007ff6`f01207b7     postgres!set_pglocale_pgservice(
00000064`bcbff9b0 00007ff6`f071ec69     postgres!main(
core
00000064`bd3ff968 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000064`bd3ff970 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
00000064`bd3ffc60 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
00000064`bd3ffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000037`5f3ff9d8 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000037`5f3ff9e0 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
00000037`5f3ffcd0 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
00000037`5f3ffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000037`5ebfded0 00007ff6`f05a8811     postgres!should_output_to_server(
00000037`5ebfdf00 00007ff6`f0622f8f     postgres!errstart(
00000037`5ebfdf50 00007ff6`f0624c49     postgres!_dosmaperr(
00000037`5ebfdf90 00007ff6`f0620295     postgres!pgwin32_open_handle(
00000037`5ebfe040 00007ff6`f0620100     postgres!_pglstat64(
00000037`5ebfe4a0 00007ff6`f063aa11     postgres!_pgstat64(
00000037`5ebfed00 00007ff6`f063aba7     postgres!validate_exec(
00000037`5ebff1b0 00007ff6`f063a8cb     postgres!find_my_exec(
00000037`5ebff210 00007ff6`f01207b7     postgres!set_pglocale_pgservice(
00000037`5ebffa50 00007ff6`f071ec69     postgres!main(
core
00000037`5efff488 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000037`5efff490 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
00000037`5efff780 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
00000037`5efff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000010`105ff668 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000010`105ff670 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
00000010`105ff960 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
00000010`105ff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000010`0f9fdba0 00007ff6`f05a8811     postgres!should_output_to_server(
00000010`0f9fdbd0 00007ff6`f0622f8f     postgres!errstart(
00000010`0f9fdc20 00007ff6`f0624c49     postgres!_dosmaperr(
00000010`0f9fdc60 00007ff6`f0620295     postgres!pgwin32_open_handle(
00000010`0f9fdd10 00007ff6`f0620100     postgres!_pglstat64(
00000010`0f9fe170 00007ff6`f063aa11     postgres!_pgstat64(
00000010`0f9fe9d0 00007ff6`f063aba7     postgres!validate_exec(
00000010`0f9fee80 00007ff6`f063a8cb     postgres!find_my_exec(
00000010`0f9feee0 00007ff6`f01207b7     postgres!set_pglocale_pgservice(
00000010`0f9ff720 00007ff6`f071ec69     postgres!main(
core
00000010`0fdffaa8 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000010`0fdffab0 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
00000010`0fdffda0 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
00000010`0fdffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000010`101ff5b8 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000010`101ff5c0 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
00000010`101ff8b0 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
00000010`101ff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000054`3a7ff848 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000054`3a7ff850 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
00000054`3a7ffb40 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
00000054`3a7ffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000054`3a3fdbd0 00007ff6`f05a8811     postgres!should_output_to_server(
00000054`3a3fdc00 00007ff6`f0622f8f     postgres!errstart(
00000054`3a3fdc50 00007ff6`f0624c49     postgres!_dosmaperr(
00000054`3a3fdc90 00007ff6`f0620295     postgres!pgwin32_open_handle(
00000054`3a3fdd40 00007ff6`f0620100     postgres!_pglstat64(
00000054`3a3fe1a0 00007ff6`f063aa11     postgres!_pgstat64(
00000054`3a3fea00 00007ff6`f063aba7     postgres!validate_exec(
00000054`3a3feeb0 00007ff6`f063a8cb     postgres!find_my_exec(
00000054`3a3fef10 00007ff6`f01207b7     postgres!set_pglocale_pgservice(
00000054`3a3ff750 00007ff6`f071ec69     postgres!main(
core
00000054`3abff548 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000054`3abff550 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
00000054`3abff840 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
00000054`3abff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000078`47bffbd8 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000078`47bffbe0 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
00000078`47bffed0 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
00000078`47bfff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000078`477fdef0 00007ff6`f05a8811     postgres!should_output_to_server(
00000078`477fdf20 00007ff6`f0622f8f     postgres!errstart(
00000078`477fdf70 00007ff6`f0624c49     postgres!_dosmaperr(
00000078`477fdfb0 00007ff6`f0620295     postgres!pgwin32_open_handle(
00000078`477fe060 00007ff6`f0620100     postgres!_pglstat64(
00000078`477fe4c0 00007ff6`f063aa11     postgres!_pgstat64(
00000078`477fed20 00007ff6`f063aba7     postgres!validate_exec(
00000078`477ff1d0 00007ff6`f063a8cb     postgres!find_my_exec(
00000078`477ff230 00007ff6`f01207b7     postgres!set_pglocale_pgservice(
00000078`477ffa70 00007ff6`f071ec69     postgres!main(
core
00000078`47fff728 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000078`47fff730 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
00000078`47fffa20 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
00000078`47fffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000089`5bbff7f8 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000089`5bbff800 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
00000089`5bbffaf0 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
00000089`5bbffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000089`5b7fe150 00007ff6`f05a8811     postgres!should_output_to_server(
00000089`5b7fe180 00007ff6`f0622f8f     postgres!errstart(
00000089`5b7fe1d0 00007ff6`f0624c49     postgres!_dosmaperr(
00000089`5b7fe210 00007ff6`f0620295     postgres!pgwin32_open_handle(
00000089`5b7fe2c0 00007ff6`f0620100     postgres!_pglstat64(
00000089`5b7fe720 00007ff6`f063aa11     postgres!_pgstat64(
00000089`5b7fef80 00007ff6`f063aba7     postgres!validate_exec(
00000089`5b7ff430 00007ff6`f063a8cb     postgres!find_my_exec(
00000089`5b7ff490 00007ff6`f01207b7     postgres!set_pglocale_pgservice(
00000089`5b7ffcd0 00007ff6`f071ec69     postgres!main(
core
00000089`5bfffa78 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000089`5bfffa80 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
00000089`5bfffd70 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
00000089`5bfffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000038`57dff9e8 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000038`57dff9f0 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
00000038`57dffce0 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
00000038`57dffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000038`579fdf50 00007ff6`f05a8811     postgres!should_output_to_server(
00000038`579fdf80 00007ff6`f0622f8f     postgres!errstart(
00000038`579fdfd0 00007ff6`f0624c49     postgres!_dosmaperr(
00000038`579fe010 00007ff6`f0620295     postgres!pgwin32_open_handle(
00000038`579fe0c0 00007ff6`f0620100     postgres!_pglstat64(
00000038`579fe520 00007ff6`f063aa11     postgres!_pgstat64(
00000038`579fed80 00007ff6`f063aba7     postgres!validate_exec(
00000038`579ff230 00007ff6`f063a8cb     postgres!find_my_exec(
00000038`579ff290 00007ff6`f01207b7     postgres!set_pglocale_pgservice(
00000038`579ffad0 00007ff6`f071ec69     postgres!main(
core
00000038`581ff6e8 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000038`581ff6f0 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
00000038`581ff9e0 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
00000038`581ffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b4`025ffa58 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b4`025ffa60 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
000000b4`025ffd50 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b4`025ffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b4`021fe200 00007ff6`f05a8811     postgres!should_output_to_server(
000000b4`021fe230 00007ff6`f0622f8f     postgres!errstart(
000000b4`021fe280 00007ff6`f0624c49     postgres!_dosmaperr(
000000b4`021fe2c0 00007ff6`f0620295     postgres!pgwin32_open_handle(
000000b4`021fe370 00007ff6`f0620100     postgres!_pglstat64(
000000b4`021fe7d0 00007ff6`f063aa11     postgres!_pgstat64(
000000b4`021ff030 00007ff6`f063aba7     postgres!validate_exec(
000000b4`021ff4e0 00007ff6`f063a8cb     postgres!find_my_exec(
000000b4`021ff540 00007ff6`f01207b7     postgres!set_pglocale_pgservice(
000000b4`021ffd80 00007ff6`f071ec69     postgres!main(
core
000000b4`029ff6f8 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b4`029ff700 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
000000b4`029ff9f0 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b4`029ffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`449fda90 00007ff6`f05a8811     postgres!should_output_to_server(
00000001`449fdac0 00007ff6`f0622f8f     postgres!errstart(
00000001`449fdb10 00007ff6`f0624c49     postgres!_dosmaperr(
00000001`449fdb50 00007ff6`f0620295     postgres!pgwin32_open_handle(
00000001`449fdc00 00007ff6`f0620100     postgres!_pglstat64(
00000001`449fe060 00007ff6`f063aa11     postgres!_pgstat64(
00000001`449fe8c0 00007ff6`f063aba7     postgres!validate_exec(
00000001`449fed70 00007ff6`f063a8cb     postgres!find_my_exec(
00000001`449fedd0 00007ff6`f01207b7     postgres!set_pglocale_pgservice(
00000001`449ff610 00007ff6`f071ec69     postgres!main(
core
00000001`44dff9a8 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000001`44dff9b0 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
00000001`44dffca0 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
00000001`44dffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`451ff9d8 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000001`451ff9e0 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
00000001`451ffcd0 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
00000001`451ffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008e`93fffa18 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008e`93fffa20 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
0000008e`93fffd10 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
0000008e`93fffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008e`937fdbe0 00007ff6`f05a8811     postgres!should_output_to_server(
0000008e`937fdc10 00007ff6`f0622f8f     postgres!errstart(
0000008e`937fdc60 00007ff6`f0624c49     postgres!_dosmaperr(
0000008e`937fdca0 00007ff6`f0620295     postgres!pgwin32_open_handle(
0000008e`937fdd50 00007ff6`f0620100     postgres!_pglstat64(
0000008e`937fe1b0 00007ff6`f063aa11     postgres!_pgstat64(
0000008e`937fea10 00007ff6`f063aba7     postgres!validate_exec(
0000008e`937feec0 00007ff6`f063a8cb     postgres!find_my_exec(
0000008e`937fef20 00007ff6`f01207b7     postgres!set_pglocale_pgservice(
0000008e`937ff760 00007ff6`f071ec69     postgres!main(
core
0000008e`93bff828 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008e`93bff830 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
0000008e`93bffb20 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
0000008e`93bffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000082`615fde90 00007ff6`f05a8811     postgres!should_output_to_server(
00000082`615fdec0 00007ff6`f0622f8f     postgres!errstart(
00000082`615fdf10 00007ff6`f0624c49     postgres!_dosmaperr(
00000082`615fdf50 00007ff6`f0620295     postgres!pgwin32_open_handle(
00000082`615fe000 00007ff6`f0620100     postgres!_pglstat64(
00000082`615fe460 00007ff6`f063aa11     postgres!_pgstat64(
00000082`615fecc0 00007ff6`f063aba7     postgres!validate_exec(
00000082`615ff170 00007ff6`f063a8cb     postgres!find_my_exec(
00000082`615ff1d0 00007ff6`f01207b7     postgres!set_pglocale_pgservice(
00000082`615ffa10 00007ff6`f071ec69     postgres!main(
core
00000082`619ff548 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000082`619ff550 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
00000082`619ff840 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
00000082`619ff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000082`61dffae8 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000082`61dffaf0 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
00000082`61dffde0 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
00000082`61dffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006f`5d5ffbe8 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006f`5d5ffbf0 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
0000006f`5d5ffee0 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
0000006f`5d5fff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006f`5cdfe040 00007ff6`f05a8811     postgres!should_output_to_server(
0000006f`5cdfe070 00007ff6`f0622f8f     postgres!errstart(
0000006f`5cdfe0c0 00007ff6`f0624c49     postgres!_dosmaperr(
0000006f`5cdfe100 00007ff6`f0620295     postgres!pgwin32_open_handle(
0000006f`5cdfe1b0 00007ff6`f0620100     postgres!_pglstat64(
0000006f`5cdfe610 00007ff6`f063aa11     postgres!_pgstat64(
0000006f`5cdfee70 00007ff6`f063aba7     postgres!validate_exec(
0000006f`5cdff320 00007ff6`f063a8cb     postgres!find_my_exec(
0000006f`5cdff380 00007ff6`f01207b7     postgres!set_pglocale_pgservice(
0000006f`5cdffbc0 00007ff6`f071ec69     postgres!main(
core
0000006f`5d1ff648 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006f`5d1ff650 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
0000006f`5d1ff940 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
0000006f`5d1ff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005b`a73ff8b8 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005b`a73ff8c0 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
0000005b`a73ffbb0 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
0000005b`a73ffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005b`a6ffe000 00007ff6`f05a8811     postgres!should_output_to_server(
0000005b`a6ffe030 00007ff6`f0622f8f     postgres!errstart(
0000005b`a6ffe080 00007ff6`f0624c49     postgres!_dosmaperr(
0000005b`a6ffe0c0 00007ff6`f0620295     postgres!pgwin32_open_handle(
0000005b`a6ffe170 00007ff6`f0620100     postgres!_pglstat64(
0000005b`a6ffe5d0 00007ff6`f063aa11     postgres!_pgstat64(
0000005b`a6ffee30 00007ff6`f063aba7     postgres!validate_exec(
0000005b`a6fff2e0 00007ff6`f063a8cb     postgres!find_my_exec(
0000005b`a6fff340 00007ff6`f01207b7     postgres!set_pglocale_pgservice(
0000005b`a6fffb80 00007ff6`f071ec69     postgres!main(
core
0000005b`a77ffab8 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005b`a77ffac0 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
0000005b`a77ffdb0 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
0000005b`a77ffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009d`621ff638 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009d`621ff640 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
0000009d`621ff930 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
0000009d`621ff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009d`61dfe170 00007ff6`f05a8811     postgres!should_output_to_server(
0000009d`61dfe1a0 00007ff6`f0622f8f     postgres!errstart(
0000009d`61dfe1f0 00007ff6`f0624c49     postgres!_dosmaperr(
0000009d`61dfe230 00007ff6`f0620295     postgres!pgwin32_open_handle(
0000009d`61dfe2e0 00007ff6`f0620100     postgres!_pglstat64(
0000009d`61dfe740 00007ff6`f063aa11     postgres!_pgstat64(
0000009d`61dfefa0 00007ff6`f063aba7     postgres!validate_exec(
0000009d`61dff450 00007ff6`f063a8cb     postgres!find_my_exec(
0000009d`61dff4b0 00007ff6`f01207b7     postgres!set_pglocale_pgservice(
0000009d`61dffcf0 00007ff6`f071ec69     postgres!main(
core
0000009d`625ff5f8 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009d`625ff600 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
0000009d`625ff8f0 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
0000009d`625ff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003e`8d3ff6a8 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003e`8d3ff6b0 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
0000003e`8d3ff9a0 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003e`8d3ff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003e`8cffdec0 00007ff6`f05a8811     postgres!should_output_to_server(
0000003e`8cffdef0 00007ff6`f0622f8f     postgres!errstart(
0000003e`8cffdf40 00007ff6`f0624c49     postgres!_dosmaperr(
0000003e`8cffdf80 00007ff6`f0620295     postgres!pgwin32_open_handle(
0000003e`8cffe030 00007ff6`f0620100     postgres!_pglstat64(
0000003e`8cffe490 00007ff6`f063aa11     postgres!_pgstat64(
0000003e`8cffecf0 00007ff6`f063aba7     postgres!validate_exec(
0000003e`8cfff1a0 00007ff6`f063a8cb     postgres!find_my_exec(
0000003e`8cfff200 00007ff6`f01207b7     postgres!set_pglocale_pgservice(
0000003e`8cfffa40 00007ff6`f071ec69     postgres!main(
core
0000003e`8d7ff448 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003e`8d7ff450 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
0000003e`8d7ff740 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003e`8d7ff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003b`e8dff538 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003b`e8dff540 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
0000003b`e8dff830 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003b`e8dff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003b`e89fe100 00007ff6`f05a8811     postgres!should_output_to_server(
0000003b`e89fe130 00007ff6`f0622f8f     postgres!errstart(
0000003b`e89fe180 00007ff6`f0624c49     postgres!_dosmaperr(
0000003b`e89fe1c0 00007ff6`f0620295     postgres!pgwin32_open_handle(
0000003b`e89fe270 00007ff6`f0620100     postgres!_pglstat64(
0000003b`e89fe6d0 00007ff6`f063aa11     postgres!_pgstat64(
0000003b`e89fef30 00007ff6`f063aba7     postgres!validate_exec(
0000003b`e89ff3e0 00007ff6`f063a8cb     postgres!find_my_exec(
0000003b`e89ff440 00007ff6`f01207b7     postgres!set_pglocale_pgservice(
0000003b`e89ffc80 00007ff6`f071ec69     postgres!main(
core
0000003b`e91ff558 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003b`e91ff560 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
0000003b`e91ff850 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003b`e91ff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007f`4d1fe0c0 00007ff6`f05a8811     postgres!should_output_to_server(
0000007f`4d1fe0f0 00007ff6`f0622f8f     postgres!errstart(
0000007f`4d1fe140 00007ff6`f0624c49     postgres!_dosmaperr(
0000007f`4d1fe180 00007ff6`f0620295     postgres!pgwin32_open_handle(
0000007f`4d1fe230 00007ff6`f0620100     postgres!_pglstat64(
0000007f`4d1fe690 00007ff6`f063aa11     postgres!_pgstat64(
0000007f`4d1feef0 00007ff6`f063aba7     postgres!validate_exec(
0000007f`4d1ff3a0 00007ff6`f063a8cb     postgres!find_my_exec(
0000007f`4d1ff400 00007ff6`f01207b7     postgres!set_pglocale_pgservice(
0000007f`4d1ffc40 00007ff6`f071ec69     postgres!main(
core
0000007f`4d9ff648 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007f`4d9ff650 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
0000007f`4d9ff940 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007f`4d9ff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007f`4d5ffbb8 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007f`4d5ffbc0 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
0000007f`4d5ffeb0 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007f`4d5ffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c3`359fded0 00007ff6`f05a8811     postgres!should_output_to_server(
000000c3`359fdf00 00007ff6`f0622f8f     postgres!errstart(
000000c3`359fdf50 00007ff6`f0624c49     postgres!_dosmaperr(
000000c3`359fdf90 00007ff6`f0620295     postgres!pgwin32_open_handle(
000000c3`359fe040 00007ff6`f0620100     postgres!_pglstat64(
000000c3`359fe4a0 00007ff6`f063aa11     postgres!_pgstat64(
000000c3`359fed00 00007ff6`f063aba7     postgres!validate_exec(
000000c3`359ff1b0 00007ff6`f063a8cb     postgres!find_my_exec(
000000c3`359ff210 00007ff6`f01207b7     postgres!set_pglocale_pgservice(
000000c3`359ffa50 00007ff6`f071ec69     postgres!main(
core
000000c3`361ff878 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c3`361ff880 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
000000c3`361ffb70 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c3`361ffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c3`35dff7f8 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c3`35dff800 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
000000c3`35dffaf0 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c3`35dffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000aa`869fdbb0 00007ff6`f05a8811     postgres!should_output_to_server(
000000aa`869fdbe0 00007ff6`f0622f8f     postgres!errstart(
000000aa`869fdc30 00007ff6`f0624c49     postgres!_dosmaperr(
000000aa`869fdc70 00007ff6`f0620295     postgres!pgwin32_open_handle(
000000aa`869fdd20 00007ff6`f0620100     postgres!_pglstat64(
000000aa`869fe180 00007ff6`f063aa11     postgres!_pgstat64(
000000aa`869fe9e0 00007ff6`f063aba7     postgres!validate_exec(
000000aa`869fee90 00007ff6`f063a8cb     postgres!find_my_exec(
000000aa`869feef0 00007ff6`f01207b7     postgres!set_pglocale_pgservice(
000000aa`869ff730 00007ff6`f071ec69     postgres!main(
core
000000aa`86dffa98 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000aa`86dffaa0 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
000000aa`86dffd90 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
000000aa`86dffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000aa`871ffbb8 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000aa`871ffbc0 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
000000aa`871ffeb0 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
000000aa`871ffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005d`cfbff678 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005d`cfbff680 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
0000005d`cfbff970 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
0000005d`cfbff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005d`cf3fe220 00007ff6`f05a8811     postgres!should_output_to_server(
0000005d`cf3fe250 00007ff6`f0622f8f     postgres!errstart(
0000005d`cf3fe2a0 00007ff6`f0624c49     postgres!_dosmaperr(
0000005d`cf3fe2e0 00007ff6`f0620295     postgres!pgwin32_open_handle(
0000005d`cf3fe390 00007ff6`f0620100     postgres!_pglstat64(
0000005d`cf3fe7f0 00007ff6`f063aa11     postgres!_pgstat64(
0000005d`cf3ff050 00007ff6`f063aba7     postgres!validate_exec(
0000005d`cf3ff500 00007ff6`f063a8cb     postgres!find_my_exec(
0000005d`cf3ff560 00007ff6`f01207b7     postgres!set_pglocale_pgservice(
0000005d`cf3ffda0 00007ff6`f071ec69     postgres!main(
core
0000005d`cf7ffa88 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005d`cf7ffa90 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
0000005d`cf7ffd80 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
0000005d`cf7ffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002f`1cbff9f8 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002f`1cbffa00 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
0000002f`1cbffcf0 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
0000002f`1cbffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002f`1c7fdd00 00007ff6`f05a8811     postgres!should_output_to_server(
0000002f`1c7fdd30 00007ff6`f0622f8f     postgres!errstart(
0000002f`1c7fdd80 00007ff6`f0624c49     postgres!_dosmaperr(
0000002f`1c7fddc0 00007ff6`f0620295     postgres!pgwin32_open_handle(
0000002f`1c7fde70 00007ff6`f0620100     postgres!_pglstat64(
0000002f`1c7fe2d0 00007ff6`f063aa11     postgres!_pgstat64(
0000002f`1c7feb30 00007ff6`f063aba7     postgres!validate_exec(
0000002f`1c7fefe0 00007ff6`f063a8cb     postgres!find_my_exec(
0000002f`1c7ff040 00007ff6`f01207b7     postgres!set_pglocale_pgservice(
0000002f`1c7ff880 00007ff6`f071ec69     postgres!main(
core
0000002f`1cfff4b8 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002f`1cfff4c0 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
0000002f`1cfff7b0 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
0000002f`1cfff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fb`30fff708 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fb`30fff710 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
000000fb`30fffa00 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
000000fb`30fffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fb`30bfdab0 00007ff6`f05a8811     postgres!should_output_to_server(
000000fb`30bfdae0 00007ff6`f0622f8f     postgres!errstart(
000000fb`30bfdb30 00007ff6`f0624c49     postgres!_dosmaperr(
000000fb`30bfdb70 00007ff6`f0620295     postgres!pgwin32_open_handle(
000000fb`30bfdc20 00007ff6`f0620100     postgres!_pglstat64(
000000fb`30bfe080 00007ff6`f063aa11     postgres!_pgstat64(
000000fb`30bfe8e0 00007ff6`f063aba7     postgres!validate_exec(
000000fb`30bfed90 00007ff6`f063a8cb     postgres!find_my_exec(
000000fb`30bfedf0 00007ff6`f01207b7     postgres!set_pglocale_pgservice(
000000fb`30bff630 00007ff6`f071ec69     postgres!main(
core
000000fb`313ffc18 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fb`313ffc20 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
000000fb`313fff10 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
000000fb`313fff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000087`065ff448 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000087`065ff450 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
00000087`065ff740 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
00000087`065ff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000087`061fde20 00007ff6`f05a8811     postgres!should_output_to_server(
00000087`061fde50 00007ff6`f0622f8f     postgres!errstart(
00000087`061fdea0 00007ff6`f0624c49     postgres!_dosmaperr(
00000087`061fdee0 00007ff6`f0620295     postgres!pgwin32_open_handle(
00000087`061fdf90 00007ff6`f0620100     postgres!_pglstat64(
00000087`061fe3f0 00007ff6`f063aa11     postgres!_pgstat64(
00000087`061fec50 00007ff6`f063aba7     postgres!validate_exec(
00000087`061ff100 00007ff6`f063a8cb     postgres!find_my_exec(
00000087`061ff160 00007ff6`f01207b7     postgres!set_pglocale_pgservice(
00000087`061ff9a0 00007ff6`f071ec69     postgres!main(
core
00000087`069ffa58 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000087`069ffa60 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
00000087`069ffd50 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
00000087`069ffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000006`1dfff608 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000006`1dfff610 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
00000006`1dfff900 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
00000006`1dfff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000006`1dbfe060 00007ff6`f05a8811     postgres!should_output_to_server(
00000006`1dbfe090 00007ff6`f0622f8f     postgres!errstart(
00000006`1dbfe0e0 00007ff6`f0624c49     postgres!_dosmaperr(
00000006`1dbfe120 00007ff6`f0620295     postgres!pgwin32_open_handle(
00000006`1dbfe1d0 00007ff6`f0620100     postgres!_pglstat64(
00000006`1dbfe630 00007ff6`f063aa11     postgres!_pgstat64(
00000006`1dbfee90 00007ff6`f063aba7     postgres!validate_exec(
00000006`1dbff340 00007ff6`f063a8cb     postgres!find_my_exec(
00000006`1dbff3a0 00007ff6`f01207b7     postgres!set_pglocale_pgservice(
00000006`1dbffbe0 00007ff6`f071ec69     postgres!main(
core
00000006`1e3ff6d8 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000006`1e3ff6e0 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
00000006`1e3ff9d0 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
00000006`1e3ffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004b`447fdf60 00007ff6`f05a8811     postgres!should_output_to_server(
0000004b`447fdf90 00007ff6`f0622f8f     postgres!errstart(
0000004b`447fdfe0 00007ff6`f0624c49     postgres!_dosmaperr(
0000004b`447fe020 00007ff6`f0620295     postgres!pgwin32_open_handle(
0000004b`447fe0d0 00007ff6`f0620100     postgres!_pglstat64(
0000004b`447fe530 00007ff6`f063aa11     postgres!_pgstat64(
0000004b`447fed90 00007ff6`f063aba7     postgres!validate_exec(
0000004b`447ff240 00007ff6`f063a8cb     postgres!find_my_exec(
0000004b`447ff2a0 00007ff6`f01207b7     postgres!set_pglocale_pgservice(
0000004b`447ffae0 00007ff6`f071ec69     postgres!main(
core
0000004b`44fff798 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004b`44fff7a0 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
0000004b`44fffa90 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
0000004b`44fffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004b`44bffa48 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004b`44bffa50 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
0000004b`44bffd40 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
0000004b`44bffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000070`e9ffe0f0 00007ff6`f05a8811     postgres!should_output_to_server(
00000070`e9ffe120 00007ff6`f0622f8f     postgres!errstart(
00000070`e9ffe170 00007ff6`f0624c49     postgres!_dosmaperr(
00000070`e9ffe1b0 00007ff6`f0620295     postgres!pgwin32_open_handle(
00000070`e9ffe260 00007ff6`f0620100     postgres!_pglstat64(
00000070`e9ffe6c0 00007ff6`f063aa11     postgres!_pgstat64(
00000070`e9ffef20 00007ff6`f063aba7     postgres!validate_exec(
00000070`e9fff3d0 00007ff6`f063a8cb     postgres!find_my_exec(
00000070`e9fff430 00007ff6`f01207b7     postgres!set_pglocale_pgservice(
00000070`e9fffc70 00007ff6`f071ec69     postgres!main(
core
00000070`ea7ff758 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000070`ea7ff760 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
00000070`ea7ffa50 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
00000070`ea7ffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000070`ea3ff608 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000070`ea3ff610 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
00000070`ea3ff900 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
00000070`ea3ff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000095`1c9fe090 00007ff6`f05a8811     postgres!should_output_to_server(
00000095`1c9fe0c0 00007ff6`f0622f8f     postgres!errstart(
00000095`1c9fe110 00007ff6`f0624c49     postgres!_dosmaperr(
00000095`1c9fe150 00007ff6`f0620295     postgres!pgwin32_open_handle(
00000095`1c9fe200 00007ff6`f0620100     postgres!_pglstat64(
00000095`1c9fe660 00007ff6`f063aa11     postgres!_pgstat64(
00000095`1c9feec0 00007ff6`f063aba7     postgres!validate_exec(
00000095`1c9ff370 00007ff6`f063a8cb     postgres!find_my_exec(
00000095`1c9ff3d0 00007ff6`f01207b7     postgres!set_pglocale_pgservice(
00000095`1c9ffc10 00007ff6`f071ec69     postgres!main(
core
00000095`1cdff6e8 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000095`1cdff6f0 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
00000095`1cdff9e0 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
00000095`1cdffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000095`1d1ff908 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000095`1d1ff910 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
00000095`1d1ffc00 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
00000095`1d1ffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000070`9b9fdf40 00007ff6`f05a8811     postgres!should_output_to_server(
00000070`9b9fdf70 00007ff6`f0622f8f     postgres!errstart(
00000070`9b9fdfc0 00007ff6`f0624c49     postgres!_dosmaperr(
00000070`9b9fe000 00007ff6`f0620295     postgres!pgwin32_open_handle(
00000070`9b9fe0b0 00007ff6`f0620100     postgres!_pglstat64(
00000070`9b9fe510 00007ff6`f063aa11     postgres!_pgstat64(
00000070`9b9fed70 00007ff6`f063aba7     postgres!validate_exec(
00000070`9b9ff220 00007ff6`f063a8cb     postgres!find_my_exec(
00000070`9b9ff280 00007ff6`f01207b7     postgres!set_pglocale_pgservice(
00000070`9b9ffac0 00007ff6`f071ec69     postgres!main(
core
00000070`9c1ffc38 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000070`9c1ffc40 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
00000070`9c1fff30 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
00000070`9c1fff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000070`9bdffa38 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000070`9bdffa40 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
00000070`9bdffd30 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
00000070`9bdffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000de`0f5ffc28 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000de`0f5ffc30 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
000000de`0f5fff20 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
000000de`0f5fff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000de`0f1ff908 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000de`0f1ff910 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
000000de`0f1ffc00 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
000000de`0f1ffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000de`0edfde10 00007ff6`f05a8811     postgres!should_output_to_server(
000000de`0edfde40 00007ff6`f0622f8f     postgres!errstart(
000000de`0edfde90 00007ff6`f0624c49     postgres!_dosmaperr(
000000de`0edfded0 00007ff6`f0620295     postgres!pgwin32_open_handle(
000000de`0edfdf80 00007ff6`f0620100     postgres!_pglstat64(
000000de`0edfe3e0 00007ff6`f063aa11     postgres!_pgstat64(
000000de`0edfec40 00007ff6`f063aba7     postgres!validate_exec(
000000de`0edff0f0 00007ff6`f063a8cb     postgres!find_my_exec(
000000de`0edff150 00007ff6`f01207b7     postgres!set_pglocale_pgservice(
000000de`0edff990 00007ff6`f071ec69     postgres!main(
core
00000095`1a5ff9e8 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000095`1a5ff9f0 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
00000095`1a5ffce0 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
00000095`1a5ffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000095`19dfde80 00007ff6`f05a8811     postgres!should_output_to_server(
00000095`19dfdeb0 00007ff6`f0622f8f     postgres!errstart(
00000095`19dfdf00 00007ff6`f0624c49     postgres!_dosmaperr(
00000095`19dfdf40 00007ff6`f0620295     postgres!pgwin32_open_handle(
00000095`19dfdff0 00007ff6`f0620100     postgres!_pglstat64(
00000095`19dfe450 00007ff6`f063aa11     postgres!_pgstat64(
00000095`19dfecb0 00007ff6`f063aba7     postgres!validate_exec(
00000095`19dff160 00007ff6`f063a8cb     postgres!find_my_exec(
00000095`19dff1c0 00007ff6`f01207b7     postgres!set_pglocale_pgservice(
00000095`19dffa00 00007ff6`f071ec69     postgres!main(
core
00000095`1a1ff9c8 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000095`1a1ff9d0 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
00000095`1a1ffcc0 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
00000095`1a1ffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f3`325ff618 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f3`325ff620 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
000000f3`325ff910 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
000000f3`325ff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f3`321ff988 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f3`321ff990 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
000000f3`321ffc80 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
000000f3`321ffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f3`31dfdd60 00007ff6`f05a8811     postgres!should_output_to_server(
000000f3`31dfdd90 00007ff6`f0622f8f     postgres!errstart(
000000f3`31dfdde0 00007ff6`f0624c49     postgres!_dosmaperr(
000000f3`31dfde20 00007ff6`f0620295     postgres!pgwin32_open_handle(
000000f3`31dfded0 00007ff6`f0620100     postgres!_pglstat64(
000000f3`31dfe330 00007ff6`f063aa11     postgres!_pgstat64(
000000f3`31dfeb90 00007ff6`f063aba7     postgres!validate_exec(
000000f3`31dff040 00007ff6`f063a8cb     postgres!find_my_exec(
000000f3`31dff0a0 00007ff6`f01207b7     postgres!set_pglocale_pgservice(
000000f3`31dff8e0 00007ff6`f071ec69     postgres!main(
core
00000080`673ff5b8 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000080`673ff5c0 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
00000080`673ff8b0 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
00000080`673ff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000080`66fff828 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000080`66fff830 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
00000080`66fffb20 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
00000080`66fffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000080`66bfdf20 00007ff6`f05a8811     postgres!should_output_to_server(
00000080`66bfdf50 00007ff6`f0622f8f     postgres!errstart(
00000080`66bfdfa0 00007ff6`f0624c49     postgres!_dosmaperr(
00000080`66bfdfe0 00007ff6`f0620295     postgres!pgwin32_open_handle(
00000080`66bfe090 00007ff6`f0620100     postgres!_pglstat64(
00000080`66bfe4f0 00007ff6`f063aa11     postgres!_pgstat64(
00000080`66bfed50 00007ff6`f063aba7     postgres!validate_exec(
00000080`66bff200 00007ff6`f063a8cb     postgres!find_my_exec(
00000080`66bff260 00007ff6`f01207b7     postgres!set_pglocale_pgservice(
00000080`66bffaa0 00007ff6`f071ec69     postgres!main(
core
000000c7`313fdd20 00007ff6`f05a8811     postgres!should_output_to_server(
000000c7`313fdd50 00007ff6`f0622f8f     postgres!errstart(
000000c7`313fdda0 00007ff6`f0624c49     postgres!_dosmaperr(
000000c7`313fdde0 00007ff6`f0620295     postgres!pgwin32_open_handle(
000000c7`313fde90 00007ff6`f0620100     postgres!_pglstat64(
000000c7`313fe2f0 00007ff6`f063aa11     postgres!_pgstat64(
000000c7`313feb50 00007ff6`f063aba7     postgres!validate_exec(
000000c7`313ff000 00007ff6`f063a8cb     postgres!find_my_exec(
000000c7`313ff060 00007ff6`f01207b7     postgres!set_pglocale_pgservice(
000000c7`313ff8a0 00007ff6`f071ec69     postgres!main(
core
000000c7`31bff738 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c7`31bff740 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
000000c7`31bffa30 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c7`31bffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c7`317ff6c8 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c7`317ff6d0 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
000000c7`317ff9c0 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c7`317ff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000006`c61ffba8 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000006`c61ffbb0 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
00000006`c61ffea0 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
00000006`c61ffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000006`c5dffad8 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000006`c5dffae0 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
00000006`c5dffdd0 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
00000006`c5dffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000006`c59fdc90 00007ff6`f05a8811     postgres!should_output_to_server(
00000006`c59fdcc0 00007ff6`f0622f8f     postgres!errstart(
00000006`c59fdd10 00007ff6`f0624c49     postgres!_dosmaperr(
00000006`c59fdd50 00007ff6`f0620295     postgres!pgwin32_open_handle(
00000006`c59fde00 00007ff6`f0620100     postgres!_pglstat64(
00000006`c59fe260 00007ff6`f063aa11     postgres!_pgstat64(
00000006`c59feac0 00007ff6`f063aba7     postgres!validate_exec(
00000006`c59fef70 00007ff6`f063a8cb     postgres!find_my_exec(
00000006`c59fefd0 00007ff6`f01207b7     postgres!set_pglocale_pgservice(
00000006`c59ff810 00007ff6`f071ec69     postgres!main(
core
00000032`f55fde40 00007ff6`f05a8811     postgres!should_output_to_server(
00000032`f55fde70 00007ff6`f0622f8f     postgres!errstart(
00000032`f55fdec0 00007ff6`f0624c49     postgres!_dosmaperr(
00000032`f55fdf00 00007ff6`f0620295     postgres!pgwin32_open_handle(
00000032`f55fdfb0 00007ff6`f0620100     postgres!_pglstat64(
00000032`f55fe410 00007ff6`f063aa11     postgres!_pgstat64(
00000032`f55fec70 00007ff6`f063aba7     postgres!validate_exec(
00000032`f55ff120 00007ff6`f063a8cb     postgres!find_my_exec(
00000032`f55ff180 00007ff6`f01207b7     postgres!set_pglocale_pgservice(
00000032`f55ff9c0 00007ff6`f071ec69     postgres!main(
core
00000032`f59ff738 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000032`f59ff740 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
00000032`f59ffa30 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
00000032`f59ffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000032`f5dff478 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000032`f5dff480 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
00000032`f5dff770 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
00000032`f5dff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d1`511ff9f8 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d1`511ffa00 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
000000d1`511ffcf0 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d1`511ffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d1`50dff848 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d1`50dff850 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
000000d1`50dffb40 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d1`50dffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d1`509fdf40 00007ff6`f05a8811     postgres!should_output_to_server(
000000d1`509fdf70 00007ff6`f0622f8f     postgres!errstart(
000000d1`509fdfc0 00007ff6`f0624c49     postgres!_dosmaperr(
000000d1`509fe000 00007ff6`f0620295     postgres!pgwin32_open_handle(
000000d1`509fe0b0 00007ff6`f0620100     postgres!_pglstat64(
000000d1`509fe510 00007ff6`f063aa11     postgres!_pgstat64(
000000d1`509fed70 00007ff6`f063aba7     postgres!validate_exec(
000000d1`509ff220 00007ff6`f063a8cb     postgres!find_my_exec(
000000d1`509ff280 00007ff6`f01207b7     postgres!set_pglocale_pgservice(
000000d1`509ffac0 00007ff6`f071ec69     postgres!main(
core
000000ae`9e5ffab8 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ae`9e5ffac0 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
000000ae`9e5ffdb0 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ae`9e5ffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ae`9e9ffb58 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ae`9e9ffb60 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
000000ae`9e9ffe50 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ae`9e9ffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ae`9e1fe020 00007ff6`f05a8811     postgres!should_output_to_server(
000000ae`9e1fe050 00007ff6`f0622f8f     postgres!errstart(
000000ae`9e1fe0a0 00007ff6`f0624c49     postgres!_dosmaperr(
000000ae`9e1fe0e0 00007ff6`f0620295     postgres!pgwin32_open_handle(
000000ae`9e1fe190 00007ff6`f0620100     postgres!_pglstat64(
000000ae`9e1fe5f0 00007ff6`f063aa11     postgres!_pgstat64(
000000ae`9e1fee50 00007ff6`f063aba7     postgres!validate_exec(
000000ae`9e1ff300 00007ff6`f063a8cb     postgres!find_my_exec(
000000ae`9e1ff360 00007ff6`f01207b7     postgres!set_pglocale_pgservice(
000000ae`9e1ffba0 00007ff6`f071ec69     postgres!main(
core
000000a8`18fff608 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a8`18fff610 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
000000a8`18fff900 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a8`18fff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a8`187fe130 00007ff6`f05a8811     postgres!should_output_to_server(
000000a8`187fe160 00007ff6`f0622f8f     postgres!errstart(
000000a8`187fe1b0 00007ff6`f0624c49     postgres!_dosmaperr(
000000a8`187fe1f0 00007ff6`f0620295     postgres!pgwin32_open_handle(
000000a8`187fe2a0 00007ff6`f0620100     postgres!_pglstat64(
000000a8`187fe700 00007ff6`f063aa11     postgres!_pgstat64(
000000a8`187fef60 00007ff6`f063aba7     postgres!validate_exec(
000000a8`187ff410 00007ff6`f063a8cb     postgres!find_my_exec(
000000a8`187ff470 00007ff6`f01207b7     postgres!set_pglocale_pgservice(
000000a8`187ffcb0 00007ff6`f071ec69     postgres!main(
core
000000a8`18bff7f8 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a8`18bff800 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
000000a8`18bffaf0 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a8`18bffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004e`c11ff618 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004e`c11ff620 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
0000004e`c11ff910 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
0000004e`c11ff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004e`c15ff748 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004e`c15ff750 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
0000004e`c15ffa40 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
0000004e`c15ffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004e`c0dfdbe0 00007ff6`f05a8811     postgres!should_output_to_server(
0000004e`c0dfdc10 00007ff6`f0622f8f     postgres!errstart(
0000004e`c0dfdc60 00007ff6`f0624c49     postgres!_dosmaperr(
0000004e`c0dfdca0 00007ff6`f0620295     postgres!pgwin32_open_handle(
0000004e`c0dfdd50 00007ff6`f0620100     postgres!_pglstat64(
0000004e`c0dfe1b0 00007ff6`f063aa11     postgres!_pgstat64(
0000004e`c0dfea10 00007ff6`f063aba7     postgres!validate_exec(
0000004e`c0dfeec0 00007ff6`f063a8cb     postgres!find_my_exec(
0000004e`c0dfef20 00007ff6`f01207b7     postgres!set_pglocale_pgservice(
0000004e`c0dff760 00007ff6`f071ec69     postgres!main(
core
000000a2`161fe210 00007ff6`f05a8811     postgres!should_output_to_server(
000000a2`161fe240 00007ff6`f0622f8f     postgres!errstart(
000000a2`161fe290 00007ff6`f0624c49     postgres!_dosmaperr(
000000a2`161fe2d0 00007ff6`f0620295     postgres!pgwin32_open_handle(
000000a2`161fe380 00007ff6`f0620100     postgres!_pglstat64(
000000a2`161fe7e0 00007ff6`f063aa11     postgres!_pgstat64(
000000a2`161ff040 00007ff6`f063aba7     postgres!validate_exec(
000000a2`161ff4f0 00007ff6`f063a8cb     postgres!find_my_exec(
000000a2`161ff550 00007ff6`f01207b7     postgres!set_pglocale_pgservice(
000000a2`161ffd90 00007ff6`f071ec69     postgres!main(
core
000000a2`165ffa28 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a2`165ffa30 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
000000a2`165ffd20 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a2`165ffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a2`169ffa08 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a2`169ffa10 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
000000a2`169ffd00 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a2`169ffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001c`915fdb60 00007ff6`f05a8811     postgres!should_output_to_server(
0000001c`915fdb90 00007ff6`f0622f8f     postgres!errstart(
0000001c`915fdbe0 00007ff6`f0624c49     postgres!_dosmaperr(
0000001c`915fdc20 00007ff6`f0620295     postgres!pgwin32_open_handle(
0000001c`915fdcd0 00007ff6`f0620100     postgres!_pglstat64(
0000001c`915fe130 00007ff6`f063aa11     postgres!_pgstat64(
0000001c`915fe990 00007ff6`f063aba7     postgres!validate_exec(
0000001c`915fee40 00007ff6`f063a8cb     postgres!find_my_exec(
0000001c`915feea0 00007ff6`f01207b7     postgres!set_pglocale_pgservice(
0000001c`915ff6e0 00007ff6`f071ec69     postgres!main(
core
0000001c`921ffa28 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001c`921ffa30 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
0000001c`921ffd20 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
0000001c`921ffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001c`919ff778 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001c`919ff780 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
0000001c`919ffa70 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
0000001c`919ffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001c`91dffa78 00007ffd`bad4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001c`91dffa80 00007ffd`b9ce4cb0     ntdll!TppWorkerThread+0x2df
0000001c`91dffd70 00007ffd`badbedcb     KERNEL32!BaseThreadInitThunk+0x10
0000001c`91dffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
test
[15:47:57.403]   5/310 postgresql:regress / regress/regress                                            ERROR            ...
[15:47:57.403]   6/310 postgresql:isolation / isolation/isolation                                      ERROR            ...
[15:47:57.403]  45/310 postgresql:plpgsql / plpgsql/regress                                            ERROR            ...
[15:47:57.403]  47/310 postgresql:plperl / plperl/regress                                              ERROR            ...
[15:47:57.403]  48/310 postgresql:plpython / plpython/regress                                          ERROR            ...
[15:47:57.403]  49/310 postgresql:amcheck / amcheck/regress                                            ERROR            ...
[15:47:57.403]  51/310 postgresql:basic_archive / basic_archive/regress                                ERROR            ...
[15:47:57.403]  52/310 postgresql:bloom / bloom/regress                                                ERROR            ...
[15:47:57.403]  53/310 postgresql:bool_plperl / bool_plperl/regress                                    ERROR            ...
[15:47:57.403]  54/310 postgresql:btree_gin / btree_gin/regress                                        ERROR            ...
[15:47:57.403]  55/310 postgresql:btree_gist / btree_gist/regress                                      ERROR            ...
[15:47:57.403]  56/310 postgresql:citext / citext/regress                                              ERROR            ...
[15:47:57.403]  58/310 postgresql:cube / cube/regress                                                  ERROR            ...
[15:47:57.403]  59/310 postgresql:dblink / dblink/regress                                              ERROR            ...
[15:47:57.403]  60/310 postgresql:dict_int / dict_int/regress                                          ERROR            ...
[15:47:57.403]  61/310 postgresql:dict_xsyn / dict_xsyn/regress                                        ERROR            ...
[15:47:57.403]  62/310 postgresql:earthdistance / earthdistance/regress                                ERROR            ...
[15:47:57.403]  63/310 postgresql:file_fdw / file_fdw/regress                                          ERROR            ...
[15:47:57.403]  64/310 postgresql:fuzzystrmatch / fuzzystrmatch/regress                                ERROR            ...
[15:47:57.403]  65/310 postgresql:hstore / hstore/regress                                              ERROR            ...
[15:47:57.403]  66/310 postgresql:hstore_plperl / hstore_plperl/regress                                ERROR            ...
[15:47:57.403]  67/310 postgresql:hstore_plpython / hstore_plpython/regress                            ERROR            ...
[15:47:57.403]  68/310 postgresql:intarray / intarray/regress                                          ERROR            ...
[15:47:57.403]  69/310 postgresql:isn / isn/regress                                                    ERROR            ...
[15:47:57.403]  70/310 postgresql:jsonb_plperl / jsonb_plperl/regress                                  ERROR            ...
[15:47:57.403]  71/310 postgresql:jsonb_plpython / jsonb_plpython/regress                              ERROR            ...
[15:47:57.403]  72/310 postgresql:ltree / ltree/regress                                                ERROR            ...
[15:47:57.403]  73/310 postgresql:lo / lo/regress                                                      ERROR            ...
[15:47:57.403]  74/310 postgresql:ltree_plpython / ltree_plpython/regress                              ERROR            ...
[15:47:57.403]  75/310 postgresql:pageinspect / pageinspect/regress                                    ERROR            ...
[15:47:57.403]  76/310 postgresql:passwordcheck / passwordcheck/regress                                ERROR            ...
[15:47:57.403]  77/310 postgresql:pgcrypto / pgcrypto/regress                                          ERROR            ...
[15:47:57.403]  78/310 postgresql:pg_buffercache / pg_buffercache/regress                              ERROR            ...
[15:47:57.403]  79/310 postgresql:pg_freespacemap / pg_freespacemap/regress                            ERROR            ...
[15:47:57.403]  80/310 postgresql:pg_logicalinspect / pg_logicalinspect/isolation                      ERROR            ...
[15:47:57.403]  81/310 postgresql:pgrowlocks / pgrowlocks/isolation                                    ERROR            ...
[15:47:57.403]  82/310 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
[15:47:57.403]  83/310 postgresql:pgstattuple / pgstattuple/regress                                    ERROR            ...
[15:47:57.403]  84/310 postgresql:pg_surgery / pg_surgery/regress                                      ERROR            ...
[15:47:57.403]  85/310 postgresql:pg_visibility / pg_visibility/regress                                ERROR            ...
[15:47:57.403]  86/310 postgresql:pg_trgm / pg_trgm/regress                                            ERROR            ...
[15:47:57.403]  87/310 postgresql:postgres_fdw / postgres_fdw/regress                                  ERROR            ...
[15:47:57.403]  88/310 postgresql:seg / seg/regress                                                    ERROR            ...
[15:47:57.403]  89/310 postgresql:pg_walinspect / pg_walinspect/regress                                ERROR            ...
[15:47:57.403]  90/310 postgresql:tablefunc / tablefunc/regress                                        ERROR            ...
[15:47:57.403]  91/310 postgresql:tcn / tcn/isolation                                                  ERROR            ...
[15:47:57.403]  92/310 postgresql:test_decoding / test_decoding/isolation                              ERROR            ...
[15:47:57.403]  93/310 postgresql:tsm_system_rows / tsm_system_rows/regress                            ERROR            ...
[15:47:57.403]  94/310 postgresql:test_decoding / test_decoding/regress                                ERROR            ...
[15:47:57.403]  96/310 postgresql:tsm_system_time / tsm_system_time/regress                            ERROR            ...
[15:47:57.403]  95/310 postgresql:unaccent / unaccent/regress                                          ERROR            ...
[15:47:57.403]  97/310 postgresql:brin / brin/isolation                                                ERROR            ...
[15:47:57.403]  98/310 postgresql:commit_ts / commit_ts/regress                                        ERROR            ...
[15:47:57.403]  99/310 postgresql:delay_execution / delay_execution/isolation                          ERROR            ...
[15:47:57.403] 100/310 postgresql:dummy_seclabel / dummy_seclabel/regress                              ERROR            ...
[15:47:57.403] 101/310 postgresql:dummy_index_am / dummy_index_am/regress                              ERROR            ...
[15:47:57.403] 103/310 postgresql:injection_points / injection_points/regress                          ERROR            ...
[15:47:57.403] 102/310 postgresql:gin / gin/regress                                                    ERROR            ...
[15:47:57.403] 104/310 postgresql:injection_points / injection_points/isolation                        ERROR            ...
[15:47:57.403] 105/310 postgresql:spgist_name_ops / spgist_name_ops/regress                            ERROR            ...
[15:47:57.403] 106/310 postgresql:plsample / plsample/regress                                          ERROR            ...
[15:47:57.403] 107/310 postgresql:test_bloomfilter / test_bloomfilter/regress                          ERROR            ...
[15:47:57.403] 108/310 postgresql:test_copy_callbacks / test_copy_callbacks/regress                    ERROR            ...
[15:47:57.403] 110/310 postgresql:test_dsa / test_dsa/regress                                          ERROR            ...
[15:47:57.403] 112/310 postgresql:test_dsm_registry / test_dsm_registry/regress                        ERROR            ...
[15:47:57.403] 111/310 postgresql:test_ddl_deparse / test_ddl_deparse/regress                          ERROR            ...
[15:47:57.403] 113/310 postgresql:test_ginpostinglist / test_ginpostinglist/regress                    ERROR            ...
[15:47:57.403] 114/310 postgresql:test_integerset / test_integerset/regress                            ERROR            ...
[15:47:57.403] 115/310 postgresql:test_lfind / test_lfind/regress                                      ERROR            ...
[15:47:57.403] 116/310 postgresql:test_parser / test_parser/regress                                    ERROR            ...
[15:47:57.403] 117/310 postgresql:test_extensions / test_extensions/regress                            ERROR            ...
[15:47:57.403] 118/310 postgresql:test_pg_dump / test_pg_dump/regress                                  ERROR            ...
[15:47:57.403] 119/310 postgresql:test_predtest / test_predtest/regress                                ERROR            ...
[15:47:57.403] 120/310 postgresql:test_oat_hooks / test_oat_hooks/regress                              ERROR            ...
[15:47:57.403] 122/310 postgresql:test_rbtree / test_rbtree/regress                                    ERROR            ...
[15:47:57.403] 123/310 postgresql:test_radixtree / test_radixtree/regress                              ERROR            ...
[15:47:57.403] 124/310 postgresql:test_regex / test_regex/regress                                      ERROR            ...
[15:47:57.403] 125/310 postgresql:test_resowner / test_resowner/regress                                ERROR            ...
[15:47:57.403] 126/310 postgresql:test_rls_hooks / test_rls_hooks/regress                              ERROR            ...
[15:47:57.403] 127/310 postgresql:test_shm_mq / test_shm_mq/regress                                    ERROR            ...
[15:47:57.403] 128/310 postgresql:test_slru / test_slru/regress                                        ERROR            ...
[15:47:57.403] 130/310 postgresql:unsafe_tests / unsafe_tests/regress                                  ERROR            ...
[15:47:57.403] 131/310 postgresql:test_tidstore / test_tidstore/regress                                ERROR            ...
[15:47:57.403] 132/310 postgresql:typcache / typcache/regress                                          ERROR            ...
[15:47:57.403] 134/310 postgresql:ecpg / ecpg/ecpg                                                     ERROR            ...
51/5318 System views for versions reporting
Linux - Debian Bookworm - Meson
core
[14:17:24.088] #0  0x00007f8294105da4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[14:17:24.088] #1  0x00007f82940b2239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[14:17:24.088] #2  0x00007f82940b2497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[14:17:24.088] #3  0x0000561a2320b5f3 in ?? ()
[14:17:24.088] #4  0x0000561a23205369 in ?? ()
[14:17:24.088] #5  0x0000561a2320420f in ?? ()
[14:17:24.088] #6  0x0000561a23204c3b in ?? ()
[14:17:24.088] #7  0x0000561a2320266f in ?? ()
[14:17:24.088] #8  0x00007f829409d24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[14:17:24.088] #9  0x00007f829409d305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[14:17:23.975] #0  0x00007f8294105da4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[14:17:23.975] #1  0x00007f82940b2239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[14:17:23.975] #2  0x00007f82940b2497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[14:17:23.975] #3  0x0000561a2320b5c1 in ?? ()
[14:17:23.975] #4  0x0000561a23205369 in ?? ()
[14:17:23.975] #5  0x0000561a2320420f in ?? ()
[14:17:23.975] #6  0x0000561a23204c3b in ?? ()
[14:17:23.975] #7  0x0000561a2320266f in ?? ()
[14:17:23.975] #8  0x00007f829409d24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[14:17:23.975] #9  0x00007f829409d305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[14:17:24.088] #0  <unavailable> in ?? ()
test
[14:14:54.933] 303/315 postgresql:test_slru / test_slru/001_multixact                                  ERROR            ...
51/5284 database-specific role memberships
FreeBSD - 13 - Meson
core
[13:55:22.122] #0  0x0000473b156db5da in ?? () from /libexec/ld-elf.so.1
[13:55:22.122] #1  0x0000473b156d76ec in ?? () from /libexec/ld-elf.so.1
[13:55:22.122] #2  0x0000000000000000 in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/privs_in_db.out /tmp/cirrus-ci-build/build/testrun/regress-runni...
--- /tmp/cirrus-ci-build/src/test/regress/expected/privs_in_db.out	2024-12-24 13:46:12.561476000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress-running/regress/results/privs_in_db.out	2024-12-24 13:52:20.405797000 +00...
@@ -756,9 +756,10 @@
 DROP DATABASE regression_db_0;
 DROP ROLE regress_role_admin;
 SELECT datname FROM pg_database WHERE datname LIKE 'regression_db_%';
- datname 
----------
-(0 rows)
+      datname      
+-------------------
+ regression_dblink
+(1 row)
 
 SELECT rolname FROM pg_roles WHERE rolname LIKE 'regress_role_%';
  rolname 
test
[13:52:43.329] 75/76 postgresql:regress-running / regress-running/regress                         ERROR            28.64...
51/5405 Add 'make check-tests' behavior to the meson based builds
FreeBSD - 13 - Meson
core
[13:36:00.531] #0  0x000025ca26075ff0 in ?? ()
[13:36:00.531] #1  0x0000000000000000 in ?? ()
test
[13:33:24.429] 242/315 postgresql:postmaster / postmaster/001_connection_limits                        ERROR            ...
51/5404 Self contradictory examining on rel's baserestrictinfo
CompilerWarnings
compiler
[13:11:35.602] contradictory.c:1413:12: error: ‘varcollid’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[13:11:35.602] contradictory.c:757:25: error: ‘btest’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[13:11:35.602] contradictory.c:1638:38: error: ‘one_elem’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[13:10:53.593] contradictory.c:757:25: error: ‘btest’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[13:10:53.593] contradictory.c:1638:38: error: ‘one_elem’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[13:10:53.593] contradictory.c:1413:12: error: ‘varcollid’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[13:17:01.748] contradictory.c:757:25: error: ‘btest’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[13:17:01.748] contradictory.c:1413:12: error: ‘varcollid’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[13:17:01.748] contradictory.c:1638:38: error: ‘one_elem’ may be used uninitialized [-Werror=maybe-uninitialized]
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/btree_gin/expected/bool.out /tmp/cirrus-ci-build/build/testrun/btree_gin/regress/r...
--- /tmp/cirrus-ci-build/contrib/btree_gin/expected/bool.out	2024-12-24 13:09:40.429167000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/btree_gin/regress/results/bool.out	2024-12-24 13:12:22.617855000 +0000
@@ -109,15 +109,13 @@
 (6 rows)
 
 EXPLAIN (COSTS OFF) SELECT * FROM test_bool WHERE i>true ORDER BY i;
-                QUERY PLAN                 
--------------------------------------------
+           QUERY PLAN           
+--------------------------------
  Sort
    Sort Key: i
-   ->  Bitmap Heap Scan on test_bool
-         Recheck Cond: (i > true)
-         ->  Bitmap Index Scan on idx_bool
-               Index Cond: (i > true)
-(6 rows)
+   ->  Result
+         One-Time Filter: false
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/horology.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_p...
--- /tmp/cirrus-ci-build/src/test/regress/expected/horology.out	2024-12-24 13:09:42.001962000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/horology.out	2024-12-24 13:11:06.337289000...
@@ -2541,18 +2541,17 @@
 explain (costs off)
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
-                                 QUERY PLAN                                  
------------------------------------------------------------------------------
+         QUERY PLAN         
+----------------------------
  Aggregate
    ->  Seq Scan on date_tbl
-         Filter: ((f1 >= '01-01-1997'::date) AND (f1 <= '01-01-1998'::date))
-(3 rows)
+(2 rows)
 
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
  count 
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/horology.out /tmp/cirrus-ci-build/build/testrun/recovery/027_str...
--- /tmp/cirrus-ci-build/src/test/regress/expected/horology.out	2024-12-24 13:09:42.001962000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/horology.out	2024-12-24 13:11:45.0405330...
@@ -2541,18 +2541,17 @@
 explain (costs off)
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
-                                 QUERY PLAN                                  
------------------------------------------------------------------------------
+         QUERY PLAN         
+----------------------------
  Aggregate
    ->  Seq Scan on date_tbl
-         Filter: ((f1 >= '01-01-1997'::date) AND (f1 <= '01-01-1998'::date))
-(3 rows)
+(2 rows)
 
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
  count 
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/horology.out /tmp/cirrus-ci-build/build/testrun/regress/regress/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/horology.out	2024-12-24 13:09:42.001962000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/horology.out	2024-12-24 13:11:05.482641000 +0000
@@ -2541,18 +2541,17 @@
 explain (costs off)
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
-                                 QUERY PLAN                                  
------------------------------------------------------------------------------
+         QUERY PLAN         
+----------------------------
  Aggregate
    ->  Seq Scan on date_tbl
-         Filter: ((f1 >= '01-01-1997'::date) AND (f1 <= '01-01-1998'::date))
-(3 rows)
+(2 rows)
 
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
  count 
...
tap
[13:12:12.555](70.305s) not ok 5 - regression tests pass
tap
[13:13:03.801](82.219s) not ok 2 - regression tests pass
test
[13:14:55.477]   5/315 postgresql:regress / regress/regress                                            ERROR            ...
[13:14:55.477]  61/315 postgresql:btree_gin / btree_gin/regress                                        ERROR            ...
[13:14:55.477]  95/315 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[13:14:55.477] 164/315 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/contrib/btree_gin/expected/bool.out /tmp/cirrus-ci-build/contrib/btree_gin/results/bool.ou...
--- /tmp/cirrus-ci-build/contrib/btree_gin/expected/bool.out	2024-12-24 13:09:38.150463286 +0000
+++ /tmp/cirrus-ci-build/contrib/btree_gin/results/bool.out	2024-12-24 13:14:39.638541081 +0000
@@ -109,15 +109,13 @@
 (6 rows)
 
 EXPLAIN (COSTS OFF) SELECT * FROM test_bool WHERE i>true ORDER BY i;
-                QUERY PLAN                 
--------------------------------------------
+           QUERY PLAN           
+--------------------------------
  Sort
    Sort Key: i
-   ->  Bitmap Heap Scan on test_bool
-         Recheck Cond: (i > true)
-         ->  Bitmap Index Scan on idx_bool
-               Index Cond: (i > true)
-(6 rows)
+   ->  Result
+         One-Time Filter: false
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/horology.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/horology.out	2024-12-24 13:09:40.096883002 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/horology.out	2024-12-24 13:14:57.958497556 +0000
@@ -2541,18 +2541,18 @@
 explain (costs off)
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
-                                 QUERY PLAN                                  
------------------------------------------------------------------------------
+                 QUERY PLAN                 
+--------------------------------------------
  Aggregate
    ->  Seq Scan on date_tbl
-         Filter: ((f1 >= '01-01-1997'::date) AND (f1 <= '01-01-1998'::date))
+         Filter: (f1 <= '01-01-1998'::date)
 (3 rows)
 
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
  count 
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/horology.out /tmp/cirrus-ci-build/src/test/regress/results/horol...
--- /tmp/cirrus-ci-build/src/test/regress/expected/horology.out	2024-12-24 13:09:40.096883002 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/horology.out	2024-12-24 13:12:58.206642600 +0000
@@ -2541,18 +2541,18 @@
 explain (costs off)
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
-                                 QUERY PLAN                                  
------------------------------------------------------------------------------
+                 QUERY PLAN                 
+--------------------------------------------
  Aggregate
    ->  Seq Scan on date_tbl
-         Filter: ((f1 >= '01-01-1997'::date) AND (f1 <= '01-01-1998'::date))
+         Filter: (f1 <= '01-01-1998'::date)
 (3 rows)
 
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
  count 
...
tap
[13:16:31.028](101.837s) not ok 5 - regression tests pass
Linux - Debian Bookworm - Meson
core
[13:18:03.944] #0  0x00007f9b666a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:18:03.944] #1  0x00007f9b6665afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:18:03.944] #2  0x00007f9b66645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:18:03.944] #3  0x00007f9b6681e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[13:18:03.944] #4  0x00007f9b6682aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[13:18:03.944] #5  0x00007f9b6680dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55997898048...
[13:18:03.944] #6  0x0000559977c32e90 in examine_self_contradictory_rels (root=root@entry=0x5599792d3458, rel=rel@entry=...
[13:18:03.944] #7  0x0000559977c3309f in examine_self_contradictory_rels_phase1 (root=root@entry=0x5599792d3458) at ../s...
[13:18:03.944] #8  0x0000559977bfe058 in query_planner (root=root@entry=0x5599792d3458, qp_callback=qp_callback@entry=0x...
[13:18:03.944] #9  0x0000559977c10ad4 in grouping_planner (root=root@entry=0x5599792d3458, tuple_fraction=<optimized out...
core
[13:17:59.692] #0  0x00007f7045ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:17:59.692] #1  0x00007f7045e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:17:59.692] #2  0x00007f7045e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:17:59.692] #3  0x00007f704601e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[13:17:59.692] #4  0x00007f704602aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[13:17:59.692] #5  0x00007f704600dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x559f6776448...
[13:17:59.692] #6  0x0000559f66a16e90 in examine_self_contradictory_rels (root=root@entry=0x559f685f2328, rel=rel@entry=...
[13:17:59.692] #7  0x0000559f66a1709f in examine_self_contradictory_rels_phase1 (root=root@entry=0x559f685f2328) at ../s...
[13:17:59.692] #8  0x0000559f669e2058 in query_planner (root=root@entry=0x559f685f2328, qp_callback=qp_callback@entry=0x...
[13:17:59.692] #9  0x0000559f669f4ad4 in grouping_planner (root=root@entry=0x559f685f2328, tuple_fraction=<optimized out...
core
[13:18:01.146] #0  0x00007f612a8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:18:01.146] #1  0x00007f612a85afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:18:01.146] #2  0x00007f612a845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:18:01.146] #3  0x00007f612aa1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[13:18:01.146] #4  0x00007f612aa2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[13:18:01.146] #5  0x00007f612aa0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55db7832848...
[13:18:01.146] #6  0x000055db775dae90 in examine_self_contradictory_rels (root=root@entry=0x55db7913c1f8, rel=rel@entry=...
[13:18:01.146] #7  0x000055db775db09f in examine_self_contradictory_rels_phase1 (root=root@entry=0x55db7913c1f8) at ../s...
[13:18:01.146] #8  0x000055db775a6058 in query_planner (root=root@entry=0x55db7913c1f8, qp_callback=qp_callback@entry=0x...
[13:18:01.146] #9  0x000055db775b8ad4 in grouping_planner (root=root@entry=0x55db7913c1f8, tuple_fraction=<optimized out...
core
[13:18:02.621] #0  0x00007f9b666a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:18:02.621] #1  0x00007f9b6665afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:18:02.621] #2  0x00007f9b66645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:18:02.621] #3  0x00007f9b6681e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[13:18:02.621] #4  0x00007f9b6682aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[13:18:02.621] #5  0x00007f9b6680dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55997898048...
[13:18:02.621] #6  0x0000559977c32e90 in examine_self_contradictory_rels (root=root@entry=0x559979505868, rel=rel@entry=...
[13:18:02.621] #7  0x0000559977c3309f in examine_self_contradictory_rels_phase1 (root=root@entry=0x559979505868) at ../s...
[13:18:02.621] #8  0x0000559977bfe058 in query_planner (root=root@entry=0x559979505868, qp_callback=qp_callback@entry=0x...
[13:18:02.621] #9  0x0000559977c10ad4 in grouping_planner (root=root@entry=0x559979505868, tuple_fraction=<optimized out...
core
[13:18:04.421] #0  0x00007f7045ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:18:04.421] #1  0x00007f7045e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:18:04.421] #2  0x00007f7045e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:18:04.421] #3  0x00007f704601e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[13:18:04.421] #4  0x00007f704602aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[13:18:04.421] #5  0x00007f704600dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x559f6776448...
[13:18:04.421] #6  0x0000559f66a16e90 in examine_self_contradictory_rels (root=root@entry=0x559f685f2328, rel=rel@entry=...
[13:18:04.421] #7  0x0000559f66a1709f in examine_self_contradictory_rels_phase1 (root=root@entry=0x559f685f2328) at ../s...
[13:18:04.421] #8  0x0000559f669e2058 in query_planner (root=root@entry=0x559f685f2328, qp_callback=qp_callback@entry=0x...
[13:18:04.421] #9  0x0000559f669f4ad4 in grouping_planner (root=root@entry=0x559f685f2328, tuple_fraction=<optimized out...
core
[13:18:05.780] #0  0x00007f9b666a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:18:05.780] #1  0x00007f9b6665afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:18:05.780] #2  0x00007f9b66645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:18:05.780] #3  0x00007f9b6681e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[13:18:05.780] #4  0x00007f9b6682aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[13:18:05.780] #5  0x00007f9b6680dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55997898048...
[13:18:05.780] #6  0x0000559977c32e90 in examine_self_contradictory_rels (root=root@entry=0x559979344df8, rel=rel@entry=...
[13:18:05.780] #7  0x0000559977c3309f in examine_self_contradictory_rels_phase1 (root=root@entry=0x559979344df8) at ../s...
[13:18:05.780] #8  0x0000559977bfe058 in query_planner (root=root@entry=0x559979344df8, qp_callback=qp_callback@entry=0x...
[13:18:05.780] #9  0x0000559977c10ad4 in grouping_planner (root=root@entry=0x559979344df8, tuple_fraction=<optimized out...
core
[13:18:07.108] #0  0x00007f9b666a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:18:07.108] #1  0x00007f9b6665afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:18:07.108] #2  0x00007f9b66645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:18:07.108] #3  0x00007f9b6681e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[13:18:07.108] #4  0x00007f9b6682aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[13:18:07.108] #5  0x00007f9b6680dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55997898048...
[13:18:07.108] #6  0x0000559977c32e90 in examine_self_contradictory_rels (root=root@entry=0x55997942b6c8, rel=rel@entry=...
[13:18:07.108] #7  0x0000559977c3309f in examine_self_contradictory_rels_phase1 (root=root@entry=0x55997942b6c8) at ../s...
[13:18:07.108] #8  0x0000559977bfe058 in query_planner (root=root@entry=0x55997942b6c8, qp_callback=qp_callback@entry=0x...
[13:18:07.108] #9  0x0000559977c10ad4 in grouping_planner (root=root@entry=0x55997942b6c8, tuple_fraction=<optimized out...
core
[13:18:08.617] #0  0x00007f592eaa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:18:08.617] #1  0x00007f592ea5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:18:08.617] #2  0x00007f592ea45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:18:08.617] #3  0x00007f592ec1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[13:18:08.617] #4  0x00007f592ec2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[13:18:08.617] #5  0x00007f592ec0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55f29945548...
[13:18:08.617] #6  0x000055f298707e90 in examine_self_contradictory_rels (root=root@entry=0x55f29b0eba38, rel=rel@entry=...
[13:18:08.617] #7  0x000055f29870809f in examine_self_contradictory_rels_phase1 (root=root@entry=0x55f29b0eba38) at ../s...
[13:18:08.617] #8  0x000055f2986d3058 in query_planner (root=root@entry=0x55f29b0eba38, qp_callback=qp_callback@entry=0x...
[13:18:08.617] #9  0x000055f2986e5ad4 in grouping_planner (root=root@entry=0x55f29b0eba38, tuple_fraction=<optimized out...
regress
diff -U3 /tmp/cirrus-ci-build/contrib/btree_gin/expected/bool.out /tmp/cirrus-ci-build/build/testrun/btree_gin/regress/r...
--- /tmp/cirrus-ci-build/contrib/btree_gin/expected/bool.out	2024-12-24 13:09:36.694570253 +0000
+++ /tmp/cirrus-ci-build/build/testrun/btree_gin/regress/results/bool.out	2024-12-24 13:13:46.162002211 +0000
@@ -109,15 +109,13 @@
 (6 rows)
 
 EXPLAIN (COSTS OFF) SELECT * FROM test_bool WHERE i>true ORDER BY i;
-                QUERY PLAN                 
--------------------------------------------
+           QUERY PLAN           
+--------------------------------
  Sort
    Sort Key: i
-   ->  Bitmap Heap Scan on test_bool
-         Recheck Cond: (i > true)
-         ->  Bitmap Index Scan on idx_bool
-               Index Cond: (i > true)
-(6 rows)
+   ->  Result
+         One-Time Filter: false
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/horology.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_p...
--- /tmp/cirrus-ci-build/src/test/regress/expected/horology.out	2024-12-24 13:09:38.582570322 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/horology.out	2024-12-24 13:13:03.814097954...
@@ -2541,1334 +2541,7 @@
 explain (costs off)
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
-                                 QUERY PLAN                                  
------------------------------------------------------------------------------
- Aggregate
-   ->  Seq Scan on date_tbl
-         Filter: ((f1 >= '01-01-1997'::date) AND (f1 <= '01-01-1998'::date))
-(3 rows)
-
-select count(*) from date_tbl
-  where f1 between symmetric '1997-01-01' and '1998-01-01';
- count 
--------
-     3
-(1 row)
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/horology.out /tmp/cirrus-ci-build/build/testrun/recovery/027_str...
--- /tmp/cirrus-ci-build/src/test/regress/expected/horology.out	2024-12-24 13:09:38.582570322 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/horology.out	2024-12-24 13:13:30.6340355...
@@ -2541,1334 +2541,7 @@
 explain (costs off)
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
-                                 QUERY PLAN                                  
------------------------------------------------------------------------------
- Aggregate
-   ->  Seq Scan on date_tbl
-         Filter: ((f1 >= '01-01-1997'::date) AND (f1 <= '01-01-1998'::date))
-(3 rows)
-
-select count(*) from date_tbl
-  where f1 between symmetric '1997-01-01' and '1998-01-01';
- count 
--------
-     3
-(1 row)
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/horology.out /tmp/cirrus-ci-build/build/testrun/regress/regress/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/horology.out	2024-12-24 13:09:38.582570322 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/horology.out	2024-12-24 13:13:00.442099198 +0000
@@ -2541,1334 +2541,7 @@
 explain (costs off)
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
-                                 QUERY PLAN                                  
------------------------------------------------------------------------------
- Aggregate
-   ->  Seq Scan on date_tbl
-         Filter: ((f1 >= '01-01-1997'::date) AND (f1 <= '01-01-1998'::date))
-(3 rows)
-
-select count(*) from date_tbl
-  where f1 between symmetric '1997-01-01' and '1998-01-01';
- count 
--------
-     3
-(1 row)
...
tap
[13:14:14.234](0.557s) not ok 20 - pg_amcheck of db1.s1 excluding indexes status (got 1 vs expected 0)
[13:14:14.234](0.000s) not ok 22 - pg_amcheck of db1.s1 excluding indexes stderr /(?^:^$)/
[13:14:14.714](0.479s) not ok 23 - pg_amcheck of db2.s1 excluding indexes status (got 1 vs expected 2)
[13:14:14.715](0.000s) not ok 24 - pg_amcheck of db2.s1 excluding indexes stdout /(?^:could not open file ".*": No such ...
[13:14:14.715](0.001s) not ok 25 - pg_amcheck of db2.s1 excluding indexes stderr /(?^:^$)/
[13:14:14.914](0.031s) not ok 37 - pg_amcheck over schema s5 reports no corruption status (got 1 vs expected 0)
[13:14:14.914](0.000s) not ok 39 - pg_amcheck over schema s5 reports no corruption stderr /(?^:^$)/
[13:14:14.944](0.029s) not ok 40 - pg_amcheck over schema s1 with corrupt indexes excluded reports no corruption status ...
[13:14:14.945](0.000s) not ok 42 - pg_amcheck over schema s1 with corrupt indexes excluded reports no corruption stderr ...
[13:14:14.960](0.015s) not ok 43 - pg_amcheck over schema s1 with all indexes excluded reports no corruption status (got...
[13:14:14.961](0.000s) not ok 45 - pg_amcheck over schema s1 with all indexes excluded reports no corruption stderr /(?^...
[13:14:14.978](0.017s) not ok 46 - pg_amcheck over schema s2 with corrupt tables excluded reports no corruption status (...
[13:14:14.978](0.000s) not ok 48 - pg_amcheck over schema s2 with corrupt tables excluded reports no corruption stderr /...
[13:14:15.134](0.047s) not ok 55 - pg_amcheck smoke test --parent-check status (got 1 vs expected 2)
[13:14:15.134](0.000s) not ok 56 - pg_amcheck smoke test --parent-check stdout /(?^:index ".*" lacks a main relation for...
[13:14:15.135](0.000s) not ok 57 - pg_amcheck smoke test --parent-check stderr /(?^:^$)/
[13:14:15.177](0.042s) not ok 58 - pg_amcheck smoke test --heapallindexed --rootdescend status (got 1 vs expected 2)
[13:14:15.177](0.000s) not ok 59 - pg_amcheck smoke test --heapallindexed --rootdescend stdout /(?^:index ".*" lacks a m...
[13:14:15.178](0.000s) not ok 60 - pg_amcheck smoke test --heapallindexed --rootdescend stderr /(?^:^$)/
[13:14:15.257](0.079s) not ok 61 - pg_amcheck excluding all corrupt schemas status (got 1 vs expected 0)
[13:14:15.258](0.000s) not ok 63 - pg_amcheck excluding all corrupt schemas stderr /(?^:^$)/
[13:14:15.304](0.045s) not ok 64 - pg_amcheck smoke test --parent-check --checkunique status (got 1 vs expected 2)
[13:14:15.304](0.000s) not ok 65 - pg_amcheck smoke test --parent-check --checkunique stdout /(?^:index ".*" lacks a mai...
[13:14:15.305](0.000s) not ok 66 - pg_amcheck smoke test --parent-check --checkunique stderr /(?^:^$)/
[13:14:15.352](0.047s) not ok 67 - pg_amcheck smoke test --heapallindexed --rootdescend --checkunique status (got 1 vs e...
[13:14:15.352](0.000s) not ok 68 - pg_amcheck smoke test --heapallindexed --rootdescend --checkunique stdout /(?^:index ...
[13:14:15.353](0.000s) not ok 69 - pg_amcheck smoke test --heapallindexed --rootdescend --checkunique stderr /(?^:^$)/
[13:14:15.390](0.037s) not ok 70 - pg_amcheck excluding all corrupt schemas with --checkunique option status (got 1 vs e...
[13:14:15.391](0.000s) not ok 72 - pg_amcheck excluding all corrupt schemas with --checkunique option stderr /(?^:^$)/
tap
[13:13:12.383](12.952s) not ok 5 - regression tests pass
[13:13:14.140](1.739s) not ok 6 - dump before running pg_upgrade
tap
[13:13:35.583](9.988s) not ok 2 - regression tests pass
test
[13:15:41.793]  15/315 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[13:15:41.793]   6/315 postgresql:regress / regress/regress                                            ERROR            ...
[13:15:41.793]  40/315 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[13:15:41.793]  58/315 postgresql:btree_gin / btree_gin/regress                                        ERROR            ...
[13:15:41.793] 152/315 postgresql:pg_amcheck / pg_amcheck/003_check                                    ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/contrib/btree_gin/expected/bool.out /Users/admin/pgsql/build/testrun/btree_gin/regress/resul...
--- /Users/admin/pgsql/contrib/btree_gin/expected/bool.out	2024-12-24 13:09:10
+++ /Users/admin/pgsql/build/testrun/btree_gin/regress/results/bool.out	2024-12-24 13:12:15
@@ -109,15 +109,13 @@
 (6 rows)
 
 EXPLAIN (COSTS OFF) SELECT * FROM test_bool WHERE i>true ORDER BY i;
-                QUERY PLAN                 
--------------------------------------------
+           QUERY PLAN           
+--------------------------------
  Sort
    Sort Key: i
-   ->  Bitmap Heap Scan on test_bool
-         Recheck Cond: (i > true)
-         ->  Bitmap Index Scan on idx_bool
-               Index Cond: (i > true)
-(6 rows)
+   ->  Result
+         One-Time Filter: false
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/horology.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_up...
--- /Users/admin/pgsql/src/test/regress/expected/horology.out	2024-12-24 13:09:12
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/horology.out	2024-12-24 13:10:57
@@ -2541,18 +2541,17 @@
 explain (costs off)
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
-                                 QUERY PLAN                                  
------------------------------------------------------------------------------
+         QUERY PLAN         
+----------------------------
  Aggregate
    ->  Seq Scan on date_tbl
-         Filter: ((f1 >= '01-01-1997'::date) AND (f1 <= '01-01-1998'::date))
-(3 rows)
+(2 rows)
 
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
  count 
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/horology.out /Users/admin/pgsql/build/testrun/recovery/027_stream_...
--- /Users/admin/pgsql/src/test/regress/expected/horology.out	2024-12-24 13:09:12
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/horology.out	2024-12-24 13:11:42
@@ -2541,18 +2541,17 @@
 explain (costs off)
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
-                                 QUERY PLAN                                  
------------------------------------------------------------------------------
+         QUERY PLAN         
+----------------------------
  Aggregate
    ->  Seq Scan on date_tbl
-         Filter: ((f1 >= '01-01-1997'::date) AND (f1 <= '01-01-1998'::date))
-(3 rows)
+(2 rows)
 
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
  count 
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/horology.out /Users/admin/pgsql/build/testrun/regress/regress/resu...
--- /Users/admin/pgsql/src/test/regress/expected/horology.out	2024-12-24 13:09:12
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/horology.out	2024-12-24 13:10:55
@@ -2541,18 +2541,17 @@
 explain (costs off)
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
-                                 QUERY PLAN                                  
------------------------------------------------------------------------------
+         QUERY PLAN         
+----------------------------
  Aggregate
    ->  Seq Scan on date_tbl
-         Filter: ((f1 >= '01-01-1997'::date) AND (f1 <= '01-01-1998'::date))
-(3 rows)
+(2 rows)
 
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
  count 
...
tap
[13:11:37.574](44.014s) not ok 5 - regression tests pass
tap
[13:12:30.853](53.623s) not ok 2 - regression tests pass
test
[13:14:21.193]  28/315 postgresql:regress / regress/regress                                            ERROR            ...
[13:14:21.193]  47/315 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[13:14:21.193]  58/315 postgresql:btree_gin / btree_gin/regress                                        ERROR            ...
[13:14:21.193] 143/315 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/contrib/btree_gin/expected/bool.out C:/cirrus/build/testrun/btree_gin/regress/res...
--- C:/cirrus/contrib/btree_gin/expected/bool.out	2024-12-24 13:09:40.220296400 +0000
+++ C:/cirrus/build/testrun/btree_gin/regress/results/bool.out	2024-12-24 13:15:26.926398700 +0000
@@ -109,15 +109,13 @@
 (6 rows)
 
 EXPLAIN (COSTS OFF) SELECT * FROM test_bool WHERE i>true ORDER BY i;
-                QUERY PLAN                 
--------------------------------------------
+           QUERY PLAN           
+--------------------------------
  Sort
    Sort Key: i
-   ->  Bitmap Heap Scan on test_bool
-         Recheck Cond: (i > true)
-         ->  Bitmap Index Scan on idx_bool
-               Index Cond: (i > true)
-(6 rows)
+   ->  Result
+         One-Time Filter: false
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/horology.out C:/cirrus/build/testrun/pg_upgrade/002_pg_...
--- C:/cirrus/src/test/regress/expected/horology.out	2024-12-24 13:09:44.946359300 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/horology.out	2024-12-24 13:11:50.208965100 +0000
@@ -2541,18 +2541,17 @@
 explain (costs off)
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
-                                 QUERY PLAN                                  
------------------------------------------------------------------------------
+         QUERY PLAN         
+----------------------------
  Aggregate
    ->  Seq Scan on date_tbl
-         Filter: ((f1 >= '01-01-1997'::date) AND (f1 <= '01-01-1998'::date))
-(3 rows)
+(2 rows)
 
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
  count 
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/horology.out C:/cirrus/build/testrun/recovery/027_strea...
--- C:/cirrus/src/test/regress/expected/horology.out	2024-12-24 13:09:44.946359300 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/horology.out	2024-12-24 13:13:59.773093700 +0000
@@ -2541,18 +2541,17 @@
 explain (costs off)
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
-                                 QUERY PLAN                                  
------------------------------------------------------------------------------
+         QUERY PLAN         
+----------------------------
  Aggregate
    ->  Seq Scan on date_tbl
-         Filter: ((f1 >= '01-01-1997'::date) AND (f1 <= '01-01-1998'::date))
-(3 rows)
+(2 rows)
 
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
  count 
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/horology.out C:/cirrus/build/testrun/regress/regress/re...
--- C:/cirrus/src/test/regress/expected/horology.out	2024-12-24 13:09:44.946359300 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/horology.out	2024-12-24 13:11:44.560454000 +0000
@@ -2541,18 +2541,17 @@
 explain (costs off)
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
-                                 QUERY PLAN                                  
------------------------------------------------------------------------------
+         QUERY PLAN         
+----------------------------
  Aggregate
    ->  Seq Scan on date_tbl
-         Filter: ((f1 >= '01-01-1997'::date) AND (f1 <= '01-01-1998'::date))
-(3 rows)
+(2 rows)
 
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
  count 
...
tap
[13:13:32.675](111.570s) not ok 5 - regression tests pass
tap
[13:15:55.317](128.212s) not ok 2 - regression tests pass
test
[13:23:01.107]   6/310 postgresql:regress / regress/regress                                            ERROR           1...
[13:23:01.107]  37/310 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[13:23:01.107]  61/310 postgresql:btree_gin / btree_gin/regress                                        ERROR            ...
[13:23:01.107] 103/310 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5410 Disable installcheck for tap and regress tests for injection_points module
FreeBSD - 13 - Meson
assertion
TRAP: failed Assert("TransactionIdIsValid(proc->xid)"), File: "../src/backend/storage/ipc/procarray.c", Line: 677, PID: ...
core
[11:48:18.898] #0  0x000000082cea241a in thr_kill () from /lib/libc.so.7
[11:48:18.898] #1  0x000000082ce1be64 in raise () from /lib/libc.so.7
[11:48:18.898] #2  0x000000082cecc6f9 in abort () from /lib/libc.so.7
[11:48:18.898] #3  0x0000000000aa4255 in ExceptionalCondition (conditionName=0x361280 "TransactionIdIsValid(proc->xid)",...
[11:48:18.898] #4  0x0000000000919e8d in ProcArrayEndTransaction (proc=0x844c3aaf8, latestXid=latestXid@entry=751) at .....
[11:48:18.898] #5  0x0000000000660b3f in AbortTransaction () at ../src/backend/access/transam/xact.c:2946
[11:48:18.898] #6  0x000000000065e74a in AbortCurrentTransactionInternal () at ../src/backend/access/transam/xact.c:3598
[11:48:18.898] #7  AbortCurrentTransaction () at ../src/backend/access/transam/xact.c:3449
[11:48:18.898] #8  0x000000000094633e in PostgresMain (dbname=<optimized out>, username=<optimized out>) at ../src/backe...
[11:48:18.898] #9  0x00000000009417c9 in BackendMain (startup_data=<optimized out>, startup_data_len=<optimized out>) at...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/crash.out /tmp/cirrus-ci-build/build/testrun/in...
--- /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/crash.out	2024-12-24 11:41:12.572348000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/injection_points/isolation/results/crash.out	2024-12-24 11:43:45.933680000 +0000
@@ -23,4 +23,10 @@
 
 step c2: COMMIT;
 ERROR:  could not serialize access due to read/write dependencies among transactions
+s2: WARNING:  AbortTransaction while in ABORT state
+ERROR:  ResourceOwnerEnlarge called after release started
+server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
+
 step c3: COMMIT;
diff -U3 /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/inplace.out /tmp/cirrus-ci-build/build/testrun/...
--- /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/inplace.out	2024-12-24 11:41:12.572541000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/injection_points/isolation/results/inplace.out	2024-12-24 11:43:45.993155000 +000...
@@ -1,340 +1,2 @@
 Parsed test spec with 3 sessions
-
...
test
[11:45:50.266] 116/315 postgresql:injection_points / injection_points/isolation                        ERROR            ...
Linux - Debian Bookworm - Autoconf
assertion
TRAP: failed Assert("TransactionIdIsValid(proc->xid)"), File: "procarray.c", Line: 677, PID: 39507
core
[11:51:47.197] #0  0x00007f2b9a8abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[11:51:47.197] #1  0x00007f2b9a85cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[11:51:47.197] #2  0x00007f2b9a847472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[11:51:47.197] #3  0x000056545a8f97eb in ExceptionalCondition (conditionName=conditionName@entry=0x56545acad740 "Transac...
[11:51:47.197] #4  0x000056545a57b97d in ProcArrayEndTransaction (proc=0x7f2b96645440, latestXid=751) at procarray.c:677
[11:51:47.197] #5  0x0000565459da6a88 in AbortTransaction () at xact.c:2946
[11:51:47.197] #6  0x0000565459da83da in AbortCurrentTransactionInternal () at xact.c:3531
[11:51:47.197] #7  0x0000565459da8519 in AbortCurrentTransaction () at xact.c:3449
[11:51:47.197] #8  0x000056545a5e6f3a in PostgresMain (dbname=dbname@entry=0x62900001b3a8 "isolation_regression", userna...
[11:51:47.197] #9  0x000056545a5d9cfe in BackendMain (startup_data=startup_data@entry=0x7ffc74170a40 "", startup_data_le...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/crash.out /tmp/cirrus-ci-build/src/test/modules...
--- /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/crash.out	2024-12-24 11:41:08.612625080 +0000
+++ /tmp/cirrus-ci-build/src/test/modules/injection_points/output_iso/results/crash.out	2024-12-24 11:46:06.431478570 +0...
@@ -23,4 +23,10 @@
 
 step c2: COMMIT;
 ERROR:  could not serialize access due to read/write dependencies among transactions
+s2: WARNING:  AbortTransaction while in ABORT state
+ERROR:  ResourceOwnerEnlarge called after release started
+server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
+
 step c3: COMMIT;
diff -U3 /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/inplace.out /tmp/cirrus-ci-build/src/test/modul...
--- /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/inplace.out	2024-12-24 11:41:08.612625080 +0000
+++ /tmp/cirrus-ci-build/src/test/modules/injection_points/output_iso/results/inplace.out	2024-12-24 11:46:07.023485363 ...
@@ -14,327 +14,6 @@
 step vac1: VACUUM vactest.orig50;  -- wait during inplace update <waiting ...>
 step grant2: GRANT SELECT ON TABLE vactest.orig50 TO PUBLIC;
...
Linux - Debian Bookworm - Meson
assertion
TRAP: failed Assert("TransactionIdIsValid(proc->xid)"), File: "../src/backend/storage/ipc/procarray.c", Line: 677, PID: ...
core
[11:48:19.726] #0  0x00007f17720a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[11:48:19.726] #1  0x00007f177205afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[11:48:19.726] #2  0x00007f1772045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[11:48:19.726] #3  0x000055ac9a58e517 in ExceptionalCondition (conditionName=conditionName@entry=0x55ac9a84b5a8 "Transac...
[11:48:19.726] #4  0x000055ac9a29cb7f in ProcArrayEndTransaction (proc=0x7f176f3cdac0, latestXid=751) at ../src/backend/...
[11:48:19.726] #5  0x000055ac99cfd738 in AbortTransaction () at ../src/backend/access/transam/xact.c:2946
[11:48:19.726] #6  0x000055ac99cfe72f in AbortCurrentTransactionInternal () at ../src/backend/access/transam/xact.c:3531
[11:48:19.726] #7  0x000055ac99cfe7d3 in AbortCurrentTransaction () at ../src/backend/access/transam/xact.c:3449
[11:48:19.726] #8  0x000055ac9a2f7774 in PostgresMain (dbname=<optimized out>, username=<optimized out>) at ../src/backe...
[11:48:19.726] #9  0x000055ac9a2edb41 in BackendMain (startup_data=<optimized out>, startup_data_len=<optimized out>) at...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/crash.out /tmp/cirrus-ci-build/build/testrun/in...
--- /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/crash.out	2024-12-24 11:41:07.706979560 +0000
+++ /tmp/cirrus-ci-build/build/testrun/injection_points/isolation/results/crash.out	2024-12-24 11:43:59.238721127 +0000
@@ -23,4 +23,10 @@
 
 step c2: COMMIT;
 ERROR:  could not serialize access due to read/write dependencies among transactions
+s2: WARNING:  AbortTransaction while in ABORT state
+ERROR:  ResourceOwnerEnlarge called after release started
+server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
+
 step c3: COMMIT;
diff -U3 /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/inplace.out /tmp/cirrus-ci-build/build/testrun/...
--- /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/inplace.out	2024-12-24 11:41:07.706979560 +0000
+++ /tmp/cirrus-ci-build/build/testrun/injection_points/isolation/results/inplace.out	2024-12-24 11:43:59.742720942 +000...
@@ -47,294 +47,6 @@
 
 
...
test
[11:45:52.834] 110/315 postgresql:injection_points / injection_points/isolation                        ERROR            ...
macOS - Sonoma - Meson
assertion
TRAP: failed Assert("TransactionIdIsValid(proc->xid)"), File: "../src/backend/storage/ipc/procarray.c", Line: 677, PID: ...
core
[11:48:34.716]   * frame #0: 0x00000001863a55f0 libsystem_kernel.dylib`__pthread_kill + 8
[11:48:34.716]     frame #1: 0x00000001863ddc20 libsystem_pthread.dylib`pthread_kill + 288
[11:48:34.716]     frame #2: 0x00000001862eaa30 libsystem_c.dylib`abort + 180
[11:48:34.716]     frame #3: 0x0000000101225258 postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[11:48:34.716]     frame #4: 0x00000001010c81ac postgres`ProcArrayEndTransaction(proc=0x000000010f632f78, latestXid=<una...
[11:48:34.716]     frame #5: 0x0000000100e77a00 postgres`AbortTransaction at xact.c:2946:2
[11:48:34.716]     frame #6: 0x0000000100e75fe4 postgres`AbortCurrentTransaction [inlined] AbortCurrentTransactionIntern...
[11:48:34.716]     frame #7: 0x0000000100e75fb4 postgres`AbortCurrentTransaction at xact.c:3449:10
[11:48:34.716]     frame #8: 0x00000001010f03c8 postgres`PostgresMain(dbname=<unavailable>, username=<unavailable>) at p...
[11:48:34.716]     frame #9: 0x00000001010ec324 postgres`BackendMain(startup_data=<unavailable>, startup_data_len=<unava...
regress
diff -U3 /Users/admin/pgsql/src/test/modules/injection_points/expected/crash.out /Users/admin/pgsql/build/testrun/inject...
--- /Users/admin/pgsql/src/test/modules/injection_points/expected/crash.out	2024-12-24 11:40:11
+++ /Users/admin/pgsql/build/testrun/injection_points/isolation/results/crash.out	2024-12-24 11:43:32
@@ -23,4 +23,20 @@
 
 step c2: COMMIT;
 ERROR:  could not serialize access due to read/write dependencies among transactions
+s2: WARNING:  AbortTransaction while in ABORT state
+ERROR:  ResourceOwnerEnlarge called after release started
+server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
+
+s3: WARNING:  terminating connection because of crash of another server process
+DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because anothe...
+HINT:  In a moment you should be able to reconnect to the database and repeat your command.
 step c3: COMMIT;
+server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
...
test
[11:45:10.098] 148/315 postgresql:injection_points / injection_points/isolation                        ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
assertion
TRAP: failed Assert("TransactionIdIsValid(proc->xid)"), File: "../src/backend/storage/ipc/procarray.c", Line: 677, PID: ...
core
00000089`9b5ffa28 00007ffe`370fd71e     ntdll!NtWaitForSingleObject+0x14
00000089`9b5ffa30 00007ff7`f3d4a9ac     KERNELBASE!WaitForSingleObjectEx+0x8e
00000089`9b5ffad0 00007ffe`38e34cb0     postgres!pg_timer_thread(
00000089`9b5ffb10 00007ffe`39bbedcb     KERNEL32!BaseThreadInitThunk+0x10
00000089`9b5ffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000089`9a1ff990 00007ff7`f40978d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000089`9a1ff9d0 00007ff7`f3e19c7c     postgres!ExceptionalCondition(
00000089`9a1ffa10 00007ff7`f39bc753     postgres!ProcArrayEndTransaction(
00000089`9a1ffa40 00007ff7`f39bdff3     postgres!AbortTransaction(void)+0x223 [c:\cirrus\src\backend\access\transam\xact...
00000089`9a1ffa90 00007ff7`f39b8b49     postgres!AbortCurrentTransactionInternal(void)+0xc3 [c:\cirrus\src\backend\acces...
00000089`9a1ffad0 00007ff7`f3e5bb8a     postgres!AbortCurrentTransaction(void)+0x9 [c:\cirrus\src\backend\access\transam...
00000089`9a1ffb00 00007ff7`f3e55f3d     postgres!PostgresMain(
00000089`9a1ffd10 00007ff7`f3d54ad7     postgres!BackendMain(
00000089`9a1ffd50 00007ff7`f3c104f9     postgres!SubPostmasterMain(
00000089`9a1ffdc0 00007ff7`f420e719     postgres!main(
core
00000089`9a5ff598 00007ffe`39b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000089`9a5ff5a0 00007ffe`38e34cb0     ntdll!TppWorkerThread+0x2df
00000089`9a5ff890 00007ffe`39bbedcb     KERNEL32!BaseThreadInitThunk+0x10
00000089`9a5ff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000089`9a9ffaf8 00007ffe`39b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000089`9a9ffb00 00007ffe`38e34cb0     ntdll!TppWorkerThread+0x2df
00000089`9a9ffdf0 00007ffe`39bbedcb     KERNEL32!BaseThreadInitThunk+0x10
00000089`9a9ffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000089`9adff748 00007ffe`39b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000089`9adff750 00007ffe`38e34cb0     ntdll!TppWorkerThread+0x2df
00000089`9adffa40 00007ffe`39bbedcb     KERNEL32!BaseThreadInitThunk+0x10
00000089`9adffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000089`9b1ffd08 00007ffe`371445ca     ntdll!NtFsControlFile+0x14
00000089`9b1ffd10 00007ff7`f3d48f0b     KERNELBASE!ConnectNamedPipe+0x6a
00000089`9b1ffd80 00007ffe`38e34cb0     postgres!pg_signal_thread(
00000089`9b1ffe80 00007ffe`39bbedcb     KERNEL32!BaseThreadInitThunk+0x10
00000089`9b1ffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/modules/injection_points/expected/crash.out C:/cirrus/build/testrun/inje...
--- C:/cirrus/src/test/modules/injection_points/expected/crash.out	2024-12-24 11:41:12.775965400 +0000
+++ C:/cirrus/build/testrun/injection_points/isolation/results/crash.out	2024-12-24 11:48:28.716653100 +0000
@@ -23,4 +23,10 @@
 
 step c2: COMMIT;
 ERROR:  could not serialize access due to read/write dependencies among transactions
+ERROR:  ResourceOwnerEnlarge called after release started
+s2: WARNING:  AbortTransaction while in ABORT state
+server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
+
 step c3: COMMIT;
test
[11:55:15.784] 112/310 postgresql:injection_points / injection_points/isolation                        ERROR            ...
51/5117 VACUUM FULL / CLUSTER CONCURRENTLY
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/cluster.out /tmp/cirrus-ci-build/build/testrun/...
--- /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/cluster.out	2024-12-24 08:28:02.575619000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/injection_points-running/isolation/results/cluster.out	2024-12-24 08:34:11.781113...
@@ -8,7 +8,8 @@
 
 step wait_before_lock: 
 	CLUSTER (CONCURRENTLY) clstr_test USING clstr_test_pkey;
- <waiting ...>
+
+ERROR:  logical decoding requires "wal_level" >= "logical"
 step change_existing: 
 	UPDATE clstr_test SET i=10 where i=1;
 	UPDATE clstr_test SET j=20 where i=2;
@@ -63,12 +64,7 @@
 step wakeup_before_lock: 
 	SELECT injection_points_wakeup('cluster-concurrently-before-lock');
 
-injection_points_wakeup
------------------------
-                       
...
test
[08:34:44.454] 72/76 postgresql:injection_points-running / injection_points-running/isolation     ERROR             4.97...
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[08:29:00.552] ../src/backend/commands/cluster.c(4401): warning C4129: '%': unrecognized character escape sequence
51/4984 Serverside SNI for SSL connections
Linux - Debian Bookworm - Meson
tap
[08:13:27.342](0.000s) not ok 8 - connect with correct server CA cert file sslmode=require: matches
[08:13:33.619](0.000s) not ok 251 - connect fails since the passphrase protected key cannot be reloaded: matches
tap
[08:13:22.790](0.400s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[08:13:36.336] 294/316 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
[08:13:36.336] 313/316 postgresql:ssl / ssl/004_sni                                                    ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[08:07:24.468] ../src/test/modules/ssl_passphrase_callback/ssl_passphrase_func.c(52): warning C4113: 'void (__cdecl *)(S...
tap
[08:17:15.074](0.000s) not ok 8 - connect with correct server CA cert file sslmode=require: matches
[08:17:34.413](0.063s) not ok 264 - connect with correct server CA cert file sslmode=require
[08:17:34.413](0.000s) not ok 265 - connect with correct server CA cert file sslmode=require: no stderr
[08:17:34.492](0.000s) not ok 267 - connect fails since the passphrase protected key cannot be reloaded: matches
tap
[08:16:59.787](2.233s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[08:18:06.324] 289/311 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
[08:18:06.324] 308/311 postgresql:ssl / ssl/004_sni                                                    ERROR            ...
51/4980 Expand applicability of aggregate's sortop optimization
FreeBSD - 13 - Meson
core
[07:51:29.085] #0  0x000047e32e08eff0 in ?? ()
[07:51:29.085] #1  0x0000000000000000 in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/subselect.out /tmp/cirrus-ci-build/build/testrun/regress/regress...
--- /tmp/cirrus-ci-build/src/test/regress/expected/subselect.out	2024-12-24 07:43:04.231869000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/subselect.out	2024-12-24 07:45:13.759204000 +0000
@@ -1029,7 +1029,7 @@
    ->  Seq Scan on tenk1 t
          Filter: ((ANY (unique2 = (hashed SubPlan 2).col1)) OR (ten < 0))
          SubPlan 2
-           ->  Index Only Scan using tenk1_unique1 on tenk1 k
+           ->  Index Only Scan using idx_int4 on tenk1 k
 (5 rows)
 
 select count(*) from tenk1 t
test
[07:48:56.858]  14/315 postgresql:regress / regress/regress                                            ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/subselect.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/subselect.out	2024-12-24 07:43:04.253707613 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/subselect.out	2024-12-24 07:50:28.703533314 +0000
@@ -1029,7 +1029,7 @@
    ->  Seq Scan on tenk1 t
          Filter: ((ANY (unique2 = (hashed SubPlan 2).col1)) OR (ten < 0))
          SubPlan 2
-           ->  Index Only Scan using tenk1_unique1 on tenk1 k
+           ->  Index Only Scan using idx_int4 on tenk1 k
 (5 rows)
 
 select count(*) from tenk1 t
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/btree_index.out /tmp/cirrus-ci-build/src/test/regress/results/bt...
--- /tmp/cirrus-ci-build/src/test/regress/expected/btree_index.out	2024-12-24 07:43:04.169778473 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/btree_index.out	2024-12-24 07:47:35.479861429 +0000
@@ -158,13 +158,10 @@
 set enable_bitmapscan to false;
 explain (costs off)
 select hundred, twenty from tenk1 where hundred < 48 order by hundred desc limit 1;
-                       QUERY PLAN                       
---------------------------------------------------------
- Limit
-   ->  Index Scan Backward using tenk1_hundred on tenk1
-         Index Cond: (hundred < 48)
-(3 rows)
-
+ERROR:  deadlock detected
+DETAIL:  Process 24182 waits for AccessShareLock on relation 25247 of database 16384; blocked by process 24171.
+Process 24171 waits for AccessExclusiveLock on relation 16418 of database 16384; blocked by process 24182.
+HINT:  See server log for query details.
 select hundred, twenty from tenk1 where hundred < 48 order by hundred desc limit 1;
  hundred | twenty 
...
tap
[07:51:44.314](107.829s) not ok 5 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/select_distinct.out /tmp/cirrus-ci-build/build/testrun/pg_upgrad...
--- /tmp/cirrus-ci-build/src/test/regress/expected/select_distinct.out	2024-12-24 07:43:06.334965020 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/select_distinct.out	2024-12-24 07:48:11.51...
@@ -334,13 +334,10 @@
 -- Ensure we get a plan with a Limit 1 when the SELECT list contains constants
 EXPLAIN (COSTS OFF)
 SELECT DISTINCT four,1,2,3 FROM tenk1 WHERE four = 0;
-         QUERY PLAN         
-----------------------------
- Limit
-   ->  Seq Scan on tenk1
-         Filter: (four = 0)
-(3 rows)
-
+ERROR:  deadlock detected
+DETAIL:  Process 30127 waits for AccessShareLock on relation 25296 of database 16387; blocked by process 30131.
+Process 30131 waits for AccessExclusiveLock on relation 16421 of database 16387; blocked by process 30127.
+HINT:  See server log for query details.
 -- Ensure we only get 1 row
 SELECT DISTINCT four,1,2,3 FROM tenk1 WHERE four = 0;
...
tap
[07:49:11.303](78.479s) not ok 5 - regression tests pass
test
[07:51:28.773] 135/315 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
51/5446 Improving default column names/aliases of subscript text expressions
FreeBSD - 13 - Meson
core
[07:32:08.917] #0  0x00002a89ac4465da in ?? () from /libexec/ld-elf.so.1
[07:32:08.917] #1  0x00002a89ac4426ec in ?? () from /libexec/ld-elf.so.1
[07:32:08.917] #2  0x0000000000000000 in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/contrib/hstore/expected/hstore.out /tmp/cirrus-ci-build/build/testrun/hstore/regress/resul...
--- /tmp/cirrus-ci-build/contrib/hstore/expected/hstore.out	2024-12-24 07:24:31.945023000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/hstore/regress/results/hstore.out	2024-12-24 07:27:08.272283000 +0000
@@ -1597,7 +1597,7 @@
 -- Test subscripting
 insert into test_json_agg default values;
 select f2['d'], f2['x'] is null as x_isnull from test_json_agg;
-   f2   | x_isnull 
+   d    | x_isnull 
 --------+----------
  12345  | t
  -12345 | t
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonb.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_u...
--- /tmp/cirrus-ci-build/src/test/regress/expected/jsonb.out	2024-12-24 07:24:33.457245000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/jsonb.out	2024-12-24 07:26:31.962999000 +0...
@@ -4934,8 +4934,8 @@
 HINT:  Try using the function jsonb_set to replace key value.
 -- jsonb subscript
 select ('123'::jsonb)['a'];
- jsonb 
--------
+ a 
+---
  
 (1 row)
 
@@ -4952,8 +4952,8 @@
 (1 row)
 
 select ('{"a": 1}'::jsonb)['a'];
- jsonb 
--------
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonb.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream...
--- /tmp/cirrus-ci-build/src/test/regress/expected/jsonb.out	2024-12-24 07:24:33.457245000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/jsonb.out	2024-12-24 07:27:18.769405000 ...
@@ -4934,8 +4934,8 @@
 HINT:  Try using the function jsonb_set to replace key value.
 -- jsonb subscript
 select ('123'::jsonb)['a'];
- jsonb 
--------
+ a 
+---
  
 (1 row)
 
@@ -4952,8 +4952,8 @@
 (1 row)
 
 select ('{"a": 1}'::jsonb)['a'];
- jsonb 
--------
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonb.out /tmp/cirrus-ci-build/build/testrun/regress/regress/res...
--- /tmp/cirrus-ci-build/src/test/regress/expected/jsonb.out	2024-12-24 07:24:33.457245000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/jsonb.out	2024-12-24 07:26:29.351402000 +0000
@@ -4934,8 +4934,8 @@
 HINT:  Try using the function jsonb_set to replace key value.
 -- jsonb subscript
 select ('123'::jsonb)['a'];
- jsonb 
--------
+ a 
+---
  
 (1 row)
 
@@ -4952,8 +4952,8 @@
 (1 row)
 
 select ('{"a": 1}'::jsonb)['a'];
- jsonb 
--------
...
tap
[07:26:54.661](73.754s) not ok 5 - regression tests pass
tap
[07:27:38.772](80.628s) not ok 2 - regression tests pass
test
[07:29:40.057]  42/315 postgresql:regress / regress/regress                                            ERROR            ...
[07:29:40.057]  69/315 postgresql:hstore / hstore/regress                                              ERROR            ...
[07:29:40.057] 100/315 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[07:29:40.057] 155/315 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/contrib/hstore/expected/hstore.out /tmp/cirrus-ci-build/contrib/hstore/results/hstore.out
--- /tmp/cirrus-ci-build/contrib/hstore/expected/hstore.out	2024-12-24 07:24:32.014939519 +0000
+++ /tmp/cirrus-ci-build/contrib/hstore/results/hstore.out	2024-12-24 07:29:38.911119229 +0000
@@ -1597,7 +1597,7 @@
 -- Test subscripting
 insert into test_json_agg default values;
 select f2['d'], f2['x'] is null as x_isnull from test_json_agg;
-   f2   | x_isnull 
+   d    | x_isnull 
 --------+----------
  12345  | t
  -12345 | t
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonb.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/resu...
--- /tmp/cirrus-ci-build/src/test/regress/expected/jsonb.out	2024-12-24 07:24:33.905849886 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/jsonb.out	2024-12-24 07:31:09.814775232 +0000
@@ -4934,8 +4934,8 @@
 HINT:  Try using the function jsonb_set to replace key value.
 -- jsonb subscript
 select ('123'::jsonb)['a'];
- jsonb 
--------
+ a 
+---
  
 (1 row)
 
@@ -4952,8 +4952,8 @@
 (1 row)
 
 select ('{"a": 1}'::jsonb)['a'];
- jsonb 
--------
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonb.out /tmp/cirrus-ci-build/src/test/recovery/tmp_check/resul...
--- /tmp/cirrus-ci-build/src/test/regress/expected/jsonb.out	2024-12-24 07:24:33.905849886 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/jsonb.out	2024-12-24 07:33:11.135683375 +0000
@@ -4934,8 +4934,8 @@
 HINT:  Try using the function jsonb_set to replace key value.
 -- jsonb subscript
 select ('123'::jsonb)['a'];
- jsonb 
--------
+ a 
+---
  
 (1 row)
 
@@ -4952,8 +4952,8 @@
 (1 row)
 
 select ('{"a": 1}'::jsonb)['a'];
- jsonb 
--------
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonb.out /tmp/cirrus-ci-build/src/test/regress/results/jsonb.ou...
--- /tmp/cirrus-ci-build/src/test/regress/expected/jsonb.out	2024-12-24 07:24:33.905849886 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/jsonb.out	2024-12-24 07:29:15.226774157 +0000
@@ -4934,8 +4934,8 @@
 HINT:  Try using the function jsonb_set to replace key value.
 -- jsonb subscript
 select ('123'::jsonb)['a'];
- jsonb 
--------
+ a 
+---
  
 (1 row)
 
@@ -4952,8 +4952,8 @@
 (1 row)
 
 select ('{"a": 1}'::jsonb)['a'];
- jsonb 
--------
...
tap
[07:31:28.517](122.540s) not ok 5 - regression tests pass
tap
[07:33:23.779](60.980s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/hstore/expected/hstore.out /tmp/cirrus-ci-build/build/testrun/hstore/regress/resul...
--- /tmp/cirrus-ci-build/contrib/hstore/expected/hstore.out	2024-12-24 07:24:32.053727994 +0000
+++ /tmp/cirrus-ci-build/build/testrun/hstore/regress/results/hstore.out	2024-12-24 07:29:32.739505344 +0000
@@ -1597,7 +1597,7 @@
 -- Test subscripting
 insert into test_json_agg default values;
 select f2['d'], f2['x'] is null as x_isnull from test_json_agg;
-   f2   | x_isnull 
+   d    | x_isnull 
 --------+----------
  12345  | t
  -12345 | t
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonb.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_u...
--- /tmp/cirrus-ci-build/src/test/regress/expected/jsonb.out	2024-12-24 07:24:33.937838051 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/jsonb.out	2024-12-24 07:29:08.731541223 +0...
@@ -4934,8 +4934,8 @@
 HINT:  Try using the function jsonb_set to replace key value.
 -- jsonb subscript
 select ('123'::jsonb)['a'];
- jsonb 
--------
+ a 
+---
  
 (1 row)
 
@@ -4952,8 +4952,8 @@
 (1 row)
 
 select ('{"a": 1}'::jsonb)['a'];
- jsonb 
--------
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonb.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream...
--- /tmp/cirrus-ci-build/src/test/regress/expected/jsonb.out	2024-12-24 07:24:33.937838051 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/jsonb.out	2024-12-24 07:29:49.099463646 ...
@@ -4934,8 +4934,8 @@
 HINT:  Try using the function jsonb_set to replace key value.
 -- jsonb subscript
 select ('123'::jsonb)['a'];
- jsonb 
--------
+ a 
+---
  
 (1 row)
 
@@ -4952,8 +4952,8 @@
 (1 row)
 
 select ('{"a": 1}'::jsonb)['a'];
- jsonb 
--------
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonb.out /tmp/cirrus-ci-build/build/testrun/regress/regress/res...
--- /tmp/cirrus-ci-build/src/test/regress/expected/jsonb.out	2024-12-24 07:24:33.937838051 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/jsonb.out	2024-12-24 07:29:01.035544555 +0000
@@ -4934,8 +4934,8 @@
 HINT:  Try using the function jsonb_set to replace key value.
 -- jsonb subscript
 select ('123'::jsonb)['a'];
- jsonb 
--------
+ a 
+---
  
 (1 row)
 
@@ -4952,8 +4952,8 @@
 (1 row)
 
 select ('{"a": 1}'::jsonb)['a'];
- jsonb 
--------
...
tap
[07:29:26.698](80.378s) not ok 5 - regression tests pass
tap
[07:30:02.840](81.289s) not ok 2 - regression tests pass
test
[07:31:44.624]  43/315 postgresql:regress / regress/regress                                            ERROR            ...
[07:31:44.624]  72/315 postgresql:hstore / hstore/regress                                              ERROR            ...
[07:31:44.624] 140/315 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[07:31:44.624] 165/315 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
macOS - Sonoma - Meson
core
[07:32:34.733]   * frame #0: 0x0000000181320030 dyld`getfsstat64 + 8
[07:32:34.733]     frame #1: 0x00000001812dbb04 dyld`dyld4::FileManager::reloadFSInfos() const + 136
[07:32:34.733]     frame #2: 0x00000001812dbf54 dyld`dyld4::FileManager::uuidForFileSystem(unsigned long long) const + 2...
[07:32:34.733]     frame #3: 0x00000001812dc60c dyld`dyld4::FileRecord::FileRecord(dyld4::FileManager&, unsigned long lo...
[07:32:34.733]     frame #4: 0x00000001812f501c dyld`dyld4::recordFromInfo(lsl::Allocator&, dyld4::FileManager&, dyld4::...
[07:32:34.733]     frame #5: 0x00000001812f5f60 dyld`dyld4::ExternallyViewableState::setSharedCacheInfo(lsl::Allocator&,...
[07:32:34.733]     frame #6: 0x00000001812b6e54 dyld`start + 1708
regress
diff -U3 /Users/admin/pgsql/contrib/hstore/expected/hstore.out /Users/admin/pgsql/build/testrun/hstore/regress/results/h...
--- /Users/admin/pgsql/contrib/hstore/expected/hstore.out	2024-12-24 07:24:10
+++ /Users/admin/pgsql/build/testrun/hstore/regress/results/hstore.out	2024-12-24 07:27:06
@@ -1597,7 +1597,7 @@
 -- Test subscripting
 insert into test_json_agg default values;
 select f2['d'], f2['x'] is null as x_isnull from test_json_agg;
-   f2   | x_isnull 
+   d    | x_isnull 
 --------+----------
  12345  | t
  -12345 | t
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/jsonb.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgra...
--- /Users/admin/pgsql/src/test/regress/expected/jsonb.out	2024-12-24 07:24:12
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/jsonb.out	2024-12-24 07:25:58
@@ -4934,8 +4934,8 @@
 HINT:  Try using the function jsonb_set to replace key value.
 -- jsonb subscript
 select ('123'::jsonb)['a'];
- jsonb 
--------
+ a 
+---
  
 (1 row)
 
@@ -4952,8 +4952,8 @@
 (1 row)
 
 select ('{"a": 1}'::jsonb)['a'];
- jsonb 
--------
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/jsonb.out /Users/admin/pgsql/build/testrun/recovery/027_stream_reg...
--- /Users/admin/pgsql/src/test/regress/expected/jsonb.out	2024-12-24 07:24:12
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/jsonb.out	2024-12-24 07:27:02
@@ -4934,8 +4934,8 @@
 HINT:  Try using the function jsonb_set to replace key value.
 -- jsonb subscript
 select ('123'::jsonb)['a'];
- jsonb 
--------
+ a 
+---
  
 (1 row)
 
@@ -4952,8 +4952,8 @@
 (1 row)
 
 select ('{"a": 1}'::jsonb)['a'];
- jsonb 
--------
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/jsonb.out /Users/admin/pgsql/build/testrun/regress/regress/results...
--- /Users/admin/pgsql/src/test/regress/expected/jsonb.out	2024-12-24 07:24:12
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/jsonb.out	2024-12-24 07:26:01
@@ -4934,8 +4934,8 @@
 HINT:  Try using the function jsonb_set to replace key value.
 -- jsonb subscript
 select ('123'::jsonb)['a'];
- jsonb 
--------
+ a 
+---
  
 (1 row)
 
@@ -4952,8 +4952,8 @@
 (1 row)
 
 select ('{"a": 1}'::jsonb)['a'];
- jsonb 
--------
...
tap
[07:26:09.467](44.196s) not ok 5 - regression tests pass
tap
[07:27:15.428](69.261s) not ok 2 - regression tests pass
test
[07:29:10.575]  29/315 postgresql:regress / regress/regress                                            ERROR            ...
[07:29:10.575]  46/315 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[07:29:10.575]  72/315 postgresql:hstore / hstore/regress                                              ERROR            ...
[07:29:10.575] 141/315 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/contrib/hstore/expected/hstore.out C:/cirrus/build/testrun/hstore/regress/results...
--- C:/cirrus/contrib/hstore/expected/hstore.out	2024-12-24 07:24:32.456402100 +0000
+++ C:/cirrus/build/testrun/hstore/regress/results/hstore.out	2024-12-24 07:30:31.197262300 +0000
@@ -1597,7 +1597,7 @@
 -- Test subscripting
 insert into test_json_agg default values;
 select f2['d'], f2['x'] is null as x_isnull from test_json_agg;
-   f2   | x_isnull 
+   d    | x_isnull 
 --------+----------
  12345  | t
  -12345 | t
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/jsonb.out C:/cirrus/build/testrun/pg_upgrade/002_pg_upg...
--- C:/cirrus/src/test/regress/expected/jsonb.out	2024-12-24 07:24:36.640422900 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/jsonb.out	2024-12-24 07:28:04.375925500 +0000
@@ -4934,8 +4934,8 @@
 HINT:  Try using the function jsonb_set to replace key value.
 -- jsonb subscript
 select ('123'::jsonb)['a'];
- jsonb 
--------
+ a 
+---
  
 (1 row)
 
@@ -4952,8 +4952,8 @@
 (1 row)
 
 select ('{"a": 1}'::jsonb)['a'];
- jsonb 
--------
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/jsonb.out C:/cirrus/build/testrun/recovery/027_stream_r...
--- C:/cirrus/src/test/regress/expected/jsonb.out	2024-12-24 07:24:36.640422900 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/jsonb.out	2024-12-24 07:30:24.009757000 +0000
@@ -4934,8 +4934,8 @@
 HINT:  Try using the function jsonb_set to replace key value.
 -- jsonb subscript
 select ('123'::jsonb)['a'];
- jsonb 
--------
+ a 
+---
  
 (1 row)
 
@@ -4952,8 +4952,8 @@
 (1 row)
 
 select ('{"a": 1}'::jsonb)['a'];
- jsonb 
--------
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/jsonb.out C:/cirrus/build/testrun/regress/regress/resul...
--- C:/cirrus/src/test/regress/expected/jsonb.out	2024-12-24 07:24:36.640422900 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/jsonb.out	2024-12-24 07:27:55.078067100 +0000
@@ -4934,8 +4934,8 @@
 HINT:  Try using the function jsonb_set to replace key value.
 -- jsonb subscript
 select ('123'::jsonb)['a'];
- jsonb 
--------
+ a 
+---
  
 (1 row)
 
@@ -4952,8 +4952,8 @@
 (1 row)
 
 select ('{"a": 1}'::jsonb)['a'];
- jsonb 
--------
...
tap
[07:28:29.104](116.762s) not ok 5 - regression tests pass
tap
[07:30:50.502](127.063s) not ok 2 - regression tests pass
test
[07:37:27.486]  20/310 postgresql:regress / regress/regress                                            ERROR           1...
[07:37:27.486]  37/310 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[07:37:27.486]  66/310 postgresql:hstore / hstore/regress                                              ERROR            ...
[07:37:27.486] 102/310 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/4620 CRC32C Parallel Computation Optimization on ARM
CompilerWarnings
compiler
[07:10:49.022] pg_crc32c_sse42.c:29:18: error: unused variable 'orig_crc' [-Werror,-Wunused-variable]
compiler
[07:08:32.424] pg_crc32c_sse42.c:29:25: error: unused variable ‘orig_crc’ [-Werror=unused-variable]
Linux - Debian Bookworm - Meson
core
[07:21:53.461] #0  0xf7f30559 in __kernel_vsyscall ()
[07:21:53.461] #1  0xf686b407 in ?? () from /lib/i386-linux-gnu/libc.so.6
[07:21:53.461] #2  0xf681a111 in raise () from /lib/i386-linux-gnu/libc.so.6
[07:21:53.461] #3  0xf680326a in abort () from /lib/i386-linux-gnu/libc.so.6
[07:21:53.461] #4  0xf6a26d4a in __sanitizer::Abort () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_pos...
[07:21:53.461] #5  0xf6a35896 in __sanitizer::Die () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_termi...
[07:21:53.461] #6  0xf6a1358c in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=<optimized out>, Pointer=<optimize...
[07:21:53.461] #7  0xeaf35289 in DatumGetInt64 (X=<optimized out>) at ../src/include/postgres.h:390
[07:21:53.461] #8  drive_crc32c (fcinfo=0x59ec3518) at ../contrib/test_crc32c/test_crc32c.c:22
[07:21:53.461] #9  0x56d034b2 in ExecInterpExpr (state=0x59ec3058, econtext=0x59ec1cfc, isnull=0xffa9496f) at ../src/bac...
regress
diff -U3 /tmp/cirrus-ci-build/contrib/test_crc32c/expected/test_crc32c.out /tmp/cirrus-ci-build/build-32/testrun/test_cr...
--- /tmp/cirrus-ci-build/contrib/test_crc32c/expected/test_crc32c.out	2024-12-24 07:07:46.541145890 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/test_crc32c/regress/results/test_crc32c.out	2024-12-24 07:17:10.868461790 +000...
@@ -1,57 +1,6 @@
 CREATE EXTENSION test_crc32c;
 select drive_crc32c(1, i) from generate_series(100, 300, 4) i;
- drive_crc32c 
---------------
-    532139994
-   2103623867
-    785984197
-   2686825890
-   3213049059
-   3819630168
-   1389234603
-    534072900
-   2930108140
-   2496889855
-   1475239611
-    136366931
...
test
[07:19:34.787]  50/316 postgresql:test_crc32c / test_crc32c/regress                                    ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[07:09:16.350] test_crc32c.c.obj : error LNK2001: unresolved external symbol pg_comp_crc32c
51/5323 Support enabling checksums online
CompilerWarnings
compiler
[06:09:54.043] pgstat_backend.c:157:10: error: enumeration values 'B_DATACHECKSUMSWORKER_LAUNCHER' and 'B_DATACHECKSUMSW...
compiler
[06:08:19.826] pgstat_backend.c:157:10: error: enumeration values 'B_DATACHECKSUMSWORKER_LAUNCHER' and 'B_DATACHECKSUMSW...
compiler
[06:06:23.997] pgstat_backend.c:157:9: error: enumeration value ‘B_DATACHECKSUMSWORKER_LAUNCHER’ not handled in switch [...
compiler
[06:06:23.997] pgstat_backend.c:157:9: error: enumeration value ‘B_DATACHECKSUMSWORKER_WORKER’ not handled in switch [-W...
compiler
[06:04:53.826] pgstat_backend.c:157:9: error: enumeration value ‘B_DATACHECKSUMSWORKER_LAUNCHER’ not handled in switch [...
compiler
[06:04:53.826] pgstat_backend.c:157:9: error: enumeration value ‘B_DATACHECKSUMSWORKER_WORKER’ not handled in switch [-W...
compiler
[06:12:12.217] datachecksumsworker.c:590:67: error: format ‘%d’ expects argument of type ‘int’, but argument 5 has type ...
FreeBSD - 13 - Meson
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
core
[06:33:17.124] #0  0x000000082c87c41a in thr_kill () from /lib/libc.so.7
[06:33:17.124] #1  0x000000082c7f5e64 in raise () from /lib/libc.so.7
[06:33:17.124] #2  0x000000082c8a66f9 in abort () from /lib/libc.so.7
[06:33:17.124] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:17.124] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:17.124] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:17.124] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:17.125] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821786898) at ../src/backe...
[06:33:17.125] #8  0x00000000007d5390 in main (argc=4, argv=0x821786898) at ../src/backend/main/main.c:230
[06:33:17.352] #0  0x000000082ae3141a in thr_kill () from /lib/libc.so.7
core
[06:33:15.938] #0  0x000000082bc6441a in thr_kill () from /lib/libc.so.7
[06:33:15.938] #1  0x000000082bbdde64 in raise () from /lib/libc.so.7
[06:33:15.938] #2  0x000000082bc8e6f9 in abort () from /lib/libc.so.7
[06:33:15.938] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:15.938] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:15.938] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:15.938] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:15.939] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820e5a980) at ../src/backe...
[06:33:15.939] #8  0x00000000007d5390 in main (argc=4, argv=0x820e5a980) at ../src/backend/main/main.c:230
[06:33:16.170] #0  0x000000082c2cc41a in thr_kill () from /lib/libc.so.7
core
[06:33:16.415] #0  0x000000082b5f241a in thr_kill () from /lib/libc.so.7
[06:33:16.415] #1  0x000000082b56be64 in raise () from /lib/libc.so.7
[06:33:16.415] #2  0x000000082b61c6f9 in abort () from /lib/libc.so.7
[06:33:16.415] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:16.415] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:16.415] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:16.415] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:16.415] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8212b2aa0) at ../src/backe...
[06:33:16.415] #8  0x00000000007d5390 in main (argc=4, argv=0x8212b2aa0) at ../src/backend/main/main.c:230
[06:33:16.644] #0  0x000000082b28d41a in thr_kill () from /lib/libc.so.7
core
[06:33:11.893] #0  0x000000082b9aa41a in thr_kill () from /lib/libc.so.7
[06:33:11.893] #1  0x000000082b923e64 in raise () from /lib/libc.so.7
[06:33:11.893] #2  0x000000082b9d46f9 in abort () from /lib/libc.so.7
[06:33:11.893] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:11.893] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:11.893] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:11.893] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:11.894] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820fa8468) at ../src/backe...
[06:33:11.894] #8  0x00000000007d5390 in main (argc=4, argv=0x820fa8468) at ../src/backend/main/main.c:230
[06:33:12.122] #0  0x000000082a71e41a in thr_kill () from /lib/libc.so.7
core
[06:33:11.657] #0  0x000000082ad2841a in thr_kill () from /lib/libc.so.7
[06:33:11.657] #1  0x000000082aca1e64 in raise () from /lib/libc.so.7
[06:33:11.657] #2  0x000000082ad526f9 in abort () from /lib/libc.so.7
[06:33:11.657] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:11.657] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:11.657] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:11.657] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:11.657] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82196ae70) at ../src/backe...
[06:33:11.657] #8  0x00000000007d5390 in main (argc=4, argv=0x82196ae70) at ../src/backend/main/main.c:230
[06:33:11.884] #0  0x000000082b9aa41a in thr_kill () from /lib/libc.so.7
core
[06:33:16.889] #0  0x000000082b38e41a in thr_kill () from /lib/libc.so.7
[06:33:16.889] #1  0x000000082b307e64 in raise () from /lib/libc.so.7
[06:33:16.889] #2  0x000000082b3b86f9 in abort () from /lib/libc.so.7
[06:33:16.889] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:16.889] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:16.889] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:16.889] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:16.889] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8212c3778) at ../src/backe...
[06:33:16.889] #8  0x00000000007d5390 in main (argc=4, argv=0x8212c3778) at ../src/backend/main/main.c:230
[06:33:17.116] #0  0x000000082c87c41a in thr_kill () from /lib/libc.so.7
core
[06:33:13.786] #0  0x000000082bfc741a in thr_kill () from /lib/libc.so.7
[06:33:13.786] #1  0x000000082bf40e64 in raise () from /lib/libc.so.7
[06:33:13.786] #2  0x000000082bff16f9 in abort () from /lib/libc.so.7
[06:33:13.786] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:13.786] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:13.786] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:13.786] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:13.786] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821b253c0) at ../src/backe...
[06:33:13.786] #8  0x00000000007d5390 in main (argc=4, argv=0x821b253c0) at ../src/backend/main/main.c:230
[06:33:14.012] #0  0x000000082d78a41a in thr_kill () from /lib/libc.so.7
core
[06:33:13.550] #0  0x000000082e2db41a in thr_kill () from /lib/libc.so.7
[06:33:13.550] #1  0x000000082e254e64 in raise () from /lib/libc.so.7
[06:33:13.550] #2  0x000000082e3056f9 in abort () from /lib/libc.so.7
[06:33:13.550] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:13.550] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:13.550] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:13.550] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:13.550] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8213d9488) at ../src/backe...
[06:33:13.550] #8  0x00000000007d5390 in main (argc=4, argv=0x8213d9488) at ../src/backend/main/main.c:230
[06:33:13.777] #0  0x000000082bfc741a in thr_kill () from /lib/libc.so.7
core
[06:33:45.473] #0  0x000000082af7b41a in thr_kill () from /lib/libc.so.7
[06:33:45.473] #1  0x000000082aef4e64 in raise () from /lib/libc.so.7
[06:33:45.473] #2  0x000000082afa56f9 in abort () from /lib/libc.so.7
[06:33:45.473] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:45.473] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:45.473] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:45.473] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:45.473] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8216ec0a0) at ../src/backe...
[06:33:45.473] #8  0x00000000007d5390 in main (argc=4, argv=0x8216ec0a0) at ../src/backend/main/main.c:230
[06:33:45.700] #0  0x000000082bac941a in thr_kill () from /lib/libc.so.7
core
[06:33:45.243] #0  0x000000082b35341a in thr_kill () from /lib/libc.so.7
[06:33:45.243] #1  0x000000082b2cce64 in raise () from /lib/libc.so.7
[06:33:45.243] #2  0x000000082b37d6f9 in abort () from /lib/libc.so.7
[06:33:45.243] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:45.243] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:45.243] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:45.243] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:45.244] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82164d9a8) at ../src/backe...
[06:33:45.244] #8  0x00000000007d5390 in main (argc=4, argv=0x82164d9a8) at ../src/backend/main/main.c:230
[06:33:45.465] #0  0x000000082af7b41a in thr_kill () from /lib/libc.so.7
core
[06:33:45.020] #0  0x0000000829ecf41a in thr_kill () from /lib/libc.so.7
[06:33:45.020] #1  0x0000000829e48e64 in raise () from /lib/libc.so.7
[06:33:45.020] #2  0x0000000829ef96f9 in abort () from /lib/libc.so.7
[06:33:45.020] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:45.020] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:45.020] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:45.020] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:45.020] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82168fcb0) at ../src/backe...
[06:33:45.020] #8  0x00000000007d5390 in main (argc=4, argv=0x82168fcb0) at ../src/backend/main/main.c:230
[06:33:45.236] #0  0x000000082b35341a in thr_kill () from /lib/libc.so.7
core
[06:33:44.799] #0  0x00000008296a941a in thr_kill () from /lib/libc.so.7
[06:33:44.799] #1  0x0000000829622e64 in raise () from /lib/libc.so.7
[06:33:44.799] #2  0x00000008296d36f9 in abort () from /lib/libc.so.7
[06:33:44.799] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:44.799] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:44.799] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:44.799] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:44.799] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821760ce8) at ../src/backe...
[06:33:44.799] #8  0x00000000007d5390 in main (argc=4, argv=0x821760ce8) at ../src/backend/main/main.c:230
[06:33:45.013] #0  0x0000000829ecf41a in thr_kill () from /lib/libc.so.7
core
[06:33:36.092] #0  0x000000082951441a in thr_kill () from /lib/libc.so.7
[06:33:36.092] #1  0x000000082948de64 in raise () from /lib/libc.so.7
[06:33:36.092] #2  0x000000082953e6f9 in abort () from /lib/libc.so.7
[06:33:36.092] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:36.092] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:36.092] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:36.092] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:36.093] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8211d28b8) at ../src/backe...
[06:33:36.093] #8  0x00000000007d5390 in main (argc=8, argv=0x8211d28b8) at ../src/backend/main/main.c:230
[06:33:36.317] #0  0x000000082bbed41a in thr_kill () from /lib/libc.so.7
core
[06:33:44.575] #0  0x000000082c4d141a in thr_kill () from /lib/libc.so.7
[06:33:44.575] #1  0x000000082c44ae64 in raise () from /lib/libc.so.7
[06:33:44.575] #2  0x000000082c4fb6f9 in abort () from /lib/libc.so.7
[06:33:44.575] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:44.575] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:44.575] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:44.575] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:44.575] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821493448) at ../src/backe...
[06:33:44.575] #8  0x00000000007d5390 in main (argc=4, argv=0x821493448) at ../src/backend/main/main.c:230
[06:33:44.791] #0  0x00000008296a941a in thr_kill () from /lib/libc.so.7
core
[06:33:36.326] #0  0x000000082bbed41a in thr_kill () from /lib/libc.so.7
[06:33:36.326] #1  0x000000082bb66e64 in raise () from /lib/libc.so.7
[06:33:36.326] #2  0x000000082bc176f9 in abort () from /lib/libc.so.7
[06:33:36.326] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:36.326] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:36.326] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:36.326] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:36.326] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821114780) at ../src/backe...
[06:33:36.326] #8  0x00000000007d5390 in main (argc=8, argv=0x821114780) at ../src/backend/main/main.c:230
[06:33:36.552] #0  0x000000082d68541a in thr_kill () from /lib/libc.so.7
core
[06:33:36.560] #0  0x000000082d68541a in thr_kill () from /lib/libc.so.7
[06:33:36.560] #1  0x000000082d5fee64 in raise () from /lib/libc.so.7
[06:33:36.560] #2  0x000000082d6af6f9 in abort () from /lib/libc.so.7
[06:33:36.560] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:36.560] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:36.560] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:36.560] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:36.560] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8214e9118) at ../src/backe...
[06:33:36.560] #8  0x00000000007d5390 in main (argc=8, argv=0x8214e9118) at ../src/backend/main/main.c:230
[06:33:36.787] #0  0x000000082b0bf41a in thr_kill () from /lib/libc.so.7
core
[06:33:40.338] #0  0x000000082d07141a in thr_kill () from /lib/libc.so.7
[06:33:40.338] #1  0x000000082cfeae64 in raise () from /lib/libc.so.7
[06:33:40.338] #2  0x000000082d09b6f9 in abort () from /lib/libc.so.7
[06:33:40.338] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:40.338] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:40.338] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:40.338] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:40.338] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820f6fa30) at ../src/backe...
[06:33:40.338] #8  0x00000000007d5390 in main (argc=8, argv=0x820f6fa30) at ../src/backend/main/main.c:230
[06:33:40.570] #0  0x000000082a92a41a in thr_kill () from /lib/libc.so.7
core
[06:33:36.795] #0  0x000000082b0bf41a in thr_kill () from /lib/libc.so.7
[06:33:36.795] #1  0x000000082b038e64 in raise () from /lib/libc.so.7
[06:33:36.795] #2  0x000000082b0e96f9 in abort () from /lib/libc.so.7
[06:33:36.795] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:36.795] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:36.795] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:36.795] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:36.795] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821547a08) at ../src/backe...
[06:33:36.795] #8  0x00000000007d5390 in main (argc=8, argv=0x821547a08) at ../src/backend/main/main.c:230
[06:33:37.024] #0  0x000000082cace41a in thr_kill () from /lib/libc.so.7
core
[06:33:44.346] #0  0x000000082d4b641a in thr_kill () from /lib/libc.so.7
[06:33:44.346] #1  0x000000082d42fe64 in raise () from /lib/libc.so.7
[06:33:44.346] #2  0x000000082d4e06f9 in abort () from /lib/libc.so.7
[06:33:44.346] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:44.346] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:44.346] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:44.346] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:44.346] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820e6b120) at ../src/backe...
[06:33:44.346] #8  0x00000000007d5390 in main (argc=4, argv=0x820e6b120) at ../src/backend/main/main.c:230
[06:33:44.566] #0  0x000000082c4d141a in thr_kill () from /lib/libc.so.7
core
[06:33:38.448] #0  0x000000082b41d41a in thr_kill () from /lib/libc.so.7
[06:33:38.448] #1  0x000000082b396e64 in raise () from /lib/libc.so.7
[06:33:38.448] #2  0x000000082b4476f9 in abort () from /lib/libc.so.7
[06:33:38.448] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:38.448] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:38.448] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:38.448] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:38.448] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820df1cf8) at ../src/backe...
[06:33:38.448] #8  0x00000000007d5390 in main (argc=8, argv=0x820df1cf8) at ../src/backend/main/main.c:230
[06:33:38.675] #0  0x000000082bf5441a in thr_kill () from /lib/libc.so.7
core
[06:33:42.481] #0  0x000000082aa6541a in thr_kill () from /lib/libc.so.7
[06:33:42.481] #1  0x000000082a9dee64 in raise () from /lib/libc.so.7
[06:33:42.481] #2  0x000000082aa8f6f9 in abort () from /lib/libc.so.7
[06:33:42.481] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:42.481] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:42.481] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:42.481] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:42.481] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821b7a658) at ../src/backe...
[06:33:42.481] #8  0x00000000007d5390 in main (argc=4, argv=0x821b7a658) at ../src/backend/main/main.c:230
[06:33:42.707] #0  0x000000082b21f41a in thr_kill () from /lib/libc.so.7
core
[06:33:42.242] #0  0x0000000829fa741a in thr_kill () from /lib/libc.so.7
[06:33:42.242] #1  0x0000000829f20e64 in raise () from /lib/libc.so.7
[06:33:42.242] #2  0x0000000829fd16f9 in abort () from /lib/libc.so.7
[06:33:42.242] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:42.242] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:42.242] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:42.242] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:42.242] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821396148) at ../src/backe...
[06:33:42.242] #8  0x00000000007d5390 in main (argc=4, argv=0x821396148) at ../src/backend/main/main.c:230
[06:33:42.472] #0  0x000000082aa6541a in thr_kill () from /lib/libc.so.7
core
[06:33:42.003] #0  0x00000008298cc41a in thr_kill () from /lib/libc.so.7
[06:33:42.003] #1  0x0000000829845e64 in raise () from /lib/libc.so.7
[06:33:42.003] #2  0x00000008298f66f9 in abort () from /lib/libc.so.7
[06:33:42.003] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:42.003] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:42.003] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:42.003] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:42.003] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821a6e068) at ../src/backe...
[06:33:42.003] #8  0x00000000007d5390 in main (argc=4, argv=0x821a6e068) at ../src/backend/main/main.c:230
[06:33:42.233] #0  0x0000000829fa741a in thr_kill () from /lib/libc.so.7
core
[06:33:14.255] #0  0x000000082be9141a in thr_kill () from /lib/libc.so.7
[06:33:14.255] #1  0x000000082be0ae64 in raise () from /lib/libc.so.7
[06:33:14.255] #2  0x000000082bebb6f9 in abort () from /lib/libc.so.7
[06:33:14.255] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:14.255] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:14.255] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:14.255] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:14.255] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8211a3858) at ../src/backe...
[06:33:14.255] #8  0x00000000007d5390 in main (argc=4, argv=0x8211a3858) at ../src/backend/main/main.c:230
[06:33:14.478] #0  0x000000082a11a41a in thr_kill () from /lib/libc.so.7
core
[06:33:41.767] #0  0x000000082a9f841a in thr_kill () from /lib/libc.so.7
[06:33:41.767] #1  0x000000082a971e64 in raise () from /lib/libc.so.7
[06:33:41.767] #2  0x000000082aa226f9 in abort () from /lib/libc.so.7
[06:33:41.767] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:41.767] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:41.767] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:41.767] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:41.767] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82189cb78) at ../src/backe...
[06:33:41.767] #8  0x00000000007d5390 in main (argc=4, argv=0x82189cb78) at ../src/backend/main/main.c:230
[06:33:41.994] #0  0x00000008298cc41a in thr_kill () from /lib/libc.so.7
core
[06:33:14.487] #0  0x000000082a11a41a in thr_kill () from /lib/libc.so.7
[06:33:14.487] #1  0x000000082a093e64 in raise () from /lib/libc.so.7
[06:33:14.487] #2  0x000000082a1446f9 in abort () from /lib/libc.so.7
[06:33:14.487] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:14.487] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:14.487] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:14.487] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:14.487] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8219d8e98) at ../src/backe...
[06:33:14.487] #8  0x00000000007d5390 in main (argc=4, argv=0x8219d8e98) at ../src/backend/main/main.c:230
[06:33:14.712] #0  0x000000082a67f41a in thr_kill () from /lib/libc.so.7
core
[06:33:41.529] #0  0x000000082d0a941a in thr_kill () from /lib/libc.so.7
[06:33:41.529] #1  0x000000082d022e64 in raise () from /lib/libc.so.7
[06:33:41.529] #2  0x000000082d0d36f9 in abort () from /lib/libc.so.7
[06:33:41.529] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:41.529] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:41.529] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:41.529] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:41.529] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82189c8c0) at ../src/backe...
[06:33:41.529] #8  0x00000000007d5390 in main (argc=4, argv=0x82189c8c0) at ../src/backend/main/main.c:230
[06:33:41.758] #0  0x000000082a9f841a in thr_kill () from /lib/libc.so.7
core
[06:33:14.721] #0  0x000000082a67f41a in thr_kill () from /lib/libc.so.7
[06:33:14.721] #1  0x000000082a5f8e64 in raise () from /lib/libc.so.7
[06:33:14.721] #2  0x000000082a6a96f9 in abort () from /lib/libc.so.7
[06:33:14.721] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:14.721] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:14.721] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:14.721] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:14.722] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820c98e00) at ../src/backe...
[06:33:14.722] #8  0x00000000007d5390 in main (argc=4, argv=0x820c98e00) at ../src/backend/main/main.c:230
[06:33:14.947] #0  0x000000082af5e41a in thr_kill () from /lib/libc.so.7
core
[06:33:14.956] #0  0x000000082af5e41a in thr_kill () from /lib/libc.so.7
[06:33:14.956] #1  0x000000082aed7e64 in raise () from /lib/libc.so.7
[06:33:14.956] #2  0x000000082af886f9 in abort () from /lib/libc.so.7
[06:33:14.956] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:14.956] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:14.956] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:14.956] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:14.956] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8215d6910) at ../src/backe...
[06:33:14.956] #8  0x00000000007d5390 in main (argc=4, argv=0x8215d6910) at ../src/backend/main/main.c:230
[06:33:15.185] #0  0x000000082b78341a in thr_kill () from /lib/libc.so.7
core
[06:33:41.288] #0  0x000000082b85841a in thr_kill () from /lib/libc.so.7
[06:33:41.288] #1  0x000000082b7d1e64 in raise () from /lib/libc.so.7
[06:33:41.288] #2  0x000000082b8826f9 in abort () from /lib/libc.so.7
[06:33:41.288] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:41.288] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:41.288] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:41.288] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:41.288] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8216a4a30) at ../src/backe...
[06:33:41.288] #8  0x00000000007d5390 in main (argc=4, argv=0x8216a4a30) at ../src/backend/main/main.c:230
[06:33:41.520] #0  0x000000082d0a941a in thr_kill () from /lib/libc.so.7
core
[06:33:14.021] #0  0x000000082d78a41a in thr_kill () from /lib/libc.so.7
[06:33:14.021] #1  0x000000082d703e64 in raise () from /lib/libc.so.7
[06:33:14.021] #2  0x000000082d7b46f9 in abort () from /lib/libc.so.7
[06:33:14.021] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:14.021] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:14.021] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:14.021] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:14.021] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8217a26b0) at ../src/backe...
[06:33:14.021] #8  0x00000000007d5390 in main (argc=4, argv=0x8217a26b0) at ../src/backend/main/main.c:230
[06:33:14.246] #0  0x000000082be9141a in thr_kill () from /lib/libc.so.7
core
[06:33:41.049] #0  0x000000082ce2441a in thr_kill () from /lib/libc.so.7
[06:33:41.049] #1  0x000000082cd9de64 in raise () from /lib/libc.so.7
[06:33:41.049] #2  0x000000082ce4e6f9 in abort () from /lib/libc.so.7
[06:33:41.049] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:41.049] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:41.049] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:41.049] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:41.049] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8210eda80) at ../src/backe...
[06:33:41.049] #8  0x00000000007d5390 in main (argc=4, argv=0x8210eda80) at ../src/backend/main/main.c:230
[06:33:41.279] #0  0x000000082b85841a in thr_kill () from /lib/libc.so.7
core
[06:33:40.815] #0  0x000000082deaa41a in thr_kill () from /lib/libc.so.7
[06:33:40.815] #1  0x000000082de23e64 in raise () from /lib/libc.so.7
[06:33:40.815] #2  0x000000082ded46f9 in abort () from /lib/libc.so.7
[06:33:40.815] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:40.815] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:40.815] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:40.815] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:40.815] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8213fbba0) at ../src/backe...
[06:33:40.815] #8  0x00000000007d5390 in main (argc=8, argv=0x8213fbba0) at ../src/backend/main/main.c:230
[06:33:41.041] #0  0x000000082ce2441a in thr_kill () from /lib/libc.so.7
core
[06:33:40.579] #0  0x000000082a92a41a in thr_kill () from /lib/libc.so.7
[06:33:40.579] #1  0x000000082a8a3e64 in raise () from /lib/libc.so.7
[06:33:40.579] #2  0x000000082a9546f9 in abort () from /lib/libc.so.7
[06:33:40.579] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:40.579] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:40.579] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:40.579] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:40.579] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820f7da60) at ../src/backe...
[06:33:40.579] #8  0x00000000007d5390 in main (argc=8, argv=0x820f7da60) at ../src/backend/main/main.c:230
[06:33:40.806] #0  0x000000082deaa41a in thr_kill () from /lib/libc.so.7
core
[06:33:45.708] #0  0x000000082bac941a in thr_kill () from /lib/libc.so.7
[06:33:45.708] #1  0x000000082ba42e64 in raise () from /lib/libc.so.7
[06:33:45.708] #2  0x000000082baf36f9 in abort () from /lib/libc.so.7
[06:33:45.708] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:45.708] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:45.708] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:45.708] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:45.708] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820c3f308) at ../src/backe...
[06:33:45.708] #8  0x00000000007d5390 in main (argc=4, argv=0x820c3f308) at ../src/backend/main/main.c:230
[06:33:45.934] #0  0x00000008293a641a in thr_kill () from /lib/libc.so.7
core
[06:33:38.920] #0  0x000000082aaa241a in thr_kill () from /lib/libc.so.7
[06:33:38.920] #1  0x000000082aa1be64 in raise () from /lib/libc.so.7
[06:33:38.920] #2  0x000000082aacc6f9 in abort () from /lib/libc.so.7
[06:33:38.920] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:38.920] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:38.920] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:38.920] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:38.920] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820f2f7d8) at ../src/backe...
[06:33:38.920] #8  0x00000000007d5390 in main (argc=8, argv=0x820f2f7d8) at ../src/backend/main/main.c:230
[06:33:39.146] #0  0x000000082e5b141a in thr_kill () from /lib/libc.so.7
core
[06:33:37.501] #0  0x000000082c68941a in thr_kill () from /lib/libc.so.7
[06:33:37.501] #1  0x000000082c602e64 in raise () from /lib/libc.so.7
[06:33:37.501] #2  0x000000082c6b36f9 in abort () from /lib/libc.so.7
[06:33:37.501] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:37.501] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:37.501] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:37.501] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:37.501] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821b6b9a8) at ../src/backe...
[06:33:37.501] #8  0x00000000007d5390 in main (argc=8, argv=0x821b6b9a8) at ../src/backend/main/main.c:230
[06:33:37.731] #0  0x000000082c1b241a in thr_kill () from /lib/libc.so.7
core
[06:33:43.419] #0  0x000000082aec841a in thr_kill () from /lib/libc.so.7
[06:33:43.419] #1  0x000000082ae41e64 in raise () from /lib/libc.so.7
[06:33:43.419] #2  0x000000082aef26f9 in abort () from /lib/libc.so.7
[06:33:43.419] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:43.419] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:43.419] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:43.419] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:43.419] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8217ec940) at ../src/backe...
[06:33:43.419] #8  0x00000000007d5390 in main (argc=4, argv=0x8217ec940) at ../src/backend/main/main.c:230
[06:33:43.645] #0  0x000000082a0a041a in thr_kill () from /lib/libc.so.7
core
[06:33:37.740] #0  0x000000082c1b241a in thr_kill () from /lib/libc.so.7
[06:33:37.740] #1  0x000000082c12be64 in raise () from /lib/libc.so.7
[06:33:37.740] #2  0x000000082c1dc6f9 in abort () from /lib/libc.so.7
[06:33:37.740] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:37.740] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:37.740] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:37.740] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:37.740] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821914308) at ../src/backe...
[06:33:37.740] #8  0x00000000007d5390 in main (argc=8, argv=0x821914308) at ../src/backend/main/main.c:230
[06:33:37.965] #0  0x000000082d40441a in thr_kill () from /lib/libc.so.7
core
[06:33:43.185] #0  0x000000082e70c41a in thr_kill () from /lib/libc.so.7
[06:33:43.185] #1  0x000000082e685e64 in raise () from /lib/libc.so.7
[06:33:43.185] #2  0x000000082e7366f9 in abort () from /lib/libc.so.7
[06:33:43.185] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:43.185] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:43.185] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:43.185] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:43.185] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821ae0228) at ../src/backe...
[06:33:43.185] #8  0x00000000007d5390 in main (argc=4, argv=0x821ae0228) at ../src/backend/main/main.c:230
[06:33:43.410] #0  0x000000082aec841a in thr_kill () from /lib/libc.so.7
core
[06:33:37.974] #0  0x000000082d40441a in thr_kill () from /lib/libc.so.7
[06:33:37.974] #1  0x000000082d37de64 in raise () from /lib/libc.so.7
[06:33:37.974] #2  0x000000082d42e6f9 in abort () from /lib/libc.so.7
[06:33:37.974] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:37.974] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:37.974] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:37.974] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:37.974] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x82173a8a0) at ../src/backe...
[06:33:37.974] #8  0x00000000007d5390 in main (argc=8, argv=0x82173a8a0) at ../src/backend/main/main.c:230
[06:33:38.203] #0  0x000000082d47941a in thr_kill () from /lib/libc.so.7
core
[06:33:42.716] #0  0x000000082b21f41a in thr_kill () from /lib/libc.so.7
[06:33:42.716] #1  0x000000082b198e64 in raise () from /lib/libc.so.7
[06:33:42.716] #2  0x000000082b2496f9 in abort () from /lib/libc.so.7
[06:33:42.716] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:42.716] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:42.716] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:42.716] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:42.716] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8214392d0) at ../src/backe...
[06:33:42.716] #8  0x00000000007d5390 in main (argc=4, argv=0x8214392d0) at ../src/backend/main/main.c:230
[06:33:42.941] #0  0x000000082b76441a in thr_kill () from /lib/libc.so.7
core
[06:33:38.211] #0  0x000000082d47941a in thr_kill () from /lib/libc.so.7
[06:33:38.211] #1  0x000000082d3f2e64 in raise () from /lib/libc.so.7
[06:33:38.211] #2  0x000000082d4a36f9 in abort () from /lib/libc.so.7
[06:33:38.211] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:38.211] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:38.211] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:38.211] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:38.211] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8219429f8) at ../src/backe...
[06:33:38.211] #8  0x00000000007d5390 in main (argc=8, argv=0x8219429f8) at ../src/backend/main/main.c:230
[06:33:38.440] #0  0x000000082b41d41a in thr_kill () from /lib/libc.so.7
core
[06:33:42.950] #0  0x000000082b76441a in thr_kill () from /lib/libc.so.7
[06:33:42.950] #1  0x000000082b6dde64 in raise () from /lib/libc.so.7
[06:33:42.950] #2  0x000000082b78e6f9 in abort () from /lib/libc.so.7
[06:33:42.950] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:42.950] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:42.950] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:42.950] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:42.950] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821635278) at ../src/backe...
[06:33:42.950] #8  0x00000000007d5390 in main (argc=4, argv=0x821635278) at ../src/backend/main/main.c:230
[06:33:43.176] #0  0x000000082e70c41a in thr_kill () from /lib/libc.so.7
core
[06:33:38.683] #0  0x000000082bf5441a in thr_kill () from /lib/libc.so.7
[06:33:38.683] #1  0x000000082becde64 in raise () from /lib/libc.so.7
[06:33:38.683] #2  0x000000082bf7e6f9 in abort () from /lib/libc.so.7
[06:33:38.683] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:38.683] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:38.683] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:38.683] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:38.683] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8218852b0) at ../src/backe...
[06:33:38.683] #8  0x00000000007d5390 in main (argc=8, argv=0x8218852b0) at ../src/backend/main/main.c:230
[06:33:38.911] #0  0x000000082aaa241a in thr_kill () from /lib/libc.so.7
core
[06:33:37.033] #0  0x000000082cace41a in thr_kill () from /lib/libc.so.7
[06:33:37.033] #1  0x000000082ca47e64 in raise () from /lib/libc.so.7
[06:33:37.033] #2  0x000000082caf86f9 in abort () from /lib/libc.so.7
[06:33:37.033] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:37.033] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:37.033] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:37.033] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:37.033] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820ece6a8) at ../src/backe...
[06:33:37.033] #8  0x00000000007d5390 in main (argc=8, argv=0x820ece6a8) at ../src/backend/main/main.c:230
[06:33:37.259] #0  0x000000082b7cc41a in thr_kill () from /lib/libc.so.7
core
[06:33:44.119] #0  0x000000082d52a41a in thr_kill () from /lib/libc.so.7
[06:33:44.119] #1  0x000000082d4a3e64 in raise () from /lib/libc.so.7
[06:33:44.119] #2  0x000000082d5546f9 in abort () from /lib/libc.so.7
[06:33:44.119] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:44.119] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:44.119] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:44.119] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:44.119] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82107f058) at ../src/backe...
[06:33:44.119] #8  0x00000000007d5390 in main (argc=4, argv=0x82107f058) at ../src/backend/main/main.c:230
[06:33:44.338] #0  0x000000082d4b641a in thr_kill () from /lib/libc.so.7
core
[06:33:37.268] #0  0x000000082b7cc41a in thr_kill () from /lib/libc.so.7
[06:33:37.268] #1  0x000000082b745e64 in raise () from /lib/libc.so.7
[06:33:37.268] #2  0x000000082b7f66f9 in abort () from /lib/libc.so.7
[06:33:37.268] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:37.268] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:37.268] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:37.268] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:37.268] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821990f18) at ../src/backe...
[06:33:37.268] #8  0x00000000007d5390 in main (argc=8, argv=0x821990f18) at ../src/backend/main/main.c:230
[06:33:37.492] #0  0x000000082c68941a in thr_kill () from /lib/libc.so.7
core
[06:33:40.100] #0  0x000000082a9e041a in thr_kill () from /lib/libc.so.7
[06:33:40.100] #1  0x000000082a959e64 in raise () from /lib/libc.so.7
[06:33:40.100] #2  0x000000082aa0a6f9 in abort () from /lib/libc.so.7
[06:33:40.100] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:40.100] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:40.100] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:40.100] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:40.101] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8219d59f0) at ../src/backe...
[06:33:40.101] #8  0x00000000007d5390 in main (argc=8, argv=0x8219d59f0) at ../src/backend/main/main.c:230
[06:33:40.329] #0  0x000000082d07141a in thr_kill () from /lib/libc.so.7
core
[06:33:43.887] #0  0x000000082baf341a in thr_kill () from /lib/libc.so.7
[06:33:43.887] #1  0x000000082ba6ce64 in raise () from /lib/libc.so.7
[06:33:43.887] #2  0x000000082bb1d6f9 in abort () from /lib/libc.so.7
[06:33:43.887] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:43.887] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:43.887] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:43.887] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:43.887] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820c67548) at ../src/backe...
[06:33:43.887] #8  0x00000000007d5390 in main (argc=4, argv=0x820c67548) at ../src/backend/main/main.c:230
[06:33:44.111] #0  0x000000082d52a41a in thr_kill () from /lib/libc.so.7
core
[06:33:39.867] #0  0x000000082aad941a in thr_kill () from /lib/libc.so.7
[06:33:39.867] #1  0x000000082aa52e64 in raise () from /lib/libc.so.7
[06:33:39.867] #2  0x000000082ab036f9 in abort () from /lib/libc.so.7
[06:33:39.867] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:39.867] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:39.867] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:39.867] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:39.868] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x82111c7d0) at ../src/backe...
[06:33:39.868] #8  0x00000000007d5390 in main (argc=8, argv=0x82111c7d0) at ../src/backend/main/main.c:230
[06:33:40.092] #0  0x000000082a9e041a in thr_kill () from /lib/libc.so.7
core
[06:33:39.629] #0  0x000000082c20941a in thr_kill () from /lib/libc.so.7
[06:33:39.629] #1  0x000000082c182e64 in raise () from /lib/libc.so.7
[06:33:39.629] #2  0x000000082c2336f9 in abort () from /lib/libc.so.7
[06:33:39.629] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:39.629] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:39.629] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:39.629] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:39.629] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820d9a670) at ../src/backe...
[06:33:39.629] #8  0x00000000007d5390 in main (argc=8, argv=0x820d9a670) at ../src/backend/main/main.c:230
[06:33:39.859] #0  0x000000082aad941a in thr_kill () from /lib/libc.so.7
core
[06:33:39.391] #0  0x000000082baa941a in thr_kill () from /lib/libc.so.7
[06:33:39.391] #1  0x000000082ba22e64 in raise () from /lib/libc.so.7
[06:33:39.391] #2  0x000000082bad36f9 in abort () from /lib/libc.so.7
[06:33:39.391] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:39.391] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:39.391] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:39.391] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:39.391] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8215c4a88) at ../src/backe...
[06:33:39.391] #8  0x00000000007d5390 in main (argc=8, argv=0x8215c4a88) at ../src/backend/main/main.c:230
[06:33:39.621] #0  0x000000082c20941a in thr_kill () from /lib/libc.so.7
core
[06:33:39.154] #0  0x000000082e5b141a in thr_kill () from /lib/libc.so.7
[06:33:39.154] #1  0x000000082e52ae64 in raise () from /lib/libc.so.7
[06:33:39.154] #2  0x000000082e5db6f9 in abort () from /lib/libc.so.7
[06:33:39.154] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:39.154] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:39.154] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:39.154] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:39.154] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821ae6be0) at ../src/backe...
[06:33:39.154] #8  0x00000000007d5390 in main (argc=8, argv=0x821ae6be0) at ../src/backend/main/main.c:230
[06:33:39.383] #0  0x000000082baa941a in thr_kill () from /lib/libc.so.7
core
[06:33:43.654] #0  0x000000082a0a041a in thr_kill () from /lib/libc.so.7
[06:33:43.654] #1  0x000000082a019e64 in raise () from /lib/libc.so.7
[06:33:43.654] #2  0x000000082a0ca6f9 in abort () from /lib/libc.so.7
[06:33:43.654] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:43.654] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:43.654] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:43.654] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:43.654] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820d76a20) at ../src/backe...
[06:33:43.654] #8  0x00000000007d5390 in main (argc=4, argv=0x820d76a20) at ../src/backend/main/main.c:230
[06:33:43.878] #0  0x000000082baf341a in thr_kill () from /lib/libc.so.7
core
[06:33:02.158] #0  0x000000082d1f541a in thr_kill () from /lib/libc.so.7
[06:33:02.158] #1  0x000000082d16ee64 in raise () from /lib/libc.so.7
[06:33:02.158] #2  0x000000082d21f6f9 in abort () from /lib/libc.so.7
[06:33:02.158] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:02.158] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:02.158] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:02.158] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:02.158] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821900b08) at ../src/backe...
[06:33:02.158] #8  0x00000000007d5390 in main (argc=4, argv=0x821900b08) at ../src/backend/main/main.c:230
[06:33:02.390] #0  0x0000000829ddd41a in thr_kill () from /lib/libc.so.7
core
[06:33:02.399] #0  0x0000000829ddd41a in thr_kill () from /lib/libc.so.7
[06:33:02.399] #1  0x0000000829d56e64 in raise () from /lib/libc.so.7
[06:33:02.399] #2  0x0000000829e076f9 in abort () from /lib/libc.so.7
[06:33:02.399] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:02.399] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:02.399] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:02.399] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:02.399] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8216da980) at ../src/backe...
[06:33:02.399] #8  0x00000000007d5390 in main (argc=4, argv=0x8216da980) at ../src/backend/main/main.c:230
[06:33:02.631] #0  0x000000082bd4341a in thr_kill () from /lib/libc.so.7
core
[06:33:02.640] #0  0x000000082bd4341a in thr_kill () from /lib/libc.so.7
[06:33:02.640] #1  0x000000082bcbce64 in raise () from /lib/libc.so.7
[06:33:02.640] #2  0x000000082bd6d6f9 in abort () from /lib/libc.so.7
[06:33:02.640] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:02.640] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:02.640] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:02.640] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:02.640] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821069188) at ../src/backe...
[06:33:02.640] #8  0x00000000007d5390 in main (argc=4, argv=0x821069188) at ../src/backend/main/main.c:230
[06:33:02.870] #0  0x000000082d7bd41a in thr_kill () from /lib/libc.so.7
core
[06:33:02.879] #0  0x000000082d7bd41a in thr_kill () from /lib/libc.so.7
[06:33:02.879] #1  0x000000082d736e64 in raise () from /lib/libc.so.7
[06:33:02.879] #2  0x000000082d7e76f9 in abort () from /lib/libc.so.7
[06:33:02.879] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:02.879] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:02.879] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:02.879] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:02.879] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821514a18) at ../src/backe...
[06:33:02.879] #8  0x00000000007d5390 in main (argc=4, argv=0x821514a18) at ../src/backend/main/main.c:230
[06:33:03.106] #0  0x000000082e57a41a in thr_kill () from /lib/libc.so.7
core
[06:33:04.061] #0  0x000000082bfe541a in thr_kill () from /lib/libc.so.7
[06:33:04.061] #1  0x000000082bf5ee64 in raise () from /lib/libc.so.7
[06:33:04.061] #2  0x000000082c00f6f9 in abort () from /lib/libc.so.7
[06:33:04.061] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:04.061] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:04.061] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:04.061] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:04.061] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8219d8710) at ../src/backe...
[06:33:04.061] #8  0x00000000007d5390 in main (argc=4, argv=0x8219d8710) at ../src/backend/main/main.c:230
[06:33:04.288] #0  0x000000082e21b41a in thr_kill () from /lib/libc.so.7
core
[06:33:03.824] #0  0x000000082ac0b41a in thr_kill () from /lib/libc.so.7
[06:33:03.824] #1  0x000000082ab84e64 in raise () from /lib/libc.so.7
[06:33:03.824] #2  0x000000082ac356f9 in abort () from /lib/libc.so.7
[06:33:03.824] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:03.824] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:03.824] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:03.824] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:03.825] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820eb5ae8) at ../src/backe...
[06:33:03.825] #8  0x00000000007d5390 in main (argc=4, argv=0x820eb5ae8) at ../src/backend/main/main.c:230
[06:33:04.052] #0  0x000000082bfe541a in thr_kill () from /lib/libc.so.7
core
[06:33:03.588] #0  0x0000000829cbe41a in thr_kill () from /lib/libc.so.7
[06:33:03.588] #1  0x0000000829c37e64 in raise () from /lib/libc.so.7
[06:33:03.588] #2  0x0000000829ce86f9 in abort () from /lib/libc.so.7
[06:33:03.588] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:03.588] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:03.588] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:03.588] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:03.588] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821994eb0) at ../src/backe...
[06:33:03.588] #8  0x00000000007d5390 in main (argc=4, argv=0x821994eb0) at ../src/backend/main/main.c:230
[06:33:03.816] #0  0x000000082ac0b41a in thr_kill () from /lib/libc.so.7
core
[06:33:03.351] #0  0x000000082c05341a in thr_kill () from /lib/libc.so.7
[06:33:03.351] #1  0x000000082bfcce64 in raise () from /lib/libc.so.7
[06:33:03.351] #2  0x000000082c07d6f9 in abort () from /lib/libc.so.7
[06:33:03.351] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:03.351] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:03.351] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:03.351] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:03.352] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821604020) at ../src/backe...
[06:33:03.352] #8  0x00000000007d5390 in main (argc=4, argv=0x821604020) at ../src/backend/main/main.c:230
[06:33:03.579] #0  0x0000000829cbe41a in thr_kill () from /lib/libc.so.7
core
[06:33:03.114] #0  0x000000082e57a41a in thr_kill () from /lib/libc.so.7
[06:33:03.114] #1  0x000000082e4f3e64 in raise () from /lib/libc.so.7
[06:33:03.114] #2  0x000000082e5a46f9 in abort () from /lib/libc.so.7
[06:33:03.114] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:03.114] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:03.114] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:03.114] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:03.114] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8219c92f0) at ../src/backe...
[06:33:03.114] #8  0x00000000007d5390 in main (argc=4, argv=0x8219c92f0) at ../src/backend/main/main.c:230
[06:33:03.342] #0  0x000000082c05341a in thr_kill () from /lib/libc.so.7
core
[06:33:04.533] #0  0x0000000829a8241a in thr_kill () from /lib/libc.so.7
[06:33:04.533] #1  0x00000008299fbe64 in raise () from /lib/libc.so.7
[06:33:04.533] #2  0x0000000829aac6f9 in abort () from /lib/libc.so.7
[06:33:04.533] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:04.533] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:04.533] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:04.533] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:04.533] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821194e08) at ../src/backe...
[06:33:04.533] #8  0x00000000007d5390 in main (argc=4, argv=0x821194e08) at ../src/backend/main/main.c:230
[06:33:04.764] #0  0x0000000829a2741a in thr_kill () from /lib/libc.so.7
core
[06:33:04.297] #0  0x000000082e21b41a in thr_kill () from /lib/libc.so.7
[06:33:04.297] #1  0x000000082e194e64 in raise () from /lib/libc.so.7
[06:33:04.297] #2  0x000000082e2456f9 in abort () from /lib/libc.so.7
[06:33:04.297] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:04.297] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:04.297] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:04.297] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:04.297] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821143af8) at ../src/backe...
[06:33:04.297] #8  0x00000000007d5390 in main (argc=4, argv=0x821143af8) at ../src/backend/main/main.c:230
[06:33:04.524] #0  0x0000000829a8241a in thr_kill () from /lib/libc.so.7
core
[06:33:01.681] #0  0x0000000829ff041a in thr_kill () from /lib/libc.so.7
[06:33:01.681] #1  0x0000000829f69e64 in raise () from /lib/libc.so.7
[06:33:01.681] #2  0x000000082a01a6f9 in abort () from /lib/libc.so.7
[06:33:01.681] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:01.681] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:01.681] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:01.681] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:01.681] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821ab0cf0) at ../src/backe...
[06:33:01.681] #8  0x00000000007d5390 in main (argc=4, argv=0x821ab0cf0) at ../src/backend/main/main.c:230
[06:33:01.913] #0  0x000000082b56c41a in thr_kill () from /lib/libc.so.7
core
[06:33:01.921] #0  0x000000082b56c41a in thr_kill () from /lib/libc.so.7
[06:33:01.921] #1  0x000000082b4e5e64 in raise () from /lib/libc.so.7
[06:33:01.921] #2  0x000000082b5966f9 in abort () from /lib/libc.so.7
[06:33:01.921] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:01.921] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:01.921] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:01.921] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:01.922] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821750e88) at ../src/backe...
[06:33:01.922] #8  0x00000000007d5390 in main (argc=4, argv=0x821750e88) at ../src/backend/main/main.c:230
[06:33:02.149] #0  0x000000082d1f541a in thr_kill () from /lib/libc.so.7
core
[06:33:19.494] #0  0x000000082a38441a in thr_kill () from /lib/libc.so.7
[06:33:19.494] #1  0x000000082a2fde64 in raise () from /lib/libc.so.7
[06:33:19.494] #2  0x000000082a3ae6f9 in abort () from /lib/libc.so.7
[06:33:19.494] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:19.494] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:19.494] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:19.494] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:19.494] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820c25428) at ../src/backe...
[06:33:19.494] #8  0x00000000007d5390 in main (argc=4, argv=0x820c25428) at ../src/backend/main/main.c:230
[06:33:19.722] #0  0x000000082c34c41a in thr_kill () from /lib/libc.so.7
core
[06:33:34.435] #0  0x000000082eeb341a in thr_kill () from /lib/libc.so.7
[06:33:34.435] #1  0x000000082ee2ce64 in raise () from /lib/libc.so.7
[06:33:34.435] #2  0x000000082eedd6f9 in abort () from /lib/libc.so.7
[06:33:34.435] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:34.435] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:34.435] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:34.435] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:34.435] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821800828) at ../src/backe...
[06:33:34.435] #8  0x00000000007d5390 in main (argc=8, argv=0x821800828) at ../src/backend/main/main.c:230
[06:33:34.664] #0  0x000000082b48a41a in thr_kill () from /lib/libc.so.7
core
[06:33:35.622] #0  0x000000082c47841a in thr_kill () from /lib/libc.so.7
[06:33:35.622] #1  0x000000082c3f1e64 in raise () from /lib/libc.so.7
[06:33:35.622] #2  0x000000082c4a26f9 in abort () from /lib/libc.so.7
[06:33:35.622] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:35.622] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:35.622] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:35.622] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:35.622] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820c67260) at ../src/backe...
[06:33:35.622] #8  0x00000000007d5390 in main (argc=8, argv=0x820c67260) at ../src/backend/main/main.c:230
[06:33:35.849] #0  0x000000082af5141a in thr_kill () from /lib/libc.so.7
core
[06:33:34.196] #0  0x000000082c21c41a in thr_kill () from /lib/libc.so.7
[06:33:34.196] #1  0x000000082c195e64 in raise () from /lib/libc.so.7
[06:33:34.196] #2  0x000000082c2466f9 in abort () from /lib/libc.so.7
[06:33:34.196] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:34.196] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:34.196] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:34.196] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:34.196] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x82182e038) at ../src/backe...
[06:33:34.196] #8  0x00000000007d5390 in main (argc=8, argv=0x82182e038) at ../src/backend/main/main.c:230
[06:33:34.426] #0  0x000000082eeb341a in thr_kill () from /lib/libc.so.7
core
[06:33:33.959] #0  0x000000082bb6341a in thr_kill () from /lib/libc.so.7
[06:33:33.959] #1  0x000000082badce64 in raise () from /lib/libc.so.7
[06:33:33.959] #2  0x000000082bb8d6f9 in abort () from /lib/libc.so.7
[06:33:33.959] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:33.959] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:33.959] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:33.959] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:33.959] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820bcad70) at ../src/backe...
[06:33:33.959] #8  0x00000000007d5390 in main (argc=8, argv=0x820bcad70) at ../src/backend/main/main.c:230
[06:33:34.187] #0  0x000000082c21c41a in thr_kill () from /lib/libc.so.7
core
[06:33:33.712] #0  0x0000000829cd441a in thr_kill () from /lib/libc.so.7
[06:33:33.712] #1  0x0000000829c4de64 in raise () from /lib/libc.so.7
[06:33:33.712] #2  0x0000000829cfe6f9 in abort () from /lib/libc.so.7
[06:33:33.712] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:33.712] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:33.712] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:33.712] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:33.712] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8213f6d40) at ../src/backe...
[06:33:33.712] #8  0x00000000007d5390 in main (argc=8, argv=0x8213f6d40) at ../src/backend/main/main.c:230
[06:33:33.950] #0  0x000000082bb6341a in thr_kill () from /lib/libc.so.7
core
[06:33:33.465] #0  0x000000082ce4141a in thr_kill () from /lib/libc.so.7
[06:33:33.465] #1  0x000000082cdbae64 in raise () from /lib/libc.so.7
[06:33:33.465] #2  0x000000082ce6b6f9 in abort () from /lib/libc.so.7
[06:33:33.465] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:33.465] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:33.465] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:33.465] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:33.465] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x82111bfa0) at ../src/backe...
[06:33:33.465] #8  0x00000000007d5390 in main (argc=8, argv=0x82111bfa0) at ../src/backend/main/main.c:230
[06:33:33.703] #0  0x0000000829cd441a in thr_kill () from /lib/libc.so.7
core
[06:33:33.223] #0  0x000000082cebb41a in thr_kill () from /lib/libc.so.7
[06:33:33.223] #1  0x000000082ce34e64 in raise () from /lib/libc.so.7
[06:33:33.223] #2  0x000000082cee56f9 in abort () from /lib/libc.so.7
[06:33:33.223] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:33.223] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:33.223] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:33.223] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:33.223] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8213a3d00) at ../src/backe...
[06:33:33.223] #8  0x00000000007d5390 in main (argc=8, argv=0x8213a3d00) at ../src/backend/main/main.c:230
[06:33:33.456] #0  0x000000082ce4141a in thr_kill () from /lib/libc.so.7
core
[06:33:35.857] #0  0x000000082af5141a in thr_kill () from /lib/libc.so.7
[06:33:35.857] #1  0x000000082aecae64 in raise () from /lib/libc.so.7
[06:33:35.857] #2  0x000000082af7b6f9 in abort () from /lib/libc.so.7
[06:33:35.857] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:35.857] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:35.857] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:35.857] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:35.857] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820fd11b0) at ../src/backe...
[06:33:35.857] #8  0x00000000007d5390 in main (argc=8, argv=0x820fd11b0) at ../src/backend/main/main.c:230
[06:33:36.084] #0  0x000000082951441a in thr_kill () from /lib/libc.so.7
core
[06:33:32.986] #0  0x000000082bb6641a in thr_kill () from /lib/libc.so.7
[06:33:32.986] #1  0x000000082badfe64 in raise () from /lib/libc.so.7
[06:33:32.986] #2  0x000000082bb906f9 in abort () from /lib/libc.so.7
[06:33:32.986] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:32.986] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:32.986] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:32.986] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:32.986] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820e3d320) at ../src/backe...
[06:33:32.986] #8  0x00000000007d5390 in main (argc=8, argv=0x820e3d320) at ../src/backend/main/main.c:230
[06:33:33.214] #0  0x000000082cebb41a in thr_kill () from /lib/libc.so.7
core
[06:33:32.752] #0  0x000000082d3f041a in thr_kill () from /lib/libc.so.7
[06:33:32.752] #1  0x000000082d369e64 in raise () from /lib/libc.so.7
[06:33:32.752] #2  0x000000082d41a6f9 in abort () from /lib/libc.so.7
[06:33:32.752] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:32.752] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:32.752] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:32.752] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:32.753] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8215fb1e0) at ../src/backe...
[06:33:32.753] #8  0x00000000007d5390 in main (argc=8, argv=0x8215fb1e0) at ../src/backend/main/main.c:230
[06:33:32.977] #0  0x000000082bb6641a in thr_kill () from /lib/libc.so.7
core
[06:33:16.179] #0  0x000000082c2cc41a in thr_kill () from /lib/libc.so.7
[06:33:16.179] #1  0x000000082c245e64 in raise () from /lib/libc.so.7
[06:33:16.179] #2  0x000000082c2f66f9 in abort () from /lib/libc.so.7
[06:33:16.179] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:16.179] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:16.179] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:16.179] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:16.179] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x82120ed68) at ../src/backe...
[06:33:16.179] #8  0x00000000007d5390 in main (argc=8, argv=0x82120ed68) at ../src/backend/main/main.c:230
[06:33:16.406] #0  0x000000082b5f241a in thr_kill () from /lib/libc.so.7
core
[06:33:45.942] #0  0x00000008293a641a in thr_kill () from /lib/libc.so.7
[06:33:45.942] #1  0x000000082931fe64 in raise () from /lib/libc.so.7
[06:33:45.942] #2  0x00000008293d06f9 in abort () from /lib/libc.so.7
[06:33:45.942] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:45.942] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:45.942] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:45.942] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:45.942] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8217b19b8) at ../src/backe...
[06:33:45.942] #8  0x00000000007d5390 in main (argc=4, argv=0x8217b19b8) at ../src/backend/main/main.c:230
core
[06:33:32.517] #0  0x000000082b9fb41a in thr_kill () from /lib/libc.so.7
[06:33:32.517] #1  0x000000082b974e64 in raise () from /lib/libc.so.7
[06:33:32.517] #2  0x000000082ba256f9 in abort () from /lib/libc.so.7
[06:33:32.517] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:32.517] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:32.517] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:32.517] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:32.517] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821623370) at ../src/backe...
[06:33:32.517] #8  0x00000000007d5390 in main (argc=8, argv=0x821623370) at ../src/backend/main/main.c:230
[06:33:32.743] #0  0x000000082d3f041a in thr_kill () from /lib/libc.so.7
core
[06:33:16.653] #0  0x000000082b28d41a in thr_kill () from /lib/libc.so.7
[06:33:16.653] #1  0x000000082b206e64 in raise () from /lib/libc.so.7
[06:33:16.653] #2  0x000000082b2b76f9 in abort () from /lib/libc.so.7
[06:33:16.653] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:16.653] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:16.653] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:16.653] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:16.653] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820d91048) at ../src/backe...
[06:33:16.653] #8  0x00000000007d5390 in main (argc=4, argv=0x820d91048) at ../src/backend/main/main.c:230
[06:33:16.880] #0  0x000000082b38e41a in thr_kill () from /lib/libc.so.7
core
[06:33:32.272] #0  0x000000082d9c741a in thr_kill () from /lib/libc.so.7
[06:33:32.272] #1  0x000000082d940e64 in raise () from /lib/libc.so.7
[06:33:32.272] #2  0x000000082d9f16f9 in abort () from /lib/libc.so.7
[06:33:32.272] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:32.272] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:32.272] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:32.272] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:32.272] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x82182b408) at ../src/backe...
[06:33:32.272] #8  0x00000000007d5390 in main (argc=8, argv=0x82182b408) at ../src/backend/main/main.c:230
[06:33:32.508] #0  0x000000082b9fb41a in thr_kill () from /lib/libc.so.7
core
[06:33:22.821] #0  0x000000082a0e941a in thr_kill () from /lib/libc.so.7
[06:33:22.821] #1  0x000000082a062e64 in raise () from /lib/libc.so.7
[06:33:22.821] #2  0x000000082a1136f9 in abort () from /lib/libc.so.7
[06:33:22.821] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:22.821] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:22.821] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:22.821] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:22.822] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8210c47d0) at ../src/backe...
[06:33:22.822] #8  0x00000000007d5390 in main (argc=8, argv=0x8210c47d0) at ../src/backend/main/main.c:230
[06:33:23.048] #0  0x000000082bdf041a in thr_kill () from /lib/libc.so.7
core
[06:33:22.585] #0  0x000000082af8b41a in thr_kill () from /lib/libc.so.7
[06:33:22.585] #1  0x000000082af04e64 in raise () from /lib/libc.so.7
[06:33:22.585] #2  0x000000082afb56f9 in abort () from /lib/libc.so.7
[06:33:22.585] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:22.585] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:22.585] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:22.585] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:22.586] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8215d0b80) at ../src/backe...
[06:33:22.586] #8  0x00000000007d5390 in main (argc=8, argv=0x8215d0b80) at ../src/backend/main/main.c:230
[06:33:22.813] #0  0x000000082a0e941a in thr_kill () from /lib/libc.so.7
core
[06:33:22.352] #0  0x000000082c76d41a in thr_kill () from /lib/libc.so.7
[06:33:22.352] #1  0x000000082c6e6e64 in raise () from /lib/libc.so.7
[06:33:22.352] #2  0x000000082c7976f9 in abort () from /lib/libc.so.7
[06:33:22.352] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:22.352] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:22.352] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:22.352] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:22.352] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x82165b518) at ../src/backe...
[06:33:22.352] #8  0x00000000007d5390 in main (argc=8, argv=0x82165b518) at ../src/backend/main/main.c:230
[06:33:22.577] #0  0x000000082af8b41a in thr_kill () from /lib/libc.so.7
core
[06:33:22.115] #0  0x000000082ca9641a in thr_kill () from /lib/libc.so.7
[06:33:22.115] #1  0x000000082ca0fe64 in raise () from /lib/libc.so.7
[06:33:22.115] #2  0x000000082cac06f9 in abort () from /lib/libc.so.7
[06:33:22.115] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:22.115] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:22.115] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:22.115] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:22.115] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821744210) at ../src/backe...
[06:33:22.115] #8  0x00000000007d5390 in main (argc=8, argv=0x821744210) at ../src/backend/main/main.c:230
[06:33:22.343] #0  0x000000082c76d41a in thr_kill () from /lib/libc.so.7
core
[06:33:21.877] #0  0x000000082d27d41a in thr_kill () from /lib/libc.so.7
[06:33:21.877] #1  0x000000082d1f6e64 in raise () from /lib/libc.so.7
[06:33:21.877] #2  0x000000082d2a76f9 in abort () from /lib/libc.so.7
[06:33:21.877] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:21.877] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:21.877] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:21.877] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:21.877] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x82148d248) at ../src/backe...
[06:33:21.877] #8  0x00000000007d5390 in main (argc=8, argv=0x82148d248) at ../src/backend/main/main.c:230
[06:33:22.107] #0  0x000000082ca9641a in thr_kill () from /lib/libc.so.7
core
[06:33:34.908] #0  0x000000082becc41a in thr_kill () from /lib/libc.so.7
[06:33:34.908] #1  0x000000082be45e64 in raise () from /lib/libc.so.7
[06:33:34.908] #2  0x000000082bef66f9 in abort () from /lib/libc.so.7
[06:33:34.908] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:34.908] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:34.908] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:34.908] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:34.908] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8210aa358) at ../src/backe...
[06:33:34.908] #8  0x00000000007d5390 in main (argc=8, argv=0x8210aa358) at ../src/backend/main/main.c:230
[06:33:35.136] #0  0x000000082cd2141a in thr_kill () from /lib/libc.so.7
core
[06:33:21.636] #0  0x000000082bef241a in thr_kill () from /lib/libc.so.7
[06:33:21.636] #1  0x000000082be6be64 in raise () from /lib/libc.so.7
[06:33:21.636] #2  0x000000082bf1c6f9 in abort () from /lib/libc.so.7
[06:33:21.636] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:21.636] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:21.636] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:21.636] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:21.636] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821517a70) at ../src/backe...
[06:33:21.636] #8  0x00000000007d5390 in main (argc=8, argv=0x821517a70) at ../src/backend/main/main.c:230
[06:33:21.868] #0  0x000000082d27d41a in thr_kill () from /lib/libc.so.7
core
[06:33:21.395] #0  0x000000082d1ce41a in thr_kill () from /lib/libc.so.7
[06:33:21.395] #1  0x000000082d147e64 in raise () from /lib/libc.so.7
[06:33:21.395] #2  0x000000082d1f86f9 in abort () from /lib/libc.so.7
[06:33:21.395] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:21.395] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:21.395] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:21.395] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:21.395] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x82141c3f8) at ../src/backe...
[06:33:21.395] #8  0x00000000007d5390 in main (argc=8, argv=0x82141c3f8) at ../src/backend/main/main.c:230
[06:33:21.627] #0  0x000000082bef241a in thr_kill () from /lib/libc.so.7
core
[06:33:21.160] #0  0x000000082b8c341a in thr_kill () from /lib/libc.so.7
[06:33:21.160] #1  0x000000082b83ce64 in raise () from /lib/libc.so.7
[06:33:21.160] #2  0x000000082b8ed6f9 in abort () from /lib/libc.so.7
[06:33:21.160] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:21.160] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:21.160] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:21.160] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:21.160] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82190ecb0) at ../src/backe...
[06:33:21.160] #8  0x00000000007d5390 in main (argc=4, argv=0x82190ecb0) at ../src/backend/main/main.c:230
[06:33:21.386] #0  0x000000082d1ce41a in thr_kill () from /lib/libc.so.7
core
[06:33:20.921] #0  0x000000082a79a41a in thr_kill () from /lib/libc.so.7
[06:33:20.921] #1  0x000000082a713e64 in raise () from /lib/libc.so.7
[06:33:20.921] #2  0x000000082a7c46f9 in abort () from /lib/libc.so.7
[06:33:20.921] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:20.921] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:20.921] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:20.921] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:20.921] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820f33270) at ../src/backe...
[06:33:20.921] #8  0x00000000007d5390 in main (argc=4, argv=0x820f33270) at ../src/backend/main/main.c:230
[06:33:21.151] #0  0x000000082b8c341a in thr_kill () from /lib/libc.so.7
core
[06:33:20.687] #0  0x000000082cc0941a in thr_kill () from /lib/libc.so.7
[06:33:20.687] #1  0x000000082cb82e64 in raise () from /lib/libc.so.7
[06:33:20.687] #2  0x000000082cc336f9 in abort () from /lib/libc.so.7
[06:33:20.687] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:20.687] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:20.687] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:20.687] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:20.687] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x82198b950) at ../src/backe...
[06:33:20.687] #8  0x00000000007d5390 in main (argc=8, argv=0x82198b950) at ../src/backend/main/main.c:230
[06:33:20.912] #0  0x000000082a79a41a in thr_kill () from /lib/libc.so.7
core
[06:33:20.445] #0  0x000000082b62941a in thr_kill () from /lib/libc.so.7
[06:33:20.445] #1  0x000000082b5a2e64 in raise () from /lib/libc.so.7
[06:33:20.445] #2  0x000000082b6536f9 in abort () from /lib/libc.so.7
[06:33:20.445] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:20.445] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:20.445] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:20.445] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:20.445] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8218a43a8) at ../src/backe...
[06:33:20.445] #8  0x00000000007d5390 in main (argc=8, argv=0x8218a43a8) at ../src/backend/main/main.c:230
[06:33:20.679] #0  0x000000082cc0941a in thr_kill () from /lib/libc.so.7
core
[06:33:20.204] #0  0x000000082c56041a in thr_kill () from /lib/libc.so.7
[06:33:20.204] #1  0x000000082c4d9e64 in raise () from /lib/libc.so.7
[06:33:20.204] #2  0x000000082c58a6f9 in abort () from /lib/libc.so.7
[06:33:20.204] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:20.204] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:20.204] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:20.204] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:20.204] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8212c6048) at ../src/backe...
[06:33:20.204] #8  0x00000000007d5390 in main (argc=8, argv=0x8212c6048) at ../src/backend/main/main.c:230
[06:33:20.436] #0  0x000000082b62941a in thr_kill () from /lib/libc.so.7
core
[06:33:19.967] #0  0x000000082c58641a in thr_kill () from /lib/libc.so.7
[06:33:19.967] #1  0x000000082c4ffe64 in raise () from /lib/libc.so.7
[06:33:19.967] #2  0x000000082c5b06f9 in abort () from /lib/libc.so.7
[06:33:19.967] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:19.967] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:19.967] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:19.967] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:19.967] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821b2c7c0) at ../src/backe...
[06:33:19.967] #8  0x00000000007d5390 in main (argc=8, argv=0x821b2c7c0) at ../src/backend/main/main.c:230
[06:33:20.195] #0  0x000000082c56041a in thr_kill () from /lib/libc.so.7
core
[06:33:19.731] #0  0x000000082c34c41a in thr_kill () from /lib/libc.so.7
[06:33:19.731] #1  0x000000082c2c5e64 in raise () from /lib/libc.so.7
[06:33:19.731] #2  0x000000082c3766f9 in abort () from /lib/libc.so.7
[06:33:19.731] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:19.731] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:19.731] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:19.731] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:19.731] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8219dd398) at ../src/backe...
[06:33:19.731] #8  0x00000000007d5390 in main (argc=4, argv=0x8219dd398) at ../src/backend/main/main.c:230
[06:33:19.958] #0  0x000000082c58641a in thr_kill () from /lib/libc.so.7
core
[06:33:35.145] #0  0x000000082cd2141a in thr_kill () from /lib/libc.so.7
[06:33:35.145] #1  0x000000082cc9ae64 in raise () from /lib/libc.so.7
[06:33:35.145] #2  0x000000082cd4b6f9 in abort () from /lib/libc.so.7
[06:33:35.145] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:35.145] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:35.145] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:35.145] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:35.145] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821884d58) at ../src/backe...
[06:33:35.145] #8  0x00000000007d5390 in main (argc=8, argv=0x821884d58) at ../src/backend/main/main.c:230
[06:33:35.379] #0  0x000000082985641a in thr_kill () from /lib/libc.so.7
core
[06:33:19.259] #0  0x000000082be7541a in thr_kill () from /lib/libc.so.7
[06:33:19.259] #1  0x000000082bdeee64 in raise () from /lib/libc.so.7
[06:33:19.259] #2  0x000000082be9f6f9 in abort () from /lib/libc.so.7
[06:33:19.259] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:19.259] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:19.259] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:19.259] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:19.259] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820e18e38) at ../src/backe...
[06:33:19.259] #8  0x00000000007d5390 in main (argc=4, argv=0x820e18e38) at ../src/backend/main/main.c:230
[06:33:19.484] #0  0x000000082a38441a in thr_kill () from /lib/libc.so.7
core
[06:33:19.024] #0  0x000000082ad6541a in thr_kill () from /lib/libc.so.7
[06:33:19.024] #1  0x000000082acdee64 in raise () from /lib/libc.so.7
[06:33:19.024] #2  0x000000082ad8f6f9 in abort () from /lib/libc.so.7
[06:33:19.024] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:19.024] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:19.024] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:19.024] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:19.024] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820edd6b8) at ../src/backe...
[06:33:19.024] #8  0x00000000007d5390 in main (argc=4, argv=0x820edd6b8) at ../src/backend/main/main.c:230
[06:33:19.251] #0  0x000000082be7541a in thr_kill () from /lib/libc.so.7
core
[06:33:18.787] #0  0x000000082b91f41a in thr_kill () from /lib/libc.so.7
[06:33:18.787] #1  0x000000082b898e64 in raise () from /lib/libc.so.7
[06:33:18.787] #2  0x000000082b9496f9 in abort () from /lib/libc.so.7
[06:33:18.787] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:18.787] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:18.787] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:18.787] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:18.787] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8212296e8) at ../src/backe...
[06:33:18.787] #8  0x00000000007d5390 in main (argc=4, argv=0x8212296e8) at ../src/backend/main/main.c:230
[06:33:19.015] #0  0x000000082ad6541a in thr_kill () from /lib/libc.so.7
core
[06:33:18.545] #0  0x000000082c6cf41a in thr_kill () from /lib/libc.so.7
[06:33:18.545] #1  0x000000082c648e64 in raise () from /lib/libc.so.7
[06:33:18.545] #2  0x000000082c6f96f9 in abort () from /lib/libc.so.7
[06:33:18.545] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:18.545] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:18.545] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:18.545] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:18.545] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821005538) at ../src/backe...
[06:33:18.545] #8  0x00000000007d5390 in main (argc=4, argv=0x821005538) at ../src/backend/main/main.c:230
[06:33:18.778] #0  0x000000082b91f41a in thr_kill () from /lib/libc.so.7
core
[06:33:18.308] #0  0x000000082b93741a in thr_kill () from /lib/libc.so.7
[06:33:18.308] #1  0x000000082b8b0e64 in raise () from /lib/libc.so.7
[06:33:18.308] #2  0x000000082b9616f9 in abort () from /lib/libc.so.7
[06:33:18.308] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:18.308] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:18.308] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:18.308] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:18.308] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820db9080) at ../src/backe...
[06:33:18.308] #8  0x00000000007d5390 in main (argc=4, argv=0x820db9080) at ../src/backend/main/main.c:230
[06:33:18.536] #0  0x000000082c6cf41a in thr_kill () from /lib/libc.so.7
core
[06:33:18.066] #0  0x000000082c1ce41a in thr_kill () from /lib/libc.so.7
[06:33:18.066] #1  0x000000082c147e64 in raise () from /lib/libc.so.7
[06:33:18.066] #2  0x000000082c1f86f9 in abort () from /lib/libc.so.7
[06:33:18.066] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:18.066] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:18.066] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:18.066] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:18.066] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8212c2398) at ../src/backe...
[06:33:18.066] #8  0x00000000007d5390 in main (argc=4, argv=0x8212c2398) at ../src/backend/main/main.c:230
[06:33:18.299] #0  0x000000082b93741a in thr_kill () from /lib/libc.so.7
core
[06:33:17.831] #0  0x000000082bf7941a in thr_kill () from /lib/libc.so.7
[06:33:17.831] #1  0x000000082bef2e64 in raise () from /lib/libc.so.7
[06:33:17.831] #2  0x000000082bfa36f9 in abort () from /lib/libc.so.7
[06:33:17.831] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:17.831] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:17.831] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:17.831] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:17.832] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821543960) at ../src/backe...
[06:33:17.832] #8  0x00000000007d5390 in main (argc=4, argv=0x821543960) at ../src/backend/main/main.c:230
[06:33:18.057] #0  0x000000082c1ce41a in thr_kill () from /lib/libc.so.7
core
[06:33:17.597] #0  0x000000082c9da41a in thr_kill () from /lib/libc.so.7
[06:33:17.597] #1  0x000000082c953e64 in raise () from /lib/libc.so.7
[06:33:17.597] #2  0x000000082ca046f9 in abort () from /lib/libc.so.7
[06:33:17.597] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:17.597] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:17.597] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:17.597] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:17.597] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8216da6d0) at ../src/backe...
[06:33:17.597] #8  0x00000000007d5390 in main (argc=4, argv=0x8216da6d0) at ../src/backend/main/main.c:230
[06:33:17.823] #0  0x000000082bf7941a in thr_kill () from /lib/libc.so.7
core
[06:33:15.194] #0  0x000000082b78341a in thr_kill () from /lib/libc.so.7
[06:33:15.194] #1  0x000000082b6fce64 in raise () from /lib/libc.so.7
[06:33:15.194] #2  0x000000082b7ad6f9 in abort () from /lib/libc.so.7
[06:33:15.194] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:15.194] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:15.194] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:15.194] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:15.194] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820da8a60) at ../src/backe...
[06:33:15.194] #8  0x00000000007d5390 in main (argc=4, argv=0x820da8a60) at ../src/backend/main/main.c:230
[06:33:15.434] #0  0x000000082a8e241a in thr_kill () from /lib/libc.so.7
core
[06:33:15.445] #0  0x000000082a8e241a in thr_kill () from /lib/libc.so.7
[06:33:15.445] #1  0x000000082a85be64 in raise () from /lib/libc.so.7
[06:33:15.445] #2  0x000000082a90c6f9 in abort () from /lib/libc.so.7
[06:33:15.445] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:15.445] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:15.445] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:15.445] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:15.446] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8212ac4e8) at ../src/backe...
[06:33:15.446] #8  0x00000000007d5390 in main (argc=4, argv=0x8212ac4e8) at ../src/backend/main/main.c:230
[06:33:15.692] #0  0x000000082c0f741a in thr_kill () from /lib/libc.so.7
core
[06:33:15.701] #0  0x000000082c0f741a in thr_kill () from /lib/libc.so.7
[06:33:15.701] #1  0x000000082c070e64 in raise () from /lib/libc.so.7
[06:33:15.701] #2  0x000000082c1216f9 in abort () from /lib/libc.so.7
[06:33:15.701] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:15.701] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:15.701] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:15.701] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:15.701] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82152e348) at ../src/backe...
[06:33:15.701] #8  0x00000000007d5390 in main (argc=4, argv=0x82152e348) at ../src/backend/main/main.c:230
[06:33:15.929] #0  0x000000082bc6441a in thr_kill () from /lib/libc.so.7
core
[06:33:35.387] #0  0x000000082985641a in thr_kill () from /lib/libc.so.7
[06:33:35.387] #1  0x00000008297cfe64 in raise () from /lib/libc.so.7
[06:33:35.387] #2  0x00000008298806f9 in abort () from /lib/libc.so.7
[06:33:35.387] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:35.387] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:35.387] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:35.387] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:35.387] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820d7eda0) at ../src/backe...
[06:33:35.387] #8  0x00000000007d5390 in main (argc=8, argv=0x820d7eda0) at ../src/backend/main/main.c:230
[06:33:35.613] #0  0x000000082c47841a in thr_kill () from /lib/libc.so.7
core
[06:33:32.030] #0  0x0000000829e1a41a in thr_kill () from /lib/libc.so.7
[06:33:32.030] #1  0x0000000829d93e64 in raise () from /lib/libc.so.7
[06:33:32.030] #2  0x0000000829e446f9 in abort () from /lib/libc.so.7
[06:33:32.030] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:32.030] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:32.030] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:32.030] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:32.030] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821655c48) at ../src/backe...
[06:33:32.030] #8  0x00000000007d5390 in main (argc=8, argv=0x821655c48) at ../src/backend/main/main.c:230
[06:33:32.263] #0  0x000000082d9c741a in thr_kill () from /lib/libc.so.7
core
[06:33:31.793] #0  0x000000082c33c41a in thr_kill () from /lib/libc.so.7
[06:33:31.793] #1  0x000000082c2b5e64 in raise () from /lib/libc.so.7
[06:33:31.793] #2  0x000000082c3666f9 in abort () from /lib/libc.so.7
[06:33:31.793] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:31.793] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:31.793] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:31.793] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:31.793] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x82155f710) at ../src/backe...
[06:33:31.793] #8  0x00000000007d5390 in main (argc=8, argv=0x82155f710) at ../src/backend/main/main.c:230
[06:33:32.021] #0  0x0000000829e1a41a in thr_kill () from /lib/libc.so.7
core
[06:33:31.558] #0  0x000000082c6e641a in thr_kill () from /lib/libc.so.7
[06:33:31.558] #1  0x000000082c65fe64 in raise () from /lib/libc.so.7
[06:33:31.558] #2  0x000000082c7106f9 in abort () from /lib/libc.so.7
[06:33:31.558] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:31.558] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:31.558] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:31.558] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:31.558] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8218fb150) at ../src/backe...
[06:33:31.558] #8  0x00000000007d5390 in main (argc=8, argv=0x8218fb150) at ../src/backend/main/main.c:230
[06:33:31.784] #0  0x000000082c33c41a in thr_kill () from /lib/libc.so.7
core
[06:33:31.320] #0  0x000000082b0a541a in thr_kill () from /lib/libc.so.7
[06:33:31.320] #1  0x000000082b01ee64 in raise () from /lib/libc.so.7
[06:33:31.320] #2  0x000000082b0cf6f9 in abort () from /lib/libc.so.7
[06:33:31.320] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:31.320] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:31.320] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:31.320] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:31.320] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820c089a8) at ../src/backe...
[06:33:31.320] #8  0x00000000007d5390 in main (argc=8, argv=0x820c089a8) at ../src/backend/main/main.c:230
[06:33:31.550] #0  0x000000082c6e641a in thr_kill () from /lib/libc.so.7
core
[06:33:31.082] #0  0x000000082b87f41a in thr_kill () from /lib/libc.so.7
[06:33:31.082] #1  0x000000082b7f8e64 in raise () from /lib/libc.so.7
[06:33:31.082] #2  0x000000082b8a96f9 in abort () from /lib/libc.so.7
[06:33:31.082] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:31.082] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:31.082] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:31.082] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:31.082] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8215ab088) at ../src/backe...
[06:33:31.082] #8  0x00000000007d5390 in main (argc=8, argv=0x8215ab088) at ../src/backend/main/main.c:230
[06:33:31.311] #0  0x000000082b0a541a in thr_kill () from /lib/libc.so.7
core
[06:33:30.841] #0  0x0000000829f9b41a in thr_kill () from /lib/libc.so.7
[06:33:30.841] #1  0x0000000829f14e64 in raise () from /lib/libc.so.7
[06:33:30.841] #2  0x0000000829fc56f9 in abort () from /lib/libc.so.7
[06:33:30.841] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:30.841] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:30.841] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:30.841] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:30.841] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x82136efa0) at ../src/backe...
[06:33:30.841] #8  0x00000000007d5390 in main (argc=8, argv=0x82136efa0) at ../src/backend/main/main.c:230
[06:33:31.073] #0  0x000000082b87f41a in thr_kill () from /lib/libc.so.7
core
[06:33:30.607] #0  0x000000082895041a in thr_kill () from /lib/libc.so.7
[06:33:30.607] #1  0x00000008288c9e64 in raise () from /lib/libc.so.7
[06:33:30.607] #2  0x000000082897a6f9 in abort () from /lib/libc.so.7
[06:33:30.607] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:30.607] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:30.607] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:30.607] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:30.607] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820efb0f0) at ../src/backe...
[06:33:30.607] #8  0x00000000007d5390 in main (argc=8, argv=0x820efb0f0) at ../src/backend/main/main.c:230
[06:33:30.833] #0  0x0000000829f9b41a in thr_kill () from /lib/libc.so.7
core
[06:33:30.373] #0  0x000000082cd6a41a in thr_kill () from /lib/libc.so.7
[06:33:30.373] #1  0x000000082cce3e64 in raise () from /lib/libc.so.7
[06:33:30.373] #2  0x000000082cd946f9 in abort () from /lib/libc.so.7
[06:33:30.373] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:30.373] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:30.373] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:30.373] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:30.373] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8217ea8e0) at ../src/backe...
[06:33:30.373] #8  0x00000000007d5390 in main (argc=8, argv=0x8217ea8e0) at ../src/backend/main/main.c:230
[06:33:30.599] #0  0x000000082895041a in thr_kill () from /lib/libc.so.7
core
[06:33:30.136] #0  0x000000082a15841a in thr_kill () from /lib/libc.so.7
[06:33:30.136] #1  0x000000082a0d1e64 in raise () from /lib/libc.so.7
[06:33:30.136] #2  0x000000082a1826f9 in abort () from /lib/libc.so.7
[06:33:30.136] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:30.136] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:30.136] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:30.136] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:30.137] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x82197a990) at ../src/backe...
[06:33:30.137] #8  0x00000000007d5390 in main (argc=8, argv=0x82197a990) at ../src/backend/main/main.c:230
[06:33:30.364] #0  0x000000082cd6a41a in thr_kill () from /lib/libc.so.7
core
[06:33:29.903] #0  0x000000082d56041a in thr_kill () from /lib/libc.so.7
[06:33:29.903] #1  0x000000082d4d9e64 in raise () from /lib/libc.so.7
[06:33:29.903] #2  0x000000082d58a6f9 in abort () from /lib/libc.so.7
[06:33:29.903] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:29.903] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:29.903] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:29.903] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:29.903] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8217902f0) at ../src/backe...
[06:33:29.903] #8  0x00000000007d5390 in main (argc=8, argv=0x8217902f0) at ../src/backend/main/main.c:230
[06:33:30.128] #0  0x000000082a15841a in thr_kill () from /lib/libc.so.7
core
[06:33:29.667] #0  0x000000082c64c41a in thr_kill () from /lib/libc.so.7
[06:33:29.667] #1  0x000000082c5c5e64 in raise () from /lib/libc.so.7
[06:33:29.667] #2  0x000000082c6766f9 in abort () from /lib/libc.so.7
[06:33:29.667] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:29.667] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:29.667] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:29.667] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:29.667] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820ef9fa8) at ../src/backe...
[06:33:29.667] #8  0x00000000007d5390 in main (argc=8, argv=0x820ef9fa8) at ../src/backend/main/main.c:230
[06:33:29.895] #0  0x000000082d56041a in thr_kill () from /lib/libc.so.7
core
[06:33:29.432] #0  0x000000082c64441a in thr_kill () from /lib/libc.so.7
[06:33:29.432] #1  0x000000082c5bde64 in raise () from /lib/libc.so.7
[06:33:29.432] #2  0x000000082c66e6f9 in abort () from /lib/libc.so.7
[06:33:29.432] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:29.432] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:29.432] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:29.432] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:29.432] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x82195c708) at ../src/backe...
[06:33:29.432] #8  0x00000000007d5390 in main (argc=8, argv=0x82195c708) at ../src/backend/main/main.c:230
[06:33:29.658] #0  0x000000082c64c41a in thr_kill () from /lib/libc.so.7
core
[06:33:29.197] #0  0x000000082a98a41a in thr_kill () from /lib/libc.so.7
[06:33:29.197] #1  0x000000082a903e64 in raise () from /lib/libc.so.7
[06:33:29.197] #2  0x000000082a9b46f9 in abort () from /lib/libc.so.7
[06:33:29.197] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:29.197] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:29.197] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:29.197] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:29.197] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8214df758) at ../src/backe...
[06:33:29.197] #8  0x00000000007d5390 in main (argc=8, argv=0x8214df758) at ../src/backend/main/main.c:230
[06:33:29.424] #0  0x000000082c64441a in thr_kill () from /lib/libc.so.7
core
[06:33:28.962] #0  0x000000082c9ff41a in thr_kill () from /lib/libc.so.7
[06:33:28.962] #1  0x000000082c978e64 in raise () from /lib/libc.so.7
[06:33:28.962] #2  0x000000082ca296f9 in abort () from /lib/libc.so.7
[06:33:28.962] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:28.962] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:28.962] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:28.962] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:28.963] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x82164c860) at ../src/backe...
[06:33:28.963] #8  0x00000000007d5390 in main (argc=8, argv=0x82164c860) at ../src/backend/main/main.c:230
[06:33:29.188] #0  0x000000082a98a41a in thr_kill () from /lib/libc.so.7
core
[06:33:28.720] #0  0x000000082b7a941a in thr_kill () from /lib/libc.so.7
[06:33:28.720] #1  0x000000082b722e64 in raise () from /lib/libc.so.7
[06:33:28.720] #2  0x000000082b7d36f9 in abort () from /lib/libc.so.7
[06:33:28.720] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:28.720] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:28.720] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:28.720] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:28.720] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821631270) at ../src/backe...
[06:33:28.720] #8  0x00000000007d5390 in main (argc=8, argv=0x821631270) at ../src/backend/main/main.c:230
[06:33:28.954] #0  0x000000082c9ff41a in thr_kill () from /lib/libc.so.7
core
[06:33:28.481] #0  0x000000082a9da41a in thr_kill () from /lib/libc.so.7
[06:33:28.481] #1  0x000000082a953e64 in raise () from /lib/libc.so.7
[06:33:28.481] #2  0x000000082aa046f9 in abort () from /lib/libc.so.7
[06:33:28.481] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:28.481] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:28.481] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:28.481] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:28.481] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820ff3430) at ../src/backe...
[06:33:28.481] #8  0x00000000007d5390 in main (argc=8, argv=0x820ff3430) at ../src/backend/main/main.c:230
[06:33:28.711] #0  0x000000082b7a941a in thr_kill () from /lib/libc.so.7
core
[06:33:28.243] #0  0x000000082d20a41a in thr_kill () from /lib/libc.so.7
[06:33:28.243] #1  0x000000082d183e64 in raise () from /lib/libc.so.7
[06:33:28.243] #2  0x000000082d2346f9 in abort () from /lib/libc.so.7
[06:33:28.243] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:28.243] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:28.243] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:28.243] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:28.243] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820e154d8) at ../src/backe...
[06:33:28.243] #8  0x00000000007d5390 in main (argc=8, argv=0x820e154d8) at ../src/backend/main/main.c:230
[06:33:28.472] #0  0x000000082a9da41a in thr_kill () from /lib/libc.so.7
core
[06:33:28.009] #0  0x000000082cecc41a in thr_kill () from /lib/libc.so.7
[06:33:28.009] #1  0x000000082ce45e64 in raise () from /lib/libc.so.7
[06:33:28.009] #2  0x000000082cef66f9 in abort () from /lib/libc.so.7
[06:33:28.009] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:28.009] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:28.009] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:28.009] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:28.009] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820e8d850) at ../src/backe...
[06:33:28.009] #8  0x00000000007d5390 in main (argc=8, argv=0x820e8d850) at ../src/backend/main/main.c:230
[06:33:28.235] #0  0x000000082d20a41a in thr_kill () from /lib/libc.so.7
core
[06:33:27.772] #0  0x000000082d55841a in thr_kill () from /lib/libc.so.7
[06:33:27.772] #1  0x000000082d4d1e64 in raise () from /lib/libc.so.7
[06:33:27.772] #2  0x000000082d5826f9 in abort () from /lib/libc.so.7
[06:33:27.772] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:27.772] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:27.772] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:27.772] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:27.772] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8212ba8e8) at ../src/backe...
[06:33:27.772] #8  0x00000000007d5390 in main (argc=8, argv=0x8212ba8e8) at ../src/backend/main/main.c:230
[06:33:28.000] #0  0x000000082cecc41a in thr_kill () from /lib/libc.so.7
core
[06:33:27.536] #0  0x000000082999141a in thr_kill () from /lib/libc.so.7
[06:33:27.536] #1  0x000000082990ae64 in raise () from /lib/libc.so.7
[06:33:27.536] #2  0x00000008299bb6f9 in abort () from /lib/libc.so.7
[06:33:27.536] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:27.536] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:27.536] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:27.536] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:27.536] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820bd0ec0) at ../src/backe...
[06:33:27.536] #8  0x00000000007d5390 in main (argc=8, argv=0x820bd0ec0) at ../src/backend/main/main.c:230
[06:33:27.764] #0  0x000000082d55841a in thr_kill () from /lib/libc.so.7
core
[06:33:27.301] #0  0x000000082bc4d41a in thr_kill () from /lib/libc.so.7
[06:33:27.301] #1  0x000000082bbc6e64 in raise () from /lib/libc.so.7
[06:33:27.301] #2  0x000000082bc776f9 in abort () from /lib/libc.so.7
[06:33:27.301] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:27.301] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:27.301] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:27.301] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:27.301] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8219b5a68) at ../src/backe...
[06:33:27.301] #8  0x00000000007d5390 in main (argc=8, argv=0x8219b5a68) at ../src/backend/main/main.c:230
[06:33:27.527] #0  0x000000082999141a in thr_kill () from /lib/libc.so.7
core
[06:33:27.066] #0  0x0000000829e2f41a in thr_kill () from /lib/libc.so.7
[06:33:27.066] #1  0x0000000829da8e64 in raise () from /lib/libc.so.7
[06:33:27.066] #2  0x0000000829e596f9 in abort () from /lib/libc.so.7
[06:33:27.066] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:27.066] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:27.066] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:27.066] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:27.066] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821488088) at ../src/backe...
[06:33:27.066] #8  0x00000000007d5390 in main (argc=8, argv=0x821488088) at ../src/backend/main/main.c:230
[06:33:27.292] #0  0x000000082bc4d41a in thr_kill () from /lib/libc.so.7
core
[06:33:34.673] #0  0x000000082b48a41a in thr_kill () from /lib/libc.so.7
[06:33:34.673] #1  0x000000082b403e64 in raise () from /lib/libc.so.7
[06:33:34.673] #2  0x000000082b4b46f9 in abort () from /lib/libc.so.7
[06:33:34.673] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:34.673] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:34.673] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:34.673] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:34.673] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820ed4578) at ../src/backe...
[06:33:34.673] #8  0x00000000007d5390 in main (argc=8, argv=0x820ed4578) at ../src/backend/main/main.c:230
[06:33:34.899] #0  0x000000082becc41a in thr_kill () from /lib/libc.so.7
core
[06:33:09.533] #0  0x000000082d46b41a in thr_kill () from /lib/libc.so.7
[06:33:09.533] #1  0x000000082d3e4e64 in raise () from /lib/libc.so.7
[06:33:09.533] #2  0x000000082d4956f9 in abort () from /lib/libc.so.7
[06:33:09.533] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:09.533] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:09.533] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:09.533] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:09.533] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821a0c820) at ../src/backe...
[06:33:09.533] #8  0x00000000007d5390 in main (argc=4, argv=0x821a0c820) at ../src/backend/main/main.c:230
[06:33:09.765] #0  0x000000082ac8841a in thr_kill () from /lib/libc.so.7
core
[06:33:09.773] #0  0x000000082ac8841a in thr_kill () from /lib/libc.so.7
[06:33:09.773] #1  0x000000082ac01e64 in raise () from /lib/libc.so.7
[06:33:09.773] #2  0x000000082acb26f9 in abort () from /lib/libc.so.7
[06:33:09.773] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:09.773] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:09.773] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:09.773] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:09.774] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820c49a48) at ../src/backe...
[06:33:09.774] #8  0x00000000007d5390 in main (argc=4, argv=0x820c49a48) at ../src/backend/main/main.c:230
[06:33:09.999] #0  0x000000082c62a41a in thr_kill () from /lib/libc.so.7
core
[06:33:10.007] #0  0x000000082c62a41a in thr_kill () from /lib/libc.so.7
[06:33:10.007] #1  0x000000082c5a3e64 in raise () from /lib/libc.so.7
[06:33:10.007] #2  0x000000082c6546f9 in abort () from /lib/libc.so.7
[06:33:10.007] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:10.007] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:10.007] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:10.007] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:10.008] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8210533f8) at ../src/backe...
[06:33:10.008] #8  0x00000000007d5390 in main (argc=4, argv=0x8210533f8) at ../src/backend/main/main.c:230
[06:33:10.235] #0  0x000000082d5a641a in thr_kill () from /lib/libc.so.7
core
[06:33:10.244] #0  0x000000082d5a641a in thr_kill () from /lib/libc.so.7
[06:33:10.244] #1  0x000000082d51fe64 in raise () from /lib/libc.so.7
[06:33:10.244] #2  0x000000082d5d06f9 in abort () from /lib/libc.so.7
[06:33:10.244] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:10.244] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:10.244] #5  0x00000000008a0645 in process_pm_child_exit () at ../src/backend/postmaster/postmaster.c:2532
[06:33:10.244] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1664
[06:33:10.244] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8212a4be8) at ../src/backe...
[06:33:10.244] #8  0x00000000007d5390 in main (argc=4, argv=0x8212a4be8) at ../src/backend/main/main.c:230
[06:33:10.472] #0  0x000000082a5a541a in thr_kill () from /lib/libc.so.7
core
[06:33:10.481] #0  0x000000082a5a541a in thr_kill () from /lib/libc.so.7
[06:33:10.481] #1  0x000000082a51ee64 in raise () from /lib/libc.so.7
[06:33:10.481] #2  0x000000082a5cf6f9 in abort () from /lib/libc.so.7
[06:33:10.481] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:10.481] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:10.481] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:10.481] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:10.481] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8214a02f0) at ../src/backe...
[06:33:10.481] #8  0x00000000007d5390 in main (argc=4, argv=0x8214a02f0) at ../src/backend/main/main.c:230
[06:33:10.706] #0  0x000000082c25941a in thr_kill () from /lib/libc.so.7
core
[06:33:10.715] #0  0x000000082c25941a in thr_kill () from /lib/libc.so.7
[06:33:10.715] #1  0x000000082c1d2e64 in raise () from /lib/libc.so.7
[06:33:10.715] #2  0x000000082c2836f9 in abort () from /lib/libc.so.7
[06:33:10.715] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:10.715] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:10.715] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:10.715] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:10.715] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821402ce8) at ../src/backe...
[06:33:10.715] #8  0x00000000007d5390 in main (argc=4, argv=0x821402ce8) at ../src/backend/main/main.c:230
[06:33:10.944] #0  0x0000000828ec141a in thr_kill () from /lib/libc.so.7
core
[06:33:26.832] #0  0x000000082a79541a in thr_kill () from /lib/libc.so.7
[06:33:26.832] #1  0x000000082a70ee64 in raise () from /lib/libc.so.7
[06:33:26.832] #2  0x000000082a7bf6f9 in abort () from /lib/libc.so.7
[06:33:26.832] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:26.832] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:26.832] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:26.832] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:26.832] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820d4c7f0) at ../src/backe...
[06:33:26.832] #8  0x00000000007d5390 in main (argc=8, argv=0x820d4c7f0) at ../src/backend/main/main.c:230
[06:33:27.057] #0  0x0000000829e2f41a in thr_kill () from /lib/libc.so.7
core
[06:33:26.596] #0  0x000000082ad6841a in thr_kill () from /lib/libc.so.7
[06:33:26.596] #1  0x000000082ace1e64 in raise () from /lib/libc.so.7
[06:33:26.596] #2  0x000000082ad926f9 in abort () from /lib/libc.so.7
[06:33:26.596] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:26.596] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:26.596] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:26.596] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:26.596] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820dd19e8) at ../src/backe...
[06:33:26.596] #8  0x00000000007d5390 in main (argc=8, argv=0x820dd19e8) at ../src/backend/main/main.c:230
[06:33:26.824] #0  0x000000082a79541a in thr_kill () from /lib/libc.so.7
core
[06:33:26.359] #0  0x000000082a9ed41a in thr_kill () from /lib/libc.so.7
[06:33:26.359] #1  0x000000082a966e64 in raise () from /lib/libc.so.7
[06:33:26.359] #2  0x000000082aa176f9 in abort () from /lib/libc.so.7
[06:33:26.359] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:26.359] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:26.359] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:26.359] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:26.359] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820bd95b8) at ../src/backe...
[06:33:26.359] #8  0x00000000007d5390 in main (argc=8, argv=0x820bd95b8) at ../src/backend/main/main.c:230
[06:33:26.587] #0  0x000000082ad6841a in thr_kill () from /lib/libc.so.7
core
[06:33:26.120] #0  0x000000082895841a in thr_kill () from /lib/libc.so.7
[06:33:26.120] #1  0x00000008288d1e64 in raise () from /lib/libc.so.7
[06:33:26.120] #2  0x00000008289826f9 in abort () from /lib/libc.so.7
[06:33:26.120] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:26.120] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:26.120] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:26.120] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:26.120] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8217699e8) at ../src/backe...
[06:33:26.120] #8  0x00000000007d5390 in main (argc=8, argv=0x8217699e8) at ../src/backend/main/main.c:230
[06:33:26.350] #0  0x000000082a9ed41a in thr_kill () from /lib/libc.so.7
core
[06:33:25.883] #0  0x000000082a80541a in thr_kill () from /lib/libc.so.7
[06:33:25.883] #1  0x000000082a77ee64 in raise () from /lib/libc.so.7
[06:33:25.883] #2  0x000000082a82f6f9 in abort () from /lib/libc.so.7
[06:33:25.883] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:25.883] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:25.883] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:25.883] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:25.883] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821756438) at ../src/backe...
[06:33:25.883] #8  0x00000000007d5390 in main (argc=8, argv=0x821756438) at ../src/backend/main/main.c:230
[06:33:26.111] #0  0x000000082895841a in thr_kill () from /lib/libc.so.7
core
[06:33:25.641] #0  0x000000082bf0541a in thr_kill () from /lib/libc.so.7
[06:33:25.641] #1  0x000000082be7ee64 in raise () from /lib/libc.so.7
[06:33:25.641] #2  0x000000082bf2f6f9 in abort () from /lib/libc.so.7
[06:33:25.641] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:25.641] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:25.641] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:25.641] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:25.641] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820fdd2f8) at ../src/backe...
[06:33:25.641] #8  0x00000000007d5390 in main (argc=8, argv=0x820fdd2f8) at ../src/backend/main/main.c:230
[06:33:25.874] #0  0x000000082a80541a in thr_kill () from /lib/libc.so.7
core
[06:33:25.403] #0  0x000000082ce4641a in thr_kill () from /lib/libc.so.7
[06:33:25.403] #1  0x000000082cdbfe64 in raise () from /lib/libc.so.7
[06:33:25.403] #2  0x000000082ce706f9 in abort () from /lib/libc.so.7
[06:33:25.403] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:25.403] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:25.403] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:25.403] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:25.403] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820f0c7e8) at ../src/backe...
[06:33:25.403] #8  0x00000000007d5390 in main (argc=8, argv=0x820f0c7e8) at ../src/backend/main/main.c:230
[06:33:25.632] #0  0x000000082bf0541a in thr_kill () from /lib/libc.so.7
core
[06:33:25.168] #0  0x000000082b56341a in thr_kill () from /lib/libc.so.7
[06:33:25.168] #1  0x000000082b4dce64 in raise () from /lib/libc.so.7
[06:33:25.168] #2  0x000000082b58d6f9 in abort () from /lib/libc.so.7
[06:33:25.168] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:25.168] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:25.168] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:25.168] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:25.168] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821250418) at ../src/backe...
[06:33:25.168] #8  0x00000000007d5390 in main (argc=8, argv=0x821250418) at ../src/backend/main/main.c:230
[06:33:25.395] #0  0x000000082ce4641a in thr_kill () from /lib/libc.so.7
core
[06:33:24.933] #0  0x000000082bd2041a in thr_kill () from /lib/libc.so.7
[06:33:24.933] #1  0x000000082bc99e64 in raise () from /lib/libc.so.7
[06:33:24.933] #2  0x000000082bd4a6f9 in abort () from /lib/libc.so.7
[06:33:24.933] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:24.933] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:24.933] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:24.933] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:24.933] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820ebc1e8) at ../src/backe...
[06:33:24.933] #8  0x00000000007d5390 in main (argc=8, argv=0x820ebc1e8) at ../src/backend/main/main.c:230
[06:33:25.159] #0  0x000000082b56341a in thr_kill () from /lib/libc.so.7
core
[06:33:24.700] #0  0x000000082bce141a in thr_kill () from /lib/libc.so.7
[06:33:24.700] #1  0x000000082bc5ae64 in raise () from /lib/libc.so.7
[06:33:24.700] #2  0x000000082bd0b6f9 in abort () from /lib/libc.so.7
[06:33:24.700] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:24.700] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:24.700] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:24.700] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:24.700] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8218c3a48) at ../src/backe...
[06:33:24.700] #8  0x00000000007d5390 in main (argc=8, argv=0x8218c3a48) at ../src/backend/main/main.c:230
[06:33:24.925] #0  0x000000082bd2041a in thr_kill () from /lib/libc.so.7
core
[06:33:24.467] #0  0x000000082d98a41a in thr_kill () from /lib/libc.so.7
[06:33:24.467] #1  0x000000082d903e64 in raise () from /lib/libc.so.7
[06:33:24.467] #2  0x000000082d9b46f9 in abort () from /lib/libc.so.7
[06:33:24.467] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:24.467] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:24.467] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:24.467] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:24.467] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821ab2468) at ../src/backe...
[06:33:24.467] #8  0x00000000007d5390 in main (argc=8, argv=0x821ab2468) at ../src/backend/main/main.c:230
[06:33:24.691] #0  0x000000082bce141a in thr_kill () from /lib/libc.so.7
core
[06:33:24.231] #0  0x000000082b4d241a in thr_kill () from /lib/libc.so.7
[06:33:24.231] #1  0x000000082b44be64 in raise () from /lib/libc.so.7
[06:33:24.231] #2  0x000000082b4fc6f9 in abort () from /lib/libc.so.7
[06:33:24.231] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:24.231] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:24.231] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:24.231] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:24.231] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x82150c3d0) at ../src/backe...
[06:33:24.231] #8  0x00000000007d5390 in main (argc=8, argv=0x82150c3d0) at ../src/backend/main/main.c:230
[06:33:24.458] #0  0x000000082d98a41a in thr_kill () from /lib/libc.so.7
core
[06:33:23.992] #0  0x000000082b39c41a in thr_kill () from /lib/libc.so.7
[06:33:23.992] #1  0x000000082b315e64 in raise () from /lib/libc.so.7
[06:33:23.992] #2  0x000000082b3c66f9 in abort () from /lib/libc.so.7
[06:33:23.992] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:23.992] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:23.992] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:23.992] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:23.992] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820d91c68) at ../src/backe...
[06:33:23.992] #8  0x00000000007d5390 in main (argc=8, argv=0x820d91c68) at ../src/backend/main/main.c:230
[06:33:24.222] #0  0x000000082b4d241a in thr_kill () from /lib/libc.so.7
core
[06:33:23.759] #0  0x000000082c52b41a in thr_kill () from /lib/libc.so.7
[06:33:23.759] #1  0x000000082c4a4e64 in raise () from /lib/libc.so.7
[06:33:23.759] #2  0x000000082c5556f9 in abort () from /lib/libc.so.7
[06:33:23.759] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:23.759] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:23.759] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:23.759] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:23.759] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821152888) at ../src/backe...
[06:33:23.759] #8  0x00000000007d5390 in main (argc=8, argv=0x821152888) at ../src/backend/main/main.c:230
[06:33:23.983] #0  0x000000082b39c41a in thr_kill () from /lib/libc.so.7
core
[06:33:23.525] #0  0x000000082d06f41a in thr_kill () from /lib/libc.so.7
[06:33:23.525] #1  0x000000082cfe8e64 in raise () from /lib/libc.so.7
[06:33:23.525] #2  0x000000082d0996f9 in abort () from /lib/libc.so.7
[06:33:23.525] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:23.525] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:23.525] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:23.525] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:23.525] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8216d62b0) at ../src/backe...
[06:33:23.525] #8  0x00000000007d5390 in main (argc=8, argv=0x8216d62b0) at ../src/backend/main/main.c:230
[06:33:23.750] #0  0x000000082c52b41a in thr_kill () from /lib/libc.so.7
core
[06:33:23.291] #0  0x000000082ae3f41a in thr_kill () from /lib/libc.so.7
[06:33:23.291] #1  0x000000082adb8e64 in raise () from /lib/libc.so.7
[06:33:23.291] #2  0x000000082ae696f9 in abort () from /lib/libc.so.7
[06:33:23.291] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:23.291] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:23.291] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:23.291] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:23.291] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x82132e600) at ../src/backe...
[06:33:23.291] #8  0x00000000007d5390 in main (argc=8, argv=0x82132e600) at ../src/backend/main/main.c:230
[06:33:23.516] #0  0x000000082d06f41a in thr_kill () from /lib/libc.so.7
core
[06:33:23.057] #0  0x000000082bdf041a in thr_kill () from /lib/libc.so.7
[06:33:23.057] #1  0x000000082bd69e64 in raise () from /lib/libc.so.7
[06:33:23.057] #2  0x000000082be1a6f9 in abort () from /lib/libc.so.7
[06:33:23.057] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:23.057] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:23.057] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:23.057] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:23.057] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x82149e028) at ../src/backe...
[06:33:23.057] #8  0x00000000007d5390 in main (argc=8, argv=0x82149e028) at ../src/backend/main/main.c:230
[06:33:23.282] #0  0x000000082ae3f41a in thr_kill () from /lib/libc.so.7
core
[06:33:05.735] #0  0x000000082ca9541a in thr_kill () from /lib/libc.so.7
[06:33:05.735] #1  0x000000082ca0ee64 in raise () from /lib/libc.so.7
[06:33:05.735] #2  0x000000082cabf6f9 in abort () from /lib/libc.so.7
[06:33:05.735] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:05.735] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:05.735] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:05.735] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:05.735] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8219eb0d0) at ../src/backe...
[06:33:05.735] #8  0x00000000007d5390 in main (argc=4, argv=0x8219eb0d0) at ../src/backend/main/main.c:230
[06:33:05.961] #0  0x000000082bd7841a in thr_kill () from /lib/libc.so.7
core
[06:33:05.970] #0  0x000000082bd7841a in thr_kill () from /lib/libc.so.7
[06:33:05.970] #1  0x000000082bcf1e64 in raise () from /lib/libc.so.7
[06:33:05.970] #2  0x000000082bda26f9 in abort () from /lib/libc.so.7
[06:33:05.970] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:05.970] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:05.970] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:05.970] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:05.970] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820cce8c8) at ../src/backe...
[06:33:05.970] #8  0x00000000007d5390 in main (argc=4, argv=0x820cce8c8) at ../src/backend/main/main.c:230
[06:33:06.199] #0  0x000000082cc3c41a in thr_kill () from /lib/libc.so.7
core
[06:33:09.298] #0  0x000000082cc4241a in thr_kill () from /lib/libc.so.7
[06:33:09.298] #1  0x000000082cbbbe64 in raise () from /lib/libc.so.7
[06:33:09.298] #2  0x000000082cc6c6f9 in abort () from /lib/libc.so.7
[06:33:09.298] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:09.298] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:09.298] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:09.298] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:09.298] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820c03368) at ../src/backe...
[06:33:09.298] #8  0x00000000007d5390 in main (argc=4, argv=0x820c03368) at ../src/backend/main/main.c:230
[06:33:09.524] #0  0x000000082d46b41a in thr_kill () from /lib/libc.so.7
core
[06:33:04.773] #0  0x0000000829a2741a in thr_kill () from /lib/libc.so.7
[06:33:04.773] #1  0x00000008299a0e64 in raise () from /lib/libc.so.7
[06:33:04.773] #2  0x0000000829a516f9 in abort () from /lib/libc.so.7
[06:33:04.773] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:04.773] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:04.773] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:04.773] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:04.773] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8217826d8) at ../src/backe...
[06:33:04.773] #8  0x00000000007d5390 in main (argc=4, argv=0x8217826d8) at ../src/backend/main/main.c:230
[06:33:05.000] #0  0x000000082c34341a in thr_kill () from /lib/libc.so.7
core
[06:33:05.009] #0  0x000000082c34341a in thr_kill () from /lib/libc.so.7
[06:33:05.009] #1  0x000000082c2bce64 in raise () from /lib/libc.so.7
[06:33:05.009] #2  0x000000082c36d6f9 in abort () from /lib/libc.so.7
[06:33:05.009] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:05.009] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:05.009] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:05.009] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:05.009] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821541c38) at ../src/backe...
[06:33:05.009] #8  0x00000000007d5390 in main (argc=4, argv=0x821541c38) at ../src/backend/main/main.c:230
[06:33:05.239] #0  0x000000082cfa041a in thr_kill () from /lib/libc.so.7
core
[06:33:05.490] #0  0x000000082a1bc41a in thr_kill () from /lib/libc.so.7
[06:33:05.490] #1  0x000000082a135e64 in raise () from /lib/libc.so.7
[06:33:05.490] #2  0x000000082a1e66f9 in abort () from /lib/libc.so.7
[06:33:05.490] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:05.490] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:05.490] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:05.490] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:05.490] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821586cf8) at ../src/backe...
[06:33:05.490] #8  0x00000000007d5390 in main (argc=4, argv=0x821586cf8) at ../src/backend/main/main.c:230
[06:33:05.726] #0  0x000000082ca9541a in thr_kill () from /lib/libc.so.7
core
[06:33:07.874] #0  0x000000082b99341a in thr_kill () from /lib/libc.so.7
[06:33:07.874] #1  0x000000082b90ce64 in raise () from /lib/libc.so.7
[06:33:07.874] #2  0x000000082b9bd6f9 in abort () from /lib/libc.so.7
[06:33:07.874] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:07.874] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:07.874] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:07.874] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:07.874] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8216a8098) at ../src/backe...
[06:33:07.874] #8  0x00000000007d5390 in main (argc=4, argv=0x8216a8098) at ../src/backend/main/main.c:230
[06:33:08.101] #0  0x000000082bc7641a in thr_kill () from /lib/libc.so.7
core
[06:33:08.817] #0  0x000000082c2c941a in thr_kill () from /lib/libc.so.7
[06:33:08.817] #1  0x000000082c242e64 in raise () from /lib/libc.so.7
[06:33:08.817] #2  0x000000082c2f36f9 in abort () from /lib/libc.so.7
[06:33:08.817] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:08.817] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:08.817] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:08.817] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:08.817] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8215b83c8) at ../src/backe...
[06:33:08.817] #8  0x00000000007d5390 in main (argc=4, argv=0x8215b83c8) at ../src/backend/main/main.c:230
[06:33:09.050] #0  0x000000082a37241a in thr_kill () from /lib/libc.so.7
core
[06:33:08.582] #0  0x000000082b83241a in thr_kill () from /lib/libc.so.7
[06:33:08.582] #1  0x000000082b7abe64 in raise () from /lib/libc.so.7
[06:33:08.582] #2  0x000000082b85c6f9 in abort () from /lib/libc.so.7
[06:33:08.582] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:08.582] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:08.582] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:08.582] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:08.582] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820f14ed8) at ../src/backe...
[06:33:08.582] #8  0x00000000007d5390 in main (argc=4, argv=0x820f14ed8) at ../src/backend/main/main.c:230
[06:33:08.808] #0  0x000000082c2c941a in thr_kill () from /lib/libc.so.7
core
[06:33:06.207] #0  0x000000082cc3c41a in thr_kill () from /lib/libc.so.7
[06:33:06.207] #1  0x000000082cbb5e64 in raise () from /lib/libc.so.7
[06:33:06.207] #2  0x000000082cc666f9 in abort () from /lib/libc.so.7
[06:33:06.207] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:06.207] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:06.207] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:06.207] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:06.208] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820c3d118) at ../src/backe...
[06:33:06.208] #8  0x00000000007d5390 in main (argc=4, argv=0x820c3d118) at ../src/backend/main/main.c:230
[06:33:06.441] #0  0x000000082b55841a in thr_kill () from /lib/libc.so.7
core
[06:33:06.449] #0  0x000000082b55841a in thr_kill () from /lib/libc.so.7
[06:33:06.449] #1  0x000000082b4d1e64 in raise () from /lib/libc.so.7
[06:33:06.449] #2  0x000000082b5826f9 in abort () from /lib/libc.so.7
[06:33:06.449] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:06.449] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:06.449] #5  0x00000000008a0645 in process_pm_child_exit () at ../src/backend/postmaster/postmaster.c:2532
[06:33:06.449] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1664
[06:33:06.449] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8217cd6b0) at ../src/backe...
[06:33:06.449] #8  0x00000000007d5390 in main (argc=4, argv=0x8217cd6b0) at ../src/backend/main/main.c:230
[06:33:06.682] #0  0x000000082b73e41a in thr_kill () from /lib/libc.so.7
core
[06:33:09.059] #0  0x000000082a37241a in thr_kill () from /lib/libc.so.7
[06:33:09.059] #1  0x000000082a2ebe64 in raise () from /lib/libc.so.7
[06:33:09.059] #2  0x000000082a39c6f9 in abort () from /lib/libc.so.7
[06:33:09.059] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:09.059] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:09.059] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:09.059] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:09.059] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8214eb438) at ../src/backe...
[06:33:09.059] #8  0x00000000007d5390 in main (argc=4, argv=0x8214eb438) at ../src/backend/main/main.c:230
[06:33:09.289] #0  0x000000082cc4241a in thr_kill () from /lib/libc.so.7
core
[06:33:08.346] #0  0x000000082c85441a in thr_kill () from /lib/libc.so.7
[06:33:08.346] #1  0x000000082c7cde64 in raise () from /lib/libc.so.7
[06:33:08.346] #2  0x000000082c87e6f9 in abort () from /lib/libc.so.7
[06:33:08.346] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:08.346] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:08.346] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:08.346] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:08.346] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82157e380) at ../src/backe...
[06:33:08.346] #8  0x00000000007d5390 in main (argc=4, argv=0x82157e380) at ../src/backend/main/main.c:230
[06:33:08.574] #0  0x000000082b83241a in thr_kill () from /lib/libc.so.7
core
[06:33:08.110] #0  0x000000082bc7641a in thr_kill () from /lib/libc.so.7
[06:33:08.110] #1  0x000000082bbefe64 in raise () from /lib/libc.so.7
[06:33:08.110] #2  0x000000082bca06f9 in abort () from /lib/libc.so.7
[06:33:08.110] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:08.110] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:08.110] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:08.110] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:08.111] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821af66f8) at ../src/backe...
[06:33:08.111] #8  0x00000000007d5390 in main (argc=4, argv=0x821af66f8) at ../src/backend/main/main.c:230
[06:33:08.337] #0  0x000000082c85441a in thr_kill () from /lib/libc.so.7
core
[06:33:12.605] #0  0x000000082b21f41a in thr_kill () from /lib/libc.so.7
[06:33:12.605] #1  0x000000082b198e64 in raise () from /lib/libc.so.7
[06:33:12.605] #2  0x000000082b2496f9 in abort () from /lib/libc.so.7
[06:33:12.605] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:12.605] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:12.605] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:12.605] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:12.605] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8213be0f8) at ../src/backe...
[06:33:12.605] #8  0x00000000007d5390 in main (argc=4, argv=0x8213be0f8) at ../src/backend/main/main.c:230
[06:33:12.833] #0  0x000000082d38441a in thr_kill () from /lib/libc.so.7
core
[06:33:12.841] #0  0x000000082d38441a in thr_kill () from /lib/libc.so.7
[06:33:12.841] #1  0x000000082d2fde64 in raise () from /lib/libc.so.7
[06:33:12.841] #2  0x000000082d3ae6f9 in abort () from /lib/libc.so.7
[06:33:12.841] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:12.841] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:12.841] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:12.841] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:12.842] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82102c538) at ../src/backe...
[06:33:12.842] #8  0x00000000007d5390 in main (argc=4, argv=0x82102c538) at ../src/backend/main/main.c:230
[06:33:13.067] #0  0x000000082cfff41a in thr_kill () from /lib/libc.so.7
core
[06:33:12.367] #0  0x000000082a9e541a in thr_kill () from /lib/libc.so.7
[06:33:12.367] #1  0x000000082a95ee64 in raise () from /lib/libc.so.7
[06:33:12.367] #2  0x000000082aa0f6f9 in abort () from /lib/libc.so.7
[06:33:12.367] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:12.367] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:12.367] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:12.367] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:12.367] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820da4840) at ../src/backe...
[06:33:12.367] #8  0x00000000007d5390 in main (argc=4, argv=0x820da4840) at ../src/backend/main/main.c:230
[06:33:12.596] #0  0x000000082b21f41a in thr_kill () from /lib/libc.so.7
core
[06:33:11.425] #0  0x000000082cb3a41a in thr_kill () from /lib/libc.so.7
[06:33:11.425] #1  0x000000082cab3e64 in raise () from /lib/libc.so.7
[06:33:11.425] #2  0x000000082cb646f9 in abort () from /lib/libc.so.7
[06:33:11.425] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:11.425] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:11.425] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:11.425] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:11.425] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8212960d0) at ../src/backe...
[06:33:11.425] #8  0x00000000007d5390 in main (argc=4, argv=0x8212960d0) at ../src/backend/main/main.c:230
[06:33:11.648] #0  0x000000082ad2841a in thr_kill () from /lib/libc.so.7
core
[06:33:10.952] #0  0x0000000828ec141a in thr_kill () from /lib/libc.so.7
[06:33:10.952] #1  0x0000000828e3ae64 in raise () from /lib/libc.so.7
[06:33:10.952] #2  0x0000000828eeb6f9 in abort () from /lib/libc.so.7
[06:33:10.952] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:10.952] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:10.952] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:10.952] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:10.953] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821607e88) at ../src/backe...
[06:33:10.953] #8  0x00000000007d5390 in main (argc=4, argv=0x821607e88) at ../src/backend/main/main.c:230
[06:33:11.182] #0  0x000000082fb1641a in thr_kill () from /lib/libc.so.7
core
[06:33:17.360] #0  0x000000082ae3141a in thr_kill () from /lib/libc.so.7
[06:33:17.360] #1  0x000000082adaae64 in raise () from /lib/libc.so.7
[06:33:17.360] #2  0x000000082ae5b6f9 in abort () from /lib/libc.so.7
[06:33:17.360] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:17.360] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:17.360] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:17.360] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:17.361] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821465e18) at ../src/backe...
[06:33:17.361] #8  0x00000000007d5390 in main (argc=4, argv=0x821465e18) at ../src/backend/main/main.c:230
[06:33:17.588] #0  0x000000082c9da41a in thr_kill () from /lib/libc.so.7
core
[06:33:11.191] #0  0x000000082fb1641a in thr_kill () from /lib/libc.so.7
[06:33:11.191] #1  0x000000082fa8fe64 in raise () from /lib/libc.so.7
[06:33:11.191] #2  0x000000082fb406f9 in abort () from /lib/libc.so.7
[06:33:11.191] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:11.191] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:11.191] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:11.191] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:11.191] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821873f60) at ../src/backe...
[06:33:11.191] #8  0x00000000007d5390 in main (argc=4, argv=0x821873f60) at ../src/backend/main/main.c:230
[06:33:11.416] #0  0x000000082cb3a41a in thr_kill () from /lib/libc.so.7
core
[06:33:12.131] #0  0x000000082a71e41a in thr_kill () from /lib/libc.so.7
[06:33:12.131] #1  0x000000082a697e64 in raise () from /lib/libc.so.7
[06:33:12.131] #2  0x000000082a7486f9 in abort () from /lib/libc.so.7
[06:33:12.131] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:12.131] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:12.131] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:12.131] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:12.131] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821678df0) at ../src/backe...
[06:33:12.131] #8  0x00000000007d5390 in main (argc=4, argv=0x821678df0) at ../src/backend/main/main.c:230
[06:33:12.358] #0  0x000000082a9e541a in thr_kill () from /lib/libc.so.7
core
[06:33:00.956] #0  0x000000082c3b641a in thr_kill () from /lib/libc.so.7
[06:33:00.956] #1  0x000000082c32fe64 in raise () from /lib/libc.so.7
[06:33:00.956] #2  0x000000082c3e06f9 in abort () from /lib/libc.so.7
[06:33:00.956] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:00.956] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:00.956] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:00.956] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:00.956] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8219a2878) at ../src/backe...
[06:33:00.956] #8  0x00000000007d5390 in main (argc=4, argv=0x8219a2878) at ../src/backend/main/main.c:230
[06:33:01.193] #0  0x000000082c5c841a in thr_kill () from /lib/libc.so.7
core
[06:33:01.441] #0  0x000000082cdb641a in thr_kill () from /lib/libc.so.7
[06:33:01.441] #1  0x000000082cd2fe64 in raise () from /lib/libc.so.7
[06:33:01.441] #2  0x000000082cde06f9 in abort () from /lib/libc.so.7
[06:33:01.441] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:01.441] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:01.441] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:01.441] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:01.442] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821a26c48) at ../src/backe...
[06:33:01.442] #8  0x00000000007d5390 in main (argc=4, argv=0x821a26c48) at ../src/backend/main/main.c:230
[06:33:01.672] #0  0x0000000829ff041a in thr_kill () from /lib/libc.so.7
core
[06:33:01.202] #0  0x000000082c5c841a in thr_kill () from /lib/libc.so.7
[06:33:01.202] #1  0x000000082c541e64 in raise () from /lib/libc.so.7
[06:33:01.202] #2  0x000000082c5f26f9 in abort () from /lib/libc.so.7
[06:33:01.202] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:01.202] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:01.202] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:01.202] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:01.202] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8211b65f0) at ../src/backe...
[06:33:01.202] #8  0x00000000007d5390 in main (argc=4, argv=0x8211b65f0) at ../src/backend/main/main.c:230
[06:33:01.433] #0  0x000000082cdb641a in thr_kill () from /lib/libc.so.7
core
[06:33:05.248] #0  0x000000082cfa041a in thr_kill () from /lib/libc.so.7
[06:33:05.248] #1  0x000000082cf19e64 in raise () from /lib/libc.so.7
[06:33:05.248] #2  0x000000082cfca6f9 in abort () from /lib/libc.so.7
[06:33:05.248] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:05.248] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:05.248] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:05.248] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:05.248] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82105cd70) at ../src/backe...
[06:33:05.248] #8  0x00000000007d5390 in main (argc=4, argv=0x82105cd70) at ../src/backend/main/main.c:230
[06:33:05.481] #0  0x000000082a1bc41a in thr_kill () from /lib/libc.so.7
core
[06:33:07.638] #0  0x000000082ab6341a in thr_kill () from /lib/libc.so.7
[06:33:07.638] #1  0x000000082aadce64 in raise () from /lib/libc.so.7
[06:33:07.638] #2  0x000000082ab8d6f9 in abort () from /lib/libc.so.7
[06:33:07.638] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:07.638] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:07.638] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:07.638] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:07.639] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820f718e8) at ../src/backe...
[06:33:07.639] #8  0x00000000007d5390 in main (argc=4, argv=0x820f718e8) at ../src/backend/main/main.c:230
[06:33:07.865] #0  0x000000082b99341a in thr_kill () from /lib/libc.so.7
core
[06:33:06.691] #0  0x000000082b73e41a in thr_kill () from /lib/libc.so.7
[06:33:06.691] #1  0x000000082b6b7e64 in raise () from /lib/libc.so.7
[06:33:06.691] #2  0x000000082b7686f9 in abort () from /lib/libc.so.7
[06:33:06.691] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:06.691] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:06.691] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:06.691] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:06.692] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8211a3e40) at ../src/backe...
[06:33:06.692] #8  0x00000000007d5390 in main (argc=4, argv=0x8211a3e40) at ../src/backend/main/main.c:230
[06:33:06.918] #0  0x000000082cfa441a in thr_kill () from /lib/libc.so.7
core
[06:33:06.927] #0  0x000000082cfa441a in thr_kill () from /lib/libc.so.7
[06:33:06.927] #1  0x000000082cf1de64 in raise () from /lib/libc.so.7
[06:33:06.927] #2  0x000000082cfce6f9 in abort () from /lib/libc.so.7
[06:33:06.927] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:06.927] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:06.927] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:06.927] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:06.927] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82104e580) at ../src/backe...
[06:33:06.927] #8  0x00000000007d5390 in main (argc=4, argv=0x82104e580) at ../src/backend/main/main.c:230
[06:33:07.153] #0  0x000000082d4bd41a in thr_kill () from /lib/libc.so.7
core
[06:33:07.162] #0  0x000000082d4bd41a in thr_kill () from /lib/libc.so.7
[06:33:07.162] #1  0x000000082d436e64 in raise () from /lib/libc.so.7
[06:33:07.162] #2  0x000000082d4e76f9 in abort () from /lib/libc.so.7
[06:33:07.162] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:07.162] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:07.162] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:07.162] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:07.162] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8217cf010) at ../src/backe...
[06:33:07.162] #8  0x00000000007d5390 in main (argc=4, argv=0x8217cf010) at ../src/backend/main/main.c:230
[06:33:07.391] #0  0x000000082c26a41a in thr_kill () from /lib/libc.so.7
core
[06:33:07.399] #0  0x000000082c26a41a in thr_kill () from /lib/libc.so.7
[06:33:07.399] #1  0x000000082c1e3e64 in raise () from /lib/libc.so.7
[06:33:07.399] #2  0x000000082c2946f9 in abort () from /lib/libc.so.7
[06:33:07.399] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:07.399] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:07.399] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:07.399] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:07.400] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820e1a650) at ../src/backe...
[06:33:07.400] #8  0x00000000007d5390 in main (argc=4, argv=0x820e1a650) at ../src/backend/main/main.c:230
[06:33:07.630] #0  0x000000082ab6341a in thr_kill () from /lib/libc.so.7
core
[06:33:13.076] #0  0x000000082cfff41a in thr_kill () from /lib/libc.so.7
[06:33:13.076] #1  0x000000082cf78e64 in raise () from /lib/libc.so.7
[06:33:13.076] #2  0x000000082d0296f9 in abort () from /lib/libc.so.7
[06:33:13.076] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:13.076] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:13.076] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:13.076] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:13.076] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821406998) at ../src/backe...
[06:33:13.076] #8  0x00000000007d5390 in main (argc=4, argv=0x821406998) at ../src/backend/main/main.c:230
[06:33:13.300] #0  0x000000082b88841a in thr_kill () from /lib/libc.so.7
core
[06:33:13.309] #0  0x000000082b88841a in thr_kill () from /lib/libc.so.7
[06:33:13.309] #1  0x000000082b801e64 in raise () from /lib/libc.so.7
[06:33:13.309] #2  0x000000082b8b26f9 in abort () from /lib/libc.so.7
[06:33:13.309] #3  0x0000000000aa74e5 in ExceptionalCondition (conditionName=0x2e717d "(remainMask.mask | targetMask.mas...
[06:33:13.309] #4  0x00000000008a1817 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:33:13.309] #5  0x000000000089fd19 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[06:33:13.309] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:33:13.309] #7  0x000000000089f0f4 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82190f640) at ../src/backe...
[06:33:13.309] #8  0x00000000007d5390 in main (argc=4, argv=0x82190f640) at ../src/backend/main/main.c:230
[06:33:13.541] #0  0x000000082e2db41a in thr_kill () from /lib/libc.so.7
tap
[06:29:32.013](0.157s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/amcheck/001_verify_heapam/data/t...
tap
[06:29:32.252](0.294s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/amcheck/002_cic/data/t_002_cic_C...
tap
[06:29:32.105](0.161s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/amcheck/003_cic_2pc/data/t_003_c...
tap
[06:29:32.184](0.189s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/amcheck/004_verify_nbtree_unique...
tap
[06:29:32.196](0.171s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/amcheck/005_pitr/data/t_005_pitr...
tap
[06:29:33.086](0.271s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/authentication/001_password/data...
tap
[06:29:33.109](0.194s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/authentication/002_saslprep/data...
tap
[06:29:33.079](0.154s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/authentication/003_peer/data/t_0...
tap
[06:29:33.138](0.186s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/authentication/004_file_inclusio...
tap
[06:29:33.277](0.196s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/authentication/006_login_trigger...
tap
[06:29:32.336](0.186s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/auto_explain/001_auto_explain/da...
tap
[06:29:32.486](0.165s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/basebackup_to_shell/001_basic/da...
tap
[06:29:32.407](0.160s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/bloom/001_wal/data/t_001_wal_pri...
tap
[06:29:35.927](0.164s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/brin/01_workitems/data/t_01_work...
tap
[06:29:35.975](0.207s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/brin/02_wal_consistency/data/t_0...
tap
[06:29:38.016](0.181s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/checksums/001_basic/data/t_001_b...
tap
[06:29:38.007](0.160s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/checksums/002_restarts/data/t_00...
tap
[06:29:38.100](0.179s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/checksums/003_standby_restarts/d...
tap
[06:29:38.123](0.184s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/checksums/004_offline/data/t_004...
tap
[06:29:36.039](0.178s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/commit_ts/001_base/data/t_001_ba...
tap
[06:29:36.146](0.222s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/commit_ts/002_standby/data/t_002...
tap
[06:29:36.155](0.188s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/commit_ts/003_standby_2/data/t_0...
tap
[06:29:36.231](0.172s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/commit_ts/004_restart/data/t_004...
tap
[06:29:38.671](0.164s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/icu/010_database/data/t_010_data...
tap
[06:29:36.316](0.158s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/injection_points/001_stats/data/...
tap
[06:05:41.096](0.310s) Bail out!  pg_ctl restart failed
tap
[06:29:37.007](0.171s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/ldap_password_func/001_mutated_b...
tap
[06:29:38.582](0.151s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/ldap/001_auth/data/t_001_auth_no...
tap
[06:29:38.792](0.148s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/ldap/002_bindpasswd/data/t_002_b...
tap
[06:29:36.433](0.149s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/libpq_pipeline/001_libpq_pipelin...
tap
[06:29:16.484](0.204s) Bail out!  pg_ctl stop failed
tap
[06:29:14.636](0.203s) Bail out!  pg_ctl restart failed
tap
[06:29:20.035](0.205s) Bail out!  pg_ctl stop failed
tap
[06:29:18.935](1.501s) Bail out!  pg_ctl stop failed
tap
[06:29:21.663](0.207s) Bail out!  pg_ctl restart failed
tap
[06:29:26.581](0.662s) Bail out!  pg_ctl start failed
tap
[06:29:25.194](0.000s) not ok 23 - data_checksums=on is reported on an offline cluster stdout /(?^:^on$)/
[06:29:25.561](0.254s) Bail out!  pg_ctl stop failed
tap
[06:29:26.843](0.213s) Bail out!  pg_ctl start failed
tap
[06:29:27.369](0.160s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_combinebackup/005_integrity/d...
tap
[06:29:27.550](0.162s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_combinebackup/006_db_file_cop...
tap
[06:29:27.660](0.158s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_combinebackup/007_wal_level_m...
tap
[06:29:27.828](0.155s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_combinebackup/008_promote/dat...
tap
[06:29:27.836](0.152s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_combinebackup/009_no_full_fil...
tap
[06:29:28.098](0.159s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_controldata/001_pg_controldat...
tap
[06:29:28.132](0.160s) not ok 11 - pg_ctl initdb
tap
[06:29:28.132](0.159s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_ctl/002_status/data/t_002_sta...
tap
[06:29:28.301](0.151s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_ctl/003_promote/data/t_003_pr...
tap
[06:29:28.379](0.154s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_ctl/004_logrotate/data/t_004_...
tap
[06:29:28.434](0.152s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_dump/002_pg_dump/data/t_002_p...
tap
[06:29:28.580](0.151s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_dump/003_pg_dump_with_server/...
tap
[06:29:28.664](0.154s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_dump/004_pg_dump_parallel/dat...
tap
[06:29:28.715](0.151s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_dump/005_pg_dump_filterfile/d...
tap
[06:29:28.715](0.150s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_dump/010_dump_connstr/data/t_...
tap
[06:29:32.657](0.205s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_prewarm/001_basic/data/t_001_...
tap
[06:29:28.868](0.150s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_resetwal/001_basic/data/t_001...
tap
[06:29:28.945](0.151s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_resetwal/002_corrupted/data/t...
tap
[06:29:29.003](0.154s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_rewind/001_basic/data/t_001_b...
tap
[06:29:29.002](0.154s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_rewind/002_databases/data/t_0...
tap
[06:29:29.149](0.148s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_rewind/003_extrafiles/data/t_...
tap
[06:29:29.227](0.152s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_rewind/004_pg_xlog_symlink/da...
tap
[06:29:29.281](0.152s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_rewind/005_same_timeline/data...
tap
[06:29:29.420](0.150s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_rewind/007_standby_source/dat...
tap
[06:29:29.424](0.148s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_rewind/008_min_recovery_point...
tap
[06:29:29.510](0.152s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_rewind/009_growing_files/data...
tap
[06:29:29.567](0.157s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_rewind/010_keep_recycled_wals...
tap
[06:29:32.659](0.150s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_stat_statements/010_restart/d...
tap
[06:05:36.502](0.554s) Bail out!  pg_ctl stop failed
tap
[06:04:41.219](3.158s) Bail out!  pg_ctl stop failed
tap
[06:04:42.588](2.643s) Bail out!  pg_ctl stop failed
tap
[06:29:29.822](0.149s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_verifybackup/002_algorithm/da...
tap
[06:29:29.823](0.146s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_verifybackup/003_corruption/d...
tap
[06:29:29.842](0.146s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_verifybackup/004_options/data...
tap
[06:29:30.111](0.157s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_verifybackup/006_encoding/dat...
tap
[06:29:30.104](0.150s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_verifybackup/007_wal/data/t_0...
tap
[06:29:30.122](0.153s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_verifybackup/008_untar/data/t...
tap
[06:29:30.167](0.149s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_verifybackup/009_extract/data...
tap
[06:29:30.389](0.158s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_verifybackup/010_client_untar...
tap
[06:29:32.778](0.217s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_visibility/001_concurrent_tra...
tap
[06:29:32.765](0.222s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_visibility/002_corrupt_vm/dat...
tap
[06:29:30.428](0.150s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_waldump/001_basic/data/t_001_...
tap
[06:29:30.403](0.153s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_waldump/002_save_fullpage/dat...
tap
[06:29:30.570](0.151s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_walsummary/002_blocks/data/t_...
tap
[06:29:30.679](0.156s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pgbench/001_pgbench_with_server/...
tap
[06:29:33.534](0.245s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/postmaster/001_connection_limits...
tap
[06:29:33.387](0.160s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/postmaster/002_start_stop/data/t...
tap
[06:29:30.729](0.152s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/psql/001_basic/data/t_001_basic_...
tap
[06:29:30.868](0.155s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/psql/010_tab_completion/data/t_0...
tap
[06:29:30.956](0.147s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/psql/020_cancel/data/t_020_cance...
tap
[06:04:40.251](4.321s) Bail out!  pg_ctl stop failed
tap
[06:04:40.239](0.943s) Bail out!  pg_ctl stop failed
tap
[06:04:44.321](2.940s) Bail out!  pg_ctl stop failed
tap
[06:04:43.844](0.422s) Bail out!  pg_ctl restart failed
tap
[06:04:47.084](1.037s) Bail out!  pg_ctl stop failed
tap
[06:04:56.733](12.753s) Bail out!  pg_ctl restart failed
tap
[06:04:48.880](0.576s) Bail out!  pg_ctl stop failed
tap
[06:04:48.911](0.662s) Bail out!  pg_ctl stop failed
tap
[06:04:51.859](2.787s) Bail out!  pg_ctl stop failed
tap
[06:04:51.958](0.891s) Bail out!  pg_ctl stop failed
tap
[06:04:57.760](5.573s) Bail out!  pg_ctl stop failed
tap
[06:04:59.223](6.008s) Bail out!  pg_ctl stop failed
tap
[06:04:57.601](1.823s) Bail out!  pg_ctl restart failed
tap
[06:04:59.589](1.861s) Bail out!  pg_ctl stop failed
tap
[06:05:00.407](1.234s) Bail out!  pg_ctl stop failed
tap
[06:05:01.247](1.200s) Bail out!  pg_ctl stop failed
tap
[06:05:03.329](0.428s) Bail out!  pg_ctl stop failed
tap
[06:05:03.845](0.426s) Bail out!  pg_ctl stop failed
tap
[06:05:03.525](1.944s) Bail out!  pg_ctl restart failed
tap
[06:05:07.673](0.729s) Bail out!  pg_ctl stop failed
tap
[06:05:52.083](0.208s) Bail out!  pg_ctl restart failed
tap
[06:05:11.711](0.828s) Bail out!  pg_ctl stop failed
tap
[06:05:12.004](0.538s) Bail out!  pg_ctl stop failed
tap
[06:05:15.212](0.314s) Bail out!  pg_ctl restart failed
tap
[06:05:15.778](0.627s) Bail out!  pg_ctl restart failed
tap
[06:05:22.533](0.895s) Bail out!  pg_ctl stop failed
tap
[06:05:21.470](4.230s) Bail out!  pg_ctl stop failed
tap
[06:05:25.254](3.277s) Bail out!  pg_ctl stop failed
tap
[06:05:31.660](0.465s) Bail out!  pg_ctl stop failed
tap
[06:05:29.707](4.213s) Bail out!  pg_ctl stop failed
tap
[06:05:36.053](0.517s) Bail out!  pg_ctl restart failed
tap
[06:05:35.101](0.666s) Bail out!  pg_ctl stop failed
tap
[06:05:39.545](0.548s) Bail out!  pg_ctl stop failed
tap
[06:05:38.619](0.209s) Bail out!  pg_ctl stop failed
tap
[06:05:40.423](0.546s) Bail out!  pg_ctl stop failed
tap
[06:29:31.021](0.150s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/010_clusterdb/data/t_010...
tap
[06:29:31.019](0.154s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/011_clusterdb_all/data/t...
tap
[06:29:31.158](0.150s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/020_createdb/data/t_020_...
tap
[06:29:31.249](0.150s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/040_createuser/data/t_04...
tap
[06:29:31.310](0.147s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/050_dropdb/data/t_050_dr...
tap
[06:29:31.312](0.147s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/070_dropuser/data/t_070_...
tap
[06:29:31.449](0.150s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/080_pg_isready/data/t_08...
tap
[06:29:31.537](0.146s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/090_reindexdb/data/t_090...
tap
[06:29:31.585](0.147s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/091_reindexdb_all/data/t...
tap
[06:29:31.600](0.146s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/100_vacuumdb/data/t_100_...
tap
[06:29:31.729](0.153s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/101_vacuumdb_all/data/t_...
tap
[06:29:31.814](0.149s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/102_vacuumdb_stages/data...
tap
[06:29:31.860](0.146s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/200_connstr/data/t_200_c...
tap
[06:29:36.443](0.148s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/ssl_passphrase_callback/001_test...
tap
[06:29:38.366](0.197s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/ssl/001_ssltests/data/t_001_sslt...
tap
[06:29:38.345](0.180s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/ssl/002_scram/data/t_002_scram_p...
tap
[06:29:38.406](0.156s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/ssl/003_sslinfo/data/t_003_sslin...
tap
[06:29:33.433](0.165s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/001_rep_changes/dat...
tap
[06:29:33.463](0.177s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/002_types/data/t_00...
tap
[06:29:33.640](0.211s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/003_constraints/dat...
tap
[06:29:33.805](0.256s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/004_sync/data/t_004...
tap
[06:29:33.732](0.157s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/005_encoding/data/t...
tap
[06:29:33.778](0.176s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/006_rewrite/data/t_...
tap
[06:29:33.889](0.202s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/007_ddl/data/t_007_...
tap
[06:29:33.953](0.185s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/008_diff_schema/dat...
tap
[06:29:34.059](0.182s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/009_matviews/data/t...
tap
[06:29:34.086](0.155s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/010_truncate/data/t...
tap
[06:29:34.137](0.180s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/011_generated/data/...
tap
[06:29:34.237](0.181s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/012_collation/data/...
tap
[06:29:34.401](0.211s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/013_partition/data/...
tap
[06:29:34.382](0.154s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/014_binary/data/t_0...
tap
[06:29:34.424](0.181s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/015_stream/data/t_0...
tap
[06:29:34.479](0.207s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/016_stream_subxact/...
tap
[06:29:34.602](0.231s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/017_stream_ddl/data...
tap
[06:29:34.699](0.177s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/018_stream_subxact_...
tap
[06:29:34.758](0.222s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/019_stream_subxact_...
tap
[06:29:34.721](0.161s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/020_messages/data/t...
tap
[06:29:34.895](0.202s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/021_twophase/data/t...
tap
[06:29:34.904](0.155s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/022_twophase_cascad...
tap
[06:29:35.014](0.178s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/023_twophase_stream...
tap
[06:29:35.037](0.185s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/024_add_drop_pub/da...
tap
[06:29:35.137](0.162s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/025_rep_changes_for...
tap
[06:29:35.222](0.187s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/026_stats/data/t_02...
tap
[06:29:35.333](0.170s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/027_nosuperuser/dat...
tap
[06:29:35.332](0.167s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/028_row_filter/data...
tap
[06:29:35.400](0.216s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/029_on_error/data/t...
tap
[06:29:35.480](0.205s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/030_origin/data/t_0...
tap
[06:29:35.622](0.263s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/031_column_list/dat...
tap
[06:29:35.663](0.183s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/032_subscribe_use_i...
tap
[06:29:35.641](0.174s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/033_run_as_table_ow...
tap
[06:29:35.809](0.275s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/034_temporal/data/t...
tap
[06:29:35.780](0.166s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/100_bugs/data/t_100...
tap
[06:29:36.512](0.152s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/test_custom_rmgrs/001_basic/data...
tap
[06:29:32.803](0.174s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/test_decoding/001_repl_stats/dat...
tap
[06:29:36.910](0.198s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/test_misc/001_constraint_validat...
tap
[06:29:36.911](0.155s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/test_misc/002_tablespace/data/t_...
tap
[06:29:37.254](0.206s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/test_misc/003_check_guc/data/t_0...
tap
[06:29:37.261](0.158s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/test_misc/004_io_direct/data/t_0...
tap
[06:29:37.334](0.165s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/test_misc/005_timeouts/data/t_00...
tap
[06:29:37.542](0.160s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/test_misc/006_signal_autovacuum/...
tap
[06:29:37.584](0.161s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/test_pg_dump/001_base/data/t_001...
tap
[06:29:37.680](0.209s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/test_slru/001_multixact/data/t_0...
tap
[06:29:37.808](0.163s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/worker_spi/001_worker_spi/data/t...
test
[06:31:20.252]   5/319 postgresql:pg_upgrade / pg_upgrade/003_logical_slots                            ERROR            ...
[06:31:20.252]   6/319 postgresql:recovery / recovery/001_stream_rep                                   ERROR            ...
[06:31:20.252]   7/319 postgresql:recovery / recovery/003_recovery_targets                             ERROR            ...
[06:31:20.252]   8/319 postgresql:pg_upgrade / pg_upgrade/004_subscription                             ERROR            ...
[06:31:20.252]   9/319 postgresql:recovery / recovery/006_logical_decoding                             ERROR            ...
[06:31:20.252]  11/319 postgresql:recovery / recovery/004_timeline_switch                              ERROR            ...
[06:31:20.252]  12/319 postgresql:recovery / recovery/010_logical_decoding_timelines                   ERROR            ...
[06:31:20.252]  13/319 postgresql:recovery / recovery/007_sync_rep                                     ERROR            ...
[06:31:20.252]  14/319 postgresql:recovery / recovery/009_twophase                                     ERROR            ...
[06:31:20.252]  15/319 postgresql:recovery / recovery/014_unlogged_reinit                              ERROR            ...
[06:31:20.252]  17/319 postgresql:recovery / recovery/012_subtransactions                              ERROR            ...
[06:31:20.252]  18/319 postgresql:recovery / recovery/008_fsm_truncation                               ERROR            ...
[06:31:20.252]  19/319 postgresql:recovery / recovery/017_shm                                          ERROR            ...
[06:31:20.252]  20/319 postgresql:recovery / recovery/015_promotion_pages                              ERROR            ...
[06:31:20.252]  21/319 postgresql:recovery / recovery/018_wal_optimize                                 ERROR            ...
[06:31:20.252]  22/319 postgresql:recovery / recovery/016_min_consistency                              ERROR            ...
[06:31:20.252]  23/319 postgresql:recovery / recovery/020_archive_status                               ERROR            ...
[06:31:20.252]  24/319 postgresql:recovery / recovery/019_replslot_limit                               ERROR            ...
[06:31:20.252]  25/319 postgresql:recovery / recovery/024_archive_recovery                             ERROR            ...
[06:31:20.252]  26/319 postgresql:recovery / recovery/021_row_visibility                               ERROR            ...
[06:31:20.252]  27/319 postgresql:recovery / recovery/023_pitr_prepared_xact                           ERROR            ...
[06:31:20.252]  28/319 postgresql:recovery / recovery/026_overwrite_contrecord                         ERROR            ...
[06:31:20.252]  30/319 postgresql:recovery / recovery/029_stats_restart                                ERROR            ...
[06:31:20.252]  31/319 postgresql:recovery / recovery/028_pitr_timelines                               ERROR            ...
[06:31:20.252]  32/319 postgresql:recovery / recovery/030_stats_cleanup_replica                        ERROR            ...
[06:31:20.252]  33/319 postgresql:recovery / recovery/031_recovery_conflict                            ERROR            ...
[06:31:20.252]  34/319 postgresql:recovery / recovery/033_replay_tsp_drops                             ERROR            ...
[06:31:20.252]  35/319 postgresql:recovery / recovery/032_relfilenode_reuse                            ERROR            ...
[06:31:20.252]  36/319 postgresql:recovery / recovery/034_create_database                              ERROR            ...
[06:31:20.252]  37/319 postgresql:recovery / recovery/036_truncated_dropped                            ERROR            ...
[06:31:20.252]  39/319 postgresql:recovery / recovery/035_standby_logical_decoding                     ERROR            ...
[06:31:20.252]  40/319 postgresql:recovery / recovery/039_end_of_wal                                   ERROR            ...
[06:31:20.252]  41/319 postgresql:recovery / recovery/038_save_logical_slots_shutdown                  ERROR            ...
[06:31:20.252]  42/319 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[06:31:20.252]  43/319 postgresql:recovery / recovery/041_checkpoint_at_promote                        ERROR            ...
[06:31:20.252]  44/319 postgresql:recovery / recovery/042_low_level_backup                             ERROR            ...
[06:31:20.252]  45/319 postgresql:kerberos / kerberos/001_auth                                         ERROR            ...
[06:31:20.252]  46/319 postgresql:recovery / recovery/040_standby_failover_slots_sync                  ERROR            ...
[06:31:20.252]  47/319 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[06:31:20.252]  48/319 postgresql:regress / regress/regress                                            ERROR           1...
[06:31:20.252]  49/319 postgresql:isolation / isolation/isolation                                      ERROR           1...
[06:31:20.252]  50/319 postgresql:plperl / plperl/regress                                              ERROR           1...
[06:31:20.252]  51/319 postgresql:plpgsql / plpgsql/regress                                            ERROR           1...
[06:31:20.252]  52/319 postgresql:plpython / plpython/regress                                          ERROR           1...
[06:31:20.252]  53/319 postgresql:pltcl / pltcl/regress                                                ERROR           1...
[06:31:20.252]  54/319 postgresql:recovery / recovery/013_crash_restart                                ERROR           2...
[06:31:20.252]  55/319 postgresql:recovery / recovery/022_crash_temp_files                             ERROR           2...
[06:31:20.252]  56/319 postgresql:amcheck / amcheck/regress                                            ERROR           1...
[06:31:20.252]  58/319 postgresql:basic_archive / basic_archive/regress                                ERROR           1...
[06:31:20.252]  57/319 postgresql:bloom / bloom/regress                                                ERROR           1...
[06:31:20.252]  59/319 postgresql:bool_plperl / bool_plperl/regress                                    ERROR           1...
[06:31:20.252]  60/319 postgresql:btree_gin / btree_gin/regress                                        ERROR           1...
[06:31:20.252]  61/319 postgresql:btree_gist / btree_gist/regress                                      ERROR           1...
[06:31:20.252]  62/319 postgresql:citext / citext/regress                                              ERROR           1...
[06:31:20.252]  63/319 postgresql:cube / cube/regress                                                  ERROR           1...
[06:31:20.253]  64/319 postgresql:dblink / dblink/regress                                              ERROR           1...
[06:31:20.253]  65/319 postgresql:dict_int / dict_int/regress                                          ERROR           1...
[06:31:20.253]  66/319 postgresql:dict_xsyn / dict_xsyn/regress                                        ERROR           1...
[06:31:20.253]  67/319 postgresql:earthdistance / earthdistance/regress                                ERROR           1...
[06:31:20.253]  68/319 postgresql:file_fdw / file_fdw/regress                                          ERROR           1...
[06:31:20.253]  69/319 postgresql:fuzzystrmatch / fuzzystrmatch/regress                                ERROR           1...
[06:31:20.253]  70/319 postgresql:hstore / hstore/regress                                              ERROR           1...
[06:31:20.253]  71/319 postgresql:hstore_plperl / hstore_plperl/regress                                ERROR           1...
[06:31:20.253]  72/319 postgresql:hstore_plpython / hstore_plpython/regress                            ERROR           1...
[06:31:20.253]  73/319 postgresql:isn / isn/regress                                                    ERROR           1...
[06:31:20.253]  74/319 postgresql:jsonb_plperl / jsonb_plperl/regress                                  ERROR           1...
[06:31:20.253]  75/319 postgresql:jsonb_plpython / jsonb_plpython/regress                              ERROR           1...
[06:31:20.253]  76/319 postgresql:intarray / intarray/regress                                          ERROR           1...
[06:31:20.253]  77/319 postgresql:lo / lo/regress                                                      ERROR           1...
[06:31:20.253]  78/319 postgresql:ltree / ltree/regress                                                ERROR           1...
[06:31:20.253]  79/319 postgresql:ltree_plpython / ltree_plpython/regress                              ERROR           1...
[06:31:20.253]  80/319 postgresql:pageinspect / pageinspect/regress                                    ERROR           1...
[06:31:20.253]  81/319 postgresql:passwordcheck / passwordcheck/regress                                ERROR           1...
[06:31:20.253]  82/319 postgresql:pg_buffercache / pg_buffercache/regress                              ERROR           1...
[06:31:20.253]  83/319 postgresql:pgcrypto / pgcrypto/regress                                          ERROR           1...
[06:31:20.253]  84/319 postgresql:pg_freespacemap / pg_freespacemap/regress                            ERROR           1...
[06:31:20.253]  85/319 postgresql:pg_logicalinspect / pg_logicalinspect/isolation                      ERROR           1...
[06:31:20.253]  86/319 postgresql:pgrowlocks / pgrowlocks/isolation                                    ERROR           1...
[06:31:20.253]  87/319 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR           1...
[06:31:20.253]  88/319 postgresql:pgstattuple / pgstattuple/regress                                    ERROR           1...
[06:31:20.253]  89/319 postgresql:pg_surgery / pg_surgery/regress                                      ERROR           1...
[06:31:20.253]  90/319 postgresql:pg_trgm / pg_trgm/regress                                            ERROR           1...
[06:31:20.253]  91/319 postgresql:pg_visibility / pg_visibility/regress                                ERROR           1...
[06:31:20.253]  92/319 postgresql:pg_walinspect / pg_walinspect/regress                                ERROR           1...
[06:31:20.253]  93/319 postgresql:postgres_fdw / postgres_fdw/regress                                  ERROR           1...
[06:31:20.253]  94/319 postgresql:seg / seg/regress                                                    ERROR           1...
[06:31:20.253]  95/319 postgresql:tablefunc / tablefunc/regress                                        ERROR           1...
[06:31:20.253]  96/319 postgresql:tcn / tcn/isolation                                                  ERROR           1...
[06:31:20.253]  97/319 postgresql:tsm_system_rows / tsm_system_rows/regress                            ERROR           1...
[06:31:20.253]  98/319 postgresql:tsm_system_time / tsm_system_time/regress                            ERROR           1...
[06:31:20.253]  99/319 postgresql:test_decoding / test_decoding/isolation                              ERROR           1...
[06:31:20.253] 100/319 postgresql:test_decoding / test_decoding/regress                                ERROR           1...
[06:31:20.253] 101/319 postgresql:unaccent / unaccent/regress                                          ERROR           1...
[06:31:20.253] 102/319 postgresql:uuid-ossp / uuid-ossp/regress                                        ERROR           1...
[06:31:20.253] 103/319 postgresql:xml2 / xml2/regress                                                  ERROR           1...
[06:31:20.253] 104/319 postgresql:brin / brin/isolation                                                ERROR           1...
[06:31:20.253] 105/319 postgresql:commit_ts / commit_ts/regress                                        ERROR           1...
[06:31:20.253] 106/319 postgresql:delay_execution / delay_execution/isolation                          ERROR           1...
[06:31:20.253] 107/319 postgresql:dummy_index_am / dummy_index_am/regress                              ERROR           1...
[06:31:20.253] 108/319 postgresql:dummy_seclabel / dummy_seclabel/regress                              ERROR           1...
[06:31:20.253] 109/319 postgresql:gin / gin/regress                                                    ERROR           1...
[06:31:20.253] 110/319 postgresql:injection_points / injection_points/regress                          ERROR           1...
[06:31:20.253] 111/319 postgresql:injection_points / injection_points/isolation                        ERROR           1...
[06:31:20.253] 112/319 postgresql:plsample / plsample/regress                                          ERROR           1...
[06:31:20.253] 113/319 postgresql:spgist_name_ops / spgist_name_ops/regress                            ERROR           1...
[06:31:20.253] 114/319 postgresql:test_bloomfilter / test_bloomfilter/regress                          ERROR           1...
[06:31:20.253] 115/319 postgresql:test_copy_callbacks / test_copy_callbacks/regress                    ERROR           1...
[06:31:20.253] 116/319 postgresql:test_ddl_deparse / test_ddl_deparse/regress                          ERROR           1...
[06:31:20.253] 117/319 postgresql:test_dsa / test_dsa/regress                                          ERROR           1...
[06:31:20.253] 118/319 postgresql:test_dsm_registry / test_dsm_registry/regress                        ERROR           1...
[06:31:20.253] 119/319 postgresql:test_extensions / test_extensions/regress                            ERROR           1...
[06:31:20.253] 120/319 postgresql:test_ginpostinglist / test_ginpostinglist/regress                    ERROR           1...
[06:31:20.253] 121/319 postgresql:test_lfind / test_lfind/regress                                      ERROR           1...
[06:31:20.253] 122/319 postgresql:test_oat_hooks / test_oat_hooks/regress                              ERROR           1...
[06:31:20.253] 123/319 postgresql:test_integerset / test_integerset/regress                            ERROR           1...
[06:31:20.253] 124/319 postgresql:test_parser / test_parser/regress                                    ERROR           1...
[06:31:20.253] 125/319 postgresql:test_pg_dump / test_pg_dump/regress                                  ERROR           1...
[06:31:20.253] 126/319 postgresql:test_predtest / test_predtest/regress                                ERROR           1...
[06:31:20.253] 127/319 postgresql:test_radixtree / test_radixtree/regress                              ERROR           1...
[06:31:20.254] 128/319 postgresql:test_rbtree / test_rbtree/regress                                    ERROR           1...
[06:31:20.254] 129/319 postgresql:test_regex / test_regex/regress                                      ERROR           1...
[06:31:20.254] 130/319 postgresql:test_resowner / test_resowner/regress                                ERROR           1...
[06:31:20.254] 131/319 postgresql:test_rls_hooks / test_rls_hooks/regress                              ERROR           1...
[06:31:20.254] 135/319 postgresql:test_shm_mq / test_shm_mq/regress                                    ERROR           1...
[06:31:20.254] 136/319 postgresql:libpq / libpq/005_negotiate_encryption                               ERROR            ...
[06:31:20.254] 138/319 postgresql:libpq / libpq/003_load_balance_host_list                             ERROR            ...
[06:31:20.254] 140/319 postgresql:pg_amcheck / pg_amcheck/004_verify_heapam                            ERROR            ...
[06:31:20.254] 141/319 postgresql:pg_amcheck / pg_amcheck/003_check                                    ERROR            ...
[06:31:20.254] 143/319 postgresql:pg_basebackup / pg_basebackup/010_pg_basebackup                      ERROR            ...
[06:31:20.254] 147/319 postgresql:test_slru / test_slru/regress                                        ERROR           1...
[06:31:20.254] 152/319 postgresql:pg_checksums / pg_checksums/002_actions                              ERROR            ...
[06:31:20.254] 153/319 postgresql:pg_basebackup / pg_basebackup/040_pg_createsubscriber                ERROR            ...
[06:31:20.254] 154/319 postgresql:pg_combinebackup / pg_combinebackup/003_timeline                     ERROR            ...
[06:31:20.254] 155/319 postgresql:pg_combinebackup / pg_combinebackup/005_integrity                    ERROR            ...
[06:31:20.254] 157/319 postgresql:pg_combinebackup / pg_combinebackup/006_db_file_copy                 ERROR            ...
[06:31:20.254] 158/319 postgresql:pg_combinebackup / pg_combinebackup/007_wal_level_minimal            ERROR            ...
[06:31:20.254] 160/319 postgresql:pg_combinebackup / pg_combinebackup/008_promote                      ERROR            ...
[06:31:20.254] 161/319 postgresql:pg_combinebackup / pg_combinebackup/009_no_full_file                 ERROR            ...
[06:31:20.254] 163/319 postgresql:pg_controldata / pg_controldata/001_pg_controldata                   ERROR            ...
[06:31:20.254] 164/319 postgresql:pg_ctl / pg_ctl/002_status                                           ERROR            ...
[06:31:20.254] 165/319 postgresql:pg_ctl / pg_ctl/001_start_stop                                       ERROR            ...
[06:31:20.254] 166/319 postgresql:pg_ctl / pg_ctl/003_promote                                          ERROR            ...
[06:31:20.254] 167/319 postgresql:pg_ctl / pg_ctl/004_logrotate                                        ERROR            ...
[06:31:20.254] 168/319 postgresql:pg_dump / pg_dump/002_pg_dump                                        ERROR            ...
[06:31:20.254] 170/319 postgresql:pg_dump / pg_dump/003_pg_dump_with_server                            ERROR            ...
[06:31:20.254] 171/319 postgresql:pg_dump / pg_dump/004_pg_dump_parallel                               ERROR            ...
[06:31:20.254] 173/319 postgresql:pg_dump / pg_dump/010_dump_connstr                                   ERROR            ...
[06:31:20.254] 172/319 postgresql:pg_dump / pg_dump/005_pg_dump_filterfile                             ERROR            ...
[06:31:20.254] 174/319 postgresql:pg_resetwal / pg_resetwal/001_basic                                  ERROR            ...
[06:31:20.254] 175/319 postgresql:pg_resetwal / pg_resetwal/002_corrupted                              ERROR            ...
[06:31:20.254] 176/319 postgresql:pg_rewind / pg_rewind/002_databases                                  ERROR            ...
[06:31:20.254] 177/319 postgresql:pg_rewind / pg_rewind/001_basic                                      ERROR            ...
[06:31:20.254] 179/319 postgresql:pg_rewind / pg_rewind/003_extrafiles                                 ERROR            ...
[06:31:20.254] 180/319 postgresql:pg_rewind / pg_rewind/004_pg_xlog_symlink                            ERROR            ...
[06:31:20.254] 181/319 postgresql:pg_rewind / pg_rewind/005_same_timeline                              ERROR            ...
[06:31:20.254] 182/319 postgresql:pg_rewind / pg_rewind/007_standby_source                             ERROR            ...
[06:31:20.254] 183/319 postgresql:pg_rewind / pg_rewind/008_min_recovery_point                         ERROR            ...
[06:31:20.254] 184/319 postgresql:pg_rewind / pg_rewind/009_growing_files                              ERROR            ...
[06:31:20.254] 187/319 postgresql:pg_rewind / pg_rewind/010_keep_recycled_wals                         ERROR            ...
[06:31:20.254] 189/319 postgresql:pg_verifybackup / pg_verifybackup/002_algorithm                      ERROR            ...
[06:31:20.254] 190/319 postgresql:pg_verifybackup / pg_verifybackup/003_corruption                     ERROR            ...
[06:31:20.254] 191/319 postgresql:pg_verifybackup / pg_verifybackup/004_options                        ERROR            ...
[06:31:20.254] 193/319 postgresql:pg_verifybackup / pg_verifybackup/007_wal                            ERROR            ...
[06:31:20.254] 194/319 postgresql:pg_verifybackup / pg_verifybackup/006_encoding                       ERROR            ...
[06:31:20.254] 195/319 postgresql:pg_verifybackup / pg_verifybackup/008_untar                          ERROR            ...
[06:31:20.254] 196/319 postgresql:pg_verifybackup / pg_verifybackup/009_extract                        ERROR            ...
[06:31:20.254] 198/319 postgresql:pg_verifybackup / pg_verifybackup/010_client_untar                   ERROR            ...
[06:31:20.254] 199/319 postgresql:pg_waldump / pg_waldump/002_save_fullpage                            ERROR            ...
[06:31:20.254] 200/319 postgresql:pg_waldump / pg_waldump/001_basic                                    ERROR            ...
[06:31:20.254] 201/319 postgresql:pg_walsummary / pg_walsummary/002_blocks                             ERROR            ...
[06:31:20.254] 202/319 postgresql:pgbench / pgbench/001_pgbench_with_server                            ERROR            ...
[06:31:20.254] 203/319 postgresql:psql / psql/001_basic                                                ERROR            ...
[06:31:20.254] 205/319 postgresql:psql / psql/010_tab_completion                                       ERROR            ...
[06:31:20.255] 206/319 postgresql:psql / psql/020_cancel                                               ERROR            ...
[06:31:20.255] 207/319 postgresql:scripts / scripts/011_clusterdb_all                                  ERROR            ...
[06:31:20.255] 208/319 postgresql:scripts / scripts/010_clusterdb                                      ERROR            ...
[06:31:20.255] 209/319 postgresql:scripts / scripts/020_createdb                                       ERROR            ...
[06:31:20.255] 210/319 postgresql:scripts / scripts/040_createuser                                     ERROR            ...
[06:31:20.255] 211/319 postgresql:scripts / scripts/050_dropdb                                         ERROR            ...
[06:31:20.255] 212/319 postgresql:scripts / scripts/070_dropuser                                       ERROR            ...
[06:31:20.255] 213/319 postgresql:scripts / scripts/080_pg_isready                                     ERROR            ...
[06:31:20.255] 214/319 postgresql:scripts / scripts/090_reindexdb                                      ERROR            ...
[06:31:20.255] 215/319 postgresql:scripts / scripts/091_reindexdb_all                                  ERROR            ...
[06:31:20.255] 216/319 postgresql:scripts / scripts/100_vacuumdb                                       ERROR            ...
[06:31:20.255] 217/319 postgresql:scripts / scripts/101_vacuumdb_all                                   ERROR            ...
[06:31:20.255] 219/319 postgresql:scripts / scripts/102_vacuumdb_stages                                ERROR            ...
[06:31:20.255] 220/319 postgresql:scripts / scripts/200_connstr                                        ERROR            ...
[06:31:20.255] 221/319 postgresql:test_tidstore / test_tidstore/regress                                ERROR           1...
[06:31:20.255] 222/319 postgresql:amcheck / amcheck/001_verify_heapam                                  ERROR            ...
[06:31:20.255] 223/319 postgresql:amcheck / amcheck/003_cic_2pc                                        ERROR            ...
[06:31:20.255] 224/319 postgresql:amcheck / amcheck/004_verify_nbtree_unique                           ERROR            ...
[06:31:20.255] 225/319 postgresql:amcheck / amcheck/005_pitr                                           ERROR            ...
[06:31:20.255] 226/319 postgresql:amcheck / amcheck/002_cic                                            ERROR            ...
[06:31:20.255] 227/319 postgresql:auto_explain / auto_explain/001_auto_explain                         ERROR            ...
[06:31:20.255] 229/319 postgresql:bloom / bloom/001_wal                                                ERROR            ...
[06:31:20.255] 230/319 postgresql:basebackup_to_shell / basebackup_to_shell/001_basic                  ERROR            ...
[06:31:20.255] 231/319 postgresql:pg_prewarm / pg_prewarm/001_basic                                    ERROR            ...
[06:31:20.255] 232/319 postgresql:pg_stat_statements / pg_stat_statements/010_restart                  ERROR            ...
[06:31:20.255] 233/319 postgresql:pg_visibility / pg_visibility/002_corrupt_vm                         ERROR            ...
[06:31:20.255] 234/319 postgresql:pg_visibility / pg_visibility/001_concurrent_transaction             ERROR            ...
[06:31:20.255] 235/319 postgresql:test_decoding / test_decoding/001_repl_stats                         ERROR            ...
[06:31:20.255] 238/319 postgresql:authentication / authentication/003_peer                             ERROR            ...
[06:31:20.255] 239/319 postgresql:authentication / authentication/001_password                         ERROR            ...
[06:31:20.255] 240/319 postgresql:authentication / authentication/002_saslprep                         ERROR            ...
[06:31:20.255] 241/319 postgresql:authentication / authentication/004_file_inclusion                   ERROR            ...
[06:31:20.255] 242/319 postgresql:authentication / authentication/006_login_trigger                    ERROR            ...
[06:31:20.255] 243/319 postgresql:postmaster / postmaster/002_start_stop                               ERROR            ...
[06:31:20.255] 244/319 postgresql:subscription / subscription/001_rep_changes                          ERROR            ...
[06:31:20.255] 245/319 postgresql:subscription / subscription/002_types                                ERROR            ...
[06:31:20.255] 246/319 postgresql:postmaster / postmaster/001_connection_limits                        ERROR            ...
[06:31:20.255] 247/319 postgresql:subscription / subscription/003_constraints                          ERROR            ...
[06:31:20.255] 248/319 postgresql:subscription / subscription/005_encoding                             ERROR            ...
[06:31:20.255] 249/319 postgresql:subscription / subscription/006_rewrite                              ERROR            ...
[06:31:20.255] 250/319 postgresql:subscription / subscription/004_sync                                 ERROR            ...
[06:31:20.255] 251/319 postgresql:subscription / subscription/007_ddl                                  ERROR            ...
[06:31:20.255] 252/319 postgresql:subscription / subscription/008_diff_schema                          ERROR            ...
[06:31:20.255] 253/319 postgresql:subscription / subscription/009_matviews                             ERROR            ...
[06:31:20.255] 254/319 postgresql:subscription / subscription/010_truncate                             ERROR            ...
[06:31:20.255] 255/319 postgresql:subscription / subscription/011_generated                            ERROR            ...
[06:31:20.255] 256/319 postgresql:subscription / subscription/012_collation                            ERROR            ...
[06:31:20.255] 257/319 postgresql:subscription / subscription/014_binary                               ERROR            ...
[06:31:20.255] 258/319 postgresql:subscription / subscription/013_partition                            ERROR            ...
[06:31:20.255] 259/319 postgresql:subscription / subscription/015_stream                               ERROR            ...
[06:31:20.255] 260/319 postgresql:subscription / subscription/016_stream_subxact                       ERROR            ...
[06:31:20.255] 261/319 postgresql:subscription / subscription/017_stream_ddl                           ERROR            ...
[06:31:20.255] 262/319 postgresql:subscription / subscription/018_stream_subxact_abort                 ERROR            ...
[06:31:20.288] 263/319 postgresql:subscription / subscription/020_messages                             ERROR            ...
[06:31:20.288] 264/319 postgresql:subscription / subscription/019_stream_subxact_ddl_abort             ERROR            ...
[06:31:20.288] 265/319 postgresql:subscription / subscription/021_twophase                             ERROR            ...
[06:31:20.288] 266/319 postgresql:subscription / subscription/022_twophase_cascade                     ERROR            ...
[06:31:20.288] 267/319 postgresql:subscription / subscription/023_twophase_stream                      ERROR            ...
[06:31:20.288] 268/319 postgresql:subscription / subscription/024_add_drop_pub                         ERROR            ...
[06:31:20.288] 269/319 postgresql:subscription / subscription/025_rep_changes_for_schema               ERROR            ...
[06:31:20.288] 270/319 postgresql:subscription / subscription/026_stats                                ERROR            ...
[06:31:20.288] 272/319 postgresql:subscription / subscription/027_nosuperuser                          ERROR            ...
[06:31:20.288] 271/319 postgresql:subscription / subscription/028_row_filter                           ERROR            ...
[06:31:20.288] 273/319 postgresql:subscription / subscription/029_on_error                             ERROR            ...
[06:31:20.288] 274/319 postgresql:subscription / subscription/030_origin                               ERROR            ...
[06:31:20.288] 275/319 postgresql:subscription / subscription/031_column_list                          ERROR            ...
[06:31:20.288] 276/319 postgresql:subscription / subscription/033_run_as_table_owner                   ERROR            ...
[06:31:20.288] 277/319 postgresql:subscription / subscription/032_subscribe_use_index                  ERROR            ...
[06:31:20.288] 278/319 postgresql:subscription / subscription/100_bugs                                 ERROR            ...
[06:31:20.288] 279/319 postgresql:subscription / subscription/034_temporal                             ERROR            ...
[06:31:20.288] 280/319 postgresql:brin / brin/01_workitems                                             ERROR            ...
[06:31:20.288] 281/319 postgresql:brin / brin/02_wal_consistency                                       ERROR            ...
[06:31:20.288] 282/319 postgresql:commit_ts / commit_ts/001_base                                       ERROR            ...
[06:31:20.288] 283/319 postgresql:commit_ts / commit_ts/002_standby                                    ERROR            ...
[06:31:20.288] 284/319 postgresql:commit_ts / commit_ts/003_standby_2                                  ERROR            ...
[06:31:20.288] 285/319 postgresql:commit_ts / commit_ts/004_restart                                    ERROR            ...
[06:31:20.288] 286/319 postgresql:injection_points / injection_points/001_stats                        ERROR            ...
[06:31:20.288] 287/319 postgresql:libpq_pipeline / libpq_pipeline/001_libpq_pipeline                   ERROR            ...
[06:31:20.288] 288/319 postgresql:ssl_passphrase_callback / ssl_passphrase_callback/001_testfunc       ERROR            ...
[06:31:20.288] 289/319 postgresql:test_custom_rmgrs / test_custom_rmgrs/001_basic                      ERROR            ...
[06:31:20.288] 292/319 postgresql:test_misc / test_misc/001_constraint_validation                      ERROR            ...
[06:31:20.288] 293/319 postgresql:test_misc / test_misc/002_tablespace                                 ERROR            ...
[06:31:20.288] 294/319 postgresql:ldap_password_func / ldap_password_func/001_mutated_bindpasswd       ERROR            ...
[06:31:20.288] 295/319 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
[06:31:20.288] 296/319 postgresql:test_misc / test_misc/004_io_direct                                  ERROR            ...
[06:31:20.288] 297/319 postgresql:test_misc / test_misc/005_timeouts                                   ERROR            ...
[06:31:20.288] 299/319 postgresql:test_misc / test_misc/006_signal_autovacuum                          ERROR            ...
[06:31:20.288] 300/319 postgresql:test_pg_dump / test_pg_dump/001_base                                 ERROR            ...
[06:31:20.288] 302/319 postgresql:test_slru / test_slru/001_multixact                                  ERROR            ...
[06:31:20.288] 305/319 postgresql:worker_spi / worker_spi/001_worker_spi                               ERROR            ...
[06:31:20.288] 306/319 postgresql:checksums / checksums/002_restarts                                   ERROR            ...
[06:31:20.288] 307/319 postgresql:checksums / checksums/001_basic                                      ERROR            ...
[06:31:20.288] 308/319 postgresql:checksums / checksums/003_standby_restarts                           ERROR            ...
[06:31:20.288] 309/319 postgresql:checksums / checksums/004_offline                                    ERROR            ...
[06:31:20.288] 310/319 postgresql:ssl / ssl/002_scram                                                  ERROR            ...
[06:31:20.288] 311/319 postgresql:ssl / ssl/001_ssltests                                               ERROR            ...
[06:31:20.288] 312/319 postgresql:ssl / ssl/003_sslinfo                                                ERROR            ...
[06:31:20.288] 313/319 postgresql:ldap / ldap/001_auth                                                 ERROR            ...
[06:31:20.288] 314/319 postgresql:icu / icu/010_database                                               ERROR            ...
[06:31:20.288] 315/319 postgresql:ldap / ldap/002_bindpasswd                                           ERROR            ...
[06:31:20.288] 317/319 postgresql:typcache / typcache/regress                                          ERROR           1...
[06:31:20.288] 318/319 postgresql:unsafe_tests / unsafe_tests/regress                                  ERROR           1...
[06:31:20.288] 319/319 postgresql:ecpg / ecpg/ecpg                                                     ERROR           1...
Linux - Debian Bookworm - Autoconf
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2896, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2896, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2896, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2896, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2896, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2896, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2896, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2896, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2896, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2896, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2896, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2896, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2896, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2896, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2896, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2896, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2896, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2896, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2896, PID...
core
[06:11:24.376] #0  0x00007f55b8cabebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:24.376] #1  0x00007f55b8c5cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:24.376] #2  0x00007f55b8c47472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:24.376] #3  0x000055d10d5444e6 in ExceptionalCondition (conditionName=conditionName@entry=0x55d10d8aefe0 "(remain...
[06:11:24.376] #4  0x000055d10d08db0d in PostmasterStateMachine () at postmaster.c:2896
[06:11:24.376] #5  0x000055d10d08e041 in process_pm_shutdown_request () at postmaster.c:2151
[06:11:24.376] #6  0x000055d10d08f17c in ServerLoop () at postmaster.c:1660
[06:11:24.376] #7  0x000055d10d0914dd in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x604000000610) at postmaste...
[06:11:24.376] #8  0x000055d10ce337e6 in main (argc=4, argv=0x604000000610) at main.c:230
[06:11:24.788] #0  0x00007fde9d6abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:11:27.335] #0  0x00007f70dc0abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:27.335] #1  0x00007f70dc05cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:27.335] #2  0x00007f70dc047472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:27.335] #3  0x000055a4bf0ed4e6 in ExceptionalCondition (conditionName=conditionName@entry=0x55a4bf457fe0 "(remain...
[06:11:27.335] #4  0x000055a4bec36b0d in PostmasterStateMachine () at postmaster.c:2896
[06:11:27.335] #5  0x000055a4bec37041 in process_pm_shutdown_request () at postmaster.c:2151
[06:11:27.335] #6  0x000055a4bec3817c in ServerLoop () at postmaster.c:1660
[06:11:27.335] #7  0x000055a4bec3a4dd in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x6070000003a0) at postmaste...
[06:11:27.335] #8  0x000055a4be9dc7e6 in main (argc=8, argv=0x6070000003a0) at main.c:230
[06:11:27.740] #0  0x00007f1d250abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:11:27.752] #0  0x00007f1d250abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:27.752] #1  0x00007f1d2505cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:27.752] #2  0x00007f1d25047472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:27.752] #3  0x000055ae2f4254e6 in ExceptionalCondition (conditionName=conditionName@entry=0x55ae2f78ffe0 "(remain...
[06:11:27.752] #4  0x000055ae2ef6eb0d in PostmasterStateMachine () at postmaster.c:2896
[06:11:27.752] #5  0x000055ae2ef6f041 in process_pm_shutdown_request () at postmaster.c:2151
[06:11:27.752] #6  0x000055ae2ef7017c in ServerLoop () at postmaster.c:1660
[06:11:27.752] #7  0x000055ae2ef724dd in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x6070000003a0) at postmaste...
[06:11:27.752] #8  0x000055ae2ed147e6 in main (argc=8, argv=0x6070000003a0) at main.c:230
[06:11:28.177] #0  0x00007f41958abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:11:28.188] #0  0x00007f41958abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:28.188] #1  0x00007f419585cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:28.188] #2  0x00007f4195847472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:28.188] #3  0x0000560b079fc4e6 in ExceptionalCondition (conditionName=conditionName@entry=0x560b07d66fe0 "(remain...
[06:11:28.188] #4  0x0000560b07545b0d in PostmasterStateMachine () at postmaster.c:2896
[06:11:28.188] #5  0x0000560b07546041 in process_pm_shutdown_request () at postmaster.c:2151
[06:11:28.188] #6  0x0000560b0754717c in ServerLoop () at postmaster.c:1660
[06:11:28.188] #7  0x0000560b075494dd in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x6070000003a0) at postmaste...
[06:11:28.188] #8  0x0000560b072eb7e6 in main (argc=8, argv=0x6070000003a0) at main.c:230
[06:11:28.598] #0  0x00007f46aeaabebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:11:28.609] #0  0x00007f46aeaabebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:28.609] #1  0x00007f46aea5cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:28.609] #2  0x00007f46aea47472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:28.609] #3  0x0000558dc33f14e6 in ExceptionalCondition (conditionName=conditionName@entry=0x558dc375bfe0 "(remain...
[06:11:28.609] #4  0x0000558dc2f3ab0d in PostmasterStateMachine () at postmaster.c:2896
[06:11:28.609] #5  0x0000558dc2f3b041 in process_pm_shutdown_request () at postmaster.c:2151
[06:11:28.609] #6  0x0000558dc2f3c17c in ServerLoop () at postmaster.c:1660
[06:11:28.609] #7  0x0000558dc2f3e4dd in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x6070000003a0) at postmaste...
[06:11:28.609] #8  0x0000558dc2ce07e6 in main (argc=8, argv=0x6070000003a0) at main.c:230
[06:11:29.013] #0  0x00007f0fa0cabebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:11:29.024] #0  0x00007f0fa0cabebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:29.024] #1  0x00007f0fa0c5cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:29.024] #2  0x00007f0fa0c47472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:29.024] #3  0x000055c44f9624e6 in ExceptionalCondition (conditionName=conditionName@entry=0x55c44fcccfe0 "(remain...
[06:11:29.024] #4  0x000055c44f4abb0d in PostmasterStateMachine () at postmaster.c:2896
[06:11:29.024] #5  0x000055c44f4ac041 in process_pm_shutdown_request () at postmaster.c:2151
[06:11:29.024] #6  0x000055c44f4ad17c in ServerLoop () at postmaster.c:1660
[06:11:29.024] #7  0x000055c44f4af4dd in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x6070000003a0) at postmaste...
[06:11:29.024] #8  0x000055c44f2517e6 in main (argc=8, argv=0x6070000003a0) at main.c:230
[06:11:29.444] #0  0x00007fda9a9dbebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:11:29.455] #0  0x00007fda9a9dbebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:29.455] #1  0x00007fda9a98cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:29.455] #2  0x00007fda9a977472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:29.455] #3  0x000055f9e011f4e6 in ExceptionalCondition (conditionName=conditionName@entry=0x55f9e0489fe0 "(remain...
[06:11:29.455] #4  0x000055f9dfc68b0d in PostmasterStateMachine () at postmaster.c:2896
[06:11:29.455] #5  0x000055f9dfc69182 in process_pm_shutdown_request () at postmaster.c:2188
[06:11:29.455] #6  0x000055f9dfc6a17c in ServerLoop () at postmaster.c:1660
[06:11:29.455] #7  0x000055f9dfc6c4dd in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x6040000005d0) at postmaste...
[06:11:29.455] #8  0x000055f9dfa0e7e6 in main (argc=4, argv=0x6040000005d0) at main.c:230
[06:11:29.868] #0  0x00007f60bf9dbebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:11:29.879] #0  0x00007f60bf9dbebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:29.879] #1  0x00007f60bf98cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:29.879] #2  0x00007f60bf977472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:29.879] #3  0x000056460f62b4e6 in ExceptionalCondition (conditionName=conditionName@entry=0x56460f995fe0 "(remain...
[06:11:29.879] #4  0x000056460f174b0d in PostmasterStateMachine () at postmaster.c:2896
[06:11:29.879] #5  0x000056460f175182 in process_pm_shutdown_request () at postmaster.c:2188
[06:11:29.879] #6  0x000056460f17617c in ServerLoop () at postmaster.c:1660
[06:11:29.879] #7  0x000056460f1784dd in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x6040000005d0) at postmaste...
[06:11:29.879] #8  0x000056460ef1a7e6 in main (argc=4, argv=0x6040000005d0) at main.c:230
[06:11:30.286] #0  0x00007f0f032abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:11:30.297] #0  0x00007f0f032abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:30.297] #1  0x00007f0f0325cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:30.297] #2  0x00007f0f03247472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:30.297] #3  0x0000558aee3bd4e6 in ExceptionalCondition (conditionName=conditionName@entry=0x558aee727fe0 "(remain...
[06:11:30.297] #4  0x0000558aedf06b0d in PostmasterStateMachine () at postmaster.c:2896
[06:11:30.297] #5  0x0000558aedf07041 in process_pm_shutdown_request () at postmaster.c:2151
[06:11:30.297] #6  0x0000558aedf0817c in ServerLoop () at postmaster.c:1660
[06:11:30.297] #7  0x0000558aedf0a4dd in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x604000000610) at postmaste...
[06:11:30.297] #8  0x0000558aedcac7e6 in main (argc=4, argv=0x604000000610) at main.c:230
[06:11:30.702] #0  0x00007f6d37eabebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:11:30.713] #0  0x00007f6d37eabebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:30.713] #1  0x00007f6d37e5cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:30.713] #2  0x00007f6d37e47472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:30.713] #3  0x0000563b461304e6 in ExceptionalCondition (conditionName=conditionName@entry=0x563b4649afe0 "(remain...
[06:11:30.713] #4  0x0000563b45c79b0d in PostmasterStateMachine () at postmaster.c:2896
[06:11:30.713] #5  0x0000563b45c7a041 in process_pm_shutdown_request () at postmaster.c:2151
[06:11:30.713] #6  0x0000563b45c7b17c in ServerLoop () at postmaster.c:1660
[06:11:30.713] #7  0x0000563b45c7d4dd in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x6070000003a0) at postmaste...
[06:11:30.713] #8  0x0000563b45a1f7e6 in main (argc=8, argv=0x6070000003a0) at main.c:230
[06:11:31.112] #0  0x00007f6430eabebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:11:31.123] #0  0x00007f6430eabebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:31.123] #1  0x00007f6430e5cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:31.123] #2  0x00007f6430e47472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:31.123] #3  0x000055e7aa8b64e6 in ExceptionalCondition (conditionName=conditionName@entry=0x55e7aac20fe0 "(remain...
[06:11:31.123] #4  0x000055e7aa3ffb0d in PostmasterStateMachine () at postmaster.c:2896
[06:11:31.123] #5  0x000055e7aa400041 in process_pm_shutdown_request () at postmaster.c:2151
[06:11:31.123] #6  0x000055e7aa40117c in ServerLoop () at postmaster.c:1660
[06:11:31.123] #7  0x000055e7aa4034dd in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x6070000003a0) at postmaste...
[06:11:31.123] #8  0x000055e7aa1a57e6 in main (argc=8, argv=0x6070000003a0) at main.c:230
core
[06:11:23.526] #0  0x00007f38b27dbebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:23.526] #1  0x00007f38b278cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:23.526] #2  0x00007f38b2777472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:23.526] #3  0x0000564f4e4aa4e6 in ExceptionalCondition (conditionName=conditionName@entry=0x564f4e814fe0 "(remain...
[06:11:23.526] #4  0x0000564f4dff3b0d in PostmasterStateMachine () at postmaster.c:2896
[06:11:23.526] #5  0x0000564f4dff4041 in process_pm_shutdown_request () at postmaster.c:2151
[06:11:23.526] #6  0x0000564f4dff517c in ServerLoop () at postmaster.c:1660
[06:11:23.526] #7  0x0000564f4dff74dd in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x6070000003a0) at postmaste...
[06:11:23.526] #8  0x0000564f4dd997e6 in main (argc=8, argv=0x6070000003a0) at main.c:230
[06:11:23.938] #0  0x00007f20e30abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:11:23.949] #0  0x00007f20e30abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:23.949] #1  0x00007f20e305cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:23.949] #2  0x00007f20e3047472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:23.949] #3  0x0000560f8824a4e6 in ExceptionalCondition (conditionName=conditionName@entry=0x560f885b4fe0 "(remain...
[06:11:23.949] #4  0x0000560f87d93b0d in PostmasterStateMachine () at postmaster.c:2896
[06:11:23.949] #5  0x0000560f87d94041 in process_pm_shutdown_request () at postmaster.c:2151
[06:11:23.949] #6  0x0000560f87d9517c in ServerLoop () at postmaster.c:1660
[06:11:23.949] #7  0x0000560f87d974dd in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x6040000005d0) at postmaste...
[06:11:23.949] #8  0x0000560f87b397e6 in main (argc=4, argv=0x6040000005d0) at main.c:230
[06:11:24.365] #0  0x00007f55b8cabebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:11:24.799] #0  0x00007fde9d6abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:24.799] #1  0x00007fde9d65cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:24.799] #2  0x00007fde9d647472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:24.799] #3  0x0000559355ca74e6 in ExceptionalCondition (conditionName=conditionName@entry=0x559356011fe0 "(remain...
[06:11:24.799] #4  0x00005593557f0b0d in PostmasterStateMachine () at postmaster.c:2896
[06:11:24.799] #5  0x00005593557f1041 in process_pm_shutdown_request () at postmaster.c:2151
[06:11:24.799] #6  0x00005593557f217c in ServerLoop () at postmaster.c:1660
[06:11:24.799] #7  0x00005593557f44dd in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x6070000003a0) at postmaste...
[06:11:24.799] #8  0x00005593555967e6 in main (argc=8, argv=0x6070000003a0) at main.c:230
[06:11:25.203] #0  0x00007f59f3aabebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:11:25.214] #0  0x00007f59f3aabebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:25.214] #1  0x00007f59f3a5cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:25.214] #2  0x00007f59f3a47472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:25.214] #3  0x00005641806f44e6 in ExceptionalCondition (conditionName=conditionName@entry=0x564180a5efe0 "(remain...
[06:11:25.214] #4  0x000056418023db0d in PostmasterStateMachine () at postmaster.c:2896
[06:11:25.214] #5  0x000056418023e182 in process_pm_shutdown_request () at postmaster.c:2188
[06:11:25.214] #6  0x000056418023f17c in ServerLoop () at postmaster.c:1660
[06:11:25.214] #7  0x00005641802414dd in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x6040000005d0) at postmaste...
[06:11:25.214] #8  0x000056417ffe37e6 in main (argc=4, argv=0x6040000005d0) at main.c:230
[06:11:25.625] #0  0x00007f52047dbebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:11:25.636] #0  0x00007f52047dbebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:25.636] #1  0x00007f520478cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:25.636] #2  0x00007f5204777472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:25.636] #3  0x000055dbac7824e6 in ExceptionalCondition (conditionName=conditionName@entry=0x55dbacaecfe0 "(remain...
[06:11:25.636] #4  0x000055dbac2cbb0d in PostmasterStateMachine () at postmaster.c:2896
[06:11:25.636] #5  0x000055dbac2cc182 in process_pm_shutdown_request () at postmaster.c:2188
[06:11:25.636] #6  0x000055dbac2cd17c in ServerLoop () at postmaster.c:1660
[06:11:25.636] #7  0x000055dbac2cf4dd in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x604000000610) at postmaste...
[06:11:25.636] #8  0x000055dbac0717e6 in main (argc=4, argv=0x604000000610) at main.c:230
[06:11:26.058] #0  0x00007fa6e32abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:11:26.069] #0  0x00007fa6e32abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:26.069] #1  0x00007fa6e325cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:26.069] #2  0x00007fa6e3247472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:26.069] #3  0x0000562c28c6c4e6 in ExceptionalCondition (conditionName=conditionName@entry=0x562c28fd6fe0 "(remain...
[06:11:26.069] #4  0x0000562c287b5b0d in PostmasterStateMachine () at postmaster.c:2896
[06:11:26.069] #5  0x0000562c287b6182 in process_pm_shutdown_request () at postmaster.c:2188
[06:11:26.069] #6  0x0000562c287b717c in ServerLoop () at postmaster.c:1660
[06:11:26.069] #7  0x0000562c287b94dd in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x604000000590) at postmaste...
[06:11:26.069] #8  0x0000562c2855b7e6 in main (argc=4, argv=0x604000000590) at main.c:230
[06:11:26.468] #0  0x00007f393c0abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:11:26.479] #0  0x00007f393c0abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:26.479] #1  0x00007f393c05cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:26.479] #2  0x00007f393c047472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:26.479] #3  0x0000561a7bed44e6 in ExceptionalCondition (conditionName=conditionName@entry=0x561a7c23efe0 "(remain...
[06:11:26.479] #4  0x0000561a7ba1db0d in PostmasterStateMachine () at postmaster.c:2896
[06:11:26.479] #5  0x0000561a7ba1e182 in process_pm_shutdown_request () at postmaster.c:2188
[06:11:26.479] #6  0x0000561a7ba1f17c in ServerLoop () at postmaster.c:1660
[06:11:26.479] #7  0x0000561a7ba214dd in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x604000000610) at postmaste...
[06:11:26.479] #8  0x0000561a7b7c37e6 in main (argc=4, argv=0x604000000610) at main.c:230
[06:11:26.890] #0  0x00007f72b82abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:11:26.901] #0  0x00007f72b82abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:26.901] #1  0x00007f72b825cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:26.901] #2  0x00007f72b8247472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:26.901] #3  0x0000556e98cff4e6 in ExceptionalCondition (conditionName=conditionName@entry=0x556e99069fe0 "(remain...
[06:11:26.901] #4  0x0000556e98848b0d in PostmasterStateMachine () at postmaster.c:2896
[06:11:26.901] #5  0x0000556e98849041 in process_pm_shutdown_request () at postmaster.c:2151
[06:11:26.901] #6  0x0000556e9884a17c in ServerLoop () at postmaster.c:1660
[06:11:26.901] #7  0x0000556e9884c4dd in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x6070000003a0) at postmaste...
[06:11:26.901] #8  0x0000556e985ee7e6 in main (argc=8, argv=0x6070000003a0) at main.c:230
[06:11:27.324] #0  0x00007f70dc0abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
tap
[06:07:30.781](0.916s) Bail out!  pg_ctl stop failed
tap
[06:07:09.693](1.415s) Bail out!  pg_ctl stop failed
tap
[06:07:06.359](1.651s) Bail out!  pg_ctl stop failed
Linux - Debian Bookworm - Meson
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
core
[06:20:41.846] #0  0x00007fe10c0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:41.846] #1  0x00007fe10c05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:41.846] #2  0x00007fe10c045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:41.846] #3  0x000056522b5d4776 in ExceptionalCondition (conditionName=conditionName@entry=0x56522b878788 "(remain...
[06:20:41.846] #4  0x000056522b1ead62 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:20:41.846] #5  0x000056522b1eb2b8 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2151
[06:20:41.846] #6  0x000056522b1ec17a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:20:41.846] #7  0x000056522b1edbd9 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x56522d130d40) at ../src/ba...
[06:20:41.846] #8  0x000056522b022061 in main (argc=8, argv=0x56522d130d40) at ../src/backend/main/main.c:230
[06:20:42.308] #0  0x00007f8f27ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:20:38.525] #0  0x00007fb0ce0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:38.525] #1  0x00007fb0ce05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:38.525] #2  0x00007fb0ce045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:38.525] #3  0x000055ec2473f776 in ExceptionalCondition (conditionName=conditionName@entry=0x55ec249e3788 "(remain...
[06:20:38.525] #4  0x000055ec24355d62 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:20:38.525] #5  0x000055ec243563f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2188
[06:20:38.525] #6  0x000055ec2435717a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:20:38.525] #7  0x000055ec24358bd9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55ec25596d00) at ../src/ba...
[06:20:38.525] #8  0x000055ec2418d061 in main (argc=4, argv=0x55ec25596d00) at ../src/backend/main/main.c:230
[06:20:38.986] #0  0x00007fef908a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:20:39.007] #0  0x00007fef908a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:39.007] #1  0x00007fef9085afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:39.007] #2  0x00007fef90845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:39.007] #3  0x000056180714c776 in ExceptionalCondition (conditionName=conditionName@entry=0x5618073f0788 "(remain...
[06:20:39.007] #4  0x0000561806d62d62 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:20:39.007] #5  0x0000561806d633f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2188
[06:20:39.007] #6  0x0000561806d6417a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:20:39.007] #7  0x0000561806d65bd9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x561808f0dd00) at ../src/ba...
[06:20:39.007] #8  0x0000561806b9a061 in main (argc=4, argv=0x561808f0dd00) at ../src/backend/main/main.c:230
[06:20:39.480] #0  0x00007f5cdbaa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:20:28.678] #0  0x00007f7b1e2a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:28.678] #1  0x00007f7b1e25afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:28.678] #2  0x00007f7b1e245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:28.678] #3  0x0000565174748776 in ExceptionalCondition (conditionName=conditionName@entry=0x5651749ec788 "(remain...
[06:20:28.678] #4  0x000056517435ed62 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:20:28.678] #5  0x000056517435f3f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2188
[06:20:28.678] #6  0x000056517436017a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:20:28.678] #7  0x0000565174361bd9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x565175ab2d10) at ../src/ba...
[06:20:28.678] #8  0x0000565174196061 in main (argc=4, argv=0x565175ab2d10) at ../src/backend/main/main.c:230
[06:20:29.145] #0  0x00007f6ab48a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:20:28.202] #0  0x00007fd7ffaa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:28.202] #1  0x00007fd7ffa5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:28.202] #2  0x00007fd7ffa45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:28.202] #3  0x000055603e382776 in ExceptionalCondition (conditionName=conditionName@entry=0x55603e626788 "(remain...
[06:20:28.202] #4  0x000055603df98d62 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:20:28.202] #5  0x000055603df993f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2188
[06:20:28.202] #6  0x000055603df9a17a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:20:28.202] #7  0x000055603df9bbd9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55604016cd00) at ../src/ba...
[06:20:28.202] #8  0x000055603ddd0061 in main (argc=4, argv=0x55604016cd00) at ../src/backend/main/main.c:230
[06:20:28.655] #0  0x00007f7b1e2a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:20:27.701] #0  0x00007fa63fea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:27.701] #1  0x00007fa63fe5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:27.701] #2  0x00007fa63fe45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:27.701] #3  0x000056381967c776 in ExceptionalCondition (conditionName=conditionName@entry=0x563819920788 "(remain...
[06:20:27.701] #4  0x0000563819292d62 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:20:27.701] #5  0x00005638192932b8 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2151
[06:20:27.701] #6  0x000056381929417a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:20:27.701] #7  0x0000563819295bd9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x56381bbe6d00) at ../src/ba...
[06:20:27.701] #8  0x00005638190ca061 in main (argc=4, argv=0x56381bbe6d00) at ../src/backend/main/main.c:230
[06:20:28.181] #0  0x00007fd7ffaa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:20:27.207] #0  0x00007f735c8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:27.207] #1  0x00007f735c85afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:27.207] #2  0x00007f735c845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:27.207] #3  0x000056554c7e7776 in ExceptionalCondition (conditionName=conditionName@entry=0x56554ca8b788 "(remain...
[06:20:27.207] #4  0x000056554c3fdd62 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:20:27.207] #5  0x000056554c3fe3f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2188
[06:20:27.207] #6  0x000056554c3ff17a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:20:27.207] #7  0x000056554c400bd9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x56554e0a1d00) at ../src/ba...
[06:20:27.207] #8  0x000056554c235061 in main (argc=4, argv=0x56554e0a1d00) at ../src/backend/main/main.c:230
[06:20:27.679] #0  0x00007fa63fea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:20:26.707] #0  0x00007ff5474a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:26.707] #1  0x00007ff54745afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:26.707] #2  0x00007ff547445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:26.707] #3  0x000055b6b686c776 in ExceptionalCondition (conditionName=conditionName@entry=0x55b6b6b10788 "(remain...
[06:20:26.707] #4  0x000055b6b6482d62 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:20:26.707] #5  0x000055b6b64833f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2188
[06:20:26.707] #6  0x000055b6b648417a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:20:26.707] #7  0x000055b6b6485bd9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55b6b8d5cd10) at ../src/ba...
[06:20:26.707] #8  0x000055b6b62ba061 in main (argc=4, argv=0x55b6b8d5cd10) at ../src/backend/main/main.c:230
[06:20:27.188] #0  0x00007f735c8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:20:12.976] #0  0x00007fbd6eca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:12.976] #1  0x00007fbd6ec5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:12.976] #2  0x00007fbd6ec45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:12.976] #3  0x000055a91e326776 in ExceptionalCondition (conditionName=conditionName@entry=0x55a91e5ca788 "(remain...
[06:20:12.976] #4  0x000055a91df3cd62 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:20:12.976] #5  0x000055a91df3d3f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2188
[06:20:12.976] #6  0x000055a91df3e17a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:20:12.976] #7  0x000055a91df3fbd9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55a91fb0fd40) at ../src/ba...
[06:20:12.976] #8  0x000055a91dd74061 in main (argc=4, argv=0x55a91fb0fd40) at ../src/backend/main/main.c:230
[06:20:13.451] #0  0x00007f3b5f2a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:20:26.234] #0  0x00007f6d70ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:26.234] #1  0x00007f6d70c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:26.234] #2  0x00007f6d70c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:26.234] #3  0x0000559b48af0776 in ExceptionalCondition (conditionName=conditionName@entry=0x559b48d94788 "(remain...
[06:20:26.234] #4  0x0000559b48706d62 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:20:26.234] #5  0x0000559b487073f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2188
[06:20:26.234] #6  0x0000559b4870817a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:20:26.234] #7  0x0000559b48709bd9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x559b49965d00) at ../src/ba...
[06:20:26.234] #8  0x0000559b4853e061 in main (argc=4, argv=0x559b49965d00) at ../src/backend/main/main.c:230
[06:20:26.684] #0  0x00007ff5474a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:20:25.731] #0  0x00007f6eb32a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:25.731] #1  0x00007f6eb325afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:25.731] #2  0x00007f6eb3245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:25.731] #3  0x0000557f8937c776 in ExceptionalCondition (conditionName=conditionName@entry=0x557f89620788 "(remain...
[06:20:25.731] #4  0x0000557f88f92d62 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:20:25.731] #5  0x0000557f88f932b8 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2151
[06:20:25.731] #6  0x0000557f88f9417a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:20:25.731] #7  0x0000557f88f95bd9 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x557f8b0e7d20) at ../src/ba...
[06:20:25.731] #8  0x0000557f88dca061 in main (argc=8, argv=0x557f8b0e7d20) at ../src/backend/main/main.c:230
[06:20:26.214] #0  0x00007f6d70ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:20:18.395] #0  0x00007f0dde4a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:18.395] #1  0x00007f0dde45afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:18.395] #2  0x00007f0dde445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:18.395] #3  0x0000559bdd373776 in ExceptionalCondition (conditionName=conditionName@entry=0x559bdd617788 "(remain...
[06:20:18.395] #4  0x0000559bdcf89d62 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:20:18.395] #5  0x0000559bdcf8a3f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2188
[06:20:18.395] #6  0x0000559bdcf8b17a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:20:18.395] #7  0x0000559bdcf8cbd9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x559bdfd0cd00) at ../src/ba...
[06:20:18.395] #8  0x0000559bdcdc1061 in main (argc=4, argv=0x559bdfd0cd00) at ../src/backend/main/main.c:230
[06:20:18.857] #0  0x00007f39df6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:20:17.420] #0  0x00007f0fc44a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:17.420] #1  0x00007f0fc445afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:17.420] #2  0x00007f0fc4445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:17.420] #3  0x0000557caef5d776 in ExceptionalCondition (conditionName=conditionName@entry=0x557caf201788 "(remain...
[06:20:17.420] #4  0x0000557caeb73d62 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:20:17.420] #5  0x0000557caeb742b8 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2151
[06:20:17.420] #6  0x0000557caeb7517a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:20:17.421] #7  0x0000557caeb76bd9 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x557cb0becd20) at ../src/ba...
[06:20:17.421] #8  0x0000557cae9ab061 in main (argc=8, argv=0x557cb0becd20) at ../src/backend/main/main.c:230
[06:20:17.896] #0  0x00007f60646a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:20:35.419] #0  0x00007f03de8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:35.419] #1  0x00007f03de85afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:35.419] #2  0x00007f03de845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:35.419] #3  0x0000562bb8669776 in ExceptionalCondition (conditionName=conditionName@entry=0x562bb890d788 "(remain...
[06:20:35.419] #4  0x0000562bb827fd62 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:20:35.419] #5  0x0000562bb82803f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2188
[06:20:35.419] #6  0x0000562bb828117a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:20:35.419] #7  0x0000562bb8282bd9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x562bbacfcd10) at ../src/ba...
[06:20:35.419] #8  0x0000562bb80b7061 in main (argc=4, argv=0x562bbacfcd10) at ../src/backend/main/main.c:230
[06:20:35.897] #0  0x00007faf04aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:20:35.919] #0  0x00007faf04aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:35.919] #1  0x00007faf04a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:35.919] #2  0x00007faf04a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:35.919] #3  0x000055c6617b3776 in ExceptionalCondition (conditionName=conditionName@entry=0x55c661a57788 "(remain...
[06:20:35.919] #4  0x000055c6613c9d62 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:20:35.919] #5  0x000055c6613ca3f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2188
[06:20:35.919] #6  0x000055c6613cb17a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:20:35.919] #7  0x000055c6613ccbd9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55c662c39d00) at ../src/ba...
[06:20:35.919] #8  0x000055c661201061 in main (argc=4, argv=0x55c662c39d00) at ../src/backend/main/main.c:230
[06:20:36.062] #0  0x00007f6fd70a9ebc in ?? ()
core
[06:20:34.418] #0  0x00007f857b0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:34.418] #1  0x00007f857b05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:34.418] #2  0x00007f857b045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:34.418] #3  0x000055b1fbc74776 in ExceptionalCondition (conditionName=conditionName@entry=0x55b1fbf18788 "(remain...
[06:20:34.418] #4  0x000055b1fb88ad62 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:20:34.418] #5  0x000055b1fb88b3f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2188
[06:20:34.418] #6  0x000055b1fb88c17a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:20:34.419] #7  0x000055b1fb88dbd9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55b1fcf8ad00) at ../src/ba...
[06:20:34.419] #8  0x000055b1fb6c2061 in main (argc=4, argv=0x55b1fcf8ad00) at ../src/backend/main/main.c:230
[06:20:34.894] #0  0x00007efef86a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:20:09.112] #0  0x00007f5210aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:09.112] #1  0x00007f5210a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:09.112] #2  0x00007f5210a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:09.112] #3  0x00005558b2f87776 in ExceptionalCondition (conditionName=conditionName@entry=0x5558b322b788 "(remain...
[06:20:09.112] #4  0x00005558b2b9dd62 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:20:09.112] #5  0x00005558b2b9e2b8 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2151
[06:20:09.112] #6  0x00005558b2b9f17a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:20:09.113] #7  0x00005558b2ba0bd9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5558b4f41cd0) at ../src/ba...
[06:20:09.113] #8  0x00005558b29d5061 in main (argc=4, argv=0x5558b4f41cd0) at ../src/backend/main/main.c:230
[06:20:09.592] #0  0x00007feca80a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:20:08.619] #0  0x00007fa3d30a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:08.619] #1  0x00007fa3d305afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:08.619] #2  0x00007fa3d3045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:08.619] #3  0x00005624a8088776 in ExceptionalCondition (conditionName=conditionName@entry=0x5624a832c788 "(remain...
[06:20:08.619] #4  0x00005624a7c9ed62 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:20:08.619] #5  0x00005624a7c9f2b8 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2151
[06:20:08.619] #6  0x00005624a7ca017a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:20:08.620] #7  0x00005624a7ca1bd9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5624aac97d30) at ../src/ba...
[06:20:08.620] #8  0x00005624a7ad6061 in main (argc=4, argv=0x5624aac97d30) at ../src/backend/main/main.c:230
[06:20:09.088] #0  0x00007f5210aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:20:36.063] #0  0x00007f6fd70a9ebc in ?? ()
[06:20:36.510] #0  0x00007f27644a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:20:36.530] #0  0x00007f27644a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:36.530] #1  0x00007f276445afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:36.530] #2  0x00007f2764445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:36.530] #3  0x0000557475fc3776 in ExceptionalCondition (conditionName=conditionName@entry=0x557476267788 "(remain...
[06:20:36.530] #4  0x0000557475bd9d62 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:20:36.530] #5  0x0000557475bda2b8 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2151
[06:20:36.530] #6  0x0000557475bdb17a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:20:36.531] #7  0x0000557475bdcbd9 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x557478869d60) at ../src/ba...
[06:20:36.531] #8  0x0000557475a11061 in main (argc=8, argv=0x557478869d60) at ../src/backend/main/main.c:230
[06:20:37.009] #0  0x00007ff13cea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:20:33.930] #0  0x00007fb4b56a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:33.930] #1  0x00007fb4b565afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:33.930] #2  0x00007fb4b5645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:33.930] #3  0x000055a4e7cc5776 in ExceptionalCondition (conditionName=conditionName@entry=0x55a4e7f69788 "(remain...
[06:20:33.930] #4  0x000055a4e78dbd62 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:20:33.930] #5  0x000055a4e78dc3f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2188
[06:20:33.930] #6  0x000055a4e78dd17a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:20:33.931] #7  0x000055a4e78debd9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55a4e8f83d00) at ../src/ba...
[06:20:33.931] #8  0x000055a4e7713061 in main (argc=4, argv=0x55a4e8f83d00) at ../src/backend/main/main.c:230
[06:20:34.394] #0  0x00007f857b0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:20:33.423] #0  0x00007f1f7c0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:33.423] #1  0x00007f1f7c05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:33.423] #2  0x00007f1f7c045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:33.423] #3  0x00005558782d1776 in ExceptionalCondition (conditionName=conditionName@entry=0x555878575788 "(remain...
[06:20:33.423] #4  0x0000555877ee7d62 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:20:33.423] #5  0x0000555877ee82b8 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2151
[06:20:33.423] #6  0x0000555877ee917a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:20:33.423] #7  0x0000555877eeabd9 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55587aa7fd20) at ../src/ba...
[06:20:33.423] #8  0x0000555877d1f061 in main (argc=8, argv=0x55587aa7fd20) at ../src/backend/main/main.c:230
[06:20:33.907] #0  0x00007fb4b56a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:20:32.952] #0  0x00007f6df5aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:32.952] #1  0x00007f6df5a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:32.952] #2  0x00007f6df5a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:32.952] #3  0x000055e6e3779776 in ExceptionalCondition (conditionName=conditionName@entry=0x55e6e3a1d788 "(remain...
[06:20:32.952] #4  0x000055e6e338fd62 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:20:32.952] #5  0x000055e6e33902b8 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2151
[06:20:32.952] #6  0x000055e6e339117a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:20:32.953] #7  0x000055e6e3392bd9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55e6e483ccd0) at ../src/ba...
[06:20:32.953] #8  0x000055e6e31c7061 in main (argc=4, argv=0x55e6e483ccd0) at ../src/backend/main/main.c:230
[06:20:33.399] #0  0x00007f1f7c0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:20:10.114] #0  0x00007f5119aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:10.114] #1  0x00007f5119a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:10.114] #2  0x00007f5119a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:10.114] #3  0x0000562ed52ac776 in ExceptionalCondition (conditionName=conditionName@entry=0x562ed5550788 "(remain...
[06:20:10.114] #4  0x0000562ed4ec2d62 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:20:10.114] #5  0x0000562ed4ec33f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2188
[06:20:10.114] #6  0x0000562ed4ec417a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:20:10.115] #7  0x0000562ed4ec5bd9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x562ed671ed00) at ../src/ba...
[06:20:10.115] #8  0x0000562ed4cfa061 in main (argc=4, argv=0x562ed671ed00) at ../src/backend/main/main.c:230
[06:20:10.561] #0  0x00007f7e1daa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:20:10.583] #0  0x00007f7e1daa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:10.583] #1  0x00007f7e1da5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:10.583] #2  0x00007f7e1da45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:10.583] #3  0x0000563f97625776 in ExceptionalCondition (conditionName=conditionName@entry=0x563f978c9788 "(remain...
[06:20:10.583] #4  0x0000563f9723bd62 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:20:10.583] #5  0x0000563f9723c2b8 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2151
[06:20:10.583] #6  0x0000563f9723d17a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:20:10.584] #7  0x0000563f9723ebd9 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x563f98e0ed50) at ../src/ba...
[06:20:10.584] #8  0x0000563f97073061 in main (argc=8, argv=0x563f98e0ed50) at ../src/backend/main/main.c:230
[06:20:11.040] #0  0x00007fd3f86a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:20:11.064] #0  0x00007fd3f86a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:11.064] #1  0x00007fd3f865afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:11.064] #2  0x00007fd3f8645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:11.064] #3  0x000056045da72776 in ExceptionalCondition (conditionName=conditionName@entry=0x56045dd16788 "(remain...
[06:20:11.064] #4  0x000056045d688d62 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:20:11.064] #5  0x000056045d6892b8 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2151
[06:20:11.064] #6  0x000056045d68a17a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:20:11.064] #7  0x000056045d68bbd9 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x56045f755d90) at ../src/ba...
[06:20:11.064] #8  0x000056045d4c0061 in main (argc=8, argv=0x56045f755d90) at ../src/backend/main/main.c:230
[06:20:11.521] #0  0x00007f60592a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:20:32.494] #0  0x00007f9302aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:32.494] #1  0x00007f9302a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:32.494] #2  0x00007f9302a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:32.494] #3  0x000055564b2bc776 in ExceptionalCondition (conditionName=conditionName@entry=0x55564b560788 "(remain...
[06:20:32.494] #4  0x000055564aed2d62 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:20:32.494] #5  0x000055564aed32b8 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2151
[06:20:32.494] #6  0x000055564aed417a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:20:32.494] #7  0x000055564aed5bd9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55564d0bdd40) at ../src/ba...
[06:20:32.494] #8  0x000055564ad0a061 in main (argc=4, argv=0x55564d0bdd40) at ../src/backend/main/main.c:230
[06:20:32.930] #0  0x00007f6df5aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:20:32.027] #0  0x00007f9a1b8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:32.027] #1  0x00007f9a1b85afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:32.027] #2  0x00007f9a1b845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:32.027] #3  0x000055ebaaa3f776 in ExceptionalCondition (conditionName=conditionName@entry=0x55ebaace3788 "(remain...
[06:20:32.027] #4  0x000055ebaa655d62 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:20:32.027] #5  0x000055ebaa6562b8 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2151
[06:20:32.027] #6  0x000055ebaa65717a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:20:32.028] #7  0x000055ebaa658bd9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55ebabc3ad40) at ../src/ba...
[06:20:32.028] #8  0x000055ebaa48d061 in main (argc=4, argv=0x55ebabc3ad40) at ../src/backend/main/main.c:230
[06:20:32.472] #0  0x00007f9302aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:20:31.570] #0  0x00007fea58aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:31.570] #1  0x00007fea58a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:31.570] #2  0x00007fea58a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:31.570] #3  0x00005626e278f776 in ExceptionalCondition (conditionName=conditionName@entry=0x5626e2a33788 "(remain...
[06:20:31.570] #4  0x00005626e23a5d62 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:20:31.570] #5  0x00005626e23a62b8 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2151
[06:20:31.570] #6  0x00005626e23a717a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:20:31.570] #7  0x00005626e23a8bd9 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x5626e36f5d40) at ../src/ba...
[06:20:31.570] #8  0x00005626e21dd061 in main (argc=8, argv=0x5626e36f5d40) at ../src/backend/main/main.c:230
[06:20:32.005] #0  0x00007f9a1b8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:20:11.543] #0  0x00007f60592a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:11.543] #1  0x00007f605925afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:11.543] #2  0x00007f6059245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:11.543] #3  0x00005641e36e0776 in ExceptionalCondition (conditionName=conditionName@entry=0x5641e3984788 "(remain...
[06:20:11.543] #4  0x00005641e32f6d62 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:20:11.543] #5  0x00005641e32f72b8 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2151
[06:20:11.543] #6  0x00005641e32f817a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:20:11.543] #7  0x00005641e32f9bd9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5641e611ad00) at ../src/ba...
[06:20:11.543] #8  0x00005641e312e061 in main (argc=4, argv=0x5641e611ad00) at ../src/backend/main/main.c:230
[06:20:12.002] #0  0x00007f824caa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:20:31.107] #0  0x00007f974c0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:31.107] #1  0x00007f974c05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:31.107] #2  0x00007f974c045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:31.107] #3  0x00005602f5d2c776 in ExceptionalCondition (conditionName=conditionName@entry=0x5602f5fd0788 "(remain...
[06:20:31.107] #4  0x00005602f5942d62 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:20:31.107] #5  0x00005602f59433f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2188
[06:20:31.107] #6  0x00005602f594417a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:20:31.107] #7  0x00005602f5945bd9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5602f8653d40) at ../src/ba...
[06:20:31.107] #8  0x00005602f577a061 in main (argc=4, argv=0x5602f8653d40) at ../src/backend/main/main.c:230
[06:20:31.550] #0  0x00007fea58aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:20:30.642] #0  0x00007f5d5caa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:30.642] #1  0x00007f5d5ca5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:30.642] #2  0x00007f5d5ca45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:30.642] #3  0x00005641c5d86776 in ExceptionalCondition (conditionName=conditionName@entry=0x5641c602a788 "(remain...
[06:20:30.642] #4  0x00005641c599cd62 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:20:30.642] #5  0x00005641c599d2b8 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2151
[06:20:30.642] #6  0x00005641c599e17a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:20:30.643] #7  0x00005641c599fbd9 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x5641c806ad90) at ../src/ba...
[06:20:30.643] #8  0x00005641c57d4061 in main (argc=8, argv=0x5641c806ad90) at ../src/backend/main/main.c:230
[06:20:31.085] #0  0x00007f974c0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:20:30.164] #0  0x00007f16834a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:30.164] #1  0x00007f168345afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:30.164] #2  0x00007f1683445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:30.164] #3  0x000055fe574ab776 in ExceptionalCondition (conditionName=conditionName@entry=0x55fe5774f788 "(remain...
[06:20:30.164] #4  0x000055fe570c1d62 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:20:30.164] #5  0x000055fe570c22b8 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2151
[06:20:30.164] #6  0x000055fe570c317a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:20:30.164] #7  0x000055fe570c4bd9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55fe584d8cf0) at ../src/ba...
[06:20:30.164] #8  0x000055fe56ef9061 in main (argc=4, argv=0x55fe584d8cf0) at ../src/backend/main/main.c:230
[06:20:30.622] #0  0x00007f5d5caa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:20:40.893] #0  0x00007f22dd2a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:40.893] #1  0x00007f22dd25afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:40.893] #2  0x00007f22dd245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:40.893] #3  0x00005646c7f6d776 in ExceptionalCondition (conditionName=conditionName@entry=0x5646c8211788 "(remain...
[06:20:40.893] #4  0x00005646c7b83d62 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:20:40.893] #5  0x00005646c7b843f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2188
[06:20:40.893] #6  0x00005646c7b8517a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:20:40.894] #7  0x00005646c7b86bd9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5646ca6d7cd0) at ../src/ba...
[06:20:40.894] #8  0x00005646c79bb061 in main (argc=4, argv=0x5646ca6d7cd0) at ../src/backend/main/main.c:230
[06:20:41.356] #0  0x00007f0bb00a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:20:40.408] #0  0x00007ff4ba4a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:40.408] #1  0x00007ff4ba45afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:40.408] #2  0x00007ff4ba445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:40.408] #3  0x0000564423350776 in ExceptionalCondition (conditionName=conditionName@entry=0x5644235f4788 "(remain...
[06:20:40.408] #4  0x0000564422f66d62 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:20:40.408] #5  0x0000564422f672b8 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2151
[06:20:40.408] #6  0x0000564422f6817a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:20:40.408] #7  0x0000564422f69bd9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x564424b4bd10) at ../src/ba...
[06:20:40.408] #8  0x0000564422d9e061 in main (argc=4, argv=0x564424b4bd10) at ../src/backend/main/main.c:230
[06:20:40.874] #0  0x00007f22dd2a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:20:39.954] #0  0x00007f76cd6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:39.954] #1  0x00007f76cd65afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:39.954] #2  0x00007f76cd645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:39.954] #3  0x0000560a6a2a7776 in ExceptionalCondition (conditionName=conditionName@entry=0x560a6a54b788 "(remain...
[06:20:39.954] #4  0x0000560a69ebdd62 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:20:39.954] #5  0x0000560a69ebe2b8 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2151
[06:20:39.954] #6  0x0000560a69ebf17a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:20:39.955] #7  0x0000560a69ec0bd9 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x560a6bfe0d20) at ../src/ba...
[06:20:39.955] #8  0x0000560a69cf5061 in main (argc=8, argv=0x560a6bfe0d20) at ../src/backend/main/main.c:230
[06:20:40.389] #0  0x00007ff4ba4a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:20:12.023] #0  0x00007f824caa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:12.023] #1  0x00007f824ca5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:12.023] #2  0x00007f824ca45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:12.023] #3  0x000055893f6e8776 in ExceptionalCondition (conditionName=conditionName@entry=0x55893f98c788 "(remain...
[06:20:12.023] #4  0x000055893f2fed62 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:20:12.023] #5  0x000055893f2ff3f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2188
[06:20:12.023] #6  0x000055893f30017a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:20:12.023] #7  0x000055893f301bd9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5589403aed00) at ../src/ba...
[06:20:12.023] #8  0x000055893f136061 in main (argc=4, argv=0x5589403aed00) at ../src/backend/main/main.c:230
[06:20:12.475] #0  0x00007f96ca6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:20:37.034] #0  0x00007ff13cea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:37.034] #1  0x00007ff13ce5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:37.034] #2  0x00007ff13ce45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:37.034] #3  0x000055b50862c776 in ExceptionalCondition (conditionName=conditionName@entry=0x55b5088d0788 "(remain...
[06:20:37.034] #4  0x000055b508242d62 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:20:37.034] #5  0x000055b5082432b8 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2151
[06:20:37.034] #6  0x000055b50824417a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:20:37.034] #7  0x000055b508245bd9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55b50aa64cd0) at ../src/ba...
[06:20:37.034] #8  0x000055b50807a061 in main (argc=4, argv=0x55b50aa64cd0) at ../src/backend/main/main.c:230
[06:20:37.510] #0  0x00007f6eb98a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:20:37.530] #0  0x00007f6eb98a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:37.530] #1  0x00007f6eb985afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:37.530] #2  0x00007f6eb9845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:37.530] #3  0x000055664f243776 in ExceptionalCondition (conditionName=conditionName@entry=0x55664f4e7788 "(remain...
[06:20:37.530] #4  0x000055664ee59d62 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:20:37.530] #5  0x000055664ee5a2b8 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2151
[06:20:37.530] #6  0x000055664ee5b17a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:20:37.531] #7  0x000055664ee5cbd9 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55665116fd80) at ../src/ba...
[06:20:37.531] #8  0x000055664ec91061 in main (argc=8, argv=0x55665116fd80) at ../src/backend/main/main.c:230
[06:20:38.008] #0  0x00007fe20a6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:20:05.196] #0  0x00007f69dbca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:05.196] #1  0x00007f69dbc5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:05.196] #2  0x00007f69dbc45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:05.196] #3  0x0000557d9ffa1776 in ExceptionalCondition (conditionName=conditionName@entry=0x557da0245788 "(remain...
[06:20:05.196] #4  0x0000557d9fbb7d62 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:20:05.196] #5  0x0000557d9fbb9081 in process_pm_child_exit () at ../src/backend/postmaster/postmaster.c:2532
[06:20:05.196] #6  0x0000557d9fbb9188 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1664
[06:20:05.197] #7  0x0000557d9fbbabd9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x557da2161d00) at ../src/ba...
[06:20:05.197] #8  0x0000557d9f9ef061 in main (argc=4, argv=0x557da2161d00) at ../src/backend/main/main.c:230
[06:20:05.643] #0  0x00007f4fad8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:20:05.662] #0  0x00007f4fad8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:05.662] #1  0x00007f4fad85afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:05.662] #2  0x00007f4fad845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:05.662] #3  0x00005556a3487776 in ExceptionalCondition (conditionName=conditionName@entry=0x5556a372b788 "(remain...
[06:20:05.662] #4  0x00005556a309dd62 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:20:05.662] #5  0x00005556a309e3f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2188
[06:20:05.662] #6  0x00005556a309f17a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:20:05.662] #7  0x00005556a30a0bd9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5556a4a86d40) at ../src/ba...
[06:20:05.662] #8  0x00005556a2ed5061 in main (argc=4, argv=0x5556a4a86d40) at ../src/backend/main/main.c:230
[06:20:06.145] #0  0x00007f57edea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:20:06.165] #0  0x00007f57edea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:06.165] #1  0x00007f57ede5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:06.165] #2  0x00007f57ede45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:06.165] #3  0x000056233543e776 in ExceptionalCondition (conditionName=conditionName@entry=0x5623356e2788 "(remain...
[06:20:06.165] #4  0x0000562335054d62 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:20:06.165] #5  0x00005623350552b8 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2151
[06:20:06.165] #6  0x000056233505617a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:20:06.166] #7  0x0000562335057bd9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x56233642cce0) at ../src/ba...
[06:20:06.166] #8  0x0000562334e8c061 in main (argc=4, argv=0x56233642cce0) at ../src/backend/main/main.c:230
[06:20:06.614] #0  0x00007f9fad4a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:20:29.664] #0  0x00007fb8322a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:29.664] #1  0x00007fb83225afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:29.664] #2  0x00007fb832245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:29.664] #3  0x0000560a29ca1776 in ExceptionalCondition (conditionName=conditionName@entry=0x560a29f45788 "(remain...
[06:20:29.664] #4  0x0000560a298b7d62 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:20:29.664] #5  0x0000560a298b83f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2188
[06:20:29.664] #6  0x0000560a298b917a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:20:29.664] #7  0x0000560a298babd9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x560a2b5ebd20) at ../src/ba...
[06:20:29.664] #8  0x0000560a296ef061 in main (argc=4, argv=0x560a2b5ebd20) at ../src/backend/main/main.c:230
[06:20:30.141] #0  0x00007f16834a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:20:29.166] #0  0x00007f6ab48a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:29.166] #1  0x00007f6ab485afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:29.166] #2  0x00007f6ab4845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:29.166] #3  0x000055745b81c776 in ExceptionalCondition (conditionName=conditionName@entry=0x55745bac0788 "(remain...
[06:20:29.166] #4  0x000055745b432d62 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:20:29.166] #5  0x000055745b4332b8 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2151
[06:20:29.166] #6  0x000055745b43417a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:20:29.167] #7  0x000055745b435bd9 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55745dc21d40) at ../src/ba...
[06:20:29.167] #8  0x000055745b26a061 in main (argc=8, argv=0x55745dc21d40) at ../src/backend/main/main.c:230
[06:20:29.641] #0  0x00007fb8322a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:20:12.497] #0  0x00007f96ca6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:12.497] #1  0x00007f96ca65afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:12.497] #2  0x00007f96ca645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:12.497] #3  0x000055c454351776 in ExceptionalCondition (conditionName=conditionName@entry=0x55c4545f5788 "(remain...
[06:20:12.497] #4  0x000055c453f67d62 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:20:12.497] #5  0x000055c453f682b8 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2151
[06:20:12.497] #6  0x000055c453f6917a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:20:12.498] #7  0x000055c453f6abd9 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55c456f0fd40) at ../src/ba...
[06:20:12.498] #8  0x000055c453d9f061 in main (argc=8, argv=0x55c456f0fd40) at ../src/backend/main/main.c:230
[06:20:12.954] #0  0x00007fbd6eca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:20:41.379] #0  0x00007f0bb00a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:41.379] #1  0x00007f0bb005afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:41.379] #2  0x00007f0bb0045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:41.379] #3  0x000055afcac68776 in ExceptionalCondition (conditionName=conditionName@entry=0x55afcaf0c788 "(remain...
[06:20:41.379] #4  0x000055afca87ed62 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:20:41.379] #5  0x000055afca87f3f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2188
[06:20:41.379] #6  0x000055afca88017a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:20:41.379] #7  0x000055afca881bd9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55afccff9d10) at ../src/ba...
[06:20:41.379] #8  0x000055afca6b6061 in main (argc=4, argv=0x55afccff9d10) at ../src/backend/main/main.c:230
[06:20:41.823] #0  0x00007fe10c0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:20:06.634] #0  0x00007f9fad4a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:06.634] #1  0x00007f9fad45afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:06.634] #2  0x00007f9fad445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:06.634] #3  0x0000560ab79eb776 in ExceptionalCondition (conditionName=conditionName@entry=0x560ab7c8f788 "(remain...
[06:20:06.634] #4  0x0000560ab7601d62 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:20:06.634] #5  0x0000560ab76022b8 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2151
[06:20:06.634] #6  0x0000560ab760317a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:20:06.634] #7  0x0000560ab7604bd9 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x560ab931ed50) at ../src/ba...
[06:20:06.634] #8  0x0000560ab7439061 in main (argc=8, argv=0x560ab931ed50) at ../src/backend/main/main.c:230
[06:20:07.116] #0  0x00007f5e1f8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:20:07.139] #0  0x00007f5e1f8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:07.139] #1  0x00007f5e1f85afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:07.139] #2  0x00007f5e1f845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:07.139] #3  0x000055ca1bc13776 in ExceptionalCondition (conditionName=conditionName@entry=0x55ca1beb7788 "(remain...
[06:20:07.139] #4  0x000055ca1b829d62 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:20:07.139] #5  0x000055ca1b82a3f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2188
[06:20:07.139] #6  0x000055ca1b82b17a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:20:07.139] #7  0x000055ca1b82cbd9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55ca1c933d00) at ../src/ba...
[06:20:07.139] #8  0x000055ca1b661061 in main (argc=4, argv=0x55ca1c933d00) at ../src/backend/main/main.c:230
[06:20:07.625] #0  0x00007efdb94a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:20:07.650] #0  0x00007efdb94a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:07.650] #1  0x00007efdb945afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:07.650] #2  0x00007efdb9445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:07.650] #3  0x000055df79b67776 in ExceptionalCondition (conditionName=conditionName@entry=0x55df79e0b788 "(remain...
[06:20:07.650] #4  0x000055df7977dd62 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:20:07.650] #5  0x000055df7977e3f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2188
[06:20:07.650] #6  0x000055df7977f17a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:20:07.650] #7  0x000055df79780bd9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55df7be9ed10) at ../src/ba...
[06:20:07.650] #8  0x000055df795b5061 in main (argc=4, argv=0x55df7be9ed10) at ../src/backend/main/main.c:230
[06:20:08.114] #0  0x00007fb68c8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:20:38.032] #0  0x00007fe20a6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:38.032] #1  0x00007fe20a65afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:38.032] #2  0x00007fe20a645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:38.032] #3  0x000055bdedca6776 in ExceptionalCondition (conditionName=conditionName@entry=0x55bdedf4a788 "(remain...
[06:20:38.032] #4  0x000055bded8bcd62 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:20:38.032] #5  0x000055bded8bd3f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2188
[06:20:38.032] #6  0x000055bded8be17a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:20:38.032] #7  0x000055bded8bfbd9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55bdefad6d00) at ../src/ba...
[06:20:38.032] #8  0x000055bded6f4061 in main (argc=4, argv=0x55bdefad6d00) at ../src/backend/main/main.c:230
[06:20:38.505] #0  0x00007fb0ce0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:20:15.477] #0  0x00007ff8e82a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:15.477] #1  0x00007ff8e825afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:15.477] #2  0x00007ff8e8245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:15.477] #3  0x000055ac8f4b7776 in ExceptionalCondition (conditionName=conditionName@entry=0x55ac8f75b788 "(remain...
[06:20:15.477] #4  0x000055ac8f0cdd62 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:20:15.477] #5  0x000055ac8f0ce3f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2188
[06:20:15.477] #6  0x000055ac8f0cf17a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:20:15.477] #7  0x000055ac8f0d0bd9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55ac91788d20) at ../src/ba...
[06:20:15.477] #8  0x000055ac8ef05061 in main (argc=4, argv=0x55ac91788d20) at ../src/backend/main/main.c:230
[06:20:15.932] #0  0x00007fb9a0ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:20:22.304] #0  0x00007f5e5c6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:22.304] #1  0x00007f5e5c65afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:22.304] #2  0x00007f5e5c645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:22.304] #3  0x0000561645771776 in ExceptionalCondition (conditionName=conditionName@entry=0x561645a15788 "(remain...
[06:20:22.304] #4  0x0000561645387d62 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:20:22.304] #5  0x00005616453882b8 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2151
[06:20:22.304] #6  0x000056164538917a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:20:22.304] #7  0x000056164538abd9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x56164718cd10) at ../src/ba...
[06:20:22.304] #8  0x00005616451bf061 in main (argc=4, argv=0x56164718cd10) at ../src/backend/main/main.c:230
[06:20:22.770] #0  0x00007ff5448a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:20:21.827] #0  0x00007ff6426a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:21.827] #1  0x00007ff64265afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:21.827] #2  0x00007ff642645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:21.827] #3  0x000055b3cb604776 in ExceptionalCondition (conditionName=conditionName@entry=0x55b3cb8a8788 "(remain...
[06:20:21.827] #4  0x000055b3cb21ad62 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:20:21.827] #5  0x000055b3cb21b3f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2188
[06:20:21.827] #6  0x000055b3cb21c17a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:20:21.827] #7  0x000055b3cb21dbd9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55b3cca20d00) at ../src/ba...
[06:20:21.827] #8  0x000055b3cb052061 in main (argc=4, argv=0x55b3cca20d00) at ../src/backend/main/main.c:230
[06:20:22.284] #0  0x00007f5e5c6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:20:21.337] #0  0x00007fc7fa0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:21.337] #1  0x00007fc7fa05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:21.337] #2  0x00007fc7fa045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:21.337] #3  0x00005579e7a8d776 in ExceptionalCondition (conditionName=conditionName@entry=0x5579e7d31788 "(remain...
[06:20:21.337] #4  0x00005579e76a3d62 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:20:21.337] #5  0x00005579e76a42b8 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2151
[06:20:21.337] #6  0x00005579e76a517a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:20:21.337] #7  0x00005579e76a6bd9 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x5579e9de8d20) at ../src/ba...
[06:20:21.337] #8  0x00005579e74db061 in main (argc=8, argv=0x5579e9de8d20) at ../src/backend/main/main.c:230
[06:20:21.803] #0  0x00007ff6426a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:20:20.867] #0  0x00007f3c8d6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:20.867] #1  0x00007f3c8d65afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:20.867] #2  0x00007f3c8d645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:20.867] #3  0x000056237f92f776 in ExceptionalCondition (conditionName=conditionName@entry=0x56237fbd3788 "(remain...
[06:20:20.867] #4  0x000056237f545d62 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:20:20.867] #5  0x000056237f5462b8 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2151
[06:20:20.867] #6  0x000056237f54717a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:20:20.867] #7  0x000056237f548bd9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x562380827d00) at ../src/ba...
[06:20:20.867] #8  0x000056237f37d061 in main (argc=4, argv=0x562380827d00) at ../src/backend/main/main.c:230
[06:20:21.317] #0  0x00007fc7fa0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:20:15.955] #0  0x00007fb9a0ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:15.955] #1  0x00007fb9a0c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:15.955] #2  0x00007fb9a0c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:15.955] #3  0x000055afd07c9776 in ExceptionalCondition (conditionName=conditionName@entry=0x55afd0a6d788 "(remain...
[06:20:15.955] #4  0x000055afd03dfd62 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:20:15.955] #5  0x000055afd03e02b8 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2151
[06:20:15.955] #6  0x000055afd03e117a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:20:15.955] #7  0x000055afd03e2bd9 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55afd26b8d20) at ../src/ba...
[06:20:15.955] #8  0x000055afd0217061 in main (argc=8, argv=0x55afd26b8d20) at ../src/backend/main/main.c:230
[06:20:16.421] #0  0x00007ff9e4ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:20:20.386] #0  0x00007f91fb4a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:20.386] #1  0x00007f91fb45afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:20.386] #2  0x00007f91fb445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:20.386] #3  0x0000558e064f1776 in ExceptionalCondition (conditionName=conditionName@entry=0x558e06795788 "(remain...
[06:20:20.386] #4  0x0000558e06107d62 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:20:20.386] #5  0x0000558e061083f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2188
[06:20:20.386] #6  0x0000558e0610917a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:20:20.386] #7  0x0000558e0610abd9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x558e086c9cf0) at ../src/ba...
[06:20:20.386] #8  0x0000558e05f3f061 in main (argc=4, argv=0x558e086c9cf0) at ../src/backend/main/main.c:230
[06:20:20.848] #0  0x00007f3c8d6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:20:19.887] #0  0x00007f917aaa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:19.887] #1  0x00007f917aa5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:19.887] #2  0x00007f917aa45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:19.887] #3  0x000055df57bda776 in ExceptionalCondition (conditionName=conditionName@entry=0x55df57e7e788 "(remain...
[06:20:19.887] #4  0x000055df577f0d62 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:20:19.887] #5  0x000055df577f12b8 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2151
[06:20:19.887] #6  0x000055df577f217a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:20:19.887] #7  0x000055df577f3bd9 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55df58ee4d50) at ../src/ba...
[06:20:19.887] #8  0x000055df57628061 in main (argc=8, argv=0x55df58ee4d50) at ../src/backend/main/main.c:230
[06:20:20.364] #0  0x00007f91fb4a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:20:16.443] #0  0x00007ff9e4ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:16.443] #1  0x00007ff9e4c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:16.443] #2  0x00007ff9e4c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:16.443] #3  0x00005597c55eb776 in ExceptionalCondition (conditionName=conditionName@entry=0x5597c588f788 "(remain...
[06:20:16.443] #4  0x00005597c5201d62 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:20:16.443] #5  0x00005597c52023f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2188
[06:20:16.443] #6  0x00005597c520317a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:20:16.443] #7  0x00005597c5204bd9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5597c7ca5d00) at ../src/ba...
[06:20:16.443] #8  0x00005597c5039061 in main (argc=4, argv=0x5597c7ca5d00) at ../src/backend/main/main.c:230
[06:20:16.910] #0  0x00007f4f67aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:20:16.930] #0  0x00007f4f67aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:16.930] #1  0x00007f4f67a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:16.930] #2  0x00007f4f67a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:16.930] #3  0x000055bf00e85776 in ExceptionalCondition (conditionName=conditionName@entry=0x55bf01129788 "(remain...
[06:20:16.930] #4  0x000055bf00a9bd62 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:20:16.930] #5  0x000055bf00a9c3f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2188
[06:20:16.930] #6  0x000055bf00a9d17a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:20:16.930] #7  0x000055bf00a9ebd9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55bf027bdcf0) at ../src/ba...
[06:20:16.930] #8  0x000055bf008d3061 in main (argc=4, argv=0x55bf027bdcf0) at ../src/backend/main/main.c:230
[06:20:17.396] #0  0x00007f0fc44a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:20:19.382] #0  0x00007fd6490a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:19.382] #1  0x00007fd64905afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:19.382] #2  0x00007fd649045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:19.382] #3  0x000055a232ff9776 in ExceptionalCondition (conditionName=conditionName@entry=0x55a23329d788 "(remain...
[06:20:19.382] #4  0x000055a232c0fd62 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:20:19.382] #5  0x000055a232c102b8 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2151
[06:20:19.382] #6  0x000055a232c1117a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:20:19.382] #7  0x000055a232c12bd9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55a234c3ecf0) at ../src/ba...
[06:20:19.382] #8  0x000055a232a47061 in main (argc=4, argv=0x55a234c3ecf0) at ../src/backend/main/main.c:230
[06:20:19.866] #0  0x00007f917aaa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:20:18.880] #0  0x00007f39df6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:18.880] #1  0x00007f39df65afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:18.880] #2  0x00007f39df645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:18.880] #3  0x0000557205cb0776 in ExceptionalCondition (conditionName=conditionName@entry=0x557205f54788 "(remain...
[06:20:18.880] #4  0x00005572058c6d62 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:20:18.880] #5  0x00005572058c72b8 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2151
[06:20:18.880] #6  0x00005572058c817a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:20:18.880] #7  0x00005572058c9bd9 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x557207707d80) at ../src/ba...
[06:20:18.880] #8  0x00005572056fe061 in main (argc=8, argv=0x557207707d80) at ../src/backend/main/main.c:230
[06:20:19.362] #0  0x00007fd6490a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:20:17.918] #0  0x00007f60646a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:17.918] #1  0x00007f606465afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:17.918] #2  0x00007f6064645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:17.918] #3  0x000055b1d3356776 in ExceptionalCondition (conditionName=conditionName@entry=0x55b1d35fa788 "(remain...
[06:20:17.918] #4  0x000055b1d2f6cd62 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:20:17.918] #5  0x000055b1d2f6d2b8 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2151
[06:20:17.918] #6  0x000055b1d2f6e17a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:20:17.918] #7  0x000055b1d2f6fbd9 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55b1d5e6dd90) at ../src/ba...
[06:20:17.918] #8  0x000055b1d2da4061 in main (argc=8, argv=0x55b1d5e6dd90) at ../src/backend/main/main.c:230
[06:20:18.375] #0  0x00007f0dde4a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:20:13.474] #0  0x00007f3b5f2a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:13.474] #1  0x00007f3b5f25afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:13.474] #2  0x00007f3b5f245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:13.474] #3  0x0000560c030aa776 in ExceptionalCondition (conditionName=conditionName@entry=0x560c0334e788 "(remain...
[06:20:13.474] #4  0x0000560c02cc0d62 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:20:13.474] #5  0x0000560c02cc12b8 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2151
[06:20:13.474] #6  0x0000560c02cc217a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:20:13.474] #7  0x0000560c02cc3bd9 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x560c04f34d90) at ../src/ba...
[06:20:13.474] #8  0x0000560c02af8061 in main (argc=8, argv=0x560c04f34d90) at ../src/backend/main/main.c:230
[06:20:13.941] #0  0x00007f93936a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:20:08.137] #0  0x00007fb68c8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:08.137] #1  0x00007fb68c85afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:08.137] #2  0x00007fb68c845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:08.137] #3  0x0000562eb550e776 in ExceptionalCondition (conditionName=conditionName@entry=0x562eb57b2788 "(remain...
[06:20:08.137] #4  0x0000562eb5124d62 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:20:08.137] #5  0x0000562eb51253f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2188
[06:20:08.137] #6  0x0000562eb512617a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:20:08.137] #7  0x0000562eb5127bd9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x562eb764ed20) at ../src/ba...
[06:20:08.137] #8  0x0000562eb4f5c061 in main (argc=4, argv=0x562eb764ed20) at ../src/backend/main/main.c:230
[06:20:08.600] #0  0x00007fa3d30a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:20:34.919] #0  0x00007efef86a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:34.919] #1  0x00007efef865afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:34.919] #2  0x00007efef8645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:34.919] #3  0x0000561c59980776 in ExceptionalCondition (conditionName=conditionName@entry=0x561c59c24788 "(remain...
[06:20:34.919] #4  0x0000561c59596d62 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:20:34.919] #5  0x0000561c595972b8 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2151
[06:20:34.919] #6  0x0000561c5959817a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:20:34.919] #7  0x0000561c59599bd9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x561c5a9aad00) at ../src/ba...
[06:20:34.919] #8  0x0000561c593ce061 in main (argc=4, argv=0x561c5a9aad00) at ../src/backend/main/main.c:230
[06:20:35.397] #0  0x00007f03de8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:20:09.612] #0  0x00007feca80a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:09.612] #1  0x00007feca805afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:09.612] #2  0x00007feca8045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:09.612] #3  0x00005643cf92d776 in ExceptionalCondition (conditionName=conditionName@entry=0x5643cfbd1788 "(remain...
[06:20:09.612] #4  0x00005643cf543d62 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:20:09.612] #5  0x00005643cf5442b8 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2151
[06:20:09.612] #6  0x00005643cf54517a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:20:09.613] #7  0x00005643cf546bd9 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x5643d1282d90) at ../src/ba...
[06:20:09.613] #8  0x00005643cf37b061 in main (argc=8, argv=0x5643d1282d90) at ../src/backend/main/main.c:230
[06:20:10.095] #0  0x00007f5119aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:20:25.242] #0  0x00007f2d65ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:25.242] #1  0x00007f2d65c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:25.242] #2  0x00007f2d65c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:25.242] #3  0x0000559e54a60776 in ExceptionalCondition (conditionName=conditionName@entry=0x559e54d04788 "(remain...
[06:20:25.242] #4  0x0000559e54676d62 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:20:25.242] #5  0x0000559e546772b8 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2151
[06:20:25.242] #6  0x0000559e5467817a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:20:25.243] #7  0x0000559e54679bd9 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x559e56a9cd40) at ../src/ba...
[06:20:25.243] #8  0x0000559e544ae061 in main (argc=8, argv=0x559e56a9cd40) at ../src/backend/main/main.c:230
[06:20:25.708] #0  0x00007f6eb32a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:20:24.762] #0  0x00007f82ae0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:24.762] #1  0x00007f82ae05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:24.762] #2  0x00007f82ae045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:24.762] #3  0x000055d20d537776 in ExceptionalCondition (conditionName=conditionName@entry=0x55d20d7db788 "(remain...
[06:20:24.762] #4  0x000055d20d14dd62 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:20:24.762] #5  0x000055d20d14e3f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2188
[06:20:24.762] #6  0x000055d20d14f17a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:20:24.763] #7  0x000055d20d150bd9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55d20e91ed10) at ../src/ba...
[06:20:24.763] #8  0x000055d20cf85061 in main (argc=4, argv=0x55d20e91ed10) at ../src/backend/main/main.c:230
[06:20:25.223] #0  0x00007f2d65ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:20:13.960] #0  0x00007f93936a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:13.960] #1  0x00007f939365afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:13.960] #2  0x00007f9393645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:13.960] #3  0x00005597d5881776 in ExceptionalCondition (conditionName=conditionName@entry=0x5597d5b25788 "(remain...
[06:20:13.960] #4  0x00005597d5497d62 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:20:13.960] #5  0x00005597d54983f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2188
[06:20:13.960] #6  0x00005597d549917a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:20:13.961] #7  0x00005597d549abd9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5597d6e27d40) at ../src/ba...
[06:20:13.961] #8  0x00005597d52cf061 in main (argc=4, argv=0x5597d6e27d40) at ../src/backend/main/main.c:230
[06:20:14.414] #0  0x00007fd22cea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:20:14.433] #0  0x00007fd22cea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:14.433] #1  0x00007fd22ce5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:14.433] #2  0x00007fd22ce45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:14.433] #3  0x000055b4593be776 in ExceptionalCondition (conditionName=conditionName@entry=0x55b459662788 "(remain...
[06:20:14.433] #4  0x000055b458fd4d62 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:20:14.433] #5  0x000055b458fd52b8 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2151
[06:20:14.433] #6  0x000055b458fd617a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:20:14.434] #7  0x000055b458fd7bd9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55b45b863d10) at ../src/ba...
[06:20:14.434] #8  0x000055b458e0c061 in main (argc=4, argv=0x55b45b863d10) at ../src/backend/main/main.c:230
[06:20:14.935] #0  0x00007ff84b6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:20:39.499] #0  0x00007f5cdbaa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:39.499] #1  0x00007f5cdba5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:39.499] #2  0x00007f5cdba45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:39.499] #3  0x000055dd20e39776 in ExceptionalCondition (conditionName=conditionName@entry=0x55dd210dd788 "(remain...
[06:20:39.499] #4  0x000055dd20a4fd62 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:20:39.499] #5  0x000055dd20a502b8 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2151
[06:20:39.499] #6  0x000055dd20a5117a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:20:39.500] #7  0x000055dd20a52bd9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55dd234cfd00) at ../src/ba...
[06:20:39.500] #8  0x000055dd20887061 in main (argc=4, argv=0x55dd234cfd00) at ../src/backend/main/main.c:230
[06:20:39.933] #0  0x00007f76cd6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:20:24.291] #0  0x00007fe7e7ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:24.291] #1  0x00007fe7e7c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:24.291] #2  0x00007fe7e7c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:24.291] #3  0x000055ccce1da776 in ExceptionalCondition (conditionName=conditionName@entry=0x55ccce47e788 "(remain...
[06:20:24.291] #4  0x000055cccddf0d62 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:20:24.291] #5  0x000055cccddf13f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2188
[06:20:24.291] #6  0x000055cccddf217a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:20:24.291] #7  0x000055cccddf3bd9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55ccd0b40ce0) at ../src/ba...
[06:20:24.291] #8  0x000055cccdc28061 in main (argc=4, argv=0x55ccd0b40ce0) at ../src/backend/main/main.c:230
[06:20:24.743] #0  0x00007f82ae0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:20:23.800] #0  0x00007f3fa4aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:23.800] #1  0x00007f3fa4a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:23.800] #2  0x00007f3fa4a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:23.800] #3  0x0000561d74a48776 in ExceptionalCondition (conditionName=conditionName@entry=0x561d74cec788 "(remain...
[06:20:23.800] #4  0x0000561d7465ed62 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:20:23.800] #5  0x0000561d7465f3f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2188
[06:20:23.800] #6  0x0000561d7466017a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:20:23.801] #7  0x0000561d74661bd9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x561d765dad10) at ../src/ba...
[06:20:23.801] #8  0x0000561d74496061 in main (argc=4, argv=0x561d765dad10) at ../src/backend/main/main.c:230
[06:20:24.271] #0  0x00007fe7e7ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:20:23.306] #0  0x00007fb8702a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:23.306] #1  0x00007fb87025afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:23.306] #2  0x00007fb870245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:23.306] #3  0x000055fd62a50776 in ExceptionalCondition (conditionName=conditionName@entry=0x55fd62cf4788 "(remain...
[06:20:23.306] #4  0x000055fd62666d62 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:20:23.306] #5  0x000055fd626673f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2188
[06:20:23.306] #6  0x000055fd6266817a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:20:23.306] #7  0x000055fd62669bd9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55fd63707d00) at ../src/ba...
[06:20:23.306] #8  0x000055fd6249e061 in main (argc=4, argv=0x55fd63707d00) at ../src/backend/main/main.c:230
[06:20:23.778] #0  0x00007f3fa4aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:20:22.790] #0  0x00007ff5448a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:22.790] #1  0x00007ff54485afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:22.790] #2  0x00007ff544845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:22.790] #3  0x00005568b223d776 in ExceptionalCondition (conditionName=conditionName@entry=0x5568b24e1788 "(remain...
[06:20:22.790] #4  0x00005568b1e53d62 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:20:22.790] #5  0x00005568b1e542b8 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2151
[06:20:22.790] #6  0x00005568b1e5517a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:20:22.791] #7  0x00005568b1e56bd9 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x5568b3081d40) at ../src/ba...
[06:20:22.791] #8  0x00005568b1c8b061 in main (argc=8, argv=0x5568b3081d40) at ../src/backend/main/main.c:230
[06:20:23.282] #0  0x00007fb8702a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:20:14.958] #0  0x00007ff84b6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:14.958] #1  0x00007ff84b65afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:14.958] #2  0x00007ff84b645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:14.958] #3  0x000055e5ae2d3776 in ExceptionalCondition (conditionName=conditionName@entry=0x55e5ae577788 "(remain...
[06:20:14.958] #4  0x000055e5adee9d62 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:20:14.958] #5  0x000055e5adeea3f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2188
[06:20:14.958] #6  0x000055e5adeeb17a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:20:14.959] #7  0x000055e5adeecbd9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55e5b0bf2d00) at ../src/ba...
[06:20:14.959] #8  0x000055e5add21061 in main (argc=4, argv=0x55e5b0bf2d00) at ../src/backend/main/main.c:230
[06:20:15.453] #0  0x00007ff8e82a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:19:51.397] #0  0x00007f59992a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:19:51.397] #1  0x00007f599925afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:19:51.397] #2  0x00007f5999245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:19:51.397] #3  0x000055e46c003776 in ExceptionalCondition (conditionName=conditionName@entry=0x55e46c2a7788 "(remain...
[06:19:51.397] #4  0x000055e46bc19d62 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:19:51.397] #5  0x000055e46bc1a3f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2188
[06:19:51.397] #6  0x000055e46bc1b17a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:19:51.397] #7  0x000055e46bc1cbd9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55e46cf47d00) at ../src/ba...
[06:19:51.397] #8  0x000055e46ba51061 in main (argc=4, argv=0x55e46cf47d00) at ../src/backend/main/main.c:230
[06:19:51.882] #0  0x00007f24f76a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:19:59.801] #0  0x00007fbc222a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:19:59.801] #1  0x00007fbc2225afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:19:59.801] #2  0x00007fbc22245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:19:59.801] #3  0x000055c270788776 in ExceptionalCondition (conditionName=conditionName@entry=0x55c270a2c788 "(remain...
[06:19:59.801] #4  0x000055c27039ed62 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:19:59.801] #5  0x000055c27039f2b8 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2151
[06:19:59.801] #6  0x000055c2703a017a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:19:59.801] #7  0x000055c2703a1bd9 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55c272649d20) at ../src/ba...
[06:19:59.801] #8  0x000055c2701d6061 in main (argc=8, argv=0x55c272649d20) at ../src/backend/main/main.c:230
[06:20:00.273] #0  0x00007f7f80ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:20:01.741] #0  0x00007fa788ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:01.741] #1  0x00007fa788c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:01.741] #2  0x00007fa788c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:01.741] #3  0x0000557595110776 in ExceptionalCondition (conditionName=conditionName@entry=0x5575953b4788 "(remain...
[06:20:01.741] #4  0x0000557594d26d62 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:20:01.741] #5  0x0000557594d272b8 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2151
[06:20:01.741] #6  0x0000557594d2817a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:20:01.742] #7  0x0000557594d29bd9 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55759651dd20) at ../src/ba...
[06:20:01.742] #8  0x0000557594b5e061 in main (argc=8, argv=0x55759651dd20) at ../src/backend/main/main.c:230
[06:20:02.215] #0  0x00007f9d2daa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:20:02.700] #0  0x00007f1a1aea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:02.700] #1  0x00007f1a1ae5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:02.700] #2  0x00007f1a1ae45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:02.700] #3  0x0000561a622e8776 in ExceptionalCondition (conditionName=conditionName@entry=0x561a6258c788 "(remain...
[06:20:02.700] #4  0x0000561a61efed62 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:20:02.700] #5  0x0000561a61eff3f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2188
[06:20:02.700] #6  0x0000561a61f0017a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:20:02.701] #7  0x0000561a61f01bd9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x561a64c01d10) at ../src/ba...
[06:20:02.701] #8  0x0000561a61d36061 in main (argc=4, argv=0x561a64c01d10) at ../src/backend/main/main.c:230
[06:20:03.160] #0  0x00007f9a9c0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:20:03.181] #0  0x00007f9a9c0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:03.181] #1  0x00007f9a9c05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:03.181] #2  0x00007f9a9c045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:03.181] #3  0x000055710d3fb776 in ExceptionalCondition (conditionName=conditionName@entry=0x55710d69f788 "(remain...
[06:20:03.181] #4  0x000055710d011d62 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:20:03.181] #5  0x000055710d0122b8 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2151
[06:20:03.181] #6  0x000055710d01317a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:20:03.182] #7  0x000055710d014bd9 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55710f937d90) at ../src/ba...
[06:20:03.182] #8  0x000055710ce49061 in main (argc=8, argv=0x55710f937d90) at ../src/backend/main/main.c:230
[06:20:03.655] #0  0x00007f07aa2a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:20:00.774] #0  0x00007f8f268a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:00.774] #1  0x00007f8f2685afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:00.774] #2  0x00007f8f26845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:00.774] #3  0x0000557dc7d3b776 in ExceptionalCondition (conditionName=conditionName@entry=0x557dc7fdf788 "(remain...
[06:20:00.774] #4  0x0000557dc7951d62 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:20:00.774] #5  0x0000557dc79522b8 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2151
[06:20:00.774] #6  0x0000557dc795317a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:20:00.774] #7  0x0000557dc7954bd9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x557dc920dd40) at ../src/ba...
[06:20:00.774] #8  0x0000557dc7789061 in main (argc=4, argv=0x557dc920dd40) at ../src/backend/main/main.c:230
[06:20:01.242] #0  0x00007f204eaa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:20:02.237] #0  0x00007f9d2daa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:02.237] #1  0x00007f9d2da5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:02.237] #2  0x00007f9d2da45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:02.237] #3  0x00005636adde7776 in ExceptionalCondition (conditionName=conditionName@entry=0x5636ae08b788 "(remain...
[06:20:02.237] #4  0x00005636ad9fdd62 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:20:02.237] #5  0x00005636ad9fe3f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2188
[06:20:02.237] #6  0x00005636ad9ff17a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:20:02.238] #7  0x00005636ada00bd9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5636af63ece0) at ../src/ba...
[06:20:02.238] #8  0x00005636ad835061 in main (argc=4, argv=0x5636af63ece0) at ../src/backend/main/main.c:230
[06:20:02.681] #0  0x00007f1a1aea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:20:01.264] #0  0x00007f204eaa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:01.264] #1  0x00007f204ea5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:01.264] #2  0x00007f204ea45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:01.264] #3  0x000056141620a776 in ExceptionalCondition (conditionName=conditionName@entry=0x5614164ae788 "(remain...
[06:20:01.264] #4  0x0000561415e20d62 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:20:01.264] #5  0x0000561415e213f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2188
[06:20:01.264] #6  0x0000561415e2217a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:20:01.264] #7  0x0000561415e23bd9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5614178fbd20) at ../src/ba...
[06:20:01.264] #8  0x0000561415c58061 in main (argc=4, argv=0x5614178fbd20) at ../src/backend/main/main.c:230
[06:20:01.719] #0  0x00007fa788ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:20:00.292] #0  0x00007f7f80ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:00.292] #1  0x00007f7f80c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:00.292] #2  0x00007f7f80c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:00.292] #3  0x0000555e22b56776 in ExceptionalCondition (conditionName=conditionName@entry=0x555e22dfa788 "(remain...
[06:20:00.292] #4  0x0000555e2276cd62 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:20:00.292] #5  0x0000555e2276d2b8 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2151
[06:20:00.292] #6  0x0000555e2276e17a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:20:00.292] #7  0x0000555e2276fbd9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x555e24902d00) at ../src/ba...
[06:20:00.292] #8  0x0000555e225a4061 in main (argc=4, argv=0x555e24902d00) at ../src/backend/main/main.c:230
[06:20:00.753] #0  0x00007f8f268a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:20:46.232] #0  0x00007f79fc8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:46.232] #1  0x00007f79fc85afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:46.232] #2  0x00007f79fc845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:46.232] #3  0x0000558aaacc7776 in ExceptionalCondition (conditionName=conditionName@entry=0x558aaaf6b788 "(remain...
[06:20:46.232] #4  0x0000558aaa8ddd62 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:20:46.232] #5  0x0000558aaa8de3f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2188
[06:20:46.232] #6  0x0000558aaa8df17a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:20:46.232] #7  0x0000558aaa8e0bd9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x558aac900d20) at ../src/ba...
[06:20:46.232] #8  0x0000558aaa715061 in main (argc=4, argv=0x558aac900d20) at ../src/backend/main/main.c:230
[06:20:46.687] #0  0x00007f0fa4aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:20:42.331] #0  0x00007f8f27ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:42.331] #1  0x00007f8f27e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:42.331] #2  0x00007f8f27e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:42.331] #3  0x00005568c6a4b776 in ExceptionalCondition (conditionName=conditionName@entry=0x5568c6cef788 "(remain...
[06:20:42.331] #4  0x00005568c6661d62 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:20:42.331] #5  0x00005568c66622b8 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2151
[06:20:42.331] #6  0x00005568c666317a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:20:42.331] #7  0x00005568c6664bd9 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x5568c8d65d20) at ../src/ba...
[06:20:42.331] #8  0x00005568c6499061 in main (argc=8, argv=0x5568c8d65d20) at ../src/backend/main/main.c:230
[06:20:42.783] #0  0x00007f05654a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:20:47.643] #0  0x00007fe4746a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:47.643] #1  0x00007fe47465afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:47.643] #2  0x00007fe474645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:47.643] #3  0x000055f2cabb2776 in ExceptionalCondition (conditionName=conditionName@entry=0x55f2cae56788 "(remain...
[06:20:47.643] #4  0x000055f2ca7c8d62 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:20:47.643] #5  0x000055f2ca7c93f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2188
[06:20:47.643] #6  0x000055f2ca7ca17a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:20:47.643] #7  0x000055f2ca7cbbd9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55f2cd22bd00) at ../src/ba...
[06:20:47.643] #8  0x000055f2ca600061 in main (argc=4, argv=0x55f2cd22bd00) at ../src/backend/main/main.c:230
[06:20:48.087] #0  0x00007fbf6b0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:20:42.802] #0  0x00007f05654a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:42.802] #1  0x00007f056545afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:42.802] #2  0x00007f0565445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:42.802] #3  0x000055862ebf9776 in ExceptionalCondition (conditionName=conditionName@entry=0x55862ee9d788 "(remain...
[06:20:42.802] #4  0x000055862e80fd62 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:20:42.802] #5  0x000055862e8102b8 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2151
[06:20:42.802] #6  0x000055862e81117a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:20:42.802] #7  0x000055862e812bd9 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x558630e71d80) at ../src/ba...
[06:20:42.802] #8  0x000055862e647061 in main (argc=8, argv=0x558630e71d80) at ../src/backend/main/main.c:230
[06:20:43.270] #0  0x00007fce914a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:20:48.106] #0  0x00007fbf6b0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:48.106] #1  0x00007fbf6b05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:48.106] #2  0x00007fbf6b045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:48.106] #3  0x0000559cff9cd776 in ExceptionalCondition (conditionName=conditionName@entry=0x559cffc71788 "(remain...
[06:20:48.106] #4  0x0000559cff5e3d62 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:20:48.106] #5  0x0000559cff5e42b8 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2151
[06:20:48.106] #6  0x0000559cff5e517a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:20:48.106] #7  0x0000559cff5e6bd9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x559d02372d10) at ../src/ba...
[06:20:48.106] #8  0x0000559cff41b061 in main (argc=4, argv=0x559d02372d10) at ../src/backend/main/main.c:230
core
[06:20:43.290] #0  0x00007fce914a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:43.290] #1  0x00007fce9145afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:43.290] #2  0x00007fce91445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:43.290] #3  0x00005638180bd776 in ExceptionalCondition (conditionName=conditionName@entry=0x563818361788 "(remain...
[06:20:43.290] #4  0x0000563817cd3d62 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:20:43.290] #5  0x0000563817cd43f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2188
[06:20:43.290] #6  0x0000563817cd517a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:20:43.291] #7  0x0000563817cd6bd9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x563818f28d00) at ../src/ba...
[06:20:43.291] #8  0x0000563817b0b061 in main (argc=4, argv=0x563818f28d00) at ../src/backend/main/main.c:230
[06:20:43.756] #0  0x00007f3555ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:20:43.778] #0  0x00007f3555ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:43.778] #1  0x00007f3555e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:43.778] #2  0x00007f3555e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:43.778] #3  0x00005623c0d52776 in ExceptionalCondition (conditionName=conditionName@entry=0x5623c0ff6788 "(remain...
[06:20:43.778] #4  0x00005623c0968d62 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:20:43.778] #5  0x00005623c09693f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2188
[06:20:43.778] #6  0x00005623c096a17a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:20:43.778] #7  0x00005623c096bbd9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5623c35a9d10) at ../src/ba...
[06:20:43.778] #8  0x00005623c07a0061 in main (argc=4, argv=0x5623c35a9d10) at ../src/backend/main/main.c:230
[06:20:44.229] #0  0x00007fa79eaa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:20:44.252] #0  0x00007fa79eaa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:44.252] #1  0x00007fa79ea5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:44.252] #2  0x00007fa79ea45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:44.252] #3  0x00005653e9671776 in ExceptionalCondition (conditionName=conditionName@entry=0x5653e9915788 "(remain...
[06:20:44.252] #4  0x00005653e9287d62 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:20:44.252] #5  0x00005653e92882b8 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2151
[06:20:44.252] #6  0x00005653e928917a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:20:44.253] #7  0x00005653e928abd9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5653ebfcfe10) at ../src/ba...
[06:20:44.253] #8  0x00005653e90bf061 in main (argc=4, argv=0x5653ebfcfe10) at ../src/backend/main/main.c:230
[06:20:44.732] #0  0x00007fb0f38a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:20:44.753] #0  0x00007fb0f38a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:44.753] #1  0x00007fb0f385afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:44.753] #2  0x00007fb0f3845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:44.753] #3  0x000055555ec0d776 in ExceptionalCondition (conditionName=conditionName@entry=0x55555eeb1788 "(remain...
[06:20:44.753] #4  0x000055555e823d62 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:20:44.753] #5  0x000055555e8243f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2188
[06:20:44.753] #6  0x000055555e82517a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:20:44.753] #7  0x000055555e826bd9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55555f9fad00) at ../src/ba...
[06:20:44.753] #8  0x000055555e65b061 in main (argc=4, argv=0x55555f9fad00) at ../src/backend/main/main.c:230
[06:20:45.231] #0  0x00007f0cbfea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:20:45.251] #0  0x00007f0cbfea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:45.251] #1  0x00007f0cbfe5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:45.251] #2  0x00007f0cbfe45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:45.251] #3  0x0000563d1fc49776 in ExceptionalCondition (conditionName=conditionName@entry=0x563d1feed788 "(remain...
[06:20:45.251] #4  0x0000563d1f85fd62 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:20:45.251] #5  0x0000563d1f8603f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2188
[06:20:45.251] #6  0x0000563d1f86117a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:20:45.251] #7  0x0000563d1f862bd9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x563d218d8d00) at ../src/ba...
[06:20:45.251] #8  0x0000563d1f697061 in main (argc=4, argv=0x563d218d8d00) at ../src/backend/main/main.c:230
[06:20:45.711] #0  0x00007f37deca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:20:47.181] #0  0x00007fd3f4ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:47.181] #1  0x00007fd3f4c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:47.181] #2  0x00007fd3f4c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:47.181] #3  0x000055608c62c776 in ExceptionalCondition (conditionName=conditionName@entry=0x55608c8d0788 "(remain...
[06:20:47.181] #4  0x000055608c242d62 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:20:47.181] #5  0x000055608c2432b8 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2151
[06:20:47.181] #6  0x000055608c24417a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:20:47.181] #7  0x000055608c245bd9 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55608e9e5d40) at ../src/ba...
[06:20:47.181] #8  0x000055608c07a061 in main (argc=8, argv=0x55608e9e5d40) at ../src/backend/main/main.c:230
[06:20:47.621] #0  0x00007fe4746a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:20:46.711] #0  0x00007f0fa4aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:46.711] #1  0x00007f0fa4a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:46.711] #2  0x00007f0fa4a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:46.711] #3  0x000055f93ab5c776 in ExceptionalCondition (conditionName=conditionName@entry=0x55f93ae00788 "(remain...
[06:20:46.711] #4  0x000055f93a772d62 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:20:46.711] #5  0x000055f93a7733f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2188
[06:20:46.711] #6  0x000055f93a77417a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:20:46.712] #7  0x000055f93a775bd9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55f93d7e3d00) at ../src/ba...
[06:20:46.712] #8  0x000055f93a5aa061 in main (argc=4, argv=0x55f93d7e3d00) at ../src/backend/main/main.c:230
[06:20:47.158] #0  0x00007fd3f4ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:20:45.734] #0  0x00007f37deca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:45.734] #1  0x00007f37dec5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:45.734] #2  0x00007f37dec45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:45.734] #3  0x0000559d8bebe776 in ExceptionalCondition (conditionName=conditionName@entry=0x559d8c162788 "(remain...
[06:20:45.734] #4  0x0000559d8bad4d62 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:20:45.734] #5  0x0000559d8bad52b8 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2151
[06:20:45.734] #6  0x0000559d8bad617a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:20:45.734] #7  0x0000559d8bad7bd9 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x559d8e7b0d40) at ../src/ba...
[06:20:45.734] #8  0x0000559d8b90c061 in main (argc=8, argv=0x559d8e7b0d40) at ../src/backend/main/main.c:230
[06:20:46.209] #0  0x00007f79fc8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:19:58.311] #0  0x00007f8362aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:19:58.311] #1  0x00007f8362a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:19:58.311] #2  0x00007f8362a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:19:58.311] #3  0x000055af9ea95776 in ExceptionalCondition (conditionName=conditionName@entry=0x55af9ed39788 "(remain...
[06:19:58.311] #4  0x000055af9e6abd62 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:19:58.311] #5  0x000055af9e6ac3f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2188
[06:19:58.311] #6  0x000055af9e6ad17a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:19:58.311] #7  0x000055af9e6aebd9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55af9fd1fd00) at ../src/ba...
[06:19:58.311] #8  0x000055af9e4e3061 in main (argc=4, argv=0x55af9fd1fd00) at ../src/backend/main/main.c:230
[06:19:58.778] #0  0x00007f15b10a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:19:58.801] #0  0x00007f15b10a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:19:58.801] #1  0x00007f15b105afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:19:58.801] #2  0x00007f15b1045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:19:58.801] #3  0x000055db9742d776 in ExceptionalCondition (conditionName=conditionName@entry=0x55db976d1788 "(remain...
[06:19:58.801] #4  0x000055db97043d62 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:19:58.801] #5  0x000055db970442b8 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2151
[06:19:58.801] #6  0x000055db9704517a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:19:58.802] #7  0x000055db97046bd9 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55db9824fd40) at ../src/ba...
[06:19:58.802] #8  0x000055db96e7b061 in main (argc=8, argv=0x55db9824fd40) at ../src/backend/main/main.c:230
[06:19:59.296] #0  0x00007f26caea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:19:52.400] #0  0x00007f368f0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:19:52.400] #1  0x00007f368f05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:19:52.400] #2  0x00007f368f045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:19:52.400] #3  0x0000557e4baf4776 in ExceptionalCondition (conditionName=conditionName@entry=0x557e4bd98788 "(remain...
[06:19:52.400] #4  0x0000557e4b70ad62 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:19:52.400] #5  0x0000557e4b70b3f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2188
[06:19:52.400] #6  0x0000557e4b70c17a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:19:52.400] #7  0x0000557e4b70dbd9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x557e4e24cd10) at ../src/ba...
[06:19:52.400] #8  0x0000557e4b542061 in main (argc=4, argv=0x557e4e24cd10) at ../src/backend/main/main.c:230
[06:19:52.880] #0  0x00007f8d336a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:19:53.384] #0  0x00007f1d492a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:19:53.384] #1  0x00007f1d4925afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:19:53.384] #2  0x00007f1d49245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:19:53.384] #3  0x000055b4bdb98776 in ExceptionalCondition (conditionName=conditionName@entry=0x55b4bde3c788 "(remain...
[06:19:53.384] #4  0x000055b4bd7aed62 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:19:53.384] #5  0x000055b4bd7af2b8 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2151
[06:19:53.384] #6  0x000055b4bd7b017a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:19:53.385] #7  0x000055b4bd7b1bd9 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55b4c00fed80) at ../src/ba...
[06:19:53.385] #8  0x000055b4bd5e6061 in main (argc=8, argv=0x55b4c00fed80) at ../src/backend/main/main.c:230
[06:19:53.862] #0  0x00007f762c8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:19:49.942] #0  0x00007ff6e92a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:19:49.942] #1  0x00007ff6e925afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:19:49.942] #2  0x00007ff6e9245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:19:49.942] #3  0x0000562a087e0776 in ExceptionalCondition (conditionName=conditionName@entry=0x562a08a84788 "(remain...
[06:19:49.942] #4  0x0000562a083f6d62 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:19:49.942] #5  0x0000562a083f73f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2188
[06:19:49.942] #6  0x0000562a083f817a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:19:49.942] #7  0x0000562a083f9bd9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x562a0aeadd00) at ../src/ba...
[06:19:49.942] #8  0x0000562a0822e061 in main (argc=4, argv=0x562a0aeadd00) at ../src/backend/main/main.c:230
[06:19:50.395] #0  0x00007f7c63aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:19:50.415] #0  0x00007f7c63aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:19:50.415] #1  0x00007f7c63a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:19:50.415] #2  0x00007f7c63a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:19:50.415] #3  0x000055ecd2d4d776 in ExceptionalCondition (conditionName=conditionName@entry=0x55ecd2ff1788 "(remain...
[06:19:50.415] #4  0x000055ecd2963d62 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:19:50.415] #5  0x000055ecd29642b8 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2151
[06:19:50.415] #6  0x000055ecd296517a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:19:50.416] #7  0x000055ecd2966bd9 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55ecd4633d20) at ../src/ba...
[06:19:50.416] #8  0x000055ecd279b061 in main (argc=8, argv=0x55ecd4633d20) at ../src/backend/main/main.c:230
[06:19:50.874] #0  0x00007f18f48a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:19:50.894] #0  0x00007f18f48a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:19:50.894] #1  0x00007f18f485afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:19:50.894] #2  0x00007f18f4845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:19:50.894] #3  0x00005632f462f776 in ExceptionalCondition (conditionName=conditionName@entry=0x5632f48d3788 "(remain...
[06:19:50.894] #4  0x00005632f4245d62 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:19:50.894] #5  0x00005632f42462b8 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2151
[06:19:50.894] #6  0x00005632f424717a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:19:50.894] #7  0x00005632f4248bd9 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x5632f5541d40) at ../src/ba...
[06:19:50.894] #8  0x00005632f407d061 in main (argc=8, argv=0x5632f5541d40) at ../src/backend/main/main.c:230
[06:19:51.372] #0  0x00007f59992a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:19:55.339] #0  0x00007fa6ec4a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:19:55.339] #1  0x00007fa6ec45afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:19:55.339] #2  0x00007fa6ec445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:19:55.339] #3  0x000055b9c87fe776 in ExceptionalCondition (conditionName=conditionName@entry=0x55b9c8aa2788 "(remain...
[06:19:55.339] #4  0x000055b9c8414d62 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:19:55.339] #5  0x000055b9c84152b8 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2151
[06:19:55.339] #6  0x000055b9c841617a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:19:55.340] #7  0x000055b9c8417bd9 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55b9cafadd40) at ../src/ba...
[06:19:55.340] #8  0x000055b9c824c061 in main (argc=8, argv=0x55b9cafadd40) at ../src/backend/main/main.c:230
[06:19:55.816] #0  0x00007f3c01ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:19:51.903] #0  0x00007f24f76a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:19:51.903] #1  0x00007f24f765afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:19:51.903] #2  0x00007f24f7645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:19:51.903] #3  0x000055c6a74a2776 in ExceptionalCondition (conditionName=conditionName@entry=0x55c6a7746788 "(remain...
[06:19:51.903] #4  0x000055c6a70b8d62 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:19:51.903] #5  0x000055c6a70b93f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2188
[06:19:51.903] #6  0x000055c6a70ba17a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:19:51.903] #7  0x000055c6a70bbbd9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55c6a8b0ed00) at ../src/ba...
[06:19:51.903] #8  0x000055c6a6ef0061 in main (argc=4, argv=0x55c6a8b0ed00) at ../src/backend/main/main.c:230
[06:19:52.376] #0  0x00007f368f0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:19:53.885] #0  0x00007f762c8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:19:53.885] #1  0x00007f762c85afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:19:53.885] #2  0x00007f762c845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:19:53.885] #3  0x000055c04fe21776 in ExceptionalCondition (conditionName=conditionName@entry=0x55c0500c5788 "(remain...
[06:19:53.885] #4  0x000055c04fa37d62 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:19:53.885] #5  0x000055c04fa383f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2188
[06:19:53.885] #6  0x000055c04fa3917a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:19:53.885] #7  0x000055c04fa3abd9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55c05294fd00) at ../src/ba...
[06:19:53.885] #8  0x000055c04f86f061 in main (argc=4, argv=0x55c05294fd00) at ../src/backend/main/main.c:230
[06:19:54.351] #0  0x00007f685a4a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:19:54.373] #0  0x00007f685a4a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:19:54.373] #1  0x00007f685a45afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:19:54.373] #2  0x00007f685a445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:19:54.373] #3  0x000055c152695776 in ExceptionalCondition (conditionName=conditionName@entry=0x55c152939788 "(remain...
[06:19:54.373] #4  0x000055c1522abd62 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:19:54.373] #5  0x000055c1522ac2b8 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2151
[06:19:54.373] #6  0x000055c1522ad17a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:19:54.373] #7  0x000055c1522aebd9 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55c153e42d40) at ../src/ba...
[06:19:54.373] #8  0x000055c1520e3061 in main (argc=8, argv=0x55c153e42d40) at ../src/backend/main/main.c:230
[06:19:54.826] #0  0x00007f6ba6aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:19:56.327] #0  0x00007fbcbe6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:19:56.327] #1  0x00007fbcbe65afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:19:56.327] #2  0x00007fbcbe645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:19:56.327] #3  0x0000561cb0b5f776 in ExceptionalCondition (conditionName=conditionName@entry=0x561cb0e03788 "(remain...
[06:19:56.327] #4  0x0000561cb0775d62 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:19:56.327] #5  0x0000561cb0777081 in process_pm_child_exit () at ../src/backend/postmaster/postmaster.c:2532
[06:19:56.327] #6  0x0000561cb0777188 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1664
[06:19:56.328] #7  0x0000561cb0778bd9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x561cb2bccd10) at ../src/ba...
[06:19:56.328] #8  0x0000561cb05ad061 in main (argc=4, argv=0x561cb2bccd10) at ../src/backend/main/main.c:230
[06:19:56.800] #0  0x00007ff1ce6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:19:55.835] #0  0x00007f3c01ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:19:55.835] #1  0x00007f3c01c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:19:55.835] #2  0x00007f3c01c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:19:55.835] #3  0x0000560408489776 in ExceptionalCondition (conditionName=conditionName@entry=0x56040872d788 "(remain...
[06:19:55.835] #4  0x000056040809fd62 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:19:55.835] #5  0x00005604080a03f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2188
[06:19:55.835] #6  0x00005604080a117a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:19:55.836] #7  0x00005604080a2bd9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x56040a137d00) at ../src/ba...
[06:19:55.836] #8  0x0000560407ed7061 in main (argc=4, argv=0x56040a137d00) at ../src/backend/main/main.c:230
[06:19:56.305] #0  0x00007fbcbe6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:19:56.825] #0  0x00007ff1ce6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:19:56.825] #1  0x00007ff1ce65afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:19:56.825] #2  0x00007ff1ce645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:19:56.825] #3  0x000055aa545a6776 in ExceptionalCondition (conditionName=conditionName@entry=0x55aa5484a788 "(remain...
[06:19:56.825] #4  0x000055aa541bcd62 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:19:56.825] #5  0x000055aa541bd2b8 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2151
[06:19:56.825] #6  0x000055aa541be17a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:19:56.825] #7  0x000055aa541bfbd9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55aa56c21d00) at ../src/ba...
[06:19:56.825] #8  0x000055aa53ff4061 in main (argc=4, argv=0x55aa56c21d00) at ../src/backend/main/main.c:230
[06:19:57.291] #0  0x00007f48270a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:19:57.313] #0  0x00007f48270a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:19:57.313] #1  0x00007f482705afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:19:57.313] #2  0x00007f4827045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:19:57.313] #3  0x0000557c0e1e8776 in ExceptionalCondition (conditionName=conditionName@entry=0x557c0e48c788 "(remain...
[06:19:57.313] #4  0x0000557c0ddfed62 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:19:57.313] #5  0x0000557c0ddff2b8 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2151
[06:19:57.313] #6  0x0000557c0de0017a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:19:57.314] #7  0x0000557c0de01bd9 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x557c10574d90) at ../src/ba...
[06:19:57.314] #8  0x0000557c0dc36061 in main (argc=8, argv=0x557c10574d90) at ../src/backend/main/main.c:230
[06:19:57.788] #0  0x00007ff9ba4a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:19:57.810] #0  0x00007ff9ba4a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:19:57.810] #1  0x00007ff9ba45afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:19:57.810] #2  0x00007ff9ba445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:19:57.810] #3  0x000055af4eedc776 in ExceptionalCondition (conditionName=conditionName@entry=0x55af4f180788 "(remain...
[06:19:57.810] #4  0x000055af4eaf2d62 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:19:57.810] #5  0x000055af4eaf33f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2188
[06:19:57.810] #6  0x000055af4eaf417a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:19:57.811] #7  0x000055af4eaf5bd9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55af50740d00) at ../src/ba...
[06:19:57.811] #8  0x000055af4e92a061 in main (argc=4, argv=0x55af50740d00) at ../src/backend/main/main.c:230
[06:19:58.289] #0  0x00007f8362aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:19:54.849] #0  0x00007f6ba6aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:19:54.849] #1  0x00007f6ba6a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:19:54.849] #2  0x00007f6ba6a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:19:54.849] #3  0x0000560a48462776 in ExceptionalCondition (conditionName=conditionName@entry=0x560a48706788 "(remain...
[06:19:54.849] #4  0x0000560a48078d62 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:19:54.849] #5  0x0000560a480793f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2188
[06:19:54.849] #6  0x0000560a4807a17a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:19:54.849] #7  0x0000560a4807bbd9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x560a49a64d10) at ../src/ba...
[06:19:54.849] #8  0x0000560a47eb0061 in main (argc=4, argv=0x560a49a64d10) at ../src/backend/main/main.c:230
[06:19:55.317] #0  0x00007fa6ec4a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:19:52.903] #0  0x00007f8d336a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:19:52.903] #1  0x00007f8d3365afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:19:52.903] #2  0x00007f8d33645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:19:52.903] #3  0x000055abe5206776 in ExceptionalCondition (conditionName=conditionName@entry=0x55abe54aa788 "(remain...
[06:19:52.903] #4  0x000055abe4e1cd62 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:19:52.903] #5  0x000055abe4e1d2b8 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2151
[06:19:52.903] #6  0x000055abe4e1e17a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:19:52.904] #7  0x000055abe4e1fbd9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55abe6ebfd00) at ../src/ba...
[06:19:52.904] #8  0x000055abe4c54061 in main (argc=4, argv=0x55abe6ebfd00) at ../src/backend/main/main.c:230
[06:19:53.365] #0  0x00007f1d492a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:19:59.320] #0  0x00007f26caea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:19:59.320] #1  0x00007f26cae5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:19:59.320] #2  0x00007f26cae45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:19:59.320] #3  0x000055fdd7e2e776 in ExceptionalCondition (conditionName=conditionName@entry=0x55fdd80d2788 "(remain...
[06:19:59.320] #4  0x000055fdd7a44d62 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:19:59.320] #5  0x000055fdd7a452b8 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2151
[06:19:59.320] #6  0x000055fdd7a4617a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:19:59.320] #7  0x000055fdd7a47bd9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55fdda11ad00) at ../src/ba...
[06:19:59.320] #8  0x000055fdd787c061 in main (argc=4, argv=0x55fdda11ad00) at ../src/backend/main/main.c:230
[06:19:59.780] #0  0x00007fbc222a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:20:04.696] #0  0x00007ff4a2ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:04.696] #1  0x00007ff4a2e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:04.696] #2  0x00007ff4a2e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:04.696] #3  0x00005654c0035776 in ExceptionalCondition (conditionName=conditionName@entry=0x5654c02d9788 "(remain...
[06:20:04.696] #4  0x00005654bfc4bd62 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:20:04.696] #5  0x00005654bfc4c2b8 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2151
[06:20:04.696] #6  0x00005654bfc4d17a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:20:04.696] #7  0x00005654bfc4ebd9 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x5654c138bd80) at ../src/ba...
[06:20:04.696] #8  0x00005654bfa83061 in main (argc=8, argv=0x5654c138bd80) at ../src/backend/main/main.c:230
[06:20:05.176] #0  0x00007f69dbca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:20:04.201] #0  0x00007fda620a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:04.201] #1  0x00007fda6205afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:04.201] #2  0x00007fda62045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:04.201] #3  0x000055bd632af776 in ExceptionalCondition (conditionName=conditionName@entry=0x55bd63553788 "(remain...
[06:20:04.201] #4  0x000055bd62ec5d62 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:20:04.201] #5  0x000055bd62ec62b8 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2151
[06:20:04.201] #6  0x000055bd62ec717a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:20:04.201] #7  0x000055bd62ec8bd9 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55bd64969d50) at ../src/ba...
[06:20:04.201] #8  0x000055bd62cfd061 in main (argc=8, argv=0x55bd64969d50) at ../src/backend/main/main.c:230
[06:20:04.676] #0  0x00007ff4a2ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:20:03.678] #0  0x00007f07aa2a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:03.678] #1  0x00007f07aa25afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:03.678] #2  0x00007f07aa245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:20:03.678] #3  0x0000557cb6241776 in ExceptionalCondition (conditionName=conditionName@entry=0x557cb64e5788 "(remain...
[06:20:03.678] #4  0x0000557cb5e57d62 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[06:20:03.678] #5  0x0000557cb5e583f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2188
[06:20:03.678] #6  0x0000557cb5e5917a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[06:20:03.678] #7  0x0000557cb5e5abd9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x557cb8e51d00) at ../src/ba...
[06:20:03.678] #8  0x0000557cb5c8f061 in main (argc=4, argv=0x557cb8e51d00) at ../src/backend/main/main.c:230
[06:20:04.180] #0  0x00007fda620a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
tap
[06:08:44.486](1.525s) Bail out!  pg_ctl restart failed
tap
[06:08:57.852](0.884s) Bail out!  pg_ctl stop failed
tap
[06:07:38.645](0.681s) Bail out!  pg_ctl stop failed
tap
[06:07:40.856](2.178s) Bail out!  pg_ctl stop failed
tap
[06:07:39.781](1.990s) Bail out!  pg_ctl stop failed
tap
[06:07:40.106](0.126s) Bail out!  pg_ctl stop failed
tap
[06:07:42.189](3.020s) Bail out!  pg_ctl stop failed
tap
[06:07:42.235](0.533s) Bail out!  pg_ctl restart failed
tap
[06:07:45.190](0.608s) Bail out!  pg_ctl stop failed
tap
[06:07:55.496](12.977s) Bail out!  pg_ctl restart failed
tap
[06:07:45.219](0.732s) Bail out!  pg_ctl stop failed
tap
[06:07:44.293](0.772s) Bail out!  pg_ctl stop failed
tap
[06:07:46.619](2.019s) Bail out!  pg_ctl stop failed
tap
[06:07:48.863](1.950s) Bail out!  pg_ctl stop failed
tap
[06:07:49.934](2.585s) Bail out!  pg_ctl stop failed
tap
[06:07:51.929](2.722s) Bail out!  pg_ctl stop failed
tap
[06:07:52.359](2.778s) Bail out!  pg_ctl restart failed
tap
[06:07:52.632](2.335s) Bail out!  pg_ctl stop failed
tap
[06:07:57.515](1.690s) Bail out!  pg_ctl stop failed
tap
[06:07:54.056](0.145s) Bail out!  pg_ctl stop failed
tap
[06:07:56.329](0.729s) Bail out!  pg_ctl stop failed
tap
[06:08:00.332](0.244s) Bail out!  pg_ctl stop failed
tap
[06:07:58.958](1.535s) Bail out!  pg_ctl restart failed
tap
[06:08:04.057](0.115s) Bail out!  pg_ctl stop failed
tap
[06:09:06.398](0.205s) Bail out!  pg_ctl restart failed
tap
[06:08:06.572](0.922s) Bail out!  pg_ctl stop failed
tap
[06:08:06.705](0.732s) Bail out!  pg_ctl stop failed
tap
[06:08:12.580](0.141s) Bail out!  pg_ctl restart failed
tap
[06:08:11.949](0.109s) Bail out!  pg_ctl restart failed
tap
[06:08:19.200](1.135s) Bail out!  pg_ctl stop failed
tap
[06:08:15.654](2.630s) Bail out!  pg_ctl stop failed
tap
[06:08:19.540](3.374s) Bail out!  pg_ctl stop failed
tap
[06:08:26.750](0.977s) Bail out!  pg_ctl stop failed
tap
[06:08:22.697](2.873s) Bail out!  pg_ctl stop failed
tap
[06:08:30.869](0.138s) Bail out!  pg_ctl restart failed
tap
[06:08:32.270](2.126s) Bail out!  pg_ctl stop failed
tap
[06:08:38.114](0.116s) Bail out!  pg_ctl stop failed
tap
[06:08:35.932](0.121s) Bail out!  pg_ctl stop failed
tap
[06:08:39.378](0.359s) Bail out!  pg_ctl stop failed
test
[06:18:49.464]   5/319 postgresql:pg_upgrade / pg_upgrade/003_logical_slots                            ERROR            ...
[06:18:49.464]   6/319 postgresql:recovery / recovery/001_stream_rep                                   ERROR            ...
[06:18:49.464]   7/319 postgresql:recovery / recovery/003_recovery_targets                             ERROR            ...
[06:18:49.464]   8/319 postgresql:pg_upgrade / pg_upgrade/004_subscription                             ERROR            ...
[06:18:49.464]   9/319 postgresql:recovery / recovery/006_logical_decoding                             ERROR            ...
[06:18:49.464]  10/319 postgresql:recovery / recovery/004_timeline_switch                              ERROR            ...
[06:18:49.464]  12/319 postgresql:recovery / recovery/010_logical_decoding_timelines                   ERROR            ...
[06:18:49.464]  13/319 postgresql:recovery / recovery/009_twophase                                     ERROR            ...
[06:18:49.464]  14/319 postgresql:recovery / recovery/007_sync_rep                                     ERROR            ...
[06:18:49.464]  15/319 postgresql:recovery / recovery/012_subtransactions                              ERROR            ...
[06:18:49.464]  16/319 postgresql:recovery / recovery/014_unlogged_reinit                              ERROR            ...
[06:18:49.464]  18/319 postgresql:recovery / recovery/015_promotion_pages                              ERROR            ...
[06:18:49.464]  19/319 postgresql:recovery / recovery/017_shm                                          ERROR            ...
[06:18:49.464]  20/319 postgresql:recovery / recovery/016_min_consistency                              ERROR            ...
[06:18:49.464]  21/319 postgresql:recovery / recovery/018_wal_optimize                                 ERROR            ...
[06:18:49.464]  22/319 postgresql:recovery / recovery/020_archive_status                               ERROR            ...
[06:18:49.464]  23/319 postgresql:recovery / recovery/021_row_visibility                               ERROR            ...
[06:18:49.464]  24/319 postgresql:recovery / recovery/008_fsm_truncation                               ERROR            ...
[06:18:49.464]  25/319 postgresql:recovery / recovery/019_replslot_limit                               ERROR            ...
[06:18:49.464]  26/319 postgresql:recovery / recovery/024_archive_recovery                             ERROR            ...
[06:18:49.464]  27/319 postgresql:recovery / recovery/023_pitr_prepared_xact                           ERROR            ...
[06:18:49.464]  29/319 postgresql:recovery / recovery/026_overwrite_contrecord                         ERROR            ...
[06:18:49.464]  30/319 postgresql:recovery / recovery/029_stats_restart                                ERROR            ...
[06:18:49.464]  31/319 postgresql:recovery / recovery/028_pitr_timelines                               ERROR            ...
[06:18:49.464]  32/319 postgresql:recovery / recovery/031_recovery_conflict                            ERROR            ...
[06:18:49.464]  33/319 postgresql:recovery / recovery/030_stats_cleanup_replica                        ERROR            ...
[06:18:49.464]  34/319 postgresql:recovery / recovery/033_replay_tsp_drops                             ERROR            ...
[06:18:49.464]  35/319 postgresql:recovery / recovery/032_relfilenode_reuse                            ERROR            ...
[06:18:49.464]  36/319 postgresql:recovery / recovery/034_create_database                              ERROR            ...
[06:18:49.464]  37/319 postgresql:recovery / recovery/036_truncated_dropped                            ERROR            ...
[06:18:49.464]  39/319 postgresql:recovery / recovery/035_standby_logical_decoding                     ERROR            ...
[06:18:49.464]  40/319 postgresql:recovery / recovery/039_end_of_wal                                   ERROR            ...
[06:18:49.464]  41/319 postgresql:recovery / recovery/038_save_logical_slots_shutdown                  ERROR            ...
[06:18:49.464]  42/319 postgresql:recovery / recovery/041_checkpoint_at_promote                        ERROR            ...
[06:18:49.464]  43/319 postgresql:recovery / recovery/042_low_level_backup                             ERROR            ...
[06:18:49.464]  44/319 postgresql:recovery / recovery/040_standby_failover_slots_sync                  ERROR            ...
[06:18:49.464]  45/319 postgresql:kerberos / kerberos/001_auth                                         ERROR            ...
[06:18:49.464]  46/319 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[06:18:49.464]  47/319 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[06:18:49.464]  48/319 postgresql:isolation / isolation/isolation                                      ERROR           1...
[06:18:49.464]  49/319 postgresql:plpgsql / plpgsql/regress                                            ERROR           1...
[06:18:49.464]  50/319 postgresql:regress / regress/regress                                            ERROR           1...
[06:18:49.464]  51/319 postgresql:plperl / plperl/regress                                              ERROR           1...
[06:18:49.464]  52/319 postgresql:plpython / plpython/regress                                          ERROR           1...
[06:18:49.464]  53/319 postgresql:pltcl / pltcl/regress                                                ERROR           1...
[06:18:49.464]  54/319 postgresql:recovery / recovery/013_crash_restart                                ERROR           2...
[06:18:49.464]  55/319 postgresql:recovery / recovery/022_crash_temp_files                             ERROR           2...
[06:18:49.464]  56/319 postgresql:amcheck / amcheck/regress                                            ERROR           1...
[06:18:49.464]  57/319 postgresql:basic_archive / basic_archive/regress                                ERROR           1...
[06:18:49.464]  58/319 postgresql:bloom / bloom/regress                                                ERROR           1...
[06:18:49.464]  59/319 postgresql:bool_plperl / bool_plperl/regress                                    ERROR           1...
[06:18:49.464]  60/319 postgresql:btree_gin / btree_gin/regress                                        ERROR           1...
[06:18:49.464]  61/319 postgresql:btree_gist / btree_gist/regress                                      ERROR           1...
[06:18:49.464]  62/319 postgresql:citext / citext/regress                                              ERROR           1...
[06:18:49.471]  63/319 postgresql:cube / cube/regress                                                  ERROR           1...
[06:18:49.471]  64/319 postgresql:dblink / dblink/regress                                              ERROR           1...
[06:18:49.471]  65/319 postgresql:dict_int / dict_int/regress                                          ERROR           1...
[06:18:49.471]  66/319 postgresql:dict_xsyn / dict_xsyn/regress                                        ERROR           1...
[06:18:49.471]  67/319 postgresql:earthdistance / earthdistance/regress                                ERROR           1...
[06:18:49.471]  68/319 postgresql:file_fdw / file_fdw/regress                                          ERROR           1...
[06:18:49.471]  69/319 postgresql:fuzzystrmatch / fuzzystrmatch/regress                                ERROR           1...
[06:18:49.471]  70/319 postgresql:hstore / hstore/regress                                              ERROR           1...
[06:18:49.471]  71/319 postgresql:hstore_plperl / hstore_plperl/regress                                ERROR           1...
[06:18:49.471]  72/319 postgresql:hstore_plpython / hstore_plpython/regress                            ERROR           1...
[06:18:49.471]  73/319 postgresql:isn / isn/regress                                                    ERROR           1...
[06:18:49.471]  74/319 postgresql:jsonb_plperl / jsonb_plperl/regress                                  ERROR           1...
[06:18:49.471]  75/319 postgresql:intarray / intarray/regress                                          ERROR           1...
[06:18:49.471]  76/319 postgresql:jsonb_plpython / jsonb_plpython/regress                              ERROR           1...
[06:18:49.471]  77/319 postgresql:lo / lo/regress                                                      ERROR           1...
[06:18:49.471]  78/319 postgresql:ltree / ltree/regress                                                ERROR           1...
[06:18:49.471]  79/319 postgresql:ltree_plpython / ltree_plpython/regress                              ERROR           1...
[06:18:49.471]  80/319 postgresql:pageinspect / pageinspect/regress                                    ERROR           1...
[06:18:49.471]  81/319 postgresql:passwordcheck / passwordcheck/regress                                ERROR           1...
[06:18:49.471]  82/319 postgresql:pg_buffercache / pg_buffercache/regress                              ERROR           1...
Windows - Server 2019, VS 2019 - Meson & ninja
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
core
000000c7`9a3ff528 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c7`9a3ff530 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000c7`9a3ff820 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c7`9a3ff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c7`9a7ffa38 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
000000c7`9a7ffa40 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
000000c7`9a7ffab0 00007ff8`252b4cb0     postgres!pg_signal_thread(
000000c7`9a7ffbb0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c7`9a7ffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c7`9abffb18 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c7`9abffb20 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000c7`9abffe10 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c7`9abffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c7`99bfee50 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c7`99bfee90 00007ff6`31c6e90c     postgres!ExceptionalCondition(
000000c7`99bfeed0 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c7`99bfef20 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000c7`99bfef70 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c7`99bff890 00007ff6`31b21298     postgres!PostmasterMain(
000000c7`99bffa30 00007ff6`321216c9     postgres!main(
000000c7`99bffa70 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c7`99bffac0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c7`99bffb30 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c7`99fff478 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c7`99fff480 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000c7`99fff770 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c7`99fff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000075`61bfece0 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000075`61bfed20 00007ff6`31c6e90c     postgres!ExceptionalCondition(
00000075`61bfed60 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000075`61bfedb0 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000075`61bfee00 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000075`61bff720 00007ff6`31b21298     postgres!PostmasterMain(
00000075`61bff8c0 00007ff6`321216c9     postgres!main(
00000075`61bff900 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000075`61bff950 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000075`61bff9c0 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000075`627ffb88 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
00000075`627ffb90 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
00000075`627ffc00 00007ff8`252b4cb0     postgres!pg_signal_thread(
00000075`627ffd00 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000075`627ffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000075`62bff668 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000075`62bff670 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000075`62bff960 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000075`62bff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000075`623ff968 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000075`623ff970 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000075`623ffc60 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000075`623ffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000075`61fff978 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000075`61fff980 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000075`61fffc70 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000075`61fffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d1`e31ff0e0 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d1`e31ff120 00007ff6`31c6e90c     postgres!ExceptionalCondition(
000000d1`e31ff160 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000d1`e31ff1b0 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000d1`e31ff200 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000d1`e31ffb20 00007ff6`31b21298     postgres!PostmasterMain(
000000d1`e31ffcc0 00007ff6`321216c9     postgres!main(
000000d1`e31ffd00 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d1`e31ffd50 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d1`e31ffdc0 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000d1`e35ffbd8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d1`e35ffbe0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000d1`e35ffed0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d1`e35fff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d1`e3dff4a8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d1`e3dff4b0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000d1`e3dff7a0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d1`e3dff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d1`e45ffac8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d1`e45ffad0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000d1`e45ffdc0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d1`e45ffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d1`e39ff568 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d1`e39ff570 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000d1`e39ff860 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d1`e39ff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d1`e41ffbf8 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
000000d1`e41ffc00 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
000000d1`e41ffc70 00007ff8`252b4cb0     postgres!pg_signal_thread(
000000d1`e41ffd70 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d1`e41ffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000089`46fffb38 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000089`46fffb40 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000089`46fffe30 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000089`46fffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000089`467fea20 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000089`467fea60 00007ff6`31c6e90c     postgres!ExceptionalCondition(
00000089`467feaa0 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000089`467feaf0 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000089`467feb40 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000089`467ff460 00007ff6`31b21298     postgres!PostmasterMain(
00000089`467ff600 00007ff6`321216c9     postgres!main(
00000089`467ff640 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000089`467ff690 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000089`467ff700 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000089`46bff698 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000089`46bff6a0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000089`46bff990 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000089`46bff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000089`473ff788 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000089`473ff790 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000089`473ffa80 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000089`473ffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000089`477ffbb8 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
00000089`477ffbc0 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
00000089`477ffc30 00007ff8`252b4cb0     postgres!pg_signal_thread(
00000089`477ffd30 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000089`477ffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000089`47bff7e8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000089`47bff7f0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000089`47bffae0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000089`47bffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007a`127ffb48 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007a`127ffb50 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000007a`127ffe40 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007a`127ffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007a`117fec50 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000007a`117fec90 00007ff6`31c6e90c     postgres!ExceptionalCondition(
0000007a`117fecd0 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000007a`117fed20 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000007a`117fed70 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000007a`117ff690 00007ff6`31b21298     postgres!PostmasterMain(
0000007a`117ff830 00007ff6`321216c9     postgres!main(
0000007a`117ff870 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000007a`117ff8c0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000007a`117ff930 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000007a`11bff8c8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007a`11bff8d0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000007a`11bffbc0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007a`11bffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007a`11fff9b8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007a`11fff9c0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000007a`11fffcb0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007a`11fffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007a`123ffa98 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
0000007a`123ffaa0 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
0000007a`123ffb10 00007ff8`252b4cb0     postgres!pg_signal_thread(
0000007a`123ffc10 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007a`123ffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000032`e05feca0 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000032`e05fece0 00007ff6`31c6e90c     postgres!ExceptionalCondition(
00000032`e05fed20 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000032`e05fed70 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000032`e05fedc0 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000032`e05ff6e0 00007ff6`31b21298     postgres!PostmasterMain(
00000032`e05ff880 00007ff6`321216c9     postgres!main(
00000032`e05ff8c0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000032`e05ff910 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000032`e05ff980 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000032`e15ff5a8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000032`e15ff5b0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000032`e15ff8a0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000032`e15ff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000032`e09ff968 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000032`e09ff970 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000032`e09ffc60 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000032`e09ffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000032`e11ffa78 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
00000032`e11ffa80 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
00000032`e11ffaf0 00007ff8`252b4cb0     postgres!pg_signal_thread(
00000032`e11ffbf0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000032`e11ffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000032`e0dff8f8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000032`e0dff900 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000032`e0dffbf0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000032`e0dffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000036`d0bff698 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000036`d0bff6a0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000036`d0bff990 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000036`d0bff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000036`d03ffd58 00007ff6`31c67857     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000036`d03ffd60 00007ff6`31b21259     postgres!SubPostmasterMain(
00000036`d03ffdd0 00007ff6`321216c9     postgres!main(
00000036`d03ffe10 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000036`d03ffe60 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000036`d03ffed0 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000036`d03fff00 00007ff8`252b4cb0     postgres!mainCRTStartup(
00000036`d03fff30 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000036`d03fff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000036`d07ffbd8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000036`d07ffbe0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000036`d07ffed0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000036`d07fff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fd`fdbffa48 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
000000fd`fdbffa50 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
000000fd`fdbffac0 00007ff8`252b4cb0     postgres!pg_signal_thread(
000000fd`fdbffbc0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fd`fdbffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fd`fdfffb28 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fd`fdfffb30 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000fd`fdfffe20 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fd`fdfffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fd`fd7ff978 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fd`fd7ff980 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000fd`fd7ffc70 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fd`fd7ffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fd`fd3ffa48 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fd`fd3ffa50 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000fd`fd3ffd40 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fd`fd3ffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fd`fcfff738 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fd`fcfff740 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000fd`fcfffa30 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fd`fcfffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fd`fcbfeb90 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000fd`fcbfebd0 00007ff6`31c6e90c     postgres!ExceptionalCondition(
000000fd`fcbfec10 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000fd`fcbfec60 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000fd`fcbfecb0 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000fd`fcbff5d0 00007ff6`31b21298     postgres!PostmasterMain(
000000fd`fcbff770 00007ff6`321216c9     postgres!main(
000000fd`fcbff7b0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000fd`fcbff800 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000fd`fcbff870 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000065`2e9ff5e8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000065`2e9ff5f0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000065`2e9ff8e0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000065`2e9ff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000065`2f1ffbd8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000065`2f1ffbe0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000065`2f1ffed0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000065`2f1fff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000065`2edffb88 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
00000065`2edffb90 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
00000065`2edffc00 00007ff8`252b4cb0     postgres!pg_signal_thread(
00000065`2edffd00 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000065`2edffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000065`2e5ff1c0 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000065`2e5ff200 00007ff6`31c6e90c     postgres!ExceptionalCondition(
00000065`2e5ff240 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000065`2e5ff290 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000065`2e5ff2e0 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000065`2e5ffc00 00007ff6`31b21298     postgres!PostmasterMain(
00000065`2e5ffda0 00007ff6`321216c9     postgres!main(
00000065`2e5ffde0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000065`2e5ffe30 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000065`2e5ffea0 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000065`2f5ff628 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000065`2f5ff630 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000065`2f5ff920 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000065`2f5ff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000012`ea3ffd68 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
00000012`ea3ffd70 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
00000012`ea3ffde0 00007ff8`252b4cb0     postgres!pg_signal_thread(
00000012`ea3ffee0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000012`ea3fff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000012`e97ffb88 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000012`e97ffb90 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000012`e97ffe80 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000012`e97ffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000012`e9bff448 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000012`e9bff450 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000012`e9bff740 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000012`e9bff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000012`e93febc0 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000012`e93fec00 00007ff6`31c6e90c     postgres!ExceptionalCondition(
00000012`e93fec40 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000012`e93fec90 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000012`e93fece0 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000012`e93ff600 00007ff6`31b21298     postgres!PostmasterMain(
00000012`e93ff7a0 00007ff6`321216c9     postgres!main(
00000012`e93ff7e0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000012`e93ff830 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000012`e93ff8a0 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000012`e9fffa68 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000012`e9fffa70 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000012`e9fffd60 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000012`e9fffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000012`ea7ff888 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000012`ea7ff890 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000012`ea7ffb80 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000012`ea7ffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e9`febff4f8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e9`febff500 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000e9`febff7f0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e9`febff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e9`fdbfed50 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e9`fdbfed90 00007ff6`31c6e90c     postgres!ExceptionalCondition(
000000e9`fdbfedd0 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000e9`fdbfee20 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000e9`fdbfee70 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000e9`fdbff790 00007ff6`31b21298     postgres!PostmasterMain(
000000e9`fdbff930 00007ff6`321216c9     postgres!main(
000000e9`fdbff970 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e9`fdbff9c0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e9`fdbffa30 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000e9`fe7ff6a8 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
000000e9`fe7ff6b0 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
000000e9`fe7ff720 00007ff8`252b4cb0     postgres!pg_signal_thread(
000000e9`fe7ff820 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e9`fe7ff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e9`fe3ff688 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e9`fe3ff690 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000e9`fe3ff980 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e9`fe3ff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e9`fdfffb98 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e9`fdfffba0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000e9`fdfffe90 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e9`fdfffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c6`60ffed30 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c6`60ffed70 00007ff6`31c6e90c     postgres!ExceptionalCondition(
000000c6`60ffedb0 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c6`60ffee00 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000c6`60ffee50 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c6`60fff770 00007ff6`31b21298     postgres!PostmasterMain(
000000c6`60fff910 00007ff6`321216c9     postgres!main(
000000c6`60fff950 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c6`60fff9a0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c6`60fffa10 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c6`61fff898 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
000000c6`61fff8a0 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
000000c6`61fff910 00007ff8`252b4cb0     postgres!pg_signal_thread(
000000c6`61fffa10 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c6`61fffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c6`61bff4a8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c6`61bff4b0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000c6`61bff7a0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c6`61bff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c6`617ff778 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c6`617ff780 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000c6`617ffa70 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c6`617ffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c6`623ff9d8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c6`623ff9e0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000c6`623ffcd0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c6`623ffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c6`613ff958 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c6`613ff960 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000c6`613ffc50 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c6`613ffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000043`783ff5d8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000043`783ff5e0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000043`783ff8d0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000043`783ff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000043`773feba0 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000043`773febe0 00007ff6`31c6e90c     postgres!ExceptionalCondition(
00000043`773fec20 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000043`773fec70 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000043`773fecc0 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000043`773ff5e0 00007ff6`31b21298     postgres!PostmasterMain(
00000043`773ff780 00007ff6`321216c9     postgres!main(
00000043`773ff7c0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000043`773ff810 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000043`773ff880 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000043`777ff9a8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000043`777ff9b0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000043`777ffca0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000043`777ffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000043`77fff5c8 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
00000043`77fff5d0 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
00000043`77fff640 00007ff8`252b4cb0     postgres!pg_signal_thread(
00000043`77fff740 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000043`77fff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000043`77bffa88 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000043`77bffa90 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000043`77bffd80 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000043`77bffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000af`e49ff6b8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000af`e49ff6c0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000af`e49ff9b0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000af`e49ff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000af`e39feb00 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000af`e39feb40 00007ff6`31c6e90c     postgres!ExceptionalCondition(
000000af`e39feb80 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000af`e39febd0 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000af`e39fec20 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000af`e39ff540 00007ff6`31b21298     postgres!PostmasterMain(
000000af`e39ff6e0 00007ff6`321216c9     postgres!main(
000000af`e39ff720 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000af`e39ff770 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000af`e39ff7e0 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000af`e3dff898 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000af`e3dff8a0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000af`e3dffb90 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000af`e3dffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000af`e41ff948 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000af`e41ff950 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000af`e41ffc40 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000af`e41ffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000af`e45ffac8 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
000000af`e45ffad0 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
000000af`e45ffb40 00007ff8`252b4cb0     postgres!pg_signal_thread(
000000af`e45ffc40 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000af`e45ffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ab`60dffd58 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
000000ab`60dffd60 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
000000ab`60dffdd0 00007ff8`252b4cb0     postgres!pg_signal_thread(
000000ab`60dffed0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ab`60dfff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ab`609ff518 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ab`609ff520 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000ab`609ff810 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ab`609ff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ab`611ff448 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ab`611ff450 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000ab`611ff740 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ab`611ff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ab`615ff838 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ab`615ff840 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000ab`615ffb30 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ab`615ffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ab`605ff150 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ab`605ff190 00007ff6`31c6e90c     postgres!ExceptionalCondition(
000000ab`605ff1d0 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ab`605ff220 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000ab`605ff270 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ab`605ffb90 00007ff6`31b21298     postgres!PostmasterMain(
000000ab`605ffd30 00007ff6`321216c9     postgres!main(
000000ab`605ffd70 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ab`605ffdc0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ab`605ffe30 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000013`dfbff888 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000013`dfbff890 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000013`dfbffb80 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000013`dfbffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000013`defff848 00007ff6`31c67857     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000013`defff850 00007ff6`31b21259     postgres!SubPostmasterMain(
00000013`defff8c0 00007ff6`321216c9     postgres!main(
00000013`defff900 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000013`defff950 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000013`defff9c0 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000013`defff9f0 00007ff8`252b4cb0     postgres!mainCRTStartup(
00000013`defffa20 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000013`defffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000013`df3ff798 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000013`df3ff7a0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000013`df3ffa90 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000013`df3ffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000013`df7ff878 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000013`df7ff880 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000013`df7ffb70 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000013`df7ffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009e`aebffa98 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009e`aebffaa0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000009e`aebffd90 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009e`aebffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009e`ae3ff6c8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009e`ae3ff6d0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000009e`ae3ff9c0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009e`ae3ff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009e`adfff120 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000009e`adfff160 00007ff6`31c6e90c     postgres!ExceptionalCondition(
0000009e`adfff1a0 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000009e`adfff1f0 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000009e`adfff240 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000009e`adfffb60 00007ff6`31b21298     postgres!PostmasterMain(
0000009e`adfffd00 00007ff6`321216c9     postgres!main(
0000009e`adfffd40 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000009e`adfffd90 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000009e`adfffe00 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000009e`af3ffbf8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009e`af3ffc00 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000009e`af3ffef0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009e`af3fff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009e`ae7ff818 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009e`ae7ff820 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000009e`ae7ffb10 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009e`ae7ffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009e`aefffa08 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
0000009e`aefffa10 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
0000009e`aefffa80 00007ff8`252b4cb0     postgres!pg_signal_thread(
0000009e`aefffb80 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009e`aefffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c8`4a1ff758 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
000000c8`4a1ff760 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
000000c8`4a1ff7d0 00007ff8`252b4cb0     postgres!pg_signal_thread(
000000c8`4a1ff8d0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c8`4a1ff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c8`49dffa08 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c8`49dffa10 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000c8`49dffd00 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c8`49dffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c8`499ff8d8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c8`499ff8e0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000c8`499ffbd0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c8`499ffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c8`4a5ff518 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c8`4a5ff520 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000c8`4a5ff810 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c8`4a5ff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c8`495ffb08 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c8`495ffb10 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000c8`495ffe00 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c8`495ffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c8`491fed60 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c8`491feda0 00007ff6`31c6e90c     postgres!ExceptionalCondition(
000000c8`491fede0 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c8`491fee30 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000c8`491fee80 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c8`491ff7a0 00007ff6`31b21298     postgres!PostmasterMain(
000000c8`491ff940 00007ff6`321216c9     postgres!main(
000000c8`491ff980 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c8`491ff9d0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c8`491ffa40 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000032`223fef60 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000032`223fefa0 00007ff6`31c6e90c     postgres!ExceptionalCondition(
00000032`223fefe0 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000032`223ff030 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000032`223ff080 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000032`223ff9a0 00007ff6`31b21298     postgres!PostmasterMain(
00000032`223ffb40 00007ff6`321216c9     postgres!main(
00000032`223ffb80 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000032`223ffbd0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000032`223ffc40 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000032`227ffaf8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000032`227ffb00 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000032`227ffdf0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000032`227ffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000032`22bff448 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000032`22bff450 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000032`22bff740 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000032`22bff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000032`22fffcf8 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
00000032`22fffd00 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
00000032`22fffd70 00007ff8`252b4cb0     postgres!pg_signal_thread(
00000032`22fffe70 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000032`22fffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000032`233ff6d8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000032`233ff6e0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000032`233ff9d0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000032`233ffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ae`563ff9e8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ae`563ff9f0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000ae`563ffce0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ae`563ffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ae`55fff758 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ae`55fff760 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000ae`55fffa50 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ae`55fffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ae`55bff080 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ae`55bff0c0 00007ff6`31c6e90c     postgres!ExceptionalCondition(
000000ae`55bff100 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ae`55bff150 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000ae`55bff1a0 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ae`55bffac0 00007ff6`31b21298     postgres!PostmasterMain(
000000ae`55bffc60 00007ff6`321216c9     postgres!main(
000000ae`55bffca0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ae`55bffcf0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ae`55bffd60 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ae`56bff858 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
000000ae`56bff860 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
000000ae`56bff8d0 00007ff8`252b4cb0     postgres!pg_signal_thread(
000000ae`56bff9d0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ae`56bffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ae`56fffb48 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ae`56fffb50 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000ae`56fffe40 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ae`56fffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ae`567ffa68 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ae`567ffa70 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000ae`567ffd60 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ae`567ffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000010`13bff8d8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000010`13bff8e0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000010`13bffbd0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000010`13bffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000010`13fffa48 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000010`13fffa50 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000010`13fffd40 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000010`13fffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000010`143ff858 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
00000010`143ff860 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
00000010`143ff8d0 00007ff8`252b4cb0     postgres!pg_signal_thread(
00000010`143ff9d0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000010`143ffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000010`147ff8d8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000010`147ff8e0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000010`147ffbd0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000010`147ffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000010`137fec50 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000010`137fec90 00007ff6`31c6e90c     postgres!ExceptionalCondition(
00000010`137fecd0 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000010`137fed20 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000010`137fed70 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000010`137ff690 00007ff6`31b21298     postgres!PostmasterMain(
00000010`137ff830 00007ff6`321216c9     postgres!main(
00000010`137ff870 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000010`137ff8c0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000010`137ff930 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000058`3a3ff5a8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000058`3a3ff5b0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000058`3a3ff8a0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000058`3a3ff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000058`3afffc48 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
00000058`3afffc50 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
00000058`3afffcc0 00007ff8`252b4cb0     postgres!pg_signal_thread(
00000058`3afffdc0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000058`3afffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000058`3abff798 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000058`3abff7a0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000058`3abffa90 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000058`3abffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000058`3a7ffab8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000058`3a7ffac0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000058`3a7ffdb0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000058`3a7ffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000058`3b3ff548 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000058`3b3ff550 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000058`3b3ff840 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000058`3b3ff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000058`39fff100 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000058`39fff140 00007ff6`31c6e90c     postgres!ExceptionalCondition(
00000058`39fff180 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000058`39fff1d0 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000058`39fff220 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000058`39fffb40 00007ff6`31b21298     postgres!PostmasterMain(
00000058`39fffce0 00007ff6`321216c9     postgres!main(
00000058`39fffd20 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000058`39fffd70 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000058`39fffde0 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000b9`e07ffcf8 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
000000b9`e07ffd00 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
000000b9`e07ffd70 00007ff8`252b4cb0     postgres!pg_signal_thread(
000000b9`e07ffe70 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b9`e07ffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b9`e0bff688 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b9`e0bff690 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000b9`e0bff980 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b9`e0bff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b9`df7fef60 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b9`df7fefa0 00007ff6`31c6e90c     postgres!ExceptionalCondition(
000000b9`df7fefe0 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000b9`df7ff030 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000b9`df7ff080 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000b9`df7ff9a0 00007ff6`31b21298     postgres!PostmasterMain(
000000b9`df7ffb40 00007ff6`321216c9     postgres!main(
000000b9`df7ffb80 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b9`df7ffbd0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000b9`df7ffc40 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000b9`dfbff608 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b9`dfbff610 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000b9`dfbff900 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b9`dfbff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b9`dffffb28 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b9`dffffb30 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000b9`dffffe20 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b9`dffffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b9`e03ff858 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b9`e03ff860 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000b9`e03ffb50 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b9`e03ffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b7`85dffa98 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b7`85dffaa0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000b7`85dffd90 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b7`85dffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b7`855ff9f8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b7`855ffa00 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000b7`855ffcf0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b7`855ffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b7`851ffc08 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b7`851ffc10 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000b7`851fff00 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b7`851fff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b7`84dffab8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b7`84dffac0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000b7`84dffdb0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b7`84dffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b7`849fecb0 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b7`849fecf0 00007ff6`31c6e90c     postgres!ExceptionalCondition(
000000b7`849fed30 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000b7`849fed80 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000b7`849fedd0 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000b7`849ff6f0 00007ff6`31b21298     postgres!PostmasterMain(
000000b7`849ff890 00007ff6`321216c9     postgres!main(
000000b7`849ff8d0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b7`849ff920 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000b7`849ff990 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000b7`859ffb28 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
000000b7`859ffb30 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
000000b7`859ffba0 00007ff8`252b4cb0     postgres!pg_signal_thread(
000000b7`859ffca0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b7`859ffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000aa`cd7ffc28 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000aa`cd7ffc30 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000aa`cd7fff20 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000aa`cd7fff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000aa`cd3ffab8 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
000000aa`cd3ffac0 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
000000aa`cd3ffb30 00007ff8`252b4cb0     postgres!pg_signal_thread(
000000aa`cd3ffc30 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000aa`cd3ffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000aa`ccfffa48 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000aa`ccfffa50 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000aa`ccfffd40 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000aa`ccfffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000aa`ccbfeff0 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000aa`ccbff030 00007ff6`31c6e90c     postgres!ExceptionalCondition(
000000aa`ccbff070 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000aa`ccbff0c0 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000aa`ccbff110 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000aa`ccbffa30 00007ff6`31b21298     postgres!PostmasterMain(
000000aa`ccbffbd0 00007ff6`321216c9     postgres!main(
000000aa`ccbffc10 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000aa`ccbffc60 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000aa`ccbffcd0 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000aa`cdbff7d8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000aa`cdbff7e0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000aa`cdbffad0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000aa`cdbffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b7`367ffaa8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b7`367ffab0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000b7`367ffda0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b7`367ffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b7`35bfed50 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b7`35bfed90 00007ff6`31c6e90c     postgres!ExceptionalCondition(
000000b7`35bfedd0 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000b7`35bfee20 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000b7`35bfee70 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000b7`35bff790 00007ff6`31b21298     postgres!PostmasterMain(
000000b7`35bff930 00007ff6`321216c9     postgres!main(
000000b7`35bff970 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b7`35bff9c0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000b7`35bffa30 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000b7`35fff7d8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b7`35fff7e0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000b7`35fffad0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b7`35fffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b7`363ffa68 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b7`363ffa70 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000b7`363ffd60 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b7`363ffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b7`36bffb08 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
000000b7`36bffb10 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
000000b7`36bffb80 00007ff8`252b4cb0     postgres!pg_signal_thread(
000000b7`36bffc80 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b7`36bffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b7`36fff778 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b7`36fff780 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000b7`36fffa70 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b7`36fffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007a`381ff9f8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007a`381ffa00 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000007a`381ffcf0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007a`381ffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007a`37dffb88 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
0000007a`37dffb90 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
0000007a`37dffc00 00007ff8`252b4cb0     postgres!pg_signal_thread(
0000007a`37dffd00 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007a`37dffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007a`375ff160 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000007a`375ff1a0 00007ff6`31c6e90c     postgres!ExceptionalCondition(
0000007a`375ff1e0 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000007a`375ff230 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000007a`375ff280 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000007a`375ffba0 00007ff6`31b21298     postgres!PostmasterMain(
0000007a`375ffd40 00007ff6`321216c9     postgres!main(
0000007a`375ffd80 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000007a`375ffdd0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000007a`375ffe40 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000007a`379ffc28 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007a`379ffc30 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000007a`379fff20 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007a`379fff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007a`385ffa48 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007a`385ffa50 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000007a`385ffd40 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007a`385ffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000065`c51ff5e8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000065`c51ff5f0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000065`c51ff8e0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000065`c51ff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000065`c49ff9a8 00007ff6`31c67857     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000065`c49ff9b0 00007ff6`31b21259     postgres!SubPostmasterMain(
00000065`c49ffa20 00007ff6`321216c9     postgres!main(
00000065`c49ffa60 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000065`c49ffab0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000065`c49ffb20 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000065`c49ffb50 00007ff8`252b4cb0     postgres!mainCRTStartup(
00000065`c49ffb80 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000065`c49ffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000065`c4dffa78 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000065`c4dffa80 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000065`c4dffd70 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000065`c4dffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f0`679ffa88 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f0`679ffa90 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000f0`679ffd80 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f0`679ffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f0`675ff5d8 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
000000f0`675ff5e0 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
000000f0`675ff650 00007ff8`252b4cb0     postgres!pg_signal_thread(
000000f0`675ff750 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f0`675ff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f0`671ff468 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f0`671ff470 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000f0`671ff760 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f0`671ff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f0`66dff868 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f0`66dff870 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000f0`66dffb60 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f0`66dffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f0`669ff0b0 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f0`669ff0f0 00007ff6`31c6e90c     postgres!ExceptionalCondition(
000000f0`669ff130 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f0`669ff180 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000f0`669ff1d0 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f0`669ffaf0 00007ff6`31b21298     postgres!PostmasterMain(
000000f0`669ffc90 00007ff6`321216c9     postgres!main(
000000f0`669ffcd0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f0`669ffd20 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f0`669ffd90 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000091`df1ff828 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
00000091`df1ff830 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
00000091`df1ff8a0 00007ff8`252b4cb0     postgres!pg_signal_thread(
00000091`df1ff9a0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000091`df1ff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000091`dedff448 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000091`dedff450 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000091`dedff740 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000091`dedff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000091`de9feb00 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000091`de9feb40 00007ff6`31c6e90c     postgres!ExceptionalCondition(
00000091`de9feb80 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000091`de9febd0 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000091`de9fec20 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000091`de9ff540 00007ff6`31b21298     postgres!PostmasterMain(
00000091`de9ff6e0 00007ff6`321216c9     postgres!main(
00000091`de9ff720 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000091`de9ff770 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000091`de9ff7e0 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000091`df9ff448 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000091`df9ff450 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000091`df9ff740 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000091`df9ff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000091`df5ffbb8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000091`df5ffbc0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000091`df5ffeb0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000091`df5ffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000071`89dff6f8 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
00000071`89dff700 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
00000071`89dff770 00007ff8`252b4cb0     postgres!pg_signal_thread(
00000071`89dff870 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000071`89dff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000071`8a1ffc28 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000071`8a1ffc30 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000071`8a1fff20 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000071`8a1fff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000071`899ff6e8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000071`899ff6f0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000071`899ff9e0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000071`899ffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000071`895ff5d8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000071`895ff5e0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000071`895ff8d0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000071`895ff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000071`891fed80 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000071`891fedc0 00007ff6`31c6e90c     postgres!ExceptionalCondition(
00000071`891fee00 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000071`891fee50 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000071`891feea0 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000071`891ff7c0 00007ff6`31b21298     postgres!PostmasterMain(
00000071`891ff960 00007ff6`321216c9     postgres!main(
00000071`891ff9a0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000071`891ff9f0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000071`891ffa60 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000001d`5bbffca8 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
0000001d`5bbffcb0 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
0000001d`5bbffd20 00007ff8`252b4cb0     postgres!pg_signal_thread(
0000001d`5bbffe20 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001d`5bbffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001d`5bfffa28 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001d`5bfffa30 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000001d`5bfffd20 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001d`5bfffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001d`5b7ff928 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001d`5b7ff930 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000001d`5b7ffc20 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001d`5b7ffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001d`5b3ff508 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001d`5b3ff510 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000001d`5b3ff800 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001d`5b3ff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001d`5affeb80 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000001d`5affebc0 00007ff6`31c6e90c     postgres!ExceptionalCondition(
0000001d`5affec00 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000001d`5affec50 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000001d`5affeca0 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000001d`5afff5c0 00007ff6`31b21298     postgres!PostmasterMain(
0000001d`5afff760 00007ff6`321216c9     postgres!main(
0000001d`5afff7a0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000001d`5afff7f0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000001d`5afff860 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c0`785ff588 00007ff6`31c67857     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000c0`785ff590 00007ff6`31b21259     postgres!SubPostmasterMain(
000000c0`785ff600 00007ff6`321216c9     postgres!main(
000000c0`785ff640 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c0`785ff690 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c0`785ff700 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000c0`785ff730 00007ff8`252b4cb0     postgres!mainCRTStartup(
000000c0`785ff760 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c0`785ff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c0`78dff7e8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c0`78dff7f0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000c0`78dffae0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c0`78dffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c0`789ff538 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c0`789ff540 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000c0`789ff830 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c0`789ff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009a`14dff6e8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009a`14dff6f0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000009a`14dff9e0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009a`14dffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009a`155ff468 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009a`155ff470 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000009a`155ff760 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009a`155ff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009a`151ffda8 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
0000009a`151ffdb0 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
0000009a`151ffe20 00007ff8`252b4cb0     postgres!pg_signal_thread(
0000009a`151fff20 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009a`151fff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009a`149ff8e8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009a`149ff8f0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000009a`149ffbe0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009a`149ffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009a`145fecc0 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000009a`145fed00 00007ff6`31c6e90c     postgres!ExceptionalCondition(
0000009a`145fed40 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000009a`145fed90 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000009a`145fede0 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000009a`145ff700 00007ff6`31b21298     postgres!PostmasterMain(
0000009a`145ff8a0 00007ff6`321216c9     postgres!main(
0000009a`145ff8e0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000009a`145ff930 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000009a`145ff9a0 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000022`1adff7a8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000022`1adff7b0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000022`1adffaa0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000022`1adffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000022`1a1fec70 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000022`1a1fecb0 00007ff6`31c6e90c     postgres!ExceptionalCondition(
00000022`1a1fecf0 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000022`1a1fed40 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000022`1a1fed90 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000022`1a1ff6b0 00007ff6`31b21298     postgres!PostmasterMain(
00000022`1a1ff850 00007ff6`321216c9     postgres!main(
00000022`1a1ff890 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000022`1a1ff8e0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000022`1a1ff950 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000022`1a5ff558 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000022`1a5ff560 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000022`1a5ff850 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000022`1a5ff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000022`1a9ffa88 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
00000022`1a9ffa90 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
00000022`1a9ffb00 00007ff8`252b4cb0     postgres!pg_signal_thread(
00000022`1a9ffc00 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000022`1a9ffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000022`1b1ff568 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000022`1b1ff570 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000022`1b1ff860 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000022`1b1ff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000030`f89fec30 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000030`f89fec70 00007ff6`31c6e90c     postgres!ExceptionalCondition(
00000030`f89fecb0 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000030`f89fed00 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000030`f89fed50 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000030`f89ff670 00007ff6`31b21298     postgres!PostmasterMain(
00000030`f89ff810 00007ff6`321216c9     postgres!main(
00000030`f89ff850 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000030`f89ff8a0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000030`f89ff910 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000030`f91ff808 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
00000030`f91ff810 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
00000030`f91ff880 00007ff8`252b4cb0     postgres!pg_signal_thread(
00000030`f91ff980 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000030`f91ff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000030`f95ff8a8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000030`f95ff8b0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000030`f95ffba0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000030`f95ffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000030`f99ff548 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000030`f99ff550 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000030`f99ff840 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000030`f99ff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000030`f8dff778 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000030`f8dff780 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000030`f8dffa70 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000030`f8dffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000012`673ffdb8 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
00000012`673ffdc0 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
00000012`673ffe30 00007ff8`252b4cb0     postgres!pg_signal_thread(
00000012`673fff30 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000012`673fff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000012`667ff160 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000012`667ff1a0 00007ff6`31c6e90c     postgres!ExceptionalCondition(
00000012`667ff1e0 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000012`667ff230 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000012`667ff280 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000012`667ffba0 00007ff6`31b21298     postgres!PostmasterMain(
00000012`667ffd40 00007ff6`321216c9     postgres!main(
00000012`667ffd80 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000012`667ffdd0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000012`667ffe40 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000012`66bff4d8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000012`66bff4e0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000012`66bff7d0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000012`66bff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000012`66fff848 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000012`66fff850 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000012`66fffb40 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000012`66fffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000012`677ffa38 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000012`677ffa40 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000012`677ffd30 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000012`677ffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a2`5dbff748 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
000000a2`5dbff750 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
000000a2`5dbff7c0 00007ff8`252b4cb0     postgres!pg_signal_thread(
000000a2`5dbff8c0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a2`5dbff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a2`5cffec40 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a2`5cffec80 00007ff6`31c6e90c     postgres!ExceptionalCondition(
000000a2`5cffecc0 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000a2`5cffed10 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000a2`5cffed60 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a2`5cfff680 00007ff6`31b21298     postgres!PostmasterMain(
000000a2`5cfff820 00007ff6`321216c9     postgres!main(
000000a2`5cfff860 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a2`5cfff8b0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a2`5cfff920 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a2`5d3ff9d8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a2`5d3ff9e0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000a2`5d3ffcd0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a2`5d3ffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a2`5d7ffb48 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a2`5d7ffb50 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000a2`5d7ffe40 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a2`5d7ffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a2`5dfffb28 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a2`5dfffb30 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000a2`5dfffe20 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a2`5dfffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d0`b75ff618 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
000000d0`b75ff620 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
000000d0`b75ff690 00007ff8`252b4cb0     postgres!pg_signal_thread(
000000d0`b75ff790 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d0`b75ff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d0`b6dfead0 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d0`b6dfeb10 00007ff6`31c6e90c     postgres!ExceptionalCondition(
000000d0`b6dfeb50 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000d0`b6dfeba0 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000d0`b6dfebf0 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000d0`b6dff510 00007ff6`31b21298     postgres!PostmasterMain(
000000d0`b6dff6b0 00007ff6`321216c9     postgres!main(
000000d0`b6dff6f0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d0`b6dff740 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d0`b6dff7b0 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000d0`b71ffba8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d0`b71ffbb0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000d0`b71ffea0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d0`b71ffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d0`b79ff488 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d0`b79ff490 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000d0`b79ff780 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d0`b79ff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d0`b7dff958 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d0`b7dff960 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000d0`b7dffc50 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d0`b7dffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000df`519ff8f8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000df`519ff900 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000df`519ffbf0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000df`519ffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000df`509ff000 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000df`509ff040 00007ff6`31c6e90c     postgres!ExceptionalCondition(
000000df`509ff080 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000df`509ff0d0 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000df`509ff120 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000df`509ffa40 00007ff6`31b21298     postgres!PostmasterMain(
000000df`509ffbe0 00007ff6`321216c9     postgres!main(
000000df`509ffc20 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000df`509ffc70 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000df`509ffce0 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000df`50dff478 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000df`50dff480 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000df`50dff770 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000df`50dff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000df`511ff968 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000df`511ff970 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000df`511ffc60 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000df`511ffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000df`515ffc78 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
000000df`515ffc80 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
000000df`515ffcf0 00007ff8`252b4cb0     postgres!pg_signal_thread(
000000df`515ffdf0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000df`515ffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cc`17dff958 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
000000cc`17dff960 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
000000cc`17dff9d0 00007ff8`252b4cb0     postgres!pg_signal_thread(
000000cc`17dffad0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cc`17dffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cc`171fef90 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000cc`171fefd0 00007ff6`31c6e90c     postgres!ExceptionalCondition(
000000cc`171ff010 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000cc`171ff060 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000cc`171ff0b0 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000cc`171ff9d0 00007ff6`31b21298     postgres!PostmasterMain(
000000cc`171ffb70 00007ff6`321216c9     postgres!main(
000000cc`171ffbb0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000cc`171ffc00 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000cc`171ffc70 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000cc`175ffb38 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cc`175ffb40 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000cc`175ffe30 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cc`175ffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cc`179ffb78 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cc`179ffb80 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000cc`179ffe70 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cc`179ffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cc`181ffb58 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cc`181ffb60 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000cc`181ffe50 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cc`181ffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000077`f59ff448 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000077`f59ff450 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000077`f59ff740 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000077`f59ff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000077`f61ffa78 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000077`f61ffa80 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000077`f61ffd70 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000077`f61ffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000077`f51fee30 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000077`f51fee70 00007ff6`31c6e90c     postgres!ExceptionalCondition(
00000077`f51feeb0 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000077`f51fef00 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000077`f51fef50 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000077`f51ff870 00007ff6`31b21298     postgres!PostmasterMain(
00000077`f51ffa10 00007ff6`321216c9     postgres!main(
00000077`f51ffa50 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000077`f51ffaa0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000077`f51ffb10 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000077`f55ffc28 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000077`f55ffc30 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000077`f55fff20 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000077`f55fff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000077`f5dff6f8 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
00000077`f5dff700 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
00000077`f5dff770 00007ff8`252b4cb0     postgres!pg_signal_thread(
00000077`f5dff870 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000077`f5dff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000021`db1ff628 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
00000021`db1ff630 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
00000021`db1ff6a0 00007ff8`252b4cb0     postgres!pg_signal_thread(
00000021`db1ff7a0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000021`db1ff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000021`db9ff858 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000021`db9ff860 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000021`db9ffb50 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000021`db9ffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000021`da9ff070 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000021`da9ff0b0 00007ff6`31c6e90c     postgres!ExceptionalCondition(
00000021`da9ff0f0 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000021`da9ff140 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000021`da9ff190 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000021`da9ffab0 00007ff6`31b21298     postgres!PostmasterMain(
00000021`da9ffc50 00007ff6`321216c9     postgres!main(
00000021`da9ffc90 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000021`da9ffce0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000021`da9ffd50 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000021`dadff5e8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000021`dadff5f0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000021`dadff8e0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000021`dadff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000021`db5ff8e8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000021`db5ff8f0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000021`db5ffbe0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000021`db5ffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000033`765fef90 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000033`765fefd0 00007ff6`31c6e90c     postgres!ExceptionalCondition(
00000033`765ff010 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000033`765ff060 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000033`765ff0b0 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000033`765ff9d0 00007ff6`31b21298     postgres!PostmasterMain(
00000033`765ffb70 00007ff6`321216c9     postgres!main(
00000033`765ffbb0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000033`765ffc00 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000033`765ffc70 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000033`76dff9e8 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
00000033`76dff9f0 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
00000033`76dffa60 00007ff8`252b4cb0     postgres!pg_signal_thread(
00000033`76dffb60 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000033`76dffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000033`769ff618 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000033`769ff620 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000033`769ff910 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000033`769ff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000033`775ffa68 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000033`775ffa70 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000033`775ffd60 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000033`775ffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000033`771ffb68 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000033`771ffb70 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000033`771ffe60 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000033`771ffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ac`aa5ff5b8 00007ff6`31c67857     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000ac`aa5ff5c0 00007ff6`31b21259     postgres!SubPostmasterMain(
000000ac`aa5ff630 00007ff6`321216c9     postgres!main(
000000ac`aa5ff670 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ac`aa5ff6c0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ac`aa5ff730 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000ac`aa5ff760 00007ff8`252b4cb0     postgres!mainCRTStartup(
000000ac`aa5ff790 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ac`aa5ff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ac`aadffaf8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ac`aadffb00 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000ac`aadffdf0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ac`aadffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ac`aa9ff6f8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ac`aa9ff700 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000ac`aa9ff9f0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ac`aa9ffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ea`c47feb50 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ea`c47feb90 00007ff6`31c6e90c     postgres!ExceptionalCondition(
000000ea`c47febd0 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ea`c47fec20 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000ea`c47fec70 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ea`c47ff590 00007ff6`31b21298     postgres!PostmasterMain(
000000ea`c47ff730 00007ff6`321216c9     postgres!main(
000000ea`c47ff770 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ea`c47ff7c0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ea`c47ff830 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ea`c4bffb68 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ea`c4bffb70 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000ea`c4bffe60 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ea`c4bffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ea`c4fffb08 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ea`c4fffb10 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000ea`c4fffe00 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ea`c4fffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ea`c53ff5e8 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
000000ea`c53ff5f0 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
000000ea`c53ff660 00007ff8`252b4cb0     postgres!pg_signal_thread(
000000ea`c53ff760 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ea`c53ff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ea`c57ff538 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ea`c57ff540 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000ea`c57ff830 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ea`c57ff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000048`737ff0f0 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000048`737ff130 00007ff6`31c6e90c     postgres!ExceptionalCondition(
00000048`737ff170 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000048`737ff1c0 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000048`737ff210 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000048`737ffb30 00007ff6`31b21298     postgres!PostmasterMain(
00000048`737ffcd0 00007ff6`321216c9     postgres!main(
00000048`737ffd10 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000048`737ffd60 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000048`737ffdd0 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000048`743ff8b8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000048`743ff8c0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000048`743ffbb0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000048`743ffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000048`73fff9a8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000048`73fff9b0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000048`73fffca0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000048`73fffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000048`747ff748 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
00000048`747ff750 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
00000048`747ff7c0 00007ff8`252b4cb0     postgres!pg_signal_thread(
00000048`747ff8c0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000048`747ff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000048`73bffb18 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000048`73bffb20 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000048`73bffe10 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000048`73bffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000048`74bffa58 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000048`74bffa60 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000048`74bffd50 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000048`74bffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000034`5f1ffc18 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000034`5f1ffc20 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000034`5f1fff10 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000034`5f1fff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000034`5f5ffa28 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000034`5f5ffa30 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000034`5f5ffd20 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000034`5f5ffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000034`5e9ffa88 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000034`5e9ffa90 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000034`5e9ffd80 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000034`5e9ffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000034`5edff8c8 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
00000034`5edff8d0 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
00000034`5edff940 00007ff8`252b4cb0     postgres!pg_signal_thread(
00000034`5edffa40 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000034`5edffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000034`5e5fefd0 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000034`5e5ff010 00007ff6`31c6e90c     postgres!ExceptionalCondition(
00000034`5e5ff050 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000034`5e5ff0a0 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000034`5e5ff0f0 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000034`5e5ffa10 00007ff6`31b21298     postgres!PostmasterMain(
00000034`5e5ffbb0 00007ff6`321216c9     postgres!main(
00000034`5e5ffbf0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000034`5e5ffc40 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000034`5e5ffcb0 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000039`fadfee80 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000039`fadfeec0 00007ff6`31c6e90c     postgres!ExceptionalCondition(
00000039`fadfef00 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000039`fadfef50 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000039`fadfefa0 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000039`fadff8c0 00007ff6`31b21298     postgres!PostmasterMain(
00000039`fadffa60 00007ff6`321216c9     postgres!main(
00000039`fadffaa0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000039`fadffaf0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000039`fadffb60 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000039`fb1ffaa8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000039`fb1ffab0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000039`fb1ffda0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000039`fb1ffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000039`fb5ffa68 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000039`fb5ffa70 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000039`fb5ffd60 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000039`fb5ffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000039`fb9ffb68 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
00000039`fb9ffb70 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
00000039`fb9ffbe0 00007ff8`252b4cb0     postgres!pg_signal_thread(
00000039`fb9ffce0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000039`fb9ffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000039`fbdff628 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000039`fbdff630 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000039`fbdff920 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000039`fbdff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ae`337fece0 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ae`337fed20 00007ff6`31c6e90c     postgres!ExceptionalCondition(
000000ae`337fed60 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ae`337fedb0 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000ae`337fee00 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ae`337ff720 00007ff6`31b21298     postgres!PostmasterMain(
000000ae`337ff8c0 00007ff6`321216c9     postgres!main(
000000ae`337ff900 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ae`337ff950 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ae`337ff9c0 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ae`33bff5f8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ae`33bff600 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000ae`33bff8f0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ae`33bff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ae`347ff6b8 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
000000ae`347ff6c0 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
000000ae`347ff730 00007ff8`252b4cb0     postgres!pg_signal_thread(
000000ae`347ff830 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ae`347ff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ae`34bffa78 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ae`34bffa80 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000ae`34bffd70 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ae`34bffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ae`343ff828 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ae`343ff830 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000ae`343ffb20 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ae`343ffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ae`33fff628 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ae`33fff630 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000ae`33fff920 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ae`33fff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ff`2e5ffa38 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ff`2e5ffa40 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000ff`2e5ffd30 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ff`2e5ffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ff`2e9ff8b8 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
000000ff`2e9ff8c0 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
000000ff`2e9ff930 00007ff8`252b4cb0     postgres!pg_signal_thread(
000000ff`2e9ffa30 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ff`2e9ffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ff`2edff798 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ff`2edff7a0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000ff`2edffa90 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ff`2edffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ff`2f1ff4e8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ff`2f1ff4f0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000ff`2f1ff7e0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ff`2f1ff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ff`2e1ff170 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ff`2e1ff1b0 00007ff6`31c6e90c     postgres!ExceptionalCondition(
000000ff`2e1ff1f0 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ff`2e1ff240 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000ff`2e1ff290 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ff`2e1ffbb0 00007ff6`31b21298     postgres!PostmasterMain(
000000ff`2e1ffd50 00007ff6`321216c9     postgres!main(
000000ff`2e1ffd90 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ff`2e1ffde0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ff`2e1ffe50 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000009f`817ff878 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009f`817ff880 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000009f`817ffb70 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009f`817ffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009f`803fecc0 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000009f`803fed00 00007ff6`31c6e90c     postgres!ExceptionalCondition(
0000009f`803fed40 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000009f`803fed90 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000009f`803fede0 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000009f`803ff700 00007ff6`31b21298     postgres!PostmasterMain(
0000009f`803ff8a0 00007ff6`321216c9     postgres!main(
0000009f`803ff8e0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000009f`803ff930 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000009f`803ff9a0 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000009f`80fff708 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
0000009f`80fff710 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
0000009f`80fff780 00007ff8`252b4cb0     postgres!pg_signal_thread(
0000009f`80fff880 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009f`80fff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009f`80bff8e8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009f`80bff8f0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000009f`80bffbe0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009f`80bffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009f`807ff9b8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009f`807ff9c0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000009f`807ffcb0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009f`807ffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009f`813ffbb8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009f`813ffbc0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000009f`813ffeb0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009f`813ffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`dddff4a8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000001`dddff4b0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000001`dddff7a0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000001`dddff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`dd9fec50 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000001`dd9fec90 00007ff6`31c6e90c     postgres!ExceptionalCondition(
00000001`dd9fecd0 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000001`dd9fed20 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000001`dd9fed70 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000001`dd9ff690 00007ff6`31b21298     postgres!PostmasterMain(
00000001`dd9ff830 00007ff6`321216c9     postgres!main(
00000001`dd9ff870 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000001`dd9ff8c0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000001`dd9ff930 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000001`de1ffba8 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
00000001`de1ffbb0 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
00000001`de1ffc20 00007ff8`252b4cb0     postgres!pg_signal_thread(
00000001`de1ffd20 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000001`de1ffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`de5ff598 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000001`de5ff5a0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000001`de5ff890 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000001`de5ff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`de9ff808 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000001`de9ff810 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000001`de9ffb00 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000001`de9ffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a6`c63ff998 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a6`c63ff9a0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000a6`c63ffc90 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a6`c63ffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a6`c53ff020 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a6`c53ff060 00007ff6`31c6e90c     postgres!ExceptionalCondition(
000000a6`c53ff0a0 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000a6`c53ff0f0 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000a6`c53ff140 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a6`c53ffa60 00007ff6`31b21298     postgres!PostmasterMain(
000000a6`c53ffc00 00007ff6`321216c9     postgres!main(
000000a6`c53ffc40 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a6`c53ffc90 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a6`c53ffd00 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a6`c57ffbd8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a6`c57ffbe0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000a6`c57ffed0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a6`c57fff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a6`c5bffbd8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a6`c5bffbe0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000a6`c5bffed0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a6`c5bfff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a6`c5fffb38 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
000000a6`c5fffb40 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
000000a6`c5fffbb0 00007ff8`252b4cb0     postgres!pg_signal_thread(
000000a6`c5fffcb0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a6`c5fffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f5`d07ff8a8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f5`d07ff8b0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000f5`d07ffba0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f5`d07ffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f5`cfffefe0 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f5`cffff020 00007ff6`31c6e90c     postgres!ExceptionalCondition(
000000f5`cffff060 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f5`cffff0b0 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000f5`cffff100 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f5`cffffa20 00007ff6`31b21298     postgres!PostmasterMain(
000000f5`cffffbc0 00007ff6`321216c9     postgres!main(
000000f5`cffffc00 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f5`cffffc50 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f5`cffffcc0 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f5`d03ff5c8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f5`d03ff5d0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000f5`d03ff8c0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f5`d03ff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f5`d0bffb48 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
000000f5`d0bffb50 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
000000f5`d0bffbc0 00007ff8`252b4cb0     postgres!pg_signal_thread(
000000f5`d0bffcc0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f5`d0bffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f5`d0fff9c8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f5`d0fff9d0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000f5`d0fffcc0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f5`d0fffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b0`491fec40 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b0`491fec80 00007ff6`31c6e90c     postgres!ExceptionalCondition(
000000b0`491fecc0 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000b0`491fed10 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000b0`491fed60 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000b0`491ff680 00007ff6`31b21298     postgres!PostmasterMain(
000000b0`491ff820 00007ff6`321216c9     postgres!main(
000000b0`491ff860 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b0`491ff8b0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000b0`491ff920 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000b0`499ffc38 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b0`499ffc40 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000b0`499fff30 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b0`499fff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b0`495ff728 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b0`495ff730 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000b0`495ffa20 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b0`495ffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b0`4a5ffbf8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b0`4a5ffc00 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000b0`4a5ffef0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b0`4a5fff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b0`4a1ffab8 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
000000b0`4a1ffac0 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
000000b0`4a1ffb30 00007ff8`252b4cb0     postgres!pg_signal_thread(
000000b0`4a1ffc30 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b0`4a1ffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b0`49dff4a8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b0`49dff4b0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000b0`49dff7a0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b0`49dff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000053`3abffb08 00007ff6`31c67857     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000053`3abffb10 00007ff6`31b21259     postgres!SubPostmasterMain(
00000053`3abffb80 00007ff6`321216c9     postgres!main(
00000053`3abffbc0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000053`3abffc10 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000053`3abffc80 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000053`3abffcb0 00007ff8`252b4cb0     postgres!mainCRTStartup(
00000053`3abffce0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000053`3abffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000053`3afff798 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000053`3afff7a0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000053`3afffa90 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000053`3afffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000053`3b3ff738 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000053`3b3ff740 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000053`3b3ffa30 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000053`3b3ffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000018`1c7ff568 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000018`1c7ff570 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000018`1c7ff860 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000018`1c7ff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000018`1c3ff6c8 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
00000018`1c3ff6d0 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
00000018`1c3ff740 00007ff8`252b4cb0     postgres!pg_signal_thread(
00000018`1c3ff840 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000018`1c3ff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000018`1b7ff818 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000018`1b7ff820 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000018`1b7ffb10 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000018`1b7ffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000018`1b3ff030 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000018`1b3ff070 00007ff6`31c6e90c     postgres!ExceptionalCondition(
00000018`1b3ff0b0 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000018`1b3ff100 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000018`1b3ff150 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000018`1b3ffa70 00007ff6`31b21298     postgres!PostmasterMain(
00000018`1b3ffc10 00007ff6`321216c9     postgres!main(
00000018`1b3ffc50 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000018`1b3ffca0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000018`1b3ffd10 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000018`1bfffa08 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000018`1bfffa10 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000018`1bfffd00 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000018`1bfffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000018`1bbff498 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000018`1bbff4a0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000018`1bbff790 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000018`1bbff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e5`5b1ffa58 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e5`5b1ffa60 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000e5`5b1ffd50 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e5`5b1ffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e5`5adff888 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
000000e5`5adff890 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
000000e5`5adff900 00007ff8`252b4cb0     postgres!pg_signal_thread(
000000e5`5adffa00 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e5`5adffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e5`5a9ff818 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e5`5a9ff820 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000e5`5a9ffb10 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e5`5a9ffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e5`5a5ff898 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e5`5a5ff8a0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000e5`5a5ffb90 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e5`5a5ffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e5`5a1fec80 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e5`5a1fecc0 00007ff6`31c6e90c     postgres!ExceptionalCondition(
000000e5`5a1fed00 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000e5`5a1fed50 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000e5`5a1feda0 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000e5`5a1ff6c0 00007ff6`31b21298     postgres!PostmasterMain(
000000e5`5a1ff860 00007ff6`321216c9     postgres!main(
000000e5`5a1ff8a0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e5`5a1ff8f0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e5`5a1ff960 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000096`795ffbb8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000096`795ffbc0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000096`795ffeb0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000096`795ffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000096`791ff898 00007ff6`31c67857     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000096`791ff8a0 00007ff6`31b21259     postgres!SubPostmasterMain(
00000096`791ff910 00007ff6`321216c9     postgres!main(
00000096`791ff950 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000096`791ff9a0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000096`791ffa10 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000096`791ffa40 00007ff8`252b4cb0     postgres!mainCRTStartup(
00000096`791ffa70 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000096`791ffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000096`799ff5e8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000096`799ff5f0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000096`799ff8e0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000096`799ff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000045`0afffa58 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000045`0afffa60 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000045`0afffd50 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000045`0afffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000045`0abfec50 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000045`0abfec90 00007ff6`31c6e90c     postgres!ExceptionalCondition(
00000045`0abfecd0 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000045`0abfed20 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000045`0abfed70 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000045`0abff690 00007ff6`31b21298     postgres!PostmasterMain(
00000045`0abff830 00007ff6`321216c9     postgres!main(
00000045`0abff870 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000045`0abff8c0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000045`0abff930 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000045`0b3ffa98 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
00000045`0b3ffaa0 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
00000045`0b3ffb10 00007ff8`252b4cb0     postgres!pg_signal_thread(
00000045`0b3ffc10 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000045`0b3ffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000045`0b7ff798 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000045`0b7ff7a0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000045`0b7ffa90 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000045`0b7ffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000045`0bbff5e8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000045`0bbff5f0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000045`0bbff8e0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000045`0bbff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000069`175ffb38 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
00000069`175ffb40 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
00000069`175ffbb0 00007ff8`252b4cb0     postgres!pg_signal_thread(
00000069`175ffcb0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000069`175ffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000069`169fed80 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000069`169fedc0 00007ff6`31c6e90c     postgres!ExceptionalCondition(
00000069`169fee00 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000069`169fee50 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000069`169feea0 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000069`169ff7c0 00007ff6`31b21298     postgres!PostmasterMain(
00000069`169ff960 00007ff6`321216c9     postgres!main(
00000069`169ff9a0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000069`169ff9f0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000069`169ffa60 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000069`16dff568 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000069`16dff570 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000069`16dff860 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000069`16dff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000069`171ff9c8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000069`171ff9d0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000069`171ffcc0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000069`171ffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000069`179ff9f8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000069`179ffa00 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000069`179ffcf0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000069`179ffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fd`d7fffa48 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fd`d7fffa50 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000fd`d7fffd40 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fd`d7fffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fd`d77ff040 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000fd`d77ff080 00007ff6`31c6e90c     postgres!ExceptionalCondition(
000000fd`d77ff0c0 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000fd`d77ff110 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000fd`d77ff160 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000fd`d77ffa80 00007ff6`31b21298     postgres!PostmasterMain(
000000fd`d77ffc20 00007ff6`321216c9     postgres!main(
000000fd`d77ffc60 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000fd`d77ffcb0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000fd`d77ffd20 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000fd`d7bff988 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fd`d7bff990 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000fd`d7bffc80 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fd`d7bffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fd`d83ff4b8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fd`d83ff4c0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000fd`d83ff7b0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fd`d83ff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fd`d87ff798 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
000000fd`d87ff7a0 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
000000fd`d87ff810 00007ff8`252b4cb0     postgres!pg_signal_thread(
000000fd`d87ff910 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fd`d87ff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fd`d8bffa88 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fd`d8bffa90 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000fd`d8bffd80 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fd`d8bffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`3d1ff7c8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dd`3d1ff7d0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000dd`3d1ffac0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`3d1ffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`3cdff618 00007ff6`31c67857     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000dd`3cdff620 00007ff6`31b21259     postgres!SubPostmasterMain(
000000dd`3cdff690 00007ff6`321216c9     postgres!main(
000000dd`3cdff6d0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000dd`3cdff720 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000dd`3cdff790 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000dd`3cdff7c0 00007ff8`252b4cb0     postgres!mainCRTStartup(
000000dd`3cdff7f0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`3cdff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`3d5ff8b8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dd`3d5ff8c0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000dd`3d5ffbb0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`3d5ffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000019`107ff898 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000019`107ff8a0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000019`107ffb90 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000019`107ffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000019`0ffff918 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000019`0ffff920 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000019`0ffffc10 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000019`0ffffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000019`103ff5b8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000019`103ff5c0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000019`103ff8b0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000019`103ff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000019`0fbfeb20 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000019`0fbfeb60 00007ff6`31c6e90c     postgres!ExceptionalCondition(
00000019`0fbfeba0 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000019`0fbfebf0 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000019`0fbfec40 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000019`0fbff560 00007ff6`31b21298     postgres!PostmasterMain(
00000019`0fbff700 00007ff6`321216c9     postgres!main(
00000019`0fbff740 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000019`0fbff790 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000019`0fbff800 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000019`10bff808 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
00000019`10bff810 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
00000019`10bff880 00007ff8`252b4cb0     postgres!pg_signal_thread(
00000019`10bff980 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000019`10bff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000019`10fff838 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000019`10fff840 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000019`10fffb30 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000019`10fffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000079`bcdff4b8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000079`bcdff4c0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000079`bcdff7b0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000079`bcdff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000079`bd1ff6f8 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
00000079`bd1ff700 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
00000079`bd1ff770 00007ff8`252b4cb0     postgres!pg_signal_thread(
00000079`bd1ff870 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000079`bd1ff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000079`bc5ff110 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000079`bc5ff150 00007ff6`31c6e90c     postgres!ExceptionalCondition(
00000079`bc5ff190 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000079`bc5ff1e0 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000079`bc5ff230 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000079`bc5ffb50 00007ff6`31b21298     postgres!PostmasterMain(
00000079`bc5ffcf0 00007ff6`321216c9     postgres!main(
00000079`bc5ffd30 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000079`bc5ffd80 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000079`bc5ffdf0 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000079`bd5ff508 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000079`bd5ff510 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000079`bd5ff800 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000079`bd5ff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000079`bc9ffb18 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000079`bc9ffb20 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000079`bc9ffe10 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000079`bc9ffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000067`569ff8a8 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
00000067`569ff8b0 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
00000067`569ff920 00007ff8`252b4cb0     postgres!pg_signal_thread(
00000067`569ffa20 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000067`569ffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000067`55dfeb30 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000067`55dfeb70 00007ff6`31c6e90c     postgres!ExceptionalCondition(
00000067`55dfebb0 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000067`55dfec00 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000067`55dfec50 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000067`55dff570 00007ff6`31b21298     postgres!PostmasterMain(
00000067`55dff710 00007ff6`321216c9     postgres!main(
00000067`55dff750 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000067`55dff7a0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000067`55dff810 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000067`56dff688 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000067`56dff690 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000067`56dff980 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000067`56dff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000067`565ff668 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000067`565ff670 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000067`565ff960 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000067`565ff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000067`561ff458 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000067`561ff460 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000067`561ff750 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000067`561ff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000025`8adffc38 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000025`8adffc40 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000025`8adfff30 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000025`8adfff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000025`8a9fed60 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000025`8a9feda0 00007ff6`31c6e90c     postgres!ExceptionalCondition(
00000025`8a9fede0 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000025`8a9fee30 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000025`8a9fee80 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000025`8a9ff7a0 00007ff6`31b21298     postgres!PostmasterMain(
00000025`8a9ff940 00007ff6`321216c9     postgres!main(
00000025`8a9ff980 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000025`8a9ff9d0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000025`8a9ffa40 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000025`8b1ff8f8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000025`8b1ff900 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000025`8b1ffbf0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000025`8b1ffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000025`8b5ff768 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000025`8b5ff770 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000025`8b5ffa60 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000025`8b5ffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000025`8b9ffb48 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
00000025`8b9ffb50 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
00000025`8b9ffbc0 00007ff8`252b4cb0     postgres!pg_signal_thread(
00000025`8b9ffcc0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000025`8b9ffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000025`8bdff718 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000025`8bdff720 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000025`8bdffa10 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000025`8bdffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006e`e2fff518 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006e`e2fff520 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000006e`e2fff810 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006e`e2fff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006e`e1ffea40 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000006e`e1ffea80 00007ff6`31c6e90c     postgres!ExceptionalCondition(
0000006e`e1ffeac0 00007ff6`31c6da78     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000006e`e1ffeb10 00007ff6`31c6ef35     postgres!process_pm_child_exit(void)+0x748 [c:\cirrus\src\backend\postmaster\pos...
0000006e`e1ffeb70 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000006e`e1fff490 00007ff6`31b21298     postgres!PostmasterMain(
0000006e`e1fff630 00007ff6`321216c9     postgres!main(
0000006e`e1fff670 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000006e`e1fff6c0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000006e`e1fff730 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000006e`e23ffba8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006e`e23ffbb0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000006e`e23ffea0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006e`e23ffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006e`e27ff928 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
0000006e`e27ff930 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
0000006e`e27ff9a0 00007ff8`252b4cb0     postgres!pg_signal_thread(
0000006e`e27ffaa0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006e`e27ffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006e`e2bffb58 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006e`e2bffb60 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000006e`e2bffe50 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006e`e2bffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f4`1b9febf0 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f4`1b9fec30 00007ff6`31c6e90c     postgres!ExceptionalCondition(
000000f4`1b9fec70 00007ff6`31c6da78     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f4`1b9fecc0 00007ff6`31c6ef35     postgres!process_pm_child_exit(void)+0x748 [c:\cirrus\src\backend\postmaster\pos...
000000f4`1b9fed20 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f4`1b9ff640 00007ff6`31b21298     postgres!PostmasterMain(
000000f4`1b9ff7e0 00007ff6`321216c9     postgres!main(
000000f4`1b9ff820 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f4`1b9ff870 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f4`1b9ff8e0 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f4`1c1ffcd8 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
000000f4`1c1ffce0 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
000000f4`1c1ffd50 00007ff8`252b4cb0     postgres!pg_signal_thread(
000000f4`1c1ffe50 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f4`1c1ffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f4`1c9ff808 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f4`1c9ff810 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000f4`1c9ffb00 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f4`1c9ffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f4`1c5ffae8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f4`1c5ffaf0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000f4`1c5ffde0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f4`1c5ffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008f`46fff668 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008f`46fff670 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000008f`46fff960 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008f`46fff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008f`46bff6e8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008f`46bff6f0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000008f`46bff9e0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008f`46bffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008f`473ffa48 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
0000008f`473ffa50 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
0000008f`473ffac0 00007ff8`252b4cb0     postgres!pg_signal_thread(
0000008f`473ffbc0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008f`473ffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008f`477ff7a8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008f`477ff7b0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000008f`477ffaa0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008f`477ffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008f`467fea90 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000008f`467fead0 00007ff6`31c6e90c     postgres!ExceptionalCondition(
0000008f`467feb10 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000008f`467feb60 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000008f`467febb0 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000008f`467ff4d0 00007ff6`31b21298     postgres!PostmasterMain(
0000008f`467ff670 00007ff6`321216c9     postgres!main(
0000008f`467ff6b0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000008f`467ff700 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000008f`467ff770 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000026`e2ffefc0 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000026`e2fff000 00007ff6`31c6e90c     postgres!ExceptionalCondition(
00000026`e2fff040 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000026`e2fff090 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000026`e2fff0e0 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000026`e2fffa00 00007ff6`31b21298     postgres!PostmasterMain(
00000026`e2fffba0 00007ff6`321216c9     postgres!main(
00000026`e2fffbe0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000026`e2fffc30 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000026`e2fffca0 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000026`e33ff878 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000026`e33ff880 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000026`e33ffb70 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000026`e33ffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000026`e3fff888 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
00000026`e3fff890 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
00000026`e3fff900 00007ff8`252b4cb0     postgres!pg_signal_thread(
00000026`e3fffa00 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000026`e3fffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000026`e37ff508 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000026`e37ff510 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000026`e37ff800 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000026`e37ff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000026`e43ff878 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000026`e43ff880 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000026`e43ffb70 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000026`e43ffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000026`e3bffa68 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000026`e3bffa70 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000026`e3bffd60 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000026`e3bffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000071`6f7ff668 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000071`6f7ff670 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000071`6f7ff960 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000071`6f7ff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000071`6ebff1b0 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000071`6ebff1f0 00007ff6`31c6e90c     postgres!ExceptionalCondition(
00000071`6ebff230 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000071`6ebff280 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000071`6ebff2d0 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000071`6ebffbf0 00007ff6`31b21298     postgres!PostmasterMain(
00000071`6ebffd90 00007ff6`321216c9     postgres!main(
00000071`6ebffdd0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000071`6ebffe20 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000071`6ebffe90 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000071`6efff768 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000071`6efff770 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000071`6efffa60 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000071`6efffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000071`6fbff948 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000071`6fbff950 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000071`6fbffc40 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000071`6fbffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000071`6f3ff938 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
00000071`6f3ff940 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
00000071`6f3ff9b0 00007ff8`252b4cb0     postgres!pg_signal_thread(
00000071`6f3ffab0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000071`6f3ffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000051`d0fffa58 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000051`d0fffa60 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000051`d0fffd50 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000051`d0fffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000051`d13ff788 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000051`d13ff790 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000051`d13ffa80 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000051`d13ffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000051`d17ffa08 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000051`d17ffa10 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000051`d17ffd00 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000051`d17ffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000051`d1bff7f8 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
00000051`d1bff800 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
00000051`d1bff870 00007ff8`252b4cb0     postgres!pg_signal_thread(
00000051`d1bff970 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000051`d1bff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000051`d1fffba8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000051`d1fffbb0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000051`d1fffea0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000051`d1fffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000051`d0bfece0 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000051`d0bfed20 00007ff6`31c6e90c     postgres!ExceptionalCondition(
00000051`d0bfed60 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000051`d0bfedb0 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000051`d0bfee00 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000051`d0bff720 00007ff6`31b21298     postgres!PostmasterMain(
00000051`d0bff8c0 00007ff6`321216c9     postgres!main(
00000051`d0bff900 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000051`d0bff950 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000051`d0bff9c0 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000d3`679ffad8 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
000000d3`679ffae0 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
000000d3`679ffb50 00007ff8`252b4cb0     postgres!pg_signal_thread(
000000d3`679ffc50 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d3`679ffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d3`675ffbc8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d3`675ffbd0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000d3`675ffec0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d3`675ffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d3`671ffbd8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d3`671ffbe0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000d3`671ffed0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d3`671fff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d3`66dfefb0 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d3`66dfeff0 00007ff6`31c6e90c     postgres!ExceptionalCondition(
000000d3`66dff030 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000d3`66dff080 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000d3`66dff0d0 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000d3`66dff9f0 00007ff6`31b21298     postgres!PostmasterMain(
000000d3`66dffb90 00007ff6`321216c9     postgres!main(
000000d3`66dffbd0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d3`66dffc20 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d3`66dffc90 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000d3`67dffb68 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d3`67dffb70 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000d3`67dffe60 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d3`67dffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003d`ecbff9b8 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
0000003d`ecbff9c0 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
0000003d`ecbffa30 00007ff8`252b4cb0     postgres!pg_signal_thread(
0000003d`ecbffb30 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003d`ecbffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003d`ed3ff8c8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003d`ed3ff8d0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000003d`ed3ffbc0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003d`ed3ffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003d`ec7ff5b8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003d`ec7ff5c0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000003d`ec7ff8b0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003d`ec7ff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003d`ec3feb70 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000003d`ec3febb0 00007ff6`31c6e90c     postgres!ExceptionalCondition(
0000003d`ec3febf0 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000003d`ec3fec40 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000003d`ec3fec90 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000003d`ec3ff5b0 00007ff6`31b21298     postgres!PostmasterMain(
0000003d`ec3ff750 00007ff6`321216c9     postgres!main(
0000003d`ec3ff790 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000003d`ec3ff7e0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000003d`ec3ff850 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000003d`ecfff638 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003d`ecfff640 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000003d`ecfff930 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003d`ecfff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a7`15dffaf8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a7`15dffb00 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000a7`15dffdf0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a7`15dffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a7`159ffb58 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
000000a7`159ffb60 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
000000a7`159ffbd0 00007ff8`252b4cb0     postgres!pg_signal_thread(
000000a7`159ffcd0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a7`159ffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a7`151ff5b8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a7`151ff5c0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000a7`151ff8b0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a7`151ff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a7`14dff140 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a7`14dff180 00007ff6`31c6e90c     postgres!ExceptionalCondition(
000000a7`14dff1c0 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000a7`14dff210 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000a7`14dff260 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a7`14dffb80 00007ff6`31b21298     postgres!PostmasterMain(
000000a7`14dffd20 00007ff6`321216c9     postgres!main(
000000a7`14dffd60 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a7`14dffdb0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a7`14dffe20 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a7`155ff738 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a7`155ff740 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000a7`155ffa30 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a7`155ffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008d`aebff758 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008d`aebff760 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000008d`aebffa50 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008d`aebffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008d`ae7ffad8 00007ff6`31c67857     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
0000008d`ae7ffae0 00007ff6`31b21259     postgres!SubPostmasterMain(
0000008d`ae7ffb50 00007ff6`321216c9     postgres!main(
0000008d`ae7ffb90 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000008d`ae7ffbe0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000008d`ae7ffc50 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
0000008d`ae7ffc80 00007ff8`252b4cb0     postgres!mainCRTStartup(
0000008d`ae7ffcb0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008d`ae7ffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008d`aefffb78 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008d`aefffb80 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000008d`aefffe70 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008d`aefffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b4`143ff758 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b4`143ff760 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000b4`143ffa50 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b4`143ffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b4`13fff1d0 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b4`13fff210 00007ff6`31c6e90c     postgres!ExceptionalCondition(
000000b4`13fff250 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000b4`13fff2a0 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000b4`13fff2f0 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000b4`13fffc10 00007ff6`31b21298     postgres!PostmasterMain(
000000b4`13fffdb0 00007ff6`321216c9     postgres!main(
000000b4`13fffdf0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b4`13fffe40 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000b4`13fffeb0 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000b4`153ff5a8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b4`153ff5b0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000b4`153ff8a0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b4`153ff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b4`14fff818 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
000000b4`14fff820 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
000000b4`14fff890 00007ff8`252b4cb0     postgres!pg_signal_thread(
000000b4`14fff990 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b4`14fff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b4`14bffac8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b4`14bffad0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000b4`14bffdc0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b4`14bffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b4`147ff458 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b4`147ff460 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000b4`147ff750 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b4`147ff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000027`8dfffd48 00007ff6`31c67857     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000027`8dfffd50 00007ff6`31b21259     postgres!SubPostmasterMain(
00000027`8dfffdc0 00007ff6`321216c9     postgres!main(
00000027`8dfffe00 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000027`8dfffe50 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000027`8dfffec0 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000027`8dfffef0 00007ff8`252b4cb0     postgres!mainCRTStartup(
00000027`8dffff20 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000027`8dffff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000027`8e3ff478 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000027`8e3ff480 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000027`8e3ff770 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000027`8e3ff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000027`8e7ff728 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000027`8e7ff730 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000027`8e7ffa20 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000027`8e7ffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000087`085feb90 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000087`085febd0 00007ff6`31c6e90c     postgres!ExceptionalCondition(
00000087`085fec10 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000087`085fec60 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000087`085fecb0 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000087`085ff5d0 00007ff6`31b21298     postgres!PostmasterMain(
00000087`085ff770 00007ff6`321216c9     postgres!main(
00000087`085ff7b0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000087`085ff800 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000087`085ff870 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000087`095ffc38 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000087`095ffc40 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000087`095fff30 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000087`095fff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000087`091ff568 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000087`091ff570 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000087`091ff860 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000087`091ff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000087`08dff9a8 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
00000087`08dff9b0 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
00000087`08dffa20 00007ff8`252b4cb0     postgres!pg_signal_thread(
00000087`08dffb20 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000087`08dffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000087`089ff7f8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000087`089ff800 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000087`089ffaf0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000087`089ffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000eb`58fffc48 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
000000eb`58fffc50 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
000000eb`58fffcc0 00007ff8`252b4cb0     postgres!pg_signal_thread(
000000eb`58fffdc0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000eb`58fffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000eb`58bffb28 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000eb`58bffb30 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000eb`58bffe20 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000eb`58bffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000eb`587ff868 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000eb`587ff870 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000eb`587ffb60 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000eb`587ffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000eb`583feff0 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000eb`583ff030 00007ff6`31c6e90c     postgres!ExceptionalCondition(
000000eb`583ff070 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000eb`583ff0c0 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000eb`583ff110 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000eb`583ffa30 00007ff6`31b21298     postgres!PostmasterMain(
000000eb`583ffbd0 00007ff6`321216c9     postgres!main(
000000eb`583ffc10 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000eb`583ffc60 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000eb`583ffcd0 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000eb`593ff658 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000eb`593ff660 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000eb`593ff950 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000eb`593ff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f0`4e3ffd58 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
000000f0`4e3ffd60 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
000000f0`4e3ffdd0 00007ff8`252b4cb0     postgres!pg_signal_thread(
000000f0`4e3ffed0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f0`4e3fff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f0`4d7ff100 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f0`4d7ff140 00007ff6`31c6e90c     postgres!ExceptionalCondition(
000000f0`4d7ff180 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f0`4d7ff1d0 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000f0`4d7ff220 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f0`4d7ffb40 00007ff6`31b21298     postgres!PostmasterMain(
000000f0`4d7ffce0 00007ff6`321216c9     postgres!main(
000000f0`4d7ffd20 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f0`4d7ffd70 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f0`4d7ffde0 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f0`4dfff8a8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f0`4dfff8b0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000f0`4dfffba0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f0`4dfffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f0`4dbff6e8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f0`4dbff6f0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000f0`4dbff9e0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f0`4dbffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f0`4e7ff508 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f0`4e7ff510 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000f0`4e7ff800 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f0`4e7ff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d2`415feb80 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d2`415febc0 00007ff6`31c6e90c     postgres!ExceptionalCondition(
000000d2`415fec00 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000d2`415fec50 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000d2`415feca0 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000d2`415ff5c0 00007ff6`31b21298     postgres!PostmasterMain(
000000d2`415ff760 00007ff6`321216c9     postgres!main(
000000d2`415ff7a0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d2`415ff7f0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d2`415ff860 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000d2`41dff938 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d2`41dff940 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000d2`41dffc30 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d2`41dffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d2`419ff878 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d2`419ff880 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000d2`419ffb70 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d2`419ffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d2`421ff658 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
000000d2`421ff660 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
000000d2`421ff6d0 00007ff8`252b4cb0     postgres!pg_signal_thread(
000000d2`421ff7d0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d2`421ff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d2`425ff848 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d2`425ff850 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000d2`425ffb40 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d2`425ffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f9`09bff9a8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f9`09bff9b0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000f9`09bffca0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f9`09bffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f9`08bfea20 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f9`08bfea60 00007ff6`31c6e90c     postgres!ExceptionalCondition(
000000f9`08bfeaa0 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f9`08bfeaf0 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000f9`08bfeb40 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f9`08bff460 00007ff6`31b21298     postgres!PostmasterMain(
000000f9`08bff600 00007ff6`321216c9     postgres!main(
000000f9`08bff640 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f9`08bff690 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f9`08bff700 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f9`08fff898 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f9`08fff8a0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000f9`08fffb90 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f9`08fffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f9`093ff978 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
000000f9`093ff980 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
000000f9`093ff9f0 00007ff8`252b4cb0     postgres!pg_signal_thread(
000000f9`093ffaf0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f9`093ffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f9`097ff778 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f9`097ff780 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000f9`097ffa70 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f9`097ffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f5`e97ff0b0 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f5`e97ff0f0 00007ff6`31c6e90c     postgres!ExceptionalCondition(
000000f5`e97ff130 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f5`e97ff180 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000f5`e97ff1d0 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f5`e97ffaf0 00007ff6`31b21298     postgres!PostmasterMain(
000000f5`e97ffc90 00007ff6`321216c9     postgres!main(
000000f5`e97ffcd0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f5`e97ffd20 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f5`e97ffd90 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f5`e9bff678 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f5`e9bff680 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000f5`e9bff970 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f5`e9bff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f5`ea3ff848 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
000000f5`ea3ff850 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
000000f5`ea3ff8c0 00007ff8`252b4cb0     postgres!pg_signal_thread(
000000f5`ea3ff9c0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f5`ea3ff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f5`ea7ff4c8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f5`ea7ff4d0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000f5`ea7ff7c0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f5`ea7ff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f5`e9fff6a8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f5`e9fff6b0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000f5`e9fff9a0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f5`e9fff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000086`231ff678 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000086`231ff680 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000086`231ff970 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000086`231ff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000086`221fefd0 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000086`221ff010 00007ff6`31c6e90c     postgres!ExceptionalCondition(
00000086`221ff050 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000086`221ff0a0 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000086`221ff0f0 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000086`221ffa10 00007ff6`31b21298     postgres!PostmasterMain(
00000086`221ffbb0 00007ff6`321216c9     postgres!main(
00000086`221ffbf0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000086`221ffc40 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000086`221ffcb0 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000086`225ffaf8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000086`225ffb00 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000086`225ffdf0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000086`225ffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000086`229ffa38 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
00000086`229ffa40 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
00000086`229ffab0 00007ff8`252b4cb0     postgres!pg_signal_thread(
00000086`229ffbb0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000086`229ffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000086`22dffb38 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000086`22dffb40 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000086`22dffe30 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000086`22dffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000028`f03ff808 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
00000028`f03ff810 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
00000028`f03ff880 00007ff8`252b4cb0     postgres!pg_signal_thread(
00000028`f03ff980 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000028`f03ff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000028`f07ff938 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000028`f07ff940 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000028`f07ffc30 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000028`f07ffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000028`ef3fec10 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000028`ef3fec50 00007ff6`31c6e90c     postgres!ExceptionalCondition(
00000028`ef3fec90 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000028`ef3fece0 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000028`ef3fed30 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000028`ef3ff650 00007ff6`31b21298     postgres!PostmasterMain(
00000028`ef3ff7f0 00007ff6`321216c9     postgres!main(
00000028`ef3ff830 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000028`ef3ff880 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000028`ef3ff8f0 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000028`ef7ffa58 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000028`ef7ffa60 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000028`ef7ffd50 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000028`ef7ffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000028`efbff7a8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000028`efbff7b0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000028`efbffaa0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000028`efbffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000028`effff888 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000028`effff890 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000028`effffb80 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000028`effffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004b`8b9ff798 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004b`8b9ff7a0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000004b`8b9ffa90 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004b`8b9ffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004b`8c1ff718 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004b`8c1ff720 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000004b`8c1ffa10 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004b`8c1ffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004b`8c5ff918 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004b`8c5ff920 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000004b`8c5ffc10 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004b`8c5ffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004b`8b5fea40 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000004b`8b5fea80 00007ff6`31c6e90c     postgres!ExceptionalCondition(
0000004b`8b5feac0 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000004b`8b5feb10 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000004b`8b5feb60 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000004b`8b5ff480 00007ff6`31b21298     postgres!PostmasterMain(
0000004b`8b5ff620 00007ff6`321216c9     postgres!main(
0000004b`8b5ff660 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000004b`8b5ff6b0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000004b`8b5ff720 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000004b`8bdffb98 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
0000004b`8bdffba0 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
0000004b`8bdffc10 00007ff8`252b4cb0     postgres!pg_signal_thread(
0000004b`8bdffd10 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004b`8bdffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000043`d67ff798 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
00000043`d67ff7a0 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
00000043`d67ff810 00007ff8`252b4cb0     postgres!pg_signal_thread(
00000043`d67ff910 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000043`d67ff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000043`d6fff608 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000043`d6fff610 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000043`d6fff900 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000043`d6fff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000043`d6bff718 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000043`d6bff720 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000043`d6bffa10 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000043`d6bffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000043`d5ffeac0 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000043`d5ffeb00 00007ff6`31c6e90c     postgres!ExceptionalCondition(
00000043`d5ffeb40 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000043`d5ffeb90 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000043`d5ffebe0 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000043`d5fff500 00007ff6`31b21298     postgres!PostmasterMain(
00000043`d5fff6a0 00007ff6`321216c9     postgres!main(
00000043`d5fff6e0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000043`d5fff730 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000043`d5fff7a0 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000043`d63ff5a8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000043`d63ff5b0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000043`d63ff8a0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000043`d63ff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a2`b8bff738 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a2`b8bff740 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000a2`b8bffa30 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a2`b8bffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a2`b83ff628 00007ff6`31c67857     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000a2`b83ff630 00007ff6`31b21259     postgres!SubPostmasterMain(
000000a2`b83ff6a0 00007ff6`321216c9     postgres!main(
000000a2`b83ff6e0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a2`b83ff730 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a2`b83ff7a0 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000a2`b83ff7d0 00007ff8`252b4cb0     postgres!mainCRTStartup(
000000a2`b83ff800 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a2`b83ff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a2`b87ffab8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a2`b87ffac0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000a2`b87ffdb0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a2`b87ffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008a`85fffae8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008a`85fffaf0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000008a`85fffde0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008a`85fffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008a`863ff768 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008a`863ff770 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000008a`863ffa60 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008a`863ffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008a`867ff948 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
0000008a`867ff950 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
0000008a`867ff9c0 00007ff8`252b4cb0     postgres!pg_signal_thread(
0000008a`867ffac0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008a`867ffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008a`86bff578 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008a`86bff580 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000008a`86bff870 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008a`86bff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008a`85bfed00 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000008a`85bfed40 00007ff6`31c6e90c     postgres!ExceptionalCondition(
0000008a`85bfed80 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000008a`85bfedd0 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000008a`85bfee20 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000008a`85bff740 00007ff6`31b21298     postgres!PostmasterMain(
0000008a`85bff8e0 00007ff6`321216c9     postgres!main(
0000008a`85bff920 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000008a`85bff970 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000008a`85bff9e0 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000099`3f7feca0 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000099`3f7fece0 00007ff6`31c6e90c     postgres!ExceptionalCondition(
00000099`3f7fed20 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000099`3f7fed70 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000099`3f7fedc0 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000099`3f7ff6e0 00007ff6`31b21298     postgres!PostmasterMain(
00000099`3f7ff880 00007ff6`321216c9     postgres!main(
00000099`3f7ff8c0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000099`3f7ff910 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000099`3f7ff980 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000099`3ffff7a8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000099`3ffff7b0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000099`3ffffaa0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000099`3ffffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000099`403ff918 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
00000099`403ff920 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
00000099`403ff990 00007ff8`252b4cb0     postgres!pg_signal_thread(
00000099`403ffa90 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000099`403ffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000099`407ffb68 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000099`407ffb70 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000099`407ffe60 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000099`407ffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000099`3fbffb68 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000099`3fbffb70 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000099`3fbffe60 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000099`3fbffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000038`39dffcc8 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
00000038`39dffcd0 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
00000038`39dffd40 00007ff8`252b4cb0     postgres!pg_signal_thread(
00000038`39dffe40 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000038`39dffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000038`3a5ff728 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000038`3a5ff730 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000038`3a5ffa20 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000038`3a5ffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000038`3a1ffb78 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000038`3a1ffb80 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000038`3a1ffe70 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000038`3a1ffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000038`395fea90 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000038`395fead0 00007ff6`31c6e90c     postgres!ExceptionalCondition(
00000038`395feb10 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000038`395feb60 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000038`395febb0 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000038`395ff4d0 00007ff6`31b21298     postgres!PostmasterMain(
00000038`395ff670 00007ff6`321216c9     postgres!main(
00000038`395ff6b0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000038`395ff700 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000038`395ff770 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000038`399ff4a8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000038`399ff4b0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000038`399ff7a0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000038`399ff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000be`80bff7f8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000be`80bff800 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000be`80bffaf0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000be`80bffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000be`ff9ff0d0 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000be`ff9ff110 00007ff6`31c6e90c     postgres!ExceptionalCondition(
000000be`ff9ff150 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000be`ff9ff1a0 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000be`ff9ff1f0 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000be`ff9ffb10 00007ff6`31b21298     postgres!PostmasterMain(
000000be`ff9ffcb0 00007ff6`321216c9     postgres!main(
000000be`ff9ffcf0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000be`ff9ffd40 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000be`ff9ffdb0 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000be`ffdff6d8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000be`ffdff6e0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000be`ffdff9d0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000be`ffdffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000be`803ff558 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000be`803ff560 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000be`803ff850 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000be`803ff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000be`807ffd78 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
000000be`807ffd80 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
000000be`807ffdf0 00007ff8`252b4cb0     postgres!pg_signal_thread(
000000be`807ffef0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000be`807fff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000038`8e3ff548 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000038`8e3ff550 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000038`8e3ff840 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000038`8e3ff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000038`8d7ff000 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000038`8d7ff040 00007ff6`31c6e90c     postgres!ExceptionalCondition(
00000038`8d7ff080 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000038`8d7ff0d0 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000038`8d7ff120 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000038`8d7ffa40 00007ff6`31b21298     postgres!PostmasterMain(
00000038`8d7ffbe0 00007ff6`321216c9     postgres!main(
00000038`8d7ffc20 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000038`8d7ffc70 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000038`8d7ffce0 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000038`8e7ff968 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000038`8e7ff970 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000038`8e7ffc60 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000038`8e7ffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000038`8dbff638 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000038`8dbff640 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000038`8dbff930 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000038`8dbff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000038`8dfff968 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
00000038`8dfff970 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
00000038`8dfff9e0 00007ff8`252b4cb0     postgres!pg_signal_thread(
00000038`8dfffae0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000038`8dfffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000008`259fea00 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000008`259fea40 00007ff6`31c6e90c     postgres!ExceptionalCondition(
00000008`259fea80 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000008`259fead0 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000008`259feb20 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000008`259ff440 00007ff6`31b21298     postgres!PostmasterMain(
00000008`259ff5e0 00007ff6`321216c9     postgres!main(
00000008`259ff620 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000008`259ff670 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000008`259ff6e0 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000008`25dffa48 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000008`25dffa50 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000008`25dffd40 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000008`25dffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000008`269ff608 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
00000008`269ff610 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
00000008`269ff680 00007ff8`252b4cb0     postgres!pg_signal_thread(
00000008`269ff780 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000008`269ff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000008`26dff498 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000008`26dff4a0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000008`26dff790 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000008`26dff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000008`265ff748 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000008`265ff750 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000008`265ffa40 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000008`265ffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000008`261ff678 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000008`261ff680 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000008`261ff970 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000008`261ff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000042`75fff628 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
00000042`75fff630 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
00000042`75fff6a0 00007ff8`252b4cb0     postgres!pg_signal_thread(
00000042`75fff7a0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000042`75fff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000042`753feb00 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000042`753feb40 00007ff6`31c6e90c     postgres!ExceptionalCondition(
00000042`753feb80 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000042`753febd0 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000042`753fec20 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000042`753ff540 00007ff6`31b21298     postgres!PostmasterMain(
00000042`753ff6e0 00007ff6`321216c9     postgres!main(
00000042`753ff720 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000042`753ff770 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000042`753ff7e0 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000042`757ff808 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000042`757ff810 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000042`757ffb00 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000042`757ffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000042`75bff5a8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000042`75bff5b0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000042`75bff8a0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000042`75bff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000042`763ff5e8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000042`763ff5f0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000042`763ff8e0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000042`763ff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f5`837ff9c8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f5`837ff9d0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000f5`837ffcc0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f5`837ffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f5`833ff180 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f5`833ff1c0 00007ff6`31c6e90c     postgres!ExceptionalCondition(
000000f5`833ff200 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f5`833ff250 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000f5`833ff2a0 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f5`833ffbc0 00007ff6`31b21298     postgres!PostmasterMain(
000000f5`833ffd60 00007ff6`321216c9     postgres!main(
000000f5`833ffda0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f5`833ffdf0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f5`833ffe60 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f5`83bff4a8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f5`83bff4b0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000f5`83bff7a0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f5`83bff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f5`83fff768 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
000000f5`83fff770 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
000000f5`83fff7e0 00007ff8`252b4cb0     postgres!pg_signal_thread(
000000f5`83fff8e0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f5`83fff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f5`843ff4f8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f5`843ff500 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000f5`843ff7f0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f5`843ff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000061`8b3ffbd8 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
00000061`8b3ffbe0 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
00000061`8b3ffc50 00007ff8`252b4cb0     postgres!pg_signal_thread(
00000061`8b3ffd50 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000061`8b3ffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000061`8a7fec80 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000061`8a7fecc0 00007ff6`31c6e90c     postgres!ExceptionalCondition(
00000061`8a7fed00 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000061`8a7fed50 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000061`8a7feda0 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000061`8a7ff6c0 00007ff6`31b21298     postgres!PostmasterMain(
00000061`8a7ff860 00007ff6`321216c9     postgres!main(
00000061`8a7ff8a0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000061`8a7ff8f0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000061`8a7ff960 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000061`8b7ff528 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000061`8b7ff530 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000061`8b7ff820 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000061`8b7ff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000054`c79ff658 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000054`c79ff660 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000054`c79ff950 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000054`c79ff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000054`c6dfea00 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000054`c6dfea40 00007ff6`31c6e90c     postgres!ExceptionalCondition(
00000054`c6dfea80 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000054`c6dfead0 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000054`c6dfeb20 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000054`c6dff440 00007ff6`31b21298     postgres!PostmasterMain(
00000054`c6dff5e0 00007ff6`321216c9     postgres!main(
00000054`c6dff620 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000054`c6dff670 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000054`c6dff6e0 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000054`c71ffbb8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000054`c71ffbc0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000054`c71ffeb0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000054`c71ffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000054`c75ffd78 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
00000054`c75ffd80 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
00000054`c75ffdf0 00007ff8`252b4cb0     postgres!pg_signal_thread(
00000054`c75ffef0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000054`c75fff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000054`c7dffc08 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000054`c7dffc10 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000054`c7dfff00 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000054`c7dfff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ed`c31ff658 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ed`c31ff660 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000ed`c31ff950 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ed`c31ff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ed`c35ff648 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ed`c35ff650 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000ed`c35ff940 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ed`c35ff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ed`c3dff588 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ed`c3dff590 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000ed`c3dff880 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ed`c3dff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ed`c39ff9e8 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
000000ed`c39ff9f0 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
000000ed`c39ffa60 00007ff8`252b4cb0     postgres!pg_signal_thread(
000000ed`c39ffb60 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ed`c39ffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ed`c2dfee80 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ed`c2dfeec0 00007ff6`31c6e90c     postgres!ExceptionalCondition(
000000ed`c2dfef00 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ed`c2dfef50 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000ed`c2dfefa0 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ed`c2dff8c0 00007ff6`31b21298     postgres!PostmasterMain(
000000ed`c2dffa60 00007ff6`321216c9     postgres!main(
000000ed`c2dffaa0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ed`c2dffaf0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ed`c2dffb60 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000004`3c1ff5a8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000004`3c1ff5b0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000004`3c1ff8a0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000004`3c1ff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000004`3b9ff878 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000004`3b9ff880 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000004`3b9ffb70 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000004`3b9ffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000004`3adfef80 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000004`3adfefc0 00007ff6`31c6e90c     postgres!ExceptionalCondition(
00000004`3adff000 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000004`3adff050 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000004`3adff0a0 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000004`3adff9c0 00007ff6`31b21298     postgres!PostmasterMain(
00000004`3adffb60 00007ff6`321216c9     postgres!main(
00000004`3adffba0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000004`3adffbf0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000004`3adffc60 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000004`3b1ff748 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000004`3b1ff750 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000004`3b1ffa40 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000004`3b1ffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000004`3b5ff768 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000004`3b5ff770 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000004`3b5ffa60 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000004`3b5ffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000004`3bdffd08 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
00000004`3bdffd10 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
00000004`3bdffd80 00007ff8`252b4cb0     postgres!pg_signal_thread(
00000004`3bdffe80 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000004`3bdffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000040`cbffed50 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000040`cbffed90 00007ff6`31c6e90c     postgres!ExceptionalCondition(
00000040`cbffedd0 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000040`cbffee20 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000040`cbffee70 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000040`cbfff790 00007ff6`31b21298     postgres!PostmasterMain(
00000040`cbfff930 00007ff6`321216c9     postgres!main(
00000040`cbfff970 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000040`cbfff9c0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000040`cbfffa30 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000040`cc3ff548 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000040`cc3ff550 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000040`cc3ff840 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000040`cc3ff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000040`cc7ff708 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000040`cc7ff710 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000040`cc7ffa00 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000040`cc7ffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000040`ccbffbb8 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
00000040`ccbffbc0 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
00000040`ccbffc30 00007ff8`252b4cb0     postgres!pg_signal_thread(
00000040`ccbffd30 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000040`ccbffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000040`ccfffa88 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000040`ccfffa90 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000040`ccfffd80 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000040`ccfffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000013`b99ff968 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000013`b99ff970 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000013`b99ffc60 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000013`b99ffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000013`b89ff548 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000013`b89ff550 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000013`b89ff840 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000013`b89ff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000013`b85feb60 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000013`b85feba0 00007ff6`31c6e90c     postgres!ExceptionalCondition(
00000013`b85febe0 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000013`b85fec30 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000013`b85fec80 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000013`b85ff5a0 00007ff6`31b21298     postgres!PostmasterMain(
00000013`b85ff740 00007ff6`321216c9     postgres!main(
00000013`b85ff780 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000013`b85ff7d0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000013`b85ff840 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000013`b95ffc28 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
00000013`b95ffc30 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
00000013`b95ffca0 00007ff8`252b4cb0     postgres!pg_signal_thread(
00000013`b95ffda0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000013`b95ffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000013`b8dff7b8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000013`b8dff7c0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000013`b8dffab0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000013`b8dffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000013`b91ff8e8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000013`b91ff8f0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000013`b91ffbe0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000013`b91ffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000074`443ffb28 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
00000074`443ffb30 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
00000074`443ffba0 00007ff8`252b4cb0     postgres!pg_signal_thread(
00000074`443ffca0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000074`443ffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000074`447ffae8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000074`447ffaf0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000074`447ffde0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000074`447ffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000074`437ff100 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000074`437ff140 00007ff6`31c6e90c     postgres!ExceptionalCondition(
00000074`437ff180 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000074`437ff1d0 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000074`437ff220 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000074`437ffb40 00007ff6`31b21298     postgres!PostmasterMain(
00000074`437ffce0 00007ff6`321216c9     postgres!main(
00000074`437ffd20 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000074`437ffd70 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000074`437ffde0 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000074`43bff4a8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000074`43bff4b0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000074`43bff7a0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000074`43bff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000074`43fffbf8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000074`43fffc00 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000074`43fffef0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000074`43ffff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000054`ab5ff7a8 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
00000054`ab5ff7b0 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
00000054`ab5ff820 00007ff8`252b4cb0     postgres!pg_signal_thread(
00000054`ab5ff920 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000054`ab5ff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000054`ab9ff4a8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000054`ab9ff4b0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000054`ab9ff7a0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000054`ab9ff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000054`aa9ff040 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000054`aa9ff080 00007ff6`31c6e90c     postgres!ExceptionalCondition(
00000054`aa9ff0c0 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000054`aa9ff110 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000054`aa9ff160 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000054`aa9ffa80 00007ff6`31b21298     postgres!PostmasterMain(
00000054`aa9ffc20 00007ff6`321216c9     postgres!main(
00000054`aa9ffc60 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000054`aa9ffcb0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000054`aa9ffd20 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000054`aadffa18 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000054`aadffa20 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000054`aadffd10 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000054`aadffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000054`ab1ff4c8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000054`ab1ff4d0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000054`ab1ff7c0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000054`ab1ff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005e`74fff9b8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005e`74fff9c0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000005e`74fffcb0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005e`74fffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005e`753ffb98 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005e`753ffba0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000005e`753ffe90 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005e`753ffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005e`757ff568 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005e`757ff570 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000005e`757ff860 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005e`757ff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005e`75bff808 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
0000005e`75bff810 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
0000005e`75bff880 00007ff8`252b4cb0     postgres!pg_signal_thread(
0000005e`75bff980 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005e`75bff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005e`75fff998 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005e`75fff9a0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000005e`75fffc90 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005e`75fffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005e`74bfeb30 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000005e`74bfeb70 00007ff6`31c6e90c     postgres!ExceptionalCondition(
0000005e`74bfebb0 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000005e`74bfec00 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000005e`74bfec50 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000005e`74bff570 00007ff6`31b21298     postgres!PostmasterMain(
0000005e`74bff710 00007ff6`321216c9     postgres!main(
0000005e`74bff750 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000005e`74bff7a0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000005e`74bff810 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c6`a67ff478 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c6`a67ff480 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000c6`a67ff770 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c6`a67ff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c6`a6bff978 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c6`a6bff980 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000c6`a6bffc70 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c6`a6bffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c6`a6fffa18 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
000000c6`a6fffa20 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
000000c6`a6fffa90 00007ff8`252b4cb0     postgres!pg_signal_thread(
000000c6`a6fffb90 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c6`a6fffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c6`a73ffaf8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c6`a73ffb00 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000c6`a73ffdf0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c6`a73ffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c6`a63fedb0 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c6`a63fedf0 00007ff6`31c6e90c     postgres!ExceptionalCondition(
000000c6`a63fee30 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c6`a63fee80 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000c6`a63feed0 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c6`a63ff7f0 00007ff6`31b21298     postgres!PostmasterMain(
000000c6`a63ff990 00007ff6`321216c9     postgres!main(
000000c6`a63ff9d0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c6`a63ffa20 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c6`a63ffa90 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000d9`3b1ff748 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d9`3b1ff750 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000d9`3b1ffa40 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d9`3b1ffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d9`3adffa28 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d9`3adffa30 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000d9`3adffd20 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d9`3adffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d9`3a5ffa58 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d9`3a5ffa60 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000d9`3a5ffd50 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d9`3a5ffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d9`3a9ff688 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
000000d9`3a9ff690 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
000000d9`3a9ff700 00007ff8`252b4cb0     postgres!pg_signal_thread(
000000d9`3a9ff800 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d9`3a9ff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d9`3a1feaa0 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d9`3a1feae0 00007ff6`31c6e90c     postgres!ExceptionalCondition(
000000d9`3a1feb20 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000d9`3a1feb70 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000d9`3a1febc0 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000d9`3a1ff4e0 00007ff6`31b21298     postgres!PostmasterMain(
000000d9`3a1ff680 00007ff6`321216c9     postgres!main(
000000d9`3a1ff6c0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d9`3a1ff710 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d9`3a1ff780 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000063`bcdfed80 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000063`bcdfedc0 00007ff6`31c6e90c     postgres!ExceptionalCondition(
00000063`bcdfee00 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000063`bcdfee50 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000063`bcdfeea0 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000063`bcdff7c0 00007ff6`31b21298     postgres!PostmasterMain(
00000063`bcdff960 00007ff6`321216c9     postgres!main(
00000063`bcdff9a0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000063`bcdff9f0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000063`bcdffa60 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000063`be1ff458 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000063`be1ff460 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000063`be1ff750 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000063`be1ff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000063`bd1ff808 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000063`bd1ff810 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000063`bd1ffb00 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000063`bd1ffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000063`bd5ffa38 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000063`bd5ffa40 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000063`bd5ffd30 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000063`bd5ffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000063`bd9ffa08 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000063`bd9ffa10 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000063`bd9ffd00 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000063`bd9ffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000063`bddff928 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
00000063`bddff930 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
00000063`bddff9a0 00007ff8`252b4cb0     postgres!pg_signal_thread(
00000063`bddffaa0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000063`bddffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d7`d49ffb78 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d7`d49ffb80 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000d7`d49ffe70 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d7`d49ffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d7`d39fea90 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d7`d39fead0 00007ff6`31c6e90c     postgres!ExceptionalCondition(
000000d7`d39feb10 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000d7`d39feb60 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000d7`d39febb0 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000d7`d39ff4d0 00007ff6`31b21298     postgres!PostmasterMain(
000000d7`d39ff670 00007ff6`321216c9     postgres!main(
000000d7`d39ff6b0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d7`d39ff700 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d7`d39ff770 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000d7`d3dff6a8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d7`d3dff6b0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000d7`d3dff9a0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d7`d3dff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d7`d41ff4e8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d7`d41ff4f0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000d7`d41ff7e0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d7`d41ff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d7`d45ffaf8 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
000000d7`d45ffb00 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
000000d7`d45ffb70 00007ff8`252b4cb0     postgres!pg_signal_thread(
000000d7`d45ffc70 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d7`d45ffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c5`66bff7d8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c5`66bff7e0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000c5`66bffad0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c5`66bffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c5`673ff9b8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c5`673ff9c0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000c5`673ffcb0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c5`673ffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c5`677ffb28 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c5`677ffb30 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000c5`677ffe20 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c5`677ffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c5`667fec40 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c5`667fec80 00007ff6`31c6e90c     postgres!ExceptionalCondition(
000000c5`667fecc0 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c5`667fed10 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000c5`667fed60 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c5`667ff680 00007ff6`31b21298     postgres!PostmasterMain(
000000c5`667ff820 00007ff6`321216c9     postgres!main(
000000c5`667ff860 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c5`667ff8b0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c5`667ff920 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c5`66fff728 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
000000c5`66fff730 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
000000c5`66fff7a0 00007ff8`252b4cb0     postgres!pg_signal_thread(
000000c5`66fff8a0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c5`66fff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000069`a77ff548 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000069`a77ff550 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000069`a77ff840 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000069`a77ff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000069`a87ffb28 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000069`a87ffb30 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000069`a87ffe20 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000069`a87ffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000069`a83ff8b8 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
00000069`a83ff8c0 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
00000069`a83ff930 00007ff8`252b4cb0     postgres!pg_signal_thread(
00000069`a83ffa30 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000069`a83ffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000069`a7fff4e8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000069`a7fff4f0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000069`a7fff7e0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000069`a7fff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000069`a7bff978 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000069`a7bff980 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000069`a7bffc70 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000069`a7bffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000069`a73fea50 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000069`a73fea90 00007ff6`31c6e90c     postgres!ExceptionalCondition(
00000069`a73fead0 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000069`a73feb20 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000069`a73feb70 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000069`a73ff490 00007ff6`31b21298     postgres!PostmasterMain(
00000069`a73ff630 00007ff6`321216c9     postgres!main(
00000069`a73ff670 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000069`a73ff6c0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000069`a73ff730 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000047`569ff1c0 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000047`569ff200 00007ff6`31c6e90c     postgres!ExceptionalCondition(
00000047`569ff240 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000047`569ff290 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000047`569ff2e0 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000047`569ffc00 00007ff6`31b21298     postgres!PostmasterMain(
00000047`569ffda0 00007ff6`321216c9     postgres!main(
00000047`569ffde0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000047`569ffe30 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000047`569ffea0 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000047`56dff7c8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000047`56dff7d0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000047`56dffac0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000047`56dffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000047`571ffb68 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000047`571ffb70 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000047`571ffe60 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000047`571ffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000047`575ffd98 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
00000047`575ffda0 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
00000047`575ffe10 00007ff8`252b4cb0     postgres!pg_signal_thread(
00000047`575fff10 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000047`575fff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000047`579ff478 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000047`579ff480 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000047`579ff770 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000047`579ff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003c`8a7ffc28 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003c`8a7ffc30 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000003c`8a7fff20 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003c`8a7fff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003c`8abffbb8 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
0000003c`8abffbc0 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
0000003c`8abffc30 00007ff8`252b4cb0     postgres!pg_signal_thread(
0000003c`8abffd30 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003c`8abffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003c`8afff668 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003c`8afff670 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000003c`8afff960 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003c`8afff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003c`8b3ff478 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003c`8b3ff480 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000003c`8b3ff770 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003c`8b3ff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003c`8a3ff0f0 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000003c`8a3ff130 00007ff6`31c6e90c     postgres!ExceptionalCondition(
0000003c`8a3ff170 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000003c`8a3ff1c0 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000003c`8a3ff210 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000003c`8a3ffb30 00007ff6`31b21298     postgres!PostmasterMain(
0000003c`8a3ffcd0 00007ff6`321216c9     postgres!main(
0000003c`8a3ffd10 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000003c`8a3ffd60 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000003c`8a3ffdd0 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000005f`e9dff798 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005f`e9dff7a0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000005f`e9dffa90 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005f`e9dffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005f`ea1ff808 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005f`ea1ff810 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000005f`ea1ffb00 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005f`ea1ffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005f`ea5ffc78 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
0000005f`ea5ffc80 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
0000005f`ea5ffcf0 00007ff8`252b4cb0     postgres!pg_signal_thread(
0000005f`ea5ffdf0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005f`ea5ffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005f`ea9ff528 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005f`ea9ff530 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000005f`ea9ff820 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005f`ea9ff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005f`e99fecb0 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000005f`e99fecf0 00007ff6`31c6e90c     postgres!ExceptionalCondition(
0000005f`e99fed30 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000005f`e99fed80 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000005f`e99fedd0 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000005f`e99ff6f0 00007ff6`31b21298     postgres!PostmasterMain(
0000005f`e99ff890 00007ff6`321216c9     postgres!main(
0000005f`e99ff8d0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000005f`e99ff920 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000005f`e99ff990 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000073`ce9ffb68 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
00000073`ce9ffb70 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
00000073`ce9ffbe0 00007ff8`252b4cb0     postgres!pg_signal_thread(
00000073`ce9ffce0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000073`ce9ffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000073`ce1ff538 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000073`ce1ff540 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000073`ce1ff830 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000073`ce1ff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000073`ce5ff608 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000073`ce5ff610 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000073`ce5ff900 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000073`ce5ff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000073`cddffbb8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000073`cddffbc0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000073`cddffeb0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000073`cddffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000073`cd9feb50 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000073`cd9feb90 00007ff6`31c6e90c     postgres!ExceptionalCondition(
00000073`cd9febd0 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000073`cd9fec20 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000073`cd9fec70 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000073`cd9ff590 00007ff6`31b21298     postgres!PostmasterMain(
00000073`cd9ff730 00007ff6`321216c9     postgres!main(
00000073`cd9ff770 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000073`cd9ff7c0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000073`cd9ff830 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000073`cedffab8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000073`cedffac0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000073`cedffdb0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000073`cedffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000040`c69ffb68 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000040`c69ffb70 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000040`c69ffe60 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000040`c69ffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000040`c71ff908 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
00000040`c71ff910 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
00000040`c71ff980 00007ff8`252b4cb0     postgres!pg_signal_thread(
00000040`c71ffa80 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000040`c71ffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000040`c75ffb78 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000040`c75ffb80 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000040`c75ffe70 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000040`c75ffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000040`c65ff1f0 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000040`c65ff230 00007ff6`31c6e90c     postgres!ExceptionalCondition(
00000040`c65ff270 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000040`c65ff2c0 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000040`c65ff310 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000040`c65ffc30 00007ff6`31b21298     postgres!PostmasterMain(
00000040`c65ffdd0 00007ff6`321216c9     postgres!main(
00000040`c65ffe10 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000040`c65ffe60 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000040`c65ffed0 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000040`c6dff458 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000040`c6dff460 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000040`c6dff750 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000040`c6dff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000db`c7fff568 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000db`c7fff570 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000db`c7fff860 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000db`c7fff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000db`c6fff1e0 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000db`c6fff220 00007ff6`31c6e90c     postgres!ExceptionalCondition(
000000db`c6fff260 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000db`c6fff2b0 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000db`c6fff300 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000db`c6fffc20 00007ff6`31b21298     postgres!PostmasterMain(
000000db`c6fffdc0 00007ff6`321216c9     postgres!main(
000000db`c6fffe00 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000db`c6fffe50 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000db`c6fffec0 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000db`c73ff7d8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000db`c73ff7e0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000db`c73ffad0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000db`c73ffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000db`c77ffb98 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
000000db`c77ffba0 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
000000db`c77ffc10 00007ff8`252b4cb0     postgres!pg_signal_thread(
000000db`c77ffd10 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000db`c77ffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000db`c7bff448 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000db`c7bff450 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000db`c7bff740 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000db`c7bff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008d`c1bffc38 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008d`c1bffc40 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000008d`c1bfff30 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008d`c1bfff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008d`c1fffc28 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
0000008d`c1fffc30 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
0000008d`c1fffca0 00007ff8`252b4cb0     postgres!pg_signal_thread(
0000008d`c1fffda0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008d`c1fffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008d`c23ff918 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008d`c23ff920 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000008d`c23ffc10 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008d`c23ffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008d`c27ff7e8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008d`c27ff7f0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000008d`c27ffae0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008d`c27ffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008d`c17ff0c0 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000008d`c17ff100 00007ff6`31c6e90c     postgres!ExceptionalCondition(
0000008d`c17ff140 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000008d`c17ff190 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000008d`c17ff1e0 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000008d`c17ffb00 00007ff6`31b21298     postgres!PostmasterMain(
0000008d`c17ffca0 00007ff6`321216c9     postgres!main(
0000008d`c17ffce0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000008d`c17ffd30 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000008d`c17ffda0 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000041`121ffac8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000041`121ffad0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000041`121ffdc0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000041`121ffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000041`11dffd28 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
00000041`11dffd30 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
00000041`11dffda0 00007ff8`252b4cb0     postgres!pg_signal_thread(
00000041`11dffea0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000041`11dffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000041`111fea80 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000041`111feac0 00007ff6`31c6e90c     postgres!ExceptionalCondition(
00000041`111feb00 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000041`111feb50 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000041`111feba0 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000041`111ff4c0 00007ff6`31b21298     postgres!PostmasterMain(
00000041`111ff660 00007ff6`321216c9     postgres!main(
00000041`111ff6a0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000041`111ff6f0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000041`111ff760 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000007`ecdff4d8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000007`ecdff4e0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000007`ecdff7d0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000007`ecdff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000007`ebdfea00 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000007`ebdfea40 00007ff6`31c6e90c     postgres!ExceptionalCondition(
00000007`ebdfea80 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000007`ebdfead0 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000007`ebdfeb20 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000007`ebdff440 00007ff6`31b21298     postgres!PostmasterMain(
00000007`ebdff5e0 00007ff6`321216c9     postgres!main(
00000007`ebdff620 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000007`ebdff670 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000007`ebdff6e0 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000007`ec1ffbc8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000007`ec1ffbd0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000007`ec1ffec0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000007`ec1ffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000007`ec5ff9a8 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
00000007`ec5ff9b0 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
00000007`ec5ffa20 00007ff8`252b4cb0     postgres!pg_signal_thread(
00000007`ec5ffb20 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000007`ec5ffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000007`ec9ff678 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000007`ec9ff680 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000007`ec9ff970 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000007`ec9ff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ac`563ffa28 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ac`563ffa30 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000ac`563ffd20 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ac`563ffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ac`55fff6a8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ac`55fff6b0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000ac`55fff9a0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ac`55fff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ac`55bffb78 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
000000ac`55bffb80 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
000000ac`55bffbf0 00007ff8`252b4cb0     postgres!pg_signal_thread(
000000ac`55bffcf0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ac`55bffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ac`557ff448 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ac`557ff450 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000ac`557ff740 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ac`557ff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ac`553fece0 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ac`553fed20 00007ff6`31c6e90c     postgres!ExceptionalCondition(
000000ac`553fed60 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ac`553fedb0 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000ac`553fee00 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ac`553ff720 00007ff6`31b21298     postgres!PostmasterMain(
000000ac`553ff8c0 00007ff6`321216c9     postgres!main(
000000ac`553ff900 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ac`553ff950 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ac`553ff9c0 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000084`7c9ffbb8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000084`7c9ffbc0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000084`7c9ffeb0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000084`7c9ffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000084`7c1ff0d0 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000084`7c1ff110 00007ff6`31c6e90c     postgres!ExceptionalCondition(
00000084`7c1ff150 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000084`7c1ff1a0 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000084`7c1ff1f0 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000084`7c1ffb10 00007ff6`31b21298     postgres!PostmasterMain(
00000084`7c1ffcb0 00007ff6`321216c9     postgres!main(
00000084`7c1ffcf0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000084`7c1ffd40 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000084`7c1ffdb0 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000084`7cdff9b8 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
00000084`7cdff9c0 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
00000084`7cdffa30 00007ff8`252b4cb0     postgres!pg_signal_thread(
00000084`7cdffb30 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000084`7cdffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000084`7d1ff828 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000084`7d1ff830 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000084`7d1ffb20 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000084`7d1ffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000084`7d5ff488 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000084`7d5ff490 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000084`7d5ff780 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000084`7d5ff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000084`7c5ffb28 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000084`7c5ffb30 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000084`7c5ffe20 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000084`7c5ffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000be`40dff878 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000be`40dff880 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000be`40dffb70 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000be`40dffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000be`3fdff6e8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000be`3fdff6f0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000be`3fdff9e0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000be`3fdffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000be`3f9ff080 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000be`3f9ff0c0 00007ff6`31c6e90c     postgres!ExceptionalCondition(
000000be`3f9ff100 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000be`3f9ff150 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000be`3f9ff1a0 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000be`3f9ffac0 00007ff6`31b21298     postgres!PostmasterMain(
000000be`3f9ffc60 00007ff6`321216c9     postgres!main(
000000be`3f9ffca0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000be`3f9ffcf0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000be`3f9ffd60 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000be`409ffdb8 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
000000be`409ffdc0 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
000000be`409ffe30 00007ff8`252b4cb0     postgres!pg_signal_thread(
000000be`409fff30 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000be`409fff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000be`401ffc38 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000be`401ffc40 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000be`401fff30 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000be`401fff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000be`405ff538 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000be`405ff540 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000be`405ff830 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000be`405ff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000c`fdbfef50 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000000c`fdbfef90 00007ff6`31c6e90c     postgres!ExceptionalCondition(
0000000c`fdbfefd0 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000000c`fdbff020 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000000c`fdbff070 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000000c`fdbff990 00007ff6`31b21298     postgres!PostmasterMain(
0000000c`fdbffb30 00007ff6`321216c9     postgres!main(
0000000c`fdbffb70 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000000c`fdbffbc0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000000c`fdbffc30 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000000c`fe3ff628 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000c`fe3ff630 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000000c`fe3ff920 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000c`fe3ff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000c`fefff6a8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000c`fefff6b0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000000c`fefff9a0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000c`fefff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000c`febffc18 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
0000000c`febffc20 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
0000000c`febffc90 00007ff8`252b4cb0     postgres!pg_signal_thread(
0000000c`febffd90 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000c`febffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000c`fe7ff8c8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000c`fe7ff8d0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000000c`fe7ffbc0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000c`fe7ffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000c`fdfffc28 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000c`fdfffc30 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000000c`fdffff20 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000c`fdffff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004c`8f9ff578 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004c`8f9ff580 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000004c`8f9ff870 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004c`8f9ff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004c`901ffd18 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
0000004c`901ffd20 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
0000004c`901ffd90 00007ff8`252b4cb0     postgres!pg_signal_thread(
0000004c`901ffe90 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004c`901ffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004c`8fdff4a8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004c`8fdff4b0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000004c`8fdff7a0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004c`8fdff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004c`905ff818 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004c`905ff820 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000004c`905ffb10 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004c`905ffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004c`8f5fea20 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000004c`8f5fea60 00007ff6`31c6e90c     postgres!ExceptionalCondition(
0000004c`8f5feaa0 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000004c`8f5feaf0 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000004c`8f5feb40 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000004c`8f5ff460 00007ff6`31b21298     postgres!PostmasterMain(
0000004c`8f5ff600 00007ff6`321216c9     postgres!main(
0000004c`8f5ff640 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000004c`8f5ff690 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000004c`8f5ff700 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000041`121ff4b8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000041`121ff4c0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000041`121ff7b0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000041`121ff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000041`119ff618 00007ff6`31c67857     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000041`119ff620 00007ff6`31b21259     postgres!SubPostmasterMain(
00000041`119ff690 00007ff6`321216c9     postgres!main(
00000041`119ff6d0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000041`119ff720 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000041`119ff790 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000041`119ff7c0 00007ff8`252b4cb0     postgres!mainCRTStartup(
00000041`119ff7f0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000041`119ff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000041`11dff628 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000041`11dff630 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000041`11dff920 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000041`11dff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000037`515feec0 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000037`515fef00 00007ff6`31c6e90c     postgres!ExceptionalCondition(
00000037`515fef40 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000037`515fef90 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000037`515fefe0 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000037`515ff900 00007ff6`31b21298     postgres!PostmasterMain(
00000037`515ffaa0 00007ff6`321216c9     postgres!main(
00000037`515ffae0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000037`515ffb30 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000037`515ffba0 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000037`519ff858 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000037`519ff860 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000037`519ffb50 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000037`519ffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000037`521ff818 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000037`521ff820 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000037`521ffb10 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000037`521ffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000037`51dffba8 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
00000037`51dffbb0 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
00000037`51dffc20 00007ff8`252b4cb0     postgres!pg_signal_thread(
00000037`51dffd20 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000037`51dffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000037`525ff918 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000037`525ff920 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000037`525ffc10 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000037`525ffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000045`b41fee70 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000045`b41feeb0 00007ff6`31c6e90c     postgres!ExceptionalCondition(
00000045`b41feef0 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000045`b41fef40 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000045`b41fef90 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000045`b41ff8b0 00007ff6`31b21298     postgres!PostmasterMain(
00000045`b41ffa50 00007ff6`321216c9     postgres!main(
00000045`b41ffa90 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000045`b41ffae0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000045`b41ffb50 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000045`b55ffa48 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000045`b55ffa50 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000045`b55ffd40 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000045`b55ffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000045`b45ffb88 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000045`b45ffb90 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000045`b45ffe80 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000045`b45ffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000045`b49ffa58 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000045`b49ffa60 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000045`b49ffd50 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000045`b49ffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000045`b4dffa18 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000045`b4dffa20 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000045`b4dffd10 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000045`b4dffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000045`b51ffab8 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
00000045`b51ffac0 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
00000045`b51ffb30 00007ff8`252b4cb0     postgres!pg_signal_thread(
00000045`b51ffc30 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000045`b51ffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000019`c29fea60 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000019`c29feaa0 00007ff6`31c6e90c     postgres!ExceptionalCondition(
00000019`c29feae0 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000019`c29feb30 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000019`c29feb80 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000019`c29ff4a0 00007ff6`31b21298     postgres!PostmasterMain(
00000019`c29ff640 00007ff6`321216c9     postgres!main(
00000019`c29ff680 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000019`c29ff6d0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000019`c29ff740 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000019`c2dff478 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000019`c2dff480 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000019`c2dff770 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000019`c2dff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000019`c31ff508 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000019`c31ff510 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000019`c31ff800 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000019`c31ff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000019`c35ffa18 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
00000019`c35ffa20 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
00000019`c35ffa90 00007ff8`252b4cb0     postgres!pg_signal_thread(
00000019`c35ffb90 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000019`c35ffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000019`c39ff9f8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000019`c39ffa00 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000019`c39ffcf0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000019`c39ffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a8`923ff728 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a8`923ff730 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000a8`923ffa20 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a8`923ffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a8`91fff718 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a8`91fff720 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000a8`91fffa10 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a8`91fffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a8`91bff798 00007ff6`31c67857     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000a8`91bff7a0 00007ff6`31b21259     postgres!SubPostmasterMain(
000000a8`91bff810 00007ff6`321216c9     postgres!main(
000000a8`91bff850 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a8`91bff8a0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a8`91bff910 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000a8`91bff940 00007ff8`252b4cb0     postgres!mainCRTStartup(
000000a8`91bff970 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a8`91bff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a8`927ff7f8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a8`927ff800 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000a8`927ffaf0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a8`927ffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009e`637ff4e8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009e`637ff4f0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000009e`637ff7e0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009e`637ff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009e`62fffb88 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009e`62fffb90 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000009e`62fffe80 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009e`62fffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009e`633ff7b8 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
0000009e`633ff7c0 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
0000009e`633ff830 00007ff8`252b4cb0     postgres!pg_signal_thread(
0000009e`633ff930 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009e`633ff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009e`627fee30 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000009e`627fee70 00007ff6`31c6e90c     postgres!ExceptionalCondition(
0000009e`627feeb0 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000009e`627fef00 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000009e`627fef50 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000009e`627ff870 00007ff6`31b21298     postgres!PostmasterMain(
0000009e`627ffa10 00007ff6`321216c9     postgres!main(
0000009e`627ffa50 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000009e`627ffaa0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000009e`627ffb10 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000009e`62bffb88 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009e`62bffb90 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000009e`62bffe80 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009e`62bffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002f`313ffc48 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
0000002f`313ffc50 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
0000002f`313ffcc0 00007ff8`252b4cb0     postgres!pg_signal_thread(
0000002f`313ffdc0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002f`313ffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002f`30fff8d8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002f`30fff8e0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000002f`30fffbd0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002f`30fffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002f`30bff6a8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002f`30bff6b0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000002f`30bff9a0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002f`30bff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002f`307fef50 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000002f`307fef90 00007ff6`31c6e90c     postgres!ExceptionalCondition(
0000002f`307fefd0 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000002f`307ff020 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000002f`307ff070 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000002f`307ff990 00007ff6`31b21298     postgres!PostmasterMain(
0000002f`307ffb30 00007ff6`321216c9     postgres!main(
0000002f`307ffb70 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000002f`307ffbc0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000002f`307ffc30 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000002f`317ff6d8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002f`317ff6e0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000002f`317ff9d0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002f`317ffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a8`297ff598 00007ff6`31c67857     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000a8`297ff5a0 00007ff6`31b21259     postgres!SubPostmasterMain(
000000a8`297ff610 00007ff6`321216c9     postgres!main(
000000a8`297ff650 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a8`297ff6a0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a8`297ff710 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000a8`297ff740 00007ff8`252b4cb0     postgres!mainCRTStartup(
000000a8`297ff770 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a8`297ff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a8`29bff728 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a8`29bff730 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000a8`29bffa20 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a8`29bffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a8`29fff9c8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a8`29fff9d0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000a8`29fffcc0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a8`29fffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d7`943ffb38 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
000000d7`943ffb40 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
000000d7`943ffbb0 00007ff8`252b4cb0     postgres!pg_signal_thread(
000000d7`943ffcb0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d7`943ffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d7`947ff718 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d7`947ff720 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000d7`947ffa10 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d7`947ffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d7`937fee10 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d7`937fee50 00007ff6`31c6e90c     postgres!ExceptionalCondition(
000000d7`937fee90 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000d7`937feee0 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000d7`937fef30 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000d7`937ff850 00007ff6`31b21298     postgres!PostmasterMain(
000000d7`937ff9f0 00007ff6`321216c9     postgres!main(
000000d7`937ffa30 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d7`937ffa80 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d7`937ffaf0 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f0`8b1ff8d8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f0`8b1ff8e0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000f0`8b1ffbd0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f0`8b1ffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f0`8b9ffbd8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f0`8b9ffbe0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000f0`8b9ffed0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f0`8b9fff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f0`8b5ffaa8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f0`8b5ffab0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000f0`8b5ffda0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f0`8b5ffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f0`8c1ff678 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f0`8c1ff680 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000f0`8c1ff970 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f0`8c1ff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f0`8bdffcf8 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
000000f0`8bdffd00 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
000000f0`8bdffd70 00007ff8`252b4cb0     postgres!pg_signal_thread(
000000f0`8bdffe70 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f0`8bdffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f0`8adfed10 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f0`8adfed50 00007ff6`31c6e90c     postgres!ExceptionalCondition(
000000f0`8adfed90 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f0`8adfede0 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000f0`8adfee30 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f0`8adff750 00007ff6`31b21298     postgres!PostmasterMain(
000000f0`8adff8f0 00007ff6`321216c9     postgres!main(
000000f0`8adff930 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f0`8adff980 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f0`8adff9f0 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000041`eefff110 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000041`eefff150 00007ff6`31c6e90c     postgres!ExceptionalCondition(
00000041`eefff190 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000041`eefff1e0 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000041`eefff230 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000041`eefffb50 00007ff6`31b21298     postgres!PostmasterMain(
00000041`eefffcf0 00007ff6`321216c9     postgres!main(
00000041`eefffd30 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000041`eefffd80 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000041`eefffdf0 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000041`ef3ff948 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000041`ef3ff950 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000041`ef3ffc40 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000041`ef3ffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000041`ef7ffbc8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000041`ef7ffbd0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000041`ef7ffec0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000041`ef7ffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000041`efbff4e8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000041`efbff4f0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000041`efbff7e0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000041`efbff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000041`effff9d8 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
00000041`effff9e0 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
00000041`effffa50 00007ff8`252b4cb0     postgres!pg_signal_thread(
00000041`effffb50 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000041`effffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000041`f03ffbd8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000041`f03ffbe0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000041`f03ffed0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000041`f03fff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004a`b07ff528 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004a`b07ff530 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000004a`b07ff820 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004a`b07ff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004a`b03ffb08 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
0000004a`b03ffb10 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
0000004a`b03ffb80 00007ff8`252b4cb0     postgres!pg_signal_thread(
0000004a`b03ffc80 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004a`b03ffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004a`affff808 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004a`affff810 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000004a`affffb00 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004a`affffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004a`afbffba8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004a`afbffbb0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000004a`afbffea0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004a`afbffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004a`af7fec40 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000004a`af7fec80 00007ff6`31c6e90c     postgres!ExceptionalCondition(
0000004a`af7fecc0 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000004a`af7fed10 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000004a`af7fed60 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000004a`af7ff680 00007ff6`31b21298     postgres!PostmasterMain(
0000004a`af7ff820 00007ff6`321216c9     postgres!main(
0000004a`af7ff860 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000004a`af7ff8b0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000004a`af7ff920 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a8`e31ff6f8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a8`e31ff700 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000a8`e31ff9f0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a8`e31ffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a8`e25fea50 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a8`e25fea90 00007ff6`31c6e90c     postgres!ExceptionalCondition(
000000a8`e25fead0 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000a8`e25feb20 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000a8`e25feb70 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a8`e25ff490 00007ff6`31b21298     postgres!PostmasterMain(
000000a8`e25ff630 00007ff6`321216c9     postgres!main(
000000a8`e25ff670 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a8`e25ff6c0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a8`e25ff730 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a8`e29ff5a8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a8`e29ff5b0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000a8`e29ff8a0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a8`e29ff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a8`e2dffa98 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
000000a8`e2dffaa0 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
000000a8`e2dffb10 00007ff8`252b4cb0     postgres!pg_signal_thread(
000000a8`e2dffc10 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a8`e2dffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a8`e35ffb78 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a8`e35ffb80 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000a8`e35ffe70 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a8`e35ffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000048`fa9ffa08 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000048`fa9ffa10 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000048`fa9ffd00 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000048`fa9ffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000048`fadffa28 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
00000048`fadffa30 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
00000048`fadffaa0 00007ff8`252b4cb0     postgres!pg_signal_thread(
00000048`fadffba0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000048`fadffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000048`fb1ff828 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000048`fb1ff830 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000048`fb1ffb20 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000048`fb1ffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000048`fa5ff1f0 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000048`fa5ff230 00007ff6`31c6e90c     postgres!ExceptionalCondition(
00000048`fa5ff270 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000048`fa5ff2c0 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000048`fa5ff310 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000048`fa5ffc30 00007ff6`31b21298     postgres!PostmasterMain(
00000048`fa5ffdd0 00007ff6`321216c9     postgres!main(
00000048`fa5ffe10 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000048`fa5ffe60 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000048`fa5ffed0 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000048`fb5ff6c8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000048`fb5ff6d0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000048`fb5ff9c0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000048`fb5ff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d7`a33ffb98 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d7`a33ffba0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000d7`a33ffe90 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d7`a33ffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d7`a27ff628 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d7`a27ff630 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000d7`a27ff920 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d7`a27ff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d7`a23ff130 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d7`a23ff170 00007ff6`31c6e90c     postgres!ExceptionalCondition(
000000d7`a23ff1b0 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000d7`a23ff200 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000d7`a23ff250 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000d7`a23ffb70 00007ff6`31b21298     postgres!PostmasterMain(
000000d7`a23ffd10 00007ff6`321216c9     postgres!main(
000000d7`a23ffd50 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d7`a23ffda0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d7`a23ffe10 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000d7`a2bffa28 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
000000d7`a2bffa30 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
000000d7`a2bffaa0 00007ff8`252b4cb0     postgres!pg_signal_thread(
000000d7`a2bffba0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d7`a2bffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d7`a2fffc08 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d7`a2fffc10 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000d7`a2ffff00 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d7`a2ffff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cc`aa5ffb38 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cc`aa5ffb40 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000cc`aa5ffe30 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cc`aa5ffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cc`aa9ffb98 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cc`aa9ffba0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000cc`aa9ffe90 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cc`aa9ffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cc`a99feca0 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000cc`a99fece0 00007ff6`31c6e90c     postgres!ExceptionalCondition(
000000cc`a99fed20 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000cc`a99fed70 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000cc`a99fedc0 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000cc`a99ff6e0 00007ff6`31b21298     postgres!PostmasterMain(
000000cc`a99ff880 00007ff6`321216c9     postgres!main(
000000cc`a99ff8c0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000cc`a99ff910 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000cc`a99ff980 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000cc`a9dffae8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cc`a9dffaf0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000cc`a9dffde0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cc`a9dffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cc`aa1ff9e8 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
000000cc`aa1ff9f0 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
000000cc`aa1ffa60 00007ff8`252b4cb0     postgres!pg_signal_thread(
000000cc`aa1ffb60 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cc`aa1ffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000035`81fff608 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000035`81fff610 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000035`81fff900 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000035`81fff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000035`82bff588 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000035`82bff590 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000035`82bff880 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000035`82bff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000035`827ff958 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000035`827ff960 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000035`827ffc50 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000035`827ffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000035`81bfed90 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000035`81bfedd0 00007ff6`31c6e90c     postgres!ExceptionalCondition(
00000035`81bfee10 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000035`81bfee60 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000035`81bfeeb0 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000035`81bff7d0 00007ff6`31b21298     postgres!PostmasterMain(
00000035`81bff970 00007ff6`321216c9     postgres!main(
00000035`81bff9b0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000035`81bffa00 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000035`81bffa70 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000035`823ff918 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
00000035`823ff920 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
00000035`823ff990 00007ff8`252b4cb0     postgres!pg_signal_thread(
00000035`823ffa90 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000035`823ffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007b`c95ffa88 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007b`c95ffa90 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000007b`c95ffd80 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007b`c95ffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007b`c89ff548 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007b`c89ff550 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000007b`c89ff840 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007b`c89ff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007b`c8dff518 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007b`c8dff520 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000007b`c8dff810 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007b`c8dff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007b`c91ff618 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
0000007b`c91ff620 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
0000007b`c91ff690 00007ff8`252b4cb0     postgres!pg_signal_thread(
0000007b`c91ff790 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007b`c91ff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007b`c81ff1c0 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000007b`c81ff200 00007ff6`31c6e90c     postgres!ExceptionalCondition(
0000007b`c81ff240 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000007b`c81ff290 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000007b`c81ff2e0 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000007b`c81ffc00 00007ff6`31b21298     postgres!PostmasterMain(
0000007b`c81ffda0 00007ff6`321216c9     postgres!main(
0000007b`c81ffde0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000007b`c81ffe30 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000007b`c81ffea0 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000007b`c85ffa58 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007b`c85ffa60 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000007b`c85ffd50 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007b`c85ffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000068`d77ff5e8 00007ff6`31c67857     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000068`d77ff5f0 00007ff6`31b21259     postgres!SubPostmasterMain(
00000068`d77ff660 00007ff6`321216c9     postgres!main(
00000068`d77ff6a0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000068`d77ff6f0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000068`d77ff760 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000068`d77ff790 00007ff8`252b4cb0     postgres!mainCRTStartup(
00000068`d77ff7c0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000068`d77ff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000068`d7bff978 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000068`d7bff980 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000068`d7bffc70 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000068`d7bffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000068`d7fff808 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000068`d7fff810 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000068`d7fffb00 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000068`d7fffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000011`cd3ff9f8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000011`cd3ffa00 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000011`cd3ffcf0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000011`cd3ffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000011`cc3fece0 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000011`cc3fed20 00007ff6`31c6e90c     postgres!ExceptionalCondition(
00000011`cc3fed60 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000011`cc3fedb0 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000011`cc3fee00 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000011`cc3ff720 00007ff6`31b21298     postgres!PostmasterMain(
00000011`cc3ff8c0 00007ff6`321216c9     postgres!main(
00000011`cc3ff900 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000011`cc3ff950 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000011`cc3ff9c0 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000011`cc7ff818 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000011`cc7ff820 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000011`cc7ffb10 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000011`cc7ffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000011`ccbff678 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000011`ccbff680 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000011`ccbff970 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000011`ccbff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000011`ccfff948 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
00000011`ccfff950 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
00000011`ccfff9c0 00007ff8`252b4cb0     postgres!pg_signal_thread(
00000011`ccfffac0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000011`ccfffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fe`86bff988 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fe`86bff990 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000fe`86bffc80 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fe`86bffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fe`86fff8d8 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
000000fe`86fff8e0 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
000000fe`86fff950 00007ff8`252b4cb0     postgres!pg_signal_thread(
000000fe`86fffa50 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fe`86fffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fe`873ffbb8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fe`873ffbc0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000fe`873ffeb0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fe`873ffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fe`863fed00 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000fe`863fed40 00007ff6`31c6e90c     postgres!ExceptionalCondition(
000000fe`863fed80 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000fe`863fedd0 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000fe`863fee20 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000fe`863ff740 00007ff6`31b21298     postgres!PostmasterMain(
000000fe`863ff8e0 00007ff6`321216c9     postgres!main(
000000fe`863ff920 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000fe`863ff970 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000fe`863ff9e0 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000fe`867ffa48 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fe`867ffa50 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000fe`867ffd40 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fe`867ffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ac`919ffb68 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ac`919ffb70 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000ac`919ffe60 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ac`919ffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ac`921ffb18 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
000000ac`921ffb20 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
000000ac`921ffb90 00007ff8`252b4cb0     postgres!pg_signal_thread(
000000ac`921ffc90 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ac`921ffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ac`925ff758 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ac`925ff760 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000ac`925ffa50 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ac`925ffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ac`915fee80 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ac`915feec0 00007ff6`31c6e90c     postgres!ExceptionalCondition(
000000ac`915fef00 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ac`915fef50 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000ac`915fefa0 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ac`915ff8c0 00007ff6`31b21298     postgres!PostmasterMain(
000000ac`915ffa60 00007ff6`321216c9     postgres!main(
000000ac`915ffaa0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ac`915ffaf0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ac`915ffb60 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ac`91dff908 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ac`91dff910 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000ac`91dffc00 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ac`91dffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bf`25fff618 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
000000bf`25fff620 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
000000bf`25fff690 00007ff8`252b4cb0     postgres!pg_signal_thread(
000000bf`25fff790 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bf`25fff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bf`25bff628 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bf`25bff630 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000bf`25bff920 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bf`25bff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bf`257ffa88 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bf`257ffa90 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000bf`257ffd80 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bf`257ffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bf`24fff120 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000bf`24fff160 00007ff6`31c6e90c     postgres!ExceptionalCondition(
000000bf`24fff1a0 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000bf`24fff1f0 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000bf`24fff240 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000bf`24fffb60 00007ff6`31b21298     postgres!PostmasterMain(
000000bf`24fffd00 00007ff6`321216c9     postgres!main(
000000bf`24fffd40 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000bf`24fffd90 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000bf`24fffe00 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000bf`253ff948 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bf`253ff950 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000bf`253ffc40 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bf`253ffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bf`263ffb88 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bf`263ffb90 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000bf`263ffe80 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bf`263ffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000df`043feea0 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000df`043feee0 00007ff6`31c6e90c     postgres!ExceptionalCondition(
000000df`043fef20 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000df`043fef70 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000df`043fefc0 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000df`043ff8e0 00007ff6`31b21298     postgres!PostmasterMain(
000000df`043ffa80 00007ff6`321216c9     postgres!main(
000000df`043ffac0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000df`043ffb10 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000df`043ffb80 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000df`04bffbe8 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
000000df`04bffbf0 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
000000df`04bffc60 00007ff8`252b4cb0     postgres!pg_signal_thread(
000000df`04bffd60 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000df`04bffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000df`053ff738 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000df`053ff740 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000df`053ffa30 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000df`053ffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000df`04fff798 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000df`04fff7a0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000df`04fffa90 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000df`04fffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000df`047ffb58 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000df`047ffb60 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000df`047ffe50 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000df`047ffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000042`d7dffdb8 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
00000042`d7dffdc0 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
00000042`d7dffe30 00007ff8`252b4cb0     postgres!pg_signal_thread(
00000042`d7dfff30 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000042`d7dfff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000042`d81ffbc8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000042`d81ffbd0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000042`d81ffec0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000042`d81ffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000042`d79ff938 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000042`d79ff940 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000042`d79ffc30 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000042`d79ffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000042`d75ff6f8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000042`d75ff700 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000042`d75ff9f0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000042`d75ffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000042`d71feab0 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000042`d71feaf0 00007ff6`31c6e90c     postgres!ExceptionalCondition(
00000042`d71feb30 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000042`d71feb80 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000042`d71febd0 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000042`d71ff4f0 00007ff6`31b21298     postgres!PostmasterMain(
00000042`d71ff690 00007ff6`321216c9     postgres!main(
00000042`d71ff6d0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000042`d71ff720 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000042`d71ff790 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000094`4cbff678 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000094`4cbff680 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000094`4cbff970 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000094`4cbff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000094`4bfffb08 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000094`4bfffb10 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000094`4bfffe00 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000094`4bfffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000094`4bbfee70 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000094`4bbfeeb0 00007ff6`31c6e90c     postgres!ExceptionalCondition(
00000094`4bbfeef0 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000094`4bbfef40 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000094`4bbfef90 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000094`4bbff8b0 00007ff6`31b21298     postgres!PostmasterMain(
00000094`4bbffa50 00007ff6`321216c9     postgres!main(
00000094`4bbffa90 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000094`4bbffae0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000094`4bbffb50 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000094`4c3ff7f8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000094`4c3ff800 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000094`4c3ffaf0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000094`4c3ffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000094`4c7ff9a8 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
00000094`4c7ff9b0 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
00000094`4c7ffa20 00007ff8`252b4cb0     postgres!pg_signal_thread(
00000094`4c7ffb20 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000094`4c7ffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000080`f49ff908 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000080`f49ff910 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000080`f49ffc00 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000080`f49ffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000080`f41ff598 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000080`f41ff5a0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000080`f41ff890 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000080`f41ff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000080`f39feaa0 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000080`f39feae0 00007ff6`31c6e90c     postgres!ExceptionalCondition(
00000080`f39feb20 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000080`f39feb70 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000080`f39febc0 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000080`f39ff4e0 00007ff6`31b21298     postgres!PostmasterMain(
00000080`f39ff680 00007ff6`321216c9     postgres!main(
00000080`f39ff6c0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000080`f39ff710 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000080`f39ff780 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000080`f3dffbf8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000080`f3dffc00 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000080`f3dffef0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000080`f3dfff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000080`f45ff5c8 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
00000080`f45ff5d0 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
00000080`f45ff640 00007ff8`252b4cb0     postgres!pg_signal_thread(
00000080`f45ff740 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000080`f45ff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006b`763fee30 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000006b`763fee70 00007ff6`31c6e90c     postgres!ExceptionalCondition(
0000006b`763feeb0 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000006b`763fef00 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000006b`763fef50 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000006b`763ff870 00007ff6`31b21298     postgres!PostmasterMain(
0000006b`763ffa10 00007ff6`321216c9     postgres!main(
0000006b`763ffa50 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000006b`763ffaa0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000006b`763ffb10 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000006b`76fff7f8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006b`76fff800 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000006b`76fffaf0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006b`76fffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006b`76bff8a8 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
0000006b`76bff8b0 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
0000006b`76bff920 00007ff8`252b4cb0     postgres!pg_signal_thread(
0000006b`76bffa20 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006b`76bffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006b`773ffb48 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006b`773ffb50 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000006b`773ffe40 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006b`773ffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006b`767ff728 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006b`767ff730 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000006b`767ffa20 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006b`767ffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000019`381ff5c8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000019`381ff5d0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000019`381ff8c0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000019`381ff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000019`389ff6f8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000019`389ff700 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000019`389ff9f0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000019`389ffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000019`385ff988 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
00000019`385ff990 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
00000019`385ffa00 00007ff8`252b4cb0     postgres!pg_signal_thread(
00000019`385ffb00 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000019`385ffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000019`37dff9a8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000019`37dff9b0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000019`37dffca0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000019`37dffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000019`379fefa0 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000019`379fefe0 00007ff6`31c6e90c     postgres!ExceptionalCondition(
00000019`379ff020 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000019`379ff070 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000019`379ff0c0 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000019`379ff9e0 00007ff6`31b21298     postgres!PostmasterMain(
00000019`379ffb80 00007ff6`321216c9     postgres!main(
00000019`379ffbc0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000019`379ffc10 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000019`379ffc80 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f9`fadfef70 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f9`fadfefb0 00007ff6`31c6e90c     postgres!ExceptionalCondition(
000000f9`fadfeff0 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f9`fadff040 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000f9`fadff090 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f9`fadff9b0 00007ff6`31b21298     postgres!PostmasterMain(
000000f9`fadffb50 00007ff6`321216c9     postgres!main(
000000f9`fadffb90 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f9`fadffbe0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f9`fadffc50 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f9`fb1ff748 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f9`fb1ff750 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000f9`fb1ffa40 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f9`fb1ffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f9`fb5ff5b8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f9`fb5ff5c0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000f9`fb5ff8b0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f9`fb5ff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f9`fb9ffbb8 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
000000f9`fb9ffbc0 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
000000f9`fb9ffc30 00007ff8`252b4cb0     postgres!pg_signal_thread(
000000f9`fb9ffd30 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f9`fb9ffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f9`fbdff708 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f9`fbdff710 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000f9`fbdffa00 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f9`fbdffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ad`ce7ffd78 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
000000ad`ce7ffd80 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
000000ad`ce7ffdf0 00007ff8`252b4cb0     postgres!pg_signal_thread(
000000ad`ce7ffef0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ad`ce7fff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ad`cebff7d8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ad`cebff7e0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000ad`cebffad0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ad`cebffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ad`cdbfec30 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ad`cdbfec70 00007ff6`31c6e90c     postgres!ExceptionalCondition(
000000ad`cdbfecb0 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ad`cdbfed00 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000ad`cdbfed50 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ad`cdbff670 00007ff6`31b21298     postgres!PostmasterMain(
000000ad`cdbff810 00007ff6`321216c9     postgres!main(
000000ad`cdbff850 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ad`cdbff8a0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ad`cdbff910 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ad`cdfff6e8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ad`cdfff6f0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000ad`cdfff9e0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ad`cdfffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ad`ce3ff958 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ad`ce3ff960 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000ad`ce3ffc50 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ad`ce3ffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000096`671ffa48 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000096`671ffa50 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000096`671ffd40 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000096`671ffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000096`66dff748 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
00000096`66dff750 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
00000096`66dff7c0 00007ff8`252b4cb0     postgres!pg_signal_thread(
00000096`66dff8c0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000096`66dff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000096`669ff5e8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000096`669ff5f0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000096`669ff8e0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000096`669ff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000096`665ff6a8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000096`665ff6b0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000096`665ff9a0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000096`665ff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000096`661febe0 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000096`661fec20 00007ff6`31c6e90c     postgres!ExceptionalCondition(
00000096`661fec60 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000096`661fecb0 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000096`661fed00 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000096`661ff620 00007ff6`31b21298     postgres!PostmasterMain(
00000096`661ff7c0 00007ff6`321216c9     postgres!main(
00000096`661ff800 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000096`661ff850 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000096`661ff8c0 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000001d`b21feea0 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000001d`b21feee0 00007ff6`31c6e90c     postgres!ExceptionalCondition(
0000001d`b21fef20 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000001d`b21fef70 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000001d`b21fefc0 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000001d`b21ff8e0 00007ff6`31b21298     postgres!PostmasterMain(
0000001d`b21ffa80 00007ff6`321216c9     postgres!main(
0000001d`b21ffac0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000001d`b21ffb10 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000001d`b21ffb80 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000001d`b25ff728 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001d`b25ff730 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000001d`b25ffa20 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001d`b25ffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001d`b29ffb18 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001d`b29ffb20 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000001d`b29ffe10 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001d`b29ffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001d`b2dff848 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001d`b2dff850 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000001d`b2dffb40 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001d`b2dffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001d`b31ffad8 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
0000001d`b31ffae0 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
0000001d`b31ffb50 00007ff8`252b4cb0     postgres!pg_signal_thread(
0000001d`b31ffc50 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001d`b31ffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001d`b35ffac8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001d`b35ffad0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000001d`b35ffdc0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001d`b35ffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003d`765ffac8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003d`765ffad0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000003d`765ffdc0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003d`765ffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003d`761ff9c8 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
0000003d`761ff9d0 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
0000003d`761ffa40 00007ff8`252b4cb0     postgres!pg_signal_thread(
0000003d`761ffb40 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003d`761ffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003d`75dff678 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003d`75dff680 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000003d`75dff970 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003d`75dff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003d`759ff6e8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003d`759ff6f0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000003d`759ff9e0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003d`759ffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003d`755ff738 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003d`755ff740 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000003d`755ffa30 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003d`755ffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003d`751fed40 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000003d`751fed80 00007ff6`31c6e90c     postgres!ExceptionalCondition(
0000003d`751fedc0 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000003d`751fee10 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000003d`751fee60 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000003d`751ff780 00007ff6`31b21298     postgres!PostmasterMain(
0000003d`751ff920 00007ff6`321216c9     postgres!main(
0000003d`751ff960 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000003d`751ff9b0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000003d`751ffa20 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a7`97ffeca0 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a7`97ffece0 00007ff6`31c6e90c     postgres!ExceptionalCondition(
000000a7`97ffed20 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000a7`97ffed70 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000a7`97ffedc0 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a7`97fff6e0 00007ff6`31b21298     postgres!PostmasterMain(
000000a7`97fff880 00007ff6`321216c9     postgres!main(
000000a7`97fff8c0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a7`97fff910 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a7`97fff980 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a7`98fff678 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a7`98fff680 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000a7`98fff970 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a7`98fff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a7`98bff918 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a7`98bff920 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000a7`98bffc10 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a7`98bffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a7`987ff938 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
000000a7`987ff940 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
000000a7`987ff9b0 00007ff8`252b4cb0     postgres!pg_signal_thread(
000000a7`987ffab0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a7`987ffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a7`983ff798 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a7`983ff7a0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000a7`983ffa90 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a7`983ffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008a`e77ff190 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000008a`e77ff1d0 00007ff6`31c6e90c     postgres!ExceptionalCondition(
0000008a`e77ff210 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000008a`e77ff260 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000008a`e77ff2b0 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000008a`e77ffbd0 00007ff6`31b21298     postgres!PostmasterMain(
0000008a`e77ffd70 00007ff6`321216c9     postgres!main(
0000008a`e77ffdb0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000008a`e77ffe00 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000008a`e77ffe70 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000008a`e7bff6d8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008a`e7bff6e0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000008a`e7bff9d0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008a`e7bffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008a`e87ffaf8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008a`e87ffb00 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000008a`e87ffdf0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008a`e87ffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008a`e7fff7e8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008a`e7fff7f0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000008a`e7fffae0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008a`e7fffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008a`e83ffa88 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
0000008a`e83ffa90 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
0000008a`e83ffb00 00007ff8`252b4cb0     postgres!pg_signal_thread(
0000008a`e83ffc00 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008a`e83ffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006f`297ffa08 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006f`297ffa10 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000006f`297ffd00 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006f`297ffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006f`28ffeff0 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000006f`28fff030 00007ff6`31c6e90c     postgres!ExceptionalCondition(
0000006f`28fff070 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000006f`28fff0c0 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000006f`28fff110 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000006f`28fffa30 00007ff6`31b21298     postgres!PostmasterMain(
0000006f`28fffbd0 00007ff6`321216c9     postgres!main(
0000006f`28fffc10 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000006f`28fffc60 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000006f`28fffcd0 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000006f`29fff4e8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006f`29fff4f0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000006f`29fff7e0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006f`29fff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006f`29bffa28 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
0000006f`29bffa30 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
0000006f`29bffaa0 00007ff8`252b4cb0     postgres!pg_signal_thread(
0000006f`29bffba0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006f`29bffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006f`293ff618 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006f`293ff620 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000006f`293ff910 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006f`293ff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000097`d31ffa08 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000097`d31ffa10 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000097`d31ffd00 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000097`d31ffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000097`d29ff738 00007ff6`31c67857     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000097`d29ff740 00007ff6`31b21259     postgres!SubPostmasterMain(
00000097`d29ff7b0 00007ff6`321216c9     postgres!main(
00000097`d29ff7f0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000097`d29ff840 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000097`d29ff8b0 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000097`d29ff8e0 00007ff8`252b4cb0     postgres!mainCRTStartup(
00000097`d29ff910 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000097`d29ff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000097`d2dff5a8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000097`d2dff5b0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000097`d2dff8a0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000097`d2dff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000030`f31ff6c8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000030`f31ff6d0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000030`f31ff9c0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000030`f31ff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000030`f2dff878 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
00000030`f2dff880 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
00000030`f2dff8f0 00007ff8`252b4cb0     postgres!pg_signal_thread(
00000030`f2dff9f0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000030`f2dffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000030`f29ff468 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000030`f29ff470 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000030`f29ff760 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000030`f29ff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000030`f25ff110 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000030`f25ff150 00007ff6`31c6e90c     postgres!ExceptionalCondition(
00000030`f25ff190 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000030`f25ff1e0 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000030`f25ff230 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000030`f25ffb50 00007ff6`31b21298     postgres!PostmasterMain(
00000030`f25ffcf0 00007ff6`321216c9     postgres!main(
00000030`f25ffd30 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000030`f25ffd80 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000030`f25ffdf0 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000030`f35ffb08 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000030`f35ffb10 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000030`f35ffe00 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000030`f35ffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000035`bd9ffad8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000035`bd9ffae0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000035`bd9ffdd0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000035`bd9ffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000035`bd5ff858 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000035`bd5ff860 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000035`bd5ffb50 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000035`bd5ffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000035`bddff828 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000035`bddff830 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000035`bddffb20 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000035`bddffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000035`be1ff648 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
00000035`be1ff650 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
00000035`be1ff6c0 00007ff8`252b4cb0     postgres!pg_signal_thread(
00000035`be1ff7c0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000035`be1ff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000035`be5ff758 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000035`be5ff760 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000035`be5ffa50 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000035`be5ffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000035`bd1fee90 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000035`bd1feed0 00007ff6`31c6e90c     postgres!ExceptionalCondition(
00000035`bd1fef10 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000035`bd1fef60 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000035`bd1fefb0 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000035`bd1ff8d0 00007ff6`31b21298     postgres!PostmasterMain(
00000035`bd1ffa70 00007ff6`321216c9     postgres!main(
00000035`bd1ffab0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000035`bd1ffb00 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000035`bd1ffb70 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000eb`739ff9a8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000eb`739ff9b0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000eb`739ffca0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000eb`739ffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000eb`741ffb48 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000eb`741ffb50 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000eb`741ffe40 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000eb`741ffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000eb`73dff6e8 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
000000eb`73dff6f0 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
000000eb`73dff760 00007ff8`252b4cb0     postgres!pg_signal_thread(
000000eb`73dff860 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000eb`73dff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000eb`735ff988 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000eb`735ff990 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000eb`735ffc80 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000eb`735ffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000eb`731fea80 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000eb`731feac0 00007ff6`31c6e90c     postgres!ExceptionalCondition(
000000eb`731feb00 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000eb`731feb50 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000eb`731feba0 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000eb`731ff4c0 00007ff6`31b21298     postgres!PostmasterMain(
000000eb`731ff660 00007ff6`321216c9     postgres!main(
000000eb`731ff6a0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000eb`731ff6f0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000eb`731ff760 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000005`eddff648 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000005`eddff650 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000005`eddff940 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000005`eddff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000005`ec9fecd0 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000005`ec9fed10 00007ff6`31c6e90c     postgres!ExceptionalCondition(
00000005`ec9fed50 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000005`ec9feda0 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000005`ec9fedf0 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000005`ec9ff710 00007ff6`31b21298     postgres!PostmasterMain(
00000005`ec9ff8b0 00007ff6`321216c9     postgres!main(
00000005`ec9ff8f0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000005`ec9ff940 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000005`ec9ff9b0 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000005`ecdffa38 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000005`ecdffa40 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000005`ecdffd30 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000005`ecdffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000005`ed1ff8a8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000005`ed1ff8b0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000005`ed1ffba0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000005`ed1ffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000005`ed5ff898 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000005`ed5ff8a0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000005`ed5ffb90 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000005`ed5ffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000005`ed9ffbc8 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
00000005`ed9ffbd0 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
00000005`ed9ffc40 00007ff8`252b4cb0     postgres!pg_signal_thread(
00000005`ed9ffd40 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000005`ed9ffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000008`00dffb28 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000008`00dffb30 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000008`00dffe20 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000008`00dffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000008`005fea60 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000008`005feaa0 00007ff6`31c6e90c     postgres!ExceptionalCondition(
00000008`005feae0 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000008`005feb30 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000008`005feb80 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000008`005ff4a0 00007ff6`31b21298     postgres!PostmasterMain(
00000008`005ff640 00007ff6`321216c9     postgres!main(
00000008`005ff680 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000008`005ff6d0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000008`005ff740 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000008`009ff878 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000008`009ff880 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000008`009ffb70 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000008`009ffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000008`015ff5b8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000008`015ff5c0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000008`015ff8b0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000008`015ff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000008`011ff888 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
00000008`011ff890 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
00000008`011ff900 00007ff8`252b4cb0     postgres!pg_signal_thread(
00000008`011ffa00 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000008`011ffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007a`b4dfeab0 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000007a`b4dfeaf0 00007ff6`31c6e90c     postgres!ExceptionalCondition(
0000007a`b4dfeb30 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000007a`b4dfeb80 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000007a`b4dfebd0 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000007a`b4dff4f0 00007ff6`31b21298     postgres!PostmasterMain(
0000007a`b4dff690 00007ff6`321216c9     postgres!main(
0000007a`b4dff6d0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000007a`b4dff720 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000007a`b4dff790 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000007a`b5dff738 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007a`b5dff740 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000007a`b5dffa30 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007a`b5dffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007a`b59ff688 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
0000007a`b59ff690 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
0000007a`b59ff700 00007ff8`252b4cb0     postgres!pg_signal_thread(
0000007a`b59ff800 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007a`b59ff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007a`b55ffa58 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007a`b55ffa60 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000007a`b55ffd50 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007a`b55ffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007a`b51ff8a8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007a`b51ff8b0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000007a`b51ffba0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007a`b51ffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000078`4b9febd0 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000078`4b9fec10 00007ff6`31c6e90c     postgres!ExceptionalCondition(
00000078`4b9fec50 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000078`4b9feca0 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000078`4b9fecf0 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000078`4b9ff610 00007ff6`31b21298     postgres!PostmasterMain(
00000078`4b9ff7b0 00007ff6`321216c9     postgres!main(
00000078`4b9ff7f0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000078`4b9ff840 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000078`4b9ff8b0 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000078`4bdff458 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000078`4bdff460 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000078`4bdff750 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000078`4bdff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000078`4c1ff5c8 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
00000078`4c1ff5d0 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
00000078`4c1ff640 00007ff8`252b4cb0     postgres!pg_signal_thread(
00000078`4c1ff740 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000078`4c1ff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000078`4c5ffaf8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000078`4c5ffb00 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000078`4c5ffdf0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000078`4c5ffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000078`4c9ff918 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000078`4c9ff920 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000078`4c9ffc10 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000078`4c9ffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007d`017ffb08 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007d`017ffb10 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000007d`017ffe00 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007d`017ffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007d`013febf0 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000007d`013fec30 00007ff6`31c6e90c     postgres!ExceptionalCondition(
0000007d`013fec70 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000007d`013fecc0 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000007d`013fed10 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000007d`013ff630 00007ff6`31b21298     postgres!PostmasterMain(
0000007d`013ff7d0 00007ff6`321216c9     postgres!main(
0000007d`013ff810 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000007d`013ff860 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000007d`013ff8d0 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000007d`01bff588 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007d`01bff590 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000007d`01bff880 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007d`01bff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007d`01fff698 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
0000007d`01fff6a0 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
0000007d`01fff710 00007ff8`252b4cb0     postgres!pg_signal_thread(
0000007d`01fff810 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007d`01fff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007d`023ff5d8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007d`023ff5e0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000007d`023ff8d0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007d`023ff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000061`c8bfec70 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000061`c8bfecb0 00007ff6`31c6e90c     postgres!ExceptionalCondition(
00000061`c8bfecf0 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000061`c8bfed40 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000061`c8bfed90 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000061`c8bff6b0 00007ff6`31b21298     postgres!PostmasterMain(
00000061`c8bff850 00007ff6`321216c9     postgres!main(
00000061`c8bff890 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000061`c8bff8e0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000061`c8bff950 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000061`c8fffc28 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000061`c8fffc30 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000061`c8ffff20 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000061`c8ffff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000061`c9fff7d8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000061`c9fff7e0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000061`c9fffad0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000061`c9fffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000061`c9bff938 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
00000061`c9bff940 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
00000061`c9bff9b0 00007ff8`252b4cb0     postgres!pg_signal_thread(
00000061`c9bffab0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000061`c9bffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000061`c93ff7c8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000061`c93ff7d0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000061`c93ffac0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000061`c93ffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000061`c97ffb68 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000061`c97ffb70 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000061`c97ffe60 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000061`c97ffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005c`ed9ff508 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005c`ed9ff510 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000005c`ed9ff800 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005c`ed9ff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005c`eddff738 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005c`eddff740 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000005c`eddffa30 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005c`eddffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005c`ed5ff9a8 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
0000005c`ed5ff9b0 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
0000005c`ed5ffa20 00007ff8`252b4cb0     postgres!pg_signal_thread(
0000005c`ed5ffb20 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005c`ed5ffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005c`ed1ff858 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005c`ed1ff860 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000005c`ed1ffb50 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005c`ed1ffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005c`ecdfeac0 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000005c`ecdfeb00 00007ff6`31c6e90c     postgres!ExceptionalCondition(
0000005c`ecdfeb40 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000005c`ecdfeb90 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000005c`ecdfebe0 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000005c`ecdff500 00007ff6`31b21298     postgres!PostmasterMain(
0000005c`ecdff6a0 00007ff6`321216c9     postgres!main(
0000005c`ecdff6e0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000005c`ecdff730 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000005c`ecdff7a0 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000004`ac7feb90 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000004`ac7febd0 00007ff6`31c6e90c     postgres!ExceptionalCondition(
00000004`ac7fec10 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000004`ac7fec60 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000004`ac7fecb0 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000004`ac7ff5d0 00007ff6`31b21298     postgres!PostmasterMain(
00000004`ac7ff770 00007ff6`321216c9     postgres!main(
00000004`ac7ff7b0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000004`ac7ff800 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000004`ac7ff870 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000004`ad3ffbf8 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
00000004`ad3ffc00 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
00000004`ad3ffc70 00007ff8`252b4cb0     postgres!pg_signal_thread(
00000004`ad3ffd70 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000004`ad3ffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000004`ad7ff978 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000004`ad7ff980 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000004`ad7ffc70 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000004`ad7ffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000004`acfff8c8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000004`acfff8d0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000004`acfffbc0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000004`acfffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000004`acbff6d8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000004`acbff6e0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000004`acbff9d0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000004`acbffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000010`97bffb48 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000010`97bffb50 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000010`97bffe40 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000010`97bffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000010`987ffb98 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000010`987ffba0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000010`987ffe90 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000010`987ffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000010`983ff808 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
00000010`983ff810 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
00000010`983ff880 00007ff8`252b4cb0     postgres!pg_signal_thread(
00000010`983ff980 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000010`983ff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000010`977feff0 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000010`977ff030 00007ff6`31c6e90c     postgres!ExceptionalCondition(
00000010`977ff070 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000010`977ff0c0 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000010`977ff110 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000010`977ffa30 00007ff6`31b21298     postgres!PostmasterMain(
00000010`977ffbd0 00007ff6`321216c9     postgres!main(
00000010`977ffc10 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000010`977ffc60 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000010`977ffcd0 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000010`97fff5a8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000010`97fff5b0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000010`97fff8a0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000010`97fff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f3`653ff8f8 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
000000f3`653ff900 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
000000f3`653ff970 00007ff8`252b4cb0     postgres!pg_signal_thread(
000000f3`653ffa70 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f3`653ffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f3`643ff0e0 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f3`643ff120 00007ff6`31c6e90c     postgres!ExceptionalCondition(
000000f3`643ff160 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f3`643ff1b0 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000f3`643ff200 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f3`643ffb20 00007ff6`31b21298     postgres!PostmasterMain(
000000f3`643ffcc0 00007ff6`321216c9     postgres!main(
000000f3`643ffd00 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f3`643ffd50 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f3`643ffdc0 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f3`647ff718 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f3`647ff720 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000f3`647ffa10 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f3`647ffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f3`64bffb38 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f3`64bffb40 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000f3`64bffe30 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f3`64bffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f3`64fffbd8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f3`64fffbe0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000f3`64fffed0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f3`64ffff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f3`657ff888 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f3`657ff890 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000f3`657ffb80 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f3`657ffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000035`7cfff5d8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000035`7cfff5e0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000035`7cfff8d0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000035`7cfff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000035`7bffef00 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000035`7bffef40 00007ff6`31c6e90c     postgres!ExceptionalCondition(
00000035`7bffef80 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000035`7bffefd0 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000035`7bfff020 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000035`7bfff940 00007ff6`31b21298     postgres!PostmasterMain(
00000035`7bfffae0 00007ff6`321216c9     postgres!main(
00000035`7bfffb20 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000035`7bfffb70 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000035`7bfffbe0 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000035`7c3ffb48 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000035`7c3ffb50 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000035`7c3ffe40 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000035`7c3ffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000035`7c7ff838 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000035`7c7ff840 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000035`7c7ffb30 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000035`7c7ffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000035`7cbffa68 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
00000035`7cbffa70 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
00000035`7cbffae0 00007ff8`252b4cb0     postgres!pg_signal_thread(
00000035`7cbffbe0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000035`7cbffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000012`2cdff688 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
00000012`2cdff690 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
00000012`2cdff700 00007ff8`252b4cb0     postgres!pg_signal_thread(
00000012`2cdff800 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000012`2cdff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000012`2c9ff9f8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000012`2c9ffa00 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000012`2c9ffcf0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000012`2c9ffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000012`2d1ffbd8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000012`2d1ffbe0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000012`2d1ffed0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000012`2d1fff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000012`2d5ff448 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000012`2d5ff450 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000012`2d5ff740 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000012`2d5ff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000012`2c5feee0 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000012`2c5fef20 00007ff6`31c6e90c     postgres!ExceptionalCondition(
00000012`2c5fef60 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000012`2c5fefb0 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000012`2c5ff000 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000012`2c5ff920 00007ff6`31b21298     postgres!PostmasterMain(
00000012`2c5ffac0 00007ff6`321216c9     postgres!main(
00000012`2c5ffb00 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000012`2c5ffb50 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000012`2c5ffbc0 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000019`3e3fedc0 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000019`3e3fee00 00007ff6`31c6e90c     postgres!ExceptionalCondition(
00000019`3e3fee40 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000019`3e3fee90 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000019`3e3feee0 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000019`3e3ff800 00007ff6`31b21298     postgres!PostmasterMain(
00000019`3e3ff9a0 00007ff6`321216c9     postgres!main(
00000019`3e3ff9e0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000019`3e3ffa30 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000019`3e3ffaa0 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000019`3ebffc88 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
00000019`3ebffc90 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
00000019`3ebffd00 00007ff8`252b4cb0     postgres!pg_signal_thread(
00000019`3ebffe00 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000019`3ebffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000019`3e7ff698 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000019`3e7ff6a0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000019`3e7ff990 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000019`3e7ff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000019`3f3ff838 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000019`3f3ff840 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000019`3f3ffb30 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000019`3f3ffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000019`3efffb18 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000019`3efffb20 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000019`3efffe10 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000019`3efffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f1`019ff928 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f1`019ff930 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000f1`019ffc20 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f1`019ffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f1`015ff988 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f1`015ff990 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000f1`015ffc80 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f1`015ffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f1`00dff7e8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f1`00dff7f0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000f1`00dffae0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f1`00dffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f1`009fea40 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f1`009fea80 00007ff6`31c6e90c     postgres!ExceptionalCondition(
000000f1`009feac0 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f1`009feb10 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000f1`009feb60 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f1`009ff480 00007ff6`31b21298     postgres!PostmasterMain(
000000f1`009ff620 00007ff6`321216c9     postgres!main(
000000f1`009ff660 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f1`009ff6b0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f1`009ff720 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f1`011ffd88 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
000000f1`011ffd90 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
000000f1`011ffe00 00007ff8`252b4cb0     postgres!pg_signal_thread(
000000f1`011fff00 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f1`011fff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a8`67dffb18 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
000000a8`67dffb20 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
000000a8`67dffb90 00007ff8`252b4cb0     postgres!pg_signal_thread(
000000a8`67dffc90 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a8`67dffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a8`671ff1a0 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a8`671ff1e0 00007ff6`31c6e90c     postgres!ExceptionalCondition(
000000a8`671ff220 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000a8`671ff270 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000a8`671ff2c0 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a8`671ffbe0 00007ff6`31b21298     postgres!PostmasterMain(
000000a8`671ffd80 00007ff6`321216c9     postgres!main(
000000a8`671ffdc0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a8`671ffe10 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a8`671ffe80 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a8`675ff838 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a8`675ff840 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000a8`675ffb30 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a8`675ffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a8`679ff8a8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a8`679ff8b0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000a8`679ffba0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a8`679ffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a8`681ff638 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a8`681ff640 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000a8`681ff930 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a8`681ff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cd`cfbfec30 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000cd`cfbfec70 00007ff6`31c6e90c     postgres!ExceptionalCondition(
000000cd`cfbfecb0 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000cd`cfbfed00 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000cd`cfbfed50 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000cd`cfbff670 00007ff6`31b21298     postgres!PostmasterMain(
000000cd`cfbff810 00007ff6`321216c9     postgres!main(
000000cd`cfbff850 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000cd`cfbff8a0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000cd`cfbff910 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000cd`cffff918 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cd`cffff920 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000cd`cffffc10 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cd`cffffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cd`d03ff6f8 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
000000cd`d03ff700 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
000000cd`d03ff770 00007ff8`252b4cb0     postgres!pg_signal_thread(
000000cd`d03ff870 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cd`d03ff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cd`d07ffaa8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cd`d07ffab0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000cd`d07ffda0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cd`d07ffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cd`d0bffb68 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cd`d0bffb70 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000cd`d0bffe60 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cd`d0bffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c8`337fec80 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c8`337fecc0 00007ff6`31c6e90c     postgres!ExceptionalCondition(
000000c8`337fed00 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c8`337fed50 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000c8`337feda0 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c8`337ff6c0 00007ff6`31b21298     postgres!PostmasterMain(
000000c8`337ff860 00007ff6`321216c9     postgres!main(
000000c8`337ff8a0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c8`337ff8f0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c8`337ff960 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c8`33bff7b8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c8`33bff7c0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000c8`33bffab0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c8`33bffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c8`33fff878 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c8`33fff880 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000c8`33fffb70 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c8`33fffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c8`343ffcb8 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
000000c8`343ffcc0 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
000000c8`343ffd30 00007ff8`252b4cb0     postgres!pg_signal_thread(
000000c8`343ffe30 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c8`343ffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c8`347ffbd8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c8`347ffbe0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000c8`347ffed0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c8`347fff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000020`d19ff1c0 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000020`d19ff200 00007ff6`31c6e90c     postgres!ExceptionalCondition(
00000020`d19ff240 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000020`d19ff290 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000020`d19ff2e0 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000020`d19ffc00 00007ff6`31b21298     postgres!PostmasterMain(
00000020`d19ffda0 00007ff6`321216c9     postgres!main(
00000020`d19ffde0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000020`d19ffe30 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000020`d19ffea0 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000020`d1dffab8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000020`d1dffac0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000020`d1dffdb0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000020`d1dffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000020`d21ffa98 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
00000020`d21ffaa0 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
00000020`d21ffb10 00007ff8`252b4cb0     postgres!pg_signal_thread(
00000020`d21ffc10 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000020`d21ffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000020`d25ff548 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000020`d25ff550 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000020`d25ff840 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000020`d25ff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000020`d29ff6f8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000020`d29ff700 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000020`d29ff9f0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000020`d29ffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000071`b1bff558 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000071`b1bff560 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000071`b1bff850 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000071`b1bff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000071`b13ff120 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000071`b13ff160 00007ff6`31c6e90c     postgres!ExceptionalCondition(
00000071`b13ff1a0 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000071`b13ff1f0 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000071`b13ff240 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000071`b13ffb60 00007ff6`31b21298     postgres!PostmasterMain(
00000071`b13ffd00 00007ff6`321216c9     postgres!main(
00000071`b13ffd40 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000071`b13ffd90 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000071`b13ffe00 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000071`b17ff678 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000071`b17ff680 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000071`b17ff970 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000071`b17ff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000071`b1fff6f8 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
00000071`b1fff700 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
00000071`b1fff770 00007ff8`252b4cb0     postgres!pg_signal_thread(
00000071`b1fff870 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000071`b1fff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000071`b23ffb68 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000071`b23ffb70 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000071`b23ffe60 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000071`b23ffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002a`99dfee20 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000002a`99dfee60 00007ff6`31c6e90c     postgres!ExceptionalCondition(
0000002a`99dfeea0 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000002a`99dfeef0 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000002a`99dfef40 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000002a`99dff860 00007ff6`31b21298     postgres!PostmasterMain(
0000002a`99dffa00 00007ff6`321216c9     postgres!main(
0000002a`99dffa40 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000002a`99dffa90 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000002a`99dffb00 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000002a`9a1ffa18 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002a`9a1ffa20 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000002a`9a1ffd10 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002a`9a1ffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002a`9a5ff8a8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002a`9a5ff8b0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000002a`9a5ffba0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002a`9a5ffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002a`9a9ffa98 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002a`9a9ffaa0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000002a`9a9ffd90 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002a`9a9ffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002a`9adffc58 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
0000002a`9adffc60 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
0000002a`9adffcd0 00007ff8`252b4cb0     postgres!pg_signal_thread(
0000002a`9adffdd0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002a`9adffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002a`9b1ffb48 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002a`9b1ffb50 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000002a`9b1ffe40 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002a`9b1ffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003d`da1ffaf8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003d`da1ffb00 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000003d`da1ffdf0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003d`da1ffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003d`d91febf0 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000003d`d91fec30 00007ff6`31c6e90c     postgres!ExceptionalCondition(
0000003d`d91fec70 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000003d`d91fecc0 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000003d`d91fed10 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000003d`d91ff630 00007ff6`31b21298     postgres!PostmasterMain(
0000003d`d91ff7d0 00007ff6`321216c9     postgres!main(
0000003d`d91ff810 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000003d`d91ff860 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000003d`d91ff8d0 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000003d`d95ffa78 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003d`d95ffa80 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000003d`d95ffd70 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003d`d95ffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003d`d99ff708 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
0000003d`d99ff710 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
0000003d`d99ff780 00007ff8`252b4cb0     postgres!pg_signal_thread(
0000003d`d99ff880 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003d`d99ff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003d`d9dffc38 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003d`d9dffc40 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000003d`d9dfff30 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003d`d9dfff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002c`0b5ffb88 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
0000002c`0b5ffb90 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
0000002c`0b5ffc00 00007ff8`252b4cb0     postgres!pg_signal_thread(
0000002c`0b5ffd00 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002c`0b5ffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002c`0a9feb60 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000002c`0a9feba0 00007ff6`31c6e90c     postgres!ExceptionalCondition(
0000002c`0a9febe0 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000002c`0a9fec30 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000002c`0a9fec80 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000002c`0a9ff5a0 00007ff6`31b21298     postgres!PostmasterMain(
0000002c`0a9ff740 00007ff6`321216c9     postgres!main(
0000002c`0a9ff780 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000002c`0a9ff7d0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000002c`0a9ff840 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000002c`0adff8f8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002c`0adff900 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000002c`0adffbf0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002c`0adffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002c`0b9ff968 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002c`0b9ff970 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000002c`0b9ffc60 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002c`0b9ffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002c`0b1ff8e8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002c`0b1ff8f0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000002c`0b1ffbe0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002c`0b1ffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fa`c6bff468 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fa`c6bff470 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000fa`c6bff760 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fa`c6bff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fa`c73ffa18 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fa`c73ffa20 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000fa`c73ffd10 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fa`c73ffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fa`c6fffc98 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
000000fa`c6fffca0 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
000000fa`c6fffd10 00007ff8`252b4cb0     postgres!pg_signal_thread(
000000fa`c6fffe10 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fa`c6fffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fa`c67ff788 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fa`c67ff790 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000fa`c67ffa80 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fa`c67ffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fa`c63ff948 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fa`c63ff950 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000fa`c63ffc40 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fa`c63ffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fa`c5ffea40 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000fa`c5ffea80 00007ff6`31c6e90c     postgres!ExceptionalCondition(
000000fa`c5ffeac0 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000fa`c5ffeb10 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000fa`c5ffeb60 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000fa`c5fff480 00007ff6`31b21298     postgres!PostmasterMain(
000000fa`c5fff620 00007ff6`321216c9     postgres!main(
000000fa`c5fff660 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000fa`c5fff6b0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000fa`c5fff720 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000058`9a3ff778 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000058`9a3ff780 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000058`9a3ffa70 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000058`9a3ffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000058`9a7ff508 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000058`9a7ff510 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000058`9a7ff800 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000058`9a7ff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000058`993feb60 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000058`993feba0 00007ff6`31c6e90c     postgres!ExceptionalCondition(
00000058`993febe0 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000058`993fec30 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000058`993fec80 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000058`993ff5a0 00007ff6`31b21298     postgres!PostmasterMain(
00000058`993ff740 00007ff6`321216c9     postgres!main(
00000058`993ff780 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000058`993ff7d0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000058`993ff840 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000058`997ff838 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000058`997ff840 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000058`997ffb30 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000058`997ffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000058`99bff688 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000058`99bff690 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000058`99bff980 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000058`99bff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000058`99fffb68 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
00000058`99fffb70 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
00000058`99fffbe0 00007ff8`252b4cb0     postgres!pg_signal_thread(
00000058`99fffce0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000058`99fffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000091`5a1fed30 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000091`5a1fed70 00007ff6`31c6e90c     postgres!ExceptionalCondition(
00000091`5a1fedb0 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000091`5a1fee00 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000091`5a1fee50 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000091`5a1ff770 00007ff6`31b21298     postgres!PostmasterMain(
00000091`5a1ff910 00007ff6`321216c9     postgres!main(
00000091`5a1ff950 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000091`5a1ff9a0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000091`5a1ffa10 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000091`5b1ff5b8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000091`5b1ff5c0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000091`5b1ff8b0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000091`5b1ff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000091`5adffbe8 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
00000091`5adffbf0 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
00000091`5adffc60 00007ff8`252b4cb0     postgres!pg_signal_thread(
00000091`5adffd60 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000091`5adffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000091`5a9ff578 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000091`5a9ff580 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000091`5a9ff870 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000091`5a9ff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000091`5a5ff608 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000091`5a5ff610 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000091`5a5ff900 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000091`5a5ff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000020`d81fec00 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000020`d81fec40 00007ff6`31c6e90c     postgres!ExceptionalCondition(
00000020`d81fec80 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000020`d81fecd0 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000020`d81fed20 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000020`d81ff640 00007ff6`31b21298     postgres!PostmasterMain(
00000020`d81ff7e0 00007ff6`321216c9     postgres!main(
00000020`d81ff820 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000020`d81ff870 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000020`d81ff8e0 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000020`d91ff7e8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000020`d91ff7f0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000020`d91ffae0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000020`d91ffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000020`d8dffa08 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
00000020`d8dffa10 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
00000020`d8dffa80 00007ff8`252b4cb0     postgres!pg_signal_thread(
00000020`d8dffb80 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000020`d8dffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000020`d85ff748 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000020`d85ff750 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000020`d85ffa40 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000020`d85ffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000020`d89ff9c8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000020`d89ff9d0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000020`d89ffcc0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000020`d89ffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000d`cbfffae8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000d`cbfffaf0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000000d`cbfffde0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000d`cbfffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000d`cc3ff528 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000d`cc3ff530 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000000d`cc3ff820 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000d`cc3ff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000d`cc7ffae8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000d`cc7ffaf0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000000d`cc7ffde0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000d`cc7ffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000d`ccbff658 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
0000000d`ccbff660 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
0000000d`ccbff6d0 00007ff8`252b4cb0     postgres!pg_signal_thread(
0000000d`ccbff7d0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000d`ccbff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000d`ccfff8b8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000d`ccfff8c0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000000d`ccfffbb0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000d`ccfffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000d`cbbfea50 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000000d`cbbfea90 00007ff6`31c6e90c     postgres!ExceptionalCondition(
0000000d`cbbfead0 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000000d`cbbfeb20 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000000d`cbbfeb70 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000000d`cbbff490 00007ff6`31b21298     postgres!PostmasterMain(
0000000d`cbbff630 00007ff6`321216c9     postgres!main(
0000000d`cbbff670 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000000d`cbbff6c0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000000d`cbbff730 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000e9`e05ff9a8 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
000000e9`e05ff9b0 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
000000e9`e05ffa20 00007ff8`252b4cb0     postgres!pg_signal_thread(
000000e9`e05ffb20 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e9`e05ffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e9`e0dff9e8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e9`e0dff9f0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000e9`e0dffce0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e9`e0dffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e9`dfdff000 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e9`dfdff040 00007ff6`31c6e90c     postgres!ExceptionalCondition(
000000e9`dfdff080 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000e9`dfdff0d0 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000e9`dfdff120 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000e9`dfdffa40 00007ff6`31b21298     postgres!PostmasterMain(
000000e9`dfdffbe0 00007ff6`321216c9     postgres!main(
000000e9`dfdffc20 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e9`dfdffc70 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e9`dfdffce0 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000e9`e01ff9b8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e9`e01ff9c0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000e9`e01ffcb0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e9`e01ffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e9`e09ffaa8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e9`e09ffab0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000e9`e09ffda0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e9`e09ffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000085`581ff698 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000085`581ff6a0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000085`581ff990 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000085`581ff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000085`585ff908 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
00000085`585ff910 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
00000085`585ff980 00007ff8`252b4cb0     postgres!pg_signal_thread(
00000085`585ffa80 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000085`585ffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000085`589ff458 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000085`589ff460 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000085`589ff750 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000085`589ff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000085`575fea10 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000085`575fea50 00007ff6`31c6e90c     postgres!ExceptionalCondition(
00000085`575fea90 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000085`575feae0 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000085`575feb30 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000085`575ff450 00007ff6`31b21298     postgres!PostmasterMain(
00000085`575ff5f0 00007ff6`321216c9     postgres!main(
00000085`575ff630 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000085`575ff680 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000085`575ff6f0 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000085`579ffbd8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000085`579ffbe0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000085`579ffed0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000085`579fff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000085`57dff4a8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000085`57dff4b0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000085`57dff7a0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000085`57dff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000013`cf9ffb48 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
00000013`cf9ffb50 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
00000013`cf9ffbc0 00007ff8`252b4cb0     postgres!pg_signal_thread(
00000013`cf9ffcc0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000013`cf9ffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000013`ce9feaa0 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000013`ce9feae0 00007ff6`31c6e90c     postgres!ExceptionalCondition(
00000013`ce9feb20 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000013`ce9feb70 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000013`ce9febc0 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000013`ce9ff4e0 00007ff6`31b21298     postgres!PostmasterMain(
00000013`ce9ff680 00007ff6`321216c9     postgres!main(
00000013`ce9ff6c0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000013`ce9ff710 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000013`ce9ff780 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000013`cedff6c8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000013`cedff6d0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000013`cedff9c0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000013`cedff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000013`cf1ff708 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000013`cf1ff710 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000013`cf1ffa00 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000013`cf1ffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000013`cf5ff618 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000013`cf5ff620 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000013`cf5ff910 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000013`cf5ff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000013`cfdff4e8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000013`cfdff4f0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000013`cfdff7e0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000013`cfdff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ce`a95ff5f8 00007ff6`31c67857     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000ce`a95ff600 00007ff6`31b21259     postgres!SubPostmasterMain(
000000ce`a95ff670 00007ff6`321216c9     postgres!main(
000000ce`a95ff6b0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ce`a95ff700 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ce`a95ff770 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000ce`a95ff7a0 00007ff8`252b4cb0     postgres!mainCRTStartup(
000000ce`a95ff7d0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ce`a95ff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ce`a99ff908 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ce`a99ff910 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000ce`a99ffc00 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ce`a99ffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ce`a9dff688 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ce`a9dff690 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000ce`a9dff980 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ce`a9dff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ce`aa1ffbf8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ce`aa1ffc00 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000ce`aa1ffef0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ce`aa1fff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000065`8d7ffb18 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000065`8d7ffb20 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000065`8d7ffe10 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000065`8d7ffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000065`8cfff668 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
00000065`8cfff670 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
00000065`8cfff6e0 00007ff8`252b4cb0     postgres!pg_signal_thread(
00000065`8cfff7e0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000065`8cfff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000065`8d3ff638 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000065`8d3ff640 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000065`8d3ff930 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000065`8d3ff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000065`8c3ff0f0 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000065`8c3ff130 00007ff6`31c6e90c     postgres!ExceptionalCondition(
00000065`8c3ff170 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000065`8c3ff1c0 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000065`8c3ff210 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000065`8c3ffb30 00007ff6`31b21298     postgres!PostmasterMain(
00000065`8c3ffcd0 00007ff6`321216c9     postgres!main(
00000065`8c3ffd10 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000065`8c3ffd60 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000065`8c3ffdd0 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000065`8c7ff7a8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000065`8c7ff7b0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000065`8c7ffaa0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000065`8c7ffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000065`8cbffa08 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000065`8cbffa10 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000065`8cbffd00 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000065`8cbffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`f0ffecd0 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000cf`f0ffed10 00007ff6`31c6e90c     postgres!ExceptionalCondition(
000000cf`f0ffed50 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000cf`f0ffeda0 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000cf`f0ffedf0 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000cf`f0fff710 00007ff6`31b21298     postgres!PostmasterMain(
000000cf`f0fff8b0 00007ff6`321216c9     postgres!main(
000000cf`f0fff8f0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000cf`f0fff940 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000cf`f0fff9b0 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000cf`f17ffc28 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cf`f17ffc30 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000cf`f17fff20 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`f17fff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`f13ff9f8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cf`f13ffa00 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000cf`f13ffcf0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`f13ffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`f1fff4a8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cf`f1fff4b0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000cf`f1fff7a0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`f1fff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`f1bffd88 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
000000cf`f1bffd90 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
000000cf`f1bffe00 00007ff8`252b4cb0     postgres!pg_signal_thread(
000000cf`f1bfff00 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`f1bfff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003c`73bffad8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003c`73bffae0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000003c`73bffdd0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003c`73bffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003c`737ff788 00007ff6`31c67857     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
0000003c`737ff790 00007ff6`31b21259     postgres!SubPostmasterMain(
0000003c`737ff800 00007ff6`321216c9     postgres!main(
0000003c`737ff840 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000003c`737ff890 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000003c`737ff900 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
0000003c`737ff930 00007ff8`252b4cb0     postgres!mainCRTStartup(
0000003c`737ff960 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003c`737ff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003c`743ff9b8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003c`743ff9c0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000003c`743ffcb0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003c`743ffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003c`73fff5d8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003c`73fff5e0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000003c`73fff8d0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003c`73fff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b4`5affec70 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b4`5affecb0 00007ff6`31c6e90c     postgres!ExceptionalCondition(
000000b4`5affecf0 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000b4`5affed40 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000b4`5affed90 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000b4`5afff6b0 00007ff6`31b21298     postgres!PostmasterMain(
000000b4`5afff850 00007ff6`321216c9     postgres!main(
000000b4`5afff890 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b4`5afff8e0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000b4`5afff950 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000b4`5c3ff988 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b4`5c3ff990 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000b4`5c3ffc80 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b4`5c3ffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b4`5bfffcb8 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
000000b4`5bfffcc0 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
000000b4`5bfffd30 00007ff8`252b4cb0     postgres!pg_signal_thread(
000000b4`5bfffe30 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b4`5bfffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b4`5bbffad8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b4`5bbffae0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000b4`5bbffdd0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b4`5bbffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b4`5b7ff688 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b4`5b7ff690 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000b4`5b7ff980 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b4`5b7ff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b4`5b3ff968 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b4`5b3ff970 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000b4`5b3ffc60 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b4`5b3ffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d3`e1bffb28 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d3`e1bffb30 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000d3`e1bffe20 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d3`e1bffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d3`e0fff9c8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d3`e0fff9d0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000d3`e0fffcc0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d3`e0fffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d3`e13ffba8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d3`e13ffbb0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000d3`e13ffea0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d3`e13ffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d3`e17ff8b8 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
000000d3`e17ff8c0 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
000000d3`e17ff930 00007ff8`252b4cb0     postgres!pg_signal_thread(
000000d3`e17ffa30 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d3`e17ffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d3`e07feab0 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d3`e07feaf0 00007ff6`31c6e90c     postgres!ExceptionalCondition(
000000d3`e07feb30 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000d3`e07feb80 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000d3`e07febd0 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000d3`e07ff4f0 00007ff6`31b21298     postgres!PostmasterMain(
000000d3`e07ff690 00007ff6`321216c9     postgres!main(
000000d3`e07ff6d0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d3`e07ff720 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d3`e07ff790 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000d3`e0bff688 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d3`e0bff690 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000d3`e0bff980 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d3`e0bff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c0`1d1ff788 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c0`1d1ff790 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000c0`1d1ffa80 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c0`1d1ffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c0`1c1ff060 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c0`1c1ff0a0 00007ff6`31c6e90c     postgres!ExceptionalCondition(
000000c0`1c1ff0e0 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c0`1c1ff130 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000c0`1c1ff180 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c0`1c1ffaa0 00007ff6`31b21298     postgres!PostmasterMain(
000000c0`1c1ffc40 00007ff6`321216c9     postgres!main(
000000c0`1c1ffc80 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c0`1c1ffcd0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c0`1c1ffd40 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c0`1c5ff508 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c0`1c5ff510 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000c0`1c5ff800 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c0`1c5ff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c0`1c9ff718 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
000000c0`1c9ff720 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
000000c0`1c9ff790 00007ff8`252b4cb0     postgres!pg_signal_thread(
000000c0`1c9ff890 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c0`1c9ff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c0`1cdff4d8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c0`1cdff4e0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000c0`1cdff7d0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c0`1cdff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e2`75dff170 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e2`75dff1b0 00007ff6`31c6e90c     postgres!ExceptionalCondition(
000000e2`75dff1f0 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000e2`75dff240 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000e2`75dff290 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000e2`75dffbb0 00007ff6`31b21298     postgres!PostmasterMain(
000000e2`75dffd50 00007ff6`321216c9     postgres!main(
000000e2`75dffd90 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e2`75dffde0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e2`75dffe50 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000e2`769ffbf8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e2`769ffc00 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000e2`769ffef0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e2`769fff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e2`765ff688 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
000000e2`765ff690 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
000000e2`765ff700 00007ff8`252b4cb0     postgres!pg_signal_thread(
000000e2`765ff800 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e2`765ff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e2`76dffab8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e2`76dffac0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000e2`76dffdb0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e2`76dffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e2`761ff498 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e2`761ff4a0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000e2`761ff790 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e2`761ff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000044`909ffd38 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
00000044`909ffd40 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
00000044`909ffdb0 00007ff8`252b4cb0     postgres!pg_signal_thread(
00000044`909ffeb0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000044`909ffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000044`90dff7a8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000044`90dff7b0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000044`90dffaa0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000044`90dffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000044`905ff628 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000044`905ff630 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000044`905ff920 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000044`905ff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000044`901fefe0 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000044`901ff020 00007ff6`31c6e90c     postgres!ExceptionalCondition(
00000044`901ff060 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000044`901ff0b0 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000044`901ff100 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000044`901ffa20 00007ff6`31b21298     postgres!PostmasterMain(
00000044`901ffbc0 00007ff6`321216c9     postgres!main(
00000044`901ffc00 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000044`901ffc50 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000044`901ffcc0 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000044`911ffc08 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000044`911ffc10 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000044`911fff00 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000044`911fff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f3`5d9ffa48 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f3`5d9ffa50 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000f3`5d9ffd40 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f3`5d9ffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f3`5d5ff918 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f3`5d5ff920 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000f3`5d5ffc10 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f3`5d5ffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f3`5ddffa08 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
000000f3`5ddffa10 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
000000f3`5ddffa80 00007ff8`252b4cb0     postgres!pg_signal_thread(
000000f3`5ddffb80 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f3`5ddffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f3`5e1ff788 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f3`5e1ff790 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000f3`5e1ffa80 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f3`5e1ffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f3`5d1ff170 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f3`5d1ff1b0 00007ff6`31c6e90c     postgres!ExceptionalCondition(
000000f3`5d1ff1f0 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f3`5d1ff240 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000f3`5d1ff290 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f3`5d1ffbb0 00007ff6`31b21298     postgres!PostmasterMain(
000000f3`5d1ffd50 00007ff6`321216c9     postgres!main(
000000f3`5d1ffd90 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f3`5d1ffde0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f3`5d1ffe50 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000080`855fefb0 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000080`855feff0 00007ff6`31c6e90c     postgres!ExceptionalCondition(
00000080`855ff030 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000080`855ff080 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000080`855ff0d0 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000080`855ff9f0 00007ff6`31b21298     postgres!PostmasterMain(
00000080`855ffb90 00007ff6`321216c9     postgres!main(
00000080`855ffbd0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000080`855ffc20 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000080`855ffc90 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000080`859ff7d8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000080`859ff7e0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000080`859ffad0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000080`859ffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000080`85dffc28 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
00000080`85dffc30 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
00000080`85dffca0 00007ff8`252b4cb0     postgres!pg_signal_thread(
00000080`85dffda0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000080`85dffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000080`861ff568 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000080`861ff570 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000080`861ff860 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000080`861ff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000080`865ff448 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000080`865ff450 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000080`865ff740 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000080`865ff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004b`267ff7b8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004b`267ff7c0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000004b`267ffab0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004b`267ffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004b`26bff4e8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004b`26bff4f0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000004b`26bff7e0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004b`26bff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004b`263ffc48 00007ff6`31c67857     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
0000004b`263ffc50 00007ff6`31b21259     postgres!SubPostmasterMain(
0000004b`263ffcc0 00007ff6`321216c9     postgres!main(
0000004b`263ffd00 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000004b`263ffd50 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000004b`263ffdc0 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
0000004b`263ffdf0 00007ff8`252b4cb0     postgres!mainCRTStartup(
0000004b`263ffe20 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004b`263ffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f0`f87ff6b8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f0`f87ff6c0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000f0`f87ff9b0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f0`f87ff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f0`f77fef80 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f0`f77fefc0 00007ff6`31c6e90c     postgres!ExceptionalCondition(
000000f0`f77ff000 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f0`f77ff050 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000f0`f77ff0a0 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f0`f77ff9c0 00007ff6`31b21298     postgres!PostmasterMain(
000000f0`f77ffb60 00007ff6`321216c9     postgres!main(
000000f0`f77ffba0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f0`f77ffbf0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f0`f77ffc60 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f0`f7bff528 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f0`f7bff530 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000f0`f7bff820 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f0`f7bff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f0`f7fff938 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f0`f7fff940 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000f0`f7fffc30 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f0`f7fffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f0`f83ffc08 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
000000f0`f83ffc10 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
000000f0`f83ffc80 00007ff8`252b4cb0     postgres!pg_signal_thread(
000000f0`f83ffd80 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f0`f83ffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000070`157fea10 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000070`157fea50 00007ff6`31c6e90c     postgres!ExceptionalCondition(
00000070`157fea90 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000070`157feae0 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000070`157feb30 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000070`157ff450 00007ff6`31b21298     postgres!PostmasterMain(
00000070`157ff5f0 00007ff6`321216c9     postgres!main(
00000070`157ff630 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000070`157ff680 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000070`157ff6f0 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000070`15bffbb8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000070`15bffbc0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000070`15bffeb0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000070`15bffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000070`15fff4a8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000070`15fff4b0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000070`15fff7a0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000070`15fff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000070`163ffcc8 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
00000070`163ffcd0 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
00000070`163ffd40 00007ff8`252b4cb0     postgres!pg_signal_thread(
00000070`163ffe40 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000070`163ffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000070`167ff978 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000070`167ff980 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000070`167ffc70 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000070`167ffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fc`243fef90 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000fc`243fefd0 00007ff6`31c6e90c     postgres!ExceptionalCondition(
000000fc`243ff010 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000fc`243ff060 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000fc`243ff0b0 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000fc`243ff9d0 00007ff6`31b21298     postgres!PostmasterMain(
000000fc`243ffb70 00007ff6`321216c9     postgres!main(
000000fc`243ffbb0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000fc`243ffc00 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000fc`243ffc70 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000fc`247ff938 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fc`247ff940 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000fc`247ffc30 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fc`247ffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fc`24fffa08 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
000000fc`24fffa10 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
000000fc`24fffa80 00007ff8`252b4cb0     postgres!pg_signal_thread(
000000fc`24fffb80 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fc`24fffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fc`253ffb28 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fc`253ffb30 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000fc`253ffe20 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fc`253ffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fc`24bffb18 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fc`24bffb20 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000fc`24bffe10 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fc`24bffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b1`ab5fee30 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b1`ab5fee70 00007ff6`31c6e90c     postgres!ExceptionalCondition(
000000b1`ab5feeb0 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000b1`ab5fef00 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000b1`ab5fef50 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000b1`ab5ff870 00007ff6`31b21298     postgres!PostmasterMain(
000000b1`ab5ffa10 00007ff6`321216c9     postgres!main(
000000b1`ab5ffa50 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b1`ab5ffaa0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000b1`ab5ffb10 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000b1`ab9ff9f8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b1`ab9ffa00 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000b1`ab9ffcf0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b1`ab9ffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b1`abdff6a8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b1`abdff6b0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000b1`abdff9a0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b1`abdff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b1`ac1ff6e8 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
000000b1`ac1ff6f0 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
000000b1`ac1ff760 00007ff8`252b4cb0     postgres!pg_signal_thread(
000000b1`ac1ff860 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b1`ac1ff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b1`ac5ffb98 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b1`ac5ffba0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000b1`ac5ffe90 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b1`ac5ffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fa`e97ff0d0 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000fa`e97ff110 00007ff6`31c6e90c     postgres!ExceptionalCondition(
000000fa`e97ff150 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000fa`e97ff1a0 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000fa`e97ff1f0 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000fa`e97ffb10 00007ff6`31b21298     postgres!PostmasterMain(
000000fa`e97ffcb0 00007ff6`321216c9     postgres!main(
000000fa`e97ffcf0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000fa`e97ffd40 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000fa`e97ffdb0 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000fa`e9bff7e8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fa`e9bff7f0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000fa`e9bffae0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fa`e9bffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fa`e9fff808 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fa`e9fff810 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000fa`e9fffb00 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fa`e9fffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fa`ea3ff488 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fa`ea3ff490 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000fa`ea3ff780 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fa`ea3ff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fa`ea7ff708 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
000000fa`ea7ff710 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
000000fa`ea7ff780 00007ff8`252b4cb0     postgres!pg_signal_thread(
000000fa`ea7ff880 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fa`ea7ff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fa`eabff4a8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fa`eabff4b0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000fa`eabff7a0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fa`eabff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d8`4c7ffcd8 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
000000d8`4c7ffce0 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
000000d8`4c7ffd50 00007ff8`252b4cb0     postgres!pg_signal_thread(
000000d8`4c7ffe50 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d8`4c7ffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d8`4bffeb80 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d8`4bffebc0 00007ff6`31c6e90c     postgres!ExceptionalCondition(
000000d8`4bffec00 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000d8`4bffec50 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000d8`4bffeca0 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000d8`4bfff5c0 00007ff6`31b21298     postgres!PostmasterMain(
000000d8`4bfff760 00007ff6`321216c9     postgres!main(
000000d8`4bfff7a0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d8`4bfff7f0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d8`4bfff860 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000d8`4c3ff4a8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d8`4c3ff4b0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000d8`4c3ff7a0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d8`4c3ff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d8`4cbff4b8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d8`4cbff4c0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000d8`4cbff7b0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d8`4cbff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d8`4cfffbf8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d8`4cfffc00 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000d8`4cfffef0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d8`4cffff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000045`bbdff888 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000045`bbdff890 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000045`bbdffb80 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000045`bbdffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000045`bb5ffc08 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
00000045`bb5ffc10 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
00000045`bb5ffc80 00007ff8`252b4cb0     postgres!pg_signal_thread(
00000045`bb5ffd80 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000045`bb5ffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000045`badfee40 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000045`badfee80 00007ff6`31c6e90c     postgres!ExceptionalCondition(
00000045`badfeec0 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000045`badfef10 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000045`badfef60 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000045`badff880 00007ff6`31b21298     postgres!PostmasterMain(
00000045`badffa20 00007ff6`321216c9     postgres!main(
00000045`badffa60 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000045`badffab0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000045`badffb20 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000045`bb9ffbc8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000045`bb9ffbd0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000045`bb9ffec0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000045`bb9ffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000045`bb1ff6c8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000045`bb1ff6d0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000045`bb1ff9c0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000045`bb1ff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ec`3f1ff698 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ec`3f1ff6a0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000ec`3f1ff990 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ec`3f1ff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ec`3f5ff9b8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ec`3f5ff9c0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000ec`3f5ffcb0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ec`3f5ffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ec`3edff070 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ec`3edff0b0 00007ff6`31c6e90c     postgres!ExceptionalCondition(
000000ec`3edff0f0 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ec`3edff140 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000ec`3edff190 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ec`3edffab0 00007ff6`31b21298     postgres!PostmasterMain(
000000ec`3edffc50 00007ff6`321216c9     postgres!main(
000000ec`3edffc90 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ec`3edffce0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ec`3edffd50 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ec`3f9ff748 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
000000ec`3f9ff750 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
000000ec`3f9ff7c0 00007ff8`252b4cb0     postgres!pg_signal_thread(
000000ec`3f9ff8c0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ec`3f9ff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ec`3fdff4e8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ec`3fdff4f0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000ec`3fdff7e0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ec`3fdff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bd`b23ff000 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000bd`b23ff040 00007ff6`31c6e90c     postgres!ExceptionalCondition(
000000bd`b23ff080 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000bd`b23ff0d0 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000bd`b23ff120 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000bd`b23ffa40 00007ff6`31b21298     postgres!PostmasterMain(
000000bd`b23ffbe0 00007ff6`321216c9     postgres!main(
000000bd`b23ffc20 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000bd`b23ffc70 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000bd`b23ffce0 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000bd`b27ff4e8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bd`b27ff4f0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000bd`b27ff7e0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bd`b27ff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bd`b2bffc18 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bd`b2bffc20 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000bd`b2bfff10 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bd`b2bfff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bd`b2fff968 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
000000bd`b2fff970 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
000000bd`b2fff9e0 00007ff8`252b4cb0     postgres!pg_signal_thread(
000000bd`b2fffae0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bd`b2fffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bd`b33ff7c8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bd`b33ff7d0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000bd`b33ffac0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bd`b33ffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005c`ea3ff6c8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005c`ea3ff6d0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000005c`ea3ff9c0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005c`ea3ff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005c`e93ff1c0 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000005c`e93ff200 00007ff6`31c6e90c     postgres!ExceptionalCondition(
0000005c`e93ff240 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000005c`e93ff290 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000005c`e93ff2e0 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000005c`e93ffc00 00007ff6`31b21298     postgres!PostmasterMain(
0000005c`e93ffda0 00007ff6`321216c9     postgres!main(
0000005c`e93ffde0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000005c`e93ffe30 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000005c`e93ffea0 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000005c`e97ff818 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005c`e97ff820 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000005c`e97ffb10 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005c`e97ffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005c`e9bffbf8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005c`e9bffc00 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000005c`e9bffef0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005c`e9bfff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005c`e9fff608 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
0000005c`e9fff610 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
0000005c`e9fff680 00007ff8`252b4cb0     postgres!pg_signal_thread(
0000005c`e9fff780 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005c`e9fff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005c`ea7ff5c8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005c`ea7ff5d0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000005c`ea7ff8c0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005c`ea7ff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fa`28fff020 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000fa`28fff060 00007ff6`31c6e90c     postgres!ExceptionalCondition(
000000fa`28fff0a0 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000fa`28fff0f0 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000fa`28fff140 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000fa`28fffa60 00007ff6`31b21298     postgres!PostmasterMain(
000000fa`28fffc00 00007ff6`321216c9     postgres!main(
000000fa`28fffc40 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000fa`28fffc90 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000fa`28fffd00 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000fa`293ff488 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fa`293ff490 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000fa`293ff780 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fa`293ff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fa`297ff4d8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fa`297ff4e0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000fa`297ff7d0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fa`297ff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fa`29bff9f8 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
000000fa`29bffa00 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
000000fa`29bffa70 00007ff8`252b4cb0     postgres!pg_signal_thread(
000000fa`29bffb70 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fa`29bffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fa`29fff638 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fa`29fff640 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000fa`29fff930 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fa`29fff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000003`7f5ffbb8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000003`7f5ffbc0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000003`7f5ffeb0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000003`7f5ffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000003`7e5fea90 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000003`7e5fead0 00007ff6`31c6e90c     postgres!ExceptionalCondition(
00000003`7e5feb10 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000003`7e5feb60 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000003`7e5febb0 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000003`7e5ff4d0 00007ff6`31b21298     postgres!PostmasterMain(
00000003`7e5ff670 00007ff6`321216c9     postgres!main(
00000003`7e5ff6b0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000003`7e5ff700 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000003`7e5ff770 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000003`7e9ff828 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000003`7e9ff830 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000003`7e9ffb20 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000003`7e9ffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000003`7edff798 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000003`7edff7a0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000003`7edffa90 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000003`7edffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000003`7f1ff6f8 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
00000003`7f1ff700 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
00000003`7f1ff770 00007ff8`252b4cb0     postgres!pg_signal_thread(
00000003`7f1ff870 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000003`7f1ff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e5`ef1ff768 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e5`ef1ff770 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000e5`ef1ffa60 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e5`ef1ffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e5`eddfede0 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e5`eddfee20 00007ff6`31c6e90c     postgres!ExceptionalCondition(
000000e5`eddfee60 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000e5`eddfeeb0 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000e5`eddfef00 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000e5`eddff820 00007ff6`31b21298     postgres!PostmasterMain(
000000e5`eddff9c0 00007ff6`321216c9     postgres!main(
000000e5`eddffa00 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e5`eddffa50 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e5`eddffac0 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000e5`ee1ff7d8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e5`ee1ff7e0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000e5`ee1ffad0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e5`ee1ffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e5`eedff798 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
000000e5`eedff7a0 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
000000e5`eedff810 00007ff8`252b4cb0     postgres!pg_signal_thread(
000000e5`eedff910 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e5`eedff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e5`ee5ff7a8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e5`ee5ff7b0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000e5`ee5ffaa0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e5`ee5ffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e5`ee9ffbf8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e5`ee9ffc00 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000e5`ee9ffef0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e5`ee9fff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bb`a71fea40 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000bb`a71fea80 00007ff6`31c6e90c     postgres!ExceptionalCondition(
000000bb`a71feac0 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000bb`a71feb10 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000bb`a71feb60 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000bb`a71ff480 00007ff6`31b21298     postgres!PostmasterMain(
000000bb`a71ff620 00007ff6`321216c9     postgres!main(
000000bb`a71ff660 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000bb`a71ff6b0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000bb`a71ff720 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000bb`a75ff768 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bb`a75ff770 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000bb`a75ffa60 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bb`a75ffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bb`a79ff698 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bb`a79ff6a0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000bb`a79ff990 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bb`a79ff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bb`a7dffd68 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
000000bb`a7dffd70 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
000000bb`a7dffde0 00007ff8`252b4cb0     postgres!pg_signal_thread(
000000bb`a7dffee0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bb`a7dfff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bb`a81ff758 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bb`a81ff760 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000bb`a81ffa50 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bb`a81ffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000c`cb3feeb0 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000000c`cb3feef0 00007ff6`31c6e90c     postgres!ExceptionalCondition(
0000000c`cb3fef30 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000000c`cb3fef80 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000000c`cb3fefd0 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000000c`cb3ff8f0 00007ff6`31b21298     postgres!PostmasterMain(
0000000c`cb3ffa90 00007ff6`321216c9     postgres!main(
0000000c`cb3ffad0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000000c`cb3ffb20 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000000c`cb3ffb90 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000000c`cb7ff628 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000c`cb7ff630 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000000c`cb7ff920 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000c`cb7ff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000c`cbbffab8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000c`cbbffac0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000000c`cbbffdb0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000c`cbbffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000c`cbfffa18 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000c`cbfffa20 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000000c`cbfffd10 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000c`cbfffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000c`cc3ffa28 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
0000000c`cc3ffa30 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
0000000c`cc3ffaa0 00007ff8`252b4cb0     postgres!pg_signal_thread(
0000000c`cc3ffba0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000c`cc3ffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000c`cc7ffbe8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000c`cc7ffbf0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000000c`cc7ffee0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000c`cc7fff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d0`e5dff110 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d0`e5dff150 00007ff6`31c6e90c     postgres!ExceptionalCondition(
000000d0`e5dff190 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000d0`e5dff1e0 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000d0`e5dff230 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000d0`e5dffb50 00007ff6`31b21298     postgres!PostmasterMain(
000000d0`e5dffcf0 00007ff6`321216c9     postgres!main(
000000d0`e5dffd30 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d0`e5dffd80 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d0`e5dffdf0 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000d0`e61ffa58 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d0`e61ffa60 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000d0`e61ffd50 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d0`e61ffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d0`e65ff868 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d0`e65ff870 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000d0`e65ffb60 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d0`e65ffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d0`e69ff6d8 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
000000d0`e69ff6e0 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
000000d0`e69ff750 00007ff8`252b4cb0     postgres!pg_signal_thread(
000000d0`e69ff850 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d0`e69ff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d0`e6dffb38 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d0`e6dffb40 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000d0`e6dffe30 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d0`e6dffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e4`ca5ff5f8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e4`ca5ff600 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000e4`ca5ff8f0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e4`ca5ff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e4`c95febd0 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e4`c95fec10 00007ff6`31c6e90c     postgres!ExceptionalCondition(
000000e4`c95fec50 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000e4`c95feca0 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000e4`c95fecf0 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000e4`c95ff610 00007ff6`31b21298     postgres!PostmasterMain(
000000e4`c95ff7b0 00007ff6`321216c9     postgres!main(
000000e4`c95ff7f0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e4`c95ff840 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e4`c95ff8b0 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000e4`c99ff7f8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e4`c99ff800 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000e4`c99ffaf0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e4`c99ffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e4`c9dffcf8 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
000000e4`c9dffd00 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
000000e4`c9dffd70 00007ff8`252b4cb0     postgres!pg_signal_thread(
000000e4`c9dffe70 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e4`c9dffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e4`ca1ff938 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e4`ca1ff940 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000e4`ca1ffc30 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e4`ca1ffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000da`f45fed60 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000da`f45feda0 00007ff6`31c6e90c     postgres!ExceptionalCondition(
000000da`f45fede0 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000da`f45fee30 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000da`f45fee80 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000da`f45ff7a0 00007ff6`31b21298     postgres!PostmasterMain(
000000da`f45ff940 00007ff6`321216c9     postgres!main(
000000da`f45ff980 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000da`f45ff9d0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000da`f45ffa40 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000da`f4dffb18 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
000000da`f4dffb20 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
000000da`f4dffb90 00007ff8`252b4cb0     postgres!pg_signal_thread(
000000da`f4dffc90 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000da`f4dffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000da`f49ff628 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000da`f49ff630 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000da`f49ff920 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000da`f49ff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000da`f51ff508 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000da`f51ff510 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000da`f51ff800 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000da`f51ff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000da`f55ffa28 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000da`f55ffa30 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000da`f55ffd20 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000da`f55ffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003f`dabfede0 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000003f`dabfee20 00007ff6`31c6e90c     postgres!ExceptionalCondition(
0000003f`dabfee60 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000003f`dabfeeb0 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000003f`dabfef00 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000003f`dabff820 00007ff6`31b21298     postgres!PostmasterMain(
0000003f`dabff9c0 00007ff6`321216c9     postgres!main(
0000003f`dabffa00 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000003f`dabffa50 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000003f`dabffac0 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000003f`dafffaa8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003f`dafffab0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000003f`dafffda0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003f`dafffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003f`db3ff898 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
0000003f`db3ff8a0 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
0000003f`db3ff910 00007ff8`252b4cb0     postgres!pg_signal_thread(
0000003f`db3ffa10 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003f`db3ffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003f`db7ffae8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003f`db7ffaf0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000003f`db7ffde0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003f`db7ffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003f`dbbff738 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003f`dbbff740 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000003f`dbbffa30 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003f`dbbffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000a`471ffc38 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000a`471ffc40 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000000a`471fff30 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000a`471fff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000a`465fee10 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000000a`465fee50 00007ff6`31c6e90c     postgres!ExceptionalCondition(
0000000a`465fee90 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000000a`465feee0 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000000a`465fef30 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000000a`465ff850 00007ff6`31b21298     postgres!PostmasterMain(
0000000a`465ff9f0 00007ff6`321216c9     postgres!main(
0000000a`465ffa30 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000000a`465ffa80 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000000a`465ffaf0 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000000a`469ff988 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000a`469ff990 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000000a`469ffc80 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000a`469ffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000a`475ffae8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000a`475ffaf0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000000a`475ffde0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000a`475ffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000a`46dffd98 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
0000000a`46dffda0 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
0000000a`46dffe10 00007ff8`252b4cb0     postgres!pg_signal_thread(
0000000a`46dfff10 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000a`46dfff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000024`fedffcf8 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
00000024`fedffd00 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
00000024`fedffd70 00007ff8`252b4cb0     postgres!pg_signal_thread(
00000024`fedffe70 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000024`fedffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000024`ff1ff9d8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000024`ff1ff9e0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000024`ff1ffcd0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000024`ff1ffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000024`fe1ff518 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000024`fe1ff520 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000024`fe1ff810 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000024`fe1ff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000024`fddff0e0 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000024`fddff120 00007ff6`31c6e90c     postgres!ExceptionalCondition(
00000024`fddff160 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000024`fddff1b0 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000024`fddff200 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000024`fddffb20 00007ff6`31b21298     postgres!PostmasterMain(
00000024`fddffcc0 00007ff6`321216c9     postgres!main(
00000024`fddffd00 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000024`fddffd50 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000024`fddffdc0 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000024`fe5ff958 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000024`fe5ff960 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000024`fe5ffc50 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000024`fe5ffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000024`fe9ffc38 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000024`fe9ffc40 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000024`fe9fff30 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000024`fe9fff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007e`23bffa68 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
0000007e`23bffa70 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
0000007e`23bffae0 00007ff8`252b4cb0     postgres!pg_signal_thread(
0000007e`23bffbe0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007e`23bffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007e`23fff7c8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007e`23fff7d0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000007e`23fffac0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007e`23fffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007e`22bfec00 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000007e`22bfec40 00007ff6`31c6e90c     postgres!ExceptionalCondition(
0000007e`22bfec80 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000007e`22bfecd0 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000007e`22bfed20 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000007e`22bff640 00007ff6`31b21298     postgres!PostmasterMain(
0000007e`22bff7e0 00007ff6`321216c9     postgres!main(
0000007e`22bff820 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000007e`22bff870 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000007e`22bff8e0 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000007e`233ff688 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007e`233ff690 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000007e`233ff980 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007e`233ff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007e`22fff778 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007e`22fff780 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000007e`22fffa70 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007e`22fffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007e`237ff9c8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007e`237ff9d0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000007e`237ffcc0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007e`237ffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000085`be5ff6f8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000085`be5ff700 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000085`be5ff9f0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000085`be5ffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000085`bddfeba0 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000085`bddfebe0 00007ff6`31c6e90c     postgres!ExceptionalCondition(
00000085`bddfec20 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000085`bddfec70 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000085`bddfecc0 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000085`bddff5e0 00007ff6`31b21298     postgres!PostmasterMain(
00000085`bddff780 00007ff6`321216c9     postgres!main(
00000085`bddff7c0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000085`bddff810 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000085`bddff880 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000085`bedff628 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000085`bedff630 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000085`bedff920 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000085`bedff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000085`be1ff758 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000085`be1ff760 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000085`be1ffa50 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000085`be1ffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000085`be9ffd08 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
00000085`be9ffd10 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
00000085`be9ffd80 00007ff8`252b4cb0     postgres!pg_signal_thread(
00000085`be9ffe80 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000085`be9ffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000067`50ffeb90 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000067`50ffebd0 00007ff6`31c6e90c     postgres!ExceptionalCondition(
00000067`50ffec10 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000067`50ffec60 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000067`50ffecb0 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000067`50fff5d0 00007ff6`31b21298     postgres!PostmasterMain(
00000067`50fff770 00007ff6`321216c9     postgres!main(
00000067`50fff7b0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000067`50fff800 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000067`50fff870 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000067`51bff798 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000067`51bff7a0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000067`51bffa90 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000067`51bffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000067`51fff798 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000067`51fff7a0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000067`51fffa90 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000067`51fffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000067`513ffc18 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000067`513ffc20 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000067`513fff10 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000067`513fff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000067`517ffa18 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
00000067`517ffa20 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
00000067`517ffa90 00007ff8`252b4cb0     postgres!pg_signal_thread(
00000067`517ffb90 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000067`517ffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000018`a51ffc18 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000018`a51ffc20 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000018`a51fff10 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000018`a51fff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000018`a55ff748 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
00000018`a55ff750 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
00000018`a55ff7c0 00007ff8`252b4cb0     postgres!pg_signal_thread(
00000018`a55ff8c0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000018`a55ff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000018`a59ffc38 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000018`a59ffc40 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000018`a59fff30 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000018`a59fff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000018`a45ff040 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000018`a45ff080 00007ff6`31c6e90c     postgres!ExceptionalCondition(
00000018`a45ff0c0 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000018`a45ff110 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000018`a45ff160 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000018`a45ffa80 00007ff6`31b21298     postgres!PostmasterMain(
00000018`a45ffc20 00007ff6`321216c9     postgres!main(
00000018`a45ffc60 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000018`a45ffcb0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000018`a45ffd20 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000018`a4dffb18 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000018`a4dffb20 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000018`a4dffe10 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000018`a4dffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000018`a49ff588 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000018`a49ff590 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000018`a49ff880 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000018`a49ff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a8`42fff818 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a8`42fff820 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000a8`42fffb10 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a8`42fffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a8`42bfee10 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a8`42bfee50 00007ff6`31c6e90c     postgres!ExceptionalCondition(
000000a8`42bfee90 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000a8`42bfeee0 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000a8`42bfef30 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a8`42bff850 00007ff6`31b21298     postgres!PostmasterMain(
000000a8`42bff9f0 00007ff6`321216c9     postgres!main(
000000a8`42bffa30 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a8`42bffa80 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a8`42bffaf0 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a8`433ffd68 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
000000a8`433ffd70 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
000000a8`433ffde0 00007ff8`252b4cb0     postgres!pg_signal_thread(
000000a8`433ffee0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a8`433fff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a8`437ff518 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a8`437ff520 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000a8`437ff810 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a8`437ff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a8`43bff5a8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a8`43bff5b0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000a8`43bff8a0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a8`43bff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000048`25bff4c8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000048`25bff4d0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000048`25bff7c0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000048`25bff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000048`24ffece0 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000048`24ffed20 00007ff6`31c6e90c     postgres!ExceptionalCondition(
00000048`24ffed60 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000048`24ffedb0 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000048`24ffee00 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000048`24fff720 00007ff6`31b21298     postgres!PostmasterMain(
00000048`24fff8c0 00007ff6`321216c9     postgres!main(
00000048`24fff900 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000048`24fff950 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000048`24fff9c0 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000048`253ff4b8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000048`253ff4c0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000048`253ff7b0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000048`253ff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000048`25fffcc8 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
00000048`25fffcd0 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
00000048`25fffd40 00007ff8`252b4cb0     postgres!pg_signal_thread(
00000048`25fffe40 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000048`25fffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000048`263ffa48 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000048`263ffa50 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000048`263ffd40 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000048`263ffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000048`257ff5f8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000048`257ff600 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000048`257ff8f0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000048`257ff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000077`2f9ffa58 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000077`2f9ffa60 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000077`2f9ffd50 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000077`2f9ffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000077`2fdff868 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
00000077`2fdff870 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
00000077`2fdff8e0 00007ff8`252b4cb0     postgres!pg_signal_thread(
00000077`2fdff9e0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000077`2fdffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000077`2edfec50 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000077`2edfec90 00007ff6`31c6e90c     postgres!ExceptionalCondition(
00000077`2edfecd0 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000077`2edfed20 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000077`2edfed70 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000077`2edff690 00007ff6`31b21298     postgres!PostmasterMain(
00000077`2edff830 00007ff6`321216c9     postgres!main(
00000077`2edff870 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000077`2edff8c0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000077`2edff930 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000077`2f5ff668 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000077`2f5ff670 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000077`2f5ff960 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000077`2f5ff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000077`2f1ffb38 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000077`2f1ffb40 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000077`2f1ffe30 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000077`2f1ffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000077`301ffb48 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000077`301ffb50 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000077`301ffe40 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000077`301ffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fd`bd9ff608 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fd`bd9ff610 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000fd`bd9ff900 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fd`bd9ff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fd`bd1ff758 00007ff6`31c67857     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000fd`bd1ff760 00007ff6`31b21259     postgres!SubPostmasterMain(
000000fd`bd1ff7d0 00007ff6`321216c9     postgres!main(
000000fd`bd1ff810 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000fd`bd1ff860 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000fd`bd1ff8d0 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000fd`bd1ff900 00007ff8`252b4cb0     postgres!mainCRTStartup(
000000fd`bd1ff930 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fd`bd1ff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fd`bd5ffbc8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fd`bd5ffbd0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000fd`bd5ffec0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fd`bd5ffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e4`10dff100 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e4`10dff140 00007ff6`31c6e90c     postgres!ExceptionalCondition(
000000e4`10dff180 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000e4`10dff1d0 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000e4`10dff220 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000e4`10dffb40 00007ff6`31b21298     postgres!PostmasterMain(
000000e4`10dffce0 00007ff6`321216c9     postgres!main(
000000e4`10dffd20 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e4`10dffd70 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e4`10dffde0 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000e4`111ffc18 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e4`111ffc20 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000e4`111fff10 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e4`111fff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e4`115ff898 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e4`115ff8a0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000e4`115ffb90 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e4`115ffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e4`119ff6d8 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
000000e4`119ff6e0 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
000000e4`119ff750 00007ff8`252b4cb0     postgres!pg_signal_thread(
000000e4`119ff850 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e4`119ff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e4`11dff518 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e4`11dff520 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000e4`11dff810 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e4`11dff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b1`f95fee60 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b1`f95feea0 00007ff6`31c6e90c     postgres!ExceptionalCondition(
000000b1`f95feee0 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000b1`f95fef30 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000b1`f95fef80 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000b1`f95ff8a0 00007ff6`31b21298     postgres!PostmasterMain(
000000b1`f95ffa40 00007ff6`321216c9     postgres!main(
000000b1`f95ffa80 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b1`f95ffad0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000b1`f95ffb40 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000b1`f99ffb48 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b1`f99ffb50 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000b1`f99ffe40 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b1`f99ffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b1`f9dff6e8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b1`f9dff6f0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000b1`f9dff9e0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b1`f9dffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b1`fa1ff898 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b1`fa1ff8a0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000b1`fa1ffb90 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b1`fa1ffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b1`fa5ffba8 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
000000b1`fa5ffbb0 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
000000b1`fa5ffc20 00007ff8`252b4cb0     postgres!pg_signal_thread(
000000b1`fa5ffd20 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b1`fa5ffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b1`fa9ff868 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b1`fa9ff870 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000b1`fa9ffb60 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b1`fa9ffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000b`c31ffbf8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000b`c31ffc00 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000000b`c31ffef0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000b`c31fff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000b`c21fecc0 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000000b`c21fed00 00007ff6`31c6e90c     postgres!ExceptionalCondition(
0000000b`c21fed40 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000000b`c21fed90 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000000b`c21fede0 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000000b`c21ff700 00007ff6`31b21298     postgres!PostmasterMain(
0000000b`c21ff8a0 00007ff6`321216c9     postgres!main(
0000000b`c21ff8e0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000000b`c21ff930 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000000b`c21ff9a0 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000000b`c2dff7d8 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
0000000b`c2dff7e0 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
0000000b`c2dff850 00007ff8`252b4cb0     postgres!pg_signal_thread(
0000000b`c2dff950 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000b`c2dff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000007`499feb70 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000007`499febb0 00007ff6`31c6e90c     postgres!ExceptionalCondition(
00000007`499febf0 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000007`499fec40 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000007`499fec90 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000007`499ff5b0 00007ff6`31b21298     postgres!PostmasterMain(
00000007`499ff750 00007ff6`321216c9     postgres!main(
00000007`499ff790 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000007`499ff7e0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000007`499ff850 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000007`49dff6f8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000007`49dff700 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000007`49dff9f0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000007`49dffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000007`4a1ff958 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000007`4a1ff960 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000007`4a1ffc50 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000007`4a1ffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000007`4a5ff8e8 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
00000007`4a5ff8f0 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
00000007`4a5ff960 00007ff8`252b4cb0     postgres!pg_signal_thread(
00000007`4a5ffa60 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000007`4a5ffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000007`4a9ff458 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000007`4a9ff460 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000007`4a9ff750 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000007`4a9ff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000068`cb7feed0 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000068`cb7fef10 00007ff6`31c6e90c     postgres!ExceptionalCondition(
00000068`cb7fef50 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000068`cb7fefa0 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000068`cb7feff0 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000068`cb7ff910 00007ff6`31b21298     postgres!PostmasterMain(
00000068`cb7ffab0 00007ff6`321216c9     postgres!main(
00000068`cb7ffaf0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000068`cb7ffb40 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000068`cb7ffbb0 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000068`cbfffd98 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
00000068`cbfffda0 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
00000068`cbfffe10 00007ff8`252b4cb0     postgres!pg_signal_thread(
00000068`cbffff10 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000068`cbffff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000068`cc7ffb08 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000068`cc7ffb10 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000068`cc7ffe00 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000068`cc7ffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000068`cbbff598 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000068`cbbff5a0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000068`cbbff890 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000068`cbbff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000068`cc3ff7e8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000068`cc3ff7f0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000068`cc3ffae0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000068`cc3ffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dc`483fed80 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000dc`483fedc0 00007ff6`31c6e90c     postgres!ExceptionalCondition(
000000dc`483fee00 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000dc`483fee50 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000dc`483feea0 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000dc`483ff7c0 00007ff6`31b21298     postgres!PostmasterMain(
000000dc`483ff960 00007ff6`321216c9     postgres!main(
000000dc`483ff9a0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000dc`483ff9f0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000dc`483ffa60 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000dc`487ff7b8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dc`487ff7c0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000dc`487ffab0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000dc`487ffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dc`48bffc18 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dc`48bffc20 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000dc`48bfff10 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000dc`48bfff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dc`48fffaf8 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
000000dc`48fffb00 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
000000dc`48fffb70 00007ff8`252b4cb0     postgres!pg_signal_thread(
000000dc`48fffc70 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000dc`48fffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dc`493ffa88 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dc`493ffa90 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000dc`493ffd80 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000dc`493ffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000097`8a7fed60 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000097`8a7feda0 00007ff6`31c6e90c     postgres!ExceptionalCondition(
00000097`8a7fede0 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000097`8a7fee30 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000097`8a7fee80 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000097`8a7ff7a0 00007ff6`31b21298     postgres!PostmasterMain(
00000097`8a7ff940 00007ff6`321216c9     postgres!main(
00000097`8a7ff980 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000097`8a7ff9d0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000097`8a7ffa40 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000097`8abff7d8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000097`8abff7e0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000097`8abffad0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000097`8abffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000097`8afffb18 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
00000097`8afffb20 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
00000097`8afffb90 00007ff8`252b4cb0     postgres!pg_signal_thread(
00000097`8afffc90 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000097`8afffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000097`8b3ff988 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000097`8b3ff990 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000097`8b3ffc80 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000097`8b3ffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000097`8b7ff878 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000097`8b7ff880 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000097`8b7ffb70 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000097`8b7ffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bb`2a7fefd0 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000bb`2a7ff010 00007ff6`31c6e90c     postgres!ExceptionalCondition(
000000bb`2a7ff050 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000bb`2a7ff0a0 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000bb`2a7ff0f0 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000bb`2a7ffa10 00007ff6`31b21298     postgres!PostmasterMain(
000000bb`2a7ffbb0 00007ff6`321216c9     postgres!main(
000000bb`2a7ffbf0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000bb`2a7ffc40 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000bb`2a7ffcb0 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000bb`2abffa38 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bb`2abffa40 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000bb`2abffd30 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bb`2abffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bb`2b7ff8b8 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
000000bb`2b7ff8c0 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
000000bb`2b7ff930 00007ff8`252b4cb0     postgres!pg_signal_thread(
000000bb`2b7ffa30 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bb`2b7ffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bb`2bbff818 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bb`2bbff820 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000bb`2bbffb10 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bb`2bbffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bb`2afffa38 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bb`2afffa40 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000bb`2afffd30 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bb`2afffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bb`2b3ff458 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bb`2b3ff460 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000bb`2b3ff750 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bb`2b3ff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000032`2e7ffa78 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
00000032`2e7ffa80 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
00000032`2e7ffaf0 00007ff8`252b4cb0     postgres!pg_signal_thread(
00000032`2e7ffbf0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000032`2e7ffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000032`2dffebb0 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000032`2dffebf0 00007ff6`31c6e90c     postgres!ExceptionalCondition(
00000032`2dffec30 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000032`2dffec80 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000032`2dffecd0 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000032`2dfff5f0 00007ff6`31b21298     postgres!PostmasterMain(
00000032`2dfff790 00007ff6`321216c9     postgres!main(
00000032`2dfff7d0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000032`2dfff820 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000032`2dfff890 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000032`2efff4c8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000032`2efff4d0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000032`2efff7c0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000032`2efff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000032`2e3ff6d8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000032`2e3ff6e0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000032`2e3ff9d0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000032`2e3ffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000093`30dff998 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000093`30dff9a0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000093`30dffc90 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000093`30dffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000093`309fee00 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000093`309fee40 00007ff6`31c6e90c     postgres!ExceptionalCondition(
00000093`309fee80 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000093`309feed0 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000093`309fef20 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000093`309ff840 00007ff6`31b21298     postgres!PostmasterMain(
00000093`309ff9e0 00007ff6`321216c9     postgres!main(
00000093`309ffa20 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000093`309ffa70 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000093`309ffae0 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000093`311ff988 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000093`311ff990 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000093`311ffc80 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000093`311ffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000093`315ff6b8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000093`315ff6c0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000093`315ff9b0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000093`315ff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000093`319ffd08 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
00000093`319ffd10 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
00000093`319ffd80 00007ff8`252b4cb0     postgres!pg_signal_thread(
00000093`319ffe80 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000093`319ffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000093`31dffb88 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000093`31dffb90 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000093`31dffe80 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000093`31dffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002d`ddfffba8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002d`ddfffbb0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000002d`ddfffea0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002d`ddfffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002d`de7ff688 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002d`de7ff690 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000002d`de7ff980 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002d`de7ff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002d`dd7fecd0 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000002d`dd7fed10 00007ff6`31c6e90c     postgres!ExceptionalCondition(
0000002d`dd7fed50 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000002d`dd7feda0 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000002d`dd7fedf0 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000002d`dd7ff710 00007ff6`31b21298     postgres!PostmasterMain(
0000002d`dd7ff8b0 00007ff6`321216c9     postgres!main(
0000002d`dd7ff8f0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000002d`dd7ff940 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000002d`dd7ff9b0 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000002d`ddbff558 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002d`ddbff560 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000002d`ddbff850 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002d`ddbff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002d`de3ff918 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
0000002d`de3ff920 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
0000002d`de3ff990 00007ff8`252b4cb0     postgres!pg_signal_thread(
0000002d`de3ffa90 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002d`de3ffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000c`a83ffbd8 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
0000000c`a83ffbe0 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
0000000c`a83ffc50 00007ff8`252b4cb0     postgres!pg_signal_thread(
0000000c`a83ffd50 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000c`a83ffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000c`a7bfeec0 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000000c`a7bfef00 00007ff6`31c6e90c     postgres!ExceptionalCondition(
0000000c`a7bfef40 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000000c`a7bfef90 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000000c`a7bfefe0 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000000c`a7bff900 00007ff6`31b21298     postgres!PostmasterMain(
0000000c`a7bffaa0 00007ff6`321216c9     postgres!main(
0000000c`a7bffae0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000000c`a7bffb30 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000000c`a7bffba0 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000000c`a7fff7c8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000c`a7fff7d0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000000c`a7fffac0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000c`a7fffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000c`a87ffb68 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000c`a87ffb70 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000000c`a87ffe60 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000c`a87ffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000c`a8bff618 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000c`a8bff620 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000000c`a8bff910 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000c`a8bff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b5`f45fef40 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b5`f45fef80 00007ff6`31c6e90c     postgres!ExceptionalCondition(
000000b5`f45fefc0 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000b5`f45ff010 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000b5`f45ff060 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000b5`f45ff980 00007ff6`31b21298     postgres!PostmasterMain(
000000b5`f45ffb20 00007ff6`321216c9     postgres!main(
000000b5`f45ffb60 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b5`f45ffbb0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000b5`f45ffc20 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000b5`f49ff8d8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b5`f49ff8e0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000b5`f49ffbd0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b5`f49ffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b5`f51ffb28 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
000000b5`f51ffb30 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
000000b5`f51ffba0 00007ff8`252b4cb0     postgres!pg_signal_thread(
000000b5`f51ffca0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b5`f51ffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b5`f4dff7a8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b5`f4dff7b0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000b5`f4dffaa0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b5`f4dffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b5`f55ff9f8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b5`f55ffa00 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000b5`f55ffcf0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b5`f55ffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a3`5e5ffab8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a3`5e5ffac0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000a3`5e5ffdb0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a3`5e5ffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a3`5e1ffa98 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
000000a3`5e1ffaa0 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
000000a3`5e1ffb10 00007ff8`252b4cb0     postgres!pg_signal_thread(
000000a3`5e1ffc10 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a3`5e1ffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a3`5d5ff180 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a3`5d5ff1c0 00007ff6`31c6e90c     postgres!ExceptionalCondition(
000000a3`5d5ff200 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000a3`5d5ff250 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000a3`5d5ff2a0 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a3`5d5ffbc0 00007ff6`31b21298     postgres!PostmasterMain(
000000a3`5d5ffd60 00007ff6`321216c9     postgres!main(
000000a3`5d5ffda0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a3`5d5ffdf0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a3`5d5ffe60 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a3`5d9ff768 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a3`5d9ff770 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000a3`5d9ffa60 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a3`5d9ffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a3`5ddff608 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a3`5ddff610 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000a3`5ddff900 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a3`5ddff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ee`d41ff170 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ee`d41ff1b0 00007ff6`31c6e90c     postgres!ExceptionalCondition(
000000ee`d41ff1f0 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ee`d41ff240 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000ee`d41ff290 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ee`d41ffbb0 00007ff6`31b21298     postgres!PostmasterMain(
000000ee`d41ffd50 00007ff6`321216c9     postgres!main(
000000ee`d41ffd90 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ee`d41ffde0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ee`d41ffe50 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ee`d4dffa48 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ee`d4dffa50 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000ee`d4dffd40 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ee`d4dffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ee`d45ff628 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ee`d45ff630 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000ee`d45ff920 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ee`d45ff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ee`d49ffbd8 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
000000ee`d49ffbe0 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
000000ee`d49ffc50 00007ff8`252b4cb0     postgres!pg_signal_thread(
000000ee`d49ffd50 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ee`d49ffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ee`d51ff448 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ee`d51ff450 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000ee`d51ff740 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ee`d51ff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005b`6e7ffb48 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005b`6e7ffb50 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000005b`6e7ffe40 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005b`6e7ffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005b`6e3ff758 00007ff6`31c67857     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
0000005b`6e3ff760 00007ff6`31b21259     postgres!SubPostmasterMain(
0000005b`6e3ff7d0 00007ff6`321216c9     postgres!main(
0000005b`6e3ff810 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000005b`6e3ff860 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000005b`6e3ff8d0 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
0000005b`6e3ff900 00007ff8`252b4cb0     postgres!mainCRTStartup(
0000005b`6e3ff930 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005b`6e3ff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005b`6ebffa48 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005b`6ebffa50 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000005b`6ebffd40 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005b`6ebffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000095`893ffa08 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
00000095`893ffa10 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
00000095`893ffa80 00007ff8`252b4cb0     postgres!pg_signal_thread(
00000095`893ffb80 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000095`893ffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000095`883ff090 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000095`883ff0d0 00007ff6`31c6e90c     postgres!ExceptionalCondition(
00000095`883ff110 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000095`883ff160 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000095`883ff1b0 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000095`883ffad0 00007ff6`31b21298     postgres!PostmasterMain(
00000095`883ffc70 00007ff6`321216c9     postgres!main(
00000095`883ffcb0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000095`883ffd00 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000095`883ffd70 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000095`887ff5d8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000095`887ff5e0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000095`887ff8d0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000095`887ff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000095`88bff668 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000095`88bff670 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000095`88bff960 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000095`88bff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000095`88fff958 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000095`88fff960 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000095`88fffc50 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000095`88fffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000095`897ff508 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000095`897ff510 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000095`897ff800 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000095`897ff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009b`68ffeb80 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000009b`68ffebc0 00007ff6`31c6e90c     postgres!ExceptionalCondition(
0000009b`68ffec00 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000009b`68ffec50 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000009b`68ffeca0 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000009b`68fff5c0 00007ff6`31b21298     postgres!PostmasterMain(
0000009b`68fff760 00007ff6`321216c9     postgres!main(
0000009b`68fff7a0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000009b`68fff7f0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000009b`68fff860 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000009b`693ff618 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009b`693ff620 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000009b`693ff910 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009b`693ff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009b`697ffa88 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009b`697ffa90 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000009b`697ffd80 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009b`697ffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009b`69bff648 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
0000009b`69bff650 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
0000009b`69bff6c0 00007ff8`252b4cb0     postgres!pg_signal_thread(
0000009b`69bff7c0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009b`69bff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009b`69fff4f8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009b`69fff500 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000009b`69fff7f0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009b`69fff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b7`553ff8c8 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
000000b7`553ff8d0 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
000000b7`553ff940 00007ff8`252b4cb0     postgres!pg_signal_thread(
000000b7`553ffa40 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b7`553ffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b7`557ff4d8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b7`557ff4e0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000b7`557ff7d0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b7`557ff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b7`547fec20 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b7`547fec60 00007ff6`31c6e90c     postgres!ExceptionalCondition(
000000b7`547feca0 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000b7`547fecf0 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000b7`547fed40 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000b7`547ff660 00007ff6`31b21298     postgres!PostmasterMain(
000000b7`547ff800 00007ff6`321216c9     postgres!main(
000000b7`547ff840 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b7`547ff890 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000b7`547ff900 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000b7`54bff5f8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b7`54bff600 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000b7`54bff8f0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b7`54bff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b7`54fff998 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b7`54fff9a0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000b7`54fffc90 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b7`54fffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000063`cf9ffa28 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000063`cf9ffa30 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000063`cf9ffd20 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000063`cf9ffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000063`d01ff9a8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000063`d01ff9b0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000063`d01ffca0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000063`d01ffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000063`cfdffc38 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
00000063`cfdffc40 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
00000063`cfdffcb0 00007ff8`252b4cb0     postgres!pg_signal_thread(
00000063`cfdffdb0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000063`cfdffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000063`cf1ff030 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000063`cf1ff070 00007ff6`31c6e90c     postgres!ExceptionalCondition(
00000063`cf1ff0b0 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000063`cf1ff100 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000063`cf1ff150 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000063`cf1ffa70 00007ff6`31b21298     postgres!PostmasterMain(
00000063`cf1ffc10 00007ff6`321216c9     postgres!main(
00000063`cf1ffc50 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000063`cf1ffca0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000063`cf1ffd10 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000063`cf5ffa38 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000063`cf5ffa40 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000063`cf5ffd30 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000063`cf5ffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005d`703ff978 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005d`703ff980 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000005d`703ffc70 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005d`703ffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005d`6f7feb60 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000005d`6f7feba0 00007ff6`31c6e90c     postgres!ExceptionalCondition(
0000005d`6f7febe0 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000005d`6f7fec30 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000005d`6f7fec80 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000005d`6f7ff5a0 00007ff6`31b21298     postgres!PostmasterMain(
0000005d`6f7ff740 00007ff6`321216c9     postgres!main(
0000005d`6f7ff780 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000005d`6f7ff7d0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000005d`6f7ff840 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000005d`6fbffbf8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005d`6fbffc00 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000005d`6fbffef0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005d`6fbfff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005d`6ffff958 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
0000005d`6ffff960 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
0000005d`6ffff9d0 00007ff8`252b4cb0     postgres!pg_signal_thread(
0000005d`6ffffad0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005d`6ffffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005d`707ff858 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005d`707ff860 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000005d`707ffb50 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005d`707ffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b1`2e9ff968 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b1`2e9ff970 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000b1`2e9ffc60 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b1`2e9ffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b1`2f5ff498 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b1`2f5ff4a0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000b1`2f5ff790 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b1`2f5ff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b1`2f1ff8b8 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
000000b1`2f1ff8c0 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
000000b1`2f1ff930 00007ff8`252b4cb0     postgres!pg_signal_thread(
000000b1`2f1ffa30 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b1`2f1ffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b1`2e1ff0f0 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b1`2e1ff130 00007ff6`31c6e90c     postgres!ExceptionalCondition(
000000b1`2e1ff170 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000b1`2e1ff1c0 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000b1`2e1ff210 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000b1`2e1ffb30 00007ff6`31b21298     postgres!PostmasterMain(
000000b1`2e1ffcd0 00007ff6`321216c9     postgres!main(
000000b1`2e1ffd10 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b1`2e1ffd60 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000b1`2e1ffdd0 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000b1`2e5ff638 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b1`2e5ff640 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000b1`2e5ff930 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b1`2e5ff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b1`2edffbd8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b1`2edffbe0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000b1`2edffed0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b1`2edfff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a0`463ff868 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a0`463ff870 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000a0`463ffb60 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a0`463ffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a0`457ffa18 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a0`457ffa20 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000a0`457ffd10 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a0`457ffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a0`45bff908 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a0`45bff910 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000a0`45bffc00 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a0`45bffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a0`45fff988 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
000000a0`45fff990 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
000000a0`45fffa00 00007ff8`252b4cb0     postgres!pg_signal_thread(
000000a0`45fffb00 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a0`45fffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a0`453fedd0 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a0`453fee10 00007ff6`31c6e90c     postgres!ExceptionalCondition(
000000a0`453fee50 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000a0`453feea0 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000a0`453feef0 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a0`453ff810 00007ff6`31b21298     postgres!PostmasterMain(
000000a0`453ff9b0 00007ff6`321216c9     postgres!main(
000000a0`453ff9f0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a0`453ffa40 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a0`453ffab0 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000cf`6dbff808 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
000000cf`6dbff810 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
000000cf`6dbff880 00007ff8`252b4cb0     postgres!pg_signal_thread(
000000cf`6dbff980 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`6dbff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`6d7ffbf8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cf`6d7ffc00 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000cf`6d7ffef0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`6d7fff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`6d3ff0c0 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000cf`6d3ff100 00007ff6`31c6e90c     postgres!ExceptionalCondition(
000000cf`6d3ff140 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000cf`6d3ff190 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000cf`6d3ff1e0 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000cf`6d3ffb00 00007ff6`31b21298     postgres!PostmasterMain(
000000cf`6d3ffca0 00007ff6`321216c9     postgres!main(
000000cf`6d3ffce0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000cf`6d3ffd30 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000cf`6d3ffda0 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000cf`6dfff448 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cf`6dfff450 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000cf`6dfff740 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`6dfff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`6e3ff9b8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cf`6e3ff9c0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000cf`6e3ffcb0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`6e3ffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c7`0cfff758 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
000000c7`0cfff760 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
000000c7`0cfff7d0 00007ff8`252b4cb0     postgres!pg_signal_thread(
000000c7`0cfff8d0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c7`0cfff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c7`0c3feb30 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c7`0c3feb70 00007ff6`31c6e90c     postgres!ExceptionalCondition(
000000c7`0c3febb0 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c7`0c3fec00 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000c7`0c3fec50 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c7`0c3ff570 00007ff6`31b21298     postgres!PostmasterMain(
000000c7`0c3ff710 00007ff6`321216c9     postgres!main(
000000c7`0c3ff750 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c7`0c3ff7a0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c7`0c3ff810 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c7`0c7ff4a8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c7`0c7ff4b0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000c7`0c7ff7a0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c7`0c7ff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c7`0cbff6b8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c7`0cbff6c0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000c7`0cbff9b0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c7`0cbff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c7`0d3ff9e8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c7`0d3ff9f0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000c7`0d3ffce0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c7`0d3ffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ae`edbff9b8 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
000000ae`edbff9c0 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
000000ae`edbffa30 00007ff8`252b4cb0     postgres!pg_signal_thread(
000000ae`edbffb30 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ae`edbffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ae`ee3ff598 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ae`ee3ff5a0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000ae`ee3ff890 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ae`ee3ff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ae`ed3fef60 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ae`ed3fefa0 00007ff6`31c6e90c     postgres!ExceptionalCondition(
000000ae`ed3fefe0 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ae`ed3ff030 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000ae`ed3ff080 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ae`ed3ff9a0 00007ff6`31b21298     postgres!PostmasterMain(
000000ae`ed3ffb40 00007ff6`321216c9     postgres!main(
000000ae`ed3ffb80 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ae`ed3ffbd0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ae`ed3ffc40 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ae`ed7ff898 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ae`ed7ff8a0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000ae`ed7ffb90 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ae`ed7ffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ae`edfff6e8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ae`edfff6f0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000ae`edfff9e0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ae`edfffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d6`cfdfebc0 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d6`cfdfec00 00007ff6`31c6e90c     postgres!ExceptionalCondition(
000000d6`cfdfec40 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000d6`cfdfec90 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000d6`cfdfece0 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000d6`cfdff600 00007ff6`31b21298     postgres!PostmasterMain(
000000d6`cfdff7a0 00007ff6`321216c9     postgres!main(
000000d6`cfdff7e0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d6`cfdff830 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d6`cfdff8a0 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000d6`d0dff868 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d6`d0dff870 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000d6`d0dffb60 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d6`d0dffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d6`d09ff448 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d6`d09ff450 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000d6`d09ff740 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d6`d09ff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d6`d05ff618 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
000000d6`d05ff620 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
000000d6`d05ff690 00007ff8`252b4cb0     postgres!pg_signal_thread(
000000d6`d05ff790 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d6`d05ff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d6`d01ff908 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d6`d01ff910 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000d6`d01ffc00 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d6`d01ffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000094`e67ff9f8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000094`e67ffa00 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000094`e67ffcf0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000094`e67ffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000094`e6bffb48 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
00000094`e6bffb50 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
00000094`e6bffbc0 00007ff8`252b4cb0     postgres!pg_signal_thread(
00000094`e6bffcc0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000094`e6bffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000094`e6fff5e8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000094`e6fff5f0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000094`e6fff8e0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000094`e6fff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000094`e5ffecf0 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000094`e5ffed30 00007ff6`31c6e90c     postgres!ExceptionalCondition(
00000094`e5ffed70 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000094`e5ffedc0 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000094`e5ffee10 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000094`e5fff730 00007ff6`31b21298     postgres!PostmasterMain(
00000094`e5fff8d0 00007ff6`321216c9     postgres!main(
00000094`e5fff910 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000094`e5fff960 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000094`e5fff9d0 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000094`e63ff4b8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000094`e63ff4c0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000094`e63ff7b0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000094`e63ff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000010`949ffb28 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000010`949ffb30 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000010`949ffe20 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000010`949ffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000010`941ff6b8 00007ff6`31c67857     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000010`941ff6c0 00007ff6`31b21259     postgres!SubPostmasterMain(
00000010`941ff730 00007ff6`321216c9     postgres!main(
00000010`941ff770 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000010`941ff7c0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000010`941ff830 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000010`941ff860 00007ff8`252b4cb0     postgres!mainCRTStartup(
00000010`941ff890 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000010`941ff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000010`945ff568 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000010`945ff570 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000010`945ff860 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000010`945ff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e5`b65ffbb8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e5`b65ffbc0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000e5`b65ffeb0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e5`b65ffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e5`b51ff080 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e5`b51ff0c0 00007ff6`31c6e90c     postgres!ExceptionalCondition(
000000e5`b51ff100 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000e5`b51ff150 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000e5`b51ff1a0 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000e5`b51ffac0 00007ff6`31b21298     postgres!PostmasterMain(
000000e5`b51ffc60 00007ff6`321216c9     postgres!main(
000000e5`b51ffca0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e5`b51ffcf0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e5`b51ffd60 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000e5`b55ff668 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e5`b55ff670 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000e5`b55ff960 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e5`b55ff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e5`b61ff878 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
000000e5`b61ff880 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
000000e5`b61ff8f0 00007ff8`252b4cb0     postgres!pg_signal_thread(
000000e5`b61ff9f0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e5`b61ffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e5`b59ff4c8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e5`b59ff4d0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000e5`b59ff7c0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e5`b59ff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e5`b5dff748 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e5`b5dff750 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000e5`b5dffa40 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e5`b5dffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000099`dddff8e8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000099`dddff8f0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000099`dddffbe0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000099`dddffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000099`dd1fec50 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000099`dd1fec90 00007ff6`31c6e90c     postgres!ExceptionalCondition(
00000099`dd1fecd0 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000099`dd1fed20 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000099`dd1fed70 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000099`dd1ff690 00007ff6`31b21298     postgres!PostmasterMain(
00000099`dd1ff830 00007ff6`321216c9     postgres!main(
00000099`dd1ff870 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000099`dd1ff8c0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000099`dd1ff930 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000099`dd5ff918 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000099`dd5ff920 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000099`dd5ffc10 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000099`dd5ffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000099`de5ff4d8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000099`de5ff4e0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000099`de5ff7d0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000099`de5ff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000099`de1ff868 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
00000099`de1ff870 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
00000099`de1ff8e0 00007ff8`252b4cb0     postgres!pg_signal_thread(
00000099`de1ff9e0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000099`de1ffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000099`dd9ffb28 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000099`dd9ffb30 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000099`dd9ffe20 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000099`dd9ffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f4`885ff568 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f4`885ff570 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000f4`885ff860 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f4`885ff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f4`88dff818 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f4`88dff820 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000f4`88dffb10 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f4`88dffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f4`87dff070 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f4`87dff0b0 00007ff6`31c6e90c     postgres!ExceptionalCondition(
000000f4`87dff0f0 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f4`87dff140 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000f4`87dff190 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f4`87dffab0 00007ff6`31b21298     postgres!PostmasterMain(
000000f4`87dffc50 00007ff6`321216c9     postgres!main(
000000f4`87dffc90 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f4`87dffce0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f4`87dffd50 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f4`881ff7c8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f4`881ff7d0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000f4`881ffac0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f4`881ffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f4`889ff7d8 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
000000f4`889ff7e0 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
000000f4`889ff850 00007ff8`252b4cb0     postgres!pg_signal_thread(
000000f4`889ff950 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f4`889ff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a4`8f1ffb88 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a4`8f1ffb90 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000a4`8f1ffe80 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a4`8f1ffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a4`8edff6a8 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
000000a4`8edff6b0 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
000000a4`8edff720 00007ff8`252b4cb0     postgres!pg_signal_thread(
000000a4`8edff820 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a4`8edff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a4`8e9ff958 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a4`8e9ff960 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000a4`8e9ffc50 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a4`8e9ffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a4`8e5ff848 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a4`8e5ff850 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000a4`8e5ffb40 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a4`8e5ffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a4`8e1fea80 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a4`8e1feac0 00007ff6`31c6e90c     postgres!ExceptionalCondition(
000000a4`8e1feb00 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000a4`8e1feb50 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000a4`8e1feba0 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a4`8e1ff4c0 00007ff6`31b21298     postgres!PostmasterMain(
000000a4`8e1ff660 00007ff6`321216c9     postgres!main(
000000a4`8e1ff6a0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a4`8e1ff6f0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a4`8e1ff760 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000018`105ffb08 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000018`105ffb10 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000018`105ffe00 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000018`105ffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000018`109ffb88 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
00000018`109ffb90 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
00000018`109ffc00 00007ff8`252b4cb0     postgres!pg_signal_thread(
00000018`109ffd00 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000018`109ffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000018`10dff718 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000018`10dff720 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000018`10dffa10 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000018`10dffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000018`111ffc28 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000018`111ffc30 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000018`111fff20 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000018`111fff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000018`101fed10 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000018`101fed50 00007ff6`31c6e90c     postgres!ExceptionalCondition(
00000018`101fed90 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000018`101fede0 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000018`101fee30 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000018`101ff750 00007ff6`31b21298     postgres!PostmasterMain(
00000018`101ff8f0 00007ff6`321216c9     postgres!main(
00000018`101ff930 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000018`101ff980 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000018`101ff9f0 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c1`26fffc18 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c1`26fffc20 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000c1`26ffff10 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c1`26ffff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c1`273ffb18 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
000000c1`273ffb20 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
000000c1`273ffb90 00007ff8`252b4cb0     postgres!pg_signal_thread(
000000c1`273ffc90 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c1`273ffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c1`26bff708 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c1`26bff710 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000c1`26bffa00 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c1`26bffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c1`277ff648 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c1`277ff650 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000c1`277ff940 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c1`277ff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c1`267fefc0 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c1`267ff000 00007ff6`31c6e90c     postgres!ExceptionalCondition(
000000c1`267ff040 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c1`267ff090 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000c1`267ff0e0 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c1`267ffa00 00007ff6`31b21298     postgres!PostmasterMain(
000000c1`267ffba0 00007ff6`321216c9     postgres!main(
000000c1`267ffbe0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c1`267ffc30 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c1`267ffca0 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000094`c2dff5e8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000094`c2dff5f0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000094`c2dff8e0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000094`c2dff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000094`c29ffc18 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
00000094`c29ffc20 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
00000094`c29ffc90 00007ff8`252b4cb0     postgres!pg_signal_thread(
00000094`c29ffd90 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000094`c29ffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000094`c25ff618 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000094`c25ff620 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000094`c25ff910 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000094`c25ff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000094`c21ff7d8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000094`c21ff7e0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000094`c21ffad0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000094`c21ffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000094`c1dfeb80 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000094`c1dfebc0 00007ff6`31c6e90c     postgres!ExceptionalCondition(
00000094`c1dfec00 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000094`c1dfec50 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000094`c1dfeca0 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000094`c1dff5c0 00007ff6`31b21298     postgres!PostmasterMain(
00000094`c1dff760 00007ff6`321216c9     postgres!main(
00000094`c1dff7a0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000094`c1dff7f0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000094`c1dff860 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000001d`f97ff7e8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001d`f97ff7f0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000001d`f97ffae0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001d`f97ffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001d`f9fffbf8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001d`f9fffc00 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000001d`f9fffef0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001d`f9ffff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001d`f9bffc08 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001d`f9bffc10 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000001d`f9bfff00 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001d`f9bfff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001d`f93ffd08 00007ff6`31c67857     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
0000001d`f93ffd10 00007ff6`31b21259     postgres!SubPostmasterMain(
0000001d`f93ffd80 00007ff6`321216c9     postgres!main(
0000001d`f93ffdc0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000001d`f93ffe10 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000001d`f93ffe80 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
0000001d`f93ffeb0 00007ff8`252b4cb0     postgres!mainCRTStartup(
0000001d`f93ffee0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001d`f93fff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001d`1e9ff448 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001d`1e9ff450 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000001d`1e9ff740 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001d`1e9ff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001d`1ddff4d8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001d`1ddff4e0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000001d`1ddff7d0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001d`1ddff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001d`1d9fee40 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000001d`1d9fee80 00007ff6`31c6e90c     postgres!ExceptionalCondition(
0000001d`1d9feec0 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000001d`1d9fef10 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000001d`1d9fef60 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000001d`1d9ff880 00007ff6`31b21298     postgres!PostmasterMain(
0000001d`1d9ffa20 00007ff6`321216c9     postgres!main(
0000001d`1d9ffa60 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000001d`1d9ffab0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000001d`1d9ffb20 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000001d`1e5ff8b8 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
0000001d`1e5ff8c0 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
0000001d`1e5ff930 00007ff8`252b4cb0     postgres!pg_signal_thread(
0000001d`1e5ffa30 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001d`1e5ffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001d`1e1ff678 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001d`1e1ff680 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000001d`1e1ff970 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001d`1e1ff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e0`e47ffb28 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e0`e47ffb30 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000e0`e47ffe20 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e0`e47ffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e0`e3ffefa0 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e0`e3ffefe0 00007ff6`31c6e90c     postgres!ExceptionalCondition(
000000e0`e3fff020 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000e0`e3fff070 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000e0`e3fff0c0 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000e0`e3fff9e0 00007ff6`31b21298     postgres!PostmasterMain(
000000e0`e3fffb80 00007ff6`321216c9     postgres!main(
000000e0`e3fffbc0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e0`e3fffc10 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e0`e3fffc80 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000e0`e43ff758 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e0`e43ff760 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000e0`e43ffa50 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e0`e43ffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e0`e4bffb48 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
000000e0`e4bffb50 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
000000e0`e4bffbc0 00007ff8`252b4cb0     postgres!pg_signal_thread(
000000e0`e4bffcc0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e0`e4bffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e0`e4fffac8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e0`e4fffad0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000e0`e4fffdc0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e0`e4fffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000067`619ff838 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000067`619ff840 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000067`619ffb30 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000067`619ffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000067`609ff130 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000067`609ff170 00007ff6`31c6e90c     postgres!ExceptionalCondition(
00000067`609ff1b0 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000067`609ff200 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000067`609ff250 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000067`609ffb70 00007ff6`31b21298     postgres!PostmasterMain(
00000067`609ffd10 00007ff6`321216c9     postgres!main(
00000067`609ffd50 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000067`609ffda0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000067`609ffe10 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000067`60dff778 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000067`60dff780 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000067`60dffa70 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000067`60dffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000067`611ffba8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000067`611ffbb0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000067`611ffea0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000067`611ffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000067`615ff8c8 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
00000067`615ff8d0 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
00000067`615ff940 00007ff8`252b4cb0     postgres!pg_signal_thread(
00000067`615ffa40 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000067`615ffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006a`763fee00 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000006a`763fee40 00007ff6`31c6e90c     postgres!ExceptionalCondition(
0000006a`763fee80 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000006a`763feed0 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000006a`763fef20 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000006a`763ff840 00007ff6`31b21298     postgres!PostmasterMain(
0000006a`763ff9e0 00007ff6`321216c9     postgres!main(
0000006a`763ffa20 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000006a`763ffa70 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000006a`763ffae0 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000006a`777ffc38 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006a`777ffc40 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000006a`777fff30 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006a`777fff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006a`773ffc88 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
0000006a`773ffc90 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
0000006a`773ffd00 00007ff8`252b4cb0     postgres!pg_signal_thread(
0000006a`773ffe00 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006a`773ffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006a`76fff5f8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006a`76fff600 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000006a`76fff8f0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006a`76fff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006a`76bff8b8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006a`76bff8c0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000006a`76bffbb0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006a`76bffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006a`767ff448 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006a`767ff450 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000006a`767ff740 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006a`767ff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001d`e7fff958 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
0000001d`e7fff960 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
0000001d`e7fff9d0 00007ff8`252b4cb0     postgres!pg_signal_thread(
0000001d`e7fffad0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001d`e7fffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001d`e7bff458 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001d`e7bff460 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000001d`e7bff750 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001d`e7bff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001d`e77ff708 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001d`e77ff710 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000001d`e77ffa00 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001d`e77ffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001d`e73ff1d0 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000001d`e73ff210 00007ff6`31c6e90c     postgres!ExceptionalCondition(
0000001d`e73ff250 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000001d`e73ff2a0 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000001d`e73ff2f0 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000001d`e73ffc10 00007ff6`31b21298     postgres!PostmasterMain(
0000001d`e73ffdb0 00007ff6`321216c9     postgres!main(
0000001d`e73ffdf0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000001d`e73ffe40 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000001d`e73ffeb0 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000001d`e83ffc38 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001d`e83ffc40 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000001d`e83fff30 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001d`e83fff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000094`b9fff9e8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000094`b9fff9f0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000094`b9fffce0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000094`b9fffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000094`b8ffeb70 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000094`b8ffebb0 00007ff6`31c6e90c     postgres!ExceptionalCondition(
00000094`b8ffebf0 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000094`b8ffec40 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000094`b8ffec90 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000094`b8fff5b0 00007ff6`31b21298     postgres!PostmasterMain(
00000094`b8fff750 00007ff6`321216c9     postgres!main(
00000094`b8fff790 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000094`b8fff7e0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000094`b8fff850 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000094`b97ffaa8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000094`b97ffab0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000094`b97ffda0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000094`b97ffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000094`b93ff5d8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000094`b93ff5e0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000094`b93ff8d0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000094`b93ff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000094`b9bffc48 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
00000094`b9bffc50 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
00000094`b9bffcc0 00007ff8`252b4cb0     postgres!pg_signal_thread(
00000094`b9bffdc0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000094`b9bffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a5`cf5ffba8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a5`cf5ffbb0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000a5`cf5ffea0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a5`cf5ffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a5`cfdff828 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a5`cfdff830 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000a5`cfdffb20 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a5`cfdffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a5`cf9ffb78 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
000000a5`cf9ffb80 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
000000a5`cf9ffbf0 00007ff8`252b4cb0     postgres!pg_signal_thread(
000000a5`cf9ffcf0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a5`cf9ffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a5`cf1ff4f8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a5`cf1ff500 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000a5`cf1ff7f0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a5`cf1ff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a5`cedfeb50 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a5`cedfeb90 00007ff6`31c6e90c     postgres!ExceptionalCondition(
000000a5`cedfebd0 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000a5`cedfec20 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000a5`cedfec70 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a5`cedff590 00007ff6`31b21298     postgres!PostmasterMain(
000000a5`cedff730 00007ff6`321216c9     postgres!main(
000000a5`cedff770 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a5`cedff7c0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a5`cedff830 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a4`c61ffa78 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
000000a4`c61ffa80 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
000000a4`c61ffaf0 00007ff8`252b4cb0     postgres!pg_signal_thread(
000000a4`c61ffbf0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a4`c61ffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a4`c51feb10 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a4`c51feb50 00007ff6`31c6e90c     postgres!ExceptionalCondition(
000000a4`c51feb90 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000a4`c51febe0 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000a4`c51fec30 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a4`c51ff550 00007ff6`31b21298     postgres!PostmasterMain(
000000a4`c51ff6f0 00007ff6`321216c9     postgres!main(
000000a4`c51ff730 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a4`c51ff780 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a4`c51ff7f0 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a4`c55ff6c8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a4`c55ff6d0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000a4`c55ff9c0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a4`c55ff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a4`c59ff778 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a4`c59ff780 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000a4`c59ffa70 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a4`c59ffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a4`c65ffb58 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a4`c65ffb60 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000a4`c65ffe50 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a4`c65ffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a4`c5dff6e8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a4`c5dff6f0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000a4`c5dff9e0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a4`c5dffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`5c5ff7c8 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
00000001`5c5ff7d0 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
00000001`5c5ff840 00007ff8`252b4cb0     postgres!pg_signal_thread(
00000001`5c5ff940 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000001`5c5ff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`5bdffa28 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000001`5bdffa30 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000001`5bdffd20 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000001`5bdffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`5b9fea10 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000001`5b9fea50 00007ff6`31c6e90c     postgres!ExceptionalCondition(
00000001`5b9fea90 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000001`5b9feae0 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000001`5b9feb30 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000001`5b9ff450 00007ff6`31b21298     postgres!PostmasterMain(
00000001`5b9ff5f0 00007ff6`321216c9     postgres!main(
00000001`5b9ff630 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000001`5b9ff680 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000001`5b9ff6f0 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000001`5c9ffa78 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000001`5c9ffa80 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000001`5c9ffd70 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000001`5c9ffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`5c1ff5a8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000001`5c1ff5b0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000001`5c1ff8a0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000001`5c1ff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ad`eebffd38 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
000000ad`eebffd40 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
000000ad`eebffdb0 00007ff8`252b4cb0     postgres!pg_signal_thread(
000000ad`eebffeb0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ad`eebffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ad`ee7ff588 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ad`ee7ff590 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000ad`ee7ff880 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ad`ee7ff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ad`ee3ff150 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ad`ee3ff190 00007ff6`31c6e90c     postgres!ExceptionalCondition(
000000ad`ee3ff1d0 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ad`ee3ff220 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000ad`ee3ff270 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ad`ee3ffb90 00007ff6`31b21298     postgres!PostmasterMain(
000000ad`ee3ffd30 00007ff6`321216c9     postgres!main(
000000ad`ee3ffd70 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ad`ee3ffdc0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ad`ee3ffe30 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ad`ef3ff9e8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ad`ef3ff9f0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000ad`ef3ffce0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ad`ef3ffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ad`eefff848 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ad`eefff850 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000ad`eefffb40 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ad`eefffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000097`61dffcb8 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
00000097`61dffcc0 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
00000097`61dffd30 00007ff8`252b4cb0     postgres!pg_signal_thread(
00000097`61dffe30 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000097`61dffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000097`60dfee20 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000097`60dfee60 00007ff6`31c6e90c     postgres!ExceptionalCondition(
00000097`60dfeea0 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000097`60dfeef0 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000097`60dfef40 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000097`60dff860 00007ff6`31b21298     postgres!PostmasterMain(
00000097`60dffa00 00007ff6`321216c9     postgres!main(
00000097`60dffa40 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000097`60dffa90 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000097`60dffb00 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000097`621ff958 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000097`621ff960 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000097`621ffc50 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000097`621ffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000097`611ff568 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000097`611ff570 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000097`611ff860 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000097`611ff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000097`615ff778 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000097`615ff780 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000097`615ffa70 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000097`615ffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000050`27ffec10 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000050`27ffec50 00007ff6`31c6e90c     postgres!ExceptionalCondition(
00000050`27ffec90 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000050`27ffece0 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000050`27ffed30 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000050`27fff650 00007ff6`31b21298     postgres!PostmasterMain(
00000050`27fff7f0 00007ff6`321216c9     postgres!main(
00000050`27fff830 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000050`27fff880 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000050`27fff8f0 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000050`283ffbb8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000050`283ffbc0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000050`283ffeb0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000050`283ffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000050`28fff818 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000050`28fff820 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000050`28fffb10 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000050`28fffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000050`28bff978 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
00000050`28bff980 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
00000050`28bff9f0 00007ff8`252b4cb0     postgres!pg_signal_thread(
00000050`28bffaf0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000050`28bffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000050`287ff8f8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000050`287ff900 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000050`287ffbf0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000050`287ffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c8`f2dff538 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c8`f2dff540 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000c8`f2dff830 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c8`f2dff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c8`f31ffb28 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c8`f31ffb30 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000c8`f31ffe20 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c8`f31ffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c8`f21fecc0 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c8`f21fed00 00007ff6`31c6e90c     postgres!ExceptionalCondition(
000000c8`f21fed40 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c8`f21fed90 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000c8`f21fede0 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c8`f21ff700 00007ff6`31b21298     postgres!PostmasterMain(
000000c8`f21ff8a0 00007ff6`321216c9     postgres!main(
000000c8`f21ff8e0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c8`f21ff930 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c8`f21ff9a0 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c8`f25ffaf8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c8`f25ffb00 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000c8`f25ffdf0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c8`f25ffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c8`f29ff9d8 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
000000c8`f29ff9e0 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
000000c8`f29ffa50 00007ff8`252b4cb0     postgres!pg_signal_thread(
000000c8`f29ffb50 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c8`f29ffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000090`62bffb28 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000090`62bffb30 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000090`62bffe20 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000090`62bffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000090`61bff150 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000090`61bff190 00007ff6`31c6e90c     postgres!ExceptionalCondition(
00000090`61bff1d0 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000090`61bff220 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000090`61bff270 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000090`61bffb90 00007ff6`31b21298     postgres!PostmasterMain(
00000090`61bffd30 00007ff6`321216c9     postgres!main(
00000090`61bffd70 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000090`61bffdc0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000090`61bffe30 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000090`627ffaf8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000090`627ffb00 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000090`627ffdf0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000090`627ffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000090`623ffda8 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
00000090`623ffdb0 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
00000090`623ffe20 00007ff8`252b4cb0     postgres!pg_signal_thread(
00000090`623fff20 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000090`623fff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000090`61fffbc8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000090`61fffbd0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000090`61fffec0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000090`61fffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e5`18bff928 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
000000e5`18bff930 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
000000e5`18bff9a0 00007ff8`252b4cb0     postgres!pg_signal_thread(
000000e5`18bffaa0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e5`18bffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e5`17ffef20 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e5`17ffef60 00007ff6`31c6e90c     postgres!ExceptionalCondition(
000000e5`17ffefa0 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000e5`17ffeff0 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000e5`17fff040 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000e5`17fff960 00007ff6`31b21298     postgres!PostmasterMain(
000000e5`17fffb00 00007ff6`321216c9     postgres!main(
000000e5`17fffb40 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e5`17fffb90 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e5`17fffc00 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000e5`187ffb58 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e5`187ffb60 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000e5`187ffe50 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e5`187ffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e5`183ff618 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e5`183ff620 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000e5`183ff910 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e5`183ff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e5`18fffa28 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e5`18fffa30 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000e5`18fffd20 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e5`18fffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fc`a0bfeb90 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000fc`a0bfebd0 00007ff6`31c6e90c     postgres!ExceptionalCondition(
000000fc`a0bfec10 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000fc`a0bfec60 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000fc`a0bfecb0 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000fc`a0bff5d0 00007ff6`31b21298     postgres!PostmasterMain(
000000fc`a0bff770 00007ff6`321216c9     postgres!main(
000000fc`a0bff7b0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000fc`a0bff800 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000fc`a0bff870 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000fc`a0fff558 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fc`a0fff560 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000fc`a0fff850 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fc`a0fff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fc`a13ff878 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
000000fc`a13ff880 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
000000fc`a13ff8f0 00007ff8`252b4cb0     postgres!pg_signal_thread(
000000fc`a13ff9f0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fc`a13ffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fc`a17ff9f8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fc`a17ffa00 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000fc`a17ffcf0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fc`a17ffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fc`a1bff908 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fc`a1bff910 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000fc`a1bffc00 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fc`a1bffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d6`7c7feac0 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d6`7c7feb00 00007ff6`31c6e90c     postgres!ExceptionalCondition(
000000d6`7c7feb40 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000d6`7c7feb90 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000d6`7c7febe0 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000d6`7c7ff500 00007ff6`31b21298     postgres!PostmasterMain(
000000d6`7c7ff6a0 00007ff6`321216c9     postgres!main(
000000d6`7c7ff6e0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d6`7c7ff730 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d6`7c7ff7a0 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000d6`7cbff9c8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d6`7cbff9d0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000d6`7cbffcc0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d6`7cbffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d6`7cfff878 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d6`7cfff880 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000d6`7cfffb70 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d6`7cfffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d6`7d3ff688 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d6`7d3ff690 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000d6`7d3ff980 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d6`7d3ff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d6`7d7ff6f8 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
000000d6`7d7ff700 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
000000d6`7d7ff770 00007ff8`252b4cb0     postgres!pg_signal_thread(
000000d6`7d7ff870 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d6`7d7ff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d6`7dbff818 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d6`7dbff820 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000d6`7dbffb10 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d6`7dbffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000011`97dff808 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000011`97dff810 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000011`97dffb00 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000011`97dffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000011`979ff9e8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000011`979ff9f0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000011`979ffce0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000011`979ffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000011`975ffac8 00007ff6`31c67857     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000011`975ffad0 00007ff6`31b21259     postgres!SubPostmasterMain(
00000011`975ffb40 00007ff6`321216c9     postgres!main(
00000011`975ffb80 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000011`975ffbd0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000011`975ffc40 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000011`975ffc70 00007ff8`252b4cb0     postgres!mainCRTStartup(
00000011`975ffca0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000011`975ffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000018`f61ffa48 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000018`f61ffa50 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000018`f61ffd40 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000018`f61ffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000018`f5dff498 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000018`f5dff4a0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000018`f5dff790 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000018`f5dff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000018`f59ffc48 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
00000018`f59ffc50 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
00000018`f59ffcc0 00007ff8`252b4cb0     postgres!pg_signal_thread(
00000018`f59ffdc0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000018`f59ffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000018`f55ff828 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000018`f55ff830 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000018`f55ffb20 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000018`f55ffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000018`f51feec0 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000018`f51fef00 00007ff6`31c6e90c     postgres!ExceptionalCondition(
00000018`f51fef40 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000018`f51fef90 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000018`f51fefe0 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000018`f51ff900 00007ff6`31b21298     postgres!PostmasterMain(
00000018`f51ffaa0 00007ff6`321216c9     postgres!main(
00000018`f51ffae0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000018`f51ffb30 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000018`f51ffba0 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000082`e61ffa18 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
00000082`e61ffa20 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
00000082`e61ffa90 00007ff8`252b4cb0     postgres!pg_signal_thread(
00000082`e61ffb90 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000082`e61ffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000082`e65ffac8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000082`e65ffad0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000082`e65ffdc0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000082`e65ffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000082`e5dff628 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000082`e5dff630 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000082`e5dff920 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000082`e5dff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000082`e55ff1c0 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000082`e55ff200 00007ff6`31c6e90c     postgres!ExceptionalCondition(
00000082`e55ff240 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000082`e55ff290 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000082`e55ff2e0 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000082`e55ffc00 00007ff6`31b21298     postgres!PostmasterMain(
00000082`e55ffda0 00007ff6`321216c9     postgres!main(
00000082`e55ffde0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000082`e55ffe30 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000082`e55ffea0 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000082`e59ff578 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000082`e59ff580 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000082`e59ff870 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000082`e59ff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000d`19dfea40 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000000d`19dfea80 00007ff6`31c6e90c     postgres!ExceptionalCondition(
0000000d`19dfeac0 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000000d`19dfeb10 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000000d`19dfeb60 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000000d`19dff480 00007ff6`31b21298     postgres!PostmasterMain(
0000000d`19dff620 00007ff6`321216c9     postgres!main(
0000000d`19dff660 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000000d`19dff6b0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000000d`19dff720 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000000d`1adff988 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
0000000d`1adff990 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
0000000d`1adffa00 00007ff8`252b4cb0     postgres!pg_signal_thread(
0000000d`1adffb00 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000d`1adffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000d`1a1ffa88 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000d`1a1ffa90 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000000d`1a1ffd80 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000d`1a1ffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000d`1a5ff4f8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000d`1a5ff500 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000000d`1a5ff7f0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000d`1a5ff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000d`1a9ff8f8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000d`1a9ff900 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000000d`1a9ffbf0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000d`1a9ffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000d`1b1ffb58 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000d`1b1ffb60 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000000d`1b1ffe50 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000d`1b1ffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cc`d5bfefb0 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000cc`d5bfeff0 00007ff6`31c6e90c     postgres!ExceptionalCondition(
000000cc`d5bff030 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000cc`d5bff080 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000cc`d5bff0d0 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000cc`d5bff9f0 00007ff6`31b21298     postgres!PostmasterMain(
000000cc`d5bffb90 00007ff6`321216c9     postgres!main(
000000cc`d5bffbd0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000cc`d5bffc20 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000cc`d5bffc90 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000cc`d63ff788 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
000000cc`d63ff790 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
000000cc`d63ff800 00007ff8`252b4cb0     postgres!pg_signal_thread(
000000cc`d63ff900 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cc`d63ff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cc`d6bffc08 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cc`d6bffc10 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000cc`d6bfff00 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cc`d6bfff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cc`d67ff718 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cc`d67ff720 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000cc`d67ffa10 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cc`d67ffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cc`d5fffbe8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cc`d5fffbf0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000cc`d5fffee0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cc`d5ffff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006b`fc3ffb68 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
0000006b`fc3ffb70 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
0000006b`fc3ffbe0 00007ff8`252b4cb0     postgres!pg_signal_thread(
0000006b`fc3ffce0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006b`fc3ffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006b`fbfff5e8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006b`fbfff5f0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000006b`fbfff8e0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006b`fbfff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006b`fbbff928 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006b`fbbff930 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000006b`fbbffc20 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006b`fbbffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006b`fb7fed90 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000006b`fb7fedd0 00007ff6`31c6e90c     postgres!ExceptionalCondition(
0000006b`fb7fee10 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000006b`fb7fee60 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000006b`fb7feeb0 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000006b`fb7ff7d0 00007ff6`31b21298     postgres!PostmasterMain(
0000006b`fb7ff970 00007ff6`321216c9     postgres!main(
0000006b`fb7ff9b0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000006b`fb7ffa00 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000006b`fb7ffa70 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000006b`fc7ff908 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006b`fc7ff910 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000006b`fc7ffc00 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006b`fc7ffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000026`a97ff928 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000026`a97ff930 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000026`a97ffc20 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000026`a97ffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000026`a93ff6b8 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
00000026`a93ff6c0 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
00000026`a93ff730 00007ff8`252b4cb0     postgres!pg_signal_thread(
00000026`a93ff830 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000026`a93ff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000026`a8fff9d8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000026`a8fff9e0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000026`a8fffcd0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000026`a8fffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000026`a8bfedf0 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000026`a8bfee30 00007ff6`31c6e90c     postgres!ExceptionalCondition(
00000026`a8bfee70 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000026`a8bfeec0 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000026`a8bfef10 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000026`a8bff830 00007ff6`31b21298     postgres!PostmasterMain(
00000026`a8bff9d0 00007ff6`321216c9     postgres!main(
00000026`a8bffa10 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000026`a8bffa60 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000026`a8bffad0 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000026`a9bffa18 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000026`a9bffa20 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000026`a9bffd10 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000026`a9bffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000063`791fecb0 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000063`791fecf0 00007ff6`31c6e90c     postgres!ExceptionalCondition(
00000063`791fed30 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000063`791fed80 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000063`791fedd0 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000063`791ff6f0 00007ff6`31b21298     postgres!PostmasterMain(
00000063`791ff890 00007ff6`321216c9     postgres!main(
00000063`791ff8d0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000063`791ff920 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000063`791ff990 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000063`799ff908 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000063`799ff910 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000063`799ffc00 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000063`799ffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000063`79dffa68 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
00000063`79dffa70 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
00000063`79dffae0 00007ff8`252b4cb0     postgres!pg_signal_thread(
00000063`79dffbe0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000063`79dffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000063`7a1ff6c8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000063`7a1ff6d0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000063`7a1ff9c0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000063`7a1ff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000063`795ff728 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000063`795ff730 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000063`795ffa20 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000063`795ffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003b`2d5fee70 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000003b`2d5feeb0 00007ff6`31c6e90c     postgres!ExceptionalCondition(
0000003b`2d5feef0 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000003b`2d5fef40 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000003b`2d5fef90 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000003b`2d5ff8b0 00007ff6`31b21298     postgres!PostmasterMain(
0000003b`2d5ffa50 00007ff6`321216c9     postgres!main(
0000003b`2d5ffa90 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000003b`2d5ffae0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000003b`2d5ffb50 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000003b`2d9ff598 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003b`2d9ff5a0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000003b`2d9ff890 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003b`2d9ff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003b`2ddff628 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003b`2ddff630 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000003b`2ddff920 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003b`2ddff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003b`2e1ff6f8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003b`2e1ff700 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000003b`2e1ff9f0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003b`2e1ffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003b`2e5ff6a8 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
0000003b`2e5ff6b0 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
0000003b`2e5ff720 00007ff8`252b4cb0     postgres!pg_signal_thread(
0000003b`2e5ff820 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003b`2e5ff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003b`2e9ff978 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003b`2e9ff980 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000003b`2e9ffc70 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003b`2e9ffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000019`d4ffee10 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000019`d4ffee50 00007ff6`31c6e90c     postgres!ExceptionalCondition(
00000019`d4ffee90 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000019`d4ffeee0 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000019`d4ffef30 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000019`d4fff850 00007ff6`31b21298     postgres!PostmasterMain(
00000019`d4fff9f0 00007ff6`321216c9     postgres!main(
00000019`d4fffa30 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000019`d4fffa80 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000019`d4fffaf0 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000019`d53ffad8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000019`d53ffae0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000019`d53ffdd0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000019`d53ffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000019`d5fff878 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000019`d5fff880 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000019`d5fffb70 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000019`d5fffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000019`d5bff9b8 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
00000019`d5bff9c0 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
00000019`d5bffa30 00007ff8`252b4cb0     postgres!pg_signal_thread(
00000019`d5bffb30 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000019`d5bffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000019`d57ff508 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000019`d57ff510 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000019`d57ff800 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000019`d57ff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003f`c0ffecf0 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000003f`c0ffed30 00007ff6`31c6e90c     postgres!ExceptionalCondition(
0000003f`c0ffed70 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000003f`c0ffedc0 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000003f`c0ffee10 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000003f`c0fff730 00007ff6`31b21298     postgres!PostmasterMain(
0000003f`c0fff8d0 00007ff6`321216c9     postgres!main(
0000003f`c0fff910 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000003f`c0fff960 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000003f`c0fff9d0 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000003f`c13ff958 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003f`c13ff960 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000003f`c13ffc50 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003f`c13ffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003f`c17ff968 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003f`c17ff970 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000003f`c17ffc60 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003f`c17ffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003f`c1bff5c8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003f`c1bff5d0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000003f`c1bff8c0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003f`c1bff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003f`c1fff678 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
0000003f`c1fff680 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
0000003f`c1fff6f0 00007ff8`252b4cb0     postgres!pg_signal_thread(
0000003f`c1fff7f0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003f`c1fff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003f`c23ff668 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003f`c23ff670 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000003f`c23ff960 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003f`c23ff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001a`57fff698 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001a`57fff6a0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000001a`57fff990 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001a`57fff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001a`57bffbc8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001a`57bffbd0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000001a`57bffec0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001a`57bffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001a`577fee80 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000001a`577feec0 00007ff6`31c6e90c     postgres!ExceptionalCondition(
0000001a`577fef00 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000001a`577fef50 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000001a`577fefa0 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000001a`577ff8c0 00007ff6`31b21298     postgres!PostmasterMain(
0000001a`577ffa60 00007ff6`321216c9     postgres!main(
0000001a`577ffaa0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000001a`577ffaf0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000001a`577ffb60 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000001a`587ff5e8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001a`587ff5f0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000001a`587ff8e0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001a`587ff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001a`583ff908 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
0000001a`583ff910 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
0000001a`583ff980 00007ff8`252b4cb0     postgres!pg_signal_thread(
0000001a`583ffa80 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001a`583ffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f2`2dfffbf8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f2`2dfffc00 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000f2`2dfffef0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f2`2dffff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f2`2e3ff8d8 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
000000f2`2e3ff8e0 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
000000f2`2e3ff950 00007ff8`252b4cb0     postgres!pg_signal_thread(
000000f2`2e3ffa50 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f2`2e3ffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f2`2e7ff6c8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f2`2e7ff6d0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000f2`2e7ff9c0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f2`2e7ff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f2`2d7ff0f0 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f2`2d7ff130 00007ff6`31c6e90c     postgres!ExceptionalCondition(
000000f2`2d7ff170 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f2`2d7ff1c0 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000f2`2d7ff210 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f2`2d7ffb30 00007ff6`31b21298     postgres!PostmasterMain(
000000f2`2d7ffcd0 00007ff6`321216c9     postgres!main(
000000f2`2d7ffd10 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f2`2d7ffd60 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f2`2d7ffdd0 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f2`2dbffac8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f2`2dbffad0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000f2`2dbffdc0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f2`2dbffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000027`0bfff6f8 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
00000027`0bfff700 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
00000027`0bfff770 00007ff8`252b4cb0     postgres!pg_signal_thread(
00000027`0bfff870 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000027`0bfff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000027`0affed10 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000027`0affed50 00007ff6`31c6e90c     postgres!ExceptionalCondition(
00000027`0affed90 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000027`0affede0 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000027`0affee30 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000027`0afff750 00007ff6`31b21298     postgres!PostmasterMain(
00000027`0afff8f0 00007ff6`321216c9     postgres!main(
00000027`0afff930 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000027`0afff980 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000027`0afff9f0 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000027`0c3ff7c8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000027`0c3ff7d0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000027`0c3ffac0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000027`0c3ffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000027`0b3ff738 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000027`0b3ff740 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000027`0b3ffa30 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000027`0b3ffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000027`0bbff7b8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000027`0bbff7c0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000027`0bbffab0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000027`0bbffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000027`0b7ff648 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000027`0b7ff650 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000027`0b7ff940 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000027`0b7ff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000048`63dfec90 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000048`63dfecd0 00007ff6`31c6e90c     postgres!ExceptionalCondition(
00000048`63dfed10 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000048`63dfed60 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000048`63dfedb0 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000048`63dff6d0 00007ff6`31b21298     postgres!PostmasterMain(
00000048`63dff870 00007ff6`321216c9     postgres!main(
00000048`63dff8b0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000048`63dff900 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000048`63dff970 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000048`64dff8a8 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
00000048`64dff8b0 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
00000048`64dff920 00007ff8`252b4cb0     postgres!pg_signal_thread(
00000048`64dffa20 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000048`64dffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000048`651ffa58 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000048`651ffa60 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000048`651ffd50 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000048`651ffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000048`641ffae8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000048`641ffaf0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000048`641ffde0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000048`641ffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000048`645ff778 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000048`645ff780 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000048`645ffa70 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000048`645ffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000048`649ff838 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000048`649ff840 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000048`649ffb30 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000048`649ffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d2`179ff678 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d2`179ff680 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000d2`179ff970 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d2`179ff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d2`17dff5a8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d2`17dff5b0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000d2`17dff8a0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d2`17dff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d2`175ffc48 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
000000d2`175ffc50 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
000000d2`175ffcc0 00007ff8`252b4cb0     postgres!pg_signal_thread(
000000d2`175ffdc0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d2`175ffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d2`171ff808 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d2`171ff810 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000d2`171ffb00 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d2`171ffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d2`16dfead0 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d2`16dfeb10 00007ff6`31c6e90c     postgres!ExceptionalCondition(
000000d2`16dfeb50 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000d2`16dfeba0 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000d2`16dfebf0 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000d2`16dff510 00007ff6`31b21298     postgres!PostmasterMain(
000000d2`16dff6b0 00007ff6`321216c9     postgres!main(
000000d2`16dff6f0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d2`16dff740 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d2`16dff7b0 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000e8`421ff568 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e8`421ff570 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000e8`421ff860 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e8`421ff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e8`411fecc0 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e8`411fed00 00007ff6`31c6e90c     postgres!ExceptionalCondition(
000000e8`411fed40 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000e8`411fed90 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000e8`411fede0 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000e8`411ff700 00007ff6`31b21298     postgres!PostmasterMain(
000000e8`411ff8a0 00007ff6`321216c9     postgres!main(
000000e8`411ff8e0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e8`411ff930 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e8`411ff9a0 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000e8`415ff8a8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e8`415ff8b0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000e8`415ffba0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e8`415ffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e8`419ff858 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e8`419ff860 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000e8`419ffb50 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e8`419ffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e8`41dffad8 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
000000e8`41dffae0 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
000000e8`41dffb50 00007ff8`252b4cb0     postgres!pg_signal_thread(
000000e8`41dffc50 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e8`41dffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005f`f85ff748 00007ff6`31c67857     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
0000005f`f85ff750 00007ff6`31b21259     postgres!SubPostmasterMain(
0000005f`f85ff7c0 00007ff6`321216c9     postgres!main(
0000005f`f85ff800 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000005f`f85ff850 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000005f`f85ff8c0 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
0000005f`f85ff8f0 00007ff8`252b4cb0     postgres!mainCRTStartup(
0000005f`f85ff920 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005f`f85ff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005f`f89ff5a8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005f`f89ff5b0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000005f`f89ff8a0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005f`f89ff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005f`f8dff668 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005f`f8dff670 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000005f`f8dff960 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005f`f8dff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d0`bf7ffb88 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
000000d0`bf7ffb90 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
000000d0`bf7ffc00 00007ff8`252b4cb0     postgres!pg_signal_thread(
000000d0`bf7ffd00 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d0`bf7ffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d0`bfbff958 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d0`bfbff960 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000d0`bfbffc50 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d0`bfbffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d0`bffff8c8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d0`bffff8d0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000d0`bffffbc0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d0`bffffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d0`bf3ff578 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d0`bf3ff580 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000d0`bf3ff870 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d0`bf3ff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d0`beffedc0 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d0`beffee00 00007ff6`31c6e90c     postgres!ExceptionalCondition(
000000d0`beffee40 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000d0`beffee90 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000d0`beffeee0 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000d0`befff800 00007ff6`31b21298     postgres!PostmasterMain(
000000d0`befff9a0 00007ff6`321216c9     postgres!main(
000000d0`befff9e0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d0`befffa30 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d0`befffaa0 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000007c`017ff488 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007c`017ff490 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000007c`017ff780 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007c`017ff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007c`00bff868 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007c`00bff870 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000007c`00bffb60 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007c`00bffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007c`007fec20 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000007c`007fec60 00007ff6`31c6e90c     postgres!ExceptionalCondition(
0000007c`007feca0 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000007c`007fecf0 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000007c`007fed40 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000007c`007ff660 00007ff6`31b21298     postgres!PostmasterMain(
0000007c`007ff800 00007ff6`321216c9     postgres!main(
0000007c`007ff840 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000007c`007ff890 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000007c`007ff900 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000007c`00fff678 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
0000007c`00fff680 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
0000007c`00fff6f0 00007ff8`252b4cb0     postgres!pg_signal_thread(
0000007c`00fff7f0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007c`00fff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007c`013ff698 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007c`013ff6a0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000007c`013ff990 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007c`013ff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cd`9cdff7e8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cd`9cdff7f0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000cd`9cdffae0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cd`9cdffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cd`9c5ffc68 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
000000cd`9c5ffc70 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
000000cd`9c5ffce0 00007ff8`252b4cb0     postgres!pg_signal_thread(
000000cd`9c5ffde0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cd`9c5ffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cd`9bdfeab0 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000cd`9bdfeaf0 00007ff6`31c6e90c     postgres!ExceptionalCondition(
000000cd`9bdfeb30 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000cd`9bdfeb80 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000cd`9bdfebd0 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000cd`9bdff4f0 00007ff6`31b21298     postgres!PostmasterMain(
000000cd`9bdff690 00007ff6`321216c9     postgres!main(
000000cd`9bdff6d0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000cd`9bdff720 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000cd`9bdff790 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000cd`9c1ff708 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cd`9c1ff710 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000cd`9c1ffa00 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cd`9c1ffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cd`9c9ffb58 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cd`9c9ffb60 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000cd`9c9ffe50 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cd`9c9ffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ca`b1fffa68 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ca`b1fffa70 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000ca`b1fffd60 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ca`b1fffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ca`b23ff8c8 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
000000ca`b23ff8d0 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
000000ca`b23ff940 00007ff8`252b4cb0     postgres!pg_signal_thread(
000000ca`b23ffa40 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ca`b23ffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ca`b27ffae8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ca`b27ffaf0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000ca`b27ffde0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ca`b27ffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ca`b2bff888 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ca`b2bff890 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000ca`b2bffb80 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ca`b2bffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ca`b1bfeb70 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ca`b1bfebb0 00007ff6`31c6e90c     postgres!ExceptionalCondition(
000000ca`b1bfebf0 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ca`b1bfec40 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000ca`b1bfec90 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ca`b1bff5b0 00007ff6`31b21298     postgres!PostmasterMain(
000000ca`b1bff750 00007ff6`321216c9     postgres!main(
000000ca`b1bff790 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ca`b1bff7e0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ca`b1bff850 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c0`b6dff7d8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c0`b6dff7e0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000c0`b6dffad0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c0`b6dffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c0`b71ffab8 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
000000c0`b71ffac0 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
000000c0`b71ffb30 00007ff8`252b4cb0     postgres!pg_signal_thread(
000000c0`b71ffc30 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c0`b71ffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c0`b75ffaa8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c0`b75ffab0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000c0`b75ffda0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c0`b75ffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c0`b79ff9b8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c0`b79ff9c0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000c0`b79ffcb0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c0`b79ffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c0`b69feeb0 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c0`b69feef0 00007ff6`31c6e90c     postgres!ExceptionalCondition(
000000c0`b69fef30 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c0`b69fef80 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000c0`b69fefd0 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c0`b69ff8f0 00007ff6`31b21298     postgres!PostmasterMain(
000000c0`b69ffa90 00007ff6`321216c9     postgres!main(
000000c0`b69ffad0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c0`b69ffb20 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c0`b69ffb90 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000003b`95fff908 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003b`95fff910 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000003b`95fffc00 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003b`95fffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003b`95bff1d0 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000003b`95bff210 00007ff6`31c6e90c     postgres!ExceptionalCondition(
0000003b`95bff250 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000003b`95bff2a0 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000003b`95bff2f0 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000003b`95bffc10 00007ff6`31b21298     postgres!PostmasterMain(
0000003b`95bffdb0 00007ff6`321216c9     postgres!main(
0000003b`95bffdf0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000003b`95bffe40 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000003b`95bffeb0 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000003b`963ffbe8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003b`963ffbf0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000003b`963ffee0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003b`963fff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003b`967ff588 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003b`967ff590 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000003b`967ff880 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003b`967ff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003b`96bff828 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
0000003b`96bff830 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
0000003b`96bff8a0 00007ff8`252b4cb0     postgres!pg_signal_thread(
0000003b`96bff9a0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003b`96bff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003b`96fff7b8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003b`96fff7c0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000003b`96fffab0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003b`96fffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000093`ecdff868 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
00000093`ecdff870 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
00000093`ecdff8e0 00007ff8`252b4cb0     postgres!pg_signal_thread(
00000093`ecdff9e0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000093`ecdffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000093`ec9ff7c8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000093`ec9ff7d0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000093`ec9ffac0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000093`ec9ffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000093`ec1fea90 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000093`ec1fead0 00007ff6`31c6e90c     postgres!ExceptionalCondition(
00000093`ec1feb10 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000093`ec1feb60 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000093`ec1febb0 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000093`ec1ff4d0 00007ff6`31b21298     postgres!PostmasterMain(
00000093`ec1ff670 00007ff6`321216c9     postgres!main(
00000093`ec1ff6b0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000093`ec1ff700 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000093`ec1ff770 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000093`ec5ff9f8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000093`ec5ffa00 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000093`ec5ffcf0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000093`ec5ffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000093`ed1ff8f8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000093`ed1ff900 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000093`ed1ffbf0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000093`ed1ffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000057`b17ff8d8 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
00000057`b17ff8e0 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
00000057`b17ff950 00007ff8`252b4cb0     postgres!pg_signal_thread(
00000057`b17ffa50 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000057`b17ffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000057`b1bff778 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000057`b1bff780 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000057`b1bffa70 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000057`b1bffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000057`b0bfee90 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000057`b0bfeed0 00007ff6`31c6e90c     postgres!ExceptionalCondition(
00000057`b0bfef10 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000057`b0bfef60 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000057`b0bfefb0 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000057`b0bff8d0 00007ff6`31b21298     postgres!PostmasterMain(
00000057`b0bffa70 00007ff6`321216c9     postgres!main(
00000057`b0bffab0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000057`b0bffb00 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000057`b0bffb70 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000057`b0fffa78 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000057`b0fffa80 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000057`b0fffd70 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000057`b0fffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000057`b13ffc18 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000057`b13ffc20 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000057`b13fff10 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000057`b13fff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b4`dc3ff4d8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b4`dc3ff4e0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000b4`dc3ff7d0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b4`dc3ff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b4`db3feb20 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b4`db3feb60 00007ff6`31c6e90c     postgres!ExceptionalCondition(
000000b4`db3feba0 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000b4`db3febf0 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000b4`db3fec40 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000b4`db3ff560 00007ff6`31b21298     postgres!PostmasterMain(
000000b4`db3ff700 00007ff6`321216c9     postgres!main(
000000b4`db3ff740 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b4`db3ff790 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000b4`db3ff800 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000b4`dbbff5e8 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
000000b4`dbbff5f0 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
000000b4`dbbff660 00007ff8`252b4cb0     postgres!pg_signal_thread(
000000b4`dbbff760 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b4`dbbff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d6`e01ffa68 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
000000d6`e01ffa70 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
000000d6`e01ffae0 00007ff8`252b4cb0     postgres!pg_signal_thread(
000000d6`e01ffbe0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d6`e01ffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d6`e09ff668 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d6`e09ff670 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000d6`e09ff960 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d6`e09ff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d6`e05ff958 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d6`e05ff960 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000d6`e05ffc50 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d6`e05ffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d6`df9fea70 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d6`df9feab0 00007ff6`31c6e90c     postgres!ExceptionalCondition(
000000d6`df9feaf0 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000d6`df9feb40 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000d6`df9feb90 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000d6`df9ff4b0 00007ff6`31b21298     postgres!PostmasterMain(
000000d6`df9ff650 00007ff6`321216c9     postgres!main(
000000d6`df9ff690 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d6`df9ff6e0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d6`df9ff750 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000d6`dfdff8a8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d6`dfdff8b0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000d6`dfdffba0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d6`dfdffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005d`abffeb40 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000005d`abffeb80 00007ff6`31c6e90c     postgres!ExceptionalCondition(
0000005d`abffebc0 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000005d`abffec10 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000005d`abffec60 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000005d`abfff580 00007ff6`31b21298     postgres!PostmasterMain(
0000005d`abfff720 00007ff6`321216c9     postgres!main(
0000005d`abfff760 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000005d`abfff7b0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000005d`abfff820 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000005d`ac3ff8b8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005d`ac3ff8c0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000005d`ac3ffbb0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005d`ac3ffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005d`acbff8f8 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
0000005d`acbff900 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
0000005d`acbff970 00007ff8`252b4cb0     postgres!pg_signal_thread(
0000005d`acbffa70 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005d`acbffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005d`acfff738 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005d`acfff740 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000005d`acfffa30 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005d`acfffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005d`ac7ff938 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005d`ac7ff940 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000005d`ac7ffc30 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005d`ac7ffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000af`dbffed20 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000af`dbffed60 00007ff6`31c6e90c     postgres!ExceptionalCondition(
000000af`dbffeda0 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000af`dbffedf0 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000af`dbffee40 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000af`dbfff760 00007ff6`31b21298     postgres!PostmasterMain(
000000af`dbfff900 00007ff6`321216c9     postgres!main(
000000af`dbfff940 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000af`dbfff990 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000af`dbfffa00 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000af`dc3ff6f8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000af`dc3ff700 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000af`dc3ff9f0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000af`dc3ffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000af`dc7ff9b8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000af`dc7ff9c0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000af`dc7ffcb0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000af`dc7ffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000af`dcbff8b8 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
000000af`dcbff8c0 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
000000af`dcbff930 00007ff8`252b4cb0     postgres!pg_signal_thread(
000000af`dcbffa30 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000af`dcbffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000af`dcfff7b8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000af`dcfff7c0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000af`dcfffab0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000af`dcfffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000067`103febf0 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000067`103fec30 00007ff6`31c6e90c     postgres!ExceptionalCondition(
00000067`103fec70 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000067`103fecc0 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000067`103fed10 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000067`103ff630 00007ff6`31b21298     postgres!PostmasterMain(
00000067`103ff7d0 00007ff6`321216c9     postgres!main(
00000067`103ff810 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000067`103ff860 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000067`103ff8d0 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000067`107ff488 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000067`107ff490 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000067`107ff780 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000067`107ff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000067`10bff748 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000067`10bff750 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000067`10bffa40 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000067`10bffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000067`10fffb88 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000067`10fffb90 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000067`10fffe80 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000067`10fffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000067`113ffab8 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
00000067`113ffac0 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
00000067`113ffb30 00007ff8`252b4cb0     postgres!pg_signal_thread(
00000067`113ffc30 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000067`113ffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000067`117ff548 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000067`117ff550 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000067`117ff840 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000067`117ff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004e`ab9ff658 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
0000004e`ab9ff660 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
0000004e`ab9ff6d0 00007ff8`252b4cb0     postgres!pg_signal_thread(
0000004e`ab9ff7d0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004e`ab9ff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004e`abdffb38 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004e`abdffb40 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000004e`abdffe30 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004e`abdffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004e`ab5ff688 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004e`ab5ff690 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000004e`ab5ff980 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004e`ab5ff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004e`ab1ffb68 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004e`ab1ffb70 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000004e`ab1ffe60 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004e`ab1ffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004e`aadfef90 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000004e`aadfefd0 00007ff6`31c6e90c     postgres!ExceptionalCondition(
0000004e`aadff010 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000004e`aadff060 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000004e`aadff0b0 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000004e`aadff9d0 00007ff6`31b21298     postgres!PostmasterMain(
0000004e`aadffb70 00007ff6`321216c9     postgres!main(
0000004e`aadffbb0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000004e`aadffc00 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000004e`aadffc70 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000024`431fee00 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000024`431fee40 00007ff6`31c6e90c     postgres!ExceptionalCondition(
00000024`431fee80 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000024`431feed0 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000024`431fef20 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000024`431ff840 00007ff6`31b21298     postgres!PostmasterMain(
00000024`431ff9e0 00007ff6`321216c9     postgres!main(
00000024`431ffa20 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000024`431ffa70 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000024`431ffae0 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000024`441ffd88 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
00000024`441ffd90 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
00000024`441ffe00 00007ff8`252b4cb0     postgres!pg_signal_thread(
00000024`441fff00 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000024`441fff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000024`445ff988 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000024`445ff990 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000024`445ffc80 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000024`445ffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000024`43dff638 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000024`43dff640 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000024`43dff930 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000024`43dff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000024`439ffbd8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000024`439ffbe0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000024`439ffed0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000024`439fff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000024`435ffb08 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000024`435ffb10 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000024`435ffe00 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000024`435ffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001f`015ff9a8 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
0000001f`015ff9b0 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
0000001f`015ffa20 00007ff8`252b4cb0     postgres!pg_signal_thread(
0000001f`015ffb20 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001f`015ffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001f`009fed70 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000001f`009fedb0 00007ff6`31c6e90c     postgres!ExceptionalCondition(
0000001f`009fedf0 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000001f`009fee40 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000001f`009fee90 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000001f`009ff7b0 00007ff6`31b21298     postgres!PostmasterMain(
0000001f`009ff950 00007ff6`321216c9     postgres!main(
0000001f`009ff990 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000001f`009ff9e0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000001f`009ffa50 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000001f`019ff728 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001f`019ff730 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000001f`019ffa20 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001f`019ffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001f`011ff608 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001f`011ff610 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000001f`011ff900 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001f`011ff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001f`00dff938 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001f`00dff940 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000001f`00dffc30 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001f`00dffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f3`243ff5b8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f3`243ff5c0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000f3`243ff8b0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f3`243ff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f3`23ffee00 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f3`23ffee40 00007ff6`31c6e90c     postgres!ExceptionalCondition(
000000f3`23ffee80 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f3`23ffeed0 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000f3`23ffef20 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f3`23fff840 00007ff6`31b21298     postgres!PostmasterMain(
000000f3`23fff9e0 00007ff6`321216c9     postgres!main(
000000f3`23fffa20 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f3`23fffa70 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f3`23fffae0 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f3`24fff518 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f3`24fff520 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000f3`24fff810 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f3`24fff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f3`247ffad8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f3`247ffae0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000f3`247ffdd0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f3`247ffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f3`24bffb78 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
000000f3`24bffb80 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
000000f3`24bffbf0 00007ff8`252b4cb0     postgres!pg_signal_thread(
000000f3`24bffcf0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f3`24bffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a7`e29ff918 00007ff6`31c67857     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000a7`e29ff920 00007ff6`31b21259     postgres!SubPostmasterMain(
000000a7`e29ff990 00007ff6`321216c9     postgres!main(
000000a7`e29ff9d0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a7`e29ffa20 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a7`e29ffa90 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000a7`e29ffac0 00007ff8`252b4cb0     postgres!mainCRTStartup(
000000a7`e29ffaf0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a7`e29ffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a7`e2dff9c8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a7`e2dff9d0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000a7`e2dffcc0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a7`e2dffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a7`e31ff7f8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a7`e31ff800 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000a7`e31ffaf0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a7`e31ffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005f`45bff888 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005f`45bff890 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000005f`45bffb80 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005f`45bffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005f`457fed90 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000005f`457fedd0 00007ff6`31c6e90c     postgres!ExceptionalCondition(
0000005f`457fee10 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000005f`457fee60 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000005f`457feeb0 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000005f`457ff7d0 00007ff6`31b21298     postgres!PostmasterMain(
0000005f`457ff970 00007ff6`321216c9     postgres!main(
0000005f`457ff9b0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000005f`457ffa00 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000005f`457ffa70 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000005f`45fffc68 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
0000005f`45fffc70 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
0000005f`45fffce0 00007ff8`252b4cb0     postgres!pg_signal_thread(
0000005f`45fffde0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005f`45fffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005f`463ff788 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005f`463ff790 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000005f`463ffa80 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005f`463ffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005f`467ff968 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005f`467ff970 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000005f`467ffc60 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005f`467ffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ca`b7bff518 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ca`b7bff520 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000ca`b7bff810 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ca`b7bff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ca`b77fef40 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ca`b77fef80 00007ff6`31c6e90c     postgres!ExceptionalCondition(
000000ca`b77fefc0 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ca`b77ff010 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000ca`b77ff060 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ca`b77ff980 00007ff6`31b21298     postgres!PostmasterMain(
000000ca`b77ffb20 00007ff6`321216c9     postgres!main(
000000ca`b77ffb60 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ca`b77ffbb0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ca`b77ffc20 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ca`b7fff8c8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ca`b7fff8d0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000ca`b7fffbc0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ca`b7fffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ca`b87ff648 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ca`b87ff650 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000ca`b87ff940 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ca`b87ff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ca`b83ff778 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
000000ca`b83ff780 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
000000ca`b83ff7f0 00007ff8`252b4cb0     postgres!pg_signal_thread(
000000ca`b83ff8f0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ca`b83ff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000003`8b1ff648 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
00000003`8b1ff650 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
00000003`8b1ff6c0 00007ff8`252b4cb0     postgres!pg_signal_thread(
00000003`8b1ff7c0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000003`8b1ff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000003`8b5ff798 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000003`8b5ff7a0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000003`8b5ffa90 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000003`8b5ffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000003`8adff778 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000003`8adff780 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000003`8adffa70 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000003`8adffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000003`8a9ffaa8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000003`8a9ffab0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000003`8a9ffda0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000003`8a9ffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000003`8a5ff190 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000003`8a5ff1d0 00007ff6`31c6e90c     postgres!ExceptionalCondition(
00000003`8a5ff210 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000003`8a5ff260 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000003`8a5ff2b0 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000003`8a5ffbd0 00007ff6`31b21298     postgres!PostmasterMain(
00000003`8a5ffd70 00007ff6`321216c9     postgres!main(
00000003`8a5ffdb0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000003`8a5ffe00 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000003`8a5ffe70 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ca`2d1ff120 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ca`2d1ff160 00007ff6`31c6e90c     postgres!ExceptionalCondition(
000000ca`2d1ff1a0 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ca`2d1ff1f0 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000ca`2d1ff240 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ca`2d1ffb60 00007ff6`31b21298     postgres!PostmasterMain(
000000ca`2d1ffd00 00007ff6`321216c9     postgres!main(
000000ca`2d1ffd40 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ca`2d1ffd90 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ca`2d1ffe00 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ca`2e1ff648 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ca`2e1ff650 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000ca`2e1ff940 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ca`2e1ff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ca`2ddff7b8 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
000000ca`2ddff7c0 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
000000ca`2ddff830 00007ff8`252b4cb0     postgres!pg_signal_thread(
000000ca`2ddff930 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ca`2ddff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ca`2d5ff5e8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ca`2d5ff5f0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000ca`2d5ff8e0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ca`2d5ff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ca`2d9ffac8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ca`2d9ffad0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000ca`2d9ffdc0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ca`2d9ffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e4`c81ff788 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e4`c81ff790 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000e4`c81ffa80 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e4`c81ffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e4`c75fef40 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e4`c75fef80 00007ff6`31c6e90c     postgres!ExceptionalCondition(
000000e4`c75fefc0 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000e4`c75ff010 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000e4`c75ff060 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000e4`c75ff980 00007ff6`31b21298     postgres!PostmasterMain(
000000e4`c75ffb20 00007ff6`321216c9     postgres!main(
000000e4`c75ffb60 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e4`c75ffbb0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e4`c75ffc20 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000e4`c79ffba8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e4`c79ffbb0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000e4`c79ffea0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e4`c79ffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e4`c7dff648 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
000000e4`c7dff650 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
000000e4`c7dff6c0 00007ff8`252b4cb0     postgres!pg_signal_thread(
000000e4`c7dff7c0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e4`c7dff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e4`c85ff798 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e4`c85ff7a0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000e4`c85ffa90 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e4`c85ffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b9`af5feeb0 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b9`af5feef0 00007ff6`31c6e90c     postgres!ExceptionalCondition(
000000b9`af5fef30 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000b9`af5fef80 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000b9`af5fefd0 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000b9`af5ff8f0 00007ff6`31b21298     postgres!PostmasterMain(
000000b9`af5ffa90 00007ff6`321216c9     postgres!main(
000000b9`af5ffad0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b9`af5ffb20 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000b9`af5ffb90 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000b9`af9ff4b8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b9`af9ff4c0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000b9`af9ff7b0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b9`af9ff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b9`afdffba8 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
000000b9`afdffbb0 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
000000b9`afdffc20 00007ff8`252b4cb0     postgres!pg_signal_thread(
000000b9`afdffd20 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b9`afdffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b9`b01ff9d8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b9`b01ff9e0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000b9`b01ffcd0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b9`b01ffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b9`b05ff5f8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b9`b05ff600 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000b9`b05ff8f0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b9`b05ff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bd`d55ffda8 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
000000bd`d55ffdb0 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
000000bd`d55ffe20 00007ff8`252b4cb0     postgres!pg_signal_thread(
000000bd`d55fff20 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bd`d55fff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bd`d4dfedd0 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000bd`d4dfee10 00007ff6`31c6e90c     postgres!ExceptionalCondition(
000000bd`d4dfee50 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000bd`d4dfeea0 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000bd`d4dfeef0 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000bd`d4dff810 00007ff6`31b21298     postgres!PostmasterMain(
000000bd`d4dff9b0 00007ff6`321216c9     postgres!main(
000000bd`d4dff9f0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000bd`d4dffa40 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000bd`d4dffab0 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000bd`d51ffa28 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bd`d51ffa30 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000bd`d51ffd20 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bd`d51ffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bd`d59ff968 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bd`d59ff970 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000bd`d59ffc60 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bd`d59ffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bd`d5dffbf8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bd`d5dffc00 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000bd`d5dffef0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bd`d5dfff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c9`2a5ff0f0 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c9`2a5ff130 00007ff6`31c6e90c     postgres!ExceptionalCondition(
000000c9`2a5ff170 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c9`2a5ff1c0 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000c9`2a5ff210 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c9`2a5ffb30 00007ff6`31b21298     postgres!PostmasterMain(
000000c9`2a5ffcd0 00007ff6`321216c9     postgres!main(
000000c9`2a5ffd10 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c9`2a5ffd60 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c9`2a5ffdd0 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c9`2b1ff788 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c9`2b1ff790 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000c9`2b1ffa80 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c9`2b1ffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c9`2b5ff748 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c9`2b5ff750 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000c9`2b5ffa40 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c9`2b5ffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c9`2a9ff788 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c9`2a9ff790 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000c9`2a9ffa80 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c9`2a9ffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c9`2adff758 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
000000c9`2adff760 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
000000c9`2adff7d0 00007ff8`252b4cb0     postgres!pg_signal_thread(
000000c9`2adff8d0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c9`2adff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004e`d3dff7c8 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
0000004e`d3dff7d0 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
0000004e`d3dff840 00007ff8`252b4cb0     postgres!pg_signal_thread(
0000004e`d3dff940 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004e`d3dff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004e`d35ff4e8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004e`d35ff4f0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000004e`d35ff7e0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004e`d35ff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004e`d39ff828 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004e`d39ff830 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000004e`d39ffb20 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004e`d39ffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004e`d31fead0 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000004e`d31feb10 00007ff6`31c6e90c     postgres!ExceptionalCondition(
0000004e`d31feb50 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000004e`d31feba0 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000004e`d31febf0 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000004e`d31ff510 00007ff6`31b21298     postgres!PostmasterMain(
0000004e`d31ff6b0 00007ff6`321216c9     postgres!main(
0000004e`d31ff6f0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000004e`d31ff740 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000004e`d31ff7b0 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000004e`d41ff7f8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004e`d41ff800 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000004e`d41ffaf0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004e`d41ffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000042`ce1ff7c8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000042`ce1ff7d0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000042`ce1ffac0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000042`ce1ffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000042`ccdfee10 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000042`ccdfee50 00007ff6`31c6e90c     postgres!ExceptionalCondition(
00000042`ccdfee90 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000042`ccdfeee0 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000042`ccdfef30 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000042`ccdff850 00007ff6`31b21298     postgres!PostmasterMain(
00000042`ccdff9f0 00007ff6`321216c9     postgres!main(
00000042`ccdffa30 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000042`ccdffa80 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000042`ccdffaf0 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000042`cd1ff958 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000042`cd1ff960 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000042`cd1ffc50 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000042`cd1ffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000042`cd5ff6f8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000042`cd5ff700 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000042`cd5ff9f0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000042`cd5ffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000042`cd9ff958 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000042`cd9ff960 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000042`cd9ffc50 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000042`cd9ffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000042`cddffb78 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
00000042`cddffb80 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
00000042`cddffbf0 00007ff8`252b4cb0     postgres!pg_signal_thread(
00000042`cddffcf0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000042`cddffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006f`f4dfeec0 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000006f`f4dfef00 00007ff6`31c6e90c     postgres!ExceptionalCondition(
0000006f`f4dfef40 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000006f`f4dfef90 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000006f`f4dfefe0 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000006f`f4dff900 00007ff6`31b21298     postgres!PostmasterMain(
0000006f`f4dffaa0 00007ff6`321216c9     postgres!main(
0000006f`f4dffae0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000006f`f4dffb30 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000006f`f4dffba0 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000006f`f51ff998 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006f`f51ff9a0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000006f`f51ffc90 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006f`f51ffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006f`f55ffac8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006f`f55ffad0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000006f`f55ffdc0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006f`f55ffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006f`f59ff9a8 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
0000006f`f59ff9b0 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
0000006f`f59ffa20 00007ff8`252b4cb0     postgres!pg_signal_thread(
0000006f`f59ffb20 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006f`f59ffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006f`f5dff608 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006f`f5dff610 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000006f`f5dff900 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006f`f5dff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b5`61bfea30 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b5`61bfea70 00007ff6`31c6e90c     postgres!ExceptionalCondition(
000000b5`61bfeab0 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000b5`61bfeb00 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000b5`61bfeb50 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000b5`61bff470 00007ff6`31b21298     postgres!PostmasterMain(
000000b5`61bff610 00007ff6`321216c9     postgres!main(
000000b5`61bff650 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b5`61bff6a0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000b5`61bff710 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000b5`623ff608 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
000000b5`623ff610 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
000000b5`623ff680 00007ff8`252b4cb0     postgres!pg_signal_thread(
000000b5`623ff780 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b5`623ff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b5`627ff448 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b5`627ff450 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000b5`627ff740 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b5`627ff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b5`62bff8e8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b5`62bff8f0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000b5`62bffbe0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b5`62bffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b5`61fffbd8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b5`61fffbe0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000b5`61fffed0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b5`61ffff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000071`7f7fee90 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000071`7f7feed0 00007ff6`31c6e90c     postgres!ExceptionalCondition(
00000071`7f7fef10 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000071`7f7fef60 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000071`7f7fefb0 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000071`7f7ff8d0 00007ff6`31b21298     postgres!PostmasterMain(
00000071`7f7ffa70 00007ff6`321216c9     postgres!main(
00000071`7f7ffab0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000071`7f7ffb00 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000071`7f7ffb70 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000071`003ff9f8 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
00000071`003ffa00 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
00000071`003ffa70 00007ff8`252b4cb0     postgres!pg_signal_thread(
00000071`003ffb70 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000071`003ffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000071`007ff938 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000071`007ff940 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000071`007ffc30 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000071`007ffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d3`afbff140 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d3`afbff180 00007ff6`31c6e90c     postgres!ExceptionalCondition(
000000d3`afbff1c0 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000d3`afbff210 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000d3`afbff260 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000d3`afbffb80 00007ff6`31b21298     postgres!PostmasterMain(
000000d3`afbffd20 00007ff6`321216c9     postgres!main(
000000d3`afbffd60 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d3`afbffdb0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d3`afbffe20 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000d3`affffb18 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d3`affffb20 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000d3`affffe10 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d3`affffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d3`b03ffc08 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d3`b03ffc10 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000d3`b03fff00 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d3`b03fff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d3`b07ff998 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
000000d3`b07ff9a0 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
000000d3`b07ffa10 00007ff8`252b4cb0     postgres!pg_signal_thread(
000000d3`b07ffb10 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d3`b07ffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d3`b0bffb38 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d3`b0bffb40 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000d3`b0bffe30 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d3`b0bffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000044`b13fefc0 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000044`b13ff000 00007ff6`31c6e90c     postgres!ExceptionalCondition(
00000044`b13ff040 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000044`b13ff090 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000044`b13ff0e0 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000044`b13ffa00 00007ff6`31b21298     postgres!PostmasterMain(
00000044`b13ffba0 00007ff6`321216c9     postgres!main(
00000044`b13ffbe0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000044`b13ffc30 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000044`b13ffca0 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000044`b1fff9d8 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
00000044`b1fff9e0 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
00000044`b1fffa50 00007ff8`252b4cb0     postgres!pg_signal_thread(
00000044`b1fffb50 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000044`b1fffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000044`b23ff658 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000044`b23ff660 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000044`b23ff950 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000044`b23ff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000044`b17ff748 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000044`b17ff750 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000044`b17ffa40 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000044`b17ffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000044`b1bffb28 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000044`b1bffb30 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000044`b1bffe20 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000044`b1bffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dc`a21ff6c8 00007ff6`31c67857     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000dc`a21ff6d0 00007ff6`31b21259     postgres!SubPostmasterMain(
000000dc`a21ff740 00007ff6`321216c9     postgres!main(
000000dc`a21ff780 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000dc`a21ff7d0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000dc`a21ff840 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000dc`a21ff870 00007ff8`252b4cb0     postgres!mainCRTStartup(
000000dc`a21ff8a0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000dc`a21ff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dc`a25ff958 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dc`a25ff960 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000dc`a25ffc50 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000dc`a25ffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dc`a29ff978 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dc`a29ff980 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000dc`a29ffc70 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000dc`a29ffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cb`2d1fec20 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000cb`2d1fec60 00007ff6`31c6e90c     postgres!ExceptionalCondition(
000000cb`2d1feca0 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000cb`2d1fecf0 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000cb`2d1fed40 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000cb`2d1ff660 00007ff6`31b21298     postgres!PostmasterMain(
000000cb`2d1ff800 00007ff6`321216c9     postgres!main(
000000cb`2d1ff840 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000cb`2d1ff890 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000cb`2d1ff900 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000cb`2d5ff8c8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cb`2d5ff8d0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000cb`2d5ffbc0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cb`2d5ffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cb`2d9ffa38 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
000000cb`2d9ffa40 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
000000cb`2d9ffab0 00007ff8`252b4cb0     postgres!pg_signal_thread(
000000cb`2d9ffbb0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cb`2d9ffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cb`2ddff468 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cb`2ddff470 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000cb`2ddff760 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cb`2ddff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cb`2e1ff9d8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cb`2e1ff9e0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000cb`2e1ffcd0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cb`2e1ffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000029`6c1fecb0 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000029`6c1fecf0 00007ff6`31c6e90c     postgres!ExceptionalCondition(
00000029`6c1fed30 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000029`6c1fed80 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000029`6c1fedd0 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000029`6c1ff6f0 00007ff6`31b21298     postgres!PostmasterMain(
00000029`6c1ff890 00007ff6`321216c9     postgres!main(
00000029`6c1ff8d0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000029`6c1ff920 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000029`6c1ff990 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000029`6c5ff918 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000029`6c5ff920 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000029`6c5ffc10 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000029`6c5ffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000029`6c9ffa28 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000029`6c9ffa30 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000029`6c9ffd20 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000029`6c9ffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000029`6d1ffc78 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
00000029`6d1ffc80 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
00000029`6d1ffcf0 00007ff8`252b4cb0     postgres!pg_signal_thread(
00000029`6d1ffdf0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000029`6d1ffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000029`6d5ffbd8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000029`6d5ffbe0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000029`6d5ffed0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000029`6d5fff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000029`6cdff978 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000029`6cdff980 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000029`6cdffc70 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000029`6cdffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e1`d4bfedd0 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e1`d4bfee10 00007ff6`31c6e90c     postgres!ExceptionalCondition(
000000e1`d4bfee50 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000e1`d4bfeea0 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000e1`d4bfeef0 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000e1`d4bff810 00007ff6`31b21298     postgres!PostmasterMain(
000000e1`d4bff9b0 00007ff6`321216c9     postgres!main(
000000e1`d4bff9f0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e1`d4bffa40 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e1`d4bffab0 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000e1`d4fff948 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e1`d4fff950 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000e1`d4fffc40 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e1`d4fffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e1`d53ff668 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
000000e1`d53ff670 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
000000e1`d53ff6e0 00007ff8`252b4cb0     postgres!pg_signal_thread(
000000e1`d53ff7e0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e1`d53ff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e1`d57ffa88 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e1`d57ffa90 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000e1`d57ffd80 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e1`d57ffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e1`d5bff828 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e1`d5bff830 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000e1`d5bffb20 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e1`d5bffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a2`5bffed80 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a2`5bffedc0 00007ff6`31c6e90c     postgres!ExceptionalCondition(
000000a2`5bffee00 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000a2`5bffee50 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000a2`5bffeea0 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a2`5bfff7c0 00007ff6`31b21298     postgres!PostmasterMain(
000000a2`5bfff960 00007ff6`321216c9     postgres!main(
000000a2`5bfff9a0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a2`5bfff9f0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a2`5bfffa60 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a2`5c3ffc28 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a2`5c3ffc30 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000a2`5c3fff20 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a2`5c3fff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a2`5c7ff5b8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a2`5c7ff5c0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000a2`5c7ff8b0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a2`5c7ff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a2`5cbff778 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a2`5cbff780 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000a2`5cbffa70 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a2`5cbffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a2`5cfff8a8 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
000000a2`5cfff8b0 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
000000a2`5cfff920 00007ff8`252b4cb0     postgres!pg_signal_thread(
000000a2`5cfffa20 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a2`5cfffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a2`5d3ff4c8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a2`5d3ff4d0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000a2`5d3ff7c0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a2`5d3ff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000063`221ff658 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000063`221ff660 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000063`221ff950 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000063`221ff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000063`21dfea80 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000063`21dfeac0 00007ff6`31c6e90c     postgres!ExceptionalCondition(
00000063`21dfeb00 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000063`21dfeb50 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000063`21dfeba0 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000063`21dff4c0 00007ff6`31b21298     postgres!PostmasterMain(
00000063`21dff660 00007ff6`321216c9     postgres!main(
00000063`21dff6a0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000063`21dff6f0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000063`21dff760 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000063`225ffbd8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000063`225ffbe0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000063`225ffed0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000063`225fff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000063`229ffa28 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
00000063`229ffa30 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
00000063`229ffaa0 00007ff8`252b4cb0     postgres!pg_signal_thread(
00000063`229ffba0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000063`229ffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000063`22dff4e8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000063`22dff4f0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000063`22dff7e0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000063`22dff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000094`037ff708 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000094`037ff710 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000094`037ffa00 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000094`037ffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000094`023fee20 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000094`023fee60 00007ff6`31c6e90c     postgres!ExceptionalCondition(
00000094`023feea0 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000094`023feef0 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000094`023fef40 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000094`023ff860 00007ff6`31b21298     postgres!PostmasterMain(
00000094`023ffa00 00007ff6`321216c9     postgres!main(
00000094`023ffa40 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000094`023ffa90 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000094`023ffb00 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000094`027ff4c8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000094`027ff4d0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000094`027ff7c0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000094`027ff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000094`02bff458 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000094`02bff460 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000094`02bff750 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000094`02bff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000094`02fff6b8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000094`02fff6c0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000094`02fff9b0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000094`02fff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000094`033ff678 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
00000094`033ff680 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
00000094`033ff6f0 00007ff8`252b4cb0     postgres!pg_signal_thread(
00000094`033ff7f0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000094`033ff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d7`2e1ffc28 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d7`2e1ffc30 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000d7`2e1fff20 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d7`2e1fff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d7`2ddfea50 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d7`2ddfea90 00007ff6`31c6e90c     postgres!ExceptionalCondition(
000000d7`2ddfead0 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000d7`2ddfeb20 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000d7`2ddfeb70 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000d7`2ddff490 00007ff6`31b21298     postgres!PostmasterMain(
000000d7`2ddff630 00007ff6`321216c9     postgres!main(
000000d7`2ddff670 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d7`2ddff6c0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d7`2ddff730 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000d7`2e9ffc78 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
000000d7`2e9ffc80 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
000000d7`2e9ffcf0 00007ff8`252b4cb0     postgres!pg_signal_thread(
000000d7`2e9ffdf0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d7`2e9ffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d7`2edff668 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d7`2edff670 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000d7`2edff960 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d7`2edff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d7`2e5ff968 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d7`2e5ff970 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000d7`2e5ffc60 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d7`2e5ffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000be`c89ffb58 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000be`c89ffb60 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000be`c89ffe50 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000be`c89ffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000be`c8dff998 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000be`c8dff9a0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000be`c8dffc90 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000be`c8dffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000be`c85ff808 00007ff6`31c67857     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000be`c85ff810 00007ff6`31b21259     postgres!SubPostmasterMain(
000000be`c85ff880 00007ff6`321216c9     postgres!main(
000000be`c85ff8c0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000be`c85ff910 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000be`c85ff980 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000be`c85ff9b0 00007ff8`252b4cb0     postgres!mainCRTStartup(
000000be`c85ff9e0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000be`c85ffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000076`65fff1d0 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000076`65fff210 00007ff6`31c6e90c     postgres!ExceptionalCondition(
00000076`65fff250 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000076`65fff2a0 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000076`65fff2f0 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000076`65fffc10 00007ff6`31b21298     postgres!PostmasterMain(
00000076`65fffdb0 00007ff6`321216c9     postgres!main(
00000076`65fffdf0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000076`65fffe40 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000076`65fffeb0 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000076`66fff9f8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000076`66fffa00 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000076`66fffcf0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000076`66fffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000076`66bffbe8 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
00000076`66bffbf0 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
00000076`66bffc60 00007ff8`252b4cb0     postgres!pg_signal_thread(
00000076`66bffd60 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000076`66bffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000076`667ff638 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000076`667ff640 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000076`667ff930 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000076`667ff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000076`663ffaf8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000076`663ffb00 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000076`663ffdf0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000076`663ffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c9`d07ff598 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c9`d07ff5a0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000c9`d07ff890 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c9`d07ff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c9`d03ff000 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c9`d03ff040 00007ff6`31c6e90c     postgres!ExceptionalCondition(
000000c9`d03ff080 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c9`d03ff0d0 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000c9`d03ff120 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c9`d03ffa40 00007ff6`31b21298     postgres!PostmasterMain(
000000c9`d03ffbe0 00007ff6`321216c9     postgres!main(
000000c9`d03ffc20 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c9`d03ffc70 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c9`d03ffce0 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c9`d13ff9d8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c9`d13ff9e0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000c9`d13ffcd0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c9`d13ffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c9`d0fff688 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
000000c9`d0fff690 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
000000c9`d0fff700 00007ff8`252b4cb0     postgres!pg_signal_thread(
000000c9`d0fff800 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c9`d0fff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c9`d0bffa08 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c9`d0bffa10 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000c9`d0bffd00 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c9`d0bffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000096`c5dffbb8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000096`c5dffbc0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000096`c5dffeb0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000096`c5dffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000096`c59ffa28 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000096`c59ffa30 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000096`c59ffd20 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000096`c59ffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000096`c55ff0b0 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000096`c55ff0f0 00007ff6`31c6e90c     postgres!ExceptionalCondition(
00000096`c55ff130 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000096`c55ff180 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000096`c55ff1d0 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000096`c55ffaf0 00007ff6`31b21298     postgres!PostmasterMain(
00000096`c55ffc90 00007ff6`321216c9     postgres!main(
00000096`c55ffcd0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000096`c55ffd20 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000096`c55ffd90 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000096`c69ff4f8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000096`c69ff500 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000096`c69ff7f0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000096`c69ff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000096`c65ff628 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
00000096`c65ff630 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
00000096`c65ff6a0 00007ff8`252b4cb0     postgres!pg_signal_thread(
00000096`c65ff7a0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000096`c65ff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000096`c61ff7f8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000096`c61ff800 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000096`c61ffaf0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000096`c61ffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000077`cb9ffd18 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
00000077`cb9ffd20 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
00000077`cb9ffd90 00007ff8`252b4cb0     postgres!pg_signal_thread(
00000077`cb9ffe90 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000077`cb9ffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000077`cb1ff868 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000077`cb1ff870 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000077`cb1ffb60 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000077`cb1ffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000077`cadfea20 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000077`cadfea60 00007ff6`31c6e90c     postgres!ExceptionalCondition(
00000077`cadfeaa0 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000077`cadfeaf0 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000077`cadfeb40 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000077`cadff460 00007ff6`31b21298     postgres!PostmasterMain(
00000077`cadff600 00007ff6`321216c9     postgres!main(
00000077`cadff640 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000077`cadff690 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000077`cadff700 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000077`cc1ff7e8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000077`cc1ff7f0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000077`cc1ffae0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000077`cc1ffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000077`cbdff9f8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000077`cbdffa00 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000077`cbdffcf0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000077`cbdffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000077`cb5ffbd8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000077`cb5ffbe0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000077`cb5ffed0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000077`cb5fff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000026`ad7ffaf8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000026`ad7ffb00 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000026`ad7ffdf0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000026`ad7ffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000026`acffed80 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000026`acffedc0 00007ff6`31c6e90c     postgres!ExceptionalCondition(
00000026`acffee00 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000026`acffee50 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000026`acffeea0 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000026`acfff7c0 00007ff6`31b21298     postgres!PostmasterMain(
00000026`acfff960 00007ff6`321216c9     postgres!main(
00000026`acfff9a0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000026`acfff9f0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000026`acfffa60 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000026`adfffa68 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000026`adfffa70 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000026`adfffd60 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000026`adfffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000026`adbffd38 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
00000026`adbffd40 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
00000026`adbffdb0 00007ff8`252b4cb0     postgres!pg_signal_thread(
00000026`adbffeb0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000026`adbffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000026`ad3ff828 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000026`ad3ff830 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000026`ad3ffb20 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000026`ad3ffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000074`6b5ff6a8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000074`6b5ff6b0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000074`6b5ff9a0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000074`6b5ff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000074`6b1ff898 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000074`6b1ff8a0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000074`6b1ffb90 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000074`6b1ffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000074`6adff7f8 00007ff6`31c67857     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000074`6adff800 00007ff6`31b21259     postgres!SubPostmasterMain(
00000074`6adff870 00007ff6`321216c9     postgres!main(
00000074`6adff8b0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000074`6adff900 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000074`6adff970 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000074`6adff9a0 00007ff8`252b4cb0     postgres!mainCRTStartup(
00000074`6adff9d0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000074`6adffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000c`e83ff808 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000c`e83ff810 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000000c`e83ffb00 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000c`e83ffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000c`e8bff6d8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000c`e8bff6e0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000000c`e8bff9d0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000c`e8bffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000c`e87ffad8 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
0000000c`e87ffae0 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
0000000c`e87ffb50 00007ff8`252b4cb0     postgres!pg_signal_thread(
0000000c`e87ffc50 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000c`e87ffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000c`e7fff7d8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000c`e7fff7e0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000000c`e7fffad0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000c`e7fffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000c`e7bfee60 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000000c`e7bfeea0 00007ff6`31c6e90c     postgres!ExceptionalCondition(
0000000c`e7bfeee0 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000000c`e7bfef30 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000000c`e7bfef80 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000000c`e7bff8a0 00007ff6`31b21298     postgres!PostmasterMain(
0000000c`e7bffa40 00007ff6`321216c9     postgres!main(
0000000c`e7bffa80 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000000c`e7bffad0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000000c`e7bffb40 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000002c`fd9ff568 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002c`fd9ff570 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000002c`fd9ff860 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002c`fd9ff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002c`fd5feaa0 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000002c`fd5feae0 00007ff6`31c6e90c     postgres!ExceptionalCondition(
0000002c`fd5feb20 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000002c`fd5feb70 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000002c`fd5febc0 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000002c`fd5ff4e0 00007ff6`31b21298     postgres!PostmasterMain(
0000002c`fd5ff680 00007ff6`321216c9     postgres!main(
0000002c`fd5ff6c0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000002c`fd5ff710 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000002c`fd5ff780 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000002c`fddff468 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002c`fddff470 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000002c`fddff760 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002c`fddff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002c`fe1ffb38 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
0000002c`fe1ffb40 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
0000002c`fe1ffbb0 00007ff8`252b4cb0     postgres!pg_signal_thread(
0000002c`fe1ffcb0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002c`fe1ffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002c`fe5ff758 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002c`fe5ff760 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000002c`fe5ffa50 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002c`fe5ffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000056`067ff010 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000056`067ff050 00007ff6`31c6e90c     postgres!ExceptionalCondition(
00000056`067ff090 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000056`067ff0e0 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000056`067ff130 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000056`067ffa50 00007ff6`31b21298     postgres!PostmasterMain(
00000056`067ffbf0 00007ff6`321216c9     postgres!main(
00000056`067ffc30 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000056`067ffc80 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000056`067ffcf0 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000056`06bffbb8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000056`06bffbc0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000056`06bffeb0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000056`06bffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000056`06fffb88 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000056`06fffb90 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000056`06fffe80 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000056`06fffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000056`073ff7f8 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
00000056`073ff800 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
00000056`073ff870 00007ff8`252b4cb0     postgres!pg_signal_thread(
00000056`073ff970 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000056`073ff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000056`077ff628 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000056`077ff630 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000056`077ff920 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000056`077ff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000083`163fef50 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000083`163fef90 00007ff6`31c6e90c     postgres!ExceptionalCondition(
00000083`163fefd0 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000083`163ff020 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000083`163ff070 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000083`163ff990 00007ff6`31b21298     postgres!PostmasterMain(
00000083`163ffb30 00007ff6`321216c9     postgres!main(
00000083`163ffb70 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000083`163ffbc0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000083`163ffc30 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000083`16fff668 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
00000083`16fff670 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
00000083`16fff6e0 00007ff8`252b4cb0     postgres!pg_signal_thread(
00000083`16fff7e0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000083`16fff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000083`173ff548 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000083`173ff550 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000083`173ff840 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000083`173ff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ab`141fea30 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ab`141fea70 00007ff6`31c6e90c     postgres!ExceptionalCondition(
000000ab`141feab0 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ab`141feb00 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000ab`141feb50 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ab`141ff470 00007ff6`31b21298     postgres!PostmasterMain(
000000ab`141ff610 00007ff6`321216c9     postgres!main(
000000ab`141ff650 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ab`141ff6a0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ab`141ff710 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ab`145ff698 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ab`145ff6a0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000ab`145ff990 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ab`145ff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ab`149ff7c8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ab`149ff7d0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000ab`149ffac0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ab`149ffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ab`14dffc28 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
000000ab`14dffc30 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
000000ab`14dffca0 00007ff8`252b4cb0     postgres!pg_signal_thread(
000000ab`14dffda0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ab`14dffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ab`151ff5a8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ab`151ff5b0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000ab`151ff8a0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ab`151ff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ba`e1ffea80 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ba`e1ffeac0 00007ff6`31c6e90c     postgres!ExceptionalCondition(
000000ba`e1ffeb00 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ba`e1ffeb50 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000ba`e1ffeba0 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ba`e1fff4c0 00007ff6`31b21298     postgres!PostmasterMain(
000000ba`e1fff660 00007ff6`321216c9     postgres!main(
000000ba`e1fff6a0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ba`e1fff6f0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ba`e1fff760 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ba`e23ff9f8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ba`e23ffa00 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000ba`e23ffcf0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ba`e23ffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ba`e27ffbf8 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
000000ba`e27ffc00 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
000000ba`e27ffc70 00007ff8`252b4cb0     postgres!pg_signal_thread(
000000ba`e27ffd70 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ba`e27ffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ba`e2bff908 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ba`e2bff910 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000ba`e2bffc00 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ba`e2bffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ba`e2fff988 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ba`e2fff990 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000ba`e2fffc80 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ba`e2fffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004d`d2bfee50 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000004d`d2bfee90 00007ff6`31c6e90c     postgres!ExceptionalCondition(
0000004d`d2bfeed0 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000004d`d2bfef20 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000004d`d2bfef70 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000004d`d2bff890 00007ff6`31b21298     postgres!PostmasterMain(
0000004d`d2bffa30 00007ff6`321216c9     postgres!main(
0000004d`d2bffa70 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000004d`d2bffac0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000004d`d2bffb30 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000004d`d2fff558 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004d`d2fff560 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000004d`d2fff850 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004d`d2fff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004d`d33ff8c8 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
0000004d`d33ff8d0 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
0000004d`d33ff940 00007ff8`252b4cb0     postgres!pg_signal_thread(
0000004d`d33ffa40 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004d`d33ffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004d`d37ffa08 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004d`d37ffa10 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000004d`d37ffd00 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004d`d37ffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004d`d3bff798 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004d`d3bff7a0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000004d`d3bffa90 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004d`d3bffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ef`5adff908 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ef`5adff910 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000ef`5adffc00 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ef`5adffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ef`5a9fee30 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ef`5a9fee70 00007ff6`31c6e90c     postgres!ExceptionalCondition(
000000ef`5a9feeb0 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ef`5a9fef00 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000ef`5a9fef50 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ef`5a9ff870 00007ff6`31b21298     postgres!PostmasterMain(
000000ef`5a9ffa10 00007ff6`321216c9     postgres!main(
000000ef`5a9ffa50 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ef`5a9ffaa0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ef`5a9ffb10 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ef`5b1ffb58 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ef`5b1ffb60 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000ef`5b1ffe50 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ef`5b1ffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ef`5b5ff8a8 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
000000ef`5b5ff8b0 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
000000ef`5b5ff920 00007ff8`252b4cb0     postgres!pg_signal_thread(
000000ef`5b5ffa20 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ef`5b5ffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ef`5b9ff588 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ef`5b9ff590 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000ef`5b9ff880 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ef`5b9ff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005b`d6ffee30 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000005b`d6ffee70 00007ff6`31c6e90c     postgres!ExceptionalCondition(
0000005b`d6ffeeb0 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000005b`d6ffef00 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000005b`d6ffef50 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000005b`d6fff870 00007ff6`31b21298     postgres!PostmasterMain(
0000005b`d6fffa10 00007ff6`321216c9     postgres!main(
0000005b`d6fffa50 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000005b`d6fffaa0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000005b`d6fffb10 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000005b`d73ff9e8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005b`d73ff9f0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000005b`d73ffce0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005b`d73ffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005b`d77ff488 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005b`d77ff490 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000005b`d77ff780 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005b`d77ff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005b`d7bff918 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
0000005b`d7bff920 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
0000005b`d7bff990 00007ff8`252b4cb0     postgres!pg_signal_thread(
0000005b`d7bffa90 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005b`d7bffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005b`d7fff728 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005b`d7fff730 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000005b`d7fffa20 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005b`d7fffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bc`231ffbb8 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
000000bc`231ffbc0 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
000000bc`231ffc30 00007ff8`252b4cb0     postgres!pg_signal_thread(
000000bc`231ffd30 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bc`231ffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bc`225fef40 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000bc`225fef80 00007ff6`31c6e90c     postgres!ExceptionalCondition(
000000bc`225fefc0 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000bc`225ff010 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000bc`225ff060 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000bc`225ff980 00007ff6`31b21298     postgres!PostmasterMain(
000000bc`225ffb20 00007ff6`321216c9     postgres!main(
000000bc`225ffb60 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000bc`225ffbb0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000bc`225ffc20 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000bc`235ff558 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bc`235ff560 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000bc`235ff850 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bc`235ff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`58fff928 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
000000dd`58fff930 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
000000dd`58fff9a0 00007ff8`252b4cb0     postgres!pg_signal_thread(
000000dd`58fffaa0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`58fffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`583fee50 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000dd`583fee90 00007ff6`31c6e90c     postgres!ExceptionalCondition(
000000dd`583feed0 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000dd`583fef20 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000dd`583fef70 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000dd`583ff890 00007ff6`31b21298     postgres!PostmasterMain(
000000dd`583ffa30 00007ff6`321216c9     postgres!main(
000000dd`583ffa70 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000dd`583ffac0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000dd`583ffb30 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000dd`587ff858 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dd`587ff860 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000dd`587ffb50 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`587ffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`58bff9c8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dd`58bff9d0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000dd`58bffcc0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`58bffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`593ffac8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dd`593ffad0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000dd`593ffdc0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`593ffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007e`3c7ffad8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007e`3c7ffae0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000007e`3c7ffdd0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007e`3c7ffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007e`3cbff5e8 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
0000007e`3cbff5f0 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
0000007e`3cbff660 00007ff8`252b4cb0     postgres!pg_signal_thread(
0000007e`3cbff760 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007e`3cbff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007e`3cfff8d8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007e`3cfff8e0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000007e`3cfffbd0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007e`3cfffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007e`3c3feb40 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000007e`3c3feb80 00007ff6`31c6e90c     postgres!ExceptionalCondition(
0000007e`3c3febc0 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000007e`3c3fec10 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000007e`3c3fec60 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000007e`3c3ff580 00007ff6`31b21298     postgres!PostmasterMain(
0000007e`3c3ff720 00007ff6`321216c9     postgres!main(
0000007e`3c3ff760 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000007e`3c3ff7b0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000007e`3c3ff820 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000007e`3d3ff968 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007e`3d3ff970 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000007e`3d3ffc60 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007e`3d3ffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cb`137ffba8 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
000000cb`137ffbb0 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
000000cb`137ffc20 00007ff8`252b4cb0     postgres!pg_signal_thread(
000000cb`137ffd20 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cb`137ffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cb`127feb50 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000cb`127feb90 00007ff6`31c6e90c     postgres!ExceptionalCondition(
000000cb`127febd0 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000cb`127fec20 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000cb`127fec70 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000cb`127ff590 00007ff6`31b21298     postgres!PostmasterMain(
000000cb`127ff730 00007ff6`321216c9     postgres!main(
000000cb`127ff770 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000cb`127ff7c0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000cb`127ff830 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000cb`13bff8a8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cb`13bff8b0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000cb`13bffba0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cb`13bffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cb`12bff9a8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cb`12bff9b0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000cb`12bffca0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cb`12bffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cb`12fff868 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cb`12fff870 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000cb`12fffb60 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cb`12fffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cb`133ff738 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cb`133ff740 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000cb`133ffa30 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cb`133ffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007d`bf5ff050 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000007d`bf5ff090 00007ff6`31c6e90c     postgres!ExceptionalCondition(
0000007d`bf5ff0d0 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000007d`bf5ff120 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000007d`bf5ff170 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000007d`bf5ffa90 00007ff6`31b21298     postgres!PostmasterMain(
0000007d`bf5ffc30 00007ff6`321216c9     postgres!main(
0000007d`bf5ffc70 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000007d`bf5ffcc0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000007d`bf5ffd30 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000007d`bf9ff488 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007d`bf9ff490 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000007d`bf9ff780 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007d`bf9ff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007d`bfdffc08 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007d`bfdffc10 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000007d`bfdfff00 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007d`bfdfff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007d`c01ff808 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
0000007d`c01ff810 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
0000007d`c01ff880 00007ff8`252b4cb0     postgres!pg_signal_thread(
0000007d`c01ff980 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007d`c01ff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007d`c05ff468 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007d`c05ff470 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000007d`c05ff760 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007d`c05ff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cb`37ffed80 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000cb`37ffedc0 00007ff6`31c6e90c     postgres!ExceptionalCondition(
000000cb`37ffee00 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000cb`37ffee50 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000cb`37ffeea0 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000cb`37fff7c0 00007ff6`31b21298     postgres!PostmasterMain(
000000cb`37fff960 00007ff6`321216c9     postgres!main(
000000cb`37fff9a0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000cb`37fff9f0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000cb`37fffa60 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000cb`38bffba8 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
000000cb`38bffbb0 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
000000cb`38bffc20 00007ff8`252b4cb0     postgres!pg_signal_thread(
000000cb`38bffd20 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cb`38bffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cb`38fffac8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cb`38fffad0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000cb`38fffdc0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cb`38fffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cb`387ff868 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cb`387ff870 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000cb`387ffb60 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cb`387ffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cb`383ff7c8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cb`383ff7d0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000cb`383ffac0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cb`383ffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000084`895ff0f0 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000084`895ff130 00007ff6`31c6e90c     postgres!ExceptionalCondition(
00000084`895ff170 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000084`895ff1c0 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000084`895ff210 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000084`895ffb30 00007ff6`31b21298     postgres!PostmasterMain(
00000084`895ffcd0 00007ff6`321216c9     postgres!main(
00000084`895ffd10 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000084`895ffd60 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000084`895ffdd0 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000084`899ffaa8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000084`899ffab0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000084`899ffda0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000084`899ffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000084`89dffb98 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000084`89dffba0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000084`89dffe90 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000084`89dffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000084`8a1ff688 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000084`8a1ff690 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000084`8a1ff980 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000084`8a1ff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000084`8a5ffcd8 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
00000084`8a5ffce0 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
00000084`8a5ffd50 00007ff8`252b4cb0     postgres!pg_signal_thread(
00000084`8a5ffe50 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000084`8a5ffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000084`8a9ff4f8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000084`8a9ff500 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000084`8a9ff7f0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000084`8a9ff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000069`bbbff1b0 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000069`bbbff1f0 00007ff6`31c6e90c     postgres!ExceptionalCondition(
00000069`bbbff230 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000069`bbbff280 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000069`bbbff2d0 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000069`bbbffbf0 00007ff6`31b21298     postgres!PostmasterMain(
00000069`bbbffd90 00007ff6`321216c9     postgres!main(
00000069`bbbffdd0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000069`bbbffe20 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000069`bbbffe90 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000069`bbfffaa8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000069`bbfffab0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000069`bbfffda0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000069`bbfffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000069`bc3ff748 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000069`bc3ff750 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000069`bc3ffa40 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000069`bc3ffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000069`bc7ff5b8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000069`bc7ff5c0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000069`bc7ff8b0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000069`bc7ff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000069`bcbff878 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
00000069`bcbff880 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
00000069`bcbff8f0 00007ff8`252b4cb0     postgres!pg_signal_thread(
00000069`bcbff9f0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000069`bcbffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000069`bcfff648 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000069`bcfff650 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000069`bcfff940 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000069`bcfff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000013`0c9fee20 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000013`0c9fee60 00007ff6`31c6e90c     postgres!ExceptionalCondition(
00000013`0c9feea0 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000013`0c9feef0 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000013`0c9fef40 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000013`0c9ff860 00007ff6`31b21298     postgres!PostmasterMain(
00000013`0c9ffa00 00007ff6`321216c9     postgres!main(
00000013`0c9ffa40 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000013`0c9ffa90 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000013`0c9ffb00 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000013`0d5ff5d8 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
00000013`0d5ff5e0 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
00000013`0d5ff650 00007ff8`252b4cb0     postgres!pg_signal_thread(
00000013`0d5ff750 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000013`0d5ff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000013`0d9ff9d8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000013`0d9ff9e0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000013`0d9ffcd0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000013`0d9ffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000b`495fee80 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000000b`495feec0 00007ff6`31c6e90c     postgres!ExceptionalCondition(
0000000b`495fef00 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000000b`495fef50 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000000b`495fefa0 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000000b`495ff8c0 00007ff6`31b21298     postgres!PostmasterMain(
0000000b`495ffa60 00007ff6`321216c9     postgres!main(
0000000b`495ffaa0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000000b`495ffaf0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000000b`495ffb60 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000000b`499ffb78 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000b`499ffb80 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000000b`499ffe70 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000b`499ffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000b`49dff748 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000b`49dff750 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000000b`49dffa40 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000b`49dffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000b`4a1ff7e8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000b`4a1ff7f0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000000b`4a1ffae0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000b`4a1ffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000b`4a5ffab8 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
0000000b`4a5ffac0 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
0000000b`4a5ffb30 00007ff8`252b4cb0     postgres!pg_signal_thread(
0000000b`4a5ffc30 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000b`4a5ffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000b`4a9ffb58 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000b`4a9ffb60 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000000b`4a9ffe50 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000b`4a9ffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000051`829feb60 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000051`829feba0 00007ff6`31c6e90c     postgres!ExceptionalCondition(
00000051`829febe0 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000051`829fec30 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000051`829fec80 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000051`829ff5a0 00007ff6`31b21298     postgres!PostmasterMain(
00000051`829ff740 00007ff6`321216c9     postgres!main(
00000051`829ff780 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000051`829ff7d0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000051`829ff840 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000051`82dff838 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000051`82dff840 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000051`82dffb30 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000051`82dffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000051`831ff6a8 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
00000051`831ff6b0 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
00000051`831ff720 00007ff8`252b4cb0     postgres!pg_signal_thread(
00000051`831ff820 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000051`831ff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000051`839ff778 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000051`839ff780 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000051`839ffa70 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000051`839ffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000051`835ff968 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000051`835ff970 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000051`835ffc60 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000051`835ffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000024`9dffec00 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000024`9dffec40 00007ff6`31c6e90c     postgres!ExceptionalCondition(
00000024`9dffec80 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000024`9dffecd0 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000024`9dffed20 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000024`9dfff640 00007ff6`31b21298     postgres!PostmasterMain(
00000024`9dfff7e0 00007ff6`321216c9     postgres!main(
00000024`9dfff820 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000024`9dfff870 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000024`9dfff8e0 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000024`9e3ff508 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000024`9e3ff510 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000024`9e3ff800 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000024`9e3ff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000024`9e7ffb58 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
00000024`9e7ffb60 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
00000024`9e7ffbd0 00007ff8`252b4cb0     postgres!pg_signal_thread(
00000024`9e7ffcd0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000024`9e7ffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000024`9ebffa78 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000024`9ebffa80 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000024`9ebffd70 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000024`9ebffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000024`9efff8e8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000024`9efff8f0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000024`9efffbe0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000024`9efffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000aa`a2ffef80 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000aa`a2ffefc0 00007ff6`31c6e90c     postgres!ExceptionalCondition(
000000aa`a2fff000 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000aa`a2fff050 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000aa`a2fff0a0 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000aa`a2fff9c0 00007ff6`31b21298     postgres!PostmasterMain(
000000aa`a2fffb60 00007ff6`321216c9     postgres!main(
000000aa`a2fffba0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000aa`a2fffbf0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000aa`a2fffc60 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000aa`a33ff748 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000aa`a33ff750 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000aa`a33ffa40 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000aa`a33ffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000aa`a37ff5c8 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
000000aa`a37ff5d0 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
000000aa`a37ff640 00007ff8`252b4cb0     postgres!pg_signal_thread(
000000aa`a37ff740 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000aa`a37ff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000aa`a3bffc18 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000aa`a3bffc20 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000aa`a3bfff10 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000aa`a3bfff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000aa`a3fffb28 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000aa`a3fffb30 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000aa`a3fffe20 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000aa`a3fffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ad`d29feb60 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ad`d29feba0 00007ff6`31c6e90c     postgres!ExceptionalCondition(
000000ad`d29febe0 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ad`d29fec30 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000ad`d29fec80 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ad`d29ff5a0 00007ff6`31b21298     postgres!PostmasterMain(
000000ad`d29ff740 00007ff6`321216c9     postgres!main(
000000ad`d29ff780 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ad`d29ff7d0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ad`d29ff840 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ad`d2dff4d8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ad`d2dff4e0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000ad`d2dff7d0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ad`d2dff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ad`d31ff8c8 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
000000ad`d31ff8d0 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
000000ad`d31ff940 00007ff8`252b4cb0     postgres!pg_signal_thread(
000000ad`d31ffa40 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ad`d31ffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ad`d35ff668 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ad`d35ff670 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000ad`d35ff960 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ad`d35ff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ad`d39ff818 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ad`d39ff820 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000ad`d39ffb10 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ad`d39ffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a3`2dbff110 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a3`2dbff150 00007ff6`31c6e90c     postgres!ExceptionalCondition(
000000a3`2dbff190 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000a3`2dbff1e0 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000a3`2dbff230 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a3`2dbffb50 00007ff6`31b21298     postgres!PostmasterMain(
000000a3`2dbffcf0 00007ff6`321216c9     postgres!main(
000000a3`2dbffd30 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a3`2dbffd80 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a3`2dbffdf0 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a3`2dfff9b8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a3`2dfff9c0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000a3`2dfffcb0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a3`2dfffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a3`2e3ffc58 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
000000a3`2e3ffc60 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
000000a3`2e3ffcd0 00007ff8`252b4cb0     postgres!pg_signal_thread(
000000a3`2e3ffdd0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a3`2e3ffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a3`2e7ff898 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a3`2e7ff8a0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000a3`2e7ffb90 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a3`2e7ffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a3`2ebffa88 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a3`2ebffa90 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000a3`2ebffd80 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a3`2ebffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000097`fc7fea70 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000097`fc7feab0 00007ff6`31c6e90c     postgres!ExceptionalCondition(
00000097`fc7feaf0 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000097`fc7feb40 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000097`fc7feb90 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000097`fc7ff4b0 00007ff6`31b21298     postgres!PostmasterMain(
00000097`fc7ff650 00007ff6`321216c9     postgres!main(
00000097`fc7ff690 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000097`fc7ff6e0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000097`fc7ff750 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000097`fd3ff698 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
00000097`fd3ff6a0 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
00000097`fd3ff710 00007ff8`252b4cb0     postgres!pg_signal_thread(
00000097`fd3ff810 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000097`fd3ff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000097`fd7ff458 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000097`fd7ff460 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000097`fd7ff750 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000097`fd7ff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000097`fcbff4c8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000097`fcbff4d0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000097`fcbff7c0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000097`fcbff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000097`fcfffb38 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000097`fcfffb40 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000097`fcfffe30 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000097`fcfffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004d`1d3ff478 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004d`1d3ff480 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000004d`1d3ff770 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004d`1d3ff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004d`1c3fec60 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000004d`1c3feca0 00007ff6`31c6e90c     postgres!ExceptionalCondition(
0000004d`1c3fece0 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000004d`1c3fed30 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000004d`1c3fed80 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000004d`1c3ff6a0 00007ff6`31b21298     postgres!PostmasterMain(
0000004d`1c3ff840 00007ff6`321216c9     postgres!main(
0000004d`1c3ff880 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000004d`1c3ff8d0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000004d`1c3ff940 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000004d`1c7ff698 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004d`1c7ff6a0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000004d`1c7ff990 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004d`1c7ff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004d`1cbffd48 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
0000004d`1cbffd50 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
0000004d`1cbffdc0 00007ff8`252b4cb0     postgres!pg_signal_thread(
0000004d`1cbffec0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004d`1cbffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004d`1cfff818 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004d`1cfff820 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000004d`1cfffb10 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004d`1cfffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e7`513feee0 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e7`513fef20 00007ff6`31c6e90c     postgres!ExceptionalCondition(
000000e7`513fef60 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000e7`513fefb0 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000e7`513ff000 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000e7`513ff920 00007ff6`31b21298     postgres!PostmasterMain(
000000e7`513ffac0 00007ff6`321216c9     postgres!main(
000000e7`513ffb00 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e7`513ffb50 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e7`513ffbc0 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000e7`517ffa68 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e7`517ffa70 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000e7`517ffd60 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e7`517ffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e7`51bffbd8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e7`51bffbe0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000e7`51bffed0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e7`51bfff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e7`51fff668 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
000000e7`51fff670 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
000000e7`51fff6e0 00007ff8`252b4cb0     postgres!pg_signal_thread(
000000e7`51fff7e0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e7`51fff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e7`523ff8b8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e7`523ff8c0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000e7`523ffbb0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e7`523ffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c3`53dff738 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c3`53dff740 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000c3`53dffa30 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c3`53dffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c3`545ffba8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c3`545ffbb0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000c3`545ffea0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c3`545ffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c3`541ffd88 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
000000c3`541ffd90 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
000000c3`541ffe00 00007ff8`252b4cb0     postgres!pg_signal_thread(
000000c3`541fff00 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c3`541fff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c3`539ff8f8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c3`539ff900 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000c3`539ffbf0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c3`539ffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c3`535fecd0 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c3`535fed10 00007ff6`31c6e90c     postgres!ExceptionalCondition(
000000c3`535fed50 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c3`535feda0 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000c3`535fedf0 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c3`535ff710 00007ff6`31b21298     postgres!PostmasterMain(
000000c3`535ff8b0 00007ff6`321216c9     postgres!main(
000000c3`535ff8f0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c3`535ff940 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c3`535ff9b0 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000002f`9c5ff8c8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002f`9c5ff8d0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000002f`9c5ffbc0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002f`9c5ffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002f`9c1ff9c8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002f`9c1ff9d0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000002f`9c1ffcc0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002f`9c1ffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002f`9bdffa08 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002f`9bdffa10 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000002f`9bdffd00 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002f`9bdffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002f`9b9ff170 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000002f`9b9ff1b0 00007ff6`31c6e90c     postgres!ExceptionalCondition(
0000002f`9b9ff1f0 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000002f`9b9ff240 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000002f`9b9ff290 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000002f`9b9ffbb0 00007ff6`31b21298     postgres!PostmasterMain(
0000002f`9b9ffd50 00007ff6`321216c9     postgres!main(
0000002f`9b9ffd90 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000002f`9b9ffde0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000002f`9b9ffe50 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000002f`9cdffb88 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002f`9cdffb90 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000002f`9cdffe80 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002f`9cdffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002f`9c9ffc88 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
0000002f`9c9ffc90 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
0000002f`9c9ffd00 00007ff8`252b4cb0     postgres!pg_signal_thread(
0000002f`9c9ffe00 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002f`9c9ffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d2`827ffab8 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
000000d2`827ffac0 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
000000d2`827ffb30 00007ff8`252b4cb0     postgres!pg_signal_thread(
000000d2`827ffc30 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d2`827ffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d2`823ff4f8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d2`823ff500 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000d2`823ff7f0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d2`823ff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d2`81ffeb60 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d2`81ffeba0 00007ff6`31c6e90c     postgres!ExceptionalCondition(
000000d2`81ffebe0 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000d2`81ffec30 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000d2`81ffec80 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000d2`81fff5a0 00007ff6`31b21298     postgres!PostmasterMain(
000000d2`81fff740 00007ff6`321216c9     postgres!main(
000000d2`81fff780 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d2`81fff7d0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d2`81fff840 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000d2`82fff758 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d2`82fff760 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000d2`82fffa50 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d2`82fffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d2`82bff658 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d2`82bff660 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000d2`82bff950 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d2`82bff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a5`8e9ffd78 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
000000a5`8e9ffd80 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
000000a5`8e9ffdf0 00007ff8`252b4cb0     postgres!pg_signal_thread(
000000a5`8e9ffef0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a5`8e9fff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a5`8e1ff548 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a5`8e1ff550 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000a5`8e1ff840 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a5`8e1ff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a5`8edffba8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a5`8edffbb0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000a5`8edffea0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a5`8edffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a5`8e5ff458 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a5`8e5ff460 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000a5`8e5ff750 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a5`8e5ff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a5`8ddff738 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a5`8ddff740 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000a5`8ddffa30 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a5`8ddffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a5`8d9febc0 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a5`8d9fec00 00007ff6`31c6e90c     postgres!ExceptionalCondition(
000000a5`8d9fec40 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000a5`8d9fec90 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000a5`8d9fece0 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a5`8d9ff600 00007ff6`31b21298     postgres!PostmasterMain(
000000a5`8d9ff7a0 00007ff6`321216c9     postgres!main(
000000a5`8d9ff7e0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a5`8d9ff830 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a5`8d9ff8a0 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a6`5bfff050 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a6`5bfff090 00007ff6`31c6e90c     postgres!ExceptionalCondition(
000000a6`5bfff0d0 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000a6`5bfff120 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000a6`5bfff170 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a6`5bfffa90 00007ff6`31b21298     postgres!PostmasterMain(
000000a6`5bfffc30 00007ff6`321216c9     postgres!main(
000000a6`5bfffc70 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a6`5bfffcc0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a6`5bfffd30 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a6`5d3ff718 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a6`5d3ff720 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000a6`5d3ffa10 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a6`5d3ffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a6`5cfffa78 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
000000a6`5cfffa80 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
000000a6`5cfffaf0 00007ff8`252b4cb0     postgres!pg_signal_thread(
000000a6`5cfffbf0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a6`5cfffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a6`5cbff6e8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a6`5cbff6f0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000a6`5cbff9e0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a6`5cbffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a6`5c7ff7b8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a6`5c7ff7c0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000a6`5c7ffab0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a6`5c7ffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a6`5c3ffa18 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a6`5c3ffa20 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000a6`5c3ffd10 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a6`5c3ffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000093`6b7ff648 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000093`6b7ff650 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000093`6b7ff940 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000093`6b7ff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000093`6b3ff458 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000093`6b3ff460 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000093`6b3ff750 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000093`6b3ff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000093`6a7fee20 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000093`6a7fee60 00007ff6`31c6e90c     postgres!ExceptionalCondition(
00000093`6a7feea0 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000093`6a7feef0 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000093`6a7fef40 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000093`6a7ff860 00007ff6`31b21298     postgres!PostmasterMain(
00000093`6a7ffa00 00007ff6`321216c9     postgres!main(
00000093`6a7ffa40 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000093`6a7ffa90 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000093`6a7ffb00 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000093`6abffc08 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000093`6abffc10 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000093`6abfff00 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000093`6abfff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000093`6afffb38 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
00000093`6afffb40 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
00000093`6afffbb0 00007ff8`252b4cb0     postgres!pg_signal_thread(
00000093`6afffcb0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000093`6afffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cd`5e1ffc28 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cd`5e1ffc30 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000cd`5e1fff20 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cd`5e1fff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cd`5ddfeeb0 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000cd`5ddfeef0 00007ff6`31c6e90c     postgres!ExceptionalCondition(
000000cd`5ddfef30 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000cd`5ddfef80 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000cd`5ddfefd0 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000cd`5ddff8f0 00007ff6`31b21298     postgres!PostmasterMain(
000000cd`5ddffa90 00007ff6`321216c9     postgres!main(
000000cd`5ddffad0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000cd`5ddffb20 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000cd`5ddffb90 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000cd`5e5ff7c8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cd`5e5ff7d0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000cd`5e5ffac0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cd`5e5ffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cd`5e9ff638 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
000000cd`5e9ff640 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
000000cd`5e9ff6b0 00007ff8`252b4cb0     postgres!pg_signal_thread(
000000cd`5e9ff7b0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cd`5e9ff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cd`5edffc28 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cd`5edffc30 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000cd`5edfff20 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cd`5edfff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b1`b15ff6f8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b1`b15ff700 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000b1`b15ff9f0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b1`b15ffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b1`b19ffc08 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
000000b1`b19ffc10 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
000000b1`b19ffc80 00007ff8`252b4cb0     postgres!pg_signal_thread(
000000b1`b19ffd80 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b1`b19ffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b1`b1dff838 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b1`b1dff840 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000b1`b1dffb30 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b1`b1dffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b1`b11ffa58 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b1`b11ffa60 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000b1`b11ffd50 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b1`b11ffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b1`b0dfee40 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b1`b0dfee80 00007ff6`31c6e90c     postgres!ExceptionalCondition(
000000b1`b0dfeec0 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000b1`b0dfef10 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000b1`b0dfef60 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000b1`b0dff880 00007ff6`31b21298     postgres!PostmasterMain(
000000b1`b0dffa20 00007ff6`321216c9     postgres!main(
000000b1`b0dffa60 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b1`b0dffab0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000b1`b0dffb20 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000076`849ff638 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000076`849ff640 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000076`849ff930 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000076`849ff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000076`845ff4b8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000076`845ff4c0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000076`845ff7b0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000076`845ff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000076`841fec10 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000076`841fec50 00007ff6`31c6e90c     postgres!ExceptionalCondition(
00000076`841fec90 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000076`841fece0 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000076`841fed30 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000076`841ff650 00007ff6`31b21298     postgres!PostmasterMain(
00000076`841ff7f0 00007ff6`321216c9     postgres!main(
00000076`841ff830 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000076`841ff880 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000076`841ff8f0 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000076`855ffbb8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000076`855ffbc0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000076`855ffeb0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000076`855ffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000076`851ffae8 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
00000076`851ffaf0 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
00000076`851ffb60 00007ff8`252b4cb0     postgres!pg_signal_thread(
00000076`851ffc60 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000076`851ffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000076`84dff788 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000076`84dff790 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000076`84dffa80 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000076`84dffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000098`16dff7d8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000098`16dff7e0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000098`16dffad0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000098`16dffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000098`165ffbd8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000098`165ffbe0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000098`165ffed0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000098`165fff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000098`161ff030 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000098`161ff070 00007ff6`31c6e90c     postgres!ExceptionalCondition(
00000098`161ff0b0 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000098`161ff100 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000098`161ff150 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000098`161ffa70 00007ff6`31b21298     postgres!PostmasterMain(
00000098`161ffc10 00007ff6`321216c9     postgres!main(
00000098`161ffc50 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000098`161ffca0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000098`161ffd10 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000098`171ff5b8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000098`171ff5c0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000098`171ff8b0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000098`171ff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000098`169ff8c8 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
00000098`169ff8d0 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
00000098`169ff940 00007ff8`252b4cb0     postgres!pg_signal_thread(
00000098`169ffa40 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000098`169ffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000007`549ffcb8 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
00000007`549ffcc0 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
00000007`549ffd30 00007ff8`252b4cb0     postgres!pg_signal_thread(
00000007`549ffe30 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000007`549ffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000007`54dff6a8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000007`54dff6b0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000007`54dff9a0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000007`54dff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000007`53dfee90 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000007`53dfeed0 00007ff6`31c6e90c     postgres!ExceptionalCondition(
00000007`53dfef10 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000007`53dfef60 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000007`53dfefb0 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000007`53dff8d0 00007ff6`31b21298     postgres!PostmasterMain(
00000007`53dffa70 00007ff6`321216c9     postgres!main(
00000007`53dffab0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000007`53dffb00 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000007`53dffb70 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000007`541ff4b8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000007`541ff4c0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000007`541ff7b0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000007`541ff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000007`545ffaa8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000007`545ffab0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000007`545ffda0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000007`545ffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000052`007ff808 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000052`007ff810 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000052`007ffb00 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000052`007ffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000052`00bff928 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
00000052`00bff930 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
00000052`00bff9a0 00007ff8`252b4cb0     postgres!pg_signal_thread(
00000052`00bffaa0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000052`00bffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000052`003ff9c8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000052`003ff9d0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000052`003ffcc0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000052`003ffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000052`7ffff818 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000052`7ffff820 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000052`7ffffb10 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000052`7ffffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000052`7fbfed80 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000052`7fbfedc0 00007ff6`31c6e90c     postgres!ExceptionalCondition(
00000052`7fbfee00 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000052`7fbfee50 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000052`7fbfeea0 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000052`7fbff7c0 00007ff6`31b21298     postgres!PostmasterMain(
00000052`7fbff960 00007ff6`321216c9     postgres!main(
00000052`7fbff9a0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000052`7fbff9f0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000052`7fbffa60 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000052`00fff588 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000052`00fff590 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000052`00fff880 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000052`00fff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002a`8c9ff648 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002a`8c9ff650 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000002a`8c9ff940 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002a`8c9ff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002a`8cdffb58 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002a`8cdffb60 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000002a`8cdffe50 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002a`8cdffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002a`8d9ff6a8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002a`8d9ff6b0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000002a`8d9ff9a0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002a`8d9ff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002a`8c5fea50 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000002a`8c5fea90 00007ff6`31c6e90c     postgres!ExceptionalCondition(
0000002a`8c5fead0 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000002a`8c5feb20 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000002a`8c5feb70 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000002a`8c5ff490 00007ff6`31b21298     postgres!PostmasterMain(
0000002a`8c5ff630 00007ff6`321216c9     postgres!main(
0000002a`8c5ff670 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000002a`8c5ff6c0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000002a`8c5ff730 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000002a`8d1ffa18 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002a`8d1ffa20 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000002a`8d1ffd10 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002a`8d1ffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002a`8d5ffb48 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
0000002a`8d5ffb50 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
0000002a`8d5ffbc0 00007ff8`252b4cb0     postgres!pg_signal_thread(
0000002a`8d5ffcc0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002a`8d5ffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003d`5fdffa08 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
0000003d`5fdffa10 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
0000003d`5fdffa80 00007ff8`252b4cb0     postgres!pg_signal_thread(
0000003d`5fdffb80 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003d`5fdffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003d`5f1fec80 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000003d`5f1fecc0 00007ff6`31c6e90c     postgres!ExceptionalCondition(
0000003d`5f1fed00 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000003d`5f1fed50 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000003d`5f1feda0 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000003d`5f1ff6c0 00007ff6`31b21298     postgres!PostmasterMain(
0000003d`5f1ff860 00007ff6`321216c9     postgres!main(
0000003d`5f1ff8a0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000003d`5f1ff8f0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000003d`5f1ff960 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000003d`5f5ff6d8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003d`5f5ff6e0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000003d`5f5ff9d0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003d`5f5ffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003d`5f9ff838 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003d`5f9ff840 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000003d`5f9ffb30 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003d`5f9ffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003d`601ff808 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003d`601ff810 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000003d`601ffb00 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003d`601ffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d8`703ffac8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d8`703ffad0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000d8`703ffdc0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d8`703ffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d8`6fbffb58 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
000000d8`6fbffb60 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
000000d8`6fbffbd0 00007ff8`252b4cb0     postgres!pg_signal_thread(
000000d8`6fbffcd0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d8`6fbffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d8`6f3fea70 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d8`6f3feab0 00007ff6`31c6e90c     postgres!ExceptionalCondition(
000000d8`6f3feaf0 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000d8`6f3feb40 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000d8`6f3feb90 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000d8`6f3ff4b0 00007ff6`31b21298     postgres!PostmasterMain(
000000d8`6f3ff650 00007ff6`321216c9     postgres!main(
000000d8`6f3ff690 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d8`6f3ff6e0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d8`6f3ff750 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000062`541ff4d8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000062`541ff4e0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000062`541ff7d0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000062`541ff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000062`549ff768 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
00000062`549ff770 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
00000062`549ff7e0 00007ff8`252b4cb0     postgres!pg_signal_thread(
00000062`549ff8e0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000062`549ff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000062`545ff818 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000062`545ff820 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000062`545ffb10 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000062`545ffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000062`53dfef10 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000062`53dfef50 00007ff6`31c6e90c     postgres!ExceptionalCondition(
00000062`53dfef90 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000062`53dfefe0 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000062`53dff030 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000062`53dff950 00007ff6`31b21298     postgres!PostmasterMain(
00000062`53dffaf0 00007ff6`321216c9     postgres!main(
00000062`53dffb30 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000062`53dffb80 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000062`53dffbf0 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000062`54dff628 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000062`54dff630 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000062`54dff920 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000062`54dff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009b`ef3ff6c8 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
0000009b`ef3ff6d0 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
0000009b`ef3ff740 00007ff8`252b4cb0     postgres!pg_signal_thread(
0000009b`ef3ff840 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009b`ef3ff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009b`ee7fec00 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000009b`ee7fec40 00007ff6`31c6e90c     postgres!ExceptionalCondition(
0000009b`ee7fec80 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000009b`ee7fecd0 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000009b`ee7fed20 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000009b`ee7ff640 00007ff6`31b21298     postgres!PostmasterMain(
0000009b`ee7ff7e0 00007ff6`321216c9     postgres!main(
0000009b`ee7ff820 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000009b`ee7ff870 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000009b`ee7ff8e0 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000009b`eebff848 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009b`eebff850 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000009b`eebffb40 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009b`eebffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009b`eefff8e8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009b`eefff8f0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000009b`eefffbe0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009b`eefffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009b`ef7ff9a8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009b`ef7ff9b0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000009b`ef7ffca0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009b`ef7ffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000025`40dff628 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000025`40dff630 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000025`40dff920 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000025`40dff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000025`415ffce8 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
00000025`415ffcf0 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
00000025`415ffd60 00007ff8`252b4cb0     postgres!pg_signal_thread(
00000025`415ffe60 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000025`415ffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000025`419ff748 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000025`419ff750 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000025`419ffa40 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000025`419ffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000025`405ff190 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000025`405ff1d0 00007ff6`31c6e90c     postgres!ExceptionalCondition(
00000025`405ff210 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000025`405ff260 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000025`405ff2b0 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000025`405ffbd0 00007ff6`31b21298     postgres!PostmasterMain(
00000025`405ffd70 00007ff6`321216c9     postgres!main(
00000025`405ffdb0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000025`405ffe00 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000025`405ffe70 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000025`409ff8a8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000025`409ff8b0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000025`409ffba0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000025`409ffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000025`411ffb78 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000025`411ffb80 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000025`411ffe70 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000025`411ffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000058`67bffaf8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000058`67bffb00 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000058`67bffdf0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000058`67bffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000058`66bff000 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000058`66bff040 00007ff6`31c6e90c     postgres!ExceptionalCondition(
00000058`66bff080 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000058`66bff0d0 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000058`66bff120 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000058`66bffa40 00007ff6`31b21298     postgres!PostmasterMain(
00000058`66bffbe0 00007ff6`321216c9     postgres!main(
00000058`66bffc20 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000058`66bffc70 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000058`66bffce0 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000058`673ff9b8 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
00000058`673ff9c0 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
00000058`673ffa30 00007ff8`252b4cb0     postgres!pg_signal_thread(
00000058`673ffb30 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000058`673ffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000058`677ff598 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000058`677ff5a0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000058`677ff890 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000058`677ff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000058`66fff4b8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000058`66fff4c0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000058`66fff7b0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000058`66fff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000034`5b9feb00 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000034`5b9feb40 00007ff6`31c6e90c     postgres!ExceptionalCondition(
00000034`5b9feb80 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000034`5b9febd0 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000034`5b9fec20 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000034`5b9ff540 00007ff6`31b21298     postgres!PostmasterMain(
00000034`5b9ff6e0 00007ff6`321216c9     postgres!main(
00000034`5b9ff720 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000034`5b9ff770 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000034`5b9ff7e0 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000034`5c9ff768 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000034`5c9ff770 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000034`5c9ffa60 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000034`5c9ffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000034`5c5ff908 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000034`5c5ff910 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000034`5c5ffc00 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000034`5c5ffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000034`5bdff998 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000034`5bdff9a0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000034`5bdffc90 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000034`5bdffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000034`5c1ffb68 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
00000034`5c1ffb70 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
00000034`5c1ffbe0 00007ff8`252b4cb0     postgres!pg_signal_thread(
00000034`5c1ffce0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000034`5c1ffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000051`f89ff798 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000051`f89ff7a0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000051`f89ffa90 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000051`f89ffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000051`f91ff6f8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000051`f91ff700 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000051`f91ff9f0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000051`f91ffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000051`f85ff938 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000051`f85ff940 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000051`f85ffc30 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000051`f85ffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000051`f81ff0a0 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000051`f81ff0e0 00007ff6`31c6e90c     postgres!ExceptionalCondition(
00000051`f81ff120 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000051`f81ff170 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000051`f81ff1c0 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000051`f81ffae0 00007ff6`31b21298     postgres!PostmasterMain(
00000051`f81ffc80 00007ff6`321216c9     postgres!main(
00000051`f81ffcc0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000051`f81ffd10 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000051`f81ffd80 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000051`f8dffbf8 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
00000051`f8dffc00 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
00000051`f8dffc70 00007ff8`252b4cb0     postgres!pg_signal_thread(
00000051`f8dffd70 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000051`f8dffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004d`90dffb48 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004d`90dffb50 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000004d`90dffe40 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004d`90dffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004d`909ffbd8 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
0000004d`909ffbe0 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
0000004d`909ffc50 00007ff8`252b4cb0     postgres!pg_signal_thread(
0000004d`909ffd50 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004d`909ffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004d`905ff5e8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004d`905ff5f0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000004d`905ff8e0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004d`905ff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004d`8fdfeef0 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000004d`8fdfef30 00007ff6`31c6e90c     postgres!ExceptionalCondition(
0000004d`8fdfef70 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000004d`8fdfefc0 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000004d`8fdff010 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000004d`8fdff930 00007ff6`31b21298     postgres!PostmasterMain(
0000004d`8fdffad0 00007ff6`321216c9     postgres!main(
0000004d`8fdffb10 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000004d`8fdffb60 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000004d`8fdffbd0 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000004d`901ff528 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004d`901ff530 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
0000004d`901ff820 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004d`901ff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ad`29ffeef0 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ad`29ffef30 00007ff6`31c6e90c     postgres!ExceptionalCondition(
000000ad`29ffef70 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ad`29ffefc0 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000ad`29fff010 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ad`29fff930 00007ff6`31b21298     postgres!PostmasterMain(
000000ad`29fffad0 00007ff6`321216c9     postgres!main(
000000ad`29fffb10 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ad`29fffb60 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ad`29fffbd0 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ad`2afff7b8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ad`2afff7c0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000ad`2afffab0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ad`2afffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ad`2abffbc8 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
000000ad`2abffbd0 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
000000ad`2abffc40 00007ff8`252b4cb0     postgres!pg_signal_thread(
000000ad`2abffd40 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ad`2abffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000059`023ffb58 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
00000059`023ffb60 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
00000059`023ffbd0 00007ff8`252b4cb0     postgres!pg_signal_thread(
00000059`023ffcd0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000059`023ffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000059`027ffa38 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000059`027ffa40 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
00000059`027ffd30 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000059`027ffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000059`013fee50 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000059`013fee90 00007ff6`31c6e90c     postgres!ExceptionalCondition(
00000059`013feed0 00007ff6`31c6e01c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000059`013fef20 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000059`013fef70 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000059`013ff890 00007ff6`31b21298     postgres!PostmasterMain(
00000059`013ffa30 00007ff6`321216c9     postgres!main(
00000059`013ffa70 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000059`013ffac0 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000059`013ffb30 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000db`295ff498 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000db`295ff4a0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000db`295ff790 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000db`295ff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000db`2a1ff608 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000db`2a1ff610 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000db`2a1ff900 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000db`2a1ff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000db`291feb90 00007ff6`31faa808     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000db`291febd0 00007ff6`31c6e90c     postgres!ExceptionalCondition(
000000db`291fec10 00007ff6`31c6df6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000db`291fec60 00007ff6`31c6ef17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000db`291fecb0 00007ff6`31c6c61d     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000db`291ff5d0 00007ff6`31b21298     postgres!PostmasterMain(
000000db`291ff770 00007ff6`321216c9     postgres!main(
000000db`291ff7b0 00007ff6`3212161e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000db`291ff800 00007ff6`321214de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000db`291ff870 00007ff6`3212173e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000db`29dff9a8 00007ff8`25ccb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000db`29dff9b0 00007ff8`252b4cb0     ntdll!TppWorkerThread+0x2df
000000db`29dffca0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000db`29dffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000db`299ffa48 00007ff8`234a45ca     ntdll!NtFsControlFile+0x14
000000db`299ffa50 00007ff6`31c59c6b     KERNELBASE!ConnectNamedPipe+0x6a
000000db`299ffac0 00007ff8`252b4cb0     postgres!pg_signal_thread(
000000db`299ffbc0 00007ff8`25d3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000db`299ffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/brin.out C:/cirrus/build/testrun/pg_upgrade/002_pg_upgr...
--- C:/cirrus/src/test/regress/expected/brin.out	2024-12-24 06:02:59.907817800 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/brin.out	2024-12-24 06:05:47.671263100 +0000
@@ -574,18 +574,10 @@
 SET LOCAL min_parallel_table_scan_size = 0;
 SET LOCAL max_parallel_maintenance_workers = 4;
 CREATE INDEX brintest_expr_idx ON brintest_expr USING brin (brintest_func());
-COMMIT;
-DROP TABLE brintest_expr;
-DROP FUNCTION brintest_func();
--- test an unlogged table, mostly to get coverage of brinbuildempty
-CREATE UNLOGGED TABLE brintest_unlogged (n numrange);
-CREATE INDEX brinidx_unlogged ON brintest_unlogged USING brin (n);
-INSERT INTO brintest_unlogged VALUES (numrange(0, 2^1000::numeric));
-DROP TABLE brintest_unlogged;
--- test that the insert optimization works if no rows end up inserted
-CREATE TABLE brin_insert_optimization (a int);
-INSERT INTO brin_insert_optimization VALUES (1);
-CREATE INDEX brin_insert_optimization_idx ON brin_insert_optimization USING brin (a);
-UPDATE brin_insert_optimization SET a = a;
...
tap
[06:11:28.701](1.450s) Bail out!  pg_ctl stop failed
tap
[06:11:24.678](1.141s) Bail out!  pg_ctl stop failed
tap
[06:11:25.460](1.235s) Bail out!  pg_ctl restart failed
tap
[06:11:28.952](1.096s) Bail out!  pg_ctl stop failed
tap
[06:11:29.204](3.273s) Bail out!  pg_ctl stop failed
tap
[06:11:46.547](1.235s) Bail out!  pg_ctl restart failed
tap
[06:13:26.698](1.340s) Bail out!  pg_ctl stop failed
tap
[06:19:04.802](309.025s) # poll_query_until timed out executing this query:
[06:19:04.805](0.003s) not ok 2 - ensure checksums are enabled
[06:24:02.552](297.264s) # poll_query_until timed out executing this query:
[06:24:02.555](0.003s) not ok 7 - ensure checksums are enabled
[06:24:03.728](1.111s) Bail out!  pg_ctl stop failed
tap
[06:19:04.805](308.409s) # poll_query_until timed out executing this query:
[06:19:04.808](0.003s) not ok 3 - ensure checksums aren't enabled yet
tap
[06:19:16.454](307.153s) # poll_query_until timed out executing this query:
[06:19:16.457](0.003s) not ok 3 - ensure checksums are in progress on primary
[06:24:13.160](296.702s) # poll_query_until timed out executing this query:
[06:24:13.162](0.003s) not ok 4 - ensure standby has absorbed the inprogress-on barrier
[06:24:13.228](0.065s) not ok 5 - ensure checksums are on, or in progress, on standby_1
[06:29:09.501](296.273s) # poll_query_until timed out executing this query:
[06:29:09.503](0.002s) not ok 6 - ensure checksums are enabled on the primary
tap
[06:13:58.860](1.111s) Bail out!  pg_ctl stop failed
tap
[06:13:30.378](1.267s) Bail out!  pg_ctl stop failed
tap
[06:13:33.179](1.175s) Bail out!  pg_ctl restart failed
tap
[06:13:36.638](5.703s) Bail out!  pg_ctl restart failed
tap
[06:13:36.778](1.156s) Bail out!  pg_ctl stop failed
tap
[06:13:37.562](1.205s) Bail out!  pg_ctl restart failed
tap
[06:13:39.665](1.207s) Bail out!  pg_ctl stop failed
tap
[06:09:00.653](1.251s) Bail out!  pg_ctl stop failed
tap
[06:09:01.215](1.400s) Bail out!  pg_ctl stop failed
tap
[06:08:59.479](1.255s) Bail out!  pg_ctl restart failed
tap
[06:09:06.913](1.344s) Bail out!  pg_ctl stop failed
tap
[06:09:06.945](6.954s) Bail out!  pg_ctl stop failed
tap
[06:09:10.159](1.341s) Bail out!  pg_ctl restart failed
tap
[06:09:24.635](8.091s) Bail out!  pg_ctl stop failed
tap
[06:09:18.316](0.000s) not ok 23 - data_checksums=on is reported on an offline cluster stdout /(?^:^on$)/
[06:09:19.957](1.456s) Bail out!  pg_ctl stop failed
tap
[06:09:40.841](1.625s) Bail out!  pg_ctl restart failed
tap
[06:09:52.357](1.188s) not ok 17 - pg_ctl stop
[06:09:54.048](1.266s) not ok 25 - pg_ctl restart with server running
[06:09:54.061](0.013s) Bail out!  command "pg_ctl stop -D C:\cirrus\build\testrun\pg_ctl\001_start_stop\data\tmp_test_EN...
tap
[06:09:46.832](1.188s) Bail out!  command "pg_ctl stop -D C:\cirrus\build/testrun/pg_ctl/002_status\data/t_002_status_ma...
tap
[06:10:27.865](1.197s) Bail out!  pg_ctl stop failed
tap
[06:11:32.865](1.127s) Bail out!  pg_ctl restart failed
tap
[06:10:06.674](1.796s) Bail out!  pg_ctl stop failed
tap
[06:10:23.719](1.175s) Bail out!  pg_ctl stop failed
tap
[06:10:15.675](8.372s) Bail out!  pg_ctl stop failed
tap
[06:10:22.559](15.076s) Bail out!  pg_ctl stop failed
tap
[06:10:21.918](5.813s) Bail out!  pg_ctl stop failed
tap
[06:10:31.262](13.881s) Bail out!  pg_ctl stop failed
tap
[06:10:50.858](26.530s) Bail out!  pg_ctl stop failed
tap
[06:10:40.683](16.342s) Bail out!  pg_ctl stop failed
tap
[06:10:30.637](5.176s) Bail out!  pg_ctl stop failed
tap
[06:10:33.267](4.899s) Bail out!  pg_ctl stop failed
tap
[06:11:34.163](1.125s) Bail out!  pg_ctl restart failed
tap
[06:06:11.825](71.335s) not ok 5 - regression tests pass
[06:06:17.348](5.507s) not ok 6 - dump before running pg_upgrade
tap
[06:05:02.353](7.226s) Bail out!  pg_ctl stop failed
tap
[06:05:02.384](3.630s) Bail out!  pg_ctl stop failed
tap
[06:10:44.894](1.098s) Bail out!  pg_ctl stop failed
tap
[06:11:38.984](1.126s) Bail out!  pg_ctl stop failed
tap
[06:11:37.385](1.439s) Bail out!  pg_ctl stop failed
tap
[06:10:51.499](3.761s) Bail out!  pg_ctl stop failed
tap
[06:14:45.502](1.252s) Bail out!  pg_ctl stop failed
tap
[06:11:51.494](1.200s) Bail out!  pg_ctl stop failed
tap
[06:05:11.187](17.654s) Bail out!  pg_ctl stop failed
tap
[06:05:17.037](2.833s) Bail out!  pg_ctl stop failed
tap
[06:05:14.268](11.302s) Bail out!  pg_ctl stop failed
tap
[06:05:22.532](2.377s) Bail out!  pg_ctl restart failed
tap
[06:05:43.940](1.405s) Bail out!  pg_ctl stop failed
tap
[06:05:59.979](39.464s) Bail out!  pg_ctl restart failed
tap
[06:05:31.657](3.578s) Bail out!  pg_ctl stop failed
tap
[06:05:32.047](4.692s) Bail out!  pg_ctl stop failed
tap
[06:05:54.602](22.039s) Bail out!  pg_ctl stop failed
tap
[06:05:50.157](2.191s) Bail out!  pg_ctl stop failed
tap
[06:06:11.981](20.113s) Bail out!  pg_ctl stop failed
tap
[06:05:58.999](6.563s) Bail out!  pg_ctl stop failed
tap
[06:05:59.861](2.590s) Bail out!  pg_ctl stop failed
tap
[06:06:18.476](14.091s) Bail out!  pg_ctl stop failed
tap
[06:06:04.948](1.653s) Bail out!  pg_ctl stop failed
tap
[06:06:11.687](1.523s) Bail out!  pg_ctl stop failed
tap
[06:06:15.594](3.395s) Bail out!  pg_ctl stop failed
tap
[06:06:28.553](13.660s) Bail out!  pg_ctl restart failed
tap
[06:06:29.290](1.614s) Bail out!  pg_ctl stop failed
tap
[06:08:21.478](1.386s) Bail out!  pg_ctl restart failed
tap
[06:06:38.600](1.675s) Bail out!  pg_ctl stop failed
tap
[06:06:34.765](1.407s) Bail out!  pg_ctl stop failed
tap
[06:06:58.752](2.742s) Bail out!  pg_ctl restart failed
tap
[06:06:50.317](2.179s) Bail out!  pg_ctl restart failed
tap
[06:07:01.180](3.291s) Bail out!  pg_ctl stop failed
tap
[06:07:06.939](25.376s) Bail out!  pg_ctl stop failed
tap
[06:06:52.320](7.381s) Bail out!  pg_ctl stop failed
tap
[06:07:26.204](2.377s) Bail out!  pg_ctl stop failed
tap
[06:07:00.505](7.545s) Bail out!  pg_ctl stop failed
tap
[06:07:13.185](1.862s) Bail out!  pg_ctl restart failed
tap
[06:07:12.027](2.127s) Bail out!  pg_ctl stop failed
tap
[06:07:48.951](1.664s) Bail out!  pg_ctl stop failed
tap
[06:07:19.979](1.520s) Bail out!  pg_ctl stop failed
tap
[06:07:23.968](1.436s) Bail out!  pg_ctl stop failed
tap
[06:13:39.727](1.253s) Bail out!  pg_ctl stop failed
tap
[06:14:04.869](4.332s) Bail out!  pg_ctl restart failed
tap
[06:14:05.526](5.690s) Bail out!  pg_ctl restart failed
tap
[06:14:10.490](5.094s) Bail out!  pg_ctl restart failed
tap
[06:12:08.816](1.957s) Bail out!  pg_ctl stop failed
tap
[06:12:00.477](1.195s) Bail out!  pg_ctl stop failed
tap
[06:12:00.712](1.187s) Bail out!  pg_ctl stop failed
tap
[06:12:03.388](1.245s) Bail out!  pg_ctl stop failed
tap
[06:12:10.868](1.220s) Bail out!  pg_ctl stop failed
tap
[06:12:08.191](1.316s) Bail out!  pg_ctl stop failed
tap
[06:12:10.665](1.268s) Bail out!  pg_ctl stop failed
tap
[06:12:17.254](1.266s) Bail out!  pg_ctl stop failed
tap
[06:12:15.113](1.175s) Bail out!  pg_ctl stop failed
tap
[06:12:47.375](1.256s) Bail out!  pg_ctl restart failed
tap
[06:12:28.957](1.492s) Bail out!  pg_ctl stop failed
tap
[06:12:38.364](1.155s) Bail out!  pg_ctl stop failed
tap
[06:12:36.810](1.484s) Bail out!  pg_ctl stop failed
tap
[06:12:36.576](1.219s) Bail out!  pg_ctl stop failed
tap
[06:12:41.497](1.187s) Bail out!  pg_ctl stop failed
tap
[06:12:43.923](1.409s) Bail out!  pg_ctl stop failed
tap
[06:12:43.970](1.456s) Bail out!  pg_ctl stop failed
tap
[06:12:45.510](4.059s) Bail out!  pg_ctl restart failed
tap
[06:13:05.541](1.183s) Bail out!  pg_ctl stop failed
tap
[06:12:52.727](1.384s) Bail out!  pg_ctl stop failed
tap
[06:12:54.887](1.362s) Bail out!  pg_ctl stop failed
tap
[06:13:00.054](1.630s) Bail out!  pg_ctl stop failed
tap
[06:13:01.570](1.516s) Bail out!  pg_ctl stop failed
tap
[06:13:20.910](1.282s) Bail out!  pg_ctl stop failed
tap
[06:13:06.088](1.154s) Bail out!  pg_ctl stop failed
tap
[06:13:15.682](1.298s) Bail out!  pg_ctl restart failed
tap
[06:13:36.388](1.774s) Bail out!  pg_ctl stop failed
tap
[06:13:32.629](1.810s) Bail out!  pg_ctl stop failed
tap
[06:13:24.384](1.597s) Bail out!  pg_ctl stop failed
tap
[06:13:41.403](1.302s) Bail out!  pg_ctl stop failed
tap
[06:11:39.955](2.554s) Bail out!  pg_ctl stop failed
tap
[06:13:48.231](1.396s) Bail out!  pg_ctl stop failed
tap
[06:13:45.193](1.240s) Bail out!  pg_ctl stop failed
tap
[06:13:47.445](1.235s) Bail out!  pg_ctl stop failed
tap
[06:13:59.332](1.091s) Bail out!  pg_ctl stop failed
tap
[06:13:53.420](1.819s) Bail out!  pg_ctl stop failed
tap
[06:13:53.382](1.927s) Bail out!  pg_ctl restart failed
test
[06:30:33.503]   5/314 postgresql:pg_upgrade / pg_upgrade/003_logical_slots                            ERROR            ...
[06:30:33.503]   6/314 postgresql:pg_upgrade / pg_upgrade/004_subscription                             ERROR            ...
[06:30:33.503]   7/314 postgresql:recovery / recovery/001_stream_rep                                   ERROR            ...
[06:30:33.503]   9/314 postgresql:recovery / recovery/003_recovery_targets                             ERROR            ...
[06:30:33.503]  10/314 postgresql:recovery / recovery/004_timeline_switch                              ERROR            ...
[06:30:33.503]  11/314 postgresql:recovery / recovery/006_logical_decoding                             ERROR            ...
[06:30:33.503]  12/314 postgresql:recovery / recovery/010_logical_decoding_timelines                   ERROR            ...
[06:30:33.503]  13/314 postgresql:recovery / recovery/009_twophase                                     ERROR            ...
[06:30:33.503]  15/314 postgresql:recovery / recovery/014_unlogged_reinit                              ERROR            ...
[06:30:33.503]  16/314 postgresql:recovery / recovery/007_sync_rep                                     ERROR            ...
[06:30:33.503]  17/314 postgresql:recovery / recovery/012_subtransactions                              ERROR            ...
[06:30:33.503]  19/314 postgresql:recovery / recovery/018_wal_optimize                                 ERROR            ...
[06:30:33.503]  20/314 postgresql:recovery / recovery/016_min_consistency                              ERROR            ...
[06:30:33.503]  21/314 postgresql:recovery / recovery/008_fsm_truncation                               ERROR            ...
[06:30:33.503]  22/314 postgresql:recovery / recovery/020_archive_status                               ERROR            ...
[06:30:33.503]  25/314 postgresql:recovery / recovery/015_promotion_pages                              ERROR            ...
[06:30:33.503]  24/314 postgresql:recovery / recovery/021_row_visibility                               ERROR            ...
[06:30:33.503]  26/314 postgresql:recovery / recovery/023_pitr_prepared_xact                           ERROR            ...
[06:30:33.503]  27/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[06:30:33.503]  28/314 postgresql:recovery / recovery/019_replslot_limit                               ERROR            ...
[06:30:33.503]  29/314 postgresql:recovery / recovery/024_archive_recovery                             ERROR            ...
[06:30:33.503]  30/314 postgresql:regress / regress/regress                                            ERROR            ...
[06:30:33.503]  31/314 postgresql:recovery / recovery/026_overwrite_contrecord                         ERROR            ...
[06:30:33.503]  32/314 postgresql:recovery / recovery/029_stats_restart                                ERROR            ...
[06:30:33.503]  33/314 postgresql:recovery / recovery/028_pitr_timelines                               ERROR            ...
[06:30:33.503]  35/314 postgresql:recovery / recovery/031_recovery_conflict                            ERROR            ...
[06:30:33.503]  36/314 postgresql:recovery / recovery/034_create_database                              ERROR            ...
[06:30:33.503]  37/314 postgresql:recovery / recovery/030_stats_cleanup_replica                        ERROR            ...
[06:30:33.503]  38/314 postgresql:recovery / recovery/036_truncated_dropped                            ERROR            ...
[06:30:33.503]  39/314 postgresql:recovery / recovery/032_relfilenode_reuse                            ERROR            ...
[06:30:33.503]  40/314 postgresql:recovery / recovery/033_replay_tsp_drops                             ERROR            ...
[06:30:33.503]  42/314 postgresql:recovery / recovery/039_end_of_wal                                   ERROR            ...
[06:30:33.503]  43/314 postgresql:recovery / recovery/038_save_logical_slots_shutdown                  ERROR            ...
[06:30:33.503]  44/314 postgresql:isolation / isolation/isolation                                      ERROR           1...
[06:30:33.503]  45/314 postgresql:recovery / recovery/041_checkpoint_at_promote                        ERROR            ...
[06:30:33.503]  46/314 postgresql:plpgsql / plpgsql/regress                                            ERROR            ...
[06:30:33.503]  47/314 postgresql:recovery / recovery/042_low_level_backup                             ERROR            ...
[06:30:33.503]  48/314 postgresql:plperl / plperl/regress                                              ERROR            ...
[06:30:33.503]  49/314 postgresql:recovery / recovery/035_standby_logical_decoding                     ERROR            ...
[06:30:33.503]  50/314 postgresql:basic_archive / basic_archive/regress                                ERROR            ...
[06:30:33.503]  51/314 postgresql:bloom / bloom/regress                                                ERROR            ...
[06:30:33.503]  52/314 postgresql:bool_plperl / bool_plperl/regress                                    ERROR            ...
[06:30:33.503]  53/314 postgresql:plpython / plpython/regress                                          ERROR            ...
[06:30:33.503]  54/314 postgresql:amcheck / amcheck/regress                                            ERROR            ...
[06:30:33.503]  55/314 postgresql:citext / citext/regress                                              ERROR            ...
[06:30:33.503]  56/314 postgresql:cube / cube/regress                                                  ERROR            ...
[06:30:33.503]  57/314 postgresql:dict_int / dict_int/regress                                          ERROR            ...
[06:30:33.503]  58/314 postgresql:dblink / dblink/regress                                              ERROR            ...
[06:30:33.503]  59/314 postgresql:dict_xsyn / dict_xsyn/regress                                        ERROR            ...
[06:30:33.503]  60/314 postgresql:btree_gin / btree_gin/regress                                        ERROR            ...
[06:30:33.503]  61/314 postgresql:btree_gist / btree_gist/regress                                      ERROR            ...
[06:30:33.503]  62/314 postgresql:file_fdw / file_fdw/regress                                          ERROR            ...
[06:30:33.503]  63/314 postgresql:earthdistance / earthdistance/regress                                ERROR            ...
[06:30:33.503]  64/314 postgresql:fuzzystrmatch / fuzzystrmatch/regress                                ERROR            ...
[06:30:33.503]  65/314 postgresql:recovery / recovery/040_standby_failover_slots_sync                  ERROR            ...
[06:30:33.504]  66/314 postgresql:hstore_plperl / hstore_plperl/regress                                ERROR            ...
[06:30:33.504]  67/314 postgresql:hstore / hstore/regress                                              ERROR            ...
[06:30:33.504]  68/314 postgresql:hstore_plpython / hstore_plpython/regress                            ERROR            ...
[06:30:33.504]  69/314 postgresql:isn / isn/regress                                                    ERROR            ...
[06:30:33.504]  70/314 postgresql:jsonb_plperl / jsonb_plperl/regress                                  ERROR            ...
[06:30:33.504]  71/314 postgresql:jsonb_plpython / jsonb_plpython/regress                              ERROR            ...
[06:30:33.504]  72/314 postgresql:lo / lo/regress                                                      ERROR            ...
[06:30:33.504]  73/314 postgresql:ltree / ltree/regress                                                ERROR            ...
[06:30:33.504]  74/314 postgresql:ltree_plpython / ltree_plpython/regress                              ERROR            ...
[06:30:33.504]  75/314 postgresql:passwordcheck / passwordcheck/regress                                ERROR            ...
[06:30:33.504]  76/314 postgresql:pg_buffercache / pg_buffercache/regress                              ERROR            ...
[06:30:33.504]  77/314 postgresql:intarray / intarray/regress                                          ERROR            ...
[06:30:33.504]  78/314 postgresql:pg_freespacemap / pg_freespacemap/regress                            ERROR            ...
[06:30:33.504]  79/314 postgresql:pageinspect / pageinspect/regress                                    ERROR            ...
[06:30:33.504]  80/314 postgresql:pg_logicalinspect / pg_logicalinspect/isolation                      ERROR            ...
[06:30:33.504]  81/314 postgresql:pgrowlocks / pgrowlocks/isolation                                    ERROR            ...
[06:30:33.504]  82/314 postgresql:pgstattuple / pgstattuple/regress                                    ERROR            ...
[06:30:33.504]  83/314 postgresql:pg_surgery / pg_surgery/regress                                      ERROR            ...
[06:30:33.504]  84/314 postgresql:pgcrypto / pgcrypto/regress                                          ERROR            ...
[06:30:33.504]  85/314 postgresql:pg_visibility / pg_visibility/regress                                ERROR            ...
[06:30:33.504]  86/314 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
[06:30:33.504]  87/314 postgresql:pg_walinspect / pg_walinspect/regress                                ERROR            ...
[06:30:33.504]  88/314 postgresql:pg_trgm / pg_trgm/regress                                            ERROR            ...
[06:30:33.504]  89/314 postgresql:tablefunc / tablefunc/regress                                        ERROR            ...
[06:30:33.504]  90/314 postgresql:seg / seg/regress                                                    ERROR            ...
[06:30:33.504]  91/314 postgresql:tcn / tcn/isolation                                                  ERROR            ...
[06:30:33.504]  92/314 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
[06:30:33.504]  93/314 postgresql:tsm_system_time / tsm_system_time/regress                            ERROR            ...
[06:30:33.504]  94/314 postgresql:tsm_system_rows / tsm_system_rows/regress                            ERROR            ...
[06:30:33.504]  95/314 postgresql:unaccent / unaccent/regress                                          ERROR            ...
[06:30:33.504]  96/314 postgresql:brin / brin/isolation                                                ERROR            ...
[06:30:33.504]  97/314 postgresql:postgres_fdw / postgres_fdw/regress                                  ERROR            ...
[06:30:33.504]  98/314 postgresql:commit_ts / commit_ts/regress                                        ERROR            ...
[06:30:33.504]  99/314 postgresql:dummy_index_am / dummy_index_am/regress                              ERROR            ...
[06:30:33.504] 100/314 postgresql:delay_execution / delay_execution/isolation                          ERROR            ...
[06:30:33.504] 101/314 postgresql:test_decoding / test_decoding/isolation                              ERROR            ...
[06:30:33.504] 102/314 postgresql:dummy_seclabel / dummy_seclabel/regress                              ERROR            ...
[06:30:33.504] 103/314 postgresql:gin / gin/regress                                                    ERROR            ...
[06:30:33.504] 104/314 postgresql:injection_points / injection_points/regress                          ERROR            ...
[06:30:33.504] 105/314 postgresql:plsample / plsample/regress                                          ERROR            ...
[06:30:33.504] 106/314 postgresql:spgist_name_ops / spgist_name_ops/regress                            ERROR            ...
[06:30:33.504] 107/314 postgresql:test_bloomfilter / test_bloomfilter/regress                          ERROR            ...
[06:30:33.504] 108/314 postgresql:injection_points / injection_points/isolation                        ERROR            ...
[06:30:33.504] 109/314 postgresql:test_copy_callbacks / test_copy_callbacks/regress                    ERROR            ...
[06:30:33.504] 110/314 postgresql:test_dsa / test_dsa/regress                                          ERROR            ...
[06:30:33.504] 111/314 postgresql:test_dsm_registry / test_dsm_registry/regress                        ERROR            ...
[06:30:33.504] 112/314 postgresql:test_ginpostinglist / test_ginpostinglist/regress                    ERROR            ...
[06:30:33.504] 113/314 postgresql:test_lfind / test_lfind/regress                                      ERROR            ...
[06:30:33.504] 114/314 postgresql:test_decoding / test_decoding/regress                                ERROR            ...
[06:30:33.504] 115/314 postgresql:test_extensions / test_extensions/regress                            ERROR            ...
[06:30:33.504] 116/314 postgresql:test_ddl_deparse / test_ddl_deparse/regress                          ERROR            ...
[06:30:33.504] 117/314 postgresql:test_parser / test_parser/regress                                    ERROR            ...
[06:30:33.504] 118/314 postgresql:test_oat_hooks / test_oat_hooks/regress                              ERROR            ...
[06:30:33.504] 119/314 postgresql:test_pg_dump / test_pg_dump/regress                                  ERROR            ...
[06:30:33.504] 120/314 postgresql:test_predtest / test_predtest/regress                                ERROR            ...
[06:30:33.504] 121/314 postgresql:test_radixtree / test_radixtree/regress                              ERROR            ...
[06:30:33.504] 122/314 postgresql:test_rbtree / test_rbtree/regress                                    ERROR            ...
[06:30:33.504] 123/314 postgresql:test_resowner / test_resowner/regress                                ERROR            ...
[06:30:33.504] 124/314 postgresql:test_integerset / test_integerset/regress                            ERROR            ...
[06:30:33.504] 125/314 postgresql:test_regex / test_regex/regress                                      ERROR            ...
[06:30:33.504] 126/314 postgresql:test_rls_hooks / test_rls_hooks/regress                              ERROR            ...
[06:30:33.504] 127/314 postgresql:test_tidstore / test_tidstore/regress                                ERROR            ...
[06:30:33.504] 128/314 postgresql:test_slru / test_slru/regress                                        ERROR            ...
[06:30:33.576] 129/314 postgresql:test_shm_mq / test_shm_mq/regress                                    ERROR            ...
[06:30:33.576] 131/314 postgresql:typcache / typcache/regress                                          ERROR            ...
[06:30:33.576] 132/314 postgresql:unsafe_tests / unsafe_tests/regress                                  ERROR            ...
[06:30:33.576] 135/314 postgresql:libpq / libpq/005_negotiate_encryption                               ERROR            ...
[06:30:33.576] 137/314 postgresql:libpq / libpq/003_load_balance_host_list                             ERROR            ...
[06:30:33.576] 138/314 postgresql:libpq / libpq/004_load_balance_dns                                   ERROR            ...
[06:30:33.576] 140/314 postgresql:pg_amcheck / pg_amcheck/003_check                                    ERROR            ...
[06:30:33.576] 141/314 postgresql:pg_amcheck / pg_amcheck/004_verify_heapam                            ERROR            ...
[06:30:33.576] 145/314 postgresql:pg_basebackup / pg_basebackup/010_pg_basebackup                      ERROR            ...
[06:30:33.576] 148/314 postgresql:ecpg / ecpg/ecpg                                                     ERROR            ...
[06:30:33.576] 149/314 postgresql:pg_checksums / pg_checksums/002_actions                              ERROR            ...
[06:30:33.576] 151/314 postgresql:pg_basebackup / pg_basebackup/040_pg_createsubscriber                ERROR            ...
[06:30:33.576] 154/314 postgresql:pg_combinebackup / pg_combinebackup/007_wal_level_minimal            ERROR            ...
[06:30:33.576] 159/314 postgresql:pg_ctl / pg_ctl/002_status                                           ERROR            ...
[06:30:33.576] 162/314 postgresql:pg_ctl / pg_ctl/001_start_stop                                       ERROR            ...
[06:30:33.576] 169/314 postgresql:pg_resetwal / pg_resetwal/001_basic                                  ERROR            ...
[06:30:33.576] 172/314 postgresql:pg_rewind / pg_rewind/002_databases                                  ERROR            ...
[06:30:33.576] 173/314 postgresql:pg_rewind / pg_rewind/004_pg_xlog_symlink                            ERROR            ...
[06:30:33.576] 174/314 postgresql:pg_rewind / pg_rewind/003_extrafiles                                 ERROR            ...
[06:30:33.576] 176/314 postgresql:pg_rewind / pg_rewind/001_basic                                      ERROR            ...
[06:30:33.576] 177/314 postgresql:pg_dump / pg_dump/002_pg_dump                                        ERROR            ...
[06:30:33.576] 182/314 postgresql:pg_rewind / pg_rewind/009_growing_files                              ERROR            ...
[06:30:33.576] 183/314 postgresql:pg_rewind / pg_rewind/005_same_timeline                              ERROR            ...
[06:30:33.576] 184/314 postgresql:pg_rewind / pg_rewind/010_keep_recycled_wals                         ERROR            ...
[06:30:33.576] 187/314 postgresql:pg_rewind / pg_rewind/008_min_recovery_point                         ERROR            ...
[06:30:33.576] 188/314 postgresql:pg_verifybackup / pg_verifybackup/007_wal                            ERROR            ...
[06:30:33.576] 194/314 postgresql:pg_waldump / pg_waldump/001_basic                                    ERROR            ...
[06:30:33.576] 196/314 postgresql:pg_rewind / pg_rewind/007_standby_source                             ERROR            ...
[06:30:33.576] 216/314 postgresql:amcheck / amcheck/002_cic                                            ERROR            ...
[06:30:33.576] 217/314 postgresql:amcheck / amcheck/003_cic_2pc                                        ERROR            ...
[06:30:33.576] 219/314 postgresql:amcheck / amcheck/001_verify_heapam                                  ERROR            ...
[06:30:33.576] 220/314 postgresql:amcheck / amcheck/004_verify_nbtree_unique                           ERROR            ...
[06:30:33.576] 221/314 postgresql:amcheck / amcheck/005_pitr                                           ERROR            ...
[06:30:33.576] 224/314 postgresql:pg_prewarm / pg_prewarm/001_basic                                    ERROR            ...
[06:30:33.576] 225/314 postgresql:pg_stat_statements / pg_stat_statements/010_restart                  ERROR            ...
[06:30:33.576] 227/314 postgresql:pg_visibility / pg_visibility/002_corrupt_vm                         ERROR            ...
[06:30:33.576] 229/314 postgresql:test_decoding / test_decoding/001_repl_stats                         ERROR            ...
[06:30:33.576] 230/314 postgresql:pg_visibility / pg_visibility/001_concurrent_transaction             ERROR            ...
[06:30:33.576] 234/314 postgresql:authentication / authentication/004_file_inclusion                   ERROR            ...
[06:30:33.576] 237/314 postgresql:postmaster / postmaster/002_start_stop                               ERROR            ...
[06:30:33.576] 240/314 postgresql:subscription / subscription/002_types                                ERROR            ...
[06:30:33.576] 241/314 postgresql:subscription / subscription/003_constraints                          ERROR            ...
[06:30:33.576] 242/314 postgresql:subscription / subscription/004_sync                                 ERROR            ...
[06:30:33.576] 243/314 postgresql:subscription / subscription/006_rewrite                              ERROR            ...
[06:30:33.576] 244/314 postgresql:subscription / subscription/001_rep_changes                          ERROR            ...
[06:30:33.576] 245/314 postgresql:subscription / subscription/007_ddl                                  ERROR            ...
[06:30:33.576] 246/314 postgresql:subscription / subscription/005_encoding                             ERROR            ...
[06:30:33.576] 249/314 postgresql:subscription / subscription/009_matviews                             ERROR            ...
[06:30:33.576] 250/314 postgresql:subscription / subscription/008_diff_schema                          ERROR            ...
[06:30:33.576] 253/314 postgresql:subscription / subscription/014_binary                               ERROR            ...
[06:30:33.576] 254/314 postgresql:subscription / subscription/017_stream_ddl                           ERROR            ...
[06:30:33.576] 255/314 postgresql:subscription / subscription/016_stream_subxact                       ERROR            ...
[06:30:33.586] 256/314 postgresql:subscription / subscription/015_stream                               ERROR            ...
[06:30:33.586] 257/314 postgresql:subscription / subscription/018_stream_subxact_abort                 ERROR            ...
[06:30:33.586] 258/314 postgresql:recovery / recovery/013_crash_restart                                ERROR           4...
[06:30:33.586] 259/314 postgresql:subscription / subscription/019_stream_subxact_ddl_abort             ERROR            ...
[06:30:33.586] 260/314 postgresql:subscription / subscription/020_messages                             ERROR            ...
[06:30:33.586] 261/314 postgresql:subscription / subscription/021_twophase                             ERROR            ...
[06:30:33.586] 262/314 postgresql:subscription / subscription/013_partition                            ERROR            ...
[06:30:33.586] 263/314 postgresql:subscription / subscription/023_twophase_stream                      ERROR            ...
[06:30:33.586] 264/314 postgresql:subscription / subscription/024_add_drop_pub                         ERROR            ...
[06:30:33.586] 265/314 postgresql:subscription / subscription/025_rep_changes_for_schema               ERROR            ...
[06:30:33.586] 266/314 postgresql:subscription / subscription/026_stats                                ERROR            ...
[06:30:33.586] 267/314 postgresql:subscription / subscription/029_on_error                             ERROR            ...
[06:30:33.586] 268/314 postgresql:subscription / subscription/022_twophase_cascade                     ERROR            ...
[06:30:33.586] 270/314 postgresql:subscription / subscription/030_origin                               ERROR            ...
[06:30:33.586] 271/314 postgresql:subscription / subscription/028_row_filter                           ERROR            ...
[06:30:33.586] 273/314 postgresql:subscription / subscription/100_bugs                                 ERROR            ...
[06:30:33.586] 274/314 postgresql:brin / brin/01_workitems                                             ERROR            ...
[06:30:33.586] 275/314 postgresql:commit_ts / commit_ts/001_base                                       ERROR            ...
[06:30:33.586] 277/314 postgresql:subscription / subscription/032_subscribe_use_index                  ERROR            ...
[06:30:33.586] 278/314 postgresql:commit_ts / commit_ts/002_standby                                    ERROR            ...
[06:30:33.586] 280/314 postgresql:commit_ts / commit_ts/004_restart                                    ERROR            ...
[06:30:33.586] 281/314 postgresql:injection_points / injection_points/001_stats                        ERROR            ...
[06:30:33.586] 282/314 postgresql:subscription / subscription/031_column_list                          ERROR            ...
[06:30:33.586] 283/314 postgresql:commit_ts / commit_ts/003_standby_2                                  ERROR            ...
[06:30:33.586] 284/314 postgresql:libpq_pipeline / libpq_pipeline/001_libpq_pipeline                   ERROR            ...
[06:30:33.586] 285/314 postgresql:ssl_passphrase_callback / ssl_passphrase_callback/001_testfunc       ERROR            ...
[06:30:33.586] 288/314 postgresql:test_custom_rmgrs / test_custom_rmgrs/001_basic                      ERROR            ...
[06:30:33.586] 291/314 postgresql:test_misc / test_misc/002_tablespace                                 ERROR            ...
[06:30:33.586] 293/314 postgresql:test_misc / test_misc/004_io_direct                                  ERROR            ...
[06:30:33.586] 294/314 postgresql:test_misc / test_misc/001_constraint_validation                      ERROR            ...
[06:30:33.586] 300/314 postgresql:worker_spi / worker_spi/001_worker_spi                               ERROR            ...
[06:30:33.586] 301/314 postgresql:test_slru / test_slru/001_multixact                                  ERROR            ...
[06:30:33.586] 302/314 postgresql:checksums / checksums/004_offline                                    ERROR            ...
[06:30:33.586] 303/314 postgresql:test_pg_dump / test_pg_dump/001_base                                 ERROR            ...
[06:30:33.586] 304/314 postgresql:ssl / ssl/001_ssltests                                               ERROR            ...
[06:30:33.586] 305/314 postgresql:ssl / ssl/002_scram                                                  ERROR            ...
[06:30:33.586] 308/314 postgresql:ssl / ssl/003_sslinfo                                                ERROR            ...
[06:30:33.586] 310/314 postgresql:pgbench / pgbench/001_pgbench_with_server                            ERROR           2...
[06:30:33.586] 311/314 postgresql:checksums / checksums/002_restarts                                   ERROR           3...
[06:30:33.586] 312/314 postgresql:checksums / checksums/001_basic                                      ERROR           6...
[06:30:33.586] 313/314 postgresql:pg_ctl / pg_ctl/004_logrotate                                        TIMEOUT        10...
[06:30:33.586] 314/314 postgresql:checksums / checksums/003_standby_restarts                           TIMEOUT        10...
51/5371 TimestampTz->Text->TimestampTz casting fails with DateStyle 'Postgres'
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/timestamptz.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/00...
--- /tmp/cirrus-ci-build/src/test/regress/expected/timestamptz.out	2024-12-24 05:44:12.446168000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/timestamptz.out	2024-12-24 05:45:00.831733...
@@ -184,30 +184,22 @@
 (1 row)
 
 SELECT 'Jan 01 00:00:00 1000 LMT'::timestamptz;
-         timestamptz          
-------------------------------
- Wed Jan 01 00:00:00 1000 LMT
-(1 row)
-
+ERROR:  invalid input syntax for type timestamp with time zone: "Jan 01 00:00:00 1000 LMT"
+LINE 1: SELECT 'Jan 01 00:00:00 1000 LMT'::timestamptz;
+               ^
 SELECT 'Jan 01 00:00:00 2024 LMT'::timestamptz;
-         timestamptz          
-------------------------------
- Sun Dec 31 23:52:58 2023 PST
-(1 row)
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/timestamptz.out /tmp/cirrus-ci-build/build/testrun/recovery/027_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/timestamptz.out	2024-12-24 05:44:12.446168000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/timestamptz.out	2024-12-24 05:45:40.2874...
@@ -184,30 +184,22 @@
 (1 row)
 
 SELECT 'Jan 01 00:00:00 1000 LMT'::timestamptz;
-         timestamptz          
-------------------------------
- Wed Jan 01 00:00:00 1000 LMT
-(1 row)
-
+ERROR:  invalid input syntax for type timestamp with time zone: "Jan 01 00:00:00 1000 LMT"
+LINE 1: SELECT 'Jan 01 00:00:00 1000 LMT'::timestamptz;
+               ^
 SELECT 'Jan 01 00:00:00 2024 LMT'::timestamptz;
-         timestamptz          
-------------------------------
- Sun Dec 31 23:52:58 2023 PST
-(1 row)
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/timestamptz.out /tmp/cirrus-ci-build/build/testrun/regress/regre...
--- /tmp/cirrus-ci-build/src/test/regress/expected/timestamptz.out	2024-12-24 05:44:12.446168000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/timestamptz.out	2024-12-24 05:44:58.841736000 +0000
@@ -184,30 +184,22 @@
 (1 row)
 
 SELECT 'Jan 01 00:00:00 1000 LMT'::timestamptz;
-         timestamptz          
-------------------------------
- Wed Jan 01 00:00:00 1000 LMT
-(1 row)
-
+ERROR:  invalid input syntax for type timestamp with time zone: "Jan 01 00:00:00 1000 LMT"
+LINE 1: SELECT 'Jan 01 00:00:00 1000 LMT'::timestamptz;
+               ^
 SELECT 'Jan 01 00:00:00 2024 LMT'::timestamptz;
-         timestamptz          
-------------------------------
- Sun Dec 31 23:52:58 2023 PST
-(1 row)
...
tap
[05:46:09.295](72.724s) not ok 5 - regression tests pass
tap
[05:47:00.697](84.287s) not ok 2 - regression tests pass
test
[05:48:59.305]   6/315 postgresql:regress / regress/regress                                            ERROR            ...
[05:48:59.305] 102/315 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[05:48:59.305] 162/315 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/timestamptz.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_chec...
--- /tmp/cirrus-ci-build/src/test/regress/expected/timestamptz.out	2024-12-24 05:44:09.801446819 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/timestamptz.out	2024-12-24 05:47:49.905456024 +0000
@@ -184,30 +184,22 @@
 (1 row)
 
 SELECT 'Jan 01 00:00:00 1000 LMT'::timestamptz;
-         timestamptz          
-------------------------------
- Wed Jan 01 00:00:00 1000 LMT
-(1 row)
-
+ERROR:  invalid input syntax for type timestamp with time zone: "Jan 01 00:00:00 1000 LMT"
+LINE 1: SELECT 'Jan 01 00:00:00 1000 LMT'::timestamptz;
+               ^
 SELECT 'Jan 01 00:00:00 2024 LMT'::timestamptz;
-         timestamptz          
-------------------------------
- Sun Dec 31 23:52:58 2023 PST
-(1 row)
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/timestamptz.out /tmp/cirrus-ci-build/src/test/recovery/tmp_check...
--- /tmp/cirrus-ci-build/src/test/regress/expected/timestamptz.out	2024-12-24 05:44:09.801446819 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/timestamptz.out	2024-12-24 05:50:15.809286738 +0000
@@ -184,30 +184,22 @@
 (1 row)
 
 SELECT 'Jan 01 00:00:00 1000 LMT'::timestamptz;
-         timestamptz          
-------------------------------
- Wed Jan 01 00:00:00 1000 LMT
-(1 row)
-
+ERROR:  invalid input syntax for type timestamp with time zone: "Jan 01 00:00:00 1000 LMT"
+LINE 1: SELECT 'Jan 01 00:00:00 1000 LMT'::timestamptz;
+               ^
 SELECT 'Jan 01 00:00:00 2024 LMT'::timestamptz;
-         timestamptz          
-------------------------------
- Sun Dec 31 23:52:58 2023 PST
-(1 row)
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/timestamptz.out /tmp/cirrus-ci-build/src/test/regress/results/ti...
--- /tmp/cirrus-ci-build/src/test/regress/expected/timestamptz.out	2024-12-24 05:44:09.801446819 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/timestamptz.out	2024-12-24 05:45:34.701571060 +0000
@@ -184,30 +184,22 @@
 (1 row)
 
 SELECT 'Jan 01 00:00:00 1000 LMT'::timestamptz;
-         timestamptz          
-------------------------------
- Wed Jan 01 00:00:00 1000 LMT
-(1 row)
-
+ERROR:  invalid input syntax for type timestamp with time zone: "Jan 01 00:00:00 1000 LMT"
+LINE 1: SELECT 'Jan 01 00:00:00 1000 LMT'::timestamptz;
+               ^
 SELECT 'Jan 01 00:00:00 2024 LMT'::timestamptz;
-         timestamptz          
-------------------------------
- Sun Dec 31 23:52:58 2023 PST
-(1 row)
...
tap
[05:49:31.762](107.089s) not ok 5 - regression tests pass
tap
[05:51:08.364](55.475s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/timestamptz.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/00...
--- /tmp/cirrus-ci-build/src/test/regress/expected/timestamptz.out	2024-12-24 05:44:09.399777318 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/timestamptz.out	2024-12-24 05:45:34.743440...
@@ -184,30 +184,22 @@
 (1 row)
 
 SELECT 'Jan 01 00:00:00 1000 LMT'::timestamptz;
-         timestamptz          
-------------------------------
- Wed Jan 01 00:00:00 1000 LMT
-(1 row)
-
+ERROR:  invalid input syntax for type timestamp with time zone: "Jan 01 00:00:00 1000 LMT"
+LINE 1: SELECT 'Jan 01 00:00:00 1000 LMT'::timestamptz;
+               ^
 SELECT 'Jan 01 00:00:00 2024 LMT'::timestamptz;
-         timestamptz          
-------------------------------
- Sun Dec 31 23:52:58 2023 PST
-(1 row)
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/timestamptz.out /tmp/cirrus-ci-build/build/testrun/recovery/027_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/timestamptz.out	2024-12-24 05:44:09.399777318 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/timestamptz.out	2024-12-24 05:46:09.5553...
@@ -184,30 +184,22 @@
 (1 row)
 
 SELECT 'Jan 01 00:00:00 1000 LMT'::timestamptz;
-         timestamptz          
-------------------------------
- Wed Jan 01 00:00:00 1000 LMT
-(1 row)
-
+ERROR:  invalid input syntax for type timestamp with time zone: "Jan 01 00:00:00 1000 LMT"
+LINE 1: SELECT 'Jan 01 00:00:00 1000 LMT'::timestamptz;
+               ^
 SELECT 'Jan 01 00:00:00 2024 LMT'::timestamptz;
-         timestamptz          
-------------------------------
- Sun Dec 31 23:52:58 2023 PST
-(1 row)
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/timestamptz.out /tmp/cirrus-ci-build/build/testrun/regress/regre...
--- /tmp/cirrus-ci-build/src/test/regress/expected/timestamptz.out	2024-12-24 05:44:09.399777318 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/timestamptz.out	2024-12-24 05:45:30.915454246 +0000
@@ -184,30 +184,22 @@
 (1 row)
 
 SELECT 'Jan 01 00:00:00 1000 LMT'::timestamptz;
-         timestamptz          
-------------------------------
- Wed Jan 01 00:00:00 1000 LMT
-(1 row)
-
+ERROR:  invalid input syntax for type timestamp with time zone: "Jan 01 00:00:00 1000 LMT"
+LINE 1: SELECT 'Jan 01 00:00:00 1000 LMT'::timestamptz;
+               ^
 SELECT 'Jan 01 00:00:00 2024 LMT'::timestamptz;
-         timestamptz          
-------------------------------
- Sun Dec 31 23:52:58 2023 PST
-(1 row)
...
tap
[05:46:49.992](78.699s) not ok 5 - regression tests pass
tap
[05:47:25.785](80.823s) not ok 2 - regression tests pass
test
[05:49:09.958]   6/315 postgresql:regress / regress/regress                                            ERROR            ...
[05:49:09.958] 137/315 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[05:49:09.958] 156/315 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/timestamptz.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg...
--- /Users/admin/pgsql/src/test/regress/expected/timestamptz.out	2024-12-24 05:43:12
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/timestamptz.out	2024-12-24 05:44:27
@@ -184,30 +184,22 @@
 (1 row)
 
 SELECT 'Jan 01 00:00:00 1000 LMT'::timestamptz;
-         timestamptz          
-------------------------------
- Wed Jan 01 00:00:00 1000 LMT
-(1 row)
-
+ERROR:  invalid input syntax for type timestamp with time zone: "Jan 01 00:00:00 1000 LMT"
+LINE 1: SELECT 'Jan 01 00:00:00 1000 LMT'::timestamptz;
+               ^
 SELECT 'Jan 01 00:00:00 2024 LMT'::timestamptz;
-         timestamptz          
-------------------------------
- Sun Dec 31 23:52:58 2023 PST
-(1 row)
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/timestamptz.out /Users/admin/pgsql/build/testrun/recovery/027_stre...
--- /Users/admin/pgsql/src/test/regress/expected/timestamptz.out	2024-12-24 05:43:12
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/timestamptz.out	2024-12-24 05:45:13
@@ -184,30 +184,22 @@
 (1 row)
 
 SELECT 'Jan 01 00:00:00 1000 LMT'::timestamptz;
-         timestamptz          
-------------------------------
- Wed Jan 01 00:00:00 1000 LMT
-(1 row)
-
+ERROR:  invalid input syntax for type timestamp with time zone: "Jan 01 00:00:00 1000 LMT"
+LINE 1: SELECT 'Jan 01 00:00:00 1000 LMT'::timestamptz;
+               ^
 SELECT 'Jan 01 00:00:00 2024 LMT'::timestamptz;
-         timestamptz          
-------------------------------
- Sun Dec 31 23:52:58 2023 PST
-(1 row)
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/timestamptz.out /Users/admin/pgsql/build/testrun/regress/regress/r...
--- /Users/admin/pgsql/src/test/regress/expected/timestamptz.out	2024-12-24 05:43:12
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/timestamptz.out	2024-12-24 05:44:26
@@ -184,30 +184,22 @@
 (1 row)
 
 SELECT 'Jan 01 00:00:00 1000 LMT'::timestamptz;
-         timestamptz          
-------------------------------
- Wed Jan 01 00:00:00 1000 LMT
-(1 row)
-
+ERROR:  invalid input syntax for type timestamp with time zone: "Jan 01 00:00:00 1000 LMT"
+LINE 1: SELECT 'Jan 01 00:00:00 1000 LMT'::timestamptz;
+               ^
 SELECT 'Jan 01 00:00:00 2024 LMT'::timestamptz;
-         timestamptz          
-------------------------------
- Sun Dec 31 23:52:58 2023 PST
-(1 row)
...
tap
[05:45:10.279](45.631s) not ok 5 - regression tests pass
tap
[05:46:09.799](61.005s) not ok 2 - regression tests pass
test
[05:47:57.936]  29/315 postgresql:regress / regress/regress                                            ERROR            ...
[05:47:57.936]  52/315 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[05:47:57.936] 152/315 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/timestamptz.out C:/cirrus/build/testrun/pg_upgrade/002_...
--- C:/cirrus/src/test/regress/expected/timestamptz.out	2024-12-24 05:44:14.762700200 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/timestamptz.out	2024-12-24 05:46:18.149717300 +0000
@@ -184,30 +184,22 @@
 (1 row)
 
 SELECT 'Jan 01 00:00:00 1000 LMT'::timestamptz;
-         timestamptz          
-------------------------------
- Wed Jan 01 00:00:00 1000 LMT
-(1 row)
-
+ERROR:  invalid input syntax for type timestamp with time zone: "Jan 01 00:00:00 1000 LMT"
+LINE 1: SELECT 'Jan 01 00:00:00 1000 LMT'::timestamptz;
+               ^
 SELECT 'Jan 01 00:00:00 2024 LMT'::timestamptz;
-         timestamptz          
-------------------------------
- Sun Dec 31 23:52:58 2023 PST
-(1 row)
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/timestamptz.out C:/cirrus/build/testrun/recovery/027_st...
--- C:/cirrus/src/test/regress/expected/timestamptz.out	2024-12-24 05:44:14.762700200 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/timestamptz.out	2024-12-24 05:48:38.076536900 +0000
@@ -184,30 +184,22 @@
 (1 row)
 
 SELECT 'Jan 01 00:00:00 1000 LMT'::timestamptz;
-         timestamptz          
-------------------------------
- Wed Jan 01 00:00:00 1000 LMT
-(1 row)
-
+ERROR:  invalid input syntax for type timestamp with time zone: "Jan 01 00:00:00 1000 LMT"
+LINE 1: SELECT 'Jan 01 00:00:00 1000 LMT'::timestamptz;
+               ^
 SELECT 'Jan 01 00:00:00 2024 LMT'::timestamptz;
-         timestamptz          
-------------------------------
- Sun Dec 31 23:52:58 2023 PST
-(1 row)
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/timestamptz.out C:/cirrus/build/testrun/regress/regress...
--- C:/cirrus/src/test/regress/expected/timestamptz.out	2024-12-24 05:44:14.762700200 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/timestamptz.out	2024-12-24 05:46:11.925099400 +0000
@@ -184,30 +184,22 @@
 (1 row)
 
 SELECT 'Jan 01 00:00:00 1000 LMT'::timestamptz;
-         timestamptz          
-------------------------------
- Wed Jan 01 00:00:00 1000 LMT
-(1 row)
-
+ERROR:  invalid input syntax for type timestamp with time zone: "Jan 01 00:00:00 1000 LMT"
+LINE 1: SELECT 'Jan 01 00:00:00 1000 LMT'::timestamptz;
+               ^
 SELECT 'Jan 01 00:00:00 2024 LMT'::timestamptz;
-         timestamptz          
-------------------------------
- Sun Dec 31 23:52:58 2023 PST
-(1 row)
...
tap
[05:48:11.160](120.329s) not ok 5 - regression tests pass
tap
[05:50:31.093](132.357s) not ok 2 - regression tests pass
test
[05:56:54.250]   7/310 postgresql:regress / regress/regress                                            ERROR           1...
[05:56:54.250]  40/310 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[05:56:54.250] 110/310 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5225 Vectored IO in XLogWrite()
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[05:35:30.898](0.000s) not ok 5 - vacuumdb cannot target invalid database: matches
test
[05:38:55.977] 211/310 postgresql:scripts / scripts/101_vacuumdb_all                                   ERROR            ...
51/5252 Trim the heap free memory
CompilerWarnings
compiler
[05:19:11.727] postgres.c:2826:33: error: assignment to ‘char *’ from ‘int’ makes pointer from integer without a cast [-...
compiler
[05:19:11.727] postgres.c:2822:47: error: implicit declaration of function ‘sbrk’ [-Werror=implicit-function-declaration...
compiler
[05:19:11.727] postgres.c:2825:25: error: implicit declaration of function ‘malloc_trim’ [-Werror=implicit-function-decl...
compiler
[05:19:11.727] postgres.c:2822:47: error: initialization of ‘char *’ from ‘int’ makes pointer from integer without a cas...
Linux - Debian Bookworm - Autoconf
tap
[05:14:28.176](0.001s) not ok 28 - options --locale-provider=icu --locale=und --lc-*=C: no stderr
Linux - Debian Bookworm - Meson
core
[05:21:00.612] #0  0x00007fc01dcaeda4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[05:21:00.612] #1  0x00007fc01dc5b239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[05:21:00.612] #2  0x00007fc01dd16204 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:21:00.612] #3  0x00007fc01dd2885c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:21:00.612] #0  <unavailable> in ?? ()
tap
[05:16:33.826](0.001s) not ok 28 - options --locale-provider=icu --locale=und --lc-*=C: no stderr
test
[05:18:08.233] 169/315 postgresql:initdb / initdb/001_initdb                                           ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[05:11:41.254] ../src/backend/tcop/postgres.c(2822): warning C4047: 'initializing': 'char *' differs in levels of indire...
compiler
[05:11:41.254] ../src/backend/tcop/postgres.c(2826): warning C4047: '=': 'char *' differs in levels of indirection from ...
compiler
[05:11:52.043] tcop_postgres.c.obj : error LNK2019: unresolved external symbol sbrk referenced in function finish_xact_c...
compiler
[05:11:52.043] tcop_postgres.c.obj : error LNK2019: unresolved external symbol malloc_trim referenced in function finish...
51/5097 Make tuple deformation faster
macOS - Sonoma - Meson
core
[22:54:05.808]   * frame #0: 0x0000000102944b70 dyld`_dyld_start
tap
[22:49:58.163](0.000s) not ok 356 - pgbench script error: set double to int overflow stderr /(?^:double to int overflow ...
test
[22:50:48.422] 220/315 postgresql:pgbench / pgbench/001_pgbench_with_server                            ERROR            ...
51/4291 Logging parallel worker draught
macOS - Sonoma - Meson
core
[22:35:01.966]   * frame #0: 0x000000018422e0ac libobjc.A.dylib`map_images_nolock + 856
[22:35:01.966]     frame #1: 0x000000018422dccc libobjc.A.dylib`map_images + 112
[22:35:01.966]     frame #2: 0x000000018429423c dyld`invocation function for block in dyld4::RuntimeState::setObjCNotifi...
[22:35:01.966]     frame #3: 0x000000018428a77c dyld`dyld4::RuntimeLocks::withLoadersReadLock(void () block_pointer) + 1...
[22:35:01.966]     frame #4: 0x00000001842919a4 dyld`dyld4::RuntimeState::setObjCNotifiers(void (*)(char const*, mach_he...
[22:35:01.966]     frame #5: 0x00000001842b5544 dyld`dyld4::APIs::_dyld_objc_register_callbacks(_dyld_objc_callbacks con...
[22:35:01.966]     frame #6: 0x000000018422da34 libobjc.A.dylib`_objc_init + 1580
[22:35:01.966]     frame #7: 0x000000018445c728 libdispatch.dylib`_os_object_init + 24
[22:35:01.966]     frame #8: 0x000000018446c17c libdispatch.dylib`libdispatch_init + 452
[22:35:01.966]     frame #9: 0x0000000191292640 libSystem.B.dylib`libSystem_initializer + 244
tap
[22:31:02.262](0.142s) not ok 8 - delete 3: query result matches
test
[22:31:46.160] 250/315 postgresql:bloom / bloom/001_wal                                                ERROR            ...
51/4355 Add last_commit_lsn to pg_stat_database
macOS - Sonoma - Meson
tap
[20:25:41.127](0.000s) not ok 426 - pgbench script error: gset bad name stderr /(?^:error storing into variable bad name...
test
[20:26:31.500] 220/315 postgresql:pgbench / pgbench/001_pgbench_with_server                            ERROR            ...
51/5153 Prohibit to use EphemeralNamedRelation in materialized views
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_p...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-12-23 16:01:17.863971000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/triggers.out	2024-12-23 16:02:20.622551000...
@@ -3737,7 +3737,7 @@
 referencing new table as new_table
 for each statement execute function make_matview();
 insert into my_table values (42);
-ERROR:  transition tables cannot be used in rule
+ERROR:  transition table cannot be used in rule
 CONTEXT:  SQL statement "create materialized view mv as select * from new_table"
 PL/pgSQL function make_matview() line 1 at SQL statement
 drop table my_table;
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/build/testrun/recovery/027_str...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-12-23 16:01:17.863971000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/triggers.out	2024-12-23 16:03:05.5484650...
@@ -3737,7 +3737,7 @@
 referencing new table as new_table
 for each statement execute function make_matview();
 insert into my_table values (42);
-ERROR:  transition tables cannot be used in rule
+ERROR:  transition table cannot be used in rule
 CONTEXT:  SQL statement "create materialized view mv as select * from new_table"
 PL/pgSQL function make_matview() line 1 at SQL statement
 drop table my_table;
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/build/testrun/regress/regress/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-12-23 16:01:17.863971000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/triggers.out	2024-12-23 16:02:20.941703000 +0000
@@ -3737,7 +3737,7 @@
 referencing new table as new_table
 for each statement execute function make_matview();
 insert into my_table values (42);
-ERROR:  transition tables cannot be used in rule
+ERROR:  transition table cannot be used in rule
 CONTEXT:  SQL statement "create materialized view mv as select * from new_table"
 PL/pgSQL function make_matview() line 1 at SQL statement
 drop table my_table;
tap
[16:03:16.389](73.522s) not ok 5 - regression tests pass
tap
[16:04:06.819](85.226s) not ok 2 - regression tests pass
test
[16:06:07.007]  16/315 postgresql:regress / regress/regress                                            ERROR            ...
[16:06:07.007]  91/315 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[16:06:07.007] 157/315 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-12-23 16:01:18.211816713 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/triggers.out	2024-12-23 16:06:10.195110588 +0000
@@ -3737,7 +3737,7 @@
 referencing new table as new_table
 for each statement execute function make_matview();
 insert into my_table values (42);
-ERROR:  transition tables cannot be used in rule
+ERROR:  transition table cannot be used in rule
 CONTEXT:  SQL statement "create materialized view mv as select * from new_table"
 PL/pgSQL function make_matview() line 1 at SQL statement
 drop table my_table;
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/src/test/recovery/tmp_check/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-12-23 16:01:18.211816713 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/triggers.out	2024-12-23 16:07:46.227349896 +0000
@@ -3737,7 +3737,7 @@
 referencing new table as new_table
 for each statement execute function make_matview();
 insert into my_table values (42);
-ERROR:  transition tables cannot be used in rule
+ERROR:  transition table cannot be used in rule
 CONTEXT:  SQL statement "create materialized view mv as select * from new_table"
 PL/pgSQL function make_matview() line 1 at SQL statement
 drop table my_table;
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/src/test/regress/results/trigg...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-12-23 16:01:18.211816713 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/triggers.out	2024-12-23 16:03:10.826744985 +0000
@@ -3737,7 +3737,7 @@
 referencing new table as new_table
 for each statement execute function make_matview();
 insert into my_table values (42);
-ERROR:  transition tables cannot be used in rule
+ERROR:  transition table cannot be used in rule
 CONTEXT:  SQL statement "create materialized view mv as select * from new_table"
 PL/pgSQL function make_matview() line 1 at SQL statement
 drop table my_table;
tap
[16:07:41.447](118.953s) not ok 5 - regression tests pass
tap
[16:08:42.212](76.744s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_p...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-12-23 16:01:21.352510597 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/triggers.out	2024-12-23 16:03:03.094414623...
@@ -3737,7 +3737,7 @@
 referencing new table as new_table
 for each statement execute function make_matview();
 insert into my_table values (42);
-ERROR:  transition tables cannot be used in rule
+ERROR:  transition table cannot be used in rule
 CONTEXT:  SQL statement "create materialized view mv as select * from new_table"
 PL/pgSQL function make_matview() line 1 at SQL statement
 drop table my_table;
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/build/testrun/recovery/027_str...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-12-23 16:01:21.352510597 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/triggers.out	2024-12-23 16:03:42.6346182...
@@ -3737,7 +3737,7 @@
 referencing new table as new_table
 for each statement execute function make_matview();
 insert into my_table values (42);
-ERROR:  transition tables cannot be used in rule
+ERROR:  transition table cannot be used in rule
 CONTEXT:  SQL statement "create materialized view mv as select * from new_table"
 PL/pgSQL function make_matview() line 1 at SQL statement
 drop table my_table;
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/build/testrun/regress/regress/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-12-23 16:01:21.352510597 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/triggers.out	2024-12-23 16:02:59.818463749 +0000
@@ -3737,7 +3737,7 @@
 referencing new table as new_table
 for each statement execute function make_matview();
 insert into my_table values (42);
-ERROR:  transition tables cannot be used in rule
+ERROR:  transition table cannot be used in rule
 CONTEXT:  SQL statement "create materialized view mv as select * from new_table"
 PL/pgSQL function make_matview() line 1 at SQL statement
 drop table my_table;
tap
[16:04:07.962](82.254s) not ok 5 - regression tests pass
tap
[16:04:44.894](84.907s) not ok 2 - regression tests pass
test
[16:06:28.389]  16/315 postgresql:regress / regress/regress                                            ERROR            ...
[16:06:28.389] 139/315 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[16:06:28.389] 158/315 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/triggers.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_up...
--- /Users/admin/pgsql/src/test/regress/expected/triggers.out	2024-12-23 16:01:12
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/triggers.out	2024-12-23 16:02:35
@@ -3737,7 +3737,7 @@
 referencing new table as new_table
 for each statement execute function make_matview();
 insert into my_table values (42);
-ERROR:  transition tables cannot be used in rule
+ERROR:  transition table cannot be used in rule
 CONTEXT:  SQL statement "create materialized view mv as select * from new_table"
 PL/pgSQL function make_matview() line 1 at SQL statement
 drop table my_table;
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/triggers.out /Users/admin/pgsql/build/testrun/recovery/027_stream_...
--- /Users/admin/pgsql/src/test/regress/expected/triggers.out	2024-12-23 16:01:12
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/triggers.out	2024-12-23 16:03:23
@@ -3737,7 +3737,7 @@
 referencing new table as new_table
 for each statement execute function make_matview();
 insert into my_table values (42);
-ERROR:  transition tables cannot be used in rule
+ERROR:  transition table cannot be used in rule
 CONTEXT:  SQL statement "create materialized view mv as select * from new_table"
 PL/pgSQL function make_matview() line 1 at SQL statement
 drop table my_table;
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/triggers.out /Users/admin/pgsql/build/testrun/regress/regress/resu...
--- /Users/admin/pgsql/src/test/regress/expected/triggers.out	2024-12-23 16:01:12
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/triggers.out	2024-12-23 16:02:35
@@ -3737,7 +3737,7 @@
 referencing new table as new_table
 for each statement execute function make_matview();
 insert into my_table values (42);
-ERROR:  transition tables cannot be used in rule
+ERROR:  transition table cannot be used in rule
 CONTEXT:  SQL statement "create materialized view mv as select * from new_table"
 PL/pgSQL function make_matview() line 1 at SQL statement
 drop table my_table;
tap
[16:03:07.473](45.483s) not ok 5 - regression tests pass
tap
[16:04:06.508](59.548s) not ok 2 - regression tests pass
test
[16:05:56.468]  30/315 postgresql:regress / regress/regress                                            ERROR            ...
[16:05:56.468]  52/315 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[16:05:56.468] 152/315 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/triggers.out C:/cirrus/build/testrun/pg_upgrade/002_pg_...
--- C:/cirrus/src/test/regress/expected/triggers.out	2024-12-23 16:01:24.022784600 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/triggers.out	2024-12-23 16:03:55.300303300 +0000
@@ -3737,7 +3737,7 @@
 referencing new table as new_table
 for each statement execute function make_matview();
 insert into my_table values (42);
-ERROR:  transition tables cannot be used in rule
+ERROR:  transition table cannot be used in rule
 CONTEXT:  SQL statement "create materialized view mv as select * from new_table"
 PL/pgSQL function make_matview() line 1 at SQL statement
 drop table my_table;
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/triggers.out C:/cirrus/build/testrun/recovery/027_strea...
--- C:/cirrus/src/test/regress/expected/triggers.out	2024-12-23 16:01:24.022784600 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/triggers.out	2024-12-23 16:06:28.196356800 +0000
@@ -3737,7 +3737,7 @@
 referencing new table as new_table
 for each statement execute function make_matview();
 insert into my_table values (42);
-ERROR:  transition tables cannot be used in rule
+ERROR:  transition table cannot be used in rule
 CONTEXT:  SQL statement "create materialized view mv as select * from new_table"
 PL/pgSQL function make_matview() line 1 at SQL statement
 drop table my_table;
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/triggers.out C:/cirrus/build/testrun/regress/regress/re...
--- C:/cirrus/src/test/regress/expected/triggers.out	2024-12-23 16:01:24.022784600 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/triggers.out	2024-12-23 16:03:44.273877800 +0000
@@ -3737,7 +3737,7 @@
 referencing new table as new_table
 for each statement execute function make_matview();
 insert into my_table values (42);
-ERROR:  transition tables cannot be used in rule
+ERROR:  transition table cannot be used in rule
 CONTEXT:  SQL statement "create materialized view mv as select * from new_table"
 PL/pgSQL function make_matview() line 1 at SQL statement
 drop table my_table;
tap
[16:05:25.631](121.238s) not ok 5 - regression tests pass
tap
[16:08:01.381](140.392s) not ok 2 - regression tests pass
test
[16:14:42.003]   6/310 postgresql:regress / regress/regress                                            ERROR           1...
[16:14:42.003]  40/310 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[16:14:42.003] 118/310 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/4390 add not_before and not_after timestamps to sslinfo extension and pg_stat_ssl
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[14:21:15.692] ../src/backend/libpq/be-secure-openssl.c(1566): warning C4047: 'function': 'ASN1_TIME *' differs in level...
compiler
[14:21:32.524] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notAfter referenced in...
compiler
[14:21:32.461] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notBefore referenced i...
compiler
[14:21:15.802] ../src/backend/libpq/be-secure-openssl.c(1575): warning C4024: 'ASN1_TIME_to_timestamptz': different type...
compiler
[14:21:15.692] ../src/backend/libpq/be-secure-openssl.c(1575): warning C4047: 'function': 'ASN1_TIME *' differs in level...
compiler
[14:21:15.692] ../src/backend/libpq/be-secure-openssl.c(1566): warning C4024: 'ASN1_TIME_to_timestamptz': different type...
51/5458 Fix bank selection logic in SLRU
FreeBSD - 13 - Meson
tap
[13:31:42.505](0.034s) not ok 23 - connect : matches
test
[13:32:39.402] 246/315 postgresql:postmaster / postmaster/002_start_stop                               ERROR            ...
51/5413 INSERT ... ON CONFLICT DO SELECT [FOR ...]
CompilerWarnings
compiler
[05:21:01.531] explain.c:5156:9: error: ‘resolution’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[05:20:06.796] explain.c:5156:9: error: ‘resolution’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[05:28:00.443] explain.c:5156:9: error: ‘resolution’ may be used uninitialized [-Werror=maybe-uninitialized]
51/5160 Issues with ON CONFLICT UPDATE and REINDEX CONCURRENTLY
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/reindex_concurrently_upsert.out /tmp/cirrus-ci-...
--- /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/reindex_concurrently_upsert.out	2024-12-23 01:16:08....
+++ /tmp/cirrus-ci-build/build/testrun/injection_points/isolation/results/reindex_concurrently_upsert.out	2024-12-23 01:...
@@ -141,7 +141,6 @@
                        
 (1 row)
 
-step s2_start_upsert: <... completed>
 step s4_wakeup_to_set_dead: 
 	SELECT injection_points_detach('reindex_relation_concurrently_before_set_dead');
 	SELECT injection_points_wakeup('reindex_relation_concurrently_before_set_dead');
@@ -157,6 +156,7 @@
 (1 row)
 
 step s3_start_reindex: <... completed>
+step s2_start_upsert: <... completed>
 
 starting permutation: s3_start_reindex s4_wakeup_to_swap s1_start_upsert s2_start_upsert s4_wakeup_s1 s4_wakeup_to_set_...
 injection_points_attach
test
[01:21:18.257] 121/315 postgresql:injection_points / injection_points/isolation                        ERROR            ...
51/5444 using index to speedup add not null constraints to a table
FreeBSD - 13 - Meson
core
[19:20:38.385] #0  0x000000082b91d8fa in _sigprocmask () from /lib/libc.so.7
[19:20:38.385] #1  0x000000082b956f91 in _system () from /lib/libc.so.7
[19:20:38.385] #2  0x000000082b0839d3 in ?? () from /lib/libthr.so.3
[19:20:38.385] #3  0x00000000006809bb in shell_archive_file (state=<optimized out>, file=0x821a7baf0 "00000001", '0' <re...
[19:20:38.385] #4  0x000000000089c5a1 in pgarch_archiveXlog (xlog=xlog@entry=0x821a7baf0 "00000001", '0' <repeats 15 tim...
[19:20:38.385] #5  0x000000000089bff4 in pgarch_ArchiverCopyLoop () at ../src/backend/postmaster/pgarch.c:474
[19:20:38.385] #6  pgarch_MainLoop () at ../src/backend/postmaster/pgarch.c:348
[19:20:38.385] #7  0x000000000089b8cd in PgArchiverMain (startup_data=<optimized out>, startup_data_len=<optimized out>)...
[19:20:38.385] #8  0x000000000089b625 in postmaster_child_launch (child_type=child_type@entry=B_ARCHIVER, child_slot=54,...
[19:20:38.385] #9  0x000000000089e227 in StartChildProcess (type=type@entry=B_ARCHIVER) at ../src/backend/postmaster/pos...
test
[19:19:26.269]  33/315 postgresql:isolation / isolation/isolation                                      ERROR            ...
Linux - Debian Bookworm - Meson
test
[19:20:09.343]  29/315 postgresql:isolation / isolation/isolation                                      ERROR            ...
macOS - Sonoma - Meson
test
[19:49:22.099]  22/315 postgresql:isolation / isolation/isolation                                      ERROR            ...
51/4929 apply_scanjoin_target_to_paths and partitionwise join
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-12-20 21:15:02.048046000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_join.out	2024-12-20 21:17:50.540...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/recovery/0...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-12-20 21:15:02.048046000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/partition_join.out	2024-12-20 21:18:33.3...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/regress/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-12-20 21:15:02.048046000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/partition_join.out	2024-12-20 21:17:44.184359000 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[21:17:54.473](71.395s) not ok 5 - regression tests pass
tap
[21:18:37.454](77.164s) not ok 2 - regression tests pass
test
[21:20:38.497]  41/315 postgresql:regress / regress/regress                                            ERROR            ...
[21:20:38.497]  94/315 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[21:20:38.497] 152/315 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_c...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-12-20 21:15:02.000656960 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/partition_join.out	2024-12-20 21:22:33.135367041 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/src/test/regress/results...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-12-20 21:15:02.000656960 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/partition_join.out	2024-12-20 21:21:06.765486578 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[21:22:40.872](139.516s) not ok 5 - regression tests pass
Linux - Debian Bookworm - Meson
core
[21:24:22.862] #0  0x00007f3fdbeaeda4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[21:24:22.862] #1  0x00007f3fdbe5b239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[21:24:22.862] #2  0x00007f3fdbf16204 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:24:22.862] #3  0x00007f3fdbf2885c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:24:22.862] #0  <unavailable> in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-12-20 21:15:02.387603164 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_join.out	2024-12-20 21:20:51.053...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/recovery/0...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-12-20 21:15:02.387603164 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/partition_join.out	2024-12-20 21:21:28.9...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/regress/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-12-20 21:15:02.387603164 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/partition_join.out	2024-12-20 21:20:47.009004724 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[21:20:54.631](79.243s) not ok 5 - regression tests pass
tap
[21:21:32.579](81.932s) not ok 2 - regression tests pass
test
[21:23:17.420]  45/315 postgresql:regress / regress/regress                                            ERROR            ...
[21:23:17.420] 137/315 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[21:23:17.420] 164/315 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/partition_join.out /Users/admin/pgsql/build/testrun/pg_upgrade/002...
--- /Users/admin/pgsql/src/test/regress/expected/partition_join.out	2024-12-20 21:14:11
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_join.out	2024-12-20 21:17:08
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/partition_join.out /Users/admin/pgsql/build/testrun/recovery/027_s...
--- /Users/admin/pgsql/src/test/regress/expected/partition_join.out	2024-12-20 21:14:11
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/partition_join.out	2024-12-20 21:17:55
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/partition_join.out /Users/admin/pgsql/build/testrun/regress/regres...
--- /Users/admin/pgsql/src/test/regress/expected/partition_join.out	2024-12-20 21:14:11
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/partition_join.out	2024-12-20 21:17:10
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[21:17:10.881](44.354s) not ok 5 - regression tests pass
tap
[21:17:58.433](49.164s) not ok 2 - regression tests pass
test
[21:20:04.559]  30/315 postgresql:regress / regress/regress                                            ERROR            ...
[21:20:04.559]  47/315 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[21:20:04.559] 139/315 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
51/5100 Improved crc32c performance with AVX-512 algorithm.
FreeBSD - 13 - Meson
test
[11:39:39.044] 244/315 postgresql:postmaster / postmaster/001_connection_limits                        ERROR            ...
51/4720 "unexpected duplicate for tablespace" problem in logical replication
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/00...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-12-20 08:54:07.628168000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_table.out	2024-12-20 08:55:50.778855...
@@ -3488,9 +3488,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39673 |            |             0 |       39673 | pktable_pkey
+ 39669 |            |             0 |       39669 | pktable
+ 39675 |            |             0 |       39675 | fktable
+ 40172 |            |             0 |       40177 | foo
+ 40181 |            |             0 |       40181 | pg_toast_40172_index
+ 40180 |            |             0 |       40180 | pg_toast_40172
+ 40468 |            |             0 |       40468 | old_oids
+ 40485 |            |             0 |       40485 | pg_toast_40482
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/recovery/027_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-12-20 08:54:07.628168000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/alter_table.out	2024-12-20 08:56:40.4469...
@@ -3488,9 +3488,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39477 |            |             0 |       39477 | pktable_pkey
+ 39473 |            |             0 |       39473 | pktable
+ 39479 |            |             0 |       39479 | fktable
+ 40199 |            |             0 |       40204 | foo
+ 40208 |            |             0 |       40208 | pg_toast_40199_index
+ 40207 |            |             0 |       40207 | pg_toast_40199
+ 40401 |            |             0 |       40401 | old_oids
+ 40418 |            |             0 |       40418 | pg_toast_40415
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/regress/regre...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-12-20 08:54:07.628168000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/alter_table.out	2024-12-20 08:55:48.088691000 +0000
@@ -3488,9 +3488,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39569 |            |             0 |       39569 | pktable_pkey
+ 39565 |            |             0 |       39565 | pktable
+ 39571 |            |             0 |       39571 | fktable
+ 40144 |            |             0 |       40149 | foo
+ 40153 |            |             0 |       40153 | pg_toast_40144_index
+ 40152 |            |             0 |       40152 | pg_toast_40144
+ 40425 |            |             0 |       40425 | old_oids
+ 40451 |            |             0 |       40451 | pg_toast_40448
...
tap
[08:56:00.165](68.781s) not ok 5 - regression tests pass
tap
[08:56:49.575](79.639s) not ok 2 - regression tests pass
test
[08:58:43.155]  42/315 postgresql:regress / regress/regress                                            ERROR            ...
[08:58:43.155]  95/315 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[08:58:43.155] 158/315 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_chec...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-12-20 08:54:07.369499882 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/alter_table.out	2024-12-20 08:59:09.985160771 +0000
@@ -3488,9 +3488,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39787 |            |             0 |       39787 | pktable_pkey
+ 39783 |            |             0 |       39783 | pktable
+ 39789 |            |             0 |       39789 | fktable
+ 40273 |            |             0 |       40278 | foo
+ 40282 |            |             0 |       40282 | pg_toast_40273_index
+ 40281 |            |             0 |       40281 | pg_toast_40273
+ 40499 |            |             0 |       40499 | old_oids
+ 40516 |            |             0 |       40516 | pg_toast_40513
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/src/test/recovery/tmp_check...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-12-20 08:54:07.369499882 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/alter_table.out	2024-12-20 09:00:34.169922548 +0000
@@ -3488,9 +3488,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39723 |            |             0 |       39723 | pktable_pkey
+ 39718 |            |             0 |       39718 | pktable
+ 39725 |            |             0 |       39725 | fktable
+ 40239 |            |             0 |       40245 | foo
+ 40250 |            |             0 |       40250 | pg_toast_40239_index
+ 40248 |            |             0 |       40248 | pg_toast_40239
+ 40490 |            |             0 |       40490 | old_oids
+ 40512 |            |             0 |       40512 | pg_toast_40509
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/src/test/regress/results/al...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-12-20 08:54:07.369499882 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/alter_table.out	2024-12-20 08:57:04.517300620 +0000
@@ -3488,9 +3488,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39791 |            |             0 |       39791 | pktable_pkey
+ 39787 |            |             0 |       39787 | pktable
+ 39793 |            |             0 |       39793 | fktable
+ 40289 |            |             0 |       40294 | foo
+ 40298 |            |             0 |       40298 | pg_toast_40289_index
+ 40297 |            |             0 |       40297 | pg_toast_40289
+ 40560 |            |             0 |       40560 | old_oids
+ 40581 |            |             0 |       40581 | pg_toast_40578
...
tap
[08:59:16.905](112.403s) not ok 5 - regression tests pass
tap
[09:00:41.289](56.707s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/00...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-12-20 08:54:07.934437435 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_table.out	2024-12-20 08:56:42.921362...
@@ -3488,9 +3488,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39629 |            |             0 |       39629 | pktable_pkey
+ 39625 |            |             0 |       39625 | pktable
+ 39633 |            |             0 |       39633 | fktable
+ 40115 |            |             0 |       40120 | foo
+ 40124 |            |             0 |       40124 | pg_toast_40115_index
+ 40123 |            |             0 |       40123 | pg_toast_40115
+ 40356 |            |             0 |       40356 | old_oids
+ 40373 |            |             0 |       40373 | pg_toast_40370
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/recovery/027_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-12-20 08:54:07.934437435 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/alter_table.out	2024-12-20 08:57:16.4313...
@@ -3488,9 +3488,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39599 |            |             0 |       39599 | pktable_pkey
+ 39595 |            |             0 |       39595 | pktable
+ 39602 |            |             0 |       39602 | fktable
+ 40097 |            |             0 |       40102 | foo
+ 40106 |            |             0 |       40106 | pg_toast_40097_index
+ 40105 |            |             0 |       40105 | pg_toast_40097
+ 40368 |            |             0 |       40368 | old_oids
+ 40385 |            |             0 |       40385 | pg_toast_40382
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/regress/regre...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-12-20 08:54:07.934437435 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/alter_table.out	2024-12-20 08:56:33.220877829 +0000
@@ -3488,9 +3488,29 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 40035 |            |             0 |       40035 | foo
+ 39716 |            |             0 |       39716 | users_id_seq
+ 39722 |            |             0 |       39722 | pg_toast_39717
+ 39723 |            |             0 |       39723 | pg_toast_39717_index
+ 39717 |            |             0 |       39717 | users
+ 40372 |            |             0 |       40372 | forc_test
+ 40684 |            |             0 |       40684 | pg_toast_40681
+ 40685 |            |             0 |       40685 | pg_toast_40681_index
...
tap
[08:56:50.764](81.221s) not ok 5 - regression tests pass
tap
[08:57:25.043](81.531s) not ok 2 - regression tests pass
test
[08:59:08.916]  44/315 postgresql:regress / regress/regress                                            ERROR            ...
[08:59:08.916] 140/315 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[08:59:08.916] 162/315 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/alter_table.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg...
--- /Users/admin/pgsql/src/test/regress/expected/alter_table.out	2024-12-20 08:53:11
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_table.out	2024-12-20 08:55:02
@@ -3488,9 +3488,29 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39276 |            |             0 |       39276 | pktable_pkey
+ 39272 |            |             0 |       39272 | pktable
+ 39278 |            |             0 |       39278 | fktable
+ 39717 |            |             0 |       39717 | users_id_seq
+ 39730 |            |             0 |       39730 | pg_toast_39719
+ 39732 |            |             0 |       39732 | pg_toast_39719_index
+ 39719 |            |             0 |       39719 | users
+ 39787 |            |             0 |       39787 | foo
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/alter_table.out /Users/admin/pgsql/build/testrun/recovery/027_stre...
--- /Users/admin/pgsql/src/test/regress/expected/alter_table.out	2024-12-20 08:53:11
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/alter_table.out	2024-12-20 08:56:02
@@ -3488,9 +3488,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39504 |            |             0 |       39504 | pktable_pkey
+ 39497 |            |             0 |       39497 | pktable
+ 39508 |            |             0 |       39508 | fktable
+ 40080 |            |             0 |       40080 | pg_toast_40070
+ 40070 |            |             0 |       40077 | foo
+ 40081 |            |             0 |       40081 | pg_toast_40070_index
+ 40313 |            |             0 |       40313 | old_oids
+ 40332 |            |             0 |       40332 | pg_toast_40329
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/alter_table.out /Users/admin/pgsql/build/testrun/regress/regress/r...
--- /Users/admin/pgsql/src/test/regress/expected/alter_table.out	2024-12-20 08:53:11
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/alter_table.out	2024-12-20 08:55:04
@@ -3488,9 +3488,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39301 |            |             0 |       39301 | pktable_pkey
+ 39297 |            |             0 |       39297 | pktable
+ 39303 |            |             0 |       39303 | fktable
+ 40131 |            |             0 |       40136 | foo
+ 40140 |            |             0 |       40140 | pg_toast_40131_index
+ 40139 |            |             0 |       40139 | pg_toast_40131
+ 40341 |            |             0 |       40341 | old_oids
+ 40359 |            |             0 |       40359 | pg_toast_40356
...
tap
[08:55:07.857](40.984s) not ok 5 - regression tests pass
tap
[08:56:09.597](57.652s) not ok 2 - regression tests pass
test
[08:58:12.310]  27/315 postgresql:regress / regress/regress                                            ERROR            ...
[08:58:12.310]  46/315 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[08:58:12.310] 152/315 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
51/4538 Statistics Import and Export
Linux - Debian Bookworm - Autoconf
core
[05:45:05.313] #0  0x00007fe2b8c64ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:45:05.313] #1  0x00007fe2b8c15fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:45:05.313] #2  0x00007fe2b8c00472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:45:05.313] #3  0x00007fe2b8ed650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:45:05.313] #4  0x00007fe2b8ee2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:45:05.313] #5  0x00007fe2b8ec1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffc86c4c156, __in_ch...
[05:45:05.313] #6  0x00007fe2b8ec14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140722569530816, sp...
[05:45:05.313] #7  0x00007fe2b8ec251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[05:45:05.313] #8  0x0000557d2d8fa0e6 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[05:45:05.313] #9  0x0000557d2d938e5a in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[05:45:05.782] #0  0x00007f6251aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:45:05.782] #1  0x00007f6251a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:45:05.782] #2  0x00007f6251a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:45:05.782] #3  0x00007f6251cd650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:45:05.782] #4  0x00007f6251ce2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:45:05.782] #5  0x00007f6251cc1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffe8d8ab3e6, __in_ch...
[05:45:05.782] #6  0x00007f6251cc14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140731273101392, sp...
[05:45:05.782] #7  0x00007f6251cc251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[05:45:05.782] #8  0x000055f45792d0e6 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[05:45:05.782] #9  0x000055f45796be5a in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[05:45:04.833] #0  0x00007f9f6c7edebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:45:04.833] #1  0x00007f9f6c79efb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:45:04.833] #2  0x00007f9f6c789472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:45:04.833] #3  0x00007f9f6cad650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:45:04.833] #4  0x00007f9f6cae2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:45:04.833] #5  0x00007f9f6cac1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7fff9c30b116, __in_ch...
[05:45:04.833] #6  0x00007f9f6cac14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140735813827968, sp...
[05:45:04.833] #7  0x00007f9f6cac251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[05:45:04.833] #8  0x0000561bc0a370e6 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[05:45:04.833] #9  0x0000561bc0a75dc1 in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[05:45:06.250] #0  0x00007f0532bedebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:45:06.250] #1  0x00007f0532b9efb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:45:06.250] #2  0x00007f0532b89472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:45:06.250] #3  0x00007f0532ed650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:45:06.250] #4  0x00007f0532ee2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:45:06.250] #5  0x00007f0532ec1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffe75c2cf36, __in_ch...
[05:45:06.250] #6  0x00007f0532ec14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140730874125216, sp...
[05:45:06.250] #7  0x00007f0532ec251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[05:45:06.250] #8  0x00005648d1beb0e6 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[05:45:06.250] #9  0x00005648d1c29e5a in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[05:45:07.208] #0  0x00007fd090528ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:45:07.208] #1  0x00007fd0904d9fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:45:07.208] #2  0x00007fd0904c4472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:45:07.208] #3  0x00007fd0908d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:45:07.208] #4  0x00007fd0908e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:45:07.208] #5  0x00007fd0908c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffd3eb2c9d6, __in_ch...
[05:45:07.208] #6  0x00007fd0908c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140725655361088, sp...
[05:45:07.208] #7  0x00007fd0908c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[05:45:07.208] #8  0x000055cc5e0ae0e6 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[05:45:07.208] #9  0x000055cc5e0ece5a in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[05:45:07.688] #0  0x00007fc3d0064ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:45:07.688] #1  0x00007fc3d0015fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:45:07.688] #2  0x00007fc3d0000472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:45:07.688] #3  0x00007fc3d02d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:45:07.688] #4  0x00007fc3d02e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:45:07.688] #5  0x00007fc3d02c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffeffa83d46, __in_ch...
[05:45:07.688] #6  0x00007fc3d02c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140733187639728, sp...
[05:45:07.688] #7  0x00007fc3d02c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[05:45:07.688] #8  0x000055aad767c0e6 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[05:45:07.688] #9  0x000055aad76badc1 in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[05:45:06.732] #0  0x00007fe98d1a8ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:45:06.732] #1  0x00007fe98d159fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:45:06.732] #2  0x00007fe98d144472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:45:06.732] #3  0x00007fe98d4d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:45:06.732] #4  0x00007fe98d4e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:45:06.732] #5  0x00007fe98d4c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7fff89120306, __in_ch...
[05:45:06.732] #6  0x00007fe98d4c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140735493050224, sp...
[05:45:06.732] #7  0x00007fe98d4c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[05:45:06.732] #8  0x0000561fa66de0e6 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[05:45:06.732] #9  0x0000561fa671ce5a in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[05:45:03.386] #0  0x00007f05efee3ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:45:03.386] #1  0x00007f05efe94fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:45:03.386] #2  0x00007f05efe7f472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:45:03.386] #3  0x00007f05f02d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:45:03.386] #4  0x00007f05f02e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:45:03.386] #5  0x00007f05f02c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffd0e99f026, __in_ch...
[05:45:03.386] #6  0x00007f05f02c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140724848426128, sp...
[05:45:03.386] #7  0x00007f05f02c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[05:45:03.386] #8  0x000056521e5a50e6 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[05:45:03.386] #9  0x000056521e5e3e5a in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[05:45:03.870] #0  0x00007fbb28528ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:45:03.870] #1  0x00007fbb284d9fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:45:03.870] #2  0x00007fbb284c4472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:45:03.870] #3  0x00007fbb288d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:45:03.870] #4  0x00007fbb288e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:45:03.870] #5  0x00007fbb288c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffc42d00706, __in_ch...
[05:45:03.870] #6  0x00007fbb288c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140721429418864, sp...
[05:45:03.870] #7  0x00007fbb288c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[05:45:03.870] #8  0x000055e1c7a9c0e6 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[05:45:03.870] #9  0x000055e1c7adadc1 in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[05:45:02.412] #0  0x00007f29a32a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:45:02.412] #1  0x00007f29a325afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:45:02.412] #2  0x00007f29a3245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:45:02.412] #3  0x00007f29a34d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:45:02.412] #4  0x00007f29a34e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:45:02.412] #5  0x00007f29a34c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7fff3ae97d06, __in_ch...
[05:45:02.412] #6  0x00007f29a34c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140734181771632, sp...
[05:45:02.413] #7  0x00007f29a34c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[05:45:02.413] #8  0x00005591b11bd0e6 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[05:45:02.413] #9  0x00005591b11fbe5a in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[05:45:02.898] #0  0x00007ff092f28ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:45:02.898] #1  0x00007ff092ed9fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:45:02.898] #2  0x00007ff092ec4472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:45:02.898] #3  0x00007ff0932d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:45:02.898] #4  0x00007ff0932e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:45:02.898] #5  0x00007ff0932c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffe33c58266, __in_ch...
[05:45:02.898] #6  0x00007ff0932c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140729767005904, sp...
[05:45:02.898] #7  0x00007ff0932c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[05:45:02.898] #8  0x000055f96d8940e6 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[05:45:02.898] #9  0x000055f96d8d2dc1 in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[05:45:01.449] #0  0x00007ff3029c5ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:45:01.449] #1  0x00007ff302976fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:45:01.449] #2  0x00007ff302961472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:45:01.449] #3  0x00007ff302cd650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:45:01.449] #4  0x00007ff302ce2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:45:01.449] #5  0x00007ff302cc1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7fff7b057486, __in_ch...
[05:45:01.449] #6  0x00007ff302cc14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140735257346288, sp...
[05:45:01.449] #7  0x00007ff302cc251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[05:45:01.449] #8  0x000055b3a704d0e6 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[05:45:01.449] #9  0x000055b3a708be5a in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[05:45:04.347] #0  0x00007f954fe64ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:45:04.347] #1  0x00007f954fe15fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:45:04.347] #2  0x00007f954fe00472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:45:04.347] #3  0x00007f95500d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:45:04.347] #4  0x00007f95500e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:45:04.347] #5  0x00007f95500c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffd3d6f29d6, __in_ch...
[05:45:04.347] #6  0x00007f95500c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140725634152000, sp...
[05:45:04.347] #7  0x00007f95500c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[05:45:04.347] #8  0x00005579493bd0e6 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[05:45:04.347] #9  0x00005579493fbdc1 in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[05:45:01.939] #0  0x00007ff88c128ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:45:01.939] #1  0x00007ff88c0d9fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:45:01.939] #2  0x00007ff88c0c4472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:45:01.939] #3  0x00007ff88c4d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:45:01.939] #4  0x00007ff88c4e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:45:01.939] #5  0x00007ff88c4c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7fff91161d06, __in_ch...
[05:45:01.939] #6  0x00007ff88c4c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140735627536752, sp...
[05:45:01.939] #7  0x00007ff88c4c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[05:45:01.939] #8  0x0000561424dc00e6 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[05:45:01.939] #9  0x0000561424dfedc1 in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
tap
[05:38:49.844](5.072s) not ok 4 - dump from PITR 1
[05:38:51.534](1.689s) not ok 5 - dump from PITR 2
tap
[05:39:00.410](1.105s) not ok 19 - pg_dump: option -n pg_catalog
[05:39:03.024](2.614s) not ok 20 - pg_dumpall: option --exclude-database handles database names with embedded dots
[05:39:04.098](0.554s) not ok 37 - binary_upgrade: pg_dump runs
[05:39:04.165](0.066s) not ok 38 - binary_upgrade: pg_restore runs
tap
[05:39:09.597](2.337s) not ok 1 - parallel dump
[05:39:09.647](0.050s) not ok 2 - parallel restore
[05:39:10.235](0.588s) not ok 3 - parallel dump as inserts
[05:39:10.325](0.090s) not ok 4 - parallel restore as inserts
tap
[05:39:14.627](4.059s) not ok 1 - filter file without patterns
tap
[05:39:24.468](0.915s) not ok 7 - parallel dump
[05:39:24.863](0.395s) not ok 8 - parallel restore
[05:39:24.991](0.127s) not ok 9 - parallel restore with create
tap
[05:40:19.673](1.272s) not ok 1 - binary_upgrade: pg_dump runs
tap
[05:42:59.269](1.268s) not ok 3 - dump primary server
[05:43:00.449](1.180s) not ok 4 - dump standby server
[05:43:01.619](1.166s) not ok 6 - dump catalogs of primary server
[05:43:02.115](0.495s) not ok 7 - dump catalogs of standby server
[05:43:02.119](0.004s) not ok 8 - compare primary and standby catalog dumps
Linux - Debian Bookworm - Meson
core
[05:44:36.040] #0  0x00007f4199aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:44:36.040] #1  0x00007f4199a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:44:36.040] #2  0x00007f4199a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:44:36.040] #3  0x00007f4199c1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:44:36.040] #4  0x00007f4199c2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:44:36.040] #5  0x00007f4199c0db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55d5d1435e00, In...
[05:44:36.040] #6  0x000055d5d13b1622 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[05:44:36.040] #7  0x000055d5d13e3477 in pg_qsort (data=<optimized out>, n=4047, element_size=element_size@entry=8, comp...
[05:44:36.040] #8  0x000055d5d13b3d46 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[05:44:36.040] #9  0x000055d5d13a8b9b in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[05:44:36.322] #0  0x00007f8042ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:44:36.322] #1  0x00007f8042e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:44:36.322] #2  0x00007f8042e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:44:36.322] #3  0x00007f804301e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:44:36.322] #4  0x00007f804302aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:44:36.322] #5  0x00007f804300db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55596725de00, In...
[05:44:36.322] #6  0x00005559671d9622 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[05:44:36.322] #7  0x000055596720b477 in pg_qsort (data=<optimized out>, n=4014, element_size=element_size@entry=8, comp...
[05:44:36.322] #8  0x00005559671dbd46 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[05:44:36.322] #9  0x00005559671d0b9b in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[05:44:36.606] #0  0x00007fa7836a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:44:36.606] #1  0x00007fa78365afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:44:36.606] #2  0x00007fa783645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:44:36.606] #3  0x00007fa78381e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:44:36.606] #4  0x00007fa78382aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:44:36.606] #5  0x00007fa78380db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x5596b8b1bd80, In...
[05:44:36.606] #6  0x00005596b8a97666 in DOTypeNameCompare (p1=p1@entry=0x5596b9e413a0, p2=p2@entry=0x5596b9e43a90) at ....
[05:44:36.606] #7  0x00005596b8ac8bb5 in pg_qsort_med3 (a=a@entry=0x5596b9e413a0, b=b@entry=0x5596b9e43a90, c=c@entry=0x...
[05:44:36.606] #8  0x00005596b8ac8fd0 in pg_qsort (data=<optimized out>, n=9971, element_size=element_size@entry=8, comp...
[05:44:36.606] #9  0x00005596b8a99d46 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
core
[05:44:39.183] #0  0x00007fac7d0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:44:39.183] #1  0x00007fac7d05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:44:39.183] #2  0x00007fac7d045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:44:39.183] #3  0x00007fac7d21e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:44:39.183] #4  0x00007fac7d22aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:44:39.183] #5  0x00007fac7d20db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55eb712e2e00, In...
[05:44:39.183] #6  0x000055eb7125e622 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[05:44:39.183] #7  0x000055eb7129034d in pg_qsort (data=<optimized out>, n=4091, element_size=element_size@entry=8, comp...
[05:44:39.183] #8  0x000055eb71260d46 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[05:44:39.183] #9  0x000055eb71255b9b in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[05:44:38.018] #0  0x00007f3d5e2a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:44:38.018] #1  0x00007f3d5e25afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:44:38.018] #2  0x00007f3d5e245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:44:38.018] #3  0x00007f3d5e41e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:44:38.018] #4  0x00007f3d5e42aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:44:38.018] #5  0x00007f3d5e40db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55c5d84ace00, In...
[05:44:38.018] #6  0x000055c5d8428622 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[05:44:38.018] #7  0x000055c5d845a477 in pg_qsort (data=<optimized out>, n=4051, element_size=element_size@entry=8, comp...
[05:44:38.018] #8  0x000055c5d842ad46 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[05:44:38.018] #9  0x000055c5d841fb9b in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[05:44:38.307] #0  0x00007f17b00a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:44:38.307] #1  0x00007f17b005afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:44:38.307] #2  0x00007f17b0045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:44:38.307] #3  0x00007f17b021e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:44:38.307] #4  0x00007f17b022aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:44:38.307] #5  0x00007f17b020db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55f2f003de00, In...
[05:44:38.307] #6  0x000055f2effb9622 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[05:44:38.307] #7  0x000055f2effeb477 in pg_qsort (data=<optimized out>, n=4003, element_size=element_size@entry=8, comp...
[05:44:38.307] #8  0x000055f2effbbd46 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[05:44:38.307] #9  0x000055f2effb0b9b in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[05:44:38.612] #0  0x00007f1fa82a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:44:38.612] #1  0x00007f1fa825afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:44:38.612] #2  0x00007f1fa8245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:44:38.612] #3  0x00007f1fa841e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:44:38.612] #4  0x00007f1fa842aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:44:38.612] #5  0x00007f1fa840db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55aeedadfe00, In...
[05:44:38.612] #6  0x000055aeeda5b622 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[05:44:38.612] #7  0x000055aeeda8d34d in pg_qsort (data=<optimized out>, n=4091, element_size=element_size@entry=8, comp...
[05:44:38.612] #8  0x000055aeeda5dd46 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[05:44:38.612] #9  0x000055aeeda52b9b in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[05:44:37.734] #0  0x00007fb6ef4bdebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:44:37.734] #1  0x00007fb6ef46efb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:44:37.734] #2  0x00007fb6ef459472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:44:37.734] #3  0x00007fb6eee1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:44:37.734] #4  0x00007fb6eee2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:44:37.734] #5  0x00007fb6eee0db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55847c25be00, In...
[05:44:37.734] #6  0x000055847c1d7622 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[05:44:37.734] #7  0x000055847c209477 in pg_qsort (data=<optimized out>, n=7608, element_size=element_size@entry=8, comp...
[05:44:37.734] #8  0x000055847c1d9d46 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[05:44:37.734] #9  0x000055847c1ceb9b in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[05:44:37.443] #0  0x00007f6ddb2a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:44:37.443] #1  0x00007f6ddb25afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:44:37.443] #2  0x00007f6ddb245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:44:37.443] #3  0x00007f6ddb41e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:44:37.443] #4  0x00007f6ddb42aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:44:37.443] #5  0x00007f6ddb40db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x556fcd12fe00, In...
[05:44:37.443] #6  0x0000556fcd0ab622 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[05:44:37.443] #7  0x0000556fcd0dd477 in pg_qsort (data=<optimized out>, n=4051, element_size=element_size@entry=8, comp...
[05:44:37.443] #8  0x0000556fcd0add46 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[05:44:37.443] #9  0x0000556fcd0a2b9b in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[05:44:37.149] #0  0x00007f18500a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:44:37.149] #1  0x00007f185005afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:44:37.149] #2  0x00007f1850045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:44:37.149] #3  0x00007f185021e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:44:37.149] #4  0x00007f185022aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:44:37.149] #5  0x00007f185020db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55815508be00, In...
[05:44:37.149] #6  0x0000558155007622 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[05:44:37.149] #7  0x0000558155039477 in pg_qsort (data=<optimized out>, n=4006, element_size=element_size@entry=8, comp...
[05:44:37.149] #8  0x0000558155009d46 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[05:44:37.149] #9  0x0000558154ffeb9b in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[05:44:36.872] #0  0x00007fc7c50c4ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:44:36.872] #1  0x00007fc7c5075fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:44:36.872] #2  0x00007fc7c5060472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:44:36.872] #3  0x00007fc7c4a1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:44:36.872] #4  0x00007fc7c4a2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:44:36.872] #5  0x00007fc7c4a0db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55c1dd3cfe00, In...
[05:44:36.872] #6  0x000055c1dd34b622 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[05:44:36.872] #7  0x000055c1dd37d34d in pg_qsort (data=<optimized out>, n=4465, element_size=element_size@entry=8, comp...
[05:44:36.872] #8  0x000055c1dd34dd46 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[05:44:36.872] #9  0x000055c1dd342b9b in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[05:44:38.900] #0  0x00007efd05ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:44:38.900] #1  0x00007efd05c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:44:38.900] #2  0x00007efd05c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:44:38.900] #3  0x00007efd05e1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:44:38.900] #4  0x00007efd05e2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:44:38.900] #5  0x00007efd05e0db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x556a9e8add80, In...
[05:44:38.900] #6  0x0000556a9e829666 in DOTypeNameCompare (p1=p1@entry=0x556aa06543a0, p2=p2@entry=0x556aa0656a90) at ....
[05:44:38.900] #7  0x0000556a9e85abb5 in pg_qsort_med3 (a=a@entry=0x556aa06543a0, b=b@entry=0x556aa0656a90, c=c@entry=0x...
[05:44:38.900] #8  0x0000556a9e85afd0 in pg_qsort (data=<optimized out>, n=9971, element_size=element_size@entry=8, comp...
[05:44:38.900] #9  0x0000556a9e82bd46 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
core
[05:44:40.359] #0  0x00007f0d138a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:44:40.359] #1  0x00007f0d1385afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:44:40.359] #2  0x00007f0d13845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:44:40.359] #3  0x00007f0d13a1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:44:40.359] #4  0x00007f0d13a2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:44:40.359] #5  0x00007f0d13a0db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55bff17d1e00, In...
[05:44:40.359] #6  0x000055bff174d622 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[05:44:40.359] #7  0x000055bff177f477 in pg_qsort (data=<optimized out>, n=10062, element_size=element_size@entry=8, com...
[05:44:40.359] #8  0x000055bff174fd46 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[05:44:40.359] #9  0x000055bff1744b9b in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[05:44:40.074] #0  0x00007f81d62a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:44:40.074] #1  0x00007f81d625afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:44:40.074] #2  0x00007f81d6245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:44:40.074] #3  0x00007f81d641e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:44:40.074] #4  0x00007f81d642aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:44:40.074] #5  0x00007f81d640db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55a0e0d65d80, In...
[05:44:40.074] #6  0x000055a0e0ce1666 in DOTypeNameCompare (p1=p1@entry=0x55a0e173e280, p2=p2@entry=0x55a0e1740790) at ....
[05:44:40.074] #7  0x000055a0e0d12bb5 in pg_qsort_med3 (a=a@entry=0x55a0e173e280, b=b@entry=0x55a0e1740790, c=c@entry=0x...
[05:44:40.074] #8  0x000055a0e0d12fd0 in pg_qsort (data=<optimized out>, n=9488, element_size=element_size@entry=8, comp...
[05:44:40.074] #9  0x000055a0e0ce3d46 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
core
[05:44:39.796] #0  0x00007fcbe36bcebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:44:39.796] #1  0x00007fcbe366dfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:44:39.796] #2  0x00007fcbe3658472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:44:39.796] #3  0x00007fcbe301e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:44:39.796] #4  0x00007fcbe302aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:44:39.796] #5  0x00007fcbe300db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55e9ce6d8e00, In...
[05:44:39.796] #6  0x000055e9ce654622 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[05:44:39.796] #7  0x000055e9ce68634d in pg_qsort (data=<optimized out>, n=4429, element_size=element_size@entry=8, comp...
[05:44:39.796] #8  0x000055e9ce656d46 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[05:44:39.796] #9  0x000055e9ce64bb9b in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[05:44:39.480] #0  0x00007f23dfaa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:44:39.480] #1  0x00007f23dfa5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:44:39.480] #2  0x00007f23dfa45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:44:39.480] #3  0x00007f23dfc1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:44:39.480] #4  0x00007f23dfc2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:44:39.480] #5  0x00007f23dfc0db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x562ab444ee00, In...
[05:44:39.480] #6  0x0000562ab43ca622 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[05:44:39.480] #7  0x0000562ab43fc34d in pg_qsort (data=<optimized out>, n=4993, element_size=element_size@entry=8, comp...
[05:44:39.480] #8  0x0000562ab43ccd46 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[05:44:39.480] #9  0x0000562ab43c1b9b in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[05:44:40.934] #0  0x00007f9f704a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:44:40.934] #1  0x00007f9f7045afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:44:40.934] #2  0x00007f9f70445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:44:40.934] #3  0x00007f9f7061e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:44:40.934] #4  0x00007f9f7062aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:44:40.934] #5  0x00007f9f7060db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x56490e94de00, In...
[05:44:40.934] #6  0x000056490e8c9622 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[05:44:40.934] #7  0x000056490e8fb477 in pg_qsort (data=<optimized out>, n=7608, element_size=element_size@entry=8, comp...
[05:44:40.934] #8  0x000056490e8cbd46 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[05:44:40.934] #9  0x000056490e8c0b9b in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[05:44:40.649] #0  0x00007f0aad8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:44:40.649] #1  0x00007f0aad85afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:44:40.649] #2  0x00007f0aad845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:44:40.649] #3  0x00007f0aada1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:44:40.649] #4  0x00007f0aada2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:44:40.649] #5  0x00007f0aada0db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55ab5065ce00, In...
[05:44:40.649] #6  0x000055ab505d8622 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[05:44:40.649] #7  0x000055ab5060a34d in pg_qsort (data=<optimized out>, n=4060, element_size=element_size@entry=8, comp...
[05:44:40.649] #8  0x000055ab505dad46 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[05:44:40.649] #9  0x000055ab505cfb9b in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
tap
[05:40:47.471](3.710s) not ok 4 - dump from PITR 1
[05:40:48.713](1.242s) not ok 5 - dump from PITR 2
tap
[05:40:56.412](0.358s) not ok 19 - pg_dump: option -n pg_catalog
[05:40:57.670](1.258s) not ok 20 - pg_dumpall: option --exclude-database handles database names with embedded dots
[05:40:58.386](0.411s) not ok 37 - binary_upgrade: pg_dump runs
[05:40:58.398](0.012s) not ok 38 - binary_upgrade: pg_restore runs
tap
[05:40:55.437](1.440s) not ok 1 - parallel dump
[05:40:55.463](0.025s) not ok 2 - parallel restore
[05:40:55.789](0.326s) not ok 3 - parallel dump as inserts
[05:40:55.824](0.029s) not ok 4 - parallel restore as inserts
tap
[05:40:56.527](2.375s) not ok 1 - filter file without patterns
tap
[05:40:58.752](0.393s) not ok 7 - parallel dump
[05:40:58.926](0.174s) not ok 8 - parallel restore
[05:40:58.996](0.070s) not ok 9 - parallel restore with create
tap
[05:40:04.908](3.454s) not ok 6 - dump before running pg_upgrade
[05:40:14.196](4.523s) not ok 14 - run of pg_upgrade for new instance
[05:40:14.196](0.000s) not ok 15 - pg_upgrade_output.d/ removed after pg_upgrade success
[05:40:14.417](0.054s) not ok 16 - check that locales in new cluster match original cluster
[05:40:14.906](0.001s) not ok 18 - old and new dumps match after pg_upgrade
tap
[05:38:39.690](3.944s) not ok 10 - run of pg_upgrade of old cluster
[05:38:39.897](0.207s) not ok 11 - check the slot exists on new cluster
tap
[05:38:40.889](2.905s) not ok 8 - run of pg_upgrade for old instance when the subscription tables are in init/ready stat...
[05:38:40.890](0.000s) not ok 9 - pg_upgrade_output.d/ removed after successful pg_upgrade
[05:38:41.295](0.405s) not ok 10 - check that the subscription's running status and failover are preserved
[05:38:41.358](0.063s) not ok 11 - there should be 2 rows in pg_subscription_rel(representing tab_upgraded1 and tab_upgr...
tap
[05:40:38.087](1.429s) not ok 3 - dump primary server
[05:40:39.228](1.141s) not ok 4 - dump standby server
[05:40:40.352](1.107s) not ok 6 - dump catalogs of primary server
[05:40:40.923](0.571s) not ok 7 - dump catalogs of standby server
[05:40:40.938](0.015s) not ok 8 - compare primary and standby catalog dumps
tap
[05:42:05.914](0.636s) not ok 1 - binary_upgrade: pg_dump runs
test
[05:42:19.752]   6/315 postgresql:pg_upgrade / pg_upgrade/003_logical_slots                            ERROR            ...
[05:42:19.752]   9/315 postgresql:pg_upgrade / pg_upgrade/004_subscription                             ERROR            ...
[05:42:19.752] 100/315 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[05:42:19.752] 149/315 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[05:42:19.752] 158/315 postgresql:pg_combinebackup / pg_combinebackup/002_compare_backups              ERROR            ...
[05:42:19.752] 174/315 postgresql:pg_dump / pg_dump/004_pg_dump_parallel                               ERROR            ...
[05:42:19.752] 175/315 postgresql:pg_dump / pg_dump/005_pg_dump_filterfile                             ERROR            ...
[05:42:19.752] 177/315 postgresql:pg_dump / pg_dump/002_pg_dump                                        ERROR            ...
[05:42:19.752] 189/315 postgresql:pg_dump / pg_dump/010_dump_connstr                                   ERROR            ...
[05:42:19.752] 303/315 postgresql:test_pg_dump / test_pg_dump/001_base                                 ERROR            ...
51/5214 SQL:2023 JSON simplified accessor support
FreeBSD - 13 - Meson
core
[05:18:01.405] #0  0x000051694628eff0 in ?? ()
[05:18:01.405] #1  0x0000000000000000 in ?? ()
tap
[05:16:41.606](1.768s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[05:16:52.330] 296/315 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
Linux - Debian Bookworm - Autoconf
tap
[05:15:57.351](0.849s) not ok 1 - no parameters missing from postgresql.conf.sample
Linux - Debian Bookworm - Meson
core
[05:20:08.633] #0  0x00007ff64d4aeda4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[05:20:08.633] #1  0x00007ff64d45b239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[05:20:08.633] #2  0x00007ff64d45b497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[05:20:08.633] #3  0x000055c0812475f3 in ?? ()
[05:20:08.633] #4  0x000055c081241369 in ?? ()
[05:20:08.633] #5  0x000055c08124020f in ?? ()
[05:20:08.633] #6  0x000055c081240c3b in ?? ()
[05:20:08.633] #7  0x000055c08123e66f in ?? ()
[05:20:08.633] #8  0x00007ff64d44624a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:20:08.633] #9  0x00007ff64d446305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:20:08.751] #0  0x00007ff64d4aeda4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[05:20:08.751] #1  0x00007ff64d45b239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[05:20:08.751] #2  0x00007ff64d45b497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[05:20:08.751] #3  0x000055c0812475c1 in ?? ()
[05:20:08.751] #4  0x000055c081241369 in ?? ()
[05:20:08.751] #5  0x000055c08124020f in ?? ()
[05:20:08.751] #6  0x000055c081240c3b in ?? ()
[05:20:08.751] #7  0x000055c08123e66f in ?? ()
[05:20:08.751] #8  0x00007ff64d44624a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:20:08.751] #9  0x00007ff64d446305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:20:08.633] #0  <unavailable> in ?? ()
tap
[05:18:48.978](0.444s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[05:19:01.972] 294/315 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
macOS - Sonoma - Meson
tap
[05:15:46.507](1.086s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[05:16:00.671] 295/315 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[05:22:51.150](2.355s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[05:23:51.684] 290/310 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
51/5196 Use function smgrclose() to replace the loop
CompilerWarnings
compiler
[03:28:14.886] smgr.c:282:13: error: unused variable 'forknum' [-Werror,-Wunused-variable]
compiler
[03:28:14.886] smgr.c:487:9: error: unused variable 'which' [-Werror,-Wunused-variable]
compiler
[03:28:00.001] smgr.c:282:13: error: unused variable 'forknum' [-Werror,-Wunused-variable]
compiler
[03:28:00.001] smgr.c:487:9: error: unused variable 'which' [-Werror,-Wunused-variable]
compiler
[03:27:22.151] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
compiler
[03:27:22.151] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable]
compiler
[03:27:07.258] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable]
compiler
[03:27:07.258] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
compiler
[03:28:51.101] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable]
compiler
[03:28:51.101] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
51/5357 New predefined role pg_manage_extensions
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out /tmp/cirrus-ci-build/build/testrun/plperl/regress/...
--- /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out	2024-12-19 22:34:54.754166000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/plperl/regress/results/plperl_setup.out	2024-12-19 22:37:32.630140000 +0000
@@ -12,7 +12,7 @@
 HINT:  Must have CREATE privilege on current database to create this extension.
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 RESET ROLE;
 DO $$
 begin
@@ -24,7 +24,7 @@
 CREATE EXTENSION plperl;
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 CREATE SCHEMA plperl_setup_scratch;
 SET search_path = plperl_setup_scratch;
...
test
[22:40:12.954]  47/315 postgresql:plperl / plperl/regress                                              ERROR            ...
Linux - Debian Bookworm - Autoconf
core
[22:46:53.937] #0  0x00007ff898ab2da4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[22:46:53.937] #1  0x00007ff898a5f239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[22:46:53.937] #2  0x00007ff898a5f497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[22:46:53.937] #3  0x000055f104c6f5c1 in ?? ()
[22:46:53.937] #4  0x000055f104c69369 in ?? ()
[22:46:53.937] #5  0x000055f104c6820f in ?? ()
[22:46:53.937] #6  0x000055f104c68c3b in ?? ()
[22:46:53.937] #7  0x000055f104c6666f in ?? ()
[22:46:53.937] #8  0x00007ff898a4a24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:46:53.937] #9  0x00007ff898a4a305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:46:53.818] #0  0x00007ff898ab2da4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[22:46:53.818] #1  0x00007ff898a5f239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[22:46:53.818] #2  0x00007ff898a5f497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[22:46:53.818] #3  0x000055f104c6f5f3 in ?? ()
[22:46:53.818] #4  0x000055f104c69369 in ?? ()
[22:46:53.818] #5  0x000055f104c6820f in ?? ()
[22:46:53.818] #6  0x000055f104c68c3b in ?? ()
[22:46:53.818] #7  0x000055f104c6666f in ?? ()
[22:46:53.818] #8  0x00007ff898a4a24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:46:53.818] #9  0x00007ff898a4a305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:46:53.818] #0  <unavailable> in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out /tmp/cirrus-ci-build/src/pl/plperl/results/plperl_...
--- /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out	2024-12-19 22:34:52.609703267 +0000
+++ /tmp/cirrus-ci-build/src/pl/plperl/results/plperl_setup.out	2024-12-19 22:38:25.890485006 +0000
@@ -12,7 +12,7 @@
 HINT:  Must have CREATE privilege on current database to create this extension.
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 RESET ROLE;
 DO $$
 begin
@@ -24,7 +24,7 @@
 CREATE EXTENSION plperl;
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 CREATE SCHEMA plperl_setup_scratch;
 SET search_path = plperl_setup_scratch;
...
Linux - Debian Bookworm - Meson
core
[22:43:55.892] #0  0x00007f7606c60b93 in wait4 () from /lib/x86_64-linux-gnu/libc.so.6
[22:43:55.892] #1  0x0000557b4de6ccc0 in ?? ()
[22:43:55.892] #2  0x0000557b4de6cefa in ?? ()
[22:43:55.892] #3  0x0000557b4de6e630 in ?? ()
[22:43:55.892] #4  0x0000557b4de68371 in ?? ()
[22:43:55.892] #5  0x0000557b4de6720f in ?? ()
[22:43:55.892] #6  0x0000557b4de67c3b in ?? ()
[22:43:55.892] #7  0x0000557b4de6566f in ?? ()
[22:43:55.892] #8  0x00007f7606bb424a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:43:55.892] #9  0x00007f7606bb4305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:43:56.014] #0  0x0000558b1ace4f53 in ?? ()
[22:43:56.014] #1  0x0000558b1acd56f3 in ?? ()
[22:43:56.014] #2  0x0000558b1acd3eda in ?? ()
[22:43:56.014] #3  0x00007f832f5b324a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:43:56.014] #4  0x00007f832f5b3305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
[22:43:56.014] #5  0x0000558b1acd4171 in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out /tmp/cirrus-ci-build/build/testrun/plperl/regress/...
--- /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out	2024-12-19 22:34:55.127537666 +0000
+++ /tmp/cirrus-ci-build/build/testrun/plperl/regress/results/plperl_setup.out	2024-12-19 22:40:26.596474758 +0000
@@ -12,7 +12,7 @@
 HINT:  Must have CREATE privilege on current database to create this extension.
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 RESET ROLE;
 DO $$
 begin
@@ -24,7 +24,7 @@
 CREATE EXTENSION plperl;
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 CREATE SCHEMA plperl_setup_scratch;
 SET search_path = plperl_setup_scratch;
...
test
[22:42:50.824]  49/315 postgresql:plperl / plperl/regress                                              ERROR            ...
macOS - Sonoma - Meson
core
[22:43:09.651]   * frame #0: 0x0000000102cd0b70 dyld`_dyld_start
regress
diff -U3 /Users/admin/pgsql/src/pl/plperl/expected/plperl_setup.out /Users/admin/pgsql/build/testrun/plperl/regress/resu...
--- /Users/admin/pgsql/src/pl/plperl/expected/plperl_setup.out	2024-12-19 22:34:12
+++ /Users/admin/pgsql/build/testrun/plperl/regress/results/plperl_setup.out	2024-12-19 22:37:24
@@ -12,7 +12,7 @@
 HINT:  Must have CREATE privilege on current database to create this extension.
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 RESET ROLE;
 DO $$
 begin
@@ -24,7 +24,7 @@
 CREATE EXTENSION plperl;
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 CREATE SCHEMA plperl_setup_scratch;
 SET search_path = plperl_setup_scratch;
...
test
[22:39:59.306]  48/315 postgresql:plperl / plperl/regress                                              ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/pl/plperl/expected/plperl_setup.out C:/cirrus/build/testrun/plperl/regress/re...
--- C:/cirrus/src/pl/plperl/expected/plperl_setup.out	2024-12-19 22:35:17.434755200 +0000
+++ C:/cirrus/build/testrun/plperl/regress/results/plperl_setup.out	2024-12-19 22:40:52.582021700 +0000
@@ -12,7 +12,7 @@
 HINT:  Must have CREATE privilege on current database to create this extension.
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 RESET ROLE;
 DO $$
 begin
@@ -24,7 +24,7 @@
 CREATE EXTENSION plperl;
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 CREATE SCHEMA plperl_setup_scratch;
 SET search_path = plperl_setup_scratch;
...
test
[22:49:05.572]  49/310 postgresql:plperl / plperl/regress                                              ERROR            ...
51/5100 Improved crc32c performance with AVX-512 algorithm.
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[22:13:25.946] test_crc32c.c.obj : error LNK2001: unresolved external symbol pg_comp_crc32c
51/4538 Statistics Import and Export
Linux - Debian Bookworm - Autoconf
core
[21:08:23.197] #0  0x00007f5db9aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:08:23.197] #1  0x00007f5db9a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:08:23.197] #2  0x00007f5db9a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:08:23.197] #3  0x00007f5db9cd650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[21:08:23.197] #4  0x00007f5db9ce2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[21:08:23.197] #5  0x00007f5db9cc1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffee76e2b16, __in_ch...
[21:08:23.197] #6  0x00007f5db9cc14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140732781180800, sp...
[21:08:23.197] #7  0x00007f5db9cc251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[21:08:23.197] #8  0x000055a0cbdf5031 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[21:08:23.197] #9  0x000055a0cbe33c6b in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[21:08:23.626] #0  0x00007f34a60a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:08:23.626] #1  0x00007f34a605afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:08:23.626] #2  0x00007f34a6045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:08:23.626] #3  0x00007f34a62d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[21:08:23.626] #4  0x00007f34a62e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[21:08:23.626] #5  0x00007f34a62c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7fffe0fb3a56, __in_ch...
[21:08:23.626] #6  0x00007f34a62c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140736967952064, sp...
[21:08:23.626] #7  0x00007f34a62c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[21:08:23.626] #8  0x000055a1d788e031 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[21:08:23.626] #9  0x000055a1d78ccbd2 in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[21:08:21.502] #0  0x00007f0f9a6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:08:21.502] #1  0x00007f0f9a65afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:08:21.502] #2  0x00007f0f9a645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:08:21.502] #3  0x00007f0f9a8d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[21:08:21.502] #4  0x00007f0f9a8e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[21:08:21.502] #5  0x00007f0f9a8c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7fff0f226b46, __in_ch...
[21:08:21.502] #6  0x00007f0f9a8c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140733447305136, sp...
[21:08:21.502] #7  0x00007f0f9a8c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[21:08:21.502] #8  0x000056272f494031 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[21:08:21.502] #9  0x000056272f4d2c6b in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[21:08:21.085] #0  0x00007ff7638e3ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:08:21.085] #1  0x00007ff763894fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:08:21.085] #2  0x00007ff76387f472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:08:21.085] #3  0x00007ff763cd650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[21:08:21.085] #4  0x00007ff763ce2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[21:08:21.085] #5  0x00007ff763cc1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffd28274986, __in_ch...
[21:08:21.085] #6  0x00007ff763cc14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140725277119984, sp...
[21:08:21.085] #7  0x00007ff763cc251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[21:08:21.085] #8  0x0000558533a00031 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[21:08:21.085] #9  0x0000558533a3ebd2 in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[21:08:20.673] #0  0x00007f65fe328ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:08:20.673] #1  0x00007f65fe2d9fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:08:20.673] #2  0x00007f65fe2c4472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:08:20.673] #3  0x00007f65fe6d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[21:08:20.673] #4  0x00007f65fe6e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[21:08:20.673] #5  0x00007f65fe6c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffe2df84856, __in_ch...
[21:08:20.673] #6  0x00007f65fe6c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140729669670080, sp...
[21:08:20.673] #7  0x00007f65fe6c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[21:08:20.673] #8  0x0000565417e13031 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[21:08:20.673] #9  0x0000565417e51c6b in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[21:08:22.353] #0  0x00007f972b928ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:08:22.353] #1  0x00007f972b8d9fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:08:22.353] #2  0x00007f972b8c4472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:08:22.353] #3  0x00007f972bcd650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[21:08:22.353] #4  0x00007f972bce2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[21:08:22.353] #5  0x00007f972bcc1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffd9d1d3836, __in_ch...
[21:08:22.353] #6  0x00007f972bcc14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140727239394464, sp...
[21:08:22.353] #7  0x00007f972bcc251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[21:08:22.353] #8  0x0000559b3a78f031 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[21:08:22.353] #9  0x0000559b3a7cdc6b in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[21:08:22.776] #0  0x00007f1e5b3edebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:08:22.776] #1  0x00007f1e5b39efb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:08:22.776] #2  0x00007f1e5b389472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:08:22.776] #3  0x00007f1e5b6d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[21:08:22.776] #4  0x00007f1e5b6e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[21:08:22.776] #5  0x00007f1e5b6c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7fff0d905196, __in_ch...
[21:08:22.776] #6  0x00007f1e5b6c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140733420953088, sp...
[21:08:22.776] #7  0x00007f1e5b6c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[21:08:22.776] #8  0x00005630fe571031 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[21:08:22.776] #9  0x00005630fe5afbd2 in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[21:08:24.051] #0  0x00007f2dc7128ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:08:24.051] #1  0x00007f2dc70d9fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:08:24.051] #2  0x00007f2dc70c4472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:08:24.051] #3  0x00007f2dc74d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[21:08:24.051] #4  0x00007f2dc74e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[21:08:24.051] #5  0x00007f2dc74c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffdb1d27f26, __in_ch...
[21:08:24.051] #6  0x00007f2dc74c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140727586818960, sp...
[21:08:24.051] #7  0x00007f2dc74c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[21:08:24.051] #8  0x000055dd62f9a031 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[21:08:24.051] #9  0x000055dd62fd8c6b in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[21:08:21.932] #0  0x00007fad82ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:08:21.932] #1  0x00007fad82e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:08:21.932] #2  0x00007fad82e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:08:21.932] #3  0x00007fad830d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[21:08:21.932] #4  0x00007fad830e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[21:08:21.932] #5  0x00007fad830c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7fff9fb544a6, __in_ch...
[21:08:21.932] #6  0x00007fad830c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140735872848144, sp...
[21:08:21.932] #7  0x00007fad830c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[21:08:21.932] #8  0x000056221b917031 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[21:08:21.932] #9  0x000056221b955c6b in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[21:08:19.807] #0  0x00007ff08dd28ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:08:19.807] #1  0x00007ff08dcd9fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:08:19.807] #2  0x00007ff08dcc4472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:08:19.807] #3  0x00007ff08e0d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[21:08:19.807] #4  0x00007ff08e0e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[21:08:19.807] #5  0x00007ff08e0c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffcebf149e6, __in_ch...
[21:08:19.807] #6  0x00007ff08e0c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140724266948176, sp...
[21:08:19.807] #7  0x00007ff08e0c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[21:08:19.807] #8  0x000055fbd7863031 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[21:08:19.807] #9  0x000055fbd78a1bd2 in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[21:08:18.550] #0  0x00007f63b0dedebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:08:18.550] #1  0x00007f63b0d9efb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:08:18.550] #2  0x00007f63b0d89472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:08:18.550] #3  0x00007f63b10d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[21:08:18.550] #4  0x00007f63b10e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[21:08:18.550] #5  0x00007f63b10c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffffbdd0e96, __in_ch...
[21:08:18.550] #6  0x00007f63b10c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140737418959616, sp...
[21:08:18.550] #7  0x00007f63b10c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[21:08:18.550] #8  0x0000561d7162d031 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[21:08:18.550] #9  0x0000561d7166bbd2 in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[21:08:19.390] #0  0x00007f88343a8ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:08:19.390] #1  0x00007f8834359fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:08:19.390] #2  0x00007f8834344472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:08:19.390] #3  0x00007f88346d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[21:08:19.390] #4  0x00007f88346e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[21:08:19.390] #5  0x00007f88346c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffc33b0f556, __in_ch...
[21:08:19.390] #6  0x00007f88346c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140721175724480, sp...
[21:08:19.390] #7  0x00007f88346c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[21:08:19.390] #8  0x0000559492b43031 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[21:08:19.390] #9  0x0000559492b81bd2 in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[21:08:20.237] #0  0x00007f720f928ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:08:20.237] #1  0x00007f720f8d9fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:08:20.237] #2  0x00007f720f8c4472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:08:20.237] #3  0x00007f720fcd650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[21:08:20.237] #4  0x00007f720fce2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[21:08:20.237] #5  0x00007f720fcc1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7fffd1aa71e6, __in_ch...
[21:08:20.237] #6  0x00007f720fcc14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140736710999632, sp...
[21:08:20.237] #7  0x00007f720fcc251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[21:08:20.237] #8  0x0000561eaaa45031 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[21:08:20.237] #9  0x0000561eaaa83c6b in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[21:08:18.972] #0  0x00007effb0dedebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:08:18.972] #1  0x00007effb0d9efb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:08:18.972] #2  0x00007effb0d89472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:08:18.972] #3  0x00007effb10d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[21:08:18.972] #4  0x00007effb10e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[21:08:18.972] #5  0x00007effb10c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7fff11a2f5d6, __in_ch...
[21:08:18.972] #6  0x00007effb10c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140733489283648, sp...
[21:08:18.972] #7  0x00007effb10c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[21:08:18.972] #8  0x000055ddbaa5d031 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[21:08:18.972] #9  0x000055ddbaa9bc6b in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
tap
[21:03:45.264](3.452s) not ok 4 - dump from PITR 1
[21:03:46.676](1.412s) not ok 5 - dump from PITR 2
tap
[21:04:08.546](0.804s) not ok 19 - pg_dump: option -n pg_catalog
[21:04:10.188](1.641s) not ok 20 - pg_dumpall: option --exclude-database handles database names with embedded dots
[21:04:11.231](0.516s) not ok 37 - binary_upgrade: pg_dump runs
[21:04:11.268](0.036s) not ok 38 - binary_upgrade: pg_restore runs
tap
[21:04:15.240](1.907s) not ok 1 - parallel dump
[21:04:15.283](0.043s) not ok 2 - parallel restore
[21:04:15.730](0.447s) not ok 3 - parallel dump as inserts
[21:04:15.770](0.040s) not ok 4 - parallel restore as inserts
tap
[21:04:19.193](3.101s) not ok 1 - filter file without patterns
tap
[21:04:25.804](0.472s) not ok 7 - parallel dump
[21:04:25.939](0.135s) not ok 8 - parallel restore
[21:04:25.998](0.058s) not ok 9 - parallel restore with create
tap
[21:04:20.257](1.243s) not ok 1 - binary_upgrade: pg_dump runs
tap
[21:06:16.711](1.178s) not ok 3 - dump primary server
[21:06:17.863](1.152s) not ok 4 - dump standby server
[21:06:19.012](1.145s) not ok 6 - dump catalogs of primary server
[21:06:19.475](0.463s) not ok 7 - dump catalogs of standby server
[21:06:19.479](0.003s) not ok 8 - compare primary and standby catalog dumps
Linux - Debian Bookworm - Meson
core
[21:06:44.281] #0  0x00007f3c196a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:06:44.281] #1  0x00007f3c1965afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:06:44.281] #2  0x00007f3c19645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:06:44.281] #3  0x00007f3c1981e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[21:06:44.281] #4  0x00007f3c1982aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[21:06:44.281] #5  0x00007f3c1980db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55a6f8771cc0, In...
[21:06:44.281] #6  0x000055a6f86ed523 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[21:06:44.281] #7  0x000055a6f871f1ce in pg_qsort (data=<optimized out>, n=4051, element_size=element_size@entry=8, comp...
[21:06:44.281] #8  0x000055a6f86efa9d in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[21:06:44.281] #9  0x000055a6f86e4ae4 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[21:06:45.049] #0  0x00007f2c148a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:06:45.049] #1  0x00007f2c1485afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:06:45.049] #2  0x00007f2c14845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:06:45.049] #3  0x00007f2c14a1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[21:06:45.049] #4  0x00007f2c14a2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[21:06:45.049] #5  0x00007f2c14a0db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55d4fabeccc0, In...
[21:06:45.049] #6  0x000055d4fab68523 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[21:06:45.049] #7  0x000055d4fab9a0a4 in pg_qsort (data=<optimized out>, n=4993, element_size=element_size@entry=8, comp...
[21:06:45.049] #8  0x000055d4fab6aa9d in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[21:06:45.049] #9  0x000055d4fab5fae4 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[21:06:45.325] #0  0x00007f97296a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:06:45.325] #1  0x00007f972965afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:06:45.325] #2  0x00007f9729645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:06:45.325] #3  0x00007f972981e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[21:06:45.325] #4  0x00007f972982aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[21:06:45.325] #5  0x00007f972980db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55d03956acc0, In...
[21:06:45.325] #6  0x000055d0394e6523 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[21:06:45.325] #7  0x000055d0395180a4 in pg_qsort (data=<optimized out>, n=4429, element_size=element_size@entry=8, comp...
[21:06:45.325] #8  0x000055d0394e8a9d in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[21:06:45.325] #9  0x000055d0394ddae4 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[21:06:44.796] #0  0x00007ff9916a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:06:44.796] #1  0x00007ff99165afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:06:44.796] #2  0x00007ff991645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:06:44.796] #3  0x00007ff99181e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[21:06:44.796] #4  0x00007ff99182aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[21:06:44.796] #5  0x00007ff99180db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55ee608fecc0, In...
[21:06:44.796] #6  0x000055ee6087a523 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[21:06:44.796] #7  0x000055ee608ac1ce in pg_qsort (data=<optimized out>, n=9971, element_size=element_size@entry=8, comp...
[21:06:44.796] #8  0x000055ee6087ca9d in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[21:06:44.796] #9  0x000055ee60871ae4 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[21:06:44.527] #0  0x00007fa1464a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:06:44.527] #1  0x00007fa14645afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:06:44.527] #2  0x00007fa146445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:06:44.527] #3  0x00007fa14661e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[21:06:44.527] #4  0x00007fa14662aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[21:06:44.527] #5  0x00007fa14660db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x563341fcacc0, In...
[21:06:44.527] #6  0x0000563341f46523 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[21:06:44.527] #7  0x0000563341f781ce in pg_qsort (data=<optimized out>, n=7608, element_size=element_size@entry=8, comp...
[21:06:44.527] #8  0x0000563341f48a9d in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[21:06:44.527] #9  0x0000563341f3dae4 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[21:06:45.592] #0  0x00007f4e22ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:06:45.592] #1  0x00007f4e22e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:06:45.592] #2  0x00007f4e22e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:06:45.592] #3  0x00007f4e2301e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[21:06:45.592] #4  0x00007f4e2302aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[21:06:45.592] #5  0x00007f4e2300db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x5566e246ac40, In...
[21:06:45.592] #6  0x00005566e23e6567 in DOTypeNameCompare (p1=p1@entry=0x5566e416c400, p2=p2@entry=0x5566e416e910) at ....
[21:06:45.592] #7  0x00005566e241790c in pg_qsort_med3 (a=a@entry=0x5566e416c400, b=b@entry=0x5566e416e910, c=c@entry=0x...
[21:06:45.592] #8  0x00005566e2417d27 in pg_qsort (data=<optimized out>, n=9490, element_size=element_size@entry=8, comp...
[21:06:45.592] #9  0x00005566e23e8a9d in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
core
[21:06:45.845] #0  0x00007efdc28a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:06:45.845] #1  0x00007efdc285afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:06:45.845] #2  0x00007efdc2845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:06:45.845] #3  0x00007efdc2a1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[21:06:45.845] #4  0x00007efdc2a2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[21:06:45.845] #5  0x00007efdc2a0db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x5629e527fcc0, In...
[21:06:45.845] #6  0x00005629e51fb523 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[21:06:45.845] #7  0x00005629e522d0a4 in pg_qsort (data=<optimized out>, n=4091, element_size=element_size@entry=8, comp...
[21:06:45.845] #8  0x00005629e51fda9d in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[21:06:45.845] #9  0x00005629e51f2ae4 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[21:06:46.097] #0  0x00007f265aca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:06:46.097] #1  0x00007f265ac5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:06:46.097] #2  0x00007f265ac45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:06:46.097] #3  0x00007f265ae1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[21:06:46.097] #4  0x00007f265ae2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[21:06:46.097] #5  0x00007f265ae0db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55c12536fcc0, In...
[21:06:46.097] #6  0x000055c1252eb523 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[21:06:46.097] #7  0x000055c12531d1ce in pg_qsort (data=<optimized out>, n=7608, element_size=element_size@entry=8, comp...
[21:06:46.097] #8  0x000055c1252eda9d in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[21:06:46.097] #9  0x000055c1252e2ae4 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[21:06:46.349] #0  0x00007fc4282a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:06:46.349] #1  0x00007fc42825afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:06:46.349] #2  0x00007fc428245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:06:46.349] #3  0x00007fc42841e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[21:06:46.349] #4  0x00007fc42842aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[21:06:46.349] #5  0x00007fc42840db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x559293156cc0, In...
[21:06:46.349] #6  0x00005592930d2523 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[21:06:46.349] #7  0x00005592931041ce in pg_qsort (data=<optimized out>, n=4051, element_size=element_size@entry=8, comp...
[21:06:46.349] #8  0x00005592930d4a9d in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[21:06:46.349] #9  0x00005592930c9ae4 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[21:06:43.777] #0  0x00007f0a1eaa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:06:43.777] #1  0x00007f0a1ea5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:06:43.777] #2  0x00007f0a1ea45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:06:43.777] #3  0x00007f0a1ec1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[21:06:43.777] #4  0x00007f0a1ec2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[21:06:43.777] #5  0x00007f0a1ec0db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x5572e0eb5cc0, In...
[21:06:43.777] #6  0x00005572e0e31523 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[21:06:43.777] #7  0x00005572e0e631ce in pg_qsort (data=<optimized out>, n=4006, element_size=element_size@entry=8, comp...
[21:06:43.777] #8  0x00005572e0e33a9d in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[21:06:43.777] #9  0x00005572e0e28ae4 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[21:06:44.030] #0  0x00007f3464aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:06:44.030] #1  0x00007f3464a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:06:44.030] #2  0x00007f3464a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:06:44.030] #3  0x00007f3464c1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[21:06:44.030] #4  0x00007f3464c2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[21:06:44.030] #5  0x00007f3464c0db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55becbd45cc0, In...
[21:06:44.030] #6  0x000055becbcc1523 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[21:06:44.030] #7  0x000055becbcf31ce in pg_qsort (data=<optimized out>, n=4047, element_size=element_size@entry=8, comp...
[21:06:44.030] #8  0x000055becbcc3a9d in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[21:06:44.030] #9  0x000055becbcb8ae4 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[21:06:43.526] #0  0x00007fbe51ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:06:43.526] #1  0x00007fbe51c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:06:43.526] #2  0x00007fbe51c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:06:43.526] #3  0x00007fbe51e1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[21:06:43.526] #4  0x00007fbe51e2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[21:06:43.526] #5  0x00007fbe51e0db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x564d32f28cc0, In...
[21:06:43.526] #6  0x0000564d32ea4523 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[21:06:43.526] #7  0x0000564d32ed61ce in pg_qsort (data=<optimized out>, n=4003, element_size=element_size@entry=8, comp...
[21:06:43.526] #8  0x0000564d32ea6a9d in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[21:06:43.526] #9  0x0000564d32e9bae4 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[21:06:43.275] #0  0x00007fbfbc8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:06:43.275] #1  0x00007fbfbc85afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:06:43.275] #2  0x00007fbfbc845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:06:43.275] #3  0x00007fbfbca1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[21:06:43.275] #4  0x00007fbfbca2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[21:06:43.275] #5  0x00007fbfbca0db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x5574ad828cc0, In...
[21:06:43.275] #6  0x00005574ad7a4523 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[21:06:43.275] #7  0x00005574ad7d61ce in pg_qsort (data=<optimized out>, n=4014, element_size=element_size@entry=8, comp...
[21:06:43.275] #8  0x00005574ad7a6a9d in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[21:06:43.275] #9  0x00005574ad79bae4 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[21:06:41.562] #0  0x00007f67d8aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:06:41.562] #1  0x00007f67d8a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:06:41.562] #2  0x00007f67d8a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:06:41.562] #3  0x00007f67d8c1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[21:06:41.562] #4  0x00007f67d8c2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[21:06:41.562] #5  0x00007f67d8c0db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x5622938b8cc0, In...
[21:06:41.562] #6  0x0000562293834523 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[21:06:41.562] #7  0x00005622938660a4 in pg_qsort (data=<optimized out>, n=4465, element_size=element_size@entry=8, comp...
[21:06:41.562] #8  0x0000562293836a9d in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[21:06:41.562] #9  0x000056229382bae4 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[21:06:41.821] #0  0x00007f8e98ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:06:41.821] #1  0x00007f8e98c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:06:41.821] #2  0x00007f8e98c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:06:41.821] #3  0x00007f8e98e1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[21:06:41.821] #4  0x00007f8e98e2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[21:06:41.821] #5  0x00007f8e98e0db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x5639f9871cc0, In...
[21:06:41.821] #6  0x00005639f97ed523 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[21:06:41.821] #7  0x00005639f981f0a4 in pg_qsort (data=<optimized out>, n=4091, element_size=element_size@entry=8, comp...
[21:06:41.821] #8  0x00005639f97efa9d in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[21:06:41.821] #9  0x00005639f97e4ae4 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[21:06:42.070] #0  0x00007f5a67ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:06:42.070] #1  0x00007f5a67e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:06:42.070] #2  0x00007f5a67e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:06:42.070] #3  0x00007f5a6801e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[21:06:42.070] #4  0x00007f5a6802aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[21:06:42.070] #5  0x00007f5a6800db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x563121025cc0, In...
[21:06:42.070] #6  0x0000563120fa1523 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[21:06:42.070] #7  0x0000563120fd31ce in pg_qsort (data=<optimized out>, n=9971, element_size=element_size@entry=8, comp...
[21:06:42.070] #8  0x0000563120fa3a9d in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[21:06:42.070] #9  0x0000563120f98ae4 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[21:06:42.505] #0  <unavailable> in ?? ()
core
[21:06:42.505] #0  0x00007f24d22aeda4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[21:06:42.505] #1  0x00007f24d225b239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[21:06:42.505] #2  0x00007f24d2316204 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:06:42.505] #3  0x00007f24d232885c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:06:42.743] #0  0x00007fd1444a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:06:43.018] #0  0x00007f8b124a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:06:43.018] #1  0x00007f8b1245afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:06:43.018] #2  0x00007f8b12445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:06:43.018] #3  0x00007f8b1261e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[21:06:43.018] #4  0x00007f8b1262aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[21:06:43.018] #5  0x00007f8b1260db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x563ad3264cc0, In...
[21:06:43.018] #6  0x0000563ad31e0523 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[21:06:43.018] #7  0x0000563ad32120a4 in pg_qsort (data=<optimized out>, n=4060, element_size=element_size@entry=8, comp...
[21:06:43.018] #8  0x0000563ad31e2a9d in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[21:06:43.018] #9  0x0000563ad31d7ae4 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[21:06:42.766] #0  0x00007fd1444a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:06:42.766] #1  0x00007fd14445afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:06:42.766] #2  0x00007fd144445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:06:42.766] #3  0x00007fd14461e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[21:06:42.766] #4  0x00007fd14462aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[21:06:42.766] #5  0x00007fd14460db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x564f70764cc0, In...
[21:06:42.766] #6  0x0000564f706e0523 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[21:06:42.766] #7  0x0000564f707121ce in pg_qsort (data=<optimized out>, n=10064, element_size=element_size@entry=8, com...
[21:06:42.766] #8  0x0000564f706e2a9d in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[21:06:42.766] #9  0x0000564f706d7ae4 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
tap
[21:04:03.197](2.413s) not ok 4 - dump from PITR 1
[21:04:03.961](0.764s) not ok 5 - dump from PITR 2
tap
[21:04:13.870](0.286s) not ok 19 - pg_dump: option -n pg_catalog
[21:04:14.952](1.082s) not ok 20 - pg_dumpall: option --exclude-database handles database names with embedded dots
[21:04:15.471](0.204s) not ok 37 - binary_upgrade: pg_dump runs
[21:04:15.487](0.016s) not ok 38 - binary_upgrade: pg_restore runs
tap
[21:04:13.696](1.144s) not ok 1 - parallel dump
[21:04:13.722](0.026s) not ok 2 - parallel restore
[21:04:13.937](0.214s) not ok 3 - parallel dump as inserts
[21:04:13.959](0.022s) not ok 4 - parallel restore as inserts
tap
[21:04:14.864](2.124s) not ok 1 - filter file without patterns
tap
[21:04:16.653](0.472s) not ok 7 - parallel dump
[21:04:16.921](0.268s) not ok 8 - parallel restore
[21:04:17.019](0.098s) not ok 9 - parallel restore with create
tap
[21:03:25.771](3.864s) not ok 6 - dump before running pg_upgrade
[21:03:33.684](3.928s) not ok 14 - run of pg_upgrade for new instance
[21:03:33.685](0.000s) not ok 15 - pg_upgrade_output.d/ removed after pg_upgrade success
[21:03:33.956](0.074s) not ok 16 - check that locales in new cluster match original cluster
[21:03:34.555](0.001s) not ok 18 - old and new dumps match after pg_upgrade
tap
[21:02:10.987](3.913s) not ok 10 - run of pg_upgrade of old cluster
[21:02:11.226](0.239s) not ok 11 - check the slot exists on new cluster
tap
[21:02:12.960](2.311s) not ok 8 - run of pg_upgrade for old instance when the subscription tables are in init/ready stat...
[21:02:12.961](0.000s) not ok 9 - pg_upgrade_output.d/ removed after successful pg_upgrade
[21:02:13.271](0.310s) not ok 10 - check that the subscription's running status and failover are preserved
[21:02:13.323](0.052s) not ok 11 - there should be 2 rows in pg_subscription_rel(representing tab_upgraded1 and tab_upgr...
tap
[21:03:55.015](1.117s) not ok 3 - dump primary server
[21:03:56.172](1.156s) not ok 4 - dump standby server
[21:03:57.478](1.295s) not ok 6 - dump catalogs of primary server
[21:03:58.077](0.598s) not ok 7 - dump catalogs of standby server
[21:03:58.088](0.011s) not ok 8 - compare primary and standby catalog dumps
tap
[21:05:15.996](0.742s) not ok 1 - binary_upgrade: pg_dump runs
test
[21:05:26.194]   6/315 postgresql:pg_upgrade / pg_upgrade/003_logical_slots                            ERROR            ...
[21:05:26.194]   9/315 postgresql:pg_upgrade / pg_upgrade/004_subscription                             ERROR            ...
[21:05:26.194]  93/315 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[21:05:26.194] 149/315 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[21:05:26.194] 154/315 postgresql:pg_combinebackup / pg_combinebackup/002_compare_backups              ERROR            ...
[21:05:26.194] 173/315 postgresql:pg_dump / pg_dump/004_pg_dump_parallel                               ERROR            ...
[21:05:26.194] 175/315 postgresql:pg_dump / pg_dump/005_pg_dump_filterfile                             ERROR            ...
[21:05:26.194] 176/315 postgresql:pg_dump / pg_dump/002_pg_dump                                        ERROR            ...
[21:05:26.194] 191/315 postgresql:pg_dump / pg_dump/010_dump_connstr                                   ERROR            ...
[21:05:26.194] 305/315 postgresql:test_pg_dump / test_pg_dump/001_base                                 ERROR            ...
51/4770 Introduce XID age and inactive timeout based replication slot invalidation
macOS - Sonoma - Meson
tap
[20:30:50.964](0.189s) not ok 29 - delete 10: query result matches
test
[20:31:35.707] 253/316 postgresql:bloom / bloom/001_wal                                                ERROR            ...
51/5448 Incorrect result of bitmap heap scan.
FreeBSD - 13 - Meson
core
[13:34:10.683] #0  0x000038c7bf62bff0 in ?? ()
[13:34:10.683] #1  0x0000000000000003 in ?? ()
[13:34:10.683] #2  0x00001abb71a7bbc0 in ?? ()
[13:34:10.683] #3  0x00001abb71a7bbc3 in ?? ()
[13:34:10.683] #4  0x00001abb71a7bbc6 in ?? ()
[13:34:10.683] #5  0x0000000000000000 in ?? ()
test
[13:32:59.521]  12/315 postgresql:isolation / isolation/isolation                                      ERROR            ...
Linux - Debian Bookworm - Meson
test
[13:33:01.717]  12/315 postgresql:isolation / isolation/isolation                                      ERROR            ...
macOS - Sonoma - Meson
core
[13:35:34.199]   * frame #0: 0x0000000100a00b70 dyld`_dyld_start
test
[13:32:22.531]   8/315 postgresql:isolation / isolation/isolation                                      ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
test
[13:41:29.226]   6/310 postgresql:isolation / isolation/isolation                                      ERROR            ...
51/5231 Consider the number of columns in the sort cost model
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out /tmp/cirrus-ci-build/build/testrun/...
--- /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out	2024-12-19 12:24:34.362511000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_stat_statements/regress/results/level_tracking.out	2024-12-19 12:26:59.5836420...
@@ -383,26 +383,24 @@
 (1 row)
 
 EXPLAIN (COSTS OFF) SELECT 1, 2 UNION SELECT 3, 4\; EXPLAIN (COSTS OFF) (SELECT 1, 2, 3) UNION SELECT 3, 4, 5;
+      QUERY PLAN       
+-----------------------
+ HashAggregate
+   Group Key: (1), (2)
+   ->  Append
+         ->  Result
+         ->  Result
+(5 rows)
+
          QUERY PLAN         
 ----------------------------
- Unique
-   ->  Sort
...
test
[12:29:08.162]  87/315 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out /tmp/cirrus-ci-build/contrib/pg_sta...
--- /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out	2024-12-19 12:24:31.727234655 +0000
+++ /tmp/cirrus-ci-build/contrib/pg_stat_statements/results/level_tracking.out	2024-12-19 12:27:46.157239879 +0000
@@ -383,25 +383,23 @@
 (1 row)
 
 EXPLAIN (COSTS OFF) SELECT 1, 2 UNION SELECT 3, 4\; EXPLAIN (COSTS OFF) (SELECT 1, 2, 3) UNION SELECT 3, 4, 5;
+      QUERY PLAN       
+-----------------------
+ HashAggregate
+   Group Key: (1), (2)
+   ->  Append
+         ->  Result
+         ->  Result
+(5 rows)
+
          QUERY PLAN         
 ----------------------------
- Unique
-   ->  Sort
...
Linux - Debian Bookworm - Meson
core
[12:31:18.395] #0  0x00007f217aceaa50 in ?? ()
[12:31:18.395] #1  0x0000000000000003 in ?? ()
[12:31:18.395] #2  0x00007fff79fce39e in ?? ()
[12:31:18.395] #3  0x00007fff79fce3a1 in ?? ()
[12:31:18.395] #4  0x00007fff79fce437 in ?? ()
[12:31:18.395] #5  0x0000000000000000 in ?? ()
[12:31:18.513] #0  0x00007fc29bf64da4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
core
[12:31:18.522] #0  0x00007fc29bf64da4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[12:31:18.522] #1  0x00007fc29bf11239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[12:31:18.522] #2  0x00007fc29bf11497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[12:31:18.522] #3  0x0000560f02e845c1 in ?? ()
[12:31:18.522] #4  0x0000560f02e7e369 in ?? ()
[12:31:18.522] #5  0x0000560f02e7d20f in ?? ()
[12:31:18.522] #6  0x0000560f02e7dc3b in ?? ()
[12:31:18.522] #7  0x0000560f02e7b66f in ?? ()
[12:31:18.522] #8  0x00007fc29befc24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:31:18.522] #9  0x00007fc29befc305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out /tmp/cirrus-ci-build/build/testrun/...
--- /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out	2024-12-19 12:24:31.715566936 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_stat_statements/regress/results/level_tracking.out	2024-12-19 12:28:10.2065300...
@@ -383,25 +383,23 @@
 (1 row)
 
 EXPLAIN (COSTS OFF) SELECT 1, 2 UNION SELECT 3, 4\; EXPLAIN (COSTS OFF) (SELECT 1, 2, 3) UNION SELECT 3, 4, 5;
+      QUERY PLAN       
+-----------------------
+ HashAggregate
+   Group Key: (1), (2)
+   ->  Append
+         ->  Result
+         ->  Result
+(5 rows)
+
          QUERY PLAN         
 ----------------------------
- Unique
-   ->  Sort
...
test
[12:30:11.787]  88/315 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/contrib/pg_stat_statements/expected/level_tracking.out /Users/admin/pgsql/build/testrun/pg_s...
--- /Users/admin/pgsql/contrib/pg_stat_statements/expected/level_tracking.out	2024-12-19 12:24:10
+++ /Users/admin/pgsql/build/testrun/pg_stat_statements/regress/results/level_tracking.out	2024-12-19 12:27:13
@@ -383,25 +383,23 @@
 (1 row)
 
 EXPLAIN (COSTS OFF) SELECT 1, 2 UNION SELECT 3, 4\; EXPLAIN (COSTS OFF) (SELECT 1, 2, 3) UNION SELECT 3, 4, 5;
+      QUERY PLAN       
+-----------------------
+ HashAggregate
+   Group Key: (1), (2)
+   ->  Append
+         ->  Result
+         ->  Result
+(5 rows)
+
          QUERY PLAN         
 ----------------------------
- Unique
-   ->  Sort
...
test
[12:29:08.720]  86/315 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/contrib/pg_stat_statements/expected/level_tracking.out C:/cirrus/build/testrun/pg...
--- C:/cirrus/contrib/pg_stat_statements/expected/level_tracking.out	2024-12-19 12:24:46.890612900 +0000
+++ C:/cirrus/build/testrun/pg_stat_statements/regress/results/level_tracking.out	2024-12-19 12:30:59.406164100 +0000
@@ -383,25 +383,23 @@
 (1 row)
 
 EXPLAIN (COSTS OFF) SELECT 1, 2 UNION SELECT 3, 4\; EXPLAIN (COSTS OFF) (SELECT 1, 2, 3) UNION SELECT 3, 4, 5;
+      QUERY PLAN       
+-----------------------
+ HashAggregate
+   Group Key: (1), (2)
+   ->  Append
+         ->  Result
+         ->  Result
+(5 rows)
+
          QUERY PLAN         
 ----------------------------
- Unique
-   ->  Sort
...
test
[12:39:10.912]  88/310 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
51/4921 allow changing autovacuum_max_workers without restarting
FreeBSD - 13 - Meson
tap
[10:18:41.399](0.000s) not ok 23 - connect : matches
test
[10:19:33.002] 246/315 postgresql:postmaster / postmaster/002_start_stop                               ERROR            ...
51/5283 Replace IN VALUES with ANY in WHERE clauses during optimization
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/subselect.out C:/cirrus/build/testrun/pg_upgrade/002_pg...
--- C:/cirrus/src/test/regress/expected/subselect.out	2024-12-19 09:39:35.774745900 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/subselect.out	2024-12-19 09:42:15.353266000 +0000
@@ -2789,15 +2789,16 @@
 EXPLAIN (COSTS OFF)
 SELECT c.oid,c.relname FROM pg_class c JOIN pg_am a USING (oid)
 WHERE c.oid IN (VALUES (1), (2));
-                          QUERY PLAN                           
----------------------------------------------------------------
- Hash Join
-   Hash Cond: (a.oid = c.oid)
-   ->  Seq Scan on pg_am a
-   ->  Hash
-         ->  Index Scan using pg_class_oid_index on pg_class c
-               Index Cond: (oid = ANY ('{1,2}'::integer[]))
-(6 rows)
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (c.oid = a.oid)
...
tap
[09:43:39.491](120.050s) not ok 5 - regression tests pass
test
[09:53:21.832]  38/310 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
51/5358 Shave a few cycles off our ilog10 implementation
macOS - Sonoma - Meson
tap
[08:33:14.744](0.001s) not ok 2 - initdb --help goes to stdout
test
[08:35:11.927] 155/315 postgresql:initdb / initdb/001_initdb                                           ERROR            ...
51/5195 Index AM API cleanup
FreeBSD - 13 - Meson
tap
[07:25:06.167](215.329s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /tmp/cirrus-ci-build/src/test/subscription/t/034_temporal.pl line 172.
test
[07:25:06.490] 315/315 postgresql:subscription / subscription/034_temporal                             ERROR           2...
Linux - Debian Bookworm - Autoconf
tap
[07:30:33.580](237.689s) # poll_query_until timed out executing this query:
timed out waiting for catchup at t/034_temporal.pl line 172.
Linux - Debian Bookworm - Meson
tap
[07:27:05.009](209.066s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /tmp/cirrus-ci-build/src/test/subscription/t/034_temporal.pl line 172.
test
[07:27:05.314] 315/315 postgresql:subscription / subscription/034_temporal                             ERROR           2...
macOS - Sonoma - Meson
tap
[07:24:27.510](228.728s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /Users/admin/pgsql/src/test/subscription/t/034_temporal.pl line 172.
test
[07:24:27.812] 315/315 postgresql:subscription / subscription/034_temporal                             ERROR           2...
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[07:33:41.191](320.166s) # poll_query_until timed out executing this query:
timed out waiting for catchup at C:/cirrus/src/test/subscription/t/034_temporal.pl line 172.
test
[07:33:41.612] 310/310 postgresql:subscription / subscription/034_temporal                             ERROR           3...
51/5097 Make tuple deformation faster
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/isolation/expected/temp-schema-cleanup.out C:/cirrus/build/testrun/isola...
--- C:/cirrus/src/test/isolation/expected/temp-schema-cleanup.out	2024-12-19 05:50:27.401934000 +0000
+++ C:/cirrus/build/testrun/isolation/isolation/results/temp-schema-cleanup.out	2024-12-19 05:56:29.258302600 +0000
@@ -82,34 +82,7 @@
     
 (1 row)
 
-step s1_exit: 
-    SELECT pg_terminate_backend(pg_backend_pid());
-
-FATAL:  terminating connection due to administrator command
-server closed the connection unexpectedly
+PQconsumeInput failed: server closed the connection unexpectedly
 	This probably means the server terminated abnormally
 	before or while processing the request.
 
-step s2_advisory: <... completed>
-pg_advisory_lock
-----------------
-                
...
test
[06:09:59.213] 135/310 postgresql:isolation / isolation/isolation                                      ERROR           4...
51/5174 Call rm_redo in a temporary memory context
CompilerWarnings
compiler
[05:31:41.071] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
compiler
[05:31:13.494] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
compiler
[05:34:09.213] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
51/5426 Add a warning message when using unencrypted passwords
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/interfaces/ecpg/test/expected/connect-test5.stderr /tmp/cirrus-ci-build/build/testrun/...
--- /tmp/cirrus-ci-build/src/interfaces/ecpg/test/expected/connect-test5.stderr	2024-12-19 05:13:13.610441000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/ecpg/ecpg/results/connect-test5.stderr	2024-12-19 05:15:52.129486000 +0000
@@ -4,16 +4,24 @@
 [NO_PID]: sqlca: code: 0, state: 00000
 [NO_PID]: ecpg_execute on line 24: query: alter user regress_ecpg_user2 encrypted password 'insecure'; with 0 parameter...
 [NO_PID]: sqlca: code: 0, state: 00000
-[NO_PID]: ecpg_execute on line 24: using PQexec
+[NO_PID]: ECPGnoticeReceiver: using a plaintext password in a query
 [NO_PID]: sqlca: code: 0, state: 00000
+[NO_PID]: raising sqlcode 0
+[NO_PID]: sqlca: code: 0, state: 01000
+[NO_PID]: ecpg_execute on line 24: using PQexec
+[NO_PID]: sqlca: code: 0, state: 01000
 [NO_PID]: ecpg_process_output on line 24: OK: ALTER ROLE
-[NO_PID]: sqlca: code: 0, state: 00000
+[NO_PID]: sqlca: code: 0, state: 01000
 [NO_PID]: ecpg_execute on line 25: query: alter user regress_ecpg_user1 encrypted password 'connectpw'; with 0 paramete...
 [NO_PID]: sqlca: code: 0, state: 00000
-[NO_PID]: ecpg_execute on line 25: using PQexec
...
test
[05:17:43.876] 141/315 postgresql:ecpg / ecpg/ecpg                                                     ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/interfaces/ecpg/test/expected/connect-test5.stderr /tmp/cirrus-ci-build/src/interfaces...
--- /tmp/cirrus-ci-build/src/interfaces/ecpg/test/expected/connect-test5.stderr	2024-12-19 05:13:10.866215779 +0000
+++ /tmp/cirrus-ci-build/src/interfaces/ecpg/test/results/connect-test5.stderr	2024-12-19 05:15:15.611091497 +0000
@@ -4,16 +4,24 @@
 [NO_PID]: sqlca: code: 0, state: 00000
 [NO_PID]: ecpg_execute on line 24: query: alter user regress_ecpg_user2 encrypted password 'insecure'; with 0 parameter...
 [NO_PID]: sqlca: code: 0, state: 00000
-[NO_PID]: ecpg_execute on line 24: using PQexec
+[NO_PID]: ECPGnoticeReceiver: using a plaintext password in a query
 [NO_PID]: sqlca: code: 0, state: 00000
+[NO_PID]: raising sqlcode 0
+[NO_PID]: sqlca: code: 0, state: 01000
+[NO_PID]: ecpg_execute on line 24: using PQexec
+[NO_PID]: sqlca: code: 0, state: 01000
 [NO_PID]: ecpg_process_output on line 24: OK: ALTER ROLE
-[NO_PID]: sqlca: code: 0, state: 00000
+[NO_PID]: sqlca: code: 0, state: 01000
 [NO_PID]: ecpg_execute on line 25: query: alter user regress_ecpg_user1 encrypted password 'connectpw'; with 0 paramete...
 [NO_PID]: sqlca: code: 0, state: 00000
-[NO_PID]: ecpg_execute on line 25: using PQexec
...
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/interfaces/ecpg/test/expected/connect-test5.stderr /tmp/cirrus-ci-build/build/testrun/...
--- /tmp/cirrus-ci-build/src/interfaces/ecpg/test/expected/connect-test5.stderr	2024-12-19 05:13:08.731937639 +0000
+++ /tmp/cirrus-ci-build/build/testrun/ecpg/ecpg/results/connect-test5.stderr	2024-12-19 05:16:11.751025261 +0000
@@ -4,16 +4,24 @@
 [NO_PID]: sqlca: code: 0, state: 00000
 [NO_PID]: ecpg_execute on line 24: query: alter user regress_ecpg_user2 encrypted password 'insecure'; with 0 parameter...
 [NO_PID]: sqlca: code: 0, state: 00000
-[NO_PID]: ecpg_execute on line 24: using PQexec
+[NO_PID]: ECPGnoticeReceiver: using a plaintext password in a query
 [NO_PID]: sqlca: code: 0, state: 00000
+[NO_PID]: raising sqlcode 0
+[NO_PID]: sqlca: code: 0, state: 01000
+[NO_PID]: ecpg_execute on line 24: using PQexec
+[NO_PID]: sqlca: code: 0, state: 01000
 [NO_PID]: ecpg_process_output on line 24: OK: ALTER ROLE
-[NO_PID]: sqlca: code: 0, state: 00000
+[NO_PID]: sqlca: code: 0, state: 01000
 [NO_PID]: ecpg_execute on line 25: query: alter user regress_ecpg_user1 encrypted password 'connectpw'; with 0 paramete...
 [NO_PID]: sqlca: code: 0, state: 00000
-[NO_PID]: ecpg_execute on line 25: using PQexec
...
test
[05:17:51.033] 145/315 postgresql:ecpg / ecpg/ecpg                                                     ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/interfaces/ecpg/test/expected/connect-test5.stderr /Users/admin/pgsql/build/testrun/ecpg...
--- /Users/admin/pgsql/src/interfaces/ecpg/test/expected/connect-test5.stderr	2024-12-19 05:12:11
+++ /Users/admin/pgsql/build/testrun/ecpg/ecpg/results/connect-test5.stderr	2024-12-19 05:15:20
@@ -4,16 +4,24 @@
 [NO_PID]: sqlca: code: 0, state: 00000
 [NO_PID]: ecpg_execute on line 24: query: alter user regress_ecpg_user2 encrypted password 'insecure'; with 0 parameter...
 [NO_PID]: sqlca: code: 0, state: 00000
-[NO_PID]: ecpg_execute on line 24: using PQexec
+[NO_PID]: ECPGnoticeReceiver: using a plaintext password in a query
 [NO_PID]: sqlca: code: 0, state: 00000
+[NO_PID]: raising sqlcode 0
+[NO_PID]: sqlca: code: 0, state: 01000
+[NO_PID]: ecpg_execute on line 24: using PQexec
+[NO_PID]: sqlca: code: 0, state: 01000
 [NO_PID]: ecpg_process_output on line 24: OK: ALTER ROLE
-[NO_PID]: sqlca: code: 0, state: 00000
+[NO_PID]: sqlca: code: 0, state: 01000
 [NO_PID]: ecpg_execute on line 25: query: alter user regress_ecpg_user1 encrypted password 'connectpw'; with 0 paramete...
 [NO_PID]: sqlca: code: 0, state: 00000
-[NO_PID]: ecpg_execute on line 25: using PQexec
...
test
[05:17:14.083] 142/315 postgresql:ecpg / ecpg/ecpg                                                     ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/interfaces/ecpg/test/expected/connect-test5.stderr C:/cirrus/build/testrun/ec...
--- C:/cirrus/src/interfaces/ecpg/test/expected/connect-test5.stderr	2024-12-19 05:13:20.331944400 +0000
+++ C:/cirrus/build/testrun/ecpg/ecpg/results/connect-test5.stderr	2024-12-19 05:19:59.554050400 +0000
@@ -4,16 +4,24 @@
 [NO_PID]: sqlca: code: 0, state: 00000
 [NO_PID]: ecpg_execute on line 24: query: alter user regress_ecpg_user2 encrypted password 'insecure'; with 0 parameter...
 [NO_PID]: sqlca: code: 0, state: 00000
-[NO_PID]: ecpg_execute on line 24: using PQexec
+[NO_PID]: ECPGnoticeReceiver: using a plaintext password in a query
 [NO_PID]: sqlca: code: 0, state: 00000
+[NO_PID]: raising sqlcode 0
+[NO_PID]: sqlca: code: 0, state: 01000
+[NO_PID]: ecpg_execute on line 24: using PQexec
+[NO_PID]: sqlca: code: 0, state: 01000
 [NO_PID]: ecpg_process_output on line 24: OK: ALTER ROLE
-[NO_PID]: sqlca: code: 0, state: 00000
+[NO_PID]: sqlca: code: 0, state: 01000
 [NO_PID]: ecpg_execute on line 25: query: alter user regress_ecpg_user1 encrypted password 'connectpw'; with 0 paramete...
 [NO_PID]: sqlca: code: 0, state: 00000
-[NO_PID]: ecpg_execute on line 25: using PQexec
...
test
[05:25:53.953] 149/310 postgresql:ecpg / ecpg/ecpg                                                     ERROR            ...
51/5004 CREATE INDEX CONCURRENTLY for partitioned tables
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_p...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-12-19 03:02:52.836149000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/indexing.out	2024-12-19 03:05:26.724807000...
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/recovery/027_str...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-12-19 03:02:52.836149000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/indexing.out	2024-12-19 03:06:08.3774370...
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/regress/regress/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-12-19 03:02:52.836149000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/indexing.out	2024-12-19 03:05:22.106860000 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[03:05:30.928](70.930s) not ok 5 - regression tests pass
tap
[03:06:11.645](72.861s) not ok 2 - regression tests pass
test
[03:20:57.835]  42/315 postgresql:regress / regress/regress                                            ERROR            ...
[03:20:57.835]  92/315 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[03:20:57.835] 143/315 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[03:20:57.835] 315/315 postgresql:isolation / isolation/isolation                                      TIMEOUT        10...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-12-19 03:02:50.828986942 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/indexing.out	2024-12-19 03:10:21.906816767 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/partitioned-cic.out /tmp/cirrus-ci-build/src/test/isolation/ou...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/partitioned-cic.out	2024-12-19 03:02:50.665150978 +0000
+++ /tmp/cirrus-ci-build/src/test/isolation/output_iso/results/partitioned-cic.out	2024-12-19 03:32:06.632380441 +0000
@@ -3,10 +3,14 @@
 starting permutation: lock_p1 cic insert drop2 commit chk_content
 step lock_p1: lock cictab_part_1 in row exclusive mode;
 step cic: CREATE INDEX CONCURRENTLY ON cictab(i); <waiting ...>
-step insert: insert into cictab values (1, 1), (11, 1);
-step drop2: DROP TABLE cictab_part_2;
+step insert: insert into cictab values (1, 1), (11, 1); <waiting ...>
+isolationtester: canceling step insert after 360 seconds
+step insert: <... completed>
+ERROR:  canceling statement due to user request
+step drop2: DROP TABLE cictab_part_2; <waiting ...>
 step commit: COMMIT;
 step cic: <... completed>
+step drop2: <... completed>
 step chk_content: 
   set enable_seqscan to off;
   explain (costs off) select * from cictab where i > 0;
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/src/test/recovery/tmp_check/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-12-19 03:02:50.828986942 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/indexing.out	2024-12-19 03:11:27.202932880 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/src/test/regress/results/index...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-12-19 03:02:50.828986942 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/indexing.out	2024-12-19 03:08:15.591339118 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[03:10:24.614](92.756s) not ok 5 - regression tests pass
tap
[03:11:30.156](58.568s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_p...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-12-19 03:02:51.661992473 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/indexing.out	2024-12-19 03:08:55.511539957...
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/recovery/027_str...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-12-19 03:02:51.661992473 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/indexing.out	2024-12-19 03:09:29.7599920...
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/regress/regress/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-12-19 03:02:51.661992473 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/indexing.out	2024-12-19 03:08:48.979462025 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[03:08:59.206](87.388s) not ok 5 - regression tests pass
tap
[03:09:32.989](84.028s) not ok 2 - regression tests pass
test
[03:24:08.226]  43/315 postgresql:regress / regress/regress                                            ERROR            ...
[03:24:08.226] 126/315 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[03:24:08.226] 151/315 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
[03:24:08.226] 315/315 postgresql:isolation / isolation/isolation                                      TIMEOUT        10...
macOS - Sonoma - Meson
core
[03:24:30.890]   * frame #0: 0x000000019d5b7d24 dyld`stat64 + 8
[03:24:30.890]     frame #1: 0x000000019d61ac30 dyld`stat_with_subsystem + 56
[03:24:30.890]     frame #2: 0x000000019d605c44 dyld`dyld3::stat(char const*, stat*) + 28
[03:24:30.890]     frame #3: 0x000000019d5de2fc dyld`dyld4::SyscallDelegate::fileExists(char const*, dyld4::FileID*, int...
[03:24:30.890]     frame #4: 0x000000019d5dc12c dyld`invocation function for block in dyld4::PrebuiltLoader::invalidateI...
[03:24:30.890]     frame #5: 0x000000019d5bdfac dyld`dyld4::ProcessConfig::PathOverrides::forEachPathVariant(char const*...
[03:24:30.890]     frame #6: 0x000000019d5dbed0 dyld`dyld4::PrebuiltLoader::invalidateInIsolation(dyld4::RuntimeState co...
[03:24:30.890]     frame #7: 0x000000019d5dbbdc dyld`dyld4::PrebuiltLoader::isValid(dyld4::RuntimeState const&) const + ...
[03:24:30.890]     frame #8: 0x000000019d5caa08 dyld`dyld4::RuntimeState::findPrebuiltLoader(char const*) const + 104
[03:24:30.890]     frame #9: 0x000000019d5ce8fc dyld`dyld4::Loader::makeDyldCacheLoader(Diagnostics&, dyld4::RuntimeStat...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/indexing.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_up...
--- /Users/admin/pgsql/src/test/regress/expected/indexing.out	2024-12-19 03:02:13
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/indexing.out	2024-12-19 03:04:48
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/indexing.out /Users/admin/pgsql/build/testrun/recovery/027_stream_...
--- /Users/admin/pgsql/src/test/regress/expected/indexing.out	2024-12-19 03:02:13
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/indexing.out	2024-12-19 03:05:46
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/indexing.out /Users/admin/pgsql/build/testrun/regress/regress/resu...
--- /Users/admin/pgsql/src/test/regress/expected/indexing.out	2024-12-19 03:02:13
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/indexing.out	2024-12-19 03:04:53
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[03:04:52.288](45.262s) not ok 5 - regression tests pass
tap
[03:05:49.879](55.108s) not ok 2 - regression tests pass
test
[03:21:24.256]  27/315 postgresql:regress / regress/regress                                            ERROR            ...
[03:21:24.256]  44/315 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[03:21:24.256] 118/315 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[03:21:24.256] 315/315 postgresql:isolation / isolation/isolation                                      TIMEOUT        10...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/indexing.out C:/cirrus/build/testrun/pg_upgrade/002_pg_...
--- C:/cirrus/src/test/regress/expected/indexing.out	2024-12-19 03:03:08.968513400 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/indexing.out	2024-12-19 03:06:44.764740600 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/indexing.out C:/cirrus/build/testrun/recovery/027_strea...
--- C:/cirrus/src/test/regress/expected/indexing.out	2024-12-19 03:03:08.968513400 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/indexing.out	2024-12-19 03:08:47.995257500 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/indexing.out C:/cirrus/build/testrun/regress/regress/re...
--- C:/cirrus/src/test/regress/expected/indexing.out	2024-12-19 03:03:08.968513400 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/indexing.out	2024-12-19 03:06:40.128019900 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[03:06:51.961](107.312s) not ok 5 - regression tests pass
tap
[03:08:56.154](110.246s) not ok 2 - regression tests pass
test
[03:21:37.801]  22/310 postgresql:regress / regress/regress                                            ERROR           1...
[03:21:37.801]  35/310 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[03:21:37.801]  84/310 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
[03:21:37.801] 310/310 postgresql:isolation / isolation/isolation                                      TIMEOUT        10...
51/5360 Add NetBSD and OpenBSD OSes to Postgres CI
FreeBSD - 13 - Meson
tap
[01:00:58.280](0.000s) not ok 23 - connect : matches
test
[01:01:47.357] 245/315 postgresql:postmaster / postmaster/002_start_stop                               ERROR            ...
51/4997 Return pg_control from pg_backup_stop().
Linux - Debian Bookworm - Meson
tap
[00:25:25.545](1.790s) Bail out!  pg_ctl restart failed
test
[00:25:33.138] 309/315 postgresql:ssl / ssl/003_sslinfo                                                ERROR            ...
51/5421 Use streaming read API in pgstattuple.
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pgstattuple/expected/pgstattuple.out /tmp/cirrus-ci-build/build-32/testrun/pgstatt...
--- /tmp/cirrus-ci-build/contrib/pgstattuple/expected/pgstattuple.out	2024-12-18 21:50:34.164553715 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/pgstattuple/regress/results/pgstattuple.out	2024-12-18 21:58:50.085429112 +000...
@@ -134,7 +134,7 @@
 select * from pgstathashindex('test_hashidx');
  version | bucket_pages | overflow_pages | bitmap_pages | unused_pages | live_items | dead_items | free_percent 
 ---------+--------------+----------------+--------------+--------------+------------+------------+--------------
-       4 |            4 |              0 |            1 |            0 |          0 |          0 |          100
+       4 |            2 |              0 |            1 |            0 |          0 |          0 |          100
 (1 row)
 
 create index test_gistidx ON test USING gist(c);
@@ -166,7 +166,7 @@
 select pgstattuple('test_hashidx');
            pgstattuple           
 ---------------------------------
- (49152,0,0,0,0,0,0,32608,66.34)
+ (32768,0,0,0,0,0,0,16304,49.76)
 (1 row)
 
...
test
[22:00:57.210]  83/315 postgresql:pgstattuple / pgstattuple/regress                                    ERROR            ...
51/5447 log_min_messages per backend type
CompilerWarnings
compiler
[21:37:59.421] guc_tables.c:522:10: error: no previous extern declaration for non-static variable 'log_min_messages_stri...
compiler
[21:36:16.363] guc_tables.c:522:10: error: no previous extern declaration for non-static variable 'log_min_messages_stri...
Windows - Server 2019, VS 2019 - Meson & ninja
core
00000043`bf7ff588 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000043`bf7ff590 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
00000043`bf7ff880 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
00000043`bf7ff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000043`beffe190 00007ff6`2c6c6051     postgres!should_output_to_server(
00000043`beffe1c0 00007ff6`2c74070f     postgres!errstart(
00000043`beffe210 00007ff6`2c7423c9     postgres!_dosmaperr(
00000043`beffe250 00007ff6`2c73da15     postgres!pgwin32_open_handle(
00000043`beffe300 00007ff6`2c73d880     postgres!_pglstat64(
00000043`beffe760 00007ff6`2c758191     postgres!_pgstat64(
00000043`beffefc0 00007ff6`2c758327     postgres!validate_exec(
00000043`befff470 00007ff6`2c75804b     postgres!find_my_exec(
00000043`befff4d0 00007ff6`2c23f467     postgres!set_pglocale_pgservice(
00000043`befffd10 00007ff6`2c83b6a9     postgres!main(
core
00000043`bf3ff698 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000043`bf3ff6a0 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
00000043`bf3ff990 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
00000043`bf3ff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e2`615fe0e0 00007ff6`2c6c6051     postgres!should_output_to_server(
000000e2`615fe110 00007ff6`2c74070f     postgres!errstart(
000000e2`615fe160 00007ff6`2c7423c9     postgres!_dosmaperr(
000000e2`615fe1a0 00007ff6`2c73da15     postgres!pgwin32_open_handle(
000000e2`615fe250 00007ff6`2c73d880     postgres!_pglstat64(
000000e2`615fe6b0 00007ff6`2c758191     postgres!_pgstat64(
000000e2`615fef10 00007ff6`2c758327     postgres!validate_exec(
000000e2`615ff3c0 00007ff6`2c75804b     postgres!find_my_exec(
000000e2`615ff420 00007ff6`2c23f467     postgres!set_pglocale_pgservice(
000000e2`615ffc60 00007ff6`2c83b6a9     postgres!main(
core
000000e2`61dffa28 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e2`61dffa30 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
000000e2`61dffd20 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e2`61dffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e2`619ff918 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e2`619ff920 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
000000e2`619ffc10 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e2`619ffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a2`9bbff488 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a2`9bbff490 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
000000a2`9bbff780 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a2`9bbff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a2`9b7fdc80 00007ff6`2c6c6051     postgres!should_output_to_server(
000000a2`9b7fdcb0 00007ff6`2c74070f     postgres!errstart(
000000a2`9b7fdd00 00007ff6`2c7423c9     postgres!_dosmaperr(
000000a2`9b7fdd40 00007ff6`2c73da15     postgres!pgwin32_open_handle(
000000a2`9b7fddf0 00007ff6`2c73d880     postgres!_pglstat64(
000000a2`9b7fe250 00007ff6`2c758191     postgres!_pgstat64(
000000a2`9b7feab0 00007ff6`2c758327     postgres!validate_exec(
000000a2`9b7fef60 00007ff6`2c75804b     postgres!find_my_exec(
000000a2`9b7fefc0 00007ff6`2c23f467     postgres!set_pglocale_pgservice(
000000a2`9b7ff800 00007ff6`2c83b6a9     postgres!main(
core
000000a2`9bfff578 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a2`9bfff580 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
000000a2`9bfff870 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a2`9bfff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000084`0bdff738 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000084`0bdff740 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
00000084`0bdffa30 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
00000084`0bdffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000084`0b9ffb28 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000084`0b9ffb30 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
00000084`0b9ffe20 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
00000084`0b9ffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000084`0b5fdb60 00007ff6`2c6c6051     postgres!should_output_to_server(
00000084`0b5fdb90 00007ff6`2c74070f     postgres!errstart(
00000084`0b5fdbe0 00007ff6`2c7423c9     postgres!_dosmaperr(
00000084`0b5fdc20 00007ff6`2c73da15     postgres!pgwin32_open_handle(
00000084`0b5fdcd0 00007ff6`2c73d880     postgres!_pglstat64(
00000084`0b5fe130 00007ff6`2c758191     postgres!_pgstat64(
00000084`0b5fe990 00007ff6`2c758327     postgres!validate_exec(
00000084`0b5fee40 00007ff6`2c75804b     postgres!find_my_exec(
00000084`0b5feea0 00007ff6`2c23f467     postgres!set_pglocale_pgservice(
00000084`0b5ff6e0 00007ff6`2c83b6a9     postgres!main(
core
000000f6`19bff728 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f6`19bff730 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
000000f6`19bffa20 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f6`19bffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f6`197fe1f0 00007ff6`2c6c6051     postgres!should_output_to_server(
000000f6`197fe220 00007ff6`2c74070f     postgres!errstart(
000000f6`197fe270 00007ff6`2c7423c9     postgres!_dosmaperr(
000000f6`197fe2b0 00007ff6`2c73da15     postgres!pgwin32_open_handle(
000000f6`197fe360 00007ff6`2c73d880     postgres!_pglstat64(
000000f6`197fe7c0 00007ff6`2c758191     postgres!_pgstat64(
000000f6`197ff020 00007ff6`2c758327     postgres!validate_exec(
000000f6`197ff4d0 00007ff6`2c75804b     postgres!find_my_exec(
000000f6`197ff530 00007ff6`2c23f467     postgres!set_pglocale_pgservice(
000000f6`197ffd70 00007ff6`2c83b6a9     postgres!main(
core
000000f6`19fff688 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f6`19fff690 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
000000f6`19fff980 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f6`19fff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000010`6f9ff9b8 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000010`6f9ff9c0 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
00000010`6f9ffcb0 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
00000010`6f9ffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000010`6fdff598 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000010`6fdff5a0 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
00000010`6fdff890 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
00000010`6fdff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000010`6f5fdcb0 00007ff6`2c6c6051     postgres!should_output_to_server(
00000010`6f5fdce0 00007ff6`2c74070f     postgres!errstart(
00000010`6f5fdd30 00007ff6`2c7423c9     postgres!_dosmaperr(
00000010`6f5fdd70 00007ff6`2c73da15     postgres!pgwin32_open_handle(
00000010`6f5fde20 00007ff6`2c73d880     postgres!_pglstat64(
00000010`6f5fe280 00007ff6`2c758191     postgres!_pgstat64(
00000010`6f5feae0 00007ff6`2c758327     postgres!validate_exec(
00000010`6f5fef90 00007ff6`2c75804b     postgres!find_my_exec(
00000010`6f5feff0 00007ff6`2c23f467     postgres!set_pglocale_pgservice(
00000010`6f5ff830 00007ff6`2c83b6a9     postgres!main(
core
0000004f`9a5fdda0 00007ff6`2c6c6051     postgres!should_output_to_server(
0000004f`9a5fddd0 00007ff6`2c74070f     postgres!errstart(
0000004f`9a5fde20 00007ff6`2c7423c9     postgres!_dosmaperr(
0000004f`9a5fde60 00007ff6`2c73da15     postgres!pgwin32_open_handle(
0000004f`9a5fdf10 00007ff6`2c73d880     postgres!_pglstat64(
0000004f`9a5fe370 00007ff6`2c758191     postgres!_pgstat64(
0000004f`9a5febd0 00007ff6`2c758327     postgres!validate_exec(
0000004f`9a5ff080 00007ff6`2c75804b     postgres!find_my_exec(
0000004f`9a5ff0e0 00007ff6`2c23f467     postgres!set_pglocale_pgservice(
0000004f`9a5ff920 00007ff6`2c83b6a9     postgres!main(
core
0000004f`9adff5d8 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004f`9adff5e0 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
0000004f`9adff8d0 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004f`9adff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004f`9a9ffc28 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004f`9a9ffc30 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
0000004f`9a9fff20 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004f`9a9fff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cd`b07ffb98 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cd`b07ffba0 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
000000cd`b07ffe90 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cd`b07ffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cd`afffda80 00007ff6`2c6c6051     postgres!should_output_to_server(
000000cd`afffdab0 00007ff6`2c74070f     postgres!errstart(
000000cd`afffdb00 00007ff6`2c7423c9     postgres!_dosmaperr(
000000cd`afffdb40 00007ff6`2c73da15     postgres!pgwin32_open_handle(
000000cd`afffdbf0 00007ff6`2c73d880     postgres!_pglstat64(
000000cd`afffe050 00007ff6`2c758191     postgres!_pgstat64(
000000cd`afffe8b0 00007ff6`2c758327     postgres!validate_exec(
000000cd`afffed60 00007ff6`2c75804b     postgres!find_my_exec(
000000cd`afffedc0 00007ff6`2c23f467     postgres!set_pglocale_pgservice(
000000cd`affff600 00007ff6`2c83b6a9     postgres!main(
core
000000cd`b03ff9a8 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cd`b03ff9b0 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
000000cd`b03ffca0 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cd`b03ffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c1`415ff788 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c1`415ff790 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
000000c1`415ffa80 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c1`415ffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c1`419ffc18 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c1`419ffc20 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
000000c1`419fff10 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c1`419fff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c1`411fdd20 00007ff6`2c6c6051     postgres!should_output_to_server(
000000c1`411fdd50 00007ff6`2c74070f     postgres!errstart(
000000c1`411fdda0 00007ff6`2c7423c9     postgres!_dosmaperr(
000000c1`411fdde0 00007ff6`2c73da15     postgres!pgwin32_open_handle(
000000c1`411fde90 00007ff6`2c73d880     postgres!_pglstat64(
000000c1`411fe2f0 00007ff6`2c758191     postgres!_pgstat64(
000000c1`411feb50 00007ff6`2c758327     postgres!validate_exec(
000000c1`411ff000 00007ff6`2c75804b     postgres!find_my_exec(
000000c1`411ff060 00007ff6`2c23f467     postgres!set_pglocale_pgservice(
000000c1`411ff8a0 00007ff6`2c83b6a9     postgres!main(
core
0000005b`b8fff618 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005b`b8fff620 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
0000005b`b8fff910 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005b`b8fff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005b`b8bff5a8 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005b`b8bff5b0 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
0000005b`b8bff8a0 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005b`b8bff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005b`b87fe140 00007ff6`2c6c6051     postgres!should_output_to_server(
0000005b`b87fe170 00007ff6`2c74070f     postgres!errstart(
0000005b`b87fe1c0 00007ff6`2c7423c9     postgres!_dosmaperr(
0000005b`b87fe200 00007ff6`2c73da15     postgres!pgwin32_open_handle(
0000005b`b87fe2b0 00007ff6`2c73d880     postgres!_pglstat64(
0000005b`b87fe710 00007ff6`2c758191     postgres!_pgstat64(
0000005b`b87fef70 00007ff6`2c758327     postgres!validate_exec(
0000005b`b87ff420 00007ff6`2c75804b     postgres!find_my_exec(
0000005b`b87ff480 00007ff6`2c23f467     postgres!set_pglocale_pgservice(
0000005b`b87ffcc0 00007ff6`2c83b6a9     postgres!main(
core
000000b6`4d9ff858 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b6`4d9ff860 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
000000b6`4d9ffb50 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b6`4d9ffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b6`4d1fe250 00007ff6`2c6c6051     postgres!should_output_to_server(
000000b6`4d1fe280 00007ff6`2c74070f     postgres!errstart(
000000b6`4d1fe2d0 00007ff6`2c7423c9     postgres!_dosmaperr(
000000b6`4d1fe310 00007ff6`2c73da15     postgres!pgwin32_open_handle(
000000b6`4d1fe3c0 00007ff6`2c73d880     postgres!_pglstat64(
000000b6`4d1fe820 00007ff6`2c758191     postgres!_pgstat64(
000000b6`4d1ff080 00007ff6`2c758327     postgres!validate_exec(
000000b6`4d1ff530 00007ff6`2c75804b     postgres!find_my_exec(
000000b6`4d1ff590 00007ff6`2c23f467     postgres!set_pglocale_pgservice(
000000b6`4d1ffdd0 00007ff6`2c83b6a9     postgres!main(
core
000000b6`4d5ffac8 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b6`4d5ffad0 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
000000b6`4d5ffdc0 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b6`4d5ffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000098`98dffb28 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000098`98dffb30 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
00000098`98dffe20 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
00000098`98dffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000098`989fde00 00007ff6`2c6c6051     postgres!should_output_to_server(
00000098`989fde30 00007ff6`2c74070f     postgres!errstart(
00000098`989fde80 00007ff6`2c7423c9     postgres!_dosmaperr(
00000098`989fdec0 00007ff6`2c73da15     postgres!pgwin32_open_handle(
00000098`989fdf70 00007ff6`2c73d880     postgres!_pglstat64(
00000098`989fe3d0 00007ff6`2c758191     postgres!_pgstat64(
00000098`989fec30 00007ff6`2c758327     postgres!validate_exec(
00000098`989ff0e0 00007ff6`2c75804b     postgres!find_my_exec(
00000098`989ff140 00007ff6`2c23f467     postgres!set_pglocale_pgservice(
00000098`989ff980 00007ff6`2c83b6a9     postgres!main(
core
00000098`991ff948 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000098`991ff950 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
00000098`991ffc40 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
00000098`991ffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a7`651fe220 00007ff6`2c6c6051     postgres!should_output_to_server(
000000a7`651fe250 00007ff6`2c74070f     postgres!errstart(
000000a7`651fe2a0 00007ff6`2c7423c9     postgres!_dosmaperr(
000000a7`651fe2e0 00007ff6`2c73da15     postgres!pgwin32_open_handle(
000000a7`651fe390 00007ff6`2c73d880     postgres!_pglstat64(
000000a7`651fe7f0 00007ff6`2c758191     postgres!_pgstat64(
000000a7`651ff050 00007ff6`2c758327     postgres!validate_exec(
000000a7`651ff500 00007ff6`2c75804b     postgres!find_my_exec(
000000a7`651ff560 00007ff6`2c23f467     postgres!set_pglocale_pgservice(
000000a7`651ffda0 00007ff6`2c83b6a9     postgres!main(
core
000000a7`659ffb08 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a7`659ffb10 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
000000a7`659ffe00 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a7`659ffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a7`655ff548 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a7`655ff550 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
000000a7`655ff840 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a7`655ff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000059`dd7fe1c0 00007ff6`2c6c6051     postgres!should_output_to_server(
00000059`dd7fe1f0 00007ff6`2c74070f     postgres!errstart(
00000059`dd7fe240 00007ff6`2c7423c9     postgres!_dosmaperr(
00000059`dd7fe280 00007ff6`2c73da15     postgres!pgwin32_open_handle(
00000059`dd7fe330 00007ff6`2c73d880     postgres!_pglstat64(
00000059`dd7fe790 00007ff6`2c758191     postgres!_pgstat64(
00000059`dd7feff0 00007ff6`2c758327     postgres!validate_exec(
00000059`dd7ff4a0 00007ff6`2c75804b     postgres!find_my_exec(
00000059`dd7ff500 00007ff6`2c23f467     postgres!set_pglocale_pgservice(
00000059`dd7ffd40 00007ff6`2c83b6a9     postgres!main(
core
00000059`ddfff8d8 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000059`ddfff8e0 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
00000059`ddfffbd0 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
00000059`ddfffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000059`ddbff758 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000059`ddbff760 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
00000059`ddbffa50 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
00000059`ddbffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000075`039fdb50 00007ff6`2c6c6051     postgres!should_output_to_server(
00000075`039fdb80 00007ff6`2c74070f     postgres!errstart(
00000075`039fdbd0 00007ff6`2c7423c9     postgres!_dosmaperr(
00000075`039fdc10 00007ff6`2c73da15     postgres!pgwin32_open_handle(
00000075`039fdcc0 00007ff6`2c73d880     postgres!_pglstat64(
00000075`039fe120 00007ff6`2c758191     postgres!_pgstat64(
00000075`039fe980 00007ff6`2c758327     postgres!validate_exec(
00000075`039fee30 00007ff6`2c75804b     postgres!find_my_exec(
00000075`039fee90 00007ff6`2c23f467     postgres!set_pglocale_pgservice(
00000075`039ff6d0 00007ff6`2c83b6a9     postgres!main(
core
00000075`03dff988 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000075`03dff990 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
00000075`03dffc80 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
00000075`03dffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000075`041ffbc8 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000075`041ffbd0 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
00000075`041ffec0 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
00000075`041ffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000020`df9ff818 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000020`df9ff820 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
00000020`df9ffb10 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
00000020`df9ffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000020`df5ffa68 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000020`df5ffa70 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
00000020`df5ffd60 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
00000020`df5ffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000020`df1ff668 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000020`df1ff670 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
00000020`df1ff960 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
00000020`df1ff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000020`dedfe0a0 00007ff6`2c6c6051     postgres!should_output_to_server(
00000020`dedfe0d0 00007ff6`2c74070f     postgres!errstart(
00000020`dedfe120 00007ff6`2c7423c9     postgres!_dosmaperr(
00000020`dedfe160 00007ff6`2c73da15     postgres!pgwin32_open_handle(
00000020`dedfe210 00007ff6`2c73d880     postgres!_pglstat64(
00000020`dedfe670 00007ff6`2c758191     postgres!_pgstat64(
00000020`dedfeed0 00007ff6`2c758327     postgres!validate_exec(
00000020`dedff380 00007ff6`2c75804b     postgres!find_my_exec(
00000020`dedff3e0 00007ff6`2c23f467     postgres!set_pglocale_pgservice(
00000020`dedffc20 00007ff6`2c83b6a9     postgres!main(
core
00000085`355fdf00 00007ff6`2c6c6051     postgres!should_output_to_server(
00000085`355fdf30 00007ff6`2c74070f     postgres!errstart(
00000085`355fdf80 00007ff6`2c7423c9     postgres!_dosmaperr(
00000085`355fdfc0 00007ff6`2c73da15     postgres!pgwin32_open_handle(
00000085`355fe070 00007ff6`2c73d880     postgres!_pglstat64(
00000085`355fe4d0 00007ff6`2c758191     postgres!_pgstat64(
00000085`355fed30 00007ff6`2c758327     postgres!validate_exec(
00000085`355ff1e0 00007ff6`2c75804b     postgres!find_my_exec(
00000085`355ff240 00007ff6`2c23f467     postgres!set_pglocale_pgservice(
00000085`355ffa80 00007ff6`2c83b6a9     postgres!main(
core
00000085`35dff6e8 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000085`35dff6f0 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
00000085`35dff9e0 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
00000085`35dffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000085`359ff4f8 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000085`359ff500 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
00000085`359ff7f0 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
00000085`359ff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000089`9a9ff518 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000089`9a9ff520 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
00000089`9a9ff810 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
00000089`9a9ff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000089`9a5fdc00 00007ff6`2c6c6051     postgres!should_output_to_server(
00000089`9a5fdc30 00007ff6`2c74070f     postgres!errstart(
00000089`9a5fdc80 00007ff6`2c7423c9     postgres!_dosmaperr(
00000089`9a5fdcc0 00007ff6`2c73da15     postgres!pgwin32_open_handle(
00000089`9a5fdd70 00007ff6`2c73d880     postgres!_pglstat64(
00000089`9a5fe1d0 00007ff6`2c758191     postgres!_pgstat64(
00000089`9a5fea30 00007ff6`2c758327     postgres!validate_exec(
00000089`9a5feee0 00007ff6`2c75804b     postgres!find_my_exec(
00000089`9a5fef40 00007ff6`2c23f467     postgres!set_pglocale_pgservice(
00000089`9a5ff780 00007ff6`2c83b6a9     postgres!main(
core
00000089`9adff9e8 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000089`9adff9f0 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
00000089`9adffce0 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
00000089`9adffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000068`b0dff618 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000068`b0dff620 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
00000068`b0dff910 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
00000068`b0dff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000068`b09fdac0 00007ff6`2c6c6051     postgres!should_output_to_server(
00000068`b09fdaf0 00007ff6`2c74070f     postgres!errstart(
00000068`b09fdb40 00007ff6`2c7423c9     postgres!_dosmaperr(
00000068`b09fdb80 00007ff6`2c73da15     postgres!pgwin32_open_handle(
00000068`b09fdc30 00007ff6`2c73d880     postgres!_pglstat64(
00000068`b09fe090 00007ff6`2c758191     postgres!_pgstat64(
00000068`b09fe8f0 00007ff6`2c758327     postgres!validate_exec(
00000068`b09feda0 00007ff6`2c75804b     postgres!find_my_exec(
00000068`b09fee00 00007ff6`2c23f467     postgres!set_pglocale_pgservice(
00000068`b09ff640 00007ff6`2c83b6a9     postgres!main(
core
00000068`b11ff538 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000068`b11ff540 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
00000068`b11ff830 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
00000068`b11ff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bf`0c1ff4f8 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bf`0c1ff500 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
000000bf`0c1ff7f0 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bf`0c1ff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bf`0bdff6d8 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bf`0bdff6e0 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
000000bf`0bdff9d0 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bf`0bdffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bf`0b9fdbc0 00007ff6`2c6c6051     postgres!should_output_to_server(
000000bf`0b9fdbf0 00007ff6`2c74070f     postgres!errstart(
000000bf`0b9fdc40 00007ff6`2c7423c9     postgres!_dosmaperr(
000000bf`0b9fdc80 00007ff6`2c73da15     postgres!pgwin32_open_handle(
000000bf`0b9fdd30 00007ff6`2c73d880     postgres!_pglstat64(
000000bf`0b9fe190 00007ff6`2c758191     postgres!_pgstat64(
000000bf`0b9fe9f0 00007ff6`2c758327     postgres!validate_exec(
000000bf`0b9feea0 00007ff6`2c75804b     postgres!find_my_exec(
000000bf`0b9fef00 00007ff6`2c23f467     postgres!set_pglocale_pgservice(
000000bf`0b9ff740 00007ff6`2c83b6a9     postgres!main(
core
00000051`623ff448 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000051`623ff450 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
00000051`623ff740 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
00000051`623ff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000051`61ffdf00 00007ff6`2c6c6051     postgres!should_output_to_server(
00000051`61ffdf30 00007ff6`2c74070f     postgres!errstart(
00000051`61ffdf80 00007ff6`2c7423c9     postgres!_dosmaperr(
00000051`61ffdfc0 00007ff6`2c73da15     postgres!pgwin32_open_handle(
00000051`61ffe070 00007ff6`2c73d880     postgres!_pglstat64(
00000051`61ffe4d0 00007ff6`2c758191     postgres!_pgstat64(
00000051`61ffed30 00007ff6`2c758327     postgres!validate_exec(
00000051`61fff1e0 00007ff6`2c75804b     postgres!find_my_exec(
00000051`61fff240 00007ff6`2c23f467     postgres!set_pglocale_pgservice(
00000051`61fffa80 00007ff6`2c83b6a9     postgres!main(
core
00000051`627ff7e8 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000051`627ff7f0 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
00000051`627ffae0 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
00000051`627ffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d4`d09fded0 00007ff6`2c6c6051     postgres!should_output_to_server(
000000d4`d09fdf00 00007ff6`2c74070f     postgres!errstart(
000000d4`d09fdf50 00007ff6`2c7423c9     postgres!_dosmaperr(
000000d4`d09fdf90 00007ff6`2c73da15     postgres!pgwin32_open_handle(
000000d4`d09fe040 00007ff6`2c73d880     postgres!_pglstat64(
000000d4`d09fe4a0 00007ff6`2c758191     postgres!_pgstat64(
000000d4`d09fed00 00007ff6`2c758327     postgres!validate_exec(
000000d4`d09ff1b0 00007ff6`2c75804b     postgres!find_my_exec(
000000d4`d09ff210 00007ff6`2c23f467     postgres!set_pglocale_pgservice(
000000d4`d09ffa50 00007ff6`2c83b6a9     postgres!main(
core
000000d4`d0dff878 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d4`d0dff880 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
000000d4`d0dffb70 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d4`d0dffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d4`d11ffa48 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d4`d11ffa50 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
000000d4`d11ffd40 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d4`d11ffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000040`e8dfdee0 00007ff6`2c6c6051     postgres!should_output_to_server(
00000040`e8dfdf10 00007ff6`2c74070f     postgres!errstart(
00000040`e8dfdf60 00007ff6`2c7423c9     postgres!_dosmaperr(
00000040`e8dfdfa0 00007ff6`2c73da15     postgres!pgwin32_open_handle(
00000040`e8dfe050 00007ff6`2c73d880     postgres!_pglstat64(
00000040`e8dfe4b0 00007ff6`2c758191     postgres!_pgstat64(
00000040`e8dfed10 00007ff6`2c758327     postgres!validate_exec(
00000040`e8dff1c0 00007ff6`2c75804b     postgres!find_my_exec(
00000040`e8dff220 00007ff6`2c23f467     postgres!set_pglocale_pgservice(
00000040`e8dffa60 00007ff6`2c83b6a9     postgres!main(
core
00000040`e91ff858 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000040`e91ff860 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
00000040`e91ffb50 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
00000040`e91ffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000040`e95ffba8 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000040`e95ffbb0 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
00000040`e95ffea0 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
00000040`e95ffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001b`8a7fe1f0 00007ff6`2c6c6051     postgres!should_output_to_server(
0000001b`8a7fe220 00007ff6`2c74070f     postgres!errstart(
0000001b`8a7fe270 00007ff6`2c7423c9     postgres!_dosmaperr(
0000001b`8a7fe2b0 00007ff6`2c73da15     postgres!pgwin32_open_handle(
0000001b`8a7fe360 00007ff6`2c73d880     postgres!_pglstat64(
0000001b`8a7fe7c0 00007ff6`2c758191     postgres!_pgstat64(
0000001b`8a7ff020 00007ff6`2c758327     postgres!validate_exec(
0000001b`8a7ff4d0 00007ff6`2c75804b     postgres!find_my_exec(
0000001b`8a7ff530 00007ff6`2c23f467     postgres!set_pglocale_pgservice(
0000001b`8a7ffd70 00007ff6`2c83b6a9     postgres!main(
core
0000001b`8afff598 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001b`8afff5a0 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
0000001b`8afff890 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001b`8afff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001b`8abffb38 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001b`8abffb40 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
0000001b`8abffe30 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001b`8abffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000024`e13ff638 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000024`e13ff640 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
00000024`e13ff930 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
00000024`e13ff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000024`e0bfde50 00007ff6`2c6c6051     postgres!should_output_to_server(
00000024`e0bfde80 00007ff6`2c74070f     postgres!errstart(
00000024`e0bfded0 00007ff6`2c7423c9     postgres!_dosmaperr(
00000024`e0bfdf10 00007ff6`2c73da15     postgres!pgwin32_open_handle(
00000024`e0bfdfc0 00007ff6`2c73d880     postgres!_pglstat64(
00000024`e0bfe420 00007ff6`2c758191     postgres!_pgstat64(
00000024`e0bfec80 00007ff6`2c758327     postgres!validate_exec(
00000024`e0bff130 00007ff6`2c75804b     postgres!find_my_exec(
00000024`e0bff190 00007ff6`2c23f467     postgres!set_pglocale_pgservice(
00000024`e0bff9d0 00007ff6`2c83b6a9     postgres!main(
core
00000024`e0fff7a8 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000024`e0fff7b0 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
00000024`e0fffaa0 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
00000024`e0fffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000061`1a5ff5d8 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000061`1a5ff5e0 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
00000061`1a5ff8d0 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
00000061`1a5ff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000061`1adff4f8 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000061`1adff500 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
00000061`1adff7f0 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
00000061`1adff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000061`1a9ffaa8 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000061`1a9ffab0 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
00000061`1a9ffda0 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
00000061`1a9ffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000061`1a1fe230 00007ff6`2c6c6051     postgres!should_output_to_server(
00000061`1a1fe260 00007ff6`2c74070f     postgres!errstart(
00000061`1a1fe2b0 00007ff6`2c7423c9     postgres!_dosmaperr(
00000061`1a1fe2f0 00007ff6`2c73da15     postgres!pgwin32_open_handle(
00000061`1a1fe3a0 00007ff6`2c73d880     postgres!_pglstat64(
00000061`1a1fe800 00007ff6`2c758191     postgres!_pgstat64(
00000061`1a1ff060 00007ff6`2c758327     postgres!validate_exec(
00000061`1a1ff510 00007ff6`2c75804b     postgres!find_my_exec(
00000061`1a1ff570 00007ff6`2c23f467     postgres!set_pglocale_pgservice(
00000061`1a1ffdb0 00007ff6`2c83b6a9     postgres!main(
core
0000003d`c7bff938 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003d`c7bff940 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
0000003d`c7bffc30 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003d`c7bffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003d`c73fdbb0 00007ff6`2c6c6051     postgres!should_output_to_server(
0000003d`c73fdbe0 00007ff6`2c74070f     postgres!errstart(
0000003d`c73fdc30 00007ff6`2c7423c9     postgres!_dosmaperr(
0000003d`c73fdc70 00007ff6`2c73da15     postgres!pgwin32_open_handle(
0000003d`c73fdd20 00007ff6`2c73d880     postgres!_pglstat64(
0000003d`c73fe180 00007ff6`2c758191     postgres!_pgstat64(
0000003d`c73fe9e0 00007ff6`2c758327     postgres!validate_exec(
0000003d`c73fee90 00007ff6`2c75804b     postgres!find_my_exec(
0000003d`c73feef0 00007ff6`2c23f467     postgres!set_pglocale_pgservice(
0000003d`c73ff730 00007ff6`2c83b6a9     postgres!main(
core
0000003d`c77ff638 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003d`c77ff640 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
0000003d`c77ff930 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003d`c77ff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002d`4d9fe010 00007ff6`2c6c6051     postgres!should_output_to_server(
0000002d`4d9fe040 00007ff6`2c74070f     postgres!errstart(
0000002d`4d9fe090 00007ff6`2c7423c9     postgres!_dosmaperr(
0000002d`4d9fe0d0 00007ff6`2c73da15     postgres!pgwin32_open_handle(
0000002d`4d9fe180 00007ff6`2c73d880     postgres!_pglstat64(
0000002d`4d9fe5e0 00007ff6`2c758191     postgres!_pgstat64(
0000002d`4d9fee40 00007ff6`2c758327     postgres!validate_exec(
0000002d`4d9ff2f0 00007ff6`2c75804b     postgres!find_my_exec(
0000002d`4d9ff350 00007ff6`2c23f467     postgres!set_pglocale_pgservice(
0000002d`4d9ffb90 00007ff6`2c83b6a9     postgres!main(
core
0000002d`4e1ffac8 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002d`4e1ffad0 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
0000002d`4e1ffdc0 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002d`4e1ffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002d`4ddff8f8 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002d`4ddff900 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
0000002d`4ddffbf0 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002d`4ddffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a2`aa3fde20 00007ff6`2c6c6051     postgres!should_output_to_server(
000000a2`aa3fde50 00007ff6`2c74070f     postgres!errstart(
000000a2`aa3fdea0 00007ff6`2c7423c9     postgres!_dosmaperr(
000000a2`aa3fdee0 00007ff6`2c73da15     postgres!pgwin32_open_handle(
000000a2`aa3fdf90 00007ff6`2c73d880     postgres!_pglstat64(
000000a2`aa3fe3f0 00007ff6`2c758191     postgres!_pgstat64(
000000a2`aa3fec50 00007ff6`2c758327     postgres!validate_exec(
000000a2`aa3ff100 00007ff6`2c75804b     postgres!find_my_exec(
000000a2`aa3ff160 00007ff6`2c23f467     postgres!set_pglocale_pgservice(
000000a2`aa3ff9a0 00007ff6`2c83b6a9     postgres!main(
core
000000a2`aabffbd8 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a2`aabffbe0 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
000000a2`aabffed0 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a2`aabfff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a2`aa7ff8f8 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a2`aa7ff900 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
000000a2`aa7ffbf0 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a2`aa7ffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cd`445ff638 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cd`445ff640 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
000000cd`445ff930 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cd`445ff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cd`43dfdd30 00007ff6`2c6c6051     postgres!should_output_to_server(
000000cd`43dfdd60 00007ff6`2c74070f     postgres!errstart(
000000cd`43dfddb0 00007ff6`2c7423c9     postgres!_dosmaperr(
000000cd`43dfddf0 00007ff6`2c73da15     postgres!pgwin32_open_handle(
000000cd`43dfdea0 00007ff6`2c73d880     postgres!_pglstat64(
000000cd`43dfe300 00007ff6`2c758191     postgres!_pgstat64(
000000cd`43dfeb60 00007ff6`2c758327     postgres!validate_exec(
000000cd`43dff010 00007ff6`2c75804b     postgres!find_my_exec(
000000cd`43dff070 00007ff6`2c23f467     postgres!set_pglocale_pgservice(
000000cd`43dff8b0 00007ff6`2c83b6a9     postgres!main(
core
000000cd`441ff4e8 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cd`441ff4f0 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
000000cd`441ff7e0 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cd`441ff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000097`1b5ff478 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000097`1b5ff480 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
00000097`1b5ff770 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
00000097`1b5ff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000097`1b1ff838 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000097`1b1ff840 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
00000097`1b1ffb30 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
00000097`1b1ffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000097`1adfdf90 00007ff6`2c6c6051     postgres!should_output_to_server(
00000097`1adfdfc0 00007ff6`2c74070f     postgres!errstart(
00000097`1adfe010 00007ff6`2c7423c9     postgres!_dosmaperr(
00000097`1adfe050 00007ff6`2c73da15     postgres!pgwin32_open_handle(
00000097`1adfe100 00007ff6`2c73d880     postgres!_pglstat64(
00000097`1adfe560 00007ff6`2c758191     postgres!_pgstat64(
00000097`1adfedc0 00007ff6`2c758327     postgres!validate_exec(
00000097`1adff270 00007ff6`2c75804b     postgres!find_my_exec(
00000097`1adff2d0 00007ff6`2c23f467     postgres!set_pglocale_pgservice(
00000097`1adffb10 00007ff6`2c83b6a9     postgres!main(
core
00000095`f57fdbe0 00007ff6`2c6c6051     postgres!should_output_to_server(
00000095`f57fdc10 00007ff6`2c74070f     postgres!errstart(
00000095`f57fdc60 00007ff6`2c7423c9     postgres!_dosmaperr(
00000095`f57fdca0 00007ff6`2c73da15     postgres!pgwin32_open_handle(
00000095`f57fdd50 00007ff6`2c73d880     postgres!_pglstat64(
00000095`f57fe1b0 00007ff6`2c758191     postgres!_pgstat64(
00000095`f57fea10 00007ff6`2c758327     postgres!validate_exec(
00000095`f57feec0 00007ff6`2c75804b     postgres!find_my_exec(
00000095`f57fef20 00007ff6`2c23f467     postgres!set_pglocale_pgservice(
00000095`f57ff760 00007ff6`2c83b6a9     postgres!main(
core
00000095`f5bff8d8 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000095`f5bff8e0 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
00000095`f5bffbd0 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
00000095`f5bffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000095`f63ff998 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000095`f63ff9a0 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
00000095`f63ffc90 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
00000095`f63ffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000095`f5fff508 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000095`f5fff510 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
00000095`f5fff800 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
00000095`f5fff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000035`0fffdf30 00007ff6`2c6c6051     postgres!should_output_to_server(
00000035`0fffdf60 00007ff6`2c74070f     postgres!errstart(
00000035`0fffdfb0 00007ff6`2c7423c9     postgres!_dosmaperr(
00000035`0fffdff0 00007ff6`2c73da15     postgres!pgwin32_open_handle(
00000035`0fffe0a0 00007ff6`2c73d880     postgres!_pglstat64(
00000035`0fffe500 00007ff6`2c758191     postgres!_pgstat64(
00000035`0fffed60 00007ff6`2c758327     postgres!validate_exec(
00000035`0ffff210 00007ff6`2c75804b     postgres!find_my_exec(
00000035`0ffff270 00007ff6`2c23f467     postgres!set_pglocale_pgservice(
00000035`0ffffab0 00007ff6`2c83b6a9     postgres!main(
core
00000035`107ff5e8 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000035`107ff5f0 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
00000035`107ff8e0 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
00000035`107ff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000035`103ff968 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000035`103ff970 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
00000035`103ffc60 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
00000035`103ffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000011`ec3ff598 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000011`ec3ff5a0 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
00000011`ec3ff890 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
00000011`ec3ff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000011`ec7ffc08 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000011`ec7ffc10 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
00000011`ec7fff00 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
00000011`ec7fff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000011`ebffe1d0 00007ff6`2c6c6051     postgres!should_output_to_server(
00000011`ebffe200 00007ff6`2c74070f     postgres!errstart(
00000011`ebffe250 00007ff6`2c7423c9     postgres!_dosmaperr(
00000011`ebffe290 00007ff6`2c73da15     postgres!pgwin32_open_handle(
00000011`ebffe340 00007ff6`2c73d880     postgres!_pglstat64(
00000011`ebffe7a0 00007ff6`2c758191     postgres!_pgstat64(
00000011`ebfff000 00007ff6`2c758327     postgres!validate_exec(
00000011`ebfff4b0 00007ff6`2c75804b     postgres!find_my_exec(
00000011`ebfff510 00007ff6`2c23f467     postgres!set_pglocale_pgservice(
00000011`ebfffd50 00007ff6`2c83b6a9     postgres!main(
core
00000023`cedff998 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000023`cedff9a0 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
00000023`cedffc90 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
00000023`cedffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000023`ce5fde50 00007ff6`2c6c6051     postgres!should_output_to_server(
00000023`ce5fde80 00007ff6`2c74070f     postgres!errstart(
00000023`ce5fded0 00007ff6`2c7423c9     postgres!_dosmaperr(
00000023`ce5fdf10 00007ff6`2c73da15     postgres!pgwin32_open_handle(
00000023`ce5fdfc0 00007ff6`2c73d880     postgres!_pglstat64(
00000023`ce5fe420 00007ff6`2c758191     postgres!_pgstat64(
00000023`ce5fec80 00007ff6`2c758327     postgres!validate_exec(
00000023`ce5ff130 00007ff6`2c75804b     postgres!find_my_exec(
00000023`ce5ff190 00007ff6`2c23f467     postgres!set_pglocale_pgservice(
00000023`ce5ff9d0 00007ff6`2c83b6a9     postgres!main(
core
00000023`ce9ff4a8 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000023`ce9ff4b0 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
00000023`ce9ff7a0 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
00000023`ce9ff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000065`41dfdad0 00007ff6`2c6c6051     postgres!should_output_to_server(
00000065`41dfdb00 00007ff6`2c74070f     postgres!errstart(
00000065`41dfdb50 00007ff6`2c7423c9     postgres!_dosmaperr(
00000065`41dfdb90 00007ff6`2c73da15     postgres!pgwin32_open_handle(
00000065`41dfdc40 00007ff6`2c73d880     postgres!_pglstat64(
00000065`41dfe0a0 00007ff6`2c758191     postgres!_pgstat64(
00000065`41dfe900 00007ff6`2c758327     postgres!validate_exec(
00000065`41dfedb0 00007ff6`2c75804b     postgres!find_my_exec(
00000065`41dfee10 00007ff6`2c23f467     postgres!set_pglocale_pgservice(
00000065`41dff650 00007ff6`2c83b6a9     postgres!main(
core
00000065`425ff748 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000065`425ff750 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
00000065`425ffa40 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
00000065`425ffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000065`421ff7e8 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000065`421ff7f0 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
00000065`421ffae0 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
00000065`421ffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ed`345ffb78 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ed`345ffb80 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
000000ed`345ffe70 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ed`345ffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ed`341ff798 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ed`341ff7a0 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
000000ed`341ffa90 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ed`341ffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ed`33dfe120 00007ff6`2c6c6051     postgres!should_output_to_server(
000000ed`33dfe150 00007ff6`2c74070f     postgres!errstart(
000000ed`33dfe1a0 00007ff6`2c7423c9     postgres!_dosmaperr(
000000ed`33dfe1e0 00007ff6`2c73da15     postgres!pgwin32_open_handle(
000000ed`33dfe290 00007ff6`2c73d880     postgres!_pglstat64(
000000ed`33dfe6f0 00007ff6`2c758191     postgres!_pgstat64(
000000ed`33dfef50 00007ff6`2c758327     postgres!validate_exec(
000000ed`33dff400 00007ff6`2c75804b     postgres!find_my_exec(
000000ed`33dff460 00007ff6`2c23f467     postgres!set_pglocale_pgservice(
000000ed`33dffca0 00007ff6`2c83b6a9     postgres!main(
core
000000a0`985ffb58 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a0`985ffb60 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
000000a0`985ffe50 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a0`985ffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a0`989ff758 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a0`989ff760 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
000000a0`989ffa50 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a0`989ffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a0`981fe1a0 00007ff6`2c6c6051     postgres!should_output_to_server(
000000a0`981fe1d0 00007ff6`2c74070f     postgres!errstart(
000000a0`981fe220 00007ff6`2c7423c9     postgres!_dosmaperr(
000000a0`981fe260 00007ff6`2c73da15     postgres!pgwin32_open_handle(
000000a0`981fe310 00007ff6`2c73d880     postgres!_pglstat64(
000000a0`981fe770 00007ff6`2c758191     postgres!_pgstat64(
000000a0`981fefd0 00007ff6`2c758327     postgres!validate_exec(
000000a0`981ff480 00007ff6`2c75804b     postgres!find_my_exec(
000000a0`981ff4e0 00007ff6`2c23f467     postgres!set_pglocale_pgservice(
000000a0`981ffd20 00007ff6`2c83b6a9     postgres!main(
core
0000009b`b9fff638 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009b`b9fff640 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
0000009b`b9fff930 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009b`b9fff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009b`ba3ff7e8 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009b`ba3ff7f0 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
0000009b`ba3ffae0 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009b`ba3ffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009b`b9bfdcc0 00007ff6`2c6c6051     postgres!should_output_to_server(
0000009b`b9bfdcf0 00007ff6`2c74070f     postgres!errstart(
0000009b`b9bfdd40 00007ff6`2c7423c9     postgres!_dosmaperr(
0000009b`b9bfdd80 00007ff6`2c73da15     postgres!pgwin32_open_handle(
0000009b`b9bfde30 00007ff6`2c73d880     postgres!_pglstat64(
0000009b`b9bfe290 00007ff6`2c758191     postgres!_pgstat64(
0000009b`b9bfeaf0 00007ff6`2c758327     postgres!validate_exec(
0000009b`b9bfefa0 00007ff6`2c75804b     postgres!find_my_exec(
0000009b`b9bff000 00007ff6`2c23f467     postgres!set_pglocale_pgservice(
0000009b`b9bff840 00007ff6`2c83b6a9     postgres!main(
core
0000001e`a95ff7a8 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001e`a95ff7b0 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
0000001e`a95ffaa0 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001e`a95ffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001e`a91fddd0 00007ff6`2c6c6051     postgres!should_output_to_server(
0000001e`a91fde00 00007ff6`2c74070f     postgres!errstart(
0000001e`a91fde50 00007ff6`2c7423c9     postgres!_dosmaperr(
0000001e`a91fde90 00007ff6`2c73da15     postgres!pgwin32_open_handle(
0000001e`a91fdf40 00007ff6`2c73d880     postgres!_pglstat64(
0000001e`a91fe3a0 00007ff6`2c758191     postgres!_pgstat64(
0000001e`a91fec00 00007ff6`2c758327     postgres!validate_exec(
0000001e`a91ff0b0 00007ff6`2c75804b     postgres!find_my_exec(
0000001e`a91ff110 00007ff6`2c23f467     postgres!set_pglocale_pgservice(
0000001e`a91ff950 00007ff6`2c83b6a9     postgres!main(
core
0000001e`a99ff958 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001e`a99ff960 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
0000001e`a99ffc50 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001e`a99ffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b4`64bfdca0 00007ff6`2c6c6051     postgres!should_output_to_server(
000000b4`64bfdcd0 00007ff6`2c74070f     postgres!errstart(
000000b4`64bfdd20 00007ff6`2c7423c9     postgres!_dosmaperr(
000000b4`64bfdd60 00007ff6`2c73da15     postgres!pgwin32_open_handle(
000000b4`64bfde10 00007ff6`2c73d880     postgres!_pglstat64(
000000b4`64bfe270 00007ff6`2c758191     postgres!_pgstat64(
000000b4`64bfead0 00007ff6`2c758327     postgres!validate_exec(
000000b4`64bfef80 00007ff6`2c75804b     postgres!find_my_exec(
000000b4`64bfefe0 00007ff6`2c23f467     postgres!set_pglocale_pgservice(
000000b4`64bff820 00007ff6`2c83b6a9     postgres!main(
core
000000b4`653ffad8 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b4`653ffae0 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
000000b4`653ffdd0 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b4`653ffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b4`64fff5e8 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b4`64fff5f0 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
000000b4`64fff8e0 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b4`64fff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000052`c39ff728 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000052`c39ff730 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
00000052`c39ffa20 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
00000052`c39ffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000052`c31fdc70 00007ff6`2c6c6051     postgres!should_output_to_server(
00000052`c31fdca0 00007ff6`2c74070f     postgres!errstart(
00000052`c31fdcf0 00007ff6`2c7423c9     postgres!_dosmaperr(
00000052`c31fdd30 00007ff6`2c73da15     postgres!pgwin32_open_handle(
00000052`c31fdde0 00007ff6`2c73d880     postgres!_pglstat64(
00000052`c31fe240 00007ff6`2c758191     postgres!_pgstat64(
00000052`c31feaa0 00007ff6`2c758327     postgres!validate_exec(
00000052`c31fef50 00007ff6`2c75804b     postgres!find_my_exec(
00000052`c31fefb0 00007ff6`2c23f467     postgres!set_pglocale_pgservice(
00000052`c31ff7f0 00007ff6`2c83b6a9     postgres!main(
core
00000052`c35ff5e8 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000052`c35ff5f0 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
00000052`c35ff8e0 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
00000052`c35ff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006d`db1ffad8 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006d`db1ffae0 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
0000006d`db1ffdd0 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006d`db1ffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006d`da9fdcb0 00007ff6`2c6c6051     postgres!should_output_to_server(
0000006d`da9fdce0 00007ff6`2c74070f     postgres!errstart(
0000006d`da9fdd30 00007ff6`2c7423c9     postgres!_dosmaperr(
0000006d`da9fdd70 00007ff6`2c73da15     postgres!pgwin32_open_handle(
0000006d`da9fde20 00007ff6`2c73d880     postgres!_pglstat64(
0000006d`da9fe280 00007ff6`2c758191     postgres!_pgstat64(
0000006d`da9feae0 00007ff6`2c758327     postgres!validate_exec(
0000006d`da9fef90 00007ff6`2c75804b     postgres!find_my_exec(
0000006d`da9feff0 00007ff6`2c23f467     postgres!set_pglocale_pgservice(
0000006d`da9ff830 00007ff6`2c83b6a9     postgres!main(
core
0000006d`dadff5e8 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006d`dadff5f0 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
0000006d`dadff8e0 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006d`dadff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000078`efbfdb30 00007ff6`2c6c6051     postgres!should_output_to_server(
00000078`efbfdb60 00007ff6`2c74070f     postgres!errstart(
00000078`efbfdbb0 00007ff6`2c7423c9     postgres!_dosmaperr(
00000078`efbfdbf0 00007ff6`2c73da15     postgres!pgwin32_open_handle(
00000078`efbfdca0 00007ff6`2c73d880     postgres!_pglstat64(
00000078`efbfe100 00007ff6`2c758191     postgres!_pgstat64(
00000078`efbfe960 00007ff6`2c758327     postgres!validate_exec(
00000078`efbfee10 00007ff6`2c75804b     postgres!find_my_exec(
00000078`efbfee70 00007ff6`2c23f467     postgres!set_pglocale_pgservice(
00000078`efbff6b0 00007ff6`2c83b6a9     postgres!main(
core
00000078`effff598 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000078`effff5a0 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
00000078`effff890 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
00000078`effff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000078`f03ff658 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000078`f03ff660 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
00000078`f03ff950 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
00000078`f03ff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000022`143ff8f8 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000022`143ff900 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
00000022`143ffbf0 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
00000022`143ffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000022`13ffe080 00007ff6`2c6c6051     postgres!should_output_to_server(
00000022`13ffe0b0 00007ff6`2c74070f     postgres!errstart(
00000022`13ffe100 00007ff6`2c7423c9     postgres!_dosmaperr(
00000022`13ffe140 00007ff6`2c73da15     postgres!pgwin32_open_handle(
00000022`13ffe1f0 00007ff6`2c73d880     postgres!_pglstat64(
00000022`13ffe650 00007ff6`2c758191     postgres!_pgstat64(
00000022`13ffeeb0 00007ff6`2c758327     postgres!validate_exec(
00000022`13fff360 00007ff6`2c75804b     postgres!find_my_exec(
00000022`13fff3c0 00007ff6`2c23f467     postgres!set_pglocale_pgservice(
00000022`13fffc00 00007ff6`2c83b6a9     postgres!main(
core
00000022`14bff5b8 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000022`14bff5c0 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
00000022`14bff8b0 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
00000022`14bff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000022`147ffb48 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000022`147ffb50 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
00000022`147ffe40 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
00000022`147ffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b9`6c3fde00 00007ff6`2c6c6051     postgres!should_output_to_server(
000000b9`6c3fde30 00007ff6`2c74070f     postgres!errstart(
000000b9`6c3fde80 00007ff6`2c7423c9     postgres!_dosmaperr(
000000b9`6c3fdec0 00007ff6`2c73da15     postgres!pgwin32_open_handle(
000000b9`6c3fdf70 00007ff6`2c73d880     postgres!_pglstat64(
000000b9`6c3fe3d0 00007ff6`2c758191     postgres!_pgstat64(
000000b9`6c3fec30 00007ff6`2c758327     postgres!validate_exec(
000000b9`6c3ff0e0 00007ff6`2c75804b     postgres!find_my_exec(
000000b9`6c3ff140 00007ff6`2c23f467     postgres!set_pglocale_pgservice(
000000b9`6c3ff980 00007ff6`2c83b6a9     postgres!main(
core
000000b9`6cbff5e8 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b9`6cbff5f0 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
000000b9`6cbff8e0 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b9`6cbff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b9`6c7ffa98 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b9`6c7ffaa0 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
000000b9`6c7ffd90 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b9`6c7ffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007c`567fdc30 00007ff6`2c6c6051     postgres!should_output_to_server(
0000007c`567fdc60 00007ff6`2c74070f     postgres!errstart(
0000007c`567fdcb0 00007ff6`2c7423c9     postgres!_dosmaperr(
0000007c`567fdcf0 00007ff6`2c73da15     postgres!pgwin32_open_handle(
0000007c`567fdda0 00007ff6`2c73d880     postgres!_pglstat64(
0000007c`567fe200 00007ff6`2c758191     postgres!_pgstat64(
0000007c`567fea60 00007ff6`2c758327     postgres!validate_exec(
0000007c`567fef10 00007ff6`2c75804b     postgres!find_my_exec(
0000007c`567fef70 00007ff6`2c23f467     postgres!set_pglocale_pgservice(
0000007c`567ff7b0 00007ff6`2c83b6a9     postgres!main(
core
0000007c`56bff8c8 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007c`56bff8d0 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
0000007c`56bffbc0 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007c`56bffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007c`56fffa08 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007c`56fffa10 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
0000007c`56fffd00 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007c`56fffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000072`beffe250 00007ff6`2c6c6051     postgres!should_output_to_server(
00000072`beffe280 00007ff6`2c74070f     postgres!errstart(
00000072`beffe2d0 00007ff6`2c7423c9     postgres!_dosmaperr(
00000072`beffe310 00007ff6`2c73da15     postgres!pgwin32_open_handle(
00000072`beffe3c0 00007ff6`2c73d880     postgres!_pglstat64(
00000072`beffe820 00007ff6`2c758191     postgres!_pgstat64(
00000072`befff080 00007ff6`2c758327     postgres!validate_exec(
00000072`befff530 00007ff6`2c75804b     postgres!find_my_exec(
00000072`befff590 00007ff6`2c23f467     postgres!set_pglocale_pgservice(
00000072`befffdd0 00007ff6`2c83b6a9     postgres!main(
core
00000072`bf7ff868 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000072`bf7ff870 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
00000072`bf7ffb60 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
00000072`bf7ffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000072`bf3ff778 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000072`bf3ff780 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
00000072`bf3ffa70 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
00000072`bf3ffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000055`455fdf20 00007ff6`2c6c6051     postgres!should_output_to_server(
00000055`455fdf50 00007ff6`2c74070f     postgres!errstart(
00000055`455fdfa0 00007ff6`2c7423c9     postgres!_dosmaperr(
00000055`455fdfe0 00007ff6`2c73da15     postgres!pgwin32_open_handle(
00000055`455fe090 00007ff6`2c73d880     postgres!_pglstat64(
00000055`455fe4f0 00007ff6`2c758191     postgres!_pgstat64(
00000055`455fed50 00007ff6`2c758327     postgres!validate_exec(
00000055`455ff200 00007ff6`2c75804b     postgres!find_my_exec(
00000055`455ff260 00007ff6`2c23f467     postgres!set_pglocale_pgservice(
00000055`455ffaa0 00007ff6`2c83b6a9     postgres!main(
core
00000055`461ff558 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000055`461ff560 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
00000055`461ff850 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
00000055`461ff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000055`45dff778 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000055`45dff780 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
00000055`45dffa70 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
00000055`45dffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000055`459ffbc8 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000055`459ffbd0 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
00000055`459ffec0 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
00000055`459ffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000031`9c9ff998 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000031`9c9ff9a0 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
00000031`9c9ffc90 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
00000031`9c9ffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000031`9c5fe090 00007ff6`2c6c6051     postgres!should_output_to_server(
00000031`9c5fe0c0 00007ff6`2c74070f     postgres!errstart(
00000031`9c5fe110 00007ff6`2c7423c9     postgres!_dosmaperr(
00000031`9c5fe150 00007ff6`2c73da15     postgres!pgwin32_open_handle(
00000031`9c5fe200 00007ff6`2c73d880     postgres!_pglstat64(
00000031`9c5fe660 00007ff6`2c758191     postgres!_pgstat64(
00000031`9c5feec0 00007ff6`2c758327     postgres!validate_exec(
00000031`9c5ff370 00007ff6`2c75804b     postgres!find_my_exec(
00000031`9c5ff3d0 00007ff6`2c23f467     postgres!set_pglocale_pgservice(
00000031`9c5ffc10 00007ff6`2c83b6a9     postgres!main(
core
00000031`9cdff7d8 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000031`9cdff7e0 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
00000031`9cdffad0 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
00000031`9cdffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dc`d87fdb90 00007ff6`2c6c6051     postgres!should_output_to_server(
000000dc`d87fdbc0 00007ff6`2c74070f     postgres!errstart(
000000dc`d87fdc10 00007ff6`2c7423c9     postgres!_dosmaperr(
000000dc`d87fdc50 00007ff6`2c73da15     postgres!pgwin32_open_handle(
000000dc`d87fdd00 00007ff6`2c73d880     postgres!_pglstat64(
000000dc`d87fe160 00007ff6`2c758191     postgres!_pgstat64(
000000dc`d87fe9c0 00007ff6`2c758327     postgres!validate_exec(
000000dc`d87fee70 00007ff6`2c75804b     postgres!find_my_exec(
000000dc`d87feed0 00007ff6`2c23f467     postgres!set_pglocale_pgservice(
000000dc`d87ff710 00007ff6`2c83b6a9     postgres!main(
core
000000dc`d8bff938 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dc`d8bff940 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
000000dc`d8bffc30 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
000000dc`d8bffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dc`d8fffa68 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dc`d8fffa70 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
000000dc`d8fffd60 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
000000dc`d8fffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b8`253fde10 00007ff6`2c6c6051     postgres!should_output_to_server(
000000b8`253fde40 00007ff6`2c74070f     postgres!errstart(
000000b8`253fde90 00007ff6`2c7423c9     postgres!_dosmaperr(
000000b8`253fded0 00007ff6`2c73da15     postgres!pgwin32_open_handle(
000000b8`253fdf80 00007ff6`2c73d880     postgres!_pglstat64(
000000b8`253fe3e0 00007ff6`2c758191     postgres!_pgstat64(
000000b8`253fec40 00007ff6`2c758327     postgres!validate_exec(
000000b8`253ff0f0 00007ff6`2c75804b     postgres!find_my_exec(
000000b8`253ff150 00007ff6`2c23f467     postgres!set_pglocale_pgservice(
000000b8`253ff990 00007ff6`2c83b6a9     postgres!main(
core
000000b8`25bff958 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b8`25bff960 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
000000b8`25bffc50 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b8`25bffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b8`257ff628 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b8`257ff630 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
000000b8`257ff920 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b8`257ff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000019`61bfdcd0 00007ff6`2c6c6051     postgres!should_output_to_server(
00000019`61bfdd00 00007ff6`2c74070f     postgres!errstart(
00000019`61bfdd50 00007ff6`2c7423c9     postgres!_dosmaperr(
00000019`61bfdd90 00007ff6`2c73da15     postgres!pgwin32_open_handle(
00000019`61bfde40 00007ff6`2c73d880     postgres!_pglstat64(
00000019`61bfe2a0 00007ff6`2c758191     postgres!_pgstat64(
00000019`61bfeb00 00007ff6`2c758327     postgres!validate_exec(
00000019`61bfefb0 00007ff6`2c75804b     postgres!find_my_exec(
00000019`61bff010 00007ff6`2c23f467     postgres!set_pglocale_pgservice(
00000019`61bff850 00007ff6`2c83b6a9     postgres!main(
core
00000019`61fff608 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000019`61fff610 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
00000019`61fff900 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
00000019`61fff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000019`623ffc28 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000019`623ffc30 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
00000019`623fff20 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
00000019`623fff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001e`415ff458 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001e`415ff460 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
0000001e`415ff750 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001e`415ff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001e`411fdbe0 00007ff6`2c6c6051     postgres!should_output_to_server(
0000001e`411fdc10 00007ff6`2c74070f     postgres!errstart(
0000001e`411fdc60 00007ff6`2c7423c9     postgres!_dosmaperr(
0000001e`411fdca0 00007ff6`2c73da15     postgres!pgwin32_open_handle(
0000001e`411fdd50 00007ff6`2c73d880     postgres!_pglstat64(
0000001e`411fe1b0 00007ff6`2c758191     postgres!_pgstat64(
0000001e`411fea10 00007ff6`2c758327     postgres!validate_exec(
0000001e`411feec0 00007ff6`2c75804b     postgres!find_my_exec(
0000001e`411fef20 00007ff6`2c23f467     postgres!set_pglocale_pgservice(
0000001e`411ff760 00007ff6`2c83b6a9     postgres!main(
core
0000001e`419ff5d8 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001e`419ff5e0 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
0000001e`419ff8d0 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001e`419ff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000009`119ffb78 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000009`119ffb80 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
00000009`119ffe70 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
00000009`119ffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000009`115ff528 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000009`115ff530 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
00000009`115ff820 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
00000009`115ff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000009`111fdf60 00007ff6`2c6c6051     postgres!should_output_to_server(
00000009`111fdf90 00007ff6`2c74070f     postgres!errstart(
00000009`111fdfe0 00007ff6`2c7423c9     postgres!_dosmaperr(
00000009`111fe020 00007ff6`2c73da15     postgres!pgwin32_open_handle(
00000009`111fe0d0 00007ff6`2c73d880     postgres!_pglstat64(
00000009`111fe530 00007ff6`2c758191     postgres!_pgstat64(
00000009`111fed90 00007ff6`2c758327     postgres!validate_exec(
00000009`111ff240 00007ff6`2c75804b     postgres!find_my_exec(
00000009`111ff2a0 00007ff6`2c23f467     postgres!set_pglocale_pgservice(
00000009`111ffae0 00007ff6`2c83b6a9     postgres!main(
core
00000058`b95ff5e8 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000058`b95ff5f0 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
00000058`b95ff8e0 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
00000058`b95ff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000058`b8dfe1b0 00007ff6`2c6c6051     postgres!should_output_to_server(
00000058`b8dfe1e0 00007ff6`2c74070f     postgres!errstart(
00000058`b8dfe230 00007ff6`2c7423c9     postgres!_dosmaperr(
00000058`b8dfe270 00007ff6`2c73da15     postgres!pgwin32_open_handle(
00000058`b8dfe320 00007ff6`2c73d880     postgres!_pglstat64(
00000058`b8dfe780 00007ff6`2c758191     postgres!_pgstat64(
00000058`b8dfefe0 00007ff6`2c758327     postgres!validate_exec(
00000058`b8dff490 00007ff6`2c75804b     postgres!find_my_exec(
00000058`b8dff4f0 00007ff6`2c23f467     postgres!set_pglocale_pgservice(
00000058`b8dffd30 00007ff6`2c83b6a9     postgres!main(
core
00000058`b91ffb28 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000058`b91ffb30 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
00000058`b91ffe20 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
00000058`b91ffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ce`ad9fdce0 00007ff6`2c6c6051     postgres!should_output_to_server(
000000ce`ad9fdd10 00007ff6`2c74070f     postgres!errstart(
000000ce`ad9fdd60 00007ff6`2c7423c9     postgres!_dosmaperr(
000000ce`ad9fdda0 00007ff6`2c73da15     postgres!pgwin32_open_handle(
000000ce`ad9fde50 00007ff6`2c73d880     postgres!_pglstat64(
000000ce`ad9fe2b0 00007ff6`2c758191     postgres!_pgstat64(
000000ce`ad9feb10 00007ff6`2c758327     postgres!validate_exec(
000000ce`ad9fefc0 00007ff6`2c75804b     postgres!find_my_exec(
000000ce`ad9ff020 00007ff6`2c23f467     postgres!set_pglocale_pgservice(
000000ce`ad9ff860 00007ff6`2c83b6a9     postgres!main(
core
000000ce`addffaf8 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ce`addffb00 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
000000ce`addffdf0 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ce`addffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ce`ae1ff488 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ce`ae1ff490 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
000000ce`ae1ff780 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ce`ae1ff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001d`841ffbe8 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001d`841ffbf0 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
0000001d`841ffee0 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001d`841fff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001d`839fe050 00007ff6`2c6c6051     postgres!should_output_to_server(
0000001d`839fe080 00007ff6`2c74070f     postgres!errstart(
0000001d`839fe0d0 00007ff6`2c7423c9     postgres!_dosmaperr(
0000001d`839fe110 00007ff6`2c73da15     postgres!pgwin32_open_handle(
0000001d`839fe1c0 00007ff6`2c73d880     postgres!_pglstat64(
0000001d`839fe620 00007ff6`2c758191     postgres!_pgstat64(
0000001d`839fee80 00007ff6`2c758327     postgres!validate_exec(
0000001d`839ff330 00007ff6`2c75804b     postgres!find_my_exec(
0000001d`839ff390 00007ff6`2c23f467     postgres!set_pglocale_pgservice(
0000001d`839ffbd0 00007ff6`2c83b6a9     postgres!main(
core
0000001d`83dff5e8 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001d`83dff5f0 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
0000001d`83dff8e0 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001d`83dff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000eb`b19ff4c8 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000eb`b19ff4d0 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
000000eb`b19ff7c0 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
000000eb`b19ff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000eb`b1dff898 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000eb`b1dff8a0 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
000000eb`b1dffb90 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
000000eb`b1dffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000eb`b15fe050 00007ff6`2c6c6051     postgres!should_output_to_server(
000000eb`b15fe080 00007ff6`2c74070f     postgres!errstart(
000000eb`b15fe0d0 00007ff6`2c7423c9     postgres!_dosmaperr(
000000eb`b15fe110 00007ff6`2c73da15     postgres!pgwin32_open_handle(
000000eb`b15fe1c0 00007ff6`2c73d880     postgres!_pglstat64(
000000eb`b15fe620 00007ff6`2c758191     postgres!_pgstat64(
000000eb`b15fee80 00007ff6`2c758327     postgres!validate_exec(
000000eb`b15ff330 00007ff6`2c75804b     postgres!find_my_exec(
000000eb`b15ff390 00007ff6`2c23f467     postgres!set_pglocale_pgservice(
000000eb`b15ffbd0 00007ff6`2c83b6a9     postgres!main(
core
00000023`c7ffe1b0 00007ff6`2c6c6051     postgres!should_output_to_server(
00000023`c7ffe1e0 00007ff6`2c74070f     postgres!errstart(
00000023`c7ffe230 00007ff6`2c7423c9     postgres!_dosmaperr(
00000023`c7ffe270 00007ff6`2c73da15     postgres!pgwin32_open_handle(
00000023`c7ffe320 00007ff6`2c73d880     postgres!_pglstat64(
00000023`c7ffe780 00007ff6`2c758191     postgres!_pgstat64(
00000023`c7ffefe0 00007ff6`2c758327     postgres!validate_exec(
00000023`c7fff490 00007ff6`2c75804b     postgres!find_my_exec(
00000023`c7fff4f0 00007ff6`2c23f467     postgres!set_pglocale_pgservice(
00000023`c7fffd30 00007ff6`2c83b6a9     postgres!main(
core
00000023`c83ff5c8 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000023`c83ff5d0 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
00000023`c83ff8c0 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
00000023`c83ff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000023`c87ff528 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000023`c87ff530 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
00000023`c87ff820 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
00000023`c87ff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000d`1d3ffa38 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000d`1d3ffa40 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
0000000d`1d3ffd30 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000d`1d3ffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000d`1cfff768 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000d`1cfff770 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
0000000d`1cfffa60 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000d`1cfffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000d`1cbfdca0 00007ff6`2c6c6051     postgres!should_output_to_server(
0000000d`1cbfdcd0 00007ff6`2c74070f     postgres!errstart(
0000000d`1cbfdd20 00007ff6`2c7423c9     postgres!_dosmaperr(
0000000d`1cbfdd60 00007ff6`2c73da15     postgres!pgwin32_open_handle(
0000000d`1cbfde10 00007ff6`2c73d880     postgres!_pglstat64(
0000000d`1cbfe270 00007ff6`2c758191     postgres!_pgstat64(
0000000d`1cbfead0 00007ff6`2c758327     postgres!validate_exec(
0000000d`1cbfef80 00007ff6`2c75804b     postgres!find_my_exec(
0000000d`1cbfefe0 00007ff6`2c23f467     postgres!set_pglocale_pgservice(
0000000d`1cbff820 00007ff6`2c83b6a9     postgres!main(
core
0000004c`2ddfe040 00007ff6`2c6c6051     postgres!should_output_to_server(
0000004c`2ddfe070 00007ff6`2c74070f     postgres!errstart(
0000004c`2ddfe0c0 00007ff6`2c7423c9     postgres!_dosmaperr(
0000004c`2ddfe100 00007ff6`2c73da15     postgres!pgwin32_open_handle(
0000004c`2ddfe1b0 00007ff6`2c73d880     postgres!_pglstat64(
0000004c`2ddfe610 00007ff6`2c758191     postgres!_pgstat64(
0000004c`2ddfee70 00007ff6`2c758327     postgres!validate_exec(
0000004c`2ddff320 00007ff6`2c75804b     postgres!find_my_exec(
0000004c`2ddff380 00007ff6`2c23f467     postgres!set_pglocale_pgservice(
0000004c`2ddffbc0 00007ff6`2c83b6a9     postgres!main(
core
0000004c`2e1ff7b8 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004c`2e1ff7c0 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
0000004c`2e1ffab0 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004c`2e1ffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004c`2e5ff588 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004c`2e5ff590 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
0000004c`2e5ff880 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004c`2e5ff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004c`2e9ffa38 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004c`2e9ffa40 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
0000004c`2e9ffd30 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004c`2e9ffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005b`ee3ff978 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005b`ee3ff980 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
0000005b`ee3ffc70 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005b`ee3ffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005b`ed7fdcf0 00007ff6`2c6c6051     postgres!should_output_to_server(
0000005b`ed7fdd20 00007ff6`2c74070f     postgres!errstart(
0000005b`ed7fdd70 00007ff6`2c7423c9     postgres!_dosmaperr(
0000005b`ed7fddb0 00007ff6`2c73da15     postgres!pgwin32_open_handle(
0000005b`ed7fde60 00007ff6`2c73d880     postgres!_pglstat64(
0000005b`ed7fe2c0 00007ff6`2c758191     postgres!_pgstat64(
0000005b`ed7feb20 00007ff6`2c758327     postgres!validate_exec(
0000005b`ed7fefd0 00007ff6`2c75804b     postgres!find_my_exec(
0000005b`ed7ff030 00007ff6`2c23f467     postgres!set_pglocale_pgservice(
0000005b`ed7ff870 00007ff6`2c83b6a9     postgres!main(
core
0000005b`edbffb68 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005b`edbffb70 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
0000005b`edbffe60 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005b`edbffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005b`edfffaf8 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005b`edfffb00 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
0000005b`edfffdf0 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005b`edfffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c3`1dfffa28 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c3`1dfffa30 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
000000c3`1dfffd20 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c3`1dfffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c3`1dbfdef0 00007ff6`2c6c6051     postgres!should_output_to_server(
000000c3`1dbfdf20 00007ff6`2c74070f     postgres!errstart(
000000c3`1dbfdf70 00007ff6`2c7423c9     postgres!_dosmaperr(
000000c3`1dbfdfb0 00007ff6`2c73da15     postgres!pgwin32_open_handle(
000000c3`1dbfe060 00007ff6`2c73d880     postgres!_pglstat64(
000000c3`1dbfe4c0 00007ff6`2c758191     postgres!_pgstat64(
000000c3`1dbfed20 00007ff6`2c758327     postgres!validate_exec(
000000c3`1dbff1d0 00007ff6`2c75804b     postgres!find_my_exec(
000000c3`1dbff230 00007ff6`2c23f467     postgres!set_pglocale_pgservice(
000000c3`1dbffa70 00007ff6`2c83b6a9     postgres!main(
core
000000c3`1e3ff7b8 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c3`1e3ff7c0 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
000000c3`1e3ffab0 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c3`1e3ffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ba`1f3ff9b8 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ba`1f3ff9c0 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
000000ba`1f3ffcb0 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ba`1f3ffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ba`1effe150 00007ff6`2c6c6051     postgres!should_output_to_server(
000000ba`1effe180 00007ff6`2c74070f     postgres!errstart(
000000ba`1effe1d0 00007ff6`2c7423c9     postgres!_dosmaperr(
000000ba`1effe210 00007ff6`2c73da15     postgres!pgwin32_open_handle(
000000ba`1effe2c0 00007ff6`2c73d880     postgres!_pglstat64(
000000ba`1effe720 00007ff6`2c758191     postgres!_pgstat64(
000000ba`1effef80 00007ff6`2c758327     postgres!validate_exec(
000000ba`1efff430 00007ff6`2c75804b     postgres!find_my_exec(
000000ba`1efff490 00007ff6`2c23f467     postgres!set_pglocale_pgservice(
000000ba`1efffcd0 00007ff6`2c83b6a9     postgres!main(
core
000000ba`1f7ffc38 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ba`1f7ffc40 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
000000ba`1f7fff30 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ba`1f7fff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000077`76ffe200 00007ff6`2c6c6051     postgres!should_output_to_server(
00000077`76ffe230 00007ff6`2c74070f     postgres!errstart(
00000077`76ffe280 00007ff6`2c7423c9     postgres!_dosmaperr(
00000077`76ffe2c0 00007ff6`2c73da15     postgres!pgwin32_open_handle(
00000077`76ffe370 00007ff6`2c73d880     postgres!_pglstat64(
00000077`76ffe7d0 00007ff6`2c758191     postgres!_pgstat64(
00000077`76fff030 00007ff6`2c758327     postgres!validate_exec(
00000077`76fff4e0 00007ff6`2c75804b     postgres!find_my_exec(
00000077`76fff540 00007ff6`2c23f467     postgres!set_pglocale_pgservice(
00000077`76fffd80 00007ff6`2c83b6a9     postgres!main(
core
00000077`773ffbc8 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000077`773ffbd0 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
00000077`773ffec0 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
00000077`773ffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000077`777ff4d8 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000077`777ff4e0 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
00000077`777ff7d0 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
00000077`777ff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000095`975ff468 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000095`975ff470 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
00000095`975ff760 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
00000095`975ff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000095`979ff9f8 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000095`979ffa00 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
00000095`979ffcf0 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
00000095`979ffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000095`971fdb60 00007ff6`2c6c6051     postgres!should_output_to_server(
00000095`971fdb90 00007ff6`2c74070f     postgres!errstart(
00000095`971fdbe0 00007ff6`2c7423c9     postgres!_dosmaperr(
00000095`971fdc20 00007ff6`2c73da15     postgres!pgwin32_open_handle(
00000095`971fdcd0 00007ff6`2c73d880     postgres!_pglstat64(
00000095`971fe130 00007ff6`2c758191     postgres!_pgstat64(
00000095`971fe990 00007ff6`2c758327     postgres!validate_exec(
00000095`971fee40 00007ff6`2c75804b     postgres!find_my_exec(
00000095`971feea0 00007ff6`2c23f467     postgres!set_pglocale_pgservice(
00000095`971ff6e0 00007ff6`2c83b6a9     postgres!main(
core
00000096`0d7ff6a8 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000096`0d7ff6b0 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
00000096`0d7ff9a0 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
00000096`0d7ff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000096`0dbffa08 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000096`0dbffa10 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
00000096`0dbffd00 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
00000096`0dbffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000096`0d3fe110 00007ff6`2c6c6051     postgres!should_output_to_server(
00000096`0d3fe140 00007ff6`2c74070f     postgres!errstart(
00000096`0d3fe190 00007ff6`2c7423c9     postgres!_dosmaperr(
00000096`0d3fe1d0 00007ff6`2c73da15     postgres!pgwin32_open_handle(
00000096`0d3fe280 00007ff6`2c73d880     postgres!_pglstat64(
00000096`0d3fe6e0 00007ff6`2c758191     postgres!_pgstat64(
00000096`0d3fef40 00007ff6`2c758327     postgres!validate_exec(
00000096`0d3ff3f0 00007ff6`2c75804b     postgres!find_my_exec(
00000096`0d3ff450 00007ff6`2c23f467     postgres!set_pglocale_pgservice(
00000096`0d3ffc90 00007ff6`2c83b6a9     postgres!main(
core
0000002e`76bff5d8 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002e`76bff5e0 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
0000002e`76bff8d0 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002e`76bff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002e`76fff628 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002e`76fff630 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
0000002e`76fff920 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002e`76fff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002e`767fdf20 00007ff6`2c6c6051     postgres!should_output_to_server(
0000002e`767fdf50 00007ff6`2c74070f     postgres!errstart(
0000002e`767fdfa0 00007ff6`2c7423c9     postgres!_dosmaperr(
0000002e`767fdfe0 00007ff6`2c73da15     postgres!pgwin32_open_handle(
0000002e`767fe090 00007ff6`2c73d880     postgres!_pglstat64(
0000002e`767fe4f0 00007ff6`2c758191     postgres!_pgstat64(
0000002e`767fed50 00007ff6`2c758327     postgres!validate_exec(
0000002e`767ff200 00007ff6`2c75804b     postgres!find_my_exec(
0000002e`767ff260 00007ff6`2c23f467     postgres!set_pglocale_pgservice(
0000002e`767ffaa0 00007ff6`2c83b6a9     postgres!main(
core
000000af`249ff738 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000af`249ff740 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
000000af`249ffa30 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
000000af`249ffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000af`24dff8c8 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000af`24dff8d0 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
000000af`24dffbc0 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
000000af`24dffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000af`245fdea0 00007ff6`2c6c6051     postgres!should_output_to_server(
000000af`245fded0 00007ff6`2c74070f     postgres!errstart(
000000af`245fdf20 00007ff6`2c7423c9     postgres!_dosmaperr(
000000af`245fdf60 00007ff6`2c73da15     postgres!pgwin32_open_handle(
000000af`245fe010 00007ff6`2c73d880     postgres!_pglstat64(
000000af`245fe470 00007ff6`2c758191     postgres!_pgstat64(
000000af`245fecd0 00007ff6`2c758327     postgres!validate_exec(
000000af`245ff180 00007ff6`2c75804b     postgres!find_my_exec(
000000af`245ff1e0 00007ff6`2c23f467     postgres!set_pglocale_pgservice(
000000af`245ffa20 00007ff6`2c83b6a9     postgres!main(
core
000000a0`33bff788 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a0`33bff790 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
000000a0`33bffa80 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a0`33bffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a0`337fe1a0 00007ff6`2c6c6051     postgres!should_output_to_server(
000000a0`337fe1d0 00007ff6`2c74070f     postgres!errstart(
000000a0`337fe220 00007ff6`2c7423c9     postgres!_dosmaperr(
000000a0`337fe260 00007ff6`2c73da15     postgres!pgwin32_open_handle(
000000a0`337fe310 00007ff6`2c73d880     postgres!_pglstat64(
000000a0`337fe770 00007ff6`2c758191     postgres!_pgstat64(
000000a0`337fefd0 00007ff6`2c758327     postgres!validate_exec(
000000a0`337ff480 00007ff6`2c75804b     postgres!find_my_exec(
000000a0`337ff4e0 00007ff6`2c23f467     postgres!set_pglocale_pgservice(
000000a0`337ffd20 00007ff6`2c83b6a9     postgres!main(
core
000000a0`33fffb58 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a0`33fffb60 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
000000a0`33fffe50 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a0`33fffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004a`609ffab8 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004a`609ffac0 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
0000004a`609ffdb0 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004a`609ffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004a`60dffa48 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004a`60dffa50 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
0000004a`60dffd40 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004a`60dffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004a`605fde50 00007ff6`2c6c6051     postgres!should_output_to_server(
0000004a`605fde80 00007ff6`2c74070f     postgres!errstart(
0000004a`605fded0 00007ff6`2c7423c9     postgres!_dosmaperr(
0000004a`605fdf10 00007ff6`2c73da15     postgres!pgwin32_open_handle(
0000004a`605fdfc0 00007ff6`2c73d880     postgres!_pglstat64(
0000004a`605fe420 00007ff6`2c758191     postgres!_pgstat64(
0000004a`605fec80 00007ff6`2c758327     postgres!validate_exec(
0000004a`605ff130 00007ff6`2c75804b     postgres!find_my_exec(
0000004a`605ff190 00007ff6`2c23f467     postgres!set_pglocale_pgservice(
0000004a`605ff9d0 00007ff6`2c83b6a9     postgres!main(
core
0000008c`ae9ff928 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008c`ae9ff930 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
0000008c`ae9ffc20 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008c`ae9ffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008c`ae1fdc20 00007ff6`2c6c6051     postgres!should_output_to_server(
0000008c`ae1fdc50 00007ff6`2c74070f     postgres!errstart(
0000008c`ae1fdca0 00007ff6`2c7423c9     postgres!_dosmaperr(
0000008c`ae1fdce0 00007ff6`2c73da15     postgres!pgwin32_open_handle(
0000008c`ae1fdd90 00007ff6`2c73d880     postgres!_pglstat64(
0000008c`ae1fe1f0 00007ff6`2c758191     postgres!_pgstat64(
0000008c`ae1fea50 00007ff6`2c758327     postgres!validate_exec(
0000008c`ae1fef00 00007ff6`2c75804b     postgres!find_my_exec(
0000008c`ae1fef60 00007ff6`2c23f467     postgres!set_pglocale_pgservice(
0000008c`ae1ff7a0 00007ff6`2c83b6a9     postgres!main(
core
0000008c`ae5ff808 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008c`ae5ff810 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
0000008c`ae5ffb00 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008c`ae5ffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000091`c9dff9e8 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000091`c9dff9f0 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
00000091`c9dffce0 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
00000091`c9dffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000091`c99fdf10 00007ff6`2c6c6051     postgres!should_output_to_server(
00000091`c99fdf40 00007ff6`2c74070f     postgres!errstart(
00000091`c99fdf90 00007ff6`2c7423c9     postgres!_dosmaperr(
00000091`c99fdfd0 00007ff6`2c73da15     postgres!pgwin32_open_handle(
00000091`c99fe080 00007ff6`2c73d880     postgres!_pglstat64(
00000091`c99fe4e0 00007ff6`2c758191     postgres!_pgstat64(
00000091`c99fed40 00007ff6`2c758327     postgres!validate_exec(
00000091`c99ff1f0 00007ff6`2c75804b     postgres!find_my_exec(
00000091`c99ff250 00007ff6`2c23f467     postgres!set_pglocale_pgservice(
00000091`c99ffa90 00007ff6`2c83b6a9     postgres!main(
core
00000091`ca1ff638 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000091`ca1ff640 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
00000091`ca1ff930 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
00000091`ca1ff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000029`8ebff9f8 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000029`8ebffa00 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
00000029`8ebffcf0 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
00000029`8ebffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000029`8e7fdf90 00007ff6`2c6c6051     postgres!should_output_to_server(
00000029`8e7fdfc0 00007ff6`2c74070f     postgres!errstart(
00000029`8e7fe010 00007ff6`2c7423c9     postgres!_dosmaperr(
00000029`8e7fe050 00007ff6`2c73da15     postgres!pgwin32_open_handle(
00000029`8e7fe100 00007ff6`2c73d880     postgres!_pglstat64(
00000029`8e7fe560 00007ff6`2c758191     postgres!_pgstat64(
00000029`8e7fedc0 00007ff6`2c758327     postgres!validate_exec(
00000029`8e7ff270 00007ff6`2c75804b     postgres!find_my_exec(
00000029`8e7ff2d0 00007ff6`2c23f467     postgres!set_pglocale_pgservice(
00000029`8e7ffb10 00007ff6`2c83b6a9     postgres!main(
core
00000029`8efff938 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000029`8efff940 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
00000029`8efffc30 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
00000029`8efffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000065`915ff5b8 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000065`915ff5c0 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
00000065`915ff8b0 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
00000065`915ff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000065`911ffb48 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000065`911ffb50 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
00000065`911ffe40 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
00000065`911ffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000065`90dfdb70 00007ff6`2c6c6051     postgres!should_output_to_server(
00000065`90dfdba0 00007ff6`2c74070f     postgres!errstart(
00000065`90dfdbf0 00007ff6`2c7423c9     postgres!_dosmaperr(
00000065`90dfdc30 00007ff6`2c73da15     postgres!pgwin32_open_handle(
00000065`90dfdce0 00007ff6`2c73d880     postgres!_pglstat64(
00000065`90dfe140 00007ff6`2c758191     postgres!_pgstat64(
00000065`90dfe9a0 00007ff6`2c758327     postgres!validate_exec(
00000065`90dfee50 00007ff6`2c75804b     postgres!find_my_exec(
00000065`90dfeeb0 00007ff6`2c23f467     postgres!set_pglocale_pgservice(
00000065`90dff6f0 00007ff6`2c83b6a9     postgres!main(
core
000000a4`b13ffb98 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a4`b13ffba0 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
000000a4`b13ffe90 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a4`b13ffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a4`b0bfdf80 00007ff6`2c6c6051     postgres!should_output_to_server(
000000a4`b0bfdfb0 00007ff6`2c74070f     postgres!errstart(
000000a4`b0bfe000 00007ff6`2c7423c9     postgres!_dosmaperr(
000000a4`b0bfe040 00007ff6`2c73da15     postgres!pgwin32_open_handle(
000000a4`b0bfe0f0 00007ff6`2c73d880     postgres!_pglstat64(
000000a4`b0bfe550 00007ff6`2c758191     postgres!_pgstat64(
000000a4`b0bfedb0 00007ff6`2c758327     postgres!validate_exec(
000000a4`b0bff260 00007ff6`2c75804b     postgres!find_my_exec(
000000a4`b0bff2c0 00007ff6`2c23f467     postgres!set_pglocale_pgservice(
000000a4`b0bffb00 00007ff6`2c83b6a9     postgres!main(
core
000000a4`b0fff448 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a4`b0fff450 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
000000a4`b0fff740 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a4`b0fff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006b`c1ffe230 00007ff6`2c6c6051     postgres!should_output_to_server(
0000006b`c1ffe260 00007ff6`2c74070f     postgres!errstart(
0000006b`c1ffe2b0 00007ff6`2c7423c9     postgres!_dosmaperr(
0000006b`c1ffe2f0 00007ff6`2c73da15     postgres!pgwin32_open_handle(
0000006b`c1ffe3a0 00007ff6`2c73d880     postgres!_pglstat64(
0000006b`c1ffe800 00007ff6`2c758191     postgres!_pgstat64(
0000006b`c1fff060 00007ff6`2c758327     postgres!validate_exec(
0000006b`c1fff510 00007ff6`2c75804b     postgres!find_my_exec(
0000006b`c1fff570 00007ff6`2c23f467     postgres!set_pglocale_pgservice(
0000006b`c1fffdb0 00007ff6`2c83b6a9     postgres!main(
core
0000006b`c27ff768 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006b`c27ff770 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
0000006b`c27ffa60 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006b`c27ffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006b`c23ff8c8 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006b`c23ff8d0 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
0000006b`c23ffbc0 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006b`c23ffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000003`297ff5f8 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000003`297ff600 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
00000003`297ff8f0 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
00000003`297ff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000003`28ffdd20 00007ff6`2c6c6051     postgres!should_output_to_server(
00000003`28ffdd50 00007ff6`2c74070f     postgres!errstart(
00000003`28ffdda0 00007ff6`2c7423c9     postgres!_dosmaperr(
00000003`28ffdde0 00007ff6`2c73da15     postgres!pgwin32_open_handle(
00000003`28ffde90 00007ff6`2c73d880     postgres!_pglstat64(
00000003`28ffe2f0 00007ff6`2c758191     postgres!_pgstat64(
00000003`28ffeb50 00007ff6`2c758327     postgres!validate_exec(
00000003`28fff000 00007ff6`2c75804b     postgres!find_my_exec(
00000003`28fff060 00007ff6`2c23f467     postgres!set_pglocale_pgservice(
00000003`28fff8a0 00007ff6`2c83b6a9     postgres!main(
core
00000003`293ff8e8 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000003`293ff8f0 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
00000003`293ffbe0 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
00000003`293ffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e9`2bffdf70 00007ff6`2c6c6051     postgres!should_output_to_server(
000000e9`2bffdfa0 00007ff6`2c74070f     postgres!errstart(
000000e9`2bffdff0 00007ff6`2c7423c9     postgres!_dosmaperr(
000000e9`2bffe030 00007ff6`2c73da15     postgres!pgwin32_open_handle(
000000e9`2bffe0e0 00007ff6`2c73d880     postgres!_pglstat64(
000000e9`2bffe540 00007ff6`2c758191     postgres!_pgstat64(
000000e9`2bffeda0 00007ff6`2c758327     postgres!validate_exec(
000000e9`2bfff250 00007ff6`2c75804b     postgres!find_my_exec(
000000e9`2bfff2b0 00007ff6`2c23f467     postgres!set_pglocale_pgservice(
000000e9`2bfffaf0 00007ff6`2c83b6a9     postgres!main(
core
000000e9`2c7ff6a8 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e9`2c7ff6b0 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
000000e9`2c7ff9a0 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e9`2c7ff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e9`2c3ff798 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e9`2c3ff7a0 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
000000e9`2c3ffa90 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e9`2c3ffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000029`7b9ffb58 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000029`7b9ffb60 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
00000029`7b9ffe50 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
00000029`7b9ffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000029`7b5fdb60 00007ff6`2c6c6051     postgres!should_output_to_server(
00000029`7b5fdb90 00007ff6`2c74070f     postgres!errstart(
00000029`7b5fdbe0 00007ff6`2c7423c9     postgres!_dosmaperr(
00000029`7b5fdc20 00007ff6`2c73da15     postgres!pgwin32_open_handle(
00000029`7b5fdcd0 00007ff6`2c73d880     postgres!_pglstat64(
00000029`7b5fe130 00007ff6`2c758191     postgres!_pgstat64(
00000029`7b5fe990 00007ff6`2c758327     postgres!validate_exec(
00000029`7b5fee40 00007ff6`2c75804b     postgres!find_my_exec(
00000029`7b5feea0 00007ff6`2c23f467     postgres!set_pglocale_pgservice(
00000029`7b5ff6e0 00007ff6`2c83b6a9     postgres!main(
core
00000029`7c1ff7c8 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000029`7c1ff7d0 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
00000029`7c1ffac0 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
00000029`7c1ffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000029`7bdff868 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000029`7bdff870 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
00000029`7bdffb60 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
00000029`7bdffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000047`105ff4b8 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000047`105ff4c0 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
00000047`105ff7b0 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
00000047`105ff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000047`101ff758 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000047`101ff760 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
00000047`101ffa50 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
00000047`101ffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000047`0fdfde70 00007ff6`2c6c6051     postgres!should_output_to_server(
00000047`0fdfdea0 00007ff6`2c74070f     postgres!errstart(
00000047`0fdfdef0 00007ff6`2c7423c9     postgres!_dosmaperr(
00000047`0fdfdf30 00007ff6`2c73da15     postgres!pgwin32_open_handle(
00000047`0fdfdfe0 00007ff6`2c73d880     postgres!_pglstat64(
00000047`0fdfe440 00007ff6`2c758191     postgres!_pgstat64(
00000047`0fdfeca0 00007ff6`2c758327     postgres!validate_exec(
00000047`0fdff150 00007ff6`2c75804b     postgres!find_my_exec(
00000047`0fdff1b0 00007ff6`2c23f467     postgres!set_pglocale_pgservice(
00000047`0fdff9f0 00007ff6`2c83b6a9     postgres!main(
core
000000ed`5c1ffba8 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ed`5c1ffbb0 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
000000ed`5c1ffea0 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ed`5c1ffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ed`5b9fe120 00007ff6`2c6c6051     postgres!should_output_to_server(
000000ed`5b9fe150 00007ff6`2c74070f     postgres!errstart(
000000ed`5b9fe1a0 00007ff6`2c7423c9     postgres!_dosmaperr(
000000ed`5b9fe1e0 00007ff6`2c73da15     postgres!pgwin32_open_handle(
000000ed`5b9fe290 00007ff6`2c73d880     postgres!_pglstat64(
000000ed`5b9fe6f0 00007ff6`2c758191     postgres!_pgstat64(
000000ed`5b9fef50 00007ff6`2c758327     postgres!validate_exec(
000000ed`5b9ff400 00007ff6`2c75804b     postgres!find_my_exec(
000000ed`5b9ff460 00007ff6`2c23f467     postgres!set_pglocale_pgservice(
000000ed`5b9ffca0 00007ff6`2c83b6a9     postgres!main(
core
000000ed`5bdffa38 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ed`5bdffa40 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
000000ed`5bdffd30 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ed`5bdffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007e`025fdbb0 00007ff6`2c6c6051     postgres!should_output_to_server(
0000007e`025fdbe0 00007ff6`2c74070f     postgres!errstart(
0000007e`025fdc30 00007ff6`2c7423c9     postgres!_dosmaperr(
0000007e`025fdc70 00007ff6`2c73da15     postgres!pgwin32_open_handle(
0000007e`025fdd20 00007ff6`2c73d880     postgres!_pglstat64(
0000007e`025fe180 00007ff6`2c758191     postgres!_pgstat64(
0000007e`025fe9e0 00007ff6`2c758327     postgres!validate_exec(
0000007e`025fee90 00007ff6`2c75804b     postgres!find_my_exec(
0000007e`025feef0 00007ff6`2c23f467     postgres!set_pglocale_pgservice(
0000007e`025ff730 00007ff6`2c83b6a9     postgres!main(
core
0000007e`029ff9f8 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007e`029ffa00 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
0000007e`029ffcf0 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007e`029ffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007e`02dffb98 00007ffc`c23eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007e`02dffba0 00007ffc`c10e4cb0     ntdll!TppWorkerThread+0x2df
0000007e`02dffe90 00007ffc`c245edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007e`02dffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
test
[21:45:03.734]   5/310 postgresql:regress / regress/regress                                            ERROR            ...
[21:45:03.734]   6/310 postgresql:isolation / isolation/isolation                                      ERROR            ...
[21:45:03.734]  45/310 postgresql:plpgsql / plpgsql/regress                                            ERROR            ...
[21:45:03.734]  47/310 postgresql:plperl / plperl/regress                                              ERROR            ...
[21:45:03.734]  48/310 postgresql:plpython / plpython/regress                                          ERROR            ...
[21:45:03.734]  49/310 postgresql:amcheck / amcheck/regress                                            ERROR            ...
[21:45:03.734]  50/310 postgresql:basic_archive / basic_archive/regress                                ERROR            ...
[21:45:03.734]  51/310 postgresql:bool_plperl / bool_plperl/regress                                    ERROR            ...
[21:45:03.734]  52/310 postgresql:bloom / bloom/regress                                                ERROR            ...
[21:45:03.734]  54/310 postgresql:btree_gin / btree_gin/regress                                        ERROR            ...
[21:45:03.734]  55/310 postgresql:citext / citext/regress                                              ERROR            ...
[21:45:03.734]  56/310 postgresql:btree_gist / btree_gist/regress                                      ERROR            ...
[21:45:03.734]  58/310 postgresql:cube / cube/regress                                                  ERROR            ...
[21:45:03.734]  57/310 postgresql:dblink / dblink/regress                                              ERROR            ...
[21:45:03.734]  59/310 postgresql:dict_int / dict_int/regress                                          ERROR            ...
[21:45:03.734]  60/310 postgresql:dict_xsyn / dict_xsyn/regress                                        ERROR            ...
[21:45:03.734]  61/310 postgresql:earthdistance / earthdistance/regress                                ERROR            ...
[21:45:03.734]  62/310 postgresql:file_fdw / file_fdw/regress                                          ERROR            ...
[21:45:03.734]  63/310 postgresql:fuzzystrmatch / fuzzystrmatch/regress                                ERROR            ...
[21:45:03.734]  64/310 postgresql:hstore / hstore/regress                                              ERROR            ...
[21:45:03.734]  65/310 postgresql:hstore_plpython / hstore_plpython/regress                            ERROR            ...
[21:45:03.734]  66/310 postgresql:hstore_plperl / hstore_plperl/regress                                ERROR            ...
[21:45:03.734]  68/310 postgresql:intarray / intarray/regress                                          ERROR            ...
[21:45:03.734]  69/310 postgresql:isn / isn/regress                                                    ERROR            ...
[21:45:03.734]  70/310 postgresql:jsonb_plperl / jsonb_plperl/regress                                  ERROR            ...
[21:45:03.734]  71/310 postgresql:jsonb_plpython / jsonb_plpython/regress                              ERROR            ...
[21:45:03.734]  73/310 postgresql:ltree / ltree/regress                                                ERROR            ...
[21:45:03.734]  72/310 postgresql:lo / lo/regress                                                      ERROR            ...
[21:45:03.734]  74/310 postgresql:ltree_plpython / ltree_plpython/regress                              ERROR            ...
[21:45:03.734]  75/310 postgresql:passwordcheck / passwordcheck/regress                                ERROR            ...
[21:45:03.734]  76/310 postgresql:pageinspect / pageinspect/regress                                    ERROR            ...
[21:45:03.734]  77/310 postgresql:pgrowlocks / pgrowlocks/isolation                                    ERROR            ...
[21:45:03.734]  78/310 postgresql:pgcrypto / pgcrypto/regress                                          ERROR            ...
[21:45:03.734]  79/310 postgresql:pg_buffercache / pg_buffercache/regress                              ERROR            ...
[21:45:03.734]  80/310 postgresql:pg_freespacemap / pg_freespacemap/regress                            ERROR            ...
[21:45:03.734]  81/310 postgresql:pg_logicalinspect / pg_logicalinspect/isolation                      ERROR            ...
[21:45:03.734]  82/310 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
[21:45:03.734]  83/310 postgresql:pgstattuple / pgstattuple/regress                                    ERROR            ...
[21:45:03.734]  84/310 postgresql:pg_visibility / pg_visibility/regress                                ERROR            ...
[21:45:03.734]  85/310 postgresql:pg_surgery / pg_surgery/regress                                      ERROR            ...
[21:45:03.734]  86/310 postgresql:pg_trgm / pg_trgm/regress                                            ERROR            ...
[21:45:03.734]  87/310 postgresql:pg_walinspect / pg_walinspect/regress                                ERROR            ...
[21:45:03.734]  88/310 postgresql:tablefunc / tablefunc/regress                                        ERROR            ...
[21:45:03.734]  89/310 postgresql:seg / seg/regress                                                    ERROR            ...
[21:45:03.734]  90/310 postgresql:postgres_fdw / postgres_fdw/regress                                  ERROR            ...
[21:45:03.734]  91/310 postgresql:tcn / tcn/isolation                                                  ERROR            ...
[21:45:03.734]  92/310 postgresql:test_decoding / test_decoding/regress                                ERROR            ...
[21:45:03.734]  93/310 postgresql:tsm_system_time / tsm_system_time/regress                            ERROR            ...
[21:45:03.734]  94/310 postgresql:test_decoding / test_decoding/isolation                              ERROR            ...
[21:45:03.734]  95/310 postgresql:tsm_system_rows / tsm_system_rows/regress                            ERROR            ...
[21:45:03.734]  96/310 postgresql:unaccent / unaccent/regress                                          ERROR            ...
[21:45:03.734]  97/310 postgresql:brin / brin/isolation                                                ERROR            ...
[21:45:03.734]  98/310 postgresql:commit_ts / commit_ts/regress                                        ERROR            ...
[21:45:03.734]  99/310 postgresql:delay_execution / delay_execution/isolation                          ERROR            ...
[21:45:03.734] 100/310 postgresql:dummy_index_am / dummy_index_am/regress                              ERROR            ...
[21:45:03.734] 101/310 postgresql:dummy_seclabel / dummy_seclabel/regress                              ERROR            ...
[21:45:03.734] 102/310 postgresql:gin / gin/regress                                                    ERROR            ...
[21:45:03.734] 103/310 postgresql:injection_points / injection_points/isolation                        ERROR            ...
[21:45:03.734] 104/310 postgresql:injection_points / injection_points/regress                          ERROR            ...
[21:45:03.734] 105/310 postgresql:plsample / plsample/regress                                          ERROR            ...
[21:45:03.734] 106/310 postgresql:spgist_name_ops / spgist_name_ops/regress                            ERROR            ...
[21:45:03.734] 107/310 postgresql:test_bloomfilter / test_bloomfilter/regress                          ERROR            ...
[21:45:03.734] 108/310 postgresql:test_copy_callbacks / test_copy_callbacks/regress                    ERROR            ...
[21:45:03.734] 109/310 postgresql:test_ddl_deparse / test_ddl_deparse/regress                          ERROR            ...
[21:45:03.734] 110/310 postgresql:test_dsa / test_dsa/regress                                          ERROR            ...
[21:45:03.734] 111/310 postgresql:test_dsm_registry / test_dsm_registry/regress                        ERROR            ...
[21:45:03.734] 112/310 postgresql:test_ginpostinglist / test_ginpostinglist/regress                    ERROR            ...
[21:45:03.734] 113/310 postgresql:test_integerset / test_integerset/regress                            ERROR            ...
[21:45:03.734] 114/310 postgresql:test_extensions / test_extensions/regress                            ERROR            ...
[21:45:03.734] 115/310 postgresql:test_lfind / test_lfind/regress                                      ERROR            ...
[21:45:03.734] 116/310 postgresql:test_parser / test_parser/regress                                    ERROR            ...
[21:45:03.734] 117/310 postgresql:test_pg_dump / test_pg_dump/regress                                  ERROR            ...
[21:45:03.734] 118/310 postgresql:test_oat_hooks / test_oat_hooks/regress                              ERROR            ...
[21:45:03.734] 119/310 postgresql:test_predtest / test_predtest/regress                                ERROR            ...
[21:45:03.734] 120/310 postgresql:test_radixtree / test_radixtree/regress                              ERROR            ...
[21:45:03.734] 122/310 postgresql:test_regex / test_regex/regress                                      ERROR            ...
[21:45:03.734] 123/310 postgresql:test_rbtree / test_rbtree/regress                                    ERROR            ...
[21:45:03.734] 124/310 postgresql:test_resowner / test_resowner/regress                                ERROR            ...
[21:45:03.734] 125/310 postgresql:test_rls_hooks / test_rls_hooks/regress                              ERROR            ...
[21:45:03.734] 127/310 postgresql:test_slru / test_slru/regress                                        ERROR            ...
[21:45:03.734] 126/310 postgresql:test_shm_mq / test_shm_mq/regress                                    ERROR            ...
[21:45:03.734] 130/310 postgresql:test_tidstore / test_tidstore/regress                                ERROR            ...
[21:45:03.734] 132/310 postgresql:typcache / typcache/regress                                          ERROR            ...
[21:45:03.734] 131/310 postgresql:unsafe_tests / unsafe_tests/regress                                  ERROR            ...
[21:45:03.734] 133/310 postgresql:ecpg / ecpg/ecpg                                                     ERROR            ...
51/5318 System views for versions reporting
Linux - Debian Bookworm - Meson
core
[19:33:26.094] #0  0x00007f9d729e5da4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[19:33:26.094] #1  0x00007f9d72992239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[19:33:26.094] #2  0x00007f9d72992497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[19:33:26.094] #3  0x0000563c8762f5c1 in ?? ()
[19:33:26.094] #4  0x0000563c87629369 in ?? ()
[19:33:26.094] #5  0x0000563c8762820f in ?? ()
[19:33:26.094] #6  0x0000563c87628c3b in ?? ()
[19:33:26.094] #7  0x0000563c8762666f in ?? ()
[19:33:26.094] #8  0x00007f9d7297d24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[19:33:26.094] #9  0x00007f9d7297d305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[19:33:25.831] #0  0x00007f40176aeda4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[19:33:25.831] #1  0x00007f401765b239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[19:33:25.831] #2  0x00007f4017716204 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[19:33:25.831] #3  0x00007f401772885c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[19:33:25.968] #0  0x00007f9d729e5da4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
core
[19:33:25.969] #0  <unavailable> in ?? ()
core
[19:33:25.193] #0  <unavailable> in ?? ()
core
[19:33:25.969] #0  0x00007f9d729e5da4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[19:33:25.969] #1  0x00007f9d72992239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[19:33:25.969] #2  0x00007f9d72992497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[19:33:25.969] #3  0x0000563c8762f5f3 in ?? ()
[19:33:25.969] #4  0x0000563c87629369 in ?? ()
[19:33:25.969] #5  0x0000563c8762820f in ?? ()
[19:33:25.969] #6  0x0000563c87628c3b in ?? ()
[19:33:25.969] #7  0x0000563c8762666f in ?? ()
[19:33:25.969] #8  0x00007f9d7297d24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[19:33:25.969] #9  0x00007f9d7297d305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[19:33:25.320] #0  0x00007f5fd3c04da4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[19:33:25.320] #1  0x00007f5fd3bb1239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[19:33:25.320] #2  0x00007f5fd3bb1497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[19:33:25.320] #3  0x000055aa288fd5c1 in ?? ()
[19:33:25.320] #4  0x000055aa288f7369 in ?? ()
[19:33:25.320] #5  0x000055aa288f620f in ?? ()
[19:33:25.320] #6  0x000055aa288f6c3b in ?? ()
[19:33:25.320] #7  0x000055aa288f466f in ?? ()
[19:33:25.320] #8  0x00007f5fd3b9c24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[19:33:25.320] #9  0x00007f5fd3b9c305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[19:33:25.831] #0  <unavailable> in ?? ()
core
[19:33:25.193] #0  0x00007f5fd3c04da4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[19:33:25.193] #1  0x00007f5fd3bb1239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[19:33:25.193] #2  0x00007f5fd3bb1497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[19:33:25.193] #3  0x000055aa288fd5f3 in ?? ()
[19:33:25.193] #4  0x000055aa288f7369 in ?? ()
[19:33:25.193] #5  0x000055aa288f620f in ?? ()
[19:33:25.193] #6  0x000055aa288f6c3b in ?? ()
[19:33:25.193] #7  0x000055aa288f466f in ?? ()
[19:33:25.193] #8  0x00007f5fd3b9c24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[19:33:25.193] #9  0x00007f5fd3b9c305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
test
[19:32:12.114] 301/315 postgresql:test_slru / test_slru/001_multixact                                  ERROR            ...
51/5284 database-specific role memberships
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/privs_in_db.out /tmp/cirrus-ci-build/build/testrun/regress-runni...
--- /tmp/cirrus-ci-build/src/test/regress/expected/privs_in_db.out	2024-12-18 19:02:24.453028000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress-running/regress/results/privs_in_db.out	2024-12-18 19:08:07.606038000 +00...
@@ -756,9 +756,10 @@
 DROP DATABASE regression_db_0;
 DROP ROLE regress_role_admin;
 SELECT datname FROM pg_database WHERE datname LIKE 'regression_db_%';
- datname 
----------
-(0 rows)
+      datname      
+-------------------
+ regression_dblink
+(1 row)
 
 SELECT rolname FROM pg_roles WHERE rolname LIKE 'regress_role_%';
  rolname 
test
[19:08:29.172] 75/76 postgresql:regress-running / regress-running/regress                         ERROR            25.38...
51/5405 Add 'make check-tests' behavior to the meson based builds
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/query_cancel.out /tmp/cirrus-ci-build/build/testrun/postgres...
--- /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/query_cancel.out	2024-12-18 18:44:23.379075137 +0000
+++ /tmp/cirrus-ci-build/build/testrun/postgres_fdw/regress/results/query_cancel.out	2024-12-18 18:49:17.381204981 +0000
@@ -29,4 +29,5 @@
 -- This would take very long if not canceled:
 SELECT count(*) FROM ft1 a CROSS JOIN ft1 b CROSS JOIN ft1 c CROSS JOIN ft1 d;
 ERROR:  canceling statement due to statement timeout
+WARNING:  could not get result of cancel request due to timeout
 COMMIT;
test
[18:50:48.050] 152/315 postgresql:postgres_fdw / postgres_fdw/regress                                  ERROR            ...
51/5404 Self contradictory examining on rel's baserestrictinfo
CompilerWarnings
compiler
[18:28:30.102] contradictory.c:1638:38: error: ‘one_elem’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[18:28:30.102] contradictory.c:1413:12: error: ‘varcollid’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[18:28:30.102] contradictory.c:757:25: error: ‘btest’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[18:27:50.528] contradictory.c:1413:12: error: ‘varcollid’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[18:27:50.528] contradictory.c:757:25: error: ‘btest’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[18:27:50.528] contradictory.c:1638:38: error: ‘one_elem’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[18:33:25.502] contradictory.c:757:25: error: ‘btest’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[18:33:25.502] contradictory.c:1413:12: error: ‘varcollid’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[18:33:25.502] contradictory.c:1638:38: error: ‘one_elem’ may be used uninitialized [-Werror=maybe-uninitialized]
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/btree_gin/expected/bool.out /tmp/cirrus-ci-build/build/testrun/btree_gin/regress/r...
--- /tmp/cirrus-ci-build/contrib/btree_gin/expected/bool.out	2024-12-18 18:26:42.096533000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/btree_gin/regress/results/bool.out	2024-12-18 18:29:20.057811000 +0000
@@ -109,15 +109,13 @@
 (6 rows)
 
 EXPLAIN (COSTS OFF) SELECT * FROM test_bool WHERE i>true ORDER BY i;
-                QUERY PLAN                 
--------------------------------------------
+           QUERY PLAN           
+--------------------------------
  Sort
    Sort Key: i
-   ->  Bitmap Heap Scan on test_bool
-         Recheck Cond: (i > true)
-         ->  Bitmap Index Scan on idx_bool
-               Index Cond: (i > true)
-(6 rows)
+   ->  Result
+         One-Time Filter: false
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/horology.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_p...
--- /tmp/cirrus-ci-build/src/test/regress/expected/horology.out	2024-12-18 18:26:43.700244000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/horology.out	2024-12-18 18:28:03.852135000...
@@ -2541,18 +2541,17 @@
 explain (costs off)
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
-                                 QUERY PLAN                                  
------------------------------------------------------------------------------
+         QUERY PLAN         
+----------------------------
  Aggregate
    ->  Seq Scan on date_tbl
-         Filter: ((f1 >= '01-01-1997'::date) AND (f1 <= '01-01-1998'::date))
-(3 rows)
+(2 rows)
 
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
  count 
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/horology.out /tmp/cirrus-ci-build/build/testrun/recovery/027_str...
--- /tmp/cirrus-ci-build/src/test/regress/expected/horology.out	2024-12-18 18:26:43.700244000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/horology.out	2024-12-18 18:28:40.8782810...
@@ -2541,18 +2541,17 @@
 explain (costs off)
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
-                                 QUERY PLAN                                  
------------------------------------------------------------------------------
+         QUERY PLAN         
+----------------------------
  Aggregate
    ->  Seq Scan on date_tbl
-         Filter: ((f1 >= '01-01-1997'::date) AND (f1 <= '01-01-1998'::date))
-(3 rows)
+(2 rows)
 
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
  count 
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/horology.out /tmp/cirrus-ci-build/build/testrun/regress/regress/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/horology.out	2024-12-18 18:26:43.700244000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/horology.out	2024-12-18 18:28:02.073028000 +0000
@@ -2541,18 +2541,17 @@
 explain (costs off)
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
-                                 QUERY PLAN                                  
------------------------------------------------------------------------------
+         QUERY PLAN         
+----------------------------
  Aggregate
    ->  Seq Scan on date_tbl
-         Filter: ((f1 >= '01-01-1997'::date) AND (f1 <= '01-01-1998'::date))
-(3 rows)
+(2 rows)
 
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
  count 
...
tap
[18:29:03.571](63.977s) not ok 5 - regression tests pass
tap
[18:29:57.458](80.557s) not ok 2 - regression tests pass
test
[18:31:51.563]   6/315 postgresql:regress / regress/regress                                            ERROR            ...
[18:31:51.563]  60/315 postgresql:btree_gin / btree_gin/regress                                        ERROR            ...
[18:31:51.563]  84/315 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[18:31:51.563] 159/315 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/contrib/btree_gin/expected/bool.out /tmp/cirrus-ci-build/contrib/btree_gin/results/bool.ou...
--- /tmp/cirrus-ci-build/contrib/btree_gin/expected/bool.out	2024-12-18 18:26:42.855348359 +0000
+++ /tmp/cirrus-ci-build/contrib/btree_gin/results/bool.out	2024-12-18 18:31:43.904447324 +0000
@@ -109,15 +109,13 @@
 (6 rows)
 
 EXPLAIN (COSTS OFF) SELECT * FROM test_bool WHERE i>true ORDER BY i;
-                QUERY PLAN                 
--------------------------------------------
+           QUERY PLAN           
+--------------------------------
  Sort
    Sort Key: i
-   ->  Bitmap Heap Scan on test_bool
-         Recheck Cond: (i > true)
-         ->  Bitmap Index Scan on idx_bool
-               Index Cond: (i > true)
-(6 rows)
+   ->  Result
+         One-Time Filter: false
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/horology.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/horology.out	2024-12-18 18:26:45.079462634 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/horology.out	2024-12-18 18:32:33.768639335 +0000
@@ -2541,18 +2541,18 @@
 explain (costs off)
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
-                                 QUERY PLAN                                  
------------------------------------------------------------------------------
+                 QUERY PLAN                 
+--------------------------------------------
  Aggregate
    ->  Seq Scan on date_tbl
-         Filter: ((f1 >= '01-01-1997'::date) AND (f1 <= '01-01-1998'::date))
+         Filter: (f1 <= '01-01-1998'::date)
 (3 rows)
 
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
  count 
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/horology.out /tmp/cirrus-ci-build/src/test/recovery/tmp_check/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/horology.out	2024-12-18 18:26:45.079462634 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/horology.out	2024-12-18 18:34:43.317209274 +0000
@@ -2541,18 +2541,18 @@
 explain (costs off)
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
-                                 QUERY PLAN                                  
------------------------------------------------------------------------------
+                 QUERY PLAN                 
+--------------------------------------------
  Aggregate
    ->  Seq Scan on date_tbl
-         Filter: ((f1 >= '01-01-1997'::date) AND (f1 <= '01-01-1998'::date))
+         Filter: (f1 <= '01-01-1998'::date)
 (3 rows)
 
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
  count 
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/horology.out /tmp/cirrus-ci-build/src/test/regress/results/horol...
--- /tmp/cirrus-ci-build/src/test/regress/expected/horology.out	2024-12-18 18:26:45.079462634 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/horology.out	2024-12-18 18:29:54.136619709 +0000
@@ -2541,18 +2541,18 @@
 explain (costs off)
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
-                                 QUERY PLAN                                  
------------------------------------------------------------------------------
+                 QUERY PLAN                 
+--------------------------------------------
  Aggregate
    ->  Seq Scan on date_tbl
-         Filter: ((f1 >= '01-01-1997'::date) AND (f1 <= '01-01-1998'::date))
+         Filter: (f1 <= '01-01-1998'::date)
 (3 rows)
 
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
  count 
...
tap
[18:34:25.755](120.996s) not ok 5 - regression tests pass
tap
[18:35:49.378](71.661s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Meson
core
[18:34:04.270] #0  0x00007fb2d2aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[18:34:04.270] #1  0x00007fb2d2a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[18:34:04.270] #2  0x00007fb2d2a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[18:34:04.270] #3  0x00007fb2d2c1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[18:34:04.270] #4  0x00007fb2d2c2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[18:34:04.270] #5  0x00007fb2d2c0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55560c18c8a...
[18:34:04.270] #6  0x000055560b443314 in examine_self_contradictory_rels (root=root@entry=0x55560c876e28, rel=rel@entry=...
[18:34:04.270] #7  0x000055560b443523 in examine_self_contradictory_rels_phase1 (root=root@entry=0x55560c876e28) at ../s...
[18:34:04.270] #8  0x000055560b40e4c6 in query_planner (root=root@entry=0x55560c876e28, qp_callback=qp_callback@entry=0x...
[18:34:04.270] #9  0x000055560b420f58 in grouping_planner (root=root@entry=0x55560c876e28, tuple_fraction=<optimized out...
core
[18:34:12.193] #0  0x00007fc6a36a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[18:34:12.193] #1  0x00007fc6a365afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[18:34:12.193] #2  0x00007fc6a3645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[18:34:12.193] #3  0x00007fc6a381e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[18:34:12.193] #4  0x00007fc6a382aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[18:34:12.193] #5  0x00007fc6a380dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55bf5c67b8a...
[18:34:12.193] #6  0x000055bf5b932314 in examine_self_contradictory_rels (root=root@entry=0x55bf5ec2bf28, rel=rel@entry=...
[18:34:12.193] #7  0x000055bf5b932523 in examine_self_contradictory_rels_phase1 (root=root@entry=0x55bf5ec2bf28) at ../s...
[18:34:12.193] #8  0x000055bf5b8fd4c6 in query_planner (root=root@entry=0x55bf5ec2bf28, qp_callback=qp_callback@entry=0x...
[18:34:12.193] #9  0x000055bf5b90ff58 in grouping_planner (root=root@entry=0x55bf5ec2bf28, tuple_fraction=<optimized out...
core
[18:34:11.650] #0  0x00007fb2d2aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[18:34:11.650] #1  0x00007fb2d2a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[18:34:11.650] #2  0x00007fb2d2a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[18:34:11.650] #3  0x00007fb2d2c1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[18:34:11.650] #4  0x00007fb2d2c2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[18:34:11.650] #5  0x00007fb2d2c0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55560c18c8a...
[18:34:11.650] #6  0x000055560b443314 in examine_self_contradictory_rels (root=root@entry=0x55560c77d808, rel=rel@entry=...
[18:34:11.650] #7  0x000055560b443523 in examine_self_contradictory_rels_phase1 (root=root@entry=0x55560c77d808) at ../s...
[18:34:11.650] #8  0x000055560b40e4c6 in query_planner (root=root@entry=0x55560c77d808, qp_callback=qp_callback@entry=0x...
[18:34:11.650] #9  0x000055560b420f58 in grouping_planner (root=root@entry=0x55560c77d808, tuple_fraction=<optimized out...
core
[18:34:10.031] #0  0x00007fb2d2aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[18:34:10.031] #1  0x00007fb2d2a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[18:34:10.031] #2  0x00007fb2d2a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[18:34:10.031] #3  0x00007fb2d2c1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[18:34:10.031] #4  0x00007fb2d2c2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[18:34:10.031] #5  0x00007fb2d2c0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55560c18c8a...
[18:34:10.031] #6  0x000055560b443314 in examine_self_contradictory_rels (root=root@entry=0x55560c86fde8, rel=rel@entry=...
[18:34:10.031] #7  0x000055560b443523 in examine_self_contradictory_rels_phase1 (root=root@entry=0x55560c86fde8) at ../s...
[18:34:10.031] #8  0x000055560b40e4c6 in query_planner (root=root@entry=0x55560c86fde8, qp_callback=qp_callback@entry=0x...
[18:34:10.031] #9  0x000055560b420f58 in grouping_planner (root=root@entry=0x55560c86fde8, tuple_fraction=<optimized out...
core
[18:34:06.353] #0  0x00007fb2d2aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[18:34:06.353] #1  0x00007fb2d2a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[18:34:06.353] #2  0x00007fb2d2a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[18:34:06.353] #3  0x00007fb2d2c1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[18:34:06.353] #4  0x00007fb2d2c2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[18:34:06.353] #5  0x00007fb2d2c0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55560c18c8a...
[18:34:06.353] #6  0x000055560b443314 in examine_self_contradictory_rels (root=root@entry=0x55560c685408, rel=rel@entry=...
[18:34:06.353] #7  0x000055560b443523 in examine_self_contradictory_rels_phase1 (root=root@entry=0x55560c685408) at ../s...
[18:34:06.353] #8  0x000055560b40e4c6 in query_planner (root=root@entry=0x55560c685408, qp_callback=qp_callback@entry=0x...
[18:34:06.353] #9  0x000055560b420f58 in grouping_planner (root=root@entry=0x55560c685408, tuple_fraction=<optimized out...
core
[18:34:08.082] #0  0x00007f90d0aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[18:34:08.082] #1  0x00007f90d0a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[18:34:08.082] #2  0x00007f90d0a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[18:34:08.082] #3  0x00007f90d0c1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[18:34:08.082] #4  0x00007f90d0c2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[18:34:08.082] #5  0x00007f90d0c0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x5583739b18a...
[18:34:08.082] #6  0x0000558372c68314 in examine_self_contradictory_rels (root=root@entry=0x5583749e40f8, rel=rel@entry=...
[18:34:08.082] #7  0x0000558372c68523 in examine_self_contradictory_rels_phase1 (root=root@entry=0x5583749e40f8) at ../s...
[18:34:08.082] #8  0x0000558372c334c6 in query_planner (root=root@entry=0x5583749e40f8, qp_callback=qp_callback@entry=0x...
[18:34:08.082] #9  0x0000558372c45f58 in grouping_planner (root=root@entry=0x5583749e40f8, tuple_fraction=<optimized out...
core
[18:34:02.834] #0  0x00007fefb04a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[18:34:02.834] #1  0x00007fefb045afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[18:34:02.834] #2  0x00007fefb0445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[18:34:02.834] #3  0x00007fefb061e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[18:34:02.834] #4  0x00007fefb062aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[18:34:02.834] #5  0x00007fefb060dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55a333d4c8a...
[18:34:02.834] #6  0x000055a333003314 in examine_self_contradictory_rels (root=root@entry=0x55a3351daa78, rel=rel@entry=...
[18:34:02.834] #7  0x000055a333003523 in examine_self_contradictory_rels_phase1 (root=root@entry=0x55a3351daa78) at ../s...
[18:34:02.834] #8  0x000055a332fce4c6 in query_planner (root=root@entry=0x55a3351daa78, qp_callback=qp_callback@entry=0x...
[18:34:02.834] #9  0x000055a332fe0f58 in grouping_planner (root=root@entry=0x55a3351daa78, tuple_fraction=<optimized out...
core
[18:34:04.799] #0  0x00007fc6a36a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[18:34:04.799] #1  0x00007fc6a365afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[18:34:04.799] #2  0x00007fc6a3645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[18:34:04.799] #3  0x00007fc6a381e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[18:34:04.799] #4  0x00007fc6a382aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[18:34:04.799] #5  0x00007fc6a380dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55bf5c67b8a...
[18:34:04.799] #6  0x000055bf5b932314 in examine_self_contradictory_rels (root=root@entry=0x55bf5ec2bf28, rel=rel@entry=...
[18:34:04.799] #7  0x000055bf5b932523 in examine_self_contradictory_rels_phase1 (root=root@entry=0x55bf5ec2bf28) at ../s...
[18:34:04.799] #8  0x000055bf5b8fd4c6 in query_planner (root=root@entry=0x55bf5ec2bf28, qp_callback=qp_callback@entry=0x...
[18:34:04.799] #9  0x000055bf5b90ff58 in grouping_planner (root=root@entry=0x55bf5ec2bf28, tuple_fraction=<optimized out...
regress
diff -U3 /tmp/cirrus-ci-build/contrib/btree_gin/expected/bool.out /tmp/cirrus-ci-build/build/testrun/btree_gin/regress/r...
--- /tmp/cirrus-ci-build/contrib/btree_gin/expected/bool.out	2024-12-18 18:26:39.004344705 +0000
+++ /tmp/cirrus-ci-build/build/testrun/btree_gin/regress/results/bool.out	2024-12-18 18:30:52.621483419 +0000
@@ -109,15 +109,13 @@
 (6 rows)
 
 EXPLAIN (COSTS OFF) SELECT * FROM test_bool WHERE i>true ORDER BY i;
-                QUERY PLAN                 
--------------------------------------------
+           QUERY PLAN           
+--------------------------------
  Sort
    Sort Key: i
-   ->  Bitmap Heap Scan on test_bool
-         Recheck Cond: (i > true)
-         ->  Bitmap Index Scan on idx_bool
-               Index Cond: (i > true)
-(6 rows)
+   ->  Result
+         One-Time Filter: false
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/horology.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_p...
--- /tmp/cirrus-ci-build/src/test/regress/expected/horology.out	2024-12-18 18:26:41.035532001 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/horology.out	2024-12-18 18:30:09.989479272...
@@ -2541,1334 +2541,7 @@
 explain (costs off)
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
-                                 QUERY PLAN                                  
------------------------------------------------------------------------------
- Aggregate
-   ->  Seq Scan on date_tbl
-         Filter: ((f1 >= '01-01-1997'::date) AND (f1 <= '01-01-1998'::date))
-(3 rows)
-
-select count(*) from date_tbl
-  where f1 between symmetric '1997-01-01' and '1998-01-01';
- count 
--------
-     3
-(1 row)
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/horology.out /tmp/cirrus-ci-build/build/testrun/recovery/027_str...
--- /tmp/cirrus-ci-build/src/test/regress/expected/horology.out	2024-12-18 18:26:41.035532001 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/horology.out	2024-12-18 18:30:36.4134875...
@@ -2541,1334 +2541,7 @@
 explain (costs off)
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
-                                 QUERY PLAN                                  
------------------------------------------------------------------------------
- Aggregate
-   ->  Seq Scan on date_tbl
-         Filter: ((f1 >= '01-01-1997'::date) AND (f1 <= '01-01-1998'::date))
-(3 rows)
-
-select count(*) from date_tbl
-  where f1 between symmetric '1997-01-01' and '1998-01-01';
- count 
--------
-     3
-(1 row)
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/horology.out /tmp/cirrus-ci-build/build/testrun/regress/regress/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/horology.out	2024-12-18 18:26:41.035532001 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/horology.out	2024-12-18 18:30:04.977490213 +0000
@@ -2541,1334 +2541,7 @@
 explain (costs off)
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
-                                 QUERY PLAN                                  
------------------------------------------------------------------------------
- Aggregate
-   ->  Seq Scan on date_tbl
-         Filter: ((f1 >= '01-01-1997'::date) AND (f1 <= '01-01-1998'::date))
-(3 rows)
-
-select count(*) from date_tbl
-  where f1 between symmetric '1997-01-01' and '1998-01-01';
- count 
--------
-     3
-(1 row)
...
tap
[18:31:21.894](0.812s) not ok 20 - pg_amcheck of db1.s1 excluding indexes status (got 1 vs expected 0)
[18:31:21.895](0.000s) not ok 22 - pg_amcheck of db1.s1 excluding indexes stderr /(?^:^$)/
[18:31:22.526](0.631s) not ok 23 - pg_amcheck of db2.s1 excluding indexes status (got 1 vs expected 2)
[18:31:22.526](0.000s) not ok 24 - pg_amcheck of db2.s1 excluding indexes stdout /(?^:could not open file ".*": No such ...
[18:31:22.527](0.000s) not ok 25 - pg_amcheck of db2.s1 excluding indexes stderr /(?^:^$)/
[18:31:22.667](0.033s) not ok 34 - pg_amcheck in schema s4 excluding toast reports no corruption status (got 1 vs expect...
[18:31:22.668](0.000s) not ok 36 - pg_amcheck in schema s4 excluding toast reports no corruption stderr /(?^:^$)/
[18:31:22.696](0.028s) not ok 37 - pg_amcheck over schema s5 reports no corruption status (got 1 vs expected 0)
[18:31:22.697](0.000s) not ok 39 - pg_amcheck over schema s5 reports no corruption stderr /(?^:^$)/
[18:31:22.734](0.036s) not ok 40 - pg_amcheck over schema s1 with corrupt indexes excluded reports no corruption status ...
[18:31:22.735](0.000s) not ok 42 - pg_amcheck over schema s1 with corrupt indexes excluded reports no corruption stderr ...
[18:31:22.747](0.012s) not ok 43 - pg_amcheck over schema s1 with all indexes excluded reports no corruption status (got...
[18:31:22.748](0.000s) not ok 45 - pg_amcheck over schema s1 with all indexes excluded reports no corruption stderr /(?^...
[18:31:22.774](0.025s) not ok 46 - pg_amcheck over schema s2 with corrupt tables excluded reports no corruption status (...
[18:31:22.774](0.000s) not ok 48 - pg_amcheck over schema s2 with corrupt tables excluded reports no corruption stderr /...
[18:31:22.884](0.044s) not ok 55 - pg_amcheck smoke test --parent-check status (got 1 vs expected 2)
[18:31:22.885](0.000s) not ok 56 - pg_amcheck smoke test --parent-check stdout /(?^:index ".*" lacks a main relation for...
[18:31:22.885](0.000s) not ok 57 - pg_amcheck smoke test --parent-check stderr /(?^:^$)/
[18:31:22.913](0.028s) not ok 58 - pg_amcheck smoke test --heapallindexed --rootdescend status (got 1 vs expected 2)
[18:31:22.914](0.000s) not ok 59 - pg_amcheck smoke test --heapallindexed --rootdescend stdout /(?^:index ".*" lacks a m...
[18:31:22.914](0.000s) not ok 60 - pg_amcheck smoke test --heapallindexed --rootdescend stderr /(?^:^$)/
[18:31:22.953](0.038s) not ok 61 - pg_amcheck excluding all corrupt schemas status (got 1 vs expected 0)
[18:31:22.954](0.000s) not ok 63 - pg_amcheck excluding all corrupt schemas stderr /(?^:^$)/
[18:31:23.020](0.066s) not ok 64 - pg_amcheck smoke test --parent-check --checkunique status (got 1 vs expected 2)
[18:31:23.021](0.000s) not ok 65 - pg_amcheck smoke test --parent-check --checkunique stdout /(?^:index ".*" lacks a mai...
[18:31:23.021](0.000s) not ok 66 - pg_amcheck smoke test --parent-check --checkunique stderr /(?^:^$)/
[18:31:23.077](0.056s) not ok 67 - pg_amcheck smoke test --heapallindexed --rootdescend --checkunique status (got 1 vs e...
[18:31:23.078](0.000s) not ok 68 - pg_amcheck smoke test --heapallindexed --rootdescend --checkunique stdout /(?^:index ...
[18:31:23.078](0.000s) not ok 69 - pg_amcheck smoke test --heapallindexed --rootdescend --checkunique stderr /(?^:^$)/
[18:31:23.132](0.054s) not ok 70 - pg_amcheck excluding all corrupt schemas with --checkunique option status (got 1 vs e...
[18:31:23.133](0.000s) not ok 72 - pg_amcheck excluding all corrupt schemas with --checkunique option stderr /(?^:^$)/
tap
[18:30:17.934](13.703s) not ok 5 - regression tests pass
[18:30:19.658](1.691s) not ok 6 - dump before running pg_upgrade
tap
[18:30:42.246](11.596s) not ok 2 - regression tests pass
test
[18:32:54.114]  15/315 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[18:32:54.114]   6/315 postgresql:regress / regress/regress                                            ERROR            ...
[18:32:54.114]  41/315 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[18:32:54.114]  60/315 postgresql:btree_gin / btree_gin/regress                                        ERROR            ...
[18:32:54.114] 153/315 postgresql:pg_amcheck / pg_amcheck/003_check                                    ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/contrib/btree_gin/expected/bool.out /Users/admin/pgsql/build/testrun/btree_gin/regress/resul...
--- /Users/admin/pgsql/contrib/btree_gin/expected/bool.out	2024-12-18 18:26:10
+++ /Users/admin/pgsql/build/testrun/btree_gin/regress/results/bool.out	2024-12-18 18:29:25
@@ -109,15 +109,13 @@
 (6 rows)
 
 EXPLAIN (COSTS OFF) SELECT * FROM test_bool WHERE i>true ORDER BY i;
-                QUERY PLAN                 
--------------------------------------------
+           QUERY PLAN           
+--------------------------------
  Sort
    Sort Key: i
-   ->  Bitmap Heap Scan on test_bool
-         Recheck Cond: (i > true)
-         ->  Bitmap Index Scan on idx_bool
-               Index Cond: (i > true)
-(6 rows)
+   ->  Result
+         One-Time Filter: false
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/horology.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_up...
--- /Users/admin/pgsql/src/test/regress/expected/horology.out	2024-12-18 18:26:12
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/horology.out	2024-12-18 18:28:07
@@ -2541,18 +2541,17 @@
 explain (costs off)
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
-                                 QUERY PLAN                                  
------------------------------------------------------------------------------
+         QUERY PLAN         
+----------------------------
  Aggregate
    ->  Seq Scan on date_tbl
-         Filter: ((f1 >= '01-01-1997'::date) AND (f1 <= '01-01-1998'::date))
-(3 rows)
+(2 rows)
 
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
  count 
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/horology.out /Users/admin/pgsql/build/testrun/recovery/027_stream_...
--- /Users/admin/pgsql/src/test/regress/expected/horology.out	2024-12-18 18:26:12
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/horology.out	2024-12-18 18:28:52
@@ -2541,18 +2541,17 @@
 explain (costs off)
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
-                                 QUERY PLAN                                  
------------------------------------------------------------------------------
+         QUERY PLAN         
+----------------------------
  Aggregate
    ->  Seq Scan on date_tbl
-         Filter: ((f1 >= '01-01-1997'::date) AND (f1 <= '01-01-1998'::date))
-(3 rows)
+(2 rows)
 
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
  count 
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/horology.out /Users/admin/pgsql/build/testrun/regress/regress/resu...
--- /Users/admin/pgsql/src/test/regress/expected/horology.out	2024-12-18 18:26:12
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/horology.out	2024-12-18 18:28:05
@@ -2541,18 +2541,17 @@
 explain (costs off)
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
-                                 QUERY PLAN                                  
------------------------------------------------------------------------------
+         QUERY PLAN         
+----------------------------
  Aggregate
    ->  Seq Scan on date_tbl
-         Filter: ((f1 >= '01-01-1997'::date) AND (f1 <= '01-01-1998'::date))
-(3 rows)
+(2 rows)
 
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
  count 
...
tap
[18:28:46.383](43.139s) not ok 5 - regression tests pass
tap
[18:29:40.996](53.764s) not ok 2 - regression tests pass
test
[18:31:43.355]  27/315 postgresql:regress / regress/regress                                            ERROR            ...
[18:31:43.355]  48/315 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[18:31:43.355]  59/315 postgresql:btree_gin / btree_gin/regress                                        ERROR            ...
[18:31:43.355] 146/315 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/contrib/btree_gin/expected/bool.out C:/cirrus/build/testrun/btree_gin/regress/res...
--- C:/cirrus/contrib/btree_gin/expected/bool.out	2024-12-18 18:26:48.791428000 +0000
+++ C:/cirrus/build/testrun/btree_gin/regress/results/bool.out	2024-12-18 18:32:56.689189300 +0000
@@ -109,15 +109,13 @@
 (6 rows)
 
 EXPLAIN (COSTS OFF) SELECT * FROM test_bool WHERE i>true ORDER BY i;
-                QUERY PLAN                 
--------------------------------------------
+           QUERY PLAN           
+--------------------------------
  Sort
    Sort Key: i
-   ->  Bitmap Heap Scan on test_bool
-         Recheck Cond: (i > true)
-         ->  Bitmap Index Scan on idx_bool
-               Index Cond: (i > true)
-(6 rows)
+   ->  Result
+         One-Time Filter: false
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/horology.out C:/cirrus/build/testrun/pg_upgrade/002_pg_...
--- C:/cirrus/src/test/regress/expected/horology.out	2024-12-18 18:26:53.432044500 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/horology.out	2024-12-18 18:29:05.670072800 +0000
@@ -2541,18 +2541,17 @@
 explain (costs off)
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
-                                 QUERY PLAN                                  
------------------------------------------------------------------------------
+         QUERY PLAN         
+----------------------------
  Aggregate
    ->  Seq Scan on date_tbl
-         Filter: ((f1 >= '01-01-1997'::date) AND (f1 <= '01-01-1998'::date))
-(3 rows)
+(2 rows)
 
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
  count 
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/horology.out C:/cirrus/build/testrun/recovery/027_strea...
--- C:/cirrus/src/test/regress/expected/horology.out	2024-12-18 18:26:53.432044500 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/horology.out	2024-12-18 18:31:40.398128300 +0000
@@ -2541,18 +2541,17 @@
 explain (costs off)
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
-                                 QUERY PLAN                                  
------------------------------------------------------------------------------
+         QUERY PLAN         
+----------------------------
  Aggregate
    ->  Seq Scan on date_tbl
-         Filter: ((f1 >= '01-01-1997'::date) AND (f1 <= '01-01-1998'::date))
-(3 rows)
+(2 rows)
 
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
  count 
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/horology.out C:/cirrus/build/testrun/regress/regress/re...
--- C:/cirrus/src/test/regress/expected/horology.out	2024-12-18 18:26:53.432044500 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/horology.out	2024-12-18 18:28:59.246258300 +0000
@@ -2541,18 +2541,17 @@
 explain (costs off)
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
-                                 QUERY PLAN                                  
------------------------------------------------------------------------------
+         QUERY PLAN         
+----------------------------
  Aggregate
    ->  Seq Scan on date_tbl
-         Filter: ((f1 >= '01-01-1997'::date) AND (f1 <= '01-01-1998'::date))
-(3 rows)
+(2 rows)
 
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
  count 
...
tap
[18:30:56.032](119.430s) not ok 5 - regression tests pass
tap
[18:33:36.484](141.309s) not ok 2 - regression tests pass
test
[18:40:39.314]   6/310 postgresql:regress / regress/regress                                            ERROR           1...
[18:40:39.314]  38/310 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[18:40:39.314]  63/310 postgresql:btree_gin / btree_gin/regress                                        ERROR            ...
[18:40:39.314] 112/310 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5291 Remove an unnecessary check on semijoin_target_ok() on postgres_fdw.c
FreeBSD - 13 - Meson
test
[17:55:35.719] 244/315 postgresql:postmaster / postmaster/001_connection_limits                        ERROR            ...
51/5410 Disable installcheck for tap and regress tests for injection_points module
FreeBSD - 13 - Meson
assertion
TRAP: failed Assert("TransactionIdIsValid(proc->xid)"), File: "../src/backend/storage/ipc/procarray.c", Line: 677, PID: ...
core
[17:38:55.812] #0  0x000000082cc3941a in thr_kill () from /lib/libc.so.7
[17:38:55.812] #1  0x000000082cbb2e64 in raise () from /lib/libc.so.7
[17:38:55.812] #2  0x000000082cc636f9 in abort () from /lib/libc.so.7
[17:38:55.812] #3  0x0000000000aa28b5 in ExceptionalCondition (conditionName=0x3611ac "TransactionIdIsValid(proc->xid)",...
[17:38:55.812] #4  0x000000000091913d in ProcArrayEndTransaction (proc=0x843c29af8, latestXid=latestXid@entry=750) at .....
[17:38:55.812] #5  0x000000000066100f in AbortTransaction () at ../src/backend/access/transam/xact.c:2946
[17:38:55.812] #6  0x000000000065ec1a in AbortCurrentTransactionInternal () at ../src/backend/access/transam/xact.c:3598
[17:38:55.812] #7  AbortCurrentTransaction () at ../src/backend/access/transam/xact.c:3449
[17:38:55.812] #8  0x000000000094562e in PostgresMain (dbname=<optimized out>, username=<optimized out>) at ../src/backe...
[17:38:55.812] #9  0x0000000000940ab9 in BackendMain (startup_data=<optimized out>, startup_data_len=<optimized out>) at...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/crash.out /tmp/cirrus-ci-build/build/testrun/in...
--- /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/crash.out	2024-12-18 17:33:12.601814000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/injection_points/isolation/results/crash.out	2024-12-18 17:35:36.397734000 +0000
@@ -23,4 +23,16 @@
 
 step c2: COMMIT;
 ERROR:  could not serialize access due to read/write dependencies among transactions
-step c3: COMMIT;
+s2: WARNING:  AbortTransaction while in ABORT state
+ERROR:  ResourceOwnerEnlarge called after release started
+server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
+
+s3: WARNING:  terminating connection because of crash of another server process
+DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because anothe...
+HINT:  In a moment you should be able to reconnect to the database and repeat your command.
+PQconsumeInput failed: server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
...
test
[17:37:41.231] 114/315 postgresql:injection_points / injection_points/isolation                        ERROR            ...
Linux - Debian Bookworm - Autoconf
assertion
TRAP: failed Assert("TransactionIdIsValid(proc->xid)"), File: "procarray.c", Line: 677, PID: 36532
core
[17:43:04.628] #0  0x00007f76bf8abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[17:43:04.628] #1  0x00007f76bf85cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[17:43:04.628] #2  0x00007f76bf847472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[17:43:04.628] #3  0x000055dddd474424 in ExceptionalCondition (conditionName=conditionName@entry=0x55dddd8288c0 "Transac...
[17:43:04.628] #4  0x000055dddd0f78e1 in ProcArrayEndTransaction (proc=0x7f76bb645440, latestXid=750) at procarray.c:677
[17:43:04.628] #5  0x000055dddc92499e in AbortTransaction () at xact.c:2946
[17:43:04.628] #6  0x000055dddc9262f0 in AbortCurrentTransactionInternal () at xact.c:3531
[17:43:04.628] #7  0x000055dddc92642f in AbortCurrentTransaction () at xact.c:3449
[17:43:04.628] #8  0x000055dddd162e58 in PostgresMain (dbname=dbname@entry=0x62900001b3a8 "isolation_regression", userna...
[17:43:04.628] #9  0x000055dddd155c1c in BackendMain (startup_data=startup_data@entry=0x7ffe3c8ca500 "", startup_data_le...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/crash.out /tmp/cirrus-ci-build/src/test/modules...
--- /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/crash.out	2024-12-18 17:33:09.195102605 +0000
+++ /tmp/cirrus-ci-build/src/test/modules/injection_points/output_iso/results/crash.out	2024-12-18 17:37:56.433881665 +0...
@@ -23,4 +23,10 @@
 
 step c2: COMMIT;
 ERROR:  could not serialize access due to read/write dependencies among transactions
+s2: WARNING:  AbortTransaction while in ABORT state
+ERROR:  ResourceOwnerEnlarge called after release started
+server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
+
 step c3: COMMIT;
diff -U3 /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/inplace.out /tmp/cirrus-ci-build/src/test/modul...
--- /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/inplace.out	2024-12-18 17:33:09.195102605 +0000
+++ /tmp/cirrus-ci-build/src/test/modules/injection_points/output_iso/results/inplace.out	2024-12-18 17:37:57.221887779 ...
@@ -45,296 +45,9 @@
 f                
 (1 row)
...
Linux - Debian Bookworm - Meson
assertion
TRAP: failed Assert("TransactionIdIsValid(proc->xid)"), File: "../src/backend/storage/ipc/procarray.c", Line: 677, PID: ...
core
[17:39:10.134] #0  0x00007f51296a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[17:39:10.134] #1  0x00007f512965afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[17:39:10.134] #2  0x00007f5129645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[17:39:10.134] #3  0x000055646556fad7 in ExceptionalCondition (conditionName=conditionName@entry=0x55646582b548 "Transac...
[17:39:10.134] #4  0x000055646527f307 in ProcArrayEndTransaction (proc=0x7f51269f5ac0, latestXid=750) at ../src/backend/...
[17:39:10.134] #5  0x0000556464ce0fce in AbortTransaction () at ../src/backend/access/transam/xact.c:2946
[17:39:10.134] #6  0x0000556464ce1fc5 in AbortCurrentTransactionInternal () at ../src/backend/access/transam/xact.c:3531
[17:39:10.134] #7  0x0000556464ce2069 in AbortCurrentTransaction () at ../src/backend/access/transam/xact.c:3449
[17:39:10.134] #8  0x00005564652d9e5b in PostgresMain (dbname=<optimized out>, username=<optimized out>) at ../src/backe...
[17:39:10.134] #9  0x00005564652d0228 in BackendMain (startup_data=<optimized out>, startup_data_len=<optimized out>) at...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/crash.out /tmp/cirrus-ci-build/build/testrun/in...
--- /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/crash.out	2024-12-18 17:33:09.912870723 +0000
+++ /tmp/cirrus-ci-build/build/testrun/injection_points/isolation/results/crash.out	2024-12-18 17:36:00.502703858 +0000
@@ -23,4 +23,10 @@
 
 step c2: COMMIT;
 ERROR:  could not serialize access due to read/write dependencies among transactions
+s2: WARNING:  AbortTransaction while in ABORT state
+ERROR:  ResourceOwnerEnlarge called after release started
+server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
+
 step c3: COMMIT;
diff -U3 /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/inplace.out /tmp/cirrus-ci-build/build/testrun/...
--- /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/inplace.out	2024-12-18 17:33:09.912870723 +0000
+++ /tmp/cirrus-ci-build/build/testrun/injection_points/isolation/results/inplace.out	2024-12-18 17:36:01.290699439 +000...
@@ -47,294 +47,6 @@
 
 
...
test
[17:38:01.722] 315/315 postgresql:injection_points / injection_points/isolation                        ERROR           1...
macOS - Sonoma - Meson
assertion
TRAP: failed Assert("TransactionIdIsValid(proc->xid)"), File: "../src/backend/storage/ipc/procarray.c", Line: 677, PID: ...
core
[17:41:50.912]   * frame #0: 0x000000019dbd95f0 libsystem_kernel.dylib`__pthread_kill + 8
[17:41:50.912]     frame #1: 0x000000019dc11c20 libsystem_pthread.dylib`pthread_kill + 288
[17:41:50.912]     frame #2: 0x000000019db1ea30 libsystem_c.dylib`abort + 180
[17:41:50.912]     frame #3: 0x0000000104e65118 postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[17:41:50.912]     frame #4: 0x0000000104d08c18 postgres`ProcArrayEndTransaction(proc=0x0000000138bb2f78, latestXid=<una...
[17:41:50.912]     frame #5: 0x0000000104ab96e8 postgres`AbortTransaction at xact.c:2946:2
[17:41:50.912]     frame #6: 0x0000000104ab7ccc postgres`AbortCurrentTransaction [inlined] AbortCurrentTransactionIntern...
[17:41:50.912]     frame #7: 0x0000000104ab7c9c postgres`AbortCurrentTransaction at xact.c:3449:10
[17:41:50.912]     frame #8: 0x0000000104d30df0 postgres`PostgresMain(dbname=<unavailable>, username=<unavailable>) at p...
[17:41:50.912]     frame #9: 0x0000000104d2cd4c postgres`BackendMain(startup_data=<unavailable>, startup_data_len=<unava...
core
[17:42:20.388]   * frame #0: 0x0000000104918810 dyld`invocation function for block in dyld3::MachOLoaded::fixupAllChaine...
[17:42:20.388]     frame #1: 0x0000000104913cf8 dyld`dyld3::MachOFile::walkChain(Diagnostics&, mach_o::ChainedFixupPoint...
[17:42:20.388]     frame #2: 0x0000000104918924 dyld`dyld3::MachOLoaded::forEachFixupInSegmentChains(Diagnostics&, dyld_...
[17:42:20.388]     frame #3: 0x000000010491865c dyld`dyld3::MachOLoaded::forEachFixupInAllChains(Diagnostics&, dyld_chai...
[17:42:20.388]     frame #4: 0x00000001049185f8 dyld`dyld3::MachOLoaded::fixupAllChainedFixups(Diagnostics&, dyld_chaine...
[17:42:20.388]     frame #5: 0x00000001048c62dc dyld`invocation function for block in dyld4::rebaseSelf(dyld3::MachOAnal...
[17:42:20.388]     frame #6: 0x0000000104920498 dyld`dyld3::MachOAnalyzer::withChainStarts(Diagnostics&, unsigned long l...
[17:42:20.388]     frame #7: 0x00000001048c58d4 dyld`start + 300
regress
diff -U3 /Users/admin/pgsql/src/test/modules/injection_points/expected/crash.out /Users/admin/pgsql/build/testrun/inject...
--- /Users/admin/pgsql/src/test/modules/injection_points/expected/crash.out	2024-12-18 17:33:11
+++ /Users/admin/pgsql/build/testrun/injection_points/isolation/results/crash.out	2024-12-18 17:36:25
@@ -23,4 +23,16 @@
 
 step c2: COMMIT;
 ERROR:  could not serialize access due to read/write dependencies among transactions
+s2: WARNING:  AbortTransaction while in ABORT state
+ERROR:  ResourceOwnerEnlarge called after release started
+server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
+
 step c3: COMMIT;
+s3: WARNING:  terminating connection because of crash of another server process
+DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because anothe...
+HINT:  In a moment you should be able to reconnect to the database and repeat your command.
+teardown failed: server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
...
test
[17:38:11.577] 130/315 postgresql:injection_points / injection_points/isolation                        ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
assertion
TRAP: failed Assert("TransactionIdIsValid(proc->xid)"), File: "../src/backend/storage/ipc/procarray.c", Line: 677, PID: ...
core
00000009`90dff4a8 00007ffe`979ab77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000009`90dff4b0 00007ffe`96564cb0     ntdll!TppWorkerThread+0x2df
00000009`90dff7a0 00007ffe`97a1edcb     KERNEL32!BaseThreadInitThunk+0x10
00000009`90dff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000009`8fdff640 00007ff7`76de5118     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000009`8fdff680 00007ff7`76b6834c     postgres!ExceptionalCondition(
00000009`8fdff6c0 00007ff7`7670c823     postgres!ProcArrayEndTransaction(
00000009`8fdff6f0 00007ff7`7670e0c3     postgres!AbortTransaction(void)+0x223 [c:\cirrus\src\backend\access\transam\xact...
00000009`8fdff740 00007ff7`76708c19     postgres!AbortCurrentTransactionInternal(void)+0xc3 [c:\cirrus\src\backend\acces...
00000009`8fdff780 00007ff7`76baa25a     postgres!AbortCurrentTransaction(void)+0x9 [c:\cirrus\src\backend\access\transam...
00000009`8fdff7b0 00007ff7`76ba460d     postgres!PostgresMain(
00000009`8fdff9c0 00007ff7`76aa33f7     postgres!BackendMain(
00000009`8fdffa00 00007ff7`7695f1a9     postgres!SubPostmasterMain(
00000009`8fdffa70 00007ff7`76f5b159     postgres!main(
core
00000009`901ff698 00007ffe`979ab77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000009`901ff6a0 00007ffe`96564cb0     ntdll!TppWorkerThread+0x2df
00000009`901ff990 00007ffe`97a1edcb     KERNEL32!BaseThreadInitThunk+0x10
00000009`901ff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000009`905ffd58 00007ffe`950445ca     ntdll!NtFsControlFile+0x14
00000009`905ffd60 00007ff7`76a9782b     KERNELBASE!ConnectNamedPipe+0x6a
00000009`905ffdd0 00007ffe`96564cb0     postgres!pg_signal_thread(
00000009`905ffed0 00007ffe`97a1edcb     KERNEL32!BaseThreadInitThunk+0x10
00000009`905fff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000009`909ffd18 00007ffe`94ffd71e     ntdll!NtWaitForSingleObject+0x14
00000009`909ffd20 00007ff7`76a992cc     KERNELBASE!WaitForSingleObjectEx+0x8e
00000009`909ffdc0 00007ffe`96564cb0     postgres!pg_timer_thread(
00000009`909ffe00 00007ffe`97a1edcb     KERNEL32!BaseThreadInitThunk+0x10
00000009`909ffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/modules/injection_points/expected/crash.out C:/cirrus/build/testrun/inje...
--- C:/cirrus/src/test/modules/injection_points/expected/crash.out	2024-12-18 17:33:22.513451400 +0000
+++ C:/cirrus/build/testrun/injection_points/isolation/results/crash.out	2024-12-18 17:39:44.936007300 +0000
@@ -23,4 +23,10 @@
 
 step c2: COMMIT;
 ERROR:  could not serialize access due to read/write dependencies among transactions
+ERROR:  ResourceOwnerEnlarge called after release started
+s2: WARNING:  AbortTransaction while in ABORT state
+server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
+
 step c3: COMMIT;
test
[17:45:44.384] 118/310 postgresql:injection_points / injection_points/isolation                        ERROR            ...
51/5117 VACUUM FULL / CLUSTER CONCURRENTLY
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/cluster.out /tmp/cirrus-ci-build/build/testrun/...
--- /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/cluster.out	2024-12-18 13:01:09.267999000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/injection_points-running/isolation/results/cluster.out	2024-12-18 13:06:58.969588...
@@ -8,7 +8,8 @@
 
 step wait_before_lock: 
 	CLUSTER (CONCURRENTLY) clstr_test USING clstr_test_pkey;
- <waiting ...>
+
+ERROR:  logical decoding requires "wal_level" >= "logical"
 step change_existing: 
 	UPDATE clstr_test SET i=10 where i=1;
 	UPDATE clstr_test SET j=20 where i=2;
@@ -63,12 +64,7 @@
 step wakeup_before_lock: 
 	SELECT injection_points_wakeup('cluster-concurrently-before-lock');
 
-injection_points_wakeup
------------------------
-                       
...
test
[13:07:30.197] 71/76 postgresql:injection_points-running / injection_points-running/isolation     ERROR             4.24...
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[13:02:03.052] ../src/backend/commands/cluster.c(4401): warning C4129: '%': unrecognized character escape sequence
51/4904 SQL Property Graph Queries (SQL/PGQ)
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/rowsecurity.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/00...
--- /tmp/cirrus-ci-build/src/test/regress/expected/rowsecurity.out	2024-12-18 12:37:24.640788000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/rowsecurity.out	2024-12-18 12:39:35.169360...
@@ -344,6 +344,7 @@
 EXPLAIN (COSTS OFF) SELECT * FROM GRAPH_TABLE (acc_cat
                             MATCH (u : uaccount)-[d : document WHERE f_leak(d.dtitle)]->(c : category)
                             COLUMNS (u.pguser, d.did, d.dlevel, d.dtitle, c.cid, c.cname)) ORDER BY did;
+WARNING:  outfuncs/readfuncs failed to produce an equal rewritten parse tree
                                       QUERY PLAN                                      
 --------------------------------------------------------------------------------------
  Sort
@@ -451,6 +452,7 @@
 EXPLAIN (COSTS OFF) SELECT * FROM GRAPH_TABLE (acc_cat
                             MATCH (u : uaccount)-[d : document WHERE f_leak(d.dtitle)]->(c : category)
                             COLUMNS (u.pguser, d.did, d.dlevel, d.dtitle, c.cid, c.cname)) ORDER BY did;
+WARNING:  outfuncs/readfuncs failed to produce an equal rewritten parse tree
                                                                 QUERY PLAN                                             ...
 -----------------------------------------------------------------------------------------------------------------------...
  Sort
@@ -590,6 +592,7 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/rowsecurity.out /tmp/cirrus-ci-build/build/testrun/recovery/027_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/rowsecurity.out	2024-12-18 12:37:24.640788000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/rowsecurity.out	2024-12-18 12:40:16.8562...
@@ -344,6 +344,7 @@
 EXPLAIN (COSTS OFF) SELECT * FROM GRAPH_TABLE (acc_cat
                             MATCH (u : uaccount)-[d : document WHERE f_leak(d.dtitle)]->(c : category)
                             COLUMNS (u.pguser, d.did, d.dlevel, d.dtitle, c.cid, c.cname)) ORDER BY did;
+WARNING:  outfuncs/readfuncs failed to produce an equal rewritten parse tree
                                       QUERY PLAN                                      
 --------------------------------------------------------------------------------------
  Sort
@@ -451,6 +452,7 @@
 EXPLAIN (COSTS OFF) SELECT * FROM GRAPH_TABLE (acc_cat
                             MATCH (u : uaccount)-[d : document WHERE f_leak(d.dtitle)]->(c : category)
                             COLUMNS (u.pguser, d.did, d.dlevel, d.dtitle, c.cid, c.cname)) ORDER BY did;
+WARNING:  outfuncs/readfuncs failed to produce an equal rewritten parse tree
                                                                 QUERY PLAN                                             ...
 -----------------------------------------------------------------------------------------------------------------------...
  Sort
@@ -590,6 +592,7 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/rowsecurity.out /tmp/cirrus-ci-build/build/testrun/regress/regre...
--- /tmp/cirrus-ci-build/src/test/regress/expected/rowsecurity.out	2024-12-18 12:37:24.640788000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/rowsecurity.out	2024-12-18 12:39:34.675324000 +0000
@@ -344,6 +344,7 @@
 EXPLAIN (COSTS OFF) SELECT * FROM GRAPH_TABLE (acc_cat
                             MATCH (u : uaccount)-[d : document WHERE f_leak(d.dtitle)]->(c : category)
                             COLUMNS (u.pguser, d.did, d.dlevel, d.dtitle, c.cid, c.cname)) ORDER BY did;
+WARNING:  outfuncs/readfuncs failed to produce an equal rewritten parse tree
                                       QUERY PLAN                                      
 --------------------------------------------------------------------------------------
  Sort
@@ -451,6 +452,7 @@
 EXPLAIN (COSTS OFF) SELECT * FROM GRAPH_TABLE (acc_cat
                             MATCH (u : uaccount)-[d : document WHERE f_leak(d.dtitle)]->(c : category)
                             COLUMNS (u.pguser, d.did, d.dlevel, d.dtitle, c.cid, c.cname)) ORDER BY did;
+WARNING:  outfuncs/readfuncs failed to produce an equal rewritten parse tree
                                                                 QUERY PLAN                                             ...
 -----------------------------------------------------------------------------------------------------------------------...
  Sort
@@ -590,6 +592,7 @@
...
tap
[12:40:15.074](63.564s) not ok 5 - regression tests pass
tap
[12:40:56.446](68.804s) not ok 2 - regression tests pass
test
[12:42:50.707]  23/315 postgresql:regress / regress/regress                                            ERROR            ...
[12:42:50.707]  94/315 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[12:42:50.707] 152/315 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/graph_table.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_chec...
--- /tmp/cirrus-ci-build/src/test/regress/expected/graph_table.out	2024-12-18 12:37:21.529482407 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/graph_table.out	2024-12-18 12:44:38.794223106 +0000
@@ -536,8 +536,8 @@
 SELECT * FROM GRAPH_TABLE (g1 MATCH (a)-[b]->(a)-[b]->(a) COLUMNS (a.vname AS self, b.ename AS loop_name)) ORDER BY loo...
  self | loop_name 
 ------+-----------
- v33  | e331
  v33  | E331
+ v33  | e331
 (2 rows)
 
 SELECT * FROM GRAPH_TABLE (g1 MATCH (a)-[b]->(a)-[b]->(a) COLUMNS (a.vname AS self, b.ename AS loop_name)) ORDER BY loo...
@@ -613,8 +613,8 @@
 SELECT * FROM GRAPH_TABLE (g2 MATCH (a)-[b]->(a)-[b]->(a) COLUMNS (a.elname AS self, b.elname COLLATE pg_catalog."defau...
   self  | loop_name 
 --------+-----------
- g2.v33 | g2.e331
  g2.v33 | g2.E331
+ g2.v33 | g2.e331
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/graph_table.out /tmp/cirrus-ci-build/src/test/regress/results/gr...
--- /tmp/cirrus-ci-build/src/test/regress/expected/graph_table.out	2024-12-18 12:37:21.529482407 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/graph_table.out	2024-12-18 12:42:21.106177222 +0000
@@ -536,8 +536,8 @@
 SELECT * FROM GRAPH_TABLE (g1 MATCH (a)-[b]->(a)-[b]->(a) COLUMNS (a.vname AS self, b.ename AS loop_name)) ORDER BY loo...
  self | loop_name 
 ------+-----------
- v33  | e331
  v33  | E331
+ v33  | e331
 (2 rows)
 
 SELECT * FROM GRAPH_TABLE (g1 MATCH (a)-[b]->(a)-[b]->(a) COLUMNS (a.vname AS self, b.ename AS loop_name)) ORDER BY loo...
@@ -613,8 +613,8 @@
 SELECT * FROM GRAPH_TABLE (g2 MATCH (a)-[b]->(a)-[b]->(a) COLUMNS (a.elname AS self, b.elname COLLATE pg_catalog."defau...
   self  | loop_name 
 --------+-----------
- g2.v33 | g2.e331
  g2.v33 | g2.E331
+ g2.v33 | g2.e331
...
tap
[12:45:14.288](103.874s) not ok 5 - regression tests pass
Linux - Debian Bookworm - Meson
core
[12:46:25.585] #0  0x00007fe0f24aeda4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[12:46:25.585] #1  0x00007fe0f245b239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[12:46:25.585] #2  0x00007fe0f2516204 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:46:25.585] #3  0x00007fe0f252885c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[12:46:25.585] #0  <unavailable> in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/graph_table.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/00...
--- /tmp/cirrus-ci-build/src/test/regress/expected/graph_table.out	2024-12-18 12:37:21.281169021 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/graph_table.out	2024-12-18 12:42:20.930447...
@@ -536,8 +536,8 @@
 SELECT * FROM GRAPH_TABLE (g1 MATCH (a)-[b]->(a)-[b]->(a) COLUMNS (a.vname AS self, b.ename AS loop_name)) ORDER BY loo...
  self | loop_name 
 ------+-----------
- v33  | e331
  v33  | E331
+ v33  | e331
 (2 rows)
 
 SELECT * FROM GRAPH_TABLE (g1 MATCH (a)-[b]->(a)-[b]->(a) COLUMNS (a.vname AS self, b.ename AS loop_name)) ORDER BY loo...
@@ -613,8 +613,8 @@
 SELECT * FROM GRAPH_TABLE (g2 MATCH (a)-[b]->(a)-[b]->(a) COLUMNS (a.elname AS self, b.elname COLLATE pg_catalog."defau...
   self  | loop_name 
 --------+-----------
- g2.v33 | g2.e331
  g2.v33 | g2.E331
+ g2.v33 | g2.e331
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/graph_table.out /tmp/cirrus-ci-build/build/testrun/recovery/027_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/graph_table.out	2024-12-18 12:37:21.281169021 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/graph_table.out	2024-12-18 12:43:03.9151...
@@ -536,8 +536,8 @@
 SELECT * FROM GRAPH_TABLE (g1 MATCH (a)-[b]->(a)-[b]->(a) COLUMNS (a.vname AS self, b.ename AS loop_name)) ORDER BY loo...
  self | loop_name 
 ------+-----------
- v33  | e331
  v33  | E331
+ v33  | e331
 (2 rows)
 
 SELECT * FROM GRAPH_TABLE (g1 MATCH (a)-[b]->(a)-[b]->(a) COLUMNS (a.vname AS self, b.ename AS loop_name)) ORDER BY loo...
@@ -613,8 +613,8 @@
 SELECT * FROM GRAPH_TABLE (g2 MATCH (a)-[b]->(a)-[b]->(a) COLUMNS (a.elname AS self, b.elname COLLATE pg_catalog."defau...
   self  | loop_name 
 --------+-----------
- g2.v33 | g2.e331
  g2.v33 | g2.E331
+ g2.v33 | g2.e331
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/graph_table.out /tmp/cirrus-ci-build/build/testrun/regress/regre...
--- /tmp/cirrus-ci-build/src/test/regress/expected/graph_table.out	2024-12-18 12:37:21.281169021 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/graph_table.out	2024-12-18 12:42:17.410415239 +0000
@@ -536,8 +536,8 @@
 SELECT * FROM GRAPH_TABLE (g1 MATCH (a)-[b]->(a)-[b]->(a) COLUMNS (a.vname AS self, b.ename AS loop_name)) ORDER BY loo...
  self | loop_name 
 ------+-----------
- v33  | e331
  v33  | E331
+ v33  | e331
 (2 rows)
 
 SELECT * FROM GRAPH_TABLE (g1 MATCH (a)-[b]->(a)-[b]->(a) COLUMNS (a.vname AS self, b.ename AS loop_name)) ORDER BY loo...
@@ -613,8 +613,8 @@
 SELECT * FROM GRAPH_TABLE (g2 MATCH (a)-[b]->(a)-[b]->(a) COLUMNS (a.elname AS self, b.elname COLLATE pg_catalog."defau...
   self  | loop_name 
 --------+-----------
- g2.v33 | g2.e331
  g2.v33 | g2.E331
+ g2.v33 | g2.e331
...
tap
[12:43:02.273](71.971s) not ok 5 - regression tests pass
tap
[12:43:36.769](74.606s) not ok 2 - regression tests pass
test
[12:45:17.849]  28/315 postgresql:regress / regress/regress                                            ERROR            ...
[12:45:17.849] 134/315 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[12:45:17.849] 155/315 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/graph_table.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg...
--- /Users/admin/pgsql/src/test/regress/expected/graph_table.out	2024-12-18 12:37:12
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/graph_table.out	2024-12-18 12:39:48
@@ -536,8 +536,8 @@
 SELECT * FROM GRAPH_TABLE (g1 MATCH (a)-[b]->(a)-[b]->(a) COLUMNS (a.vname AS self, b.ename AS loop_name)) ORDER BY loo...
  self | loop_name 
 ------+-----------
- v33  | e331
  v33  | E331
+ v33  | e331
 (2 rows)
 
 SELECT * FROM GRAPH_TABLE (g1 MATCH (a)-[b]->(a)-[b]->(a) COLUMNS (a.vname AS self, b.ename AS loop_name)) ORDER BY loo...
@@ -613,8 +613,8 @@
 SELECT * FROM GRAPH_TABLE (g2 MATCH (a)-[b]->(a)-[b]->(a) COLUMNS (a.elname AS self, b.elname COLLATE pg_catalog."defau...
   self  | loop_name 
 --------+-----------
- g2.v33 | g2.e331
  g2.v33 | g2.E331
+ g2.v33 | g2.e331
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/graph_table.out /Users/admin/pgsql/build/testrun/recovery/027_stre...
--- /Users/admin/pgsql/src/test/regress/expected/graph_table.out	2024-12-18 12:37:12
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/graph_table.out	2024-12-18 12:40:30
@@ -536,8 +536,8 @@
 SELECT * FROM GRAPH_TABLE (g1 MATCH (a)-[b]->(a)-[b]->(a) COLUMNS (a.vname AS self, b.ename AS loop_name)) ORDER BY loo...
  self | loop_name 
 ------+-----------
- v33  | e331
  v33  | E331
+ v33  | e331
 (2 rows)
 
 SELECT * FROM GRAPH_TABLE (g1 MATCH (a)-[b]->(a)-[b]->(a) COLUMNS (a.vname AS self, b.ename AS loop_name)) ORDER BY loo...
@@ -613,8 +613,8 @@
 SELECT * FROM GRAPH_TABLE (g2 MATCH (a)-[b]->(a)-[b]->(a) COLUMNS (a.elname AS self, b.elname COLLATE pg_catalog."defau...
   self  | loop_name 
 --------+-----------
- g2.v33 | g2.e331
  g2.v33 | g2.E331
+ g2.v33 | g2.e331
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/graph_table.out /Users/admin/pgsql/build/testrun/regress/regress/r...
--- /Users/admin/pgsql/src/test/regress/expected/graph_table.out	2024-12-18 12:37:12
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/graph_table.out	2024-12-18 12:39:46
@@ -536,8 +536,8 @@
 SELECT * FROM GRAPH_TABLE (g1 MATCH (a)-[b]->(a)-[b]->(a) COLUMNS (a.vname AS self, b.ename AS loop_name)) ORDER BY loo...
  self | loop_name 
 ------+-----------
- v33  | e331
  v33  | E331
+ v33  | e331
 (2 rows)
 
 SELECT * FROM GRAPH_TABLE (g1 MATCH (a)-[b]->(a)-[b]->(a) COLUMNS (a.vname AS self, b.ename AS loop_name)) ORDER BY loo...
@@ -613,8 +613,8 @@
 SELECT * FROM GRAPH_TABLE (g2 MATCH (a)-[b]->(a)-[b]->(a) COLUMNS (a.elname AS self, b.elname COLLATE pg_catalog."defau...
   self  | loop_name 
 --------+-----------
- g2.v33 | g2.e331
  g2.v33 | g2.E331
+ g2.v33 | g2.e331
...
tap
[12:40:09.077](45.739s) not ok 5 - regression tests pass
tap
[12:40:51.482](41.530s) not ok 2 - regression tests pass
test
[12:42:48.989]  27/315 postgresql:regress / regress/regress                                            ERROR            ...
[12:42:48.989]  45/315 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[12:42:48.989] 119/315 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/graph_table.out C:/cirrus/build/testrun/pg_upgrade/002_...
--- C:/cirrus/src/test/regress/expected/graph_table.out	2024-12-18 12:37:35.746161300 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/graph_table.out	2024-12-18 12:40:38.779858300 +0000
@@ -536,8 +536,8 @@
 SELECT * FROM GRAPH_TABLE (g1 MATCH (a)-[b]->(a)-[b]->(a) COLUMNS (a.vname AS self, b.ename AS loop_name)) ORDER BY loo...
  self | loop_name 
 ------+-----------
- v33  | e331
  v33  | E331
+ v33  | e331
 (2 rows)
 
 SELECT * FROM GRAPH_TABLE (g1 MATCH (a)-[b]->(a)-[b]->(a) COLUMNS (a.vname AS self, b.ename AS loop_name)) ORDER BY loo...
@@ -613,8 +613,8 @@
 SELECT * FROM GRAPH_TABLE (g2 MATCH (a)-[b]->(a)-[b]->(a) COLUMNS (a.elname AS self, b.elname COLLATE pg_catalog."defau...
   self  | loop_name 
 --------+-----------
- g2.v33 | g2.e331
  g2.v33 | g2.E331
+ g2.v33 | g2.e331
...
tap
[12:41:37.177](121.115s) not ok 5 - regression tests pass
test
[12:52:03.016]  42/310 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           2...
51/5242 Fix RelationTruncate() corruption
CompilerWarnings
compiler
[12:27:33.799] smgr.c:733:9: error: use of undeclared identifier 'CritSectionCount'
compiler
[12:22:56.294] smgr.c:733:16: error: ‘CritSectionCount’ undeclared (first use in this function)
compiler
[12:30:38.253] smgr.c:733:16: error: ‘CritSectionCount’ undeclared (first use in this function)
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[12:20:02.346] ../src/backend/storage/smgr/smgr.c(733): error C2065: 'CritSectionCount': undeclared identifier
compiler
[12:20:02.346] ../src/backend/storage/smgr/smgr.c(738): warning C4098: 'smgrtruncate': 'void' function returning a value
51/5205 Make MultiXactOffset 64-bit type
CompilerWarnings
compiler
[10:48:28.929] multixact_old.c:79:1: error: unused function 'MultiXactIdToOffsetSegment' [-Werror,-Wunused-function]
compiler
[10:45:53.499] multixact_old.c:79:1: error: unused function 'MultiXactIdToOffsetSegment' [-Werror,-Wunused-function]
compiler
[10:40:00.286] multixact_rewrite.c:70:29: error: variable ‘newmulti’ set but not used [-Werror=unused-but-set-variable]
51/4984 Serverside SNI for SSL connections
Linux - Debian Bookworm - Meson
tap
[10:24:41.009](0.000s) not ok 8 - connect with correct server CA cert file sslmode=require: matches
tap
[10:24:36.644](0.475s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[10:24:50.090] 295/316 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
[10:24:50.090] 312/316 postgresql:ssl / ssl/004_sni                                                    ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[10:19:58.975] ../src/test/modules/ssl_passphrase_callback/ssl_passphrase_func.c(52): warning C4113: 'void (__cdecl *)(S...
tap
[10:31:07.272](0.000s) not ok 8 - connect with correct server CA cert file sslmode=require: matches
[10:31:30.410](0.064s) not ok 259 - connect with correct server CA cert file sslmode=require
[10:31:30.411](0.000s) not ok 260 - connect with correct server CA cert file sslmode=require: no stderr
[10:31:30.488](0.000s) not ok 262 - connect fails since the passphrase protected key cannot be reloaded: matches
tap
[10:30:50.034](2.340s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[10:32:02.007] 290/311 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
[10:32:02.007] 308/311 postgresql:ssl / ssl/004_sni                                                    ERROR            ...
51/4980 Expand applicability of aggregate's sortop optimization
FreeBSD - 13 - Meson
test
[10:01:31.302] 75/76 postgresql:regress-running / regress-running/regress                         ERROR            26.91...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/subselect.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/subselect.out	2024-12-18 09:55:09.368858938 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/subselect.out	2024-12-18 10:01:27.742423215 +0000
@@ -1043,19 +1043,10 @@
 select count(*) from tenk1 t
 where (exists(select 1 from tenk1 k where k.unique1 = t.unique2) or ten < 0)
   and thousand = 1;
-                          QUERY PLAN                          
---------------------------------------------------------------
- Aggregate
-   ->  Bitmap Heap Scan on tenk1 t
-         Recheck Cond: (thousand = 1)
-         Filter: (EXISTS(SubPlan 1) OR (ten < 0))
-         ->  Bitmap Index Scan on tenk1_thous_tenthous
-               Index Cond: (thousand = 1)
-         SubPlan 1
-           ->  Index Only Scan using tenk1_unique1 on tenk1 k
-                 Index Cond: (unique1 = t.unique2)
-(9 rows)
-
...
tap
[10:03:03.288](127.302s) not ok 5 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/subselect.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/subselect.out	2024-12-18 09:55:11.237270886 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/subselect.out	2024-12-18 10:00:09.84087801...
@@ -1029,7 +1029,7 @@
    ->  Seq Scan on tenk1 t
          Filter: ((ANY (unique2 = (hashed SubPlan 2).col1)) OR (ten < 0))
          SubPlan 2
-           ->  Index Only Scan using tenk1_unique1 on tenk1 k
+           ->  Index Only Scan using idx_int4 on tenk1 k
 (5 rows)
 
 select count(*) from tenk1 t
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/subselect.out /tmp/cirrus-ci-build/build/testrun/recovery/027_st...
--- /tmp/cirrus-ci-build/src/test/regress/expected/subselect.out	2024-12-18 09:55:11.237270886 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/subselect.out	2024-12-18 10:00:50.801031...
@@ -1403,7 +1403,7 @@
    ->  Seq Scan on public.tenk1 b
          Output: b.unique1, b.unique2, b.two, b.four, b.ten, b.twenty, b.hundred, b.thousand, b.twothousand, b.fivethou...
    SubPlan 1
-     ->  Index Only Scan using tenk1_unique1 on public.tenk1 a
+     ->  Index Only Scan using idx_int4 on public.tenk1 a
            Output: a.unique1
 (10 rows)
 
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/subselect.out /tmp/cirrus-ci-build/build/testrun/regress/regress...
--- /tmp/cirrus-ci-build/src/test/regress/expected/subselect.out	2024-12-18 09:55:11.237270886 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/subselect.out	2024-12-18 10:00:07.800874203 +0000
@@ -1393,20 +1393,10 @@
 select * from int4_tbl where
   (case when f1 in (select unique1 from tenk1 a) then f1 else null end) in
   (select ten from tenk1 b);
-                                                                                      QUERY PLAN                       ...
------------------------------------------------------------------------------------------------------------------------...
- Nested Loop Semi Join
-   Output: int4_tbl.f1
-   Join Filter: (CASE WHEN (ANY (int4_tbl.f1 = (hashed SubPlan 1).col1)) THEN int4_tbl.f1 ELSE NULL::integer END = b.te...
-   ->  Seq Scan on public.int4_tbl
-         Output: int4_tbl.f1
-   ->  Seq Scan on public.tenk1 b
-         Output: b.unique1, b.unique2, b.two, b.four, b.ten, b.twenty, b.hundred, b.thousand, b.twothousand, b.fivethou...
-   SubPlan 1
-     ->  Index Only Scan using tenk1_unique1 on public.tenk1 a
-           Output: a.unique1
-(10 rows)
...
tap
[10:01:09.087](76.520s) not ok 5 - regression tests pass
tap
[10:01:42.786](75.918s) not ok 2 - regression tests pass
test
[10:03:21.921]  13/315 postgresql:regress / regress/regress                                            ERROR            ...
[10:03:21.921] 133/315 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[10:03:21.921] 155/315 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
51/5446 Improving default column names/aliases of subscript text expressions
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/hstore/expected/hstore.out /tmp/cirrus-ci-build/build/testrun/hstore/regress/resul...
--- /tmp/cirrus-ci-build/contrib/hstore/expected/hstore.out	2024-12-18 09:36:39.794470000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/hstore/regress/results/hstore.out	2024-12-18 09:39:17.121503000 +0000
@@ -1597,7 +1597,7 @@
 -- Test subscripting
 insert into test_json_agg default values;
 select f2['d'], f2['x'] is null as x_isnull from test_json_agg;
-   f2   | x_isnull 
+   d    | x_isnull 
 --------+----------
  12345  | t
  -12345 | t
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonb.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_u...
--- /tmp/cirrus-ci-build/src/test/regress/expected/jsonb.out	2024-12-18 09:36:41.383050000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/jsonb.out	2024-12-18 09:38:42.626748000 +0...
@@ -4934,8 +4934,8 @@
 HINT:  Try using the function jsonb_set to replace key value.
 -- jsonb subscript
 select ('123'::jsonb)['a'];
- jsonb 
--------
+ a 
+---
  
 (1 row)
 
@@ -4952,8 +4952,8 @@
 (1 row)
 
 select ('{"a": 1}'::jsonb)['a'];
- jsonb 
--------
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonb.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream...
--- /tmp/cirrus-ci-build/src/test/regress/expected/jsonb.out	2024-12-18 09:36:41.383050000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/jsonb.out	2024-12-18 09:39:28.572729000 ...
@@ -4934,8 +4934,8 @@
 HINT:  Try using the function jsonb_set to replace key value.
 -- jsonb subscript
 select ('123'::jsonb)['a'];
- jsonb 
--------
+ a 
+---
  
 (1 row)
 
@@ -4952,8 +4952,8 @@
 (1 row)
 
 select ('{"a": 1}'::jsonb)['a'];
- jsonb 
--------
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonb.out /tmp/cirrus-ci-build/build/testrun/regress/regress/res...
--- /tmp/cirrus-ci-build/src/test/regress/expected/jsonb.out	2024-12-18 09:36:41.383050000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/jsonb.out	2024-12-18 09:38:40.641867000 +0000
@@ -4934,8 +4934,8 @@
 HINT:  Try using the function jsonb_set to replace key value.
 -- jsonb subscript
 select ('123'::jsonb)['a'];
- jsonb 
--------
+ a 
+---
  
 (1 row)
 
@@ -4952,8 +4952,8 @@
 (1 row)
 
 select ('{"a": 1}'::jsonb)['a'];
- jsonb 
--------
...
tap
[09:39:01.870](66.356s) not ok 5 - regression tests pass
tap
[09:39:47.454](76.752s) not ok 2 - regression tests pass
test
[09:41:40.073]  42/315 postgresql:regress / regress/regress                                            ERROR            ...
[09:41:40.073]  69/315 postgresql:hstore / hstore/regress                                              ERROR            ...
[09:41:40.073]  94/315 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[09:41:40.073] 155/315 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/contrib/hstore/expected/hstore.out /tmp/cirrus-ci-build/contrib/hstore/results/hstore.out
--- /tmp/cirrus-ci-build/contrib/hstore/expected/hstore.out	2024-12-18 09:36:35.235028254 +0000
+++ /tmp/cirrus-ci-build/contrib/hstore/results/hstore.out	2024-12-18 09:40:32.354745588 +0000
@@ -1597,7 +1597,7 @@
 -- Test subscripting
 insert into test_json_agg default values;
 select f2['d'], f2['x'] is null as x_isnull from test_json_agg;
-   f2   | x_isnull 
+   d    | x_isnull 
 --------+----------
  12345  | t
  -12345 | t
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonb.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/resu...
--- /tmp/cirrus-ci-build/src/test/regress/expected/jsonb.out	2024-12-18 09:36:37.095028293 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/jsonb.out	2024-12-18 09:43:16.990848587 +0000
@@ -4934,8 +4934,8 @@
 HINT:  Try using the function jsonb_set to replace key value.
 -- jsonb subscript
 select ('123'::jsonb)['a'];
- jsonb 
--------
+ a 
+---
  
 (1 row)
 
@@ -4952,8 +4952,8 @@
 (1 row)
 
 select ('{"a": 1}'::jsonb)['a'];
- jsonb 
--------
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonb.out /tmp/cirrus-ci-build/src/test/recovery/tmp_check/resul...
--- /tmp/cirrus-ci-build/src/test/regress/expected/jsonb.out	2024-12-18 09:36:37.095028293 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/jsonb.out	2024-12-18 09:44:55.530723067 +0000
@@ -4934,8 +4934,8 @@
 HINT:  Try using the function jsonb_set to replace key value.
 -- jsonb subscript
 select ('123'::jsonb)['a'];
- jsonb 
--------
+ a 
+---
  
 (1 row)
 
@@ -4952,8 +4952,8 @@
 (1 row)
 
 select ('{"a": 1}'::jsonb)['a'];
- jsonb 
--------
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonb.out /tmp/cirrus-ci-build/src/test/regress/results/jsonb.ou...
--- /tmp/cirrus-ci-build/src/test/regress/expected/jsonb.out	2024-12-18 09:36:37.095028293 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/jsonb.out	2024-12-18 09:41:08.914791465 +0000
@@ -4934,8 +4934,8 @@
 HINT:  Try using the function jsonb_set to replace key value.
 -- jsonb subscript
 select ('123'::jsonb)['a'];
- jsonb 
--------
+ a 
+---
  
 (1 row)
 
@@ -4952,8 +4952,8 @@
 (1 row)
 
 select ('{"a": 1}'::jsonb)['a'];
- jsonb 
--------
...
tap
[09:43:31.377](102.185s) not ok 5 - regression tests pass
tap
[09:45:08.092](59.297s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Meson
core
[09:44:45.343] #0  0x00007f18d30b9a50 in ?? ()
[09:44:45.343] #1  0x0000000000000003 in ?? ()
[09:44:45.343] #2  0x00007ffce1a453d9 in ?? ()
[09:44:45.343] #3  0x00007ffce1a453dc in ?? ()
[09:44:45.343] #4  0x00007ffce1a45468 in ?? ()
[09:44:45.343] #5  0x0000000000000000 in ?? ()
core
[09:44:45.226] #0  0x00007f13c4701da4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[09:44:45.226] #1  0x00007f13c46ae239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[09:44:45.226] #2  0x00007f13c46ae497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[09:44:45.226] #3  0x00005651f72165c1 in ?? ()
[09:44:45.226] #4  0x00005651f7210369 in ?? ()
[09:44:45.226] #5  0x00005651f720f20f in ?? ()
[09:44:45.226] #6  0x00005651f720fc3b in ?? ()
[09:44:45.226] #7  0x00005651f720d66f in ?? ()
[09:44:45.226] #8  0x00007f13c469924a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:44:45.226] #9  0x00007f13c4699305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
regress
diff -U3 /tmp/cirrus-ci-build/contrib/hstore/expected/hstore.out /tmp/cirrus-ci-build/build/testrun/hstore/regress/resul...
--- /tmp/cirrus-ci-build/contrib/hstore/expected/hstore.out	2024-12-18 09:36:35.011966641 +0000
+++ /tmp/cirrus-ci-build/build/testrun/hstore/regress/results/hstore.out	2024-12-18 09:41:34.988436883 +0000
@@ -1597,7 +1597,7 @@
 -- Test subscripting
 insert into test_json_agg default values;
 select f2['d'], f2['x'] is null as x_isnull from test_json_agg;
-   f2   | x_isnull 
+   d    | x_isnull 
 --------+----------
  12345  | t
  -12345 | t
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonb.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_u...
--- /tmp/cirrus-ci-build/src/test/regress/expected/jsonb.out	2024-12-18 09:36:36.861990166 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/jsonb.out	2024-12-18 09:41:09.164435976 +0...
@@ -4934,8 +4934,8 @@
 HINT:  Try using the function jsonb_set to replace key value.
 -- jsonb subscript
 select ('123'::jsonb)['a'];
- jsonb 
--------
+ a 
+---
  
 (1 row)
 
@@ -4952,8 +4952,8 @@
 (1 row)
 
 select ('{"a": 1}'::jsonb)['a'];
- jsonb 
--------
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonb.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream...
--- /tmp/cirrus-ci-build/src/test/regress/expected/jsonb.out	2024-12-18 09:36:36.861990166 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/jsonb.out	2024-12-18 09:41:48.052461209 ...
@@ -4934,8 +4934,8 @@
 HINT:  Try using the function jsonb_set to replace key value.
 -- jsonb subscript
 select ('123'::jsonb)['a'];
- jsonb 
--------
+ a 
+---
  
 (1 row)
 
@@ -4952,8 +4952,8 @@
 (1 row)
 
 select ('{"a": 1}'::jsonb)['a'];
- jsonb 
--------
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonb.out /tmp/cirrus-ci-build/build/testrun/regress/regress/res...
--- /tmp/cirrus-ci-build/src/test/regress/expected/jsonb.out	2024-12-18 09:36:36.861990166 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/jsonb.out	2024-12-18 09:41:03.948445346 +0000
@@ -4934,8 +4934,8 @@
 HINT:  Try using the function jsonb_set to replace key value.
 -- jsonb subscript
 select ('123'::jsonb)['a'];
- jsonb 
--------
+ a 
+---
  
 (1 row)
 
@@ -4952,8 +4952,8 @@
 (1 row)
 
 select ('{"a": 1}'::jsonb)['a'];
- jsonb 
--------
...
tap
[09:41:24.356](71.681s) not ok 5 - regression tests pass
tap
[09:42:01.404](76.041s) not ok 2 - regression tests pass
test
[09:43:41.784]  43/315 postgresql:regress / regress/regress                                            ERROR            ...
[09:43:41.784]  76/315 postgresql:hstore / hstore/regress                                              ERROR            ...
[09:43:41.784] 131/315 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[09:43:41.784] 159/315 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/contrib/hstore/expected/hstore.out /Users/admin/pgsql/build/testrun/hstore/regress/results/h...
--- /Users/admin/pgsql/contrib/hstore/expected/hstore.out	2024-12-18 09:36:10
+++ /Users/admin/pgsql/build/testrun/hstore/regress/results/hstore.out	2024-12-18 09:39:08
@@ -1597,7 +1597,7 @@
 -- Test subscripting
 insert into test_json_agg default values;
 select f2['d'], f2['x'] is null as x_isnull from test_json_agg;
-   f2   | x_isnull 
+   d    | x_isnull 
 --------+----------
  12345  | t
  -12345 | t
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/jsonb.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgra...
--- /Users/admin/pgsql/src/test/regress/expected/jsonb.out	2024-12-18 09:36:12
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/jsonb.out	2024-12-18 09:38:14
@@ -4934,8 +4934,8 @@
 HINT:  Try using the function jsonb_set to replace key value.
 -- jsonb subscript
 select ('123'::jsonb)['a'];
- jsonb 
--------
+ a 
+---
  
 (1 row)
 
@@ -4952,8 +4952,8 @@
 (1 row)
 
 select ('{"a": 1}'::jsonb)['a'];
- jsonb 
--------
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/jsonb.out /Users/admin/pgsql/build/testrun/recovery/027_stream_reg...
--- /Users/admin/pgsql/src/test/regress/expected/jsonb.out	2024-12-18 09:36:12
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/jsonb.out	2024-12-18 09:39:10
@@ -4934,8 +4934,8 @@
 HINT:  Try using the function jsonb_set to replace key value.
 -- jsonb subscript
 select ('123'::jsonb)['a'];
- jsonb 
--------
+ a 
+---
  
 (1 row)
 
@@ -4952,8 +4952,8 @@
 (1 row)
 
 select ('{"a": 1}'::jsonb)['a'];
- jsonb 
--------
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/jsonb.out /Users/admin/pgsql/build/testrun/regress/regress/results...
--- /Users/admin/pgsql/src/test/regress/expected/jsonb.out	2024-12-18 09:36:12
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/jsonb.out	2024-12-18 09:38:17
@@ -4934,8 +4934,8 @@
 HINT:  Try using the function jsonb_set to replace key value.
 -- jsonb subscript
 select ('123'::jsonb)['a'];
- jsonb 
--------
+ a 
+---
  
 (1 row)
 
@@ -4952,8 +4952,8 @@
 (1 row)
 
 select ('{"a": 1}'::jsonb)['a'];
- jsonb 
--------
...
tap
[09:38:24.177](42.190s) not ok 5 - regression tests pass
tap
[09:39:21.336](56.292s) not ok 2 - regression tests pass
test
[09:41:10.152]  30/315 postgresql:regress / regress/regress                                            ERROR            ...
[09:41:10.152]  48/315 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[09:41:10.152]  71/315 postgresql:hstore / hstore/regress                                              ERROR            ...
[09:41:10.152] 143/315 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/contrib/hstore/expected/hstore.out C:/cirrus/build/testrun/hstore/regress/results...
--- C:/cirrus/contrib/hstore/expected/hstore.out	2024-12-18 09:36:49.507822600 +0000
+++ C:/cirrus/build/testrun/hstore/regress/results/hstore.out	2024-12-18 09:43:07.586187700 +0000
@@ -1597,7 +1597,7 @@
 -- Test subscripting
 insert into test_json_agg default values;
 select f2['d'], f2['x'] is null as x_isnull from test_json_agg;
-   f2   | x_isnull 
+   d    | x_isnull 
 --------+----------
  12345  | t
  -12345 | t
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/jsonb.out C:/cirrus/build/testrun/pg_upgrade/002_pg_upg...
--- C:/cirrus/src/test/regress/expected/jsonb.out	2024-12-18 09:36:54.045435900 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/jsonb.out	2024-12-18 09:40:34.777323700 +0000
@@ -4934,8 +4934,8 @@
 HINT:  Try using the function jsonb_set to replace key value.
 -- jsonb subscript
 select ('123'::jsonb)['a'];
- jsonb 
--------
+ a 
+---
  
 (1 row)
 
@@ -4952,8 +4952,8 @@
 (1 row)
 
 select ('{"a": 1}'::jsonb)['a'];
- jsonb 
--------
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/jsonb.out C:/cirrus/build/testrun/recovery/027_stream_r...
--- C:/cirrus/src/test/regress/expected/jsonb.out	2024-12-18 09:36:54.045435900 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/jsonb.out	2024-12-18 09:42:47.897157500 +0000
@@ -4934,8 +4934,8 @@
 HINT:  Try using the function jsonb_set to replace key value.
 -- jsonb subscript
 select ('123'::jsonb)['a'];
- jsonb 
--------
+ a 
+---
  
 (1 row)
 
@@ -4952,8 +4952,8 @@
 (1 row)
 
 select ('{"a": 1}'::jsonb)['a'];
- jsonb 
--------
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/jsonb.out C:/cirrus/build/testrun/regress/regress/resul...
--- C:/cirrus/src/test/regress/expected/jsonb.out	2024-12-18 09:36:54.045435900 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/jsonb.out	2024-12-18 09:40:21.301231700 +0000
@@ -4934,8 +4934,8 @@
 HINT:  Try using the function jsonb_set to replace key value.
 -- jsonb subscript
 select ('123'::jsonb)['a'];
- jsonb 
--------
+ a 
+---
  
 (1 row)
 
@@ -4952,8 +4952,8 @@
 (1 row)
 
 select ('{"a": 1}'::jsonb)['a'];
- jsonb 
--------
...
tap
[09:40:59.629](124.178s) not ok 5 - regression tests pass
tap
[09:43:14.354](125.866s) not ok 2 - regression tests pass
test
[09:50:42.886]  22/310 postgresql:regress / regress/regress                                            ERROR           1...
[09:50:42.886]  42/310 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           2...
[09:50:42.886]  67/310 postgresql:hstore / hstore/regress                                              ERROR            ...
[09:50:42.886]  89/310 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/4620 CRC32C Parallel Computation Optimization on ARM
CompilerWarnings
compiler
[09:08:04.055] pg_crc32c_sse42.c:29:18: error: unused variable 'orig_crc' [-Werror,-Wunused-variable]
compiler
[09:05:42.724] pg_crc32c_sse42.c:29:25: error: unused variable ‘orig_crc’ [-Werror=unused-variable]
Linux - Debian Bookworm - Meson
core
[09:17:55.124] #0  0x00007f689dc0bb93 in wait4 () from /lib/x86_64-linux-gnu/libc.so.6
[09:17:55.124] #1  0x000055e763697cc0 in ?? ()
[09:17:55.124] #2  0x000055e763697efa in ?? ()
[09:17:55.124] #3  0x000055e763699630 in ?? ()
[09:17:55.124] #4  0x000055e763693371 in ?? ()
[09:17:55.124] #5  0x000055e76369220f in ?? ()
[09:17:55.124] #6  0x000055e763692c3b in ?? ()
[09:17:55.124] #7  0x000055e76369066f in ?? ()
[09:17:55.124] #8  0x00007f689db5f24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:17:55.124] #9  0x00007f689db5f305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[09:17:54.999] #0  0xf7f20559 in __kernel_vsyscall ()
[09:17:54.999] #1  0xf685b407 in ?? () from /lib/i386-linux-gnu/libc.so.6
[09:17:54.999] #2  0xf680a111 in raise () from /lib/i386-linux-gnu/libc.so.6
[09:17:54.999] #3  0xf67f326a in abort () from /lib/i386-linux-gnu/libc.so.6
[09:17:54.999] #4  0xf6a16d4a in __sanitizer::Abort () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_pos...
[09:17:54.999] #5  0xf6a25896 in __sanitizer::Die () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_termi...
[09:17:54.999] #6  0xf6a0358c in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=<optimized out>, Pointer=<optimize...
[09:17:54.999] #7  0xeafa6289 in DatumGetInt64 (X=<optimized out>) at ../src/include/postgres.h:390
[09:17:54.999] #8  drive_crc32c (fcinfo=0x59c1ef98) at ../contrib/test_crc32c/test_crc32c.c:22
[09:17:54.999] #9  0x56c6dea4 in ExecInterpExpr (state=0x59c1ead8, econtext=0x59c1d8fc, isnull=0xffd21f9f) at ../src/bac...
core
[09:17:55.233] #0  0x00007fe4a0576772 in ?? () from /lib64/ld-linux-x86-64.so.2
[09:17:55.233] #1  0x00007fe4a055b9b1 in ?? () from /lib64/ld-linux-x86-64.so.2
[09:17:55.233] #2  0x00007fe4a055d075 in ?? () from /lib64/ld-linux-x86-64.so.2
[09:17:55.233] #3  0x00007fe4a0557261 in ?? () from /lib64/ld-linux-x86-64.so.2
[09:17:55.233] #4  0x00007fe4a056d2f1 in _dl_catch_exception () from /lib64/ld-linux-x86-64.so.2
[09:17:55.233] #5  0x00007fe4a05575ca in ?? () from /lib64/ld-linux-x86-64.so.2
[09:17:55.233] #6  0x00007fe4a057297a in ?? () from /lib64/ld-linux-x86-64.so.2
[09:17:55.233] #7  0x00007fe4a056f22f in ?? () from /lib64/ld-linux-x86-64.so.2
[09:17:55.233] #8  0x00007fe4a0570bac in ?? () from /lib64/ld-linux-x86-64.so.2
[09:17:55.233] #9  0x00007fe4a056fa58 in ?? () from /lib64/ld-linux-x86-64.so.2
regress
diff -U3 /tmp/cirrus-ci-build/contrib/test_crc32c/expected/test_crc32c.out /tmp/cirrus-ci-build/build-32/testrun/test_cr...
--- /tmp/cirrus-ci-build/contrib/test_crc32c/expected/test_crc32c.out	2024-12-18 09:05:08.727608837 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/test_crc32c/regress/results/test_crc32c.out	2024-12-18 09:14:19.946358198 +000...
@@ -1,57 +1,6 @@
 CREATE EXTENSION test_crc32c;
 select drive_crc32c(1, i) from generate_series(100, 300, 4) i;
- drive_crc32c 
---------------
-    532139994
-   2103623867
-    785984197
-   2686825890
-   3213049059
-   3819630168
-   1389234603
-    534072900
-   2930108140
-   2496889855
-   1475239611
-    136366931
...
test
[09:16:42.981]  52/316 postgresql:test_crc32c / test_crc32c/regress                                    ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[09:06:57.071] test_crc32c.c.obj : error LNK2001: unresolved external symbol pg_comp_crc32c
51/5232 per backend I/O statistics
FreeBSD - 13 - Meson
test
[08:51:00.601] 244/315 postgresql:postmaster / postmaster/001_connection_limits                        ERROR            ...
51/5323 Support enabling checksums online
CompilerWarnings
compiler
[07:21:57.663] datachecksumsworker.c:590:67: error: format ‘%d’ expects argument of type ‘int’, but argument 5 has type ...
FreeBSD - 13 - Meson
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
core
[07:38:02.674] #0  0x000000082ba6541a in thr_kill () from /lib/libc.so.7
[07:38:02.674] #1  0x000000082b9dee64 in raise () from /lib/libc.so.7
[07:38:02.674] #2  0x000000082ba8f6f9 in abort () from /lib/libc.so.7
[07:38:02.674] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:38:02.674] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:38:02.674] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:38:02.674] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:38:02.674] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821ba84e0) at ../src/backe...
[07:38:02.674] #8  0x00000000007d3810 in main (argc=8, argv=0x821ba84e0) at ../src/backend/main/main.c:230
[07:38:02.912] #0  0x000000082c33741a in thr_kill () from /lib/libc.so.7
core
[07:38:05.135] #0  0x000000082c70c41a in thr_kill () from /lib/libc.so.7
[07:38:05.135] #1  0x000000082c685e64 in raise () from /lib/libc.so.7
[07:38:05.135] #2  0x000000082c7366f9 in abort () from /lib/libc.so.7
[07:38:05.135] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:38:05.135] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:38:05.135] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:38:05.135] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:38:05.135] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x82177bda0) at ../src/backe...
[07:38:05.135] #8  0x00000000007d3810 in main (argc=8, argv=0x82177bda0) at ../src/backend/main/main.c:230
[07:38:05.368] #0  0x000000082cd5641a in thr_kill () from /lib/libc.so.7
core
[07:38:04.888] #0  0x000000082c73441a in thr_kill () from /lib/libc.so.7
[07:38:04.888] #1  0x000000082c6ade64 in raise () from /lib/libc.so.7
[07:38:04.888] #2  0x000000082c75e6f9 in abort () from /lib/libc.so.7
[07:38:04.888] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:38:04.888] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:38:04.888] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:38:04.888] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:38:04.888] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821a12678) at ../src/backe...
[07:38:04.888] #8  0x00000000007d3810 in main (argc=8, argv=0x821a12678) at ../src/backend/main/main.c:230
[07:38:05.126] #0  0x000000082c70c41a in thr_kill () from /lib/libc.so.7
core
[07:38:04.640] #0  0x0000000829db341a in thr_kill () from /lib/libc.so.7
[07:38:04.640] #1  0x0000000829d2ce64 in raise () from /lib/libc.so.7
[07:38:04.640] #2  0x0000000829ddd6f9 in abort () from /lib/libc.so.7
[07:38:04.640] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:38:04.640] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:38:04.640] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:38:04.640] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:38:04.641] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8210df170) at ../src/backe...
[07:38:04.641] #8  0x00000000007d3810 in main (argc=8, argv=0x8210df170) at ../src/backend/main/main.c:230
[07:38:04.879] #0  0x000000082c73441a in thr_kill () from /lib/libc.so.7
core
[07:38:04.391] #0  0x000000082c11b41a in thr_kill () from /lib/libc.so.7
[07:38:04.391] #1  0x000000082c094e64 in raise () from /lib/libc.so.7
[07:38:04.391] #2  0x000000082c1456f9 in abort () from /lib/libc.so.7
[07:38:04.391] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:38:04.391] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:38:04.391] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:38:04.391] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:38:04.392] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821b44d70) at ../src/backe...
[07:38:04.392] #8  0x00000000007d3810 in main (argc=8, argv=0x821b44d70) at ../src/backend/main/main.c:230
[07:38:04.631] #0  0x0000000829db341a in thr_kill () from /lib/libc.so.7
core
[07:38:04.152] #0  0x000000082c2d041a in thr_kill () from /lib/libc.so.7
[07:38:04.152] #1  0x000000082c249e64 in raise () from /lib/libc.so.7
[07:38:04.152] #2  0x000000082c2fa6f9 in abort () from /lib/libc.so.7
[07:38:04.152] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:38:04.152] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:38:04.152] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:38:04.152] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:38:04.152] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820fcbf30) at ../src/backe...
[07:38:04.152] #8  0x00000000007d3810 in main (argc=8, argv=0x820fcbf30) at ../src/backend/main/main.c:230
[07:38:04.383] #0  0x000000082c11b41a in thr_kill () from /lib/libc.so.7
core
[07:38:03.907] #0  0x000000082b82441a in thr_kill () from /lib/libc.so.7
[07:38:03.907] #1  0x000000082b79de64 in raise () from /lib/libc.so.7
[07:38:03.907] #2  0x000000082b84e6f9 in abort () from /lib/libc.so.7
[07:38:03.907] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:38:03.907] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:38:03.907] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:38:03.907] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:38:03.908] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x82148f960) at ../src/backe...
[07:38:03.908] #8  0x00000000007d3810 in main (argc=8, argv=0x82148f960) at ../src/backend/main/main.c:230
[07:38:04.143] #0  0x000000082c2d041a in thr_kill () from /lib/libc.so.7
core
[07:38:03.660] #0  0x000000082bdcc41a in thr_kill () from /lib/libc.so.7
[07:38:03.660] #1  0x000000082bd45e64 in raise () from /lib/libc.so.7
[07:38:03.660] #2  0x000000082bdf66f9 in abort () from /lib/libc.so.7
[07:38:03.660] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:38:03.660] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:38:03.660] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:38:03.660] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:38:03.660] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821a1fa80) at ../src/backe...
[07:38:03.660] #8  0x00000000007d3810 in main (argc=8, argv=0x821a1fa80) at ../src/backend/main/main.c:230
[07:38:03.898] #0  0x000000082b82441a in thr_kill () from /lib/libc.so.7
core
[07:38:03.411] #0  0x000000082ca7a41a in thr_kill () from /lib/libc.so.7
[07:38:03.411] #1  0x000000082c9f3e64 in raise () from /lib/libc.so.7
[07:38:03.411] #2  0x000000082caa46f9 in abort () from /lib/libc.so.7
[07:38:03.411] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:38:03.411] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:38:03.411] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:38:03.411] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:38:03.411] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821812a80) at ../src/backe...
[07:38:03.411] #8  0x00000000007d3810 in main (argc=8, argv=0x821812a80) at ../src/backend/main/main.c:230
[07:38:03.650] #0  0x000000082bdcc41a in thr_kill () from /lib/libc.so.7
core
[07:38:03.168] #0  0x000000082c68c41a in thr_kill () from /lib/libc.so.7
[07:38:03.168] #1  0x000000082c605e64 in raise () from /lib/libc.so.7
[07:38:03.168] #2  0x000000082c6b66f9 in abort () from /lib/libc.so.7
[07:38:03.168] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:38:03.168] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:38:03.168] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:38:03.168] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:38:03.168] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820fb1280) at ../src/backe...
[07:38:03.168] #8  0x00000000007d3810 in main (argc=8, argv=0x820fb1280) at ../src/backend/main/main.c:230
[07:38:03.402] #0  0x000000082ca7a41a in thr_kill () from /lib/libc.so.7
core
[07:38:02.921] #0  0x000000082c33741a in thr_kill () from /lib/libc.so.7
[07:38:02.921] #1  0x000000082c2b0e64 in raise () from /lib/libc.so.7
[07:38:02.921] #2  0x000000082c3616f9 in abort () from /lib/libc.so.7
[07:38:02.921] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:38:02.921] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:38:02.921] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:38:02.921] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:38:02.922] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x82178db40) at ../src/backe...
[07:38:02.922] #8  0x00000000007d3810 in main (argc=8, argv=0x82178db40) at ../src/backend/main/main.c:230
[07:38:03.159] #0  0x000000082c68c41a in thr_kill () from /lib/libc.so.7
core
[07:38:02.425] #0  0x000000082c1a241a in thr_kill () from /lib/libc.so.7
[07:38:02.425] #1  0x000000082c11be64 in raise () from /lib/libc.so.7
[07:38:02.425] #2  0x000000082c1cc6f9 in abort () from /lib/libc.so.7
[07:38:02.425] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:38:02.425] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:38:02.425] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:38:02.425] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:38:02.425] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x82155c6a8) at ../src/backe...
[07:38:02.425] #8  0x00000000007d3810 in main (argc=8, argv=0x82155c6a8) at ../src/backend/main/main.c:230
[07:38:02.665] #0  0x000000082ba6541a in thr_kill () from /lib/libc.so.7
core
[07:38:02.180] #0  0x0000000829d7541a in thr_kill () from /lib/libc.so.7
[07:38:02.180] #1  0x0000000829ceee64 in raise () from /lib/libc.so.7
[07:38:02.180] #2  0x0000000829d9f6f9 in abort () from /lib/libc.so.7
[07:38:02.180] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:38:02.180] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:38:02.180] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:38:02.180] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:38:02.180] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821ba0fc8) at ../src/backe...
[07:38:02.180] #8  0x00000000007d3810 in main (argc=8, argv=0x821ba0fc8) at ../src/backend/main/main.c:230
[07:38:02.416] #0  0x000000082c1a241a in thr_kill () from /lib/libc.so.7
core
[07:38:01.932] #0  0x000000082c34c41a in thr_kill () from /lib/libc.so.7
[07:38:01.932] #1  0x000000082c2c5e64 in raise () from /lib/libc.so.7
[07:38:01.932] #2  0x000000082c3766f9 in abort () from /lib/libc.so.7
[07:38:01.932] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:38:01.932] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:38:01.932] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:38:01.932] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:38:01.932] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821aec6b8) at ../src/backe...
[07:38:01.932] #8  0x00000000007d3810 in main (argc=8, argv=0x821aec6b8) at ../src/backend/main/main.c:230
[07:38:02.170] #0  0x0000000829d7541a in thr_kill () from /lib/libc.so.7
core
[07:38:01.681] #0  0x000000082c09941a in thr_kill () from /lib/libc.so.7
[07:38:01.681] #1  0x000000082c012e64 in raise () from /lib/libc.so.7
[07:38:01.681] #2  0x000000082c0c36f9 in abort () from /lib/libc.so.7
[07:38:01.681] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:38:01.681] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:38:01.681] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:38:01.681] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:38:01.681] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8218c6f28) at ../src/backe...
[07:38:01.681] #8  0x00000000007d3810 in main (argc=8, argv=0x8218c6f28) at ../src/backend/main/main.c:230
[07:38:01.923] #0  0x000000082c34c41a in thr_kill () from /lib/libc.so.7
core
[07:38:01.428] #0  0x000000082d0fa41a in thr_kill () from /lib/libc.so.7
[07:38:01.428] #1  0x000000082d073e64 in raise () from /lib/libc.so.7
[07:38:01.428] #2  0x000000082d1246f9 in abort () from /lib/libc.so.7
[07:38:01.428] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:38:01.428] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:38:01.428] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:38:01.428] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:38:01.428] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821247b68) at ../src/backe...
[07:38:01.428] #8  0x00000000007d3810 in main (argc=8, argv=0x821247b68) at ../src/backend/main/main.c:230
[07:38:01.672] #0  0x000000082c09941a in thr_kill () from /lib/libc.so.7
core
[07:38:01.180] #0  0x000000082cacb41a in thr_kill () from /lib/libc.so.7
[07:38:01.180] #1  0x000000082ca44e64 in raise () from /lib/libc.so.7
[07:38:01.180] #2  0x000000082caf56f9 in abort () from /lib/libc.so.7
[07:38:01.180] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:38:01.180] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:38:01.180] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:38:01.180] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:38:01.180] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x82104bc20) at ../src/backe...
[07:38:01.180] #8  0x00000000007d3810 in main (argc=8, argv=0x82104bc20) at ../src/backend/main/main.c:230
[07:38:01.419] #0  0x000000082d0fa41a in thr_kill () from /lib/libc.so.7
core
[07:38:00.929] #0  0x000000082cd0a41a in thr_kill () from /lib/libc.so.7
[07:38:00.929] #1  0x000000082cc83e64 in raise () from /lib/libc.so.7
[07:38:00.929] #2  0x000000082cd346f9 in abort () from /lib/libc.so.7
[07:38:00.929] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:38:00.929] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:38:00.929] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:38:00.929] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:38:00.929] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x82182c038) at ../src/backe...
[07:38:00.929] #8  0x00000000007d3810 in main (argc=8, argv=0x82182c038) at ../src/backend/main/main.c:230
[07:38:01.170] #0  0x000000082cacb41a in thr_kill () from /lib/libc.so.7
core
[07:38:00.680] #0  0x000000082c8c841a in thr_kill () from /lib/libc.so.7
[07:38:00.680] #1  0x000000082c841e64 in raise () from /lib/libc.so.7
[07:38:00.680] #2  0x000000082c8f26f9 in abort () from /lib/libc.so.7
[07:38:00.680] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:38:00.680] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:38:00.680] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:38:00.680] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:38:00.680] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821b146e0) at ../src/backe...
[07:38:00.680] #8  0x00000000007d3810 in main (argc=8, argv=0x821b146e0) at ../src/backend/main/main.c:230
[07:38:00.920] #0  0x000000082cd0a41a in thr_kill () from /lib/libc.so.7
core
[07:38:00.431] #0  0x000000082a5b741a in thr_kill () from /lib/libc.so.7
[07:38:00.431] #1  0x000000082a530e64 in raise () from /lib/libc.so.7
[07:38:00.431] #2  0x000000082a5e16f9 in abort () from /lib/libc.so.7
[07:38:00.431] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:38:00.431] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:38:00.431] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:38:00.431] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:38:00.431] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820d8aec0) at ../src/backe...
[07:38:00.431] #8  0x00000000007d3810 in main (argc=8, argv=0x820d8aec0) at ../src/backend/main/main.c:230
[07:38:00.671] #0  0x000000082c8c841a in thr_kill () from /lib/libc.so.7
core
[07:38:00.182] #0  0x000000082d3e241a in thr_kill () from /lib/libc.so.7
[07:38:00.182] #1  0x000000082d35be64 in raise () from /lib/libc.so.7
[07:38:00.182] #2  0x000000082d40c6f9 in abort () from /lib/libc.so.7
[07:38:00.182] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:38:00.182] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:38:00.182] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:38:00.182] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:38:00.182] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x82197b0c0) at ../src/backe...
[07:38:00.182] #8  0x00000000007d3810 in main (argc=8, argv=0x82197b0c0) at ../src/backend/main/main.c:230
[07:38:00.422] #0  0x000000082a5b741a in thr_kill () from /lib/libc.so.7
core
[07:37:59.934] #0  0x000000082d02941a in thr_kill () from /lib/libc.so.7
[07:37:59.934] #1  0x000000082cfa2e64 in raise () from /lib/libc.so.7
[07:37:59.934] #2  0x000000082d0536f9 in abort () from /lib/libc.so.7
[07:37:59.934] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:37:59.934] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:37:59.934] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:37:59.934] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:37:59.934] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8219676c8) at ../src/backe...
[07:37:59.934] #8  0x00000000007d3810 in main (argc=8, argv=0x8219676c8) at ../src/backend/main/main.c:230
[07:38:00.173] #0  0x000000082d3e241a in thr_kill () from /lib/libc.so.7
core
[07:37:59.681] #0  0x000000082a50741a in thr_kill () from /lib/libc.so.7
[07:37:59.681] #1  0x000000082a480e64 in raise () from /lib/libc.so.7
[07:37:59.681] #2  0x000000082a5316f9 in abort () from /lib/libc.so.7
[07:37:59.681] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:37:59.681] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:37:59.681] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:37:59.681] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:37:59.681] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820fc6b80) at ../src/backe...
[07:37:59.681] #8  0x00000000007d3810 in main (argc=8, argv=0x820fc6b80) at ../src/backend/main/main.c:230
[07:37:59.925] #0  0x000000082d02941a in thr_kill () from /lib/libc.so.7
core
[07:37:59.432] #0  0x000000082a34c41a in thr_kill () from /lib/libc.so.7
[07:37:59.432] #1  0x000000082a2c5e64 in raise () from /lib/libc.so.7
[07:37:59.432] #2  0x000000082a3766f9 in abort () from /lib/libc.so.7
[07:37:59.432] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:37:59.432] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:37:59.432] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:37:59.432] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:37:59.432] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x82178ff08) at ../src/backe...
[07:37:59.432] #8  0x00000000007d3810 in main (argc=8, argv=0x82178ff08) at ../src/backend/main/main.c:230
[07:37:59.672] #0  0x000000082a50741a in thr_kill () from /lib/libc.so.7
core
[07:37:59.183] #0  0x000000082a67a41a in thr_kill () from /lib/libc.so.7
[07:37:59.183] #1  0x000000082a5f3e64 in raise () from /lib/libc.so.7
[07:37:59.183] #2  0x000000082a6a46f9 in abort () from /lib/libc.so.7
[07:37:59.183] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:37:59.183] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:37:59.183] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:37:59.183] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:37:59.183] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8219d2ee8) at ../src/backe...
[07:37:59.183] #8  0x00000000007d3810 in main (argc=8, argv=0x8219d2ee8) at ../src/backend/main/main.c:230
[07:37:59.423] #0  0x000000082a34c41a in thr_kill () from /lib/libc.so.7
core
[07:37:58.935] #0  0x000000082cc2341a in thr_kill () from /lib/libc.so.7
[07:37:58.935] #1  0x000000082cb9ce64 in raise () from /lib/libc.so.7
[07:37:58.935] #2  0x000000082cc4d6f9 in abort () from /lib/libc.so.7
[07:37:58.935] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:37:58.935] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:37:58.935] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:37:58.935] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:37:58.935] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821b21618) at ../src/backe...
[07:37:58.935] #8  0x00000000007d3810 in main (argc=8, argv=0x821b21618) at ../src/backend/main/main.c:230
[07:37:59.174] #0  0x000000082a67a41a in thr_kill () from /lib/libc.so.7
core
[07:37:58.685] #0  0x000000082c61b41a in thr_kill () from /lib/libc.so.7
[07:37:58.685] #1  0x000000082c594e64 in raise () from /lib/libc.so.7
[07:37:58.685] #2  0x000000082c6456f9 in abort () from /lib/libc.so.7
[07:37:58.685] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:37:58.685] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:37:58.685] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:37:58.685] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:37:58.685] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8212a7680) at ../src/backe...
[07:37:58.685] #8  0x00000000007d3810 in main (argc=8, argv=0x8212a7680) at ../src/backend/main/main.c:230
[07:37:58.926] #0  0x000000082cc2341a in thr_kill () from /lib/libc.so.7
core
[07:37:58.437] #0  0x000000082aad341a in thr_kill () from /lib/libc.so.7
[07:37:58.437] #1  0x000000082aa4ce64 in raise () from /lib/libc.so.7
[07:37:58.437] #2  0x000000082aafd6f9 in abort () from /lib/libc.so.7
[07:37:58.437] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:37:58.437] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:37:58.437] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:37:58.437] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:37:58.437] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821476b90) at ../src/backe...
[07:37:58.437] #8  0x00000000007d3810 in main (argc=8, argv=0x821476b90) at ../src/backend/main/main.c:230
[07:37:58.676] #0  0x000000082c61b41a in thr_kill () from /lib/libc.so.7
core
[07:37:58.190] #0  0x000000082d26741a in thr_kill () from /lib/libc.so.7
[07:37:58.190] #1  0x000000082d1e0e64 in raise () from /lib/libc.so.7
[07:37:58.190] #2  0x000000082d2916f9 in abort () from /lib/libc.so.7
[07:37:58.190] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:37:58.190] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:37:58.190] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:37:58.190] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:37:58.190] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8212833b8) at ../src/backe...
[07:37:58.190] #8  0x00000000007d3810 in main (argc=8, argv=0x8212833b8) at ../src/backend/main/main.c:230
[07:37:58.427] #0  0x000000082aad341a in thr_kill () from /lib/libc.so.7
core
[07:37:57.939] #0  0x000000082d7e941a in thr_kill () from /lib/libc.so.7
[07:37:57.939] #1  0x000000082d762e64 in raise () from /lib/libc.so.7
[07:37:57.939] #2  0x000000082d8136f9 in abort () from /lib/libc.so.7
[07:37:57.939] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:37:57.939] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:37:57.939] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:37:57.939] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:37:57.940] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821747a50) at ../src/backe...
[07:37:57.940] #8  0x00000000007d3810 in main (argc=8, argv=0x821747a50) at ../src/backend/main/main.c:230
[07:37:58.181] #0  0x000000082d26741a in thr_kill () from /lib/libc.so.7
core
[07:37:57.689] #0  0x000000082bf8a41a in thr_kill () from /lib/libc.so.7
[07:37:57.689] #1  0x000000082bf03e64 in raise () from /lib/libc.so.7
[07:37:57.689] #2  0x000000082bfb46f9 in abort () from /lib/libc.so.7
[07:37:57.689] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:37:57.689] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:37:57.689] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:37:57.689] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:37:57.689] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820e59720) at ../src/backe...
[07:37:57.689] #8  0x00000000007d3810 in main (argc=8, argv=0x820e59720) at ../src/backend/main/main.c:230
[07:37:57.930] #0  0x000000082d7e941a in thr_kill () from /lib/libc.so.7
core
[07:37:57.443] #0  0x0000000828de841a in thr_kill () from /lib/libc.so.7
[07:37:57.443] #1  0x0000000828d61e64 in raise () from /lib/libc.so.7
[07:37:57.443] #2  0x0000000828e126f9 in abort () from /lib/libc.so.7
[07:37:57.443] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:37:57.443] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:37:57.443] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:37:57.443] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:37:57.443] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820e701f0) at ../src/backe...
[07:37:57.443] #8  0x00000000007d3810 in main (argc=8, argv=0x820e701f0) at ../src/backend/main/main.c:230
[07:37:57.679] #0  0x000000082bf8a41a in thr_kill () from /lib/libc.so.7
core
[07:37:57.200] #0  0x000000082d6c541a in thr_kill () from /lib/libc.so.7
[07:37:57.200] #1  0x000000082d63ee64 in raise () from /lib/libc.so.7
[07:37:57.200] #2  0x000000082d6ef6f9 in abort () from /lib/libc.so.7
[07:37:57.200] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:37:57.200] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:37:57.200] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:37:57.200] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:37:57.200] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8219931c0) at ../src/backe...
[07:37:57.200] #8  0x00000000007d3810 in main (argc=8, argv=0x8219931c0) at ../src/backend/main/main.c:230
[07:37:57.434] #0  0x0000000828de841a in thr_kill () from /lib/libc.so.7
core
[07:37:56.952] #0  0x0000000829ef241a in thr_kill () from /lib/libc.so.7
[07:37:56.952] #1  0x0000000829e6be64 in raise () from /lib/libc.so.7
[07:37:56.952] #2  0x0000000829f1c6f9 in abort () from /lib/libc.so.7
[07:37:56.952] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:37:56.952] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:37:56.952] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:37:56.952] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:37:56.952] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820e08820) at ../src/backe...
[07:37:56.952] #8  0x00000000007d3810 in main (argc=8, argv=0x820e08820) at ../src/backend/main/main.c:230
[07:37:57.191] #0  0x000000082d6c541a in thr_kill () from /lib/libc.so.7
core
[07:37:56.703] #0  0x000000082ad3641a in thr_kill () from /lib/libc.so.7
[07:37:56.703] #1  0x000000082acafe64 in raise () from /lib/libc.so.7
[07:37:56.703] #2  0x000000082ad606f9 in abort () from /lib/libc.so.7
[07:37:56.703] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:37:56.703] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:37:56.703] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:37:56.703] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:37:56.703] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8213d89f8) at ../src/backe...
[07:37:56.703] #8  0x00000000007d3810 in main (argc=8, argv=0x8213d89f8) at ../src/backend/main/main.c:230
[07:37:56.943] #0  0x0000000829ef241a in thr_kill () from /lib/libc.so.7
core
[07:37:56.454] #0  0x000000082964441a in thr_kill () from /lib/libc.so.7
[07:37:56.454] #1  0x00000008295bde64 in raise () from /lib/libc.so.7
[07:37:56.454] #2  0x000000082966e6f9 in abort () from /lib/libc.so.7
[07:37:56.454] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:37:56.454] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:37:56.454] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:37:56.454] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:37:56.454] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8212d8bf0) at ../src/backe...
[07:37:56.454] #8  0x00000000007d3810 in main (argc=8, argv=0x8212d8bf0) at ../src/backend/main/main.c:230
[07:37:56.694] #0  0x000000082ad3641a in thr_kill () from /lib/libc.so.7
core
[07:37:56.207] #0  0x000000082b85141a in thr_kill () from /lib/libc.so.7
[07:37:56.207] #1  0x000000082b7cae64 in raise () from /lib/libc.so.7
[07:37:56.207] #2  0x000000082b87b6f9 in abort () from /lib/libc.so.7
[07:37:56.207] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:37:56.207] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:37:56.207] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:37:56.207] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:37:56.207] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x82157b1d0) at ../src/backe...
[07:37:56.207] #8  0x00000000007d3810 in main (argc=8, argv=0x82157b1d0) at ../src/backend/main/main.c:230
[07:37:56.446] #0  0x000000082964441a in thr_kill () from /lib/libc.so.7
core
[07:37:55.961] #0  0x000000082cccc41a in thr_kill () from /lib/libc.so.7
[07:37:55.961] #1  0x000000082cc45e64 in raise () from /lib/libc.so.7
[07:37:55.961] #2  0x000000082ccf66f9 in abort () from /lib/libc.so.7
[07:37:55.961] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:37:55.961] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:37:55.961] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:37:55.961] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:37:55.961] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821ae58f8) at ../src/backe...
[07:37:55.961] #8  0x00000000007d3810 in main (argc=8, argv=0x821ae58f8) at ../src/backend/main/main.c:230
[07:37:56.198] #0  0x000000082b85141a in thr_kill () from /lib/libc.so.7
core
[07:37:55.710] #0  0x000000082b5d941a in thr_kill () from /lib/libc.so.7
[07:37:55.710] #1  0x000000082b552e64 in raise () from /lib/libc.so.7
[07:37:55.710] #2  0x000000082b6036f9 in abort () from /lib/libc.so.7
[07:37:55.710] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:37:55.710] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:37:55.710] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:37:55.710] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:37:55.710] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8215e2b40) at ../src/backe...
[07:37:55.710] #8  0x00000000007d3810 in main (argc=8, argv=0x8215e2b40) at ../src/backend/main/main.c:230
[07:37:55.952] #0  0x000000082cccc41a in thr_kill () from /lib/libc.so.7
core
[07:37:55.462] #0  0x000000082cc5a41a in thr_kill () from /lib/libc.so.7
[07:37:55.462] #1  0x000000082cbd3e64 in raise () from /lib/libc.so.7
[07:37:55.462] #2  0x000000082cc846f9 in abort () from /lib/libc.so.7
[07:37:55.462] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:37:55.462] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:37:55.462] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:37:55.462] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:37:55.462] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820e189e0) at ../src/backe...
[07:37:55.462] #8  0x00000000007d3810 in main (argc=8, argv=0x820e189e0) at ../src/backend/main/main.c:230
[07:37:55.701] #0  0x000000082b5d941a in thr_kill () from /lib/libc.so.7
core
[07:37:55.210] #0  0x000000082add841a in thr_kill () from /lib/libc.so.7
[07:37:55.210] #1  0x000000082ad51e64 in raise () from /lib/libc.so.7
[07:37:55.210] #2  0x000000082ae026f9 in abort () from /lib/libc.so.7
[07:37:55.210] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:37:55.210] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:37:55.210] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:37:55.210] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:37:55.210] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8215c6df8) at ../src/backe...
[07:37:55.210] #8  0x00000000007d3810 in main (argc=8, argv=0x8215c6df8) at ../src/backend/main/main.c:230
[07:37:55.453] #0  0x000000082cc5a41a in thr_kill () from /lib/libc.so.7
core
[07:37:54.960] #0  0x000000082c94541a in thr_kill () from /lib/libc.so.7
[07:37:54.960] #1  0x000000082c8bee64 in raise () from /lib/libc.so.7
[07:37:54.960] #2  0x000000082c96f6f9 in abort () from /lib/libc.so.7
[07:37:54.960] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:37:54.960] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:37:54.960] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:37:54.960] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:37:54.960] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8218ed598) at ../src/backe...
[07:37:54.960] #8  0x00000000007d3810 in main (argc=8, argv=0x8218ed598) at ../src/backend/main/main.c:230
[07:37:55.201] #0  0x000000082add841a in thr_kill () from /lib/libc.so.7
core
[07:37:54.709] #0  0x000000082cc6341a in thr_kill () from /lib/libc.so.7
[07:37:54.709] #1  0x000000082cbdce64 in raise () from /lib/libc.so.7
[07:37:54.709] #2  0x000000082cc8d6f9 in abort () from /lib/libc.so.7
[07:37:54.709] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:37:54.709] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:37:54.709] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:37:54.709] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:37:54.709] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820d3a4a8) at ../src/backe...
[07:37:54.709] #8  0x00000000007d3810 in main (argc=8, argv=0x820d3a4a8) at ../src/backend/main/main.c:230
[07:37:54.951] #0  0x000000082c94541a in thr_kill () from /lib/libc.so.7
core
[07:37:54.465] #0  0x000000082d1c241a in thr_kill () from /lib/libc.so.7
[07:37:54.465] #1  0x000000082d13be64 in raise () from /lib/libc.so.7
[07:37:54.465] #2  0x000000082d1ec6f9 in abort () from /lib/libc.so.7
[07:37:54.465] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:37:54.465] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:37:54.465] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:37:54.465] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:37:54.465] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8211d5078) at ../src/backe...
[07:37:54.465] #8  0x00000000007d3810 in main (argc=8, argv=0x8211d5078) at ../src/backend/main/main.c:230
[07:37:54.701] #0  0x000000082cc6341a in thr_kill () from /lib/libc.so.7
core
[07:37:54.221] #0  0x000000082c47d41a in thr_kill () from /lib/libc.so.7
[07:37:54.221] #1  0x000000082c3f6e64 in raise () from /lib/libc.so.7
[07:37:54.221] #2  0x000000082c4a76f9 in abort () from /lib/libc.so.7
[07:37:54.221] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:37:54.221] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:37:54.221] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:37:54.221] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:37:54.221] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821925078) at ../src/backe...
[07:37:54.221] #8  0x00000000007d3810 in main (argc=8, argv=0x821925078) at ../src/backend/main/main.c:230
[07:37:54.456] #0  0x000000082d1c241a in thr_kill () from /lib/libc.so.7
core
[07:37:53.968] #0  0x000000082d22041a in thr_kill () from /lib/libc.so.7
[07:37:53.968] #1  0x000000082d199e64 in raise () from /lib/libc.so.7
[07:37:53.968] #2  0x000000082d24a6f9 in abort () from /lib/libc.so.7
[07:37:53.968] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:37:53.968] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:37:53.968] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:37:53.968] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:37:53.968] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x82149f540) at ../src/backe...
[07:37:53.968] #8  0x00000000007d3810 in main (argc=8, argv=0x82149f540) at ../src/backend/main/main.c:230
[07:37:54.212] #0  0x000000082c47d41a in thr_kill () from /lib/libc.so.7
core
[07:37:53.715] #0  0x000000082c5b341a in thr_kill () from /lib/libc.so.7
[07:37:53.715] #1  0x000000082c52ce64 in raise () from /lib/libc.so.7
[07:37:53.715] #2  0x000000082c5dd6f9 in abort () from /lib/libc.so.7
[07:37:53.715] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:37:53.715] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:37:53.715] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:37:53.715] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:37:53.716] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8215a8ee0) at ../src/backe...
[07:37:53.716] #8  0x00000000007d3810 in main (argc=8, argv=0x8215a8ee0) at ../src/backend/main/main.c:230
[07:37:53.959] #0  0x000000082d22041a in thr_kill () from /lib/libc.so.7
core
[07:37:53.463] #0  0x000000082dc8441a in thr_kill () from /lib/libc.so.7
[07:37:53.463] #1  0x000000082dbfde64 in raise () from /lib/libc.so.7
[07:37:53.463] #2  0x000000082dcae6f9 in abort () from /lib/libc.so.7
[07:37:53.463] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:37:53.463] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:37:53.463] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:37:53.463] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:37:53.463] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821a6d780) at ../src/backe...
[07:37:53.463] #8  0x00000000007d3810 in main (argc=8, argv=0x821a6d780) at ../src/backend/main/main.c:230
[07:37:53.706] #0  0x000000082c5b341a in thr_kill () from /lib/libc.so.7
core
[07:37:53.205] #0  0x000000082bfa341a in thr_kill () from /lib/libc.so.7
[07:37:53.205] #1  0x000000082bf1ce64 in raise () from /lib/libc.so.7
[07:37:53.205] #2  0x000000082bfcd6f9 in abort () from /lib/libc.so.7
[07:37:53.205] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:37:53.205] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:37:53.205] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:37:53.205] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:37:53.205] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x82166ba68) at ../src/backe...
[07:37:53.205] #8  0x00000000007d3810 in main (argc=8, argv=0x82166ba68) at ../src/backend/main/main.c:230
[07:37:53.453] #0  0x000000082dc8441a in thr_kill () from /lib/libc.so.7
core
[07:37:52.950] #0  0x000000082bba541a in thr_kill () from /lib/libc.so.7
[07:37:52.950] #1  0x000000082bb1ee64 in raise () from /lib/libc.so.7
[07:37:52.950] #2  0x000000082bbcf6f9 in abort () from /lib/libc.so.7
[07:37:52.950] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:37:52.950] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:37:52.950] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:37:52.950] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:37:52.950] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820e23838) at ../src/backe...
[07:37:52.950] #8  0x00000000007d3810 in main (argc=8, argv=0x820e23838) at ../src/backend/main/main.c:230
[07:37:53.195] #0  0x000000082bfa341a in thr_kill () from /lib/libc.so.7
core
[07:37:52.692] #0  0x000000082c7d241a in thr_kill () from /lib/libc.so.7
[07:37:52.692] #1  0x000000082c74be64 in raise () from /lib/libc.so.7
[07:37:52.692] #2  0x000000082c7fc6f9 in abort () from /lib/libc.so.7
[07:37:52.692] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:37:52.692] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:37:52.692] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:37:52.692] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:37:52.692] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8217c3598) at ../src/backe...
[07:37:52.692] #8  0x00000000007d3810 in main (argc=8, argv=0x8217c3598) at ../src/backend/main/main.c:230
[07:37:52.941] #0  0x000000082bba541a in thr_kill () from /lib/libc.so.7
core
[07:37:52.436] #0  0x000000082c88b41a in thr_kill () from /lib/libc.so.7
[07:37:52.436] #1  0x000000082c804e64 in raise () from /lib/libc.so.7
[07:37:52.436] #2  0x000000082c8b56f9 in abort () from /lib/libc.so.7
[07:37:52.436] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:37:52.436] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:37:52.436] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:37:52.436] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:37:52.436] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821483f98) at ../src/backe...
[07:37:52.436] #8  0x00000000007d3810 in main (argc=8, argv=0x821483f98) at ../src/backend/main/main.c:230
[07:37:52.683] #0  0x000000082c7d241a in thr_kill () from /lib/libc.so.7
core
[07:37:52.181] #0  0x000000082bf0641a in thr_kill () from /lib/libc.so.7
[07:37:52.181] #1  0x000000082be7fe64 in raise () from /lib/libc.so.7
[07:37:52.181] #2  0x000000082bf306f9 in abort () from /lib/libc.so.7
[07:37:52.181] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:37:52.181] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:37:52.181] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:37:52.181] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:37:52.181] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8217b4500) at ../src/backe...
[07:37:52.181] #8  0x00000000007d3810 in main (argc=8, argv=0x8217b4500) at ../src/backend/main/main.c:230
[07:37:52.426] #0  0x000000082c88b41a in thr_kill () from /lib/libc.so.7
core
[07:37:51.924] #0  0x000000082ab2a41a in thr_kill () from /lib/libc.so.7
[07:37:51.924] #1  0x000000082aaa3e64 in raise () from /lib/libc.so.7
[07:37:51.924] #2  0x000000082ab546f9 in abort () from /lib/libc.so.7
[07:37:51.924] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:37:51.924] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:37:51.924] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:37:51.924] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:37:51.924] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821429648) at ../src/backe...
[07:37:51.924] #8  0x00000000007d3810 in main (argc=8, argv=0x821429648) at ../src/backend/main/main.c:230
[07:37:52.171] #0  0x000000082bf0641a in thr_kill () from /lib/libc.so.7
core
[07:37:51.670] #0  0x000000082cec441a in thr_kill () from /lib/libc.so.7
[07:37:51.670] #1  0x000000082ce3de64 in raise () from /lib/libc.so.7
[07:37:51.670] #2  0x000000082ceee6f9 in abort () from /lib/libc.so.7
[07:37:51.670] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:37:51.670] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:37:51.670] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:37:51.670] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:37:51.670] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821967860) at ../src/backe...
[07:37:51.670] #8  0x00000000007d3810 in main (argc=8, argv=0x821967860) at ../src/backend/main/main.c:230
[07:37:51.915] #0  0x000000082ab2a41a in thr_kill () from /lib/libc.so.7
core
[07:37:51.421] #0  0x000000082906741a in thr_kill () from /lib/libc.so.7
[07:37:51.421] #1  0x0000000828fe0e64 in raise () from /lib/libc.so.7
[07:37:51.421] #2  0x00000008290916f9 in abort () from /lib/libc.so.7
[07:37:51.421] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:37:51.421] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:37:51.421] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:37:51.421] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:37:51.421] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8218b13b8) at ../src/backe...
[07:37:51.421] #8  0x00000000007d3810 in main (argc=8, argv=0x8218b13b8) at ../src/backend/main/main.c:230
[07:37:51.661] #0  0x000000082cec441a in thr_kill () from /lib/libc.so.7
core
[07:37:51.176] #0  0x000000082bcd041a in thr_kill () from /lib/libc.so.7
[07:37:51.176] #1  0x000000082bc49e64 in raise () from /lib/libc.so.7
[07:37:51.176] #2  0x000000082bcfa6f9 in abort () from /lib/libc.so.7
[07:37:51.176] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:37:51.176] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:37:51.176] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:37:51.176] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:37:51.176] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x82115ea00) at ../src/backe...
[07:37:51.176] #8  0x00000000007d3810 in main (argc=8, argv=0x82115ea00) at ../src/backend/main/main.c:230
[07:37:51.411] #0  0x000000082906741a in thr_kill () from /lib/libc.so.7
core
[07:37:50.925] #0  0x000000082c4d241a in thr_kill () from /lib/libc.so.7
[07:37:50.925] #1  0x000000082c44be64 in raise () from /lib/libc.so.7
[07:37:50.925] #2  0x000000082c4fc6f9 in abort () from /lib/libc.so.7
[07:37:50.925] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:37:50.925] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:37:50.925] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:37:50.925] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:37:50.925] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820cfe0e0) at ../src/backe...
[07:37:50.925] #8  0x00000000007d3810 in main (argc=8, argv=0x820cfe0e0) at ../src/backend/main/main.c:230
[07:37:51.167] #0  0x000000082bcd041a in thr_kill () from /lib/libc.so.7
core
[07:37:50.674] #0  0x000000082abd741a in thr_kill () from /lib/libc.so.7
[07:37:50.674] #1  0x000000082ab50e64 in raise () from /lib/libc.so.7
[07:37:50.674] #2  0x000000082ac016f9 in abort () from /lib/libc.so.7
[07:37:50.674] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:37:50.674] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:37:50.674] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:37:50.674] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:37:50.674] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821aadf90) at ../src/backe...
[07:37:50.674] #8  0x00000000007d3810 in main (argc=8, argv=0x821aadf90) at ../src/backend/main/main.c:230
[07:37:50.916] #0  0x000000082c4d241a in thr_kill () from /lib/libc.so.7
core
[07:37:50.422] #0  0x000000082ba2541a in thr_kill () from /lib/libc.so.7
[07:37:50.422] #1  0x000000082b99ee64 in raise () from /lib/libc.so.7
[07:37:50.422] #2  0x000000082ba4f6f9 in abort () from /lib/libc.so.7
[07:37:50.422] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:37:50.422] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:37:50.422] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:37:50.422] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:37:50.422] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8213f3a88) at ../src/backe...
[07:37:50.422] #8  0x00000000007d3810 in main (argc=8, argv=0x8213f3a88) at ../src/backend/main/main.c:230
[07:37:50.665] #0  0x000000082abd741a in thr_kill () from /lib/libc.so.7
core
[07:37:50.167] #0  0x000000082ada541a in thr_kill () from /lib/libc.so.7
[07:37:50.167] #1  0x000000082ad1ee64 in raise () from /lib/libc.so.7
[07:37:50.167] #2  0x000000082adcf6f9 in abort () from /lib/libc.so.7
[07:37:50.167] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:37:50.167] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:37:50.167] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:37:50.167] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:37:50.168] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821667478) at ../src/backe...
[07:37:50.168] #8  0x00000000007d3810 in main (argc=8, argv=0x821667478) at ../src/backend/main/main.c:230
[07:37:50.413] #0  0x000000082ba2541a in thr_kill () from /lib/libc.so.7
core
[07:37:49.919] #0  0x000000082c2aa41a in thr_kill () from /lib/libc.so.7
[07:37:49.919] #1  0x000000082c223e64 in raise () from /lib/libc.so.7
[07:37:49.919] #2  0x000000082c2d46f9 in abort () from /lib/libc.so.7
[07:37:49.919] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:37:49.919] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:37:49.919] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:37:49.919] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:37:49.919] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821615fc8) at ../src/backe...
[07:37:49.919] #8  0x00000000007d3810 in main (argc=8, argv=0x821615fc8) at ../src/backend/main/main.c:230
[07:37:50.158] #0  0x000000082ada541a in thr_kill () from /lib/libc.so.7
core
[07:37:49.670] #0  0x000000082b7dd41a in thr_kill () from /lib/libc.so.7
[07:37:49.670] #1  0x000000082b756e64 in raise () from /lib/libc.so.7
[07:37:49.670] #2  0x000000082b8076f9 in abort () from /lib/libc.so.7
[07:37:49.670] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:37:49.670] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:37:49.670] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:37:49.670] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:37:49.670] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8212b9c30) at ../src/backe...
[07:37:49.670] #8  0x00000000007d3810 in main (argc=4, argv=0x8212b9c30) at ../src/backend/main/main.c:230
[07:37:49.910] #0  0x000000082c2aa41a in thr_kill () from /lib/libc.so.7
core
[07:37:49.423] #0  0x000000082c25c41a in thr_kill () from /lib/libc.so.7
[07:37:49.423] #1  0x000000082c1d5e64 in raise () from /lib/libc.so.7
[07:37:49.423] #2  0x000000082c2866f9 in abort () from /lib/libc.so.7
[07:37:49.423] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:37:49.423] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:37:49.423] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:37:49.423] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:37:49.423] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8218898f0) at ../src/backe...
[07:37:49.423] #8  0x00000000007d3810 in main (argc=4, argv=0x8218898f0) at ../src/backend/main/main.c:230
[07:37:49.661] #0  0x000000082b7dd41a in thr_kill () from /lib/libc.so.7
core
[07:37:49.172] #0  0x000000082df9341a in thr_kill () from /lib/libc.so.7
[07:37:49.172] #1  0x000000082df0ce64 in raise () from /lib/libc.so.7
[07:37:49.172] #2  0x000000082dfbd6f9 in abort () from /lib/libc.so.7
[07:37:49.172] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:37:49.172] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:37:49.172] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:37:49.172] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:37:49.172] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8214ce5c8) at ../src/backe...
[07:37:49.172] #8  0x00000000007d3810 in main (argc=8, argv=0x8214ce5c8) at ../src/backend/main/main.c:230
[07:37:49.414] #0  0x000000082c25c41a in thr_kill () from /lib/libc.so.7
core
[07:37:48.921] #0  0x000000082c7a141a in thr_kill () from /lib/libc.so.7
[07:37:48.921] #1  0x000000082c71ae64 in raise () from /lib/libc.so.7
[07:37:48.921] #2  0x000000082c7cb6f9 in abort () from /lib/libc.so.7
[07:37:48.921] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:37:48.921] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:37:48.921] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:37:48.921] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:37:48.921] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8219b95a8) at ../src/backe...
[07:37:48.921] #8  0x00000000007d3810 in main (argc=8, argv=0x8219b95a8) at ../src/backend/main/main.c:230
[07:37:49.163] #0  0x000000082df9341a in thr_kill () from /lib/libc.so.7
core
[07:37:48.666] #0  0x000000082ab4f41a in thr_kill () from /lib/libc.so.7
[07:37:48.666] #1  0x000000082aac8e64 in raise () from /lib/libc.so.7
[07:37:48.666] #2  0x000000082ab796f9 in abort () from /lib/libc.so.7
[07:37:48.666] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:37:48.666] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:37:48.666] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:37:48.666] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:37:48.666] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820bb9398) at ../src/backe...
[07:37:48.666] #8  0x00000000007d3810 in main (argc=8, argv=0x820bb9398) at ../src/backend/main/main.c:230
[07:37:48.912] #0  0x000000082c7a141a in thr_kill () from /lib/libc.so.7
core
[07:37:48.414] #0  0x000000082b8fb41a in thr_kill () from /lib/libc.so.7
[07:37:48.414] #1  0x000000082b874e64 in raise () from /lib/libc.so.7
[07:37:48.414] #2  0x000000082b9256f9 in abort () from /lib/libc.so.7
[07:37:48.414] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:37:48.414] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:37:48.414] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:37:48.414] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:37:48.414] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821232648) at ../src/backe...
[07:37:48.414] #8  0x00000000007d3810 in main (argc=8, argv=0x821232648) at ../src/backend/main/main.c:230
[07:37:48.657] #0  0x000000082ab4f41a in thr_kill () from /lib/libc.so.7
core
[07:37:48.165] #0  0x000000082daac41a in thr_kill () from /lib/libc.so.7
[07:37:48.165] #1  0x000000082da25e64 in raise () from /lib/libc.so.7
[07:37:48.165] #2  0x000000082dad66f9 in abort () from /lib/libc.so.7
[07:37:48.165] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:37:48.165] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:37:48.165] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:37:48.165] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:37:48.165] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820f09660) at ../src/backe...
[07:37:48.165] #8  0x00000000007d3810 in main (argc=4, argv=0x820f09660) at ../src/backend/main/main.c:230
[07:37:48.405] #0  0x000000082b8fb41a in thr_kill () from /lib/libc.so.7
core
[07:37:47.912] #0  0x000000082df4d41a in thr_kill () from /lib/libc.so.7
[07:37:47.912] #1  0x000000082dec6e64 in raise () from /lib/libc.so.7
[07:37:47.912] #2  0x000000082df776f9 in abort () from /lib/libc.so.7
[07:37:47.912] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:37:47.912] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:37:47.912] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:37:47.912] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:37:47.912] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820d6da98) at ../src/backe...
[07:37:47.912] #8  0x00000000007d3810 in main (argc=4, argv=0x820d6da98) at ../src/backend/main/main.c:230
[07:37:48.155] #0  0x000000082daac41a in thr_kill () from /lib/libc.so.7
core
[07:37:47.662] #0  0x000000082e4c241a in thr_kill () from /lib/libc.so.7
[07:37:47.662] #1  0x000000082e43be64 in raise () from /lib/libc.so.7
[07:37:47.662] #2  0x000000082e4ec6f9 in abort () from /lib/libc.so.7
[07:37:47.662] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:37:47.662] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:37:47.662] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:37:47.662] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:37:47.662] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8218f8948) at ../src/backe...
[07:37:47.662] #8  0x00000000007d3810 in main (argc=4, argv=0x8218f8948) at ../src/backend/main/main.c:230
[07:37:47.903] #0  0x000000082df4d41a in thr_kill () from /lib/libc.so.7
core
[07:37:47.414] #0  0x000000082dc8841a in thr_kill () from /lib/libc.so.7
[07:37:47.414] #1  0x000000082dc01e64 in raise () from /lib/libc.so.7
[07:37:47.414] #2  0x000000082dcb26f9 in abort () from /lib/libc.so.7
[07:37:47.414] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:37:47.414] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:37:47.414] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:37:47.414] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:37:47.414] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821642a48) at ../src/backe...
[07:37:47.414] #8  0x00000000007d3810 in main (argc=4, argv=0x821642a48) at ../src/backend/main/main.c:230
[07:37:47.652] #0  0x000000082e4c241a in thr_kill () from /lib/libc.so.7
core
[07:37:47.169] #0  0x000000082ba6f41a in thr_kill () from /lib/libc.so.7
[07:37:47.169] #1  0x000000082b9e8e64 in raise () from /lib/libc.so.7
[07:37:47.169] #2  0x000000082ba996f9 in abort () from /lib/libc.so.7
[07:37:47.169] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:37:47.169] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:37:47.169] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:37:47.169] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:37:47.169] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820f3d848) at ../src/backe...
[07:37:47.169] #8  0x00000000007d3810 in main (argc=4, argv=0x820f3d848) at ../src/backend/main/main.c:230
[07:37:47.405] #0  0x000000082dc8841a in thr_kill () from /lib/libc.so.7
core
[07:37:46.919] #0  0x000000082b21f41a in thr_kill () from /lib/libc.so.7
[07:37:46.919] #1  0x000000082b198e64 in raise () from /lib/libc.so.7
[07:37:46.919] #2  0x000000082b2496f9 in abort () from /lib/libc.so.7
[07:37:46.919] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:37:46.919] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:37:46.919] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:37:46.919] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:37:46.919] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82193df90) at ../src/backe...
[07:37:46.919] #8  0x00000000007d3810 in main (argc=4, argv=0x82193df90) at ../src/backend/main/main.c:230
[07:37:47.160] #0  0x000000082ba6f41a in thr_kill () from /lib/libc.so.7
core
[07:37:46.673] #0  0x000000082cb4641a in thr_kill () from /lib/libc.so.7
[07:37:46.673] #1  0x000000082cabfe64 in raise () from /lib/libc.so.7
[07:37:46.673] #2  0x000000082cb706f9 in abort () from /lib/libc.so.7
[07:37:46.673] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:37:46.673] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:37:46.673] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:37:46.673] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:37:46.673] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820d0f890) at ../src/backe...
[07:37:46.673] #8  0x00000000007d3810 in main (argc=4, argv=0x820d0f890) at ../src/backend/main/main.c:230
[07:37:46.910] #0  0x000000082b21f41a in thr_kill () from /lib/libc.so.7
core
[07:37:46.421] #0  0x000000082c90941a in thr_kill () from /lib/libc.so.7
[07:37:46.421] #1  0x000000082c882e64 in raise () from /lib/libc.so.7
[07:37:46.421] #2  0x000000082c9336f9 in abort () from /lib/libc.so.7
[07:37:46.421] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:37:46.421] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:37:46.421] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:37:46.421] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:37:46.421] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821983d50) at ../src/backe...
[07:37:46.421] #8  0x00000000007d3810 in main (argc=4, argv=0x821983d50) at ../src/backend/main/main.c:230
[07:37:46.664] #0  0x000000082cb4641a in thr_kill () from /lib/libc.so.7
core
[07:37:46.176] #0  0x000000082978f41a in thr_kill () from /lib/libc.so.7
[07:37:46.176] #1  0x0000000829708e64 in raise () from /lib/libc.so.7
[07:37:46.176] #2  0x00000008297b96f9 in abort () from /lib/libc.so.7
[07:37:46.176] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:37:46.176] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:37:46.176] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:37:46.176] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:37:46.176] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820e27378) at ../src/backe...
[07:37:46.176] #8  0x00000000007d3810 in main (argc=4, argv=0x820e27378) at ../src/backend/main/main.c:230
[07:37:46.412] #0  0x000000082c90941a in thr_kill () from /lib/libc.so.7
core
[07:37:45.925] #0  0x000000082abe041a in thr_kill () from /lib/libc.so.7
[07:37:45.925] #1  0x000000082ab59e64 in raise () from /lib/libc.so.7
[07:37:45.925] #2  0x000000082ac0a6f9 in abort () from /lib/libc.so.7
[07:37:45.925] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:37:45.925] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:37:45.925] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:37:45.925] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:37:45.925] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82144f868) at ../src/backe...
[07:37:45.925] #8  0x00000000007d3810 in main (argc=4, argv=0x82144f868) at ../src/backend/main/main.c:230
[07:37:46.166] #0  0x000000082978f41a in thr_kill () from /lib/libc.so.7
core
[07:37:45.678] #0  0x000000082db4541a in thr_kill () from /lib/libc.so.7
[07:37:45.678] #1  0x000000082dabee64 in raise () from /lib/libc.so.7
[07:37:45.678] #2  0x000000082db6f6f9 in abort () from /lib/libc.so.7
[07:37:45.678] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:37:45.678] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:37:45.678] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:37:45.678] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:37:45.678] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8213fae68) at ../src/backe...
[07:37:45.678] #8  0x00000000007d3810 in main (argc=4, argv=0x8213fae68) at ../src/backend/main/main.c:230
[07:37:45.916] #0  0x000000082abe041a in thr_kill () from /lib/libc.so.7
core
[07:37:45.431] #0  0x000000082b9c741a in thr_kill () from /lib/libc.so.7
[07:37:45.431] #1  0x000000082b940e64 in raise () from /lib/libc.so.7
[07:37:45.431] #2  0x000000082b9f16f9 in abort () from /lib/libc.so.7
[07:37:45.431] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:37:45.431] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:37:45.431] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:37:45.431] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:37:45.431] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82140bcd0) at ../src/backe...
[07:37:45.431] #8  0x00000000007d3810 in main (argc=4, argv=0x82140bcd0) at ../src/backend/main/main.c:230
[07:37:45.669] #0  0x000000082db4541a in thr_kill () from /lib/libc.so.7
core
[07:37:45.181] #0  0x000000082ad5441a in thr_kill () from /lib/libc.so.7
[07:37:45.181] #1  0x000000082accde64 in raise () from /lib/libc.so.7
[07:37:45.181] #2  0x000000082ad7e6f9 in abort () from /lib/libc.so.7
[07:37:45.181] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:37:45.181] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:37:45.181] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:37:45.181] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:37:45.181] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821370a18) at ../src/backe...
[07:37:45.181] #8  0x00000000007d3810 in main (argc=4, argv=0x821370a18) at ../src/backend/main/main.c:230
[07:37:45.422] #0  0x000000082b9c741a in thr_kill () from /lib/libc.so.7
core
[07:37:44.928] #0  0x000000082ae8741a in thr_kill () from /lib/libc.so.7
[07:37:44.928] #1  0x000000082ae00e64 in raise () from /lib/libc.so.7
[07:37:44.928] #2  0x000000082aeb16f9 in abort () from /lib/libc.so.7
[07:37:44.928] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:37:44.928] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:37:44.928] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:37:44.928] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:37:44.928] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820bbb3d0) at ../src/backe...
[07:37:44.928] #8  0x00000000007d3810 in main (argc=4, argv=0x820bbb3d0) at ../src/backend/main/main.c:230
[07:37:45.172] #0  0x000000082ad5441a in thr_kill () from /lib/libc.so.7
core
[07:37:44.679] #0  0x0000000829ed041a in thr_kill () from /lib/libc.so.7
[07:37:44.679] #1  0x0000000829e49e64 in raise () from /lib/libc.so.7
[07:37:44.679] #2  0x0000000829efa6f9 in abort () from /lib/libc.so.7
[07:37:44.679] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:37:44.679] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:37:44.679] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:37:44.679] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:37:44.679] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821502310) at ../src/backe...
[07:37:44.679] #8  0x00000000007d3810 in main (argc=4, argv=0x821502310) at ../src/backend/main/main.c:230
[07:37:44.919] #0  0x000000082ae8741a in thr_kill () from /lib/libc.so.7
core
[07:37:44.427] #0  0x000000082b95e41a in thr_kill () from /lib/libc.so.7
[07:37:44.427] #1  0x000000082b8d7e64 in raise () from /lib/libc.so.7
[07:37:44.427] #2  0x000000082b9886f9 in abort () from /lib/libc.so.7
[07:37:44.427] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:37:44.427] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:37:44.427] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:37:44.427] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:37:44.427] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821b0e3f0) at ../src/backe...
[07:37:44.427] #8  0x00000000007d3810 in main (argc=4, argv=0x821b0e3f0) at ../src/backend/main/main.c:230
[07:37:44.670] #0  0x0000000829ed041a in thr_kill () from /lib/libc.so.7
core
[07:37:44.180] #0  0x000000082c1d141a in thr_kill () from /lib/libc.so.7
[07:37:44.180] #1  0x000000082c14ae64 in raise () from /lib/libc.so.7
[07:37:44.180] #2  0x000000082c1fb6f9 in abort () from /lib/libc.so.7
[07:37:44.180] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:37:44.180] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:37:44.180] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:37:44.180] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:37:44.181] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8213e6558) at ../src/backe...
[07:37:44.181] #8  0x00000000007d3810 in main (argc=8, argv=0x8213e6558) at ../src/backend/main/main.c:230
[07:37:44.418] #0  0x000000082b95e41a in thr_kill () from /lib/libc.so.7
core
[07:37:43.931] #0  0x000000082bd9141a in thr_kill () from /lib/libc.so.7
[07:37:43.931] #1  0x000000082bd0ae64 in raise () from /lib/libc.so.7
[07:37:43.931] #2  0x000000082bdbb6f9 in abort () from /lib/libc.so.7
[07:37:43.931] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:37:43.931] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:37:43.931] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:37:43.931] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:37:43.931] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821b0ebf8) at ../src/backe...
[07:37:43.931] #8  0x00000000007d3810 in main (argc=4, argv=0x821b0ebf8) at ../src/backend/main/main.c:230
[07:37:44.171] #0  0x000000082c1d141a in thr_kill () from /lib/libc.so.7
core
[07:37:43.687] #0  0x000000082d13241a in thr_kill () from /lib/libc.so.7
[07:37:43.687] #1  0x000000082d0abe64 in raise () from /lib/libc.so.7
[07:37:43.687] #2  0x000000082d15c6f9 in abort () from /lib/libc.so.7
[07:37:43.687] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:37:43.687] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:37:43.687] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:37:43.687] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:37:43.687] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82179c6e0) at ../src/backe...
[07:37:43.687] #8  0x00000000007d3810 in main (argc=4, argv=0x82179c6e0) at ../src/backend/main/main.c:230
[07:37:43.922] #0  0x000000082bd9141a in thr_kill () from /lib/libc.so.7
core
[07:37:43.439] #0  0x000000082c9fc41a in thr_kill () from /lib/libc.so.7
[07:37:43.439] #1  0x000000082c975e64 in raise () from /lib/libc.so.7
[07:37:43.439] #2  0x000000082ca266f9 in abort () from /lib/libc.so.7
[07:37:43.439] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:37:43.439] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:37:43.439] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:37:43.439] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:37:43.439] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821246d38) at ../src/backe...
[07:37:43.439] #8  0x00000000007d3810 in main (argc=4, argv=0x821246d38) at ../src/backend/main/main.c:230
[07:37:43.678] #0  0x000000082d13241a in thr_kill () from /lib/libc.so.7
core
[07:37:43.196] #0  0x000000082cb7e41a in thr_kill () from /lib/libc.so.7
[07:37:43.196] #1  0x000000082caf7e64 in raise () from /lib/libc.so.7
[07:37:43.196] #2  0x000000082cba86f9 in abort () from /lib/libc.so.7
[07:37:43.196] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:37:43.196] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:37:43.196] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:37:43.196] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:37:43.196] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820c52100) at ../src/backe...
[07:37:43.196] #8  0x00000000007d3810 in main (argc=4, argv=0x820c52100) at ../src/backend/main/main.c:230
[07:37:43.429] #0  0x000000082c9fc41a in thr_kill () from /lib/libc.so.7
core
[07:37:42.949] #0  0x000000082c48f41a in thr_kill () from /lib/libc.so.7
[07:37:42.949] #1  0x000000082c408e64 in raise () from /lib/libc.so.7
[07:37:42.949] #2  0x000000082c4b96f9 in abort () from /lib/libc.so.7
[07:37:42.949] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:37:42.949] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:37:42.949] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:37:42.949] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:37:42.949] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820ceedb8) at ../src/backe...
[07:37:42.949] #8  0x00000000007d3810 in main (argc=4, argv=0x820ceedb8) at ../src/backend/main/main.c:230
[07:37:43.187] #0  0x000000082cb7e41a in thr_kill () from /lib/libc.so.7
core
[07:37:42.701] #0  0x000000082bd6b41a in thr_kill () from /lib/libc.so.7
[07:37:42.701] #1  0x000000082bce4e64 in raise () from /lib/libc.so.7
[07:37:42.701] #2  0x000000082bd956f9 in abort () from /lib/libc.so.7
[07:37:42.701] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:37:42.701] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:37:42.701] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:37:42.701] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:37:42.701] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8210c3870) at ../src/backe...
[07:37:42.701] #8  0x00000000007d3810 in main (argc=4, argv=0x8210c3870) at ../src/backend/main/main.c:230
[07:37:42.939] #0  0x000000082c48f41a in thr_kill () from /lib/libc.so.7
core
[07:37:42.456] #0  0x000000082c0b141a in thr_kill () from /lib/libc.so.7
[07:37:42.456] #1  0x000000082c02ae64 in raise () from /lib/libc.so.7
[07:37:42.456] #2  0x000000082c0db6f9 in abort () from /lib/libc.so.7
[07:37:42.456] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:37:42.456] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:37:42.456] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:37:42.456] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:37:42.456] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821901928) at ../src/backe...
[07:37:42.456] #8  0x00000000007d3810 in main (argc=4, argv=0x821901928) at ../src/backend/main/main.c:230
[07:37:42.692] #0  0x000000082bd6b41a in thr_kill () from /lib/libc.so.7
core
[07:37:42.209] #0  0x000000082cc6a41a in thr_kill () from /lib/libc.so.7
[07:37:42.209] #1  0x000000082cbe3e64 in raise () from /lib/libc.so.7
[07:37:42.209] #2  0x000000082cc946f9 in abort () from /lib/libc.so.7
[07:37:42.209] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:37:42.209] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:37:42.209] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:37:42.209] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:37:42.209] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82127eef0) at ../src/backe...
[07:37:42.209] #8  0x00000000007d3810 in main (argc=4, argv=0x82127eef0) at ../src/backend/main/main.c:230
[07:37:42.446] #0  0x000000082c0b141a in thr_kill () from /lib/libc.so.7
core
[07:37:41.961] #0  0x000000082cdb741a in thr_kill () from /lib/libc.so.7
[07:37:41.961] #1  0x000000082cd30e64 in raise () from /lib/libc.so.7
[07:37:41.961] #2  0x000000082cde16f9 in abort () from /lib/libc.so.7
[07:37:41.961] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:37:41.961] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:37:41.961] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:37:41.961] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:37:41.962] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820f58fe8) at ../src/backe...
[07:37:41.962] #8  0x00000000007d3810 in main (argc=4, argv=0x820f58fe8) at ../src/backend/main/main.c:230
[07:37:42.200] #0  0x000000082cc6a41a in thr_kill () from /lib/libc.so.7
core
[07:37:41.713] #0  0x000000082d3be41a in thr_kill () from /lib/libc.so.7
[07:37:41.713] #1  0x000000082d337e64 in raise () from /lib/libc.so.7
[07:37:41.713] #2  0x000000082d3e86f9 in abort () from /lib/libc.so.7
[07:37:41.713] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:37:41.713] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:37:41.713] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:37:41.713] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:37:41.713] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82161fac8) at ../src/backe...
[07:37:41.713] #8  0x00000000007d3810 in main (argc=4, argv=0x82161fac8) at ../src/backend/main/main.c:230
[07:37:41.952] #0  0x000000082cdb741a in thr_kill () from /lib/libc.so.7
core
[07:37:41.464] #0  0x000000082c41341a in thr_kill () from /lib/libc.so.7
[07:37:41.464] #1  0x000000082c38ce64 in raise () from /lib/libc.so.7
[07:37:41.464] #2  0x000000082c43d6f9 in abort () from /lib/libc.so.7
[07:37:41.464] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:37:41.464] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:37:41.464] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:37:41.464] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:37:41.464] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821258088) at ../src/backe...
[07:37:41.464] #8  0x00000000007d3810 in main (argc=4, argv=0x821258088) at ../src/backend/main/main.c:230
[07:37:41.703] #0  0x000000082d3be41a in thr_kill () from /lib/libc.so.7
core
[07:37:41.218] #0  0x00000008298a841a in thr_kill () from /lib/libc.so.7
[07:37:41.218] #1  0x0000000829821e64 in raise () from /lib/libc.so.7
[07:37:41.218] #2  0x00000008298d26f9 in abort () from /lib/libc.so.7
[07:37:41.218] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:37:41.218] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:37:41.218] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:37:41.218] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:37:41.218] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820edb868) at ../src/backe...
[07:37:41.218] #8  0x00000000007d3810 in main (argc=4, argv=0x820edb868) at ../src/backend/main/main.c:230
[07:37:41.454] #0  0x000000082c41341a in thr_kill () from /lib/libc.so.7
core
[07:37:40.970] #0  0x000000082d73f41a in thr_kill () from /lib/libc.so.7
[07:37:40.970] #1  0x000000082d6b8e64 in raise () from /lib/libc.so.7
[07:37:40.970] #2  0x000000082d7696f9 in abort () from /lib/libc.so.7
[07:37:40.970] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:37:40.970] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:37:40.970] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:37:40.970] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:37:40.970] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82128f950) at ../src/backe...
[07:37:40.970] #8  0x00000000007d3810 in main (argc=4, argv=0x82128f950) at ../src/backend/main/main.c:230
[07:37:41.209] #0  0x00000008298a841a in thr_kill () from /lib/libc.so.7
core
[07:37:40.721] #0  0x000000082be9341a in thr_kill () from /lib/libc.so.7
[07:37:40.721] #1  0x000000082be0ce64 in raise () from /lib/libc.so.7
[07:37:40.721] #2  0x000000082bebd6f9 in abort () from /lib/libc.so.7
[07:37:40.721] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:37:40.721] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:37:40.721] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:37:40.721] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:37:40.721] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8216c9f90) at ../src/backe...
[07:37:40.721] #8  0x00000000007d3810 in main (argc=4, argv=0x8216c9f90) at ../src/backend/main/main.c:230
[07:37:40.961] #0  0x000000082d73f41a in thr_kill () from /lib/libc.so.7
core
[07:37:40.470] #0  0x0000000829dc841a in thr_kill () from /lib/libc.so.7
[07:37:40.470] #1  0x0000000829d41e64 in raise () from /lib/libc.so.7
[07:37:40.470] #2  0x0000000829df26f9 in abort () from /lib/libc.so.7
[07:37:40.470] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:37:40.470] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:37:40.470] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:37:40.470] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:37:40.470] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820f4af50) at ../src/backe...
[07:37:40.470] #8  0x00000000007d3810 in main (argc=4, argv=0x820f4af50) at ../src/backend/main/main.c:230
[07:37:40.712] #0  0x000000082be9341a in thr_kill () from /lib/libc.so.7
core
[07:37:40.220] #0  0x000000082ccb541a in thr_kill () from /lib/libc.so.7
[07:37:40.220] #1  0x000000082cc2ee64 in raise () from /lib/libc.so.7
[07:37:40.220] #2  0x000000082ccdf6f9 in abort () from /lib/libc.so.7
[07:37:40.220] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:37:40.220] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:37:40.220] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:37:40.220] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:37:40.220] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821199df0) at ../src/backe...
[07:37:40.220] #8  0x00000000007d3810 in main (argc=4, argv=0x821199df0) at ../src/backend/main/main.c:230
[07:37:40.460] #0  0x0000000829dc841a in thr_kill () from /lib/libc.so.7
core
[07:37:39.970] #0  0x000000082b1f541a in thr_kill () from /lib/libc.so.7
[07:37:39.970] #1  0x000000082b16ee64 in raise () from /lib/libc.so.7
[07:37:39.970] #2  0x000000082b21f6f9 in abort () from /lib/libc.so.7
[07:37:39.970] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:37:39.970] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:37:39.970] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:37:39.970] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:37:39.970] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820d3f708) at ../src/backe...
[07:37:39.970] #8  0x00000000007d3810 in main (argc=4, argv=0x820d3f708) at ../src/backend/main/main.c:230
[07:37:40.211] #0  0x000000082ccb541a in thr_kill () from /lib/libc.so.7
core
[07:37:39.721] #0  0x000000082b86141a in thr_kill () from /lib/libc.so.7
[07:37:39.721] #1  0x000000082b7dae64 in raise () from /lib/libc.so.7
[07:37:39.721] #2  0x000000082b88b6f9 in abort () from /lib/libc.so.7
[07:37:39.721] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:37:39.721] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:37:39.721] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:37:39.721] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:37:39.721] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821411088) at ../src/backe...
[07:37:39.721] #8  0x00000000007d3810 in main (argc=4, argv=0x821411088) at ../src/backend/main/main.c:230
[07:37:39.960] #0  0x000000082b1f541a in thr_kill () from /lib/libc.so.7
core
[07:37:39.473] #0  0x000000082c05a41a in thr_kill () from /lib/libc.so.7
[07:37:39.473] #1  0x000000082bfd3e64 in raise () from /lib/libc.so.7
[07:37:39.473] #2  0x000000082c0846f9 in abort () from /lib/libc.so.7
[07:37:39.473] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:37:39.473] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:37:39.473] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:37:39.473] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:37:39.473] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82184a298) at ../src/backe...
[07:37:39.473] #8  0x00000000007d3810 in main (argc=4, argv=0x82184a298) at ../src/backend/main/main.c:230
[07:37:39.711] #0  0x000000082b86141a in thr_kill () from /lib/libc.so.7
core
[07:37:39.224] #0  0x000000082b9bb41a in thr_kill () from /lib/libc.so.7
[07:37:39.224] #1  0x000000082b934e64 in raise () from /lib/libc.so.7
[07:37:39.224] #2  0x000000082b9e56f9 in abort () from /lib/libc.so.7
[07:37:39.224] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:37:39.224] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:37:39.224] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:37:39.224] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:37:39.224] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821752c28) at ../src/backe...
[07:37:39.224] #8  0x00000000007d3810 in main (argc=4, argv=0x821752c28) at ../src/backend/main/main.c:230
[07:37:39.464] #0  0x000000082c05a41a in thr_kill () from /lib/libc.so.7
core
[07:37:38.976] #0  0x000000082cb0641a in thr_kill () from /lib/libc.so.7
[07:37:38.976] #1  0x000000082ca7fe64 in raise () from /lib/libc.so.7
[07:37:38.976] #2  0x000000082cb306f9 in abort () from /lib/libc.so.7
[07:37:38.976] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:37:38.976] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:37:38.976] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:37:38.976] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:37:38.976] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82194cc88) at ../src/backe...
[07:37:38.976] #8  0x00000000007d3810 in main (argc=4, argv=0x82194cc88) at ../src/backend/main/main.c:230
[07:37:39.215] #0  0x000000082b9bb41a in thr_kill () from /lib/libc.so.7
core
[07:37:38.724] #0  0x000000082b9dd41a in thr_kill () from /lib/libc.so.7
[07:37:38.724] #1  0x000000082b956e64 in raise () from /lib/libc.so.7
[07:37:38.724] #2  0x000000082ba076f9 in abort () from /lib/libc.so.7
[07:37:38.724] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:37:38.724] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:37:38.724] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:37:38.724] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:37:38.724] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82150bd08) at ../src/backe...
[07:37:38.724] #8  0x00000000007d3810 in main (argc=4, argv=0x82150bd08) at ../src/backend/main/main.c:230
[07:37:38.967] #0  0x000000082cb0641a in thr_kill () from /lib/libc.so.7
core
[07:37:38.476] #0  0x000000082cc6241a in thr_kill () from /lib/libc.so.7
[07:37:38.476] #1  0x000000082cbdbe64 in raise () from /lib/libc.so.7
[07:37:38.476] #2  0x000000082cc8c6f9 in abort () from /lib/libc.so.7
[07:37:38.476] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:37:38.476] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:37:38.476] #5  0x000000000089ea95 in process_pm_child_exit () at ../src/backend/postmaster/postmaster.c:2532
[07:37:38.476] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1664
[07:37:38.476] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820e54f38) at ../src/backe...
[07:37:38.476] #8  0x00000000007d3810 in main (argc=4, argv=0x820e54f38) at ../src/backend/main/main.c:230
[07:37:38.715] #0  0x000000082b9dd41a in thr_kill () from /lib/libc.so.7
core
[07:37:38.225] #0  0x000000082aed341a in thr_kill () from /lib/libc.so.7
[07:37:38.225] #1  0x000000082ae4ce64 in raise () from /lib/libc.so.7
[07:37:38.225] #2  0x000000082aefd6f9 in abort () from /lib/libc.so.7
[07:37:38.225] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:37:38.225] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:37:38.225] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:37:38.225] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:37:38.225] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8215c1528) at ../src/backe...
[07:37:38.225] #8  0x00000000007d3810 in main (argc=4, argv=0x8215c1528) at ../src/backend/main/main.c:230
[07:37:38.467] #0  0x000000082cc6241a in thr_kill () from /lib/libc.so.7
core
[07:37:37.976] #0  0x000000082bb8541a in thr_kill () from /lib/libc.so.7
[07:37:37.976] #1  0x000000082bafee64 in raise () from /lib/libc.so.7
[07:37:37.976] #2  0x000000082bbaf6f9 in abort () from /lib/libc.so.7
[07:37:37.976] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:37:37.976] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:37:37.976] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:37:37.976] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:37:37.976] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8218d5de0) at ../src/backe...
[07:37:37.976] #8  0x00000000007d3810 in main (argc=4, argv=0x8218d5de0) at ../src/backend/main/main.c:230
[07:37:38.215] #0  0x000000082aed341a in thr_kill () from /lib/libc.so.7
core
[07:37:37.729] #0  0x000000082bd1141a in thr_kill () from /lib/libc.so.7
[07:37:37.729] #1  0x000000082bc8ae64 in raise () from /lib/libc.so.7
[07:37:37.729] #2  0x000000082bd3b6f9 in abort () from /lib/libc.so.7
[07:37:37.729] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:37:37.729] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:37:37.729] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:37:37.729] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:37:37.729] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8215c1d18) at ../src/backe...
[07:37:37.729] #8  0x00000000007d3810 in main (argc=4, argv=0x8215c1d18) at ../src/backend/main/main.c:230
[07:37:37.967] #0  0x000000082bb8541a in thr_kill () from /lib/libc.so.7
core
[07:37:37.481] #0  0x000000082c70241a in thr_kill () from /lib/libc.so.7
[07:37:37.481] #1  0x000000082c67be64 in raise () from /lib/libc.so.7
[07:37:37.481] #2  0x000000082c72c6f9 in abort () from /lib/libc.so.7
[07:37:37.481] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:37:37.481] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:37:37.481] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:37:37.481] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:37:37.481] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821552cb0) at ../src/backe...
[07:37:37.481] #8  0x00000000007d3810 in main (argc=4, argv=0x821552cb0) at ../src/backend/main/main.c:230
[07:37:37.720] #0  0x000000082bd1141a in thr_kill () from /lib/libc.so.7
core
[07:37:37.237] #0  0x000000082afe041a in thr_kill () from /lib/libc.so.7
[07:37:37.237] #1  0x000000082af59e64 in raise () from /lib/libc.so.7
[07:37:37.237] #2  0x000000082b00a6f9 in abort () from /lib/libc.so.7
[07:37:37.237] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:37:37.237] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:37:37.237] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:37:37.237] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:37:37.237] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8219a23d8) at ../src/backe...
[07:37:37.237] #8  0x00000000007d3810 in main (argc=4, argv=0x8219a23d8) at ../src/backend/main/main.c:230
[07:37:37.472] #0  0x000000082c70241a in thr_kill () from /lib/libc.so.7
core
[07:37:36.994] #0  0x000000082b9d841a in thr_kill () from /lib/libc.so.7
[07:37:36.994] #1  0x000000082b951e64 in raise () from /lib/libc.so.7
[07:37:36.994] #2  0x000000082ba026f9 in abort () from /lib/libc.so.7
[07:37:36.994] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:37:36.994] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:37:36.994] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:37:36.994] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:37:36.994] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820cfc480) at ../src/backe...
[07:37:36.994] #8  0x00000000007d3810 in main (argc=4, argv=0x820cfc480) at ../src/backend/main/main.c:230
[07:37:37.228] #0  0x000000082afe041a in thr_kill () from /lib/libc.so.7
core
[07:37:36.746] #0  0x000000082d8af41a in thr_kill () from /lib/libc.so.7
[07:37:36.746] #1  0x000000082d828e64 in raise () from /lib/libc.so.7
[07:37:36.746] #2  0x000000082d8d96f9 in abort () from /lib/libc.so.7
[07:37:36.746] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:37:36.746] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:37:36.746] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:37:36.746] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:37:36.746] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8215b4bb0) at ../src/backe...
[07:37:36.746] #8  0x00000000007d3810 in main (argc=4, argv=0x8215b4bb0) at ../src/backend/main/main.c:230
[07:37:36.985] #0  0x000000082b9d841a in thr_kill () from /lib/libc.so.7
core
[07:37:36.496] #0  0x000000082d8c041a in thr_kill () from /lib/libc.so.7
[07:37:36.496] #1  0x000000082d839e64 in raise () from /lib/libc.so.7
[07:37:36.496] #2  0x000000082d8ea6f9 in abort () from /lib/libc.so.7
[07:37:36.496] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:37:36.496] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:37:36.496] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:37:36.496] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:37:36.496] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8213d9580) at ../src/backe...
[07:37:36.496] #8  0x00000000007d3810 in main (argc=4, argv=0x8213d9580) at ../src/backend/main/main.c:230
[07:37:36.736] #0  0x000000082d8af41a in thr_kill () from /lib/libc.so.7
core
[07:37:36.245] #0  0x000000082c6eb41a in thr_kill () from /lib/libc.so.7
[07:37:36.245] #1  0x000000082c664e64 in raise () from /lib/libc.so.7
[07:37:36.245] #2  0x000000082c7156f9 in abort () from /lib/libc.so.7
[07:37:36.245] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:37:36.245] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:37:36.245] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:37:36.245] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:37:36.245] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821185e78) at ../src/backe...
[07:37:36.245] #8  0x00000000007d3810 in main (argc=4, argv=0x821185e78) at ../src/backend/main/main.c:230
[07:37:36.487] #0  0x000000082d8c041a in thr_kill () from /lib/libc.so.7
core
[07:37:36.001] #0  0x000000082d01341a in thr_kill () from /lib/libc.so.7
[07:37:36.001] #1  0x000000082cf8ce64 in raise () from /lib/libc.so.7
[07:37:36.001] #2  0x000000082d03d6f9 in abort () from /lib/libc.so.7
[07:37:36.001] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:37:36.001] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:37:36.001] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:37:36.001] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:37:36.001] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821865e00) at ../src/backe...
[07:37:36.001] #8  0x00000000007d3810 in main (argc=4, argv=0x821865e00) at ../src/backend/main/main.c:230
[07:37:36.236] #0  0x000000082c6eb41a in thr_kill () from /lib/libc.so.7
core
[07:37:35.747] #0  0x000000082915241a in thr_kill () from /lib/libc.so.7
[07:37:35.747] #1  0x00000008290cbe64 in raise () from /lib/libc.so.7
[07:37:35.747] #2  0x000000082917c6f9 in abort () from /lib/libc.so.7
[07:37:35.747] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:37:35.747] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:37:35.747] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:37:35.747] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:37:35.747] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820db4ed8) at ../src/backe...
[07:37:35.747] #8  0x00000000007d3810 in main (argc=4, argv=0x820db4ed8) at ../src/backend/main/main.c:230
[07:37:35.992] #0  0x000000082d01341a in thr_kill () from /lib/libc.so.7
core
[07:37:35.496] #0  0x000000082c75041a in thr_kill () from /lib/libc.so.7
[07:37:35.496] #1  0x000000082c6c9e64 in raise () from /lib/libc.so.7
[07:37:35.496] #2  0x000000082c77a6f9 in abort () from /lib/libc.so.7
[07:37:35.496] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:37:35.496] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:37:35.496] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:37:35.496] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:37:35.496] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821ba97e8) at ../src/backe...
[07:37:35.496] #8  0x00000000007d3810 in main (argc=4, argv=0x821ba97e8) at ../src/backend/main/main.c:230
[07:37:35.738] #0  0x000000082915241a in thr_kill () from /lib/libc.so.7
core
[07:37:35.246] #0  0x000000082d7d641a in thr_kill () from /lib/libc.so.7
[07:37:35.246] #1  0x000000082d74fe64 in raise () from /lib/libc.so.7
[07:37:35.246] #2  0x000000082d8006f9 in abort () from /lib/libc.so.7
[07:37:35.246] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:37:35.246] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:37:35.246] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:37:35.246] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:37:35.246] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82197da90) at ../src/backe...
[07:37:35.246] #8  0x00000000007d3810 in main (argc=4, argv=0x82197da90) at ../src/backend/main/main.c:230
[07:37:35.487] #0  0x000000082c75041a in thr_kill () from /lib/libc.so.7
core
[07:37:34.994] #0  0x000000082b85641a in thr_kill () from /lib/libc.so.7
[07:37:34.994] #1  0x000000082b7cfe64 in raise () from /lib/libc.so.7
[07:37:34.994] #2  0x000000082b8806f9 in abort () from /lib/libc.so.7
[07:37:34.994] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:37:34.994] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:37:34.994] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:37:34.994] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:37:34.994] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821b140b8) at ../src/backe...
[07:37:34.994] #8  0x00000000007d3810 in main (argc=4, argv=0x821b140b8) at ../src/backend/main/main.c:230
[07:37:35.236] #0  0x000000082d7d641a in thr_kill () from /lib/libc.so.7
core
[07:37:34.735] #0  0x0000000829f8b41a in thr_kill () from /lib/libc.so.7
[07:37:34.735] #1  0x0000000829f04e64 in raise () from /lib/libc.so.7
[07:37:34.735] #2  0x0000000829fb56f9 in abort () from /lib/libc.so.7
[07:37:34.735] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:37:34.735] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:37:34.735] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:37:34.735] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:37:34.735] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82122d8e0) at ../src/backe...
[07:37:34.735] #8  0x00000000007d3810 in main (argc=4, argv=0x82122d8e0) at ../src/backend/main/main.c:230
[07:37:34.984] #0  0x000000082b85641a in thr_kill () from /lib/libc.so.7
core
[07:37:34.484] #0  0x000000082a4bd41a in thr_kill () from /lib/libc.so.7
[07:37:34.484] #1  0x000000082a436e64 in raise () from /lib/libc.so.7
[07:37:34.484] #2  0x000000082a4e76f9 in abort () from /lib/libc.so.7
[07:37:34.484] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:37:34.484] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:37:34.484] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:37:34.484] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:37:34.485] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821004b70) at ../src/backe...
[07:37:34.485] #8  0x00000000007d3810 in main (argc=4, argv=0x821004b70) at ../src/backend/main/main.c:230
[07:37:34.726] #0  0x0000000829f8b41a in thr_kill () from /lib/libc.so.7
core
[07:37:34.233] #0  0x000000082ac4a41a in thr_kill () from /lib/libc.so.7
[07:37:34.233] #1  0x000000082abc3e64 in raise () from /lib/libc.so.7
[07:37:34.233] #2  0x000000082ac746f9 in abort () from /lib/libc.so.7
[07:37:34.233] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:37:34.233] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:37:34.233] #5  0x000000000089ea95 in process_pm_child_exit () at ../src/backend/postmaster/postmaster.c:2532
[07:37:34.233] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1664
[07:37:34.233] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820e804c8) at ../src/backe...
[07:37:34.233] #8  0x00000000007d3810 in main (argc=4, argv=0x820e804c8) at ../src/backend/main/main.c:230
[07:37:34.475] #0  0x000000082a4bd41a in thr_kill () from /lib/libc.so.7
core
[07:37:33.984] #0  0x0000000828c9341a in thr_kill () from /lib/libc.so.7
[07:37:33.984] #1  0x0000000828c0ce64 in raise () from /lib/libc.so.7
[07:37:33.984] #2  0x0000000828cbd6f9 in abort () from /lib/libc.so.7
[07:37:33.984] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:37:33.984] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:37:33.984] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:37:33.984] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:37:33.984] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820f829c8) at ../src/backe...
[07:37:33.984] #8  0x00000000007d3810 in main (argc=4, argv=0x820f829c8) at ../src/backend/main/main.c:230
[07:37:34.224] #0  0x000000082ac4a41a in thr_kill () from /lib/libc.so.7
core
[07:37:33.734] #0  0x000000082db5141a in thr_kill () from /lib/libc.so.7
[07:37:33.734] #1  0x000000082dacae64 in raise () from /lib/libc.so.7
[07:37:33.734] #2  0x000000082db7b6f9 in abort () from /lib/libc.so.7
[07:37:33.734] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:37:33.734] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:37:33.734] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:37:33.734] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:37:33.734] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8216a1360) at ../src/backe...
[07:37:33.734] #8  0x00000000007d3810 in main (argc=4, argv=0x8216a1360) at ../src/backend/main/main.c:230
[07:37:33.974] #0  0x0000000828c9341a in thr_kill () from /lib/libc.so.7
core
[07:37:33.483] #0  0x000000082b6e441a in thr_kill () from /lib/libc.so.7
[07:37:33.483] #1  0x000000082b65de64 in raise () from /lib/libc.so.7
[07:37:33.483] #2  0x000000082b70e6f9 in abort () from /lib/libc.so.7
[07:37:33.483] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:37:33.483] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:37:33.483] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:37:33.483] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:37:33.484] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820e96750) at ../src/backe...
[07:37:33.484] #8  0x00000000007d3810 in main (argc=4, argv=0x820e96750) at ../src/backend/main/main.c:230
[07:37:33.725] #0  0x000000082db5141a in thr_kill () from /lib/libc.so.7
core
[07:37:33.234] #0  0x000000082d0b841a in thr_kill () from /lib/libc.so.7
[07:37:33.234] #1  0x000000082d031e64 in raise () from /lib/libc.so.7
[07:37:33.234] #2  0x000000082d0e26f9 in abort () from /lib/libc.so.7
[07:37:33.234] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:37:33.234] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:37:33.234] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:37:33.234] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:37:33.234] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8216d3ab8) at ../src/backe...
[07:37:33.234] #8  0x00000000007d3810 in main (argc=4, argv=0x8216d3ab8) at ../src/backend/main/main.c:230
[07:37:33.474] #0  0x000000082b6e441a in thr_kill () from /lib/libc.so.7
core
[07:37:32.988] #0  0x000000082b98641a in thr_kill () from /lib/libc.so.7
[07:37:32.988] #1  0x000000082b8ffe64 in raise () from /lib/libc.so.7
[07:37:32.988] #2  0x000000082b9b06f9 in abort () from /lib/libc.so.7
[07:37:32.988] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:37:32.988] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:37:32.988] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:37:32.988] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:37:32.988] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82159b7e0) at ../src/backe...
[07:37:32.988] #8  0x00000000007d3810 in main (argc=4, argv=0x82159b7e0) at ../src/backend/main/main.c:230
[07:37:33.225] #0  0x000000082d0b841a in thr_kill () from /lib/libc.so.7
core
[07:37:32.738] #0  0x000000082971b41a in thr_kill () from /lib/libc.so.7
[07:37:32.738] #1  0x0000000829694e64 in raise () from /lib/libc.so.7
[07:37:32.738] #2  0x00000008297456f9 in abort () from /lib/libc.so.7
[07:37:32.738] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:37:32.738] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:37:32.738] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:37:32.738] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:37:32.738] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8219739b0) at ../src/backe...
[07:37:32.738] #8  0x00000000007d3810 in main (argc=4, argv=0x8219739b0) at ../src/backend/main/main.c:230
[07:37:32.979] #0  0x000000082b98641a in thr_kill () from /lib/libc.so.7
core
[07:37:32.489] #0  0x000000082d98a41a in thr_kill () from /lib/libc.so.7
[07:37:32.489] #1  0x000000082d903e64 in raise () from /lib/libc.so.7
[07:37:32.489] #2  0x000000082d9b46f9 in abort () from /lib/libc.so.7
[07:37:32.489] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:37:32.489] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:37:32.489] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:37:32.489] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:37:32.489] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82193bea0) at ../src/backe...
[07:37:32.489] #8  0x00000000007d3810 in main (argc=4, argv=0x82193bea0) at ../src/backend/main/main.c:230
[07:37:32.728] #0  0x000000082971b41a in thr_kill () from /lib/libc.so.7
core
[07:37:32.240] #0  0x000000082e83b41a in thr_kill () from /lib/libc.so.7
[07:37:32.240] #1  0x000000082e7b4e64 in raise () from /lib/libc.so.7
[07:37:32.240] #2  0x000000082e8656f9 in abort () from /lib/libc.so.7
[07:37:32.240] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:37:32.240] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:37:32.240] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:37:32.240] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:37:32.240] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8217c2df8) at ../src/backe...
[07:37:32.240] #8  0x00000000007d3810 in main (argc=4, argv=0x8217c2df8) at ../src/backend/main/main.c:230
[07:37:32.480] #0  0x000000082d98a41a in thr_kill () from /lib/libc.so.7
core
[07:37:31.988] #0  0x000000082b2d041a in thr_kill () from /lib/libc.so.7
[07:37:31.988] #1  0x000000082b249e64 in raise () from /lib/libc.so.7
[07:37:31.988] #2  0x000000082b2fa6f9 in abort () from /lib/libc.so.7
[07:37:31.988] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:37:31.988] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:37:31.988] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:37:31.988] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:37:31.988] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821b909a8) at ../src/backe...
[07:37:31.988] #8  0x00000000007d3810 in main (argc=4, argv=0x821b909a8) at ../src/backend/main/main.c:230
[07:37:32.231] #0  0x000000082e83b41a in thr_kill () from /lib/libc.so.7
core
[07:37:31.742] #0  0x000000082d6ce41a in thr_kill () from /lib/libc.so.7
[07:37:31.742] #1  0x000000082d647e64 in raise () from /lib/libc.so.7
[07:37:31.742] #2  0x000000082d6f86f9 in abort () from /lib/libc.so.7
[07:37:31.742] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:37:31.742] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:37:31.742] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:37:31.742] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:37:31.742] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821928bf8) at ../src/backe...
[07:37:31.742] #8  0x00000000007d3810 in main (argc=4, argv=0x821928bf8) at ../src/backend/main/main.c:230
[07:37:31.979] #0  0x000000082b2d041a in thr_kill () from /lib/libc.so.7
core
[07:37:31.488] #0  0x000000082c39541a in thr_kill () from /lib/libc.so.7
[07:37:31.488] #1  0x000000082c30ee64 in raise () from /lib/libc.so.7
[07:37:31.488] #2  0x000000082c3bf6f9 in abort () from /lib/libc.so.7
[07:37:31.488] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:37:31.488] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:37:31.488] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:37:31.488] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:37:31.488] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820de4ff0) at ../src/backe...
[07:37:31.488] #8  0x00000000007d3810 in main (argc=4, argv=0x820de4ff0) at ../src/backend/main/main.c:230
[07:37:31.733] #0  0x000000082d6ce41a in thr_kill () from /lib/libc.so.7
core
[07:37:31.238] #0  0x000000082e07e41a in thr_kill () from /lib/libc.so.7
[07:37:31.238] #1  0x000000082dff7e64 in raise () from /lib/libc.so.7
[07:37:31.238] #2  0x000000082e0a86f9 in abort () from /lib/libc.so.7
[07:37:31.238] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:37:31.238] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:37:31.238] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:37:31.238] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:37:31.238] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820d93758) at ../src/backe...
[07:37:31.238] #8  0x00000000007d3810 in main (argc=4, argv=0x820d93758) at ../src/backend/main/main.c:230
[07:37:31.479] #0  0x000000082c39541a in thr_kill () from /lib/libc.so.7
core
[07:37:30.984] #0  0x000000082c4b541a in thr_kill () from /lib/libc.so.7
[07:37:30.984] #1  0x000000082c42ee64 in raise () from /lib/libc.so.7
[07:37:30.984] #2  0x000000082c4df6f9 in abort () from /lib/libc.so.7
[07:37:30.984] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:37:30.984] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:37:30.984] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:37:30.984] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:37:30.984] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8218c2940) at ../src/backe...
[07:37:30.984] #8  0x00000000007d3810 in main (argc=4, argv=0x8218c2940) at ../src/backend/main/main.c:230
[07:37:31.228] #0  0x000000082e07e41a in thr_kill () from /lib/libc.so.7
core
[07:37:30.735] #0  0x000000082c79d41a in thr_kill () from /lib/libc.so.7
[07:37:30.735] #1  0x000000082c716e64 in raise () from /lib/libc.so.7
[07:37:30.735] #2  0x000000082c7c76f9 in abort () from /lib/libc.so.7
[07:37:30.735] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:37:30.735] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:37:30.735] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:37:30.735] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:37:30.736] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821924bb0) at ../src/backe...
[07:37:30.736] #8  0x00000000007d3810 in main (argc=4, argv=0x821924bb0) at ../src/backend/main/main.c:230
[07:37:30.975] #0  0x000000082c4b541a in thr_kill () from /lib/libc.so.7
core
[07:37:30.486] #0  0x000000082c01b41a in thr_kill () from /lib/libc.so.7
[07:37:30.486] #1  0x000000082bf94e64 in raise () from /lib/libc.so.7
[07:37:30.486] #2  0x000000082c0456f9 in abort () from /lib/libc.so.7
[07:37:30.486] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:37:30.486] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:37:30.486] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:37:30.486] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:37:30.486] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821533dc0) at ../src/backe...
[07:37:30.486] #8  0x00000000007d3810 in main (argc=4, argv=0x821533dc0) at ../src/backend/main/main.c:230
[07:37:30.726] #0  0x000000082c79d41a in thr_kill () from /lib/libc.so.7
core
[07:37:30.241] #0  0x000000082974341a in thr_kill () from /lib/libc.so.7
[07:37:30.241] #1  0x00000008296bce64 in raise () from /lib/libc.so.7
[07:37:30.241] #2  0x000000082976d6f9 in abort () from /lib/libc.so.7
[07:37:30.241] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:37:30.241] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:37:30.241] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:37:30.241] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:37:30.241] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821a148c8) at ../src/backe...
[07:37:30.241] #8  0x00000000007d3810 in main (argc=4, argv=0x821a148c8) at ../src/backend/main/main.c:230
[07:37:30.477] #0  0x000000082c01b41a in thr_kill () from /lib/libc.so.7
core
[07:37:29.989] #0  0x000000082bc3d41a in thr_kill () from /lib/libc.so.7
[07:37:29.989] #1  0x000000082bbb6e64 in raise () from /lib/libc.so.7
[07:37:29.989] #2  0x000000082bc676f9 in abort () from /lib/libc.so.7
[07:37:29.989] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:37:29.989] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:37:29.989] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:37:29.989] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:37:29.989] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821045b48) at ../src/backe...
[07:37:29.989] #8  0x00000000007d3810 in main (argc=4, argv=0x821045b48) at ../src/backend/main/main.c:230
[07:37:30.232] #0  0x000000082974341a in thr_kill () from /lib/libc.so.7
core
[07:37:29.743] #0  0x000000082ab3a41a in thr_kill () from /lib/libc.so.7
[07:37:29.743] #1  0x000000082aab3e64 in raise () from /lib/libc.so.7
[07:37:29.743] #2  0x000000082ab646f9 in abort () from /lib/libc.so.7
[07:37:29.743] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:37:29.743] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:37:29.743] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:37:29.743] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:37:29.743] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8216add28) at ../src/backe...
[07:37:29.743] #8  0x00000000007d3810 in main (argc=4, argv=0x8216add28) at ../src/backend/main/main.c:230
[07:37:29.979] #0  0x000000082bc3d41a in thr_kill () from /lib/libc.so.7
core
[07:37:29.492] #0  0x000000082beba41a in thr_kill () from /lib/libc.so.7
[07:37:29.492] #1  0x000000082be33e64 in raise () from /lib/libc.so.7
[07:37:29.492] #2  0x000000082bee46f9 in abort () from /lib/libc.so.7
[07:37:29.492] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:37:29.492] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:37:29.492] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:37:29.492] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:37:29.492] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8211b0100) at ../src/backe...
[07:37:29.492] #8  0x00000000007d3810 in main (argc=4, argv=0x8211b0100) at ../src/backend/main/main.c:230
[07:37:29.734] #0  0x000000082ab3a41a in thr_kill () from /lib/libc.so.7
core
[07:38:15.762] #0  0x000000082b8ec41a in thr_kill () from /lib/libc.so.7
[07:38:15.762] #1  0x000000082b865e64 in raise () from /lib/libc.so.7
[07:38:15.762] #2  0x000000082b9166f9 in abort () from /lib/libc.so.7
[07:38:15.762] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:38:15.762] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:38:15.762] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:38:15.762] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:38:15.762] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821477d00) at ../src/backe...
[07:38:15.762] #8  0x00000000007d3810 in main (argc=4, argv=0x821477d00) at ../src/backend/main/main.c:230
core
[07:37:29.243] #0  0x000000082ce8941a in thr_kill () from /lib/libc.so.7
[07:37:29.243] #1  0x000000082ce02e64 in raise () from /lib/libc.so.7
[07:37:29.243] #2  0x000000082ceb36f9 in abort () from /lib/libc.so.7
[07:37:29.243] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:37:29.243] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:37:29.243] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:37:29.243] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:37:29.243] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8219eebc0) at ../src/backe...
[07:37:29.243] #8  0x00000000007d3810 in main (argc=4, argv=0x8219eebc0) at ../src/backend/main/main.c:230
[07:37:29.483] #0  0x000000082beba41a in thr_kill () from /lib/libc.so.7
core
[07:37:28.993] #0  0x000000082b96241a in thr_kill () from /lib/libc.so.7
[07:37:28.993] #1  0x000000082b8dbe64 in raise () from /lib/libc.so.7
[07:37:28.993] #2  0x000000082b98c6f9 in abort () from /lib/libc.so.7
[07:37:28.993] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:37:28.993] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:37:28.993] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:37:28.993] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:37:28.993] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8216df548) at ../src/backe...
[07:37:28.993] #8  0x00000000007d3810 in main (argc=4, argv=0x8216df548) at ../src/backend/main/main.c:230
[07:37:29.234] #0  0x000000082ce8941a in thr_kill () from /lib/libc.so.7
core
[07:37:28.740] #0  0x000000082bb3041a in thr_kill () from /lib/libc.so.7
[07:37:28.740] #1  0x000000082baa9e64 in raise () from /lib/libc.so.7
[07:37:28.740] #2  0x000000082bb5a6f9 in abort () from /lib/libc.so.7
[07:37:28.740] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:37:28.740] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:37:28.740] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:37:28.740] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:37:28.740] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820f10b38) at ../src/backe...
[07:37:28.740] #8  0x00000000007d3810 in main (argc=4, argv=0x820f10b38) at ../src/backend/main/main.c:230
[07:37:28.984] #0  0x000000082b96241a in thr_kill () from /lib/libc.so.7
core
[07:37:28.489] #0  0x000000082dde641a in thr_kill () from /lib/libc.so.7
[07:37:28.489] #1  0x000000082dd5fe64 in raise () from /lib/libc.so.7
[07:37:28.489] #2  0x000000082de106f9 in abort () from /lib/libc.so.7
[07:37:28.489] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:37:28.489] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:37:28.489] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:37:28.489] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:37:28.489] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820f0b5f8) at ../src/backe...
[07:37:28.489] #8  0x00000000007d3810 in main (argc=4, argv=0x820f0b5f8) at ../src/backend/main/main.c:230
[07:37:28.731] #0  0x000000082bb3041a in thr_kill () from /lib/libc.so.7
core
[07:38:12.126] #0  0x000000082bf6b41a in thr_kill () from /lib/libc.so.7
[07:38:12.126] #1  0x000000082bee4e64 in raise () from /lib/libc.so.7
[07:38:12.126] #2  0x000000082bf956f9 in abort () from /lib/libc.so.7
[07:38:12.126] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:38:12.126] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:38:12.126] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:38:12.126] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:38:12.126] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820dd7600) at ../src/backe...
[07:38:12.126] #8  0x00000000007d3810 in main (argc=4, argv=0x820dd7600) at ../src/backend/main/main.c:230
[07:38:12.362] #0  0x000000082c79241a in thr_kill () from /lib/libc.so.7
core
[07:38:11.873] #0  0x000000082a0eb41a in thr_kill () from /lib/libc.so.7
[07:38:11.873] #1  0x000000082a064e64 in raise () from /lib/libc.so.7
[07:38:11.873] #2  0x000000082a1156f9 in abort () from /lib/libc.so.7
[07:38:11.873] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:38:11.873] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:38:11.873] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:38:11.873] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:38:11.873] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820d0f060) at ../src/backe...
[07:38:11.873] #8  0x00000000007d3810 in main (argc=4, argv=0x820d0f060) at ../src/backend/main/main.c:230
[07:38:12.117] #0  0x000000082bf6b41a in thr_kill () from /lib/libc.so.7
core
[07:38:11.619] #0  0x000000082bcbd41a in thr_kill () from /lib/libc.so.7
[07:38:11.619] #1  0x000000082bc36e64 in raise () from /lib/libc.so.7
[07:38:11.619] #2  0x000000082bce76f9 in abort () from /lib/libc.so.7
[07:38:11.619] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:38:11.619] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:38:11.619] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:38:11.619] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:38:11.620] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821924d10) at ../src/backe...
[07:38:11.620] #8  0x00000000007d3810 in main (argc=4, argv=0x821924d10) at ../src/backend/main/main.c:230
[07:38:11.863] #0  0x000000082a0eb41a in thr_kill () from /lib/libc.so.7
core
[07:38:11.366] #0  0x000000082d0fe41a in thr_kill () from /lib/libc.so.7
[07:38:11.366] #1  0x000000082d077e64 in raise () from /lib/libc.so.7
[07:38:11.366] #2  0x000000082d1286f9 in abort () from /lib/libc.so.7
[07:38:11.366] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:38:11.366] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:38:11.366] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:38:11.366] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:38:11.366] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8219ab268) at ../src/backe...
[07:38:11.366] #8  0x00000000007d3810 in main (argc=4, argv=0x8219ab268) at ../src/backend/main/main.c:230
[07:38:11.610] #0  0x000000082bcbd41a in thr_kill () from /lib/libc.so.7
core
[07:38:11.110] #0  0x000000082adf541a in thr_kill () from /lib/libc.so.7
[07:38:11.110] #1  0x000000082ad6ee64 in raise () from /lib/libc.so.7
[07:38:11.110] #2  0x000000082ae1f6f9 in abort () from /lib/libc.so.7
[07:38:11.110] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:38:11.110] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:38:11.110] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:38:11.110] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:38:11.110] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821519960) at ../src/backe...
[07:38:11.110] #8  0x00000000007d3810 in main (argc=4, argv=0x821519960) at ../src/backend/main/main.c:230
[07:38:11.357] #0  0x000000082d0fe41a in thr_kill () from /lib/libc.so.7
core
[07:38:10.854] #0  0x000000082a1b241a in thr_kill () from /lib/libc.so.7
[07:38:10.854] #1  0x000000082a12be64 in raise () from /lib/libc.so.7
[07:38:10.854] #2  0x000000082a1dc6f9 in abort () from /lib/libc.so.7
[07:38:10.854] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:38:10.854] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:38:10.854] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:38:10.854] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:38:10.854] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820ca57e8) at ../src/backe...
[07:38:10.854] #8  0x00000000007d3810 in main (argc=4, argv=0x820ca57e8) at ../src/backend/main/main.c:230
[07:38:11.100] #0  0x000000082adf541a in thr_kill () from /lib/libc.so.7
core
[07:38:10.607] #0  0x000000082c11f41a in thr_kill () from /lib/libc.so.7
[07:38:10.607] #1  0x000000082c098e64 in raise () from /lib/libc.so.7
[07:38:10.607] #2  0x000000082c1496f9 in abort () from /lib/libc.so.7
[07:38:10.607] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:38:10.607] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:38:10.607] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:38:10.607] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:38:10.608] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8211e4bc8) at ../src/backe...
[07:38:10.608] #8  0x00000000007d3810 in main (argc=4, argv=0x8211e4bc8) at ../src/backend/main/main.c:230
[07:38:10.845] #0  0x000000082a1b241a in thr_kill () from /lib/libc.so.7
core
[07:38:10.358] #0  0x000000082e3a441a in thr_kill () from /lib/libc.so.7
[07:38:10.358] #1  0x000000082e31de64 in raise () from /lib/libc.so.7
[07:38:10.358] #2  0x000000082e3ce6f9 in abort () from /lib/libc.so.7
[07:38:10.358] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:38:10.358] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:38:10.358] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:38:10.358] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:38:10.358] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8216a76f0) at ../src/backe...
[07:38:10.358] #8  0x00000000007d3810 in main (argc=8, argv=0x8216a76f0) at ../src/backend/main/main.c:230
[07:38:10.598] #0  0x000000082c11f41a in thr_kill () from /lib/libc.so.7
core
[07:38:10.114] #0  0x000000082b3f141a in thr_kill () from /lib/libc.so.7
[07:38:10.114] #1  0x000000082b36ae64 in raise () from /lib/libc.so.7
[07:38:10.114] #2  0x000000082b41b6f9 in abort () from /lib/libc.so.7
[07:38:10.114] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:38:10.114] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:38:10.114] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:38:10.114] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:38:10.114] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820d263b8) at ../src/backe...
[07:38:10.114] #8  0x00000000007d3810 in main (argc=8, argv=0x820d263b8) at ../src/backend/main/main.c:230
[07:38:10.349] #0  0x000000082e3a441a in thr_kill () from /lib/libc.so.7
core
[07:38:09.868] #0  0x000000082bca641a in thr_kill () from /lib/libc.so.7
[07:38:09.868] #1  0x000000082bc1fe64 in raise () from /lib/libc.so.7
[07:38:09.868] #2  0x000000082bcd06f9 in abort () from /lib/libc.so.7
[07:38:09.868] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:38:09.868] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:38:09.868] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:38:09.868] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:38:09.868] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x82168ab58) at ../src/backe...
[07:38:09.868] #8  0x00000000007d3810 in main (argc=8, argv=0x82168ab58) at ../src/backend/main/main.c:230
[07:38:10.105] #0  0x000000082b3f141a in thr_kill () from /lib/libc.so.7
core
[07:38:09.625] #0  0x000000082a54541a in thr_kill () from /lib/libc.so.7
[07:38:09.625] #1  0x000000082a4bee64 in raise () from /lib/libc.so.7
[07:38:09.625] #2  0x000000082a56f6f9 in abort () from /lib/libc.so.7
[07:38:09.625] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:38:09.625] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:38:09.625] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:38:09.625] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:38:09.625] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8213bb470) at ../src/backe...
[07:38:09.625] #8  0x00000000007d3810 in main (argc=8, argv=0x8213bb470) at ../src/backend/main/main.c:230
[07:38:09.859] #0  0x000000082bca641a in thr_kill () from /lib/libc.so.7
core
[07:38:09.380] #0  0x000000082bad841a in thr_kill () from /lib/libc.so.7
[07:38:09.380] #1  0x000000082ba51e64 in raise () from /lib/libc.so.7
[07:38:09.380] #2  0x000000082bb026f9 in abort () from /lib/libc.so.7
[07:38:09.380] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:38:09.380] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:38:09.380] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:38:09.380] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:38:09.380] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820e1d388) at ../src/backe...
[07:38:09.380] #8  0x00000000007d3810 in main (argc=8, argv=0x820e1d388) at ../src/backend/main/main.c:230
[07:38:09.616] #0  0x000000082a54541a in thr_kill () from /lib/libc.so.7
core
[07:38:09.131] #0  0x000000082909841a in thr_kill () from /lib/libc.so.7
[07:38:09.131] #1  0x0000000829011e64 in raise () from /lib/libc.so.7
[07:38:09.131] #2  0x00000008290c26f9 in abort () from /lib/libc.so.7
[07:38:09.131] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:38:09.131] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:38:09.131] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:38:09.131] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:38:09.131] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x82153d218) at ../src/backe...
[07:38:09.131] #8  0x00000000007d3810 in main (argc=8, argv=0x82153d218) at ../src/backend/main/main.c:230
[07:38:09.371] #0  0x000000082bad841a in thr_kill () from /lib/libc.so.7
core
[07:38:08.883] #0  0x000000082a7d741a in thr_kill () from /lib/libc.so.7
[07:38:08.883] #1  0x000000082a750e64 in raise () from /lib/libc.so.7
[07:38:08.883] #2  0x000000082a8016f9 in abort () from /lib/libc.so.7
[07:38:08.883] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:38:08.883] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:38:08.883] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:38:08.883] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:38:08.883] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820ee23a0) at ../src/backe...
[07:38:08.883] #8  0x00000000007d3810 in main (argc=8, argv=0x820ee23a0) at ../src/backend/main/main.c:230
[07:38:09.122] #0  0x000000082909841a in thr_kill () from /lib/libc.so.7
core
[07:38:08.632] #0  0x000000082b6d441a in thr_kill () from /lib/libc.so.7
[07:38:08.632] #1  0x000000082b64de64 in raise () from /lib/libc.so.7
[07:38:08.632] #2  0x000000082b6fe6f9 in abort () from /lib/libc.so.7
[07:38:08.632] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:38:08.632] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:38:08.632] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:38:08.632] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:38:08.632] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821017290) at ../src/backe...
[07:38:08.632] #8  0x00000000007d3810 in main (argc=8, argv=0x821017290) at ../src/backend/main/main.c:230
[07:38:08.874] #0  0x000000082a7d741a in thr_kill () from /lib/libc.so.7
core
[07:38:08.380] #0  0x000000082a46841a in thr_kill () from /lib/libc.so.7
[07:38:08.380] #1  0x000000082a3e1e64 in raise () from /lib/libc.so.7
[07:38:08.380] #2  0x000000082a4926f9 in abort () from /lib/libc.so.7
[07:38:08.380] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:38:08.380] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:38:08.380] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:38:08.380] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:38:08.380] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820edab20) at ../src/backe...
[07:38:08.380] #8  0x00000000007d3810 in main (argc=8, argv=0x820edab20) at ../src/backend/main/main.c:230
[07:38:08.623] #0  0x000000082b6d441a in thr_kill () from /lib/libc.so.7
core
[07:38:12.620] #0  0x000000082b91a41a in thr_kill () from /lib/libc.so.7
[07:38:12.620] #1  0x000000082b893e64 in raise () from /lib/libc.so.7
[07:38:12.620] #2  0x000000082b9446f9 in abort () from /lib/libc.so.7
[07:38:12.620] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:38:12.620] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:38:12.620] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:38:12.620] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:38:12.621] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82141ba70) at ../src/backe...
[07:38:12.621] #8  0x00000000007d3810 in main (argc=4, argv=0x82141ba70) at ../src/backend/main/main.c:230
[07:38:12.855] #0  0x000000082e19f41a in thr_kill () from /lib/libc.so.7
core
[07:38:14.310] #0  0x000000082bfe341a in thr_kill () from /lib/libc.so.7
[07:38:14.310] #1  0x000000082bf5ce64 in raise () from /lib/libc.so.7
[07:38:14.310] #2  0x000000082c00d6f9 in abort () from /lib/libc.so.7
[07:38:14.310] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:38:14.310] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:38:14.310] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:38:14.310] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:38:14.310] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82114ff70) at ../src/backe...
[07:38:14.310] #8  0x00000000007d3810 in main (argc=4, argv=0x82114ff70) at ../src/backend/main/main.c:230
[07:38:14.540] #0  0x000000082beba41a in thr_kill () from /lib/libc.so.7
core
[07:38:14.549] #0  0x000000082beba41a in thr_kill () from /lib/libc.so.7
[07:38:14.549] #1  0x000000082be33e64 in raise () from /lib/libc.so.7
[07:38:14.549] #2  0x000000082bee46f9 in abort () from /lib/libc.so.7
[07:38:14.549] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:38:14.549] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:38:14.549] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:38:14.549] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:38:14.549] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82104f838) at ../src/backe...
[07:38:14.549] #8  0x00000000007d3810 in main (argc=4, argv=0x82104f838) at ../src/backend/main/main.c:230
[07:38:14.777] #0  0x000000082be2c41a in thr_kill () from /lib/libc.so.7
core
[07:38:14.786] #0  0x000000082be2c41a in thr_kill () from /lib/libc.so.7
[07:38:14.786] #1  0x000000082bda5e64 in raise () from /lib/libc.so.7
[07:38:14.786] #2  0x000000082be566f9 in abort () from /lib/libc.so.7
[07:38:14.786] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:38:14.786] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:38:14.786] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:38:14.786] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:38:14.786] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8218ddfb8) at ../src/backe...
[07:38:14.786] #8  0x00000000007d3810 in main (argc=4, argv=0x8218ddfb8) at ../src/backend/main/main.c:230
[07:38:15.019] #0  0x000000082d4a241a in thr_kill () from /lib/libc.so.7
core
[07:38:15.028] #0  0x000000082d4a241a in thr_kill () from /lib/libc.so.7
[07:38:15.028] #1  0x000000082d41be64 in raise () from /lib/libc.so.7
[07:38:15.028] #2  0x000000082d4cc6f9 in abort () from /lib/libc.so.7
[07:38:15.028] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:38:15.028] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:38:15.028] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:38:15.028] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:38:15.028] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821a891f0) at ../src/backe...
[07:38:15.028] #8  0x00000000007d3810 in main (argc=4, argv=0x821a891f0) at ../src/backend/main/main.c:230
[07:38:15.268] #0  0x000000082a0d241a in thr_kill () from /lib/libc.so.7
core
[07:38:14.078] #0  0x000000082b13141a in thr_kill () from /lib/libc.so.7
[07:38:14.078] #1  0x000000082b0aae64 in raise () from /lib/libc.so.7
[07:38:14.078] #2  0x000000082b15b6f9 in abort () from /lib/libc.so.7
[07:38:14.078] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:38:14.078] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:38:14.078] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:38:14.078] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:38:14.078] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8218568c8) at ../src/backe...
[07:38:14.078] #8  0x00000000007d3810 in main (argc=4, argv=0x8218568c8) at ../src/backend/main/main.c:230
[07:38:14.302] #0  0x000000082bfe341a in thr_kill () from /lib/libc.so.7
core
[07:38:13.843] #0  0x000000082c61341a in thr_kill () from /lib/libc.so.7
[07:38:13.843] #1  0x000000082c58ce64 in raise () from /lib/libc.so.7
[07:38:13.843] #2  0x000000082c63d6f9 in abort () from /lib/libc.so.7
[07:38:13.843] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:38:13.843] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:38:13.843] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:38:13.843] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:38:13.843] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8210e31e8) at ../src/backe...
[07:38:13.843] #8  0x00000000007d3810 in main (argc=4, argv=0x8210e31e8) at ../src/backend/main/main.c:230
[07:38:14.070] #0  0x000000082b13141a in thr_kill () from /lib/libc.so.7
core
[07:38:13.602] #0  0x000000082c7e541a in thr_kill () from /lib/libc.so.7
[07:38:13.602] #1  0x000000082c75ee64 in raise () from /lib/libc.so.7
[07:38:13.602] #2  0x000000082c80f6f9 in abort () from /lib/libc.so.7
[07:38:13.602] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:38:13.602] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:38:13.602] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:38:13.602] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:38:13.602] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8214a47f8) at ../src/backe...
[07:38:13.602] #8  0x00000000007d3810 in main (argc=4, argv=0x8214a47f8) at ../src/backend/main/main.c:230
[07:38:13.834] #0  0x000000082c61341a in thr_kill () from /lib/libc.so.7
core
[07:38:15.277] #0  0x000000082a0d241a in thr_kill () from /lib/libc.so.7
[07:38:15.277] #1  0x000000082a04be64 in raise () from /lib/libc.so.7
[07:38:15.277] #2  0x000000082a0fc6f9 in abort () from /lib/libc.so.7
[07:38:15.277] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:38:15.277] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:38:15.277] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:38:15.277] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:38:15.278] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820e8a330) at ../src/backe...
[07:38:15.278] #8  0x00000000007d3810 in main (argc=4, argv=0x820e8a330) at ../src/backend/main/main.c:230
[07:38:15.507] #0  0x000000082a06141a in thr_kill () from /lib/libc.so.7
core
[07:38:13.357] #0  0x000000082b86b41a in thr_kill () from /lib/libc.so.7
[07:38:13.357] #1  0x000000082b7e4e64 in raise () from /lib/libc.so.7
[07:38:13.357] #2  0x000000082b8956f9 in abort () from /lib/libc.so.7
[07:38:13.357] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:38:13.357] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:38:13.357] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:38:13.357] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:38:13.357] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820f8b110) at ../src/backe...
[07:38:13.357] #8  0x00000000007d3810 in main (argc=4, argv=0x820f8b110) at ../src/backend/main/main.c:230
[07:38:13.593] #0  0x000000082c7e541a in thr_kill () from /lib/libc.so.7
core
[07:38:13.111] #0  0x00000008292b841a in thr_kill () from /lib/libc.so.7
[07:38:13.111] #1  0x0000000829231e64 in raise () from /lib/libc.so.7
[07:38:13.111] #2  0x00000008292e26f9 in abort () from /lib/libc.so.7
[07:38:13.111] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:38:13.111] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:38:13.111] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:38:13.111] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:38:13.111] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82170d658) at ../src/backe...
[07:38:13.111] #8  0x00000000007d3810 in main (argc=4, argv=0x82170d658) at ../src/backend/main/main.c:230
[07:38:13.348] #0  0x000000082b86b41a in thr_kill () from /lib/libc.so.7
core
[07:38:12.865] #0  0x000000082e19f41a in thr_kill () from /lib/libc.so.7
[07:38:12.865] #1  0x000000082e118e64 in raise () from /lib/libc.so.7
[07:38:12.865] #2  0x000000082e1c96f9 in abort () from /lib/libc.so.7
[07:38:12.865] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:38:12.865] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:38:12.865] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:38:12.865] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:38:12.865] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8214ee208) at ../src/backe...
[07:38:12.865] #8  0x00000000007d3810 in main (argc=4, argv=0x8214ee208) at ../src/backend/main/main.c:230
[07:38:13.102] #0  0x00000008292b841a in thr_kill () from /lib/libc.so.7
core
[07:38:15.516] #0  0x000000082a06141a in thr_kill () from /lib/libc.so.7
[07:38:15.516] #1  0x0000000829fdae64 in raise () from /lib/libc.so.7
[07:38:15.516] #2  0x000000082a08b6f9 in abort () from /lib/libc.so.7
[07:38:15.516] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:38:15.516] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:38:15.516] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:38:15.516] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:38:15.516] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820c32e08) at ../src/backe...
[07:38:15.516] #8  0x00000000007d3810 in main (argc=4, argv=0x820c32e08) at ../src/backend/main/main.c:230
[07:38:15.752] #0  0x000000082b8ec41a in thr_kill () from /lib/libc.so.7
core
[07:38:12.371] #0  0x000000082c79241a in thr_kill () from /lib/libc.so.7
[07:38:12.371] #1  0x000000082c70be64 in raise () from /lib/libc.so.7
[07:38:12.371] #2  0x000000082c7bc6f9 in abort () from /lib/libc.so.7
[07:38:12.371] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:38:12.371] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:38:12.371] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:38:12.371] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:38:12.371] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82184eb10) at ../src/backe...
[07:38:12.371] #8  0x00000000007d3810 in main (argc=4, argv=0x82184eb10) at ../src/backend/main/main.c:230
[07:38:12.611] #0  0x000000082b91a41a in thr_kill () from /lib/libc.so.7
core
[07:38:08.125] #0  0x000000082bf7041a in thr_kill () from /lib/libc.so.7
[07:38:08.125] #1  0x000000082bee9e64 in raise () from /lib/libc.so.7
[07:38:08.125] #2  0x000000082bf9a6f9 in abort () from /lib/libc.so.7
[07:38:08.125] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:38:08.125] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:38:08.125] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:38:08.125] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:38:08.125] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8217a19e0) at ../src/backe...
[07:38:08.125] #8  0x00000000007d3810 in main (argc=8, argv=0x8217a19e0) at ../src/backend/main/main.c:230
[07:38:08.371] #0  0x000000082a46841a in thr_kill () from /lib/libc.so.7
core
[07:38:07.867] #0  0x000000082dc4b41a in thr_kill () from /lib/libc.so.7
[07:38:07.867] #1  0x000000082dbc4e64 in raise () from /lib/libc.so.7
[07:38:07.867] #2  0x000000082dc756f9 in abort () from /lib/libc.so.7
[07:38:07.867] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:38:07.867] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:38:07.867] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:38:07.867] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:38:07.867] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8211f15e0) at ../src/backe...
[07:38:07.867] #8  0x00000000007d3810 in main (argc=8, argv=0x8211f15e0) at ../src/backend/main/main.c:230
[07:38:08.116] #0  0x000000082bf7041a in thr_kill () from /lib/libc.so.7
core
[07:38:07.616] #0  0x000000082b00841a in thr_kill () from /lib/libc.so.7
[07:38:07.616] #1  0x000000082af81e64 in raise () from /lib/libc.so.7
[07:38:07.616] #2  0x000000082b0326f9 in abort () from /lib/libc.so.7
[07:38:07.616] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:38:07.616] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:38:07.616] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:38:07.616] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:38:07.616] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8216f11d0) at ../src/backe...
[07:38:07.616] #8  0x00000000007d3810 in main (argc=8, argv=0x8216f11d0) at ../src/backend/main/main.c:230
[07:38:07.858] #0  0x000000082dc4b41a in thr_kill () from /lib/libc.so.7
core
[07:38:07.366] #0  0x000000082b87241a in thr_kill () from /lib/libc.so.7
[07:38:07.366] #1  0x000000082b7ebe64 in raise () from /lib/libc.so.7
[07:38:07.366] #2  0x000000082b89c6f9 in abort () from /lib/libc.so.7
[07:38:07.366] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:38:07.366] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:38:07.366] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:38:07.366] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:38:07.367] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821a06df8) at ../src/backe...
[07:38:07.367] #8  0x00000000007d3810 in main (argc=8, argv=0x821a06df8) at ../src/backend/main/main.c:230
[07:38:07.606] #0  0x000000082b00841a in thr_kill () from /lib/libc.so.7
core
[07:38:07.115] #0  0x000000082a87241a in thr_kill () from /lib/libc.so.7
[07:38:07.115] #1  0x000000082a7ebe64 in raise () from /lib/libc.so.7
[07:38:07.115] #2  0x000000082a89c6f9 in abort () from /lib/libc.so.7
[07:38:07.115] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:38:07.115] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:38:07.115] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:38:07.115] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:38:07.116] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8216a2d98) at ../src/backe...
[07:38:07.116] #8  0x00000000007d3810 in main (argc=8, argv=0x8216a2d98) at ../src/backend/main/main.c:230
[07:38:07.357] #0  0x000000082b87241a in thr_kill () from /lib/libc.so.7
core
[07:38:06.867] #0  0x000000082baf541a in thr_kill () from /lib/libc.so.7
[07:38:06.867] #1  0x000000082ba6ee64 in raise () from /lib/libc.so.7
[07:38:06.867] #2  0x000000082bb1f6f9 in abort () from /lib/libc.so.7
[07:38:06.867] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:38:06.867] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:38:06.867] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:38:06.867] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:38:06.868] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820e59888) at ../src/backe...
[07:38:06.868] #8  0x00000000007d3810 in main (argc=8, argv=0x820e59888) at ../src/backend/main/main.c:230
[07:38:07.107] #0  0x000000082a87241a in thr_kill () from /lib/libc.so.7
core
[07:38:06.616] #0  0x000000082ce3441a in thr_kill () from /lib/libc.so.7
[07:38:06.616] #1  0x000000082cdade64 in raise () from /lib/libc.so.7
[07:38:06.616] #2  0x000000082ce5e6f9 in abort () from /lib/libc.so.7
[07:38:06.616] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:38:06.616] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:38:06.616] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:38:06.616] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:38:06.616] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820f74b08) at ../src/backe...
[07:38:06.616] #8  0x00000000007d3810 in main (argc=8, argv=0x820f74b08) at ../src/backend/main/main.c:230
[07:38:06.858] #0  0x000000082baf541a in thr_kill () from /lib/libc.so.7
core
[07:38:06.366] #0  0x000000082b59441a in thr_kill () from /lib/libc.so.7
[07:38:06.366] #1  0x000000082b50de64 in raise () from /lib/libc.so.7
[07:38:06.366] #2  0x000000082b5be6f9 in abort () from /lib/libc.so.7
[07:38:06.366] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:38:06.366] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:38:06.366] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:38:06.366] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:38:06.367] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821270d78) at ../src/backe...
[07:38:06.367] #8  0x00000000007d3810 in main (argc=8, argv=0x821270d78) at ../src/backend/main/main.c:230
[07:38:06.607] #0  0x000000082ce3441a in thr_kill () from /lib/libc.so.7
core
[07:38:06.120] #0  0x000000082adc841a in thr_kill () from /lib/libc.so.7
[07:38:06.120] #1  0x000000082ad41e64 in raise () from /lib/libc.so.7
[07:38:06.120] #2  0x000000082adf26f9 in abort () from /lib/libc.so.7
[07:38:06.120] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:38:06.120] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:38:06.120] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:38:06.120] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:38:06.121] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8212f5fb0) at ../src/backe...
[07:38:06.121] #8  0x00000000007d3810 in main (argc=8, argv=0x8212f5fb0) at ../src/backend/main/main.c:230
[07:38:06.357] #0  0x000000082b59441a in thr_kill () from /lib/libc.so.7
core
[07:38:05.871] #0  0x0000000829dcc41a in thr_kill () from /lib/libc.so.7
[07:38:05.871] #1  0x0000000829d45e64 in raise () from /lib/libc.so.7
[07:38:05.871] #2  0x0000000829df66f9 in abort () from /lib/libc.so.7
[07:38:05.871] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:38:05.871] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:38:05.871] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:38:05.871] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:38:05.872] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8213c3988) at ../src/backe...
[07:38:05.872] #8  0x00000000007d3810 in main (argc=8, argv=0x8213c3988) at ../src/backend/main/main.c:230
[07:38:06.111] #0  0x000000082adc841a in thr_kill () from /lib/libc.so.7
core
[07:38:05.624] #0  0x000000082c6c541a in thr_kill () from /lib/libc.so.7
[07:38:05.624] #1  0x000000082c63ee64 in raise () from /lib/libc.so.7
[07:38:05.624] #2  0x000000082c6ef6f9 in abort () from /lib/libc.so.7
[07:38:05.624] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:38:05.624] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:38:05.624] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:38:05.624] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:38:05.624] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8210cd728) at ../src/backe...
[07:38:05.624] #8  0x00000000007d3810 in main (argc=8, argv=0x8210cd728) at ../src/backend/main/main.c:230
[07:38:05.862] #0  0x0000000829dcc41a in thr_kill () from /lib/libc.so.7
core
[07:38:05.377] #0  0x000000082cd5641a in thr_kill () from /lib/libc.so.7
[07:38:05.377] #1  0x000000082cccfe64 in raise () from /lib/libc.so.7
[07:38:05.377] #2  0x000000082cd806f9 in abort () from /lib/libc.so.7
[07:38:05.377] #3  0x0000000000aa4b15 in ExceptionalCondition (conditionName=0x2e70ff "(remainMask.mask | targetMask.mas...
[07:38:05.377] #4  0x000000000089fc67 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:38:05.377] #5  0x000000000089e169 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2099
[07:38:05.377] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:38:05.377] #7  0x000000000089d544 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820ebd2f0) at ../src/backe...
[07:38:05.377] #8  0x00000000007d3810 in main (argc=8, argv=0x820ebd2f0) at ../src/backend/main/main.c:230
[07:38:05.615] #0  0x000000082c6c541a in thr_kill () from /lib/libc.so.7
tap
[07:34:48.539](0.160s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/amcheck/001_verify_heapam/data/t...
tap
[07:34:48.629](0.159s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/amcheck/002_cic/data/t_002_cic_C...
tap
[07:34:48.642](0.162s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/amcheck/003_cic_2pc/data/t_003_c...
tap
[07:34:48.712](0.162s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/amcheck/004_verify_nbtree_unique...
tap
[07:34:48.835](0.159s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/amcheck/005_pitr/data/t_005_pitr...
tap
[07:34:49.744](0.293s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/authentication/001_password/data...
tap
[07:34:49.649](0.171s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/authentication/002_saslprep/data...
tap
[07:34:49.687](0.170s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/authentication/003_peer/data/t_0...
tap
[07:34:49.756](0.195s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/authentication/004_file_inclusio...
tap
[07:34:49.944](0.206s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/authentication/006_login_trigger...
tap
[07:34:48.924](0.156s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/auto_explain/001_auto_explain/da...
tap
[07:34:49.010](0.162s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/basebackup_to_shell/001_basic/da...
tap
[07:34:48.930](0.155s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/bloom/001_wal/data/t_001_wal_pri...
tap
[07:34:52.652](0.187s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/brin/01_workitems/data/t_01_work...
tap
[07:34:52.773](0.268s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/brin/02_wal_consistency/data/t_0...
tap
[07:34:54.937](0.194s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/checksums/001_basic/data/t_001_b...
tap
[07:34:54.989](0.184s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/checksums/002_restarts/data/t_00...
tap
[07:34:55.035](0.186s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/checksums/003_standby_restarts/d...
tap
[07:34:55.078](0.166s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/checksums/004_offline/data/t_004...
tap
[07:34:52.824](0.200s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/commit_ts/001_base/data/t_001_ba...
tap
[07:34:52.875](0.173s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/commit_ts/002_standby/data/t_002...
tap
[07:34:53.020](0.250s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/commit_ts/003_standby_2/data/t_0...
tap
[07:34:53.008](0.171s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/commit_ts/004_restart/data/t_004...
tap
[07:34:55.659](0.185s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/icu/010_database/data/t_010_data...
tap
[07:34:53.099](0.163s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/injection_points/001_stats/data/...
tap
[07:10:58.219](0.312s) Bail out!  pg_ctl restart failed
tap
[07:34:53.934](0.185s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/ldap_password_func/001_mutated_b...
tap
[07:34:55.597](0.172s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/ldap/001_auth/data/t_001_auth_no...
tap
[07:34:55.842](0.170s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/ldap/002_bindpasswd/data/t_002_b...
tap
[07:34:53.190](0.156s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/libpq_pipeline/001_libpq_pipelin...
tap
[07:34:33.207](0.205s) Bail out!  pg_ctl stop failed
tap
[07:34:31.399](0.204s) Bail out!  pg_ctl restart failed
tap
[07:34:36.760](0.210s) Bail out!  pg_ctl stop failed
tap
[07:34:35.607](1.461s) Bail out!  pg_ctl stop failed
tap
[07:34:38.404](0.205s) Bail out!  pg_ctl restart failed
tap
[07:34:43.298](1.142s) Bail out!  pg_ctl stop failed
tap
[07:34:41.673](0.000s) not ok 23 - data_checksums=on is reported on an offline cluster stdout /(?^:^on$)/
[07:34:42.042](0.257s) Bail out!  pg_ctl stop failed
tap
[07:34:43.074](0.598s) Bail out!  pg_ctl start failed
tap
[07:34:43.312](0.186s) Bail out!  pg_ctl start failed
tap
[07:34:43.856](0.186s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_combinebackup/005_integrity/d...
tap
[07:34:44.035](0.157s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_combinebackup/006_db_file_cop...
tap
[07:34:44.035](0.156s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_combinebackup/007_wal_level_m...
tap
[07:34:44.163](0.173s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_combinebackup/008_promote/dat...
tap
[07:34:44.349](0.159s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_combinebackup/009_no_full_fil...
tap
[07:34:44.421](0.155s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_controldata/001_pg_controldat...
tap
[07:34:44.470](0.162s) not ok 11 - pg_ctl initdb
tap
[07:34:44.469](0.155s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_ctl/002_status/data/t_002_sta...
tap
[07:34:44.646](0.156s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_ctl/003_promote/data/t_003_pr...
tap
[07:34:44.712](0.157s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_ctl/004_logrotate/data/t_004_...
tap
[07:34:44.780](0.158s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_dump/002_pg_dump/data/t_002_p...
tap
[07:34:44.941](0.159s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_dump/003_pg_dump_with_server/...
tap
[07:34:45.006](0.157s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_dump/004_pg_dump_parallel/dat...
tap
[07:34:45.075](0.157s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_dump/005_pg_dump_filterfile/d...
tap
[07:34:45.073](0.152s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_dump/010_dump_connstr/data/t_...
tap
[07:34:49.234](0.160s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_prewarm/001_basic/data/t_001_...
tap
[07:34:45.249](0.162s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_resetwal/001_basic/data/t_001...
tap
[07:34:45.300](0.158s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_resetwal/002_corrupted/data/t...
tap
[07:34:45.368](0.156s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_rewind/001_basic/data/t_001_b...
tap
[07:34:45.368](0.155s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_rewind/002_databases/data/t_0...
tap
[07:34:45.541](0.157s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_rewind/003_extrafiles/data/t_...
tap
[07:34:45.590](0.156s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_rewind/004_pg_xlog_symlink/da...
tap
[07:34:45.665](0.159s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_rewind/005_same_timeline/data...
tap
[07:34:45.809](0.159s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_rewind/007_standby_source/dat...
tap
[07:34:45.834](0.157s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_rewind/008_min_recovery_point...
tap
[07:34:45.880](0.155s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_rewind/009_growing_files/data...
tap
[07:34:45.963](0.162s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_rewind/010_keep_recycled_wals...
tap
[07:34:49.371](0.304s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_stat_statements/010_restart/d...
tap
[07:10:53.373](0.881s) Bail out!  pg_ctl stop failed
tap
[07:09:58.286](2.556s) Bail out!  pg_ctl stop failed
tap
[07:10:00.404](2.802s) Bail out!  pg_ctl stop failed
tap
[07:34:46.237](0.161s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_verifybackup/002_algorithm/da...
tap
[07:34:46.257](0.161s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_verifybackup/003_corruption/d...
tap
[07:34:46.262](0.160s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_verifybackup/004_options/data...
tap
[07:34:46.526](0.158s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_verifybackup/006_encoding/dat...
tap
[07:34:46.550](0.160s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_verifybackup/007_wal/data/t_0...
tap
[07:34:46.563](0.166s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_verifybackup/008_untar/data/t...
tap
[07:34:46.585](0.162s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_verifybackup/009_extract/data...
tap
[07:34:46.828](0.163s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_verifybackup/010_client_untar...
tap
[07:34:49.266](0.161s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_visibility/001_concurrent_tra...
tap
[07:34:49.343](0.195s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_visibility/002_corrupt_vm/dat...
tap
[07:34:46.889](0.166s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_waldump/001_basic/data/t_001_...
tap
[07:34:46.867](0.167s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_waldump/002_save_fullpage/dat...
tap
[07:34:47.003](0.156s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_walsummary/002_blocks/data/t_...
tap
[07:34:47.124](0.160s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pgbench/001_pgbench_with_server/...
tap
[07:34:50.022](0.221s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/postmaster/001_connection_limits...
tap
[07:34:50.068](0.193s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/postmaster/002_start_stop/data/t...
tap
[07:34:47.208](0.160s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/psql/001_basic/data/t_001_basic_...
tap
[07:34:47.323](0.163s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/psql/010_tab_completion/data/t_0...
tap
[07:34:47.424](0.163s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/psql/020_cancel/data/t_020_cance...
tap
[07:09:58.147](4.151s) Bail out!  pg_ctl stop failed
tap
[07:09:59.652](1.554s) Bail out!  pg_ctl stop failed
tap
[07:10:01.609](3.108s) Bail out!  pg_ctl stop failed
tap
[07:10:02.511](0.524s) Bail out!  pg_ctl restart failed
tap
[07:10:04.737](0.738s) Bail out!  pg_ctl stop failed
tap
[07:10:15.892](13.218s) Bail out!  pg_ctl restart failed
tap
[07:10:05.932](0.689s) Bail out!  pg_ctl stop failed
tap
[07:10:05.817](0.666s) Bail out!  pg_ctl stop failed
tap
[07:10:08.570](2.566s) Bail out!  pg_ctl stop failed
tap
[07:10:09.809](1.005s) Bail out!  pg_ctl stop failed
tap
[07:10:14.832](5.423s) Bail out!  pg_ctl stop failed
tap
[07:10:15.153](5.177s) Bail out!  pg_ctl stop failed
tap
[07:10:15.202](1.216s) Bail out!  pg_ctl restart failed
tap
[07:10:17.602](2.239s) Bail out!  pg_ctl stop failed
tap
[07:10:18.034](0.897s) Bail out!  pg_ctl stop failed
tap
[07:10:18.124](0.628s) Bail out!  pg_ctl stop failed
tap
[07:10:20.082](1.065s) Bail out!  pg_ctl stop failed
tap
[07:10:21.594](0.746s) Bail out!  pg_ctl stop failed
tap
[07:10:21.896](2.643s) Bail out!  pg_ctl restart failed
tap
[07:10:25.578](0.526s) Bail out!  pg_ctl stop failed
tap
[07:11:08.865](0.308s) Bail out!  pg_ctl restart failed
tap
[07:10:29.624](0.517s) Bail out!  pg_ctl stop failed
tap
[07:10:29.541](0.522s) Bail out!  pg_ctl stop failed
tap
[07:10:33.259](0.739s) Bail out!  pg_ctl restart failed
tap
[07:10:35.483](1.464s) Bail out!  pg_ctl restart failed
tap
[07:10:39.167](0.824s) Bail out!  pg_ctl stop failed
tap
[07:10:39.511](3.143s) Bail out!  pg_ctl stop failed
tap
[07:10:44.043](4.173s) Bail out!  pg_ctl stop failed
tap
[07:10:48.516](0.639s) Bail out!  pg_ctl stop failed
tap
[07:10:47.095](2.878s) Bail out!  pg_ctl stop failed
tap
[07:10:53.404](0.535s) Bail out!  pg_ctl restart failed
tap
[07:10:51.885](0.333s) Bail out!  pg_ctl stop failed
tap
[07:10:56.555](0.522s) Bail out!  pg_ctl stop failed
tap
[07:10:55.688](0.420s) Bail out!  pg_ctl stop failed
tap
[07:10:57.789](0.313s) Bail out!  pg_ctl stop failed
tap
[07:34:47.517](0.161s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/010_clusterdb/data/t_010...
tap
[07:34:47.533](0.159s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/011_clusterdb_all/data/t...
tap
[07:34:47.633](0.162s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/020_createdb/data/t_020_...
tap
[07:34:47.730](0.157s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/040_createuser/data/t_04...
tap
[07:34:47.824](0.160s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/050_dropdb/data/t_050_dr...
tap
[07:34:47.839](0.161s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/070_dropuser/data/t_070_...
tap
[07:34:47.943](0.159s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/080_pg_isready/data/t_08...
tap
[07:34:48.040](0.160s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/090_reindexdb/data/t_090...
tap
[07:34:48.121](0.164s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/091_reindexdb_all/data/t...
tap
[07:34:48.152](0.164s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/100_vacuumdb/data/t_100_...
tap
[07:34:48.240](0.160s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/101_vacuumdb_all/data/t_...
tap
[07:34:48.336](0.159s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/102_vacuumdb_stages/data...
tap
[07:34:48.416](0.158s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/200_connstr/data/t_200_c...
tap
[07:34:53.303](0.158s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/ssl_passphrase_callback/001_test...
tap
[07:34:55.306](0.181s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/ssl/001_ssltests/data/t_001_sslt...
tap
[07:34:55.327](0.188s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/ssl/002_scram/data/t_002_scram_p...
tap
[07:34:55.400](0.177s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/ssl/003_sslinfo/data/t_003_sslin...
tap
[07:34:50.071](0.175s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/001_rep_changes/dat...
tap
[07:34:50.103](0.200s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/002_types/data/t_00...
tap
[07:34:50.299](0.192s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/003_constraints/dat...
tap
[07:34:50.477](0.256s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/004_sync/data/t_004...
tap
[07:34:50.385](0.177s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/005_encoding/data/t...
tap
[07:34:50.427](0.195s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/006_rewrite/data/t_...
tap
[07:34:50.594](0.276s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/007_ddl/data/t_007_...
tap
[07:34:50.617](0.177s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/008_diff_schema/dat...
tap
[07:34:50.723](0.193s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/009_matviews/data/t...
tap
[07:34:50.808](0.193s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/010_truncate/data/t...
tap
[07:34:50.789](0.164s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/011_generated/data/...
tap
[07:34:50.962](0.226s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/012_collation/data/...
tap
[07:34:50.998](0.180s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/013_partition/data/...
tap
[07:34:51.086](0.201s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/014_binary/data/t_0...
tap
[07:34:51.183](0.245s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/015_stream/data/t_0...
tap
[07:34:51.169](0.180s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/016_stream_subxact/...
tap
[07:34:51.373](0.245s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/017_stream_ddl/data...
tap
[07:34:51.376](0.204s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/018_stream_subxact_...
tap
[07:34:51.395](0.161s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/019_stream_subxact_...
tap
[07:34:51.573](0.254s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/020_messages/data/t...
tap
[07:34:51.523](0.196s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/021_twophase/data/t...
tap
[07:34:51.741](0.229s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/022_twophase_cascad...
tap
[07:34:51.701](0.165s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/023_twophase_stream...
tap
[07:34:51.728](0.190s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/024_add_drop_pub/da...
tap
[07:34:51.884](0.187s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/025_rep_changes_for...
tap
[07:34:51.902](0.176s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/026_stats/data/t_02...
tap
[07:34:52.113](0.267s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/027_nosuperuser/dat...
tap
[07:34:52.061](0.164s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/028_row_filter/data...
tap
[07:34:52.132](0.165s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/029_on_error/data/t...
tap
[07:34:52.290](0.252s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/030_origin/data/t_0...
tap
[07:34:52.247](0.187s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/031_column_list/dat...
tap
[07:34:52.365](0.169s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/032_subscribe_use_i...
tap
[07:34:52.472](0.207s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/033_run_as_table_ow...
tap
[07:34:52.556](0.215s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/034_temporal/data/t...
tap
[07:34:52.604](0.209s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/100_bugs/data/t_100...
tap
[07:34:53.323](0.160s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/test_custom_rmgrs/001_basic/data...
tap
[07:34:49.445](0.238s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/test_decoding/001_repl_stats/dat...
tap
[07:34:53.790](0.199s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/test_misc/001_constraint_validat...
tap
[07:34:53.763](0.174s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/test_misc/002_tablespace/data/t_...
tap
[07:34:54.106](0.193s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/test_misc/003_check_guc/data/t_0...
tap
[07:34:54.127](0.192s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/test_misc/004_io_direct/data/t_0...
tap
[07:34:54.289](0.192s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/test_misc/005_timeouts/data/t_00...
tap
[07:34:54.417](0.171s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/test_misc/006_signal_autovacuum/...
tap
[07:34:54.443](0.168s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/test_pg_dump/001_base/data/t_001...
tap
[07:34:54.669](0.243s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/test_slru/001_multixact/data/t_0...
tap
[07:34:54.770](0.224s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/worker_spi/001_worker_spi/data/t...
test
[07:36:36.694]   5/319 postgresql:pg_upgrade / pg_upgrade/003_logical_slots                            ERROR            ...
[07:36:36.694]   6/319 postgresql:recovery / recovery/001_stream_rep                                   ERROR            ...
[07:36:36.694]   7/319 postgresql:recovery / recovery/003_recovery_targets                             ERROR            ...
[07:36:36.694]   8/319 postgresql:pg_upgrade / pg_upgrade/004_subscription                             ERROR            ...
[07:36:36.694]   9/319 postgresql:recovery / recovery/006_logical_decoding                             ERROR            ...
[07:36:36.694]  11/319 postgresql:recovery / recovery/004_timeline_switch                              ERROR            ...
[07:36:36.694]  12/319 postgresql:recovery / recovery/010_logical_decoding_timelines                   ERROR            ...
[07:36:36.694]  13/319 postgresql:recovery / recovery/007_sync_rep                                     ERROR            ...
[07:36:36.694]  14/319 postgresql:recovery / recovery/009_twophase                                     ERROR            ...
[07:36:36.694]  15/319 postgresql:recovery / recovery/012_subtransactions                              ERROR            ...
[07:36:36.694]  16/319 postgresql:recovery / recovery/014_unlogged_reinit                              ERROR            ...
[07:36:36.694]  18/319 postgresql:recovery / recovery/017_shm                                          ERROR            ...
[07:36:36.694]  19/319 postgresql:recovery / recovery/015_promotion_pages                              ERROR            ...
[07:36:36.694]  20/319 postgresql:recovery / recovery/016_min_consistency                              ERROR            ...
[07:36:36.694]  21/319 postgresql:recovery / recovery/008_fsm_truncation                               ERROR            ...
[07:36:36.694]  22/319 postgresql:recovery / recovery/018_wal_optimize                                 ERROR            ...
[07:36:36.694]  23/319 postgresql:recovery / recovery/020_archive_status                               ERROR            ...
[07:36:36.694]  24/319 postgresql:recovery / recovery/019_replslot_limit                               ERROR            ...
[07:36:36.694]  25/319 postgresql:recovery / recovery/021_row_visibility                               ERROR            ...
[07:36:36.694]  26/319 postgresql:recovery / recovery/024_archive_recovery                             ERROR            ...
[07:36:36.694]  27/319 postgresql:recovery / recovery/023_pitr_prepared_xact                           ERROR            ...
[07:36:36.694]  28/319 postgresql:recovery / recovery/026_overwrite_contrecord                         ERROR            ...
[07:36:36.694]  30/319 postgresql:recovery / recovery/029_stats_restart                                ERROR            ...
[07:36:36.694]  31/319 postgresql:recovery / recovery/028_pitr_timelines                               ERROR            ...
[07:36:36.694]  32/319 postgresql:recovery / recovery/030_stats_cleanup_replica                        ERROR            ...
[07:36:36.694]  33/319 postgresql:recovery / recovery/031_recovery_conflict                            ERROR            ...
[07:36:36.694]  34/319 postgresql:recovery / recovery/032_relfilenode_reuse                            ERROR            ...
[07:36:36.694]  35/319 postgresql:recovery / recovery/033_replay_tsp_drops                             ERROR            ...
[07:36:36.694]  36/319 postgresql:recovery / recovery/034_create_database                              ERROR            ...
[07:36:36.694]  37/319 postgresql:recovery / recovery/036_truncated_dropped                            ERROR            ...
[07:36:36.694]  39/319 postgresql:recovery / recovery/035_standby_logical_decoding                     ERROR            ...
[07:36:36.694]  40/319 postgresql:recovery / recovery/039_end_of_wal                                   ERROR            ...
[07:36:36.694]  41/319 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[07:36:36.694]  42/319 postgresql:recovery / recovery/038_save_logical_slots_shutdown                  ERROR            ...
[07:36:36.694]  43/319 postgresql:recovery / recovery/041_checkpoint_at_promote                        ERROR            ...
[07:36:36.694]  44/319 postgresql:recovery / recovery/040_standby_failover_slots_sync                  ERROR            ...
[07:36:36.694]  45/319 postgresql:recovery / recovery/042_low_level_backup                             ERROR            ...
[07:36:36.694]  46/319 postgresql:kerberos / kerberos/001_auth                                         ERROR            ...
[07:36:36.694]  47/319 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[07:36:36.694]  48/319 postgresql:regress / regress/regress                                            ERROR           1...
[07:36:36.694]  49/319 postgresql:isolation / isolation/isolation                                      ERROR           1...
[07:36:36.694]  50/319 postgresql:plperl / plperl/regress                                              ERROR           1...
[07:36:36.694]  51/319 postgresql:plpgsql / plpgsql/regress                                            ERROR           1...
[07:36:36.694]  52/319 postgresql:plpython / plpython/regress                                          ERROR           1...
[07:36:36.694]  53/319 postgresql:pltcl / pltcl/regress                                                ERROR           1...
[07:36:36.694]  54/319 postgresql:recovery / recovery/013_crash_restart                                ERROR           2...
[07:36:36.694]  55/319 postgresql:recovery / recovery/022_crash_temp_files                             ERROR           2...
[07:36:36.694]  56/319 postgresql:amcheck / amcheck/regress                                            ERROR           1...
[07:36:36.694]  57/319 postgresql:basic_archive / basic_archive/regress                                ERROR           1...
[07:36:36.694]  58/319 postgresql:bloom / bloom/regress                                                ERROR           1...
[07:36:36.694]  59/319 postgresql:bool_plperl / bool_plperl/regress                                    ERROR           1...
[07:36:36.694]  60/319 postgresql:btree_gin / btree_gin/regress                                        ERROR           1...
[07:36:36.694]  61/319 postgresql:btree_gist / btree_gist/regress                                      ERROR           1...
[07:36:36.694]  62/319 postgresql:citext / citext/regress                                              ERROR           1...
[07:36:36.694]  63/319 postgresql:cube / cube/regress                                                  ERROR           1...
[07:36:36.695]  64/319 postgresql:dblink / dblink/regress                                              ERROR           1...
[07:36:36.695]  65/319 postgresql:dict_int / dict_int/regress                                          ERROR           1...
[07:36:36.695]  66/319 postgresql:dict_xsyn / dict_xsyn/regress                                        ERROR           1...
[07:36:36.695]  67/319 postgresql:earthdistance / earthdistance/regress                                ERROR           1...
[07:36:36.695]  68/319 postgresql:file_fdw / file_fdw/regress                                          ERROR           1...
[07:36:36.695]  69/319 postgresql:fuzzystrmatch / fuzzystrmatch/regress                                ERROR           1...
[07:36:36.695]  70/319 postgresql:hstore / hstore/regress                                              ERROR           1...
[07:36:36.695]  71/319 postgresql:hstore_plperl / hstore_plperl/regress                                ERROR           1...
[07:36:36.695]  72/319 postgresql:hstore_plpython / hstore_plpython/regress                            ERROR           1...
[07:36:36.695]  73/319 postgresql:isn / isn/regress                                                    ERROR           1...
[07:36:36.695]  75/319 postgresql:intarray / intarray/regress                                          ERROR           1...
[07:36:36.695]  74/319 postgresql:jsonb_plperl / jsonb_plperl/regress                                  ERROR           1...
[07:36:36.695]  76/319 postgresql:jsonb_plpython / jsonb_plpython/regress                              ERROR           1...
[07:36:36.695]  77/319 postgresql:lo / lo/regress                                                      ERROR           1...
[07:36:36.695]  78/319 postgresql:ltree / ltree/regress                                                ERROR           1...
[07:36:36.695]  79/319 postgresql:ltree_plpython / ltree_plpython/regress                              ERROR           1...
[07:36:36.695]  80/319 postgresql:pageinspect / pageinspect/regress                                    ERROR           1...
[07:36:36.695]  81/319 postgresql:passwordcheck / passwordcheck/regress                                ERROR           1...
[07:36:36.695]  82/319 postgresql:pg_buffercache / pg_buffercache/regress                              ERROR           1...
[07:36:36.695]  83/319 postgresql:pg_freespacemap / pg_freespacemap/regress                            ERROR           1...
[07:36:36.695]  84/319 postgresql:pgcrypto / pgcrypto/regress                                          ERROR           1...
[07:36:36.695]  85/319 postgresql:pg_logicalinspect / pg_logicalinspect/isolation                      ERROR           1...
[07:36:36.695]  86/319 postgresql:pgrowlocks / pgrowlocks/isolation                                    ERROR           1...
[07:36:36.695]  87/319 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR           1...
[07:36:36.695]  88/319 postgresql:pgstattuple / pgstattuple/regress                                    ERROR           1...
[07:36:36.695]  89/319 postgresql:pg_surgery / pg_surgery/regress                                      ERROR           1...
[07:36:36.695]  90/319 postgresql:pg_visibility / pg_visibility/regress                                ERROR           1...
[07:36:36.695]  91/319 postgresql:pg_trgm / pg_trgm/regress                                            ERROR           1...
[07:36:36.695]  92/319 postgresql:pg_walinspect / pg_walinspect/regress                                ERROR           1...
[07:36:36.695]  93/319 postgresql:postgres_fdw / postgres_fdw/regress                                  ERROR           1...
[07:36:36.695]  94/319 postgresql:seg / seg/regress                                                    ERROR           1...
[07:36:36.695]  95/319 postgresql:tablefunc / tablefunc/regress                                        ERROR           1...
[07:36:36.695]  96/319 postgresql:tcn / tcn/isolation                                                  ERROR           1...
[07:36:36.695]  97/319 postgresql:tsm_system_rows / tsm_system_rows/regress                            ERROR           1...
[07:36:36.695]  98/319 postgresql:tsm_system_time / tsm_system_time/regress                            ERROR           1...
[07:36:36.695]  99/319 postgresql:test_decoding / test_decoding/isolation                              ERROR           1...
[07:36:36.695] 100/319 postgresql:test_decoding / test_decoding/regress                                ERROR           1...
[07:36:36.695] 101/319 postgresql:unaccent / unaccent/regress                                          ERROR           1...
[07:36:36.695] 102/319 postgresql:uuid-ossp / uuid-ossp/regress                                        ERROR           1...
[07:36:36.695] 103/319 postgresql:xml2 / xml2/regress                                                  ERROR           1...
[07:36:36.695] 104/319 postgresql:brin / brin/isolation                                                ERROR           1...
[07:36:36.695] 105/319 postgresql:commit_ts / commit_ts/regress                                        ERROR           1...
[07:36:36.695] 106/319 postgresql:delay_execution / delay_execution/isolation                          ERROR           1...
[07:36:36.695] 107/319 postgresql:dummy_index_am / dummy_index_am/regress                              ERROR           1...
[07:36:36.695] 108/319 postgresql:dummy_seclabel / dummy_seclabel/regress                              ERROR           1...
[07:36:36.695] 109/319 postgresql:gin / gin/regress                                                    ERROR           1...
[07:36:36.695] 110/319 postgresql:injection_points / injection_points/regress                          ERROR           1...
[07:36:36.695] 111/319 postgresql:injection_points / injection_points/isolation                        ERROR           1...
[07:36:36.695] 112/319 postgresql:plsample / plsample/regress                                          ERROR           1...
[07:36:36.695] 113/319 postgresql:spgist_name_ops / spgist_name_ops/regress                            ERROR           1...
[07:36:36.695] 114/319 postgresql:test_bloomfilter / test_bloomfilter/regress                          ERROR           1...
[07:36:36.695] 115/319 postgresql:test_copy_callbacks / test_copy_callbacks/regress                    ERROR           1...
[07:36:36.695] 116/319 postgresql:test_ddl_deparse / test_ddl_deparse/regress                          ERROR           1...
[07:36:36.695] 117/319 postgresql:test_dsa / test_dsa/regress                                          ERROR           1...
[07:36:36.695] 118/319 postgresql:test_dsm_registry / test_dsm_registry/regress                        ERROR           1...
[07:36:36.695] 119/319 postgresql:test_extensions / test_extensions/regress                            ERROR           1...
[07:36:36.695] 120/319 postgresql:test_ginpostinglist / test_ginpostinglist/regress                    ERROR           1...
[07:36:36.695] 121/319 postgresql:test_lfind / test_lfind/regress                                      ERROR           1...
[07:36:36.695] 122/319 postgresql:test_oat_hooks / test_oat_hooks/regress                              ERROR           1...
[07:36:36.695] 123/319 postgresql:test_integerset / test_integerset/regress                            ERROR           1...
[07:36:36.695] 124/319 postgresql:test_parser / test_parser/regress                                    ERROR           1...
[07:36:36.695] 125/319 postgresql:test_pg_dump / test_pg_dump/regress                                  ERROR           1...
[07:36:36.695] 126/319 postgresql:test_predtest / test_predtest/regress                                ERROR           1...
[07:36:36.695] 127/319 postgresql:test_radixtree / test_radixtree/regress                              ERROR           1...
[07:36:36.696] 128/319 postgresql:test_rbtree / test_rbtree/regress                                    ERROR           1...
[07:36:36.696] 129/319 postgresql:test_regex / test_regex/regress                                      ERROR           1...
[07:36:36.696] 130/319 postgresql:test_resowner / test_resowner/regress                                ERROR           1...
[07:36:36.696] 133/319 postgresql:test_rls_hooks / test_rls_hooks/regress                              ERROR           1...
[07:36:36.696] 135/319 postgresql:test_shm_mq / test_shm_mq/regress                                    ERROR           1...
[07:36:36.696] 136/319 postgresql:libpq / libpq/005_negotiate_encryption                               ERROR            ...
[07:36:36.696] 138/319 postgresql:libpq / libpq/003_load_balance_host_list                             ERROR            ...
[07:36:36.696] 140/319 postgresql:pg_amcheck / pg_amcheck/004_verify_heapam                            ERROR            ...
[07:36:36.696] 141/319 postgresql:pg_amcheck / pg_amcheck/003_check                                    ERROR            ...
[07:36:36.696] 144/319 postgresql:pg_basebackup / pg_basebackup/010_pg_basebackup                      ERROR            ...
[07:36:36.696] 147/319 postgresql:test_slru / test_slru/regress                                        ERROR           1...
[07:36:36.696] 152/319 postgresql:pg_checksums / pg_checksums/002_actions                              ERROR            ...
[07:36:36.696] 153/319 postgresql:pg_combinebackup / pg_combinebackup/002_compare_backups              ERROR            ...
[07:36:36.696] 154/319 postgresql:pg_basebackup / pg_basebackup/040_pg_createsubscriber                ERROR            ...
[07:36:36.696] 155/319 postgresql:pg_combinebackup / pg_combinebackup/003_timeline                     ERROR            ...
[07:36:36.696] 156/319 postgresql:pg_combinebackup / pg_combinebackup/005_integrity                    ERROR            ...
[07:36:36.696] 157/319 postgresql:pg_combinebackup / pg_combinebackup/007_wal_level_minimal            ERROR            ...
[07:36:36.696] 158/319 postgresql:pg_combinebackup / pg_combinebackup/006_db_file_copy                 ERROR            ...
[07:36:36.696] 160/319 postgresql:pg_combinebackup / pg_combinebackup/008_promote                      ERROR            ...
[07:36:36.696] 162/319 postgresql:pg_combinebackup / pg_combinebackup/009_no_full_file                 ERROR            ...
[07:36:36.696] 163/319 postgresql:pg_controldata / pg_controldata/001_pg_controldata                   ERROR            ...
[07:36:36.696] 164/319 postgresql:pg_ctl / pg_ctl/002_status                                           ERROR            ...
[07:36:36.696] 165/319 postgresql:pg_ctl / pg_ctl/001_start_stop                                       ERROR            ...
[07:36:36.696] 166/319 postgresql:pg_ctl / pg_ctl/003_promote                                          ERROR            ...
[07:36:36.696] 167/319 postgresql:pg_ctl / pg_ctl/004_logrotate                                        ERROR            ...
[07:36:36.696] 168/319 postgresql:pg_dump / pg_dump/002_pg_dump                                        ERROR            ...
[07:36:36.696] 170/319 postgresql:pg_dump / pg_dump/003_pg_dump_with_server                            ERROR            ...
[07:36:36.696] 171/319 postgresql:pg_dump / pg_dump/004_pg_dump_parallel                               ERROR            ...
[07:36:36.696] 172/319 postgresql:pg_dump / pg_dump/010_dump_connstr                                   ERROR            ...
[07:36:36.696] 173/319 postgresql:pg_dump / pg_dump/005_pg_dump_filterfile                             ERROR            ...
[07:36:36.696] 174/319 postgresql:pg_resetwal / pg_resetwal/001_basic                                  ERROR            ...
[07:36:36.696] 175/319 postgresql:pg_resetwal / pg_resetwal/002_corrupted                              ERROR            ...
[07:36:36.696] 176/319 postgresql:pg_rewind / pg_rewind/001_basic                                      ERROR            ...
[07:36:36.696] 177/319 postgresql:pg_rewind / pg_rewind/002_databases                                  ERROR            ...
[07:36:36.696] 179/319 postgresql:pg_rewind / pg_rewind/003_extrafiles                                 ERROR            ...
[07:36:36.696] 180/319 postgresql:pg_rewind / pg_rewind/004_pg_xlog_symlink                            ERROR            ...
[07:36:36.696] 181/319 postgresql:pg_rewind / pg_rewind/005_same_timeline                              ERROR            ...
[07:36:36.696] 182/319 postgresql:pg_rewind / pg_rewind/007_standby_source                             ERROR            ...
[07:36:36.696] 183/319 postgresql:pg_rewind / pg_rewind/008_min_recovery_point                         ERROR            ...
[07:36:36.696] 184/319 postgresql:pg_rewind / pg_rewind/009_growing_files                              ERROR            ...
[07:36:36.696] 186/319 postgresql:pg_rewind / pg_rewind/010_keep_recycled_wals                         ERROR            ...
[07:36:36.696] 189/319 postgresql:pg_verifybackup / pg_verifybackup/002_algorithm                      ERROR            ...
[07:36:36.696] 190/319 postgresql:pg_verifybackup / pg_verifybackup/003_corruption                     ERROR            ...
[07:36:36.696] 191/319 postgresql:pg_verifybackup / pg_verifybackup/004_options                        ERROR            ...
[07:36:36.696] 193/319 postgresql:pg_verifybackup / pg_verifybackup/006_encoding                       ERROR            ...
[07:36:36.696] 194/319 postgresql:pg_verifybackup / pg_verifybackup/007_wal                            ERROR            ...
[07:36:36.696] 195/319 postgresql:pg_verifybackup / pg_verifybackup/008_untar                          ERROR            ...
[07:36:36.696] 196/319 postgresql:pg_verifybackup / pg_verifybackup/009_extract                        ERROR            ...
[07:36:36.696] 198/319 postgresql:pg_verifybackup / pg_verifybackup/010_client_untar                   ERROR            ...
[07:36:36.696] 199/319 postgresql:pg_waldump / pg_waldump/002_save_fullpage                            ERROR            ...
[07:36:36.696] 200/319 postgresql:pg_waldump / pg_waldump/001_basic                                    ERROR            ...
[07:36:36.696] 201/319 postgresql:pg_walsummary / pg_walsummary/002_blocks                             ERROR            ...
[07:36:36.696] 202/319 postgresql:pgbench / pgbench/001_pgbench_with_server                            ERROR            ...
[07:36:36.696] 203/319 postgresql:psql / psql/001_basic                                                ERROR            ...
[07:36:36.697] 205/319 postgresql:psql / psql/010_tab_completion                                       ERROR            ...
[07:36:36.697] 206/319 postgresql:psql / psql/020_cancel                                               ERROR            ...
[07:36:36.697] 207/319 postgresql:scripts / scripts/010_clusterdb                                      ERROR            ...
[07:36:36.697] 208/319 postgresql:scripts / scripts/011_clusterdb_all                                  ERROR            ...
[07:36:36.697] 209/319 postgresql:scripts / scripts/020_createdb                                       ERROR            ...
[07:36:36.697] 210/319 postgresql:scripts / scripts/040_createuser                                     ERROR            ...
[07:36:36.697] 211/319 postgresql:scripts / scripts/050_dropdb                                         ERROR            ...
[07:36:36.697] 212/319 postgresql:scripts / scripts/070_dropuser                                       ERROR            ...
[07:36:36.697] 213/319 postgresql:scripts / scripts/080_pg_isready                                     ERROR            ...
[07:36:36.697] 214/319 postgresql:scripts / scripts/090_reindexdb                                      ERROR            ...
[07:36:36.697] 215/319 postgresql:scripts / scripts/091_reindexdb_all                                  ERROR            ...
[07:36:36.697] 216/319 postgresql:scripts / scripts/100_vacuumdb                                       ERROR            ...
[07:36:36.697] 217/319 postgresql:scripts / scripts/101_vacuumdb_all                                   ERROR            ...
[07:36:36.697] 218/319 postgresql:scripts / scripts/102_vacuumdb_stages                                ERROR            ...
[07:36:36.697] 220/319 postgresql:scripts / scripts/200_connstr                                        ERROR            ...
[07:36:36.697] 221/319 postgresql:amcheck / amcheck/001_verify_heapam                                  ERROR            ...
[07:36:36.697] 222/319 postgresql:amcheck / amcheck/002_cic                                            ERROR            ...
[07:36:36.697] 223/319 postgresql:amcheck / amcheck/003_cic_2pc                                        ERROR            ...
[07:36:36.697] 224/319 postgresql:amcheck / amcheck/004_verify_nbtree_unique                           ERROR            ...
[07:36:36.697] 225/319 postgresql:amcheck / amcheck/005_pitr                                           ERROR            ...
[07:36:36.697] 226/319 postgresql:auto_explain / auto_explain/001_auto_explain                         ERROR            ...
[07:36:36.697] 227/319 postgresql:bloom / bloom/001_wal                                                ERROR            ...
[07:36:36.697] 229/319 postgresql:basebackup_to_shell / basebackup_to_shell/001_basic                  ERROR            ...
[07:36:36.697] 230/319 postgresql:test_tidstore / test_tidstore/regress                                ERROR           1...
[07:36:36.697] 231/319 postgresql:pg_prewarm / pg_prewarm/001_basic                                    ERROR            ...
[07:36:36.697] 232/319 postgresql:pg_visibility / pg_visibility/001_concurrent_transaction             ERROR            ...
[07:36:36.697] 233/319 postgresql:pg_visibility / pg_visibility/002_corrupt_vm                         ERROR            ...
[07:36:36.697] 234/319 postgresql:pg_stat_statements / pg_stat_statements/010_restart                  ERROR            ...
[07:36:36.697] 236/319 postgresql:test_decoding / test_decoding/001_repl_stats                         ERROR            ...
[07:36:36.697] 238/319 postgresql:authentication / authentication/002_saslprep                         ERROR            ...
[07:36:36.697] 239/319 postgresql:authentication / authentication/003_peer                             ERROR            ...
[07:36:36.697] 240/319 postgresql:authentication / authentication/001_password                         ERROR            ...
[07:36:36.697] 241/319 postgresql:authentication / authentication/004_file_inclusion                   ERROR            ...
[07:36:36.697] 242/319 postgresql:authentication / authentication/006_login_trigger                    ERROR            ...
[07:36:36.697] 243/319 postgresql:postmaster / postmaster/001_connection_limits                        ERROR            ...
[07:36:36.697] 244/319 postgresql:postmaster / postmaster/002_start_stop                               ERROR            ...
[07:36:36.697] 245/319 postgresql:subscription / subscription/001_rep_changes                          ERROR            ...
[07:36:36.697] 246/319 postgresql:subscription / subscription/002_types                                ERROR            ...
[07:36:36.697] 247/319 postgresql:subscription / subscription/003_constraints                          ERROR            ...
[07:36:36.697] 248/319 postgresql:subscription / subscription/005_encoding                             ERROR            ...
[07:36:36.697] 249/319 postgresql:subscription / subscription/006_rewrite                              ERROR            ...
[07:36:36.697] 250/319 postgresql:subscription / subscription/004_sync                                 ERROR            ...
[07:36:36.697] 251/319 postgresql:subscription / subscription/007_ddl                                  ERROR            ...
[07:36:36.697] 252/319 postgresql:subscription / subscription/008_diff_schema                          ERROR            ...
[07:36:36.697] 253/319 postgresql:subscription / subscription/009_matviews                             ERROR            ...
[07:36:36.697] 254/319 postgresql:subscription / subscription/011_generated                            ERROR            ...
[07:36:36.697] 255/319 postgresql:subscription / subscription/010_truncate                             ERROR            ...
[07:36:36.697] 256/319 postgresql:subscription / subscription/012_collation                            ERROR            ...
[07:36:36.697] 257/319 postgresql:subscription / subscription/013_partition                            ERROR            ...
[07:36:36.697] 258/319 postgresql:subscription / subscription/014_binary                               ERROR            ...
[07:36:36.697] 259/319 postgresql:subscription / subscription/016_stream_subxact                       ERROR            ...
[07:36:36.697] 260/319 postgresql:subscription / subscription/015_stream                               ERROR            ...
[07:36:36.697] 261/319 postgresql:subscription / subscription/017_stream_ddl                           ERROR            ...
[07:36:36.732] 262/319 postgresql:subscription / subscription/018_stream_subxact_abort                 ERROR            ...
[07:36:36.732] 263/319 postgresql:subscription / subscription/019_stream_subxact_ddl_abort             ERROR            ...
[07:36:36.732] 264/319 postgresql:subscription / subscription/021_twophase                             ERROR            ...
[07:36:36.732] 265/319 postgresql:subscription / subscription/020_messages                             ERROR            ...
[07:36:36.732] 266/319 postgresql:subscription / subscription/023_twophase_stream                      ERROR            ...
[07:36:36.732] 267/319 postgresql:subscription / subscription/024_add_drop_pub                         ERROR            ...
[07:36:36.732] 268/319 postgresql:subscription / subscription/022_twophase_cascade                     ERROR            ...
[07:36:36.732] 270/319 postgresql:subscription / subscription/026_stats                                ERROR            ...
[07:36:36.732] 269/319 postgresql:subscription / subscription/025_rep_changes_for_schema               ERROR            ...
[07:36:36.732] 271/319 postgresql:subscription / subscription/028_row_filter                           ERROR            ...
[07:36:36.732] 272/319 postgresql:subscription / subscription/027_nosuperuser                          ERROR            ...
[07:36:36.732] 273/319 postgresql:subscription / subscription/029_on_error                             ERROR            ...
[07:36:36.732] 274/319 postgresql:subscription / subscription/031_column_list                          ERROR            ...
[07:36:36.732] 275/319 postgresql:subscription / subscription/030_origin                               ERROR            ...
[07:36:36.732] 276/319 postgresql:subscription / subscription/032_subscribe_use_index                  ERROR            ...
[07:36:36.732] 277/319 postgresql:subscription / subscription/033_run_as_table_owner                   ERROR            ...
[07:36:36.732] 278/319 postgresql:subscription / subscription/034_temporal                             ERROR            ...
[07:36:36.732] 279/319 postgresql:subscription / subscription/100_bugs                                 ERROR            ...
[07:36:36.732] 280/319 postgresql:brin / brin/01_workitems                                             ERROR            ...
[07:36:36.732] 281/319 postgresql:brin / brin/02_wal_consistency                                       ERROR            ...
[07:36:36.732] 282/319 postgresql:commit_ts / commit_ts/001_base                                       ERROR            ...
[07:36:36.732] 283/319 postgresql:commit_ts / commit_ts/002_standby                                    ERROR            ...
[07:36:36.732] 284/319 postgresql:commit_ts / commit_ts/004_restart                                    ERROR            ...
[07:36:36.732] 285/319 postgresql:commit_ts / commit_ts/003_standby_2                                  ERROR            ...
[07:36:36.732] 286/319 postgresql:injection_points / injection_points/001_stats                        ERROR            ...
[07:36:36.732] 287/319 postgresql:libpq_pipeline / libpq_pipeline/001_libpq_pipeline                   ERROR            ...
[07:36:36.732] 288/319 postgresql:ssl_passphrase_callback / ssl_passphrase_callback/001_testfunc       ERROR            ...
[07:36:36.732] 289/319 postgresql:test_custom_rmgrs / test_custom_rmgrs/001_basic                      ERROR            ...
[07:36:36.732] 292/319 postgresql:test_misc / test_misc/002_tablespace                                 ERROR            ...
[07:36:36.732] 293/319 postgresql:test_misc / test_misc/001_constraint_validation                      ERROR            ...
[07:36:36.732] 294/319 postgresql:ldap_password_func / ldap_password_func/001_mutated_bindpasswd       ERROR            ...
[07:36:36.732] 295/319 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
[07:36:36.732] 296/319 postgresql:test_misc / test_misc/004_io_direct                                  ERROR            ...
[07:36:36.732] 297/319 postgresql:test_misc / test_misc/005_timeouts                                   ERROR            ...
[07:36:36.732] 299/319 postgresql:test_misc / test_misc/006_signal_autovacuum                          ERROR            ...
[07:36:36.732] 300/319 postgresql:test_pg_dump / test_pg_dump/001_base                                 ERROR            ...
[07:36:36.732] 303/319 postgresql:test_slru / test_slru/001_multixact                                  ERROR            ...
[07:36:36.732] 305/319 postgresql:worker_spi / worker_spi/001_worker_spi                               ERROR            ...
[07:36:36.732] 306/319 postgresql:checksums / checksums/001_basic                                      ERROR            ...
[07:36:36.732] 307/319 postgresql:checksums / checksums/002_restarts                                   ERROR            ...
[07:36:36.732] 308/319 postgresql:checksums / checksums/003_standby_restarts                           ERROR            ...
[07:36:36.732] 309/319 postgresql:checksums / checksums/004_offline                                    ERROR            ...
[07:36:36.732] 310/319 postgresql:ssl / ssl/001_ssltests                                               ERROR            ...
[07:36:36.732] 311/319 postgresql:ssl / ssl/002_scram                                                  ERROR            ...
[07:36:36.732] 312/319 postgresql:ssl / ssl/003_sslinfo                                                ERROR            ...
[07:36:36.732] 313/319 postgresql:ldap / ldap/001_auth                                                 ERROR            ...
[07:36:36.732] 314/319 postgresql:icu / icu/010_database                                               ERROR            ...
[07:36:36.732] 315/319 postgresql:ldap / ldap/002_bindpasswd                                           ERROR            ...
[07:36:36.732] 317/319 postgresql:typcache / typcache/regress                                          ERROR           1...
[07:36:36.732] 318/319 postgresql:unsafe_tests / unsafe_tests/regress                                  ERROR           1...
[07:36:36.732] 319/319 postgresql:ecpg / ecpg/ecpg                                                     ERROR           1...
Linux - Debian Bookworm - Autoconf
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2896, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2896, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2896, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2896, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2896, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2896, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2896, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2896, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2896, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2896, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2896, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2896, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2896, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2896, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2896, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2896, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2896, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2896, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2896, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2896, PID...
core
[07:16:26.770] #0  0x00007fe0017dbebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:16:26.770] #1  0x00007fe00178cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:16:26.770] #2  0x00007fe001777472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:16:26.770] #3  0x00005624965ae075 in ExceptionalCondition (conditionName=conditionName@entry=0x5624969181c0 "(remain...
[07:16:26.770] #4  0x00005624960f877d in PostmasterStateMachine () at postmaster.c:2896
[07:16:26.770] #5  0x00005624960f8df2 in process_pm_shutdown_request () at postmaster.c:2188
[07:16:26.770] #6  0x00005624960f9dec in ServerLoop () at postmaster.c:1660
[07:16:26.770] #7  0x00005624960fc14d in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x604000000610) at postmaste...
[07:16:26.770] #8  0x0000562495e9e1ec in main (argc=4, argv=0x604000000610) at main.c:230
[07:16:27.190] #0  0x00007f1a636abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[07:16:19.296] #0  0x00007f44ef2abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:16:19.296] #1  0x00007f44ef25cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:16:19.296] #2  0x00007f44ef247472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:16:19.296] #3  0x000055be4204b075 in ExceptionalCondition (conditionName=conditionName@entry=0x55be423b51c0 "(remain...
[07:16:19.296] #4  0x000055be41b9577d in PostmasterStateMachine () at postmaster.c:2896
[07:16:19.296] #5  0x000055be41b95cb1 in process_pm_shutdown_request () at postmaster.c:2151
[07:16:19.296] #6  0x000055be41b96dec in ServerLoop () at postmaster.c:1660
[07:16:19.296] #7  0x000055be41b9914d in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x6070000003a0) at postmaste...
[07:16:19.296] #8  0x000055be4193b1ec in main (argc=8, argv=0x6070000003a0) at main.c:230
[07:16:19.684] #0  0x00007fa934aabebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[07:16:19.695] #0  0x00007fa934aabebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:16:19.695] #1  0x00007fa934a5cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:16:19.695] #2  0x00007fa934a47472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:16:19.695] #3  0x000055f15ca0a075 in ExceptionalCondition (conditionName=conditionName@entry=0x55f15cd741c0 "(remain...
[07:16:19.695] #4  0x000055f15c55477d in PostmasterStateMachine () at postmaster.c:2896
[07:16:19.695] #5  0x000055f15c554cb1 in process_pm_shutdown_request () at postmaster.c:2151
[07:16:19.695] #6  0x000055f15c555dec in ServerLoop () at postmaster.c:1660
[07:16:19.695] #7  0x000055f15c55814d in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x604000000610) at postmaste...
[07:16:19.695] #8  0x000055f15c2fa1ec in main (argc=4, argv=0x604000000610) at main.c:230
[07:16:20.101] #0  0x00007fd5efcabebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[07:16:20.112] #0  0x00007fd5efcabebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:16:20.112] #1  0x00007fd5efc5cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:16:20.112] #2  0x00007fd5efc47472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:16:20.112] #3  0x0000559ef781d075 in ExceptionalCondition (conditionName=conditionName@entry=0x559ef7b871c0 "(remain...
[07:16:20.112] #4  0x0000559ef736777d in PostmasterStateMachine () at postmaster.c:2896
[07:16:20.112] #5  0x0000559ef7367cb1 in process_pm_shutdown_request () at postmaster.c:2151
[07:16:20.112] #6  0x0000559ef7368dec in ServerLoop () at postmaster.c:1660
[07:16:20.112] #7  0x0000559ef736b14d in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x6040000005d0) at postmaste...
[07:16:20.112] #8  0x0000559ef710d1ec in main (argc=4, argv=0x6040000005d0) at main.c:230
[07:16:20.528] #0  0x00007f47c16abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[07:16:20.539] #0  0x00007f47c16abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:16:20.539] #1  0x00007f47c165cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:16:20.539] #2  0x00007f47c1647472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:16:20.539] #3  0x00005648137cb075 in ExceptionalCondition (conditionName=conditionName@entry=0x564813b351c0 "(remain...
[07:16:20.539] #4  0x000056481331577d in PostmasterStateMachine () at postmaster.c:2896
[07:16:20.539] #5  0x0000564813315cb1 in process_pm_shutdown_request () at postmaster.c:2151
[07:16:20.539] #6  0x0000564813316dec in ServerLoop () at postmaster.c:1660
[07:16:20.539] #7  0x000056481331914d in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x6070000003a0) at postmaste...
[07:16:20.539] #8  0x00005648130bb1ec in main (argc=8, argv=0x6070000003a0) at main.c:230
[07:16:20.944] #0  0x00007fae19eabebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[07:16:20.955] #0  0x00007fae19eabebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:16:20.955] #1  0x00007fae19e5cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:16:20.955] #2  0x00007fae19e47472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:16:20.955] #3  0x000055cf6365f075 in ExceptionalCondition (conditionName=conditionName@entry=0x55cf639c91c0 "(remain...
[07:16:20.955] #4  0x000055cf631a977d in PostmasterStateMachine () at postmaster.c:2896
[07:16:20.955] #5  0x000055cf631a9cb1 in process_pm_shutdown_request () at postmaster.c:2151
[07:16:20.955] #6  0x000055cf631aadec in ServerLoop () at postmaster.c:1660
[07:16:20.955] #7  0x000055cf631ad14d in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x6070000003a0) at postmaste...
[07:16:20.955] #8  0x000055cf62f4f1ec in main (argc=8, argv=0x6070000003a0) at main.c:230
[07:16:21.355] #0  0x00007f1fa39dbebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[07:16:21.365] #0  0x00007f1fa39dbebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:16:21.365] #1  0x00007f1fa398cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:16:21.365] #2  0x00007f1fa3977472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:16:21.365] #3  0x0000561b4c002075 in ExceptionalCondition (conditionName=conditionName@entry=0x561b4c36c1c0 "(remain...
[07:16:21.365] #4  0x0000561b4bb4c77d in PostmasterStateMachine () at postmaster.c:2896
[07:16:21.365] #5  0x0000561b4bb4cdf2 in process_pm_shutdown_request () at postmaster.c:2188
[07:16:21.365] #6  0x0000561b4bb4ddec in ServerLoop () at postmaster.c:1660
[07:16:21.365] #7  0x0000561b4bb5014d in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x604000000610) at postmaste...
[07:16:21.365] #8  0x0000561b4b8f21ec in main (argc=4, argv=0x604000000610) at main.c:230
[07:16:21.762] #0  0x00007f2b49aabebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[07:16:21.773] #0  0x00007f2b49aabebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:16:21.773] #1  0x00007f2b49a5cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:16:21.773] #2  0x00007f2b49a47472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:16:21.773] #3  0x000055a7f03e4075 in ExceptionalCondition (conditionName=conditionName@entry=0x55a7f074e1c0 "(remain...
[07:16:21.773] #4  0x000055a7eff2e77d in PostmasterStateMachine () at postmaster.c:2896
[07:16:21.773] #5  0x000055a7eff2ecb1 in process_pm_shutdown_request () at postmaster.c:2151
[07:16:21.773] #6  0x000055a7eff2fdec in ServerLoop () at postmaster.c:1660
[07:16:21.773] #7  0x000055a7eff3214d in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x604000000610) at postmaste...
[07:16:21.773] #8  0x000055a7efcd41ec in main (argc=4, argv=0x604000000610) at main.c:230
[07:16:22.175] #0  0x00007f53e4eabebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[07:16:22.185] #0  0x00007f53e4eabebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:16:22.185] #1  0x00007f53e4e5cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:16:22.185] #2  0x00007f53e4e47472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:16:22.185] #3  0x00005601395e5075 in ExceptionalCondition (conditionName=conditionName@entry=0x56013994f1c0 "(remain...
[07:16:22.185] #4  0x000056013912f77d in PostmasterStateMachine () at postmaster.c:2896
[07:16:22.185] #5  0x000056013912fcb1 in process_pm_shutdown_request () at postmaster.c:2151
[07:16:22.185] #6  0x0000560139130dec in ServerLoop () at postmaster.c:1660
[07:16:22.185] #7  0x000056013913314d in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x6070000003a0) at postmaste...
[07:16:22.185] #8  0x0000560138ed51ec in main (argc=8, argv=0x6070000003a0) at main.c:230
[07:16:22.587] #0  0x00007fb7faaabebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[07:16:22.597] #0  0x00007fb7faaabebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:16:22.597] #1  0x00007fb7faa5cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:16:22.597] #2  0x00007fb7faa47472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:16:22.597] #3  0x0000555d08dcb075 in ExceptionalCondition (conditionName=conditionName@entry=0x555d091351c0 "(remain...
[07:16:22.597] #4  0x0000555d0891577d in PostmasterStateMachine () at postmaster.c:2896
[07:16:22.597] #5  0x0000555d08915cb1 in process_pm_shutdown_request () at postmaster.c:2151
[07:16:22.597] #6  0x0000555d08916dec in ServerLoop () at postmaster.c:1660
[07:16:22.597] #7  0x0000555d0891914d in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x6070000003a0) at postmaste...
[07:16:22.597] #8  0x0000555d086bb1ec in main (argc=8, argv=0x6070000003a0) at main.c:230
[07:16:22.991] #0  0x00007fce4c7dbebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[07:16:23.001] #0  0x00007fce4c7dbebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:16:23.001] #1  0x00007fce4c78cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:16:23.001] #2  0x00007fce4c777472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:16:23.001] #3  0x000055557c099075 in ExceptionalCondition (conditionName=conditionName@entry=0x55557c4031c0 "(remain...
[07:16:23.001] #4  0x000055557bbe377d in PostmasterStateMachine () at postmaster.c:2896
[07:16:23.001] #5  0x000055557bbe3cb1 in process_pm_shutdown_request () at postmaster.c:2151
[07:16:23.001] #6  0x000055557bbe4dec in ServerLoop () at postmaster.c:1660
[07:16:23.001] #7  0x000055557bbe714d in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x6070000003a0) at postmaste...
[07:16:23.001] #8  0x000055557b9891ec in main (argc=8, argv=0x6070000003a0) at main.c:230
[07:16:23.407] #0  0x00007fe9571dbebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[07:16:23.418] #0  0x00007fe9571dbebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:16:23.418] #1  0x00007fe95718cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:16:23.418] #2  0x00007fe957177472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:16:23.418] #3  0x0000558fda592075 in ExceptionalCondition (conditionName=conditionName@entry=0x558fda8fc1c0 "(remain...
[07:16:23.418] #4  0x0000558fda0dc77d in PostmasterStateMachine () at postmaster.c:2896
[07:16:23.418] #5  0x0000558fda0dcdf2 in process_pm_shutdown_request () at postmaster.c:2188
[07:16:23.418] #6  0x0000558fda0dddec in ServerLoop () at postmaster.c:1660
[07:16:23.418] #7  0x0000558fda0e014d in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x6040000005d0) at postmaste...
[07:16:23.418] #8  0x0000558fd9e821ec in main (argc=4, argv=0x6040000005d0) at main.c:230
[07:16:23.806] #0  0x00007f763d8abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[07:16:23.817] #0  0x00007f763d8abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:16:23.817] #1  0x00007f763d85cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:16:23.817] #2  0x00007f763d847472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:16:23.817] #3  0x000055d50f15d075 in ExceptionalCondition (conditionName=conditionName@entry=0x55d50f4c71c0 "(remain...
[07:16:23.817] #4  0x000055d50eca777d in PostmasterStateMachine () at postmaster.c:2896
[07:16:23.817] #5  0x000055d50eca7cb1 in process_pm_shutdown_request () at postmaster.c:2151
[07:16:23.817] #6  0x000055d50eca8dec in ServerLoop () at postmaster.c:1660
[07:16:23.817] #7  0x000055d50ecab14d in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x6070000003a0) at postmaste...
[07:16:23.817] #8  0x000055d50ea4d1ec in main (argc=8, argv=0x6070000003a0) at main.c:230
[07:16:24.233] #0  0x00007fcd660abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[07:16:24.244] #0  0x00007fcd660abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:16:24.244] #1  0x00007fcd6605cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:16:24.244] #2  0x00007fcd66047472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:16:24.244] #3  0x000055c3c1e34075 in ExceptionalCondition (conditionName=conditionName@entry=0x55c3c219e1c0 "(remain...
[07:16:24.244] #4  0x000055c3c197e77d in PostmasterStateMachine () at postmaster.c:2896
[07:16:24.244] #5  0x000055c3c197ecb1 in process_pm_shutdown_request () at postmaster.c:2151
[07:16:24.244] #6  0x000055c3c197fdec in ServerLoop () at postmaster.c:1660
[07:16:24.244] #7  0x000055c3c198214d in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x6070000003a0) at postmaste...
[07:16:24.244] #8  0x000055c3c17241ec in main (argc=8, argv=0x6070000003a0) at main.c:230
[07:16:24.639] #0  0x00007f98496abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[07:16:24.649] #0  0x00007f98496abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:16:24.649] #1  0x00007f984965cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:16:24.649] #2  0x00007f9849647472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:16:24.649] #3  0x000055d74d87a075 in ExceptionalCondition (conditionName=conditionName@entry=0x55d74dbe41c0 "(remain...
[07:16:24.649] #4  0x000055d74d3c477d in PostmasterStateMachine () at postmaster.c:2896
[07:16:24.649] #5  0x000055d74d3c4cb1 in process_pm_shutdown_request () at postmaster.c:2151
[07:16:24.649] #6  0x000055d74d3c5dec in ServerLoop () at postmaster.c:1660
[07:16:24.649] #7  0x000055d74d3c814d in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x6070000003a0) at postmaste...
[07:16:24.649] #8  0x000055d74d16a1ec in main (argc=8, argv=0x6070000003a0) at main.c:230
[07:16:25.043] #0  0x00007f7ba96abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[07:16:25.054] #0  0x00007f7ba96abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:16:25.054] #1  0x00007f7ba965cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:16:25.054] #2  0x00007f7ba9647472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:16:25.054] #3  0x0000557e16ac4075 in ExceptionalCondition (conditionName=conditionName@entry=0x557e16e2e1c0 "(remain...
[07:16:25.054] #4  0x0000557e1660e77d in PostmasterStateMachine () at postmaster.c:2896
[07:16:25.054] #5  0x0000557e1660edf2 in process_pm_shutdown_request () at postmaster.c:2188
[07:16:25.054] #6  0x0000557e1660fdec in ServerLoop () at postmaster.c:1660
[07:16:25.054] #7  0x0000557e1661214d in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x604000000590) at postmaste...
[07:16:25.054] #8  0x0000557e163b41ec in main (argc=4, argv=0x604000000590) at main.c:230
[07:16:25.477] #0  0x00007fb7ec0abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[07:16:25.488] #0  0x00007fb7ec0abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:16:25.488] #1  0x00007fb7ec05cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:16:25.488] #2  0x00007fb7ec047472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:16:25.488] #3  0x000055f51dc8d075 in ExceptionalCondition (conditionName=conditionName@entry=0x55f51dff71c0 "(remain...
[07:16:25.488] #4  0x000055f51d7d777d in PostmasterStateMachine () at postmaster.c:2896
[07:16:25.488] #5  0x000055f51d7d7cb1 in process_pm_shutdown_request () at postmaster.c:2151
[07:16:25.488] #6  0x000055f51d7d8dec in ServerLoop () at postmaster.c:1660
[07:16:25.488] #7  0x000055f51d7db14d in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x6070000003a0) at postmaste...
[07:16:25.488] #8  0x000055f51d57d1ec in main (argc=8, argv=0x6070000003a0) at main.c:230
[07:16:25.911] #0  0x00007f60092abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[07:16:25.921] #0  0x00007f60092abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:16:25.921] #1  0x00007f600925cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:16:25.921] #2  0x00007f6009247472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:16:25.921] #3  0x0000557aae9f5075 in ExceptionalCondition (conditionName=conditionName@entry=0x557aaed5f1c0 "(remain...
[07:16:25.921] #4  0x0000557aae53f77d in PostmasterStateMachine () at postmaster.c:2896
[07:16:25.921] #5  0x0000557aae53fdf2 in process_pm_shutdown_request () at postmaster.c:2188
[07:16:25.921] #6  0x0000557aae540dec in ServerLoop () at postmaster.c:1660
[07:16:25.921] #7  0x0000557aae54314d in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x6040000005d0) at postmaste...
[07:16:25.921] #8  0x0000557aae2e51ec in main (argc=4, argv=0x6040000005d0) at main.c:230
[07:16:26.334] #0  0x00007f6c324abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[07:16:26.344] #0  0x00007f6c324abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:16:26.344] #1  0x00007f6c3245cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:16:26.344] #2  0x00007f6c32447472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:16:26.344] #3  0x000055639efdb075 in ExceptionalCondition (conditionName=conditionName@entry=0x55639f3451c0 "(remain...
[07:16:26.344] #4  0x000055639eb2577d in PostmasterStateMachine () at postmaster.c:2896
[07:16:26.344] #5  0x000055639eb25cb1 in process_pm_shutdown_request () at postmaster.c:2151
[07:16:26.344] #6  0x000055639eb26dec in ServerLoop () at postmaster.c:1660
[07:16:26.344] #7  0x000055639eb2914d in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x6040000005d0) at postmaste...
[07:16:26.344] #8  0x000055639e8cb1ec in main (argc=4, argv=0x6040000005d0) at main.c:230
[07:16:26.759] #0  0x00007fe0017dbebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[07:16:27.200] #0  0x00007f1a636abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:16:27.200] #1  0x00007f1a6365cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:16:27.200] #2  0x00007f1a63647472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:16:27.200] #3  0x000055acf2ae1075 in ExceptionalCondition (conditionName=conditionName@entry=0x55acf2e4b1c0 "(remain...
[07:16:27.200] #4  0x000055acf262b77d in PostmasterStateMachine () at postmaster.c:2896
[07:16:27.200] #5  0x000055acf262bdf2 in process_pm_shutdown_request () at postmaster.c:2188
[07:16:27.200] #6  0x000055acf262cdec in ServerLoop () at postmaster.c:1660
[07:16:27.200] #7  0x000055acf262f14d in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x6040000005d0) at postmaste...
[07:16:27.200] #8  0x000055acf23d11ec in main (argc=4, argv=0x6040000005d0) at main.c:230
tap
[07:12:32.225](1.112s) Bail out!  pg_ctl stop failed
tap
[07:12:24.947](1.228s) Bail out!  pg_ctl restart failed
tap
[07:12:15.379](1.726s) Bail out!  pg_ctl stop failed
tap
[07:12:11.525](2.149s) Bail out!  pg_ctl stop failed
Linux - Debian Bookworm - Meson
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
core
[07:25:12.985] #0  0x00007f1afe8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:25:12.985] #1  0x00007f1afe85afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:25:12.985] #2  0x00007f1afe845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:25:12.985] #3  0x000056187d903d2d in ExceptionalCondition (conditionName=conditionName@entry=0x56187dba6708 "(remain...
[07:25:12.985] #4  0x000056187d51b3f2 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:25:12.985] #5  0x000056187d51ba89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2188
[07:25:12.985] #6  0x000056187d51c80a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:25:12.985] #7  0x000056187d51e269 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x56187f500d00) at ../src/ba...
[07:25:12.985] #8  0x000056187d35272e in main (argc=4, argv=0x56187f500d00) at ../src/backend/main/main.c:230
[07:25:13.415] #0  0x00007f1f6bca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[07:25:13.434] #0  0x00007f1f6bca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:25:13.434] #1  0x00007f1f6bc5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:25:13.434] #2  0x00007f1f6bc45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:25:13.434] #3  0x000055f07b9d6d2d in ExceptionalCondition (conditionName=conditionName@entry=0x55f07bc79708 "(remain...
[07:25:13.434] #4  0x000055f07b5ee3f2 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:25:13.434] #5  0x000055f07b5ee948 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2151
[07:25:13.434] #6  0x000055f07b5ef80a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:25:13.434] #7  0x000055f07b5f1269 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55f07e212d20) at ../src/ba...
[07:25:13.434] #8  0x000055f07b42572e in main (argc=8, argv=0x55f07e212d20) at ../src/backend/main/main.c:230
[07:25:13.882] #0  0x00007f1e448a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[07:25:13.902] #0  0x00007f1e448a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:25:13.902] #1  0x00007f1e4485afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:25:13.902] #2  0x00007f1e44845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:25:13.902] #3  0x0000561dd3172d2d in ExceptionalCondition (conditionName=conditionName@entry=0x561dd3415708 "(remain...
[07:25:13.902] #4  0x0000561dd2d8a3f2 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:25:13.902] #5  0x0000561dd2d8aa89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2188
[07:25:13.902] #6  0x0000561dd2d8b80a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:25:13.903] #7  0x0000561dd2d8d269 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x561dd490dd00) at ../src/ba...
[07:25:13.903] #8  0x0000561dd2bc172e in main (argc=4, argv=0x561dd490dd00) at ../src/backend/main/main.c:230
[07:25:14.327] #0  0x00007f9dea4a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[07:25:14.348] #0  0x00007f9dea4a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:25:14.348] #1  0x00007f9dea45afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:25:14.348] #2  0x00007f9dea445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:25:14.348] #3  0x000055cb3d7b4d2d in ExceptionalCondition (conditionName=conditionName@entry=0x55cb3da57708 "(remain...
[07:25:14.348] #4  0x000055cb3d3cc3f2 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:25:14.348] #5  0x000055cb3d3cc948 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2151
[07:25:14.348] #6  0x000055cb3d3cd80a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:25:14.348] #7  0x000055cb3d3cf269 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55cb3fbb6d00) at ../src/ba...
[07:25:14.348] #8  0x000055cb3d20372e in main (argc=4, argv=0x55cb3fbb6d00) at ../src/backend/main/main.c:230
[07:25:14.786] #0  0x00007f0326ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[07:25:14.805] #0  0x00007f0326ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:25:14.805] #1  0x00007f0326e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:25:14.805] #2  0x00007f0326e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:25:14.805] #3  0x0000561e114c4d2d in ExceptionalCondition (conditionName=conditionName@entry=0x561e11767708 "(remain...
[07:25:14.805] #4  0x0000561e110dc3f2 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:25:14.805] #5  0x0000561e110dca89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2188
[07:25:14.805] #6  0x0000561e110dd80a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:25:14.805] #7  0x0000561e110df269 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x561e13540d00) at ../src/ba...
[07:25:14.805] #8  0x0000561e10f1372e in main (argc=4, argv=0x561e13540d00) at ../src/backend/main/main.c:230
[07:25:15.244] #0  0x00007fec6caa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[07:25:15.263] #0  0x00007fec6caa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:25:15.263] #1  0x00007fec6ca5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:25:15.263] #2  0x00007fec6ca45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:25:15.263] #3  0x000055f9efd2fd2d in ExceptionalCondition (conditionName=conditionName@entry=0x55f9effd2708 "(remain...
[07:25:15.263] #4  0x000055f9ef9473f2 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:25:15.263] #5  0x000055f9ef947a89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2188
[07:25:15.263] #6  0x000055f9ef94880a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:25:15.263] #7  0x000055f9ef94a269 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55f9f24f9d20) at ../src/ba...
[07:25:15.263] #8  0x000055f9ef77e72e in main (argc=4, argv=0x55f9f24f9d20) at ../src/backend/main/main.c:230
[07:25:15.723] #0  0x00007f9b24ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[07:25:15.745] #0  0x00007f9b24ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:25:15.745] #1  0x00007f9b24e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:25:15.745] #2  0x00007f9b24e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:25:15.745] #3  0x0000559615dfbd2d in ExceptionalCondition (conditionName=conditionName@entry=0x55961609e708 "(remain...
[07:25:15.745] #4  0x0000559615a133f2 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:25:15.745] #5  0x0000559615a13948 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2151
[07:25:15.745] #6  0x0000559615a1480a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:25:15.745] #7  0x0000559615a16269 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x559616ea0cf0) at ../src/ba...
[07:25:15.745] #8  0x000055961584a72e in main (argc=4, argv=0x559616ea0cf0) at ../src/backend/main/main.c:230
[07:25:16.198] #0  0x00007ff2dfea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[07:25:16.217] #0  0x00007ff2dfea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:25:16.217] #1  0x00007ff2dfe5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:25:16.217] #2  0x00007ff2dfe45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:25:16.217] #3  0x000055e5a0bfad2d in ExceptionalCondition (conditionName=conditionName@entry=0x55e5a0e9d708 "(remain...
[07:25:16.217] #4  0x000055e5a08123f2 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:25:16.217] #5  0x000055e5a0812a89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2188
[07:25:16.217] #6  0x000055e5a081380a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:25:16.217] #7  0x000055e5a0815269 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55e5a31f4d00) at ../src/ba...
[07:25:16.217] #8  0x000055e5a064972e in main (argc=4, argv=0x55e5a31f4d00) at ../src/backend/main/main.c:230
[07:25:16.666] #0  0x00007f0e510a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[07:25:16.685] #0  0x00007f0e510a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:25:16.685] #1  0x00007f0e5105afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:25:16.685] #2  0x00007f0e51045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:25:16.685] #3  0x00005601cf1d1d2d in ExceptionalCondition (conditionName=conditionName@entry=0x5601cf474708 "(remain...
[07:25:16.685] #4  0x00005601cede93f2 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:25:16.685] #5  0x00005601cede9a89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2188
[07:25:16.685] #6  0x00005601cedea80a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:25:16.685] #7  0x00005601cedec269 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5601d0bcad00) at ../src/ba...
[07:25:16.685] #8  0x00005601cec2072e in main (argc=4, argv=0x5601d0bcad00) at ../src/backend/main/main.c:230
[07:25:17.135] #0  0x00007f8c2cea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[07:25:17.157] #0  0x00007f8c2cea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:25:17.157] #1  0x00007f8c2ce5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:25:17.157] #2  0x00007f8c2ce45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:25:17.157] #3  0x000055fb4ec6cd2d in ExceptionalCondition (conditionName=conditionName@entry=0x55fb4ef0f708 "(remain...
[07:25:17.157] #4  0x000055fb4e8843f2 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:25:17.157] #5  0x000055fb4e884a89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2188
[07:25:17.157] #6  0x000055fb4e88580a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:25:17.157] #7  0x000055fb4e887269 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55fb5089bd10) at ../src/ba...
[07:25:17.157] #8  0x000055fb4e6bb72e in main (argc=4, argv=0x55fb5089bd10) at ../src/backend/main/main.c:230
[07:25:17.586] #0  0x00007f6f818a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[07:25:17.608] #0  0x00007f6f818a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:25:17.608] #1  0x00007f6f8185afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:25:17.608] #2  0x00007f6f81845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:25:17.608] #3  0x000055c9b87acd2d in ExceptionalCondition (conditionName=conditionName@entry=0x55c9b8a4f708 "(remain...
[07:25:17.608] #4  0x000055c9b83c43f2 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:25:17.608] #5  0x000055c9b83c4a89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2188
[07:25:17.608] #6  0x000055c9b83c580a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:25:17.608] #7  0x000055c9b83c7269 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55c9ba36ad10) at ../src/ba...
[07:25:17.608] #8  0x000055c9b81fb72e in main (argc=4, argv=0x55c9ba36ad10) at ../src/backend/main/main.c:230
[07:25:18.048] #0  0x00007f712aaa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[07:25:09.739] #0  0x00007f07f54a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:25:09.739] #1  0x00007f07f545afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:25:09.739] #2  0x00007f07f5445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:25:09.739] #3  0x000055cadc77cd2d in ExceptionalCondition (conditionName=conditionName@entry=0x55cadca1f708 "(remain...
[07:25:09.739] #4  0x000055cadc3943f2 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:25:09.739] #5  0x000055cadc394948 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2151
[07:25:09.739] #6  0x000055cadc39580a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:25:09.740] #7  0x000055cadc397269 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55cadd4e8d30) at ../src/ba...
[07:25:09.740] #8  0x000055cadc1cb72e in main (argc=4, argv=0x55cadd4e8d30) at ../src/backend/main/main.c:230
[07:25:10.174] #0  0x00007f68f6ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[07:25:11.094] #0  0x00007f32fe2a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:25:11.094] #1  0x00007f32fe25afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:25:11.094] #2  0x00007f32fe245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:25:11.094] #3  0x000055df64152d2d in ExceptionalCondition (conditionName=conditionName@entry=0x55df643f5708 "(remain...
[07:25:11.094] #4  0x000055df63d6a3f2 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:25:11.094] #5  0x000055df63d6aa89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2188
[07:25:11.094] #6  0x000055df63d6b80a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:25:11.094] #7  0x000055df63d6d269 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55df657b2d00) at ../src/ba...
[07:25:11.094] #8  0x000055df63ba172e in main (argc=4, argv=0x55df657b2d00) at ../src/backend/main/main.c:230
[07:25:11.549] #0  0x00007fbc11ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[07:25:11.571] #0  0x00007fbc11ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:25:11.571] #1  0x00007fbc11e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:25:11.571] #2  0x00007fbc11e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:25:11.571] #3  0x0000556a77a1bd2d in ExceptionalCondition (conditionName=conditionName@entry=0x556a77cbe708 "(remain...
[07:25:11.571] #4  0x0000556a776333f2 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:25:11.571] #5  0x0000556a77633a89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2188
[07:25:11.571] #6  0x0000556a7763480a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:25:11.571] #7  0x0000556a77636269 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x556a79842d00) at ../src/ba...
[07:25:11.571] #8  0x0000556a7746a72e in main (argc=4, argv=0x556a79842d00) at ../src/backend/main/main.c:230
[07:25:12.017] #0  0x00007f22b0ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[07:25:12.036] #0  0x00007f22b0ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:25:12.036] #1  0x00007f22b0c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:25:12.036] #2  0x00007f22b0c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:25:12.036] #3  0x000055b377cb4d2d in ExceptionalCondition (conditionName=conditionName@entry=0x55b377f57708 "(remain...
[07:25:12.036] #4  0x000055b3778cc3f2 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:25:12.036] #5  0x000055b3778cc948 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2151
[07:25:12.036] #6  0x000055b3778cd80a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:25:12.037] #7  0x000055b3778cf269 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55b379b51d00) at ../src/ba...
[07:25:12.037] #8  0x000055b37770372e in main (argc=4, argv=0x55b379b51d00) at ../src/backend/main/main.c:230
[07:25:12.479] #0  0x00007f736dca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[07:25:12.501] #0  0x00007f736dca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:25:12.501] #1  0x00007f736dc5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:25:12.501] #2  0x00007f736dc45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:25:12.501] #3  0x00005636a1077d2d in ExceptionalCondition (conditionName=conditionName@entry=0x5636a131a708 "(remain...
[07:25:12.501] #4  0x00005636a0c8f3f2 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:25:12.501] #5  0x00005636a0c8f948 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2151
[07:25:12.501] #6  0x00005636a0c9080a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:25:12.501] #7  0x00005636a0c92269 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x5636a307fd50) at ../src/ba...
[07:25:12.501] #8  0x00005636a0ac672e in main (argc=8, argv=0x5636a307fd50) at ../src/backend/main/main.c:230
[07:25:12.965] #0  0x00007f1afe8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[07:25:10.195] #0  0x00007f68f6ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:25:10.195] #1  0x00007f68f6e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:25:10.195] #2  0x00007f68f6e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:25:10.195] #3  0x00005644d6d39d2d in ExceptionalCondition (conditionName=conditionName@entry=0x5644d6fdc708 "(remain...
[07:25:10.195] #4  0x00005644d69513f2 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:25:10.195] #5  0x00005644d6951948 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2151
[07:25:10.195] #6  0x00005644d695280a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:25:10.195] #7  0x00005644d6954269 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x5644d7d8bd80) at ../src/ba...
[07:25:10.195] #8  0x00005644d678872e in main (argc=8, argv=0x5644d7d8bd80) at ../src/backend/main/main.c:230
[07:25:10.610] #0  0x00007f6ffaea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[07:25:10.631] #0  0x00007f6ffaea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:25:10.631] #1  0x00007f6ffae5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:25:10.631] #2  0x00007f6ffae45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:25:10.631] #3  0x000055e186437d2d in ExceptionalCondition (conditionName=conditionName@entry=0x55e1866da708 "(remain...
[07:25:10.631] #4  0x000055e18604f3f2 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:25:10.631] #5  0x000055e18604f948 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2151
[07:25:10.631] #6  0x000055e18605080a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:25:10.631] #7  0x000055e186052269 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55e188bc3d40) at ../src/ba...
[07:25:10.631] #8  0x000055e185e8672e in main (argc=4, argv=0x55e188bc3d40) at ../src/backend/main/main.c:230
[07:25:11.075] #0  0x00007f32fe2a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[07:25:00.811] #0  0x00007f40ff6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:25:00.811] #1  0x00007f40ff65afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:25:00.811] #2  0x00007f40ff645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:25:00.811] #3  0x0000556148a74d2d in ExceptionalCondition (conditionName=conditionName@entry=0x556148d17708 "(remain...
[07:25:00.811] #4  0x000055614868c3f2 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:25:00.811] #5  0x000055614868ca89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2188
[07:25:00.811] #6  0x000055614868d80a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:25:00.811] #7  0x000055614868f269 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55614b104d00) at ../src/ba...
[07:25:00.811] #8  0x00005561484c372e in main (argc=4, argv=0x55614b104d00) at ../src/backend/main/main.c:230
[07:25:01.277] #0  0x00007ff8200a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[07:25:00.348] #0  0x00007f6ea5ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:25:00.348] #1  0x00007f6ea5e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:25:00.348] #2  0x00007f6ea5e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:25:00.348] #3  0x00005638c5c06d2d in ExceptionalCondition (conditionName=conditionName@entry=0x5638c5ea9708 "(remain...
[07:25:00.348] #4  0x00005638c581e3f2 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:25:00.348] #5  0x00005638c581e948 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2151
[07:25:00.348] #6  0x00005638c581f80a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:25:00.348] #7  0x00005638c5821269 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x5638c795ad40) at ../src/ba...
[07:25:00.348] #8  0x00005638c565572e in main (argc=8, argv=0x5638c795ad40) at ../src/backend/main/main.c:230
[07:25:00.791] #0  0x00007f40ff6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[07:24:59.902] #0  0x00007f00444a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:59.902] #1  0x00007f004445afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:59.902] #2  0x00007f0044445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:59.902] #3  0x0000564b29f4ad2d in ExceptionalCondition (conditionName=conditionName@entry=0x564b2a1ed708 "(remain...
[07:24:59.902] #4  0x0000564b29b623f2 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:24:59.902] #5  0x0000564b29b62948 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2151
[07:24:59.902] #6  0x0000564b29b6380a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:24:59.902] #7  0x0000564b29b65269 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x564b2c910d20) at ../src/ba...
[07:24:59.902] #8  0x0000564b2999972e in main (argc=8, argv=0x564b2c910d20) at ../src/backend/main/main.c:230
[07:25:00.327] #0  0x00007f6ea5ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[07:24:59.453] #0  0x00007f0e12ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:59.453] #1  0x00007f0e12c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:59.453] #2  0x00007f0e12c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:59.453] #3  0x0000565504862d2d in ExceptionalCondition (conditionName=conditionName@entry=0x565504b05708 "(remain...
[07:24:59.453] #4  0x000056550447a3f2 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:24:59.453] #5  0x000056550447aa89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2188
[07:24:59.453] #6  0x000056550447b80a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:24:59.453] #7  0x000056550447d269 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5655063fad00) at ../src/ba...
[07:24:59.453] #8  0x00005655042b172e in main (argc=4, argv=0x5655063fad00) at ../src/backend/main/main.c:230
[07:24:59.882] #0  0x00007f00444a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[07:24:59.027] #0  0x00007f10fc0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:59.027] #1  0x00007f10fc05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:59.027] #2  0x00007f10fc045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:59.027] #3  0x0000560a6377cd2d in ExceptionalCondition (conditionName=conditionName@entry=0x560a63a1f708 "(remain...
[07:24:59.027] #4  0x0000560a633943f2 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:24:59.027] #5  0x0000560a63394a89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2188
[07:24:59.027] #6  0x0000560a6339580a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:24:59.027] #7  0x0000560a63397269 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x560a657a9d00) at ../src/ba...
[07:24:59.027] #8  0x0000560a631cb72e in main (argc=4, argv=0x560a657a9d00) at ../src/backend/main/main.c:230
[07:24:59.434] #0  0x00007f0e12ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[07:24:58.561] #0  0x00007f8ed7ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:58.561] #1  0x00007f8ed7c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:58.561] #2  0x00007f8ed7c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:58.561] #3  0x0000555caae43d2d in ExceptionalCondition (conditionName=conditionName@entry=0x555cab0e6708 "(remain...
[07:24:58.561] #4  0x0000555caaa5b3f2 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:24:58.561] #5  0x0000555caaa5b948 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2151
[07:24:58.561] #6  0x0000555caaa5c80a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:24:58.561] #7  0x0000555caaa5e269 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x555cad0c2d80) at ../src/ba...
[07:24:58.561] #8  0x0000555caa89272e in main (argc=8, argv=0x555cad0c2d80) at ../src/backend/main/main.c:230
[07:24:59.008] #0  0x00007f10fc0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[07:24:58.117] #0  0x00007f20974a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:58.117] #1  0x00007f209745afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:58.117] #2  0x00007f2097445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:58.117] #3  0x000055b4a87a8d2d in ExceptionalCondition (conditionName=conditionName@entry=0x55b4a8a4b708 "(remain...
[07:24:58.117] #4  0x000055b4a83c03f2 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:24:58.117] #5  0x000055b4a83c0948 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2151
[07:24:58.117] #6  0x000055b4a83c180a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:24:58.117] #7  0x000055b4a83c3269 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55b4aa3d1d20) at ../src/ba...
[07:24:58.117] #8  0x000055b4a81f772e in main (argc=8, argv=0x55b4aa3d1d20) at ../src/backend/main/main.c:230
[07:24:58.540] #0  0x00007f8ed7ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[07:24:57.656] #0  0x00007fce5a6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:57.656] #1  0x00007fce5a65afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:57.656] #2  0x00007fce5a645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:57.656] #3  0x0000556704a95d2d in ExceptionalCondition (conditionName=conditionName@entry=0x556704d38708 "(remain...
[07:24:57.656] #4  0x00005567046ad3f2 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:24:57.656] #5  0x00005567046ad948 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2151
[07:24:57.656] #6  0x00005567046ae80a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:24:57.656] #7  0x00005567046b0269 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x556706b92d90) at ../src/ba...
[07:24:57.656] #8  0x00005567044e472e in main (argc=8, argv=0x556706b92d90) at ../src/backend/main/main.c:230
[07:24:58.098] #0  0x00007f20974a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[07:24:57.229] #0  0x00007f08ce8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:57.229] #1  0x00007f08ce85afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:57.229] #2  0x00007f08ce845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:57.229] #3  0x00005592e691dd2d in ExceptionalCondition (conditionName=conditionName@entry=0x5592e6bc0708 "(remain...
[07:24:57.229] #4  0x00005592e65353f2 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:24:57.229] #5  0x00005592e6535a89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2188
[07:24:57.229] #6  0x00005592e653680a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:24:57.230] #7  0x00005592e6538269 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5592e7940ce0) at ../src/ba...
[07:24:57.230] #8  0x00005592e636c72e in main (argc=4, argv=0x5592e7940ce0) at ../src/backend/main/main.c:230
[07:24:57.635] #0  0x00007fce5a6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[07:24:56.767] #0  0x00007f6fb9ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:56.767] #1  0x00007f6fb9e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:56.767] #2  0x00007f6fb9e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:56.767] #3  0x0000561f25d85d2d in ExceptionalCondition (conditionName=conditionName@entry=0x561f26028708 "(remain...
[07:24:56.767] #4  0x0000561f2599d3f2 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:24:56.767] #5  0x0000561f2599d948 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2151
[07:24:56.767] #6  0x0000561f2599e80a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:24:56.767] #7  0x0000561f259a0269 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x561f2834cd00) at ../src/ba...
[07:24:56.767] #8  0x0000561f257d472e in main (argc=4, argv=0x561f2834cd00) at ../src/backend/main/main.c:230
[07:24:57.208] #0  0x00007f08ce8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[07:24:56.298] #0  0x00007fc4bfaa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:56.298] #1  0x00007fc4bfa5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:56.298] #2  0x00007fc4bfa45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:56.298] #3  0x00005564b52aad2d in ExceptionalCondition (conditionName=conditionName@entry=0x5564b554d708 "(remain...
[07:24:56.298] #4  0x00005564b4ec23f2 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:24:56.298] #5  0x00005564b4ec2a89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2188
[07:24:56.298] #6  0x00005564b4ec380a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:24:56.298] #7  0x00005564b4ec5269 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5564b73dcd00) at ../src/ba...
[07:24:56.298] #8  0x00005564b4cf972e in main (argc=4, argv=0x5564b73dcd00) at ../src/backend/main/main.c:230
[07:24:56.748] #0  0x00007f6fb9ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[07:24:55.820] #0  0x00007f9ed9ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:55.820] #1  0x00007f9ed9c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:55.820] #2  0x00007f9ed9c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:55.820] #3  0x000055cfd6a63d2d in ExceptionalCondition (conditionName=conditionName@entry=0x55cfd6d06708 "(remain...
[07:24:55.820] #4  0x000055cfd667b3f2 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:24:55.820] #5  0x000055cfd667ba89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2188
[07:24:55.820] #6  0x000055cfd667c80a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:24:55.821] #7  0x000055cfd667e269 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55cfd826dce0) at ../src/ba...
[07:24:55.821] #8  0x000055cfd64b272e in main (argc=4, argv=0x55cfd826dce0) at ../src/backend/main/main.c:230
[07:24:56.279] #0  0x00007fc4bfaa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[07:24:55.355] #0  0x00007fa6ffaa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:55.355] #1  0x00007fa6ffa5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:55.355] #2  0x00007fa6ffa45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:55.355] #3  0x0000560facc68d2d in ExceptionalCondition (conditionName=conditionName@entry=0x560facf0b708 "(remain...
[07:24:55.355] #4  0x0000560fac8803f2 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:24:55.355] #5  0x0000560fac880a89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2188
[07:24:55.355] #6  0x0000560fac88180a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:24:55.355] #7  0x0000560fac883269 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x560fae62dcf0) at ../src/ba...
[07:24:55.355] #8  0x0000560fac6b772e in main (argc=4, argv=0x560fae62dcf0) at ../src/backend/main/main.c:230
[07:24:55.799] #0  0x00007f9ed9ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[07:24:54.870] #0  0x00007f25e94a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:54.870] #1  0x00007f25e945afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:54.870] #2  0x00007f25e9445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:54.870] #3  0x0000560095b9dd2d in ExceptionalCondition (conditionName=conditionName@entry=0x560095e40708 "(remain...
[07:24:54.870] #4  0x00005600957b53f2 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:24:54.870] #5  0x00005600957b5948 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2151
[07:24:54.870] #6  0x00005600957b680a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:24:54.870] #7  0x00005600957b8269 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x56009747ad80) at ../src/ba...
[07:24:54.870] #8  0x00005600955ec72e in main (argc=8, argv=0x56009747ad80) at ../src/backend/main/main.c:230
[07:24:55.331] #0  0x00007fa6ffaa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[07:24:54.415] #0  0x00007f3b5a0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:54.415] #1  0x00007f3b5a05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:54.415] #2  0x00007f3b5a045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:54.415] #3  0x0000563b3d0d3d2d in ExceptionalCondition (conditionName=conditionName@entry=0x563b3d376708 "(remain...
[07:24:54.415] #4  0x0000563b3cceb3f2 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:24:54.415] #5  0x0000563b3cceb948 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2151
[07:24:54.415] #6  0x0000563b3ccec80a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:24:54.416] #7  0x0000563b3ccee269 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x563b3f482d20) at ../src/ba...
[07:24:54.416] #8  0x0000563b3cb2272e in main (argc=8, argv=0x563b3f482d20) at ../src/backend/main/main.c:230
[07:24:54.851] #0  0x00007f25e94a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[07:24:53.970] #0  0x00007f57374a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:53.970] #1  0x00007f573745afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:53.970] #2  0x00007f5737445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:53.970] #3  0x000055fd729d6d2d in ExceptionalCondition (conditionName=conditionName@entry=0x55fd72c79708 "(remain...
[07:24:53.970] #4  0x000055fd725ee3f2 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:24:53.970] #5  0x000055fd725ee948 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2151
[07:24:53.970] #6  0x000055fd725ef80a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:24:53.971] #7  0x000055fd725f1269 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55fd7419fd20) at ../src/ba...
[07:24:53.971] #8  0x000055fd7242572e in main (argc=8, argv=0x55fd7419fd20) at ../src/backend/main/main.c:230
[07:24:54.397] #0  0x00007f3b5a0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[07:24:53.513] #0  0x00007f2c22ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:53.513] #1  0x00007f2c22e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:53.513] #2  0x00007f2c22e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:53.513] #3  0x000055f936aa3d2d in ExceptionalCondition (conditionName=conditionName@entry=0x55f936d46708 "(remain...
[07:24:53.513] #4  0x000055f9366bb3f2 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:24:53.513] #5  0x000055f9366bb948 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2151
[07:24:53.513] #6  0x000055f9366bc80a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:24:53.514] #7  0x000055f9366be269 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55f938430d20) at ../src/ba...
[07:24:53.514] #8  0x000055f9364f272e in main (argc=8, argv=0x55f938430d20) at ../src/backend/main/main.c:230
[07:24:53.949] #0  0x00007f57374a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[07:25:18.066] #0  0x00007f712aaa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:25:18.066] #1  0x00007f712aa5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:25:18.066] #2  0x00007f712aa45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:25:18.066] #3  0x0000562e85832d2d in ExceptionalCondition (conditionName=conditionName@entry=0x562e85ad5708 "(remain...
[07:25:18.066] #4  0x0000562e8544a3f2 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:25:18.066] #5  0x0000562e8544a948 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2151
[07:25:18.066] #6  0x0000562e8544b80a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:25:18.066] #7  0x0000562e8544d269 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x562e86cfdce0) at ../src/ba...
[07:25:18.066] #8  0x0000562e8528172e in main (argc=4, argv=0x562e86cfdce0) at ../src/backend/main/main.c:230
core
[07:24:53.042] #0  0x00007f9ce5ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:53.042] #1  0x00007f9ce5c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:53.042] #2  0x00007f9ce5c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:53.042] #3  0x000055e60ac2ed2d in ExceptionalCondition (conditionName=conditionName@entry=0x55e60aed1708 "(remain...
[07:24:53.042] #4  0x000055e60a8463f2 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:24:53.042] #5  0x000055e60a846948 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2151
[07:24:53.042] #6  0x000055e60a84780a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:24:53.043] #7  0x000055e60a849269 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55e60ca52d90) at ../src/ba...
[07:24:53.043] #8  0x000055e60a67d72e in main (argc=8, argv=0x55e60ca52d90) at ../src/backend/main/main.c:230
[07:24:53.490] #0  0x00007f2c22ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[07:24:52.584] #0  0x00007fa9900a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:52.584] #1  0x00007fa99005afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:52.584] #2  0x00007fa990045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:52.584] #3  0x000056184ba7ed2d in ExceptionalCondition (conditionName=conditionName@entry=0x56184bd21708 "(remain...
[07:24:52.584] #4  0x000056184b6963f2 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:24:52.584] #5  0x000056184b696948 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2151
[07:24:52.584] #6  0x000056184b69780a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:24:52.584] #7  0x000056184b699269 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x56184cc07d90) at ../src/ba...
[07:24:52.584] #8  0x000056184b4cd72e in main (argc=8, argv=0x56184cc07d90) at ../src/backend/main/main.c:230
[07:24:53.023] #0  0x00007f9ce5ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[07:24:52.127] #0  0x00007f058b2a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:52.127] #1  0x00007f058b25afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:52.127] #2  0x00007f058b245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:52.127] #3  0x000055817adc5d2d in ExceptionalCondition (conditionName=conditionName@entry=0x55817b068708 "(remain...
[07:24:52.127] #4  0x000055817a9dd3f2 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:24:52.127] #5  0x000055817a9dd948 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2151
[07:24:52.127] #6  0x000055817a9de80a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:24:52.128] #7  0x000055817a9e0269 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55817d40ed40) at ../src/ba...
[07:24:52.128] #8  0x000055817a81472e in main (argc=4, argv=0x55817d40ed40) at ../src/backend/main/main.c:230
[07:24:52.563] #0  0x00007fa9900a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[07:24:51.690] #0  0x00007f6cdf6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:51.690] #1  0x00007f6cdf65afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:51.690] #2  0x00007f6cdf645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:51.690] #3  0x0000557be912cd2d in ExceptionalCondition (conditionName=conditionName@entry=0x557be93cf708 "(remain...
[07:24:51.690] #4  0x0000557be8d443f2 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:24:51.690] #5  0x0000557be8d44948 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2151
[07:24:51.690] #6  0x0000557be8d4580a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:24:51.690] #7  0x0000557be8d47269 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x557beaeecd40) at ../src/ba...
[07:24:51.690] #8  0x0000557be8b7b72e in main (argc=4, argv=0x557beaeecd40) at ../src/backend/main/main.c:230
[07:24:52.108] #0  0x00007f058b2a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[07:24:51.214] #0  0x00007f44f6ea9ebc in ?? ()
[07:24:51.671] #0  0x00007f6cdf6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[07:24:51.087] #0  0x00007f7d2d6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:51.087] #1  0x00007f7d2d65afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:51.087] #2  0x00007f7d2d645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:51.087] #3  0x000055d16a7d2d2d in ExceptionalCondition (conditionName=conditionName@entry=0x55d16aa75708 "(remain...
[07:24:51.087] #4  0x000055d16a3ea3f2 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:24:51.087] #5  0x000055d16a3ea948 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2151
[07:24:51.087] #6  0x000055d16a3eb80a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:24:51.087] #7  0x000055d16a3ed269 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55d16b90bcd0) at ../src/ba...
[07:24:51.087] #8  0x000055d16a22172e in main (argc=4, argv=0x55d16b90bcd0) at ../src/backend/main/main.c:230
[07:24:51.213] #0  0x00007f44f6ea9ebc in ?? ()
core
[07:24:50.645] #0  0x00007fcdbf8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:50.645] #1  0x00007fcdbf85afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:50.645] #2  0x00007fcdbf845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:50.645] #3  0x000055b424508d2d in ExceptionalCondition (conditionName=conditionName@entry=0x55b4247ab708 "(remain...
[07:24:50.645] #4  0x000055b4241203f2 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:24:50.645] #5  0x000055b424120a89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2188
[07:24:50.645] #6  0x000055b42412180a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:24:50.645] #7  0x000055b424123269 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55b42555ed10) at ../src/ba...
[07:24:50.645] #8  0x000055b423f5772e in main (argc=4, argv=0x55b42555ed10) at ../src/backend/main/main.c:230
[07:24:51.068] #0  0x00007f7d2d6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[07:24:50.189] #0  0x00007f45dc4a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:50.189] #1  0x00007f45dc45afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:50.189] #2  0x00007f45dc445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:50.189] #3  0x000055b1ad46ad2d in ExceptionalCondition (conditionName=conditionName@entry=0x55b1ad70d708 "(remain...
[07:24:50.189] #4  0x000055b1ad0823f2 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:24:50.189] #5  0x000055b1ad082a89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2188
[07:24:50.189] #6  0x000055b1ad08380a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:24:50.189] #7  0x000055b1ad085269 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55b1b00ead10) at ../src/ba...
[07:24:50.189] #8  0x000055b1aceb972e in main (argc=4, argv=0x55b1b00ead10) at ../src/backend/main/main.c:230
[07:24:50.624] #0  0x00007fcdbf8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[07:24:49.736] #0  0x00007efdcc4a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:49.736] #1  0x00007efdcc45afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:49.736] #2  0x00007efdcc445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:49.736] #3  0x000055d8144cdd2d in ExceptionalCondition (conditionName=conditionName@entry=0x55d814770708 "(remain...
[07:24:49.736] #4  0x000055d8140e53f2 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:24:49.736] #5  0x000055d8140e5948 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2151
[07:24:49.736] #6  0x000055d8140e680a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:24:49.737] #7  0x000055d8140e8269 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55d81542ad20) at ../src/ba...
[07:24:49.737] #8  0x000055d813f1c72e in main (argc=8, argv=0x55d81542ad20) at ../src/backend/main/main.c:230
[07:24:50.170] #0  0x00007f45dc4a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[07:24:49.305] #0  0x00007f2d92ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:49.305] #1  0x00007f2d92c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:49.305] #2  0x00007f2d92c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:49.305] #3  0x000055fee1652d2d in ExceptionalCondition (conditionName=conditionName@entry=0x55fee18f5708 "(remain...
[07:24:49.305] #4  0x000055fee126a3f2 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:24:49.305] #5  0x000055fee126a948 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2151
[07:24:49.305] #6  0x000055fee126b80a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:24:49.305] #7  0x000055fee126d269 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55fee3bdad60) at ../src/ba...
[07:24:49.305] #8  0x000055fee10a172e in main (argc=8, argv=0x55fee3bdad60) at ../src/backend/main/main.c:230
[07:24:49.718] #0  0x00007efdcc4a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[07:24:48.868] #0  0x00007f01446a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:48.868] #1  0x00007f014465afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:48.868] #2  0x00007f0144645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:48.868] #3  0x000055e0672cfd2d in ExceptionalCondition (conditionName=conditionName@entry=0x55e067572708 "(remain...
[07:24:48.868] #4  0x000055e066ee73f2 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:24:48.868] #5  0x000055e066ee7948 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2151
[07:24:48.868] #6  0x000055e066ee880a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:24:48.868] #7  0x000055e066eea269 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55e06897ed50) at ../src/ba...
[07:24:48.868] #8  0x000055e066d1e72e in main (argc=8, argv=0x55e06897ed50) at ../src/backend/main/main.c:230
[07:24:49.284] #0  0x00007f2d92ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[07:24:48.422] #0  0x00007fc21fca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:48.422] #1  0x00007fc21fc5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:48.422] #2  0x00007fc21fc45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:48.422] #3  0x00005587a481fd2d in ExceptionalCondition (conditionName=conditionName@entry=0x5587a4ac2708 "(remain...
[07:24:48.422] #4  0x00005587a44373f2 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:24:48.422] #5  0x00005587a4437a89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2188
[07:24:48.422] #6  0x00005587a443880a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:24:48.422] #7  0x00005587a443a269 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5587a67cdcf0) at ../src/ba...
[07:24:48.422] #8  0x00005587a426e72e in main (argc=4, argv=0x5587a67cdcf0) at ../src/backend/main/main.c:230
[07:24:48.847] #0  0x00007f01446a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[07:24:47.951] #0  0x00007f7de9ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:47.951] #1  0x00007f7de9c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:47.951] #2  0x00007f7de9c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:47.951] #3  0x0000560d169fad2d in ExceptionalCondition (conditionName=conditionName@entry=0x560d16c9d708 "(remain...
[07:24:47.951] #4  0x0000560d166123f2 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:24:47.951] #5  0x0000560d16612a89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2188
[07:24:47.951] #6  0x0000560d1661380a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:24:47.951] #7  0x0000560d16615269 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x560d1938ed00) at ../src/ba...
[07:24:47.951] #8  0x0000560d1644972e in main (argc=4, argv=0x560d1938ed00) at ../src/backend/main/main.c:230
[07:24:48.400] #0  0x00007fc21fca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[07:24:47.499] #0  0x00007f688d2a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:47.499] #1  0x00007f688d25afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:47.499] #2  0x00007f688d245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:47.499] #3  0x0000555fc82ffd2d in ExceptionalCondition (conditionName=conditionName@entry=0x555fc85a2708 "(remain...
[07:24:47.499] #4  0x0000555fc7f173f2 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:24:47.499] #5  0x0000555fc7f17a89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2188
[07:24:47.499] #6  0x0000555fc7f1880a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:24:47.499] #7  0x0000555fc7f1a269 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x555fc9c25d00) at ../src/ba...
[07:24:47.499] #8  0x0000555fc7d4e72e in main (argc=4, argv=0x555fc9c25d00) at ../src/backend/main/main.c:230
[07:24:47.933] #0  0x00007f7de9ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[07:24:47.053] #0  0x00007f419bea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:47.053] #1  0x00007f419be5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:47.053] #2  0x00007f419be45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:47.053] #3  0x000056014d8e7d2d in ExceptionalCondition (conditionName=conditionName@entry=0x56014db8a708 "(remain...
[07:24:47.053] #4  0x000056014d4ff3f2 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:24:47.053] #5  0x000056014d4ff948 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2151
[07:24:47.053] #6  0x000056014d50080a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:24:47.053] #7  0x000056014d502269 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x56014f1dad20) at ../src/ba...
[07:24:47.053] #8  0x000056014d33672e in main (argc=8, argv=0x56014f1dad20) at ../src/backend/main/main.c:230
[07:24:47.480] #0  0x00007f688d2a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[07:24:46.602] #0  0x00007f96412a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:46.602] #1  0x00007f964125afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:46.602] #2  0x00007f9641245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:46.602] #3  0x00005638d895dd2d in ExceptionalCondition (conditionName=conditionName@entry=0x5638d8c00708 "(remain...
[07:24:46.602] #4  0x00005638d85753f2 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:24:46.602] #5  0x00005638d8575a89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2188
[07:24:46.602] #6  0x00005638d857680a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:24:46.603] #7  0x00005638d8578269 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5638da9e5d00) at ../src/ba...
[07:24:46.603] #8  0x00005638d83ac72e in main (argc=4, argv=0x5638da9e5d00) at ../src/backend/main/main.c:230
[07:24:47.032] #0  0x00007f419bea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[07:24:46.113] #0  0x00007f34086a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:46.113] #1  0x00007f340865afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:46.113] #2  0x00007f3408645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:46.113] #3  0x000055aff2dd4d2d in ExceptionalCondition (conditionName=conditionName@entry=0x55aff3077708 "(remain...
[07:24:46.113] #4  0x000055aff29ec3f2 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:24:46.113] #5  0x000055aff29eca89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2188
[07:24:46.113] #6  0x000055aff29ed80a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:24:46.113] #7  0x000055aff29ef269 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55aff3f58d10) at ../src/ba...
[07:24:46.113] #8  0x000055aff282372e in main (argc=4, argv=0x55aff3f58d10) at ../src/backend/main/main.c:230
[07:24:46.583] #0  0x00007f96412a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[07:24:45.625] #0  0x00007f35a34a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:45.625] #1  0x00007f35a345afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:45.625] #2  0x00007f35a3445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:45.625] #3  0x00005588b9c30d2d in ExceptionalCondition (conditionName=conditionName@entry=0x5588b9ed3708 "(remain...
[07:24:45.625] #4  0x00005588b98483f2 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:24:45.625] #5  0x00005588b9848a89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2188
[07:24:45.625] #6  0x00005588b984980a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:24:45.626] #7  0x00005588b984b269 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5588bbf01d00) at ../src/ba...
[07:24:45.626] #8  0x00005588b967f72e in main (argc=4, argv=0x5588bbf01d00) at ../src/backend/main/main.c:230
[07:24:46.091] #0  0x00007f34086a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[07:24:45.138] #0  0x00007faea48a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:45.138] #1  0x00007faea485afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:45.138] #2  0x00007faea4845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:45.138] #3  0x0000563919f0fd2d in ExceptionalCondition (conditionName=conditionName@entry=0x56391a1b2708 "(remain...
[07:24:45.138] #4  0x0000563919b273f2 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:24:45.138] #5  0x0000563919b27a89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2188
[07:24:45.138] #6  0x0000563919b2880a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:24:45.139] #7  0x0000563919b2a269 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x56391b4dcd00) at ../src/ba...
[07:24:45.139] #8  0x000056391995e72e in main (argc=4, argv=0x56391b4dcd00) at ../src/backend/main/main.c:230
[07:24:45.606] #0  0x00007f35a34a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[07:24:44.693] #0  0x00007fd4d4ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:44.693] #1  0x00007fd4d4c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:44.693] #2  0x00007fd4d4c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:44.693] #3  0x000056382b6fdd2d in ExceptionalCondition (conditionName=conditionName@entry=0x56382b9a0708 "(remain...
[07:24:44.693] #4  0x000056382b3153f2 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:24:44.693] #5  0x000056382b315948 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2151
[07:24:44.693] #6  0x000056382b31680a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:24:44.693] #7  0x000056382b318269 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x56382cef4d10) at ../src/ba...
[07:24:44.693] #8  0x000056382b14c72e in main (argc=4, argv=0x56382cef4d10) at ../src/backend/main/main.c:230
[07:24:45.116] #0  0x00007faea48a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[07:24:29.075] #0  0x00007f2c148a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:29.075] #1  0x00007f2c1485afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:29.075] #2  0x00007f2c14845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:29.075] #3  0x000055a0a63c5d2d in ExceptionalCondition (conditionName=conditionName@entry=0x55a0a6668708 "(remain...
[07:24:29.075] #4  0x000055a0a5fdd3f2 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:24:29.075] #5  0x000055a0a5fdda89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2188
[07:24:29.075] #6  0x000055a0a5fde80a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:24:29.075] #7  0x000055a0a5fe0269 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55a0a762fd00) at ../src/ba...
[07:24:29.075] #8  0x000055a0a5e1472e in main (argc=4, argv=0x55a0a762fd00) at ../src/backend/main/main.c:230
[07:24:29.526] #0  0x00007f9df22a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[07:25:08.412] #0  0x00007f29576a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:25:08.412] #1  0x00007f295765afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:25:08.412] #2  0x00007f2957645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:25:08.412] #3  0x00005645c7523d2d in ExceptionalCondition (conditionName=conditionName@entry=0x5645c77c6708 "(remain...
[07:25:08.412] #4  0x00005645c713b3f2 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:25:08.412] #5  0x00005645c713ba89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2188
[07:25:08.412] #6  0x00005645c713c80a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:25:08.412] #7  0x00005645c713e269 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5645c930dd10) at ../src/ba...
[07:25:08.412] #8  0x00005645c6f7272e in main (argc=4, argv=0x5645c930dd10) at ../src/backend/main/main.c:230
[07:25:08.843] #0  0x00007ff4630a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[07:25:08.865] #0  0x00007ff4630a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:25:08.865] #1  0x00007ff46305afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:25:08.865] #2  0x00007ff463045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:25:08.865] #3  0x00005647cf93fd2d in ExceptionalCondition (conditionName=conditionName@entry=0x5647cfbe2708 "(remain...
[07:25:08.865] #4  0x00005647cf5573f2 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:25:08.865] #5  0x00005647cf557a89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2188
[07:25:08.865] #6  0x00005647cf55880a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:25:08.865] #7  0x00005647cf55a269 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5647d09aed20) at ../src/ba...
[07:25:08.865] #8  0x00005647cf38e72e in main (argc=4, argv=0x5647d09aed20) at ../src/backend/main/main.c:230
[07:25:09.286] #0  0x00007f0629aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[07:25:09.304] #0  0x00007f0629aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:25:09.304] #1  0x00007f0629a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:25:09.304] #2  0x00007f0629a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:25:09.304] #3  0x00005585c0b44d2d in ExceptionalCondition (conditionName=conditionName@entry=0x5585c0de7708 "(remain...
[07:25:09.304] #4  0x00005585c075c3f2 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:25:09.304] #5  0x00005585c075ca89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2188
[07:25:09.304] #6  0x00005585c075d80a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:25:09.304] #7  0x00005585c075f269 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5585c29bcd10) at ../src/ba...
[07:25:09.304] #8  0x00005585c059372e in main (argc=4, argv=0x5585c29bcd10) at ../src/backend/main/main.c:230
[07:25:09.721] #0  0x00007f07f54a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[07:25:07.505] #0  0x00007f61fd0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:25:07.505] #1  0x00007f61fd05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:25:07.505] #2  0x00007f61fd045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:25:07.505] #3  0x000055d48c9cbd2d in ExceptionalCondition (conditionName=conditionName@entry=0x55d48cc6e708 "(remain...
[07:25:07.505] #4  0x000055d48c5e33f2 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:25:07.505] #5  0x000055d48c5e3948 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2151
[07:25:07.505] #6  0x000055d48c5e480a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:25:07.506] #7  0x000055d48c5e6269 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55d48e462d40) at ../src/ba...
[07:25:07.506] #8  0x000055d48c41a72e in main (argc=8, argv=0x55d48e462d40) at ../src/backend/main/main.c:230
[07:25:07.952] #0  0x00007f6e866a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[07:25:07.062] #0  0x00007fc6142a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:25:07.062] #1  0x00007fc61425afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:25:07.062] #2  0x00007fc614245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:25:07.062] #3  0x00005567d4a7cd2d in ExceptionalCondition (conditionName=conditionName@entry=0x5567d4d1f708 "(remain...
[07:25:07.062] #4  0x00005567d46943f2 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:25:07.062] #5  0x00005567d4694948 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2151
[07:25:07.062] #6  0x00005567d469580a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:25:07.062] #7  0x00005567d4697269 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x5567d7644d40) at ../src/ba...
[07:25:07.062] #8  0x00005567d44cb72e in main (argc=8, argv=0x5567d7644d40) at ../src/backend/main/main.c:230
[07:25:07.484] #0  0x00007f61fd0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[07:25:06.595] #0  0x00007ff14c8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:25:06.595] #1  0x00007ff14c85afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:25:06.595] #2  0x00007ff14c845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:25:06.595] #3  0x00005595a58cad2d in ExceptionalCondition (conditionName=conditionName@entry=0x5595a5b6d708 "(remain...
[07:25:06.595] #4  0x00005595a54e23f2 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:25:06.595] #5  0x00005595a54e2948 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2151
[07:25:06.595] #6  0x00005595a54e380a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:25:06.596] #7  0x00005595a54e5269 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5595a7acbcd0) at ../src/ba...
[07:25:06.596] #8  0x00005595a531972e in main (argc=4, argv=0x5595a7acbcd0) at ../src/backend/main/main.c:230
[07:25:07.040] #0  0x00007fc6142a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[07:25:06.143] #0  0x00007f218e0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:25:06.143] #1  0x00007f218e05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:25:06.143] #2  0x00007f218e045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:25:06.143] #3  0x000055ef703f7d2d in ExceptionalCondition (conditionName=conditionName@entry=0x55ef7069a708 "(remain...
[07:25:06.143] #4  0x000055ef7000f3f2 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:25:06.143] #5  0x000055ef7000f948 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2151
[07:25:06.143] #6  0x000055ef7001080a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:25:06.143] #7  0x000055ef70012269 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55ef71eadd40) at ../src/ba...
[07:25:06.143] #8  0x000055ef6fe4672e in main (argc=8, argv=0x55ef71eadd40) at ../src/backend/main/main.c:230
[07:25:06.575] #0  0x00007ff14c8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[07:25:05.689] #0  0x00007f43994a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:25:05.689] #1  0x00007f439945afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:25:05.689] #2  0x00007f4399445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:25:05.689] #3  0x00005584f9db0d2d in ExceptionalCondition (conditionName=conditionName@entry=0x5584fa053708 "(remain...
[07:25:05.689] #4  0x00005584f99c83f2 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:25:05.689] #5  0x00005584f99c8a89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2188
[07:25:05.689] #6  0x00005584f99c980a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:25:05.689] #7  0x00005584f99cb269 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5584fc84ad40) at ../src/ba...
[07:25:05.689] #8  0x00005584f97ff72e in main (argc=4, argv=0x5584fc84ad40) at ../src/backend/main/main.c:230
[07:25:06.121] #0  0x00007f218e0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[07:25:05.260] #0  0x00007f44a9aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:25:05.260] #1  0x00007f44a9a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:25:05.260] #2  0x00007f44a9a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:25:05.260] #3  0x000055f843185d2d in ExceptionalCondition (conditionName=conditionName@entry=0x55f843428708 "(remain...
[07:25:05.260] #4  0x000055f842d9d3f2 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:25:05.260] #5  0x000055f842d9d948 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2151
[07:25:05.260] #6  0x000055f842d9e80a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:25:05.260] #7  0x000055f842da0269 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55f845786d90) at ../src/ba...
[07:25:05.260] #8  0x000055f842bd472e in main (argc=8, argv=0x55f845786d90) at ../src/backend/main/main.c:230
[07:25:05.670] #0  0x00007f43994a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[07:25:04.828] #0  0x00007f5de1ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:25:04.828] #1  0x00007f5de1e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:25:04.828] #2  0x00007f5de1e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:25:04.828] #3  0x0000563512b5ed2d in ExceptionalCondition (conditionName=conditionName@entry=0x563512e01708 "(remain...
[07:25:04.828] #4  0x00005635127763f2 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:25:04.828] #5  0x0000563512776a89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2188
[07:25:04.828] #6  0x000056351277780a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:25:04.828] #7  0x0000563512779269 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5635157c0d00) at ../src/ba...
[07:25:04.828] #8  0x00005635125ad72e in main (argc=4, argv=0x5635157c0d00) at ../src/backend/main/main.c:230
[07:25:05.239] #0  0x00007f44a9aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[07:25:04.396] #0  0x00007f22196a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:25:04.396] #1  0x00007f221965afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:25:04.396] #2  0x00007f2219645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:25:04.396] #3  0x000055dfab366d2d in ExceptionalCondition (conditionName=conditionName@entry=0x55dfab609708 "(remain...
[07:25:04.396] #4  0x000055dfaaf7e3f2 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:25:04.396] #5  0x000055dfaaf7e948 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2151
[07:25:04.396] #6  0x000055dfaaf7f80a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:25:04.396] #7  0x000055dfaaf81269 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55dfac174cf0) at ../src/ba...
[07:25:04.396] #8  0x000055dfaadb572e in main (argc=4, argv=0x55dfac174cf0) at ../src/backend/main/main.c:230
[07:25:04.807] #0  0x00007f5de1ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[07:25:03.937] #0  0x00007f8f03ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:25:03.937] #1  0x00007f8f03c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:25:03.937] #2  0x00007f8f03c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:25:03.937] #3  0x00005593d554ed2d in ExceptionalCondition (conditionName=conditionName@entry=0x5593d57f1708 "(remain...
[07:25:03.937] #4  0x00005593d51663f2 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:25:03.937] #5  0x00005593d5166a89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2188
[07:25:03.937] #6  0x00005593d516780a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:25:03.937] #7  0x00005593d5169269 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5593d785ad10) at ../src/ba...
[07:25:03.937] #8  0x00005593d4f9d72e in main (argc=4, argv=0x5593d785ad10) at ../src/backend/main/main.c:230
[07:25:04.375] #0  0x00007f22196a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[07:25:03.503] #0  0x00007fa972aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:25:03.503] #1  0x00007fa972a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:25:03.503] #2  0x00007fa972a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:25:03.503] #3  0x000055fcf0509d2d in ExceptionalCondition (conditionName=conditionName@entry=0x55fcf07ac708 "(remain...
[07:25:03.503] #4  0x000055fcf01213f2 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:25:03.503] #5  0x000055fcf0121a89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2188
[07:25:03.503] #6  0x000055fcf012280a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:25:03.503] #7  0x000055fcf0124269 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55fcf3157d00) at ../src/ba...
[07:25:03.503] #8  0x000055fceff5872e in main (argc=4, argv=0x55fcf3157d00) at ../src/backend/main/main.c:230
[07:25:03.919] #0  0x00007f8f03ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[07:25:03.052] #0  0x00007f70ffca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:25:03.052] #1  0x00007f70ffc5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:25:03.052] #2  0x00007f70ffc45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:25:03.052] #3  0x000055e9123c9d2d in ExceptionalCondition (conditionName=conditionName@entry=0x55e91266c708 "(remain...
[07:25:03.052] #4  0x000055e911fe13f2 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:25:03.052] #5  0x000055e911fe1948 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2151
[07:25:03.052] #6  0x000055e911fe280a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:25:03.052] #7  0x000055e911fe4269 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55e914cb8d10) at ../src/ba...
[07:25:03.052] #8  0x000055e911e1872e in main (argc=4, argv=0x55e914cb8d10) at ../src/backend/main/main.c:230
[07:25:03.481] #0  0x00007fa972aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[07:25:02.621] #0  0x00007f94c76a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:25:02.621] #1  0x00007f94c765afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:25:02.621] #2  0x00007f94c7645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:25:02.621] #3  0x0000563b0bfc9d2d in ExceptionalCondition (conditionName=conditionName@entry=0x563b0c26c708 "(remain...
[07:25:02.621] #4  0x0000563b0bbe13f2 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:25:02.621] #5  0x0000563b0bbe1948 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2151
[07:25:02.621] #6  0x0000563b0bbe280a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:25:02.622] #7  0x0000563b0bbe4269 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x563b0e766d10) at ../src/ba...
[07:25:02.622] #8  0x0000563b0ba1872e in main (argc=4, argv=0x563b0e766d10) at ../src/backend/main/main.c:230
[07:25:03.030] #0  0x00007f70ffca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[07:25:02.185] #0  0x00007fcdb34a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:25:02.185] #1  0x00007fcdb345afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:25:02.185] #2  0x00007fcdb3445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:25:02.185] #3  0x0000564b32d64d2d in ExceptionalCondition (conditionName=conditionName@entry=0x564b33007708 "(remain...
[07:25:02.185] #4  0x0000564b3297c3f2 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:25:02.185] #5  0x0000564b3297ca89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2188
[07:25:02.185] #6  0x0000564b3297d80a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:25:02.185] #7  0x0000564b3297f269 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x564b34068d10) at ../src/ba...
[07:25:02.185] #8  0x0000564b327b372e in main (argc=4, argv=0x564b34068d10) at ../src/backend/main/main.c:230
[07:25:02.603] #0  0x00007f94c76a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[07:25:01.750] #0  0x00007eff31ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:25:01.750] #1  0x00007eff31e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:25:01.750] #2  0x00007eff31e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:25:01.750] #3  0x0000562c1dc84d2d in ExceptionalCondition (conditionName=conditionName@entry=0x562c1df27708 "(remain...
[07:25:01.750] #4  0x0000562c1d89c3f2 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:25:01.750] #5  0x0000562c1d89c948 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2151
[07:25:01.750] #6  0x0000562c1d89d80a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:25:01.750] #7  0x0000562c1d89f269 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x562c1fba7d00) at ../src/ba...
[07:25:01.750] #8  0x0000562c1d6d372e in main (argc=4, argv=0x562c1fba7d00) at ../src/backend/main/main.c:230
[07:25:02.167] #0  0x00007fcdb34a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[07:25:01.297] #0  0x00007ff8200a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:25:01.297] #1  0x00007ff82005afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:25:01.297] #2  0x00007ff820045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:25:01.297] #3  0x00005620e6fa2d2d in ExceptionalCondition (conditionName=conditionName@entry=0x5620e7245708 "(remain...
[07:25:01.297] #4  0x00005620e6bba3f2 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:25:01.297] #5  0x00005620e6bbaa89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2188
[07:25:01.297] #6  0x00005620e6bbb80a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:25:01.297] #7  0x00005620e6bbd269 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5620e834ed00) at ../src/ba...
[07:25:01.297] #8  0x00005620e69f172e in main (argc=4, argv=0x5620e834ed00) at ../src/backend/main/main.c:230
[07:25:01.729] #0  0x00007eff31ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[07:24:44.260] #0  0x00007fd45e4a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:44.260] #1  0x00007fd45e45afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:44.260] #2  0x00007fd45e445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:44.260] #3  0x0000559f7ef48d2d in ExceptionalCondition (conditionName=conditionName@entry=0x559f7f1eb708 "(remain...
[07:24:44.260] #4  0x0000559f7eb603f2 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:24:44.260] #5  0x0000559f7eb60a89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2188
[07:24:44.260] #6  0x0000559f7eb6180a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:24:44.260] #7  0x0000559f7eb63269 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x559f80e93d00) at ../src/ba...
[07:24:44.260] #8  0x0000559f7e99772e in main (argc=4, argv=0x559f80e93d00) at ../src/backend/main/main.c:230
[07:24:44.672] #0  0x00007fd4d4ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[07:24:43.790] #0  0x00007f236dca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:43.790] #1  0x00007f236dc5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:43.790] #2  0x00007f236dc45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:43.790] #3  0x000055e0236efd2d in ExceptionalCondition (conditionName=conditionName@entry=0x55e023992708 "(remain...
[07:24:43.790] #4  0x000055e0233073f2 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:24:43.790] #5  0x000055e023307a89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2188
[07:24:43.790] #6  0x000055e02330880a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:24:43.790] #7  0x000055e02330a269 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55e025c22d10) at ../src/ba...
[07:24:43.790] #8  0x000055e02313e72e in main (argc=4, argv=0x55e025c22d10) at ../src/backend/main/main.c:230
[07:24:44.237] #0  0x00007fd45e4a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[07:24:43.315] #0  0x00007f40942a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:43.315] #1  0x00007f409425afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:43.315] #2  0x00007f4094245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:43.315] #3  0x0000558126e00d2d in ExceptionalCondition (conditionName=conditionName@entry=0x5581270a3708 "(remain...
[07:24:43.315] #4  0x0000558126a183f2 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:24:43.315] #5  0x0000558126a18a89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2188
[07:24:43.315] #6  0x0000558126a1980a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:24:43.316] #7  0x0000558126a1b269 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x558128326d00) at ../src/ba...
[07:24:43.316] #8  0x000055812684f72e in main (argc=4, argv=0x558128326d00) at ../src/backend/main/main.c:230
[07:24:43.771] #0  0x00007f236dca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[07:24:42.837] #0  0x00007fe5c38a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:42.837] #1  0x00007fe5c385afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:42.837] #2  0x00007fe5c3845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:42.837] #3  0x0000560585737d2d in ExceptionalCondition (conditionName=conditionName@entry=0x5605859da708 "(remain...
[07:24:42.837] #4  0x000056058534f3f2 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:24:42.837] #5  0x000056058534fa89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2188
[07:24:42.837] #6  0x000056058535080a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:24:42.838] #7  0x0000560585352269 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x560587090d40) at ../src/ba...
[07:24:42.838] #8  0x000056058518672e in main (argc=4, argv=0x560587090d40) at ../src/backend/main/main.c:230
[07:24:43.293] #0  0x00007f40942a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[07:24:42.381] #0  0x00007f72ce2a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:42.381] #1  0x00007f72ce25afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:42.381] #2  0x00007f72ce245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:42.381] #3  0x00005575e758ed2d in ExceptionalCondition (conditionName=conditionName@entry=0x5575e7831708 "(remain...
[07:24:42.381] #4  0x00005575e71a63f2 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:24:42.381] #5  0x00005575e71a6948 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2151
[07:24:42.381] #6  0x00005575e71a780a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:24:42.382] #7  0x00005575e71a9269 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5575e992dd00) at ../src/ba...
[07:24:42.382] #8  0x00005575e6fdd72e in main (argc=4, argv=0x5575e992dd00) at ../src/backend/main/main.c:230
[07:24:42.818] #0  0x00007fe5c38a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[07:24:41.916] #0  0x00007fe4aa8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:41.916] #1  0x00007fe4aa85afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:41.916] #2  0x00007fe4aa845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:41.916] #3  0x0000560d9437dd2d in ExceptionalCondition (conditionName=conditionName@entry=0x560d94620708 "(remain...
[07:24:41.916] #4  0x0000560d93f953f2 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:24:41.916] #5  0x0000560d93f95948 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2151
[07:24:41.916] #6  0x0000560d93f9680a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:24:41.916] #7  0x0000560d93f98269 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x560d95771d50) at ../src/ba...
[07:24:41.916] #8  0x0000560d93dcc72e in main (argc=8, argv=0x560d95771d50) at ../src/backend/main/main.c:230
[07:24:42.361] #0  0x00007f72ce2a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[07:24:41.482] #0  0x00007f5b044a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:41.482] #1  0x00007f5b0445afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:41.482] #2  0x00007f5b04445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:41.482] #3  0x000055c34c3ebd2d in ExceptionalCondition (conditionName=conditionName@entry=0x55c34c68e708 "(remain...
[07:24:41.482] #4  0x000055c34c0033f2 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:24:41.482] #5  0x000055c34c003a89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2188
[07:24:41.482] #6  0x000055c34c00480a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:24:41.483] #7  0x000055c34c006269 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55c34dad0d00) at ../src/ba...
[07:24:41.483] #8  0x000055c34be3a72e in main (argc=4, argv=0x55c34dad0d00) at ../src/backend/main/main.c:230
[07:24:41.894] #0  0x00007fe4aa8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[07:24:41.045] #0  0x00007f45782a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:41.045] #1  0x00007f457825afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:41.045] #2  0x00007f4578245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:41.045] #3  0x000055c85d644d2d in ExceptionalCondition (conditionName=conditionName@entry=0x55c85d8e7708 "(remain...
[07:24:41.045] #4  0x000055c85d25c3f2 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:24:41.045] #5  0x000055c85d25ca89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2188
[07:24:41.045] #6  0x000055c85d25d80a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:24:41.045] #7  0x000055c85d25f269 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55c85fc2fd20) at ../src/ba...
[07:24:41.045] #8  0x000055c85d09372e in main (argc=4, argv=0x55c85fc2fd20) at ../src/backend/main/main.c:230
[07:24:41.461] #0  0x00007f5b044a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[07:24:40.589] #0  0x00007fbf938a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:40.589] #1  0x00007fbf9385afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:40.589] #2  0x00007fbf93845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:40.589] #3  0x000055bcc4f3fd2d in ExceptionalCondition (conditionName=conditionName@entry=0x55bcc51e2708 "(remain...
[07:24:40.589] #4  0x000055bcc4b573f2 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:24:40.589] #5  0x000055bcc4b57a89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2188
[07:24:40.589] #6  0x000055bcc4b5880a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:24:40.590] #7  0x000055bcc4b5a269 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55bcc6171d00) at ../src/ba...
[07:24:40.590] #8  0x000055bcc498e72e in main (argc=4, argv=0x55bcc6171d00) at ../src/backend/main/main.c:230
[07:24:41.023] #0  0x00007f45782a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[07:24:40.100] #0  0x00007f8fa24a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:40.100] #1  0x00007f8fa245afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:40.100] #2  0x00007f8fa2445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:40.100] #3  0x000055be41296d2d in ExceptionalCondition (conditionName=conditionName@entry=0x55be41539708 "(remain...
[07:24:40.100] #4  0x000055be40eae3f2 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:24:40.100] #5  0x000055be40eae948 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2151
[07:24:40.100] #6  0x000055be40eaf80a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:24:40.101] #7  0x000055be40eb1269 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55be439e4d40) at ../src/ba...
[07:24:40.101] #8  0x000055be40ce572e in main (argc=8, argv=0x55be439e4d40) at ../src/backend/main/main.c:230
[07:24:40.570] #0  0x00007fbf938a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[07:24:39.656] #0  0x00007f84028a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:39.656] #1  0x00007f840285afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:39.656] #2  0x00007f8402845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:39.656] #3  0x000055858a1b0d2d in ExceptionalCondition (conditionName=conditionName@entry=0x55858a453708 "(remain...
[07:24:39.656] #4  0x0000558589dc83f2 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:24:39.656] #5  0x0000558589dc8948 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2151
[07:24:39.656] #6  0x0000558589dc980a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:24:39.656] #7  0x0000558589dcb269 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55858c570d20) at ../src/ba...
[07:24:39.656] #8  0x0000558589bff72e in main (argc=8, argv=0x55858c570d20) at ../src/backend/main/main.c:230
[07:24:40.081] #0  0x00007f8fa24a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[07:24:39.183] #0  0x00007fea2b4a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:39.183] #1  0x00007fea2b45afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:39.183] #2  0x00007fea2b445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:39.183] #3  0x000055732adcfd2d in ExceptionalCondition (conditionName=conditionName@entry=0x55732b072708 "(remain...
[07:24:39.183] #4  0x000055732a9e73f2 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:24:39.183] #5  0x000055732a9e7948 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2151
[07:24:39.183] #6  0x000055732a9e880a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:24:39.184] #7  0x000055732a9ea269 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55732d067d10) at ../src/ba...
[07:24:39.184] #8  0x000055732a81e72e in main (argc=4, argv=0x55732d067d10) at ../src/backend/main/main.c:230
[07:24:39.635] #0  0x00007f84028a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[07:24:38.727] #0  0x00007f1942ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:38.727] #1  0x00007f1942e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:38.727] #2  0x00007f1942e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:38.727] #3  0x00005650c8b28d2d in ExceptionalCondition (conditionName=conditionName@entry=0x5650c8dcb708 "(remain...
[07:24:38.727] #4  0x00005650c87403f2 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:24:38.727] #5  0x00005650c8740a89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2188
[07:24:38.727] #6  0x00005650c874180a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:24:38.727] #7  0x00005650c8743269 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5650cab48d00) at ../src/ba...
[07:24:38.727] #8  0x00005650c857772e in main (argc=4, argv=0x5650cab48d00) at ../src/backend/main/main.c:230
[07:24:39.165] #0  0x00007fea2b4a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[07:24:38.258] #0  0x00007f297a0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:38.258] #1  0x00007f297a05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:38.258] #2  0x00007f297a045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:38.258] #3  0x000055b2ccd99d2d in ExceptionalCondition (conditionName=conditionName@entry=0x55b2cd03c708 "(remain...
[07:24:38.258] #4  0x000055b2cc9b13f2 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:24:38.258] #5  0x000055b2cc9b1948 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2151
[07:24:38.258] #6  0x000055b2cc9b280a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:24:38.258] #7  0x000055b2cc9b4269 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55b2cdc6cd20) at ../src/ba...
[07:24:38.258] #8  0x000055b2cc7e872e in main (argc=8, argv=0x55b2cdc6cd20) at ../src/backend/main/main.c:230
[07:24:38.707] #0  0x00007f1942ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[07:24:37.804] #0  0x00007f7e678a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:37.804] #1  0x00007f7e6785afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:37.804] #2  0x00007f7e67845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:37.804] #3  0x000055c96f6cfd2d in ExceptionalCondition (conditionName=conditionName@entry=0x55c96f972708 "(remain...
[07:24:37.804] #4  0x000055c96f2e73f2 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:24:37.804] #5  0x000055c96f2e7a89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2188
[07:24:37.804] #6  0x000055c96f2e880a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:24:37.804] #7  0x000055c96f2ea269 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55c972258d10) at ../src/ba...
[07:24:37.804] #8  0x000055c96f11e72e in main (argc=4, argv=0x55c972258d10) at ../src/backend/main/main.c:230
[07:24:38.236] #0  0x00007f297a0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[07:24:37.326] #0  0x00007fb91b8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:37.326] #1  0x00007fb91b85afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:37.326] #2  0x00007fb91b845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:37.326] #3  0x00005566b6d69d2d in ExceptionalCondition (conditionName=conditionName@entry=0x5566b700c708 "(remain...
[07:24:37.326] #4  0x00005566b69813f2 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:24:37.326] #5  0x00005566b6981948 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2151
[07:24:37.326] #6  0x00005566b698280a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:24:37.326] #7  0x00005566b6984269 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x5566b7b07d80) at ../src/ba...
[07:24:37.326] #8  0x00005566b67b872e in main (argc=8, argv=0x5566b7b07d80) at ../src/backend/main/main.c:230
[07:24:37.781] #0  0x00007f7e678a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[07:24:36.889] #0  0x00007fb25bca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:36.889] #1  0x00007fb25bc5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:36.889] #2  0x00007fb25bc45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:36.889] #3  0x0000559a79471d2d in ExceptionalCondition (conditionName=conditionName@entry=0x559a79714708 "(remain...
[07:24:36.889] #4  0x0000559a790893f2 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:24:36.889] #5  0x0000559a79089948 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2151
[07:24:36.889] #6  0x0000559a7908a80a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:24:36.889] #7  0x0000559a7908c269 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x559a7a893d40) at ../src/ba...
[07:24:36.889] #8  0x0000559a78ec072e in main (argc=8, argv=0x559a7a893d40) at ../src/backend/main/main.c:230
[07:24:37.305] #0  0x00007fb91b8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[07:24:36.448] #0  0x00007f2c6b4a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:36.448] #1  0x00007f2c6b45afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:36.448] #2  0x00007f2c6b445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:36.448] #3  0x0000561af7c86d2d in ExceptionalCondition (conditionName=conditionName@entry=0x561af7f29708 "(remain...
[07:24:36.448] #4  0x0000561af789e3f2 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:24:36.448] #5  0x0000561af789e948 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2151
[07:24:36.448] #6  0x0000561af789f80a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:24:36.448] #7  0x0000561af78a1269 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x561af97b4d00) at ../src/ba...
[07:24:36.448] #8  0x0000561af76d572e in main (argc=4, argv=0x561af97b4d00) at ../src/backend/main/main.c:230
[07:24:36.868] #0  0x00007fb25bca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[07:24:35.963] #0  0x00007f9ced8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:35.963] #1  0x00007f9ced85afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:35.963] #2  0x00007f9ced845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:35.963] #3  0x0000562cd0aa4d2d in ExceptionalCondition (conditionName=conditionName@entry=0x562cd0d47708 "(remain...
[07:24:35.963] #4  0x0000562cd06bc3f2 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:24:35.963] #5  0x0000562cd06bca89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2188
[07:24:35.963] #6  0x0000562cd06bd80a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:24:35.963] #7  0x0000562cd06bf269 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x562cd1aecd00) at ../src/ba...
[07:24:35.963] #8  0x0000562cd04f372e in main (argc=4, argv=0x562cd1aecd00) at ../src/backend/main/main.c:230
[07:24:36.429] #0  0x00007f2c6b4a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[07:24:35.495] #0  0x00007f0e3b2a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:35.495] #1  0x00007f0e3b25afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:35.495] #2  0x00007f0e3b245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:35.495] #3  0x0000557fe7b44d2d in ExceptionalCondition (conditionName=conditionName@entry=0x557fe7de7708 "(remain...
[07:24:35.495] #4  0x0000557fe775c3f2 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:24:35.495] #5  0x0000557fe775c948 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2151
[07:24:35.495] #6  0x0000557fe775d80a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:24:35.495] #7  0x0000557fe775f269 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x557fea65cd40) at ../src/ba...
[07:24:35.495] #8  0x0000557fe759372e in main (argc=8, argv=0x557fea65cd40) at ../src/backend/main/main.c:230
[07:24:35.941] #0  0x00007f9ced8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[07:24:35.055] #0  0x00007f6b69ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:35.055] #1  0x00007f6b69c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:35.055] #2  0x00007f6b69c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:35.055] #3  0x000055840fab8d2d in ExceptionalCondition (conditionName=conditionName@entry=0x55840fd5b708 "(remain...
[07:24:35.055] #4  0x000055840f6d03f2 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:24:35.055] #5  0x000055840f6d0948 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2151
[07:24:35.055] #6  0x000055840f6d180a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:24:35.055] #7  0x000055840f6d3269 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x558411fbbd00) at ../src/ba...
[07:24:35.055] #8  0x000055840f50772e in main (argc=4, argv=0x558411fbbd00) at ../src/backend/main/main.c:230
[07:24:35.476] #0  0x00007f0e3b2a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[07:24:34.581] #0  0x00007f8c3eea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:34.581] #1  0x00007f8c3ee5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:34.581] #2  0x00007f8c3ee45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:34.581] #3  0x0000555c1dd19d2d in ExceptionalCondition (conditionName=conditionName@entry=0x555c1dfbc708 "(remain...
[07:24:34.581] #4  0x0000555c1d9313f2 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:24:34.581] #5  0x0000555c1d931948 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2151
[07:24:34.581] #6  0x0000555c1d93280a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:24:34.581] #7  0x0000555c1d934269 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x555c1f354e10) at ../src/ba...
[07:24:34.581] #8  0x0000555c1d76872e in main (argc=4, argv=0x555c1f354e10) at ../src/backend/main/main.c:230
[07:24:35.035] #0  0x00007f6b69ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[07:24:34.129] #0  0x00007f88be4a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:34.129] #1  0x00007f88be45afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:34.129] #2  0x00007f88be445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:34.129] #3  0x000055bdd6b98d2d in ExceptionalCondition (conditionName=conditionName@entry=0x55bdd6e3b708 "(remain...
[07:24:34.129] #4  0x000055bdd67b03f2 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:24:34.129] #5  0x000055bdd67b0948 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2151
[07:24:34.129] #6  0x000055bdd67b180a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:24:34.130] #7  0x000055bdd67b3269 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55bdd8b15d00) at ../src/ba...
[07:24:34.130] #8  0x000055bdd65e772e in main (argc=4, argv=0x55bdd8b15d00) at ../src/backend/main/main.c:230
[07:24:34.560] #0  0x00007f8c3eea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[07:24:33.667] #0  0x00007fca774a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:33.667] #1  0x00007fca7745afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:33.667] #2  0x00007fca77445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:33.667] #3  0x000056215c6f9d2d in ExceptionalCondition (conditionName=conditionName@entry=0x56215c99c708 "(remain...
[07:24:33.667] #4  0x000056215c3113f2 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:24:33.667] #5  0x000056215c311948 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2151
[07:24:33.667] #6  0x000056215c31280a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:24:33.668] #7  0x000056215c314269 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x56215df87d40) at ../src/ba...
[07:24:33.668] #8  0x000056215c14872e in main (argc=8, argv=0x56215df87d40) at ../src/backend/main/main.c:230
[07:24:34.110] #0  0x00007f88be4a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[07:24:33.234] #0  0x00007f3aa16a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:33.234] #1  0x00007f3aa165afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:33.234] #2  0x00007f3aa1645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:33.234] #3  0x0000561dfb408d2d in ExceptionalCondition (conditionName=conditionName@entry=0x561dfb6ab708 "(remain...
[07:24:33.234] #4  0x0000561dfb0203f2 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:24:33.234] #5  0x0000561dfb020948 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2151
[07:24:33.234] #6  0x0000561dfb02180a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:24:33.235] #7  0x0000561dfb023269 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x561dfdcf8cd0) at ../src/ba...
[07:24:33.235] #8  0x0000561dfae5772e in main (argc=4, argv=0x561dfdcf8cd0) at ../src/backend/main/main.c:230
[07:24:33.649] #0  0x00007fca774a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[07:24:32.758] #0  0x00007f807dca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:32.758] #1  0x00007f807dc5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:32.758] #2  0x00007f807dc45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:32.758] #3  0x0000559c7957dd2d in ExceptionalCondition (conditionName=conditionName@entry=0x559c79820708 "(remain...
[07:24:32.758] #4  0x0000559c791953f2 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:24:32.758] #5  0x0000559c79195a89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2188
[07:24:32.758] #6  0x0000559c7919680a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:24:32.758] #7  0x0000559c79198269 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x559c7adffd20) at ../src/ba...
[07:24:32.758] #8  0x0000559c78fcc72e in main (argc=4, argv=0x559c7adffd20) at ../src/backend/main/main.c:230
[07:24:33.215] #0  0x00007f3aa16a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[07:24:32.316] #0  0x00007ff30d4a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:32.316] #1  0x00007ff30d45afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:32.316] #2  0x00007ff30d445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:32.316] #3  0x00005644e3d88d2d in ExceptionalCondition (conditionName=conditionName@entry=0x5644e402b708 "(remain...
[07:24:32.316] #4  0x00005644e39a03f2 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:24:32.316] #5  0x00005644e39a1711 in process_pm_child_exit () at ../src/backend/postmaster/postmaster.c:2532
[07:24:32.316] #6  0x00005644e39a1818 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1664
[07:24:32.316] #7  0x00005644e39a3269 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5644e5896d10) at ../src/ba...
[07:24:32.316] #8  0x00005644e37d772e in main (argc=4, argv=0x5644e5896d10) at ../src/backend/main/main.c:230
[07:24:32.736] #0  0x00007f807dca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[07:24:31.853] #0  0x00007fad11ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:31.853] #1  0x00007fad11c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:31.853] #2  0x00007fad11c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:31.853] #3  0x00005605dc643d2d in ExceptionalCondition (conditionName=conditionName@entry=0x5605dc8e6708 "(remain...
[07:24:31.853] #4  0x00005605dc25b3f2 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:24:31.853] #5  0x00005605dc25b948 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2151
[07:24:31.853] #6  0x00005605dc25c80a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:24:31.853] #7  0x00005605dc25e269 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x5605dd940d40) at ../src/ba...
[07:24:31.853] #8  0x00005605dc09272e in main (argc=8, argv=0x5605dd940d40) at ../src/backend/main/main.c:230
[07:24:32.297] #0  0x00007ff30d4a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[07:24:31.394] #0  0x00007f7c004a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:31.394] #1  0x00007f7c0045afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:31.394] #2  0x00007f7c00445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:31.394] #3  0x000055982b9ccd2d in ExceptionalCondition (conditionName=conditionName@entry=0x55982bc6f708 "(remain...
[07:24:31.394] #4  0x000055982b5e43f2 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:24:31.394] #5  0x000055982b5e4948 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2151
[07:24:31.394] #6  0x000055982b5e580a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:24:31.395] #7  0x000055982b5e7269 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55982c897d40) at ../src/ba...
[07:24:31.395] #8  0x000055982b41b72e in main (argc=8, argv=0x55982c897d40) at ../src/backend/main/main.c:230
[07:24:31.835] #0  0x00007fad11ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[07:24:30.958] #0  0x00007f8d8c2a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:30.958] #1  0x00007f8d8c25afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:30.958] #2  0x00007f8d8c245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:30.958] #3  0x0000563565d1ed2d in ExceptionalCondition (conditionName=conditionName@entry=0x563565fc1708 "(remain...
[07:24:30.958] #4  0x00005635659363f2 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:24:30.958] #5  0x0000563565936a89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2188
[07:24:30.958] #6  0x000056356593780a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:24:30.958] #7  0x0000563565939269 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x563568954d00) at ../src/ba...
[07:24:30.958] #8  0x000056356576d72e in main (argc=4, argv=0x563568954d00) at ../src/backend/main/main.c:230
[07:24:31.376] #0  0x00007f7c004a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[07:24:30.472] #0  0x00007f6b2eea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:30.472] #1  0x00007f6b2ee5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:30.472] #2  0x00007f6b2ee45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:30.472] #3  0x0000561dcd654d2d in ExceptionalCondition (conditionName=conditionName@entry=0x561dcd8f7708 "(remain...
[07:24:30.472] #4  0x0000561dcd26c3f2 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:24:30.472] #5  0x0000561dcd26c948 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2151
[07:24:30.472] #6  0x0000561dcd26d80a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:24:30.472] #7  0x0000561dcd26f269 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x561dce877d50) at ../src/ba...
[07:24:30.472] #8  0x0000561dcd0a372e in main (argc=8, argv=0x561dce877d50) at ../src/backend/main/main.c:230
[07:24:30.935] #0  0x00007f8d8c2a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[07:24:30.033] #0  0x00007f413aaa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:30.033] #1  0x00007f413aa5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:30.033] #2  0x00007f413aa45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:30.033] #3  0x00005558269ebd2d in ExceptionalCondition (conditionName=conditionName@entry=0x555826c8e708 "(remain...
[07:24:30.033] #4  0x00005558266033f2 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:24:30.033] #5  0x0000555826603a89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2188
[07:24:30.033] #6  0x000055582660480a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:24:30.033] #7  0x0000555826606269 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x555828441d20) at ../src/ba...
[07:24:30.033] #8  0x000055582643a72e in main (argc=4, argv=0x555828441d20) at ../src/backend/main/main.c:230
[07:24:30.449] #0  0x00007f6b2eea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[07:24:29.548] #0  0x00007f9df22a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:29.548] #1  0x00007f9df225afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:29.548] #2  0x00007f9df2245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:29.548] #3  0x000055c30ff72d2d in ExceptionalCondition (conditionName=conditionName@entry=0x55c310215708 "(remain...
[07:24:29.548] #4  0x000055c30fb8a3f2 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:24:29.548] #5  0x000055c30fb8aa89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2188
[07:24:29.548] #6  0x000055c30fb8b80a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:24:29.548] #7  0x000055c30fb8d269 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55c3117ecd00) at ../src/ba...
[07:24:29.548] #8  0x000055c30f9c172e in main (argc=4, argv=0x55c3117ecd00) at ../src/backend/main/main.c:230
[07:24:30.013] #0  0x00007f413aaa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[07:25:07.973] #0  0x00007f6e866a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:25:07.973] #1  0x00007f6e8665afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:25:07.973] #2  0x00007f6e86645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:25:07.973] #3  0x000055a58afa4d2d in ExceptionalCondition (conditionName=conditionName@entry=0x55a58b247708 "(remain...
[07:25:07.973] #4  0x000055a58abbc3f2 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:25:07.973] #5  0x000055a58abbca89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2188
[07:25:07.973] #6  0x000055a58abbd80a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:25:07.973] #7  0x000055a58abbf269 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55a58c949d00) at ../src/ba...
[07:25:07.973] #8  0x000055a58a9f372e in main (argc=4, argv=0x55a58c949d00) at ../src/backend/main/main.c:230
[07:25:08.390] #0  0x00007f29576a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[07:24:28.617] #0  0x00007fd970aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:28.617] #1  0x00007fd970a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:28.617] #2  0x00007fd970a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:28.617] #3  0x00005565f7bc5d2d in ExceptionalCondition (conditionName=conditionName@entry=0x5565f7e68708 "(remain...
[07:24:28.617] #4  0x00005565f77dd3f2 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:24:28.617] #5  0x00005565f77dda89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2188
[07:24:28.617] #6  0x00005565f77de80a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:24:28.617] #7  0x00005565f77e0269 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5565fa82cd00) at ../src/ba...
[07:24:28.617] #8  0x00005565f761472e in main (argc=4, argv=0x5565fa82cd00) at ../src/backend/main/main.c:230
[07:24:29.055] #0  0x00007f2c148a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[07:24:28.147] #0  0x00007f6301aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:28.147] #1  0x00007f6301a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:28.147] #2  0x00007f6301a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:28.147] #3  0x00005594fc8b4d2d in ExceptionalCondition (conditionName=conditionName@entry=0x5594fcb57708 "(remain...
[07:24:28.147] #4  0x00005594fc4cc3f2 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:24:28.147] #5  0x00005594fc4cca89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2188
[07:24:28.147] #6  0x00005594fc4cd80a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:24:28.147] #7  0x00005594fc4cf269 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5594fe4d8cd0) at ../src/ba...
[07:24:28.147] #8  0x00005594fc30372e in main (argc=4, argv=0x5594fe4d8cd0) at ../src/backend/main/main.c:230
[07:24:28.596] #0  0x00007fd970aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[07:24:27.682] #0  0x00007fba4c4a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:27.682] #1  0x00007fba4c45afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:27.682] #2  0x00007fba4c445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:27.682] #3  0x0000557fef024d2d in ExceptionalCondition (conditionName=conditionName@entry=0x557fef2c7708 "(remain...
[07:24:27.682] #4  0x0000557feec3c3f2 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:24:27.682] #5  0x0000557feec3c948 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2151
[07:24:27.682] #6  0x0000557feec3d80a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:24:27.682] #7  0x0000557feec3f269 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x557ff0f93d40) at ../src/ba...
[07:24:27.682] #8  0x0000557feea7372e in main (argc=8, argv=0x557ff0f93d40) at ../src/backend/main/main.c:230
[07:24:28.126] #0  0x00007f6301aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[07:24:27.229] #0  0x00007f58e06a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:27.229] #1  0x00007f58e065afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:27.229] #2  0x00007f58e0645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:27.229] #3  0x00005586a861bd2d in ExceptionalCondition (conditionName=conditionName@entry=0x5586a88be708 "(remain...
[07:24:27.229] #4  0x00005586a82333f2 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:24:27.229] #5  0x00005586a8233948 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2151
[07:24:27.229] #6  0x00005586a823480a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:24:27.229] #7  0x00005586a8236269 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x5586a945dd90) at ../src/ba...
[07:24:27.229] #8  0x00005586a806a72e in main (argc=8, argv=0x5586a945dd90) at ../src/backend/main/main.c:230
[07:24:27.660] #0  0x00007fba4c4a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[07:24:26.775] #0  0x00007f535b2a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:26.775] #1  0x00007f535b25afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:26.775] #2  0x00007f535b245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:26.775] #3  0x00005582dec08d2d in ExceptionalCondition (conditionName=conditionName@entry=0x5582deeab708 "(remain...
[07:24:26.775] #4  0x00005582de8203f2 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:24:26.775] #5  0x00005582de820948 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2151
[07:24:26.775] #6  0x00005582de82180a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:24:26.776] #7  0x00005582de823269 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x5582e0934d80) at ../src/ba...
[07:24:26.776] #8  0x00005582de65772e in main (argc=8, argv=0x5582e0934d80) at ../src/backend/main/main.c:230
[07:24:27.210] #0  0x00007f58e06a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[07:24:26.334] #0  0x00007fb1ed4a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:26.334] #1  0x00007fb1ed45afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:26.334] #2  0x00007fb1ed445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:26.334] #3  0x000055bc28fffd2d in ExceptionalCondition (conditionName=conditionName@entry=0x55bc292a2708 "(remain...
[07:24:26.334] #4  0x000055bc28c173f2 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:24:26.334] #5  0x000055bc28c18711 in process_pm_child_exit () at ../src/backend/postmaster/postmaster.c:2532
[07:24:26.334] #6  0x000055bc28c18818 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1664
[07:24:26.334] #7  0x000055bc28c1a269 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55bc2bc80d00) at ../src/ba...
[07:24:26.334] #8  0x000055bc28a4e72e in main (argc=4, argv=0x55bc2bc80d00) at ../src/backend/main/main.c:230
[07:24:26.753] #0  0x00007f535b2a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[07:24:25.850] #0  0x00007fec40ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:25.850] #1  0x00007fec40c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:25.850] #2  0x00007fec40c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:25.850] #3  0x00005566f108fd2d in ExceptionalCondition (conditionName=conditionName@entry=0x5566f1332708 "(remain...
[07:24:25.850] #4  0x00005566f0ca73f2 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:24:25.850] #5  0x00005566f0ca7948 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2151
[07:24:25.850] #6  0x00005566f0ca880a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:24:25.850] #7  0x00005566f0caa269 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5566f3488d00) at ../src/ba...
[07:24:25.850] #8  0x00005566f0ade72e in main (argc=4, argv=0x5566f3488d00) at ../src/backend/main/main.c:230
[07:24:26.312] #0  0x00007fb1ed4a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[07:24:25.362] #0  0x00007fdc0bea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:25.362] #1  0x00007fdc0be5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:25.362] #2  0x00007fdc0be45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:25.362] #3  0x00005615a917fd2d in ExceptionalCondition (conditionName=conditionName@entry=0x5615a9422708 "(remain...
[07:24:25.362] #4  0x00005615a8d973f2 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:24:25.362] #5  0x00005615a8d97a89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2188
[07:24:25.362] #6  0x00005615a8d9880a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:24:25.363] #7  0x00005615a8d9a269 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5615aba79d40) at ../src/ba...
[07:24:25.363] #8  0x00005615a8bce72e in main (argc=4, argv=0x5615aba79d40) at ../src/backend/main/main.c:230
[07:24:25.827] #0  0x00007fec40ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[07:24:24.915] #0  0x00007f2205ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:24.915] #1  0x00007f2205e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:24.915] #2  0x00007f2205e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:24.915] #3  0x000055dbf7d0ed2d in ExceptionalCondition (conditionName=conditionName@entry=0x55dbf7fb1708 "(remain...
[07:24:24.915] #4  0x000055dbf79263f2 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:24:24.915] #5  0x000055dbf7926a89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2188
[07:24:24.915] #6  0x000055dbf792780a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:24:24.915] #7  0x000055dbf7929269 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55dbfa74bd40) at ../src/ba...
[07:24:24.915] #8  0x000055dbf775d72e in main (argc=4, argv=0x55dbfa74bd40) at ../src/backend/main/main.c:230
[07:24:25.340] #0  0x00007fdc0bea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[07:24:24.460] #0  0x00007f6bad0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:24.460] #1  0x00007f6bad05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:24.460] #2  0x00007f6bad045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:24.460] #3  0x00005649f6be4d2d in ExceptionalCondition (conditionName=conditionName@entry=0x5649f6e87708 "(remain...
[07:24:24.460] #4  0x00005649f67fc3f2 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:24:24.460] #5  0x00005649f67fc948 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2151
[07:24:24.460] #6  0x00005649f67fd80a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:24:24.460] #7  0x00005649f67ff269 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x5649f9710d40) at ../src/ba...
[07:24:24.460] #8  0x00005649f663372e in main (argc=8, argv=0x5649f9710d40) at ../src/backend/main/main.c:230
[07:24:24.896] #0  0x00007f2205ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[07:24:23.996] #0  0x00007fb341aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:23.996] #1  0x00007fb341a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:23.996] #2  0x00007fb341a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:23.996] #3  0x000055f9a8fb2d2d in ExceptionalCondition (conditionName=conditionName@entry=0x55f9a9255708 "(remain...
[07:24:23.996] #4  0x000055f9a8bca3f2 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:24:23.996] #5  0x000055f9a8bca948 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2151
[07:24:23.996] #6  0x000055f9a8bcb80a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:24:23.996] #7  0x000055f9a8bcd269 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55f9ab045d90) at ../src/ba...
[07:24:23.996] #8  0x000055f9a8a0172e in main (argc=8, argv=0x55f9ab045d90) at ../src/backend/main/main.c:230
[07:24:24.441] #0  0x00007f6bad0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[07:24:23.520] #0  0x00007f5d3dea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:23.520] #1  0x00007f5d3de5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:23.520] #2  0x00007f5d3de45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:23.520] #3  0x0000564f6a475d2d in ExceptionalCondition (conditionName=conditionName@entry=0x564f6a718708 "(remain...
[07:24:23.520] #4  0x0000564f6a08d3f2 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2896
[07:24:23.520] #5  0x0000564f6a08d948 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2151
[07:24:23.520] #6  0x0000564f6a08e80a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1660
[07:24:23.520] #7  0x0000564f6a090269 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x564f6cb07d90) at ../src/ba...
[07:24:23.520] #8  0x0000564f69ec472e in main (argc=8, argv=0x564f6cb07d90) at ../src/backend/main/main.c:230
[07:24:23.974] #0  0x00007fb341aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
tap
[07:13:49.996](3.430s) Bail out!  pg_ctl restart failed
tap
[07:14:04.540](0.868s) Bail out!  pg_ctl stop failed
tap
[07:12:44.764](0.884s) Bail out!  pg_ctl stop failed
tap
[07:12:46.570](2.148s) Bail out!  pg_ctl stop failed
tap
[07:12:45.556](1.870s) Bail out!  pg_ctl stop failed
tap
[07:12:46.678](0.229s) Bail out!  pg_ctl stop failed
tap
[07:12:47.898](2.808s) Bail out!  pg_ctl stop failed
tap
[07:12:48.238](0.306s) Bail out!  pg_ctl restart failed
tap
[07:12:49.713](0.306s) Bail out!  pg_ctl stop failed
tap
[07:13:01.182](12.719s) Bail out!  pg_ctl restart failed
tap
[07:12:50.741](0.232s) Bail out!  pg_ctl stop failed
tap
[07:12:50.576](0.516s) Bail out!  pg_ctl stop failed
tap
[07:12:52.747](2.149s) Bail out!  pg_ctl stop failed
tap
[07:12:55.758](3.478s) Bail out!  pg_ctl stop failed
tap
[07:12:55.756](2.368s) Bail out!  pg_ctl stop failed
tap
[07:12:58.587](2.958s) Bail out!  pg_ctl stop failed
tap
[07:13:00.087](3.275s) Bail out!  pg_ctl restart failed
tap
[07:13:00.006](3.634s) Bail out!  pg_ctl stop failed
tap
[07:13:04.708](1.070s) Bail out!  pg_ctl stop failed
tap
[07:13:01.744](0.122s) Bail out!  pg_ctl stop failed
tap
[07:13:04.073](0.328s) Bail out!  pg_ctl stop failed
tap
[07:13:04.629](0.140s) Bail out!  pg_ctl stop failed
tap
[07:13:05.042](0.614s) Bail out!  pg_ctl restart failed
tap
[07:13:09.855](0.133s) Bail out!  pg_ctl stop failed
tap
[07:14:08.322](0.205s) Bail out!  pg_ctl restart failed
tap
[07:13:12.445](0.437s) Bail out!  pg_ctl stop failed
tap
[07:13:12.022](0.220s) Bail out!  pg_ctl stop failed
tap
[07:13:17.916](0.117s) Bail out!  pg_ctl restart failed
tap
[07:13:17.720](0.122s) Bail out!  pg_ctl restart failed
tap
[07:13:24.515](0.941s) Bail out!  pg_ctl stop failed
tap
[07:13:21.846](3.480s) Bail out!  pg_ctl stop failed
tap
[07:13:24.648](2.286s) Bail out!  pg_ctl stop failed
tap
[07:13:34.248](1.934s) Bail out!  pg_ctl stop failed
tap
[07:13:28.654](3.365s) Bail out!  pg_ctl stop failed
tap
[07:13:35.508](0.189s) Bail out!  pg_ctl restart failed
tap
[07:13:38.008](1.981s) Bail out!  pg_ctl stop failed
tap
[07:13:44.896](0.664s) Bail out!  pg_ctl stop failed
tap
[07:13:40.413](0.152s) Bail out!  pg_ctl stop failed
tap
[07:13:44.848](0.233s) Bail out!  pg_ctl stop failed
test
[07:23:54.770]   5/319 postgresql:pg_upgrade / pg_upgrade/003_logical_slots                            ERROR            ...
[07:23:54.770]   6/319 postgresql:recovery / recovery/001_stream_rep                                   ERROR            ...
[07:23:54.770]   7/319 postgresql:pg_upgrade / pg_upgrade/004_subscription                             ERROR            ...
[07:23:54.770]   8/319 postgresql:recovery / recovery/003_recovery_targets                             ERROR            ...
[07:23:54.770]   9/319 postgresql:recovery / recovery/006_logical_decoding                             ERROR            ...
[07:23:54.770]  10/319 postgresql:recovery / recovery/004_timeline_switch                              ERROR            ...
[07:23:54.770]  12/319 postgresql:recovery / recovery/007_sync_rep                                     ERROR            ...
[07:23:54.770]  13/319 postgresql:recovery / recovery/010_logical_decoding_timelines                   ERROR            ...
[07:23:54.770]  14/319 postgresql:recovery / recovery/009_twophase                                     ERROR            ...
[07:23:54.770]  15/319 postgresql:recovery / recovery/012_subtransactions                              ERROR            ...
[07:23:54.770]  17/319 postgresql:recovery / recovery/014_unlogged_reinit                              ERROR            ...
[07:23:54.770]  18/319 postgresql:recovery / recovery/015_promotion_pages                              ERROR            ...
[07:23:54.770]  19/319 postgresql:recovery / recovery/016_min_consistency                              ERROR            ...
[07:23:54.770]  20/319 postgresql:recovery / recovery/018_wal_optimize                                 ERROR            ...
[07:23:54.770]  21/319 postgresql:recovery / recovery/017_shm                                          ERROR            ...
[07:23:54.770]  22/319 postgresql:recovery / recovery/008_fsm_truncation                               ERROR            ...
[07:23:54.770]  23/319 postgresql:recovery / recovery/020_archive_status                               ERROR            ...
[07:23:54.770]  24/319 postgresql:recovery / recovery/021_row_visibility                               ERROR            ...
[07:23:54.770]  25/319 postgresql:recovery / recovery/023_pitr_prepared_xact                           ERROR            ...
[07:23:54.770]  26/319 postgresql:recovery / recovery/019_replslot_limit                               ERROR            ...
[07:23:54.770]  27/319 postgresql:recovery / recovery/024_archive_recovery                             ERROR            ...
[07:23:54.770]  29/319 postgresql:recovery / recovery/026_overwrite_contrecord                         ERROR            ...
[07:23:54.770]  30/319 postgresql:recovery / recovery/029_stats_restart                                ERROR            ...
[07:23:54.770]  31/319 postgresql:recovery / recovery/028_pitr_timelines                               ERROR            ...
[07:23:54.770]  32/319 postgresql:recovery / recovery/031_recovery_conflict                            ERROR            ...
[07:23:54.770]  33/319 postgresql:recovery / recovery/030_stats_cleanup_replica                        ERROR            ...
[07:23:54.770]  34/319 postgresql:recovery / recovery/033_replay_tsp_drops                             ERROR            ...
[07:23:54.770]  35/319 postgresql:recovery / recovery/032_relfilenode_reuse                            ERROR            ...
[07:23:54.770]  36/319 postgresql:recovery / recovery/034_create_database                              ERROR            ...
[07:23:54.770]  37/319 postgresql:recovery / recovery/036_truncated_dropped                            ERROR            ...
[07:23:54.770]  39/319 postgresql:recovery / recovery/035_standby_logical_decoding                     ERROR            ...
[07:23:54.770]  40/319 postgresql:recovery / recovery/038_save_logical_slots_shutdown                  ERROR            ...
[07:23:54.770]  41/319 postgresql:recovery / recovery/039_end_of_wal                                   ERROR            ...
[07:23:54.770]  42/319 postgresql:recovery / recovery/041_checkpoint_at_promote                        ERROR            ...
[07:23:54.770]  43/319 postgresql:recovery / recovery/042_low_level_backup                             ERROR            ...
[07:23:54.770]  44/319 postgresql:kerberos / kerberos/001_auth                                         ERROR            ...
[07:23:54.770]  45/319 postgresql:recovery / recovery/040_standby_failover_slots_sync                  ERROR            ...
[07:23:54.770]  46/319 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[07:23:54.770]  47/319 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[07:23:54.770]  48/319 postgresql:isolation / isolation/isolation                                      ERROR           1...
[07:23:54.770]  49/319 postgresql:regress / regress/regress                                            ERROR           1...
[07:23:54.770]  50/319 postgresql:plperl / plperl/regress                                              ERROR           1...
[07:23:54.770]  51/319 postgresql:plpgsql / plpgsql/regress                                            ERROR           1...
[07:23:54.770]  52/319 postgresql:plpython / plpython/regress                                          ERROR           1...
[07:23:54.770]  53/319 postgresql:pltcl / pltcl/regress                                                ERROR           1...
[07:23:54.770]  54/319 postgresql:recovery / recovery/013_crash_restart                                ERROR           2...
[07:23:54.770]  55/319 postgresql:recovery / recovery/022_crash_temp_files                             ERROR           2...
[07:23:54.770]  56/319 postgresql:amcheck / amcheck/regress                                            ERROR           1...
[07:23:54.770]  57/319 postgresql:basic_archive / basic_archive/regress                                ERROR           1...
[07:23:54.770]  58/319 postgresql:bloom / bloom/regress                                                ERROR           1...
[07:23:54.770]  59/319 postgresql:bool_plperl / bool_plperl/regress                                    ERROR           1...
[07:23:54.770]  60/319 postgresql:btree_gin / btree_gin/regress                                        ERROR           1...
[07:23:54.770]  61/319 postgresql:btree_gist / btree_gist/regress                                      ERROR           1...
[07:23:54.770]  62/319 postgresql:citext / citext/regress                                              ERROR           1...
[07:23:54.778]  63/319 postgresql:cube / cube/regress                                                  ERROR           1...
[07:23:54.778]  64/319 postgresql:dict_int / dict_int/regress                                          ERROR           1...
[07:23:54.778]  65/319 postgresql:dblink / dblink/regress                                              ERROR           1...
[07:23:54.778]  66/319 postgresql:dict_xsyn / dict_xsyn/regress                                        ERROR           1...
[07:23:54.778]  67/319 postgresql:earthdistance / earthdistance/regress                                ERROR           1...
[07:23:54.778]  68/319 postgresql:file_fdw / file_fdw/regress                                          ERROR           1...
[07:23:54.778]  69/319 postgresql:fuzzystrmatch / fuzzystrmatch/regress                                ERROR           1...
[07:23:54.778]  70/319 postgresql:hstore / hstore/regress                                              ERROR           1...
[07:23:54.778]  71/319 postgresql:hstore_plperl / hstore_plperl/regress                                ERROR           1...
[07:23:54.778]  72/319 postgresql:hstore_plpython / hstore_plpython/regress                            ERROR           1...
[07:23:54.778]  73/319 postgresql:intarray / intarray/regress                                          ERROR           1...
[07:23:54.778]  74/319 postgresql:isn / isn/regress                                                    ERROR           1...
[07:23:54.778]  75/319 postgresql:jsonb_plperl / jsonb_plperl/regress                                  ERROR           1...
[07:23:54.778]  76/319 postgresql:jsonb_plpython / jsonb_plpython/regress                              ERROR           1...
[07:23:54.778]  77/319 postgresql:lo / lo/regress                                                      ERROR           1...
[07:23:54.778]  78/319 postgresql:ltree / ltree/regress                                                ERROR           1...
[07:23:54.778]  79/319 postgresql:ltree_plpython / ltree_plpython/regress                              ERROR           1...
[07:23:54.778]  80/319 postgresql:pageinspect / pageinspect/regress                                    ERROR           1...
[07:23:54.778]  81/319 postgresql:passwordcheck / passwordcheck/regress                                ERROR           1...
[07:23:54.778]  82/319 postgresql:pg_buffercache / pg_buffercache/regress                              ERROR           1...
Windows - Server 2019, VS 2019 - Meson & ninja
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
core
000000d6`927ff5e8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d6`927ff5f0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000d6`927ff8e0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d6`927ff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d6`933ffb88 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d6`933ffb90 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000d6`933ffe80 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d6`933ffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d6`92fff628 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
000000d6`92fff630 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
000000d6`92fff6a0 00007ffd`02d64cb0     postgres!pg_signal_thread(
000000d6`92fff7a0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d6`92fff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d6`92bffc38 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d6`92bffc40 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000d6`92bfff30 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d6`92bfff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d6`91ffec20 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d6`91ffec60 00007ff6`463fd1ec     postgres!ExceptionalCondition(
000000d6`91ffeca0 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000d6`91ffecf0 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000d6`91ffed40 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000d6`91fff660 00007ff6`462aff08     postgres!PostmasterMain(
000000d6`91fff800 00007ff6`468ae0c9     postgres!main(
000000d6`91fff840 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d6`91fff890 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d6`91fff900 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000d6`923ff828 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d6`923ff830 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000d6`923ffb20 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d6`923ffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000068`e59ff4f8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000068`e59ff500 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000068`e59ff7f0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000068`e59ff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000068`e51ff9c8 00007ff6`463f6137     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000068`e51ff9d0 00007ff6`462afec9     postgres!SubPostmasterMain(
00000068`e51ffa40 00007ff6`468ae0c9     postgres!main(
00000068`e51ffa80 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000068`e51ffad0 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000068`e51ffb40 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000068`e51ffb70 00007ffd`02d64cb0     postgres!mainCRTStartup(
00000068`e51ffba0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000068`e51ffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000068`e55ff7f8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000068`e55ff800 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000068`e55ffaf0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000068`e55ffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000003`ff1ffd28 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000003`ff1ffd30 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000003`ff1ffda0 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000003`ff1ffea0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000003`ff1ffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000003`fe9fec60 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000003`fe9feca0 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000003`fe9fece0 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000003`fe9fed30 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000003`fe9fed80 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000003`fe9ff6a0 00007ff6`462aff08     postgres!PostmasterMain(
00000003`fe9ff840 00007ff6`468ae0c9     postgres!main(
00000003`fe9ff880 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000003`fe9ff8d0 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000003`fe9ff940 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000003`fedff498 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000003`fedff4a0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000003`fedff790 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000003`fedff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000003`ff5ffae8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000003`ff5ffaf0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000003`ff5ffde0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000003`ff5ffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000003`ff9ffa38 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000003`ff9ffa40 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000003`ff9ffd30 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000003`ff9ffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000035`379ff808 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000035`379ff810 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000035`379ffb00 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000035`379ffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000035`37dff818 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000035`37dff820 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000035`37dff890 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000035`37dff990 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000035`37dff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000035`381ff538 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000035`381ff540 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000035`381ff830 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000035`381ff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000035`385ffa58 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000035`385ffa60 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000035`385ffd50 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000035`385ffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000035`375fef90 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000035`375fefd0 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000035`375ff010 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000035`375ff060 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000035`375ff0b0 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000035`375ff9d0 00007ff6`462aff08     postgres!PostmasterMain(
00000035`375ffb70 00007ff6`468ae0c9     postgres!main(
00000035`375ffbb0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000035`375ffc00 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000035`375ffc70 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000029`88dff838 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000029`88dff840 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000029`88dffb30 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000029`88dffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000029`889ffa98 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000029`889ffaa0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000029`889ffd90 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000029`889ffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000029`895ff4e8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000029`895ff4f0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000029`895ff7e0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000029`895ff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000029`891ff9f8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000029`891ffa00 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000029`891ffa70 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000029`891ffb70 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000029`891ffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000029`885ff1f0 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000029`885ff230 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000029`885ff270 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000029`885ff2c0 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000029`885ff310 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000029`885ffc30 00007ff6`462aff08     postgres!PostmasterMain(
00000029`885ffdd0 00007ff6`468ae0c9     postgres!main(
00000029`885ffe10 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000029`885ffe60 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000029`885ffed0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000003b`3ddff928 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003b`3ddff930 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000003b`3ddffc20 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003b`3ddffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003b`3d9ff6b8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003b`3d9ff6c0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000003b`3d9ff9b0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003b`3d9ff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003b`3d5ff020 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000003b`3d5ff060 00007ff6`463fd1ec     postgres!ExceptionalCondition(
0000003b`3d5ff0a0 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000003b`3d5ff0f0 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000003b`3d5ff140 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000003b`3d5ffa60 00007ff6`462aff08     postgres!PostmasterMain(
0000003b`3d5ffc00 00007ff6`468ae0c9     postgres!main(
0000003b`3d5ffc40 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000003b`3d5ffc90 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000003b`3d5ffd00 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000003b`3e1ffb88 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
0000003b`3e1ffb90 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
0000003b`3e1ffc00 00007ffd`02d64cb0     postgres!pg_signal_thread(
0000003b`3e1ffd00 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003b`3e1ffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003b`3e5ffb08 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003b`3e5ffb10 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000003b`3e5ffe00 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003b`3e5ffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d4`109ff1e0 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d4`109ff220 00007ff6`463fd1ec     postgres!ExceptionalCondition(
000000d4`109ff260 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000d4`109ff2b0 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000d4`109ff300 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000d4`109ffc20 00007ff6`462aff08     postgres!PostmasterMain(
000000d4`109ffdc0 00007ff6`468ae0c9     postgres!main(
000000d4`109ffe00 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d4`109ffe50 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d4`109ffec0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000d4`111ffc28 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d4`111ffc30 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000d4`111fff20 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d4`111fff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d4`115ffab8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
000000d4`115ffac0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
000000d4`115ffb30 00007ffd`02d64cb0     postgres!pg_signal_thread(
000000d4`115ffc30 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d4`115ffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d4`119ff558 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d4`119ff560 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000d4`119ff850 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d4`119ff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d4`10dff988 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d4`10dff990 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000d4`10dffc80 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d4`10dffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000028`5ddff8c8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000028`5ddff8d0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000028`5ddffbc0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000028`5ddffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000028`5d9febd0 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000028`5d9fec10 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000028`5d9fec50 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000028`5d9feca0 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000028`5d9fecf0 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000028`5d9ff610 00007ff6`462aff08     postgres!PostmasterMain(
00000028`5d9ff7b0 00007ff6`468ae0c9     postgres!main(
00000028`5d9ff7f0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000028`5d9ff840 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000028`5d9ff8b0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000028`5e1ffa28 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000028`5e1ffa30 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000028`5e1ffaa0 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000028`5e1ffba0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000028`5e1ffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000028`5e9ff848 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000028`5e9ff850 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000028`5e9ffb40 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000028`5e9ffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000028`5e5ffaf8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000028`5e5ffb00 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000028`5e5ffdf0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000028`5e5ffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000017`62dff768 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000017`62dff770 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000017`62dffa60 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000017`62dffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000017`621ff4f8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000017`621ff500 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000017`621ff7f0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000017`621ff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000017`61dfee10 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000017`61dfee50 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000017`61dfee90 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000017`61dfeee0 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000017`61dfef30 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000017`61dff850 00007ff6`462aff08     postgres!PostmasterMain(
00000017`61dff9f0 00007ff6`468ae0c9     postgres!main(
00000017`61dffa30 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000017`61dffa80 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000017`61dffaf0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000017`629ff5e8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000017`629ff5f0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000017`629ff8e0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000017`629ff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000017`625ffc78 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000017`625ffc80 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000017`625ffcf0 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000017`625ffdf0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000017`625ffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000054`311ffa28 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000054`311ffa30 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000054`311ffd20 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000054`311ffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000054`321ff5b8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000054`321ff5c0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000054`321ff8b0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000054`321ff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000054`31dffcd8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000054`31dffce0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000054`31dffd50 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000054`31dffe50 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000054`31dffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000054`30dfed20 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000054`30dfed60 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000054`30dfeda0 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000054`30dfedf0 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000054`30dfee40 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000054`30dff760 00007ff6`462aff08     postgres!PostmasterMain(
00000054`30dff900 00007ff6`468ae0c9     postgres!main(
00000054`30dff940 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000054`30dff990 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000054`30dffa00 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000054`319ff6c8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000054`319ff6d0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000054`319ff9c0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000054`319ff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000054`315ff8d8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000054`315ff8e0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000054`315ffbd0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000054`315ffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b1`727feb40 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b1`727feb80 00007ff6`463fd1ec     postgres!ExceptionalCondition(
000000b1`727febc0 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000b1`727fec10 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000b1`727fec60 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000b1`727ff580 00007ff6`462aff08     postgres!PostmasterMain(
000000b1`727ff720 00007ff6`468ae0c9     postgres!main(
000000b1`727ff760 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b1`727ff7b0 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000b1`727ff820 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000b1`72fff798 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b1`72fff7a0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000b1`72fffa90 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b1`72fffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b1`737ffc18 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b1`737ffc20 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000b1`737fff10 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b1`737fff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b1`733ff6b8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
000000b1`733ff6c0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
000000b1`733ff730 00007ffd`02d64cb0     postgres!pg_signal_thread(
000000b1`733ff830 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b1`733ff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b1`72bff728 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b1`72bff730 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000b1`72bffa20 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b1`72bffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000012`5a9ff948 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000012`5a9ff950 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000012`5a9ffc40 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000012`5a9ffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000012`5a1ff908 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000012`5a1ff910 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000012`5a1ff980 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000012`5a1ffa80 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000012`5a1ffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000012`59dff4f8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000012`59dff500 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000012`59dff7f0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000012`59dff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000012`599fef50 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000012`599fef90 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000012`599fefd0 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000012`599ff020 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000012`599ff070 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000012`599ff990 00007ff6`462aff08     postgres!PostmasterMain(
00000012`599ffb30 00007ff6`468ae0c9     postgres!main(
00000012`599ffb70 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000012`599ffbc0 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000012`599ffc30 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000012`5a5ff9d8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000012`5a5ff9e0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000012`5a5ffcd0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000012`5a5ffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008e`251feff0 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000008e`251ff030 00007ff6`463fd1ec     postgres!ExceptionalCondition(
0000008e`251ff070 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000008e`251ff0c0 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000008e`251ff110 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000008e`251ffa30 00007ff6`462aff08     postgres!PostmasterMain(
0000008e`251ffbd0 00007ff6`468ae0c9     postgres!main(
0000008e`251ffc10 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000008e`251ffc60 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000008e`251ffcd0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000008e`261ff548 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008e`261ff550 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000008e`261ff840 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008e`261ff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008e`25dff6f8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008e`25dff700 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000008e`25dff9f0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008e`25dffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008e`259ffac8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
0000008e`259ffad0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
0000008e`259ffb40 00007ffd`02d64cb0     postgres!pg_signal_thread(
0000008e`259ffc40 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008e`259ffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008e`255ff928 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008e`255ff930 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000008e`255ffc20 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008e`255ffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d7`da9ff568 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d7`da9ff570 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000d7`da9ff860 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d7`da9ff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d7`db1ff638 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d7`db1ff640 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000d7`db1ff930 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d7`db1ff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d7`da5fede0 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d7`da5fee20 00007ff6`463fd1ec     postgres!ExceptionalCondition(
000000d7`da5fee60 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000d7`da5feeb0 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000d7`da5fef00 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000d7`da5ff820 00007ff6`462aff08     postgres!PostmasterMain(
000000d7`da5ff9c0 00007ff6`468ae0c9     postgres!main(
000000d7`da5ffa00 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d7`da5ffa50 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d7`da5ffac0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000d7`db5ff828 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
000000d7`db5ff830 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
000000d7`db5ff8a0 00007ffd`02d64cb0     postgres!pg_signal_thread(
000000d7`db5ff9a0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d7`db5ff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d7`db9ff5a8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d7`db9ff5b0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000d7`db9ff8a0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d7`db9ff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d7`dadff448 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d7`dadff450 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000d7`dadff740 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d7`dadff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000065`92dfeb20 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000065`92dfeb60 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000065`92dfeba0 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000065`92dfebf0 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000065`92dfec40 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000065`92dff560 00007ff6`462aff08     postgres!PostmasterMain(
00000065`92dff700 00007ff6`468ae0c9     postgres!main(
00000065`92dff740 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000065`92dff790 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000065`92dff800 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000065`939ffbc8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000065`939ffbd0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000065`939ffc40 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000065`939ffd40 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000065`939ffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000065`935ff728 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000065`935ff730 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000065`935ffa20 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000065`935ffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000065`93dff618 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000065`93dff620 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000065`93dff910 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000065`93dff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000065`931ff7c8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000065`931ff7d0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000065`931ffac0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000065`931ffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f1`16dfeb10 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f1`16dfeb50 00007ff6`463fd1ec     postgres!ExceptionalCondition(
000000f1`16dfeb90 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f1`16dfebe0 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000f1`16dfec30 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f1`16dff550 00007ff6`462aff08     postgres!PostmasterMain(
000000f1`16dff6f0 00007ff6`468ae0c9     postgres!main(
000000f1`16dff730 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f1`16dff780 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f1`16dff7f0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f1`181ff588 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f1`181ff590 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000f1`181ff880 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f1`181ff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f1`17dff8c8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
000000f1`17dff8d0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
000000f1`17dff940 00007ffd`02d64cb0     postgres!pg_signal_thread(
000000f1`17dffa40 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f1`17dffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f1`179ffb68 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f1`179ffb70 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000f1`179ffe60 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f1`179ffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f1`175ff8b8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f1`175ff8c0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000f1`175ffbb0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f1`175ffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f1`171ffa48 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f1`171ffa50 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000f1`171ffd40 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f1`171ffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`e8dff8b8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dd`e8dff8c0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000dd`e8dffbb0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`e8dffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`e81fecd0 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000dd`e81fed10 00007ff6`463fd1ec     postgres!ExceptionalCondition(
000000dd`e81fed50 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000dd`e81feda0 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000dd`e81fedf0 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000dd`e81ff710 00007ff6`462aff08     postgres!PostmasterMain(
000000dd`e81ff8b0 00007ff6`468ae0c9     postgres!main(
000000dd`e81ff8f0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000dd`e81ff940 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000dd`e81ff9b0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000dd`e95ff868 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dd`e95ff870 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000dd`e95ffb60 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`e95ffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`e91ff8b8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
000000dd`e91ff8c0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
000000dd`e91ff930 00007ffd`02d64cb0     postgres!pg_signal_thread(
000000dd`e91ffa30 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`e91ffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`e85ff8c8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dd`e85ff8d0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000dd`e85ffbc0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`e85ffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`e89ff898 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dd`e89ff8a0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000dd`e89ffb90 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`e89ffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009c`62fff7a8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009c`62fff7b0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000009c`62fffaa0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009c`62fffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009c`62bff0a0 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000009c`62bff0e0 00007ff6`463fd1ec     postgres!ExceptionalCondition(
0000009c`62bff120 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000009c`62bff170 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000009c`62bff1c0 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000009c`62bffae0 00007ff6`462aff08     postgres!PostmasterMain(
0000009c`62bffc80 00007ff6`468ae0c9     postgres!main(
0000009c`62bffcc0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000009c`62bffd10 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000009c`62bffd80 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000009c`633ff448 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009c`633ff450 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000009c`633ff740 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009c`633ff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009c`63bffa88 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009c`63bffa90 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000009c`63bffd80 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009c`63bffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009c`637ff738 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
0000009c`637ff740 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
0000009c`637ff7b0 00007ffd`02d64cb0     postgres!pg_signal_thread(
0000009c`637ff8b0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009c`637ff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c6`285fed30 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c6`285fed70 00007ff6`463fd1ec     postgres!ExceptionalCondition(
000000c6`285fedb0 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c6`285fee00 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000c6`285fee50 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c6`285ff770 00007ff6`462aff08     postgres!PostmasterMain(
000000c6`285ff910 00007ff6`468ae0c9     postgres!main(
000000c6`285ff950 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c6`285ff9a0 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c6`285ffa10 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c6`289ff648 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c6`289ff650 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000c6`289ff940 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c6`289ff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c6`28dff928 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
000000c6`28dff930 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
000000c6`28dff9a0 00007ffd`02d64cb0     postgres!pg_signal_thread(
000000c6`28dffaa0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c6`28dffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c6`291ff6f8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c6`291ff700 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000c6`291ff9f0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c6`291ffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c6`295ff698 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c6`295ff6a0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000c6`295ff990 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c6`295ff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e2`371fea50 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e2`371fea90 00007ff6`463fd1ec     postgres!ExceptionalCondition(
000000e2`371fead0 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000e2`371feb20 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000e2`371feb70 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000e2`371ff490 00007ff6`462aff08     postgres!PostmasterMain(
000000e2`371ff630 00007ff6`468ae0c9     postgres!main(
000000e2`371ff670 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e2`371ff6c0 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e2`371ff730 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000e2`375ff5c8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e2`375ff5d0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000e2`375ff8c0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e2`375ff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e2`381ff758 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e2`381ff760 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000e2`381ffa50 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e2`381ffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e2`379ffa58 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e2`379ffa60 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000e2`379ffd50 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e2`379ffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e2`37dff998 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
000000e2`37dff9a0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
000000e2`37dffa10 00007ffd`02d64cb0     postgres!pg_signal_thread(
000000e2`37dffb10 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e2`37dffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000067`74fff978 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000067`74fff980 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000067`74fffc70 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000067`74fffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000067`757ff738 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000067`757ff740 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000067`757ffa30 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000067`757ffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000067`753ff5c8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000067`753ff5d0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000067`753ff640 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000067`753ff740 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000067`753ff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000067`74bff918 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000067`74bff920 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000067`74bffc10 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000067`74bffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000067`747ff1a0 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000067`747ff1e0 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000067`747ff220 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000067`747ff270 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000067`747ff2c0 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000067`747ffbe0 00007ff6`462aff08     postgres!PostmasterMain(
00000067`747ffd80 00007ff6`468ae0c9     postgres!main(
00000067`747ffdc0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000067`747ffe10 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000067`747ffe80 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000080`8d1ffa28 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000080`8d1ffa30 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000080`8d1ffd20 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000080`8d1ffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000080`8c1ff050 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000080`8c1ff090 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000080`8c1ff0d0 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000080`8c1ff120 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000080`8c1ff170 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000080`8c1ffa90 00007ff6`462aff08     postgres!PostmasterMain(
00000080`8c1ffc30 00007ff6`468ae0c9     postgres!main(
00000080`8c1ffc70 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000080`8c1ffcc0 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000080`8c1ffd30 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000080`8c5ff998 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000080`8c5ff9a0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000080`8c5ffc90 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000080`8c5ffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000080`8c9ff6a8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000080`8c9ff6b0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000080`8c9ff9a0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000080`8c9ff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000080`8cdffb98 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000080`8cdffba0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000080`8cdffc10 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000080`8cdffd10 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000080`8cdffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000084`b2fff9b8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000084`b2fff9c0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000084`b2fffcb0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000084`b2fffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000084`b27fefc0 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000084`b27ff000 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000084`b27ff040 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000084`b27ff090 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000084`b27ff0e0 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000084`b27ffa00 00007ff6`462aff08     postgres!PostmasterMain(
00000084`b27ffba0 00007ff6`468ae0c9     postgres!main(
00000084`b27ffbe0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000084`b27ffc30 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000084`b27ffca0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000084`b2bff468 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000084`b2bff470 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000084`b2bff760 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000084`b2bff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000084`b33ff788 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000084`b33ff790 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000084`b33ff800 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000084`b33ff900 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000084`b33ff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000084`b37ffa78 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000084`b37ffa80 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000084`b37ffd70 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000084`b37ffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000031`7dbffa78 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000031`7dbffa80 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000031`7dbffd70 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000031`7dbffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000031`7dfffa28 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000031`7dfffa30 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000031`7dfffd20 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000031`7dfffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000031`7e3ffa78 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000031`7e3ffa80 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000031`7e3ffaf0 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000031`7e3ffbf0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000031`7e3ffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000031`7e7ff4b8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000031`7e7ff4c0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000031`7e7ff7b0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000031`7e7ff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000031`7d3ff110 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000031`7d3ff150 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000031`7d3ff190 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000031`7d3ff1e0 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000031`7d3ff230 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000031`7d3ffb50 00007ff6`462aff08     postgres!PostmasterMain(
00000031`7d3ffcf0 00007ff6`468ae0c9     postgres!main(
00000031`7d3ffd30 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000031`7d3ffd80 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000031`7d3ffdf0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000031`7d7ffa88 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000031`7d7ffa90 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000031`7d7ffd80 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000031`7d7ffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000084`9b9febd0 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000084`9b9fec10 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000084`9b9fec50 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000084`9b9feca0 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000084`9b9fecf0 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000084`9b9ff610 00007ff6`462aff08     postgres!PostmasterMain(
00000084`9b9ff7b0 00007ff6`468ae0c9     postgres!main(
00000084`9b9ff7f0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000084`9b9ff840 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000084`9b9ff8b0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000084`9c1ff668 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000084`9c1ff670 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000084`9c1ff960 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000084`9c1ff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000084`9c5ffab8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000084`9c5ffac0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000084`9c5ffb30 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000084`9c5ffc30 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000084`9c5ffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000084`9c9ff7e8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000084`9c9ff7f0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000084`9c9ffae0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000084`9c9ffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000084`9bdffa18 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000084`9bdffa20 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000084`9bdffd10 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000084`9bdffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ef`65ffefd0 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ef`65fff010 00007ff6`463fd1ec     postgres!ExceptionalCondition(
000000ef`65fff050 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ef`65fff0a0 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000ef`65fff0f0 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ef`65fffa10 00007ff6`462aff08     postgres!PostmasterMain(
000000ef`65fffbb0 00007ff6`468ae0c9     postgres!main(
000000ef`65fffbf0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ef`65fffc40 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ef`65fffcb0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ef`663ff598 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ef`663ff5a0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000ef`663ff890 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ef`663ff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ef`66bffba8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ef`66bffbb0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000ef`66bffea0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ef`66bffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ef`66fffbf8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ef`66fffc00 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000ef`66fffef0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ef`66ffff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ef`667ffa68 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
000000ef`667ffa70 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
000000ef`667ffae0 00007ffd`02d64cb0     postgres!pg_signal_thread(
000000ef`667ffbe0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ef`667ffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000022`62dffaa8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000022`62dffab0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000022`62dffb20 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000022`62dffc20 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000022`62dffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000022`629ffa48 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000022`629ffa50 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000022`629ffd40 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000022`629ffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000022`625feec0 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000022`625fef00 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000022`625fef40 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000022`625fef90 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000022`625fefe0 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000022`625ff900 00007ff6`462aff08     postgres!PostmasterMain(
00000022`625ffaa0 00007ff6`468ae0c9     postgres!main(
00000022`625ffae0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000022`625ffb30 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000022`625ffba0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000022`631ffa98 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000022`631ffaa0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000022`631ffd90 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000022`631ffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000022`635ff448 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000022`635ff450 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000022`635ff740 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000022`635ff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000052`8c9ff6f8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000052`8c9ff700 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000052`8c9ff9f0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000052`8c9ffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000052`8c5ffb68 00007ff6`463f6137     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000052`8c5ffb70 00007ff6`462afec9     postgres!SubPostmasterMain(
00000052`8c5ffbe0 00007ff6`468ae0c9     postgres!main(
00000052`8c5ffc20 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000052`8c5ffc70 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000052`8c5ffce0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000052`8c5ffd10 00007ffd`02d64cb0     postgres!mainCRTStartup(
00000052`8c5ffd40 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000052`8c5ffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000052`8d1ffb78 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000052`8d1ffb80 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000052`8d1ffe70 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000052`8d1ffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000052`8cdff8b8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000052`8cdff8c0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000052`8cdffbb0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000052`8cdffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002a`f11ff748 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002a`f11ff750 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000002a`f11ffa40 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002a`f11ffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002a`f19ffaf8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
0000002a`f19ffb00 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
0000002a`f19ffb70 00007ffd`02d64cb0     postgres!pg_signal_thread(
0000002a`f19ffc70 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002a`f19ffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002a`f1dffc28 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002a`f1dffc30 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000002a`f1dfff20 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002a`f1dfff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002a`f0dfef50 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000002a`f0dfef90 00007ff6`463fd1ec     postgres!ExceptionalCondition(
0000002a`f0dfefd0 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000002a`f0dff020 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000002a`f0dff070 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000002a`f0dff990 00007ff6`462aff08     postgres!PostmasterMain(
0000002a`f0dffb30 00007ff6`468ae0c9     postgres!main(
0000002a`f0dffb70 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000002a`f0dffbc0 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000002a`f0dffc30 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000002a`f15ff4f8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002a`f15ff500 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000002a`f15ff7f0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002a`f15ff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000047`403febb0 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000047`403febf0 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000047`403fec30 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000047`403fec80 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000047`403fecd0 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000047`403ff5f0 00007ff6`462aff08     postgres!PostmasterMain(
00000047`403ff790 00007ff6`468ae0c9     postgres!main(
00000047`403ff7d0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000047`403ff820 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000047`403ff890 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000047`40fffb78 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000047`40fffb80 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000047`40fffbf0 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000047`40fffcf0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000047`40fffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000047`413ff668 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000047`413ff670 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000047`413ff960 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000047`413ff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000047`40bff698 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000047`40bff6a0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000047`40bff990 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000047`40bff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000047`407ff918 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000047`407ff920 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000047`407ffc10 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000047`407ffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000044`9adffa78 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000044`9adffa80 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000044`9adffd70 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000044`9adffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000044`9a9feb60 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000044`9a9feba0 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000044`9a9febe0 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000044`9a9fec30 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000044`9a9fec80 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000044`9a9ff5a0 00007ff6`462aff08     postgres!PostmasterMain(
00000044`9a9ff740 00007ff6`468ae0c9     postgres!main(
00000044`9a9ff780 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000044`9a9ff7d0 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000044`9a9ff840 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000044`9b5ff5c8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000044`9b5ff5d0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000044`9b5ff640 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000044`9b5ff740 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000044`9b5ff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000044`9b9ff6f8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000044`9b9ff700 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000044`9b9ff9f0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000044`9b9ffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000044`9b1ff7b8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000044`9b1ff7c0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000044`9b1ffab0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000044`9b1ffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d9`26bff6e8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d9`26bff6f0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000d9`26bff9e0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d9`26bffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d9`263ff5f8 00007ff6`463f6137     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000d9`263ff600 00007ff6`462afec9     postgres!SubPostmasterMain(
000000d9`263ff670 00007ff6`468ae0c9     postgres!main(
000000d9`263ff6b0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d9`263ff700 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d9`263ff770 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000d9`263ff7a0 00007ffd`02d64cb0     postgres!mainCRTStartup(
000000d9`263ff7d0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d9`263ff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d9`267ff4f8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d9`267ff500 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000d9`267ff7f0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d9`267ff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e2`19bffa48 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e2`19bffa50 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000e2`19bffd40 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e2`19bffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e2`197ff718 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
000000e2`197ff720 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
000000e2`197ff790 00007ffd`02d64cb0     postgres!pg_signal_thread(
000000e2`197ff890 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e2`197ff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e2`19fff578 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e2`19fff580 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000e2`19fff870 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e2`19fff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e2`18ffea90 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e2`18ffead0 00007ff6`463fd1ec     postgres!ExceptionalCondition(
000000e2`18ffeb10 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000e2`18ffeb60 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000e2`18ffebb0 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000e2`18fff4d0 00007ff6`462aff08     postgres!PostmasterMain(
000000e2`18fff670 00007ff6`468ae0c9     postgres!main(
000000e2`18fff6b0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e2`18fff700 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e2`18fff770 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000e2`193ff498 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e2`193ff4a0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000e2`193ff790 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e2`193ff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`2a5ff818 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000001`2a5ff820 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000001`2a5ffb10 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000001`2a5ffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`2a1ffa78 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000001`2a1ffa80 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000001`2a1ffd70 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000001`2a1ffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`29dffaa8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000001`29dffab0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000001`29dffda0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000001`29dffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`2adff738 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000001`2adff740 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000001`2adffa30 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000001`2adffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`299fecc0 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000001`299fed00 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000001`299fed40 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000001`299fed90 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000001`299fede0 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000001`299ff700 00007ff6`462aff08     postgres!PostmasterMain(
00000001`299ff8a0 00007ff6`468ae0c9     postgres!main(
00000001`299ff8e0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000001`299ff930 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000001`299ff9a0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000001`2a9ff638 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000001`2a9ff640 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000001`2a9ff6b0 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000001`2a9ff7b0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000001`2a9ff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002b`0fbff638 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002b`0fbff640 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000002b`0fbff930 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002b`0fbff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002b`107ffb98 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002b`107ffba0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000002b`107ffe90 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002b`107ffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002b`0f7fed40 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000002b`0f7fed80 00007ff6`463fd1ec     postgres!ExceptionalCondition(
0000002b`0f7fedc0 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000002b`0f7fee10 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000002b`0f7fee60 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000002b`0f7ff780 00007ff6`462aff08     postgres!PostmasterMain(
0000002b`0f7ff920 00007ff6`468ae0c9     postgres!main(
0000002b`0f7ff960 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000002b`0f7ff9b0 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000002b`0f7ffa20 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000002b`0ffff9b8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002b`0ffff9c0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000002b`0ffffcb0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002b`0ffffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002b`103ffd98 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
0000002b`103ffda0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
0000002b`103ffe10 00007ffd`02d64cb0     postgres!pg_signal_thread(
0000002b`103fff10 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002b`103fff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f0`f3dff798 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f0`f3dff7a0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000f0`f3dffa90 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f0`f3dffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f0`f31ff110 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f0`f31ff150 00007ff6`463fd1ec     postgres!ExceptionalCondition(
000000f0`f31ff190 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f0`f31ff1e0 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000f0`f31ff230 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f0`f31ffb50 00007ff6`462aff08     postgres!PostmasterMain(
000000f0`f31ffcf0 00007ff6`468ae0c9     postgres!main(
000000f0`f31ffd30 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f0`f31ffd80 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f0`f31ffdf0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f0`f35ff828 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f0`f35ff830 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000f0`f35ffb20 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f0`f35ffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f0`f39ffc38 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
000000f0`f39ffc40 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
000000f0`f39ffcb0 00007ffd`02d64cb0     postgres!pg_signal_thread(
000000f0`f39ffdb0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f0`f39ffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f0`f41ff648 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f0`f41ff650 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000f0`f41ff940 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f0`f41ff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005d`573ff828 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005d`573ff830 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000005d`573ffb20 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005d`573ffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005d`567fecd0 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000005d`567fed10 00007ff6`463fd1ec     postgres!ExceptionalCondition(
0000005d`567fed50 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000005d`567feda0 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000005d`567fedf0 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000005d`567ff710 00007ff6`462aff08     postgres!PostmasterMain(
0000005d`567ff8b0 00007ff6`468ae0c9     postgres!main(
0000005d`567ff8f0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000005d`567ff940 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000005d`567ff9b0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000005d`577ffa98 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005d`577ffaa0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000005d`577ffd90 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005d`577ffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005d`56bff9a8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005d`56bff9b0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000005d`56bffca0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005d`56bffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005d`56fffc98 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
0000005d`56fffca0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
0000005d`56fffd10 00007ffd`02d64cb0     postgres!pg_signal_thread(
0000005d`56fffe10 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005d`56fffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000058`7f5ffa18 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000058`7f5ffa20 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000058`7f5ffd10 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000058`7f5ffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000058`7f1ffcf8 00007ff6`463f6137     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000058`7f1ffd00 00007ff6`462afec9     postgres!SubPostmasterMain(
00000058`7f1ffd70 00007ff6`468ae0c9     postgres!main(
00000058`7f1ffdb0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000058`7f1ffe00 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000058`7f1ffe70 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000058`7f1ffea0 00007ffd`02d64cb0     postgres!mainCRTStartup(
00000058`7f1ffed0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000058`7f1fff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000058`7f9ff4c8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000058`7f9ff4d0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000058`7f9ff7c0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000058`7f9ff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ee`3a3ff7d8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ee`3a3ff7e0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000ee`3a3ffad0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ee`3a3ffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ee`39ffea90 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ee`39ffead0 00007ff6`463fd1ec     postgres!ExceptionalCondition(
000000ee`39ffeb10 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ee`39ffeb60 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000ee`39ffebb0 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ee`39fff4d0 00007ff6`462aff08     postgres!PostmasterMain(
000000ee`39fff670 00007ff6`468ae0c9     postgres!main(
000000ee`39fff6b0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ee`39fff700 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ee`39fff770 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ee`3afff7e8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ee`3afff7f0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000ee`3afffae0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ee`3afffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ee`3a7ff878 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ee`3a7ff880 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000ee`3a7ffb70 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ee`3a7ffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ee`3abff5c8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
000000ee`3abff5d0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
000000ee`3abff640 00007ffd`02d64cb0     postgres!pg_signal_thread(
000000ee`3abff740 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ee`3abff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cb`f65ffba8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cb`f65ffbb0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000cb`f65ffea0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cb`f65ffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cb`f55ff170 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000cb`f55ff1b0 00007ff6`463fd1ec     postgres!ExceptionalCondition(
000000cb`f55ff1f0 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000cb`f55ff240 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000cb`f55ff290 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000cb`f55ffbb0 00007ff6`462aff08     postgres!PostmasterMain(
000000cb`f55ffd50 00007ff6`468ae0c9     postgres!main(
000000cb`f55ffd90 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000cb`f55ffde0 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000cb`f55ffe50 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000cb`f59ff9a8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cb`f59ff9b0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000cb`f59ffca0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cb`f59ffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cb`f5dff578 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cb`f5dff580 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000cb`f5dff870 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cb`f5dff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cb`f61ff6e8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
000000cb`f61ff6f0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
000000cb`f61ff760 00007ffd`02d64cb0     postgres!pg_signal_thread(
000000cb`f61ff860 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cb`f61ff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009d`ce1ff718 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009d`ce1ff720 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000009d`ce1ffa10 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009d`ce1ffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009d`cf1ff838 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009d`cf1ff840 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000009d`cf1ffb30 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009d`cf1ffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009d`cedffc98 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
0000009d`cedffca0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
0000009d`cedffd10 00007ffd`02d64cb0     postgres!pg_signal_thread(
0000009d`cedffe10 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009d`cedffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009d`ce9ff8b8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009d`ce9ff8c0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000009d`ce9ffbb0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009d`ce9ffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009d`ce5ff508 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009d`ce5ff510 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000009d`ce5ff800 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009d`ce5ff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009d`cddfeff0 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000009d`cddff030 00007ff6`463fd1ec     postgres!ExceptionalCondition(
0000009d`cddff070 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000009d`cddff0c0 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000009d`cddff110 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000009d`cddffa30 00007ff6`462aff08     postgres!PostmasterMain(
0000009d`cddffbd0 00007ff6`468ae0c9     postgres!main(
0000009d`cddffc10 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000009d`cddffc60 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000009d`cddffcd0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000029`9bbff978 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000029`9bbff980 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000029`9bbffc70 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000029`9bbffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000029`9b7ffc08 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000029`9b7ffc10 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000029`9b7fff00 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000029`9b7fff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000029`9b3fed00 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000029`9b3fed40 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000029`9b3fed80 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000029`9b3fedd0 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000029`9b3fee20 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000029`9b3ff740 00007ff6`462aff08     postgres!PostmasterMain(
00000029`9b3ff8e0 00007ff6`468ae0c9     postgres!main(
00000029`9b3ff920 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000029`9b3ff970 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000029`9b3ff9e0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000029`9c3ff7a8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000029`9c3ff7b0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000029`9c3ffaa0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000029`9c3ffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000029`9bfff838 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000029`9bfff840 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000029`9bfff8b0 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000029`9bfff9b0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000029`9bfff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c2`2effea80 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c2`2effeac0 00007ff6`463fd1ec     postgres!ExceptionalCondition(
000000c2`2effeb00 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c2`2effeb50 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000c2`2effeba0 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c2`2efff4c0 00007ff6`462aff08     postgres!PostmasterMain(
000000c2`2efff660 00007ff6`468ae0c9     postgres!main(
000000c2`2efff6a0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c2`2efff6f0 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c2`2efff760 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c2`2fbff878 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
000000c2`2fbff880 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
000000c2`2fbff8f0 00007ffd`02d64cb0     postgres!pg_signal_thread(
000000c2`2fbff9f0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c2`2fbffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c2`2f3ff818 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c2`2f3ff820 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000c2`2f3ffb10 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c2`2f3ffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c2`2ffff6c8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c2`2ffff6d0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000c2`2ffff9c0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c2`2ffff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c2`2f7ff898 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c2`2f7ff8a0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000c2`2f7ffb90 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c2`2f7ffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`00bff4e8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000001`00bff4f0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000001`00bff7e0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000001`00bff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`007febc0 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000001`007fec00 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000001`007fec40 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000001`007fec90 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000001`007fece0 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000001`007ff600 00007ff6`462aff08     postgres!PostmasterMain(
00000001`007ff7a0 00007ff6`468ae0c9     postgres!main(
00000001`007ff7e0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000001`007ff830 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000001`007ff8a0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000001`00fffaa8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000001`00fffab0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000001`00fffda0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000001`00fffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`013ff9d8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000001`013ff9e0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000001`013ffcd0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000001`013ffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`01bff568 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000001`01bff570 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000001`01bff860 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000001`01bff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`017ffa48 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000001`017ffa50 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000001`017ffac0 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000001`017ffbc0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000001`017ffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b6`087ff5d8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b6`087ff5e0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000b6`087ff8d0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b6`087ff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b6`08bff788 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b6`08bff790 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000b6`08bffa80 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b6`08bffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b6`093ff568 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b6`093ff570 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000b6`093ff860 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b6`093ff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b6`08fff6e8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
000000b6`08fff6f0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
000000b6`08fff760 00007ffd`02d64cb0     postgres!pg_signal_thread(
000000b6`08fff860 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b6`08fff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b6`083fecd0 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b6`083fed10 00007ff6`463fd1ec     postgres!ExceptionalCondition(
000000b6`083fed50 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000b6`083feda0 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000b6`083fedf0 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000b6`083ff710 00007ff6`462aff08     postgres!PostmasterMain(
000000b6`083ff8b0 00007ff6`468ae0c9     postgres!main(
000000b6`083ff8f0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b6`083ff940 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000b6`083ff9b0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000016`737ff7c8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000016`737ff7d0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000016`737ffac0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000016`737ffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000016`73bff608 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000016`73bff610 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000016`73bff900 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000016`73bff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000016`73fffbb8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000016`73fffbc0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000016`73fffeb0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000016`73fffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000016`743ff5e8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000016`743ff5f0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000016`743ff660 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000016`743ff760 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000016`743ff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000016`747ffae8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000016`747ffaf0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000016`747ffde0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000016`747ffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000016`733feb00 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000016`733feb40 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000016`733feb80 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000016`733febd0 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000016`733fec20 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000016`733ff540 00007ff6`462aff08     postgres!PostmasterMain(
00000016`733ff6e0 00007ff6`468ae0c9     postgres!main(
00000016`733ff720 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000016`733ff770 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000016`733ff7e0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000002a`d1dff668 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
0000002a`d1dff670 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
0000002a`d1dff6e0 00007ffd`02d64cb0     postgres!pg_signal_thread(
0000002a`d1dff7e0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002a`d1dff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002a`d19ff538 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002a`d19ff540 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000002a`d19ff830 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002a`d19ff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002a`d15ffbb8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002a`d15ffbc0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000002a`d15ffeb0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002a`d15ffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002a`d11fee00 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000002a`d11fee40 00007ff6`463fd1ec     postgres!ExceptionalCondition(
0000002a`d11fee80 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000002a`d11feed0 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000002a`d11fef20 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000002a`d11ff840 00007ff6`462aff08     postgres!PostmasterMain(
0000002a`d11ff9e0 00007ff6`468ae0c9     postgres!main(
0000002a`d11ffa20 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000002a`d11ffa70 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000002a`d11ffae0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000002a`d21ffc08 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002a`d21ffc10 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000002a`d21fff00 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002a`d21fff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000064`d9dff140 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000064`d9dff180 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000064`d9dff1c0 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000064`d9dff210 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000064`d9dff260 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000064`d9dffb80 00007ff6`462aff08     postgres!PostmasterMain(
00000064`d9dffd20 00007ff6`468ae0c9     postgres!main(
00000064`d9dffd60 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000064`d9dffdb0 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000064`d9dffe20 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000064`da1ffaa8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000064`da1ffab0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000064`da1ffda0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000064`da1ffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000064`da5ff6f8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000064`da5ff700 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000064`da5ff9f0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000064`da5ffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000064`da9ff878 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000064`da9ff880 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000064`da9ff8f0 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000064`da9ff9f0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000064`da9ffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000064`dadff7d8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000064`dadff7e0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000064`dadffad0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000064`dadffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008d`d83ff9d8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008d`d83ff9e0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000008d`d83ffcd0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008d`d83ffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008d`d7fff6f8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
0000008d`d7fff700 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
0000008d`d7fff770 00007ffd`02d64cb0     postgres!pg_signal_thread(
0000008d`d7fff870 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008d`d7fff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008d`d7bff698 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008d`d7bff6a0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000008d`d7bff990 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008d`d7bff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008d`d77ff498 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008d`d77ff4a0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000008d`d77ff790 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008d`d77ff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008d`d73ff838 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008d`d73ff840 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000008d`d73ffb30 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008d`d73ffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008d`d6fff1c0 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000008d`d6fff200 00007ff6`463fd1ec     postgres!ExceptionalCondition(
0000008d`d6fff240 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000008d`d6fff290 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000008d`d6fff2e0 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000008d`d6fffc00 00007ff6`462aff08     postgres!PostmasterMain(
0000008d`d6fffda0 00007ff6`468ae0c9     postgres!main(
0000008d`d6fffde0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000008d`d6fffe30 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000008d`d6fffea0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000fa`609ff728 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fa`609ff730 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000fa`609ffa20 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fa`609ffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fa`605ff548 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fa`605ff550 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000fa`605ff840 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fa`605ff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fa`5fdff5b8 00007ff6`463f6137     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000fa`5fdff5c0 00007ff6`462afec9     postgres!SubPostmasterMain(
000000fa`5fdff630 00007ff6`468ae0c9     postgres!main(
000000fa`5fdff670 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000fa`5fdff6c0 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000fa`5fdff730 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000fa`5fdff760 00007ffd`02d64cb0     postgres!mainCRTStartup(
000000fa`5fdff790 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fa`5fdff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fa`601ff5b8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fa`601ff5c0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000fa`601ff8b0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fa`601ff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002d`7c7ff718 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002d`7c7ff720 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000002d`7c7ffa10 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002d`7c7ffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002d`7d3ff668 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002d`7d3ff670 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000002d`7d3ff960 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002d`7d3ff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002d`7cfff608 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
0000002d`7cfff610 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
0000002d`7cfff680 00007ffd`02d64cb0     postgres!pg_signal_thread(
0000002d`7cfff780 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002d`7cfff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002d`7cbff4d8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002d`7cbff4e0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000002d`7cbff7d0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002d`7cbff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002d`7c3ff060 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000002d`7c3ff0a0 00007ff6`463fd1ec     postgres!ExceptionalCondition(
0000002d`7c3ff0e0 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000002d`7c3ff130 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000002d`7c3ff180 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000002d`7c3ffaa0 00007ff6`462aff08     postgres!PostmasterMain(
0000002d`7c3ffc40 00007ff6`468ae0c9     postgres!main(
0000002d`7c3ffc80 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000002d`7c3ffcd0 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000002d`7c3ffd40 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000088`853ff798 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000088`853ff7a0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000088`853ffa90 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000088`853ffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000088`847ff968 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000088`847ff970 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000088`847ffc60 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000088`847ffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000088`84fffa18 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000088`84fffa20 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000088`84fffa90 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000088`84fffb90 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000088`84fffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000088`843febb0 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000088`843febf0 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000088`843fec30 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000088`843fec80 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000088`843fecd0 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000088`843ff5f0 00007ff6`462aff08     postgres!PostmasterMain(
00000088`843ff790 00007ff6`468ae0c9     postgres!main(
00000088`843ff7d0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000088`843ff820 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000088`843ff890 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000088`84bffb98 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000088`84bffba0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000088`84bffe90 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000088`84bffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000042`6fdfece0 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000042`6fdfed20 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000042`6fdfed60 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000042`6fdfedb0 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000042`6fdfee00 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000042`6fdff720 00007ff6`462aff08     postgres!PostmasterMain(
00000042`6fdff8c0 00007ff6`468ae0c9     postgres!main(
00000042`6fdff900 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000042`6fdff950 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000042`6fdff9c0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000042`701ff738 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000042`701ff740 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000042`701ffa30 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000042`701ffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000042`705ffcc8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000042`705ffcd0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000042`705ffd40 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000042`705ffe40 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000042`705ffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000042`709ff498 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000042`709ff4a0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000042`709ff790 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000042`709ff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000042`70dffc38 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000042`70dffc40 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000042`70dfff30 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000042`70dfff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000f`667feac0 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000000f`667feb00 00007ff6`463fd1ec     postgres!ExceptionalCondition(
0000000f`667feb40 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000000f`667feb90 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000000f`667febe0 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000000f`667ff500 00007ff6`462aff08     postgres!PostmasterMain(
0000000f`667ff6a0 00007ff6`468ae0c9     postgres!main(
0000000f`667ff6e0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000000f`667ff730 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000000f`667ff7a0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000000f`66bff878 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000f`66bff880 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000000f`66bffb70 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000f`66bffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000f`66fff858 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
0000000f`66fff860 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
0000000f`66fff8d0 00007ffd`02d64cb0     postgres!pg_signal_thread(
0000000f`66fff9d0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000f`66fffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000f`673ff8e8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000f`673ff8f0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000000f`673ffbe0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000f`673ffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000f`677ff598 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000f`677ff5a0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000000f`677ff890 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000f`677ff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000028`1fffef70 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000028`1fffefb0 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000028`1fffeff0 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000028`1ffff040 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000028`1ffff090 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000028`1ffff9b0 00007ff6`462aff08     postgres!PostmasterMain(
00000028`1ffffb50 00007ff6`468ae0c9     postgres!main(
00000028`1ffffb90 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000028`1ffffbe0 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000028`1ffffc50 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000028`203ffb38 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000028`203ffb40 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000028`203ffe30 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000028`203ffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000028`207ff7c8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000028`207ff7d0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000028`207ffac0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000028`207ffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000028`20bff868 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000028`20bff870 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000028`20bffb60 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000028`20bffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000028`20fff788 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000028`20fff790 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000028`20fff800 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000028`20fff900 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000028`20fff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000028`213ff7a8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000028`213ff7b0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000028`213ffaa0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000028`213ffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000021`943ff698 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000021`943ff6a0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000021`943ff990 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000021`943ff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000021`93fff858 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000021`93fff860 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000021`93fffb50 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000021`93fffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000021`93bff598 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000021`93bff5a0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000021`93bff890 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000021`93bff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000021`937ff130 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000021`937ff170 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000021`937ff1b0 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000021`937ff200 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000021`937ff250 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000021`937ffb70 00007ff6`462aff08     postgres!PostmasterMain(
00000021`937ffd10 00007ff6`468ae0c9     postgres!main(
00000021`937ffd50 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000021`937ffda0 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000021`937ffe10 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000021`947ff5c8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000021`947ff5d0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000021`947ff640 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000021`947ff740 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000021`947ff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000021`94bff8b8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000021`94bff8c0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000021`94bffbb0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000021`94bffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000019`03ffeb40 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000019`03ffeb80 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000019`03ffebc0 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000019`03ffec10 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000019`03ffec60 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000019`03fff580 00007ff6`462aff08     postgres!PostmasterMain(
00000019`03fff720 00007ff6`468ae0c9     postgres!main(
00000019`03fff760 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000019`03fff7b0 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000019`03fff820 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000019`043ffba8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000019`043ffbb0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000019`043ffea0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000019`043ffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000019`047ffad8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000019`047ffae0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000019`047ffdd0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000019`047ffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000019`04bff738 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000019`04bff740 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000019`04bffa30 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000019`04bffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000019`04fffc98 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000019`04fffca0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000019`04fffd10 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000019`04fffe10 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000019`04fffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000019`053ffbc8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000019`053ffbd0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000019`053ffec0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000019`053ffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ac`00bff628 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ac`00bff630 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000ac`00bff920 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ac`00bff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ac`7f9feda0 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ac`7f9fede0 00007ff6`463fd1ec     postgres!ExceptionalCondition(
000000ac`7f9fee20 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ac`7f9fee70 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000ac`7f9feec0 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ac`7f9ff7e0 00007ff6`462aff08     postgres!PostmasterMain(
000000ac`7f9ff980 00007ff6`468ae0c9     postgres!main(
000000ac`7f9ff9c0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ac`7f9ffa10 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ac`7f9ffa80 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ac`7fdff468 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ac`7fdff470 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000ac`7fdff760 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ac`7fdff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ac`003ffae8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ac`003ffaf0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000ac`003ffde0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ac`003ffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ac`007ffa58 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
000000ac`007ffa60 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
000000ac`007ffad0 00007ffd`02d64cb0     postgres!pg_signal_thread(
000000ac`007ffbd0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ac`007ffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ee`7b3ffc08 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ee`7b3ffc10 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000ee`7b3fff00 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ee`7b3fff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ee`7a7ff988 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ee`7a7ff990 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000ee`7a7ffc80 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ee`7a7ffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ee`7a3ff7a8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ee`7a3ff7b0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000ee`7a3ffaa0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ee`7a3ffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ee`79ffee80 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ee`79ffeec0 00007ff6`463fd1ec     postgres!ExceptionalCondition(
000000ee`79ffef00 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ee`79ffef50 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000ee`79ffefa0 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ee`79fff8c0 00007ff6`462aff08     postgres!PostmasterMain(
000000ee`79fffa60 00007ff6`468ae0c9     postgres!main(
000000ee`79fffaa0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ee`79fffaf0 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ee`79fffb60 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ee`7abff488 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ee`7abff490 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000ee`7abff780 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ee`7abff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ee`7afff9f8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
000000ee`7afffa00 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
000000ee`7afffa70 00007ffd`02d64cb0     postgres!pg_signal_thread(
000000ee`7afffb70 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ee`7afffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008e`febffd28 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
0000008e`febffd30 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
0000008e`febffda0 00007ffd`02d64cb0     postgres!pg_signal_thread(
0000008e`febffea0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008e`febffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008e`fdbfee40 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000008e`fdbfee80 00007ff6`463fd1ec     postgres!ExceptionalCondition(
0000008e`fdbfeec0 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000008e`fdbfef10 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000008e`fdbfef60 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000008e`fdbff880 00007ff6`462aff08     postgres!PostmasterMain(
0000008e`fdbffa20 00007ff6`468ae0c9     postgres!main(
0000008e`fdbffa60 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000008e`fdbffab0 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000008e`fdbffb20 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000008e`fdfffae8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008e`fdfffaf0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000008e`fdfffde0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008e`fdfffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008e`fe3ff798 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008e`fe3ff7a0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000008e`fe3ffa90 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008e`fe3ffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008e`fe7ff648 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008e`fe7ff650 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000008e`fe7ff940 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008e`fe7ff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008e`fefffb48 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008e`fefffb50 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000008e`fefffe40 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008e`fefffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c1`201ffa28 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
000000c1`201ffa30 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
000000c1`201ffaa0 00007ffd`02d64cb0     postgres!pg_signal_thread(
000000c1`201ffba0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c1`201ffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c1`1f5fedb0 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c1`1f5fedf0 00007ff6`463fd1ec     postgres!ExceptionalCondition(
000000c1`1f5fee30 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c1`1f5fee80 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000c1`1f5feed0 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c1`1f5ff7f0 00007ff6`462aff08     postgres!PostmasterMain(
000000c1`1f5ff990 00007ff6`468ae0c9     postgres!main(
000000c1`1f5ff9d0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c1`1f5ffa20 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c1`1f5ffa90 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c1`1f9ff948 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c1`1f9ff950 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000c1`1f9ffc40 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c1`1f9ffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c1`1fdff9a8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c1`1fdff9b0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000c1`1fdffca0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c1`1fdffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c1`205ff838 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c1`205ff840 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000c1`205ffb30 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c1`205ffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`c2fff498 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dd`c2fff4a0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000dd`c2fff790 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`c2fff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`c23fee30 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000dd`c23fee70 00007ff6`463fd1ec     postgres!ExceptionalCondition(
000000dd`c23feeb0 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000dd`c23fef00 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000dd`c23fef50 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000dd`c23ff870 00007ff6`462aff08     postgres!PostmasterMain(
000000dd`c23ffa10 00007ff6`468ae0c9     postgres!main(
000000dd`c23ffa50 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000dd`c23ffaa0 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000dd`c23ffb10 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000dd`c27ffbe8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dd`c27ffbf0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000dd`c27ffee0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`c27fff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`c2bff828 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
000000dd`c2bff830 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
000000dd`c2bff8a0 00007ffd`02d64cb0     postgres!pg_signal_thread(
000000dd`c2bff9a0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`c2bff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`c33ff698 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dd`c33ff6a0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000dd`c33ff990 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`c33ff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005a`337ff668 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005a`337ff670 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000005a`337ff960 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005a`337ff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005a`32ffef30 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000005a`32ffef70 00007ff6`463fd1ec     postgres!ExceptionalCondition(
0000005a`32ffefb0 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000005a`32fff000 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000005a`32fff050 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000005a`32fff970 00007ff6`462aff08     postgres!PostmasterMain(
0000005a`32fffb10 00007ff6`468ae0c9     postgres!main(
0000005a`32fffb50 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000005a`32fffba0 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000005a`32fffc10 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000005a`333ffbd8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005a`333ffbe0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000005a`333ffed0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005a`333fff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005a`33fff7a8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005a`33fff7b0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000005a`33fffaa0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005a`33fffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005a`33bffab8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
0000005a`33bffac0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
0000005a`33bffb30 00007ffd`02d64cb0     postgres!pg_signal_thread(
0000005a`33bffc30 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005a`33bffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f9`ef9ff6a8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f9`ef9ff6b0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000f9`ef9ff9a0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f9`ef9ff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f9`ef5ffc88 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
000000f9`ef5ffc90 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
000000f9`ef5ffd00 00007ffd`02d64cb0     postgres!pg_signal_thread(
000000f9`ef5ffe00 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f9`ef5ffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f9`ee5ff1e0 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f9`ee5ff220 00007ff6`463fd1ec     postgres!ExceptionalCondition(
000000f9`ee5ff260 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f9`ee5ff2b0 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000f9`ee5ff300 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f9`ee5ffc20 00007ff6`462aff08     postgres!PostmasterMain(
000000f9`ee5ffdc0 00007ff6`468ae0c9     postgres!main(
000000f9`ee5ffe00 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f9`ee5ffe50 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f9`ee5ffec0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a7`05bff538 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a7`05bff540 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000a7`05bff830 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a7`05bff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a7`057ff478 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a7`057ff480 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000a7`057ff770 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a7`057ff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a7`053ffcd8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
000000a7`053ffce0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
000000a7`053ffd50 00007ffd`02d64cb0     postgres!pg_signal_thread(
000000a7`053ffe50 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a7`053ffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a7`04fffc38 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a7`04fffc40 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000a7`04ffff30 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a7`04ffff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a7`04bfee20 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a7`04bfee60 00007ff6`463fd1ec     postgres!ExceptionalCondition(
000000a7`04bfeea0 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000a7`04bfeef0 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000a7`04bfef40 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a7`04bff860 00007ff6`462aff08     postgres!PostmasterMain(
000000a7`04bffa00 00007ff6`468ae0c9     postgres!main(
000000a7`04bffa40 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a7`04bffa90 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a7`04bffb00 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c6`849ff8c8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c6`849ff8d0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000c6`849ffbc0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c6`849ffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c6`851ffaa8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c6`851ffab0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000c6`851ffda0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c6`851ffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c6`855ff538 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c6`855ff540 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000c6`855ff830 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c6`855ff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c6`845fead0 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c6`845feb10 00007ff6`463fd1ec     postgres!ExceptionalCondition(
000000c6`845feb50 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c6`845feba0 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000c6`845febf0 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c6`845ff510 00007ff6`462aff08     postgres!PostmasterMain(
000000c6`845ff6b0 00007ff6`468ae0c9     postgres!main(
000000c6`845ff6f0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c6`845ff740 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c6`845ff7b0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c6`84dff6c8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
000000c6`84dff6d0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
000000c6`84dff740 00007ffd`02d64cb0     postgres!pg_signal_thread(
000000c6`84dff840 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c6`84dff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006c`f8dfef20 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000006c`f8dfef60 00007ff6`463fd1ec     postgres!ExceptionalCondition(
0000006c`f8dfefa0 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000006c`f8dfeff0 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000006c`f8dff040 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000006c`f8dff960 00007ff6`462aff08     postgres!PostmasterMain(
0000006c`f8dffb00 00007ff6`468ae0c9     postgres!main(
0000006c`f8dffb40 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000006c`f8dffb90 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000006c`f8dffc00 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000006c`f91ffa88 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006c`f91ffa90 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000006c`f91ffd80 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006c`f91ffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006c`f95ff5a8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006c`f95ff5b0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000006c`f95ff8a0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006c`f95ff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006c`f99ff7b8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
0000006c`f99ff7c0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
0000006c`f99ff830 00007ffd`02d64cb0     postgres!pg_signal_thread(
0000006c`f99ff930 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006c`f99ff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006c`f9dff6b8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006c`f9dff6c0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000006c`f9dff9b0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006c`f9dff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bc`f61ff618 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
000000bc`f61ff620 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
000000bc`f61ff690 00007ffd`02d64cb0     postgres!pg_signal_thread(
000000bc`f61ff790 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bc`f61ff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bc`f65ff768 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bc`f65ff770 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000bc`f65ffa60 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bc`f65ffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bc`f51feb90 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000bc`f51febd0 00007ff6`463fd1ec     postgres!ExceptionalCondition(
000000bc`f51fec10 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000bc`f51fec60 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000bc`f51fecb0 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000bc`f51ff5d0 00007ff6`462aff08     postgres!PostmasterMain(
000000bc`f51ff770 00007ff6`468ae0c9     postgres!main(
000000bc`f51ff7b0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000bc`f51ff800 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000bc`f51ff870 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000b2`4dfff908 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b2`4dfff910 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000b2`4dfffc00 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b2`4dfffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b2`4dbfec10 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b2`4dbfec50 00007ff6`463fd1ec     postgres!ExceptionalCondition(
000000b2`4dbfec90 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000b2`4dbfece0 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000b2`4dbfed30 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000b2`4dbff650 00007ff6`462aff08     postgres!PostmasterMain(
000000b2`4dbff7f0 00007ff6`468ae0c9     postgres!main(
000000b2`4dbff830 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b2`4dbff880 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000b2`4dbff8f0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000b2`4e3ff818 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b2`4e3ff820 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000b2`4e3ffb10 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b2`4e3ffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b2`4e7ff828 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
000000b2`4e7ff830 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
000000b2`4e7ff8a0 00007ffd`02d64cb0     postgres!pg_signal_thread(
000000b2`4e7ff9a0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b2`4e7ff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b2`4ebffc08 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b2`4ebffc10 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000b2`4ebfff00 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b2`4ebfff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d1`fb1ff8d8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d1`fb1ff8e0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000d1`fb1ffbd0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d1`fb1ffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d1`fa1fecf0 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d1`fa1fed30 00007ff6`463fd1ec     postgres!ExceptionalCondition(
000000d1`fa1fed70 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000d1`fa1fedc0 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000d1`fa1fee10 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000d1`fa1ff730 00007ff6`462aff08     postgres!PostmasterMain(
000000d1`fa1ff8d0 00007ff6`468ae0c9     postgres!main(
000000d1`fa1ff910 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d1`fa1ff960 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d1`fa1ff9d0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000d1`fa5ffc28 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d1`fa5ffc30 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000d1`fa5fff20 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d1`fa5fff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d1`fa9ff7d8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d1`fa9ff7e0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000d1`fa9ffad0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d1`fa9ffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d1`fadff9b8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
000000d1`fadff9c0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
000000d1`fadffa30 00007ffd`02d64cb0     postgres!pg_signal_thread(
000000d1`fadffb30 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d1`fadffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fa`b45ffb18 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fa`b45ffb20 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000fa`b45ffe10 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fa`b45ffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fa`b39ff828 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fa`b39ff830 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000fa`b39ffb20 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fa`b39ffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fa`b35fedd0 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000fa`b35fee10 00007ff6`463fd1ec     postgres!ExceptionalCondition(
000000fa`b35fee50 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000fa`b35feea0 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000fa`b35feef0 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000fa`b35ff810 00007ff6`462aff08     postgres!PostmasterMain(
000000fa`b35ff9b0 00007ff6`468ae0c9     postgres!main(
000000fa`b35ff9f0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000fa`b35ffa40 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000fa`b35ffab0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000fa`b3dff778 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
000000fa`b3dff780 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
000000fa`b3dff7f0 00007ffd`02d64cb0     postgres!pg_signal_thread(
000000fa`b3dff8f0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fa`b3dff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fa`b41ff788 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fa`b41ff790 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000fa`b41ffa80 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fa`b41ffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bc`e33fed30 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000bc`e33fed70 00007ff6`463fd1ec     postgres!ExceptionalCondition(
000000bc`e33fedb0 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000bc`e33fee00 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000bc`e33fee50 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000bc`e33ff770 00007ff6`462aff08     postgres!PostmasterMain(
000000bc`e33ff910 00007ff6`468ae0c9     postgres!main(
000000bc`e33ff950 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000bc`e33ff9a0 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000bc`e33ffa10 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000bc`e47ff7c8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bc`e47ff7d0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000bc`e47ffac0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bc`e47ffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bc`e43ffb08 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
000000bc`e43ffb10 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
000000bc`e43ffb80 00007ffd`02d64cb0     postgres!pg_signal_thread(
000000bc`e43ffc80 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bc`e43ffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003e`5f7ff598 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003e`5f7ff5a0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000003e`5f7ff890 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003e`5f7ff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003e`5f3fea50 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000003e`5f3fea90 00007ff6`463fd1ec     postgres!ExceptionalCondition(
0000003e`5f3fead0 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000003e`5f3feb20 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000003e`5f3feb70 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000003e`5f3ff490 00007ff6`462aff08     postgres!PostmasterMain(
0000003e`5f3ff630 00007ff6`468ae0c9     postgres!main(
0000003e`5f3ff670 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000003e`5f3ff6c0 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000003e`5f3ff730 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000003e`5fbffaf8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003e`5fbffb00 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000003e`5fbffdf0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003e`5fbffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003e`5ffffb58 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
0000003e`5ffffb60 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
0000003e`5ffffbd0 00007ffd`02d64cb0     postgres!pg_signal_thread(
0000003e`5ffffcd0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003e`5ffffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003e`603ff798 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003e`603ff7a0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000003e`603ffa90 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003e`603ffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002f`751ff638 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002f`751ff640 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000002f`751ff930 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002f`751ff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002f`741feb10 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000002f`741feb50 00007ff6`463fd1ec     postgres!ExceptionalCondition(
0000002f`741feb90 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000002f`741febe0 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000002f`741fec30 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000002f`741ff550 00007ff6`462aff08     postgres!PostmasterMain(
0000002f`741ff6f0 00007ff6`468ae0c9     postgres!main(
0000002f`741ff730 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000002f`741ff780 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000002f`741ff7f0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000002f`745ffa78 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002f`745ffa80 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000002f`745ffd70 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002f`745ffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002f`749ff878 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002f`749ff880 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000002f`749ffb70 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002f`749ffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002f`74dffb28 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
0000002f`74dffb30 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
0000002f`74dffba0 00007ffd`02d64cb0     postgres!pg_signal_thread(
0000002f`74dffca0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002f`74dffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009d`bddff5f8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009d`bddff600 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000009d`bddff8f0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009d`bddff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009d`bd1febe0 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000009d`bd1fec20 00007ff6`463fd1ec     postgres!ExceptionalCondition(
0000009d`bd1fec60 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000009d`bd1fecb0 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000009d`bd1fed00 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000009d`bd1ff620 00007ff6`462aff08     postgres!PostmasterMain(
0000009d`bd1ff7c0 00007ff6`468ae0c9     postgres!main(
0000009d`bd1ff800 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000009d`bd1ff850 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000009d`bd1ff8c0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000009d`bd5ff858 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009d`bd5ff860 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000009d`bd5ffb50 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009d`bd5ffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009d`bd9ff818 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
0000009d`bd9ff820 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
0000009d`bd9ff890 00007ffd`02d64cb0     postgres!pg_signal_thread(
0000009d`bd9ff990 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009d`bd9ff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009d`be1ff4f8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009d`be1ff500 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000009d`be1ff7f0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009d`be1ff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007d`a65ffbc8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
0000007d`a65ffbd0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
0000007d`a65ffc40 00007ffd`02d64cb0     postgres!pg_signal_thread(
0000007d`a65ffd40 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007d`a65ffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007d`a59fee70 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000007d`a59feeb0 00007ff6`463fd1ec     postgres!ExceptionalCondition(
0000007d`a59feef0 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000007d`a59fef40 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000007d`a59fef90 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000007d`a59ff8b0 00007ff6`462aff08     postgres!PostmasterMain(
0000007d`a59ffa50 00007ff6`468ae0c9     postgres!main(
0000007d`a59ffa90 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000007d`a59ffae0 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000007d`a59ffb50 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000007d`a5dff7c8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007d`a5dff7d0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000007d`a5dffac0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007d`a5dffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007d`a61ffa08 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007d`a61ffa10 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000007d`a61ffd00 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007d`a61ffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007d`a69ffb98 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007d`a69ffba0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000007d`a69ffe90 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007d`a69ffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001c`e65ffc08 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001c`e65ffc10 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000001c`e65fff00 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001c`e65fff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001c`e5dff938 00007ff6`463f6137     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
0000001c`e5dff940 00007ff6`462afec9     postgres!SubPostmasterMain(
0000001c`e5dff9b0 00007ff6`468ae0c9     postgres!main(
0000001c`e5dff9f0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000001c`e5dffa40 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000001c`e5dffab0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
0000001c`e5dffae0 00007ffd`02d64cb0     postgres!mainCRTStartup(
0000001c`e5dffb10 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001c`e5dffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001c`e61ffbc8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001c`e61ffbd0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000001c`e61ffec0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001c`e61ffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002d`813fef60 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000002d`813fefa0 00007ff6`463fd1ec     postgres!ExceptionalCondition(
0000002d`813fefe0 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000002d`813ff030 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000002d`813ff080 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000002d`813ff9a0 00007ff6`462aff08     postgres!PostmasterMain(
0000002d`813ffb40 00007ff6`468ae0c9     postgres!main(
0000002d`813ffb80 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000002d`813ffbd0 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000002d`813ffc40 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000002d`823ff7a8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
0000002d`823ff7b0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
0000002d`823ff820 00007ffd`02d64cb0     postgres!pg_signal_thread(
0000002d`823ff920 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002d`823ff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002d`827ff5d8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002d`827ff5e0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000002d`827ff8d0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002d`827ff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000031`94dff788 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000031`94dff790 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000031`94dffa80 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000031`94dffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000031`951ff808 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000031`951ff810 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000031`951ffb00 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000031`951ffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000031`955ffba8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000031`955ffbb0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000031`955ffc20 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000031`955ffd20 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000031`955ffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000031`949ff020 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000031`949ff060 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000031`949ff0a0 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000031`949ff0f0 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000031`949ff140 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000031`949ffa60 00007ff6`462aff08     postgres!PostmasterMain(
00000031`949ffc00 00007ff6`468ae0c9     postgres!main(
00000031`949ffc40 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000031`949ffc90 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000031`949ffd00 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000031`959ff628 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000031`959ff630 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000031`959ff920 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000031`959ff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000de`691ffae8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000de`691ffaf0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000de`691ffde0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000de`691ffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000de`685feff0 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000de`685ff030 00007ff6`463fd1ec     postgres!ExceptionalCondition(
000000de`685ff070 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000de`685ff0c0 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000de`685ff110 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000de`685ffa30 00007ff6`462aff08     postgres!PostmasterMain(
000000de`685ffbd0 00007ff6`468ae0c9     postgres!main(
000000de`685ffc10 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000de`685ffc60 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000de`685ffcd0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000de`689ff818 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000de`689ff820 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000de`689ffb10 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000de`689ffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000de`68dffd78 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
000000de`68dffd80 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
000000de`68dffdf0 00007ffd`02d64cb0     postgres!pg_signal_thread(
000000de`68dffef0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000de`68dfff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000de`695ff488 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000de`695ff490 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000de`695ff780 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000de`695ff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000013`46fffad8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000013`46fffae0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000013`46fffb50 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000013`46fffc50 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000013`46fffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000013`463febf0 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000013`463fec30 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000013`463fec70 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000013`463fecc0 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000013`463fed10 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000013`463ff630 00007ff6`462aff08     postgres!PostmasterMain(
00000013`463ff7d0 00007ff6`468ae0c9     postgres!main(
00000013`463ff810 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000013`463ff860 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000013`463ff8d0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000013`467ff7f8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000013`467ff800 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000013`467ffaf0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000013`467ffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000013`46bff4d8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000013`46bff4e0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000013`46bff7d0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000013`46bff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000013`473ff778 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000013`473ff780 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000013`473ffa70 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000013`473ffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c8`cd3ff988 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c8`cd3ff990 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000c8`cd3ffc80 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c8`cd3ffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c8`cc7fece0 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c8`cc7fed20 00007ff6`463fd1ec     postgres!ExceptionalCondition(
000000c8`cc7fed60 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c8`cc7fedb0 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000c8`cc7fee00 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c8`cc7ff720 00007ff6`462aff08     postgres!PostmasterMain(
000000c8`cc7ff8c0 00007ff6`468ae0c9     postgres!main(
000000c8`cc7ff900 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c8`cc7ff950 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c8`cc7ff9c0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c8`ccbff678 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c8`ccbff680 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000c8`ccbff970 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c8`ccbff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c8`ccfff818 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
000000c8`ccfff820 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
000000c8`ccfff890 00007ffd`02d64cb0     postgres!pg_signal_thread(
000000c8`ccfff990 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c8`ccfff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c8`cd7ff948 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c8`cd7ff950 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000c8`cd7ffc40 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c8`cd7ffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b7`de7ff9e8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
000000b7`de7ff9f0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
000000b7`de7ffa60 00007ffd`02d64cb0     postgres!pg_signal_thread(
000000b7`de7ffb60 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b7`de7ffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b7`ddbfee90 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b7`ddbfeed0 00007ff6`463fd1ec     postgres!ExceptionalCondition(
000000b7`ddbfef10 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000b7`ddbfef60 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000b7`ddbfefb0 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000b7`ddbff8d0 00007ff6`462aff08     postgres!PostmasterMain(
000000b7`ddbffa70 00007ff6`468ae0c9     postgres!main(
000000b7`ddbffab0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b7`ddbffb00 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000b7`ddbffb70 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000b7`ddfff7b8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b7`ddfff7c0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000b7`ddfffab0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b7`ddfffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b7`de3ff538 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b7`de3ff540 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000b7`de3ff830 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b7`de3ff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b7`debff838 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b7`debff840 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000b7`debffb30 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b7`debffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007f`b4bff868 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
0000007f`b4bff870 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
0000007f`b4bff8e0 00007ffd`02d64cb0     postgres!pg_signal_thread(
0000007f`b4bff9e0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007f`b4bffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007f`b43ff170 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000007f`b43ff1b0 00007ff6`463fd1ec     postgres!ExceptionalCondition(
0000007f`b43ff1f0 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000007f`b43ff240 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000007f`b43ff290 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000007f`b43ffbb0 00007ff6`462aff08     postgres!PostmasterMain(
0000007f`b43ffd50 00007ff6`468ae0c9     postgres!main(
0000007f`b43ffd90 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000007f`b43ffde0 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000007f`b43ffe50 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000007f`b53ff858 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007f`b53ff860 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000007f`b53ffb50 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007f`b53ffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`00fff9b8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000001`00fff9c0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000001`00fffa30 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000001`00fffb30 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000001`00fffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`007fed40 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000001`007fed80 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000001`007fedc0 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000001`007fee10 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000001`007fee60 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000001`007ff780 00007ff6`462aff08     postgres!PostmasterMain(
00000001`007ff920 00007ff6`468ae0c9     postgres!main(
00000001`007ff960 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000001`007ff9b0 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000001`007ffa20 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000001`00bff458 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000001`00bff460 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000001`00bff750 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000001`00bff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`013ffa28 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000001`013ffa30 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000001`013ffd20 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000001`013ffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`017ff488 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000001`017ff490 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000001`017ff780 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000001`017ff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ea`cd9ff878 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ea`cd9ff880 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000ea`cd9ffb70 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ea`cd9ffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ea`cc9ff040 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ea`cc9ff080 00007ff6`463fd1ec     postgres!ExceptionalCondition(
000000ea`cc9ff0c0 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ea`cc9ff110 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000ea`cc9ff160 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ea`cc9ffa80 00007ff6`462aff08     postgres!PostmasterMain(
000000ea`cc9ffc20 00007ff6`468ae0c9     postgres!main(
000000ea`cc9ffc60 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ea`cc9ffcb0 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ea`cc9ffd20 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ea`ccdff8b8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ea`ccdff8c0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000ea`ccdffbb0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ea`ccdffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ea`cd1ff778 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ea`cd1ff780 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000ea`cd1ffa70 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ea`cd1ffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ea`cd5ff9a8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
000000ea`cd5ff9b0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
000000ea`cd5ffa20 00007ffd`02d64cb0     postgres!pg_signal_thread(
000000ea`cd5ffb20 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ea`cd5ffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000009`d69ffcc8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000009`d69ffcd0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000009`d69ffd40 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000009`d69ffe40 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000009`d69ffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000009`d5dff180 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000009`d5dff1c0 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000009`d5dff200 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000009`d5dff250 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000009`d5dff2a0 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000009`d5dffbc0 00007ff6`462aff08     postgres!PostmasterMain(
00000009`d5dffd60 00007ff6`468ae0c9     postgres!main(
00000009`d5dffda0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000009`d5dffdf0 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000009`d5dffe60 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000009`d61ff4c8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000009`d61ff4d0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000009`d61ff7c0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000009`d61ff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000009`d65ffba8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000009`d65ffbb0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000009`d65ffea0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000009`d65ffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000009`d6dff448 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000009`d6dff450 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000009`d6dff740 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000009`d6dff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bb`96dff5d8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
000000bb`96dff5e0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
000000bb`96dff650 00007ffd`02d64cb0     postgres!pg_signal_thread(
000000bb`96dff750 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bb`96dff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bb`95dfef60 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000bb`95dfefa0 00007ff6`463fd1ec     postgres!ExceptionalCondition(
000000bb`95dfefe0 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000bb`95dff030 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000bb`95dff080 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000bb`95dff9a0 00007ff6`462aff08     postgres!PostmasterMain(
000000bb`95dffb40 00007ff6`468ae0c9     postgres!main(
000000bb`95dffb80 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000bb`95dffbd0 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000bb`95dffc40 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000bb`961ff8f8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bb`961ff900 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000bb`961ffbf0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bb`961ffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bb`965ff8f8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bb`965ff900 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000bb`965ffbf0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bb`965ffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bb`969ff998 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bb`969ff9a0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000bb`969ffc90 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bb`969ffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bb`971ffbf8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bb`971ffc00 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000bb`971ffef0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bb`971fff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002e`8a9ffd88 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
0000002e`8a9ffd90 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
0000002e`8a9ffe00 00007ffd`02d64cb0     postgres!pg_signal_thread(
0000002e`8a9fff00 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002e`8a9fff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002e`89dfed70 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000002e`89dfedb0 00007ff6`463fd1ec     postgres!ExceptionalCondition(
0000002e`89dfedf0 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000002e`89dfee40 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000002e`89dfee90 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000002e`89dff7b0 00007ff6`462aff08     postgres!PostmasterMain(
0000002e`89dff950 00007ff6`468ae0c9     postgres!main(
0000002e`89dff990 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000002e`89dff9e0 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000002e`89dffa50 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000002e`8a1ffc18 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002e`8a1ffc20 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000002e`8a1fff10 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002e`8a1fff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002e`8a5ff4e8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002e`8a5ff4f0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000002e`8a5ff7e0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002e`8a5ff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002e`8adff928 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002e`8adff930 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000002e`8adffc20 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002e`8adffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b8`bdfff668 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
000000b8`bdfff670 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
000000b8`bdfff6e0 00007ffd`02d64cb0     postgres!pg_signal_thread(
000000b8`bdfff7e0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b8`bdfff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b8`bd3ff140 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b8`bd3ff180 00007ff6`463fd1ec     postgres!ExceptionalCondition(
000000b8`bd3ff1c0 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000b8`bd3ff210 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000b8`bd3ff260 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000b8`bd3ffb80 00007ff6`462aff08     postgres!PostmasterMain(
000000b8`bd3ffd20 00007ff6`468ae0c9     postgres!main(
000000b8`bd3ffd60 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b8`bd3ffdb0 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000b8`bd3ffe20 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000b8`bd7ff948 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b8`bd7ff950 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000b8`bd7ffc40 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b8`bd7ffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b8`bdbffbe8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b8`bdbffbf0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000b8`bdbffee0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b8`bdbfff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b8`be3ff598 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b8`be3ff5a0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000b8`be3ff890 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b8`be3ff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000090`10fffa48 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000090`10fffa50 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000090`10fffd40 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000090`10fffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000090`103fec30 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000090`103fec70 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000090`103fecb0 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000090`103fed00 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000090`103fed50 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000090`103ff670 00007ff6`462aff08     postgres!PostmasterMain(
00000090`103ff810 00007ff6`468ae0c9     postgres!main(
00000090`103ff850 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000090`103ff8a0 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000090`103ff910 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000090`107ffb88 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000090`107ffb90 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000090`107ffe80 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000090`107ffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000090`10bff838 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000090`10bff840 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000090`10bff8b0 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000090`10bff9b0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000090`10bff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000090`113ff588 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000090`113ff590 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000090`113ff880 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000090`113ff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a3`6d3ff828 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a3`6d3ff830 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000a3`6d3ffb20 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a3`6d3ffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a3`6d7ff948 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a3`6d7ff950 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000a3`6d7ffc40 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a3`6d7ffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a3`6cfffbb8 00007ff6`463f6137     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000a3`6cfffbc0 00007ff6`462afec9     postgres!SubPostmasterMain(
000000a3`6cfffc30 00007ff6`468ae0c9     postgres!main(
000000a3`6cfffc70 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a3`6cfffcc0 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a3`6cfffd30 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000a3`6cfffd60 00007ffd`02d64cb0     postgres!mainCRTStartup(
000000a3`6cfffd90 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a3`6cfffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004b`997ff748 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004b`997ff750 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000004b`997ffa40 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004b`997ffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004b`99fff648 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004b`99fff650 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000004b`99fff940 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004b`99fff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004b`99bff648 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
0000004b`99bff650 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
0000004b`99bff6c0 00007ffd`02d64cb0     postgres!pg_signal_thread(
0000004b`99bff7c0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004b`99bff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004b`98ffec60 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000004b`98ffeca0 00007ff6`463fd1ec     postgres!ExceptionalCondition(
0000004b`98ffece0 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000004b`98ffed30 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000004b`98ffed80 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000004b`98fff6a0 00007ff6`462aff08     postgres!PostmasterMain(
0000004b`98fff840 00007ff6`468ae0c9     postgres!main(
0000004b`98fff880 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000004b`98fff8d0 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000004b`98fff940 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000004b`993ff608 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004b`993ff610 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000004b`993ff900 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004b`993ff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000041`17bffbb8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000041`17bffbc0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000041`17bffc30 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000041`17bffd30 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000041`17bffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000041`16bfef10 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000041`16bfef50 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000041`16bfef90 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000041`16bfefe0 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000041`16bff030 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000041`16bff950 00007ff6`462aff08     postgres!PostmasterMain(
00000041`16bffaf0 00007ff6`468ae0c9     postgres!main(
00000041`16bffb30 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000041`16bffb80 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000041`16bffbf0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000041`16fffaa8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000041`16fffab0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000041`16fffda0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000041`16fffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000041`173ff758 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000041`173ff760 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000041`173ffa50 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000041`173ffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000041`177ffbd8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000041`177ffbe0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000041`177ffed0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000041`177fff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000041`17fff818 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000041`17fff820 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000041`17fffb10 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000041`17fffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000029`997ff688 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000029`997ff690 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000029`997ff700 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000029`997ff800 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000029`997ff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000029`987fef90 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000029`987fefd0 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000029`987ff010 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000029`987ff060 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000029`987ff0b0 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000029`987ff9d0 00007ff6`462aff08     postgres!PostmasterMain(
00000029`987ffb70 00007ff6`468ae0c9     postgres!main(
00000029`987ffbb0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000029`987ffc00 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000029`987ffc70 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000029`98bff578 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000029`98bff580 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000029`98bff870 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000029`98bff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000029`98fff608 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000029`98fff610 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000029`98fff900 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000029`98fff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000029`993ff718 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000029`993ff720 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000029`993ffa10 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000029`993ffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000029`99bff7e8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000029`99bff7f0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000029`99bffae0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000029`99bffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ff`721ff458 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ff`721ff460 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000ff`721ff750 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ff`721ff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ff`715feda0 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ff`715fede0 00007ff6`463fd1ec     postgres!ExceptionalCondition(
000000ff`715fee20 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ff`715fee70 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000ff`715feec0 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ff`715ff7e0 00007ff6`462aff08     postgres!PostmasterMain(
000000ff`715ff980 00007ff6`468ae0c9     postgres!main(
000000ff`715ff9c0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ff`715ffa10 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ff`715ffa80 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ff`719ff788 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ff`719ff790 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000ff`719ffa80 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ff`719ffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ff`71dff8b8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
000000ff`71dff8c0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
000000ff`71dff930 00007ffd`02d64cb0     postgres!pg_signal_thread(
000000ff`71dffa30 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ff`71dffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ff`725ff928 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ff`725ff930 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000ff`725ffc20 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ff`725ffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a8`f31ff648 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a8`f31ff650 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000a8`f31ff940 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a8`f31ff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a8`f2dfed30 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a8`f2dfed70 00007ff6`463fd1ec     postgres!ExceptionalCondition(
000000a8`f2dfedb0 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000a8`f2dfee00 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000a8`f2dfee50 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a8`f2dff770 00007ff6`462aff08     postgres!PostmasterMain(
000000a8`f2dff910 00007ff6`468ae0c9     postgres!main(
000000a8`f2dff950 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a8`f2dff9a0 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a8`f2dffa10 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a8`f39ff7b8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a8`f39ff7c0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000a8`f39ffab0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a8`f39ffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a8`f35ff6a8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
000000a8`f35ff6b0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
000000a8`f35ff720 00007ffd`02d64cb0     postgres!pg_signal_thread(
000000a8`f35ff820 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a8`f35ff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a8`f3dffa28 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a8`f3dffa30 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000a8`f3dffd20 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a8`f3dffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004d`1edff588 00007ff6`463f6137     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
0000004d`1edff590 00007ff6`462afec9     postgres!SubPostmasterMain(
0000004d`1edff600 00007ff6`468ae0c9     postgres!main(
0000004d`1edff640 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000004d`1edff690 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000004d`1edff700 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
0000004d`1edff730 00007ffd`02d64cb0     postgres!mainCRTStartup(
0000004d`1edff760 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004d`1edff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004d`1f1ff7e8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004d`1f1ff7f0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000004d`1f1ffae0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004d`1f1ffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004d`1f5ff638 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004d`1f5ff640 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000004d`1f5ff930 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004d`1f5ff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000062`881fec00 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000062`881fec40 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000062`881fec80 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000062`881fecd0 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000062`881fed20 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000062`881ff640 00007ff6`462aff08     postgres!PostmasterMain(
00000062`881ff7e0 00007ff6`468ae0c9     postgres!main(
00000062`881ff820 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000062`881ff870 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000062`881ff8e0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000062`885ff948 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000062`885ff950 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000062`885ffc40 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000062`885ffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000062`889ffac8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000062`889ffad0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000062`889ffb40 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000062`889ffc40 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000062`889ffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000062`88dff458 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000062`88dff460 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000062`88dff750 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000062`88dff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000062`891ffbd8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000062`891ffbe0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000062`891ffed0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000062`891fff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000086`bcdff000 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000086`bcdff040 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000086`bcdff080 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000086`bcdff0d0 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000086`bcdff120 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000086`bcdffa40 00007ff6`462aff08     postgres!PostmasterMain(
00000086`bcdffbe0 00007ff6`468ae0c9     postgres!main(
00000086`bcdffc20 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000086`bcdffc70 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000086`bcdffce0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000086`bd1ffaa8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000086`bd1ffab0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000086`bd1ffda0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000086`bd1ffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000086`bd5ff7d8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000086`bd5ff7e0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000086`bd5ffad0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000086`bd5ffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000086`bd9ff4f8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000086`bd9ff500 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000086`bd9ff7f0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000086`bd9ff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000086`bddff908 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000086`bddff910 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000086`bddff980 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000086`bddffa80 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000086`bddffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000086`be1ff868 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000086`be1ff870 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000086`be1ffb60 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000086`be1ffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b8`393ff838 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b8`393ff840 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000b8`393ffb30 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b8`393ffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b8`37fff030 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b8`37fff070 00007ff6`463fd1ec     postgres!ExceptionalCondition(
000000b8`37fff0b0 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000b8`37fff100 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000b8`37fff150 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000b8`37fffa70 00007ff6`462aff08     postgres!PostmasterMain(
000000b8`37fffc10 00007ff6`468ae0c9     postgres!main(
000000b8`37fffc50 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b8`37fffca0 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000b8`37fffd10 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000b8`383ff548 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b8`383ff550 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000b8`383ff840 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b8`383ff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b8`387ffb38 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b8`387ffb40 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000b8`387ffe30 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b8`387ffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b8`38bff888 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b8`38bff890 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000b8`38bffb80 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b8`38bffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b8`38fff7a8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
000000b8`38fff7b0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
000000b8`38fff820 00007ffd`02d64cb0     postgres!pg_signal_thread(
000000b8`38fff920 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b8`38fff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000047`da7ffcc8 00007ff6`463f6137     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000047`da7ffcd0 00007ff6`462afec9     postgres!SubPostmasterMain(
00000047`da7ffd40 00007ff6`468ae0c9     postgres!main(
00000047`da7ffd80 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000047`da7ffdd0 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000047`da7ffe40 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000047`da7ffe70 00007ffd`02d64cb0     postgres!mainCRTStartup(
00000047`da7ffea0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000047`da7ffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000047`dafff5b8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000047`dafff5c0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000047`dafff8b0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000047`dafff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000047`dabff858 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000047`dabff860 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000047`dabffb50 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000047`dabffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d0`44dfeac0 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d0`44dfeb00 00007ff6`463fd1ec     postgres!ExceptionalCondition(
000000d0`44dfeb40 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000d0`44dfeb90 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000d0`44dfebe0 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000d0`44dff500 00007ff6`462aff08     postgres!PostmasterMain(
000000d0`44dff6a0 00007ff6`468ae0c9     postgres!main(
000000d0`44dff6e0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d0`44dff730 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d0`44dff7a0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000d0`461ffa58 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d0`461ffa60 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000d0`461ffd50 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d0`461ffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d0`451ff828 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d0`451ff830 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000d0`451ffb20 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d0`451ffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d0`455ff4d8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d0`455ff4e0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000d0`455ff7d0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d0`455ff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d0`459ff858 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d0`459ff860 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000d0`459ffb50 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d0`459ffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d0`45dffa68 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
000000d0`45dffa70 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
000000d0`45dffae0 00007ffd`02d64cb0     postgres!pg_signal_thread(
000000d0`45dffbe0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d0`45dffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000006`5fbfea30 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000006`5fbfea70 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000006`5fbfeab0 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000006`5fbfeb00 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000006`5fbfeb50 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000006`5fbff470 00007ff6`462aff08     postgres!PostmasterMain(
00000006`5fbff610 00007ff6`468ae0c9     postgres!main(
00000006`5fbff650 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000006`5fbff6a0 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000006`5fbff710 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000006`607ffad8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000006`607ffae0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000006`607ffdd0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000006`607ffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000006`5ffff668 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000006`5ffff670 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000006`5ffff960 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000006`5ffff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000006`60bff468 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000006`60bff470 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000006`60bff760 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000006`60bff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000006`603ff5d8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000006`603ff5e0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000006`603ff650 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000006`603ff750 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000006`603ff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000027`1edff488 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000027`1edff490 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000027`1edff780 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000027`1edff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000027`1d9feb30 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000027`1d9feb70 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000027`1d9febb0 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000027`1d9fec00 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000027`1d9fec50 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000027`1d9ff570 00007ff6`462aff08     postgres!PostmasterMain(
00000027`1d9ff710 00007ff6`468ae0c9     postgres!main(
00000027`1d9ff750 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000027`1d9ff7a0 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000027`1d9ff810 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000027`1ddff798 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000027`1ddff7a0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000027`1ddffa90 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000027`1ddffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000027`1e1ff498 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000027`1e1ff4a0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000027`1e1ff790 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000027`1e1ff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000027`1e5ffb48 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000027`1e5ffb50 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000027`1e5ffe40 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000027`1e5ffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000027`1e9ffba8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000027`1e9ffbb0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000027`1e9ffc20 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000027`1e9ffd20 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000027`1e9ffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a7`5e9ff898 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a7`5e9ff8a0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000a7`5e9ffb90 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a7`5e9ffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a7`5e1fee50 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a7`5e1fee90 00007ff6`463fd1ec     postgres!ExceptionalCondition(
000000a7`5e1feed0 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000a7`5e1fef20 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000a7`5e1fef70 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a7`5e1ff890 00007ff6`462aff08     postgres!PostmasterMain(
000000a7`5e1ffa30 00007ff6`468ae0c9     postgres!main(
000000a7`5e1ffa70 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a7`5e1ffac0 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a7`5e1ffb30 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a7`5edff608 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
000000a7`5edff610 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
000000a7`5edff680 00007ffd`02d64cb0     postgres!pg_signal_thread(
000000a7`5edff780 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a7`5edff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a7`5f1ff768 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a7`5f1ff770 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000a7`5f1ffa60 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a7`5f1ffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a7`5e5ffa38 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a7`5e5ffa40 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000a7`5e5ffd30 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a7`5e5ffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000da`cc5fec60 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000da`cc5feca0 00007ff6`463fd1ec     postgres!ExceptionalCondition(
000000da`cc5fece0 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000da`cc5fed30 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000da`cc5fed80 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000da`cc5ff6a0 00007ff6`462aff08     postgres!PostmasterMain(
000000da`cc5ff840 00007ff6`468ae0c9     postgres!main(
000000da`cc5ff880 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000da`cc5ff8d0 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000da`cc5ff940 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000da`cd5ffb48 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
000000da`cd5ffb50 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
000000da`cd5ffbc0 00007ffd`02d64cb0     postgres!pg_signal_thread(
000000da`cd5ffcc0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000da`cd5ffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000da`cc9ff578 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000da`cc9ff580 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000da`cc9ff870 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000da`cc9ff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000da`ccdff928 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000da`ccdff930 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000da`ccdffc20 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000da`ccdffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000da`cd1ff498 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000da`cd1ff4a0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000da`cd1ff790 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000da`cd1ff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000da`cd9ff798 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000da`cd9ff7a0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000da`cd9ffa90 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000da`cd9ffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000027`1e7ff668 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000027`1e7ff670 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000027`1e7ff960 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000027`1e7ff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000027`1dbfebc0 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000027`1dbfec00 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000027`1dbfec40 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000027`1dbfec90 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000027`1dbfece0 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000027`1dbff600 00007ff6`462aff08     postgres!PostmasterMain(
00000027`1dbff7a0 00007ff6`468ae0c9     postgres!main(
00000027`1dbff7e0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000027`1dbff830 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000027`1dbff8a0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000027`1dfff8e8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000027`1dfff8f0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000027`1dfffbe0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000027`1dfffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000027`1e3ff9f8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000027`1e3ffa00 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000027`1e3ffa70 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000027`1e3ffb70 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000027`1e3ffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000027`1ebff878 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000027`1ebff880 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000027`1ebffb70 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000027`1ebffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b1`ce1ffaf8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b1`ce1ffb00 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000b1`ce1ffdf0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b1`ce1ffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b1`cd9fea40 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b1`cd9fea80 00007ff6`463fd1ec     postgres!ExceptionalCondition(
000000b1`cd9feac0 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000b1`cd9feb10 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000b1`cd9feb60 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000b1`cd9ff480 00007ff6`462aff08     postgres!PostmasterMain(
000000b1`cd9ff620 00007ff6`468ae0c9     postgres!main(
000000b1`cd9ff660 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b1`cd9ff6b0 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000b1`cd9ff720 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000b1`cddffa68 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b1`cddffa70 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000b1`cddffd60 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b1`cddffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b1`ce5ff528 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b1`ce5ff530 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000b1`ce5ff820 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b1`ce5ff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b1`ce9ff9e8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
000000b1`ce9ff9f0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
000000b1`ce9ffa60 00007ffd`02d64cb0     postgres!pg_signal_thread(
000000b1`ce9ffb60 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b1`ce9ffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b1`cedff6d8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b1`cedff6e0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000b1`cedff9d0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b1`cedffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000de`237ffab8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000de`237ffac0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000de`237ffdb0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000de`237ffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000de`223fece0 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000de`223fed20 00007ff6`463fd1ec     postgres!ExceptionalCondition(
000000de`223fed60 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000de`223fedb0 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000de`223fee00 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000de`223ff720 00007ff6`462aff08     postgres!PostmasterMain(
000000de`223ff8c0 00007ff6`468ae0c9     postgres!main(
000000de`223ff900 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000de`223ff950 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000de`223ff9c0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000de`227ff688 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000de`227ff690 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000de`227ff980 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000de`227ff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000de`22bff7f8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000de`22bff800 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000de`22bffaf0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000de`22bffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000de`22fff538 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000de`22fff540 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000de`22fff830 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000de`22fff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000de`233ff918 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
000000de`233ff920 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
000000de`233ff990 00007ffd`02d64cb0     postgres!pg_signal_thread(
000000de`233ffa90 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000de`233ffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008c`12dffc68 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
0000008c`12dffc70 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
0000008c`12dffce0 00007ffd`02d64cb0     postgres!pg_signal_thread(
0000008c`12dffde0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008c`12dffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008c`121ff0e0 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000008c`121ff120 00007ff6`463fd1ec     postgres!ExceptionalCondition(
0000008c`121ff160 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000008c`121ff1b0 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000008c`121ff200 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000008c`121ffb20 00007ff6`462aff08     postgres!PostmasterMain(
0000008c`121ffcc0 00007ff6`468ae0c9     postgres!main(
0000008c`121ffd00 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000008c`121ffd50 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000008c`121ffdc0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000008c`125ff738 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008c`125ff740 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000008c`125ffa30 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008c`125ffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008c`129ff928 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008c`129ff930 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000008c`129ffc20 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008c`129ffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008c`131ff848 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008c`131ff850 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000008c`131ffb40 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008c`131ffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000044`0cfff928 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000044`0cfff930 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000044`0cfff9a0 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000044`0cfffaa0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000044`0cfffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000044`0c3fef30 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000044`0c3fef70 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000044`0c3fefb0 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000044`0c3ff000 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000044`0c3ff050 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000044`0c3ff970 00007ff6`462aff08     postgres!PostmasterMain(
00000044`0c3ffb10 00007ff6`468ae0c9     postgres!main(
00000044`0c3ffb50 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000044`0c3ffba0 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000044`0c3ffc10 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000044`0c7ff898 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000044`0c7ff8a0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000044`0c7ffb90 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000044`0c7ffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000044`0cbffc08 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000044`0cbffc10 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000044`0cbfff00 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000044`0cbfff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000044`0d3ff7f8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000044`0d3ff800 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000044`0d3ffaf0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000044`0d3ffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000040`473ff5c8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000040`473ff5d0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000040`473ff8c0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000040`473ff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000040`46fffb58 00007ff6`463f6137     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000040`46fffb60 00007ff6`462afec9     postgres!SubPostmasterMain(
00000040`46fffbd0 00007ff6`468ae0c9     postgres!main(
00000040`46fffc10 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000040`46fffc60 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000040`46fffcd0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000040`46fffd00 00007ffd`02d64cb0     postgres!mainCRTStartup(
00000040`46fffd30 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000040`46fffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000040`477ff758 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000040`477ff760 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000040`477ffa50 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000040`477ffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ce`e69ff8f8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ce`e69ff900 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000ce`e69ffbf0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ce`e69ffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ce`e5dfedc0 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ce`e5dfee00 00007ff6`463fd1ec     postgres!ExceptionalCondition(
000000ce`e5dfee40 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ce`e5dfee90 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000ce`e5dfeee0 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ce`e5dff800 00007ff6`462aff08     postgres!PostmasterMain(
000000ce`e5dff9a0 00007ff6`468ae0c9     postgres!main(
000000ce`e5dff9e0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ce`e5dffa30 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ce`e5dffaa0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ce`e61ff878 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ce`e61ff880 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000ce`e61ffb70 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ce`e61ffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ce`e65ffbe8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
000000ce`e65ffbf0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
000000ce`e65ffc60 00007ffd`02d64cb0     postgres!pg_signal_thread(
000000ce`e65ffd60 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ce`e65ffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ce`e6dffbf8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ce`e6dffc00 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000ce`e6dffef0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ce`e6dfff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d1`3c1ff448 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d1`3c1ff450 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000d1`3c1ff740 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d1`3c1ff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d1`3b9ff1e0 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d1`3b9ff220 00007ff6`463fd1ec     postgres!ExceptionalCondition(
000000d1`3b9ff260 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000d1`3b9ff2b0 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000d1`3b9ff300 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000d1`3b9ffc20 00007ff6`462aff08     postgres!PostmasterMain(
000000d1`3b9ffdc0 00007ff6`468ae0c9     postgres!main(
000000d1`3b9ffe00 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d1`3b9ffe50 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d1`3b9ffec0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000d1`3c9ff788 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d1`3c9ff790 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000d1`3c9ffa80 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d1`3c9ffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d1`3bdff948 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d1`3bdff950 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000d1`3bdffc40 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d1`3bdffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d1`3c5ff918 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
000000d1`3c5ff920 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
000000d1`3c5ff990 00007ffd`02d64cb0     postgres!pg_signal_thread(
000000d1`3c5ffa90 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d1`3c5ffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004c`5f7ffbc8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004c`5f7ffbd0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000004c`5f7ffec0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004c`5f7ffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004c`5f3ffce8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
0000004c`5f3ffcf0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
0000004c`5f3ffd60 00007ffd`02d64cb0     postgres!pg_signal_thread(
0000004c`5f3ffe60 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004c`5f3ffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004c`5efffa68 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004c`5efffa70 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000004c`5efffd60 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004c`5efffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004c`5ebff598 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004c`5ebff5a0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000004c`5ebff890 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004c`5ebff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004c`5e7fec90 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000004c`5e7fecd0 00007ff6`463fd1ec     postgres!ExceptionalCondition(
0000004c`5e7fed10 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000004c`5e7fed60 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000004c`5e7fedb0 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000004c`5e7ff6d0 00007ff6`462aff08     postgres!PostmasterMain(
0000004c`5e7ff870 00007ff6`468ae0c9     postgres!main(
0000004c`5e7ff8b0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000004c`5e7ff900 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000004c`5e7ff970 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000091`e17ff918 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000091`e17ff920 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000091`e17ffc10 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000091`e17ffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000091`e13ff518 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000091`e13ff520 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000091`e13ff810 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000091`e13ff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000091`e0ffed20 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000091`e0ffed60 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000091`e0ffeda0 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000091`e0ffedf0 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000091`e0ffee40 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000091`e0fff760 00007ff6`462aff08     postgres!PostmasterMain(
00000091`e0fff900 00007ff6`468ae0c9     postgres!main(
00000091`e0fff940 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000091`e0fff990 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000091`e0fffa00 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000091`e1bff908 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000091`e1bff910 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000091`e1bff980 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000091`e1bffa80 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000091`e1bffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000091`e1fff968 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000091`e1fff970 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000091`e1fffc60 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000091`e1fffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000060`5afff6d8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000060`5afff6e0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000060`5afff9d0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000060`5afffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000060`5abff9a8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000060`5abff9b0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000060`5abffa20 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000060`5abffb20 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000060`5abffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000060`5a7ff528 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000060`5a7ff530 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000060`5a7ff820 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000060`5a7ff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000060`5a3ff5f8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000060`5a3ff600 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000060`5a3ff8f0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000060`5a3ff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000060`59fff988 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000060`59fff990 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000060`59fffc80 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000060`59fffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000060`59bfeda0 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000060`59bfede0 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000060`59bfee20 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000060`59bfee70 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000060`59bfeec0 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000060`59bff7e0 00007ff6`462aff08     postgres!PostmasterMain(
00000060`59bff980 00007ff6`468ae0c9     postgres!main(
00000060`59bff9c0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000060`59bffa10 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000060`59bffa80 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000093`607ff718 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000093`607ff720 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000093`607ffa10 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000093`607ffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000093`603ffb38 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000093`603ffb40 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000093`603ffbb0 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000093`603ffcb0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000093`603ffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000093`5ffff768 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000093`5ffff770 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000093`5ffffa60 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000093`5ffffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000093`5fbff728 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000093`5fbff730 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000093`5fbffa20 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000093`5fbffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000093`5f7fef90 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000093`5f7fefd0 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000093`5f7ff010 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000093`5f7ff060 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000093`5f7ff0b0 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000093`5f7ff9d0 00007ff6`462aff08     postgres!PostmasterMain(
00000093`5f7ffb70 00007ff6`468ae0c9     postgres!main(
00000093`5f7ffbb0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000093`5f7ffc00 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000093`5f7ffc70 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000007b`2d9febe0 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000007b`2d9fec20 00007ff6`463fd1ec     postgres!ExceptionalCondition(
0000007b`2d9fec60 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000007b`2d9fecb0 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000007b`2d9fed00 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000007b`2d9ff620 00007ff6`462aff08     postgres!PostmasterMain(
0000007b`2d9ff7c0 00007ff6`468ae0c9     postgres!main(
0000007b`2d9ff800 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000007b`2d9ff850 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000007b`2d9ff8c0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000007b`2e5ffd38 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
0000007b`2e5ffd40 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
0000007b`2e5ffdb0 00007ffd`02d64cb0     postgres!pg_signal_thread(
0000007b`2e5ffeb0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007b`2e5ffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007b`2ddff6e8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007b`2ddff6f0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000007b`2ddff9e0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007b`2ddffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007b`2e1ff828 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007b`2e1ff830 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000007b`2e1ffb20 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007b`2e1ffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007b`2e9ff488 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007b`2e9ff490 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000007b`2e9ff780 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007b`2e9ff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000025`1a7ff4f8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000025`1a7ff500 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000025`1a7ff7f0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000025`1a7ff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000025`19bfef80 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000025`19bfefc0 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000025`19bff000 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000025`19bff050 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000025`19bff0a0 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000025`19bff9c0 00007ff6`462aff08     postgres!PostmasterMain(
00000025`19bffb60 00007ff6`468ae0c9     postgres!main(
00000025`19bffba0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000025`19bffbf0 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000025`19bffc60 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000025`19fff5d8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000025`19fff5e0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000025`19fff8d0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000025`19fff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000025`1a3ff9f8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000025`1a3ffa00 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000025`1a3ffa70 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000025`1a3ffb70 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000025`1a3ffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000025`1abff958 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000025`1abff960 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000025`1abffc50 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000025`1abffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a5`d43ff988 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
000000a5`d43ff990 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
000000a5`d43ffa00 00007ffd`02d64cb0     postgres!pg_signal_thread(
000000a5`d43ffb00 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a5`d43ffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a5`d37fec80 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a5`d37fecc0 00007ff6`463fd1ec     postgres!ExceptionalCondition(
000000a5`d37fed00 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000a5`d37fed50 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000a5`d37feda0 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a5`d37ff6c0 00007ff6`462aff08     postgres!PostmasterMain(
000000a5`d37ff860 00007ff6`468ae0c9     postgres!main(
000000a5`d37ff8a0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a5`d37ff8f0 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a5`d37ff960 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a5`d3bffc38 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a5`d3bffc40 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000a5`d3bfff30 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a5`d3bfff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a5`d3fff748 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a5`d3fff750 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000a5`d3fffa40 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a5`d3fffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a5`d47ff608 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a5`d47ff610 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000a5`d47ff900 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a5`d47ff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000019`cafff918 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000019`cafff920 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000019`cafffc10 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000019`cafffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000019`cabfed30 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000019`cabfed70 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000019`cabfedb0 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000019`cabfee00 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000019`cabfee50 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000019`cabff770 00007ff6`462aff08     postgres!PostmasterMain(
00000019`cabff910 00007ff6`468ae0c9     postgres!main(
00000019`cabff950 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000019`cabff9a0 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000019`cabffa10 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000019`cb3ff618 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000019`cb3ff620 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000019`cb3ff690 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000019`cb3ff790 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000019`cb3ff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000019`cb7ff998 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000019`cb7ff9a0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000019`cb7ffc90 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000019`cb7ffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000019`cbbff7f8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000019`cbbff800 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000019`cbbffaf0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000019`cbbffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000068`943ff7f8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000068`943ff800 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000068`943ffaf0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000068`943ffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000068`933fed40 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000068`933fed80 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000068`933fedc0 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000068`933fee10 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000068`933fee60 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000068`933ff780 00007ff6`462aff08     postgres!PostmasterMain(
00000068`933ff920 00007ff6`468ae0c9     postgres!main(
00000068`933ff960 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000068`933ff9b0 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000068`933ffa20 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000068`937ff798 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000068`937ff7a0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000068`937ffa90 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000068`937ffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000068`93bff868 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000068`93bff870 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000068`93bff8e0 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000068`93bff9e0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000068`93bffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000068`93fff808 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000068`93fff810 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000068`93fffb00 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000068`93fffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e9`bf9ff918 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
000000e9`bf9ff920 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
000000e9`bf9ff990 00007ffd`02d64cb0     postgres!pg_signal_thread(
000000e9`bf9ffa90 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e9`bf9ffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e9`bedfeb40 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e9`bedfeb80 00007ff6`463fd1ec     postgres!ExceptionalCondition(
000000e9`bedfebc0 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000e9`bedfec10 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000e9`bedfec60 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000e9`bedff580 00007ff6`462aff08     postgres!PostmasterMain(
000000e9`bedff720 00007ff6`468ae0c9     postgres!main(
000000e9`bedff760 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e9`bedff7b0 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e9`bedff820 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000e9`bf1ff478 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e9`bf1ff480 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000e9`bf1ff770 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e9`bf1ff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e9`bf5ff7f8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e9`bf5ff800 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000e9`bf5ffaf0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e9`bf5ffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e9`bfdff758 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e9`bfdff760 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000e9`bfdffa50 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e9`bfdffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008b`5e9ff968 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
0000008b`5e9ff970 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
0000008b`5e9ff9e0 00007ffd`02d64cb0     postgres!pg_signal_thread(
0000008b`5e9ffae0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008b`5e9ffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008b`5ddfea90 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000008b`5ddfead0 00007ff6`463fd1ec     postgres!ExceptionalCondition(
0000008b`5ddfeb10 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000008b`5ddfeb60 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000008b`5ddfebb0 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000008b`5ddff4d0 00007ff6`462aff08     postgres!PostmasterMain(
0000008b`5ddff670 00007ff6`468ae0c9     postgres!main(
0000008b`5ddff6b0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000008b`5ddff700 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000008b`5ddff770 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000008b`5e1ff4c8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008b`5e1ff4d0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000008b`5e1ff7c0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008b`5e1ff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008b`5e5ff7b8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008b`5e5ff7c0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000008b`5e5ffab0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008b`5e5ffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008b`5edffa98 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008b`5edffaa0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000008b`5edffd90 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008b`5edffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bb`4ebffcc8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
000000bb`4ebffcd0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
000000bb`4ebffd40 00007ffd`02d64cb0     postgres!pg_signal_thread(
000000bb`4ebffe40 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bb`4ebffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bb`4dffefd0 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000bb`4dfff010 00007ff6`463fd1ec     postgres!ExceptionalCondition(
000000bb`4dfff050 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000bb`4dfff0a0 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000bb`4dfff0f0 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000bb`4dfffa10 00007ff6`462aff08     postgres!PostmasterMain(
000000bb`4dfffbb0 00007ff6`468ae0c9     postgres!main(
000000bb`4dfffbf0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000bb`4dfffc40 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000bb`4dfffcb0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000bb`4e3ff918 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bb`4e3ff920 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000bb`4e3ffc10 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bb`4e3ffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bb`4e7ff7c8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bb`4e7ff7d0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000bb`4e7ffac0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bb`4e7ffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bb`4efffae8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bb`4efffaf0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000bb`4efffde0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bb`4efffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000057`657ff858 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000057`657ff860 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000057`657ffb50 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000057`657ffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000057`64ffeca0 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000057`64ffece0 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000057`64ffed20 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000057`64ffed70 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000057`64ffedc0 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000057`64fff6e0 00007ff6`462aff08     postgres!PostmasterMain(
00000057`64fff880 00007ff6`468ae0c9     postgres!main(
00000057`64fff8c0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000057`64fff910 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000057`64fff980 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000057`65fff508 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000057`65fff510 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000057`65fff800 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000057`65fff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000057`653ff568 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000057`653ff570 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000057`653ff860 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000057`653ff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000057`65bff6c8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000057`65bff6d0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000057`65bff740 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000057`65bff840 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000057`65bff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f1`bd3ffa18 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
000000f1`bd3ffa20 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
000000f1`bd3ffa90 00007ffd`02d64cb0     postgres!pg_signal_thread(
000000f1`bd3ffb90 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f1`bd3ffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f1`bc3feb00 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f1`bc3feb40 00007ff6`463fd1ec     postgres!ExceptionalCondition(
000000f1`bc3feb80 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f1`bc3febd0 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000f1`bc3fec20 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f1`bc3ff540 00007ff6`462aff08     postgres!PostmasterMain(
000000f1`bc3ff6e0 00007ff6`468ae0c9     postgres!main(
000000f1`bc3ff720 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f1`bc3ff770 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f1`bc3ff7e0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f1`bc7ff528 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f1`bc7ff530 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000f1`bc7ff820 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f1`bc7ff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f1`bcbffab8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f1`bcbffac0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000f1`bcbffdb0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f1`bcbffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f1`bcfff998 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f1`bcfff9a0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000f1`bcfffc90 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f1`bcfffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f1`bd7ff968 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f1`bd7ff970 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000f1`bd7ffc60 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f1`bd7ffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006e`bafff478 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006e`bafff480 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000006e`bafff770 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006e`bafff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006e`b9bfea50 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000006e`b9bfea90 00007ff6`463fd1ec     postgres!ExceptionalCondition(
0000006e`b9bfead0 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000006e`b9bfeb20 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000006e`b9bfeb70 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000006e`b9bff490 00007ff6`462aff08     postgres!PostmasterMain(
0000006e`b9bff630 00007ff6`468ae0c9     postgres!main(
0000006e`b9bff670 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000006e`b9bff6c0 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000006e`b9bff730 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000006e`b9fff788 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006e`b9fff790 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000006e`b9fffa80 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006e`b9fffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006e`ba3ff688 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006e`ba3ff690 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000006e`ba3ff980 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006e`ba3ff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006e`ba7ff5e8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006e`ba7ff5f0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000006e`ba7ff8e0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006e`ba7ff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006e`babff8d8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
0000006e`babff8e0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
0000006e`babff950 00007ffd`02d64cb0     postgres!pg_signal_thread(
0000006e`babffa50 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006e`babffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000055`603ff998 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000055`603ff9a0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000055`603ffa10 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000055`603ffb10 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000055`603ffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000055`5f3fecf0 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000055`5f3fed30 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000055`5f3fed70 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000055`5f3fedc0 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000055`5f3fee10 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000055`5f3ff730 00007ff6`462aff08     postgres!PostmasterMain(
00000055`5f3ff8d0 00007ff6`468ae0c9     postgres!main(
00000055`5f3ff910 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000055`5f3ff960 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000055`5f3ff9d0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000055`5f7ffbd8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000055`5f7ffbe0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000055`5f7ffed0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000055`5f7fff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000055`5fbff6d8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000055`5fbff6e0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000055`5fbff9d0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000055`5fbffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000055`5ffff508 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000055`5ffff510 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000055`5ffff800 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000055`5ffff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000055`607ff928 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000055`607ff930 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000055`607ffc20 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000055`607ffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000078`ea1ffd68 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000078`ea1ffd70 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000078`ea1ffde0 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000078`ea1ffee0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000078`ea1fff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000078`e95fec50 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000078`e95fec90 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000078`e95fecd0 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000078`e95fed20 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000078`e95fed70 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000078`e95ff690 00007ff6`462aff08     postgres!PostmasterMain(
00000078`e95ff830 00007ff6`468ae0c9     postgres!main(
00000078`e95ff870 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000078`e95ff8c0 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000078`e95ff930 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000078`e99ff7f8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000078`e99ff800 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000078`e99ffaf0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000078`e99ffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000078`e9dff688 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000078`e9dff690 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000078`e9dff980 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000078`e9dff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000078`ea5ffa28 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000078`ea5ffa30 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000078`ea5ffd20 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000078`ea5ffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000b`5bfffd08 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
0000000b`5bfffd10 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
0000000b`5bfffd80 00007ffd`02d64cb0     postgres!pg_signal_thread(
0000000b`5bfffe80 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000b`5bfffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000b`5bbff4d8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000b`5bbff4e0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000000b`5bbff7d0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000b`5bbff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000b`5c3ff978 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000b`5c3ff980 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000000b`5c3ffc70 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000b`5c3ffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000b`5b7ff868 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000b`5b7ff870 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000000b`5b7ffb60 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000b`5b7ffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000b`5b3ff4c8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000b`5b3ff4d0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000000b`5b3ff7c0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000b`5b3ff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000b`5affee70 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000000b`5affeeb0 00007ff6`463fd1ec     postgres!ExceptionalCondition(
0000000b`5affeef0 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000000b`5affef40 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000000b`5affef90 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000000b`5afff8b0 00007ff6`462aff08     postgres!PostmasterMain(
0000000b`5afffa50 00007ff6`468ae0c9     postgres!main(
0000000b`5afffa90 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000000b`5afffae0 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000000b`5afffb50 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000068`89dff5d8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000068`89dff5e0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000068`89dff8d0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000068`89dff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000068`889feed0 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000068`889fef10 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000068`889fef50 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000068`889fefa0 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000068`889feff0 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000068`889ff910 00007ff6`462aff08     postgres!PostmasterMain(
00000068`889ffab0 00007ff6`468ae0c9     postgres!main(
00000068`889ffaf0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000068`889ffb40 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000068`889ffbb0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000068`899ff8d8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000068`899ff8e0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000068`899ff950 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000068`899ffa50 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000068`899ffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f4`8b7ffa38 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f4`8b7ffa40 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000f4`8b7ffd30 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f4`8b7ffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f4`8b3ff878 00007ff6`463f6137     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000f4`8b3ff880 00007ff6`462afec9     postgres!SubPostmasterMain(
000000f4`8b3ff8f0 00007ff6`468ae0c9     postgres!main(
000000f4`8b3ff930 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f4`8b3ff980 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f4`8b3ff9f0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000f4`8b3ffa20 00007ffd`02d64cb0     postgres!mainCRTStartup(
000000f4`8b3ffa50 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f4`8b3ffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f4`8bbff958 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f4`8bbff960 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000f4`8bbffc50 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f4`8bbffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ab`a33ff9f8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
000000ab`a33ffa00 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
000000ab`a33ffa70 00007ffd`02d64cb0     postgres!pg_signal_thread(
000000ab`a33ffb70 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ab`a33ffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ab`a27feec0 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ab`a27fef00 00007ff6`463fd1ec     postgres!ExceptionalCondition(
000000ab`a27fef40 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ab`a27fef90 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000ab`a27fefe0 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ab`a27ff900 00007ff6`462aff08     postgres!PostmasterMain(
000000ab`a27ffaa0 00007ff6`468ae0c9     postgres!main(
000000ab`a27ffae0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ab`a27ffb30 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ab`a27ffba0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ab`a2bff828 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ab`a2bff830 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000ab`a2bffb20 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ab`a2bffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ab`a2fff568 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ab`a2fff570 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000ab`a2fff860 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ab`a2fff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ab`a37ff528 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ab`a37ff530 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000ab`a37ff820 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ab`a37ff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002e`2c5ff698 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
0000002e`2c5ff6a0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
0000002e`2c5ff710 00007ffd`02d64cb0     postgres!pg_signal_thread(
0000002e`2c5ff810 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002e`2c5ff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002e`2b9febc0 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000002e`2b9fec00 00007ff6`463fd1ec     postgres!ExceptionalCondition(
0000002e`2b9fec40 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000002e`2b9fec90 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000002e`2b9fece0 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000002e`2b9ff600 00007ff6`462aff08     postgres!PostmasterMain(
0000002e`2b9ff7a0 00007ff6`468ae0c9     postgres!main(
0000002e`2b9ff7e0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000002e`2b9ff830 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000002e`2b9ff8a0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000002e`2bdff808 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002e`2bdff810 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000002e`2bdffb00 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002e`2bdffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002e`2c1ff6a8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002e`2c1ff6b0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000002e`2c1ff9a0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002e`2c1ff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002e`2c9ffa68 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002e`2c9ffa70 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000002e`2c9ffd60 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002e`2c9ffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bd`325ff5e8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bd`325ff5f0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000bd`325ff8e0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bd`325ff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bd`319fec60 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000bd`319feca0 00007ff6`463fd1ec     postgres!ExceptionalCondition(
000000bd`319fece0 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000bd`319fed30 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000bd`319fed80 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000bd`319ff6a0 00007ff6`462aff08     postgres!PostmasterMain(
000000bd`319ff840 00007ff6`468ae0c9     postgres!main(
000000bd`319ff880 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000bd`319ff8d0 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000bd`319ff940 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000bd`31dff868 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bd`31dff870 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000bd`31dffb60 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bd`31dffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bd`321ff588 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bd`321ff590 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000bd`321ff880 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bd`321ff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bd`32dffb78 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bd`32dffb80 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000bd`32dffe70 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bd`32dffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bd`329ff898 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
000000bd`329ff8a0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
000000bd`329ff910 00007ffd`02d64cb0     postgres!pg_signal_thread(
000000bd`329ffa10 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bd`329ffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000014`16fff998 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000014`16fff9a0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000014`16fffc90 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000014`16fffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000014`173ffa68 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000014`173ffa70 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000014`173ffd60 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000014`173ffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000014`17bffb48 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000014`17bffb50 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000014`17bffe40 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000014`17bffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000014`177ffcc8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000014`177ffcd0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000014`177ffd40 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000014`177ffe40 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000014`177ffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000014`16bfecd0 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000014`16bfed10 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000014`16bfed50 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000014`16bfeda0 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000014`16bfedf0 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000014`16bff710 00007ff6`462aff08     postgres!PostmasterMain(
00000014`16bff8b0 00007ff6`468ae0c9     postgres!main(
00000014`16bff8f0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000014`16bff940 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000014`16bff9b0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000049`e4bffa98 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000049`e4bffaa0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000049`e4bffb10 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000049`e4bffc10 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000049`e4bffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000049`e4fff5b8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000049`e4fff5c0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000049`e4fff8b0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000049`e4fff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000049`e47ff678 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000049`e47ff680 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000049`e47ff970 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000049`e47ff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000049`e43ff728 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000049`e43ff730 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000049`e43ffa20 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000049`e43ffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000049`e3ffecf0 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000049`e3ffed30 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000049`e3ffed70 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000049`e3ffedc0 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000049`e3ffee10 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000049`e3fff730 00007ff6`462aff08     postgres!PostmasterMain(
00000049`e3fff8d0 00007ff6`468ae0c9     postgres!main(
00000049`e3fff910 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000049`e3fff960 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000049`e3fff9d0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000036`421ffa28 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000036`421ffa30 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000036`421ffd20 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000036`421ffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000036`41dff738 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000036`41dff740 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000036`41dffa30 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000036`41dffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000036`419fec50 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000036`419fec90 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000036`419fecd0 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000036`419fed20 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000036`419fed70 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000036`419ff690 00007ff6`462aff08     postgres!PostmasterMain(
00000036`419ff830 00007ff6`468ae0c9     postgres!main(
00000036`419ff870 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000036`419ff8c0 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000036`419ff930 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000036`429ff978 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000036`429ff980 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000036`429ffc70 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000036`429ffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000036`425ffb88 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000036`425ffb90 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000036`425ffc00 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000036`425ffd00 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000036`425ffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000075`ec9ff688 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000075`ec9ff690 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000075`ec9ff980 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000075`ec9ff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000075`ec5ff7a8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000075`ec5ff7b0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000075`ec5ffaa0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000075`ec5ffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000075`ec1ff7c8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000075`ec1ff7d0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000075`ec1ffac0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000075`ec1ffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000075`ebdfecc0 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000075`ebdfed00 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000075`ebdfed40 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000075`ebdfed90 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000075`ebdfede0 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000075`ebdff700 00007ff6`462aff08     postgres!PostmasterMain(
00000075`ebdff8a0 00007ff6`468ae0c9     postgres!main(
00000075`ebdff8e0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000075`ebdff930 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000075`ebdff9a0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000075`ed1ff8a8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000075`ed1ff8b0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000075`ed1ffba0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000075`ed1ffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000075`ecdff8a8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000075`ecdff8b0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000075`ecdff920 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000075`ecdffa20 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000075`ecdffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000027`2e3ffaf8 00007ff6`463f6137     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000027`2e3ffb00 00007ff6`462afec9     postgres!SubPostmasterMain(
00000027`2e3ffb70 00007ff6`468ae0c9     postgres!main(
00000027`2e3ffbb0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000027`2e3ffc00 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000027`2e3ffc70 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000027`2e3ffca0 00007ffd`02d64cb0     postgres!mainCRTStartup(
00000027`2e3ffcd0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000027`2e3ffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000027`2ebff4b8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000027`2ebff4c0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000027`2ebff7b0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000027`2ebff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000027`2e7ff708 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000027`2e7ff710 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000027`2e7ffa00 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000027`2e7ffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000084`d93ff7c8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000084`d93ff7d0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000084`d93ffac0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000084`d93ffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000084`d8bff718 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000084`d8bff720 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000084`d8bffa10 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000084`d8bffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000084`d87ff488 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000084`d87ff490 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000084`d87ff780 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000084`d87ff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000084`d83ff0d0 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000084`d83ff110 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000084`d83ff150 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000084`d83ff1a0 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000084`d83ff1f0 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000084`d83ffb10 00007ff6`462aff08     postgres!PostmasterMain(
00000084`d83ffcb0 00007ff6`468ae0c9     postgres!main(
00000084`d83ffcf0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000084`d83ffd40 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000084`d83ffdb0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000084`d8fff868 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000084`d8fff870 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000084`d8fff8e0 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000084`d8fff9e0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000084`d8fffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000064`907fee60 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000064`907feea0 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000064`907feee0 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000064`907fef30 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000064`907fef80 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000064`907ff8a0 00007ff6`462aff08     postgres!PostmasterMain(
00000064`907ffa40 00007ff6`468ae0c9     postgres!main(
00000064`907ffa80 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000064`907ffad0 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000064`907ffb40 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000064`90fffcd8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000064`90fffce0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000064`90fffd50 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000064`90fffe50 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000064`90fffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000064`917ff898 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000064`917ff8a0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000064`917ffb90 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000064`917ffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006a`34bff9f8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
0000006a`34bffa00 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
0000006a`34bffa70 00007ffd`02d64cb0     postgres!pg_signal_thread(
0000006a`34bffb70 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006a`34bffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006a`34fff788 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006a`34fff790 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000006a`34fffa80 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006a`34fffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006a`343ff5e8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006a`343ff5f0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000006a`343ff8e0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006a`343ff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006a`347ffbb8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006a`347ffbc0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000006a`347ffeb0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006a`347ffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006a`33ffeac0 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000006a`33ffeb00 00007ff6`463fd1ec     postgres!ExceptionalCondition(
0000006a`33ffeb40 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000006a`33ffeb90 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000006a`33ffebe0 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000006a`33fff500 00007ff6`462aff08     postgres!PostmasterMain(
0000006a`33fff6a0 00007ff6`468ae0c9     postgres!main(
0000006a`33fff6e0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000006a`33fff730 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000006a`33fff7a0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000e0`579feec0 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e0`579fef00 00007ff6`463fd1ec     postgres!ExceptionalCondition(
000000e0`579fef40 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000e0`579fef90 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000e0`579fefe0 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000e0`579ff900 00007ff6`462aff08     postgres!PostmasterMain(
000000e0`579ffaa0 00007ff6`468ae0c9     postgres!main(
000000e0`579ffae0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e0`579ffb30 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e0`579ffba0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000e0`589ff738 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e0`589ff740 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000e0`589ffa30 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e0`589ffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e0`585ff7d8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
000000e0`585ff7e0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
000000e0`585ff850 00007ffd`02d64cb0     postgres!pg_signal_thread(
000000e0`585ff950 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e0`585ff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e0`581ff518 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e0`581ff520 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000e0`581ff810 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e0`581ff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e0`57dff658 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e0`57dff660 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000e0`57dff950 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e0`57dff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000004`813ff888 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000004`813ff890 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000004`813ffb80 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000004`813ffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000004`80fff788 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000004`80fff790 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000004`80fff800 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000004`80fff900 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000004`80fff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000004`80bff948 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000004`80bff950 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000004`80bffc40 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000004`80bffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000004`807ff4d8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000004`807ff4e0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000004`807ff7d0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000004`807ff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000004`803ff7a8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000004`803ff7b0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000004`803ffaa0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000004`803ffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000004`fffff0f0 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000004`fffff130 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000004`fffff170 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000004`fffff1c0 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000004`fffff210 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000004`fffffb30 00007ff6`462aff08     postgres!PostmasterMain(
00000004`fffffcd0 00007ff6`468ae0c9     postgres!main(
00000004`fffffd10 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000004`fffffd60 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000004`fffffdd0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000019`f75ff938 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000019`f75ff940 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000019`f75ffc30 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000019`f75ffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000019`f71ffa28 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000019`f71ffa30 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000019`f71ffd20 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000019`f71ffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000019`f6dffce8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000019`f6dffcf0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000019`f6dffd60 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000019`f6dffe60 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000019`f6dffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000019`f69ff528 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000019`f69ff530 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000019`f69ff820 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000019`f69ff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000019`f65fef40 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000019`f65fef80 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000019`f65fefc0 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000019`f65ff010 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000019`f65ff060 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000019`f65ff980 00007ff6`462aff08     postgres!PostmasterMain(
00000019`f65ffb20 00007ff6`468ae0c9     postgres!main(
00000019`f65ffb60 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000019`f65ffbb0 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000019`f65ffc20 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000b1`cc5ff648 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b1`cc5ff650 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000b1`cc5ff940 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b1`cc5ff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b1`cc1ffbd8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
000000b1`cc1ffbe0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
000000b1`cc1ffc50 00007ffd`02d64cb0     postgres!pg_signal_thread(
000000b1`cc1ffd50 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b1`cc1ffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b1`cbdffa58 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b1`cbdffa60 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000b1`cbdffd50 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b1`cbdffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b1`cb9ff538 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b1`cb9ff540 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000b1`cb9ff830 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b1`cb9ff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b1`cb5ff080 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b1`cb5ff0c0 00007ff6`463fd1ec     postgres!ExceptionalCondition(
000000b1`cb5ff100 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000b1`cb5ff150 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000b1`cb5ff1a0 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000b1`cb5ffac0 00007ff6`462aff08     postgres!PostmasterMain(
000000b1`cb5ffc60 00007ff6`468ae0c9     postgres!main(
000000b1`cb5ffca0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b1`cb5ffcf0 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000b1`cb5ffd60 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000e6`e53ff9e8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e6`e53ff9f0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000e6`e53ffce0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e6`e53ffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e6`e4fffaa8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e6`e4fffab0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000e6`e4fffda0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e6`e4fffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e6`e4bffc78 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
000000e6`e4bffc80 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
000000e6`e4bffcf0 00007ffd`02d64cb0     postgres!pg_signal_thread(
000000e6`e4bffdf0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e6`e4bffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e6`e47ff8c8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e6`e47ff8d0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000e6`e47ffbc0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e6`e47ffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e6`e43feb40 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e6`e43feb80 00007ff6`463fd1ec     postgres!ExceptionalCondition(
000000e6`e43febc0 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000e6`e43fec10 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000e6`e43fec60 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000e6`e43ff580 00007ff6`462aff08     postgres!PostmasterMain(
000000e6`e43ff720 00007ff6`468ae0c9     postgres!main(
000000e6`e43ff760 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e6`e43ff7b0 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e6`e43ff820 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000011`25dff468 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000011`25dff470 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000011`25dff760 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000011`25dff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000011`255ffcd8 00007ff6`463f6137     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000011`255ffce0 00007ff6`462afec9     postgres!SubPostmasterMain(
00000011`255ffd50 00007ff6`468ae0c9     postgres!main(
00000011`255ffd90 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000011`255ffde0 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000011`255ffe50 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000011`255ffe80 00007ffd`02d64cb0     postgres!mainCRTStartup(
00000011`255ffeb0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000011`255ffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000011`259ff5f8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000011`259ff600 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000011`259ff8f0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000011`259ff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000025`65ffecc0 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000025`65ffed00 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000025`65ffed40 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000025`65ffed90 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000025`65ffede0 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000025`65fff700 00007ff6`462aff08     postgres!PostmasterMain(
00000025`65fff8a0 00007ff6`468ae0c9     postgres!main(
00000025`65fff8e0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000025`65fff930 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000025`65fff9a0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000025`667ffb48 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000025`667ffb50 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000025`667ffe40 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000025`667ffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000025`663ff598 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000025`663ff5a0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000025`663ff890 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000025`663ff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000025`66bffab8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000025`66bffac0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000025`66bffb30 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000025`66bffc30 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000025`66bffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000025`66fffa78 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000025`66fffa80 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000025`66fffd70 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000025`66fffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008e`c13fef00 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000008e`c13fef40 00007ff6`463fd1ec     postgres!ExceptionalCondition(
0000008e`c13fef80 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000008e`c13fefd0 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000008e`c13ff020 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000008e`c13ff940 00007ff6`462aff08     postgres!PostmasterMain(
0000008e`c13ffae0 00007ff6`468ae0c9     postgres!main(
0000008e`c13ffb20 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000008e`c13ffb70 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000008e`c13ffbe0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000008e`c1bff5c8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008e`c1bff5d0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000008e`c1bff8c0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008e`c1bff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008e`c1fff6f8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
0000008e`c1fff700 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
0000008e`c1fff770 00007ffd`02d64cb0     postgres!pg_signal_thread(
0000008e`c1fff870 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008e`c1fff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008e`c17ff7b8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008e`c17ff7c0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000008e`c17ffab0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008e`c17ffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008e`c23ff578 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008e`c23ff580 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000008e`c23ff870 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008e`c23ff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000da`fadfea10 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000da`fadfea50 00007ff6`463fd1ec     postgres!ExceptionalCondition(
000000da`fadfea90 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000da`fadfeae0 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000da`fadfeb30 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000da`fadff450 00007ff6`462aff08     postgres!PostmasterMain(
000000da`fadff5f0 00007ff6`468ae0c9     postgres!main(
000000da`fadff630 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000da`fadff680 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000da`fadff6f0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000da`fb9ffa18 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000da`fb9ffa20 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000da`fb9ffd10 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000da`fb9ffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000da`fb1ff978 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000da`fb1ff980 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000da`fb1ffc70 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000da`fb1ffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000da`fbdff858 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000da`fbdff860 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000da`fbdffb50 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000da`fbdffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000da`fb5ffcc8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
000000da`fb5ffcd0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
000000da`fb5ffd40 00007ffd`02d64cb0     postgres!pg_signal_thread(
000000da`fb5ffe40 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000da`fb5ffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000065`b37ffbc8 00007ff6`463f6137     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000065`b37ffbd0 00007ff6`462afec9     postgres!SubPostmasterMain(
00000065`b37ffc40 00007ff6`468ae0c9     postgres!main(
00000065`b37ffc80 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000065`b37ffcd0 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000065`b37ffd40 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000065`b37ffd70 00007ffd`02d64cb0     postgres!mainCRTStartup(
00000065`b37ffda0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000065`b37ffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000065`b3fff648 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000065`b3fff650 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000065`b3fff940 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000065`b3fff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000065`b3bff778 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000065`b3bff780 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000065`b3bffa70 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000065`b3bffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000012`1a3ff778 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000012`1a3ff780 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000012`1a3ffa70 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000012`1a3ffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000012`19fff0b0 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000012`19fff0f0 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000012`19fff130 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000012`19fff180 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000012`19fff1d0 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000012`19fffaf0 00007ff6`462aff08     postgres!PostmasterMain(
00000012`19fffc90 00007ff6`468ae0c9     postgres!main(
00000012`19fffcd0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000012`19fffd20 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000012`19fffd90 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000012`1afffbf8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000012`1afffc00 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000012`1afffef0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000012`1affff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000012`1a7ff8e8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000012`1a7ff8f0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000012`1a7ffbe0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000012`1a7ffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000012`1abffd48 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000012`1abffd50 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000012`1abffdc0 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000012`1abffec0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000012`1abffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c7`93bffbe8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
000000c7`93bffbf0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
000000c7`93bffc60 00007ffd`02d64cb0     postgres!pg_signal_thread(
000000c7`93bffd60 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c7`93bffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c7`92ffee40 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c7`92ffee80 00007ff6`463fd1ec     postgres!ExceptionalCondition(
000000c7`92ffeec0 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c7`92ffef10 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000c7`92ffef60 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c7`92fff880 00007ff6`462aff08     postgres!PostmasterMain(
000000c7`92fffa20 00007ff6`468ae0c9     postgres!main(
000000c7`92fffa60 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c7`92fffab0 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c7`92fffb20 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c7`933ffab8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c7`933ffac0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000c7`933ffdb0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c7`933ffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c7`937ff8b8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c7`937ff8c0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000c7`937ffbb0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c7`937ffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c7`93fff7a8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c7`93fff7b0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000c7`93fffaa0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c7`93fffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000db`bb5feb60 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000db`bb5feba0 00007ff6`463fd1ec     postgres!ExceptionalCondition(
000000db`bb5febe0 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000db`bb5fec30 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000db`bb5fec80 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000db`bb5ff5a0 00007ff6`462aff08     postgres!PostmasterMain(
000000db`bb5ff740 00007ff6`468ae0c9     postgres!main(
000000db`bb5ff780 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000db`bb5ff7d0 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000db`bb5ff840 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000db`bc1ffce8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
000000db`bc1ffcf0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
000000db`bc1ffd60 00007ffd`02d64cb0     postgres!pg_signal_thread(
000000db`bc1ffe60 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000db`bc1ffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000db`bc5ff638 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000db`bc5ff640 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000db`bc5ff930 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000db`bc5ff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000db`bb9ff678 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000db`bb9ff680 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000db`bb9ff970 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000db`bb9ff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000db`bbdffa68 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000db`bbdffa70 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000db`bbdffd60 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000db`bbdffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ce`27fffaa8 00007ff6`463f6137     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000ce`27fffab0 00007ff6`462afec9     postgres!SubPostmasterMain(
000000ce`27fffb20 00007ff6`468ae0c9     postgres!main(
000000ce`27fffb60 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ce`27fffbb0 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ce`27fffc20 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000ce`27fffc50 00007ffd`02d64cb0     postgres!mainCRTStartup(
000000ce`27fffc80 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ce`27fffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ce`283ff738 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ce`283ff740 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000ce`283ffa30 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ce`283ffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ce`287ff6e8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ce`287ff6f0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000ce`287ff9e0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ce`287ffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007a`b39feb60 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000007a`b39feba0 00007ff6`463fd1ec     postgres!ExceptionalCondition(
0000007a`b39febe0 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000007a`b39fec30 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000007a`b39fec80 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000007a`b39ff5a0 00007ff6`462aff08     postgres!PostmasterMain(
0000007a`b39ff740 00007ff6`468ae0c9     postgres!main(
0000007a`b39ff780 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000007a`b39ff7d0 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000007a`b39ff840 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000007a`b41ff758 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007a`b41ff760 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000007a`b41ffa50 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007a`b41ffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007a`b45ff808 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
0000007a`b45ff810 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
0000007a`b45ff880 00007ffd`02d64cb0     postgres!pg_signal_thread(
0000007a`b45ff980 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007a`b45ff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007a`b49ff4a8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007a`b49ff4b0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000007a`b49ff7a0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007a`b49ff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007a`b3dffb58 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007a`b3dffb60 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000007a`b3dffe50 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007a`b3dffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b3`787fec10 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b3`787fec50 00007ff6`463fd1ec     postgres!ExceptionalCondition(
000000b3`787fec90 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000b3`787fece0 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000b3`787fed30 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000b3`787ff650 00007ff6`462aff08     postgres!PostmasterMain(
000000b3`787ff7f0 00007ff6`468ae0c9     postgres!main(
000000b3`787ff830 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b3`787ff880 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000b3`787ff8f0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000b3`797ffa08 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b3`797ffa10 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000b3`797ffd00 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b3`797ffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b3`793ffb38 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b3`793ffb40 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000b3`793ffe30 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b3`793ffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b3`78fff728 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
000000b3`78fff730 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
000000b3`78fff7a0 00007ffd`02d64cb0     postgres!pg_signal_thread(
000000b3`78fff8a0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b3`78fff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b3`78bff708 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b3`78bff710 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000b3`78bffa00 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b3`78bffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ad`ce1ff988 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ad`ce1ff990 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000ad`ce1ffc80 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ad`ce1ffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ad`cddfef10 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ad`cddfef50 00007ff6`463fd1ec     postgres!ExceptionalCondition(
000000ad`cddfef90 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ad`cddfefe0 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000ad`cddff030 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ad`cddff950 00007ff6`462aff08     postgres!PostmasterMain(
000000ad`cddffaf0 00007ff6`468ae0c9     postgres!main(
000000ad`cddffb30 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ad`cddffb80 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ad`cddffbf0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ad`ce5ff578 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ad`ce5ff580 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000ad`ce5ff870 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ad`ce5ff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ad`ce9ff5d8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ad`ce9ff5e0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000ad`ce9ff8d0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ad`ce9ff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ad`cf1ff768 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ad`cf1ff770 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000ad`cf1ffa60 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ad`cf1ffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ad`cedff858 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
000000ad`cedff860 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
000000ad`cedff8d0 00007ffd`02d64cb0     postgres!pg_signal_thread(
000000ad`cedff9d0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ad`cedffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d1`67dfec70 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d1`67dfecb0 00007ff6`463fd1ec     postgres!ExceptionalCondition(
000000d1`67dfecf0 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000d1`67dfed40 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000d1`67dfed90 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000d1`67dff6b0 00007ff6`462aff08     postgres!PostmasterMain(
000000d1`67dff850 00007ff6`468ae0c9     postgres!main(
000000d1`67dff890 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d1`67dff8e0 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d1`67dff950 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000d1`68dff978 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d1`68dff980 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000d1`68dffc70 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d1`68dffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d1`689ff9f8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
000000d1`689ffa00 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
000000d1`689ffa70 00007ffd`02d64cb0     postgres!pg_signal_thread(
000000d1`689ffb70 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d1`689ffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d1`685ff748 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d1`685ff750 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000d1`685ffa40 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d1`685ffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d1`681ff958 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d1`681ff960 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000d1`681ffc50 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d1`681ffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ca`c59ff1d0 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ca`c59ff210 00007ff6`463fd1ec     postgres!ExceptionalCondition(
000000ca`c59ff250 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ca`c59ff2a0 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000ca`c59ff2f0 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ca`c59ffc10 00007ff6`462aff08     postgres!PostmasterMain(
000000ca`c59ffdb0 00007ff6`468ae0c9     postgres!main(
000000ca`c59ffdf0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ca`c59ffe40 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ca`c59ffeb0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ca`c6dff4d8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ca`c6dff4e0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000ca`c6dff7d0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ca`c6dff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ca`c69ff6b8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ca`c69ff6c0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000ca`c69ff9b0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ca`c69ff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ca`c65ffc78 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
000000ca`c65ffc80 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
000000ca`c65ffcf0 00007ffd`02d64cb0     postgres!pg_signal_thread(
000000ca`c65ffdf0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ca`c65ffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ca`c61ffbd8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ca`c61ffbe0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000ca`c61ffed0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ca`c61fff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ca`c5dff808 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ca`c5dff810 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000ca`c5dffb00 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ca`c5dffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000007`bcdff478 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000007`bcdff480 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000007`bcdff770 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000007`bcdff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000007`bc9ffa98 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000007`bc9ffaa0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000007`bc9ffb10 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000007`bc9ffc10 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000007`bc9ffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000007`bc5ffc08 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000007`bc5ffc10 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000007`bc5fff00 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000007`bc5fff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000007`bc1ff678 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000007`bc1ff680 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000007`bc1ff970 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000007`bc1ff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000007`bbdfef80 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000007`bbdfefc0 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000007`bbdff000 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000007`bbdff050 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000007`bbdff0a0 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000007`bbdff9c0 00007ff6`462aff08     postgres!PostmasterMain(
00000007`bbdffb60 00007ff6`468ae0c9     postgres!main(
00000007`bbdffba0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000007`bbdffbf0 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000007`bbdffc60 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000047`3a1ff8c8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000047`3a1ff8d0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000047`3a1ffbc0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000047`3a1ffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000047`39dff828 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000047`39dff830 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000047`39dff8a0 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000047`39dff9a0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000047`39dff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000047`399ffbc8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000047`399ffbd0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000047`399ffec0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000047`399ffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000047`395ffbe8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000047`395ffbf0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000047`395ffee0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000047`395fff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000047`391ff0c0 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000047`391ff100 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000047`391ff140 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000047`391ff190 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000047`391ff1e0 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000047`391ffb00 00007ff6`462aff08     postgres!PostmasterMain(
00000047`391ffca0 00007ff6`468ae0c9     postgres!main(
00000047`391ffce0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000047`391ffd30 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000047`391ffda0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000004`667ff7d8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000004`667ff7e0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000004`667ffad0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000004`667ffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000004`673ffa28 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000004`673ffa30 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000004`673ffd20 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000004`673ffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000004`66fff648 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000004`66fff650 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000004`66fff6c0 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000004`66fff7c0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000004`66fff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000004`66bff708 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000004`66bff710 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000004`66bffa00 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000004`66bffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000004`663fecf0 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000004`663fed30 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000004`663fed70 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000004`663fedc0 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000004`663fee10 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000004`663ff730 00007ff6`462aff08     postgres!PostmasterMain(
00000004`663ff8d0 00007ff6`468ae0c9     postgres!main(
00000004`663ff910 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000004`663ff960 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000004`663ff9d0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000001`00bff928 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000001`00bff930 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000001`00bffc20 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000001`00bffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`00fff658 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000001`00fff660 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000001`00fff950 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000001`00fff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`013ffd78 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000001`013ffd80 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000001`013ffdf0 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000001`013ffef0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000001`013fff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`017ff9c8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000001`017ff9d0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000001`017ffcc0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000001`017ffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`007fee00 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000001`007fee40 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000001`007fee80 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000001`007feed0 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000001`007fef20 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000001`007ff840 00007ff6`462aff08     postgres!PostmasterMain(
00000001`007ff9e0 00007ff6`468ae0c9     postgres!main(
00000001`007ffa20 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000001`007ffa70 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000001`007ffae0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000003a`d77feb20 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000003a`d77feb60 00007ff6`463fd1ec     postgres!ExceptionalCondition(
0000003a`d77feba0 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000003a`d77febf0 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000003a`d77fec40 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000003a`d77ff560 00007ff6`462aff08     postgres!PostmasterMain(
0000003a`d77ff700 00007ff6`468ae0c9     postgres!main(
0000003a`d77ff740 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000003a`d77ff790 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000003a`d77ff800 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000003a`d7bff5b8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003a`d7bff5c0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000003a`d7bff8b0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003a`d7bff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003a`d7fff558 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003a`d7fff560 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000003a`d7fff850 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003a`d7fff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003a`d83ffae8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
0000003a`d83ffaf0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
0000003a`d83ffb60 00007ffd`02d64cb0     postgres!pg_signal_thread(
0000003a`d83ffc60 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003a`d83ffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003a`d87ffa48 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003a`d87ffa50 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000003a`d87ffd40 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003a`d87ffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a8`67bffa58 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a8`67bffa60 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000a8`67bffd50 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a8`67bffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a8`673ff998 00007ff6`463f6137     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000a8`673ff9a0 00007ff6`462afec9     postgres!SubPostmasterMain(
000000a8`673ffa10 00007ff6`468ae0c9     postgres!main(
000000a8`673ffa50 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a8`673ffaa0 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a8`673ffb10 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000a8`673ffb40 00007ffd`02d64cb0     postgres!mainCRTStartup(
000000a8`673ffb70 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a8`673ffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a8`677ffc08 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a8`677ffc10 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000a8`677fff00 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a8`677fff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cb`453ffc68 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
000000cb`453ffc70 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
000000cb`453ffce0 00007ffd`02d64cb0     postgres!pg_signal_thread(
000000cb`453ffde0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cb`453ffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cb`457ff718 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cb`457ff720 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000cb`457ffa10 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cb`457ffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cb`447ff150 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000cb`447ff190 00007ff6`463fd1ec     postgres!ExceptionalCondition(
000000cb`447ff1d0 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000cb`447ff220 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000cb`447ff270 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000cb`447ffb90 00007ff6`462aff08     postgres!PostmasterMain(
000000cb`447ffd30 00007ff6`468ae0c9     postgres!main(
000000cb`447ffd70 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000cb`447ffdc0 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000cb`447ffe30 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000cb`44bff6f8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cb`44bff700 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000cb`44bff9f0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cb`44bffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cb`44fff688 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cb`44fff690 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000cb`44fff980 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cb`44fff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ff`517ffa88 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ff`517ffa90 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000ff`517ffd80 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ff`517ffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ff`507ff8f8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ff`507ff900 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000ff`507ffbf0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ff`507ffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ff`50fff998 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ff`50fff9a0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000ff`50fffc90 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ff`50fffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ff`50bffb18 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ff`50bffb20 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000ff`50bffe10 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ff`50bffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ff`513ff6b8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
000000ff`513ff6c0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
000000ff`513ff730 00007ffd`02d64cb0     postgres!pg_signal_thread(
000000ff`513ff830 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ff`513ff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ff`503ff000 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ff`503ff040 00007ff6`463fd1ec     postgres!ExceptionalCondition(
000000ff`503ff080 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ff`503ff0d0 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000ff`503ff120 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ff`503ffa40 00007ff6`462aff08     postgres!PostmasterMain(
000000ff`503ffbe0 00007ff6`468ae0c9     postgres!main(
000000ff`503ffc20 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ff`503ffc70 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ff`503ffce0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000009a`051ff668 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009a`051ff670 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000009a`051ff960 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009a`051ff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009a`04dff538 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009a`04dff540 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000009a`04dff830 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009a`04dff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009a`049ff6f8 00007ff6`463f6137     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
0000009a`049ff700 00007ff6`462afec9     postgres!SubPostmasterMain(
0000009a`049ff770 00007ff6`468ae0c9     postgres!main(
0000009a`049ff7b0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000009a`049ff800 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000009a`049ff870 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
0000009a`049ff8a0 00007ffd`02d64cb0     postgres!mainCRTStartup(
0000009a`049ff8d0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009a`049ff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009a`055ff6d8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009a`055ff6e0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000009a`055ff9d0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009a`055ffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ed`6c7ff908 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ed`6c7ff910 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000ed`6c7ffc00 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ed`6c7ffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ed`6bffee70 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ed`6bffeeb0 00007ff6`463fd1ec     postgres!ExceptionalCondition(
000000ed`6bffeef0 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ed`6bffef40 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000ed`6bffef90 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ed`6bfff8b0 00007ff6`462aff08     postgres!PostmasterMain(
000000ed`6bfffa50 00007ff6`468ae0c9     postgres!main(
000000ed`6bfffa90 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ed`6bfffae0 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ed`6bfffb50 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ed`6c3ffbb8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ed`6c3ffbc0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000ed`6c3ffeb0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ed`6c3ffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ed`6cbff5c8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
000000ed`6cbff5d0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
000000ed`6cbff640 00007ffd`02d64cb0     postgres!pg_signal_thread(
000000ed`6cbff740 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ed`6cbff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ed`6cfff598 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ed`6cfff5a0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000ed`6cfff890 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ed`6cfff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005e`cadffb98 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005e`cadffba0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000005e`cadffe90 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005e`cadffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005e`ca9ffc38 00007ff6`463f6137     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
0000005e`ca9ffc40 00007ff6`462afec9     postgres!SubPostmasterMain(
0000005e`ca9ffcb0 00007ff6`468ae0c9     postgres!main(
0000005e`ca9ffcf0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000005e`ca9ffd40 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000005e`ca9ffdb0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
0000005e`ca9ffde0 00007ffd`02d64cb0     postgres!mainCRTStartup(
0000005e`ca9ffe10 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005e`ca9ffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005e`cb1ff958 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005e`cb1ff960 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000005e`cb1ffc50 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005e`cb1ffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a8`f6fffc08 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
000000a8`f6fffc10 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
000000a8`f6fffc80 00007ffd`02d64cb0     postgres!pg_signal_thread(
000000a8`f6fffd80 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a8`f6fffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a8`f73ff608 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a8`f73ff610 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000a8`f73ff900 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a8`f73ff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a8`f63febe0 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a8`f63fec20 00007ff6`463fd1ec     postgres!ExceptionalCondition(
000000a8`f63fec60 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000a8`f63fecb0 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000a8`f63fed00 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a8`f63ff620 00007ff6`462aff08     postgres!PostmasterMain(
000000a8`f63ff7c0 00007ff6`468ae0c9     postgres!main(
000000a8`f63ff800 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a8`f63ff850 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a8`f63ff8c0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a8`f67ff818 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a8`f67ff820 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000a8`f67ffb10 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a8`f67ffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a8`f6bff6c8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a8`f6bff6d0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000a8`f6bff9c0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a8`f6bff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e5`0cfff7c8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
000000e5`0cfff7d0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
000000e5`0cfff840 00007ffd`02d64cb0     postgres!pg_signal_thread(
000000e5`0cfff940 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e5`0cfff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e5`0d3ff5a8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e5`0d3ff5b0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000e5`0d3ff8a0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e5`0d3ff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e5`0c7ffbc8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e5`0c7ffbd0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000e5`0c7ffec0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e5`0c7ffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e5`0c3ff150 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e5`0c3ff190 00007ff6`463fd1ec     postgres!ExceptionalCondition(
000000e5`0c3ff1d0 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000e5`0c3ff220 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000e5`0c3ff270 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000e5`0c3ffb90 00007ff6`462aff08     postgres!PostmasterMain(
000000e5`0c3ffd30 00007ff6`468ae0c9     postgres!main(
000000e5`0c3ffd70 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e5`0c3ffdc0 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e5`0c3ffe30 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000e5`0cbff7d8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e5`0cbff7e0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000e5`0cbffad0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e5`0cbffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c9`db7ffd88 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
000000c9`db7ffd90 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
000000c9`db7ffe00 00007ffd`02d64cb0     postgres!pg_signal_thread(
000000c9`db7fff00 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c9`db7fff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c9`dbbff978 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c9`dbbff980 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000c9`dbbffc70 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c9`dbbffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c9`dabff030 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c9`dabff070 00007ff6`463fd1ec     postgres!ExceptionalCondition(
000000c9`dabff0b0 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c9`dabff100 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000c9`dabff150 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c9`dabffa70 00007ff6`462aff08     postgres!PostmasterMain(
000000c9`dabffc10 00007ff6`468ae0c9     postgres!main(
000000c9`dabffc50 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c9`dabffca0 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c9`dabffd10 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c9`dafffba8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c9`dafffbb0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000c9`dafffea0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c9`dafffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c9`db3ff988 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c9`db3ff990 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000c9`db3ffc80 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c9`db3ffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000073`00ffef60 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000073`00ffefa0 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000073`00ffefe0 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000073`00fff030 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000073`00fff080 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000073`00fff9a0 00007ff6`462aff08     postgres!PostmasterMain(
00000073`00fffb40 00007ff6`468ae0c9     postgres!main(
00000073`00fffb80 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000073`00fffbd0 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000073`00fffc40 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000073`013ff688 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000073`013ff690 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000073`013ff980 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000073`013ff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000073`017ff858 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000073`017ff860 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000073`017ff8d0 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000073`017ff9d0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000073`017ffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000073`01bff868 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000073`01bff870 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000073`01bffb60 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000073`01bffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000073`01fff9c8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000073`01fff9d0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000073`01fffcc0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000073`01fffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000004`f17ff180 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000004`f17ff1c0 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000004`f17ff200 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000004`f17ff250 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000004`f17ff2a0 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000004`f17ffbc0 00007ff6`462aff08     postgres!PostmasterMain(
00000004`f17ffd60 00007ff6`468ae0c9     postgres!main(
00000004`f17ffda0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000004`f17ffdf0 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000004`f17ffe60 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000004`f2bff6f8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000004`f2bff700 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000004`f2bff9f0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000004`f2bffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000004`f27ff738 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000004`f27ff740 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000004`f27ff7b0 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000004`f27ff8b0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000004`f27ff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000004`f23ffa08 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000004`f23ffa10 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000004`f23ffd00 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000004`f23ffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000004`f1fff738 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000004`f1fff740 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000004`f1fffa30 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000004`f1fffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000004`f1bff6d8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000004`f1bff6e0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000004`f1bff9d0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000004`f1bffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000017`0b9ffad8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000017`0b9ffae0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000017`0b9ffdd0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000017`0b9ffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000017`0b5ffa68 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000017`0b5ffa70 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000017`0b5ffae0 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000017`0b5ffbe0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000017`0b5ffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000017`0b1ff448 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000017`0b1ff450 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000017`0b1ff740 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000017`0b1ff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000017`0adffa08 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000017`0adffa10 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000017`0adffd00 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000017`0adffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000017`0a9ff9d8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000017`0a9ff9e0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000017`0a9ffcd0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000017`0a9ffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000017`0a5fec60 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000017`0a5feca0 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000017`0a5fece0 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000017`0a5fed30 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000017`0a5fed80 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000017`0a5ff6a0 00007ff6`462aff08     postgres!PostmasterMain(
00000017`0a5ff840 00007ff6`468ae0c9     postgres!main(
00000017`0a5ff880 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000017`0a5ff8d0 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000017`0a5ff940 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000054`3ffffae8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000054`3ffffaf0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000054`3ffffde0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000054`3ffffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000054`3fbff7a8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000054`3fbff7b0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000054`3fbff820 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000054`3fbff920 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000054`3fbff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000054`3f7ffc08 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000054`3f7ffc10 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000054`3f7fff00 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000054`3f7fff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000054`3f3ff4d8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000054`3f3ff4e0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000054`3f3ff7d0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000054`3f3ff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000054`3efff1d0 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000054`3efff210 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000054`3efff250 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000054`3efff2a0 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000054`3efff2f0 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000054`3efffc10 00007ff6`462aff08     postgres!PostmasterMain(
00000054`3efffdb0 00007ff6`468ae0c9     postgres!main(
00000054`3efffdf0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000054`3efffe40 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000054`3efffeb0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000009`821ffc58 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000009`821ffc60 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000009`821ffcd0 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000009`821ffdd0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000009`821ffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000009`815fefb0 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000009`815feff0 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000009`815ff030 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000009`815ff080 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000009`815ff0d0 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000009`815ff9f0 00007ff6`462aff08     postgres!PostmasterMain(
00000009`815ffb90 00007ff6`468ae0c9     postgres!main(
00000009`815ffbd0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000009`815ffc20 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000009`815ffc90 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000009`819ff6a8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000009`819ff6b0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000009`819ff9a0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000009`819ff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000009`81dff838 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000009`81dff840 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000009`81dffb30 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000009`81dffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000009`825ff8d8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000009`825ff8e0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000009`825ffbd0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000009`825ffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005a`bf1ffcb8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
0000005a`bf1ffcc0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
0000005a`bf1ffd30 00007ffd`02d64cb0     postgres!pg_signal_thread(
0000005a`bf1ffe30 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005a`bf1ffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005a`be5fee70 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000005a`be5feeb0 00007ff6`463fd1ec     postgres!ExceptionalCondition(
0000005a`be5feef0 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000005a`be5fef40 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000005a`be5fef90 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000005a`be5ff8b0 00007ff6`462aff08     postgres!PostmasterMain(
0000005a`be5ffa50 00007ff6`468ae0c9     postgres!main(
0000005a`be5ffa90 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000005a`be5ffae0 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000005a`be5ffb50 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000005a`be9ff588 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005a`be9ff590 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000005a`be9ff880 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005a`be9ff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005a`bedff778 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005a`bedff780 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000005a`bedffa70 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005a`bedffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005a`bf5ff998 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005a`bf5ff9a0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000005a`bf5ffc90 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005a`bf5ffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c2`52fff5c8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
000000c2`52fff5d0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
000000c2`52fff640 00007ffd`02d64cb0     postgres!pg_signal_thread(
000000c2`52fff740 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c2`52fff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c2`527ff030 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c2`527ff070 00007ff6`463fd1ec     postgres!ExceptionalCondition(
000000c2`527ff0b0 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c2`527ff100 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000c2`527ff150 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c2`527ffa70 00007ff6`462aff08     postgres!PostmasterMain(
000000c2`527ffc10 00007ff6`468ae0c9     postgres!main(
000000c2`527ffc50 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c2`527ffca0 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c2`527ffd10 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c2`52bff828 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c2`52bff830 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000c2`52bffb20 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c2`52bffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c2`533ff618 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c2`533ff620 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000c2`533ff910 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c2`533ff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c2`537ff4b8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c2`537ff4c0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000c2`537ff7b0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c2`537ff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f1`cb5ffa08 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f1`cb5ffa10 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000f1`cb5ffd00 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f1`cb5ffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f1`ca9fec20 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f1`ca9fec60 00007ff6`463fd1ec     postgres!ExceptionalCondition(
000000f1`ca9feca0 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f1`ca9fecf0 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000f1`ca9fed40 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f1`ca9ff660 00007ff6`462aff08     postgres!PostmasterMain(
000000f1`ca9ff800 00007ff6`468ae0c9     postgres!main(
000000f1`ca9ff840 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f1`ca9ff890 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f1`ca9ff900 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f1`cadffa18 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f1`cadffa20 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000f1`cadffd10 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f1`cadffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f1`cb1ff6f8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
000000f1`cb1ff700 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
000000f1`cb1ff770 00007ffd`02d64cb0     postgres!pg_signal_thread(
000000f1`cb1ff870 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f1`cb1ff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f1`cb9ff508 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f1`cb9ff510 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000f1`cb9ff800 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f1`cb9ff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000082`b39ffa28 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000082`b39ffa30 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000082`b39ffd20 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000082`b39ffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000082`b25fea10 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000082`b25fea50 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000082`b25fea90 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000082`b25feae0 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000082`b25feb30 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000082`b25ff450 00007ff6`462aff08     postgres!PostmasterMain(
00000082`b25ff5f0 00007ff6`468ae0c9     postgres!main(
00000082`b25ff630 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000082`b25ff680 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000082`b25ff6f0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000082`b29ff968 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000082`b29ff970 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000082`b29ffc60 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000082`b29ffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000082`b2dff798 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000082`b2dff7a0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000082`b2dffa90 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000082`b2dffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000082`b31ff918 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000082`b31ff920 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000082`b31ffc10 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000082`b31ffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000082`b35ffac8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000082`b35ffad0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000082`b35ffb40 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000082`b35ffc40 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000082`b35ffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000091`bddffc38 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000091`bddffc40 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000091`bddfff30 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000091`bddfff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000091`bd1fef10 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000091`bd1fef50 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000091`bd1fef90 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000091`bd1fefe0 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000091`bd1ff030 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000091`bd1ff950 00007ff6`462aff08     postgres!PostmasterMain(
00000091`bd1ffaf0 00007ff6`468ae0c9     postgres!main(
00000091`bd1ffb30 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000091`bd1ffb80 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000091`bd1ffbf0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000091`bd5ff6d8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000091`bd5ff6e0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000091`bd5ff9d0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000091`bd5ffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000091`bd9ffb58 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000091`bd9ffb60 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000091`bd9ffbd0 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000091`bd9ffcd0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000091`bd9ffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000091`be1ff4b8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000091`be1ff4c0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000091`be1ff7b0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000091`be1ff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000aa`56bff748 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
000000aa`56bff750 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
000000aa`56bff7c0 00007ffd`02d64cb0     postgres!pg_signal_thread(
000000aa`56bff8c0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000aa`56bff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000aa`55ffeab0 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000aa`55ffeaf0 00007ff6`463fd1ec     postgres!ExceptionalCondition(
000000aa`55ffeb30 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000aa`55ffeb80 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000aa`55ffebd0 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000aa`55fff4f0 00007ff6`462aff08     postgres!PostmasterMain(
000000aa`55fff690 00007ff6`468ae0c9     postgres!main(
000000aa`55fff6d0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000aa`55fff720 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000aa`55fff790 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000aa`563ff448 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000aa`563ff450 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000aa`563ff740 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000aa`563ff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000aa`567ff4a8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000aa`567ff4b0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000aa`567ff7a0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000aa`567ff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000aa`56fff478 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000aa`56fff480 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000aa`56fff770 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000aa`56fff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b2`863ff868 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
000000b2`863ff870 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
000000b2`863ff8e0 00007ffd`02d64cb0     postgres!pg_signal_thread(
000000b2`863ff9e0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b2`863ffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b2`857fee80 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b2`857feec0 00007ff6`463fd1ec     postgres!ExceptionalCondition(
000000b2`857fef00 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000b2`857fef50 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000b2`857fefa0 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000b2`857ff8c0 00007ff6`462aff08     postgres!PostmasterMain(
000000b2`857ffa60 00007ff6`468ae0c9     postgres!main(
000000b2`857ffaa0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b2`857ffaf0 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000b2`857ffb60 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000b2`85bff688 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b2`85bff690 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000b2`85bff980 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b2`85bff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b2`85fff5d8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b2`85fff5e0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000b2`85fff8d0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b2`85fff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b2`867ff738 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b2`867ff740 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000b2`867ffa30 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b2`867ffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000038`0e3ffb18 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000038`0e3ffb20 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000038`0e3ffe10 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000038`0e3ffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000038`0cffeaf0 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000038`0cffeb30 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000038`0cffeb70 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000038`0cffebc0 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000038`0cffec10 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000038`0cfff530 00007ff6`462aff08     postgres!PostmasterMain(
00000038`0cfff6d0 00007ff6`468ae0c9     postgres!main(
00000038`0cfff710 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000038`0cfff760 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000038`0cfff7d0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000038`0d3ffb38 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000038`0d3ffb40 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000038`0d3ffe30 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000038`0d3ffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000038`0d7ff618 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000038`0d7ff620 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000038`0d7ff910 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000038`0d7ff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000038`0dbffb48 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000038`0dbffb50 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000038`0dbffe40 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000038`0dbffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000038`0dfff698 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000038`0dfff6a0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000038`0dfff710 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000038`0dfff810 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000038`0dfff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cb`2c1ff578 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cb`2c1ff580 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000cb`2c1ff870 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cb`2c1ff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cb`2c9ff7f8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cb`2c9ff800 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000cb`2c9ffaf0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cb`2c9ffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cb`2cdff5e8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
000000cb`2cdff5f0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
000000cb`2cdff660 00007ffd`02d64cb0     postgres!pg_signal_thread(
000000cb`2cdff760 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cb`2cdff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cb`2d1ff4a8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cb`2d1ff4b0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000cb`2d1ff7a0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cb`2d1ff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cb`2bdfeb80 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000cb`2bdfebc0 00007ff6`463fd1ec     postgres!ExceptionalCondition(
000000cb`2bdfec00 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000cb`2bdfec50 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000cb`2bdfeca0 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000cb`2bdff5c0 00007ff6`462aff08     postgres!PostmasterMain(
000000cb`2bdff760 00007ff6`468ae0c9     postgres!main(
000000cb`2bdff7a0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000cb`2bdff7f0 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000cb`2bdff860 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000cb`2c5ff688 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cb`2c5ff690 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000cb`2c5ff980 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cb`2c5ff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000041`013ff548 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000041`013ff550 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000041`013ff840 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000041`013ff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000041`017ffc38 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000041`017ffc40 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000041`017fff30 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000041`017fff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000041`01bffbb8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000041`01bffbc0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000041`01bffc30 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000041`01bffd30 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000041`01bffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000041`01fffa38 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000041`01fffa40 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000041`01fffd30 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000041`01fffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000041`00bfec30 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000041`00bfec70 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000041`00bfecb0 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000041`00bfed00 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000041`00bfed50 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000041`00bff670 00007ff6`462aff08     postgres!PostmasterMain(
00000041`00bff810 00007ff6`468ae0c9     postgres!main(
00000041`00bff850 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000041`00bff8a0 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000041`00bff910 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000041`00fff968 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000041`00fff970 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000041`00fffc60 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000041`00fffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000015`273ff558 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000015`273ff560 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000015`273ff850 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000015`273ff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000015`27fffaf8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000015`27fffb00 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000015`27fffb70 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000015`27fffc70 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000015`27fffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000015`283ff6d8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000015`283ff6e0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000015`283ff9d0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000015`283ffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000015`26fff150 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000015`26fff190 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000015`26fff1d0 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000015`26fff220 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000015`26fff270 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000015`26fffb90 00007ff6`462aff08     postgres!PostmasterMain(
00000015`26fffd30 00007ff6`468ae0c9     postgres!main(
00000015`26fffd70 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000015`26fffdc0 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000015`26fffe30 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000015`277ff7c8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000015`277ff7d0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000015`277ffac0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000015`277ffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000015`27bffc28 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000015`27bffc30 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000015`27bfff20 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000015`27bfff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f6`6f9fed60 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f6`6f9feda0 00007ff6`463fd1ec     postgres!ExceptionalCondition(
000000f6`6f9fede0 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f6`6f9fee30 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000f6`6f9fee80 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f6`6f9ff7a0 00007ff6`462aff08     postgres!PostmasterMain(
000000f6`6f9ff940 00007ff6`468ae0c9     postgres!main(
000000f6`6f9ff980 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f6`6f9ff9d0 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f6`6f9ffa40 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f6`705ffab8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
000000f6`705ffac0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
000000f6`705ffb30 00007ffd`02d64cb0     postgres!pg_signal_thread(
000000f6`705ffc30 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f6`705ffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f6`6fdff7a8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f6`6fdff7b0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000f6`6fdffaa0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f6`6fdffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f6`701ff548 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f6`701ff550 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000f6`701ff840 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f6`701ff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f6`709ffb88 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f6`709ffb90 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000f6`709ffe80 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f6`709ffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000048`881ffa88 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000048`881ffa90 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000048`881ffb00 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000048`881ffc00 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000048`881ffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000048`875fefa0 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000048`875fefe0 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000048`875ff020 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000048`875ff070 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000048`875ff0c0 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000048`875ff9e0 00007ff6`462aff08     postgres!PostmasterMain(
00000048`875ffb80 00007ff6`468ae0c9     postgres!main(
00000048`875ffbc0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000048`875ffc10 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000048`875ffc80 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000048`879ff6c8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000048`879ff6d0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000048`879ff9c0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000048`879ff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000048`87dffa68 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000048`87dffa70 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000048`87dffd60 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000048`87dffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000048`885ff518 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000048`885ff520 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000048`885ff810 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000048`885ff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000018`fa1ff878 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000018`fa1ff880 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000018`fa1ffb70 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000018`fa1ffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000018`f9dfed60 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000018`f9dfeda0 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000018`f9dfede0 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000018`f9dfee30 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000018`f9dfee80 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000018`f9dff7a0 00007ff6`462aff08     postgres!PostmasterMain(
00000018`f9dff940 00007ff6`468ae0c9     postgres!main(
00000018`f9dff980 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000018`f9dff9d0 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000018`f9dffa40 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000018`fa5ffb68 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000018`fa5ffb70 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000018`fa5ffe60 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000018`fa5ffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000018`fa9ff738 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000018`fa9ff740 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000018`fa9ff7b0 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000018`fa9ff8b0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000018`fa9ff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000018`fadffc08 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000018`fadffc10 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000018`fadfff00 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000018`fadfff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000019`9efff8b8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000019`9efff8c0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000019`9efffbb0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000019`9efffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000019`9dbfebe0 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000019`9dbfec20 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000019`9dbfec60 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000019`9dbfecb0 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000019`9dbfed00 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000019`9dbff620 00007ff6`462aff08     postgres!PostmasterMain(
00000019`9dbff7c0 00007ff6`468ae0c9     postgres!main(
00000019`9dbff800 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000019`9dbff850 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000019`9dbff8c0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000019`9dfff8b8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000019`9dfff8c0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000019`9dfffbb0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000019`9dfffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000019`9e3ff708 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000019`9e3ff710 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000019`9e3ffa00 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000019`9e3ffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000019`9e7ff588 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000019`9e7ff590 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000019`9e7ff880 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000019`9e7ff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000019`9ebffd88 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000019`9ebffd90 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000019`9ebffe00 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000019`9ebfff00 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000019`9ebfff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000017`051ffae8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000017`051ffaf0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000017`051ffb60 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000017`051ffc60 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000017`051ffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000017`041feaf0 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000017`041feb30 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000017`041feb70 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000017`041febc0 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000017`041fec10 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000017`041ff530 00007ff6`462aff08     postgres!PostmasterMain(
00000017`041ff6d0 00007ff6`468ae0c9     postgres!main(
00000017`041ff710 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000017`041ff760 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000017`041ff7d0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000017`045ff8f8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000017`045ff900 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000017`045ffbf0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000017`045ffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000017`049ff658 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000017`049ff660 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000017`049ff950 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000017`049ff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000017`04dff978 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000017`04dff980 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000017`04dffc70 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000017`04dffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000017`055ff6b8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000017`055ff6c0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000017`055ff9b0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000017`055ff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003c`a13ffd28 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
0000003c`a13ffd30 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
0000003c`a13ffda0 00007ffd`02d64cb0     postgres!pg_signal_thread(
0000003c`a13ffea0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003c`a13ffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003c`a03febe0 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000003c`a03fec20 00007ff6`463fd1ec     postgres!ExceptionalCondition(
0000003c`a03fec60 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000003c`a03fecb0 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000003c`a03fed00 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000003c`a03ff620 00007ff6`462aff08     postgres!PostmasterMain(
0000003c`a03ff7c0 00007ff6`468ae0c9     postgres!main(
0000003c`a03ff800 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000003c`a03ff850 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000003c`a03ff8c0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000003c`a07ff538 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003c`a07ff540 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000003c`a07ff830 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003c`a07ff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003c`a0bff998 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003c`a0bff9a0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000003c`a0bffc90 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003c`a0bffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003c`a0fffa48 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003c`a0fffa50 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000003c`a0fffd40 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003c`a0fffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003c`a17ff738 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003c`a17ff740 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000003c`a17ffa30 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003c`a17ffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007d`ff9ffb08 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007d`ff9ffb10 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000007d`ff9ffe00 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007d`ff9ffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007d`fedff040 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000007d`fedff080 00007ff6`463fd1ec     postgres!ExceptionalCondition(
0000007d`fedff0c0 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000007d`fedff110 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000007d`fedff160 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000007d`fedffa80 00007ff6`462aff08     postgres!PostmasterMain(
0000007d`fedffc20 00007ff6`468ae0c9     postgres!main(
0000007d`fedffc60 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000007d`fedffcb0 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000007d`fedffd20 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000007d`ff1ff478 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007d`ff1ff480 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000007d`ff1ff770 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007d`ff1ff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007d`ff5ff988 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
0000007d`ff5ff990 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
0000007d`ff5ffa00 00007ffd`02d64cb0     postgres!pg_signal_thread(
0000007d`ff5ffb00 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007d`ff5ffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007d`ffdff998 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007d`ffdff9a0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000007d`ffdffc90 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007d`ffdffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000019`bffff618 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000019`bffff620 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000019`bffff690 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000019`bffff790 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000019`bffff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000019`bf7fea20 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000019`bf7fea60 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000019`bf7feaa0 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000019`bf7feaf0 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000019`bf7feb40 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000019`bf7ff460 00007ff6`462aff08     postgres!PostmasterMain(
00000019`bf7ff600 00007ff6`468ae0c9     postgres!main(
00000019`bf7ff640 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000019`bf7ff690 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000019`bf7ff700 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000019`c07ffb88 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000019`c07ffb90 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000019`c07ffe80 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000019`c07ffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000019`bfbff948 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000019`bfbff950 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000019`bfbffc40 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000019`bfbffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000019`c03ffa68 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000019`c03ffa70 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000019`c03ffd60 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000019`c03ffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000005`519fed80 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000005`519fedc0 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000005`519fee00 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000005`519fee50 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000005`519feea0 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000005`519ff7c0 00007ff6`462aff08     postgres!PostmasterMain(
00000005`519ff960 00007ff6`468ae0c9     postgres!main(
00000005`519ff9a0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000005`519ff9f0 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000005`519ffa60 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000005`51dff9b8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000005`51dff9c0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000005`51dffcb0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000005`51dffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000005`521ff628 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000005`521ff630 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000005`521ff920 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000005`521ff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000005`525ff5f8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000005`525ff600 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000005`525ff8f0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000005`525ff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000005`529ffdb8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000005`529ffdc0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000005`529ffe30 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000005`529fff30 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000005`529fff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000005`52dffa08 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000005`52dffa10 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000005`52dffd00 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000005`52dffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000063`56bffb28 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000063`56bffb30 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000063`56bffe20 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000063`56bffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000063`55ffed30 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000063`55ffed70 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000063`55ffedb0 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000063`55ffee00 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000063`55ffee50 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000063`55fff770 00007ff6`462aff08     postgres!PostmasterMain(
00000063`55fff910 00007ff6`468ae0c9     postgres!main(
00000063`55fff950 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000063`55fff9a0 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000063`55fffa10 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000063`56fffc28 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000063`56fffc30 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000063`56ffff20 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000063`56ffff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000063`567ff6d8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000063`567ff6e0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000063`567ff750 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000063`567ff850 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000063`567ff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000063`563ff668 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000063`563ff670 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000063`563ff960 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000063`563ff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d1`b6bff768 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d1`b6bff770 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000d1`b6bffa60 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d1`b6bffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d1`b77ffa08 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d1`b77ffa10 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000d1`b77ffd00 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d1`b77ffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d1`b6fff498 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d1`b6fff4a0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000d1`b6fff790 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d1`b6fff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d1`b73ffa78 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
000000d1`b73ffa80 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
000000d1`b73ffaf0 00007ffd`02d64cb0     postgres!pg_signal_thread(
000000d1`b73ffbf0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d1`b73ffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d1`b67fea00 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d1`b67fea40 00007ff6`463fd1ec     postgres!ExceptionalCondition(
000000d1`b67fea80 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000d1`b67fead0 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000d1`b67feb20 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000d1`b67ff440 00007ff6`462aff08     postgres!PostmasterMain(
000000d1`b67ff5e0 00007ff6`468ae0c9     postgres!main(
000000d1`b67ff620 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d1`b67ff670 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d1`b67ff6e0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000009`02bffca8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000009`02bffcb0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000009`02bffd20 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000009`02bffe20 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000009`02bffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000009`023feae0 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000009`023feb20 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000009`023feb60 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000009`023febb0 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000009`023fec00 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000009`023ff520 00007ff6`462aff08     postgres!PostmasterMain(
00000009`023ff6c0 00007ff6`468ae0c9     postgres!main(
00000009`023ff700 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000009`023ff750 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000009`023ff7c0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000009`027ffb18 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000009`027ffb20 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000009`027ffe10 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000009`027ffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000009`02fff798 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000009`02fff7a0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000009`02fffa90 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000009`02fffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000009`033ff8f8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000009`033ff900 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000009`033ffbf0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000009`033ffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000095`e1fff6c8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000095`e1fff6d0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000095`e1fff9c0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000095`e1fff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000095`e17ffa38 00007ff6`463f6137     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000095`e17ffa40 00007ff6`462afec9     postgres!SubPostmasterMain(
00000095`e17ffab0 00007ff6`468ae0c9     postgres!main(
00000095`e17ffaf0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000095`e17ffb40 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000095`e17ffbb0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000095`e17ffbe0 00007ffd`02d64cb0     postgres!mainCRTStartup(
00000095`e17ffc10 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000095`e17ffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000095`e1bff918 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000095`e1bff920 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000095`e1bffc10 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000095`e1bffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d7`b03ff090 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d7`b03ff0d0 00007ff6`463fd1ec     postgres!ExceptionalCondition(
000000d7`b03ff110 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000d7`b03ff160 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000d7`b03ff1b0 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000d7`b03ffad0 00007ff6`462aff08     postgres!PostmasterMain(
000000d7`b03ffc70 00007ff6`468ae0c9     postgres!main(
000000d7`b03ffcb0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d7`b03ffd00 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d7`b03ffd70 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000d7`b07ff9a8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d7`b07ff9b0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000d7`b07ffca0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d7`b07ffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d7`b0bff928 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d7`b0bff930 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000d7`b0bffc20 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d7`b0bffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d7`b0fff7f8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
000000d7`b0fff800 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
000000d7`b0fff870 00007ffd`02d64cb0     postgres!pg_signal_thread(
000000d7`b0fff970 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d7`b0fff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d7`b13ff868 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d7`b13ff870 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000d7`b13ffb60 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d7`b13ffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f0`f2dff928 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
000000f0`f2dff930 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
000000f0`f2dff9a0 00007ffd`02d64cb0     postgres!pg_signal_thread(
000000f0`f2dffaa0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f0`f2dffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f0`f21fead0 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f0`f21feb10 00007ff6`463fd1ec     postgres!ExceptionalCondition(
000000f0`f21feb50 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f0`f21feba0 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000f0`f21febf0 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f0`f21ff510 00007ff6`462aff08     postgres!PostmasterMain(
000000f0`f21ff6b0 00007ff6`468ae0c9     postgres!main(
000000f0`f21ff6f0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f0`f21ff740 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f0`f21ff7b0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f0`f25ff8d8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f0`f25ff8e0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000f0`f25ffbd0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f0`f25ffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f0`f29ffa58 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f0`f29ffa60 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000f0`f29ffd50 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f0`f29ffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f0`f31ffc28 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f0`f31ffc30 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000f0`f31fff20 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f0`f31fff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000053`a29ff668 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000053`a29ff670 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000053`a29ff960 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000053`a29ff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000053`a1dff030 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000053`a1dff070 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000053`a1dff0b0 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000053`a1dff100 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000053`a1dff150 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000053`a1dffa70 00007ff6`462aff08     postgres!PostmasterMain(
00000053`a1dffc10 00007ff6`468ae0c9     postgres!main(
00000053`a1dffc50 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000053`a1dffca0 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000053`a1dffd10 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000053`a21ff698 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000053`a21ff6a0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000053`a21ff990 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000053`a21ff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000053`a25ffae8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000053`a25ffaf0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000053`a25ffb60 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000053`a25ffc60 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000053`a25ffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000053`a2dff448 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000053`a2dff450 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000053`a2dff740 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000053`a2dff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000088`d87ffa88 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000088`d87ffa90 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000088`d87ffd80 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000088`d87ffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000088`d7bfeba0 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000088`d7bfebe0 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000088`d7bfec20 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000088`d7bfec70 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000088`d7bfecc0 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000088`d7bff5e0 00007ff6`462aff08     postgres!PostmasterMain(
00000088`d7bff780 00007ff6`468ae0c9     postgres!main(
00000088`d7bff7c0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000088`d7bff810 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000088`d7bff880 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000088`d7fff928 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000088`d7fff930 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000088`d7fffc20 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000088`d7fffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000088`d83ffc58 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000088`d83ffc60 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000088`d83ffcd0 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000088`d83ffdd0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000088`d83ffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000088`d8bffaa8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000088`d8bffab0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000088`d8bffda0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000088`d8bffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003f`42dff4f8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003f`42dff500 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000003f`42dff7f0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003f`42dff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003f`439ff698 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003f`439ff6a0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000003f`439ff990 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003f`439ff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003f`435ff838 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003f`435ff840 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000003f`435ffb30 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003f`435ffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003f`431ffb48 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
0000003f`431ffb50 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
0000003f`431ffbc0 00007ffd`02d64cb0     postgres!pg_signal_thread(
0000003f`431ffcc0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003f`431ffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003f`429fec70 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000003f`429fecb0 00007ff6`463fd1ec     postgres!ExceptionalCondition(
0000003f`429fecf0 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000003f`429fed40 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000003f`429fed90 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000003f`429ff6b0 00007ff6`462aff08     postgres!PostmasterMain(
0000003f`429ff850 00007ff6`468ae0c9     postgres!main(
0000003f`429ff890 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000003f`429ff8e0 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000003f`429ff950 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a3`b3bffa68 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a3`b3bffa70 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000a3`b3bffd60 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a3`b3bffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a3`b37fee40 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a3`b37fee80 00007ff6`463fd1ec     postgres!ExceptionalCondition(
000000a3`b37feec0 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000a3`b37fef10 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000a3`b37fef60 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a3`b37ff880 00007ff6`462aff08     postgres!PostmasterMain(
000000a3`b37ffa20 00007ff6`468ae0c9     postgres!main(
000000a3`b37ffa60 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a3`b37ffab0 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a3`b37ffb20 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a3`b43ff578 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a3`b43ff580 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000a3`b43ff870 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a3`b43ff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a3`b47ff9d8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
000000a3`b47ff9e0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
000000a3`b47ffa50 00007ffd`02d64cb0     postgres!pg_signal_thread(
000000a3`b47ffb50 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a3`b47ffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a3`b4bff6d8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a3`b4bff6e0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000a3`b4bff9d0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a3`b4bffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a3`b3fffb98 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a3`b3fffba0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000a3`b3fffe90 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a3`b3fffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000075`c4dff4b8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000075`c4dff4c0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000075`c4dff7b0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000075`c4dff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000075`c49ff738 00007ff6`463f6137     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000075`c49ff740 00007ff6`462afec9     postgres!SubPostmasterMain(
00000075`c49ff7b0 00007ff6`468ae0c9     postgres!main(
00000075`c49ff7f0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000075`c49ff840 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000075`c49ff8b0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000075`c49ff8e0 00007ffd`02d64cb0     postgres!mainCRTStartup(
00000075`c49ff910 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000075`c49ff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000075`c51ff6e8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000075`c51ff6f0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000075`c51ff9e0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000075`c51ffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005b`06fff5a8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005b`06fff5b0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000005b`06fff8a0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005b`06fff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005b`077ffa68 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005b`077ffa70 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000005b`077ffd60 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005b`077ffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005b`067ff170 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000005b`067ff1b0 00007ff6`463fd1ec     postgres!ExceptionalCondition(
0000005b`067ff1f0 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000005b`067ff240 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000005b`067ff290 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000005b`067ffbb0 00007ff6`462aff08     postgres!PostmasterMain(
0000005b`067ffd50 00007ff6`468ae0c9     postgres!main(
0000005b`067ffd90 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000005b`067ffde0 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000005b`067ffe50 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000005b`06bff888 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005b`06bff890 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000005b`06bffb80 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005b`06bffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005b`073ffab8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
0000005b`073ffac0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
0000005b`073ffb30 00007ffd`02d64cb0     postgres!pg_signal_thread(
0000005b`073ffc30 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005b`073ffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004b`8bfff5d8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004b`8bfff5e0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000004b`8bfff8d0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004b`8bfff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004b`8bbffb88 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
0000004b`8bbffb90 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
0000004b`8bbffc00 00007ffd`02d64cb0     postgres!pg_signal_thread(
0000004b`8bbffd00 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004b`8bbffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004b`8b7ff818 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004b`8b7ff820 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000004b`8b7ffb10 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004b`8b7ffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004b`8b3fea90 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000004b`8b3fead0 00007ff6`463fd1ec     postgres!ExceptionalCondition(
0000004b`8b3feb10 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000004b`8b3feb60 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000004b`8b3febb0 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000004b`8b3ff4d0 00007ff6`462aff08     postgres!PostmasterMain(
0000004b`8b3ff670 00007ff6`468ae0c9     postgres!main(
0000004b`8b3ff6b0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000004b`8b3ff700 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000004b`8b3ff770 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000004b`8c3ff558 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004b`8c3ff560 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000004b`8c3ff850 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004b`8c3ff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000098`fc9ff908 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000098`fc9ff910 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000098`fc9ffc00 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000098`fc9ffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000098`fc5fedc0 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000098`fc5fee00 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000098`fc5fee40 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000098`fc5fee90 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000098`fc5feee0 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000098`fc5ff800 00007ff6`462aff08     postgres!PostmasterMain(
00000098`fc5ff9a0 00007ff6`468ae0c9     postgres!main(
00000098`fc5ff9e0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000098`fc5ffa30 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000098`fc5ffaa0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000098`fcdffc38 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000098`fcdffc40 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000098`fcdffcb0 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000098`fcdffdb0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000098`fcdffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000098`fd5ff548 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000098`fd5ff550 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000098`fd5ff840 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000098`fd5ff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000098`fd1ffbe8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000098`fd1ffbf0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000098`fd1ffee0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000098`fd1fff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006f`af1ffac8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006f`af1ffad0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000006f`af1ffdc0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006f`af1ffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006f`ae9fedc0 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000006f`ae9fee00 00007ff6`463fd1ec     postgres!ExceptionalCondition(
0000006f`ae9fee40 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000006f`ae9fee90 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000006f`ae9feee0 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000006f`ae9ff800 00007ff6`462aff08     postgres!PostmasterMain(
0000006f`ae9ff9a0 00007ff6`468ae0c9     postgres!main(
0000006f`ae9ff9e0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000006f`ae9ffa30 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000006f`ae9ffaa0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000006f`aedff9f8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006f`aedffa00 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000006f`aedffcf0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006f`aedffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006f`af5ff5f8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
0000006f`af5ff600 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
0000006f`af5ff670 00007ffd`02d64cb0     postgres!pg_signal_thread(
0000006f`af5ff770 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006f`af5ff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006f`af9ff608 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006f`af9ff610 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000006f`af9ff900 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006f`af9ff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006f`afdffc18 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006f`afdffc20 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000006f`afdfff10 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006f`afdfff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000034`cb9ff030 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000034`cb9ff070 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000034`cb9ff0b0 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000034`cb9ff100 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000034`cb9ff150 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000034`cb9ffa70 00007ff6`462aff08     postgres!PostmasterMain(
00000034`cb9ffc10 00007ff6`468ae0c9     postgres!main(
00000034`cb9ffc50 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000034`cb9ffca0 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000034`cb9ffd10 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000034`cbdff798 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000034`cbdff7a0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000034`cbdffa90 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000034`cbdffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000034`ccdffc28 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000034`ccdffc30 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000034`ccdfff20 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000034`ccdfff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000034`cc1ff798 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000034`cc1ff7a0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000034`cc1ffa90 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000034`cc1ffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000034`cc5ff6a8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000034`cc5ff6b0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000034`cc5ff9a0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000034`cc5ff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000034`cc9ff868 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000034`cc9ff870 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000034`cc9ff8e0 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000034`cc9ff9e0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000034`cc9ffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000062`32fff878 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000062`32fff880 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000062`32fff8f0 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000062`32fff9f0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000062`32fffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000062`337ff7e8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000062`337ff7f0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000062`337ffae0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000062`337ffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000062`327ff0c0 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000062`327ff100 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000062`327ff140 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000062`327ff190 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000062`327ff1e0 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000062`327ffb00 00007ff6`462aff08     postgres!PostmasterMain(
00000062`327ffca0 00007ff6`468ae0c9     postgres!main(
00000062`327ffce0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000062`327ffd30 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000062`327ffda0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000062`333ffae8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000062`333ffaf0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000062`333ffde0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000062`333ffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000062`32bff5b8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000062`32bff5c0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000062`32bff8b0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000062`32bff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000080`a2bff528 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000080`a2bff530 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000080`a2bff820 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000080`a2bff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000080`a1fff130 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000080`a1fff170 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000080`a1fff1b0 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000080`a1fff200 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000080`a1fff250 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000080`a1fffb70 00007ff6`462aff08     postgres!PostmasterMain(
00000080`a1fffd10 00007ff6`468ae0c9     postgres!main(
00000080`a1fffd50 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000080`a1fffda0 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000080`a1fffe10 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000080`a23ffb88 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000080`a23ffb90 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000080`a23ffe80 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000080`a23ffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000080`a27ffc68 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000080`a27ffc70 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000080`a27ffce0 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000080`a27ffde0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000080`a27ffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000080`a2fff748 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000080`a2fff750 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000080`a2fffa40 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000080`a2fffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000027`e7fff1b0 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000027`e7fff1f0 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000027`e7fff230 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000027`e7fff280 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000027`e7fff2d0 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000027`e7fffbf0 00007ff6`462aff08     postgres!PostmasterMain(
00000027`e7fffd90 00007ff6`468ae0c9     postgres!main(
00000027`e7fffdd0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000027`e7fffe20 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000027`e7fffe90 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000027`e8fffc28 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000027`e8fffc30 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000027`e8ffff20 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000027`e8ffff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000027`e8bff828 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000027`e8bff830 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000027`e8bff8a0 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000027`e8bff9a0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000027`e8bff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000027`e87ff9b8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000027`e87ff9c0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000027`e87ffcb0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000027`e87ffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000027`e83ff718 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000027`e83ff720 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000027`e83ffa10 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000027`e83ffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004a`c93fefc0 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000004a`c93ff000 00007ff6`463fd1ec     postgres!ExceptionalCondition(
0000004a`c93ff040 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000004a`c93ff090 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000004a`c93ff0e0 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000004a`c93ffa00 00007ff6`462aff08     postgres!PostmasterMain(
0000004a`c93ffba0 00007ff6`468ae0c9     postgres!main(
0000004a`c93ffbe0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000004a`c93ffc30 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000004a`c93ffca0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000004a`ca3ffa48 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004a`ca3ffa50 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000004a`ca3ffd40 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004a`ca3ffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004a`c9fffcb8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
0000004a`c9fffcc0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
0000004a`c9fffd30 00007ffd`02d64cb0     postgres!pg_signal_thread(
0000004a`c9fffe30 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004a`c9fffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004a`c9bffa18 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004a`c9bffa20 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000004a`c9bffd10 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004a`c9bffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004a`c97ff598 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004a`c97ff5a0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000004a`c97ff890 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004a`c97ff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000087`d11ff6a8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000087`d11ff6b0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000087`d11ff9a0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000087`d11ff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000087`d05feaa0 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000087`d05feae0 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000087`d05feb20 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000087`d05feb70 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000087`d05febc0 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000087`d05ff4e0 00007ff6`462aff08     postgres!PostmasterMain(
00000087`d05ff680 00007ff6`468ae0c9     postgres!main(
00000087`d05ff6c0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000087`d05ff710 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000087`d05ff780 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000087`d09ff708 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000087`d09ff710 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000087`d09ffa00 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000087`d09ffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000087`d0dff888 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000087`d0dff890 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000087`d0dff900 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000087`d0dffa00 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000087`d0dffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000087`d15ff518 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000087`d15ff520 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000087`d15ff810 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000087`d15ff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000048`fe7ff658 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000048`fe7ff660 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000048`fe7ff950 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000048`fe7ff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000048`fdfff5f8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000048`fdfff600 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000048`fdfff8f0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000048`fdfff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000048`fdbffbe8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000048`fdbffbf0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000048`fdbffee0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000048`fdbfff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000048`fd7ff1f0 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000048`fd7ff230 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000048`fd7ff270 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000048`fd7ff2c0 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000048`fd7ff310 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000048`fd7ffc30 00007ff6`462aff08     postgres!PostmasterMain(
00000048`fd7ffdd0 00007ff6`468ae0c9     postgres!main(
00000048`fd7ffe10 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000048`fd7ffe60 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000048`fd7ffed0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000048`fe3ffc58 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000048`fe3ffc60 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000048`fe3ffcd0 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000048`fe3ffdd0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000048`fe3ffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d5`f7fff5f8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
000000d5`f7fff600 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
000000d5`f7fff670 00007ffd`02d64cb0     postgres!pg_signal_thread(
000000d5`f7fff770 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d5`f7fff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d5`f83ff4d8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d5`f83ff4e0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000d5`f83ff7d0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d5`f83ff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d5`f6ffee90 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d5`f6ffeed0 00007ff6`463fd1ec     postgres!ExceptionalCondition(
000000d5`f6ffef10 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000d5`f6ffef60 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000d5`f6ffefb0 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000d5`f6fff8d0 00007ff6`462aff08     postgres!PostmasterMain(
000000d5`f6fffa70 00007ff6`468ae0c9     postgres!main(
000000d5`f6fffab0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d5`f6fffb00 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d5`f6fffb70 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ac`d49ff4f8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ac`d49ff500 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000ac`d49ff7f0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ac`d49ff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ac`d3dff4e8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ac`d3dff4f0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000ac`d3dff7e0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ac`d3dff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ac`d39fef20 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ac`d39fef60 00007ff6`463fd1ec     postgres!ExceptionalCondition(
000000ac`d39fefa0 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ac`d39feff0 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000ac`d39ff040 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ac`d39ff960 00007ff6`462aff08     postgres!PostmasterMain(
000000ac`d39ffb00 00007ff6`468ae0c9     postgres!main(
000000ac`d39ffb40 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ac`d39ffb90 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ac`d39ffc00 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ac`d41ffc18 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ac`d41ffc20 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000ac`d41fff10 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ac`d41fff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ac`d45ff838 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
000000ac`d45ff840 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
000000ac`d45ff8b0 00007ffd`02d64cb0     postgres!pg_signal_thread(
000000ac`d45ff9b0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ac`d45ff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000a`c73ff958 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000a`c73ff960 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000000a`c73ffc50 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000a`c73ffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000a`c67fefd0 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000000a`c67ff010 00007ff6`463fd1ec     postgres!ExceptionalCondition(
0000000a`c67ff050 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000000a`c67ff0a0 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000000a`c67ff0f0 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000000a`c67ffa10 00007ff6`462aff08     postgres!PostmasterMain(
0000000a`c67ffbb0 00007ff6`468ae0c9     postgres!main(
0000000a`c67ffbf0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000000a`c67ffc40 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000000a`c67ffcb0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000000a`c6bff7b8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000a`c6bff7c0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000000a`c6bffab0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000a`c6bffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000a`c6fff568 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000a`c6fff570 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000000a`c6fff860 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000a`c6fff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000a`c77ffcd8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
0000000a`c77ffce0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
0000000a`c77ffd50 00007ffd`02d64cb0     postgres!pg_signal_thread(
0000000a`c77ffe50 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000a`c77ffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000a`c7bffa78 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000a`c7bffa80 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000000a`c7bffd70 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000a`c7bffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d9`025ffd48 00007ff6`463f6137     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000d9`025ffd50 00007ff6`462afec9     postgres!SubPostmasterMain(
000000d9`025ffdc0 00007ff6`468ae0c9     postgres!main(
000000d9`025ffe00 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d9`025ffe50 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d9`025ffec0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000d9`025ffef0 00007ffd`02d64cb0     postgres!mainCRTStartup(
000000d9`025fff20 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d9`025fff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d9`029ffad8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d9`029ffae0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000d9`029ffdd0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d9`029ffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d9`02dff908 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d9`02dff910 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000d9`02dffc00 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d9`02dffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000045`991ffbe8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000045`991ffbf0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000045`991ffee0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000045`991fff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000045`98dff5b8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000045`98dff5c0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000045`98dff8b0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000045`98dff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000045`989feb30 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000045`989feb70 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000045`989febb0 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000045`989fec00 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000045`989fec50 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000045`989ff570 00007ff6`462aff08     postgres!PostmasterMain(
00000045`989ff710 00007ff6`468ae0c9     postgres!main(
00000045`989ff750 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000045`989ff7a0 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000045`989ff810 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000045`995ff7b8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000045`995ff7c0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000045`995ff830 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000045`995ff930 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000045`995ff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000045`999ffad8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000045`999ffae0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000045`999ffdd0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000045`999ffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000073`569ffbf8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000073`569ffc00 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000073`569ffef0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000073`569fff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000073`571ff6e8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000073`571ff6f0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000073`571ff760 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000073`571ff860 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000073`571ff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000073`575ff8c8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000073`575ff8d0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000073`575ffbc0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000073`575ffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000073`561fed30 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000073`561fed70 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000073`561fedb0 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000073`561fee00 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000073`561fee50 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000073`561ff770 00007ff6`462aff08     postgres!PostmasterMain(
00000073`561ff910 00007ff6`468ae0c9     postgres!main(
00000073`561ff950 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000073`561ff9a0 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000073`561ffa10 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000073`565ff458 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000073`565ff460 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000073`565ff750 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000073`565ff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000073`56dff9b8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000073`56dff9c0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000073`56dffcb0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000073`56dffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000008`6f3ff8e8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000008`6f3ff8f0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000008`6f3ffbe0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000008`6f3ffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000008`6efffbc8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000008`6efffbd0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000008`6efffec0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000008`6efffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000008`6ebff070 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000008`6ebff0b0 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000008`6ebff0f0 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000008`6ebff140 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000008`6ebff190 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000008`6ebffab0 00007ff6`462aff08     postgres!PostmasterMain(
00000008`6ebffc50 00007ff6`468ae0c9     postgres!main(
00000008`6ebffc90 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000008`6ebffce0 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000008`6ebffd50 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000008`6ffffbb8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000008`6ffffbc0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000008`6ffffeb0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000008`6ffffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000008`6fbff908 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000008`6fbff910 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000008`6fbff980 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000008`6fbffa80 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000008`6fbffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000008`6f7ff658 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000008`6f7ff660 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000008`6f7ff950 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000008`6f7ff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004c`039fecf0 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000004c`039fed30 00007ff6`463fd1ec     postgres!ExceptionalCondition(
0000004c`039fed70 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000004c`039fedc0 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000004c`039fee10 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000004c`039ff730 00007ff6`462aff08     postgres!PostmasterMain(
0000004c`039ff8d0 00007ff6`468ae0c9     postgres!main(
0000004c`039ff910 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000004c`039ff960 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000004c`039ff9d0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000004c`045ff888 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004c`045ff890 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000004c`045ffb80 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004c`045ffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004c`049ff8e8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004c`049ff8f0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000004c`049ffbe0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004c`049ffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004c`03dff488 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004c`03dff490 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000004c`03dff780 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004c`03dff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004c`041ff8c8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
0000004c`041ff8d0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
0000004c`041ff940 00007ffd`02d64cb0     postgres!pg_signal_thread(
0000004c`041ffa40 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004c`041ffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a1`5bfff848 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a1`5bfff850 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000a1`5bfffb40 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a1`5bfffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a1`5c3ff898 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a1`5c3ff8a0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000a1`5c3ffb90 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a1`5c3ffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a1`5b7fed90 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a1`5b7fedd0 00007ff6`463fd1ec     postgres!ExceptionalCondition(
000000a1`5b7fee10 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000a1`5b7fee60 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000a1`5b7feeb0 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a1`5b7ff7d0 00007ff6`462aff08     postgres!PostmasterMain(
000000a1`5b7ff970 00007ff6`468ae0c9     postgres!main(
000000a1`5b7ff9b0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a1`5b7ffa00 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a1`5b7ffa70 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a1`5cbff678 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a1`5cbff680 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000a1`5cbff970 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a1`5cbff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a1`5c7ffaf8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
000000a1`5c7ffb00 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
000000a1`5c7ffb70 00007ffd`02d64cb0     postgres!pg_signal_thread(
000000a1`5c7ffc70 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a1`5c7ffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a1`5bbffa68 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a1`5bbffa70 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000a1`5bbffd60 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a1`5bbffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bf`183ffb48 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bf`183ffb50 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000bf`183ffe40 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bf`183ffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bf`18bff5a8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bf`18bff5b0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000bf`18bff8a0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bf`18bff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bf`17bfefa0 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000bf`17bfefe0 00007ff6`463fd1ec     postgres!ExceptionalCondition(
000000bf`17bff020 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000bf`17bff070 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000bf`17bff0c0 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000bf`17bff9e0 00007ff6`462aff08     postgres!PostmasterMain(
000000bf`17bffb80 00007ff6`468ae0c9     postgres!main(
000000bf`17bffbc0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000bf`17bffc10 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000bf`17bffc80 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000bf`17fffbb8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bf`17fffbc0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000bf`17fffeb0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bf`17fffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bf`187ffb98 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
000000bf`187ffba0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
000000bf`187ffc10 00007ffd`02d64cb0     postgres!pg_signal_thread(
000000bf`187ffd10 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bf`187ffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000003`473fefd0 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000003`473ff010 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000003`473ff050 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000003`473ff0a0 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000003`473ff0f0 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000003`473ffa10 00007ff6`462aff08     postgres!PostmasterMain(
00000003`473ffbb0 00007ff6`468ae0c9     postgres!main(
00000003`473ffbf0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000003`473ffc40 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000003`473ffcb0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000003`477ffb88 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000003`477ffb90 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000003`477ffe80 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000003`477ffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000003`47fffba8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000003`47fffbb0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000003`47fffea0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000003`47fffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000003`483ffbc8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000003`483ffbd0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000003`483ffec0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000003`483ffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000003`47bffcb8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000003`47bffcc0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000003`47bffd30 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000003`47bffe30 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000003`47bffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a6`ddfffcc8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
000000a6`ddfffcd0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
000000a6`ddfffd40 00007ffd`02d64cb0     postgres!pg_signal_thread(
000000a6`ddfffe40 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a6`ddfffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a6`dd3fefb0 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a6`dd3feff0 00007ff6`463fd1ec     postgres!ExceptionalCondition(
000000a6`dd3ff030 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000a6`dd3ff080 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000a6`dd3ff0d0 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a6`dd3ff9f0 00007ff6`462aff08     postgres!PostmasterMain(
000000a6`dd3ffb90 00007ff6`468ae0c9     postgres!main(
000000a6`dd3ffbd0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a6`dd3ffc20 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a6`dd3ffc90 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a6`de3ffa88 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a6`de3ffa90 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000a6`de3ffd80 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a6`de3ffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a6`dd7ffb28 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a6`dd7ffb30 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000a6`dd7ffe20 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a6`dd7ffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a6`ddbff5c8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a6`ddbff5d0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000a6`ddbff8c0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a6`ddbff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006f`177fed50 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000006f`177fed90 00007ff6`463fd1ec     postgres!ExceptionalCondition(
0000006f`177fedd0 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000006f`177fee20 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000006f`177fee70 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000006f`177ff790 00007ff6`462aff08     postgres!PostmasterMain(
0000006f`177ff930 00007ff6`468ae0c9     postgres!main(
0000006f`177ff970 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000006f`177ff9c0 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000006f`177ffa30 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000006f`17bffbc8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006f`17bffbd0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000006f`17bffec0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006f`17bffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006f`17fff4a8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006f`17fff4b0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000006f`17fff7a0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006f`17fff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006f`183ffcb8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
0000006f`183ffcc0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
0000006f`183ffd30 00007ffd`02d64cb0     postgres!pg_signal_thread(
0000006f`183ffe30 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006f`183ffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006f`187ffba8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006f`187ffbb0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000006f`187ffea0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006f`187ffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d7`595ff958 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d7`595ff960 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000d7`595ffc50 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d7`595ffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d7`589ff488 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d7`589ff490 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000d7`589ff780 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d7`589ff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d7`58dffac8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
000000d7`58dffad0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
000000d7`58dffb40 00007ffd`02d64cb0     postgres!pg_signal_thread(
000000d7`58dffc40 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d7`58dffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d7`585fef20 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d7`585fef60 00007ff6`463fd1ec     postgres!ExceptionalCondition(
000000d7`585fefa0 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000d7`585feff0 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000d7`585ff040 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000d7`585ff960 00007ff6`462aff08     postgres!PostmasterMain(
000000d7`585ffb00 00007ff6`468ae0c9     postgres!main(
000000d7`585ffb40 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d7`585ffb90 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d7`585ffc00 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000d7`591ffb18 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d7`591ffb20 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000d7`591ffe10 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d7`591ffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000009`c29ff488 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000009`c29ff490 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000009`c29ff780 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000009`c29ff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000009`c21ff5a8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000009`c21ff5b0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000009`c21ff8a0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000009`c21ff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000009`c1dffbc8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000009`c1dffbd0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000009`c1dffec0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000009`c1dffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000009`c25ff7b8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000009`c25ff7c0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000009`c25ff830 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000009`c25ff930 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000009`c25ff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000009`c15ff040 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000009`c15ff080 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000009`c15ff0c0 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000009`c15ff110 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000009`c15ff160 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000009`c15ffa80 00007ff6`462aff08     postgres!PostmasterMain(
00000009`c15ffc20 00007ff6`468ae0c9     postgres!main(
00000009`c15ffc60 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000009`c15ffcb0 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000009`c15ffd20 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000009`c19ff8e8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000009`c19ff8f0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000009`c19ffbe0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000009`c19ffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000014`2fbff6a8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000014`2fbff6b0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000014`2fbff9a0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000014`2fbff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000014`2f7ff918 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000014`2f7ff920 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000014`2f7ff990 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000014`2f7ffa90 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000014`2f7ffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000014`2e7ff050 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000014`2e7ff090 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000014`2e7ff0d0 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000014`2e7ff120 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000014`2e7ff170 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000014`2e7ffa90 00007ff6`462aff08     postgres!PostmasterMain(
00000014`2e7ffc30 00007ff6`468ae0c9     postgres!main(
00000014`2e7ffc70 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000014`2e7ffcc0 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000014`2e7ffd30 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000014`2efff8b8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000014`2efff8c0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000014`2efffbb0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000014`2efffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000014`2f3ff7e8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000014`2f3ff7f0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000014`2f3ffae0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000014`2f3ffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000014`2ebff898 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000014`2ebff8a0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000014`2ebffb90 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000014`2ebffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007e`81fffb58 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007e`81fffb60 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000007e`81fffe50 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007e`81fffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007e`817ffbc8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007e`817ffbd0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000007e`817ffec0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007e`817ffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007e`813ff090 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000007e`813ff0d0 00007ff6`463fd1ec     postgres!ExceptionalCondition(
0000007e`813ff110 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000007e`813ff160 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000007e`813ff1b0 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000007e`813ffad0 00007ff6`462aff08     postgres!PostmasterMain(
0000007e`813ffc70 00007ff6`468ae0c9     postgres!main(
0000007e`813ffcb0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000007e`813ffd00 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000007e`813ffd70 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000007e`823ff888 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007e`823ff890 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000007e`823ffb80 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007e`823ffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007e`81bffc38 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
0000007e`81bffc40 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
0000007e`81bffcb0 00007ffd`02d64cb0     postgres!pg_signal_thread(
0000007e`81bffdb0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007e`81bffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000036`da7ff868 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000036`da7ff870 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000036`da7ffb60 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000036`da7ffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000036`dafff768 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000036`dafff770 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000036`dafffa60 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000036`dafffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000036`dabff938 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000036`dabff940 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000036`dabff9b0 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000036`dabffab0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000036`dabffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000036`da3ffb08 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000036`da3ffb10 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000036`da3ffe00 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000036`da3ffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000036`d9ffedf0 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000036`d9ffee30 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000036`d9ffee70 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000036`d9ffeec0 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000036`d9ffef10 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000036`d9fff830 00007ff6`462aff08     postgres!PostmasterMain(
00000036`d9fff9d0 00007ff6`468ae0c9     postgres!main(
00000036`d9fffa10 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000036`d9fffa60 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000036`d9fffad0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f8`201fea80 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f8`201feac0 00007ff6`463fd1ec     postgres!ExceptionalCondition(
000000f8`201feb00 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f8`201feb50 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000f8`201feba0 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f8`201ff4c0 00007ff6`462aff08     postgres!PostmasterMain(
000000f8`201ff660 00007ff6`468ae0c9     postgres!main(
000000f8`201ff6a0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f8`201ff6f0 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f8`201ff760 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f8`205ff958 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f8`205ff960 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000f8`205ffc50 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f8`205ffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f8`209ff788 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f8`209ff790 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000f8`209ffa80 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f8`209ffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f8`20dff9d8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
000000f8`20dff9e0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
000000f8`20dffa50 00007ffd`02d64cb0     postgres!pg_signal_thread(
000000f8`20dffb50 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f8`20dffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f8`211ff5a8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f8`211ff5b0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000f8`211ff8a0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f8`211ff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000075`497ff120 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000075`497ff160 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000075`497ff1a0 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000075`497ff1f0 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000075`497ff240 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000075`497ffb60 00007ff6`462aff08     postgres!PostmasterMain(
00000075`497ffd00 00007ff6`468ae0c9     postgres!main(
00000075`497ffd40 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000075`497ffd90 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000075`497ffe00 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000075`49bffc28 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000075`49bffc30 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000075`49bfff20 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000075`49bfff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000075`49fffd58 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000075`49fffd60 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000075`49fffdd0 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000075`49fffed0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000075`49ffff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000075`4a3ff518 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000075`4a3ff520 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000075`4a3ff810 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000075`4a3ff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000075`4a7ffa68 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000075`4a7ffa70 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000075`4a7ffd60 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000075`4a7ffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c4`3d3ff488 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c4`3d3ff490 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000c4`3d3ff780 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c4`3d3ff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c4`3c3feab0 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c4`3c3feaf0 00007ff6`463fd1ec     postgres!ExceptionalCondition(
000000c4`3c3feb30 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c4`3c3feb80 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000c4`3c3febd0 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c4`3c3ff4f0 00007ff6`462aff08     postgres!PostmasterMain(
000000c4`3c3ff690 00007ff6`468ae0c9     postgres!main(
000000c4`3c3ff6d0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c4`3c3ff720 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c4`3c3ff790 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c4`3c7ff4f8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c4`3c7ff500 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000c4`3c7ff7f0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c4`3c7ff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c4`3cbff848 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c4`3cbff850 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000c4`3cbffb40 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c4`3cbffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c4`3cfff608 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
000000c4`3cfff610 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
000000c4`3cfff680 00007ffd`02d64cb0     postgres!pg_signal_thread(
000000c4`3cfff780 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c4`3cfff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004e`e8bfecc0 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000004e`e8bfed00 00007ff6`463fd1ec     postgres!ExceptionalCondition(
0000004e`e8bfed40 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000004e`e8bfed90 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000004e`e8bfede0 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000004e`e8bff700 00007ff6`462aff08     postgres!PostmasterMain(
0000004e`e8bff8a0 00007ff6`468ae0c9     postgres!main(
0000004e`e8bff8e0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000004e`e8bff930 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000004e`e8bff9a0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000004e`e8fff768 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004e`e8fff770 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000004e`e8fffa60 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004e`e8fffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004e`e93ff588 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004e`e93ff590 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000004e`e93ff880 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004e`e93ff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004e`e97ff858 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004e`e97ff860 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000004e`e97ffb50 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004e`e97ffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004e`e9bff8b8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
0000004e`e9bff8c0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
0000004e`e9bff930 00007ffd`02d64cb0     postgres!pg_signal_thread(
0000004e`e9bffa30 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004e`e9bffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004e`e9fff948 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004e`e9fff950 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000004e`e9fffc40 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004e`e9fffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008a`f51ff668 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008a`f51ff670 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000008a`f51ff960 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008a`f51ff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008a`f55ff848 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008a`f55ff850 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000008a`f55ffb40 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008a`f55ffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008a`f59ff848 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008a`f59ff850 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000008a`f59ffb40 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008a`f59ffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008a`f5dff7d8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
0000008a`f5dff7e0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
0000008a`f5dff850 00007ffd`02d64cb0     postgres!pg_signal_thread(
0000008a`f5dff950 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008a`f5dff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008a`f61ff818 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008a`f61ff820 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000008a`f61ffb10 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008a`f61ffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008a`f4dff0c0 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000008a`f4dff100 00007ff6`463fd1ec     postgres!ExceptionalCondition(
0000008a`f4dff140 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000008a`f4dff190 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000008a`f4dff1e0 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000008a`f4dffb00 00007ff6`462aff08     postgres!PostmasterMain(
0000008a`f4dffca0 00007ff6`468ae0c9     postgres!main(
0000008a`f4dffce0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000008a`f4dffd30 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000008a`f4dffda0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000036`dd7ff5f8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000036`dd7ff600 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000036`dd7ff8f0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000036`dd7ff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000036`dc3feec0 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000036`dc3fef00 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000036`dc3fef40 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000036`dc3fef90 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000036`dc3fefe0 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000036`dc3ff900 00007ff6`462aff08     postgres!PostmasterMain(
00000036`dc3ffaa0 00007ff6`468ae0c9     postgres!main(
00000036`dc3ffae0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000036`dc3ffb30 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000036`dc3ffba0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000036`dc7ffab8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000036`dc7ffac0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000036`dc7ffdb0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000036`dc7ffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000036`dcbffaf8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000036`dcbffb00 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000036`dcbffdf0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000036`dcbffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000036`dcfff6f8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000036`dcfff700 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000036`dcfff9f0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000036`dcfffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000036`dd3ff768 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000036`dd3ff770 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000036`dd3ff7e0 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000036`dd3ff8e0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000036`dd3ff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000091`f29ff170 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000091`f29ff1b0 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000091`f29ff1f0 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000091`f29ff240 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000091`f29ff290 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000091`f29ffbb0 00007ff6`462aff08     postgres!PostmasterMain(
00000091`f29ffd50 00007ff6`468ae0c9     postgres!main(
00000091`f29ffd90 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000091`f29ffde0 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000091`f29ffe50 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000091`f2dffb38 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000091`f2dffb40 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000091`f2dffe30 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000091`f2dffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000091`f31ff878 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000091`f31ff880 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000091`f31ffb70 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000091`f31ffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000091`f35ffa08 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000091`f35ffa10 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000091`f35ffd00 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000091`f35ffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000091`f39ff5c8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000091`f39ff5d0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000091`f39ff640 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000091`f39ff740 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000091`f39ff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000091`f3dff858 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000091`f3dff860 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000091`f3dffb50 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000091`f3dffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000006`fc3fef10 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000006`fc3fef50 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000006`fc3fef90 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000006`fc3fefe0 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000006`fc3ff030 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000006`fc3ff950 00007ff6`462aff08     postgres!PostmasterMain(
00000006`fc3ffaf0 00007ff6`468ae0c9     postgres!main(
00000006`fc3ffb30 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000006`fc3ffb80 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000006`fc3ffbf0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000006`fc7ff4b8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000006`fc7ff4c0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000006`fc7ff7b0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000006`fc7ff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000006`fcbff818 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000006`fcbff820 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000006`fcbffb10 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000006`fcbffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000006`fcfffd58 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000006`fcfffd60 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000006`fcfffdd0 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000006`fcfffed0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000006`fcffff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000006`fd3ffbe8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000006`fd3ffbf0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000006`fd3ffee0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000006`fd3fff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000060`6b5ffb58 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000060`6b5ffb60 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000060`6b5ffbd0 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000060`6b5ffcd0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000060`6b5ffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000060`6bdff928 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000060`6bdff930 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000060`6bdffc20 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000060`6bdffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000060`6adff190 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000060`6adff1d0 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000060`6adff210 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000060`6adff260 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000060`6adff2b0 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000060`6adffbd0 00007ff6`462aff08     postgres!PostmasterMain(
00000060`6adffd70 00007ff6`468ae0c9     postgres!main(
00000060`6adffdb0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000060`6adffe00 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000060`6adffe70 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000fc`c1bffa48 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fc`c1bffa50 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000fc`c1bffd40 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fc`c1bffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fc`c17ff6c8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
000000fc`c17ff6d0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
000000fc`c17ff740 00007ffd`02d64cb0     postgres!pg_signal_thread(
000000fc`c17ff840 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fc`c17ff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fc`c13ffb18 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fc`c13ffb20 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000fc`c13ffe10 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fc`c13ffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fc`c0fff170 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000fc`c0fff1b0 00007ff6`463fd1ec     postgres!ExceptionalCondition(
000000fc`c0fff1f0 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000fc`c0fff240 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000fc`c0fff290 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000fc`c0fffbb0 00007ff6`462aff08     postgres!PostmasterMain(
000000fc`c0fffd50 00007ff6`468ae0c9     postgres!main(
000000fc`c0fffd90 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000fc`c0fffde0 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000fc`c0fffe50 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000fc`c1fff698 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fc`c1fff6a0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000fc`c1fff990 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fc`c1fff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000053`055ff888 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000053`055ff890 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000053`055ffb80 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000053`055ffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000053`05dff518 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000053`05dff520 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000053`05dff810 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000053`05dff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000053`051ff8e8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000053`051ff8f0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000053`051ffbe0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000053`051ffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000053`04dff8b8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000053`04dff8c0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000053`04dffbb0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000053`04dffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000053`049fefc0 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000053`049ff000 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000053`049ff040 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000053`049ff090 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000053`049ff0e0 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000053`049ffa00 00007ff6`462aff08     postgres!PostmasterMain(
00000053`049ffba0 00007ff6`468ae0c9     postgres!main(
00000053`049ffbe0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000053`049ffc30 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000053`049ffca0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000053`059ffb48 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000053`059ffb50 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000053`059ffbc0 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000053`059ffcc0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000053`059ffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ed`a9dff968 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ed`a9dff970 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000ed`a9dffc60 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ed`a9dffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ed`a99ff918 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
000000ed`a99ff920 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
000000ed`a99ff990 00007ffd`02d64cb0     postgres!pg_signal_thread(
000000ed`a99ffa90 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ed`a99ffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ed`a95ff5a8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ed`a95ff5b0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000ed`a95ff8a0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ed`a95ff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ed`a91fea40 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ed`a91fea80 00007ff6`463fd1ec     postgres!ExceptionalCondition(
000000ed`a91feac0 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ed`a91feb10 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000ed`a91feb60 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ed`a91ff480 00007ff6`462aff08     postgres!PostmasterMain(
000000ed`a91ff620 00007ff6`468ae0c9     postgres!main(
000000ed`a91ff660 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ed`a91ff6b0 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ed`a91ff720 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ed`aa1ffab8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ed`aa1ffac0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000ed`aa1ffdb0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ed`aa1ffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000088`80ffef90 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000088`80ffefd0 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000088`80fff010 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000088`80fff060 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000088`80fff0b0 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000088`80fff9d0 00007ff6`462aff08     postgres!PostmasterMain(
00000088`80fffb70 00007ff6`468ae0c9     postgres!main(
00000088`80fffbb0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000088`80fffc00 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000088`80fffc70 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000088`81bff718 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000088`81bff720 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000088`81bff790 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000088`81bff890 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000088`81bff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000088`81fff618 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000088`81fff620 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000088`81fff910 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000088`81fff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004f`9f7ffbe8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004f`9f7ffbf0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000004f`9f7ffee0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004f`9f7fff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004f`9f3ffad8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004f`9f3ffae0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000004f`9f3ffdd0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004f`9f3ffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004f`9efff7c8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004f`9efff7d0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000004f`9efffac0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004f`9efffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004f`9ebfeb60 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000004f`9ebfeba0 00007ff6`463fd1ec     postgres!ExceptionalCondition(
0000004f`9ebfebe0 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000004f`9ebfec30 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000004f`9ebfec80 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000004f`9ebff5a0 00007ff6`462aff08     postgres!PostmasterMain(
0000004f`9ebff740 00007ff6`468ae0c9     postgres!main(
0000004f`9ebff780 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000004f`9ebff7d0 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000004f`9ebff840 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000004f`9ffffb78 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004f`9ffffb80 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000004f`9ffffe70 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004f`9ffffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004f`9fbffad8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
0000004f`9fbffae0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
0000004f`9fbffb50 00007ffd`02d64cb0     postgres!pg_signal_thread(
0000004f`9fbffc50 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004f`9fbffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000094`371ffb58 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000094`371ffb60 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000094`371ffe50 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000094`371ffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000094`36dffa28 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000094`36dffa30 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000094`36dffd20 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000094`36dffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000094`369ffa28 00007ff6`463f6137     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000094`369ffa30 00007ff6`462afec9     postgres!SubPostmasterMain(
00000094`369ffaa0 00007ff6`468ae0c9     postgres!main(
00000094`369ffae0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000094`369ffb30 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000094`369ffba0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000094`369ffbd0 00007ffd`02d64cb0     postgres!mainCRTStartup(
00000094`369ffc00 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000094`369ffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b8`cb1ff8d8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b8`cb1ff8e0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000b8`cb1ffbd0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b8`cb1ffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b8`cbdff8b8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b8`cbdff8c0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000b8`cbdffbb0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b8`cbdffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b8`cb9ffc58 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
000000b8`cb9ffc60 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
000000b8`cb9ffcd0 00007ffd`02d64cb0     postgres!pg_signal_thread(
000000b8`cb9ffdd0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b8`cb9ffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b8`cb5ffbf8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b8`cb5ffc00 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000b8`cb5ffef0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b8`cb5fff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b8`cadfed00 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b8`cadfed40 00007ff6`463fd1ec     postgres!ExceptionalCondition(
000000b8`cadfed80 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000b8`cadfedd0 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000b8`cadfee20 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000b8`cadff740 00007ff6`462aff08     postgres!PostmasterMain(
000000b8`cadff8e0 00007ff6`468ae0c9     postgres!main(
000000b8`cadff920 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b8`cadff970 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000b8`cadff9e0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000003e`239ff0a0 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000003e`239ff0e0 00007ff6`463fd1ec     postgres!ExceptionalCondition(
0000003e`239ff120 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000003e`239ff170 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000003e`239ff1c0 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000003e`239ffae0 00007ff6`462aff08     postgres!PostmasterMain(
0000003e`239ffc80 00007ff6`468ae0c9     postgres!main(
0000003e`239ffcc0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000003e`239ffd10 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000003e`239ffd80 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000003e`249ffbc8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003e`249ffbd0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000003e`249ffec0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003e`249ffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003e`245ff9e8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003e`245ff9f0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000003e`245ffce0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003e`245ffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003e`241ffce8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
0000003e`241ffcf0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
0000003e`241ffd60 00007ffd`02d64cb0     postgres!pg_signal_thread(
0000003e`241ffe60 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003e`241ffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003e`23dff508 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003e`23dff510 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000003e`23dff800 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003e`23dff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f9`97fff758 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f9`97fff760 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000f9`97fffa50 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f9`97fffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f9`973fea00 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f9`973fea40 00007ff6`463fd1ec     postgres!ExceptionalCondition(
000000f9`973fea80 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f9`973fead0 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000f9`973feb20 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f9`973ff440 00007ff6`462aff08     postgres!PostmasterMain(
000000f9`973ff5e0 00007ff6`468ae0c9     postgres!main(
000000f9`973ff620 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f9`973ff670 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f9`973ff6e0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f9`977ff928 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f9`977ff930 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000f9`977ffc20 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f9`977ffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f9`97bffb18 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
000000f9`97bffb20 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
000000f9`97bffb90 00007ffd`02d64cb0     postgres!pg_signal_thread(
000000f9`97bffc90 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f9`97bffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f9`983ff688 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f9`983ff690 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000f9`983ff980 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f9`983ff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a4`5a1ff8f8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
000000a4`5a1ff900 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
000000a4`5a1ff970 00007ffd`02d64cb0     postgres!pg_signal_thread(
000000a4`5a1ffa70 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a4`5a1ffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a4`591fedd0 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a4`591fee10 00007ff6`463fd1ec     postgres!ExceptionalCondition(
000000a4`591fee50 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000a4`591feea0 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000a4`591feef0 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a4`591ff810 00007ff6`462aff08     postgres!PostmasterMain(
000000a4`591ff9b0 00007ff6`468ae0c9     postgres!main(
000000a4`591ff9f0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a4`591ffa40 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a4`591ffab0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a4`595ff448 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a4`595ff450 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000a4`595ff740 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a4`595ff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a4`599ff858 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a4`599ff860 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000a4`599ffb50 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a4`599ffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a4`59dffb98 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a4`59dffba0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000a4`59dffe90 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a4`59dffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a4`5a5ff9c8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a4`5a5ff9d0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000a4`5a5ffcc0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a4`5a5ffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d6`87dff568 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d6`87dff570 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000d6`87dff860 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d6`87dff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d6`879feda0 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d6`879fede0 00007ff6`463fd1ec     postgres!ExceptionalCondition(
000000d6`879fee20 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000d6`879fee70 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000d6`879feec0 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000d6`879ff7e0 00007ff6`462aff08     postgres!PostmasterMain(
000000d6`879ff980 00007ff6`468ae0c9     postgres!main(
000000d6`879ff9c0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d6`879ffa10 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d6`879ffa80 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000d6`881ff6f8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d6`881ff700 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000d6`881ff9f0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d6`881ffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d6`885ff778 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d6`885ff780 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000d6`885ffa70 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d6`885ffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d6`889ff968 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
000000d6`889ff970 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
000000d6`889ff9e0 00007ffd`02d64cb0     postgres!pg_signal_thread(
000000d6`889ffae0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d6`889ffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d6`88dff648 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d6`88dff650 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000d6`88dff940 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d6`88dff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000061`d5bff698 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000061`d5bff6a0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000061`d5bff990 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000061`d5bff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000061`d53ff000 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000061`d53ff040 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000061`d53ff080 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000061`d53ff0d0 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000061`d53ff120 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000061`d53ffa40 00007ff6`462aff08     postgres!PostmasterMain(
00000061`d53ffbe0 00007ff6`468ae0c9     postgres!main(
00000061`d53ffc20 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000061`d53ffc70 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000061`d53ffce0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000061`d57ff8f8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000061`d57ff900 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000061`d57ffbf0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000061`d57ffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000061`d67ff5b8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000061`d67ff5c0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000061`d67ff8b0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000061`d67ff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000061`d63ff778 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000061`d63ff780 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000061`d63ff7f0 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000061`d63ff8f0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000061`d63ff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000061`d5fffbe8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000061`d5fffbf0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000061`d5fffee0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000061`d5ffff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000044`de7ff798 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000044`de7ff7a0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000044`de7ffa90 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000044`de7ffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000044`dd7ff1f0 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000044`dd7ff230 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000044`dd7ff270 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000044`dd7ff2c0 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000044`dd7ff310 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000044`dd7ffc30 00007ff6`462aff08     postgres!PostmasterMain(
00000044`dd7ffdd0 00007ff6`468ae0c9     postgres!main(
00000044`dd7ffe10 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000044`dd7ffe60 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000044`dd7ffed0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000044`ddbff7d8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000044`ddbff7e0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000044`ddbffad0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000044`ddbffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000044`ddfff7a8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000044`ddfff7b0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000044`ddfffaa0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000044`ddfffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000044`de3ff5e8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000044`de3ff5f0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000044`de3ff660 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000044`de3ff760 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000044`de3ff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005c`3f3ffa38 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005c`3f3ffa40 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000005c`3f3ffd30 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005c`3f3ffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005c`3efffa38 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
0000005c`3efffa40 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
0000005c`3efffab0 00007ffd`02d64cb0     postgres!pg_signal_thread(
0000005c`3efffbb0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005c`3efffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005c`3ebffb98 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005c`3ebffba0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000005c`3ebffe90 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005c`3ebffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005c`3e7ff458 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005c`3e7ff460 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000005c`3e7ff750 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005c`3e7ff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005c`3e3fef20 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000005c`3e3fef60 00007ff6`463fd1ec     postgres!ExceptionalCondition(
0000005c`3e3fefa0 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000005c`3e3feff0 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000005c`3e3ff040 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000005c`3e3ff960 00007ff6`462aff08     postgres!PostmasterMain(
0000005c`3e3ffb00 00007ff6`468ae0c9     postgres!main(
0000005c`3e3ffb40 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000005c`3e3ffb90 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000005c`3e3ffc00 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000eb`06ffefd0 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000eb`06fff010 00007ff6`463fd1ec     postgres!ExceptionalCondition(
000000eb`06fff050 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000eb`06fff0a0 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000eb`06fff0f0 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000eb`06fffa10 00007ff6`462aff08     postgres!PostmasterMain(
000000eb`06fffbb0 00007ff6`468ae0c9     postgres!main(
000000eb`06fffbf0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000eb`06fffc40 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000eb`06fffcb0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000eb`073ff9e8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000eb`073ff9f0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000eb`073ffce0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000eb`073ffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000eb`077ff698 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000eb`077ff6a0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000eb`077ff990 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000eb`077ff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000eb`07bffa58 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
000000eb`07bffa60 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
000000eb`07bffad0 00007ffd`02d64cb0     postgres!pg_signal_thread(
000000eb`07bffbd0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000eb`07bffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000eb`07fffba8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000eb`07fffbb0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000eb`07fffea0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000eb`07fffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c7`e15ffa98 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c7`e15ffaa0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000c7`e15ffd90 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c7`e15ffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c7`e11ff5e8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
000000c7`e11ff5f0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
000000c7`e11ff660 00007ffd`02d64cb0     postgres!pg_signal_thread(
000000c7`e11ff760 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c7`e11ff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c7`e0dff8c8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c7`e0dff8d0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000c7`e0dffbc0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c7`e0dffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c7`e09ff888 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c7`e09ff890 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000c7`e09ffb80 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c7`e09ffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c7`e05fec20 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c7`e05fec60 00007ff6`463fd1ec     postgres!ExceptionalCondition(
000000c7`e05feca0 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c7`e05fecf0 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000c7`e05fed40 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c7`e05ff660 00007ff6`462aff08     postgres!PostmasterMain(
000000c7`e05ff800 00007ff6`468ae0c9     postgres!main(
000000c7`e05ff840 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c7`e05ff890 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c7`e05ff900 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f8`3c7ff190 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f8`3c7ff1d0 00007ff6`463fd1ec     postgres!ExceptionalCondition(
000000f8`3c7ff210 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f8`3c7ff260 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000f8`3c7ff2b0 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f8`3c7ffbd0 00007ff6`462aff08     postgres!PostmasterMain(
000000f8`3c7ffd70 00007ff6`468ae0c9     postgres!main(
000000f8`3c7ffdb0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f8`3c7ffe00 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f8`3c7ffe70 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f8`3d7ff458 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f8`3d7ff460 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000f8`3d7ff750 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f8`3d7ff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f8`3d3ffbe8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f8`3d3ffbf0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000f8`3d3ffee0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f8`3d3fff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f8`3cfffc58 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
000000f8`3cfffc60 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
000000f8`3cfffcd0 00007ffd`02d64cb0     postgres!pg_signal_thread(
000000f8`3cfffdd0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f8`3cfffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f8`3cbff9e8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f8`3cbff9f0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000f8`3cbffce0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f8`3cbffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000016`1adff818 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000016`1adff820 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000016`1adffb10 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000016`1adffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000016`19dfeb90 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000016`19dfebd0 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000016`19dfec10 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000016`19dfec60 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000016`19dfecb0 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000016`19dff5d0 00007ff6`462aff08     postgres!PostmasterMain(
00000016`19dff770 00007ff6`468ae0c9     postgres!main(
00000016`19dff7b0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000016`19dff800 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000016`19dff870 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000016`1a1ff718 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000016`1a1ff720 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000016`1a1ffa10 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000016`1a1ffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000016`1a5ffb78 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000016`1a5ffb80 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000016`1a5ffe70 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000016`1a5ffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000016`1a9ff8c8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000016`1a9ff8d0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000016`1a9ff940 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000016`1a9ffa40 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000016`1a9ffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000095`5f1ffcc8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000095`5f1ffcd0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000095`5f1ffd40 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000095`5f1ffe40 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000095`5f1ffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000095`5e5ff070 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000095`5e5ff0b0 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000095`5e5ff0f0 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000095`5e5ff140 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000095`5e5ff190 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000095`5e5ffab0 00007ff6`462aff08     postgres!PostmasterMain(
00000095`5e5ffc50 00007ff6`468ae0c9     postgres!main(
00000095`5e5ffc90 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000095`5e5ffce0 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000095`5e5ffd50 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000095`5e9ff5d8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000095`5e9ff5e0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000095`5e9ff8d0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000095`5e9ff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000095`5edff528 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000095`5edff530 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000095`5edff820 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000095`5edff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000095`5f5ff528 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000095`5f5ff530 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000095`5f5ff820 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000095`5f5ff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b3`88fff908 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
000000b3`88fff910 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
000000b3`88fff980 00007ffd`02d64cb0     postgres!pg_signal_thread(
000000b3`88fffa80 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b3`88fffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b3`883fed90 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b3`883fedd0 00007ff6`463fd1ec     postgres!ExceptionalCondition(
000000b3`883fee10 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000b3`883fee60 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000b3`883feeb0 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000b3`883ff7d0 00007ff6`462aff08     postgres!PostmasterMain(
000000b3`883ff970 00007ff6`468ae0c9     postgres!main(
000000b3`883ff9b0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b3`883ffa00 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000b3`883ffa70 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000b3`887ff7a8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b3`887ff7b0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000b3`887ffaa0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b3`887ffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b3`88bffb58 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b3`88bffb60 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000b3`88bffe50 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b3`88bffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b3`893ff898 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b3`893ff8a0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000b3`893ffb90 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b3`893ffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a1`58fff5c8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a1`58fff5d0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000a1`58fff8c0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a1`58fff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a1`57ffeeb0 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a1`57ffeef0 00007ff6`463fd1ec     postgres!ExceptionalCondition(
000000a1`57ffef30 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000a1`57ffef80 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000a1`57ffefd0 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a1`57fff8f0 00007ff6`462aff08     postgres!PostmasterMain(
000000a1`57fffa90 00007ff6`468ae0c9     postgres!main(
000000a1`57fffad0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a1`57fffb20 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a1`57fffb90 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a1`583ff7b8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a1`583ff7c0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000a1`583ffab0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a1`583ffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a1`58bffb78 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a1`58bffb80 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000a1`58bffe70 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a1`58bffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a1`587ff5f8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
000000a1`587ff600 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
000000a1`587ff670 00007ffd`02d64cb0     postgres!pg_signal_thread(
000000a1`587ff770 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a1`587ff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a4`165ff648 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a4`165ff650 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000a4`165ff940 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a4`165ff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a4`15dfea60 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a4`15dfeaa0 00007ff6`463fd1ec     postgres!ExceptionalCondition(
000000a4`15dfeae0 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000a4`15dfeb30 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000a4`15dfeb80 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a4`15dff4a0 00007ff6`462aff08     postgres!PostmasterMain(
000000a4`15dff640 00007ff6`468ae0c9     postgres!main(
000000a4`15dff680 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a4`15dff6d0 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a4`15dff740 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a4`161ff698 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a4`161ff6a0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000a4`161ff990 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a4`161ff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a4`169ff928 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
000000a4`169ff930 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
000000a4`169ff9a0 00007ffd`02d64cb0     postgres!pg_signal_thread(
000000a4`169ffaa0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a4`169ffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a4`16dff458 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a4`16dff460 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000a4`16dff750 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a4`16dff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003b`8b9fee10 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000003b`8b9fee50 00007ff6`463fd1ec     postgres!ExceptionalCondition(
0000003b`8b9fee90 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000003b`8b9feee0 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000003b`8b9fef30 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000003b`8b9ff850 00007ff6`462aff08     postgres!PostmasterMain(
0000003b`8b9ff9f0 00007ff6`468ae0c9     postgres!main(
0000003b`8b9ffa30 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000003b`8b9ffa80 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000003b`8b9ffaf0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000003b`8bdffa58 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003b`8bdffa60 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000003b`8bdffd50 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003b`8bdffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003b`8c1ff738 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003b`8c1ff740 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000003b`8c1ffa30 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003b`8c1ffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003b`8c5ffd08 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
0000003b`8c5ffd10 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
0000003b`8c5ffd80 00007ffd`02d64cb0     postgres!pg_signal_thread(
0000003b`8c5ffe80 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003b`8c5ffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003b`8c9ff588 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003b`8c9ff590 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000003b`8c9ff880 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003b`8c9ff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e0`155fee10 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e0`155fee50 00007ff6`463fd1ec     postgres!ExceptionalCondition(
000000e0`155fee90 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000e0`155feee0 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000e0`155fef30 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000e0`155ff850 00007ff6`462aff08     postgres!PostmasterMain(
000000e0`155ff9f0 00007ff6`468ae0c9     postgres!main(
000000e0`155ffa30 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e0`155ffa80 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e0`155ffaf0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000e0`159ff7c8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e0`159ff7d0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000e0`159ffac0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e0`159ffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e0`15dffa48 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
000000e0`15dffa50 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
000000e0`15dffac0 00007ffd`02d64cb0     postgres!pg_signal_thread(
000000e0`15dffbc0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e0`15dffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e0`161ffc18 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e0`161ffc20 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000e0`161fff10 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e0`161fff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e0`165ff658 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e0`165ff660 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000e0`165ff950 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e0`165ff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000025`009fecc0 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000025`009fed00 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000025`009fed40 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000025`009fed90 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000025`009fede0 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000025`009ff700 00007ff6`462aff08     postgres!PostmasterMain(
00000025`009ff8a0 00007ff6`468ae0c9     postgres!main(
00000025`009ff8e0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000025`009ff930 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000025`009ff9a0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000025`00dff968 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000025`00dff970 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000025`00dffc60 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000025`00dffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000025`011ff4e8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000025`011ff4f0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000025`011ff7e0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000025`011ff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000025`015ff728 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000025`015ff730 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000025`015ffa20 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000025`015ffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000025`019ffcd8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000025`019ffce0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000025`019ffd50 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000025`019ffe50 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000025`019ffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000025`01dff6a8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000025`01dff6b0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000025`01dff9a0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000025`01dff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000015`bfdfec20 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000015`bfdfec60 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000015`bfdfeca0 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000015`bfdfecf0 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000015`bfdfed40 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000015`bfdff660 00007ff6`462aff08     postgres!PostmasterMain(
00000015`bfdff800 00007ff6`468ae0c9     postgres!main(
00000015`bfdff840 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000015`bfdff890 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000015`bfdff900 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000015`c01ff678 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000015`c01ff680 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000015`c01ff970 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000015`c01ff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000015`c05ff888 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000015`c05ff890 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000015`c05ff900 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000015`c05ffa00 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000015`c05ffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000015`c09ffa58 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000015`c09ffa60 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000015`c09ffd50 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000015`c09ffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000015`c0dffae8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000015`c0dffaf0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000015`c0dffde0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000015`c0dffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000015`3a7ff688 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000015`3a7ff690 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000015`3a7ff980 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000015`3a7ff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000015`3b3ffbd8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000015`3b3ffbe0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000015`3b3ffed0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000015`3b3fff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000015`3afff7f8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000015`3afff800 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000015`3afffaf0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000015`3afffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000015`3abff658 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000015`3abff660 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000015`3abff6d0 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000015`3abff7d0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000015`3abff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000015`3a3fed50 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000015`3a3fed90 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000015`3a3fedd0 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000015`3a3fee20 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000015`3a3fee70 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000015`3a3ff790 00007ff6`462aff08     postgres!PostmasterMain(
00000015`3a3ff930 00007ff6`468ae0c9     postgres!main(
00000015`3a3ff970 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000015`3a3ff9c0 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000015`3a3ffa30 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000af`9cdfea10 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000af`9cdfea50 00007ff6`463fd1ec     postgres!ExceptionalCondition(
000000af`9cdfea90 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000af`9cdfeae0 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000af`9cdfeb30 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000af`9cdff450 00007ff6`462aff08     postgres!PostmasterMain(
000000af`9cdff5f0 00007ff6`468ae0c9     postgres!main(
000000af`9cdff630 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000af`9cdff680 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000af`9cdff6f0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000af`9d1ffa68 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000af`9d1ffa70 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000af`9d1ffd60 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000af`9d1ffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000af`9d5ff9a8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000af`9d5ff9b0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000af`9d5ffca0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000af`9d5ffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000af`9d9ffa68 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
000000af`9d9ffa70 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
000000af`9d9ffae0 00007ffd`02d64cb0     postgres!pg_signal_thread(
000000af`9d9ffbe0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000af`9d9ffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000af`9ddffa38 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000af`9ddffa40 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000af`9ddffd30 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000af`9ddffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cb`55ffedc0 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000cb`55ffee00 00007ff6`463fd1ec     postgres!ExceptionalCondition(
000000cb`55ffee40 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000cb`55ffee90 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000cb`55ffeee0 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000cb`55fff800 00007ff6`462aff08     postgres!PostmasterMain(
000000cb`55fff9a0 00007ff6`468ae0c9     postgres!main(
000000cb`55fff9e0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000cb`55fffa30 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000cb`55fffaa0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000cb`563ff648 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cb`563ff650 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000cb`563ff940 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cb`563ff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cb`567ff6e8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
000000cb`567ff6f0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
000000cb`567ff760 00007ffd`02d64cb0     postgres!pg_signal_thread(
000000cb`567ff860 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cb`567ff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cb`56bffb18 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cb`56bffb20 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000cb`56bffe10 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cb`56bffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cb`56fff4a8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cb`56fff4b0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000cb`56fff7a0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cb`56fff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000083`229ff628 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000083`229ff630 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000083`229ff6a0 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000083`229ff7a0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000083`229ff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000083`219ff020 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000083`219ff060 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000083`219ff0a0 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000083`219ff0f0 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000083`219ff140 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000083`219ffa60 00007ff6`462aff08     postgres!PostmasterMain(
00000083`219ffc00 00007ff6`468ae0c9     postgres!main(
00000083`219ffc40 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000083`219ffc90 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000083`219ffd00 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000083`21dff608 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000083`21dff610 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000083`21dff900 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000083`21dff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000083`221ff7a8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000083`221ff7b0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000083`221ffaa0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000083`221ffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000083`225ff608 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000083`225ff610 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000083`225ff900 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000083`225ff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000083`22dff5e8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000083`22dff5f0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000083`22dff8e0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000083`22dff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f8`743ff6d8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
000000f8`743ff6e0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
000000f8`743ff750 00007ffd`02d64cb0     postgres!pg_signal_thread(
000000f8`743ff850 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f8`743ff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f8`733feeb0 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f8`733feef0 00007ff6`463fd1ec     postgres!ExceptionalCondition(
000000f8`733fef30 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f8`733fef80 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000f8`733fefd0 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f8`733ff8f0 00007ff6`462aff08     postgres!PostmasterMain(
000000f8`733ffa90 00007ff6`468ae0c9     postgres!main(
000000f8`733ffad0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f8`733ffb20 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f8`733ffb90 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f8`737ff748 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f8`737ff750 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000f8`737ffa40 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f8`737ffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f8`73bff648 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f8`73bff650 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000f8`73bff940 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f8`73bff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f8`73fffa48 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f8`73fffa50 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000f8`73fffd40 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f8`73fffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f8`747ffb68 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f8`747ffb70 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000f8`747ffe60 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f8`747ffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009f`78dff7a8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009f`78dff7b0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000009f`78dffaa0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009f`78dffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009f`785ffa18 00007ff6`463f6137     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
0000009f`785ffa20 00007ff6`462afec9     postgres!SubPostmasterMain(
0000009f`785ffa90 00007ff6`468ae0c9     postgres!main(
0000009f`785ffad0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000009f`785ffb20 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000009f`785ffb90 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
0000009f`785ffbc0 00007ffd`02d64cb0     postgres!mainCRTStartup(
0000009f`785ffbf0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009f`785ffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009f`789ff478 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009f`789ff480 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000009f`789ff770 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009f`789ff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c3`8a1ffb38 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c3`8a1ffb40 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000c3`8a1ffe30 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c3`8a1ffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c3`8a5ff868 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c3`8a5ff870 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000c3`8a5ffb60 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c3`8a5ffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c3`8adff568 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c3`8adff570 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000c3`8adff860 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c3`8adff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c3`8a9ff918 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
000000c3`8a9ff920 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
000000c3`8a9ff990 00007ffd`02d64cb0     postgres!pg_signal_thread(
000000c3`8a9ffa90 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c3`8a9ffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c3`899fef10 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c3`899fef50 00007ff6`463fd1ec     postgres!ExceptionalCondition(
000000c3`899fef90 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c3`899fefe0 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000c3`899ff030 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c3`899ff950 00007ff6`462aff08     postgres!PostmasterMain(
000000c3`899ffaf0 00007ff6`468ae0c9     postgres!main(
000000c3`899ffb30 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c3`899ffb80 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c3`899ffbf0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c3`89dff578 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c3`89dff580 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000c3`89dff870 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c3`89dff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d3`b7bffbf8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d3`b7bffc00 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000d3`b7bffef0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d3`b7bfff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d3`b6fff0a0 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d3`b6fff0e0 00007ff6`463fd1ec     postgres!ExceptionalCondition(
000000d3`b6fff120 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000d3`b6fff170 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000d3`b6fff1c0 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000d3`b6fffae0 00007ff6`462aff08     postgres!PostmasterMain(
000000d3`b6fffc80 00007ff6`468ae0c9     postgres!main(
000000d3`b6fffcc0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d3`b6fffd10 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d3`b6fffd80 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000d3`b73ff7f8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d3`b73ff800 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000d3`b73ffaf0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d3`b73ffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d3`b77ffc48 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
000000d3`b77ffc50 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
000000d3`b77ffcc0 00007ffd`02d64cb0     postgres!pg_signal_thread(
000000d3`b77ffdc0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d3`b77ffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d3`b7fff918 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d3`b7fff920 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000d3`b7fffc10 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d3`b7fffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000048`0bdffad8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000048`0bdffae0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000048`0bdffdd0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000048`0bdffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000048`0adfebf0 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000048`0adfec30 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000048`0adfec70 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000048`0adfecc0 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000048`0adfed10 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000048`0adff630 00007ff6`462aff08     postgres!PostmasterMain(
00000048`0adff7d0 00007ff6`468ae0c9     postgres!main(
00000048`0adff810 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000048`0adff860 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000048`0adff8d0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000048`0b1ff938 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000048`0b1ff940 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000048`0b1ffc30 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000048`0b1ffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000048`0b5ff838 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000048`0b5ff840 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000048`0b5ffb30 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000048`0b5ffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000048`0b9ffb98 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000048`0b9ffba0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000048`0b9ffc10 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000048`0b9ffd10 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000048`0b9ffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000085`b43ff0d0 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000085`b43ff110 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000085`b43ff150 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000085`b43ff1a0 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000085`b43ff1f0 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000085`b43ffb10 00007ff6`462aff08     postgres!PostmasterMain(
00000085`b43ffcb0 00007ff6`468ae0c9     postgres!main(
00000085`b43ffcf0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000085`b43ffd40 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000085`b43ffdb0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000085`b4bffbf8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000085`b4bffc00 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000085`b4bffc70 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000085`b4bffd70 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000085`b4bffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000085`b53ffbd8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000085`b53ffbe0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000085`b53ffed0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000085`b53fff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000085`b47ffc38 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000085`b47ffc40 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000085`b47fff30 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000085`b47fff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000085`b4fff588 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000085`b4fff590 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000085`b4fff880 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000085`b4fff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000c`c29ffb38 00007ff6`463f6137     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
0000000c`c29ffb40 00007ff6`462afec9     postgres!SubPostmasterMain(
0000000c`c29ffbb0 00007ff6`468ae0c9     postgres!main(
0000000c`c29ffbf0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000000c`c29ffc40 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000000c`c29ffcb0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
0000000c`c29ffce0 00007ffd`02d64cb0     postgres!mainCRTStartup(
0000000c`c29ffd10 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000c`c29ffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000c`c2dff718 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000c`c2dff720 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000000c`c2dffa10 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000c`c2dffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000c`c31ff688 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000c`c31ff690 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000000c`c31ff980 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000c`c31ff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008b`263feac0 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000008b`263feb00 00007ff6`463fd1ec     postgres!ExceptionalCondition(
0000008b`263feb40 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000008b`263feb90 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000008b`263febe0 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000008b`263ff500 00007ff6`462aff08     postgres!PostmasterMain(
0000008b`263ff6a0 00007ff6`468ae0c9     postgres!main(
0000008b`263ff6e0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000008b`263ff730 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000008b`263ff7a0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000008b`267ff5e8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008b`267ff5f0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000008b`267ff8e0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008b`267ff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008b`26bff528 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008b`26bff530 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000008b`26bff820 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008b`26bff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008b`26fff718 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008b`26fff720 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000008b`26fffa10 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008b`26fffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008b`273ff798 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
0000008b`273ff7a0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
0000008b`273ff810 00007ffd`02d64cb0     postgres!pg_signal_thread(
0000008b`273ff910 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008b`273ff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008b`277ffa68 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008b`277ffa70 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000008b`277ffd60 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008b`277ffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e0`b89febf0 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e0`b89fec30 00007ff6`463fd1ec     postgres!ExceptionalCondition(
000000e0`b89fec70 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000e0`b89fecc0 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000e0`b89fed10 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000e0`b89ff630 00007ff6`462aff08     postgres!PostmasterMain(
000000e0`b89ff7d0 00007ff6`468ae0c9     postgres!main(
000000e0`b89ff810 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e0`b89ff860 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e0`b89ff8d0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000e0`b8dffa78 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e0`b8dffa80 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000e0`b8dffd70 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e0`b8dffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e0`b91ff9c8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e0`b91ff9d0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000e0`b91ffcc0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e0`b91ffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e0`b95ff9b8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e0`b95ff9c0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000e0`b95ffcb0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e0`b95ffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e0`b99ff988 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
000000e0`b99ff990 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
000000e0`b99ffa00 00007ffd`02d64cb0     postgres!pg_signal_thread(
000000e0`b99ffb00 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e0`b99ffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e0`b9dff7e8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e0`b9dff7f0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000e0`b9dffae0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e0`b9dffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d7`107ffce8 00007ff6`463f6137     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000d7`107ffcf0 00007ff6`462afec9     postgres!SubPostmasterMain(
000000d7`107ffd60 00007ff6`468ae0c9     postgres!main(
000000d7`107ffda0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d7`107ffdf0 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d7`107ffe60 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000d7`107ffe90 00007ffd`02d64cb0     postgres!mainCRTStartup(
000000d7`107ffec0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d7`107ffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d7`10bff668 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d7`10bff670 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000d7`10bff960 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d7`10bff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d7`10fff4b8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d7`10fff4c0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000d7`10fff7b0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d7`10fff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e3`bdbff988 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
000000e3`bdbff990 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
000000e3`bdbffa00 00007ffd`02d64cb0     postgres!pg_signal_thread(
000000e3`bdbffb00 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e3`bdbffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e3`bd3feec0 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e3`bd3fef00 00007ff6`463fd1ec     postgres!ExceptionalCondition(
000000e3`bd3fef40 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000e3`bd3fef90 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000e3`bd3fefe0 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000e3`bd3ff900 00007ff6`462aff08     postgres!PostmasterMain(
000000e3`bd3ffaa0 00007ff6`468ae0c9     postgres!main(
000000e3`bd3ffae0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e3`bd3ffb30 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e3`bd3ffba0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000e3`be3ffb78 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e3`be3ffb80 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000e3`be3ffe70 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e3`be3ffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e3`bd7ff768 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e3`bd7ff770 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000e3`bd7ffa60 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e3`bd7ffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e3`bdfff6b8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e3`bdfff6c0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000e3`bdfff9b0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e3`bdfff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fe`e43ffc08 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fe`e43ffc10 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000fe`e43fff00 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fe`e43fff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fe`e3fff9d8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fe`e3fff9e0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000fe`e3fffcd0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fe`e3fffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fe`e3bff7d8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fe`e3bff7e0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000fe`e3bffad0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fe`e3bffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fe`e37fec90 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000fe`e37fecd0 00007ff6`463fd1ec     postgres!ExceptionalCondition(
000000fe`e37fed10 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000fe`e37fed60 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000fe`e37fedb0 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000fe`e37ff6d0 00007ff6`462aff08     postgres!PostmasterMain(
000000fe`e37ff870 00007ff6`468ae0c9     postgres!main(
000000fe`e37ff8b0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000fe`e37ff900 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000fe`e37ff970 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000fe`e4bff758 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fe`e4bff760 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000fe`e4bffa50 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fe`e4bffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fe`e47ff708 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
000000fe`e47ff710 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
000000fe`e47ff780 00007ffd`02d64cb0     postgres!pg_signal_thread(
000000fe`e47ff880 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fe`e47ff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a5`1c1ffa68 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a5`1c1ffa70 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000a5`1c1ffd60 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a5`1c1ffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a5`1bdfef70 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a5`1bdfefb0 00007ff6`463fd1ec     postgres!ExceptionalCondition(
000000a5`1bdfeff0 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000a5`1bdff040 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000a5`1bdff090 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a5`1bdff9b0 00007ff6`462aff08     postgres!PostmasterMain(
000000a5`1bdffb50 00007ff6`468ae0c9     postgres!main(
000000a5`1bdffb90 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a5`1bdffbe0 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a5`1bdffc50 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a5`1cdff8e8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a5`1cdff8f0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000a5`1cdffbe0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a5`1cdffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a5`1c9ff8a8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
000000a5`1c9ff8b0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
000000a5`1c9ff920 00007ffd`02d64cb0     postgres!pg_signal_thread(
000000a5`1c9ffa20 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a5`1c9ffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a5`1c5ffbc8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a5`1c5ffbd0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000a5`1c5ffec0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a5`1c5ffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000064`065ff9f8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000064`065ffa00 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000064`065ffcf0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000064`065ffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000064`061ff978 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000064`061ff980 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000064`061ffc70 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000064`061ffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000064`05dffbd8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000064`05dffbe0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000064`05dffed0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000064`05dfff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000064`059ffa28 00007ff6`463f6137     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000064`059ffa30 00007ff6`462afec9     postgres!SubPostmasterMain(
00000064`059ffaa0 00007ff6`468ae0c9     postgres!main(
00000064`059ffae0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000064`059ffb30 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000064`059ffba0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000064`059ffbd0 00007ffd`02d64cb0     postgres!mainCRTStartup(
00000064`059ffc00 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000064`059ffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bc`5d1ffc18 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bc`5d1ffc20 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000bc`5d1fff10 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bc`5d1fff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bc`5d9ff908 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bc`5d9ff910 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000bc`5d9ffc00 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bc`5d9ffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bc`5ddff818 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
000000bc`5ddff820 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
000000bc`5ddff890 00007ffd`02d64cb0     postgres!pg_signal_thread(
000000bc`5ddff990 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bc`5ddff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bc`5e1ff588 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bc`5e1ff590 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000bc`5e1ff880 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bc`5e1ff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bc`5d5ff698 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bc`5d5ff6a0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000bc`5d5ff990 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bc`5d5ff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bc`5cdfeb70 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000bc`5cdfebb0 00007ff6`463fd1ec     postgres!ExceptionalCondition(
000000bc`5cdfebf0 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000bc`5cdfec40 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000bc`5cdfec90 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000bc`5cdff5b0 00007ff6`462aff08     postgres!PostmasterMain(
000000bc`5cdff750 00007ff6`468ae0c9     postgres!main(
000000bc`5cdff790 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000bc`5cdff7e0 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000bc`5cdff850 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000007e`eebfee90 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000007e`eebfeed0 00007ff6`463fd1ec     postgres!ExceptionalCondition(
0000007e`eebfef10 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000007e`eebfef60 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000007e`eebfefb0 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000007e`eebff8d0 00007ff6`462aff08     postgres!PostmasterMain(
0000007e`eebffa70 00007ff6`468ae0c9     postgres!main(
0000007e`eebffab0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000007e`eebffb00 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000007e`eebffb70 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000007e`eefffa98 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007e`eefffaa0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000007e`eefffd90 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007e`eefffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007e`ef3ff8e8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007e`ef3ff8f0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000007e`ef3ffbe0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007e`ef3ffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007e`ef7ffc38 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
0000007e`ef7ffc40 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
0000007e`ef7ffcb0 00007ffd`02d64cb0     postgres!pg_signal_thread(
0000007e`ef7ffdb0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007e`ef7ffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007e`efbff898 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007e`efbff8a0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000007e`efbffb90 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007e`efbffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000011`dddfed30 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000011`dddfed70 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000011`dddfedb0 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000011`dddfee00 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000011`dddfee50 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000011`dddff770 00007ff6`462aff08     postgres!PostmasterMain(
00000011`dddff910 00007ff6`468ae0c9     postgres!main(
00000011`dddff950 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000011`dddff9a0 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000011`dddffa10 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000011`de1ff5d8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000011`de1ff5e0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000011`de1ff8d0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000011`de1ff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000011`de5ffba8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000011`de5ffbb0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000011`de5ffea0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000011`de5ffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000011`de9ff8b8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000011`de9ff8c0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000011`de9ff930 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000011`de9ffa30 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000011`de9ffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000011`dedff668 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000011`dedff670 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000011`dedff960 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000011`dedff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000031`dc1febe0 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000031`dc1fec20 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000031`dc1fec60 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000031`dc1fecb0 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000031`dc1fed00 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000031`dc1ff620 00007ff6`462aff08     postgres!PostmasterMain(
00000031`dc1ff7c0 00007ff6`468ae0c9     postgres!main(
00000031`dc1ff800 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000031`dc1ff850 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000031`dc1ff8c0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000031`dc5ff998 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000031`dc5ff9a0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000031`dc5ffc90 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000031`dc5ffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000031`dc9ffa58 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000031`dc9ffa60 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000031`dc9ffad0 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000031`dc9ffbd0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000031`dc9ffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000031`dcdff868 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000031`dcdff870 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000031`dcdffb60 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000031`dcdffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000031`dd1ff728 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000031`dd1ff730 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000031`dd1ffa20 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000031`dd1ffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000017`b07ffd08 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000017`b07ffd10 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000017`b07ffd80 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000017`b07ffe80 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000017`b07ffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000017`afbff170 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000017`afbff1b0 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000017`afbff1f0 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000017`afbff240 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000017`afbff290 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000017`afbffbb0 00007ff6`462aff08     postgres!PostmasterMain(
00000017`afbffd50 00007ff6`468ae0c9     postgres!main(
00000017`afbffd90 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000017`afbffde0 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000017`afbffe50 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000017`affff4b8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000017`affff4c0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000017`affff7b0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000017`affff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000017`b03ff898 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000017`b03ff8a0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000017`b03ffb90 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000017`b03ffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000017`b0bff4d8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000017`b0bff4e0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000017`b0bff7d0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000017`b0bff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000019`2ebff0f0 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000019`2ebff130 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000019`2ebff170 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000019`2ebff1c0 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000019`2ebff210 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000019`2ebffb30 00007ff6`462aff08     postgres!PostmasterMain(
00000019`2ebffcd0 00007ff6`468ae0c9     postgres!main(
00000019`2ebffd10 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000019`2ebffd60 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000019`2ebffdd0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000019`2fbff5a8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000019`2fbff5b0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000019`2fbff8a0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000019`2fbff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000019`2f7ff568 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000019`2f7ff570 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000019`2f7ff860 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000019`2f7ff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000019`2f3ff7c8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000019`2f3ff7d0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000019`2f3ff840 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000019`2f3ff940 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000019`2f3ff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000019`2efff508 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000019`2efff510 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000019`2efff800 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000019`2efff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008a`387ff5f8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008a`387ff600 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000008a`387ff8f0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008a`387ff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008a`393ffa78 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008a`393ffa80 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000008a`393ffd70 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008a`393ffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008a`38fff878 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
0000008a`38fff880 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
0000008a`38fff8f0 00007ffd`02d64cb0     postgres!pg_signal_thread(
0000008a`38fff9f0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008a`38fffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008a`37ffedf0 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000008a`37ffee30 00007ff6`463fd1ec     postgres!ExceptionalCondition(
0000008a`37ffee70 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000008a`37ffeec0 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000008a`37ffef10 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000008a`37fff830 00007ff6`462aff08     postgres!PostmasterMain(
0000008a`37fff9d0 00007ff6`468ae0c9     postgres!main(
0000008a`37fffa10 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000008a`37fffa60 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000008a`37fffad0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000008a`383ff9c8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008a`383ff9d0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000008a`383ffcc0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008a`383ffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008a`38bff6f8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008a`38bff700 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000008a`38bff9f0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008a`38bffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ff`f0bff888 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
000000ff`f0bff890 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
000000ff`f0bff900 00007ffd`02d64cb0     postgres!pg_signal_thread(
000000ff`f0bffa00 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ff`f0bffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ff`f0fff658 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ff`f0fff660 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000ff`f0fff950 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ff`f0fff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ff`f07ffb88 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ff`f07ffb90 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000ff`f07ffe80 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ff`f07ffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ff`f13ffab8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ff`f13ffac0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000ff`f13ffdb0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ff`f13ffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ff`f03fee90 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ff`f03feed0 00007ff6`463fd1ec     postgres!ExceptionalCondition(
000000ff`f03fef10 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ff`f03fef60 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000ff`f03fefb0 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ff`f03ff8d0 00007ff6`462aff08     postgres!PostmasterMain(
000000ff`f03ffa70 00007ff6`468ae0c9     postgres!main(
000000ff`f03ffab0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ff`f03ffb00 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ff`f03ffb70 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000be`59dff160 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000be`59dff1a0 00007ff6`463fd1ec     postgres!ExceptionalCondition(
000000be`59dff1e0 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000be`59dff230 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000be`59dff280 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000be`59dffba0 00007ff6`462aff08     postgres!PostmasterMain(
000000be`59dffd40 00007ff6`468ae0c9     postgres!main(
000000be`59dffd80 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000be`59dffdd0 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000be`59dffe40 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000be`5a5ff888 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000be`5a5ff890 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000be`5a5ffb80 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000be`5a5ffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000be`5a1ffbd8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000be`5a1ffbe0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000be`5a1ffed0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000be`5a1fff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000be`5adff8a8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000be`5adff8b0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000be`5adffba0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000be`5adffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000be`5a9ff7e8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
000000be`5a9ff7f0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
000000be`5a9ff860 00007ffd`02d64cb0     postgres!pg_signal_thread(
000000be`5a9ff960 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000be`5a9ff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000014`c71fea80 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000014`c71feac0 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000014`c71feb00 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000014`c71feb50 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000014`c71feba0 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000014`c71ff4c0 00007ff6`462aff08     postgres!PostmasterMain(
00000014`c71ff660 00007ff6`468ae0c9     postgres!main(
00000014`c71ff6a0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000014`c71ff6f0 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000014`c71ff760 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000014`c75ff4d8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000014`c75ff4e0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000014`c75ff7d0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000014`c75ff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000014`c79ff808 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000014`c79ff810 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000014`c79ff880 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000014`c79ff980 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000014`c79ff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000014`c7dffb08 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000014`c7dffb10 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000014`c7dffe00 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000014`c7dffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000014`c81ff6e8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000014`c81ff6f0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000014`c81ff9e0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000014`c81ffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bc`671ff4e8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bc`671ff4f0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000bc`671ff7e0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bc`671ff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bc`661feb40 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000bc`661feb80 00007ff6`463fd1ec     postgres!ExceptionalCondition(
000000bc`661febc0 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000bc`661fec10 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000bc`661fec60 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000bc`661ff580 00007ff6`462aff08     postgres!PostmasterMain(
000000bc`661ff720 00007ff6`468ae0c9     postgres!main(
000000bc`661ff760 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000bc`661ff7b0 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000bc`661ff820 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000bc`665ffbc8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bc`665ffbd0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000bc`665ffec0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bc`665ffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bc`669ff768 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
000000bc`669ff770 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
000000bc`669ff7e0 00007ffd`02d64cb0     postgres!pg_signal_thread(
000000bc`669ff8e0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bc`669ff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bc`66dff518 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bc`66dff520 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000bc`66dff810 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bc`66dff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dc`955ff668 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dc`955ff670 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000dc`955ff960 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000dc`955ff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dc`951ff6b8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
000000dc`951ff6c0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
000000dc`951ff730 00007ffd`02d64cb0     postgres!pg_signal_thread(
000000dc`951ff830 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000dc`951ff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dc`94dff448 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dc`94dff450 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000dc`94dff740 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000dc`94dff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dc`949ff588 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dc`949ff590 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000dc`949ff880 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000dc`949ff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dc`945ff8d8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dc`945ff8e0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000dc`945ffbd0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000dc`945ffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dc`941feb90 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000dc`941febd0 00007ff6`463fd1ec     postgres!ExceptionalCondition(
000000dc`941fec10 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000dc`941fec60 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000dc`941fecb0 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000dc`941ff5d0 00007ff6`462aff08     postgres!PostmasterMain(
000000dc`941ff770 00007ff6`468ae0c9     postgres!main(
000000dc`941ff7b0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000dc`941ff800 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000dc`941ff870 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000031`15fffa28 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000031`15fffa30 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000031`15fffd20 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000031`15fffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000031`157ffc28 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000031`157ffc30 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000031`157fff20 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000031`157fff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000031`153ffaf8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000031`153ffb00 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000031`153ffdf0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000031`153ffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000031`14fff488 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000031`14fff490 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000031`14fff780 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000031`14fff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000031`14bff010 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000031`14bff050 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000031`14bff090 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000031`14bff0e0 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000031`14bff130 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000031`14bffa50 00007ff6`462aff08     postgres!PostmasterMain(
00000031`14bffbf0 00007ff6`468ae0c9     postgres!main(
00000031`14bffc30 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000031`14bffc80 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000031`14bffcf0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000031`15bffaa8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000031`15bffab0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000031`15bffb20 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000031`15bffc20 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000031`15bffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000028`e6bff6e8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000028`e6bff6f0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000028`e6bff760 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000028`e6bff860 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000028`e6bff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000028`e5fff090 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000028`e5fff0d0 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000028`e5fff110 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000028`e5fff160 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000028`e5fff1b0 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000028`e5fffad0 00007ff6`462aff08     postgres!PostmasterMain(
00000028`e5fffc70 00007ff6`468ae0c9     postgres!main(
00000028`e5fffcb0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000028`e5fffd00 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000028`e5fffd70 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000028`e63ff4e8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000028`e63ff4f0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000028`e63ff7e0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000028`e63ff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000028`e67ffa28 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000028`e67ffa30 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000028`e67ffd20 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000028`e67ffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000028`e6fff848 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000028`e6fff850 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000028`e6fffb40 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000028`e6fffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000025`c4dff468 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000025`c4dff470 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000025`c4dff760 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000025`c4dff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000025`c3dfef80 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000025`c3dfefc0 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000025`c3dff000 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000025`c3dff050 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000025`c3dff0a0 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000025`c3dff9c0 00007ff6`462aff08     postgres!PostmasterMain(
00000025`c3dffb60 00007ff6`468ae0c9     postgres!main(
00000025`c3dffba0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000025`c3dffbf0 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000025`c3dffc60 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000025`c41ff888 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000025`c41ff890 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000025`c41ffb80 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000025`c41ffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000025`c45ff558 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000025`c45ff560 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000025`c45ff850 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000025`c45ff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000025`c49ff5f8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000025`c49ff600 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000025`c49ff670 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000025`c49ff770 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000025`c49ff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000074`555ff758 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000074`555ff760 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000074`555ffa50 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000074`555ffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000074`551ff8c8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000074`551ff8d0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000074`551ff940 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000074`551ffa40 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000074`551ffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000074`54dff778 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000074`54dff780 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000074`54dffa70 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000074`54dffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000074`545fef00 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000074`545fef40 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000074`545fef80 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000074`545fefd0 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000074`545ff020 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000074`545ff940 00007ff6`462aff08     postgres!PostmasterMain(
00000074`545ffae0 00007ff6`468ae0c9     postgres!main(
00000074`545ffb20 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000074`545ffb70 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000074`545ffbe0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000074`549ff5f8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000074`549ff600 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000074`549ff8f0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000074`549ff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000059`bf1ff728 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000059`bf1ff730 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000059`bf1ffa20 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000059`bf1ffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000059`be1ff9b8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000059`be1ff9c0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000059`be1ffcb0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000059`be1ffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000059`bddfec20 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000059`bddfec60 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000059`bddfeca0 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000059`bddfecf0 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000059`bddfed40 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000059`bddff660 00007ff6`462aff08     postgres!PostmasterMain(
00000059`bddff800 00007ff6`468ae0c9     postgres!main(
00000059`bddff840 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000059`bddff890 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000059`bddff900 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000059`be5ff4c8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000059`be5ff4d0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000059`be5ff7c0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000059`be5ff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000059`bedffaa8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000059`bedffab0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000059`bedffb20 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000059`bedffc20 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000059`bedffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000059`be9ff9a8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000059`be9ff9b0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000059`be9ffca0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000059`be9ffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009c`1dbfeee0 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000009c`1dbfef20 00007ff6`463fd1ec     postgres!ExceptionalCondition(
0000009c`1dbfef60 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000009c`1dbfefb0 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000009c`1dbff000 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000009c`1dbff920 00007ff6`462aff08     postgres!PostmasterMain(
0000009c`1dbffac0 00007ff6`468ae0c9     postgres!main(
0000009c`1dbffb00 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000009c`1dbffb50 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000009c`1dbffbc0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000009c`1ebffc18 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009c`1ebffc20 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000009c`1ebfff10 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009c`1ebfff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009c`1e7ffcc8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
0000009c`1e7ffcd0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
0000009c`1e7ffd40 00007ffd`02d64cb0     postgres!pg_signal_thread(
0000009c`1e7ffe40 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009c`1e7ffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009c`1e3ffa08 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009c`1e3ffa10 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000009c`1e3ffd00 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009c`1e3ffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009c`1dfffb28 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009c`1dfffb30 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000009c`1dfffe20 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009c`1dfffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d3`769fec50 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d3`769fec90 00007ff6`463fd1ec     postgres!ExceptionalCondition(
000000d3`769fecd0 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000d3`769fed20 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000d3`769fed70 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000d3`769ff690 00007ff6`462aff08     postgres!PostmasterMain(
000000d3`769ff830 00007ff6`468ae0c9     postgres!main(
000000d3`769ff870 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d3`769ff8c0 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d3`769ff930 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000d3`771ffcb8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
000000d3`771ffcc0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
000000d3`771ffd30 00007ffd`02d64cb0     postgres!pg_signal_thread(
000000d3`771ffe30 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d3`771ffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d3`775ff568 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d3`775ff570 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000d3`775ff860 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d3`775ff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d3`779ffa98 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d3`779ffaa0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000d3`779ffd90 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d3`779ffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d3`76dff698 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d3`76dff6a0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000d3`76dff990 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d3`76dff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003d`763ff548 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003d`763ff550 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000003d`763ff840 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003d`763ff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003d`75fffda8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
0000003d`75fffdb0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
0000003d`75fffe20 00007ffd`02d64cb0     postgres!pg_signal_thread(
0000003d`75ffff20 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003d`75ffff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003d`75bff7c8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003d`75bff7d0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000003d`75bffac0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003d`75bffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003d`757ff7c8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003d`757ff7d0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000003d`757ffac0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003d`757ffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003d`753feef0 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000003d`753fef30 00007ff6`463fd1ec     postgres!ExceptionalCondition(
0000003d`753fef70 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000003d`753fefc0 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000003d`753ff010 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000003d`753ff930 00007ff6`462aff08     postgres!PostmasterMain(
0000003d`753ffad0 00007ff6`468ae0c9     postgres!main(
0000003d`753ffb10 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000003d`753ffb60 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000003d`753ffbd0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000068`0f3ff9b8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000068`0f3ff9c0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000068`0f3ffcb0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000068`0f3ffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000068`0f7ff8c8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000068`0f7ff8d0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000068`0f7ff940 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000068`0f7ffa40 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000068`0f7ffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000068`0fbff7c8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000068`0fbff7d0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000068`0fbffac0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000068`0fbffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000068`0effef00 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000068`0effef40 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000068`0effef80 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000068`0effefd0 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000068`0efff020 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000068`0efff940 00007ff6`462aff08     postgres!PostmasterMain(
00000068`0efffae0 00007ff6`468ae0c9     postgres!main(
00000068`0efffb20 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000068`0efffb70 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000068`0efffbe0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000068`0ffff498 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000068`0ffff4a0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000068`0ffff790 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000068`0ffff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000b`b49ff9c8 00007ff6`463f6137     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
0000000b`b49ff9d0 00007ff6`462afec9     postgres!SubPostmasterMain(
0000000b`b49ffa40 00007ff6`468ae0c9     postgres!main(
0000000b`b49ffa80 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000000b`b49ffad0 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000000b`b49ffb40 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
0000000b`b49ffb70 00007ffd`02d64cb0     postgres!mainCRTStartup(
0000000b`b49ffba0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000b`b49ffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000b`b4dff918 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000b`b4dff920 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000000b`b4dffc10 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000b`b4dffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000b`b51ff6a8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000b`b51ff6b0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000000b`b51ff9a0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000b`b51ff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000b`b55ffaf8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000b`b55ffb00 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000000b`b55ffdf0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000b`b55ffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000096`60bff608 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000096`60bff610 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000096`60bff900 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000096`60bff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000096`5f7fef10 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000096`5f7fef50 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000096`5f7fef90 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000096`5f7fefe0 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000096`5f7ff030 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000096`5f7ff950 00007ff6`462aff08     postgres!PostmasterMain(
00000096`5f7ffaf0 00007ff6`468ae0c9     postgres!main(
00000096`5f7ffb30 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000096`5f7ffb80 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000096`5f7ffbf0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000096`5fbff7c8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000096`5fbff7d0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000096`5fbffac0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000096`5fbffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000096`5ffff5e8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000096`5ffff5f0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000096`5ffff8e0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000096`5ffff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000096`607ff828 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000096`607ff830 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000096`607ff8a0 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000096`607ff9a0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000096`607ff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000096`603ff768 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000096`603ff770 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000096`603ffa60 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000096`603ffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000047`8ddfeed0 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000047`8ddfef10 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000047`8ddfef50 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000047`8ddfefa0 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000047`8ddfeff0 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000047`8ddff910 00007ff6`462aff08     postgres!PostmasterMain(
00000047`8ddffab0 00007ff6`468ae0c9     postgres!main(
00000047`8ddffaf0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000047`8ddffb40 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000047`8ddffbb0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000047`8e9ffc78 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000047`8e9ffc80 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000047`8e9ffcf0 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000047`8e9ffdf0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000047`8e9ffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000047`8e5ff508 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000047`8e5ff510 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000047`8e5ff800 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000047`8e5ff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000047`8edff568 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000047`8edff570 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000047`8edff860 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000047`8edff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000047`8e1ff518 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000047`8e1ff520 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000047`8e1ff810 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000047`8e1ff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003d`e3fff638 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003d`e3fff640 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000003d`e3fff930 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003d`e3fff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003d`e3bffbd8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003d`e3bffbe0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000003d`e3bffed0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003d`e3bfff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003d`e47ff548 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003d`e47ff550 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000003d`e47ff840 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003d`e47ff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003d`e43ff9f8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
0000003d`e43ffa00 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
0000003d`e43ffa70 00007ffd`02d64cb0     postgres!pg_signal_thread(
0000003d`e43ffb70 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003d`e43ffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003d`e37ff758 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003d`e37ff760 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000003d`e37ffa50 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003d`e37ffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003d`e33ff1f0 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000003d`e33ff230 00007ff6`463fd1ec     postgres!ExceptionalCondition(
0000003d`e33ff270 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000003d`e33ff2c0 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000003d`e33ff310 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000003d`e33ffc30 00007ff6`462aff08     postgres!PostmasterMain(
0000003d`e33ffdd0 00007ff6`468ae0c9     postgres!main(
0000003d`e33ffe10 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000003d`e33ffe60 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000003d`e33ffed0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000065`905ff5a8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000065`905ff5b0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000065`905ff8a0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000065`905ff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000065`90dff588 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000065`90dff590 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000065`90dff880 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000065`90dff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000065`909ff768 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000065`909ff770 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000065`909ff7e0 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000065`909ff8e0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000065`909ff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000065`901ff788 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000065`901ff790 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000065`901ffa80 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000065`901ffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000065`8fdfee70 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000065`8fdfeeb0 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000065`8fdfeef0 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000065`8fdfef40 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000065`8fdfef90 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000065`8fdff8b0 00007ff6`462aff08     postgres!PostmasterMain(
00000065`8fdffa50 00007ff6`468ae0c9     postgres!main(
00000065`8fdffa90 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000065`8fdffae0 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000065`8fdffb50 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000bf`f61ff7b8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bf`f61ff7c0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000bf`f61ffab0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bf`f61ffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bf`f55fecc0 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000bf`f55fed00 00007ff6`463fd1ec     postgres!ExceptionalCondition(
000000bf`f55fed40 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000bf`f55fed90 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000bf`f55fede0 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000bf`f55ff700 00007ff6`462aff08     postgres!PostmasterMain(
000000bf`f55ff8a0 00007ff6`468ae0c9     postgres!main(
000000bf`f55ff8e0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000bf`f55ff930 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000bf`f55ff9a0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000bf`f59ff868 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bf`f59ff870 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000bf`f59ffb60 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bf`f59ffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bf`f5dffa18 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bf`f5dffa20 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000bf`f5dffd10 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bf`f5dffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bf`f69ff8a8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bf`f69ff8b0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000bf`f69ffba0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bf`f69ffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bf`f65ffcb8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
000000bf`f65ffcc0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
000000bf`f65ffd30 00007ffd`02d64cb0     postgres!pg_signal_thread(
000000bf`f65ffe30 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bf`f65ffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b7`b2dff6c8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b7`b2dff6d0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000b7`b2dff9c0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b7`b2dff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b7`b29ff5d8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b7`b29ff5e0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000b7`b29ff8d0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b7`b29ff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b7`b35ff618 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b7`b35ff620 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000b7`b35ff910 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b7`b35ff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b7`b31ff7a8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
000000b7`b31ff7b0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
000000b7`b31ff820 00007ffd`02d64cb0     postgres!pg_signal_thread(
000000b7`b31ff920 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b7`b31ff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b7`b25fef00 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b7`b25fef40 00007ff6`463fd1ec     postgres!ExceptionalCondition(
000000b7`b25fef80 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000b7`b25fefd0 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000b7`b25ff020 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000b7`b25ff940 00007ff6`462aff08     postgres!PostmasterMain(
000000b7`b25ffae0 00007ff6`468ae0c9     postgres!main(
000000b7`b25ffb20 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b7`b25ffb70 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000b7`b25ffbe0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000006`093ffb58 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000006`093ffb60 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000006`093ffe50 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000006`093ffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000006`09bffcc8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000006`09bffcd0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000006`09bffd40 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000006`09bffe40 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000006`09bffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000006`08bff050 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000006`08bff090 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000006`08bff0d0 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000006`08bff120 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000006`08bff170 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000006`08bffa90 00007ff6`462aff08     postgres!PostmasterMain(
00000006`08bffc30 00007ff6`468ae0c9     postgres!main(
00000006`08bffc70 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000006`08bffcc0 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000006`08bffd30 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000006`09fffbc8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000006`09fffbd0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000006`09fffec0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000006`09fffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000006`097ff478 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000006`097ff480 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000006`097ff770 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000006`097ff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000006`08fffb28 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000006`08fffb30 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000006`08fffe20 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000006`08fffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000063`ff1ff7f8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000063`ff1ff800 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000063`ff1ffaf0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000063`ff1ffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000063`fedffcb8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000063`fedffcc0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000063`fedffd30 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000063`fedffe30 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000063`fedffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000063`fddfeac0 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000063`fddfeb00 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000063`fddfeb40 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000063`fddfeb90 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000063`fddfebe0 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000063`fddff500 00007ff6`462aff08     postgres!PostmasterMain(
00000063`fddff6a0 00007ff6`468ae0c9     postgres!main(
00000063`fddff6e0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000063`fddff730 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000063`fddff7a0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000063`fe9ff8e8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000063`fe9ff8f0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000063`fe9ffbe0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000063`fe9ffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000063`fe1ff8c8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000063`fe1ff8d0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000063`fe1ffbc0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000063`fe1ffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000063`fe5ff668 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000063`fe5ff670 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000063`fe5ff960 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000063`fe5ff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cd`1fdff478 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cd`1fdff480 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000cd`1fdff770 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cd`1fdff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cd`209ff728 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cd`209ff730 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000cd`209ffa20 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cd`209ffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cd`205ff908 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
000000cd`205ff910 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
000000cd`205ff980 00007ffd`02d64cb0     postgres!pg_signal_thread(
000000cd`205ffa80 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cd`205ffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cd`1f5fec00 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000cd`1f5fec40 00007ff6`463fd1ec     postgres!ExceptionalCondition(
000000cd`1f5fec80 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000cd`1f5fecd0 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000cd`1f5fed20 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000cd`1f5ff640 00007ff6`462aff08     postgres!PostmasterMain(
000000cd`1f5ff7e0 00007ff6`468ae0c9     postgres!main(
000000cd`1f5ff820 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000cd`1f5ff870 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000cd`1f5ff8e0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000cd`1f9ff628 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cd`1f9ff630 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000cd`1f9ff920 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cd`1f9ff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cd`201ff848 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cd`201ff850 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000cd`201ffb40 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cd`201ffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c6`befffab8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c6`befffac0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000c6`befffdb0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c6`befffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c6`be7fed80 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c6`be7fedc0 00007ff6`463fd1ec     postgres!ExceptionalCondition(
000000c6`be7fee00 00007ff6`463fc358     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c6`be7fee50 00007ff6`463fd815     postgres!process_pm_child_exit(void)+0x748 [c:\cirrus\src\backend\postmaster\pos...
000000c6`be7feeb0 00007ff6`463faefd     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c6`be7ff7d0 00007ff6`462aff08     postgres!PostmasterMain(
000000c6`be7ff970 00007ff6`468ae0c9     postgres!main(
000000c6`be7ff9b0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c6`be7ffa00 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c6`be7ffa70 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c6`bebff958 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c6`bebff960 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000c6`bebffc50 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c6`bebffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c6`bfbff738 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c6`bfbff740 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000c6`bfbffa30 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c6`bfbffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c6`bf7ff618 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
000000c6`bf7ff620 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
000000c6`bf7ff690 00007ffd`02d64cb0     postgres!pg_signal_thread(
000000c6`bf7ff790 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c6`bf7ff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c6`bf3ff4c8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c6`bf3ff4d0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000c6`bf3ff7c0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c6`bf3ff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000025`d31febe0 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000025`d31fec20 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000025`d31fec60 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000025`d31fecb0 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000025`d31fed00 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000025`d31ff620 00007ff6`462aff08     postgres!PostmasterMain(
00000025`d31ff7c0 00007ff6`468ae0c9     postgres!main(
00000025`d31ff800 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000025`d31ff850 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000025`d31ff8c0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000025`d3dff5c8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000025`d3dff5d0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000025`d3dff8c0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000025`d3dff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000025`d39ff6d8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000025`d39ff6e0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000025`d39ff9d0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000025`d39ffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000025`d35ff568 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000025`d35ff570 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000025`d35ff860 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000025`d35ff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000025`d45ffb38 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000025`d45ffb40 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000025`d45ffe30 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000025`d45ffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000025`d41ffb48 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000025`d41ffb50 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000025`d41ffbc0 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000025`d41ffcc0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000025`d41ffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bc`7d9ffd98 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
000000bc`7d9ffda0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
000000bc`7d9ffe10 00007ffd`02d64cb0     postgres!pg_signal_thread(
000000bc`7d9fff10 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bc`7d9fff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bc`7d5ff6c8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bc`7d5ff6d0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000bc`7d5ff9c0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bc`7d5ff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bc`7d1fed80 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000bc`7d1fedc0 00007ff6`463fd1ec     postgres!ExceptionalCondition(
000000bc`7d1fee00 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000bc`7d1fee50 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000bc`7d1feea0 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000bc`7d1ff7c0 00007ff6`462aff08     postgres!PostmasterMain(
000000bc`7d1ff960 00007ff6`468ae0c9     postgres!main(
000000bc`7d1ff9a0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000bc`7d1ff9f0 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000bc`7d1ffa60 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000bc`7e1ffae8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bc`7e1ffaf0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000bc`7e1ffde0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bc`7e1ffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bc`7ddffae8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bc`7ddffaf0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000bc`7ddffde0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bc`7ddffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000eb`dc3ffb98 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000eb`dc3ffba0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000eb`dc3ffe90 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000eb`dc3ffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000eb`dbfffda8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
000000eb`dbfffdb0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
000000eb`dbfffe20 00007ffd`02d64cb0     postgres!pg_signal_thread(
000000eb`dbffff20 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000eb`dbffff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000eb`dbbff718 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000eb`dbbff720 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000eb`dbbffa10 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000eb`dbbffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000eb`db7ff558 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000eb`db7ff560 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000eb`db7ff850 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000eb`db7ff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000eb`db3ff878 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000eb`db3ff880 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000eb`db3ffb70 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000eb`db3ffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000eb`dafff1d0 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000eb`dafff210 00007ff6`463fd1ec     postgres!ExceptionalCondition(
000000eb`dafff250 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000eb`dafff2a0 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000eb`dafff2f0 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000eb`dafffc10 00007ff6`462aff08     postgres!PostmasterMain(
000000eb`dafffdb0 00007ff6`468ae0c9     postgres!main(
000000eb`dafffdf0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000eb`dafffe40 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000eb`dafffeb0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000e1`c39ff8a8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e1`c39ff8b0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000e1`c39ffba0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e1`c39ffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e1`c3dff458 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e1`c3dff460 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000e1`c3dff750 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e1`c3dff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e1`c35ffba8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
000000e1`c35ffbb0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
000000e1`c35ffc20 00007ffd`02d64cb0     postgres!pg_signal_thread(
000000e1`c35ffd20 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e1`c35ffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e1`c31ff4a8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e1`c31ff4b0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000e1`c31ff7a0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e1`c31ff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e1`c2dfead0 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e1`c2dfeb10 00007ff6`463fd1ec     postgres!ExceptionalCondition(
000000e1`c2dfeb50 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000e1`c2dfeba0 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000e1`c2dfebf0 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000e1`c2dff510 00007ff6`462aff08     postgres!PostmasterMain(
000000e1`c2dff6b0 00007ff6`468ae0c9     postgres!main(
000000e1`c2dff6f0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e1`c2dff740 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e1`c2dff7b0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f8`383fed30 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f8`383fed70 00007ff6`463fd1ec     postgres!ExceptionalCondition(
000000f8`383fedb0 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f8`383fee00 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000f8`383fee50 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f8`383ff770 00007ff6`462aff08     postgres!PostmasterMain(
000000f8`383ff910 00007ff6`468ae0c9     postgres!main(
000000f8`383ff950 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f8`383ff9a0 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f8`383ffa10 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f8`387ff788 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f8`387ff790 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000f8`387ffa80 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f8`387ffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f8`38bffab8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f8`38bffac0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000f8`38bffdb0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f8`38bffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f8`38fffbf8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
000000f8`38fffc00 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
000000f8`38fffc70 00007ffd`02d64cb0     postgres!pg_signal_thread(
000000f8`38fffd70 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f8`38fffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f8`393ffbb8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f8`393ffbc0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000f8`393ffeb0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f8`393ffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000059`d6bff948 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000059`d6bff950 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000059`d6bffc40 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000059`d6bffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000059`d67fea80 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000059`d67feac0 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000059`d67feb00 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000059`d67feb50 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000059`d67feba0 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000059`d67ff4c0 00007ff6`462aff08     postgres!PostmasterMain(
00000059`d67ff660 00007ff6`468ae0c9     postgres!main(
00000059`d67ff6a0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000059`d67ff6f0 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000059`d67ff760 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000059`d6fff9a8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000059`d6fff9b0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000059`d6fffca0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000059`d6fffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000059`d73ff858 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000059`d73ff860 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000059`d73ff8d0 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000059`d73ff9d0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000059`d73ffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000059`d77ffb48 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000059`d77ffb50 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000059`d77ffe40 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000059`d77ffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c9`123ffb58 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c9`123ffb60 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000c9`123ffe50 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c9`123ffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c9`11fffb18 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
000000c9`11fffb20 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
000000c9`11fffb90 00007ffd`02d64cb0     postgres!pg_signal_thread(
000000c9`11fffc90 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c9`11fffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c9`11bff888 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c9`11bff890 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000c9`11bffb80 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c9`11bffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c9`117ff8f8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c9`117ff900 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000c9`117ffbf0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c9`117ffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c9`113ff8e8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c9`113ff8f0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000c9`113ffbe0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c9`113ffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c9`10ffead0 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c9`10ffeb10 00007ff6`463fd1ec     postgres!ExceptionalCondition(
000000c9`10ffeb50 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c9`10ffeba0 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000c9`10ffebf0 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c9`10fff510 00007ff6`462aff08     postgres!PostmasterMain(
000000c9`10fff6b0 00007ff6`468ae0c9     postgres!main(
000000c9`10fff6f0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c9`10fff740 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c9`10fff7b0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000004`393ff4d8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000004`393ff4e0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000004`393ff7d0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000004`393ff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000004`38ffefb0 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000004`38ffeff0 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000004`38fff030 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000004`38fff080 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000004`38fff0d0 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000004`38fff9f0 00007ff6`462aff08     postgres!PostmasterMain(
00000004`38fffb90 00007ff6`468ae0c9     postgres!main(
00000004`38fffbd0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000004`38fffc20 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000004`38fffc90 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000004`3a3ff868 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000004`3a3ff870 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000004`3a3ffb60 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000004`3a3ffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000004`39fff918 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000004`39fff920 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000004`39fff990 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000004`39fffa90 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000004`39fffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000004`39bff538 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000004`39bff540 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000004`39bff830 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000004`39bff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000004`397ffb08 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000004`397ffb10 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000004`397ffe00 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000004`397ffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d9`40bff8d8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d9`40bff8e0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000d9`40bffbd0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d9`40bffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d9`413ffb08 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d9`413ffb10 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000d9`413ffe00 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d9`413ffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d9`403fedd0 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d9`403fee10 00007ff6`463fd1ec     postgres!ExceptionalCondition(
000000d9`403fee50 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000d9`403feea0 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000d9`403feef0 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000d9`403ff810 00007ff6`462aff08     postgres!PostmasterMain(
000000d9`403ff9b0 00007ff6`468ae0c9     postgres!main(
000000d9`403ff9f0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d9`403ffa40 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d9`403ffab0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000d9`407ff7c8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d9`407ff7d0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000d9`407ffac0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d9`407ffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d9`40fffa58 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
000000d9`40fffa60 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
000000d9`40fffad0 00007ffd`02d64cb0     postgres!pg_signal_thread(
000000d9`40fffbd0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d9`40fffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000031`645ffd78 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000031`645ffd80 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000031`645ffdf0 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000031`645ffef0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000031`645fff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000031`639ff1e0 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000031`639ff220 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000031`639ff260 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000031`639ff2b0 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000031`639ff300 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000031`639ffc20 00007ff6`462aff08     postgres!PostmasterMain(
00000031`639ffdc0 00007ff6`468ae0c9     postgres!main(
00000031`639ffe00 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000031`639ffe50 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000031`639ffec0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000031`649ffa68 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000031`649ffa70 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000031`649ffd60 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000031`649ffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000031`63dffc08 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000031`63dffc10 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000031`63dfff00 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000031`63dfff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000031`641ff528 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000031`641ff530 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000031`641ff820 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000031`641ff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f7`9b5ff458 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f7`9b5ff460 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000f7`9b5ff750 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f7`9b5ff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f7`9bdff958 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
000000f7`9bdff960 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
000000f7`9bdff9d0 00007ffd`02d64cb0     postgres!pg_signal_thread(
000000f7`9bdffad0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f7`9bdffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f7`9c1ffbf8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f7`9c1ffc00 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000f7`9c1ffef0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f7`9c1fff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f7`9adff1c0 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f7`9adff200 00007ff6`463fd1ec     postgres!ExceptionalCondition(
000000f7`9adff240 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f7`9adff290 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000f7`9adff2e0 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f7`9adffc00 00007ff6`462aff08     postgres!PostmasterMain(
000000f7`9adffda0 00007ff6`468ae0c9     postgres!main(
000000f7`9adffde0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f7`9adffe30 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f7`9adffea0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f7`9b1ff768 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f7`9b1ff770 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000f7`9b1ffa60 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f7`9b1ffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f7`9b9ffa68 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f7`9b9ffa70 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000f7`9b9ffd60 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f7`9b9ffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009a`521ff798 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009a`521ff7a0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000009a`521ffa90 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009a`521ffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009a`525ff628 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
0000009a`525ff630 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
0000009a`525ff6a0 00007ffd`02d64cb0     postgres!pg_signal_thread(
0000009a`525ff7a0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009a`525ff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009a`51dffab8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009a`51dffac0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000009a`51dffdb0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009a`51dffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009a`529ff708 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009a`529ff710 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000009a`529ffa00 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009a`529ffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009a`519fea50 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000009a`519fea90 00007ff6`463fd1ec     postgres!ExceptionalCondition(
0000009a`519fead0 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000009a`519feb20 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000009a`519feb70 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000009a`519ff490 00007ff6`462aff08     postgres!PostmasterMain(
0000009a`519ff630 00007ff6`468ae0c9     postgres!main(
0000009a`519ff670 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000009a`519ff6c0 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000009a`519ff730 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000097`ebfffab8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000097`ebfffac0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000097`ebfffdb0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000097`ebfffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000097`ec3ff6d8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000097`ec3ff6e0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000097`ec3ff9d0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000097`ec3ffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000097`ebbff628 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000097`ebbff630 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000097`ebbff6a0 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000097`ebbff7a0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000097`ebbff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000097`eb7ff5f8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000097`eb7ff600 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000097`eb7ff8f0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000097`eb7ff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000097`eb3fedd0 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000097`eb3fee10 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000097`eb3fee50 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000097`eb3feea0 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000097`eb3feef0 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000097`eb3ff810 00007ff6`462aff08     postgres!PostmasterMain(
00000097`eb3ff9b0 00007ff6`468ae0c9     postgres!main(
00000097`eb3ff9f0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000097`eb3ffa40 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000097`eb3ffab0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f2`6fffed60 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f2`6fffeda0 00007ff6`463fd1ec     postgres!ExceptionalCondition(
000000f2`6fffede0 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f2`6fffee30 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000f2`6fffee80 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f2`6ffff7a0 00007ff6`462aff08     postgres!PostmasterMain(
000000f2`6ffff940 00007ff6`468ae0c9     postgres!main(
000000f2`6ffff980 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f2`6ffff9d0 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f2`6ffffa40 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f2`707ff6f8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f2`707ff700 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000f2`707ff9f0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f2`707ffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f2`70bff988 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
000000f2`70bff990 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
000000f2`70bffa00 00007ffd`02d64cb0     postgres!pg_signal_thread(
000000f2`70bffb00 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f2`70bffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f2`70fff698 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f2`70fff6a0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000f2`70fff990 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f2`70fff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f2`703ff588 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f2`703ff590 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000f2`703ff880 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f2`703ff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002d`20fff838 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002d`20fff840 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000002d`20fffb30 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002d`20fffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002d`20bff878 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002d`20bff880 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000002d`20bffb70 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002d`20bffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002d`207ffb68 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
0000002d`207ffb70 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
0000002d`207ffbe0 00007ffd`02d64cb0     postgres!pg_signal_thread(
0000002d`207ffce0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002d`207ffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002d`203ffb88 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002d`203ffb90 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000002d`203ffe80 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002d`203ffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002d`1fffed90 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000002d`1fffedd0 00007ff6`463fd1ec     postgres!ExceptionalCondition(
0000002d`1fffee10 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000002d`1fffee60 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000002d`1fffeeb0 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000002d`1ffff7d0 00007ff6`462aff08     postgres!PostmasterMain(
0000002d`1ffff970 00007ff6`468ae0c9     postgres!main(
0000002d`1ffff9b0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000002d`1ffffa00 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000002d`1ffffa70 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f1`08fff6c8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
000000f1`08fff6d0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
000000f1`08fff740 00007ffd`02d64cb0     postgres!pg_signal_thread(
000000f1`08fff840 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f1`08fff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f1`08bff8f8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f1`08bff900 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000f1`08bffbf0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f1`08bffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f1`093ffc08 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f1`093ffc10 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000f1`093fff00 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f1`093fff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f1`087ff7e8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f1`087ff7f0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000f1`087ffae0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f1`087ffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f1`083ff608 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f1`083ff610 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000f1`083ff900 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f1`083ff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f1`07ffedd0 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f1`07ffee10 00007ff6`463fd1ec     postgres!ExceptionalCondition(
000000f1`07ffee50 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f1`07ffeea0 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000f1`07ffeef0 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f1`07fff810 00007ff6`462aff08     postgres!PostmasterMain(
000000f1`07fff9b0 00007ff6`468ae0c9     postgres!main(
000000f1`07fff9f0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f1`07fffa40 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f1`07fffab0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000044`c41ff9f8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000044`c41ffa00 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000044`c41ffcf0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000044`c41ffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000044`c4dff658 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000044`c4dff660 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000044`c4dff950 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000044`c4dff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000044`c49ff888 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000044`c49ff890 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000044`c49ffb80 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000044`c49ffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000044`c45ffcb8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000044`c45ffcc0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000044`c45ffd30 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000044`c45ffe30 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000044`c45ffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000044`c3dfea20 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000044`c3dfea60 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000044`c3dfeaa0 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000044`c3dfeaf0 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000044`c3dfeb40 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000044`c3dff460 00007ff6`462aff08     postgres!PostmasterMain(
00000044`c3dff600 00007ff6`468ae0c9     postgres!main(
00000044`c3dff640 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000044`c3dff690 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000044`c3dff700 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a4`3e9feac0 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a4`3e9feb00 00007ff6`463fd1ec     postgres!ExceptionalCondition(
000000a4`3e9feb40 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000a4`3e9feb90 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000a4`3e9febe0 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a4`3e9ff500 00007ff6`462aff08     postgres!PostmasterMain(
000000a4`3e9ff6a0 00007ff6`468ae0c9     postgres!main(
000000a4`3e9ff6e0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a4`3e9ff730 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a4`3e9ff7a0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a4`3edffad8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a4`3edffae0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000a4`3edffdd0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a4`3edffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a4`3f1ffbd8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a4`3f1ffbe0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000a4`3f1ffed0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a4`3f1fff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a4`3f5ffb28 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a4`3f5ffb30 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000a4`3f5ffe20 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a4`3f5ffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a4`3f9ff918 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
000000a4`3f9ff920 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
000000a4`3f9ff990 00007ffd`02d64cb0     postgres!pg_signal_thread(
000000a4`3f9ffa90 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a4`3f9ffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a4`3fdff5e8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a4`3fdff5f0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000a4`3fdff8e0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a4`3fdff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000035`e43feb50 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000035`e43feb90 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000035`e43febd0 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000035`e43fec20 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000035`e43fec70 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000035`e43ff590 00007ff6`462aff08     postgres!PostmasterMain(
00000035`e43ff730 00007ff6`468ae0c9     postgres!main(
00000035`e43ff770 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000035`e43ff7c0 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000035`e43ff830 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000035`e47ffaf8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000035`e47ffb00 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000035`e47ffdf0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000035`e47ffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000035`e4bff848 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000035`e4bff850 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000035`e4bffb40 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000035`e4bffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000035`e4fff828 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000035`e4fff830 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000035`e4fffb20 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000035`e4fffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000035`e53ffb28 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000035`e53ffb30 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000035`e53ffba0 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000035`e53ffca0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000035`e53ffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000035`e57ff5a8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000035`e57ff5b0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000035`e57ff8a0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000035`e57ff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005e`d6bfedb0 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000005e`d6bfedf0 00007ff6`463fd1ec     postgres!ExceptionalCondition(
0000005e`d6bfee30 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000005e`d6bfee80 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000005e`d6bfeed0 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000005e`d6bff7f0 00007ff6`462aff08     postgres!PostmasterMain(
0000005e`d6bff990 00007ff6`468ae0c9     postgres!main(
0000005e`d6bff9d0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000005e`d6bffa20 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000005e`d6bffa90 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000005e`d6fff578 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005e`d6fff580 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000005e`d6fff870 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005e`d6fff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005e`d73ff9d8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
0000005e`d73ff9e0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
0000005e`d73ffa50 00007ffd`02d64cb0     postgres!pg_signal_thread(
0000005e`d73ffb50 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005e`d73ffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005e`d77ff648 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005e`d77ff650 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000005e`d77ff940 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005e`d77ff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005e`d7bff568 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005e`d7bff570 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000005e`d7bff860 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005e`d7bff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008f`319ff0f0 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000008f`319ff130 00007ff6`463fd1ec     postgres!ExceptionalCondition(
0000008f`319ff170 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000008f`319ff1c0 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000008f`319ff210 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000008f`319ffb30 00007ff6`462aff08     postgres!PostmasterMain(
0000008f`319ffcd0 00007ff6`468ae0c9     postgres!main(
0000008f`319ffd10 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000008f`319ffd60 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000008f`319ffdd0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000008f`31dff898 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008f`31dff8a0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000008f`31dffb90 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008f`31dffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008f`321ff8d8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008f`321ff8e0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000008f`321ffbd0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008f`321ffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008f`325ffac8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
0000008f`325ffad0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
0000008f`325ffb40 00007ffd`02d64cb0     postgres!pg_signal_thread(
0000008f`325ffc40 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008f`325ffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008f`329ff6b8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008f`329ff6c0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000008f`329ff9b0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008f`329ff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000006`d55feeb0 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000006`d55feef0 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000006`d55fef30 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000006`d55fef80 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000006`d55fefd0 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000006`d55ff8f0 00007ff6`462aff08     postgres!PostmasterMain(
00000006`d55ffa90 00007ff6`468ae0c9     postgres!main(
00000006`d55ffad0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000006`d55ffb20 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000006`d55ffb90 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000006`d59ff758 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000006`d59ff760 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000006`d59ffa50 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000006`d59ffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000006`d5dffa38 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000006`d5dffa40 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000006`d5dffd30 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000006`d5dffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000006`d61ffaa8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000006`d61ffab0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000006`d61ffb20 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000006`d61ffc20 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000006`d61ffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000006`d65ffbf8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000006`d65ffc00 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000006`d65ffef0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000006`d65fff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004f`7dfff060 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000004f`7dfff0a0 00007ff6`463fd1ec     postgres!ExceptionalCondition(
0000004f`7dfff0e0 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000004f`7dfff130 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000004f`7dfff180 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000004f`7dfffaa0 00007ff6`462aff08     postgres!PostmasterMain(
0000004f`7dfffc40 00007ff6`468ae0c9     postgres!main(
0000004f`7dfffc80 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000004f`7dfffcd0 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000004f`7dfffd40 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000004f`7e3ff688 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004f`7e3ff690 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000004f`7e3ff980 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004f`7e3ff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004f`7e7ff738 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004f`7e7ff740 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000004f`7e7ffa30 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004f`7e7ffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004f`7ebffd98 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
0000004f`7ebffda0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
0000004f`7ebffe10 00007ffd`02d64cb0     postgres!pg_signal_thread(
0000004f`7ebfff10 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004f`7ebfff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004f`7efffab8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004f`7efffac0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000004f`7efffdb0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004f`7efffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009f`f5bfee20 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000009f`f5bfee60 00007ff6`463fd1ec     postgres!ExceptionalCondition(
0000009f`f5bfeea0 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000009f`f5bfeef0 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000009f`f5bfef40 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000009f`f5bff860 00007ff6`462aff08     postgres!PostmasterMain(
0000009f`f5bffa00 00007ff6`468ae0c9     postgres!main(
0000009f`f5bffa40 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000009f`f5bffa90 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000009f`f5bffb00 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000009f`f5fff928 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009f`f5fff930 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000009f`f5fffc20 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009f`f5fffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009f`f63ff8d8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009f`f63ff8e0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000009f`f63ffbd0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009f`f63ffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009f`f67ffa88 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009f`f67ffa90 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000009f`f67ffd80 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009f`f67ffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009f`f6bffa18 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
0000009f`f6bffa20 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
0000009f`f6bffa90 00007ffd`02d64cb0     postgres!pg_signal_thread(
0000009f`f6bffb90 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009f`f6bffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009f`f6fff788 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009f`f6fff790 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000009f`f6fffa80 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009f`f6fffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003d`5efffa58 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003d`5efffa60 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000003d`5efffd50 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003d`5efffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003d`5e3ffbb8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003d`5e3ffbc0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000003d`5e3ffeb0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003d`5e3ffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003d`5dffeb50 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000003d`5dffeb90 00007ff6`463fd1ec     postgres!ExceptionalCondition(
0000003d`5dffebd0 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000003d`5dffec20 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000003d`5dffec70 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000003d`5dfff590 00007ff6`462aff08     postgres!PostmasterMain(
0000003d`5dfff730 00007ff6`468ae0c9     postgres!main(
0000003d`5dfff770 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000003d`5dfff7c0 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000003d`5dfff830 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000003d`5e7ffb98 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
0000003d`5e7ffba0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
0000003d`5e7ffc10 00007ffd`02d64cb0     postgres!pg_signal_thread(
0000003d`5e7ffd10 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003d`5e7ffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003d`5ebff488 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003d`5ebff490 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000003d`5ebff780 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003d`5ebff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000073`823ffd48 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000073`823ffd50 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000073`823ffdc0 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000073`823ffec0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000073`823ffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000073`81fffc18 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000073`81fffc20 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000073`81ffff10 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000073`81ffff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000073`827ff6e8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000073`827ff6f0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000073`827ff9e0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000073`827ffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000073`813fec30 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000073`813fec70 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000073`813fecb0 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000073`813fed00 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000073`813fed50 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000073`813ff670 00007ff6`462aff08     postgres!PostmasterMain(
00000073`813ff810 00007ff6`468ae0c9     postgres!main(
00000073`813ff850 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000073`813ff8a0 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000073`813ff910 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000073`817ff5a8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000073`817ff5b0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000073`817ff8a0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000073`817ff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000073`81bff7c8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000073`81bff7d0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000073`81bffac0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000073`81bffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fb`4d5ffae8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
000000fb`4d5ffaf0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
000000fb`4d5ffb60 00007ffd`02d64cb0     postgres!pg_signal_thread(
000000fb`4d5ffc60 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fb`4d5ffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fb`4c9feab0 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000fb`4c9feaf0 00007ff6`463fd1ec     postgres!ExceptionalCondition(
000000fb`4c9feb30 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000fb`4c9feb80 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000fb`4c9febd0 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000fb`4c9ff4f0 00007ff6`462aff08     postgres!PostmasterMain(
000000fb`4c9ff690 00007ff6`468ae0c9     postgres!main(
000000fb`4c9ff6d0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000fb`4c9ff720 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000fb`4c9ff790 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000fb`4cdff768 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fb`4cdff770 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000fb`4cdffa60 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fb`4cdffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fb`4d1ff718 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fb`4d1ff720 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000fb`4d1ffa10 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fb`4d1ffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fb`4d9ffab8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fb`4d9ffac0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000fb`4d9ffdb0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fb`4d9ffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f3`f35ffbb8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f3`f35ffbc0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000f3`f35ffeb0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f3`f35ffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f3`f25fee70 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f3`f25feeb0 00007ff6`463fd1ec     postgres!ExceptionalCondition(
000000f3`f25feef0 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f3`f25fef40 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000f3`f25fef90 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f3`f25ff8b0 00007ff6`462aff08     postgres!PostmasterMain(
000000f3`f25ffa50 00007ff6`468ae0c9     postgres!main(
000000f3`f25ffa90 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f3`f25ffae0 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f3`f25ffb50 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f3`f29ff768 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f3`f29ff770 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000f3`f29ffa60 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f3`f29ffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f3`f2dff928 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f3`f2dff930 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000f3`f2dffc20 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f3`f2dffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f3`f31ff968 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
000000f3`f31ff970 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
000000f3`f31ff9e0 00007ffd`02d64cb0     postgres!pg_signal_thread(
000000f3`f31ffae0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f3`f31ffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000eb`4bfff568 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000eb`4bfff570 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000eb`4bfff860 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000eb`4bfff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000eb`4affebe0 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000eb`4affec20 00007ff6`463fd1ec     postgres!ExceptionalCondition(
000000eb`4affec60 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000eb`4affecb0 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000eb`4affed00 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000eb`4afff620 00007ff6`462aff08     postgres!PostmasterMain(
000000eb`4afff7c0 00007ff6`468ae0c9     postgres!main(
000000eb`4afff800 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000eb`4afff850 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000eb`4afff8c0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000eb`4b3ff968 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000eb`4b3ff970 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000eb`4b3ffc60 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000eb`4b3ffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000eb`4b7ff908 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000eb`4b7ff910 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000eb`4b7ffc00 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000eb`4b7ffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000eb`4bbff6c8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
000000eb`4bbff6d0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
000000eb`4bbff740 00007ffd`02d64cb0     postgres!pg_signal_thread(
000000eb`4bbff840 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000eb`4bbff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000de`c49ff628 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000de`c49ff630 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000de`c49ff920 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000de`c49ff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000de`c45ff5d8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
000000de`c45ff5e0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
000000de`c45ff650 00007ffd`02d64cb0     postgres!pg_signal_thread(
000000de`c45ff750 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000de`c45ff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000de`c41ffb08 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000de`c41ffb10 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000de`c41ffe00 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000de`c41ffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000de`c3dff538 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000de`c3dff540 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000de`c3dff830 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000de`c3dff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000de`c39ff040 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000de`c39ff080 00007ff6`463fd1ec     postgres!ExceptionalCondition(
000000de`c39ff0c0 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000de`c39ff110 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000de`c39ff160 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000de`c39ffa80 00007ff6`462aff08     postgres!PostmasterMain(
000000de`c39ffc20 00007ff6`468ae0c9     postgres!main(
000000de`c39ffc60 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000de`c39ffcb0 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000de`c39ffd20 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000052`cd3ff788 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000052`cd3ff790 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000052`cd3ff800 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000052`cd3ff900 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000052`cd3ff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000052`cc7fed00 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000052`cc7fed40 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000052`cc7fed80 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000052`cc7fedd0 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000052`cc7fee20 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000052`cc7ff740 00007ff6`462aff08     postgres!PostmasterMain(
00000052`cc7ff8e0 00007ff6`468ae0c9     postgres!main(
00000052`cc7ff920 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000052`cc7ff970 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000052`cc7ff9e0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000052`ccbff6f8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000052`ccbff700 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000052`ccbff9f0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000052`ccbffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000052`ccfff628 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000052`ccfff630 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000052`ccfff920 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000052`ccfff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000052`cd7ff5a8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000052`cd7ff5b0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000052`cd7ff8a0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000052`cd7ff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c4`34dff9e8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
000000c4`34dff9f0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
000000c4`34dffa60 00007ffd`02d64cb0     postgres!pg_signal_thread(
000000c4`34dffb60 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c4`34dffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c4`33dfece0 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c4`33dfed20 00007ff6`463fd1ec     postgres!ExceptionalCondition(
000000c4`33dfed60 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c4`33dfedb0 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000c4`33dfee00 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c4`33dff720 00007ff6`462aff08     postgres!PostmasterMain(
000000c4`33dff8c0 00007ff6`468ae0c9     postgres!main(
000000c4`33dff900 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c4`33dff950 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c4`33dff9c0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c4`341ff448 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c4`341ff450 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000c4`341ff740 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c4`341ff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c4`345ff978 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c4`345ff980 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000c4`345ffc70 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c4`345ffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c4`349ffa08 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c4`349ffa10 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000c4`349ffd00 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c4`349ffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c4`351ffc38 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c4`351ffc40 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000c4`351fff30 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c4`351fff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008d`0f9ffc08 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008d`0f9ffc10 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000008d`0f9fff00 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008d`0f9fff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008d`0edfeb90 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000008d`0edfebd0 00007ff6`463fd1ec     postgres!ExceptionalCondition(
0000008d`0edfec10 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000008d`0edfec60 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000008d`0edfecb0 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000008d`0edff5d0 00007ff6`462aff08     postgres!PostmasterMain(
0000008d`0edff770 00007ff6`468ae0c9     postgres!main(
0000008d`0edff7b0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000008d`0edff800 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000008d`0edff870 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000008d`0f1ff8f8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008d`0f1ff900 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000008d`0f1ffbf0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008d`0f1ffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008d`0f5ff6e8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
0000008d`0f5ff6f0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
0000008d`0f5ff760 00007ffd`02d64cb0     postgres!pg_signal_thread(
0000008d`0f5ff860 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008d`0f5ff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008d`0fdffbd8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008d`0fdffbe0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000008d`0fdffed0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008d`0fdfff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000089`59bff688 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000089`59bff690 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000089`59bff980 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000089`59bff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000089`58ffea70 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000089`58ffeab0 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000089`58ffeaf0 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000089`58ffeb40 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000089`58ffeb90 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000089`58fff4b0 00007ff6`462aff08     postgres!PostmasterMain(
00000089`58fff650 00007ff6`468ae0c9     postgres!main(
00000089`58fff690 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000089`58fff6e0 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000089`58fff750 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000089`593ff8a8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000089`593ff8b0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000089`593ffba0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000089`593ffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000089`597ff888 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000089`597ff890 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000089`597ff900 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000089`597ffa00 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000089`597ffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000089`59fff788 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000089`59fff790 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000089`59fffa80 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000089`59fffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000082`11fffac8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000082`11fffad0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000082`11fffb40 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000082`11fffc40 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000082`11fffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000082`113fecd0 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000082`113fed10 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000082`113fed50 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000082`113feda0 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000082`113fedf0 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000082`113ff710 00007ff6`462aff08     postgres!PostmasterMain(
00000082`113ff8b0 00007ff6`468ae0c9     postgres!main(
00000082`113ff8f0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000082`113ff940 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000082`113ff9b0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000082`123ff4a8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000082`123ff4b0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000082`123ff7a0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000082`123ff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000028`efbfeb30 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000028`efbfeb70 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000028`efbfebb0 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000028`efbfec00 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000028`efbfec50 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000028`efbff570 00007ff6`462aff08     postgres!PostmasterMain(
00000028`efbff710 00007ff6`468ae0c9     postgres!main(
00000028`efbff750 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000028`efbff7a0 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000028`efbff810 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000028`effff468 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000028`effff470 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000028`effff760 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000028`effff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000028`f03ff618 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000028`f03ff620 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000028`f03ff910 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000028`f03ff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000028`f07ff908 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000028`f07ff910 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000028`f07ff980 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000028`f07ffa80 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000028`f07ffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000028`f0bff718 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000028`f0bff720 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000028`f0bffa10 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000028`f0bffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008b`8fbffc68 00007ff6`463f6137     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
0000008b`8fbffc70 00007ff6`462afec9     postgres!SubPostmasterMain(
0000008b`8fbffce0 00007ff6`468ae0c9     postgres!main(
0000008b`8fbffd20 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000008b`8fbffd70 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000008b`8fbffde0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
0000008b`8fbffe10 00007ffd`02d64cb0     postgres!mainCRTStartup(
0000008b`8fbffe40 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008b`8fbffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008b`8ffff5c8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008b`8ffff5d0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000008b`8ffff8c0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008b`8ffff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008b`903ff6b8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008b`903ff6c0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000008b`903ff9b0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008b`903ff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001e`14fff978 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001e`14fff980 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000001e`14fffc70 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001e`14fffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001e`14bfea40 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000001e`14bfea80 00007ff6`463fd1ec     postgres!ExceptionalCondition(
0000001e`14bfeac0 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000001e`14bfeb10 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000001e`14bfeb60 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000001e`14bff480 00007ff6`462aff08     postgres!PostmasterMain(
0000001e`14bff620 00007ff6`468ae0c9     postgres!main(
0000001e`14bff660 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000001e`14bff6b0 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000001e`14bff720 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000001e`153ffa78 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
0000001e`153ffa80 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
0000001e`153ffaf0 00007ffd`02d64cb0     postgres!pg_signal_thread(
0000001e`153ffbf0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001e`153ffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001e`157ffb58 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001e`157ffb60 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000001e`157ffe50 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001e`157ffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001e`15bff858 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001e`15bff860 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000001e`15bffb50 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001e`15bffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009a`e79ff768 00007ff6`463f6137     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
0000009a`e79ff770 00007ff6`462afec9     postgres!SubPostmasterMain(
0000009a`e79ff7e0 00007ff6`468ae0c9     postgres!main(
0000009a`e79ff820 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000009a`e79ff870 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000009a`e79ff8e0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
0000009a`e79ff910 00007ffd`02d64cb0     postgres!mainCRTStartup(
0000009a`e79ff940 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009a`e79ff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009a`e7dff798 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009a`e7dff7a0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000009a`e7dffa90 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009a`e7dffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009a`e81ff8f8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009a`e81ff900 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000009a`e81ffbf0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009a`e81ffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009a`e85ff5e8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009a`e85ff5f0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000009a`e85ff8e0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009a`e85ff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c2`5d5feb90 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c2`5d5febd0 00007ff6`463fd1ec     postgres!ExceptionalCondition(
000000c2`5d5fec10 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c2`5d5fec60 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000c2`5d5fecb0 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c2`5d5ff5d0 00007ff6`462aff08     postgres!PostmasterMain(
000000c2`5d5ff770 00007ff6`468ae0c9     postgres!main(
000000c2`5d5ff7b0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c2`5d5ff800 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c2`5d5ff870 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c2`5d9ff6e8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c2`5d9ff6f0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000c2`5d9ff9e0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c2`5d9ffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c2`5ddff998 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c2`5ddff9a0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000c2`5ddffc90 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c2`5ddffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c2`5e1ff6f8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
000000c2`5e1ff700 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
000000c2`5e1ff770 00007ffd`02d64cb0     postgres!pg_signal_thread(
000000c2`5e1ff870 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c2`5e1ff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c2`5e5ff6d8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c2`5e5ff6e0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000c2`5e5ff9d0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c2`5e5ffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008f`ebdffad8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008f`ebdffae0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000008f`ebdffdd0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008f`ebdffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008f`eb1ff140 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000008f`eb1ff180 00007ff6`463fd1ec     postgres!ExceptionalCondition(
0000008f`eb1ff1c0 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000008f`eb1ff210 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000008f`eb1ff260 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000008f`eb1ffb80 00007ff6`462aff08     postgres!PostmasterMain(
0000008f`eb1ffd20 00007ff6`468ae0c9     postgres!main(
0000008f`eb1ffd60 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000008f`eb1ffdb0 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000008f`eb1ffe20 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000008f`eb5ff938 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008f`eb5ff940 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000008f`eb5ffc30 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008f`eb5ffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008f`eb9ffb48 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
0000008f`eb9ffb50 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
0000008f`eb9ffbc0 00007ffd`02d64cb0     postgres!pg_signal_thread(
0000008f`eb9ffcc0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008f`eb9ffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008f`ec1ff888 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008f`ec1ff890 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000008f`ec1ffb80 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008f`ec1ffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002c`cf1ff8c8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
0000002c`cf1ff8d0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
0000002c`cf1ff940 00007ffd`02d64cb0     postgres!pg_signal_thread(
0000002c`cf1ffa40 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002c`cf1ffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002c`ce1febb0 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000002c`ce1febf0 00007ff6`463fd1ec     postgres!ExceptionalCondition(
0000002c`ce1fec30 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000002c`ce1fec80 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000002c`ce1fecd0 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000002c`ce1ff5f0 00007ff6`462aff08     postgres!PostmasterMain(
0000002c`ce1ff790 00007ff6`468ae0c9     postgres!main(
0000002c`ce1ff7d0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000002c`ce1ff820 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000002c`ce1ff890 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000002c`ce5ffa68 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002c`ce5ffa70 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000002c`ce5ffd60 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002c`ce5ffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002c`ce9ff7c8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002c`ce9ff7d0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000002c`ce9ffac0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002c`ce9ffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002c`cedffb28 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002c`cedffb30 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000002c`cedffe20 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002c`cedffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002c`cf5ff538 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002c`cf5ff540 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000002c`cf5ff830 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002c`cf5ff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000084`2ebff5a8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000084`2ebff5b0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000084`2ebff8a0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000084`2ebff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000084`2dfffbc8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000084`2dfffbd0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000084`2dfffec0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000084`2dfffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000084`2e3ff458 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000084`2e3ff460 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000084`2e3ff750 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000084`2e3ff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000084`2e7ff998 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000084`2e7ff9a0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000084`2e7ffa10 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000084`2e7ffb10 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000084`2e7ffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000084`2dbfecb0 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000084`2dbfecf0 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000084`2dbfed30 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000084`2dbfed80 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000084`2dbfedd0 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000084`2dbff6f0 00007ff6`462aff08     postgres!PostmasterMain(
00000084`2dbff890 00007ff6`468ae0c9     postgres!main(
00000084`2dbff8d0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000084`2dbff920 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000084`2dbff990 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000007e`289feb60 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000007e`289feba0 00007ff6`463fd1ec     postgres!ExceptionalCondition(
0000007e`289febe0 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000007e`289fec30 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000007e`289fec80 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000007e`289ff5a0 00007ff6`462aff08     postgres!PostmasterMain(
0000007e`289ff740 00007ff6`468ae0c9     postgres!main(
0000007e`289ff780 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000007e`289ff7d0 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000007e`289ff840 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000007e`299ffa48 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007e`299ffa50 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000007e`299ffd40 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007e`299ffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007e`295ff658 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007e`295ff660 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000007e`295ff950 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007e`295ff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007e`291ff9f8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
0000007e`291ffa00 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
0000007e`291ffa70 00007ffd`02d64cb0     postgres!pg_signal_thread(
0000007e`291ffb70 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007e`291ffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007e`28dff8a8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007e`28dff8b0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000007e`28dffba0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007e`28dffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bf`9fbff768 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
000000bf`9fbff770 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
000000bf`9fbff7e0 00007ffd`02d64cb0     postgres!pg_signal_thread(
000000bf`9fbff8e0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bf`9fbff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bf`9effeb30 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000bf`9effeb70 00007ff6`463fd1ec     postgres!ExceptionalCondition(
000000bf`9effebb0 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000bf`9effec00 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000bf`9effec50 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000bf`9efff570 00007ff6`462aff08     postgres!PostmasterMain(
000000bf`9efff710 00007ff6`468ae0c9     postgres!main(
000000bf`9efff750 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000bf`9efff7a0 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000bf`9efff810 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000bf`9f3ff968 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bf`9f3ff970 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000bf`9f3ffc60 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bf`9f3ffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bf`9f7ff928 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bf`9f7ff930 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000bf`9f7ffc20 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bf`9f7ffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bf`9ffffa18 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bf`9ffffa20 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000bf`9ffffd10 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bf`9ffffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fc`641ff5f8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
000000fc`641ff600 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
000000fc`641ff670 00007ffd`02d64cb0     postgres!pg_signal_thread(
000000fc`641ff770 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fc`641ff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fc`63dff4a8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fc`63dff4b0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000fc`63dff7a0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fc`63dff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fc`639ff5e8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fc`639ff5f0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000fc`639ff8e0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fc`639ff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fc`635feb10 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000fc`635feb50 00007ff6`463fd1ec     postgres!ExceptionalCondition(
000000fc`635feb90 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000fc`635febe0 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000fc`635fec30 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000fc`635ff550 00007ff6`462aff08     postgres!PostmasterMain(
000000fc`635ff6f0 00007ff6`468ae0c9     postgres!main(
000000fc`635ff730 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000fc`635ff780 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000fc`635ff7f0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000fc`645ffa48 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fc`645ffa50 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000fc`645ffd40 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fc`645ffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006f`b7fff728 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
0000006f`b7fff730 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
0000006f`b7fff7a0 00007ffd`02d64cb0     postgres!pg_signal_thread(
0000006f`b7fff8a0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006f`b7fff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006f`b73fea00 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000006f`b73fea40 00007ff6`463fd1ec     postgres!ExceptionalCondition(
0000006f`b73fea80 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000006f`b73fead0 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000006f`b73feb20 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000006f`b73ff440 00007ff6`462aff08     postgres!PostmasterMain(
0000006f`b73ff5e0 00007ff6`468ae0c9     postgres!main(
0000006f`b73ff620 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000006f`b73ff670 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000006f`b73ff6e0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000006f`b77ff988 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006f`b77ff990 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000006f`b77ffc80 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006f`b77ffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006f`b7bff678 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006f`b7bff680 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000006f`b7bff970 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006f`b7bff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006f`b83ff668 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006f`b83ff670 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000006f`b83ff960 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006f`b83ff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000088`11fffb28 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000088`11fffb30 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000088`11fffe20 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000088`11fffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000088`10ffed20 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000088`10ffed60 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000088`10ffeda0 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000088`10ffedf0 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000088`10ffee40 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000088`10fff760 00007ff6`462aff08     postgres!PostmasterMain(
00000088`10fff900 00007ff6`468ae0c9     postgres!main(
00000088`10fff940 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000088`10fff990 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000088`10fffa00 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000088`113ff898 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000088`113ff8a0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000088`113ffb90 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000088`113ffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000088`117ff6b8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000088`117ff6c0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000088`117ff9b0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000088`117ff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000088`11bffb58 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000088`11bffb60 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000088`11bffbd0 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000088`11bffcd0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000088`11bffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000db`f6fffaf8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
000000db`f6fffb00 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
000000db`f6fffb70 00007ffd`02d64cb0     postgres!pg_signal_thread(
000000db`f6fffc70 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000db`f6fffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000db`f5fff0f0 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000db`f5fff130 00007ff6`463fd1ec     postgres!ExceptionalCondition(
000000db`f5fff170 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000db`f5fff1c0 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000db`f5fff210 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000db`f5fffb30 00007ff6`462aff08     postgres!PostmasterMain(
000000db`f5fffcd0 00007ff6`468ae0c9     postgres!main(
000000db`f5fffd10 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000db`f5fffd60 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000db`f5fffdd0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000db`f63ffac8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000db`f63ffad0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000db`f63ffdc0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000db`f63ffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000db`f67ff8f8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000db`f67ff900 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000db`f67ffbf0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000db`f67ffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000db`f73ffac8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000db`f73ffad0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000db`f73ffdc0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000db`f73ffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000db`f6bff598 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000db`f6bff5a0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000db`f6bff890 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000db`f6bff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f6`3cffea90 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f6`3cffead0 00007ff6`463fd1ec     postgres!ExceptionalCondition(
000000f6`3cffeb10 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f6`3cffeb60 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000f6`3cffebb0 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f6`3cfff4d0 00007ff6`462aff08     postgres!PostmasterMain(
000000f6`3cfff670 00007ff6`468ae0c9     postgres!main(
000000f6`3cfff6b0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f6`3cfff700 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f6`3cfff770 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f6`3d7ff818 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f6`3d7ff820 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000f6`3d7ffb10 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f6`3d7ffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f6`3dfff598 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f6`3dfff5a0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000f6`3dfff890 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f6`3dfff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f6`3dbffa98 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
000000f6`3dbffaa0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
000000f6`3dbffb10 00007ffd`02d64cb0     postgres!pg_signal_thread(
000000f6`3dbffc10 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f6`3dbffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f6`3d3ffb28 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f6`3d3ffb30 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000f6`3d3ffe20 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f6`3d3ffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ef`139ff688 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ef`139ff690 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000ef`139ff980 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ef`139ff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ef`129fee30 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ef`129fee70 00007ff6`463fd1ec     postgres!ExceptionalCondition(
000000ef`129feeb0 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ef`129fef00 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000ef`129fef50 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ef`129ff870 00007ff6`462aff08     postgres!PostmasterMain(
000000ef`129ffa10 00007ff6`468ae0c9     postgres!main(
000000ef`129ffa50 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ef`129ffaa0 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ef`129ffb10 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ef`12dff948 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ef`12dff950 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000ef`12dffc40 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ef`12dffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ef`131ffa78 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ef`131ffa80 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000ef`131ffd70 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ef`131ffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ef`135ff6d8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
000000ef`135ff6e0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
000000ef`135ff750 00007ffd`02d64cb0     postgres!pg_signal_thread(
000000ef`135ff850 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ef`135ff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009e`685ff498 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009e`685ff4a0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000009e`685ff790 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009e`685ff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009e`691ff638 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009e`691ff640 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000009e`691ff930 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009e`691ff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009e`68dff758 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009e`68dff760 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000009e`68dffa50 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009e`68dffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009e`689ff7c8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
0000009e`689ff7d0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
0000009e`689ff840 00007ffd`02d64cb0     postgres!pg_signal_thread(
0000009e`689ff940 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009e`689ff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009e`681fed10 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000009e`681fed50 00007ff6`463fd1ec     postgres!ExceptionalCondition(
0000009e`681fed90 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000009e`681fede0 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000009e`681fee30 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000009e`681ff750 00007ff6`462aff08     postgres!PostmasterMain(
0000009e`681ff8f0 00007ff6`468ae0c9     postgres!main(
0000009e`681ff930 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000009e`681ff980 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000009e`681ff9f0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000003b`d0bff728 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003b`d0bff730 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000003b`d0bffa20 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003b`d0bffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003b`d03ff668 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003b`d03ff670 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000003b`d03ff960 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003b`d03ff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003b`cfffee50 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000003b`cfffee90 00007ff6`463fd1ec     postgres!ExceptionalCondition(
0000003b`cfffeed0 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000003b`cfffef20 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000003b`cfffef70 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000003b`cffff890 00007ff6`462aff08     postgres!PostmasterMain(
0000003b`cffffa30 00007ff6`468ae0c9     postgres!main(
0000003b`cffffa70 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000003b`cffffac0 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000003b`cffffb30 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000003b`d13ffa48 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003b`d13ffa50 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000003b`d13ffd40 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003b`d13ffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003b`d0fff748 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
0000003b`d0fff750 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
0000003b`d0fff7c0 00007ffd`02d64cb0     postgres!pg_signal_thread(
0000003b`d0fff8c0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003b`d0fff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003b`d07ff558 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003b`d07ff560 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000003b`d07ff850 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003b`d07ff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e9`323ffaf8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e9`323ffb00 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000e9`323ffdf0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e9`323ffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e9`32fff718 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e9`32fff720 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000e9`32fffa10 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e9`32fffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e9`32bff9d8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
000000e9`32bff9e0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
000000e9`32bffa50 00007ffd`02d64cb0     postgres!pg_signal_thread(
000000e9`32bffb50 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e9`32bffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e9`327ff958 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e9`327ff960 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000e9`327ffc50 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e9`327ffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e9`31ffeea0 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e9`31ffeee0 00007ff6`463fd1ec     postgres!ExceptionalCondition(
000000e9`31ffef20 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000e9`31ffef70 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000e9`31ffefc0 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000e9`31fff8e0 00007ff6`462aff08     postgres!PostmasterMain(
000000e9`31fffa80 00007ff6`468ae0c9     postgres!main(
000000e9`31fffac0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e9`31fffb10 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e9`31fffb80 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000001`007fefc0 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000001`007ff000 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000001`007ff040 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000001`007ff090 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000001`007ff0e0 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000001`007ffa00 00007ff6`462aff08     postgres!PostmasterMain(
00000001`007ffba0 00007ff6`468ae0c9     postgres!main(
00000001`007ffbe0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000001`007ffc30 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000001`007ffca0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000001`017ff7a8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000001`017ff7b0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000001`017ffaa0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000001`017ffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`013ff798 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000001`013ff7a0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000001`013ff810 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000001`013ff910 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000001`013ff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`00fff6a8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000001`00fff6b0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000001`00fff9a0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000001`00fff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`00bff908 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000001`00bff910 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000001`00bffc00 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000001`00bffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005d`14fff5f8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005d`14fff600 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000005d`14fff8f0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005d`14fff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005d`147fede0 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000005d`147fee20 00007ff6`463fd1ec     postgres!ExceptionalCondition(
0000005d`147fee60 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000005d`147feeb0 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000005d`147fef00 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000005d`147ff820 00007ff6`462aff08     postgres!PostmasterMain(
0000005d`147ff9c0 00007ff6`468ae0c9     postgres!main(
0000005d`147ffa00 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000005d`147ffa50 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000005d`147ffac0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000005d`14bffc08 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005d`14bffc10 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000005d`14bfff00 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005d`14bfff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005d`153ffbd8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005d`153ffbe0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000005d`153ffed0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005d`153fff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005d`157ff7d8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
0000005d`157ff7e0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
0000005d`157ff850 00007ffd`02d64cb0     postgres!pg_signal_thread(
0000005d`157ff950 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005d`157ff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005d`15bff978 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005d`15bff980 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000005d`15bffc70 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005d`15bffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000092`4abff030 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000092`4abff070 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000092`4abff0b0 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000092`4abff100 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000092`4abff150 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000092`4abffa70 00007ff6`462aff08     postgres!PostmasterMain(
00000092`4abffc10 00007ff6`468ae0c9     postgres!main(
00000092`4abffc50 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000092`4abffca0 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000092`4abffd10 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000092`4afffa28 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000092`4afffa30 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000092`4afffd20 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000092`4afffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000092`4b3ff768 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000092`4b3ff770 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000092`4b3ffa60 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000092`4b3ffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000092`4b7ff9a8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000092`4b7ff9b0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000092`4b7ffa20 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000092`4b7ffb20 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000092`4b7ffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000092`4bbff6b8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000092`4bbff6c0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000092`4bbff9b0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000092`4bbff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000012`56ffee80 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000012`56ffeec0 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000012`56ffef00 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000012`56ffef50 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000012`56ffefa0 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000012`56fff8c0 00007ff6`462aff08     postgres!PostmasterMain(
00000012`56fffa60 00007ff6`468ae0c9     postgres!main(
00000012`56fffaa0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000012`56fffaf0 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000012`56fffb60 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000012`573ff548 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000012`573ff550 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000012`573ff840 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000012`573ff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000012`577ff508 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000012`577ff510 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000012`577ff800 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000012`577ff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000012`57bff9c8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000012`57bff9d0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000012`57bffcc0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000012`57bffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000012`57fffb58 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000012`57fffb60 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000012`57fffbd0 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000012`57fffcd0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000012`57fffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000012`583ff9f8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000012`583ffa00 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000012`583ffcf0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000012`583ffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000067`e8dfebb0 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000067`e8dfebf0 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000067`e8dfec30 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000067`e8dfec80 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000067`e8dfecd0 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000067`e8dff5f0 00007ff6`462aff08     postgres!PostmasterMain(
00000067`e8dff790 00007ff6`468ae0c9     postgres!main(
00000067`e8dff7d0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000067`e8dff820 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000067`e8dff890 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000067`e91ffba8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000067`e91ffbb0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000067`e91ffea0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000067`e91ffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000067`e95ffb68 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000067`e95ffb70 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000067`e95ffbe0 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000067`e95ffce0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000067`e95ffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000067`e99ffaf8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000067`e99ffb00 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000067`e99ffdf0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000067`e99ffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000067`e9dffae8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000067`e9dffaf0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000067`e9dffde0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000067`e9dffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cc`5abfeec0 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000cc`5abfef00 00007ff6`463fd1ec     postgres!ExceptionalCondition(
000000cc`5abfef40 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000cc`5abfef90 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000cc`5abfefe0 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000cc`5abff900 00007ff6`462aff08     postgres!PostmasterMain(
000000cc`5abffaa0 00007ff6`468ae0c9     postgres!main(
000000cc`5abffae0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000cc`5abffb30 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000cc`5abffba0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000cc`5bbff6a8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cc`5bbff6b0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000cc`5bbff9a0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cc`5bbff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cc`5b7ff508 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cc`5b7ff510 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000cc`5b7ff800 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cc`5b7ff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cc`5b3ff6e8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
000000cc`5b3ff6f0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
000000cc`5b3ff760 00007ffd`02d64cb0     postgres!pg_signal_thread(
000000cc`5b3ff860 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cc`5b3ff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cc`5afff728 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cc`5afff730 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000cc`5afffa20 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cc`5afffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ec`441ffb68 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ec`441ffb70 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000ec`441ffe60 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ec`441ffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ec`445ff6a8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ec`445ff6b0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000ec`445ff9a0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ec`445ff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ec`43dff608 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
000000ec`43dff610 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
000000ec`43dff680 00007ffd`02d64cb0     postgres!pg_signal_thread(
000000ec`43dff780 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ec`43dff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ec`439ff458 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ec`439ff460 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000ec`439ff750 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ec`439ff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ec`435fec10 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ec`435fec50 00007ff6`463fd1ec     postgres!ExceptionalCondition(
000000ec`435fec90 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ec`435fece0 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000ec`435fed30 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ec`435ff650 00007ff6`462aff08     postgres!PostmasterMain(
000000ec`435ff7f0 00007ff6`468ae0c9     postgres!main(
000000ec`435ff830 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ec`435ff880 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ec`435ff8f0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000092`e03ff468 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000092`e03ff470 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000092`e03ff760 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000092`e03ff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000092`dfffed20 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000092`dfffed60 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000092`dfffeda0 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000092`dfffedf0 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000092`dfffee40 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000092`dffff760 00007ff6`462aff08     postgres!PostmasterMain(
00000092`dffff900 00007ff6`468ae0c9     postgres!main(
00000092`dffff940 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000092`dffff990 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000092`dffffa00 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000092`e0fff9d8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000092`e0fff9e0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000092`e0fffcd0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000092`e0fffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000092`e0bff6a8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000092`e0bff6b0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000092`e0bff720 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000092`e0bff820 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000092`e0bff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000092`e07ffb68 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000092`e07ffb70 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000092`e07ffe60 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000092`e07ffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c8`5fbff8e8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c8`5fbff8f0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000c8`5fbffbe0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c8`5fbffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c8`5f7ff4a8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c8`5f7ff4b0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000c8`5f7ff7a0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c8`5f7ff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c8`5f3fee60 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c8`5f3feea0 00007ff6`463fd1ec     postgres!ExceptionalCondition(
000000c8`5f3feee0 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c8`5f3fef30 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000c8`5f3fef80 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c8`5f3ff8a0 00007ff6`462aff08     postgres!PostmasterMain(
000000c8`5f3ffa40 00007ff6`468ae0c9     postgres!main(
000000c8`5f3ffa80 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c8`5f3ffad0 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c8`5f3ffb40 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c8`603ff548 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c8`603ff550 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000c8`603ff840 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c8`603ff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c8`5ffffd18 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
000000c8`5ffffd20 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
000000c8`5ffffd90 00007ffd`02d64cb0     postgres!pg_signal_thread(
000000c8`5ffffe90 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c8`5ffffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cb`9edff8c8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cb`9edff8d0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000cb`9edffbc0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cb`9edffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cb`9e9ff888 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cb`9e9ff890 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000cb`9e9ffb80 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cb`9e9ffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cb`9e5fed10 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000cb`9e5fed50 00007ff6`463fd1ec     postgres!ExceptionalCondition(
000000cb`9e5fed90 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000cb`9e5fede0 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000cb`9e5fee30 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000cb`9e5ff750 00007ff6`462aff08     postgres!PostmasterMain(
000000cb`9e5ff8f0 00007ff6`468ae0c9     postgres!main(
000000cb`9e5ff930 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000cb`9e5ff980 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000cb`9e5ff9f0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000cb`9f5ff738 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cb`9f5ff740 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000cb`9f5ffa30 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cb`9f5ffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cb`9f1ff668 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
000000cb`9f1ff670 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
000000cb`9f1ff6e0 00007ffd`02d64cb0     postgres!pg_signal_thread(
000000cb`9f1ff7e0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cb`9f1ff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ed`78bffa98 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ed`78bffaa0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000ed`78bffd90 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ed`78bffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ed`783ff7f8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ed`783ff800 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000ed`783ffaf0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ed`783ffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ed`77ffef30 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ed`77ffef70 00007ff6`463fd1ec     postgres!ExceptionalCondition(
000000ed`77ffefb0 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ed`77fff000 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000ed`77fff050 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ed`77fff970 00007ff6`462aff08     postgres!PostmasterMain(
000000ed`77fffb10 00007ff6`468ae0c9     postgres!main(
000000ed`77fffb50 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ed`77fffba0 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ed`77fffc10 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ed`793ff5d8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ed`793ff5e0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000ed`793ff8d0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ed`793ff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ed`78fff9a8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
000000ed`78fff9b0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
000000ed`78fffa20 00007ffd`02d64cb0     postgres!pg_signal_thread(
000000ed`78fffb20 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ed`78fffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ed`787ff658 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ed`787ff660 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000ed`787ff950 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ed`787ff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b3`ff5ff5c8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
000000b3`ff5ff5d0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
000000b3`ff5ff640 00007ffd`02d64cb0     postgres!pg_signal_thread(
000000b3`ff5ff740 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b3`ff5ff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b3`fe9feb10 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b3`fe9feb50 00007ff6`463fd1ec     postgres!ExceptionalCondition(
000000b3`fe9feb90 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000b3`fe9febe0 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000b3`fe9fec30 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000b3`fe9ff550 00007ff6`462aff08     postgres!PostmasterMain(
000000b3`fe9ff6f0 00007ff6`468ae0c9     postgres!main(
000000b3`fe9ff730 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b3`fe9ff780 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000b3`fe9ff7f0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000b3`fedffb48 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b3`fedffb50 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000b3`fedffe40 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b3`fedffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b3`ff9ffb48 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b3`ff9ffb50 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000b3`ff9ffe40 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b3`ff9ffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b3`ff1ff7f8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b3`ff1ff800 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000b3`ff1ffaf0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b3`ff1ffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000020`20dff838 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000020`20dff840 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000020`20dff8b0 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000020`20dff9b0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000020`20dff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000020`205ffb08 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000020`205ffb10 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000020`205ffe00 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000020`205ffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000020`211ff898 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000020`211ff8a0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000020`211ffb90 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000020`211ffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000020`209ff7d8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000020`209ff7e0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000020`209ffad0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000020`209ffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000020`201fec20 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000020`201fec60 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000020`201feca0 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000020`201fecf0 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000020`201fed40 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000020`201ff660 00007ff6`462aff08     postgres!PostmasterMain(
00000020`201ff800 00007ff6`468ae0c9     postgres!main(
00000020`201ff840 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000020`201ff890 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000020`201ff900 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c6`3c7fed10 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c6`3c7fed50 00007ff6`463fd1ec     postgres!ExceptionalCondition(
000000c6`3c7fed90 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c6`3c7fede0 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000c6`3c7fee30 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c6`3c7ff750 00007ff6`462aff08     postgres!PostmasterMain(
000000c6`3c7ff8f0 00007ff6`468ae0c9     postgres!main(
000000c6`3c7ff930 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c6`3c7ff980 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c6`3c7ff9f0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c6`3d7ff818 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c6`3d7ff820 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000c6`3d7ffb10 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c6`3d7ffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c6`3d3ffba8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
000000c6`3d3ffbb0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
000000c6`3d3ffc20 00007ffd`02d64cb0     postgres!pg_signal_thread(
000000c6`3d3ffd20 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c6`3d3ffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c6`3cfff728 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c6`3cfff730 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000c6`3cfffa20 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c6`3cfffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c6`3cbffc38 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c6`3cbffc40 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000c6`3cbfff30 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c6`3cbfff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000033`f09ff578 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000033`f09ff580 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000033`f09ff870 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000033`f09ff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000033`efdff9c8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000033`efdff9d0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000033`efdffcc0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000033`efdffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000033`ef9feba0 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000033`ef9febe0 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000033`ef9fec20 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000033`ef9fec70 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000033`ef9fecc0 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000033`ef9ff5e0 00007ff6`462aff08     postgres!PostmasterMain(
00000033`ef9ff780 00007ff6`468ae0c9     postgres!main(
00000033`ef9ff7c0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000033`ef9ff810 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000033`ef9ff880 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000033`f01ff9d8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000033`f01ff9e0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000033`f01ffa50 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000033`f01ffb50 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000033`f01ffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000033`f05ff8f8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000033`f05ff900 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000033`f05ffbf0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000033`f05ffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003f`627ffb98 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003f`627ffba0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000003f`627ffe90 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003f`627ffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003f`633ff468 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003f`633ff470 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000003f`633ff760 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003f`633ff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003f`62fff838 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
0000003f`62fff840 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
0000003f`62fff8b0 00007ffd`02d64cb0     postgres!pg_signal_thread(
0000003f`62fff9b0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003f`62fff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003f`62bff508 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003f`62bff510 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000003f`62bff800 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003f`62bff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003f`623fefe0 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000003f`623ff020 00007ff6`463fd1ec     postgres!ExceptionalCondition(
0000003f`623ff060 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000003f`623ff0b0 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000003f`623ff100 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000003f`623ffa20 00007ff6`462aff08     postgres!PostmasterMain(
0000003f`623ffbc0 00007ff6`468ae0c9     postgres!main(
0000003f`623ffc00 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000003f`623ffc50 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000003f`623ffcc0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000014`847ffba8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000014`847ffbb0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000014`847ffea0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000014`847ffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000014`83fff0d0 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000014`83fff110 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000014`83fff150 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000014`83fff1a0 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000014`83fff1f0 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000014`83fffb10 00007ff6`462aff08     postgres!PostmasterMain(
00000014`83fffcb0 00007ff6`468ae0c9     postgres!main(
00000014`83fffcf0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000014`83fffd40 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000014`83fffdb0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000014`853ffa68 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000014`853ffa70 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000014`853ffd60 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000014`853ffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000014`84fff618 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000014`84fff620 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000014`84fff690 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000014`84fff790 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000014`84fff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000014`84bffa88 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000014`84bffa90 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000014`84bffd80 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000014`84bffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000014`843ff508 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000014`843ff510 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000014`843ff800 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000014`843ff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000050`63fff110 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000050`63fff150 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000050`63fff190 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000050`63fff1e0 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000050`63fff230 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000050`63fffb50 00007ff6`462aff08     postgres!PostmasterMain(
00000050`63fffcf0 00007ff6`468ae0c9     postgres!main(
00000050`63fffd30 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000050`63fffd80 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000050`63fffdf0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000050`64fff778 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000050`64fff780 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000050`64fffa70 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000050`64fffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000050`64bffa18 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000050`64bffa20 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000050`64bffd10 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000050`64bffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000050`647ffab8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000050`647ffac0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000050`647ffb30 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000050`647ffc30 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000050`647ffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000050`643ff6b8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000050`643ff6c0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000050`643ff9b0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000050`643ff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c9`c71ff618 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c9`c71ff620 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000c9`c71ff910 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c9`c71ff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c9`c6dfea30 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c9`c6dfea70 00007ff6`463fd1ec     postgres!ExceptionalCondition(
000000c9`c6dfeab0 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c9`c6dfeb00 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000c9`c6dfeb50 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c9`c6dff470 00007ff6`462aff08     postgres!PostmasterMain(
000000c9`c6dff610 00007ff6`468ae0c9     postgres!main(
000000c9`c6dff650 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c9`c6dff6a0 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c9`c6dff710 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c9`c75ffab8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
000000c9`c75ffac0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
000000c9`c75ffb30 00007ffd`02d64cb0     postgres!pg_signal_thread(
000000c9`c75ffc30 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c9`c75ffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c9`c79ff848 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c9`c79ff850 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000c9`c79ffb40 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c9`c79ffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c9`c7dff4f8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c9`c7dff500 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000c9`c7dff7f0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c9`c7dff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ee`815ff5a8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ee`815ff5b0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000ee`815ff8a0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ee`815ff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ee`811ff928 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
000000ee`811ff930 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
000000ee`811ff9a0 00007ffd`02d64cb0     postgres!pg_signal_thread(
000000ee`811ffaa0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ee`811ffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ee`80dff768 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ee`80dff770 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000ee`80dffa60 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ee`80dffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ee`809feaf0 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ee`809feb30 00007ff6`463fd1ec     postgres!ExceptionalCondition(
000000ee`809feb70 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ee`809febc0 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000ee`809fec10 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ee`809ff530 00007ff6`462aff08     postgres!PostmasterMain(
000000ee`809ff6d0 00007ff6`468ae0c9     postgres!main(
000000ee`809ff710 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ee`809ff760 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ee`809ff7d0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ee`819ffad8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ee`819ffae0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000ee`819ffdd0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ee`819ffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000060`259fea40 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000060`259fea80 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000060`259feac0 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000060`259feb10 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000060`259feb60 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000060`259ff480 00007ff6`462aff08     postgres!PostmasterMain(
00000060`259ff620 00007ff6`468ae0c9     postgres!main(
00000060`259ff660 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000060`259ff6b0 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000060`259ff720 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000060`269ffb38 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000060`269ffb40 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000060`269ffe30 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000060`269ffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000060`265ffa78 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000060`265ffa80 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000060`265ffaf0 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000060`265ffbf0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000060`265ffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000060`261ffa38 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000060`261ffa40 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000060`261ffd30 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000060`261ffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000060`25dff7a8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000060`25dff7b0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000060`25dffaa0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000060`25dffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000066`de7ff938 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000066`de7ff940 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000066`de7ffc30 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000066`de7ffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000066`dd7fecf0 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000066`dd7fed30 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000066`dd7fed70 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000066`dd7fedc0 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000066`dd7fee10 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000066`dd7ff730 00007ff6`462aff08     postgres!PostmasterMain(
00000066`dd7ff8d0 00007ff6`468ae0c9     postgres!main(
00000066`dd7ff910 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000066`dd7ff960 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000066`dd7ff9d0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000066`ddbff8a8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000066`ddbff8b0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000066`ddbffba0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000066`ddbffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000066`ddfff6c8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000066`ddfff6d0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000066`ddfff740 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000066`ddfff840 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000066`ddfff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000066`de3ffa98 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000066`de3ffaa0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000066`de3ffd90 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000066`de3ffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000028`48dff958 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000028`48dff960 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000028`48dff9d0 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000028`48dffad0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000028`48dffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000028`491ffa78 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000028`491ffa80 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000028`491ffd70 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000028`491ffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000028`489ffa78 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000028`489ffa80 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000028`489ffd70 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000028`489ffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000028`485ff8d8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000028`485ff8e0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000028`485ffbd0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000028`485ffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000028`481feb70 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000028`481febb0 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000028`481febf0 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000028`481fec40 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000028`481fec90 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000028`481ff5b0 00007ff6`462aff08     postgres!PostmasterMain(
00000028`481ff750 00007ff6`468ae0c9     postgres!main(
00000028`481ff790 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000028`481ff7e0 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000028`481ff850 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000bd`3f3ffbb8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bd`3f3ffbc0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000bd`3f3ffeb0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bd`3f3ffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bd`3effedc0 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000bd`3effee00 00007ff6`463fd1ec     postgres!ExceptionalCondition(
000000bd`3effee40 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000bd`3effee90 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000bd`3effeee0 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000bd`3efff800 00007ff6`462aff08     postgres!PostmasterMain(
000000bd`3efff9a0 00007ff6`468ae0c9     postgres!main(
000000bd`3efff9e0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000bd`3efffa30 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000bd`3efffaa0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000bd`3fbff6b8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
000000bd`3fbff6c0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
000000bd`3fbff730 00007ffd`02d64cb0     postgres!pg_signal_thread(
000000bd`3fbff830 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bd`3fbff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bd`3f7ffc18 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bd`3f7ffc20 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000bd`3f7fff10 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bd`3f7fff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bd`3ffff488 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bd`3ffff490 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000bd`3ffff780 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bd`3ffff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000075`147ff1a0 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000075`147ff1e0 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000075`147ff220 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000075`147ff270 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000075`147ff2c0 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000075`147ffbe0 00007ff6`462aff08     postgres!PostmasterMain(
00000075`147ffd80 00007ff6`468ae0c9     postgres!main(
00000075`147ffdc0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000075`147ffe10 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000075`147ffe80 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000075`157ff788 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000075`157ff790 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000075`157ffa80 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000075`157ffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000075`153ffa88 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000075`153ffa90 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000075`153ffd80 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000075`153ffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000075`14fffd18 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000075`14fffd20 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000075`14fffd90 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000075`14fffe90 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000075`14fffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000075`14bffae8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000075`14bffaf0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000075`14bffde0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000075`14bffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005d`72fff9f8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005d`72fffa00 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000005d`72fffcf0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005d`72fffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005d`72bff598 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005d`72bff5a0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000005d`72bff890 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005d`72bff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005d`723feaf0 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000005d`723feb30 00007ff6`463fd1ec     postgres!ExceptionalCondition(
0000005d`723feb70 00007ff6`463fc84c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000005d`723febc0 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000005d`723fec10 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000005d`723ff530 00007ff6`462aff08     postgres!PostmasterMain(
0000005d`723ff6d0 00007ff6`468ae0c9     postgres!main(
0000005d`723ff710 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000005d`723ff760 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000005d`723ff7d0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000005d`727ffa88 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005d`727ffa90 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000005d`727ffd80 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005d`727ffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005d`737ff538 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005d`737ff540 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000005d`737ff830 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005d`737ff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005d`733ffa18 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
0000005d`733ffa20 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
0000005d`733ffa90 00007ffd`02d64cb0     postgres!pg_signal_thread(
0000005d`733ffb90 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005d`733ffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b2`de9ff9d8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b2`de9ff9e0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000b2`de9ffcd0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b2`de9ffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b2`df1ffb98 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b2`df1ffba0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000b2`df1ffe90 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b2`df1ffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b2`de1fee10 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b2`de1fee50 00007ff6`463fd1ec     postgres!ExceptionalCondition(
000000b2`de1fee90 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000b2`de1feee0 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000b2`de1fef30 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000b2`de1ff850 00007ff6`462aff08     postgres!PostmasterMain(
000000b2`de1ff9f0 00007ff6`468ae0c9     postgres!main(
000000b2`de1ffa30 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b2`de1ffa80 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000b2`de1ffaf0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000b2`de5ff538 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b2`de5ff540 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
000000b2`de5ff830 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b2`de5ff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b2`dedffa98 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
000000b2`dedffaa0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
000000b2`dedffb10 00007ffd`02d64cb0     postgres!pg_signal_thread(
000000b2`dedffc10 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b2`dedffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002c`737febe0 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000002c`737fec20 00007ff6`463fd1ec     postgres!ExceptionalCondition(
0000002c`737fec60 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000002c`737fecb0 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000002c`737fed00 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000002c`737ff620 00007ff6`462aff08     postgres!PostmasterMain(
0000002c`737ff7c0 00007ff6`468ae0c9     postgres!main(
0000002c`737ff800 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000002c`737ff850 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000002c`737ff8c0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000002c`747ff9f8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002c`747ffa00 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000002c`747ffcf0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002c`747ffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002c`743ff618 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002c`743ff620 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000002c`743ff910 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002c`743ff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002c`73fff948 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
0000002c`73fff950 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
0000002c`73fff9c0 00007ffd`02d64cb0     postgres!pg_signal_thread(
0000002c`73fffac0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002c`73fffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002c`73bffab8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002c`73bffac0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
0000002c`73bffdb0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002c`73bffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000037`207feed0 00007ff6`46738008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000037`207fef10 00007ff6`463fd1ec     postgres!ExceptionalCondition(
00000037`207fef50 00007ff6`463fc8fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000037`207fefa0 00007ff6`463fd7f7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000037`207feff0 00007ff6`463faefd     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000037`207ff910 00007ff6`462aff08     postgres!PostmasterMain(
00000037`207ffab0 00007ff6`468ae0c9     postgres!main(
00000037`207ffaf0 00007ff6`468ae01e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000037`207ffb40 00007ff6`468adede     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000037`207ffbb0 00007ff6`468ae13e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000037`20bff9e8 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000037`20bff9f0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000037`20bffce0 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000037`20bffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000037`20fffcb8 00007ffd`00d745ca     ntdll!NtFsControlFile+0x14
00000037`20fffcc0 00007ff6`463e854b     KERNELBASE!ConnectNamedPipe+0x6a
00000037`20fffd30 00007ffd`02d64cb0     postgres!pg_signal_thread(
00000037`20fffe30 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000037`20fffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000037`213ff828 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000037`213ff830 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000037`213ffb20 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000037`213ffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000037`217ff798 00007ffd`0370b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000037`217ff7a0 00007ffd`02d64cb0     ntdll!TppWorkerThread+0x2df
00000037`217ffa90 00007ffd`0377edcb     KERNEL32!BaseThreadInitThunk+0x10
00000037`217ffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
tap
[07:16:11.509](1.345s) Bail out!  pg_ctl stop failed
tap
[07:16:07.407](1.235s) Bail out!  pg_ctl stop failed
tap
[07:16:08.739](1.175s) Bail out!  pg_ctl restart failed
tap
[07:16:09.851](1.087s) Bail out!  pg_ctl stop failed
tap
[07:16:20.358](12.481s) Bail out!  pg_ctl stop failed
tap
[07:16:26.041](1.094s) Bail out!  pg_ctl restart failed
tap
[07:17:57.672](1.139s) Bail out!  pg_ctl stop failed
tap
[07:23:33.454](306.952s) # poll_query_until timed out executing this query:
[07:23:33.457](0.002s) not ok 2 - ensure checksums are enabled
[07:28:24.970](291.028s) # poll_query_until timed out executing this query:
[07:28:24.972](0.002s) not ok 7 - ensure checksums are enabled
[07:28:26.111](1.075s) Bail out!  pg_ctl stop failed
tap
[07:23:33.454](306.451s) # poll_query_until timed out executing this query:
[07:23:33.457](0.002s) not ok 3 - ensure checksums aren't enabled yet
tap
[07:23:46.504](306.058s) # poll_query_until timed out executing this query:
[07:23:46.507](0.002s) not ok 3 - ensure checksums are in progress on primary
[07:28:36.620](290.113s) # poll_query_until timed out executing this query:
[07:28:36.622](0.002s) not ok 4 - ensure standby has absorbed the inprogress-on barrier
[07:28:36.687](0.064s) not ok 5 - ensure checksums are on, or in progress, on standby_1
[07:33:28.990](292.303s) # poll_query_until timed out executing this query:
[07:33:28.992](0.002s) not ok 6 - ensure checksums are enabled on the primary
tap
[07:18:30.211](1.079s) Bail out!  pg_ctl stop failed
tap
[07:18:02.022](1.298s) Bail out!  pg_ctl stop failed
tap
[07:18:15.727](1.126s) Bail out!  pg_ctl restart failed
tap
[07:18:07.586](5.073s) Bail out!  pg_ctl restart failed
tap
[07:18:07.549](1.167s) Bail out!  pg_ctl stop failed
tap
[07:18:09.413](1.203s) Bail out!  pg_ctl restart failed
tap
[07:18:11.870](1.065s) Bail out!  pg_ctl stop failed
tap
[07:13:56.541](1.217s) Bail out!  pg_ctl stop failed
tap
[07:13:57.514](1.303s) Bail out!  pg_ctl stop failed
tap
[07:13:55.134](1.240s) Bail out!  pg_ctl restart failed
tap
[07:14:02.574](1.268s) Bail out!  pg_ctl stop failed
tap
[07:14:01.602](5.944s) Bail out!  pg_ctl stop failed
tap
[07:14:05.727](1.298s) Bail out!  pg_ctl restart failed
tap
[07:14:18.365](7.154s) Bail out!  pg_ctl stop failed
tap
[07:14:12.295](0.000s) not ok 23 - data_checksums=on is reported on an offline cluster stdout /(?^:^on$)/
[07:14:13.937](1.472s) Bail out!  pg_ctl stop failed
tap
[07:14:34.468](1.222s) Bail out!  pg_ctl restart failed
tap
[07:14:40.647](1.751s) not ok 17 - pg_ctl stop
[07:14:42.055](1.205s) not ok 25 - pg_ctl restart with server running
[07:14:42.067](0.011s) Bail out!  command "pg_ctl stop -D C:\cirrus\build\testrun\pg_ctl\001_start_stop\data\tmp_test_dI...
tap
[07:14:37.471](1.126s) Bail out!  command "pg_ctl stop -D C:\cirrus\build/testrun/pg_ctl/002_status\data/t_002_status_ma...
tap
[07:15:16.281](1.094s) Bail out!  pg_ctl stop failed
tap
[07:16:14.757](1.053s) Bail out!  pg_ctl restart failed
tap
[07:14:53.423](1.245s) Bail out!  pg_ctl stop failed
tap
[07:15:02.115](1.323s) Bail out!  pg_ctl stop failed
tap
[07:15:04.823](9.624s) Bail out!  pg_ctl stop failed
tap
[07:15:01.778](6.265s) Bail out!  pg_ctl stop failed
tap
[07:15:09.407](6.829s) Bail out!  pg_ctl stop failed
tap
[07:15:09.454](5.738s) Bail out!  pg_ctl stop failed
tap
[07:15:23.186](18.212s) Bail out!  pg_ctl stop failed
tap
[07:15:14.260](7.327s) Bail out!  pg_ctl stop failed
tap
[07:15:26.659](15.492s) Bail out!  pg_ctl stop failed
tap
[07:15:16.391](5.194s) Bail out!  pg_ctl stop failed
tap
[07:16:15.366](1.051s) Bail out!  pg_ctl restart failed
tap
[07:12:00.908](1.923s) Bail out!  pg_ctl stop failed
tap
[07:10:16.128](8.078s) Bail out!  pg_ctl stop failed
tap
[07:10:16.128](5.545s) Bail out!  pg_ctl stop failed
tap
[07:15:37.991](1.061s) Bail out!  pg_ctl stop failed
tap
[07:16:30.563](1.439s) Bail out!  pg_ctl stop failed
tap
[07:16:18.464](1.206s) Bail out!  pg_ctl stop failed
tap
[07:15:36.316](3.587s) Bail out!  pg_ctl stop failed
tap
[07:19:23.798](1.221s) Bail out!  pg_ctl stop failed
tap
[07:16:32.866](1.124s) Bail out!  pg_ctl stop failed
tap
[07:10:25.649](19.130s) Bail out!  pg_ctl stop failed
tap
[07:10:16.724](1.252s) Bail out!  pg_ctl stop failed
tap
[07:10:37.482](20.714s) Bail out!  pg_ctl stop failed
tap
[07:10:25.712](2.286s) Bail out!  pg_ctl restart failed
tap
[07:10:43.119](1.527s) Bail out!  pg_ctl stop failed
tap
[07:11:07.568](39.916s) Bail out!  pg_ctl restart failed
tap
[07:10:48.259](2.346s) Bail out!  pg_ctl stop failed
tap
[07:10:49.574](2.630s) Bail out!  pg_ctl stop failed
tap
[07:10:55.041](7.432s) Bail out!  pg_ctl stop failed
tap
[07:10:59.296](2.157s) Bail out!  pg_ctl stop failed
tap
[07:11:02.227](12.080s) Bail out!  pg_ctl stop failed
tap
[07:11:05.030](7.003s) Bail out!  pg_ctl stop failed
tap
[07:11:03.619](2.530s) Bail out!  pg_ctl stop failed
tap
[07:11:23.860](15.824s) Bail out!  pg_ctl stop failed
tap
[07:11:08.880](1.440s) Bail out!  pg_ctl stop failed
tap
[07:11:30.276](1.501s) Bail out!  pg_ctl stop failed
tap
[07:11:17.758](1.439s) Bail out!  pg_ctl stop failed
tap
[07:11:24.785](14.587s) Bail out!  pg_ctl restart failed
tap
[07:11:36.301](2.551s) Bail out!  pg_ctl stop failed
tap
[07:13:15.933](1.350s) Bail out!  pg_ctl restart failed
tap
[07:11:50.310](1.532s) Bail out!  pg_ctl stop failed
tap
[07:11:44.977](1.681s) Bail out!  pg_ctl stop failed
tap
[07:12:05.217](3.681s) Bail out!  pg_ctl restart failed
tap
[07:12:09.401](1.376s) Bail out!  pg_ctl restart failed
tap
[07:12:17.170](4.446s) Bail out!  pg_ctl stop failed
tap
[07:12:18.593](25.340s) Bail out!  pg_ctl stop failed
tap
[07:12:07.566](5.964s) Bail out!  pg_ctl stop failed
tap
[07:12:36.404](1.674s) Bail out!  pg_ctl stop failed
tap
[07:12:15.216](6.947s) Bail out!  pg_ctl stop failed
tap
[07:12:21.664](1.534s) Bail out!  pg_ctl restart failed
tap
[07:12:19.955](1.534s) Bail out!  pg_ctl stop failed
tap
[07:12:56.543](1.438s) Bail out!  pg_ctl stop failed
tap
[07:12:29.739](1.313s) Bail out!  pg_ctl stop failed
tap
[07:12:30.629](1.969s) Bail out!  pg_ctl stop failed
tap
[07:18:11.243](1.110s) Bail out!  pg_ctl stop failed
tap
[07:18:34.106](3.707s) Bail out!  pg_ctl restart failed
tap
[07:18:35.704](5.046s) Bail out!  pg_ctl restart failed
tap
[07:18:39.726](5.154s) Bail out!  pg_ctl restart failed
tap
[07:16:49.547](1.928s) Bail out!  pg_ctl stop failed
tap
[07:16:39.752](1.128s) Bail out!  pg_ctl stop failed
tap
[07:16:39.924](1.157s) Bail out!  pg_ctl stop failed
tap
[07:16:42.772](1.143s) Bail out!  pg_ctl stop failed
tap
[07:16:48.922](1.127s) Bail out!  pg_ctl stop failed
tap
[07:16:47.013](1.188s) Bail out!  pg_ctl stop failed
tap
[07:16:49.469](1.080s) Bail out!  pg_ctl stop failed
tap
[07:16:54.904](1.191s) Bail out!  pg_ctl stop failed
tap
[07:16:55.700](1.235s) Bail out!  pg_ctl stop failed
tap
[07:17:21.305](1.128s) Bail out!  pg_ctl restart failed
tap
[07:17:07.075](1.113s) Bail out!  pg_ctl stop failed
tap
[07:17:14.544](1.154s) Bail out!  pg_ctl stop failed
tap
[07:17:13.542](1.460s) Bail out!  pg_ctl stop failed
tap
[07:17:13.729](1.081s) Bail out!  pg_ctl stop failed
tap
[07:17:18.895](1.190s) Bail out!  pg_ctl stop failed
tap
[07:17:20.091](1.087s) Bail out!  pg_ctl stop failed
tap
[07:17:20.318](1.080s) Bail out!  pg_ctl stop failed
tap
[07:17:20.976](3.474s) Bail out!  pg_ctl restart failed
tap
[07:17:37.440](1.222s) Bail out!  pg_ctl stop failed
tap
[07:17:29.037](1.173s) Bail out!  pg_ctl stop failed
tap
[07:17:28.990](1.142s) Bail out!  pg_ctl stop failed
tap
[07:17:33.151](1.173s) Bail out!  pg_ctl stop failed
tap
[07:17:35.736](1.457s) Bail out!  pg_ctl stop failed
tap
[07:17:52.256](1.160s) Bail out!  pg_ctl stop failed
tap
[07:17:42.228](1.126s) Bail out!  pg_ctl stop failed
tap
[07:17:49.282](1.376s) Bail out!  pg_ctl restart failed
tap
[07:18:10.352](1.671s) Bail out!  pg_ctl stop failed
tap
[07:18:03.055](1.628s) Bail out!  pg_ctl stop failed
tap
[07:17:59.097](1.535s) Bail out!  pg_ctl stop failed
tap
[07:18:12.324](1.065s) Bail out!  pg_ctl stop failed
tap
[07:16:20.045](2.385s) Bail out!  pg_ctl stop failed
tap
[07:18:19.983](1.251s) Bail out!  pg_ctl stop failed
tap
[07:18:17.337](1.094s) Bail out!  pg_ctl stop failed
tap
[07:18:21.470](1.211s) Bail out!  pg_ctl stop failed
tap
[07:18:28.927](1.088s) Bail out!  pg_ctl stop failed
tap
[07:18:25.531](1.849s) Bail out!  pg_ctl stop failed
tap
[07:18:25.923](1.777s) Bail out!  pg_ctl restart failed
test
[07:35:05.656]   5/314 postgresql:pg_upgrade / pg_upgrade/003_logical_slots                            ERROR            ...
[07:35:05.656]   6/314 postgresql:pg_upgrade / pg_upgrade/004_subscription                             ERROR            ...
[07:35:05.656]   7/314 postgresql:recovery / recovery/003_recovery_targets                             ERROR            ...
[07:35:05.656]   8/314 postgresql:recovery / recovery/006_logical_decoding                             ERROR            ...
[07:35:05.656]   9/314 postgresql:recovery / recovery/001_stream_rep                                   ERROR            ...
[07:35:05.656]  11/314 postgresql:recovery / recovery/004_timeline_switch                              ERROR            ...
[07:35:05.656]  13/314 postgresql:recovery / recovery/007_sync_rep                                     ERROR            ...
[07:35:05.656]  14/314 postgresql:recovery / recovery/010_logical_decoding_timelines                   ERROR            ...
[07:35:05.656]  15/314 postgresql:recovery / recovery/009_twophase                                     ERROR            ...
[07:35:05.656]  16/314 postgresql:recovery / recovery/012_subtransactions                              ERROR            ...
[07:35:05.656]  17/314 postgresql:recovery / recovery/014_unlogged_reinit                              ERROR            ...
[07:35:05.656]  19/314 postgresql:recovery / recovery/015_promotion_pages                              ERROR            ...
[07:35:05.656]  20/314 postgresql:recovery / recovery/018_wal_optimize                                 ERROR            ...
[07:35:05.656]  21/314 postgresql:recovery / recovery/016_min_consistency                              ERROR            ...
[07:35:05.656]  22/314 postgresql:recovery / recovery/020_archive_status                               ERROR            ...
[07:35:05.656]  23/314 postgresql:recovery / recovery/008_fsm_truncation                               ERROR            ...
[07:35:05.656]  25/314 postgresql:recovery / recovery/023_pitr_prepared_xact                           ERROR            ...
[07:35:05.656]  26/314 postgresql:recovery / recovery/024_archive_recovery                             ERROR            ...
[07:35:05.656]  27/314 postgresql:recovery / recovery/019_replslot_limit                               ERROR            ...
[07:35:05.656]  28/314 postgresql:recovery / recovery/021_row_visibility                               ERROR            ...
[07:35:05.656]  29/314 postgresql:recovery / recovery/026_overwrite_contrecord                         ERROR            ...
[07:35:05.656]  30/314 postgresql:regress / regress/regress                                            ERROR            ...
[07:35:05.656]  31/314 postgresql:recovery / recovery/029_stats_restart                                ERROR            ...
[07:35:05.656]  33/314 postgresql:recovery / recovery/028_pitr_timelines                               ERROR            ...
[07:35:05.656]  34/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[07:35:05.656]  35/314 postgresql:recovery / recovery/030_stats_cleanup_replica                        ERROR            ...
[07:35:05.656]  36/314 postgresql:recovery / recovery/034_create_database                              ERROR            ...
[07:35:05.656]  37/314 postgresql:recovery / recovery/031_recovery_conflict                            ERROR            ...
[07:35:05.656]  38/314 postgresql:isolation / isolation/isolation                                      ERROR           1...
[07:35:05.656]  39/314 postgresql:recovery / recovery/036_truncated_dropped                            ERROR            ...
[07:35:05.656]  40/314 postgresql:recovery / recovery/032_relfilenode_reuse                            ERROR            ...
[07:35:05.656]  41/314 postgresql:recovery / recovery/039_end_of_wal                                   ERROR            ...
[07:35:05.656]  42/314 postgresql:recovery / recovery/033_replay_tsp_drops                             ERROR            ...
[07:35:05.656]  44/314 postgresql:recovery / recovery/038_save_logical_slots_shutdown                  ERROR            ...
[07:35:05.656]  45/314 postgresql:plpgsql / plpgsql/regress                                            ERROR            ...
[07:35:05.656]  46/314 postgresql:recovery / recovery/041_checkpoint_at_promote                        ERROR            ...
[07:35:05.656]  47/314 postgresql:recovery / recovery/042_low_level_backup                             ERROR            ...
[07:35:05.656]  48/314 postgresql:plperl / plperl/regress                                              ERROR            ...
[07:35:05.656]  49/314 postgresql:basic_archive / basic_archive/regress                                ERROR            ...
[07:35:05.656]  50/314 postgresql:bloom / bloom/regress                                                ERROR            ...
[07:35:05.656]  51/314 postgresql:recovery / recovery/035_standby_logical_decoding                     ERROR            ...
[07:35:05.656]  52/314 postgresql:bool_plperl / bool_plperl/regress                                    ERROR            ...
[07:35:05.656]  53/314 postgresql:amcheck / amcheck/regress                                            ERROR            ...
[07:35:05.656]  54/314 postgresql:plpython / plpython/regress                                          ERROR            ...
[07:35:05.656]  55/314 postgresql:citext / citext/regress                                              ERROR            ...
[07:35:05.656]  56/314 postgresql:cube / cube/regress                                                  ERROR            ...
[07:35:05.656]  57/314 postgresql:dblink / dblink/regress                                              ERROR            ...
[07:35:05.656]  58/314 postgresql:dict_int / dict_int/regress                                          ERROR            ...
[07:35:05.656]  59/314 postgresql:dict_xsyn / dict_xsyn/regress                                        ERROR            ...
[07:35:05.656]  60/314 postgresql:btree_gin / btree_gin/regress                                        ERROR            ...
[07:35:05.656]  61/314 postgresql:btree_gist / btree_gist/regress                                      ERROR            ...
[07:35:05.656]  62/314 postgresql:earthdistance / earthdistance/regress                                ERROR            ...
[07:35:05.656]  63/314 postgresql:file_fdw / file_fdw/regress                                          ERROR            ...
[07:35:05.656]  64/314 postgresql:fuzzystrmatch / fuzzystrmatch/regress                                ERROR            ...
[07:35:05.656]  65/314 postgresql:hstore_plperl / hstore_plperl/regress                                ERROR            ...
[07:35:05.657]  66/314 postgresql:hstore / hstore/regress                                              ERROR            ...
[07:35:05.657]  67/314 postgresql:hstore_plpython / hstore_plpython/regress                            ERROR            ...
[07:35:05.657]  68/314 postgresql:isn / isn/regress                                                    ERROR            ...
[07:35:05.657]  69/314 postgresql:recovery / recovery/040_standby_failover_slots_sync                  ERROR            ...
[07:35:05.657]  70/314 postgresql:lo / lo/regress                                                      ERROR            ...
[07:35:05.657]  71/314 postgresql:jsonb_plpython / jsonb_plpython/regress                              ERROR            ...
[07:35:05.657]  72/314 postgresql:jsonb_plperl / jsonb_plperl/regress                                  ERROR            ...
[07:35:05.657]  73/314 postgresql:ltree / ltree/regress                                                ERROR            ...
[07:35:05.657]  74/314 postgresql:ltree_plpython / ltree_plpython/regress                              ERROR            ...
[07:35:05.657]  75/314 postgresql:passwordcheck / passwordcheck/regress                                ERROR            ...
[07:35:05.657]  76/314 postgresql:pg_buffercache / pg_buffercache/regress                              ERROR            ...
[07:35:05.657]  77/314 postgresql:intarray / intarray/regress                                          ERROR            ...
[07:35:05.657]  78/314 postgresql:pg_freespacemap / pg_freespacemap/regress                            ERROR            ...
[07:35:05.657]  79/314 postgresql:pageinspect / pageinspect/regress                                    ERROR            ...
[07:35:05.657]  80/314 postgresql:pgrowlocks / pgrowlocks/isolation                                    ERROR            ...
[07:35:05.657]  81/314 postgresql:pg_logicalinspect / pg_logicalinspect/isolation                      ERROR            ...
[07:35:05.657]  82/314 postgresql:pgstattuple / pgstattuple/regress                                    ERROR            ...
[07:35:05.657]  83/314 postgresql:pg_surgery / pg_surgery/regress                                      ERROR            ...
[07:35:05.657]  84/314 postgresql:pgcrypto / pgcrypto/regress                                          ERROR            ...
[07:35:05.657]  85/314 postgresql:pg_visibility / pg_visibility/regress                                ERROR            ...
[07:35:05.657]  86/314 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
[07:35:05.657]  87/314 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
[07:35:05.657]  88/314 postgresql:pg_walinspect / pg_walinspect/regress                                ERROR            ...
[07:35:05.657]  89/314 postgresql:pg_trgm / pg_trgm/regress                                            ERROR            ...
[07:35:05.657]  90/314 postgresql:seg / seg/regress                                                    ERROR            ...
[07:35:05.657]  91/314 postgresql:tablefunc / tablefunc/regress                                        ERROR            ...
[07:35:05.657]  92/314 postgresql:tcn / tcn/isolation                                                  ERROR            ...
[07:35:05.657]  93/314 postgresql:tsm_system_rows / tsm_system_rows/regress                            ERROR            ...
[07:35:05.657]  94/314 postgresql:tsm_system_time / tsm_system_time/regress                            ERROR            ...
[07:35:05.657]  95/314 postgresql:unaccent / unaccent/regress                                          ERROR            ...
[07:35:05.657]  96/314 postgresql:brin / brin/isolation                                                ERROR            ...
[07:35:05.657]  97/314 postgresql:postgres_fdw / postgres_fdw/regress                                  ERROR            ...
[07:35:05.657]  98/314 postgresql:commit_ts / commit_ts/regress                                        ERROR            ...
[07:35:05.657]  99/314 postgresql:dummy_index_am / dummy_index_am/regress                              ERROR            ...
[07:35:05.657] 100/314 postgresql:delay_execution / delay_execution/isolation                          ERROR            ...
[07:35:05.657] 101/314 postgresql:dummy_seclabel / dummy_seclabel/regress                              ERROR            ...
[07:35:05.657] 102/314 postgresql:test_decoding / test_decoding/isolation                              ERROR            ...
[07:35:05.657] 103/314 postgresql:gin / gin/regress                                                    ERROR            ...
[07:35:05.657] 104/314 postgresql:injection_points / injection_points/regress                          ERROR            ...
[07:35:05.657] 105/314 postgresql:plsample / plsample/regress                                          ERROR            ...
[07:35:05.657] 106/314 postgresql:spgist_name_ops / spgist_name_ops/regress                            ERROR            ...
[07:35:05.657] 107/314 postgresql:injection_points / injection_points/isolation                        ERROR            ...
[07:35:05.657] 108/314 postgresql:test_bloomfilter / test_bloomfilter/regress                          ERROR            ...
[07:35:05.657] 109/314 postgresql:test_copy_callbacks / test_copy_callbacks/regress                    ERROR            ...
[07:35:05.657] 110/314 postgresql:test_dsa / test_dsa/regress                                          ERROR            ...
[07:35:05.657] 111/314 postgresql:test_dsm_registry / test_dsm_registry/regress                        ERROR            ...
[07:35:05.657] 112/314 postgresql:test_ginpostinglist / test_ginpostinglist/regress                    ERROR            ...
[07:35:05.657] 113/314 postgresql:test_extensions / test_extensions/regress                            ERROR            ...
[07:35:05.657] 114/314 postgresql:test_lfind / test_lfind/regress                                      ERROR            ...
[07:35:05.657] 115/314 postgresql:test_ddl_deparse / test_ddl_deparse/regress                          ERROR            ...
[07:35:05.657] 116/314 postgresql:test_parser / test_parser/regress                                    ERROR            ...
[07:35:05.657] 117/314 postgresql:test_decoding / test_decoding/regress                                ERROR            ...
[07:35:05.657] 118/314 postgresql:test_oat_hooks / test_oat_hooks/regress                              ERROR            ...
[07:35:05.657] 119/314 postgresql:test_pg_dump / test_pg_dump/regress                                  ERROR            ...
[07:35:05.657] 120/314 postgresql:test_radixtree / test_radixtree/regress                              ERROR            ...
[07:35:05.657] 121/314 postgresql:test_predtest / test_predtest/regress                                ERROR            ...
[07:35:05.657] 122/314 postgresql:test_rbtree / test_rbtree/regress                                    ERROR            ...
[07:35:05.657] 123/314 postgresql:test_resowner / test_resowner/regress                                ERROR            ...
[07:35:05.657] 124/314 postgresql:test_regex / test_regex/regress                                      ERROR            ...
[07:35:05.657] 125/314 postgresql:test_integerset / test_integerset/regress                            ERROR            ...
[07:35:05.657] 126/314 postgresql:test_slru / test_slru/regress                                        ERROR            ...
[07:35:05.657] 127/314 postgresql:test_rls_hooks / test_rls_hooks/regress                              ERROR            ...
[07:35:05.657] 129/314 postgresql:test_tidstore / test_tidstore/regress                                ERROR            ...
[07:35:05.736] 130/314 postgresql:typcache / typcache/regress                                          ERROR            ...
[07:35:05.736] 131/314 postgresql:test_shm_mq / test_shm_mq/regress                                    ERROR            ...
[07:35:05.736] 132/314 postgresql:unsafe_tests / unsafe_tests/regress                                  ERROR            ...
[07:35:05.736] 135/314 postgresql:libpq / libpq/005_negotiate_encryption                               ERROR            ...
[07:35:05.736] 137/314 postgresql:libpq / libpq/003_load_balance_host_list                             ERROR            ...
[07:35:05.736] 138/314 postgresql:libpq / libpq/004_load_balance_dns                                   ERROR            ...
[07:35:05.736] 140/314 postgresql:pg_amcheck / pg_amcheck/004_verify_heapam                            ERROR            ...
[07:35:05.736] 141/314 postgresql:pg_amcheck / pg_amcheck/003_check                                    ERROR            ...
[07:35:05.736] 145/314 postgresql:pg_basebackup / pg_basebackup/010_pg_basebackup                      ERROR            ...
[07:35:05.736] 148/314 postgresql:ecpg / ecpg/ecpg                                                     ERROR            ...
[07:35:05.736] 149/314 postgresql:pg_checksums / pg_checksums/002_actions                              ERROR            ...
[07:35:05.736] 151/314 postgresql:pg_basebackup / pg_basebackup/040_pg_createsubscriber                ERROR            ...
[07:35:05.736] 157/314 postgresql:pg_combinebackup / pg_combinebackup/007_wal_level_minimal            ERROR            ...
[07:35:05.736] 159/314 postgresql:pg_ctl / pg_ctl/002_status                                           ERROR            ...
[07:35:05.736] 161/314 postgresql:pg_ctl / pg_ctl/001_start_stop                                       ERROR            ...
[07:35:05.736] 168/314 postgresql:pg_resetwal / pg_resetwal/001_basic                                  ERROR            ...
[07:35:05.736] 172/314 postgresql:pg_rewind / pg_rewind/003_extrafiles                                 ERROR            ...
[07:35:05.736] 173/314 postgresql:pg_rewind / pg_rewind/001_basic                                      ERROR            ...
[07:35:05.736] 175/314 postgresql:pg_rewind / pg_rewind/002_databases                                  ERROR            ...
[07:35:05.736] 176/314 postgresql:pg_rewind / pg_rewind/004_pg_xlog_symlink                            ERROR            ...
[07:35:05.736] 177/314 postgresql:pg_rewind / pg_rewind/005_same_timeline                              ERROR            ...
[07:35:05.736] 179/314 postgresql:pg_dump / pg_dump/002_pg_dump                                        ERROR            ...
[07:35:05.736] 181/314 postgresql:pg_rewind / pg_rewind/008_min_recovery_point                         ERROR            ...
[07:35:05.736] 184/314 postgresql:pg_rewind / pg_rewind/010_keep_recycled_wals                         ERROR            ...
[07:35:05.736] 187/314 postgresql:pg_rewind / pg_rewind/007_standby_source                             ERROR            ...
[07:35:05.736] 188/314 postgresql:pg_rewind / pg_rewind/009_growing_files                              ERROR            ...
[07:35:05.736] 194/314 postgresql:pg_waldump / pg_waldump/001_basic                                    ERROR            ...
[07:35:05.736] 195/314 postgresql:pg_verifybackup / pg_verifybackup/007_wal                            ERROR            ...
[07:35:05.736] 217/314 postgresql:amcheck / amcheck/002_cic                                            ERROR            ...
[07:35:05.736] 219/314 postgresql:amcheck / amcheck/003_cic_2pc                                        ERROR            ...
[07:35:05.736] 220/314 postgresql:amcheck / amcheck/004_verify_nbtree_unique                           ERROR            ...
[07:35:05.736] 221/314 postgresql:amcheck / amcheck/001_verify_heapam                                  ERROR            ...
[07:35:05.736] 224/314 postgresql:pg_prewarm / pg_prewarm/001_basic                                    ERROR            ...
[07:35:05.736] 225/314 postgresql:pg_stat_statements / pg_stat_statements/010_restart                  ERROR            ...
[07:35:05.736] 227/314 postgresql:pg_visibility / pg_visibility/002_corrupt_vm                         ERROR            ...
[07:35:05.736] 229/314 postgresql:test_decoding / test_decoding/001_repl_stats                         ERROR            ...
[07:35:05.736] 230/314 postgresql:amcheck / amcheck/005_pitr                                           ERROR            ...
[07:35:05.736] 234/314 postgresql:authentication / authentication/004_file_inclusion                   ERROR            ...
[07:35:05.736] 238/314 postgresql:pg_visibility / pg_visibility/001_concurrent_transaction             ERROR            ...
[07:35:05.736] 239/314 postgresql:postmaster / postmaster/002_start_stop                               ERROR            ...
[07:35:05.736] 240/314 postgresql:subscription / subscription/002_types                                ERROR            ...
[07:35:05.736] 241/314 postgresql:subscription / subscription/003_constraints                          ERROR            ...
[07:35:05.736] 242/314 postgresql:subscription / subscription/004_sync                                 ERROR            ...
[07:35:05.736] 243/314 postgresql:subscription / subscription/006_rewrite                              ERROR            ...
[07:35:05.736] 244/314 postgresql:subscription / subscription/005_encoding                             ERROR            ...
[07:35:05.736] 246/314 postgresql:subscription / subscription/007_ddl                                  ERROR            ...
[07:35:05.736] 247/314 postgresql:subscription / subscription/001_rep_changes                          ERROR            ...
[07:35:05.736] 249/314 postgresql:subscription / subscription/008_diff_schema                          ERROR            ...
[07:35:05.736] 250/314 postgresql:subscription / subscription/009_matviews                             ERROR            ...
[07:35:05.736] 253/314 postgresql:subscription / subscription/014_binary                               ERROR            ...
[07:35:05.736] 254/314 postgresql:subscription / subscription/016_stream_subxact                       ERROR            ...
[07:35:05.736] 255/314 postgresql:subscription / subscription/017_stream_ddl                           ERROR            ...
[07:35:05.736] 256/314 postgresql:subscription / subscription/015_stream                               ERROR            ...
[07:35:05.736] 257/314 postgresql:subscription / subscription/018_stream_subxact_abort                 ERROR            ...
[07:35:05.736] 258/314 postgresql:subscription / subscription/019_stream_subxact_ddl_abort             ERROR            ...
[07:35:05.736] 259/314 postgresql:subscription / subscription/020_messages                             ERROR            ...
[07:35:05.736] 260/314 postgresql:subscription / subscription/021_twophase                             ERROR            ...
[07:35:05.736] 261/314 postgresql:subscription / subscription/013_partition                            ERROR            ...
[07:35:05.736] 262/314 postgresql:subscription / subscription/024_add_drop_pub                         ERROR            ...
[07:35:05.736] 263/314 postgresql:subscription / subscription/023_twophase_stream                      ERROR            ...
[07:35:05.736] 264/314 postgresql:subscription / subscription/025_rep_changes_for_schema               ERROR            ...
[07:35:05.736] 265/314 postgresql:subscription / subscription/026_stats                                ERROR            ...
[07:35:05.736] 266/314 postgresql:subscription / subscription/022_twophase_cascade                     ERROR            ...
[07:35:05.736] 267/314 postgresql:recovery / recovery/013_crash_restart                                ERROR           4...
[07:35:05.736] 268/314 postgresql:subscription / subscription/029_on_error                             ERROR            ...
[07:35:05.736] 269/314 postgresql:subscription / subscription/030_origin                               ERROR            ...
[07:35:05.736] 270/314 postgresql:subscription / subscription/028_row_filter                           ERROR            ...
[07:35:05.736] 273/314 postgresql:brin / brin/01_workitems                                             ERROR            ...
[07:35:05.736] 274/314 postgresql:subscription / subscription/100_bugs                                 ERROR            ...
[07:35:05.736] 275/314 postgresql:commit_ts / commit_ts/001_base                                       ERROR            ...
[07:35:05.736] 276/314 postgresql:subscription / subscription/032_subscribe_use_index                  ERROR            ...
[07:35:05.736] 278/314 postgresql:commit_ts / commit_ts/004_restart                                    ERROR            ...
[07:35:05.736] 280/314 postgresql:commit_ts / commit_ts/003_standby_2                                  ERROR            ...
[07:35:05.736] 281/314 postgresql:injection_points / injection_points/001_stats                        ERROR            ...
[07:35:05.736] 282/314 postgresql:ssl_passphrase_callback / ssl_passphrase_callback/001_testfunc       ERROR            ...
[07:35:05.736] 283/314 postgresql:subscription / subscription/031_column_list                          ERROR            ...
[07:35:05.736] 284/314 postgresql:libpq_pipeline / libpq_pipeline/001_libpq_pipeline                   ERROR            ...
[07:35:05.736] 285/314 postgresql:test_custom_rmgrs / test_custom_rmgrs/001_basic                      ERROR            ...
[07:35:05.736] 289/314 postgresql:commit_ts / commit_ts/002_standby                                    ERROR            ...
[07:35:05.736] 290/314 postgresql:test_misc / test_misc/002_tablespace                                 ERROR            ...
[07:35:05.736] 292/314 postgresql:test_misc / test_misc/001_constraint_validation                      ERROR            ...
[07:35:05.736] 294/314 postgresql:test_misc / test_misc/004_io_direct                                  ERROR            ...
[07:35:05.736] 300/314 postgresql:test_slru / test_slru/001_multixact                                  ERROR            ...
[07:35:05.736] 301/314 postgresql:worker_spi / worker_spi/001_worker_spi                               ERROR            ...
[07:35:05.736] 302/314 postgresql:test_pg_dump / test_pg_dump/001_base                                 ERROR            ...
[07:35:05.736] 303/314 postgresql:checksums / checksums/004_offline                                    ERROR            ...
[07:35:05.736] 304/314 postgresql:ssl / ssl/001_ssltests                                               ERROR            ...
[07:35:05.736] 305/314 postgresql:ssl / ssl/002_scram                                                  ERROR            ...
[07:35:05.736] 308/314 postgresql:ssl / ssl/003_sslinfo                                                ERROR            ...
[07:35:05.736] 310/314 postgresql:pgbench / pgbench/001_pgbench_with_server                            ERROR           2...
[07:35:05.736] 311/314 postgresql:checksums / checksums/002_restarts                                   ERROR           3...
[07:35:05.736] 312/314 postgresql:checksums / checksums/001_basic                                      ERROR           6...
[07:35:05.736] 313/314 postgresql:pg_ctl / pg_ctl/004_logrotate                                        TIMEOUT        10...
[07:35:05.736] 314/314 postgresql:checksums / checksums/003_standby_restarts                           TIMEOUT        10...
51/5371 TimestampTz->Text->TimestampTz casting fails with DateStyle 'Postgres'
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/timestamptz.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/00...
--- /tmp/cirrus-ci-build/src/test/regress/expected/timestamptz.out	2024-12-18 06:34:11.092441000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/timestamptz.out	2024-12-18 06:34:53.524983...
@@ -184,30 +184,22 @@
 (1 row)
 
 SELECT 'Jan 01 00:00:00 1000 LMT'::timestamptz;
-         timestamptz          
-------------------------------
- Wed Jan 01 00:00:00 1000 LMT
-(1 row)
-
+ERROR:  invalid input syntax for type timestamp with time zone: "Jan 01 00:00:00 1000 LMT"
+LINE 1: SELECT 'Jan 01 00:00:00 1000 LMT'::timestamptz;
+               ^
 SELECT 'Jan 01 00:00:00 2024 LMT'::timestamptz;
-         timestamptz          
-------------------------------
- Sun Dec 31 23:52:58 2023 PST
-(1 row)
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/timestamptz.out /tmp/cirrus-ci-build/build/testrun/recovery/027_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/timestamptz.out	2024-12-18 06:34:11.092441000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/timestamptz.out	2024-12-18 06:35:30.7147...
@@ -184,30 +184,22 @@
 (1 row)
 
 SELECT 'Jan 01 00:00:00 1000 LMT'::timestamptz;
-         timestamptz          
-------------------------------
- Wed Jan 01 00:00:00 1000 LMT
-(1 row)
-
+ERROR:  invalid input syntax for type timestamp with time zone: "Jan 01 00:00:00 1000 LMT"
+LINE 1: SELECT 'Jan 01 00:00:00 1000 LMT'::timestamptz;
+               ^
 SELECT 'Jan 01 00:00:00 2024 LMT'::timestamptz;
-         timestamptz          
-------------------------------
- Sun Dec 31 23:52:58 2023 PST
-(1 row)
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/timestamptz.out /tmp/cirrus-ci-build/build/testrun/regress/regre...
--- /tmp/cirrus-ci-build/src/test/regress/expected/timestamptz.out	2024-12-18 06:34:11.092441000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/timestamptz.out	2024-12-18 06:34:52.901461000 +0000
@@ -184,30 +184,22 @@
 (1 row)
 
 SELECT 'Jan 01 00:00:00 1000 LMT'::timestamptz;
-         timestamptz          
-------------------------------
- Wed Jan 01 00:00:00 1000 LMT
-(1 row)
-
+ERROR:  invalid input syntax for type timestamp with time zone: "Jan 01 00:00:00 1000 LMT"
+LINE 1: SELECT 'Jan 01 00:00:00 1000 LMT'::timestamptz;
+               ^
 SELECT 'Jan 01 00:00:00 2024 LMT'::timestamptz;
-         timestamptz          
-------------------------------
- Sun Dec 31 23:52:58 2023 PST
-(1 row)
...
tap
[06:35:58.509](68.129s) not ok 5 - regression tests pass
tap
[06:36:43.115](75.902s) not ok 2 - regression tests pass
test
[06:38:36.426]   6/315 postgresql:regress / regress/regress                                            ERROR            ...
[06:38:36.426]  94/315 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[06:38:36.426] 154/315 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
core
[06:43:09.922] #0  0x00007fb8763d1a50 in ?? ()
[06:43:09.922] #1  0x0000000000000003 in ?? ()
[06:43:09.922] #2  0x00007ffe968c5068 in ?? ()
[06:43:09.922] #3  0x00007ffe968c506b in ?? ()
[06:43:09.922] #4  0x00007ffe968c50e0 in ?? ()
[06:43:09.922] #5  0x0000000000000000 in ?? ()
core
[06:43:09.817] #0  0x00007ff3944bfda4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[06:43:09.817] #1  0x00007ff39446c239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[06:43:09.817] #2  0x00007ff39446c497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[06:43:09.817] #3  0x000055dcccda15c1 in ?? ()
[06:43:09.817] #4  0x000055dcccd9b369 in ?? ()
[06:43:09.817] #5  0x000055dcccd9a20f in ?? ()
[06:43:09.817] #6  0x000055dcccd9ac3b in ?? ()
[06:43:09.817] #7  0x000055dcccd9866f in ?? ()
[06:43:09.817] #8  0x00007ff39445724a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:43:09.817] #9  0x00007ff394457305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/timestamptz.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_chec...
--- /tmp/cirrus-ci-build/src/test/regress/expected/timestamptz.out	2024-12-18 06:34:08.006892300 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/timestamptz.out	2024-12-18 06:38:10.270595508 +0000
@@ -184,30 +184,22 @@
 (1 row)
 
 SELECT 'Jan 01 00:00:00 1000 LMT'::timestamptz;
-         timestamptz          
-------------------------------
- Wed Jan 01 00:00:00 1000 LMT
-(1 row)
-
+ERROR:  invalid input syntax for type timestamp with time zone: "Jan 01 00:00:00 1000 LMT"
+LINE 1: SELECT 'Jan 01 00:00:00 1000 LMT'::timestamptz;
+               ^
 SELECT 'Jan 01 00:00:00 2024 LMT'::timestamptz;
-         timestamptz          
-------------------------------
- Sun Dec 31 23:52:58 2023 PST
-(1 row)
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/timestamptz.out /tmp/cirrus-ci-build/src/test/recovery/tmp_check...
--- /tmp/cirrus-ci-build/src/test/regress/expected/timestamptz.out	2024-12-18 06:34:08.006892300 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/timestamptz.out	2024-12-18 06:39:47.682511136 +0000
@@ -184,30 +184,22 @@
 (1 row)
 
 SELECT 'Jan 01 00:00:00 1000 LMT'::timestamptz;
-         timestamptz          
-------------------------------
- Wed Jan 01 00:00:00 1000 LMT
-(1 row)
-
+ERROR:  invalid input syntax for type timestamp with time zone: "Jan 01 00:00:00 1000 LMT"
+LINE 1: SELECT 'Jan 01 00:00:00 1000 LMT'::timestamptz;
+               ^
 SELECT 'Jan 01 00:00:00 2024 LMT'::timestamptz;
-         timestamptz          
-------------------------------
- Sun Dec 31 23:52:58 2023 PST
-(1 row)
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/timestamptz.out /tmp/cirrus-ci-build/src/test/regress/results/ti...
--- /tmp/cirrus-ci-build/src/test/regress/expected/timestamptz.out	2024-12-18 06:34:08.006892300 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/timestamptz.out	2024-12-18 06:35:26.026718607 +0000
@@ -184,30 +184,22 @@
 (1 row)
 
 SELECT 'Jan 01 00:00:00 1000 LMT'::timestamptz;
-         timestamptz          
-------------------------------
- Wed Jan 01 00:00:00 1000 LMT
-(1 row)
-
+ERROR:  invalid input syntax for type timestamp with time zone: "Jan 01 00:00:00 1000 LMT"
+LINE 1: SELECT 'Jan 01 00:00:00 1000 LMT'::timestamptz;
+               ^
 SELECT 'Jan 01 00:00:00 2024 LMT'::timestamptz;
-         timestamptz          
-------------------------------
- Sun Dec 31 23:52:58 2023 PST
-(1 row)
...
tap
[06:39:51.281](105.779s) not ok 5 - regression tests pass
tap
[06:40:49.704](67.138s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/timestamptz.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/00...
--- /tmp/cirrus-ci-build/src/test/regress/expected/timestamptz.out	2024-12-18 06:34:08.024694066 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/timestamptz.out	2024-12-18 06:35:24.036400...
@@ -184,30 +184,22 @@
 (1 row)
 
 SELECT 'Jan 01 00:00:00 1000 LMT'::timestamptz;
-         timestamptz          
-------------------------------
- Wed Jan 01 00:00:00 1000 LMT
-(1 row)
-
+ERROR:  invalid input syntax for type timestamp with time zone: "Jan 01 00:00:00 1000 LMT"
+LINE 1: SELECT 'Jan 01 00:00:00 1000 LMT'::timestamptz;
+               ^
 SELECT 'Jan 01 00:00:00 2024 LMT'::timestamptz;
-         timestamptz          
-------------------------------
- Sun Dec 31 23:52:58 2023 PST
-(1 row)
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/timestamptz.out /tmp/cirrus-ci-build/build/testrun/recovery/027_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/timestamptz.out	2024-12-18 06:34:08.024694066 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/timestamptz.out	2024-12-18 06:35:58.2723...
@@ -184,30 +184,22 @@
 (1 row)
 
 SELECT 'Jan 01 00:00:00 1000 LMT'::timestamptz;
-         timestamptz          
-------------------------------
- Wed Jan 01 00:00:00 1000 LMT
-(1 row)
-
+ERROR:  invalid input syntax for type timestamp with time zone: "Jan 01 00:00:00 1000 LMT"
+LINE 1: SELECT 'Jan 01 00:00:00 1000 LMT'::timestamptz;
+               ^
 SELECT 'Jan 01 00:00:00 2024 LMT'::timestamptz;
-         timestamptz          
-------------------------------
- Sun Dec 31 23:52:58 2023 PST
-(1 row)
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/timestamptz.out /tmp/cirrus-ci-build/build/testrun/regress/regre...
--- /tmp/cirrus-ci-build/src/test/regress/expected/timestamptz.out	2024-12-18 06:34:08.024694066 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/timestamptz.out	2024-12-18 06:35:20.488402165 +0000
@@ -184,30 +184,22 @@
 (1 row)
 
 SELECT 'Jan 01 00:00:00 1000 LMT'::timestamptz;
-         timestamptz          
-------------------------------
- Wed Jan 01 00:00:00 1000 LMT
-(1 row)
-
+ERROR:  invalid input syntax for type timestamp with time zone: "Jan 01 00:00:00 1000 LMT"
+LINE 1: SELECT 'Jan 01 00:00:00 1000 LMT'::timestamptz;
+               ^
 SELECT 'Jan 01 00:00:00 2024 LMT'::timestamptz;
-         timestamptz          
-------------------------------
- Sun Dec 31 23:52:58 2023 PST
-(1 row)
...
tap
[06:36:33.065](71.854s) not ok 5 - regression tests pass
tap
[06:37:05.768](71.832s) not ok 2 - regression tests pass
test
[06:38:41.570]   6/315 postgresql:regress / regress/regress                                            ERROR            ...
[06:38:41.570] 128/315 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[06:38:41.570] 155/315 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/timestamptz.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg...
--- /Users/admin/pgsql/src/test/regress/expected/timestamptz.out	2024-12-18 06:33:11
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/timestamptz.out	2024-12-18 06:34:30
@@ -184,30 +184,22 @@
 (1 row)
 
 SELECT 'Jan 01 00:00:00 1000 LMT'::timestamptz;
-         timestamptz          
-------------------------------
- Wed Jan 01 00:00:00 1000 LMT
-(1 row)
-
+ERROR:  invalid input syntax for type timestamp with time zone: "Jan 01 00:00:00 1000 LMT"
+LINE 1: SELECT 'Jan 01 00:00:00 1000 LMT'::timestamptz;
+               ^
 SELECT 'Jan 01 00:00:00 2024 LMT'::timestamptz;
-         timestamptz          
-------------------------------
- Sun Dec 31 23:52:58 2023 PST
-(1 row)
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/timestamptz.out /Users/admin/pgsql/build/testrun/recovery/027_stre...
--- /Users/admin/pgsql/src/test/regress/expected/timestamptz.out	2024-12-18 06:33:11
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/timestamptz.out	2024-12-18 06:35:13
@@ -184,30 +184,22 @@
 (1 row)
 
 SELECT 'Jan 01 00:00:00 1000 LMT'::timestamptz;
-         timestamptz          
-------------------------------
- Wed Jan 01 00:00:00 1000 LMT
-(1 row)
-
+ERROR:  invalid input syntax for type timestamp with time zone: "Jan 01 00:00:00 1000 LMT"
+LINE 1: SELECT 'Jan 01 00:00:00 1000 LMT'::timestamptz;
+               ^
 SELECT 'Jan 01 00:00:00 2024 LMT'::timestamptz;
-         timestamptz          
-------------------------------
- Sun Dec 31 23:52:58 2023 PST
-(1 row)
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/timestamptz.out /Users/admin/pgsql/build/testrun/regress/regress/r...
--- /Users/admin/pgsql/src/test/regress/expected/timestamptz.out	2024-12-18 06:33:11
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/timestamptz.out	2024-12-18 06:34:27
@@ -184,30 +184,22 @@
 (1 row)
 
 SELECT 'Jan 01 00:00:00 1000 LMT'::timestamptz;
-         timestamptz          
-------------------------------
- Wed Jan 01 00:00:00 1000 LMT
-(1 row)
-
+ERROR:  invalid input syntax for type timestamp with time zone: "Jan 01 00:00:00 1000 LMT"
+LINE 1: SELECT 'Jan 01 00:00:00 1000 LMT'::timestamptz;
+               ^
 SELECT 'Jan 01 00:00:00 2024 LMT'::timestamptz;
-         timestamptz          
-------------------------------
- Sun Dec 31 23:52:58 2023 PST
-(1 row)
...
tap
[06:35:11.204](44.240s) not ok 5 - regression tests pass
tap
[06:36:07.539](58.533s) not ok 2 - regression tests pass
test
[06:38:14.158]  29/315 postgresql:regress / regress/regress                                            ERROR            ...
[06:38:14.158]  51/315 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[06:38:14.158] 152/315 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/timestamptz.out C:/cirrus/build/testrun/pg_upgrade/002_...
--- C:/cirrus/src/test/regress/expected/timestamptz.out	2024-12-18 06:34:21.178255400 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/timestamptz.out	2024-12-18 06:36:26.743129600 +0000
@@ -184,30 +184,22 @@
 (1 row)
 
 SELECT 'Jan 01 00:00:00 1000 LMT'::timestamptz;
-         timestamptz          
-------------------------------
- Wed Jan 01 00:00:00 1000 LMT
-(1 row)
-
+ERROR:  invalid input syntax for type timestamp with time zone: "Jan 01 00:00:00 1000 LMT"
+LINE 1: SELECT 'Jan 01 00:00:00 1000 LMT'::timestamptz;
+               ^
 SELECT 'Jan 01 00:00:00 2024 LMT'::timestamptz;
-         timestamptz          
-------------------------------
- Sun Dec 31 23:52:58 2023 PST
-(1 row)
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/timestamptz.out C:/cirrus/build/testrun/recovery/027_st...
--- C:/cirrus/src/test/regress/expected/timestamptz.out	2024-12-18 06:34:21.178255400 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/timestamptz.out	2024-12-18 06:38:47.605319200 +0000
@@ -184,30 +184,22 @@
 (1 row)
 
 SELECT 'Jan 01 00:00:00 1000 LMT'::timestamptz;
-         timestamptz          
-------------------------------
- Wed Jan 01 00:00:00 1000 LMT
-(1 row)
-
+ERROR:  invalid input syntax for type timestamp with time zone: "Jan 01 00:00:00 1000 LMT"
+LINE 1: SELECT 'Jan 01 00:00:00 1000 LMT'::timestamptz;
+               ^
 SELECT 'Jan 01 00:00:00 2024 LMT'::timestamptz;
-         timestamptz          
-------------------------------
- Sun Dec 31 23:52:58 2023 PST
-(1 row)
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/timestamptz.out C:/cirrus/build/testrun/regress/regress...
--- C:/cirrus/src/test/regress/expected/timestamptz.out	2024-12-18 06:34:21.178255400 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/timestamptz.out	2024-12-18 06:36:21.000146900 +0000
@@ -184,30 +184,22 @@
 (1 row)
 
 SELECT 'Jan 01 00:00:00 1000 LMT'::timestamptz;
-         timestamptz          
-------------------------------
- Wed Jan 01 00:00:00 1000 LMT
-(1 row)
-
+ERROR:  invalid input syntax for type timestamp with time zone: "Jan 01 00:00:00 1000 LMT"
+LINE 1: SELECT 'Jan 01 00:00:00 1000 LMT'::timestamptz;
+               ^
 SELECT 'Jan 01 00:00:00 2024 LMT'::timestamptz;
-         timestamptz          
-------------------------------
- Sun Dec 31 23:52:58 2023 PST
-(1 row)
...
tap
[06:38:15.371](114.525s) not ok 5 - regression tests pass
tap
[06:40:31.736](122.767s) not ok 2 - regression tests pass
test
[06:47:31.223]   6/310 postgresql:regress / regress/regress                                            ERROR           1...
[06:47:31.223]  38/310 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[06:47:31.223]  94/310 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5225 Vectored IO in XLogWrite()
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out /tmp/cirrus-ci-build/build/testrun/postgres...
--- /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out	2024-12-18 06:19:20.479615000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/postgres_fdw-running/regress/results/postgres_fdw.out	2024-12-18 06:24:53.9456620...
@@ -12325,8 +12325,7 @@
   FROM postgres_fdw_get_connections(true);
  case 
 ------
-    1
-(1 row)
+(0 rows)
 
 -- After terminating the remote backend, since the connection is closed,
 -- "closed" should be TRUE, or NULL if the connection status check
@@ -12339,8 +12338,7 @@
   FROM postgres_fdw_get_connections(true);
  case 
 ------
-    1
-(1 row)
+(0 rows)
...
test
[06:25:22.041] 74/76 postgresql:postgres_fdw-running / postgres_fdw-running/regress               ERROR            11.21...
51/5252 Trim the heap free memory
CompilerWarnings
compiler
[06:14:20.045] postgres.c:2822:47: error: implicit declaration of function ‘sbrk’ [-Werror=implicit-function-declaration...
compiler
[06:14:20.045] postgres.c:2822:47: error: initialization of ‘char *’ from ‘int’ makes pointer from integer without a cas...
compiler
[06:14:20.045] postgres.c:2826:33: error: assignment to ‘char *’ from ‘int’ makes pointer from integer without a cast [-...
compiler
[06:14:20.045] postgres.c:2825:25: error: implicit declaration of function ‘malloc_trim’ [-Werror=implicit-function-decl...
Linux - Debian Bookworm - Autoconf
tap
[06:08:37.592](0.003s) not ok 28 - options --locale-provider=icu --locale=und --lc-*=C: no stderr
Linux - Debian Bookworm - Meson
tap
[06:10:47.377](0.001s) not ok 28 - options --locale-provider=icu --locale=und --lc-*=C: no stderr
test
[06:12:16.330] 171/315 postgresql:initdb / initdb/001_initdb                                           ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[06:06:19.247] ../src/backend/tcop/postgres.c(2822): warning C4047: 'initializing': 'char *' differs in levels of indire...
compiler
[06:06:30.195] tcop_postgres.c.obj : error LNK2019: unresolved external symbol malloc_trim referenced in function finish...
compiler
[06:06:30.195] tcop_postgres.c.obj : error LNK2019: unresolved external symbol sbrk referenced in function finish_xact_c...
compiler
[06:06:19.247] ../src/backend/tcop/postgres.c(2826): warning C4047: '=': 'char *' differs in levels of indirection from ...
51/5366 Eagerly scan all-visible pages to amortize aggressive vacuum
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[23:18:52.256] c:\cirrus\src\backend\access\heap\vacuumlazy.c(466) : warning C4715: 'vac_eagerness_description': not all...
51/5153 Prohibit to use EphemeralNamedRelation in materialized views
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_p...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-12-17 14:08:17.513656000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/triggers.out	2024-12-17 14:09:19.547642000...
@@ -3737,7 +3737,7 @@
 referencing new table as new_table
 for each statement execute function make_matview();
 insert into my_table values (42);
-ERROR:  transition tables cannot be used in rule
+ERROR:  transition table cannot be used in rule
 CONTEXT:  SQL statement "create materialized view mv as select * from new_table"
 PL/pgSQL function make_matview() line 1 at SQL statement
 drop table my_table;
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/build/testrun/recovery/027_str...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-12-17 14:08:17.513656000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/triggers.out	2024-12-17 14:10:00.9225610...
@@ -3737,7 +3737,7 @@
 referencing new table as new_table
 for each statement execute function make_matview();
 insert into my_table values (42);
-ERROR:  transition tables cannot be used in rule
+ERROR:  transition table cannot be used in rule
 CONTEXT:  SQL statement "create materialized view mv as select * from new_table"
 PL/pgSQL function make_matview() line 1 at SQL statement
 drop table my_table;
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/build/testrun/regress/regress/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-12-17 14:08:17.513656000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/triggers.out	2024-12-17 14:09:18.438793000 +0000
@@ -3737,7 +3737,7 @@
 referencing new table as new_table
 for each statement execute function make_matview();
 insert into my_table values (42);
-ERROR:  transition tables cannot be used in rule
+ERROR:  transition table cannot be used in rule
 CONTEXT:  SQL statement "create materialized view mv as select * from new_table"
 PL/pgSQL function make_matview() line 1 at SQL statement
 drop table my_table;
tap
[14:10:13.006](72.501s) not ok 5 - regression tests pass
tap
[14:10:58.115](79.182s) not ok 2 - regression tests pass
test
[14:13:01.618]  16/315 postgresql:regress / regress/regress                                            ERROR            ...
[14:13:01.618]  96/315 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[14:13:01.618] 155/315 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-12-17 14:08:16.072936324 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/triggers.out	2024-12-17 14:12:35.814134646 +0000
@@ -3737,7 +3737,7 @@
 referencing new table as new_table
 for each statement execute function make_matview();
 insert into my_table values (42);
-ERROR:  transition tables cannot be used in rule
+ERROR:  transition table cannot be used in rule
 CONTEXT:  SQL statement "create materialized view mv as select * from new_table"
 PL/pgSQL function make_matview() line 1 at SQL statement
 drop table my_table;
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/src/test/regress/results/trigg...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-12-17 14:08:16.072936324 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/triggers.out	2024-12-17 14:10:10.677832234 +0000
@@ -3737,7 +3737,7 @@
 referencing new table as new_table
 for each statement execute function make_matview();
 insert into my_table values (42);
-ERROR:  transition tables cannot be used in rule
+ERROR:  transition table cannot be used in rule
 CONTEXT:  SQL statement "create materialized view mv as select * from new_table"
 PL/pgSQL function make_matview() line 1 at SQL statement
 drop table my_table;
tap
[14:14:01.801](117.409s) not ok 5 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_p...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-12-17 14:08:15.958166384 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/triggers.out	2024-12-17 14:09:56.764824643...
@@ -3737,7 +3737,7 @@
 referencing new table as new_table
 for each statement execute function make_matview();
 insert into my_table values (42);
-ERROR:  transition tables cannot be used in rule
+ERROR:  transition table cannot be used in rule
 CONTEXT:  SQL statement "create materialized view mv as select * from new_table"
 PL/pgSQL function make_matview() line 1 at SQL statement
 drop table my_table;
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/build/testrun/recovery/027_str...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-12-17 14:08:15.958166384 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/triggers.out	2024-12-17 14:10:41.7567353...
@@ -3737,7 +3737,7 @@
 referencing new table as new_table
 for each statement execute function make_matview();
 insert into my_table values (42);
-ERROR:  transition tables cannot be used in rule
+ERROR:  transition table cannot be used in rule
 CONTEXT:  SQL statement "create materialized view mv as select * from new_table"
 PL/pgSQL function make_matview() line 1 at SQL statement
 drop table my_table;
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/build/testrun/regress/regress/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-12-17 14:08:15.958166384 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/triggers.out	2024-12-17 14:09:53.280836281 +0000
@@ -3737,7 +3737,7 @@
 referencing new table as new_table
 for each statement execute function make_matview();
 insert into my_table values (42);
-ERROR:  transition tables cannot be used in rule
+ERROR:  transition table cannot be used in rule
 CONTEXT:  SQL statement "create materialized view mv as select * from new_table"
 PL/pgSQL function make_matview() line 1 at SQL statement
 drop table my_table;
tap
[14:11:04.898](85.626s) not ok 5 - regression tests pass
tap
[14:11:47.300](91.188s) not ok 2 - regression tests pass
test
[14:13:35.036]  14/315 postgresql:regress / regress/regress                                            ERROR            ...
[14:13:35.036] 141/315 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[14:13:35.036] 168/315 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/triggers.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_up...
--- /Users/admin/pgsql/src/test/regress/expected/triggers.out	2024-12-17 14:07:12
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/triggers.out	2024-12-17 14:08:40
@@ -3737,7 +3737,7 @@
 referencing new table as new_table
 for each statement execute function make_matview();
 insert into my_table values (42);
-ERROR:  transition tables cannot be used in rule
+ERROR:  transition table cannot be used in rule
 CONTEXT:  SQL statement "create materialized view mv as select * from new_table"
 PL/pgSQL function make_matview() line 1 at SQL statement
 drop table my_table;
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/triggers.out /Users/admin/pgsql/build/testrun/recovery/027_stream_...
--- /Users/admin/pgsql/src/test/regress/expected/triggers.out	2024-12-17 14:07:12
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/triggers.out	2024-12-17 14:09:26
@@ -3737,7 +3737,7 @@
 referencing new table as new_table
 for each statement execute function make_matview();
 insert into my_table values (42);
-ERROR:  transition tables cannot be used in rule
+ERROR:  transition table cannot be used in rule
 CONTEXT:  SQL statement "create materialized view mv as select * from new_table"
 PL/pgSQL function make_matview() line 1 at SQL statement
 drop table my_table;
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/triggers.out /Users/admin/pgsql/build/testrun/regress/regress/resu...
--- /Users/admin/pgsql/src/test/regress/expected/triggers.out	2024-12-17 14:07:12
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/triggers.out	2024-12-17 14:08:40
@@ -3737,7 +3737,7 @@
 referencing new table as new_table
 for each statement execute function make_matview();
 insert into my_table values (42);
-ERROR:  transition tables cannot be used in rule
+ERROR:  transition table cannot be used in rule
 CONTEXT:  SQL statement "create materialized view mv as select * from new_table"
 PL/pgSQL function make_matview() line 1 at SQL statement
 drop table my_table;
tap
[14:09:11.063](43.570s) not ok 5 - regression tests pass
tap
[14:10:08.630](57.705s) not ok 2 - regression tests pass
test
[14:12:01.183]  28/315 postgresql:regress / regress/regress                                            ERROR            ...
[14:12:01.183]  49/315 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[14:12:01.183] 150/315 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/triggers.out C:/cirrus/build/testrun/pg_upgrade/002_pg_...
--- C:/cirrus/src/test/regress/expected/triggers.out	2024-12-17 14:08:32.160149800 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/triggers.out	2024-12-17 14:11:20.618130500 +0000
@@ -3737,7 +3737,7 @@
 referencing new table as new_table
 for each statement execute function make_matview();
 insert into my_table values (42);
-ERROR:  transition tables cannot be used in rule
+ERROR:  transition table cannot be used in rule
 CONTEXT:  SQL statement "create materialized view mv as select * from new_table"
 PL/pgSQL function make_matview() line 1 at SQL statement
 drop table my_table;
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/triggers.out C:/cirrus/build/testrun/recovery/027_strea...
--- C:/cirrus/src/test/regress/expected/triggers.out	2024-12-17 14:08:32.160149800 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/triggers.out	2024-12-17 14:14:00.056286200 +0000
@@ -3737,7 +3737,7 @@
 referencing new table as new_table
 for each statement execute function make_matview();
 insert into my_table values (42);
-ERROR:  transition tables cannot be used in rule
+ERROR:  transition table cannot be used in rule
 CONTEXT:  SQL statement "create materialized view mv as select * from new_table"
 PL/pgSQL function make_matview() line 1 at SQL statement
 drop table my_table;
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/triggers.out C:/cirrus/build/testrun/regress/regress/re...
--- C:/cirrus/src/test/regress/expected/triggers.out	2024-12-17 14:08:32.160149800 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/triggers.out	2024-12-17 14:11:08.424271200 +0000
@@ -3737,7 +3737,7 @@
 referencing new table as new_table
 for each statement execute function make_matview();
 insert into my_table values (42);
-ERROR:  transition tables cannot be used in rule
+ERROR:  transition table cannot be used in rule
 CONTEXT:  SQL statement "create materialized view mv as select * from new_table"
 PL/pgSQL function make_matview() line 1 at SQL statement
 drop table my_table;
tap
[14:12:57.752](130.478s) not ok 5 - regression tests pass
tap
[14:15:48.339](155.597s) not ok 2 - regression tests pass
test
[14:24:12.086]   6/310 postgresql:regress / regress/regress                                            ERROR           1...
[14:24:12.086]  38/310 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           2...
[14:24:12.086] 112/310 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5432 URL extension with Unicode and setter-functions support
Linux - Debian Bookworm - Meson
core
[12:58:31.021] #0  0x00007fe9e5ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:58:31.021] #1  0x00007fe9e5e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:58:31.021] #2  0x00007fe9e5e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:58:31.021] #3  0x00007fe9e601e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[12:58:31.021] #4  0x00007fe9e602aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[12:58:31.021] #5  0x00007fe9e600d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x7fe9da4f07a0,...
[12:58:31.021] #6  0x00007fe9da4cf248 in url_pack_path (path=path@entry=0x55bb17f5fef8, data=<optimized out>) at ../cont...
[12:58:31.021] #7  0x00007fe9da4cf388 in url_pack (url=url@entry=0x55bb17f5fea0) at ../contrib/url/url.c:658
[12:58:31.021] #8  0x00007fe9da4cf51c in url_new (data=0x55bb17e6c528 "https://root:qwerty@example.com:8080/path/to/home...
[12:58:31.021] #9  0x00007fe9da4d0154 in url_in (fcinfo=<optimized out>) at ../src/include/postgres.h:314
regress
diff -U3 /tmp/cirrus-ci-build/contrib/url/expected/url_1.out /tmp/cirrus-ci-build/build/testrun/url/regress/results/url....
--- /tmp/cirrus-ci-build/contrib/url/expected/url_1.out	2024-12-17 12:50:37.913706846 +0000
+++ /tmp/cirrus-ci-build/build/testrun/url/regress/results/url.out	2024-12-17 12:55:15.645427739 +0000
@@ -7,3 +7,17 @@
   AS skip_test \gset
 \if :skip_test
   \quit
+\endif
+SELECT getdatabaseencoding(); -- label the results files
+ getdatabaseencoding 
+---------------------
+ UTF8
+(1 row)
+
+CREATE EXTENSION url;
+-- Getters
+select ('https://root:qwerty@example.com:8080/path/to/home?abc=xyz#anchor'::url).scheme; -- OK, https
+server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
...
test
[12:57:15.973]  97/316 postgresql:url / url/regress                                                    ERROR            ...
51/4390 add not_before and not_after timestamps to sslinfo extension and pg_stat_ssl
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[11:57:54.280] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notAfter referenced in...
compiler
[11:57:54.280] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notBefore referenced i...
compiler
[11:57:37.807] ../src/backend/libpq/be-secure-openssl.c(1575): warning C4024: 'ASN1_TIME_to_timestamptz': different type...
compiler
[11:57:37.807] ../src/backend/libpq/be-secure-openssl.c(1575): warning C4047: 'function': 'ASN1_TIME *' differs in level...
compiler
[11:57:37.807] ../src/backend/libpq/be-secure-openssl.c(1566): warning C4047: 'function': 'ASN1_TIME *' differs in level...
compiler
[11:57:37.807] ../src/backend/libpq/be-secure-openssl.c(1566): warning C4024: 'ASN1_TIME_to_timestamptz': different type...
51/5413 INSERT ... ON CONFLICT DO SELECT [FOR ...]
CompilerWarnings
compiler
[11:05:30.899] explain.c:5156:9: error: ‘resolution’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[11:04:53.215] explain.c:5156:9: error: ‘resolution’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[11:12:46.985] explain.c:5156:9: error: ‘resolution’ may be used uninitialized [-Werror=maybe-uninitialized]
51/4681 Make COPY format extendable: Extract COPY TO format implementations
Linux - Debian Bookworm - Meson
core
[10:36:23.705] #0  0x00007fd46610bda4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[10:36:23.705] #1  0x00007fd4660b8239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[10:36:23.705] #2  0x00007fd4660b8497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[10:36:23.705] #3  0x000055c95a9405f3 in ?? ()
[10:36:23.705] #4  0x000055c95a93a369 in ?? ()
[10:36:23.705] #5  0x000055c95a93920f in ?? ()
[10:36:23.705] #6  0x000055c95a939c3b in ?? ()
[10:36:23.705] #7  0x000055c95a93766f in ?? ()
[10:36:23.705] #8  0x00007fd4660a324a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[10:36:23.705] #9  0x00007fd4660a3305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[10:36:23.705] #0  <unavailable> in ?? ()
core
[10:36:23.585] #0  0x00007fd46610bda4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[10:36:23.585] #1  0x00007fd4660b8239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[10:36:23.585] #2  0x00007fd4660b8497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[10:36:23.585] #3  0x000055c95a9405c1 in ?? ()
[10:36:23.585] #4  0x000055c95a93a369 in ?? ()
[10:36:23.585] #5  0x000055c95a93920f in ?? ()
[10:36:23.585] #6  0x000055c95a939c3b in ?? ()
[10:36:23.585] #7  0x000055c95a93766f in ?? ()
[10:36:23.585] #8  0x00007fd4660a324a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[10:36:23.585] #9  0x00007fd4660a3305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
tap
[10:35:01.503](1.831s) Bail out!  pg_ctl restart failed
test
[10:35:10.019] 310/316 postgresql:ssl / ssl/003_sslinfo                                                ERROR            ...
51/5444 using index to speedup add not null constraints to a table
FreeBSD - 13 - Meson
test
[08:55:50.041]  31/315 postgresql:isolation / isolation/isolation                                      ERROR            ...
Linux - Debian Bookworm - Meson
test
[08:57:18.389]  26/315 postgresql:isolation / isolation/isolation                                      ERROR            ...
macOS - Sonoma - Meson
test
[08:55:17.014]  23/315 postgresql:isolation / isolation/isolation                                      ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
test
[09:04:40.970]  13/310 postgresql:isolation / isolation/isolation                                      ERROR            ...
51/5366 Eagerly scan all-visible pages to amortize aggressive vacuum
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[07:57:27.516] c:\cirrus\src\backend\access\heap\vacuumlazy.c(470) : warning C4715: 'vac_eagerness_description': not all...
compiler
[07:57:27.516] c:\cirrus\src\backend\access\heap\vacuumlazy.c(470) : warning C4715: 'vac_eagerness_description': not all...
51/4709 Add the page header to each SLRU page.
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/query_cancel.out /tmp/cirrus-ci-build/build/testrun/postgres...
--- /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/query_cancel.out	2024-12-17 07:33:59.980356928 +0000
+++ /tmp/cirrus-ci-build/build/testrun/postgres_fdw/regress/results/query_cancel.out	2024-12-17 07:40:53.961955905 +0000
@@ -29,4 +29,5 @@
 -- This would take very long if not canceled:
 SELECT count(*) FROM ft1 a CROSS JOIN ft1 b CROSS JOIN ft1 c CROSS JOIN ft1 d;
 ERROR:  canceling statement due to statement timeout
+WARNING:  could not get result of cancel request due to timeout
 COMMIT;
test
[07:42:31.309] 152/315 postgresql:postgres_fdw / postgres_fdw/regress                                  ERROR            ...
51/4529 CREATE SUBSCRIPTION ... SERVER
macOS - Sonoma - Meson
core
[04:56:21.075]   * frame #0: 0x0000000197e14fd0 dyld`lsl::Vector<std::byte>::reserveExact(unsigned long long) + 88
[04:56:21.075]     frame #1: 0x0000000197e14efc dyld`std::__1::pair<std::byte*, std::__1::back_insert_iterator<lsl::Vect...
[04:56:21.075]     frame #2: 0x0000000197e438e4 dyld`dyld4::Atlas::Bitmap::emit(lsl::Vector<std::byte>&) const + 60
[04:56:21.075]     frame #3: 0x0000000197e45fd4 dyld`dyld4::Atlas::ProcessSnapshot::Serializer::serialize() + 1688
[04:56:21.075]     frame #4: 0x0000000197e458dc dyld`dyld4::Atlas::ProcessSnapshot::serialize() + 136
[04:56:21.075]     frame #5: 0x0000000197e420ec dyld`dyld4::ExternallyViewableState::commit(dyld4::Atlas::ProcessSnapsho...
[04:56:21.075]     frame #6: 0x0000000197e41988 dyld`dyld4::ExternallyViewableState::addImages(lsl::Allocator&, lsl::All...
[04:56:21.075]     frame #7: 0x0000000197e102c4 dyld`dyld4::RuntimeState::notifyDebuggerLoad(std::__1::span<dyld4::Loade...
[04:56:21.075]     frame #8: 0x0000000197e03998 dyld`dyld4::prepare(dyld4::APIs&, dyld3::MachOAnalyzer const*) + 1500
[04:56:21.075]     frame #9: 0x0000000197e02ef4 dyld`start + 1868
tap
[04:51:56.996](0.000s) not ok 275 - pgbench script error: shell bad command stderr /(?^:\(shell\) .* meta-command failed...
test
[04:52:47.304] 219/316 postgresql:pgbench / pgbench/001_pgbench_with_server                            ERROR            ...
51/4929 apply_scanjoin_target_to_paths and partitionwise join
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-12-17 01:23:43.560111000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_join.out	2024-12-17 01:25:52.824...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/recovery/0...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-12-17 01:23:43.560111000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/partition_join.out	2024-12-17 01:26:44.5...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/regress/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-12-17 01:23:43.560111000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/partition_join.out	2024-12-17 01:25:59.439629000 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[01:25:59.566](74.025s) not ok 5 - regression tests pass
tap
[01:26:51.339](87.542s) not ok 2 - regression tests pass
test
[01:28:51.512]  44/315 postgresql:regress / regress/regress                                            ERROR            ...
[01:28:51.512]  92/315 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[01:28:51.512] 160/315 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_c...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-12-17 01:23:43.874540197 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/partition_join.out	2024-12-17 01:30:56.575106757 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/src/test/recovery/tmp_ch...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-12-17 01:23:43.874540197 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/partition_join.out	2024-12-17 01:32:40.873522397 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/src/test/regress/results...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-12-17 01:23:43.874540197 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/partition_join.out	2024-12-17 01:28:29.006191500 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[01:31:01.059](127.611s) not ok 5 - regression tests pass
tap
[01:32:44.812](67.010s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Meson
core
[01:31:36.579] #0  0x00007f8ee07cfda4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[01:31:36.579] #1  0x00007f8ee077c239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[01:31:36.579] #2  0x00007f8ee077c497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[01:31:36.579] #3  0x000055c932f425f3 in ?? ()
[01:31:36.579] #4  0x000055c932f3c369 in ?? ()
[01:31:36.579] #5  0x000055c932f3b20f in ?? ()
[01:31:36.579] #6  0x000055c932f3bc3b in ?? ()
[01:31:36.579] #7  0x000055c932f3966f in ?? ()
[01:31:36.579] #8  0x00007f8ee076724a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[01:31:36.579] #9  0x00007f8ee0767305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[01:31:36.579] #0  <unavailable> in ?? ()
core
[01:31:36.707] #0  0x00007f8ee07cfda4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[01:31:36.707] #1  0x00007f8ee077c239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[01:31:36.707] #2  0x00007f8ee077c497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[01:31:36.707] #3  0x000055c932f425c1 in ?? ()
[01:31:36.707] #4  0x000055c932f3c369 in ?? ()
[01:31:36.707] #5  0x000055c932f3b20f in ?? ()
[01:31:36.707] #6  0x000055c932f3bc3b in ?? ()
[01:31:36.707] #7  0x000055c932f3966f in ?? ()
[01:31:36.707] #8  0x00007f8ee076724a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[01:31:36.707] #9  0x00007f8ee0767305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[01:31:36.836] #0  0x00007fdcbe9b4da4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[01:31:36.836] #1  0x00007fdcbe961239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[01:31:36.836] #2  0x00007fdcbe961497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[01:31:36.836] #3  0x000056313b8405c1 in ?? ()
[01:31:36.836] #4  0x000056313b83a369 in ?? ()
[01:31:36.836] #5  0x000056313b83920f in ?? ()
[01:31:36.836] #6  0x000056313b839c3b in ?? ()
[01:31:36.836] #7  0x000056313b83766f in ?? ()
[01:31:36.836] #8  0x00007fdcbe94c24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[01:31:36.836] #9  0x00007fdcbe94c305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[01:31:36.965] #0  <unavailable> in ?? ()
core
[01:31:36.965] #0  0x00007fdcbe9b4da4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[01:31:36.965] #1  0x00007fdcbe961239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[01:31:36.965] #2  0x00007fdcbe961497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[01:31:36.965] #3  0x000056313b8405f3 in ?? ()
[01:31:36.965] #4  0x000056313b83a369 in ?? ()
[01:31:36.965] #5  0x000056313b83920f in ?? ()
[01:31:36.965] #6  0x000056313b839c3b in ?? ()
[01:31:36.965] #7  0x000056313b83766f in ?? ()
[01:31:36.965] #8  0x00007fdcbe94c24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[01:31:36.965] #9  0x00007fdcbe94c305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-12-17 01:23:42.362533308 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_join.out	2024-12-17 01:27:58.940...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/recovery/0...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-12-17 01:23:42.362533308 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/partition_join.out	2024-12-17 01:28:34.1...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/regress/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-12-17 01:23:42.362533308 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/partition_join.out	2024-12-17 01:27:53.936567744 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[01:28:02.444](85.323s) not ok 5 - regression tests pass
tap
[01:28:38.149](85.543s) not ok 2 - regression tests pass
test
[01:30:28.789]  45/315 postgresql:regress / regress/regress                                            ERROR            ...
[01:30:28.789] 138/315 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[01:30:28.789] 157/315 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/partition_join.out /Users/admin/pgsql/build/testrun/pg_upgrade/002...
--- /Users/admin/pgsql/src/test/regress/expected/partition_join.out	2024-12-17 01:23:10
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_join.out	2024-12-17 01:25:23
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/partition_join.out /Users/admin/pgsql/build/testrun/recovery/027_s...
--- /Users/admin/pgsql/src/test/regress/expected/partition_join.out	2024-12-17 01:23:10
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/partition_join.out	2024-12-17 01:26:21
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/partition_join.out /Users/admin/pgsql/build/testrun/regress/regres...
--- /Users/admin/pgsql/src/test/regress/expected/partition_join.out	2024-12-17 01:23:10
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/partition_join.out	2024-12-17 01:25:24
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[01:27:28.110](0.173s) not ok 6 - vacuum 2: query result matches
tap
[01:25:26.893](43.513s) not ok 5 - regression tests pass
tap
[01:26:23.981](57.282s) not ok 2 - regression tests pass
test
[01:28:11.830]  28/315 postgresql:regress / regress/regress                                            ERROR            ...
[01:28:11.830]  49/315 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[01:28:11.830] 147/315 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[01:28:11.830] 251/315 postgresql:bloom / bloom/001_wal                                                ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/partition_join.out C:/cirrus/build/testrun/pg_upgrade/0...
--- C:/cirrus/src/test/regress/expected/partition_join.out	2024-12-17 01:23:49.369994200 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_join.out	2024-12-17 01:27:39.102906100 +000...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/partition_join.out C:/cirrus/build/testrun/recovery/027...
--- C:/cirrus/src/test/regress/expected/partition_join.out	2024-12-17 01:23:49.369994200 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/partition_join.out	2024-12-17 01:30:04.523861500 +0...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/partition_join.out C:/cirrus/build/testrun/regress/regr...
--- C:/cirrus/src/test/regress/expected/partition_join.out	2024-12-17 01:23:49.369994200 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/partition_join.out	2024-12-17 01:27:34.357305800 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[01:27:49.135](115.653s) not ok 5 - regression tests pass
tap
[01:30:16.665](130.533s) not ok 2 - regression tests pass
test
[01:39:02.103]  20/310 postgresql:regress / regress/regress                                            ERROR           1...
[01:39:02.103]  38/310 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[01:39:02.103]  98/310 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/4720 "unexpected duplicate for tablespace" problem in logical replication
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/00...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-12-16 21:51:52.536779000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_table.out	2024-12-16 21:53:32.959893...
@@ -3488,9 +3488,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39434 |            |             0 |       39434 | pktable_pkey
+ 39429 |            |             0 |       39429 | pktable
+ 39437 |            |             0 |       39437 | fktable
+ 40146 |            |             0 |       40151 | foo
+ 40155 |            |             0 |       40155 | pg_toast_40146_index
+ 40154 |            |             0 |       40154 | pg_toast_40146
+ 40367 |            |             0 |       40367 | old_oids
+ 40387 |            |             0 |       40387 | pg_toast_40384
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/recovery/027_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-12-16 21:51:52.536779000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/alter_table.out	2024-12-16 21:54:24.5573...
@@ -3488,9 +3488,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39552 |            |             0 |       39552 | pktable_pkey
+ 39548 |            |             0 |       39548 | pktable
+ 39554 |            |             0 |       39554 | fktable
+ 40054 |            |             0 |       40059 | foo
+ 40063 |            |             0 |       40063 | pg_toast_40054_index
+ 40062 |            |             0 |       40062 | pg_toast_40054
+ 40312 |            |             0 |       40312 | old_oids
+ 40329 |            |             0 |       40329 | pg_toast_40326
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/regress/regre...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-12-16 21:51:52.536779000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/alter_table.out	2024-12-16 21:53:30.335123000 +0000
@@ -3488,9 +3488,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39655 |            |             0 |       39655 | pktable_pkey
+ 39651 |            |             0 |       39651 | pktable
+ 39657 |            |             0 |       39657 | fktable
+ 40142 |            |             0 |       40147 | foo
+ 40151 |            |             0 |       40151 | pg_toast_40142_index
+ 40150 |            |             0 |       40150 | pg_toast_40142
+ 40379 |            |             0 |       40379 | old_oids
+ 40416 |            |             0 |       40416 | pg_toast_40413
...
tap
[21:53:39.941](65.554s) not ok 5 - regression tests pass
tap
[21:54:33.569](81.946s) not ok 2 - regression tests pass
test
[21:56:26.916]  42/315 postgresql:regress / regress/regress                                            ERROR            ...
[21:56:26.916]  80/315 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[21:56:26.916] 162/315 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_chec...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-12-16 21:51:52.791880024 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/alter_table.out	2024-12-16 21:57:35.914775541 +0000
@@ -3488,9 +3488,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39762 |            |             0 |       39762 | pktable_pkey
+ 39758 |            |             0 |       39758 | pktable
+ 39764 |            |             0 |       39764 | fktable
+ 40231 |            |             0 |       40236 | foo
+ 40240 |            |             0 |       40240 | pg_toast_40231_index
+ 40239 |            |             0 |       40239 | pg_toast_40231
+ 40454 |            |             0 |       40454 | old_oids
+ 40471 |            |             0 |       40471 | pg_toast_40468
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/src/test/recovery/tmp_check...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-12-16 21:51:52.791880024 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/alter_table.out	2024-12-16 21:58:32.503622901 +0000
@@ -3488,9 +3488,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39745 |            |             0 |       39745 | pktable_pkey
+ 39741 |            |             0 |       39741 | pktable
+ 39747 |            |             0 |       39747 | fktable
+ 40203 |            |             0 |       40208 | foo
+ 40212 |            |             0 |       40212 | pg_toast_40203_index
+ 40211 |            |             0 |       40211 | pg_toast_40203
+ 40474 |            |             0 |       40474 | old_oids
+ 40491 |            |             0 |       40491 | pg_toast_40488
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/src/test/regress/results/al...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-12-16 21:51:52.791880024 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/alter_table.out	2024-12-16 21:54:51.614542332 +0000
@@ -3488,9 +3488,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39819 |            |             0 |       39819 | pktable_pkey
+ 39815 |            |             0 |       39815 | pktable
+ 39821 |            |             0 |       39821 | fktable
+ 40305 |            |             0 |       40320 | foo
+ 40324 |            |             0 |       40324 | pg_toast_40305_index
+ 40323 |            |             0 |       40323 | pg_toast_40305
+ 40576 |            |             0 |       40576 | old_oids
+ 40593 |            |             0 |       40593 | pg_toast_40590
...
tap
[21:57:46.140](107.106s) not ok 5 - regression tests pass
tap
[21:58:40.402](67.978s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Meson
core
[21:57:48.734] #0  0x00007f89fd60fda4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[21:57:48.734] #1  0x00007f89fd5bc239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[21:57:48.734] #2  0x00007f89fd5bc497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[21:57:48.734] #3  0x0000558d31cc75c1 in ?? ()
[21:57:48.734] #4  0x0000558d31cc1369 in ?? ()
[21:57:48.734] #5  0x0000558d31cc020f in ?? ()
[21:57:48.734] #6  0x0000558d31cc0c3b in ?? ()
[21:57:48.734] #7  0x0000558d31cbe66f in ?? ()
[21:57:48.734] #8  0x00007f89fd5a724a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:57:48.734] #9  0x00007f89fd5a7305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:57:48.609] #0  0x00007f2ef10dfa50 in ?? ()
[21:57:48.609] #1  0x0000000000000003 in ?? ()
[21:57:48.609] #2  0x00007ffc65e69410 in ?? ()
[21:57:48.609] #3  0x00007ffc65e69413 in ?? ()
[21:57:48.609] #4  0x00007ffc65e69416 in ?? ()
[21:57:48.609] #5  0x0000000000000000 in ?? ()
[21:57:48.727] #0  0x00007f89fd60fda4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/00...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-12-16 21:51:52.741826228 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_table.out	2024-12-16 21:54:17.139477...
@@ -3488,9 +3488,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39609 |            |             0 |       39609 | pktable_pkey
+ 39605 |            |             0 |       39605 | pktable
+ 39611 |            |             0 |       39611 | fktable
+ 40095 |            |             0 |       40104 | foo
+ 40108 |            |             0 |       40108 | pg_toast_40095_index
+ 40107 |            |             0 |       40107 | pg_toast_40095
+ 40348 |            |             0 |       40348 | old_oids
+ 40365 |            |             0 |       40365 | pg_toast_40362
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/recovery/027_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-12-16 21:51:52.741826228 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/alter_table.out	2024-12-16 21:54:55.6001...
@@ -3488,9 +3488,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39527 |            |             0 |       39527 | pktable_pkey
+ 39523 |            |             0 |       39523 | pktable
+ 39532 |            |             0 |       39532 | fktable
+ 40038 |            |             0 |       40044 | foo
+ 40048 |            |             0 |       40048 | pg_toast_40038_index
+ 40047 |            |             0 |       40047 | pg_toast_40038
+ 40276 |            |             0 |       40276 | old_oids
+ 40294 |            |             0 |       40294 | pg_toast_40291
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/regress/regre...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-12-16 21:51:52.741826228 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/alter_table.out	2024-12-16 21:54:08.467363978 +0000
@@ -3488,9 +3488,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39604 |            |             0 |       39604 | pktable_pkey
+ 39600 |            |             0 |       39600 | pktable
+ 39606 |            |             0 |       39606 | fktable
+ 40110 |            |             0 |       40116 | foo
+ 40120 |            |             0 |       40120 | pg_toast_40110_index
+ 40119 |            |             0 |       40119 | pg_toast_40110
+ 40347 |            |             0 |       40347 | old_oids
+ 40365 |            |             0 |       40365 | pg_toast_40362
...
tap
[21:54:25.710](75.382s) not ok 5 - regression tests pass
tap
[21:55:03.238](77.423s) not ok 2 - regression tests pass
test
[21:56:48.047]  41/315 postgresql:regress / regress/regress                                            ERROR            ...
[21:56:48.047] 136/315 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[21:56:48.047] 155/315 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/alter_table.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg...
--- /Users/admin/pgsql/src/test/regress/expected/alter_table.out	2024-12-16 21:51:12
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_table.out	2024-12-16 21:53:09
@@ -3488,9 +3488,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39613 |            |             0 |       39613 | pktable_pkey
+ 39609 |            |             0 |       39609 | pktable
+ 39615 |            |             0 |       39615 | fktable
+ 40123 |            |             0 |       40128 | foo
+ 40132 |            |             0 |       40132 | pg_toast_40123_index
+ 40131 |            |             0 |       40131 | pg_toast_40123
+ 40454 |            |             0 |       40454 | old_oids
+ 40471 |            |             0 |       40471 | pg_toast_40468
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/alter_table.out /Users/admin/pgsql/build/testrun/recovery/027_stre...
--- /Users/admin/pgsql/src/test/regress/expected/alter_table.out	2024-12-16 21:51:12
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/alter_table.out	2024-12-16 21:54:04
@@ -3488,9 +3488,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39509 |            |             0 |       39509 | pktable_pkey
+ 39505 |            |             0 |       39505 | pktable
+ 39511 |            |             0 |       39511 | fktable
+ 40051 |            |             0 |       40056 | foo
+ 40060 |            |             0 |       40060 | pg_toast_40051_index
+ 40059 |            |             0 |       40059 | pg_toast_40051
+ 40326 |            |             0 |       40326 | old_oids
+ 40343 |            |             0 |       40343 | pg_toast_40340
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/alter_table.out /Users/admin/pgsql/build/testrun/regress/regress/r...
--- /Users/admin/pgsql/src/test/regress/expected/alter_table.out	2024-12-16 21:51:12
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/alter_table.out	2024-12-16 21:53:08
@@ -3488,9 +3488,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39581 |            |             0 |       39581 | pktable_pkey
+ 39577 |            |             0 |       39577 | pktable
+ 39584 |            |             0 |       39584 | fktable
+ 40122 |            |             0 |       40128 | foo
+ 40132 |            |             0 |       40132 | pg_toast_40122_index
+ 40131 |            |             0 |       40131 | pg_toast_40122
+ 40350 |            |             0 |       40350 | old_oids
+ 40367 |            |             0 |       40367 | pg_toast_40364
...
tap
[21:53:15.091](46.167s) not ok 5 - regression tests pass
tap
[21:54:11.613](58.765s) not ok 2 - regression tests pass
test
[21:56:04.409]  29/315 postgresql:regress / regress/regress                                            ERROR            ...
[21:56:04.409]  50/315 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[21:56:04.409] 152/315 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/alter_table.out C:/cirrus/build/testrun/pg_upgrade/002_...
--- C:/cirrus/src/test/regress/expected/alter_table.out	2024-12-16 21:52:02.840672700 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_table.out	2024-12-16 21:55:34.973202700 +0000
@@ -3488,9 +3488,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 40019 |            |             0 |       40019 | pg_toast_40016
+ 40020 |            |             0 |       40020 | pg_toast_40016_index
+ 40002 |            |             0 |       40002 | old_oids
+ 40016 |            |             0 |       40016 | recur2
+ 40011 |            |             0 |       40011 | recur1
+ 39764 |            |             0 |       39769 | foo
+ 39773 |            |             0 |       39773 | pg_toast_39764_index
+ 39772 |            |             0 |       39772 | pg_toast_39764
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/alter_table.out C:/cirrus/build/testrun/recovery/027_st...
--- C:/cirrus/src/test/regress/expected/alter_table.out	2024-12-16 21:52:02.840672700 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/alter_table.out	2024-12-16 21:57:54.294181100 +0000
@@ -3488,9 +3488,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 38867 |            |             0 |       38867 | pktable_pkey
+ 38863 |            |             0 |       38863 | pktable
+ 38872 |            |             0 |       38872 | fktable
+ 39702 |            |             0 |       39708 | foo
+ 39712 |            |             0 |       39712 | pg_toast_39702_index
+ 39711 |            |             0 |       39711 | pg_toast_39702
+ 39978 |            |             0 |       39978 | old_oids
+ 39997 |            |             0 |       39997 | pg_toast_39993
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/alter_table.out C:/cirrus/build/testrun/regress/regress...
--- C:/cirrus/src/test/regress/expected/alter_table.out	2024-12-16 21:52:02.840672700 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/alter_table.out	2024-12-16 21:55:28.653860400 +0000
@@ -3488,9 +3488,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 38571 |            |             0 |       38571 | pktable_pkey
+ 38567 |            |             0 |       38567 | pktable
+ 38573 |            |             0 |       38573 | fktable
+ 39604 |            |             0 |       39624 | foo
+ 39630 |            |             0 |       39630 | pg_toast_39604_index
+ 39629 |            |             0 |       39629 | pg_toast_39604
+ 40040 |            |             0 |       40040 | old_oids
+ 40059 |            |             0 |       40059 | pg_toast_40056
...
tap
[21:55:51.242](111.346s) not ok 5 - regression tests pass
tap
[21:58:11.960](119.819s) not ok 2 - regression tests pass
test
[22:05:40.133]  20/310 postgresql:regress / regress/regress                                            ERROR           1...
[22:05:40.133]  37/310 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[22:05:40.133]  92/310 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5214 SQL:2023 JSON simplified accessor support
FreeBSD - 13 - Meson
core
[20:26:25.633] #0  0x00000b4376f62ff0 in ?? ()
[20:26:25.633] #1  0x0000000000000000 in ?? ()
tap
[20:25:05.812](1.452s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[20:25:16.301] 295/315 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
Linux - Debian Bookworm - Autoconf
tap
[20:25:43.157](0.654s) not ok 1 - no parameters missing from postgresql.conf.sample
Linux - Debian Bookworm - Meson
tap
[20:27:27.873](0.395s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[20:27:41.470] 295/315 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
macOS - Sonoma - Meson
tap
[20:24:27.988](0.000s) not ok 7 - test_a proved by constraints
[20:24:27.988](0.000s) not ok 8 - test_b proved by constraints
tap
[20:24:28.315](1.064s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[20:24:40.478] 295/315 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
[20:24:40.478] 297/315 postgresql:test_misc / test_misc/001_constraint_validation                      ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[20:32:39.561](2.388s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[20:33:53.788] 290/310 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
51/5206 pg_upgrade: Support for upgrading to checksums enabled
macOS - Sonoma - Meson
tap
[19:21:07.557](0.000s) not ok 39 - createdb with incorrect --encoding stderr /(?^s:^createdb: error: "foo'; SELECT '1" i...
test
[19:21:57.497] 220/315 postgresql:scripts / scripts/020_createdb                                       ERROR            ...
51/5196 Use function smgrclose() to replace the loop
CompilerWarnings
compiler
[18:41:09.527] smgr.c:487:9: error: unused variable 'which' [-Werror,-Wunused-variable]
compiler
[18:41:09.527] smgr.c:282:13: error: unused variable 'forknum' [-Werror,-Wunused-variable]
compiler
[18:40:43.572] smgr.c:487:9: error: unused variable 'which' [-Werror,-Wunused-variable]
compiler
[18:40:43.572] smgr.c:282:13: error: unused variable 'forknum' [-Werror,-Wunused-variable]
compiler
[18:39:58.894] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable]
compiler
[18:39:58.894] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
compiler
[18:39:23.979] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable]
compiler
[18:39:23.979] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
compiler
[18:41:53.722] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable]
compiler
[18:41:53.722] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
51/5433 Adding a '--two-phase' option to 'pg_createsubscriber' utility.
macOS - Sonoma - Meson
tap
[15:48:35.935](0.000s) not ok 377 - pgbench script error: setshell no such command stderr /(?^:could not read result )/
test
[15:49:29.109] 218/315 postgresql:pgbench / pgbench/001_pgbench_with_server                            ERROR            ...
51/5413 INSERT ... ON CONFLICT DO SELECT [FOR ...]
CompilerWarnings
compiler
[13:50:48.074] explain.c:5156:9: error: ‘resolution’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[13:50:15.135] explain.c:5156:9: error: ‘resolution’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[13:58:24.912] explain.c:5156:9: error: ‘resolution’ may be used uninitialized [-Werror=maybe-uninitialized]
51/5357 New predefined role pg_manage_extensions
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out /tmp/cirrus-ci-build/build/testrun/plperl/regress/...
--- /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out	2024-12-16 12:53:49.826014000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/plperl/regress/results/plperl_setup.out	2024-12-16 12:56:30.130261000 +0000
@@ -12,7 +12,7 @@
 HINT:  Must have CREATE privilege on current database to create this extension.
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 RESET ROLE;
 DO $$
 begin
@@ -24,7 +24,7 @@
 CREATE EXTENSION plperl;
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 CREATE SCHEMA plperl_setup_scratch;
 SET search_path = plperl_setup_scratch;
...
test
[12:59:25.601]  47/315 postgresql:plperl / plperl/regress                                              ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out /tmp/cirrus-ci-build/src/pl/plperl/results/plperl_...
--- /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out	2024-12-16 12:53:44.409555125 +0000
+++ /tmp/cirrus-ci-build/src/pl/plperl/results/plperl_setup.out	2024-12-16 12:57:14.630366338 +0000
@@ -12,7 +12,7 @@
 HINT:  Must have CREATE privilege on current database to create this extension.
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 RESET ROLE;
 DO $$
 begin
@@ -24,7 +24,7 @@
 CREATE EXTENSION plperl;
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 CREATE SCHEMA plperl_setup_scratch;
 SET search_path = plperl_setup_scratch;
...
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out /tmp/cirrus-ci-build/build/testrun/plperl/regress/...
--- /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out	2024-12-16 12:53:43.393937109 +0000
+++ /tmp/cirrus-ci-build/build/testrun/plperl/regress/results/plperl_setup.out	2024-12-16 12:59:04.128274099 +0000
@@ -12,7 +12,7 @@
 HINT:  Must have CREATE privilege on current database to create this extension.
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 RESET ROLE;
 DO $$
 begin
@@ -24,7 +24,7 @@
 CREATE EXTENSION plperl;
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 CREATE SCHEMA plperl_setup_scratch;
 SET search_path = plperl_setup_scratch;
...
test
[13:01:35.904]  48/315 postgresql:plperl / plperl/regress                                              ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/pl/plperl/expected/plperl_setup.out /Users/admin/pgsql/build/testrun/plperl/regress/resu...
--- /Users/admin/pgsql/src/pl/plperl/expected/plperl_setup.out	2024-12-16 12:53:11
+++ /Users/admin/pgsql/build/testrun/plperl/regress/results/plperl_setup.out	2024-12-16 12:56:10
@@ -12,7 +12,7 @@
 HINT:  Must have CREATE privilege on current database to create this extension.
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 RESET ROLE;
 DO $$
 begin
@@ -24,7 +24,7 @@
 CREATE EXTENSION plperl;
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 CREATE SCHEMA plperl_setup_scratch;
 SET search_path = plperl_setup_scratch;
...
test
[12:58:18.431]  48/315 postgresql:plperl / plperl/regress                                              ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/pl/plperl/expected/plperl_setup.out C:/cirrus/build/testrun/plperl/regress/re...
--- C:/cirrus/src/pl/plperl/expected/plperl_setup.out	2024-12-16 12:53:52.675618700 +0000
+++ C:/cirrus/build/testrun/plperl/regress/results/plperl_setup.out	2024-12-16 12:59:27.340815400 +0000
@@ -12,7 +12,7 @@
 HINT:  Must have CREATE privilege on current database to create this extension.
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 RESET ROLE;
 DO $$
 begin
@@ -24,7 +24,7 @@
 CREATE EXTENSION plperl;
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 CREATE SCHEMA plperl_setup_scratch;
 SET search_path = plperl_setup_scratch;
...
test
[13:07:34.806]  48/310 postgresql:plperl / plperl/regress                                              ERROR            ...
51/5100 Improved crc32c performance with AVX-512 algorithm.
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[12:34:04.268] test_crc32c.c.obj : error LNK2001: unresolved external symbol pg_comp_crc32c
51/4538 Statistics Import and Export
Linux - Debian Bookworm - Autoconf
core
[11:47:16.416] #0  0x00007f1e304a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[11:47:16.416] #1  0x00007f1e3045afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[11:47:16.416] #2  0x00007f1e30445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[11:47:16.416] #3  0x00007f1e306d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[11:47:16.416] #4  0x00007f1e306e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[11:47:16.416] #5  0x00007f1e306c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffcc1015b46, __in_ch...
[11:47:16.416] #6  0x00007f1e306c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140723546580912, sp...
[11:47:16.416] #7  0x00007f1e306c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[11:47:16.416] #8  0x000055edc64c1031 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[11:47:16.416] #9  0x000055edc64ffc57 in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[11:47:17.380] #0  0x00007f19ea7edebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[11:47:17.380] #1  0x00007f19ea79efb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[11:47:17.380] #2  0x00007f19ea789472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[11:47:17.380] #3  0x00007f19eaad650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[11:47:17.380] #4  0x00007f19eaae2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[11:47:17.380] #5  0x00007f19eaac1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffc11edcf06, __in_ch...
[11:47:17.380] #6  0x00007f19eaac14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140720609287024, sp...
[11:47:17.380] #7  0x00007f19eaac251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[11:47:17.380] #8  0x000055a5a56c2031 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[11:47:17.380] #9  0x000055a5a5700bbe in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[11:47:14.077] #0  0x00007f7936b28ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[11:47:14.077] #1  0x00007f7936ad9fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[11:47:14.077] #2  0x00007f7936ac4472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[11:47:14.077] #3  0x00007f7936ed650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[11:47:14.077] #4  0x00007f7936ee2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[11:47:14.077] #5  0x00007f7936ec1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffdf54184e6, __in_ch...
[11:47:14.077] #6  0x00007f7936ec14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140728718168400, sp...
[11:47:14.077] #7  0x00007f7936ec251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[11:47:14.077] #8  0x000055ddea707031 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[11:47:14.077] #9  0x000055ddea745bbe in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[11:47:19.265] #0  0x00007faca9d28ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[11:47:19.265] #1  0x00007faca9cd9fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[11:47:19.265] #2  0x00007faca9cc4472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[11:47:19.265] #3  0x00007facaa0d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[11:47:19.265] #4  0x00007facaa0e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[11:47:19.265] #5  0x00007facaa0c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffc1b82ffb6, __in_ch...
[11:47:19.265] #6  0x00007facaa0c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140720770059296, sp...
[11:47:19.265] #7  0x00007facaa0c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[11:47:19.265] #8  0x0000561e23c99031 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[11:47:19.265] #9  0x0000561e23cd7c57 in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[11:47:18.794] #0  0x00007fa043bedebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[11:47:18.794] #1  0x00007fa043b9efb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[11:47:18.794] #2  0x00007fa043b89472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[11:47:18.794] #3  0x00007fa043ed650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[11:47:18.794] #4  0x00007fa043ee2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[11:47:18.794] #5  0x00007fa043ec1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffcdb585c76, __in_ch...
[11:47:18.794] #6  0x00007fa043ec14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140723988490464, sp...
[11:47:18.794] #7  0x00007fa043ec251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[11:47:18.794] #8  0x000056197571d031 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[11:47:18.794] #9  0x000056197575bc57 in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[11:47:18.333] #0  0x00007ff64a328ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[11:47:18.333] #1  0x00007ff64a2d9fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[11:47:18.333] #2  0x00007ff64a2c4472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[11:47:18.333] #3  0x00007ff64a6d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[11:47:18.333] #4  0x00007ff64a6e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[11:47:18.333] #5  0x00007ff64a6c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffdd82ed8b6, __in_ch...
[11:47:18.333] #6  0x00007ff64a6c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140728230405408, sp...
[11:47:18.333] #7  0x00007ff64a6c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[11:47:18.333] #8  0x000055cd6bfe0031 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[11:47:18.333] #9  0x000055cd6c01ec57 in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[11:47:17.858] #0  0x00007f11173edebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[11:47:17.858] #1  0x00007f111739efb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[11:47:17.858] #2  0x00007f1117389472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[11:47:17.858] #3  0x00007f11176d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[11:47:17.858] #4  0x00007f11176e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[11:47:17.858] #5  0x00007f11176c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffc718ec516, __in_ch...
[11:47:17.858] #6  0x00007f11176c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140722213671296, sp...
[11:47:17.858] #7  0x00007f11176c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[11:47:17.858] #8  0x000055e30d49e031 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[11:47:17.858] #9  0x000055e30d4dcc57 in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[11:47:16.889] #0  0x00007f7d61bedebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[11:47:16.889] #1  0x00007f7d61b9efb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[11:47:16.889] #2  0x00007f7d61b89472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[11:47:16.889] #3  0x00007f7d61ed650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[11:47:16.889] #4  0x00007f7d61ee2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[11:47:16.889] #5  0x00007f7d61ec1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffd203ca9d6, __in_ch...
[11:47:16.889] #6  0x00007f7d61ec14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140725144303168, sp...
[11:47:16.889] #7  0x00007f7d61ec251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[11:47:16.889] #8  0x000055dbabe87031 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[11:47:16.889] #9  0x000055dbabec5bbe in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[11:47:14.544] #0  0x00007fc7f9128ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[11:47:14.544] #1  0x00007fc7f90d9fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[11:47:14.544] #2  0x00007fc7f90c4472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[11:47:14.544] #3  0x00007fc7f94d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[11:47:14.544] #4  0x00007fc7f94e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[11:47:14.544] #5  0x00007fc7f94c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffc78445c26, __in_ch...
[11:47:14.544] #6  0x00007fc7f94c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140722326235280, sp...
[11:47:14.544] #7  0x00007fc7f94c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[11:47:14.544] #8  0x0000559514148031 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[11:47:14.544] #9  0x0000559514186c57 in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[11:47:15.012] #0  0x00007efd897c7ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[11:47:15.012] #1  0x00007efd89778fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[11:47:15.012] #2  0x00007efd89763472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[11:47:15.012] #3  0x00007efd89ad650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[11:47:15.012] #4  0x00007efd89ae2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[11:47:15.012] #5  0x00007efd89ac1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffcfbc03626, __in_ch...
[11:47:15.012] #6  0x00007efd89ac14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140724532167312, sp...
[11:47:15.012] #7  0x00007efd89ac251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[11:47:15.012] #8  0x0000558f09927031 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[11:47:15.012] #9  0x0000558f09965c57 in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[11:47:20.233] #0  0x00007f8ccb328ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[11:47:20.233] #1  0x00007f8ccb2d9fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[11:47:20.233] #2  0x00007f8ccb2c4472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[11:47:20.233] #3  0x00007f8ccb6d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[11:47:20.233] #4  0x00007f8ccb6e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[11:47:20.233] #5  0x00007f8ccb6c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7fff4b273316, __in_ch...
[11:47:20.233] #6  0x00007f8ccb6c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140734454251392, sp...
[11:47:20.233] #7  0x00007f8ccb6c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[11:47:20.233] #8  0x000055829bf9d031 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[11:47:20.233] #9  0x000055829bfdbbbe in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[11:47:19.751] #0  0x00007f8b9abedebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[11:47:19.751] #1  0x00007f8b9ab9efb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[11:47:19.751] #2  0x00007f8b9ab89472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[11:47:19.751] #3  0x00007f8b9aed650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[11:47:19.751] #4  0x00007f8b9aee2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[11:47:19.751] #5  0x00007f8b9aec1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffdd7b4cc66, __in_ch...
[11:47:19.751] #6  0x00007f8b9aec14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140728222406864, sp...
[11:47:19.751] #7  0x00007f8b9aec251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[11:47:19.751] #8  0x0000563f2b9ab031 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[11:47:19.751] #9  0x0000563f2b9e9bbe in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[11:47:15.484] #0  0x00007f73029edebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[11:47:15.484] #1  0x00007f730299efb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[11:47:15.484] #2  0x00007f7302989472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[11:47:15.484] #3  0x00007f7302cd650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[11:47:15.484] #4  0x00007f7302ce2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[11:47:15.484] #5  0x00007f7302cc1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffe2b5f53c6, __in_ch...
[11:47:15.484] #6  0x00007f7302cc14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140729626091568, sp...
[11:47:15.484] #7  0x00007f7302cc251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[11:47:15.484] #8  0x000055c9c3949031 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[11:47:15.484] #9  0x000055c9c3987bbe in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[11:47:15.948] #0  0x00007f51e6107ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[11:47:15.948] #1  0x00007f51e60b8fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[11:47:15.948] #2  0x00007f51e60a3472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[11:47:15.948] #3  0x00007f51e64d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[11:47:15.948] #4  0x00007f51e64e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[11:47:15.948] #5  0x00007f51e64c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffe9195d5f6, __in_ch...
[11:47:15.948] #6  0x00007f51e64c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140731340939872, sp...
[11:47:15.948] #7  0x00007f51e64c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[11:47:15.948] #8  0x000056511cd9e031 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[11:47:15.948] #9  0x000056511cddcc57 in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
tap
[11:41:08.989](4.449s) not ok 4 - dump from PITR 1
[11:41:10.685](1.695s) not ok 5 - dump from PITR 2
tap
[11:41:38.877](0.845s) not ok 19 - pg_dump: option -n pg_catalog
[11:41:40.897](2.020s) not ok 20 - pg_dumpall: option --exclude-database handles database names with embedded dots
[11:41:41.998](0.501s) not ok 37 - binary_upgrade: pg_dump runs
[11:41:42.040](0.042s) not ok 38 - binary_upgrade: pg_restore runs
tap
[11:41:47.908](2.685s) not ok 1 - parallel dump
[11:41:47.954](0.046s) not ok 2 - parallel restore
[11:41:48.651](0.696s) not ok 3 - parallel dump as inserts
[11:41:48.690](0.039s) not ok 4 - parallel restore as inserts
tap
[11:41:52.859](3.693s) not ok 1 - filter file without patterns
tap
[11:42:01.262](0.939s) not ok 7 - parallel dump
[11:42:01.666](0.403s) not ok 8 - parallel restore
[11:42:01.821](0.155s) not ok 9 - parallel restore with create
tap
[11:42:14.520](1.335s) not ok 1 - binary_upgrade: pg_dump runs
tap
[11:45:06.972](1.270s) not ok 3 - dump primary server
[11:45:08.173](1.200s) not ok 4 - dump standby server
[11:45:09.366](1.188s) not ok 6 - dump catalogs of primary server
[11:45:09.870](0.504s) not ok 7 - dump catalogs of standby server
[11:45:09.875](0.004s) not ok 8 - compare primary and standby catalog dumps
Linux - Debian Bookworm - Meson
core
[11:44:10.262] #0  0x00007f23534a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[11:44:10.262] #1  0x00007f235345afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[11:44:10.262] #2  0x00007f2353445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[11:44:10.262] #3  0x00007f235361e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[11:44:10.262] #4  0x00007f235362aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[11:44:10.262] #5  0x00007f235360db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55cb489eecc0, In...
[11:44:10.262] #6  0x000055cb4896a523 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[11:44:10.262] #7  0x000055cb4899c185 in pg_qsort (data=<optimized out>, n=7608, element_size=element_size@entry=8, comp...
[11:44:10.262] #8  0x000055cb4896ca9d in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[11:44:10.262] #9  0x000055cb48961ae4 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[11:44:11.749] #0  0x00007f1a200a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[11:44:11.749] #1  0x00007f1a2005afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[11:44:11.749] #2  0x00007f1a20045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[11:44:11.749] #3  0x00007f1a2021e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[11:44:11.749] #4  0x00007f1a2022aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[11:44:11.749] #5  0x00007f1a2020db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x559a7d6cccc0, In...
[11:44:11.749] #6  0x0000559a7d648523 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[11:44:11.749] #7  0x0000559a7d67a185 in pg_qsort (data=<optimized out>, n=4051, element_size=element_size@entry=8, comp...
[11:44:11.749] #8  0x0000559a7d64aa9d in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[11:44:11.749] #9  0x0000559a7d63fae4 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[11:44:11.502] #0  0x00007f8075aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[11:44:11.502] #1  0x00007f8075a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[11:44:11.502] #2  0x00007f8075a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[11:44:11.502] #3  0x00007f8075c1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[11:44:11.502] #4  0x00007f8075c2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[11:44:11.502] #5  0x00007f8075c0db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x559baa2dbcc0, In...
[11:44:11.502] #6  0x0000559baa257523 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[11:44:11.502] #7  0x0000559baa28905b in pg_qsort (data=<optimized out>, n=4091, element_size=element_size@entry=8, comp...
[11:44:11.502] #8  0x0000559baa259a9d in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[11:44:11.502] #9  0x0000559baa24eae4 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[11:44:11.262] #0  0x00007fc68caa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[11:44:11.262] #1  0x00007fc68ca5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[11:44:11.262] #2  0x00007fc68ca45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[11:44:11.262] #3  0x00007fc68cc1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[11:44:11.262] #4  0x00007fc68cc2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[11:44:11.262] #5  0x00007fc68cc0db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55c666035cc0, In...
[11:44:11.262] #6  0x000055c665fb1523 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[11:44:11.262] #7  0x000055c665fe3185 in pg_qsort (data=<optimized out>, n=4006, element_size=element_size@entry=8, comp...
[11:44:11.262] #8  0x000055c665fb3a9d in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[11:44:11.262] #9  0x000055c665fa8ae4 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[11:44:11.021] #0  0x00007f93c58a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[11:44:11.021] #1  0x00007f93c585afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[11:44:11.021] #2  0x00007f93c5845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[11:44:11.021] #3  0x00007f93c5a1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[11:44:11.021] #4  0x00007f93c5a2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[11:44:11.021] #5  0x00007f93c5a0db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55cb3268bcc0, In...
[11:44:11.021] #6  0x000055cb32607523 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[11:44:11.021] #7  0x000055cb32639185 in pg_qsort (data=<optimized out>, n=7608, element_size=element_size@entry=8, comp...
[11:44:11.021] #8  0x000055cb32609a9d in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[11:44:11.021] #9  0x000055cb325feae4 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[11:44:10.746] #0  0x00007f2c1c8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[11:44:10.746] #1  0x00007f2c1c85afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[11:44:10.746] #2  0x00007f2c1c845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[11:44:10.746] #3  0x00007f2c1ca1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[11:44:10.746] #4  0x00007f2c1ca2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[11:44:10.746] #5  0x00007f2c1ca0db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x564420434cc0, In...
[11:44:10.746] #6  0x00005644203b0523 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[11:44:10.746] #7  0x00005644203e205b in pg_qsort (data=<optimized out>, n=4465, element_size=element_size@entry=8, comp...
[11:44:10.746] #8  0x00005644203b2a9d in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[11:44:10.746] #9  0x00005644203a7ae4 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[11:44:10.502] #0  0x00007f69140a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[11:44:10.502] #1  0x00007f691405afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[11:44:10.502] #2  0x00007f6914045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[11:44:10.502] #3  0x00007f691421e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[11:44:10.502] #4  0x00007f691422aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[11:44:10.502] #5  0x00007f691420db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55909a31fcc0, In...
[11:44:10.502] #6  0x000055909a29b523 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[11:44:10.502] #7  0x000055909a2cd05b in pg_qsort (data=<optimized out>, n=4993, element_size=element_size@entry=8, comp...
[11:44:10.502] #8  0x000055909a29da9d in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[11:44:10.502] #9  0x000055909a292ae4 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[11:44:10.018] #0  0x00007f44d7ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[11:44:10.018] #1  0x00007f44d7e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[11:44:10.018] #2  0x00007f44d7e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[11:44:10.018] #3  0x00007f44d801e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[11:44:10.018] #4  0x00007f44d802aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[11:44:10.018] #5  0x00007f44d800db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55ad2b354cc0, In...
[11:44:10.018] #6  0x000055ad2b2d0523 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[11:44:10.018] #7  0x000055ad2b30205b in pg_qsort (data=<optimized out>, n=4429, element_size=element_size@entry=8, comp...
[11:44:10.018] #8  0x000055ad2b2d2a9d in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[11:44:10.018] #9  0x000055ad2b2c7ae4 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[11:44:13.958] #0  0x00007f59436a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[11:44:13.958] #1  0x00007f594365afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[11:44:13.958] #2  0x00007f5943645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[11:44:13.958] #3  0x00007f594381e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[11:44:13.958] #4  0x00007f594382aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[11:44:13.958] #5  0x00007f594380db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x5630e6b72c40, In...
[11:44:13.958] #6  0x00005630e6aee567 in DOTypeNameCompare (p1=p1@entry=0x5630e831d3a0, p2=p2@entry=0x5630e831fa90) at ....
[11:44:13.958] #7  0x00005630e6b1f8c3 in pg_qsort_med3 (a=a@entry=0x5630e831d3a0, b=b@entry=0x5630e831fa90, c=c@entry=0x...
[11:44:13.958] #8  0x00005630e6b1fcde in pg_qsort (data=<optimized out>, n=9971, element_size=element_size@entry=8, comp...
[11:44:13.958] #9  0x00005630e6af0a9d in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
core
[11:44:13.712] #0  0x00007fb0a2aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[11:44:13.712] #1  0x00007fb0a2a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[11:44:13.712] #2  0x00007fb0a2a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[11:44:13.712] #3  0x00007fb0a2c1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[11:44:13.712] #4  0x00007fb0a2c2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[11:44:13.712] #5  0x00007fb0a2c0db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x56543d164cc0, In...
[11:44:13.712] #6  0x000056543d0e0523 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[11:44:13.712] #7  0x000056543d11205b in pg_qsort (data=<optimized out>, n=9484, element_size=element_size@entry=8, comp...
[11:44:13.712] #8  0x000056543d0e2a9d in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[11:44:13.712] #9  0x000056543d0d7ae4 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[11:44:13.461] #0  0x00007f57b96a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[11:44:13.461] #1  0x00007f57b965afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[11:44:13.461] #2  0x00007f57b9645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[11:44:13.461] #3  0x00007f57b981e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[11:44:13.461] #4  0x00007f57b982aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[11:44:13.461] #5  0x00007f57b980db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55c353369cc0, In...
[11:44:13.461] #6  0x000055c3532e5523 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[11:44:13.461] #7  0x000055c353317185 in pg_qsort (data=<optimized out>, n=4003, element_size=element_size@entry=8, comp...
[11:44:13.461] #8  0x000055c3532e7a9d in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[11:44:13.461] #9  0x000055c3532dcae4 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[11:44:09.773] #0  0x00007f6fa86a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[11:44:09.773] #1  0x00007f6fa865afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[11:44:09.773] #2  0x00007f6fa8645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[11:44:09.773] #3  0x00007f6fa881e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[11:44:09.773] #4  0x00007f6fa882aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[11:44:09.773] #5  0x00007f6fa880db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55aee249acc0, In...
[11:44:09.773] #6  0x000055aee2416523 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[11:44:09.773] #7  0x000055aee244805b in pg_qsort (data=<optimized out>, n=4091, element_size=element_size@entry=8, comp...
[11:44:09.773] #8  0x000055aee2418a9d in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[11:44:09.773] #9  0x000055aee240dae4 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[11:44:13.225] #0  0x00007f8ad88a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[11:44:13.225] #1  0x00007f8ad885afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[11:44:13.225] #2  0x00007f8ad8845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[11:44:13.225] #3  0x00007f8ad8a1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[11:44:13.225] #4  0x00007f8ad8a2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[11:44:13.225] #5  0x00007f8ad8a0db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x562ce6a59cc0, In...
[11:44:13.225] #6  0x0000562ce69d5523 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[11:44:13.225] #7  0x0000562ce6a07185 in pg_qsort (data=<optimized out>, n=4014, element_size=element_size@entry=8, comp...
[11:44:13.225] #8  0x0000562ce69d7a9d in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[11:44:13.225] #9  0x0000562ce69ccae4 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[11:44:12.978] #0  0x00007f03252a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[11:44:12.978] #1  0x00007f032525afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[11:44:12.978] #2  0x00007f0325245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[11:44:12.978] #3  0x00007f032541e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[11:44:12.978] #4  0x00007f032542aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[11:44:12.978] #5  0x00007f032540db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x555e95f3ecc0, In...
[11:44:12.978] #6  0x0000555e95eba523 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[11:44:12.978] #7  0x0000555e95eec185 in pg_qsort (data=<optimized out>, n=4047, element_size=element_size@entry=8, comp...
[11:44:12.978] #8  0x0000555e95ebca9d in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[11:44:12.978] #9  0x0000555e95eb1ae4 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[11:44:12.736] #0  0x00007f35a22a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[11:44:12.736] #1  0x00007f35a225afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[11:44:12.736] #2  0x00007f35a2245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[11:44:12.736] #3  0x00007f35a241e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[11:44:12.736] #4  0x00007f35a242aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[11:44:12.736] #5  0x00007f35a240db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x56543012bcc0, In...
[11:44:12.736] #6  0x00005654300a7523 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[11:44:12.736] #7  0x00005654300d905b in pg_qsort (data=<optimized out>, n=4060, element_size=element_size@entry=8, comp...
[11:44:12.736] #8  0x00005654300a9a9d in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[11:44:12.736] #9  0x000056543009eae4 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[11:44:12.490] #0  0x00007feb7a0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[11:44:12.490] #1  0x00007feb7a05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[11:44:12.490] #2  0x00007feb7a045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[11:44:12.490] #3  0x00007feb7a21e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[11:44:12.490] #4  0x00007feb7a22aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[11:44:12.490] #5  0x00007feb7a20db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x562873225cc0, In...
[11:44:12.490] #6  0x00005628731a1523 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[11:44:12.490] #7  0x00005628731d3185 in pg_qsort (data=<optimized out>, n=4051, element_size=element_size@entry=8, comp...
[11:44:12.490] #8  0x00005628731a3a9d in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[11:44:12.490] #9  0x0000562873198ae4 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[11:44:12.248] #0  0x00007faaef4bfebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[11:44:12.248] #1  0x00007faaef470fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[11:44:12.248] #2  0x00007faaef45b472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[11:44:12.248] #3  0x00007faaeee1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[11:44:12.248] #4  0x00007faaeee2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[11:44:12.248] #5  0x00007faaeee0db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55695f4aecc0, In...
[11:44:12.248] #6  0x000055695f42a523 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[11:44:12.248] #7  0x000055695f45c185 in pg_qsort (data=<optimized out>, n=10058, element_size=element_size@entry=8, com...
[11:44:12.248] #8  0x000055695f42ca9d in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[11:44:12.248] #9  0x000055695f421ae4 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[11:44:12.001] #0  0x00007ff0aaaa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[11:44:12.001] #1  0x00007ff0aaa5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[11:44:12.001] #2  0x00007ff0aaa45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[11:44:12.001] #3  0x00007ff0aac1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[11:44:12.001] #4  0x00007ff0aac2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[11:44:12.001] #5  0x00007ff0aac0db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x564cf848ec40, In...
[11:44:12.001] #6  0x0000564cf840a567 in DOTypeNameCompare (p1=p1@entry=0x564cf87d33a0, p2=p2@entry=0x564cf87d5a90) at ....
[11:44:12.001] #7  0x0000564cf843b8c3 in pg_qsort_med3 (a=a@entry=0x564cf87d33a0, b=b@entry=0x564cf87d5a90, c=c@entry=0x...
[11:44:12.001] #8  0x0000564cf843bcde in pg_qsort (data=<optimized out>, n=9971, element_size=element_size@entry=8, comp...
[11:44:12.001] #9  0x0000564cf840ca9d in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
tap
[11:41:38.279](3.174s) not ok 4 - dump from PITR 1
[11:41:38.850](0.571s) not ok 5 - dump from PITR 2
tap
[11:41:48.276](0.361s) not ok 19 - pg_dump: option -n pg_catalog
[11:41:49.003](0.727s) not ok 20 - pg_dumpall: option --exclude-database handles database names with embedded dots
[11:41:49.587](0.295s) not ok 37 - binary_upgrade: pg_dump runs
[11:41:49.602](0.015s) not ok 38 - binary_upgrade: pg_restore runs
tap
[11:41:47.784](1.013s) not ok 1 - parallel dump
[11:41:47.794](0.010s) not ok 2 - parallel restore
[11:41:48.010](0.215s) not ok 3 - parallel dump as inserts
[11:41:48.042](0.032s) not ok 4 - parallel restore as inserts
tap
[11:41:48.862](1.738s) not ok 1 - filter file without patterns
tap
[11:41:50.623](0.377s) not ok 7 - parallel dump
[11:41:50.753](0.130s) not ok 8 - parallel restore
[11:41:50.843](0.090s) not ok 9 - parallel restore with create
tap
[11:40:57.445](3.485s) not ok 6 - dump before running pg_upgrade
[11:41:06.161](4.633s) not ok 14 - run of pg_upgrade for new instance
[11:41:06.162](0.000s) not ok 15 - pg_upgrade_output.d/ removed after pg_upgrade success
[11:41:06.347](0.026s) not ok 16 - check that locales in new cluster match original cluster
[11:41:06.883](0.001s) not ok 18 - old and new dumps match after pg_upgrade
tap
[11:39:49.263](3.215s) not ok 10 - run of pg_upgrade of old cluster
[11:39:49.543](0.280s) not ok 11 - check the slot exists on new cluster
tap
[11:39:49.281](1.611s) not ok 8 - run of pg_upgrade for old instance when the subscription tables are in init/ready stat...
[11:39:49.281](0.000s) not ok 9 - pg_upgrade_output.d/ removed after successful pg_upgrade
[11:39:49.687](0.405s) not ok 10 - check that the subscription's running status and failover are preserved
[11:39:49.761](0.074s) not ok 11 - there should be 2 rows in pg_subscription_rel(representing tab_upgraded1 and tab_upgr...
tap
[11:41:28.559](1.018s) not ok 3 - dump primary server
[11:41:29.640](1.081s) not ok 4 - dump standby server
[11:41:30.832](1.185s) not ok 6 - dump catalogs of primary server
[11:41:31.336](0.504s) not ok 7 - dump catalogs of standby server
[11:41:31.350](0.014s) not ok 8 - compare primary and standby catalog dumps
tap
[11:42:45.751](0.557s) not ok 1 - binary_upgrade: pg_dump runs
test
[11:42:55.667]   6/315 postgresql:pg_upgrade / pg_upgrade/003_logical_slots                            ERROR            ...
[11:42:55.667]   7/315 postgresql:pg_upgrade / pg_upgrade/004_subscription                             ERROR            ...
[11:42:55.667]  85/315 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[11:42:55.667] 147/315 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[11:42:55.667] 156/315 postgresql:pg_combinebackup / pg_combinebackup/002_compare_backups              ERROR            ...
[11:42:55.667] 172/315 postgresql:pg_dump / pg_dump/004_pg_dump_parallel                               ERROR            ...
[11:42:55.667] 175/315 postgresql:pg_dump / pg_dump/005_pg_dump_filterfile                             ERROR            ...
[11:42:55.667] 178/315 postgresql:pg_dump / pg_dump/002_pg_dump                                        ERROR            ...
[11:42:55.667] 191/315 postgresql:pg_dump / pg_dump/010_dump_connstr                                   ERROR            ...
[11:42:55.667] 299/315 postgresql:test_pg_dump / test_pg_dump/001_base                                 ERROR            ...
51/5012 Vacuum statistics
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out /tmp/cirrus-ci-build/bu...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-12-16 04:03:06.97794300...
+++ /tmp/cirrus-ci-build/build/testrun/isolation/isolation/results/vacuum-extending-in-repetable-read.out	2024-12-16 04:...
@@ -9,10 +9,7 @@
     FROM pg_stat_get_vacuum_tables vt, pg_class c
     WHERE vt.relname = 'test_vacuum_stat_isolation' AND vt.relid = c.oid;
 
-relname|tuples_deleted|dead_tuples|tuples_frozen
--------+--------------+-----------+-------------
-(0 rows)
-
+ERROR:  relation "pg_stat_get_vacuum_tables" does not exist
 step s1_begin_repeatable_read: 
   BEGIN transaction ISOLATION LEVEL REPEATABLE READ;
   select count(ival) from test_vacuum_stat_isolation where id>900;
@@ -22,7 +19,8 @@
   100
 (1 row)
 
-step s2_update: UPDATE test_vacuum_stat_isolation SET ival = ival + 2 where id > 900;
...
test
[04:08:54.688]  47/315 postgresql:isolation / isolation/isolation                                      ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out /tmp/cirrus-ci-build/sr...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-12-16 04:03:05.22601433...
+++ /tmp/cirrus-ci-build/src/test/isolation/output_iso/results/vacuum-extending-in-repetable-read.out	2024-12-16 04:09:1...
@@ -9,10 +9,7 @@
     FROM pg_stat_get_vacuum_tables vt, pg_class c
     WHERE vt.relname = 'test_vacuum_stat_isolation' AND vt.relid = c.oid;
 
-relname|tuples_deleted|dead_tuples|tuples_frozen
--------+--------------+-----------+-------------
-(0 rows)
-
+ERROR:  relation "pg_stat_get_vacuum_tables" does not exist
 step s1_begin_repeatable_read: 
   BEGIN transaction ISOLATION LEVEL REPEATABLE READ;
   select count(ival) from test_vacuum_stat_isolation where id>900;
@@ -22,7 +19,8 @@
   100
 (1 row)
 
-step s2_update: UPDATE test_vacuum_stat_isolation SET ival = ival + 2 where id > 900;
...
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out /tmp/cirrus-ci-build/bu...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-12-16 04:03:04.42046300...
+++ /tmp/cirrus-ci-build/build/testrun/isolation/isolation/results/vacuum-extending-in-repetable-read.out	2024-12-16 04:...
@@ -9,10 +9,7 @@
     FROM pg_stat_get_vacuum_tables vt, pg_class c
     WHERE vt.relname = 'test_vacuum_stat_isolation' AND vt.relid = c.oid;
 
-relname|tuples_deleted|dead_tuples|tuples_frozen
--------+--------------+-----------+-------------
-(0 rows)
-
+ERROR:  relation "pg_stat_get_vacuum_tables" does not exist
 step s1_begin_repeatable_read: 
   BEGIN transaction ISOLATION LEVEL REPEATABLE READ;
   select count(ival) from test_vacuum_stat_isolation where id>900;
@@ -22,7 +19,8 @@
   100
 (1 row)
 
-step s2_update: UPDATE test_vacuum_stat_isolation SET ival = ival + 2 where id > 900;
...
test
[04:11:03.127]  40/315 postgresql:isolation / isolation/isolation                                      ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/isolation/expected/vacuum-extending-in-repetable-read.out /Users/admin/pgsql/build/...
--- /Users/admin/pgsql/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-12-16 04:02:12
+++ /Users/admin/pgsql/build/testrun/isolation/isolation/results/vacuum-extending-in-repetable-read.out	2024-12-16 04:05...
@@ -9,10 +9,7 @@
     FROM pg_stat_get_vacuum_tables vt, pg_class c
     WHERE vt.relname = 'test_vacuum_stat_isolation' AND vt.relid = c.oid;
 
-relname|tuples_deleted|dead_tuples|tuples_frozen
--------+--------------+-----------+-------------
-(0 rows)
-
+ERROR:  relation "pg_stat_get_vacuum_tables" does not exist
 step s1_begin_repeatable_read: 
   BEGIN transaction ISOLATION LEVEL REPEATABLE READ;
   select count(ival) from test_vacuum_stat_isolation where id>900;
@@ -22,7 +19,8 @@
   100
 (1 row)
 
-step s2_update: UPDATE test_vacuum_stat_isolation SET ival = ival + 2 where id > 900;
...
test
[04:08:08.133]  39/315 postgresql:isolation / isolation/isolation                                      ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/isolation/expected/vacuum-extending-in-repetable-read.out C:/cirrus/buil...
--- C:/cirrus/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-12-16 04:03:17.079230600 +0000
+++ C:/cirrus/build/testrun/isolation/isolation/results/vacuum-extending-in-repetable-read.out	2024-12-16 04:07:32.34122...
@@ -9,10 +9,7 @@
     FROM pg_stat_get_vacuum_tables vt, pg_class c
     WHERE vt.relname = 'test_vacuum_stat_isolation' AND vt.relid = c.oid;
 
-relname|tuples_deleted|dead_tuples|tuples_frozen
--------+--------------+-----------+-------------
-(0 rows)
-
+ERROR:  relation "pg_stat_get_vacuum_tables" does not exist
 step s1_begin_repeatable_read: 
   BEGIN transaction ISOLATION LEVEL REPEATABLE READ;
   select count(ival) from test_vacuum_stat_isolation where id>900;
@@ -22,7 +19,8 @@
   100
 (1 row)
 
-step s2_update: UPDATE test_vacuum_stat_isolation SET ival = ival + 2 where id > 900;
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/vacuum_index_statistics.out C:/cirrus/build/testrun/rec...
--- C:/cirrus/src/test/regress/expected/vacuum_index_statistics.out	2024-12-16 04:03:17.749188400 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/vacuum_index_statistics.out	2024-12-16 04:09:47.056...
@@ -54,7 +54,7 @@
 WHERE vt.relname = 'vestat_pkey' AND vt.relid = c.oid;
    relname   | relpages | pages_deleted | tuples_deleted 
 -------------+----------+---------------+----------------
- vestat_pkey | t        | t             | t
+ vestat_pkey | t        | t             | f
 (1 row)
 
 SELECT vt.relname,relpages AS irp,pages_deleted AS ipd,tuples_deleted AS itd
@@ -67,7 +67,7 @@
 FROM pg_stat_get_vacuum_indexes WHERE relname = 'vestat_pkey';
  diwr | diwb 
 ------+------
- t    | t
+ f    | f
 (1 row)
 
...
tap
[04:09:49.824](126.699s) not ok 2 - regression tests pass
test
[04:17:43.915]  28/310 postgresql:isolation / isolation/isolation                                      ERROR           1...
[04:17:43.915]  88/310 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5231 Consider the number of columns in the sort cost model
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out /tmp/cirrus-ci-build/build/testrun/...
--- /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out	2024-12-16 02:15:38.116743000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_stat_statements/regress/results/level_tracking.out	2024-12-16 02:18:05.5511940...
@@ -383,26 +383,24 @@
 (1 row)
 
 EXPLAIN (COSTS OFF) SELECT 1, 2 UNION SELECT 3, 4\; EXPLAIN (COSTS OFF) (SELECT 1, 2, 3) UNION SELECT 3, 4, 5;
+      QUERY PLAN       
+-----------------------
+ HashAggregate
+   Group Key: (1), (2)
+   ->  Append
+         ->  Result
+         ->  Result
+(5 rows)
+
          QUERY PLAN         
 ----------------------------
- Unique
-   ->  Sort
...
test
[02:20:19.482]  87/315 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out /tmp/cirrus-ci-build/contrib/pg_sta...
--- /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out	2024-12-16 02:15:38.981632030 +0000
+++ /tmp/cirrus-ci-build/contrib/pg_stat_statements/results/level_tracking.out	2024-12-16 02:20:17.099210127 +0000
@@ -383,25 +383,23 @@
 (1 row)
 
 EXPLAIN (COSTS OFF) SELECT 1, 2 UNION SELECT 3, 4\; EXPLAIN (COSTS OFF) (SELECT 1, 2, 3) UNION SELECT 3, 4, 5;
+      QUERY PLAN       
+-----------------------
+ HashAggregate
+   Group Key: (1), (2)
+   ->  Append
+         ->  Result
+         ->  Result
+(5 rows)
+
          QUERY PLAN         
 ----------------------------
- Unique
-   ->  Sort
...
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out /tmp/cirrus-ci-build/build/testrun/...
--- /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out	2024-12-16 02:15:38.905703846 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_stat_statements/regress/results/level_tracking.out	2024-12-16 02:19:43.8320539...
@@ -383,25 +383,23 @@
 (1 row)
 
 EXPLAIN (COSTS OFF) SELECT 1, 2 UNION SELECT 3, 4\; EXPLAIN (COSTS OFF) (SELECT 1, 2, 3) UNION SELECT 3, 4, 5;
+      QUERY PLAN       
+-----------------------
+ HashAggregate
+   Group Key: (1), (2)
+   ->  Append
+         ->  Result
+         ->  Result
+(5 rows)
+
          QUERY PLAN         
 ----------------------------
- Unique
-   ->  Sort
...
test
[02:21:55.828]  88/315 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
macOS - Sonoma - Meson
core
[02:23:25.187]   * frame #0: 0x0000000103020b70 dyld`_dyld_start
regress
diff -U3 /Users/admin/pgsql/contrib/pg_stat_statements/expected/level_tracking.out /Users/admin/pgsql/build/testrun/pg_s...
--- /Users/admin/pgsql/contrib/pg_stat_statements/expected/level_tracking.out	2024-12-16 02:15:10
+++ /Users/admin/pgsql/build/testrun/pg_stat_statements/regress/results/level_tracking.out	2024-12-16 02:18:19
@@ -383,25 +383,23 @@
 (1 row)
 
 EXPLAIN (COSTS OFF) SELECT 1, 2 UNION SELECT 3, 4\; EXPLAIN (COSTS OFF) (SELECT 1, 2, 3) UNION SELECT 3, 4, 5;
+      QUERY PLAN       
+-----------------------
+ HashAggregate
+   Group Key: (1), (2)
+   ->  Append
+         ->  Result
+         ->  Result
+(5 rows)
+
          QUERY PLAN         
 ----------------------------
- Unique
-   ->  Sort
...
test
[02:20:18.636]  86/315 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/contrib/pg_stat_statements/expected/level_tracking.out C:/cirrus/build/testrun/pg...
--- C:/cirrus/contrib/pg_stat_statements/expected/level_tracking.out	2024-12-16 02:15:53.045902900 +0000
+++ C:/cirrus/build/testrun/pg_stat_statements/regress/results/level_tracking.out	2024-12-16 02:22:40.483433000 +0000
@@ -383,25 +383,23 @@
 (1 row)
 
 EXPLAIN (COSTS OFF) SELECT 1, 2 UNION SELECT 3, 4\; EXPLAIN (COSTS OFF) (SELECT 1, 2, 3) UNION SELECT 3, 4, 5;
+      QUERY PLAN       
+-----------------------
+ HashAggregate
+   Group Key: (1), (2)
+   ->  Append
+         ->  Result
+         ->  Result
+(5 rows)
+
          QUERY PLAN         
 ----------------------------
- Unique
-   ->  Sort
...
test
[02:29:35.777]  86/310 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
51/5195 Index AM API cleanup
FreeBSD - 13 - Meson
tap
[21:37:37.385](213.958s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /tmp/cirrus-ci-build/src/test/subscription/t/034_temporal.pl line 172.
test
[21:37:37.708] 315/315 postgresql:subscription / subscription/034_temporal                             ERROR           2...
Linux - Debian Bookworm - Autoconf
tap
[21:43:05.149](236.608s) # poll_query_until timed out executing this query:
timed out waiting for catchup at t/034_temporal.pl line 172.
Linux - Debian Bookworm - Meson
tap
[21:40:24.432](213.830s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /tmp/cirrus-ci-build/src/test/subscription/t/034_temporal.pl line 172.
test
[21:40:24.752] 315/315 postgresql:subscription / subscription/034_temporal                             ERROR           2...
macOS - Sonoma - Meson
tap
[21:37:16.613](231.807s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /Users/admin/pgsql/src/test/subscription/t/034_temporal.pl line 172.
test
[21:37:16.924] 315/315 postgresql:subscription / subscription/034_temporal                             ERROR           2...
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[21:46:29.166](322.377s) # poll_query_until timed out executing this query:
timed out waiting for catchup at C:/cirrus/src/test/subscription/t/034_temporal.pl line 172.
test
[21:46:29.587] 310/310 postgresql:subscription / subscription/034_temporal                             ERROR           3...
51/5174 Call rm_redo in a temporary memory context
CompilerWarnings
compiler
[19:53:45.834] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
compiler
[19:53:18.991] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
compiler
[19:56:47.151] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
51/5426 Add a warning message when using unencrypted passwords
FreeBSD - 13 - Meson
core
[19:36:29.069] #0  0x00003f39954c63d8 in ?? () from /libexec/ld-elf.so.1
[19:36:29.069] #1  0x00002eea837ce368 in ?? () from /lib/libncursesw.so.9
[19:36:29.069] #2  0x0000000000000000 in ?? ()
core
[19:36:28.969] #0  0x0000349abdc005da in ?? () from /libexec/ld-elf.so.1
[19:36:28.969] #1  0x0000349abdbfc6ec in ?? () from /libexec/ld-elf.so.1
[19:36:28.969] #2  0x0000000000000000 in ?? ()
[19:36:29.068] #0  0x00003f39954c63d8 in ?? () from /libexec/ld-elf.so.1
regress
diff -U3 /tmp/cirrus-ci-build/src/interfaces/ecpg/test/expected/connect-test5.stderr /tmp/cirrus-ci-build/build/testrun/...
--- /tmp/cirrus-ci-build/src/interfaces/ecpg/test/expected/connect-test5.stderr	2024-12-15 19:31:06.426103000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/ecpg/ecpg/results/connect-test5.stderr	2024-12-15 19:33:35.623401000 +0000
@@ -4,16 +4,24 @@
 [NO_PID]: sqlca: code: 0, state: 00000
 [NO_PID]: ecpg_execute on line 24: query: alter user regress_ecpg_user2 encrypted password 'insecure'; with 0 parameter...
 [NO_PID]: sqlca: code: 0, state: 00000
-[NO_PID]: ecpg_execute on line 24: using PQexec
+[NO_PID]: ECPGnoticeReceiver: using a plaintext password in a query
 [NO_PID]: sqlca: code: 0, state: 00000
+[NO_PID]: raising sqlcode 0
+[NO_PID]: sqlca: code: 0, state: 01000
+[NO_PID]: ecpg_execute on line 24: using PQexec
+[NO_PID]: sqlca: code: 0, state: 01000
 [NO_PID]: ecpg_process_output on line 24: OK: ALTER ROLE
-[NO_PID]: sqlca: code: 0, state: 00000
+[NO_PID]: sqlca: code: 0, state: 01000
 [NO_PID]: ecpg_execute on line 25: query: alter user regress_ecpg_user1 encrypted password 'connectpw'; with 0 paramete...
 [NO_PID]: sqlca: code: 0, state: 00000
-[NO_PID]: ecpg_execute on line 25: using PQexec
...
test
[19:35:19.701] 142/315 postgresql:ecpg / ecpg/ecpg                                                     ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/interfaces/ecpg/test/expected/connect-test5.stderr /tmp/cirrus-ci-build/src/interfaces...
--- /tmp/cirrus-ci-build/src/interfaces/ecpg/test/expected/connect-test5.stderr	2024-12-15 19:31:06.051821347 +0000
+++ /tmp/cirrus-ci-build/src/interfaces/ecpg/test/results/connect-test5.stderr	2024-12-15 19:33:15.351165821 +0000
@@ -4,16 +4,24 @@
 [NO_PID]: sqlca: code: 0, state: 00000
 [NO_PID]: ecpg_execute on line 24: query: alter user regress_ecpg_user2 encrypted password 'insecure'; with 0 parameter...
 [NO_PID]: sqlca: code: 0, state: 00000
-[NO_PID]: ecpg_execute on line 24: using PQexec
+[NO_PID]: ECPGnoticeReceiver: using a plaintext password in a query
 [NO_PID]: sqlca: code: 0, state: 00000
+[NO_PID]: raising sqlcode 0
+[NO_PID]: sqlca: code: 0, state: 01000
+[NO_PID]: ecpg_execute on line 24: using PQexec
+[NO_PID]: sqlca: code: 0, state: 01000
 [NO_PID]: ecpg_process_output on line 24: OK: ALTER ROLE
-[NO_PID]: sqlca: code: 0, state: 00000
+[NO_PID]: sqlca: code: 0, state: 01000
 [NO_PID]: ecpg_execute on line 25: query: alter user regress_ecpg_user1 encrypted password 'connectpw'; with 0 paramete...
 [NO_PID]: sqlca: code: 0, state: 00000
-[NO_PID]: ecpg_execute on line 25: using PQexec
...
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/interfaces/ecpg/test/expected/connect-test5.stderr /tmp/cirrus-ci-build/build/testrun/...
--- /tmp/cirrus-ci-build/src/interfaces/ecpg/test/expected/connect-test5.stderr	2024-12-15 19:31:06.731967283 +0000
+++ /tmp/cirrus-ci-build/build/testrun/ecpg/ecpg/results/connect-test5.stderr	2024-12-15 19:34:12.037055299 +0000
@@ -4,16 +4,24 @@
 [NO_PID]: sqlca: code: 0, state: 00000
 [NO_PID]: ecpg_execute on line 24: query: alter user regress_ecpg_user2 encrypted password 'insecure'; with 0 parameter...
 [NO_PID]: sqlca: code: 0, state: 00000
-[NO_PID]: ecpg_execute on line 24: using PQexec
+[NO_PID]: ECPGnoticeReceiver: using a plaintext password in a query
 [NO_PID]: sqlca: code: 0, state: 00000
+[NO_PID]: raising sqlcode 0
+[NO_PID]: sqlca: code: 0, state: 01000
+[NO_PID]: ecpg_execute on line 24: using PQexec
+[NO_PID]: sqlca: code: 0, state: 01000
 [NO_PID]: ecpg_process_output on line 24: OK: ALTER ROLE
-[NO_PID]: sqlca: code: 0, state: 00000
+[NO_PID]: sqlca: code: 0, state: 01000
 [NO_PID]: ecpg_execute on line 25: query: alter user regress_ecpg_user1 encrypted password 'connectpw'; with 0 paramete...
 [NO_PID]: sqlca: code: 0, state: 00000
-[NO_PID]: ecpg_execute on line 25: using PQexec
...
test
[19:35:51.019] 145/315 postgresql:ecpg / ecpg/ecpg                                                     ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/interfaces/ecpg/test/expected/connect-test5.stderr /Users/admin/pgsql/build/testrun/ecpg...
--- /Users/admin/pgsql/src/interfaces/ecpg/test/expected/connect-test5.stderr	2024-12-15 19:30:08
+++ /Users/admin/pgsql/build/testrun/ecpg/ecpg/results/connect-test5.stderr	2024-12-15 19:42:51
@@ -4,16 +4,24 @@
 [NO_PID]: sqlca: code: 0, state: 00000
 [NO_PID]: ecpg_execute on line 24: query: alter user regress_ecpg_user2 encrypted password 'insecure'; with 0 parameter...
 [NO_PID]: sqlca: code: 0, state: 00000
-[NO_PID]: ecpg_execute on line 24: using PQexec
+[NO_PID]: ECPGnoticeReceiver: using a plaintext password in a query
 [NO_PID]: sqlca: code: 0, state: 00000
+[NO_PID]: raising sqlcode 0
+[NO_PID]: sqlca: code: 0, state: 01000
+[NO_PID]: ecpg_execute on line 24: using PQexec
+[NO_PID]: sqlca: code: 0, state: 01000
 [NO_PID]: ecpg_process_output on line 24: OK: ALTER ROLE
-[NO_PID]: sqlca: code: 0, state: 00000
+[NO_PID]: sqlca: code: 0, state: 01000
 [NO_PID]: ecpg_execute on line 25: query: alter user regress_ecpg_user1 encrypted password 'connectpw'; with 0 paramete...
 [NO_PID]: sqlca: code: 0, state: 00000
-[NO_PID]: ecpg_execute on line 25: using PQexec
...
test
[19:44:30.226] 147/315 postgresql:ecpg / ecpg/ecpg                                                     ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/interfaces/ecpg/test/expected/connect-test5.stderr C:/cirrus/build/testrun/ec...
--- C:/cirrus/src/interfaces/ecpg/test/expected/connect-test5.stderr	2024-12-15 19:31:23.347683700 +0000
+++ C:/cirrus/build/testrun/ecpg/ecpg/results/connect-test5.stderr	2024-12-15 19:38:35.247986600 +0000
@@ -4,16 +4,24 @@
 [NO_PID]: sqlca: code: 0, state: 00000
 [NO_PID]: ecpg_execute on line 24: query: alter user regress_ecpg_user2 encrypted password 'insecure'; with 0 parameter...
 [NO_PID]: sqlca: code: 0, state: 00000
-[NO_PID]: ecpg_execute on line 24: using PQexec
+[NO_PID]: ECPGnoticeReceiver: using a plaintext password in a query
 [NO_PID]: sqlca: code: 0, state: 00000
+[NO_PID]: raising sqlcode 0
+[NO_PID]: sqlca: code: 0, state: 01000
+[NO_PID]: ecpg_execute on line 24: using PQexec
+[NO_PID]: sqlca: code: 0, state: 01000
 [NO_PID]: ecpg_process_output on line 24: OK: ALTER ROLE
-[NO_PID]: sqlca: code: 0, state: 00000
+[NO_PID]: sqlca: code: 0, state: 01000
 [NO_PID]: ecpg_execute on line 25: query: alter user regress_ecpg_user1 encrypted password 'connectpw'; with 0 paramete...
 [NO_PID]: sqlca: code: 0, state: 00000
-[NO_PID]: ecpg_execute on line 25: using PQexec
...
test
[19:45:11.853] 148/310 postgresql:ecpg / ecpg/ecpg                                                     ERROR            ...
51/5004 CREATE INDEX CONCURRENTLY for partitioned tables
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-12-15 17:24:55.486140098 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/indexing.out	2024-12-15 17:29:58.270382461 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/partitioned-cic.out /tmp/cirrus-ci-build/src/test/isolation/ou...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/partitioned-cic.out	2024-12-15 17:24:55.314495713 +0000
+++ /tmp/cirrus-ci-build/src/test/isolation/output_iso/results/partitioned-cic.out	2024-12-15 17:51:59.579869926 +0000
@@ -3,10 +3,14 @@
 starting permutation: lock_p1 cic insert drop2 commit chk_content
 step lock_p1: lock cictab_part_1 in row exclusive mode;
 step cic: CREATE INDEX CONCURRENTLY ON cictab(i); <waiting ...>
-step insert: insert into cictab values (1, 1), (11, 1);
-step drop2: DROP TABLE cictab_part_2;
+step insert: insert into cictab values (1, 1), (11, 1); <waiting ...>
+isolationtester: canceling step insert after 360 seconds
+step insert: <... completed>
+ERROR:  canceling statement due to user request
+step drop2: DROP TABLE cictab_part_2; <waiting ...>
 step commit: COMMIT;
 step cic: <... completed>
+step drop2: <... completed>
 step chk_content: 
   set enable_seqscan to off;
   explain (costs off) select * from cictab where i > 0;
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/src/test/regress/results/index...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-12-15 17:24:55.486140098 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/indexing.out	2024-12-15 17:28:11.490397997 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[17:30:00.877](85.058s) not ok 5 - regression tests pass
FreeBSD - 13 - Meson
core
[17:14:15.353] #0  0x000000082c5358fa in _sigprocmask () from /lib/libc.so.7
[17:14:15.353] #1  0x000000082c56ef91 in _system () from /lib/libc.so.7
[17:14:15.353] #2  0x000000082badb9d3 in ?? () from /lib/libthr.so.3
[17:14:15.353] #3  0x0000000000670b15 in RestoreArchivedFile (path=path@entry=0x8214431d0 "pg_wal/00000002", '0' <repeat...
[17:14:15.353] #4  0x0000000000657bc8 in existsTimeLineHistory (probeTLI=probeTLI@entry=3) at ../src/backend/access/tran...
[17:14:15.353] #5  0x0000000000657c88 in findNewestTimeLine (startTLI=startTLI@entry=2) at ../src/backend/access/transam...
[17:14:15.353] #6  0x000000000067bf2b in rescanLatestTimeLine (replayTLI=replayTLI@entry=2, replayLSN=replayLSN@entry=67...
[17:14:15.353] #7  0x0000000000678183 in WaitForWALToBecomeAvailable (RecPtr=67210840, tliRecPtr=67210816, replayTLI=2, ...
[17:14:15.353] #8  XLogPageRead (xlogreader=0x834650130, targetPagePtr=67207168, reqLen=3672, targetRecPtr=67210816, rea...
[17:14:15.353] #9  0x000000000067ee72 in ReadPageInternal (state=state@entry=0x834650130, pageptr=67207168, reqLen=3672)...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_p...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-12-15 16:55:31.617631000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/indexing.out	2024-12-15 16:57:30.426877000...
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/recovery/027_str...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-12-15 16:55:31.617631000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/indexing.out	2024-12-15 16:58:09.4758530...
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/regress/regress/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-12-15 16:55:31.617631000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/indexing.out	2024-12-15 16:57:31.320400000 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[16:57:34.590](69.262s) not ok 5 - regression tests pass
tap
[16:58:12.254](70.585s) not ok 2 - regression tests pass
test
[17:13:03.137]  44/315 postgresql:regress / regress/regress                                            ERROR            ...
[17:13:03.137]  88/315 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[17:13:03.137] 140/315 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[17:13:03.137] 315/315 postgresql:isolation / isolation/isolation                                      TIMEOUT        10...
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_p...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-12-15 16:55:31.245222598 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/indexing.out	2024-12-15 16:58:57.561399245...
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/recovery/027_str...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-12-15 16:55:31.245222598 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/indexing.out	2024-12-15 16:59:28.7130113...
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/regress/regress/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-12-15 16:55:31.245222598 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/indexing.out	2024-12-15 16:58:53.205360602 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[16:59:00.177](76.486s) not ok 5 - regression tests pass
tap
[16:59:31.526](73.837s) not ok 2 - regression tests pass
test
[17:14:19.751]  43/315 postgresql:regress / regress/regress                                            ERROR            ...
[17:14:19.751] 115/315 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[17:14:19.751] 147/315 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[17:14:19.751] 315/315 postgresql:isolation / isolation/isolation                                      TIMEOUT        10...
macOS - Sonoma - Meson
core
[17:16:29.257]   * frame #0: 0x000000018836ef34 dyld`strlen + 52
[17:16:29.257]     frame #1: 0x00000001883790c0 dyld`dyld4::ProcessConfig::PathOverrides::forEachInColonList(char const*...
[17:16:29.257]     frame #2: 0x0000000188375c6c dyld`dyld4::ProcessConfig::PathOverrides::forEachPathVariant(char const*...
[17:16:29.257]     frame #3: 0x0000000188393ed0 dyld`dyld4::PrebuiltLoader::invalidateInIsolation(dyld4::RuntimeState co...
[17:16:29.257]     frame #4: 0x0000000188393bdc dyld`dyld4::PrebuiltLoader::isValid(dyld4::RuntimeState const&) const + ...
[17:16:29.257]     frame #5: 0x0000000188382a08 dyld`dyld4::RuntimeState::findPrebuiltLoader(char const*) const + 104
[17:16:29.257]     frame #6: 0x00000001883868fc dyld`dyld4::Loader::makeDyldCacheLoader(Diagnostics&, dyld4::RuntimeStat...
[17:16:29.257]     frame #7: 0x0000000188387e50 dyld`invocation function for block in dyld4::Loader::getLoader(Diagnosti...
[17:16:29.257]     frame #8: 0x0000000188386f24 dyld`dyld4::Loader::forEachResolvedAtPathVar(dyld4::RuntimeState&, char ...
[17:16:29.257]     frame #9: 0x0000000188375d08 dyld`dyld4::ProcessConfig::PathOverrides::forEachPathVariant(char const*...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/indexing.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_up...
--- /Users/admin/pgsql/src/test/regress/expected/indexing.out	2024-12-15 16:55:11
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/indexing.out	2024-12-15 16:57:15
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/indexing.out /Users/admin/pgsql/build/testrun/recovery/027_stream_...
--- /Users/admin/pgsql/src/test/regress/expected/indexing.out	2024-12-15 16:55:11
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/indexing.out	2024-12-15 16:58:17
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/indexing.out /Users/admin/pgsql/build/testrun/regress/regress/resu...
--- /Users/admin/pgsql/src/test/regress/expected/indexing.out	2024-12-15 16:55:11
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/indexing.out	2024-12-15 16:57:15
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[16:58:37.582](0.000s) not ok 91 - checking otherwise existent objects in the wrong databases stderr /(?^:pg_amcheck: wa...
[16:58:37.583](0.000s) not ok 92 - checking otherwise existent objects in the wrong databases stderr /(?^:pg_amcheck: wa...
[16:58:37.583](0.000s) not ok 93 - checking otherwise existent objects in the wrong databases stderr /(?^:pg_amcheck: wa...
[16:58:37.583](0.000s) not ok 95 - checking otherwise existent objects in the wrong databases stderr /(?^:pg_amcheck: wa...
[16:58:37.583](0.000s) not ok 96 - checking otherwise existent objects in the wrong databases stderr /(?^:pg_amcheck: wa...
[16:58:37.583](0.000s) not ok 98 - checking otherwise existent objects in the wrong databases stderr /(?^:pg_amcheck: er...
tap
[16:57:18.826](45.369s) not ok 5 - regression tests pass
tap
[16:58:19.943](59.739s) not ok 2 - regression tests pass
test
[17:13:27.135]  27/315 postgresql:regress / regress/regress                                            ERROR            ...
[17:13:27.135]  43/315 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[17:13:27.135] 136/315 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[17:13:27.135] 140/315 postgresql:pg_amcheck / pg_amcheck/002_nonesuch                                 ERROR            ...
[17:13:27.135] 315/315 postgresql:isolation / isolation/isolation                                      TIMEOUT        10...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/indexing.out C:/cirrus/build/testrun/pg_upgrade/002_pg_...
--- C:/cirrus/src/test/regress/expected/indexing.out	2024-12-15 16:55:47.444735600 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/indexing.out	2024-12-15 16:59:37.249746700 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/indexing.out C:/cirrus/build/testrun/recovery/027_strea...
--- C:/cirrus/src/test/regress/expected/indexing.out	2024-12-15 16:55:47.444735600 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/indexing.out	2024-12-15 17:01:49.821080200 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/indexing.out C:/cirrus/build/testrun/regress/regress/re...
--- C:/cirrus/src/test/regress/expected/indexing.out	2024-12-15 16:55:47.444735600 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/indexing.out	2024-12-15 16:59:31.432359500 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[16:59:46.970](117.983s) not ok 5 - regression tests pass
tap
[17:01:56.471](112.246s) not ok 2 - regression tests pass
test
[17:14:22.086]  22/310 postgresql:regress / regress/regress                                            ERROR           1...
[17:14:22.086]  37/310 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[17:14:22.086]  75/310 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
[17:14:22.086] 310/310 postgresql:isolation / isolation/isolation                                      TIMEOUT        10...
51/5131 add log_transaction GUC setting
FreeBSD - 13 - Meson
tap
[13:40:45.441](1.643s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[13:40:56.064] 295/315 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
Linux - Debian Bookworm - Autoconf
tap
[13:39:58.902](0.776s) not ok 1 - no parameters missing from postgresql.conf.sample
Linux - Debian Bookworm - Meson
core
[13:43:18.427] #0  0x00007f2524139da4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:18.427] #1  0x00007f25240e6239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:18.427] #2  0x00007f25240e6497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:18.427] #3  0x000055c3b42a55c1 in ?? ()
[13:43:18.427] #4  0x000055c3b429f369 in ?? ()
[13:43:18.427] #5  0x000055c3b429e20f in ?? ()
[13:43:18.427] #6  0x000055c3b429ec3b in ?? ()
[13:43:18.427] #7  0x000055c3b429c66f in ?? ()
[13:43:18.427] #8  0x00007f25240d124a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:18.427] #9  0x00007f25240d1305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:43:18.555] #0  0x00007f2524139da4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:18.555] #1  0x00007f25240e6239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:18.555] #2  0x00007f25240e6497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:18.555] #3  0x000055c3b42a55f3 in ?? ()
[13:43:18.555] #4  0x000055c3b429f369 in ?? ()
[13:43:18.555] #5  0x000055c3b429e20f in ?? ()
[13:43:18.555] #6  0x000055c3b429ec3b in ?? ()
[13:43:18.555] #7  0x000055c3b429c66f in ?? ()
[13:43:18.555] #8  0x00007f25240d124a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:18.555] #9  0x00007f25240d1305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:43:18.555] #0  <unavailable> in ?? ()
tap
[13:41:58.925](0.482s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[13:42:14.265] 294/315 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
macOS - Sonoma - Meson
tap
[13:40:52.249](0.916s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[13:41:04.103] 295/315 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[13:48:28.243](1.950s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[13:49:37.777] 290/310 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
51/5363 enable pg_recvlogical to use temporary slots
FreeBSD - 13 - Meson
tap
[12:52:15.671](0.000s) not ok 23 - connect : matches
test
[12:53:07.751] 246/315 postgresql:postmaster / postmaster/002_start_stop                               ERROR            ...
51/5263 removes attndims and typndims entirely
macOS - Sonoma - Meson
core
[11:30:35.118]   * frame #0: 0x000000019c96ec34 libdispatch.dylib`dispatch_once_f + 88
[11:30:35.118]     frame #1: 0x000000019ff436dc libsystem_darwin.dylib`os_variant_has_internal_diagnostics + 132
[11:30:35.118]     frame #2: 0x00000001a97a26d8 libSystem.B.dylib`libSystem_initializer + 396
[11:30:35.118]     frame #3: 0x000000019c7ae608 dyld`invocation function for block in dyld4::Loader::findAndRunAllInitia...
[11:30:35.118]     frame #4: 0x000000019c7ecd6c dyld`invocation function for block in dyld3::MachOAnalyzer::forEachIniti...
[11:30:35.118]     frame #5: 0x000000019c7e0400 dyld`invocation function for block in dyld3::MachOFile::forEachSection(v...
[11:30:35.118]     frame #6: 0x000000019c78f2fc dyld`dyld3::MachOFile::forEachLoadCommand(Diagnostics&, void (load_comma...
[11:30:35.118]     frame #7: 0x000000019c7df394 dyld`dyld3::MachOFile::forEachSection(void (dyld3::MachOFile::SectionInf...
[11:30:35.118]     frame #8: 0x000000019c7ec880 dyld`dyld3::MachOAnalyzer::forEachInitializer(Diagnostics&, dyld3::MachO...
[11:30:35.118]     frame #9: 0x000000019c7aa53c dyld`dyld4::Loader::findAndRunAllInitializers(dyld4::RuntimeState&) cons...
core
[11:30:16.449]   * frame #0: 0x0000000100ab0b70 dyld`_dyld_start
core
[11:29:58.197]   * frame #0: 0x0000000100266c3c dyld`__shared_region_check_np + 8
[11:29:58.197]     frame #1: 0x0000000100220cf4 dyld`dyld4::SyscallDelegate::hasExistingDyldCache(unsigned long long&, u...
[11:29:58.197]     frame #2: 0x00000001001fdbf0 dyld`start + 1096
tap
[11:25:54.825](0.000s) not ok 320 - pgbench script error: set zipfian param too large stderr /(?^:zipfian parameter must...
test
[11:26:46.342] 217/315 postgresql:pgbench / pgbench/001_pgbench_with_server                            ERROR            ...
51/5421 Use streaming read API in pgstattuple.
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pgstattuple/expected/pgstattuple.out /tmp/cirrus-ci-build/build-32/testrun/pgstatt...
--- /tmp/cirrus-ci-build/contrib/pgstattuple/expected/pgstattuple.out	2024-12-15 10:16:02.569760421 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/pgstattuple/regress/results/pgstattuple.out	2024-12-15 10:22:27.874635766 +000...
@@ -134,7 +134,7 @@
 select * from pgstathashindex('test_hashidx');
  version | bucket_pages | overflow_pages | bitmap_pages | unused_pages | live_items | dead_items | free_percent 
 ---------+--------------+----------------+--------------+--------------+------------+------------+--------------
-       4 |            4 |              0 |            1 |            0 |          0 |          0 |          100
+       4 |            2 |              0 |            1 |            0 |          0 |          0 |          100
 (1 row)
 
 create index test_gistidx ON test USING gist(c);
@@ -166,7 +166,7 @@
 select pgstattuple('test_hashidx');
            pgstattuple           
 ---------------------------------
- (49152,0,0,0,0,0,0,32608,66.34)
+ (32768,0,0,0,0,0,0,16304,49.76)
 (1 row)
 
...
test
[10:24:33.231]  83/315 postgresql:pgstattuple / pgstattuple/regress                                    ERROR            ...
51/5318 System views for versions reporting
Linux - Debian Bookworm - Meson
core
[08:08:33.126] #0  <unavailable> in ?? ()
core
[08:08:33.126] #0  0x00007f3a5c085da4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[08:08:33.126] #1  0x00007f3a5c032239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[08:08:33.126] #2  0x00007f3a5c032497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[08:08:33.126] #3  0x0000559daa7255f3 in ?? ()
[08:08:33.126] #4  0x0000559daa71f369 in ?? ()
[08:08:33.126] #5  0x0000559daa71e20f in ?? ()
[08:08:33.126] #6  0x0000559daa71ec3b in ?? ()
[08:08:33.126] #7  0x0000559daa71c66f in ?? ()
[08:08:33.126] #8  0x00007f3a5c01d24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[08:08:33.126] #9  0x00007f3a5c01d305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[08:08:33.231] #0  0x00007f3a5c085da4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[08:08:33.231] #1  0x00007f3a5c032239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[08:08:33.231] #2  0x00007f3a5c032497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[08:08:33.231] #3  0x0000559daa7255c1 in ?? ()
[08:08:33.231] #4  0x0000559daa71f369 in ?? ()
[08:08:33.231] #5  0x0000559daa71e20f in ?? ()
[08:08:33.231] #6  0x0000559daa71ec3b in ?? ()
[08:08:33.231] #7  0x0000559daa71c66f in ?? ()
[08:08:33.231] #8  0x00007f3a5c01d24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[08:08:33.231] #9  0x00007f3a5c01d305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
test
[08:07:25.185] 302/315 postgresql:test_slru / test_slru/001_multixact                                  ERROR            ...
51/5284 database-specific role memberships
FreeBSD - 13 - Meson
core
[07:45:46.594] #0  0x000000082b28f8fa in _sigprocmask () from /lib/libc.so.7
[07:45:46.594] #1  0x000000082b2c8f91 in _system () from /lib/libc.so.7
[07:45:46.594] #2  0x000000082bcd09d3 in ?? () from /lib/libthr.so.3
[07:45:46.594] #3  0x0000000000671a95 in RestoreArchivedFile (path=path@entry=0x8213601d0 "P\0026!\b", xlogfname=xlogfna...
[07:45:46.594] #4  0x000000000067d10e in XLogFileRead (segno=segno@entry=4, tli=tli@entry=2, source=source@entry=XLOG_FR...
[07:45:46.594] #5  0x0000000000678e5c in XLogFileReadAnyTLI (segno=4, source=XLOG_FROM_ANY) at ../src/backend/access/tra...
[07:45:46.594] #6  WaitForWALToBecomeAvailable (RecPtr=67211480, tliRecPtr=67211456, replayTLI=2, replayLSN=67211456, ra...
[07:45:46.594] #7  XLogPageRead (xlogreader=0x836a3f130, targetPagePtr=67207168, reqLen=4312, targetRecPtr=67211456, rea...
[07:45:46.594] #8  0x000000000067fdf2 in ReadPageInternal (state=state@entry=0x836a3f130, pageptr=67207168, reqLen=4312)...
[07:45:46.594] #9  0x000000000067ec62 in XLogDecodeNextRecord (state=0x836a3f130, nonblocking=false) at ../src/backend/a...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/privs_in_db.out /tmp/cirrus-ci-build/build/testrun/regress-runni...
--- /tmp/cirrus-ci-build/src/test/regress/expected/privs_in_db.out	2024-12-15 07:38:55.695500000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress-running/regress/results/privs_in_db.out	2024-12-15 07:44:17.986727000 +00...
@@ -756,9 +756,10 @@
 DROP DATABASE regression_db_0;
 DROP ROLE regress_role_admin;
 SELECT datname FROM pg_database WHERE datname LIKE 'regression_db_%';
- datname 
----------
-(0 rows)
+      datname      
+-------------------
+ regression_dblink
+(1 row)
 
 SELECT rolname FROM pg_roles WHERE rolname LIKE 'regress_role_%';
  rolname 
test
[07:44:37.711] 75/76 postgresql:regress-running / regress-running/regress                         ERROR            24.36...
51/5404 Self contradictory examining on rel's baserestrictinfo
CompilerWarnings
compiler
[06:47:27.964] contradictory.c:1638:38: error: ‘one_elem’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[06:47:27.964] contradictory.c:1413:12: error: ‘varcollid’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[06:47:27.964] contradictory.c:757:25: error: ‘btest’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[06:46:46.185] contradictory.c:1638:38: error: ‘one_elem’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[06:46:46.185] contradictory.c:757:25: error: ‘btest’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[06:46:46.185] contradictory.c:1413:12: error: ‘varcollid’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[06:51:59.472] contradictory.c:757:25: error: ‘btest’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[06:51:59.472] contradictory.c:1413:12: error: ‘varcollid’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[06:51:59.472] contradictory.c:1638:38: error: ‘one_elem’ may be used uninitialized [-Werror=maybe-uninitialized]
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/btree_gin/expected/bool.out /tmp/cirrus-ci-build/build/testrun/btree_gin/regress/r...
--- /tmp/cirrus-ci-build/contrib/btree_gin/expected/bool.out	2024-12-15 06:45:49.324467000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/btree_gin/regress/results/bool.out	2024-12-15 06:48:28.705652000 +0000
@@ -109,15 +109,13 @@
 (6 rows)
 
 EXPLAIN (COSTS OFF) SELECT * FROM test_bool WHERE i>true ORDER BY i;
-                QUERY PLAN                 
--------------------------------------------
+           QUERY PLAN           
+--------------------------------
  Sort
    Sort Key: i
-   ->  Bitmap Heap Scan on test_bool
-         Recheck Cond: (i > true)
-         ->  Bitmap Index Scan on idx_bool
-               Index Cond: (i > true)
-(6 rows)
+   ->  Result
+         One-Time Filter: false
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/horology.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_p...
--- /tmp/cirrus-ci-build/src/test/regress/expected/horology.out	2024-12-15 06:45:50.919748000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/horology.out	2024-12-15 06:47:11.741247000...
@@ -2541,18 +2541,17 @@
 explain (costs off)
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
-                                 QUERY PLAN                                  
------------------------------------------------------------------------------
+         QUERY PLAN         
+----------------------------
  Aggregate
    ->  Seq Scan on date_tbl
-         Filter: ((f1 >= '01-01-1997'::date) AND (f1 <= '01-01-1998'::date))
-(3 rows)
+(2 rows)
 
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
  count 
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/horology.out /tmp/cirrus-ci-build/build/testrun/recovery/027_str...
--- /tmp/cirrus-ci-build/src/test/regress/expected/horology.out	2024-12-15 06:45:50.919748000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/horology.out	2024-12-15 06:47:49.5251160...
@@ -2541,18 +2541,17 @@
 explain (costs off)
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
-                                 QUERY PLAN                                  
------------------------------------------------------------------------------
+         QUERY PLAN         
+----------------------------
  Aggregate
    ->  Seq Scan on date_tbl
-         Filter: ((f1 >= '01-01-1997'::date) AND (f1 <= '01-01-1998'::date))
-(3 rows)
+(2 rows)
 
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
  count 
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/horology.out /tmp/cirrus-ci-build/build/testrun/regress/regress/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/horology.out	2024-12-15 06:45:50.919748000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/horology.out	2024-12-15 06:47:10.895084000 +0000
@@ -2541,18 +2541,17 @@
 explain (costs off)
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
-                                 QUERY PLAN                                  
------------------------------------------------------------------------------
+         QUERY PLAN         
+----------------------------
  Aggregate
    ->  Seq Scan on date_tbl
-         Filter: ((f1 >= '01-01-1997'::date) AND (f1 <= '01-01-1998'::date))
-(3 rows)
+(2 rows)
 
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
  count 
...
tap
[06:48:16.091](68.806s) not ok 5 - regression tests pass
tap
[06:49:07.653](83.424s) not ok 2 - regression tests pass
test
[06:51:01.583]   5/315 postgresql:regress / regress/regress                                            ERROR            ...
[06:51:01.583]  60/315 postgresql:btree_gin / btree_gin/regress                                        ERROR            ...
[06:51:01.583]  93/315 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[06:51:01.583] 161/315 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/contrib/btree_gin/expected/bool.out /tmp/cirrus-ci-build/contrib/btree_gin/results/bool.ou...
--- /tmp/cirrus-ci-build/contrib/btree_gin/expected/bool.out	2024-12-15 06:45:46.784016786 +0000
+++ /tmp/cirrus-ci-build/contrib/btree_gin/results/bool.out	2024-12-15 06:48:59.077879789 +0000
@@ -109,15 +109,13 @@
 (6 rows)
 
 EXPLAIN (COSTS OFF) SELECT * FROM test_bool WHERE i>true ORDER BY i;
-                QUERY PLAN                 
--------------------------------------------
+           QUERY PLAN           
+--------------------------------
  Sort
    Sort Key: i
-   ->  Bitmap Heap Scan on test_bool
-         Recheck Cond: (i > true)
-         ->  Bitmap Index Scan on idx_bool
-               Index Cond: (i > true)
-(6 rows)
+   ->  Result
+         One-Time Filter: false
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/horology.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/horology.out	2024-12-15 06:45:48.643671326 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/horology.out	2024-12-15 06:50:06.529695801 +0000
@@ -2541,18 +2541,18 @@
 explain (costs off)
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
-                                 QUERY PLAN                                  
------------------------------------------------------------------------------
+                 QUERY PLAN                 
+--------------------------------------------
  Aggregate
    ->  Seq Scan on date_tbl
-         Filter: ((f1 >= '01-01-1997'::date) AND (f1 <= '01-01-1998'::date))
+         Filter: (f1 <= '01-01-1998'::date)
 (3 rows)
 
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
  count 
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/horology.out /tmp/cirrus-ci-build/src/test/regress/results/horol...
--- /tmp/cirrus-ci-build/src/test/regress/expected/horology.out	2024-12-15 06:45:48.643671326 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/horology.out	2024-12-15 06:48:43.121849778 +0000
@@ -2541,18 +2541,18 @@
 explain (costs off)
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
-                                 QUERY PLAN                                  
------------------------------------------------------------------------------
+                 QUERY PLAN                 
+--------------------------------------------
  Aggregate
    ->  Seq Scan on date_tbl
-         Filter: ((f1 >= '01-01-1997'::date) AND (f1 <= '01-01-1998'::date))
+         Filter: (f1 <= '01-01-1998'::date)
 (3 rows)
 
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
  count 
...
tap
[06:51:53.495](117.072s) not ok 5 - regression tests pass
Linux - Debian Bookworm - Meson
core
[06:52:56.210] #0  0x00007fe096ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:52:56.210] #1  0x00007fe096c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:52:56.210] #2  0x00007fe096c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:52:56.210] #3  0x00007fe096e1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[06:52:56.210] #4  0x00007fe096e2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[06:52:56.210] #5  0x00007fe096e0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x5652ae1d06e...
[06:52:56.210] #6  0x00005652ad488d8f in examine_self_contradictory_rels (root=root@entry=0x5652af759dc8, rel=rel@entry=...
[06:52:56.210] #7  0x00005652ad488f9e in examine_self_contradictory_rels_phase1 (root=root@entry=0x5652af759dc8) at ../s...
[06:52:56.210] #8  0x00005652ad453f41 in query_planner (root=root@entry=0x5652af759dc8, qp_callback=qp_callback@entry=0x...
[06:52:56.210] #9  0x00005652ad4669d3 in grouping_planner (root=root@entry=0x5652af759dc8, tuple_fraction=<optimized out...
core
[06:52:58.657] #0  0x00007f7fc9aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:52:58.657] #1  0x00007f7fc9a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:52:58.657] #2  0x00007f7fc9a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:52:58.657] #3  0x00007f7fc9c1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[06:52:58.657] #4  0x00007f7fc9c2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[06:52:58.657] #5  0x00007f7fc9c0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55c2f57146e...
[06:52:58.657] #6  0x000055c2f49ccd8f in examine_self_contradictory_rels (root=root@entry=0x55c2f6f4ef28, rel=rel@entry=...
[06:52:58.657] #7  0x000055c2f49ccf9e in examine_self_contradictory_rels_phase1 (root=root@entry=0x55c2f6f4ef28) at ../s...
[06:52:58.657] #8  0x000055c2f4997f41 in query_planner (root=root@entry=0x55c2f6f4ef28, qp_callback=qp_callback@entry=0x...
[06:52:58.657] #9  0x000055c2f49aa9d3 in grouping_planner (root=root@entry=0x55c2f6f4ef28, tuple_fraction=<optimized out...
core
[06:53:02.050] #0  0x00007f7fc9aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:53:02.050] #1  0x00007f7fc9a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:53:02.050] #2  0x00007f7fc9a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:53:02.050] #3  0x00007f7fc9c1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[06:53:02.050] #4  0x00007f7fc9c2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[06:53:02.050] #5  0x00007f7fc9c0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55c2f57146e...
[06:53:02.050] #6  0x000055c2f49ccd8f in examine_self_contradictory_rels (root=root@entry=0x55c2f6f4ef28, rel=rel@entry=...
[06:53:02.050] #7  0x000055c2f49ccf9e in examine_self_contradictory_rels_phase1 (root=root@entry=0x55c2f6f4ef28) at ../s...
[06:53:02.050] #8  0x000055c2f4997f41 in query_planner (root=root@entry=0x55c2f6f4ef28, qp_callback=qp_callback@entry=0x...
[06:53:02.050] #9  0x000055c2f49aa9d3 in grouping_planner (root=root@entry=0x55c2f6f4ef28, tuple_fraction=<optimized out...
core
[06:52:57.707] #0  0x00007f13fd2a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:52:57.707] #1  0x00007f13fd25afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:52:57.707] #2  0x00007f13fd245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:52:57.707] #3  0x00007f13fd41e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[06:52:57.707] #4  0x00007f13fd42aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[06:52:57.707] #5  0x00007f13fd40dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x557c5067c6e...
[06:52:57.707] #6  0x0000557c4f934d8f in examine_self_contradictory_rels (root=root@entry=0x557c5107b978, rel=rel@entry=...
[06:52:57.707] #7  0x0000557c4f934f9e in examine_self_contradictory_rels_phase1 (root=root@entry=0x557c5107b978) at ../s...
[06:52:57.707] #8  0x0000557c4f8fff41 in query_planner (root=root@entry=0x557c5107b978, qp_callback=qp_callback@entry=0x...
[06:52:57.707] #9  0x0000557c4f9129d3 in grouping_planner (root=root@entry=0x557c5107b978, tuple_fraction=<optimized out...
core
[06:53:00.253] #0  0x00007ff55631dda4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[06:53:00.253] #1  0x00007ff5562ca239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[06:53:00.253] #2  0x00007ff5562ca497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[06:53:00.253] #3  0x000055c0985ae5c1 in ?? ()
[06:53:00.253] #4  0x000055c0985a8369 in ?? ()
[06:53:00.253] #5  0x000055c0985a720f in ?? ()
[06:53:00.253] #6  0x000055c0985a7c3b in ?? ()
[06:53:00.253] #7  0x000055c0985a566f in ?? ()
[06:53:00.253] #8  0x00007ff5562b524a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:53:00.253] #9  0x00007ff5562b5305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:52:54.798] #0  0x00007f2c4cea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:52:54.798] #1  0x00007f2c4ce5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:52:54.798] #2  0x00007f2c4ce45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:52:54.798] #3  0x00007f2c4d01e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[06:52:54.798] #4  0x00007f2c4d02aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[06:52:54.798] #5  0x00007f2c4d00dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55d84ada06e...
[06:52:54.798] #6  0x000055d84a058d8f in examine_self_contradictory_rels (root=root@entry=0x55d84d3cb6d8, rel=rel@entry=...
[06:52:54.798] #7  0x000055d84a058f9e in examine_self_contradictory_rels_phase1 (root=root@entry=0x55d84d3cb6d8) at ../s...
[06:52:54.798] #8  0x000055d84a023f41 in query_planner (root=root@entry=0x55d84d3cb6d8, qp_callback=qp_callback@entry=0x...
[06:52:54.798] #9  0x000055d84a0369d3 in grouping_planner (root=root@entry=0x55d84d3cb6d8, tuple_fraction=<optimized out...
core
[06:53:03.369] #0  0x00007fe096ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:53:03.369] #1  0x00007fe096c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:53:03.369] #2  0x00007fe096c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:53:03.369] #3  0x00007fe096e1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[06:53:03.369] #4  0x00007fe096e2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[06:53:03.369] #5  0x00007fe096e0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x5652ae1d06e...
[06:53:03.369] #6  0x00005652ad488d8f in examine_self_contradictory_rels (root=root@entry=0x5652af639408, rel=rel@entry=...
[06:53:03.369] #7  0x00005652ad488f9e in examine_self_contradictory_rels_phase1 (root=root@entry=0x5652af639408) at ../s...
[06:53:03.369] #8  0x00005652ad453f41 in query_planner (root=root@entry=0x5652af639408, qp_callback=qp_callback@entry=0x...
[06:53:03.369] #9  0x00005652ad4669d3 in grouping_planner (root=root@entry=0x5652af639408, tuple_fraction=<optimized out...
core
[06:53:03.504] #0  <unavailable> in ?? ()
core
[06:53:03.504] #0  0x00007ff55631dda4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[06:53:03.504] #1  0x00007ff5562ca239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[06:53:03.504] #2  0x00007ff5562ca497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[06:53:03.504] #3  0x000055c0985ae5f3 in ?? ()
[06:53:03.504] #4  0x000055c0985a8369 in ?? ()
[06:53:03.504] #5  0x000055c0985a720f in ?? ()
[06:53:03.504] #6  0x000055c0985a7c3b in ?? ()
[06:53:03.504] #7  0x000055c0985a566f in ?? ()
[06:53:03.504] #8  0x00007ff5562b524a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:53:03.504] #9  0x00007ff5562b5305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:53:00.115] #0  0x00007fe096ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:53:00.115] #1  0x00007fe096c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:53:00.115] #2  0x00007fe096c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:53:00.115] #3  0x00007fe096e1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[06:53:00.115] #4  0x00007fe096e2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[06:53:00.115] #5  0x00007fe096e0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x5652ae1d06e...
[06:53:00.115] #6  0x00005652ad488d8f in examine_self_contradictory_rels (root=root@entry=0x5652af82df08, rel=rel@entry=...
[06:53:00.115] #7  0x00005652ad488f9e in examine_self_contradictory_rels_phase1 (root=root@entry=0x5652af82df08) at ../s...
[06:53:00.115] #8  0x00005652ad453f41 in query_planner (root=root@entry=0x5652af82df08, qp_callback=qp_callback@entry=0x...
[06:53:00.115] #9  0x00005652ad4669d3 in grouping_planner (root=root@entry=0x5652af82df08, tuple_fraction=<optimized out...
core
[06:53:01.567] #0  0x00007fe096ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:53:01.567] #1  0x00007fe096c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:53:01.567] #2  0x00007fe096c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:53:01.567] #3  0x00007fe096e1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[06:53:01.567] #4  0x00007fe096e2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[06:53:01.567] #5  0x00007fe096e0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x5652ae1d06e...
[06:53:01.567] #6  0x00005652ad488d8f in examine_self_contradictory_rels (root=root@entry=0x5652af7adcd8, rel=rel@entry=...
[06:53:01.567] #7  0x00005652ad488f9e in examine_self_contradictory_rels_phase1 (root=root@entry=0x5652af7adcd8) at ../s...
[06:53:01.567] #8  0x00005652ad453f41 in query_planner (root=root@entry=0x5652af7adcd8, qp_callback=qp_callback@entry=0x...
[06:53:01.567] #9  0x00005652ad4669d3 in grouping_planner (root=root@entry=0x5652af7adcd8, tuple_fraction=<optimized out...
core
[06:52:58.201] #0  0x00007f7fc9aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:52:58.201] #1  0x00007f7fc9a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:52:58.201] #2  0x00007f7fc9a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:52:58.201] #3  0x00007f7fc9c1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[06:52:58.201] #4  0x00007f7fc9c2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[06:52:58.201] #5  0x00007f7fc9c0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55c2f57146e...
[06:52:58.201] #6  0x000055c2f49ccd8f in examine_self_contradictory_rels (root=root@entry=0x55c2f6f4ef28, rel=rel@entry=...
[06:52:58.201] #7  0x000055c2f49ccf9e in examine_self_contradictory_rels_phase1 (root=root@entry=0x55c2f6f4ef28) at ../s...
[06:52:58.201] #8  0x000055c2f4997f41 in query_planner (root=root@entry=0x55c2f6f4ef28, qp_callback=qp_callback@entry=0x...
[06:52:58.201] #9  0x000055c2f49aa9d3 in grouping_planner (root=root@entry=0x55c2f6f4ef28, tuple_fraction=<optimized out...
regress
diff -U3 /tmp/cirrus-ci-build/contrib/btree_gin/expected/bool.out /tmp/cirrus-ci-build/build/testrun/btree_gin/regress/r...
--- /tmp/cirrus-ci-build/contrib/btree_gin/expected/bool.out	2024-12-15 06:45:44.348833170 +0000
+++ /tmp/cirrus-ci-build/build/testrun/btree_gin/regress/results/bool.out	2024-12-15 06:49:55.196344910 +0000
@@ -109,15 +109,13 @@
 (6 rows)
 
 EXPLAIN (COSTS OFF) SELECT * FROM test_bool WHERE i>true ORDER BY i;
-                QUERY PLAN                 
--------------------------------------------
+           QUERY PLAN           
+--------------------------------
  Sort
    Sort Key: i
-   ->  Bitmap Heap Scan on test_bool
-         Recheck Cond: (i > true)
-         ->  Bitmap Index Scan on idx_bool
-               Index Cond: (i > true)
-(6 rows)
+   ->  Result
+         One-Time Filter: false
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/horology.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_p...
--- /tmp/cirrus-ci-build/src/test/regress/expected/horology.out	2024-12-15 06:45:46.228833239 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/horology.out	2024-12-15 06:49:12.580464688...
@@ -2541,1334 +2541,7 @@
 explain (costs off)
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
-                                 QUERY PLAN                                  
------------------------------------------------------------------------------
- Aggregate
-   ->  Seq Scan on date_tbl
-         Filter: ((f1 >= '01-01-1997'::date) AND (f1 <= '01-01-1998'::date))
-(3 rows)
-
-select count(*) from date_tbl
-  where f1 between symmetric '1997-01-01' and '1998-01-01';
- count 
--------
-     3
-(1 row)
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/horology.out /tmp/cirrus-ci-build/build/testrun/recovery/027_str...
--- /tmp/cirrus-ci-build/src/test/regress/expected/horology.out	2024-12-15 06:45:46.228833239 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/horology.out	2024-12-15 06:49:38.8203865...
@@ -2541,1334 +2541,7 @@
 explain (costs off)
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
-                                 QUERY PLAN                                  
------------------------------------------------------------------------------
- Aggregate
-   ->  Seq Scan on date_tbl
-         Filter: ((f1 >= '01-01-1997'::date) AND (f1 <= '01-01-1998'::date))
-(3 rows)
-
-select count(*) from date_tbl
-  where f1 between symmetric '1997-01-01' and '1998-01-01';
- count 
--------
-     3
-(1 row)
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/horology.out /tmp/cirrus-ci-build/build/testrun/regress/regress/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/horology.out	2024-12-15 06:45:46.228833239 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/horology.out	2024-12-15 06:49:07.992466162 +0000
@@ -2541,1334 +2541,7 @@
 explain (costs off)
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
-                                 QUERY PLAN                                  
------------------------------------------------------------------------------
- Aggregate
-   ->  Seq Scan on date_tbl
-         Filter: ((f1 >= '01-01-1997'::date) AND (f1 <= '01-01-1998'::date))
-(3 rows)
-
-select count(*) from date_tbl
-  where f1 between symmetric '1997-01-01' and '1998-01-01';
- count 
--------
-     3
-(1 row)
...
tap
[06:50:23.512](0.659s) not ok 20 - pg_amcheck of db1.s1 excluding indexes status (got 1 vs expected 0)
[06:50:23.513](0.000s) not ok 22 - pg_amcheck of db1.s1 excluding indexes stderr /(?^:^$)/
[06:50:24.043](0.530s) not ok 23 - pg_amcheck of db2.s1 excluding indexes status (got 1 vs expected 2)
[06:50:24.043](0.000s) not ok 24 - pg_amcheck of db2.s1 excluding indexes stdout /(?^:could not open file ".*": No such ...
[06:50:24.044](0.000s) not ok 25 - pg_amcheck of db2.s1 excluding indexes stderr /(?^:^$)/
[06:50:24.818](0.363s) not ok 43 - pg_amcheck over schema s1 with all indexes excluded reports no corruption status (got...
[06:50:24.818](0.000s) not ok 45 - pg_amcheck over schema s1 with all indexes excluded reports no corruption stderr /(?^...
[06:50:26.161](0.317s) not ok 70 - pg_amcheck excluding all corrupt schemas with --checkunique option status (got 1 vs e...
[06:50:26.161](0.000s) not ok 71 - pg_amcheck excluding all corrupt schemas with --checkunique option stdout /(?^:^$)/
[06:50:26.162](0.000s) not ok 72 - pg_amcheck excluding all corrupt schemas with --checkunique option stderr /(?^:^$)/
tap
[06:49:20.274](13.150s) not ok 5 - regression tests pass
[06:49:21.947](1.653s) not ok 6 - dump before running pg_upgrade
tap
[06:49:43.841](10.025s) not ok 2 - regression tests pass
test
[06:51:53.217]  15/315 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[06:51:53.217]   6/315 postgresql:regress / regress/regress                                            ERROR            ...
[06:51:53.217]  40/315 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[06:51:53.217]  62/315 postgresql:btree_gin / btree_gin/regress                                        ERROR            ...
[06:51:53.217] 153/315 postgresql:pg_amcheck / pg_amcheck/003_check                                    ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/contrib/btree_gin/expected/bool.out /Users/admin/pgsql/build/testrun/btree_gin/regress/resul...
--- /Users/admin/pgsql/contrib/btree_gin/expected/bool.out	2024-12-15 06:45:08
+++ /Users/admin/pgsql/build/testrun/btree_gin/regress/results/bool.out	2024-12-15 06:48:22
@@ -109,15 +109,13 @@
 (6 rows)
 
 EXPLAIN (COSTS OFF) SELECT * FROM test_bool WHERE i>true ORDER BY i;
-                QUERY PLAN                 
--------------------------------------------
+           QUERY PLAN           
+--------------------------------
  Sort
    Sort Key: i
-   ->  Bitmap Heap Scan on test_bool
-         Recheck Cond: (i > true)
-         ->  Bitmap Index Scan on idx_bool
-               Index Cond: (i > true)
-(6 rows)
+   ->  Result
+         One-Time Filter: false
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/horology.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_up...
--- /Users/admin/pgsql/src/test/regress/expected/horology.out	2024-12-15 06:45:10
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/horology.out	2024-12-15 06:47:02
@@ -2541,18 +2541,17 @@
 explain (costs off)
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
-                                 QUERY PLAN                                  
------------------------------------------------------------------------------
+         QUERY PLAN         
+----------------------------
  Aggregate
    ->  Seq Scan on date_tbl
-         Filter: ((f1 >= '01-01-1997'::date) AND (f1 <= '01-01-1998'::date))
-(3 rows)
+(2 rows)
 
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
  count 
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/horology.out /Users/admin/pgsql/build/testrun/recovery/027_stream_...
--- /Users/admin/pgsql/src/test/regress/expected/horology.out	2024-12-15 06:45:10
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/horology.out	2024-12-15 06:47:49
@@ -2541,18 +2541,17 @@
 explain (costs off)
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
-                                 QUERY PLAN                                  
------------------------------------------------------------------------------
+         QUERY PLAN         
+----------------------------
  Aggregate
    ->  Seq Scan on date_tbl
-         Filter: ((f1 >= '01-01-1997'::date) AND (f1 <= '01-01-1998'::date))
-(3 rows)
+(2 rows)
 
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
  count 
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/horology.out /Users/admin/pgsql/build/testrun/regress/regress/resu...
--- /Users/admin/pgsql/src/test/regress/expected/horology.out	2024-12-15 06:45:10
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/horology.out	2024-12-15 06:47:01
@@ -2541,18 +2541,17 @@
 explain (costs off)
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
-                                 QUERY PLAN                                  
------------------------------------------------------------------------------
+         QUERY PLAN         
+----------------------------
  Aggregate
    ->  Seq Scan on date_tbl
-         Filter: ((f1 >= '01-01-1997'::date) AND (f1 <= '01-01-1998'::date))
-(3 rows)
+(2 rows)
 
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
  count 
...
tap
[06:47:43.220](44.473s) not ok 5 - regression tests pass
tap
[06:48:36.799](53.024s) not ok 2 - regression tests pass
test
[06:50:26.328]  28/315 postgresql:regress / regress/regress                                            ERROR            ...
[06:50:26.328]  48/315 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[06:50:26.328]  59/315 postgresql:btree_gin / btree_gin/regress                                        ERROR            ...
[06:50:26.328] 144/315 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/contrib/btree_gin/expected/bool.out C:/cirrus/build/testrun/btree_gin/regress/res...
--- C:/cirrus/contrib/btree_gin/expected/bool.out	2024-12-15 06:45:58.175837500 +0000
+++ C:/cirrus/build/testrun/btree_gin/regress/results/bool.out	2024-12-15 06:52:10.781389500 +0000
@@ -109,15 +109,13 @@
 (6 rows)
 
 EXPLAIN (COSTS OFF) SELECT * FROM test_bool WHERE i>true ORDER BY i;
-                QUERY PLAN                 
--------------------------------------------
+           QUERY PLAN           
+--------------------------------
  Sort
    Sort Key: i
-   ->  Bitmap Heap Scan on test_bool
-         Recheck Cond: (i > true)
-         ->  Bitmap Index Scan on idx_bool
-               Index Cond: (i > true)
-(6 rows)
+   ->  Result
+         One-Time Filter: false
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/horology.out C:/cirrus/build/testrun/pg_upgrade/002_pg_...
--- C:/cirrus/src/test/regress/expected/horology.out	2024-12-15 06:46:02.899571700 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/horology.out	2024-12-15 06:48:19.413790700 +0000
@@ -2541,18 +2541,17 @@
 explain (costs off)
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
-                                 QUERY PLAN                                  
------------------------------------------------------------------------------
+         QUERY PLAN         
+----------------------------
  Aggregate
    ->  Seq Scan on date_tbl
-         Filter: ((f1 >= '01-01-1997'::date) AND (f1 <= '01-01-1998'::date))
-(3 rows)
+(2 rows)
 
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
  count 
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/horology.out C:/cirrus/build/testrun/recovery/027_strea...
--- C:/cirrus/src/test/regress/expected/horology.out	2024-12-15 06:46:02.899571700 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/horology.out	2024-12-15 06:50:35.328704500 +0000
@@ -2541,18 +2541,17 @@
 explain (costs off)
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
-                                 QUERY PLAN                                  
------------------------------------------------------------------------------
+         QUERY PLAN         
+----------------------------
  Aggregate
    ->  Seq Scan on date_tbl
-         Filter: ((f1 >= '01-01-1997'::date) AND (f1 <= '01-01-1998'::date))
-(3 rows)
+(2 rows)
 
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
  count 
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/horology.out C:/cirrus/build/testrun/regress/regress/re...
--- C:/cirrus/src/test/regress/expected/horology.out	2024-12-15 06:46:02.899571700 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/horology.out	2024-12-15 06:48:12.486669000 +0000
@@ -2541,18 +2541,17 @@
 explain (costs off)
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
-                                 QUERY PLAN                                  
------------------------------------------------------------------------------
+         QUERY PLAN         
+----------------------------
  Aggregate
    ->  Seq Scan on date_tbl
-         Filter: ((f1 >= '01-01-1997'::date) AND (f1 <= '01-01-1998'::date))
-(3 rows)
+(2 rows)
 
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
  count 
...
tap
[06:50:10.420](122.900s) not ok 5 - regression tests pass
tap
[06:52:26.675](125.892s) not ok 2 - regression tests pass
test
[06:59:59.658]   6/310 postgresql:regress / regress/regress                                            ERROR           1...
[06:59:59.658]  37/310 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[06:59:59.658]  62/310 postgresql:btree_gin / btree_gin/regress                                        ERROR            ...
[06:59:59.658]  91/310 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5410 Disable installcheck for tap and regress tests for injection_points module
FreeBSD - 13 - Meson
assertion
TRAP: failed Assert("TransactionIdIsValid(proc->xid)"), File: "../src/backend/storage/ipc/procarray.c", Line: 677, PID: ...
core
[05:44:24.121] #0  0x000000082bf9141a in thr_kill () from /lib/libc.so.7
[05:44:24.121] #1  0x000000082bf0ae64 in raise () from /lib/libc.so.7
[05:44:24.121] #2  0x000000082bfbb6f9 in abort () from /lib/libc.so.7
[05:44:24.121] #3  0x0000000000aa1e65 in ExceptionalCondition (conditionName=0x361197 "TransactionIdIsValid(proc->xid)",...
[05:44:24.121] #4  0x0000000000918d2d in ProcArrayEndTransaction (proc=0x8422f4af8, latestXid=latestXid@entry=750) at .....
[05:44:24.121] #5  0x0000000000660d6f in AbortTransaction () at ../src/backend/access/transam/xact.c:2946
[05:44:24.121] #6  0x000000000065e97a in AbortCurrentTransactionInternal () at ../src/backend/access/transam/xact.c:3598
[05:44:24.121] #7  AbortCurrentTransaction () at ../src/backend/access/transam/xact.c:3449
[05:44:24.121] #8  0x000000000094546e in PostgresMain (dbname=<optimized out>, username=<optimized out>) at ../src/backe...
[05:44:24.121] #9  0x00000000009406a9 in BackendMain (startup_data=<optimized out>, startup_data_len=<optimized out>) at...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/crash.out /tmp/cirrus-ci-build/build/testrun/in...
--- /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/crash.out	2024-12-15 05:39:09.989531000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/injection_points/isolation/results/crash.out	2024-12-15 05:41:22.852407000 +0000
@@ -23,4 +23,10 @@
 
 step c2: COMMIT;
 ERROR:  could not serialize access due to read/write dependencies among transactions
+s2: WARNING:  AbortTransaction while in ABORT state
+ERROR:  ResourceOwnerEnlarge called after release started
+server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
+
 step c3: COMMIT;
diff -U3 /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/inplace.out /tmp/cirrus-ci-build/build/testrun/...
--- /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/inplace.out	2024-12-15 05:39:09.989708000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/injection_points/isolation/results/inplace.out	2024-12-15 05:41:22.889658000 +000...
@@ -1,340 +1,2 @@
 Parsed test spec with 3 sessions
-
...
test
[05:43:15.300] 111/315 postgresql:injection_points / injection_points/isolation                        ERROR            ...
Linux - Debian Bookworm - Autoconf
assertion
TRAP: failed Assert("TransactionIdIsValid(proc->xid)"), File: "procarray.c", Line: 677, PID: 29828
core
[05:48:42.435] #0  <unavailable> in ?? ()
core
[05:48:42.435] #0  0x00007f28f729cda4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[05:48:42.435] #1  0x00007f28f7249239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[05:48:42.435] #2  0x00007f28f7249497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[05:48:42.435] #3  0x000055976f0885f3 in ?? ()
[05:48:42.435] #4  0x000055976f082369 in ?? ()
[05:48:42.435] #5  0x000055976f08120f in ?? ()
[05:48:42.435] #6  0x000055976f081c3b in ?? ()
[05:48:42.435] #7  0x000055976f07f66f in ?? ()
[05:48:42.435] #8  0x00007f28f723424a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:48:42.435] #9  0x00007f28f7234305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:48:42.301] #0  0x00007f82f16abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:48:42.301] #1  0x00007f82f165cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:48:42.301] #2  0x00007f82f1647472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:48:42.301] #3  0x0000562e9ae345d3 in ExceptionalCondition (conditionName=conditionName@entry=0x562e9b1e87c0 "Transac...
[05:48:42.301] #4  0x0000562e9aab7e03 in ProcArrayEndTransaction (proc=0x7f82ed445440, latestXid=750) at procarray.c:677
[05:48:42.301] #5  0x0000562e9a2e5378 in AbortTransaction () at xact.c:2946
[05:48:42.301] #6  0x0000562e9a2e6cca in AbortCurrentTransactionInternal () at xact.c:3531
[05:48:42.301] #7  0x0000562e9a2e6e09 in AbortCurrentTransaction () at xact.c:3449
[05:48:42.301] #8  0x0000562e9ab2378d in PostgresMain (dbname=dbname@entry=0x62900001b3a8 "isolation_regression", userna...
[05:48:42.301] #9  0x0000562e9ab1613e in BackendMain (startup_data=startup_data@entry=0x7ffcd3f115e0 "", startup_data_le...
core
[05:48:41.809] #0  0x00007f28f729cda4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[05:48:41.809] #1  0x00007f28f7249239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[05:48:41.809] #2  0x00007f28f7249497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[05:48:41.809] #3  0x000055976f0885c1 in ?? ()
[05:48:41.809] #4  0x000055976f082369 in ?? ()
[05:48:41.809] #5  0x000055976f08120f in ?? ()
[05:48:41.809] #6  0x000055976f081c3b in ?? ()
[05:48:41.809] #7  0x000055976f07f66f in ?? ()
[05:48:41.809] #8  0x00007f28f723424a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:48:41.809] #9  0x00007f28f7234305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/crash.out /tmp/cirrus-ci-build/src/test/modules...
--- /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/crash.out	2024-12-15 05:39:10.461104652 +0000
+++ /tmp/cirrus-ci-build/src/test/modules/injection_points/output_iso/results/crash.out	2024-12-15 05:42:43.325570247 +0...
@@ -23,4 +23,10 @@
 
 step c2: COMMIT;
 ERROR:  could not serialize access due to read/write dependencies among transactions
+s2: WARNING:  AbortTransaction while in ABORT state
+ERROR:  ResourceOwnerEnlarge called after release started
+server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
+
 step c3: COMMIT;
diff -U3 /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/inplace.out /tmp/cirrus-ci-build/src/test/modul...
--- /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/inplace.out	2024-12-15 05:39:10.461104652 +0000
+++ /tmp/cirrus-ci-build/src/test/modules/injection_points/output_iso/results/inplace.out	2024-12-15 05:42:43.933574837 ...
@@ -14,327 +14,6 @@
 step vac1: VACUUM vactest.orig50;  -- wait during inplace update <waiting ...>
 step grant2: GRANT SELECT ON TABLE vactest.orig50 TO PUBLIC;
...
Linux - Debian Bookworm - Meson
assertion
TRAP: failed Assert("TransactionIdIsValid(proc->xid)"), File: "../src/backend/storage/ipc/procarray.c", Line: 677, PID: ...
core
[05:44:55.317] #0  0x00007f8e13ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:44:55.317] #1  0x00007f8e13e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:44:55.317] #2  0x00007f8e13e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:44:55.317] #3  0x000055a33581d38c in ExceptionalCondition (conditionName=conditionName@entry=0x55a335ad9488 "Transac...
[05:44:55.317] #4  0x000055a33552dc12 in ProcArrayEndTransaction (proc=0x7f8e112cdac0, latestXid=750) at ../src/backend/...
[05:44:55.317] #5  0x000055a334f8fd09 in AbortTransaction () at ../src/backend/access/transam/xact.c:2946
[05:44:55.317] #6  0x000055a334f90d00 in AbortCurrentTransactionInternal () at ../src/backend/access/transam/xact.c:3531
[05:44:55.317] #7  0x000055a334f90da4 in AbortCurrentTransaction () at ../src/backend/access/transam/xact.c:3449
[05:44:55.317] #8  0x000055a3355889a7 in PostgresMain (dbname=<optimized out>, username=<optimized out>) at ../src/backe...
[05:44:55.317] #9  0x000055a33557eb33 in BackendMain (startup_data=<optimized out>, startup_data_len=<optimized out>) at...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/crash.out /tmp/cirrus-ci-build/build/testrun/in...
--- /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/crash.out	2024-12-15 05:39:11.647020429 +0000
+++ /tmp/cirrus-ci-build/build/testrun/injection_points/isolation/results/crash.out	2024-12-15 05:41:54.607484106 +0000
@@ -23,4 +23,10 @@
 
 step c2: COMMIT;
 ERROR:  could not serialize access due to read/write dependencies among transactions
+s2: WARNING:  AbortTransaction while in ABORT state
+ERROR:  ResourceOwnerEnlarge called after release started
+server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
+
 step c3: COMMIT;
diff -U3 /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/inplace.out /tmp/cirrus-ci-build/build/testrun/...
--- /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/inplace.out	2024-12-15 05:39:11.647020429 +0000
+++ /tmp/cirrus-ci-build/build/testrun/injection_points/isolation/results/inplace.out	2024-12-15 05:41:55.131485029 +000...
@@ -47,294 +47,6 @@
 
 
...
test
[05:43:55.547] 315/315 postgresql:injection_points / injection_points/isolation                        ERROR           1...
macOS - Sonoma - Meson
assertion
TRAP: failed Assert("TransactionIdIsValid(proc->xid)"), File: "../src/backend/storage/ipc/procarray.c", Line: 677, PID: ...
core
[05:47:07.437]   * frame #0: 0x00000001880d15f0 libsystem_kernel.dylib`__pthread_kill + 8
[05:47:07.437]     frame #1: 0x0000000188109c20 libsystem_pthread.dylib`pthread_kill + 288
[05:47:07.437]     frame #2: 0x0000000188016a30 libsystem_c.dylib`abort + 180
[05:47:07.437]     frame #3: 0x00000001044a94c4 postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[05:47:07.437]     frame #4: 0x000000010434d52c postgres`ProcArrayEndTransaction(proc=0x00000001128b6f78, latestXid=<una...
[05:47:07.437]     frame #5: 0x00000001040fe104 postgres`AbortTransaction at xact.c:2946:2
[05:47:07.437]     frame #6: 0x00000001040fc6e8 postgres`AbortCurrentTransaction [inlined] AbortCurrentTransactionIntern...
[05:47:07.437]     frame #7: 0x00000001040fc6b8 postgres`AbortCurrentTransaction at xact.c:3449:10
[05:47:07.437]     frame #8: 0x00000001043758fc postgres`PostgresMain(dbname=<unavailable>, username=<unavailable>) at p...
[05:47:07.437]     frame #9: 0x0000000104371660 postgres`BackendMain(startup_data=<unavailable>, startup_data_len=<unava...
regress
diff -U3 /Users/admin/pgsql/src/test/modules/injection_points/expected/crash.out /Users/admin/pgsql/build/testrun/inject...
--- /Users/admin/pgsql/src/test/modules/injection_points/expected/crash.out	2024-12-15 05:39:12
+++ /Users/admin/pgsql/build/testrun/injection_points/isolation/results/crash.out	2024-12-15 05:42:20
@@ -23,4 +23,16 @@
 
 step c2: COMMIT;
 ERROR:  could not serialize access due to read/write dependencies among transactions
-step c3: COMMIT;
+s2: WARNING:  AbortTransaction while in ABORT state
+ERROR:  ResourceOwnerEnlarge called after release started
+server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
+
+s3: WARNING:  terminating connection because of crash of another server process
+DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because anothe...
+HINT:  In a moment you should be able to reconnect to the database and repeat your command.
+PQconsumeInput failed: server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
...
test
[05:44:05.199] 139/315 postgresql:injection_points / injection_points/isolation                        ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
assertion
TRAP: failed Assert("TransactionIdIsValid(proc->xid)"), File: "../src/backend/storage/ipc/procarray.c", Line: 677, PID: ...
core
0000001e`b3dffa28 00007ffb`520cd71e     ntdll!NtWaitForSingleObject+0x14
0000001e`b3dffa30 00007ff7`7d398d4c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000001e`b3dffad0 00007ffb`538d4cb0     postgres!pg_timer_thread(
0000001e`b3dffb10 00007ffb`548bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000001e`b3dffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001e`b41ffb98 00007ffb`5484b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001e`b41ffba0 00007ffb`538d4cb0     ntdll!TppWorkerThread+0x2df
0000001e`b41ffe90 00007ffb`548bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000001e`b41ffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001e`b31ff8b0 00007ff7`7d6e4a08     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000001e`b31ff8f0 00007ff7`7d467dcc     postgres!ExceptionalCondition(
0000001e`b31ff930 00007ff7`7d00c593     postgres!ProcArrayEndTransaction(
0000001e`b31ff960 00007ff7`7d00de33     postgres!AbortTransaction(void)+0x223 [c:\cirrus\src\backend\access\transam\xact...
0000001e`b31ff9b0 00007ff7`7d008989     postgres!AbortCurrentTransactionInternal(void)+0xc3 [c:\cirrus\src\backend\acces...
0000001e`b31ff9f0 00007ff7`7d4a9e1a     postgres!AbortCurrentTransaction(void)+0x9 [c:\cirrus\src\backend\access\transam...
0000001e`b31ffa20 00007ff7`7d4a408d     postgres!PostgresMain(
0000001e`b31ffc30 00007ff7`7d3a2e77     postgres!BackendMain(
0000001e`b31ffc70 00007ff7`7d25ed24     postgres!SubPostmasterMain(
0000001e`b31ffce0 00007ff7`7d85a819     postgres!main(
core
0000001e`b35ff5f8 00007ffb`5484b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001e`b35ff600 00007ffb`538d4cb0     ntdll!TppWorkerThread+0x2df
0000001e`b35ff8f0 00007ffb`548bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000001e`b35ff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001e`b39ff968 00007ffb`521145ca     ntdll!NtFsControlFile+0x14
0000001e`b39ff970 00007ff7`7d3972ab     KERNELBASE!ConnectNamedPipe+0x6a
0000001e`b39ff9e0 00007ffb`538d4cb0     postgres!pg_signal_thread(
0000001e`b39ffae0 00007ffb`548bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000001e`b39ffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/modules/injection_points/expected/crash.out C:/cirrus/build/testrun/inje...
--- C:/cirrus/src/test/modules/injection_points/expected/crash.out	2024-12-15 05:39:29.279594500 +0000
+++ C:/cirrus/build/testrun/injection_points/isolation/results/crash.out	2024-12-15 05:45:36.335717100 +0000
@@ -23,4 +23,10 @@
 
 step c2: COMMIT;
 ERROR:  could not serialize access due to read/write dependencies among transactions
+ERROR:  ResourceOwnerEnlarge called after release started
+s2: WARNING:  AbortTransaction while in ABORT state
+server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
+
 step c3: COMMIT;
test
[05:51:47.667] 112/310 postgresql:injection_points / injection_points/isolation                        ERROR            ...
51/5117 VACUUM FULL / CLUSTER CONCURRENTLY
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/cluster.out /tmp/cirrus-ci-build/build/testrun/...
--- /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/cluster.out	2024-12-15 02:03:38.192710000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/injection_points-running/isolation/results/cluster.out	2024-12-15 02:08:13.867740...
@@ -8,7 +8,8 @@
 
 step wait_before_lock: 
 	CLUSTER (CONCURRENTLY) clstr_test USING clstr_test_pkey;
- <waiting ...>
+
+ERROR:  logical decoding requires "wal_level" >= "logical"
 step change_existing: 
 	UPDATE clstr_test SET i=10 where i=1;
 	UPDATE clstr_test SET j=20 where i=2;
@@ -63,12 +64,7 @@
 step wakeup_before_lock: 
 	SELECT injection_points_wakeup('cluster-concurrently-before-lock');
 
-injection_points_wakeup
------------------------
-                       
...
test
[02:08:43.737] 71/76 postgresql:injection_points-running / injection_points-running/isolation     ERROR             4.22...
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[01:42:00.693] ../src/backend/commands/cluster.c(4401): warning C4129: '%': unrecognized character escape sequence
51/4904 SQL Property Graph Queries (SQL/PGQ)
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/rowsecurity.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/00...
--- /tmp/cirrus-ci-build/src/test/regress/expected/rowsecurity.out	2024-12-15 01:17:09.361916000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/rowsecurity.out	2024-12-15 01:19:32.862915...
@@ -344,6 +344,7 @@
 EXPLAIN (COSTS OFF) SELECT * FROM GRAPH_TABLE (acc_cat
                             MATCH (u : uaccount)-[d : document WHERE f_leak(d.dtitle)]->(c : category)
                             COLUMNS (u.pguser, d.did, d.dlevel, d.dtitle, c.cid, c.cname)) ORDER BY did;
+WARNING:  outfuncs/readfuncs failed to produce an equal rewritten parse tree
                                       QUERY PLAN                                      
 --------------------------------------------------------------------------------------
  Sort
@@ -451,6 +452,7 @@
 EXPLAIN (COSTS OFF) SELECT * FROM GRAPH_TABLE (acc_cat
                             MATCH (u : uaccount)-[d : document WHERE f_leak(d.dtitle)]->(c : category)
                             COLUMNS (u.pguser, d.did, d.dlevel, d.dtitle, c.cid, c.cname)) ORDER BY did;
+WARNING:  outfuncs/readfuncs failed to produce an equal rewritten parse tree
                                                                 QUERY PLAN                                             ...
 -----------------------------------------------------------------------------------------------------------------------...
  Sort
@@ -590,6 +592,7 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/rowsecurity.out /tmp/cirrus-ci-build/build/testrun/recovery/027_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/rowsecurity.out	2024-12-15 01:17:09.361916000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/rowsecurity.out	2024-12-15 01:20:11.4143...
@@ -344,6 +344,7 @@
 EXPLAIN (COSTS OFF) SELECT * FROM GRAPH_TABLE (acc_cat
                             MATCH (u : uaccount)-[d : document WHERE f_leak(d.dtitle)]->(c : category)
                             COLUMNS (u.pguser, d.did, d.dlevel, d.dtitle, c.cid, c.cname)) ORDER BY did;
+WARNING:  outfuncs/readfuncs failed to produce an equal rewritten parse tree
                                       QUERY PLAN                                      
 --------------------------------------------------------------------------------------
  Sort
@@ -451,6 +452,7 @@
 EXPLAIN (COSTS OFF) SELECT * FROM GRAPH_TABLE (acc_cat
                             MATCH (u : uaccount)-[d : document WHERE f_leak(d.dtitle)]->(c : category)
                             COLUMNS (u.pguser, d.did, d.dlevel, d.dtitle, c.cid, c.cname)) ORDER BY did;
+WARNING:  outfuncs/readfuncs failed to produce an equal rewritten parse tree
                                                                 QUERY PLAN                                             ...
 -----------------------------------------------------------------------------------------------------------------------...
  Sort
@@ -590,6 +592,7 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/rowsecurity.out /tmp/cirrus-ci-build/build/testrun/regress/regre...
--- /tmp/cirrus-ci-build/src/test/regress/expected/rowsecurity.out	2024-12-15 01:17:09.361916000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/rowsecurity.out	2024-12-15 01:19:30.511068000 +0000
@@ -344,6 +344,7 @@
 EXPLAIN (COSTS OFF) SELECT * FROM GRAPH_TABLE (acc_cat
                             MATCH (u : uaccount)-[d : document WHERE f_leak(d.dtitle)]->(c : category)
                             COLUMNS (u.pguser, d.did, d.dlevel, d.dtitle, c.cid, c.cname)) ORDER BY did;
+WARNING:  outfuncs/readfuncs failed to produce an equal rewritten parse tree
                                       QUERY PLAN                                      
 --------------------------------------------------------------------------------------
  Sort
@@ -451,6 +452,7 @@
 EXPLAIN (COSTS OFF) SELECT * FROM GRAPH_TABLE (acc_cat
                             MATCH (u : uaccount)-[d : document WHERE f_leak(d.dtitle)]->(c : category)
                             COLUMNS (u.pguser, d.did, d.dlevel, d.dtitle, c.cid, c.cname)) ORDER BY did;
+WARNING:  outfuncs/readfuncs failed to produce an equal rewritten parse tree
                                                                 QUERY PLAN                                             ...
 -----------------------------------------------------------------------------------------------------------------------...
  Sort
@@ -590,6 +592,7 @@
...
tap
[01:20:10.285](64.139s) not ok 5 - regression tests pass
tap
[01:20:51.469](70.012s) not ok 2 - regression tests pass
test
[01:22:48.941]  28/315 postgresql:regress / regress/regress                                            ERROR            ...
[01:22:48.941]  90/315 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[01:22:48.941] 152/315 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/graph_table.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_chec...
--- /tmp/cirrus-ci-build/src/test/regress/expected/graph_table.out	2024-12-15 01:17:07.599890411 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/graph_table.out	2024-12-15 01:25:06.085667212 +0000
@@ -536,8 +536,8 @@
 SELECT * FROM GRAPH_TABLE (g1 MATCH (a)-[b]->(a)-[b]->(a) COLUMNS (a.vname AS self, b.ename AS loop_name)) ORDER BY loo...
  self | loop_name 
 ------+-----------
- v33  | e331
  v33  | E331
+ v33  | e331
 (2 rows)
 
 SELECT * FROM GRAPH_TABLE (g1 MATCH (a)-[b]->(a)-[b]->(a) COLUMNS (a.vname AS self, b.ename AS loop_name)) ORDER BY loo...
@@ -613,8 +613,8 @@
 SELECT * FROM GRAPH_TABLE (g2 MATCH (a)-[b]->(a)-[b]->(a) COLUMNS (a.elname AS self, b.elname COLLATE pg_catalog."defau...
   self  | loop_name 
 --------+-----------
- g2.v33 | g2.e331
  g2.v33 | g2.E331
+ g2.v33 | g2.e331
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/graph_table.out /tmp/cirrus-ci-build/src/test/recovery/tmp_check...
--- /tmp/cirrus-ci-build/src/test/regress/expected/graph_table.out	2024-12-15 01:17:07.599890411 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/graph_table.out	2024-12-15 01:26:31.356777223 +0000
@@ -536,8 +536,8 @@
 SELECT * FROM GRAPH_TABLE (g1 MATCH (a)-[b]->(a)-[b]->(a) COLUMNS (a.vname AS self, b.ename AS loop_name)) ORDER BY loo...
  self | loop_name 
 ------+-----------
- v33  | e331
  v33  | E331
+ v33  | e331
 (2 rows)
 
 SELECT * FROM GRAPH_TABLE (g1 MATCH (a)-[b]->(a)-[b]->(a) COLUMNS (a.vname AS self, b.ename AS loop_name)) ORDER BY loo...
@@ -613,8 +613,8 @@
 SELECT * FROM GRAPH_TABLE (g2 MATCH (a)-[b]->(a)-[b]->(a) COLUMNS (a.elname AS self, b.elname COLLATE pg_catalog."defau...
   self  | loop_name 
 --------+-----------
- g2.v33 | g2.e331
  g2.v33 | g2.E331
+ g2.v33 | g2.e331
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/graph_table.out /tmp/cirrus-ci-build/src/test/regress/results/gr...
--- /tmp/cirrus-ci-build/src/test/regress/expected/graph_table.out	2024-12-15 01:17:07.599890411 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/graph_table.out	2024-12-15 01:22:13.212887423 +0000
@@ -536,8 +536,8 @@
 SELECT * FROM GRAPH_TABLE (g1 MATCH (a)-[b]->(a)-[b]->(a) COLUMNS (a.vname AS self, b.ename AS loop_name)) ORDER BY loo...
  self | loop_name 
 ------+-----------
- v33  | e331
  v33  | E331
+ v33  | e331
 (2 rows)
 
 SELECT * FROM GRAPH_TABLE (g1 MATCH (a)-[b]->(a)-[b]->(a) COLUMNS (a.vname AS self, b.ename AS loop_name)) ORDER BY loo...
@@ -613,8 +613,8 @@
 SELECT * FROM GRAPH_TABLE (g2 MATCH (a)-[b]->(a)-[b]->(a) COLUMNS (a.elname AS self, b.elname COLLATE pg_catalog."defau...
   self  | loop_name 
 --------+-----------
- g2.v33 | g2.e331
  g2.v33 | g2.E331
+ g2.v33 | g2.e331
...
tap
[01:25:58.488](115.471s) not ok 5 - regression tests pass
tap
[01:27:05.153](71.460s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Meson
core
[01:26:16.119] #0  0x00007f7329c9c772 in ?? () from /lib64/ld-linux-x86-64.so.2
[01:26:16.119] #1  0x00007f7329c819b1 in ?? () from /lib64/ld-linux-x86-64.so.2
[01:26:16.119] #2  0x00007f7329c83075 in ?? () from /lib64/ld-linux-x86-64.so.2
[01:26:16.119] #3  0x00007f7329c7d261 in ?? () from /lib64/ld-linux-x86-64.so.2
[01:26:16.119] #4  0x00007f7329c932f1 in _dl_catch_exception () from /lib64/ld-linux-x86-64.so.2
[01:26:16.119] #5  0x00007f7329c7d5ca in ?? () from /lib64/ld-linux-x86-64.so.2
[01:26:16.119] #6  0x00007f7329c9897a in ?? () from /lib64/ld-linux-x86-64.so.2
[01:26:16.119] #7  0x00007f7329c9522f in ?? () from /lib64/ld-linux-x86-64.so.2
[01:26:16.119] #8  0x00007f7329c96bac in ?? () from /lib64/ld-linux-x86-64.so.2
[01:26:16.119] #9  0x00007f7329c95a58 in ?? () from /lib64/ld-linux-x86-64.so.2
core
[01:26:15.999] #0  <unavailable> in ?? ()
core
[01:26:16.228] #0  0x00007f6d7af5cb93 in wait4 () from /lib/x86_64-linux-gnu/libc.so.6
[01:26:16.228] #1  0x00005586f016ccc0 in ?? ()
[01:26:16.228] #2  0x00005586f016cefa in ?? ()
[01:26:16.228] #3  0x00005586f016e630 in ?? ()
[01:26:16.228] #4  0x00005586f0168371 in ?? ()
[01:26:16.228] #5  0x00005586f016720f in ?? ()
[01:26:16.228] #6  0x00005586f0167c3b in ?? ()
[01:26:16.228] #7  0x00005586f016566f in ?? ()
[01:26:16.228] #8  0x00007f6d7aeb024a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[01:26:16.228] #9  0x00007f6d7aeb0305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[01:26:15.999] #0  0x00007f71292aeda4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[01:26:15.999] #1  0x00007f712925b239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[01:26:15.999] #2  0x00007f7129316204 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[01:26:15.999] #3  0x00007f712932885c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[01:26:16.118] #0  0x00007f7329c9c772 in ?? () from /lib64/ld-linux-x86-64.so.2
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/graph_table.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/00...
--- /tmp/cirrus-ci-build/src/test/regress/expected/graph_table.out	2024-12-15 01:17:10.194502686 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/graph_table.out	2024-12-15 01:22:18.130600...
@@ -536,8 +536,8 @@
 SELECT * FROM GRAPH_TABLE (g1 MATCH (a)-[b]->(a)-[b]->(a) COLUMNS (a.vname AS self, b.ename AS loop_name)) ORDER BY loo...
  self | loop_name 
 ------+-----------
- v33  | e331
  v33  | E331
+ v33  | e331
 (2 rows)
 
 SELECT * FROM GRAPH_TABLE (g1 MATCH (a)-[b]->(a)-[b]->(a) COLUMNS (a.vname AS self, b.ename AS loop_name)) ORDER BY loo...
@@ -613,8 +613,8 @@
 SELECT * FROM GRAPH_TABLE (g2 MATCH (a)-[b]->(a)-[b]->(a) COLUMNS (a.elname AS self, b.elname COLLATE pg_catalog."defau...
   self  | loop_name 
 --------+-----------
- g2.v33 | g2.e331
  g2.v33 | g2.E331
+ g2.v33 | g2.e331
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/graph_table.out /tmp/cirrus-ci-build/build/testrun/recovery/027_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/graph_table.out	2024-12-15 01:17:10.194502686 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/graph_table.out	2024-12-15 01:23:03.0985...
@@ -536,8 +536,8 @@
 SELECT * FROM GRAPH_TABLE (g1 MATCH (a)-[b]->(a)-[b]->(a) COLUMNS (a.vname AS self, b.ename AS loop_name)) ORDER BY loo...
  self | loop_name 
 ------+-----------
- v33  | e331
  v33  | E331
+ v33  | e331
 (2 rows)
 
 SELECT * FROM GRAPH_TABLE (g1 MATCH (a)-[b]->(a)-[b]->(a) COLUMNS (a.vname AS self, b.ename AS loop_name)) ORDER BY loo...
@@ -613,8 +613,8 @@
 SELECT * FROM GRAPH_TABLE (g2 MATCH (a)-[b]->(a)-[b]->(a) COLUMNS (a.elname AS self, b.elname COLLATE pg_catalog."defau...
   self  | loop_name 
 --------+-----------
- g2.v33 | g2.e331
  g2.v33 | g2.E331
+ g2.v33 | g2.e331
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/graph_table.out /tmp/cirrus-ci-build/build/testrun/regress/regre...
--- /tmp/cirrus-ci-build/src/test/regress/expected/graph_table.out	2024-12-15 01:17:10.194502686 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/graph_table.out	2024-12-15 01:22:14.958604875 +0000
@@ -536,8 +536,8 @@
 SELECT * FROM GRAPH_TABLE (g1 MATCH (a)-[b]->(a)-[b]->(a) COLUMNS (a.vname AS self, b.ename AS loop_name)) ORDER BY loo...
  self | loop_name 
 ------+-----------
- v33  | e331
  v33  | E331
+ v33  | e331
 (2 rows)
 
 SELECT * FROM GRAPH_TABLE (g1 MATCH (a)-[b]->(a)-[b]->(a) COLUMNS (a.vname AS self, b.ename AS loop_name)) ORDER BY loo...
@@ -613,8 +613,8 @@
 SELECT * FROM GRAPH_TABLE (g2 MATCH (a)-[b]->(a)-[b]->(a) COLUMNS (a.elname AS self, b.elname COLLATE pg_catalog."defau...
   self  | loop_name 
 --------+-----------
- g2.v33 | g2.e331
  g2.v33 | g2.E331
+ g2.v33 | g2.e331
...
tap
[01:22:59.995](74.540s) not ok 5 - regression tests pass
tap
[01:23:34.137](74.301s) not ok 2 - regression tests pass
test
[01:25:13.199]  30/315 postgresql:regress / regress/regress                                            ERROR            ...
[01:25:13.199] 131/315 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[01:25:13.199] 154/315 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/graph_table.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg...
--- /Users/admin/pgsql/src/test/regress/expected/graph_table.out	2024-12-15 01:16:12
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/graph_table.out	2024-12-15 01:19:50
@@ -536,8 +536,8 @@
 SELECT * FROM GRAPH_TABLE (g1 MATCH (a)-[b]->(a)-[b]->(a) COLUMNS (a.vname AS self, b.ename AS loop_name)) ORDER BY loo...
  self | loop_name 
 ------+-----------
- v33  | e331
  v33  | E331
+ v33  | e331
 (2 rows)
 
 SELECT * FROM GRAPH_TABLE (g1 MATCH (a)-[b]->(a)-[b]->(a) COLUMNS (a.vname AS self, b.ename AS loop_name)) ORDER BY loo...
@@ -613,8 +613,8 @@
 SELECT * FROM GRAPH_TABLE (g2 MATCH (a)-[b]->(a)-[b]->(a) COLUMNS (a.elname AS self, b.elname COLLATE pg_catalog."defau...
   self  | loop_name 
 --------+-----------
- g2.v33 | g2.e331
  g2.v33 | g2.E331
+ g2.v33 | g2.e331
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/graph_table.out /Users/admin/pgsql/build/testrun/recovery/027_stre...
--- /Users/admin/pgsql/src/test/regress/expected/graph_table.out	2024-12-15 01:16:12
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/graph_table.out	2024-12-15 01:20:29
@@ -536,8 +536,8 @@
 SELECT * FROM GRAPH_TABLE (g1 MATCH (a)-[b]->(a)-[b]->(a) COLUMNS (a.vname AS self, b.ename AS loop_name)) ORDER BY loo...
  self | loop_name 
 ------+-----------
- v33  | e331
  v33  | E331
+ v33  | e331
 (2 rows)
 
 SELECT * FROM GRAPH_TABLE (g1 MATCH (a)-[b]->(a)-[b]->(a) COLUMNS (a.vname AS self, b.ename AS loop_name)) ORDER BY loo...
@@ -613,8 +613,8 @@
 SELECT * FROM GRAPH_TABLE (g2 MATCH (a)-[b]->(a)-[b]->(a) COLUMNS (a.elname AS self, b.elname COLLATE pg_catalog."defau...
   self  | loop_name 
 --------+-----------
- g2.v33 | g2.e331
  g2.v33 | g2.E331
+ g2.v33 | g2.e331
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/graph_table.out /Users/admin/pgsql/build/testrun/regress/regress/r...
--- /Users/admin/pgsql/src/test/regress/expected/graph_table.out	2024-12-15 01:16:12
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/graph_table.out	2024-12-15 01:19:48
@@ -536,8 +536,8 @@
 SELECT * FROM GRAPH_TABLE (g1 MATCH (a)-[b]->(a)-[b]->(a) COLUMNS (a.vname AS self, b.ename AS loop_name)) ORDER BY loo...
  self | loop_name 
 ------+-----------
- v33  | e331
  v33  | E331
+ v33  | e331
 (2 rows)
 
 SELECT * FROM GRAPH_TABLE (g1 MATCH (a)-[b]->(a)-[b]->(a) COLUMNS (a.vname AS self, b.ename AS loop_name)) ORDER BY loo...
@@ -613,8 +613,8 @@
 SELECT * FROM GRAPH_TABLE (g2 MATCH (a)-[b]->(a)-[b]->(a) COLUMNS (a.elname AS self, b.elname COLLATE pg_catalog."defau...
   self  | loop_name 
 --------+-----------
- g2.v33 | g2.e331
  g2.v33 | g2.E331
+ g2.v33 | g2.e331
...
tap
[01:20:04.168](31.247s) not ok 5 - regression tests pass
tap
[01:20:51.618](43.632s) not ok 2 - regression tests pass
test
[01:22:55.206]  24/315 postgresql:regress / regress/regress                                            ERROR            ...
[01:22:55.206]  43/315 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[01:22:55.206] 139/315 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/graph_table.out C:/cirrus/build/testrun/pg_upgrade/002_...
--- C:/cirrus/src/test/regress/expected/graph_table.out	2024-12-15 01:17:10.811631300 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/graph_table.out	2024-12-15 01:20:08.033230500 +0000
@@ -536,8 +536,8 @@
 SELECT * FROM GRAPH_TABLE (g1 MATCH (a)-[b]->(a)-[b]->(a) COLUMNS (a.vname AS self, b.ename AS loop_name)) ORDER BY loo...
  self | loop_name 
 ------+-----------
- v33  | e331
  v33  | E331
+ v33  | e331
 (2 rows)
 
 SELECT * FROM GRAPH_TABLE (g1 MATCH (a)-[b]->(a)-[b]->(a) COLUMNS (a.vname AS self, b.ename AS loop_name)) ORDER BY loo...
@@ -613,8 +613,8 @@
 SELECT * FROM GRAPH_TABLE (g2 MATCH (a)-[b]->(a)-[b]->(a) COLUMNS (a.elname AS self, b.elname COLLATE pg_catalog."defau...
   self  | loop_name 
 --------+-----------
- g2.v33 | g2.e331
  g2.v33 | g2.E331
+ g2.v33 | g2.e331
...
tap
[01:21:00.399](110.017s) not ok 5 - regression tests pass
test
[01:30:48.756]  34/310 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
51/5242 Fix RelationTruncate() corruption
CompilerWarnings
compiler
[01:07:51.160] smgr.c:733:9: error: use of undeclared identifier 'CritSectionCount'
compiler
[01:03:16.262] smgr.c:733:16: error: ‘CritSectionCount’ undeclared (first use in this function)
compiler
[01:10:50.826] smgr.c:733:16: error: ‘CritSectionCount’ undeclared (first use in this function)
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[01:01:12.412] ../src/backend/storage/smgr/smgr.c(733): error C2065: 'CritSectionCount': undeclared identifier
compiler
[01:01:12.616] ../src/backend/storage/smgr/smgr.c(738): warning C4098: 'smgrtruncate': 'void' function returning a value
51/4984 Serverside SNI for SSL connections
Linux - Debian Bookworm - Meson
tap
[00:06:48.735](0.412s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[00:07:03.398] 294/316 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[23:58:43.264] ../src/test/modules/ssl_passphrase_callback/ssl_passphrase_func.c(52): warning C4113: 'void (__cdecl *)(S...
tap
[00:09:33.643](0.001s) not ok 8 - connect with correct server CA cert file sslmode=require: matches
[00:09:59.734](0.072s) not ok 253 - connect with correct server CA cert file sslmode=require
[00:09:59.734](0.000s) not ok 254 - connect with correct server CA cert file sslmode=require: no stderr
[00:09:59.812](0.001s) not ok 256 - connect fails since the passphrase protected key cannot be reloaded: matches
tap
[00:09:14.971](2.255s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[00:10:30.904] 290/311 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
[00:10:30.904] 309/311 postgresql:ssl / ssl/004_sni                                                    ERROR            ...
51/4980 Expand applicability of aggregate's sortop optimization
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/union.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream...
--- /tmp/cirrus-ci-build/src/test/regress/expected/union.out	2024-12-14 23:33:01.258028486 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/union.out	2024-12-14 23:38:32.489119632 ...
@@ -1461,19 +1461,10 @@
 inner join tenk2 t2 on t1.tenthous = t2.tenthous and t2.thousand = 0
    union all
 (values(1)) limit 1;
-                       QUERY PLAN                       
---------------------------------------------------------
- Limit
-   ->  Append
-         ->  Nested Loop
-               Join Filter: (t1.tenthous = t2.tenthous)
-               ->  Seq Scan on tenk1 t1
-               ->  Materialize
-                     ->  Seq Scan on tenk2 t2
-                           Filter: (thousand = 0)
-         ->  Result
-(9 rows)
-
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/subselect.out /tmp/cirrus-ci-build/build/testrun/regress/regress...
--- /tmp/cirrus-ci-build/src/test/regress/expected/subselect.out	2024-12-14 23:33:01.250030296 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/subselect.out	2024-12-14 23:37:48.609214054 +0000
@@ -1112,10 +1112,10 @@
   and exists ( select 1 from tenk1 c where b.hundred = c.hundred
                    and not exists ( select 1 from tenk1 d
                                     where a.thousand = d.thousand ) );
- thousand 
-----------
-(0 rows)
-
+ERROR:  deadlock detected
+DETAIL:  Process 29433 waits for AccessShareLock on relation 25265 of database 16384; blocked by process 29445.
+Process 29445 waits for AccessExclusiveLock on relation 16418 of database 16384; blocked by process 29433.
+HINT:  See server log for query details.
 --
 -- Check that nested sub-selects are not pulled up if they contain volatiles
 --
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/arrays.out /tmp/cirrus-ci-build/build/testrun/regress/regress/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/arrays.out	2024-12-14 23:33:01.162050202 +0000
...
tap
[23:39:23.405](75.981s) not ok 2 - regression tests pass
test
[23:41:04.703]  13/315 postgresql:regress / regress/regress                                            ERROR            ...
[23:41:04.703] 155/315 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
51/4620 CRC32C Parallel Computation Optimization on ARM
CompilerWarnings
compiler
[23:02:32.705] pg_crc32c_sse42.c:29:18: error: unused variable 'orig_crc' [-Werror,-Wunused-variable]
compiler
[23:00:22.927] pg_crc32c_sse42.c:29:25: error: unused variable ‘orig_crc’ [-Werror=unused-variable]
Linux - Debian Bookworm - Meson
core
[23:13:12.646] #0  0xf7f84559 in __kernel_vsyscall ()
[23:13:12.646] #1  0xf68bf407 in ?? () from /lib/i386-linux-gnu/libc.so.6
[23:13:12.646] #2  0xf686e111 in raise () from /lib/i386-linux-gnu/libc.so.6
[23:13:12.646] #3  0xf685726a in abort () from /lib/i386-linux-gnu/libc.so.6
[23:13:12.646] #4  0xf6a7ad4a in __sanitizer::Abort () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_pos...
[23:13:12.646] #5  0xf6a89896 in __sanitizer::Die () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_termi...
[23:13:12.646] #6  0xf6a6758c in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=<optimized out>, Pointer=<optimize...
[23:13:12.646] #7  0xeb00a289 in DatumGetInt64 (X=<optimized out>) at ../src/include/postgres.h:390
[23:13:12.646] #8  drive_crc32c (fcinfo=0x5882ff98) at ../contrib/test_crc32c/test_crc32c.c:22
[23:13:12.646] #9  0x56c568e8 in ExecInterpExpr (state=0x5882fad8, econtext=0x5882e8fc, isnull=0xfff961bf) at ../src/bac...
regress
diff -U3 /tmp/cirrus-ci-build/contrib/test_crc32c/expected/test_crc32c.out /tmp/cirrus-ci-build/build-32/testrun/test_cr...
--- /tmp/cirrus-ci-build/contrib/test_crc32c/expected/test_crc32c.out	2024-12-14 22:59:47.923901857 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/test_crc32c/regress/results/test_crc32c.out	2024-12-14 23:09:29.281672914 +000...
@@ -1,57 +1,6 @@
 CREATE EXTENSION test_crc32c;
 select drive_crc32c(1, i) from generate_series(100, 300, 4) i;
- drive_crc32c 
---------------
-    532139994
-   2103623867
-    785984197
-   2686825890
-   3213049059
-   3819630168
-   1389234603
-    534072900
-   2930108140
-   2496889855
-   1475239611
-    136366931
...
test
[23:12:04.514]  52/316 postgresql:test_crc32c / test_crc32c/regress                                    ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[23:01:50.118] test_crc32c.c.obj : error LNK2001: unresolved external symbol pg_comp_crc32c
51/5323 Support enabling checksums online
CompilerWarnings
compiler
[21:13:06.926] datachecksumsworker.c:590:67: error: format ‘%d’ expects argument of type ‘int’, but argument 5 has type ...
FreeBSD - 13 - Meson
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
core
[21:29:34.493] #0  0x000000082a61541a in thr_kill () from /lib/libc.so.7
[21:29:34.493] #1  0x000000082a58ee64 in raise () from /lib/libc.so.7
[21:29:34.493] #2  0x000000082a63f6f9 in abort () from /lib/libc.so.7
[21:29:34.493] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:29:34.493] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:29:34.493] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:29:34.493] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:29:34.493] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820eb6010) at ../src/backe...
[21:29:34.493] #8  0x00000000007d34ab in main (argc=4, argv=0x820eb6010) at ../src/backend/main/main.c:224
[21:29:34.774] #0  0x0000000829df041a in thr_kill () from /lib/libc.so.7
core
[21:29:34.785] #0  0x0000000829df041a in thr_kill () from /lib/libc.so.7
[21:29:34.785] #1  0x0000000829d69e64 in raise () from /lib/libc.so.7
[21:29:34.785] #2  0x0000000829e1a6f9 in abort () from /lib/libc.so.7
[21:29:34.785] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:29:34.785] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:29:34.785] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:29:34.785] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:29:34.785] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82102d148) at ../src/backe...
[21:29:34.785] #8  0x00000000007d34ab in main (argc=4, argv=0x82102d148) at ../src/backend/main/main.c:224
[21:29:35.065] #0  0x000000082aa8a41a in thr_kill () from /lib/libc.so.7
core
[21:29:35.076] #0  0x000000082aa8a41a in thr_kill () from /lib/libc.so.7
[21:29:35.076] #1  0x000000082aa03e64 in raise () from /lib/libc.so.7
[21:29:35.076] #2  0x000000082aab46f9 in abort () from /lib/libc.so.7
[21:29:35.076] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:29:35.076] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:29:35.076] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:29:35.076] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:29:35.076] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820e90fd0) at ../src/backe...
[21:29:35.076] #8  0x00000000007d34ab in main (argc=4, argv=0x820e90fd0) at ../src/backend/main/main.c:224
[21:29:35.350] #0  0x000000082cb3441a in thr_kill () from /lib/libc.so.7
core
[21:29:35.360] #0  0x000000082cb3441a in thr_kill () from /lib/libc.so.7
[21:29:35.360] #1  0x000000082caade64 in raise () from /lib/libc.so.7
[21:29:35.360] #2  0x000000082cb5e6f9 in abort () from /lib/libc.so.7
[21:29:35.360] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:29:35.360] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:29:35.360] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:29:35.360] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:29:35.360] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82118ea10) at ../src/backe...
[21:29:35.360] #8  0x00000000007d34ab in main (argc=4, argv=0x82118ea10) at ../src/backend/main/main.c:224
[21:29:35.630] #0  0x000000082a77841a in thr_kill () from /lib/libc.so.7
core
[21:29:35.640] #0  0x000000082a77841a in thr_kill () from /lib/libc.so.7
[21:29:35.640] #1  0x000000082a6f1e64 in raise () from /lib/libc.so.7
[21:29:35.640] #2  0x000000082a7a26f9 in abort () from /lib/libc.so.7
[21:29:35.640] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:29:35.640] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:29:35.640] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:29:35.640] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:29:35.640] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820eee3b0) at ../src/backe...
[21:29:35.640] #8  0x00000000007d34ab in main (argc=4, argv=0x820eee3b0) at ../src/backend/main/main.c:224
[21:29:35.913] #0  0x000000082a8af41a in thr_kill () from /lib/libc.so.7
core
[21:29:35.923] #0  0x000000082a8af41a in thr_kill () from /lib/libc.so.7
[21:29:35.923] #1  0x000000082a828e64 in raise () from /lib/libc.so.7
[21:29:35.923] #2  0x000000082a8d96f9 in abort () from /lib/libc.so.7
[21:29:35.923] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:29:35.923] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:29:35.923] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:29:35.923] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:29:35.923] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820e661a8) at ../src/backe...
[21:29:35.923] #8  0x00000000007d34ab in main (argc=4, argv=0x820e661a8) at ../src/backend/main/main.c:224
[21:29:36.203] #0  0x000000082af7c41a in thr_kill () from /lib/libc.so.7
core
[21:29:36.212] #0  0x000000082af7c41a in thr_kill () from /lib/libc.so.7
[21:29:36.212] #1  0x000000082aef5e64 in raise () from /lib/libc.so.7
[21:29:36.212] #2  0x000000082afa66f9 in abort () from /lib/libc.so.7
[21:29:36.212] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:29:36.212] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:29:36.212] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:29:36.212] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:29:36.213] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820ed2b08) at ../src/backe...
[21:29:36.213] #8  0x00000000007d34ab in main (argc=4, argv=0x820ed2b08) at ../src/backend/main/main.c:224
[21:29:36.491] #0  0x000000082cc5e41a in thr_kill () from /lib/libc.so.7
core
[21:29:36.502] #0  0x000000082cc5e41a in thr_kill () from /lib/libc.so.7
[21:29:36.502] #1  0x000000082cbd7e64 in raise () from /lib/libc.so.7
[21:29:36.502] #2  0x000000082cc886f9 in abort () from /lib/libc.so.7
[21:29:36.502] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:29:36.502] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:29:36.502] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:29:36.502] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:29:36.502] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82116f2f0) at ../src/backe...
[21:29:36.502] #8  0x00000000007d34ab in main (argc=4, argv=0x82116f2f0) at ../src/backend/main/main.c:224
[21:29:36.788] #0  0x000000082b0fe41a in thr_kill () from /lib/libc.so.7
core
[21:29:36.799] #0  0x000000082b0fe41a in thr_kill () from /lib/libc.so.7
[21:29:36.799] #1  0x000000082b077e64 in raise () from /lib/libc.so.7
[21:29:36.799] #2  0x000000082b1286f9 in abort () from /lib/libc.so.7
[21:29:36.799] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:29:36.799] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:29:36.799] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:29:36.799] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:29:36.800] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820e52c40) at ../src/backe...
[21:29:36.800] #8  0x00000000007d34ab in main (argc=4, argv=0x820e52c40) at ../src/backend/main/main.c:224
[21:29:37.080] #0  0x000000082c73841a in thr_kill () from /lib/libc.so.7
core
[21:29:37.089] #0  0x000000082c73841a in thr_kill () from /lib/libc.so.7
[21:29:37.089] #1  0x000000082c6b1e64 in raise () from /lib/libc.so.7
[21:29:37.089] #2  0x000000082c7626f9 in abort () from /lib/libc.so.7
[21:29:37.089] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:29:37.089] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:29:37.089] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:29:37.089] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:29:37.089] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821583d40) at ../src/backe...
[21:29:37.089] #8  0x00000000007d34ab in main (argc=4, argv=0x821583d40) at ../src/backend/main/main.c:224
core
[21:29:29.438] #0  0x000000082b47d41a in thr_kill () from /lib/libc.so.7
[21:29:29.438] #1  0x000000082b3f6e64 in raise () from /lib/libc.so.7
[21:29:29.438] #2  0x000000082b4a76f9 in abort () from /lib/libc.so.7
[21:29:29.438] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:29:29.438] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:29:29.438] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:29:29.438] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:29:29.438] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821737980) at ../src/backe...
[21:29:29.438] #8  0x00000000007d34ab in main (argc=8, argv=0x821737980) at ../src/backend/main/main.c:224
[21:29:29.727] #0  0x000000082bc3341a in thr_kill () from /lib/libc.so.7
core
[21:29:24.960] #0  0x000000082d77141a in thr_kill () from /lib/libc.so.7
[21:29:24.960] #1  0x000000082d6eae64 in raise () from /lib/libc.so.7
[21:29:24.960] #2  0x000000082d79b6f9 in abort () from /lib/libc.so.7
[21:29:24.960] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:29:24.960] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:29:24.960] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:29:24.960] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:29:24.961] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821b6e4c0) at ../src/backe...
[21:29:24.961] #8  0x00000000007d34ab in main (argc=8, argv=0x821b6e4c0) at ../src/backend/main/main.c:224
[21:29:25.251] #0  0x000000082c97841a in thr_kill () from /lib/libc.so.7
core
[21:29:25.260] #0  0x000000082c97841a in thr_kill () from /lib/libc.so.7
[21:29:25.260] #1  0x000000082c8f1e64 in raise () from /lib/libc.so.7
[21:29:25.260] #2  0x000000082c9a26f9 in abort () from /lib/libc.so.7
[21:29:25.260] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:29:25.260] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:29:25.260] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:29:25.260] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:29:25.261] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821b8fd20) at ../src/backe...
[21:29:25.261] #8  0x00000000007d34ab in main (argc=8, argv=0x821b8fd20) at ../src/backend/main/main.c:224
[21:29:25.553] #0  0x000000082ccfe41a in thr_kill () from /lib/libc.so.7
core
[21:29:25.563] #0  0x000000082ccfe41a in thr_kill () from /lib/libc.so.7
[21:29:25.563] #1  0x000000082cc77e64 in raise () from /lib/libc.so.7
[21:29:25.563] #2  0x000000082cd286f9 in abort () from /lib/libc.so.7
[21:29:25.563] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:29:25.563] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:29:25.563] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:29:25.563] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:29:25.564] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820f6e950) at ../src/backe...
[21:29:25.564] #8  0x00000000007d34ab in main (argc=8, argv=0x820f6e950) at ../src/backend/main/main.c:224
[21:29:25.856] #0  0x000000082c20641a in thr_kill () from /lib/libc.so.7
core
[21:29:25.866] #0  0x000000082c20641a in thr_kill () from /lib/libc.so.7
[21:29:25.866] #1  0x000000082c17fe64 in raise () from /lib/libc.so.7
[21:29:25.866] #2  0x000000082c2306f9 in abort () from /lib/libc.so.7
[21:29:25.866] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:29:25.866] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:29:25.866] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:29:25.866] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:29:25.866] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821386008) at ../src/backe...
[21:29:25.866] #8  0x00000000007d34ab in main (argc=8, argv=0x821386008) at ../src/backend/main/main.c:224
[21:29:26.151] #0  0x000000082ad3741a in thr_kill () from /lib/libc.so.7
core
[21:29:26.161] #0  0x000000082ad3741a in thr_kill () from /lib/libc.so.7
[21:29:26.161] #1  0x000000082acb0e64 in raise () from /lib/libc.so.7
[21:29:26.161] #2  0x000000082ad616f9 in abort () from /lib/libc.so.7
[21:29:26.161] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:29:26.161] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:29:26.161] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:29:26.161] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:29:26.161] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820f6a518) at ../src/backe...
[21:29:26.161] #8  0x00000000007d34ab in main (argc=8, argv=0x820f6a518) at ../src/backend/main/main.c:224
[21:29:26.448] #0  0x000000082909f41a in thr_kill () from /lib/libc.so.7
core
[21:29:26.459] #0  0x000000082909f41a in thr_kill () from /lib/libc.so.7
[21:29:26.459] #1  0x0000000829018e64 in raise () from /lib/libc.so.7
[21:29:26.459] #2  0x00000008290c96f9 in abort () from /lib/libc.so.7
[21:29:26.459] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:29:26.459] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:29:26.459] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:29:26.459] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:29:26.460] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8210e9b80) at ../src/backe...
[21:29:26.460] #8  0x00000000007d34ab in main (argc=8, argv=0x8210e9b80) at ../src/backend/main/main.c:224
[21:29:26.746] #0  0x000000082997541a in thr_kill () from /lib/libc.so.7
core
[21:29:26.757] #0  0x000000082997541a in thr_kill () from /lib/libc.so.7
[21:29:26.757] #1  0x00000008298eee64 in raise () from /lib/libc.so.7
[21:29:26.757] #2  0x000000082999f6f9 in abort () from /lib/libc.so.7
[21:29:26.757] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:29:26.757] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:29:26.757] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:29:26.757] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:29:26.757] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8219f1e60) at ../src/backe...
[21:29:26.757] #8  0x00000000007d34ab in main (argc=8, argv=0x8219f1e60) at ../src/backend/main/main.c:224
[21:29:27.042] #0  0x000000082be6a41a in thr_kill () from /lib/libc.so.7
core
[21:29:27.052] #0  0x000000082be6a41a in thr_kill () from /lib/libc.so.7
[21:29:27.052] #1  0x000000082bde3e64 in raise () from /lib/libc.so.7
[21:29:27.052] #2  0x000000082be946f9 in abort () from /lib/libc.so.7
[21:29:27.052] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:29:27.052] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:29:27.052] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:29:27.052] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:29:27.052] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8218cbda0) at ../src/backe...
[21:29:27.052] #8  0x00000000007d34ab in main (argc=8, argv=0x8218cbda0) at ../src/backend/main/main.c:224
[21:29:27.342] #0  0x000000082a16741a in thr_kill () from /lib/libc.so.7
core
[21:29:27.354] #0  0x000000082a16741a in thr_kill () from /lib/libc.so.7
[21:29:27.354] #1  0x000000082a0e0e64 in raise () from /lib/libc.so.7
[21:29:27.354] #2  0x000000082a1916f9 in abort () from /lib/libc.so.7
[21:29:27.354] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:29:27.354] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:29:27.354] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:29:27.354] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:29:27.354] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821a4ffa8) at ../src/backe...
[21:29:27.354] #8  0x00000000007d34ab in main (argc=8, argv=0x821a4ffa8) at ../src/backend/main/main.c:224
[21:29:27.642] #0  0x000000082cdc641a in thr_kill () from /lib/libc.so.7
core
[21:29:27.652] #0  0x000000082cdc641a in thr_kill () from /lib/libc.so.7
[21:29:27.652] #1  0x000000082cd3fe64 in raise () from /lib/libc.so.7
[21:29:27.652] #2  0x000000082cdf06f9 in abort () from /lib/libc.so.7
[21:29:27.652] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:29:27.652] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:29:27.652] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:29:27.652] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:29:27.653] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821030a50) at ../src/backe...
[21:29:27.653] #8  0x00000000007d34ab in main (argc=8, argv=0x821030a50) at ../src/backend/main/main.c:224
[21:29:27.933] #0  0x000000082b18441a in thr_kill () from /lib/libc.so.7
core
[21:29:27.943] #0  0x000000082b18441a in thr_kill () from /lib/libc.so.7
[21:29:27.943] #1  0x000000082b0fde64 in raise () from /lib/libc.so.7
[21:29:27.943] #2  0x000000082b1ae6f9 in abort () from /lib/libc.so.7
[21:29:27.943] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:29:27.943] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:29:27.943] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:29:27.943] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:29:27.943] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820dc7a78) at ../src/backe...
[21:29:27.943] #8  0x00000000007d34ab in main (argc=8, argv=0x820dc7a78) at ../src/backend/main/main.c:224
[21:29:28.226] #0  0x000000082b16141a in thr_kill () from /lib/libc.so.7
core
[21:29:28.236] #0  0x000000082b16141a in thr_kill () from /lib/libc.so.7
[21:29:28.236] #1  0x000000082b0dae64 in raise () from /lib/libc.so.7
[21:29:28.236] #2  0x000000082b18b6f9 in abort () from /lib/libc.so.7
[21:29:28.236] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:29:28.236] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:29:28.236] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:29:28.236] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:29:28.237] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8211588d0) at ../src/backe...
[21:29:28.237] #8  0x00000000007d34ab in main (argc=8, argv=0x8211588d0) at ../src/backend/main/main.c:224
[21:29:28.533] #0  0x000000082a6f941a in thr_kill () from /lib/libc.so.7
core
[21:29:28.543] #0  0x000000082a6f941a in thr_kill () from /lib/libc.so.7
[21:29:28.543] #1  0x000000082a672e64 in raise () from /lib/libc.so.7
[21:29:28.543] #2  0x000000082a7236f9 in abort () from /lib/libc.so.7
[21:29:28.543] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:29:28.543] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:29:28.543] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:29:28.543] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:29:28.544] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821b93458) at ../src/backe...
[21:29:28.544] #8  0x00000000007d34ab in main (argc=8, argv=0x821b93458) at ../src/backend/main/main.c:224
[21:29:28.822] #0  0x000000082b9aa41a in thr_kill () from /lib/libc.so.7
core
[21:29:28.832] #0  0x000000082b9aa41a in thr_kill () from /lib/libc.so.7
[21:29:28.832] #1  0x000000082b923e64 in raise () from /lib/libc.so.7
[21:29:28.832] #2  0x000000082b9d46f9 in abort () from /lib/libc.so.7
[21:29:28.832] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:29:28.832] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:29:28.832] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:29:28.832] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:29:28.832] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820f33de8) at ../src/backe...
[21:29:28.832] #8  0x00000000007d34ab in main (argc=8, argv=0x820f33de8) at ../src/backend/main/main.c:224
[21:29:29.124] #0  0x000000082d69841a in thr_kill () from /lib/libc.so.7
core
[21:29:29.135] #0  0x000000082d69841a in thr_kill () from /lib/libc.so.7
[21:29:29.135] #1  0x000000082d611e64 in raise () from /lib/libc.so.7
[21:29:29.135] #2  0x000000082d6c26f9 in abort () from /lib/libc.so.7
[21:29:29.135] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:29:29.135] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:29:29.135] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:29:29.135] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:29:29.135] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821b06730) at ../src/backe...
[21:29:29.135] #8  0x00000000007d34ab in main (argc=8, argv=0x821b06730) at ../src/backend/main/main.c:224
[21:29:29.428] #0  0x000000082b47d41a in thr_kill () from /lib/libc.so.7
core
[21:29:29.737] #0  0x000000082bc3341a in thr_kill () from /lib/libc.so.7
[21:29:29.737] #1  0x000000082bbace64 in raise () from /lib/libc.so.7
[21:29:29.737] #2  0x000000082bc5d6f9 in abort () from /lib/libc.so.7
[21:29:29.737] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:29:29.737] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:29:29.737] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:29:29.737] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:29:29.738] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821434920) at ../src/backe...
[21:29:29.738] #8  0x00000000007d34ab in main (argc=8, argv=0x821434920) at ../src/backend/main/main.c:224
[21:29:30.030] #0  0x000000082aea341a in thr_kill () from /lib/libc.so.7
core
[21:29:30.040] #0  0x000000082aea341a in thr_kill () from /lib/libc.so.7
[21:29:30.040] #1  0x000000082ae1ce64 in raise () from /lib/libc.so.7
[21:29:30.040] #2  0x000000082aecd6f9 in abort () from /lib/libc.so.7
[21:29:30.040] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:29:30.040] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:29:30.040] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:29:30.040] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:29:30.040] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820cd0728) at ../src/backe...
[21:29:30.040] #8  0x00000000007d34ab in main (argc=8, argv=0x820cd0728) at ../src/backend/main/main.c:224
[21:29:30.336] #0  0x000000082b76d41a in thr_kill () from /lib/libc.so.7
core
[21:29:30.346] #0  0x000000082b76d41a in thr_kill () from /lib/libc.so.7
[21:29:30.346] #1  0x000000082b6e6e64 in raise () from /lib/libc.so.7
[21:29:30.346] #2  0x000000082b7976f9 in abort () from /lib/libc.so.7
[21:29:30.346] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:29:30.346] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:29:30.346] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:29:30.346] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:29:30.346] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820ea80a0) at ../src/backe...
[21:29:30.346] #8  0x00000000007d34ab in main (argc=8, argv=0x820ea80a0) at ../src/backend/main/main.c:224
[21:29:30.637] #0  0x000000082c9a841a in thr_kill () from /lib/libc.so.7
core
[21:29:30.647] #0  0x000000082c9a841a in thr_kill () from /lib/libc.so.7
[21:29:30.647] #1  0x000000082c921e64 in raise () from /lib/libc.so.7
[21:29:30.647] #2  0x000000082c9d26f9 in abort () from /lib/libc.so.7
[21:29:30.647] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:29:30.647] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:29:30.647] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:29:30.647] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:29:30.648] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821b73b80) at ../src/backe...
[21:29:30.648] #8  0x00000000007d34ab in main (argc=4, argv=0x821b73b80) at ../src/backend/main/main.c:224
[21:29:30.939] #0  0x000000082c9ae41a in thr_kill () from /lib/libc.so.7
core
[21:29:30.949] #0  0x000000082c9ae41a in thr_kill () from /lib/libc.so.7
[21:29:30.949] #1  0x000000082c927e64 in raise () from /lib/libc.so.7
[21:29:30.949] #2  0x000000082c9d86f9 in abort () from /lib/libc.so.7
[21:29:30.949] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:29:30.949] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:29:30.949] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:29:30.949] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:29:30.949] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82124cf98) at ../src/backe...
[21:29:30.949] #8  0x00000000007d34ab in main (argc=4, argv=0x82124cf98) at ../src/backend/main/main.c:224
[21:29:31.227] #0  0x000000082db4f41a in thr_kill () from /lib/libc.so.7
core
[21:29:31.238] #0  0x000000082db4f41a in thr_kill () from /lib/libc.so.7
[21:29:31.238] #1  0x000000082dac8e64 in raise () from /lib/libc.so.7
[21:29:31.238] #2  0x000000082db796f9 in abort () from /lib/libc.so.7
[21:29:31.238] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:29:31.238] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:29:31.238] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:29:31.238] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:29:31.239] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821237c70) at ../src/backe...
[21:29:31.239] #8  0x00000000007d34ab in main (argc=4, argv=0x821237c70) at ../src/backend/main/main.c:224
[21:29:31.545] #0  0x000000082d84941a in thr_kill () from /lib/libc.so.7
core
[21:29:31.556] #0  0x000000082d84941a in thr_kill () from /lib/libc.so.7
[21:29:31.556] #1  0x000000082d7c2e64 in raise () from /lib/libc.so.7
[21:29:31.556] #2  0x000000082d8736f9 in abort () from /lib/libc.so.7
[21:29:31.556] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:29:31.556] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:29:31.556] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:29:31.556] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:29:31.556] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821b5c658) at ../src/backe...
[21:29:31.556] #8  0x00000000007d34ab in main (argc=4, argv=0x821b5c658) at ../src/backend/main/main.c:224
[21:29:31.837] #0  0x000000082c6d941a in thr_kill () from /lib/libc.so.7
core
[21:29:31.848] #0  0x000000082c6d941a in thr_kill () from /lib/libc.so.7
[21:29:31.848] #1  0x000000082c652e64 in raise () from /lib/libc.so.7
[21:29:31.848] #2  0x000000082c7036f9 in abort () from /lib/libc.so.7
[21:29:31.848] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:29:31.848] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:29:31.848] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:29:31.848] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:29:31.848] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8211a2b60) at ../src/backe...
[21:29:31.848] #8  0x00000000007d34ab in main (argc=4, argv=0x8211a2b60) at ../src/backend/main/main.c:224
[21:29:32.133] #0  0x000000082d52c41a in thr_kill () from /lib/libc.so.7
core
[21:29:32.143] #0  0x000000082d52c41a in thr_kill () from /lib/libc.so.7
[21:29:32.143] #1  0x000000082d4a5e64 in raise () from /lib/libc.so.7
[21:29:32.143] #2  0x000000082d5566f9 in abort () from /lib/libc.so.7
[21:29:32.143] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:29:32.143] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:29:32.143] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:29:32.143] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:29:32.143] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8219c4d30) at ../src/backe...
[21:29:32.143] #8  0x00000000007d34ab in main (argc=4, argv=0x8219c4d30) at ../src/backend/main/main.c:224
[21:29:32.428] #0  0x000000082c11741a in thr_kill () from /lib/libc.so.7
core
[21:29:32.439] #0  0x000000082c11741a in thr_kill () from /lib/libc.so.7
[21:29:32.439] #1  0x000000082c090e64 in raise () from /lib/libc.so.7
[21:29:32.439] #2  0x000000082c1416f9 in abort () from /lib/libc.so.7
[21:29:32.439] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:29:32.439] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:29:32.439] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:29:32.439] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:29:32.439] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821252cb8) at ../src/backe...
[21:29:32.439] #8  0x00000000007d34ab in main (argc=4, argv=0x821252cb8) at ../src/backend/main/main.c:224
[21:29:32.729] #0  0x000000082d23e41a in thr_kill () from /lib/libc.so.7
core
[21:29:32.740] #0  0x000000082d23e41a in thr_kill () from /lib/libc.so.7
[21:29:32.740] #1  0x000000082d1b7e64 in raise () from /lib/libc.so.7
[21:29:32.740] #2  0x000000082d2686f9 in abort () from /lib/libc.so.7
[21:29:32.740] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:29:32.740] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:29:32.740] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:29:32.740] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:29:32.740] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8215ecb70) at ../src/backe...
[21:29:32.740] #8  0x00000000007d34ab in main (argc=4, argv=0x8215ecb70) at ../src/backend/main/main.c:224
[21:29:33.023] #0  0x000000082a85e41a in thr_kill () from /lib/libc.so.7
core
[21:29:33.034] #0  0x000000082a85e41a in thr_kill () from /lib/libc.so.7
[21:29:33.034] #1  0x000000082a7d7e64 in raise () from /lib/libc.so.7
[21:29:33.034] #2  0x000000082a8886f9 in abort () from /lib/libc.so.7
[21:29:33.034] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:29:33.034] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:29:33.034] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:29:33.034] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:29:33.034] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821573710) at ../src/backe...
[21:29:33.034] #8  0x00000000007d34ab in main (argc=4, argv=0x821573710) at ../src/backend/main/main.c:224
[21:29:33.322] #0  0x000000082c26141a in thr_kill () from /lib/libc.so.7
core
[21:29:33.333] #0  0x000000082c26141a in thr_kill () from /lib/libc.so.7
[21:29:33.333] #1  0x000000082c1dae64 in raise () from /lib/libc.so.7
[21:29:33.333] #2  0x000000082c28b6f9 in abort () from /lib/libc.so.7
[21:29:33.333] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:29:33.333] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:29:33.333] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:29:33.333] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:29:33.333] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8212b7310) at ../src/backe...
[21:29:33.333] #8  0x00000000007d34ab in main (argc=4, argv=0x8212b7310) at ../src/backend/main/main.c:224
[21:29:33.618] #0  0x0000000829ee241a in thr_kill () from /lib/libc.so.7
core
[21:29:33.629] #0  0x0000000829ee241a in thr_kill () from /lib/libc.so.7
[21:29:33.629] #1  0x0000000829e5be64 in raise () from /lib/libc.so.7
[21:29:33.629] #2  0x0000000829f0c6f9 in abort () from /lib/libc.so.7
[21:29:33.629] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:29:33.629] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:29:33.629] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:29:33.629] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:29:33.629] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820e8c820) at ../src/backe...
[21:29:33.629] #8  0x00000000007d34ab in main (argc=4, argv=0x820e8c820) at ../src/backend/main/main.c:224
[21:29:33.906] #0  0x000000082b21941a in thr_kill () from /lib/libc.so.7
core
[21:29:33.916] #0  0x000000082b21941a in thr_kill () from /lib/libc.so.7
[21:29:33.916] #1  0x000000082b192e64 in raise () from /lib/libc.so.7
[21:29:33.916] #2  0x000000082b2436f9 in abort () from /lib/libc.so.7
[21:29:33.916] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:29:33.916] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:29:33.916] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:29:33.916] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:29:33.916] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820e05070) at ../src/backe...
[21:29:33.916] #8  0x00000000007d34ab in main (argc=4, argv=0x820e05070) at ../src/backend/main/main.c:224
[21:29:34.188] #0  0x000000082dc5b41a in thr_kill () from /lib/libc.so.7
core
[21:29:34.198] #0  0x000000082dc5b41a in thr_kill () from /lib/libc.so.7
[21:29:34.198] #1  0x000000082dbd4e64 in raise () from /lib/libc.so.7
[21:29:34.198] #2  0x000000082dc856f9 in abort () from /lib/libc.so.7
[21:29:34.198] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:29:34.198] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:29:34.198] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:29:34.198] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:29:34.198] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8219ea9d0) at ../src/backe...
[21:29:34.198] #8  0x00000000007d34ab in main (argc=4, argv=0x8219ea9d0) at ../src/backend/main/main.c:224
[21:29:34.484] #0  0x000000082a61541a in thr_kill () from /lib/libc.so.7
core
[21:29:12.716] #0  0x000000082a1e441a in thr_kill () from /lib/libc.so.7
[21:29:12.716] #1  0x000000082a15de64 in raise () from /lib/libc.so.7
[21:29:12.716] #2  0x000000082a20e6f9 in abort () from /lib/libc.so.7
[21:29:12.716] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:29:12.716] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:29:12.716] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:29:12.716] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:29:12.717] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x82194b4e8) at ../src/backe...
[21:29:12.717] #8  0x00000000007d34ab in main (argc=8, argv=0x82194b4e8) at ../src/backend/main/main.c:224
[21:29:13.000] #0  0x000000082cd7041a in thr_kill () from /lib/libc.so.7
core
[21:29:12.422] #0  0x000000082ac6d41a in thr_kill () from /lib/libc.so.7
[21:29:12.422] #1  0x000000082abe6e64 in raise () from /lib/libc.so.7
[21:29:12.422] #2  0x000000082ac976f9 in abort () from /lib/libc.so.7
[21:29:12.422] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:29:12.422] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:29:12.422] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:29:12.422] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:29:12.422] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8219840d0) at ../src/backe...
[21:29:12.422] #8  0x00000000007d34ab in main (argc=8, argv=0x8219840d0) at ../src/backend/main/main.c:224
[21:29:12.706] #0  0x000000082a1e441a in thr_kill () from /lib/libc.so.7
core
[21:29:12.118] #0  0x000000082ad4641a in thr_kill () from /lib/libc.so.7
[21:29:12.118] #1  0x000000082acbfe64 in raise () from /lib/libc.so.7
[21:29:12.118] #2  0x000000082ad706f9 in abort () from /lib/libc.so.7
[21:29:12.118] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:29:12.118] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:29:12.118] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:29:12.118] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:29:12.118] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821162ab0) at ../src/backe...
[21:29:12.118] #8  0x00000000007d34ab in main (argc=8, argv=0x821162ab0) at ../src/backend/main/main.c:224
[21:29:12.411] #0  0x000000082ac6d41a in thr_kill () from /lib/libc.so.7
core
[21:29:11.826] #0  0x000000082ad3041a in thr_kill () from /lib/libc.so.7
[21:29:11.826] #1  0x000000082aca9e64 in raise () from /lib/libc.so.7
[21:29:11.826] #2  0x000000082ad5a6f9 in abort () from /lib/libc.so.7
[21:29:11.826] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:29:11.826] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:29:11.826] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:29:11.826] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:29:11.827] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821876f20) at ../src/backe...
[21:29:11.827] #8  0x00000000007d34ab in main (argc=8, argv=0x821876f20) at ../src/backend/main/main.c:224
[21:29:12.108] #0  0x000000082ad4641a in thr_kill () from /lib/libc.so.7
core
[21:29:11.528] #0  0x000000082b8af41a in thr_kill () from /lib/libc.so.7
[21:29:11.528] #1  0x000000082b828e64 in raise () from /lib/libc.so.7
[21:29:11.528] #2  0x000000082b8d96f9 in abort () from /lib/libc.so.7
[21:29:11.528] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:29:11.528] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:29:11.528] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:29:11.528] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:29:11.528] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821486d70) at ../src/backe...
[21:29:11.528] #8  0x00000000007d34ab in main (argc=8, argv=0x821486d70) at ../src/backend/main/main.c:224
[21:29:11.816] #0  0x000000082ad3041a in thr_kill () from /lib/libc.so.7
core
[21:28:55.379] #0  0x0000000829e0e41a in thr_kill () from /lib/libc.so.7
[21:28:55.379] #1  0x0000000829d87e64 in raise () from /lib/libc.so.7
[21:28:55.379] #2  0x0000000829e386f9 in abort () from /lib/libc.so.7
[21:28:55.379] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:28:55.379] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:28:55.379] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:28:55.379] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:28:55.379] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8213f3260) at ../src/backe...
[21:28:55.379] #8  0x00000000007d34ab in main (argc=4, argv=0x8213f3260) at ../src/backend/main/main.c:224
[21:28:55.662] #0  0x000000082ad4441a in thr_kill () from /lib/libc.so.7
core
[21:29:10.922] #0  0x000000082c99d41a in thr_kill () from /lib/libc.so.7
[21:29:10.922] #1  0x000000082c916e64 in raise () from /lib/libc.so.7
[21:29:10.922] #2  0x000000082c9c76f9 in abort () from /lib/libc.so.7
[21:29:10.922] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:29:10.922] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:29:10.922] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:29:10.922] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:29:10.922] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8215e1d28) at ../src/backe...
[21:29:10.922] #8  0x00000000007d34ab in main (argc=8, argv=0x8215e1d28) at ../src/backend/main/main.c:224
[21:29:11.213] #0  0x000000082ae0841a in thr_kill () from /lib/libc.so.7
core
[21:29:10.627] #0  0x000000082c1dd41a in thr_kill () from /lib/libc.so.7
[21:29:10.627] #1  0x000000082c156e64 in raise () from /lib/libc.so.7
[21:29:10.627] #2  0x000000082c2076f9 in abort () from /lib/libc.so.7
[21:29:10.627] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:29:10.627] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:29:10.627] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:29:10.627] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:29:10.627] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821658608) at ../src/backe...
[21:29:10.627] #8  0x00000000007d34ab in main (argc=8, argv=0x821658608) at ../src/backend/main/main.c:224
[21:29:10.911] #0  0x000000082c99d41a in thr_kill () from /lib/libc.so.7
core
[21:29:10.327] #0  0x000000082a99441a in thr_kill () from /lib/libc.so.7
[21:29:10.327] #1  0x000000082a90de64 in raise () from /lib/libc.so.7
[21:29:10.327] #2  0x000000082a9be6f9 in abort () from /lib/libc.so.7
[21:29:10.327] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:29:10.327] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:29:10.327] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:29:10.327] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:29:10.327] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8217fb798) at ../src/backe...
[21:29:10.327] #8  0x00000000007d34ab in main (argc=8, argv=0x8217fb798) at ../src/backend/main/main.c:224
[21:29:10.617] #0  0x000000082c1dd41a in thr_kill () from /lib/libc.so.7
core
[21:29:10.031] #0  0x000000082a5a541a in thr_kill () from /lib/libc.so.7
[21:29:10.031] #1  0x000000082a51ee64 in raise () from /lib/libc.so.7
[21:29:10.031] #2  0x000000082a5cf6f9 in abort () from /lib/libc.so.7
[21:29:10.031] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:29:10.031] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:29:10.031] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:29:10.031] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:29:10.031] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x82108a7e0) at ../src/backe...
[21:29:10.031] #8  0x00000000007d34ab in main (argc=8, argv=0x82108a7e0) at ../src/backend/main/main.c:224
[21:29:10.315] #0  0x000000082a99441a in thr_kill () from /lib/libc.so.7
core
[21:29:09.725] #0  0x000000082d1dd41a in thr_kill () from /lib/libc.so.7
[21:29:09.725] #1  0x000000082d156e64 in raise () from /lib/libc.so.7
[21:29:09.725] #2  0x000000082d2076f9 in abort () from /lib/libc.so.7
[21:29:09.725] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:29:09.725] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:29:09.725] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:29:09.725] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:29:09.725] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820f5e6d0) at ../src/backe...
[21:29:09.725] #8  0x00000000007d34ab in main (argc=8, argv=0x820f5e6d0) at ../src/backend/main/main.c:224
[21:29:10.020] #0  0x000000082a5a541a in thr_kill () from /lib/libc.so.7
core
[21:29:09.433] #0  0x000000082aea741a in thr_kill () from /lib/libc.so.7
[21:29:09.433] #1  0x000000082ae20e64 in raise () from /lib/libc.so.7
[21:29:09.433] #2  0x000000082aed16f9 in abort () from /lib/libc.so.7
[21:29:09.433] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:29:09.433] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:29:09.433] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:29:09.433] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:29:09.434] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820c521e0) at ../src/backe...
[21:29:09.434] #8  0x00000000007d34ab in main (argc=8, argv=0x820c521e0) at ../src/backend/main/main.c:224
[21:29:09.715] #0  0x000000082d1dd41a in thr_kill () from /lib/libc.so.7
core
[21:29:09.138] #0  0x000000082bb1141a in thr_kill () from /lib/libc.so.7
[21:29:09.138] #1  0x000000082ba8ae64 in raise () from /lib/libc.so.7
[21:29:09.138] #2  0x000000082bb3b6f9 in abort () from /lib/libc.so.7
[21:29:09.138] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:29:09.138] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:29:09.138] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:29:09.138] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:29:09.138] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820d9b338) at ../src/backe...
[21:29:09.138] #8  0x00000000007d34ab in main (argc=8, argv=0x820d9b338) at ../src/backend/main/main.c:224
[21:29:09.423] #0  0x000000082aea741a in thr_kill () from /lib/libc.so.7
core
[21:29:08.843] #0  0x000000082d5ff41a in thr_kill () from /lib/libc.so.7
[21:29:08.843] #1  0x000000082d578e64 in raise () from /lib/libc.so.7
[21:29:08.843] #2  0x000000082d6296f9 in abort () from /lib/libc.so.7
[21:29:08.843] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:29:08.843] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:29:08.843] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:29:08.843] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:29:08.843] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821601f98) at ../src/backe...
[21:29:08.843] #8  0x00000000007d34ab in main (argc=8, argv=0x821601f98) at ../src/backend/main/main.c:224
[21:29:09.127] #0  0x000000082bb1141a in thr_kill () from /lib/libc.so.7
core
[21:29:08.549] #0  0x000000082b04a41a in thr_kill () from /lib/libc.so.7
[21:29:08.549] #1  0x000000082afc3e64 in raise () from /lib/libc.so.7
[21:29:08.549] #2  0x000000082b0746f9 in abort () from /lib/libc.so.7
[21:29:08.549] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:29:08.549] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:29:08.549] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:29:08.549] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:29:08.550] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821416110) at ../src/backe...
[21:29:08.550] #8  0x00000000007d34ab in main (argc=8, argv=0x821416110) at ../src/backend/main/main.c:224
[21:29:08.832] #0  0x000000082d5ff41a in thr_kill () from /lib/libc.so.7
core
[21:29:08.251] #0  0x000000082b7e441a in thr_kill () from /lib/libc.so.7
[21:29:08.251] #1  0x000000082b75de64 in raise () from /lib/libc.so.7
[21:29:08.251] #2  0x000000082b80e6f9 in abort () from /lib/libc.so.7
[21:29:08.251] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:29:08.251] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:29:08.251] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:29:08.251] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:29:08.251] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821423488) at ../src/backe...
[21:29:08.251] #8  0x00000000007d34ab in main (argc=8, argv=0x821423488) at ../src/backend/main/main.c:224
[21:29:08.540] #0  0x000000082b04a41a in thr_kill () from /lib/libc.so.7
core
[21:29:07.950] #0  0x000000082a66d41a in thr_kill () from /lib/libc.so.7
[21:29:07.950] #1  0x000000082a5e6e64 in raise () from /lib/libc.so.7
[21:29:07.950] #2  0x000000082a6976f9 in abort () from /lib/libc.so.7
[21:29:07.950] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:29:07.950] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:29:07.950] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:29:07.950] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:29:07.951] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821229068) at ../src/backe...
[21:29:07.951] #8  0x00000000007d34ab in main (argc=8, argv=0x821229068) at ../src/backend/main/main.c:224
[21:29:08.240] #0  0x000000082b7e441a in thr_kill () from /lib/libc.so.7
core
[21:29:07.646] #0  0x000000082ae6941a in thr_kill () from /lib/libc.so.7
[21:29:07.646] #1  0x000000082ade2e64 in raise () from /lib/libc.so.7
[21:29:07.646] #2  0x000000082ae936f9 in abort () from /lib/libc.so.7
[21:29:07.646] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:29:07.646] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:29:07.646] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:29:07.646] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:29:07.646] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8214961e8) at ../src/backe...
[21:29:07.646] #8  0x00000000007d34ab in main (argc=8, argv=0x8214961e8) at ../src/backend/main/main.c:224
[21:29:07.939] #0  0x000000082a66d41a in thr_kill () from /lib/libc.so.7
core
[21:29:07.332] #0  0x000000082bcd041a in thr_kill () from /lib/libc.so.7
[21:29:07.332] #1  0x000000082bc49e64 in raise () from /lib/libc.so.7
[21:29:07.332] #2  0x000000082bcfa6f9 in abort () from /lib/libc.so.7
[21:29:07.332] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:29:07.332] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:29:07.332] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:29:07.332] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:29:07.333] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820ed4d50) at ../src/backe...
[21:29:07.333] #8  0x00000000007d34ab in main (argc=8, argv=0x820ed4d50) at ../src/backend/main/main.c:224
[21:29:07.635] #0  0x000000082ae6941a in thr_kill () from /lib/libc.so.7
core
[21:29:07.039] #0  0x000000082aea741a in thr_kill () from /lib/libc.so.7
[21:29:07.039] #1  0x000000082ae20e64 in raise () from /lib/libc.so.7
[21:29:07.039] #2  0x000000082aed16f9 in abort () from /lib/libc.so.7
[21:29:07.039] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:29:07.039] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:29:07.039] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:29:07.039] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:29:07.040] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820c71f20) at ../src/backe...
[21:29:07.040] #8  0x00000000007d34ab in main (argc=8, argv=0x820c71f20) at ../src/backend/main/main.c:224
[21:29:07.322] #0  0x000000082bcd041a in thr_kill () from /lib/libc.so.7
core
[21:29:11.223] #0  0x000000082ae0841a in thr_kill () from /lib/libc.so.7
[21:29:11.223] #1  0x000000082ad81e64 in raise () from /lib/libc.so.7
[21:29:11.223] #2  0x000000082ae326f9 in abort () from /lib/libc.so.7
[21:29:11.223] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:29:11.223] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:29:11.223] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:29:11.223] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:29:11.224] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x82129fe20) at ../src/backe...
[21:29:11.224] #8  0x00000000007d34ab in main (argc=8, argv=0x82129fe20) at ../src/backend/main/main.c:224
[21:29:11.517] #0  0x000000082b8af41a in thr_kill () from /lib/libc.so.7
core
[21:29:24.665] #0  0x000000082ac3741a in thr_kill () from /lib/libc.so.7
[21:29:24.665] #1  0x000000082abb0e64 in raise () from /lib/libc.so.7
[21:29:24.665] #2  0x000000082ac616f9 in abort () from /lib/libc.so.7
[21:29:24.665] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:29:24.665] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:29:24.665] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:29:24.665] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:29:24.666] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x82142c198) at ../src/backe...
[21:29:24.666] #8  0x00000000007d34ab in main (argc=8, argv=0x82142c198) at ../src/backend/main/main.c:224
[21:29:24.950] #0  0x000000082d77141a in thr_kill () from /lib/libc.so.7
core
[21:29:24.356] #0  0x000000082a9d541a in thr_kill () from /lib/libc.so.7
[21:29:24.356] #1  0x000000082a94ee64 in raise () from /lib/libc.so.7
[21:29:24.356] #2  0x000000082a9ff6f9 in abort () from /lib/libc.so.7
[21:29:24.356] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:29:24.356] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:29:24.356] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:29:24.356] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:29:24.357] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820eaae48) at ../src/backe...
[21:29:24.357] #8  0x00000000007d34ab in main (argc=8, argv=0x820eaae48) at ../src/backend/main/main.c:224
[21:29:24.655] #0  0x000000082ac3741a in thr_kill () from /lib/libc.so.7
core
[21:29:24.060] #0  0x000000082a9d041a in thr_kill () from /lib/libc.so.7
[21:29:24.060] #1  0x000000082a949e64 in raise () from /lib/libc.so.7
[21:29:24.060] #2  0x000000082a9fa6f9 in abort () from /lib/libc.so.7
[21:29:24.060] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:29:24.060] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:29:24.060] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:29:24.060] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:29:24.060] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8211fe0c0) at ../src/backe...
[21:29:24.060] #8  0x00000000007d34ab in main (argc=8, argv=0x8211fe0c0) at ../src/backend/main/main.c:224
[21:29:24.347] #0  0x000000082a9d541a in thr_kill () from /lib/libc.so.7
core
[21:29:23.761] #0  0x000000082a98241a in thr_kill () from /lib/libc.so.7
[21:29:23.761] #1  0x000000082a8fbe64 in raise () from /lib/libc.so.7
[21:29:23.761] #2  0x000000082a9ac6f9 in abort () from /lib/libc.so.7
[21:29:23.761] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:29:23.761] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:29:23.761] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:29:23.761] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:29:23.762] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x82145f190) at ../src/backe...
[21:29:23.762] #8  0x00000000007d34ab in main (argc=8, argv=0x82145f190) at ../src/backend/main/main.c:224
[21:29:24.049] #0  0x000000082a9d041a in thr_kill () from /lib/libc.so.7
core
[21:29:23.460] #0  0x000000082dd3e41a in thr_kill () from /lib/libc.so.7
[21:29:23.460] #1  0x000000082dcb7e64 in raise () from /lib/libc.so.7
[21:29:23.460] #2  0x000000082dd686f9 in abort () from /lib/libc.so.7
[21:29:23.460] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:29:23.460] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:29:23.460] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:29:23.460] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:29:23.460] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821312130) at ../src/backe...
[21:29:23.460] #8  0x00000000007d34ab in main (argc=8, argv=0x821312130) at ../src/backend/main/main.c:224
[21:29:23.750] #0  0x000000082a98241a in thr_kill () from /lib/libc.so.7
core
[21:29:23.154] #0  0x0000000829e6241a in thr_kill () from /lib/libc.so.7
[21:29:23.154] #1  0x0000000829ddbe64 in raise () from /lib/libc.so.7
[21:29:23.154] #2  0x0000000829e8c6f9 in abort () from /lib/libc.so.7
[21:29:23.154] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:29:23.154] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:29:23.154] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:29:23.154] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:29:23.155] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8219b88b8) at ../src/backe...
[21:29:23.155] #8  0x00000000007d34ab in main (argc=8, argv=0x8219b88b8) at ../src/backend/main/main.c:224
[21:29:23.449] #0  0x000000082dd3e41a in thr_kill () from /lib/libc.so.7
core
[21:29:22.853] #0  0x000000082c76d41a in thr_kill () from /lib/libc.so.7
[21:29:22.853] #1  0x000000082c6e6e64 in raise () from /lib/libc.so.7
[21:29:22.853] #2  0x000000082c7976f9 in abort () from /lib/libc.so.7
[21:29:22.853] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:29:22.853] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:29:22.853] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:29:22.853] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:29:22.853] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821677530) at ../src/backe...
[21:29:22.853] #8  0x00000000007d34ab in main (argc=8, argv=0x821677530) at ../src/backend/main/main.c:224
[21:29:23.143] #0  0x0000000829e6241a in thr_kill () from /lib/libc.so.7
core
[21:29:22.555] #0  0x000000082ad3041a in thr_kill () from /lib/libc.so.7
[21:29:22.555] #1  0x000000082aca9e64 in raise () from /lib/libc.so.7
[21:29:22.555] #2  0x000000082ad5a6f9 in abort () from /lib/libc.so.7
[21:29:22.555] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:29:22.555] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:29:22.555] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:29:22.555] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:29:22.555] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x82163c068) at ../src/backe...
[21:29:22.555] #8  0x00000000007d34ab in main (argc=8, argv=0x82163c068) at ../src/backend/main/main.c:224
[21:29:22.842] #0  0x000000082c76d41a in thr_kill () from /lib/libc.so.7
core
[21:29:22.255] #0  0x000000082b30141a in thr_kill () from /lib/libc.so.7
[21:29:22.255] #1  0x000000082b27ae64 in raise () from /lib/libc.so.7
[21:29:22.255] #2  0x000000082b32b6f9 in abort () from /lib/libc.so.7
[21:29:22.255] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:29:22.255] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:29:22.255] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:29:22.255] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:29:22.255] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821844140) at ../src/backe...
[21:29:22.255] #8  0x00000000007d34ab in main (argc=8, argv=0x821844140) at ../src/backend/main/main.c:224
[21:29:22.545] #0  0x000000082ad3041a in thr_kill () from /lib/libc.so.7
core
[21:29:21.956] #0  0x000000082c22441a in thr_kill () from /lib/libc.so.7
[21:29:21.956] #1  0x000000082c19de64 in raise () from /lib/libc.so.7
[21:29:21.956] #2  0x000000082c24e6f9 in abort () from /lib/libc.so.7
[21:29:21.956] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:29:21.956] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:29:21.956] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:29:21.956] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:29:21.956] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821864418) at ../src/backe...
[21:29:21.956] #8  0x00000000007d34ab in main (argc=8, argv=0x821864418) at ../src/backend/main/main.c:224
[21:29:22.245] #0  0x000000082b30141a in thr_kill () from /lib/libc.so.7
core
[21:29:21.658] #0  0x000000082af3641a in thr_kill () from /lib/libc.so.7
[21:29:21.658] #1  0x000000082aeafe64 in raise () from /lib/libc.so.7
[21:29:21.658] #2  0x000000082af606f9 in abort () from /lib/libc.so.7
[21:29:21.658] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:29:21.658] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:29:21.658] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:29:21.658] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:29:21.658] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8211c9860) at ../src/backe...
[21:29:21.658] #8  0x00000000007d34ab in main (argc=8, argv=0x8211c9860) at ../src/backend/main/main.c:224
[21:29:21.945] #0  0x000000082c22441a in thr_kill () from /lib/libc.so.7
core
[21:29:21.361] #0  0x000000082b09941a in thr_kill () from /lib/libc.so.7
[21:29:21.361] #1  0x000000082b012e64 in raise () from /lib/libc.so.7
[21:29:21.361] #2  0x000000082b0c36f9 in abort () from /lib/libc.so.7
[21:29:21.361] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:29:21.361] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:29:21.361] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:29:21.361] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:29:21.361] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821375b60) at ../src/backe...
[21:29:21.361] #8  0x00000000007d34ab in main (argc=8, argv=0x821375b60) at ../src/backend/main/main.c:224
[21:29:21.648] #0  0x000000082af3641a in thr_kill () from /lib/libc.so.7
core
[21:29:21.059] #0  0x000000082ad0141a in thr_kill () from /lib/libc.so.7
[21:29:21.059] #1  0x000000082ac7ae64 in raise () from /lib/libc.so.7
[21:29:21.059] #2  0x000000082ad2b6f9 in abort () from /lib/libc.so.7
[21:29:21.059] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:29:21.059] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:29:21.059] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:29:21.059] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:29:21.059] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821436088) at ../src/backe...
[21:29:21.059] #8  0x00000000007d34ab in main (argc=8, argv=0x821436088) at ../src/backend/main/main.c:224
[21:29:21.350] #0  0x000000082b09941a in thr_kill () from /lib/libc.so.7
core
[21:29:20.763] #0  0x000000082bb1041a in thr_kill () from /lib/libc.so.7
[21:29:20.763] #1  0x000000082ba89e64 in raise () from /lib/libc.so.7
[21:29:20.763] #2  0x000000082bb3a6f9 in abort () from /lib/libc.so.7
[21:29:20.763] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:29:20.763] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:29:20.763] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:29:20.763] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:29:20.763] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x82160c918) at ../src/backe...
[21:29:20.763] #8  0x00000000007d34ab in main (argc=8, argv=0x82160c918) at ../src/backend/main/main.c:224
[21:29:21.048] #0  0x000000082ad0141a in thr_kill () from /lib/libc.so.7
core
[21:29:20.461] #0  0x000000082c0e741a in thr_kill () from /lib/libc.so.7
[21:29:20.461] #1  0x000000082c060e64 in raise () from /lib/libc.so.7
[21:29:20.461] #2  0x000000082c1116f9 in abort () from /lib/libc.so.7
[21:29:20.461] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:29:20.461] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:29:20.461] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:29:20.461] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:29:20.462] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x82148edb0) at ../src/backe...
[21:29:20.462] #8  0x00000000007d34ab in main (argc=8, argv=0x82148edb0) at ../src/backend/main/main.c:224
[21:29:20.753] #0  0x000000082bb1041a in thr_kill () from /lib/libc.so.7
core
[21:29:20.159] #0  0x000000082cb8c41a in thr_kill () from /lib/libc.so.7
[21:29:20.159] #1  0x000000082cb05e64 in raise () from /lib/libc.so.7
[21:29:20.159] #2  0x000000082cbb66f9 in abort () from /lib/libc.so.7
[21:29:20.159] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:29:20.159] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:29:20.159] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:29:20.159] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:29:20.159] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821aa21e8) at ../src/backe...
[21:29:20.159] #8  0x00000000007d34ab in main (argc=8, argv=0x821aa21e8) at ../src/backend/main/main.c:224
[21:29:20.451] #0  0x000000082c0e741a in thr_kill () from /lib/libc.so.7
core
[21:29:19.861] #0  0x000000082966c41a in thr_kill () from /lib/libc.so.7
[21:29:19.861] #1  0x00000008295e5e64 in raise () from /lib/libc.so.7
[21:29:19.861] #2  0x00000008296966f9 in abort () from /lib/libc.so.7
[21:29:19.861] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:29:19.861] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:29:19.861] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:29:19.861] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:29:19.862] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820edc908) at ../src/backe...
[21:29:19.862] #8  0x00000000007d34ab in main (argc=8, argv=0x820edc908) at ../src/backend/main/main.c:224
[21:29:20.148] #0  0x000000082cb8c41a in thr_kill () from /lib/libc.so.7
core
[21:29:19.565] #0  0x000000082902341a in thr_kill () from /lib/libc.so.7
[21:29:19.565] #1  0x0000000828f9ce64 in raise () from /lib/libc.so.7
[21:29:19.565] #2  0x000000082904d6f9 in abort () from /lib/libc.so.7
[21:29:19.565] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:29:19.565] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:29:19.565] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:29:19.565] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:29:19.565] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820d60800) at ../src/backe...
[21:29:19.565] #8  0x00000000007d34ab in main (argc=8, argv=0x820d60800) at ../src/backend/main/main.c:224
[21:29:19.851] #0  0x000000082966c41a in thr_kill () from /lib/libc.so.7
core
[21:29:19.268] #0  0x000000082943741a in thr_kill () from /lib/libc.so.7
[21:29:19.268] #1  0x00000008293b0e64 in raise () from /lib/libc.so.7
[21:29:19.268] #2  0x00000008294616f9 in abort () from /lib/libc.so.7
[21:29:19.268] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:29:19.268] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:29:19.268] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:29:19.268] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:29:19.268] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820bdfdc8) at ../src/backe...
[21:29:19.268] #8  0x00000000007d34ab in main (argc=8, argv=0x820bdfdc8) at ../src/backend/main/main.c:224
[21:29:19.554] #0  0x000000082902341a in thr_kill () from /lib/libc.so.7
core
[21:29:18.964] #0  0x000000082c2ff41a in thr_kill () from /lib/libc.so.7
[21:29:18.964] #1  0x000000082c278e64 in raise () from /lib/libc.so.7
[21:29:18.964] #2  0x000000082c3296f9 in abort () from /lib/libc.so.7
[21:29:18.964] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:29:18.964] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:29:18.964] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:29:18.964] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:29:18.964] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8211c4ee0) at ../src/backe...
[21:29:18.964] #8  0x00000000007d34ab in main (argc=8, argv=0x8211c4ee0) at ../src/backend/main/main.c:224
[21:29:19.257] #0  0x000000082943741a in thr_kill () from /lib/libc.so.7
core
[21:29:18.666] #0  0x000000082b8c641a in thr_kill () from /lib/libc.so.7
[21:29:18.666] #1  0x000000082b83fe64 in raise () from /lib/libc.so.7
[21:29:18.666] #2  0x000000082b8f06f9 in abort () from /lib/libc.so.7
[21:29:18.666] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:29:18.666] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:29:18.666] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:29:18.666] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:29:18.666] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821482c38) at ../src/backe...
[21:29:18.666] #8  0x00000000007d34ab in main (argc=8, argv=0x821482c38) at ../src/backend/main/main.c:224
[21:29:18.954] #0  0x000000082c2ff41a in thr_kill () from /lib/libc.so.7
core
[21:29:18.369] #0  0x000000082cf2141a in thr_kill () from /lib/libc.so.7
[21:29:18.369] #1  0x000000082ce9ae64 in raise () from /lib/libc.so.7
[21:29:18.369] #2  0x000000082cf4b6f9 in abort () from /lib/libc.so.7
[21:29:18.369] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:29:18.369] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:29:18.369] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:29:18.369] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:29:18.369] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8210cc148) at ../src/backe...
[21:29:18.369] #8  0x00000000007d34ab in main (argc=8, argv=0x8210cc148) at ../src/backend/main/main.c:224
[21:29:18.656] #0  0x000000082b8c641a in thr_kill () from /lib/libc.so.7
core
[21:29:18.079] #0  0x000000082c18a41a in thr_kill () from /lib/libc.so.7
[21:29:18.079] #1  0x000000082c103e64 in raise () from /lib/libc.so.7
[21:29:18.079] #2  0x000000082c1b46f9 in abort () from /lib/libc.so.7
[21:29:18.079] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:29:18.079] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:29:18.079] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:29:18.079] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:29:18.079] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x82139fd40) at ../src/backe...
[21:29:18.079] #8  0x00000000007d34ab in main (argc=8, argv=0x82139fd40) at ../src/backend/main/main.c:224
[21:29:18.358] #0  0x000000082cf2141a in thr_kill () from /lib/libc.so.7
core
[21:29:17.787] #0  0x000000082e47341a in thr_kill () from /lib/libc.so.7
[21:29:17.787] #1  0x000000082e3ece64 in raise () from /lib/libc.so.7
[21:29:17.787] #2  0x000000082e49d6f9 in abort () from /lib/libc.so.7
[21:29:17.787] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:29:17.787] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:29:17.787] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:29:17.787] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:29:17.787] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821764fb0) at ../src/backe...
[21:29:17.787] #8  0x00000000007d34ab in main (argc=8, argv=0x821764fb0) at ../src/backend/main/main.c:224
[21:29:18.069] #0  0x000000082c18a41a in thr_kill () from /lib/libc.so.7
core
[21:29:17.489] #0  0x000000082aa7a41a in thr_kill () from /lib/libc.so.7
[21:29:17.489] #1  0x000000082a9f3e64 in raise () from /lib/libc.so.7
[21:29:17.489] #2  0x000000082aaa46f9 in abort () from /lib/libc.so.7
[21:29:17.489] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:29:17.489] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:29:17.489] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:29:17.489] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:29:17.490] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821384e50) at ../src/backe...
[21:29:17.490] #8  0x00000000007d34ab in main (argc=8, argv=0x821384e50) at ../src/backend/main/main.c:224
[21:29:17.777] #0  0x000000082e47341a in thr_kill () from /lib/libc.so.7
core
[21:29:17.188] #0  0x000000082c60a41a in thr_kill () from /lib/libc.so.7
[21:29:17.188] #1  0x000000082c583e64 in raise () from /lib/libc.so.7
[21:29:17.188] #2  0x000000082c6346f9 in abort () from /lib/libc.so.7
[21:29:17.188] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:29:17.188] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:29:17.188] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:29:17.188] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:29:17.188] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8212794b8) at ../src/backe...
[21:29:17.188] #8  0x00000000007d34ab in main (argc=8, argv=0x8212794b8) at ../src/backend/main/main.c:224
[21:29:17.479] #0  0x000000082aa7a41a in thr_kill () from /lib/libc.so.7
core
[21:29:16.871] #0  0x000000082cc3341a in thr_kill () from /lib/libc.so.7
[21:29:16.871] #1  0x000000082cbace64 in raise () from /lib/libc.so.7
[21:29:16.871] #2  0x000000082cc5d6f9 in abort () from /lib/libc.so.7
[21:29:16.871] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:29:16.871] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:29:16.871] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:29:16.871] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:29:16.871] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821a6c2a8) at ../src/backe...
[21:29:16.871] #8  0x00000000007d34ab in main (argc=8, argv=0x821a6c2a8) at ../src/backend/main/main.c:224
[21:29:17.177] #0  0x000000082c60a41a in thr_kill () from /lib/libc.so.7
core
[21:29:16.572] #0  0x000000082b41141a in thr_kill () from /lib/libc.so.7
[21:29:16.572] #1  0x000000082b38ae64 in raise () from /lib/libc.so.7
[21:29:16.572] #2  0x000000082b43b6f9 in abort () from /lib/libc.so.7
[21:29:16.572] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:29:16.572] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:29:16.572] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:29:16.572] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:29:16.572] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8215e29d8) at ../src/backe...
[21:29:16.572] #8  0x00000000007d34ab in main (argc=8, argv=0x8215e29d8) at ../src/backend/main/main.c:224
[21:29:16.861] #0  0x000000082cc3341a in thr_kill () from /lib/libc.so.7
core
[21:29:16.276] #0  0x000000082b4ea41a in thr_kill () from /lib/libc.so.7
[21:29:16.276] #1  0x000000082b463e64 in raise () from /lib/libc.so.7
[21:29:16.276] #2  0x000000082b5146f9 in abort () from /lib/libc.so.7
[21:29:16.276] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:29:16.276] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:29:16.276] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:29:16.276] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:29:16.276] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x82191a018) at ../src/backe...
[21:29:16.276] #8  0x00000000007d34ab in main (argc=8, argv=0x82191a018) at ../src/backend/main/main.c:224
[21:29:16.562] #0  0x000000082b41141a in thr_kill () from /lib/libc.so.7
core
[21:29:15.976] #0  0x000000082d11541a in thr_kill () from /lib/libc.so.7
[21:29:15.976] #1  0x000000082d08ee64 in raise () from /lib/libc.so.7
[21:29:15.976] #2  0x000000082d13f6f9 in abort () from /lib/libc.so.7
[21:29:15.976] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:29:15.976] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:29:15.976] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:29:15.976] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:29:15.976] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821152450) at ../src/backe...
[21:29:15.976] #8  0x00000000007d34ab in main (argc=8, argv=0x821152450) at ../src/backend/main/main.c:224
[21:29:16.266] #0  0x000000082b4ea41a in thr_kill () from /lib/libc.so.7
core
[21:29:15.667] #0  0x000000082cc4641a in thr_kill () from /lib/libc.so.7
[21:29:15.667] #1  0x000000082cbbfe64 in raise () from /lib/libc.so.7
[21:29:15.667] #2  0x000000082cc706f9 in abort () from /lib/libc.so.7
[21:29:15.667] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:29:15.667] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:29:15.667] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:29:15.667] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:29:15.668] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8217e1bb0) at ../src/backe...
[21:29:15.668] #8  0x00000000007d34ab in main (argc=8, argv=0x8217e1bb0) at ../src/backend/main/main.c:224
[21:29:15.965] #0  0x000000082d11541a in thr_kill () from /lib/libc.so.7
core
[21:29:15.377] #0  0x000000082d2c141a in thr_kill () from /lib/libc.so.7
[21:29:15.377] #1  0x000000082d23ae64 in raise () from /lib/libc.so.7
[21:29:15.377] #2  0x000000082d2eb6f9 in abort () from /lib/libc.so.7
[21:29:15.377] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:29:15.377] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:29:15.377] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:29:15.377] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:29:15.377] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8215d6298) at ../src/backe...
[21:29:15.377] #8  0x00000000007d34ab in main (argc=8, argv=0x8215d6298) at ../src/backend/main/main.c:224
[21:29:15.657] #0  0x000000082cc4641a in thr_kill () from /lib/libc.so.7
core
[21:29:15.085] #0  0x000000082a62641a in thr_kill () from /lib/libc.so.7
[21:29:15.085] #1  0x000000082a59fe64 in raise () from /lib/libc.so.7
[21:29:15.085] #2  0x000000082a6506f9 in abort () from /lib/libc.so.7
[21:29:15.085] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:29:15.085] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:29:15.085] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:29:15.085] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:29:15.085] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821419d00) at ../src/backe...
[21:29:15.085] #8  0x00000000007d34ab in main (argc=8, argv=0x821419d00) at ../src/backend/main/main.c:224
[21:29:15.366] #0  0x000000082d2c141a in thr_kill () from /lib/libc.so.7
core
[21:29:14.793] #0  0x000000082b98b41a in thr_kill () from /lib/libc.so.7
[21:29:14.793] #1  0x000000082b904e64 in raise () from /lib/libc.so.7
[21:29:14.793] #2  0x000000082b9b56f9 in abort () from /lib/libc.so.7
[21:29:14.793] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:29:14.793] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:29:14.793] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:29:14.793] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:29:14.794] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821a7a528) at ../src/backe...
[21:29:14.794] #8  0x00000000007d34ab in main (argc=8, argv=0x821a7a528) at ../src/backend/main/main.c:224
[21:29:15.074] #0  0x000000082a62641a in thr_kill () from /lib/libc.so.7
core
[21:29:14.490] #0  0x000000082bd5541a in thr_kill () from /lib/libc.so.7
[21:29:14.490] #1  0x000000082bccee64 in raise () from /lib/libc.so.7
[21:29:14.490] #2  0x000000082bd7f6f9 in abort () from /lib/libc.so.7
[21:29:14.490] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:29:14.490] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:29:14.490] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:29:14.490] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:29:14.491] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x82121e2d8) at ../src/backe...
[21:29:14.491] #8  0x00000000007d34ab in main (argc=8, argv=0x82121e2d8) at ../src/backend/main/main.c:224
[21:29:14.783] #0  0x000000082b98b41a in thr_kill () from /lib/libc.so.7
core
[21:29:14.195] #0  0x000000082b00d41a in thr_kill () from /lib/libc.so.7
[21:29:14.195] #1  0x000000082af86e64 in raise () from /lib/libc.so.7
[21:29:14.195] #2  0x000000082b0376f9 in abort () from /lib/libc.so.7
[21:29:14.195] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:29:14.195] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:29:14.195] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:29:14.195] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:29:14.195] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821281a68) at ../src/backe...
[21:29:14.195] #8  0x00000000007d34ab in main (argc=8, argv=0x821281a68) at ../src/backend/main/main.c:224
[21:29:14.480] #0  0x000000082bd5541a in thr_kill () from /lib/libc.so.7
core
[21:29:13.901] #0  0x000000082b99f41a in thr_kill () from /lib/libc.so.7
[21:29:13.901] #1  0x000000082b918e64 in raise () from /lib/libc.so.7
[21:29:13.901] #2  0x000000082b9c96f9 in abort () from /lib/libc.so.7
[21:29:13.901] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:29:13.901] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:29:13.901] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:29:13.901] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:29:13.901] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820f5dd80) at ../src/backe...
[21:29:13.901] #8  0x00000000007d34ab in main (argc=8, argv=0x820f5dd80) at ../src/backend/main/main.c:224
[21:29:14.185] #0  0x000000082b00d41a in thr_kill () from /lib/libc.so.7
core
[21:29:13.601] #0  0x000000082c00d41a in thr_kill () from /lib/libc.so.7
[21:29:13.601] #1  0x000000082bf86e64 in raise () from /lib/libc.so.7
[21:29:13.601] #2  0x000000082c0376f9 in abort () from /lib/libc.so.7
[21:29:13.601] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:29:13.601] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:29:13.601] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:29:13.601] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:29:13.601] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8215eccb8) at ../src/backe...
[21:29:13.601] #8  0x00000000007d34ab in main (argc=8, argv=0x8215eccb8) at ../src/backend/main/main.c:224
[21:29:13.890] #0  0x000000082b99f41a in thr_kill () from /lib/libc.so.7
core
[21:29:13.307] #0  0x000000082d1b941a in thr_kill () from /lib/libc.so.7
[21:29:13.307] #1  0x000000082d132e64 in raise () from /lib/libc.so.7
[21:29:13.307] #2  0x000000082d1e36f9 in abort () from /lib/libc.so.7
[21:29:13.307] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:29:13.307] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:29:13.307] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:29:13.307] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:29:13.307] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x82199a810) at ../src/backe...
[21:29:13.307] #8  0x00000000007d34ab in main (argc=8, argv=0x82199a810) at ../src/backend/main/main.c:224
[21:29:13.590] #0  0x000000082c00d41a in thr_kill () from /lib/libc.so.7
core
[21:29:13.010] #0  0x000000082cd7041a in thr_kill () from /lib/libc.so.7
[21:29:13.010] #1  0x000000082cce9e64 in raise () from /lib/libc.so.7
[21:29:13.010] #2  0x000000082cd9a6f9 in abort () from /lib/libc.so.7
[21:29:13.010] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:29:13.010] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:29:13.010] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:29:13.010] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:29:13.010] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x82191add0) at ../src/backe...
[21:29:13.010] #8  0x00000000007d34ab in main (argc=8, argv=0x82191add0) at ../src/backend/main/main.c:224
[21:29:13.296] #0  0x000000082d1b941a in thr_kill () from /lib/libc.so.7
core
[21:29:06.735] #0  0x000000082c48641a in thr_kill () from /lib/libc.so.7
[21:29:06.735] #1  0x000000082c3ffe64 in raise () from /lib/libc.so.7
[21:29:06.735] #2  0x000000082c4b06f9 in abort () from /lib/libc.so.7
[21:29:06.735] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:29:06.735] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:29:06.735] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:29:06.735] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:29:06.735] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x82115f6c8) at ../src/backe...
[21:29:06.735] #8  0x00000000007d34ab in main (argc=8, argv=0x82115f6c8) at ../src/backend/main/main.c:224
[21:29:07.029] #0  0x000000082aea741a in thr_kill () from /lib/libc.so.7
core
[21:29:06.429] #0  0x000000082c48441a in thr_kill () from /lib/libc.so.7
[21:29:06.429] #1  0x000000082c3fde64 in raise () from /lib/libc.so.7
[21:29:06.429] #2  0x000000082c4ae6f9 in abort () from /lib/libc.so.7
[21:29:06.429] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:29:06.429] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:29:06.429] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:29:06.429] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:29:06.429] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821223e08) at ../src/backe...
[21:29:06.429] #8  0x00000000007d34ab in main (argc=8, argv=0x821223e08) at ../src/backend/main/main.c:224
[21:29:06.724] #0  0x000000082c48641a in thr_kill () from /lib/libc.so.7
core
[21:29:06.129] #0  0x000000082cbc141a in thr_kill () from /lib/libc.so.7
[21:29:06.129] #1  0x000000082cb3ae64 in raise () from /lib/libc.so.7
[21:29:06.129] #2  0x000000082cbeb6f9 in abort () from /lib/libc.so.7
[21:29:06.129] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:29:06.129] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:29:06.129] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:29:06.129] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:29:06.129] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820e42080) at ../src/backe...
[21:29:06.129] #8  0x00000000007d34ab in main (argc=8, argv=0x820e42080) at ../src/backend/main/main.c:224
[21:29:06.418] #0  0x000000082c48441a in thr_kill () from /lib/libc.so.7
core
[21:29:05.835] #0  0x000000082cc8441a in thr_kill () from /lib/libc.so.7
[21:29:05.835] #1  0x000000082cbfde64 in raise () from /lib/libc.so.7
[21:29:05.835] #2  0x000000082ccae6f9 in abort () from /lib/libc.so.7
[21:29:05.835] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:29:05.835] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:29:05.835] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:29:05.835] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:29:05.835] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x82175ae08) at ../src/backe...
[21:29:05.835] #8  0x00000000007d34ab in main (argc=8, argv=0x82175ae08) at ../src/backend/main/main.c:224
[21:29:06.119] #0  0x000000082cbc141a in thr_kill () from /lib/libc.so.7
core
[21:29:05.540] #0  0x00000008295a941a in thr_kill () from /lib/libc.so.7
[21:29:05.540] #1  0x0000000829522e64 in raise () from /lib/libc.so.7
[21:29:05.540] #2  0x00000008295d36f9 in abort () from /lib/libc.so.7
[21:29:05.540] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:29:05.540] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:29:05.540] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:29:05.540] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:29:05.540] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820f07ce8) at ../src/backe...
[21:29:05.540] #8  0x00000000007d34ab in main (argc=4, argv=0x820f07ce8) at ../src/backend/main/main.c:224
[21:29:05.824] #0  0x000000082cc8441a in thr_kill () from /lib/libc.so.7
core
[21:29:05.241] #0  0x000000082ca8d41a in thr_kill () from /lib/libc.so.7
[21:29:05.241] #1  0x000000082ca06e64 in raise () from /lib/libc.so.7
[21:29:05.241] #2  0x000000082cab76f9 in abort () from /lib/libc.so.7
[21:29:05.241] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:29:05.241] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:29:05.241] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:29:05.241] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:29:05.241] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821b348a8) at ../src/backe...
[21:29:05.241] #8  0x00000000007d34ab in main (argc=4, argv=0x821b348a8) at ../src/backend/main/main.c:224
[21:29:05.529] #0  0x00000008295a941a in thr_kill () from /lib/libc.so.7
core
[21:29:04.942] #0  0x000000082b27141a in thr_kill () from /lib/libc.so.7
[21:29:04.942] #1  0x000000082b1eae64 in raise () from /lib/libc.so.7
[21:29:04.942] #2  0x000000082b29b6f9 in abort () from /lib/libc.so.7
[21:29:04.942] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:29:04.942] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:29:04.942] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:29:04.942] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:29:04.942] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821324290) at ../src/backe...
[21:29:04.942] #8  0x00000000007d34ab in main (argc=8, argv=0x821324290) at ../src/backend/main/main.c:224
[21:29:05.231] #0  0x000000082ca8d41a in thr_kill () from /lib/libc.so.7
core
[21:29:04.652] #0  0x000000082bda541a in thr_kill () from /lib/libc.so.7
[21:29:04.652] #1  0x000000082bd1ee64 in raise () from /lib/libc.so.7
[21:29:04.652] #2  0x000000082bdcf6f9 in abort () from /lib/libc.so.7
[21:29:04.652] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:29:04.652] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:29:04.652] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:29:04.652] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:29:04.652] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821921580) at ../src/backe...
[21:29:04.652] #8  0x00000000007d34ab in main (argc=8, argv=0x821921580) at ../src/backend/main/main.c:224
[21:29:04.932] #0  0x000000082b27141a in thr_kill () from /lib/libc.so.7
core
[21:29:04.347] #0  0x000000082b56a41a in thr_kill () from /lib/libc.so.7
[21:29:04.347] #1  0x000000082b4e3e64 in raise () from /lib/libc.so.7
[21:29:04.347] #2  0x000000082b5946f9 in abort () from /lib/libc.so.7
[21:29:04.347] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:29:04.347] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:29:04.347] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:29:04.347] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:29:04.347] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x82127e110) at ../src/backe...
[21:29:04.347] #8  0x00000000007d34ab in main (argc=8, argv=0x82127e110) at ../src/backend/main/main.c:224
[21:29:04.641] #0  0x000000082bda541a in thr_kill () from /lib/libc.so.7
core
[21:29:04.041] #0  0x000000082b43541a in thr_kill () from /lib/libc.so.7
[21:29:04.041] #1  0x000000082b3aee64 in raise () from /lib/libc.so.7
[21:29:04.041] #2  0x000000082b45f6f9 in abort () from /lib/libc.so.7
[21:29:04.041] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:29:04.041] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:29:04.041] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:29:04.041] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:29:04.041] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82106c9c0) at ../src/backe...
[21:29:04.041] #8  0x00000000007d34ab in main (argc=4, argv=0x82106c9c0) at ../src/backend/main/main.c:224
[21:29:04.335] #0  0x000000082b56a41a in thr_kill () from /lib/libc.so.7
core
[21:29:03.746] #0  0x000000082bef741a in thr_kill () from /lib/libc.so.7
[21:29:03.746] #1  0x000000082be70e64 in raise () from /lib/libc.so.7
[21:29:03.746] #2  0x000000082bf216f9 in abort () from /lib/libc.so.7
[21:29:03.746] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:29:03.746] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:29:03.746] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:29:03.746] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:29:03.747] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820f72238) at ../src/backe...
[21:29:03.747] #8  0x00000000007d34ab in main (argc=4, argv=0x820f72238) at ../src/backend/main/main.c:224
[21:29:04.030] #0  0x000000082b43541a in thr_kill () from /lib/libc.so.7
core
[21:29:03.445] #0  0x000000082c4bc41a in thr_kill () from /lib/libc.so.7
[21:29:03.445] #1  0x000000082c435e64 in raise () from /lib/libc.so.7
[21:29:03.445] #2  0x000000082c4e66f9 in abort () from /lib/libc.so.7
[21:29:03.445] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:29:03.445] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:29:03.445] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:29:03.445] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:29:03.445] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821b889b0) at ../src/backe...
[21:29:03.445] #8  0x00000000007d34ab in main (argc=4, argv=0x821b889b0) at ../src/backend/main/main.c:224
[21:29:03.736] #0  0x000000082bef741a in thr_kill () from /lib/libc.so.7
core
[21:29:03.150] #0  0x000000082ac2b41a in thr_kill () from /lib/libc.so.7
[21:29:03.150] #1  0x000000082aba4e64 in raise () from /lib/libc.so.7
[21:29:03.150] #2  0x000000082ac556f9 in abort () from /lib/libc.so.7
[21:29:03.150] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:29:03.150] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:29:03.150] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:29:03.150] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:29:03.150] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8216fb848) at ../src/backe...
[21:29:03.150] #8  0x00000000007d34ab in main (argc=4, argv=0x8216fb848) at ../src/backend/main/main.c:224
[21:29:03.434] #0  0x000000082c4bc41a in thr_kill () from /lib/libc.so.7
core
[21:29:02.853] #0  0x000000082ace141a in thr_kill () from /lib/libc.so.7
[21:29:02.853] #1  0x000000082ac5ae64 in raise () from /lib/libc.so.7
[21:29:02.853] #2  0x000000082ad0b6f9 in abort () from /lib/libc.so.7
[21:29:02.853] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:29:02.853] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:29:02.853] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:29:02.853] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:29:02.853] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821ab5380) at ../src/backe...
[21:29:02.853] #8  0x00000000007d34ab in main (argc=4, argv=0x821ab5380) at ../src/backend/main/main.c:224
[21:29:03.140] #0  0x000000082ac2b41a in thr_kill () from /lib/libc.so.7
core
[21:29:02.557] #0  0x000000082c0a641a in thr_kill () from /lib/libc.so.7
[21:29:02.557] #1  0x000000082c01fe64 in raise () from /lib/libc.so.7
[21:29:02.557] #2  0x000000082c0d06f9 in abort () from /lib/libc.so.7
[21:29:02.557] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:29:02.557] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:29:02.557] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:29:02.557] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:29:02.557] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821248c10) at ../src/backe...
[21:29:02.557] #8  0x00000000007d34ab in main (argc=4, argv=0x821248c10) at ../src/backend/main/main.c:224
[21:29:02.843] #0  0x000000082ace141a in thr_kill () from /lib/libc.so.7
core
[21:29:02.262] #0  0x000000082bbb441a in thr_kill () from /lib/libc.so.7
[21:29:02.262] #1  0x000000082bb2de64 in raise () from /lib/libc.so.7
[21:29:02.262] #2  0x000000082bbde6f9 in abort () from /lib/libc.so.7
[21:29:02.262] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:29:02.262] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:29:02.262] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:29:02.262] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:29:02.262] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820d1a078) at ../src/backe...
[21:29:02.262] #8  0x00000000007d34ab in main (argc=4, argv=0x820d1a078) at ../src/backend/main/main.c:224
[21:29:02.547] #0  0x000000082c0a641a in thr_kill () from /lib/libc.so.7
core
[21:29:01.970] #0  0x000000082a79541a in thr_kill () from /lib/libc.so.7
[21:29:01.970] #1  0x000000082a70ee64 in raise () from /lib/libc.so.7
[21:29:01.970] #2  0x000000082a7bf6f9 in abort () from /lib/libc.so.7
[21:29:01.970] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:29:01.970] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:29:01.970] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:29:01.970] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:29:01.970] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820e81e10) at ../src/backe...
[21:29:01.970] #8  0x00000000007d34ab in main (argc=4, argv=0x820e81e10) at ../src/backend/main/main.c:224
[21:29:02.252] #0  0x000000082bbb441a in thr_kill () from /lib/libc.so.7
core
[21:29:01.670] #0  0x000000082da3141a in thr_kill () from /lib/libc.so.7
[21:29:01.670] #1  0x000000082d9aae64 in raise () from /lib/libc.so.7
[21:29:01.670] #2  0x000000082da5b6f9 in abort () from /lib/libc.so.7
[21:29:01.670] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:29:01.670] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:29:01.670] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:29:01.670] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:29:01.670] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82137f658) at ../src/backe...
[21:29:01.670] #8  0x00000000007d34ab in main (argc=4, argv=0x82137f658) at ../src/backend/main/main.c:224
[21:29:01.960] #0  0x000000082a79541a in thr_kill () from /lib/libc.so.7
core
[21:29:01.378] #0  0x000000082c05b41a in thr_kill () from /lib/libc.so.7
[21:29:01.378] #1  0x000000082bfd4e64 in raise () from /lib/libc.so.7
[21:29:01.378] #2  0x000000082c0856f9 in abort () from /lib/libc.so.7
[21:29:01.378] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:29:01.378] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:29:01.378] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:29:01.378] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:29:01.378] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8211882a0) at ../src/backe...
[21:29:01.378] #8  0x00000000007d34ab in main (argc=4, argv=0x8211882a0) at ../src/backend/main/main.c:224
[21:29:01.659] #0  0x000000082da3141a in thr_kill () from /lib/libc.so.7
core
[21:29:01.072] #0  0x000000082931c41a in thr_kill () from /lib/libc.so.7
[21:29:01.072] #1  0x0000000829295e64 in raise () from /lib/libc.so.7
[21:29:01.072] #2  0x00000008293466f9 in abort () from /lib/libc.so.7
[21:29:01.072] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:29:01.072] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:29:01.072] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:29:01.072] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:29:01.072] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820faa8f0) at ../src/backe...
[21:29:01.072] #8  0x00000000007d34ab in main (argc=4, argv=0x820faa8f0) at ../src/backend/main/main.c:224
[21:29:01.367] #0  0x000000082c05b41a in thr_kill () from /lib/libc.so.7
core
[21:29:00.765] #0  0x000000082c83041a in thr_kill () from /lib/libc.so.7
[21:29:00.765] #1  0x000000082c7a9e64 in raise () from /lib/libc.so.7
[21:29:00.765] #2  0x000000082c85a6f9 in abort () from /lib/libc.so.7
[21:29:00.765] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:29:00.765] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:29:00.765] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:29:00.765] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:29:00.765] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8216f09e0) at ../src/backe...
[21:29:00.765] #8  0x00000000007d34ab in main (argc=4, argv=0x8216f09e0) at ../src/backend/main/main.c:224
[21:29:01.060] #0  0x000000082931c41a in thr_kill () from /lib/libc.so.7
core
[21:29:00.467] #0  0x000000082a38641a in thr_kill () from /lib/libc.so.7
[21:29:00.467] #1  0x000000082a2ffe64 in raise () from /lib/libc.so.7
[21:29:00.467] #2  0x000000082a3b06f9 in abort () from /lib/libc.so.7
[21:29:00.467] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:29:00.467] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:29:00.467] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:29:00.467] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:29:00.468] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821133028) at ../src/backe...
[21:29:00.468] #8  0x00000000007d34ab in main (argc=8, argv=0x821133028) at ../src/backend/main/main.c:224
[21:29:00.755] #0  0x000000082c83041a in thr_kill () from /lib/libc.so.7
core
[21:29:00.163] #0  0x000000082ba5241a in thr_kill () from /lib/libc.so.7
[21:29:00.163] #1  0x000000082b9cbe64 in raise () from /lib/libc.so.7
[21:29:00.163] #2  0x000000082ba7c6f9 in abort () from /lib/libc.so.7
[21:29:00.163] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:29:00.163] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:29:00.163] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:29:00.163] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:29:00.163] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821006d28) at ../src/backe...
[21:29:00.163] #8  0x00000000007d34ab in main (argc=4, argv=0x821006d28) at ../src/backend/main/main.c:224
[21:29:00.456] #0  0x000000082a38641a in thr_kill () from /lib/libc.so.7
core
[21:28:59.858] #0  0x000000082afd041a in thr_kill () from /lib/libc.so.7
[21:28:59.858] #1  0x000000082af49e64 in raise () from /lib/libc.so.7
[21:28:59.858] #2  0x000000082affa6f9 in abort () from /lib/libc.so.7
[21:28:59.858] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:28:59.858] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:28:59.858] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:28:59.858] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:28:59.858] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8213051a0) at ../src/backe...
[21:28:59.858] #8  0x00000000007d34ab in main (argc=4, argv=0x8213051a0) at ../src/backend/main/main.c:224
[21:29:00.152] #0  0x000000082ba5241a in thr_kill () from /lib/libc.so.7
core
[21:28:59.561] #0  0x000000082bebe41a in thr_kill () from /lib/libc.so.7
[21:28:59.561] #1  0x000000082be37e64 in raise () from /lib/libc.so.7
[21:28:59.561] #2  0x000000082bee86f9 in abort () from /lib/libc.so.7
[21:28:59.561] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:28:59.561] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:28:59.561] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:28:59.561] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:28:59.561] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8212106d8) at ../src/backe...
[21:28:59.561] #8  0x00000000007d34ab in main (argc=4, argv=0x8212106d8) at ../src/backend/main/main.c:224
[21:28:59.847] #0  0x000000082afd041a in thr_kill () from /lib/libc.so.7
core
[21:28:59.268] #0  0x000000082a52341a in thr_kill () from /lib/libc.so.7
[21:28:59.268] #1  0x000000082a49ce64 in raise () from /lib/libc.so.7
[21:28:59.268] #2  0x000000082a54d6f9 in abort () from /lib/libc.so.7
[21:28:59.268] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:28:59.268] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:28:59.268] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:28:59.268] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:28:59.268] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821948e30) at ../src/backe...
[21:28:59.268] #8  0x00000000007d34ab in main (argc=4, argv=0x821948e30) at ../src/backend/main/main.c:224
[21:28:59.549] #0  0x000000082bebe41a in thr_kill () from /lib/libc.so.7
core
[21:28:58.970] #0  0x000000082b45141a in thr_kill () from /lib/libc.so.7
[21:28:58.970] #1  0x000000082b3cae64 in raise () from /lib/libc.so.7
[21:28:58.970] #2  0x000000082b47b6f9 in abort () from /lib/libc.so.7
[21:28:58.970] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:28:58.970] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:28:58.970] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:28:58.970] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:28:58.970] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8212046a0) at ../src/backe...
[21:28:58.970] #8  0x00000000007d34ab in main (argc=4, argv=0x8212046a0) at ../src/backend/main/main.c:224
[21:28:59.257] #0  0x000000082a52341a in thr_kill () from /lib/libc.so.7
core
[21:28:58.654] #0  0x000000082b77141a in thr_kill () from /lib/libc.so.7
[21:28:58.654] #1  0x000000082b6eae64 in raise () from /lib/libc.so.7
[21:28:58.654] #2  0x000000082b79b6f9 in abort () from /lib/libc.so.7
[21:28:58.654] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:28:58.654] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:28:58.654] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:28:58.654] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:28:58.655] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8215d7108) at ../src/backe...
[21:28:58.655] #8  0x00000000007d34ab in main (argc=8, argv=0x8215d7108) at ../src/backend/main/main.c:224
[21:28:58.959] #0  0x000000082b45141a in thr_kill () from /lib/libc.so.7
core
[21:28:58.352] #0  0x000000082c08e41a in thr_kill () from /lib/libc.so.7
[21:28:58.352] #1  0x000000082c007e64 in raise () from /lib/libc.so.7
[21:28:58.352] #2  0x000000082c0b86f9 in abort () from /lib/libc.so.7
[21:28:58.352] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:28:58.352] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:28:58.352] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:28:58.352] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:28:58.353] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821270040) at ../src/backe...
[21:28:58.353] #8  0x00000000007d34ab in main (argc=4, argv=0x821270040) at ../src/backend/main/main.c:224
[21:28:58.644] #0  0x000000082b77141a in thr_kill () from /lib/libc.so.7
core
[21:28:58.053] #0  0x000000082a0d641a in thr_kill () from /lib/libc.so.7
[21:28:58.053] #1  0x000000082a04fe64 in raise () from /lib/libc.so.7
[21:28:58.053] #2  0x000000082a1006f9 in abort () from /lib/libc.so.7
[21:28:58.053] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:28:58.053] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:28:58.053] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:28:58.053] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:28:58.053] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8219c99f8) at ../src/backe...
[21:28:58.053] #8  0x00000000007d34ab in main (argc=4, argv=0x8219c99f8) at ../src/backend/main/main.c:224
[21:28:58.340] #0  0x000000082c08e41a in thr_kill () from /lib/libc.so.7
core
[21:28:57.741] #0  0x000000082c65241a in thr_kill () from /lib/libc.so.7
[21:28:57.741] #1  0x000000082c5cbe64 in raise () from /lib/libc.so.7
[21:28:57.741] #2  0x000000082c67c6f9 in abort () from /lib/libc.so.7
[21:28:57.741] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:28:57.741] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:28:57.741] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:28:57.741] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:28:57.741] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821168d78) at ../src/backe...
[21:28:57.741] #8  0x00000000007d34ab in main (argc=4, argv=0x821168d78) at ../src/backend/main/main.c:224
[21:28:58.043] #0  0x000000082a0d641a in thr_kill () from /lib/libc.so.7
core
[21:28:57.440] #0  0x000000082b85441a in thr_kill () from /lib/libc.so.7
[21:28:57.440] #1  0x000000082b7cde64 in raise () from /lib/libc.so.7
[21:28:57.440] #2  0x000000082b87e6f9 in abort () from /lib/libc.so.7
[21:28:57.440] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:28:57.440] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:28:57.440] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:28:57.440] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:28:57.440] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820dff320) at ../src/backe...
[21:28:57.440] #8  0x00000000007d34ab in main (argc=4, argv=0x820dff320) at ../src/backend/main/main.c:224
[21:28:57.729] #0  0x000000082c65241a in thr_kill () from /lib/libc.so.7
core
[21:28:57.144] #0  0x000000082b00841a in thr_kill () from /lib/libc.so.7
[21:28:57.144] #1  0x000000082af81e64 in raise () from /lib/libc.so.7
[21:28:57.144] #2  0x000000082b0326f9 in abort () from /lib/libc.so.7
[21:28:57.144] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:28:57.144] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:28:57.144] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:28:57.144] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:28:57.144] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8215c1618) at ../src/backe...
[21:28:57.144] #8  0x00000000007d34ab in main (argc=4, argv=0x8215c1618) at ../src/backend/main/main.c:224
[21:28:57.429] #0  0x000000082b85441a in thr_kill () from /lib/libc.so.7
core
[21:28:56.855] #0  0x000000082aa3341a in thr_kill () from /lib/libc.so.7
[21:28:56.855] #1  0x000000082a9ace64 in raise () from /lib/libc.so.7
[21:28:56.855] #2  0x000000082aa5d6f9 in abort () from /lib/libc.so.7
[21:28:56.855] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:28:56.855] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:28:56.855] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:28:56.855] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:28:56.855] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8218dba98) at ../src/backe...
[21:28:56.855] #8  0x00000000007d34ab in main (argc=4, argv=0x8218dba98) at ../src/backend/main/main.c:224
[21:28:57.133] #0  0x000000082b00841a in thr_kill () from /lib/libc.so.7
core
[21:28:56.559] #0  0x000000082ae8e41a in thr_kill () from /lib/libc.so.7
[21:28:56.559] #1  0x000000082ae07e64 in raise () from /lib/libc.so.7
[21:28:56.559] #2  0x000000082aeb86f9 in abort () from /lib/libc.so.7
[21:28:56.559] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:28:56.559] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:28:56.559] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:28:56.559] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:28:56.559] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8214abee0) at ../src/backe...
[21:28:56.559] #8  0x00000000007d34ab in main (argc=4, argv=0x8214abee0) at ../src/backend/main/main.c:224
[21:28:56.844] #0  0x000000082aa3341a in thr_kill () from /lib/libc.so.7
core
[21:28:56.273] #0  0x000000082b57a41a in thr_kill () from /lib/libc.so.7
[21:28:56.273] #1  0x000000082b4f3e64 in raise () from /lib/libc.so.7
[21:28:56.273] #2  0x000000082b5a46f9 in abort () from /lib/libc.so.7
[21:28:56.273] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:28:56.273] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:28:56.273] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:28:56.273] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:28:56.273] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820c02f90) at ../src/backe...
[21:28:56.273] #8  0x00000000007d34ab in main (argc=4, argv=0x820c02f90) at ../src/backend/main/main.c:224
[21:28:56.548] #0  0x000000082ae8e41a in thr_kill () from /lib/libc.so.7
core
[21:28:55.974] #0  0x000000082a8c741a in thr_kill () from /lib/libc.so.7
[21:28:55.974] #1  0x000000082a840e64 in raise () from /lib/libc.so.7
[21:28:55.974] #2  0x000000082a8f16f9 in abort () from /lib/libc.so.7
[21:28:55.974] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:28:55.974] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:28:55.974] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:28:55.974] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:28:55.974] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820e37720) at ../src/backe...
[21:28:55.974] #8  0x00000000007d34ab in main (argc=4, argv=0x820e37720) at ../src/backend/main/main.c:224
[21:28:56.263] #0  0x000000082b57a41a in thr_kill () from /lib/libc.so.7
core
[21:28:55.672] #0  0x000000082ad4441a in thr_kill () from /lib/libc.so.7
[21:28:55.672] #1  0x000000082acbde64 in raise () from /lib/libc.so.7
[21:28:55.672] #2  0x000000082ad6e6f9 in abort () from /lib/libc.so.7
[21:28:55.672] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:28:55.672] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:28:55.672] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:28:55.672] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:28:55.672] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820cc3ea0) at ../src/backe...
[21:28:55.672] #8  0x00000000007d34ab in main (argc=4, argv=0x820cc3ea0) at ../src/backend/main/main.c:224
[21:28:55.963] #0  0x000000082a8c741a in thr_kill () from /lib/libc.so.7
core
[21:28:40.005] #0  0x000000082bfa541a in thr_kill () from /lib/libc.so.7
[21:28:40.005] #1  0x000000082bf1ee64 in raise () from /lib/libc.so.7
[21:28:40.005] #2  0x000000082bfcf6f9 in abort () from /lib/libc.so.7
[21:28:40.005] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:28:40.005] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:28:40.005] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:28:40.005] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:28:40.005] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82107e660) at ../src/backe...
[21:28:40.005] #8  0x00000000007d34ab in main (argc=4, argv=0x82107e660) at ../src/backend/main/main.c:224
[21:28:40.297] #0  0x000000082b66e41a in thr_kill () from /lib/libc.so.7
core
[21:28:40.308] #0  0x000000082b66e41a in thr_kill () from /lib/libc.so.7
[21:28:40.308] #1  0x000000082b5e7e64 in raise () from /lib/libc.so.7
[21:28:40.308] #2  0x000000082b6986f9 in abort () from /lib/libc.so.7
[21:28:40.308] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:28:40.308] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:28:40.308] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:28:40.308] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:28:40.309] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8215ee238) at ../src/backe...
[21:28:40.309] #8  0x00000000007d34ab in main (argc=4, argv=0x8215ee238) at ../src/backend/main/main.c:224
[21:28:40.596] #0  0x000000082b13841a in thr_kill () from /lib/libc.so.7
core
[21:28:40.606] #0  0x000000082b13841a in thr_kill () from /lib/libc.so.7
[21:28:40.606] #1  0x000000082b0b1e64 in raise () from /lib/libc.so.7
[21:28:40.606] #2  0x000000082b1626f9 in abort () from /lib/libc.so.7
[21:28:40.606] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:28:40.606] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:28:40.606] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:28:40.606] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:28:40.606] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82190bdd8) at ../src/backe...
[21:28:40.606] #8  0x00000000007d34ab in main (argc=4, argv=0x82190bdd8) at ../src/backend/main/main.c:224
[21:28:40.889] #0  0x000000082b38c41a in thr_kill () from /lib/libc.so.7
core
[21:28:40.900] #0  0x000000082b38c41a in thr_kill () from /lib/libc.so.7
[21:28:40.900] #1  0x000000082b305e64 in raise () from /lib/libc.so.7
[21:28:40.900] #2  0x000000082b3b66f9 in abort () from /lib/libc.so.7
[21:28:40.900] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:28:40.900] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:28:40.900] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:28:40.900] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:28:40.901] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821516d78) at ../src/backe...
[21:28:40.901] #8  0x00000000007d34ab in main (argc=4, argv=0x821516d78) at ../src/backend/main/main.c:224
[21:28:41.187] #0  0x000000082c6a441a in thr_kill () from /lib/libc.so.7
core
[21:28:41.198] #0  0x000000082c6a441a in thr_kill () from /lib/libc.so.7
[21:28:41.198] #1  0x000000082c61de64 in raise () from /lib/libc.so.7
[21:28:41.198] #2  0x000000082c6ce6f9 in abort () from /lib/libc.so.7
[21:28:41.198] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:28:41.198] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:28:41.198] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:28:41.198] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:28:41.198] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8211d6628) at ../src/backe...
[21:28:41.198] #8  0x00000000007d34ab in main (argc=4, argv=0x8211d6628) at ../src/backend/main/main.c:224
[21:28:41.490] #0  0x000000082b21341a in thr_kill () from /lib/libc.so.7
core
[21:28:41.500] #0  0x000000082b21341a in thr_kill () from /lib/libc.so.7
[21:28:41.500] #1  0x000000082b18ce64 in raise () from /lib/libc.so.7
[21:28:41.500] #2  0x000000082b23d6f9 in abort () from /lib/libc.so.7
[21:28:41.500] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:28:41.500] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:28:41.500] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:28:41.500] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:28:41.500] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8211df2c0) at ../src/backe...
[21:28:41.500] #8  0x00000000007d34ab in main (argc=4, argv=0x8211df2c0) at ../src/backend/main/main.c:224
[21:28:41.795] #0  0x000000082de0841a in thr_kill () from /lib/libc.so.7
core
[21:28:41.806] #0  0x000000082de0841a in thr_kill () from /lib/libc.so.7
[21:28:41.806] #1  0x000000082dd81e64 in raise () from /lib/libc.so.7
[21:28:41.806] #2  0x000000082de326f9 in abort () from /lib/libc.so.7
[21:28:41.806] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:28:41.806] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:28:41.806] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:28:41.806] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:28:41.806] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82160e600) at ../src/backe...
[21:28:41.806] #8  0x00000000007d34ab in main (argc=4, argv=0x82160e600) at ../src/backend/main/main.c:224
[21:28:42.081] #0  0x000000082c58e41a in thr_kill () from /lib/libc.so.7
core
[21:28:42.092] #0  0x000000082c58e41a in thr_kill () from /lib/libc.so.7
[21:28:42.092] #1  0x000000082c507e64 in raise () from /lib/libc.so.7
[21:28:42.092] #2  0x000000082c5b86f9 in abort () from /lib/libc.so.7
[21:28:42.092] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:28:42.092] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:28:42.092] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:28:42.092] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:28:42.092] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8210b3b90) at ../src/backe...
[21:28:42.092] #8  0x00000000007d34ab in main (argc=4, argv=0x8210b3b90) at ../src/backend/main/main.c:224
[21:28:42.378] #0  0x000000082b5a241a in thr_kill () from /lib/libc.so.7
core
[21:28:42.389] #0  0x000000082b5a241a in thr_kill () from /lib/libc.so.7
[21:28:42.389] #1  0x000000082b51be64 in raise () from /lib/libc.so.7
[21:28:42.389] #2  0x000000082b5cc6f9 in abort () from /lib/libc.so.7
[21:28:42.389] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:28:42.389] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:28:42.389] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:28:42.389] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:28:42.390] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82127a920) at ../src/backe...
[21:28:42.390] #8  0x00000000007d34ab in main (argc=4, argv=0x82127a920) at ../src/backend/main/main.c:224
[21:28:42.677] #0  0x0000000829aab41a in thr_kill () from /lib/libc.so.7
core
[21:28:42.686] #0  0x0000000829aab41a in thr_kill () from /lib/libc.so.7
[21:28:42.686] #1  0x0000000829a24e64 in raise () from /lib/libc.so.7
[21:28:42.686] #2  0x0000000829ad56f9 in abort () from /lib/libc.so.7
[21:28:42.686] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:28:42.686] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:28:42.686] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:28:42.686] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:28:42.686] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8210500f0) at ../src/backe...
[21:28:42.686] #8  0x00000000007d34ab in main (argc=4, argv=0x8210500f0) at ../src/backend/main/main.c:224
[21:28:42.974] #0  0x0000000829d4041a in thr_kill () from /lib/libc.so.7
core
[21:28:42.984] #0  0x0000000829d4041a in thr_kill () from /lib/libc.so.7
[21:28:42.984] #1  0x0000000829cb9e64 in raise () from /lib/libc.so.7
[21:28:42.984] #2  0x0000000829d6a6f9 in abort () from /lib/libc.so.7
[21:28:42.984] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:28:42.984] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:28:42.984] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:28:42.984] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:28:42.985] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820e90b08) at ../src/backe...
[21:28:42.985] #8  0x00000000007d34ab in main (argc=4, argv=0x820e90b08) at ../src/backend/main/main.c:224
[21:28:43.284] #0  0x000000082c01741a in thr_kill () from /lib/libc.so.7
core
[21:28:43.295] #0  0x000000082c01741a in thr_kill () from /lib/libc.so.7
[21:28:43.295] #1  0x000000082bf90e64 in raise () from /lib/libc.so.7
[21:28:43.295] #2  0x000000082c0416f9 in abort () from /lib/libc.so.7
[21:28:43.295] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:28:43.295] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:28:43.295] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:28:43.295] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:28:43.295] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82123edb0) at ../src/backe...
[21:28:43.295] #8  0x00000000007d34ab in main (argc=4, argv=0x82123edb0) at ../src/backend/main/main.c:224
[21:28:43.587] #0  0x000000082a95941a in thr_kill () from /lib/libc.so.7
core
[21:28:43.598] #0  0x000000082a95941a in thr_kill () from /lib/libc.so.7
[21:28:43.598] #1  0x000000082a8d2e64 in raise () from /lib/libc.so.7
[21:28:43.598] #2  0x000000082a9836f9 in abort () from /lib/libc.so.7
[21:28:43.598] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:28:43.598] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:28:43.598] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:28:43.598] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:28:43.598] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820dd3b40) at ../src/backe...
[21:28:43.598] #8  0x00000000007d34ab in main (argc=4, argv=0x820dd3b40) at ../src/backend/main/main.c:224
[21:28:43.890] #0  0x000000082b88941a in thr_kill () from /lib/libc.so.7
core
[21:28:43.901] #0  0x000000082b88941a in thr_kill () from /lib/libc.so.7
[21:28:43.901] #1  0x000000082b802e64 in raise () from /lib/libc.so.7
[21:28:43.901] #2  0x000000082b8b36f9 in abort () from /lib/libc.so.7
[21:28:43.901] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:28:43.901] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:28:43.901] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:28:43.901] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:28:43.901] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820d72200) at ../src/backe...
[21:28:43.901] #8  0x00000000007d34ab in main (argc=4, argv=0x820d72200) at ../src/backend/main/main.c:224
[21:28:44.191] #0  0x000000082c45041a in thr_kill () from /lib/libc.so.7
core
[21:28:44.203] #0  0x000000082c45041a in thr_kill () from /lib/libc.so.7
[21:28:44.203] #1  0x000000082c3c9e64 in raise () from /lib/libc.so.7
[21:28:44.203] #2  0x000000082c47a6f9 in abort () from /lib/libc.so.7
[21:28:44.203] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:28:44.203] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:28:44.203] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:28:44.203] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:28:44.203] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8216667a0) at ../src/backe...
[21:28:44.203] #8  0x00000000007d34ab in main (argc=4, argv=0x8216667a0) at ../src/backend/main/main.c:224
[21:28:44.504] #0  0x000000082c0f641a in thr_kill () from /lib/libc.so.7
core
[21:28:44.514] #0  0x000000082c0f641a in thr_kill () from /lib/libc.so.7
[21:28:44.514] #1  0x000000082c06fe64 in raise () from /lib/libc.so.7
[21:28:44.514] #2  0x000000082c1206f9 in abort () from /lib/libc.so.7
[21:28:44.514] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:28:44.514] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:28:44.514] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:28:44.514] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:28:44.515] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8219b0050) at ../src/backe...
[21:28:44.515] #8  0x00000000007d34ab in main (argc=4, argv=0x8219b0050) at ../src/backend/main/main.c:224
[21:28:44.820] #0  0x000000082b01041a in thr_kill () from /lib/libc.so.7
core
[21:28:44.832] #0  0x000000082b01041a in thr_kill () from /lib/libc.so.7
[21:28:44.832] #1  0x000000082af89e64 in raise () from /lib/libc.so.7
[21:28:44.832] #2  0x000000082b03a6f9 in abort () from /lib/libc.so.7
[21:28:44.832] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:28:44.832] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:28:44.832] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:28:44.832] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:28:44.832] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82119bca0) at ../src/backe...
[21:28:44.832] #8  0x00000000007d34ab in main (argc=4, argv=0x82119bca0) at ../src/backend/main/main.c:224
[21:28:45.138] #0  0x000000082cb1f41a in thr_kill () from /lib/libc.so.7
core
[21:28:45.148] #0  0x000000082cb1f41a in thr_kill () from /lib/libc.so.7
[21:28:45.148] #1  0x000000082ca98e64 in raise () from /lib/libc.so.7
[21:28:45.148] #2  0x000000082cb496f9 in abort () from /lib/libc.so.7
[21:28:45.148] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:28:45.148] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:28:45.148] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:28:45.148] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:28:45.149] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820e44670) at ../src/backe...
[21:28:45.149] #8  0x00000000007d34ab in main (argc=4, argv=0x820e44670) at ../src/backend/main/main.c:224
[21:28:45.447] #0  0x000000082daa841a in thr_kill () from /lib/libc.so.7
core
[21:28:45.458] #0  0x000000082daa841a in thr_kill () from /lib/libc.so.7
[21:28:45.458] #1  0x000000082da21e64 in raise () from /lib/libc.so.7
[21:28:45.458] #2  0x000000082dad26f9 in abort () from /lib/libc.so.7
[21:28:45.458] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:28:45.458] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:28:45.458] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:28:45.458] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:28:45.458] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82112e7a0) at ../src/backe...
[21:28:45.458] #8  0x00000000007d34ab in main (argc=4, argv=0x82112e7a0) at ../src/backend/main/main.c:224
[21:28:45.752] #0  0x000000082cd7a41a in thr_kill () from /lib/libc.so.7
core
[21:28:45.763] #0  0x000000082cd7a41a in thr_kill () from /lib/libc.so.7
[21:28:45.763] #1  0x000000082ccf3e64 in raise () from /lib/libc.so.7
[21:28:45.763] #2  0x000000082cda46f9 in abort () from /lib/libc.so.7
[21:28:45.763] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:28:45.763] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:28:45.763] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:28:45.763] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:28:45.763] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820d18610) at ../src/backe...
[21:28:45.763] #8  0x00000000007d34ab in main (argc=4, argv=0x820d18610) at ../src/backend/main/main.c:224
[21:28:46.056] #0  0x000000082b23241a in thr_kill () from /lib/libc.so.7
core
[21:28:46.068] #0  0x000000082b23241a in thr_kill () from /lib/libc.so.7
[21:28:46.068] #1  0x000000082b1abe64 in raise () from /lib/libc.so.7
[21:28:46.068] #2  0x000000082b25c6f9 in abort () from /lib/libc.so.7
[21:28:46.068] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:28:46.068] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:28:46.068] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:28:46.068] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:28:46.068] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82123b3f8) at ../src/backe...
[21:28:46.068] #8  0x00000000007d34ab in main (argc=4, argv=0x82123b3f8) at ../src/backend/main/main.c:224
[21:28:46.361] #0  0x000000082ab5d41a in thr_kill () from /lib/libc.so.7
core
[21:28:46.372] #0  0x000000082ab5d41a in thr_kill () from /lib/libc.so.7
[21:28:46.372] #1  0x000000082aad6e64 in raise () from /lib/libc.so.7
[21:28:46.372] #2  0x000000082ab876f9 in abort () from /lib/libc.so.7
[21:28:46.372] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:28:46.372] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:28:46.372] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:28:46.372] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:28:46.372] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820e78190) at ../src/backe...
[21:28:46.372] #8  0x00000000007d34ab in main (argc=4, argv=0x820e78190) at ../src/backend/main/main.c:224
[21:28:46.672] #0  0x000000082bc6041a in thr_kill () from /lib/libc.so.7
core
[21:28:46.684] #0  0x000000082bc6041a in thr_kill () from /lib/libc.so.7
[21:28:46.684] #1  0x000000082bbd9e64 in raise () from /lib/libc.so.7
[21:28:46.684] #2  0x000000082bc8a6f9 in abort () from /lib/libc.so.7
[21:28:46.684] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:28:46.684] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:28:46.684] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:28:46.684] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:28:46.684] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821302b78) at ../src/backe...
[21:28:46.684] #8  0x00000000007d34ab in main (argc=4, argv=0x821302b78) at ../src/backend/main/main.c:224
[21:28:46.983] #0  0x000000082bdb041a in thr_kill () from /lib/libc.so.7
core
[21:28:46.994] #0  0x000000082bdb041a in thr_kill () from /lib/libc.so.7
[21:28:46.994] #1  0x000000082bd29e64 in raise () from /lib/libc.so.7
[21:28:46.994] #2  0x000000082bdda6f9 in abort () from /lib/libc.so.7
[21:28:46.994] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:28:46.994] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:28:46.994] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:28:46.994] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:28:46.994] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821ae9cc8) at ../src/backe...
[21:28:46.994] #8  0x00000000007d34ab in main (argc=4, argv=0x821ae9cc8) at ../src/backend/main/main.c:224
[21:28:47.292] #0  0x000000082d94041a in thr_kill () from /lib/libc.so.7
core
[21:28:47.304] #0  0x000000082d94041a in thr_kill () from /lib/libc.so.7
[21:28:47.304] #1  0x000000082d8b9e64 in raise () from /lib/libc.so.7
[21:28:47.304] #2  0x000000082d96a6f9 in abort () from /lib/libc.so.7
[21:28:47.304] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:28:47.304] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:28:47.304] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:28:47.304] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:28:47.304] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821545d98) at ../src/backe...
[21:28:47.304] #8  0x00000000007d34ab in main (argc=4, argv=0x821545d98) at ../src/backend/main/main.c:224
[21:28:47.608] #0  0x000000082b9d241a in thr_kill () from /lib/libc.so.7
core
[21:28:47.619] #0  0x000000082b9d241a in thr_kill () from /lib/libc.so.7
[21:28:47.619] #1  0x000000082b94be64 in raise () from /lib/libc.so.7
[21:28:47.619] #2  0x000000082b9fc6f9 in abort () from /lib/libc.so.7
[21:28:47.619] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:28:47.619] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:28:47.619] #5  0x000000000089e6b5 in process_pm_child_exit () at ../src/backend/postmaster/postmaster.c:2537
[21:28:47.619] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1669
[21:28:47.619] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820ed7610) at ../src/backe...
[21:28:47.619] #8  0x00000000007d34ab in main (argc=4, argv=0x820ed7610) at ../src/backend/main/main.c:224
[21:28:47.910] #0  0x000000082ac5c41a in thr_kill () from /lib/libc.so.7
core
[21:28:47.920] #0  0x000000082ac5c41a in thr_kill () from /lib/libc.so.7
[21:28:47.920] #1  0x000000082abd5e64 in raise () from /lib/libc.so.7
[21:28:47.920] #2  0x000000082ac866f9 in abort () from /lib/libc.so.7
[21:28:47.920] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:28:47.920] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:28:47.920] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:28:47.920] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:28:47.921] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8212963a0) at ../src/backe...
[21:28:47.921] #8  0x00000000007d34ab in main (argc=4, argv=0x8212963a0) at ../src/backend/main/main.c:224
[21:28:48.208] #0  0x000000082c73241a in thr_kill () from /lib/libc.so.7
core
[21:28:48.218] #0  0x000000082c73241a in thr_kill () from /lib/libc.so.7
[21:28:48.218] #1  0x000000082c6abe64 in raise () from /lib/libc.so.7
[21:28:48.218] #2  0x000000082c75c6f9 in abort () from /lib/libc.so.7
[21:28:48.218] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:28:48.218] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:28:48.218] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:28:48.218] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:28:48.219] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8213eeba0) at ../src/backe...
[21:28:48.219] #8  0x00000000007d34ab in main (argc=4, argv=0x8213eeba0) at ../src/backend/main/main.c:224
[21:28:48.518] #0  0x000000082a09e41a in thr_kill () from /lib/libc.so.7
core
[21:28:48.529] #0  0x000000082a09e41a in thr_kill () from /lib/libc.so.7
[21:28:48.529] #1  0x000000082a017e64 in raise () from /lib/libc.so.7
[21:28:48.529] #2  0x000000082a0c86f9 in abort () from /lib/libc.so.7
[21:28:48.529] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:28:48.529] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:28:48.529] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:28:48.529] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:28:48.529] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82178ff90) at ../src/backe...
[21:28:48.529] #8  0x00000000007d34ab in main (argc=4, argv=0x82178ff90) at ../src/backend/main/main.c:224
[21:28:48.820] #0  0x000000082a11141a in thr_kill () from /lib/libc.so.7
core
[21:28:48.831] #0  0x000000082a11141a in thr_kill () from /lib/libc.so.7
[21:28:48.831] #1  0x000000082a08ae64 in raise () from /lib/libc.so.7
[21:28:48.831] #2  0x000000082a13b6f9 in abort () from /lib/libc.so.7
[21:28:48.831] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:28:48.831] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:28:48.831] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:28:48.831] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:28:48.831] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821043448) at ../src/backe...
[21:28:48.831] #8  0x00000000007d34ab in main (argc=4, argv=0x821043448) at ../src/backend/main/main.c:224
[21:28:49.113] #0  0x000000082b2f841a in thr_kill () from /lib/libc.so.7
core
[21:28:49.124] #0  0x000000082b2f841a in thr_kill () from /lib/libc.so.7
[21:28:49.124] #1  0x000000082b271e64 in raise () from /lib/libc.so.7
[21:28:49.124] #2  0x000000082b3226f9 in abort () from /lib/libc.so.7
[21:28:49.124] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:28:49.124] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:28:49.124] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:28:49.124] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:28:49.124] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82101ca30) at ../src/backe...
[21:28:49.124] #8  0x00000000007d34ab in main (argc=4, argv=0x82101ca30) at ../src/backend/main/main.c:224
[21:28:49.410] #0  0x000000082c4a241a in thr_kill () from /lib/libc.so.7
core
[21:28:49.421] #0  0x000000082c4a241a in thr_kill () from /lib/libc.so.7
[21:28:49.421] #1  0x000000082c41be64 in raise () from /lib/libc.so.7
[21:28:49.421] #2  0x000000082c4cc6f9 in abort () from /lib/libc.so.7
[21:28:49.421] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:28:49.421] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:28:49.421] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:28:49.421] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:28:49.421] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8215c0038) at ../src/backe...
[21:28:49.421] #8  0x00000000007d34ab in main (argc=4, argv=0x8215c0038) at ../src/backend/main/main.c:224
[21:28:49.721] #0  0x000000082c8cc41a in thr_kill () from /lib/libc.so.7
core
[21:28:49.731] #0  0x000000082c8cc41a in thr_kill () from /lib/libc.so.7
[21:28:49.731] #1  0x000000082c845e64 in raise () from /lib/libc.so.7
[21:28:49.731] #2  0x000000082c8f66f9 in abort () from /lib/libc.so.7
[21:28:49.731] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:28:49.731] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:28:49.731] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:28:49.731] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:28:49.731] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821aa9f58) at ../src/backe...
[21:28:49.731] #8  0x00000000007d34ab in main (argc=4, argv=0x821aa9f58) at ../src/backend/main/main.c:224
[21:28:50.023] #0  0x0000000829e3441a in thr_kill () from /lib/libc.so.7
core
[21:28:50.033] #0  0x0000000829e3441a in thr_kill () from /lib/libc.so.7
[21:28:50.033] #1  0x0000000829dade64 in raise () from /lib/libc.so.7
[21:28:50.033] #2  0x0000000829e5e6f9 in abort () from /lib/libc.so.7
[21:28:50.033] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:28:50.033] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:28:50.033] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:28:50.033] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:28:50.034] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8216c8908) at ../src/backe...
[21:28:50.034] #8  0x00000000007d34ab in main (argc=4, argv=0x8216c8908) at ../src/backend/main/main.c:224
[21:28:50.318] #0  0x000000082ca9841a in thr_kill () from /lib/libc.so.7
core
[21:28:50.329] #0  0x000000082ca9841a in thr_kill () from /lib/libc.so.7
[21:28:50.329] #1  0x000000082ca11e64 in raise () from /lib/libc.so.7
[21:28:50.329] #2  0x000000082cac26f9 in abort () from /lib/libc.so.7
[21:28:50.329] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:28:50.329] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:28:50.329] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:28:50.329] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:28:50.329] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821a23b08) at ../src/backe...
[21:28:50.329] #8  0x00000000007d34ab in main (argc=4, argv=0x821a23b08) at ../src/backend/main/main.c:224
[21:28:50.619] #0  0x000000082bd0941a in thr_kill () from /lib/libc.so.7
core
[21:28:50.629] #0  0x000000082bd0941a in thr_kill () from /lib/libc.so.7
[21:28:50.629] #1  0x000000082bc82e64 in raise () from /lib/libc.so.7
[21:28:50.629] #2  0x000000082bd336f9 in abort () from /lib/libc.so.7
[21:28:50.629] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:28:50.629] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:28:50.629] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:28:50.629] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:28:50.629] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8214f1478) at ../src/backe...
[21:28:50.629] #8  0x00000000007d34ab in main (argc=4, argv=0x8214f1478) at ../src/backend/main/main.c:224
[21:28:50.914] #0  0x000000082db4641a in thr_kill () from /lib/libc.so.7
core
[21:28:50.925] #0  0x000000082db4641a in thr_kill () from /lib/libc.so.7
[21:28:50.925] #1  0x000000082dabfe64 in raise () from /lib/libc.so.7
[21:28:50.925] #2  0x000000082db706f9 in abort () from /lib/libc.so.7
[21:28:50.925] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:28:50.925] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:28:50.925] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:28:50.925] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:28:50.925] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8219dd718) at ../src/backe...
[21:28:50.925] #8  0x00000000007d34ab in main (argc=4, argv=0x8219dd718) at ../src/backend/main/main.c:224
[21:28:51.212] #0  0x000000082d97b41a in thr_kill () from /lib/libc.so.7
core
[21:28:51.222] #0  0x000000082d97b41a in thr_kill () from /lib/libc.so.7
[21:28:51.222] #1  0x000000082d8f4e64 in raise () from /lib/libc.so.7
[21:28:51.222] #2  0x000000082d9a56f9 in abort () from /lib/libc.so.7
[21:28:51.222] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:28:51.222] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:28:51.222] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:28:51.222] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:28:51.223] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82185e560) at ../src/backe...
[21:28:51.223] #8  0x00000000007d34ab in main (argc=4, argv=0x82185e560) at ../src/backend/main/main.c:224
[21:28:51.511] #0  0x000000082bc1d41a in thr_kill () from /lib/libc.so.7
core
[21:28:51.521] #0  0x000000082bc1d41a in thr_kill () from /lib/libc.so.7
[21:28:51.521] #1  0x000000082bb96e64 in raise () from /lib/libc.so.7
[21:28:51.521] #2  0x000000082bc476f9 in abort () from /lib/libc.so.7
[21:28:51.521] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:28:51.521] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:28:51.521] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:28:51.521] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:28:51.521] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82176e058) at ../src/backe...
[21:28:51.521] #8  0x00000000007d34ab in main (argc=4, argv=0x82176e058) at ../src/backend/main/main.c:224
[21:28:51.809] #0  0x000000082d12f41a in thr_kill () from /lib/libc.so.7
core
[21:28:51.819] #0  0x000000082d12f41a in thr_kill () from /lib/libc.so.7
[21:28:51.819] #1  0x000000082d0a8e64 in raise () from /lib/libc.so.7
[21:28:51.819] #2  0x000000082d1596f9 in abort () from /lib/libc.so.7
[21:28:51.819] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:28:51.819] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:28:51.819] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:28:51.819] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:28:51.819] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821678360) at ../src/backe...
[21:28:51.819] #8  0x00000000007d34ab in main (argc=4, argv=0x821678360) at ../src/backend/main/main.c:224
[21:28:52.112] #0  0x000000082d2ad41a in thr_kill () from /lib/libc.so.7
core
[21:28:52.122] #0  0x000000082d2ad41a in thr_kill () from /lib/libc.so.7
[21:28:52.122] #1  0x000000082d226e64 in raise () from /lib/libc.so.7
[21:28:52.122] #2  0x000000082d2d76f9 in abort () from /lib/libc.so.7
[21:28:52.122] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:28:52.122] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:28:52.122] #5  0x000000000089e6b5 in process_pm_child_exit () at ../src/backend/postmaster/postmaster.c:2537
[21:28:52.122] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1669
[21:28:52.122] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821122b98) at ../src/backe...
[21:28:52.122] #8  0x00000000007d34ab in main (argc=4, argv=0x821122b98) at ../src/backend/main/main.c:224
[21:28:52.410] #0  0x000000082b1ad41a in thr_kill () from /lib/libc.so.7
core
[21:28:52.421] #0  0x000000082b1ad41a in thr_kill () from /lib/libc.so.7
[21:28:52.421] #1  0x000000082b126e64 in raise () from /lib/libc.so.7
[21:28:52.421] #2  0x000000082b1d76f9 in abort () from /lib/libc.so.7
[21:28:52.421] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:28:52.421] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:28:52.421] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:28:52.421] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:28:52.421] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8218e0b28) at ../src/backe...
[21:28:52.421] #8  0x00000000007d34ab in main (argc=4, argv=0x8218e0b28) at ../src/backend/main/main.c:224
[21:28:52.701] #0  0x000000082b6a541a in thr_kill () from /lib/libc.so.7
core
[21:28:52.712] #0  0x000000082b6a541a in thr_kill () from /lib/libc.so.7
[21:28:52.712] #1  0x000000082b61ee64 in raise () from /lib/libc.so.7
[21:28:52.712] #2  0x000000082b6cf6f9 in abort () from /lib/libc.so.7
[21:28:52.712] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:28:52.712] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:28:52.712] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:28:52.712] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:28:52.712] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821552ac8) at ../src/backe...
[21:28:52.712] #8  0x00000000007d34ab in main (argc=4, argv=0x821552ac8) at ../src/backend/main/main.c:224
[21:28:53.012] #0  0x0000000829eb641a in thr_kill () from /lib/libc.so.7
core
[21:28:53.023] #0  0x0000000829eb641a in thr_kill () from /lib/libc.so.7
[21:28:53.023] #1  0x0000000829e2fe64 in raise () from /lib/libc.so.7
[21:28:53.023] #2  0x0000000829ee06f9 in abort () from /lib/libc.so.7
[21:28:53.023] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:28:53.023] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:28:53.023] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:28:53.023] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:28:53.023] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821137988) at ../src/backe...
[21:28:53.023] #8  0x00000000007d34ab in main (argc=4, argv=0x821137988) at ../src/backend/main/main.c:224
[21:28:53.303] #0  0x000000082a99841a in thr_kill () from /lib/libc.so.7
core
[21:28:53.314] #0  0x000000082a99841a in thr_kill () from /lib/libc.so.7
[21:28:53.314] #1  0x000000082a911e64 in raise () from /lib/libc.so.7
[21:28:53.314] #2  0x000000082a9c26f9 in abort () from /lib/libc.so.7
[21:28:53.314] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:28:53.314] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:28:53.314] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:28:53.314] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:28:53.314] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820ceade8) at ../src/backe...
[21:28:53.314] #8  0x00000000007d34ab in main (argc=4, argv=0x820ceade8) at ../src/backend/main/main.c:224
[21:28:53.604] #0  0x000000082c5b341a in thr_kill () from /lib/libc.so.7
core
[21:28:53.614] #0  0x000000082c5b341a in thr_kill () from /lib/libc.so.7
[21:28:53.614] #1  0x000000082c52ce64 in raise () from /lib/libc.so.7
[21:28:53.614] #2  0x000000082c5dd6f9 in abort () from /lib/libc.so.7
[21:28:53.614] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:28:53.614] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:28:53.614] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:28:53.614] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:28:53.614] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821141a58) at ../src/backe...
[21:28:53.614] #8  0x00000000007d34ab in main (argc=4, argv=0x821141a58) at ../src/backend/main/main.c:224
[21:28:53.897] #0  0x000000082bff541a in thr_kill () from /lib/libc.so.7
core
[21:28:53.908] #0  0x000000082bff541a in thr_kill () from /lib/libc.so.7
[21:28:53.908] #1  0x000000082bf6ee64 in raise () from /lib/libc.so.7
[21:28:53.908] #2  0x000000082c01f6f9 in abort () from /lib/libc.so.7
[21:28:53.908] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:28:53.908] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:28:53.908] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:28:53.908] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:28:53.908] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8217c5358) at ../src/backe...
[21:28:53.908] #8  0x00000000007d34ab in main (argc=4, argv=0x8217c5358) at ../src/backend/main/main.c:224
[21:28:54.191] #0  0x000000082c38941a in thr_kill () from /lib/libc.so.7
core
[21:28:54.202] #0  0x000000082c38941a in thr_kill () from /lib/libc.so.7
[21:28:54.202] #1  0x000000082c302e64 in raise () from /lib/libc.so.7
[21:28:54.202] #2  0x000000082c3b36f9 in abort () from /lib/libc.so.7
[21:28:54.202] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:28:54.202] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:28:54.202] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:28:54.202] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:28:54.202] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821448c88) at ../src/backe...
[21:28:54.202] #8  0x00000000007d34ab in main (argc=4, argv=0x821448c88) at ../src/backend/main/main.c:224
[21:28:54.485] #0  0x000000082b50b41a in thr_kill () from /lib/libc.so.7
core
[21:28:54.495] #0  0x000000082b50b41a in thr_kill () from /lib/libc.so.7
[21:28:54.495] #1  0x000000082b484e64 in raise () from /lib/libc.so.7
[21:28:54.495] #2  0x000000082b5356f9 in abort () from /lib/libc.so.7
[21:28:54.495] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:28:54.495] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:28:54.495] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:28:54.495] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:28:54.495] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821521cb8) at ../src/backe...
[21:28:54.495] #8  0x00000000007d34ab in main (argc=4, argv=0x821521cb8) at ../src/backend/main/main.c:224
[21:28:54.781] #0  0x000000082d25341a in thr_kill () from /lib/libc.so.7
core
[21:28:54.792] #0  0x000000082d25341a in thr_kill () from /lib/libc.so.7
[21:28:54.792] #1  0x000000082d1cce64 in raise () from /lib/libc.so.7
[21:28:54.792] #2  0x000000082d27d6f9 in abort () from /lib/libc.so.7
[21:28:54.792] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:28:54.792] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:28:54.792] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:28:54.792] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:28:54.793] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8217cd3b0) at ../src/backe...
[21:28:54.793] #8  0x00000000007d34ab in main (argc=4, argv=0x8217cd3b0) at ../src/backend/main/main.c:224
[21:28:55.071] #0  0x000000082c23c41a in thr_kill () from /lib/libc.so.7
core
[21:28:55.082] #0  0x000000082c23c41a in thr_kill () from /lib/libc.so.7
[21:28:55.082] #1  0x000000082c1b5e64 in raise () from /lib/libc.so.7
[21:28:55.082] #2  0x000000082c2666f9 in abort () from /lib/libc.so.7
[21:28:55.082] #3  0x0000000000aa40f5 in ExceptionalCondition (conditionName=0x2e70e3 "(remainMask.mask | targetMask.mas...
[21:28:55.082] #4  0x000000000089f887 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:28:55.082] #5  0x000000000089dd89 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2104
[21:28:55.082] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:28:55.082] #7  0x000000000089d169 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8218ce8a0) at ../src/backe...
[21:28:55.082] #8  0x00000000007d34ab in main (argc=4, argv=0x8218ce8a0) at ../src/backend/main/main.c:224
[21:28:55.369] #0  0x0000000829e0e41a in thr_kill () from /lib/libc.so.7
tap
[21:26:04.100](0.229s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/amcheck/001_verify_heapam/data/t...
tap
[21:26:04.129](0.226s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/amcheck/002_cic/data/t_002_cic_C...
tap
[21:26:04.169](0.259s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/amcheck/003_cic_2pc/data/t_003_c...
tap
[21:26:04.344](0.265s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/amcheck/004_verify_nbtree_unique...
tap
[21:26:04.500](0.281s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/amcheck/005_pitr/data/t_005_pitr...
tap
[21:26:05.366](0.241s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/authentication/001_password/data...
tap
[21:26:05.450](0.327s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/authentication/002_saslprep/data...
tap
[21:26:05.432](0.252s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/authentication/003_peer/data/t_0...
tap
[21:26:05.476](0.244s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/authentication/004_file_inclusio...
tap
[21:26:05.702](0.300s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/authentication/006_login_trigger...
tap
[21:26:04.518](0.257s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/auto_explain/001_auto_explain/da...
tap
[21:26:04.612](0.229s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/basebackup_to_shell/001_basic/da...
tap
[21:26:04.540](0.245s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/bloom/001_wal/data/t_001_wal_pri...
tap
[21:26:09.048](0.294s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/brin/01_workitems/data/t_01_work...
tap
[21:26:08.991](0.242s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/brin/02_wal_consistency/data/t_0...
tap
[21:26:11.799](0.284s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/checksums/001_basic/data/t_001_b...
tap
[21:26:11.808](0.285s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/checksums/002_restarts/data/t_00...
tap
[21:26:11.915](0.313s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/checksums/003_standby_restarts/d...
tap
[21:26:11.903](0.267s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/checksums/004_offline/data/t_004...
tap
[21:26:09.089](0.272s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/commit_ts/001_base/data/t_001_ba...
tap
[21:26:09.252](0.271s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/commit_ts/002_standby/data/t_002...
tap
[21:26:09.356](0.290s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/commit_ts/003_standby_2/data/t_0...
tap
[21:26:09.375](0.223s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/commit_ts/004_restart/data/t_004...
tap
[21:26:12.718](0.260s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/icu/010_database/data/t_010_data...
tap
[21:26:09.470](0.225s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/injection_points/001_stats/data/...
tap
[21:02:11.073](0.317s) Bail out!  pg_ctl restart failed
tap
[21:26:10.327](0.240s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/ldap_password_func/001_mutated_b...
tap
[21:26:12.642](0.267s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/ldap/001_auth/data/t_001_auth_no...
tap
[21:26:12.686](0.269s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/ldap/002_bindpasswd/data/t_002_b...
tap
[21:26:09.584](0.181s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/libpq_pipeline/001_libpq_pipelin...
tap
[21:25:45.052](0.306s) Bail out!  pg_ctl stop failed
tap
[21:25:43.347](0.319s) Bail out!  pg_ctl restart failed
tap
[21:25:49.371](0.312s) Bail out!  pg_ctl stop failed
tap
[21:25:48.316](1.738s) Bail out!  pg_ctl stop failed
tap
[21:25:51.229](0.305s) Bail out!  pg_ctl restart failed
tap
[21:25:56.473](1.045s) Bail out!  pg_ctl stop failed
tap
[21:25:55.985](0.000s) not ok 23 - data_checksums=on is reported on an offline cluster stdout /(?^:^on$)/
[21:25:56.573](0.466s) Bail out!  pg_ctl stop failed
tap
[21:25:58.110](0.236s) Bail out!  pg_ctl start failed
tap
[21:25:58.774](0.189s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_combinebackup/005_integrity/d...
tap
[21:25:58.383](0.226s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_combinebackup/006_db_file_cop...
tap
[21:25:58.730](0.195s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_combinebackup/007_wal_level_m...
tap
[21:25:58.909](0.198s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_combinebackup/008_promote/dat...
tap
[21:25:59.083](0.202s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_combinebackup/009_no_full_fil...
tap
[21:25:59.239](0.185s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_controldata/001_pg_controldat...
tap
[21:25:59.257](0.183s) not ok 11 - pg_ctl initdb
tap
[21:25:59.286](0.176s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_ctl/002_status/data/t_002_sta...
tap
[21:25:59.468](0.234s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_ctl/003_promote/data/t_003_pr...
tap
[21:25:59.588](0.191s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_ctl/004_logrotate/data/t_004_...
tap
[21:25:59.716](0.212s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_dump/002_pg_dump/data/t_002_p...
tap
[21:25:59.789](0.300s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_dump/003_pg_dump_with_server/...
tap
[21:25:59.903](0.281s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_dump/004_pg_dump_parallel/dat...
tap
[21:26:00.039](0.277s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_dump/005_pg_dump_filterfile/d...
tap
[21:26:00.073](0.197s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_dump/010_dump_connstr/data/t_...
tap
[21:26:04.918](0.267s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_prewarm/001_basic/data/t_001_...
tap
[21:26:00.258](0.292s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_resetwal/001_basic/data/t_001...
tap
[21:26:00.332](0.293s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_resetwal/002_corrupted/data/t...
tap
[21:26:00.311](0.228s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_rewind/001_basic/data/t_001_b...
tap
[21:26:00.486](0.283s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_rewind/002_databases/data/t_0...
tap
[21:26:00.490](0.251s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_rewind/003_extrafiles/data/t_...
tap
[21:26:00.750](0.330s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_rewind/004_pg_xlog_symlink/da...
tap
[21:26:00.678](0.212s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_rewind/005_same_timeline/data...
tap
[21:26:00.904](0.226s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_rewind/007_standby_source/dat...
tap
[21:26:00.931](0.278s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_rewind/008_min_recovery_point...
tap
[21:26:00.954](0.245s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_rewind/009_growing_files/data...
tap
[21:26:01.050](0.222s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_rewind/010_keep_recycled_wals...
tap
[21:26:04.930](0.244s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_stat_statements/010_restart/d...
tap
[21:02:04.536](1.467s) Bail out!  pg_ctl stop failed
tap
[21:01:00.983](3.216s) Bail out!  pg_ctl stop failed
tap
[21:01:03.352](3.444s) Bail out!  pg_ctl stop failed
tap
[21:26:01.385](0.296s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_verifybackup/002_algorithm/da...
tap
[21:26:01.508](0.289s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_verifybackup/003_corruption/d...
tap
[21:26:01.441](0.233s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_verifybackup/004_options/data...
tap
[21:26:01.522](0.262s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_verifybackup/006_encoding/dat...
tap
[21:26:01.773](0.226s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_verifybackup/007_wal/data/t_0...
tap
[21:26:01.922](0.319s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_verifybackup/008_untar/data/t...
tap
[21:26:01.923](0.261s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_verifybackup/009_extract/data...
tap
[21:26:01.974](0.271s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_verifybackup/010_client_untar...
tap
[21:26:04.963](0.265s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_visibility/001_concurrent_tra...
tap
[21:26:05.002](0.244s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_visibility/002_corrupt_vm/dat...
tap
[21:26:02.073](0.274s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_waldump/001_basic/data/t_001_...
tap
[21:26:02.221](0.283s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_waldump/002_save_fullpage/dat...
tap
[21:26:02.305](0.223s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_walsummary/002_blocks/data/t_...
tap
[21:26:02.373](0.243s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pgbench/001_pgbench_with_server/...
tap
[21:26:05.831](0.272s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/postmaster/001_connection_limits...
tap
[21:26:05.820](0.223s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/postmaster/002_start_stop/data/t...
tap
[21:26:02.531](0.195s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/psql/001_basic/data/t_001_basic_...
tap
[21:26:02.689](0.238s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/psql/010_tab_completion/data/t_0...
tap
[21:26:02.698](0.209s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/psql/020_cancel/data/t_020_cance...
tap
[21:01:01.048](5.175s) Bail out!  pg_ctl stop failed
tap
[21:00:59.938](0.550s) Bail out!  pg_ctl stop failed
tap
[21:01:04.504](3.522s) Bail out!  pg_ctl stop failed
tap
[21:01:04.842](0.743s) Bail out!  pg_ctl restart failed
tap
[21:01:08.136](0.837s) Bail out!  pg_ctl stop failed
tap
[21:01:18.268](13.225s) Bail out!  pg_ctl restart failed
tap
[21:01:09.655](1.174s) Bail out!  pg_ctl stop failed
tap
[21:01:11.019](1.119s) Bail out!  pg_ctl stop failed
tap
[21:01:13.621](3.171s) Bail out!  pg_ctl stop failed
tap
[21:01:13.804](0.598s) Bail out!  pg_ctl stop failed
tap
[21:01:19.557](6.361s) Bail out!  pg_ctl stop failed
tap
[21:01:20.868](6.768s) Bail out!  pg_ctl stop failed
tap
[21:01:19.906](2.764s) Bail out!  pg_ctl restart failed
tap
[21:01:23.362](3.171s) Bail out!  pg_ctl stop failed
tap
[21:01:24.426](1.895s) Bail out!  pg_ctl stop failed
tap
[21:01:24.199](1.343s) Bail out!  pg_ctl stop failed
tap
[21:01:26.599](0.955s) Bail out!  pg_ctl stop failed
tap
[21:01:27.401](0.630s) Bail out!  pg_ctl stop failed
tap
[21:01:28.075](2.202s) Bail out!  pg_ctl restart failed
tap
[21:01:32.474](0.618s) Bail out!  pg_ctl stop failed
tap
[21:02:22.917](0.413s) Bail out!  pg_ctl restart failed
tap
[21:01:36.839](0.726s) Bail out!  pg_ctl stop failed
tap
[21:01:39.237](1.037s) Bail out!  pg_ctl stop failed
tap
[21:01:44.686](0.736s) Bail out!  pg_ctl restart failed
tap
[21:01:46.757](1.075s) Bail out!  pg_ctl restart failed
tap
[21:01:49.451](1.233s) Bail out!  pg_ctl stop failed
tap
[21:01:53.729](6.181s) Bail out!  pg_ctl stop failed
tap
[21:01:54.869](3.777s) Bail out!  pg_ctl stop failed
tap
[21:02:02.316](0.871s) Bail out!  pg_ctl stop failed
tap
[21:01:58.918](3.850s) Bail out!  pg_ctl stop failed
tap
[21:02:05.811](0.736s) Bail out!  pg_ctl restart failed
tap
[21:02:05.906](0.657s) Bail out!  pg_ctl stop failed
tap
[21:02:09.417](0.316s) Bail out!  pg_ctl stop failed
tap
[21:02:08.542](0.738s) Bail out!  pg_ctl stop failed
tap
[21:02:09.772](0.311s) Bail out!  pg_ctl stop failed
tap
[21:26:02.853](0.286s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/010_clusterdb/data/t_010...
tap
[21:26:02.900](0.212s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/011_clusterdb_all/data/t...
tap
[21:26:03.138](0.200s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/020_createdb/data/t_020_...
tap
[21:26:03.107](0.216s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/040_createuser/data/t_04...
tap
[21:26:03.219](0.211s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/050_dropdb/data/t_050_dr...
tap
[21:26:03.269](0.243s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/070_dropuser/data/t_070_...
tap
[21:26:03.324](0.239s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/080_pg_isready/data/t_08...
tap
[21:26:03.581](0.239s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/090_reindexdb/data/t_090...
tap
[21:26:03.577](0.259s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/091_reindexdb_all/data/t...
tap
[21:26:03.747](0.254s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/100_vacuumdb/data/t_100_...
tap
[21:26:03.663](0.234s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/101_vacuumdb_all/data/t_...
tap
[21:26:03.761](0.270s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/102_vacuumdb_stages/data...
tap
[21:26:03.928](0.193s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/200_connstr/data/t_200_c...
tap
[21:26:09.682](0.182s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/ssl_passphrase_callback/001_test...
tap
[21:26:12.302](0.480s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/ssl/001_ssltests/data/t_001_sslt...
tap
[21:26:12.283](0.290s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/ssl/002_scram/data/t_002_scram_p...
tap
[21:26:12.302](0.311s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/ssl/003_sslinfo/data/t_003_sslin...
tap
[21:26:05.881](0.243s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/001_rep_changes/dat...
tap
[21:26:05.944](0.311s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/002_types/data/t_00...
tap
[21:26:06.122](0.253s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/003_constraints/dat...
tap
[21:26:06.192](0.210s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/004_sync/data/t_004...
tap
[21:26:06.289](0.298s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/005_encoding/data/t...
tap
[21:26:06.285](0.228s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/006_rewrite/data/t_...
tap
[21:26:06.443](0.345s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/007_ddl/data/t_007_...
tap
[21:26:06.540](0.260s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/008_diff_schema/dat...
tap
[21:26:06.587](0.233s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/009_matviews/data/t...
tap
[21:26:06.718](0.204s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/010_truncate/data/t...
tap
[21:26:06.690](0.232s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/011_generated/data/...
tap
[21:26:06.866](0.246s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/012_collation/data/...
tap
[21:26:06.907](0.213s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/013_partition/data/...
tap
[21:26:07.178](0.333s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/014_binary/data/t_0...
tap
[21:26:07.100](0.252s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/015_stream/data/t_0...
tap
[21:26:07.128](0.239s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/016_stream_subxact/...
tap
[21:26:07.295](0.258s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/017_stream_ddl/data...
tap
[21:26:07.338](0.272s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/018_stream_subxact_...
tap
[21:26:07.521](0.260s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/019_stream_subxact_...
tap
[21:26:07.594](0.316s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/020_messages/data/t...
tap
[21:26:07.629](0.274s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/021_twophase/data/t...
tap
[21:26:07.739](0.271s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/022_twophase_cascad...
tap
[21:26:07.754](0.258s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/023_twophase_stream...
tap
[21:26:07.950](0.281s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/024_add_drop_pub/da...
tap
[21:26:08.015](0.264s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/025_rep_changes_for...
tap
[21:26:08.092](0.289s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/026_stats/data/t_02...
tap
[21:26:08.233](0.339s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/027_nosuperuser/dat...
tap
[21:26:08.155](0.238s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/028_row_filter/data...
tap
[21:26:08.394](0.251s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/029_on_error/data/t...
tap
[21:26:08.556](0.308s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/030_origin/data/t_0...
tap
[21:26:08.482](0.231s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/031_column_list/dat...
tap
[21:26:08.591](0.277s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/032_subscribe_use_i...
tap
[21:26:08.647](0.244s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/033_run_as_table_ow...
tap
[21:26:08.824](0.276s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/034_temporal/data/t...
tap
[21:26:08.910](0.254s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/100_bugs/data/t_100...
tap
[21:26:09.732](0.199s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/test_custom_rmgrs/001_basic/data...
tap
[21:26:05.024](0.250s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/test_decoding/001_repl_stats/dat...
tap
[21:26:10.274](0.229s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/test_misc/001_constraint_validat...
tap
[21:26:10.314](0.240s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/test_misc/002_tablespace/data/t_...
tap
[21:26:10.759](0.243s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/test_misc/003_check_guc/data/t_0...
tap
[21:26:10.761](0.292s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/test_misc/004_io_direct/data/t_0...
tap
[21:26:10.772](0.231s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/test_misc/005_timeouts/data/t_00...
tap
[21:26:11.143](0.235s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/test_misc/006_signal_autovacuum/...
tap
[21:26:11.152](0.220s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/test_pg_dump/001_base/data/t_001...
tap
[21:26:11.157](0.222s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/test_slru/001_multixact/data/t_0...
tap
[21:26:11.610](0.318s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/worker_spi/001_worker_spi/data/t...
test
[21:27:47.830]   5/319 postgresql:recovery / recovery/003_recovery_targets                             ERROR            ...
[21:27:47.830]   6/319 postgresql:pg_upgrade / pg_upgrade/003_logical_slots                            ERROR            ...
[21:27:47.830]   7/319 postgresql:recovery / recovery/001_stream_rep                                   ERROR            ...
[21:27:47.830]   8/319 postgresql:pg_upgrade / pg_upgrade/004_subscription                             ERROR            ...
[21:27:47.830]   9/319 postgresql:recovery / recovery/006_logical_decoding                             ERROR            ...
[21:27:47.830]  11/319 postgresql:recovery / recovery/004_timeline_switch                              ERROR            ...
[21:27:47.830]  12/319 postgresql:recovery / recovery/009_twophase                                     ERROR            ...
[21:27:47.830]  13/319 postgresql:recovery / recovery/010_logical_decoding_timelines                   ERROR            ...
[21:27:47.830]  14/319 postgresql:recovery / recovery/007_sync_rep                                     ERROR            ...
[21:27:47.830]  16/319 postgresql:recovery / recovery/014_unlogged_reinit                              ERROR            ...
[21:27:47.830]  17/319 postgresql:recovery / recovery/012_subtransactions                              ERROR            ...
[21:27:47.830]  18/319 postgresql:recovery / recovery/017_shm                                          ERROR            ...
[21:27:47.830]  19/319 postgresql:recovery / recovery/008_fsm_truncation                               ERROR            ...
[21:27:47.830]  20/319 postgresql:recovery / recovery/015_promotion_pages                              ERROR            ...
[21:27:47.830]  21/319 postgresql:recovery / recovery/016_min_consistency                              ERROR            ...
[21:27:47.830]  22/319 postgresql:recovery / recovery/018_wal_optimize                                 ERROR            ...
[21:27:47.830]  23/319 postgresql:recovery / recovery/020_archive_status                               ERROR            ...
[21:27:47.830]  24/319 postgresql:recovery / recovery/019_replslot_limit                               ERROR            ...
[21:27:47.830]  25/319 postgresql:recovery / recovery/021_row_visibility                               ERROR            ...
[21:27:47.830]  26/319 postgresql:recovery / recovery/024_archive_recovery                             ERROR            ...
[21:27:47.830]  27/319 postgresql:recovery / recovery/023_pitr_prepared_xact                           ERROR            ...
[21:27:47.830]  28/319 postgresql:recovery / recovery/026_overwrite_contrecord                         ERROR            ...
[21:27:47.830]  30/319 postgresql:recovery / recovery/028_pitr_timelines                               ERROR            ...
[21:27:47.830]  31/319 postgresql:recovery / recovery/029_stats_restart                                ERROR            ...
[21:27:47.830]  32/319 postgresql:recovery / recovery/030_stats_cleanup_replica                        ERROR            ...
[21:27:47.830]  33/319 postgresql:recovery / recovery/031_recovery_conflict                            ERROR            ...
[21:27:47.830]  34/319 postgresql:recovery / recovery/032_relfilenode_reuse                            ERROR            ...
[21:27:47.830]  35/319 postgresql:recovery / recovery/033_replay_tsp_drops                             ERROR            ...
[21:27:47.830]  36/319 postgresql:recovery / recovery/034_create_database                              ERROR            ...
[21:27:47.830]  37/319 postgresql:recovery / recovery/036_truncated_dropped                            ERROR            ...
[21:27:47.830]  39/319 postgresql:recovery / recovery/035_standby_logical_decoding                     ERROR            ...
[21:27:47.830]  40/319 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[21:27:47.830]  41/319 postgresql:recovery / recovery/039_end_of_wal                                   ERROR            ...
[21:27:47.830]  42/319 postgresql:recovery / recovery/038_save_logical_slots_shutdown                  ERROR            ...
[21:27:47.830]  43/319 postgresql:recovery / recovery/041_checkpoint_at_promote                        ERROR            ...
[21:27:47.830]  44/319 postgresql:recovery / recovery/042_low_level_backup                             ERROR            ...
[21:27:47.830]  45/319 postgresql:recovery / recovery/040_standby_failover_slots_sync                  ERROR            ...
[21:27:47.830]  46/319 postgresql:kerberos / kerberos/001_auth                                         ERROR            ...
[21:27:47.830]  47/319 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[21:27:47.830]  48/319 postgresql:regress / regress/regress                                            ERROR           1...
[21:27:47.830]  49/319 postgresql:isolation / isolation/isolation                                      ERROR           1...
[21:27:47.830]  50/319 postgresql:plperl / plperl/regress                                              ERROR           1...
[21:27:47.830]  51/319 postgresql:plpgsql / plpgsql/regress                                            ERROR           1...
[21:27:47.830]  52/319 postgresql:plpython / plpython/regress                                          ERROR           1...
[21:27:47.830]  53/319 postgresql:pltcl / pltcl/regress                                                ERROR           1...
[21:27:47.830]  54/319 postgresql:recovery / recovery/013_crash_restart                                ERROR           2...
[21:27:47.830]  55/319 postgresql:recovery / recovery/022_crash_temp_files                             ERROR           2...
[21:27:47.830]  56/319 postgresql:amcheck / amcheck/regress                                            ERROR           1...
[21:27:47.830]  57/319 postgresql:basic_archive / basic_archive/regress                                ERROR           1...
[21:27:47.830]  58/319 postgresql:bloom / bloom/regress                                                ERROR           1...
[21:27:47.830]  59/319 postgresql:bool_plperl / bool_plperl/regress                                    ERROR           1...
[21:27:47.830]  60/319 postgresql:btree_gin / btree_gin/regress                                        ERROR           1...
[21:27:47.830]  61/319 postgresql:btree_gist / btree_gist/regress                                      ERROR           1...
[21:27:47.830]  62/319 postgresql:citext / citext/regress                                              ERROR           1...
[21:27:47.830]  63/319 postgresql:cube / cube/regress                                                  ERROR           1...
[21:27:47.831]  64/319 postgresql:dblink / dblink/regress                                              ERROR           1...
[21:27:47.831]  65/319 postgresql:dict_int / dict_int/regress                                          ERROR           1...
[21:27:47.831]  66/319 postgresql:dict_xsyn / dict_xsyn/regress                                        ERROR           1...
[21:27:47.831]  67/319 postgresql:earthdistance / earthdistance/regress                                ERROR           1...
[21:27:47.831]  68/319 postgresql:file_fdw / file_fdw/regress                                          ERROR           1...
[21:27:47.831]  69/319 postgresql:fuzzystrmatch / fuzzystrmatch/regress                                ERROR           1...
[21:27:47.831]  70/319 postgresql:hstore / hstore/regress                                              ERROR           1...
[21:27:47.831]  71/319 postgresql:hstore_plperl / hstore_plperl/regress                                ERROR           1...
[21:27:47.831]  72/319 postgresql:hstore_plpython / hstore_plpython/regress                            ERROR           1...
[21:27:47.831]  73/319 postgresql:intarray / intarray/regress                                          ERROR           1...
[21:27:47.831]  74/319 postgresql:isn / isn/regress                                                    ERROR           1...
[21:27:47.831]  75/319 postgresql:jsonb_plperl / jsonb_plperl/regress                                  ERROR           1...
[21:27:47.831]  76/319 postgresql:jsonb_plpython / jsonb_plpython/regress                              ERROR           1...
[21:27:47.831]  77/319 postgresql:lo / lo/regress                                                      ERROR           1...
[21:27:47.831]  78/319 postgresql:ltree / ltree/regress                                                ERROR           1...
[21:27:47.831]  79/319 postgresql:ltree_plpython / ltree_plpython/regress                              ERROR           1...
[21:27:47.831]  80/319 postgresql:pageinspect / pageinspect/regress                                    ERROR           1...
[21:27:47.831]  81/319 postgresql:passwordcheck / passwordcheck/regress                                ERROR           1...
[21:27:47.831]  82/319 postgresql:pg_buffercache / pg_buffercache/regress                              ERROR           1...
[21:27:47.831]  83/319 postgresql:pgcrypto / pgcrypto/regress                                          ERROR           1...
[21:27:47.831]  84/319 postgresql:pg_freespacemap / pg_freespacemap/regress                            ERROR           1...
[21:27:47.831]  85/319 postgresql:pg_logicalinspect / pg_logicalinspect/isolation                      ERROR           1...
[21:27:47.831]  86/319 postgresql:pgrowlocks / pgrowlocks/isolation                                    ERROR           1...
[21:27:47.831]  87/319 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR           1...
[21:27:47.831]  88/319 postgresql:pgstattuple / pgstattuple/regress                                    ERROR           1...
[21:27:47.831]  89/319 postgresql:pg_surgery / pg_surgery/regress                                      ERROR           1...
[21:27:47.831]  90/319 postgresql:pg_trgm / pg_trgm/regress                                            ERROR           1...
[21:27:47.831]  91/319 postgresql:pg_visibility / pg_visibility/regress                                ERROR           1...
[21:27:47.831]  92/319 postgresql:pg_walinspect / pg_walinspect/regress                                ERROR           1...
[21:27:47.831]  93/319 postgresql:postgres_fdw / postgres_fdw/regress                                  ERROR           1...
[21:27:47.831]  94/319 postgresql:seg / seg/regress                                                    ERROR           1...
[21:27:47.831]  95/319 postgresql:tablefunc / tablefunc/regress                                        ERROR           1...
[21:27:47.831]  96/319 postgresql:tcn / tcn/isolation                                                  ERROR           1...
[21:27:47.831]  97/319 postgresql:test_decoding / test_decoding/regress                                ERROR           1...
[21:27:47.831]  98/319 postgresql:tsm_system_rows / tsm_system_rows/regress                            ERROR           1...
[21:27:47.831]  99/319 postgresql:tsm_system_time / tsm_system_time/regress                            ERROR           1...
[21:27:47.831] 100/319 postgresql:test_decoding / test_decoding/isolation                              ERROR           1...
[21:27:47.831] 101/319 postgresql:unaccent / unaccent/regress                                          ERROR           1...
[21:27:47.831] 102/319 postgresql:uuid-ossp / uuid-ossp/regress                                        ERROR           1...
[21:27:47.831] 103/319 postgresql:xml2 / xml2/regress                                                  ERROR           1...
[21:27:47.831] 104/319 postgresql:brin / brin/isolation                                                ERROR           1...
[21:27:47.831] 105/319 postgresql:commit_ts / commit_ts/regress                                        ERROR           1...
[21:27:47.831] 106/319 postgresql:dummy_index_am / dummy_index_am/regress                              ERROR           1...
[21:27:47.831] 107/319 postgresql:delay_execution / delay_execution/isolation                          ERROR           1...
[21:27:47.831] 108/319 postgresql:dummy_seclabel / dummy_seclabel/regress                              ERROR           1...
[21:27:47.831] 109/319 postgresql:gin / gin/regress                                                    ERROR           1...
[21:27:47.831] 110/319 postgresql:injection_points / injection_points/regress                          ERROR           1...
[21:27:47.831] 111/319 postgresql:injection_points / injection_points/isolation                        ERROR           1...
[21:27:47.831] 112/319 postgresql:plsample / plsample/regress                                          ERROR           1...
[21:27:47.831] 113/319 postgresql:spgist_name_ops / spgist_name_ops/regress                            ERROR           1...
[21:27:47.831] 114/319 postgresql:test_bloomfilter / test_bloomfilter/regress                          ERROR           1...
[21:27:47.831] 115/319 postgresql:test_copy_callbacks / test_copy_callbacks/regress                    ERROR           1...
[21:27:47.831] 116/319 postgresql:test_ddl_deparse / test_ddl_deparse/regress                          ERROR           1...
[21:27:47.831] 117/319 postgresql:test_dsa / test_dsa/regress                                          ERROR           1...
[21:27:47.831] 118/319 postgresql:test_dsm_registry / test_dsm_registry/regress                        ERROR           1...
[21:27:47.831] 119/319 postgresql:test_extensions / test_extensions/regress                            ERROR           1...
[21:27:47.831] 120/319 postgresql:test_ginpostinglist / test_ginpostinglist/regress                    ERROR           1...
[21:27:47.831] 121/319 postgresql:test_integerset / test_integerset/regress                            ERROR           1...
[21:27:47.831] 122/319 postgresql:test_lfind / test_lfind/regress                                      ERROR           1...
[21:27:47.831] 123/319 postgresql:test_oat_hooks / test_oat_hooks/regress                              ERROR           1...
[21:27:47.831] 124/319 postgresql:test_parser / test_parser/regress                                    ERROR           1...
[21:27:47.831] 125/319 postgresql:test_pg_dump / test_pg_dump/regress                                  ERROR           1...
[21:27:47.831] 126/319 postgresql:test_predtest / test_predtest/regress                                ERROR           1...
[21:27:47.831] 127/319 postgresql:test_radixtree / test_radixtree/regress                              ERROR           1...
[21:27:47.832] 128/319 postgresql:test_rbtree / test_rbtree/regress                                    ERROR           1...
[21:27:47.832] 129/319 postgresql:test_regex / test_regex/regress                                      ERROR           1...
[21:27:47.832] 130/319 postgresql:test_resowner / test_resowner/regress                                ERROR           1...
[21:27:47.832] 131/319 postgresql:test_rls_hooks / test_rls_hooks/regress                              ERROR           1...
[21:27:47.832] 135/319 postgresql:test_shm_mq / test_shm_mq/regress                                    ERROR           1...
[21:27:47.832] 136/319 postgresql:libpq / libpq/005_negotiate_encryption                               ERROR            ...
[21:27:47.832] 138/319 postgresql:libpq / libpq/003_load_balance_host_list                             ERROR            ...
[21:27:47.832] 140/319 postgresql:pg_amcheck / pg_amcheck/004_verify_heapam                            ERROR            ...
[21:27:47.832] 141/319 postgresql:pg_amcheck / pg_amcheck/003_check                                    ERROR            ...
[21:27:47.832] 143/319 postgresql:pg_basebackup / pg_basebackup/010_pg_basebackup                      ERROR            ...
[21:27:47.832] 151/319 postgresql:test_slru / test_slru/regress                                        ERROR           1...
[21:27:47.832] 152/319 postgresql:pg_checksums / pg_checksums/002_actions                              ERROR            ...
[21:27:47.832] 153/319 postgresql:pg_basebackup / pg_basebackup/040_pg_createsubscriber                ERROR            ...
[21:27:47.832] 154/319 postgresql:test_tidstore / test_tidstore/regress                                ERROR           1...
[21:27:47.832] 155/319 postgresql:pg_combinebackup / pg_combinebackup/006_db_file_copy                 ERROR            ...
[21:27:47.832] 156/319 postgresql:pg_combinebackup / pg_combinebackup/003_timeline                     ERROR            ...
[21:27:47.832] 157/319 postgresql:pg_combinebackup / pg_combinebackup/007_wal_level_minimal            ERROR            ...
[21:27:47.832] 160/319 postgresql:pg_combinebackup / pg_combinebackup/008_promote                      ERROR            ...
[21:27:47.832] 162/319 postgresql:pg_combinebackup / pg_combinebackup/009_no_full_file                 ERROR            ...
[21:27:47.832] 163/319 postgresql:pg_controldata / pg_controldata/001_pg_controldata                   ERROR            ...
[21:27:47.832] 164/319 postgresql:pg_ctl / pg_ctl/001_start_stop                                       ERROR            ...
[21:27:47.832] 165/319 postgresql:pg_ctl / pg_ctl/002_status                                           ERROR            ...
[21:27:47.832] 166/319 postgresql:pg_combinebackup / pg_combinebackup/005_integrity                    ERROR            ...
[21:27:47.832] 167/319 postgresql:pg_ctl / pg_ctl/003_promote                                          ERROR            ...
[21:27:47.832] 168/319 postgresql:pg_ctl / pg_ctl/004_logrotate                                        ERROR            ...
[21:27:47.832] 169/319 postgresql:pg_dump / pg_dump/002_pg_dump                                        ERROR            ...
[21:27:47.832] 170/319 postgresql:pg_dump / pg_dump/003_pg_dump_with_server                            ERROR            ...
[21:27:47.832] 172/319 postgresql:pg_dump / pg_dump/004_pg_dump_parallel                               ERROR            ...
[21:27:47.832] 173/319 postgresql:pg_dump / pg_dump/005_pg_dump_filterfile                             ERROR            ...
[21:27:47.832] 174/319 postgresql:pg_dump / pg_dump/010_dump_connstr                                   ERROR            ...
[21:27:47.832] 175/319 postgresql:pg_resetwal / pg_resetwal/001_basic                                  ERROR            ...
[21:27:47.832] 176/319 postgresql:pg_rewind / pg_rewind/001_basic                                      ERROR            ...
[21:27:47.832] 177/319 postgresql:pg_resetwal / pg_resetwal/002_corrupted                              ERROR            ...
[21:27:47.832] 178/319 postgresql:pg_rewind / pg_rewind/002_databases                                  ERROR            ...
[21:27:47.832] 179/319 postgresql:pg_rewind / pg_rewind/003_extrafiles                                 ERROR            ...
[21:27:47.832] 181/319 postgresql:pg_rewind / pg_rewind/005_same_timeline                              ERROR            ...
[21:27:47.832] 182/319 postgresql:pg_rewind / pg_rewind/004_pg_xlog_symlink                            ERROR            ...
[21:27:47.832] 183/319 postgresql:pg_rewind / pg_rewind/007_standby_source                             ERROR            ...
[21:27:47.832] 184/319 postgresql:pg_rewind / pg_rewind/008_min_recovery_point                         ERROR            ...
[21:27:47.832] 186/319 postgresql:pg_rewind / pg_rewind/009_growing_files                              ERROR            ...
[21:27:47.832] 187/319 postgresql:pg_rewind / pg_rewind/010_keep_recycled_wals                         ERROR            ...
[21:27:47.832] 190/319 postgresql:pg_verifybackup / pg_verifybackup/002_algorithm                      ERROR            ...
[21:27:47.832] 191/319 postgresql:pg_verifybackup / pg_verifybackup/004_options                        ERROR            ...
[21:27:47.832] 192/319 postgresql:pg_verifybackup / pg_verifybackup/003_corruption                     ERROR            ...
[21:27:47.832] 194/319 postgresql:pg_verifybackup / pg_verifybackup/006_encoding                       ERROR            ...
[21:27:47.832] 195/319 postgresql:pg_verifybackup / pg_verifybackup/007_wal                            ERROR            ...
[21:27:47.832] 197/319 postgresql:pg_verifybackup / pg_verifybackup/009_extract                        ERROR            ...
[21:27:47.832] 196/319 postgresql:pg_verifybackup / pg_verifybackup/008_untar                          ERROR            ...
[21:27:47.832] 198/319 postgresql:pg_verifybackup / pg_verifybackup/010_client_untar                   ERROR            ...
[21:27:47.832] 199/319 postgresql:pg_waldump / pg_waldump/001_basic                                    ERROR            ...
[21:27:47.832] 201/319 postgresql:pg_waldump / pg_waldump/002_save_fullpage                            ERROR            ...
[21:27:47.832] 202/319 postgresql:pg_walsummary / pg_walsummary/002_blocks                             ERROR            ...
[21:27:47.832] 203/319 postgresql:pgbench / pgbench/001_pgbench_with_server                            ERROR            ...
[21:27:47.832] 204/319 postgresql:psql / psql/001_basic                                                ERROR            ...
[21:27:47.834] 205/319 postgresql:psql / psql/010_tab_completion                                       ERROR            ...
[21:27:47.834] 206/319 postgresql:psql / psql/020_cancel                                               ERROR            ...
[21:27:47.834] 208/319 postgresql:scripts / scripts/010_clusterdb                                      ERROR            ...
[21:27:47.834] 209/319 postgresql:scripts / scripts/011_clusterdb_all                                  ERROR            ...
[21:27:47.834] 210/319 postgresql:scripts / scripts/040_createuser                                     ERROR            ...
[21:27:47.834] 211/319 postgresql:scripts / scripts/020_createdb                                       ERROR            ...
[21:27:47.834] 212/319 postgresql:scripts / scripts/050_dropdb                                         ERROR            ...
[21:27:47.834] 213/319 postgresql:scripts / scripts/070_dropuser                                       ERROR            ...
[21:27:47.834] 214/319 postgresql:scripts / scripts/080_pg_isready                                     ERROR            ...
[21:27:47.834] 215/319 postgresql:scripts / scripts/091_reindexdb_all                                  ERROR            ...
[21:27:47.834] 216/319 postgresql:scripts / scripts/090_reindexdb                                      ERROR            ...
[21:27:47.834] 217/319 postgresql:scripts / scripts/101_vacuumdb_all                                   ERROR            ...
[21:27:47.834] 218/319 postgresql:scripts / scripts/100_vacuumdb                                       ERROR            ...
[21:27:47.834] 219/319 postgresql:scripts / scripts/102_vacuumdb_stages                                ERROR            ...
[21:27:47.834] 220/319 postgresql:scripts / scripts/200_connstr                                        ERROR            ...
[21:27:47.834] 222/319 postgresql:amcheck / amcheck/001_verify_heapam                                  ERROR            ...
[21:27:47.834] 223/319 postgresql:amcheck / amcheck/002_cic                                            ERROR            ...
[21:27:47.834] 224/319 postgresql:amcheck / amcheck/003_cic_2pc                                        ERROR            ...
[21:27:47.834] 225/319 postgresql:amcheck / amcheck/004_verify_nbtree_unique                           ERROR            ...
[21:27:47.834] 226/319 postgresql:amcheck / amcheck/005_pitr                                           ERROR            ...
[21:27:47.834] 228/319 postgresql:auto_explain / auto_explain/001_auto_explain                         ERROR            ...
[21:27:47.834] 229/319 postgresql:bloom / bloom/001_wal                                                ERROR            ...
[21:27:47.834] 230/319 postgresql:basebackup_to_shell / basebackup_to_shell/001_basic                  ERROR            ...
[21:27:47.834] 231/319 postgresql:pg_prewarm / pg_prewarm/001_basic                                    ERROR            ...
[21:27:47.834] 232/319 postgresql:pg_stat_statements / pg_stat_statements/010_restart                  ERROR            ...
[21:27:47.834] 233/319 postgresql:pg_visibility / pg_visibility/001_concurrent_transaction             ERROR            ...
[21:27:47.834] 234/319 postgresql:pg_visibility / pg_visibility/002_corrupt_vm                         ERROR            ...
[21:27:47.834] 235/319 postgresql:test_decoding / test_decoding/001_repl_stats                         ERROR            ...
[21:27:47.834] 238/319 postgresql:authentication / authentication/001_password                         ERROR            ...
[21:27:47.834] 239/319 postgresql:authentication / authentication/003_peer                             ERROR            ...
[21:27:47.834] 240/319 postgresql:authentication / authentication/002_saslprep                         ERROR            ...
[21:27:47.834] 241/319 postgresql:authentication / authentication/004_file_inclusion                   ERROR            ...
[21:27:47.834] 242/319 postgresql:authentication / authentication/006_login_trigger                    ERROR            ...
[21:27:47.834] 243/319 postgresql:postmaster / postmaster/002_start_stop                               ERROR            ...
[21:27:47.834] 244/319 postgresql:postmaster / postmaster/001_connection_limits                        ERROR            ...
[21:27:47.834] 245/319 postgresql:subscription / subscription/001_rep_changes                          ERROR            ...
[21:27:47.834] 246/319 postgresql:subscription / subscription/002_types                                ERROR            ...
[21:27:47.834] 247/319 postgresql:subscription / subscription/003_constraints                          ERROR            ...
[21:27:47.834] 248/319 postgresql:subscription / subscription/004_sync                                 ERROR            ...
[21:27:47.834] 249/319 postgresql:subscription / subscription/006_rewrite                              ERROR            ...
[21:27:47.834] 250/319 postgresql:subscription / subscription/005_encoding                             ERROR            ...
[21:27:47.834] 251/319 postgresql:subscription / subscription/007_ddl                                  ERROR            ...
[21:27:47.834] 252/319 postgresql:subscription / subscription/008_diff_schema                          ERROR            ...
[21:27:47.834] 253/319 postgresql:subscription / subscription/009_matviews                             ERROR            ...
[21:27:47.834] 254/319 postgresql:subscription / subscription/011_generated                            ERROR            ...
[21:27:47.834] 255/319 postgresql:subscription / subscription/010_truncate                             ERROR            ...
[21:27:47.834] 256/319 postgresql:subscription / subscription/012_collation                            ERROR            ...
[21:27:47.834] 257/319 postgresql:subscription / subscription/013_partition                            ERROR            ...
[21:27:47.834] 258/319 postgresql:subscription / subscription/015_stream                               ERROR            ...
[21:27:47.834] 259/319 postgresql:subscription / subscription/016_stream_subxact                       ERROR            ...
[21:27:47.834] 260/319 postgresql:subscription / subscription/014_binary                               ERROR            ...
[21:27:47.834] 261/319 postgresql:subscription / subscription/017_stream_ddl                           ERROR            ...
[21:27:47.834] 262/319 postgresql:subscription / subscription/018_stream_subxact_abort                 ERROR            ...
[21:27:47.873] 263/319 postgresql:subscription / subscription/019_stream_subxact_ddl_abort             ERROR            ...
[21:27:47.873] 264/319 postgresql:subscription / subscription/020_messages                             ERROR            ...
[21:27:47.873] 265/319 postgresql:subscription / subscription/021_twophase                             ERROR            ...
[21:27:47.873] 266/319 postgresql:subscription / subscription/022_twophase_cascade                     ERROR            ...
[21:27:47.873] 267/319 postgresql:subscription / subscription/023_twophase_stream                      ERROR            ...
[21:27:47.873] 268/319 postgresql:subscription / subscription/024_add_drop_pub                         ERROR            ...
[21:27:47.873] 269/319 postgresql:subscription / subscription/025_rep_changes_for_schema               ERROR            ...
[21:27:47.873] 270/319 postgresql:subscription / subscription/026_stats                                ERROR            ...
[21:27:47.873] 271/319 postgresql:subscription / subscription/028_row_filter                           ERROR            ...
[21:27:47.873] 272/319 postgresql:subscription / subscription/027_nosuperuser                          ERROR            ...
[21:27:47.873] 273/319 postgresql:subscription / subscription/029_on_error                             ERROR            ...
[21:27:47.873] 274/319 postgresql:subscription / subscription/031_column_list                          ERROR            ...
[21:27:47.873] 275/319 postgresql:subscription / subscription/030_origin                               ERROR            ...
[21:27:47.873] 276/319 postgresql:subscription / subscription/032_subscribe_use_index                  ERROR            ...
[21:27:47.873] 277/319 postgresql:subscription / subscription/033_run_as_table_owner                   ERROR            ...
[21:27:47.873] 278/319 postgresql:subscription / subscription/034_temporal                             ERROR            ...
[21:27:47.873] 279/319 postgresql:subscription / subscription/100_bugs                                 ERROR            ...
[21:27:47.873] 280/319 postgresql:brin / brin/02_wal_consistency                                       ERROR            ...
[21:27:47.873] 281/319 postgresql:brin / brin/01_workitems                                             ERROR            ...
[21:27:47.873] 282/319 postgresql:commit_ts / commit_ts/001_base                                       ERROR            ...
[21:27:47.873] 283/319 postgresql:commit_ts / commit_ts/002_standby                                    ERROR            ...
[21:27:47.873] 284/319 postgresql:commit_ts / commit_ts/003_standby_2                                  ERROR            ...
[21:27:47.873] 285/319 postgresql:commit_ts / commit_ts/004_restart                                    ERROR            ...
[21:27:47.873] 286/319 postgresql:injection_points / injection_points/001_stats                        ERROR            ...
[21:27:47.873] 287/319 postgresql:libpq_pipeline / libpq_pipeline/001_libpq_pipeline                   ERROR            ...
[21:27:47.873] 288/319 postgresql:ssl_passphrase_callback / ssl_passphrase_callback/001_testfunc       ERROR            ...
[21:27:47.873] 289/319 postgresql:test_custom_rmgrs / test_custom_rmgrs/001_basic                      ERROR            ...
[21:27:47.873] 292/319 postgresql:test_misc / test_misc/001_constraint_validation                      ERROR            ...
[21:27:47.873] 293/319 postgresql:test_misc / test_misc/002_tablespace                                 ERROR            ...
[21:27:47.873] 294/319 postgresql:ldap_password_func / ldap_password_func/001_mutated_bindpasswd       ERROR            ...
[21:27:47.873] 295/319 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
[21:27:47.873] 296/319 postgresql:test_misc / test_misc/004_io_direct                                  ERROR            ...
[21:27:47.873] 297/319 postgresql:test_misc / test_misc/005_timeouts                                   ERROR            ...
[21:27:47.873] 298/319 postgresql:test_misc / test_misc/006_signal_autovacuum                          ERROR            ...
[21:27:47.873] 299/319 postgresql:test_pg_dump / test_pg_dump/001_base                                 ERROR            ...
[21:27:47.873] 300/319 postgresql:test_slru / test_slru/001_multixact                                  ERROR            ...
[21:27:47.873] 304/319 postgresql:typcache / typcache/regress                                          ERROR           1...
[21:27:47.873] 306/319 postgresql:worker_spi / worker_spi/001_worker_spi                               ERROR            ...
[21:27:47.873] 307/319 postgresql:checksums / checksums/001_basic                                      ERROR            ...
[21:27:47.873] 308/319 postgresql:checksums / checksums/002_restarts                                   ERROR            ...
[21:27:47.873] 309/319 postgresql:checksums / checksums/004_offline                                    ERROR            ...
[21:27:47.873] 310/319 postgresql:checksums / checksums/003_standby_restarts                           ERROR            ...
[21:27:47.873] 311/319 postgresql:ssl / ssl/002_scram                                                  ERROR            ...
[21:27:47.873] 312/319 postgresql:ssl / ssl/001_ssltests                                               ERROR            ...
[21:27:47.873] 313/319 postgresql:ssl / ssl/003_sslinfo                                                ERROR            ...
[21:27:47.873] 314/319 postgresql:ldap / ldap/001_auth                                                 ERROR            ...
[21:27:47.873] 315/319 postgresql:ldap / ldap/002_bindpasswd                                           ERROR            ...
[21:27:47.873] 316/319 postgresql:icu / icu/010_database                                               ERROR            ...
[21:27:47.873] 318/319 postgresql:unsafe_tests / unsafe_tests/regress                                  ERROR           1...
[21:27:47.873] 319/319 postgresql:ecpg / ecpg/ecpg                                                     ERROR           1...
Linux - Debian Bookworm - Autoconf
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2901, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2901, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2901, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2901, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2901, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2901, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2901, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2901, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2901, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2901, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2901, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2901, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2901, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2901, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2901, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2901, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2901, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2901, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2901, PID...
core
[21:07:29.788] #0  0x00007fe3088abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:07:29.788] #1  0x00007fe30885cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:07:29.788] #2  0x00007fe308847472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:07:29.788] #3  0x00005608b0d412c8 in ExceptionalCondition (conditionName=conditionName@entry=0x5608b10ab0e0 "(remain...
[21:07:29.788] #4  0x00005608b088bd3e in PostmasterStateMachine () at postmaster.c:2901
[21:07:29.788] #5  0x00005608b088c3b3 in process_pm_shutdown_request () at postmaster.c:2193
[21:07:29.788] #6  0x00005608b088d3ad in ServerLoop () at postmaster.c:1665
[21:07:29.788] #7  0x00005608b088f713 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x6040000005d0) at postmaste...
[21:07:29.788] #8  0x00005608b06318d2 in main (argc=4, argv=0x6040000005d0) at main.c:224
[21:07:30.235] #0  0x00007faa013dbebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:07:35.270] #0  0x00007fa4950abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:07:35.270] #1  0x00007fa49505cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:07:35.270] #2  0x00007fa495047472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:07:35.270] #3  0x0000556749c0b2c8 in ExceptionalCondition (conditionName=conditionName@entry=0x556749f750e0 "(remain...
[21:07:35.270] #4  0x0000556749755d3e in PostmasterStateMachine () at postmaster.c:2901
[21:07:35.270] #5  0x0000556749756272 in process_pm_shutdown_request () at postmaster.c:2156
[21:07:35.270] #6  0x00005567497573ad in ServerLoop () at postmaster.c:1665
[21:07:35.270] #7  0x0000556749759713 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x6070000003a0) at postmaste...
[21:07:35.270] #8  0x00005567494fb8d2 in main (argc=8, argv=0x6070000003a0) at main.c:224
core
[21:07:28.862] #0  0x00007f69060abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:07:28.862] #1  0x00007f690605cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:07:28.862] #2  0x00007f6906047472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:07:28.862] #3  0x00005619239772c8 in ExceptionalCondition (conditionName=conditionName@entry=0x561923ce10e0 "(remain...
[21:07:28.862] #4  0x00005619234c1d3e in PostmasterStateMachine () at postmaster.c:2901
[21:07:28.862] #5  0x00005619234c2272 in process_pm_shutdown_request () at postmaster.c:2156
[21:07:28.862] #6  0x00005619234c33ad in ServerLoop () at postmaster.c:1665
[21:07:28.862] #7  0x00005619234c5713 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x6070000003a0) at postmaste...
[21:07:28.862] #8  0x00005619232678d2 in main (argc=8, argv=0x6070000003a0) at main.c:224
[21:07:29.313] #0  0x00007f87f14abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:07:29.324] #0  0x00007f87f14abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:07:29.324] #1  0x00007f87f145cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:07:29.324] #2  0x00007f87f1447472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:07:29.324] #3  0x000055e235c472c8 in ExceptionalCondition (conditionName=conditionName@entry=0x55e235fb10e0 "(remain...
[21:07:29.324] #4  0x000055e235791d3e in PostmasterStateMachine () at postmaster.c:2901
[21:07:29.324] #5  0x000055e2357923b3 in process_pm_shutdown_request () at postmaster.c:2193
[21:07:29.324] #6  0x000055e2357933ad in ServerLoop () at postmaster.c:1665
[21:07:29.324] #7  0x000055e235795713 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x6040000005d0) at postmaste...
[21:07:29.324] #8  0x000055e2355378d2 in main (argc=4, argv=0x6040000005d0) at main.c:224
[21:07:29.776] #0  0x00007fe3088abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:07:31.616] #0  0x00007f99233dbebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:07:31.616] #1  0x00007f992338cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:07:31.616] #2  0x00007f9923377472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:07:31.616] #3  0x0000559b6d4542c8 in ExceptionalCondition (conditionName=conditionName@entry=0x559b6d7be0e0 "(remain...
[21:07:31.616] #4  0x0000559b6cf9ed3e in PostmasterStateMachine () at postmaster.c:2901
[21:07:31.616] #5  0x0000559b6cf9f3b3 in process_pm_shutdown_request () at postmaster.c:2193
[21:07:31.616] #6  0x0000559b6cfa03ad in ServerLoop () at postmaster.c:1665
[21:07:31.616] #7  0x0000559b6cfa2713 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x604000000610) at postmaste...
[21:07:31.616] #8  0x0000559b6cd448d2 in main (argc=4, argv=0x604000000610) at main.c:224
[21:07:32.059] #0  0x00007fe8f8eabebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:07:31.144] #0  0x00007feda32abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:07:31.144] #1  0x00007feda325cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:07:31.144] #2  0x00007feda3247472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:07:31.144] #3  0x0000559511b302c8 in ExceptionalCondition (conditionName=conditionName@entry=0x559511e9a0e0 "(remain...
[21:07:31.144] #4  0x000055951167ad3e in PostmasterStateMachine () at postmaster.c:2901
[21:07:31.144] #5  0x000055951167b272 in process_pm_shutdown_request () at postmaster.c:2156
[21:07:31.144] #6  0x000055951167c3ad in ServerLoop () at postmaster.c:1665
[21:07:31.144] #7  0x000055951167e713 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x6070000003a0) at postmaste...
[21:07:31.144] #8  0x00005595114208d2 in main (argc=8, argv=0x6070000003a0) at main.c:224
[21:07:31.604] #0  0x00007f99233dbebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:07:30.697] #0  0x00007f198b4abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:07:30.697] #1  0x00007f198b45cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:07:30.697] #2  0x00007f198b447472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:07:30.697] #3  0x00005581d03722c8 in ExceptionalCondition (conditionName=conditionName@entry=0x5581d06dc0e0 "(remain...
[21:07:30.697] #4  0x00005581cfebcd3e in PostmasterStateMachine () at postmaster.c:2901
[21:07:30.697] #5  0x00005581cfebd272 in process_pm_shutdown_request () at postmaster.c:2156
[21:07:30.697] #6  0x00005581cfebe3ad in ServerLoop () at postmaster.c:1665
[21:07:30.697] #7  0x00005581cfec0713 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x6070000003a0) at postmaste...
[21:07:30.697] #8  0x00005581cfc628d2 in main (argc=8, argv=0x6070000003a0) at main.c:224
[21:07:31.132] #0  0x00007feda32abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:07:30.246] #0  0x00007faa013dbebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:07:30.246] #1  0x00007faa0138cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:07:30.246] #2  0x00007faa01377472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:07:30.246] #3  0x0000565537b462c8 in ExceptionalCondition (conditionName=conditionName@entry=0x565537eb00e0 "(remain...
[21:07:30.246] #4  0x0000565537690d3e in PostmasterStateMachine () at postmaster.c:2901
[21:07:30.246] #5  0x00005655376913b3 in process_pm_shutdown_request () at postmaster.c:2193
[21:07:30.246] #6  0x00005655376923ad in ServerLoop () at postmaster.c:1665
[21:07:30.246] #7  0x0000565537694713 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x604000000590) at postmaste...
[21:07:30.246] #8  0x00005655374368d2 in main (argc=4, argv=0x604000000590) at main.c:224
[21:07:30.685] #0  0x00007f198b4abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:07:34.799] #0  0x00007f9546cabebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:07:34.799] #1  0x00007f9546c5cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:07:34.799] #2  0x00007f9546c47472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:07:34.799] #3  0x0000556e886422c8 in ExceptionalCondition (conditionName=conditionName@entry=0x556e889ac0e0 "(remain...
[21:07:34.799] #4  0x0000556e8818cd3e in PostmasterStateMachine () at postmaster.c:2901
[21:07:34.799] #5  0x0000556e8818d272 in process_pm_shutdown_request () at postmaster.c:2156
[21:07:34.799] #6  0x0000556e8818e3ad in ServerLoop () at postmaster.c:1665
[21:07:34.799] #7  0x0000556e88190713 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x6070000003a0) at postmaste...
[21:07:34.799] #8  0x0000556e87f328d2 in main (argc=8, argv=0x6070000003a0) at main.c:224
[21:07:35.258] #0  0x00007fa4950abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:07:34.344] #0  0x00007f88ae8abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:07:34.344] #1  0x00007f88ae85cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:07:34.344] #2  0x00007f88ae847472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:07:34.344] #3  0x0000559bbcff42c8 in ExceptionalCondition (conditionName=conditionName@entry=0x559bbd35e0e0 "(remain...
[21:07:34.344] #4  0x0000559bbcb3ed3e in PostmasterStateMachine () at postmaster.c:2901
[21:07:34.344] #5  0x0000559bbcb3f272 in process_pm_shutdown_request () at postmaster.c:2156
[21:07:34.344] #6  0x0000559bbcb403ad in ServerLoop () at postmaster.c:1665
[21:07:34.344] #7  0x0000559bbcb42713 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x6040000005d0) at postmaste...
[21:07:34.344] #8  0x0000559bbc8e48d2 in main (argc=4, argv=0x6040000005d0) at main.c:224
[21:07:34.786] #0  0x00007f9546cabebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:07:33.873] #0  0x00007ff8c1eabebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:07:33.873] #1  0x00007ff8c1e5cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:07:33.873] #2  0x00007ff8c1e47472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:07:33.873] #3  0x000055ed150892c8 in ExceptionalCondition (conditionName=conditionName@entry=0x55ed153f30e0 "(remain...
[21:07:33.873] #4  0x000055ed14bd3d3e in PostmasterStateMachine () at postmaster.c:2901
[21:07:33.873] #5  0x000055ed14bd4272 in process_pm_shutdown_request () at postmaster.c:2156
[21:07:33.873] #6  0x000055ed14bd53ad in ServerLoop () at postmaster.c:1665
[21:07:33.873] #7  0x000055ed14bd7713 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x6070000003a0) at postmaste...
[21:07:33.873] #8  0x000055ed149798d2 in main (argc=8, argv=0x6070000003a0) at main.c:224
[21:07:34.332] #0  0x00007f88ae8abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:07:27.968] #0  0x00007f3f274abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:07:27.968] #1  0x00007f3f2745cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:07:27.968] #2  0x00007f3f27447472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:07:27.968] #3  0x0000557855baf2c8 in ExceptionalCondition (conditionName=conditionName@entry=0x557855f190e0 "(remain...
[21:07:27.968] #4  0x00005578556f9d3e in PostmasterStateMachine () at postmaster.c:2901
[21:07:27.968] #5  0x00005578556fa3b3 in process_pm_shutdown_request () at postmaster.c:2193
[21:07:27.968] #6  0x00005578556fb3ad in ServerLoop () at postmaster.c:1665
[21:07:27.968] #7  0x00005578556fd713 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x6040000005d0) at postmaste...
[21:07:27.968] #8  0x000055785549f8d2 in main (argc=4, argv=0x6040000005d0) at main.c:224
[21:07:28.395] #0  0x00007fa3032abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:07:28.405] #0  0x00007fa3032abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:07:28.405] #1  0x00007fa30325cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:07:28.405] #2  0x00007fa303247472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:07:28.405] #3  0x000056524ab492c8 in ExceptionalCondition (conditionName=conditionName@entry=0x56524aeb30e0 "(remain...
[21:07:28.405] #4  0x000056524a693d3e in PostmasterStateMachine () at postmaster.c:2901
[21:07:28.405] #5  0x000056524a694272 in process_pm_shutdown_request () at postmaster.c:2156
[21:07:28.405] #6  0x000056524a6953ad in ServerLoop () at postmaster.c:1665
[21:07:28.405] #7  0x000056524a697713 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x6070000003a0) at postmaste...
[21:07:28.405] #8  0x000056524a4398d2 in main (argc=8, argv=0x6070000003a0) at main.c:224
[21:07:28.850] #0  0x00007f69060abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:07:32.070] #0  0x00007fe8f8eabebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:07:32.070] #1  0x00007fe8f8e5cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:07:32.070] #2  0x00007fe8f8e47472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:07:32.070] #3  0x0000559ab1f142c8 in ExceptionalCondition (conditionName=conditionName@entry=0x559ab227e0e0 "(remain...
[21:07:32.070] #4  0x0000559ab1a5ed3e in PostmasterStateMachine () at postmaster.c:2901
[21:07:32.070] #5  0x0000559ab1a5f3b3 in process_pm_shutdown_request () at postmaster.c:2193
[21:07:32.070] #6  0x0000559ab1a603ad in ServerLoop () at postmaster.c:1665
[21:07:32.070] #7  0x0000559ab1a62713 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x604000000610) at postmaste...
[21:07:32.070] #8  0x0000559ab18048d2 in main (argc=4, argv=0x604000000610) at main.c:224
[21:07:32.515] #0  0x00007fa9528abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:07:32.526] #0  0x00007fa9528abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:07:32.526] #1  0x00007fa95285cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:07:32.526] #2  0x00007fa952847472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:07:32.526] #3  0x000055610e00f2c8 in ExceptionalCondition (conditionName=conditionName@entry=0x55610e3790e0 "(remain...
[21:07:32.526] #4  0x000055610db59d3e in PostmasterStateMachine () at postmaster.c:2901
[21:07:32.526] #5  0x000055610db5a272 in process_pm_shutdown_request () at postmaster.c:2156
[21:07:32.526] #6  0x000055610db5b3ad in ServerLoop () at postmaster.c:1665
[21:07:32.526] #7  0x000055610db5d713 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x6070000003a0) at postmaste...
[21:07:32.526] #8  0x000055610d8ff8d2 in main (argc=8, argv=0x6070000003a0) at main.c:224
[21:07:32.961] #0  0x00007fe4bb4abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:07:32.973] #0  0x00007fe4bb4abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:07:32.973] #1  0x00007fe4bb45cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:07:32.973] #2  0x00007fe4bb447472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:07:32.973] #3  0x000056206f5522c8 in ExceptionalCondition (conditionName=conditionName@entry=0x56206f8bc0e0 "(remain...
[21:07:32.973] #4  0x000056206f09cd3e in PostmasterStateMachine () at postmaster.c:2901
[21:07:32.973] #5  0x000056206f09d272 in process_pm_shutdown_request () at postmaster.c:2156
[21:07:32.973] #6  0x000056206f09e3ad in ServerLoop () at postmaster.c:1665
[21:07:32.973] #7  0x000056206f0a0713 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x6070000003a0) at postmaste...
[21:07:32.973] #8  0x000056206ee428d2 in main (argc=8, argv=0x6070000003a0) at main.c:224
[21:07:33.418] #0  0x00007f4cb3cabebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:07:33.429] #0  0x00007f4cb3cabebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:07:33.429] #1  0x00007f4cb3c5cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:07:33.429] #2  0x00007f4cb3c47472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:07:33.429] #3  0x000055570859b2c8 in ExceptionalCondition (conditionName=conditionName@entry=0x5557089050e0 "(remain...
[21:07:33.429] #4  0x00005557080e5d3e in PostmasterStateMachine () at postmaster.c:2901
[21:07:33.429] #5  0x00005557080e6272 in process_pm_shutdown_request () at postmaster.c:2156
[21:07:33.429] #6  0x00005557080e73ad in ServerLoop () at postmaster.c:1665
[21:07:33.429] #7  0x00005557080e9713 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x604000000610) at postmaste...
[21:07:33.429] #8  0x0000555707e8b8d2 in main (argc=4, argv=0x604000000610) at main.c:224
[21:07:33.862] #0  0x00007ff8c1eabebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:07:27.064] #0  0x00007f67a50abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:07:27.064] #1  0x00007f67a505cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:07:27.064] #2  0x00007f67a5047472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:07:27.064] #3  0x000055946a88f2c8 in ExceptionalCondition (conditionName=conditionName@entry=0x55946abf90e0 "(remain...
[21:07:27.064] #4  0x000055946a3d9d3e in PostmasterStateMachine () at postmaster.c:2901
[21:07:27.064] #5  0x000055946a3da272 in process_pm_shutdown_request () at postmaster.c:2156
[21:07:27.064] #6  0x000055946a3db3ad in ServerLoop () at postmaster.c:1665
[21:07:27.064] #7  0x000055946a3dd713 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x6070000003a0) at postmaste...
[21:07:27.064] #8  0x000055946a17f8d2 in main (argc=8, argv=0x6070000003a0) at main.c:224
[21:07:27.503] #0  0x00007fbec9eabebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:07:27.514] #0  0x00007fbec9eabebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:07:27.514] #1  0x00007fbec9e5cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:07:27.514] #2  0x00007fbec9e47472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:07:27.514] #3  0x000056545b40f2c8 in ExceptionalCondition (conditionName=conditionName@entry=0x56545b7790e0 "(remain...
[21:07:27.514] #4  0x000056545af59d3e in PostmasterStateMachine () at postmaster.c:2901
[21:07:27.514] #5  0x000056545af5a272 in process_pm_shutdown_request () at postmaster.c:2156
[21:07:27.514] #6  0x000056545af5b3ad in ServerLoop () at postmaster.c:1665
[21:07:27.514] #7  0x000056545af5d713 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x604000000610) at postmaste...
[21:07:27.514] #8  0x000056545acff8d2 in main (argc=4, argv=0x604000000610) at main.c:224
[21:07:27.956] #0  0x00007f3f274abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
tap
[21:04:02.533](0.912s) Bail out!  pg_ctl stop failed
tap
[21:03:24.050](1.912s) Bail out!  pg_ctl stop failed
tap
[21:03:19.725](2.191s) Bail out!  pg_ctl stop failed
Linux - Debian Bookworm - Meson
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
core
[21:15:24.885] #0  0x00007fd2438a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:24.885] #1  0x00007fd24385afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:24.885] #2  0x00007fd243845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:24.885] #3  0x00005629a09fe5eb in ExceptionalCondition (conditionName=conditionName@entry=0x5629a0ca1668 "(remain...
[21:15:24.885] #4  0x00005629a0616d01 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:15:24.885] #5  0x00005629a0617398 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2193
[21:15:24.885] #6  0x00005629a0618119 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:15:24.886] #7  0x00005629a0619b7d in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5629a1ce4d00) at ../src/ba...
[21:15:24.886] #8  0x00005629a044e1b2 in main (argc=4, argv=0x5629a1ce4d00) at ../src/backend/main/main.c:224
[21:15:25.316] #0  0x00007f56e96a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:15:40.887] #0  0x00007f34adca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:40.887] #1  0x00007f34adc5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:40.887] #2  0x00007f34adc45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:40.887] #3  0x000055ca460c35eb in ExceptionalCondition (conditionName=conditionName@entry=0x55ca46366668 "(remain...
[21:15:40.887] #4  0x000055ca45cdbd01 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:15:40.887] #5  0x000055ca45cdc257 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2156
[21:15:40.887] #6  0x000055ca45cdd119 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:15:40.887] #7  0x000055ca45cdeb7d in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55ca485e5d40) at ../src/ba...
[21:15:40.887] #8  0x000055ca45b131b2 in main (argc=8, argv=0x55ca485e5d40) at ../src/backend/main/main.c:224
[21:15:41.336] #0  0x00007f79e24a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:15:40.434] #0  0x00007fed098a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:40.434] #1  0x00007fed0985afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:40.434] #2  0x00007fed09845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:40.434] #3  0x0000558c4fd5e5eb in ExceptionalCondition (conditionName=conditionName@entry=0x558c50001668 "(remain...
[21:15:40.434] #4  0x0000558c4f976d01 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:15:40.434] #5  0x0000558c4f977257 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2156
[21:15:40.434] #6  0x0000558c4f978119 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:15:40.434] #7  0x0000558c4f979b7d in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x558c5217ad40) at ../src/ba...
[21:15:40.434] #8  0x0000558c4f7ae1b2 in main (argc=4, argv=0x558c5217ad40) at ../src/backend/main/main.c:224
[21:15:40.864] #0  0x00007f34adca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:15:39.989] #0  0x00007ff88f6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:39.989] #1  0x00007ff88f65afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:39.989] #2  0x00007ff88f645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:39.989] #3  0x000055c0ae5415eb in ExceptionalCondition (conditionName=conditionName@entry=0x55c0ae7e4668 "(remain...
[21:15:39.989] #4  0x000055c0ae159d01 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:15:39.989] #5  0x000055c0ae15a398 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2193
[21:15:39.989] #6  0x000055c0ae15b119 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:15:39.989] #7  0x000055c0ae15cb7d in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55c0b0f01d40) at ../src/ba...
[21:15:39.989] #8  0x000055c0adf911b2 in main (argc=4, argv=0x55c0b0f01d40) at ../src/backend/main/main.c:224
[21:15:40.415] #0  0x00007fed098a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:15:39.534] #0  0x00007f36a98a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:39.534] #1  0x00007f36a985afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:39.534] #2  0x00007f36a9845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:39.534] #3  0x000055e734fbb5eb in ExceptionalCondition (conditionName=conditionName@entry=0x55e73525e668 "(remain...
[21:15:39.534] #4  0x000055e734bd3d01 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:15:39.534] #5  0x000055e734bd4398 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2193
[21:15:39.534] #6  0x000055e734bd5119 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:15:39.534] #7  0x000055e734bd6b7d in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55e736c48d10) at ../src/ba...
[21:15:39.534] #8  0x000055e734a0b1b2 in main (argc=4, argv=0x55e736c48d10) at ../src/backend/main/main.c:224
[21:15:39.971] #0  0x00007ff88f6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:15:39.081] #0  0x00007f35708a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:39.081] #1  0x00007f357085afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:39.081] #2  0x00007f3570845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:39.081] #3  0x0000560ec93655eb in ExceptionalCondition (conditionName=conditionName@entry=0x560ec9608668 "(remain...
[21:15:39.081] #4  0x0000560ec8f7dd01 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:15:39.081] #5  0x0000560ec8f7e257 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2156
[21:15:39.081] #6  0x0000560ec8f7f119 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:15:39.081] #7  0x0000560ec8f80b7d in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x560eca8f1d00) at ../src/ba...
[21:15:39.081] #8  0x0000560ec8db51b2 in main (argc=4, argv=0x560eca8f1d00) at ../src/backend/main/main.c:224
[21:15:39.515] #0  0x00007f36a98a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:15:38.599] #0  0x00007f7435aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:38.599] #1  0x00007f7435a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:38.599] #2  0x00007f7435a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:38.599] #3  0x000055d9bfd385eb in ExceptionalCondition (conditionName=conditionName@entry=0x55d9bffdb668 "(remain...
[21:15:38.599] #4  0x000055d9bf950d01 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:15:38.599] #5  0x000055d9bf951398 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2193
[21:15:38.599] #6  0x000055d9bf952119 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:15:38.600] #7  0x000055d9bf953b7d in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55d9c0b17d10) at ../src/ba...
[21:15:38.600] #8  0x000055d9bf7881b2 in main (argc=4, argv=0x55d9c0b17d10) at ../src/backend/main/main.c:224
[21:15:39.059] #0  0x00007f35708a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:15:38.131] #0  0x00007f678cea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:38.131] #1  0x00007f678ce5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:38.131] #2  0x00007f678ce45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:38.131] #3  0x000055d1371285eb in ExceptionalCondition (conditionName=conditionName@entry=0x55d1373cb668 "(remain...
[21:15:38.131] #4  0x000055d136d40d01 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:15:38.131] #5  0x000055d136d41257 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2156
[21:15:38.131] #6  0x000055d136d42119 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:15:38.131] #7  0x000055d136d43b7d in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55d1380b4d90) at ../src/ba...
[21:15:38.131] #8  0x000055d136b781b2 in main (argc=8, argv=0x55d1380b4d90) at ../src/backend/main/main.c:224
[21:15:38.579] #0  0x00007f7435aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:15:37.662] #0  0x00007f2576aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:37.662] #1  0x00007f2576a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:37.662] #2  0x00007f2576a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:37.662] #3  0x0000564be20565eb in ExceptionalCondition (conditionName=conditionName@entry=0x564be22f9668 "(remain...
[21:15:37.662] #4  0x0000564be1c6ed01 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:15:37.662] #5  0x0000564be1c6f257 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2156
[21:15:37.662] #6  0x0000564be1c70119 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:15:37.662] #7  0x0000564be1c71b7d in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x564be39ead20) at ../src/ba...
[21:15:37.662] #8  0x0000564be1aa61b2 in main (argc=8, argv=0x564be39ead20) at ../src/backend/main/main.c:224
[21:15:38.109] #0  0x00007f678cea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:15:37.218] #0  0x00007f5babea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:37.218] #1  0x00007f5babe5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:37.218] #2  0x00007f5babe45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:37.218] #3  0x000055d10c42f5eb in ExceptionalCondition (conditionName=conditionName@entry=0x55d10c6d2668 "(remain...
[21:15:37.218] #4  0x000055d10c047d01 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:15:37.218] #5  0x000055d10c048398 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2193
[21:15:37.218] #6  0x000055d10c049119 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:15:37.218] #7  0x000055d10c04ab7d in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55d10ec32d00) at ../src/ba...
[21:15:37.218] #8  0x000055d10be7f1b2 in main (argc=4, argv=0x55d10ec32d00) at ../src/backend/main/main.c:224
[21:15:37.641] #0  0x00007f2576aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:15:36.740] #0  0x00007f5c726a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:36.740] #1  0x00007f5c7265afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:36.740] #2  0x00007f5c72645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:36.740] #3  0x000055b1ce1ec5eb in ExceptionalCondition (conditionName=conditionName@entry=0x55b1ce48f668 "(remain...
[21:15:36.740] #4  0x000055b1cde04d01 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:15:36.740] #5  0x000055b1cde05398 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2193
[21:15:36.740] #6  0x000055b1cde06119 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:15:36.740] #7  0x000055b1cde07b7d in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55b1d03f7d00) at ../src/ba...
[21:15:36.740] #8  0x000055b1cdc3c1b2 in main (argc=4, argv=0x55b1d03f7d00) at ../src/backend/main/main.c:224
[21:15:37.196] #0  0x00007f5babea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:15:36.242] #0  0x00007f35d54a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:36.242] #1  0x00007f35d545afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:36.242] #2  0x00007f35d5445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:36.242] #3  0x0000555dc45265eb in ExceptionalCondition (conditionName=conditionName@entry=0x555dc47c9668 "(remain...
[21:15:36.242] #4  0x0000555dc413ed01 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:15:36.242] #5  0x0000555dc413f257 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2156
[21:15:36.242] #6  0x0000555dc4140119 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:15:36.242] #7  0x0000555dc4141b7d in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x555dc6fd1d20) at ../src/ba...
[21:15:36.242] #8  0x0000555dc3f761b2 in main (argc=8, argv=0x555dc6fd1d20) at ../src/backend/main/main.c:224
[21:15:36.717] #0  0x00007f5c726a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:15:35.801] #0  0x00007f7e37aa9ebc in ?? ()
[21:15:36.223] #0  0x00007f35d54a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:15:35.673] #0  0x00007fb0898a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:35.673] #1  0x00007fb08985afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:35.673] #2  0x00007fb089845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:35.673] #3  0x000055dcf50885eb in ExceptionalCondition (conditionName=conditionName@entry=0x55dcf532b668 "(remain...
[21:15:35.673] #4  0x000055dcf4ca0d01 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:15:35.673] #5  0x000055dcf4ca1398 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2193
[21:15:35.673] #6  0x000055dcf4ca2119 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:15:35.673] #7  0x000055dcf4ca3b7d in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55dcf77abd10) at ../src/ba...
[21:15:35.673] #8  0x000055dcf4ad81b2 in main (argc=4, argv=0x55dcf77abd10) at ../src/backend/main/main.c:224
[21:15:35.801] #0  0x00007f7e37aa9ebc in ?? ()
core
[21:15:35.233] #0  0x00007f6b060a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:35.233] #1  0x00007f6b0605afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:35.233] #2  0x00007f6b06045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:35.233] #3  0x000055bb7eac55eb in ExceptionalCondition (conditionName=conditionName@entry=0x55bb7ed68668 "(remain...
[21:15:35.233] #4  0x000055bb7e6ddd01 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:15:35.233] #5  0x000055bb7e6de257 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2156
[21:15:35.233] #6  0x000055bb7e6df119 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:15:35.233] #7  0x000055bb7e6e0b7d in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55bb804cdd20) at ../src/ba...
[21:15:35.233] #8  0x000055bb7e5151b2 in main (argc=8, argv=0x55bb804cdd20) at ../src/backend/main/main.c:224
[21:15:35.651] #0  0x00007fb0898a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:15:34.791] #0  0x00007f09fdca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:34.791] #1  0x00007f09fdc5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:34.791] #2  0x00007f09fdc45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:34.791] #3  0x00005596fb6355eb in ExceptionalCondition (conditionName=conditionName@entry=0x5596fb8d8668 "(remain...
[21:15:34.791] #4  0x00005596fb24dd01 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:15:34.791] #5  0x00005596fb24e257 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2156
[21:15:34.791] #6  0x00005596fb24f119 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:15:34.791] #7  0x00005596fb250b7d in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5596fcdf9d00) at ../src/ba...
[21:15:34.791] #8  0x00005596fb0851b2 in main (argc=4, argv=0x5596fcdf9d00) at ../src/backend/main/main.c:224
[21:15:35.213] #0  0x00007f6b060a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:15:34.323] #0  0x00007f4ae0ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:34.323] #1  0x00007f4ae0e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:34.323] #2  0x00007f4ae0e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:34.323] #3  0x0000561ef08825eb in ExceptionalCondition (conditionName=conditionName@entry=0x561ef0b25668 "(remain...
[21:15:34.323] #4  0x0000561ef049ad01 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:15:34.323] #5  0x0000561ef049b257 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2156
[21:15:34.323] #6  0x0000561ef049c119 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:15:34.323] #7  0x0000561ef049db7d in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x561ef22f1d40) at ../src/ba...
[21:15:34.323] #8  0x0000561ef02d21b2 in main (argc=8, argv=0x561ef22f1d40) at ../src/backend/main/main.c:224
[21:15:34.768] #0  0x00007f09fdca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:15:33.883] #0  0x00007f6902aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:33.883] #1  0x00007f6902a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:33.883] #2  0x00007f6902a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:33.883] #3  0x000055fb26db45eb in ExceptionalCondition (conditionName=conditionName@entry=0x55fb27057668 "(remain...
[21:15:33.883] #4  0x000055fb269ccd01 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:15:33.883] #5  0x000055fb269cd257 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2156
[21:15:33.883] #6  0x000055fb269ce119 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:15:33.883] #7  0x000055fb269cfb7d in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55fb298f7d40) at ../src/ba...
[21:15:33.883] #8  0x000055fb268041b2 in main (argc=4, argv=0x55fb298f7d40) at ../src/backend/main/main.c:224
[21:15:34.304] #0  0x00007f4ae0ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:15:33.411] #0  0x00007f036e6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:33.411] #1  0x00007f036e65afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:33.411] #2  0x00007f036e645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:33.411] #3  0x0000564344fec5eb in ExceptionalCondition (conditionName=conditionName@entry=0x56434528f668 "(remain...
[21:15:33.411] #4  0x0000564344c04d01 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:15:33.411] #5  0x0000564344c05398 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2193
[21:15:33.411] #6  0x0000564344c06119 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:15:33.411] #7  0x0000564344c07b7d in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5643476f4d10) at ../src/ba...
[21:15:33.411] #8  0x0000564344a3c1b2 in main (argc=4, argv=0x5643476f4d10) at ../src/backend/main/main.c:224
[21:15:33.864] #0  0x00007f6902aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:15:32.949] #0  0x00007f746f6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:32.949] #1  0x00007f746f65afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:32.949] #2  0x00007f746f645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:32.949] #3  0x000055f85bd455eb in ExceptionalCondition (conditionName=conditionName@entry=0x55f85bfe8668 "(remain...
[21:15:32.949] #4  0x000055f85b95dd01 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:15:32.949] #5  0x000055f85b95e398 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2193
[21:15:32.949] #6  0x000055f85b95f119 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:15:32.950] #7  0x000055f85b960b7d in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55f85d62ed20) at ../src/ba...
[21:15:32.950] #8  0x000055f85b7951b2 in main (argc=4, argv=0x55f85d62ed20) at ../src/backend/main/main.c:224
[21:15:33.391] #0  0x00007f036e6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:15:32.494] #0  0x00007f46048a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:32.494] #1  0x00007f460485afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:32.494] #2  0x00007f4604845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:32.494] #3  0x0000556e86b2c5eb in ExceptionalCondition (conditionName=conditionName@entry=0x556e86dcf668 "(remain...
[21:15:32.494] #4  0x0000556e86744d01 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:15:32.494] #5  0x0000556e86745398 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2193
[21:15:32.494] #6  0x0000556e86746119 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:15:32.494] #7  0x0000556e86747b7d in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x556e896c9d10) at ../src/ba...
[21:15:32.494] #8  0x0000556e8657c1b2 in main (argc=4, argv=0x556e896c9d10) at ../src/backend/main/main.c:224
[21:15:32.930] #0  0x00007f746f6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:15:32.010] #0  0x00007f5ce2ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:32.010] #1  0x00007f5ce2c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:32.010] #2  0x00007f5ce2c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:32.010] #3  0x0000561dcff645eb in ExceptionalCondition (conditionName=conditionName@entry=0x561dd0207668 "(remain...
[21:15:32.010] #4  0x0000561dcfb7cd01 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:15:32.010] #5  0x0000561dcfb7d398 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2193
[21:15:32.010] #6  0x0000561dcfb7e119 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:15:32.010] #7  0x0000561dcfb7fb7d in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x561dd0dfacd0) at ../src/ba...
[21:15:32.010] #8  0x0000561dcf9b41b2 in main (argc=4, argv=0x561dd0dfacd0) at ../src/backend/main/main.c:224
[21:15:32.472] #0  0x00007f46048a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:15:31.525] #0  0x00007f77428a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:31.525] #1  0x00007f774285afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:31.525] #2  0x00007f7742845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:31.525] #3  0x0000564b14bd55eb in ExceptionalCondition (conditionName=conditionName@entry=0x564b14e78668 "(remain...
[21:15:31.525] #4  0x0000564b147edd01 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:15:31.525] #5  0x0000564b147ee398 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2193
[21:15:31.525] #6  0x0000564b147ef119 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:15:31.526] #7  0x0000564b147f0b7d in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x564b173fcd00) at ../src/ba...
[21:15:31.526] #8  0x0000564b146251b2 in main (argc=4, argv=0x564b173fcd00) at ../src/backend/main/main.c:224
[21:15:31.987] #0  0x00007f5ce2ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:15:31.037] #0  0x00007f0526ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:31.037] #1  0x00007f0526e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:31.037] #2  0x00007f0526e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:31.037] #3  0x0000560bb3c1e5eb in ExceptionalCondition (conditionName=conditionName@entry=0x560bb3ec1668 "(remain...
[21:15:31.037] #4  0x0000560bb3836d01 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:15:31.037] #5  0x0000560bb3837398 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2193
[21:15:31.037] #6  0x0000560bb3838119 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:15:31.037] #7  0x0000560bb3839b7d in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x560bb5776d00) at ../src/ba...
[21:15:31.037] #8  0x0000560bb366e1b2 in main (argc=4, argv=0x560bb5776d00) at ../src/backend/main/main.c:224
[21:15:31.505] #0  0x00007f77428a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:15:30.560] #0  0x00007f8fb2ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:30.560] #1  0x00007f8fb2e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:30.560] #2  0x00007f8fb2e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:30.560] #3  0x000055f76b5f15eb in ExceptionalCondition (conditionName=conditionName@entry=0x55f76b894668 "(remain...
[21:15:30.560] #4  0x000055f76b209d01 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:15:30.560] #5  0x000055f76b20a257 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2156
[21:15:30.560] #6  0x000055f76b20b119 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:15:30.560] #7  0x000055f76b20cb7d in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55f76ca11d90) at ../src/ba...
[21:15:30.560] #8  0x000055f76b0411b2 in main (argc=8, argv=0x55f76ca11d90) at ../src/backend/main/main.c:224
[21:15:31.018] #0  0x00007f0526ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:15:30.103] #0  0x00007ff88f0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:30.103] #1  0x00007ff88f05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:30.103] #2  0x00007ff88f045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:30.103] #3  0x000055e968b555eb in ExceptionalCondition (conditionName=conditionName@entry=0x55e968df8668 "(remain...
[21:15:30.103] #4  0x000055e96876dd01 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:15:30.103] #5  0x000055e96876e257 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2156
[21:15:30.103] #6  0x000055e96876f119 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:15:30.103] #7  0x000055e968770b7d in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55e9699bbcf0) at ../src/ba...
[21:15:30.103] #8  0x000055e9685a51b2 in main (argc=4, argv=0x55e9699bbcf0) at ../src/backend/main/main.c:224
[21:15:30.541] #0  0x00007f8fb2ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:15:29.616] #0  0x00007fb1f94a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:29.616] #1  0x00007fb1f945afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:29.616] #2  0x00007fb1f9445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:29.616] #3  0x000055f16b58c5eb in ExceptionalCondition (conditionName=conditionName@entry=0x55f16b82f668 "(remain...
[21:15:29.616] #4  0x000055f16b1a4d01 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:15:29.616] #5  0x000055f16b1a5257 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2156
[21:15:29.616] #6  0x000055f16b1a6119 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:15:29.617] #7  0x000055f16b1a7b7d in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55f16d87ad40) at ../src/ba...
[21:15:29.617] #8  0x000055f16afdc1b2 in main (argc=8, argv=0x55f16d87ad40) at ../src/backend/main/main.c:224
[21:15:30.081] #0  0x00007ff88f0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:15:29.158] #0  0x00007effe58a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:29.158] #1  0x00007effe585afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:29.158] #2  0x00007effe5845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:29.158] #3  0x000055baee9475eb in ExceptionalCondition (conditionName=conditionName@entry=0x55baeebea668 "(remain...
[21:15:29.158] #4  0x000055baee55fd01 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:15:29.158] #5  0x000055baee560398 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2193
[21:15:29.158] #6  0x000055baee561119 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:15:29.159] #7  0x000055baee562b7d in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55baf0de2d00) at ../src/ba...
[21:15:29.159] #8  0x000055baee3971b2 in main (argc=4, argv=0x55baf0de2d00) at ../src/backend/main/main.c:224
[21:15:29.597] #0  0x00007fb1f94a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:15:28.706] #0  0x00007fba6cea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:28.706] #1  0x00007fba6ce5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:28.706] #2  0x00007fba6ce45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:28.706] #3  0x00005573743525eb in ExceptionalCondition (conditionName=conditionName@entry=0x5573745f5668 "(remain...
[21:15:28.706] #4  0x0000557373f6ad01 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:15:28.706] #5  0x0000557373f6b257 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2156
[21:15:28.706] #6  0x0000557373f6c119 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:15:28.706] #7  0x0000557373f6db7d in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5573758b5d10) at ../src/ba...
[21:15:28.706] #8  0x0000557373da21b2 in main (argc=4, argv=0x5573758b5d10) at ../src/backend/main/main.c:224
[21:15:29.137] #0  0x00007effe58a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:15:28.266] #0  0x00007fe7a6ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:28.266] #1  0x00007fe7a6c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:28.266] #2  0x00007fe7a6c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:28.266] #3  0x00005624c2ada5eb in ExceptionalCondition (conditionName=conditionName@entry=0x5624c2d7d668 "(remain...
[21:15:28.266] #4  0x00005624c26f2d01 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:15:28.266] #5  0x00005624c26f3398 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2193
[21:15:28.266] #6  0x00005624c26f4119 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:15:28.266] #7  0x00005624c26f5b7d in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5624c4384d00) at ../src/ba...
[21:15:28.266] #8  0x00005624c252a1b2 in main (argc=4, argv=0x5624c4384d00) at ../src/backend/main/main.c:224
[21:15:28.684] #0  0x00007fba6cea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:15:27.789] #0  0x00007f832c2a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:27.789] #1  0x00007f832c25afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:27.789] #2  0x00007f832c245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:27.789] #3  0x000055a8d93385eb in ExceptionalCondition (conditionName=conditionName@entry=0x55a8d95db668 "(remain...
[21:15:27.789] #4  0x000055a8d8f50d01 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:15:27.789] #5  0x000055a8d8f51398 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2193
[21:15:27.789] #6  0x000055a8d8f52119 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:15:27.790] #7  0x000055a8d8f53b7d in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55a8db92dd00) at ../src/ba...
[21:15:27.790] #8  0x000055a8d8d881b2 in main (argc=4, argv=0x55a8db92dd00) at ../src/backend/main/main.c:224
[21:15:28.246] #0  0x00007fe7a6ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:15:27.317] #0  0x00007fef40ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:27.317] #1  0x00007fef40c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:27.317] #2  0x00007fef40c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:27.317] #3  0x00005586e23425eb in ExceptionalCondition (conditionName=conditionName@entry=0x5586e25e5668 "(remain...
[21:15:27.317] #4  0x00005586e1f5ad01 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:15:27.317] #5  0x00005586e1f5b257 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2156
[21:15:27.317] #6  0x00005586e1f5c119 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:15:27.318] #7  0x00005586e1f5db7d in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5586e464ee10) at ../src/ba...
[21:15:27.318] #8  0x00005586e1d921b2 in main (argc=4, argv=0x5586e464ee10) at ../src/backend/main/main.c:224
[21:15:27.767] #0  0x00007f832c2a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:15:26.868] #0  0x00007fa33e0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:26.868] #1  0x00007fa33e05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:26.868] #2  0x00007fa33e045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:26.868] #3  0x00005610ebd395eb in ExceptionalCondition (conditionName=conditionName@entry=0x5610ebfdc668 "(remain...
[21:15:26.868] #4  0x00005610eb951d01 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:15:26.868] #5  0x00005610eb952257 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2156
[21:15:26.868] #6  0x00005610eb953119 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:15:26.868] #7  0x00005610eb954b7d in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x5610ee964d50) at ../src/ba...
[21:15:26.868] #8  0x00005610eb7891b2 in main (argc=8, argv=0x5610ee964d50) at ../src/backend/main/main.c:224
[21:15:27.296] #0  0x00007fef40ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:15:26.405] #0  0x00007f0e60ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:26.405] #1  0x00007f0e60e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:26.405] #2  0x00007f0e60e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:26.405] #3  0x00005605a57af5eb in ExceptionalCondition (conditionName=conditionName@entry=0x5605a5a52668 "(remain...
[21:15:26.405] #4  0x00005605a53c7d01 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:15:26.405] #5  0x00005605a53c8398 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2193
[21:15:26.405] #6  0x00005605a53c9119 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:15:26.405] #7  0x00005605a53cab7d in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5605a6babd00) at ../src/ba...
[21:15:26.405] #8  0x00005605a51ff1b2 in main (argc=4, argv=0x5605a6babd00) at ../src/backend/main/main.c:224
[21:15:26.846] #0  0x00007fa33e0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:15:25.928] #0  0x00007f00760a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:25.928] #1  0x00007f007605afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:25.928] #2  0x00007f0076045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:25.928] #3  0x0000561e9d83a5eb in ExceptionalCondition (conditionName=conditionName@entry=0x561e9dadd668 "(remain...
[21:15:25.928] #4  0x0000561e9d452d01 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:15:25.928] #5  0x0000561e9d453398 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2193
[21:15:25.928] #6  0x0000561e9d454119 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:15:25.928] #7  0x0000561e9d455b7d in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x561e9fa85d00) at ../src/ba...
[21:15:25.928] #8  0x0000561e9d28a1b2 in main (argc=4, argv=0x561e9fa85d00) at ../src/backend/main/main.c:224
[21:15:26.382] #0  0x00007f0e60ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:15:25.461] #0  0x00007f01fc656b93 in wait4 () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:25.461] #1  0x000055d97f6a6cc0 in ?? ()
[21:15:25.461] #2  0x000055d97f6a6efa in ?? ()
[21:15:25.461] #3  0x000055d97f6a8630 in ?? ()
[21:15:25.461] #4  0x000055d97f6a2371 in ?? ()
[21:15:25.461] #5  0x000055d97f6a120f in ?? ()
[21:15:25.461] #6  0x000055d97f6a1c3b in ?? ()
[21:15:25.461] #7  0x000055d97f69f66f in ?? ()
[21:15:25.461] #8  0x00007f01fc5aa24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:25.461] #9  0x00007f01fc5aa305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:15:25.335] #0  0x00007f56e96a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:25.335] #1  0x00007f56e965afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:25.335] #2  0x00007f56e9645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:25.335] #3  0x0000563b278125eb in ExceptionalCondition (conditionName=conditionName@entry=0x563b27ab5668 "(remain...
[21:15:25.335] #4  0x0000563b2742ad01 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:15:25.335] #5  0x0000563b2742b257 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2156
[21:15:25.335] #6  0x0000563b2742c119 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:15:25.335] #7  0x0000563b2742db7d in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x563b2872dd80) at ../src/ba...
[21:15:25.335] #8  0x0000563b272621b2 in main (argc=8, argv=0x563b2872dd80) at ../src/backend/main/main.c:224
[21:15:25.461] #0  0x00007f01fc656b93 in wait4 () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:16:12.351] #0  0x00007fbe32ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:16:12.351] #1  0x00007fbe32c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:16:12.351] #2  0x00007fbe32c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:16:12.351] #3  0x000055d626e5c5eb in ExceptionalCondition (conditionName=conditionName@entry=0x55d6270ff668 "(remain...
[21:16:12.351] #4  0x000055d626a74d01 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:16:12.351] #5  0x000055d626a75398 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2193
[21:16:12.351] #6  0x000055d626a76119 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:16:12.351] #7  0x000055d626a77b7d in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55d629905d10) at ../src/ba...
[21:16:12.351] #8  0x000055d6268ac1b2 in main (argc=4, argv=0x55d629905d10) at ../src/backend/main/main.c:224
core
[21:16:11.898] #0  0x00007f910e8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:16:11.898] #1  0x00007f910e85afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:16:11.898] #2  0x00007f910e845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:16:11.898] #3  0x000055c7cb0525eb in ExceptionalCondition (conditionName=conditionName@entry=0x55c7cb2f5668 "(remain...
[21:16:11.898] #4  0x000055c7cac6ad01 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:16:11.898] #5  0x000055c7cac6b257 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2156
[21:16:11.898] #6  0x000055c7cac6c119 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:16:11.899] #7  0x000055c7cac6db7d in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55c7ccaa2d00) at ../src/ba...
[21:16:11.899] #8  0x000055c7caaa21b2 in main (argc=4, argv=0x55c7ccaa2d00) at ../src/backend/main/main.c:224
[21:16:12.332] #0  0x00007fbe32ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:16:11.433] #0  0x00007fc7a70a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:16:11.433] #1  0x00007fc7a705afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:16:11.433] #2  0x00007fc7a7045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:16:11.433] #3  0x000056553585d5eb in ExceptionalCondition (conditionName=conditionName@entry=0x565535b00668 "(remain...
[21:16:11.433] #4  0x0000565535475d01 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:16:11.433] #5  0x0000565535476398 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2193
[21:16:11.433] #6  0x0000565535477119 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:16:11.434] #7  0x0000565535478b7d in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x565537842d00) at ../src/ba...
[21:16:11.434] #8  0x00005655352ad1b2 in main (argc=4, argv=0x565537842d00) at ../src/backend/main/main.c:224
[21:16:11.876] #0  0x00007f910e8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:16:10.945] #0  0x00007fa0818a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:16:10.945] #1  0x00007fa08185afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:16:10.945] #2  0x00007fa081845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:16:10.945] #3  0x00005604ac9455eb in ExceptionalCondition (conditionName=conditionName@entry=0x5604acbe8668 "(remain...
[21:16:10.945] #4  0x00005604ac55dd01 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:16:10.945] #5  0x00005604ac55e257 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2156
[21:16:10.945] #6  0x00005604ac55f119 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:16:10.945] #7  0x00005604ac560b7d in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x5604ae77bd50) at ../src/ba...
[21:16:10.945] #8  0x00005604ac3951b2 in main (argc=8, argv=0x5604ae77bd50) at ../src/backend/main/main.c:224
[21:16:11.411] #0  0x00007fc7a70a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:16:10.492] #0  0x00007f1ec92a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:16:10.492] #1  0x00007f1ec925afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:16:10.492] #2  0x00007f1ec9245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:16:10.492] #3  0x0000559860c4e5eb in ExceptionalCondition (conditionName=conditionName@entry=0x559860ef1668 "(remain...
[21:16:10.492] #4  0x0000559860866d01 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:16:10.492] #5  0x0000559860867257 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2156
[21:16:10.492] #6  0x0000559860868119 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:16:10.493] #7  0x0000559860869b7d in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x559861a1ad20) at ../src/ba...
[21:16:10.493] #8  0x000055986069e1b2 in main (argc=8, argv=0x559861a1ad20) at ../src/backend/main/main.c:224
[21:16:10.923] #0  0x00007fa0818a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:16:10.052] #0  0x00007fdad18a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:16:10.052] #1  0x00007fdad185afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:16:10.052] #2  0x00007fdad1845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:16:10.052] #3  0x000056507eb065eb in ExceptionalCondition (conditionName=conditionName@entry=0x56507eda9668 "(remain...
[21:16:10.052] #4  0x000056507e71ed01 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:16:10.052] #5  0x000056507e71f257 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2156
[21:16:10.052] #6  0x000056507e720119 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:16:10.053] #7  0x000056507e721b7d in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x56507fec3d80) at ../src/ba...
[21:16:10.053] #8  0x000056507e5561b2 in main (argc=8, argv=0x56507fec3d80) at ../src/backend/main/main.c:224
[21:16:10.474] #0  0x00007f1ec92a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:16:09.600] #0  0x00007f751e0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:16:09.600] #1  0x00007f751e05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:16:09.600] #2  0x00007f751e045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:16:09.600] #3  0x000055700bfc05eb in ExceptionalCondition (conditionName=conditionName@entry=0x55700c263668 "(remain...
[21:16:09.600] #4  0x000055700bbd8d01 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:16:09.600] #5  0x000055700bbd9398 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2193
[21:16:09.600] #6  0x000055700bbda119 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:16:09.600] #7  0x000055700bbdbb7d in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55700d5add00) at ../src/ba...
[21:16:09.600] #8  0x000055700ba101b2 in main (argc=4, argv=0x55700d5add00) at ../src/backend/main/main.c:224
[21:16:10.031] #0  0x00007fdad18a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:16:09.146] #0  0x00007f5c310a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:16:09.146] #1  0x00007f5c3105afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:16:09.146] #2  0x00007f5c31045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:16:09.146] #3  0x000055ac9e6c35eb in ExceptionalCondition (conditionName=conditionName@entry=0x55ac9e966668 "(remain...
[21:16:09.146] #4  0x000055ac9e2dbd01 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:16:09.146] #5  0x000055ac9e2dc257 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2156
[21:16:09.146] #6  0x000055ac9e2dd119 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:16:09.146] #7  0x000055ac9e2deb7d in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55aca0d64cd0) at ../src/ba...
[21:16:09.146] #8  0x000055ac9e1131b2 in main (argc=4, argv=0x55aca0d64cd0) at ../src/backend/main/main.c:224
[21:16:09.578] #0  0x00007f751e0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:16:08.692] #0  0x00007f544b0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:16:08.692] #1  0x00007f544b05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:16:08.692] #2  0x00007f544b045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:16:08.692] #3  0x000055d7985645eb in ExceptionalCondition (conditionName=conditionName@entry=0x55d798807668 "(remain...
[21:16:08.692] #4  0x000055d79817cd01 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:16:08.692] #5  0x000055d79817d257 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2156
[21:16:08.692] #6  0x000055d79817e119 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:16:08.692] #7  0x000055d79817fb7d in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55d799cabd40) at ../src/ba...
[21:16:08.692] #8  0x000055d797fb41b2 in main (argc=8, argv=0x55d799cabd40) at ../src/backend/main/main.c:224
[21:16:09.124] #0  0x00007f5c310a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:16:08.247] #0  0x00007f58afaa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:16:08.247] #1  0x00007f58afa5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:16:08.247] #2  0x00007f58afa45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:16:08.247] #3  0x000055dd78b3b5eb in ExceptionalCondition (conditionName=conditionName@entry=0x55dd78dde668 "(remain...
[21:16:08.247] #4  0x000055dd78753d01 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:16:08.247] #5  0x000055dd78754257 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2156
[21:16:08.247] #6  0x000055dd78755119 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:16:08.247] #7  0x000055dd78756b7d in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55dd7b03ed00) at ../src/ba...
[21:16:08.247] #8  0x000055dd7858b1b2 in main (argc=4, argv=0x55dd7b03ed00) at ../src/backend/main/main.c:224
[21:16:08.673] #0  0x00007f544b0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:16:07.776] #0  0x00007f0e498a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:16:07.776] #1  0x00007f0e4985afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:16:07.776] #2  0x00007f0e49845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:16:07.776] #3  0x0000557666ee45eb in ExceptionalCondition (conditionName=conditionName@entry=0x557667187668 "(remain...
[21:16:07.776] #4  0x0000557666afcd01 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:16:07.776] #5  0x0000557666afd257 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2156
[21:16:07.776] #6  0x0000557666afe119 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:16:07.777] #7  0x0000557666affb7d in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x5576692a5d40) at ../src/ba...
[21:16:07.777] #8  0x00005576669341b2 in main (argc=8, argv=0x5576692a5d40) at ../src/backend/main/main.c:224
[21:16:08.225] #0  0x00007f58afaa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:16:07.328] #0  0x00007f201daa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:16:07.328] #1  0x00007f201da5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:16:07.328] #2  0x00007f201da45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:16:07.328] #3  0x000055599448e5eb in ExceptionalCondition (conditionName=conditionName@entry=0x555994731668 "(remain...
[21:16:07.328] #4  0x00005559940a6d01 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:16:07.328] #5  0x00005559940a7257 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2156
[21:16:07.328] #6  0x00005559940a8119 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:16:07.328] #7  0x00005559940a9b7d in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x555995428d10) at ../src/ba...
[21:16:07.328] #8  0x0000555993ede1b2 in main (argc=4, argv=0x555995428d10) at ../src/backend/main/main.c:224
[21:16:07.755] #0  0x00007f0e498a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:16:06.868] #0  0x00007ff7618a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:16:06.868] #1  0x00007ff76185afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:16:06.868] #2  0x00007ff761845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:16:06.868] #3  0x000056378caec5eb in ExceptionalCondition (conditionName=conditionName@entry=0x56378cd8f668 "(remain...
[21:16:06.868] #4  0x000056378c704d01 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:16:06.868] #5  0x000056378c705257 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2156
[21:16:06.868] #6  0x000056378c706119 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:16:06.868] #7  0x000056378c707b7d in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x56378e906d90) at ../src/ba...
[21:16:06.868] #8  0x000056378c53c1b2 in main (argc=8, argv=0x56378e906d90) at ../src/backend/main/main.c:224
[21:16:07.306] #0  0x00007f201daa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:16:06.407] #0  0x00007f23284a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:16:06.407] #1  0x00007f232845afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:16:06.407] #2  0x00007f2328445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:16:06.407] #3  0x000055ea0b1fc5eb in ExceptionalCondition (conditionName=conditionName@entry=0x55ea0b49f668 "(remain...
[21:16:06.407] #4  0x000055ea0ae14d01 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:16:06.407] #5  0x000055ea0ae16020 in process_pm_child_exit () at ../src/backend/postmaster/postmaster.c:2537
[21:16:06.407] #6  0x000055ea0ae16127 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1669
[21:16:06.407] #7  0x000055ea0ae17b7d in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55ea0d089d00) at ../src/ba...
[21:16:06.407] #8  0x000055ea0ac4c1b2 in main (argc=4, argv=0x55ea0d089d00) at ../src/backend/main/main.c:224
[21:16:06.849] #0  0x00007ff7618a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:16:05.935] #0  0x00007fbbe62a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:16:05.935] #1  0x00007fbbe625afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:16:05.935] #2  0x00007fbbe6245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:16:05.935] #3  0x00005574898f05eb in ExceptionalCondition (conditionName=conditionName@entry=0x557489b93668 "(remain...
[21:16:05.935] #4  0x0000557489508d01 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:16:05.935] #5  0x0000557489509257 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2156
[21:16:05.935] #6  0x000055748950a119 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:16:05.935] #7  0x000055748950bb7d in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55748b93dd40) at ../src/ba...
[21:16:05.935] #8  0x00005574893401b2 in main (argc=8, argv=0x55748b93dd40) at ../src/backend/main/main.c:224
[21:16:06.384] #0  0x00007f23284a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:16:05.490] #0  0x00007f7e402a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:16:05.490] #1  0x00007f7e4025afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:16:05.490] #2  0x00007f7e40245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:16:05.490] #3  0x00005588bb27c5eb in ExceptionalCondition (conditionName=conditionName@entry=0x5588bb51f668 "(remain...
[21:16:05.490] #4  0x00005588bae94d01 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:16:05.490] #5  0x00005588bae95398 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2193
[21:16:05.490] #6  0x00005588bae96119 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:16:05.490] #7  0x00005588bae97b7d in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5588bd923d00) at ../src/ba...
[21:16:05.490] #8  0x00005588baccc1b2 in main (argc=4, argv=0x5588bd923d00) at ../src/backend/main/main.c:224
[21:16:05.914] #0  0x00007fbbe62a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:16:05.024] #0  0x00007f67230a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:16:05.024] #1  0x00007f672305afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:16:05.024] #2  0x00007f6723045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:16:05.024] #3  0x000055bfbd1695eb in ExceptionalCondition (conditionName=conditionName@entry=0x55bfbd40c668 "(remain...
[21:16:05.024] #4  0x000055bfbcd81d01 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:16:05.024] #5  0x000055bfbcd82398 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2193
[21:16:05.024] #6  0x000055bfbcd83119 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:16:05.024] #7  0x000055bfbcd84b7d in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55bfbfb51d00) at ../src/ba...
[21:16:05.024] #8  0x000055bfbcbb91b2 in main (argc=4, argv=0x55bfbfb51d00) at ../src/backend/main/main.c:224
[21:16:05.468] #0  0x00007f7e402a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:16:04.566] #0  0x00007f62540a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:16:04.566] #1  0x00007f625405afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:16:04.566] #2  0x00007f6254045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:16:04.566] #3  0x000055e1a8cce5eb in ExceptionalCondition (conditionName=conditionName@entry=0x55e1a8f71668 "(remain...
[21:16:04.566] #4  0x000055e1a88e6d01 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:16:04.566] #5  0x000055e1a88e7257 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2156
[21:16:04.566] #6  0x000055e1a88e8119 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:16:04.566] #7  0x000055e1a88e9b7d in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55e1a9be5d20) at ../src/ba...
[21:16:04.566] #8  0x000055e1a871e1b2 in main (argc=8, argv=0x55e1a9be5d20) at ../src/backend/main/main.c:224
[21:16:05.004] #0  0x00007f67230a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:16:04.103] #0  0x00007f11ed4a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:16:04.103] #1  0x00007f11ed45afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:16:04.103] #2  0x00007f11ed445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:16:04.103] #3  0x000055a4f6b505eb in ExceptionalCondition (conditionName=conditionName@entry=0x55a4f6df3668 "(remain...
[21:16:04.103] #4  0x000055a4f6768d01 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:16:04.103] #5  0x000055a4f6769257 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2156
[21:16:04.103] #6  0x000055a4f676a119 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:16:04.103] #7  0x000055a4f676bb7d in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55a4f7809d00) at ../src/ba...
[21:16:04.103] #8  0x000055a4f65a01b2 in main (argc=4, argv=0x55a4f7809d00) at ../src/backend/main/main.c:224
[21:16:04.544] #0  0x00007f62540a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:16:03.634] #0  0x00007f29068a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:16:03.634] #1  0x00007f290685afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:16:03.634] #2  0x00007f2906845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:16:03.634] #3  0x00005582965ee5eb in ExceptionalCondition (conditionName=conditionName@entry=0x558296891668 "(remain...
[21:16:03.634] #4  0x0000558296206d01 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:16:03.634] #5  0x0000558296207398 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2193
[21:16:03.634] #6  0x0000558296208119 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:16:03.634] #7  0x0000558296209b7d in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x558298399d00) at ../src/ba...
[21:16:03.634] #8  0x000055829603e1b2 in main (argc=4, argv=0x558298399d00) at ../src/backend/main/main.c:224
[21:16:04.082] #0  0x00007f11ed4a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:16:03.157] #0  0x00007ff815ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:16:03.157] #1  0x00007ff815e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:16:03.157] #2  0x00007ff815e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:16:03.157] #3  0x000055a6c80405eb in ExceptionalCondition (conditionName=conditionName@entry=0x55a6c82e3668 "(remain...
[21:16:03.157] #4  0x000055a6c7c58d01 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:16:03.157] #5  0x000055a6c7c59257 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2156
[21:16:03.157] #6  0x000055a6c7c5a119 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:16:03.157] #7  0x000055a6c7c5bb7d in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55a6ca2c0d80) at ../src/ba...
[21:16:03.157] #8  0x000055a6c7a901b2 in main (argc=8, argv=0x55a6ca2c0d80) at ../src/backend/main/main.c:224
[21:16:03.611] #0  0x00007f29068a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:16:02.709] #0  0x00007fc85a2a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:16:02.709] #1  0x00007fc85a25afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:16:02.709] #2  0x00007fc85a245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:16:02.709] #3  0x000056366a7a55eb in ExceptionalCondition (conditionName=conditionName@entry=0x56366aa48668 "(remain...
[21:16:02.709] #4  0x000056366a3bdd01 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:16:02.709] #5  0x000056366a3be257 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2156
[21:16:02.709] #6  0x000056366a3bf119 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:16:02.709] #7  0x000056366a3c0b7d in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x56366bf48d40) at ../src/ba...
[21:16:02.709] #8  0x000056366a1f51b2 in main (argc=8, argv=0x56366bf48d40) at ../src/backend/main/main.c:224
[21:16:03.139] #0  0x00007ff815ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:16:02.227] #0  0x00007f37cc8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:16:02.227] #1  0x00007f37cc85afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:16:02.227] #2  0x00007f37cc845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:16:02.227] #3  0x00005589c6d175eb in ExceptionalCondition (conditionName=conditionName@entry=0x5589c6fba668 "(remain...
[21:16:02.227] #4  0x00005589c692fd01 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:16:02.227] #5  0x00005589c6930257 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2156
[21:16:02.227] #6  0x00005589c6931119 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:16:02.227] #7  0x00005589c6932b7d in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5589c7c6ed00) at ../src/ba...
[21:16:02.227] #8  0x00005589c67671b2 in main (argc=4, argv=0x5589c7c6ed00) at ../src/backend/main/main.c:224
[21:16:02.690] #0  0x00007fc85a2a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:16:01.748] #0  0x00007f7c528a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:16:01.748] #1  0x00007f7c5285afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:16:01.748] #2  0x00007f7c52845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:16:01.748] #3  0x0000561b23ab65eb in ExceptionalCondition (conditionName=conditionName@entry=0x561b23d59668 "(remain...
[21:16:01.748] #4  0x0000561b236ced01 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:16:01.748] #5  0x0000561b236cf398 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2193
[21:16:01.748] #6  0x0000561b236d0119 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:16:01.748] #7  0x0000561b236d1b7d in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x561b25803d00) at ../src/ba...
[21:16:01.748] #8  0x0000561b235061b2 in main (argc=4, argv=0x561b25803d00) at ../src/backend/main/main.c:224
[21:16:02.204] #0  0x00007f37cc8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:16:01.291] #0  0x00007feb854a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:16:01.291] #1  0x00007feb8545afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:16:01.291] #2  0x00007feb85445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:16:01.291] #3  0x00005594e60415eb in ExceptionalCondition (conditionName=conditionName@entry=0x5594e62e4668 "(remain...
[21:16:01.291] #4  0x00005594e5c59d01 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:16:01.291] #5  0x00005594e5c5a257 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2156
[21:16:01.291] #6  0x00005594e5c5b119 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:16:01.291] #7  0x00005594e5c5cb7d in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x5594e7e65d80) at ../src/ba...
[21:16:01.291] #8  0x00005594e5a911b2 in main (argc=8, argv=0x5594e7e65d80) at ../src/backend/main/main.c:224
[21:16:01.729] #0  0x00007f7c528a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:16:00.853] #0  0x00007f6d53ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:16:00.853] #1  0x00007f6d53c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:16:00.853] #2  0x00007f6d53c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:16:00.853] #3  0x0000564cdd0b45eb in ExceptionalCondition (conditionName=conditionName@entry=0x564cdd357668 "(remain...
[21:16:00.853] #4  0x0000564cdccccd01 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:16:00.853] #5  0x0000564cdcccd398 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2193
[21:16:00.853] #6  0x0000564cdccce119 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:16:00.853] #7  0x0000564cdcccfb7d in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x564cdde73d10) at ../src/ba...
[21:16:00.853] #8  0x0000564cdcb041b2 in main (argc=4, argv=0x564cdde73d10) at ../src/backend/main/main.c:224
[21:16:01.272] #0  0x00007feb854a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:16:00.412] #0  0x00007fa0628a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:16:00.412] #1  0x00007fa06285afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:16:00.412] #2  0x00007fa062845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:16:00.412] #3  0x00005589a619a5eb in ExceptionalCondition (conditionName=conditionName@entry=0x5589a643d668 "(remain...
[21:16:00.412] #4  0x00005589a5db2d01 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:16:00.412] #5  0x00005589a5db3398 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2193
[21:16:00.412] #6  0x00005589a5db4119 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:16:00.412] #7  0x00005589a5db5b7d in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5589a7993d00) at ../src/ba...
[21:16:00.412] #8  0x00005589a5bea1b2 in main (argc=4, argv=0x5589a7993d00) at ../src/backend/main/main.c:224
[21:16:00.832] #0  0x00007f6d53ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:15:59.933] #0  0x00007faff26a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:59.933] #1  0x00007faff265afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:59.933] #2  0x00007faff2645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:59.933] #3  0x00005566276355eb in ExceptionalCondition (conditionName=conditionName@entry=0x5566278d8668 "(remain...
[21:15:59.933] #4  0x000055662724dd01 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:15:59.933] #5  0x000055662724e398 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2193
[21:15:59.933] #6  0x000055662724f119 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:15:59.933] #7  0x0000556627250b7d in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5566291d6d00) at ../src/ba...
[21:15:59.933] #8  0x00005566270851b2 in main (argc=4, argv=0x5566291d6d00) at ../src/backend/main/main.c:224
[21:16:00.393] #0  0x00007fa0628a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:15:59.481] #0  0x00007ffb7fea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:59.481] #1  0x00007ffb7fe5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:59.481] #2  0x00007ffb7fe45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:59.481] #3  0x00005610f1dc65eb in ExceptionalCondition (conditionName=conditionName@entry=0x5610f2069668 "(remain...
[21:15:59.481] #4  0x00005610f19ded01 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:15:59.481] #5  0x00005610f19df257 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2156
[21:15:59.481] #6  0x00005610f19e0119 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:15:59.481] #7  0x00005610f19e1b7d in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x5610f42edd40) at ../src/ba...
[21:15:59.481] #8  0x00005610f18161b2 in main (argc=8, argv=0x5610f42edd40) at ../src/backend/main/main.c:224
[21:15:59.911] #0  0x00007faff26a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:15:59.048] #0  0x00007fad39f97da4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:59.048] #1  0x00007fad39f44239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:59.048] #2  0x00007fad39f44497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:59.048] #3  0x000055fe253465f3 in ?? ()
[21:15:59.048] #4  0x000055fe25340369 in ?? ()
[21:15:59.048] #5  0x000055fe2533f20f in ?? ()
[21:15:59.048] #6  0x000055fe2533fc3b in ?? ()
[21:15:59.048] #7  0x000055fe2533d66f in ?? ()
[21:15:59.048] #8  0x00007fad39f2f24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:59.048] #9  0x00007fad39f2f305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:15:59.048] #0  <unavailable> in ?? ()
core
[21:15:58.924] #0  0x00007fcb68aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:58.924] #1  0x00007fcb68a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:58.924] #2  0x00007fcb68a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:58.924] #3  0x0000558a3aa945eb in ExceptionalCondition (conditionName=conditionName@entry=0x558a3ad37668 "(remain...
[21:15:58.924] #4  0x0000558a3a6acd01 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:15:58.924] #5  0x0000558a3a6ad257 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2156
[21:15:58.924] #6  0x0000558a3a6ae119 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:15:58.925] #7  0x0000558a3a6afb7d in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x558a3b85fd40) at ../src/ba...
[21:15:58.925] #8  0x0000558a3a4e41b2 in main (argc=8, argv=0x558a3b85fd40) at ../src/backend/main/main.c:224
[21:15:59.047] #0  0x00007fad39f97da4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:15:58.466] #0  0x00007fb62dca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:58.466] #1  0x00007fb62dc5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:58.466] #2  0x00007fb62dc45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:58.466] #3  0x00005647434385eb in ExceptionalCondition (conditionName=conditionName@entry=0x5647436db668 "(remain...
[21:15:58.466] #4  0x0000564743050d01 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:15:58.466] #5  0x0000564743051257 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2156
[21:15:58.466] #6  0x0000564743052119 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:15:58.466] #7  0x0000564743053b7d in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x5647458b7d20) at ../src/ba...
[21:15:58.466] #8  0x0000564742e881b2 in main (argc=8, argv=0x5647458b7d20) at ../src/backend/main/main.c:224
[21:15:58.903] #0  0x00007fcb68aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:15:58.007] #0  0x00007f717eaa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:58.007] #1  0x00007f717ea5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:58.007] #2  0x00007f717ea45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:58.007] #3  0x000055d665f6d5eb in ExceptionalCondition (conditionName=conditionName@entry=0x55d666210668 "(remain...
[21:15:58.007] #4  0x000055d665b85d01 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:15:58.007] #5  0x000055d665b86257 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2156
[21:15:58.007] #6  0x000055d665b87119 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:15:58.007] #7  0x000055d665b88b7d in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55d667628ce0) at ../src/ba...
[21:15:58.007] #8  0x000055d6659bd1b2 in main (argc=4, argv=0x55d667628ce0) at ../src/backend/main/main.c:224
[21:15:58.447] #0  0x00007fb62dca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:15:57.533] #0  0x00007f3b1eca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:57.533] #1  0x00007f3b1ec5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:57.533] #2  0x00007f3b1ec45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:57.533] #3  0x0000561ae6b535eb in ExceptionalCondition (conditionName=conditionName@entry=0x561ae6df6668 "(remain...
[21:15:57.533] #4  0x0000561ae676bd01 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:15:57.533] #5  0x0000561ae676c398 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2193
[21:15:57.533] #6  0x0000561ae676d119 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:15:57.533] #7  0x0000561ae676eb7d in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x561ae82bad10) at ../src/ba...
[21:15:57.533] #8  0x0000561ae65a31b2 in main (argc=4, argv=0x561ae82bad10) at ../src/backend/main/main.c:224
[21:15:57.987] #0  0x00007f717eaa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:15:57.070] #0  0x00007f6e9fca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:57.070] #1  0x00007f6e9fc5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:57.070] #2  0x00007f6e9fc45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:57.070] #3  0x000055fdeee4c5eb in ExceptionalCondition (conditionName=conditionName@entry=0x55fdef0ef668 "(remain...
[21:15:57.070] #4  0x000055fdeea64d01 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:15:57.070] #5  0x000055fdeea65257 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2156
[21:15:57.070] #6  0x000055fdeea66119 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:15:57.071] #7  0x000055fdeea67b7d in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55fdf0f1bd10) at ../src/ba...
[21:15:57.071] #8  0x000055fdee89c1b2 in main (argc=4, argv=0x55fdf0f1bd10) at ../src/backend/main/main.c:224
[21:15:57.510] #0  0x00007f3b1eca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:15:56.619] #0  0x00007fe3fcaa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:56.619] #1  0x00007fe3fca5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:56.619] #2  0x00007fe3fca45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:56.619] #3  0x000055fb2d8b15eb in ExceptionalCondition (conditionName=conditionName@entry=0x55fb2db54668 "(remain...
[21:15:56.619] #4  0x000055fb2d4c9d01 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:15:56.619] #5  0x000055fb2d4ca257 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2156
[21:15:56.619] #6  0x000055fb2d4cb119 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:15:56.619] #7  0x000055fb2d4ccb7d in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55fb2e8d8d40) at ../src/ba...
[21:15:56.619] #8  0x000055fb2d3011b2 in main (argc=8, argv=0x55fb2e8d8d40) at ../src/backend/main/main.c:224
[21:15:57.051] #0  0x00007f6e9fca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:15:56.166] #0  0x00007f8e186a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:56.166] #1  0x00007f8e1865afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:56.166] #2  0x00007f8e18645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:56.166] #3  0x0000563aab7395eb in ExceptionalCondition (conditionName=conditionName@entry=0x563aab9dc668 "(remain...
[21:15:56.166] #4  0x0000563aab351d01 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:15:56.166] #5  0x0000563aab352257 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2156
[21:15:56.166] #6  0x0000563aab353119 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:15:56.166] #7  0x0000563aab354b7d in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x563aac7e4d90) at ../src/ba...
[21:15:56.166] #8  0x0000563aab1891b2 in main (argc=8, argv=0x563aac7e4d90) at ../src/backend/main/main.c:224
[21:15:56.597] #0  0x00007fe3fcaa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:15:55.720] #0  0x00007ff0f48a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:55.720] #1  0x00007ff0f485afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:55.720] #2  0x00007ff0f4845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:55.720] #3  0x0000560b3e0dc5eb in ExceptionalCondition (conditionName=conditionName@entry=0x560b3e37f668 "(remain...
[21:15:55.720] #4  0x0000560b3dcf4d01 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:15:55.720] #5  0x0000560b3dcf5257 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2156
[21:15:55.720] #6  0x0000560b3dcf6119 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:15:55.720] #7  0x0000560b3dcf7b7d in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x560b3fe08d50) at ../src/ba...
[21:15:55.720] #8  0x0000560b3db2c1b2 in main (argc=8, argv=0x560b3fe08d50) at ../src/backend/main/main.c:224
[21:15:56.144] #0  0x00007f8e186a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:15:55.286] #0  0x00007f7c536a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:55.286] #1  0x00007f7c5365afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:55.286] #2  0x00007f7c53645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:55.286] #3  0x000056384ed275eb in ExceptionalCondition (conditionName=conditionName@entry=0x56384efca668 "(remain...
[21:15:55.286] #4  0x000056384e93fd01 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:15:55.286] #5  0x000056384e940257 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2156
[21:15:55.286] #6  0x000056384e941119 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:15:55.287] #7  0x000056384e942b7d in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x5638505f3d20) at ../src/ba...
[21:15:55.287] #8  0x000056384e7771b2 in main (argc=8, argv=0x5638505f3d20) at ../src/backend/main/main.c:224
[21:15:55.702] #0  0x00007ff0f48a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:15:54.850] #0  0x00007fad39f97da4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:54.850] #1  0x00007fad39f44239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:54.850] #2  0x00007fad39f44497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:54.850] #3  0x000055fe253465c1 in ?? ()
[21:15:54.850] #4  0x000055fe25340369 in ?? ()
[21:15:54.850] #5  0x000055fe2533f20f in ?? ()
[21:15:54.850] #6  0x000055fe2533fc3b in ?? ()
[21:15:54.850] #7  0x000055fe2533d66f in ?? ()
[21:15:54.850] #8  0x00007fad39f2f24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:54.850] #9  0x00007fad39f2f305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:15:54.720] #0  0x00007f04d8ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:54.720] #1  0x00007f04d8c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:54.720] #2  0x00007f04d8c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:54.720] #3  0x00005568320a85eb in ExceptionalCondition (conditionName=conditionName@entry=0x55683234b668 "(remain...
[21:15:54.720] #4  0x0000556831cc0d01 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:15:54.720] #5  0x0000556831cc1257 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2156
[21:15:54.720] #6  0x0000556831cc2119 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:15:54.720] #7  0x0000556831cc3b7d in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x5568341c6d90) at ../src/ba...
[21:15:54.720] #8  0x0000556831af81b2 in main (argc=8, argv=0x5568341c6d90) at ../src/backend/main/main.c:224
[21:15:54.849] #0  0x00007fad39f97da4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:15:54.264] #0  0x00007f370c8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:54.264] #1  0x00007f370c85afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:54.264] #2  0x00007f370c845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:54.264] #3  0x0000557232b985eb in ExceptionalCondition (conditionName=conditionName@entry=0x557232e3b668 "(remain...
[21:15:54.264] #4  0x00005572327b0d01 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:15:54.264] #5  0x00005572327b2020 in process_pm_child_exit () at ../src/backend/postmaster/postmaster.c:2537
[21:15:54.264] #6  0x00005572327b2127 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1669
[21:15:54.264] #7  0x00005572327b3b7d in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x557233c8bd10) at ../src/ba...
[21:15:54.264] #8  0x00005572325e81b2 in main (argc=4, argv=0x557233c8bd10) at ../src/backend/main/main.c:224
[21:15:54.698] #0  0x00007f04d8ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:15:53.799] #0  0x00007f7bc50a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:53.799] #1  0x00007f7bc505afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:53.799] #2  0x00007f7bc5045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:53.799] #3  0x000055fcbcf855eb in ExceptionalCondition (conditionName=conditionName@entry=0x55fcbd228668 "(remain...
[21:15:53.799] #4  0x000055fcbcb9dd01 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:15:53.799] #5  0x000055fcbcb9e398 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2193
[21:15:53.799] #6  0x000055fcbcb9f119 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:15:53.799] #7  0x000055fcbcba0b7d in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55fcbe0ead00) at ../src/ba...
[21:15:53.799] #8  0x000055fcbc9d51b2 in main (argc=4, argv=0x55fcbe0ead00) at ../src/backend/main/main.c:224
[21:15:54.241] #0  0x00007f370c8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:15:53.319] #0  0x00007f71214a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:53.319] #1  0x00007f712145afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:53.319] #2  0x00007f7121445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:53.319] #3  0x00005610a3dde5eb in ExceptionalCondition (conditionName=conditionName@entry=0x5610a4081668 "(remain...
[21:15:53.319] #4  0x00005610a39f6d01 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:15:53.319] #5  0x00005610a39f7398 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2193
[21:15:53.319] #6  0x00005610a39f8119 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:15:53.319] #7  0x00005610a39f9b7d in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5610a59d2ce0) at ../src/ba...
[21:15:53.319] #8  0x00005610a382e1b2 in main (argc=4, argv=0x5610a59d2ce0) at ../src/backend/main/main.c:224
[21:15:53.776] #0  0x00007f7bc50a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:15:52.857] #0  0x00007f81286a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:52.857] #1  0x00007f812865afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:52.857] #2  0x00007f8128645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:52.857] #3  0x000055a8b4aa05eb in ExceptionalCondition (conditionName=conditionName@entry=0x55a8b4d43668 "(remain...
[21:15:52.857] #4  0x000055a8b46b8d01 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:15:52.857] #5  0x000055a8b46b9257 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2156
[21:15:52.857] #6  0x000055a8b46ba119 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:15:52.857] #7  0x000055a8b46bbb7d in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55a8b6450d00) at ../src/ba...
[21:15:52.857] #8  0x000055a8b44f01b2 in main (argc=4, argv=0x55a8b6450d00) at ../src/backend/main/main.c:224
[21:15:53.299] #0  0x00007f71214a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:15:52.361] #0  0x00007fa469ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:52.361] #1  0x00007fa469c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:52.361] #2  0x00007fa469c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:52.361] #3  0x000055cfa070f5eb in ExceptionalCondition (conditionName=conditionName@entry=0x55cfa09b2668 "(remain...
[21:15:52.361] #4  0x000055cfa0327d01 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:15:52.361] #5  0x000055cfa0328257 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2156
[21:15:52.361] #6  0x000055cfa0329119 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:15:52.361] #7  0x000055cfa032ab7d in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55cfa21dad10) at ../src/ba...
[21:15:52.361] #8  0x000055cfa015f1b2 in main (argc=4, argv=0x55cfa21dad10) at ../src/backend/main/main.c:224
[21:15:52.835] #0  0x00007f81286a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:15:51.898] #0  0x00007fc0c44a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:51.898] #1  0x00007fc0c445afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:51.898] #2  0x00007fc0c4445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:51.898] #3  0x000055f30f2b25eb in ExceptionalCondition (conditionName=conditionName@entry=0x55f30f555668 "(remain...
[21:15:51.898] #4  0x000055f30eecad01 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:15:51.898] #5  0x000055f30eecb257 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2156
[21:15:51.898] #6  0x000055f30eecc119 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:15:51.898] #7  0x000055f30eecdb7d in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55f311e6ad00) at ../src/ba...
[21:15:51.898] #8  0x000055f30ed021b2 in main (argc=4, argv=0x55f311e6ad00) at ../src/backend/main/main.c:224
[21:15:52.342] #0  0x00007fa469ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:15:51.440] #0  0x00007f270b6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:51.440] #1  0x00007f270b65afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:51.440] #2  0x00007f270b645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:51.440] #3  0x00005604c39d15eb in ExceptionalCondition (conditionName=conditionName@entry=0x5604c3c74668 "(remain...
[21:15:51.440] #4  0x00005604c35e9d01 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:15:51.440] #5  0x00005604c35ea398 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2193
[21:15:51.440] #6  0x00005604c35eb119 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:15:51.440] #7  0x00005604c35ecb7d in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5604c657dd00) at ../src/ba...
[21:15:51.440] #8  0x00005604c34211b2 in main (argc=4, argv=0x5604c657dd00) at ../src/backend/main/main.c:224
[21:15:51.879] #0  0x00007fc0c44a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:15:50.970] #0  0x00007f925a2a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:50.970] #1  0x00007f925a25afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:50.970] #2  0x00007f925a245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:50.970] #3  0x00005623797315eb in ExceptionalCondition (conditionName=conditionName@entry=0x5623799d4668 "(remain...
[21:15:50.970] #4  0x0000562379349d01 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:15:50.970] #5  0x000056237934a257 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2156
[21:15:50.970] #6  0x000056237934b119 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:15:50.970] #7  0x000056237934cb7d in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x56237b509d20) at ../src/ba...
[21:15:50.970] #8  0x00005623791811b2 in main (argc=8, argv=0x56237b509d20) at ../src/backend/main/main.c:224
[21:15:51.421] #0  0x00007f270b6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:15:50.522] #0  0x00007f47746a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:50.522] #1  0x00007f477465afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:50.522] #2  0x00007f4774645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:50.522] #3  0x00005614f07295eb in ExceptionalCondition (conditionName=conditionName@entry=0x5614f09cc668 "(remain...
[21:15:50.522] #4  0x00005614f0341d01 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:15:50.522] #5  0x00005614f0342257 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2156
[21:15:50.522] #6  0x00005614f0343119 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:15:50.522] #7  0x00005614f0344b7d in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x5614f22b1d90) at ../src/ba...
[21:15:50.522] #8  0x00005614f01791b2 in main (argc=8, argv=0x5614f22b1d90) at ../src/backend/main/main.c:224
[21:15:50.951] #0  0x00007f925a2a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:15:50.086] #0  0x00007fc950ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:50.086] #1  0x00007fc950e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:50.086] #2  0x00007fc950e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:50.086] #3  0x000055c55bbc55eb in ExceptionalCondition (conditionName=conditionName@entry=0x55c55be68668 "(remain...
[21:15:50.086] #4  0x000055c55b7ddd01 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:15:50.086] #5  0x000055c55b7de398 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2193
[21:15:50.086] #6  0x000055c55b7df119 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:15:50.086] #7  0x000055c55b7e0b7d in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55c55d0dbcf0) at ../src/ba...
[21:15:50.086] #8  0x000055c55b6151b2 in main (argc=4, argv=0x55c55d0dbcf0) at ../src/backend/main/main.c:224
[21:15:50.503] #0  0x00007f47746a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:15:49.611] #0  0x00007fd0d50a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:49.611] #1  0x00007fd0d505afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:49.611] #2  0x00007fd0d5045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:49.611] #3  0x00005619461655eb in ExceptionalCondition (conditionName=conditionName@entry=0x561946408668 "(remain...
[21:15:49.611] #4  0x0000561945d7dd01 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:15:49.611] #5  0x0000561945d7e398 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2193
[21:15:49.611] #6  0x0000561945d7f119 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:15:49.612] #7  0x0000561945d80b7d in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x561947ec9cf0) at ../src/ba...
[21:15:49.612] #8  0x0000561945bb51b2 in main (argc=4, argv=0x561947ec9cf0) at ../src/backend/main/main.c:224
[21:15:50.064] #0  0x00007fc950ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:15:49.131] #0  0x00007f3c958a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:49.131] #1  0x00007f3c9585afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:49.131] #2  0x00007f3c95845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:49.131] #3  0x000055d4ff0b85eb in ExceptionalCondition (conditionName=conditionName@entry=0x55d4ff35b668 "(remain...
[21:15:49.131] #4  0x000055d4fecd0d01 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:15:49.131] #5  0x000055d4fecd1398 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2193
[21:15:49.131] #6  0x000055d4fecd2119 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:15:49.132] #7  0x000055d4fecd3b7d in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55d501046d00) at ../src/ba...
[21:15:49.132] #8  0x000055d4feb081b2 in main (argc=4, argv=0x55d501046d00) at ../src/backend/main/main.c:224
[21:15:49.589] #0  0x00007fd0d50a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:15:48.659] #0  0x00007f00970a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:48.659] #1  0x00007f009705afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:48.659] #2  0x00007f0097045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:48.659] #3  0x000056187ebea5eb in ExceptionalCondition (conditionName=conditionName@entry=0x56187ee8d668 "(remain...
[21:15:48.659] #4  0x000056187e802d01 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:15:48.659] #5  0x000056187e803257 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2156
[21:15:48.659] #6  0x000056187e804119 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:15:48.659] #7  0x000056187e805b7d in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x561880626d30) at ../src/ba...
[21:15:48.659] #8  0x000056187e63a1b2 in main (argc=4, argv=0x561880626d30) at ../src/backend/main/main.c:224
[21:15:49.108] #0  0x00007f3c958a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:15:48.209] #0  0x00007f3c69ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:48.209] #1  0x00007f3c69c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:48.209] #2  0x00007f3c69c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:48.209] #3  0x0000560b3e3725eb in ExceptionalCondition (conditionName=conditionName@entry=0x560b3e615668 "(remain...
[21:15:48.209] #4  0x0000560b3df8ad01 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:15:48.209] #5  0x0000560b3df8b257 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2156
[21:15:48.209] #6  0x0000560b3df8c119 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:15:48.209] #7  0x0000560b3df8db7d in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x560b40a52d20) at ../src/ba...
[21:15:48.209] #8  0x0000560b3ddc21b2 in main (argc=8, argv=0x560b40a52d20) at ../src/backend/main/main.c:224
[21:15:48.637] #0  0x00007f00970a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:15:47.767] #0  0x00007f5f314a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:47.767] #1  0x00007f5f3145afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:47.767] #2  0x00007f5f31445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:47.767] #3  0x0000555c1bb535eb in ExceptionalCondition (conditionName=conditionName@entry=0x555c1bdf6668 "(remain...
[21:15:47.767] #4  0x0000555c1b76bd01 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:15:47.767] #5  0x0000555c1b76c398 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2193
[21:15:47.767] #6  0x0000555c1b76d119 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:15:47.767] #7  0x0000555c1b76eb7d in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x555c1cef2d00) at ../src/ba...
[21:15:47.767] #8  0x0000555c1b5a31b2 in main (argc=4, argv=0x555c1cef2d00) at ../src/backend/main/main.c:224
[21:15:48.187] #0  0x00007f3c69ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:15:47.301] #0  0x00007faade2a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:47.301] #1  0x00007faade25afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:47.301] #2  0x00007faade245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:47.301] #3  0x000055d14f0f95eb in ExceptionalCondition (conditionName=conditionName@entry=0x55d14f39c668 "(remain...
[21:15:47.301] #4  0x000055d14ed11d01 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:15:47.301] #5  0x000055d14ed12398 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2193
[21:15:47.301] #6  0x000055d14ed13119 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:15:47.302] #7  0x000055d14ed14b7d in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55d150a98d20) at ../src/ba...
[21:15:47.302] #8  0x000055d14eb491b2 in main (argc=4, argv=0x55d150a98d20) at ../src/backend/main/main.c:224
[21:15:47.747] #0  0x00007f5f314a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:15:46.822] #0  0x00007f17ed4a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:46.822] #1  0x00007f17ed45afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:46.822] #2  0x00007f17ed445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:46.822] #3  0x000055fe2977a5eb in ExceptionalCondition (conditionName=conditionName@entry=0x55fe29a1d668 "(remain...
[21:15:46.822] #4  0x000055fe29392d01 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:15:46.822] #5  0x000055fe29393398 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2193
[21:15:46.822] #6  0x000055fe29394119 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:15:46.822] #7  0x000055fe29395b7d in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55fe2b773d10) at ../src/ba...
[21:15:46.822] #8  0x000055fe291ca1b2 in main (argc=4, argv=0x55fe2b773d10) at ../src/backend/main/main.c:224
[21:15:47.279] #0  0x00007faade2a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:15:46.376] #0  0x00007f8e316a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:46.376] #1  0x00007f8e3165afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:46.376] #2  0x00007f8e31645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:46.376] #3  0x00005586347dd5eb in ExceptionalCondition (conditionName=conditionName@entry=0x558634a80668 "(remain...
[21:15:46.376] #4  0x00005586343f5d01 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:15:46.376] #5  0x00005586343f6398 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2193
[21:15:46.376] #6  0x00005586343f7119 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:15:46.377] #7  0x00005586343f8b7d in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x558635b97ce0) at ../src/ba...
[21:15:46.377] #8  0x000055863422d1b2 in main (argc=4, argv=0x558635b97ce0) at ../src/backend/main/main.c:224
[21:15:46.803] #0  0x00007f17ed4a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:15:45.896] #0  0x00007fcd14aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:45.896] #1  0x00007fcd14a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:45.896] #2  0x00007fcd14a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:45.896] #3  0x000055c8fd38b5eb in ExceptionalCondition (conditionName=conditionName@entry=0x55c8fd62e668 "(remain...
[21:15:45.896] #4  0x000055c8fcfa3d01 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:15:45.896] #5  0x000055c8fcfa4398 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2193
[21:15:45.896] #6  0x000055c8fcfa5119 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:15:45.896] #7  0x000055c8fcfa6b7d in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55c8ff363d20) at ../src/ba...
[21:15:45.896] #8  0x000055c8fcddb1b2 in main (argc=4, argv=0x55c8ff363d20) at ../src/backend/main/main.c:224
[21:15:46.356] #0  0x00007f8e316a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:15:45.447] #0  0x00007fde90ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:45.447] #1  0x00007fde90e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:45.447] #2  0x00007fde90e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:45.447] #3  0x000055706ead75eb in ExceptionalCondition (conditionName=conditionName@entry=0x55706ed7a668 "(remain...
[21:15:45.447] #4  0x000055706e6efd01 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:15:45.447] #5  0x000055706e6f0398 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2193
[21:15:45.447] #6  0x000055706e6f1119 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:15:45.447] #7  0x000055706e6f2b7d in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x557070a01d10) at ../src/ba...
[21:15:45.447] #8  0x000055706e5271b2 in main (argc=4, argv=0x557070a01d10) at ../src/backend/main/main.c:224
[21:15:45.877] #0  0x00007fcd14aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:15:44.996] #0  0x00007fef07aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:44.996] #1  0x00007fef07a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:44.996] #2  0x00007fef07a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:44.996] #3  0x000055fea39365eb in ExceptionalCondition (conditionName=conditionName@entry=0x55fea3bd9668 "(remain...
[21:15:44.996] #4  0x000055fea354ed01 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:15:44.996] #5  0x000055fea354f398 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2193
[21:15:44.996] #6  0x000055fea3550119 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:15:44.996] #7  0x000055fea3551b7d in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55fea5700d00) at ../src/ba...
[21:15:44.996] #8  0x000055fea33861b2 in main (argc=4, argv=0x55fea5700d00) at ../src/backend/main/main.c:224
[21:15:45.428] #0  0x00007fde90ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:15:44.529] #0  0x00007fee95ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:44.529] #1  0x00007fee95c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:44.529] #2  0x00007fee95c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:44.529] #3  0x000055bc118655eb in ExceptionalCondition (conditionName=conditionName@entry=0x55bc11b08668 "(remain...
[21:15:44.529] #4  0x000055bc1147dd01 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:15:44.529] #5  0x000055bc1147e398 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2193
[21:15:44.529] #6  0x000055bc1147f119 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:15:44.529] #7  0x000055bc11480b7d in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55bc1297ad20) at ../src/ba...
[21:15:44.529] #8  0x000055bc112b51b2 in main (argc=4, argv=0x55bc1297ad20) at ../src/backend/main/main.c:224
[21:15:44.976] #0  0x00007fef07aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:15:44.050] #0  0x00007f89fe8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:44.050] #1  0x00007f89fe85afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:44.050] #2  0x00007f89fe845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:44.050] #3  0x00005618cfe7d5eb in ExceptionalCondition (conditionName=conditionName@entry=0x5618d0120668 "(remain...
[21:15:44.050] #4  0x00005618cfa95d01 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:15:44.050] #5  0x00005618cfa96398 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2193
[21:15:44.050] #6  0x00005618cfa97119 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:15:44.050] #7  0x00005618cfa98b7d in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5618d1a10d20) at ../src/ba...
[21:15:44.050] #8  0x00005618cf8cd1b2 in main (argc=4, argv=0x5618d1a10d20) at ../src/backend/main/main.c:224
[21:15:44.507] #0  0x00007fee95ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:15:43.567] #0  0x00007ff7e0ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:43.567] #1  0x00007ff7e0c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:43.567] #2  0x00007ff7e0c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:43.567] #3  0x0000555715d125eb in ExceptionalCondition (conditionName=conditionName@entry=0x555715fb5668 "(remain...
[21:15:43.567] #4  0x000055571592ad01 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:15:43.567] #5  0x000055571592b257 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2156
[21:15:43.567] #6  0x000055571592c119 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:15:43.567] #7  0x000055571592db7d in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x5557188edd50) at ../src/ba...
[21:15:43.567] #8  0x00005557157621b2 in main (argc=8, argv=0x5557188edd50) at ../src/backend/main/main.c:224
[21:15:44.027] #0  0x00007f89fe8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:15:43.123] #0  0x00007f9c4d8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:43.123] #1  0x00007f9c4d85afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:43.123] #2  0x00007f9c4d845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:43.123] #3  0x00005605579ed5eb in ExceptionalCondition (conditionName=conditionName@entry=0x560557c90668 "(remain...
[21:15:43.123] #4  0x0000560557605d01 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:15:43.123] #5  0x0000560557606257 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2156
[21:15:43.123] #6  0x0000560557607119 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:15:43.124] #7  0x0000560557608b7d in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x5605597a5d80) at ../src/ba...
[21:15:43.124] #8  0x000056055743d1b2 in main (argc=8, argv=0x5605597a5d80) at ../src/backend/main/main.c:224
[21:15:43.548] #0  0x00007ff7e0ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:15:42.691] #0  0x00007f27fdaa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:42.691] #1  0x00007f27fda5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:42.691] #2  0x00007f27fda45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:42.691] #3  0x000055ac088965eb in ExceptionalCondition (conditionName=conditionName@entry=0x55ac08b39668 "(remain...
[21:15:42.691] #4  0x000055ac084aed01 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:15:42.691] #5  0x000055ac084af257 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2156
[21:15:42.691] #6  0x000055ac084b0119 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:15:42.691] #7  0x000055ac084b1b7d in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55ac09831d40) at ../src/ba...
[21:15:42.691] #8  0x000055ac082e61b2 in main (argc=8, argv=0x55ac09831d40) at ../src/backend/main/main.c:224
[21:15:43.104] #0  0x00007f9c4d8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:15:42.245] #0  0x00007f69b0ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:42.245] #1  0x00007f69b0e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:42.245] #2  0x00007f69b0e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:42.245] #3  0x00005583401d65eb in ExceptionalCondition (conditionName=conditionName@entry=0x558340479668 "(remain...
[21:15:42.245] #4  0x000055833fdeed01 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:15:42.245] #5  0x000055833fdef398 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2193
[21:15:42.245] #6  0x000055833fdf0119 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:15:42.245] #7  0x000055833fdf1b7d in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x558341b6ed00) at ../src/ba...
[21:15:42.245] #8  0x000055833fc261b2 in main (argc=4, argv=0x558341b6ed00) at ../src/backend/main/main.c:224
[21:15:42.668] #0  0x00007f27fdaa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:15:41.807] #0  0x00007f124aaa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:41.807] #1  0x00007f124aa5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:41.807] #2  0x00007f124aa45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:41.807] #3  0x0000563912c2b5eb in ExceptionalCondition (conditionName=conditionName@entry=0x563912ece668 "(remain...
[21:15:41.807] #4  0x0000563912843d01 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:15:41.807] #5  0x0000563912844398 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2193
[21:15:41.807] #6  0x0000563912845119 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:15:41.807] #7  0x0000563912846b7d in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x563914c8dd40) at ../src/ba...
[21:15:41.807] #8  0x000056391267b1b2 in main (argc=4, argv=0x563914c8dd40) at ../src/backend/main/main.c:224
[21:15:42.223] #0  0x00007f69b0ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:15:41.355] #0  0x00007f79e24a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:41.355] #1  0x00007f79e245afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:41.355] #2  0x00007f79e2445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:41.355] #3  0x000055822d2d45eb in ExceptionalCondition (conditionName=conditionName@entry=0x55822d577668 "(remain...
[21:15:41.355] #4  0x000055822ceecd01 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:15:41.355] #5  0x000055822ceed257 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2156
[21:15:41.355] #6  0x000055822ceee119 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:15:41.355] #7  0x000055822ceefb7d in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55822ed0fcf0) at ../src/ba...
[21:15:41.355] #8  0x000055822cd241b2 in main (argc=4, argv=0x55822ed0fcf0) at ../src/backend/main/main.c:224
[21:15:41.788] #0  0x00007f124aaa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:15:22.092] #0  0x00007fa6e08a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:22.092] #1  0x00007fa6e085afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:22.092] #2  0x00007fa6e0845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:22.092] #3  0x0000561bb6f6b5eb in ExceptionalCondition (conditionName=conditionName@entry=0x561bb720e668 "(remain...
[21:15:22.092] #4  0x0000561bb6b83d01 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:15:22.092] #5  0x0000561bb6b84398 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2193
[21:15:22.092] #6  0x0000561bb6b85119 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:15:22.092] #7  0x0000561bb6b86b7d in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x561bb99f8d00) at ../src/ba...
[21:15:22.092] #8  0x0000561bb69bb1b2 in main (argc=4, argv=0x561bb99f8d00) at ../src/backend/main/main.c:224
[21:15:22.529] #0  0x00007f2fe12a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:15:21.602] #0  0x00007f6d5e2a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:21.602] #1  0x00007f6d5e25afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:21.602] #2  0x00007f6d5e245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:21.602] #3  0x0000557bc79015eb in ExceptionalCondition (conditionName=conditionName@entry=0x557bc7ba4668 "(remain...
[21:15:21.602] #4  0x0000557bc7519d01 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:15:21.602] #5  0x0000557bc751a257 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2156
[21:15:21.602] #6  0x0000557bc751b119 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:15:21.602] #7  0x0000557bc751cb7d in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x557bc9c3ecd0) at ../src/ba...
[21:15:21.602] #8  0x0000557bc73511b2 in main (argc=4, argv=0x557bc9c3ecd0) at ../src/backend/main/main.c:224
[21:15:22.072] #0  0x00007fa6e08a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:15:21.125] #0  0x00007f9344aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:21.125] #1  0x00007f9344a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:21.125] #2  0x00007f9344a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:21.125] #3  0x000055824523e5eb in ExceptionalCondition (conditionName=conditionName@entry=0x5582454e1668 "(remain...
[21:15:21.125] #4  0x0000558244e56d01 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:15:21.125] #5  0x0000558244e57398 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2193
[21:15:21.125] #6  0x0000558244e58119 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:15:21.126] #7  0x0000558244e59b7d in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5582479ead40) at ../src/ba...
[21:15:21.126] #8  0x0000558244c8e1b2 in main (argc=4, argv=0x5582479ead40) at ../src/backend/main/main.c:224
[21:15:21.583] #0  0x00007f6d5e2a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:15:20.678] #0  0x00007f6aff0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:20.678] #1  0x00007f6aff05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:20.678] #2  0x00007f6aff045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:20.678] #3  0x00005619e64d55eb in ExceptionalCondition (conditionName=conditionName@entry=0x5619e6778668 "(remain...
[21:15:20.678] #4  0x00005619e60edd01 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:15:20.678] #5  0x00005619e60ee257 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2156
[21:15:20.678] #6  0x00005619e60ef119 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:15:20.678] #7  0x00005619e60f0b7d in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x5619e7e7ad20) at ../src/ba...
[21:15:20.678] #8  0x00005619e5f251b2 in main (argc=8, argv=0x5619e7e7ad20) at ../src/backend/main/main.c:224
[21:15:21.103] #0  0x00007f9344aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:15:20.220] #0  0x00007fe24b0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:20.220] #1  0x00007fe24b05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:20.220] #2  0x00007fe24b045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:20.220] #3  0x0000560f4ebaa5eb in ExceptionalCondition (conditionName=conditionName@entry=0x560f4ee4d668 "(remain...
[21:15:20.220] #4  0x0000560f4e7c2d01 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:15:20.220] #5  0x0000560f4e7c3257 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2156
[21:15:20.220] #6  0x0000560f4e7c4119 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:15:20.220] #7  0x0000560f4e7c5b7d in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x560f50f03cd0) at ../src/ba...
[21:15:20.220] #8  0x0000560f4e5fa1b2 in main (argc=4, argv=0x560f50f03cd0) at ../src/backend/main/main.c:224
[21:15:20.656] #0  0x00007f6aff0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:15:19.750] #0  0x00007f76beaa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:19.750] #1  0x00007f76bea5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:19.750] #2  0x00007f76bea45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:19.750] #3  0x0000561c01a625eb in ExceptionalCondition (conditionName=conditionName@entry=0x561c01d05668 "(remain...
[21:15:19.750] #4  0x0000561c0167ad01 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:15:19.750] #5  0x0000561c0167b257 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2156
[21:15:19.750] #6  0x0000561c0167c119 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:15:19.751] #7  0x0000561c0167db7d in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x561c04548d40) at ../src/ba...
[21:15:19.751] #8  0x0000561c014b21b2 in main (argc=8, argv=0x561c04548d40) at ../src/backend/main/main.c:224
[21:15:20.200] #0  0x00007fe24b0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:15:19.309] #0  0x00007f284881d2c0 in write () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:19.309] #1  0x00007f28487a5fc5 in _IO_file_write () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:19.309] #2  0x00007f28487a5380 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:19.309] #3  0x00007f28487a66b1 in _IO_file_xsputn () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:19.309] #4  0x00007f284878395b in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:19.309] #5  0x00007f28487996e8 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:19.309] #6  0x00007f28487997b1 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:19.309] #7  0x00007f28487998d6 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:19.309] #8  0x00007f2848828b4a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:19.309] #9  0x00007f2848828bf2 in error () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:15:19.173] #0  0x00007ff1a98a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:19.173] #1  0x00007ff1a985afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:19.173] #2  0x00007ff1a9845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:19.173] #3  0x0000558266fd65eb in ExceptionalCondition (conditionName=conditionName@entry=0x558267279668 "(remain...
[21:15:19.173] #4  0x0000558266beed01 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:15:19.173] #5  0x0000558266bef398 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2193
[21:15:19.173] #6  0x0000558266bf0119 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:15:19.174] #7  0x0000558266bf1b7d in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x558268d3cd40) at ../src/ba...
[21:15:19.174] #8  0x0000558266a261b2 in main (argc=4, argv=0x558268d3cd40) at ../src/backend/main/main.c:224
[21:15:19.306] #0  0x00007f284881d2c0 in write () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:15:18.710] #0  0x00007efc62ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:18.710] #1  0x00007efc62e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:18.710] #2  0x00007efc62e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:18.710] #3  0x000055eae461f5eb in ExceptionalCondition (conditionName=conditionName@entry=0x55eae48c2668 "(remain...
[21:15:18.710] #4  0x000055eae4237d01 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:15:18.710] #5  0x000055eae4238257 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2156
[21:15:18.710] #6  0x000055eae4239119 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:15:18.711] #7  0x000055eae423ab7d in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55eae6044d40) at ../src/ba...
[21:15:18.711] #8  0x000055eae406f1b2 in main (argc=4, argv=0x55eae6044d40) at ../src/backend/main/main.c:224
[21:15:19.154] #0  0x00007ff1a98a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:15:16.905] #0  0x00007f97d6ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:16.905] #1  0x00007f97d6c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:16.905] #2  0x00007f97d6c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:16.905] #3  0x0000558014a715eb in ExceptionalCondition (conditionName=conditionName@entry=0x558014d14668 "(remain...
[21:15:16.905] #4  0x0000558014689d01 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:15:16.905] #5  0x000055801468a398 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2193
[21:15:16.905] #6  0x000055801468b119 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:15:16.905] #7  0x000055801468cb7d in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x558016aa2d00) at ../src/ba...
[21:15:16.905] #8  0x00005580144c11b2 in main (argc=4, argv=0x558016aa2d00) at ../src/backend/main/main.c:224
[21:15:17.325] #0  0x00007f1dff4a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:15:17.795] #0  0x00007fcb46ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:17.795] #1  0x00007fcb46e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:17.795] #2  0x00007fcb46e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:17.795] #3  0x000055a6f471b5eb in ExceptionalCondition (conditionName=conditionName@entry=0x55a6f49be668 "(remain...
[21:15:17.795] #4  0x000055a6f4333d01 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:15:17.795] #5  0x000055a6f4334398 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2193
[21:15:17.795] #6  0x000055a6f4335119 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:15:17.796] #7  0x000055a6f4336b7d in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55a6f6040d00) at ../src/ba...
[21:15:17.796] #8  0x000055a6f416b1b2 in main (argc=4, argv=0x55a6f6040d00) at ../src/backend/main/main.c:224
[21:15:18.240] #0  0x00007fbb07ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:15:17.343] #0  0x00007f1dff4a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:17.343] #1  0x00007f1dff45afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:17.343] #2  0x00007f1dff445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:17.343] #3  0x0000555ea22db5eb in ExceptionalCondition (conditionName=conditionName@entry=0x555ea257e668 "(remain...
[21:15:17.343] #4  0x0000555ea1ef3d01 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:15:17.343] #5  0x0000555ea1ef4257 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2156
[21:15:17.343] #6  0x0000555ea1ef5119 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:15:17.344] #7  0x0000555ea1ef6b7d in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x555ea328dd60) at ../src/ba...
[21:15:17.344] #8  0x0000555ea1d2b1b2 in main (argc=8, argv=0x555ea328dd60) at ../src/backend/main/main.c:224
[21:15:17.773] #0  0x00007fcb46ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:15:18.262] #0  0x00007fbb07ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:18.262] #1  0x00007fbb07e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:18.262] #2  0x00007fbb07e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:18.262] #3  0x0000555fb33e25eb in ExceptionalCondition (conditionName=conditionName@entry=0x555fb3685668 "(remain...
[21:15:18.262] #4  0x0000555fb2ffad01 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:15:18.262] #5  0x0000555fb2ffb257 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2156
[21:15:18.262] #6  0x0000555fb2ffc119 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:15:18.263] #7  0x0000555fb2ffdb7d in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x555fb55e7d90) at ../src/ba...
[21:15:18.263] #8  0x0000555fb2e321b2 in main (argc=8, argv=0x555fb55e7d90) at ../src/backend/main/main.c:224
[21:15:18.691] #0  0x00007efc62ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:15:22.551] #0  0x00007f2fe12a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:22.551] #1  0x00007f2fe125afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:22.551] #2  0x00007f2fe1245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:22.551] #3  0x000055c8106cf5eb in ExceptionalCondition (conditionName=conditionName@entry=0x55c810972668 "(remain...
[21:15:22.551] #4  0x000055c8102e7d01 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:15:22.551] #5  0x000055c8102e8398 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2193
[21:15:22.551] #6  0x000055c8102e9119 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:15:22.551] #7  0x000055c8102eab7d in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55c812023d00) at ../src/ba...
[21:15:22.551] #8  0x000055c81011f1b2 in main (argc=4, argv=0x55c812023d00) at ../src/backend/main/main.c:224
[21:15:22.964] #0  0x00007f39920a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:15:22.984] #0  0x00007f39920a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:22.984] #1  0x00007f399205afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:22.984] #2  0x00007f3992045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:22.984] #3  0x000055f2d1ffe5eb in ExceptionalCondition (conditionName=conditionName@entry=0x55f2d22a1668 "(remain...
[21:15:22.984] #4  0x000055f2d1c16d01 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:15:22.984] #5  0x000055f2d1c17398 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2193
[21:15:22.984] #6  0x000055f2d1c18119 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:15:22.984] #7  0x000055f2d1c19b7d in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55f2d2daed10) at ../src/ba...
[21:15:22.984] #8  0x000055f2d1a4e1b2 in main (argc=4, argv=0x55f2d2daed10) at ../src/backend/main/main.c:224
[21:15:23.437] #0  0x00007f52558a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:15:23.456] #0  0x00007f52558a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:23.456] #1  0x00007f525585afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:23.456] #2  0x00007f5255845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:23.456] #3  0x000055b8f64ae5eb in ExceptionalCondition (conditionName=conditionName@entry=0x55b8f6751668 "(remain...
[21:15:23.456] #4  0x000055b8f60c6d01 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:15:23.456] #5  0x000055b8f60c7398 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2193
[21:15:23.456] #6  0x000055b8f60c8119 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:15:23.456] #7  0x000055b8f60c9b7d in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55b8f8743d00) at ../src/ba...
[21:15:23.456] #8  0x000055b8f5efe1b2 in main (argc=4, argv=0x55b8f8743d00) at ../src/backend/main/main.c:224
[21:15:23.916] #0  0x00007f7689aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:15:23.939] #0  0x00007f7689aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:23.939] #1  0x00007f7689a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:23.939] #2  0x00007f7689a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:23.939] #3  0x0000557040ffc5eb in ExceptionalCondition (conditionName=conditionName@entry=0x55704129f668 "(remain...
[21:15:23.939] #4  0x0000557040c14d01 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:15:23.939] #5  0x0000557040c15257 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2156
[21:15:23.939] #6  0x0000557040c16119 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:15:23.939] #7  0x0000557040c17b7d in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5570435c9d00) at ../src/ba...
[21:15:23.939] #8  0x0000557040a4c1b2 in main (argc=4, argv=0x5570435c9d00) at ../src/backend/main/main.c:224
[21:15:24.403] #0  0x00007f2fa4aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:15:24.423] #0  0x00007f2fa4aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:24.423] #1  0x00007f2fa4a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:24.423] #2  0x00007f2fa4a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:15:24.423] #3  0x0000563a8c63b5eb in ExceptionalCondition (conditionName=conditionName@entry=0x563a8c8de668 "(remain...
[21:15:24.423] #4  0x0000563a8c253d01 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2901
[21:15:24.423] #5  0x0000563a8c254398 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2193
[21:15:24.423] #6  0x0000563a8c255119 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
[21:15:24.423] #7  0x0000563a8c256b7d in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x563a8ecacd00) at ../src/ba...
[21:15:24.423] #8  0x0000563a8c08b1b2 in main (argc=4, argv=0x563a8ecacd00) at ../src/backend/main/main.c:224
[21:15:24.867] #0  0x00007fd2438a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
tap
[21:04:44.153](1.632s) Bail out!  pg_ctl restart failed
tap
[21:04:58.876](1.138s) Bail out!  pg_ctl stop failed
tap
[21:03:38.114](0.746s) Bail out!  pg_ctl stop failed
tap
[21:03:39.704](1.768s) Bail out!  pg_ctl stop failed
tap
[21:03:38.973](1.841s) Bail out!  pg_ctl stop failed
tap
[21:03:40.114](0.118s) Bail out!  pg_ctl stop failed
tap
[21:03:40.827](2.485s) Bail out!  pg_ctl stop failed
tap
[21:03:41.518](0.318s) Bail out!  pg_ctl restart failed
tap
[21:03:43.424](0.305s) Bail out!  pg_ctl stop failed
tap
[21:03:54.027](12.279s) Bail out!  pg_ctl restart failed
tap
[21:03:43.966](0.366s) Bail out!  pg_ctl stop failed
tap
[21:03:44.320](0.979s) Bail out!  pg_ctl stop failed
tap
[21:03:46.399](1.700s) Bail out!  pg_ctl stop failed
tap
[21:03:47.904](2.035s) Bail out!  pg_ctl stop failed
tap
[21:03:49.655](2.688s) Bail out!  pg_ctl stop failed
tap
[21:03:50.526](2.423s) Bail out!  pg_ctl stop failed
tap
[21:03:52.457](3.740s) Bail out!  pg_ctl restart failed
tap
[21:03:53.514](3.508s) Bail out!  pg_ctl stop failed
tap
[21:03:55.865](2.069s) Bail out!  pg_ctl stop failed
tap
[21:03:53.542](0.207s) Bail out!  pg_ctl stop failed
tap
[21:03:58.259](0.142s) Bail out!  pg_ctl stop failed
tap
[21:03:58.614](0.161s) Bail out!  pg_ctl stop failed
tap
[21:03:58.259](1.312s) Bail out!  pg_ctl restart failed
tap
[21:04:03.128](0.133s) Bail out!  pg_ctl stop failed
tap
[21:05:04.044](0.105s) Bail out!  pg_ctl restart failed
tap
[21:04:05.764](0.435s) Bail out!  pg_ctl stop failed
tap
[21:04:05.436](0.239s) Bail out!  pg_ctl stop failed
tap
[21:04:12.927](0.123s) Bail out!  pg_ctl restart failed
tap
[21:04:11.676](0.124s) Bail out!  pg_ctl restart failed
tap
[21:04:17.907](0.544s) Bail out!  pg_ctl stop failed
tap
[21:04:16.648](3.235s) Bail out!  pg_ctl stop failed
tap
[21:04:19.404](2.334s) Bail out!  pg_ctl stop failed
tap
[21:04:26.498](1.373s) Bail out!  pg_ctl stop failed
tap
[21:04:24.302](3.973s) Bail out!  pg_ctl stop failed
tap
[21:04:30.642](0.126s) Bail out!  pg_ctl restart failed
tap
[21:04:31.433](1.425s) Bail out!  pg_ctl stop failed
tap
[21:04:37.471](0.122s) Bail out!  pg_ctl stop failed
tap
[21:04:35.043](0.131s) Bail out!  pg_ctl stop failed
tap
[21:04:39.512](0.451s) Bail out!  pg_ctl stop failed
test
[21:14:48.204]   5/319 postgresql:pg_upgrade / pg_upgrade/003_logical_slots                            ERROR            ...
[21:14:48.204]   6/319 postgresql:recovery / recovery/001_stream_rep                                   ERROR            ...
[21:14:48.204]   7/319 postgresql:pg_upgrade / pg_upgrade/004_subscription                             ERROR            ...
[21:14:48.204]   8/319 postgresql:recovery / recovery/003_recovery_targets                             ERROR            ...
[21:14:48.204]   9/319 postgresql:recovery / recovery/006_logical_decoding                             ERROR            ...
[21:14:48.204]  10/319 postgresql:recovery / recovery/004_timeline_switch                              ERROR            ...
[21:14:48.204]  12/319 postgresql:recovery / recovery/007_sync_rep                                     ERROR            ...
[21:14:48.204]  13/319 postgresql:recovery / recovery/009_twophase                                     ERROR            ...
[21:14:48.204]  14/319 postgresql:recovery / recovery/010_logical_decoding_timelines                   ERROR            ...
[21:14:48.204]  15/319 postgresql:recovery / recovery/012_subtransactions                              ERROR            ...
[21:14:48.204]  17/319 postgresql:recovery / recovery/014_unlogged_reinit                              ERROR            ...
[21:14:48.204]  18/319 postgresql:recovery / recovery/015_promotion_pages                              ERROR            ...
[21:14:48.204]  19/319 postgresql:recovery / recovery/016_min_consistency                              ERROR            ...
[21:14:48.204]  20/319 postgresql:recovery / recovery/017_shm                                          ERROR            ...
[21:14:48.204]  21/319 postgresql:recovery / recovery/018_wal_optimize                                 ERROR            ...
[21:14:48.204]  22/319 postgresql:recovery / recovery/020_archive_status                               ERROR            ...
[21:14:48.204]  23/319 postgresql:recovery / recovery/008_fsm_truncation                               ERROR            ...
[21:14:48.204]  24/319 postgresql:recovery / recovery/019_replslot_limit                               ERROR            ...
[21:14:48.204]  25/319 postgresql:recovery / recovery/024_archive_recovery                             ERROR            ...
[21:14:48.204]  26/319 postgresql:recovery / recovery/021_row_visibility                               ERROR            ...
[21:14:48.204]  27/319 postgresql:recovery / recovery/023_pitr_prepared_xact                           ERROR            ...
[21:14:48.204]  28/319 postgresql:recovery / recovery/026_overwrite_contrecord                         ERROR            ...
[21:14:48.204]  30/319 postgresql:recovery / recovery/029_stats_restart                                ERROR            ...
[21:14:48.204]  31/319 postgresql:recovery / recovery/028_pitr_timelines                               ERROR            ...
[21:14:48.204]  32/319 postgresql:recovery / recovery/031_recovery_conflict                            ERROR            ...
[21:14:48.204]  33/319 postgresql:recovery / recovery/030_stats_cleanup_replica                        ERROR            ...
[21:14:48.204]  34/319 postgresql:recovery / recovery/033_replay_tsp_drops                             ERROR            ...
[21:14:48.204]  35/319 postgresql:recovery / recovery/032_relfilenode_reuse                            ERROR            ...
[21:14:48.204]  36/319 postgresql:recovery / recovery/034_create_database                              ERROR            ...
[21:14:48.204]  37/319 postgresql:recovery / recovery/036_truncated_dropped                            ERROR            ...
[21:14:48.204]  38/319 postgresql:recovery / recovery/035_standby_logical_decoding                     ERROR            ...
[21:14:48.204]  40/319 postgresql:recovery / recovery/039_end_of_wal                                   ERROR            ...
[21:14:48.204]  41/319 postgresql:recovery / recovery/038_save_logical_slots_shutdown                  ERROR            ...
[21:14:48.204]  42/319 postgresql:recovery / recovery/041_checkpoint_at_promote                        ERROR            ...
[21:14:48.204]  43/319 postgresql:recovery / recovery/042_low_level_backup                             ERROR            ...
[21:14:48.204]  44/319 postgresql:recovery / recovery/040_standby_failover_slots_sync                  ERROR            ...
[21:14:48.204]  45/319 postgresql:kerberos / kerberos/001_auth                                         ERROR            ...
[21:14:48.204]  46/319 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[21:14:48.204]  47/319 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[21:14:48.204]  48/319 postgresql:isolation / isolation/isolation                                      ERROR           1...
[21:14:48.204]  49/319 postgresql:plpgsql / plpgsql/regress                                            ERROR           1...
[21:14:48.204]  50/319 postgresql:regress / regress/regress                                            ERROR           1...
[21:14:48.204]  51/319 postgresql:plperl / plperl/regress                                              ERROR           1...
[21:14:48.204]  52/319 postgresql:plpython / plpython/regress                                          ERROR           1...
[21:14:48.204]  53/319 postgresql:pltcl / pltcl/regress                                                ERROR           1...
[21:14:48.204]  54/319 postgresql:recovery / recovery/013_crash_restart                                ERROR           2...
[21:14:48.204]  55/319 postgresql:recovery / recovery/022_crash_temp_files                             ERROR           2...
[21:14:48.204]  56/319 postgresql:amcheck / amcheck/regress                                            ERROR           1...
[21:14:48.204]  58/319 postgresql:bloom / bloom/regress                                                ERROR           1...
[21:14:48.204]  57/319 postgresql:basic_archive / basic_archive/regress                                ERROR           1...
[21:14:48.204]  59/319 postgresql:bool_plperl / bool_plperl/regress                                    ERROR           1...
[21:14:48.204]  60/319 postgresql:btree_gin / btree_gin/regress                                        ERROR           1...
[21:14:48.204]  61/319 postgresql:btree_gist / btree_gist/regress                                      ERROR           1...
[21:14:48.204]  62/319 postgresql:citext / citext/regress                                              ERROR           1...
[21:14:48.212]  63/319 postgresql:cube / cube/regress                                                  ERROR           1...
[21:14:48.212]  64/319 postgresql:dblink / dblink/regress                                              ERROR           1...
[21:14:48.212]  65/319 postgresql:dict_xsyn / dict_xsyn/regress                                        ERROR           1...
[21:14:48.212]  66/319 postgresql:dict_int / dict_int/regress                                          ERROR           1...
[21:14:48.212]  67/319 postgresql:earthdistance / earthdistance/regress                                ERROR           1...
[21:14:48.212]  68/319 postgresql:file_fdw / file_fdw/regress                                          ERROR           1...
[21:14:48.212]  69/319 postgresql:fuzzystrmatch / fuzzystrmatch/regress                                ERROR           1...
[21:14:48.212]  70/319 postgresql:hstore / hstore/regress                                              ERROR           1...
[21:14:48.212]  71/319 postgresql:hstore_plperl / hstore_plperl/regress                                ERROR           1...
[21:14:48.212]  72/319 postgresql:hstore_plpython / hstore_plpython/regress                            ERROR           1...
[21:14:48.212]  73/319 postgresql:isn / isn/regress                                                    ERROR           1...
[21:14:48.212]  74/319 postgresql:jsonb_plperl / jsonb_plperl/regress                                  ERROR           1...
[21:14:48.212]  75/319 postgresql:intarray / intarray/regress                                          ERROR           1...
[21:14:48.212]  76/319 postgresql:jsonb_plpython / jsonb_plpython/regress                              ERROR           1...
[21:14:48.212]  77/319 postgresql:lo / lo/regress                                                      ERROR           1...
[21:14:48.212]  78/319 postgresql:ltree / ltree/regress                                                ERROR           1...
[21:14:48.212]  79/319 postgresql:ltree_plpython / ltree_plpython/regress                              ERROR           1...
[21:14:48.212]  80/319 postgresql:pageinspect / pageinspect/regress                                    ERROR           1...
[21:14:48.212]  81/319 postgresql:passwordcheck / passwordcheck/regress                                ERROR           1...
[21:14:48.212]  82/319 postgresql:pg_buffercache / pg_buffercache/regress                              ERROR           1...
Windows - Server 2019, VS 2019 - Meson & ninja
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
core
0000004d`9dfffba8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004d`9dfffbb0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000004d`9dfffea0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004d`9dfffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004d`9e3ff698 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
0000004d`9e3ff6a0 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
0000004d`9e3ff710 00007ff9`15704cb0     postgres!pg_signal_thread(
0000004d`9e3ff810 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004d`9e3ff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004d`9e7ff8e8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004d`9e7ff8f0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000004d`9e7ffbe0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004d`9e7ffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004d`9dbffbd8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004d`9dbffbe0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000004d`9dbffed0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004d`9dbfff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004d`9d7ff130 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000004d`9d7ff170 00007ff7`1339ccac     postgres!ExceptionalCondition(
0000004d`9d7ff1b0 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000004d`9d7ff200 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000004d`9d7ff250 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000004d`9d7ffb70 00007ff7`1324fac3     postgres!PostmasterMain(
0000004d`9d7ffd10 00007ff7`1384d7c9     postgres!main(
0000004d`9d7ffd50 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000004d`9d7ffda0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000004d`9d7ffe10 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000049`0f5ffd28 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
00000049`0f5ffd30 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
00000049`0f5ffda0 00007ff9`15704cb0     postgres!pg_signal_thread(
00000049`0f5ffea0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000049`0f5ffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000049`0e9febb0 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000049`0e9febf0 00007ff7`1339ccac     postgres!ExceptionalCondition(
00000049`0e9fec30 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000049`0e9fec80 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000049`0e9fecd0 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000049`0e9ff5f0 00007ff7`1324fac3     postgres!PostmasterMain(
00000049`0e9ff790 00007ff7`1384d7c9     postgres!main(
00000049`0e9ff7d0 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000049`0e9ff820 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000049`0e9ff890 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000049`0edff6c8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000049`0edff6d0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000049`0edff9c0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000049`0edff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000049`0f1ff858 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000049`0f1ff860 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000049`0f1ffb50 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000049`0f1ffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000049`0f9ffa78 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000049`0f9ffa80 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000049`0f9ffd70 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000049`0f9ffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f9`d61ff498 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f9`d61ff4a0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000f9`d61ff790 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f9`d61ff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f9`d59feeb0 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f9`d59feef0 00007ff7`1339ccac     postgres!ExceptionalCondition(
000000f9`d59fef30 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f9`d59fef80 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000f9`d59fefd0 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f9`d59ff8f0 00007ff7`1324fac3     postgres!PostmasterMain(
000000f9`d59ffa90 00007ff7`1384d7c9     postgres!main(
000000f9`d59ffad0 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f9`d59ffb20 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f9`d59ffb90 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f9`d65ff958 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
000000f9`d65ff960 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
000000f9`d65ff9d0 00007ff9`15704cb0     postgres!pg_signal_thread(
000000f9`d65ffad0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f9`d65ffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f9`d69ff558 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f9`d69ff560 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000f9`d69ff850 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f9`d69ff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f9`d5dff728 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f9`d5dff730 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000f9`d5dffa20 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f9`d5dffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ad`027feb00 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ad`027feb40 00007ff7`1339ccac     postgres!ExceptionalCondition(
000000ad`027feb80 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ad`027febd0 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000ad`027fec20 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ad`027ff540 00007ff7`1324fac3     postgres!PostmasterMain(
000000ad`027ff6e0 00007ff7`1384d7c9     postgres!main(
000000ad`027ff720 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ad`027ff770 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ad`027ff7e0 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ad`02bff708 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ad`02bff710 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000ad`02bffa00 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ad`02bffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ad`02fff588 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ad`02fff590 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000ad`02fff880 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ad`02fff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ad`033ff648 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ad`033ff650 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000ad`033ff940 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ad`033ff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ad`037ff798 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
000000ad`037ff7a0 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
000000ad`037ff810 00007ff9`15704cb0     postgres!pg_signal_thread(
000000ad`037ff910 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ad`037ff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ad`03bff648 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ad`03bff650 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000ad`03bff940 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ad`03bff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fa`f0dff768 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fa`f0dff770 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000fa`f0dffa60 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fa`f0dffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fa`ef9fef00 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000fa`ef9fef40 00007ff7`1339ccac     postgres!ExceptionalCondition(
000000fa`ef9fef80 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000fa`ef9fefd0 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000fa`ef9ff020 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000fa`ef9ff940 00007ff7`1324fac3     postgres!PostmasterMain(
000000fa`ef9ffae0 00007ff7`1384d7c9     postgres!main(
000000fa`ef9ffb20 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000fa`ef9ffb70 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000fa`ef9ffbe0 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000fa`f05ffa78 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fa`f05ffa80 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000fa`f05ffd70 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fa`f05ffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fa`f01ff9b8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fa`f01ff9c0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000fa`f01ffcb0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fa`f01ffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fa`f09ff658 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
000000fa`f09ff660 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
000000fa`f09ff6d0 00007ff9`15704cb0     postgres!pg_signal_thread(
000000fa`f09ff7d0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fa`f09ff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fa`efdff828 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fa`efdff830 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000fa`efdffb20 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fa`efdffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d2`eedff488 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d2`eedff490 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000d2`eedff780 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d2`eedff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d2`ee5fec70 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d2`ee5fecb0 00007ff7`1339ccac     postgres!ExceptionalCondition(
000000d2`ee5fecf0 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000d2`ee5fed40 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000d2`ee5fed90 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000d2`ee5ff6b0 00007ff7`1324fac3     postgres!PostmasterMain(
000000d2`ee5ff850 00007ff7`1384d7c9     postgres!main(
000000d2`ee5ff890 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d2`ee5ff8e0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d2`ee5ff950 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000d2`ee9ff8e8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d2`ee9ff8f0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000d2`ee9ffbe0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d2`ee9ffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d2`ef1ff808 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
000000d2`ef1ff810 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
000000d2`ef1ff880 00007ff9`15704cb0     postgres!pg_signal_thread(
000000d2`ef1ff980 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d2`ef1ff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d2`ef5ffb48 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d2`ef5ffb50 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000d2`ef5ffe40 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d2`ef5ffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b3`a33ff928 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b3`a33ff930 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000b3`a33ffc20 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b3`a33ffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b3`a1ffeff0 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b3`a1fff030 00007ff7`1339ccac     postgres!ExceptionalCondition(
000000b3`a1fff070 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000b3`a1fff0c0 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000b3`a1fff110 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000b3`a1fffa30 00007ff7`1324fac3     postgres!PostmasterMain(
000000b3`a1fffbd0 00007ff7`1384d7c9     postgres!main(
000000b3`a1fffc10 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b3`a1fffc60 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000b3`a1fffcd0 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000b3`a23ff618 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b3`a23ff620 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000b3`a23ff910 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b3`a23ff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b3`a27ff788 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b3`a27ff790 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000b3`a27ffa80 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b3`a27ffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b3`a2bff968 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b3`a2bff970 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000b3`a2bffc60 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b3`a2bffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b3`a2fffa28 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
000000b3`a2fffa30 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
000000b3`a2fffaa0 00007ff9`15704cb0     postgres!pg_signal_thread(
000000b3`a2fffba0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b3`a2fffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002a`753ff788 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002a`753ff790 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000002a`753ffa80 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002a`753ffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002a`74fff608 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002a`74fff610 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000002a`74fff900 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002a`74fff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002a`74bff618 00007ff7`13395bf7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
0000002a`74bff620 00007ff7`1324fa84     postgres!SubPostmasterMain(
0000002a`74bff690 00007ff7`1384d7c9     postgres!main(
0000002a`74bff6d0 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000002a`74bff720 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000002a`74bff790 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
0000002a`74bff7c0 00007ff9`15704cb0     postgres!mainCRTStartup(
0000002a`74bff7f0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002a`74bff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002a`757ff948 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002a`757ff950 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000002a`757ffc40 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002a`757ffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d8`299ff938 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
000000d8`299ff940 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
000000d8`299ff9b0 00007ff9`15704cb0     postgres!pg_signal_thread(
000000d8`299ffab0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d8`299ffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d8`29dff7c8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d8`29dff7d0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000d8`29dffac0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d8`29dffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d8`295ff728 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d8`295ff730 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000d8`295ffa20 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d8`295ffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d8`291ff628 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d8`291ff630 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000d8`291ff920 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d8`291ff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d8`28dfece0 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d8`28dfed20 00007ff7`1339ccac     postgres!ExceptionalCondition(
000000d8`28dfed60 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000d8`28dfedb0 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000d8`28dfee00 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000d8`28dff720 00007ff7`1324fac3     postgres!PostmasterMain(
000000d8`28dff8c0 00007ff7`1384d7c9     postgres!main(
000000d8`28dff900 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d8`28dff950 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d8`28dff9c0 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ed`68dfee40 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ed`68dfee80 00007ff7`1339ccac     postgres!ExceptionalCondition(
000000ed`68dfeec0 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ed`68dfef10 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000ed`68dfef60 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ed`68dff880 00007ff7`1324fac3     postgres!PostmasterMain(
000000ed`68dffa20 00007ff7`1384d7c9     postgres!main(
000000ed`68dffa60 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ed`68dffab0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ed`68dffb20 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ed`6a1ffa48 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ed`6a1ffa50 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000ed`6a1ffd40 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ed`6a1ffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ed`69dff698 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
000000ed`69dff6a0 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
000000ed`69dff710 00007ff9`15704cb0     postgres!pg_signal_thread(
000000ed`69dff810 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ed`69dff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ed`699ff828 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ed`699ff830 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000ed`699ffb20 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ed`699ffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ed`695ff588 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ed`695ff590 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000ed`695ff880 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ed`695ff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ed`691ff988 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ed`691ff990 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000ed`691ffc80 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ed`691ffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000067`d39feb80 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000067`d39febc0 00007ff7`1339ccac     postgres!ExceptionalCondition(
00000067`d39fec00 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000067`d39fec50 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000067`d39feca0 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000067`d39ff5c0 00007ff7`1324fac3     postgres!PostmasterMain(
00000067`d39ff760 00007ff7`1384d7c9     postgres!main(
00000067`d39ff7a0 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000067`d39ff7f0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000067`d39ff860 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000067`d3dffb18 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000067`d3dffb20 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000067`d3dffe10 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000067`d3dffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000067`d41ff878 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000067`d41ff880 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000067`d41ffb70 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000067`d41ffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000067`d45ff588 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000067`d45ff590 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000067`d45ff880 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000067`d45ff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000067`d49ff7b8 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
00000067`d49ff7c0 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
00000067`d49ff830 00007ff9`15704cb0     postgres!pg_signal_thread(
00000067`d49ff930 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000067`d49ff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000067`d4dff508 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000067`d4dff510 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000067`d4dff800 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000067`d4dff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a9`3e3fec10 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a9`3e3fec50 00007ff7`1339ccac     postgres!ExceptionalCondition(
000000a9`3e3fec90 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000a9`3e3fece0 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000a9`3e3fed30 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a9`3e3ff650 00007ff7`1324fac3     postgres!PostmasterMain(
000000a9`3e3ff7f0 00007ff7`1384d7c9     postgres!main(
000000a9`3e3ff830 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a9`3e3ff880 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a9`3e3ff8f0 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a9`3e7ff938 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a9`3e7ff940 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000a9`3e7ffc30 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a9`3e7ffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a9`3ebff7d8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a9`3ebff7e0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000a9`3ebffad0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a9`3ebffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a9`3efff548 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a9`3efff550 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000a9`3efff840 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a9`3efff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a9`3f3ff908 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
000000a9`3f3ff910 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
000000a9`3f3ff980 00007ff9`15704cb0     postgres!pg_signal_thread(
000000a9`3f3ffa80 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a9`3f3ffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a9`3f7ff978 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a9`3f7ff980 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000a9`3f7ffc70 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a9`3f7ffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000047`659ff120 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000047`659ff160 00007ff7`1339ccac     postgres!ExceptionalCondition(
00000047`659ff1a0 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000047`659ff1f0 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000047`659ff240 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000047`659ffb60 00007ff7`1324fac3     postgres!PostmasterMain(
00000047`659ffd00 00007ff7`1384d7c9     postgres!main(
00000047`659ffd40 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000047`659ffd90 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000047`659ffe00 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000047`65dff778 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000047`65dff780 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000047`65dffa70 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000047`65dffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000047`661ffaf8 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
00000047`661ffb00 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
00000047`661ffb70 00007ff9`15704cb0     postgres!pg_signal_thread(
00000047`661ffc70 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000047`661ffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000047`665ff848 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000047`665ff850 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000047`665ffb40 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000047`665ffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000047`669ff5b8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000047`669ff5c0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000047`669ff8b0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000047`669ff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f5`43bff0e0 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f5`43bff120 00007ff7`1339ccac     postgres!ExceptionalCondition(
000000f5`43bff160 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f5`43bff1b0 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000f5`43bff200 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f5`43bffb20 00007ff7`1324fac3     postgres!PostmasterMain(
000000f5`43bffcc0 00007ff7`1384d7c9     postgres!main(
000000f5`43bffd00 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f5`43bffd50 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f5`43bffdc0 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f5`43fff8d8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f5`43fff8e0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000f5`43fffbd0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f5`43fffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f5`443ffb58 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f5`443ffb60 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000f5`443ffe50 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f5`443ffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f5`447ff838 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
000000f5`447ff840 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
000000f5`447ff8b0 00007ff9`15704cb0     postgres!pg_signal_thread(
000000f5`447ff9b0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f5`447ff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f5`44bff538 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f5`44bff540 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000f5`44bff830 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f5`44bff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000093`54fff100 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000093`54fff140 00007ff7`1339ccac     postgres!ExceptionalCondition(
00000093`54fff180 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000093`54fff1d0 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000093`54fff220 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000093`54fffb40 00007ff7`1324fac3     postgres!PostmasterMain(
00000093`54fffce0 00007ff7`1384d7c9     postgres!main(
00000093`54fffd20 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000093`54fffd70 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000093`54fffde0 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000093`553ffa68 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000093`553ffa70 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000093`553ffd60 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000093`553ffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000093`557ff578 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000093`557ff580 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000093`557ff870 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000093`557ff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000093`55bffd58 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
00000093`55bffd60 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
00000093`55bffdd0 00007ff9`15704cb0     postgres!pg_signal_thread(
00000093`55bffed0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000093`55bfff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000093`55fff768 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000093`55fff770 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000093`55fffa60 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000093`55fffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000059`397fea20 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000059`397fea60 00007ff7`1339ccac     postgres!ExceptionalCondition(
00000059`397feaa0 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000059`397feaf0 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000059`397feb40 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000059`397ff460 00007ff7`1324fac3     postgres!PostmasterMain(
00000059`397ff600 00007ff7`1384d7c9     postgres!main(
00000059`397ff640 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000059`397ff690 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000059`397ff700 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000059`3a3ff718 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
00000059`3a3ff720 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
00000059`3a3ff790 00007ff9`15704cb0     postgres!pg_signal_thread(
00000059`3a3ff890 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000059`3a3ff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000059`3a7ff9f8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000059`3a7ffa00 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000059`3a7ffcf0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000059`3a7ffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000059`39bffbf8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000059`39bffc00 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000059`39bffef0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000059`39bfff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000059`39fff4b8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000059`39fff4c0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000059`39fff7b0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000059`39fff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000080`bafff1a0 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000080`bafff1e0 00007ff7`1339ccac     postgres!ExceptionalCondition(
00000080`bafff220 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000080`bafff270 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000080`bafff2c0 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000080`bafffbe0 00007ff7`1324fac3     postgres!PostmasterMain(
00000080`bafffd80 00007ff7`1384d7c9     postgres!main(
00000080`bafffdc0 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000080`bafffe10 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000080`bafffe80 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000080`bb3ff5f8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000080`bb3ff600 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000080`bb3ff8f0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000080`bb3ff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000080`bb7ff5c8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000080`bb7ff5d0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000080`bb7ff8c0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000080`bb7ff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000080`bbbff5d8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000080`bbbff5e0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000080`bbbff8d0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000080`bbbff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000080`bbfffb08 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
00000080`bbfffb10 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
00000080`bbfffb80 00007ff9`15704cb0     postgres!pg_signal_thread(
00000080`bbfffc80 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000080`bbfffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000080`bc3ffa58 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000080`bc3ffa60 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000080`bc3ffd50 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000080`bc3ffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ed`115fea20 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ed`115fea60 00007ff7`1339ccac     postgres!ExceptionalCondition(
000000ed`115feaa0 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ed`115feaf0 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000ed`115feb40 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ed`115ff460 00007ff7`1324fac3     postgres!PostmasterMain(
000000ed`115ff600 00007ff7`1384d7c9     postgres!main(
000000ed`115ff640 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ed`115ff690 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ed`115ff700 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ed`119ff9e8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ed`119ff9f0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000ed`119ffce0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ed`119ffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ed`11dff818 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
000000ed`11dff820 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
000000ed`11dff890 00007ff9`15704cb0     postgres!pg_signal_thread(
000000ed`11dff990 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ed`11dff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ed`121ff488 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ed`121ff490 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000ed`121ff780 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ed`121ff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ed`125ff6c8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ed`125ff6d0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000ed`125ff9c0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ed`125ff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004d`bb5fed30 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000004d`bb5fed70 00007ff7`1339ccac     postgres!ExceptionalCondition(
0000004d`bb5fedb0 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000004d`bb5fee00 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000004d`bb5fee50 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000004d`bb5ff770 00007ff7`1324fac3     postgres!PostmasterMain(
0000004d`bb5ff910 00007ff7`1384d7c9     postgres!main(
0000004d`bb5ff950 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000004d`bb5ff9a0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000004d`bb5ffa10 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000004d`bb9ff948 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004d`bb9ff950 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000004d`bb9ffc40 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004d`bb9ffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004d`bbdff4e8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004d`bbdff4f0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000004d`bbdff7e0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004d`bbdff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004d`bc1ff988 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004d`bc1ff990 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000004d`bc1ffc80 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004d`bc1ffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004d`bc5ff768 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
0000004d`bc5ff770 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
0000004d`bc5ff7e0 00007ff9`15704cb0     postgres!pg_signal_thread(
0000004d`bc5ff8e0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004d`bc5ff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004d`bc9ff7e8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004d`bc9ff7f0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000004d`bc9ffae0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004d`bc9ffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000038`99ffeff0 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000038`99fff030 00007ff7`1339ccac     postgres!ExceptionalCondition(
00000038`99fff070 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000038`99fff0c0 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000038`99fff110 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000038`99fffa30 00007ff7`1324fac3     postgres!PostmasterMain(
00000038`99fffbd0 00007ff7`1384d7c9     postgres!main(
00000038`99fffc10 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000038`99fffc60 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000038`99fffcd0 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000038`9abffc88 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
00000038`9abffc90 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
00000038`9abffd00 00007ff9`15704cb0     postgres!pg_signal_thread(
00000038`9abffe00 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000038`9abffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000038`9afff8c8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000038`9afff8d0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000038`9afffbc0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000038`9afffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000038`9a3ff608 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000038`9a3ff610 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000038`9a3ff900 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000038`9a3ff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000038`9a7ff978 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000038`9a7ff980 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000038`9a7ffc70 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000038`9a7ffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000025`2e5ff508 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000025`2e5ff510 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000025`2e5ff800 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000025`2e5ff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000025`2e1fecb0 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000025`2e1fecf0 00007ff7`1339ccac     postgres!ExceptionalCondition(
00000025`2e1fed30 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000025`2e1fed80 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000025`2e1fedd0 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000025`2e1ff6f0 00007ff7`1324fac3     postgres!PostmasterMain(
00000025`2e1ff890 00007ff7`1384d7c9     postgres!main(
00000025`2e1ff8d0 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000025`2e1ff920 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000025`2e1ff990 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000025`2e9ff7d8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000025`2e9ff7e0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000025`2e9ffad0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000025`2e9ffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000025`2edff758 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000025`2edff760 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000025`2edffa50 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000025`2edffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000025`2f1ffc88 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
00000025`2f1ffc90 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
00000025`2f1ffd00 00007ff9`15704cb0     postgres!pg_signal_thread(
00000025`2f1ffe00 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000025`2f1ffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000025`2f5ff638 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000025`2f5ff640 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000025`2f5ff930 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000025`2f5ff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000088`479ff6a8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000088`479ff6b0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000088`479ff9a0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000088`479ff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000088`471ff8d8 00007ff7`13395bf7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000088`471ff8e0 00007ff7`1324fa84     postgres!SubPostmasterMain(
00000088`471ff950 00007ff7`1384d7c9     postgres!main(
00000088`471ff990 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000088`471ff9e0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000088`471ffa50 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000088`471ffa80 00007ff9`15704cb0     postgres!mainCRTStartup(
00000088`471ffab0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000088`471ffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000088`475ff9a8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000088`475ff9b0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000088`475ffca0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000088`475ffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000068`9fbff8d8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000068`9fbff8e0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000068`9fbffbd0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000068`9fbffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000068`9efff6a8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000068`9efff6b0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000068`9efff9a0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000068`9efff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000068`9f3ff558 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000068`9f3ff560 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000068`9f3ff850 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000068`9f3ff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000068`9f7ff838 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
00000068`9f7ff840 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
00000068`9f7ff8b0 00007ff9`15704cb0     postgres!pg_signal_thread(
00000068`9f7ff9b0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000068`9f7ff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000068`9e7fec80 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000068`9e7fecc0 00007ff7`1339ccac     postgres!ExceptionalCondition(
00000068`9e7fed00 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000068`9e7fed50 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000068`9e7feda0 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000068`9e7ff6c0 00007ff7`1324fac3     postgres!PostmasterMain(
00000068`9e7ff860 00007ff7`1384d7c9     postgres!main(
00000068`9e7ff8a0 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000068`9e7ff8f0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000068`9e7ff960 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000068`9ebffae8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000068`9ebffaf0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000068`9ebffde0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000068`9ebffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c4`871ff9c8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c4`871ff9d0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000c4`871ffcc0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c4`871ffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c4`86dff748 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
000000c4`86dff750 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
000000c4`86dff7c0 00007ff9`15704cb0     postgres!pg_signal_thread(
000000c4`86dff8c0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c4`86dff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c4`85dfee60 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c4`85dfeea0 00007ff7`1339ccac     postgres!ExceptionalCondition(
000000c4`85dfeee0 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c4`85dfef30 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000c4`85dfef80 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c4`85dff8a0 00007ff7`1324fac3     postgres!PostmasterMain(
000000c4`85dffa40 00007ff7`1384d7c9     postgres!main(
000000c4`85dffa80 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c4`85dffad0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c4`85dffb40 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000002c`b27ffa58 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002c`b27ffa60 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000002c`b27ffd50 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002c`b27ffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002c`b1bff908 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002c`b1bff910 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000002c`b1bffc00 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002c`b1bffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002c`b17ffb88 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002c`b17ffb90 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000002c`b17ffe80 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002c`b17ffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002c`b13ff180 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000002c`b13ff1c0 00007ff7`1339ccac     postgres!ExceptionalCondition(
0000002c`b13ff200 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000002c`b13ff250 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000002c`b13ff2a0 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000002c`b13ffbc0 00007ff7`1324fac3     postgres!PostmasterMain(
0000002c`b13ffd60 00007ff7`1384d7c9     postgres!main(
0000002c`b13ffda0 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000002c`b13ffdf0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000002c`b13ffe60 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000002c`b1fff648 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002c`b1fff650 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000002c`b1fff940 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002c`b1fff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002c`b23ffab8 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
0000002c`b23ffac0 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
0000002c`b23ffb30 00007ff9`15704cb0     postgres!pg_signal_thread(
0000002c`b23ffc30 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002c`b23ffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000af`1a3ff1a0 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000af`1a3ff1e0 00007ff7`1339ccac     postgres!ExceptionalCondition(
000000af`1a3ff220 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000af`1a3ff270 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000af`1a3ff2c0 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000af`1a3ffbe0 00007ff7`1324fac3     postgres!PostmasterMain(
000000af`1a3ffd80 00007ff7`1384d7c9     postgres!main(
000000af`1a3ffdc0 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000af`1a3ffe10 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000af`1a3ffe80 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000af`1a7ff918 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000af`1a7ff920 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000af`1a7ffc10 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000af`1a7ffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000af`1abff708 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
000000af`1abff710 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
000000af`1abff780 00007ff9`15704cb0     postgres!pg_signal_thread(
000000af`1abff880 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000af`1abff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000af`1afff468 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000af`1afff470 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000af`1afff760 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000af`1afff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000af`1b3ffb28 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000af`1b3ffb30 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000af`1b3ffe20 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000af`1b3ffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b8`b8bff448 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b8`b8bff450 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000b8`b8bff740 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b8`b8bff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b8`b8fffb28 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b8`b8fffb30 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000b8`b8fffe20 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b8`b8fffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b8`b87ff868 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
000000b8`b87ff870 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
000000b8`b87ff8e0 00007ff9`15704cb0     postgres!pg_signal_thread(
000000b8`b87ff9e0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b8`b87ffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b8`b83ff748 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b8`b83ff750 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000b8`b83ffa40 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b8`b83ffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b8`b7ffee90 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b8`b7ffeed0 00007ff7`1339ccac     postgres!ExceptionalCondition(
000000b8`b7ffef10 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000b8`b7ffef60 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000b8`b7ffefb0 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000b8`b7fff8d0 00007ff7`1324fac3     postgres!PostmasterMain(
000000b8`b7fffa70 00007ff7`1384d7c9     postgres!main(
000000b8`b7fffab0 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b8`b7fffb00 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000b8`b7fffb70 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000055`67dfea40 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000055`67dfea80 00007ff7`1339ccac     postgres!ExceptionalCondition(
00000055`67dfeac0 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000055`67dfeb10 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000055`67dfeb60 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000055`67dff480 00007ff7`1324fac3     postgres!PostmasterMain(
00000055`67dff620 00007ff7`1384d7c9     postgres!main(
00000055`67dff660 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000055`67dff6b0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000055`67dff720 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000055`68dffc18 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000055`68dffc20 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000055`68dfff10 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000055`68dfff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000055`689ff9f8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000055`689ffa00 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000055`689ffcf0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000055`689ffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000055`685ff898 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
00000055`685ff8a0 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
00000055`685ff910 00007ff9`15704cb0     postgres!pg_signal_thread(
00000055`685ffa10 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000055`685ffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000055`681ff6e8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000055`681ff6f0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000055`681ff9e0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000055`681ffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000025`2afff6c8 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
00000025`2afff6d0 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
00000025`2afff740 00007ff9`15704cb0     postgres!pg_signal_thread(
00000025`2afff840 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000025`2afff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000025`2abff808 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000025`2abff810 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000025`2abffb00 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000025`2abffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000025`2a7febc0 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000025`2a7fec00 00007ff7`1339ccac     postgres!ExceptionalCondition(
00000025`2a7fec40 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000025`2a7fec90 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000025`2a7fece0 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000025`2a7ff600 00007ff7`1324fac3     postgres!PostmasterMain(
00000025`2a7ff7a0 00007ff7`1384d7c9     postgres!main(
00000025`2a7ff7e0 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000025`2a7ff830 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000025`2a7ff8a0 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000025`2b7ff748 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000025`2b7ff750 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000025`2b7ffa40 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000025`2b7ffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000025`2b3ffab8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000025`2b3ffac0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000025`2b3ffdb0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000025`2b3ffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d7`6fdff818 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d7`6fdff820 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000d7`6fdffb10 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d7`6fdffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d7`6f9ff878 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
000000d7`6f9ff880 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
000000d7`6f9ff8f0 00007ff9`15704cb0     postgres!pg_signal_thread(
000000d7`6f9ff9f0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d7`6f9ffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d7`6edfeca0 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d7`6edfece0 00007ff7`1339ccac     postgres!ExceptionalCondition(
000000d7`6edfed20 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000d7`6edfed70 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000d7`6edfedc0 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000d7`6edff6e0 00007ff7`1324fac3     postgres!PostmasterMain(
000000d7`6edff880 00007ff7`1384d7c9     postgres!main(
000000d7`6edff8c0 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d7`6edff910 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d7`6edff980 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000035`2bfffab8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000035`2bfffac0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000035`2bfffdb0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000035`2bfffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000035`2bbffc28 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000035`2bbffc30 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000035`2bbfff20 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000035`2bbfff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000035`2b7ffa78 00007ff7`13395bf7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000035`2b7ffa80 00007ff7`1324fa84     postgres!SubPostmasterMain(
00000035`2b7ffaf0 00007ff7`1384d7c9     postgres!main(
00000035`2b7ffb30 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000035`2b7ffb80 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000035`2b7ffbf0 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000035`2b7ffc20 00007ff9`15704cb0     postgres!mainCRTStartup(
00000035`2b7ffc50 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000035`2b7ffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f4`163ff6d8 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
000000f4`163ff6e0 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
000000f4`163ff750 00007ff9`15704cb0     postgres!pg_signal_thread(
000000f4`163ff850 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f4`163ff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f4`15bffbe8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f4`15bffbf0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000f4`15bffee0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f4`15bfff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f4`157fecb0 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f4`157fecf0 00007ff7`1339ccac     postgres!ExceptionalCondition(
000000f4`157fed30 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f4`157fed80 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000f4`157fedd0 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f4`157ff6f0 00007ff7`1324fac3     postgres!PostmasterMain(
000000f4`157ff890 00007ff7`1384d7c9     postgres!main(
000000f4`157ff8d0 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f4`157ff920 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f4`157ff990 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f4`167ffa78 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f4`167ffa80 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000f4`167ffd70 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f4`167ffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f4`15fff508 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f4`15fff510 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000f4`15fff800 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f4`15fff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ba`1edff5d8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ba`1edff5e0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000ba`1edff8d0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ba`1edff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ba`1e5ff868 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ba`1e5ff870 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000ba`1e5ffb60 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ba`1e5ffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ba`1e1feee0 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ba`1e1fef20 00007ff7`1339ccac     postgres!ExceptionalCondition(
000000ba`1e1fef60 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ba`1e1fefb0 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000ba`1e1ff000 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ba`1e1ff920 00007ff7`1324fac3     postgres!PostmasterMain(
000000ba`1e1ffac0 00007ff7`1384d7c9     postgres!main(
000000ba`1e1ffb00 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ba`1e1ffb50 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ba`1e1ffbc0 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ba`1f1ffbc8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ba`1f1ffbd0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000ba`1f1ffec0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ba`1f1ffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ba`1e9ff658 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
000000ba`1e9ff660 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
000000ba`1e9ff6d0 00007ff9`15704cb0     postgres!pg_signal_thread(
000000ba`1e9ff7d0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ba`1e9ff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000097`b5bffb68 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000097`b5bffb70 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000097`b5bffe60 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000097`b5bffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000097`b5fff5b8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000097`b5fff5c0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000097`b5fff8b0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000097`b5fff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000097`b67ff548 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000097`b67ff550 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000097`b67ff840 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000097`b67ff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000097`b57ff080 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000097`b57ff0c0 00007ff7`1339ccac     postgres!ExceptionalCondition(
00000097`b57ff100 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000097`b57ff150 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000097`b57ff1a0 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000097`b57ffac0 00007ff7`1324fac3     postgres!PostmasterMain(
00000097`b57ffc60 00007ff7`1384d7c9     postgres!main(
00000097`b57ffca0 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000097`b57ffcf0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000097`b57ffd60 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000097`b63ffb08 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
00000097`b63ffb10 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
00000097`b63ffb80 00007ff9`15704cb0     postgres!pg_signal_thread(
00000097`b63ffc80 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000097`b63ffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000019`c83ff8a8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000019`c83ff8b0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000019`c83ffba0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000019`c83ffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000019`c8bff728 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000019`c8bff730 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000019`c8bffa20 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000019`c8bffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000019`c87ffbf8 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
00000019`c87ffc00 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
00000019`c87ffc70 00007ff9`15704cb0     postgres!pg_signal_thread(
00000019`c87ffd70 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000019`c87ffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000019`c7fff668 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000019`c7fff670 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000019`c7fff960 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000019`c7fff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000019`c7bff948 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000019`c7bff950 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000019`c7bffc40 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000019`c7bffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000019`c77febb0 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000019`c77febf0 00007ff7`1339ccac     postgres!ExceptionalCondition(
00000019`c77fec30 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000019`c77fec80 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000019`c77fecd0 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000019`c77ff5f0 00007ff7`1324fac3     postgres!PostmasterMain(
00000019`c77ff790 00007ff7`1384d7c9     postgres!main(
00000019`c77ff7d0 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000019`c77ff820 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000019`c77ff890 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000e6`123ffb98 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
000000e6`123ffba0 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
000000e6`123ffc10 00007ff9`15704cb0     postgres!pg_signal_thread(
000000e6`123ffd10 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e6`123ffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e6`117fefa0 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e6`117fefe0 00007ff7`1339ccac     postgres!ExceptionalCondition(
000000e6`117ff020 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000e6`117ff070 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000e6`117ff0c0 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000e6`117ff9e0 00007ff7`1324fac3     postgres!PostmasterMain(
000000e6`117ffb80 00007ff7`1384d7c9     postgres!main(
000000e6`117ffbc0 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e6`117ffc10 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e6`117ffc80 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000e6`127ffb58 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e6`127ffb60 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000e6`127ffe50 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e6`127ffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e6`11fff788 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e6`11fff790 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000e6`11fffa80 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e6`11fffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e6`11bff558 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e6`11bff560 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000e6`11bff850 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e6`11bff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000065`209ff6d8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000065`209ff6e0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000065`209ff9d0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000065`209ffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000065`215ffa48 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000065`215ffa50 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000065`215ffd40 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000065`215ffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000065`20dffb48 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
00000065`20dffb50 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
00000065`20dffbc0 00007ff9`15704cb0     postgres!pg_signal_thread(
00000065`20dffcc0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000065`20dffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000065`205ff130 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000065`205ff170 00007ff7`1339ccac     postgres!ExceptionalCondition(
00000065`205ff1b0 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000065`205ff200 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000065`205ff250 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000065`205ffb70 00007ff7`1324fac3     postgres!PostmasterMain(
00000065`205ffd10 00007ff7`1384d7c9     postgres!main(
00000065`205ffd50 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000065`205ffda0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000065`205ffe10 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000065`211ffb98 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000065`211ffba0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000065`211ffe90 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000065`211ffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009a`99fff8d8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009a`99fff8e0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000009a`99fffbd0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009a`99fffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009a`99bffa98 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
0000009a`99bffaa0 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
0000009a`99bffb10 00007ff9`15704cb0     postgres!pg_signal_thread(
0000009a`99bffc10 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009a`99bffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009a`997ffa68 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009a`997ffa70 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000009a`997ffd60 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009a`997ffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009a`993ff758 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009a`993ff760 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000009a`993ffa50 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009a`993ffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009a`98fff688 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009a`98fff690 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000009a`98fff980 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009a`98fff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009a`98bfefe0 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000009a`98bff020 00007ff7`1339ccac     postgres!ExceptionalCondition(
0000009a`98bff060 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000009a`98bff0b0 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000009a`98bff100 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000009a`98bffa20 00007ff7`1324fac3     postgres!PostmasterMain(
0000009a`98bffbc0 00007ff7`1384d7c9     postgres!main(
0000009a`98bffc00 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000009a`98bffc50 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000009a`98bffcc0 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000cd`29bff998 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cd`29bff9a0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000cd`29bffc90 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cd`29bffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cd`2a7ff598 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cd`2a7ff5a0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000cd`2a7ff890 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cd`2a7ff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cd`29fff618 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
000000cd`29fff620 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
000000cd`29fff690 00007ff9`15704cb0     postgres!pg_signal_thread(
000000cd`29fff790 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cd`29fff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cd`297fea70 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000cd`297feab0 00007ff7`1339ccac     postgres!ExceptionalCondition(
000000cd`297feaf0 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000cd`297feb40 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000cd`297feb90 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000cd`297ff4b0 00007ff7`1324fac3     postgres!PostmasterMain(
000000cd`297ff650 00007ff7`1384d7c9     postgres!main(
000000cd`297ff690 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000cd`297ff6e0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000cd`297ff750 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000cd`2a3ff958 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cd`2a3ff960 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000cd`2a3ffc50 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cd`2a3ffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000be`6abff458 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000be`6abff460 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000be`6abff750 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000be`6abff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000be`6afffc58 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
000000be`6afffc60 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
000000be`6afffcd0 00007ff9`15704cb0     postgres!pg_signal_thread(
000000be`6afffdd0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000be`6afffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000be`6b3ff558 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000be`6b3ff560 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000be`6b3ff850 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000be`6b3ff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000be`6b7ff948 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000be`6b7ff950 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000be`6b7ffc40 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000be`6b7ffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000be`6a7fedf0 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000be`6a7fee30 00007ff7`1339ccac     postgres!ExceptionalCondition(
000000be`6a7fee70 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000be`6a7feec0 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000be`6a7fef10 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000be`6a7ff830 00007ff7`1324fac3     postgres!PostmasterMain(
000000be`6a7ff9d0 00007ff7`1384d7c9     postgres!main(
000000be`6a7ffa10 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000be`6a7ffa60 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000be`6a7ffad0 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000db`a75ffc18 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000db`a75ffc20 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000db`a75fff10 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000db`a75fff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000db`a6dff160 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000db`a6dff1a0 00007ff7`1339ccac     postgres!ExceptionalCondition(
000000db`a6dff1e0 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000db`a6dff230 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000db`a6dff280 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000db`a6dffba0 00007ff7`1324fac3     postgres!PostmasterMain(
000000db`a6dffd40 00007ff7`1384d7c9     postgres!main(
000000db`a6dffd80 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000db`a6dffdd0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000db`a6dffe40 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000db`a71ff578 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000db`a71ff580 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000db`a71ff870 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000db`a71ff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000db`a79ffa18 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
000000db`a79ffa20 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
000000db`a79ffa90 00007ff9`15704cb0     postgres!pg_signal_thread(
000000db`a79ffb90 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000db`a79ffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000db`a7dff718 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000db`a7dff720 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000db`a7dffa10 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000db`a7dffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f6`a4dffb78 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f6`a4dffb80 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000f6`a4dffe70 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f6`a4dffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f6`a49fee30 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f6`a49fee70 00007ff7`1339ccac     postgres!ExceptionalCondition(
000000f6`a49feeb0 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f6`a49fef00 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000f6`a49fef50 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f6`a49ff870 00007ff7`1324fac3     postgres!PostmasterMain(
000000f6`a49ffa10 00007ff7`1384d7c9     postgres!main(
000000f6`a49ffa50 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f6`a49ffaa0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f6`a49ffb10 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f6`a51ffa58 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f6`a51ffa60 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000f6`a51ffd50 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f6`a51ffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f6`a55ffbe8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f6`a55ffbf0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000f6`a55ffee0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f6`a55fff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f6`a59ff6d8 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
000000f6`a59ff6e0 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
000000f6`a59ff750 00007ff9`15704cb0     postgres!pg_signal_thread(
000000f6`a59ff850 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f6`a59ff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f6`a5dff468 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f6`a5dff470 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000f6`a5dff760 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f6`a5dff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000056`d4bfee20 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000056`d4bfee60 00007ff7`1339ccac     postgres!ExceptionalCondition(
00000056`d4bfeea0 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000056`d4bfeef0 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000056`d4bfef40 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000056`d4bff860 00007ff7`1324fac3     postgres!PostmasterMain(
00000056`d4bffa00 00007ff7`1384d7c9     postgres!main(
00000056`d4bffa40 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000056`d4bffa90 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000056`d4bffb00 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000056`d4fff578 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000056`d4fff580 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000056`d4fff870 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000056`d4fff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000056`d53ff718 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
00000056`d53ff720 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
00000056`d53ff790 00007ff9`15704cb0     postgres!pg_signal_thread(
00000056`d53ff890 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000056`d53ff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000056`d57ffab8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000056`d57ffac0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000056`d57ffdb0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000056`d57ffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000056`d5bff7f8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000056`d5bff800 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000056`d5bffaf0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000056`d5bffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000032`4d5ff778 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000032`4d5ff780 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000032`4d5ffa70 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000032`4d5ffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000032`4c9ff908 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000032`4c9ff910 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000032`4c9ffc00 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000032`4c9ffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000032`4c5ff1f0 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000032`4c5ff230 00007ff7`1339ccac     postgres!ExceptionalCondition(
00000032`4c5ff270 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000032`4c5ff2c0 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000032`4c5ff310 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000032`4c5ffc30 00007ff7`1324fac3     postgres!PostmasterMain(
00000032`4c5ffdd0 00007ff7`1384d7c9     postgres!main(
00000032`4c5ffe10 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000032`4c5ffe60 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000032`4c5ffed0 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000032`4cdff8a8 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
00000032`4cdff8b0 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
00000032`4cdff920 00007ff9`15704cb0     postgres!pg_signal_thread(
00000032`4cdffa20 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000032`4cdffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000032`4d1ff578 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000032`4d1ff580 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000032`4d1ff870 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000032`4d1ff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ea`6c7ff458 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ea`6c7ff460 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000ea`6c7ff750 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ea`6c7ff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ea`6b3ff150 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ea`6b3ff190 00007ff7`1339ccac     postgres!ExceptionalCondition(
000000ea`6b3ff1d0 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ea`6b3ff220 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000ea`6b3ff270 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ea`6b3ffb90 00007ff7`1324fac3     postgres!PostmasterMain(
000000ea`6b3ffd30 00007ff7`1384d7c9     postgres!main(
000000ea`6b3ffd70 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ea`6b3ffdc0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ea`6b3ffe30 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ea`6b7ff4f8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ea`6b7ff500 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000ea`6b7ff7f0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ea`6b7ff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ea`6bbff8e8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ea`6bbff8f0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000ea`6bbffbe0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ea`6bbffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ea`6bfffb88 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ea`6bfffb90 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000ea`6bfffe80 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ea`6bfffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ea`6c3ffb38 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
000000ea`6c3ffb40 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
000000ea`6c3ffbb0 00007ff9`15704cb0     postgres!pg_signal_thread(
000000ea`6c3ffcb0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ea`6c3ffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e5`081ff9e8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e5`081ff9f0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000e5`081ffce0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e5`081ffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e5`079fed60 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e5`079feda0 00007ff7`1339ccac     postgres!ExceptionalCondition(
000000e5`079fede0 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000e5`079fee30 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000e5`079fee80 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000e5`079ff7a0 00007ff7`1324fac3     postgres!PostmasterMain(
000000e5`079ff940 00007ff7`1384d7c9     postgres!main(
000000e5`079ff980 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e5`079ff9d0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e5`079ffa40 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000e5`085ffbf8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e5`085ffc00 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000e5`085ffef0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e5`085fff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e5`089ff808 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
000000e5`089ff810 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
000000e5`089ff880 00007ff9`15704cb0     postgres!pg_signal_thread(
000000e5`089ff980 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e5`089ff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e5`08dffa38 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e5`08dffa40 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000e5`08dffd30 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e5`08dffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e5`07dff678 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e5`07dff680 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000e5`07dff970 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e5`07dff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000087`fa3ffc28 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000087`fa3ffc30 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000087`fa3fff20 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000087`fa3fff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000087`fa7ff6d8 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
00000087`fa7ff6e0 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
00000087`fa7ff750 00007ff9`15704cb0     postgres!pg_signal_thread(
00000087`fa7ff850 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000087`fa7ff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000087`fabff9a8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000087`fabff9b0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000087`fabffca0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000087`fabffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000087`f9bfeea0 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000087`f9bfeee0 00007ff7`1339ccac     postgres!ExceptionalCondition(
00000087`f9bfef20 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000087`f9bfef70 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000087`f9bfefc0 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000087`f9bff8e0 00007ff7`1324fac3     postgres!PostmasterMain(
00000087`f9bffa80 00007ff7`1384d7c9     postgres!main(
00000087`f9bffac0 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000087`f9bffb10 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000087`f9bffb80 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000087`f9fff8f8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000087`f9fff900 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000087`f9fffbf0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000087`f9fffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fa`4edff748 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fa`4edff750 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000fa`4edffa40 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fa`4edffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fa`4ddff738 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fa`4ddff740 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000fa`4ddffa30 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fa`4ddffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fa`4e1ff7b8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fa`4e1ff7c0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000fa`4e1ffab0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fa`4e1ffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fa`4e5ff928 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fa`4e5ff930 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000fa`4e5ffc20 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fa`4e5ffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fa`4e9ff788 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
000000fa`4e9ff790 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
000000fa`4e9ff800 00007ff9`15704cb0     postgres!pg_signal_thread(
000000fa`4e9ff900 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fa`4e9ff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fa`4d9fefa0 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000fa`4d9fefe0 00007ff7`1339ccac     postgres!ExceptionalCondition(
000000fa`4d9ff020 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000fa`4d9ff070 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000fa`4d9ff0c0 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000fa`4d9ff9e0 00007ff7`1324fac3     postgres!PostmasterMain(
000000fa`4d9ffb80 00007ff7`1384d7c9     postgres!main(
000000fa`4d9ffbc0 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000fa`4d9ffc10 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000fa`4d9ffc80 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000005d`aa3ff8a8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005d`aa3ff8b0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000005d`aa3ffba0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005d`aa3ffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005d`aa7ff718 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005d`aa7ff720 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000005d`aa7ffa10 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005d`aa7ffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005d`aabff698 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
0000005d`aabff6a0 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
0000005d`aabff710 00007ff9`15704cb0     postgres!pg_signal_thread(
0000005d`aabff810 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005d`aabff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005d`aafff598 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005d`aafff5a0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000005d`aafff890 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005d`aafff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005d`a9ffeaa0 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000005d`a9ffeae0 00007ff7`1339ccac     postgres!ExceptionalCondition(
0000005d`a9ffeb20 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000005d`a9ffeb70 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000005d`a9ffebc0 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000005d`a9fff4e0 00007ff7`1324fac3     postgres!PostmasterMain(
0000005d`a9fff680 00007ff7`1384d7c9     postgres!main(
0000005d`a9fff6c0 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000005d`a9fff710 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000005d`a9fff780 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000002d`1b1ffb68 00007ff7`13395bf7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
0000002d`1b1ffb70 00007ff7`1324fa84     postgres!SubPostmasterMain(
0000002d`1b1ffbe0 00007ff7`1384d7c9     postgres!main(
0000002d`1b1ffc20 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000002d`1b1ffc70 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000002d`1b1ffce0 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
0000002d`1b1ffd10 00007ff9`15704cb0     postgres!mainCRTStartup(
0000002d`1b1ffd40 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002d`1b1ffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002d`1b5ff708 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002d`1b5ff710 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000002d`1b5ffa00 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002d`1b5ffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002d`1b9ff468 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002d`1b9ff470 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000002d`1b9ff760 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002d`1b9ff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002d`1bdff8a8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002d`1bdff8b0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000002d`1bdffba0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002d`1bdffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005b`8c9ff6e8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005b`8c9ff6f0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000005b`8c9ff9e0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005b`8c9ffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005b`8b9feb20 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000005b`8b9feb60 00007ff7`1339ccac     postgres!ExceptionalCondition(
0000005b`8b9feba0 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000005b`8b9febf0 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000005b`8b9fec40 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000005b`8b9ff560 00007ff7`1324fac3     postgres!PostmasterMain(
0000005b`8b9ff700 00007ff7`1384d7c9     postgres!main(
0000005b`8b9ff740 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000005b`8b9ff790 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000005b`8b9ff800 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000005b`8bdff6b8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005b`8bdff6c0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000005b`8bdff9b0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005b`8bdff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005b`8c1ff8b8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005b`8c1ff8c0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000005b`8c1ffbb0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005b`8c1ffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005b`8c5ff7f8 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
0000005b`8c5ff800 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
0000005b`8c5ff870 00007ff9`15704cb0     postgres!pg_signal_thread(
0000005b`8c5ff970 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005b`8c5ff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000d`37fff180 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000000d`37fff1c0 00007ff7`1339ccac     postgres!ExceptionalCondition(
0000000d`37fff200 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000000d`37fff250 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000000d`37fff2a0 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000000d`37fffbc0 00007ff7`1324fac3     postgres!PostmasterMain(
0000000d`37fffd60 00007ff7`1384d7c9     postgres!main(
0000000d`37fffda0 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000000d`37fffdf0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000000d`37fffe60 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000000d`383ff9d8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000d`383ff9e0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000000d`383ffcd0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000d`383ffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000d`387ff828 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000d`387ff830 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000000d`387ffb20 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000d`387ffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000d`38bff958 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
0000000d`38bff960 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
0000000d`38bff9d0 00007ff9`15704cb0     postgres!pg_signal_thread(
0000000d`38bffad0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000d`38bffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000d`38fff8b8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000d`38fff8c0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000000d`38fffbb0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000d`38fffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000020`751ff498 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000020`751ff4a0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000020`751ff790 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000020`751ff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000020`74dff6e8 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
00000020`74dff6f0 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
00000020`74dff760 00007ff9`15704cb0     postgres!pg_signal_thread(
00000020`74dff860 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000020`74dff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000020`749ff8d8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000020`749ff8e0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000020`749ffbd0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000020`749ffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000020`745fefa0 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000020`745fefe0 00007ff7`1339ccac     postgres!ExceptionalCondition(
00000020`745ff020 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000020`745ff070 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000020`745ff0c0 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000020`745ff9e0 00007ff7`1324fac3     postgres!PostmasterMain(
00000020`745ffb80 00007ff7`1384d7c9     postgres!main(
00000020`745ffbc0 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000020`745ffc10 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000020`745ffc80 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000020`755ffb58 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000020`755ffb60 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000020`755ffe50 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000020`755ffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e5`a11ffa78 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e5`a11ffa80 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000e5`a11ffd70 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e5`a11ffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e5`a01ff120 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e5`a01ff160 00007ff7`1339ccac     postgres!ExceptionalCondition(
000000e5`a01ff1a0 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000e5`a01ff1f0 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000e5`a01ff240 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000e5`a01ffb60 00007ff7`1324fac3     postgres!PostmasterMain(
000000e5`a01ffd00 00007ff7`1384d7c9     postgres!main(
000000e5`a01ffd40 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e5`a01ffd90 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e5`a01ffe00 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000e5`a05ff448 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e5`a05ff450 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000e5`a05ff740 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e5`a05ff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e5`a09ff6c8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e5`a09ff6d0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000e5`a09ff9c0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e5`a09ff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e5`a0dff898 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
000000e5`a0dff8a0 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
000000e5`a0dff910 00007ff9`15704cb0     postgres!pg_signal_thread(
000000e5`a0dffa10 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e5`a0dffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000048`529ff6d8 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
00000048`529ff6e0 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
00000048`529ff750 00007ff9`15704cb0     postgres!pg_signal_thread(
00000048`529ff850 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000048`529ff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000048`52dff878 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000048`52dff880 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000048`52dffb70 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000048`52dffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000048`519ff0a0 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000048`519ff0e0 00007ff7`1339ccac     postgres!ExceptionalCondition(
00000048`519ff120 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000048`519ff170 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000048`519ff1c0 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000048`519ffae0 00007ff7`1324fac3     postgres!PostmasterMain(
00000048`519ffc80 00007ff7`1384d7c9     postgres!main(
00000048`519ffcc0 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000048`519ffd10 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000048`519ffd80 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000048`51dff708 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000048`51dff710 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000048`51dffa00 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000048`51dffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000048`521ffb18 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000048`521ffb20 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000048`521ffe10 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000048`521ffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000048`525ff468 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000048`525ff470 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000048`525ff760 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000048`525ff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000021`2afff9e8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000021`2afff9f0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000021`2afffce0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000021`2afffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000021`2abfeb90 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000021`2abfebd0 00007ff7`1339ccac     postgres!ExceptionalCondition(
00000021`2abfec10 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000021`2abfec60 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000021`2abfecb0 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000021`2abff5d0 00007ff7`1324fac3     postgres!PostmasterMain(
00000021`2abff770 00007ff7`1384d7c9     postgres!main(
00000021`2abff7b0 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000021`2abff800 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000021`2abff870 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000021`2b7ff928 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000021`2b7ff930 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000021`2b7ffc20 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000021`2b7ffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000021`2bbffc18 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000021`2bbffc20 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000021`2bbfff10 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000021`2bbfff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000021`2b3ffaf8 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
00000021`2b3ffb00 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
00000021`2b3ffb70 00007ff9`15704cb0     postgres!pg_signal_thread(
00000021`2b3ffc70 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000021`2b3ffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000025`6a1ff958 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000025`6a1ff960 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000025`6a1ffc50 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000025`6a1ffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000025`69dffac8 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
00000025`69dffad0 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
00000025`69dffb40 00007ff9`15704cb0     postgres!pg_signal_thread(
00000025`69dffc40 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000025`69dffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000025`699ff688 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000025`699ff690 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000025`699ff980 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000025`699ff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000025`695feda0 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000025`695fede0 00007ff7`1339ccac     postgres!ExceptionalCondition(
00000025`695fee20 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000025`695fee70 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000025`695feec0 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000025`695ff7e0 00007ff7`1324fac3     postgres!PostmasterMain(
00000025`695ff980 00007ff7`1384d7c9     postgres!main(
00000025`695ff9c0 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000025`695ffa10 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000025`695ffa80 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000025`6a5ffbb8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000025`6a5ffbc0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000025`6a5ffeb0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000025`6a5ffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b0`0adfeff0 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b0`0adff030 00007ff7`1339ccac     postgres!ExceptionalCondition(
000000b0`0adff070 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000b0`0adff0c0 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000b0`0adff110 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000b0`0adffa30 00007ff7`1324fac3     postgres!PostmasterMain(
000000b0`0adffbd0 00007ff7`1384d7c9     postgres!main(
000000b0`0adffc10 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b0`0adffc60 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000b0`0adffcd0 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000b0`0b1ff5b8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b0`0b1ff5c0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000b0`0b1ff8b0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b0`0b1ff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b0`0b5ffb18 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
000000b0`0b5ffb20 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
000000b0`0b5ffb90 00007ff9`15704cb0     postgres!pg_signal_thread(
000000b0`0b5ffc90 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b0`0b5ffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b0`0b9ff928 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b0`0b9ff930 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000b0`0b9ffc20 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b0`0b9ffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b0`0bdffc18 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b0`0bdffc20 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000b0`0bdfff10 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b0`0bdfff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008c`647fecd0 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000008c`647fed10 00007ff7`1339ccac     postgres!ExceptionalCondition(
0000008c`647fed50 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000008c`647feda0 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000008c`647fedf0 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000008c`647ff710 00007ff7`1324fac3     postgres!PostmasterMain(
0000008c`647ff8b0 00007ff7`1384d7c9     postgres!main(
0000008c`647ff8f0 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000008c`647ff940 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000008c`647ff9b0 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000008c`65bffbb8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008c`65bffbc0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000008c`65bffeb0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008c`65bffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008c`653ff6c8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008c`653ff6d0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000008c`653ff9c0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008c`653ff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008c`64fff4e8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008c`64fff4f0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000008c`64fff7e0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008c`64fff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008c`64bffa18 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008c`64bffa20 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000008c`64bffd10 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008c`64bffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008c`657ff768 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
0000008c`657ff770 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
0000008c`657ff7e0 00007ff9`15704cb0     postgres!pg_signal_thread(
0000008c`657ff8e0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008c`657ff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000007`8b5ff4f8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000007`8b5ff500 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000007`8b5ff7f0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000007`8b5ff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000007`8b9ff6d8 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
00000007`8b9ff6e0 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
00000007`8b9ff750 00007ff9`15704cb0     postgres!pg_signal_thread(
00000007`8b9ff850 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000007`8b9ff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000007`8bdff9b8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000007`8bdff9c0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000007`8bdffcb0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000007`8bdffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000007`8a9fed20 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000007`8a9fed60 00007ff7`1339ccac     postgres!ExceptionalCondition(
00000007`8a9feda0 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000007`8a9fedf0 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000007`8a9fee40 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000007`8a9ff760 00007ff7`1324fac3     postgres!PostmasterMain(
00000007`8a9ff900 00007ff7`1384d7c9     postgres!main(
00000007`8a9ff940 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000007`8a9ff990 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000007`8a9ffa00 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000007`8adffb68 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000007`8adffb70 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000007`8adffe60 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000007`8adffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000007`8b1ff4f8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000007`8b1ff500 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000007`8b1ff7f0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000007`8b1ff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a7`bb9ffd48 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
000000a7`bb9ffd50 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
000000a7`bb9ffdc0 00007ff9`15704cb0     postgres!pg_signal_thread(
000000a7`bb9ffec0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a7`bb9ffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a7`bc1ff628 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a7`bc1ff630 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000a7`bc1ff920 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a7`bc1ff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a7`bb5ff938 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a7`bb5ff940 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000a7`bb5ffc30 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a7`bb5ffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a7`bbdff5f8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a7`bbdff600 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000a7`bbdff8f0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a7`bbdff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a7`bb1feef0 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a7`bb1fef30 00007ff7`1339ccac     postgres!ExceptionalCondition(
000000a7`bb1fef70 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000a7`bb1fefc0 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000a7`bb1ff010 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a7`bb1ff930 00007ff7`1324fac3     postgres!PostmasterMain(
000000a7`bb1ffad0 00007ff7`1384d7c9     postgres!main(
000000a7`bb1ffb10 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a7`bb1ffb60 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a7`bb1ffbd0 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000005a`0edff728 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005a`0edff730 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000005a`0edffa20 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005a`0edffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005a`0f1ffb38 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005a`0f1ffb40 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000005a`0f1ffe30 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005a`0f1ffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005a`0e9ff6e8 00007ff7`13395bf7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
0000005a`0e9ff6f0 00007ff7`1324fa84     postgres!SubPostmasterMain(
0000005a`0e9ff760 00007ff7`1384d7c9     postgres!main(
0000005a`0e9ff7a0 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000005a`0e9ff7f0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000005a`0e9ff860 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
0000005a`0e9ff890 00007ff9`15704cb0     postgres!mainCRTStartup(
0000005a`0e9ff8c0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005a`0e9ff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000f`529ff808 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
0000000f`529ff810 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
0000000f`529ff880 00007ff9`15704cb0     postgres!pg_signal_thread(
0000000f`529ff980 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000f`529ff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000f`51dff0e0 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000000f`51dff120 00007ff7`1339ccac     postgres!ExceptionalCondition(
0000000f`51dff160 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000000f`51dff1b0 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000000f`51dff200 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000000f`51dffb20 00007ff7`1324fac3     postgres!PostmasterMain(
0000000f`51dffcc0 00007ff7`1384d7c9     postgres!main(
0000000f`51dffd00 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000000f`51dffd50 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000000f`51dffdc0 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000000f`521ff508 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000f`521ff510 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000000f`521ff800 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000f`521ff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000f`525ffa98 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000f`525ffaa0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000000f`525ffd90 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000f`525ffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000f`52dff488 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000f`52dff490 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000000f`52dff780 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000f`52dff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e0`789ffb18 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e0`789ffb20 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000e0`789ffe10 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e0`789ffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e0`78dff7d8 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
000000e0`78dff7e0 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
000000e0`78dff850 00007ff9`15704cb0     postgres!pg_signal_thread(
000000e0`78dff950 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e0`78dff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e0`781fec30 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e0`781fec70 00007ff7`1339ccac     postgres!ExceptionalCondition(
000000e0`781fecb0 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000e0`781fed00 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000e0`781fed50 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000e0`781ff670 00007ff7`1324fac3     postgres!PostmasterMain(
000000e0`781ff810 00007ff7`1384d7c9     postgres!main(
000000e0`781ff850 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e0`781ff8a0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e0`781ff910 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000e0`785ffaa8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e0`785ffab0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000e0`785ffda0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e0`785ffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e0`791ff8e8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e0`791ff8f0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000e0`791ffbe0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e0`791ffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000034`f3dffbb8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000034`f3dffbc0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000034`f3dffeb0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000034`f3dffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000034`f31fee90 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000034`f31feed0 00007ff7`1339ccac     postgres!ExceptionalCondition(
00000034`f31fef10 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000034`f31fef60 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000034`f31fefb0 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000034`f31ff8d0 00007ff7`1324fac3     postgres!PostmasterMain(
00000034`f31ffa70 00007ff7`1384d7c9     postgres!main(
00000034`f31ffab0 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000034`f31ffb00 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000034`f31ffb70 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000034`f35ff968 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000034`f35ff970 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000034`f35ffc60 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000034`f35ffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000034`f39ff6e8 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
00000034`f39ff6f0 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
00000034`f39ff760 00007ff9`15704cb0     postgres!pg_signal_thread(
00000034`f39ff860 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000034`f39ff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000034`f41ff6b8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000034`f41ff6c0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000034`f41ff9b0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000034`f41ff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005a`f9fff7a8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005a`f9fff7b0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000005a`f9fffaa0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005a`f9fffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005a`fa3ff848 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
0000005a`fa3ff850 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
0000005a`fa3ff8c0 00007ff9`15704cb0     postgres!pg_signal_thread(
0000005a`fa3ff9c0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005a`fa3ff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005a`f93ff1f0 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000005a`f93ff230 00007ff7`1339ccac     postgres!ExceptionalCondition(
0000005a`f93ff270 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000005a`f93ff2c0 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000005a`f93ff310 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000005a`f93ffc30 00007ff7`1324fac3     postgres!PostmasterMain(
0000005a`f93ffdd0 00007ff7`1384d7c9     postgres!main(
0000005a`f93ffe10 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000005a`f93ffe60 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000005a`f93ffed0 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000005a`f97ff888 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005a`f97ff890 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000005a`f97ffb80 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005a`f97ffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005a`fa7ffa88 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005a`fa7ffa90 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000005a`fa7ffd80 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005a`fa7ffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005a`f9bff5e8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005a`f9bff5f0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000005a`f9bff8e0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005a`f9bff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000db`725ff9d8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000db`725ff9e0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000db`725ffcd0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000db`725ffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000db`729ff9e8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000db`729ff9f0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000db`729ffce0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000db`729ffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000db`719fef80 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000db`719fefc0 00007ff7`1339ccac     postgres!ExceptionalCondition(
000000db`719ff000 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000db`719ff050 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000db`719ff0a0 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000db`719ff9c0 00007ff7`1324fac3     postgres!PostmasterMain(
000000db`719ffb60 00007ff7`1384d7c9     postgres!main(
000000db`719ffba0 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000db`719ffbf0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000db`719ffc60 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000db`71dffb68 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000db`71dffb70 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000db`71dffe60 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000db`71dffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000db`721ffb18 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
000000db`721ffb20 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
000000db`721ffb90 00007ff9`15704cb0     postgres!pg_signal_thread(
000000db`721ffc90 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000db`721ffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bd`aa1ff5f8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bd`aa1ff600 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000bd`aa1ff8f0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bd`aa1ff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bd`aa5ff918 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
000000bd`aa5ff920 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
000000bd`aa5ff990 00007ff9`15704cb0     postgres!pg_signal_thread(
000000bd`aa5ffa90 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bd`aa5ffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bd`aa9ff478 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bd`aa9ff480 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000bd`aa9ff770 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bd`aa9ff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bd`a95fec80 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000bd`a95fecc0 00007ff7`1339ccac     postgres!ExceptionalCondition(
000000bd`a95fed00 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000bd`a95fed50 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000bd`a95feda0 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000bd`a95ff6c0 00007ff7`1324fac3     postgres!PostmasterMain(
000000bd`a95ff860 00007ff7`1384d7c9     postgres!main(
000000bd`a95ff8a0 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000bd`a95ff8f0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000bd`a95ff960 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000bd`a99ff648 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bd`a99ff650 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000bd`a99ff940 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bd`a99ff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bd`a9dff968 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bd`a9dff970 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000bd`a9dffc60 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bd`a9dffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000032`769ffa38 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
00000032`769ffa40 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
00000032`769ffab0 00007ff9`15704cb0     postgres!pg_signal_thread(
00000032`769ffbb0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000032`769ffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000032`76dff468 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000032`76dff470 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000032`76dff760 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000032`76dff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000032`75dfedc0 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000032`75dfee00 00007ff7`1339ccac     postgres!ExceptionalCondition(
00000032`75dfee40 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000032`75dfee90 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000032`75dfeee0 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000032`75dff800 00007ff7`1324fac3     postgres!PostmasterMain(
00000032`75dff9a0 00007ff7`1384d7c9     postgres!main(
00000032`75dff9e0 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000032`75dffa30 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000032`75dffaa0 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000032`761ff8f8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000032`761ff900 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000032`761ffbf0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000032`761ffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000032`765ff7b8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000032`765ff7c0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000032`765ffab0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000032`765ffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005e`f09ff948 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
0000005e`f09ff950 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
0000005e`f09ff9c0 00007ff9`15704cb0     postgres!pg_signal_thread(
0000005e`f09ffac0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005e`f09ffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005e`f0dff598 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005e`f0dff5a0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000005e`f0dff890 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005e`f0dff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005e`efdfee60 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000005e`efdfeea0 00007ff7`1339ccac     postgres!ExceptionalCondition(
0000005e`efdfeee0 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000005e`efdfef30 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000005e`efdfef80 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000005e`efdff8a0 00007ff7`1324fac3     postgres!PostmasterMain(
0000005e`efdffa40 00007ff7`1384d7c9     postgres!main(
0000005e`efdffa80 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000005e`efdffad0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000005e`efdffb40 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000005e`f01ff648 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005e`f01ff650 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000005e`f01ff940 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005e`f01ff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005e`f05ff978 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005e`f05ff980 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000005e`f05ffc70 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005e`f05ffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a9`321ff478 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a9`321ff480 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000a9`321ff770 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a9`321ff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a9`325ffb48 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
000000a9`325ffb50 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
000000a9`325ffbc0 00007ff9`15704cb0     postgres!pg_signal_thread(
000000a9`325ffcc0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a9`325ffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a9`329ff868 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a9`329ff870 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000a9`329ffb60 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a9`329ffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a9`315fef70 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a9`315fefb0 00007ff7`1339ccac     postgres!ExceptionalCondition(
000000a9`315feff0 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000a9`315ff040 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000a9`315ff090 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a9`315ff9b0 00007ff7`1324fac3     postgres!PostmasterMain(
000000a9`315ffb50 00007ff7`1384d7c9     postgres!main(
000000a9`315ffb90 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a9`315ffbe0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a9`315ffc50 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a9`319ffa98 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a9`319ffaa0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000a9`319ffd90 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a9`319ffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a9`31dff9b8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a9`31dff9c0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000a9`31dffcb0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a9`31dffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bc`ddfff8d8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bc`ddfff8e0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000bc`ddfffbd0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bc`ddfffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bc`de3ffaa8 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
000000bc`de3ffab0 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
000000bc`de3ffb20 00007ff9`15704cb0     postgres!pg_signal_thread(
000000bc`de3ffc20 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bc`de3ffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bc`de7ff548 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bc`de7ff550 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000bc`de7ff840 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bc`de7ff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bc`dd3fef40 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000bc`dd3fef80 00007ff7`1339ccac     postgres!ExceptionalCondition(
000000bc`dd3fefc0 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000bc`dd3ff010 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000bc`dd3ff060 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000bc`dd3ff980 00007ff7`1324fac3     postgres!PostmasterMain(
000000bc`dd3ffb20 00007ff7`1384d7c9     postgres!main(
000000bc`dd3ffb60 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000bc`dd3ffbb0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000bc`dd3ffc20 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000bc`dd7ff6e8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bc`dd7ff6f0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000bc`dd7ff9e0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bc`dd7ffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bc`ddbff928 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bc`ddbff930 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000bc`ddbffc20 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bc`ddbffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000078`4d1ff748 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
00000078`4d1ff750 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
00000078`4d1ff7c0 00007ff9`15704cb0     postgres!pg_signal_thread(
00000078`4d1ff8c0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000078`4d1ff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000078`4d5ffbe8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000078`4d5ffbf0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000078`4d5ffee0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000078`4d5fff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000078`4c9feca0 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000078`4c9fece0 00007ff7`1339ccac     postgres!ExceptionalCondition(
00000078`4c9fed20 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000078`4c9fed70 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000078`4c9fedc0 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000078`4c9ff6e0 00007ff7`1324fac3     postgres!PostmasterMain(
00000078`4c9ff880 00007ff7`1384d7c9     postgres!main(
00000078`4c9ff8c0 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000078`4c9ff910 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000078`4c9ff980 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000078`4d9ff988 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000078`4d9ff990 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000078`4d9ffc80 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000078`4d9ffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000078`4cdff628 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000078`4cdff630 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000078`4cdff920 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000078`4cdff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f6`71fff858 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f6`71fff860 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000f6`71fffb50 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f6`71fffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f6`717fee50 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f6`717fee90 00007ff7`1339ccac     postgres!ExceptionalCondition(
000000f6`717feed0 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f6`717fef20 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000f6`717fef70 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f6`717ff890 00007ff7`1324fac3     postgres!PostmasterMain(
000000f6`717ffa30 00007ff7`1384d7c9     postgres!main(
000000f6`717ffa70 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f6`717ffac0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f6`717ffb30 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f6`71bff788 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f6`71bff790 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000f6`71bffa80 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f6`71bffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f6`723ff768 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
000000f6`723ff770 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
000000f6`723ff7e0 00007ff9`15704cb0     postgres!pg_signal_thread(
000000f6`723ff8e0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f6`723ff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f6`727ffc08 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f6`727ffc10 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000f6`727fff00 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f6`727fff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cb`9e7ff838 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cb`9e7ff840 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000cb`9e7ffb30 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cb`9e7ffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cb`9dffefc0 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000cb`9dfff000 00007ff7`1339ccac     postgres!ExceptionalCondition(
000000cb`9dfff040 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000cb`9dfff090 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000cb`9dfff0e0 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000cb`9dfffa00 00007ff7`1324fac3     postgres!PostmasterMain(
000000cb`9dfffba0 00007ff7`1384d7c9     postgres!main(
000000cb`9dfffbe0 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000cb`9dfffc30 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000cb`9dfffca0 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000cb`9ebffa18 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
000000cb`9ebffa20 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
000000cb`9ebffa90 00007ff9`15704cb0     postgres!pg_signal_thread(
000000cb`9ebffb90 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cb`9ebffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cb`9efff498 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cb`9efff4a0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000cb`9efff790 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cb`9efff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cb`9e3ff6d8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cb`9e3ff6e0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000cb`9e3ff9d0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cb`9e3ffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000072`bc3ff898 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000072`bc3ff8a0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000072`bc3ffb90 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000072`bc3ffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000072`bb7ff7f8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000072`bb7ff800 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000072`bb7ffaf0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000072`bb7ffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000072`bbbff6e8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000072`bbbff6f0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000072`bbbff9e0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000072`bbbffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000072`baffec10 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000072`baffec50 00007ff7`1339ccac     postgres!ExceptionalCondition(
00000072`baffec90 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000072`baffece0 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000072`baffed30 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000072`bafff650 00007ff7`1324fac3     postgres!PostmasterMain(
00000072`bafff7f0 00007ff7`1384d7c9     postgres!main(
00000072`bafff830 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000072`bafff880 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000072`bafff8f0 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000072`bb3ffbd8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000072`bb3ffbe0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000072`bb3ffed0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000072`bb3fff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000072`bbfffbf8 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
00000072`bbfffc00 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
00000072`bbfffc70 00007ff9`15704cb0     postgres!pg_signal_thread(
00000072`bbfffd70 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000072`bbfffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000086`0ddff498 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000086`0ddff4a0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000086`0ddff790 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000086`0ddff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000086`0e1ffbb8 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
00000086`0e1ffbc0 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
00000086`0e1ffc30 00007ff9`15704cb0     postgres!pg_signal_thread(
00000086`0e1ffd30 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000086`0e1ffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000086`0e5ff7f8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000086`0e5ff800 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000086`0e5ffaf0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000086`0e5ffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000086`0e9ff638 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000086`0e9ff640 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000086`0e9ff930 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000086`0e9ff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000086`0d9fea10 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000086`0d9fea50 00007ff7`1339ccac     postgres!ExceptionalCondition(
00000086`0d9fea90 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000086`0d9feae0 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000086`0d9feb30 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000086`0d9ff450 00007ff7`1324fac3     postgres!PostmasterMain(
00000086`0d9ff5f0 00007ff7`1384d7c9     postgres!main(
00000086`0d9ff630 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000086`0d9ff680 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000086`0d9ff6f0 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000012`8a7ff7e8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000012`8a7ff7f0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000012`8a7ffae0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000012`8a7ffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000012`8abff9b8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000012`8abff9c0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000012`8abffcb0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000012`8abffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000012`8afffc58 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
00000012`8afffc60 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
00000012`8afffcd0 00007ff9`15704cb0     postgres!pg_signal_thread(
00000012`8afffdd0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000012`8afffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000012`8b3ff448 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000012`8b3ff450 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000012`8b3ff740 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000012`8b3ff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000012`8a3ff0c0 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000012`8a3ff100 00007ff7`1339ccac     postgres!ExceptionalCondition(
00000012`8a3ff140 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000012`8a3ff190 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000012`8a3ff1e0 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000012`8a3ffb00 00007ff7`1324fac3     postgres!PostmasterMain(
00000012`8a3ffca0 00007ff7`1384d7c9     postgres!main(
00000012`8a3ffce0 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000012`8a3ffd30 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000012`8a3ffda0 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000005f`c87ff688 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
0000005f`c87ff690 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
0000005f`c87ff700 00007ff9`15704cb0     postgres!pg_signal_thread(
0000005f`c87ff800 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005f`c87ff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005f`c7bfec10 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000005f`c7bfec50 00007ff7`1339ccac     postgres!ExceptionalCondition(
0000005f`c7bfec90 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000005f`c7bfece0 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000005f`c7bfed30 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000005f`c7bff650 00007ff7`1324fac3     postgres!PostmasterMain(
0000005f`c7bff7f0 00007ff7`1384d7c9     postgres!main(
0000005f`c7bff830 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000005f`c7bff880 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000005f`c7bff8f0 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000005f`c7fff908 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005f`c7fff910 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000005f`c7fffc00 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005f`c7fffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005f`c83ffab8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005f`c83ffac0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000005f`c83ffdb0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005f`c83ffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005f`c8bffb18 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005f`c8bffb20 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000005f`c8bffe10 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005f`c8bffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000020`bb5ffb38 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000020`bb5ffb40 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000020`bb5ffe30 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000020`bb5ffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000020`bbdff558 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000020`bbdff560 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000020`bbdff850 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000020`bbdff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000020`badfebe0 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000020`badfec20 00007ff7`1339ccac     postgres!ExceptionalCondition(
00000020`badfec60 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000020`badfecb0 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000020`badfed00 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000020`badff620 00007ff7`1324fac3     postgres!PostmasterMain(
00000020`badff7c0 00007ff7`1384d7c9     postgres!main(
00000020`badff800 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000020`badff850 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000020`badff8c0 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000020`bb1ffbc8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000020`bb1ffbd0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000020`bb1ffec0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000020`bb1ffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000020`bb9ff728 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
00000020`bb9ff730 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
00000020`bb9ff7a0 00007ff9`15704cb0     postgres!pg_signal_thread(
00000020`bb9ff8a0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000020`bb9ff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008b`167fec40 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000008b`167fec80 00007ff7`1339ccac     postgres!ExceptionalCondition(
0000008b`167fecc0 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000008b`167fed10 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000008b`167fed60 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000008b`167ff680 00007ff7`1324fac3     postgres!PostmasterMain(
0000008b`167ff820 00007ff7`1384d7c9     postgres!main(
0000008b`167ff860 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000008b`167ff8b0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000008b`167ff920 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000008b`16fff4b8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008b`16fff4c0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000008b`16fff7b0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008b`16fff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008b`173ff8e8 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
0000008b`173ff8f0 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
0000008b`173ff960 00007ff9`15704cb0     postgres!pg_signal_thread(
0000008b`173ffa60 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008b`173ffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008b`16bff6b8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008b`16bff6c0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000008b`16bff9b0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008b`16bff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008b`177ff708 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008b`177ff710 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000008b`177ffa00 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008b`177ffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c5`ba9ffa28 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c5`ba9ffa30 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000c5`ba9ffd20 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c5`ba9ffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c5`badffbf8 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
000000c5`badffc00 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
000000c5`badffc70 00007ff9`15704cb0     postgres!pg_signal_thread(
000000c5`badffd70 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c5`badffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c5`bb1ff538 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c5`bb1ff540 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000c5`bb1ff830 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c5`bb1ff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c5`ba5fec20 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c5`ba5fec60 00007ff7`1339ccac     postgres!ExceptionalCondition(
000000c5`ba5feca0 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c5`ba5fecf0 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000c5`ba5fed40 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c5`ba5ff660 00007ff7`1324fac3     postgres!PostmasterMain(
000000c5`ba5ff800 00007ff7`1384d7c9     postgres!main(
000000c5`ba5ff840 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c5`ba5ff890 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c5`ba5ff900 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c5`bb5ff848 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c5`bb5ff850 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000c5`bb5ffb40 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c5`bb5ffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000003`f1bff5b8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000003`f1bff5c0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000003`f1bff8b0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000003`f1bff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000003`f0fff0c0 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000003`f0fff100 00007ff7`1339ccac     postgres!ExceptionalCondition(
00000003`f0fff140 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000003`f0fff190 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000003`f0fff1e0 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000003`f0fffb00 00007ff7`1324fac3     postgres!PostmasterMain(
00000003`f0fffca0 00007ff7`1384d7c9     postgres!main(
00000003`f0fffce0 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000003`f0fffd30 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000003`f0fffda0 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000003`f13ff4a8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000003`f13ff4b0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000003`f13ff7a0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000003`f13ff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000003`f17ffcf8 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
00000003`f17ffd00 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
00000003`f17ffd70 00007ff9`15704cb0     postgres!pg_signal_thread(
00000003`f17ffe70 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000003`f17ffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000003`f1fff658 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000003`f1fff660 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000003`f1fff950 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000003`f1fff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000045`615ff488 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000045`615ff490 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000045`615ff780 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000045`615ff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000045`609fed80 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000045`609fedc0 00007ff7`1339ccac     postgres!ExceptionalCondition(
00000045`609fee00 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000045`609fee50 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000045`609feea0 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000045`609ff7c0 00007ff7`1324fac3     postgres!PostmasterMain(
00000045`609ff960 00007ff7`1384d7c9     postgres!main(
00000045`609ff9a0 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000045`609ff9f0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000045`609ffa60 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000045`611ff888 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
00000045`611ff890 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
00000045`611ff900 00007ff9`15704cb0     postgres!pg_signal_thread(
00000045`611ffa00 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000045`611ffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000045`619ff5e8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000045`619ff5f0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000045`619ff8e0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000045`619ff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000045`60dff858 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000045`60dff860 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000045`60dffb50 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000045`60dffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000086`1c5ff5a8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000086`1c5ff5b0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000086`1c5ff8a0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000086`1c5ff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000086`1bdff5b8 00007ff7`13395bf7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000086`1bdff5c0 00007ff7`1324fa84     postgres!SubPostmasterMain(
00000086`1bdff630 00007ff7`1384d7c9     postgres!main(
00000086`1bdff670 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000086`1bdff6c0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000086`1bdff730 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000086`1bdff760 00007ff9`15704cb0     postgres!mainCRTStartup(
00000086`1bdff790 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000086`1bdff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000086`1c1ffb78 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000086`1c1ffb80 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000086`1c1ffe70 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000086`1c1ffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000064`4f5feab0 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000064`4f5feaf0 00007ff7`1339ccac     postgres!ExceptionalCondition(
00000064`4f5feb30 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000064`4f5feb80 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000064`4f5febd0 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000064`4f5ff4f0 00007ff7`1324fac3     postgres!PostmasterMain(
00000064`4f5ff690 00007ff7`1384d7c9     postgres!main(
00000064`4f5ff6d0 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000064`4f5ff720 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000064`4f5ff790 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000064`4f9ff928 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000064`4f9ff930 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000064`4f9ffc20 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000064`4f9ffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000064`4fdff8b8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000064`4fdff8c0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000064`4fdffbb0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000064`4fdffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000064`501ffca8 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
00000064`501ffcb0 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
00000064`501ffd20 00007ff9`15704cb0     postgres!pg_signal_thread(
00000064`501ffe20 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000064`501ffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000064`505ff4a8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000064`505ff4b0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000064`505ff7a0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000064`505ff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e0`1b3ffa38 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e0`1b3ffa40 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000e0`1b3ffd30 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e0`1b3ffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e0`19ffefb0 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e0`19ffeff0 00007ff7`1339ccac     postgres!ExceptionalCondition(
000000e0`19fff030 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000e0`19fff080 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000e0`19fff0d0 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000e0`19fff9f0 00007ff7`1324fac3     postgres!PostmasterMain(
000000e0`19fffb90 00007ff7`1384d7c9     postgres!main(
000000e0`19fffbd0 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e0`19fffc20 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e0`19fffc90 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000e0`1a3ff938 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e0`1a3ff940 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000e0`1a3ffc30 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e0`1a3ffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e0`1a7ffbf8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e0`1a7ffc00 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000e0`1a7ffef0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e0`1a7fff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e0`1abffa08 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e0`1abffa10 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000e0`1abffd00 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e0`1abffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e0`1afff618 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
000000e0`1afff620 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
000000e0`1afff690 00007ff9`15704cb0     postgres!pg_signal_thread(
000000e0`1afff790 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e0`1afff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000061`a25ff898 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
00000061`a25ff8a0 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
00000061`a25ff910 00007ff9`15704cb0     postgres!pg_signal_thread(
00000061`a25ffa10 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000061`a25ffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000061`a19fec40 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000061`a19fec80 00007ff7`1339ccac     postgres!ExceptionalCondition(
00000061`a19fecc0 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000061`a19fed10 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000061`a19fed60 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000061`a19ff680 00007ff7`1324fac3     postgres!PostmasterMain(
00000061`a19ff820 00007ff7`1384d7c9     postgres!main(
00000061`a19ff860 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000061`a19ff8b0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000061`a19ff920 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000061`a1dff698 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000061`a1dff6a0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000061`a1dff990 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000061`a1dff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000061`a21ff508 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000061`a21ff510 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000061`a21ff800 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000061`a21ff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000061`a29ff808 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000061`a29ff810 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000061`a29ffb00 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000061`a29ffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fd`3ddff838 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
000000fd`3ddff840 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
000000fd`3ddff8b0 00007ff9`15704cb0     postgres!pg_signal_thread(
000000fd`3ddff9b0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fd`3ddff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fd`3d1feea0 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000fd`3d1feee0 00007ff7`1339ccac     postgres!ExceptionalCondition(
000000fd`3d1fef20 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000fd`3d1fef70 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000fd`3d1fefc0 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000fd`3d1ff8e0 00007ff7`1324fac3     postgres!PostmasterMain(
000000fd`3d1ffa80 00007ff7`1384d7c9     postgres!main(
000000fd`3d1ffac0 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000fd`3d1ffb10 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000fd`3d1ffb80 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000fd`3d5ffa68 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fd`3d5ffa70 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000fd`3d5ffd60 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fd`3d5ffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fd`3d9ff9e8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fd`3d9ff9f0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000fd`3d9ffce0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fd`3d9ffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fd`3e1ff5a8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fd`3e1ff5b0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000fd`3e1ff8a0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fd`3e1ff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001d`c4bffca8 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
0000001d`c4bffcb0 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
0000001d`c4bffd20 00007ff9`15704cb0     postgres!pg_signal_thread(
0000001d`c4bffe20 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001d`c4bffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001d`c3ffed80 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000001d`c3ffedc0 00007ff7`1339ccac     postgres!ExceptionalCondition(
0000001d`c3ffee00 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000001d`c3ffee50 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000001d`c3ffeea0 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000001d`c3fff7c0 00007ff7`1324fac3     postgres!PostmasterMain(
0000001d`c3fff960 00007ff7`1384d7c9     postgres!main(
0000001d`c3fff9a0 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000001d`c3fff9f0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000001d`c3fffa60 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000001d`c43ffb88 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001d`c43ffb90 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000001d`c43ffe80 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001d`c43ffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001d`c47ff838 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001d`c47ff840 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000001d`c47ffb30 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001d`c47ffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001d`c4fffb88 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001d`c4fffb90 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000001d`c4fffe80 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001d`c4fffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001d`b33ff9e8 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
0000001d`b33ff9f0 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
0000001d`b33ffa60 00007ff9`15704cb0     postgres!pg_signal_thread(
0000001d`b33ffb60 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001d`b33ffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001d`b27ff0a0 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000001d`b27ff0e0 00007ff7`1339ccac     postgres!ExceptionalCondition(
0000001d`b27ff120 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000001d`b27ff170 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000001d`b27ff1c0 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000001d`b27ffae0 00007ff7`1324fac3     postgres!PostmasterMain(
0000001d`b27ffc80 00007ff7`1384d7c9     postgres!main(
0000001d`b27ffcc0 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000001d`b27ffd10 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000001d`b27ffd80 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000001d`b2bff9a8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001d`b2bff9b0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000001d`b2bffca0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001d`b2bffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001d`b2fff948 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001d`b2fff950 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000001d`b2fffc40 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001d`b2fffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001d`b37ff9e8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001d`b37ff9f0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000001d`b37ffce0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001d`b37ffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f6`175ff698 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f6`175ff6a0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000f6`175ff990 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f6`175ff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f6`165feea0 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f6`165feee0 00007ff7`1339ccac     postgres!ExceptionalCondition(
000000f6`165fef20 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f6`165fef70 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000f6`165fefc0 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f6`165ff8e0 00007ff7`1324fac3     postgres!PostmasterMain(
000000f6`165ffa80 00007ff7`1384d7c9     postgres!main(
000000f6`165ffac0 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f6`165ffb10 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f6`165ffb80 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f6`169ff578 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f6`169ff580 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000f6`169ff870 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f6`169ff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f6`16dffc68 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
000000f6`16dffc70 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
000000f6`16dffce0 00007ff9`15704cb0     postgres!pg_signal_thread(
000000f6`16dffde0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f6`16dffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f6`171ff798 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f6`171ff7a0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000f6`171ffa90 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f6`171ffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000068`7d7ffc38 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
00000068`7d7ffc40 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
00000068`7d7ffcb0 00007ff9`15704cb0     postgres!pg_signal_thread(
00000068`7d7ffdb0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000068`7d7ffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000068`7cbfebb0 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000068`7cbfebf0 00007ff7`1339ccac     postgres!ExceptionalCondition(
00000068`7cbfec30 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000068`7cbfec80 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000068`7cbfecd0 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000068`7cbff5f0 00007ff7`1324fac3     postgres!PostmasterMain(
00000068`7cbff790 00007ff7`1384d7c9     postgres!main(
00000068`7cbff7d0 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000068`7cbff820 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000068`7cbff890 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000068`7cfff648 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000068`7cfff650 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000068`7cfff940 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000068`7cfff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000068`7d3ff798 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000068`7d3ff7a0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000068`7d3ffa90 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000068`7d3ffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000068`7dbffb08 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000068`7dbffb10 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000068`7dbffe00 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000068`7dbffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000043`28fff6f8 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
00000043`28fff700 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
00000043`28fff770 00007ff9`15704cb0     postgres!pg_signal_thread(
00000043`28fff870 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000043`28fff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000043`27ffede0 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000043`27ffee20 00007ff7`1339ccac     postgres!ExceptionalCondition(
00000043`27ffee60 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000043`27ffeeb0 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000043`27ffef00 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000043`27fff820 00007ff7`1324fac3     postgres!PostmasterMain(
00000043`27fff9c0 00007ff7`1384d7c9     postgres!main(
00000043`27fffa00 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000043`27fffa50 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000043`27fffac0 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000043`283ff798 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000043`283ff7a0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000043`283ffa90 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000043`283ffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000043`287ff7c8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000043`287ff7d0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000043`287ffac0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000043`287ffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000043`28bffa78 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000043`28bffa80 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000043`28bffd70 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000043`28bffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000043`293ff5d8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000043`293ff5e0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000043`293ff8d0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000043`293ff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000025`987ffcf8 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
00000025`987ffd00 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
00000025`987ffd70 00007ff9`15704cb0     postgres!pg_signal_thread(
00000025`987ffe70 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000025`987ffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000025`97fff1b0 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000025`97fff1f0 00007ff7`1339ccac     postgres!ExceptionalCondition(
00000025`97fff230 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000025`97fff280 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000025`97fff2d0 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000025`97fffbf0 00007ff7`1324fac3     postgres!PostmasterMain(
00000025`97fffd90 00007ff7`1384d7c9     postgres!main(
00000025`97fffdd0 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000025`97fffe20 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000025`97fffe90 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000025`98fff738 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000025`98fff740 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000025`98fffa30 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000025`98fffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000077`68bff868 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000077`68bff870 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000077`68bffb60 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000077`68bffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000077`677ff010 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000077`677ff050 00007ff7`1339ccac     postgres!ExceptionalCondition(
00000077`677ff090 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000077`677ff0e0 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000077`677ff130 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000077`677ffa50 00007ff7`1324fac3     postgres!PostmasterMain(
00000077`677ffbf0 00007ff7`1384d7c9     postgres!main(
00000077`677ffc30 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000077`677ffc80 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000077`677ffcf0 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000077`67bff528 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000077`67bff530 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000077`67bff820 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000077`67bff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000077`67fff4a8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000077`67fff4b0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000077`67fff7a0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000077`67fff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000077`683ff908 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
00000077`683ff910 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
00000077`683ff980 00007ff9`15704cb0     postgres!pg_signal_thread(
00000077`683ffa80 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000077`683ffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000077`687ff558 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000077`687ff560 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000077`687ff850 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000077`687ff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a7`733ff978 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a7`733ff980 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000a7`733ffc70 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a7`733ffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a7`727fefd0 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a7`727ff010 00007ff7`1339ccac     postgres!ExceptionalCondition(
000000a7`727ff050 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000a7`727ff0a0 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000a7`727ff0f0 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a7`727ffa10 00007ff7`1324fac3     postgres!PostmasterMain(
000000a7`727ffbb0 00007ff7`1384d7c9     postgres!main(
000000a7`727ffbf0 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a7`727ffc40 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a7`727ffcb0 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a7`72bff908 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a7`72bff910 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000a7`72bffc00 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a7`72bffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a7`72fff6c8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a7`72fff6d0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000a7`72fff9c0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a7`72fff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a7`737ff9d8 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
000000a7`737ff9e0 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
000000a7`737ffa50 00007ff9`15704cb0     postgres!pg_signal_thread(
000000a7`737ffb50 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a7`737ffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a7`73bff9b8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a7`73bff9c0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000a7`73bffcb0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a7`73bffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005c`6abff768 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005c`6abff770 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000005c`6abffa60 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005c`6abffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005c`69fffa28 00007ff7`13395bf7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
0000005c`69fffa30 00007ff7`1324fa84     postgres!SubPostmasterMain(
0000005c`69fffaa0 00007ff7`1384d7c9     postgres!main(
0000005c`69fffae0 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000005c`69fffb30 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000005c`69fffba0 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
0000005c`69fffbd0 00007ff9`15704cb0     postgres!mainCRTStartup(
0000005c`69fffc00 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005c`69fffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005c`6a3ff528 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005c`6a3ff530 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000005c`6a3ff820 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005c`6a3ff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005c`6a7ffc08 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005c`6a7ffc10 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000005c`6a7fff00 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005c`6a7fff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a8`d8bff5c8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a8`d8bff5d0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000a8`d8bff8c0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a8`d8bff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a8`d77fef20 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a8`d77fef60 00007ff7`1339ccac     postgres!ExceptionalCondition(
000000a8`d77fefa0 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000a8`d77feff0 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000a8`d77ff040 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a8`d77ff960 00007ff7`1324fac3     postgres!PostmasterMain(
000000a8`d77ffb00 00007ff7`1384d7c9     postgres!main(
000000a8`d77ffb40 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a8`d77ffb90 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a8`d77ffc00 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a8`d83ffa98 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
000000a8`d83ffaa0 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
000000a8`d83ffb10 00007ff9`15704cb0     postgres!pg_signal_thread(
000000a8`d83ffc10 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a8`d83ffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a8`d7bff838 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a8`d7bff840 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000a8`d7bffb30 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a8`d7bffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000078`eb3ff738 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
00000078`eb3ff740 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
00000078`eb3ff7b0 00007ff9`15704cb0     postgres!pg_signal_thread(
00000078`eb3ff8b0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000078`eb3ff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000078`ea7fea80 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000078`ea7feac0 00007ff7`1339ccac     postgres!ExceptionalCondition(
00000078`ea7feb00 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000078`ea7feb50 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000078`ea7feba0 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000078`ea7ff4c0 00007ff7`1324fac3     postgres!PostmasterMain(
00000078`ea7ff660 00007ff7`1384d7c9     postgres!main(
00000078`ea7ff6a0 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000078`ea7ff6f0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000078`ea7ff760 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000078`eabff738 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000078`eabff740 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000078`eabffa30 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000078`eabffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000078`eafff618 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000078`eafff620 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000078`eafff910 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000078`eafff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000078`eb7ffb58 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000078`eb7ffb60 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000078`eb7ffe50 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000078`eb7ffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000090`f0bff608 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
00000090`f0bff610 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
00000090`f0bff680 00007ff9`15704cb0     postgres!pg_signal_thread(
00000090`f0bff780 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000090`f0bff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000090`efffef60 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000090`efffefa0 00007ff7`1339ccac     postgres!ExceptionalCondition(
00000090`efffefe0 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000090`effff030 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000090`effff080 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000090`effff9a0 00007ff7`1324fac3     postgres!PostmasterMain(
00000090`effffb40 00007ff7`1384d7c9     postgres!main(
00000090`effffb80 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000090`effffbd0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000090`effffc40 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000090`f03ff448 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000090`f03ff450 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000090`f03ff740 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000090`f03ff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000090`f07ffb48 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000090`f07ffb50 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000090`f07ffe40 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000090`f07ffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000090`f0fff7a8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000090`f0fff7b0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000090`f0fffaa0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000090`f0fffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f1`359ffbf8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f1`359ffc00 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000f1`359ffef0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f1`359fff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f1`34dfeab0 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f1`34dfeaf0 00007ff7`1339ccac     postgres!ExceptionalCondition(
000000f1`34dfeb30 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f1`34dfeb80 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000f1`34dfebd0 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f1`34dff4f0 00007ff7`1324fac3     postgres!PostmasterMain(
000000f1`34dff690 00007ff7`1384d7c9     postgres!main(
000000f1`34dff6d0 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f1`34dff720 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f1`34dff790 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f1`351ff9e8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f1`351ff9f0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000f1`351ffce0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f1`351ffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f1`355ffc38 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
000000f1`355ffc40 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
000000f1`355ffcb0 00007ff9`15704cb0     postgres!pg_signal_thread(
000000f1`355ffdb0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f1`355ffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f1`35dff8d8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f1`35dff8e0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000f1`35dffbd0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f1`35dffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000032`a1bffa08 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000032`a1bffa10 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000032`a1bffd00 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000032`a1bffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000032`a0ffec70 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000032`a0ffecb0 00007ff7`1339ccac     postgres!ExceptionalCondition(
00000032`a0ffecf0 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000032`a0ffed40 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000032`a0ffed90 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000032`a0fff6b0 00007ff7`1324fac3     postgres!PostmasterMain(
00000032`a0fff850 00007ff7`1384d7c9     postgres!main(
00000032`a0fff890 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000032`a0fff8e0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000032`a0fff950 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000032`a13ffb48 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000032`a13ffb50 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000032`a13ffe40 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000032`a13ffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000032`a17ff668 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000032`a17ff670 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000032`a17ff960 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000032`a17ff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000032`a1fff9a8 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
00000032`a1fff9b0 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
00000032`a1fffa20 00007ff9`15704cb0     postgres!pg_signal_thread(
00000032`a1fffb20 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000032`a1fffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000032`a23ffaa8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000032`a23ffab0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000032`a23ffda0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000032`a23ffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003d`785ffc08 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003d`785ffc10 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000003d`785fff00 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003d`785fff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003d`775ff0e0 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000003d`775ff120 00007ff7`1339ccac     postgres!ExceptionalCondition(
0000003d`775ff160 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000003d`775ff1b0 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000003d`775ff200 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000003d`775ffb20 00007ff7`1324fac3     postgres!PostmasterMain(
0000003d`775ffcc0 00007ff7`1384d7c9     postgres!main(
0000003d`775ffd00 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000003d`775ffd50 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000003d`775ffdc0 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000003d`779ffb38 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003d`779ffb40 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000003d`779ffe30 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003d`779ffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003d`77dffa88 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003d`77dffa90 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000003d`77dffd80 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003d`77dffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003d`781ff748 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
0000003d`781ff750 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
0000003d`781ff7c0 00007ff9`15704cb0     postgres!pg_signal_thread(
0000003d`781ff8c0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003d`781ff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ad`c93ffb68 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ad`c93ffb70 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000ad`c93ffe60 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ad`c93ffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ad`c87fef50 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ad`c87fef90 00007ff7`1339ccac     postgres!ExceptionalCondition(
000000ad`c87fefd0 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ad`c87ff020 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000ad`c87ff070 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ad`c87ff990 00007ff7`1324fac3     postgres!PostmasterMain(
000000ad`c87ffb30 00007ff7`1384d7c9     postgres!main(
000000ad`c87ffb70 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ad`c87ffbc0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ad`c87ffc30 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ad`c8bff928 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ad`c8bff930 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000ad`c8bffc20 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ad`c8bffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ad`c8fff9f8 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
000000ad`c8fffa00 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
000000ad`c8fffa70 00007ff9`15704cb0     postgres!pg_signal_thread(
000000ad`c8fffb70 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ad`c8fffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ad`c97ff858 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ad`c97ff860 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000ad`c97ffb50 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ad`c97ffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007d`88bff828 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
0000007d`88bff830 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
0000007d`88bff8a0 00007ff9`15704cb0     postgres!pg_signal_thread(
0000007d`88bff9a0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007d`88bff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007d`87ffea30 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000007d`87ffea70 00007ff7`1339ccac     postgres!ExceptionalCondition(
0000007d`87ffeab0 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000007d`87ffeb00 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000007d`87ffeb50 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000007d`87fff470 00007ff7`1324fac3     postgres!PostmasterMain(
0000007d`87fff610 00007ff7`1384d7c9     postgres!main(
0000007d`87fff650 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000007d`87fff6a0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000007d`87fff710 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000007d`883ff668 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007d`883ff670 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000007d`883ff960 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007d`883ff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007d`887ff498 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007d`887ff4a0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000007d`887ff790 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007d`887ff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007d`88fff788 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007d`88fff790 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000007d`88fffa80 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007d`88fffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001a`f6dffd08 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
0000001a`f6dffd10 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
0000001a`f6dffd80 00007ff9`15704cb0     postgres!pg_signal_thread(
0000001a`f6dffe80 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001a`f6dffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001a`f61ff180 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000001a`f61ff1c0 00007ff7`1339ccac     postgres!ExceptionalCondition(
0000001a`f61ff200 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000001a`f61ff250 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000001a`f61ff2a0 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000001a`f61ffbc0 00007ff7`1324fac3     postgres!PostmasterMain(
0000001a`f61ffd60 00007ff7`1384d7c9     postgres!main(
0000001a`f61ffda0 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000001a`f61ffdf0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000001a`f61ffe60 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000001a`f65ff488 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001a`f65ff490 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000001a`f65ff780 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001a`f65ff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001a`f69ff6e8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001a`f69ff6f0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000001a`f69ff9e0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001a`f69ffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001a`f71ff4a8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001a`f71ff4b0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000001a`f71ff7a0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001a`f71ff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b6`2c3ffcf8 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
000000b6`2c3ffd00 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
000000b6`2c3ffd70 00007ff9`15704cb0     postgres!pg_signal_thread(
000000b6`2c3ffe70 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b6`2c3ffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b6`2c7ffa78 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b6`2c7ffa80 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000b6`2c7ffd70 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b6`2c7ffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b6`2b7fefa0 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b6`2b7fefe0 00007ff7`1339ccac     postgres!ExceptionalCondition(
000000b6`2b7ff020 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000b6`2b7ff070 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000b6`2b7ff0c0 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000b6`2b7ff9e0 00007ff7`1324fac3     postgres!PostmasterMain(
000000b6`2b7ffb80 00007ff7`1384d7c9     postgres!main(
000000b6`2b7ffbc0 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b6`2b7ffc10 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000b6`2b7ffc80 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000b6`2bfff848 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b6`2bfff850 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000b6`2bfffb40 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b6`2bfffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b6`2bbff8c8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b6`2bbff8d0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000b6`2bbffbc0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b6`2bbffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004b`681ff758 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
0000004b`681ff760 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
0000004b`681ff7d0 00007ff9`15704cb0     postgres!pg_signal_thread(
0000004b`681ff8d0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004b`681ff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004b`675ff140 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000004b`675ff180 00007ff7`1339ccac     postgres!ExceptionalCondition(
0000004b`675ff1c0 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000004b`675ff210 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000004b`675ff260 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000004b`675ffb80 00007ff7`1324fac3     postgres!PostmasterMain(
0000004b`675ffd20 00007ff7`1384d7c9     postgres!main(
0000004b`675ffd60 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000004b`675ffdb0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000004b`675ffe20 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000004b`679ff708 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004b`679ff710 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000004b`679ffa00 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004b`679ffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004b`67dff5e8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004b`67dff5f0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000004b`67dff8e0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004b`67dff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004b`685ff8b8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004b`685ff8c0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000004b`685ffbb0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004b`685ffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ca`0a9ffc28 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ca`0a9ffc30 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000ca`0a9fff20 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ca`0a9fff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ca`099fea60 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ca`099feaa0 00007ff7`1339ccac     postgres!ExceptionalCondition(
000000ca`099feae0 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ca`099feb30 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000ca`099feb80 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ca`099ff4a0 00007ff7`1324fac3     postgres!PostmasterMain(
000000ca`099ff640 00007ff7`1384d7c9     postgres!main(
000000ca`099ff680 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ca`099ff6d0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ca`099ff740 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ca`09dffb48 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ca`09dffb50 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000ca`09dffe40 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ca`09dffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ca`0a1ff878 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
000000ca`0a1ff880 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
000000ca`0a1ff8f0 00007ff9`15704cb0     postgres!pg_signal_thread(
000000ca`0a1ff9f0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ca`0a1ffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ca`0a5ff7a8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ca`0a5ff7b0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000ca`0a5ffaa0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ca`0a5ffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005f`813ff628 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
0000005f`813ff630 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
0000005f`813ff6a0 00007ff9`15704cb0     postgres!pg_signal_thread(
0000005f`813ff7a0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005f`813ff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005f`807ff160 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000005f`807ff1a0 00007ff7`1339ccac     postgres!ExceptionalCondition(
0000005f`807ff1e0 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000005f`807ff230 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000005f`807ff280 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000005f`807ffba0 00007ff7`1324fac3     postgres!PostmasterMain(
0000005f`807ffd40 00007ff7`1384d7c9     postgres!main(
0000005f`807ffd80 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000005f`807ffdd0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000005f`807ffe40 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000005f`80bff488 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005f`80bff490 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000005f`80bff780 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005f`80bff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005f`80fff5c8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005f`80fff5d0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000005f`80fff8c0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005f`80fff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005f`817ff988 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005f`817ff990 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000005f`817ffc80 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005f`817ffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`d8bffd58 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
000000dd`d8bffd60 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
000000dd`d8bffdd0 00007ff9`15704cb0     postgres!pg_signal_thread(
000000dd`d8bffed0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`d8bfff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`d7fff150 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000dd`d7fff190 00007ff7`1339ccac     postgres!ExceptionalCondition(
000000dd`d7fff1d0 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000dd`d7fff220 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000dd`d7fff270 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000dd`d7fffb90 00007ff7`1324fac3     postgres!PostmasterMain(
000000dd`d7fffd30 00007ff7`1384d7c9     postgres!main(
000000dd`d7fffd70 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000dd`d7fffdc0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000dd`d7fffe30 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000dd`d83ff7e8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dd`d83ff7f0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000dd`d83ffae0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`d83ffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`d87ff968 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dd`d87ff970 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000dd`d87ffc60 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`d87ffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`d8fff888 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dd`d8fff890 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000dd`d8fffb80 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`d8fffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001c`e2fff498 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001c`e2fff4a0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000001c`e2fff790 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001c`e2fff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001c`e37ff628 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001c`e37ff630 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000001c`e37ff920 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001c`e37ff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001c`e27fef50 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000001c`e27fef90 00007ff7`1339ccac     postgres!ExceptionalCondition(
0000001c`e27fefd0 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000001c`e27ff020 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000001c`e27ff070 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000001c`e27ff990 00007ff7`1324fac3     postgres!PostmasterMain(
0000001c`e27ffb30 00007ff7`1384d7c9     postgres!main(
0000001c`e27ffb70 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000001c`e27ffbc0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000001c`e27ffc30 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000001c`e2bffbf8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001c`e2bffc00 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000001c`e2bffef0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001c`e2bfff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001c`e33ff668 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
0000001c`e33ff670 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
0000001c`e33ff6e0 00007ff9`15704cb0     postgres!pg_signal_thread(
0000001c`e33ff7e0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001c`e33ff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fe`0f1ff8b8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fe`0f1ff8c0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000fe`0f1ffbb0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fe`0f1ffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fe`0e5fedb0 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000fe`0e5fedf0 00007ff7`1339ccac     postgres!ExceptionalCondition(
000000fe`0e5fee30 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000fe`0e5fee80 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000fe`0e5feed0 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000fe`0e5ff7f0 00007ff7`1324fac3     postgres!PostmasterMain(
000000fe`0e5ff990 00007ff7`1384d7c9     postgres!main(
000000fe`0e5ff9d0 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000fe`0e5ffa20 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000fe`0e5ffa90 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000fe`0e9ff518 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fe`0e9ff520 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000fe`0e9ff810 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fe`0e9ff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fe`0edffd68 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
000000fe`0edffd70 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
000000fe`0edffde0 00007ff9`15704cb0     postgres!pg_signal_thread(
000000fe`0edffee0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fe`0edfff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fe`0f5ff838 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fe`0f5ff840 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000fe`0f5ffb30 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fe`0f5ffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000091`05fffc48 00007ff7`13395bf7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000091`05fffc50 00007ff7`1324fa84     postgres!SubPostmasterMain(
00000091`05fffcc0 00007ff7`1384d7c9     postgres!main(
00000091`05fffd00 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000091`05fffd50 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000091`05fffdc0 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000091`05fffdf0 00007ff9`15704cb0     postgres!mainCRTStartup(
00000091`05fffe20 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000091`05fffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000091`063ffbf8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000091`063ffc00 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000091`063ffef0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000091`063fff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000091`067ff9b8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000091`067ff9c0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000091`067ffcb0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000091`067ffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000070`4adff5a8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000070`4adff5b0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000070`4adff8a0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000070`4adff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000070`4b1ff598 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000070`4b1ff5a0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000070`4b1ff890 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000070`4b1ff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000070`4a9ff8e8 00007ff7`13395bf7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000070`4a9ff8f0 00007ff7`1324fa84     postgres!SubPostmasterMain(
00000070`4a9ff960 00007ff7`1384d7c9     postgres!main(
00000070`4a9ff9a0 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000070`4a9ff9f0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000070`4a9ffa60 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000070`4a9ffa90 00007ff9`15704cb0     postgres!mainCRTStartup(
00000070`4a9ffac0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000070`4a9ffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b3`293fef80 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b3`293fefc0 00007ff7`1339ccac     postgres!ExceptionalCondition(
000000b3`293ff000 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000b3`293ff050 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000b3`293ff0a0 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000b3`293ff9c0 00007ff7`1324fac3     postgres!PostmasterMain(
000000b3`293ffb60 00007ff7`1384d7c9     postgres!main(
000000b3`293ffba0 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b3`293ffbf0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000b3`293ffc60 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000b3`2a7ff6f8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b3`2a7ff700 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000b3`2a7ff9f0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b3`2a7ffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b3`2a3ff738 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
000000b3`2a3ff740 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
000000b3`2a3ff7b0 00007ff9`15704cb0     postgres!pg_signal_thread(
000000b3`2a3ff8b0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b3`2a3ff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001e`40bff668 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
0000001e`40bff670 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
0000001e`40bff6e0 00007ff9`15704cb0     postgres!pg_signal_thread(
0000001e`40bff7e0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001e`40bff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001e`413ff458 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001e`413ff460 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000001e`413ff750 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001e`413ff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001e`403fed30 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000001e`403fed70 00007ff7`1339ccac     postgres!ExceptionalCondition(
0000001e`403fedb0 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000001e`403fee00 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000001e`403fee50 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000001e`403ff770 00007ff7`1324fac3     postgres!PostmasterMain(
0000001e`403ff910 00007ff7`1384d7c9     postgres!main(
0000001e`403ff950 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000001e`403ff9a0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000001e`403ffa10 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000001e`407ffaa8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001e`407ffab0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000001e`407ffda0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001e`407ffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001e`40fff958 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001e`40fff960 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000001e`40fffc50 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001e`40fffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000074`301fed10 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000074`301fed50 00007ff7`1339ccac     postgres!ExceptionalCondition(
00000074`301fed90 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000074`301fede0 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000074`301fee30 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000074`301ff750 00007ff7`1324fac3     postgres!PostmasterMain(
00000074`301ff8f0 00007ff7`1384d7c9     postgres!main(
00000074`301ff930 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000074`301ff980 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000074`301ff9f0 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000074`309ff7d8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000074`309ff7e0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000074`309ffad0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000074`309ffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000074`30dff738 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
00000074`30dff740 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
00000074`30dff7b0 00007ff9`15704cb0     postgres!pg_signal_thread(
00000074`30dff8b0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000074`30dff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000074`311ffbc8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000074`311ffbd0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000074`311ffec0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000074`311ffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000074`305ff5f8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000074`305ff600 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000074`305ff8f0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000074`305ff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003c`1ffff0a0 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000003c`1ffff0e0 00007ff7`1339ccac     postgres!ExceptionalCondition(
0000003c`1ffff120 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000003c`1ffff170 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000003c`1ffff1c0 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000003c`1ffffae0 00007ff7`1324fac3     postgres!PostmasterMain(
0000003c`1ffffc80 00007ff7`1384d7c9     postgres!main(
0000003c`1ffffcc0 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000003c`1ffffd10 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000003c`1ffffd80 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000003c`203ffbd8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003c`203ffbe0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000003c`203ffed0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003c`203fff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003c`213ff658 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003c`213ff660 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000003c`213ff950 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003c`213ff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003c`20bffb58 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003c`20bffb60 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000003c`20bffe50 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003c`20bffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003c`20fffb88 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
0000003c`20fffb90 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
0000003c`20fffc00 00007ff9`15704cb0     postgres!pg_signal_thread(
0000003c`20fffd00 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003c`20fffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003c`207ff448 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003c`207ff450 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000003c`207ff740 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003c`207ff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008d`171ff608 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008d`171ff610 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000008d`171ff900 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008d`171ff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008d`16dffb38 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008d`16dffb40 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000008d`16dffe30 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008d`16dffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008d`175ff9b8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008d`175ff9c0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000008d`175ffcb0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008d`175ffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008d`169ff170 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000008d`169ff1b0 00007ff7`1339ccac     postgres!ExceptionalCondition(
0000008d`169ff1f0 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000008d`169ff240 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000008d`169ff290 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000008d`169ffbb0 00007ff7`1324fac3     postgres!PostmasterMain(
0000008d`169ffd50 00007ff7`1384d7c9     postgres!main(
0000008d`169ffd90 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000008d`169ffde0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000008d`169ffe50 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000008d`179ffca8 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
0000008d`179ffcb0 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
0000008d`179ffd20 00007ff9`15704cb0     postgres!pg_signal_thread(
0000008d`179ffe20 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008d`179ffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008d`17dff4c8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008d`17dff4d0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000008d`17dff7c0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008d`17dff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009f`e41ffad8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009f`e41ffae0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000009f`e41ffdd0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009f`e41ffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009f`e45ff448 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009f`e45ff450 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000009f`e45ff740 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009f`e45ff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009f`e49ff8b8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009f`e49ff8c0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000009f`e49ffbb0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009f`e49ffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009f`e3dffc28 00007ff7`13395bf7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
0000009f`e3dffc30 00007ff7`1324fa84     postgres!SubPostmasterMain(
0000009f`e3dffca0 00007ff7`1384d7c9     postgres!main(
0000009f`e3dffce0 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000009f`e3dffd30 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000009f`e3dffda0 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
0000009f`e3dffdd0 00007ff9`15704cb0     postgres!mainCRTStartup(
0000009f`e3dffe00 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009f`e3dffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ed`075ffa78 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ed`075ffa80 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000ed`075ffd70 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ed`075ffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ed`07dff848 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ed`07dff850 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000ed`07dffb40 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ed`07dffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ed`079ff858 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
000000ed`079ff860 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
000000ed`079ff8d0 00007ff9`15704cb0     postgres!pg_signal_thread(
000000ed`079ff9d0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ed`079ffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ed`069ff110 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ed`069ff150 00007ff7`1339ccac     postgres!ExceptionalCondition(
000000ed`069ff190 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ed`069ff1e0 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000ed`069ff230 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ed`069ffb50 00007ff7`1324fac3     postgres!PostmasterMain(
000000ed`069ffcf0 00007ff7`1384d7c9     postgres!main(
000000ed`069ffd30 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ed`069ffd80 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ed`069ffdf0 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ed`06dff4b8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ed`06dff4c0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000ed`06dff7b0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ed`06dff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ed`071ff858 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ed`071ff860 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000ed`071ffb50 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ed`071ffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002a`90fff7b8 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
0000002a`90fff7c0 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
0000002a`90fff830 00007ff9`15704cb0     postgres!pg_signal_thread(
0000002a`90fff930 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002a`90fff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002a`8fffebe0 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000002a`8fffec20 00007ff7`1339ccac     postgres!ExceptionalCondition(
0000002a`8fffec60 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000002a`8fffecb0 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000002a`8fffed00 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000002a`8ffff620 00007ff7`1324fac3     postgres!PostmasterMain(
0000002a`8ffff7c0 00007ff7`1384d7c9     postgres!main(
0000002a`8ffff800 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000002a`8ffff850 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000002a`8ffff8c0 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000002a`903ffb58 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002a`903ffb60 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000002a`903ffe50 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002a`903ffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002a`907ff5c8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002a`907ff5d0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000002a`907ff8c0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002a`907ff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002a`90bff8b8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002a`90bff8c0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000002a`90bffbb0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002a`90bffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002a`913ff538 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002a`913ff540 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000002a`913ff830 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002a`913ff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000eb`ce3ffbb8 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
000000eb`ce3ffbc0 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
000000eb`ce3ffc30 00007ff9`15704cb0     postgres!pg_signal_thread(
000000eb`ce3ffd30 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000eb`ce3ffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000eb`cd3ff170 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000eb`cd3ff1b0 00007ff7`1339ccac     postgres!ExceptionalCondition(
000000eb`cd3ff1f0 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000eb`cd3ff240 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000eb`cd3ff290 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000eb`cd3ffbb0 00007ff7`1324fac3     postgres!PostmasterMain(
000000eb`cd3ffd50 00007ff7`1384d7c9     postgres!main(
000000eb`cd3ffd90 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000eb`cd3ffde0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000eb`cd3ffe50 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000eb`cd7ff4c8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000eb`cd7ff4d0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000eb`cd7ff7c0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000eb`cd7ff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000eb`cdbffbe8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000eb`cdbffbf0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000eb`cdbffee0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000eb`cdbfff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000eb`cdfff998 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000eb`cdfff9a0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000eb`cdfffc90 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000eb`cdfffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000eb`ce7ff928 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000eb`ce7ff930 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000eb`ce7ffc20 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000eb`ce7ffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008a`e1dffbd8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008a`e1dffbe0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000008a`e1dffed0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008a`e1dfff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008a`e11feaf0 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000008a`e11feb30 00007ff7`1339ccac     postgres!ExceptionalCondition(
0000008a`e11feb70 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000008a`e11febc0 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000008a`e11fec10 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000008a`e11ff530 00007ff7`1324fac3     postgres!PostmasterMain(
0000008a`e11ff6d0 00007ff7`1384d7c9     postgres!main(
0000008a`e11ff710 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000008a`e11ff760 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000008a`e11ff7d0 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000008a`e15ff4f8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008a`e15ff500 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000008a`e15ff7f0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008a`e15ff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008a`e19ff8d8 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
0000008a`e19ff8e0 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
0000008a`e19ff950 00007ff9`15704cb0     postgres!pg_signal_thread(
0000008a`e19ffa50 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008a`e19ffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008a`e21ff558 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008a`e21ff560 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000008a`e21ff850 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008a`e21ff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d7`549fefb0 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d7`549feff0 00007ff7`1339ccac     postgres!ExceptionalCondition(
000000d7`549ff030 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000d7`549ff080 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000d7`549ff0d0 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000d7`549ff9f0 00007ff7`1324fac3     postgres!PostmasterMain(
000000d7`549ffb90 00007ff7`1384d7c9     postgres!main(
000000d7`549ffbd0 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d7`549ffc20 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d7`549ffc90 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000d7`54dff948 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d7`54dff950 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000d7`54dffc40 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d7`54dffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d7`551ff9b8 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
000000d7`551ff9c0 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
000000d7`551ffa30 00007ff9`15704cb0     postgres!pg_signal_thread(
000000d7`551ffb30 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d7`551ffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d7`555ff7a8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d7`555ff7b0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000d7`555ffaa0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d7`555ffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d7`559ff5f8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d7`559ff600 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000d7`559ff8f0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d7`559ff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000036`981ff978 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000036`981ff980 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000036`981ffc70 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000036`981ffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000036`97dffd48 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
00000036`97dffd50 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
00000036`97dffdc0 00007ff9`15704cb0     postgres!pg_signal_thread(
00000036`97dffec0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000036`97dffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000036`96dff120 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000036`96dff160 00007ff7`1339ccac     postgres!ExceptionalCondition(
00000036`96dff1a0 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000036`96dff1f0 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000036`96dff240 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000036`96dffb60 00007ff7`1324fac3     postgres!PostmasterMain(
00000036`96dffd00 00007ff7`1384d7c9     postgres!main(
00000036`96dffd40 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000036`96dffd90 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000036`96dffe00 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000036`971ff608 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000036`971ff610 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000036`971ff900 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000036`971ff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000036`975ff4d8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000036`975ff4e0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000036`975ff7d0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000036`975ff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000036`979ff528 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000036`979ff530 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000036`979ff820 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000036`979ff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fb`2c3ffb18 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
000000fb`2c3ffb20 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
000000fb`2c3ffb90 00007ff9`15704cb0     postgres!pg_signal_thread(
000000fb`2c3ffc90 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fb`2c3ffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fb`2cbff4f8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fb`2cbff500 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000fb`2cbff7f0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fb`2cbff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fb`2bbfeae0 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000fb`2bbfeb20 00007ff7`1339ccac     postgres!ExceptionalCondition(
000000fb`2bbfeb60 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000fb`2bbfebb0 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000fb`2bbfec00 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000fb`2bbff520 00007ff7`1324fac3     postgres!PostmasterMain(
000000fb`2bbff6c0 00007ff7`1384d7c9     postgres!main(
000000fb`2bbff700 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000fb`2bbff750 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000fb`2bbff7c0 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000fb`2bfffaa8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fb`2bfffab0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000fb`2bfffda0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fb`2bfffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fb`2c7ff568 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fb`2c7ff570 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000fb`2c7ff860 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fb`2c7ff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000074`539ff4e8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000074`539ff4f0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000074`539ff7e0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000074`539ff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000074`541ff508 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000074`541ff510 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000074`541ff800 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000074`541ff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000074`531fece0 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000074`531fed20 00007ff7`1339ccac     postgres!ExceptionalCondition(
00000074`531fed60 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000074`531fedb0 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000074`531fee00 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000074`531ff720 00007ff7`1324fac3     postgres!PostmasterMain(
00000074`531ff8c0 00007ff7`1384d7c9     postgres!main(
00000074`531ff900 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000074`531ff950 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000074`531ff9c0 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000074`535ff918 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000074`535ff920 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000074`535ffc10 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000074`535ffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000074`53dffd18 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
00000074`53dffd20 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
00000074`53dffd90 00007ff9`15704cb0     postgres!pg_signal_thread(
00000074`53dffe90 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000074`53dffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000033`ff5ff918 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
00000033`ff5ff920 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
00000033`ff5ff990 00007ff9`15704cb0     postgres!pg_signal_thread(
00000033`ff5ffa90 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000033`ff5ffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000033`ff1ff6f8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000033`ff1ff700 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000033`ff1ff9f0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000033`ff1ffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000033`ff9ff7f8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000033`ff9ff800 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000033`ff9ffaf0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000033`ff9ffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000033`fe9fedc0 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000033`fe9fee00 00007ff7`1339ccac     postgres!ExceptionalCondition(
00000033`fe9fee40 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000033`fe9fee90 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000033`fe9feee0 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000033`fe9ff800 00007ff7`1324fac3     postgres!PostmasterMain(
00000033`fe9ff9a0 00007ff7`1384d7c9     postgres!main(
00000033`fe9ff9e0 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000033`fe9ffa30 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000033`fe9ffaa0 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000033`fedff9b8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000033`fedff9c0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000033`fedffcb0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000033`fedffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007c`c19ff8c8 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
0000007c`c19ff8d0 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
0000007c`c19ff940 00007ff9`15704cb0     postgres!pg_signal_thread(
0000007c`c19ffa40 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007c`c19ffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007c`c0dfeb60 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000007c`c0dfeba0 00007ff7`1339ccac     postgres!ExceptionalCondition(
0000007c`c0dfebe0 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000007c`c0dfec30 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000007c`c0dfec80 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000007c`c0dff5a0 00007ff7`1324fac3     postgres!PostmasterMain(
0000007c`c0dff740 00007ff7`1384d7c9     postgres!main(
0000007c`c0dff780 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000007c`c0dff7d0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000007c`c0dff840 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000007c`c11ff7c8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007c`c11ff7d0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000007c`c11ffac0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007c`c11ffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007c`c15ff9f8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007c`c15ffa00 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000007c`c15ffcf0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007c`c15ffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007c`c1dff918 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007c`c1dff920 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000007c`c1dffc10 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007c`c1dffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000020`b8fff9c8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000020`b8fff9d0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000020`b8fffcc0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000020`b8fffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000020`b7ffea10 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000020`b7ffea50 00007ff7`1339ccac     postgres!ExceptionalCondition(
00000020`b7ffea90 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000020`b7ffeae0 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000020`b7ffeb30 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000020`b7fff450 00007ff7`1324fac3     postgres!PostmasterMain(
00000020`b7fff5f0 00007ff7`1384d7c9     postgres!main(
00000020`b7fff630 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000020`b7fff680 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000020`b7fff6f0 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000020`b83ffc18 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000020`b83ffc20 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000020`b83fff10 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000020`b83fff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000020`b87ff9d8 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
00000020`b87ff9e0 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
00000020`b87ffa50 00007ff9`15704cb0     postgres!pg_signal_thread(
00000020`b87ffb50 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000020`b87ffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000020`b8bffa98 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000020`b8bffaa0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000020`b8bffd90 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000020`b8bffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000036`1d1ff508 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000036`1d1ff510 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000036`1d1ff800 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000036`1d1ff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000036`1d9ffae8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000036`1d9ffaf0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000036`1d9ffde0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000036`1d9ffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000036`1ddffc38 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000036`1ddffc40 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000036`1ddfff30 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000036`1ddfff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000036`1cdff000 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000036`1cdff040 00007ff7`1339ccac     postgres!ExceptionalCondition(
00000036`1cdff080 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000036`1cdff0d0 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000036`1cdff120 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000036`1cdffa40 00007ff7`1324fac3     postgres!PostmasterMain(
00000036`1cdffbe0 00007ff7`1384d7c9     postgres!main(
00000036`1cdffc20 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000036`1cdffc70 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000036`1cdffce0 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000036`1d5ff5d8 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
00000036`1d5ff5e0 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
00000036`1d5ff650 00007ff9`15704cb0     postgres!pg_signal_thread(
00000036`1d5ff750 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000036`1d5ff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c4`dcfff6e8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c4`dcfff6f0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000c4`dcfff9e0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c4`dcfffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c4`dd7ffa08 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
000000c4`dd7ffa10 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
000000c4`dd7ffa80 00007ff9`15704cb0     postgres!pg_signal_thread(
000000c4`dd7ffb80 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c4`dd7ffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c4`ddbffbc8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c4`ddbffbd0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000c4`ddbffec0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c4`ddbffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c4`dc7feb40 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c4`dc7feb80 00007ff7`1339ccac     postgres!ExceptionalCondition(
000000c4`dc7febc0 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c4`dc7fec10 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000c4`dc7fec60 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c4`dc7ff580 00007ff7`1324fac3     postgres!PostmasterMain(
000000c4`dc7ff720 00007ff7`1384d7c9     postgres!main(
000000c4`dc7ff760 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c4`dc7ff7b0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c4`dc7ff820 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c4`dcbff898 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c4`dcbff8a0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000c4`dcbffb90 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c4`dcbffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c4`dd3ff9b8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c4`dd3ff9c0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000c4`dd3ffcb0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c4`dd3ffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d0`fa1ff9b8 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
000000d0`fa1ff9c0 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
000000d0`fa1ffa30 00007ff9`15704cb0     postgres!pg_signal_thread(
000000d0`fa1ffb30 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d0`fa1ffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d0`f95ff5c8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d0`f95ff5d0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000d0`f95ff8c0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d0`f95ff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d0`f99ff5e8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d0`f99ff5f0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000d0`f99ff8e0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d0`f99ff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d0`f91fea80 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d0`f91feac0 00007ff7`1339ccac     postgres!ExceptionalCondition(
000000d0`f91feb00 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000d0`f91feb50 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000d0`f91feba0 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000d0`f91ff4c0 00007ff7`1324fac3     postgres!PostmasterMain(
000000d0`f91ff660 00007ff7`1384d7c9     postgres!main(
000000d0`f91ff6a0 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d0`f91ff6f0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d0`f91ff760 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000d0`f9dff7c8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d0`f9dff7d0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000d0`f9dffac0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d0`f9dffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d0`fa5ffab8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d0`fa5ffac0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000d0`fa5ffdb0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d0`fa5ffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009f`35fffc98 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
0000009f`35fffca0 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
0000009f`35fffd10 00007ff9`15704cb0     postgres!pg_signal_thread(
0000009f`35fffe10 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009f`35fffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009f`34ffec40 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000009f`34ffec80 00007ff7`1339ccac     postgres!ExceptionalCondition(
0000009f`34ffecc0 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000009f`34ffed10 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000009f`34ffed60 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000009f`34fff680 00007ff7`1324fac3     postgres!PostmasterMain(
0000009f`34fff820 00007ff7`1384d7c9     postgres!main(
0000009f`34fff860 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000009f`34fff8b0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000009f`34fff920 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000009f`353ffab8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009f`353ffac0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000009f`353ffdb0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009f`353ffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009f`357ffb68 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009f`357ffb70 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000009f`357ffe60 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009f`357ffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009f`35bffa68 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009f`35bffa70 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000009f`35bffd60 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009f`35bffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009f`363ff8f8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009f`363ff900 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000009f`363ffbf0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009f`363ffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000030`a53ff8b8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000030`a53ff8c0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000030`a53ffbb0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000030`a53ffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000030`a43fea70 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000030`a43feab0 00007ff7`1339ccac     postgres!ExceptionalCondition(
00000030`a43feaf0 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000030`a43feb40 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000030`a43feb90 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000030`a43ff4b0 00007ff7`1324fac3     postgres!PostmasterMain(
00000030`a43ff650 00007ff7`1384d7c9     postgres!main(
00000030`a43ff690 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000030`a43ff6e0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000030`a43ff750 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000030`a47ffab8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000030`a47ffac0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000030`a47ffdb0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000030`a47ffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000030`a4bff818 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
00000030`a4bff820 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
00000030`a4bff890 00007ff9`15704cb0     postgres!pg_signal_thread(
00000030`a4bff990 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000030`a4bff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000030`a4fffb48 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000030`a4fffb50 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000030`a4fffe40 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000030`a4fffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bf`e09ffbc8 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
000000bf`e09ffbd0 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
000000bf`e09ffc40 00007ff9`15704cb0     postgres!pg_signal_thread(
000000bf`e09ffd40 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bf`e09ffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bf`dfdff0b0 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000bf`dfdff0f0 00007ff7`1339ccac     postgres!ExceptionalCondition(
000000bf`dfdff130 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000bf`dfdff180 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000bf`dfdff1d0 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000bf`dfdffaf0 00007ff7`1324fac3     postgres!PostmasterMain(
000000bf`dfdffc90 00007ff7`1384d7c9     postgres!main(
000000bf`dfdffcd0 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000bf`dfdffd20 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000bf`dfdffd90 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000bf`e01ffa88 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bf`e01ffa90 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000bf`e01ffd80 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bf`e01ffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bf`e05ff558 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bf`e05ff560 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000bf`e05ff850 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bf`e05ff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bf`e0dffbc8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bf`e0dffbd0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000bf`e0dffec0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bf`e0dffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009b`655ff868 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009b`655ff870 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000009b`655ffb60 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009b`655ffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009b`649fec00 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000009b`649fec40 00007ff7`1339ccac     postgres!ExceptionalCondition(
0000009b`649fec80 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000009b`649fecd0 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000009b`649fed20 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000009b`649ff640 00007ff7`1324fac3     postgres!PostmasterMain(
0000009b`649ff7e0 00007ff7`1384d7c9     postgres!main(
0000009b`649ff820 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000009b`649ff870 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000009b`649ff8e0 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000009b`64dff898 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009b`64dff8a0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000009b`64dffb90 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009b`64dffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009b`651ff838 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
0000009b`651ff840 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
0000009b`651ff8b0 00007ff9`15704cb0     postgres!pg_signal_thread(
0000009b`651ff9b0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009b`651ff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009b`659ff688 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009b`659ff690 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000009b`659ff980 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009b`659ff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a3`f09ff888 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
000000a3`f09ff890 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
000000a3`f09ff900 00007ff9`15704cb0     postgres!pg_signal_thread(
000000a3`f09ffa00 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a3`f09ffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a3`ef9fefa0 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a3`ef9fefe0 00007ff7`1339ccac     postgres!ExceptionalCondition(
000000a3`ef9ff020 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000a3`ef9ff070 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000a3`ef9ff0c0 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a3`ef9ff9e0 00007ff7`1324fac3     postgres!PostmasterMain(
000000a3`ef9ffb80 00007ff7`1384d7c9     postgres!main(
000000a3`ef9ffbc0 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a3`ef9ffc10 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a3`ef9ffc80 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a3`efdff458 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a3`efdff460 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000a3`efdff750 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a3`efdff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a3`f01ffbb8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a3`f01ffbc0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000a3`f01ffeb0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a3`f01ffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a3`f05ff5a8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a3`f05ff5b0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000a3`f05ff8a0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a3`f05ff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a3`f0dff938 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a3`f0dff940 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000a3`f0dffc30 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a3`f0dffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000098`797ff688 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000098`797ff690 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000098`797ff980 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000098`797ff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000098`787feae0 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000098`787feb20 00007ff7`1339ccac     postgres!ExceptionalCondition(
00000098`787feb60 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000098`787febb0 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000098`787fec00 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000098`787ff520 00007ff7`1324fac3     postgres!PostmasterMain(
00000098`787ff6c0 00007ff7`1384d7c9     postgres!main(
00000098`787ff700 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000098`787ff750 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000098`787ff7c0 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000098`78bff568 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000098`78bff570 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000098`78bff860 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000098`78bff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000098`78fff968 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
00000098`78fff970 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
00000098`78fff9e0 00007ff9`15704cb0     postgres!pg_signal_thread(
00000098`78fffae0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000098`78fffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000098`793ff688 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000098`793ff690 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000098`793ff980 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000098`793ff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f4`835ff498 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f4`835ff4a0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000f4`835ff790 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f4`835ff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f4`831fec70 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f4`831fecb0 00007ff7`1339ccac     postgres!ExceptionalCondition(
000000f4`831fecf0 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f4`831fed40 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000f4`831fed90 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f4`831ff6b0 00007ff7`1324fac3     postgres!PostmasterMain(
000000f4`831ff850 00007ff7`1384d7c9     postgres!main(
000000f4`831ff890 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f4`831ff8e0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f4`831ff950 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f4`839ff688 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
000000f4`839ff690 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
000000f4`839ff700 00007ff9`15704cb0     postgres!pg_signal_thread(
000000f4`839ff800 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f4`839ff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f4`83dff448 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f4`83dff450 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000f4`83dff740 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f4`83dff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f4`841ff548 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f4`841ff550 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000f4`841ff840 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f4`841ff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004d`4d5ff020 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000004d`4d5ff060 00007ff7`1339ccac     postgres!ExceptionalCondition(
0000004d`4d5ff0a0 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000004d`4d5ff0f0 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000004d`4d5ff140 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000004d`4d5ffa60 00007ff7`1324fac3     postgres!PostmasterMain(
0000004d`4d5ffc00 00007ff7`1384d7c9     postgres!main(
0000004d`4d5ffc40 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000004d`4d5ffc90 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000004d`4d5ffd00 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000004d`4d9ff6b8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004d`4d9ff6c0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000004d`4d9ff9b0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004d`4d9ff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004d`4ddff718 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004d`4ddff720 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000004d`4ddffa10 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004d`4ddffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004d`4e1ffa08 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
0000004d`4e1ffa10 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
0000004d`4e1ffa80 00007ff9`15704cb0     postgres!pg_signal_thread(
0000004d`4e1ffb80 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004d`4e1ffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004d`4e5ff948 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004d`4e5ff950 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000004d`4e5ffc40 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004d`4e5ffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006b`303ff9e8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006b`303ff9f0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000006b`303ffce0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006b`303ffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006b`2ffffd08 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
0000006b`2ffffd10 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
0000006b`2ffffd80 00007ff9`15704cb0     postgres!pg_signal_thread(
0000006b`2ffffe80 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006b`2ffffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006b`2effeac0 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000006b`2effeb00 00007ff7`1339ccac     postgres!ExceptionalCondition(
0000006b`2effeb40 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000006b`2effeb90 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000006b`2effebe0 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000006b`2efff500 00007ff7`1324fac3     postgres!PostmasterMain(
0000006b`2efff6a0 00007ff7`1384d7c9     postgres!main(
0000006b`2efff6e0 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000006b`2efff730 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000006b`2efff7a0 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000006b`2f3ff928 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006b`2f3ff930 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000006b`2f3ffc20 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006b`2f3ffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006b`2f7ff6e8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006b`2f7ff6f0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000006b`2f7ff9e0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006b`2f7ffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006b`2fbff928 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006b`2fbff930 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000006b`2fbffc20 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006b`2fbffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`013ffcd8 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
00000001`013ffce0 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
00000001`013ffd50 00007ff9`15704cb0     postgres!pg_signal_thread(
00000001`013ffe50 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000001`013ffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`007feec0 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000001`007fef00 00007ff7`1339ccac     postgres!ExceptionalCondition(
00000001`007fef40 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000001`007fef90 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000001`007fefe0 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000001`007ff900 00007ff7`1324fac3     postgres!PostmasterMain(
00000001`007ffaa0 00007ff7`1384d7c9     postgres!main(
00000001`007ffae0 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000001`007ffb30 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000001`007ffba0 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000001`00bffbc8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000001`00bffbd0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000001`00bffec0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000001`00bffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`00fff688 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000001`00fff690 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000001`00fff980 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000001`00fff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`017ff7a8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000001`017ff7b0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000001`017ffaa0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000001`017ffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000033`955ff6d8 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
00000033`955ff6e0 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
00000033`955ff750 00007ff9`15704cb0     postgres!pg_signal_thread(
00000033`955ff850 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000033`955ff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000033`945febe0 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000033`945fec20 00007ff7`1339ccac     postgres!ExceptionalCondition(
00000033`945fec60 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000033`945fecb0 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000033`945fed00 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000033`945ff620 00007ff7`1324fac3     postgres!PostmasterMain(
00000033`945ff7c0 00007ff7`1384d7c9     postgres!main(
00000033`945ff800 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000033`945ff850 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000033`945ff8c0 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000033`949ff9c8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000033`949ff9d0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000033`949ffcc0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000033`949ffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000033`94dff848 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000033`94dff850 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000033`94dffb40 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000033`94dffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000033`951ff688 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000033`951ff690 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000033`951ff980 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000033`951ff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000033`959ff588 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000033`959ff590 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000033`959ff880 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000033`959ff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004b`dc7ffb18 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004b`dc7ffb20 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000004b`dc7ffe10 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004b`dc7ffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004b`db7fef60 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000004b`db7fefa0 00007ff7`1339ccac     postgres!ExceptionalCondition(
0000004b`db7fefe0 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000004b`db7ff030 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000004b`db7ff080 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000004b`db7ff9a0 00007ff7`1324fac3     postgres!PostmasterMain(
0000004b`db7ffb40 00007ff7`1384d7c9     postgres!main(
0000004b`db7ffb80 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000004b`db7ffbd0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000004b`db7ffc40 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000004b`dbbff628 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004b`dbbff630 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000004b`dbbff920 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004b`dbbff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004b`dbfff7e8 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
0000004b`dbfff7f0 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
0000004b`dbfff860 00007ff9`15704cb0     postgres!pg_signal_thread(
0000004b`dbfff960 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004b`dbfff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004b`dc3ffa78 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004b`dc3ffa80 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000004b`dc3ffd70 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004b`dc3ffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000061`10bffa48 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000061`10bffa50 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000061`10bffd40 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000061`10bffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000061`0f7ff170 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000061`0f7ff1b0 00007ff7`1339ccac     postgres!ExceptionalCondition(
00000061`0f7ff1f0 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000061`0f7ff240 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000061`0f7ff290 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000061`0f7ffbb0 00007ff7`1324fac3     postgres!PostmasterMain(
00000061`0f7ffd50 00007ff7`1384d7c9     postgres!main(
00000061`0f7ffd90 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000061`0f7ffde0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000061`0f7ffe50 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000061`0fbff918 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000061`0fbff920 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000061`0fbffc10 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000061`0fbffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000061`0ffffbe8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000061`0ffffbf0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000061`0ffffee0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000061`0fffff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000061`103ff638 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000061`103ff640 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000061`103ff930 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000061`103ff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000061`107ff9b8 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
00000061`107ff9c0 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
00000061`107ffa30 00007ff9`15704cb0     postgres!pg_signal_thread(
00000061`107ffb30 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000061`107ffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000052`157ffb08 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
00000052`157ffb10 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
00000052`157ffb80 00007ff9`15704cb0     postgres!pg_signal_thread(
00000052`157ffc80 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000052`157ffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000052`147feac0 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000052`147feb00 00007ff7`1339ccac     postgres!ExceptionalCondition(
00000052`147feb40 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000052`147feb90 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000052`147febe0 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000052`147ff500 00007ff7`1324fac3     postgres!PostmasterMain(
00000052`147ff6a0 00007ff7`1384d7c9     postgres!main(
00000052`147ff6e0 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000052`147ff730 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000052`147ff7a0 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000052`14bff898 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000052`14bff8a0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000052`14bffb90 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000052`14bffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000052`14fffbc8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000052`14fffbd0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000052`14fffec0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000052`14fffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000052`153ff818 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000052`153ff820 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000052`153ffb10 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000052`153ffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000052`15bff668 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000052`15bff670 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000052`15bff960 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000052`15bff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000020`83bffae8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000020`83bffaf0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000020`83bffde0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000020`83bffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000020`843ff7e8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000020`843ff7f0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000020`843ffae0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000020`843ffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000020`833feb90 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000020`833febd0 00007ff7`1339ccac     postgres!ExceptionalCondition(
00000020`833fec10 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000020`833fec60 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000020`833fecb0 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000020`833ff5d0 00007ff7`1324fac3     postgres!PostmasterMain(
00000020`833ff770 00007ff7`1384d7c9     postgres!main(
00000020`833ff7b0 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000020`833ff800 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000020`833ff870 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000020`837ffa58 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000020`837ffa60 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000020`837ffd50 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000020`837ffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000020`83fffcb8 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
00000020`83fffcc0 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
00000020`83fffd30 00007ff9`15704cb0     postgres!pg_signal_thread(
00000020`83fffe30 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000020`83fffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e2`59dffc38 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
000000e2`59dffc40 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
000000e2`59dffcb0 00007ff9`15704cb0     postgres!pg_signal_thread(
000000e2`59dffdb0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e2`59dffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e2`5a5ff858 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e2`5a5ff860 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000e2`5a5ffb50 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e2`5a5ffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e2`595fef30 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e2`595fef70 00007ff7`1339ccac     postgres!ExceptionalCondition(
000000e2`595fefb0 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000e2`595ff000 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000e2`595ff050 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000e2`595ff970 00007ff7`1324fac3     postgres!PostmasterMain(
000000e2`595ffb10 00007ff7`1384d7c9     postgres!main(
000000e2`595ffb50 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e2`595ffba0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e2`595ffc10 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000e2`599ffa98 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e2`599ffaa0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000e2`599ffd90 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e2`599ffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e2`5a1ff498 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e2`5a1ff4a0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000e2`5a1ff790 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e2`5a1ff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ee`2b1ffb48 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ee`2b1ffb50 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000ee`2b1ffe40 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ee`2b1ffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ee`2b5ff878 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
000000ee`2b5ff880 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
000000ee`2b5ff8f0 00007ff9`15704cb0     postgres!pg_signal_thread(
000000ee`2b5ff9f0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ee`2b5ffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ee`2b9ff628 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ee`2b9ff630 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000ee`2b9ff920 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ee`2b9ff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ee`2adff1a0 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ee`2adff1e0 00007ff7`1339ccac     postgres!ExceptionalCondition(
000000ee`2adff220 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ee`2adff270 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000ee`2adff2c0 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ee`2adffbe0 00007ff7`1324fac3     postgres!PostmasterMain(
000000ee`2adffd80 00007ff7`1384d7c9     postgres!main(
000000ee`2adffdc0 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ee`2adffe10 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ee`2adffe80 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ee`2bdffba8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ee`2bdffbb0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000ee`2bdffea0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ee`2bdffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000038`b33ff9e8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000038`b33ff9f0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000038`b33ffce0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000038`b33ffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000038`b1fff1e0 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000038`b1fff220 00007ff7`1339ccac     postgres!ExceptionalCondition(
00000038`b1fff260 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000038`b1fff2b0 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000038`b1fff300 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000038`b1fffc20 00007ff7`1324fac3     postgres!PostmasterMain(
00000038`b1fffdc0 00007ff7`1384d7c9     postgres!main(
00000038`b1fffe00 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000038`b1fffe50 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000038`b1fffec0 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000038`b23ff478 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000038`b23ff480 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000038`b23ff770 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000038`b23ff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000038`b27ff5e8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000038`b27ff5f0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000038`b27ff8e0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000038`b27ff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000038`b2bffa98 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
00000038`b2bffaa0 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
00000038`b2bffb10 00007ff9`15704cb0     postgres!pg_signal_thread(
00000038`b2bffc10 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000038`b2bffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000038`b2fffb08 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000038`b2fffb10 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000038`b2fffe00 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000038`b2fffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dc`52dffb08 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dc`52dffb10 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000dc`52dffe00 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000dc`52dffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dc`521ffa18 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dc`521ffa20 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000dc`521ffd10 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000dc`521ffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dc`51dff548 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dc`51dff550 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000dc`51dff840 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000dc`51dff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dc`519fefd0 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000dc`519ff010 00007ff7`1339ccac     postgres!ExceptionalCondition(
000000dc`519ff050 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000dc`519ff0a0 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000dc`519ff0f0 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000dc`519ffa10 00007ff7`1324fac3     postgres!PostmasterMain(
000000dc`519ffbb0 00007ff7`1384d7c9     postgres!main(
000000dc`519ffbf0 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000dc`519ffc40 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000dc`519ffcb0 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000dc`525ff8a8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dc`525ff8b0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000dc`525ffba0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000dc`525ffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dc`529ffd28 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
000000dc`529ffd30 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
000000dc`529ffda0 00007ff9`15704cb0     postgres!pg_signal_thread(
000000dc`529ffea0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000dc`529ffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ea`67fffd48 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
000000ea`67fffd50 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
000000ea`67fffdc0 00007ff9`15704cb0     postgres!pg_signal_thread(
000000ea`67fffec0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ea`67fffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ea`677fef50 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ea`677fef90 00007ff7`1339ccac     postgres!ExceptionalCondition(
000000ea`677fefd0 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ea`677ff020 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000ea`677ff070 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ea`677ff990 00007ff7`1324fac3     postgres!PostmasterMain(
000000ea`677ffb30 00007ff7`1384d7c9     postgres!main(
000000ea`677ffb70 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ea`677ffbc0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ea`677ffc30 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ea`687ffa28 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ea`687ffa30 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000ea`687ffd20 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ea`687ffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d7`003ffb28 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
000000d7`003ffb30 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
000000d7`003ffba0 00007ff9`15704cb0     postgres!pg_signal_thread(
000000d7`003ffca0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d7`003ffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d7`7f3ff0b0 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d7`7f3ff0f0 00007ff7`1339ccac     postgres!ExceptionalCondition(
000000d7`7f3ff130 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000d7`7f3ff180 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000d7`7f3ff1d0 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000d7`7f3ffaf0 00007ff7`1324fac3     postgres!PostmasterMain(
000000d7`7f3ffc90 00007ff7`1384d7c9     postgres!main(
000000d7`7f3ffcd0 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d7`7f3ffd20 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d7`7f3ffd90 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000d7`7f7ff768 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d7`7f7ff770 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000d7`7f7ffa60 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d7`7f7ffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d7`7fbff478 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d7`7fbff480 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000d7`7fbff770 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d7`7fbff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d7`7ffff5e8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d7`7ffff5f0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000d7`7ffff8e0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d7`7ffff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d7`007ffb28 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d7`007ffb30 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000d7`007ffe20 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d7`007ffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003f`1ebffb58 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003f`1ebffb60 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000003f`1ebffe50 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003f`1ebffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003f`1dbfead0 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000003f`1dbfeb10 00007ff7`1339ccac     postgres!ExceptionalCondition(
0000003f`1dbfeb50 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000003f`1dbfeba0 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000003f`1dbfebf0 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000003f`1dbff510 00007ff7`1324fac3     postgres!PostmasterMain(
0000003f`1dbff6b0 00007ff7`1384d7c9     postgres!main(
0000003f`1dbff6f0 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000003f`1dbff740 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000003f`1dbff7b0 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000003f`1dfff5d8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003f`1dfff5e0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000003f`1dfff8d0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003f`1dfff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003f`1e3ff9f8 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
0000003f`1e3ffa00 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
0000003f`1e3ffa70 00007ff9`15704cb0     postgres!pg_signal_thread(
0000003f`1e3ffb70 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003f`1e3ffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003f`1e7ff698 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003f`1e7ff6a0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000003f`1e7ff990 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003f`1e7ff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c7`2d3ff478 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c7`2d3ff480 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000c7`2d3ff770 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c7`2d3ff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c7`2c3fecd0 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c7`2c3fed10 00007ff7`1339ccac     postgres!ExceptionalCondition(
000000c7`2c3fed50 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c7`2c3feda0 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000c7`2c3fedf0 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c7`2c3ff710 00007ff7`1324fac3     postgres!PostmasterMain(
000000c7`2c3ff8b0 00007ff7`1384d7c9     postgres!main(
000000c7`2c3ff8f0 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c7`2c3ff940 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c7`2c3ff9b0 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c7`2c7ffbf8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c7`2c7ffc00 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000c7`2c7ffef0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c7`2c7fff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c7`2cbff7b8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c7`2cbff7c0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000c7`2cbffab0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c7`2cbffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c7`2cfff928 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
000000c7`2cfff930 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
000000c7`2cfff9a0 00007ff9`15704cb0     postgres!pg_signal_thread(
000000c7`2cfffaa0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c7`2cfffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006e`e69ffd68 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
0000006e`e69ffd70 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
0000006e`e69ffde0 00007ff9`15704cb0     postgres!pg_signal_thread(
0000006e`e69ffee0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006e`e69fff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006e`e5dff010 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000006e`e5dff050 00007ff7`1339ccac     postgres!ExceptionalCondition(
0000006e`e5dff090 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000006e`e5dff0e0 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000006e`e5dff130 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000006e`e5dffa50 00007ff7`1324fac3     postgres!PostmasterMain(
0000006e`e5dffbf0 00007ff7`1384d7c9     postgres!main(
0000006e`e5dffc30 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000006e`e5dffc80 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000006e`e5dffcf0 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000006e`e61ff828 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006e`e61ff830 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000006e`e61ffb20 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006e`e61ffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006e`e65ff448 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006e`e65ff450 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000006e`e65ff740 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006e`e65ff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006e`e6dff5c8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006e`e6dff5d0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000006e`e6dff8c0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006e`e6dff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000031`dabffa98 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000031`dabffaa0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000031`dabffd90 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000031`dabffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000031`db3ffd48 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
00000031`db3ffd50 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
00000031`db3ffdc0 00007ff9`15704cb0     postgres!pg_signal_thread(
00000031`db3ffec0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000031`db3ffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000031`db7ff8d8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000031`db7ff8e0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000031`db7ffbd0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000031`db7ffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000031`da3fed30 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000031`da3fed70 00007ff7`1339ccac     postgres!ExceptionalCondition(
00000031`da3fedb0 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000031`da3fee00 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000031`da3fee50 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000031`da3ff770 00007ff7`1324fac3     postgres!PostmasterMain(
00000031`da3ff910 00007ff7`1384d7c9     postgres!main(
00000031`da3ff950 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000031`da3ff9a0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000031`da3ffa10 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000031`da7ff998 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000031`da7ff9a0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000031`da7ffc90 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000031`da7ffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000031`dafff9f8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000031`dafffa00 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000031`dafffcf0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000031`dafffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007f`723ff958 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007f`723ff960 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000007f`723ffc50 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007f`723ffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007f`72fff4b8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007f`72fff4c0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000007f`72fff7b0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007f`72fff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007f`72bff708 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
0000007f`72bff710 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
0000007f`72bff780 00007ff9`15704cb0     postgres!pg_signal_thread(
0000007f`72bff880 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007f`72bff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007f`71bff1d0 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000007f`71bff210 00007ff7`1339ccac     postgres!ExceptionalCondition(
0000007f`71bff250 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000007f`71bff2a0 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000007f`71bff2f0 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000007f`71bffc10 00007ff7`1324fac3     postgres!PostmasterMain(
0000007f`71bffdb0 00007ff7`1384d7c9     postgres!main(
0000007f`71bffdf0 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000007f`71bffe40 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000007f`71bffeb0 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000007f`71fff928 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007f`71fff930 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000007f`71fffc20 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007f`71fffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007f`727ff9b8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007f`727ff9c0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000007f`727ffcb0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007f`727ffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000036`0a5ff738 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000036`0a5ff740 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000036`0a5ffa30 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000036`0a5ffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000036`095fefb0 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000036`095feff0 00007ff7`1339ccac     postgres!ExceptionalCondition(
00000036`095ff030 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000036`095ff080 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000036`095ff0d0 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000036`095ff9f0 00007ff7`1324fac3     postgres!PostmasterMain(
00000036`095ffb90 00007ff7`1384d7c9     postgres!main(
00000036`095ffbd0 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000036`095ffc20 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000036`095ffc90 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000036`099ff6c8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000036`099ff6d0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000036`099ff9c0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000036`099ff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000036`09dff708 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
00000036`09dff710 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
00000036`09dff780 00007ff9`15704cb0     postgres!pg_signal_thread(
00000036`09dff880 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000036`09dff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000036`0a1ff528 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000036`0a1ff530 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000036`0a1ff820 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000036`0a1ff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000067`f2fff0d0 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000067`f2fff110 00007ff7`1339ccac     postgres!ExceptionalCondition(
00000067`f2fff150 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000067`f2fff1a0 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000067`f2fff1f0 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000067`f2fffb10 00007ff7`1324fac3     postgres!PostmasterMain(
00000067`f2fffcb0 00007ff7`1384d7c9     postgres!main(
00000067`f2fffcf0 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000067`f2fffd40 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000067`f2fffdb0 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000067`f37ffd98 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
00000067`f37ffda0 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
00000067`f37ffe10 00007ff9`15704cb0     postgres!pg_signal_thread(
00000067`f37fff10 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000067`f37fff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000067`f3bff8a8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000067`f3bff8b0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000067`f3bffba0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000067`f3bffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000067`f33ffa18 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000067`f33ffa20 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000067`f33ffd10 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000067`f33ffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000067`f3fffb78 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000067`f3fffb80 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000067`f3fffe70 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000067`f3fffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000086`f2bfee00 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000086`f2bfee40 00007ff7`1339ccac     postgres!ExceptionalCondition(
00000086`f2bfee80 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000086`f2bfeed0 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000086`f2bfef20 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000086`f2bff840 00007ff7`1324fac3     postgres!PostmasterMain(
00000086`f2bff9e0 00007ff7`1384d7c9     postgres!main(
00000086`f2bffa20 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000086`f2bffa70 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000086`f2bffae0 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000086`f33ff7e8 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
00000086`f33ff7f0 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
00000086`f33ff860 00007ff9`15704cb0     postgres!pg_signal_thread(
00000086`f33ff960 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000086`f33ff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000086`f37ff958 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000086`f37ff960 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000086`f37ffc50 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000086`f37ffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000086`f3bff898 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000086`f3bff8a0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000086`f3bffb90 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000086`f3bffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000086`f2fffa98 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000086`f2fffaa0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000086`f2fffd90 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000086`f2fffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002d`15dffcb8 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
0000002d`15dffcc0 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
0000002d`15dffd30 00007ff9`15704cb0     postgres!pg_signal_thread(
0000002d`15dffe30 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002d`15dffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002d`161ff858 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002d`161ff860 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000002d`161ffb50 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002d`161ffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002d`14dff1b0 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000002d`14dff1f0 00007ff7`1339ccac     postgres!ExceptionalCondition(
0000002d`14dff230 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000002d`14dff280 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000002d`14dff2d0 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000002d`14dffbf0 00007ff7`1324fac3     postgres!PostmasterMain(
0000002d`14dffd90 00007ff7`1384d7c9     postgres!main(
0000002d`14dffdd0 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000002d`14dffe20 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000002d`14dffe90 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000002d`151ff4a8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002d`151ff4b0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000002d`151ff7a0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002d`151ff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002d`155ffbb8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002d`155ffbc0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000002d`155ffeb0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002d`155ffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002d`159ff6f8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002d`159ff700 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000002d`159ff9f0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002d`159ffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000098`8e1ff618 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
00000098`8e1ff620 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
00000098`8e1ff690 00007ff9`15704cb0     postgres!pg_signal_thread(
00000098`8e1ff790 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000098`8e1ff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000098`8e9ffa08 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000098`8e9ffa10 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000098`8e9ffd00 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000098`8e9ffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000098`8d9fefa0 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000098`8d9fefe0 00007ff7`1339ccac     postgres!ExceptionalCondition(
00000098`8d9ff020 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000098`8d9ff070 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000098`8d9ff0c0 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000098`8d9ff9e0 00007ff7`1324fac3     postgres!PostmasterMain(
00000098`8d9ffb80 00007ff7`1384d7c9     postgres!main(
00000098`8d9ffbc0 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000098`8d9ffc10 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000098`8d9ffc80 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000098`8ddff818 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000098`8ddff820 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000098`8ddffb10 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000098`8ddffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000098`8e5ffc38 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000098`8e5ffc40 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000098`8e5fff30 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000098`8e5fff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000059`015ffab8 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
00000059`015ffac0 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
00000059`015ffb30 00007ff9`15704cb0     postgres!pg_signal_thread(
00000059`015ffc30 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000059`015ffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000059`00dff578 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000059`00dff580 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000059`00dff870 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000059`00dff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000059`009feea0 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000059`009feee0 00007ff7`1339ccac     postgres!ExceptionalCondition(
00000059`009fef20 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000059`009fef70 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000059`009fefc0 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000059`009ff8e0 00007ff7`1324fac3     postgres!PostmasterMain(
00000059`009ffa80 00007ff7`1384d7c9     postgres!main(
00000059`009ffac0 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000059`009ffb10 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000059`009ffb80 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000059`011ff6d8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000059`011ff6e0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000059`011ff9d0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000059`011ffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000059`019ff548 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000059`019ff550 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000059`019ff840 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000059`019ff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c7`f63ff678 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
000000c7`f63ff680 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
000000c7`f63ff6f0 00007ff9`15704cb0     postgres!pg_signal_thread(
000000c7`f63ff7f0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c7`f63ff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c7`f57fea10 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c7`f57fea50 00007ff7`1339ccac     postgres!ExceptionalCondition(
000000c7`f57fea90 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c7`f57feae0 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000c7`f57feb30 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c7`f57ff450 00007ff7`1324fac3     postgres!PostmasterMain(
000000c7`f57ff5f0 00007ff7`1384d7c9     postgres!main(
000000c7`f57ff630 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c7`f57ff680 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c7`f57ff6f0 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c7`f5bff7d8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c7`f5bff7e0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000c7`f5bffad0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c7`f5bffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c7`f5fff9d8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c7`f5fff9e0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000c7`f5fffcd0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c7`f5fffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c7`f67ffa98 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c7`f67ffaa0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000c7`f67ffd90 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c7`f67ffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000026`027ffb68 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
00000026`027ffb70 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
00000026`027ffbe0 00007ff9`15704cb0     postgres!pg_signal_thread(
00000026`027ffce0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000026`027ffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000026`01bff100 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000026`01bff140 00007ff7`1339ccac     postgres!ExceptionalCondition(
00000026`01bff180 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000026`01bff1d0 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000026`01bff220 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000026`01bffb40 00007ff7`1324fac3     postgres!PostmasterMain(
00000026`01bffce0 00007ff7`1384d7c9     postgres!main(
00000026`01bffd20 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000026`01bffd70 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000026`01bffde0 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000026`01fffbf8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000026`01fffc00 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000026`01fffef0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000026`01ffff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000026`023ffa98 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000026`023ffaa0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000026`023ffd90 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000026`023ffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000026`02bff608 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000026`02bff610 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000026`02bff900 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000026`02bff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000052`211ff4c8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000052`211ff4d0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000052`211ff7c0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000052`211ff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000052`20dfedd0 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000052`20dfee10 00007ff7`1339ccac     postgres!ExceptionalCondition(
00000052`20dfee50 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000052`20dfeea0 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000052`20dfeef0 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000052`20dff810 00007ff7`1324fac3     postgres!PostmasterMain(
00000052`20dff9b0 00007ff7`1384d7c9     postgres!main(
00000052`20dff9f0 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000052`20dffa40 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000052`20dffab0 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000052`215ff958 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000052`215ff960 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000052`215ffc50 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000052`215ffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000052`219ffbb8 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
00000052`219ffbc0 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
00000052`219ffc30 00007ff9`15704cb0     postgres!pg_signal_thread(
00000052`219ffd30 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000052`219ffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000052`21dff8b8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000052`21dff8c0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000052`21dffbb0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000052`21dffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000018`d4dffad8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000018`d4dffae0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000018`d4dffdd0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000018`d4dffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000018`d41ff608 00007ff7`13395bf7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000018`d41ff610 00007ff7`1324fa84     postgres!SubPostmasterMain(
00000018`d41ff680 00007ff7`1384d7c9     postgres!main(
00000018`d41ff6c0 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000018`d41ff710 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000018`d41ff780 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000018`d41ff7b0 00007ff9`15704cb0     postgres!mainCRTStartup(
00000018`d41ff7e0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000018`d41ff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000018`d45ffba8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000018`d45ffbb0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000018`d45ffea0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000018`d45ffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000018`d49ff468 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000018`d49ff470 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000018`d49ff760 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000018`d49ff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000eb`de7ff7e8 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
000000eb`de7ff7f0 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
000000eb`de7ff860 00007ff9`15704cb0     postgres!pg_signal_thread(
000000eb`de7ff960 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000eb`de7ff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000eb`de3ff7e8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000eb`de3ff7f0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000eb`de3ffae0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000eb`de3ffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000eb`debff568 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000eb`debff570 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000eb`debff860 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000eb`debff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000eb`ddbff160 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000eb`ddbff1a0 00007ff7`1339ccac     postgres!ExceptionalCondition(
000000eb`ddbff1e0 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000eb`ddbff230 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000eb`ddbff280 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000eb`ddbffba0 00007ff7`1324fac3     postgres!PostmasterMain(
000000eb`ddbffd40 00007ff7`1384d7c9     postgres!main(
000000eb`ddbffd80 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000eb`ddbffdd0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000eb`ddbffe40 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000eb`ddfffac8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000eb`ddfffad0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000eb`ddfffdc0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000eb`ddfffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f7`0d5ff888 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
000000f7`0d5ff890 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
000000f7`0d5ff900 00007ff9`15704cb0     postgres!pg_signal_thread(
000000f7`0d5ffa00 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f7`0d5ffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f7`0c9fee90 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f7`0c9feed0 00007ff7`1339ccac     postgres!ExceptionalCondition(
000000f7`0c9fef10 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f7`0c9fef60 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000f7`0c9fefb0 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f7`0c9ff8d0 00007ff7`1324fac3     postgres!PostmasterMain(
000000f7`0c9ffa70 00007ff7`1384d7c9     postgres!main(
000000f7`0c9ffab0 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f7`0c9ffb00 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f7`0c9ffb70 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f7`0cdff838 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f7`0cdff840 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000f7`0cdffb30 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f7`0cdffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f7`0d1ff808 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f7`0d1ff810 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000f7`0d1ffb00 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f7`0d1ffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f7`0d9ffc28 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f7`0d9ffc30 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000f7`0d9fff20 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f7`0d9fff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000044`c17ffa08 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000044`c17ffa10 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000044`c17ffd00 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000044`c17ffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000044`c13ff9a8 00007ff7`13395bf7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000044`c13ff9b0 00007ff7`1324fa84     postgres!SubPostmasterMain(
00000044`c13ffa20 00007ff7`1384d7c9     postgres!main(
00000044`c13ffa60 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000044`c13ffab0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000044`c13ffb20 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000044`c13ffb50 00007ff9`15704cb0     postgres!mainCRTStartup(
00000044`c13ffb80 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000044`c13ffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000044`c1bff6a8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000044`c1bff6b0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000044`c1bff9a0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000044`c1bff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000086`2a1ffce8 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
00000086`2a1ffcf0 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
00000086`2a1ffd60 00007ff9`15704cb0     postgres!pg_signal_thread(
00000086`2a1ffe60 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000086`2a1ffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000086`295ff010 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000086`295ff050 00007ff7`1339ccac     postgres!ExceptionalCondition(
00000086`295ff090 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000086`295ff0e0 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000086`295ff130 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000086`295ffa50 00007ff7`1324fac3     postgres!PostmasterMain(
00000086`295ffbf0 00007ff7`1384d7c9     postgres!main(
00000086`295ffc30 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000086`295ffc80 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000086`295ffcf0 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000086`299ff9f8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000086`299ffa00 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000086`299ffcf0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000086`299ffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000086`29dff7d8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000086`29dff7e0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000086`29dffad0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000086`29dffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000086`2a5ffbc8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000086`2a5ffbd0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000086`2a5ffec0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000086`2a5ffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000058`81dff5f8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000058`81dff600 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000058`81dff8f0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000058`81dff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000058`825ffc48 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
00000058`825ffc50 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
00000058`825ffcc0 00007ff9`15704cb0     postgres!pg_signal_thread(
00000058`825ffdc0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000058`825ffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000058`819fece0 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000058`819fed20 00007ff7`1339ccac     postgres!ExceptionalCondition(
00000058`819fed60 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000058`819fedb0 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000058`819fee00 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000058`819ff720 00007ff7`1324fac3     postgres!PostmasterMain(
00000058`819ff8c0 00007ff7`1384d7c9     postgres!main(
00000058`819ff900 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000058`819ff950 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000058`819ff9c0 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000058`829ff6a8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000058`829ff6b0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000058`829ff9a0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000058`829ff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000058`821ff4d8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000058`821ff4e0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000058`821ff7d0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000058`821ff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000003`869feb30 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000003`869feb70 00007ff7`1339ccac     postgres!ExceptionalCondition(
00000003`869febb0 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000003`869fec00 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000003`869fec50 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000003`869ff570 00007ff7`1324fac3     postgres!PostmasterMain(
00000003`869ff710 00007ff7`1384d7c9     postgres!main(
00000003`869ff750 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000003`869ff7a0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000003`869ff810 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000003`86dff7e8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000003`86dff7f0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000003`86dffae0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000003`86dffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000003`871ffc28 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000003`871ffc30 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000003`871fff20 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000003`871fff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000003`875ff868 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000003`875ff870 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000003`875ffb60 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000003`875ffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000003`879ffd88 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
00000003`879ffd90 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
00000003`879ffe00 00007ff9`15704cb0     postgres!pg_signal_thread(
00000003`879fff00 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000003`879fff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000003`87dff7c8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000003`87dff7d0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000003`87dffac0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000003`87dffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000084`fc3ff1d0 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000084`fc3ff210 00007ff7`1339ccac     postgres!ExceptionalCondition(
00000084`fc3ff250 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000084`fc3ff2a0 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000084`fc3ff2f0 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000084`fc3ffc10 00007ff7`1324fac3     postgres!PostmasterMain(
00000084`fc3ffdb0 00007ff7`1384d7c9     postgres!main(
00000084`fc3ffdf0 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000084`fc3ffe40 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000084`fc3ffeb0 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000084`fc7ffc18 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000084`fc7ffc20 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000084`fc7fff10 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000084`fc7fff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000084`fcbffcb8 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
00000084`fcbffcc0 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
00000084`fcbffd30 00007ff9`15704cb0     postgres!pg_signal_thread(
00000084`fcbffe30 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000084`fcbffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000084`fcfff898 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000084`fcfff8a0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000084`fcfffb90 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000084`fcfffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000084`fd3ff698 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000084`fd3ff6a0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000084`fd3ff990 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000084`fd3ff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000030`f15ff748 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000030`f15ff750 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000030`f15ffa40 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000030`f15ffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000030`f11ff9e8 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
00000030`f11ff9f0 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
00000030`f11ffa60 00007ff9`15704cb0     postgres!pg_signal_thread(
00000030`f11ffb60 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000030`f11ffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000030`f01feff0 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000030`f01ff030 00007ff7`1339ccac     postgres!ExceptionalCondition(
00000030`f01ff070 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000030`f01ff0c0 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000030`f01ff110 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000030`f01ffa30 00007ff7`1324fac3     postgres!PostmasterMain(
00000030`f01ffbd0 00007ff7`1384d7c9     postgres!main(
00000030`f01ffc10 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000030`f01ffc60 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000030`f01ffcd0 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000030`f05ff9c8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000030`f05ff9d0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000030`f05ffcc0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000030`f05ffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000030`f09ffc18 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000030`f09ffc20 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000030`f09fff10 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000030`f09fff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000030`f0dff788 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000030`f0dff790 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000030`f0dffa80 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000030`f0dffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001c`95dffb98 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
0000001c`95dffba0 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
0000001c`95dffc10 00007ff9`15704cb0     postgres!pg_signal_thread(
0000001c`95dffd10 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001c`95dffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001c`94dfeca0 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000001c`94dfece0 00007ff7`1339ccac     postgres!ExceptionalCondition(
0000001c`94dfed20 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000001c`94dfed70 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000001c`94dfedc0 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000001c`94dff6e0 00007ff7`1324fac3     postgres!PostmasterMain(
0000001c`94dff880 00007ff7`1384d7c9     postgres!main(
0000001c`94dff8c0 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000001c`94dff910 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000001c`94dff980 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000001c`951ff518 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001c`951ff520 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000001c`951ff810 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001c`951ff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001c`955ff558 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001c`955ff560 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000001c`955ff850 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001c`955ff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001c`959ff538 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001c`959ff540 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000001c`959ff830 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001c`959ff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001c`961ff778 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001c`961ff780 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000001c`961ffa70 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001c`961ffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f1`eb5ff598 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f1`eb5ff5a0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000f1`eb5ff890 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f1`eb5ff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f1`ea9fec90 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f1`ea9fecd0 00007ff7`1339ccac     postgres!ExceptionalCondition(
000000f1`ea9fed10 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f1`ea9fed60 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000f1`ea9fedb0 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f1`ea9ff6d0 00007ff7`1324fac3     postgres!PostmasterMain(
000000f1`ea9ff870 00007ff7`1384d7c9     postgres!main(
000000f1`ea9ff8b0 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f1`ea9ff900 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f1`ea9ff970 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f1`eadff4c8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f1`eadff4d0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000f1`eadff7c0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f1`eadff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f1`eb1ff878 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
000000f1`eb1ff880 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
000000f1`eb1ff8f0 00007ff9`15704cb0     postgres!pg_signal_thread(
000000f1`eb1ff9f0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f1`eb1ffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f1`eb9ff8c8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f1`eb9ff8d0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000f1`eb9ffbc0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f1`eb9ffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000061`8d5ff8a8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000061`8d5ff8b0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000061`8d5ffba0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000061`8d5ffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000061`8d1fec20 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000061`8d1fec60 00007ff7`1339ccac     postgres!ExceptionalCondition(
00000061`8d1feca0 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000061`8d1fecf0 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000061`8d1fed40 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000061`8d1ff660 00007ff7`1324fac3     postgres!PostmasterMain(
00000061`8d1ff800 00007ff7`1384d7c9     postgres!main(
00000061`8d1ff840 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000061`8d1ff890 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000061`8d1ff900 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000061`8d9ffa68 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000061`8d9ffa70 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000061`8d9ffd60 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000061`8d9ffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000061`8ddff768 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
00000061`8ddff770 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
00000061`8ddff7e0 00007ff9`15704cb0     postgres!pg_signal_thread(
00000061`8ddff8e0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000061`8ddff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000061`8e1ff788 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000061`8e1ff790 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000061`8e1ffa80 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000061`8e1ffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ae`707ffda8 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
000000ae`707ffdb0 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
000000ae`707ffe20 00007ff9`15704cb0     postgres!pg_signal_thread(
000000ae`707fff20 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ae`707fff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ae`6ffff898 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ae`6ffff8a0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000ae`6ffffb90 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ae`6ffffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ae`70bffa88 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ae`70bffa90 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000ae`70bffd80 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ae`70bffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ae`6f7ff1d0 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ae`6f7ff210 00007ff7`1339ccac     postgres!ExceptionalCondition(
000000ae`6f7ff250 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ae`6f7ff2a0 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000ae`6f7ff2f0 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ae`6f7ffc10 00007ff7`1324fac3     postgres!PostmasterMain(
000000ae`6f7ffdb0 00007ff7`1384d7c9     postgres!main(
000000ae`6f7ffdf0 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ae`6f7ffe40 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ae`6f7ffeb0 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ae`6fbffaf8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ae`6fbffb00 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000ae`6fbffdf0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ae`6fbffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ae`703ffa18 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ae`703ffa20 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000ae`703ffd10 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ae`703ffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000099`217ffab8 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
00000099`217ffac0 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
00000099`217ffb30 00007ff9`15704cb0     postgres!pg_signal_thread(
00000099`217ffc30 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000099`217ffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000099`20fff9b8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000099`20fff9c0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000099`20fffcb0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000099`20fffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000099`213ff7a8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000099`213ff7b0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000099`213ffaa0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000099`213ffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000099`20bfed50 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000099`20bfed90 00007ff7`1339ccac     postgres!ExceptionalCondition(
00000099`20bfedd0 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000099`20bfee20 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000099`20bfee70 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000099`20bff790 00007ff7`1324fac3     postgres!PostmasterMain(
00000099`20bff930 00007ff7`1384d7c9     postgres!main(
00000099`20bff970 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000099`20bff9c0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000099`20bffa30 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000099`21bff588 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000099`21bff590 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000099`21bff880 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000099`21bff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000096`ba3ff668 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000096`ba3ff670 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000096`ba3ff960 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000096`ba3ff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000096`b9bff808 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
00000096`b9bff810 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
00000096`b9bff880 00007ff9`15704cb0     postgres!pg_signal_thread(
00000096`b9bff980 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000096`b9bff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000096`b93fee40 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000096`b93fee80 00007ff7`1339ccac     postgres!ExceptionalCondition(
00000096`b93feec0 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000096`b93fef10 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000096`b93fef60 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000096`b93ff880 00007ff7`1324fac3     postgres!PostmasterMain(
00000096`b93ffa20 00007ff7`1384d7c9     postgres!main(
00000096`b93ffa60 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000096`b93ffab0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000096`b93ffb20 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000096`b9fff758 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000096`b9fff760 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000096`b9fffa50 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000096`b9fffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000096`b97ff698 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000096`b97ff6a0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000096`b97ff990 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000096`b97ff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000047`d81ffcd8 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
00000047`d81ffce0 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
00000047`d81ffd50 00007ff9`15704cb0     postgres!pg_signal_thread(
00000047`d81ffe50 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000047`d81ffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000047`d71ff140 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000047`d71ff180 00007ff7`1339ccac     postgres!ExceptionalCondition(
00000047`d71ff1c0 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000047`d71ff210 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000047`d71ff260 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000047`d71ffb80 00007ff7`1324fac3     postgres!PostmasterMain(
00000047`d71ffd20 00007ff7`1384d7c9     postgres!main(
00000047`d71ffd60 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000047`d71ffdb0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000047`d71ffe20 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000047`d75ff558 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000047`d75ff560 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000047`d75ff850 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000047`d75ff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000047`d79ff7a8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000047`d79ff7b0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000047`d79ffaa0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000047`d79ffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000047`d7dff758 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000047`d7dff760 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000047`d7dffa50 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000047`d7dffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000047`d85ff718 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000047`d85ff720 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000047`d85ffa10 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000047`d85ffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000005`c83ffb58 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000005`c83ffb60 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000005`c83ffe50 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000005`c83ffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000005`c8fff738 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000005`c8fff740 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000005`c8fffa30 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000005`c8fffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000005`c8bff6e8 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
00000005`c8bff6f0 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
00000005`c8bff760 00007ff9`15704cb0     postgres!pg_signal_thread(
00000005`c8bff860 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000005`c8bff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000005`c87ffbf8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000005`c87ffc00 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000005`c87ffef0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000005`c87fff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000005`c7fff5c8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000005`c7fff5d0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000005`c7fff8c0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000005`c7fff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000005`c7bfef70 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000005`c7bfefb0 00007ff7`1339ccac     postgres!ExceptionalCondition(
00000005`c7bfeff0 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000005`c7bff040 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000005`c7bff090 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000005`c7bff9b0 00007ff7`1324fac3     postgres!PostmasterMain(
00000005`c7bffb50 00007ff7`1384d7c9     postgres!main(
00000005`c7bffb90 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000005`c7bffbe0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000005`c7bffc50 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000b9`857ffa78 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b9`857ffa80 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000b9`857ffd70 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b9`857ffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b9`85bff698 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
000000b9`85bff6a0 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
000000b9`85bff710 00007ff9`15704cb0     postgres!pg_signal_thread(
000000b9`85bff810 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b9`85bff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b9`85fff638 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b9`85fff640 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000b9`85fff930 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b9`85fff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b9`853feb60 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b9`853feba0 00007ff7`1339ccac     postgres!ExceptionalCondition(
000000b9`853febe0 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000b9`853fec30 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000b9`853fec80 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000b9`853ff5a0 00007ff7`1324fac3     postgres!PostmasterMain(
000000b9`853ff740 00007ff7`1384d7c9     postgres!main(
000000b9`853ff780 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b9`853ff7d0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000b9`853ff840 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000b9`863ff968 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b9`863ff970 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000b9`863ffc60 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b9`863ffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ca`197ff628 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ca`197ff630 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000ca`197ff920 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ca`197ff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ca`193ffb68 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ca`193ffb70 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000ca`193ffe60 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ca`193ffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ca`18fff6a8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ca`18fff6b0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000ca`18fff9a0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ca`18fff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ca`18bff1d0 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ca`18bff210 00007ff7`1339ccac     postgres!ExceptionalCondition(
000000ca`18bff250 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ca`18bff2a0 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000ca`18bff2f0 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ca`18bffc10 00007ff7`1324fac3     postgres!PostmasterMain(
000000ca`18bffdb0 00007ff7`1384d7c9     postgres!main(
000000ca`18bffdf0 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ca`18bffe40 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ca`18bffeb0 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ca`19fffba8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ca`19fffbb0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000ca`19fffea0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ca`19fffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ca`19bff7a8 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
000000ca`19bff7b0 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
000000ca`19bff820 00007ff9`15704cb0     postgres!pg_signal_thread(
000000ca`19bff920 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ca`19bff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006d`3e7ff908 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006d`3e7ff910 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000006d`3e7ffc00 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006d`3e7ffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006d`3e3ffda8 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
0000006d`3e3ffdb0 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
0000006d`3e3ffe20 00007ff9`15704cb0     postgres!pg_signal_thread(
0000006d`3e3fff20 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006d`3e3fff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006d`3dfff668 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006d`3dfff670 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000006d`3dfff960 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006d`3dfff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006d`3dbfeb10 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000006d`3dbfeb50 00007ff7`1339ccac     postgres!ExceptionalCondition(
0000006d`3dbfeb90 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000006d`3dbfebe0 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000006d`3dbfec30 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000006d`3dbff550 00007ff7`1324fac3     postgres!PostmasterMain(
0000006d`3dbff6f0 00007ff7`1384d7c9     postgres!main(
0000006d`3dbff730 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000006d`3dbff780 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000006d`3dbff7f0 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000006d`3ebffaf8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006d`3ebffb00 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000006d`3ebffdf0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006d`3ebffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000075`e69ff658 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000075`e69ff660 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000075`e69ff950 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000075`e69ff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000075`e65fef90 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000075`e65fefd0 00007ff7`1339ccac     postgres!ExceptionalCondition(
00000075`e65ff010 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000075`e65ff060 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000075`e65ff0b0 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000075`e65ff9d0 00007ff7`1324fac3     postgres!PostmasterMain(
00000075`e65ffb70 00007ff7`1384d7c9     postgres!main(
00000075`e65ffbb0 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000075`e65ffc00 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000075`e65ffc70 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000075`e75ff4e8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000075`e75ff4f0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000075`e75ff7e0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000075`e75ff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000075`e71ff578 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000075`e71ff580 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000075`e71ff870 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000075`e71ff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000075`e6dff638 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
00000075`e6dff640 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
00000075`e6dff6b0 00007ff9`15704cb0     postgres!pg_signal_thread(
00000075`e6dff7b0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000075`e6dff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003f`b6bff4b8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003f`b6bff4c0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000003f`b6bff7b0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003f`b6bff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003f`b63ff5e8 00007ff7`13395bf7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
0000003f`b63ff5f0 00007ff7`1324fa84     postgres!SubPostmasterMain(
0000003f`b63ff660 00007ff7`1384d7c9     postgres!main(
0000003f`b63ff6a0 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000003f`b63ff6f0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000003f`b63ff760 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
0000003f`b63ff790 00007ff9`15704cb0     postgres!mainCRTStartup(
0000003f`b63ff7c0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003f`b63ff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003f`b67ffa78 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003f`b67ffa80 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000003f`b67ffd70 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003f`b67ffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`017ffca8 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
00000001`017ffcb0 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
00000001`017ffd20 00007ff9`15704cb0     postgres!pg_signal_thread(
00000001`017ffe20 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000001`017ffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`00fff6f8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000001`00fff700 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000001`00fff9f0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000001`00fffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`00bffad8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000001`00bffae0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000001`00bffdd0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000001`00bffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`007fed70 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000001`007fedb0 00007ff7`1339ccac     postgres!ExceptionalCondition(
00000001`007fedf0 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000001`007fee40 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000001`007fee90 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000001`007ff7b0 00007ff7`1324fac3     postgres!PostmasterMain(
00000001`007ff950 00007ff7`1384d7c9     postgres!main(
00000001`007ff990 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000001`007ff9e0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000001`007ffa50 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000001`01bff568 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000001`01bff570 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000001`01bff860 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000001`01bff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`013ff568 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000001`013ff570 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000001`013ff860 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000001`013ff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c8`671ff868 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c8`671ff870 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000c8`671ffb60 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c8`671ffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c8`67dff4a8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c8`67dff4b0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000c8`67dff7a0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c8`67dff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c8`679ff898 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c8`679ff8a0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000c8`679ffb90 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c8`679ffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c8`675ff748 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
000000c8`675ff750 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
000000c8`675ff7c0 00007ff9`15704cb0     postgres!pg_signal_thread(
000000c8`675ff8c0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c8`675ff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c8`66dff170 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c8`66dff1b0 00007ff7`1339ccac     postgres!ExceptionalCondition(
000000c8`66dff1f0 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c8`66dff240 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000c8`66dff290 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c8`66dffbb0 00007ff7`1324fac3     postgres!PostmasterMain(
000000c8`66dffd50 00007ff7`1384d7c9     postgres!main(
000000c8`66dffd90 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c8`66dffde0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c8`66dffe50 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000080`55fffa48 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000080`55fffa50 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000080`55fffd40 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000080`55fffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000080`553feb30 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000080`553feb70 00007ff7`1339ccac     postgres!ExceptionalCondition(
00000080`553febb0 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000080`553fec00 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000080`553fec50 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000080`553ff570 00007ff7`1324fac3     postgres!PostmasterMain(
00000080`553ff710 00007ff7`1384d7c9     postgres!main(
00000080`553ff750 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000080`553ff7a0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000080`553ff810 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000080`557ff5b8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000080`557ff5c0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000080`557ff8b0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000080`557ff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000080`55bff6d8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000080`55bff6e0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000080`55bff9d0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000080`55bffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000080`567ffb18 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000080`567ffb20 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000080`567ffe10 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000080`567ffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000080`563ffb88 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
00000080`563ffb90 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
00000080`563ffc00 00007ff9`15704cb0     postgres!pg_signal_thread(
00000080`563ffd00 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000080`563ffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fd`7e5ff468 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fd`7e5ff470 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000fd`7e5ff760 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fd`7e5ff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fd`7e1ffa58 00007ff7`13395bf7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000fd`7e1ffa60 00007ff7`1324fa84     postgres!SubPostmasterMain(
000000fd`7e1ffad0 00007ff7`1384d7c9     postgres!main(
000000fd`7e1ffb10 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000fd`7e1ffb60 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000fd`7e1ffbd0 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000fd`7e1ffc00 00007ff9`15704cb0     postgres!mainCRTStartup(
000000fd`7e1ffc30 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fd`7e1ffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fd`7e9ff888 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fd`7e9ff890 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000fd`7e9ffb80 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fd`7e9ffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000eb`63bfeed0 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000eb`63bfef10 00007ff7`1339ccac     postgres!ExceptionalCondition(
000000eb`63bfef50 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000eb`63bfefa0 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000eb`63bfeff0 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000eb`63bff910 00007ff7`1324fac3     postgres!PostmasterMain(
000000eb`63bffab0 00007ff7`1384d7c9     postgres!main(
000000eb`63bffaf0 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000eb`63bffb40 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000eb`63bffbb0 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000eb`647ffd08 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
000000eb`647ffd10 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
000000eb`647ffd80 00007ff9`15704cb0     postgres!pg_signal_thread(
000000eb`647ffe80 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000eb`647ffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000eb`64bff508 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000eb`64bff510 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000eb`64bff800 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000eb`64bff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e6`595fea60 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e6`595feaa0 00007ff7`1339ccac     postgres!ExceptionalCondition(
000000e6`595feae0 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000e6`595feb30 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000e6`595feb80 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000e6`595ff4a0 00007ff7`1324fac3     postgres!PostmasterMain(
000000e6`595ff640 00007ff7`1384d7c9     postgres!main(
000000e6`595ff680 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e6`595ff6d0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e6`595ff740 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000e6`599ff698 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e6`599ff6a0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000e6`599ff990 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e6`599ff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e6`59dff748 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e6`59dff750 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000e6`59dffa40 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e6`59dffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e6`5a1ff608 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e6`5a1ff610 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000e6`5a1ff900 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e6`5a1ff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e6`5a5ff8a8 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
000000e6`5a5ff8b0 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
000000e6`5a5ff920 00007ff9`15704cb0     postgres!pg_signal_thread(
000000e6`5a5ffa20 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e6`5a5ffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e6`5a9ff558 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e6`5a9ff560 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000e6`5a9ff850 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e6`5a9ff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007b`539ff688 00007ff7`13395bf7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
0000007b`539ff690 00007ff7`1324fa84     postgres!SubPostmasterMain(
0000007b`539ff700 00007ff7`1384d7c9     postgres!main(
0000007b`539ff740 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000007b`539ff790 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000007b`539ff800 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
0000007b`539ff830 00007ff9`15704cb0     postgres!mainCRTStartup(
0000007b`539ff860 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007b`539ff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007b`541ff6d8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007b`541ff6e0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000007b`541ff9d0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007b`541ffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007b`545ff8a8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007b`545ff8b0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000007b`545ffba0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007b`545ffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007b`53dffb48 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007b`53dffb50 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000007b`53dffe40 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007b`53dffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b2`483ff818 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b2`483ff820 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000b2`483ffb10 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b2`483ffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b2`48bff618 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b2`48bff620 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000b2`48bff910 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b2`48bff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b2`487ffc88 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
000000b2`487ffc90 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
000000b2`487ffd00 00007ff9`15704cb0     postgres!pg_signal_thread(
000000b2`487ffe00 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b2`487ffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b2`47fff458 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b2`47fff460 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000b2`47fff750 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b2`47fff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b2`47bff080 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b2`47bff0c0 00007ff7`1339ccac     postgres!ExceptionalCondition(
000000b2`47bff100 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000b2`47bff150 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000b2`47bff1a0 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000b2`47bffac0 00007ff7`1324fac3     postgres!PostmasterMain(
000000b2`47bffc60 00007ff7`1384d7c9     postgres!main(
000000b2`47bffca0 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b2`47bffcf0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000b2`47bffd60 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000072`f23ff448 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000072`f23ff450 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000072`f23ff740 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000072`f23ff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000072`f13ff508 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000072`f13ff510 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000072`f13ff800 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000072`f13ff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000072`f0ffeff0 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000072`f0fff030 00007ff7`1339ccac     postgres!ExceptionalCondition(
00000072`f0fff070 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000072`f0fff0c0 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000072`f0fff110 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000072`f0fffa30 00007ff7`1324fac3     postgres!PostmasterMain(
00000072`f0fffbd0 00007ff7`1384d7c9     postgres!main(
00000072`f0fffc10 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000072`f0fffc60 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000072`f0fffcd0 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000072`f17ff9d8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000072`f17ff9e0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000072`f17ffcd0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000072`f17ffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000072`f1bffbd8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000072`f1bffbe0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000072`f1bffed0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000072`f1bfff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000072`f1fff818 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
00000072`f1fff820 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
00000072`f1fff890 00007ff9`15704cb0     postgres!pg_signal_thread(
00000072`f1fff990 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000072`f1fff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002d`e13ffb98 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
0000002d`e13ffba0 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
0000002d`e13ffc10 00007ff9`15704cb0     postgres!pg_signal_thread(
0000002d`e13ffd10 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002d`e13ffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002d`e03fec60 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000002d`e03feca0 00007ff7`1339ccac     postgres!ExceptionalCondition(
0000002d`e03fece0 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000002d`e03fed30 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000002d`e03fed80 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000002d`e03ff6a0 00007ff7`1324fac3     postgres!PostmasterMain(
0000002d`e03ff840 00007ff7`1384d7c9     postgres!main(
0000002d`e03ff880 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000002d`e03ff8d0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000002d`e03ff940 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000002d`e07ff698 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002d`e07ff6a0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000002d`e07ff990 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002d`e07ff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002d`e0bff648 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002d`e0bff650 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000002d`e0bff940 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002d`e0bff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002d`e0fffb48 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002d`e0fffb50 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000002d`e0fffe40 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002d`e0fffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002d`e17ff7b8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002d`e17ff7c0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000002d`e17ffab0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002d`e17ffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000070`e8bff678 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
00000070`e8bff680 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
00000070`e8bff6f0 00007ff9`15704cb0     postgres!pg_signal_thread(
00000070`e8bff7f0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000070`e8bff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000070`e7bff000 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000070`e7bff040 00007ff7`1339ccac     postgres!ExceptionalCondition(
00000070`e7bff080 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000070`e7bff0d0 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000070`e7bff120 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000070`e7bffa40 00007ff7`1324fac3     postgres!PostmasterMain(
00000070`e7bffbe0 00007ff7`1384d7c9     postgres!main(
00000070`e7bffc20 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000070`e7bffc70 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000070`e7bffce0 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000070`e7fff498 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000070`e7fff4a0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000070`e7fff790 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000070`e7fff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000070`e83ff5e8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000070`e83ff5f0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000070`e83ff8e0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000070`e83ff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000070`e87ff468 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000070`e87ff470 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000070`e87ff760 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000070`e87ff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000070`e8fff6f8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000070`e8fff700 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000070`e8fff9f0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000070`e8fffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000094`e99ffc78 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
00000094`e99ffc80 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
00000094`e99ffcf0 00007ff9`15704cb0     postgres!pg_signal_thread(
00000094`e99ffdf0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000094`e99ffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000094`e8dfec50 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000094`e8dfec90 00007ff7`1339ccac     postgres!ExceptionalCondition(
00000094`e8dfecd0 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000094`e8dfed20 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000094`e8dfed70 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000094`e8dff690 00007ff7`1324fac3     postgres!PostmasterMain(
00000094`e8dff830 00007ff7`1384d7c9     postgres!main(
00000094`e8dff870 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000094`e8dff8c0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000094`e8dff930 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000094`e91ff948 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000094`e91ff950 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000094`e91ffc40 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000094`e91ffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000094`e95ff4e8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000094`e95ff4f0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000094`e95ff7e0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000094`e95ff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000094`e9dffba8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000094`e9dffbb0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000094`e9dffea0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000094`e9dffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a3`e29ff768 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
000000a3`e29ff770 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
000000a3`e29ff7e0 00007ff9`15704cb0     postgres!pg_signal_thread(
000000a3`e29ff8e0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a3`e29ff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a3`e1dfee50 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a3`e1dfee90 00007ff7`1339ccac     postgres!ExceptionalCondition(
000000a3`e1dfeed0 00007ff7`1339be18     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000a3`e1dfef20 00007ff7`1339d2d5     postgres!process_pm_child_exit(void)+0x748 [c:\cirrus\src\backend\postmaster\pos...
000000a3`e1dfef80 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a3`e1dff8a0 00007ff7`1324fac3     postgres!PostmasterMain(
000000a3`e1dffa40 00007ff7`1384d7c9     postgres!main(
000000a3`e1dffa80 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a3`e1dffad0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a3`e1dffb40 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a3`e21ff9e8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a3`e21ff9f0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000a3`e21ffce0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a3`e21ffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a3`e25ff8b8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a3`e25ff8c0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000a3`e25ffbb0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a3`e25ffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a3`e2dff678 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a3`e2dff680 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000a3`e2dff970 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a3`e2dff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001b`4d1ff4b8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001b`4d1ff4c0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000001b`4d1ff7b0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001b`4d1ff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001b`4c5ff040 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000001b`4c5ff080 00007ff7`1339ccac     postgres!ExceptionalCondition(
0000001b`4c5ff0c0 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000001b`4c5ff110 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000001b`4c5ff160 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000001b`4c5ffa80 00007ff7`1324fac3     postgres!PostmasterMain(
0000001b`4c5ffc20 00007ff7`1384d7c9     postgres!main(
0000001b`4c5ffc60 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000001b`4c5ffcb0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000001b`4c5ffd20 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000001b`4c9ff448 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001b`4c9ff450 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000001b`4c9ff740 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001b`4c9ff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001b`4cdff7a8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001b`4cdff7b0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000001b`4cdffaa0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001b`4cdffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001b`4d5ff9d8 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
0000001b`4d5ff9e0 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
0000001b`4d5ffa50 00007ff9`15704cb0     postgres!pg_signal_thread(
0000001b`4d5ffb50 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001b`4d5ffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001b`4d9ff928 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001b`4d9ff930 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000001b`4d9ffc20 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001b`4d9ffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002b`323fea00 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000002b`323fea40 00007ff7`1339ccac     postgres!ExceptionalCondition(
0000002b`323fea80 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000002b`323fead0 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000002b`323feb20 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000002b`323ff440 00007ff7`1324fac3     postgres!PostmasterMain(
0000002b`323ff5e0 00007ff7`1384d7c9     postgres!main(
0000002b`323ff620 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000002b`323ff670 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000002b`323ff6e0 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000002b`327ff7d8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002b`327ff7e0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000002b`327ffad0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002b`327ffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002b`32bff7a8 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
0000002b`32bff7b0 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
0000002b`32bff820 00007ff9`15704cb0     postgres!pg_signal_thread(
0000002b`32bff920 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002b`32bff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002b`32fff938 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002b`32fff940 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000002b`32fffc30 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002b`32fffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002b`333ff5f8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002b`333ff600 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000002b`333ff8f0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002b`333ff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000070`e3fffaf8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000070`e3fffb00 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000070`e3fffdf0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000070`e3fffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000070`e3bff748 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000070`e3bff750 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000070`e3bffa40 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000070`e3bffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000070`e2bfec90 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000070`e2bfecd0 00007ff7`1339ccac     postgres!ExceptionalCondition(
00000070`e2bfed10 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000070`e2bfed60 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000070`e2bfedb0 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000070`e2bff6d0 00007ff7`1324fac3     postgres!PostmasterMain(
00000070`e2bff870 00007ff7`1384d7c9     postgres!main(
00000070`e2bff8b0 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000070`e2bff900 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000070`e2bff970 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000070`e2fffbf8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000070`e2fffc00 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000070`e2fffef0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000070`e2ffff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000070`e33ff568 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000070`e33ff570 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000070`e33ff860 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000070`e33ff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000070`e37ff6f8 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
00000070`e37ff700 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
00000070`e37ff770 00007ff9`15704cb0     postgres!pg_signal_thread(
00000070`e37ff870 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000070`e37ff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c2`537ff7b8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c2`537ff7c0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000c2`537ffab0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c2`537ffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c2`52bfea30 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c2`52bfea70 00007ff7`1339ccac     postgres!ExceptionalCondition(
000000c2`52bfeab0 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c2`52bfeb00 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000c2`52bfeb50 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c2`52bff470 00007ff7`1324fac3     postgres!PostmasterMain(
000000c2`52bff610 00007ff7`1384d7c9     postgres!main(
000000c2`52bff650 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c2`52bff6a0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c2`52bff710 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c2`52fff468 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c2`52fff470 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000c2`52fff760 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c2`52fff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c2`533ff7c8 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
000000c2`533ff7d0 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
000000c2`533ff840 00007ff9`15704cb0     postgres!pg_signal_thread(
000000c2`533ff940 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c2`533ff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c2`53bff918 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c2`53bff920 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000c2`53bffc10 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c2`53bffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007e`cc1ff668 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
0000007e`cc1ff670 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
0000007e`cc1ff6e0 00007ff9`15704cb0     postgres!pg_signal_thread(
0000007e`cc1ff7e0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007e`cc1ff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007e`cb5ff090 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000007e`cb5ff0d0 00007ff7`1339ccac     postgres!ExceptionalCondition(
0000007e`cb5ff110 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000007e`cb5ff160 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000007e`cb5ff1b0 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000007e`cb5ffad0 00007ff7`1324fac3     postgres!PostmasterMain(
0000007e`cb5ffc70 00007ff7`1384d7c9     postgres!main(
0000007e`cb5ffcb0 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000007e`cb5ffd00 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000007e`cb5ffd70 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000007e`cb9ffbe8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007e`cb9ffbf0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000007e`cb9ffee0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007e`cb9fff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007e`cbdffb28 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007e`cbdffb30 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000007e`cbdffe20 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007e`cbdffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007e`cc5ff938 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007e`cc5ff940 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000007e`cc5ffc30 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007e`cc5ffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ed`ae3ff688 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ed`ae3ff690 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000ed`ae3ff980 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ed`ae3ff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ed`aebffa48 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
000000ed`aebffa50 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
000000ed`aebffac0 00007ff9`15704cb0     postgres!pg_signal_thread(
000000ed`aebffbc0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ed`aebffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ed`aefff5f8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ed`aefff600 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000ed`aefff8f0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ed`aefff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ed`adffee70 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ed`adffeeb0 00007ff7`1339ccac     postgres!ExceptionalCondition(
000000ed`adffeef0 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ed`adffef40 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000ed`adffef90 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ed`adfff8b0 00007ff7`1324fac3     postgres!PostmasterMain(
000000ed`adfffa50 00007ff7`1384d7c9     postgres!main(
000000ed`adfffa90 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ed`adfffae0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ed`adfffb50 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ed`ae7ff788 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ed`ae7ff790 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000ed`ae7ffa80 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ed`ae7ffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cd`68dfee20 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000cd`68dfee60 00007ff7`1339ccac     postgres!ExceptionalCondition(
000000cd`68dfeea0 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000cd`68dfeef0 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000cd`68dfef40 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000cd`68dff860 00007ff7`1324fac3     postgres!PostmasterMain(
000000cd`68dffa00 00007ff7`1384d7c9     postgres!main(
000000cd`68dffa40 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000cd`68dffa90 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000cd`68dffb00 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000cd`69dff7e8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cd`69dff7f0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000cd`69dffae0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cd`69dffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cd`699ffc68 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
000000cd`699ffc70 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
000000cd`699ffce0 00007ff9`15704cb0     postgres!pg_signal_thread(
000000cd`699ffde0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cd`699ffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cd`695ffc38 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cd`695ffc40 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000cd`695fff30 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cd`695fff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cd`691ff538 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cd`691ff540 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000cd`691ff830 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cd`691ff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007c`2a9ff5a8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007c`2a9ff5b0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000007c`2a9ff8a0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007c`2a9ff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007c`2a1ffb38 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007c`2a1ffb40 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000007c`2a1ffe30 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007c`2a1ffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007c`2a5ff6f8 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
0000007c`2a5ff700 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
0000007c`2a5ff770 00007ff9`15704cb0     postgres!pg_signal_thread(
0000007c`2a5ff870 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007c`2a5ff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007c`299feed0 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000007c`299fef10 00007ff7`1339ccac     postgres!ExceptionalCondition(
0000007c`299fef50 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000007c`299fefa0 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000007c`299feff0 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000007c`299ff910 00007ff7`1324fac3     postgres!PostmasterMain(
0000007c`299ffab0 00007ff7`1384d7c9     postgres!main(
0000007c`299ffaf0 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000007c`299ffb40 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000007c`299ffbb0 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000007c`29dff618 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007c`29dff620 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000007c`29dff910 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007c`29dff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000040`201ffa08 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
00000040`201ffa10 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
00000040`201ffa80 00007ff9`15704cb0     postgres!pg_signal_thread(
00000040`201ffb80 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000040`201ffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000040`205ff848 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000040`205ff850 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000040`205ffb40 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000040`205ffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000040`1f5fec00 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000040`1f5fec40 00007ff7`1339ccac     postgres!ExceptionalCondition(
00000040`1f5fec80 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000040`1f5fecd0 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000040`1f5fed20 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000040`1f5ff640 00007ff7`1324fac3     postgres!PostmasterMain(
00000040`1f5ff7e0 00007ff7`1384d7c9     postgres!main(
00000040`1f5ff820 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000040`1f5ff870 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000040`1f5ff8e0 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000040`1f9ff638 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000040`1f9ff640 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000040`1f9ff930 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000040`1f9ff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000040`1fdff488 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000040`1fdff490 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000040`1fdff780 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000040`1fdff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c0`bfbff628 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
000000c0`bfbff630 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
000000c0`bfbff6a0 00007ff9`15704cb0     postgres!pg_signal_thread(
000000c0`bfbff7a0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c0`bfbff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c0`c03ffb48 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c0`c03ffb50 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000c0`c03ffe40 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c0`c03ffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c0`bf3fef40 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c0`bf3fef80 00007ff7`1339ccac     postgres!ExceptionalCondition(
000000c0`bf3fefc0 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c0`bf3ff010 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000c0`bf3ff060 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c0`bf3ff980 00007ff7`1324fac3     postgres!PostmasterMain(
000000c0`bf3ffb20 00007ff7`1384d7c9     postgres!main(
000000c0`bf3ffb60 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c0`bf3ffbb0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c0`bf3ffc20 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c0`bf7ff868 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c0`bf7ff870 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000c0`bf7ffb60 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c0`bf7ffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c0`bffff6f8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c0`bffff700 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000c0`bffff9f0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c0`bffffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f2`5e9ffa88 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
000000f2`5e9ffa90 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
000000f2`5e9ffb00 00007ff9`15704cb0     postgres!pg_signal_thread(
000000f2`5e9ffc00 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f2`5e9ffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f2`5f1ff798 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f2`5f1ff7a0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000f2`5f1ffa90 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f2`5f1ffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f2`5e1fed80 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f2`5e1fedc0 00007ff7`1339ccac     postgres!ExceptionalCondition(
000000f2`5e1fee00 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f2`5e1fee50 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000f2`5e1feea0 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f2`5e1ff7c0 00007ff7`1324fac3     postgres!PostmasterMain(
000000f2`5e1ff960 00007ff7`1384d7c9     postgres!main(
000000f2`5e1ff9a0 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f2`5e1ff9f0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f2`5e1ffa60 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f2`5e5ff758 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f2`5e5ff760 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000f2`5e5ffa50 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f2`5e5ffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f2`5edff698 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f2`5edff6a0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000f2`5edff990 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f2`5edff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fc`d37ffba8 00007ff7`13395bf7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000fc`d37ffbb0 00007ff7`1324fa84     postgres!SubPostmasterMain(
000000fc`d37ffc20 00007ff7`1384d7c9     postgres!main(
000000fc`d37ffc60 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000fc`d37ffcb0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000fc`d37ffd20 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000fc`d37ffd50 00007ff9`15704cb0     postgres!mainCRTStartup(
000000fc`d37ffd80 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fc`d37ffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fc`d3fff878 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fc`d3fff880 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000fc`d3fffb70 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fc`d3fffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fc`d3bff6a8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fc`d3bff6b0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000fc`d3bff9a0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fc`d3bff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d7`353ff9a8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d7`353ff9b0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000d7`353ffca0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d7`353ffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d7`34bfec40 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d7`34bfec80 00007ff7`1339ccac     postgres!ExceptionalCondition(
000000d7`34bfecc0 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000d7`34bfed10 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000d7`34bfed60 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000d7`34bff680 00007ff7`1324fac3     postgres!PostmasterMain(
000000d7`34bff820 00007ff7`1384d7c9     postgres!main(
000000d7`34bff860 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d7`34bff8b0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d7`34bff920 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000d7`34fffc18 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d7`34fffc20 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000d7`34ffff10 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d7`34ffff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d7`357ffae8 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
000000d7`357ffaf0 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
000000d7`357ffb60 00007ff9`15704cb0     postgres!pg_signal_thread(
000000d7`357ffc60 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d7`357ffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d7`35bffb28 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d7`35bffb30 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000d7`35bffe20 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d7`35bffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ba`d9bff998 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ba`d9bff9a0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000ba`d9bffc90 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ba`d9bffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ba`d8bfeb10 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ba`d8bfeb50 00007ff7`1339ccac     postgres!ExceptionalCondition(
000000ba`d8bfeb90 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ba`d8bfebe0 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000ba`d8bfec30 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ba`d8bff550 00007ff7`1324fac3     postgres!PostmasterMain(
000000ba`d8bff6f0 00007ff7`1384d7c9     postgres!main(
000000ba`d8bff730 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ba`d8bff780 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ba`d8bff7f0 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ba`d8fff788 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ba`d8fff790 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000ba`d8fffa80 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ba`d8fffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ba`d93ff8d8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ba`d93ff8e0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000ba`d93ffbd0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ba`d93ffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ba`d97ffca8 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
000000ba`d97ffcb0 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
000000ba`d97ffd20 00007ff9`15704cb0     postgres!pg_signal_thread(
000000ba`d97ffe20 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ba`d97ffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000038`e93ff908 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
00000038`e93ff910 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
00000038`e93ff980 00007ff9`15704cb0     postgres!pg_signal_thread(
00000038`e93ffa80 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000038`e93ffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000038`e8fff688 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000038`e8fff690 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000038`e8fff980 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000038`e8fff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000038`e97ff9b8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000038`e97ff9c0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000038`e97ffcb0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000038`e97ffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000038`e83ff010 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000038`e83ff050 00007ff7`1339ccac     postgres!ExceptionalCondition(
00000038`e83ff090 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000038`e83ff0e0 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000038`e83ff130 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000038`e83ffa50 00007ff7`1324fac3     postgres!PostmasterMain(
00000038`e83ffbf0 00007ff7`1384d7c9     postgres!main(
00000038`e83ffc30 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000038`e83ffc80 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000038`e83ffcf0 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000038`e87ff498 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000038`e87ff4a0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000038`e87ff790 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000038`e87ff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000038`e8bff5c8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000038`e8bff5d0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000038`e8bff8c0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000038`e8bff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000021`7cdffb08 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
00000021`7cdffb10 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
00000021`7cdffb80 00007ff9`15704cb0     postgres!pg_signal_thread(
00000021`7cdffc80 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000021`7cdffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000021`7d5ffb68 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000021`7d5ffb70 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000021`7d5ffe60 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000021`7d5ffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000021`7c5feed0 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000021`7c5fef10 00007ff7`1339ccac     postgres!ExceptionalCondition(
00000021`7c5fef50 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000021`7c5fefa0 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000021`7c5feff0 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000021`7c5ff910 00007ff7`1324fac3     postgres!PostmasterMain(
00000021`7c5ffab0 00007ff7`1384d7c9     postgres!main(
00000021`7c5ffaf0 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000021`7c5ffb40 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000021`7c5ffbb0 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000021`7c9ff468 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000021`7c9ff470 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000021`7c9ff760 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000021`7c9ff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000021`7d1ff6c8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000021`7d1ff6d0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000021`7d1ff9c0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000021`7d1ff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000034`773ffbb8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000034`773ffbc0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000034`773ffeb0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000034`773ffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000034`76bff938 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
00000034`76bff940 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
00000034`76bff9b0 00007ff9`15704cb0     postgres!pg_signal_thread(
00000034`76bffab0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000034`76bffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000034`76fff518 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000034`76fff520 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000034`76fff810 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000034`76fff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000034`763fece0 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000034`763fed20 00007ff7`1339ccac     postgres!ExceptionalCondition(
00000034`763fed60 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000034`763fedb0 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000034`763fee00 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000034`763ff720 00007ff7`1324fac3     postgres!PostmasterMain(
00000034`763ff8c0 00007ff7`1384d7c9     postgres!main(
00000034`763ff900 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000034`763ff950 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000034`763ff9c0 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000034`767ffc18 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000034`767ffc20 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000034`767fff10 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000034`767fff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f7`e63fec70 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f7`e63fecb0 00007ff7`1339ccac     postgres!ExceptionalCondition(
000000f7`e63fecf0 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f7`e63fed40 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000f7`e63fed90 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f7`e63ff6b0 00007ff7`1324fac3     postgres!PostmasterMain(
000000f7`e63ff850 00007ff7`1384d7c9     postgres!main(
000000f7`e63ff890 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f7`e63ff8e0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f7`e63ff950 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f7`e67ff468 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f7`e67ff470 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000f7`e67ff760 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f7`e67ff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f7`e6bff868 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
000000f7`e6bff870 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
000000f7`e6bff8e0 00007ff9`15704cb0     postgres!pg_signal_thread(
000000f7`e6bff9e0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f7`e6bffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f7`e6fffa98 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f7`e6fffaa0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000f7`e6fffd90 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f7`e6fffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f7`e73ff678 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f7`e73ff680 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000f7`e73ff970 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f7`e73ff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dc`563ffae8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dc`563ffaf0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000dc`563ffde0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000dc`563ffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dc`553fee10 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000dc`553fee50 00007ff7`1339ccac     postgres!ExceptionalCondition(
000000dc`553fee90 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000dc`553feee0 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000dc`553fef30 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000dc`553ff850 00007ff7`1324fac3     postgres!PostmasterMain(
000000dc`553ff9f0 00007ff7`1384d7c9     postgres!main(
000000dc`553ffa30 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000dc`553ffa80 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000dc`553ffaf0 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000dc`557ff608 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dc`557ff610 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000dc`557ff900 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000dc`557ff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dc`55bff798 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
000000dc`55bff7a0 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
000000dc`55bff810 00007ff9`15704cb0     postgres!pg_signal_thread(
000000dc`55bff910 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000dc`55bff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dc`55fffba8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dc`55fffbb0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000dc`55fffea0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000dc`55fffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000018`9abff9e8 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
00000018`9abff9f0 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
00000018`9abffa60 00007ff9`15704cb0     postgres!pg_signal_thread(
00000018`9abffb60 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000018`9abffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000018`9a7ffbe8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000018`9a7ffbf0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000018`9a7ffee0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000018`9a7fff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000018`9afff618 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000018`9afff620 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000018`9afff910 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000018`9afff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000018`99bfee60 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000018`99bfeea0 00007ff7`1339ccac     postgres!ExceptionalCondition(
00000018`99bfeee0 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000018`99bfef30 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000018`99bfef80 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000018`99bff8a0 00007ff7`1324fac3     postgres!PostmasterMain(
00000018`99bffa40 00007ff7`1384d7c9     postgres!main(
00000018`99bffa80 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000018`99bffad0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000018`99bffb40 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000018`99fff8a8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000018`99fff8b0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000018`99fffba0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000018`99fffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000018`9a3ff688 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000018`9a3ff690 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000018`9a3ff980 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000018`9a3ff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000080`d2fffad8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000080`d2fffae0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000080`d2fffdd0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000080`d2fffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000080`d37ff978 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000080`d37ff980 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000080`d37ffc70 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000080`d37ffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000080`d23fede0 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000080`d23fee20 00007ff7`1339ccac     postgres!ExceptionalCondition(
00000080`d23fee60 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000080`d23feeb0 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000080`d23fef00 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000080`d23ff820 00007ff7`1324fac3     postgres!PostmasterMain(
00000080`d23ff9c0 00007ff7`1384d7c9     postgres!main(
00000080`d23ffa00 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000080`d23ffa50 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000080`d23ffac0 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000080`d27ffbf8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000080`d27ffc00 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000080`d27ffef0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000080`d27fff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000080`d2bff5c8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000080`d2bff5d0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000080`d2bff8c0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000080`d2bff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000080`d33ffbf8 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
00000080`d33ffc00 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
00000080`d33ffc70 00007ff9`15704cb0     postgres!pg_signal_thread(
00000080`d33ffd70 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000080`d33ffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003b`04fffb68 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
0000003b`04fffb70 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
0000003b`04fffbe0 00007ff9`15704cb0     postgres!pg_signal_thread(
0000003b`04fffce0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003b`04fffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003b`057ff908 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003b`057ff910 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000003b`057ffc00 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003b`057ffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003b`047feb90 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000003b`047febd0 00007ff7`1339ccac     postgres!ExceptionalCondition(
0000003b`047fec10 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000003b`047fec60 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000003b`047fecb0 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000003b`047ff5d0 00007ff7`1324fac3     postgres!PostmasterMain(
0000003b`047ff770 00007ff7`1384d7c9     postgres!main(
0000003b`047ff7b0 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000003b`047ff800 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000003b`047ff870 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000003b`04bff9d8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003b`04bff9e0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000003b`04bffcd0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003b`04bffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003b`053ffb68 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003b`053ffb70 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000003b`053ffe60 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003b`053ffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000066`64fff568 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000066`64fff570 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000066`64fff860 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000066`64fff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000066`657ff978 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000066`657ff980 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000066`657ffc70 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000066`657ffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000066`647ff170 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000066`647ff1b0 00007ff7`1339ccac     postgres!ExceptionalCondition(
00000066`647ff1f0 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000066`647ff240 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000066`647ff290 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000066`647ffbb0 00007ff7`1324fac3     postgres!PostmasterMain(
00000066`647ffd50 00007ff7`1384d7c9     postgres!main(
00000066`647ffd90 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000066`647ffde0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000066`647ffe50 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000066`64bff508 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000066`64bff510 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000066`64bff800 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000066`64bff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000066`653ff918 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
00000066`653ff920 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
00000066`653ff990 00007ff9`15704cb0     postgres!pg_signal_thread(
00000066`653ffa90 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000066`653ffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000094`f4dff7a8 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
00000094`f4dff7b0 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
00000094`f4dff820 00007ff9`15704cb0     postgres!pg_signal_thread(
00000094`f4dff920 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000094`f4dff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000094`f41fef40 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000094`f41fef80 00007ff7`1339ccac     postgres!ExceptionalCondition(
00000094`f41fefc0 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000094`f41ff010 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000094`f41ff060 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000094`f41ff980 00007ff7`1324fac3     postgres!PostmasterMain(
00000094`f41ffb20 00007ff7`1384d7c9     postgres!main(
00000094`f41ffb60 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000094`f41ffbb0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000094`f41ffc20 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000094`f45ff798 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000094`f45ff7a0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000094`f45ffa90 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000094`f45ffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000094`f49ff4a8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000094`f49ff4b0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000094`f49ff7a0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000094`f49ff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000094`f51ffbb8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000094`f51ffbc0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000094`f51ffeb0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000094`f51ffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000048`387ff698 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000048`387ff6a0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000048`387ff990 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000048`387ff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000048`38bff7e8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000048`38bff7f0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000048`38bffae0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000048`38bffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000048`38fff9e8 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
00000048`38fff9f0 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
00000048`38fffa60 00007ff9`15704cb0     postgres!pg_signal_thread(
00000048`38fffb60 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000048`38fffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000048`393ff9b8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000048`393ff9c0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000048`393ffcb0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000048`393ffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000048`383feeb0 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000048`383feef0 00007ff7`1339ccac     postgres!ExceptionalCondition(
00000048`383fef30 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000048`383fef80 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000048`383fefd0 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000048`383ff8f0 00007ff7`1324fac3     postgres!PostmasterMain(
00000048`383ffa90 00007ff7`1384d7c9     postgres!main(
00000048`383ffad0 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000048`383ffb20 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000048`383ffb90 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ee`f21fec90 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ee`f21fecd0 00007ff7`1339ccac     postgres!ExceptionalCondition(
000000ee`f21fed10 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ee`f21fed60 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000ee`f21fedb0 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ee`f21ff6d0 00007ff7`1324fac3     postgres!PostmasterMain(
000000ee`f21ff870 00007ff7`1384d7c9     postgres!main(
000000ee`f21ff8b0 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ee`f21ff900 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ee`f21ff970 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ee`f31ff658 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ee`f31ff660 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000ee`f31ff950 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ee`f31ff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ee`f29ff7a8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ee`f29ff7b0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000ee`f29ffaa0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ee`f29ffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ee`f2dff878 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
000000ee`f2dff880 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
000000ee`f2dff8f0 00007ff9`15704cb0     postgres!pg_signal_thread(
000000ee`f2dff9f0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ee`f2dffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ee`f25ff768 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ee`f25ff770 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000ee`f25ffa60 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ee`f25ffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000040`0cdff8e8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000040`0cdff8f0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000040`0cdffbe0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000040`0cdffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000040`0d5ffab8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000040`0d5ffac0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000040`0d5ffdb0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000040`0d5ffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000040`0c5fef20 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000040`0c5fef60 00007ff7`1339ccac     postgres!ExceptionalCondition(
00000040`0c5fefa0 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000040`0c5feff0 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000040`0c5ff040 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000040`0c5ff960 00007ff7`1324fac3     postgres!PostmasterMain(
00000040`0c5ffb00 00007ff7`1384d7c9     postgres!main(
00000040`0c5ffb40 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000040`0c5ffb90 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000040`0c5ffc00 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000040`0c9ff6d8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000040`0c9ff6e0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000040`0c9ff9d0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000040`0c9ffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000040`0d1ff898 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
00000040`0d1ff8a0 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
00000040`0d1ff910 00007ff9`15704cb0     postgres!pg_signal_thread(
00000040`0d1ffa10 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000040`0d1ffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ee`71bffa18 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ee`71bffa20 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000ee`71bffd10 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ee`71bffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ee`723ff5d8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ee`723ff5e0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000ee`723ff8d0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ee`723ff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ee`713feab0 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ee`713feaf0 00007ff7`1339ccac     postgres!ExceptionalCondition(
000000ee`713feb30 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ee`713feb80 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000ee`713febd0 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ee`713ff4f0 00007ff7`1324fac3     postgres!PostmasterMain(
000000ee`713ff690 00007ff7`1384d7c9     postgres!main(
000000ee`713ff6d0 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ee`713ff720 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ee`713ff790 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ee`717ff738 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ee`717ff740 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000ee`717ffa30 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ee`717ffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ee`71fffad8 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
000000ee`71fffae0 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
000000ee`71fffb50 00007ff9`15704cb0     postgres!pg_signal_thread(
000000ee`71fffc50 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ee`71fffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f6`e6dff998 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f6`e6dff9a0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000f6`e6dffc90 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f6`e6dffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f6`e75ffb08 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f6`e75ffb10 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000f6`e75ffe00 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f6`e75ffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f6`e65fed60 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f6`e65feda0 00007ff7`1339ccac     postgres!ExceptionalCondition(
000000f6`e65fede0 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f6`e65fee30 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000f6`e65fee80 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f6`e65ff7a0 00007ff7`1324fac3     postgres!PostmasterMain(
000000f6`e65ff940 00007ff7`1384d7c9     postgres!main(
000000f6`e65ff980 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f6`e65ff9d0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f6`e65ffa40 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f6`e69ff5b8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f6`e69ff5c0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000f6`e69ff8b0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f6`e69ff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f6`e71ffcb8 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
000000f6`e71ffcc0 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
000000f6`e71ffd30 00007ff9`15704cb0     postgres!pg_signal_thread(
000000f6`e71ffe30 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f6`e71ffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000069`351ffa78 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
00000069`351ffa80 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
00000069`351ffaf0 00007ff9`15704cb0     postgres!pg_signal_thread(
00000069`351ffbf0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000069`351ffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000069`359ff578 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000069`359ff580 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000069`359ff870 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000069`359ff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000069`349fea40 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000069`349fea80 00007ff7`1339ccac     postgres!ExceptionalCondition(
00000069`349feac0 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000069`349feb10 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000069`349feb60 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000069`349ff480 00007ff7`1324fac3     postgres!PostmasterMain(
00000069`349ff620 00007ff7`1384d7c9     postgres!main(
00000069`349ff660 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000069`349ff6b0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000069`349ff720 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000069`34dffbb8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000069`34dffbc0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000069`34dffeb0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000069`34dffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000069`355ffae8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000069`355ffaf0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000069`355ffde0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000069`355ffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000018`b71ff548 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000018`b71ff550 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000018`b71ff840 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000018`b71ff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000018`b5dfef10 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000018`b5dfef50 00007ff7`1339ccac     postgres!ExceptionalCondition(
00000018`b5dfef90 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000018`b5dfefe0 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000018`b5dff030 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000018`b5dff950 00007ff7`1324fac3     postgres!PostmasterMain(
00000018`b5dffaf0 00007ff7`1384d7c9     postgres!main(
00000018`b5dffb30 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000018`b5dffb80 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000018`b5dffbf0 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000018`b65ff8f8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000018`b65ff900 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000018`b65ffbf0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000018`b65ffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000018`b61ff738 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000018`b61ff740 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000018`b61ffa30 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000018`b61ffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000018`b69ff4d8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000018`b69ff4e0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000018`b69ff7d0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000018`b69ff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000018`b6dffac8 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
00000018`b6dffad0 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
00000018`b6dffb40 00007ff9`15704cb0     postgres!pg_signal_thread(
00000018`b6dffc40 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000018`b6dffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005b`22dff7a8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005b`22dff7b0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000005b`22dffaa0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005b`22dffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005b`229ff9b8 00007ff7`13395bf7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
0000005b`229ff9c0 00007ff7`1324fa84     postgres!SubPostmasterMain(
0000005b`229ffa30 00007ff7`1384d7c9     postgres!main(
0000005b`229ffa70 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000005b`229ffac0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000005b`229ffb30 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
0000005b`229ffb60 00007ff9`15704cb0     postgres!mainCRTStartup(
0000005b`229ffb90 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005b`229ffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005b`231ffb38 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005b`231ffb40 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000005b`231ffe30 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005b`231ffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008a`413ffaf8 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
0000008a`413ffb00 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
0000008a`413ffb70 00007ff9`15704cb0     postgres!pg_signal_thread(
0000008a`413ffc70 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008a`413ffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008a`417ff838 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008a`417ff840 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000008a`417ffb30 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008a`417ffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008a`407fecb0 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000008a`407fecf0 00007ff7`1339ccac     postgres!ExceptionalCondition(
0000008a`407fed30 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000008a`407fed80 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000008a`407fedd0 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000008a`407ff6f0 00007ff7`1324fac3     postgres!PostmasterMain(
0000008a`407ff890 00007ff7`1384d7c9     postgres!main(
0000008a`407ff8d0 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000008a`407ff920 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000008a`407ff990 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000008a`40bff698 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008a`40bff6a0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000008a`40bff990 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008a`40bff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008a`40fff658 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008a`40fff660 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000008a`40fff950 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008a`40fff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003b`88bffb28 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
0000003b`88bffb30 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
0000003b`88bffba0 00007ff9`15704cb0     postgres!pg_signal_thread(
0000003b`88bffca0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003b`88bffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003b`893ff868 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003b`893ff870 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000003b`893ffb60 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003b`893ffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003b`883feb90 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000003b`883febd0 00007ff7`1339ccac     postgres!ExceptionalCondition(
0000003b`883fec10 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000003b`883fec60 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000003b`883fecb0 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000003b`883ff5d0 00007ff7`1324fac3     postgres!PostmasterMain(
0000003b`883ff770 00007ff7`1384d7c9     postgres!main(
0000003b`883ff7b0 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000003b`883ff800 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000003b`883ff870 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000003b`887ff468 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003b`887ff470 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000003b`887ff760 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003b`887ff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003b`88fff7a8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003b`88fff7b0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000003b`88fffaa0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003b`88fffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000077`d8bff9f8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000077`d8bffa00 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000077`d8bffcf0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000077`d8bffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000077`d93ff538 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000077`d93ff540 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000077`d93ff830 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000077`d93ff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000077`d7ffed60 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000077`d7ffeda0 00007ff7`1339ccac     postgres!ExceptionalCondition(
00000077`d7ffede0 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000077`d7ffee30 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000077`d7ffee80 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000077`d7fff7a0 00007ff7`1324fac3     postgres!PostmasterMain(
00000077`d7fff940 00007ff7`1384d7c9     postgres!main(
00000077`d7fff980 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000077`d7fff9d0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000077`d7fffa40 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000077`d83ff768 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000077`d83ff770 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000077`d83ffa60 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000077`d83ffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000077`d87ff958 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000077`d87ff960 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000077`d87ffc50 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000077`d87ffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000077`d8fffa28 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
00000077`d8fffa30 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
00000077`d8fffaa0 00007ff9`15704cb0     postgres!pg_signal_thread(
00000077`d8fffba0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000077`d8fffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b4`5e7ffa58 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b4`5e7ffa60 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000b4`5e7ffd50 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b4`5e7ffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b4`5dbff080 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b4`5dbff0c0 00007ff7`1339ccac     postgres!ExceptionalCondition(
000000b4`5dbff100 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000b4`5dbff150 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000b4`5dbff1a0 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000b4`5dbffac0 00007ff7`1324fac3     postgres!PostmasterMain(
000000b4`5dbffc60 00007ff7`1384d7c9     postgres!main(
000000b4`5dbffca0 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b4`5dbffcf0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000b4`5dbffd60 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000b4`5dfff768 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b4`5dfff770 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000b4`5dfffa60 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b4`5dfffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b4`5e3ffba8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b4`5e3ffbb0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000b4`5e3ffea0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b4`5e3ffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b4`5ebff8e8 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
000000b4`5ebff8f0 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
000000b4`5ebff960 00007ff9`15704cb0     postgres!pg_signal_thread(
000000b4`5ebffa60 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b4`5ebffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b4`5efff528 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b4`5efff530 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000b4`5efff820 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b4`5efff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001f`cd7ffad8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001f`cd7ffae0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000001f`cd7ffdd0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001f`cd7ffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001f`cdbff708 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
0000001f`cdbff710 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
0000001f`cdbff780 00007ff9`15704cb0     postgres!pg_signal_thread(
0000001f`cdbff880 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001f`cdbff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001f`cdfffaf8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001f`cdfffb00 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000001f`cdfffdf0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001f`cdfffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001f`ccfff1a0 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000001f`ccfff1e0 00007ff7`1339ccac     postgres!ExceptionalCondition(
0000001f`ccfff220 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000001f`ccfff270 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000001f`ccfff2c0 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000001f`ccfffbe0 00007ff7`1324fac3     postgres!PostmasterMain(
0000001f`ccfffd80 00007ff7`1384d7c9     postgres!main(
0000001f`ccfffdc0 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000001f`ccfffe10 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000001f`ccfffe80 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000001f`cd3ff9c8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001f`cd3ff9d0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000001f`cd3ffcc0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001f`cd3ffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000045`367ff528 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000045`367ff530 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000045`367ff820 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000045`367ff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000045`36fffd38 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
00000045`36fffd40 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
00000045`36fffdb0 00007ff9`15704cb0     postgres!pg_signal_thread(
00000045`36fffeb0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000045`36fffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000045`373ff538 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000045`373ff540 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000045`373ff830 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000045`373ff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000045`363fea60 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000045`363feaa0 00007ff7`1339ccac     postgres!ExceptionalCondition(
00000045`363feae0 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000045`363feb30 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000045`363feb80 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000045`363ff4a0 00007ff7`1324fac3     postgres!PostmasterMain(
00000045`363ff640 00007ff7`1384d7c9     postgres!main(
00000045`363ff680 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000045`363ff6d0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000045`363ff740 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000045`36bffb58 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000045`36bffb60 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000045`36bffe50 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000045`36bffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000098`62dff7a8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000098`62dff7b0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000098`62dffaa0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000098`62dffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000098`631ffbe8 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
00000098`631ffbf0 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
00000098`631ffc60 00007ff9`15704cb0     postgres!pg_signal_thread(
00000098`631ffd60 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000098`631ffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000098`635ff898 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000098`635ff8a0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000098`635ffb90 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000098`635ffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000098`621feaf0 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000098`621feb30 00007ff7`1339ccac     postgres!ExceptionalCondition(
00000098`621feb70 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000098`621febc0 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000098`621fec10 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000098`621ff530 00007ff7`1324fac3     postgres!PostmasterMain(
00000098`621ff6d0 00007ff7`1384d7c9     postgres!main(
00000098`621ff710 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000098`621ff760 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000098`621ff7d0 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000098`625ff798 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000098`625ff7a0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000098`625ffa90 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000098`625ffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000098`629ff7d8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000098`629ff7e0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000098`629ffad0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000098`629ffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b9`d63ffcb8 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
000000b9`d63ffcc0 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
000000b9`d63ffd30 00007ff9`15704cb0     postgres!pg_signal_thread(
000000b9`d63ffe30 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b9`d63ffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b9`d5fff938 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b9`d5fff940 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000b9`d5fffc30 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b9`d5fffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b9`d67ffc28 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b9`d67ffc30 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000b9`d67fff20 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b9`d67fff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b9`d57feb50 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b9`d57feb90 00007ff7`1339ccac     postgres!ExceptionalCondition(
000000b9`d57febd0 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000b9`d57fec20 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000b9`d57fec70 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000b9`d57ff590 00007ff7`1324fac3     postgres!PostmasterMain(
000000b9`d57ff730 00007ff7`1384d7c9     postgres!main(
000000b9`d57ff770 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b9`d57ff7c0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000b9`d57ff830 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000b9`d5bffa58 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b9`d5bffa60 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000b9`d5bffd50 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b9`d5bffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d6`ab1ff868 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
000000d6`ab1ff870 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
000000d6`ab1ff8e0 00007ff9`15704cb0     postgres!pg_signal_thread(
000000d6`ab1ff9e0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d6`ab1ffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d6`aa9feef0 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d6`aa9fef30 00007ff7`1339ccac     postgres!ExceptionalCondition(
000000d6`aa9fef70 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000d6`aa9fefc0 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000d6`aa9ff010 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000d6`aa9ff930 00007ff7`1324fac3     postgres!PostmasterMain(
000000d6`aa9ffad0 00007ff7`1384d7c9     postgres!main(
000000d6`aa9ffb10 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d6`aa9ffb60 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d6`aa9ffbd0 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000d6`ab5ff518 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d6`ab5ff520 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000d6`ab5ff810 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d6`ab5ff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d6`ab9ffab8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d6`ab9ffac0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000d6`ab9ffdb0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d6`ab9ffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000078`f29ff978 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000078`f29ff980 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000078`f29ffc70 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000078`f29ffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000078`f19fecc0 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000078`f19fed00 00007ff7`1339ccac     postgres!ExceptionalCondition(
00000078`f19fed40 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000078`f19fed90 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000078`f19fede0 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000078`f19ff700 00007ff7`1324fac3     postgres!PostmasterMain(
00000078`f19ff8a0 00007ff7`1384d7c9     postgres!main(
00000078`f19ff8e0 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000078`f19ff930 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000078`f19ff9a0 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000078`f1dff538 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000078`f1dff540 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000078`f1dff830 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000078`f1dff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000078`f21ffa38 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000078`f21ffa40 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000078`f21ffd30 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000078`f21ffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000078`f25ff6b8 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
00000078`f25ff6c0 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
00000078`f25ff730 00007ff9`15704cb0     postgres!pg_signal_thread(
00000078`f25ff830 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000078`f25ff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000022`4d3ff548 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000022`4d3ff550 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000022`4d3ff840 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000022`4d3ff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000022`4d7ff918 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000022`4d7ff920 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000022`4d7ffc10 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000022`4d7ffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000022`4dbff698 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000022`4dbff6a0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000022`4dbff990 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000022`4dbff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000022`4cfff768 00007ff7`13395bf7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000022`4cfff770 00007ff7`1324fa84     postgres!SubPostmasterMain(
00000022`4cfff7e0 00007ff7`1384d7c9     postgres!main(
00000022`4cfff820 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000022`4cfff870 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000022`4cfff8e0 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000022`4cfff910 00007ff9`15704cb0     postgres!mainCRTStartup(
00000022`4cfff940 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000022`4cfff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000017`de9feaf0 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000017`de9feb30 00007ff7`1339ccac     postgres!ExceptionalCondition(
00000017`de9feb70 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000017`de9febc0 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000017`de9fec10 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000017`de9ff530 00007ff7`1324fac3     postgres!PostmasterMain(
00000017`de9ff6d0 00007ff7`1384d7c9     postgres!main(
00000017`de9ff710 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000017`de9ff760 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000017`de9ff7d0 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000017`df1ff628 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
00000017`df1ff630 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
00000017`df1ff6a0 00007ff9`15704cb0     postgres!pg_signal_thread(
00000017`df1ff7a0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000017`df1ff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000017`df5ff678 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000017`df5ff680 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000017`df5ff970 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000017`df5ff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000017`df9ff5c8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000017`df9ff5d0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000017`df9ff8c0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000017`df9ff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000017`dedff8a8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000017`dedff8b0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000017`dedffba0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000017`dedffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000040`b79ff578 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000040`b79ff580 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000040`b79ff870 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000040`b79ff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000040`b85ff4e8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000040`b85ff4f0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000040`b85ff7e0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000040`b85ff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000040`b81ffd38 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
00000040`b81ffd40 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
00000040`b81ffdb0 00007ff9`15704cb0     postgres!pg_signal_thread(
00000040`b81ffeb0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000040`b81ffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000040`b75feea0 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000040`b75feee0 00007ff7`1339ccac     postgres!ExceptionalCondition(
00000040`b75fef20 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000040`b75fef70 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000040`b75fefc0 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000040`b75ff8e0 00007ff7`1324fac3     postgres!PostmasterMain(
00000040`b75ffa80 00007ff7`1384d7c9     postgres!main(
00000040`b75ffac0 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000040`b75ffb10 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000040`b75ffb80 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000040`b7dffbc8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000040`b7dffbd0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000040`b7dffec0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000040`b7dffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e5`0f7ff8c8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e5`0f7ff8d0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000e5`0f7ffbc0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e5`0f7ffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e5`0f3fecc0 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e5`0f3fed00 00007ff7`1339ccac     postgres!ExceptionalCondition(
000000e5`0f3fed40 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000e5`0f3fed90 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000e5`0f3fede0 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000e5`0f3ff700 00007ff7`1324fac3     postgres!PostmasterMain(
000000e5`0f3ff8a0 00007ff7`1384d7c9     postgres!main(
000000e5`0f3ff8e0 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e5`0f3ff930 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e5`0f3ff9a0 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000e5`0fbff958 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e5`0fbff960 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000e5`0fbffc50 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e5`0fbffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e5`0ffff868 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e5`0ffff870 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000e5`0ffffb60 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e5`0ffffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e5`103ffa98 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
000000e5`103ffaa0 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
000000e5`103ffb10 00007ff9`15704cb0     postgres!pg_signal_thread(
000000e5`103ffc10 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e5`103ffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e5`107ff5c8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e5`107ff5d0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000e5`107ff8c0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e5`107ff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000be`4b5ff538 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000be`4b5ff540 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000be`4b5ff830 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000be`4b5ff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000be`4a9ff4f8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000be`4a9ff500 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000be`4a9ff7f0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000be`4a9ff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000be`4a5fed70 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000be`4a5fedb0 00007ff7`1339ccac     postgres!ExceptionalCondition(
000000be`4a5fedf0 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000be`4a5fee40 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000be`4a5fee90 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000be`4a5ff7b0 00007ff7`1324fac3     postgres!PostmasterMain(
000000be`4a5ff950 00007ff7`1384d7c9     postgres!main(
000000be`4a5ff990 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000be`4a5ff9e0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000be`4a5ffa50 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000be`4adff5c8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000be`4adff5d0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000be`4adff8c0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000be`4adff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000be`4b1ffc18 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
000000be`4b1ffc20 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
000000be`4b1ffc90 00007ff9`15704cb0     postgres!pg_signal_thread(
000000be`4b1ffd90 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000be`4b1ffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ca`463ff998 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
000000ca`463ff9a0 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
000000ca`463ffa10 00007ff9`15704cb0     postgres!pg_signal_thread(
000000ca`463ffb10 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ca`463ffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ca`45fff8d8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ca`45fff8e0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000ca`45fffbd0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ca`45fffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ca`467ff7b8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ca`467ff7c0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000ca`467ffab0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ca`467ffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ca`453feb10 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ca`453feb50 00007ff7`1339ccac     postgres!ExceptionalCondition(
000000ca`453feb90 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ca`453febe0 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000ca`453fec30 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ca`453ff550 00007ff7`1324fac3     postgres!PostmasterMain(
000000ca`453ff6f0 00007ff7`1384d7c9     postgres!main(
000000ca`453ff730 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ca`453ff780 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ca`453ff7f0 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ca`457ffb18 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ca`457ffb20 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000ca`457ffe10 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ca`457ffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ca`45bffa48 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ca`45bffa50 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000ca`45bffd40 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ca`45bffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e5`c9bff678 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e5`c9bff680 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000e5`c9bff970 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e5`c9bff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e5`c8bfed10 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e5`c8bfed50 00007ff7`1339ccac     postgres!ExceptionalCondition(
000000e5`c8bfed90 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000e5`c8bfede0 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000e5`c8bfee30 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000e5`c8bff750 00007ff7`1324fac3     postgres!PostmasterMain(
000000e5`c8bff8f0 00007ff7`1384d7c9     postgres!main(
000000e5`c8bff930 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e5`c8bff980 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e5`c8bff9f0 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000e5`c8fffa48 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e5`c8fffa50 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000e5`c8fffd40 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e5`c8fffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e5`c93ff708 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e5`c93ff710 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000e5`c93ffa00 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e5`c93ffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e5`c97ff718 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
000000e5`c97ff720 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
000000e5`c97ff790 00007ff9`15704cb0     postgres!pg_signal_thread(
000000e5`c97ff890 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e5`c97ff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`bcdfeac0 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000cf`bcdfeb00 00007ff7`1339ccac     postgres!ExceptionalCondition(
000000cf`bcdfeb40 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000cf`bcdfeb90 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000cf`bcdfebe0 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000cf`bcdff500 00007ff7`1324fac3     postgres!PostmasterMain(
000000cf`bcdff6a0 00007ff7`1384d7c9     postgres!main(
000000cf`bcdff6e0 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000cf`bcdff730 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000cf`bcdff7a0 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000cf`bd9ffa68 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cf`bd9ffa70 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000cf`bd9ffd60 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`bd9ffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`bd5ff678 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
000000cf`bd5ff680 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
000000cf`bd5ff6f0 00007ff9`15704cb0     postgres!pg_signal_thread(
000000cf`bd5ff7f0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`bd5ff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`bddffb68 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cf`bddffb70 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000cf`bddffe60 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`bddffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`bd1ff4d8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cf`bd1ff4e0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000cf`bd1ff7d0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`bd1ff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a5`b21fea70 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a5`b21feab0 00007ff7`1339ccac     postgres!ExceptionalCondition(
000000a5`b21feaf0 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000a5`b21feb40 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000a5`b21feb90 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a5`b21ff4b0 00007ff7`1324fac3     postgres!PostmasterMain(
000000a5`b21ff650 00007ff7`1384d7c9     postgres!main(
000000a5`b21ff690 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a5`b21ff6e0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a5`b21ff750 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a5`b25ff548 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a5`b25ff550 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000a5`b25ff840 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a5`b25ff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a5`b29ffc28 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a5`b29ffc30 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000a5`b29fff20 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a5`b29fff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a5`b2dff908 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
000000a5`b2dff910 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
000000a5`b2dff980 00007ff9`15704cb0     postgres!pg_signal_thread(
000000a5`b2dffa80 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a5`b2dffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a5`b31ff8c8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a5`b31ff8d0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000a5`b31ffbc0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a5`b31ffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000029`67bffb38 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000029`67bffb40 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000029`67bffe30 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000029`67bffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000029`67fff918 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000029`67fff920 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000029`67fffc10 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000029`67fffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000029`66ffeb80 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000029`66ffebc0 00007ff7`1339ccac     postgres!ExceptionalCondition(
00000029`66ffec00 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000029`66ffec50 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000029`66ffeca0 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000029`66fff5c0 00007ff7`1324fac3     postgres!PostmasterMain(
00000029`66fff760 00007ff7`1384d7c9     postgres!main(
00000029`66fff7a0 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000029`66fff7f0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000029`66fff860 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000029`673ff7a8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000029`673ff7b0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000029`673ffaa0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000029`673ffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000029`677ff5c8 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
00000029`677ff5d0 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
00000029`677ff640 00007ff9`15704cb0     postgres!pg_signal_thread(
00000029`677ff740 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000029`677ff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bd`5f5ff518 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bd`5f5ff520 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000bd`5f5ff810 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bd`5f5ff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bd`5fdff6b8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bd`5fdff6c0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000bd`5fdff9b0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bd`5fdff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bd`5edff0f0 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000bd`5edff130 00007ff7`1339ccac     postgres!ExceptionalCondition(
000000bd`5edff170 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000bd`5edff1c0 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000bd`5edff210 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000bd`5edffb30 00007ff7`1324fac3     postgres!PostmasterMain(
000000bd`5edffcd0 00007ff7`1384d7c9     postgres!main(
000000bd`5edffd10 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000bd`5edffd60 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000bd`5edffdd0 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000bd`5f1ff8d8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bd`5f1ff8e0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000bd`5f1ffbd0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bd`5f1ffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bd`5f9ff8f8 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
000000bd`5f9ff900 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
000000bd`5f9ff970 00007ff9`15704cb0     postgres!pg_signal_thread(
000000bd`5f9ffa70 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bd`5f9ffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000be`81bff7e8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000be`81bff7f0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000be`81bffae0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000be`81bffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000be`823ffbd8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000be`823ffbe0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000be`823ffed0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000be`823fff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000be`80ffea50 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000be`80ffea90 00007ff7`1339ccac     postgres!ExceptionalCondition(
000000be`80ffead0 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000be`80ffeb20 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000be`80ffeb70 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000be`80fff490 00007ff7`1324fac3     postgres!PostmasterMain(
000000be`80fff630 00007ff7`1384d7c9     postgres!main(
000000be`80fff670 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000be`80fff6c0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000be`80fff730 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000be`813ff6b8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000be`813ff6c0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000be`813ff9b0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000be`813ff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000be`817ff5e8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000be`817ff5f0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000be`817ff8e0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000be`817ff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000be`81fff5e8 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
000000be`81fff5f0 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
000000be`81fff660 00007ff9`15704cb0     postgres!pg_signal_thread(
000000be`81fff760 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000be`81fff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005d`a55ff768 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005d`a55ff770 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000005d`a55ffa60 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005d`a55ffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005d`a5dff608 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005d`a5dff610 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000005d`a5dff900 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005d`a5dff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005d`a49ff150 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000005d`a49ff190 00007ff7`1339ccac     postgres!ExceptionalCondition(
0000005d`a49ff1d0 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000005d`a49ff220 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000005d`a49ff270 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000005d`a49ffb90 00007ff7`1324fac3     postgres!PostmasterMain(
0000005d`a49ffd30 00007ff7`1384d7c9     postgres!main(
0000005d`a49ffd70 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000005d`a49ffdc0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000005d`a49ffe30 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000005d`a4dff448 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005d`a4dff450 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000005d`a4dff740 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005d`a4dff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005d`a51ffbe8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005d`a51ffbf0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000005d`a51ffee0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005d`a51fff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005d`a59ffae8 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
0000005d`a59ffaf0 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
0000005d`a59ffb60 00007ff9`15704cb0     postgres!pg_signal_thread(
0000005d`a59ffc60 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005d`a59ffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000025`629ffa78 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000025`629ffa80 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000025`629ffd70 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000025`629ffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000025`631ffc28 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000025`631ffc30 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000025`631fff20 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000025`631fff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000025`621fec80 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000025`621fecc0 00007ff7`1339ccac     postgres!ExceptionalCondition(
00000025`621fed00 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000025`621fed50 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000025`621feda0 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000025`621ff6c0 00007ff7`1324fac3     postgres!PostmasterMain(
00000025`621ff860 00007ff7`1384d7c9     postgres!main(
00000025`621ff8a0 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000025`621ff8f0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000025`621ff960 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000025`625ff538 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000025`625ff540 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000025`625ff830 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000025`625ff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000025`62dff668 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
00000025`62dff670 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
00000025`62dff6e0 00007ff9`15704cb0     postgres!pg_signal_thread(
00000025`62dff7e0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000025`62dff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e0`bcfff7e8 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
000000e0`bcfff7f0 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
000000e0`bcfff860 00007ff9`15704cb0     postgres!pg_signal_thread(
000000e0`bcfff960 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e0`bcfff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e0`bd7ff5c8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e0`bd7ff5d0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000e0`bd7ff8c0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e0`bd7ff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e0`bc7feb50 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e0`bc7feb90 00007ff7`1339ccac     postgres!ExceptionalCondition(
000000e0`bc7febd0 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000e0`bc7fec20 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000e0`bc7fec70 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000e0`bc7ff590 00007ff7`1324fac3     postgres!PostmasterMain(
000000e0`bc7ff730 00007ff7`1384d7c9     postgres!main(
000000e0`bc7ff770 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e0`bc7ff7c0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e0`bc7ff830 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000e0`bcbff4a8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e0`bcbff4b0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000e0`bcbff7a0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e0`bcbff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e0`bd3ff858 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e0`bd3ff860 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000e0`bd3ffb50 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e0`bd3ffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e2`f73fecb0 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e2`f73fecf0 00007ff7`1339ccac     postgres!ExceptionalCondition(
000000e2`f73fed30 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000e2`f73fed80 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000e2`f73fedd0 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000e2`f73ff6f0 00007ff7`1324fac3     postgres!PostmasterMain(
000000e2`f73ff890 00007ff7`1384d7c9     postgres!main(
000000e2`f73ff8d0 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e2`f73ff920 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e2`f73ff990 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000e2`f83ff9b8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e2`f83ff9c0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000e2`f83ffcb0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e2`f83ffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e2`f7fffa88 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
000000e2`f7fffa90 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
000000e2`f7fffb00 00007ff9`15704cb0     postgres!pg_signal_thread(
000000e2`f7fffc00 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e2`f7fffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006b`c3bffa08 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
0000006b`c3bffa10 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
0000006b`c3bffa80 00007ff9`15704cb0     postgres!pg_signal_thread(
0000006b`c3bffb80 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006b`c3bffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006b`c43ffb18 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006b`c43ffb20 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000006b`c43ffe10 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006b`c43ffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006b`c33ff140 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000006b`c33ff180 00007ff7`1339ccac     postgres!ExceptionalCondition(
0000006b`c33ff1c0 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000006b`c33ff210 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000006b`c33ff260 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000006b`c33ffb80 00007ff7`1324fac3     postgres!PostmasterMain(
0000006b`c33ffd20 00007ff7`1384d7c9     postgres!main(
0000006b`c33ffd60 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000006b`c33ffdb0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000006b`c33ffe20 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000006b`c37ff888 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006b`c37ff890 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000006b`c37ffb80 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006b`c37ffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006b`c3fff6d8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006b`c3fff6e0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000006b`c3fff9d0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006b`c3fffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ec`a09ff918 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ec`a09ff920 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000ec`a09ffc10 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ec`a09ffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ec`a01fea90 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ec`a01fead0 00007ff7`1339ccac     postgres!ExceptionalCondition(
000000ec`a01feb10 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ec`a01feb60 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000ec`a01febb0 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ec`a01ff4d0 00007ff7`1324fac3     postgres!PostmasterMain(
000000ec`a01ff670 00007ff7`1384d7c9     postgres!main(
000000ec`a01ff6b0 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ec`a01ff700 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ec`a01ff770 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ec`a05ffbd8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ec`a05ffbe0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000ec`a05ffed0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ec`a05fff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ec`a0dff818 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
000000ec`a0dff820 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
000000ec`a0dff890 00007ff9`15704cb0     postgres!pg_signal_thread(
000000ec`a0dff990 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ec`a0dff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ec`a11ff6c8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ec`a11ff6d0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000ec`a11ff9c0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ec`a11ff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c5`065ff8b8 00007ff7`13395bf7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000c5`065ff8c0 00007ff7`1324fa84     postgres!SubPostmasterMain(
000000c5`065ff930 00007ff7`1384d7c9     postgres!main(
000000c5`065ff970 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c5`065ff9c0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c5`065ffa30 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000c5`065ffa60 00007ff9`15704cb0     postgres!mainCRTStartup(
000000c5`065ffa90 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c5`065ffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c5`069ff4d8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c5`069ff4e0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000c5`069ff7d0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c5`069ff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c5`06dff7b8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c5`06dff7c0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000c5`06dffab0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c5`06dffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b3`755ff5e8 00007ff7`13395bf7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000b3`755ff5f0 00007ff7`1324fa84     postgres!SubPostmasterMain(
000000b3`755ff660 00007ff7`1384d7c9     postgres!main(
000000b3`755ff6a0 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b3`755ff6f0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000b3`755ff760 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000b3`755ff790 00007ff9`15704cb0     postgres!mainCRTStartup(
000000b3`755ff7c0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b3`755ff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b3`761ffa08 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b3`761ffa10 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000b3`761ffd00 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b3`761ffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b3`759ff738 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b3`759ff740 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000b3`759ffa30 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b3`759ffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b3`75dff8a8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b3`75dff8b0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000b3`75dffba0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b3`75dffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e0`cd3ff658 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e0`cd3ff660 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000e0`cd3ff950 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e0`cd3ff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e0`cdbffa78 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e0`cdbffa80 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000e0`cdbffd70 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e0`cdbffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e0`ccbfecd0 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e0`ccbfed10 00007ff7`1339ccac     postgres!ExceptionalCondition(
000000e0`ccbfed50 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000e0`ccbfeda0 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000e0`ccbfedf0 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000e0`ccbff710 00007ff7`1324fac3     postgres!PostmasterMain(
000000e0`ccbff8b0 00007ff7`1384d7c9     postgres!main(
000000e0`ccbff8f0 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e0`ccbff940 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e0`ccbff9b0 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000e0`ccfff8d8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e0`ccfff8e0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000e0`ccfffbd0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e0`ccfffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e0`cd7ff658 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
000000e0`cd7ff660 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
000000e0`cd7ff6d0 00007ff9`15704cb0     postgres!pg_signal_thread(
000000e0`cd7ff7d0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e0`cd7ff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000002`17fff5f8 00007ff7`13395bf7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000002`17fff600 00007ff7`1324fa84     postgres!SubPostmasterMain(
00000002`17fff670 00007ff7`1384d7c9     postgres!main(
00000002`17fff6b0 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000002`17fff700 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000002`17fff770 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000002`17fff7a0 00007ff9`15704cb0     postgres!mainCRTStartup(
00000002`17fff7d0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000002`17fff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000002`18bff9a8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000002`18bff9b0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000002`18bffca0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000002`18bffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000002`187ffbe8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000002`187ffbf0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000002`187ffee0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000002`187fff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000002`183ffa68 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000002`183ffa70 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000002`183ffd60 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000002`183ffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007b`581ff9a8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007b`581ff9b0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000007b`581ffca0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007b`581ffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007b`571ffa78 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007b`571ffa80 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000007b`571ffd70 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007b`571ffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007b`575ff938 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007b`575ff940 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000007b`575ffc30 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007b`575ffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007b`579ffa08 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007b`579ffa10 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000007b`579ffd00 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007b`579ffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007b`56dfee50 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000007b`56dfee90 00007ff7`1339ccac     postgres!ExceptionalCondition(
0000007b`56dfeed0 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000007b`56dfef20 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000007b`56dfef70 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000007b`56dff890 00007ff7`1324fac3     postgres!PostmasterMain(
0000007b`56dffa30 00007ff7`1384d7c9     postgres!main(
0000007b`56dffa70 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000007b`56dffac0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000007b`56dffb30 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000007b`57dff638 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
0000007b`57dff640 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
0000007b`57dff6b0 00007ff9`15704cb0     postgres!pg_signal_thread(
0000007b`57dff7b0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007b`57dff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000031`4f5ff020 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000031`4f5ff060 00007ff7`1339ccac     postgres!ExceptionalCondition(
00000031`4f5ff0a0 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000031`4f5ff0f0 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000031`4f5ff140 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000031`4f5ffa60 00007ff7`1324fac3     postgres!PostmasterMain(
00000031`4f5ffc00 00007ff7`1384d7c9     postgres!main(
00000031`4f5ffc40 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000031`4f5ffc90 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000031`4f5ffd00 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000031`4fdff7b8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000031`4fdff7c0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000031`4fdffab0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000031`4fdffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000031`501ffad8 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
00000031`501ffae0 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
00000031`501ffb50 00007ff9`15704cb0     postgres!pg_signal_thread(
00000031`501ffc50 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000031`501ffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000031`505ff598 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000031`505ff5a0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000031`505ff890 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000031`505ff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000031`4f9ffb08 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000031`4f9ffb10 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000031`4f9ffe00 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000031`4f9ffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000043`9c5fed50 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000043`9c5fed90 00007ff7`1339ccac     postgres!ExceptionalCondition(
00000043`9c5fedd0 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000043`9c5fee20 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000043`9c5fee70 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000043`9c5ff790 00007ff7`1324fac3     postgres!PostmasterMain(
00000043`9c5ff930 00007ff7`1384d7c9     postgres!main(
00000043`9c5ff970 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000043`9c5ff9c0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000043`9c5ffa30 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000043`9cdffbd8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000043`9cdffbe0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000043`9cdffed0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000043`9cdfff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000043`9d5ffa48 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000043`9d5ffa50 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000043`9d5ffd40 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000043`9d5ffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000043`9d1ffae8 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
00000043`9d1ffaf0 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
00000043`9d1ffb60 00007ff9`15704cb0     postgres!pg_signal_thread(
00000043`9d1ffc60 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000043`9d1ffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000043`9c9ff808 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000043`9c9ff810 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000043`9c9ffb00 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000043`9c9ffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000030`1c1ff828 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
00000030`1c1ff830 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
00000030`1c1ff8a0 00007ff9`15704cb0     postgres!pg_signal_thread(
00000030`1c1ff9a0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000030`1c1ff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000030`1bdffb18 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000030`1bdffb20 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000030`1bdffe10 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000030`1bdffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000030`1b5feb80 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000030`1b5febc0 00007ff7`1339ccac     postgres!ExceptionalCondition(
00000030`1b5fec00 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000030`1b5fec50 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000030`1b5feca0 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000030`1b5ff5c0 00007ff7`1324fac3     postgres!PostmasterMain(
00000030`1b5ff760 00007ff7`1384d7c9     postgres!main(
00000030`1b5ff7a0 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000030`1b5ff7f0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000030`1b5ff860 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000030`1b9ff6f8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000030`1b9ff700 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000030`1b9ff9f0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000030`1b9ffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000030`1c5ff858 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000030`1c5ff860 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000030`1c5ffb50 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000030`1c5ffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003f`aa1ff688 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003f`aa1ff690 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000003f`aa1ff980 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003f`aa1ff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003f`a8dfecd0 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000003f`a8dfed10 00007ff7`1339ccac     postgres!ExceptionalCondition(
0000003f`a8dfed50 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000003f`a8dfeda0 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000003f`a8dfedf0 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000003f`a8dff710 00007ff7`1324fac3     postgres!PostmasterMain(
0000003f`a8dff8b0 00007ff7`1384d7c9     postgres!main(
0000003f`a8dff8f0 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000003f`a8dff940 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000003f`a8dff9b0 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000003f`a91ff7d8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003f`a91ff7e0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000003f`a91ffad0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003f`a91ffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003f`a95ff9c8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003f`a95ff9d0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000003f`a95ffcc0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003f`a95ffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003f`a99ff8c8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003f`a99ff8d0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000003f`a99ffbc0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003f`a99ffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003f`a9dff6b8 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
0000003f`a9dff6c0 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
0000003f`a9dff730 00007ff9`15704cb0     postgres!pg_signal_thread(
0000003f`a9dff830 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003f`a9dff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b1`92bffb88 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b1`92bffb90 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000b1`92bffe80 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b1`92bffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b1`933ff4c8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b1`933ff4d0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000b1`933ff7c0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b1`933ff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b1`927ff858 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b1`927ff860 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000b1`927ffb50 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b1`927ffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b1`92fffac8 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
000000b1`92fffad0 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
000000b1`92fffb40 00007ff9`15704cb0     postgres!pg_signal_thread(
000000b1`92fffc40 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b1`92fffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b1`923ff0c0 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b1`923ff100 00007ff7`1339ccac     postgres!ExceptionalCondition(
000000b1`923ff140 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000b1`923ff190 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000b1`923ff1e0 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000b1`923ffb00 00007ff7`1324fac3     postgres!PostmasterMain(
000000b1`923ffca0 00007ff7`1384d7c9     postgres!main(
000000b1`923ffce0 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b1`923ffd30 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000b1`923ffda0 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c7`f1fff4d8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c7`f1fff4e0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000c7`f1fff7d0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c7`f1fff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c7`f1bfef60 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c7`f1bfefa0 00007ff7`1339ccac     postgres!ExceptionalCondition(
000000c7`f1bfefe0 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c7`f1bff030 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000c7`f1bff080 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c7`f1bff9a0 00007ff7`1324fac3     postgres!PostmasterMain(
000000c7`f1bffb40 00007ff7`1384d7c9     postgres!main(
000000c7`f1bffb80 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c7`f1bffbd0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c7`f1bffc40 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c7`f23ff988 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c7`f23ff990 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000c7`f23ffc80 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c7`f23ffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c7`f27ffa18 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
000000c7`f27ffa20 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
000000c7`f27ffa90 00007ff9`15704cb0     postgres!pg_signal_thread(
000000c7`f27ffb90 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c7`f27ffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c7`f2bffbc8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c7`f2bffbd0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000c7`f2bffec0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c7`f2bffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a0`b55ff4b8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a0`b55ff4c0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000a0`b55ff7b0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a0`b55ff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a0`b45fec40 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a0`b45fec80 00007ff7`1339ccac     postgres!ExceptionalCondition(
000000a0`b45fecc0 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000a0`b45fed10 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000a0`b45fed60 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a0`b45ff680 00007ff7`1324fac3     postgres!PostmasterMain(
000000a0`b45ff820 00007ff7`1384d7c9     postgres!main(
000000a0`b45ff860 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a0`b45ff8b0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a0`b45ff920 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a0`b49ff7d8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a0`b49ff7e0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000a0`b49ffad0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a0`b49ffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a0`b4dffd98 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
000000a0`b4dffda0 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
000000a0`b4dffe10 00007ff9`15704cb0     postgres!pg_signal_thread(
000000a0`b4dfff10 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a0`b4dfff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a0`b51ff9b8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a0`b51ff9c0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000a0`b51ffcb0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a0`b51ffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000032`66bff628 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
00000032`66bff630 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
00000032`66bff6a0 00007ff9`15704cb0     postgres!pg_signal_thread(
00000032`66bff7a0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000032`66bff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000032`667ff5f8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000032`667ff600 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000032`667ff8f0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000032`667ff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000032`66fff6e8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000032`66fff6f0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000032`66fff9e0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000032`66fffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000032`663ff190 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000032`663ff1d0 00007ff7`1339ccac     postgres!ExceptionalCondition(
00000032`663ff210 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000032`663ff260 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000032`663ff2b0 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000032`663ffbd0 00007ff7`1324fac3     postgres!PostmasterMain(
00000032`663ffd70 00007ff7`1384d7c9     postgres!main(
00000032`663ffdb0 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000032`663ffe00 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000032`663ffe70 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000032`673ff708 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000032`673ff710 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000032`673ffa00 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000032`673ffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ed`a2dffb08 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ed`a2dffb10 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000ed`a2dffe00 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ed`a2dffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ed`a29ff858 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
000000ed`a29ff860 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
000000ed`a29ff8d0 00007ff9`15704cb0     postgres!pg_signal_thread(
000000ed`a29ff9d0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ed`a29ffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ed`a25ffaf8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ed`a25ffb00 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000ed`a25ffdf0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ed`a25ffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ed`a21ffc18 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ed`a21ffc20 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000ed`a21fff10 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ed`a21fff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ed`a1dfecc0 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ed`a1dfed00 00007ff7`1339ccac     postgres!ExceptionalCondition(
000000ed`a1dfed40 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ed`a1dfed90 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000ed`a1dfede0 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ed`a1dff700 00007ff7`1324fac3     postgres!PostmasterMain(
000000ed`a1dff8a0 00007ff7`1384d7c9     postgres!main(
000000ed`a1dff8e0 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ed`a1dff930 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ed`a1dff9a0 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000056`21bfeee0 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000056`21bfef20 00007ff7`1339ccac     postgres!ExceptionalCondition(
00000056`21bfef60 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000056`21bfefb0 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000056`21bff000 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000056`21bff920 00007ff7`1324fac3     postgres!PostmasterMain(
00000056`21bffac0 00007ff7`1384d7c9     postgres!main(
00000056`21bffb00 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000056`21bffb50 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000056`21bffbc0 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000056`223ff558 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000056`223ff560 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000056`223ff850 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000056`223ff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000056`227ff698 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
00000056`227ff6a0 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
00000056`227ff710 00007ff9`15704cb0     postgres!pg_signal_thread(
00000056`227ff810 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000056`227ff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000056`22bff4b8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000056`22bff4c0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000056`22bff7b0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000056`22bff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000056`21fffba8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000056`21fffbb0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000056`21fffea0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000056`21fffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d0`ef5ff9f8 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
000000d0`ef5ffa00 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
000000d0`ef5ffa70 00007ff9`15704cb0     postgres!pg_signal_thread(
000000d0`ef5ffb70 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d0`ef5ffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d0`ef9ff528 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d0`ef9ff530 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000d0`ef9ff820 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d0`ef9ff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d0`ef1ffb38 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d0`ef1ffb40 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000d0`ef1ffe30 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d0`ef1ffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d0`eedff878 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d0`eedff880 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000d0`eedffb70 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d0`eedffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d0`ee9ff5f8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d0`ee9ff600 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000d0`ee9ff8f0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d0`ee9ff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d0`ee5fee40 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d0`ee5fee80 00007ff7`1339ccac     postgres!ExceptionalCondition(
000000d0`ee5feec0 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000d0`ee5fef10 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000d0`ee5fef60 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000d0`ee5ff880 00007ff7`1324fac3     postgres!PostmasterMain(
000000d0`ee5ffa20 00007ff7`1384d7c9     postgres!main(
000000d0`ee5ffa60 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d0`ee5ffab0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d0`ee5ffb20 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000b6`b8bff658 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b6`b8bff660 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000b6`b8bff950 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b6`b8bff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b6`b7fff4e8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b6`b7fff4f0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000b6`b7fff7e0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b6`b7fff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b6`b7bff0d0 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b6`b7bff110 00007ff7`1339ccac     postgres!ExceptionalCondition(
000000b6`b7bff150 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000b6`b7bff1a0 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000b6`b7bff1f0 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000b6`b7bffb10 00007ff7`1324fac3     postgres!PostmasterMain(
000000b6`b7bffcb0 00007ff7`1384d7c9     postgres!main(
000000b6`b7bffcf0 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b6`b7bffd40 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000b6`b7bffdb0 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000b6`b83ffb68 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b6`b83ffb70 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000b6`b83ffe60 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b6`b83ffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b6`b87ff908 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
000000b6`b87ff910 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
000000b6`b87ff980 00007ff9`15704cb0     postgres!pg_signal_thread(
000000b6`b87ffa80 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b6`b87ffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000085`d29ff608 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000085`d29ff610 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000085`d29ff900 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000085`d29ff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000085`d25feed0 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000085`d25fef10 00007ff7`1339ccac     postgres!ExceptionalCondition(
00000085`d25fef50 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000085`d25fefa0 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000085`d25feff0 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000085`d25ff910 00007ff7`1324fac3     postgres!PostmasterMain(
00000085`d25ffab0 00007ff7`1384d7c9     postgres!main(
00000085`d25ffaf0 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000085`d25ffb40 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000085`d25ffbb0 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000085`d2dff928 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000085`d2dff930 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000085`d2dffc20 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000085`d2dffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000085`d31ff928 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
00000085`d31ff930 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
00000085`d31ff9a0 00007ff9`15704cb0     postgres!pg_signal_thread(
00000085`d31ffaa0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000085`d31ffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000085`d35ffa18 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000085`d35ffa20 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000085`d35ffd10 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000085`d35ffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000013`045ffae8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000013`045ffaf0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000013`045ffde0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000013`045ffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000013`035fee70 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000013`035feeb0 00007ff7`1339ccac     postgres!ExceptionalCondition(
00000013`035feef0 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000013`035fef40 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000013`035fef90 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000013`035ff8b0 00007ff7`1324fac3     postgres!PostmasterMain(
00000013`035ffa50 00007ff7`1384d7c9     postgres!main(
00000013`035ffa90 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000013`035ffae0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000013`035ffb50 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000013`039ff8b8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000013`039ff8c0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000013`039ffbb0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000013`039ffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000013`03dff598 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000013`03dff5a0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000013`03dff890 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000013`03dff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000013`041ff988 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
00000013`041ff990 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
00000013`041ffa00 00007ff9`15704cb0     postgres!pg_signal_thread(
00000013`041ffb00 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000013`041ffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009f`3e1ff678 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009f`3e1ff680 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000009f`3e1ff970 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009f`3e1ff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009f`3d9ff020 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000009f`3d9ff060 00007ff7`1339ccac     postgres!ExceptionalCondition(
0000009f`3d9ff0a0 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000009f`3d9ff0f0 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000009f`3d9ff140 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000009f`3d9ffa60 00007ff7`1324fac3     postgres!PostmasterMain(
0000009f`3d9ffc00 00007ff7`1384d7c9     postgres!main(
0000009f`3d9ffc40 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000009f`3d9ffc90 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000009f`3d9ffd00 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000009f`3ddff448 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009f`3ddff450 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000009f`3ddff740 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009f`3ddff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009f`3e5ffd78 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
0000009f`3e5ffd80 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
0000009f`3e5ffdf0 00007ff9`15704cb0     postgres!pg_signal_thread(
0000009f`3e5ffef0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009f`3e5fff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009f`3e9ff8e8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009f`3e9ff8f0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000009f`3e9ffbe0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009f`3e9ffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001d`ae9fee10 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000001d`ae9fee50 00007ff7`1339ccac     postgres!ExceptionalCondition(
0000001d`ae9fee90 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000001d`ae9feee0 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000001d`ae9fef30 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000001d`ae9ff850 00007ff7`1324fac3     postgres!PostmasterMain(
0000001d`ae9ff9f0 00007ff7`1384d7c9     postgres!main(
0000001d`ae9ffa30 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000001d`ae9ffa80 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000001d`ae9ffaf0 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000001d`aedff928 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001d`aedff930 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000001d`aedffc20 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001d`aedffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001d`af1ff6a8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001d`af1ff6b0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000001d`af1ff9a0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001d`af1ff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001d`af5ff9c8 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
0000001d`af5ff9d0 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
0000001d`af5ffa40 00007ff9`15704cb0     postgres!pg_signal_thread(
0000001d`af5ffb40 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001d`af5ffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001d`af9ffc28 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001d`af9ffc30 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000001d`af9fff20 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001d`af9fff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002a`943ff1b0 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000002a`943ff1f0 00007ff7`1339ccac     postgres!ExceptionalCondition(
0000002a`943ff230 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000002a`943ff280 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000002a`943ff2d0 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000002a`943ffbf0 00007ff7`1324fac3     postgres!PostmasterMain(
0000002a`943ffd90 00007ff7`1384d7c9     postgres!main(
0000002a`943ffdd0 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000002a`943ffe20 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000002a`943ffe90 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000002a`947ff4e8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002a`947ff4f0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000002a`947ff7e0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002a`947ff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002a`94bffd08 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
0000002a`94bffd10 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
0000002a`94bffd80 00007ff9`15704cb0     postgres!pg_signal_thread(
0000002a`94bffe80 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002a`94bffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002a`94fff5d8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002a`94fff5e0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000002a`94fff8d0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002a`94fff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002a`953ff6b8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002a`953ff6c0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000002a`953ff9b0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002a`953ff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000026`195feea0 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000026`195feee0 00007ff7`1339ccac     postgres!ExceptionalCondition(
00000026`195fef20 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000026`195fef70 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000026`195fefc0 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000026`195ff8e0 00007ff7`1324fac3     postgres!PostmasterMain(
00000026`195ffa80 00007ff7`1384d7c9     postgres!main(
00000026`195ffac0 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000026`195ffb10 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000026`195ffb80 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000026`199ff9f8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000026`199ffa00 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000026`199ffcf0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000026`199ffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000026`19dff778 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000026`19dff780 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000026`19dffa70 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000026`19dffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000026`1a1ffa48 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
00000026`1a1ffa50 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
00000026`1a1ffac0 00007ff9`15704cb0     postgres!pg_signal_thread(
00000026`1a1ffbc0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000026`1a1ffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000026`1a5ff908 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000026`1a5ff910 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000026`1a5ffc00 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000026`1a5ffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000058`21dff778 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000058`21dff780 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000058`21dffa70 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000058`21dffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000058`219ff478 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000058`219ff480 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000058`219ff770 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000058`219ff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000058`215ff9a8 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
00000058`215ff9b0 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
00000058`215ffa20 00007ff9`15704cb0     postgres!pg_signal_thread(
00000058`215ffb20 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000058`215ffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000058`211ff978 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000058`211ff980 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000058`211ffc70 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000058`211ffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000058`20dfed70 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000058`20dfedb0 00007ff7`1339ccac     postgres!ExceptionalCondition(
00000058`20dfedf0 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000058`20dfee40 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000058`20dfee90 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000058`20dff7b0 00007ff7`1324fac3     postgres!PostmasterMain(
00000058`20dff950 00007ff7`1384d7c9     postgres!main(
00000058`20dff990 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000058`20dff9e0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000058`20dffa50 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ab`a07ff848 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ab`a07ff850 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000ab`a07ffb40 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ab`a07ffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ab`9fffef80 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ab`9fffefc0 00007ff7`1339ccac     postgres!ExceptionalCondition(
000000ab`9ffff000 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ab`9ffff050 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000ab`9ffff0a0 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ab`9ffff9c0 00007ff7`1324fac3     postgres!PostmasterMain(
000000ab`9ffffb60 00007ff7`1384d7c9     postgres!main(
000000ab`9ffffba0 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ab`9ffffbf0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ab`9ffffc60 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ab`a03ff6a8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ab`a03ff6b0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000ab`a03ff9a0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ab`a03ff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ab`a0bff878 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
000000ab`a0bff880 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
000000ab`a0bff8f0 00007ff9`15704cb0     postgres!pg_signal_thread(
000000ab`a0bff9f0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ab`a0bffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ab`a0fffc28 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ab`a0fffc30 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000ab`a0ffff20 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ab`a0ffff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cc`803ff000 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000cc`803ff040 00007ff7`1339ccac     postgres!ExceptionalCondition(
000000cc`803ff080 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000cc`803ff0d0 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000cc`803ff120 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000cc`803ffa40 00007ff7`1324fac3     postgres!PostmasterMain(
000000cc`803ffbe0 00007ff7`1384d7c9     postgres!main(
000000cc`803ffc20 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000cc`803ffc70 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000cc`803ffce0 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000cc`807ffbb8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cc`807ffbc0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000cc`807ffeb0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cc`807ffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cc`80bff458 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cc`80bff460 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000cc`80bff750 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cc`80bff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cc`80fff5e8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cc`80fff5f0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000cc`80fff8e0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cc`80fff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cc`813ffc08 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
000000cc`813ffc10 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
000000cc`813ffc80 00007ff9`15704cb0     postgres!pg_signal_thread(
000000cc`813ffd80 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cc`813ffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cc`817ff8b8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cc`817ff8c0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000cc`817ffbb0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cc`817ffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b7`4e5fedf0 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b7`4e5fee30 00007ff7`1339ccac     postgres!ExceptionalCondition(
000000b7`4e5fee70 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000b7`4e5feec0 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000b7`4e5fef10 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000b7`4e5ff830 00007ff7`1324fac3     postgres!PostmasterMain(
000000b7`4e5ff9d0 00007ff7`1384d7c9     postgres!main(
000000b7`4e5ffa10 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b7`4e5ffa60 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000b7`4e5ffad0 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000b7`4e9ff7c8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b7`4e9ff7d0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000b7`4e9ffac0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b7`4e9ffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b7`4edff998 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b7`4edff9a0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000b7`4edffc90 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b7`4edffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b7`4f1ff5c8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b7`4f1ff5d0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000b7`4f1ff8c0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b7`4f1ff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b7`4f5ffa58 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
000000b7`4f5ffa60 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
000000b7`4f5ffad0 00007ff9`15704cb0     postgres!pg_signal_thread(
000000b7`4f5ffbd0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b7`4f5ffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b7`4f9ff888 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b7`4f9ff890 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000b7`4f9ffb80 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b7`4f9ffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b0`f13fee00 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b0`f13fee40 00007ff7`1339ccac     postgres!ExceptionalCondition(
000000b0`f13fee80 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000b0`f13feed0 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000b0`f13fef20 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000b0`f13ff840 00007ff7`1324fac3     postgres!PostmasterMain(
000000b0`f13ff9e0 00007ff7`1384d7c9     postgres!main(
000000b0`f13ffa20 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b0`f13ffa70 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000b0`f13ffae0 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000b0`f17ff828 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b0`f17ff830 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000b0`f17ffb20 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b0`f17ffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b0`f1bff728 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
000000b0`f1bff730 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
000000b0`f1bff7a0 00007ff9`15704cb0     postgres!pg_signal_thread(
000000b0`f1bff8a0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b0`f1bff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b0`f1fff838 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b0`f1fff840 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000b0`f1fffb30 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b0`f1fffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b0`f23ff508 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b0`f23ff510 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000b0`f23ff800 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b0`f23ff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000023`c5bfeb30 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000023`c5bfeb70 00007ff7`1339ccac     postgres!ExceptionalCondition(
00000023`c5bfebb0 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000023`c5bfec00 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000023`c5bfec50 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000023`c5bff570 00007ff7`1324fac3     postgres!PostmasterMain(
00000023`c5bff710 00007ff7`1384d7c9     postgres!main(
00000023`c5bff750 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000023`c5bff7a0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000023`c5bff810 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000023`c5fff448 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000023`c5fff450 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000023`c5fff740 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000023`c5fff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000023`c63ffa98 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000023`c63ffaa0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000023`c63ffd90 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000023`c63ffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000023`c67ff868 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
00000023`c67ff870 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
00000023`c67ff8e0 00007ff9`15704cb0     postgres!pg_signal_thread(
00000023`c67ff9e0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000023`c67ffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000023`c6bff478 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000023`c6bff480 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000023`c6bff770 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000023`c6bff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000058`c5ffecb0 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000058`c5ffecf0 00007ff7`1339ccac     postgres!ExceptionalCondition(
00000058`c5ffed30 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000058`c5ffed80 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000058`c5ffedd0 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000058`c5fff6f0 00007ff7`1324fac3     postgres!PostmasterMain(
00000058`c5fff890 00007ff7`1384d7c9     postgres!main(
00000058`c5fff8d0 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000058`c5fff920 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000058`c5fff990 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000058`c63ff698 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000058`c63ff6a0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000058`c63ff990 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000058`c63ff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000058`c67ff678 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000058`c67ff680 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000058`c67ff970 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000058`c67ff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000058`c6bffb48 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
00000058`c6bffb50 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
00000058`c6bffbc0 00007ff9`15704cb0     postgres!pg_signal_thread(
00000058`c6bffcc0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000058`c6bffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000058`c6fff498 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000058`c6fff4a0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000058`c6fff790 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000058`c6fff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000069`6e9fea20 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000069`6e9fea60 00007ff7`1339ccac     postgres!ExceptionalCondition(
00000069`6e9feaa0 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000069`6e9feaf0 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000069`6e9feb40 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000069`6e9ff460 00007ff7`1324fac3     postgres!PostmasterMain(
00000069`6e9ff600 00007ff7`1384d7c9     postgres!main(
00000069`6e9ff640 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000069`6e9ff690 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000069`6e9ff700 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000069`6edff9a8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000069`6edff9b0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000069`6edffca0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000069`6edffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000069`6f1ff968 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000069`6f1ff970 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000069`6f1ffc60 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000069`6f1ffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000069`6f5ff778 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000069`6f5ff780 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000069`6f5ffa70 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000069`6f5ffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000069`6f9ffc88 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
00000069`6f9ffc90 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
00000069`6f9ffd00 00007ff9`15704cb0     postgres!pg_signal_thread(
00000069`6f9ffe00 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000069`6f9ffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000069`6fdff958 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000069`6fdff960 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000069`6fdffc50 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000069`6fdffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000058`d0ffeb00 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000058`d0ffeb40 00007ff7`1339ccac     postgres!ExceptionalCondition(
00000058`d0ffeb80 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000058`d0ffebd0 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000058`d0ffec20 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000058`d0fff540 00007ff7`1324fac3     postgres!PostmasterMain(
00000058`d0fff6e0 00007ff7`1384d7c9     postgres!main(
00000058`d0fff720 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000058`d0fff770 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000058`d0fff7e0 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000058`d13ffb68 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000058`d13ffb70 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000058`d13ffe60 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000058`d13ffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000058`d17ffd28 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
00000058`d17ffd30 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
00000058`d17ffda0 00007ff9`15704cb0     postgres!pg_signal_thread(
00000058`d17ffea0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000058`d17ffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000058`d1bff748 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000058`d1bff750 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000058`d1bffa40 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000058`d1bffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000058`d1fff7f8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000058`d1fff800 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000058`d1fffaf0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000058`d1fffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fe`6cfff180 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000fe`6cfff1c0 00007ff7`1339ccac     postgres!ExceptionalCondition(
000000fe`6cfff200 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000fe`6cfff250 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000fe`6cfff2a0 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000fe`6cfffbc0 00007ff7`1324fac3     postgres!PostmasterMain(
000000fe`6cfffd60 00007ff7`1384d7c9     postgres!main(
000000fe`6cfffda0 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000fe`6cfffdf0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000fe`6cfffe60 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000fe`6d3ff488 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fe`6d3ff490 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000fe`6d3ff780 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fe`6d3ff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fe`6d7ff528 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fe`6d7ff530 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000fe`6d7ff820 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fe`6d7ff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fe`6dbffc48 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
000000fe`6dbffc50 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
000000fe`6dbffcc0 00007ff9`15704cb0     postgres!pg_signal_thread(
000000fe`6dbffdc0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fe`6dbffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fe`6dfff4a8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fe`6dfff4b0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000fe`6dfff7a0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fe`6dfff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002d`0cdfed60 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000002d`0cdfeda0 00007ff7`1339ccac     postgres!ExceptionalCondition(
0000002d`0cdfede0 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000002d`0cdfee30 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000002d`0cdfee80 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000002d`0cdff7a0 00007ff7`1324fac3     postgres!PostmasterMain(
0000002d`0cdff940 00007ff7`1384d7c9     postgres!main(
0000002d`0cdff980 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000002d`0cdff9d0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000002d`0cdffa40 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000002d`0d1ffa38 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002d`0d1ffa40 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000002d`0d1ffd30 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002d`0d1ffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002d`0d5ff8d8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002d`0d5ff8e0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000002d`0d5ffbd0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002d`0d5ffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002d`0d9ffb98 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
0000002d`0d9ffba0 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
0000002d`0d9ffc10 00007ff9`15704cb0     postgres!pg_signal_thread(
0000002d`0d9ffd10 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002d`0d9ffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002d`0ddff6f8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002d`0ddff700 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000002d`0ddff9f0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002d`0ddffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006c`6d5ff8d8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006c`6d5ff8e0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000006c`6d5ffbd0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006c`6d5ffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006c`6cdfed50 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000006c`6cdfed90 00007ff7`1339ccac     postgres!ExceptionalCondition(
0000006c`6cdfedd0 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000006c`6cdfee20 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000006c`6cdfee70 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000006c`6cdff790 00007ff7`1324fac3     postgres!PostmasterMain(
0000006c`6cdff930 00007ff7`1384d7c9     postgres!main(
0000006c`6cdff970 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000006c`6cdff9c0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000006c`6cdffa30 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000006c`6d1ff948 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006c`6d1ff950 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000006c`6d1ffc40 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006c`6d1ffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006c`6d9ff5e8 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
0000006c`6d9ff5f0 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
0000006c`6d9ff660 00007ff9`15704cb0     postgres!pg_signal_thread(
0000006c`6d9ff760 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006c`6d9ff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006c`6ddff758 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006c`6ddff760 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000006c`6ddffa50 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006c`6ddffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005d`4edfeaf0 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000005d`4edfeb30 00007ff7`1339ccac     postgres!ExceptionalCondition(
0000005d`4edfeb70 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000005d`4edfebc0 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000005d`4edfec10 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000005d`4edff530 00007ff7`1324fac3     postgres!PostmasterMain(
0000005d`4edff6d0 00007ff7`1384d7c9     postgres!main(
0000005d`4edff710 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000005d`4edff760 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000005d`4edff7d0 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000005d`4f1ffa88 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005d`4f1ffa90 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000005d`4f1ffd80 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005d`4f1ffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005d`4f5ffd98 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
0000005d`4f5ffda0 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
0000005d`4f5ffe10 00007ff9`15704cb0     postgres!pg_signal_thread(
0000005d`4f5fff10 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005d`4f5fff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005d`4f9ff608 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005d`4f9ff610 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000005d`4f9ff900 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005d`4f9ff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005d`4fdffb88 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005d`4fdffb90 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000005d`4fdffe80 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005d`4fdffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e8`d05fedf0 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e8`d05fee30 00007ff7`1339ccac     postgres!ExceptionalCondition(
000000e8`d05fee70 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000e8`d05feec0 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000e8`d05fef10 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000e8`d05ff830 00007ff7`1324fac3     postgres!PostmasterMain(
000000e8`d05ff9d0 00007ff7`1384d7c9     postgres!main(
000000e8`d05ffa10 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e8`d05ffa60 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e8`d05ffad0 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000e8`d09ff6c8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e8`d09ff6d0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000e8`d09ff9c0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e8`d09ff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e8`d0dffb08 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
000000e8`d0dffb10 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
000000e8`d0dffb80 00007ff9`15704cb0     postgres!pg_signal_thread(
000000e8`d0dffc80 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e8`d0dffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e8`d11ff6a8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e8`d11ff6b0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000e8`d11ff9a0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e8`d11ff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e8`d15ffa78 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e8`d15ffa80 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000e8`d15ffd70 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e8`d15ffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f9`53bfea70 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f9`53bfeab0 00007ff7`1339ccac     postgres!ExceptionalCondition(
000000f9`53bfeaf0 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f9`53bfeb40 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000f9`53bfeb90 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f9`53bff4b0 00007ff7`1324fac3     postgres!PostmasterMain(
000000f9`53bff650 00007ff7`1384d7c9     postgres!main(
000000f9`53bff690 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f9`53bff6e0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f9`53bff750 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f9`53fff5b8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f9`53fff5c0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000f9`53fff8b0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f9`53fff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f9`547ffcd8 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
000000f9`547ffce0 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
000000f9`547ffd50 00007ff9`15704cb0     postgres!pg_signal_thread(
000000f9`547ffe50 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f9`547ffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f9`543ff748 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f9`543ff750 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000f9`543ffa40 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f9`543ffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f9`54bff558 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f9`54bff560 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000f9`54bff850 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f9`54bff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000033`93dfee00 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000033`93dfee40 00007ff7`1339ccac     postgres!ExceptionalCondition(
00000033`93dfee80 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000033`93dfeed0 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000033`93dfef20 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000033`93dff840 00007ff7`1324fac3     postgres!PostmasterMain(
00000033`93dff9e0 00007ff7`1384d7c9     postgres!main(
00000033`93dffa20 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000033`93dffa70 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000033`93dffae0 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000033`941ff658 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000033`941ff660 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000033`941ff950 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000033`941ff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000033`945ff4a8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000033`945ff4b0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000033`945ff7a0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000033`945ff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000033`949ff8d8 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
00000033`949ff8e0 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
00000033`949ff950 00007ff9`15704cb0     postgres!pg_signal_thread(
00000033`949ffa50 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000033`949ffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000033`94dff678 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000033`94dff680 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000033`94dff970 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000033`94dff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e7`1ddff000 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e7`1ddff040 00007ff7`1339ccac     postgres!ExceptionalCondition(
000000e7`1ddff080 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000e7`1ddff0d0 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000e7`1ddff120 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000e7`1ddffa40 00007ff7`1324fac3     postgres!PostmasterMain(
000000e7`1ddffbe0 00007ff7`1384d7c9     postgres!main(
000000e7`1ddffc20 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e7`1ddffc70 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e7`1ddffce0 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000e7`1e1ff488 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e7`1e1ff490 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000e7`1e1ff780 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e7`1e1ff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e7`1e5ff738 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e7`1e5ff740 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000e7`1e5ffa30 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e7`1e5ffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e7`1e9ff958 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e7`1e9ff960 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000e7`1e9ffc50 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e7`1e9ffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e7`1edffd58 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
000000e7`1edffd60 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
000000e7`1edffdd0 00007ff9`15704cb0     postgres!pg_signal_thread(
000000e7`1edffed0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e7`1edfff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e7`1f1ff8a8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e7`1f1ff8b0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000e7`1f1ffba0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e7`1f1ffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b3`9affefd0 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b3`9afff010 00007ff7`1339ccac     postgres!ExceptionalCondition(
000000b3`9afff050 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000b3`9afff0a0 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000b3`9afff0f0 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000b3`9afffa10 00007ff7`1324fac3     postgres!PostmasterMain(
000000b3`9afffbb0 00007ff7`1384d7c9     postgres!main(
000000b3`9afffbf0 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b3`9afffc40 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000b3`9afffcb0 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000b3`9b3ff4a8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b3`9b3ff4b0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000b3`9b3ff7a0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b3`9b3ff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b3`9b7ffaa8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b3`9b7ffab0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000b3`9b7ffda0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b3`9b7ffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b3`9bbffb48 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
000000b3`9bbffb50 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
000000b3`9bbffbc0 00007ff9`15704cb0     postgres!pg_signal_thread(
000000b3`9bbffcc0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b3`9bbffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b3`9bfff6e8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b3`9bfff6f0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000b3`9bfff9e0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b3`9bfffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000024`f59feaf0 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000024`f59feb30 00007ff7`1339ccac     postgres!ExceptionalCondition(
00000024`f59feb70 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000024`f59febc0 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000024`f59fec10 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000024`f59ff530 00007ff7`1324fac3     postgres!PostmasterMain(
00000024`f59ff6d0 00007ff7`1384d7c9     postgres!main(
00000024`f59ff710 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000024`f59ff760 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000024`f59ff7d0 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000024`f5dff678 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000024`f5dff680 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000024`f5dff970 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000024`f5dff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000024`f61ffa08 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000024`f61ffa10 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000024`f61ffd00 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000024`f61ffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000024`f65ff7b8 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
00000024`f65ff7c0 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
00000024`f65ff830 00007ff9`15704cb0     postgres!pg_signal_thread(
00000024`f65ff930 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000024`f65ff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000024`f69ff838 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000024`f69ff840 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000024`f69ffb30 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000024`f69ffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001c`c23fee10 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000001c`c23fee50 00007ff7`1339ccac     postgres!ExceptionalCondition(
0000001c`c23fee90 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000001c`c23feee0 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000001c`c23fef30 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000001c`c23ff850 00007ff7`1324fac3     postgres!PostmasterMain(
0000001c`c23ff9f0 00007ff7`1384d7c9     postgres!main(
0000001c`c23ffa30 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000001c`c23ffa80 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000001c`c23ffaf0 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000001c`c27ff998 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001c`c27ff9a0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000001c`c27ffc90 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001c`c27ffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001c`c2bff848 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001c`c2bff850 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000001c`c2bffb40 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001c`c2bffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001c`c2fff7f8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001c`c2fff800 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000001c`c2fffaf0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001c`c2fffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001c`c33ff6f8 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
0000001c`c33ff700 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
0000001c`c33ff770 00007ff9`15704cb0     postgres!pg_signal_thread(
0000001c`c33ff870 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001c`c33ff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001c`c37ff938 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001c`c37ff940 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000001c`c37ffc30 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001c`c37ffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002a`c2bfef70 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000002a`c2bfefb0 00007ff7`1339ccac     postgres!ExceptionalCondition(
0000002a`c2bfeff0 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000002a`c2bff040 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000002a`c2bff090 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000002a`c2bff9b0 00007ff7`1324fac3     postgres!PostmasterMain(
0000002a`c2bffb50 00007ff7`1384d7c9     postgres!main(
0000002a`c2bffb90 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000002a`c2bffbe0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000002a`c2bffc50 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000002a`c37ffa28 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
0000002a`c37ffa30 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
0000002a`c37ffaa0 00007ff9`15704cb0     postgres!pg_signal_thread(
0000002a`c37ffba0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002a`c37ffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002a`c3bff538 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002a`c3bff540 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000002a`c3bff830 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002a`c3bff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002a`c2fff678 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002a`c2fff680 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000002a`c2fff970 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002a`c2fff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002a`c33ff678 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002a`c33ff680 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000002a`c33ff970 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002a`c33ff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a0`b9bfee40 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a0`b9bfee80 00007ff7`1339ccac     postgres!ExceptionalCondition(
000000a0`b9bfeec0 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000a0`b9bfef10 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000a0`b9bfef60 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a0`b9bff880 00007ff7`1324fac3     postgres!PostmasterMain(
000000a0`b9bffa20 00007ff7`1384d7c9     postgres!main(
000000a0`b9bffa60 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a0`b9bffab0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a0`b9bffb20 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a0`ba3ff8e8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a0`ba3ff8f0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000a0`ba3ffbe0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a0`ba3ffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a0`babff628 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a0`babff630 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000a0`babff920 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a0`babff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a0`ba7ff5c8 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
000000a0`ba7ff5d0 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
000000a0`ba7ff640 00007ff9`15704cb0     postgres!pg_signal_thread(
000000a0`ba7ff740 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a0`ba7ff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a0`b9fff958 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a0`b9fff960 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000a0`b9fffc50 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a0`b9fffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e3`7e5ffc08 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
000000e3`7e5ffc10 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
000000e3`7e5ffc80 00007ff9`15704cb0     postgres!pg_signal_thread(
000000e3`7e5ffd80 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e3`7e5ffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e3`7d9feb30 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e3`7d9feb70 00007ff7`1339ccac     postgres!ExceptionalCondition(
000000e3`7d9febb0 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000e3`7d9fec00 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000e3`7d9fec50 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000e3`7d9ff570 00007ff7`1324fac3     postgres!PostmasterMain(
000000e3`7d9ff710 00007ff7`1384d7c9     postgres!main(
000000e3`7d9ff750 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e3`7d9ff7a0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e3`7d9ff810 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000e3`7ddff588 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e3`7ddff590 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000e3`7ddff880 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e3`7ddff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e3`7e1ff878 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e3`7e1ff880 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000e3`7e1ffb70 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e3`7e1ffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e3`7e9ff6e8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e3`7e9ff6f0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000e3`7e9ff9e0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e3`7e9ffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000055`4f3ff918 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000055`4f3ff920 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000055`4f3ffc10 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000055`4f3ffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000055`4ebff918 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000055`4ebff920 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000055`4ebffc10 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000055`4ebffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000055`4e7ff8f8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000055`4e7ff900 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000055`4e7ffbf0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000055`4e7ffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000055`4e3ff518 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000055`4e3ff520 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000055`4e3ff810 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000055`4e3ff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000055`4dfff0f0 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000055`4dfff130 00007ff7`1339ccac     postgres!ExceptionalCondition(
00000055`4dfff170 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000055`4dfff1c0 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000055`4dfff210 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000055`4dfffb30 00007ff7`1324fac3     postgres!PostmasterMain(
00000055`4dfffcd0 00007ff7`1384d7c9     postgres!main(
00000055`4dfffd10 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000055`4dfffd60 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000055`4dfffdd0 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000055`4efffc78 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
00000055`4efffc80 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
00000055`4efffcf0 00007ff9`15704cb0     postgres!pg_signal_thread(
00000055`4efffdf0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000055`4efffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`c6dffa38 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
000000dd`c6dffa40 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
000000dd`c6dffab0 00007ff9`15704cb0     postgres!pg_signal_thread(
000000dd`c6dffbb0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`c6dffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`c5dff040 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000dd`c5dff080 00007ff7`1339ccac     postgres!ExceptionalCondition(
000000dd`c5dff0c0 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000dd`c5dff110 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000dd`c5dff160 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000dd`c5dffa80 00007ff7`1324fac3     postgres!PostmasterMain(
000000dd`c5dffc20 00007ff7`1384d7c9     postgres!main(
000000dd`c5dffc60 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000dd`c5dffcb0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000dd`c5dffd20 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000dd`c61ff778 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dd`c61ff780 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000dd`c61ffa70 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`c61ffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`c65ff548 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dd`c65ff550 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000dd`c65ff840 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`c65ff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`c71ff698 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dd`c71ff6a0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000dd`c71ff990 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`c71ff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`c69ff7b8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dd`c69ff7c0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000dd`c69ffab0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`c69ffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bc`f55ff7b8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bc`f55ff7c0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000bc`f55ffab0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bc`f55ffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bc`f59ff9a8 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
000000bc`f59ff9b0 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
000000bc`f59ffa20 00007ff9`15704cb0     postgres!pg_signal_thread(
000000bc`f59ffb20 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bc`f59ffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bc`f4dfefb0 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000bc`f4dfeff0 00007ff7`1339ccac     postgres!ExceptionalCondition(
000000bc`f4dff030 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000bc`f4dff080 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000bc`f4dff0d0 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000bc`f4dff9f0 00007ff7`1324fac3     postgres!PostmasterMain(
000000bc`f4dffb90 00007ff7`1384d7c9     postgres!main(
000000bc`f4dffbd0 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000bc`f4dffc20 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000bc`f4dffc90 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000bc`f51ff9e8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bc`f51ff9f0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000bc`f51ffce0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bc`f51ffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bc`f5dff618 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bc`f5dff620 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000bc`f5dff910 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bc`f5dff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000044`1b5fed40 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000044`1b5fed80 00007ff7`1339ccac     postgres!ExceptionalCondition(
00000044`1b5fedc0 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000044`1b5fee10 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000044`1b5fee60 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000044`1b5ff780 00007ff7`1324fac3     postgres!PostmasterMain(
00000044`1b5ff920 00007ff7`1384d7c9     postgres!main(
00000044`1b5ff960 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000044`1b5ff9b0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000044`1b5ffa20 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000044`1c5ff908 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000044`1c5ff910 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000044`1c5ffc00 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000044`1c5ffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000044`1c1ffc58 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
00000044`1c1ffc60 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
00000044`1c1ffcd0 00007ff9`15704cb0     postgres!pg_signal_thread(
00000044`1c1ffdd0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000044`1c1ffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000044`1bdff4c8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000044`1bdff4d0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000044`1bdff7c0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000044`1bdff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000044`1b9ffab8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000044`1b9ffac0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000044`1b9ffdb0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000044`1b9ffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ea`9b1ff818 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
000000ea`9b1ff820 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
000000ea`9b1ff890 00007ff9`15704cb0     postgres!pg_signal_thread(
000000ea`9b1ff990 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ea`9b1ff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ea`9b5ff868 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ea`9b5ff870 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000ea`9b5ffb60 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ea`9b5ffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ea`9adff598 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ea`9adff5a0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000ea`9adff890 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ea`9adff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ea`9a9ffb98 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ea`9a9ffba0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000ea`9a9ffe90 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ea`9a9ffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ea`9a5ff000 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ea`9a5ff040 00007ff7`1339ccac     postgres!ExceptionalCondition(
000000ea`9a5ff080 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ea`9a5ff0d0 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000ea`9a5ff120 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ea`9a5ffa40 00007ff7`1324fac3     postgres!PostmasterMain(
000000ea`9a5ffbe0 00007ff7`1384d7c9     postgres!main(
000000ea`9a5ffc20 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ea`9a5ffc70 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ea`9a5ffce0 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000042`8a9fef90 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000042`8a9fefd0 00007ff7`1339ccac     postgres!ExceptionalCondition(
00000042`8a9ff010 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000042`8a9ff060 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000042`8a9ff0b0 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000042`8a9ff9d0 00007ff7`1324fac3     postgres!PostmasterMain(
00000042`8a9ffb70 00007ff7`1384d7c9     postgres!main(
00000042`8a9ffbb0 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000042`8a9ffc00 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000042`8a9ffc70 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000042`8b9ffa98 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000042`8b9ffaa0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000042`8b9ffd90 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000042`8b9ffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000042`8b5ffae8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000042`8b5ffaf0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000042`8b5ffde0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000042`8b5ffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000042`8b1ff968 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
00000042`8b1ff970 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
00000042`8b1ff9e0 00007ff9`15704cb0     postgres!pg_signal_thread(
00000042`8b1ffae0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000042`8b1ffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000042`8adff698 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000042`8adff6a0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000042`8adff990 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000042`8adff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000067`509ff528 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000067`509ff530 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000067`509ff820 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000067`509ff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000067`50dff4d8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000067`50dff4e0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000067`50dff7d0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000067`50dff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000067`505ffa68 00007ff7`13395bf7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000067`505ffa70 00007ff7`1324fa84     postgres!SubPostmasterMain(
00000067`505ffae0 00007ff7`1384d7c9     postgres!main(
00000067`505ffb20 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000067`505ffb70 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000067`505ffbe0 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000067`505ffc10 00007ff9`15704cb0     postgres!mainCRTStartup(
00000067`505ffc40 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000067`505ffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000090`ebfff5a8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000090`ebfff5b0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000090`ebfff8a0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000090`ebfff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000090`ec7ffa68 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000090`ec7ffa70 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000090`ec7ffd60 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000090`ec7ffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000090`ec3ff6a8 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
00000090`ec3ff6b0 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
00000090`ec3ff720 00007ff9`15704cb0     postgres!pg_signal_thread(
00000090`ec3ff820 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000090`ec3ff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000090`ebbff788 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000090`ebbff790 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000090`ebbffa80 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000090`ebbffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000090`eb7fed50 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000090`eb7fed90 00007ff7`1339ccac     postgres!ExceptionalCondition(
00000090`eb7fedd0 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000090`eb7fee20 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000090`eb7fee70 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000090`eb7ff790 00007ff7`1324fac3     postgres!PostmasterMain(
00000090`eb7ff930 00007ff7`1384d7c9     postgres!main(
00000090`eb7ff970 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000090`eb7ff9c0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000090`eb7ffa30 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f7`593ff8f8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f7`593ff900 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000f7`593ffbf0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f7`593ffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f7`58bfecc0 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f7`58bfed00 00007ff7`1339ccac     postgres!ExceptionalCondition(
000000f7`58bfed40 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f7`58bfed90 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000f7`58bfede0 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f7`58bff700 00007ff7`1324fac3     postgres!PostmasterMain(
000000f7`58bff8a0 00007ff7`1384d7c9     postgres!main(
000000f7`58bff8e0 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f7`58bff930 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f7`58bff9a0 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f7`58fff998 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f7`58fff9a0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000f7`58fffc90 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f7`58fffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f7`59bff868 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f7`59bff870 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000f7`59bffb60 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f7`59bffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f7`597ff668 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
000000f7`597ff670 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
000000f7`597ff6e0 00007ff9`15704cb0     postgres!pg_signal_thread(
000000f7`597ff7e0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f7`597ff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002d`b9bffa98 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
0000002d`b9bffaa0 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
0000002d`b9bffb10 00007ff9`15704cb0     postgres!pg_signal_thread(
0000002d`b9bffc10 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002d`b9bffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002d`b9fff618 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002d`b9fff620 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000002d`b9fff910 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002d`b9fff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002d`ba3ff808 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002d`ba3ff810 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000002d`ba3ffb00 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002d`ba3ffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002d`b93feeb0 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000002d`b93feef0 00007ff7`1339ccac     postgres!ExceptionalCondition(
0000002d`b93fef30 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000002d`b93fef80 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000002d`b93fefd0 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000002d`b93ff8f0 00007ff7`1324fac3     postgres!PostmasterMain(
0000002d`b93ffa90 00007ff7`1384d7c9     postgres!main(
0000002d`b93ffad0 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000002d`b93ffb20 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000002d`b93ffb90 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000002d`b97ffa68 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002d`b97ffa70 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000002d`b97ffd60 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002d`b97ffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000070`955fedf0 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000070`955fee30 00007ff7`1339ccac     postgres!ExceptionalCondition(
00000070`955fee70 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000070`955feec0 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000070`955fef10 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000070`955ff830 00007ff7`1324fac3     postgres!PostmasterMain(
00000070`955ff9d0 00007ff7`1384d7c9     postgres!main(
00000070`955ffa10 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000070`955ffa60 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000070`955ffad0 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000070`969ffba8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000070`969ffbb0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000070`969ffea0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000070`969ffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000070`965ff768 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
00000070`965ff770 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
00000070`965ff7e0 00007ff9`15704cb0     postgres!pg_signal_thread(
00000070`965ff8e0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000070`965ff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000070`961ff968 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000070`961ff970 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000070`961ffc60 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000070`961ffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000070`95dff498 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000070`95dff4a0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000070`95dff790 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000070`95dff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000070`959ff838 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000070`959ff840 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000070`959ffb30 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000070`959ffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d4`cdfff868 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
000000d4`cdfff870 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
000000d4`cdfff8e0 00007ff9`15704cb0     postgres!pg_signal_thread(
000000d4`cdfff9e0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d4`cdfffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d4`cdbffa58 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d4`cdbffa60 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000d4`cdbffd50 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d4`cdbffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d4`ce3ff748 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d4`ce3ff750 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000d4`ce3ffa40 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d4`ce3ffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d4`cd3fea30 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d4`cd3fea70 00007ff7`1339ccac     postgres!ExceptionalCondition(
000000d4`cd3feab0 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000d4`cd3feb00 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000d4`cd3feb50 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000d4`cd3ff470 00007ff7`1324fac3     postgres!PostmasterMain(
000000d4`cd3ff610 00007ff7`1384d7c9     postgres!main(
000000d4`cd3ff650 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d4`cd3ff6a0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d4`cd3ff710 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000d4`cd7ffb08 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d4`cd7ffb10 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000d4`cd7ffe00 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d4`cd7ffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000044`11fff4e8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000044`11fff4f0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000044`11fff7e0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000044`11fff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000044`117ff0b0 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000044`117ff0f0 00007ff7`1339ccac     postgres!ExceptionalCondition(
00000044`117ff130 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000044`117ff180 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000044`117ff1d0 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000044`117ffaf0 00007ff7`1324fac3     postgres!PostmasterMain(
00000044`117ffc90 00007ff7`1384d7c9     postgres!main(
00000044`117ffcd0 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000044`117ffd20 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000044`117ffd90 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000044`11bff728 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000044`11bff730 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000044`11bffa20 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000044`11bffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000044`123ff6d8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000044`123ff6e0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000044`123ff9d0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000044`123ffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000044`127ffb78 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
00000044`127ffb80 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
00000044`127ffbf0 00007ff9`15704cb0     postgres!pg_signal_thread(
00000044`127ffcf0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000044`127ffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000044`12bff798 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000044`12bff7a0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000044`12bffa90 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000044`12bffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c2`fdbff828 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c2`fdbff830 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000c2`fdbffb20 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c2`fdbffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c2`fcbfea50 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c2`fcbfea90 00007ff7`1339ccac     postgres!ExceptionalCondition(
000000c2`fcbfead0 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c2`fcbfeb20 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000c2`fcbfeb70 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c2`fcbff490 00007ff7`1324fac3     postgres!PostmasterMain(
000000c2`fcbff630 00007ff7`1384d7c9     postgres!main(
000000c2`fcbff670 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c2`fcbff6c0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c2`fcbff730 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c2`fd3ff788 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
000000c2`fd3ff790 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
000000c2`fd3ff800 00007ff9`15704cb0     postgres!pg_signal_thread(
000000c2`fd3ff900 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c2`fd3ff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000023`49dfea10 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000023`49dfea50 00007ff7`1339ccac     postgres!ExceptionalCondition(
00000023`49dfea90 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000023`49dfeae0 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000023`49dfeb30 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000023`49dff450 00007ff7`1324fac3     postgres!PostmasterMain(
00000023`49dff5f0 00007ff7`1384d7c9     postgres!main(
00000023`49dff630 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000023`49dff680 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000023`49dff6f0 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000023`4a5ff628 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000023`4a5ff630 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000023`4a5ff920 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000023`4a5ff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000023`4a1ff708 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000023`4a1ff710 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000023`4a1ffa00 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000023`4a1ffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000023`4adffc08 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000023`4adffc10 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000023`4adfff00 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000023`4adfff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000023`4a9ffd38 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
00000023`4a9ffd40 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
00000023`4a9ffdb0 00007ff9`15704cb0     postgres!pg_signal_thread(
00000023`4a9ffeb0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000023`4a9ffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f0`7c5ff758 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f0`7c5ff760 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000f0`7c5ffa50 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f0`7c5ffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f0`7c1fee40 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f0`7c1fee80 00007ff7`1339ccac     postgres!ExceptionalCondition(
000000f0`7c1feec0 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f0`7c1fef10 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000f0`7c1fef60 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f0`7c1ff880 00007ff7`1324fac3     postgres!PostmasterMain(
000000f0`7c1ffa20 00007ff7`1384d7c9     postgres!main(
000000f0`7c1ffa60 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f0`7c1ffab0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f0`7c1ffb20 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f0`7c9ff918 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f0`7c9ff920 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000f0`7c9ffc10 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f0`7c9ffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f0`7cdff6b8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f0`7cdff6c0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000f0`7cdff9b0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f0`7cdff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f0`7d1ff6c8 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
000000f0`7d1ff6d0 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
000000f0`7d1ff740 00007ff9`15704cb0     postgres!pg_signal_thread(
000000f0`7d1ff840 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f0`7d1ff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f0`7d5ff988 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f0`7d5ff990 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000f0`7d5ffc80 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f0`7d5ffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cd`7adff5a8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cd`7adff5b0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000cd`7adff8a0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cd`7adff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cd`7a9ff988 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cd`7a9ff990 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000cd`7a9ffc80 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cd`7a9ffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cd`7a5ff618 00007ff7`13395bf7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000cd`7a5ff620 00007ff7`1324fa84     postgres!SubPostmasterMain(
000000cd`7a5ff690 00007ff7`1384d7c9     postgres!main(
000000cd`7a5ff6d0 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000cd`7a5ff720 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000cd`7a5ff790 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000cd`7a5ff7c0 00007ff9`15704cb0     postgres!mainCRTStartup(
000000cd`7a5ff7f0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cd`7a5ff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a0`c7fff5a8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a0`c7fff5b0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000a0`c7fff8a0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a0`c7fff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a0`c87ffb98 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a0`c87ffba0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000a0`c87ffe90 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a0`c87ffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a0`c83ff788 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a0`c83ff790 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000a0`c83ffa80 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a0`c83ffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a0`c7bffca8 00007ff7`13395bf7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000a0`c7bffcb0 00007ff7`1324fa84     postgres!SubPostmasterMain(
000000a0`c7bffd20 00007ff7`1384d7c9     postgres!main(
000000a0`c7bffd60 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a0`c7bffdb0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a0`c7bffe20 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000a0`c7bffe50 00007ff9`15704cb0     postgres!mainCRTStartup(
000000a0`c7bffe80 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a0`c7bffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003c`935ff678 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003c`935ff680 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000003c`935ff970 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003c`935ff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003c`93dff608 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
0000003c`93dff610 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
0000003c`93dff680 00007ff9`15704cb0     postgres!pg_signal_thread(
0000003c`93dff780 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003c`93dff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003c`939ff498 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003c`939ff4a0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000003c`939ff790 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003c`939ff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003c`931fea80 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000003c`931feac0 00007ff7`1339ccac     postgres!ExceptionalCondition(
0000003c`931feb00 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000003c`931feb50 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000003c`931feba0 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000003c`931ff4c0 00007ff7`1324fac3     postgres!PostmasterMain(
0000003c`931ff660 00007ff7`1384d7c9     postgres!main(
0000003c`931ff6a0 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000003c`931ff6f0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000003c`931ff760 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000003c`941ff4e8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003c`941ff4f0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000003c`941ff7e0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003c`941ff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000015`b85feed0 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000015`b85fef10 00007ff7`1339ccac     postgres!ExceptionalCondition(
00000015`b85fef50 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000015`b85fefa0 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000015`b85feff0 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000015`b85ff910 00007ff7`1324fac3     postgres!PostmasterMain(
00000015`b85ffab0 00007ff7`1384d7c9     postgres!main(
00000015`b85ffaf0 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000015`b85ffb40 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000015`b85ffbb0 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000015`b99ff7b8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000015`b99ff7c0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000015`b99ffab0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000015`b99ffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000015`b95ffbd8 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
00000015`b95ffbe0 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
00000015`b95ffc50 00007ff9`15704cb0     postgres!pg_signal_thread(
00000015`b95ffd50 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000015`b95ffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000015`b91ff648 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000015`b91ff650 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000015`b91ff940 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000015`b91ff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000015`b8dffa88 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000015`b8dffa90 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000015`b8dffd80 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000015`b8dffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000015`b89ff558 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000015`b89ff560 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000015`b89ff850 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000015`b89ff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000073`babff618 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000073`babff620 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000073`babff910 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000073`babff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000073`b97ff0c0 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000073`b97ff100 00007ff7`1339ccac     postgres!ExceptionalCondition(
00000073`b97ff140 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000073`b97ff190 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000073`b97ff1e0 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000073`b97ffb00 00007ff7`1324fac3     postgres!PostmasterMain(
00000073`b97ffca0 00007ff7`1384d7c9     postgres!main(
00000073`b97ffce0 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000073`b97ffd30 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000073`b97ffda0 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000073`b9bff4f8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000073`b9bff500 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000073`b9bff7f0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000073`b9bff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000073`b9fff8b8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000073`b9fff8c0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000073`b9fffbb0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000073`b9fffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000073`ba3ff478 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000073`ba3ff480 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000073`ba3ff770 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000073`ba3ff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000073`ba7ff988 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
00000073`ba7ff990 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
00000073`ba7ffa00 00007ff9`15704cb0     postgres!pg_signal_thread(
00000073`ba7ffb00 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000073`ba7ffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001e`5fdff618 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
0000001e`5fdff620 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
0000001e`5fdff690 00007ff9`15704cb0     postgres!pg_signal_thread(
0000001e`5fdff790 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001e`5fdff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001e`5f1feea0 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000001e`5f1feee0 00007ff7`1339ccac     postgres!ExceptionalCondition(
0000001e`5f1fef20 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000001e`5f1fef70 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000001e`5f1fefc0 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000001e`5f1ff8e0 00007ff7`1324fac3     postgres!PostmasterMain(
0000001e`5f1ffa80 00007ff7`1384d7c9     postgres!main(
0000001e`5f1ffac0 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000001e`5f1ffb10 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000001e`5f1ffb80 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000001e`5f5ff6a8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001e`5f5ff6b0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000001e`5f5ff9a0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001e`5f5ff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001e`5f9ffad8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001e`5f9ffae0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000001e`5f9ffdd0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001e`5f9ffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001e`601ff8b8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001e`601ff8c0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000001e`601ffbb0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001e`601ffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000047`631ff6c8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000047`631ff6d0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000047`631ff9c0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000047`631ff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000047`629ff8a8 00007ff7`13395bf7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000047`629ff8b0 00007ff7`1324fa84     postgres!SubPostmasterMain(
00000047`629ff920 00007ff7`1384d7c9     postgres!main(
00000047`629ff960 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000047`629ff9b0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000047`629ffa20 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000047`629ffa50 00007ff9`15704cb0     postgres!mainCRTStartup(
00000047`629ffa80 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000047`629ffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000047`62dff7a8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000047`62dff7b0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000047`62dffaa0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000047`62dffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000047`635ffac8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000047`635ffad0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000047`635ffdc0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000047`635ffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000048`c97ff4b8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000048`c97ff4c0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000048`c97ff7b0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000048`c97ff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000048`c8ffee60 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000048`c8ffeea0 00007ff7`1339ccac     postgres!ExceptionalCondition(
00000048`c8ffeee0 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000048`c8ffef30 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000048`c8ffef80 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000048`c8fff8a0 00007ff7`1324fac3     postgres!PostmasterMain(
00000048`c8fffa40 00007ff7`1384d7c9     postgres!main(
00000048`c8fffa80 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000048`c8fffad0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000048`c8fffb40 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000048`c93ff8e8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000048`c93ff8f0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000048`c93ffbe0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000048`c93ffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000048`c9bffb98 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000048`c9bffba0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000048`c9bffe90 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000048`c9bffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000048`c9fff6c8 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
00000048`c9fff6d0 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
00000048`c9fff740 00007ff9`15704cb0     postgres!pg_signal_thread(
00000048`c9fff840 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000048`c9fff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000048`ca3ff778 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000048`ca3ff780 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000048`ca3ffa70 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000048`ca3ffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000071`f75ffb58 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
00000071`f75ffb60 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
00000071`f75ffbd0 00007ff9`15704cb0     postgres!pg_signal_thread(
00000071`f75ffcd0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000071`f75ffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000071`f79ff578 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000071`f79ff580 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000071`f79ff870 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000071`f79ff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000071`f7dffb48 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000071`f7dffb50 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000071`f7dffe40 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000071`f7dffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000071`f6dfed00 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000071`f6dfed40 00007ff7`1339ccac     postgres!ExceptionalCondition(
00000071`f6dfed80 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000071`f6dfedd0 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000071`f6dfee20 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000071`f6dff740 00007ff7`1324fac3     postgres!PostmasterMain(
00000071`f6dff8e0 00007ff7`1384d7c9     postgres!main(
00000071`f6dff920 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000071`f6dff970 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000071`f6dff9e0 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000071`f71ff968 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000071`f71ff970 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000071`f71ffc60 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000071`f71ffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007d`8bbff6f8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007d`8bbff700 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000007d`8bbff9f0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007d`8bbffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007d`8bfff458 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007d`8bfff460 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000007d`8bfff750 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007d`8bfff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007d`8b7fecd0 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000007d`8b7fed10 00007ff7`1339ccac     postgres!ExceptionalCondition(
0000007d`8b7fed50 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000007d`8b7feda0 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000007d`8b7fedf0 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000007d`8b7ff710 00007ff7`1324fac3     postgres!PostmasterMain(
0000007d`8b7ff8b0 00007ff7`1384d7c9     postgres!main(
0000007d`8b7ff8f0 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000007d`8b7ff940 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000007d`8b7ff9b0 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000007d`8c3ffa58 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
0000007d`8c3ffa60 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
0000007d`8c3ffad0 00007ff9`15704cb0     postgres!pg_signal_thread(
0000007d`8c3ffbd0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007d`8c3ffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007d`8c7ff9a8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007d`8c7ff9b0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000007d`8c7ffca0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007d`8c7ffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000db`a4fff598 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000db`a4fff5a0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000db`a4fff890 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000db`a4fff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000db`a43fee70 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000db`a43feeb0 00007ff7`1339ccac     postgres!ExceptionalCondition(
000000db`a43feef0 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000db`a43fef40 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000db`a43fef90 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000db`a43ff8b0 00007ff7`1324fac3     postgres!PostmasterMain(
000000db`a43ffa50 00007ff7`1384d7c9     postgres!main(
000000db`a43ffa90 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000db`a43ffae0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000db`a43ffb50 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000db`a53ff588 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000db`a53ff590 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000db`a53ff880 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000db`a53ff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000db`a47ff568 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000db`a47ff570 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000db`a47ff860 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000db`a47ff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000db`a4bff5d8 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
000000db`a4bff5e0 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
000000db`a4bff650 00007ff9`15704cb0     postgres!pg_signal_thread(
000000db`a4bff750 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000db`a4bff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000df`907ffb38 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000df`907ffb40 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000df`907ffe30 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000df`907ffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000df`8ffff6d8 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
000000df`8ffff6e0 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
000000df`8ffff750 00007ff9`15704cb0     postgres!pg_signal_thread(
000000df`8ffff850 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000df`8ffff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000df`903ffb68 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000df`903ffb70 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000df`903ffe60 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000df`903ffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000df`8f7fefe0 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000df`8f7ff020 00007ff7`1339ccac     postgres!ExceptionalCondition(
000000df`8f7ff060 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000df`8f7ff0b0 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000df`8f7ff100 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000df`8f7ffa20 00007ff7`1324fac3     postgres!PostmasterMain(
000000df`8f7ffbc0 00007ff7`1384d7c9     postgres!main(
000000df`8f7ffc00 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000df`8f7ffc50 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000df`8f7ffcc0 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000df`8fbffbf8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000df`8fbffc00 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000df`8fbffef0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000df`8fbfff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000eb`ebfff8b8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000eb`ebfff8c0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000eb`ebfffbb0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000eb`ebfffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000eb`ebbff1d0 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000eb`ebbff210 00007ff7`1339ccac     postgres!ExceptionalCondition(
000000eb`ebbff250 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000eb`ebbff2a0 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000eb`ebbff2f0 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000eb`ebbffc10 00007ff7`1324fac3     postgres!PostmasterMain(
000000eb`ebbffdb0 00007ff7`1384d7c9     postgres!main(
000000eb`ebbffdf0 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000eb`ebbffe40 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000eb`ebbffeb0 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000eb`ec3ff8f8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000eb`ec3ff900 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000eb`ec3ffbf0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000eb`ec3ffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000eb`ec7ff7f8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000eb`ec7ff800 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000eb`ec7ffaf0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000eb`ec7ffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000eb`ecbffa68 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
000000eb`ecbffa70 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
000000eb`ecbffae0 00007ff9`15704cb0     postgres!pg_signal_thread(
000000eb`ecbffbe0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000eb`ecbffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000eb`ecfffc08 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000eb`ecfffc10 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000eb`ecffff00 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000eb`ecffff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000020`31dff4d8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000020`31dff4e0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000020`31dff7d0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000020`31dff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000020`329ffa38 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000020`329ffa40 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000020`329ffd30 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000020`329ffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000020`325ffc58 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
00000020`325ffc60 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
00000020`325ffcd0 00007ff9`15704cb0     postgres!pg_signal_thread(
00000020`325ffdd0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000020`325ffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000020`321ff928 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000020`321ff930 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000020`321ffc20 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000020`321ffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000020`315fed00 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000020`315fed40 00007ff7`1339ccac     postgres!ExceptionalCondition(
00000020`315fed80 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000020`315fedd0 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000020`315fee20 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000020`315ff740 00007ff7`1324fac3     postgres!PostmasterMain(
00000020`315ff8e0 00007ff7`1384d7c9     postgres!main(
00000020`315ff920 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000020`315ff970 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000020`315ff9e0 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000020`319ff8b8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000020`319ff8c0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000020`319ffbb0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000020`319ffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001b`1a3ff908 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001b`1a3ff910 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000001b`1a3ffc00 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001b`1a3ffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001b`193fedc0 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000001b`193fee00 00007ff7`1339ccac     postgres!ExceptionalCondition(
0000001b`193fee40 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000001b`193fee90 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000001b`193feee0 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000001b`193ff800 00007ff7`1324fac3     postgres!PostmasterMain(
0000001b`193ff9a0 00007ff7`1384d7c9     postgres!main(
0000001b`193ff9e0 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000001b`193ffa30 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000001b`193ffaa0 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000001b`197ff798 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001b`197ff7a0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000001b`197ffa90 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001b`197ffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001b`19bffab8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001b`19bffac0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000001b`19bffdb0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001b`19bffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001b`19fff888 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
0000001b`19fff890 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
0000001b`19fff900 00007ff9`15704cb0     postgres!pg_signal_thread(
0000001b`19fffa00 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001b`19fffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008d`c1bfeff0 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000008d`c1bff030 00007ff7`1339ccac     postgres!ExceptionalCondition(
0000008d`c1bff070 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000008d`c1bff0c0 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000008d`c1bff110 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000008d`c1bffa30 00007ff7`1324fac3     postgres!PostmasterMain(
0000008d`c1bffbd0 00007ff7`1384d7c9     postgres!main(
0000008d`c1bffc10 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000008d`c1bffc60 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000008d`c1bffcd0 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000008d`c23ff828 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
0000008d`c23ff830 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
0000008d`c23ff8a0 00007ff9`15704cb0     postgres!pg_signal_thread(
0000008d`c23ff9a0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008d`c23ff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008d`c27ff748 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008d`c27ff750 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000008d`c27ffa40 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008d`c27ffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008d`c2bffb28 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008d`c2bffb30 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000008d`c2bffe20 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008d`c2bffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008d`c1fff898 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008d`c1fff8a0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000008d`c1fffb90 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008d`c1fffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005e`45dffa38 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005e`45dffa40 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000005e`45dffd30 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005e`45dffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005e`44dfec20 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000005e`44dfec60 00007ff7`1339ccac     postgres!ExceptionalCondition(
0000005e`44dfeca0 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000005e`44dfecf0 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000005e`44dfed40 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000005e`44dff660 00007ff7`1324fac3     postgres!PostmasterMain(
0000005e`44dff800 00007ff7`1384d7c9     postgres!main(
0000005e`44dff840 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000005e`44dff890 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000005e`44dff900 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000005e`451ff5f8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005e`451ff600 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000005e`451ff8f0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005e`451ff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005e`455ff5f8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005e`455ff600 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000005e`455ff8f0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005e`455ff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005e`459ffd78 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
0000005e`459ffd80 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
0000005e`459ffdf0 00007ff9`15704cb0     postgres!pg_signal_thread(
0000005e`459ffef0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005e`459fff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002e`67bff9e8 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
0000002e`67bff9f0 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
0000002e`67bffa60 00007ff9`15704cb0     postgres!pg_signal_thread(
0000002e`67bffb60 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002e`67bffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002e`67fffac8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002e`67fffad0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000002e`67fffdc0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002e`67fffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002e`66bfea20 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000002e`66bfea60 00007ff7`1339ccac     postgres!ExceptionalCondition(
0000002e`66bfeaa0 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000002e`66bfeaf0 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000002e`66bfeb40 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000002e`66bff460 00007ff7`1324fac3     postgres!PostmasterMain(
0000002e`66bff600 00007ff7`1384d7c9     postgres!main(
0000002e`66bff640 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000002e`66bff690 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000002e`66bff700 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000002e`66fff548 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002e`66fff550 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000002e`66fff840 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002e`66fff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002e`673ff818 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002e`673ff820 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000002e`673ffb10 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002e`673ffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002e`677ff778 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002e`677ff780 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000002e`677ffa70 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002e`677ffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007e`f47ffb08 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007e`f47ffb10 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000007e`f47ffe00 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007e`f47ffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007e`f4fff628 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007e`f4fff630 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000007e`f4fff920 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007e`f4fff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007e`f3bfef70 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000007e`f3bfefb0 00007ff7`1339ccac     postgres!ExceptionalCondition(
0000007e`f3bfeff0 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000007e`f3bff040 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000007e`f3bff090 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000007e`f3bff9b0 00007ff7`1324fac3     postgres!PostmasterMain(
0000007e`f3bffb50 00007ff7`1384d7c9     postgres!main(
0000007e`f3bffb90 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000007e`f3bffbe0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000007e`f3bffc50 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000007e`f3fff758 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007e`f3fff760 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000007e`f3fffa50 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007e`f3fffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007e`f43ffb48 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007e`f43ffb50 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000007e`f43ffe40 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007e`f43ffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007e`f4bff888 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
0000007e`f4bff890 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
0000007e`f4bff900 00007ff9`15704cb0     postgres!pg_signal_thread(
0000007e`f4bffa00 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007e`f4bffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000be`56bff4f8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000be`56bff500 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000be`56bff7f0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000be`56bff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000be`567ff708 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
000000be`567ff710 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
000000be`567ff780 00007ff9`15704cb0     postgres!pg_signal_thread(
000000be`567ff880 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000be`567ff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000be`557fef60 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000be`557fefa0 00007ff7`1339ccac     postgres!ExceptionalCondition(
000000be`557fefe0 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000be`557ff030 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000be`557ff080 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000be`557ff9a0 00007ff7`1324fac3     postgres!PostmasterMain(
000000be`557ffb40 00007ff7`1384d7c9     postgres!main(
000000be`557ffb80 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000be`557ffbd0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000be`557ffc40 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000be`55bff848 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000be`55bff850 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000be`55bffb40 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000be`55bffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000be`55fff508 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000be`55fff510 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000be`55fff800 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000be`55fff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000be`563ff8d8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000be`563ff8e0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000be`563ffbd0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000be`563ffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007b`fcbffa68 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007b`fcbffa70 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000007b`fcbffd60 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007b`fcbffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007b`fbffef90 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000007b`fbffefd0 00007ff7`1339ccac     postgres!ExceptionalCondition(
0000007b`fbfff010 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000007b`fbfff060 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000007b`fbfff0b0 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000007b`fbfff9d0 00007ff7`1324fac3     postgres!PostmasterMain(
0000007b`fbfffb70 00007ff7`1384d7c9     postgres!main(
0000007b`fbfffbb0 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000007b`fbfffc00 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000007b`fbfffc70 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000007b`fcfffb58 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007b`fcfffb60 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000007b`fcfffe50 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007b`fcfffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007b`fc7ffb38 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
0000007b`fc7ffb40 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
0000007b`fc7ffbb0 00007ff9`15704cb0     postgres!pg_signal_thread(
0000007b`fc7ffcb0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007b`fc7ffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007b`fc3ff7a8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007b`fc3ff7b0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000007b`fc3ffaa0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007b`fc3ffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f3`c3fff7f8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f3`c3fff800 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000f3`c3fffaf0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f3`c3fffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f3`c3bffba8 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
000000f3`c3bffbb0 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
000000f3`c3bffc20 00007ff9`15704cb0     postgres!pg_signal_thread(
000000f3`c3bffd20 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f3`c3bffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f3`c33ff998 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f3`c33ff9a0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000f3`c33ffc90 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f3`c33ffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f3`c37ff998 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f3`c37ff9a0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000f3`c37ffc90 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f3`c37ffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f3`c2ffec90 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f3`c2ffecd0 00007ff7`1339ccac     postgres!ExceptionalCondition(
000000f3`c2ffed10 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f3`c2ffed60 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000f3`c2ffedb0 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f3`c2fff6d0 00007ff7`1324fac3     postgres!PostmasterMain(
000000f3`c2fff870 00007ff7`1384d7c9     postgres!main(
000000f3`c2fff8b0 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f3`c2fff900 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f3`c2fff970 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000098`71fff7b8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000098`71fff7c0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000098`71fffab0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000098`71fffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000098`717ff1d0 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000098`717ff210 00007ff7`1339ccac     postgres!ExceptionalCondition(
00000098`717ff250 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000098`717ff2a0 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000098`717ff2f0 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000098`717ffc10 00007ff7`1324fac3     postgres!PostmasterMain(
00000098`717ffdb0 00007ff7`1384d7c9     postgres!main(
00000098`717ffdf0 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000098`717ffe40 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000098`717ffeb0 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000098`727ffa18 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000098`727ffa20 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000098`727ffd10 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000098`727ffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000098`723ff998 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
00000098`723ff9a0 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
00000098`723ffa10 00007ff9`15704cb0     postgres!pg_signal_thread(
00000098`723ffb10 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000098`723ffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000098`71bffb08 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000098`71bffb10 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000098`71bffe00 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000098`71bffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000018`45fff1e0 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000018`45fff220 00007ff7`1339ccac     postgres!ExceptionalCondition(
00000018`45fff260 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000018`45fff2b0 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000018`45fff300 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000018`45fffc20 00007ff7`1324fac3     postgres!PostmasterMain(
00000018`45fffdc0 00007ff7`1384d7c9     postgres!main(
00000018`45fffe00 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000018`45fffe50 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000018`45fffec0 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000018`46bff888 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000018`46bff890 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000018`46bffb80 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000018`46bffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000018`467ff758 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
00000018`467ff760 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
00000018`467ff7d0 00007ff9`15704cb0     postgres!pg_signal_thread(
00000018`467ff8d0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000018`467ff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000018`463ffab8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000018`463ffac0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000018`463ffdb0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000018`463ffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000018`46fff7d8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000018`46fff7e0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000018`46fffad0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000018`46fffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000e`627feb00 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000000e`627feb40 00007ff7`1339ccac     postgres!ExceptionalCondition(
0000000e`627feb80 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000000e`627febd0 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000000e`627fec20 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000000e`627ff540 00007ff7`1324fac3     postgres!PostmasterMain(
0000000e`627ff6e0 00007ff7`1384d7c9     postgres!main(
0000000e`627ff720 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000000e`627ff770 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000000e`627ff7e0 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000000e`637ff538 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000e`637ff540 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000000e`637ff830 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000e`637ff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000e`633ff768 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
0000000e`633ff770 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
0000000e`633ff7e0 00007ff9`15704cb0     postgres!pg_signal_thread(
0000000e`633ff8e0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000e`633ff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000e`62fff5b8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000e`62fff5c0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000000e`62fff8b0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000e`62fff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000e`62bffa68 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000e`62bffa70 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000000e`62bffd60 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000e`62bffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b3`37fffa68 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
000000b3`37fffa70 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
000000b3`37fffae0 00007ff9`15704cb0     postgres!pg_signal_thread(
000000b3`37fffbe0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b3`37fffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b3`37bff588 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b3`37bff590 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000b3`37bff880 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b3`37bff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b3`377ffa18 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b3`377ffa20 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000b3`377ffd10 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b3`377ffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b3`373fead0 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b3`373feb10 00007ff7`1339ccac     postgres!ExceptionalCondition(
000000b3`373feb50 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000b3`373feba0 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000b3`373febf0 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000b3`373ff510 00007ff7`1324fac3     postgres!PostmasterMain(
000000b3`373ff6b0 00007ff7`1384d7c9     postgres!main(
000000b3`373ff6f0 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b3`373ff740 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000b3`373ff7b0 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000b3`383ff468 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b3`383ff470 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000b3`383ff760 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b3`383ff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000049`ccdffb68 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000049`ccdffb70 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000049`ccdffe60 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000049`ccdffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000049`cc5ffbf8 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
00000049`cc5ffc00 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
00000049`cc5ffc70 00007ff9`15704cb0     postgres!pg_signal_thread(
00000049`cc5ffd70 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000049`cc5ffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000049`cc1ff4a8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000049`cc1ff4b0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000049`cc1ff7a0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000049`cc1ff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000049`cbdff1d0 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000049`cbdff210 00007ff7`1339ccac     postgres!ExceptionalCondition(
00000049`cbdff250 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000049`cbdff2a0 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000049`cbdff2f0 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000049`cbdffc10 00007ff7`1324fac3     postgres!PostmasterMain(
00000049`cbdffdb0 00007ff7`1384d7c9     postgres!main(
00000049`cbdffdf0 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000049`cbdffe40 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000049`cbdffeb0 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000049`cc9ff888 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000049`cc9ff890 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000049`cc9ffb80 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000049`cc9ffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f1`459ff788 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f1`459ff790 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000f1`459ffa80 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f1`459ffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f1`44dff7b8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f1`44dff7c0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000f1`44dffab0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f1`44dffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f1`449fef70 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f1`449fefb0 00007ff7`1339ccac     postgres!ExceptionalCondition(
000000f1`449feff0 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f1`449ff040 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000f1`449ff090 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f1`449ff9b0 00007ff7`1324fac3     postgres!PostmasterMain(
000000f1`449ffb50 00007ff7`1384d7c9     postgres!main(
000000f1`449ffb90 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f1`449ffbe0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f1`449ffc50 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f1`451ff8e8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f1`451ff8f0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000f1`451ffbe0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f1`451ffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f1`455ff658 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
000000f1`455ff660 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
000000f1`455ff6d0 00007ff9`15704cb0     postgres!pg_signal_thread(
000000f1`455ff7d0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f1`455ff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fb`df9feb10 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000fb`df9feb50 00007ff7`1339ccac     postgres!ExceptionalCondition(
000000fb`df9feb90 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000fb`df9febe0 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000fb`df9fec30 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000fb`df9ff550 00007ff7`1324fac3     postgres!PostmasterMain(
000000fb`df9ff6f0 00007ff7`1384d7c9     postgres!main(
000000fb`df9ff730 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000fb`df9ff780 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000fb`df9ff7f0 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000fb`e09ff578 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fb`e09ff580 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000fb`e09ff870 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fb`e09ff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fb`e05ffb88 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fb`e05ffb90 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000fb`e05ffe80 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fb`e05ffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fb`e01ff928 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
000000fb`e01ff930 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
000000fb`e01ff9a0 00007ff9`15704cb0     postgres!pg_signal_thread(
000000fb`e01ffaa0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fb`e01ffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fb`dfdff588 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fb`dfdff590 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000fb`dfdff880 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fb`dfdff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006a`6d3ff4a8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006a`6d3ff4b0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000006a`6d3ff7a0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006a`6d3ff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006a`6d7ffc18 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
0000006a`6d7ffc20 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
0000006a`6d7ffc90 00007ff9`15704cb0     postgres!pg_signal_thread(
0000006a`6d7ffd90 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006a`6d7ffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006a`6dbffc38 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006a`6dbffc40 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000006a`6dbfff30 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006a`6dbfff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006a`6cfff888 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006a`6cfff890 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000006a`6cfffb80 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006a`6cfffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006a`6cbff1c0 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000006a`6cbff200 00007ff7`1339ccac     postgres!ExceptionalCondition(
0000006a`6cbff240 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000006a`6cbff290 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000006a`6cbff2e0 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000006a`6cbffc00 00007ff7`1324fac3     postgres!PostmasterMain(
0000006a`6cbffda0 00007ff7`1384d7c9     postgres!main(
0000006a`6cbffde0 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000006a`6cbffe30 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000006a`6cbffea0 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000069`383fef30 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000069`383fef70 00007ff7`1339ccac     postgres!ExceptionalCondition(
00000069`383fefb0 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000069`383ff000 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000069`383ff050 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000069`383ff970 00007ff7`1324fac3     postgres!PostmasterMain(
00000069`383ffb10 00007ff7`1384d7c9     postgres!main(
00000069`383ffb50 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000069`383ffba0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000069`383ffc10 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000069`38fff938 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
00000069`38fff940 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
00000069`38fff9b0 00007ff9`15704cb0     postgres!pg_signal_thread(
00000069`38fffab0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000069`38fffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000069`393ff6c8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000069`393ff6d0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000069`393ff9c0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000069`393ff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000069`387ffa18 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000069`387ffa20 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000069`387ffd10 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000069`387ffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000069`38bff998 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000069`38bff9a0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000069`38bffc90 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000069`38bffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001f`b07ff938 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001f`b07ff940 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000001f`b07ffc30 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001f`b07ffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001f`b03ff688 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001f`b03ff690 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000001f`b03ff980 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001f`b03ff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001f`affff5f8 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
0000001f`affff600 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
0000001f`affff670 00007ff9`15704cb0     postgres!pg_signal_thread(
0000001f`affff770 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001f`affff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001f`af7fea00 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000001f`af7fea40 00007ff7`1339ccac     postgres!ExceptionalCondition(
0000001f`af7fea80 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000001f`af7fead0 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000001f`af7feb20 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000001f`af7ff440 00007ff7`1324fac3     postgres!PostmasterMain(
0000001f`af7ff5e0 00007ff7`1384d7c9     postgres!main(
0000001f`af7ff620 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000001f`af7ff670 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000001f`af7ff6e0 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000001f`afbff9d8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001f`afbff9e0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000001f`afbffcd0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001f`afbffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`6f7ffb78 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dd`6f7ffb80 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000dd`6f7ffe70 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`6f7ffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`6f3ff060 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000dd`6f3ff0a0 00007ff7`1339ccac     postgres!ExceptionalCondition(
000000dd`6f3ff0e0 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000dd`6f3ff130 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000dd`6f3ff180 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000dd`6f3ffaa0 00007ff7`1324fac3     postgres!PostmasterMain(
000000dd`6f3ffc40 00007ff7`1384d7c9     postgres!main(
000000dd`6f3ffc80 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000dd`6f3ffcd0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000dd`6f3ffd40 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000dd`6fbff718 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dd`6fbff720 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000dd`6fbffa10 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`6fbffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`6ffff5d8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dd`6ffff5e0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000dd`6ffff8d0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`6ffff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`703ff718 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
000000dd`703ff720 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
000000dd`703ff790 00007ff9`15704cb0     postgres!pg_signal_thread(
000000dd`703ff890 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`703ff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`707ff758 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dd`707ff760 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000dd`707ffa50 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`707ffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000002`ed7ffa38 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
00000002`ed7ffa40 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
00000002`ed7ffab0 00007ff9`15704cb0     postgres!pg_signal_thread(
00000002`ed7ffbb0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000002`ed7ffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000002`ed3ffac8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000002`ed3ffad0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000002`ed3ffdc0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000002`ed3ffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000002`edbff638 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000002`edbff640 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000002`edbff930 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000002`edbff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000002`edfffb48 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000002`edfffb50 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000002`edfffe40 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000002`edfffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000002`ecffee50 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000002`ecffee90 00007ff7`1339ccac     postgres!ExceptionalCondition(
00000002`ecffeed0 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000002`ecffef20 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000002`ecffef70 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000002`ecfff890 00007ff7`1324fac3     postgres!PostmasterMain(
00000002`ecfffa30 00007ff7`1384d7c9     postgres!main(
00000002`ecfffa70 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000002`ecfffac0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000002`ecfffb30 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000002f`b5fff938 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002f`b5fff940 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000002f`b5fffc30 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002f`b5fffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002f`b5bff5f8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002f`b5bff600 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000002f`b5bff8f0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002f`b5bff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002f`b4ffec10 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000002f`b4ffec50 00007ff7`1339ccac     postgres!ExceptionalCondition(
0000002f`b4ffec90 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000002f`b4ffece0 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000002f`b4ffed30 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000002f`b4fff650 00007ff7`1324fac3     postgres!PostmasterMain(
0000002f`b4fff7f0 00007ff7`1384d7c9     postgres!main(
0000002f`b4fff830 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000002f`b4fff880 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000002f`b4fff8f0 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000002f`b57ffd88 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
0000002f`b57ffd90 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
0000002f`b57ffe00 00007ff9`15704cb0     postgres!pg_signal_thread(
0000002f`b57fff00 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002f`b57fff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002f`b53ff8e8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002f`b53ff8f0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000002f`b53ffbe0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002f`b53ffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009e`7bfff568 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009e`7bfff570 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000009e`7bfff860 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009e`7bfff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009e`7cbffbe8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009e`7cbffbf0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000009e`7cbffee0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009e`7cbfff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009e`7c7ff7c8 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
0000009e`7c7ff7d0 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
0000009e`7c7ff840 00007ff9`15704cb0     postgres!pg_signal_thread(
0000009e`7c7ff940 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009e`7c7ff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009e`7bbfea40 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000009e`7bbfea80 00007ff7`1339ccac     postgres!ExceptionalCondition(
0000009e`7bbfeac0 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000009e`7bbfeb10 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000009e`7bbfeb60 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000009e`7bbff480 00007ff7`1324fac3     postgres!PostmasterMain(
0000009e`7bbff620 00007ff7`1384d7c9     postgres!main(
0000009e`7bbff660 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000009e`7bbff6b0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000009e`7bbff720 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000009e`7c3ff798 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009e`7c3ff7a0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000009e`7c3ffa90 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009e`7c3ffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000044`fe1ff458 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000044`fe1ff460 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000044`fe1ff750 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000044`fe1ff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000044`fddfed30 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000044`fddfed70 00007ff7`1339ccac     postgres!ExceptionalCondition(
00000044`fddfedb0 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000044`fddfee00 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000044`fddfee50 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000044`fddff770 00007ff7`1324fac3     postgres!PostmasterMain(
00000044`fddff910 00007ff7`1384d7c9     postgres!main(
00000044`fddff950 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000044`fddff9a0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000044`fddffa10 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000044`fe5ff868 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000044`fe5ff870 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000044`fe5ffb60 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000044`fe5ffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000044`fe9ff9b8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000044`fe9ff9c0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000044`fe9ffcb0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000044`fe9ffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000044`fedffdb8 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
00000044`fedffdc0 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
00000044`fedffe30 00007ff9`15704cb0     postgres!pg_signal_thread(
00000044`fedfff30 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000044`fedfff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000044`ff1ffae8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000044`ff1ffaf0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000044`ff1ffde0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000044`ff1ffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000009`6e1fecf0 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000009`6e1fed30 00007ff7`1339ccac     postgres!ExceptionalCondition(
00000009`6e1fed70 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000009`6e1fedc0 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000009`6e1fee10 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000009`6e1ff730 00007ff7`1324fac3     postgres!PostmasterMain(
00000009`6e1ff8d0 00007ff7`1384d7c9     postgres!main(
00000009`6e1ff910 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000009`6e1ff960 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000009`6e1ff9d0 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000009`6e5ff4f8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000009`6e5ff500 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000009`6e5ff7f0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000009`6e5ff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000009`6e9ffa08 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
00000009`6e9ffa10 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
00000009`6e9ffa80 00007ff9`15704cb0     postgres!pg_signal_thread(
00000009`6e9ffb80 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000009`6e9ffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000009`6edffc38 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000009`6edffc40 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000009`6edfff30 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000009`6edfff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000009`6f1ff508 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000009`6f1ff510 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000009`6f1ff800 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000009`6f1ff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000092`761ff4d8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000092`761ff4e0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000092`761ff7d0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000092`761ff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000092`755ff0e0 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000092`755ff120 00007ff7`1339ccac     postgres!ExceptionalCondition(
00000092`755ff160 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000092`755ff1b0 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000092`755ff200 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000092`755ffb20 00007ff7`1324fac3     postgres!PostmasterMain(
00000092`755ffcc0 00007ff7`1384d7c9     postgres!main(
00000092`755ffd00 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000092`755ffd50 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000092`755ffdc0 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000092`759ff998 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000092`759ff9a0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000092`759ffc90 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000092`759ffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000092`75dffc08 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
00000092`75dffc10 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
00000092`75dffc80 00007ff9`15704cb0     postgres!pg_signal_thread(
00000092`75dffd80 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000092`75dffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000092`765ff558 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000092`765ff560 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000092`765ff850 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000092`765ff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000036`aedffa18 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000036`aedffa20 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000036`aedffd10 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000036`aedffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000036`addfee70 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000036`addfeeb0 00007ff7`1339ccac     postgres!ExceptionalCondition(
00000036`addfeef0 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000036`addfef40 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000036`addfef90 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000036`addff8b0 00007ff7`1324fac3     postgres!PostmasterMain(
00000036`addffa50 00007ff7`1384d7c9     postgres!main(
00000036`addffa90 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000036`addffae0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000036`addffb50 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000036`ae1ff498 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000036`ae1ff4a0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000036`ae1ff790 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000036`ae1ff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000036`ae5ffa08 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
00000036`ae5ffa10 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
00000036`ae5ffa80 00007ff9`15704cb0     postgres!pg_signal_thread(
00000036`ae5ffb80 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000036`ae5ffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000036`ae9ffb68 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000036`ae9ffb70 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000036`ae9ffe60 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000036`ae9ffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000036`fe3feb60 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000036`fe3feba0 00007ff7`1339ccac     postgres!ExceptionalCondition(
00000036`fe3febe0 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000036`fe3fec30 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000036`fe3fec80 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000036`fe3ff5a0 00007ff7`1324fac3     postgres!PostmasterMain(
00000036`fe3ff740 00007ff7`1384d7c9     postgres!main(
00000036`fe3ff780 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000036`fe3ff7d0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000036`fe3ff840 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000036`febff8a8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000036`febff8b0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000036`febffba0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000036`febffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000036`ff3ff9e8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000036`ff3ff9f0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000036`ff3ffce0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000036`ff3ffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000036`fefffc88 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
00000036`fefffc90 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
00000036`fefffd00 00007ff9`15704cb0     postgres!pg_signal_thread(
00000036`fefffe00 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000036`fefffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000036`fe7ff568 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000036`fe7ff570 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000036`fe7ff860 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000036`fe7ff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000044`795ffa68 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
00000044`795ffa70 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
00000044`795ffae0 00007ff9`15704cb0     postgres!pg_signal_thread(
00000044`795ffbe0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000044`795ffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000044`799ff7e8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000044`799ff7f0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000044`799ffae0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000044`799ffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000044`785feb40 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000044`785feb80 00007ff7`1339ccac     postgres!ExceptionalCondition(
00000044`785febc0 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000044`785fec10 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000044`785fec60 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000044`785ff580 00007ff7`1324fac3     postgres!PostmasterMain(
00000044`785ff720 00007ff7`1384d7c9     postgres!main(
00000044`785ff760 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000044`785ff7b0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000044`785ff820 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000044`789ffc18 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000044`789ffc20 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000044`789fff10 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000044`789fff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000044`78dff6b8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000044`78dff6c0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000044`78dff9b0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000044`78dff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000044`791ff5e8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000044`791ff5f0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000044`791ff8e0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000044`791ff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f4`1ddffa68 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f4`1ddffa70 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000f4`1ddffd60 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f4`1ddffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f4`1d9ff7e8 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
000000f4`1d9ff7f0 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
000000f4`1d9ff860 00007ff9`15704cb0     postgres!pg_signal_thread(
000000f4`1d9ff960 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f4`1d9ff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f4`1d1fee10 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f4`1d1fee50 00007ff7`1339ccac     postgres!ExceptionalCondition(
000000f4`1d1fee90 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f4`1d1feee0 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000f4`1d1fef30 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f4`1d1ff850 00007ff7`1324fac3     postgres!PostmasterMain(
000000f4`1d1ff9f0 00007ff7`1384d7c9     postgres!main(
000000f4`1d1ffa30 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f4`1d1ffa80 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f4`1d1ffaf0 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f4`1e1ffb48 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f4`1e1ffb50 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000f4`1e1ffe40 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f4`1e1ffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f4`1d5ff978 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f4`1d5ff980 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000f4`1d5ffc70 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f4`1d5ffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000b`d0bffaa8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000b`d0bffab0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000000b`d0bffda0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000b`d0bffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000b`cf7ff010 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000000b`cf7ff050 00007ff7`1339ccac     postgres!ExceptionalCondition(
0000000b`cf7ff090 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000000b`cf7ff0e0 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000000b`cf7ff130 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000000b`cf7ffa50 00007ff7`1324fac3     postgres!PostmasterMain(
0000000b`cf7ffbf0 00007ff7`1384d7c9     postgres!main(
0000000b`cf7ffc30 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000000b`cf7ffc80 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000000b`cf7ffcf0 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000000b`cfbff5f8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000b`cfbff600 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000000b`cfbff8f0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000b`cfbff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000b`cffff598 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000b`cffff5a0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000000b`cffff890 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000b`cffff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000b`d03ffb88 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000b`d03ffb90 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000000b`d03ffe80 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000b`d03ffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000b`d07ffa08 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
0000000b`d07ffa10 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
0000000b`d07ffa80 00007ff9`15704cb0     postgres!pg_signal_thread(
0000000b`d07ffb80 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000b`d07ffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000063`d13ffae8 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
00000063`d13ffaf0 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
00000063`d13ffb60 00007ff9`15704cb0     postgres!pg_signal_thread(
00000063`d13ffc60 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000063`d13ffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000063`d1bffa48 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000063`d1bffa50 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000063`d1bffd40 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000063`d1bffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000063`d0fff928 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000063`d0fff930 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000063`d0fffc20 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000063`d0fffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000063`d17ff908 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000063`d17ff910 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000063`d17ffc00 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000063`d17ffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000063`d0bfec00 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000063`d0bfec40 00007ff7`1339ccac     postgres!ExceptionalCondition(
00000063`d0bfec80 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000063`d0bfecd0 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000063`d0bfed20 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000063`d0bff640 00007ff7`1324fac3     postgres!PostmasterMain(
00000063`d0bff7e0 00007ff7`1384d7c9     postgres!main(
00000063`d0bff820 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000063`d0bff870 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000063`d0bff8e0 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ea`e67ff928 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ea`e67ff930 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000ea`e67ffc20 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ea`e67ffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ea`e63ff5b8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ea`e63ff5c0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000ea`e63ff8b0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ea`e63ff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ea`e5fff568 00007ff7`13395bf7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000ea`e5fff570 00007ff7`1324fa84     postgres!SubPostmasterMain(
000000ea`e5fff5e0 00007ff7`1384d7c9     postgres!main(
000000ea`e5fff620 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ea`e5fff670 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ea`e5fff6e0 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000ea`e5fff710 00007ff9`15704cb0     postgres!mainCRTStartup(
000000ea`e5fff740 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ea`e5fff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000066`9dbff728 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000066`9dbff730 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000066`9dbffa20 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000066`9dbffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000066`9c7ff080 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000066`9c7ff0c0 00007ff7`1339ccac     postgres!ExceptionalCondition(
00000066`9c7ff100 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000066`9c7ff150 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000066`9c7ff1a0 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000066`9c7ffac0 00007ff7`1324fac3     postgres!PostmasterMain(
00000066`9c7ffc60 00007ff7`1384d7c9     postgres!main(
00000066`9c7ffca0 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000066`9c7ffcf0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000066`9c7ffd60 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000066`9cbff7c8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000066`9cbff7d0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000066`9cbffac0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000066`9cbffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000066`9cfff7a8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000066`9cfff7b0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000066`9cfffaa0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000066`9cfffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000066`9d3ffae8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000066`9d3ffaf0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000066`9d3ffde0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000066`9d3ffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000066`9d7ff838 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
00000066`9d7ff840 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
00000066`9d7ff8b0 00007ff9`15704cb0     postgres!pg_signal_thread(
00000066`9d7ff9b0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000066`9d7ff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000020`8b5ff9d8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000020`8b5ff9e0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000020`8b5ffcd0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000020`8b5ffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000020`8adffb18 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
00000020`8adffb20 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
00000020`8adffb90 00007ff9`15704cb0     postgres!pg_signal_thread(
00000020`8adffc90 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000020`8adffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000020`8b1ffb08 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000020`8b1ffb10 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000020`8b1ffe00 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000020`8b1ffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000020`8a5feed0 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000020`8a5fef10 00007ff7`1339ccac     postgres!ExceptionalCondition(
00000020`8a5fef50 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000020`8a5fefa0 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000020`8a5feff0 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000020`8a5ff910 00007ff7`1324fac3     postgres!PostmasterMain(
00000020`8a5ffab0 00007ff7`1384d7c9     postgres!main(
00000020`8a5ffaf0 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000020`8a5ffb40 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000020`8a5ffbb0 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000020`8a9ff988 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000020`8a9ff990 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000020`8a9ffc80 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000020`8a9ffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006b`fe9ffce8 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
0000006b`fe9ffcf0 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
0000006b`fe9ffd60 00007ff9`15704cb0     postgres!pg_signal_thread(
0000006b`fe9ffe60 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006b`fe9ffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006b`ff1ff478 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006b`ff1ff480 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000006b`ff1ff770 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006b`ff1ff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006b`fe1ff020 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000006b`fe1ff060 00007ff7`1339ccac     postgres!ExceptionalCondition(
0000006b`fe1ff0a0 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000006b`fe1ff0f0 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000006b`fe1ff140 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000006b`fe1ffa60 00007ff7`1324fac3     postgres!PostmasterMain(
0000006b`fe1ffc00 00007ff7`1384d7c9     postgres!main(
0000006b`fe1ffc40 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000006b`fe1ffc90 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000006b`fe1ffd00 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000006b`fe5ff6a8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006b`fe5ff6b0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000006b`fe5ff9a0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006b`fe5ff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006b`fedff4a8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006b`fedff4b0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000006b`fedff7a0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006b`fedff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d5`a87ffae8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d5`a87ffaf0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000d5`a87ffde0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d5`a87ffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d5`a93ffc18 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d5`a93ffc20 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000d5`a93fff10 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d5`a93fff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d5`a8fffa68 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d5`a8fffa70 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000d5`a8fffd60 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d5`a8fffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d5`a8bffb48 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
000000d5`a8bffb50 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
000000d5`a8bffbc0 00007ff9`15704cb0     postgres!pg_signal_thread(
000000d5`a8bffcc0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d5`a8bffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d5`a83feb30 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d5`a83feb70 00007ff7`1339ccac     postgres!ExceptionalCondition(
000000d5`a83febb0 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000d5`a83fec00 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000d5`a83fec50 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000d5`a83ff570 00007ff7`1324fac3     postgres!PostmasterMain(
000000d5`a83ff710 00007ff7`1384d7c9     postgres!main(
000000d5`a83ff750 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d5`a83ff7a0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d5`a83ff810 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000008f`989ff758 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008f`989ff760 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000008f`989ffa50 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008f`989ffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008f`979fea30 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000008f`979fea70 00007ff7`1339ccac     postgres!ExceptionalCondition(
0000008f`979feab0 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000008f`979feb00 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000008f`979feb50 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000008f`979ff470 00007ff7`1324fac3     postgres!PostmasterMain(
0000008f`979ff610 00007ff7`1384d7c9     postgres!main(
0000008f`979ff650 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000008f`979ff6a0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000008f`979ff710 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000008f`97dff9f8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008f`97dffa00 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000008f`97dffcf0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008f`97dffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008f`981ffd38 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
0000008f`981ffd40 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
0000008f`981ffdb0 00007ff9`15704cb0     postgres!pg_signal_thread(
0000008f`981ffeb0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008f`981ffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008f`985ff778 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008f`985ff780 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000008f`985ffa70 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008f`985ffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000051`bcbffb48 00007ff7`13395bf7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000051`bcbffb50 00007ff7`1324fa84     postgres!SubPostmasterMain(
00000051`bcbffbc0 00007ff7`1384d7c9     postgres!main(
00000051`bcbffc00 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000051`bcbffc50 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000051`bcbffcc0 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000051`bcbffcf0 00007ff9`15704cb0     postgres!mainCRTStartup(
00000051`bcbffd20 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000051`bcbffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000051`bd3ff948 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000051`bd3ff950 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000051`bd3ffc40 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000051`bd3ffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000051`bcfff598 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000051`bcfff5a0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000051`bcfff890 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000051`bcfff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000032`b69ff8c8 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
00000032`b69ff8d0 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
00000032`b69ff940 00007ff9`15704cb0     postgres!pg_signal_thread(
00000032`b69ffa40 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000032`b69ffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000032`b5dfef70 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000032`b5dfefb0 00007ff7`1339ccac     postgres!ExceptionalCondition(
00000032`b5dfeff0 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000032`b5dff040 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000032`b5dff090 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000032`b5dff9b0 00007ff7`1324fac3     postgres!PostmasterMain(
00000032`b5dffb50 00007ff7`1384d7c9     postgres!main(
00000032`b5dffb90 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000032`b5dffbe0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000032`b5dffc50 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000032`b61ff898 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000032`b61ff8a0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000032`b61ffb90 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000032`b61ffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000032`b65ff688 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000032`b65ff690 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000032`b65ff980 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000032`b65ff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000032`b6dff988 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000032`b6dff990 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000032`b6dffc80 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000032`b6dffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e1`c51ff588 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e1`c51ff590 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000e1`c51ff880 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e1`c51ff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e1`c45ff938 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e1`c45ff940 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000e1`c45ffc30 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e1`c45ffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e1`c41ff040 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e1`c41ff080 00007ff7`1339ccac     postgres!ExceptionalCondition(
000000e1`c41ff0c0 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000e1`c41ff110 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000e1`c41ff160 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000e1`c41ffa80 00007ff7`1324fac3     postgres!PostmasterMain(
000000e1`c41ffc20 00007ff7`1384d7c9     postgres!main(
000000e1`c41ffc60 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e1`c41ffcb0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e1`c41ffd20 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000e1`c49ffb48 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e1`c49ffb50 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000e1`c49ffe40 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e1`c49ffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e1`c4dff718 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
000000e1`c4dff720 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
000000e1`c4dff790 00007ff9`15704cb0     postgres!pg_signal_thread(
000000e1`c4dff890 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e1`c4dff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000061`34dff8e8 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
00000061`34dff8f0 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
00000061`34dff960 00007ff9`15704cb0     postgres!pg_signal_thread(
00000061`34dffa60 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000061`34dffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000061`341fef80 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000061`341fefc0 00007ff7`1339ccac     postgres!ExceptionalCondition(
00000061`341ff000 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000061`341ff050 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000061`341ff0a0 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000061`341ff9c0 00007ff7`1324fac3     postgres!PostmasterMain(
00000061`341ffb60 00007ff7`1384d7c9     postgres!main(
00000061`341ffba0 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000061`341ffbf0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000061`341ffc60 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000061`345ff808 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000061`345ff810 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000061`345ffb00 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000061`345ffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000061`349ffa08 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000061`349ffa10 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000061`349ffd00 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000061`349ffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000061`351ff618 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000061`351ff620 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000061`351ff910 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000061`351ff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002c`397ff798 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002c`397ff7a0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000002c`397ffa90 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002c`397ffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002c`387feaf0 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000002c`387feb30 00007ff7`1339ccac     postgres!ExceptionalCondition(
0000002c`387feb70 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000002c`387febc0 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000002c`387fec10 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000002c`387ff530 00007ff7`1324fac3     postgres!PostmasterMain(
0000002c`387ff6d0 00007ff7`1384d7c9     postgres!main(
0000002c`387ff710 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000002c`387ff760 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000002c`387ff7d0 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000002c`38bff808 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002c`38bff810 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000002c`38bffb00 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002c`38bffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002c`38fff858 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002c`38fff860 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000002c`38fffb50 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002c`38fffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002c`393ff608 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
0000002c`393ff610 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
0000002c`393ff680 00007ff9`15704cb0     postgres!pg_signal_thread(
0000002c`393ff780 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002c`393ff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ad`16dff7e8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ad`16dff7f0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000ad`16dffae0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ad`16dffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ad`161fef00 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ad`161fef40 00007ff7`1339ccac     postgres!ExceptionalCondition(
000000ad`161fef80 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ad`161fefd0 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000ad`161ff020 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ad`161ff940 00007ff7`1324fac3     postgres!PostmasterMain(
000000ad`161ffae0 00007ff7`1384d7c9     postgres!main(
000000ad`161ffb20 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ad`161ffb70 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ad`161ffbe0 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ad`165ff508 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ad`165ff510 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000ad`165ff800 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ad`165ff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ad`169ffab8 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
000000ad`169ffac0 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
000000ad`169ffb30 00007ff9`15704cb0     postgres!pg_signal_thread(
000000ad`169ffc30 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ad`169ffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ad`171ff498 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ad`171ff4a0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000ad`171ff790 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ad`171ff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`007feb30 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000001`007feb70 00007ff7`1339ccac     postgres!ExceptionalCondition(
00000001`007febb0 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000001`007fec00 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000001`007fec50 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000001`007ff570 00007ff7`1324fac3     postgres!PostmasterMain(
00000001`007ff710 00007ff7`1384d7c9     postgres!main(
00000001`007ff750 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000001`007ff7a0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000001`007ff810 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000001`017ff898 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000001`017ff8a0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000001`017ffb90 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000001`017ffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`013ff4d8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000001`013ff4e0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000001`013ff7d0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000001`013ff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`00fff868 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
00000001`00fff870 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
00000001`00fff8e0 00007ff9`15704cb0     postgres!pg_signal_thread(
00000001`00fff9e0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000001`00fffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`00bff8b8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000001`00bff8c0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000001`00bffbb0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000001`00bffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008f`5d3fea80 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000008f`5d3feac0 00007ff7`1339ccac     postgres!ExceptionalCondition(
0000008f`5d3feb00 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000008f`5d3feb50 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000008f`5d3feba0 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000008f`5d3ff4c0 00007ff7`1324fac3     postgres!PostmasterMain(
0000008f`5d3ff660 00007ff7`1384d7c9     postgres!main(
0000008f`5d3ff6a0 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000008f`5d3ff6f0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000008f`5d3ff760 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000008f`5d7ff988 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008f`5d7ff990 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000008f`5d7ffc80 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008f`5d7ffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008f`5dbff898 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008f`5dbff8a0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000008f`5dbffb90 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008f`5dbffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008f`5dfffa78 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008f`5dfffa80 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000008f`5dfffd70 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008f`5dfffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008f`5e3ffa28 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
0000008f`5e3ffa30 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
0000008f`5e3ffaa0 00007ff9`15704cb0     postgres!pg_signal_thread(
0000008f`5e3ffba0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008f`5e3ffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008f`5e7ffa48 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008f`5e7ffa50 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000008f`5e7ffd40 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008f`5e7ffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008e`bebff9d8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008e`bebff9e0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000008e`bebffcd0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008e`bebffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008e`bf3ff7c8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008e`bf3ff7d0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000008e`bf3ffac0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008e`bf3ffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008e`befff7c8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008e`befff7d0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000008e`befffac0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008e`befffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008e`be7ff060 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000008e`be7ff0a0 00007ff7`1339ccac     postgres!ExceptionalCondition(
0000008e`be7ff0e0 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000008e`be7ff130 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000008e`be7ff180 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000008e`be7ffaa0 00007ff7`1324fac3     postgres!PostmasterMain(
0000008e`be7ffc40 00007ff7`1384d7c9     postgres!main(
0000008e`be7ffc80 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000008e`be7ffcd0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000008e`be7ffd40 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000008e`bfbff9e8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008e`bfbff9f0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000008e`bfbffce0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008e`bfbffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008e`bf7ff7f8 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
0000008e`bf7ff800 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
0000008e`bf7ff870 00007ff9`15704cb0     postgres!pg_signal_thread(
0000008e`bf7ff970 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008e`bf7ff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000079`1a3ff100 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000079`1a3ff140 00007ff7`1339ccac     postgres!ExceptionalCondition(
00000079`1a3ff180 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000079`1a3ff1d0 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000079`1a3ff220 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000079`1a3ffb40 00007ff7`1324fac3     postgres!PostmasterMain(
00000079`1a3ffce0 00007ff7`1384d7c9     postgres!main(
00000079`1a3ffd20 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000079`1a3ffd70 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000079`1a3ffde0 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000079`1a7ff798 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000079`1a7ff7a0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000079`1a7ffa90 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000079`1a7ffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000079`1abff878 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000079`1abff880 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000079`1abffb70 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000079`1abffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000079`1afff9f8 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
00000079`1afffa00 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
00000079`1afffa70 00007ff9`15704cb0     postgres!pg_signal_thread(
00000079`1afffb70 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000079`1afffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000079`1b3ff8b8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000079`1b3ff8c0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000079`1b3ffbb0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000079`1b3ffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000031`401ff698 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000031`401ff6a0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000031`401ff990 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000031`401ff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000031`3f9ff958 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000031`3f9ff960 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000031`3f9ffc50 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000031`3f9ffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000031`3f5ffbf8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000031`3f5ffc00 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000031`3f5ffef0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000031`3f5fff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000031`3f1ff0d0 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000031`3f1ff110 00007ff7`1339ccac     postgres!ExceptionalCondition(
00000031`3f1ff150 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000031`3f1ff1a0 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000031`3f1ff1f0 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000031`3f1ffb10 00007ff7`1324fac3     postgres!PostmasterMain(
00000031`3f1ffcb0 00007ff7`1384d7c9     postgres!main(
00000031`3f1ffcf0 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000031`3f1ffd40 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000031`3f1ffdb0 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000031`3fdff998 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
00000031`3fdff9a0 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
00000031`3fdffa10 00007ff9`15704cb0     postgres!pg_signal_thread(
00000031`3fdffb10 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000031`3fdffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000095`18fffa08 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000095`18fffa10 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000095`18fffd00 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000095`18fffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000095`19bff948 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000095`19bff950 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000095`19bffc40 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000095`19bffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000095`197ffb78 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000095`197ffb80 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000095`197ffe70 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000095`197ffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000095`193ffc78 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
00000095`193ffc80 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
00000095`193ffcf0 00007ff9`15704cb0     postgres!pg_signal_thread(
00000095`193ffdf0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000095`193ffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000095`18bfed50 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000095`18bfed90 00007ff7`1339ccac     postgres!ExceptionalCondition(
00000095`18bfedd0 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000095`18bfee20 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000095`18bfee70 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000095`18bff790 00007ff7`1324fac3     postgres!PostmasterMain(
00000095`18bff930 00007ff7`1384d7c9     postgres!main(
00000095`18bff970 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000095`18bff9c0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000095`18bffa30 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000004`e0bff728 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000004`e0bff730 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000004`e0bffa20 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000004`e0bffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000004`e0fffc88 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
00000004`e0fffc90 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
00000004`e0fffd00 00007ff9`15704cb0     postgres!pg_signal_thread(
00000004`e0fffe00 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000004`e0fffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000004`e13ff618 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000004`e13ff620 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000004`e13ff910 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000004`e13ff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000004`e17ffa58 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000004`e17ffa60 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000004`e17ffd50 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000004`e17ffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000004`e07feac0 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000004`e07feb00 00007ff7`1339ccac     postgres!ExceptionalCondition(
00000004`e07feb40 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000004`e07feb90 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000004`e07febe0 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000004`e07ff500 00007ff7`1324fac3     postgres!PostmasterMain(
00000004`e07ff6a0 00007ff7`1384d7c9     postgres!main(
00000004`e07ff6e0 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000004`e07ff730 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000004`e07ff7a0 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000bd`b23febc0 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000bd`b23fec00 00007ff7`1339ccac     postgres!ExceptionalCondition(
000000bd`b23fec40 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000bd`b23fec90 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000bd`b23fece0 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000bd`b23ff600 00007ff7`1324fac3     postgres!PostmasterMain(
000000bd`b23ff7a0 00007ff7`1384d7c9     postgres!main(
000000bd`b23ff7e0 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000bd`b23ff830 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000bd`b23ff8a0 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000bd`b33ffb48 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bd`b33ffb50 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000bd`b33ffe40 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bd`b33ffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bd`b2fff6a8 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
000000bd`b2fff6b0 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
000000bd`b2fff720 00007ff9`15704cb0     postgres!pg_signal_thread(
000000bd`b2fff820 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bd`b2fff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a0`1a5ff7e8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a0`1a5ff7f0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000a0`1a5ffae0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a0`1a5ffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a0`1a1ff030 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a0`1a1ff070 00007ff7`1339ccac     postgres!ExceptionalCondition(
000000a0`1a1ff0b0 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000a0`1a1ff100 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000a0`1a1ff150 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a0`1a1ffa70 00007ff7`1324fac3     postgres!PostmasterMain(
000000a0`1a1ffc10 00007ff7`1384d7c9     postgres!main(
000000a0`1a1ffc50 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a0`1a1ffca0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a0`1a1ffd10 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a0`1adff628 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
000000a0`1adff630 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
000000a0`1adff6a0 00007ff9`15704cb0     postgres!pg_signal_thread(
000000a0`1adff7a0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a0`1adff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a0`1b1ff678 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a0`1b1ff680 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000a0`1b1ff970 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a0`1b1ff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a0`1a9ff738 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a0`1a9ff740 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000a0`1a9ffa30 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a0`1a9ffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000003`8c1ff6e8 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
00000003`8c1ff6f0 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
00000003`8c1ff760 00007ff9`15704cb0     postgres!pg_signal_thread(
00000003`8c1ff860 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000003`8c1ff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000003`8b5fec70 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000003`8b5fecb0 00007ff7`1339ccac     postgres!ExceptionalCondition(
00000003`8b5fecf0 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000003`8b5fed40 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000003`8b5fed90 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000003`8b5ff6b0 00007ff7`1324fac3     postgres!PostmasterMain(
00000003`8b5ff850 00007ff7`1384d7c9     postgres!main(
00000003`8b5ff890 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000003`8b5ff8e0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000003`8b5ff950 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000003`8b9ff6c8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000003`8b9ff6d0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000003`8b9ff9c0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000003`8b9ff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000003`8bdff648 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000003`8bdff650 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000003`8bdff940 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000003`8bdff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000003`8c5ff948 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000003`8c5ff950 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000003`8c5ffc40 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000003`8c5ffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007a`325ff5f8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007a`325ff600 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000007a`325ff8f0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007a`325ff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007a`31dff190 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000007a`31dff1d0 00007ff7`1339ccac     postgres!ExceptionalCondition(
0000007a`31dff210 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000007a`31dff260 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000007a`31dff2b0 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000007a`31dffbd0 00007ff7`1324fac3     postgres!PostmasterMain(
0000007a`31dffd70 00007ff7`1384d7c9     postgres!main(
0000007a`31dffdb0 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000007a`31dffe00 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000007a`31dffe70 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000007a`321ffb38 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007a`321ffb40 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000007a`321ffe30 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007a`321ffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007a`329ff6e8 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
0000007a`329ff6f0 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
0000007a`329ff760 00007ff9`15704cb0     postgres!pg_signal_thread(
0000007a`329ff860 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007a`329ff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007a`32dff508 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007a`32dff510 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000007a`32dff800 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007a`32dff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000094`cebffbd8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000094`cebffbe0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000094`cebffed0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000094`cebfff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000094`cefffaf8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000094`cefffb00 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000094`cefffdf0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000094`cefffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000094`cdffeff0 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000094`cdfff030 00007ff7`1339ccac     postgres!ExceptionalCondition(
00000094`cdfff070 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000094`cdfff0c0 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000094`cdfff110 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000094`cdfffa30 00007ff7`1324fac3     postgres!PostmasterMain(
00000094`cdfffbd0 00007ff7`1384d7c9     postgres!main(
00000094`cdfffc10 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000094`cdfffc60 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000094`cdfffcd0 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000094`ce3ff6a8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000094`ce3ff6b0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000094`ce3ff9a0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000094`ce3ff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000094`ce7ff898 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
00000094`ce7ff8a0 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
00000094`ce7ff910 00007ff9`15704cb0     postgres!pg_signal_thread(
00000094`ce7ffa10 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000094`ce7ffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008d`1cfff928 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008d`1cfff930 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000008d`1cfffc20 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008d`1cfffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008d`1cbffa28 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
0000008d`1cbffa30 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
0000008d`1cbffaa0 00007ff9`15704cb0     postgres!pg_signal_thread(
0000008d`1cbffba0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008d`1cbffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008d`1bbfeb50 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000008d`1bbfeb90 00007ff7`1339ccac     postgres!ExceptionalCondition(
0000008d`1bbfebd0 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000008d`1bbfec20 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000008d`1bbfec70 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000008d`1bbff590 00007ff7`1324fac3     postgres!PostmasterMain(
0000008d`1bbff730 00007ff7`1384d7c9     postgres!main(
0000008d`1bbff770 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000008d`1bbff7c0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000008d`1bbff830 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000074`917ff4f8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000074`917ff500 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000074`917ff7f0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000074`917ff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000074`913ff4b8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000074`913ff4c0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000074`913ff7b0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000074`913ff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000074`90fff878 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000074`90fff880 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000074`90fffb70 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000074`90fffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000074`90bff688 00007ff7`13395bf7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000074`90bff690 00007ff7`1324fa84     postgres!SubPostmasterMain(
00000074`90bff700 00007ff7`1384d7c9     postgres!main(
00000074`90bff740 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000074`90bff790 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000074`90bff800 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000074`90bff830 00007ff9`15704cb0     postgres!mainCRTStartup(
00000074`90bff860 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000074`90bff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bf`881ff9b8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bf`881ff9c0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000bf`881ffcb0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bf`881ffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bf`871feb90 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000bf`871febd0 00007ff7`1339ccac     postgres!ExceptionalCondition(
000000bf`871fec10 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000bf`871fec60 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000bf`871fecb0 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000bf`871ff5d0 00007ff7`1324fac3     postgres!PostmasterMain(
000000bf`871ff770 00007ff7`1384d7c9     postgres!main(
000000bf`871ff7b0 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000bf`871ff800 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000bf`871ff870 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000bf`875ffc28 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bf`875ffc30 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000bf`875fff20 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bf`875fff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bf`879ff8a8 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
000000bf`879ff8b0 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
000000bf`879ff920 00007ff9`15704cb0     postgres!pg_signal_thread(
000000bf`879ffa20 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bf`879ffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bf`87dffa78 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bf`87dffa80 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000bf`87dffd70 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bf`87dffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f6`bffff9c8 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
000000f6`bffff9d0 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
000000f6`bffffa40 00007ff9`15704cb0     postgres!pg_signal_thread(
000000f6`bffffb40 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f6`bffffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f6`c07ffa58 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f6`c07ffa60 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000f6`c07ffd50 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f6`c07ffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f6`bf7fefb0 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f6`bf7feff0 00007ff7`1339ccac     postgres!ExceptionalCondition(
000000f6`bf7ff030 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f6`bf7ff080 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000f6`bf7ff0d0 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f6`bf7ff9f0 00007ff7`1324fac3     postgres!PostmasterMain(
000000f6`bf7ffb90 00007ff7`1384d7c9     postgres!main(
000000f6`bf7ffbd0 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f6`bf7ffc20 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f6`bf7ffc90 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f6`bfbff798 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f6`bfbff7a0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000f6`bfbffa90 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f6`bfbffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f6`c03ff9e8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f6`c03ff9f0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000f6`c03ffce0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f6`c03ffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001f`7d9ff6d8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001f`7d9ff6e0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000001f`7d9ff9d0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001f`7d9ffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001f`7ddff888 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
0000001f`7ddff890 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
0000001f`7ddff900 00007ff9`15704cb0     postgres!pg_signal_thread(
0000001f`7ddffa00 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001f`7ddffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001f`7d1fee20 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000001f`7d1fee60 00007ff7`1339ccac     postgres!ExceptionalCondition(
0000001f`7d1feea0 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000001f`7d1feef0 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000001f`7d1fef40 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000001f`7d1ff860 00007ff7`1324fac3     postgres!PostmasterMain(
0000001f`7d1ffa00 00007ff7`1384d7c9     postgres!main(
0000001f`7d1ffa40 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000001f`7d1ffa90 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000001f`7d1ffb00 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000001f`7d5ff998 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001f`7d5ff9a0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000001f`7d5ffc90 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001f`7d5ffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001f`7e1ff958 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001f`7e1ff960 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000001f`7e1ffc50 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001f`7e1ffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009b`aabff698 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
0000009b`aabff6a0 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
0000009b`aabff710 00007ff9`15704cb0     postgres!pg_signal_thread(
0000009b`aabff810 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009b`aabff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009b`a9ffeb60 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000009b`a9ffeba0 00007ff7`1339ccac     postgres!ExceptionalCondition(
0000009b`a9ffebe0 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000009b`a9ffec30 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000009b`a9ffec80 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000009b`a9fff5a0 00007ff7`1324fac3     postgres!PostmasterMain(
0000009b`a9fff740 00007ff7`1384d7c9     postgres!main(
0000009b`a9fff780 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000009b`a9fff7d0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000009b`a9fff840 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000009b`aa3ff938 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009b`aa3ff940 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000009b`aa3ffc30 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009b`aa3ffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009b`aa7ff9c8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009b`aa7ff9d0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000009b`aa7ffcc0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009b`aa7ffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009b`aafff758 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009b`aafff760 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000009b`aafffa50 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009b`aafffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000003`18bff9c8 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
00000003`18bff9d0 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
00000003`18bffa40 00007ff9`15704cb0     postgres!pg_signal_thread(
00000003`18bffb40 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000003`18bffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000003`18fff658 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000003`18fff660 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000003`18fff950 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000003`18fff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000003`17bff010 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000003`17bff050 00007ff7`1339ccac     postgres!ExceptionalCondition(
00000003`17bff090 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000003`17bff0e0 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000003`17bff130 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000003`17bffa50 00007ff7`1324fac3     postgres!PostmasterMain(
00000003`17bffbf0 00007ff7`1384d7c9     postgres!main(
00000003`17bffc30 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000003`17bffc80 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000003`17bffcf0 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000003`17fff538 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000003`17fff540 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000003`17fff830 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000003`17fff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000003`183ffa38 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000003`183ffa40 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000003`183ffd30 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000003`183ffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000003`187ff468 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000003`187ff470 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000003`187ff760 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000003`187ff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e4`96bfec40 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e4`96bfec80 00007ff7`1339ccac     postgres!ExceptionalCondition(
000000e4`96bfecc0 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000e4`96bfed10 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000e4`96bfed60 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000e4`96bff680 00007ff7`1324fac3     postgres!PostmasterMain(
000000e4`96bff820 00007ff7`1384d7c9     postgres!main(
000000e4`96bff860 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e4`96bff8b0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e4`96bff920 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000e4`96fff5a8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e4`96fff5b0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000e4`96fff8a0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e4`96fff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e4`973ff9a8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e4`973ff9b0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000e4`973ffca0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e4`973ffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e4`977ffb18 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e4`977ffb20 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000e4`977ffe10 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e4`977ffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e4`97bffae8 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
000000e4`97bffaf0 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
000000e4`97bffb60 00007ff9`15704cb0     postgres!pg_signal_thread(
000000e4`97bffc60 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e4`97bffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e4`97fff548 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e4`97fff550 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000e4`97fff840 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e4`97fff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000064`551ff848 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
00000064`551ff850 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
00000064`551ff8c0 00007ff9`15704cb0     postgres!pg_signal_thread(
00000064`551ff9c0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000064`551ff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000064`555ff718 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000064`555ff720 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000064`555ffa10 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000064`555ffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000064`545fea40 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000064`545fea80 00007ff7`1339ccac     postgres!ExceptionalCondition(
00000064`545feac0 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000064`545feb10 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000064`545feb60 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000064`545ff480 00007ff7`1324fac3     postgres!PostmasterMain(
00000064`545ff620 00007ff7`1384d7c9     postgres!main(
00000064`545ff660 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000064`545ff6b0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000064`545ff720 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000064`549ffa18 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000064`549ffa20 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000064`549ffd10 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000064`549ffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000064`54dff5e8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000064`54dff5f0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000064`54dff8e0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000064`54dff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000e`13bfec50 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000000e`13bfec90 00007ff7`1339ccac     postgres!ExceptionalCondition(
0000000e`13bfecd0 00007ff7`1339c30c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000000e`13bfed20 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000000e`13bfed70 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000000e`13bff690 00007ff7`1324fac3     postgres!PostmasterMain(
0000000e`13bff830 00007ff7`1384d7c9     postgres!main(
0000000e`13bff870 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000000e`13bff8c0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000000e`13bff930 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000000e`14bff638 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000e`14bff640 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000000e`14bff930 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000e`14bff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000e`147ffb68 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
0000000e`147ffb70 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
0000000e`147ffbe0 00007ff9`15704cb0     postgres!pg_signal_thread(
0000000e`147ffce0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000e`147ffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000e`143ff5a8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000e`143ff5b0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000000e`143ff8a0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000e`143ff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000e`13fff798 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000e`13fff7a0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
0000000e`13fffa90 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000e`13fffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000031`4b5ff6e8 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
00000031`4b5ff6f0 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
00000031`4b5ff760 00007ff9`15704cb0     postgres!pg_signal_thread(
00000031`4b5ff860 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000031`4b5ff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000031`4a5ff1c0 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000031`4a5ff200 00007ff7`1339ccac     postgres!ExceptionalCondition(
00000031`4a5ff240 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000031`4a5ff290 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000031`4a5ff2e0 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000031`4a5ffc00 00007ff7`1324fac3     postgres!PostmasterMain(
00000031`4a5ffda0 00007ff7`1384d7c9     postgres!main(
00000031`4a5ffde0 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000031`4a5ffe30 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000031`4a5ffea0 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000031`4a9ff5a8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000031`4a9ff5b0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000031`4a9ff8a0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000031`4a9ff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000031`4adffbb8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000031`4adffbc0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000031`4adffeb0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000031`4adffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000031`4b1ff5a8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000031`4b1ff5b0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000031`4b1ff8a0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000031`4b1ff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000031`4b9ff928 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000031`4b9ff930 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000031`4b9ffc20 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000031`4b9ffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000024`39dff130 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000024`39dff170 00007ff7`1339ccac     postgres!ExceptionalCondition(
00000024`39dff1b0 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000024`39dff200 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000024`39dff250 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000024`39dffb70 00007ff7`1324fac3     postgres!PostmasterMain(
00000024`39dffd10 00007ff7`1384d7c9     postgres!main(
00000024`39dffd50 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000024`39dffda0 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000024`39dffe10 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000024`3b1ff628 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000024`3b1ff630 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000024`3b1ff920 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000024`3b1ff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000024`3a1ff888 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000024`3a1ff890 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000024`3a1ffb80 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000024`3a1ffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000024`3a5ff488 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000024`3a5ff490 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000024`3a5ff780 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000024`3a5ff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000024`3a9ff6b8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000024`3a9ff6c0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000024`3a9ff9b0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000024`3a9ff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000024`3adffaf8 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
00000024`3adffb00 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
00000024`3adffb70 00007ff9`15704cb0     postgres!pg_signal_thread(
00000024`3adffc70 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000024`3adffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bd`6a9ffa38 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bd`6a9ffa40 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000bd`6a9ffd30 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bd`6a9ffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bd`6b5ff6c8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bd`6b5ff6d0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000bd`6b5ff9c0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bd`6b5ff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bd`6b1ff678 00007ff9`13c245ca     ntdll!NtFsControlFile+0x14
000000bd`6b1ff680 00007ff7`1338800b     KERNELBASE!ConnectNamedPipe+0x6a
000000bd`6b1ff6f0 00007ff9`15704cb0     postgres!pg_signal_thread(
000000bd`6b1ff7f0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bd`6b1ff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bd`6a5ff1b0 00007ff7`136d7938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000bd`6a5ff1f0 00007ff7`1339ccac     postgres!ExceptionalCondition(
000000bd`6a5ff230 00007ff7`1339c3bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000bd`6a5ff280 00007ff7`1339d2b7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000bd`6a5ff2d0 00007ff7`1339a9c2     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000bd`6a5ffbf0 00007ff7`1324fac3     postgres!PostmasterMain(
000000bd`6a5ffd90 00007ff7`1384d7c9     postgres!main(
000000bd`6a5ffdd0 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000bd`6a5ffe20 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000bd`6a5ffe90 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000bd`6adff7b8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bd`6adff7c0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
000000bd`6adffab0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bd`6adffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000060`579ff8a8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000060`579ff8b0 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000060`579ffba0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000060`579ffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000060`56dff6f8 00007ff7`13395bf7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000060`56dff700 00007ff7`1324fa84     postgres!SubPostmasterMain(
00000060`56dff770 00007ff7`1384d7c9     postgres!main(
00000060`56dff7b0 00007ff7`1384d71e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000060`56dff800 00007ff7`1384d5de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000060`56dff870 00007ff7`1384d83e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000060`56dff8a0 00007ff9`15704cb0     postgres!mainCRTStartup(
00000060`56dff8d0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000060`56dff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000060`571ff818 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000060`571ff820 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000060`571ffb10 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000060`571ffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000060`575ff5f8 00007ff9`1662b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000060`575ff600 00007ff9`15704cb0     ntdll!TppWorkerThread+0x2df
00000060`575ff8f0 00007ff9`1669edcb     KERNEL32!BaseThreadInitThunk+0x10
00000060`575ff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
tap
[21:07:57.139](1.407s) Bail out!  pg_ctl stop failed
tap
[21:07:52.991](1.202s) Bail out!  pg_ctl stop failed
tap
[21:07:54.870](1.297s) Bail out!  pg_ctl restart failed
tap
[21:07:57.314](1.098s) Bail out!  pg_ctl stop failed
tap
[21:07:58.205](2.895s) Bail out!  pg_ctl stop failed
tap
[21:08:13.175](1.161s) Bail out!  pg_ctl restart failed
tap
[21:09:50.421](1.160s) Bail out!  pg_ctl stop failed
tap
[21:15:28.904](310.719s) # poll_query_until timed out executing this query:
[21:15:28.907](0.003s) not ok 2 - ensure checksums are enabled
[21:20:31.920](302.527s) # poll_query_until timed out executing this query:
[21:20:31.922](0.002s) not ok 7 - ensure checksums are enabled
[21:20:33.077](1.090s) Bail out!  pg_ctl stop failed
tap
[21:15:29.941](311.034s) # poll_query_until timed out executing this query:
[21:15:29.943](0.002s) not ok 3 - ensure checksums aren't enabled yet
tap
[21:15:32.804](310.505s) # poll_query_until timed out executing this query:
[21:15:32.807](0.003s) not ok 3 - ensure checksums are in progress on primary
[21:20:35.659](302.851s) # poll_query_until timed out executing this query:
[21:20:35.661](0.003s) not ok 4 - ensure standby has absorbed the inprogress-on barrier
[21:20:35.726](0.065s) not ok 5 - ensure checksums are on, or in progress, on standby_1
[21:25:37.683](301.956s) # poll_query_until timed out executing this query:
[21:25:37.685](0.003s) not ok 6 - ensure checksums are enabled on the primary
tap
[21:10:21.612](1.110s) Bail out!  pg_ctl stop failed
tap
[21:09:53.628](1.234s) Bail out!  pg_ctl stop failed
tap
[21:09:56.212](1.140s) Bail out!  pg_ctl restart failed
tap
[21:09:59.202](5.027s) Bail out!  pg_ctl restart failed
tap
[21:09:58.731](1.127s) Bail out!  pg_ctl stop failed
tap
[21:10:00.800](1.245s) Bail out!  pg_ctl restart failed
tap
[21:10:04.007](1.126s) Bail out!  pg_ctl stop failed
tap
[21:05:29.483](1.413s) Bail out!  pg_ctl stop failed
tap
[21:05:29.498](1.322s) Bail out!  pg_ctl stop failed
tap
[21:05:27.714](1.386s) Bail out!  pg_ctl restart failed
tap
[21:05:36.737](1.629s) Bail out!  pg_ctl stop failed
tap
[21:05:35.780](7.376s) Bail out!  pg_ctl stop failed
tap
[21:05:38.833](1.389s) Bail out!  pg_ctl restart failed
tap
[21:05:59.897](17.043s) Bail out!  pg_ctl stop failed
tap
[21:05:47.025](0.000s) not ok 23 - data_checksums=on is reported on an offline cluster stdout /(?^:^on$)/
[21:05:48.618](1.438s) Bail out!  pg_ctl stop failed
tap
[21:05:59.928](1.173s) Bail out!  pg_ctl restart failed
tap
[21:06:15.392](1.707s) not ok 17 - pg_ctl stop
[21:06:17.599](1.783s) not ok 25 - pg_ctl restart with server running
[21:06:17.626](0.026s) Bail out!  command "pg_ctl stop -D C:\cirrus\build\testrun\pg_ctl\001_start_stop\data\tmp_test_QH...
tap
[21:06:11.465](1.100s) Bail out!  command "pg_ctl stop -D C:\cirrus\build/testrun/pg_ctl/002_status\data/t_002_status_ma...
tap
[21:06:53.820](1.111s) Bail out!  pg_ctl stop failed
tap
[21:08:02.746](1.158s) Bail out!  pg_ctl restart failed
tap
[21:06:27.509](1.270s) Bail out!  pg_ctl stop failed
tap
[21:06:39.494](1.566s) Bail out!  pg_ctl stop failed
tap
[21:06:42.510](10.134s) Bail out!  pg_ctl stop failed
tap
[21:06:54.368](14.771s) Bail out!  pg_ctl stop failed
tap
[21:06:56.094](15.227s) Bail out!  pg_ctl stop failed
tap
[21:06:55.984](14.234s) Bail out!  pg_ctl stop failed
tap
[21:07:03.044](17.983s) Bail out!  pg_ctl stop failed
tap
[21:07:00.650](6.176s) Bail out!  pg_ctl stop failed
tap
[21:07:00.477](5.430s) Bail out!  pg_ctl stop failed
tap
[21:07:10.905](14.645s) Bail out!  pg_ctl stop failed
tap
[21:08:03.903](1.188s) Bail out!  pg_ctl restart failed
tap
[21:03:21.633](2.350s) Bail out!  pg_ctl stop failed
tap
[21:01:20.156](7.913s) Bail out!  pg_ctl stop failed
tap
[21:01:20.784](5.273s) Bail out!  pg_ctl stop failed
tap
[21:07:10.479](1.094s) Bail out!  pg_ctl stop failed
tap
[21:08:08.899](1.156s) Bail out!  pg_ctl stop failed
tap
[21:08:06.269](1.441s) Bail out!  pg_ctl stop failed
tap
[21:07:19.935](4.203s) Bail out!  pg_ctl stop failed
tap
[21:11:16.724](1.235s) Bail out!  pg_ctl stop failed
tap
[21:08:17.719](1.148s) Bail out!  pg_ctl stop failed
tap
[21:01:29.747](19.298s) Bail out!  pg_ctl stop failed
tap
[21:01:23.725](1.940s) Bail out!  pg_ctl stop failed
tap
[21:01:30.894](9.625s) Bail out!  pg_ctl stop failed
tap
[21:01:32.059](1.702s) Bail out!  pg_ctl restart failed
tap
[21:01:48.610](1.609s) Bail out!  pg_ctl stop failed
tap
[21:02:06.701](34.154s) Bail out!  pg_ctl restart failed
tap
[21:01:54.862](5.787s) Bail out!  pg_ctl stop failed
tap
[21:01:43.742](5.038s) Bail out!  pg_ctl stop failed
tap
[21:01:57.414](13.062s) Bail out!  pg_ctl stop failed
tap
[21:02:06.559](2.787s) Bail out!  pg_ctl stop failed
tap
[21:02:22.373](22.616s) Bail out!  pg_ctl stop failed
tap
[21:02:12.717](9.058s) Bail out!  pg_ctl stop failed
tap
[21:02:12.167](4.276s) Bail out!  pg_ctl stop failed
tap
[21:02:31.405](16.042s) Bail out!  pg_ctl stop failed
tap
[21:02:18.255](1.454s) Bail out!  pg_ctl stop failed
tap
[21:02:25.001](1.300s) Bail out!  pg_ctl stop failed
tap
[21:02:37.367](2.973s) Bail out!  pg_ctl stop failed
tap
[21:02:29.884](5.158s) Bail out!  pg_ctl restart failed
tap
[21:02:41.202](1.380s) Bail out!  pg_ctl stop failed
tap
[21:04:48.954](1.440s) Bail out!  pg_ctl restart failed
tap
[21:03:02.409](1.562s) Bail out!  pg_ctl stop failed
tap
[21:02:50.104](2.726s) Bail out!  pg_ctl stop failed
tap
[21:03:16.767](2.943s) Bail out!  pg_ctl restart failed
tap
[21:03:13.418](2.286s) Bail out!  pg_ctl restart failed
tap
[21:03:39.951](3.676s) Bail out!  pg_ctl stop failed
tap
[21:03:19.706](14.394s) Bail out!  pg_ctl stop failed
tap
[21:03:23.340](5.692s) Bail out!  pg_ctl stop failed
tap
[21:03:53.124](1.488s) Bail out!  pg_ctl stop failed
tap
[21:03:28.989](6.783s) Bail out!  pg_ctl stop failed
tap
[21:03:36.759](3.432s) Bail out!  pg_ctl restart failed
tap
[21:03:37.728](2.035s) Bail out!  pg_ctl stop failed
tap
[21:04:05.406](1.299s) Bail out!  pg_ctl stop failed
tap
[21:03:46.831](1.549s) Bail out!  pg_ctl stop failed
tap
[21:03:49.207](2.016s) Bail out!  pg_ctl stop failed
tap
[21:10:02.411](1.329s) Bail out!  pg_ctl stop failed
tap
[21:10:25.976](4.050s) Bail out!  pg_ctl restart failed
tap
[21:10:27.901](5.791s) Bail out!  pg_ctl restart failed
tap
[21:10:32.095](5.407s) Bail out!  pg_ctl restart failed
tap
[21:08:36.532](1.866s) Bail out!  pg_ctl stop failed
tap
[21:08:26.765](1.159s) Bail out!  pg_ctl stop failed
tap
[21:08:27.093](1.126s) Bail out!  pg_ctl stop failed
tap
[21:08:29.394](1.220s) Bail out!  pg_ctl stop failed
tap
[21:08:36.702](1.300s) Bail out!  pg_ctl stop failed
tap
[21:08:34.541](1.141s) Bail out!  pg_ctl stop failed
tap
[21:08:36.373](1.206s) Bail out!  pg_ctl stop failed
tap
[21:08:40.537](1.159s) Bail out!  pg_ctl stop failed
tap
[21:08:40.821](1.208s) Bail out!  pg_ctl stop failed
tap
[21:09:09.971](1.173s) Bail out!  pg_ctl restart failed
tap
[21:08:54.337](1.234s) Bail out!  pg_ctl stop failed
tap
[21:09:01.618](1.144s) Bail out!  pg_ctl stop failed
tap
[21:09:02.696](1.486s) Bail out!  pg_ctl stop failed
tap
[21:09:01.961](1.158s) Bail out!  pg_ctl stop failed
tap
[21:09:07.220](1.298s) Bail out!  pg_ctl stop failed
tap
[21:09:08.798](1.172s) Bail out!  pg_ctl stop failed
tap
[21:09:09.017](1.235s) Bail out!  pg_ctl stop failed
tap
[21:09:09.236](3.377s) Bail out!  pg_ctl restart failed
tap
[21:09:28.547](1.228s) Bail out!  pg_ctl stop failed
tap
[21:09:18.361](1.343s) Bail out!  pg_ctl stop failed
tap
[21:09:18.361](1.234s) Bail out!  pg_ctl stop failed
tap
[21:09:22.429](1.392s) Bail out!  pg_ctl stop failed
tap
[21:09:26.013](1.392s) Bail out!  pg_ctl stop failed
tap
[21:09:45.336](1.183s) Bail out!  pg_ctl stop failed
tap
[21:09:29.328](1.177s) Bail out!  pg_ctl stop failed
tap
[21:09:36.918](1.281s) Bail out!  pg_ctl restart failed
tap
[21:09:57.338](1.720s) Bail out!  pg_ctl stop failed
tap
[21:09:54.192](1.599s) Bail out!  pg_ctl stop failed
tap
[21:09:48.230](1.610s) Bail out!  pg_ctl stop failed
tap
[21:10:04.196](1.129s) Bail out!  pg_ctl stop failed
tap
[21:08:07.600](3.105s) Bail out!  pg_ctl stop failed
tap
[21:10:11.812](1.289s) Bail out!  pg_ctl stop failed
tap
[21:10:08.941](1.126s) Bail out!  pg_ctl stop failed
tap
[21:10:10.303](1.144s) Bail out!  pg_ctl stop failed
tap
[21:10:20.236](1.167s) Bail out!  pg_ctl stop failed
tap
[21:10:16.291](1.755s) Bail out!  pg_ctl stop failed
tap
[21:10:16.605](1.876s) Bail out!  pg_ctl restart failed
test
[21:26:56.450]   5/314 postgresql:pg_upgrade / pg_upgrade/003_logical_slots                            ERROR            ...
[21:26:56.450]   6/314 postgresql:pg_upgrade / pg_upgrade/004_subscription                             ERROR            ...
[21:26:56.450]   7/314 postgresql:recovery / recovery/003_recovery_targets                             ERROR            ...
[21:26:56.450]   9/314 postgresql:recovery / recovery/001_stream_rep                                   ERROR            ...
[21:26:56.450]  10/314 postgresql:recovery / recovery/006_logical_decoding                             ERROR            ...
[21:26:56.450]  11/314 postgresql:recovery / recovery/004_timeline_switch                              ERROR            ...
[21:26:56.450]  12/314 postgresql:recovery / recovery/010_logical_decoding_timelines                   ERROR            ...
[21:26:56.450]  13/314 postgresql:recovery / recovery/009_twophase                                     ERROR            ...
[21:26:56.450]  14/314 postgresql:recovery / recovery/007_sync_rep                                     ERROR            ...
[21:26:56.450]  15/314 postgresql:recovery / recovery/012_subtransactions                              ERROR            ...
[21:26:56.450]  17/314 postgresql:recovery / recovery/014_unlogged_reinit                              ERROR            ...
[21:26:56.450]  19/314 postgresql:recovery / recovery/008_fsm_truncation                               ERROR            ...
[21:26:56.450]  20/314 postgresql:recovery / recovery/018_wal_optimize                                 ERROR            ...
[21:26:56.450]  21/314 postgresql:recovery / recovery/016_min_consistency                              ERROR            ...
[21:26:56.450]  22/314 postgresql:recovery / recovery/020_archive_status                               ERROR            ...
[21:26:56.450]  24/314 postgresql:recovery / recovery/015_promotion_pages                              ERROR            ...
[21:26:56.450]  25/314 postgresql:recovery / recovery/021_row_visibility                               ERROR            ...
[21:26:56.450]  26/314 postgresql:recovery / recovery/024_archive_recovery                             ERROR            ...
[21:26:56.450]  27/314 postgresql:recovery / recovery/019_replslot_limit                               ERROR            ...
[21:26:56.450]  28/314 postgresql:recovery / recovery/023_pitr_prepared_xact                           ERROR            ...
[21:26:56.450]  29/314 postgresql:recovery / recovery/026_overwrite_contrecord                         ERROR            ...
[21:26:56.450]  30/314 postgresql:recovery / recovery/029_stats_restart                                ERROR            ...
[21:26:56.450]  31/314 postgresql:regress / regress/regress                                            ERROR           1...
[21:26:56.450]  33/314 postgresql:recovery / recovery/028_pitr_timelines                               ERROR            ...
[21:26:56.450]  34/314 postgresql:recovery / recovery/031_recovery_conflict                            ERROR            ...
[21:26:56.450]  35/314 postgresql:recovery / recovery/030_stats_cleanup_replica                        ERROR            ...
[21:26:56.450]  36/314 postgresql:recovery / recovery/033_replay_tsp_drops                             ERROR            ...
[21:26:56.450]  37/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[21:26:56.450]  38/314 postgresql:recovery / recovery/034_create_database                              ERROR            ...
[21:26:56.450]  39/314 postgresql:recovery / recovery/036_truncated_dropped                            ERROR            ...
[21:26:56.450]  41/314 postgresql:recovery / recovery/039_end_of_wal                                   ERROR            ...
[21:26:56.450]  42/314 postgresql:recovery / recovery/038_save_logical_slots_shutdown                  ERROR            ...
[21:26:56.450]  43/314 postgresql:recovery / recovery/032_relfilenode_reuse                            ERROR            ...
[21:26:56.450]  44/314 postgresql:isolation / isolation/isolation                                      ERROR           1...
[21:26:56.450]  45/314 postgresql:recovery / recovery/041_checkpoint_at_promote                        ERROR            ...
[21:26:56.450]  46/314 postgresql:recovery / recovery/042_low_level_backup                             ERROR            ...
[21:26:56.450]  47/314 postgresql:plperl / plperl/regress                                              ERROR            ...
[21:26:56.450]  48/314 postgresql:plpgsql / plpgsql/regress                                            ERROR            ...
[21:26:56.450]  49/314 postgresql:recovery / recovery/035_standby_logical_decoding                     ERROR            ...
[21:26:56.450]  51/314 postgresql:basic_archive / basic_archive/regress                                ERROR            ...
[21:26:56.450]  50/314 postgresql:bloom / bloom/regress                                                ERROR            ...
[21:26:56.450]  52/314 postgresql:bool_plperl / bool_plperl/regress                                    ERROR            ...
[21:26:56.450]  53/314 postgresql:plpython / plpython/regress                                          ERROR            ...
[21:26:56.450]  54/314 postgresql:amcheck / amcheck/regress                                            ERROR            ...
[21:26:56.450]  55/314 postgresql:cube / cube/regress                                                  ERROR            ...
[21:26:56.450]  56/314 postgresql:citext / citext/regress                                              ERROR            ...
[21:26:56.450]  57/314 postgresql:dblink / dblink/regress                                              ERROR            ...
[21:26:56.450]  58/314 postgresql:btree_gist / btree_gist/regress                                      ERROR            ...
[21:26:56.450]  59/314 postgresql:recovery / recovery/040_standby_failover_slots_sync                  ERROR            ...
[21:26:56.450]  60/314 postgresql:dict_xsyn / dict_xsyn/regress                                        ERROR            ...
[21:26:56.450]  61/314 postgresql:dict_int / dict_int/regress                                          ERROR            ...
[21:26:56.450]  62/314 postgresql:btree_gin / btree_gin/regress                                        ERROR            ...
[21:26:56.450]  63/314 postgresql:earthdistance / earthdistance/regress                                ERROR            ...
[21:26:56.450]  64/314 postgresql:file_fdw / file_fdw/regress                                          ERROR            ...
[21:26:56.450]  66/314 postgresql:fuzzystrmatch / fuzzystrmatch/regress                                ERROR            ...
[21:26:56.451]  65/314 postgresql:hstore_plpython / hstore_plpython/regress                            ERROR            ...
[21:26:56.451]  67/314 postgresql:hstore_plperl / hstore_plperl/regress                                ERROR            ...
[21:26:56.451]  68/314 postgresql:hstore / hstore/regress                                              ERROR            ...
[21:26:56.451]  69/314 postgresql:isn / isn/regress                                                    ERROR            ...
[21:26:56.451]  70/314 postgresql:jsonb_plpython / jsonb_plpython/regress                              ERROR            ...
[21:26:56.451]  71/314 postgresql:lo / lo/regress                                                      ERROR            ...
[21:26:56.451]  72/314 postgresql:jsonb_plperl / jsonb_plperl/regress                                  ERROR            ...
[21:26:56.451]  73/314 postgresql:passwordcheck / passwordcheck/regress                                ERROR            ...
[21:26:56.451]  74/314 postgresql:ltree_plpython / ltree_plpython/regress                              ERROR            ...
[21:26:56.451]  75/314 postgresql:ltree / ltree/regress                                                ERROR            ...
[21:26:56.451]  76/314 postgresql:pg_buffercache / pg_buffercache/regress                              ERROR            ...
[21:26:56.451]  77/314 postgresql:intarray / intarray/regress                                          ERROR            ...
[21:26:56.451]  78/314 postgresql:pageinspect / pageinspect/regress                                    ERROR            ...
[21:26:56.451]  79/314 postgresql:pg_freespacemap / pg_freespacemap/regress                            ERROR            ...
[21:26:56.451]  80/314 postgresql:pg_logicalinspect / pg_logicalinspect/isolation                      ERROR            ...
[21:26:56.451]  81/314 postgresql:pgrowlocks / pgrowlocks/isolation                                    ERROR            ...
[21:26:56.451]  82/314 postgresql:pgstattuple / pgstattuple/regress                                    ERROR            ...
[21:26:56.451]  83/314 postgresql:pg_surgery / pg_surgery/regress                                      ERROR            ...
[21:26:56.451]  84/314 postgresql:pg_visibility / pg_visibility/regress                                ERROR            ...
[21:26:56.451]  85/314 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
[21:26:56.451]  86/314 postgresql:pg_trgm / pg_trgm/regress                                            ERROR            ...
[21:26:56.451]  88/314 postgresql:pg_walinspect / pg_walinspect/regress                                ERROR            ...
[21:26:56.451]  87/314 postgresql:pgcrypto / pgcrypto/regress                                          ERROR            ...
[21:26:56.451]  89/314 postgresql:seg / seg/regress                                                    ERROR            ...
[21:26:56.451]  90/314 postgresql:tablefunc / tablefunc/regress                                        ERROR            ...
[21:26:56.451]  91/314 postgresql:tcn / tcn/isolation                                                  ERROR            ...
[21:26:56.451]  92/314 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
[21:26:56.451]  93/314 postgresql:tsm_system_rows / tsm_system_rows/regress                            ERROR            ...
[21:26:56.451]  94/314 postgresql:tsm_system_time / tsm_system_time/regress                            ERROR            ...
[21:26:56.451]  95/314 postgresql:unaccent / unaccent/regress                                          ERROR            ...
[21:26:56.451]  96/314 postgresql:postgres_fdw / postgres_fdw/regress                                  ERROR            ...
[21:26:56.451]  97/314 postgresql:brin / brin/isolation                                                ERROR            ...
[21:26:56.451]  98/314 postgresql:commit_ts / commit_ts/regress                                        ERROR            ...
[21:26:56.451]  99/314 postgresql:dummy_index_am / dummy_index_am/regress                              ERROR            ...
[21:26:56.451] 100/314 postgresql:delay_execution / delay_execution/isolation                          ERROR            ...
[21:26:56.451] 101/314 postgresql:test_decoding / test_decoding/isolation                              ERROR            ...
[21:26:56.451] 102/314 postgresql:dummy_seclabel / dummy_seclabel/regress                              ERROR            ...
[21:26:56.451] 103/314 postgresql:injection_points / injection_points/regress                          ERROR            ...
[21:26:56.451] 104/314 postgresql:gin / gin/regress                                                    ERROR            ...
[21:26:56.451] 105/314 postgresql:plsample / plsample/regress                                          ERROR            ...
[21:26:56.451] 107/314 postgresql:spgist_name_ops / spgist_name_ops/regress                            ERROR            ...
[21:26:56.451] 106/314 postgresql:injection_points / injection_points/isolation                        ERROR            ...
[21:26:56.451] 108/314 postgresql:test_bloomfilter / test_bloomfilter/regress                          ERROR            ...
[21:26:56.451] 109/314 postgresql:test_copy_callbacks / test_copy_callbacks/regress                    ERROR            ...
[21:26:56.451] 110/314 postgresql:test_dsa / test_dsa/regress                                          ERROR            ...
[21:26:56.451] 111/314 postgresql:test_dsm_registry / test_dsm_registry/regress                        ERROR            ...
[21:26:56.451] 112/314 postgresql:test_ginpostinglist / test_ginpostinglist/regress                    ERROR            ...
[21:26:56.451] 113/314 postgresql:test_decoding / test_decoding/regress                                ERROR            ...
[21:26:56.451] 114/314 postgresql:test_lfind / test_lfind/regress                                      ERROR            ...
[21:26:56.451] 115/314 postgresql:test_extensions / test_extensions/regress                            ERROR            ...
[21:26:56.451] 116/314 postgresql:test_ddl_deparse / test_ddl_deparse/regress                          ERROR            ...
[21:26:56.451] 117/314 postgresql:test_parser / test_parser/regress                                    ERROR            ...
[21:26:56.451] 118/314 postgresql:test_pg_dump / test_pg_dump/regress                                  ERROR            ...
[21:26:56.451] 119/314 postgresql:test_predtest / test_predtest/regress                                ERROR            ...
[21:26:56.451] 120/314 postgresql:test_oat_hooks / test_oat_hooks/regress                              ERROR            ...
[21:26:56.451] 121/314 postgresql:test_rbtree / test_rbtree/regress                                    ERROR            ...
[21:26:56.451] 122/314 postgresql:test_radixtree / test_radixtree/regress                              ERROR            ...
[21:26:56.451] 123/314 postgresql:test_resowner / test_resowner/regress                                ERROR            ...
[21:26:56.451] 124/314 postgresql:test_integerset / test_integerset/regress                            ERROR            ...
[21:26:56.451] 125/314 postgresql:test_rls_hooks / test_rls_hooks/regress                              ERROR            ...
[21:26:56.451] 126/314 postgresql:test_regex / test_regex/regress                                      ERROR            ...
[21:26:56.451] 127/314 postgresql:test_shm_mq / test_shm_mq/regress                                    ERROR            ...
[21:26:56.451] 128/314 postgresql:test_slru / test_slru/regress                                        ERROR            ...
[21:26:56.530] 129/314 postgresql:test_tidstore / test_tidstore/regress                                ERROR            ...
[21:26:56.530] 131/314 postgresql:typcache / typcache/regress                                          ERROR            ...
[21:26:56.530] 132/314 postgresql:unsafe_tests / unsafe_tests/regress                                  ERROR            ...
[21:26:56.530] 135/314 postgresql:libpq / libpq/005_negotiate_encryption                               ERROR            ...
[21:26:56.530] 137/314 postgresql:libpq / libpq/003_load_balance_host_list                             ERROR            ...
[21:26:56.530] 138/314 postgresql:libpq / libpq/004_load_balance_dns                                   ERROR            ...
[21:26:56.530] 140/314 postgresql:pg_amcheck / pg_amcheck/004_verify_heapam                            ERROR            ...
[21:26:56.530] 142/314 postgresql:pg_amcheck / pg_amcheck/003_check                                    ERROR            ...
[21:26:56.530] 144/314 postgresql:pg_basebackup / pg_basebackup/010_pg_basebackup                      ERROR            ...
[21:26:56.530] 149/314 postgresql:ecpg / ecpg/ecpg                                                     ERROR            ...
[21:26:56.530] 150/314 postgresql:pg_checksums / pg_checksums/002_actions                              ERROR            ...
[21:26:56.530] 153/314 postgresql:pg_combinebackup / pg_combinebackup/007_wal_level_minimal            ERROR            ...
[21:26:56.530] 154/314 postgresql:pg_basebackup / pg_basebackup/040_pg_createsubscriber                ERROR            ...
[21:26:56.530] 158/314 postgresql:pg_ctl / pg_ctl/002_status                                           ERROR            ...
[21:26:56.530] 160/314 postgresql:pg_ctl / pg_ctl/001_start_stop                                       ERROR            ...
[21:26:56.530] 167/314 postgresql:pg_resetwal / pg_resetwal/001_basic                                  ERROR            ...
[21:26:56.530] 172/314 postgresql:pg_rewind / pg_rewind/001_basic                                      ERROR            ...
[21:26:56.530] 173/314 postgresql:pg_rewind / pg_rewind/002_databases                                  ERROR            ...
[21:26:56.530] 175/314 postgresql:pg_dump / pg_dump/002_pg_dump                                        ERROR            ...
[21:26:56.530] 177/314 postgresql:pg_rewind / pg_rewind/003_extrafiles                                 ERROR            ...
[21:26:56.530] 178/314 postgresql:pg_rewind / pg_rewind/005_same_timeline                              ERROR            ...
[21:26:56.530] 179/314 postgresql:pg_rewind / pg_rewind/004_pg_xlog_symlink                            ERROR            ...
[21:26:56.530] 183/314 postgresql:pg_rewind / pg_rewind/009_growing_files                              ERROR            ...
[21:26:56.530] 184/314 postgresql:pg_rewind / pg_rewind/008_min_recovery_point                         ERROR            ...
[21:26:56.530] 185/314 postgresql:pg_rewind / pg_rewind/007_standby_source                             ERROR            ...
[21:26:56.530] 188/314 postgresql:pg_verifybackup / pg_verifybackup/007_wal                            ERROR            ...
[21:26:56.530] 189/314 postgresql:pg_rewind / pg_rewind/010_keep_recycled_wals                         ERROR            ...
[21:26:56.530] 196/314 postgresql:pg_waldump / pg_waldump/001_basic                                    ERROR            ...
[21:26:56.530] 216/314 postgresql:amcheck / amcheck/002_cic                                            ERROR            ...
[21:26:56.530] 217/314 postgresql:amcheck / amcheck/003_cic_2pc                                        ERROR            ...
[21:26:56.530] 218/314 postgresql:amcheck / amcheck/001_verify_heapam                                  ERROR            ...
[21:26:56.530] 220/314 postgresql:amcheck / amcheck/004_verify_nbtree_unique                           ERROR            ...
[21:26:56.530] 221/314 postgresql:amcheck / amcheck/005_pitr                                           ERROR            ...
[21:26:56.530] 225/314 postgresql:pg_prewarm / pg_prewarm/001_basic                                    ERROR            ...
[21:26:56.530] 226/314 postgresql:pg_stat_statements / pg_stat_statements/010_restart                  ERROR            ...
[21:26:56.530] 227/314 postgresql:pg_visibility / pg_visibility/002_corrupt_vm                         ERROR            ...
[21:26:56.530] 230/314 postgresql:test_decoding / test_decoding/001_repl_stats                         ERROR            ...
[21:26:56.530] 231/314 postgresql:pg_visibility / pg_visibility/001_concurrent_transaction             ERROR            ...
[21:26:56.530] 234/314 postgresql:authentication / authentication/004_file_inclusion                   ERROR            ...
[21:26:56.530] 236/314 postgresql:postmaster / postmaster/002_start_stop                               ERROR            ...
[21:26:56.530] 240/314 postgresql:subscription / subscription/002_types                                ERROR            ...
[21:26:56.530] 241/314 postgresql:subscription / subscription/003_constraints                          ERROR            ...
[21:26:56.530] 242/314 postgresql:subscription / subscription/004_sync                                 ERROR            ...
[21:26:56.530] 244/314 postgresql:subscription / subscription/006_rewrite                              ERROR            ...
[21:26:56.530] 245/314 postgresql:subscription / subscription/007_ddl                                  ERROR            ...
[21:26:56.530] 246/314 postgresql:subscription / subscription/001_rep_changes                          ERROR            ...
[21:26:56.530] 247/314 postgresql:subscription / subscription/005_encoding                             ERROR            ...
[21:26:56.530] 249/314 postgresql:subscription / subscription/008_diff_schema                          ERROR            ...
[21:26:56.530] 250/314 postgresql:subscription / subscription/009_matviews                             ERROR            ...
[21:26:56.530] 253/314 postgresql:subscription / subscription/014_binary                               ERROR            ...
[21:26:56.530] 254/314 postgresql:subscription / subscription/015_stream                               ERROR            ...
[21:26:56.530] 255/314 postgresql:subscription / subscription/017_stream_ddl                           ERROR            ...
[21:26:56.530] 256/314 postgresql:subscription / subscription/016_stream_subxact                       ERROR            ...
[21:26:56.530] 257/314 postgresql:subscription / subscription/018_stream_subxact_abort                 ERROR            ...
[21:26:56.530] 258/314 postgresql:subscription / subscription/019_stream_subxact_ddl_abort             ERROR            ...
[21:26:56.530] 259/314 postgresql:subscription / subscription/020_messages                             ERROR            ...
[21:26:56.530] 260/314 postgresql:subscription / subscription/021_twophase                             ERROR            ...
[21:26:56.530] 261/314 postgresql:subscription / subscription/013_partition                            ERROR            ...
[21:26:56.530] 262/314 postgresql:recovery / recovery/013_crash_restart                                ERROR           4...
[21:26:56.530] 263/314 postgresql:subscription / subscription/023_twophase_stream                      ERROR            ...
[21:26:56.530] 264/314 postgresql:subscription / subscription/024_add_drop_pub                         ERROR            ...
[21:26:56.530] 265/314 postgresql:subscription / subscription/025_rep_changes_for_schema               ERROR            ...
[21:26:56.530] 266/314 postgresql:subscription / subscription/026_stats                                ERROR            ...
[21:26:56.530] 267/314 postgresql:subscription / subscription/029_on_error                             ERROR            ...
[21:26:56.530] 268/314 postgresql:subscription / subscription/022_twophase_cascade                     ERROR            ...
[21:26:56.530] 269/314 postgresql:subscription / subscription/030_origin                               ERROR            ...
[21:26:56.530] 272/314 postgresql:subscription / subscription/028_row_filter                           ERROR            ...
[21:26:56.530] 273/314 postgresql:subscription / subscription/100_bugs                                 ERROR            ...
[21:26:56.530] 274/314 postgresql:brin / brin/01_workitems                                             ERROR            ...
[21:26:56.530] 275/314 postgresql:commit_ts / commit_ts/001_base                                       ERROR            ...
[21:26:56.530] 276/314 postgresql:subscription / subscription/032_subscribe_use_index                  ERROR            ...
[21:26:56.530] 277/314 postgresql:commit_ts / commit_ts/002_standby                                    ERROR            ...
[21:26:56.530] 278/314 postgresql:subscription / subscription/031_column_list                          ERROR            ...
[21:26:56.530] 279/314 postgresql:commit_ts / commit_ts/004_restart                                    ERROR            ...
[21:26:56.530] 281/314 postgresql:commit_ts / commit_ts/003_standby_2                                  ERROR            ...
[21:26:56.530] 282/314 postgresql:injection_points / injection_points/001_stats                        ERROR            ...
[21:26:56.530] 283/314 postgresql:ssl_passphrase_callback / ssl_passphrase_callback/001_testfunc       ERROR            ...
[21:26:56.530] 285/314 postgresql:libpq_pipeline / libpq_pipeline/001_libpq_pipeline                   ERROR            ...
[21:26:56.530] 286/314 postgresql:test_custom_rmgrs / test_custom_rmgrs/001_basic                      ERROR            ...
[21:26:56.530] 291/314 postgresql:test_misc / test_misc/002_tablespace                                 ERROR            ...
[21:26:56.530] 292/314 postgresql:test_misc / test_misc/004_io_direct                                  ERROR            ...
[21:26:56.530] 294/314 postgresql:test_misc / test_misc/001_constraint_validation                      ERROR            ...
[21:26:56.530] 300/314 postgresql:test_slru / test_slru/001_multixact                                  ERROR            ...
[21:26:56.530] 301/314 postgresql:worker_spi / worker_spi/001_worker_spi                               ERROR            ...
[21:26:56.530] 302/314 postgresql:test_pg_dump / test_pg_dump/001_base                                 ERROR            ...
[21:26:56.530] 303/314 postgresql:checksums / checksums/004_offline                                    ERROR            ...
[21:26:56.530] 304/314 postgresql:ssl / ssl/001_ssltests                                               ERROR            ...
[21:26:56.530] 305/314 postgresql:ssl / ssl/002_scram                                                  ERROR            ...
[21:26:56.530] 308/314 postgresql:ssl / ssl/003_sslinfo                                                ERROR            ...
[21:26:56.530] 310/314 postgresql:pgbench / pgbench/001_pgbench_with_server                            ERROR           2...
[21:26:56.530] 311/314 postgresql:checksums / checksums/002_restarts                                   ERROR           3...
[21:26:56.530] 312/314 postgresql:checksums / checksums/001_basic                                      ERROR           6...
[21:26:56.530] 313/314 postgresql:pg_ctl / pg_ctl/004_logrotate                                        TIMEOUT        10...
[21:26:56.530] 314/314 postgresql:checksums / checksums/003_standby_restarts                           TIMEOUT        10...
51/5371 TimestampTz->Text->TimestampTz casting fails with DateStyle 'Postgres'
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/timestamptz.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/00...
--- /tmp/cirrus-ci-build/src/test/regress/expected/timestamptz.out	2024-12-14 20:23:06.636060000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/timestamptz.out	2024-12-14 20:23:55.317282...
@@ -184,30 +184,22 @@
 (1 row)
 
 SELECT 'Jan 01 00:00:00 1000 LMT'::timestamptz;
-         timestamptz          
-------------------------------
- Wed Jan 01 00:00:00 1000 LMT
-(1 row)
-
+ERROR:  invalid input syntax for type timestamp with time zone: "Jan 01 00:00:00 1000 LMT"
+LINE 1: SELECT 'Jan 01 00:00:00 1000 LMT'::timestamptz;
+               ^
 SELECT 'Jan 01 00:00:00 2024 LMT'::timestamptz;
-         timestamptz          
-------------------------------
- Sun Dec 31 23:52:58 2023 PST
-(1 row)
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/timestamptz.out /tmp/cirrus-ci-build/build/testrun/recovery/027_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/timestamptz.out	2024-12-14 20:23:06.636060000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/timestamptz.out	2024-12-14 20:24:37.9864...
@@ -184,30 +184,22 @@
 (1 row)
 
 SELECT 'Jan 01 00:00:00 1000 LMT'::timestamptz;
-         timestamptz          
-------------------------------
- Wed Jan 01 00:00:00 1000 LMT
-(1 row)
-
+ERROR:  invalid input syntax for type timestamp with time zone: "Jan 01 00:00:00 1000 LMT"
+LINE 1: SELECT 'Jan 01 00:00:00 1000 LMT'::timestamptz;
+               ^
 SELECT 'Jan 01 00:00:00 2024 LMT'::timestamptz;
-         timestamptz          
-------------------------------
- Sun Dec 31 23:52:58 2023 PST
-(1 row)
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/timestamptz.out /tmp/cirrus-ci-build/build/testrun/regress/regre...
--- /tmp/cirrus-ci-build/src/test/regress/expected/timestamptz.out	2024-12-14 20:23:06.636060000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/timestamptz.out	2024-12-14 20:23:54.404078000 +0000
@@ -184,30 +184,22 @@
 (1 row)
 
 SELECT 'Jan 01 00:00:00 1000 LMT'::timestamptz;
-         timestamptz          
-------------------------------
- Wed Jan 01 00:00:00 1000 LMT
-(1 row)
-
+ERROR:  invalid input syntax for type timestamp with time zone: "Jan 01 00:00:00 1000 LMT"
+LINE 1: SELECT 'Jan 01 00:00:00 1000 LMT'::timestamptz;
+               ^
 SELECT 'Jan 01 00:00:00 2024 LMT'::timestamptz;
-         timestamptz          
-------------------------------
- Sun Dec 31 23:52:58 2023 PST
-(1 row)
...
tap
[20:25:05.071](73.631s) not ok 5 - regression tests pass
tap
[20:26:07.330](92.640s) not ok 2 - regression tests pass
test
[20:28:01.384]   6/315 postgresql:regress / regress/regress                                            ERROR            ...
[20:28:01.384] 102/315 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[20:28:01.384] 171/315 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/timestamptz.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_chec...
--- /tmp/cirrus-ci-build/src/test/regress/expected/timestamptz.out	2024-12-14 20:23:06.948493301 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/timestamptz.out	2024-12-14 20:27:01.590454546 +0000
@@ -184,30 +184,22 @@
 (1 row)
 
 SELECT 'Jan 01 00:00:00 1000 LMT'::timestamptz;
-         timestamptz          
-------------------------------
- Wed Jan 01 00:00:00 1000 LMT
-(1 row)
-
+ERROR:  invalid input syntax for type timestamp with time zone: "Jan 01 00:00:00 1000 LMT"
+LINE 1: SELECT 'Jan 01 00:00:00 1000 LMT'::timestamptz;
+               ^
 SELECT 'Jan 01 00:00:00 2024 LMT'::timestamptz;
-         timestamptz          
-------------------------------
- Sun Dec 31 23:52:58 2023 PST
-(1 row)
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/timestamptz.out /tmp/cirrus-ci-build/src/test/recovery/tmp_check...
--- /tmp/cirrus-ci-build/src/test/regress/expected/timestamptz.out	2024-12-14 20:23:06.948493301 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/timestamptz.out	2024-12-14 20:29:30.102445251 +0000
@@ -184,30 +184,22 @@
 (1 row)
 
 SELECT 'Jan 01 00:00:00 1000 LMT'::timestamptz;
-         timestamptz          
-------------------------------
- Wed Jan 01 00:00:00 1000 LMT
-(1 row)
-
+ERROR:  invalid input syntax for type timestamp with time zone: "Jan 01 00:00:00 1000 LMT"
+LINE 1: SELECT 'Jan 01 00:00:00 1000 LMT'::timestamptz;
+               ^
 SELECT 'Jan 01 00:00:00 2024 LMT'::timestamptz;
-         timestamptz          
-------------------------------
- Sun Dec 31 23:52:58 2023 PST
-(1 row)
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/timestamptz.out /tmp/cirrus-ci-build/src/test/regress/results/ti...
--- /tmp/cirrus-ci-build/src/test/regress/expected/timestamptz.out	2024-12-14 20:23:06.948493301 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/timestamptz.out	2024-12-14 20:24:35.342667252 +0000
@@ -184,30 +184,22 @@
 (1 row)
 
 SELECT 'Jan 01 00:00:00 1000 LMT'::timestamptz;
-         timestamptz          
-------------------------------
- Wed Jan 01 00:00:00 1000 LMT
-(1 row)
-
+ERROR:  invalid input syntax for type timestamp with time zone: "Jan 01 00:00:00 1000 LMT"
+LINE 1: SELECT 'Jan 01 00:00:00 1000 LMT'::timestamptz;
+               ^
 SELECT 'Jan 01 00:00:00 2024 LMT'::timestamptz;
-         timestamptz          
-------------------------------
- Sun Dec 31 23:52:58 2023 PST
-(1 row)
...
tap
[20:28:48.111](111.734s) not ok 5 - regression tests pass
tap
[20:30:26.630](59.686s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Meson
core
[20:29:25.980] #0  0x00007f0dbf6aeda4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[20:29:25.980] #1  0x00007f0dbf65b239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[20:29:25.980] #2  0x00007f0dbf716204 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[20:29:25.980] #3  0x00007f0dbf72885c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[20:29:25.980] #0  <unavailable> in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/timestamptz.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/00...
--- /tmp/cirrus-ci-build/src/test/regress/expected/timestamptz.out	2024-12-14 20:23:06.127087562 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/timestamptz.out	2024-12-14 20:24:31.963146...
@@ -184,30 +184,22 @@
 (1 row)
 
 SELECT 'Jan 01 00:00:00 1000 LMT'::timestamptz;
-         timestamptz          
-------------------------------
- Wed Jan 01 00:00:00 1000 LMT
-(1 row)
-
+ERROR:  invalid input syntax for type timestamp with time zone: "Jan 01 00:00:00 1000 LMT"
+LINE 1: SELECT 'Jan 01 00:00:00 1000 LMT'::timestamptz;
+               ^
 SELECT 'Jan 01 00:00:00 2024 LMT'::timestamptz;
-         timestamptz          
-------------------------------
- Sun Dec 31 23:52:58 2023 PST
-(1 row)
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/timestamptz.out /tmp/cirrus-ci-build/build/testrun/recovery/027_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/timestamptz.out	2024-12-14 20:23:06.127087562 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/timestamptz.out	2024-12-14 20:25:10.6389...
@@ -184,30 +184,22 @@
 (1 row)
 
 SELECT 'Jan 01 00:00:00 1000 LMT'::timestamptz;
-         timestamptz          
-------------------------------
- Wed Jan 01 00:00:00 1000 LMT
-(1 row)
-
+ERROR:  invalid input syntax for type timestamp with time zone: "Jan 01 00:00:00 1000 LMT"
+LINE 1: SELECT 'Jan 01 00:00:00 1000 LMT'::timestamptz;
+               ^
 SELECT 'Jan 01 00:00:00 2024 LMT'::timestamptz;
-         timestamptz          
-------------------------------
- Sun Dec 31 23:52:58 2023 PST
-(1 row)
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/timestamptz.out /tmp/cirrus-ci-build/build/testrun/regress/regre...
--- /tmp/cirrus-ci-build/src/test/regress/expected/timestamptz.out	2024-12-14 20:23:06.127087562 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/timestamptz.out	2024-12-14 20:24:28.015178265 +0000
@@ -184,30 +184,22 @@
 (1 row)
 
 SELECT 'Jan 01 00:00:00 1000 LMT'::timestamptz;
-         timestamptz          
-------------------------------
- Wed Jan 01 00:00:00 1000 LMT
-(1 row)
-
+ERROR:  invalid input syntax for type timestamp with time zone: "Jan 01 00:00:00 1000 LMT"
+LINE 1: SELECT 'Jan 01 00:00:00 1000 LMT'::timestamptz;
+               ^
 SELECT 'Jan 01 00:00:00 2024 LMT'::timestamptz;
-         timestamptz          
-------------------------------
- Sun Dec 31 23:52:58 2023 PST
-(1 row)
...
tap
[20:25:59.090](90.151s) not ok 5 - regression tests pass
tap
[20:26:37.429](92.033s) not ok 2 - regression tests pass
test
[20:28:27.916]   6/315 postgresql:regress / regress/regress                                            ERROR            ...
[20:28:27.916] 141/315 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[20:28:27.916] 166/315 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/timestamptz.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg...
--- /Users/admin/pgsql/src/test/regress/expected/timestamptz.out	2024-12-14 20:22:08
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/timestamptz.out	2024-12-14 20:23:30
@@ -184,30 +184,22 @@
 (1 row)
 
 SELECT 'Jan 01 00:00:00 1000 LMT'::timestamptz;
-         timestamptz          
-------------------------------
- Wed Jan 01 00:00:00 1000 LMT
-(1 row)
-
+ERROR:  invalid input syntax for type timestamp with time zone: "Jan 01 00:00:00 1000 LMT"
+LINE 1: SELECT 'Jan 01 00:00:00 1000 LMT'::timestamptz;
+               ^
 SELECT 'Jan 01 00:00:00 2024 LMT'::timestamptz;
-         timestamptz          
-------------------------------
- Sun Dec 31 23:52:58 2023 PST
-(1 row)
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/timestamptz.out /Users/admin/pgsql/build/testrun/recovery/027_stre...
--- /Users/admin/pgsql/src/test/regress/expected/timestamptz.out	2024-12-14 20:22:08
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/timestamptz.out	2024-12-14 20:24:15
@@ -184,30 +184,22 @@
 (1 row)
 
 SELECT 'Jan 01 00:00:00 1000 LMT'::timestamptz;
-         timestamptz          
-------------------------------
- Wed Jan 01 00:00:00 1000 LMT
-(1 row)
-
+ERROR:  invalid input syntax for type timestamp with time zone: "Jan 01 00:00:00 1000 LMT"
+LINE 1: SELECT 'Jan 01 00:00:00 1000 LMT'::timestamptz;
+               ^
 SELECT 'Jan 01 00:00:00 2024 LMT'::timestamptz;
-         timestamptz          
-------------------------------
- Sun Dec 31 23:52:58 2023 PST
-(1 row)
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/timestamptz.out /Users/admin/pgsql/build/testrun/regress/regress/r...
--- /Users/admin/pgsql/src/test/regress/expected/timestamptz.out	2024-12-14 20:22:08
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/timestamptz.out	2024-12-14 20:23:28
@@ -184,30 +184,22 @@
 (1 row)
 
 SELECT 'Jan 01 00:00:00 1000 LMT'::timestamptz;
-         timestamptz          
-------------------------------
- Wed Jan 01 00:00:00 1000 LMT
-(1 row)
-
+ERROR:  invalid input syntax for type timestamp with time zone: "Jan 01 00:00:00 1000 LMT"
+LINE 1: SELECT 'Jan 01 00:00:00 1000 LMT'::timestamptz;
+               ^
 SELECT 'Jan 01 00:00:00 2024 LMT'::timestamptz;
-         timestamptz          
-------------------------------
- Sun Dec 31 23:52:58 2023 PST
-(1 row)
...
tap
[20:24:11.602](43.570s) not ok 5 - regression tests pass
tap
[20:25:09.677](57.958s) not ok 2 - regression tests pass
test
[20:27:05.121]  28/315 postgresql:regress / regress/regress                                            ERROR            ...
[20:27:05.121]  47/315 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[20:27:05.121] 152/315 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/timestamptz.out C:/cirrus/build/testrun/pg_upgrade/002_...
--- C:/cirrus/src/test/regress/expected/timestamptz.out	2024-12-14 20:23:27.377494900 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/timestamptz.out	2024-12-14 20:25:31.610172100 +0000
@@ -184,30 +184,22 @@
 (1 row)
 
 SELECT 'Jan 01 00:00:00 1000 LMT'::timestamptz;
-         timestamptz          
-------------------------------
- Wed Jan 01 00:00:00 1000 LMT
-(1 row)
-
+ERROR:  invalid input syntax for type timestamp with time zone: "Jan 01 00:00:00 1000 LMT"
+LINE 1: SELECT 'Jan 01 00:00:00 1000 LMT'::timestamptz;
+               ^
 SELECT 'Jan 01 00:00:00 2024 LMT'::timestamptz;
-         timestamptz          
-------------------------------
- Sun Dec 31 23:52:58 2023 PST
-(1 row)
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/timestamptz.out C:/cirrus/build/testrun/recovery/027_st...
--- C:/cirrus/src/test/regress/expected/timestamptz.out	2024-12-14 20:23:27.377494900 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/timestamptz.out	2024-12-14 20:27:48.027399300 +0000
@@ -184,30 +184,22 @@
 (1 row)
 
 SELECT 'Jan 01 00:00:00 1000 LMT'::timestamptz;
-         timestamptz          
-------------------------------
- Wed Jan 01 00:00:00 1000 LMT
-(1 row)
-
+ERROR:  invalid input syntax for type timestamp with time zone: "Jan 01 00:00:00 1000 LMT"
+LINE 1: SELECT 'Jan 01 00:00:00 1000 LMT'::timestamptz;
+               ^
 SELECT 'Jan 01 00:00:00 2024 LMT'::timestamptz;
-         timestamptz          
-------------------------------
- Sun Dec 31 23:52:58 2023 PST
-(1 row)
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/timestamptz.out C:/cirrus/build/testrun/regress/regress...
--- C:/cirrus/src/test/regress/expected/timestamptz.out	2024-12-14 20:23:27.377494900 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/timestamptz.out	2024-12-14 20:25:25.763133500 +0000
@@ -184,30 +184,22 @@
 (1 row)
 
 SELECT 'Jan 01 00:00:00 1000 LMT'::timestamptz;
-         timestamptz          
-------------------------------
- Wed Jan 01 00:00:00 1000 LMT
-(1 row)
-
+ERROR:  invalid input syntax for type timestamp with time zone: "Jan 01 00:00:00 1000 LMT"
+LINE 1: SELECT 'Jan 01 00:00:00 1000 LMT'::timestamptz;
+               ^
 SELECT 'Jan 01 00:00:00 2024 LMT'::timestamptz;
-         timestamptz          
-------------------------------
- Sun Dec 31 23:52:58 2023 PST
-(1 row)
...
tap
[20:27:19.434](113.950s) not ok 5 - regression tests pass
tap
[20:29:37.035](127.459s) not ok 2 - regression tests pass
test
[20:36:32.715]   7/310 postgresql:regress / regress/regress                                            ERROR           1...
[20:36:32.715]  37/310 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[20:36:32.715]  99/310 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5252 Trim the heap free memory
CompilerWarnings
compiler
[19:59:30.371] postgres.c:2838:33: error: assignment to ‘char *’ from ‘int’ makes pointer from integer without a cast [-...
compiler
[19:59:30.371] postgres.c:2837:25: error: implicit declaration of function ‘malloc_trim’ [-Werror=implicit-function-decl...
compiler
[19:59:30.371] postgres.c:2834:47: error: implicit declaration of function ‘sbrk’ [-Werror=implicit-function-declaration...
compiler
[19:59:30.371] postgres.c:2834:47: error: initialization of ‘char *’ from ‘int’ makes pointer from integer without a cas...
Linux - Debian Bookworm - Autoconf
core
[20:01:27.266] #0  0x00007f8d2674ec3e in getcwd () from /lib/x86_64-linux-gnu/libc.so.6
[20:01:27.266] #1  0x000055df554e8729 in ?? ()
[20:01:27.266] #2  0x000055df554f94ba in ?? ()
[20:01:27.266] #3  0x000055df554e75fb in ?? ()
[20:01:27.266] #4  0x00007f8d2667d24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[20:01:27.266] #5  0x00007f8d2667d305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
[20:01:27.266] #6  0x000055df554e7781 in ?? ()
tap
[19:54:22.576](0.001s) not ok 28 - options --locale-provider=icu --locale=und --lc-*=C: no stderr
Linux - Debian Bookworm - Meson
core
[19:59:38.038] #0  0x00007f542cd16da4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[19:59:38.038] #1  0x00007f542ccc3239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[19:59:38.038] #2  0x00007f542ccc3497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[19:59:38.038] #3  0x000055f3ac0cf5c1 in ?? ()
[19:59:38.038] #4  0x000055f3ac0c9369 in ?? ()
[19:59:38.038] #5  0x000055f3ac0c820f in ?? ()
[19:59:38.038] #6  0x000055f3ac0c8c3b in ?? ()
[19:59:38.038] #7  0x000055f3ac0c666f in ?? ()
[19:59:38.038] #8  0x00007f542ccae24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[19:59:38.038] #9  0x00007f542ccae305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[19:59:38.165] #0  0x00007f542cd16da4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[19:59:38.165] #1  0x00007f542ccc3239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[19:59:38.165] #2  0x00007f542ccc3497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[19:59:38.165] #3  0x000055f3ac0cf5f3 in ?? ()
[19:59:38.165] #4  0x000055f3ac0c9369 in ?? ()
[19:59:38.165] #5  0x000055f3ac0c820f in ?? ()
[19:59:38.165] #6  0x000055f3ac0c8c3b in ?? ()
[19:59:38.165] #7  0x000055f3ac0c666f in ?? ()
[19:59:38.165] #8  0x00007f542ccae24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[19:59:38.165] #9  0x00007f542ccae305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[19:59:38.165] #0  <unavailable> in ?? ()
tap
[19:56:48.846](0.001s) not ok 28 - options --locale-provider=icu --locale=und --lc-*=C: no stderr
test
[19:58:28.761] 169/315 postgresql:initdb / initdb/001_initdb                                           ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[19:52:09.843] ../src/backend/tcop/postgres.c(2838): warning C4047: '=': 'char *' differs in levels of indirection from ...
compiler
[19:52:21.057] tcop_postgres.c.obj : error LNK2019: unresolved external symbol sbrk referenced in function finish_xact_c...
compiler
[19:52:09.843] ../src/backend/tcop/postgres.c(2834): warning C4047: 'initializing': 'char *' differs in levels of indire...
compiler
[19:52:21.057] tcop_postgres.c.obj : error LNK2019: unresolved external symbol malloc_trim referenced in function finish...
51/5308 doc: virtual envs with Pl/Python
Linux - Debian Bookworm - Meson
core
[10:53:00.053] #0  <unavailable> in ?? ()
core
[10:53:00.053] #0  0x00007f26df2aeda4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[10:53:00.053] #1  0x00007f26df25b239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[10:53:00.053] #2  0x00007f26df316204 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[10:53:00.053] #3  0x00007f26df32885c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
regress
diff -U3 /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/query_cancel.out /tmp/cirrus-ci-build/build/testrun/postgres...
--- /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/query_cancel.out	2024-12-14 10:47:09.192319436 +0000
+++ /tmp/cirrus-ci-build/build/testrun/postgres_fdw/regress/results/query_cancel.out	2024-12-14 10:50:27.967894540 +0000
@@ -29,4 +29,5 @@
 -- This would take very long if not canceled:
 SELECT count(*) FROM ft1 a CROSS JOIN ft1 b CROSS JOIN ft1 c CROSS JOIN ft1 d;
 ERROR:  canceling statement due to statement timeout
+WARNING:  could not get result of cancel request due to timeout
 COMMIT;
test
[10:51:51.836] 154/315 postgresql:postgres_fdw / postgres_fdw/regress                                  ERROR            ...
51/5087 Doc: Move and modify standalone hot backups section
FreeBSD - 13 - Meson
test
[10:12:24.532] 244/315 postgresql:postmaster / postmaster/001_connection_limits                        ERROR            ...
51/5153 Prohibit to use EphemeralNamedRelation in materialized views
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_p...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-12-14 05:09:05.947174000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/triggers.out	2024-12-14 05:10:00.025542000...
@@ -3737,7 +3737,7 @@
 referencing new table as new_table
 for each statement execute function make_matview();
 insert into my_table values (42);
-ERROR:  transition tables cannot be used in rule
+ERROR:  transition table cannot be used in rule
 CONTEXT:  SQL statement "create materialized view mv as select * from new_table"
 PL/pgSQL function make_matview() line 1 at SQL statement
 drop table my_table;
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/build/testrun/recovery/027_str...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-12-14 05:09:05.947174000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/triggers.out	2024-12-14 05:10:39.4117440...
@@ -3737,7 +3737,7 @@
 referencing new table as new_table
 for each statement execute function make_matview();
 insert into my_table values (42);
-ERROR:  transition tables cannot be used in rule
+ERROR:  transition table cannot be used in rule
 CONTEXT:  SQL statement "create materialized view mv as select * from new_table"
 PL/pgSQL function make_matview() line 1 at SQL statement
 drop table my_table;
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/build/testrun/regress/regress/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-12-14 05:09:05.947174000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/triggers.out	2024-12-14 05:09:58.897120000 +0000
@@ -3737,7 +3737,7 @@
 referencing new table as new_table
 for each statement execute function make_matview();
 insert into my_table values (42);
-ERROR:  transition tables cannot be used in rule
+ERROR:  transition table cannot be used in rule
 CONTEXT:  SQL statement "create materialized view mv as select * from new_table"
 PL/pgSQL function make_matview() line 1 at SQL statement
 drop table my_table;
tap
[05:10:43.663](59.243s) not ok 5 - regression tests pass
tap
[05:11:29.637](70.263s) not ok 2 - regression tests pass
test
[05:13:13.356]  15/315 postgresql:regress / regress/regress                                            ERROR            ...
[05:13:13.356]  88/315 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[05:13:13.356] 156/315 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-12-14 05:09:06.538582527 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/triggers.out	2024-12-14 05:12:38.864573645 +0000
@@ -3737,7 +3737,7 @@
 referencing new table as new_table
 for each statement execute function make_matview();
 insert into my_table values (42);
-ERROR:  transition tables cannot be used in rule
+ERROR:  transition table cannot be used in rule
 CONTEXT:  SQL statement "create materialized view mv as select * from new_table"
 PL/pgSQL function make_matview() line 1 at SQL statement
 drop table my_table;
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/src/test/regress/results/trigg...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-12-14 05:09:06.538582527 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/triggers.out	2024-12-14 05:10:48.311894148 +0000
@@ -3737,7 +3737,7 @@
 referencing new table as new_table
 for each statement execute function make_matview();
 insert into my_table values (42);
-ERROR:  transition tables cannot be used in rule
+ERROR:  transition table cannot be used in rule
 CONTEXT:  SQL statement "create materialized view mv as select * from new_table"
 PL/pgSQL function make_matview() line 1 at SQL statement
 drop table my_table;
tap
[05:14:06.867](116.673s) not ok 5 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_p...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-12-14 05:09:04.320487117 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/triggers.out	2024-12-14 05:10:46.079833991...
@@ -3737,7 +3737,7 @@
 referencing new table as new_table
 for each statement execute function make_matview();
 insert into my_table values (42);
-ERROR:  transition tables cannot be used in rule
+ERROR:  transition table cannot be used in rule
 CONTEXT:  SQL statement "create materialized view mv as select * from new_table"
 PL/pgSQL function make_matview() line 1 at SQL statement
 drop table my_table;
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/build/testrun/recovery/027_str...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-12-14 05:09:04.320487117 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/triggers.out	2024-12-14 05:11:25.3318072...
@@ -3737,7 +3737,7 @@
 referencing new table as new_table
 for each statement execute function make_matview();
 insert into my_table values (42);
-ERROR:  transition tables cannot be used in rule
+ERROR:  transition table cannot be used in rule
 CONTEXT:  SQL statement "create materialized view mv as select * from new_table"
 PL/pgSQL function make_matview() line 1 at SQL statement
 drop table my_table;
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/build/testrun/regress/regress/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-12-14 05:09:04.320487117 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/triggers.out	2024-12-14 05:10:42.703837704 +0000
@@ -3737,7 +3737,7 @@
 referencing new table as new_table
 for each statement execute function make_matview();
 insert into my_table values (42);
-ERROR:  transition tables cannot be used in rule
+ERROR:  transition table cannot be used in rule
 CONTEXT:  SQL statement "create materialized view mv as select * from new_table"
 PL/pgSQL function make_matview() line 1 at SQL statement
 drop table my_table;
tap
[05:11:47.180](77.383s) not ok 5 - regression tests pass
tap
[05:12:22.603](78.102s) not ok 2 - regression tests pass
test
[05:14:09.079]  14/315 postgresql:regress / regress/regress                                            ERROR            ...
[05:14:09.079] 134/315 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[05:14:09.079] 155/315 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/triggers.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_up...
--- /Users/admin/pgsql/src/test/regress/expected/triggers.out	2024-12-14 05:08:12
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/triggers.out	2024-12-14 05:09:38
@@ -3737,7 +3737,7 @@
 referencing new table as new_table
 for each statement execute function make_matview();
 insert into my_table values (42);
-ERROR:  transition tables cannot be used in rule
+ERROR:  transition table cannot be used in rule
 CONTEXT:  SQL statement "create materialized view mv as select * from new_table"
 PL/pgSQL function make_matview() line 1 at SQL statement
 drop table my_table;
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/triggers.out /Users/admin/pgsql/build/testrun/recovery/027_stream_...
--- /Users/admin/pgsql/src/test/regress/expected/triggers.out	2024-12-14 05:08:12
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/triggers.out	2024-12-14 05:10:25
@@ -3737,7 +3737,7 @@
 referencing new table as new_table
 for each statement execute function make_matview();
 insert into my_table values (42);
-ERROR:  transition tables cannot be used in rule
+ERROR:  transition table cannot be used in rule
 CONTEXT:  SQL statement "create materialized view mv as select * from new_table"
 PL/pgSQL function make_matview() line 1 at SQL statement
 drop table my_table;
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/triggers.out /Users/admin/pgsql/build/testrun/regress/regress/resu...
--- /Users/admin/pgsql/src/test/regress/expected/triggers.out	2024-12-14 05:08:12
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/triggers.out	2024-12-14 05:09:38
@@ -3737,7 +3737,7 @@
 referencing new table as new_table
 for each statement execute function make_matview();
 insert into my_table values (42);
-ERROR:  transition tables cannot be used in rule
+ERROR:  transition table cannot be used in rule
 CONTEXT:  SQL statement "create materialized view mv as select * from new_table"
 PL/pgSQL function make_matview() line 1 at SQL statement
 drop table my_table;
tap
[05:10:09.127](41.308s) not ok 5 - regression tests pass
tap
[05:11:08.296](56.977s) not ok 2 - regression tests pass
test
[05:13:02.427]  28/315 postgresql:regress / regress/regress                                            ERROR            ...
[05:13:02.427]  45/315 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[05:13:02.427] 147/315 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/triggers.out C:/cirrus/build/testrun/pg_upgrade/002_pg_...
--- C:/cirrus/src/test/regress/expected/triggers.out	2024-12-14 05:09:26.298690400 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/triggers.out	2024-12-14 05:11:47.064145100 +0000
@@ -3737,7 +3737,7 @@
 referencing new table as new_table
 for each statement execute function make_matview();
 insert into my_table values (42);
-ERROR:  transition tables cannot be used in rule
+ERROR:  transition table cannot be used in rule
 CONTEXT:  SQL statement "create materialized view mv as select * from new_table"
 PL/pgSQL function make_matview() line 1 at SQL statement
 drop table my_table;
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/triggers.out C:/cirrus/build/testrun/recovery/027_strea...
--- C:/cirrus/src/test/regress/expected/triggers.out	2024-12-14 05:09:26.298690400 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/triggers.out	2024-12-14 05:13:57.263619400 +0000
@@ -3737,7 +3737,7 @@
 referencing new table as new_table
 for each statement execute function make_matview();
 insert into my_table values (42);
-ERROR:  transition tables cannot be used in rule
+ERROR:  transition table cannot be used in rule
 CONTEXT:  SQL statement "create materialized view mv as select * from new_table"
 PL/pgSQL function make_matview() line 1 at SQL statement
 drop table my_table;
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/triggers.out C:/cirrus/build/testrun/regress/regress/re...
--- C:/cirrus/src/test/regress/expected/triggers.out	2024-12-14 05:09:26.298690400 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/triggers.out	2024-12-14 05:11:37.199223600 +0000
@@ -3737,7 +3737,7 @@
 referencing new table as new_table
 for each statement execute function make_matview();
 insert into my_table values (42);
-ERROR:  transition tables cannot be used in rule
+ERROR:  transition table cannot be used in rule
 CONTEXT:  SQL statement "create materialized view mv as select * from new_table"
 PL/pgSQL function make_matview() line 1 at SQL statement
 drop table my_table;
tap
[05:13:03.929](104.467s) not ok 5 - regression tests pass
tap
[05:15:17.850](116.089s) not ok 2 - regression tests pass
test
[05:21:55.900]   7/310 postgresql:regress / regress/regress                                            ERROR           1...
[05:21:55.900]  35/310 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[05:21:55.900]  99/310 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5432 URL extension with Unicode and setter-functions support
FreeBSD - 13 - Meson
test
[03:49:11.128] 245/316 postgresql:postmaster / postmaster/001_connection_limits                        ERROR            ...
Linux - Debian Bookworm - Meson
core
[03:51:53.096] #0  0x00007f9a83c28da4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[03:51:53.096] #1  0x00007f9a83bd5239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[03:51:53.096] #2  0x00007f9a83bd5497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[03:51:53.096] #3  0x0000562fe07d15f3 in ?? ()
[03:51:53.096] #4  0x0000562fe07cb369 in ?? ()
[03:51:53.096] #5  0x0000562fe07ca20f in ?? ()
[03:51:53.096] #6  0x0000562fe07cac3b in ?? ()
[03:51:53.096] #7  0x0000562fe07c866f in ?? ()
[03:51:53.096] #8  0x00007f9a83bc024a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[03:51:53.096] #9  0x00007f9a83bc0305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[03:51:53.096] #0  <unavailable> in ?? ()
core
[03:51:52.978] #0  0x00007f9a83c28da4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[03:51:52.978] #1  0x00007f9a83bd5239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[03:51:52.978] #2  0x00007f9a83bd5497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[03:51:52.978] #3  0x0000562fe07d15c1 in ?? ()
[03:51:52.978] #4  0x0000562fe07cb369 in ?? ()
[03:51:52.978] #5  0x0000562fe07ca20f in ?? ()
[03:51:52.978] #6  0x0000562fe07cac3b in ?? ()
[03:51:52.978] #7  0x0000562fe07c866f in ?? ()
[03:51:52.978] #8  0x00007f9a83bc024a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[03:51:52.978] #9  0x00007f9a83bc0305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[03:51:52.826] #0  0x00007f95328a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[03:51:52.826] #1  0x00007f953285afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[03:51:52.826] #2  0x00007f9532845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[03:51:52.826] #3  0x00007f9532a1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[03:51:52.826] #4  0x00007f9532a2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[03:51:52.826] #5  0x00007f9532a0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x7f9526ef07a0,...
[03:51:52.826] #6  0x00007f9526ecf248 in url_pack_path (path=path@entry=0x55f67a978ef8, data=<optimized out>) at ../cont...
[03:51:52.826] #7  0x00007f9526ecf388 in url_pack (url=url@entry=0x55f67a978ea0) at ../contrib/url/url.c:658
[03:51:52.826] #8  0x00007f9526ecf51c in url_new (data=0x55f67a885528 "https://root:qwerty@example.com:8080/path/to/home...
[03:51:52.826] #9  0x00007f9526ed0154 in url_in (fcinfo=<optimized out>) at ../src/include/postgres.h:314
regress
diff -U3 /tmp/cirrus-ci-build/contrib/url/expected/url_1.out /tmp/cirrus-ci-build/build/testrun/url/regress/results/url....
--- /tmp/cirrus-ci-build/contrib/url/expected/url_1.out	2024-12-14 03:44:28.829285992 +0000
+++ /tmp/cirrus-ci-build/build/testrun/url/regress/results/url.out	2024-12-14 03:48:46.265639331 +0000
@@ -7,3 +7,17 @@
   AS skip_test \gset
 \if :skip_test
   \quit
+\endif
+SELECT getdatabaseencoding(); -- label the results files
+ getdatabaseencoding 
+---------------------
+ UTF8
+(1 row)
+
+CREATE EXTENSION url;
+-- Getters
+select ('https://root:qwerty@example.com:8080/path/to/home?abc=xyz#anchor'::url).scheme; -- OK, https
+server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
...
test
[03:50:47.012]  97/316 postgresql:url / url/regress                                                    ERROR            ...
51/5154 psql client does not handle WSAEWOULDBLOCK on Windows
FreeBSD - 13 - Meson
tap
[02:39:39.263](0.040s) not ok 16 - startup deadlock: stats show conflict on standby
test
[02:42:23.663]  35/315 postgresql:recovery / recovery/031_recovery_conflict                            ERROR            ...
51/4390 add not_before and not_after timestamps to sslinfo extension and pg_stat_ssl
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[02:26:45.143] ../src/backend/libpq/be-secure-openssl.c(1566): warning C4024: 'ASN1_TIME_to_timestamptz': different type...
compiler
[02:26:45.143] ../src/backend/libpq/be-secure-openssl.c(1575): warning C4047: 'function': 'ASN1_TIME *' differs in level...
compiler
[02:27:01.771] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notAfter referenced in...
compiler
[02:27:01.771] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notBefore referenced i...
compiler
[02:26:45.143] ../src/backend/libpq/be-secure-openssl.c(1575): warning C4024: 'ASN1_TIME_to_timestamptz': different type...
compiler
[02:26:45.095] ../src/backend/libpq/be-secure-openssl.c(1566): warning C4047: 'function': 'ASN1_TIME *' differs in level...
51/5366 Eagerly scan all-visible pages to amortize aggressive vacuum
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[23:22:00.593] c:\cirrus\src\backend\access\heap\vacuumlazy.c(470) : warning C4715: 'vac_eagerness_description': not all...
51/4929 apply_scanjoin_target_to_paths and partitionwise join
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-12-13 20:06:32.655979000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_join.out	2024-12-13 20:08:28.022...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/recovery/0...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-12-13 20:06:32.655979000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/partition_join.out	2024-12-13 20:09:20.3...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/regress/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-12-13 20:06:32.655979000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/partition_join.out	2024-12-13 20:08:28.118514000 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[20:08:31.687](63.375s) not ok 5 - regression tests pass
tap
[20:09:25.027](78.074s) not ok 2 - regression tests pass
test
[20:11:19.124]  41/315 postgresql:regress / regress/regress                                            ERROR            ...
[20:11:19.124]  83/315 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[20:11:19.124] 158/315 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_c...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-12-13 20:06:32.425642425 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/partition_join.out	2024-12-13 20:14:11.817682387 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/src/test/recovery/tmp_ch...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-12-13 20:06:32.425642425 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/partition_join.out	2024-12-13 20:15:30.237737648 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/src/test/regress/results...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-12-13 20:06:32.425642425 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/partition_join.out	2024-12-13 20:11:14.930137646 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[20:14:16.792](111.526s) not ok 5 - regression tests pass
tap
[20:15:34.616](81.131s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Meson
core
[20:14:04.392] #0  <unavailable> in ?? ()
core
[20:14:04.392] #0  0x00007fcc822aeda4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[20:14:04.392] #1  0x00007fcc8225b239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[20:14:04.392] #2  0x00007fcc82316204 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[20:14:04.392] #3  0x00007fcc8232885c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[20:14:03.957] #0  <unavailable> in ?? ()
core
[20:14:03.957] #0  0x00007f25310aeda4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[20:14:03.957] #1  0x00007f253105b239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[20:14:03.957] #2  0x00007f2531116204 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[20:14:03.957] #3  0x00007f253112885c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[20:14:04.385] #0  0x00007fcc822aeda4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-12-13 20:06:34.082739707 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_join.out	2024-12-13 20:10:35.019...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/recovery/0...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-12-13 20:06:34.082739707 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/partition_join.out	2024-12-13 20:11:10.2...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/regress/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-12-13 20:06:34.082739707 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/partition_join.out	2024-12-13 20:10:28.723213170 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[20:10:38.979](78.103s) not ok 5 - regression tests pass
tap
[20:11:14.151](79.333s) not ok 2 - regression tests pass
test
[20:12:58.477]  43/315 postgresql:regress / regress/regress                                            ERROR            ...
[20:12:58.477] 134/315 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[20:12:58.477] 157/315 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
macOS - Sonoma - Meson
core
[20:14:39.985]   * frame #0: 0x0000000104718b70 dyld`_dyld_start
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/partition_join.out /Users/admin/pgsql/build/testrun/pg_upgrade/002...
--- /Users/admin/pgsql/src/test/regress/expected/partition_join.out	2024-12-13 20:06:11
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_join.out	2024-12-13 20:08:19
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/partition_join.out /Users/admin/pgsql/build/testrun/recovery/027_s...
--- /Users/admin/pgsql/src/test/regress/expected/partition_join.out	2024-12-13 20:06:11
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/partition_join.out	2024-12-13 20:09:23
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/partition_join.out /Users/admin/pgsql/build/testrun/regress/regres...
--- /Users/admin/pgsql/src/test/regress/expected/partition_join.out	2024-12-13 20:06:11
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/partition_join.out	2024-12-13 20:08:18
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[20:08:22.266](44.172s) not ok 5 - regression tests pass
tap
[20:09:28.169](63.215s) not ok 2 - regression tests pass
test
[20:11:19.983]  26/315 postgresql:regress / regress/regress                                            ERROR            ...
[20:11:19.983]  43/315 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[20:11:19.983] 144/315 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/partition_join.out C:/cirrus/build/testrun/pg_upgrade/0...
--- C:/cirrus/src/test/regress/expected/partition_join.out	2024-12-13 20:06:51.724718300 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_join.out	2024-12-13 20:10:46.282830100 +000...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/partition_join.out C:/cirrus/build/testrun/recovery/027...
--- C:/cirrus/src/test/regress/expected/partition_join.out	2024-12-13 20:06:51.724718300 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/partition_join.out	2024-12-13 20:13:02.730068700 +0...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/partition_join.out C:/cirrus/build/testrun/regress/regr...
--- C:/cirrus/src/test/regress/expected/partition_join.out	2024-12-13 20:06:51.724718300 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/partition_join.out	2024-12-13 20:10:39.037690000 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[20:10:57.222](121.014s) not ok 5 - regression tests pass
tap
[20:13:11.353](124.131s) not ok 2 - regression tests pass
test
[20:20:30.548]  19/310 postgresql:regress / regress/regress                                            ERROR           1...
[20:20:30.548]  39/310 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[20:20:30.548]  88/310 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/4720 "unexpected duplicate for tablespace" problem in logical replication
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/00...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-12-13 17:41:14.196198000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_table.out	2024-12-13 17:42:55.721269...
@@ -3488,9 +3488,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39586 |            |             0 |       39586 | pktable_pkey
+ 39582 |            |             0 |       39582 | pktable
+ 39588 |            |             0 |       39588 | fktable
+ 40158 |            |             0 |       40158 | pg_toast_40149_index
+ 40157 |            |             0 |       40157 | pg_toast_40149
+ 40149 |            |             0 |       40154 | foo
+ 40371 |            |             0 |       40371 | old_oids
+ 40392 |            |             0 |       40392 | pg_toast_40389
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/recovery/027_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-12-13 17:41:14.196198000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/alter_table.out	2024-12-13 17:43:44.1520...
@@ -3488,9 +3488,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39547 |            |             0 |       39547 | pktable_pkey
+ 39541 |            |             0 |       39541 | pktable
+ 39551 |            |             0 |       39551 | fktable
+ 40102 |            |             0 |       40102 | pg_toast_40092_index
+ 40101 |            |             0 |       40101 | pg_toast_40092
+ 40092 |            |             0 |       40098 | foo
+ 40386 |            |             0 |       40386 | old_oids
+ 40403 |            |             0 |       40403 | pg_toast_40400
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/regress/regre...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-12-13 17:41:14.196198000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/alter_table.out	2024-12-13 17:42:52.566319000 +0000
@@ -3488,9 +3488,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39504 |            |             0 |       39504 | pktable_pkey
+ 39497 |            |             0 |       39497 | pktable
+ 39508 |            |             0 |       39508 | fktable
+ 40215 |            |             0 |       40220 | foo
+ 40224 |            |             0 |       40224 | pg_toast_40215_index
+ 40223 |            |             0 |       40223 | pg_toast_40215
+ 40451 |            |             0 |       40451 | old_oids
+ 40468 |            |             0 |       40468 | pg_toast_40465
...
tap
[17:43:04.869](69.938s) not ok 5 - regression tests pass
tap
[17:43:53.094](82.938s) not ok 2 - regression tests pass
test
[17:45:45.892]  42/315 postgresql:regress / regress/regress                                            ERROR            ...
[17:45:45.892] 103/315 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[17:45:45.892] 160/315 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_chec...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-12-13 17:41:06.558326659 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/alter_table.out	2024-12-13 17:47:14.507114699 +0000
@@ -3488,9 +3488,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39775 |            |             0 |       39775 | pktable_pkey
+ 39771 |            |             0 |       39771 | pktable
+ 39777 |            |             0 |       39777 | fktable
+ 40253 |            |             0 |       40258 | foo
+ 40262 |            |             0 |       40262 | pg_toast_40253_index
+ 40261 |            |             0 |       40261 | pg_toast_40253
+ 40498 |            |             0 |       40498 | old_oids
+ 40518 |            |             0 |       40518 | pg_toast_40515
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/src/test/recovery/tmp_check...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-12-13 17:41:06.558326659 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/alter_table.out	2024-12-13 17:48:17.691058613 +0000
@@ -3488,9 +3488,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39710 |            |             0 |       39710 | pktable_pkey
+ 39706 |            |             0 |       39706 | pktable
+ 39712 |            |             0 |       39712 | fktable
+ 40173 |            |             0 |       40179 | foo
+ 40183 |            |             0 |       40183 | pg_toast_40173_index
+ 40182 |            |             0 |       40182 | pg_toast_40173
+ 40421 |            |             0 |       40421 | old_oids
+ 40452 |            |             0 |       40452 | pg_toast_40449
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/src/test/regress/results/al...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-12-13 17:41:06.558326659 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/alter_table.out	2024-12-13 17:44:23.371320611 +0000
@@ -3488,9 +3488,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39769 |            |             0 |       39769 | pktable_pkey
+ 39765 |            |             0 |       39765 | pktable
+ 39771 |            |             0 |       39771 | fktable
+ 40228 |            |             0 |       40233 | foo
+ 40237 |            |             0 |       40237 | pg_toast_40228_index
+ 40236 |            |             0 |       40236 | pg_toast_40228
+ 40452 |            |             0 |       40452 | old_oids
+ 40470 |            |             0 |       40470 | pg_toast_40467
...
tap
[17:47:25.963](120.488s) not ok 5 - regression tests pass
tap
[17:48:26.186](78.618s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/00...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-12-13 17:41:06.317558892 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_table.out	2024-12-13 17:43:34.551041...
@@ -3488,9 +3488,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39590 |            |             0 |       39590 | pktable_pkey
+ 39586 |            |             0 |       39586 | pktable
+ 39592 |            |             0 |       39592 | fktable
+ 40122 |            |             0 |       40128 | foo
+ 40132 |            |             0 |       40132 | pg_toast_40122_index
+ 40131 |            |             0 |       40131 | pg_toast_40122
+ 40370 |            |             0 |       40370 | old_oids
+ 40387 |            |             0 |       40387 | pg_toast_40384
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/recovery/027_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-12-13 17:41:06.317558892 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/alter_table.out	2024-12-13 17:44:10.3324...
@@ -3488,9 +3488,29 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39555 |            |             0 |       39555 | users
+ 39554 |            |             0 |       39554 | users_id_seq
+ 39570 |            |             0 |       39570 | pg_toast_39555
+ 39571 |            |             0 |       39571 | pg_toast_39555_index
+ 39810 |            |             0 |       39810 | foo
+ 40142 |            |             0 |       40142 | forc_test
+ 40538 |            |             0 |       40538 | pg_toast_40535
+ 40539 |            |             0 |       40539 | pg_toast_40535_index
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/regress/regre...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-12-13 17:41:06.317558892 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/alter_table.out	2024-12-13 17:43:22.458678163 +0000
@@ -3488,9 +3488,29 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39776 |            |             0 |       39776 | users_id_seq
+ 39783 |            |             0 |       39783 | pg_toast_39777
+ 39784 |            |             0 |       39784 | pg_toast_39777_index
+ 39777 |            |             0 |       39777 | users
+ 39579 |            |             0 |       39579 | pktable_pkey
+ 39575 |            |             0 |       39575 | pktable
+ 39581 |            |             0 |       39581 | fktable
+ 39982 |            |             0 |       39982 | foo
...
tap
[17:43:41.234](77.400s) not ok 5 - regression tests pass
tap
[17:44:18.230](80.470s) not ok 2 - regression tests pass
test
[17:45:59.107]  43/315 postgresql:regress / regress/regress                                            ERROR            ...
[17:45:59.107] 138/315 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[17:45:59.107] 160/315 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
macOS - Sonoma - Meson
core
[17:48:19.752]   * frame #0: 0x000000010469cb70 dyld`_dyld_start
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/alter_table.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg...
--- /Users/admin/pgsql/src/test/regress/expected/alter_table.out	2024-12-13 17:40:12
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_table.out	2024-12-13 17:42:06
@@ -3488,9 +3488,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39699 |            |             0 |       39699 | pktable_pkey
+ 39695 |            |             0 |       39695 | pktable
+ 39701 |            |             0 |       39701 | fktable
+ 40207 |            |             0 |       40213 | foo
+ 40220 |            |             0 |       40220 | pg_toast_40207_index
+ 40217 |            |             0 |       40217 | pg_toast_40207
+ 40460 |            |             0 |       40460 | old_oids
+ 40477 |            |             0 |       40477 | pg_toast_40474
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/alter_table.out /Users/admin/pgsql/build/testrun/recovery/027_stre...
--- /Users/admin/pgsql/src/test/regress/expected/alter_table.out	2024-12-13 17:40:12
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/alter_table.out	2024-12-13 17:43:12
@@ -3488,9 +3488,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39497 |            |             0 |       39497 | pktable_pkey
+ 39493 |            |             0 |       39493 | pktable
+ 39499 |            |             0 |       39499 | fktable
+ 40063 |            |             0 |       40070 | foo
+ 40074 |            |             0 |       40074 | pg_toast_40063_index
+ 40073 |            |             0 |       40073 | pg_toast_40063
+ 40282 |            |             0 |       40282 | old_oids
+ 40301 |            |             0 |       40301 | pg_toast_40298
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/alter_table.out /Users/admin/pgsql/build/testrun/regress/regress/r...
--- /Users/admin/pgsql/src/test/regress/expected/alter_table.out	2024-12-13 17:40:12
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/alter_table.out	2024-12-13 17:42:08
@@ -3488,9 +3488,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39649 |            |             0 |       39649 | pktable_pkey
+ 39645 |            |             0 |       39645 | pktable
+ 39651 |            |             0 |       39651 | fktable
+ 40111 |            |             0 |       40116 | foo
+ 40120 |            |             0 |       40120 | pg_toast_40111_index
+ 40119 |            |             0 |       40119 | pg_toast_40111
+ 40319 |            |             0 |       40319 | old_oids
+ 40336 |            |             0 |       40336 | pg_toast_40333
...
tap
[17:42:11.901](40.964s) not ok 5 - regression tests pass
tap
[17:43:21.226](65.898s) not ok 2 - regression tests pass
test
[17:45:14.445]  27/315 postgresql:regress / regress/regress                                            ERROR            ...
[17:45:14.445]  46/315 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[17:45:14.445] 147/315 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/alter_table.out C:/cirrus/build/testrun/pg_upgrade/002_...
--- C:/cirrus/src/test/regress/expected/alter_table.out	2024-12-13 17:41:27.006258600 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_table.out	2024-12-13 17:45:24.414073600 +0000
@@ -3488,9 +3488,26 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 38322 |            |             0 |       38322 | users_id_seq
+ 38330 |            |             0 |       38330 | pg_toast_38324
+ 38332 |            |             0 |       38332 | pg_toast_38324_index
+ 38324 |            |             0 |       38324 | users
+ 38510 |            |             0 |       38510 | foo
+ 39046 |            |             0 |       39046 | pktable_pkey
+ 39039 |            |             0 |       39039 | pktable
+ 39053 |            |             0 |       39053 | fktable
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/alter_table.out C:/cirrus/build/testrun/recovery/027_st...
--- C:/cirrus/src/test/regress/expected/alter_table.out	2024-12-13 17:41:27.006258600 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/alter_table.out	2024-12-13 17:47:57.075700500 +0000
@@ -3488,9 +3488,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 38764 |            |             0 |       38764 | pktable_pkey
+ 38760 |            |             0 |       38760 | pktable
+ 38767 |            |             0 |       38767 | fktable
+ 39683 |            |             0 |       39688 | foo
+ 39692 |            |             0 |       39692 | pg_toast_39683_index
+ 39691 |            |             0 |       39691 | pg_toast_39683
+ 39911 |            |             0 |       39911 | old_oids
+ 39930 |            |             0 |       39930 | pg_toast_39927
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/alter_table.out C:/cirrus/build/testrun/regress/regress...
--- C:/cirrus/src/test/regress/expected/alter_table.out	2024-12-13 17:41:27.006258600 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/alter_table.out	2024-12-13 17:45:15.219254100 +0000
@@ -3488,9 +3488,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 38889 |            |             0 |       38889 | pktable_pkey
+ 38884 |            |             0 |       38884 | pktable
+ 38901 |            |             0 |       38901 | fktable
+ 39768 |            |             0 |       39778 | foo
+ 39782 |            |             0 |       39782 | pg_toast_39768_index
+ 39781 |            |             0 |       39781 | pg_toast_39768
+ 40043 |            |             0 |       40043 | old_oids
+ 40062 |            |             0 |       40062 | pg_toast_40059
...
tap
[17:45:38.589](121.226s) not ok 5 - regression tests pass
tap
[17:48:17.024](137.264s) not ok 2 - regression tests pass
test
[17:55:44.606]  19/310 postgresql:regress / regress/regress                                            ERROR           1...
[17:55:44.606]  38/310 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[17:55:44.606]  99/310 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5214 SQL:2023 JSON simplified accessor support
FreeBSD - 13 - Meson
tap
[16:24:27.640](1.547s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[16:24:38.326] 295/315 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
Linux - Debian Bookworm - Autoconf
tap
[16:26:34.064](1.242s) not ok 1 - no parameters missing from postgresql.conf.sample
Linux - Debian Bookworm - Meson
core
[16:28:22.557] #0  0x00007fc6bf0aeda4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[16:28:22.557] #1  0x00007fc6bf05b239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[16:28:22.557] #2  0x00007fc6bf116204 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[16:28:22.557] #3  0x00007fc6bf12885c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[16:28:22.557] #0  <unavailable> in ?? ()
tap
[16:27:01.072](0.441s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[16:27:14.466] 294/315 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
macOS - Sonoma - Meson
tap
[16:23:33.483](0.890s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[16:23:45.188] 295/315 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[16:31:49.543](2.375s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[16:33:02.599] 289/310 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
51/5196 Use function smgrclose() to replace the loop
CompilerWarnings
compiler
[13:44:27.485] smgr.c:282:13: error: unused variable 'forknum' [-Werror,-Wunused-variable]
compiler
[13:44:27.485] smgr.c:487:9: error: unused variable 'which' [-Werror,-Wunused-variable]
compiler
[13:43:16.563] smgr.c:487:9: error: unused variable 'which' [-Werror,-Wunused-variable]
compiler
[13:43:16.563] smgr.c:282:13: error: unused variable 'forknum' [-Werror,-Wunused-variable]
compiler
[13:41:52.791] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable]
compiler
[13:41:52.791] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
compiler
[13:40:45.092] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable]
compiler
[13:40:45.092] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
compiler
[13:46:07.357] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable]
compiler
[13:46:07.357] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
51/5099 CREATE OR REPLACE MATERIALIZED VIEW
FreeBSD - 13 - Meson
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 193, PID: 11305
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 193, PID: 17703
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 193, PID: 10917
core
[13:24:41.689] #0  0x000000082e3e041a in thr_kill () from /lib/libc.so.7
[13:24:41.689] #1  0x000000082e359e64 in raise () from /lib/libc.so.7
[13:24:41.689] #2  0x000000082e40a6f9 in abort () from /lib/libc.so.7
[13:24:41.689] #3  0x0000000000aa2d65 in ExceptionalCondition (conditionName=0x2ecfa9 "queryDesc->sourceText != NULL", f...
[13:24:41.689] #4  0x00000000007700b9 in standard_ExecutorStart (queryDesc=0x835d7fb40, eflags=0) at ../src/backend/exec...
[13:24:41.689] #5  0x0000000000704f15 in refresh_matview_datafill (dest=<optimized out>, query=<optimized out>, queryStr...
[13:24:41.689] #6  RefreshMatViewByOid (matviewOid=28261, is_create=<optimized out>, skipData=<optimized out>, concurren...
[13:24:41.689] #7  0x0000000000704af6 in ExecRefreshMatView (stmt=<optimized out>, queryString=queryString@entry=0x0, qc...
[13:24:41.689] #8  0x00000000006dbbfc in ExecCreateTableAs (pstate=pstate@entry=0x835dbc900, stmt=stmt@entry=0x8432e8fd0...
[13:24:41.689] #9  0x000000000094d4a8 in ProcessUtilitySlow (pstate=pstate@entry=0x835dbc900, pstmt=pstmt@entry=0x835d12...
core
[13:24:42.337] #0  0x000000082b49d41a in thr_kill () from /lib/libc.so.7
[13:24:42.337] #1  0x000000082b416e64 in raise () from /lib/libc.so.7
[13:24:42.337] #2  0x000000082b4c76f9 in abort () from /lib/libc.so.7
[13:24:42.337] #3  0x0000000000aa2d65 in ExceptionalCondition (conditionName=0x2ecfa9 "queryDesc->sourceText != NULL", f...
[13:24:42.337] #4  0x00000000007700b9 in standard_ExecutorStart (queryDesc=0x8370feb40, eflags=0) at ../src/backend/exec...
[13:24:42.337] #5  0x000000083945a9c2 in pgss_ExecutorStart (queryDesc=0x8370feb40, eflags=6) at ../contrib/pg_stat_stat...
[13:24:42.337] #6  0x0000000000704f15 in refresh_matview_datafill (dest=<optimized out>, query=<optimized out>, queryStr...
[13:24:42.337] #7  RefreshMatViewByOid (matviewOid=28487, is_create=<optimized out>, skipData=<optimized out>, concurren...
[13:24:42.337] #8  0x0000000000704af6 in ExecRefreshMatView (stmt=<optimized out>, queryString=queryString@entry=0x0, qc...
[13:24:42.337] #9  0x00000000006dbbfc in ExecCreateTableAs (pstate=pstate@entry=0x8371d1500, stmt=stmt@entry=0x83718dfd0...
core
[13:24:42.004] #0  0x000000082c57541a in thr_kill () from /lib/libc.so.7
[13:24:42.004] #1  0x000000082c4eee64 in raise () from /lib/libc.so.7
[13:24:42.004] #2  0x000000082c59f6f9 in abort () from /lib/libc.so.7
[13:24:42.004] #3  0x0000000000aa2d65 in ExceptionalCondition (conditionName=0x2ecfa9 "queryDesc->sourceText != NULL", f...
[13:24:42.004] #4  0x00000000007700b9 in standard_ExecutorStart (queryDesc=0x83652cb40, eflags=0) at ../src/backend/exec...
[13:24:42.004] #5  0x0000000000704f15 in refresh_matview_datafill (dest=<optimized out>, query=<optimized out>, queryStr...
[13:24:42.004] #6  RefreshMatViewByOid (matviewOid=28475, is_create=<optimized out>, skipData=<optimized out>, concurren...
[13:24:42.004] #7  0x0000000000704af6 in ExecRefreshMatView (stmt=<optimized out>, queryString=queryString@entry=0x0, qc...
[13:24:42.004] #8  0x00000000006dbbfc in ExecCreateTableAs (pstate=pstate@entry=0x83656f900, stmt=stmt@entry=0x836538fd0...
[13:24:42.004] #9  0x000000000094d4a8 in ProcessUtilitySlow (pstate=pstate@entry=0x83656f900, pstmt=pstmt@entry=0x836459...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_up...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-12-13 13:18:17.798499000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/brin.out	2024-12-13 13:20:27.066589000 +00...
@@ -588,4 +588,10 @@
 CREATE INDEX brin_insert_optimization_idx ON brin_insert_optimization USING brin (a);
 UPDATE brin_insert_optimization SET a = a;
 REINDEX INDEX CONCURRENTLY brin_insert_optimization_idx;
-DROP TABLE brin_insert_optimization;
+WARNING:  terminating connection because of crash of another server process
+DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because anothe...
+HINT:  In a moment you should be able to reconnect to the database and repeat your command.
+server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
+connection to server was lost
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/privileges.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002...
--- /tmp/cirrus-ci-build/src/test/regress/expected/privileges.out	2024-12-13 13:18:17.854439000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/privileges.out	2024-12-13 13:20:27.0661170...
@@ -1846,1413 +1846,10 @@
 REINDEX TABLE sro_tab;
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-12-13 13:18:17.798499000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/brin.out	2024-12-13 13:21:03.525785000 +...
@@ -588,4 +588,10 @@
 CREATE INDEX brin_insert_optimization_idx ON brin_insert_optimization USING brin (a);
 UPDATE brin_insert_optimization SET a = a;
 REINDEX INDEX CONCURRENTLY brin_insert_optimization_idx;
-DROP TABLE brin_insert_optimization;
+WARNING:  terminating connection because of crash of another server process
+DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because anothe...
+HINT:  In a moment you should be able to reconnect to the database and repeat your command.
+server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
+connection to server was lost
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/privileges.out /tmp/cirrus-ci-build/build/testrun/recovery/027_s...
--- /tmp/cirrus-ci-build/src/test/regress/expected/privileges.out	2024-12-13 13:18:17.854439000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/privileges.out	2024-12-13 13:21:03.52542...
@@ -1846,1413 +1846,10 @@
 REINDEX TABLE sro_tab;
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/build/testrun/regress/regress/resu...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-12-13 13:18:17.798499000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/brin.out	2024-12-13 13:20:25.356997000 +0000
@@ -588,4 +588,10 @@
 CREATE INDEX brin_insert_optimization_idx ON brin_insert_optimization USING brin (a);
 UPDATE brin_insert_optimization SET a = a;
 REINDEX INDEX CONCURRENTLY brin_insert_optimization_idx;
-DROP TABLE brin_insert_optimization;
+WARNING:  terminating connection because of crash of another server process
+DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because anothe...
+HINT:  In a moment you should be able to reconnect to the database and repeat your command.
+server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
+connection to server was lost
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/privileges.out /tmp/cirrus-ci-build/build/testrun/regress/regres...
--- /tmp/cirrus-ci-build/src/test/regress/expected/privileges.out	2024-12-13 13:18:17.854439000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/privileges.out	2024-12-13 13:20:25.355307000 +0000
@@ -1842,1417 +1842,10 @@
 -- Do the same concurrently
...
tap
[13:20:29.583](29.447s) not ok 5 - regression tests pass
[13:20:30.761](1.169s) not ok 6 - dump before running pg_upgrade
tap
[13:21:05.347](29.882s) not ok 2 - regression tests pass
test
[13:23:26.917]  26/315 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[13:23:26.917]  22/315 postgresql:regress / regress/regress                                            ERROR            ...
[13:23:26.917]  56/315 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "execMain.c", Line: 193, PID: 39572
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "execMain.c", Line: 193, PID: 24290
core
[13:25:53.572] #0  0x00007f7fa70abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:25:53.572] #1  0x00007f7fa705cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:25:53.572] #2  0x00007f7fa7047472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:25:53.572] #3  0x000055eb12d44fcc in ExceptionalCondition (conditionName=conditionName@entry=0x55eb13021ec0 "queryDe...
[13:25:53.572] #4  0x000055eb12536687 in standard_ExecutorStart (queryDesc=queryDesc@entry=0x6250005420b0, eflags=eflags...
[13:25:53.572] #5  0x000055eb125368bc in ExecutorStart (queryDesc=queryDesc@entry=0x6250005420b0, eflags=eflags@entry=0)...
[13:25:53.572] #6  0x000055eb1242a6ca in refresh_matview_datafill (dest=0x61d0000a11e8, query=<optimized out>, query@ent...
[13:25:53.572] #7  0x000055eb1242cdee in RefreshMatViewByOid (matviewOid=<optimized out>, is_create=is_create@entry=fals...
[13:25:53.572] #8  0x000055eb1242cffa in ExecRefreshMatView (stmt=0x621000094230, queryString=queryString@entry=0x0, qc=...
[13:25:53.572] #9  0x000055eb123ccabc in ExecCreateTableAs (pstate=pstate@entry=0x61900006c880, stmt=stmt@entry=0x625000...
core
[13:25:52.235] #0  0x00007f20fd8abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:25:52.235] #1  0x00007f20fd85cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:25:52.235] #2  0x00007f20fd847472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:25:52.235] #3  0x000055fb78b28fcc in ExceptionalCondition (conditionName=conditionName@entry=0x55fb78e05ec0 "queryDe...
[13:25:52.235] #4  0x000055fb7831a687 in standard_ExecutorStart (queryDesc=queryDesc@entry=0x6250005768b0, eflags=eflags...
[13:25:52.235] #5  0x000055fb7831a8bc in ExecutorStart (queryDesc=queryDesc@entry=0x6250005768b0, eflags=eflags@entry=0)...
[13:25:52.235] #6  0x000055fb7820e6ca in refresh_matview_datafill (dest=0x61d0000d27e8, query=<optimized out>, query@ent...
[13:25:52.235] #7  0x000055fb78210dee in RefreshMatViewByOid (matviewOid=<optimized out>, is_create=is_create@entry=fals...
[13:25:52.235] #8  0x000055fb78210ffa in ExecRefreshMatView (stmt=0x621000051e30, queryString=queryString@entry=0x0, qc=...
[13:25:52.235] #9  0x000055fb781b0abc in ExecCreateTableAs (pstate=pstate@entry=0x6190000ac480, stmt=stmt@entry=0x625000...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/resul...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-12-13 13:18:09.332636754 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/brin.out	2024-12-13 13:24:38.215727832 +0000
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/src/test/regress/results/brin.out
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-12-13 13:18:09.332636754 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/brin.out	2024-12-13 13:22:36.507831152 +0000
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
tap
[13:24:40.306](41.167s) not ok 5 - regression tests pass
[13:24:42.464](2.136s) not ok 6 - dump before running pg_upgrade
Linux - Debian Bookworm - Meson
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 193, PID: 29900
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 193, PID: 36500
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 193, PID: 29025
core
[13:26:40.055] #0  0x00007f3be02a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:26:40.055] #1  0x00007f3be025afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:26:40.055] #2  0x00007f3be0245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:26:40.055] #3  0x000056276430fd96 in ExceptionalCondition (conditionName=conditionName@entry=0x56276458541d "queryDe...
[13:26:40.055] #4  0x0000562763c882fe in standard_ExecutorStart (queryDesc=queryDesc@entry=0x562766f8b330, eflags=eflags...
[13:26:40.055] #5  0x0000562763c884da in ExecutorStart (queryDesc=queryDesc@entry=0x562766f8b330, eflags=eflags@entry=0)...
[13:26:40.055] #6  0x0000562763baa68d in refresh_matview_datafill (dest=0x562766dcf2d8, query=<optimized out>, query@ent...
[13:26:40.055] #7  0x0000562763bac9ef in RefreshMatViewByOid (matviewOid=28575, is_create=is_create@entry=false, skipDat...
[13:26:40.055] #8  0x0000562763bacb2e in ExecRefreshMatView (stmt=0x562766f0cbd0, queryString=queryString@entry=0x0, qc=...
[13:26:40.055] #9  0x0000562763b62705 in ExecCreateTableAs (pstate=pstate@entry=0x562766f0efe0, stmt=stmt@entry=0x562766...
core
[13:26:42.887] #0  0x00007f81018a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:26:42.887] #1  0x00007f810185afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:26:42.887] #2  0x00007f8101845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:26:42.887] #3  0x0000555aedd31d96 in ExceptionalCondition (conditionName=conditionName@entry=0x555aedfa741d "queryDe...
[13:26:42.887] #4  0x0000555aed6aa2fe in standard_ExecutorStart (queryDesc=0x555af07ccf90, eflags=0) at ../src/backend/e...
[13:26:42.887] #5  0x00007f80ff8276e9 in pgss_ExecutorStart (queryDesc=0x555af07ccf90, eflags=<optimized out>) at ../con...
[13:26:42.887] #6  0x0000555aed6aa493 in ExecutorStart (queryDesc=queryDesc@entry=0x555af07ccf90, eflags=eflags@entry=0)...
[13:26:42.887] #7  0x0000555aed5cc68d in refresh_matview_datafill (dest=0x555af06ec148, query=<optimized out>, query@ent...
[13:26:42.887] #8  0x0000555aed5ce9ef in RefreshMatViewByOid (matviewOid=28450, is_create=is_create@entry=false, skipDat...
[13:26:42.887] #9  0x0000555aed5ceb2e in ExecRefreshMatView (stmt=0x555af06e9ae0, queryString=queryString@entry=0x0, qc=...
core
[13:26:41.462] #0  0x00007fe27d4a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:26:41.462] #1  0x00007fe27d45afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:26:41.462] #2  0x00007fe27d445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:26:41.462] #3  0x00005602ae4abd96 in ExceptionalCondition (conditionName=conditionName@entry=0x5602ae72141d "queryDe...
[13:26:41.462] #4  0x00005602ade242fe in standard_ExecutorStart (queryDesc=queryDesc@entry=0x5602af862830, eflags=eflags...
[13:26:41.462] #5  0x00005602ade244da in ExecutorStart (queryDesc=queryDesc@entry=0x5602af862830, eflags=eflags@entry=0)...
[13:26:41.462] #6  0x00005602add4668d in refresh_matview_datafill (dest=0x5602af840f48, query=<optimized out>, query@ent...
[13:26:41.462] #7  0x00005602add489ef in RefreshMatViewByOid (matviewOid=28443, is_create=is_create@entry=false, skipDat...
[13:26:41.462] #8  0x00005602add48b2e in ExecRefreshMatView (stmt=0x5602af841920, queryString=queryString@entry=0x0, qc=...
[13:26:41.462] #9  0x00005602adcfe705 in ExecCreateTableAs (pstate=pstate@entry=0x5602af8440d0, stmt=stmt@entry=0x5602af...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_up...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-12-13 13:18:07.709047615 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/brin.out	2024-12-13 13:22:58.813282168 +00...
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-12-13 13:18:07.709047615 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/brin.out	2024-12-13 13:23:31.649189481 +...
@@ -363,229 +363,10 @@
 	END LOOP;
 END;
 $x$;
-RESET enable_seqscan;
-RESET enable_bitmapscan;
-INSERT INTO brintest SELECT
-	repeat(stringu1, 42)::bytea,
-	substr(stringu1, 1, 1)::"char",
-	stringu1::name, 142857 * tenthous,
-	thousand,
-	twothousand,
-	repeat(stringu1, 42),
-	unique1::oid,
-	format('(%s,%s)', tenthous, twenty)::tid,
-	(four + 1.0)/(hundred+1),
-	odd::float8 / (tenthous + 1),
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/build/testrun/regress/regress/resu...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-12-13 13:18:07.709047615 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/brin.out	2024-12-13 13:22:54.397291332 +0000
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
tap
[13:23:03.104](29.814s) not ok 5 - regression tests pass
[13:23:05.911](2.787s) not ok 6 - dump before running pg_upgrade
tap
[13:23:35.275](27.922s) not ok 2 - regression tests pass
test
[13:25:35.983]  26/315 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[13:25:35.983]  18/315 postgresql:regress / regress/regress                                            ERROR            ...
[13:25:35.983]  58/315 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
macOS - Sonoma - Meson
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 193, PID: 12149
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 193, PID: 19155
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 193, PID: 12479
core
[13:27:05.759]   * frame #0: 0x00000001828215f0 libsystem_kernel.dylib`__pthread_kill + 8
[13:27:05.759]     frame #1: 0x0000000182859c20 libsystem_pthread.dylib`pthread_kill + 288
[13:27:05.759]     frame #2: 0x0000000182766a30 libsystem_c.dylib`abort + 180
[13:27:05.759]     frame #3: 0x00000001052f4b40 postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[13:27:05.759]     frame #4: 0x0000000105022558 postgres`standard_ExecutorStart(queryDesc=0x000000012207c1b0, eflags=0) ...
[13:27:05.759]     frame #5: 0x0000000105021ef4 postgres`ExecutorStart(queryDesc=<unavailable>, eflags=<unavailable>) at...
[13:27:05.759]     frame #6: 0x0000000104fcf9bc postgres`RefreshMatViewByOid [inlined] refresh_matview_datafill(dest=<un...
[13:27:05.759]     frame #7: 0x0000000104fcf944 postgres`RefreshMatViewByOid(matviewOid=28474, is_create=false, skipData...
[13:27:05.759]     frame #8: 0x0000000104fcf114 postgres`ExecRefreshMatView(stmt=0x0000000122070530, queryString=<unavai...
[13:27:05.759]     frame #9: 0x0000000104fad994 postgres`ExecCreateTableAs(pstate=0x0000000123837100, stmt=0x00000001238...
core
[13:26:24.304]   * frame #0: 0x00000001828215f0 libsystem_kernel.dylib`__pthread_kill + 8
[13:26:24.304]     frame #1: 0x0000000182859c20 libsystem_pthread.dylib`pthread_kill + 288
[13:26:24.304]     frame #2: 0x0000000182766a30 libsystem_c.dylib`abort + 180
[13:26:24.304]     frame #3: 0x0000000100b70b40 postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[13:26:24.304]     frame #4: 0x000000010089e558 postgres`standard_ExecutorStart(queryDesc=0x000000012402bbb0, eflags=0) ...
[13:26:24.304]     frame #5: 0x00000001012c3d20 pg_stat_statements.dylib`pgss_ExecutorStart(queryDesc=0x000000012402bbb0...
[13:26:24.304]     frame #6: 0x000000010084b9bc postgres`RefreshMatViewByOid [inlined] refresh_matview_datafill(dest=<un...
[13:26:24.304]     frame #7: 0x000000010084b944 postgres`RefreshMatViewByOid(matviewOid=28616, is_create=false, skipData...
[13:26:24.304]     frame #8: 0x000000010084b114 postgres`ExecRefreshMatView(stmt=0x0000000124033930, queryString=<unavai...
[13:26:24.304]     frame #9: 0x0000000100829994 postgres`ExecCreateTableAs(pstate=0x0000000106814300, stmt=0x00000001240...
core
[13:27:32.636]   * frame #0: 0x00000001828215f0 libsystem_kernel.dylib`__pthread_kill + 8
[13:27:32.636]     frame #1: 0x0000000182859c20 libsystem_pthread.dylib`pthread_kill + 288
[13:27:32.636]     frame #2: 0x0000000182766a30 libsystem_c.dylib`abort + 180
[13:27:32.636]     frame #3: 0x00000001004fcb40 postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[13:27:32.636]     frame #4: 0x000000010022a558 postgres`standard_ExecutorStart(queryDesc=0x00000001490217e0, eflags=0) ...
[13:27:32.636]     frame #5: 0x0000000100229ef4 postgres`ExecutorStart(queryDesc=<unavailable>, eflags=<unavailable>) at...
[13:27:32.636]     frame #6: 0x00000001001d79bc postgres`RefreshMatViewByOid [inlined] refresh_matview_datafill(dest=<un...
[13:27:32.636]     frame #7: 0x00000001001d7944 postgres`RefreshMatViewByOid(matviewOid=28578, is_create=false, skipData...
[13:27:32.636]     frame #8: 0x00000001001d7114 postgres`ExecRefreshMatView(stmt=0x000000014901f130, queryString=<unavai...
[13:27:32.636]     frame #9: 0x00000001001b5994 postgres`ExecCreateTableAs(pstate=0x000000013881c700, stmt=0x00000001388...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/brin.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrad...
--- /Users/admin/pgsql/src/test/regress/expected/brin.out	2024-12-13 13:17:12
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/brin.out	2024-12-13 13:20:09
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/brin.out /Users/admin/pgsql/build/testrun/recovery/027_stream_regr...
--- /Users/admin/pgsql/src/test/regress/expected/brin.out	2024-12-13 13:17:12
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/brin.out	2024-12-13 13:21:01
@@ -588,4 +588,10 @@
 CREATE INDEX brin_insert_optimization_idx ON brin_insert_optimization USING brin (a);
 UPDATE brin_insert_optimization SET a = a;
 REINDEX INDEX CONCURRENTLY brin_insert_optimization_idx;
-DROP TABLE brin_insert_optimization;
+WARNING:  terminating connection because of crash of another server process
+DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because anothe...
+HINT:  In a moment you should be able to reconnect to the database and repeat your command.
+server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
+connection to server was lost
diff -U3 /Users/admin/pgsql/src/test/regress/expected/privileges.out /Users/admin/pgsql/build/testrun/recovery/027_strea...
--- /Users/admin/pgsql/src/test/regress/expected/privileges.out	2024-12-13 13:17:12
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/privileges.out	2024-12-13 13:21:01
@@ -1846,1413 +1846,10 @@
 REINDEX TABLE sro_tab;
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/brin.out /Users/admin/pgsql/build/testrun/regress/regress/results/...
--- /Users/admin/pgsql/src/test/regress/expected/brin.out	2024-12-13 13:17:12
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/brin.out	2024-12-13 13:20:09
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
tap
[13:20:14.751](51.871s) not ok 5 - regression tests pass
[13:20:16.970](2.205s) not ok 6 - dump before running pg_upgrade
tap
[13:21:05.939](51.674s) not ok 2 - regression tests pass
test
[13:22:56.456]  29/315 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[13:22:56.456]  37/315 postgresql:regress / regress/regress                                            ERROR            ...
[13:22:56.456] 110/315 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 193, PID: 7872
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 193, PID: 6252
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 193, PID: 4496
core
0000006d`6f7ff958 00007ffd`ac3eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006d`6f7ff960 00007ffd`aaf14cb0     ntdll!TppWorkerThread+0x2df
0000006d`6f7ffc50 00007ffd`ac45edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006d`6f7ffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006d`6fbffbc8 00007ffd`a999d71e     ntdll!NtWaitForSingleObject+0x14
0000006d`6fbffbd0 00007ff6`6c2095cc     KERNELBASE!WaitForSingleObjectEx+0x8e
0000006d`6fbffc70 00007ffd`aaf14cb0     postgres!pg_timer_thread(
0000006d`6fbffcb0 00007ffd`ac45edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006d`6fbffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006d`6f3ff678 00007ffd`a99e45ca     ntdll!NtFsControlFile+0x14
0000006d`6f3ff680 00007ff6`6c207b2b     KERNELBASE!ConnectNamedPipe+0x6a
0000006d`6f3ff6f0 00007ffd`aaf14cb0     postgres!pg_signal_thread(
0000006d`6f3ff7f0 00007ffd`ac45edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006d`6f3ff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006d`6ebfe220 00007ff6`6c555228     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000006d`6ebfe260 00007ff6`6c031839     postgres!ExceptionalCondition(
0000006d`6ebfe2a0 00007ff6`6c0316ba     postgres!standard_ExecutorStart(
0000006d`6ebfe2f0 00007ff6`6bf83289     postgres!ExecutorStart(
0000006d`6ebfe320 00007ff6`6bf82c20     postgres!refresh_matview_datafill(
0000006d`6ebfe3b0 00007ff6`6bf82488     postgres!RefreshMatViewByOid(
0000006d`6ebfe600 00007ff6`6bf41c27     postgres!ExecRefreshMatView(
0000006d`6ebfe680 00007ff6`6c328377     postgres!ExecCreateTableAs(
0000006d`6ebfe7a0 00007ff6`6c32403f     postgres!ProcessUtilitySlow(
0000006d`6ebff0c0 00007ff6`6c322f89     postgres!standard_ProcessUtility(
core
0000006d`6efff728 00007ffd`ac3eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006d`6efff730 00007ffd`aaf14cb0     ntdll!TppWorkerThread+0x2df
0000006d`6efffa20 00007ffd`ac45edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006d`6efffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000071`4bdffb78 00007ffd`a99e45ca     ntdll!NtFsControlFile+0x14
00000071`4bdffb80 00007ff6`6c207b2b     KERNELBASE!ConnectNamedPipe+0x6a
00000071`4bdffbf0 00007ffd`aaf14cb0     postgres!pg_signal_thread(
00000071`4bdffcf0 00007ffd`ac45edcb     KERNEL32!BaseThreadInitThunk+0x10
00000071`4bdffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000071`4b5ff5f8 00007ffd`ac3eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000071`4b5ff600 00007ffd`aaf14cb0     ntdll!TppWorkerThread+0x2df
00000071`4b5ff8f0 00007ffd`ac45edcb     KERNEL32!BaseThreadInitThunk+0x10
00000071`4b5ff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000071`4b9ff778 00007ffd`ac3eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000071`4b9ff780 00007ffd`aaf14cb0     ntdll!TppWorkerThread+0x2df
00000071`4b9ffa70 00007ffd`ac45edcb     KERNEL32!BaseThreadInitThunk+0x10
00000071`4b9ffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000071`4b1fdd70 00007ff6`6c555228     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000071`4b1fddb0 00007ff6`6c031839     postgres!ExceptionalCondition(
00000071`4b1fddf0 00007ffd`97212d26     postgres!standard_ExecutorStart(
00000071`4b1fde40 00007ff6`6c0316aa     pg_stat_statements!pgss_ExecutorStart(
00000071`4b1fde80 00007ff6`6bf83289     postgres!ExecutorStart(
00000071`4b1fdeb0 00007ff6`6bf82c20     postgres!refresh_matview_datafill(
00000071`4b1fdf40 00007ff6`6bf82488     postgres!RefreshMatViewByOid(
00000071`4b1fe190 00007ff6`6bf41c27     postgres!ExecRefreshMatView(
00000071`4b1fe210 00007ff6`6c328377     postgres!ExecCreateTableAs(
00000071`4b1fe330 00007ff6`6c32403f     postgres!ProcessUtilitySlow(
core
00000071`4c1ff9d8 00007ffd`a999d71e     ntdll!NtWaitForSingleObject+0x14
00000071`4c1ff9e0 00007ff6`6c2095cc     KERNELBASE!WaitForSingleObjectEx+0x8e
00000071`4c1ffa80 00007ffd`aaf14cb0     postgres!pg_timer_thread(
00000071`4c1ffac0 00007ffd`ac45edcb     KERNEL32!BaseThreadInitThunk+0x10
00000071`4c1ffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000033`a65fe180 00007ff6`6c555228     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000033`a65fe1c0 00007ff6`6c031839     postgres!ExceptionalCondition(
00000033`a65fe200 00007ff6`6c0316ba     postgres!standard_ExecutorStart(
00000033`a65fe250 00007ff6`6bf83289     postgres!ExecutorStart(
00000033`a65fe280 00007ff6`6bf82c20     postgres!refresh_matview_datafill(
00000033`a65fe310 00007ff6`6bf82488     postgres!RefreshMatViewByOid(
00000033`a65fe560 00007ff6`6bf41c27     postgres!ExecRefreshMatView(
00000033`a65fe5e0 00007ff6`6c328377     postgres!ExecCreateTableAs(
00000033`a65fe700 00007ff6`6c32403f     postgres!ProcessUtilitySlow(
00000033`a65ff020 00007ff6`6c322f89     postgres!standard_ProcessUtility(
core
00000033`a75ffaf8 00007ffd`a999d71e     ntdll!NtWaitForSingleObject+0x14
00000033`a75ffb00 00007ff6`6c2095cc     KERNELBASE!WaitForSingleObjectEx+0x8e
00000033`a75ffba0 00007ffd`aaf14cb0     postgres!pg_timer_thread(
00000033`a75ffbe0 00007ffd`ac45edcb     KERNEL32!BaseThreadInitThunk+0x10
00000033`a75ffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000033`a71ff9b8 00007ffd`a99e45ca     ntdll!NtFsControlFile+0x14
00000033`a71ff9c0 00007ff6`6c207b2b     KERNELBASE!ConnectNamedPipe+0x6a
00000033`a71ffa30 00007ffd`aaf14cb0     postgres!pg_signal_thread(
00000033`a71ffb30 00007ffd`ac45edcb     KERNEL32!BaseThreadInitThunk+0x10
00000033`a71ffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000033`a6dffa38 00007ffd`ac3eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000033`a6dffa40 00007ffd`aaf14cb0     ntdll!TppWorkerThread+0x2df
00000033`a6dffd30 00007ffd`ac45edcb     KERNEL32!BaseThreadInitThunk+0x10
00000033`a6dffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000033`a69ff758 00007ffd`ac3eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000033`a69ff760 00007ffd`aaf14cb0     ntdll!TppWorkerThread+0x2df
00000033`a69ffa50 00007ffd`ac45edcb     KERNEL32!BaseThreadInitThunk+0x10
00000033`a69ffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/brin.out C:/cirrus/build/testrun/pg_upgrade/002_pg_upgr...
--- C:/cirrus/src/test/regress/expected/brin.out	2024-12-13 13:18:31.344091800 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/brin.out	2024-12-13 13:21:33.969096100 +0000
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/brin.out C:/cirrus/build/testrun/recovery/027_stream_re...
--- C:/cirrus/src/test/regress/expected/brin.out	2024-12-13 13:18:31.344091800 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/brin.out	2024-12-13 13:23:44.511563300 +0000
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/brin.out C:/cirrus/build/testrun/regress/regress/result...
--- C:/cirrus/src/test/regress/expected/brin.out	2024-12-13 13:18:31.344091800 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/brin.out	2024-12-13 13:21:25.283060600 +0000
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
tap
[13:22:19.479](98.658s) not ok 5 - regression tests pass
[13:22:24.545](5.041s) not ok 6 - dump before running pg_upgrade
tap
[13:24:21.882](101.282s) not ok 2 - regression tests pass
test
[13:32:50.595]  22/310 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[13:32:50.595]  18/310 postgresql:regress / regress/regress                                            ERROR           1...
[13:32:50.595]  66/310 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5413 INSERT ... ON CONFLICT DO SELECT [FOR ...]
CompilerWarnings
compiler
[08:55:06.918] explain.c:5156:9: error: ‘resolution’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[08:54:26.388] explain.c:5156:9: error: ‘resolution’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[09:02:12.184] explain.c:5156:9: error: ‘resolution’ may be used uninitialized [-Werror=maybe-uninitialized]
51/5357 New predefined role pg_manage_extensions
FreeBSD - 13 - Meson
core
[07:37:03.387] #0  0x000000082bfdb8fa in _sigprocmask () from /lib/libc.so.7
[07:37:03.387] #1  0x000000082c014f91 in _system () from /lib/libc.so.7
[07:37:03.387] #2  0x000000082be5d9d3 in ?? () from /lib/libthr.so.3
[07:37:03.387] #3  0x0000000000670ae5 in RestoreArchivedFile (path=path@entry=0x82138c1d0 "P\3028!\b", xlogfname=xlogfna...
[07:37:03.387] #4  0x000000000067c15e in XLogFileRead (segno=segno@entry=4, tli=tli@entry=2, source=source@entry=XLOG_FR...
[07:37:03.387] #5  0x0000000000677eac in XLogFileReadAnyTLI (segno=4, source=XLOG_FROM_ANY) at ../src/backend/access/tra...
[07:37:03.387] #6  WaitForWALToBecomeAvailable (RecPtr=67210840, tliRecPtr=67210816, replayTLI=2, replayLSN=67210816, ra...
[07:37:03.387] #7  XLogPageRead (xlogreader=0x8369ee130, targetPagePtr=67207168, reqLen=3672, targetRecPtr=67210816, rea...
[07:37:03.387] #8  0x000000000067ee42 in ReadPageInternal (state=state@entry=0x8369ee130, pageptr=67207168, reqLen=3672)...
[07:37:03.387] #9  0x000000000067dcb2 in XLogDecodeNextRecord (state=0x8369ee130, nonblocking=false) at ../src/backend/a...
core
[07:37:03.491] #0  0x00004c281e0dd32a in ?? () from /libexec/ld-elf.so.1
[07:37:03.491] #1  0x00004c281e0d3c96 in ?? () from /libexec/ld-elf.so.1
[07:37:03.491] #2  0x0000000000000075 in ?? ()
[07:37:03.491] #3  0x0000000000000277 in ?? ()
[07:37:03.491] #4  0x0000000000000001 in ?? ()
[07:37:03.491] #5  0x0000000000008124 in ?? ()
[07:37:03.491] #6  0x0000000000000000 in ?? ()
[07:37:03.596] #0  0x0000392c68a7523a in copy_file_range () from /lib/libc.so.7
core
[07:37:03.597] #0  0x0000392c68a7523a in copy_file_range () from /lib/libc.so.7
[07:37:03.597] #1  0x0000392446d073e0 in ?? ()
[07:37:03.597] #2  0x0000392446d0701e in ?? ()
[07:37:03.597] #3  0x0000392446d068ad in ?? ()
[07:37:03.597] #4  0x0000392446d0633d in ?? ()
[07:37:03.597] #5  0x0000392c682ce408 in ?? ()
[07:37:03.597] #6  0x0000000000000000 in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out /tmp/cirrus-ci-build/build/testrun/plperl/regress/...
--- /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out	2024-12-13 07:30:48.288632000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/plperl/regress/results/plperl_setup.out	2024-12-13 07:33:13.672292000 +0000
@@ -12,7 +12,7 @@
 HINT:  Must have CREATE privilege on current database to create this extension.
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 RESET ROLE;
 DO $$
 begin
@@ -24,7 +24,7 @@
 CREATE EXTENSION plperl;
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 CREATE SCHEMA plperl_setup_scratch;
 SET search_path = plperl_setup_scratch;
...
test
[07:35:53.834]  47/315 postgresql:plperl / plperl/regress                                              ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out /tmp/cirrus-ci-build/src/pl/plperl/results/plperl_...
--- /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out	2024-12-13 07:30:45.249149394 +0000
+++ /tmp/cirrus-ci-build/src/pl/plperl/results/plperl_setup.out	2024-12-13 07:34:13.883238202 +0000
@@ -12,7 +12,7 @@
 HINT:  Must have CREATE privilege on current database to create this extension.
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 RESET ROLE;
 DO $$
 begin
@@ -24,7 +24,7 @@
 CREATE EXTENSION plperl;
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 CREATE SCHEMA plperl_setup_scratch;
 SET search_path = plperl_setup_scratch;
...
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out /tmp/cirrus-ci-build/build/testrun/plperl/regress/...
--- /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out	2024-12-13 07:30:43.941586396 +0000
+++ /tmp/cirrus-ci-build/build/testrun/plperl/regress/results/plperl_setup.out	2024-12-13 07:35:35.313672995 +0000
@@ -12,7 +12,7 @@
 HINT:  Must have CREATE privilege on current database to create this extension.
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 RESET ROLE;
 DO $$
 begin
@@ -24,7 +24,7 @@
 CREATE EXTENSION plperl;
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 CREATE SCHEMA plperl_setup_scratch;
 SET search_path = plperl_setup_scratch;
...
test
[07:37:45.022]  46/315 postgresql:plperl / plperl/regress                                              ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/pl/plperl/expected/plperl_setup.out /Users/admin/pgsql/build/testrun/plperl/regress/resu...
--- /Users/admin/pgsql/src/pl/plperl/expected/plperl_setup.out	2024-12-13 07:30:11
+++ /Users/admin/pgsql/build/testrun/plperl/regress/results/plperl_setup.out	2024-12-13 07:33:15
@@ -12,7 +12,7 @@
 HINT:  Must have CREATE privilege on current database to create this extension.
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 RESET ROLE;
 DO $$
 begin
@@ -24,7 +24,7 @@
 CREATE EXTENSION plperl;
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 CREATE SCHEMA plperl_setup_scratch;
 SET search_path = plperl_setup_scratch;
...
test
[07:35:27.453]  46/315 postgresql:plperl / plperl/regress                                              ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/pl/plperl/expected/plperl_setup.out C:/cirrus/build/testrun/plperl/regress/re...
--- C:/cirrus/src/pl/plperl/expected/plperl_setup.out	2024-12-13 07:31:02.680634000 +0000
+++ C:/cirrus/build/testrun/plperl/regress/results/plperl_setup.out	2024-12-13 07:35:54.742078300 +0000
@@ -12,7 +12,7 @@
 HINT:  Must have CREATE privilege on current database to create this extension.
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 RESET ROLE;
 DO $$
 begin
@@ -24,7 +24,7 @@
 CREATE EXTENSION plperl;
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 CREATE SCHEMA plperl_setup_scratch;
 SET search_path = plperl_setup_scratch;
...
test
[07:43:53.250]  47/310 postgresql:plperl / plperl/regress                                              ERROR            ...
51/5100 Improved crc32c performance with AVX-512 algorithm.
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[07:10:12.245] test_crc32c.c.obj : error LNK2001: unresolved external symbol pg_comp_crc32c
51/4538 Statistics Import and Export
Linux - Debian Bookworm - Autoconf
core
[06:06:44.037] #0  0x00007f3ab0f09ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:06:44.037] #1  0x00007f3ab0ebafb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:06:44.037] #2  0x00007f3ab0ea5472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:06:44.037] #3  0x00007f3ab12d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[06:06:44.037] #4  0x00007f3ab12e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[06:06:44.037] #5  0x00007f3ab12c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffd0a2a3446, __in_ch...
[06:06:44.037] #6  0x00007f3ab12c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140724773994672, sp...
[06:06:44.037] #7  0x00007f3ab12c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[06:06:44.037] #8  0x00005596a46a6fd6 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[06:06:44.037] #9  0x00005596a46e5bfc in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[06:06:43.582] #0  0x00007f7b2c728ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:06:43.582] #1  0x00007f7b2c6d9fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:06:43.582] #2  0x00007f7b2c6c4472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:06:43.582] #3  0x00007f7b2cad650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[06:06:43.582] #4  0x00007f7b2cae2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[06:06:43.582] #5  0x00007f7b2cac1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffe549ac186, __in_ch...
[06:06:43.582] #6  0x00007f7b2cac14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140730317852144, sp...
[06:06:43.582] #7  0x00007f7b2cac251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[06:06:43.582] #8  0x000055556e131fd6 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[06:06:43.582] #9  0x000055556e170bfc in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[06:06:43.137] #0  0x00007f22bebedebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:06:43.137] #1  0x00007f22beb9efb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:06:43.137] #2  0x00007f22beb89472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:06:43.137] #3  0x00007f22beed650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[06:06:43.137] #4  0x00007f22beee2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[06:06:43.137] #5  0x00007f22beec1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffc7fe5d5f6, __in_ch...
[06:06:43.137] #6  0x00007f22beec14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140722454258272, sp...
[06:06:43.137] #7  0x00007f22beec251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[06:06:43.137] #8  0x000055564838cfd6 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[06:06:43.137] #9  0x00005556483cbbfc in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[06:06:41.322] #0  0x00007fa479c64ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:06:41.322] #1  0x00007fa479c15fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:06:41.322] #2  0x00007fa479c00472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:06:41.322] #3  0x00007fa479ed650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[06:06:41.322] #4  0x00007fa479ee2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[06:06:41.322] #5  0x00007fa479ec1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffe49868756, __in_ch...
[06:06:41.322] #6  0x00007fa479ec14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140730131977152, sp...
[06:06:41.322] #7  0x00007fa479ec251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[06:06:41.322] #8  0x000055a0a7122fd6 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[06:06:41.322] #9  0x000055a0a7161bfc in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[06:06:42.249] #0  0x00007ffbf7928ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:06:42.249] #1  0x00007ffbf78d9fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:06:42.249] #2  0x00007ffbf78c4472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:06:42.249] #3  0x00007ffbf7cd650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[06:06:42.249] #4  0x00007ffbf7ce2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[06:06:42.249] #5  0x00007ffbf7cc1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffe5c8a6546, __in_ch...
[06:06:42.249] #6  0x00007ffbf7cc14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140730450997680, sp...
[06:06:42.249] #7  0x00007ffbf7cc251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[06:06:42.249] #8  0x000055d6b8626fd6 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[06:06:42.249] #9  0x000055d6b8665bfc in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[06:06:41.777] #0  0x00007f6b3e5edebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:06:41.777] #1  0x00007f6b3e59efb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:06:41.777] #2  0x00007f6b3e589472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:06:41.777] #3  0x00007f6b3e8d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[06:06:41.777] #4  0x00007f6b3e8e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[06:06:41.777] #5  0x00007f6b3e8c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7fff4c6351e6, __in_ch...
[06:06:41.777] #6  0x00007f6b3e8c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140734474968656, sp...
[06:06:41.777] #7  0x00007f6b3e8c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[06:06:41.777] #8  0x0000558b51b24fd6 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[06:06:41.777] #9  0x0000558b51b63bfc in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[06:06:42.699] #0  0x00007faac4bedebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:06:42.699] #1  0x00007faac4b9efb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:06:42.699] #2  0x00007faac4b89472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:06:42.699] #3  0x00007faac4ed650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[06:06:42.699] #4  0x00007faac4ee2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[06:06:42.699] #5  0x00007faac4ec1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffcae472df6, __in_ch...
[06:06:42.699] #6  0x00007faac4ec14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140723232389728, sp...
[06:06:42.699] #7  0x00007faac4ec251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[06:06:42.699] #8  0x000055c2d26c1fd6 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[06:06:42.699] #9  0x000055c2d2700b63 in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
tap
[06:00:50.191](4.815s) not ok 4 - dump from PITR 1
[06:00:51.741](1.550s) not ok 5 - dump from PITR 2
tap
[06:02:07.001](1.169s) not ok 1 - binary_upgrade: pg_dump runs
tap
[06:04:41.865](1.234s) not ok 3 - dump primary server
[06:04:43.042](1.176s) not ok 4 - dump standby server
[06:04:44.239](1.187s) not ok 6 - dump catalogs of primary server
[06:04:44.744](0.504s) not ok 7 - dump catalogs of standby server
[06:04:44.748](0.003s) not ok 8 - compare primary and standby catalog dumps
Linux - Debian Bookworm - Meson
core
[06:04:33.013] #0  0x00007fbd21aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:04:33.013] #1  0x00007fbd21a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:04:33.013] #2  0x00007fbd21a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:04:33.013] #3  0x00007fbd21c1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[06:04:33.013] #4  0x00007fbd21c2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[06:04:33.013] #5  0x00007fbd21c0db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55fe27fbfbc0, In...
[06:04:33.013] #6  0x000055fe27f3b41b in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[06:04:33.013] #7  0x000055fe27f6d07d in pg_qsort (data=<optimized out>, n=4051, element_size=element_size@entry=8, comp...
[06:04:33.013] #8  0x000055fe27f3d995 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[06:04:33.013] #9  0x000055fe27f329dc in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[06:04:36.732] #0  0x00007f5fddcd9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:04:36.732] #1  0x00007f5fddc8afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:04:36.732] #2  0x00007f5fddc75472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:04:36.732] #3  0x00007f5fdd61e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[06:04:36.732] #4  0x00007f5fdd62aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[06:04:36.732] #5  0x00007f5fdd60db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x558e126e5bc0, In...
[06:04:36.732] #6  0x0000558e1266141b in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[06:04:36.732] #7  0x0000558e1269307d in pg_qsort (data=<optimized out>, n=4006, element_size=element_size@entry=8, comp...
[06:04:36.732] #8  0x0000558e12663995 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[06:04:36.732] #9  0x0000558e126589dc in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[06:04:32.490] #0  0x00007f76e20a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:04:32.490] #1  0x00007f76e205afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:04:32.490] #2  0x00007f76e2045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:04:32.490] #3  0x00007f76e221e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[06:04:32.490] #4  0x00007f76e222aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[06:04:32.490] #5  0x00007f76e220db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55d9b8247bc0, In...
[06:04:32.490] #6  0x000055d9b81c341b in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[06:04:32.490] #7  0x000055d9b81f4f53 in pg_qsort (data=<optimized out>, n=4993, element_size=element_size@entry=8, comp...
[06:04:32.490] #8  0x000055d9b81c5995 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[06:04:32.490] #9  0x000055d9b81ba9dc in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[06:04:36.469] #0  0x00007f473a4a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:04:36.469] #1  0x00007f473a45afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:04:36.469] #2  0x00007f473a445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:04:36.469] #3  0x00007f473a61e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[06:04:36.469] #4  0x00007f473a62aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[06:04:36.469] #5  0x00007f473a60db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55a84f8acbc0, In...
[06:04:36.469] #6  0x000055a84f82841b in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[06:04:36.469] #7  0x000055a84f859f53 in pg_qsort (data=<optimized out>, n=4465, element_size=element_size@entry=8, comp...
[06:04:36.469] #8  0x000055a84f82a995 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[06:04:36.469] #9  0x000055a84f81f9dc in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[06:04:33.568] #0  0x00007fe39b2a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:04:33.568] #1  0x00007fe39b25afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:04:33.568] #2  0x00007fe39b245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:04:33.568] #3  0x00007fe39b41e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[06:04:33.568] #4  0x00007fe39b42aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[06:04:33.568] #5  0x00007fe39b40db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x560796384bc0, In...
[06:04:33.568] #6  0x000056079630041b in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[06:04:33.568] #7  0x0000560796331f53 in pg_qsort (data=<optimized out>, n=4060, element_size=element_size@entry=8, comp...
[06:04:33.568] #8  0x0000560796302995 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[06:04:33.568] #9  0x00005607962f79dc in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[06:04:33.281] #0  0x00007f17aa2a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:04:33.281] #1  0x00007f17aa25afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:04:33.281] #2  0x00007f17aa245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:04:33.281] #3  0x00007f17aa41e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[06:04:33.281] #4  0x00007f17aa42aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[06:04:33.281] #5  0x00007f17aa40db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55cf7a786bc0, In...
[06:04:33.281] #6  0x000055cf7a70241b in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[06:04:33.281] #7  0x000055cf7a73407d in pg_qsort (data=<optimized out>, n=7606, element_size=element_size@entry=8, comp...
[06:04:33.281] #8  0x000055cf7a704995 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[06:04:33.281] #9  0x000055cf7a6f99dc in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[06:04:32.755] #0  0x00007f53f74a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:04:32.755] #1  0x00007f53f745afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:04:32.755] #2  0x00007f53f7445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:04:32.755] #3  0x00007f53f761e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[06:04:32.755] #4  0x00007f53f762aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[06:04:32.755] #5  0x00007f53f760db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55ad0edaebc0, In...
[06:04:32.755] #6  0x000055ad0ed2a41b in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[06:04:32.755] #7  0x000055ad0ed5c07d in pg_qsort (data=<optimized out>, n=4014, element_size=element_size@entry=8, comp...
[06:04:32.755] #8  0x000055ad0ed2c995 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[06:04:32.755] #9  0x000055ad0ed219dc in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[06:04:34.882] #0  0x00007f2d11ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:04:34.882] #1  0x00007f2d11e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:04:34.882] #2  0x00007f2d11e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:04:34.882] #3  0x00007f2d1201e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[06:04:34.882] #4  0x00007f2d1202aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[06:04:34.882] #5  0x00007f2d1200db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x565554e09bc0, In...
[06:04:34.882] #6  0x0000565554d8541b in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[06:04:34.882] #7  0x0000565554db707d in pg_qsort (data=<optimized out>, n=4047, element_size=element_size@entry=8, comp...
[06:04:34.882] #8  0x0000565554d87995 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[06:04:34.882] #9  0x0000565554d7c9dc in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[06:04:32.218] #0  0x00007f234f0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:04:32.218] #1  0x00007f234f05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:04:32.218] #2  0x00007f234f045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:04:32.218] #3  0x00007f234f21e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[06:04:32.218] #4  0x00007f234f22aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[06:04:32.218] #5  0x00007f234f20db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55a93d953bc0, In...
[06:04:32.218] #6  0x000055a93d8cf41b in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[06:04:32.218] #7  0x000055a93d900f53 in pg_qsort (data=<optimized out>, n=4091, element_size=element_size@entry=8, comp...
[06:04:32.218] #8  0x000055a93d8d1995 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[06:04:32.218] #9  0x000055a93d8c69dc in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[06:04:33.828] #0  0x00007f14260a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:04:33.828] #1  0x00007f142605afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:04:33.828] #2  0x00007f1426045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:04:33.828] #3  0x00007f142621e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[06:04:33.828] #4  0x00007f142622aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[06:04:33.828] #5  0x00007f142620db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x56401cb57bc0, In...
[06:04:33.828] #6  0x000056401cad341b in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[06:04:33.828] #7  0x000056401cb04f53 in pg_qsort (data=<optimized out>, n=4091, element_size=element_size@entry=8, comp...
[06:04:33.828] #8  0x000056401cad5995 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[06:04:33.828] #9  0x000056401caca9dc in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[06:04:34.092] #0  0x00007fc8758a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:04:34.092] #1  0x00007fc87585afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:04:34.092] #2  0x00007fc875845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:04:34.092] #3  0x00007fc875a1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[06:04:34.092] #4  0x00007fc875a2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[06:04:34.092] #5  0x00007fc875a0db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x559674464bc0, In...
[06:04:34.092] #6  0x00005596743e041b in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[06:04:34.092] #7  0x0000559674411f53 in pg_qsort (data=<optimized out>, n=4429, element_size=element_size@entry=8, comp...
[06:04:34.092] #8  0x00005596743e2995 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[06:04:34.092] #9  0x00005596743d79dc in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[06:04:34.355] #0  0x00007f112a2c2ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:04:34.355] #1  0x00007f112a273fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:04:34.355] #2  0x00007f112a25e472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:04:34.355] #3  0x00007f1129c1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[06:04:34.355] #4  0x00007f1129c2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[06:04:34.355] #5  0x00007f1129c0db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x5563a89b3b40, In...
[06:04:34.355] #6  0x00005563a892f45f in DOTypeNameCompare (p1=p1@entry=0x5563a95f9400, p2=p2@entry=0x5563a95fb910) at ....
[06:04:34.355] #7  0x00005563a89607bb in pg_qsort_med3 (a=a@entry=0x5563a95f9400, b=b@entry=0x5563a95fb910, c=c@entry=0x...
[06:04:34.355] #8  0x00005563a8960bd6 in pg_qsort (data=<optimized out>, n=9490, element_size=element_size@entry=8, comp...
[06:04:34.355] #9  0x00005563a8931995 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
core
[06:04:34.618] #0  0x00007fb6114a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:04:34.618] #1  0x00007fb61145afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:04:34.618] #2  0x00007fb611445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:04:34.618] #3  0x00007fb61161e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[06:04:34.618] #4  0x00007fb61162aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[06:04:34.618] #5  0x00007fb61160db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x563850363bc0, In...
[06:04:34.618] #6  0x00005638502df41b in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[06:04:34.618] #7  0x000056385031107d in pg_qsort (data=<optimized out>, n=4003, element_size=element_size@entry=8, comp...
[06:04:34.618] #8  0x00005638502e1995 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[06:04:34.618] #9  0x00005638502d69dc in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[06:04:35.158] #0  0x00007ff606ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:04:35.158] #1  0x00007ff606c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:04:35.158] #2  0x00007ff606c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:04:35.158] #3  0x00007ff606e1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[06:04:35.158] #4  0x00007ff606e2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[06:04:35.158] #5  0x00007ff606e0db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55ae9e69fb40, In...
[06:04:35.158] #6  0x000055ae9e61b45f in DOTypeNameCompare (p1=p1@entry=0x55ae9eee61f0, p2=p2@entry=0x55ae9eee88e0) at ....
[06:04:35.158] #7  0x000055ae9e64c7bb in pg_qsort_med3 (a=a@entry=0x55ae9eee61f0, b=b@entry=0x55ae9eee88e0, c=c@entry=0x...
[06:04:35.158] #8  0x000055ae9e64cbd6 in pg_qsort (data=<optimized out>, n=9969, element_size=element_size@entry=8, comp...
[06:04:35.158] #9  0x000055ae9e61d995 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
core
[06:04:35.429] #0  0x00007fe68c0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:04:35.429] #1  0x00007fe68c05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:04:35.429] #2  0x00007fe68c045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:04:35.429] #3  0x00007fe68c21e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[06:04:35.429] #4  0x00007fe68c22aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[06:04:35.429] #5  0x00007fe68c20db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x5642013fbbc0, In...
[06:04:35.429] #6  0x000056420137741b in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[06:04:35.429] #7  0x00005642013a907d in pg_qsort (data=<optimized out>, n=4051, element_size=element_size@entry=8, comp...
[06:04:35.429] #8  0x0000564201379995 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[06:04:35.429] #9  0x000056420136e9dc in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[06:04:35.685] #0  0x00007f7d884a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:04:35.685] #1  0x00007f7d8845afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:04:35.685] #2  0x00007f7d88445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:04:35.685] #3  0x00007f7d8861e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[06:04:35.685] #4  0x00007f7d8862aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[06:04:35.685] #5  0x00007f7d8860db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x5563b9a2ebc0, In...
[06:04:35.685] #6  0x00005563b99aa41b in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[06:04:35.685] #7  0x00005563b99dc07d in pg_qsort (data=<optimized out>, n=10064, element_size=element_size@entry=8, com...
[06:04:35.685] #8  0x00005563b99ac995 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[06:04:35.685] #9  0x00005563b99a19dc in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[06:04:35.944] #0  0x00007f89b90a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:04:35.944] #1  0x00007f89b905afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:04:35.944] #2  0x00007f89b9045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:04:35.944] #3  0x00007f89b921e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[06:04:35.944] #4  0x00007f89b922aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[06:04:35.944] #5  0x00007f89b920db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x5602fb3f8b40, In...
[06:04:35.944] #6  0x00005602fb37445f in DOTypeNameCompare (p1=p1@entry=0x5602fcff11f0, p2=p2@entry=0x5602fcff38e0) at ....
[06:04:35.944] #7  0x00005602fb3a57bb in pg_qsort_med3 (a=a@entry=0x5602fcff11f0, b=b@entry=0x5602fcff38e0, c=c@entry=0x...
[06:04:35.944] #8  0x00005602fb3a5bd6 in pg_qsort (data=<optimized out>, n=9969, element_size=element_size@entry=8, comp...
[06:04:35.944] #9  0x00005602fb376995 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
core
[06:04:36.203] #0  0x00007f835deccebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:04:36.203] #1  0x00007f835de7dfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:04:36.203] #2  0x00007f835de68472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:04:36.203] #3  0x00007f835d81e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[06:04:36.203] #4  0x00007f835d82aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[06:04:36.203] #5  0x00007f835d80db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x5619d6258bc0, In...
[06:04:36.203] #6  0x00005619d61d441b in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[06:04:36.203] #7  0x00005619d620607d in pg_qsort (data=<optimized out>, n=7606, element_size=element_size@entry=8, comp...
[06:04:36.203] #8  0x00005619d61d6995 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[06:04:36.203] #9  0x00005619d61cb9dc in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
tap
[06:01:54.336](2.723s) not ok 4 - dump from PITR 1
[06:01:54.973](0.636s) not ok 5 - dump from PITR 2
tap
[06:02:05.368](0.340s) not ok 19 - pg_dump: option -n pg_catalog
[06:02:06.249](0.880s) not ok 20 - pg_dumpall: option --exclude-database handles database names with embedded dots
[06:02:06.969](0.365s) not ok 37 - binary_upgrade: pg_dump runs
[06:02:07.010](0.041s) not ok 38 - binary_upgrade: pg_restore runs
tap
[06:02:05.000](1.100s) not ok 1 - parallel dump
[06:02:05.016](0.016s) not ok 2 - parallel restore
[06:02:05.252](0.236s) not ok 3 - parallel dump as inserts
[06:02:05.273](0.021s) not ok 4 - parallel restore as inserts
tap
[06:02:07.087](2.422s) not ok 1 - filter file without patterns
tap
[06:02:08.975](0.401s) not ok 7 - parallel dump
[06:02:09.133](0.158s) not ok 8 - parallel restore
[06:02:09.188](0.055s) not ok 9 - parallel restore with create
tap
[06:01:16.416](3.899s) not ok 6 - dump before running pg_upgrade
[06:01:24.685](3.990s) not ok 14 - run of pg_upgrade for new instance
[06:01:24.685](0.000s) not ok 15 - pg_upgrade_output.d/ removed after pg_upgrade success
[06:01:24.922](0.044s) not ok 16 - check that locales in new cluster match original cluster
[06:01:25.397](0.001s) not ok 18 - old and new dumps match after pg_upgrade
tap
[06:00:00.942](3.954s) not ok 10 - run of pg_upgrade of old cluster
[06:00:01.210](0.268s) not ok 11 - check the slot exists on new cluster
tap
[06:00:01.685](3.018s) not ok 8 - run of pg_upgrade for old instance when the subscription tables are in init/ready stat...
[06:00:01.685](0.000s) not ok 9 - pg_upgrade_output.d/ removed after successful pg_upgrade
[06:00:02.236](0.550s) not ok 10 - check that the subscription's running status and failover are preserved
[06:00:02.272](0.035s) not ok 11 - there should be 2 rows in pg_subscription_rel(representing tab_upgraded1 and tab_upgr...
tap
[06:01:45.978](1.056s) not ok 3 - dump primary server
[06:01:47.183](1.205s) not ok 4 - dump standby server
[06:01:48.453](1.255s) not ok 6 - dump catalogs of primary server
[06:01:48.943](0.489s) not ok 7 - dump catalogs of standby server
[06:01:48.956](0.012s) not ok 8 - compare primary and standby catalog dumps
tap
[06:03:08.604](0.548s) not ok 1 - binary_upgrade: pg_dump runs
test
[06:03:20.169]   7/315 postgresql:pg_upgrade / pg_upgrade/003_logical_slots                            ERROR            ...
[06:03:20.169]   8/315 postgresql:pg_upgrade / pg_upgrade/004_subscription                             ERROR            ...
[06:03:20.169]  95/315 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[06:03:20.169] 148/315 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[06:03:20.169] 153/315 postgresql:pg_combinebackup / pg_combinebackup/002_compare_backups              ERROR            ...
[06:03:20.169] 172/315 postgresql:pg_dump / pg_dump/004_pg_dump_parallel                               ERROR            ...
[06:03:20.169] 176/315 postgresql:pg_dump / pg_dump/002_pg_dump                                        ERROR            ...
[06:03:20.169] 177/315 postgresql:pg_dump / pg_dump/005_pg_dump_filterfile                             ERROR            ...
[06:03:20.169] 190/315 postgresql:pg_dump / pg_dump/010_dump_connstr                                   ERROR            ...
[06:03:20.169] 303/315 postgresql:test_pg_dump / test_pg_dump/001_base                                 ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[06:03:47.386](0.414s) not ok 18 - old and new dumps match after pg_upgrade
test
[06:13:35.149]  43/310 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           2...
51/5012 Vacuum statistics
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out /tmp/cirrus-ci-build/bu...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-12-12 23:08:38.69546300...
+++ /tmp/cirrus-ci-build/build/testrun/isolation/isolation/results/vacuum-extending-in-repetable-read.out	2024-12-12 23:...
@@ -9,10 +9,7 @@
     FROM pg_stat_get_vacuum_tables vt, pg_class c
     WHERE vt.relname = 'test_vacuum_stat_isolation' AND vt.relid = c.oid;
 
-relname|tuples_deleted|dead_tuples|tuples_frozen
--------+--------------+-----------+-------------
-(0 rows)
-
+ERROR:  relation "pg_stat_get_vacuum_tables" does not exist
 step s1_begin_repeatable_read: 
   BEGIN transaction ISOLATION LEVEL REPEATABLE READ;
   select count(ival) from test_vacuum_stat_isolation where id>900;
@@ -22,7 +19,8 @@
   100
 (1 row)
 
-step s2_update: UPDATE test_vacuum_stat_isolation SET ival = ival + 2 where id > 900;
...
test
[23:14:24.380]  50/315 postgresql:isolation / isolation/isolation                                      ERROR            ...
Linux - Debian Bookworm - Autoconf
core
[23:20:31.915] #0  <unavailable> in ?? ()
core
[23:20:31.915] #0  0x00007f4d76aedda4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[23:20:31.915] #1  0x00007f4d76a9a239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[23:20:31.915] #2  0x00007f4d76a9a497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[23:20:31.915] #3  0x000055a97c72e5f3 in ?? ()
[23:20:31.915] #4  0x000055a97c728369 in ?? ()
[23:20:31.915] #5  0x000055a97c72720f in ?? ()
[23:20:31.915] #6  0x000055a97c727c3b in ?? ()
[23:20:31.915] #7  0x000055a97c72566f in ?? ()
[23:20:31.915] #8  0x00007f4d76a8524a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[23:20:31.915] #9  0x00007f4d76a85305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[23:20:32.036] #0  0x00007f4d76aedda4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[23:20:32.036] #1  0x00007f4d76a9a239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[23:20:32.036] #2  0x00007f4d76a9a497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[23:20:32.036] #3  0x000055a97c72e5c1 in ?? ()
[23:20:32.036] #4  0x000055a97c728369 in ?? ()
[23:20:32.036] #5  0x000055a97c72720f in ?? ()
[23:20:32.036] #6  0x000055a97c727c3b in ?? ()
[23:20:32.036] #7  0x000055a97c72566f in ?? ()
[23:20:32.036] #8  0x00007f4d76a8524a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[23:20:32.036] #9  0x00007f4d76a85305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out /tmp/cirrus-ci-build/sr...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-12-12 23:08:34.60635399...
+++ /tmp/cirrus-ci-build/src/test/isolation/output_iso/results/vacuum-extending-in-repetable-read.out	2024-12-12 23:14:0...
@@ -9,10 +9,7 @@
     FROM pg_stat_get_vacuum_tables vt, pg_class c
     WHERE vt.relname = 'test_vacuum_stat_isolation' AND vt.relid = c.oid;
 
-relname|tuples_deleted|dead_tuples|tuples_frozen
--------+--------------+-----------+-------------
-(0 rows)
-
+ERROR:  relation "pg_stat_get_vacuum_tables" does not exist
 step s1_begin_repeatable_read: 
   BEGIN transaction ISOLATION LEVEL REPEATABLE READ;
   select count(ival) from test_vacuum_stat_isolation where id>900;
@@ -22,7 +19,8 @@
   100
 (1 row)
 
-step s2_update: UPDATE test_vacuum_stat_isolation SET ival = ival + 2 where id > 900;
...
Linux - Debian Bookworm - Meson
core
[23:17:58.511] #0  <unavailable> in ?? ()
core
[23:17:58.511] #0  0x00007f39e9aaeda4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[23:17:58.511] #1  0x00007f39e9a5b239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[23:17:58.511] #2  0x00007f39e9b16204 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[23:17:58.511] #3  0x00007f39e9b2885c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out /tmp/cirrus-ci-build/bu...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-12-12 23:08:35.35672884...
+++ /tmp/cirrus-ci-build/build/testrun/isolation/isolation/results/vacuum-extending-in-repetable-read.out	2024-12-12 23:...
@@ -9,10 +9,7 @@
     FROM pg_stat_get_vacuum_tables vt, pg_class c
     WHERE vt.relname = 'test_vacuum_stat_isolation' AND vt.relid = c.oid;
 
-relname|tuples_deleted|dead_tuples|tuples_frozen
--------+--------------+-----------+-------------
-(0 rows)
-
+ERROR:  relation "pg_stat_get_vacuum_tables" does not exist
 step s1_begin_repeatable_read: 
   BEGIN transaction ISOLATION LEVEL REPEATABLE READ;
   select count(ival) from test_vacuum_stat_isolation where id>900;
@@ -22,7 +19,8 @@
   100
 (1 row)
 
-step s2_update: UPDATE test_vacuum_stat_isolation SET ival = ival + 2 where id > 900;
...
test
[23:16:54.066]  42/315 postgresql:isolation / isolation/isolation                                      ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/isolation/expected/vacuum-extending-in-repetable-read.out /Users/admin/pgsql/build/...
--- /Users/admin/pgsql/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-12-12 23:08:12
+++ /Users/admin/pgsql/build/testrun/isolation/isolation/results/vacuum-extending-in-repetable-read.out	2024-12-12 23:11...
@@ -9,10 +9,7 @@
     FROM pg_stat_get_vacuum_tables vt, pg_class c
     WHERE vt.relname = 'test_vacuum_stat_isolation' AND vt.relid = c.oid;
 
-relname|tuples_deleted|dead_tuples|tuples_frozen
--------+--------------+-----------+-------------
-(0 rows)
-
+ERROR:  relation "pg_stat_get_vacuum_tables" does not exist
 step s1_begin_repeatable_read: 
   BEGIN transaction ISOLATION LEVEL REPEATABLE READ;
   select count(ival) from test_vacuum_stat_isolation where id>900;
@@ -22,7 +19,8 @@
   100
 (1 row)
 
-step s2_update: UPDATE test_vacuum_stat_isolation SET ival = ival + 2 where id > 900;
...
test
[23:13:47.067]  38/315 postgresql:isolation / isolation/isolation                                      ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/isolation/expected/vacuum-extending-in-repetable-read.out C:/cirrus/buil...
--- C:/cirrus/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-12-12 23:08:57.615037400 +0000
+++ C:/cirrus/build/testrun/isolation/isolation/results/vacuum-extending-in-repetable-read.out	2024-12-12 23:13:01.40814...
@@ -9,10 +9,7 @@
     FROM pg_stat_get_vacuum_tables vt, pg_class c
     WHERE vt.relname = 'test_vacuum_stat_isolation' AND vt.relid = c.oid;
 
-relname|tuples_deleted|dead_tuples|tuples_frozen
--------+--------------+-----------+-------------
-(0 rows)
-
+ERROR:  relation "pg_stat_get_vacuum_tables" does not exist
 step s1_begin_repeatable_read: 
   BEGIN transaction ISOLATION LEVEL REPEATABLE READ;
   select count(ival) from test_vacuum_stat_isolation where id>900;
@@ -22,7 +19,8 @@
   100
 (1 row)
 
-step s2_update: UPDATE test_vacuum_stat_isolation SET ival = ival + 2 where id > 900;
...
test
[23:22:18.712]  32/310 postgresql:isolation / isolation/isolation                                      ERROR           1...
51/5231 Consider the number of columns in the sort cost model
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out /tmp/cirrus-ci-build/build/testrun/...
--- /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out	2024-12-12 21:20:31.181262000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_stat_statements/regress/results/level_tracking.out	2024-12-12 21:23:04.0409460...
@@ -383,26 +383,24 @@
 (1 row)
 
 EXPLAIN (COSTS OFF) SELECT 1, 2 UNION SELECT 3, 4\; EXPLAIN (COSTS OFF) (SELECT 1, 2, 3) UNION SELECT 3, 4, 5;
+      QUERY PLAN       
+-----------------------
+ HashAggregate
+   Group Key: (1), (2)
+   ->  Append
+         ->  Result
+         ->  Result
+(5 rows)
+
          QUERY PLAN         
 ----------------------------
- Unique
-   ->  Sort
...
test
[21:25:25.794]  86/315 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out /tmp/cirrus-ci-build/contrib/pg_sta...
--- /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out	2024-12-12 21:20:31.158908566 +0000
+++ /tmp/cirrus-ci-build/contrib/pg_stat_statements/results/level_tracking.out	2024-12-12 21:25:09.110281276 +0000
@@ -383,25 +383,23 @@
 (1 row)
 
 EXPLAIN (COSTS OFF) SELECT 1, 2 UNION SELECT 3, 4\; EXPLAIN (COSTS OFF) (SELECT 1, 2, 3) UNION SELECT 3, 4, 5;
+      QUERY PLAN       
+-----------------------
+ HashAggregate
+   Group Key: (1), (2)
+   ->  Append
+         ->  Result
+         ->  Result
+(5 rows)
+
          QUERY PLAN         
 ----------------------------
- Unique
-   ->  Sort
...
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out /tmp/cirrus-ci-build/build/testrun/...
--- /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out	2024-12-12 21:20:29.668795095 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_stat_statements/regress/results/level_tracking.out	2024-12-12 21:24:25.1843096...
@@ -383,25 +383,23 @@
 (1 row)
 
 EXPLAIN (COSTS OFF) SELECT 1, 2 UNION SELECT 3, 4\; EXPLAIN (COSTS OFF) (SELECT 1, 2, 3) UNION SELECT 3, 4, 5;
+      QUERY PLAN       
+-----------------------
+ HashAggregate
+   Group Key: (1), (2)
+   ->  Append
+         ->  Result
+         ->  Result
+(5 rows)
+
          QUERY PLAN         
 ----------------------------
- Unique
-   ->  Sort
...
test
[21:26:24.848]  87/315 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/contrib/pg_stat_statements/expected/level_tracking.out /Users/admin/pgsql/build/testrun/pg_s...
--- /Users/admin/pgsql/contrib/pg_stat_statements/expected/level_tracking.out	2024-12-12 21:20:10
+++ /Users/admin/pgsql/build/testrun/pg_stat_statements/regress/results/level_tracking.out	2024-12-12 21:23:15
@@ -383,25 +383,23 @@
 (1 row)
 
 EXPLAIN (COSTS OFF) SELECT 1, 2 UNION SELECT 3, 4\; EXPLAIN (COSTS OFF) (SELECT 1, 2, 3) UNION SELECT 3, 4, 5;
+      QUERY PLAN       
+-----------------------
+ HashAggregate
+   Group Key: (1), (2)
+   ->  Append
+         ->  Result
+         ->  Result
+(5 rows)
+
          QUERY PLAN         
 ----------------------------
- Unique
-   ->  Sort
...
test
[21:25:11.810]  84/315 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/contrib/pg_stat_statements/expected/level_tracking.out C:/cirrus/build/testrun/pg...
--- C:/cirrus/contrib/pg_stat_statements/expected/level_tracking.out	2024-12-12 21:20:50.444309700 +0000
+++ C:/cirrus/build/testrun/pg_stat_statements/regress/results/level_tracking.out	2024-12-12 21:26:35.056685100 +0000
@@ -383,25 +383,23 @@
 (1 row)
 
 EXPLAIN (COSTS OFF) SELECT 1, 2 UNION SELECT 3, 4\; EXPLAIN (COSTS OFF) (SELECT 1, 2, 3) UNION SELECT 3, 4, 5;
+      QUERY PLAN       
+-----------------------
+ HashAggregate
+   Group Key: (1), (2)
+   ->  Append
+         ->  Result
+         ->  Result
+(5 rows)
+
          QUERY PLAN         
 ----------------------------
- Unique
-   ->  Sort
...
test
[21:33:06.070]  86/310 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
51/5283 Replace IN VALUES with ANY in WHERE clauses during optimization
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/subselect.out C:/cirrus/build/testrun/pg_upgrade/002_pg...
--- C:/cirrus/src/test/regress/expected/subselect.out	2024-12-12 19:01:32.624764900 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/subselect.out	2024-12-12 19:04:08.557601800 +0000
@@ -2686,15 +2686,16 @@
 EXPLAIN (COSTS OFF)
 SELECT c.oid,c.relname FROM pg_class c JOIN pg_am a USING (oid)
 WHERE c.oid IN (VALUES (1), (2));
-                          QUERY PLAN                           
----------------------------------------------------------------
- Hash Join
-   Hash Cond: (a.oid = c.oid)
-   ->  Seq Scan on pg_am a
-   ->  Hash
-         ->  Index Scan using pg_class_oid_index on pg_class c
-               Index Cond: (oid = ANY ('{1,2}'::integer[]))
-(6 rows)
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (c.oid = a.oid)
...
tap
[19:05:28.671](112.797s) not ok 5 - regression tests pass
test
[19:15:00.228]  37/310 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
51/5195 Index AM API cleanup
FreeBSD - 13 - Meson
core
[17:40:59.637] #0  0x0000353f6ecf723a in copy_file_range () from /lib/libc.so.7
[17:40:59.637] #1  0x000035374c6e83e0 in ?? ()
[17:40:59.637] #2  0x000035374c6e801e in ?? ()
[17:40:59.637] #3  0x000035374c6e78ad in ?? ()
[17:40:59.637] #4  0x000035374c6e733d in ?? ()
[17:40:59.637] #5  0x0000353f6d403408 in ?? ()
[17:40:59.637] #6  0x0000000000000000 in ?? ()
tap
[17:39:46.539](212.724s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /tmp/cirrus-ci-build/src/test/subscription/t/034_temporal.pl line 172.
test
[17:39:46.856] 315/315 postgresql:subscription / subscription/034_temporal                             ERROR           2...
Linux - Debian Bookworm - Autoconf
tap
[17:45:35.622](235.453s) # poll_query_until timed out executing this query:
timed out waiting for catchup at t/034_temporal.pl line 172.
Linux - Debian Bookworm - Meson
tap
[17:42:27.133](213.009s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /tmp/cirrus-ci-build/src/test/subscription/t/034_temporal.pl line 172.
test
[17:42:27.447] 315/315 postgresql:subscription / subscription/034_temporal                             ERROR           2...
macOS - Sonoma - Meson
tap
[17:39:22.997](232.512s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /Users/admin/pgsql/src/test/subscription/t/034_temporal.pl line 172.
test
[17:39:23.300] 315/315 postgresql:subscription / subscription/034_temporal                             ERROR           2...
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[17:48:18.001](316.906s) # poll_query_until timed out executing this query:
timed out waiting for catchup at C:/cirrus/src/test/subscription/t/034_temporal.pl line 172.
test
[17:48:18.424] 310/310 postgresql:subscription / subscription/034_temporal                             ERROR           3...
51/5097 Make tuple deformation faster
FreeBSD - 13 - Meson
core
[16:31:21.944] #0  0x00004e92d7fef5da in ?? () from /libexec/ld-elf.so.1
[16:31:21.944] #1  0x00004e92d7feb6ec in ?? () from /libexec/ld-elf.so.1
[16:31:21.944] #2  0x0000000000000000 in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/deadlock-parallel.out /tmp/cirrus-ci-build/build/testrun/isola...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/deadlock-parallel.out	2024-12-12 16:22:06.001117000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/isolation-running/isolation/results/deadlock-parallel.out	2024-12-12 16:29:28.466...
@@ -46,6 +46,7 @@
         1
 (1 row)
 
+step e1c: COMMIT;
 step d2a1: <... completed>
   sum
 -----
@@ -57,7 +58,6 @@
          1
 (1 row)
 
-step e1c: COMMIT;
 step d2c: COMMIT;
 step e2l: <... completed>
 lock_excl
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/test_shm_mq/expected/test_shm_mq.out /tmp/cirrus-ci-build/build/testrun/t...
--- /tmp/cirrus-ci-build/src/test/modules/test_shm_mq/expected/test_shm_mq.out	2024-12-12 16:22:06.065338000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/test_shm_mq-running/regress/results/test_shm_mq.out	2024-12-12 16:29:20.230917000...
@@ -29,8 +29,5 @@
 (1 row)
 
 SELECT test_shm_mq_pipelined(16384, (select string_agg(chr(32+(random()*95)::int), '') from generate_series(1,270000)),...
- test_shm_mq_pipelined 
------------------------
- 
-(1 row)
-
+ERROR:  could not register background process
+HINT:  You may need to increase "max_worker_processes".
test
[16:30:04.730] 71/76 postgresql:test_shm_mq-running / test_shm_mq-running/regress                 ERROR             0.72...
[16:30:04.730] 75/76 postgresql:isolation-running / isolation-running/isolation                   ERROR            57.82...
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[16:43:16.502](149.239s) not ok 6 - dump catalogs of primary server
test
[16:44:41.589] 275/310 postgresql:recovery / recovery/027_stream_regress                               TIMEOUT        10...
51/5174 Call rm_redo in a temporary memory context
CompilerWarnings
compiler
[16:03:25.852] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
compiler
[16:02:43.041] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
compiler
[16:07:20.844] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
51/5426 Add a warning message when using unencrypted passwords
FreeBSD - 13 - Meson
core
[15:28:51.936] #0  0x0000390a005eeff0 in ?? ()
[15:28:51.936] #1  0x0000000000000003 in ?? ()
[15:28:51.936] #2  0x00002e3159b7da98 in ?? ()
[15:28:51.936] #3  0x00002e3159b7da9b in ?? ()
[15:28:51.936] #4  0x00002e3159b7da9e in ?? ()
[15:28:51.936] #5  0x0000000000000000 in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/src/interfaces/ecpg/test/expected/connect-test5.stderr /tmp/cirrus-ci-build/build/testrun/...
--- /tmp/cirrus-ci-build/src/interfaces/ecpg/test/expected/connect-test5.stderr	2024-12-12 15:23:09.323389000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/ecpg/ecpg/results/connect-test5.stderr	2024-12-12 15:25:51.344687000 +0000
@@ -4,16 +4,24 @@
 [NO_PID]: sqlca: code: 0, state: 00000
 [NO_PID]: ecpg_execute on line 24: query: alter user regress_ecpg_user2 encrypted password 'insecure'; with 0 parameter...
 [NO_PID]: sqlca: code: 0, state: 00000
-[NO_PID]: ecpg_execute on line 24: using PQexec
+[NO_PID]: ECPGnoticeReceiver: using a plaintext password in a query
 [NO_PID]: sqlca: code: 0, state: 00000
+[NO_PID]: raising sqlcode 0
+[NO_PID]: sqlca: code: 0, state: 01000
+[NO_PID]: ecpg_execute on line 24: using PQexec
+[NO_PID]: sqlca: code: 0, state: 01000
 [NO_PID]: ecpg_process_output on line 24: OK: ALTER ROLE
-[NO_PID]: sqlca: code: 0, state: 00000
+[NO_PID]: sqlca: code: 0, state: 01000
 [NO_PID]: ecpg_execute on line 25: query: alter user regress_ecpg_user1 encrypted password 'connectpw'; with 0 paramete...
 [NO_PID]: sqlca: code: 0, state: 00000
-[NO_PID]: ecpg_execute on line 25: using PQexec
...
test
[15:27:45.403] 140/315 postgresql:ecpg / ecpg/ecpg                                                     ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/interfaces/ecpg/test/expected/connect-test5.stderr /tmp/cirrus-ci-build/src/interfaces...
--- /tmp/cirrus-ci-build/src/interfaces/ecpg/test/expected/connect-test5.stderr	2024-12-12 15:22:33.566390127 +0000
+++ /tmp/cirrus-ci-build/src/interfaces/ecpg/test/results/connect-test5.stderr	2024-12-12 15:24:49.096501688 +0000
@@ -4,16 +4,24 @@
 [NO_PID]: sqlca: code: 0, state: 00000
 [NO_PID]: ecpg_execute on line 24: query: alter user regress_ecpg_user2 encrypted password 'insecure'; with 0 parameter...
 [NO_PID]: sqlca: code: 0, state: 00000
-[NO_PID]: ecpg_execute on line 24: using PQexec
+[NO_PID]: ECPGnoticeReceiver: using a plaintext password in a query
 [NO_PID]: sqlca: code: 0, state: 00000
+[NO_PID]: raising sqlcode 0
+[NO_PID]: sqlca: code: 0, state: 01000
+[NO_PID]: ecpg_execute on line 24: using PQexec
+[NO_PID]: sqlca: code: 0, state: 01000
 [NO_PID]: ecpg_process_output on line 24: OK: ALTER ROLE
-[NO_PID]: sqlca: code: 0, state: 00000
+[NO_PID]: sqlca: code: 0, state: 01000
 [NO_PID]: ecpg_execute on line 25: query: alter user regress_ecpg_user1 encrypted password 'connectpw'; with 0 paramete...
 [NO_PID]: sqlca: code: 0, state: 00000
-[NO_PID]: ecpg_execute on line 25: using PQexec
...
Linux - Debian Bookworm - Meson
core
[15:28:56.631] #0  <unavailable> in ?? ()
core
[15:28:56.175] #0  <unavailable> in ?? ()
core
[15:28:56.175] #0  0x00007f40a70aeda4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[15:28:56.175] #1  0x00007f40a705b239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[15:28:56.175] #2  0x00007f40a7116204 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:28:56.175] #3  0x00007f40a712885c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:28:56.624] #0  0x00007fad554aeda4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
core
[15:28:56.631] #0  0x00007fad554aeda4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[15:28:56.631] #1  0x00007fad5545b239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[15:28:56.631] #2  0x00007fad55516204 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:28:56.631] #3  0x00007fad5552885c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
regress
diff -U3 /tmp/cirrus-ci-build/src/interfaces/ecpg/test/expected/connect-test5.stderr /tmp/cirrus-ci-build/build/testrun/...
--- /tmp/cirrus-ci-build/src/interfaces/ecpg/test/expected/connect-test5.stderr	2024-12-12 15:22:32.405442317 +0000
+++ /tmp/cirrus-ci-build/build/testrun/ecpg/ecpg/results/connect-test5.stderr	2024-12-12 15:26:07.168757953 +0000
@@ -4,16 +4,24 @@
 [NO_PID]: sqlca: code: 0, state: 00000
 [NO_PID]: ecpg_execute on line 24: query: alter user regress_ecpg_user2 encrypted password 'insecure'; with 0 parameter...
 [NO_PID]: sqlca: code: 0, state: 00000
-[NO_PID]: ecpg_execute on line 24: using PQexec
+[NO_PID]: ECPGnoticeReceiver: using a plaintext password in a query
 [NO_PID]: sqlca: code: 0, state: 00000
+[NO_PID]: raising sqlcode 0
+[NO_PID]: sqlca: code: 0, state: 01000
+[NO_PID]: ecpg_execute on line 24: using PQexec
+[NO_PID]: sqlca: code: 0, state: 01000
 [NO_PID]: ecpg_process_output on line 24: OK: ALTER ROLE
-[NO_PID]: sqlca: code: 0, state: 00000
+[NO_PID]: sqlca: code: 0, state: 01000
 [NO_PID]: ecpg_execute on line 25: query: alter user regress_ecpg_user1 encrypted password 'connectpw'; with 0 paramete...
 [NO_PID]: sqlca: code: 0, state: 00000
-[NO_PID]: ecpg_execute on line 25: using PQexec
...
test
[15:27:54.222] 144/315 postgresql:ecpg / ecpg/ecpg                                                     ERROR            ...
macOS - Sonoma - Meson
core
[15:30:27.816]   * frame #0: 0x00000001891c3d24 dyld`stat64 + 8
[15:30:27.816]     frame #1: 0x0000000189226c30 dyld`stat_with_subsystem + 56
[15:30:27.816]     frame #2: 0x0000000189211c44 dyld`dyld3::stat(char const*, stat*) + 28
[15:30:27.816]     frame #3: 0x00000001891ea2fc dyld`dyld4::SyscallDelegate::fileExists(char const*, dyld4::FileID*, int...
[15:30:27.816]     frame #4: 0x00000001891dbbdc dyld`invocation function for block in dyld4::Loader::getLoader(Diagnosti...
[15:30:27.816]     frame #5: 0x00000001891daf24 dyld`dyld4::Loader::forEachResolvedAtPathVar(dyld4::RuntimeState&, char ...
[15:30:27.816]     frame #6: 0x00000001891cdfdc dyld`invocation function for block in dyld4::ProcessConfig::PathOverride...
[15:30:27.816]     frame #7: 0x00000001891cd160 dyld`dyld4::ProcessConfig::PathOverrides::forEachInColonList(char const*...
[15:30:27.816]     frame #8: 0x00000001891c9c6c dyld`dyld4::ProcessConfig::PathOverrides::forEachPathVariant(char const*...
[15:30:27.816]     frame #9: 0x00000001891daa5c dyld`dyld4::Loader::forEachPath(Diagnostics&, dyld4::RuntimeState&, char...
regress
diff -U3 /Users/admin/pgsql/src/interfaces/ecpg/test/expected/connect-test5.stderr /Users/admin/pgsql/build/testrun/ecpg...
--- /Users/admin/pgsql/src/interfaces/ecpg/test/expected/connect-test5.stderr	2024-12-12 15:22:12
+++ /Users/admin/pgsql/build/testrun/ecpg/ecpg/results/connect-test5.stderr	2024-12-12 15:25:30
@@ -4,16 +4,24 @@
 [NO_PID]: sqlca: code: 0, state: 00000
 [NO_PID]: ecpg_execute on line 24: query: alter user regress_ecpg_user2 encrypted password 'insecure'; with 0 parameter...
 [NO_PID]: sqlca: code: 0, state: 00000
-[NO_PID]: ecpg_execute on line 24: using PQexec
+[NO_PID]: ECPGnoticeReceiver: using a plaintext password in a query
 [NO_PID]: sqlca: code: 0, state: 00000
+[NO_PID]: raising sqlcode 0
+[NO_PID]: sqlca: code: 0, state: 01000
+[NO_PID]: ecpg_execute on line 24: using PQexec
+[NO_PID]: sqlca: code: 0, state: 01000
 [NO_PID]: ecpg_process_output on line 24: OK: ALTER ROLE
-[NO_PID]: sqlca: code: 0, state: 00000
+[NO_PID]: sqlca: code: 0, state: 01000
 [NO_PID]: ecpg_execute on line 25: query: alter user regress_ecpg_user1 encrypted password 'connectpw'; with 0 paramete...
 [NO_PID]: sqlca: code: 0, state: 00000
-[NO_PID]: ecpg_execute on line 25: using PQexec
...
test
[15:27:12.334] 144/315 postgresql:ecpg / ecpg/ecpg                                                     ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/interfaces/ecpg/test/expected/connect-test5.stderr C:/cirrus/build/testrun/ec...
--- C:/cirrus/src/interfaces/ecpg/test/expected/connect-test5.stderr	2024-12-12 15:23:30.051288200 +0000
+++ C:/cirrus/build/testrun/ecpg/ecpg/results/connect-test5.stderr	2024-12-12 15:31:02.478060100 +0000
@@ -4,16 +4,24 @@
 [NO_PID]: sqlca: code: 0, state: 00000
 [NO_PID]: ecpg_execute on line 24: query: alter user regress_ecpg_user2 encrypted password 'insecure'; with 0 parameter...
 [NO_PID]: sqlca: code: 0, state: 00000
-[NO_PID]: ecpg_execute on line 24: using PQexec
+[NO_PID]: ECPGnoticeReceiver: using a plaintext password in a query
 [NO_PID]: sqlca: code: 0, state: 00000
+[NO_PID]: raising sqlcode 0
+[NO_PID]: sqlca: code: 0, state: 01000
+[NO_PID]: ecpg_execute on line 24: using PQexec
+[NO_PID]: sqlca: code: 0, state: 01000
 [NO_PID]: ecpg_process_output on line 24: OK: ALTER ROLE
-[NO_PID]: sqlca: code: 0, state: 00000
+[NO_PID]: sqlca: code: 0, state: 01000
 [NO_PID]: ecpg_execute on line 25: query: alter user regress_ecpg_user1 encrypted password 'connectpw'; with 0 paramete...
 [NO_PID]: sqlca: code: 0, state: 00000
-[NO_PID]: ecpg_execute on line 25: using PQexec
...
test
[15:37:32.166] 148/310 postgresql:ecpg / ecpg/ecpg                                                     ERROR            ...
51/5004 CREATE INDEX CONCURRENTLY for partitioned tables
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_p...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-12-12 13:30:40.174087000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/indexing.out	2024-12-12 13:32:40.499466000...
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/recovery/027_str...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-12-12 13:30:40.174087000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/indexing.out	2024-12-12 13:33:23.6813540...
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/regress/regress/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-12-12 13:30:40.174087000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/indexing.out	2024-12-12 13:32:41.175317000 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[13:32:43.795](66.205s) not ok 5 - regression tests pass
tap
[13:33:25.969](69.961s) not ok 2 - regression tests pass
test
[13:48:15.217]  42/315 postgresql:regress / regress/regress                                            ERROR            ...
[13:48:15.217]  83/315 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[13:48:15.217] 141/315 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[13:48:15.217] 315/315 postgresql:isolation / isolation/isolation                                      TIMEOUT        10...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-12-12 13:30:35.230092054 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/indexing.out	2024-12-12 13:36:22.556522656 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/partitioned-cic.out /tmp/cirrus-ci-build/src/test/isolation/ou...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/partitioned-cic.out	2024-12-12 13:30:35.070917037 +0000
+++ /tmp/cirrus-ci-build/src/test/isolation/output_iso/results/partitioned-cic.out	2024-12-12 13:58:27.455496691 +0000
@@ -3,10 +3,14 @@
 starting permutation: lock_p1 cic insert drop2 commit chk_content
 step lock_p1: lock cictab_part_1 in row exclusive mode;
 step cic: CREATE INDEX CONCURRENTLY ON cictab(i); <waiting ...>
-step insert: insert into cictab values (1, 1), (11, 1);
-step drop2: DROP TABLE cictab_part_2;
+step insert: insert into cictab values (1, 1), (11, 1); <waiting ...>
+isolationtester: canceling step insert after 360 seconds
+step insert: <... completed>
+ERROR:  canceling statement due to user request
+step drop2: DROP TABLE cictab_part_2; <waiting ...>
 step commit: COMMIT;
 step cic: <... completed>
+step drop2: <... completed>
 step chk_content: 
   set enable_seqscan to off;
   explain (costs off) select * from cictab where i > 0;
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/src/test/regress/results/index...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-12-12 13:30:35.230092054 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/indexing.out	2024-12-12 13:34:35.944255380 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[13:36:25.227](86.227s) not ok 5 - regression tests pass
Linux - Debian Bookworm - Meson
core
[13:50:59.511] #0  <unavailable> in ?? ()
core
[13:50:59.511] #0  0x00007f78e8e1dda4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[13:50:59.511] #1  0x00007f78e8dca239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[13:50:59.511] #2  0x00007f78e8dca497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[13:50:59.511] #3  0x00005608c17a35f3 in ?? ()
[13:50:59.511] #4  0x00005608c179d369 in ?? ()
[13:50:59.511] #5  0x00005608c179c20f in ?? ()
[13:50:59.511] #6  0x00005608c179cc3b in ?? ()
[13:50:59.511] #7  0x00005608c179a66f in ?? ()
[13:50:59.511] #8  0x00007f78e8db524a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:50:59.511] #9  0x00007f78e8db5305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:50:59.383] #0  0x00007f78e8e1dda4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[13:50:59.383] #1  0x00007f78e8dca239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[13:50:59.383] #2  0x00007f78e8dca497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[13:50:59.383] #3  0x00005608c17a35c1 in ?? ()
[13:50:59.383] #4  0x00005608c179d369 in ?? ()
[13:50:59.383] #5  0x00005608c179c20f in ?? ()
[13:50:59.383] #6  0x00005608c179cc3b in ?? ()
[13:50:59.383] #7  0x00005608c179a66f in ?? ()
[13:50:59.383] #8  0x00007f78e8db524a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:50:59.383] #9  0x00007f78e8db5305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_p...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-12-12 13:30:34.678380461 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/indexing.out	2024-12-12 13:34:39.553360938...
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/recovery/027_str...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-12-12 13:30:34.678380461 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/indexing.out	2024-12-12 13:35:10.1293288...
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/regress/regress/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-12-12 13:30:34.678380461 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/indexing.out	2024-12-12 13:34:34.789367223 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[13:34:42.949](83.272s) not ok 5 - regression tests pass
tap
[13:35:13.352](79.300s) not ok 2 - regression tests pass
test
[13:49:56.543]  43/315 postgresql:regress / regress/regress                                            ERROR            ...
[13:49:56.543] 129/315 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[13:49:56.543] 147/315 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[13:49:56.543] 315/315 postgresql:isolation / isolation/isolation                                      TIMEOUT        10...
macOS - Sonoma - Meson
core
[13:51:59.660]   * frame #0: 0x0000000102ddcb70 dyld`_dyld_start
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/indexing.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_up...
--- /Users/admin/pgsql/src/test/regress/expected/indexing.out	2024-12-12 13:30:09
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/indexing.out	2024-12-12 13:32:22
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/indexing.out /Users/admin/pgsql/build/testrun/recovery/027_stream_...
--- /Users/admin/pgsql/src/test/regress/expected/indexing.out	2024-12-12 13:30:09
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/indexing.out	2024-12-12 13:33:19
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/indexing.out /Users/admin/pgsql/build/testrun/regress/regress/resu...
--- /Users/admin/pgsql/src/test/regress/expected/indexing.out	2024-12-12 13:30:09
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/indexing.out	2024-12-12 13:32:23
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[13:32:25.720](45.401s) not ok 5 - regression tests pass
tap
[13:33:21.676](59.200s) not ok 2 - regression tests pass
test
[13:48:42.552]  28/315 postgresql:regress / regress/regress                                            ERROR            ...
[13:48:42.552]  44/315 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[13:48:42.552] 122/315 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[13:48:42.552] 315/315 postgresql:isolation / isolation/isolation                                      TIMEOUT        10...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/indexing.out C:/cirrus/build/testrun/pg_upgrade/002_pg_...
--- C:/cirrus/src/test/regress/expected/indexing.out	2024-12-12 13:30:50.945468000 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/indexing.out	2024-12-12 13:34:35.895232600 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/indexing.out C:/cirrus/build/testrun/recovery/027_strea...
--- C:/cirrus/src/test/regress/expected/indexing.out	2024-12-12 13:30:50.945468000 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/indexing.out	2024-12-12 13:36:36.805839100 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/indexing.out C:/cirrus/build/testrun/regress/regress/re...
--- C:/cirrus/src/test/regress/expected/indexing.out	2024-12-12 13:30:50.945468000 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/indexing.out	2024-12-12 13:34:29.100795900 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[13:34:43.653](113.606s) not ok 5 - regression tests pass
tap
[13:36:43.225](107.383s) not ok 2 - regression tests pass
test
[13:49:23.258]  22/310 postgresql:regress / regress/regress                                            ERROR           1...
[13:49:23.258]  35/310 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[13:49:23.258]  76/310 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
[13:49:23.258] 310/310 postgresql:isolation / isolation/isolation                                      TIMEOUT        10...
51/5131 add log_transaction GUC setting
FreeBSD - 13 - Meson
tap
[10:25:40.756](1.354s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[10:25:51.253] 295/315 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
Linux - Debian Bookworm - Autoconf
tap
[10:26:03.837](1.028s) not ok 1 - no parameters missing from postgresql.conf.sample
Linux - Debian Bookworm - Meson
tap
[10:27:04.120](0.463s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[10:27:19.607] 294/315 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
macOS - Sonoma - Meson
tap
[10:25:50.560](0.809s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[10:26:02.594] 295/315 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[10:33:13.551](2.338s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[10:34:24.989] 293/310 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
51/3478 AcquireExecutorLocks() and run-time pruning
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/query_cancel.out /tmp/cirrus-ci-build/contrib/postgres_fdw/r...
--- /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/query_cancel.out	2024-12-12 08:39:58.216959084 +0000
+++ /tmp/cirrus-ci-build/contrib/postgres_fdw/results/query_cancel.out	2024-12-12 08:46:16.175907024 +0000
@@ -29,4 +29,5 @@
 -- This would take very long if not canceled:
 SELECT count(*) FROM ft1 a CROSS JOIN ft1 b CROSS JOIN ft1 c CROSS JOIN ft1 d;
 ERROR:  canceling statement due to statement timeout
+WARNING:  could not get result of cancel request due to timeout
 COMMIT;
51/5433 Adding a '--two-phase' option to 'pg_createsubscriber' utility.
Linux - Debian Bookworm - Meson
tap
[08:29:36.950](0.200s) not ok 31 - Timed out while waiting for subscriber to enable twophase
test
[08:30:53.639] 165/315 postgresql:pg_basebackup / pg_basebackup/040_pg_createsubscriber                ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[08:29:43.795](0.288s) not ok 31 - Timed out while waiting for subscriber to enable twophase
test
[08:35:17.887] 157/310 postgresql:pg_basebackup / pg_basebackup/040_pg_createsubscriber                ERROR            ...
51/5421 Use streaming read API in pgstattuple.
Linux - Debian Bookworm - Meson
core
[07:07:55.435] #0  0x00007f9b08c62d57 in ?? () from /lib64/ld-linux-x86-64.so.2
[07:07:55.435] #1  0x00007f9b08c72c99 in ?? () from /lib64/ld-linux-x86-64.so.2
[07:07:55.435] #2  0x00007f9b08c6f22f in ?? () from /lib64/ld-linux-x86-64.so.2
[07:07:55.435] #3  0x00007f9b08c70bac in ?? () from /lib64/ld-linux-x86-64.so.2
[07:07:55.435] #4  0x00007f9b08c6fa58 in ?? () from /lib64/ld-linux-x86-64.so.2
[07:07:55.435] #5  0x0000000000000003 in ?? ()
[07:07:55.435] #6  0x00007ffe5d43a381 in ?? ()
[07:07:55.435] #7  0x00007ffe5d43a384 in ?? ()
[07:07:55.435] #8  0x00007ffe5d43a428 in ?? ()
[07:07:55.435] #9  0x0000000000000000 in ?? ()
core
[07:07:55.314] #0  0x00007f4806601b93 in wait4 () from /lib/x86_64-linux-gnu/libc.so.6
[07:07:55.314] #1  0x000055c3e41d8cc0 in ?? ()
[07:07:55.314] #2  0x000055c3e41d8efa in ?? ()
[07:07:55.314] #3  0x000055c3e41da630 in ?? ()
[07:07:55.314] #4  0x000055c3e41d4371 in ?? ()
[07:07:55.314] #5  0x000055c3e41d320f in ?? ()
[07:07:55.314] #6  0x000055c3e41d3c3b in ?? ()
[07:07:55.314] #7  0x000055c3e41d166f in ?? ()
[07:07:55.314] #8  0x00007f480655524a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:07:55.314] #9  0x00007f4806555305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pgstattuple/expected/pgstattuple.out /tmp/cirrus-ci-build/build-32/testrun/pgstatt...
--- /tmp/cirrus-ci-build/contrib/pgstattuple/expected/pgstattuple.out	2024-12-12 06:58:08.872183047 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/pgstattuple/regress/results/pgstattuple.out	2024-12-12 07:04:34.449740748 +000...
@@ -134,7 +134,7 @@
 select * from pgstathashindex('test_hashidx');
  version | bucket_pages | overflow_pages | bitmap_pages | unused_pages | live_items | dead_items | free_percent 
 ---------+--------------+----------------+--------------+--------------+------------+------------+--------------
-       4 |            4 |              0 |            1 |            0 |          0 |          0 |          100
+       4 |            2 |              0 |            1 |            0 |          0 |          0 |          100
 (1 row)
 
 create index test_gistidx ON test USING gist(c);
@@ -166,7 +166,7 @@
 select pgstattuple('test_hashidx');
            pgstattuple           
 ---------------------------------
- (49152,0,0,0,0,0,0,32608,66.34)
+ (32768,0,0,0,0,0,0,16304,49.76)
 (1 row)
 
...
test
[07:06:44.428]  83/315 postgresql:pgstattuple / pgstattuple/regress                                    ERROR            ...
51/4538 Statistics Import and Export
Linux - Debian Bookworm - Autoconf
core
[04:20:11.063] #0  0x00007f2c10f28ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:20:11.063] #1  0x00007f2c10ed9fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:20:11.063] #2  0x00007f2c10ec4472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:20:11.063] #3  0x00007f2c112d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:20:11.063] #4  0x00007f2c112e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:20:11.063] #5  0x00007f2c112c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffc830ddd06, __in_ch...
[04:20:11.063] #6  0x00007f2c112c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140722507213168, sp...
[04:20:11.063] #7  0x00007f2c112c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[04:20:11.063] #8  0x000055b7c836dfcb in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[04:20:11.063] #9  0x000055b7c83acbc4 in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[04:20:13.762] #0  0x00007fa6433ceebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:20:13.762] #1  0x00007fa64337ffb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:20:13.762] #2  0x00007fa64336a472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:20:13.762] #3  0x00007fa6436d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:20:13.762] #4  0x00007fa6436e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:20:13.762] #5  0x00007fa6436c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7fffebb35216, __in_ch...
[04:20:13.762] #6  0x00007fa6436c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140737147788928, sp...
[04:20:13.762] #7  0x00007fa6436c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[04:20:13.762] #8  0x00005620d6e25fcb in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[04:20:13.762] #9  0x00005620d6e64b2b in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[04:20:09.717] #0  0x00007f6567fceebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:20:09.717] #1  0x00007f6567f7ffb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:20:09.717] #2  0x00007f6567f6a472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:20:09.717] #3  0x00007f65682d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:20:09.717] #4  0x00007f65682e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:20:09.717] #5  0x00007f65682c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffeb8ab4156, __in_ch...
[04:20:09.717] #6  0x00007f65682c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140731996655040, sp...
[04:20:09.717] #7  0x00007f65682c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[04:20:09.717] #8  0x000055ce52209fcb in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[04:20:09.717] #9  0x000055ce52248b2b in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[04:20:14.651] #0  0x00007fa2f7ba8ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:20:14.651] #1  0x00007fa2f7b59fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:20:14.651] #2  0x00007fa2f7b44472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:20:14.651] #3  0x00007fa2f7ed650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:20:14.651] #4  0x00007fa2f7ee2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:20:14.651] #5  0x00007fa2f7ec1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7fffc2339f36, __in_ch...
[04:20:14.651] #6  0x00007fa2f7ec14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140736451554208, sp...
[04:20:14.651] #7  0x00007fa2f7ec251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[04:20:14.651] #8  0x0000564b06d48fcb in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[04:20:14.651] #9  0x0000564b06d87bc4 in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[04:20:10.616] #0  0x00007f16f42a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:20:10.616] #1  0x00007f16f425afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:20:10.616] #2  0x00007f16f4245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:20:10.616] #3  0x00007f16f44d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:20:10.616] #4  0x00007f16f44e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:20:10.616] #5  0x00007f16f44c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffd92be65e6, __in_ch...
[04:20:10.616] #6  0x00007f16f44c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140727065408080, sp...
[04:20:10.616] #7  0x00007f16f44c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[04:20:10.616] #8  0x00005566579ddfcb in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[04:20:10.616] #9  0x0000556657a1cbc4 in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[04:20:13.304] #0  0x00007f7e82dedebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:20:13.304] #1  0x00007f7e82d9efb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:20:13.304] #2  0x00007f7e82d89472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:20:13.304] #3  0x00007f7e830d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:20:13.304] #4  0x00007f7e830e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:20:13.304] #5  0x00007f7e830c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffed8935686, __in_ch...
[04:20:13.304] #6  0x00007f7e830c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140732531958512, sp...
[04:20:13.304] #7  0x00007f7e830c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[04:20:13.304] #8  0x0000559f470d8fcb in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[04:20:13.304] #9  0x0000559f47117b2b in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[04:20:10.171] #0  0x00007fa5989edebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:20:10.171] #1  0x00007fa59899efb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:20:10.171] #2  0x00007fa598989472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:20:10.171] #3  0x00007fa598cd650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:20:10.171] #4  0x00007fa598ce2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:20:10.171] #5  0x00007fa598cc1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffe75608fc6, __in_ch...
[04:20:10.171] #6  0x00007fa598cc14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140730867686448, sp...
[04:20:10.171] #7  0x00007fa598cc251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[04:20:10.171] #8  0x000055e5beb04fcb in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[04:20:10.171] #9  0x000055e5beb43b2b in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[04:20:14.205] #0  0x00007f5f375ceebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:20:14.205] #1  0x00007f5f3757ffb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:20:14.205] #2  0x00007f5f3756a472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:20:14.205] #3  0x00007f5f378d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:20:14.205] #4  0x00007f5f378e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:20:14.205] #5  0x00007f5f378c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffdd82d28c6, __in_ch...
[04:20:14.205] #6  0x00007f5f378c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140728230294832, sp...
[04:20:14.205] #7  0x00007f5f378c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[04:20:14.205] #8  0x00005642a4dacfcb in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[04:20:14.205] #9  0x00005642a4debb2b in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[04:20:11.517] #0  0x00007f71e1ee3ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:20:11.517] #1  0x00007f71e1e94fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:20:11.517] #2  0x00007f71e1e7f472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:20:11.517] #3  0x00007f71e22d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:20:11.517] #4  0x00007f71e22e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:20:11.517] #5  0x00007f71e22c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7fff1d1109f6, __in_ch...
[04:20:11.517] #6  0x00007f71e22c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140733681047136, sp...
[04:20:11.518] #7  0x00007f71e22c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[04:20:11.518] #8  0x000055c8e153efcb in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[04:20:11.518] #9  0x000055c8e157dbc4 in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[04:20:15.100] #0  0x00007fc6d29c7ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:20:15.100] #1  0x00007fc6d2978fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:20:15.100] #2  0x00007fc6d2963472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:20:15.100] #3  0x00007fc6d2cd650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:20:15.100] #4  0x00007fc6d2ce2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:20:15.100] #5  0x00007fc6d2cc1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffe130a0fa6, __in_ch...
[04:20:15.100] #6  0x00007fc6d2cc14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140729217850384, sp...
[04:20:15.100] #7  0x00007fc6d2cc251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[04:20:15.100] #8  0x000055b33b085fcb in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[04:20:15.100] #9  0x000055b33b0c4bc4 in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[04:20:15.564] #0  0x00007f46769edebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:20:15.564] #1  0x00007f467699efb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:20:15.564] #2  0x00007f4676989472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:20:15.564] #3  0x00007f4676cd650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:20:15.564] #4  0x00007f4676ce2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:20:15.564] #5  0x00007f4676cc1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffebde586f6, __in_ch...
[04:20:15.564] #6  0x00007f4676cc14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140732084360032, sp...
[04:20:15.564] #7  0x00007f4676cc251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[04:20:15.564] #8  0x0000557dc24b6fcb in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[04:20:15.564] #9  0x0000557dc24f5b2b in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[04:20:11.963] #0  0x00007f061dda8ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:20:11.963] #1  0x00007f061dd59fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:20:11.963] #2  0x00007f061dd44472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:20:11.963] #3  0x00007f061e0d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:20:11.963] #4  0x00007f061e0e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:20:11.963] #5  0x00007f061e0c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffee1148e86, __in_ch...
[04:20:11.963] #6  0x00007f061e0c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140732674644720, sp...
[04:20:11.963] #7  0x00007f061e0c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[04:20:11.963] #8  0x00005596373d2fcb in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[04:20:11.963] #9  0x0000559637411bc4 in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[04:20:12.407] #0  0x00007f9596da8ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:20:12.407] #1  0x00007f9596d59fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:20:12.407] #2  0x00007f9596d44472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:20:12.407] #3  0x00007f95970d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:20:12.407] #4  0x00007f95970e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:20:12.407] #5  0x00007f95970c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7fff5cdbe726, __in_ch...
[04:20:12.407] #6  0x00007f95970c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140734751306640, sp...
[04:20:12.407] #7  0x00007f95970c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[04:20:12.407] #8  0x000055831f88bfcb in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[04:20:12.407] #9  0x000055831f8cabc4 in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[04:20:12.849] #0  0x00007fba35ba8ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:20:12.849] #1  0x00007fba35b59fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:20:12.849] #2  0x00007fba35b44472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:20:12.849] #3  0x00007fba35ed650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:20:12.849] #4  0x00007fba35ee2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:20:12.849] #5  0x00007fba35ec1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7fff8cc68286, __in_ch...
[04:20:12.849] #6  0x00007fba35ec14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140735555210992, sp...
[04:20:12.850] #7  0x00007fba35ec251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[04:20:12.850] #8  0x000055e13c250fcb in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[04:20:12.850] #9  0x000055e13c28fbc4 in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
tap
[04:13:59.406](4.970s) not ok 4 - dump from PITR 1
[04:14:01.001](1.594s) not ok 5 - dump from PITR 2
tap
[04:14:28.793](1.772s) not ok 19 - pg_dump: option -n pg_catalog
[04:14:31.709](2.916s) not ok 20 - pg_dumpall: option --exclude-database handles database names with embedded dots
[04:14:32.835](0.496s) not ok 37 - binary_upgrade: pg_dump runs
[04:14:32.863](0.027s) not ok 38 - binary_upgrade: pg_restore runs
tap
[04:14:36.940](1.612s) not ok 1 - parallel dump
[04:14:36.976](0.036s) not ok 2 - parallel restore
[04:14:37.680](0.704s) not ok 3 - parallel dump as inserts
[04:14:37.701](0.020s) not ok 4 - parallel restore as inserts
tap
[04:14:42.937](4.910s) not ok 1 - filter file without patterns
tap
[04:14:51.202](0.845s) not ok 7 - parallel dump
[04:14:51.453](0.251s) not ok 8 - parallel restore
[04:14:51.521](0.067s) not ok 9 - parallel restore with create
tap
[04:15:12.179](1.258s) not ok 1 - binary_upgrade: pg_dump runs
tap
[04:18:04.008](1.224s) not ok 3 - dump primary server
[04:18:05.187](1.179s) not ok 4 - dump standby server
[04:18:06.364](1.168s) not ok 6 - dump catalogs of primary server
[04:18:06.862](0.498s) not ok 7 - dump catalogs of standby server
[04:18:06.868](0.005s) not ok 8 - compare primary and standby catalog dumps
Linux - Debian Bookworm - Meson
core
[04:17:56.915] #0  0x00007f77ca2a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:17:56.915] #1  0x00007f77ca25afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:17:56.915] #2  0x00007f77ca245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:17:56.915] #3  0x00007f77ca41e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:17:56.915] #4  0x00007f77ca42aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:17:56.915] #5  0x00007f77ca40db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x5559ae6b7ba0, In...
[04:17:56.915] #6  0x00005559ae6333c9 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[04:17:56.915] #7  0x00005559ae664ef5 in pg_qsort (data=<optimized out>, n=9480, element_size=element_size@entry=8, comp...
[04:17:56.915] #8  0x00005559ae635943 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[04:17:56.915] #9  0x00005559ae62a98d in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[04:17:59.848] #0  0x00007f9c8fea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:17:59.848] #1  0x00007f9c8fe5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:17:59.848] #2  0x00007f9c8fe45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:17:59.848] #3  0x00007f9c9001e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:17:59.848] #4  0x00007f9c9002aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:17:59.848] #5  0x00007f9c9000db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55cc3d8e5ba0, In...
[04:17:59.848] #6  0x000055cc3d8613c9 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[04:17:59.848] #7  0x000055cc3d89301f in pg_qsort (data=<optimized out>, n=4047, element_size=element_size@entry=8, comp...
[04:17:59.848] #8  0x000055cc3d863943 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[04:17:59.848] #9  0x000055cc3d85898d in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[04:17:59.590] #0  0x00007f81ce0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:17:59.590] #1  0x00007f81ce05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:17:59.590] #2  0x00007f81ce045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:17:59.590] #3  0x00007f81ce21e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:17:59.590] #4  0x00007f81ce22aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:17:59.590] #5  0x00007f81ce20db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x563c7b0cbb20, In...
[04:17:59.590] #6  0x0000563c7b04740d in DOTypeNameCompare (p1=p1@entry=0x563c7b690398, p2=p2@entry=0x563c7b692ad8) at ....
[04:17:59.590] #7  0x0000563c7b07875d in pg_qsort_med3 (a=a@entry=0x563c7b690398, b=0x563c7b692ad8, c=c@entry=0x563c7b69...
[04:17:59.590] #8  0x0000563c7b078c3c in pg_qsort (data=<optimized out>, n=10054, element_size=element_size@entry=8, com...
[04:17:59.590] #9  0x0000563c7b049943 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
core
[04:17:57.180] #0  0x00007f80caea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:17:57.180] #1  0x00007f80cae5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:17:57.180] #2  0x00007f80cae45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:17:57.180] #3  0x00007f80cb01e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:17:57.180] #4  0x00007f80cb02aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:17:57.180] #5  0x00007f80cb00db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x56279e7a3ba0, In...
[04:17:57.180] #6  0x000056279e71f3c9 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[04:17:57.180] #7  0x000056279e75101f in pg_qsort (data=<optimized out>, n=4006, element_size=element_size@entry=8, comp...
[04:17:57.180] #8  0x000056279e721943 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[04:17:57.180] #9  0x000056279e71698d in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[04:17:57.449] #0  0x00007f701c2a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:17:57.449] #1  0x00007f701c25afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:17:57.449] #2  0x00007f701c245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:17:57.449] #3  0x00007f701c41e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:17:57.449] #4  0x00007f701c42aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:17:57.449] #5  0x00007f701c40db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x557def7a3ba0, In...
[04:17:57.449] #6  0x0000557def71f3c9 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[04:17:57.449] #7  0x0000557def75101f in pg_qsort (data=<optimized out>, n=4051, element_size=element_size@entry=8, comp...
[04:17:57.449] #8  0x0000557def721943 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[04:17:57.449] #9  0x0000557def71698d in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[04:17:57.713] #0  0x00007f0b284a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:17:57.713] #1  0x00007f0b2845afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:17:57.713] #2  0x00007f0b28445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:17:57.713] #3  0x00007f0b2861e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:17:57.713] #4  0x00007f0b2862aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:17:57.713] #5  0x00007f0b2860db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x559d1bb23ba0, In...
[04:17:57.713] #6  0x0000559d1ba9f3c9 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[04:17:57.713] #7  0x0000559d1bad0ef5 in pg_qsort (data=<optimized out>, n=4429, element_size=element_size@entry=8, comp...
[04:17:57.713] #8  0x0000559d1baa1943 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[04:17:57.713] #9  0x0000559d1ba9698d in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[04:17:57.968] #0  0x00007f543b6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:17:57.968] #1  0x00007f543b65afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:17:57.968] #2  0x00007f543b645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:17:57.968] #3  0x00007f543b81e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:17:57.968] #4  0x00007f543b82aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:17:57.968] #5  0x00007f543b80db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55976cb85ba0, In...
[04:17:57.968] #6  0x000055976cb013c9 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[04:17:57.968] #7  0x000055976cb32ef5 in pg_qsort (data=<optimized out>, n=4465, element_size=element_size@entry=8, comp...
[04:17:57.968] #8  0x000055976cb03943 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[04:17:57.968] #9  0x000055976caf898d in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[04:18:00.377] #0  0x00007f1bab2a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:18:00.377] #1  0x00007f1bab25afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:18:00.377] #2  0x00007f1bab245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:18:00.377] #3  0x00007f1bab41e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:18:00.377] #4  0x00007f1bab42aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:18:00.377] #5  0x00007f1bab40db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x5624d3a4eba0, In...
[04:18:00.377] #6  0x00005624d39ca3c9 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[04:18:00.377] #7  0x00005624d39fc01f in pg_qsort (data=<optimized out>, n=4014, element_size=element_size@entry=8, comp...
[04:18:00.377] #8  0x00005624d39cc943 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[04:18:00.377] #9  0x00005624d39c198d in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[04:18:00.117] #0  0x00007f2a3baa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:18:00.117] #1  0x00007f2a3ba5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:18:00.117] #2  0x00007f2a3ba45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:18:00.117] #3  0x00007f2a3bc1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:18:00.117] #4  0x00007f2a3bc2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:18:00.117] #5  0x00007f2a3bc0db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x556e3b237ba0, In...
[04:18:00.117] #6  0x0000556e3b1b33c9 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[04:18:00.117] #7  0x0000556e3b1e501f in pg_qsort (data=<optimized out>, n=9971, element_size=element_size@entry=8, comp...
[04:18:00.117] #8  0x0000556e3b1b5943 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[04:18:00.117] #9  0x0000556e3b1aa98d in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[04:17:58.238] #0  0x00007f91f72a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:17:58.238] #1  0x00007f91f725afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:17:58.238] #2  0x00007f91f7245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:17:58.238] #3  0x00007f91f741e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:17:58.238] #4  0x00007f91f742aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:17:58.238] #5  0x00007f91f740db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x5565a9af9ba0, In...
[04:17:58.238] #6  0x00005565a9a753c9 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[04:17:58.238] #7  0x00005565a9aa701f in pg_qsort (data=<optimized out>, n=4051, element_size=element_size@entry=8, comp...
[04:17:58.238] #8  0x00005565a9a77943 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[04:17:58.238] #9  0x00005565a9a6c98d in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[04:17:59.324] #0  0x00007f2af9ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:17:59.324] #1  0x00007f2af9c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:17:59.324] #2  0x00007f2af9c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:17:59.324] #3  0x00007f2af9e1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:17:59.324] #4  0x00007f2af9e2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:17:59.324] #5  0x00007f2af9e0db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x558549a44ba0, In...
[04:17:59.324] #6  0x00005585499c03c9 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[04:17:59.324] #7  0x00005585499f201f in pg_qsort (data=<optimized out>, n=9971, element_size=element_size@entry=8, comp...
[04:17:59.324] #8  0x00005585499c2943 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[04:17:59.324] #9  0x00005585499b798d in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[04:17:59.059] #0  0x00007fb332ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:17:59.059] #1  0x00007fb332e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:17:59.059] #2  0x00007fb332e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:17:59.059] #3  0x00007fb33301e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:17:59.059] #4  0x00007fb33302aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:17:59.059] #5  0x00007fb33300db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55ea6ba33ba0, In...
[04:17:59.059] #6  0x000055ea6b9af3c9 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[04:17:59.059] #7  0x000055ea6b9e0ef5 in pg_qsort (data=<optimized out>, n=4091, element_size=element_size@entry=8, comp...
[04:17:59.059] #8  0x000055ea6b9b1943 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[04:17:59.059] #9  0x000055ea6b9a698d in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[04:17:58.779] #0  0x00007f6548ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:17:58.779] #1  0x00007f6548e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:17:58.779] #2  0x00007f6548e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:17:58.779] #3  0x00007f654901e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:17:58.779] #4  0x00007f654902aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:17:58.779] #5  0x00007f654900db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55d1ae0b9ba0, In...
[04:17:58.779] #6  0x000055d1ae0353c9 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[04:17:58.779] #7  0x000055d1ae06701f in pg_qsort (data=<optimized out>, n=4003, element_size=element_size@entry=8, comp...
[04:17:58.779] #8  0x000055d1ae037943 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[04:17:58.779] #9  0x000055d1ae02c98d in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[04:17:58.508] #0  0x00007fc3172a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:17:58.508] #1  0x00007fc31725afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:17:58.508] #2  0x00007fc317245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:17:58.508] #3  0x00007fc31741e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:17:58.508] #4  0x00007fc31742aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:17:58.508] #5  0x00007fc31740db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x56446e66dba0, In...
[04:17:58.508] #6  0x000056446e5e93c9 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[04:17:58.508] #7  0x000056446e61b01f in pg_qsort (data=<optimized out>, n=7608, element_size=element_size@entry=8, comp...
[04:17:58.508] #8  0x000056446e5eb943 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[04:17:58.508] #9  0x000056446e5e098d in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[04:17:56.632] #0  0x00007fa644cccebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:17:56.632] #1  0x00007fa644c7dfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:17:56.632] #2  0x00007fa644c68472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:17:56.632] #3  0x00007fa64461e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:17:56.632] #4  0x00007fa64462aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:17:56.632] #5  0x00007fa64460db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55eb0c54eba0, In...
[04:17:56.632] #6  0x000055eb0c4ca3c9 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[04:17:56.632] #7  0x000055eb0c4fbef5 in pg_qsort (data=<optimized out>, n=4993, element_size=element_size@entry=8, comp...
[04:17:56.632] #8  0x000055eb0c4cc943 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[04:17:56.632] #9  0x000055eb0c4c198d in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[04:17:56.365] #0  0x00007ff4a5aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:17:56.365] #1  0x00007ff4a5a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:17:56.365] #2  0x00007ff4a5a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:17:56.365] #3  0x00007ff4a5c1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:17:56.365] #4  0x00007ff4a5c2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:17:56.365] #5  0x00007ff4a5c0db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x561bf256aba0, In...
[04:17:56.365] #6  0x0000561bf24e63c9 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[04:17:56.365] #7  0x0000561bf251801f in pg_qsort (data=<optimized out>, n=7608, element_size=element_size@entry=8, comp...
[04:17:56.365] #8  0x0000561bf24e8943 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[04:17:56.365] #9  0x0000561bf24dd98d in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[04:17:56.092] #0  0x00007fd7dd0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:17:56.092] #1  0x00007fd7dd05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:17:56.092] #2  0x00007fd7dd045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:17:56.092] #3  0x00007fd7dd21e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:17:56.092] #4  0x00007fd7dd22aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:17:56.092] #5  0x00007fd7dd20db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x560dffec0ba0, In...
[04:17:56.092] #6  0x0000560dffe3c3c9 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[04:17:56.092] #7  0x0000560dffe6def5 in pg_qsort (data=<optimized out>, n=4060, element_size=element_size@entry=8, comp...
[04:17:56.092] #8  0x0000560dffe3e943 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[04:17:56.092] #9  0x0000560dffe3398d in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[04:17:55.823] #0  0x00007efef26a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:17:55.823] #1  0x00007efef265afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:17:55.823] #2  0x00007efef2645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:17:55.823] #3  0x00007efef281e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:17:55.823] #4  0x00007efef282aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:17:55.823] #5  0x00007efef280db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x5636e5511ba0, In...
[04:17:55.823] #6  0x00005636e548d3c9 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[04:17:55.823] #7  0x00005636e54beef5 in pg_qsort (data=<optimized out>, n=4091, element_size=element_size@entry=8, comp...
[04:17:55.823] #8  0x00005636e548f943 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[04:17:55.823] #9  0x00005636e548498d in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
tap
[04:15:08.836](3.070s) not ok 4 - dump from PITR 1
[04:15:09.503](0.668s) not ok 5 - dump from PITR 2
tap
[04:15:18.868](0.371s) not ok 19 - pg_dump: option -n pg_catalog
[04:15:19.626](0.758s) not ok 20 - pg_dumpall: option --exclude-database handles database names with embedded dots
[04:15:20.328](0.336s) not ok 37 - binary_upgrade: pg_dump runs
[04:15:20.351](0.023s) not ok 38 - binary_upgrade: pg_restore runs
tap
[04:15:18.790](1.207s) not ok 1 - parallel dump
[04:15:18.814](0.023s) not ok 2 - parallel restore
[04:15:18.988](0.174s) not ok 3 - parallel dump as inserts
[04:15:19.006](0.017s) not ok 4 - parallel restore as inserts
tap
[04:15:20.143](2.284s) not ok 1 - filter file without patterns
tap
[04:15:21.970](0.478s) not ok 7 - parallel dump
[04:15:22.287](0.317s) not ok 8 - parallel restore
[04:15:22.381](0.094s) not ok 9 - parallel restore with create
tap
[04:14:29.087](3.261s) not ok 6 - dump before running pg_upgrade
[04:14:37.823](4.349s) not ok 14 - run of pg_upgrade for new instance
[04:14:37.823](0.000s) not ok 15 - pg_upgrade_output.d/ removed after pg_upgrade success
[04:14:38.063](0.066s) not ok 16 - check that locales in new cluster match original cluster
[04:14:38.507](0.001s) not ok 18 - old and new dumps match after pg_upgrade
tap
[04:13:11.892](3.920s) not ok 10 - run of pg_upgrade of old cluster
[04:13:12.077](0.185s) not ok 11 - check the slot exists on new cluster
tap
[04:13:12.299](2.947s) not ok 8 - run of pg_upgrade for old instance when the subscription tables are in init/ready stat...
[04:13:12.299](0.000s) not ok 9 - pg_upgrade_output.d/ removed after successful pg_upgrade
[04:13:12.656](0.357s) not ok 10 - check that the subscription's running status and failover are preserved
[04:13:12.766](0.109s) not ok 11 - there should be 2 rows in pg_subscription_rel(representing tab_upgraded1 and tab_upgr...
tap
[04:15:00.031](1.266s) not ok 3 - dump primary server
[04:15:01.319](1.287s) not ok 4 - dump standby server
[04:15:02.473](1.149s) not ok 6 - dump catalogs of primary server
[04:15:02.980](0.507s) not ok 7 - dump catalogs of standby server
[04:15:02.990](0.009s) not ok 8 - compare primary and standby catalog dumps
tap
[04:16:23.735](0.602s) not ok 1 - binary_upgrade: pg_dump runs
test
[04:16:35.597]   7/315 postgresql:pg_upgrade / pg_upgrade/003_logical_slots                            ERROR            ...
[04:16:35.597]   8/315 postgresql:pg_upgrade / pg_upgrade/004_subscription                             ERROR            ...
[04:16:35.597]  94/315 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[04:16:35.597] 149/315 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[04:16:35.597] 156/315 postgresql:pg_combinebackup / pg_combinebackup/002_compare_backups              ERROR            ...
[04:16:35.597] 172/315 postgresql:pg_dump / pg_dump/004_pg_dump_parallel                               ERROR            ...
[04:16:35.597] 175/315 postgresql:pg_dump / pg_dump/005_pg_dump_filterfile                             ERROR            ...
[04:16:35.597] 176/315 postgresql:pg_dump / pg_dump/002_pg_dump                                        ERROR            ...
[04:16:35.597] 190/315 postgresql:pg_dump / pg_dump/010_dump_connstr                                   ERROR            ...
[04:16:35.597] 301/315 postgresql:test_pg_dump / test_pg_dump/001_base                                 ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[04:18:15.361](0.475s) not ok 18 - old and new dumps match after pg_upgrade
test
[04:26:19.880]  43/310 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
51/5318 System views for versions reporting
Linux - Debian Bookworm - Meson
test
[03:40:08.216] 302/315 postgresql:test_slru / test_slru/001_multixact                                  ERROR            ...
51/5284 database-specific role memberships
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/privs_in_db.out /tmp/cirrus-ci-build/build/testrun/regress-runni...
--- /tmp/cirrus-ci-build/src/test/regress/expected/privs_in_db.out	2024-12-12 03:10:56.754647000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress-running/regress/results/privs_in_db.out	2024-12-12 03:16:39.766624000 +00...
@@ -756,9 +756,10 @@
 DROP DATABASE regression_db_0;
 DROP ROLE regress_role_admin;
 SELECT datname FROM pg_database WHERE datname LIKE 'regression_db_%';
- datname 
----------
-(0 rows)
+      datname      
+-------------------
+ regression_dblink
+(1 row)
 
 SELECT rolname FROM pg_roles WHERE rolname LIKE 'regress_role_%';
  rolname 
test
[03:16:59.872] 75/76 postgresql:regress-running / regress-running/regress                         ERROR            25.85...
51/5393 attempt multibyte-aware truncation of database names
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/database.out C:/cirrus/build/testrun/recovery/027_strea...
--- C:/cirrus/src/test/regress/expected/database.out	2024-12-12 02:11:42.336100900 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/database.out	2024-12-12 02:16:23.933328500 +0000
@@ -1,9 +1,15 @@
 CREATE DATABASE regression_tbd
 	ENCODING utf8 LC_COLLATE "C" LC_CTYPE "C" TEMPLATE template0;
+ERROR:  encoding "UTF8" is not compatible with shared catalog encoding "WIN1252"
+HINT:  Consider ALTER SYSTEM CATALOG ENCODING SQL_ASCII.
 ALTER DATABASE regression_tbd RENAME TO regression_utf8;
+ERROR:  database "regression_tbd" does not exist
 ALTER DATABASE regression_utf8 SET TABLESPACE regress_tblspace;
+ERROR:  database "regression_utf8" does not exist
 ALTER DATABASE regression_utf8 RESET TABLESPACE;
+ERROR:  database "regression_utf8" does not exist
 ALTER DATABASE regression_utf8 CONNECTION_LIMIT 123;
+ERROR:  database "regression_utf8" does not exist
 -- Test PgDatabaseToastTable.  Doing this with GRANT would be slow.
 BEGIN;
 UPDATE pg_database
@@ -11,5 +17,7 @@
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/database.out C:/cirrus/build/testrun/regress/regress/re...
--- C:/cirrus/src/test/regress/expected/database.out	2024-12-12 02:11:42.336100900 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/database.out	2024-12-12 02:13:53.285440100 +0000
@@ -1,9 +1,15 @@
 CREATE DATABASE regression_tbd
 	ENCODING utf8 LC_COLLATE "C" LC_CTYPE "C" TEMPLATE template0;
+ERROR:  encoding "UTF8" is not compatible with shared catalog encoding "WIN1252"
+HINT:  Consider ALTER SYSTEM CATALOG ENCODING SQL_ASCII.
 ALTER DATABASE regression_tbd RENAME TO regression_utf8;
+ERROR:  database "regression_tbd" does not exist
 ALTER DATABASE regression_utf8 SET TABLESPACE regress_tblspace;
+ERROR:  database "regression_utf8" does not exist
 ALTER DATABASE regression_utf8 RESET TABLESPACE;
+ERROR:  database "regression_utf8" does not exist
 ALTER DATABASE regression_utf8 CONNECTION_LIMIT 123;
+ERROR:  database "regression_utf8" does not exist
 -- Test PgDatabaseToastTable.  Doing this with GRANT would be slow.
 BEGIN;
 UPDATE pg_database
@@ -11,5 +17,7 @@
...
tap
[02:18:22.074](135.807s) not ok 2 - regression tests pass
test
[02:26:11.447]   6/310 postgresql:regress / regress/regress                                            ERROR           1...
[02:26:11.447] 101/310 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5404 Self contradictory examining on rel's baserestrictinfo
CompilerWarnings
compiler
[01:36:56.239] contradictory.c:757:25: error: ‘btest’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[01:36:56.239] contradictory.c:1638:38: error: ‘one_elem’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[01:36:56.239] contradictory.c:1413:12: error: ‘varcollid’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[01:36:10.199] contradictory.c:1413:12: error: ‘varcollid’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[01:36:10.199] contradictory.c:1638:38: error: ‘one_elem’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[01:36:10.199] contradictory.c:757:25: error: ‘btest’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[01:42:01.122] contradictory.c:757:25: error: ‘btest’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[01:42:01.122] contradictory.c:1413:12: error: ‘varcollid’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[01:42:01.122] contradictory.c:1638:38: error: ‘one_elem’ may be used uninitialized [-Werror=maybe-uninitialized]
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/btree_gin/expected/bool.out /tmp/cirrus-ci-build/build/testrun/btree_gin/regress/r...
--- /tmp/cirrus-ci-build/contrib/btree_gin/expected/bool.out	2024-12-12 01:34:58.108086000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/btree_gin/regress/results/bool.out	2024-12-12 01:37:46.991892000 +0000
@@ -109,15 +109,13 @@
 (6 rows)
 
 EXPLAIN (COSTS OFF) SELECT * FROM test_bool WHERE i>true ORDER BY i;
-                QUERY PLAN                 
--------------------------------------------
+           QUERY PLAN           
+--------------------------------
  Sort
    Sort Key: i
-   ->  Bitmap Heap Scan on test_bool
-         Recheck Cond: (i > true)
-         ->  Bitmap Index Scan on idx_bool
-               Index Cond: (i > true)
-(6 rows)
+   ->  Result
+         One-Time Filter: false
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/horology.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_p...
--- /tmp/cirrus-ci-build/src/test/regress/expected/horology.out	2024-12-12 01:34:59.722639000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/horology.out	2024-12-12 01:36:30.498505000...
@@ -2541,18 +2541,17 @@
 explain (costs off)
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
-                                 QUERY PLAN                                  
------------------------------------------------------------------------------
+         QUERY PLAN         
+----------------------------
  Aggregate
    ->  Seq Scan on date_tbl
-         Filter: ((f1 >= '01-01-1997'::date) AND (f1 <= '01-01-1998'::date))
-(3 rows)
+(2 rows)
 
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
  count 
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/horology.out /tmp/cirrus-ci-build/build/testrun/recovery/027_str...
--- /tmp/cirrus-ci-build/src/test/regress/expected/horology.out	2024-12-12 01:34:59.722639000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/horology.out	2024-12-12 01:37:08.2574140...
@@ -2541,18 +2541,17 @@
 explain (costs off)
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
-                                 QUERY PLAN                                  
------------------------------------------------------------------------------
+         QUERY PLAN         
+----------------------------
  Aggregate
    ->  Seq Scan on date_tbl
-         Filter: ((f1 >= '01-01-1997'::date) AND (f1 <= '01-01-1998'::date))
-(3 rows)
+(2 rows)
 
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
  count 
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/horology.out /tmp/cirrus-ci-build/build/testrun/regress/regress/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/horology.out	2024-12-12 01:34:59.722639000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/horology.out	2024-12-12 01:36:29.850019000 +0000
@@ -2541,18 +2541,17 @@
 explain (costs off)
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
-                                 QUERY PLAN                                  
------------------------------------------------------------------------------
+         QUERY PLAN         
+----------------------------
  Aggregate
    ->  Seq Scan on date_tbl
-         Filter: ((f1 >= '01-01-1997'::date) AND (f1 <= '01-01-1998'::date))
-(3 rows)
+(2 rows)
 
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
  count 
...
tap
[01:37:35.917](69.651s) not ok 5 - regression tests pass
tap
[01:38:22.075](79.362s) not ok 2 - regression tests pass
test
[01:40:16.102]   5/315 postgresql:regress / regress/regress                                            ERROR            ...
[01:40:16.102]  60/315 postgresql:btree_gin / btree_gin/regress                                        ERROR            ...
[01:40:16.102]  98/315 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[01:40:16.102] 156/315 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/contrib/btree_gin/expected/bool.out /tmp/cirrus-ci-build/contrib/btree_gin/results/bool.ou...
--- /tmp/cirrus-ci-build/contrib/btree_gin/expected/bool.out	2024-12-12 01:34:56.322417169 +0000
+++ /tmp/cirrus-ci-build/contrib/btree_gin/results/bool.out	2024-12-12 01:39:34.283065673 +0000
@@ -109,15 +109,13 @@
 (6 rows)
 
 EXPLAIN (COSTS OFF) SELECT * FROM test_bool WHERE i>true ORDER BY i;
-                QUERY PLAN                 
--------------------------------------------
+           QUERY PLAN           
+--------------------------------
  Sort
    Sort Key: i
-   ->  Bitmap Heap Scan on test_bool
-         Recheck Cond: (i > true)
-         ->  Bitmap Index Scan on idx_bool
-               Index Cond: (i > true)
-(6 rows)
+   ->  Result
+         One-Time Filter: false
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/horology.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/horology.out	2024-12-12 01:34:58.184882483 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/horology.out	2024-12-12 01:39:15.235079573 +0000
@@ -2541,18 +2541,18 @@
 explain (costs off)
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
-                                 QUERY PLAN                                  
------------------------------------------------------------------------------
+                 QUERY PLAN                 
+--------------------------------------------
  Aggregate
    ->  Seq Scan on date_tbl
-         Filter: ((f1 >= '01-01-1997'::date) AND (f1 <= '01-01-1998'::date))
+         Filter: (f1 <= '01-01-1998'::date)
 (3 rows)
 
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
  count 
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/horology.out /tmp/cirrus-ci-build/src/test/regress/results/horol...
--- /tmp/cirrus-ci-build/src/test/regress/expected/horology.out	2024-12-12 01:34:58.184882483 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/horology.out	2024-12-12 01:37:55.027100249 +0000
@@ -2541,18 +2541,18 @@
 explain (costs off)
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
-                                 QUERY PLAN                                  
------------------------------------------------------------------------------
+                 QUERY PLAN                 
+--------------------------------------------
  Aggregate
    ->  Seq Scan on date_tbl
-         Filter: ((f1 >= '01-01-1997'::date) AND (f1 <= '01-01-1998'::date))
+         Filter: (f1 <= '01-01-1998'::date)
 (3 rows)
 
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
  count 
...
tap
[01:41:00.787](114.332s) not ok 5 - regression tests pass
Linux - Debian Bookworm - Meson
core
[01:42:29.267] #0  0x00007f24e76a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[01:42:29.267] #1  0x00007f24e765afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[01:42:29.267] #2  0x00007f24e7645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[01:42:29.267] #3  0x00007f24e781e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[01:42:29.267] #4  0x00007f24e782aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[01:42:29.267] #5  0x00007f24e780dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55f6e1c294e...
[01:42:29.267] #6  0x000055f6e0ee2987 in examine_self_contradictory_rels (root=root@entry=0x55f6e3e77438, rel=rel@entry=...
[01:42:29.267] #7  0x000055f6e0ee2b96 in examine_self_contradictory_rels_phase1 (root=root@entry=0x55f6e3e77438) at ../s...
[01:42:29.267] #8  0x000055f6e0eadb39 in query_planner (root=root@entry=0x55f6e3e77438, qp_callback=qp_callback@entry=0x...
[01:42:29.267] #9  0x000055f6e0ec05cb in grouping_planner (root=root@entry=0x55f6e3e77438, tuple_fraction=<optimized out...
core
[01:42:25.931] #0  0x00007fae070a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[01:42:25.931] #1  0x00007fae0705afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[01:42:25.931] #2  0x00007fae07045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[01:42:25.931] #3  0x00007fae0721e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[01:42:25.931] #4  0x00007fae0722aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[01:42:25.931] #5  0x00007fae0720dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55bbbe92b4e...
[01:42:25.931] #6  0x000055bbbdbe4987 in examine_self_contradictory_rels (root=root@entry=0x55bbc0c97e08, rel=rel@entry=...
[01:42:25.931] #7  0x000055bbbdbe4b96 in examine_self_contradictory_rels_phase1 (root=root@entry=0x55bbc0c97e08) at ../s...
[01:42:25.931] #8  0x000055bbbdbafb39 in query_planner (root=root@entry=0x55bbc0c97e08, qp_callback=qp_callback@entry=0x...
[01:42:25.931] #9  0x000055bbbdbc25cb in grouping_planner (root=root@entry=0x55bbc0c97e08, tuple_fraction=<optimized out...
core
[01:42:27.351] #0  0x00007f24e76a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[01:42:27.351] #1  0x00007f24e765afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[01:42:27.351] #2  0x00007f24e7645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[01:42:27.351] #3  0x00007f24e781e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[01:42:27.351] #4  0x00007f24e782aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[01:42:27.351] #5  0x00007f24e780dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55f6e1c294e...
[01:42:27.351] #6  0x000055f6e0ee2987 in examine_self_contradictory_rels (root=root@entry=0x55f6e3d67408, rel=rel@entry=...
[01:42:27.351] #7  0x000055f6e0ee2b96 in examine_self_contradictory_rels_phase1 (root=root@entry=0x55f6e3d67408) at ../s...
[01:42:27.351] #8  0x000055f6e0eadb39 in query_planner (root=root@entry=0x55f6e3d67408, qp_callback=qp_callback@entry=0x...
[01:42:27.351] #9  0x000055f6e0ec05cb in grouping_planner (root=root@entry=0x55f6e3d67408, tuple_fraction=<optimized out...
core
[01:42:27.862] #0  0x00007f7c948a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[01:42:27.862] #1  0x00007f7c9485afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[01:42:27.862] #2  0x00007f7c94845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[01:42:27.862] #3  0x00007f7c94a1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[01:42:27.862] #4  0x00007f7c94a2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[01:42:27.862] #5  0x00007f7c94a0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55b67ee204e...
[01:42:27.862] #6  0x000055b67e0d9987 in examine_self_contradictory_rels (root=root@entry=0x55b680436f28, rel=rel@entry=...
[01:42:27.862] #7  0x000055b67e0d9b96 in examine_self_contradictory_rels_phase1 (root=root@entry=0x55b680436f28) at ../s...
[01:42:27.862] #8  0x000055b67e0a4b39 in query_planner (root=root@entry=0x55b680436f28, qp_callback=qp_callback@entry=0x...
[01:42:27.862] #9  0x000055b67e0b75cb in grouping_planner (root=root@entry=0x55b680436f28, tuple_fraction=<optimized out...
core
[01:42:31.325] #0  0x00007f7c948a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[01:42:31.325] #1  0x00007f7c9485afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[01:42:31.325] #2  0x00007f7c94845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[01:42:31.325] #3  0x00007f7c94a1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[01:42:31.325] #4  0x00007f7c94a2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[01:42:31.325] #5  0x00007f7c94a0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55b67ee204e...
[01:42:31.325] #6  0x000055b67e0d9987 in examine_self_contradictory_rels (root=root@entry=0x55b680436f28, rel=rel@entry=...
[01:42:31.325] #7  0x000055b67e0d9b96 in examine_self_contradictory_rels_phase1 (root=root@entry=0x55b680436f28) at ../s...
[01:42:31.325] #8  0x000055b67e0a4b39 in query_planner (root=root@entry=0x55b680436f28, qp_callback=qp_callback@entry=0x...
[01:42:31.325] #9  0x000055b67e0b75cb in grouping_planner (root=root@entry=0x55b680436f28, tuple_fraction=<optimized out...
core
[01:42:30.823] #0  0x00007fc68faa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[01:42:30.823] #1  0x00007fc68fa5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[01:42:30.823] #2  0x00007fc68fa45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[01:42:30.823] #3  0x00007fc68fc1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[01:42:30.823] #4  0x00007fc68fc2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[01:42:30.823] #5  0x00007fc68fc0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55b06ac6a4e...
[01:42:30.823] #6  0x000055b069f23987 in examine_self_contradictory_rels (root=root@entry=0x55b06c59b668, rel=rel@entry=...
[01:42:30.823] #7  0x000055b069f23b96 in examine_self_contradictory_rels_phase1 (root=root@entry=0x55b06c59b668) at ../s...
[01:42:30.823] #8  0x000055b069eeeb39 in query_planner (root=root@entry=0x55b06c59b668, qp_callback=qp_callback@entry=0x...
[01:42:30.823] #9  0x000055b069f015cb in grouping_planner (root=root@entry=0x55b06c59b668, tuple_fraction=<optimized out...
core
[01:42:20.919] #0  0x00007f24e76a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[01:42:20.919] #1  0x00007f24e765afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[01:42:20.919] #2  0x00007f24e7645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[01:42:20.919] #3  0x00007f24e781e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[01:42:20.919] #4  0x00007f24e782aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[01:42:20.919] #5  0x00007f24e780dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55f6e1c294e...
[01:42:20.919] #6  0x000055f6e0ee2987 in examine_self_contradictory_rels (root=root@entry=0x55f6e3e63c08, rel=rel@entry=...
[01:42:20.919] #7  0x000055f6e0ee2b96 in examine_self_contradictory_rels_phase1 (root=root@entry=0x55f6e3e63c08) at ../s...
[01:42:20.919] #8  0x000055f6e0eadb39 in query_planner (root=root@entry=0x55f6e3e63c08, qp_callback=qp_callback@entry=0x...
[01:42:20.919] #9  0x000055f6e0ec05cb in grouping_planner (root=root@entry=0x55f6e3e63c08, tuple_fraction=<optimized out...
core
[01:42:22.315] #0  0x00007f24e76a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[01:42:22.315] #1  0x00007f24e765afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[01:42:22.315] #2  0x00007f24e7645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[01:42:22.315] #3  0x00007f24e781e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[01:42:22.315] #4  0x00007f24e782aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[01:42:22.315] #5  0x00007f24e780dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55f6e1c294e...
[01:42:22.315] #6  0x000055f6e0ee2987 in examine_self_contradictory_rels (root=root@entry=0x55f6e3edb8f8, rel=rel@entry=...
[01:42:22.315] #7  0x000055f6e0ee2b96 in examine_self_contradictory_rels_phase1 (root=root@entry=0x55f6e3edb8f8) at ../s...
[01:42:22.315] #8  0x000055f6e0eadb39 in query_planner (root=root@entry=0x55f6e3edb8f8, qp_callback=qp_callback@entry=0x...
[01:42:22.315] #9  0x000055f6e0ec05cb in grouping_planner (root=root@entry=0x55f6e3edb8f8, tuple_fraction=<optimized out...
core
[01:42:23.896] #0  0x00007f24e76a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[01:42:23.896] #1  0x00007f24e765afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[01:42:23.896] #2  0x00007f24e7645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[01:42:23.896] #3  0x00007f24e781e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[01:42:23.896] #4  0x00007f24e782aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[01:42:23.896] #5  0x00007f24e780dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55f6e1c294e...
[01:42:23.896] #6  0x000055f6e0ee2987 in examine_self_contradictory_rels (root=root@entry=0x55f6e3fb44f8, rel=rel@entry=...
[01:42:23.896] #7  0x000055f6e0ee2b96 in examine_self_contradictory_rels_phase1 (root=root@entry=0x55f6e3fb44f8) at ../s...
[01:42:23.896] #8  0x000055f6e0eadb39 in query_planner (root=root@entry=0x55f6e3fb44f8, qp_callback=qp_callback@entry=0x...
[01:42:23.896] #9  0x000055f6e0ec05cb in grouping_planner (root=root@entry=0x55f6e3fb44f8, tuple_fraction=<optimized out...
core
[01:42:24.402] #0  0x00007f7c948a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[01:42:24.402] #1  0x00007f7c9485afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[01:42:24.402] #2  0x00007f7c94845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[01:42:24.402] #3  0x00007f7c94a1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[01:42:24.402] #4  0x00007f7c94a2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[01:42:24.402] #5  0x00007f7c94a0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55b67ee204e...
[01:42:24.402] #6  0x000055b67e0d9987 in examine_self_contradictory_rels (root=root@entry=0x55b680436f28, rel=rel@entry=...
[01:42:24.402] #7  0x000055b67e0d9b96 in examine_self_contradictory_rels_phase1 (root=root@entry=0x55b680436f28) at ../s...
[01:42:24.402] #8  0x000055b67e0a4b39 in query_planner (root=root@entry=0x55b680436f28, qp_callback=qp_callback@entry=0x...
[01:42:24.402] #9  0x000055b67e0b75cb in grouping_planner (root=root@entry=0x55b680436f28, tuple_fraction=<optimized out...
regress
diff -U3 /tmp/cirrus-ci-build/contrib/btree_gin/expected/bool.out /tmp/cirrus-ci-build/build/testrun/btree_gin/regress/r...
--- /tmp/cirrus-ci-build/contrib/btree_gin/expected/bool.out	2024-12-12 01:35:02.656636019 +0000
+++ /tmp/cirrus-ci-build/build/testrun/btree_gin/regress/results/bool.out	2024-12-12 01:39:10.583284005 +0000
@@ -109,15 +109,13 @@
 (6 rows)
 
 EXPLAIN (COSTS OFF) SELECT * FROM test_bool WHERE i>true ORDER BY i;
-                QUERY PLAN                 
--------------------------------------------
+           QUERY PLAN           
+--------------------------------
  Sort
    Sort Key: i
-   ->  Bitmap Heap Scan on test_bool
-         Recheck Cond: (i > true)
-         ->  Bitmap Index Scan on idx_bool
-               Index Cond: (i > true)
-(6 rows)
+   ->  Result
+         One-Time Filter: false
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/horology.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_p...
--- /tmp/cirrus-ci-build/src/test/regress/expected/horology.out	2024-12-12 01:35:04.591478215 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/horology.out	2024-12-12 01:38:29.251166746...
@@ -2541,1334 +2541,7 @@
 explain (costs off)
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
-                                 QUERY PLAN                                  
------------------------------------------------------------------------------
- Aggregate
-   ->  Seq Scan on date_tbl
-         Filter: ((f1 >= '01-01-1997'::date) AND (f1 <= '01-01-1998'::date))
-(3 rows)
-
-select count(*) from date_tbl
-  where f1 between symmetric '1997-01-01' and '1998-01-01';
- count 
--------
-     3
-(1 row)
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/horology.out /tmp/cirrus-ci-build/build/testrun/recovery/027_str...
--- /tmp/cirrus-ci-build/src/test/regress/expected/horology.out	2024-12-12 01:35:04.591478215 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/horology.out	2024-12-12 01:38:54.5352644...
@@ -2541,1334 +2541,7 @@
 explain (costs off)
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
-                                 QUERY PLAN                                  
------------------------------------------------------------------------------
- Aggregate
-   ->  Seq Scan on date_tbl
-         Filter: ((f1 >= '01-01-1997'::date) AND (f1 <= '01-01-1998'::date))
-(3 rows)
-
-select count(*) from date_tbl
-  where f1 between symmetric '1997-01-01' and '1998-01-01';
- count 
--------
-     3
-(1 row)
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/horology.out /tmp/cirrus-ci-build/build/testrun/regress/regress/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/horology.out	2024-12-12 01:35:04.591478215 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/horology.out	2024-12-12 01:38:25.535143674 +0000
@@ -2541,1334 +2541,7 @@
 explain (costs off)
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
-                                 QUERY PLAN                                  
------------------------------------------------------------------------------
- Aggregate
-   ->  Seq Scan on date_tbl
-         Filter: ((f1 >= '01-01-1997'::date) AND (f1 <= '01-01-1998'::date))
-(3 rows)
-
-select count(*) from date_tbl
-  where f1 between symmetric '1997-01-01' and '1998-01-01';
- count 
--------
-     3
-(1 row)
...
tap
[01:39:39.267](0.743s) not ok 20 - pg_amcheck of db1.s1 excluding indexes status (got 1 vs expected 0)
[01:39:39.268](0.000s) not ok 22 - pg_amcheck of db1.s1 excluding indexes stderr /(?^:^$)/
[01:39:39.862](0.593s) not ok 23 - pg_amcheck of db2.s1 excluding indexes status (got 1 vs expected 2)
[01:39:39.862](0.000s) not ok 24 - pg_amcheck of db2.s1 excluding indexes stdout /(?^:could not open file ".*": No such ...
[01:39:39.863](0.000s) not ok 25 - pg_amcheck of db2.s1 excluding indexes stderr /(?^:^$)/
[01:39:40.629](0.555s) not ok 43 - pg_amcheck over schema s1 with all indexes excluded reports no corruption status (got...
[01:39:40.629](0.000s) not ok 45 - pg_amcheck over schema s1 with all indexes excluded reports no corruption stderr /(?^...
[01:39:40.807](0.177s) not ok 46 - pg_amcheck over schema s2 with corrupt tables excluded reports no corruption status (...
[01:39:40.808](0.000s) not ok 48 - pg_amcheck over schema s2 with corrupt tables excluded reports no corruption stderr /...
[01:39:40.917](0.040s) not ok 55 - pg_amcheck smoke test --parent-check status (got 1 vs expected 2)
[01:39:40.917](0.000s) not ok 56 - pg_amcheck smoke test --parent-check stdout /(?^:index ".*" lacks a main relation for...
[01:39:40.917](0.000s) not ok 57 - pg_amcheck smoke test --parent-check stderr /(?^:^$)/
[01:39:40.948](0.030s) not ok 58 - pg_amcheck smoke test --heapallindexed --rootdescend status (got 1 vs expected 2)
[01:39:40.948](0.000s) not ok 59 - pg_amcheck smoke test --heapallindexed --rootdescend stdout /(?^:index ".*" lacks a m...
[01:39:40.949](0.000s) not ok 60 - pg_amcheck smoke test --heapallindexed --rootdescend stderr /(?^:^$)/
[01:39:40.980](0.031s) not ok 61 - pg_amcheck excluding all corrupt schemas status (got 1 vs expected 0)
[01:39:40.981](0.000s) not ok 63 - pg_amcheck excluding all corrupt schemas stderr /(?^:^$)/
[01:39:41.002](0.021s) not ok 64 - pg_amcheck smoke test --parent-check --checkunique status (got 1 vs expected 2)
[01:39:41.003](0.000s) not ok 65 - pg_amcheck smoke test --parent-check --checkunique stdout /(?^:index ".*" lacks a mai...
[01:39:41.003](0.000s) not ok 66 - pg_amcheck smoke test --parent-check --checkunique stderr /(?^:^$)/
[01:39:41.014](0.011s) not ok 67 - pg_amcheck smoke test --heapallindexed --rootdescend --checkunique status (got 1 vs e...
[01:39:41.015](0.000s) not ok 68 - pg_amcheck smoke test --heapallindexed --rootdescend --checkunique stdout /(?^:index ...
[01:39:41.015](0.000s) not ok 69 - pg_amcheck smoke test --heapallindexed --rootdescend --checkunique stderr /(?^:^$)/
[01:39:41.039](0.023s) not ok 70 - pg_amcheck excluding all corrupt schemas with --checkunique option status (got 1 vs e...
[01:39:41.040](0.000s) not ok 72 - pg_amcheck excluding all corrupt schemas with --checkunique option stderr /(?^:^$)/
tap
[01:38:36.615](12.014s) not ok 5 - regression tests pass
[01:38:38.527](1.894s) not ok 6 - dump before running pg_upgrade
tap
[01:39:00.411](10.819s) not ok 2 - regression tests pass
test
[01:41:08.898]  14/315 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[01:41:08.898]   6/315 postgresql:regress / regress/regress                                            ERROR            ...
[01:41:08.898]  40/315 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[01:41:08.898]  59/315 postgresql:btree_gin / btree_gin/regress                                        ERROR            ...
[01:41:08.898] 154/315 postgresql:pg_amcheck / pg_amcheck/003_check                                    ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/contrib/btree_gin/expected/bool.out /Users/admin/pgsql/build/testrun/btree_gin/regress/resul...
--- /Users/admin/pgsql/contrib/btree_gin/expected/bool.out	2024-12-12 01:34:14
+++ /Users/admin/pgsql/build/testrun/btree_gin/regress/results/bool.out	2024-12-12 01:37:33
@@ -109,15 +109,13 @@
 (6 rows)
 
 EXPLAIN (COSTS OFF) SELECT * FROM test_bool WHERE i>true ORDER BY i;
-                QUERY PLAN                 
--------------------------------------------
+           QUERY PLAN           
+--------------------------------
  Sort
    Sort Key: i
-   ->  Bitmap Heap Scan on test_bool
-         Recheck Cond: (i > true)
-         ->  Bitmap Index Scan on idx_bool
-               Index Cond: (i > true)
-(6 rows)
+   ->  Result
+         One-Time Filter: false
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/horology.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_up...
--- /Users/admin/pgsql/src/test/regress/expected/horology.out	2024-12-12 01:34:16
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/horology.out	2024-12-12 01:36:16
@@ -2541,18 +2541,18 @@
 explain (costs off)
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
-                                 QUERY PLAN                                  
------------------------------------------------------------------------------
+                 QUERY PLAN                 
+--------------------------------------------
  Aggregate
    ->  Seq Scan on date_tbl
-         Filter: ((f1 >= '01-01-1997'::date) AND (f1 <= '01-01-1998'::date))
+         Filter: (f1 <= '01-01-1998'::date)
 (3 rows)
 
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
  count 
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/horology.out /Users/admin/pgsql/build/testrun/recovery/027_stream_...
--- /Users/admin/pgsql/src/test/regress/expected/horology.out	2024-12-12 01:34:16
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/horology.out	2024-12-12 01:37:01
@@ -2541,18 +2541,17 @@
 explain (costs off)
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
-                                 QUERY PLAN                                  
------------------------------------------------------------------------------
+         QUERY PLAN         
+----------------------------
  Aggregate
    ->  Seq Scan on date_tbl
-         Filter: ((f1 >= '01-01-1997'::date) AND (f1 <= '01-01-1998'::date))
-(3 rows)
+(2 rows)
 
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
  count 
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/horology.out /Users/admin/pgsql/build/testrun/regress/regress/resu...
--- /Users/admin/pgsql/src/test/regress/expected/horology.out	2024-12-12 01:34:16
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/horology.out	2024-12-12 01:36:14
@@ -2541,18 +2541,17 @@
 explain (costs off)
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
-                                 QUERY PLAN                                  
------------------------------------------------------------------------------
+         QUERY PLAN         
+----------------------------
  Aggregate
    ->  Seq Scan on date_tbl
-         Filter: ((f1 >= '01-01-1997'::date) AND (f1 <= '01-01-1998'::date))
-(3 rows)
+(2 rows)
 
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
  count 
...
tap
[01:36:56.004](43.637s) not ok 5 - regression tests pass
tap
[01:37:46.405](49.794s) not ok 2 - regression tests pass
test
[01:39:38.776]  29/315 postgresql:regress / regress/regress                                            ERROR            ...
[01:39:38.776]  48/315 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[01:39:38.776]  58/315 postgresql:btree_gin / btree_gin/regress                                        ERROR            ...
[01:39:38.776] 140/315 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/contrib/btree_gin/expected/bool.out C:/cirrus/build/testrun/btree_gin/regress/res...
--- C:/cirrus/contrib/btree_gin/expected/bool.out	2024-12-12 01:35:15.314338800 +0000
+++ C:/cirrus/build/testrun/btree_gin/regress/results/bool.out	2024-12-12 01:41:16.322144100 +0000
@@ -109,15 +109,13 @@
 (6 rows)
 
 EXPLAIN (COSTS OFF) SELECT * FROM test_bool WHERE i>true ORDER BY i;
-                QUERY PLAN                 
--------------------------------------------
+           QUERY PLAN           
+--------------------------------
  Sort
    Sort Key: i
-   ->  Bitmap Heap Scan on test_bool
-         Recheck Cond: (i > true)
-         ->  Bitmap Index Scan on idx_bool
-               Index Cond: (i > true)
-(6 rows)
+   ->  Result
+         One-Time Filter: false
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/horology.out C:/cirrus/build/testrun/pg_upgrade/002_pg_...
--- C:/cirrus/src/test/regress/expected/horology.out	2024-12-12 01:35:20.182894500 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/horology.out	2024-12-12 01:37:36.351332400 +0000
@@ -2541,18 +2541,17 @@
 explain (costs off)
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
-                                 QUERY PLAN                                  
------------------------------------------------------------------------------
+         QUERY PLAN         
+----------------------------
  Aggregate
    ->  Seq Scan on date_tbl
-         Filter: ((f1 >= '01-01-1997'::date) AND (f1 <= '01-01-1998'::date))
-(3 rows)
+(2 rows)
 
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
  count 
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/horology.out C:/cirrus/build/testrun/recovery/027_strea...
--- C:/cirrus/src/test/regress/expected/horology.out	2024-12-12 01:35:20.182894500 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/horology.out	2024-12-12 01:40:01.754720400 +0000
@@ -2541,18 +2541,17 @@
 explain (costs off)
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
-                                 QUERY PLAN                                  
------------------------------------------------------------------------------
+         QUERY PLAN         
+----------------------------
  Aggregate
    ->  Seq Scan on date_tbl
-         Filter: ((f1 >= '01-01-1997'::date) AND (f1 <= '01-01-1998'::date))
-(3 rows)
+(2 rows)
 
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
  count 
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/horology.out C:/cirrus/build/testrun/regress/regress/re...
--- C:/cirrus/src/test/regress/expected/horology.out	2024-12-12 01:35:20.182894500 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/horology.out	2024-12-12 01:37:30.655993200 +0000
@@ -2541,18 +2541,17 @@
 explain (costs off)
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
-                                 QUERY PLAN                                  
------------------------------------------------------------------------------
+         QUERY PLAN         
+----------------------------
  Aggregate
    ->  Seq Scan on date_tbl
-         Filter: ((f1 >= '01-01-1997'::date) AND (f1 <= '01-01-1998'::date))
-(3 rows)
+(2 rows)
 
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
  count 
...
tap
[01:39:25.812](120.137s) not ok 5 - regression tests pass
tap
[01:41:55.290](138.728s) not ok 2 - regression tests pass
test
[01:49:03.940]   7/310 postgresql:regress / regress/regress                                            ERROR           1...
[01:49:03.940]  38/310 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[01:49:03.940]  60/310 postgresql:btree_gin / btree_gin/regress                                        ERROR            ...
[01:49:03.940] 113/310 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/4412 Client authentication via OAuth 2.0
macOS - Sonoma - Meson
test
[00:46:41.626] 169/322 postgresql:python / python/client                                               FAIL            1...
51/5410 Disable installcheck for tap and regress tests for injection_points module
FreeBSD - 13 - Meson
assertion
TRAP: failed Assert("TransactionIdIsValid(proc->xid)"), File: "../src/backend/storage/ipc/procarray.c", Line: 677, PID: ...
core
[00:30:32.882] #0  0x000000082dcc841a in thr_kill () from /lib/libc.so.7
[00:30:32.882] #1  0x000000082dc41e64 in raise () from /lib/libc.so.7
[00:30:32.882] #2  0x000000082dcf26f9 in abort () from /lib/libc.so.7
[00:30:32.882] #3  0x0000000000aa1bb5 in ExceptionalCondition (conditionName=0x361266 "TransactionIdIsValid(proc->xid)",...
[00:30:32.882] #4  0x0000000000918b0d in ProcArrayEndTransaction (proc=0x845ae3af8, latestXid=latestXid@entry=750) at .....
[00:30:32.882] #5  0x0000000000660d2f in AbortTransaction () at ../src/backend/access/transam/xact.c:2946
[00:30:32.882] #6  0x000000000065e93a in AbortCurrentTransactionInternal () at ../src/backend/access/transam/xact.c:3598
[00:30:32.882] #7  AbortCurrentTransaction () at ../src/backend/access/transam/xact.c:3449
[00:30:32.882] #8  0x00000000009451fe in PostgresMain (dbname=<optimized out>, username=<optimized out>) at ../src/backe...
[00:30:32.882] #9  0x0000000000940479 in BackendMain (startup_data=<optimized out>, startup_data_len=<optimized out>) at...
core
[00:30:32.987] #0  0x00002f84004f023a in copy_file_range () from /lib/libc.so.7
[00:30:32.987] #1  0x00002f7bdf2113e0 in ?? ()
[00:30:32.987] #2  0x00002f7bdf21101e in ?? ()
[00:30:32.987] #3  0x00002f7bdf2108ad in ?? ()
[00:30:32.987] #4  0x00002f7bdf21033d in ?? ()
[00:30:32.987] #5  0x00002f83ffe9e408 in ?? ()
[00:30:32.987] #6  0x0000000000000000 in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/crash.out /tmp/cirrus-ci-build/build/testrun/in...
--- /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/crash.out	2024-12-12 00:25:07.551634000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/injection_points/isolation/results/crash.out	2024-12-12 00:27:30.645248000 +0000
@@ -23,4 +23,10 @@
 
 step c2: COMMIT;
 ERROR:  could not serialize access due to read/write dependencies among transactions
+s2: WARNING:  AbortTransaction while in ABORT state
+ERROR:  ResourceOwnerEnlarge called after release started
+server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
+
 step c3: COMMIT;
test
[00:29:29.305] 117/315 postgresql:injection_points / injection_points/isolation                        ERROR            ...
Linux - Debian Bookworm - Autoconf
assertion
TRAP: failed Assert("TransactionIdIsValid(proc->xid)"), File: "procarray.c", Line: 677, PID: 37257
core
[00:33:32.814] #0  0x00007feeb84abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[00:33:32.814] #1  0x00007feeb845cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[00:33:32.814] #2  0x00007feeb8447472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[00:33:32.814] #3  0x00005613e2c1f106 in ExceptionalCondition (conditionName=conditionName@entry=0x5613e2fd2780 "Transac...
[00:33:32.814] #4  0x00005613e28a2a3d in ProcArrayEndTransaction (proc=0x7feeb4245440, latestXid=750) at procarray.c:677
[00:33:32.814] #5  0x00005613e20d0378 in AbortTransaction () at xact.c:2946
[00:33:32.814] #6  0x00005613e20d1cca in AbortCurrentTransactionInternal () at xact.c:3531
[00:33:32.814] #7  0x00005613e20d1e09 in AbortCurrentTransaction () at xact.c:3449
[00:33:32.814] #8  0x00005613e290e306 in PostgresMain (dbname=dbname@entry=0x62900001b3a8 "isolation_regression", userna...
[00:33:32.814] #9  0x00005613e2900cb7 in BackendMain (startup_data=startup_data@entry=0x7ffc51757130 "", startup_data_le...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/crash.out /tmp/cirrus-ci-build/src/test/modules...
--- /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/crash.out	2024-12-12 00:24:23.808313014 +0000
+++ /tmp/cirrus-ci-build/src/test/modules/injection_points/output_iso/results/crash.out	2024-12-12 00:28:42.325191698 +0...
@@ -23,4 +23,10 @@
 
 step c2: COMMIT;
 ERROR:  could not serialize access due to read/write dependencies among transactions
+s2: WARNING:  AbortTransaction while in ABORT state
+ERROR:  ResourceOwnerEnlarge called after release started
+server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
+
 step c3: COMMIT;
diff -U3 /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/inplace.out /tmp/cirrus-ci-build/src/test/modul...
--- /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/inplace.out	2024-12-12 00:24:23.808313014 +0000
+++ /tmp/cirrus-ci-build/src/test/modules/injection_points/output_iso/results/inplace.out	2024-12-12 00:28:42.933180785 ...
@@ -45,296 +45,9 @@
 f                
 (1 row)
...
Linux - Debian Bookworm - Meson
assertion
TRAP: failed Assert("TransactionIdIsValid(proc->xid)"), File: "../src/backend/storage/ipc/procarray.c", Line: 677, PID: ...
core
[00:30:30.076] #0  0x00007fd8054a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[00:30:30.076] #1  0x00007fd80545afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[00:30:30.076] #2  0x00007fd805445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[00:30:30.076] #3  0x0000557578478e40 in ExceptionalCondition (conditionName=conditionName@entry=0x557578734488 "Transac...
[00:30:30.076] #4  0x00005575781897c1 in ProcArrayEndTransaction (proc=0x7fd802876ac0, latestXid=750) at ../src/backend/...
[00:30:30.076] #5  0x0000557577bebd09 in AbortTransaction () at ../src/backend/access/transam/xact.c:2946
[00:30:30.076] #6  0x0000557577becd00 in AbortCurrentTransactionInternal () at ../src/backend/access/transam/xact.c:3531
[00:30:30.076] #7  0x0000557577becda4 in AbortCurrentTransaction () at ../src/backend/access/transam/xact.c:3449
[00:30:30.076] #8  0x00005575781e44a1 in PostgresMain (dbname=<optimized out>, username=<optimized out>) at ../src/backe...
[00:30:30.076] #9  0x00005575781da62d in BackendMain (startup_data=<optimized out>, startup_data_len=<optimized out>) at...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/crash.out /tmp/cirrus-ci-build/build/testrun/in...
--- /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/crash.out	2024-12-12 00:24:24.263431551 +0000
+++ /tmp/cirrus-ci-build/build/testrun/injection_points/isolation/results/crash.out	2024-12-12 00:27:22.402325493 +0000
@@ -23,4 +23,10 @@
 
 step c2: COMMIT;
 ERROR:  could not serialize access due to read/write dependencies among transactions
+s2: WARNING:  AbortTransaction while in ABORT state
+ERROR:  ResourceOwnerEnlarge called after release started
+server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
+
 step c3: COMMIT;
diff -U3 /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/inplace.out /tmp/cirrus-ci-build/build/testrun/...
--- /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/inplace.out	2024-12-12 00:24:24.263431551 +0000
+++ /tmp/cirrus-ci-build/build/testrun/injection_points/isolation/results/inplace.out	2024-12-12 00:27:22.990324934 +000...
@@ -45,296 +45,9 @@
 f                
 (1 row)
...
test
[00:29:23.435] 315/315 postgresql:injection_points / injection_points/isolation                        ERROR           1...
macOS - Sonoma - Meson
assertion
TRAP: failed Assert("TransactionIdIsValid(proc->xid)"), File: "../src/backend/storage/ipc/procarray.c", Line: 677, PID: ...
core
[00:32:48.799]   * frame #0: 0x00000001851015f0 libsystem_kernel.dylib`__pthread_kill + 8
[00:32:48.799]     frame #1: 0x0000000185139c20 libsystem_pthread.dylib`pthread_kill + 288
[00:32:48.799]     frame #2: 0x0000000185046a30 libsystem_c.dylib`abort + 180
[00:32:48.799]     frame #3: 0x0000000105391444 postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[00:32:48.799]     frame #4: 0x00000001052354d8 postgres`ProcArrayEndTransaction(proc=0x000000011379ef78, latestXid=<una...
[00:32:48.799]     frame #5: 0x0000000104fe622c postgres`AbortTransaction at xact.c:2946:2
[00:32:48.799]     frame #6: 0x0000000104fe4810 postgres`AbortCurrentTransaction [inlined] AbortCurrentTransactionIntern...
[00:32:48.799]     frame #7: 0x0000000104fe47e0 postgres`AbortCurrentTransaction at xact.c:3449:10
[00:32:48.799]     frame #8: 0x000000010525d87c postgres`PostgresMain(dbname=<unavailable>, username=<unavailable>) at p...
[00:32:48.799]     frame #9: 0x000000010525960c postgres`BackendMain(startup_data=<unavailable>, startup_data_len=<unava...
regress
diff -U3 /Users/admin/pgsql/src/test/modules/injection_points/expected/crash.out /Users/admin/pgsql/build/testrun/inject...
--- /Users/admin/pgsql/src/test/modules/injection_points/expected/crash.out	2024-12-12 00:24:13
+++ /Users/admin/pgsql/build/testrun/injection_points/isolation/results/crash.out	2024-12-12 00:27:31
@@ -23,4 +23,16 @@
 
 step c2: COMMIT;
 ERROR:  could not serialize access due to read/write dependencies among transactions
-step c3: COMMIT;
+s2: WARNING:  AbortTransaction while in ABORT state
+ERROR:  ResourceOwnerEnlarge called after release started
+server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
+
+s3: WARNING:  terminating connection because of crash of another server process
+DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because anothe...
+HINT:  In a moment you should be able to reconnect to the database and repeat your command.
+PQconsumeInput failed: server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
...
test
[00:29:08.822] 150/315 postgresql:injection_points / injection_points/isolation                        ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
assertion
TRAP: failed Assert("TransactionIdIsValid(proc->xid)"), File: "../src/backend/storage/ipc/procarray.c", Line: 677, PID: ...
core
000000f5`6b9ff578 00007ffc`dd8ab77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f5`6b9ff580 00007ffc`dbdd4cb0     ntdll!TppWorkerThread+0x2df
000000f5`6b9ff870 00007ffc`dd91edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f5`6b9ff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f5`6b5ff5e0 00007ff7`37044698     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f5`6b5ff620 00007ff7`36dc7b2c     postgres!ExceptionalCondition(
000000f5`6b5ff660 00007ff7`3696c593     postgres!ProcArrayEndTransaction(
000000f5`6b5ff690 00007ff7`3696de33     postgres!AbortTransaction(void)+0x223 [c:\cirrus\src\backend\access\transam\xact...
000000f5`6b5ff6e0 00007ff7`36968989     postgres!AbortCurrentTransactionInternal(void)+0xc3 [c:\cirrus\src\backend\acces...
000000f5`6b5ff720 00007ff7`36e09b1a     postgres!AbortCurrentTransaction(void)+0x9 [c:\cirrus\src\backend\access\transam...
000000f5`6b5ff750 00007ff7`36e03dfd     postgres!PostgresMain(
000000f5`6b5ff960 00007ff7`36d02bd7     postgres!BackendMain(
000000f5`6b5ff9a0 00007ff7`36bbed24     postgres!SubPostmasterMain(
000000f5`6b5ffa10 00007ff7`371ba459     postgres!main(
core
000000f5`6c5ff4a8 00007ffc`dd8ab77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f5`6c5ff4b0 00007ffc`dbdd4cb0     ntdll!TppWorkerThread+0x2df
000000f5`6c5ff7a0 00007ffc`dd91edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f5`6c5ff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f5`6c1ff9f8 00007ffc`db2dd71e     ntdll!NtWaitForSingleObject+0x14
000000f5`6c1ffa00 00007ff7`36cf8aac     KERNELBASE!WaitForSingleObjectEx+0x8e
000000f5`6c1ffaa0 00007ffc`dbdd4cb0     postgres!pg_timer_thread(
000000f5`6c1ffae0 00007ffc`dd91edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f5`6c1ffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f5`6bdff8d8 00007ffc`db3245ca     ntdll!NtFsControlFile+0x14
000000f5`6bdff8e0 00007ff7`36cf700b     KERNELBASE!ConnectNamedPipe+0x6a
000000f5`6bdff950 00007ffc`dbdd4cb0     postgres!pg_signal_thread(
000000f5`6bdffa50 00007ffc`dd91edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f5`6bdffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/modules/injection_points/expected/crash.out C:/cirrus/build/testrun/inje...
--- C:/cirrus/src/test/modules/injection_points/expected/crash.out	2024-12-12 00:24:36.383946900 +0000
+++ C:/cirrus/build/testrun/injection_points/isolation/results/crash.out	2024-12-12 00:30:52.635723000 +0000
@@ -23,4 +23,10 @@
 
 step c2: COMMIT;
 ERROR:  could not serialize access due to read/write dependencies among transactions
+ERROR:  ResourceOwnerEnlarge called after release started
+s2: WARNING:  AbortTransaction while in ABORT state
+server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
+
 step c3: COMMIT;
test
[00:37:31.838] 113/310 postgresql:injection_points / injection_points/isolation                        ERROR            ...
51/4810 COPY ON_ERROR 'NULL'
CompilerWarnings
compiler
[23:08:03.954] copyfrom.c:1037:10: error: data argument not used by format string [-Werror,-Wformat-extra-args]
compiler
[23:07:56.923] copyfrom.c:1037:10: error: data argument not used by format string [-Werror,-Wformat-extra-args]
compiler
[23:07:28.594] copyfrom.c:1036:64: error: too many arguments for format [-Werror=format-extra-args]
compiler
[23:07:21.827] copyfrom.c:1036:64: error: too many arguments for format [-Werror=format-extra-args]
compiler
[23:08:25.973] copyfrom.c:1036:64: error: too many arguments for format [-Werror=format-extra-args]
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/file_fdw/expected/file_fdw.out /tmp/cirrus-ci-build/build/testrun/file_fdw/regress...
--- /tmp/cirrus-ci-build/contrib/file_fdw/expected/file_fdw.out	2024-12-11 23:06:44.343841000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/file_fdw/regress/results/file_fdw.out	2024-12-11 23:08:48.749540000 +0000
@@ -97,7 +97,7 @@
 CREATE FOREIGN TABLE tbl () SERVER file_server OPTIONS (log_verbosity 'unsupported');       -- ERROR
 ERROR:  COPY LOG_VERBOSITY "unsupported" not recognized
 CREATE FOREIGN TABLE tbl () SERVER file_server OPTIONS (reject_limit '1');       -- ERROR
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 CREATE FOREIGN TABLE tbl () SERVER file_server OPTIONS (on_error 'ignore', reject_limit '0');       -- ERROR
 ERROR:  REJECT_LIMIT (0) must be greater than zero
 CREATE FOREIGN TABLE tbl () SERVER file_server;  -- ERROR
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_u...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-12-11 23:06:45.888979000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/copy2.out	2024-12-11 23:08:11.673126000 +0...
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-12-11 23:06:45.888979000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/copy2.out	2024-12-11 23:09:08.638319000 ...
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/build/testrun/regress/regress/res...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-12-11 23:06:45.888979000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/copy2.out	2024-12-11 23:08:10.667499000 +0000
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
tap
[23:08:27.045](59.311s) not ok 5 - regression tests pass
tap
[23:09:24.092](77.031s) not ok 2 - regression tests pass
test
[23:11:12.656]  40/315 postgresql:regress / regress/regress                                            ERROR            ...
[23:11:12.656]  66/315 postgresql:file_fdw / file_fdw/regress                                          ERROR            ...
[23:11:12.656]  78/315 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[23:11:12.656] 159/315 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/contrib/file_fdw/expected/file_fdw.out /tmp/cirrus-ci-build/contrib/file_fdw/results/file_...
--- /tmp/cirrus-ci-build/contrib/file_fdw/expected/file_fdw.out	2024-12-11 23:06:44.348696979 +0000
+++ /tmp/cirrus-ci-build/contrib/file_fdw/results/file_fdw.out	2024-12-11 23:10:07.544555862 +0000
@@ -97,7 +97,7 @@
 CREATE FOREIGN TABLE tbl () SERVER file_server OPTIONS (log_verbosity 'unsupported');       -- ERROR
 ERROR:  COPY LOG_VERBOSITY "unsupported" not recognized
 CREATE FOREIGN TABLE tbl () SERVER file_server OPTIONS (reject_limit '1');       -- ERROR
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 CREATE FOREIGN TABLE tbl () SERVER file_server OPTIONS (on_error 'ignore', reject_limit '0');       -- ERROR
 ERROR:  REJECT_LIMIT (0) must be greater than zero
 CREATE FOREIGN TABLE tbl () SERVER file_server;  -- ERROR
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/resu...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-12-11 23:06:46.165381339 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/copy2.out	2024-12-11 23:12:10.284177091 +0000
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/src/test/recovery/tmp_check/resul...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-12-11 23:06:46.165381339 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/copy2.out	2024-12-11 23:13:28.484937225 +0000
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/src/test/regress/results/copy2.ou...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-12-11 23:06:46.165381339 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/copy2.out	2024-12-11 23:09:48.592223983 +0000
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
tap
[23:12:23.108](113.996s) not ok 5 - regression tests pass
tap
[23:13:39.727](64.045s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/file_fdw/expected/file_fdw.out /tmp/cirrus-ci-build/build/testrun/file_fdw/regress...
--- /tmp/cirrus-ci-build/contrib/file_fdw/expected/file_fdw.out	2024-12-11 23:06:44.369321586 +0000
+++ /tmp/cirrus-ci-build/build/testrun/file_fdw/regress/results/file_fdw.out	2024-12-11 23:09:24.609835665 +0000
@@ -97,7 +97,7 @@
 CREATE FOREIGN TABLE tbl () SERVER file_server OPTIONS (log_verbosity 'unsupported');       -- ERROR
 ERROR:  COPY LOG_VERBOSITY "unsupported" not recognized
 CREATE FOREIGN TABLE tbl () SERVER file_server OPTIONS (reject_limit '1');       -- ERROR
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 CREATE FOREIGN TABLE tbl () SERVER file_server OPTIONS (on_error 'ignore', reject_limit '0');       -- ERROR
 ERROR:  REJECT_LIMIT (0) must be greater than zero
 CREATE FOREIGN TABLE tbl () SERVER file_server;  -- ERROR
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_u...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-12-11 23:06:46.241326798 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/copy2.out	2024-12-11 23:09:06.112866056 +0...
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-12-11 23:06:46.241326798 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/copy2.out	2024-12-11 23:09:43.175050553 ...
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/build/testrun/regress/regress/res...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-12-11 23:06:46.241326798 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/copy2.out	2024-12-11 23:08:57.188536458 +0000
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
tap
[23:09:19.675](75.025s) not ok 5 - regression tests pass
tap
[23:09:54.535](76.658s) not ok 2 - regression tests pass
test
[23:11:33.827]  43/315 postgresql:regress / regress/regress                                            ERROR            ...
[23:11:33.827]  65/315 postgresql:file_fdw / file_fdw/regress                                          ERROR            ...
[23:11:33.827] 136/315 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[23:11:33.827] 156/315 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/contrib/file_fdw/expected/file_fdw.out /Users/admin/pgsql/build/testrun/file_fdw/regress/res...
--- /Users/admin/pgsql/contrib/file_fdw/expected/file_fdw.out	2024-12-11 23:06:10
+++ /Users/admin/pgsql/build/testrun/file_fdw/regress/results/file_fdw.out	2024-12-11 23:18:30
@@ -97,7 +97,7 @@
 CREATE FOREIGN TABLE tbl () SERVER file_server OPTIONS (log_verbosity 'unsupported');       -- ERROR
 ERROR:  COPY LOG_VERBOSITY "unsupported" not recognized
 CREATE FOREIGN TABLE tbl () SERVER file_server OPTIONS (reject_limit '1');       -- ERROR
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 CREATE FOREIGN TABLE tbl () SERVER file_server OPTIONS (on_error 'ignore', reject_limit '0');       -- ERROR
 ERROR:  REJECT_LIMIT (0) must be greater than zero
 CREATE FOREIGN TABLE tbl () SERVER file_server;  -- ERROR
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/copy2.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgra...
--- /Users/admin/pgsql/src/test/regress/expected/copy2.out	2024-12-11 23:06:12
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/copy2.out	2024-12-11 23:17:47
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/copy2.out /Users/admin/pgsql/build/testrun/recovery/027_stream_reg...
--- /Users/admin/pgsql/src/test/regress/expected/copy2.out	2024-12-11 23:06:12
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/copy2.out	2024-12-11 23:18:31
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/copy2.out /Users/admin/pgsql/build/testrun/regress/regress/results...
--- /Users/admin/pgsql/src/test/regress/expected/copy2.out	2024-12-11 23:06:12
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/copy2.out	2024-12-11 23:17:47
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
tap
[23:17:52.401](29.865s) not ok 5 - regression tests pass
tap
[23:18:39.528](42.572s) not ok 2 - regression tests pass
test
[23:20:29.913]  23/315 postgresql:regress / regress/regress                                            ERROR            ...
[23:20:29.913]  43/315 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[23:20:29.913]  64/315 postgresql:file_fdw / file_fdw/regress                                          ERROR            ...
[23:20:29.913] 138/315 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/contrib/file_fdw/expected/file_fdw.out C:/cirrus/build/testrun/file_fdw/regress/r...
--- C:/cirrus/contrib/file_fdw/expected/file_fdw.out	2024-12-11 23:07:05.330220400 +0000
+++ C:/cirrus/build/testrun/file_fdw/regress/results/file_fdw.out	2024-12-11 23:13:04.538449400 +0000
@@ -97,7 +97,7 @@
 CREATE FOREIGN TABLE tbl () SERVER file_server OPTIONS (log_verbosity 'unsupported');       -- ERROR
 ERROR:  COPY LOG_VERBOSITY "unsupported" not recognized
 CREATE FOREIGN TABLE tbl () SERVER file_server OPTIONS (reject_limit '1');       -- ERROR
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 CREATE FOREIGN TABLE tbl () SERVER file_server OPTIONS (on_error 'ignore', reject_limit '0');       -- ERROR
 ERROR:  REJECT_LIMIT (0) must be greater than zero
 CREATE FOREIGN TABLE tbl () SERVER file_server;  -- ERROR
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/copy2.out C:/cirrus/build/testrun/pg_upgrade/002_pg_upg...
--- C:/cirrus/src/test/regress/expected/copy2.out	2024-12-11 23:07:09.699361900 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/copy2.out	2024-12-11 23:10:42.776248300 +0000
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/copy2.out C:/cirrus/build/testrun/recovery/027_stream_r...
--- C:/cirrus/src/test/regress/expected/copy2.out	2024-12-11 23:07:09.699361900 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/copy2.out	2024-12-11 23:12:54.818238600 +0000
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/copy2.out C:/cirrus/build/testrun/regress/regress/resul...
--- C:/cirrus/src/test/regress/expected/copy2.out	2024-12-11 23:07:09.699361900 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/copy2.out	2024-12-11 23:10:39.663461900 +0000
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
tap
[23:11:05.351](116.551s) not ok 5 - regression tests pass
tap
[23:13:17.222](121.388s) not ok 2 - regression tests pass
test
[23:21:15.148]  21/310 postgresql:regress / regress/regress                                            ERROR           1...
[23:21:15.148]  38/310 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[23:21:15.148]  61/310 postgresql:file_fdw / file_fdw/regress                                          ERROR            ...
[23:21:15.148]  89/310 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/4564 Reducing memory consumed by RestrictInfo list translations in partitionwise join planning
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out /tmp/cirrus-ci-build/build/testrun/...
--- /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out	2024-12-11 20:40:37.140826000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_stat_statements/regress/results/level_tracking.out	2024-12-11 20:43:21.1150020...
@@ -914,7 +914,9 @@
                      QUERY PLAN                      
 -----------------------------------------------------
  Seq Scan on stats_track_tab (actual rows=0 loops=1)
-(1 row)
+ Planning:
+   Buffers: shared hit=20
+(3 rows)
 
 SELECT toplevel, calls, query FROM pg_stat_statements
   ORDER BY query COLLATE "C";
@@ -947,7 +949,9 @@
                      QUERY PLAN                      
 -----------------------------------------------------
  Seq Scan on stats_track_tab (actual rows=0 loops=1)
-(1 row)
+ Planning:
...
test
[20:45:41.420]  89/315 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
51/5183 Showing primitive index scan count in EXPLAIN ANALYZE (for skip scan and SAOP scans)
FreeBSD - 13 - Meson
core
[20:29:03.552] #0  0x00000008296718fa in _sigprocmask () from /lib/libc.so.7
[20:29:03.552] #1  0x00000008296aaf91 in _system () from /lib/libc.so.7
[20:29:03.552] #2  0x00000008289af9d3 in ?? () from /lib/libthr.so.3
[20:29:03.552] #3  0x0000000000670b05 in RestoreArchivedFile (path=path@entry=0x8216981d0 "pg_wal/0\223v7", xlogfname=xl...
[20:29:03.552] #4  0x000000000067c17e in XLogFileRead (segno=segno@entry=5, tli=tli@entry=1, source=source@entry=XLOG_FR...
[20:29:03.552] #5  0x0000000000677ecc in XLogFileReadAnyTLI (segno=5, source=XLOG_FROM_ANY) at ../src/backend/access/tra...
[20:29:03.552] #6  WaitForWALToBecomeAvailable (RecPtr=83886104, tliRecPtr=83886080, replayTLI=1, replayLSN=83886080, ra...
[20:29:03.552] #7  XLogPageRead (xlogreader=0x8358f2130, targetPagePtr=83886080, reqLen=24, targetRecPtr=83886080, readB...
[20:29:03.552] #8  0x000000000067ee62 in ReadPageInternal (state=state@entry=0x8358f2130, pageptr=83886080, reqLen=24) a...
[20:29:03.552] #9  0x000000000067dcd2 in XLogDecodeNextRecord (state=0x8358f2130, nonblocking=false) at ../src/backend/a...
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out /tmp/cirrus-ci-build/build/testrun/...
--- /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out	2024-12-11 20:22:01.348245000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_stat_statements/regress/results/level_tracking.out	2024-12-11 20:25:22.6066070...
@@ -914,7 +914,9 @@
                      QUERY PLAN                      
 -----------------------------------------------------
  Seq Scan on stats_track_tab (actual rows=0 loops=1)
-(1 row)
+ Planning:
+   Buffers: shared hit=20
+(3 rows)
 
 SELECT toplevel, calls, query FROM pg_stat_statements
   ORDER BY query COLLATE "C";
@@ -947,7 +949,9 @@
                      QUERY PLAN                      
 -----------------------------------------------------
  Seq Scan on stats_track_tab (actual rows=0 loops=1)
-(1 row)
+ Planning:
...
test
[20:27:53.725]  87/315 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
51/4476 Extract numeric field in JSONB more effectively
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out /tmp/cirrus-ci-build/build/testrun/...
--- /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out	2024-12-11 20:02:12.518485000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_stat_statements/regress/results/level_tracking.out	2024-12-11 20:05:20.2243990...
@@ -914,7 +914,9 @@
                      QUERY PLAN                      
 -----------------------------------------------------
  Seq Scan on stats_track_tab (actual rows=0 loops=1)
-(1 row)
+ Planning:
+   Buffers: shared hit=20
+(3 rows)
 
 SELECT toplevel, calls, query FROM pg_stat_statements
   ORDER BY query COLLATE "C";
@@ -947,7 +949,9 @@
                      QUERY PLAN                      
 -----------------------------------------------------
  Seq Scan on stats_track_tab (actual rows=0 loops=1)
-(1 row)
+ Planning:
...
test
[20:07:27.968]  89/315 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
51/5081 nbtree skip scan
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out /tmp/cirrus-ci-build/build/testrun/...
--- /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out	2024-12-11 19:40:53.439038000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_stat_statements/regress/results/level_tracking.out	2024-12-11 19:44:21.7372140...
@@ -914,7 +914,9 @@
                      QUERY PLAN                      
 -----------------------------------------------------
  Seq Scan on stats_track_tab (actual rows=0 loops=1)
-(1 row)
+ Planning:
+   Buffers: shared hit=20
+(3 rows)
 
 SELECT toplevel, calls, query FROM pg_stat_statements
   ORDER BY query COLLATE "C";
@@ -947,7 +949,9 @@
                      QUERY PLAN                      
 -----------------------------------------------------
  Seq Scan on stats_track_tab (actual rows=0 loops=1)
-(1 row)
+ Planning:
...
test
[19:46:47.663]  87/315 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
51/5117 VACUUM FULL / CLUSTER CONCURRENTLY
FreeBSD - 13 - Meson
core
[19:25:15.046] #0  0x000000082ae5f8fa in _sigprocmask () from /lib/libc.so.7
[19:25:15.046] #1  0x000000082ae98f91 in _system () from /lib/libc.so.7
[19:25:15.046] #2  0x000000082ab629d3 in ?? () from /lib/libthr.so.3
[19:25:15.046] #3  0x0000000000672225 in RestoreArchivedFile (path=path@entry=0x820ed41d0 "PB\355 \b", xlogfname=xlogfna...
[19:25:15.046] #4  0x000000000067d89e in XLogFileRead (segno=segno@entry=4, tli=tli@entry=2, source=source@entry=XLOG_FR...
[19:25:15.046] #5  0x00000000006795ec in XLogFileReadAnyTLI (segno=4, source=XLOG_FROM_ANY) at ../src/backend/access/tra...
[19:25:15.046] #6  WaitForWALToBecomeAvailable (RecPtr=67210840, tliRecPtr=67210816, replayTLI=2, replayLSN=67210816, ra...
[19:25:15.046] #7  XLogPageRead (xlogreader=0x8343361c0, targetPagePtr=67207168, reqLen=3672, targetRecPtr=67210816, rea...
[19:25:15.046] #8  0x0000000000680582 in ReadPageInternal (state=state@entry=0x8343361c0, pageptr=67207168, reqLen=3672)...
[19:25:15.046] #9  0x000000000067f3f2 in XLogDecodeNextRecord (state=0x8343361c0, nonblocking=false) at ../src/backend/a...
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out /tmp/cirrus-ci-build/build/testrun/...
--- /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out	2024-12-11 19:18:12.541323000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_stat_statements/regress/results/level_tracking.out	2024-12-11 19:21:38.0000040...
@@ -914,7 +914,9 @@
                      QUERY PLAN                      
 -----------------------------------------------------
  Seq Scan on stats_track_tab (actual rows=0 loops=1)
-(1 row)
+ Planning:
+   Buffers: shared hit=20
+(3 rows)
 
 SELECT toplevel, calls, query FROM pg_stat_statements
   ORDER BY query COLLATE "C";
@@ -947,7 +949,9 @@
                      QUERY PLAN                      
 -----------------------------------------------------
  Seq Scan on stats_track_tab (actual rows=0 loops=1)
-(1 row)
+ Planning:
...
test
[19:23:59.210]  87/315 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[19:19:11.054] ../src/backend/commands/cluster.c(4401): warning C4129: '%': unrecognized character escape sequence
51/4412 Client authentication via OAuth 2.0
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out /tmp/cirrus-ci-build/build/testrun/...
--- /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out	2024-12-11 18:54:01.772741000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_stat_statements/regress/results/level_tracking.out	2024-12-11 18:57:55.0681780...
@@ -914,7 +914,9 @@
                      QUERY PLAN                      
 -----------------------------------------------------
  Seq Scan on stats_track_tab (actual rows=0 loops=1)
-(1 row)
+ Planning:
+   Buffers: shared hit=20
+(3 rows)
 
 SELECT toplevel, calls, query FROM pg_stat_statements
   ORDER BY query COLLATE "C";
@@ -947,7 +949,9 @@
                      QUERY PLAN                      
 -----------------------------------------------------
  Seq Scan on stats_track_tab (actual rows=0 loops=1)
-(1 row)
+ Planning:
...
test
[19:00:09.466]  91/322 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
macOS - Sonoma - Meson
test
[18:58:59.136] 178/322 postgresql:python / python/client                                               FAIL            1...
51/4904 SQL Property Graph Queries (SQL/PGQ)
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/graph_table.out C:/cirrus/build/testrun/pg_upgrade/002_...
--- C:/cirrus/src/test/regress/expected/graph_table.out	2024-12-11 18:33:37.758779100 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/graph_table.out	2024-12-11 18:36:54.752548400 +0000
@@ -536,8 +536,8 @@
 SELECT * FROM GRAPH_TABLE (g1 MATCH (a)-[b]->(a)-[b]->(a) COLUMNS (a.vname AS self, b.ename AS loop_name)) ORDER BY loo...
  self | loop_name 
 ------+-----------
- v33  | e331
  v33  | E331
+ v33  | e331
 (2 rows)
 
 SELECT * FROM GRAPH_TABLE (g1 MATCH (a)-[b]->(a)-[b]->(a) COLUMNS (a.vname AS self, b.ename AS loop_name)) ORDER BY loo...
@@ -613,8 +613,8 @@
 SELECT * FROM GRAPH_TABLE (g2 MATCH (a)-[b]->(a)-[b]->(a) COLUMNS (a.elname AS self, b.elname COLLATE pg_catalog."defau...
   self  | loop_name 
 --------+-----------
- g2.v33 | g2.e331
  g2.v33 | g2.E331
+ g2.v33 | g2.e331
...
tap
[18:37:54.810](129.663s) not ok 5 - regression tests pass
test
[18:49:20.843]  38/310 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           2...
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out /tmp/cirrus-ci-build/build/testrun/...
--- /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out	2024-12-11 18:14:14.688855000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_stat_statements/regress/results/level_tracking.out	2024-12-11 18:17:36.0789790...
@@ -914,7 +914,9 @@
                      QUERY PLAN                      
 -----------------------------------------------------
  Seq Scan on stats_track_tab (actual rows=0 loops=1)
-(1 row)
+ Planning:
+   Buffers: shared hit=20
+(3 rows)
 
 SELECT toplevel, calls, query FROM pg_stat_statements
   ORDER BY query COLLATE "C";
@@ -947,7 +949,9 @@
                      QUERY PLAN                      
 -----------------------------------------------------
  Seq Scan on stats_track_tab (actual rows=0 loops=1)
-(1 row)
+ Planning:
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/rowsecurity.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/00...
--- /tmp/cirrus-ci-build/src/test/regress/expected/rowsecurity.out	2024-12-11 18:14:16.247315000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/rowsecurity.out	2024-12-11 18:16:30.664612...
@@ -344,6 +344,7 @@
 EXPLAIN (COSTS OFF) SELECT * FROM GRAPH_TABLE (acc_cat
                             MATCH (u : uaccount)-[d : document WHERE f_leak(d.dtitle)]->(c : category)
                             COLUMNS (u.pguser, d.did, d.dlevel, d.dtitle, c.cid, c.cname)) ORDER BY did;
+WARNING:  outfuncs/readfuncs failed to produce an equal rewritten parse tree
                                       QUERY PLAN                                      
 --------------------------------------------------------------------------------------
  Sort
@@ -451,6 +452,7 @@
 EXPLAIN (COSTS OFF) SELECT * FROM GRAPH_TABLE (acc_cat
                             MATCH (u : uaccount)-[d : document WHERE f_leak(d.dtitle)]->(c : category)
                             COLUMNS (u.pguser, d.did, d.dlevel, d.dtitle, c.cid, c.cname)) ORDER BY did;
+WARNING:  outfuncs/readfuncs failed to produce an equal rewritten parse tree
                                                                 QUERY PLAN                                             ...
 -----------------------------------------------------------------------------------------------------------------------...
  Sort
@@ -590,6 +592,7 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/rowsecurity.out /tmp/cirrus-ci-build/build/testrun/recovery/027_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/rowsecurity.out	2024-12-11 18:14:16.247315000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/rowsecurity.out	2024-12-11 18:17:19.4402...
@@ -344,6 +344,7 @@
 EXPLAIN (COSTS OFF) SELECT * FROM GRAPH_TABLE (acc_cat
                             MATCH (u : uaccount)-[d : document WHERE f_leak(d.dtitle)]->(c : category)
                             COLUMNS (u.pguser, d.did, d.dlevel, d.dtitle, c.cid, c.cname)) ORDER BY did;
+WARNING:  outfuncs/readfuncs failed to produce an equal rewritten parse tree
                                       QUERY PLAN                                      
 --------------------------------------------------------------------------------------
  Sort
@@ -451,6 +452,7 @@
 EXPLAIN (COSTS OFF) SELECT * FROM GRAPH_TABLE (acc_cat
                             MATCH (u : uaccount)-[d : document WHERE f_leak(d.dtitle)]->(c : category)
                             COLUMNS (u.pguser, d.did, d.dlevel, d.dtitle, c.cid, c.cname)) ORDER BY did;
+WARNING:  outfuncs/readfuncs failed to produce an equal rewritten parse tree
                                                                 QUERY PLAN                                             ...
 -----------------------------------------------------------------------------------------------------------------------...
  Sort
@@ -590,6 +592,7 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/rowsecurity.out /tmp/cirrus-ci-build/build/testrun/regress/regre...
--- /tmp/cirrus-ci-build/src/test/regress/expected/rowsecurity.out	2024-12-11 18:14:16.247315000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/rowsecurity.out	2024-12-11 18:16:30.039148000 +0000
@@ -344,6 +344,7 @@
 EXPLAIN (COSTS OFF) SELECT * FROM GRAPH_TABLE (acc_cat
                             MATCH (u : uaccount)-[d : document WHERE f_leak(d.dtitle)]->(c : category)
                             COLUMNS (u.pguser, d.did, d.dlevel, d.dtitle, c.cid, c.cname)) ORDER BY did;
+WARNING:  outfuncs/readfuncs failed to produce an equal rewritten parse tree
                                       QUERY PLAN                                      
 --------------------------------------------------------------------------------------
  Sort
@@ -451,6 +452,7 @@
 EXPLAIN (COSTS OFF) SELECT * FROM GRAPH_TABLE (acc_cat
                             MATCH (u : uaccount)-[d : document WHERE f_leak(d.dtitle)]->(c : category)
                             COLUMNS (u.pguser, d.did, d.dlevel, d.dtitle, c.cid, c.cname)) ORDER BY did;
+WARNING:  outfuncs/readfuncs failed to produce an equal rewritten parse tree
                                                                 QUERY PLAN                                             ...
 -----------------------------------------------------------------------------------------------------------------------...
  Sort
@@ -590,6 +592,7 @@
...
tap
[18:17:05.996](60.029s) not ok 5 - regression tests pass
tap
[18:18:03.192](76.956s) not ok 2 - regression tests pass
test
[18:19:54.355]  23/315 postgresql:regress / regress/regress                                            ERROR            ...
[18:19:54.355]  82/315 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[18:19:54.355]  88/315 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
[18:19:54.355] 158/315 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/graph_table.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_chec...
--- /tmp/cirrus-ci-build/src/test/regress/expected/graph_table.out	2024-12-11 18:14:16.635412195 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/graph_table.out	2024-12-11 18:22:00.306491258 +0000
@@ -536,8 +536,8 @@
 SELECT * FROM GRAPH_TABLE (g1 MATCH (a)-[b]->(a)-[b]->(a) COLUMNS (a.vname AS self, b.ename AS loop_name)) ORDER BY loo...
  self | loop_name 
 ------+-----------
- v33  | e331
  v33  | E331
+ v33  | e331
 (2 rows)
 
 SELECT * FROM GRAPH_TABLE (g1 MATCH (a)-[b]->(a)-[b]->(a) COLUMNS (a.vname AS self, b.ename AS loop_name)) ORDER BY loo...
@@ -613,8 +613,8 @@
 SELECT * FROM GRAPH_TABLE (g2 MATCH (a)-[b]->(a)-[b]->(a) COLUMNS (a.elname AS self, b.elname COLLATE pg_catalog."defau...
   self  | loop_name 
 --------+-----------
- g2.v33 | g2.e331
  g2.v33 | g2.E331
+ g2.v33 | g2.e331
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/graph_table.out /tmp/cirrus-ci-build/src/test/recovery/tmp_check...
--- /tmp/cirrus-ci-build/src/test/regress/expected/graph_table.out	2024-12-11 18:14:16.635412195 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/graph_table.out	2024-12-11 18:23:35.282291686 +0000
@@ -536,8 +536,8 @@
 SELECT * FROM GRAPH_TABLE (g1 MATCH (a)-[b]->(a)-[b]->(a) COLUMNS (a.vname AS self, b.ename AS loop_name)) ORDER BY loo...
  self | loop_name 
 ------+-----------
- v33  | e331
  v33  | E331
+ v33  | e331
 (2 rows)
 
 SELECT * FROM GRAPH_TABLE (g1 MATCH (a)-[b]->(a)-[b]->(a) COLUMNS (a.vname AS self, b.ename AS loop_name)) ORDER BY loo...
@@ -613,8 +613,8 @@
 SELECT * FROM GRAPH_TABLE (g2 MATCH (a)-[b]->(a)-[b]->(a) COLUMNS (a.elname AS self, b.elname COLLATE pg_catalog."defau...
   self  | loop_name 
 --------+-----------
- g2.v33 | g2.e331
  g2.v33 | g2.E331
+ g2.v33 | g2.e331
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/graph_table.out /tmp/cirrus-ci-build/src/test/regress/results/gr...
--- /tmp/cirrus-ci-build/src/test/regress/expected/graph_table.out	2024-12-11 18:14:16.635412195 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/graph_table.out	2024-12-11 18:19:15.778628397 +0000
@@ -536,8 +536,8 @@
 SELECT * FROM GRAPH_TABLE (g1 MATCH (a)-[b]->(a)-[b]->(a) COLUMNS (a.vname AS self, b.ename AS loop_name)) ORDER BY loo...
  self | loop_name 
 ------+-----------
- v33  | e331
  v33  | E331
+ v33  | e331
 (2 rows)
 
 SELECT * FROM GRAPH_TABLE (g1 MATCH (a)-[b]->(a)-[b]->(a) COLUMNS (a.vname AS self, b.ename AS loop_name)) ORDER BY loo...
@@ -613,8 +613,8 @@
 SELECT * FROM GRAPH_TABLE (g2 MATCH (a)-[b]->(a)-[b]->(a) COLUMNS (a.elname AS self, b.elname COLLATE pg_catalog."defau...
   self  | loop_name 
 --------+-----------
- g2.v33 | g2.e331
  g2.v33 | g2.E331
+ g2.v33 | g2.e331
...
tap
[18:22:49.391](113.033s) not ok 5 - regression tests pass
tap
[18:24:06.638](65.572s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/graph_table.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/00...
--- /tmp/cirrus-ci-build/src/test/regress/expected/graph_table.out	2024-12-11 18:14:16.566687707 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/graph_table.out	2024-12-11 18:19:39.887576...
@@ -536,8 +536,8 @@
 SELECT * FROM GRAPH_TABLE (g1 MATCH (a)-[b]->(a)-[b]->(a) COLUMNS (a.vname AS self, b.ename AS loop_name)) ORDER BY loo...
  self | loop_name 
 ------+-----------
- v33  | e331
  v33  | E331
+ v33  | e331
 (2 rows)
 
 SELECT * FROM GRAPH_TABLE (g1 MATCH (a)-[b]->(a)-[b]->(a) COLUMNS (a.vname AS self, b.ename AS loop_name)) ORDER BY loo...
@@ -613,8 +613,8 @@
 SELECT * FROM GRAPH_TABLE (g2 MATCH (a)-[b]->(a)-[b]->(a) COLUMNS (a.elname AS self, b.elname COLLATE pg_catalog."defau...
   self  | loop_name 
 --------+-----------
- g2.v33 | g2.e331
  g2.v33 | g2.E331
+ g2.v33 | g2.e331
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/graph_table.out /tmp/cirrus-ci-build/build/testrun/recovery/027_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/graph_table.out	2024-12-11 18:14:16.566687707 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/graph_table.out	2024-12-11 18:20:29.8887...
@@ -536,8 +536,8 @@
 SELECT * FROM GRAPH_TABLE (g1 MATCH (a)-[b]->(a)-[b]->(a) COLUMNS (a.vname AS self, b.ename AS loop_name)) ORDER BY loo...
  self | loop_name 
 ------+-----------
- v33  | e331
  v33  | E331
+ v33  | e331
 (2 rows)
 
 SELECT * FROM GRAPH_TABLE (g1 MATCH (a)-[b]->(a)-[b]->(a) COLUMNS (a.vname AS self, b.ename AS loop_name)) ORDER BY loo...
@@ -613,8 +613,8 @@
 SELECT * FROM GRAPH_TABLE (g2 MATCH (a)-[b]->(a)-[b]->(a) COLUMNS (a.elname AS self, b.elname COLLATE pg_catalog."defau...
   self  | loop_name 
 --------+-----------
- g2.v33 | g2.e331
  g2.v33 | g2.E331
+ g2.v33 | g2.e331
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/graph_table.out /tmp/cirrus-ci-build/build/testrun/regress/regre...
--- /tmp/cirrus-ci-build/src/test/regress/expected/graph_table.out	2024-12-11 18:14:16.566687707 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/graph_table.out	2024-12-11 18:19:35.799504639 +0000
@@ -536,8 +536,8 @@
 SELECT * FROM GRAPH_TABLE (g1 MATCH (a)-[b]->(a)-[b]->(a) COLUMNS (a.vname AS self, b.ename AS loop_name)) ORDER BY loo...
  self | loop_name 
 ------+-----------
- v33  | e331
  v33  | E331
+ v33  | e331
 (2 rows)
 
 SELECT * FROM GRAPH_TABLE (g1 MATCH (a)-[b]->(a)-[b]->(a) COLUMNS (a.vname AS self, b.ename AS loop_name)) ORDER BY loo...
@@ -613,8 +613,8 @@
 SELECT * FROM GRAPH_TABLE (g2 MATCH (a)-[b]->(a)-[b]->(a) COLUMNS (a.elname AS self, b.elname COLLATE pg_catalog."defau...
   self  | loop_name 
 --------+-----------
- g2.v33 | g2.e331
  g2.v33 | g2.E331
+ g2.v33 | g2.e331
...
tap
[18:20:29.984](85.658s) not ok 5 - regression tests pass
tap
[18:21:10.182](90.440s) not ok 2 - regression tests pass
test
[18:23:00.111]  31/315 postgresql:regress / regress/regress                                            ERROR            ...
[18:23:00.111] 141/315 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[18:23:00.111] 163/315 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/graph_table.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg...
--- /Users/admin/pgsql/src/test/regress/expected/graph_table.out	2024-12-11 18:14:12
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/graph_table.out	2024-12-11 18:16:50
@@ -536,8 +536,8 @@
 SELECT * FROM GRAPH_TABLE (g1 MATCH (a)-[b]->(a)-[b]->(a) COLUMNS (a.vname AS self, b.ename AS loop_name)) ORDER BY loo...
  self | loop_name 
 ------+-----------
- v33  | e331
  v33  | E331
+ v33  | e331
 (2 rows)
 
 SELECT * FROM GRAPH_TABLE (g1 MATCH (a)-[b]->(a)-[b]->(a) COLUMNS (a.vname AS self, b.ename AS loop_name)) ORDER BY loo...
@@ -613,8 +613,8 @@
 SELECT * FROM GRAPH_TABLE (g2 MATCH (a)-[b]->(a)-[b]->(a) COLUMNS (a.elname AS self, b.elname COLLATE pg_catalog."defau...
   self  | loop_name 
 --------+-----------
- g2.v33 | g2.e331
  g2.v33 | g2.E331
+ g2.v33 | g2.e331
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/graph_table.out /Users/admin/pgsql/build/testrun/recovery/027_stre...
--- /Users/admin/pgsql/src/test/regress/expected/graph_table.out	2024-12-11 18:14:12
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/graph_table.out	2024-12-11 18:17:39
@@ -536,8 +536,8 @@
 SELECT * FROM GRAPH_TABLE (g1 MATCH (a)-[b]->(a)-[b]->(a) COLUMNS (a.vname AS self, b.ename AS loop_name)) ORDER BY loo...
  self | loop_name 
 ------+-----------
- v33  | e331
  v33  | E331
+ v33  | e331
 (2 rows)
 
 SELECT * FROM GRAPH_TABLE (g1 MATCH (a)-[b]->(a)-[b]->(a) COLUMNS (a.vname AS self, b.ename AS loop_name)) ORDER BY loo...
@@ -613,8 +613,8 @@
 SELECT * FROM GRAPH_TABLE (g2 MATCH (a)-[b]->(a)-[b]->(a) COLUMNS (a.elname AS self, b.elname COLLATE pg_catalog."defau...
   self  | loop_name 
 --------+-----------
- g2.v33 | g2.e331
  g2.v33 | g2.E331
+ g2.v33 | g2.e331
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/graph_table.out /Users/admin/pgsql/build/testrun/regress/regress/r...
--- /Users/admin/pgsql/src/test/regress/expected/graph_table.out	2024-12-11 18:14:12
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/graph_table.out	2024-12-11 18:16:52
@@ -536,8 +536,8 @@
 SELECT * FROM GRAPH_TABLE (g1 MATCH (a)-[b]->(a)-[b]->(a) COLUMNS (a.vname AS self, b.ename AS loop_name)) ORDER BY loo...
  self | loop_name 
 ------+-----------
- v33  | e331
  v33  | E331
+ v33  | e331
 (2 rows)
 
 SELECT * FROM GRAPH_TABLE (g1 MATCH (a)-[b]->(a)-[b]->(a) COLUMNS (a.vname AS self, b.ename AS loop_name)) ORDER BY loo...
@@ -613,8 +613,8 @@
 SELECT * FROM GRAPH_TABLE (g2 MATCH (a)-[b]->(a)-[b]->(a) COLUMNS (a.elname AS self, b.elname COLLATE pg_catalog."defau...
   self  | loop_name 
 --------+-----------
- g2.v33 | g2.e331
  g2.v33 | g2.E331
+ g2.v33 | g2.e331
...
tap
[18:17:12.826](46.706s) not ok 5 - regression tests pass
tap
[18:18:02.669](49.841s) not ok 2 - regression tests pass
test
[18:19:58.267]  29/315 postgresql:regress / regress/regress                                            ERROR            ...
[18:19:58.267]  47/315 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[18:19:58.267] 139/315 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
51/5242 Fix RelationTruncate() corruption
CompilerWarnings
compiler
[18:02:40.346] smgr.c:733:9: error: use of undeclared identifier 'CritSectionCount'
compiler
[17:58:10.483] smgr.c:733:16: error: ‘CritSectionCount’ undeclared (first use in this function)
compiler
[18:05:58.075] smgr.c:733:16: error: ‘CritSectionCount’ undeclared (first use in this function)
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[17:55:08.615] ../src/backend/storage/smgr/smgr.c(738): warning C4098: 'smgrtruncate': 'void' function returning a value
compiler
[17:55:08.424] ../src/backend/storage/smgr/smgr.c(733): error C2065: 'CritSectionCount': undeclared identifier
51/5111 Synchronization of sequences to subscriber
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out /tmp/cirrus-ci-build/build/testrun/...
--- /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out	2024-12-11 17:29:21.213224000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_stat_statements/regress/results/level_tracking.out	2024-12-11 17:32:53.2326900...
@@ -914,7 +914,9 @@
                      QUERY PLAN                      
 -----------------------------------------------------
  Seq Scan on stats_track_tab (actual rows=0 loops=1)
-(1 row)
+ Planning:
+   Buffers: shared hit=20
+(3 rows)
 
 SELECT toplevel, calls, query FROM pg_stat_statements
   ORDER BY query COLLATE "C";
@@ -947,7 +949,9 @@
                      QUERY PLAN                      
 -----------------------------------------------------
  Seq Scan on stats_track_tab (actual rows=0 loops=1)
-(1 row)
+ Planning:
...
test
[17:35:14.719]  87/316 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
51/5433 Adding a '--two-phase' option to 'pg_createsubscriber' utility.
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out /tmp/cirrus-ci-build/build/testrun/...
--- /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out	2024-12-11 17:11:45.511711000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_stat_statements/regress/results/level_tracking.out	2024-12-11 17:14:28.1576710...
@@ -914,7 +914,9 @@
                      QUERY PLAN                      
 -----------------------------------------------------
  Seq Scan on stats_track_tab (actual rows=0 loops=1)
-(1 row)
+ Planning:
+   Buffers: shared hit=20
+(3 rows)
 
 SELECT toplevel, calls, query FROM pg_stat_statements
   ORDER BY query COLLATE "C";
@@ -947,7 +949,9 @@
                      QUERY PLAN                      
 -----------------------------------------------------
  Seq Scan on stats_track_tab (actual rows=0 loops=1)
-(1 row)
+ Planning:
...
test
[17:16:42.331]  87/315 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
51/5378 Conflict detection for update_deleted in logical replication
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out /tmp/cirrus-ci-build/build/testrun/...
--- /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out	2024-12-11 16:53:17.143593000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_stat_statements/regress/results/level_tracking.out	2024-12-11 16:56:28.1980940...
@@ -914,7 +914,9 @@
                      QUERY PLAN                      
 -----------------------------------------------------
  Seq Scan on stats_track_tab (actual rows=0 loops=1)
-(1 row)
+ Planning:
+   Buffers: shared hit=20
+(3 rows)
 
 SELECT toplevel, calls, query FROM pg_stat_statements
   ORDER BY query COLLATE "C";
@@ -947,7 +949,9 @@
                      QUERY PLAN                      
 -----------------------------------------------------
  Seq Scan on stats_track_tab (actual rows=0 loops=1)
-(1 row)
+ Planning:
...
test
[16:58:45.318]  87/316 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
51/4984 Serverside SNI for SSL connections
Linux - Debian Bookworm - Meson
core
[16:40:13.460] #0  <unavailable> in ?? ()
core
[16:40:13.460] #0  0x00007fe4c50aeda4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[16:40:13.460] #1  0x00007fe4c505b239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[16:40:13.460] #2  0x00007fe4c5116204 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[16:40:13.460] #3  0x00007fe4c512885c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
tap
[16:38:48.730](0.000s) not ok 8 - connect with correct server CA cert file sslmode=require: matches
tap
[16:38:43.047](0.516s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[16:39:01.281] 294/316 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
[16:39:01.281] 313/316 postgresql:ssl / ssl/004_sni                                                    ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[16:32:46.029] ../src/test/modules/ssl_passphrase_callback/ssl_passphrase_func.c(52): warning C4113: 'void (__cdecl *)(S...
tap
[16:44:52.131](0.001s) not ok 8 - connect with correct server CA cert file sslmode=require: matches
[16:45:21.072](0.118s) not ok 258 - connect with correct server CA cert file sslmode=require
[16:45:21.073](0.000s) not ok 259 - connect with correct server CA cert file sslmode=require: no stderr
[16:45:21.167](0.001s) not ok 261 - connect fails since the passphrase protected key cannot be reloaded: matches
tap
[16:44:30.529](2.143s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[16:46:54.604] 290/311 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
[16:46:54.604] 308/311 postgresql:ssl / ssl/004_sni                                                    ERROR            ...
51/4980 Expand applicability of aggregate's sortop optimization
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out /tmp/cirrus-ci-build/build/testrun/...
--- /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out	2024-12-11 16:06:04.602305000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_stat_statements/regress/results/level_tracking.out	2024-12-11 16:09:26.3174940...
@@ -914,7 +914,9 @@
                      QUERY PLAN                      
 -----------------------------------------------------
  Seq Scan on stats_track_tab (actual rows=0 loops=1)
-(1 row)
+ Planning:
+   Buffers: shared hit=20
+(3 rows)
 
 SELECT toplevel, calls, query FROM pg_stat_statements
   ORDER BY query COLLATE "C";
@@ -947,7 +949,9 @@
                      QUERY PLAN                      
 -----------------------------------------------------
  Seq Scan on stats_track_tab (actual rows=0 loops=1)
-(1 row)
+ Planning:
...
test
[16:11:43.182]  89/315 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/subselect.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/subselect.out	2024-12-11 16:06:03.259742932 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/subselect.out	2024-12-11 16:12:20.412855058 +0000
@@ -1029,7 +1029,7 @@
    ->  Seq Scan on tenk1 t
          Filter: ((ANY (unique2 = (hashed SubPlan 2).col1)) OR (ten < 0))
          SubPlan 2
-           ->  Index Only Scan using tenk1_unique1 on tenk1 k
+           ->  Index Only Scan using idx_int4 on tenk1 k
 (5 rows)
 
 select count(*) from tenk1 t
tap
[16:14:10.271](151.481s) not ok 5 - regression tests pass
51/5434 Avoid unnecessary wrapping for more complex expressions
FreeBSD - 13 - Meson
core
[15:54:43.909] #0  0x000000082b39d8fa in _sigprocmask () from /lib/libc.so.7
[15:54:43.909] #1  0x000000082b3d6f91 in _system () from /lib/libc.so.7
[15:54:43.909] #2  0x000000082a07e9d3 in ?? () from /lib/libthr.so.3
[15:54:43.909] #3  0x0000000000670a25 in RestoreArchivedFile (path=path@entry=0x82156f1d0 "P\362V!\b", xlogfname=xlogfna...
[15:54:43.909] #4  0x000000000067c09e in XLogFileRead (segno=segno@entry=4, tli=tli@entry=2, source=source@entry=XLOG_FR...
[15:54:43.909] #5  0x0000000000677dec in XLogFileReadAnyTLI (segno=4, source=XLOG_FROM_ANY) at ../src/backend/access/tra...
[15:54:43.909] #6  WaitForWALToBecomeAvailable (RecPtr=67210840, tliRecPtr=67210816, replayTLI=2, replayLSN=67210816, ra...
[15:54:43.909] #7  XLogPageRead (xlogreader=0x834f22130, targetPagePtr=67207168, reqLen=3672, targetRecPtr=67210816, rea...
[15:54:43.909] #8  0x000000000067ed82 in ReadPageInternal (state=state@entry=0x834f22130, pageptr=67207168, reqLen=3672)...
[15:54:43.909] #9  0x000000000067dbf2 in XLogDecodeNextRecord (state=0x834f22130, nonblocking=false) at ../src/backend/a...
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out /tmp/cirrus-ci-build/build/testrun/...
--- /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out	2024-12-11 15:48:34.535699000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_stat_statements/regress/results/level_tracking.out	2024-12-11 15:51:12.1932750...
@@ -914,7 +914,9 @@
                      QUERY PLAN                      
 -----------------------------------------------------
  Seq Scan on stats_track_tab (actual rows=0 loops=1)
-(1 row)
+ Planning:
+   Buffers: shared hit=20
+(3 rows)
 
 SELECT toplevel, calls, query FROM pg_stat_statements
   ORDER BY query COLLATE "C";
@@ -947,7 +949,9 @@
                      QUERY PLAN                      
 -----------------------------------------------------
  Seq Scan on stats_track_tab (actual rows=0 loops=1)
-(1 row)
+ Planning:
...
test
[15:53:31.017]  87/315 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
51/4620 CRC32C Parallel Computation Optimization on ARM
CompilerWarnings
compiler
[15:35:16.715] pg_crc32c_sse42.c:29:18: error: unused variable 'orig_crc' [-Werror,-Wunused-variable]
compiler
[15:32:29.578] pg_crc32c_sse42.c:29:25: error: unused variable ‘orig_crc’ [-Werror=unused-variable]
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out /tmp/cirrus-ci-build/build/testrun/...
--- /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out	2024-12-11 15:31:54.083978000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_stat_statements/regress/results/level_tracking.out	2024-12-11 15:34:58.1600760...
@@ -914,7 +914,9 @@
                      QUERY PLAN                      
 -----------------------------------------------------
  Seq Scan on stats_track_tab (actual rows=0 loops=1)
-(1 row)
+ Planning:
+   Buffers: shared hit=20
+(3 rows)
 
 SELECT toplevel, calls, query FROM pg_stat_statements
   ORDER BY query COLLATE "C";
@@ -947,7 +949,9 @@
                      QUERY PLAN                      
 -----------------------------------------------------
  Seq Scan on stats_track_tab (actual rows=0 loops=1)
-(1 row)
+ Planning:
...
test
[15:37:16.689]  89/316 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
Linux - Debian Bookworm - Meson
core
[15:45:20.288] #0  0x00007f891b9a5da4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[15:45:20.288] #1  0x00007f891b952239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[15:45:20.288] #2  0x00007f891b952497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[15:45:20.288] #3  0x000056290115c5f3 in ?? ()
[15:45:20.288] #4  0x0000562901156369 in ?? ()
[15:45:20.288] #5  0x000056290115520f in ?? ()
[15:45:20.288] #6  0x0000562901155c3b in ?? ()
[15:45:20.288] #7  0x000056290115366f in ?? ()
[15:45:20.288] #8  0x00007f891b93d24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:45:20.288] #9  0x00007f891b93d305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[15:45:20.288] #0  <unavailable> in ?? ()
core
[15:45:21.079] #0  0x00007f891b9a5da4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[15:45:21.079] #1  0x00007f891b952239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[15:45:21.079] #2  0x00007f891b952497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[15:45:21.079] #3  0x000056290115c5c1 in ?? ()
[15:45:21.079] #4  0x0000562901156369 in ?? ()
[15:45:21.079] #5  0x000056290115520f in ?? ()
[15:45:21.079] #6  0x0000562901155c3b in ?? ()
[15:45:21.079] #7  0x000056290115366f in ?? ()
[15:45:21.079] #8  0x00007f891b93d24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:45:21.079] #9  0x00007f891b93d305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[15:45:21.194] #0  <unavailable> in ?? ()
core
[15:45:21.194] #0  0x00007f261d338da4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[15:45:21.194] #1  0x00007f261d2e5239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[15:45:21.194] #2  0x00007f261d2e5497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[15:45:21.194] #3  0x0000559fc883a5f3 in ?? ()
[15:45:21.194] #4  0x0000559fc8834369 in ?? ()
[15:45:21.194] #5  0x0000559fc883320f in ?? ()
[15:45:21.194] #6  0x0000559fc8833c3b in ?? ()
[15:45:21.194] #7  0x0000559fc883166f in ?? ()
[15:45:21.194] #8  0x00007f261d2d024a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:45:21.194] #9  0x00007f261d2d0305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[15:45:20.950] #0  0xf7f35559 in __kernel_vsyscall ()
[15:45:20.950] #1  0xf6870407 in ?? () from /lib/i386-linux-gnu/libc.so.6
[15:45:20.950] #2  0xf681f111 in raise () from /lib/i386-linux-gnu/libc.so.6
[15:45:20.950] #3  0xf680826a in abort () from /lib/i386-linux-gnu/libc.so.6
[15:45:20.950] #4  0xf6a2bd4a in __sanitizer::Abort () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_pos...
[15:45:20.950] #5  0xf6a3a896 in __sanitizer::Die () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_termi...
[15:45:20.950] #6  0xf6a1858c in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=<optimized out>, Pointer=<optimize...
[15:45:20.950] #7  0xeafbb289 in DatumGetInt64 (X=<optimized out>) at ../src/include/postgres.h:390
[15:45:20.950] #8  drive_crc32c (fcinfo=0x58cc3f98) at ../contrib/test_crc32c/test_crc32c.c:22
[15:45:20.950] #9  0x56c948e8 in ExecInterpExpr (state=0x58cc3ad8, econtext=0x58cc28fc, isnull=0xffe2f23f) at ../src/bac...
core
[15:45:20.403] #0  0x00007f261d338da4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[15:45:20.403] #1  0x00007f261d2e5239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[15:45:20.403] #2  0x00007f261d2e5497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[15:45:20.403] #3  0x0000559fc883a5c1 in ?? ()
[15:45:20.403] #4  0x0000559fc8834369 in ?? ()
[15:45:20.403] #5  0x0000559fc883320f in ?? ()
[15:45:20.403] #6  0x0000559fc8833c3b in ?? ()
[15:45:20.403] #7  0x0000559fc883166f in ?? ()
[15:45:20.403] #8  0x00007f261d2d024a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:45:20.403] #9  0x00007f261d2d0305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
regress
diff -U3 /tmp/cirrus-ci-build/contrib/test_crc32c/expected/test_crc32c.out /tmp/cirrus-ci-build/build-32/testrun/test_cr...
--- /tmp/cirrus-ci-build/contrib/test_crc32c/expected/test_crc32c.out	2024-12-11 15:31:53.567408644 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/test_crc32c/regress/results/test_crc32c.out	2024-12-11 15:41:39.465714663 +000...
@@ -1,57 +1,6 @@
 CREATE EXTENSION test_crc32c;
 select drive_crc32c(1, i) from generate_series(100, 300, 4) i;
- drive_crc32c 
---------------
-    532139994
-   2103623867
-    785984197
-   2686825890
-   3213049059
-   3819630168
-   1389234603
-    534072900
-   2930108140
-   2496889855
-   1475239611
-    136366931
...
test
[15:44:09.248]  51/316 postgresql:test_crc32c / test_crc32c/regress                                    ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[15:33:42.464] test_crc32c.c.obj : error LNK2001: unresolved external symbol pg_comp_crc32c
51/4766 data loss bug in initial sync of logical replication
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out /tmp/cirrus-ci-build/build/testrun/...
--- /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out	2024-12-11 15:13:50.839372000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_stat_statements/regress/results/level_tracking.out	2024-12-11 15:17:02.5378300...
@@ -914,7 +914,9 @@
                      QUERY PLAN                      
 -----------------------------------------------------
  Seq Scan on stats_track_tab (actual rows=0 loops=1)
-(1 row)
+ Planning:
+   Buffers: shared hit=20
+(3 rows)
 
 SELECT toplevel, calls, query FROM pg_stat_statements
   ORDER BY query COLLATE "C";
@@ -947,7 +949,9 @@
                      QUERY PLAN                      
 -----------------------------------------------------
  Seq Scan on stats_track_tab (actual rows=0 loops=1)
-(1 row)
+ Planning:
...
test
[15:19:32.915]  88/315 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
51/5430 Lock tuple for dependecy change in REASSIGN OWNED.
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out /tmp/cirrus-ci-build/build/testrun/...
--- /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out	2024-12-11 14:52:55.689028000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_stat_statements/regress/results/level_tracking.out	2024-12-11 14:56:25.0570110...
@@ -914,7 +914,9 @@
                      QUERY PLAN                      
 -----------------------------------------------------
  Seq Scan on stats_track_tab (actual rows=0 loops=1)
-(1 row)
+ Planning:
+   Buffers: shared hit=20
+(3 rows)
 
 SELECT toplevel, calls, query FROM pg_stat_statements
   ORDER BY query COLLATE "C";
@@ -947,7 +949,9 @@
                      QUERY PLAN                      
 -----------------------------------------------------
  Seq Scan on stats_track_tab (actual rows=0 loops=1)
-(1 row)
+ Planning:
...
test
[14:58:59.890]  89/315 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
51/5263 removes attndims and typndims entirely
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out /tmp/cirrus-ci-build/build/testrun/...
--- /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out	2024-12-11 14:29:58.978193000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_stat_statements/regress/results/level_tracking.out	2024-12-11 14:33:21.4900350...
@@ -914,7 +914,9 @@
                      QUERY PLAN                      
 -----------------------------------------------------
  Seq Scan on stats_track_tab (actual rows=0 loops=1)
-(1 row)
+ Planning:
+   Buffers: shared hit=21
+(3 rows)
 
 SELECT toplevel, calls, query FROM pg_stat_statements
   ORDER BY query COLLATE "C";
@@ -947,7 +949,9 @@
                      QUERY PLAN                      
 -----------------------------------------------------
  Seq Scan on stats_track_tab (actual rows=0 loops=1)
-(1 row)
+ Planning:
...
test
[14:35:40.268]  87/315 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
macOS - Sonoma - Meson
tap
[14:33:52.559](0.000s) not ok 66 - all output lines are FPW
test
[14:34:49.201] 199/315 postgresql:pg_waldump / pg_waldump/001_basic                                    ERROR            ...
51/5323 Support enabling checksums online
CompilerWarnings
compiler
[13:40:56.626] datachecksumsworker.c:590:67: error: format ‘%d’ expects argument of type ‘int’, but argument 5 has type ...
FreeBSD - 13 - Meson
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
core
[13:57:25.689] #0  0x000000082b0e541a in thr_kill () from /lib/libc.so.7
[13:57:25.689] #1  0x000000082b05ee64 in raise () from /lib/libc.so.7
[13:57:25.689] #2  0x000000082b10f6f9 in abort () from /lib/libc.so.7
[13:57:25.689] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:57:25.689] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:57:25.689] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:57:25.689] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:57:25.689] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821788ae0) at ../src/backe...
[13:57:25.689] #8  0x00000000007d33fb in main (argc=8, argv=0x821788ae0) at ../src/backend/main/main.c:224
[13:57:25.937] #0  0x000000082c73941a in thr_kill () from /lib/libc.so.7
core
[13:57:30.118] #0  0x000000082ac1341a in thr_kill () from /lib/libc.so.7
[13:57:30.118] #1  0x000000082ab8ce64 in raise () from /lib/libc.so.7
[13:57:30.118] #2  0x000000082ac3d6f9 in abort () from /lib/libc.so.7
[13:57:30.118] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:57:30.118] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:57:30.118] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:57:30.118] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:57:30.118] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821326058) at ../src/backe...
[13:57:30.118] #8  0x00000000007d33fb in main (argc=4, argv=0x821326058) at ../src/backend/main/main.c:224
[13:57:30.363] #0  0x000000082a44941a in thr_kill () from /lib/libc.so.7
core
[13:57:29.863] #0  0x000000082c8f841a in thr_kill () from /lib/libc.so.7
[13:57:29.863] #1  0x000000082c871e64 in raise () from /lib/libc.so.7
[13:57:29.863] #2  0x000000082c9226f9 in abort () from /lib/libc.so.7
[13:57:29.863] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:57:29.863] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:57:29.863] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:57:29.863] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:57:29.863] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820f602d0) at ../src/backe...
[13:57:29.863] #8  0x00000000007d33fb in main (argc=4, argv=0x820f602d0) at ../src/backend/main/main.c:224
[13:57:30.108] #0  0x000000082ac1341a in thr_kill () from /lib/libc.so.7
core
[13:57:29.604] #0  0x000000082b34e41a in thr_kill () from /lib/libc.so.7
[13:57:29.604] #1  0x000000082b2c7e64 in raise () from /lib/libc.so.7
[13:57:29.604] #2  0x000000082b3786f9 in abort () from /lib/libc.so.7
[13:57:29.604] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:57:29.604] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:57:29.604] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:57:29.604] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:57:29.604] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821802578) at ../src/backe...
[13:57:29.604] #8  0x00000000007d33fb in main (argc=4, argv=0x821802578) at ../src/backend/main/main.c:224
[13:57:29.853] #0  0x000000082c8f841a in thr_kill () from /lib/libc.so.7
core
[13:57:29.348] #0  0x000000082d86f41a in thr_kill () from /lib/libc.so.7
[13:57:29.348] #1  0x000000082d7e8e64 in raise () from /lib/libc.so.7
[13:57:29.348] #2  0x000000082d8996f9 in abort () from /lib/libc.so.7
[13:57:29.348] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:57:29.348] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:57:29.348] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:57:29.348] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:57:29.348] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8214f5030) at ../src/backe...
[13:57:29.348] #8  0x00000000007d33fb in main (argc=4, argv=0x8214f5030) at ../src/backend/main/main.c:224
[13:57:29.595] #0  0x000000082b34e41a in thr_kill () from /lib/libc.so.7
core
[13:57:29.091] #0  0x000000082c0b441a in thr_kill () from /lib/libc.so.7
[13:57:29.091] #1  0x000000082c02de64 in raise () from /lib/libc.so.7
[13:57:29.091] #2  0x000000082c0de6f9 in abort () from /lib/libc.so.7
[13:57:29.091] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:57:29.091] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:57:29.091] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:57:29.091] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:57:29.091] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8216fda08) at ../src/backe...
[13:57:29.091] #8  0x00000000007d33fb in main (argc=4, argv=0x8216fda08) at ../src/backend/main/main.c:224
[13:57:29.338] #0  0x000000082d86f41a in thr_kill () from /lib/libc.so.7
core
[13:57:28.837] #0  0x000000082be6341a in thr_kill () from /lib/libc.so.7
[13:57:28.837] #1  0x000000082bddce64 in raise () from /lib/libc.so.7
[13:57:28.837] #2  0x000000082be8d6f9 in abort () from /lib/libc.so.7
[13:57:28.837] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:57:28.837] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:57:28.837] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:57:28.837] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:57:28.837] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821a3dde8) at ../src/backe...
[13:57:28.837] #8  0x00000000007d33fb in main (argc=4, argv=0x821a3dde8) at ../src/backend/main/main.c:224
[13:57:29.082] #0  0x000000082c0b441a in thr_kill () from /lib/libc.so.7
core
[13:57:28.581] #0  0x000000082b3f841a in thr_kill () from /lib/libc.so.7
[13:57:28.581] #1  0x000000082b371e64 in raise () from /lib/libc.so.7
[13:57:28.581] #2  0x000000082b4226f9 in abort () from /lib/libc.so.7
[13:57:28.581] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:57:28.581] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:57:28.581] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:57:28.581] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:57:28.582] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821aa1c80) at ../src/backe...
[13:57:28.582] #8  0x00000000007d33fb in main (argc=4, argv=0x821aa1c80) at ../src/backend/main/main.c:224
[13:57:28.828] #0  0x000000082be6341a in thr_kill () from /lib/libc.so.7
core
[13:57:28.317] #0  0x000000082bef741a in thr_kill () from /lib/libc.so.7
[13:57:28.317] #1  0x000000082be70e64 in raise () from /lib/libc.so.7
[13:57:28.317] #2  0x000000082bf216f9 in abort () from /lib/libc.so.7
[13:57:28.317] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:57:28.317] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:57:28.317] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:57:28.317] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:57:28.317] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8219c45c8) at ../src/backe...
[13:57:28.317] #8  0x00000000007d33fb in main (argc=4, argv=0x8219c45c8) at ../src/backend/main/main.c:224
[13:57:28.572] #0  0x000000082b3f841a in thr_kill () from /lib/libc.so.7
core
[13:57:28.046] #0  0x000000082c3fd41a in thr_kill () from /lib/libc.so.7
[13:57:28.046] #1  0x000000082c376e64 in raise () from /lib/libc.so.7
[13:57:28.046] #2  0x000000082c4276f9 in abort () from /lib/libc.so.7
[13:57:28.046] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:57:28.046] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:57:28.046] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:57:28.046] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:57:28.046] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821960928) at ../src/backe...
[13:57:28.046] #8  0x00000000007d33fb in main (argc=4, argv=0x821960928) at ../src/backend/main/main.c:224
[13:57:28.307] #0  0x000000082bef741a in thr_kill () from /lib/libc.so.7
core
[13:57:27.782] #0  0x000000082a2a141a in thr_kill () from /lib/libc.so.7
[13:57:27.782] #1  0x000000082a21ae64 in raise () from /lib/libc.so.7
[13:57:27.782] #2  0x000000082a2cb6f9 in abort () from /lib/libc.so.7
[13:57:27.782] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:57:27.782] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:57:27.782] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:57:27.782] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:57:27.782] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820e69b38) at ../src/backe...
[13:57:27.782] #8  0x00000000007d33fb in main (argc=4, argv=0x820e69b38) at ../src/backend/main/main.c:224
[13:57:28.035] #0  0x000000082c3fd41a in thr_kill () from /lib/libc.so.7
core
[13:57:27.514] #0  0x000000082c4a441a in thr_kill () from /lib/libc.so.7
[13:57:27.514] #1  0x000000082c41de64 in raise () from /lib/libc.so.7
[13:57:27.514] #2  0x000000082c4ce6f9 in abort () from /lib/libc.so.7
[13:57:27.514] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:57:27.514] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:57:27.514] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:57:27.514] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:57:27.515] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8212bb6b0) at ../src/backe...
[13:57:27.515] #8  0x00000000007d33fb in main (argc=4, argv=0x8212bb6b0) at ../src/backend/main/main.c:224
[13:57:27.772] #0  0x000000082a2a141a in thr_kill () from /lib/libc.so.7
core
[13:57:27.258] #0  0x000000082b0d241a in thr_kill () from /lib/libc.so.7
[13:57:27.258] #1  0x000000082b04be64 in raise () from /lib/libc.so.7
[13:57:27.258] #2  0x000000082b0fc6f9 in abort () from /lib/libc.so.7
[13:57:27.258] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:57:27.258] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:57:27.258] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:57:27.258] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:57:27.258] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820bfc880) at ../src/backe...
[13:57:27.258] #8  0x00000000007d33fb in main (argc=8, argv=0x820bfc880) at ../src/backend/main/main.c:224
[13:57:27.505] #0  0x000000082c4a441a in thr_kill () from /lib/libc.so.7
core
[13:57:26.996] #0  0x000000082bf0741a in thr_kill () from /lib/libc.so.7
[13:57:26.996] #1  0x000000082be80e64 in raise () from /lib/libc.so.7
[13:57:26.996] #2  0x000000082bf316f9 in abort () from /lib/libc.so.7
[13:57:26.996] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:57:26.996] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:57:26.996] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:57:26.996] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:57:26.996] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821a4ab90) at ../src/backe...
[13:57:26.996] #8  0x00000000007d33fb in main (argc=8, argv=0x821a4ab90) at ../src/backend/main/main.c:224
[13:57:27.249] #0  0x000000082b0d241a in thr_kill () from /lib/libc.so.7
core
[13:57:26.736] #0  0x000000082c20841a in thr_kill () from /lib/libc.so.7
[13:57:26.736] #1  0x000000082c181e64 in raise () from /lib/libc.so.7
[13:57:26.736] #2  0x000000082c2326f9 in abort () from /lib/libc.so.7
[13:57:26.736] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:57:26.736] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:57:26.736] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:57:26.736] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:57:26.736] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8215f5f28) at ../src/backe...
[13:57:26.736] #8  0x00000000007d33fb in main (argc=8, argv=0x8215f5f28) at ../src/backend/main/main.c:224
[13:57:26.986] #0  0x000000082bf0741a in thr_kill () from /lib/libc.so.7
core
[13:57:26.473] #0  0x000000082bf0541a in thr_kill () from /lib/libc.so.7
[13:57:26.473] #1  0x000000082be7ee64 in raise () from /lib/libc.so.7
[13:57:26.473] #2  0x000000082bf2f6f9 in abort () from /lib/libc.so.7
[13:57:26.473] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:57:26.473] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:57:26.473] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:57:26.473] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:57:26.473] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820f5b880) at ../src/backe...
[13:57:26.473] #8  0x00000000007d33fb in main (argc=8, argv=0x820f5b880) at ../src/backend/main/main.c:224
[13:57:26.727] #0  0x000000082c20841a in thr_kill () from /lib/libc.so.7
core
[13:57:26.209] #0  0x000000082a91b41a in thr_kill () from /lib/libc.so.7
[13:57:26.209] #1  0x000000082a894e64 in raise () from /lib/libc.so.7
[13:57:26.209] #2  0x000000082a9456f9 in abort () from /lib/libc.so.7
[13:57:26.209] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:57:26.209] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:57:26.209] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:57:26.209] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:57:26.209] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821411078) at ../src/backe...
[13:57:26.209] #8  0x00000000007d33fb in main (argc=8, argv=0x821411078) at ../src/backend/main/main.c:224
[13:57:26.464] #0  0x000000082bf0541a in thr_kill () from /lib/libc.so.7
core
[13:57:25.946] #0  0x000000082c73941a in thr_kill () from /lib/libc.so.7
[13:57:25.946] #1  0x000000082c6b2e64 in raise () from /lib/libc.so.7
[13:57:25.946] #2  0x000000082c7636f9 in abort () from /lib/libc.so.7
[13:57:25.946] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:57:25.946] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:57:25.946] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:57:25.946] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:57:25.946] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821a6eac0) at ../src/backe...
[13:57:25.946] #8  0x00000000007d33fb in main (argc=8, argv=0x821a6eac0) at ../src/backend/main/main.c:224
[13:57:26.200] #0  0x000000082a91b41a in thr_kill () from /lib/libc.so.7
core
[13:57:25.428] #0  0x000000082c4a241a in thr_kill () from /lib/libc.so.7
[13:57:25.428] #1  0x000000082c41be64 in raise () from /lib/libc.so.7
[13:57:25.428] #2  0x000000082c4cc6f9 in abort () from /lib/libc.so.7
[13:57:25.428] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:57:25.428] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:57:25.428] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:57:25.428] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:57:25.428] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820db49a8) at ../src/backe...
[13:57:25.428] #8  0x00000000007d33fb in main (argc=8, argv=0x820db49a8) at ../src/backend/main/main.c:224
[13:57:25.680] #0  0x000000082b0e541a in thr_kill () from /lib/libc.so.7
core
[13:57:25.164] #0  0x000000082ce1d41a in thr_kill () from /lib/libc.so.7
[13:57:25.164] #1  0x000000082cd96e64 in raise () from /lib/libc.so.7
[13:57:25.164] #2  0x000000082ce476f9 in abort () from /lib/libc.so.7
[13:57:25.164] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:57:25.164] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:57:25.164] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:57:25.164] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:57:25.164] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820c36170) at ../src/backe...
[13:57:25.164] #8  0x00000000007d33fb in main (argc=8, argv=0x820c36170) at ../src/backend/main/main.c:224
[13:57:25.419] #0  0x000000082c4a241a in thr_kill () from /lib/libc.so.7
core
[13:57:24.899] #0  0x000000082d36441a in thr_kill () from /lib/libc.so.7
[13:57:24.899] #1  0x000000082d2dde64 in raise () from /lib/libc.so.7
[13:57:24.899] #2  0x000000082d38e6f9 in abort () from /lib/libc.so.7
[13:57:24.899] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:57:24.899] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:57:24.899] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:57:24.899] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:57:24.899] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821550860) at ../src/backe...
[13:57:24.899] #8  0x00000000007d33fb in main (argc=8, argv=0x821550860) at ../src/backend/main/main.c:224
[13:57:25.155] #0  0x000000082ce1d41a in thr_kill () from /lib/libc.so.7
core
[13:57:24.635] #0  0x000000082c85641a in thr_kill () from /lib/libc.so.7
[13:57:24.635] #1  0x000000082c7cfe64 in raise () from /lib/libc.so.7
[13:57:24.635] #2  0x000000082c8806f9 in abort () from /lib/libc.so.7
[13:57:24.635] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:57:24.635] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:57:24.635] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:57:24.635] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:57:24.636] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820fcedf8) at ../src/backe...
[13:57:24.636] #8  0x00000000007d33fb in main (argc=8, argv=0x820fcedf8) at ../src/backend/main/main.c:224
[13:57:24.889] #0  0x000000082d36441a in thr_kill () from /lib/libc.so.7
core
[13:57:24.376] #0  0x000000082add141a in thr_kill () from /lib/libc.so.7
[13:57:24.376] #1  0x000000082ad4ae64 in raise () from /lib/libc.so.7
[13:57:24.376] #2  0x000000082adfb6f9 in abort () from /lib/libc.so.7
[13:57:24.376] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:57:24.376] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:57:24.376] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:57:24.376] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:57:24.376] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x82103c048) at ../src/backe...
[13:57:24.376] #8  0x00000000007d33fb in main (argc=8, argv=0x82103c048) at ../src/backend/main/main.c:224
[13:57:24.626] #0  0x000000082c85641a in thr_kill () from /lib/libc.so.7
core
[13:57:24.114] #0  0x000000082c7e541a in thr_kill () from /lib/libc.so.7
[13:57:24.114] #1  0x000000082c75ee64 in raise () from /lib/libc.so.7
[13:57:24.114] #2  0x000000082c80f6f9 in abort () from /lib/libc.so.7
[13:57:24.114] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:57:24.114] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:57:24.114] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:57:24.114] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:57:24.115] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x82141ced8) at ../src/backe...
[13:57:24.115] #8  0x00000000007d33fb in main (argc=8, argv=0x82141ced8) at ../src/backend/main/main.c:224
[13:57:24.366] #0  0x000000082add141a in thr_kill () from /lib/libc.so.7
core
[13:57:23.847] #0  0x000000082a5eb41a in thr_kill () from /lib/libc.so.7
[13:57:23.847] #1  0x000000082a564e64 in raise () from /lib/libc.so.7
[13:57:23.847] #2  0x000000082a6156f9 in abort () from /lib/libc.so.7
[13:57:23.847] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:57:23.847] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:57:23.847] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:57:23.847] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:57:23.847] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820c0ed98) at ../src/backe...
[13:57:23.847] #8  0x00000000007d33fb in main (argc=8, argv=0x820c0ed98) at ../src/backend/main/main.c:224
[13:57:24.105] #0  0x000000082c7e541a in thr_kill () from /lib/libc.so.7
core
[13:57:23.584] #0  0x000000082ada741a in thr_kill () from /lib/libc.so.7
[13:57:23.584] #1  0x000000082ad20e64 in raise () from /lib/libc.so.7
[13:57:23.584] #2  0x000000082add16f9 in abort () from /lib/libc.so.7
[13:57:23.584] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:57:23.584] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:57:23.584] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:57:23.584] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:57:23.584] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8218bbe30) at ../src/backe...
[13:57:23.584] #8  0x00000000007d33fb in main (argc=8, argv=0x8218bbe30) at ../src/backend/main/main.c:224
[13:57:23.838] #0  0x000000082a5eb41a in thr_kill () from /lib/libc.so.7
core
[13:57:23.312] #0  0x000000082ba7841a in thr_kill () from /lib/libc.so.7
[13:57:23.312] #1  0x000000082b9f1e64 in raise () from /lib/libc.so.7
[13:57:23.312] #2  0x000000082baa26f9 in abort () from /lib/libc.so.7
[13:57:23.312] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:57:23.312] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:57:23.312] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:57:23.312] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:57:23.312] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820c72cb0) at ../src/backe...
[13:57:23.312] #8  0x00000000007d33fb in main (argc=8, argv=0x820c72cb0) at ../src/backend/main/main.c:224
[13:57:23.574] #0  0x000000082ada741a in thr_kill () from /lib/libc.so.7
core
[13:57:23.046] #0  0x000000082a40041a in thr_kill () from /lib/libc.so.7
[13:57:23.046] #1  0x000000082a379e64 in raise () from /lib/libc.so.7
[13:57:23.046] #2  0x000000082a42a6f9 in abort () from /lib/libc.so.7
[13:57:23.046] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:57:23.046] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:57:23.046] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:57:23.046] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:57:23.047] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x82143b7c0) at ../src/backe...
[13:57:23.047] #8  0x00000000007d33fb in main (argc=8, argv=0x82143b7c0) at ../src/backend/main/main.c:224
[13:57:23.302] #0  0x000000082ba7841a in thr_kill () from /lib/libc.so.7
core
[13:57:22.786] #0  0x000000082bb9b41a in thr_kill () from /lib/libc.so.7
[13:57:22.786] #1  0x000000082bb14e64 in raise () from /lib/libc.so.7
[13:57:22.786] #2  0x000000082bbc56f9 in abort () from /lib/libc.so.7
[13:57:22.786] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:57:22.786] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:57:22.786] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:57:22.786] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:57:22.786] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8217e11f8) at ../src/backe...
[13:57:22.786] #8  0x00000000007d33fb in main (argc=8, argv=0x8217e11f8) at ../src/backend/main/main.c:224
[13:57:23.037] #0  0x000000082a40041a in thr_kill () from /lib/libc.so.7
core
[13:57:22.524] #0  0x000000082cb3241a in thr_kill () from /lib/libc.so.7
[13:57:22.524] #1  0x000000082caabe64 in raise () from /lib/libc.so.7
[13:57:22.524] #2  0x000000082cb5c6f9 in abort () from /lib/libc.so.7
[13:57:22.524] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:57:22.524] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:57:22.524] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:57:22.524] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:57:22.524] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8217a8e68) at ../src/backe...
[13:57:22.524] #8  0x00000000007d33fb in main (argc=8, argv=0x8217a8e68) at ../src/backend/main/main.c:224
[13:57:22.777] #0  0x000000082bb9b41a in thr_kill () from /lib/libc.so.7
core
[13:57:22.264] #0  0x000000082b4d541a in thr_kill () from /lib/libc.so.7
[13:57:22.264] #1  0x000000082b44ee64 in raise () from /lib/libc.so.7
[13:57:22.264] #2  0x000000082b4ff6f9 in abort () from /lib/libc.so.7
[13:57:22.264] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:57:22.264] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:57:22.264] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:57:22.264] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:57:22.265] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8214ae370) at ../src/backe...
[13:57:22.265] #8  0x00000000007d33fb in main (argc=8, argv=0x8214ae370) at ../src/backend/main/main.c:224
[13:57:22.514] #0  0x000000082cb3241a in thr_kill () from /lib/libc.so.7
core
[13:57:21.996] #0  0x000000082b73841a in thr_kill () from /lib/libc.so.7
[13:57:21.996] #1  0x000000082b6b1e64 in raise () from /lib/libc.so.7
[13:57:21.996] #2  0x000000082b7626f9 in abort () from /lib/libc.so.7
[13:57:21.996] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:57:21.996] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:57:21.996] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:57:21.996] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:57:21.996] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820cc5878) at ../src/backe...
[13:57:21.996] #8  0x00000000007d33fb in main (argc=8, argv=0x820cc5878) at ../src/backend/main/main.c:224
[13:57:22.255] #0  0x000000082b4d541a in thr_kill () from /lib/libc.so.7
core
[13:57:21.723] #0  0x000000082a4ab41a in thr_kill () from /lib/libc.so.7
[13:57:21.723] #1  0x000000082a424e64 in raise () from /lib/libc.so.7
[13:57:21.723] #2  0x000000082a4d56f9 in abort () from /lib/libc.so.7
[13:57:21.723] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:57:21.723] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:57:21.723] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:57:21.723] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:57:21.723] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x82116d3e0) at ../src/backe...
[13:57:21.723] #8  0x00000000007d33fb in main (argc=8, argv=0x82116d3e0) at ../src/backend/main/main.c:224
[13:57:21.986] #0  0x000000082b73841a in thr_kill () from /lib/libc.so.7
core
[13:57:21.451] #0  0x000000082bccf41a in thr_kill () from /lib/libc.so.7
[13:57:21.451] #1  0x000000082bc48e64 in raise () from /lib/libc.so.7
[13:57:21.451] #2  0x000000082bcf96f9 in abort () from /lib/libc.so.7
[13:57:21.451] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:57:21.451] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:57:21.451] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:57:21.451] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:57:21.451] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8217110d8) at ../src/backe...
[13:57:21.451] #8  0x00000000007d33fb in main (argc=8, argv=0x8217110d8) at ../src/backend/main/main.c:224
[13:57:21.713] #0  0x000000082a4ab41a in thr_kill () from /lib/libc.so.7
core
[13:57:21.179] #0  0x0000000829aef41a in thr_kill () from /lib/libc.so.7
[13:57:21.179] #1  0x0000000829a68e64 in raise () from /lib/libc.so.7
[13:57:21.179] #2  0x0000000829b196f9 in abort () from /lib/libc.so.7
[13:57:21.179] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:57:21.179] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:57:21.179] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:57:21.179] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:57:21.179] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820eb5358) at ../src/backe...
[13:57:21.179] #8  0x00000000007d33fb in main (argc=8, argv=0x820eb5358) at ../src/backend/main/main.c:224
[13:57:21.442] #0  0x000000082bccf41a in thr_kill () from /lib/libc.so.7
core
[13:57:20.917] #0  0x000000082a8a841a in thr_kill () from /lib/libc.so.7
[13:57:20.917] #1  0x000000082a821e64 in raise () from /lib/libc.so.7
[13:57:20.917] #2  0x000000082a8d26f9 in abort () from /lib/libc.so.7
[13:57:20.917] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:57:20.917] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:57:20.917] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:57:20.917] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:57:20.918] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8213d6e30) at ../src/backe...
[13:57:20.918] #8  0x00000000007d33fb in main (argc=8, argv=0x8213d6e30) at ../src/backend/main/main.c:224
[13:57:21.169] #0  0x0000000829aef41a in thr_kill () from /lib/libc.so.7
core
[13:57:20.657] #0  0x000000082bbf741a in thr_kill () from /lib/libc.so.7
[13:57:20.657] #1  0x000000082bb70e64 in raise () from /lib/libc.so.7
[13:57:20.657] #2  0x000000082bc216f9 in abort () from /lib/libc.so.7
[13:57:20.657] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:57:20.657] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:57:20.657] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:57:20.657] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:57:20.657] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x82109c3c0) at ../src/backe...
[13:57:20.657] #8  0x00000000007d33fb in main (argc=8, argv=0x82109c3c0) at ../src/backend/main/main.c:224
[13:57:20.908] #0  0x000000082a8a841a in thr_kill () from /lib/libc.so.7
core
[13:57:20.399] #0  0x000000082d49e41a in thr_kill () from /lib/libc.so.7
[13:57:20.399] #1  0x000000082d417e64 in raise () from /lib/libc.so.7
[13:57:20.399] #2  0x000000082d4c86f9 in abort () from /lib/libc.so.7
[13:57:20.399] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:57:20.399] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:57:20.399] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:57:20.399] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:57:20.399] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821991ab0) at ../src/backe...
[13:57:20.399] #8  0x00000000007d33fb in main (argc=8, argv=0x821991ab0) at ../src/backend/main/main.c:224
[13:57:20.647] #0  0x000000082bbf741a in thr_kill () from /lib/libc.so.7
core
[13:57:20.141] #0  0x000000082bf0141a in thr_kill () from /lib/libc.so.7
[13:57:20.141] #1  0x000000082be7ae64 in raise () from /lib/libc.so.7
[13:57:20.141] #2  0x000000082bf2b6f9 in abort () from /lib/libc.so.7
[13:57:20.141] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:57:20.141] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:57:20.141] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:57:20.141] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:57:20.141] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x82184f9a8) at ../src/backe...
[13:57:20.141] #8  0x00000000007d33fb in main (argc=8, argv=0x82184f9a8) at ../src/backend/main/main.c:224
[13:57:20.390] #0  0x000000082d49e41a in thr_kill () from /lib/libc.so.7
core
[13:57:19.878] #0  0x000000082cc4041a in thr_kill () from /lib/libc.so.7
[13:57:19.878] #1  0x000000082cbb9e64 in raise () from /lib/libc.so.7
[13:57:19.878] #2  0x000000082cc6a6f9 in abort () from /lib/libc.so.7
[13:57:19.878] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:57:19.878] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:57:19.878] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:57:19.878] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:57:19.879] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820f6fc58) at ../src/backe...
[13:57:19.879] #8  0x00000000007d33fb in main (argc=8, argv=0x820f6fc58) at ../src/backend/main/main.c:224
[13:57:20.132] #0  0x000000082bf0141a in thr_kill () from /lib/libc.so.7
core
[13:57:19.615] #0  0x000000082b6cb41a in thr_kill () from /lib/libc.so.7
[13:57:19.615] #1  0x000000082b644e64 in raise () from /lib/libc.so.7
[13:57:19.615] #2  0x000000082b6f56f9 in abort () from /lib/libc.so.7
[13:57:19.615] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:57:19.615] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:57:19.615] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:57:19.615] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:57:19.615] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820ce54f0) at ../src/backe...
[13:57:19.615] #8  0x00000000007d33fb in main (argc=8, argv=0x820ce54f0) at ../src/backend/main/main.c:224
[13:57:19.869] #0  0x000000082cc4041a in thr_kill () from /lib/libc.so.7
core
[13:57:19.349] #0  0x000000082ac7441a in thr_kill () from /lib/libc.so.7
[13:57:19.349] #1  0x000000082abede64 in raise () from /lib/libc.so.7
[13:57:19.349] #2  0x000000082ac9e6f9 in abort () from /lib/libc.so.7
[13:57:19.349] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:57:19.349] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:57:19.349] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:57:19.349] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:57:19.349] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x82140a5d8) at ../src/backe...
[13:57:19.349] #8  0x00000000007d33fb in main (argc=8, argv=0x82140a5d8) at ../src/backend/main/main.c:224
[13:57:19.606] #0  0x000000082b6cb41a in thr_kill () from /lib/libc.so.7
core
[13:57:19.087] #0  0x000000082c34541a in thr_kill () from /lib/libc.so.7
[13:57:19.087] #1  0x000000082c2bee64 in raise () from /lib/libc.so.7
[13:57:19.087] #2  0x000000082c36f6f9 in abort () from /lib/libc.so.7
[13:57:19.087] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:57:19.087] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:57:19.087] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:57:19.087] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:57:19.087] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8214d0e68) at ../src/backe...
[13:57:19.087] #8  0x00000000007d33fb in main (argc=8, argv=0x8214d0e68) at ../src/backend/main/main.c:224
[13:57:19.340] #0  0x000000082ac7441a in thr_kill () from /lib/libc.so.7
core
[13:57:18.824] #0  0x000000082952941a in thr_kill () from /lib/libc.so.7
[13:57:18.824] #1  0x00000008294a2e64 in raise () from /lib/libc.so.7
[13:57:18.824] #2  0x00000008295536f9 in abort () from /lib/libc.so.7
[13:57:18.824] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:57:18.824] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:57:18.824] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:57:18.824] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:57:18.824] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8214e28b0) at ../src/backe...
[13:57:18.824] #8  0x00000000007d33fb in main (argc=8, argv=0x8214e28b0) at ../src/backend/main/main.c:224
[13:57:19.077] #0  0x000000082c34541a in thr_kill () from /lib/libc.so.7
core
[13:57:18.560] #0  0x000000082db1e41a in thr_kill () from /lib/libc.so.7
[13:57:18.560] #1  0x000000082da97e64 in raise () from /lib/libc.so.7
[13:57:18.560] #2  0x000000082db486f9 in abort () from /lib/libc.so.7
[13:57:18.560] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:57:18.560] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:57:18.560] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:57:18.560] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:57:18.560] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x82152fce8) at ../src/backe...
[13:57:18.560] #8  0x00000000007d33fb in main (argc=8, argv=0x82152fce8) at ../src/backend/main/main.c:224
[13:57:18.815] #0  0x000000082952941a in thr_kill () from /lib/libc.so.7
core
[13:57:18.295] #0  0x000000082adc141a in thr_kill () from /lib/libc.so.7
[13:57:18.295] #1  0x000000082ad3ae64 in raise () from /lib/libc.so.7
[13:57:18.295] #2  0x000000082adeb6f9 in abort () from /lib/libc.so.7
[13:57:18.295] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:57:18.295] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:57:18.295] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:57:18.295] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:57:18.296] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x82102e518) at ../src/backe...
[13:57:18.296] #8  0x00000000007d33fb in main (argc=8, argv=0x82102e518) at ../src/backend/main/main.c:224
[13:57:18.550] #0  0x000000082db1e41a in thr_kill () from /lib/libc.so.7
core
[13:57:18.031] #0  0x000000082b84d41a in thr_kill () from /lib/libc.so.7
[13:57:18.031] #1  0x000000082b7c6e64 in raise () from /lib/libc.so.7
[13:57:18.031] #2  0x000000082b8776f9 in abort () from /lib/libc.so.7
[13:57:18.031] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:57:18.031] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:57:18.031] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:57:18.031] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:57:18.031] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8214648a8) at ../src/backe...
[13:57:18.031] #8  0x00000000007d33fb in main (argc=8, argv=0x8214648a8) at ../src/backend/main/main.c:224
[13:57:18.286] #0  0x000000082adc141a in thr_kill () from /lib/libc.so.7
core
[13:57:17.761] #0  0x000000082a4c341a in thr_kill () from /lib/libc.so.7
[13:57:17.761] #1  0x000000082a43ce64 in raise () from /lib/libc.so.7
[13:57:17.761] #2  0x000000082a4ed6f9 in abort () from /lib/libc.so.7
[13:57:17.761] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:57:17.761] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:57:17.761] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:57:17.761] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:57:17.761] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821071698) at ../src/backe...
[13:57:17.761] #8  0x00000000007d33fb in main (argc=8, argv=0x821071698) at ../src/backend/main/main.c:224
[13:57:18.022] #0  0x000000082b84d41a in thr_kill () from /lib/libc.so.7
core
[13:57:11.160] #0  0x000000082d63941a in thr_kill () from /lib/libc.so.7
[13:57:11.160] #1  0x000000082d5b2e64 in raise () from /lib/libc.so.7
[13:57:11.160] #2  0x000000082d6636f9 in abort () from /lib/libc.so.7
[13:57:11.160] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:57:11.160] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:57:11.160] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:57:11.160] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:57:11.160] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8217950c8) at ../src/backe...
[13:57:11.160] #8  0x00000000007d33fb in main (argc=8, argv=0x8217950c8) at ../src/backend/main/main.c:224
[13:57:11.413] #0  0x000000082d2f041a in thr_kill () from /lib/libc.so.7
core
[13:57:10.892] #0  0x000000082ca1b41a in thr_kill () from /lib/libc.so.7
[13:57:10.892] #1  0x000000082c994e64 in raise () from /lib/libc.so.7
[13:57:10.892] #2  0x000000082ca456f9 in abort () from /lib/libc.so.7
[13:57:10.892] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:57:10.892] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:57:10.892] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:57:10.892] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:57:10.892] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8217bd858) at ../src/backe...
[13:57:10.892] #8  0x00000000007d33fb in main (argc=8, argv=0x8217bd858) at ../src/backend/main/main.c:224
[13:57:11.150] #0  0x000000082d63941a in thr_kill () from /lib/libc.so.7
core
[13:57:10.614] #0  0x000000082b1fc41a in thr_kill () from /lib/libc.so.7
[13:57:10.614] #1  0x000000082b175e64 in raise () from /lib/libc.so.7
[13:57:10.614] #2  0x000000082b2266f9 in abort () from /lib/libc.so.7
[13:57:10.614] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:57:10.614] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:57:10.614] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:57:10.614] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:57:10.614] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8216f9c00) at ../src/backe...
[13:57:10.614] #8  0x00000000007d33fb in main (argc=8, argv=0x8216f9c00) at ../src/backend/main/main.c:224
[13:57:10.882] #0  0x000000082ca1b41a in thr_kill () from /lib/libc.so.7
core
[13:57:10.349] #0  0x000000082bebd41a in thr_kill () from /lib/libc.so.7
[13:57:10.349] #1  0x000000082be36e64 in raise () from /lib/libc.so.7
[13:57:10.349] #2  0x000000082bee76f9 in abort () from /lib/libc.so.7
[13:57:10.349] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:57:10.349] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:57:10.349] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:57:10.349] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:57:10.349] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820caa6f8) at ../src/backe...
[13:57:10.349] #8  0x00000000007d33fb in main (argc=8, argv=0x820caa6f8) at ../src/backend/main/main.c:224
[13:57:10.604] #0  0x000000082b1fc41a in thr_kill () from /lib/libc.so.7
core
[13:57:10.087] #0  0x000000082c55241a in thr_kill () from /lib/libc.so.7
[13:57:10.087] #1  0x000000082c4cbe64 in raise () from /lib/libc.so.7
[13:57:10.087] #2  0x000000082c57c6f9 in abort () from /lib/libc.so.7
[13:57:10.087] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:57:10.087] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:57:10.087] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:57:10.087] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:57:10.087] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821855250) at ../src/backe...
[13:57:10.087] #8  0x00000000007d33fb in main (argc=8, argv=0x821855250) at ../src/backend/main/main.c:224
[13:57:10.339] #0  0x000000082bebd41a in thr_kill () from /lib/libc.so.7
core
[13:57:09.823] #0  0x000000082b8da41a in thr_kill () from /lib/libc.so.7
[13:57:09.823] #1  0x000000082b853e64 in raise () from /lib/libc.so.7
[13:57:09.823] #2  0x000000082b9046f9 in abort () from /lib/libc.so.7
[13:57:09.823] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:57:09.823] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:57:09.823] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:57:09.823] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:57:09.823] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821437b78) at ../src/backe...
[13:57:09.823] #8  0x00000000007d33fb in main (argc=8, argv=0x821437b78) at ../src/backend/main/main.c:224
[13:57:10.078] #0  0x000000082c55241a in thr_kill () from /lib/libc.so.7
core
[13:57:09.556] #0  0x000000082c12b41a in thr_kill () from /lib/libc.so.7
[13:57:09.556] #1  0x000000082c0a4e64 in raise () from /lib/libc.so.7
[13:57:09.556] #2  0x000000082c1556f9 in abort () from /lib/libc.so.7
[13:57:09.556] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:57:09.556] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:57:09.556] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:57:09.556] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:57:09.556] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821933cf8) at ../src/backe...
[13:57:09.556] #8  0x00000000007d33fb in main (argc=8, argv=0x821933cf8) at ../src/backend/main/main.c:224
[13:57:09.813] #0  0x000000082b8da41a in thr_kill () from /lib/libc.so.7
core
[13:57:09.289] #0  0x000000082b8ed41a in thr_kill () from /lib/libc.so.7
[13:57:09.289] #1  0x000000082b866e64 in raise () from /lib/libc.so.7
[13:57:09.289] #2  0x000000082b9176f9 in abort () from /lib/libc.so.7
[13:57:09.289] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:57:09.289] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:57:09.289] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:57:09.289] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:57:09.289] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820bff1a0) at ../src/backe...
[13:57:09.289] #8  0x00000000007d33fb in main (argc=8, argv=0x820bff1a0) at ../src/backend/main/main.c:224
[13:57:09.546] #0  0x000000082c12b41a in thr_kill () from /lib/libc.so.7
core
[13:57:09.021] #0  0x000000082b01241a in thr_kill () from /lib/libc.so.7
[13:57:09.021] #1  0x000000082af8be64 in raise () from /lib/libc.so.7
[13:57:09.021] #2  0x000000082b03c6f9 in abort () from /lib/libc.so.7
[13:57:09.021] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:57:09.021] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:57:09.021] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:57:09.021] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:57:09.021] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821118590) at ../src/backe...
[13:57:09.021] #8  0x00000000007d33fb in main (argc=8, argv=0x821118590) at ../src/backend/main/main.c:224
[13:57:09.280] #0  0x000000082b8ed41a in thr_kill () from /lib/libc.so.7
core
[13:57:08.752] #0  0x000000082bff541a in thr_kill () from /lib/libc.so.7
[13:57:08.752] #1  0x000000082bf6ee64 in raise () from /lib/libc.so.7
[13:57:08.752] #2  0x000000082c01f6f9 in abort () from /lib/libc.so.7
[13:57:08.752] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:57:08.752] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:57:08.752] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:57:08.752] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:57:08.752] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8215cc600) at ../src/backe...
[13:57:08.752] #8  0x00000000007d33fb in main (argc=8, argv=0x8215cc600) at ../src/backend/main/main.c:224
[13:57:09.011] #0  0x000000082b01241a in thr_kill () from /lib/libc.so.7
core
[13:57:08.474] #0  0x000000082b29041a in thr_kill () from /lib/libc.so.7
[13:57:08.474] #1  0x000000082b209e64 in raise () from /lib/libc.so.7
[13:57:08.474] #2  0x000000082b2ba6f9 in abort () from /lib/libc.so.7
[13:57:08.474] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:57:08.474] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:57:08.474] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:57:08.474] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:57:08.474] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8216c91b8) at ../src/backe...
[13:57:08.474] #8  0x00000000007d33fb in main (argc=8, argv=0x8216c91b8) at ../src/backend/main/main.c:224
[13:57:08.741] #0  0x000000082bff541a in thr_kill () from /lib/libc.so.7
core
[13:57:08.208] #0  0x000000082b97741a in thr_kill () from /lib/libc.so.7
[13:57:08.208] #1  0x000000082b8f0e64 in raise () from /lib/libc.so.7
[13:57:08.208] #2  0x000000082b9a16f9 in abort () from /lib/libc.so.7
[13:57:08.208] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:57:08.208] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:57:08.208] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:57:08.208] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:57:08.208] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x82195a7b8) at ../src/backe...
[13:57:08.208] #8  0x00000000007d33fb in main (argc=8, argv=0x82195a7b8) at ../src/backend/main/main.c:224
[13:57:08.464] #0  0x000000082b29041a in thr_kill () from /lib/libc.so.7
core
[13:57:07.940] #0  0x000000082c82e41a in thr_kill () from /lib/libc.so.7
[13:57:07.940] #1  0x000000082c7a7e64 in raise () from /lib/libc.so.7
[13:57:07.940] #2  0x000000082c8586f9 in abort () from /lib/libc.so.7
[13:57:07.940] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:57:07.940] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:57:07.940] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:57:07.940] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:57:07.940] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x82185cc90) at ../src/backe...
[13:57:07.940] #8  0x00000000007d33fb in main (argc=8, argv=0x82185cc90) at ../src/backend/main/main.c:224
[13:57:08.198] #0  0x000000082b97741a in thr_kill () from /lib/libc.so.7
core
[13:57:07.677] #0  0x000000082b86d41a in thr_kill () from /lib/libc.so.7
[13:57:07.677] #1  0x000000082b7e6e64 in raise () from /lib/libc.so.7
[13:57:07.677] #2  0x000000082b8976f9 in abort () from /lib/libc.so.7
[13:57:07.677] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:57:07.677] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:57:07.677] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:57:07.677] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:57:07.678] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820f942f8) at ../src/backe...
[13:57:07.678] #8  0x00000000007d33fb in main (argc=8, argv=0x820f942f8) at ../src/backend/main/main.c:224
[13:57:07.931] #0  0x000000082c82e41a in thr_kill () from /lib/libc.so.7
core
[13:57:07.411] #0  0x000000082c6fc41a in thr_kill () from /lib/libc.so.7
[13:57:07.411] #1  0x000000082c675e64 in raise () from /lib/libc.so.7
[13:57:07.411] #2  0x000000082c7266f9 in abort () from /lib/libc.so.7
[13:57:07.411] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:57:07.411] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:57:07.411] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:57:07.411] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:57:07.411] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x82144df70) at ../src/backe...
[13:57:07.411] #8  0x00000000007d33fb in main (argc=8, argv=0x82144df70) at ../src/backend/main/main.c:224
[13:57:07.667] #0  0x000000082b86d41a in thr_kill () from /lib/libc.so.7
core
[13:57:07.146] #0  0x000000082b5c941a in thr_kill () from /lib/libc.so.7
[13:57:07.146] #1  0x000000082b542e64 in raise () from /lib/libc.so.7
[13:57:07.146] #2  0x000000082b5f36f9 in abort () from /lib/libc.so.7
[13:57:07.146] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:57:07.146] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:57:07.146] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:57:07.146] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:57:07.146] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8215c7b58) at ../src/backe...
[13:57:07.146] #8  0x00000000007d33fb in main (argc=8, argv=0x8215c7b58) at ../src/backend/main/main.c:224
[13:57:07.402] #0  0x000000082c6fc41a in thr_kill () from /lib/libc.so.7
core
[13:57:06.882] #0  0x000000082cfcc41a in thr_kill () from /lib/libc.so.7
[13:57:06.882] #1  0x000000082cf45e64 in raise () from /lib/libc.so.7
[13:57:06.882] #2  0x000000082cff66f9 in abort () from /lib/libc.so.7
[13:57:06.882] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:57:06.882] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:57:06.882] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:57:06.882] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:57:06.882] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820ed0da0) at ../src/backe...
[13:57:06.882] #8  0x00000000007d33fb in main (argc=8, argv=0x820ed0da0) at ../src/backend/main/main.c:224
[13:57:07.136] #0  0x000000082b5c941a in thr_kill () from /lib/libc.so.7
core
[13:57:06.614] #0  0x000000082d63141a in thr_kill () from /lib/libc.so.7
[13:57:06.614] #1  0x000000082d5aae64 in raise () from /lib/libc.so.7
[13:57:06.614] #2  0x000000082d65b6f9 in abort () from /lib/libc.so.7
[13:57:06.614] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:57:06.614] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:57:06.614] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:57:06.614] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:57:06.614] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x82124c4b0) at ../src/backe...
[13:57:06.614] #8  0x00000000007d33fb in main (argc=8, argv=0x82124c4b0) at ../src/backend/main/main.c:224
[13:57:06.872] #0  0x000000082cfcc41a in thr_kill () from /lib/libc.so.7
core
[13:57:06.349] #0  0x000000082cea441a in thr_kill () from /lib/libc.so.7
[13:57:06.349] #1  0x000000082ce1de64 in raise () from /lib/libc.so.7
[13:57:06.349] #2  0x000000082cece6f9 in abort () from /lib/libc.so.7
[13:57:06.349] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:57:06.349] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:57:06.349] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:57:06.349] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:57:06.349] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8210bb4e0) at ../src/backe...
[13:57:06.349] #8  0x00000000007d33fb in main (argc=8, argv=0x8210bb4e0) at ../src/backend/main/main.c:224
[13:57:06.605] #0  0x000000082d63141a in thr_kill () from /lib/libc.so.7
core
[13:57:06.087] #0  0x00000008299ba41a in thr_kill () from /lib/libc.so.7
[13:57:06.087] #1  0x0000000829933e64 in raise () from /lib/libc.so.7
[13:57:06.087] #2  0x00000008299e46f9 in abort () from /lib/libc.so.7
[13:57:06.087] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:57:06.087] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:57:06.087] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:57:06.087] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:57:06.087] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x82129e838) at ../src/backe...
[13:57:06.087] #8  0x00000000007d33fb in main (argc=8, argv=0x82129e838) at ../src/backend/main/main.c:224
[13:57:06.339] #0  0x000000082cea441a in thr_kill () from /lib/libc.so.7
core
[13:57:05.823] #0  0x000000082d92541a in thr_kill () from /lib/libc.so.7
[13:57:05.823] #1  0x000000082d89ee64 in raise () from /lib/libc.so.7
[13:57:05.823] #2  0x000000082d94f6f9 in abort () from /lib/libc.so.7
[13:57:05.823] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:57:05.823] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:57:05.823] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:57:05.823] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:57:05.823] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8219a3c18) at ../src/backe...
[13:57:05.823] #8  0x00000000007d33fb in main (argc=8, argv=0x8219a3c18) at ../src/backend/main/main.c:224
[13:57:06.078] #0  0x00000008299ba41a in thr_kill () from /lib/libc.so.7
core
[13:57:05.560] #0  0x000000082ab1741a in thr_kill () from /lib/libc.so.7
[13:57:05.560] #1  0x000000082aa90e64 in raise () from /lib/libc.so.7
[13:57:05.560] #2  0x000000082ab416f9 in abort () from /lib/libc.so.7
[13:57:05.560] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:57:05.560] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:57:05.560] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:57:05.560] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:57:05.560] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820c02008) at ../src/backe...
[13:57:05.560] #8  0x00000000007d33fb in main (argc=8, argv=0x820c02008) at ../src/backend/main/main.c:224
[13:57:05.814] #0  0x000000082d92541a in thr_kill () from /lib/libc.so.7
core
[13:57:05.297] #0  0x000000082c67041a in thr_kill () from /lib/libc.so.7
[13:57:05.297] #1  0x000000082c5e9e64 in raise () from /lib/libc.so.7
[13:57:05.297] #2  0x000000082c69a6f9 in abort () from /lib/libc.so.7
[13:57:05.297] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:57:05.297] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:57:05.297] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:57:05.297] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:57:05.297] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82127d3a0) at ../src/backe...
[13:57:05.297] #8  0x00000000007d33fb in main (argc=4, argv=0x82127d3a0) at ../src/backend/main/main.c:224
[13:57:05.551] #0  0x000000082ab1741a in thr_kill () from /lib/libc.so.7
core
[13:57:05.037] #0  0x000000082bab541a in thr_kill () from /lib/libc.so.7
[13:57:05.037] #1  0x000000082ba2ee64 in raise () from /lib/libc.so.7
[13:57:05.037] #2  0x000000082badf6f9 in abort () from /lib/libc.so.7
[13:57:05.037] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:57:05.037] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:57:05.037] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:57:05.037] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:57:05.037] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820d84048) at ../src/backe...
[13:57:05.037] #8  0x00000000007d33fb in main (argc=4, argv=0x820d84048) at ../src/backend/main/main.c:224
[13:57:05.287] #0  0x000000082c67041a in thr_kill () from /lib/libc.so.7
core
[13:56:58.167] #0  0x000000082b0a741a in thr_kill () from /lib/libc.so.7
[13:56:58.167] #1  0x000000082b020e64 in raise () from /lib/libc.so.7
[13:56:58.167] #2  0x000000082b0d16f9 in abort () from /lib/libc.so.7
[13:56:58.167] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:56:58.167] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:56:58.167] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:56:58.167] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:56:58.167] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820e7e008) at ../src/backe...
[13:56:58.167] #8  0x00000000007d33fb in main (argc=4, argv=0x820e7e008) at ../src/backend/main/main.c:224
[13:56:58.455] #0  0x000000082c71041a in thr_kill () from /lib/libc.so.7
core
[13:56:57.878] #0  0x000000082c9a641a in thr_kill () from /lib/libc.so.7
[13:56:57.878] #1  0x000000082c91fe64 in raise () from /lib/libc.so.7
[13:56:57.878] #2  0x000000082c9d06f9 in abort () from /lib/libc.so.7
[13:56:57.878] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:56:57.878] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:56:57.878] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:56:57.878] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:56:57.878] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821b1e190) at ../src/backe...
[13:56:57.878] #8  0x00000000007d33fb in main (argc=4, argv=0x821b1e190) at ../src/backend/main/main.c:224
[13:56:58.156] #0  0x000000082b0a741a in thr_kill () from /lib/libc.so.7
core
[13:56:57.590] #0  0x000000082a92a41a in thr_kill () from /lib/libc.so.7
[13:56:57.590] #1  0x000000082a8a3e64 in raise () from /lib/libc.so.7
[13:56:57.590] #2  0x000000082a9546f9 in abort () from /lib/libc.so.7
[13:56:57.590] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:56:57.590] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:56:57.590] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:56:57.590] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:56:57.590] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820f60510) at ../src/backe...
[13:56:57.590] #8  0x00000000007d33fb in main (argc=4, argv=0x820f60510) at ../src/backend/main/main.c:224
[13:56:57.867] #0  0x000000082c9a641a in thr_kill () from /lib/libc.so.7
core
[13:56:57.311] #0  0x000000082ba8f41a in thr_kill () from /lib/libc.so.7
[13:56:57.311] #1  0x000000082ba08e64 in raise () from /lib/libc.so.7
[13:56:57.311] #2  0x000000082bab96f9 in abort () from /lib/libc.so.7
[13:56:57.311] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:56:57.311] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:56:57.311] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:56:57.311] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:56:57.311] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820d56b58) at ../src/backe...
[13:56:57.311] #8  0x00000000007d33fb in main (argc=4, argv=0x820d56b58) at ../src/backend/main/main.c:224
[13:56:57.579] #0  0x000000082a92a41a in thr_kill () from /lib/libc.so.7
core
[13:56:57.029] #0  0x000000082abbf41a in thr_kill () from /lib/libc.so.7
[13:56:57.029] #1  0x000000082ab38e64 in raise () from /lib/libc.so.7
[13:56:57.029] #2  0x000000082abe96f9 in abort () from /lib/libc.so.7
[13:56:57.029] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:56:57.029] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:56:57.029] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:56:57.029] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:56:57.029] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82106de60) at ../src/backe...
[13:56:57.029] #8  0x00000000007d33fb in main (argc=4, argv=0x82106de60) at ../src/backend/main/main.c:224
[13:56:57.301] #0  0x000000082ba8f41a in thr_kill () from /lib/libc.so.7
core
[13:56:56.736] #0  0x000000082ccfa41a in thr_kill () from /lib/libc.so.7
[13:56:56.736] #1  0x000000082cc73e64 in raise () from /lib/libc.so.7
[13:56:56.736] #2  0x000000082cd246f9 in abort () from /lib/libc.so.7
[13:56:56.736] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:56:56.736] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:56:56.736] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:56:56.736] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:56:56.736] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821b29b90) at ../src/backe...
[13:56:56.736] #8  0x00000000007d33fb in main (argc=4, argv=0x821b29b90) at ../src/backend/main/main.c:224
[13:56:57.019] #0  0x000000082abbf41a in thr_kill () from /lib/libc.so.7
core
[13:56:56.441] #0  0x000000082d38441a in thr_kill () from /lib/libc.so.7
[13:56:56.441] #1  0x000000082d2fde64 in raise () from /lib/libc.so.7
[13:56:56.441] #2  0x000000082d3ae6f9 in abort () from /lib/libc.so.7
[13:56:56.441] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:56:56.441] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:56:56.441] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:56:56.441] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:56:56.441] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820e680d8) at ../src/backe...
[13:56:56.441] #8  0x00000000007d33fb in main (argc=4, argv=0x820e680d8) at ../src/backend/main/main.c:224
[13:56:56.726] #0  0x000000082ccfa41a in thr_kill () from /lib/libc.so.7
core
[13:56:56.148] #0  0x000000082b3c041a in thr_kill () from /lib/libc.so.7
[13:56:56.148] #1  0x000000082b339e64 in raise () from /lib/libc.so.7
[13:56:56.148] #2  0x000000082b3ea6f9 in abort () from /lib/libc.so.7
[13:56:56.148] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:56:56.148] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:56:56.148] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:56:56.148] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:56:56.148] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8211798b8) at ../src/backe...
[13:56:56.148] #8  0x00000000007d33fb in main (argc=4, argv=0x8211798b8) at ../src/backend/main/main.c:224
[13:56:56.431] #0  0x000000082d38441a in thr_kill () from /lib/libc.so.7
core
[13:56:55.874] #0  0x000000082afd841a in thr_kill () from /lib/libc.so.7
[13:56:55.874] #1  0x000000082af51e64 in raise () from /lib/libc.so.7
[13:56:55.874] #2  0x000000082b0026f9 in abort () from /lib/libc.so.7
[13:56:55.874] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:56:55.874] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:56:55.874] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:56:55.874] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:56:55.874] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8213aa710) at ../src/backe...
[13:56:55.874] #8  0x00000000007d33fb in main (argc=4, argv=0x8213aa710) at ../src/backend/main/main.c:224
[13:56:56.138] #0  0x000000082b3c041a in thr_kill () from /lib/libc.so.7
core
[13:56:55.599] #0  0x000000082f23141a in thr_kill () from /lib/libc.so.7
[13:56:55.599] #1  0x000000082f1aae64 in raise () from /lib/libc.so.7
[13:56:55.599] #2  0x000000082f25b6f9 in abort () from /lib/libc.so.7
[13:56:55.599] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:56:55.599] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:56:55.599] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:56:55.599] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:56:55.599] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82177d0c8) at ../src/backe...
[13:56:55.599] #8  0x00000000007d33fb in main (argc=4, argv=0x82177d0c8) at ../src/backend/main/main.c:224
[13:56:55.864] #0  0x000000082afd841a in thr_kill () from /lib/libc.so.7
core
[13:56:55.320] #0  0x000000082a9c641a in thr_kill () from /lib/libc.so.7
[13:56:55.320] #1  0x000000082a93fe64 in raise () from /lib/libc.so.7
[13:56:55.320] #2  0x000000082a9f06f9 in abort () from /lib/libc.so.7
[13:56:55.320] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:56:55.320] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:56:55.320] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:56:55.320] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:56:55.320] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821941988) at ../src/backe...
[13:56:55.320] #8  0x00000000007d33fb in main (argc=4, argv=0x821941988) at ../src/backend/main/main.c:224
[13:56:55.589] #0  0x000000082f23141a in thr_kill () from /lib/libc.so.7
core
[13:56:55.021] #0  0x000000082d1fa41a in thr_kill () from /lib/libc.so.7
[13:56:55.021] #1  0x000000082d173e64 in raise () from /lib/libc.so.7
[13:56:55.021] #2  0x000000082d2246f9 in abort () from /lib/libc.so.7
[13:56:55.021] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:56:55.021] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:56:55.021] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:56:55.021] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:56:55.022] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8213067b0) at ../src/backe...
[13:56:55.022] #8  0x00000000007d33fb in main (argc=4, argv=0x8213067b0) at ../src/backend/main/main.c:224
[13:56:55.310] #0  0x000000082a9c641a in thr_kill () from /lib/libc.so.7
core
[13:56:54.733] #0  0x000000082b8d441a in thr_kill () from /lib/libc.so.7
[13:56:54.733] #1  0x000000082b84de64 in raise () from /lib/libc.so.7
[13:56:54.733] #2  0x000000082b8fe6f9 in abort () from /lib/libc.so.7
[13:56:54.733] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:56:54.733] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:56:54.733] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:56:54.733] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:56:54.733] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82168cda8) at ../src/backe...
[13:56:54.733] #8  0x00000000007d33fb in main (argc=4, argv=0x82168cda8) at ../src/backend/main/main.c:224
[13:56:55.011] #0  0x000000082d1fa41a in thr_kill () from /lib/libc.so.7
core
[13:56:54.458] #0  0x00000008290b141a in thr_kill () from /lib/libc.so.7
[13:56:54.458] #1  0x000000082902ae64 in raise () from /lib/libc.so.7
[13:56:54.458] #2  0x00000008290db6f9 in abort () from /lib/libc.so.7
[13:56:54.458] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:56:54.458] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:56:54.458] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:56:54.458] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:56:54.458] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820e560e0) at ../src/backe...
[13:56:54.458] #8  0x00000000007d33fb in main (argc=4, argv=0x820e560e0) at ../src/backend/main/main.c:224
[13:56:54.722] #0  0x000000082b8d441a in thr_kill () from /lib/libc.so.7
core
[13:56:54.189] #0  0x000000082d64a41a in thr_kill () from /lib/libc.so.7
[13:56:54.189] #1  0x000000082d5c3e64 in raise () from /lib/libc.so.7
[13:56:54.189] #2  0x000000082d6746f9 in abort () from /lib/libc.so.7
[13:56:54.189] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:56:54.189] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:56:54.189] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:56:54.189] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:56:54.190] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821873038) at ../src/backe...
[13:56:54.190] #8  0x00000000007d33fb in main (argc=4, argv=0x821873038) at ../src/backend/main/main.c:224
[13:56:54.449] #0  0x00000008290b141a in thr_kill () from /lib/libc.so.7
core
[13:56:53.918] #0  0x000000082990341a in thr_kill () from /lib/libc.so.7
[13:56:53.918] #1  0x000000082987ce64 in raise () from /lib/libc.so.7
[13:56:53.918] #2  0x000000082992d6f9 in abort () from /lib/libc.so.7
[13:56:53.918] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:56:53.918] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:56:53.918] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:56:53.918] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:56:53.918] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820d0ee40) at ../src/backe...
[13:56:53.918] #8  0x00000000007d33fb in main (argc=4, argv=0x820d0ee40) at ../src/backend/main/main.c:224
[13:56:54.179] #0  0x000000082d64a41a in thr_kill () from /lib/libc.so.7
core
[13:56:53.640] #0  0x000000082d7f241a in thr_kill () from /lib/libc.so.7
[13:56:53.640] #1  0x000000082d76be64 in raise () from /lib/libc.so.7
[13:56:53.640] #2  0x000000082d81c6f9 in abort () from /lib/libc.so.7
[13:56:53.640] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:56:53.640] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:56:53.640] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:56:53.640] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:56:53.640] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820f32628) at ../src/backe...
[13:56:53.640] #8  0x00000000007d33fb in main (argc=4, argv=0x820f32628) at ../src/backend/main/main.c:224
[13:56:53.908] #0  0x000000082990341a in thr_kill () from /lib/libc.so.7
core
[13:56:53.361] #0  0x000000082b25241a in thr_kill () from /lib/libc.so.7
[13:56:53.361] #1  0x000000082b1cbe64 in raise () from /lib/libc.so.7
[13:56:53.361] #2  0x000000082b27c6f9 in abort () from /lib/libc.so.7
[13:56:53.361] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:56:53.361] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:56:53.361] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:56:53.361] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:56:53.361] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8217cab18) at ../src/backe...
[13:56:53.361] #8  0x00000000007d33fb in main (argc=4, argv=0x8217cab18) at ../src/backend/main/main.c:224
[13:56:53.630] #0  0x000000082d7f241a in thr_kill () from /lib/libc.so.7
core
[13:56:53.086] #0  0x000000082bbe341a in thr_kill () from /lib/libc.so.7
[13:56:53.086] #1  0x000000082bb5ce64 in raise () from /lib/libc.so.7
[13:56:53.086] #2  0x000000082bc0d6f9 in abort () from /lib/libc.so.7
[13:56:53.086] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:56:53.086] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:56:53.086] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:56:53.086] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:56:53.087] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82135ecc8) at ../src/backe...
[13:56:53.087] #8  0x00000000007d33fb in main (argc=4, argv=0x82135ecc8) at ../src/backend/main/main.c:224
[13:56:53.351] #0  0x000000082b25241a in thr_kill () from /lib/libc.so.7
core
[13:56:52.814] #0  0x000000082c5c741a in thr_kill () from /lib/libc.so.7
[13:56:52.814] #1  0x000000082c540e64 in raise () from /lib/libc.so.7
[13:56:52.814] #2  0x000000082c5f16f9 in abort () from /lib/libc.so.7
[13:56:52.814] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:56:52.814] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:56:52.814] #5  0x000000000089e425 in process_pm_child_exit () at ../src/backend/postmaster/postmaster.c:2535
[13:56:52.814] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1667
[13:56:52.815] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8213db1e8) at ../src/backe...
[13:56:52.815] #8  0x00000000007d33fb in main (argc=4, argv=0x8213db1e8) at ../src/backend/main/main.c:224
[13:56:53.076] #0  0x000000082bbe341a in thr_kill () from /lib/libc.so.7
core
[13:56:52.535] #0  0x000000082ad9841a in thr_kill () from /lib/libc.so.7
[13:56:52.535] #1  0x000000082ad11e64 in raise () from /lib/libc.so.7
[13:56:52.535] #2  0x000000082adc26f9 in abort () from /lib/libc.so.7
[13:56:52.535] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:56:52.535] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:56:52.535] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:56:52.535] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:56:52.535] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821437f68) at ../src/backe...
[13:56:52.535] #8  0x00000000007d33fb in main (argc=4, argv=0x821437f68) at ../src/backend/main/main.c:224
[13:56:52.804] #0  0x000000082c5c741a in thr_kill () from /lib/libc.so.7
core
[13:56:52.261] #0  0x000000082cd3541a in thr_kill () from /lib/libc.so.7
[13:56:52.261] #1  0x000000082ccaee64 in raise () from /lib/libc.so.7
[13:56:52.261] #2  0x000000082cd5f6f9 in abort () from /lib/libc.so.7
[13:56:52.261] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:56:52.261] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:56:52.261] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:56:52.261] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:56:52.261] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8215232a8) at ../src/backe...
[13:56:52.261] #8  0x00000000007d33fb in main (argc=4, argv=0x8215232a8) at ../src/backend/main/main.c:224
[13:56:52.525] #0  0x000000082ad9841a in thr_kill () from /lib/libc.so.7
core
[13:56:51.983] #0  0x000000082d33a41a in thr_kill () from /lib/libc.so.7
[13:56:51.983] #1  0x000000082d2b3e64 in raise () from /lib/libc.so.7
[13:56:51.983] #2  0x000000082d3646f9 in abort () from /lib/libc.so.7
[13:56:51.983] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:56:51.983] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:56:51.983] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:56:51.983] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:56:51.983] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8211e5df8) at ../src/backe...
[13:56:51.983] #8  0x00000000007d33fb in main (argc=4, argv=0x8211e5df8) at ../src/backend/main/main.c:224
[13:56:52.251] #0  0x000000082cd3541a in thr_kill () from /lib/libc.so.7
core
[13:56:51.699] #0  0x000000082cffa41a in thr_kill () from /lib/libc.so.7
[13:56:51.699] #1  0x000000082cf73e64 in raise () from /lib/libc.so.7
[13:56:51.699] #2  0x000000082d0246f9 in abort () from /lib/libc.so.7
[13:56:51.699] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:56:51.699] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:56:51.699] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:56:51.699] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:56:51.699] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820e95000) at ../src/backe...
[13:56:51.699] #8  0x00000000007d33fb in main (argc=4, argv=0x820e95000) at ../src/backend/main/main.c:224
[13:56:51.974] #0  0x000000082d33a41a in thr_kill () from /lib/libc.so.7
core
[13:56:44.795] #0  0x000000082dcdb41a in thr_kill () from /lib/libc.so.7
[13:56:44.795] #1  0x000000082dc54e64 in raise () from /lib/libc.so.7
[13:56:44.795] #2  0x000000082dd056f9 in abort () from /lib/libc.so.7
[13:56:44.795] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:56:44.795] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:56:44.795] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:56:44.795] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:56:44.795] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8217bb768) at ../src/backe...
[13:56:44.795] #8  0x00000000007d33fb in main (argc=4, argv=0x8217bb768) at ../src/backend/main/main.c:224
[13:56:45.052] #0  0x000000082a5e241a in thr_kill () from /lib/libc.so.7
core
[13:56:44.532] #0  0x000000082ce3741a in thr_kill () from /lib/libc.so.7
[13:56:44.532] #1  0x000000082cdb0e64 in raise () from /lib/libc.so.7
[13:56:44.532] #2  0x000000082ce616f9 in abort () from /lib/libc.so.7
[13:56:44.532] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:56:44.532] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:56:44.532] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:56:44.532] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:56:44.532] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821727760) at ../src/backe...
[13:56:44.532] #8  0x00000000007d33fb in main (argc=4, argv=0x821727760) at ../src/backend/main/main.c:224
[13:56:44.785] #0  0x000000082dcdb41a in thr_kill () from /lib/libc.so.7
core
[13:56:44.267] #0  0x000000082c34041a in thr_kill () from /lib/libc.so.7
[13:56:44.267] #1  0x000000082c2b9e64 in raise () from /lib/libc.so.7
[13:56:44.267] #2  0x000000082c36a6f9 in abort () from /lib/libc.so.7
[13:56:44.267] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:56:44.267] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:56:44.267] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:56:44.267] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:56:44.268] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8219460b8) at ../src/backe...
[13:56:44.268] #8  0x00000000007d33fb in main (argc=4, argv=0x8219460b8) at ../src/backend/main/main.c:224
[13:56:44.523] #0  0x000000082ce3741a in thr_kill () from /lib/libc.so.7
core
[13:56:44.004] #0  0x000000082accd41a in thr_kill () from /lib/libc.so.7
[13:56:44.004] #1  0x000000082ac46e64 in raise () from /lib/libc.so.7
[13:56:44.004] #2  0x000000082acf76f9 in abort () from /lib/libc.so.7
[13:56:44.004] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:56:44.004] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:56:44.004] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:56:44.004] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:56:44.005] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8217ef918) at ../src/backe...
[13:56:44.005] #8  0x00000000007d33fb in main (argc=4, argv=0x8217ef918) at ../src/backend/main/main.c:224
[13:56:44.258] #0  0x000000082c34041a in thr_kill () from /lib/libc.so.7
core
[13:56:43.742] #0  0x000000082c24841a in thr_kill () from /lib/libc.so.7
[13:56:43.742] #1  0x000000082c1c1e64 in raise () from /lib/libc.so.7
[13:56:43.742] #2  0x000000082c2726f9 in abort () from /lib/libc.so.7
[13:56:43.742] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:56:43.742] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:56:43.742] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:56:43.742] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:56:43.742] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820fb6bb0) at ../src/backe...
[13:56:43.742] #8  0x00000000007d33fb in main (argc=4, argv=0x820fb6bb0) at ../src/backend/main/main.c:224
[13:56:43.995] #0  0x000000082accd41a in thr_kill () from /lib/libc.so.7
core
[13:56:43.481] #0  0x000000082ceca41a in thr_kill () from /lib/libc.so.7
[13:56:43.481] #1  0x000000082ce43e64 in raise () from /lib/libc.so.7
[13:56:43.481] #2  0x000000082cef46f9 in abort () from /lib/libc.so.7
[13:56:43.481] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:56:43.481] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:56:43.481] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:56:43.481] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:56:43.481] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820f41a70) at ../src/backe...
[13:56:43.481] #8  0x00000000007d33fb in main (argc=4, argv=0x820f41a70) at ../src/backend/main/main.c:224
[13:56:43.732] #0  0x000000082c24841a in thr_kill () from /lib/libc.so.7
core
[13:56:43.219] #0  0x000000082c3c741a in thr_kill () from /lib/libc.so.7
[13:56:43.219] #1  0x000000082c340e64 in raise () from /lib/libc.so.7
[13:56:43.219] #2  0x000000082c3f16f9 in abort () from /lib/libc.so.7
[13:56:43.219] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:56:43.219] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:56:43.219] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:56:43.219] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:56:43.219] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821af8618) at ../src/backe...
[13:56:43.219] #8  0x00000000007d33fb in main (argc=4, argv=0x821af8618) at ../src/backend/main/main.c:224
[13:56:43.472] #0  0x000000082ceca41a in thr_kill () from /lib/libc.so.7
core
[13:56:42.957] #0  0x000000082b1ef41a in thr_kill () from /lib/libc.so.7
[13:56:42.957] #1  0x000000082b168e64 in raise () from /lib/libc.so.7
[13:56:42.957] #2  0x000000082b2196f9 in abort () from /lib/libc.so.7
[13:56:42.957] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:56:42.957] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:56:42.957] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:56:42.957] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:56:42.957] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82158f500) at ../src/backe...
[13:56:42.957] #8  0x00000000007d33fb in main (argc=4, argv=0x82158f500) at ../src/backend/main/main.c:224
[13:56:43.209] #0  0x000000082c3c741a in thr_kill () from /lib/libc.so.7
core
[13:56:42.675] #0  0x000000082c13d41a in thr_kill () from /lib/libc.so.7
[13:56:42.675] #1  0x000000082c0b6e64 in raise () from /lib/libc.so.7
[13:56:42.675] #2  0x000000082c1676f9 in abort () from /lib/libc.so.7
[13:56:42.675] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:56:42.675] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:56:42.675] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:56:42.675] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:56:42.675] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820cf8820) at ../src/backe...
[13:56:42.675] #8  0x00000000007d33fb in main (argc=4, argv=0x820cf8820) at ../src/backend/main/main.c:224
[13:56:42.947] #0  0x000000082b1ef41a in thr_kill () from /lib/libc.so.7
core
[13:56:42.400] #0  0x000000082ed0e41a in thr_kill () from /lib/libc.so.7
[13:56:42.400] #1  0x000000082ec87e64 in raise () from /lib/libc.so.7
[13:56:42.400] #2  0x000000082ed386f9 in abort () from /lib/libc.so.7
[13:56:42.400] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:56:42.400] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:56:42.400] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:56:42.400] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:56:42.401] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821372570) at ../src/backe...
[13:56:42.401] #8  0x00000000007d33fb in main (argc=4, argv=0x821372570) at ../src/backend/main/main.c:224
[13:56:42.665] #0  0x000000082c13d41a in thr_kill () from /lib/libc.so.7
core
[13:56:42.140] #0  0x000000082bcec41a in thr_kill () from /lib/libc.so.7
[13:56:42.140] #1  0x000000082bc65e64 in raise () from /lib/libc.so.7
[13:56:42.140] #2  0x000000082bd166f9 in abort () from /lib/libc.so.7
[13:56:42.140] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:56:42.140] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:56:42.140] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:56:42.140] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:56:42.140] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8215f09d8) at ../src/backe...
[13:56:42.140] #8  0x00000000007d33fb in main (argc=4, argv=0x8215f09d8) at ../src/backend/main/main.c:224
[13:56:42.391] #0  0x000000082ed0e41a in thr_kill () from /lib/libc.so.7
core
[13:56:41.875] #0  0x000000082b1c841a in thr_kill () from /lib/libc.so.7
[13:56:41.875] #1  0x000000082b141e64 in raise () from /lib/libc.so.7
[13:56:41.875] #2  0x000000082b1f26f9 in abort () from /lib/libc.so.7
[13:56:41.875] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:56:41.875] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:56:41.875] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:56:41.875] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:56:41.875] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8213c88e8) at ../src/backe...
[13:56:41.875] #8  0x00000000007d33fb in main (argc=4, argv=0x8213c88e8) at ../src/backend/main/main.c:224
[13:56:42.131] #0  0x000000082bcec41a in thr_kill () from /lib/libc.so.7
core
[13:57:11.422] #0  0x000000082d2f041a in thr_kill () from /lib/libc.so.7
[13:57:11.422] #1  0x000000082d269e64 in raise () from /lib/libc.so.7
[13:57:11.422] #2  0x000000082d31a6f9 in abort () from /lib/libc.so.7
[13:57:11.422] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:57:11.422] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:57:11.422] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:57:11.422] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:57:11.422] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x82188ec88) at ../src/backe...
[13:57:11.422] #8  0x00000000007d33fb in main (argc=8, argv=0x82188ec88) at ../src/backend/main/main.c:224
[13:57:11.674] #0  0x000000082b6ad41a in thr_kill () from /lib/libc.so.7
core
[13:56:45.062] #0  0x000000082a5e241a in thr_kill () from /lib/libc.so.7
[13:56:45.062] #1  0x000000082a55be64 in raise () from /lib/libc.so.7
[13:56:45.062] #2  0x000000082a60c6f9 in abort () from /lib/libc.so.7
[13:56:45.062] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:56:45.062] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:56:45.062] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:56:45.062] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:56:45.062] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82187ae60) at ../src/backe...
[13:56:45.062] #8  0x00000000007d33fb in main (argc=4, argv=0x82187ae60) at ../src/backend/main/main.c:224
[13:56:45.312] #0  0x000000082bf7241a in thr_kill () from /lib/libc.so.7
core
[13:56:45.322] #0  0x000000082bf7241a in thr_kill () from /lib/libc.so.7
[13:56:45.322] #1  0x000000082beebe64 in raise () from /lib/libc.so.7
[13:56:45.322] #2  0x000000082bf9c6f9 in abort () from /lib/libc.so.7
[13:56:45.322] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:56:45.322] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:56:45.322] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:56:45.322] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:56:45.322] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82190c428) at ../src/backe...
[13:56:45.322] #8  0x00000000007d33fb in main (argc=4, argv=0x82190c428) at ../src/backend/main/main.c:224
[13:56:45.574] #0  0x000000082c40c41a in thr_kill () from /lib/libc.so.7
core
[13:56:45.584] #0  0x000000082c40c41a in thr_kill () from /lib/libc.so.7
[13:56:45.584] #1  0x000000082c385e64 in raise () from /lib/libc.so.7
[13:56:45.584] #2  0x000000082c4366f9 in abort () from /lib/libc.so.7
[13:56:45.584] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:56:45.584] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:56:45.584] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:56:45.584] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:56:45.584] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821a24c40) at ../src/backe...
[13:56:45.584] #8  0x00000000007d33fb in main (argc=4, argv=0x821a24c40) at ../src/backend/main/main.c:224
[13:56:45.833] #0  0x000000082d46741a in thr_kill () from /lib/libc.so.7
core
[13:56:45.842] #0  0x000000082d46741a in thr_kill () from /lib/libc.so.7
[13:56:45.842] #1  0x000000082d3e0e64 in raise () from /lib/libc.so.7
[13:56:45.842] #2  0x000000082d4916f9 in abort () from /lib/libc.so.7
[13:56:45.842] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:56:45.842] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:56:45.842] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:56:45.842] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:56:45.842] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8217a8880) at ../src/backe...
[13:56:45.842] #8  0x00000000007d33fb in main (argc=4, argv=0x8217a8880) at ../src/backend/main/main.c:224
[13:56:46.095] #0  0x000000082bb3241a in thr_kill () from /lib/libc.so.7
core
[13:56:46.105] #0  0x000000082bb3241a in thr_kill () from /lib/libc.so.7
[13:56:46.105] #1  0x000000082baabe64 in raise () from /lib/libc.so.7
[13:56:46.105] #2  0x000000082bb5c6f9 in abort () from /lib/libc.so.7
[13:56:46.105] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:56:46.105] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:56:46.105] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:56:46.105] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:56:46.105] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821a68798) at ../src/backe...
[13:56:46.105] #8  0x00000000007d33fb in main (argc=4, argv=0x821a68798) at ../src/backend/main/main.c:224
[13:56:46.358] #0  0x000000082bfea41a in thr_kill () from /lib/libc.so.7
core
[13:56:46.369] #0  0x000000082bfea41a in thr_kill () from /lib/libc.so.7
[13:56:46.369] #1  0x000000082bf63e64 in raise () from /lib/libc.so.7
[13:56:46.369] #2  0x000000082c0146f9 in abort () from /lib/libc.so.7
[13:56:46.369] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:56:46.369] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:56:46.369] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:56:46.369] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:56:46.369] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820f16598) at ../src/backe...
[13:56:46.369] #8  0x00000000007d33fb in main (argc=4, argv=0x820f16598) at ../src/backend/main/main.c:224
[13:56:46.621] #0  0x000000082c71341a in thr_kill () from /lib/libc.so.7
core
[13:56:46.631] #0  0x000000082c71341a in thr_kill () from /lib/libc.so.7
[13:56:46.631] #1  0x000000082c68ce64 in raise () from /lib/libc.so.7
[13:56:46.631] #2  0x000000082c73d6f9 in abort () from /lib/libc.so.7
[13:56:46.631] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:56:46.631] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:56:46.631] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:56:46.631] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:56:46.632] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821aa0788) at ../src/backe...
[13:56:46.632] #8  0x00000000007d33fb in main (argc=4, argv=0x821aa0788) at ../src/backend/main/main.c:224
[13:56:46.887] #0  0x000000082d1f241a in thr_kill () from /lib/libc.so.7
core
[13:56:46.896] #0  0x000000082d1f241a in thr_kill () from /lib/libc.so.7
[13:56:46.896] #1  0x000000082d16be64 in raise () from /lib/libc.so.7
[13:56:46.896] #2  0x000000082d21c6f9 in abort () from /lib/libc.so.7
[13:56:46.896] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:56:46.896] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:56:46.896] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:56:46.896] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:56:46.896] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821074458) at ../src/backe...
[13:56:46.896] #8  0x00000000007d33fb in main (argc=4, argv=0x821074458) at ../src/backend/main/main.c:224
[13:56:47.154] #0  0x000000082d67f41a in thr_kill () from /lib/libc.so.7
core
[13:56:47.163] #0  0x000000082d67f41a in thr_kill () from /lib/libc.so.7
[13:56:47.163] #1  0x000000082d5f8e64 in raise () from /lib/libc.so.7
[13:56:47.163] #2  0x000000082d6a96f9 in abort () from /lib/libc.so.7
[13:56:47.163] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:56:47.163] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:56:47.163] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:56:47.163] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:56:47.163] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8214bfdb8) at ../src/backe...
[13:56:47.163] #8  0x00000000007d33fb in main (argc=4, argv=0x8214bfdb8) at ../src/backend/main/main.c:224
[13:56:47.418] #0  0x000000082c73641a in thr_kill () from /lib/libc.so.7
core
[13:56:47.429] #0  0x000000082c73641a in thr_kill () from /lib/libc.so.7
[13:56:47.429] #1  0x000000082c6afe64 in raise () from /lib/libc.so.7
[13:56:47.429] #2  0x000000082c7606f9 in abort () from /lib/libc.so.7
[13:56:47.429] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:56:47.429] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:56:47.429] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:56:47.429] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:56:47.429] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8216e02c0) at ../src/backe...
[13:56:47.429] #8  0x00000000007d33fb in main (argc=4, argv=0x8216e02c0) at ../src/backend/main/main.c:224
[13:56:47.694] #0  0x000000082ad5641a in thr_kill () from /lib/libc.so.7
core
[13:56:47.704] #0  0x000000082ad5641a in thr_kill () from /lib/libc.so.7
[13:56:47.704] #1  0x000000082accfe64 in raise () from /lib/libc.so.7
[13:56:47.704] #2  0x000000082ad806f9 in abort () from /lib/libc.so.7
[13:56:47.704] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:56:47.704] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:56:47.704] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:56:47.704] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:56:47.704] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8210f8db8) at ../src/backe...
[13:56:47.704] #8  0x00000000007d33fb in main (argc=4, argv=0x8210f8db8) at ../src/backend/main/main.c:224
[13:56:47.973] #0  0x000000082ed5f41a in thr_kill () from /lib/libc.so.7
core
[13:56:47.983] #0  0x000000082ed5f41a in thr_kill () from /lib/libc.so.7
[13:56:47.983] #1  0x000000082ecd8e64 in raise () from /lib/libc.so.7
[13:56:47.983] #2  0x000000082ed896f9 in abort () from /lib/libc.so.7
[13:56:47.983] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:56:47.983] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:56:47.983] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:56:47.983] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:56:47.983] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821aa9368) at ../src/backe...
[13:56:47.983] #8  0x00000000007d33fb in main (argc=4, argv=0x821aa9368) at ../src/backend/main/main.c:224
[13:56:48.266] #0  0x000000082b98041a in thr_kill () from /lib/libc.so.7
core
[13:56:48.276] #0  0x000000082b98041a in thr_kill () from /lib/libc.so.7
[13:56:48.276] #1  0x000000082b8f9e64 in raise () from /lib/libc.so.7
[13:56:48.276] #2  0x000000082b9aa6f9 in abort () from /lib/libc.so.7
[13:56:48.276] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:56:48.276] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:56:48.276] #5  0x000000000089e425 in process_pm_child_exit () at ../src/backend/postmaster/postmaster.c:2535
[13:56:48.276] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1667
[13:56:48.276] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820f59590) at ../src/backe...
[13:56:48.276] #8  0x00000000007d33fb in main (argc=4, argv=0x820f59590) at ../src/backend/main/main.c:224
[13:56:48.551] #0  0x000000082bae341a in thr_kill () from /lib/libc.so.7
core
[13:56:48.562] #0  0x000000082bae341a in thr_kill () from /lib/libc.so.7
[13:56:48.562] #1  0x000000082ba5ce64 in raise () from /lib/libc.so.7
[13:56:48.562] #2  0x000000082bb0d6f9 in abort () from /lib/libc.so.7
[13:56:48.562] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:56:48.562] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:56:48.562] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:56:48.562] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:56:48.562] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820f3c610) at ../src/backe...
[13:56:48.562] #8  0x00000000007d33fb in main (argc=4, argv=0x820f3c610) at ../src/backend/main/main.c:224
[13:56:48.846] #0  0x000000082a82241a in thr_kill () from /lib/libc.so.7
core
[13:56:48.856] #0  0x000000082a82241a in thr_kill () from /lib/libc.so.7
[13:56:48.856] #1  0x000000082a79be64 in raise () from /lib/libc.so.7
[13:56:48.856] #2  0x000000082a84c6f9 in abort () from /lib/libc.so.7
[13:56:48.856] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:56:48.856] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:56:48.856] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:56:48.856] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:56:48.857] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820d7fae8) at ../src/backe...
[13:56:48.857] #8  0x00000000007d33fb in main (argc=4, argv=0x820d7fae8) at ../src/backend/main/main.c:224
[13:56:49.138] #0  0x000000082afa141a in thr_kill () from /lib/libc.so.7
core
[13:56:49.149] #0  0x000000082afa141a in thr_kill () from /lib/libc.so.7
[13:56:49.149] #1  0x000000082af1ae64 in raise () from /lib/libc.so.7
[13:56:49.149] #2  0x000000082afcb6f9 in abort () from /lib/libc.so.7
[13:56:49.149] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:56:49.149] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:56:49.149] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:56:49.149] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:56:49.149] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8219e5da0) at ../src/backe...
[13:56:49.149] #8  0x00000000007d33fb in main (argc=4, argv=0x8219e5da0) at ../src/backend/main/main.c:224
[13:56:49.436] #0  0x000000082c49d41a in thr_kill () from /lib/libc.so.7
core
[13:56:49.448] #0  0x000000082c49d41a in thr_kill () from /lib/libc.so.7
[13:56:49.448] #1  0x000000082c416e64 in raise () from /lib/libc.so.7
[13:56:49.448] #2  0x000000082c4c76f9 in abort () from /lib/libc.so.7
[13:56:49.448] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:56:49.448] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:56:49.448] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:56:49.448] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:56:49.448] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8213e3430) at ../src/backe...
[13:56:49.448] #8  0x00000000007d33fb in main (argc=4, argv=0x8213e3430) at ../src/backend/main/main.c:224
[13:56:49.723] #0  0x000000082d64841a in thr_kill () from /lib/libc.so.7
core
[13:56:49.733] #0  0x000000082d64841a in thr_kill () from /lib/libc.so.7
[13:56:49.733] #1  0x000000082d5c1e64 in raise () from /lib/libc.so.7
[13:56:49.733] #2  0x000000082d6726f9 in abort () from /lib/libc.so.7
[13:56:49.733] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:56:49.733] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:56:49.733] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:56:49.733] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:56:49.733] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821874c60) at ../src/backe...
[13:56:49.733] #8  0x00000000007d33fb in main (argc=4, argv=0x821874c60) at ../src/backend/main/main.c:224
[13:56:50.004] #0  0x000000082b0ad41a in thr_kill () from /lib/libc.so.7
core
[13:56:50.013] #0  0x000000082b0ad41a in thr_kill () from /lib/libc.so.7
[13:56:50.013] #1  0x000000082b026e64 in raise () from /lib/libc.so.7
[13:56:50.013] #2  0x000000082b0d76f9 in abort () from /lib/libc.so.7
[13:56:50.013] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:56:50.013] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:56:50.013] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:56:50.013] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:56:50.013] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820fe0608) at ../src/backe...
[13:56:50.013] #8  0x00000000007d33fb in main (argc=4, argv=0x820fe0608) at ../src/backend/main/main.c:224
[13:56:50.282] #0  0x000000082b47841a in thr_kill () from /lib/libc.so.7
core
[13:56:50.292] #0  0x000000082b47841a in thr_kill () from /lib/libc.so.7
[13:56:50.292] #1  0x000000082b3f1e64 in raise () from /lib/libc.so.7
[13:56:50.292] #2  0x000000082b4a26f9 in abort () from /lib/libc.so.7
[13:56:50.292] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:56:50.292] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:56:50.292] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:56:50.292] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:56:50.292] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821574418) at ../src/backe...
[13:56:50.292] #8  0x00000000007d33fb in main (argc=4, argv=0x821574418) at ../src/backend/main/main.c:224
[13:56:50.570] #0  0x000000082b0c141a in thr_kill () from /lib/libc.so.7
core
[13:56:50.580] #0  0x000000082b0c141a in thr_kill () from /lib/libc.so.7
[13:56:50.580] #1  0x000000082b03ae64 in raise () from /lib/libc.so.7
[13:56:50.580] #2  0x000000082b0eb6f9 in abort () from /lib/libc.so.7
[13:56:50.580] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:56:50.580] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:56:50.580] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:56:50.580] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:56:50.580] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821b5d920) at ../src/backe...
[13:56:50.580] #8  0x00000000007d33fb in main (argc=4, argv=0x821b5d920) at ../src/backend/main/main.c:224
[13:56:50.861] #0  0x000000082ad1d41a in thr_kill () from /lib/libc.so.7
core
[13:56:50.870] #0  0x000000082ad1d41a in thr_kill () from /lib/libc.so.7
[13:56:50.870] #1  0x000000082ac96e64 in raise () from /lib/libc.so.7
[13:56:50.870] #2  0x000000082ad476f9 in abort () from /lib/libc.so.7
[13:56:50.870] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:56:50.870] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:56:50.870] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:56:50.870] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:56:50.870] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821389110) at ../src/backe...
[13:56:50.870] #8  0x00000000007d33fb in main (argc=4, argv=0x821389110) at ../src/backend/main/main.c:224
[13:56:51.138] #0  0x000000082af6641a in thr_kill () from /lib/libc.so.7
core
[13:56:51.148] #0  0x000000082af6641a in thr_kill () from /lib/libc.so.7
[13:56:51.148] #1  0x000000082aedfe64 in raise () from /lib/libc.so.7
[13:56:51.148] #2  0x000000082af906f9 in abort () from /lib/libc.so.7
[13:56:51.148] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:56:51.148] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:56:51.148] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:56:51.148] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:56:51.149] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82148f898) at ../src/backe...
[13:56:51.149] #8  0x00000000007d33fb in main (argc=4, argv=0x82148f898) at ../src/backend/main/main.c:224
[13:56:51.415] #0  0x000000082b3b041a in thr_kill () from /lib/libc.so.7
core
[13:56:51.425] #0  0x000000082b3b041a in thr_kill () from /lib/libc.so.7
[13:56:51.425] #1  0x000000082b329e64 in raise () from /lib/libc.so.7
[13:56:51.425] #2  0x000000082b3da6f9 in abort () from /lib/libc.so.7
[13:56:51.425] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:56:51.425] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:56:51.425] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:56:51.425] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:56:51.425] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8217f3198) at ../src/backe...
[13:56:51.425] #8  0x00000000007d33fb in main (argc=4, argv=0x8217f3198) at ../src/backend/main/main.c:224
[13:56:51.689] #0  0x000000082cffa41a in thr_kill () from /lib/libc.so.7
core
[13:56:58.467] #0  0x000000082c71041a in thr_kill () from /lib/libc.so.7
[13:56:58.467] #1  0x000000082c689e64 in raise () from /lib/libc.so.7
[13:56:58.467] #2  0x000000082c73a6f9 in abort () from /lib/libc.so.7
[13:56:58.467] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:56:58.467] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:56:58.467] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:56:58.467] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:56:58.467] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821ac3168) at ../src/backe...
[13:56:58.467] #8  0x00000000007d33fb in main (argc=4, argv=0x821ac3168) at ../src/backend/main/main.c:224
[13:56:58.738] #0  0x000000082aa8b41a in thr_kill () from /lib/libc.so.7
core
[13:56:58.748] #0  0x000000082aa8b41a in thr_kill () from /lib/libc.so.7
[13:56:58.748] #1  0x000000082aa04e64 in raise () from /lib/libc.so.7
[13:56:58.748] #2  0x000000082aab56f9 in abort () from /lib/libc.so.7
[13:56:58.748] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:56:58.748] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:56:58.748] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:56:58.748] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:56:58.748] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820ef9a20) at ../src/backe...
[13:56:58.748] #8  0x00000000007d33fb in main (argc=8, argv=0x820ef9a20) at ../src/backend/main/main.c:224
[13:56:59.013] #0  0x000000082bca441a in thr_kill () from /lib/libc.so.7
core
[13:56:59.024] #0  0x000000082bca441a in thr_kill () from /lib/libc.so.7
[13:56:59.024] #1  0x000000082bc1de64 in raise () from /lib/libc.so.7
[13:56:59.024] #2  0x000000082bcce6f9 in abort () from /lib/libc.so.7
[13:56:59.024] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:56:59.024] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:56:59.024] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:56:59.024] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:56:59.024] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820d838e0) at ../src/backe...
[13:56:59.024] #8  0x00000000007d33fb in main (argc=4, argv=0x820d838e0) at ../src/backend/main/main.c:224
[13:56:59.301] #0  0x000000082a42341a in thr_kill () from /lib/libc.so.7
core
[13:56:59.311] #0  0x000000082a42341a in thr_kill () from /lib/libc.so.7
[13:56:59.311] #1  0x000000082a39ce64 in raise () from /lib/libc.so.7
[13:56:59.311] #2  0x000000082a44d6f9 in abort () from /lib/libc.so.7
[13:56:59.311] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:56:59.311] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:56:59.311] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:56:59.311] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:56:59.311] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821513af0) at ../src/backe...
[13:56:59.311] #8  0x00000000007d33fb in main (argc=4, argv=0x821513af0) at ../src/backend/main/main.c:224
[13:56:59.568] #0  0x000000082948d41a in thr_kill () from /lib/libc.so.7
core
[13:56:59.577] #0  0x000000082948d41a in thr_kill () from /lib/libc.so.7
[13:56:59.577] #1  0x0000000829406e64 in raise () from /lib/libc.so.7
[13:56:59.577] #2  0x00000008294b76f9 in abort () from /lib/libc.so.7
[13:56:59.577] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:56:59.577] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:56:59.577] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:56:59.577] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:56:59.577] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821708688) at ../src/backe...
[13:56:59.577] #8  0x00000000007d33fb in main (argc=4, argv=0x821708688) at ../src/backend/main/main.c:224
[13:56:59.830] #0  0x000000082ced441a in thr_kill () from /lib/libc.so.7
core
[13:56:59.839] #0  0x000000082ced441a in thr_kill () from /lib/libc.so.7
[13:56:59.839] #1  0x000000082ce4de64 in raise () from /lib/libc.so.7
[13:56:59.839] #2  0x000000082cefe6f9 in abort () from /lib/libc.so.7
[13:56:59.839] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:56:59.839] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:56:59.839] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:56:59.839] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:56:59.839] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821ba88e8) at ../src/backe...
[13:56:59.839] #8  0x00000000007d33fb in main (argc=4, argv=0x821ba88e8) at ../src/backend/main/main.c:224
[13:57:00.093] #0  0x000000082822441a in thr_kill () from /lib/libc.so.7
core
[13:57:00.103] #0  0x000000082822441a in thr_kill () from /lib/libc.so.7
[13:57:00.103] #1  0x000000082819de64 in raise () from /lib/libc.so.7
[13:57:00.103] #2  0x000000082824e6f9 in abort () from /lib/libc.so.7
[13:57:00.103] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:57:00.103] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:57:00.103] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:57:00.103] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:57:00.103] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820daccb8) at ../src/backe...
[13:57:00.103] #8  0x00000000007d33fb in main (argc=4, argv=0x820daccb8) at ../src/backend/main/main.c:224
[13:57:00.359] #0  0x000000082ad0941a in thr_kill () from /lib/libc.so.7
core
[13:57:00.368] #0  0x000000082ad0941a in thr_kill () from /lib/libc.so.7
[13:57:00.368] #1  0x000000082ac82e64 in raise () from /lib/libc.so.7
[13:57:00.368] #2  0x000000082ad336f9 in abort () from /lib/libc.so.7
[13:57:00.368] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:57:00.368] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:57:00.368] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:57:00.368] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:57:00.368] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8214b0830) at ../src/backe...
[13:57:00.368] #8  0x00000000007d33fb in main (argc=4, argv=0x8214b0830) at ../src/backend/main/main.c:224
[13:57:00.622] #0  0x000000082b9fe41a in thr_kill () from /lib/libc.so.7
core
[13:57:00.631] #0  0x000000082b9fe41a in thr_kill () from /lib/libc.so.7
[13:57:00.631] #1  0x000000082b977e64 in raise () from /lib/libc.so.7
[13:57:00.631] #2  0x000000082ba286f9 in abort () from /lib/libc.so.7
[13:57:00.631] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:57:00.631] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:57:00.631] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:57:00.631] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:57:00.631] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8210eeca8) at ../src/backe...
[13:57:00.631] #8  0x00000000007d33fb in main (argc=4, argv=0x8210eeca8) at ../src/backend/main/main.c:224
[13:57:00.897] #0  0x000000082b4e441a in thr_kill () from /lib/libc.so.7
core
[13:57:00.908] #0  0x000000082b4e441a in thr_kill () from /lib/libc.so.7
[13:57:00.908] #1  0x000000082b45de64 in raise () from /lib/libc.so.7
[13:57:00.908] #2  0x000000082b50e6f9 in abort () from /lib/libc.so.7
[13:57:00.908] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:57:00.908] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:57:00.908] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:57:00.908] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:57:00.908] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821226160) at ../src/backe...
[13:57:00.908] #8  0x00000000007d33fb in main (argc=4, argv=0x821226160) at ../src/backend/main/main.c:224
[13:57:01.175] #0  0x000000082cc7041a in thr_kill () from /lib/libc.so.7
core
[13:57:01.185] #0  0x000000082cc7041a in thr_kill () from /lib/libc.so.7
[13:57:01.185] #1  0x000000082cbe9e64 in raise () from /lib/libc.so.7
[13:57:01.185] #2  0x000000082cc9a6f9 in abort () from /lib/libc.so.7
[13:57:01.185] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:57:01.185] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:57:01.185] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:57:01.185] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:57:01.185] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8215e6ad8) at ../src/backe...
[13:57:01.185] #8  0x00000000007d33fb in main (argc=4, argv=0x8215e6ad8) at ../src/backend/main/main.c:224
[13:57:01.444] #0  0x000000082ad0641a in thr_kill () from /lib/libc.so.7
core
[13:57:01.454] #0  0x000000082ad0641a in thr_kill () from /lib/libc.so.7
[13:57:01.454] #1  0x000000082ac7fe64 in raise () from /lib/libc.so.7
[13:57:01.454] #2  0x000000082ad306f9 in abort () from /lib/libc.so.7
[13:57:01.454] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:57:01.454] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:57:01.454] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:57:01.454] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:57:01.454] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8210f04c0) at ../src/backe...
[13:57:01.454] #8  0x00000000007d33fb in main (argc=4, argv=0x8210f04c0) at ../src/backend/main/main.c:224
[13:57:01.718] #0  0x000000082b19f41a in thr_kill () from /lib/libc.so.7
core
[13:57:01.728] #0  0x000000082b19f41a in thr_kill () from /lib/libc.so.7
[13:57:01.728] #1  0x000000082b118e64 in raise () from /lib/libc.so.7
[13:57:01.728] #2  0x000000082b1c96f9 in abort () from /lib/libc.so.7
[13:57:01.728] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:57:01.728] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:57:01.728] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:57:01.728] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:57:01.728] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821363a38) at ../src/backe...
[13:57:01.728] #8  0x00000000007d33fb in main (argc=4, argv=0x821363a38) at ../src/backend/main/main.c:224
[13:57:01.984] #0  0x000000082bedb41a in thr_kill () from /lib/libc.so.7
core
[13:57:01.994] #0  0x000000082bedb41a in thr_kill () from /lib/libc.so.7
[13:57:01.994] #1  0x000000082be54e64 in raise () from /lib/libc.so.7
[13:57:01.994] #2  0x000000082bf056f9 in abort () from /lib/libc.so.7
[13:57:01.994] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:57:01.994] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:57:01.994] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:57:01.994] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:57:01.994] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820fad7f8) at ../src/backe...
[13:57:01.994] #8  0x00000000007d33fb in main (argc=4, argv=0x820fad7f8) at ../src/backend/main/main.c:224
[13:57:02.258] #0  0x000000082b26841a in thr_kill () from /lib/libc.so.7
core
[13:57:02.268] #0  0x000000082b26841a in thr_kill () from /lib/libc.so.7
[13:57:02.268] #1  0x000000082b1e1e64 in raise () from /lib/libc.so.7
[13:57:02.268] #2  0x000000082b2926f9 in abort () from /lib/libc.so.7
[13:57:02.268] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:57:02.268] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:57:02.268] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:57:02.268] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:57:02.268] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8213f75c0) at ../src/backe...
[13:57:02.268] #8  0x00000000007d33fb in main (argc=4, argv=0x8213f75c0) at ../src/backend/main/main.c:224
[13:57:02.535] #0  0x000000082a04a41a in thr_kill () from /lib/libc.so.7
core
[13:57:02.546] #0  0x000000082a04a41a in thr_kill () from /lib/libc.so.7
[13:57:02.546] #1  0x0000000829fc3e64 in raise () from /lib/libc.so.7
[13:57:02.546] #2  0x000000082a0746f9 in abort () from /lib/libc.so.7
[13:57:02.546] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:57:02.546] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:57:02.546] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:57:02.546] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:57:02.546] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820d83790) at ../src/backe...
[13:57:02.546] #8  0x00000000007d33fb in main (argc=4, argv=0x820d83790) at ../src/backend/main/main.c:224
[13:57:02.817] #0  0x000000082aeb841a in thr_kill () from /lib/libc.so.7
core
[13:57:02.828] #0  0x000000082aeb841a in thr_kill () from /lib/libc.so.7
[13:57:02.828] #1  0x000000082ae31e64 in raise () from /lib/libc.so.7
[13:57:02.828] #2  0x000000082aee26f9 in abort () from /lib/libc.so.7
[13:57:02.828] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:57:02.828] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:57:02.828] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:57:02.828] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:57:02.828] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821a8aea8) at ../src/backe...
[13:57:02.828] #8  0x00000000007d33fb in main (argc=4, argv=0x821a8aea8) at ../src/backend/main/main.c:224
[13:57:03.100] #0  0x000000082b42241a in thr_kill () from /lib/libc.so.7
core
[13:57:03.110] #0  0x000000082b42241a in thr_kill () from /lib/libc.so.7
[13:57:03.110] #1  0x000000082b39be64 in raise () from /lib/libc.so.7
[13:57:03.110] #2  0x000000082b44c6f9 in abort () from /lib/libc.so.7
[13:57:03.110] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:57:03.110] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:57:03.110] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:57:03.110] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:57:03.111] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8212fb2f0) at ../src/backe...
[13:57:03.111] #8  0x00000000007d33fb in main (argc=4, argv=0x8212fb2f0) at ../src/backend/main/main.c:224
[13:57:03.385] #0  0x000000082a78241a in thr_kill () from /lib/libc.so.7
core
[13:57:03.395] #0  0x000000082a78241a in thr_kill () from /lib/libc.so.7
[13:57:03.395] #1  0x000000082a6fbe64 in raise () from /lib/libc.so.7
[13:57:03.395] #2  0x000000082a7ac6f9 in abort () from /lib/libc.so.7
[13:57:03.395] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:57:03.395] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:57:03.395] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:57:03.395] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:57:03.395] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820ce59b0) at ../src/backe...
[13:57:03.395] #8  0x00000000007d33fb in main (argc=4, argv=0x820ce59b0) at ../src/backend/main/main.c:224
[13:57:03.681] #0  0x000000082966941a in thr_kill () from /lib/libc.so.7
core
[13:57:03.691] #0  0x000000082966941a in thr_kill () from /lib/libc.so.7
[13:57:03.691] #1  0x00000008295e2e64 in raise () from /lib/libc.so.7
[13:57:03.691] #2  0x00000008296936f9 in abort () from /lib/libc.so.7
[13:57:03.691] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:57:03.691] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:57:03.691] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:57:03.691] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:57:03.692] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820eaacc8) at ../src/backe...
[13:57:03.692] #8  0x00000000007d33fb in main (argc=4, argv=0x820eaacc8) at ../src/backend/main/main.c:224
[13:57:03.957] #0  0x000000082b71941a in thr_kill () from /lib/libc.so.7
core
[13:57:03.967] #0  0x000000082b71941a in thr_kill () from /lib/libc.so.7
[13:57:03.967] #1  0x000000082b692e64 in raise () from /lib/libc.so.7
[13:57:03.967] #2  0x000000082b7436f9 in abort () from /lib/libc.so.7
[13:57:03.967] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:57:03.967] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:57:03.967] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:57:03.967] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:57:03.967] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x82189e9c8) at ../src/backe...
[13:57:03.967] #8  0x00000000007d33fb in main (argc=8, argv=0x82189e9c8) at ../src/backend/main/main.c:224
[13:57:04.237] #0  0x0000000828c3241a in thr_kill () from /lib/libc.so.7
core
[13:57:04.248] #0  0x0000000828c3241a in thr_kill () from /lib/libc.so.7
[13:57:04.248] #1  0x0000000828babe64 in raise () from /lib/libc.so.7
[13:57:04.248] #2  0x0000000828c5c6f9 in abort () from /lib/libc.so.7
[13:57:04.248] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:57:04.248] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:57:04.248] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:57:04.248] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:57:04.248] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8219e0680) at ../src/backe...
[13:57:04.248] #8  0x00000000007d33fb in main (argc=8, argv=0x8219e0680) at ../src/backend/main/main.c:224
[13:57:04.507] #0  0x000000082beb841a in thr_kill () from /lib/libc.so.7
core
[13:57:04.516] #0  0x000000082beb841a in thr_kill () from /lib/libc.so.7
[13:57:04.516] #1  0x000000082be31e64 in raise () from /lib/libc.so.7
[13:57:04.516] #2  0x000000082bee26f9 in abort () from /lib/libc.so.7
[13:57:04.516] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:57:04.516] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:57:04.516] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:57:04.516] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:57:04.516] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8213d06d8) at ../src/backe...
[13:57:04.516] #8  0x00000000007d33fb in main (argc=8, argv=0x8213d06d8) at ../src/backend/main/main.c:224
[13:57:04.768] #0  0x000000082bdf941a in thr_kill () from /lib/libc.so.7
core
[13:57:04.777] #0  0x000000082bdf941a in thr_kill () from /lib/libc.so.7
[13:57:04.777] #1  0x000000082bd72e64 in raise () from /lib/libc.so.7
[13:57:04.777] #2  0x000000082be236f9 in abort () from /lib/libc.so.7
[13:57:04.777] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:57:04.777] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:57:04.777] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:57:04.777] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:57:04.778] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820d9d3f0) at ../src/backe...
[13:57:04.778] #8  0x00000000007d33fb in main (argc=8, argv=0x820d9d3f0) at ../src/backend/main/main.c:224
[13:57:05.027] #0  0x000000082bab541a in thr_kill () from /lib/libc.so.7
core
[13:57:32.943] #0  0x000000082c7a641a in thr_kill () from /lib/libc.so.7
[13:57:32.943] #1  0x000000082c71fe64 in raise () from /lib/libc.so.7
[13:57:32.943] #2  0x000000082c7d06f9 in abort () from /lib/libc.so.7
[13:57:32.943] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:57:32.943] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:57:32.943] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:57:32.943] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:57:32.943] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821aeaf60) at ../src/backe...
[13:57:32.943] #8  0x00000000007d33fb in main (argc=4, argv=0x821aeaf60) at ../src/backend/main/main.c:224
core
[13:57:32.688] #0  0x000000082b0d441a in thr_kill () from /lib/libc.so.7
[13:57:32.688] #1  0x000000082b04de64 in raise () from /lib/libc.so.7
[13:57:32.688] #2  0x000000082b0fe6f9 in abort () from /lib/libc.so.7
[13:57:32.688] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:57:32.688] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:57:32.688] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:57:32.688] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:57:32.688] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821068ce8) at ../src/backe...
[13:57:32.688] #8  0x00000000007d33fb in main (argc=4, argv=0x821068ce8) at ../src/backend/main/main.c:224
[13:57:32.933] #0  0x000000082c7a641a in thr_kill () from /lib/libc.so.7
core
[13:57:32.442] #0  0x000000082ad3541a in thr_kill () from /lib/libc.so.7
[13:57:32.442] #1  0x000000082acaee64 in raise () from /lib/libc.so.7
[13:57:32.442] #2  0x000000082ad5f6f9 in abort () from /lib/libc.so.7
[13:57:32.442] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:57:32.442] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:57:32.442] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:57:32.442] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:57:32.442] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8212bd680) at ../src/backe...
[13:57:32.442] #8  0x00000000007d33fb in main (argc=4, argv=0x8212bd680) at ../src/backend/main/main.c:224
[13:57:32.680] #0  0x000000082b0d441a in thr_kill () from /lib/libc.so.7
core
[13:57:32.185] #0  0x000000082c72341a in thr_kill () from /lib/libc.so.7
[13:57:32.185] #1  0x000000082c69ce64 in raise () from /lib/libc.so.7
[13:57:32.185] #2  0x000000082c74d6f9 in abort () from /lib/libc.so.7
[13:57:32.185] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:57:32.185] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:57:32.185] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:57:32.185] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:57:32.185] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821497178) at ../src/backe...
[13:57:32.185] #8  0x00000000007d33fb in main (argc=4, argv=0x821497178) at ../src/backend/main/main.c:224
[13:57:32.433] #0  0x000000082ad3541a in thr_kill () from /lib/libc.so.7
core
[13:57:31.927] #0  0x000000082a75a41a in thr_kill () from /lib/libc.so.7
[13:57:31.927] #1  0x000000082a6d3e64 in raise () from /lib/libc.so.7
[13:57:31.927] #2  0x000000082a7846f9 in abort () from /lib/libc.so.7
[13:57:31.927] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:57:31.927] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:57:31.927] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:57:31.927] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:57:31.927] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820be3800) at ../src/backe...
[13:57:31.927] #8  0x00000000007d33fb in main (argc=4, argv=0x820be3800) at ../src/backend/main/main.c:224
[13:57:32.176] #0  0x000000082c72341a in thr_kill () from /lib/libc.so.7
core
[13:57:31.673] #0  0x000000082d57f41a in thr_kill () from /lib/libc.so.7
[13:57:31.673] #1  0x000000082d4f8e64 in raise () from /lib/libc.so.7
[13:57:31.673] #2  0x000000082d5a96f9 in abort () from /lib/libc.so.7
[13:57:31.673] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:57:31.673] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:57:31.673] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:57:31.673] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:57:31.673] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820c42718) at ../src/backe...
[13:57:31.673] #8  0x00000000007d33fb in main (argc=4, argv=0x820c42718) at ../src/backend/main/main.c:224
[13:57:31.917] #0  0x000000082a75a41a in thr_kill () from /lib/libc.so.7
core
[13:57:31.416] #0  0x000000082d92341a in thr_kill () from /lib/libc.so.7
[13:57:31.416] #1  0x000000082d89ce64 in raise () from /lib/libc.so.7
[13:57:31.416] #2  0x000000082d94d6f9 in abort () from /lib/libc.so.7
[13:57:31.416] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:57:31.416] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:57:31.416] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:57:31.416] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:57:31.416] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8212926a0) at ../src/backe...
[13:57:31.416] #8  0x00000000007d33fb in main (argc=4, argv=0x8212926a0) at ../src/backend/main/main.c:224
[13:57:31.663] #0  0x000000082d57f41a in thr_kill () from /lib/libc.so.7
core
[13:57:31.150] #0  0x000000082c45941a in thr_kill () from /lib/libc.so.7
[13:57:31.150] #1  0x000000082c3d2e64 in raise () from /lib/libc.so.7
[13:57:31.150] #2  0x000000082c4836f9 in abort () from /lib/libc.so.7
[13:57:31.150] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:57:31.150] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:57:31.150] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:57:31.150] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:57:31.150] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821373c70) at ../src/backe...
[13:57:31.150] #8  0x00000000007d33fb in main (argc=4, argv=0x821373c70) at ../src/backend/main/main.c:224
[13:57:31.407] #0  0x000000082d92341a in thr_kill () from /lib/libc.so.7
core
[13:57:30.894] #0  0x000000082ad2f41a in thr_kill () from /lib/libc.so.7
[13:57:30.894] #1  0x000000082aca8e64 in raise () from /lib/libc.so.7
[13:57:30.894] #2  0x000000082ad596f9 in abort () from /lib/libc.so.7
[13:57:30.894] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:57:30.894] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:57:30.894] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:57:30.894] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:57:30.895] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820bebd88) at ../src/backe...
[13:57:30.895] #8  0x00000000007d33fb in main (argc=4, argv=0x820bebd88) at ../src/backend/main/main.c:224
[13:57:31.141] #0  0x000000082c45941a in thr_kill () from /lib/libc.so.7
core
[13:57:30.637] #0  0x000000082b9ab41a in thr_kill () from /lib/libc.so.7
[13:57:30.637] #1  0x000000082b924e64 in raise () from /lib/libc.so.7
[13:57:30.637] #2  0x000000082b9d56f9 in abort () from /lib/libc.so.7
[13:57:30.637] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:57:30.637] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:57:30.637] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:57:30.637] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:57:30.638] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820bc3e28) at ../src/backe...
[13:57:30.638] #8  0x00000000007d33fb in main (argc=4, argv=0x820bc3e28) at ../src/backend/main/main.c:224
[13:57:30.884] #0  0x000000082ad2f41a in thr_kill () from /lib/libc.so.7
core
[13:57:30.372] #0  0x000000082a44941a in thr_kill () from /lib/libc.so.7
[13:57:30.372] #1  0x000000082a3c2e64 in raise () from /lib/libc.so.7
[13:57:30.372] #2  0x000000082a4736f9 in abort () from /lib/libc.so.7
[13:57:30.372] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:57:30.372] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:57:30.372] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:57:30.372] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:57:30.372] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8214cc5e0) at ../src/backe...
[13:57:30.372] #8  0x00000000007d33fb in main (argc=4, argv=0x8214cc5e0) at ../src/backend/main/main.c:224
[13:57:30.628] #0  0x000000082b9ab41a in thr_kill () from /lib/libc.so.7
core
[13:57:17.502] #0  0x000000082c0ae41a in thr_kill () from /lib/libc.so.7
[13:57:17.502] #1  0x000000082c027e64 in raise () from /lib/libc.so.7
[13:57:17.502] #2  0x000000082c0d86f9 in abort () from /lib/libc.so.7
[13:57:17.502] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:57:17.502] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:57:17.502] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:57:17.502] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:57:17.502] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8218386d8) at ../src/backe...
[13:57:17.502] #8  0x00000000007d33fb in main (argc=8, argv=0x8218386d8) at ../src/backend/main/main.c:224
[13:57:17.752] #0  0x000000082a4c341a in thr_kill () from /lib/libc.so.7
core
[13:57:17.236] #0  0x000000082c9c341a in thr_kill () from /lib/libc.so.7
[13:57:17.236] #1  0x000000082c93ce64 in raise () from /lib/libc.so.7
[13:57:17.236] #2  0x000000082c9ed6f9 in abort () from /lib/libc.so.7
[13:57:17.236] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:57:17.236] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:57:17.236] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:57:17.236] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:57:17.236] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x82101f1e0) at ../src/backe...
[13:57:17.236] #8  0x00000000007d33fb in main (argc=8, argv=0x82101f1e0) at ../src/backend/main/main.c:224
[13:57:17.492] #0  0x000000082c0ae41a in thr_kill () from /lib/libc.so.7
core
[13:57:16.975] #0  0x000000082ad5b41a in thr_kill () from /lib/libc.so.7
[13:57:16.975] #1  0x000000082acd4e64 in raise () from /lib/libc.so.7
[13:57:16.975] #2  0x000000082ad856f9 in abort () from /lib/libc.so.7
[13:57:16.975] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:57:16.975] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:57:16.975] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:57:16.975] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:57:16.975] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820e84f08) at ../src/backe...
[13:57:16.975] #8  0x00000000007d33fb in main (argc=8, argv=0x820e84f08) at ../src/backend/main/main.c:224
[13:57:17.227] #0  0x000000082c9c341a in thr_kill () from /lib/libc.so.7
core
[13:57:16.718] #0  0x000000082c88141a in thr_kill () from /lib/libc.so.7
[13:57:16.718] #1  0x000000082c7fae64 in raise () from /lib/libc.so.7
[13:57:16.718] #2  0x000000082c8ab6f9 in abort () from /lib/libc.so.7
[13:57:16.718] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:57:16.718] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:57:16.718] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:57:16.718] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:57:16.718] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8212840b8) at ../src/backe...
[13:57:16.718] #8  0x00000000007d33fb in main (argc=8, argv=0x8212840b8) at ../src/backend/main/main.c:224
[13:57:16.966] #0  0x000000082ad5b41a in thr_kill () from /lib/libc.so.7
core
[13:57:16.459] #0  0x000000082c1d741a in thr_kill () from /lib/libc.so.7
[13:57:16.459] #1  0x000000082c150e64 in raise () from /lib/libc.so.7
[13:57:16.459] #2  0x000000082c2016f9 in abort () from /lib/libc.so.7
[13:57:16.459] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:57:16.459] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:57:16.459] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:57:16.459] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:57:16.459] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821169750) at ../src/backe...
[13:57:16.459] #8  0x00000000007d33fb in main (argc=8, argv=0x821169750) at ../src/backend/main/main.c:224
[13:57:16.709] #0  0x000000082c88141a in thr_kill () from /lib/libc.so.7
core
[13:57:16.195] #0  0x00000008292cf41a in thr_kill () from /lib/libc.so.7
[13:57:16.195] #1  0x0000000829248e64 in raise () from /lib/libc.so.7
[13:57:16.195] #2  0x00000008292f96f9 in abort () from /lib/libc.so.7
[13:57:16.195] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:57:16.195] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:57:16.195] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:57:16.195] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:57:16.195] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821827510) at ../src/backe...
[13:57:16.195] #8  0x00000000007d33fb in main (argc=8, argv=0x821827510) at ../src/backend/main/main.c:224
[13:57:16.450] #0  0x000000082c1d741a in thr_kill () from /lib/libc.so.7
core
[13:57:15.926] #0  0x000000082ba1141a in thr_kill () from /lib/libc.so.7
[13:57:15.926] #1  0x000000082b98ae64 in raise () from /lib/libc.so.7
[13:57:15.926] #2  0x000000082ba3b6f9 in abort () from /lib/libc.so.7
[13:57:15.926] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:57:15.926] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:57:15.926] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:57:15.926] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:57:15.927] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821b9f2e8) at ../src/backe...
[13:57:15.927] #8  0x00000000007d33fb in main (argc=8, argv=0x821b9f2e8) at ../src/backend/main/main.c:224
[13:57:16.185] #0  0x00000008292cf41a in thr_kill () from /lib/libc.so.7
core
[13:57:15.668] #0  0x000000082a63741a in thr_kill () from /lib/libc.so.7
[13:57:15.668] #1  0x000000082a5b0e64 in raise () from /lib/libc.so.7
[13:57:15.668] #2  0x000000082a6616f9 in abort () from /lib/libc.so.7
[13:57:15.668] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:57:15.668] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:57:15.668] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:57:15.668] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:57:15.668] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820f63338) at ../src/backe...
[13:57:15.668] #8  0x00000000007d33fb in main (argc=8, argv=0x820f63338) at ../src/backend/main/main.c:224
[13:57:15.917] #0  0x000000082ba1141a in thr_kill () from /lib/libc.so.7
core
[13:57:15.398] #0  0x000000082c5e541a in thr_kill () from /lib/libc.so.7
[13:57:15.398] #1  0x000000082c55ee64 in raise () from /lib/libc.so.7
[13:57:15.398] #2  0x000000082c60f6f9 in abort () from /lib/libc.so.7
[13:57:15.398] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:57:15.398] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:57:15.398] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:57:15.398] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:57:15.398] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8211c89e8) at ../src/backe...
[13:57:15.398] #8  0x00000000007d33fb in main (argc=8, argv=0x8211c89e8) at ../src/backend/main/main.c:224
[13:57:15.658] #0  0x000000082a63741a in thr_kill () from /lib/libc.so.7
core
[13:57:15.138] #0  0x000000082af9041a in thr_kill () from /lib/libc.so.7
[13:57:15.138] #1  0x000000082af09e64 in raise () from /lib/libc.so.7
[13:57:15.138] #2  0x000000082afba6f9 in abort () from /lib/libc.so.7
[13:57:15.138] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:57:15.138] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:57:15.138] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:57:15.138] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:57:15.138] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821008578) at ../src/backe...
[13:57:15.138] #8  0x00000000007d33fb in main (argc=8, argv=0x821008578) at ../src/backend/main/main.c:224
[13:57:15.389] #0  0x000000082c5e541a in thr_kill () from /lib/libc.so.7
core
[13:57:14.879] #0  0x000000082a02541a in thr_kill () from /lib/libc.so.7
[13:57:14.879] #1  0x0000000829f9ee64 in raise () from /lib/libc.so.7
[13:57:14.879] #2  0x000000082a04f6f9 in abort () from /lib/libc.so.7
[13:57:14.879] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:57:14.879] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:57:14.879] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:57:14.879] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:57:14.879] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8219b7ac0) at ../src/backe...
[13:57:14.879] #8  0x00000000007d33fb in main (argc=8, argv=0x8219b7ac0) at ../src/backend/main/main.c:224
[13:57:15.128] #0  0x000000082af9041a in thr_kill () from /lib/libc.so.7
core
[13:57:14.616] #0  0x000000082c43441a in thr_kill () from /lib/libc.so.7
[13:57:14.616] #1  0x000000082c3ade64 in raise () from /lib/libc.so.7
[13:57:14.616] #2  0x000000082c45e6f9 in abort () from /lib/libc.so.7
[13:57:14.616] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:57:14.616] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:57:14.616] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:57:14.616] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:57:14.616] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820f39db8) at ../src/backe...
[13:57:14.616] #8  0x00000000007d33fb in main (argc=8, argv=0x820f39db8) at ../src/backend/main/main.c:224
[13:57:14.870] #0  0x000000082a02541a in thr_kill () from /lib/libc.so.7
core
[13:57:14.354] #0  0x0000000829c3e41a in thr_kill () from /lib/libc.so.7
[13:57:14.354] #1  0x0000000829bb7e64 in raise () from /lib/libc.so.7
[13:57:14.354] #2  0x0000000829c686f9 in abort () from /lib/libc.so.7
[13:57:14.354] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:57:14.354] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:57:14.354] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:57:14.354] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:57:14.354] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820dd3548) at ../src/backe...
[13:57:14.354] #8  0x00000000007d33fb in main (argc=8, argv=0x820dd3548) at ../src/backend/main/main.c:224
[13:57:14.607] #0  0x000000082c43441a in thr_kill () from /lib/libc.so.7
core
[13:57:14.092] #0  0x000000082c31141a in thr_kill () from /lib/libc.so.7
[13:57:14.092] #1  0x000000082c28ae64 in raise () from /lib/libc.so.7
[13:57:14.092] #2  0x000000082c33b6f9 in abort () from /lib/libc.so.7
[13:57:14.092] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:57:14.092] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:57:14.092] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:57:14.092] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:57:14.092] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8219bbf60) at ../src/backe...
[13:57:14.092] #8  0x00000000007d33fb in main (argc=8, argv=0x8219bbf60) at ../src/backend/main/main.c:224
[13:57:14.345] #0  0x0000000829c3e41a in thr_kill () from /lib/libc.so.7
core
[13:57:13.824] #0  0x000000082b3c141a in thr_kill () from /lib/libc.so.7
[13:57:13.824] #1  0x000000082b33ae64 in raise () from /lib/libc.so.7
[13:57:13.824] #2  0x000000082b3eb6f9 in abort () from /lib/libc.so.7
[13:57:13.824] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:57:13.824] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:57:13.824] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:57:13.824] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:57:13.824] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821a465c0) at ../src/backe...
[13:57:13.824] #8  0x00000000007d33fb in main (argc=8, argv=0x821a465c0) at ../src/backend/main/main.c:224
[13:57:14.082] #0  0x000000082c31141a in thr_kill () from /lib/libc.so.7
core
[13:57:13.562] #0  0x000000082a87541a in thr_kill () from /lib/libc.so.7
[13:57:13.562] #1  0x000000082a7eee64 in raise () from /lib/libc.so.7
[13:57:13.562] #2  0x000000082a89f6f9 in abort () from /lib/libc.so.7
[13:57:13.562] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:57:13.562] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:57:13.562] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:57:13.562] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:57:13.563] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821252090) at ../src/backe...
[13:57:13.563] #8  0x00000000007d33fb in main (argc=8, argv=0x821252090) at ../src/backend/main/main.c:224
[13:57:13.814] #0  0x000000082b3c141a in thr_kill () from /lib/libc.so.7
core
[13:57:13.298] #0  0x000000082cac541a in thr_kill () from /lib/libc.so.7
[13:57:13.298] #1  0x000000082ca3ee64 in raise () from /lib/libc.so.7
[13:57:13.298] #2  0x000000082caef6f9 in abort () from /lib/libc.so.7
[13:57:13.298] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:57:13.298] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:57:13.298] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:57:13.298] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:57:13.298] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8218dc980) at ../src/backe...
[13:57:13.298] #8  0x00000000007d33fb in main (argc=8, argv=0x8218dc980) at ../src/backend/main/main.c:224
[13:57:13.552] #0  0x000000082a87541a in thr_kill () from /lib/libc.so.7
core
[13:57:13.023] #0  0x000000082c20541a in thr_kill () from /lib/libc.so.7
[13:57:13.023] #1  0x000000082c17ee64 in raise () from /lib/libc.so.7
[13:57:13.023] #2  0x000000082c22f6f9 in abort () from /lib/libc.so.7
[13:57:13.023] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:57:13.023] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:57:13.023] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:57:13.023] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:57:13.023] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821ae0730) at ../src/backe...
[13:57:13.023] #8  0x00000000007d33fb in main (argc=8, argv=0x821ae0730) at ../src/backend/main/main.c:224
[13:57:13.289] #0  0x000000082cac541a in thr_kill () from /lib/libc.so.7
core
[13:57:12.754] #0  0x000000082b2d941a in thr_kill () from /lib/libc.so.7
[13:57:12.754] #1  0x000000082b252e64 in raise () from /lib/libc.so.7
[13:57:12.754] #2  0x000000082b3036f9 in abort () from /lib/libc.so.7
[13:57:12.754] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:57:12.754] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:57:12.754] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:57:12.754] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:57:12.754] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821971990) at ../src/backe...
[13:57:12.754] #8  0x00000000007d33fb in main (argc=8, argv=0x821971990) at ../src/backend/main/main.c:224
[13:57:13.013] #0  0x000000082c20541a in thr_kill () from /lib/libc.so.7
core
[13:57:12.491] #0  0x000000082a9c541a in thr_kill () from /lib/libc.so.7
[13:57:12.491] #1  0x000000082a93ee64 in raise () from /lib/libc.so.7
[13:57:12.491] #2  0x000000082a9ef6f9 in abort () from /lib/libc.so.7
[13:57:12.491] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:57:12.491] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:57:12.491] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:57:12.491] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:57:12.491] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820d6e5e0) at ../src/backe...
[13:57:12.491] #8  0x00000000007d33fb in main (argc=8, argv=0x820d6e5e0) at ../src/backend/main/main.c:224
[13:57:12.744] #0  0x000000082b2d941a in thr_kill () from /lib/libc.so.7
core
[13:57:12.215] #0  0x000000082a44041a in thr_kill () from /lib/libc.so.7
[13:57:12.215] #1  0x000000082a3b9e64 in raise () from /lib/libc.so.7
[13:57:12.215] #2  0x000000082a46a6f9 in abort () from /lib/libc.so.7
[13:57:12.215] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:57:12.215] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:57:12.215] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:57:12.215] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:57:12.215] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821099f90) at ../src/backe...
[13:57:12.215] #8  0x00000000007d33fb in main (argc=8, argv=0x821099f90) at ../src/backend/main/main.c:224
[13:57:12.481] #0  0x000000082a9c541a in thr_kill () from /lib/libc.so.7
core
[13:57:11.949] #0  0x000000082aeaa41a in thr_kill () from /lib/libc.so.7
[13:57:11.949] #1  0x000000082ae23e64 in raise () from /lib/libc.so.7
[13:57:11.949] #2  0x000000082aed46f9 in abort () from /lib/libc.so.7
[13:57:11.949] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:57:11.949] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:57:11.949] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:57:11.949] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:57:11.950] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820ff8640) at ../src/backe...
[13:57:11.950] #8  0x00000000007d33fb in main (argc=8, argv=0x820ff8640) at ../src/backend/main/main.c:224
[13:57:12.205] #0  0x000000082a44041a in thr_kill () from /lib/libc.so.7
core
[13:57:11.684] #0  0x000000082b6ad41a in thr_kill () from /lib/libc.so.7
[13:57:11.684] #1  0x000000082b626e64 in raise () from /lib/libc.so.7
[13:57:11.684] #2  0x000000082b6d76f9 in abort () from /lib/libc.so.7
[13:57:11.684] #3  0x0000000000aa3ae5 in ExceptionalCondition (conditionName=0x2e7113 "(remainMask.mask | targetMask.mas...
[13:57:11.684] #4  0x000000000089f5f7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:57:11.684] #5  0x000000000089daf9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2102
[13:57:11.684] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:57:11.684] #7  0x000000000089ced9 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821ae7a98) at ../src/backe...
[13:57:11.684] #8  0x00000000007d33fb in main (argc=8, argv=0x821ae7a98) at ../src/backend/main/main.c:224
[13:57:11.940] #0  0x000000082aeaa41a in thr_kill () from /lib/libc.so.7
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out /tmp/cirrus-ci-build/build/testrun/...
--- /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out	2024-12-11 13:27:09.971652000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_stat_statements/regress/results/level_tracking.out	2024-12-11 13:39:10.3336940...
@@ -914,7 +914,9 @@
                      QUERY PLAN                      
 -----------------------------------------------------
  Seq Scan on stats_track_tab (actual rows=0 loops=1)
-(1 row)
+ Planning:
+   Buffers: shared hit=20
+(3 rows)
 
 SELECT toplevel, calls, query FROM pg_stat_statements
   ORDER BY query COLLATE "C";
@@ -947,7 +949,9 @@
                      QUERY PLAN                      
 -----------------------------------------------------
  Seq Scan on stats_track_tab (actual rows=0 loops=1)
-(1 row)
+ Planning:
...
tap
[13:53:59.389](0.188s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/amcheck/001_verify_heapam/data/t...
tap
[13:53:59.433](0.185s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/amcheck/002_cic/data/t_002_cic_C...
tap
[13:53:59.509](0.194s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/amcheck/003_cic_2pc/data/t_003_c...
tap
[13:53:59.553](0.187s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/amcheck/004_verify_nbtree_unique...
tap
[13:53:59.769](0.224s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/amcheck/005_pitr/data/t_005_pitr...
tap
[13:54:00.526](0.239s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/authentication/001_password/data...
tap
[13:54:00.596](0.175s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/authentication/002_saslprep/data...
tap
[13:54:00.655](0.251s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/authentication/003_peer/data/t_0...
tap
[13:54:00.616](0.187s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/authentication/004_file_inclusio...
tap
[13:54:00.819](0.221s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/authentication/006_login_trigger...
tap
[13:53:59.812](0.220s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/auto_explain/001_auto_explain/da...
tap
[13:53:59.870](0.207s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/basebackup_to_shell/001_basic/da...
tap
[13:53:59.894](0.243s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/bloom/001_wal/data/t_001_wal_pri...
tap
[13:54:03.883](0.287s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/brin/01_workitems/data/t_01_work...
tap
[13:54:04.023](0.271s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/brin/02_wal_consistency/data/t_0...
tap
[13:54:06.570](0.286s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/checksums/001_basic/data/t_001_b...
tap
[13:54:06.604](0.335s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/checksums/002_restarts/data/t_00...
tap
[13:54:06.689](0.343s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/checksums/003_standby_restarts/d...
tap
[13:54:06.943](0.391s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/checksums/004_offline/data/t_004...
tap
[13:54:04.021](0.205s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/commit_ts/001_base/data/t_001_ba...
tap
[13:54:04.120](0.265s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/commit_ts/002_standby/data/t_002...
tap
[13:54:04.146](0.272s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/commit_ts/003_standby_2/data/t_0...
tap
[13:54:04.259](0.227s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/commit_ts/004_restart/data/t_004...
tap
[13:54:07.525](0.189s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/icu/010_database/data/t_010_data...
tap
[13:54:04.390](0.198s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/injection_points/001_stats/data/...
tap
[13:30:02.524](0.847s) Bail out!  pg_ctl restart failed
tap
[13:54:05.009](0.220s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/ldap_password_func/001_mutated_b...
tap
[13:54:07.439](0.198s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/ldap/001_auth/data/t_001_auth_no...
tap
[13:54:07.535](0.209s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/ldap/002_bindpasswd/data/t_002_b...
tap
[13:54:04.480](0.187s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/libpq_pipeline/001_libpq_pipelin...
tap
[13:53:37.020](0.206s) Bail out!  pg_ctl stop failed
tap
[13:53:35.484](0.314s) Bail out!  pg_ctl restart failed
tap
[13:53:43.331](0.315s) Bail out!  pg_ctl stop failed
tap
[13:53:45.175](1.692s) Bail out!  pg_ctl stop failed
tap
[13:53:47.061](0.305s) Bail out!  pg_ctl restart failed
tap
[13:53:52.177](1.050s) Bail out!  pg_ctl stop failed
tap
[13:53:51.602](0.001s) not ok 23 - data_checksums=on is reported on an offline cluster stdout /(?^:^on$)/
[13:53:52.091](0.366s) Bail out!  pg_ctl stop failed
tap
[13:53:53.915](0.221s) Bail out!  pg_ctl start failed
tap
[13:53:53.407](0.099s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_combinebackup/005_integrity/d...
tap
[13:53:53.807](0.240s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_combinebackup/006_db_file_cop...
tap
[13:53:54.147](0.202s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_combinebackup/007_wal_level_m...
tap
[13:53:54.521](0.206s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_combinebackup/008_promote/dat...
tap
[13:53:54.596](0.198s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_combinebackup/009_no_full_fil...
tap
[13:53:54.888](0.189s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_controldata/001_pg_controldat...
tap
[13:53:54.892](0.192s) not ok 11 - pg_ctl initdb
tap
[13:53:54.942](0.189s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_ctl/002_status/data/t_002_sta...
tap
[13:53:55.089](0.201s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_ctl/003_promote/data/t_003_pr...
tap
[13:53:55.219](0.182s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_ctl/004_logrotate/data/t_004_...
tap
[13:53:55.291](0.178s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_dump/002_pg_dump/data/t_002_p...
tap
[13:53:55.411](0.174s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_dump/003_pg_dump_with_server/...
tap
[13:53:55.528](0.166s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_dump/004_pg_dump_parallel/dat...
tap
[13:53:55.611](0.172s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_dump/005_pg_dump_filterfile/d...
tap
[13:53:55.611](0.168s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_dump/010_dump_connstr/data/t_...
tap
[13:54:00.056](0.196s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_prewarm/001_basic/data/t_001_...
tap
[13:53:55.751](0.182s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_resetwal/001_basic/data/t_001...
tap
[13:53:55.854](0.171s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_resetwal/002_corrupted/data/t...
tap
[13:53:55.945](0.182s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_rewind/001_basic/data/t_001_b...
tap
[13:53:55.979](0.207s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_rewind/002_databases/data/t_0...
tap
[13:53:56.098](0.200s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_rewind/003_extrafiles/data/t_...
tap
[13:53:56.287](0.282s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_rewind/004_pg_xlog_symlink/da...
tap
[13:53:56.363](0.267s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_rewind/005_same_timeline/data...
tap
[13:53:56.342](0.193s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_rewind/007_standby_source/dat...
tap
[13:53:56.512](0.258s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_rewind/008_min_recovery_point...
tap
[13:53:56.602](0.288s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_rewind/009_growing_files/data...
tap
[13:53:56.754](0.309s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_rewind/010_keep_recycled_wals...
tap
[13:54:00.101](0.164s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_stat_statements/010_restart/d...
tap
[13:29:55.223](1.406s) Bail out!  pg_ctl stop failed
tap
[13:29:00.366](2.901s) Bail out!  pg_ctl stop failed
tap
[13:29:02.549](2.969s) Bail out!  pg_ctl stop failed
tap
[13:53:56.951](0.281s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_verifybackup/002_algorithm/da...
tap
[13:53:56.959](0.224s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_verifybackup/003_corruption/d...
tap
[13:53:57.030](0.274s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_verifybackup/004_options/data...
tap
[13:53:57.246](0.303s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_verifybackup/006_encoding/dat...
tap
[13:53:57.375](0.253s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_verifybackup/007_wal/data/t_0...
tap
[13:53:57.363](0.228s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_verifybackup/008_untar/data/t...
tap
[13:53:57.386](0.190s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_verifybackup/009_extract/data...
tap
[13:53:57.490](0.218s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_verifybackup/010_client_untar...
tap
[13:54:00.215](0.254s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_visibility/001_concurrent_tra...
tap
[13:54:00.232](0.189s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_visibility/002_corrupt_vm/dat...
tap
[13:53:57.651](0.197s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_waldump/001_basic/data/t_001_...
tap
[13:53:57.768](0.220s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_waldump/002_save_fullpage/dat...
tap
[13:53:57.735](0.201s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_walsummary/002_blocks/data/t_...
tap
[13:53:57.838](0.179s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pgbench/001_pgbench_with_server/...
tap
[13:54:00.907](0.206s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/postmaster/001_connection_limits...
tap
[13:54:00.982](0.222s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/postmaster/002_start_stop/data/t...
tap
[13:53:58.017](0.176s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/psql/001_basic/data/t_001_basic_...
tap
[13:53:58.208](0.194s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/psql/010_tab_completion/data/t_0...
tap
[13:53:58.109](0.194s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/psql/020_cancel/data/t_020_cance...
tap
[13:29:00.311](4.504s) Bail out!  pg_ctl stop failed
tap
[13:28:59.783](0.424s) Bail out!  pg_ctl stop failed
tap
[13:29:03.618](3.086s) Bail out!  pg_ctl stop failed
tap
[13:29:04.292](0.740s) Bail out!  pg_ctl restart failed
tap
[13:29:06.981](0.737s) Bail out!  pg_ctl stop failed
tap
[13:29:17.193](12.739s) Bail out!  pg_ctl restart failed
tap
[13:29:07.649](0.588s) Bail out!  pg_ctl stop failed
tap
[13:29:07.845](0.790s) Bail out!  pg_ctl stop failed
tap
[13:29:10.835](2.799s) Bail out!  pg_ctl stop failed
tap
[13:29:11.873](1.065s) Bail out!  pg_ctl stop failed
tap
[13:29:17.199](5.289s) Bail out!  pg_ctl stop failed
tap
[13:29:17.847](5.666s) Bail out!  pg_ctl stop failed
tap
[13:29:16.117](1.012s) Bail out!  pg_ctl restart failed
tap
[13:29:20.295](3.997s) Bail out!  pg_ctl stop failed
tap
[13:29:21.796](1.389s) Bail out!  pg_ctl stop failed
tap
[13:29:21.673](0.731s) Bail out!  pg_ctl stop failed
tap
[13:29:22.848](1.149s) Bail out!  pg_ctl stop failed
tap
[13:29:25.445](0.640s) Bail out!  pg_ctl stop failed
tap
[13:29:25.632](2.578s) Bail out!  pg_ctl restart failed
tap
[13:29:30.224](1.081s) Bail out!  pg_ctl stop failed
tap
[13:30:14.991](0.316s) Bail out!  pg_ctl restart failed
tap
[13:29:32.586](0.820s) Bail out!  pg_ctl stop failed
tap
[13:29:32.884](0.413s) Bail out!  pg_ctl stop failed
tap
[13:29:38.584](0.420s) Bail out!  pg_ctl restart failed
tap
[13:29:38.091](0.425s) Bail out!  pg_ctl restart failed
tap
[13:29:44.336](1.305s) Bail out!  pg_ctl stop failed
tap
[13:29:44.164](4.687s) Bail out!  pg_ctl stop failed
tap
[13:29:48.083](3.041s) Bail out!  pg_ctl stop failed
tap
[13:29:53.068](0.978s) Bail out!  pg_ctl stop failed
tap
[13:29:51.549](3.304s) Bail out!  pg_ctl stop failed
tap
[13:29:58.468](0.559s) Bail out!  pg_ctl restart failed
tap
[13:29:56.287](0.669s) Bail out!  pg_ctl stop failed
tap
[13:30:00.199](0.632s) Bail out!  pg_ctl stop failed
tap
[13:29:58.925](0.315s) Bail out!  pg_ctl stop failed
tap
[13:30:02.650](0.767s) Bail out!  pg_ctl stop failed
tap
[13:53:58.270](0.255s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/010_clusterdb/data/t_010...
tap
[13:53:58.355](0.185s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/011_clusterdb_all/data/t...
tap
[13:53:58.472](0.182s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/020_createdb/data/t_020_...
tap
[13:53:58.619](0.240s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/040_createuser/data/t_04...
tap
[13:53:58.553](0.180s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/050_dropdb/data/t_050_dr...
tap
[13:53:58.752](0.223s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/070_dropuser/data/t_070_...
tap
[13:53:58.743](0.181s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/080_pg_isready/data/t_08...
tap
[13:53:58.918](0.234s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/090_reindexdb/data/t_090...
tap
[13:53:58.893](0.196s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/091_reindexdb_all/data/t...
tap
[13:53:59.059](0.258s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/100_vacuumdb/data/t_100_...
tap
[13:53:59.173](0.280s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/101_vacuumdb_all/data/t_...
tap
[13:53:59.102](0.200s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/102_vacuumdb_stages/data...
tap
[13:53:59.213](0.173s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/200_connstr/data/t_200_c...
tap
[13:54:04.494](0.191s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/ssl_passphrase_callback/001_test...
tap
[13:54:07.169](0.377s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/ssl/001_ssltests/data/t_001_sslt...
tap
[13:54:07.177](0.349s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/ssl/002_scram/data/t_002_scram_p...
tap
[13:54:07.223](0.342s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/ssl/003_sslinfo/data/t_003_sslin...
tap
[13:54:00.989](0.220s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/001_rep_changes/dat...
tap
[13:54:01.075](0.226s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/002_types/data/t_00...
tap
[13:54:01.156](0.180s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/003_constraints/dat...
tap
[13:54:01.319](0.267s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/004_sync/data/t_004...
tap
[13:54:01.343](0.212s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/005_encoding/data/t...
tap
[13:54:01.428](0.195s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/006_rewrite/data/t_...
tap
[13:54:01.513](0.242s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/007_ddl/data/t_007_...
tap
[13:54:01.633](0.303s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/008_diff_schema/dat...
tap
[13:54:01.786](0.306s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/009_matviews/data/t...
tap
[13:54:01.759](0.248s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/010_truncate/data/t...
tap
[13:54:01.817](0.219s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/011_generated/data/...
tap
[13:54:01.857](0.188s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/012_collation/data/...
tap
[13:54:01.975](0.190s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/013_partition/data/...
tap
[13:54:02.203](0.241s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/014_binary/data/t_0...
tap
[13:54:02.153](0.199s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/015_stream/data/t_0...
tap
[13:54:02.187](0.216s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/016_stream_subxact/...
tap
[13:54:02.358](0.268s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/017_stream_ddl/data...
tap
[13:54:02.372](0.229s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/018_stream_subxact_...
tap
[13:54:02.523](0.217s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/019_stream_subxact_...
tap
[13:54:02.572](0.216s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/020_messages/data/t...
tap
[13:54:02.592](0.220s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/021_twophase/data/t...
tap
[13:54:02.819](0.294s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/022_twophase_cascad...
tap
[13:54:02.817](0.248s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/023_twophase_stream...
tap
[13:54:02.882](0.194s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/024_add_drop_pub/da...
tap
[13:54:02.912](0.181s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/025_rep_changes_for...
tap
[13:54:02.974](0.205s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/026_stats/data/t_02...
tap
[13:54:03.190](0.195s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/027_nosuperuser/dat...
tap
[13:54:03.192](0.200s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/028_row_filter/data...
tap
[13:54:03.264](0.203s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/029_on_error/data/t...
tap
[13:54:03.316](0.202s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/030_origin/data/t_0...
tap
[13:54:03.433](0.247s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/031_column_list/dat...
tap
[13:54:03.700](0.348s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/032_subscribe_use_i...
tap
[13:54:03.592](0.198s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/033_run_as_table_ow...
tap
[13:54:03.652](0.220s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/034_temporal/data/t...
tap
[13:54:03.700](0.206s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/100_bugs/data/t_100...
tap
[13:54:04.619](0.217s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/test_custom_rmgrs/001_basic/data...
tap
[13:54:00.298](0.203s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/test_decoding/001_repl_stats/dat...
tap
[13:54:05.122](0.216s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/test_misc/001_constraint_validat...
tap
[13:54:05.271](0.360s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/test_misc/002_tablespace/data/t_...
tap
[13:54:05.449](0.265s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/test_misc/003_check_guc/data/t_0...
tap
[13:54:05.613](0.285s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/test_misc/004_io_direct/data/t_0...
tap
[13:54:05.544](0.241s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/test_misc/005_timeouts/data/t_00...
tap
[13:54:05.722](0.281s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/test_misc/006_signal_autovacuum/...
tap
[13:54:05.915](0.241s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/test_pg_dump/001_base/data/t_001...
tap
[13:54:06.065](0.315s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/test_slru/001_multixact/data/t_0...
tap
[13:54:06.351](0.546s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/worker_spi/001_worker_spi/data/t...
test
[13:55:40.947]   5/319 postgresql:pg_upgrade / pg_upgrade/003_logical_slots                            ERROR            ...
[13:55:40.947]   6/319 postgresql:recovery / recovery/003_recovery_targets                             ERROR            ...
[13:55:40.947]   7/319 postgresql:recovery / recovery/001_stream_rep                                   ERROR            ...
[13:55:40.947]   8/319 postgresql:pg_upgrade / pg_upgrade/004_subscription                             ERROR            ...
[13:55:40.947]   9/319 postgresql:recovery / recovery/006_logical_decoding                             ERROR            ...
[13:55:40.947]  11/319 postgresql:recovery / recovery/004_timeline_switch                              ERROR            ...
[13:55:40.947]  12/319 postgresql:recovery / recovery/010_logical_decoding_timelines                   ERROR            ...
[13:55:40.947]  13/319 postgresql:recovery / recovery/009_twophase                                     ERROR            ...
[13:55:40.947]  14/319 postgresql:recovery / recovery/007_sync_rep                                     ERROR            ...
[13:55:40.947]  15/319 postgresql:recovery / recovery/012_subtransactions                              ERROR            ...
[13:55:40.947]  16/319 postgresql:recovery / recovery/014_unlogged_reinit                              ERROR            ...
[13:55:40.947]  18/319 postgresql:recovery / recovery/017_shm                                          ERROR            ...
[13:55:40.947]  19/319 postgresql:recovery / recovery/008_fsm_truncation                               ERROR            ...
[13:55:40.947]  20/319 postgresql:recovery / recovery/015_promotion_pages                              ERROR            ...
[13:55:40.947]  21/319 postgresql:recovery / recovery/016_min_consistency                              ERROR            ...
[13:55:40.947]  22/319 postgresql:recovery / recovery/018_wal_optimize                                 ERROR            ...
[13:55:40.947]  23/319 postgresql:recovery / recovery/020_archive_status                               ERROR            ...
[13:55:40.947]  24/319 postgresql:recovery / recovery/019_replslot_limit                               ERROR            ...
[13:55:40.947]  25/319 postgresql:recovery / recovery/021_row_visibility                               ERROR            ...
[13:55:40.947]  26/319 postgresql:recovery / recovery/024_archive_recovery                             ERROR            ...
[13:55:40.947]  27/319 postgresql:recovery / recovery/023_pitr_prepared_xact                           ERROR            ...
[13:55:40.947]  29/319 postgresql:recovery / recovery/026_overwrite_contrecord                         ERROR            ...
[13:55:40.947]  30/319 postgresql:recovery / recovery/029_stats_restart                                ERROR            ...
[13:55:40.947]  31/319 postgresql:recovery / recovery/028_pitr_timelines                               ERROR            ...
[13:55:40.947]  32/319 postgresql:recovery / recovery/031_recovery_conflict                            ERROR            ...
[13:55:40.947]  33/319 postgresql:recovery / recovery/030_stats_cleanup_replica                        ERROR            ...
[13:55:40.947]  34/319 postgresql:recovery / recovery/033_replay_tsp_drops                             ERROR            ...
[13:55:40.947]  35/319 postgresql:recovery / recovery/032_relfilenode_reuse                            ERROR            ...
[13:55:40.947]  36/319 postgresql:recovery / recovery/034_create_database                              ERROR            ...
[13:55:40.947]  37/319 postgresql:recovery / recovery/036_truncated_dropped                            ERROR            ...
[13:55:40.947]  38/319 postgresql:recovery / recovery/035_standby_logical_decoding                     ERROR            ...
[13:55:40.947]  40/319 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[13:55:40.947]  41/319 postgresql:recovery / recovery/039_end_of_wal                                   ERROR            ...
[13:55:40.947]  42/319 postgresql:recovery / recovery/038_save_logical_slots_shutdown                  ERROR            ...
[13:55:40.947]  43/319 postgresql:recovery / recovery/041_checkpoint_at_promote                        ERROR            ...
[13:55:40.947]  44/319 postgresql:recovery / recovery/040_standby_failover_slots_sync                  ERROR            ...
[13:55:40.947]  45/319 postgresql:kerberos / kerberos/001_auth                                         ERROR            ...
[13:55:40.947]  46/319 postgresql:recovery / recovery/042_low_level_backup                             ERROR            ...
[13:55:40.947]  47/319 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[13:55:40.947]  48/319 postgresql:regress / regress/regress                                            ERROR           1...
[13:55:40.947]  49/319 postgresql:isolation / isolation/isolation                                      ERROR           1...
[13:55:40.947]  50/319 postgresql:plperl / plperl/regress                                              ERROR           1...
[13:55:40.947]  51/319 postgresql:plpgsql / plpgsql/regress                                            ERROR           1...
[13:55:40.947]  52/319 postgresql:plpython / plpython/regress                                          ERROR           1...
[13:55:40.947]  53/319 postgresql:pltcl / pltcl/regress                                                ERROR           1...
[13:55:40.947]  54/319 postgresql:recovery / recovery/013_crash_restart                                ERROR           2...
[13:55:40.947]  55/319 postgresql:recovery / recovery/022_crash_temp_files                             ERROR           2...
[13:55:40.947]  56/319 postgresql:amcheck / amcheck/regress                                            ERROR           1...
[13:55:40.947]  57/319 postgresql:basic_archive / basic_archive/regress                                ERROR           1...
[13:55:40.947]  58/319 postgresql:bloom / bloom/regress                                                ERROR           1...
[13:55:40.947]  59/319 postgresql:bool_plperl / bool_plperl/regress                                    ERROR           1...
[13:55:40.947]  60/319 postgresql:btree_gin / btree_gin/regress                                        ERROR           1...
[13:55:40.947]  61/319 postgresql:btree_gist / btree_gist/regress                                      ERROR           1...
[13:55:40.947]  62/319 postgresql:citext / citext/regress                                              ERROR           1...
[13:55:40.947]  63/319 postgresql:cube / cube/regress                                                  ERROR           1...
[13:55:40.948]  64/319 postgresql:dblink / dblink/regress                                              ERROR           1...
[13:55:40.948]  65/319 postgresql:dict_int / dict_int/regress                                          ERROR           1...
[13:55:40.948]  66/319 postgresql:dict_xsyn / dict_xsyn/regress                                        ERROR           1...
[13:55:40.948]  67/319 postgresql:earthdistance / earthdistance/regress                                ERROR           1...
[13:55:40.948]  68/319 postgresql:file_fdw / file_fdw/regress                                          ERROR           1...
[13:55:40.948]  69/319 postgresql:fuzzystrmatch / fuzzystrmatch/regress                                ERROR           1...
[13:55:40.948]  70/319 postgresql:hstore / hstore/regress                                              ERROR           1...
[13:55:40.948]  71/319 postgresql:hstore_plperl / hstore_plperl/regress                                ERROR           1...
[13:55:40.948]  72/319 postgresql:hstore_plpython / hstore_plpython/regress                            ERROR           1...
[13:55:40.948]  73/319 postgresql:isn / isn/regress                                                    ERROR           1...
[13:55:40.948]  74/319 postgresql:jsonb_plperl / jsonb_plperl/regress                                  ERROR           1...
[13:55:40.948]  75/319 postgresql:intarray / intarray/regress                                          ERROR           1...
[13:55:40.948]  76/319 postgresql:jsonb_plpython / jsonb_plpython/regress                              ERROR           1...
[13:55:40.948]  77/319 postgresql:lo / lo/regress                                                      ERROR           1...
[13:55:40.948]  78/319 postgresql:ltree / ltree/regress                                                ERROR           1...
[13:55:40.948]  79/319 postgresql:ltree_plpython / ltree_plpython/regress                              ERROR           1...
[13:55:40.948]  80/319 postgresql:pageinspect / pageinspect/regress                                    ERROR           1...
[13:55:40.948]  81/319 postgresql:passwordcheck / passwordcheck/regress                                ERROR           1...
[13:55:40.948]  82/319 postgresql:pg_buffercache / pg_buffercache/regress                              ERROR           1...
[13:55:40.948]  83/319 postgresql:pgcrypto / pgcrypto/regress                                          ERROR           1...
[13:55:40.948]  84/319 postgresql:pg_freespacemap / pg_freespacemap/regress                            ERROR           1...
[13:55:40.948]  85/319 postgresql:pg_logicalinspect / pg_logicalinspect/isolation                      ERROR           1...
[13:55:40.948]  86/319 postgresql:pgrowlocks / pgrowlocks/isolation                                    ERROR           1...
[13:55:40.948]  87/319 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR           1...
[13:55:40.948]  88/319 postgresql:pgstattuple / pgstattuple/regress                                    ERROR           1...
[13:55:40.948]  89/319 postgresql:pg_surgery / pg_surgery/regress                                      ERROR           1...
[13:55:40.948]  90/319 postgresql:pg_trgm / pg_trgm/regress                                            ERROR           1...
[13:55:40.948]  91/319 postgresql:pg_visibility / pg_visibility/regress                                ERROR           1...
[13:55:40.948]  92/319 postgresql:pg_walinspect / pg_walinspect/regress                                ERROR           1...
[13:55:40.948]  93/319 postgresql:postgres_fdw / postgres_fdw/regress                                  ERROR           1...
[13:55:40.948]  94/319 postgresql:seg / seg/regress                                                    ERROR           1...
[13:55:40.948]  95/319 postgresql:tablefunc / tablefunc/regress                                        ERROR           1...
[13:55:40.948]  96/319 postgresql:tcn / tcn/isolation                                                  ERROR           1...
[13:55:40.948]  97/319 postgresql:tsm_system_rows / tsm_system_rows/regress                            ERROR           1...
[13:55:40.948]  98/319 postgresql:tsm_system_time / tsm_system_time/regress                            ERROR           1...
[13:55:40.948]  99/319 postgresql:test_decoding / test_decoding/isolation                              ERROR           1...
[13:55:40.948] 100/319 postgresql:unaccent / unaccent/regress                                          ERROR           1...
[13:55:40.948] 101/319 postgresql:uuid-ossp / uuid-ossp/regress                                        ERROR           1...
[13:55:40.948] 102/319 postgresql:test_decoding / test_decoding/regress                                ERROR           1...
[13:55:40.948] 103/319 postgresql:xml2 / xml2/regress                                                  ERROR           1...
[13:55:40.948] 104/319 postgresql:brin / brin/isolation                                                ERROR           1...
[13:55:40.948] 105/319 postgresql:commit_ts / commit_ts/regress                                        ERROR           1...
[13:55:40.948] 106/319 postgresql:delay_execution / delay_execution/isolation                          ERROR           1...
[13:55:40.948] 107/319 postgresql:dummy_index_am / dummy_index_am/regress                              ERROR           1...
[13:55:40.948] 108/319 postgresql:dummy_seclabel / dummy_seclabel/regress                              ERROR           1...
[13:55:40.948] 109/319 postgresql:gin / gin/regress                                                    ERROR           1...
[13:55:40.948] 110/319 postgresql:injection_points / injection_points/regress                          ERROR           1...
[13:55:40.948] 111/319 postgresql:injection_points / injection_points/isolation                        ERROR           1...
[13:55:40.948] 112/319 postgresql:plsample / plsample/regress                                          ERROR           1...
[13:55:40.948] 113/319 postgresql:spgist_name_ops / spgist_name_ops/regress                            ERROR           1...
[13:55:40.948] 114/319 postgresql:test_bloomfilter / test_bloomfilter/regress                          ERROR           1...
[13:55:40.948] 115/319 postgresql:test_copy_callbacks / test_copy_callbacks/regress                    ERROR           1...
[13:55:40.948] 116/319 postgresql:test_ddl_deparse / test_ddl_deparse/regress                          ERROR           1...
[13:55:40.948] 117/319 postgresql:test_dsa / test_dsa/regress                                          ERROR           1...
[13:55:40.948] 118/319 postgresql:test_dsm_registry / test_dsm_registry/regress                        ERROR           1...
[13:55:40.948] 119/319 postgresql:test_extensions / test_extensions/regress                            ERROR           1...
[13:55:40.948] 120/319 postgresql:test_ginpostinglist / test_ginpostinglist/regress                    ERROR           1...
[13:55:40.948] 121/319 postgresql:test_lfind / test_lfind/regress                                      ERROR           1...
[13:55:40.948] 122/319 postgresql:test_oat_hooks / test_oat_hooks/regress                              ERROR           1...
[13:55:40.948] 123/319 postgresql:test_integerset / test_integerset/regress                            ERROR           1...
[13:55:40.948] 124/319 postgresql:test_parser / test_parser/regress                                    ERROR           1...
[13:55:40.948] 125/319 postgresql:test_pg_dump / test_pg_dump/regress                                  ERROR           1...
[13:55:40.948] 126/319 postgresql:test_predtest / test_predtest/regress                                ERROR           1...
[13:55:40.948] 127/319 postgresql:test_radixtree / test_radixtree/regress                              ERROR           1...
[13:55:40.949] 128/319 postgresql:test_rbtree / test_rbtree/regress                                    ERROR           1...
[13:55:40.949] 129/319 postgresql:test_regex / test_regex/regress                                      ERROR           1...
[13:55:40.949] 130/319 postgresql:test_resowner / test_resowner/regress                                ERROR           1...
[13:55:40.949] 131/319 postgresql:test_rls_hooks / test_rls_hooks/regress                              ERROR           1...
[13:55:40.949] 135/319 postgresql:libpq / libpq/005_negotiate_encryption                               ERROR            ...
[13:55:40.949] 136/319 postgresql:libpq / libpq/003_load_balance_host_list                             ERROR            ...
[13:55:40.949] 139/319 postgresql:pg_amcheck / pg_amcheck/003_check                                    ERROR            ...
[13:55:40.949] 141/319 postgresql:pg_amcheck / pg_amcheck/004_verify_heapam                            ERROR            ...
[13:55:40.949] 143/319 postgresql:pg_basebackup / pg_basebackup/010_pg_basebackup                      ERROR            ...
[13:55:40.949] 144/319 postgresql:test_shm_mq / test_shm_mq/regress                                    ERROR           1...
[13:55:40.949] 151/319 postgresql:pg_checksums / pg_checksums/002_actions                              ERROR            ...
[13:55:40.949] 152/319 postgresql:pg_basebackup / pg_basebackup/040_pg_createsubscriber                ERROR            ...
[13:55:40.949] 153/319 postgresql:test_slru / test_slru/regress                                        ERROR           1...
[13:55:40.949] 154/319 postgresql:pg_combinebackup / pg_combinebackup/005_integrity                    ERROR            ...
[13:55:40.949] 155/319 postgresql:pg_combinebackup / pg_combinebackup/006_db_file_copy                 ERROR            ...
[13:55:40.949] 156/319 postgresql:pg_combinebackup / pg_combinebackup/007_wal_level_minimal            ERROR            ...
[13:55:40.949] 157/319 postgresql:pg_combinebackup / pg_combinebackup/003_timeline                     ERROR            ...
[13:55:40.949] 159/319 postgresql:pg_combinebackup / pg_combinebackup/008_promote                      ERROR            ...
[13:55:40.949] 161/319 postgresql:pg_combinebackup / pg_combinebackup/009_no_full_file                 ERROR            ...
[13:55:40.949] 163/319 postgresql:pg_controldata / pg_controldata/001_pg_controldata                   ERROR            ...
[13:55:40.949] 164/319 postgresql:pg_ctl / pg_ctl/001_start_stop                                       ERROR            ...
[13:55:40.949] 165/319 postgresql:pg_ctl / pg_ctl/002_status                                           ERROR            ...
[13:55:40.949] 166/319 postgresql:pg_ctl / pg_ctl/003_promote                                          ERROR            ...
[13:55:40.949] 167/319 postgresql:pg_ctl / pg_ctl/004_logrotate                                        ERROR            ...
[13:55:40.949] 168/319 postgresql:pg_dump / pg_dump/002_pg_dump                                        ERROR            ...
[13:55:40.949] 170/319 postgresql:pg_dump / pg_dump/003_pg_dump_with_server                            ERROR            ...
[13:55:40.949] 171/319 postgresql:pg_dump / pg_dump/004_pg_dump_parallel                               ERROR            ...
[13:55:40.949] 173/319 postgresql:pg_dump / pg_dump/005_pg_dump_filterfile                             ERROR            ...
[13:55:40.949] 172/319 postgresql:pg_dump / pg_dump/010_dump_connstr                                   ERROR            ...
[13:55:40.949] 174/319 postgresql:pg_resetwal / pg_resetwal/001_basic                                  ERROR            ...
[13:55:40.949] 175/319 postgresql:pg_resetwal / pg_resetwal/002_corrupted                              ERROR            ...
[13:55:40.949] 176/319 postgresql:pg_rewind / pg_rewind/001_basic                                      ERROR            ...
[13:55:40.949] 177/319 postgresql:pg_rewind / pg_rewind/002_databases                                  ERROR            ...
[13:55:40.949] 178/319 postgresql:test_tidstore / test_tidstore/regress                                ERROR           1...
[13:55:40.949] 179/319 postgresql:pg_rewind / pg_rewind/003_extrafiles                                 ERROR            ...
[13:55:40.949] 181/319 postgresql:pg_rewind / pg_rewind/004_pg_xlog_symlink                            ERROR            ...
[13:55:40.949] 182/319 postgresql:pg_rewind / pg_rewind/007_standby_source                             ERROR            ...
[13:55:40.949] 183/319 postgresql:pg_rewind / pg_rewind/005_same_timeline                              ERROR            ...
[13:55:40.949] 184/319 postgresql:pg_rewind / pg_rewind/008_min_recovery_point                         ERROR            ...
[13:55:40.949] 187/319 postgresql:pg_rewind / pg_rewind/009_growing_files                              ERROR            ...
[13:55:40.949] 189/319 postgresql:pg_rewind / pg_rewind/010_keep_recycled_wals                         ERROR            ...
[13:55:40.949] 190/319 postgresql:pg_verifybackup / pg_verifybackup/002_algorithm                      ERROR            ...
[13:55:40.949] 191/319 postgresql:pg_verifybackup / pg_verifybackup/003_corruption                     ERROR            ...
[13:55:40.949] 192/319 postgresql:pg_verifybackup / pg_verifybackup/004_options                        ERROR            ...
[13:55:40.949] 194/319 postgresql:pg_verifybackup / pg_verifybackup/006_encoding                       ERROR            ...
[13:55:40.949] 195/319 postgresql:pg_verifybackup / pg_verifybackup/008_untar                          ERROR            ...
[13:55:40.949] 196/319 postgresql:pg_verifybackup / pg_verifybackup/007_wal                            ERROR            ...
[13:55:40.949] 197/319 postgresql:pg_verifybackup / pg_verifybackup/009_extract                        ERROR            ...
[13:55:40.949] 198/319 postgresql:pg_verifybackup / pg_verifybackup/010_client_untar                   ERROR            ...
[13:55:40.949] 200/319 postgresql:pg_waldump / pg_waldump/001_basic                                    ERROR            ...
[13:55:40.949] 201/319 postgresql:pg_walsummary / pg_walsummary/002_blocks                             ERROR            ...
[13:55:40.949] 202/319 postgresql:pg_waldump / pg_waldump/002_save_fullpage                            ERROR            ...
[13:55:40.949] 203/319 postgresql:pgbench / pgbench/001_pgbench_with_server                            ERROR            ...
[13:55:40.949] 204/319 postgresql:psql / psql/001_basic                                                ERROR            ...
[13:55:40.950] 205/319 postgresql:psql / psql/020_cancel                                               ERROR            ...
[13:55:40.950] 207/319 postgresql:psql / psql/010_tab_completion                                       ERROR            ...
[13:55:40.950] 208/319 postgresql:scripts / scripts/010_clusterdb                                      ERROR            ...
[13:55:40.950] 209/319 postgresql:scripts / scripts/011_clusterdb_all                                  ERROR            ...
[13:55:40.950] 210/319 postgresql:scripts / scripts/020_createdb                                       ERROR            ...
[13:55:40.950] 211/319 postgresql:scripts / scripts/050_dropdb                                         ERROR            ...
[13:55:40.950] 212/319 postgresql:scripts / scripts/040_createuser                                     ERROR            ...
[13:55:40.950] 213/319 postgresql:scripts / scripts/080_pg_isready                                     ERROR            ...
[13:55:40.950] 214/319 postgresql:scripts / scripts/070_dropuser                                       ERROR            ...
[13:55:40.950] 215/319 postgresql:scripts / scripts/091_reindexdb_all                                  ERROR            ...
[13:55:40.950] 216/319 postgresql:scripts / scripts/090_reindexdb                                      ERROR            ...
[13:55:40.950] 217/319 postgresql:scripts / scripts/100_vacuumdb                                       ERROR            ...
[13:55:40.950] 218/319 postgresql:scripts / scripts/102_vacuumdb_stages                                ERROR            ...
[13:55:40.950] 219/319 postgresql:scripts / scripts/101_vacuumdb_all                                   ERROR            ...
[13:55:40.950] 220/319 postgresql:scripts / scripts/200_connstr                                        ERROR            ...
[13:55:40.950] 221/319 postgresql:amcheck / amcheck/001_verify_heapam                                  ERROR            ...
[13:55:40.950] 223/319 postgresql:amcheck / amcheck/002_cic                                            ERROR            ...
[13:55:40.950] 224/319 postgresql:amcheck / amcheck/003_cic_2pc                                        ERROR            ...
[13:55:40.950] 225/319 postgresql:amcheck / amcheck/004_verify_nbtree_unique                           ERROR            ...
[13:55:40.950] 227/319 postgresql:amcheck / amcheck/005_pitr                                           ERROR            ...
[13:55:40.950] 228/319 postgresql:auto_explain / auto_explain/001_auto_explain                         ERROR            ...
[13:55:40.950] 229/319 postgresql:basebackup_to_shell / basebackup_to_shell/001_basic                  ERROR            ...
[13:55:40.950] 230/319 postgresql:bloom / bloom/001_wal                                                ERROR            ...
[13:55:40.950] 231/319 postgresql:pg_prewarm / pg_prewarm/001_basic                                    ERROR            ...
[13:55:40.950] 232/319 postgresql:pg_stat_statements / pg_stat_statements/010_restart                  ERROR            ...
[13:55:40.950] 233/319 postgresql:pg_visibility / pg_visibility/001_concurrent_transaction             ERROR            ...
[13:55:40.950] 234/319 postgresql:pg_visibility / pg_visibility/002_corrupt_vm                         ERROR            ...
[13:55:40.950] 236/319 postgresql:test_decoding / test_decoding/001_repl_stats                         ERROR            ...
[13:55:40.950] 238/319 postgresql:authentication / authentication/001_password                         ERROR            ...
[13:55:40.950] 239/319 postgresql:authentication / authentication/002_saslprep                         ERROR            ...
[13:55:40.950] 240/319 postgresql:authentication / authentication/004_file_inclusion                   ERROR            ...
[13:55:40.950] 241/319 postgresql:authentication / authentication/003_peer                             ERROR            ...
[13:55:40.950] 242/319 postgresql:authentication / authentication/006_login_trigger                    ERROR            ...
[13:55:40.950] 243/319 postgresql:postmaster / postmaster/001_connection_limits                        ERROR            ...
[13:55:40.950] 245/319 postgresql:subscription / subscription/001_rep_changes                          ERROR            ...
[13:55:40.950] 244/319 postgresql:postmaster / postmaster/002_start_stop                               ERROR            ...
[13:55:40.950] 246/319 postgresql:subscription / subscription/002_types                                ERROR            ...
[13:55:40.950] 247/319 postgresql:subscription / subscription/003_constraints                          ERROR            ...
[13:55:40.950] 248/319 postgresql:subscription / subscription/004_sync                                 ERROR            ...
[13:55:40.950] 249/319 postgresql:subscription / subscription/005_encoding                             ERROR            ...
[13:55:40.950] 250/319 postgresql:subscription / subscription/006_rewrite                              ERROR            ...
[13:55:40.950] 251/319 postgresql:subscription / subscription/007_ddl                                  ERROR            ...
[13:55:40.950] 252/319 postgresql:subscription / subscription/008_diff_schema                          ERROR            ...
[13:55:40.950] 253/319 postgresql:subscription / subscription/010_truncate                             ERROR            ...
[13:55:40.950] 254/319 postgresql:subscription / subscription/009_matviews                             ERROR            ...
[13:55:40.950] 255/319 postgresql:subscription / subscription/011_generated                            ERROR            ...
[13:55:40.950] 256/319 postgresql:subscription / subscription/012_collation                            ERROR            ...
[13:55:40.950] 257/319 postgresql:subscription / subscription/013_partition                            ERROR            ...
[13:55:40.950] 258/319 postgresql:subscription / subscription/015_stream                               ERROR            ...
[13:55:40.950] 259/319 postgresql:subscription / subscription/016_stream_subxact                       ERROR            ...
[13:55:40.950] 260/319 postgresql:subscription / subscription/014_binary                               ERROR            ...
[13:55:40.950] 261/319 postgresql:subscription / subscription/017_stream_ddl                           ERROR            ...
[13:55:40.950] 262/319 postgresql:subscription / subscription/018_stream_subxact_abort                 ERROR            ...
[13:55:40.989] 263/319 postgresql:subscription / subscription/019_stream_subxact_ddl_abort             ERROR            ...
[13:55:40.989] 264/319 postgresql:subscription / subscription/020_messages                             ERROR            ...
[13:55:40.989] 265/319 postgresql:subscription / subscription/021_twophase                             ERROR            ...
[13:55:40.989] 266/319 postgresql:subscription / subscription/023_twophase_stream                      ERROR            ...
[13:55:40.989] 267/319 postgresql:subscription / subscription/022_twophase_cascade                     ERROR            ...
[13:55:40.989] 269/319 postgresql:subscription / subscription/025_rep_changes_for_schema               ERROR            ...
[13:55:40.989] 268/319 postgresql:subscription / subscription/024_add_drop_pub                         ERROR            ...
[13:55:40.989] 270/319 postgresql:subscription / subscription/026_stats                                ERROR            ...
[13:55:40.989] 271/319 postgresql:subscription / subscription/027_nosuperuser                          ERROR            ...
[13:55:40.989] 272/319 postgresql:subscription / subscription/028_row_filter                           ERROR            ...
[13:55:40.989] 273/319 postgresql:subscription / subscription/029_on_error                             ERROR            ...
[13:55:40.989] 274/319 postgresql:subscription / subscription/030_origin                               ERROR            ...
[13:55:40.989] 275/319 postgresql:subscription / subscription/031_column_list                          ERROR            ...
[13:55:40.989] 276/319 postgresql:subscription / subscription/033_run_as_table_owner                   ERROR            ...
[13:55:40.989] 277/319 postgresql:subscription / subscription/034_temporal                             ERROR            ...
[13:55:40.989] 278/319 postgresql:subscription / subscription/032_subscribe_use_index                  ERROR            ...
[13:55:40.989] 279/319 postgresql:subscription / subscription/100_bugs                                 ERROR            ...
[13:55:40.989] 280/319 postgresql:brin / brin/01_workitems                                             ERROR            ...
[13:55:40.989] 281/319 postgresql:commit_ts / commit_ts/001_base                                       ERROR            ...
[13:55:40.989] 282/319 postgresql:brin / brin/02_wal_consistency                                       ERROR            ...
[13:55:40.989] 283/319 postgresql:commit_ts / commit_ts/002_standby                                    ERROR            ...
[13:55:40.989] 284/319 postgresql:commit_ts / commit_ts/003_standby_2                                  ERROR            ...
[13:55:40.989] 285/319 postgresql:commit_ts / commit_ts/004_restart                                    ERROR            ...
[13:55:40.989] 286/319 postgresql:injection_points / injection_points/001_stats                        ERROR            ...
[13:55:40.989] 287/319 postgresql:libpq_pipeline / libpq_pipeline/001_libpq_pipeline                   ERROR            ...
[13:55:40.989] 288/319 postgresql:ssl_passphrase_callback / ssl_passphrase_callback/001_testfunc       ERROR            ...
[13:55:40.989] 289/319 postgresql:test_custom_rmgrs / test_custom_rmgrs/001_basic                      ERROR            ...
[13:55:40.989] 292/319 postgresql:ldap_password_func / ldap_password_func/001_mutated_bindpasswd       ERROR            ...
[13:55:40.989] 293/319 postgresql:typcache / typcache/regress                                          ERROR           1...
[13:55:40.989] 294/319 postgresql:test_misc / test_misc/001_constraint_validation                      ERROR            ...
[13:55:40.989] 295/319 postgresql:test_misc / test_misc/002_tablespace                                 ERROR            ...
[13:55:40.989] 296/319 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
[13:55:40.989] 297/319 postgresql:test_misc / test_misc/005_timeouts                                   ERROR            ...
[13:55:40.989] 298/319 postgresql:test_misc / test_misc/004_io_direct                                  ERROR            ...
[13:55:40.989] 299/319 postgresql:test_misc / test_misc/006_signal_autovacuum                          ERROR            ...
[13:55:40.989] 300/319 postgresql:test_pg_dump / test_pg_dump/001_base                                 ERROR            ...
[13:55:40.989] 302/319 postgresql:test_slru / test_slru/001_multixact                                  ERROR            ...
[13:55:40.989] 305/319 postgresql:worker_spi / worker_spi/001_worker_spi                               ERROR            ...
[13:55:40.989] 306/319 postgresql:checksums / checksums/001_basic                                      ERROR            ...
[13:55:40.989] 307/319 postgresql:checksums / checksums/002_restarts                                   ERROR            ...
[13:55:40.989] 308/319 postgresql:checksums / checksums/003_standby_restarts                           ERROR            ...
[13:55:40.989] 310/319 postgresql:checksums / checksums/004_offline                                    ERROR            ...
[13:55:40.989] 311/319 postgresql:ssl / ssl/001_ssltests                                               ERROR            ...
[13:55:40.989] 312/319 postgresql:ssl / ssl/002_scram                                                  ERROR            ...
[13:55:40.989] 313/319 postgresql:ssl / ssl/003_sslinfo                                                ERROR            ...
[13:55:40.989] 314/319 postgresql:ldap / ldap/001_auth                                                 ERROR            ...
[13:55:40.989] 315/319 postgresql:icu / icu/010_database                                               ERROR            ...
[13:55:40.989] 316/319 postgresql:ldap / ldap/002_bindpasswd                                           ERROR            ...
[13:55:40.989] 318/319 postgresql:unsafe_tests / unsafe_tests/regress                                  ERROR           1...
[13:55:40.989] 319/319 postgresql:ecpg / ecpg/ecpg                                                     ERROR           1...
Linux - Debian Bookworm - Autoconf
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2899, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2899, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2899, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2899, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2899, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2899, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2899, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2899, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2899, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2899, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2899, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2899, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2899, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2899, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2899, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2899, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2899, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2899, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2899, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2899, PID...
core
[13:35:20.743] #0  0x00007f12f2cabebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:35:20.743] #1  0x00007f12f2c5cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:35:20.743] #2  0x00007f12f2c47472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:35:20.743] #3  0x000055b2a7d015eb in ExceptionalCondition (conditionName=conditionName@entry=0x55b2a806c0a0 "(remain...
[13:35:20.743] #4  0x000055b2a784c978 in PostmasterStateMachine () at postmaster.c:2899
[13:35:20.743] #5  0x000055b2a784cfed in process_pm_shutdown_request () at postmaster.c:2191
[13:35:20.743] #6  0x000055b2a784dfe7 in ServerLoop () at postmaster.c:1663
[13:35:20.743] #7  0x000055b2a785034d in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x604000000610) at postmaste...
[13:35:20.743] #8  0x000055b2a75f28d2 in main (argc=4, argv=0x604000000610) at main.c:224
core
[13:35:19.452] #0  0x00007f71d80abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:35:19.452] #1  0x00007f71d805cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:35:19.452] #2  0x00007f71d8047472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:35:19.452] #3  0x0000555a2dbae5eb in ExceptionalCondition (conditionName=conditionName@entry=0x555a2df190a0 "(remain...
[13:35:19.452] #4  0x0000555a2d6f9978 in PostmasterStateMachine () at postmaster.c:2899
[13:35:19.452] #5  0x0000555a2d6f9eac in process_pm_shutdown_request () at postmaster.c:2154
[13:35:19.452] #6  0x0000555a2d6fafe7 in ServerLoop () at postmaster.c:1663
[13:35:19.452] #7  0x0000555a2d6fd34d in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x6070000003a0) at postmaste...
[13:35:19.452] #8  0x0000555a2d49f8d2 in main (argc=8, argv=0x6070000003a0) at main.c:224
[13:35:19.877] #0  0x00007f36af0abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:35:19.011] #0  0x00007f956faabebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:35:19.011] #1  0x00007f956fa5cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:35:19.011] #2  0x00007f956fa47472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:35:19.011] #3  0x0000558b243225eb in ExceptionalCondition (conditionName=conditionName@entry=0x558b2468d0a0 "(remain...
[13:35:19.011] #4  0x0000558b23e6d978 in PostmasterStateMachine () at postmaster.c:2899
[13:35:19.011] #5  0x0000558b23e6deac in process_pm_shutdown_request () at postmaster.c:2154
[13:35:19.011] #6  0x0000558b23e6efe7 in ServerLoop () at postmaster.c:1663
[13:35:19.011] #7  0x0000558b23e7134d in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x6040000005d0) at postmaste...
[13:35:19.011] #8  0x0000558b23c138d2 in main (argc=4, argv=0x6040000005d0) at main.c:224
[13:35:19.440] #0  0x00007f71d80abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:35:19.888] #0  0x00007f36af0abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:35:19.888] #1  0x00007f36af05cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:35:19.888] #2  0x00007f36af047472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:35:19.888] #3  0x0000558e88c525eb in ExceptionalCondition (conditionName=conditionName@entry=0x558e88fbd0a0 "(remain...
[13:35:19.888] #4  0x0000558e8879d978 in PostmasterStateMachine () at postmaster.c:2899
[13:35:19.888] #5  0x0000558e8879deac in process_pm_shutdown_request () at postmaster.c:2154
[13:35:19.888] #6  0x0000558e8879efe7 in ServerLoop () at postmaster.c:1663
[13:35:19.888] #7  0x0000558e887a134d in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x6070000003a0) at postmaste...
[13:35:19.888] #8  0x0000558e885438d2 in main (argc=8, argv=0x6070000003a0) at main.c:224
[13:35:20.308] #0  0x00007f08242abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:35:18.594] #0  0x00007fb33b2abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:35:18.594] #1  0x00007fb33b25cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:35:18.594] #2  0x00007fb33b247472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:35:18.594] #3  0x0000556ade9f55eb in ExceptionalCondition (conditionName=conditionName@entry=0x556aded600a0 "(remain...
[13:35:18.594] #4  0x0000556ade540978 in PostmasterStateMachine () at postmaster.c:2899
[13:35:18.594] #5  0x0000556ade540eac in process_pm_shutdown_request () at postmaster.c:2154
[13:35:18.594] #6  0x0000556ade541fe7 in ServerLoop () at postmaster.c:1663
[13:35:18.594] #7  0x0000556ade54434d in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x6070000003a0) at postmaste...
[13:35:18.594] #8  0x0000556ade2e68d2 in main (argc=8, argv=0x6070000003a0) at main.c:224
[13:35:19.000] #0  0x00007f956faabebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:35:18.178] #0  0x00007f0f012abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:35:18.178] #1  0x00007f0f0125cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:35:18.178] #2  0x00007f0f01247472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:35:18.178] #3  0x000055e7073915eb in ExceptionalCondition (conditionName=conditionName@entry=0x55e7076fc0a0 "(remain...
[13:35:18.178] #4  0x000055e706edc978 in PostmasterStateMachine () at postmaster.c:2899
[13:35:18.178] #5  0x000055e706edceac in process_pm_shutdown_request () at postmaster.c:2154
[13:35:18.178] #6  0x000055e706eddfe7 in ServerLoop () at postmaster.c:1663
[13:35:18.178] #7  0x000055e706ee034d in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x6070000003a0) at postmaste...
[13:35:18.178] #8  0x000055e706c828d2 in main (argc=8, argv=0x6070000003a0) at main.c:224
[13:35:18.583] #0  0x00007fb33b2abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:35:16.497] #0  0x00007f003fcabebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:35:16.497] #1  0x00007f003fc5cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:35:16.497] #2  0x00007f003fc47472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:35:16.497] #3  0x000055a5a79215eb in ExceptionalCondition (conditionName=conditionName@entry=0x55a5a7c8c0a0 "(remain...
[13:35:16.497] #4  0x000055a5a746c978 in PostmasterStateMachine () at postmaster.c:2899
[13:35:16.497] #5  0x000055a5a746cfed in process_pm_shutdown_request () at postmaster.c:2191
[13:35:16.497] #6  0x000055a5a746dfe7 in ServerLoop () at postmaster.c:1663
[13:35:16.497] #7  0x000055a5a747034d in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x6040000005d0) at postmaste...
[13:35:16.497] #8  0x000055a5a72128d2 in main (argc=4, argv=0x6040000005d0) at main.c:224
[13:35:16.911] #0  0x00007f5814bdbebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:35:17.767] #0  0x00007f147f0abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:35:17.767] #1  0x00007f147f05cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:35:17.767] #2  0x00007f147f047472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:35:17.767] #3  0x000055ff5b8ec5eb in ExceptionalCondition (conditionName=conditionName@entry=0x55ff5bc570a0 "(remain...
[13:35:17.767] #4  0x000055ff5b437978 in PostmasterStateMachine () at postmaster.c:2899
[13:35:17.767] #5  0x000055ff5b437fed in process_pm_shutdown_request () at postmaster.c:2191
[13:35:17.767] #6  0x000055ff5b438fe7 in ServerLoop () at postmaster.c:1663
[13:35:17.767] #7  0x000055ff5b43b34d in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x6040000005d0) at postmaste...
[13:35:17.767] #8  0x000055ff5b1dd8d2 in main (argc=4, argv=0x6040000005d0) at main.c:224
[13:35:18.167] #0  0x00007f0f012abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:35:17.331] #0  0x00007feed7eabebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:35:17.331] #1  0x00007feed7e5cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:35:17.331] #2  0x00007feed7e47472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:35:17.331] #3  0x000055c4d55fe5eb in ExceptionalCondition (conditionName=conditionName@entry=0x55c4d59690a0 "(remain...
[13:35:17.331] #4  0x000055c4d5149978 in PostmasterStateMachine () at postmaster.c:2899
[13:35:17.331] #5  0x000055c4d5149eac in process_pm_shutdown_request () at postmaster.c:2154
[13:35:17.331] #6  0x000055c4d514afe7 in ServerLoop () at postmaster.c:1663
[13:35:17.331] #7  0x000055c4d514d34d in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x604000000610) at postmaste...
[13:35:17.331] #8  0x000055c4d4eef8d2 in main (argc=4, argv=0x604000000610) at main.c:224
[13:35:17.756] #0  0x00007f147f0abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:35:16.922] #0  0x00007f5814bdbebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:35:16.922] #1  0x00007f5814b8cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:35:16.922] #2  0x00007f5814b77472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:35:16.922] #3  0x000055b55e59a5eb in ExceptionalCondition (conditionName=conditionName@entry=0x55b55e9050a0 "(remain...
[13:35:16.922] #4  0x000055b55e0e5978 in PostmasterStateMachine () at postmaster.c:2899
[13:35:16.922] #5  0x000055b55e0e5eac in process_pm_shutdown_request () at postmaster.c:2154
[13:35:16.922] #6  0x000055b55e0e6fe7 in ServerLoop () at postmaster.c:1663
[13:35:16.922] #7  0x000055b55e0e934d in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x6070000003a0) at postmaste...
[13:35:16.922] #8  0x000055b55de8b8d2 in main (argc=8, argv=0x6070000003a0) at main.c:224
[13:35:17.320] #0  0x00007feed7eabebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:35:20.319] #0  0x00007f08242abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:35:20.319] #1  0x00007f082425cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:35:20.319] #2  0x00007f0824247472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:35:20.319] #3  0x000055752fbf05eb in ExceptionalCondition (conditionName=conditionName@entry=0x55752ff5b0a0 "(remain...
[13:35:20.319] #4  0x000055752f73b978 in PostmasterStateMachine () at postmaster.c:2899
[13:35:20.319] #5  0x000055752f73beac in process_pm_shutdown_request () at postmaster.c:2154
[13:35:20.319] #6  0x000055752f73cfe7 in ServerLoop () at postmaster.c:1663
[13:35:20.319] #7  0x000055752f73f34d in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x6040000005d0) at postmaste...
[13:35:20.319] #8  0x000055752f4e18d2 in main (argc=4, argv=0x6040000005d0) at main.c:224
[13:35:20.732] #0  0x00007f12f2cabebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:35:13.504] #0  0x00007f68712abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:35:13.504] #1  0x00007f687125cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:35:13.504] #2  0x00007f6871247472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:35:13.504] #3  0x000055ef7d9235eb in ExceptionalCondition (conditionName=conditionName@entry=0x55ef7dc8e0a0 "(remain...
[13:35:13.504] #4  0x000055ef7d46e978 in PostmasterStateMachine () at postmaster.c:2899
[13:35:13.504] #5  0x000055ef7d46eeac in process_pm_shutdown_request () at postmaster.c:2154
[13:35:13.504] #6  0x000055ef7d46ffe7 in ServerLoop () at postmaster.c:1663
[13:35:13.504] #7  0x000055ef7d47234d in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x6070000003a0) at postmaste...
[13:35:13.504] #8  0x000055ef7d2148d2 in main (argc=8, argv=0x6070000003a0) at main.c:224
[13:35:13.910] #0  0x00007f996baabebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:35:15.641] #0  0x00007ff6090abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:35:15.641] #1  0x00007ff60905cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:35:15.641] #2  0x00007ff609047472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:35:15.641] #3  0x000055985e2275eb in ExceptionalCondition (conditionName=conditionName@entry=0x55985e5920a0 "(remain...
[13:35:15.641] #4  0x000055985dd72978 in PostmasterStateMachine () at postmaster.c:2899
[13:35:15.641] #5  0x000055985dd72fed in process_pm_shutdown_request () at postmaster.c:2191
[13:35:15.641] #6  0x000055985dd73fe7 in ServerLoop () at postmaster.c:1663
[13:35:15.641] #7  0x000055985dd7634d in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x6040000005d0) at postmaste...
[13:35:15.641] #8  0x000055985db188d2 in main (argc=4, argv=0x6040000005d0) at main.c:224
[13:35:16.061] #0  0x00007ff6f80abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:35:16.072] #0  0x00007ff6f80abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:35:16.072] #1  0x00007ff6f805cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:35:16.072] #2  0x00007ff6f8047472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:35:16.072] #3  0x000055c753f685eb in ExceptionalCondition (conditionName=conditionName@entry=0x55c7542d30a0 "(remain...
[13:35:16.072] #4  0x000055c753ab3978 in PostmasterStateMachine () at postmaster.c:2899
[13:35:16.072] #5  0x000055c753ab3eac in process_pm_shutdown_request () at postmaster.c:2154
[13:35:16.072] #6  0x000055c753ab4fe7 in ServerLoop () at postmaster.c:1663
[13:35:16.072] #7  0x000055c753ab734d in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x6070000003a0) at postmaste...
[13:35:16.072] #8  0x000055c7538598d2 in main (argc=8, argv=0x6070000003a0) at main.c:224
[13:35:16.485] #0  0x00007f003fcabebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:35:12.653] #0  0x00007f96afcabebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:35:12.653] #1  0x00007f96afc5cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:35:12.653] #2  0x00007f96afc47472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:35:12.653] #3  0x00005590ba84d5eb in ExceptionalCondition (conditionName=conditionName@entry=0x5590babb80a0 "(remain...
[13:35:12.653] #4  0x00005590ba398978 in PostmasterStateMachine () at postmaster.c:2899
[13:35:12.653] #5  0x00005590ba398eac in process_pm_shutdown_request () at postmaster.c:2154
[13:35:12.653] #6  0x00005590ba399fe7 in ServerLoop () at postmaster.c:1663
[13:35:12.653] #7  0x00005590ba39c34d in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x604000000610) at postmaste...
[13:35:12.653] #8  0x00005590ba13e8d2 in main (argc=4, argv=0x604000000610) at main.c:224
[13:35:13.065] #0  0x00007f142a6abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:35:15.209] #0  0x00007fea358abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:35:15.209] #1  0x00007fea3585cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:35:15.209] #2  0x00007fea35847472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:35:15.209] #3  0x00005572a476e5eb in ExceptionalCondition (conditionName=conditionName@entry=0x5572a4ad90a0 "(remain...
[13:35:15.209] #4  0x00005572a42b9978 in PostmasterStateMachine () at postmaster.c:2899
[13:35:15.209] #5  0x00005572a42b9eac in process_pm_shutdown_request () at postmaster.c:2154
[13:35:15.209] #6  0x00005572a42bafe7 in ServerLoop () at postmaster.c:1663
[13:35:15.209] #7  0x00005572a42bd34d in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x6070000003a0) at postmaste...
[13:35:15.209] #8  0x00005572a405f8d2 in main (argc=8, argv=0x6070000003a0) at main.c:224
[13:35:15.630] #0  0x00007ff6090abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:35:13.076] #0  0x00007f142a6abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:35:13.076] #1  0x00007f142a65cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:35:13.076] #2  0x00007f142a647472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:35:13.076] #3  0x000055f8c64e95eb in ExceptionalCondition (conditionName=conditionName@entry=0x55f8c68540a0 "(remain...
[13:35:13.076] #4  0x000055f8c6034978 in PostmasterStateMachine () at postmaster.c:2899
[13:35:13.076] #5  0x000055f8c6034eac in process_pm_shutdown_request () at postmaster.c:2154
[13:35:13.076] #6  0x000055f8c6035fe7 in ServerLoop () at postmaster.c:1663
[13:35:13.076] #7  0x000055f8c603834d in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x6070000003a0) at postmaste...
[13:35:13.076] #8  0x000055f8c5dda8d2 in main (argc=8, argv=0x6070000003a0) at main.c:224
[13:35:13.493] #0  0x00007f68712abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:35:14.765] #0  0x00007f0c04fdbebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:35:14.765] #1  0x00007f0c04f8cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:35:14.765] #2  0x00007f0c04f77472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:35:14.765] #3  0x0000559eacf735eb in ExceptionalCondition (conditionName=conditionName@entry=0x559ead2de0a0 "(remain...
[13:35:14.765] #4  0x0000559eacabe978 in PostmasterStateMachine () at postmaster.c:2899
[13:35:14.765] #5  0x0000559eacabefed in process_pm_shutdown_request () at postmaster.c:2191
[13:35:14.765] #6  0x0000559eacabffe7 in ServerLoop () at postmaster.c:1663
[13:35:14.765] #7  0x0000559eacac234d in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x604000000590) at postmaste...
[13:35:14.765] #8  0x0000559eac8648d2 in main (argc=4, argv=0x604000000590) at main.c:224
[13:35:15.198] #0  0x00007fea358abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:35:14.336] #0  0x00007fcc98bdbebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:35:14.336] #1  0x00007fcc98b8cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:35:14.336] #2  0x00007fcc98b77472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:35:14.336] #3  0x00005581356b25eb in ExceptionalCondition (conditionName=conditionName@entry=0x558135a1d0a0 "(remain...
[13:35:14.336] #4  0x00005581351fd978 in PostmasterStateMachine () at postmaster.c:2899
[13:35:14.336] #5  0x00005581351fdfed in process_pm_shutdown_request () at postmaster.c:2191
[13:35:14.336] #6  0x00005581351fefe7 in ServerLoop () at postmaster.c:1663
[13:35:14.336] #7  0x000055813520134d in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x604000000610) at postmaste...
[13:35:14.336] #8  0x0000558134fa38d2 in main (argc=4, argv=0x604000000610) at main.c:224
[13:35:14.755] #0  0x00007f0c04fdbebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:35:13.920] #0  0x00007f996baabebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:35:13.920] #1  0x00007f996ba5cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:35:13.920] #2  0x00007f996ba47472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:35:13.920] #3  0x0000563121e155eb in ExceptionalCondition (conditionName=conditionName@entry=0x5631221800a0 "(remain...
[13:35:13.920] #4  0x0000563121960978 in PostmasterStateMachine () at postmaster.c:2899
[13:35:13.920] #5  0x0000563121960eac in process_pm_shutdown_request () at postmaster.c:2154
[13:35:13.920] #6  0x0000563121961fe7 in ServerLoop () at postmaster.c:1663
[13:35:13.920] #7  0x000056312196434d in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x6070000003a0) at postmaste...
[13:35:13.920] #8  0x00005631217068d2 in main (argc=8, argv=0x6070000003a0) at main.c:224
[13:35:14.325] #0  0x00007fcc98bdbebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
tap
[13:31:26.008](1.039s) Bail out!  pg_ctl stop failed
tap
[13:31:18.564](1.341s) Bail out!  pg_ctl restart failed
tap
[13:31:08.845](1.521s) Bail out!  pg_ctl stop failed
tap
[13:31:04.911](1.714s) Bail out!  pg_ctl stop failed
Linux - Debian Bookworm - Meson
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
core
[13:43:44.966] #0  0x00007ff02aea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:44.966] #1  0x00007ff02ae5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:44.966] #2  0x00007ff02ae45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:44.966] #3  0x00005569a2e55858 in ExceptionalCondition (conditionName=conditionName@entry=0x5569a30f8668 "(remain...
[13:43:44.966] #4  0x00005569a2a6e8b0 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:43:44.966] #5  0x00005569a2a6ee06 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2154
[13:43:44.966] #6  0x00005569a2a6fcc8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:43:44.966] #7  0x00005569a2a7172c in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x5569a4361d40) at ../src/ba...
[13:43:44.966] #8  0x00005569a28a61b2 in main (argc=8, argv=0x5569a4361d40) at ../src/backend/main/main.c:224
[13:43:45.398] #0  0x00007f6df4aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:43:32.970] #0  0x00007fb20e4a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:32.970] #1  0x00007fb20e45afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:32.970] #2  0x00007fb20e445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:32.970] #3  0x0000558ef9254858 in ExceptionalCondition (conditionName=conditionName@entry=0x558ef94f7668 "(remain...
[13:43:32.970] #4  0x0000558ef8e6d8b0 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:43:32.970] #5  0x0000558ef8e6df47 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2191
[13:43:32.970] #6  0x0000558ef8e6ecc8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:43:32.970] #7  0x0000558ef8e7072c in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x558efbe94d00) at ../src/ba...
[13:43:32.970] #8  0x0000558ef8ca51b2 in main (argc=4, argv=0x558efbe94d00) at ../src/backend/main/main.c:224
[13:43:33.397] #0  0x00007f818eca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:43:45.417] #0  0x00007f6df4aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:45.417] #1  0x00007f6df4a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:45.417] #2  0x00007f6df4a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:45.417] #3  0x000055f95264e858 in ExceptionalCondition (conditionName=conditionName@entry=0x55f9528f1668 "(remain...
[13:43:45.417] #4  0x000055f9522678b0 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:43:45.417] #5  0x000055f952267e06 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2154
[13:43:45.417] #6  0x000055f952268cc8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:43:45.417] #7  0x000055f95226a72c in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55f95333cd90) at ../src/ba...
[13:43:45.417] #8  0x000055f95209f1b2 in main (argc=8, argv=0x55f95333cd90) at ../src/backend/main/main.c:224
[13:43:45.859] #0  0x00007fa304ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:43:45.879] #0  0x00007fa304ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:45.879] #1  0x00007fa304e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:45.879] #2  0x00007fa304e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:45.879] #3  0x00005582ae1ef858 in ExceptionalCondition (conditionName=conditionName@entry=0x5582ae492668 "(remain...
[13:43:45.879] #4  0x00005582ade088b0 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:43:45.879] #5  0x00005582ade08f47 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2191
[13:43:45.879] #6  0x00005582ade09cc8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:43:45.879] #7  0x00005582ade0b72c in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5582afaa2d00) at ../src/ba...
[13:43:45.879] #8  0x00005582adc401b2 in main (argc=4, argv=0x5582afaa2d00) at ../src/backend/main/main.c:224
[13:43:46.303] #0  0x00007fec00aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:43:32.529] #0  0x00007f17686a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:32.529] #1  0x00007f176865afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:32.529] #2  0x00007f1768645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:32.529] #3  0x000055b3bffe1858 in ExceptionalCondition (conditionName=conditionName@entry=0x55b3c0284668 "(remain...
[13:43:32.529] #4  0x000055b3bfbfa8b0 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:43:32.529] #5  0x000055b3bfbfae06 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2154
[13:43:32.529] #6  0x000055b3bfbfbcc8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:43:32.529] #7  0x000055b3bfbfd72c in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55b3c1e8ed80) at ../src/ba...
[13:43:32.529] #8  0x000055b3bfa321b2 in main (argc=8, argv=0x55b3c1e8ed80) at ../src/backend/main/main.c:224
[13:43:32.951] #0  0x00007fb20e4a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:43:38.558] #0  0x00007efeaeea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:38.558] #1  0x00007efeaee5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:38.558] #2  0x00007efeaee45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:38.558] #3  0x000055c0b5fda858 in ExceptionalCondition (conditionName=conditionName@entry=0x55c0b627d668 "(remain...
[13:43:38.558] #4  0x000055c0b5bf38b0 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:43:38.558] #5  0x000055c0b5bf3f47 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2191
[13:43:38.558] #6  0x000055c0b5bf4cc8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:43:38.559] #7  0x000055c0b5bf672c in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55c0b7642d00) at ../src/ba...
[13:43:38.559] #8  0x000055c0b5a2b1b2 in main (argc=4, argv=0x55c0b7642d00) at ../src/backend/main/main.c:224
[13:43:38.988] #0  0x00007f913b4a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:43:57.730] #0  0x00007fc565ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:57.730] #1  0x00007fc565c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:57.730] #2  0x00007fc565c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:57.730] #3  0x000055c3a6d98858 in ExceptionalCondition (conditionName=conditionName@entry=0x55c3a703b668 "(remain...
[13:43:57.730] #4  0x000055c3a69b18b0 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:43:57.730] #5  0x000055c3a69b1f47 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2191
[13:43:57.730] #6  0x000055c3a69b2cc8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:43:57.730] #7  0x000055c3a69b472c in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55c3a90cfd00) at ../src/ba...
[13:43:57.730] #8  0x000055c3a67e91b2 in main (argc=4, argv=0x55c3a90cfd00) at ../src/backend/main/main.c:224
[13:43:58.166] #0  0x00007fa1b70a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:43:32.077] #0  0x00007f1ee6ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:32.077] #1  0x00007f1ee6e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:32.077] #2  0x00007f1ee6e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:32.077] #3  0x000055dcc3689858 in ExceptionalCondition (conditionName=conditionName@entry=0x55dcc392c668 "(remain...
[13:43:32.077] #4  0x000055dcc32a28b0 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:43:32.077] #5  0x000055dcc32a2e06 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2154
[13:43:32.077] #6  0x000055dcc32a3cc8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:43:32.077] #7  0x000055dcc32a572c in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55dcc43d6d00) at ../src/ba...
[13:43:32.077] #8  0x000055dcc30da1b2 in main (argc=4, argv=0x55dcc43d6d00) at ../src/backend/main/main.c:224
[13:43:32.510] #0  0x00007f17686a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:43:31.584] #0  0x00007f59cc0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:31.584] #1  0x00007f59cc05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:31.584] #2  0x00007f59cc045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:31.584] #3  0x000055a4a91f3858 in ExceptionalCondition (conditionName=conditionName@entry=0x55a4a9496668 "(remain...
[13:43:31.584] #4  0x000055a4a8e0c8b0 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:43:31.584] #5  0x000055a4a8e0ce06 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2154
[13:43:31.584] #6  0x000055a4a8e0dcc8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:43:31.584] #7  0x000055a4a8e0f72c in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55a4aa74ae10) at ../src/ba...
[13:43:31.584] #8  0x000055a4a8c441b2 in main (argc=4, argv=0x55a4aa74ae10) at ../src/backend/main/main.c:224
[13:43:32.053] #0  0x00007f1ee6ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:43:31.129] #0  0x00007f5fee8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:31.129] #1  0x00007f5fee85afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:31.129] #2  0x00007f5fee845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:31.129] #3  0x000055a73a8e3858 in ExceptionalCondition (conditionName=conditionName@entry=0x55a73ab86668 "(remain...
[13:43:31.129] #4  0x000055a73a4fc8b0 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:43:31.129] #5  0x000055a73a4fce06 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2154
[13:43:31.129] #6  0x000055a73a4fdcc8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:43:31.129] #7  0x000055a73a4ff72c in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55a73d066d90) at ../src/ba...
[13:43:31.129] #8  0x000055a73a3341b2 in main (argc=8, argv=0x55a73d066d90) at ../src/backend/main/main.c:224
[13:43:31.566] #0  0x00007f59cc0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:43:30.668] #0  0x00007f4bb46a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:30.668] #1  0x00007f4bb465afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:30.668] #2  0x00007f4bb4645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:30.668] #3  0x00005610d56f9858 in ExceptionalCondition (conditionName=conditionName@entry=0x5610d599c668 "(remain...
[13:43:30.668] #4  0x00005610d53128b0 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:43:30.668] #5  0x00005610d5312e06 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2154
[13:43:30.668] #6  0x00005610d5313cc8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:43:30.668] #7  0x00005610d531572c in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5610d81cdd00) at ../src/ba...
[13:43:30.668] #8  0x00005610d514a1b2 in main (argc=4, argv=0x5610d81cdd00) at ../src/backend/main/main.c:224
[13:43:31.106] #0  0x00007f5fee8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:43:58.188] #0  0x00007fa1b70a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:58.188] #1  0x00007fa1b705afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:58.188] #2  0x00007fa1b7045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:58.188] #3  0x000055a5b3b67858 in ExceptionalCondition (conditionName=conditionName@entry=0x55a5b3e0a668 "(remain...
[13:43:58.188] #4  0x000055a5b37808b0 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:43:58.188] #5  0x000055a5b3780e06 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2154
[13:43:58.188] #6  0x000055a5b3781cc8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:43:58.188] #7  0x000055a5b378372c in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55a5b5557d40) at ../src/ba...
[13:43:58.188] #8  0x000055a5b35b81b2 in main (argc=8, argv=0x55a5b5557d40) at ../src/backend/main/main.c:224
[13:43:58.642] #0  0x00007fc9614a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:43:58.665] #0  0x00007fc9614a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:58.665] #1  0x00007fc96145afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:58.665] #2  0x00007fc961445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:58.665] #3  0x0000564e2e980858 in ExceptionalCondition (conditionName=conditionName@entry=0x564e2ec23668 "(remain...
[13:43:58.665] #4  0x0000564e2e5998b0 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:43:58.665] #5  0x0000564e2e599f47 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2191
[13:43:58.665] #6  0x0000564e2e59acc8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:43:58.665] #7  0x0000564e2e59c72c in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x564e2f864ce0) at ../src/ba...
[13:43:58.665] #8  0x0000564e2e3d11b2 in main (argc=4, argv=0x564e2f864ce0) at ../src/backend/main/main.c:224
[13:43:59.080] #0  0x00007f37cb4a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:43:59.101] #0  0x00007f37cb4a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:59.101] #1  0x00007f37cb45afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:59.101] #2  0x00007f37cb445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:59.101] #3  0x0000561f4c75b858 in ExceptionalCondition (conditionName=conditionName@entry=0x561f4c9fe668 "(remain...
[13:43:59.101] #4  0x0000561f4c3748b0 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:43:59.101] #5  0x0000561f4c374e06 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2154
[13:43:59.101] #6  0x0000561f4c375cc8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:43:59.101] #7  0x0000561f4c37772c in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x561f4e438d20) at ../src/ba...
[13:43:59.101] #8  0x0000561f4c1ac1b2 in main (argc=8, argv=0x561f4e438d20) at ../src/backend/main/main.c:224
[13:43:59.516] #0  0x00007fbb0f0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:43:30.195] #0  0x00007fe71c4a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:30.195] #1  0x00007fe71c45afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:30.195] #2  0x00007fe71c445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:30.195] #3  0x000055f825098858 in ExceptionalCondition (conditionName=conditionName@entry=0x55f82533b668 "(remain...
[13:43:30.195] #4  0x000055f824cb18b0 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:43:30.195] #5  0x000055f824cb1e06 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2154
[13:43:30.195] #6  0x000055f824cb2cc8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:43:30.195] #7  0x000055f824cb472c in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55f827d35cd0) at ../src/ba...
[13:43:30.195] #8  0x000055f824ae91b2 in main (argc=4, argv=0x55f827d35cd0) at ../src/backend/main/main.c:224
[13:43:30.649] #0  0x00007f4bb46a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:43:59.534] #0  0x00007fbb0f0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:59.534] #1  0x00007fbb0f05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:59.534] #2  0x00007fbb0f045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:59.534] #3  0x000055696c13e858 in ExceptionalCondition (conditionName=conditionName@entry=0x55696c3e1668 "(remain...
[13:43:59.534] #4  0x000055696bd578b0 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:43:59.534] #5  0x000055696bd57e06 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2154
[13:43:59.534] #6  0x000055696bd58cc8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:43:59.535] #7  0x000055696bd5a72c in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55696e25ad40) at ../src/ba...
[13:43:59.535] #8  0x000055696bb8f1b2 in main (argc=8, argv=0x55696e25ad40) at ../src/backend/main/main.c:224
[13:43:59.950] #0  0x00007f1808aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:43:59.972] #0  0x00007f1808aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:59.972] #1  0x00007f1808a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:59.972] #2  0x00007f1808a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:59.972] #3  0x0000564968aae858 in ExceptionalCondition (conditionName=conditionName@entry=0x564968d51668 "(remain...
[13:43:59.972] #4  0x00005649686c78b0 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:43:59.972] #5  0x00005649686c7e06 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2154
[13:43:59.972] #6  0x00005649686c8cc8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:43:59.972] #7  0x00005649686ca72c in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x56496a33ad20) at ../src/ba...
[13:43:59.972] #8  0x00005649684ff1b2 in main (argc=8, argv=0x56496a33ad20) at ../src/backend/main/main.c:224
[13:44:00.419] #0  0x00007feea84a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:43:29.705] #0  0x00007fc4740a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:29.705] #1  0x00007fc47405afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:29.705] #2  0x00007fc474045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:29.705] #3  0x000056418e502858 in ExceptionalCondition (conditionName=conditionName@entry=0x56418e7a5668 "(remain...
[13:43:29.705] #4  0x000056418e11b8b0 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:43:29.705] #5  0x000056418e11bf47 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2191
[13:43:29.705] #6  0x000056418e11ccc8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:43:29.705] #7  0x000056418e11e72c in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5641907b0d10) at ../src/ba...
[13:43:29.705] #8  0x000056418df531b2 in main (argc=4, argv=0x5641907b0d10) at ../src/backend/main/main.c:224
[13:43:30.175] #0  0x00007fe71c4a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:44:00.439] #0  0x00007feea84a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:44:00.439] #1  0x00007feea845afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:44:00.439] #2  0x00007feea8445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:44:00.439] #3  0x000055a39a55b858 in ExceptionalCondition (conditionName=conditionName@entry=0x55a39a7fe668 "(remain...
[13:44:00.439] #4  0x000055a39a1748b0 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:44:00.439] #5  0x000055a39a175bcf in process_pm_child_exit () at ../src/backend/postmaster/postmaster.c:2535
[13:44:00.439] #6  0x000055a39a175cd6 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1667
[13:44:00.439] #7  0x000055a39a17772c in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55a39d081d00) at ../src/ba...
[13:44:00.439] #8  0x000055a399fac1b2 in main (argc=4, argv=0x55a39d081d00) at ../src/backend/main/main.c:224
[13:44:00.847] #0  0x00007f88bbca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:43:29.257] #0  0x00007fe948aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:29.257] #1  0x00007fe948a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:29.257] #2  0x00007fe948a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:29.257] #3  0x000055a0038ee858 in ExceptionalCondition (conditionName=conditionName@entry=0x55a003b91668 "(remain...
[13:43:29.257] #4  0x000055a0035078b0 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:43:29.257] #5  0x000055a003507e06 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2154
[13:43:29.257] #6  0x000055a003508cc8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:43:29.258] #7  0x000055a00350a72c in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55a004a56d00) at ../src/ba...
[13:43:29.258] #8  0x000055a00333f1b2 in main (argc=4, argv=0x55a004a56d00) at ../src/backend/main/main.c:224
[13:43:29.683] #0  0x00007fc4740a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:43:28.797] #0  0x00007fcedd2a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:28.797] #1  0x00007fcedd25afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:28.797] #2  0x00007fcedd245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:28.797] #3  0x000055daf152c858 in ExceptionalCondition (conditionName=conditionName@entry=0x55daf17cf668 "(remain...
[13:43:28.797] #4  0x000055daf11458b0 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:43:28.797] #5  0x000055daf1145f47 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2191
[13:43:28.797] #6  0x000055daf1146cc8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:43:28.797] #7  0x000055daf114872c in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55daf3fffd10) at ../src/ba...
[13:43:28.797] #8  0x000055daf0f7d1b2 in main (argc=4, argv=0x55daf3fffd10) at ../src/backend/main/main.c:224
[13:43:29.236] #0  0x00007fe948aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:44:00.866] #0  0x00007f88bbca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:44:00.866] #1  0x00007f88bbc5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:44:00.866] #2  0x00007f88bbc45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:44:00.866] #3  0x0000563d91794858 in ExceptionalCondition (conditionName=conditionName@entry=0x563d91a37668 "(remain...
[13:44:00.866] #4  0x0000563d913ad8b0 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:44:00.866] #5  0x0000563d913ade06 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2154
[13:44:00.866] #6  0x0000563d913aecc8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:44:00.866] #7  0x0000563d913b072c in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x563d9328fd20) at ../src/ba...
[13:44:00.866] #8  0x0000563d911e51b2 in main (argc=8, argv=0x563d9328fd20) at ../src/backend/main/main.c:224
[13:44:01.313] #0  0x00007f4b5aaa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:43:28.277] #0  0x00007fc5110a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:28.277] #1  0x00007fc51105afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:28.277] #2  0x00007fc511045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:28.277] #3  0x000055d9f5689858 in ExceptionalCondition (conditionName=conditionName@entry=0x55d9f592c668 "(remain...
[13:43:28.277] #4  0x000055d9f52a28b0 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:43:28.277] #5  0x000055d9f52a2f47 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2191
[13:43:28.277] #6  0x000055d9f52a3cc8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:43:28.278] #7  0x000055d9f52a572c in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55d9f7b9dd00) at ../src/ba...
[13:43:28.278] #8  0x000055d9f50da1b2 in main (argc=4, argv=0x55d9f7b9dd00) at ../src/backend/main/main.c:224
[13:43:28.774] #0  0x00007fcedd2a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:44:01.335] #0  0x00007f4b5aaa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:44:01.335] #1  0x00007f4b5aa5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:44:01.335] #2  0x00007f4b5aa45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:44:01.335] #3  0x0000558ce6c76858 in ExceptionalCondition (conditionName=conditionName@entry=0x558ce6f19668 "(remain...
[13:44:01.335] #4  0x0000558ce688f8b0 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:44:01.335] #5  0x0000558ce688ff47 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2191
[13:44:01.335] #6  0x0000558ce6890cc8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:44:01.335] #7  0x0000558ce689272c in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x558ce9546d00) at ../src/ba...
[13:44:01.335] #8  0x0000558ce66c71b2 in main (argc=4, argv=0x558ce9546d00) at ../src/backend/main/main.c:224
[13:44:01.753] #0  0x00007fdc04ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:44:01.774] #0  0x00007fdc04ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:44:01.774] #1  0x00007fdc04e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:44:01.774] #2  0x00007fdc04e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:44:01.774] #3  0x000056064234a858 in ExceptionalCondition (conditionName=conditionName@entry=0x5606425ed668 "(remain...
[13:44:01.774] #4  0x0000560641f638b0 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:44:01.774] #5  0x0000560641f63e06 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2154
[13:44:01.774] #6  0x0000560641f64cc8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:44:01.774] #7  0x0000560641f6672c in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x560644001d20) at ../src/ba...
[13:44:01.774] #8  0x0000560641d9b1b2 in main (argc=8, argv=0x560644001d20) at ../src/backend/main/main.c:224
[13:44:02.174] #0  0x00007f0cad0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:44:02.192] #0  0x00007f0cad0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:44:02.192] #1  0x00007f0cad05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:44:02.192] #2  0x00007f0cad045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:44:02.192] #3  0x00005594580d3858 in ExceptionalCondition (conditionName=conditionName@entry=0x559458376668 "(remain...
[13:44:02.192] #4  0x0000559457cec8b0 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:44:02.192] #5  0x0000559457cece06 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2154
[13:44:02.192] #6  0x0000559457cedcc8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:44:02.193] #7  0x0000559457cef72c in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55945a88bd40) at ../src/ba...
[13:44:02.193] #8  0x0000559457b241b2 in main (argc=8, argv=0x55945a88bd40) at ../src/backend/main/main.c:224
[13:44:02.634] #0  0x00007faefc0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:43:27.809] #0  0x00007f81268a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:27.809] #1  0x00007f812685afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:27.809] #2  0x00007f8126845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:27.809] #3  0x0000563278a48858 in ExceptionalCondition (conditionName=conditionName@entry=0x563278ceb668 "(remain...
[13:43:27.809] #4  0x00005632786618b0 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:43:27.809] #5  0x0000563278661f47 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2191
[13:43:27.809] #6  0x0000563278662cc8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:43:27.809] #7  0x000056327866472c in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x563279757d10) at ../src/ba...
[13:43:27.809] #8  0x00005632784991b2 in main (argc=4, argv=0x563279757d10) at ../src/backend/main/main.c:224
[13:43:28.255] #0  0x00007fc5110a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:44:02.656] #0  0x00007faefc0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:44:02.656] #1  0x00007faefc05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:44:02.656] #2  0x00007faefc045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:44:02.656] #3  0x000055d4d2a01858 in ExceptionalCondition (conditionName=conditionName@entry=0x55d4d2ca4668 "(remain...
[13:44:02.656] #4  0x000055d4d261a8b0 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:44:02.656] #5  0x000055d4d261af47 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2191
[13:44:02.656] #6  0x000055d4d261bcc8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:44:02.657] #7  0x000055d4d261d72c in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55d4d51fcd00) at ../src/ba...
[13:44:02.657] #8  0x000055d4d24521b2 in main (argc=4, argv=0x55d4d51fcd00) at ../src/backend/main/main.c:224
[13:44:03.118] #0  0x00007fa9584a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:44:03.141] #0  0x00007fa9584a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:44:03.141] #1  0x00007fa95845afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:44:03.141] #2  0x00007fa958445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:44:03.141] #3  0x000055fb671fb858 in ExceptionalCondition (conditionName=conditionName@entry=0x55fb6749e668 "(remain...
[13:44:03.141] #4  0x000055fb66e148b0 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:44:03.141] #5  0x000055fb66e14f47 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2191
[13:44:03.141] #6  0x000055fb66e15cc8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:44:03.141] #7  0x000055fb66e1772c in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55fb690d7d00) at ../src/ba...
[13:44:03.141] #8  0x000055fb66c4c1b2 in main (argc=4, argv=0x55fb690d7d00) at ../src/backend/main/main.c:224
[13:44:03.571] #0  0x00007f5a92ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:43:27.348] #0  0x00007f3ab30a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:27.348] #1  0x00007f3ab305afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:27.348] #2  0x00007f3ab3045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:27.348] #3  0x00005617f3e23858 in ExceptionalCondition (conditionName=conditionName@entry=0x5617f40c6668 "(remain...
[13:43:27.348] #4  0x00005617f3a3c8b0 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:43:27.348] #5  0x00005617f3a3ce06 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2154
[13:43:27.348] #6  0x00005617f3a3dcc8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:43:27.348] #7  0x00005617f3a3f72c in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x5617f4d2dd40) at ../src/ba...
[13:43:27.348] #8  0x00005617f38741b2 in main (argc=8, argv=0x5617f4d2dd40) at ../src/backend/main/main.c:224
[13:43:27.790] #0  0x00007f81268a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:43:26.879] #0  0x00007fc6db6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:26.879] #1  0x00007fc6db65afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:26.879] #2  0x00007fc6db645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:26.879] #3  0x0000563b56704858 in ExceptionalCondition (conditionName=conditionName@entry=0x563b569a7668 "(remain...
[13:43:26.879] #4  0x0000563b5631d8b0 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:43:26.879] #5  0x0000563b5631df47 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2191
[13:43:26.879] #6  0x0000563b5631ecc8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:43:26.879] #7  0x0000563b5632072c in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x563b587a1d00) at ../src/ba...
[13:43:26.879] #8  0x0000563b561551b2 in main (argc=4, argv=0x563b587a1d00) at ../src/backend/main/main.c:224
[13:43:27.329] #0  0x00007f3ab30a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:44:03.590] #0  0x00007f5a92ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:44:03.590] #1  0x00007f5a92e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:44:03.590] #2  0x00007f5a92e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:44:03.590] #3  0x0000561396969858 in ExceptionalCondition (conditionName=conditionName@entry=0x561396c0c668 "(remain...
[13:44:03.590] #4  0x00005613965828b0 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:44:03.590] #5  0x0000561396582e06 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2154
[13:44:03.590] #6  0x0000561396583cc8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:44:03.590] #7  0x000056139658572c in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5613989d5d00) at ../src/ba...
[13:44:03.590] #8  0x00005613963ba1b2 in main (argc=4, argv=0x5613989d5d00) at ../src/backend/main/main.c:224
[13:44:03.999] #0  0x00007f9d76ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:43:26.376] #0  0x00007fc2854a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:26.376] #1  0x00007fc28545afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:26.376] #2  0x00007fc285445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:26.376] #3  0x000055c7bfab0858 in ExceptionalCondition (conditionName=conditionName@entry=0x55c7bfd53668 "(remain...
[13:43:26.376] #4  0x000055c7bf6c98b0 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:43:26.376] #5  0x000055c7bf6c9e06 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2154
[13:43:26.376] #6  0x000055c7bf6cacc8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:43:26.376] #7  0x000055c7bf6cc72c in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55c7c1962d40) at ../src/ba...
[13:43:26.376] #8  0x000055c7bf5011b2 in main (argc=8, argv=0x55c7c1962d40) at ../src/backend/main/main.c:224
[13:43:26.856] #0  0x00007fc6db6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:44:04.017] #0  0x00007f9d76ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:44:04.017] #1  0x00007f9d76c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:44:04.017] #2  0x00007f9d76c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:44:04.017] #3  0x0000557d3f6a5858 in ExceptionalCondition (conditionName=conditionName@entry=0x557d3f948668 "(remain...
[13:44:04.017] #4  0x0000557d3f2be8b0 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:44:04.017] #5  0x0000557d3f2bee06 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2154
[13:44:04.017] #6  0x0000557d3f2bfcc8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:44:04.017] #7  0x0000557d3f2c172c in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x557d40430d40) at ../src/ba...
[13:44:04.017] #8  0x0000557d3f0f61b2 in main (argc=8, argv=0x557d40430d40) at ../src/backend/main/main.c:224
[13:44:04.428] #0  0x00007fddccea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:44:04.449] #0  0x00007fddccea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:44:04.449] #1  0x00007fddcce5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:44:04.449] #2  0x00007fddcce45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:44:04.449] #3  0x00005652871a4858 in ExceptionalCondition (conditionName=conditionName@entry=0x565287447668 "(remain...
[13:44:04.449] #4  0x0000565286dbd8b0 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:44:04.449] #5  0x0000565286dbdf47 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2191
[13:44:04.449] #6  0x0000565286dbecc8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:44:04.449] #7  0x0000565286dc072c in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x565287fc1d20) at ../src/ba...
[13:44:04.449] #8  0x0000565286bf51b2 in main (argc=4, argv=0x565287fc1d20) at ../src/backend/main/main.c:224
[13:44:04.884] #0  0x00007fd999ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:43:25.943] #0  0x00007f7f574a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:25.943] #1  0x00007f7f5745afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:25.943] #2  0x00007f7f57445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:25.943] #3  0x000055b3b9848858 in ExceptionalCondition (conditionName=conditionName@entry=0x55b3b9aeb668 "(remain...
[13:43:25.943] #4  0x000055b3b94618b0 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:43:25.943] #5  0x000055b3b9461f47 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2191
[13:43:25.943] #6  0x000055b3b9462cc8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:43:25.943] #7  0x000055b3b946472c in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55b3bb39ecd0) at ../src/ba...
[13:43:25.943] #8  0x000055b3b92991b2 in main (argc=4, argv=0x55b3bb39ecd0) at ../src/backend/main/main.c:224
[13:43:26.357] #0  0x00007fc2854a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:44:04.902] #0  0x00007fd999ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:44:04.902] #1  0x00007fd999c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:44:04.902] #2  0x00007fd999c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:44:04.902] #3  0x000055888c3c6858 in ExceptionalCondition (conditionName=conditionName@entry=0x55888c669668 "(remain...
[13:44:04.902] #4  0x000055888bfdf8b0 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:44:04.902] #5  0x000055888bfdfe06 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2154
[13:44:04.902] #6  0x000055888bfe0cc8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:44:04.902] #7  0x000055888bfe272c in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55888e340cf0) at ../src/ba...
[13:44:04.902] #8  0x000055888be171b2 in main (argc=4, argv=0x55888e340cf0) at ../src/backend/main/main.c:224
[13:44:05.324] #0  0x00007f25410a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:44:05.346] #0  0x00007f25410a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:44:05.346] #1  0x00007f254105afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:44:05.346] #2  0x00007f2541045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:44:05.346] #3  0x000055f419fc8858 in ExceptionalCondition (conditionName=conditionName@entry=0x55f41a26b668 "(remain...
[13:44:05.346] #4  0x000055f419be18b0 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:44:05.346] #5  0x000055f419be1f47 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2191
[13:44:05.346] #6  0x000055f419be2cc8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:44:05.346] #7  0x000055f419be472c in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55f41ad3cd00) at ../src/ba...
[13:44:05.346] #8  0x000055f419a191b2 in main (argc=4, argv=0x55f41ad3cd00) at ../src/backend/main/main.c:224
[13:44:05.755] #0  0x00007f4a024a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:43:25.490] #0  0x00007fb9426a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:25.490] #1  0x00007fb94265afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:25.490] #2  0x00007fb942645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:25.490] #3  0x0000562937402858 in ExceptionalCondition (conditionName=conditionName@entry=0x5629376a5668 "(remain...
[13:43:25.490] #4  0x000056293701b8b0 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:43:25.490] #5  0x000056293701bf47 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2191
[13:43:25.490] #6  0x000056293701ccc8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:43:25.490] #7  0x000056293701e72c in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x562939107d20) at ../src/ba...
[13:43:25.490] #8  0x0000562936e531b2 in main (argc=4, argv=0x562939107d20) at ../src/backend/main/main.c:224
[13:43:25.924] #0  0x00007f7f574a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:44:05.777] #0  0x00007f4a024a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:44:05.777] #1  0x00007f4a0245afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:44:05.777] #2  0x00007f4a02445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:44:05.777] #3  0x0000558775126858 in ExceptionalCondition (conditionName=conditionName@entry=0x5587753c9668 "(remain...
[13:44:05.777] #4  0x0000558774d3f8b0 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:44:05.777] #5  0x0000558774d3ff47 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2191
[13:44:05.777] #6  0x0000558774d40cc8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:44:05.777] #7  0x0000558774d4272c in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x558777c7cd00) at ../src/ba...
[13:44:05.777] #8  0x0000558774b771b2 in main (argc=4, argv=0x558777c7cd00) at ../src/backend/main/main.c:224
[13:44:06.200] #0  0x00007f4c5f0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:43:25.006] #0  0x00007f515c6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:25.006] #1  0x00007f515c65afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:25.006] #2  0x00007f515c645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:25.006] #3  0x000055e98c01c858 in ExceptionalCondition (conditionName=conditionName@entry=0x55e98c2bf668 "(remain...
[13:43:25.006] #4  0x000055e98bc358b0 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:43:25.006] #5  0x000055e98bc35f47 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2191
[13:43:25.006] #6  0x000055e98bc36cc8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:43:25.006] #7  0x000055e98bc3872c in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55e98ded4d20) at ../src/ba...
[13:43:25.006] #8  0x000055e98ba6d1b2 in main (argc=4, argv=0x55e98ded4d20) at ../src/backend/main/main.c:224
[13:43:25.471] #0  0x00007fb9426a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:43:24.575] #0  0x00007f65338a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:24.575] #1  0x00007f653385afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:24.575] #2  0x00007f6533845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:24.575] #3  0x000055ace6aa1858 in ExceptionalCondition (conditionName=conditionName@entry=0x55ace6d44668 "(remain...
[13:43:24.575] #4  0x000055ace66ba8b0 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:43:24.575] #5  0x000055ace66bae06 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2154
[13:43:24.575] #6  0x000055ace66bbcc8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:43:24.575] #7  0x000055ace66bd72c in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55ace913cd80) at ../src/ba...
[13:43:24.575] #8  0x000055ace64f21b2 in main (argc=8, argv=0x55ace913cd80) at ../src/backend/main/main.c:224
[13:43:24.988] #0  0x00007f515c6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:44:06.219] #0  0x00007f4c5f0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:44:06.219] #1  0x00007f4c5f05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:44:06.219] #2  0x00007f4c5f045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:44:06.219] #3  0x000055f73cfbe858 in ExceptionalCondition (conditionName=conditionName@entry=0x55f73d261668 "(remain...
[13:44:06.219] #4  0x000055f73cbd78b0 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:44:06.219] #5  0x000055f73cbd7e06 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2154
[13:44:06.219] #6  0x000055f73cbd8cc8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:44:06.219] #7  0x000055f73cbda72c in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55f73f041d40) at ../src/ba...
[13:44:06.219] #8  0x000055f73ca0f1b2 in main (argc=8, argv=0x55f73f041d40) at ../src/backend/main/main.c:224
[13:44:06.636] #0  0x00007f1b538a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:44:06.654] #0  0x00007f1b538a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:44:06.654] #1  0x00007f1b5385afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:44:06.654] #2  0x00007f1b53845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:44:06.654] #3  0x0000558752d9b858 in ExceptionalCondition (conditionName=conditionName@entry=0x55875303e668 "(remain...
[13:44:06.654] #4  0x00005587529b48b0 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:44:06.654] #5  0x00005587529b4f47 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2191
[13:44:06.654] #6  0x00005587529b5cc8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:44:06.655] #7  0x00005587529b772c in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x558755542d10) at ../src/ba...
[13:44:06.655] #8  0x00005587527ec1b2 in main (argc=4, argv=0x558755542d10) at ../src/backend/main/main.c:224
[13:44:07.081] #0  0x00007ff2364a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:44:07.103] #0  0x00007ff2364a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:44:07.103] #1  0x00007ff23645afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:44:07.103] #2  0x00007ff236445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:44:07.103] #3  0x0000562b5223b858 in ExceptionalCondition (conditionName=conditionName@entry=0x562b524de668 "(remain...
[13:44:07.103] #4  0x0000562b51e548b0 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:44:07.103] #5  0x0000562b51e54f47 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2191
[13:44:07.103] #6  0x0000562b51e55cc8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:44:07.103] #7  0x0000562b51e5772c in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x562b54ea0d10) at ../src/ba...
[13:44:07.103] #8  0x0000562b51c8c1b2 in main (argc=4, argv=0x562b54ea0d10) at ../src/backend/main/main.c:224
[13:44:07.537] #0  0x00007fe7ba8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:44:07.556] #0  0x00007fe7ba8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:44:07.556] #1  0x00007fe7ba85afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:44:07.556] #2  0x00007fe7ba845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:44:07.556] #3  0x000055ed0cb93858 in ExceptionalCondition (conditionName=conditionName@entry=0x55ed0ce36668 "(remain...
[13:44:07.556] #4  0x000055ed0c7ac8b0 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:44:07.556] #5  0x000055ed0c7ace06 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2154
[13:44:07.556] #6  0x000055ed0c7adcc8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:44:07.556] #7  0x000055ed0c7af72c in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55ed0e134d90) at ../src/ba...
[13:44:07.556] #8  0x000055ed0c5e41b2 in main (argc=8, argv=0x55ed0e134d90) at ../src/backend/main/main.c:224
[13:44:08.003] #0  0x00007f13984a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:44:08.027] #0  0x00007f13984a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:44:08.027] #1  0x00007f139845afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:44:08.027] #2  0x00007f1398445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:44:08.027] #3  0x00005645a55d1858 in ExceptionalCondition (conditionName=conditionName@entry=0x5645a5874668 "(remain...
[13:44:08.027] #4  0x00005645a51ea8b0 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:44:08.027] #5  0x00005645a51eaf47 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2191
[13:44:08.027] #6  0x00005645a51ebcc8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:44:08.028] #7  0x00005645a51ed72c in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5645a750ad00) at ../src/ba...
[13:44:08.028] #8  0x00005645a50221b2 in main (argc=4, argv=0x5645a750ad00) at ../src/backend/main/main.c:224
[13:44:08.448] #0  0x00007fb3148a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:43:46.322] #0  0x00007fec00aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:46.322] #1  0x00007fec00a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:46.322] #2  0x00007fec00a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:46.322] #3  0x000055a541fef858 in ExceptionalCondition (conditionName=conditionName@entry=0x55a542292668 "(remain...
[13:43:46.322] #4  0x000055a541c088b0 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:43:46.322] #5  0x000055a541c08f47 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2191
[13:43:46.322] #6  0x000055a541c09cc8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:43:46.322] #7  0x000055a541c0b72c in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55a543170d00) at ../src/ba...
[13:43:46.322] #8  0x000055a541a401b2 in main (argc=4, argv=0x55a543170d00) at ../src/backend/main/main.c:224
[13:43:46.729] #0  0x00007f08d36a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:43:38.110] #0  0x00007fc8b9ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:38.110] #1  0x00007fc8b9c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:38.110] #2  0x00007fc8b9c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:38.110] #3  0x000055f7dff64858 in ExceptionalCondition (conditionName=conditionName@entry=0x55f7e0207668 "(remain...
[13:43:38.110] #4  0x000055f7dfb7d8b0 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:43:38.110] #5  0x000055f7dfb7df47 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2191
[13:43:38.110] #6  0x000055f7dfb7ecc8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:43:38.110] #7  0x000055f7dfb8072c in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55f7e1965d00) at ../src/ba...
[13:43:38.110] #8  0x000055f7df9b51b2 in main (argc=4, argv=0x55f7e1965d00) at ../src/backend/main/main.c:224
[13:43:38.540] #0  0x00007efeaeea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:43:37.648] #0  0x00007f70df6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:37.648] #1  0x00007f70df65afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:37.648] #2  0x00007f70df645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:37.648] #3  0x000055c159d0b858 in ExceptionalCondition (conditionName=conditionName@entry=0x55c159fae668 "(remain...
[13:43:37.648] #4  0x000055c1599248b0 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:43:37.648] #5  0x000055c159924e06 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2154
[13:43:37.648] #6  0x000055c159925cc8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:43:37.648] #7  0x000055c15992772c in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55c15ad58cd0) at ../src/ba...
[13:43:37.648] #8  0x000055c15975c1b2 in main (argc=4, argv=0x55c15ad58cd0) at ../src/backend/main/main.c:224
[13:43:38.089] #0  0x00007fc8b9ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:43:37.173] #0  0x00007f8c07aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:37.173] #1  0x00007f8c07a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:37.173] #2  0x00007f8c07a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:37.173] #3  0x00005653dd436858 in ExceptionalCondition (conditionName=conditionName@entry=0x5653dd6d9668 "(remain...
[13:43:37.173] #4  0x00005653dd04f8b0 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:43:37.173] #5  0x00005653dd04fe06 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2154
[13:43:37.173] #6  0x00005653dd050cc8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:43:37.173] #7  0x00005653dd05272c in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5653dfa9ed10) at ../src/ba...
[13:43:37.173] #8  0x00005653dce871b2 in main (argc=4, argv=0x5653dfa9ed10) at ../src/backend/main/main.c:224
[13:43:37.628] #0  0x00007f70df6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:43:36.706] #0  0x00007f5f34ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:36.706] #1  0x00007f5f34c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:36.706] #2  0x00007f5f34c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:36.706] #3  0x000055730cfb5858 in ExceptionalCondition (conditionName=conditionName@entry=0x55730d258668 "(remain...
[13:43:36.706] #4  0x000055730cbce8b0 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:43:36.706] #5  0x000055730cbcee06 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2154
[13:43:36.706] #6  0x000055730cbcfcc8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:43:36.706] #7  0x000055730cbd172c in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55730eb87d50) at ../src/ba...
[13:43:36.706] #8  0x000055730ca061b2 in main (argc=8, argv=0x55730eb87d50) at ../src/backend/main/main.c:224
[13:43:37.150] #0  0x00007f8c07aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:43:36.255] #0  0x00007fb5b1aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:36.255] #1  0x00007fb5b1a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:36.255] #2  0x00007fb5b1a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:36.255] #3  0x000056454d204858 in ExceptionalCondition (conditionName=conditionName@entry=0x56454d4a7668 "(remain...
[13:43:36.255] #4  0x000056454ce1d8b0 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:43:36.255] #5  0x000056454ce1de06 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2154
[13:43:36.255] #6  0x000056454ce1ecc8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:43:36.255] #7  0x000056454ce2072c in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x56454fd1cd80) at ../src/ba...
[13:43:36.255] #8  0x000056454cc551b2 in main (argc=8, argv=0x56454fd1cd80) at ../src/backend/main/main.c:224
[13:43:36.687] #0  0x00007f5f34ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:43:39.009] #0  0x00007f913b4a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:39.009] #1  0x00007f913b45afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:39.009] #2  0x00007f913b445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:39.009] #3  0x000055afe84e3858 in ExceptionalCondition (conditionName=conditionName@entry=0x55afe8786668 "(remain...
[13:43:39.009] #4  0x000055afe80fc8b0 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:43:39.009] #5  0x000055afe80fcf47 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2191
[13:43:39.009] #6  0x000055afe80fdcc8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:43:39.010] #7  0x000055afe80ff72c in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55afe99a9d40) at ../src/ba...
[13:43:39.010] #8  0x000055afe7f341b2 in main (argc=4, argv=0x55afe99a9d40) at ../src/backend/main/main.c:224
[13:43:39.444] #0  0x00007ffb6a4a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:43:39.463] #0  0x00007ffb6a4a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:39.463] #1  0x00007ffb6a45afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:39.463] #2  0x00007ffb6a445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:39.463] #3  0x000055b47b720858 in ExceptionalCondition (conditionName=conditionName@entry=0x55b47b9c3668 "(remain...
[13:43:39.463] #4  0x000055b47b3398b0 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:43:39.463] #5  0x000055b47b339e06 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2154
[13:43:39.463] #6  0x000055b47b33acc8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:43:39.464] #7  0x000055b47b33c72c in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55b47c41ed40) at ../src/ba...
[13:43:39.464] #8  0x000055b47b1711b2 in main (argc=8, argv=0x55b47c41ed40) at ../src/backend/main/main.c:224
[13:43:39.915] #0  0x00007fba826a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:43:39.935] #0  0x00007fba826a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:39.935] #1  0x00007fba8265afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:39.935] #2  0x00007fba82645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:39.935] #3  0x0000558f3ed30858 in ExceptionalCondition (conditionName=conditionName@entry=0x558f3efd3668 "(remain...
[13:43:39.935] #4  0x0000558f3e9498b0 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:43:39.935] #5  0x0000558f3e949e06 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2154
[13:43:39.935] #6  0x0000558f3e94acc8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:43:39.935] #7  0x0000558f3e94c72c in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x558f4130ad40) at ../src/ba...
[13:43:39.935] #8  0x0000558f3e7811b2 in main (argc=4, argv=0x558f4130ad40) at ../src/backend/main/main.c:224
[13:43:40.392] #0  0x00007feb1f6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:43:35.792] #0  0x00007f92524a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:35.792] #1  0x00007f925245afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:35.792] #2  0x00007f9252445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:35.792] #3  0x0000558fa28d6858 in ExceptionalCondition (conditionName=conditionName@entry=0x558fa2b79668 "(remain...
[13:43:35.792] #4  0x0000558fa24ef8b0 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:43:35.792] #5  0x0000558fa24eff47 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2191
[13:43:35.792] #6  0x0000558fa24f0cc8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:43:35.792] #7  0x0000558fa24f272c in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x558fa3992d40) at ../src/ba...
[13:43:35.792] #8  0x0000558fa23271b2 in main (argc=4, argv=0x558fa3992d40) at ../src/backend/main/main.c:224
[13:43:36.235] #0  0x00007fb5b1aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:43:40.415] #0  0x00007feb1f6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:40.415] #1  0x00007feb1f65afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:40.415] #2  0x00007feb1f645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:40.415] #3  0x000055900549f858 in ExceptionalCondition (conditionName=conditionName@entry=0x559005742668 "(remain...
[13:43:40.415] #4  0x00005590050b88b0 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:43:40.415] #5  0x00005590050b8f47 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2191
[13:43:40.415] #6  0x00005590050b9cc8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:43:40.415] #7  0x00005590050bb72c in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x559006923d00) at ../src/ba...
[13:43:40.415] #8  0x0000559004ef01b2 in main (argc=4, argv=0x559006923d00) at ../src/backend/main/main.c:224
[13:43:40.858] #0  0x00007ff454aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:43:35.296] #0  0x00007f90374a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:35.296] #1  0x00007f903745afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:35.296] #2  0x00007f9037445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:35.296] #3  0x000055f8f6e11858 in ExceptionalCondition (conditionName=conditionName@entry=0x55f8f70b4668 "(remain...
[13:43:35.296] #4  0x000055f8f6a2a8b0 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:43:35.296] #5  0x000055f8f6a2af47 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2191
[13:43:35.296] #6  0x000055f8f6a2bcc8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:43:35.296] #7  0x000055f8f6a2d72c in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55f8f96b6d00) at ../src/ba...
[13:43:35.296] #8  0x000055f8f68621b2 in main (argc=4, argv=0x55f8f96b6d00) at ../src/backend/main/main.c:224
[13:43:35.770] #0  0x00007f92524a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:43:40.876] #0  0x00007ff454aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:40.876] #1  0x00007ff454a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:40.876] #2  0x00007ff454a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:40.876] #3  0x000055c772d04858 in ExceptionalCondition (conditionName=conditionName@entry=0x55c772fa7668 "(remain...
[13:43:40.876] #4  0x000055c77291d8b0 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:43:40.876] #5  0x000055c77291df47 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2191
[13:43:40.876] #6  0x000055c77291ecc8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:43:40.877] #7  0x000055c77292072c in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55c774b87d10) at ../src/ba...
[13:43:40.877] #8  0x000055c7727551b2 in main (argc=4, argv=0x55c774b87d10) at ../src/backend/main/main.c:224
[13:43:41.311] #0  0x00007f48602a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:43:41.332] #0  0x00007f48602a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:41.332] #1  0x00007f486025afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:41.332] #2  0x00007f4860245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:41.332] #3  0x000055d9040df858 in ExceptionalCondition (conditionName=conditionName@entry=0x55d904382668 "(remain...
[13:43:41.332] #4  0x000055d903cf88b0 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:43:41.332] #5  0x000055d903cf8e06 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2154
[13:43:41.332] #6  0x000055d903cf9cc8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:43:41.333] #7  0x000055d903cfb72c in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55d906197d00) at ../src/ba...
[13:43:41.333] #8  0x000055d903b301b2 in main (argc=4, argv=0x55d906197d00) at ../src/backend/main/main.c:224
[13:43:41.751] #0  0x00007f408d2a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:43:34.808] #0  0x00007f56bc0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:34.808] #1  0x00007f56bc05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:34.808] #2  0x00007f56bc045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:34.808] #3  0x000055de68a47858 in ExceptionalCondition (conditionName=conditionName@entry=0x55de68cea668 "(remain...
[13:43:34.808] #4  0x000055de686608b0 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:43:34.808] #5  0x000055de68660e06 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2154
[13:43:34.808] #6  0x000055de68661cc8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:43:34.808] #7  0x000055de6866372c in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55de69c9dd50) at ../src/ba...
[13:43:34.808] #8  0x000055de684981b2 in main (argc=8, argv=0x55de69c9dd50) at ../src/backend/main/main.c:224
[13:43:35.271] #0  0x00007f90374a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:43:41.772] #0  0x00007f408d2a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:41.772] #1  0x00007f408d25afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:41.772] #2  0x00007f408d245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:41.772] #3  0x000055857866d858 in ExceptionalCondition (conditionName=conditionName@entry=0x558578910668 "(remain...
[13:43:41.772] #4  0x00005585782868b0 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:43:41.772] #5  0x0000558578286e06 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2154
[13:43:41.772] #6  0x0000558578287cc8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:43:41.773] #7  0x000055857828972c in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x558579d66d40) at ../src/ba...
[13:43:41.773] #8  0x00005585780be1b2 in main (argc=8, argv=0x558579d66d40) at ../src/backend/main/main.c:224
[13:43:42.211] #0  0x00007fcd99ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:43:42.230] #0  0x00007fcd99ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:42.230] #1  0x00007fcd99e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:42.230] #2  0x00007fcd99e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:42.230] #3  0x000055a3f2316858 in ExceptionalCondition (conditionName=conditionName@entry=0x55a3f25b9668 "(remain...
[13:43:42.230] #4  0x000055a3f1f2f8b0 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:43:42.230] #5  0x000055a3f1f2ff47 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2191
[13:43:42.230] #6  0x000055a3f1f30cc8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:43:42.230] #7  0x000055a3f1f3272c in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55a3f3a73d00) at ../src/ba...
[13:43:42.230] #8  0x000055a3f1d671b2 in main (argc=4, argv=0x55a3f3a73d00) at ../src/backend/main/main.c:224
[13:43:42.668] #0  0x00007f4e96ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:43:34.369] #0  0x00007f3ea26a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:34.369] #1  0x00007f3ea265afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:34.369] #2  0x00007f3ea2645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:34.369] #3  0x000055df1e789858 in ExceptionalCondition (conditionName=conditionName@entry=0x55df1ea2c668 "(remain...
[13:43:34.369] #4  0x000055df1e3a28b0 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:43:34.369] #5  0x000055df1e3a2f47 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2191
[13:43:34.369] #6  0x000055df1e3a3cc8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:43:34.369] #7  0x000055df1e3a572c in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55df212bbd40) at ../src/ba...
[13:43:34.369] #8  0x000055df1e1da1b2 in main (argc=4, argv=0x55df212bbd40) at ../src/backend/main/main.c:224
[13:43:34.789] #0  0x00007f56bc0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:43:42.688] #0  0x00007f4e96ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:42.688] #1  0x00007f4e96e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:42.688] #2  0x00007f4e96e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:42.688] #3  0x0000559aa8b37858 in ExceptionalCondition (conditionName=conditionName@entry=0x559aa8dda668 "(remain...
[13:43:42.688] #4  0x0000559aa87508b0 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:43:42.688] #5  0x0000559aa8750e06 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2154
[13:43:42.688] #6  0x0000559aa8751cc8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:43:42.689] #7  0x0000559aa875372c in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x559aaaf70ce0) at ../src/ba...
[13:43:42.689] #8  0x0000559aa85881b2 in main (argc=4, argv=0x559aaaf70ce0) at ../src/backend/main/main.c:224
[13:43:43.128] #0  0x00007f58b72a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:43:43.149] #0  0x00007f58b72a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:43.149] #1  0x00007f58b725afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:43.149] #2  0x00007f58b7245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:43.149] #3  0x000055e4e28c8858 in ExceptionalCondition (conditionName=conditionName@entry=0x55e4e2b6b668 "(remain...
[13:43:43.149] #4  0x000055e4e24e18b0 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:43:43.149] #5  0x000055e4e24e1e06 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2154
[13:43:43.149] #6  0x000055e4e24e2cc8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:43:43.149] #7  0x000055e4e24e472c in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55e4e3a01d50) at ../src/ba...
[13:43:43.149] #8  0x000055e4e23191b2 in main (argc=8, argv=0x55e4e3a01d50) at ../src/backend/main/main.c:224
[13:43:43.578] #0  0x00007fd7d82a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:43:43.596] #0  0x00007fd7d82a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:43.596] #1  0x00007fd7d825afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:43.596] #2  0x00007fd7d8245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:43.596] #3  0x0000558826235858 in ExceptionalCondition (conditionName=conditionName@entry=0x5588264d8668 "(remain...
[13:43:43.596] #4  0x0000558825e4e8b0 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:43:43.596] #5  0x0000558825e4ee06 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2154
[13:43:43.596] #6  0x0000558825e4fcc8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:43:43.596] #7  0x0000558825e5172c in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x558827b46d10) at ../src/ba...
[13:43:43.596] #8  0x0000558825c861b2 in main (argc=4, argv=0x558827b46d10) at ../src/backend/main/main.c:224
[13:43:44.020] #0  0x00007fedc42a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:43:33.887] #0  0x00007f40b02a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:33.887] #1  0x00007f40b025afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:33.887] #2  0x00007f40b0245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:33.887] #3  0x000055f236334858 in ExceptionalCondition (conditionName=conditionName@entry=0x55f2365d7668 "(remain...
[13:43:33.887] #4  0x000055f235f4d8b0 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:43:33.887] #5  0x000055f235f4de06 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2154
[13:43:33.887] #6  0x000055f235f4ecc8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:43:33.887] #7  0x000055f235f5072c in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55f238b10d10) at ../src/ba...
[13:43:33.887] #8  0x000055f235d851b2 in main (argc=4, argv=0x55f238b10d10) at ../src/backend/main/main.c:224
[13:43:34.348] #0  0x00007f3ea26a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:43:44.042] #0  0x00007fedc42a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:44.042] #1  0x00007fedc425afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:44.042] #2  0x00007fedc4245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:44.042] #3  0x000055e9d86f4858 in ExceptionalCondition (conditionName=conditionName@entry=0x55e9d8997668 "(remain...
[13:43:44.042] #4  0x000055e9d830d8b0 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:43:44.042] #5  0x000055e9d830df47 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2191
[13:43:44.042] #6  0x000055e9d830ecc8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:43:44.042] #7  0x000055e9d831072c in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55e9d9877d00) at ../src/ba...
[13:43:44.042] #8  0x000055e9d81451b2 in main (argc=4, argv=0x55e9d9877d00) at ../src/backend/main/main.c:224
[13:43:44.485] #0  0x00007f5cfeea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:43:44.507] #0  0x00007f5cfeea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:44.507] #1  0x00007f5cfee5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:44.507] #2  0x00007f5cfee45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:44.507] #3  0x0000556bc7d6c858 in ExceptionalCondition (conditionName=conditionName@entry=0x556bc800f668 "(remain...
[13:43:44.507] #4  0x0000556bc79858b0 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:43:44.507] #5  0x0000556bc7985e06 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2154
[13:43:44.507] #6  0x0000556bc7986cc8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:43:44.508] #7  0x0000556bc798872c in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x556bc963cd00) at ../src/ba...
[13:43:44.508] #8  0x0000556bc77bd1b2 in main (argc=4, argv=0x556bc963cd00) at ../src/backend/main/main.c:224
[13:43:44.943] #0  0x00007ff02aea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:43:33.418] #0  0x00007f818eca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:33.418] #1  0x00007f818ec5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:33.418] #2  0x00007f818ec45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:33.418] #3  0x0000561159a0d858 in ExceptionalCondition (conditionName=conditionName@entry=0x561159cb0668 "(remain...
[13:43:33.418] #4  0x00005611596268b0 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:43:33.418] #5  0x0000561159626e06 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2154
[13:43:33.418] #6  0x0000561159627cc8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:43:33.419] #7  0x000056115962972c in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x56115a817d80) at ../src/ba...
[13:43:33.419] #8  0x000056115945e1b2 in main (argc=8, argv=0x56115a817d80) at ../src/backend/main/main.c:224
[13:43:33.865] #0  0x00007f40b02a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:43:56.422] #0  0x00007f1a944a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:56.422] #1  0x00007f1a9445afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:56.422] #2  0x00007f1a94445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:56.422] #3  0x00005607ce286858 in ExceptionalCondition (conditionName=conditionName@entry=0x5607ce529668 "(remain...
[13:43:56.422] #4  0x00005607cde9f8b0 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:43:56.422] #5  0x00005607cde9ff47 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2191
[13:43:56.422] #6  0x00005607cdea0cc8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:43:56.422] #7  0x00005607cdea272c in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5607d02d4ce0) at ../src/ba...
[13:43:56.422] #8  0x00005607cdcd71b2 in main (argc=4, argv=0x5607d02d4ce0) at ../src/backend/main/main.c:224
[13:43:56.836] #0  0x00007f1ee1ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:44:08.470] #0  0x00007fb3148a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:44:08.470] #1  0x00007fb31485afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:44:08.470] #2  0x00007fb314845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:44:08.470] #3  0x0000558890fcc858 in ExceptionalCondition (conditionName=conditionName@entry=0x55889126f668 "(remain...
[13:44:08.470] #4  0x0000558890be58b0 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:44:08.470] #5  0x0000558890be5e06 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2154
[13:44:08.470] #6  0x0000558890be6cc8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:44:08.470] #7  0x0000558890be872c in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x558893b0dd90) at ../src/ba...
[13:44:08.470] #8  0x0000558890a1d1b2 in main (argc=8, argv=0x558893b0dd90) at ../src/backend/main/main.c:224
[13:44:08.913] #0  0x00007f12454a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:43:19.405] #0  0x00007f3edfca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:19.405] #1  0x00007f3edfc5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:19.405] #2  0x00007f3edfc45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:19.405] #3  0x00005589d28ca858 in ExceptionalCondition (conditionName=conditionName@entry=0x5589d2b6d668 "(remain...
[13:43:19.405] #4  0x00005589d24e38b0 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:43:19.405] #5  0x00005589d24e3f47 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2191
[13:43:19.405] #6  0x00005589d24e4cc8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:43:19.405] #7  0x00005589d24e672c in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5589d46b5cf0) at ../src/ba...
[13:43:19.405] #8  0x00005589d231b1b2 in main (argc=4, argv=0x5589d46b5cf0) at ../src/backend/main/main.c:224
[13:43:19.871] #0  0x00007ffa754a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:43:19.892] #0  0x00007ffa754a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:19.892] #1  0x00007ffa7545afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:19.892] #2  0x00007ffa75445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:19.892] #3  0x000055fac1276858 in ExceptionalCondition (conditionName=conditionName@entry=0x55fac1519668 "(remain...
[13:43:19.892] #4  0x000055fac0e8f8b0 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:43:19.892] #5  0x000055fac0e8ff47 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2191
[13:43:19.892] #6  0x000055fac0e90cc8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:43:19.893] #7  0x000055fac0e9272c in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55fac2813d20) at ../src/ba...
[13:43:19.893] #8  0x000055fac0cc71b2 in main (argc=4, argv=0x55fac2813d20) at ../src/backend/main/main.c:224
[13:43:20.016] #0  0x00007f8a730a9ebc in ?? ()
core
[13:43:20.018] #0  0x00007f8a730a9ebc in ?? ()
[13:43:20.432] #0  0x00007f9a460a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:43:20.450] #0  0x00007f9a460a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:20.450] #1  0x00007f9a4605afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:20.450] #2  0x00007f9a46045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:20.450] #3  0x000055efe274b858 in ExceptionalCondition (conditionName=conditionName@entry=0x55efe29ee668 "(remain...
[13:43:20.450] #4  0x000055efe23648b0 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:43:20.450] #5  0x000055efe2364e06 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2154
[13:43:20.450] #6  0x000055efe2365cc8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:43:20.450] #7  0x000055efe236772c in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55efe4754d40) at ../src/ba...
[13:43:20.450] #8  0x000055efe219c1b2 in main (argc=4, argv=0x55efe4754d40) at ../src/backend/main/main.c:224
[13:43:20.874] #0  0x00007fa2894a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:43:20.893] #0  0x00007fa2894a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:20.893] #1  0x00007fa28945afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:20.893] #2  0x00007fa289445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:20.893] #3  0x00005558fec49858 in ExceptionalCondition (conditionName=conditionName@entry=0x5558feeec668 "(remain...
[13:43:20.893] #4  0x00005558fe8628b0 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:43:20.893] #5  0x00005558fe862e06 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2154
[13:43:20.893] #6  0x00005558fe863cc8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:43:20.893] #7  0x00005558fe86572c in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x555900551d90) at ../src/ba...
[13:43:20.893] #8  0x00005558fe69a1b2 in main (argc=8, argv=0x555900551d90) at ../src/backend/main/main.c:224
[13:43:21.355] #0  0x00007f3a086a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:43:21.377] #0  0x00007f3a086a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:21.377] #1  0x00007f3a0865afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:21.377] #2  0x00007f3a08645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:21.377] #3  0x000055b56a4f6858 in ExceptionalCondition (conditionName=conditionName@entry=0x55b56a799668 "(remain...
[13:43:21.377] #4  0x000055b56a10f8b0 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:43:21.377] #5  0x000055b56a10ff47 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2191
[13:43:21.377] #6  0x000055b56a110cc8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:43:21.377] #7  0x000055b56a11272c in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55b56c60cd10) at ../src/ba...
[13:43:21.377] #8  0x000055b569f471b2 in main (argc=4, argv=0x55b56c60cd10) at ../src/backend/main/main.c:224
[13:43:21.832] #0  0x00007fe6688a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:44:13.927] #0  0x00007f0e59ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:44:13.927] #1  0x00007f0e59c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:44:13.927] #2  0x00007f0e59c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:44:13.927] #3  0x0000558052567858 in ExceptionalCondition (conditionName=conditionName@entry=0x55805280a668 "(remain...
[13:44:13.927] #4  0x00005580521808b0 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:44:13.927] #5  0x0000558052180f47 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2191
[13:44:13.927] #6  0x0000558052181cc8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:44:13.927] #7  0x000055805218372c in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x558054b67d00) at ../src/ba...
[13:44:13.927] #8  0x0000558051fb81b2 in main (argc=4, argv=0x558054b67d00) at ../src/backend/main/main.c:224
core
[13:43:21.856] #0  0x00007fe6688a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:21.856] #1  0x00007fe66885afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:21.856] #2  0x00007fe668845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:21.856] #3  0x00005583f422f858 in ExceptionalCondition (conditionName=conditionName@entry=0x5583f44d2668 "(remain...
[13:43:21.856] #4  0x00005583f3e488b0 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:43:21.856] #5  0x00005583f3e48f47 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2191
[13:43:21.856] #6  0x00005583f3e49cc8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:43:21.856] #7  0x00005583f3e4b72c in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5583f56a6d10) at ../src/ba...
[13:43:21.856] #8  0x00005583f3c801b2 in main (argc=4, argv=0x5583f56a6d10) at ../src/backend/main/main.c:224
[13:43:22.292] #0  0x00007f22bc4a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:43:22.313] #0  0x00007f22bc4a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:22.313] #1  0x00007f22bc45afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:22.313] #2  0x00007f22bc445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:22.313] #3  0x00005654ba76b858 in ExceptionalCondition (conditionName=conditionName@entry=0x5654baa0e668 "(remain...
[13:43:22.313] #4  0x00005654ba3848b0 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:43:22.313] #5  0x00005654ba384e06 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2154
[13:43:22.313] #6  0x00005654ba385cc8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:43:22.313] #7  0x00005654ba38772c in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x5654bbfbed20) at ../src/ba...
[13:43:22.313] #8  0x00005654ba1bc1b2 in main (argc=8, argv=0x5654bbfbed20) at ../src/backend/main/main.c:224
[13:43:22.751] #0  0x00007f141e6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:43:22.771] #0  0x00007f141e6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:22.771] #1  0x00007f141e65afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:22.771] #2  0x00007f141e645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:22.771] #3  0x00005558db6a3858 in ExceptionalCondition (conditionName=conditionName@entry=0x5558db946668 "(remain...
[13:43:22.771] #4  0x00005558db2bc8b0 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:43:22.771] #5  0x00005558db2bce06 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2154
[13:43:22.771] #6  0x00005558db2bdcc8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:43:22.772] #7  0x00005558db2bf72c in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5558dd54fd00) at ../src/ba...
[13:43:22.772] #8  0x00005558db0f41b2 in main (argc=4, argv=0x5558dd54fd00) at ../src/backend/main/main.c:224
[13:43:23.225] #0  0x00007fbbb54a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:43:23.247] #0  0x00007fbbb54a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:23.247] #1  0x00007fbbb545afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:23.247] #2  0x00007fbbb5445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:23.247] #3  0x000055aa6e9be858 in ExceptionalCondition (conditionName=conditionName@entry=0x55aa6ec61668 "(remain...
[13:43:23.247] #4  0x000055aa6e5d78b0 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:43:23.247] #5  0x000055aa6e5d7f47 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2191
[13:43:23.247] #6  0x000055aa6e5d8cc8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:43:23.247] #7  0x000055aa6e5da72c in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55aa70403d00) at ../src/ba...
[13:43:23.247] #8  0x000055aa6e40f1b2 in main (argc=4, argv=0x55aa70403d00) at ../src/backend/main/main.c:224
[13:43:23.664] #0  0x00007f720d0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:43:23.683] #0  0x00007f720d0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:23.683] #1  0x00007f720d05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:23.683] #2  0x00007f720d045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:23.683] #3  0x0000563f2f3d0858 in ExceptionalCondition (conditionName=conditionName@entry=0x563f2f673668 "(remain...
[13:43:23.683] #4  0x0000563f2efe98b0 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:43:23.683] #5  0x0000563f2efe9e06 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2154
[13:43:23.683] #6  0x0000563f2efeacc8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:43:23.683] #7  0x0000563f2efec72c in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x563f31806d90) at ../src/ba...
[13:43:23.683] #8  0x0000563f2ee211b2 in main (argc=8, argv=0x563f31806d90) at ../src/backend/main/main.c:224
[13:43:24.114] #0  0x00007f63ee2a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:43:24.133] #0  0x00007f63ee2a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:24.133] #1  0x00007f63ee25afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:24.133] #2  0x00007f63ee245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:24.133] #3  0x0000557aaec9d858 in ExceptionalCondition (conditionName=conditionName@entry=0x557aaef40668 "(remain...
[13:43:24.133] #4  0x0000557aae8b68b0 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:43:24.133] #5  0x0000557aae8b7bcf in process_pm_child_exit () at ../src/backend/postmaster/postmaster.c:2535
[13:43:24.133] #6  0x0000557aae8b7cd6 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1667
[13:43:24.133] #7  0x0000557aae8b972c in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x557ab0f58d10) at ../src/ba...
[13:43:24.133] #8  0x0000557aae6ee1b2 in main (argc=4, argv=0x557ab0f58d10) at ../src/backend/main/main.c:224
[13:43:24.554] #0  0x00007f65338a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:43:46.748] #0  0x00007f08d36a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:46.748] #1  0x00007f08d365afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:46.748] #2  0x00007f08d3645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:46.748] #3  0x00005572113fa858 in ExceptionalCondition (conditionName=conditionName@entry=0x55721169d668 "(remain...
[13:43:46.748] #4  0x00005572110138b0 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:43:46.748] #5  0x0000557211013e06 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2154
[13:43:46.748] #6  0x0000557211014cc8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:43:46.748] #7  0x000055721101672c in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5572135f7d40) at ../src/ba...
[13:43:46.748] #8  0x0000557210e4b1b2 in main (argc=4, argv=0x5572135f7d40) at ../src/backend/main/main.c:224
[13:43:47.176] #0  0x00007fd0960a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:43:47.195] #0  0x00007fd0960a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:47.195] #1  0x00007fd09605afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:47.195] #2  0x00007fd096045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:47.195] #3  0x0000563cacc84858 in ExceptionalCondition (conditionName=conditionName@entry=0x563cacf27668 "(remain...
[13:43:47.195] #4  0x0000563cac89d8b0 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:43:47.195] #5  0x0000563cac89de06 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2154
[13:43:47.195] #6  0x0000563cac89ecc8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:43:47.195] #7  0x0000563cac8a072c in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x563caee0dd60) at ../src/ba...
[13:43:47.195] #8  0x0000563cac6d51b2 in main (argc=8, argv=0x563caee0dd60) at ../src/backend/main/main.c:224
[13:43:47.640] #0  0x00007f089b4a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:43:47.659] #0  0x00007f089b4a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:47.659] #1  0x00007f089b45afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:47.659] #2  0x00007f089b445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:47.659] #3  0x000055f99ed27858 in ExceptionalCondition (conditionName=conditionName@entry=0x55f99efca668 "(remain...
[13:43:47.659] #4  0x000055f99e9408b0 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:43:47.659] #5  0x000055f99e940f47 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2191
[13:43:47.659] #6  0x000055f99e941cc8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:43:47.659] #7  0x000055f99e94372c in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55f99ff79cf0) at ../src/ba...
[13:43:47.659] #8  0x000055f99e7781b2 in main (argc=4, argv=0x55f99ff79cf0) at ../src/backend/main/main.c:224
[13:43:48.115] #0  0x00007f1a80ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:43:48.135] #0  0x00007f1a80ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:48.135] #1  0x00007f1a80e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:48.135] #2  0x00007f1a80e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:48.135] #3  0x000056358a1c7858 in ExceptionalCondition (conditionName=conditionName@entry=0x56358a46a668 "(remain...
[13:43:48.135] #4  0x0000563589de08b0 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:43:48.135] #5  0x0000563589de0f47 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2191
[13:43:48.135] #6  0x0000563589de1cc8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:43:48.135] #7  0x0000563589de372c in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x56358bfe8d00) at ../src/ba...
[13:43:48.135] #8  0x0000563589c181b2 in main (argc=4, argv=0x56358bfe8d00) at ../src/backend/main/main.c:224
[13:43:48.565] #0  0x00007f0b24ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:43:48.586] #0  0x00007f0b24ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:48.586] #1  0x00007f0b24c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:48.586] #2  0x00007f0b24c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:48.586] #3  0x0000559f19527858 in ExceptionalCondition (conditionName=conditionName@entry=0x559f197ca668 "(remain...
[13:43:48.586] #4  0x0000559f191408b0 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:43:48.586] #5  0x0000559f19140f47 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2191
[13:43:48.586] #6  0x0000559f19141cc8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:43:48.587] #7  0x0000559f1914372c in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x559f1b6c6d10) at ../src/ba...
[13:43:48.587] #8  0x0000559f18f781b2 in main (argc=4, argv=0x559f1b6c6d10) at ../src/backend/main/main.c:224
[13:43:49.027] #0  0x00007f4c058a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:43:49.046] #0  0x00007f4c058a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:49.046] #1  0x00007f4c0585afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:49.046] #2  0x00007f4c05845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:49.046] #3  0x0000559e2ba72858 in ExceptionalCondition (conditionName=conditionName@entry=0x559e2bd15668 "(remain...
[13:43:49.046] #4  0x0000559e2b68b8b0 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:43:49.046] #5  0x0000559e2b68be06 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2154
[13:43:49.046] #6  0x0000559e2b68ccc8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:43:49.046] #7  0x0000559e2b68e72c in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x559e2d8adcf0) at ../src/ba...
[13:43:49.046] #8  0x0000559e2b4c31b2 in main (argc=4, argv=0x559e2d8adcf0) at ../src/backend/main/main.c:224
[13:43:49.477] #0  0x00007f89f1ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:43:49.496] #0  0x00007f89f1ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:49.496] #1  0x00007f89f1c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:49.496] #2  0x00007f89f1c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:49.496] #3  0x0000561947a95858 in ExceptionalCondition (conditionName=conditionName@entry=0x561947d38668 "(remain...
[13:43:49.496] #4  0x00005619476ae8b0 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:43:49.496] #5  0x00005619476aee06 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2154
[13:43:49.496] #6  0x00005619476afcc8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:43:49.497] #7  0x00005619476b172c in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x561948e15d20) at ../src/ba...
[13:43:49.497] #8  0x00005619474e61b2 in main (argc=8, argv=0x561948e15d20) at ../src/backend/main/main.c:224
[13:43:49.988] #0  0x00007ff4b6aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:43:50.009] #0  0x00007ff4b6aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:50.009] #1  0x00007ff4b6a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:50.009] #2  0x00007ff4b6a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:50.009] #3  0x000055bb29068858 in ExceptionalCondition (conditionName=conditionName@entry=0x55bb2930b668 "(remain...
[13:43:50.009] #4  0x000055bb28c818b0 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:43:50.009] #5  0x000055bb28c81f47 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2191
[13:43:50.009] #6  0x000055bb28c82cc8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:43:50.010] #7  0x000055bb28c8472c in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55bb2aec5d20) at ../src/ba...
[13:43:50.010] #8  0x000055bb28ab91b2 in main (argc=4, argv=0x55bb2aec5d20) at ../src/backend/main/main.c:224
[13:43:50.459] #0  0x00007fec1eea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:43:50.481] #0  0x00007fec1eea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:50.481] #1  0x00007fec1ee5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:50.481] #2  0x00007fec1ee45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:50.481] #3  0x000056184bcde858 in ExceptionalCondition (conditionName=conditionName@entry=0x56184bf81668 "(remain...
[13:43:50.481] #4  0x000056184b8f78b0 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:43:50.481] #5  0x000056184b8f7e06 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2154
[13:43:50.481] #6  0x000056184b8f8cc8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:43:50.481] #7  0x000056184b8fa72c in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x56184e787d00) at ../src/ba...
[13:43:50.481] #8  0x000056184b72f1b2 in main (argc=4, argv=0x56184e787d00) at ../src/backend/main/main.c:224
[13:43:50.959] #0  0x00007fde126a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:43:50.979] #0  0x00007fde126a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:50.979] #1  0x00007fde1265afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:50.979] #2  0x00007fde12645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:50.979] #3  0x000055affa74f858 in ExceptionalCondition (conditionName=conditionName@entry=0x55affa9f2668 "(remain...
[13:43:50.979] #4  0x000055affa3688b0 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:43:50.979] #5  0x000055affa368f47 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2191
[13:43:50.979] #6  0x000055affa369cc8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:43:50.980] #7  0x000055affa36b72c in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55affb76ed00) at ../src/ba...
[13:43:50.980] #8  0x000055affa1a01b2 in main (argc=4, argv=0x55affb76ed00) at ../src/backend/main/main.c:224
[13:43:51.417] #0  0x00007fee3c6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:43:51.436] #0  0x00007fee3c6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:51.436] #1  0x00007fee3c65afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:51.436] #2  0x00007fee3c645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:51.436] #3  0x0000556676716858 in ExceptionalCondition (conditionName=conditionName@entry=0x5566769b9668 "(remain...
[13:43:51.436] #4  0x000055667632f8b0 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:43:51.436] #5  0x000055667632ff47 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2191
[13:43:51.436] #6  0x0000556676330cc8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:43:51.437] #7  0x000055667633272c in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x556678329d10) at ../src/ba...
[13:43:51.437] #8  0x00005566761671b2 in main (argc=4, argv=0x556678329d10) at ../src/backend/main/main.c:224
[13:43:51.860] #0  0x00007f77db0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:43:51.882] #0  0x00007f77db0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:51.882] #1  0x00007f77db05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:51.882] #2  0x00007f77db045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:51.882] #3  0x000055ed4ffc1858 in ExceptionalCondition (conditionName=conditionName@entry=0x55ed50264668 "(remain...
[13:43:51.882] #4  0x000055ed4fbda8b0 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:43:51.882] #5  0x000055ed4fbdae06 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2154
[13:43:51.882] #6  0x000055ed4fbdbcc8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:43:51.882] #7  0x000055ed4fbdd72c in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55ed52223d20) at ../src/ba...
[13:43:51.882] #8  0x000055ed4fa121b2 in main (argc=8, argv=0x55ed52223d20) at ../src/backend/main/main.c:224
[13:43:52.321] #0  0x00007f972cea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:43:52.339] #0  0x00007f972cea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:52.339] #1  0x00007f972ce5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:52.339] #2  0x00007f972ce45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:52.339] #3  0x000055f3f1055858 in ExceptionalCondition (conditionName=conditionName@entry=0x55f3f12f8668 "(remain...
[13:43:52.339] #4  0x000055f3f0c6e8b0 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:43:52.339] #5  0x000055f3f0c6ef47 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2191
[13:43:52.339] #6  0x000055f3f0c6fcc8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:43:52.340] #7  0x000055f3f0c7172c in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55f3f2828d10) at ../src/ba...
[13:43:52.340] #8  0x000055f3f0aa61b2 in main (argc=4, argv=0x55f3f2828d10) at ../src/backend/main/main.c:224
[13:43:52.761] #0  0x00007fb7c1ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:43:52.781] #0  0x00007fb7c1ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:52.781] #1  0x00007fb7c1e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:52.781] #2  0x00007fb7c1e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:52.781] #3  0x0000564a070d4858 in ExceptionalCondition (conditionName=conditionName@entry=0x564a07377668 "(remain...
[13:43:52.781] #4  0x0000564a06ced8b0 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:43:52.781] #5  0x0000564a06cede06 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2154
[13:43:52.781] #6  0x0000564a06ceecc8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:43:52.781] #7  0x0000564a06cf072c in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x564a09cb1d50) at ../src/ba...
[13:43:52.781] #8  0x0000564a06b251b2 in main (argc=8, argv=0x564a09cb1d50) at ../src/backend/main/main.c:224
[13:43:53.228] #0  0x00007fba822a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:43:53.247] #0  0x00007fba822a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:53.247] #1  0x00007fba8225afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:53.247] #2  0x00007fba82245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:53.247] #3  0x0000559e24cb7858 in ExceptionalCondition (conditionName=conditionName@entry=0x559e24f5a668 "(remain...
[13:43:53.247] #4  0x0000559e248d08b0 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:43:53.247] #5  0x0000559e248d0f47 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2191
[13:43:53.247] #6  0x0000559e248d1cc8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:43:53.247] #7  0x0000559e248d372c in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x559e25e8cd00) at ../src/ba...
[13:43:53.247] #8  0x0000559e247081b2 in main (argc=4, argv=0x559e25e8cd00) at ../src/backend/main/main.c:224
[13:43:53.662] #0  0x00007f67a0ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:43:53.681] #0  0x00007f67a0ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:53.681] #1  0x00007f67a0e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:53.681] #2  0x00007f67a0e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:53.681] #3  0x000055e41e198858 in ExceptionalCondition (conditionName=conditionName@entry=0x55e41e43b668 "(remain...
[13:43:53.681] #4  0x000055e41ddb18b0 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:43:53.681] #5  0x000055e41ddb1e06 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2154
[13:43:53.681] #6  0x000055e41ddb2cc8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:43:53.681] #7  0x000055e41ddb472c in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55e41f6c5d40) at ../src/ba...
[13:43:53.681] #8  0x000055e41dbe91b2 in main (argc=8, argv=0x55e41f6c5d40) at ../src/backend/main/main.c:224
[13:43:54.115] #0  0x00007ffa040a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:43:54.136] #0  0x00007ffa040a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:54.136] #1  0x00007ffa0405afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:54.136] #2  0x00007ffa04045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:54.136] #3  0x000055b574e8c858 in ExceptionalCondition (conditionName=conditionName@entry=0x55b57512f668 "(remain...
[13:43:54.136] #4  0x000055b574aa58b0 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:43:54.136] #5  0x000055b574aa5f47 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2191
[13:43:54.136] #6  0x000055b574aa6cc8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:43:54.136] #7  0x000055b574aa872c in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55b577279d00) at ../src/ba...
[13:43:54.136] #8  0x000055b5748dd1b2 in main (argc=4, argv=0x55b577279d00) at ../src/backend/main/main.c:224
[13:43:54.557] #0  0x00007f55e4aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:43:54.577] #0  0x00007f55e4aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:54.577] #1  0x00007f55e4a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:54.577] #2  0x00007f55e4a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:54.577] #3  0x00005620169c5858 in ExceptionalCondition (conditionName=conditionName@entry=0x562016c68668 "(remain...
[13:43:54.577] #4  0x00005620165de8b0 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:43:54.577] #5  0x00005620165def47 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2191
[13:43:54.577] #6  0x00005620165dfcc8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:43:54.577] #7  0x00005620165e172c in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5620195bad00) at ../src/ba...
[13:43:54.577] #8  0x00005620164161b2 in main (argc=4, argv=0x5620195bad00) at ../src/backend/main/main.c:224
[13:43:55.013] #0  0x00007fc49b2a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:43:55.035] #0  0x00007fc49b2a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:55.035] #1  0x00007fc49b25afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:55.035] #2  0x00007fc49b245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:55.035] #3  0x00005629059ed858 in ExceptionalCondition (conditionName=conditionName@entry=0x562905c90668 "(remain...
[13:43:55.035] #4  0x00005629056068b0 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:43:55.035] #5  0x0000562905606f47 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2191
[13:43:55.035] #6  0x0000562905607cc8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:43:55.035] #7  0x000056290560972c in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x562906930d40) at ../src/ba...
[13:43:55.035] #8  0x000056290543e1b2 in main (argc=4, argv=0x562906930d40) at ../src/backend/main/main.c:224
[13:43:55.481] #0  0x00007fd6720a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:43:55.501] #0  0x00007fd6720a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:55.501] #1  0x00007fd67205afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:55.501] #2  0x00007fd672045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:55.501] #3  0x000055db5e227858 in ExceptionalCondition (conditionName=conditionName@entry=0x55db5e4ca668 "(remain...
[13:43:55.501] #4  0x000055db5de408b0 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:43:55.501] #5  0x000055db5de40f47 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2191
[13:43:55.501] #6  0x000055db5de41cc8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:43:55.501] #7  0x000055db5de4372c in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55db6068fd00) at ../src/ba...
[13:43:55.501] #8  0x000055db5dc781b2 in main (argc=4, argv=0x55db6068fd00) at ../src/backend/main/main.c:224
[13:43:55.953] #0  0x00007f96936a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:43:55.972] #0  0x00007f96936a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:55.972] #1  0x00007f969365afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:55.972] #2  0x00007f9693645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:55.972] #3  0x000055b870897858 in ExceptionalCondition (conditionName=conditionName@entry=0x55b870b3a668 "(remain...
[13:43:55.972] #4  0x000055b8704b08b0 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:43:55.972] #5  0x000055b8704b0f47 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2191
[13:43:55.972] #6  0x000055b8704b1cc8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:43:55.972] #7  0x000055b8704b372c in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55b8730bcd00) at ../src/ba...
[13:43:55.972] #8  0x000055b8702e81b2 in main (argc=4, argv=0x55b8730bcd00) at ../src/backend/main/main.c:224
[13:43:56.403] #0  0x00007f1a944a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:43:56.854] #0  0x00007f1ee1ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:56.854] #1  0x00007f1ee1e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:56.854] #2  0x00007f1ee1e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:56.854] #3  0x0000557f83d1c858 in ExceptionalCondition (conditionName=conditionName@entry=0x557f83fbf668 "(remain...
[13:43:56.854] #4  0x0000557f839358b0 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:43:56.854] #5  0x0000557f83935e06 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2154
[13:43:56.854] #6  0x0000557f83936cc8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:43:56.854] #7  0x0000557f8393872c in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x557f853f8cd0) at ../src/ba...
[13:43:56.854] #8  0x0000557f8376d1b2 in main (argc=4, argv=0x557f853f8cd0) at ../src/backend/main/main.c:224
[13:43:57.270] #0  0x00007fb1936a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:43:57.288] #0  0x00007fb1936a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:57.288] #1  0x00007fb19365afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:57.288] #2  0x00007fb193645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:57.288] #3  0x000055847ac8b858 in ExceptionalCondition (conditionName=conditionName@entry=0x55847af2e668 "(remain...
[13:43:57.288] #4  0x000055847a8a48b0 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:43:57.288] #5  0x000055847a8a4e06 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2154
[13:43:57.288] #6  0x000055847a8a5cc8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:43:57.289] #7  0x000055847a8a772c in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55847c61bd10) at ../src/ba...
[13:43:57.289] #8  0x000055847a6dc1b2 in main (argc=4, argv=0x55847c61bd10) at ../src/backend/main/main.c:224
[13:43:57.711] #0  0x00007fc565ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:44:13.477] #0  0x00007f6e3e8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:44:13.477] #1  0x00007f6e3e85afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:44:13.477] #2  0x00007f6e3e845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:44:13.477] #3  0x000055ada52bf858 in ExceptionalCondition (conditionName=conditionName@entry=0x55ada5562668 "(remain...
[13:44:13.477] #4  0x000055ada4ed88b0 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:44:13.477] #5  0x000055ada4ed8e06 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2154
[13:44:13.477] #6  0x000055ada4ed9cc8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:44:13.477] #7  0x000055ada4edb72c in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55ada5fe7d40) at ../src/ba...
[13:44:13.477] #8  0x000055ada4d101b2 in main (argc=8, argv=0x55ada5fe7d40) at ../src/backend/main/main.c:224
[13:44:13.905] #0  0x00007f0e59ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:44:13.020] #0  0x00007f48196a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:44:13.020] #1  0x00007f481965afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:44:13.020] #2  0x00007f4819645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:44:13.020] #3  0x000055eb4a853858 in ExceptionalCondition (conditionName=conditionName@entry=0x55eb4aaf6668 "(remain...
[13:44:13.020] #4  0x000055eb4a46c8b0 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:44:13.020] #5  0x000055eb4a46ce06 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2154
[13:44:13.020] #6  0x000055eb4a46dcc8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:44:13.021] #7  0x000055eb4a46f72c in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55eb4d008d20) at ../src/ba...
[13:44:13.021] #8  0x000055eb4a2a41b2 in main (argc=8, argv=0x55eb4d008d20) at ../src/backend/main/main.c:224
[13:44:13.459] #0  0x00007f6e3e8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:44:12.563] #0  0x00007f473cea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:44:12.563] #1  0x00007f473ce5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:44:12.563] #2  0x00007f473ce45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:44:12.563] #3  0x000055ecc37a2858 in ExceptionalCondition (conditionName=conditionName@entry=0x55ecc3a45668 "(remain...
[13:44:12.563] #4  0x000055ecc33bb8b0 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:44:12.563] #5  0x000055ecc33bbe06 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2154
[13:44:12.563] #6  0x000055ecc33bccc8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:44:12.564] #7  0x000055ecc33be72c in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55ecc5788d20) at ../src/ba...
[13:44:12.564] #8  0x000055ecc31f31b2 in main (argc=8, argv=0x55ecc5788d20) at ../src/backend/main/main.c:224
[13:44:12.999] #0  0x00007f48196a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:44:12.113] #0  0x00007fbd280a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:44:12.113] #1  0x00007fbd2805afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:44:12.113] #2  0x00007fbd28045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:44:12.113] #3  0x000056275d0a4858 in ExceptionalCondition (conditionName=conditionName@entry=0x56275d347668 "(remain...
[13:44:12.113] #4  0x000056275ccbd8b0 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:44:12.113] #5  0x000056275ccbde06 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2154
[13:44:12.113] #6  0x000056275ccbecc8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:44:12.113] #7  0x000056275ccc072c in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x56275eeccd00) at ../src/ba...
[13:44:12.113] #8  0x000056275caf51b2 in main (argc=4, argv=0x56275eeccd00) at ../src/backend/main/main.c:224
[13:44:12.541] #0  0x00007f473cea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:44:11.665] #0  0x00007facf9aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:44:11.665] #1  0x00007facf9a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:44:11.665] #2  0x00007facf9a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:44:11.665] #3  0x0000558bc0874858 in ExceptionalCondition (conditionName=conditionName@entry=0x558bc0b17668 "(remain...
[13:44:11.665] #4  0x0000558bc048d8b0 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:44:11.665] #5  0x0000558bc048de06 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2154
[13:44:11.665] #6  0x0000558bc048ecc8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:44:11.666] #7  0x0000558bc049072c in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x558bc2db2d20) at ../src/ba...
[13:44:11.666] #8  0x0000558bc02c51b2 in main (argc=8, argv=0x558bc2db2d20) at ../src/backend/main/main.c:224
[13:44:12.095] #0  0x00007fbd280a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:44:11.244] #0  0x00007f6c912a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:44:11.244] #1  0x00007f6c9125afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:44:11.244] #2  0x00007f6c91245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:44:11.244] #3  0x00005651c9b5b858 in ExceptionalCondition (conditionName=conditionName@entry=0x5651c9dfe668 "(remain...
[13:44:11.244] #4  0x00005651c97748b0 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:44:11.244] #5  0x00005651c9774e06 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2154
[13:44:11.244] #6  0x00005651c9775cc8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:44:11.244] #7  0x00005651c977772c in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5651cba66d30) at ../src/ba...
[13:44:11.244] #8  0x00005651c95ac1b2 in main (argc=4, argv=0x5651cba66d30) at ../src/backend/main/main.c:224
[13:44:11.647] #0  0x00007facf9aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:44:10.800] #0  0x00007f03a10a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:44:10.800] #1  0x00007f03a105afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:44:10.800] #2  0x00007f03a1045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:44:10.800] #3  0x0000561e854a3858 in ExceptionalCondition (conditionName=conditionName@entry=0x561e85746668 "(remain...
[13:44:10.800] #4  0x0000561e850bc8b0 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:44:10.800] #5  0x0000561e850bcf47 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2191
[13:44:10.800] #6  0x0000561e850bdcc8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:44:10.800] #7  0x0000561e850bf72c in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x561e871e8d00) at ../src/ba...
[13:44:10.800] #8  0x0000561e84ef41b2 in main (argc=4, argv=0x561e871e8d00) at ../src/backend/main/main.c:224
[13:44:11.223] #0  0x00007f6c912a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:44:10.324] #0  0x00007febe9ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:44:10.324] #1  0x00007febe9e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:44:10.324] #2  0x00007febe9e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:44:10.324] #3  0x000056067dffb858 in ExceptionalCondition (conditionName=conditionName@entry=0x56067e29e668 "(remain...
[13:44:10.324] #4  0x000056067dc148b0 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:44:10.324] #5  0x000056067dc14f47 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2191
[13:44:10.324] #6  0x000056067dc15cc8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:44:10.325] #7  0x000056067dc1772c in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x56067f1f3d00) at ../src/ba...
[13:44:10.325] #8  0x000056067da4c1b2 in main (argc=4, argv=0x56067f1f3d00) at ../src/backend/main/main.c:224
[13:44:10.779] #0  0x00007f03a10a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:44:09.874] #0  0x00007fea7e6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:44:09.874] #1  0x00007fea7e65afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:44:09.874] #2  0x00007fea7e645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:44:09.874] #3  0x000055dd6b304858 in ExceptionalCondition (conditionName=conditionName@entry=0x55dd6b5a7668 "(remain...
[13:44:09.874] #4  0x000055dd6af1d8b0 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:44:09.874] #5  0x000055dd6af1df47 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2191
[13:44:09.874] #6  0x000055dd6af1ecc8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:44:09.874] #7  0x000055dd6af2072c in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55dd6cf99d00) at ../src/ba...
[13:44:09.874] #8  0x000055dd6ad551b2 in main (argc=4, argv=0x55dd6cf99d00) at ../src/backend/main/main.c:224
[13:44:10.301] #0  0x00007febe9ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:44:09.390] #0  0x00007fbb30ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:44:09.390] #1  0x00007fbb30e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:44:09.390] #2  0x00007fbb30e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:44:09.390] #3  0x00005576b6c46858 in ExceptionalCondition (conditionName=conditionName@entry=0x5576b6ee9668 "(remain...
[13:44:09.390] #4  0x00005576b685f8b0 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:44:09.390] #5  0x00005576b685fe06 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2154
[13:44:09.390] #6  0x00005576b6860cc8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:44:09.391] #7  0x00005576b686272c in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x5576b8fc1d80) at ../src/ba...
[13:44:09.391] #8  0x00005576b66971b2 in main (argc=8, argv=0x5576b8fc1d80) at ../src/backend/main/main.c:224
[13:44:09.852] #0  0x00007fea7e6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:44:08.935] #0  0x00007f12454a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:44:08.935] #1  0x00007f124545afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:44:08.935] #2  0x00007f1245445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:44:08.935] #3  0x000055b5aa3c3858 in ExceptionalCondition (conditionName=conditionName@entry=0x55b5aa666668 "(remain...
[13:44:08.935] #4  0x000055b5a9fdc8b0 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2899
[13:44:08.935] #5  0x000055b5a9fdce06 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2154
[13:44:08.935] #6  0x000055b5a9fddcc8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1663
[13:44:08.936] #7  0x000055b5a9fdf72c in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55b5ac4c4d90) at ../src/ba...
[13:44:08.936] #8  0x000055b5a9e141b2 in main (argc=8, argv=0x55b5ac4c4d90) at ../src/backend/main/main.c:224
[13:44:09.371] #0  0x00007fbb30ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
tap
[13:32:45.873](1.631s) Bail out!  pg_ctl restart failed
tap
[13:32:55.761](0.968s) Bail out!  pg_ctl stop failed
tap
[13:31:38.395](0.663s) Bail out!  pg_ctl stop failed
tap
[13:31:41.944](3.175s) Bail out!  pg_ctl stop failed
tap
[13:31:39.387](1.891s) Bail out!  pg_ctl stop failed
tap
[13:31:40.441](0.148s) Bail out!  pg_ctl stop failed
tap
[13:31:41.358](2.491s) Bail out!  pg_ctl stop failed
tap
[13:31:42.026](0.308s) Bail out!  pg_ctl restart failed
tap
[13:31:45.518](0.313s) Bail out!  pg_ctl stop failed
tap
[13:31:55.826](13.636s) Bail out!  pg_ctl restart failed
tap
[13:31:44.301](0.369s) Bail out!  pg_ctl stop failed
tap
[13:31:44.338](0.812s) Bail out!  pg_ctl stop failed
tap
[13:31:46.605](1.901s) Bail out!  pg_ctl stop failed
tap
[13:31:50.077](2.494s) Bail out!  pg_ctl stop failed
tap
[13:31:50.027](2.609s) Bail out!  pg_ctl stop failed
tap
[13:31:49.979](1.950s) Bail out!  pg_ctl stop failed
tap
[13:31:54.148](2.893s) Bail out!  pg_ctl restart failed
tap
[13:31:54.448](3.689s) Bail out!  pg_ctl stop failed
tap
[13:31:55.880](2.383s) Bail out!  pg_ctl stop failed
tap
[13:31:57.095](0.512s) Bail out!  pg_ctl stop failed
tap
[13:31:58.122](0.139s) Bail out!  pg_ctl stop failed
tap
[13:31:58.905](0.230s) Bail out!  pg_ctl stop failed
tap
[13:31:58.421](1.000s) Bail out!  pg_ctl restart failed
tap
[13:32:03.658](0.110s) Bail out!  pg_ctl stop failed
tap
[13:33:01.844](0.205s) Bail out!  pg_ctl restart failed
tap
[13:32:05.669](0.134s) Bail out!  pg_ctl stop failed
tap
[13:32:06.786](0.257s) Bail out!  pg_ctl stop failed
tap
[13:32:12.197](0.125s) Bail out!  pg_ctl restart failed
tap
[13:32:11.233](0.135s) Bail out!  pg_ctl restart failed
tap
[13:32:17.944](1.069s) Bail out!  pg_ctl stop failed
tap
[13:32:16.089](3.473s) Bail out!  pg_ctl stop failed
tap
[13:32:18.769](2.339s) Bail out!  pg_ctl stop failed
tap
[13:32:28.447](2.677s) Bail out!  pg_ctl stop failed
tap
[13:32:22.863](3.255s) Bail out!  pg_ctl stop failed
tap
[13:32:30.380](0.117s) Bail out!  pg_ctl restart failed
tap
[13:32:31.359](1.537s) Bail out!  pg_ctl stop failed
tap
[13:32:38.223](0.328s) Bail out!  pg_ctl stop failed
tap
[13:32:34.430](0.105s) Bail out!  pg_ctl stop failed
tap
[13:32:39.231](0.307s) Bail out!  pg_ctl stop failed
test
[13:42:49.359]   5/319 postgresql:pg_upgrade / pg_upgrade/003_logical_slots                            ERROR            ...
[13:42:49.359]   6/319 postgresql:recovery / recovery/001_stream_rep                                   ERROR            ...
[13:42:49.359]   7/319 postgresql:recovery / recovery/003_recovery_targets                             ERROR            ...
[13:42:49.359]   8/319 postgresql:recovery / recovery/004_timeline_switch                              ERROR            ...
[13:42:49.359]   9/319 postgresql:recovery / recovery/006_logical_decoding                             ERROR            ...
[13:42:49.359]  10/319 postgresql:pg_upgrade / pg_upgrade/004_subscription                             ERROR            ...
[13:42:49.359]  12/319 postgresql:recovery / recovery/010_logical_decoding_timelines                   ERROR            ...
[13:42:49.359]  13/319 postgresql:recovery / recovery/009_twophase                                     ERROR            ...
[13:42:49.359]  14/319 postgresql:recovery / recovery/007_sync_rep                                     ERROR            ...
[13:42:49.359]  15/319 postgresql:recovery / recovery/012_subtransactions                              ERROR            ...
[13:42:49.359]  17/319 postgresql:recovery / recovery/014_unlogged_reinit                              ERROR            ...
[13:42:49.359]  18/319 postgresql:recovery / recovery/016_min_consistency                              ERROR            ...
[13:42:49.359]  19/319 postgresql:recovery / recovery/015_promotion_pages                              ERROR            ...
[13:42:49.359]  20/319 postgresql:recovery / recovery/017_shm                                          ERROR            ...
[13:42:49.359]  21/319 postgresql:recovery / recovery/018_wal_optimize                                 ERROR            ...
[13:42:49.359]  22/319 postgresql:recovery / recovery/008_fsm_truncation                               ERROR            ...
[13:42:49.359]  23/319 postgresql:recovery / recovery/019_replslot_limit                               ERROR            ...
[13:42:49.359]  24/319 postgresql:recovery / recovery/020_archive_status                               ERROR            ...
[13:42:49.359]  25/319 postgresql:recovery / recovery/021_row_visibility                               ERROR            ...
[13:42:49.359]  26/319 postgresql:recovery / recovery/024_archive_recovery                             ERROR            ...
[13:42:49.359]  27/319 postgresql:recovery / recovery/023_pitr_prepared_xact                           ERROR            ...
[13:42:49.359]  29/319 postgresql:recovery / recovery/026_overwrite_contrecord                         ERROR            ...
[13:42:49.359]  30/319 postgresql:recovery / recovery/028_pitr_timelines                               ERROR            ...
[13:42:49.359]  31/319 postgresql:recovery / recovery/029_stats_restart                                ERROR            ...
[13:42:49.359]  32/319 postgresql:recovery / recovery/031_recovery_conflict                            ERROR            ...
[13:42:49.359]  33/319 postgresql:recovery / recovery/030_stats_cleanup_replica                        ERROR            ...
[13:42:49.359]  34/319 postgresql:recovery / recovery/033_replay_tsp_drops                             ERROR            ...
[13:42:49.359]  35/319 postgresql:recovery / recovery/032_relfilenode_reuse                            ERROR            ...
[13:42:49.359]  36/319 postgresql:recovery / recovery/034_create_database                              ERROR            ...
[13:42:49.359]  37/319 postgresql:recovery / recovery/036_truncated_dropped                            ERROR            ...
[13:42:49.359]  39/319 postgresql:recovery / recovery/035_standby_logical_decoding                     ERROR            ...
[13:42:49.359]  40/319 postgresql:recovery / recovery/039_end_of_wal                                   ERROR            ...
[13:42:49.359]  41/319 postgresql:recovery / recovery/038_save_logical_slots_shutdown                  ERROR            ...
[13:42:49.359]  42/319 postgresql:recovery / recovery/041_checkpoint_at_promote                        ERROR            ...
[13:42:49.359]  43/319 postgresql:recovery / recovery/042_low_level_backup                             ERROR            ...
[13:42:49.359]  44/319 postgresql:recovery / recovery/040_standby_failover_slots_sync                  ERROR            ...
[13:42:49.359]  45/319 postgresql:kerberos / kerberos/001_auth                                         ERROR            ...
[13:42:49.359]  46/319 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[13:42:49.359]  47/319 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[13:42:49.359]  48/319 postgresql:isolation / isolation/isolation                                      ERROR           1...
[13:42:49.359]  49/319 postgresql:regress / regress/regress                                            ERROR           1...
[13:42:49.359]  50/319 postgresql:plpgsql / plpgsql/regress                                            ERROR           1...
[13:42:49.359]  51/319 postgresql:plperl / plperl/regress                                              ERROR           1...
[13:42:49.359]  52/319 postgresql:plpython / plpython/regress                                          ERROR           1...
[13:42:49.359]  53/319 postgresql:pltcl / pltcl/regress                                                ERROR           1...
[13:42:49.359]  54/319 postgresql:recovery / recovery/013_crash_restart                                ERROR           2...
[13:42:49.359]  55/319 postgresql:recovery / recovery/022_crash_temp_files                             ERROR           2...
[13:42:49.359]  56/319 postgresql:amcheck / amcheck/regress                                            ERROR           1...
[13:42:49.359]  57/319 postgresql:basic_archive / basic_archive/regress                                ERROR           1...
[13:42:49.359]  58/319 postgresql:bloom / bloom/regress                                                ERROR           1...
[13:42:49.359]  59/319 postgresql:bool_plperl / bool_plperl/regress                                    ERROR           1...
[13:42:49.359]  60/319 postgresql:btree_gin / btree_gin/regress                                        ERROR           1...
[13:42:49.359]  61/319 postgresql:btree_gist / btree_gist/regress                                      ERROR           1...
[13:42:49.359]  62/319 postgresql:citext / citext/regress                                              ERROR           1...
[13:42:49.367]  63/319 postgresql:cube / cube/regress                                                  ERROR           1...
[13:42:49.367]  64/319 postgresql:dblink / dblink/regress                                              ERROR           1...
[13:42:49.367]  65/319 postgresql:dict_int / dict_int/regress                                          ERROR           1...
[13:42:49.367]  66/319 postgresql:dict_xsyn / dict_xsyn/regress                                        ERROR           1...
[13:42:49.367]  67/319 postgresql:earthdistance / earthdistance/regress                                ERROR           1...
[13:42:49.367]  68/319 postgresql:file_fdw / file_fdw/regress                                          ERROR           1...
[13:42:49.367]  69/319 postgresql:fuzzystrmatch / fuzzystrmatch/regress                                ERROR           1...
[13:42:49.367]  70/319 postgresql:hstore / hstore/regress                                              ERROR           1...
[13:42:49.367]  71/319 postgresql:hstore_plperl / hstore_plperl/regress                                ERROR           1...
[13:42:49.367]  72/319 postgresql:hstore_plpython / hstore_plpython/regress                            ERROR           1...
[13:42:49.367]  73/319 postgresql:isn / isn/regress                                                    ERROR           1...
[13:42:49.367]  74/319 postgresql:jsonb_plperl / jsonb_plperl/regress                                  ERROR           1...
[13:42:49.367]  75/319 postgresql:intarray / intarray/regress                                          ERROR           1...
[13:42:49.367]  76/319 postgresql:jsonb_plpython / jsonb_plpython/regress                              ERROR           1...
[13:42:49.367]  77/319 postgresql:lo / lo/regress                                                      ERROR           1...
[13:42:49.367]  78/319 postgresql:ltree / ltree/regress                                                ERROR           1...
[13:42:49.367]  79/319 postgresql:ltree_plpython / ltree_plpython/regress                              ERROR           1...
[13:42:49.367]  80/319 postgresql:pageinspect / pageinspect/regress                                    ERROR           1...
[13:42:49.367]  81/319 postgresql:passwordcheck / passwordcheck/regress                                ERROR           1...
[13:42:49.367]  82/319 postgresql:pg_buffercache / pg_buffercache/regress                              ERROR           1...
Windows - Server 2019, VS 2019 - Meson & ninja
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
core
000000f9`871ffa18 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
000000f9`871ffa20 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
000000f9`871ffa90 00007ffc`e10d4cb0     postgres!pg_signal_thread(
000000f9`871ffb90 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f9`871ffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f9`861feba0 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f9`861febe0 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
000000f9`861fec20 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f9`861fec70 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000f9`861fecc0 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f9`861ff5e0 00007ff6`2f4afac3     postgres!PostmasterMain(
000000f9`861ff780 00007ff6`2faacc19     postgres!main(
000000f9`861ff7c0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f9`861ff810 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f9`861ff880 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f9`875ffbe8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f9`875ffbf0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000f9`875ffee0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f9`875fff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000067`5b5ff648 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
00000067`5b5ff650 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
00000067`5b5ff6c0 00007ffc`e10d4cb0     postgres!pg_signal_thread(
00000067`5b5ff7c0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000067`5b5ff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000067`5a5feef0 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000067`5a5fef30 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
00000067`5a5fef70 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000067`5a5fefc0 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000067`5a5ff010 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000067`5a5ff930 00007ff6`2f4afac3     postgres!PostmasterMain(
00000067`5a5ffad0 00007ff6`2faacc19     postgres!main(
00000067`5a5ffb10 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000067`5a5ffb60 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000067`5a5ffbd0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000067`5a9ffb08 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000067`5a9ffb10 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000067`5a9ffe00 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000067`5a9ffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000067`5adff848 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000067`5adff850 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000067`5adffb40 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000067`5adffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000067`5b1ffb38 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000067`5b1ffb40 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000067`5b1ffe30 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000067`5b1ffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000067`5b9ff968 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000067`5b9ff970 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000067`5b9ffc60 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000067`5b9ffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009c`513ff468 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009c`513ff470 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000009c`513ff760 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009c`513ff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009c`51bff908 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009c`51bff910 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000009c`51bffc00 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009c`51bffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009c`50fff938 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009c`50fff940 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000009c`50fffc30 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009c`50fffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009c`517ff7c8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
0000009c`517ff7d0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
0000009c`517ff840 00007ffc`e10d4cb0     postgres!pg_signal_thread(
0000009c`517ff940 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009c`517ff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009c`50bfef30 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000009c`50bfef70 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
0000009c`50bfefb0 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000009c`50bff000 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000009c`50bff050 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000009c`50bff970 00007ff6`2f4afac3     postgres!PostmasterMain(
0000009c`50bffb10 00007ff6`2faacc19     postgres!main(
0000009c`50bffb50 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000009c`50bffba0 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000009c`50bffc10 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000de`625feb30 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000de`625feb70 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
000000de`625febb0 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000de`625fec00 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000de`625fec50 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000de`625ff570 00007ff6`2f4afac3     postgres!PostmasterMain(
000000de`625ff710 00007ff6`2faacc19     postgres!main(
000000de`625ff750 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000de`625ff7a0 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000de`625ff810 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000de`639ff4e8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000de`639ff4f0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000de`639ff7e0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000de`639ff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000de`635ff658 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
000000de`635ff660 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
000000de`635ff6d0 00007ffc`e10d4cb0     postgres!pg_signal_thread(
000000de`635ff7d0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000de`635ff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000de`631ff9b8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000de`631ff9c0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000de`631ffcb0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000de`631ffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000de`62dff7f8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000de`62dff800 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000de`62dffaf0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000de`62dffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000de`629ff878 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000de`629ff880 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000de`629ffb70 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000de`629ffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000016`995ff0e0 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000016`995ff120 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
00000016`995ff160 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000016`995ff1b0 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000016`995ff200 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000016`995ffb20 00007ff6`2f4afac3     postgres!PostmasterMain(
00000016`995ffcc0 00007ff6`2faacc19     postgres!main(
00000016`995ffd00 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000016`995ffd50 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000016`995ffdc0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000016`999ff6a8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000016`999ff6b0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000016`999ff9a0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000016`999ff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000016`99dff958 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000016`99dff960 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000016`99dffc50 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000016`99dffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000016`9a1ff638 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000016`9a1ff640 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000016`9a1ff930 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000016`9a1ff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000016`9a5ff748 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
00000016`9a5ff750 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
00000016`9a5ff7c0 00007ffc`e10d4cb0     postgres!pg_signal_thread(
00000016`9a5ff8c0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000016`9a5ff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000016`9a9ffb48 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000016`9a9ffb50 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000016`9a9ffe40 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000016`9a9ffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ef`61ffeb40 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ef`61ffeb80 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
000000ef`61ffebc0 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ef`61ffec10 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000ef`61ffec60 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ef`61fff580 00007ff6`2f4afac3     postgres!PostmasterMain(
000000ef`61fff720 00007ff6`2faacc19     postgres!main(
000000ef`61fff760 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ef`61fff7b0 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ef`61fff820 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ef`62bffc48 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
000000ef`62bffc50 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
000000ef`62bffcc0 00007ffc`e10d4cb0     postgres!pg_signal_thread(
000000ef`62bffdc0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ef`62bffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ef`627ff9a8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ef`627ff9b0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000ef`627ffca0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ef`627ffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ef`62fff4a8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ef`62fff4b0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000ef`62fff7a0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ef`62fff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ef`623ff628 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ef`623ff630 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000ef`623ff920 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ef`623ff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004e`acdff4d8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004e`acdff4e0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000004e`acdff7d0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004e`acdff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004e`ac5ff718 00007ff6`2f5f5957     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
0000004e`ac5ff720 00007ff6`2f4afa84     postgres!SubPostmasterMain(
0000004e`ac5ff790 00007ff6`2faacc19     postgres!main(
0000004e`ac5ff7d0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000004e`ac5ff820 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000004e`ac5ff890 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
0000004e`ac5ff8c0 00007ffc`e10d4cb0     postgres!mainCRTStartup(
0000004e`ac5ff8f0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004e`ac5ff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004e`ac9ffb28 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004e`ac9ffb30 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000004e`ac9ffe20 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004e`ac9ffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000009`d67ff658 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
00000009`d67ff660 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
00000009`d67ff6d0 00007ffc`e10d4cb0     postgres!pg_signal_thread(
00000009`d67ff7d0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000009`d67ff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000009`d6bffa28 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000009`d6bffa30 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000009`d6bffd20 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000009`d6bffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000009`d63ffbb8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000009`d63ffbc0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000009`d63ffeb0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000009`d63ffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000009`d5fff9f8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000009`d5fffa00 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000009`d5fffcf0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000009`d5fffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000009`d5bfeee0 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000009`d5bfef20 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
00000009`d5bfef60 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000009`d5bfefb0 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000009`d5bff000 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000009`d5bff920 00007ff6`2f4afac3     postgres!PostmasterMain(
00000009`d5bffac0 00007ff6`2faacc19     postgres!main(
00000009`d5bffb00 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000009`d5bffb50 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000009`d5bffbc0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000008a`6e5feda0 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000008a`6e5fede0 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
0000008a`6e5fee20 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000008a`6e5fee70 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000008a`6e5feec0 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000008a`6e5ff7e0 00007ff6`2f4afac3     postgres!PostmasterMain(
0000008a`6e5ff980 00007ff6`2faacc19     postgres!main(
0000008a`6e5ff9c0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000008a`6e5ffa10 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000008a`6e5ffa80 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000008a`6e9ff868 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008a`6e9ff870 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000008a`6e9ffb60 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008a`6e9ffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008a`6edff998 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008a`6edff9a0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000008a`6edffc90 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008a`6edffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008a`6f1ffb68 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
0000008a`6f1ffb70 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
0000008a`6f1ffbe0 00007ffc`e10d4cb0     postgres!pg_signal_thread(
0000008a`6f1ffce0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008a`6f1ffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008a`6f5ff778 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008a`6f5ff780 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000008a`6f5ffa70 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008a`6f5ffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000030`a97feeb0 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000030`a97feef0 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
00000030`a97fef30 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000030`a97fef80 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000030`a97fefd0 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000030`a97ff8f0 00007ff6`2f4afac3     postgres!PostmasterMain(
00000030`a97ffa90 00007ff6`2faacc19     postgres!main(
00000030`a97ffad0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000030`a97ffb20 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000030`a97ffb90 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000030`a9fffb78 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
00000030`a9fffb80 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
00000030`a9fffbf0 00007ffc`e10d4cb0     postgres!pg_signal_thread(
00000030`a9fffcf0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000030`a9fffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000030`aa7ff638 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000030`aa7ff640 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000030`aa7ff930 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000030`aa7ff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006d`79dfeaf0 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000006d`79dfeb30 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
0000006d`79dfeb70 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000006d`79dfebc0 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000006d`79dfec10 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000006d`79dff530 00007ff6`2f4afac3     postgres!PostmasterMain(
0000006d`79dff6d0 00007ff6`2faacc19     postgres!main(
0000006d`79dff710 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000006d`79dff760 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000006d`79dff7d0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000006d`7a1ff938 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006d`7a1ff940 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000006d`7a1ffc30 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006d`7a1ffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006d`7a5ff508 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006d`7a5ff510 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000006d`7a5ff800 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006d`7a5ff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006d`7a9ff498 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006d`7a9ff4a0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000006d`7a9ff790 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006d`7a9ff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006d`7adff728 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
0000006d`7adff730 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
0000006d`7adff7a0 00007ffc`e10d4cb0     postgres!pg_signal_thread(
0000006d`7adff8a0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006d`7adff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006d`7b1ff9f8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006d`7b1ffa00 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000006d`7b1ffcf0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006d`7b1ffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ac`3b5fee90 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ac`3b5feed0 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
000000ac`3b5fef10 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ac`3b5fef60 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000ac`3b5fefb0 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ac`3b5ff8d0 00007ff6`2f4afac3     postgres!PostmasterMain(
000000ac`3b5ffa70 00007ff6`2faacc19     postgres!main(
000000ac`3b5ffab0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ac`3b5ffb00 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ac`3b5ffb70 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ac`3b9ff648 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ac`3b9ff650 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000ac`3b9ff940 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ac`3b9ff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ac`3bdffa18 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ac`3bdffa20 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000ac`3bdffd10 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ac`3bdffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ac`3c1ff5b8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ac`3c1ff5c0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000ac`3c1ff8b0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ac`3c1ff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ac`3c5ff8b8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
000000ac`3c5ff8c0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
000000ac`3c5ff930 00007ffc`e10d4cb0     postgres!pg_signal_thread(
000000ac`3c5ffa30 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ac`3c5ffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ac`3c9ffbd8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ac`3c9ffbe0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000ac`3c9ffed0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ac`3c9fff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ff`6a5ff1a0 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ff`6a5ff1e0 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
000000ff`6a5ff220 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ff`6a5ff270 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000ff`6a5ff2c0 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ff`6a5ffbe0 00007ff6`2f4afac3     postgres!PostmasterMain(
000000ff`6a5ffd80 00007ff6`2faacc19     postgres!main(
000000ff`6a5ffdc0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ff`6a5ffe10 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ff`6a5ffe80 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ff`6a9ff5d8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ff`6a9ff5e0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000ff`6a9ff8d0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ff`6a9ff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ff`6adff948 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ff`6adff950 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000ff`6adffc40 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ff`6adffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ff`6b1ffa68 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
000000ff`6b1ffa70 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
000000ff`6b1ffae0 00007ffc`e10d4cb0     postgres!pg_signal_thread(
000000ff`6b1ffbe0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ff`6b1ffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ff`6b5ff6a8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ff`6b5ff6b0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000ff`6b5ff9a0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ff`6b5ff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ff`6b9ff938 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ff`6b9ff940 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000ff`6b9ffc30 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ff`6b9ffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b2`271feb10 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b2`271feb50 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
000000b2`271feb90 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000b2`271febe0 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000b2`271fec30 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000b2`271ff550 00007ff6`2f4afac3     postgres!PostmasterMain(
000000b2`271ff6f0 00007ff6`2faacc19     postgres!main(
000000b2`271ff730 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b2`271ff780 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000b2`271ff7f0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000b2`275ffaa8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b2`275ffab0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000b2`275ffda0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b2`275ffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b2`279ff998 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
000000b2`279ff9a0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
000000b2`279ffa10 00007ffc`e10d4cb0     postgres!pg_signal_thread(
000000b2`279ffb10 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b2`279ffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b2`27dff8f8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b2`27dff900 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000b2`27dffbf0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b2`27dffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b2`281ff688 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b2`281ff690 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000b2`281ff980 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b2`281ff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000052`9d1fef30 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000052`9d1fef70 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
00000052`9d1fefb0 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000052`9d1ff000 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000052`9d1ff050 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000052`9d1ff970 00007ff6`2f4afac3     postgres!PostmasterMain(
00000052`9d1ffb10 00007ff6`2faacc19     postgres!main(
00000052`9d1ffb50 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000052`9d1ffba0 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000052`9d1ffc10 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000052`9d5ff658 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000052`9d5ff660 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000052`9d5ff950 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000052`9d5ff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000052`9d9ff978 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
00000052`9d9ff980 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
00000052`9d9ff9f0 00007ffc`e10d4cb0     postgres!pg_signal_thread(
00000052`9d9ffaf0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000052`9d9ffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000052`9ddff8c8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000052`9ddff8d0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000052`9ddffbc0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000052`9ddffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000052`9e1ff558 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000052`9e1ff560 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000052`9e1ff850 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000052`9e1ff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000099`2adfed20 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000099`2adfed60 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
00000099`2adfeda0 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000099`2adfedf0 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000099`2adfee40 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000099`2adff760 00007ff6`2f4afac3     postgres!PostmasterMain(
00000099`2adff900 00007ff6`2faacc19     postgres!main(
00000099`2adff940 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000099`2adff990 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000099`2adffa00 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000099`2b1ffb48 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000099`2b1ffb50 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000099`2b1ffe40 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000099`2b1ffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000099`2c1ff998 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000099`2c1ff9a0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000099`2c1ffc90 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000099`2c1ffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000099`2b5ff588 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000099`2b5ff590 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000099`2b5ff880 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000099`2b5ff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000099`2b9ff778 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000099`2b9ff780 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000099`2b9ffa70 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000099`2b9ffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000099`2bdff668 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
00000099`2bdff670 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
00000099`2bdff6e0 00007ffc`e10d4cb0     postgres!pg_signal_thread(
00000099`2bdff7e0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000099`2bdff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000096`e87ff688 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000096`e87ff690 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000096`e87ff980 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000096`e87ff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000096`e77feef0 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000096`e77fef30 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
00000096`e77fef70 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000096`e77fefc0 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000096`e77ff010 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000096`e77ff930 00007ff6`2f4afac3     postgres!PostmasterMain(
00000096`e77ffad0 00007ff6`2faacc19     postgres!main(
00000096`e77ffb10 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000096`e77ffb60 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000096`e77ffbd0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000096`e7bff898 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000096`e7bff8a0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000096`e7bffb90 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000096`e7bffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000096`e7fff998 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000096`e7fff9a0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000096`e7fffc90 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000096`e7fffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000096`e83ffc78 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
00000096`e83ffc80 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
00000096`e83ffcf0 00007ffc`e10d4cb0     postgres!pg_signal_thread(
00000096`e83ffdf0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000096`e83ffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000023`fd9ffb68 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
00000023`fd9ffb70 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
00000023`fd9ffbe0 00007ffc`e10d4cb0     postgres!pg_signal_thread(
00000023`fd9ffce0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000023`fd9ffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000023`fcdfeb60 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000023`fcdfeba0 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
00000023`fcdfebe0 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000023`fcdfec30 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000023`fcdfec80 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000023`fcdff5a0 00007ff6`2f4afac3     postgres!PostmasterMain(
00000023`fcdff740 00007ff6`2faacc19     postgres!main(
00000023`fcdff780 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000023`fcdff7d0 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000023`fcdff840 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000023`fd1ff678 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000023`fd1ff680 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000023`fd1ff970 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000023`fd1ff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000023`fddffb98 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000023`fddffba0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000023`fddffe90 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000023`fddffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000023`fd5ffa08 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000023`fd5ffa10 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000023`fd5ffd00 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000023`fd5ffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c0`4dfff0b0 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c0`4dfff0f0 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
000000c0`4dfff130 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c0`4dfff180 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000c0`4dfff1d0 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c0`4dfffaf0 00007ff6`2f4afac3     postgres!PostmasterMain(
000000c0`4dfffc90 00007ff6`2faacc19     postgres!main(
000000c0`4dfffcd0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c0`4dfffd20 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c0`4dfffd90 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c0`4efff548 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c0`4efff550 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000c0`4efff840 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c0`4efff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c0`4ebff848 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
000000c0`4ebff850 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
000000c0`4ebff8c0 00007ffc`e10d4cb0     postgres!pg_signal_thread(
000000c0`4ebff9c0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c0`4ebff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c0`4e7ffb08 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c0`4e7ffb10 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000c0`4e7ffe00 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c0`4e7ffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c0`4e3ffbd8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c0`4e3ffbe0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000c0`4e3ffed0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c0`4e3fff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000052`0fdff928 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000052`0fdff930 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000052`0fdffc20 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000052`0fdffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000052`0e9fea10 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000052`0e9fea50 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
00000052`0e9fea90 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000052`0e9feae0 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000052`0e9feb30 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000052`0e9ff450 00007ff6`2f4afac3     postgres!PostmasterMain(
00000052`0e9ff5f0 00007ff6`2faacc19     postgres!main(
00000052`0e9ff630 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000052`0e9ff680 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000052`0e9ff6f0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000052`0edff648 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000052`0edff650 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000052`0edff940 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000052`0edff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000052`0f1ff888 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000052`0f1ff890 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000052`0f1ffb80 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000052`0f1ffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000052`0f5ff8c8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000052`0f5ff8d0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000052`0f5ffbc0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000052`0f5ffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000052`0f9ff8f8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
00000052`0f9ff900 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
00000052`0f9ff970 00007ffc`e10d4cb0     postgres!pg_signal_thread(
00000052`0f9ffa70 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000052`0f9ffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d2`80bffb78 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
000000d2`80bffb80 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
000000d2`80bffbf0 00007ffc`e10d4cb0     postgres!pg_signal_thread(
000000d2`80bffcf0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d2`80bffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d2`ffdfeca0 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d2`ffdfece0 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
000000d2`ffdfed20 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000d2`ffdfed70 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000d2`ffdfedc0 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000d2`ffdff6e0 00007ff6`2f4afac3     postgres!PostmasterMain(
000000d2`ffdff880 00007ff6`2faacc19     postgres!main(
000000d2`ffdff8c0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d2`ffdff910 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d2`ffdff980 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000d2`803ff448 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d2`803ff450 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000d2`803ff740 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d2`803ff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d2`807ffc38 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d2`807ffc40 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000d2`807fff30 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d2`807fff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d2`80fff6e8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d2`80fff6f0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000d2`80fff9e0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d2`80fffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000058`685ff4e8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000058`685ff4f0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000058`685ff7e0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000058`685ff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000058`67dff110 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000058`67dff150 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
00000058`67dff190 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000058`67dff1e0 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000058`67dff230 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000058`67dffb50 00007ff6`2f4afac3     postgres!PostmasterMain(
00000058`67dffcf0 00007ff6`2faacc19     postgres!main(
00000058`67dffd30 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000058`67dffd80 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000058`67dffdf0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000058`681ffa28 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000058`681ffa30 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000058`681ffd20 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000058`681ffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000058`689ffbc8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
00000058`689ffbd0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
00000058`689ffc40 00007ffc`e10d4cb0     postgres!pg_signal_thread(
00000058`689ffd40 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000058`689ffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000058`68dffb38 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000058`68dffb40 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000058`68dffe30 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000058`68dffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000df`469fedd0 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000df`469fee10 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
000000df`469fee50 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000df`469feea0 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000df`469feef0 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000df`469ff810 00007ff6`2f4afac3     postgres!PostmasterMain(
000000df`469ff9b0 00007ff6`2faacc19     postgres!main(
000000df`469ff9f0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000df`469ffa40 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000df`469ffab0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000df`475ffb28 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
000000df`475ffb30 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
000000df`475ffba0 00007ffc`e10d4cb0     postgres!pg_signal_thread(
000000df`475ffca0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000df`475ffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000df`471ffbd8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000df`471ffbe0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000df`471ffed0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000df`471fff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000df`46dff6f8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000df`46dff700 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000df`46dff9f0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000df`46dffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000df`479ff798 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000df`479ff7a0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000df`479ffa90 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000df`479ffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ec`317ff4d8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ec`317ff4e0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000ec`317ff7d0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ec`317ff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ec`31bffac8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
000000ec`31bffad0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
000000ec`31bffb40 00007ffc`e10d4cb0     postgres!pg_signal_thread(
000000ec`31bffc40 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ec`31bffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ec`31fff658 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ec`31fff660 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000ec`31fff950 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ec`31fff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ec`30ffebd0 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ec`30ffec10 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
000000ec`30ffec50 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ec`30ffeca0 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000ec`30ffecf0 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ec`30fff610 00007ff6`2f4afac3     postgres!PostmasterMain(
000000ec`30fff7b0 00007ff6`2faacc19     postgres!main(
000000ec`30fff7f0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ec`30fff840 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ec`30fff8b0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ec`313ffa88 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ec`313ffa90 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000ec`313ffd80 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ec`313ffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ea`511ffa08 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ea`511ffa10 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000ea`511ffd00 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ea`511ffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ea`515ffc28 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ea`515ffc30 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000ea`515fff20 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ea`515fff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ea`50dffb48 00007ff6`2f5f5957     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000ea`50dffb50 00007ff6`2f4afa84     postgres!SubPostmasterMain(
000000ea`50dffbc0 00007ff6`2faacc19     postgres!main(
000000ea`50dffc00 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ea`50dffc50 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ea`50dffcc0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000ea`50dffcf0 00007ffc`e10d4cb0     postgres!mainCRTStartup(
000000ea`50dffd20 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ea`50dffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006d`11dff538 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006d`11dff540 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000006d`11dff830 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006d`11dff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006d`125ff6b8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006d`125ff6c0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000006d`125ff9b0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006d`125ff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006d`121ffaf8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
0000006d`121ffb00 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
0000006d`121ffb70 00007ffc`e10d4cb0     postgres!pg_signal_thread(
0000006d`121ffc70 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006d`121ffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006d`115feb20 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000006d`115feb60 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
0000006d`115feba0 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000006d`115febf0 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000006d`115fec40 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000006d`115ff560 00007ff6`2f4afac3     postgres!PostmasterMain(
0000006d`115ff700 00007ff6`2faacc19     postgres!main(
0000006d`115ff740 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000006d`115ff790 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000006d`115ff800 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000006d`119ff5b8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006d`119ff5c0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000006d`119ff8b0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006d`119ff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ed`539ff688 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ed`539ff690 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000ed`539ff980 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ed`539ff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ed`535ff848 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ed`535ff850 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000ed`535ffb40 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ed`535ffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ed`531ff988 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
000000ed`531ff990 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
000000ed`531ffa00 00007ffc`e10d4cb0     postgres!pg_signal_thread(
000000ed`531ffb00 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ed`531ffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ed`52dff5b8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ed`52dff5c0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000ed`52dff8b0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ed`52dff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ed`529fedf0 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ed`529fee30 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
000000ed`529fee70 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ed`529feec0 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000ed`529fef10 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ed`529ff830 00007ff6`2f4afac3     postgres!PostmasterMain(
000000ed`529ff9d0 00007ff6`2faacc19     postgres!main(
000000ed`529ffa10 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ed`529ffa60 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ed`529ffad0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000002d`6b3ff868 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002d`6b3ff870 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000002d`6b3ffb60 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002d`6b3ffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002d`6afffae8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002d`6afffaf0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000002d`6afffde0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002d`6afffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002d`6abff958 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
0000002d`6abff960 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
0000002d`6abff9d0 00007ffc`e10d4cb0     postgres!pg_signal_thread(
0000002d`6abffad0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002d`6abffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002d`6a7ffb68 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002d`6a7ffb70 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000002d`6a7ffe60 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002d`6a7ffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002d`6a3feba0 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000002d`6a3febe0 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
0000002d`6a3fec20 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000002d`6a3fec70 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000002d`6a3fecc0 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000002d`6a3ff5e0 00007ff6`2f4afac3     postgres!PostmasterMain(
0000002d`6a3ff780 00007ff6`2faacc19     postgres!main(
0000002d`6a3ff7c0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000002d`6a3ff810 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000002d`6a3ff880 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c9`723ff768 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c9`723ff770 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000c9`723ffa60 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c9`723ffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c9`713fedb0 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c9`713fedf0 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
000000c9`713fee30 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c9`713fee80 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000c9`713feed0 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c9`713ff7f0 00007ff6`2f4afac3     postgres!PostmasterMain(
000000c9`713ff990 00007ff6`2faacc19     postgres!main(
000000c9`713ff9d0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c9`713ffa20 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c9`713ffa90 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c9`71bff978 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
000000c9`71bff980 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
000000c9`71bff9f0 00007ffc`e10d4cb0     postgres!pg_signal_thread(
000000c9`71bffaf0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c9`71bffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c9`71fffa48 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c9`71fffa50 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000c9`71fffd40 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c9`71fffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005d`fedff9f8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
0000005d`fedffa00 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
0000005d`fedffa70 00007ffc`e10d4cb0     postgres!pg_signal_thread(
0000005d`fedffb70 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005d`fedffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005d`ff1ff748 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005d`ff1ff750 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000005d`ff1ffa40 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005d`ff1ffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005d`ff5ff868 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005d`ff5ff870 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000005d`ff5ffb60 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005d`ff5ffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005d`fe9ffb88 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005d`fe9ffb90 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000005d`fe9ffe80 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005d`fe9ffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005d`fe5febf0 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000005d`fe5fec30 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
0000005d`fe5fec70 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000005d`fe5fecc0 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000005d`fe5fed10 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000005d`fe5ff630 00007ff6`2f4afac3     postgres!PostmasterMain(
0000005d`fe5ff7d0 00007ff6`2faacc19     postgres!main(
0000005d`fe5ff810 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000005d`fe5ff860 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000005d`fe5ff8d0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000d8`b9bfeb90 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d8`b9bfebd0 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
000000d8`b9bfec10 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000d8`b9bfec60 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000d8`b9bfecb0 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000d8`b9bff5d0 00007ff6`2f4afac3     postgres!PostmasterMain(
000000d8`b9bff770 00007ff6`2faacc19     postgres!main(
000000d8`b9bff7b0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d8`b9bff800 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d8`b9bff870 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000d8`babffb78 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d8`babffb80 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000d8`babffe70 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d8`babffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d8`ba7ffce8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
000000d8`ba7ffcf0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
000000d8`ba7ffd60 00007ffc`e10d4cb0     postgres!pg_signal_thread(
000000d8`ba7ffe60 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d8`ba7ffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d8`ba3ff6c8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d8`ba3ff6d0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000d8`ba3ff9c0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d8`ba3ff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d8`b9fff488 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d8`b9fff490 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000d8`b9fff780 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d8`b9fff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008e`e83ffaf8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008e`e83ffb00 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000008e`e83ffdf0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008e`e83ffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008e`e77ffb58 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008e`e77ffb60 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000008e`e77ffe50 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008e`e77ffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008e`e73fec30 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000008e`e73fec70 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
0000008e`e73fecb0 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000008e`e73fed00 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000008e`e73fed50 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000008e`e73ff670 00007ff6`2f4afac3     postgres!PostmasterMain(
0000008e`e73ff810 00007ff6`2faacc19     postgres!main(
0000008e`e73ff850 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000008e`e73ff8a0 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000008e`e73ff910 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000008e`e7bff8b8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008e`e7bff8c0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000008e`e7bffbb0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008e`e7bffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008e`e7fffb88 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
0000008e`e7fffb90 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
0000008e`e7fffc00 00007ffc`e10d4cb0     postgres!pg_signal_thread(
0000008e`e7fffd00 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008e`e7fffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004b`4cfff978 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004b`4cfff980 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000004b`4cfffc70 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004b`4cfffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004b`4cbff988 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004b`4cbff990 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000004b`4cbffc80 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004b`4cbffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004b`4c7ffb18 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
0000004b`4c7ffb20 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
0000004b`4c7ffb90 00007ffc`e10d4cb0     postgres!pg_signal_thread(
0000004b`4c7ffc90 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004b`4c7ffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004b`4c3ff6d8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004b`4c3ff6e0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000004b`4c3ff9d0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004b`4c3ffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004b`4bfff160 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000004b`4bfff1a0 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
0000004b`4bfff1e0 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000004b`4bfff230 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000004b`4bfff280 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000004b`4bfffba0 00007ff6`2f4afac3     postgres!PostmasterMain(
0000004b`4bfffd40 00007ff6`2faacc19     postgres!main(
0000004b`4bfffd80 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000004b`4bfffdd0 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000004b`4bfffe40 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f2`20dfeb50 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f2`20dfeb90 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
000000f2`20dfebd0 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f2`20dfec20 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000f2`20dfec70 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f2`20dff590 00007ff6`2f4afac3     postgres!PostmasterMain(
000000f2`20dff730 00007ff6`2faacc19     postgres!main(
000000f2`20dff770 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f2`20dff7c0 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f2`20dff830 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f2`211ff7b8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f2`211ff7c0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000f2`211ffab0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f2`211ffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f2`219ff6b8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
000000f2`219ff6c0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
000000f2`219ff730 00007ffc`e10d4cb0     postgres!pg_signal_thread(
000000f2`219ff830 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f2`219ff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f2`21dffa18 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f2`21dffa20 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000f2`21dffd10 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f2`21dffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f2`215ff5b8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f2`215ff5c0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000f2`215ff8b0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f2`215ff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c7`b35ff838 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
000000c7`b35ff840 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
000000c7`b35ff8b0 00007ffc`e10d4cb0     postgres!pg_signal_thread(
000000c7`b35ff9b0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c7`b35ff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c7`b31ff8d8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c7`b31ff8e0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000c7`b31ffbd0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c7`b31ffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c7`b29fea40 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c7`b29fea80 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
000000c7`b29feac0 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c7`b29feb10 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000c7`b29feb60 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c7`b29ff480 00007ff6`2f4afac3     postgres!PostmasterMain(
000000c7`b29ff620 00007ff6`2faacc19     postgres!main(
000000c7`b29ff660 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c7`b29ff6b0 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c7`b29ff720 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c7`b2dff528 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c7`b2dff530 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000c7`b2dff820 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c7`b2dff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c7`b39ffbd8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c7`b39ffbe0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000c7`b39ffed0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c7`b39fff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b8`ecfff7e8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b8`ecfff7f0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000b8`ecfffae0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b8`ecfffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b8`ec3ff8c8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b8`ec3ff8d0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000b8`ec3ffbc0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b8`ec3ffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b8`ec7ff7f8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b8`ec7ff800 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000b8`ec7ffaf0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b8`ec7ffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b8`ebfff1a0 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b8`ebfff1e0 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
000000b8`ebfff220 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000b8`ebfff270 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000b8`ebfff2c0 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000b8`ebfffbe0 00007ff6`2f4afac3     postgres!PostmasterMain(
000000b8`ebfffd80 00007ff6`2faacc19     postgres!main(
000000b8`ebfffdc0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b8`ebfffe10 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000b8`ebfffe80 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000b8`ecbffa48 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
000000b8`ecbffa50 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
000000b8`ecbffac0 00007ffc`e10d4cb0     postgres!pg_signal_thread(
000000b8`ecbffbc0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b8`ecbffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000048`e41fee70 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000048`e41feeb0 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
00000048`e41feef0 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000048`e41fef40 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000048`e41fef90 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000048`e41ff8b0 00007ff6`2f4afac3     postgres!PostmasterMain(
00000048`e41ffa50 00007ff6`2faacc19     postgres!main(
00000048`e41ffa90 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000048`e41ffae0 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000048`e41ffb50 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000048`e45ff768 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000048`e45ff770 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000048`e45ffa60 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000048`e45ffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000048`e49ff748 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000048`e49ff750 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000048`e49ffa40 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000048`e49ffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000048`e4dffbc8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
00000048`e4dffbd0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
00000048`e4dffc40 00007ffc`e10d4cb0     postgres!pg_signal_thread(
00000048`e4dffd40 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000048`e4dffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000048`e51ff468 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000048`e51ff470 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000048`e51ff760 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000048`e51ff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002c`7a9ffbc8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002c`7a9ffbd0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000002c`7a9ffec0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002c`7a9ffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002c`7a5fef40 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000002c`7a5fef80 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
0000002c`7a5fefc0 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000002c`7a5ff010 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000002c`7a5ff060 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000002c`7a5ff980 00007ff6`2f4afac3     postgres!PostmasterMain(
0000002c`7a5ffb20 00007ff6`2faacc19     postgres!main(
0000002c`7a5ffb60 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000002c`7a5ffbb0 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000002c`7a5ffc20 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000002c`7adffb38 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002c`7adffb40 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000002c`7adffe30 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002c`7adffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002c`7b1ffd28 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
0000002c`7b1ffd30 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
0000002c`7b1ffda0 00007ffc`e10d4cb0     postgres!pg_signal_thread(
0000002c`7b1ffea0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002c`7b1ffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002c`7b5ff568 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002c`7b5ff570 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000002c`7b5ff860 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002c`7b5ff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ca`d2dffaf8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ca`d2dffb00 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000ca`d2dffdf0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ca`d2dffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ca`d29ff998 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
000000ca`d29ff9a0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
000000ca`d29ffa10 00007ffc`e10d4cb0     postgres!pg_signal_thread(
000000ca`d29ffb10 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ca`d29ffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ca`d21ff8b8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ca`d21ff8c0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000ca`d21ffbb0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ca`d21ffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ca`d1dff7d8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ca`d1dff7e0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000ca`d1dffad0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ca`d1dffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ca`d19fedd0 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ca`d19fee10 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
000000ca`d19fee50 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ca`d19feea0 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000ca`d19feef0 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ca`d19ff810 00007ff6`2f4afac3     postgres!PostmasterMain(
000000ca`d19ff9b0 00007ff6`2faacc19     postgres!main(
000000ca`d19ff9f0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ca`d19ffa40 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ca`d19ffab0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ca`d25ffa88 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ca`d25ffa90 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000ca`d25ffd80 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ca`d25ffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e5`e81ff8b8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
000000e5`e81ff8c0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
000000e5`e81ff930 00007ffc`e10d4cb0     postgres!pg_signal_thread(
000000e5`e81ffa30 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e5`e81ffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e5`e75ff0c0 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e5`e75ff100 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
000000e5`e75ff140 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000e5`e75ff190 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000e5`e75ff1e0 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000e5`e75ffb00 00007ff6`2f4afac3     postgres!PostmasterMain(
000000e5`e75ffca0 00007ff6`2faacc19     postgres!main(
000000e5`e75ffce0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e5`e75ffd30 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e5`e75ffda0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000e5`e79ffac8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e5`e79ffad0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000e5`e79ffdc0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e5`e79ffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e5`e7dff7d8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e5`e7dff7e0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000e5`e7dffad0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e5`e7dffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e5`e85ffa28 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e5`e85ffa30 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000e5`e85ffd20 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e5`e85ffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009c`977ffd48 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
0000009c`977ffd50 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
0000009c`977ffdc0 00007ffc`e10d4cb0     postgres!pg_signal_thread(
0000009c`977ffec0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009c`977ffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009c`96bfed00 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000009c`96bfed40 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
0000009c`96bfed80 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000009c`96bfedd0 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000009c`96bfee20 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000009c`96bff740 00007ff6`2f4afac3     postgres!PostmasterMain(
0000009c`96bff8e0 00007ff6`2faacc19     postgres!main(
0000009c`96bff920 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000009c`96bff970 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000009c`96bff9e0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000009c`96fff9a8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009c`96fff9b0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000009c`96fffca0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009c`96fffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009c`973ff678 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009c`973ff680 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000009c`973ff970 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009c`973ff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009c`97bff558 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009c`97bff560 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000009c`97bff850 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009c`97bff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`013ff678 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
00000001`013ff680 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
00000001`013ff6f0 00007ffc`e10d4cb0     postgres!pg_signal_thread(
00000001`013ff7f0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000001`013ff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`007fee90 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000001`007feed0 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
00000001`007fef10 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000001`007fef60 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000001`007fefb0 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000001`007ff8d0 00007ff6`2f4afac3     postgres!PostmasterMain(
00000001`007ffa70 00007ff6`2faacc19     postgres!main(
00000001`007ffab0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000001`007ffb00 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000001`007ffb70 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000001`00bff838 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000001`00bff840 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000001`00bffb30 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000001`00bffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`00fff8b8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000001`00fff8c0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000001`00fffbb0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000001`00fffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`017ff518 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000001`017ff520 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000001`017ff810 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000001`017ff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000095`b25ffa98 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
00000095`b25ffaa0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
00000095`b25ffb10 00007ffc`e10d4cb0     postgres!pg_signal_thread(
00000095`b25ffc10 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000095`b25ffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000095`b19feb70 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000095`b19febb0 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
00000095`b19febf0 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000095`b19fec40 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000095`b19fec90 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000095`b19ff5b0 00007ff6`2f4afac3     postgres!PostmasterMain(
00000095`b19ff750 00007ff6`2faacc19     postgres!main(
00000095`b19ff790 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000095`b19ff7e0 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000095`b19ff850 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000095`b1dff988 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000095`b1dff990 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000095`b1dffc80 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000095`b1dffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000095`b21ff4a8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000095`b21ff4b0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000095`b21ff7a0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000095`b21ff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000095`b29ff6a8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000095`b29ff6b0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000095`b29ff9a0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000095`b29ff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007b`9b9ffb58 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
0000007b`9b9ffb60 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
0000007b`9b9ffbd0 00007ffc`e10d4cb0     postgres!pg_signal_thread(
0000007b`9b9ffcd0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007b`9b9ffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007b`9a9feef0 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000007b`9a9fef30 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
0000007b`9a9fef70 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000007b`9a9fefc0 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000007b`9a9ff010 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000007b`9a9ff930 00007ff6`2f4afac3     postgres!PostmasterMain(
0000007b`9a9ffad0 00007ff6`2faacc19     postgres!main(
0000007b`9a9ffb10 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000007b`9a9ffb60 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000007b`9a9ffbd0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000007b`9adff548 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007b`9adff550 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000007b`9adff840 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007b`9adff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007b`9b1ffbe8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007b`9b1ffbf0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000007b`9b1ffee0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007b`9b1fff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007b`9b5ff768 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007b`9b5ff770 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000007b`9b5ffa60 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007b`9b5ffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007b`9bdff938 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007b`9bdff940 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000007b`9bdffc30 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007b`9bdffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000017`ef3ff7b8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
00000017`ef3ff7c0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
00000017`ef3ff830 00007ffc`e10d4cb0     postgres!pg_signal_thread(
00000017`ef3ff930 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000017`ef3ff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000017`ee7fefd0 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000017`ee7ff010 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
00000017`ee7ff050 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000017`ee7ff0a0 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000017`ee7ff0f0 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000017`ee7ffa10 00007ff6`2f4afac3     postgres!PostmasterMain(
00000017`ee7ffbb0 00007ff6`2faacc19     postgres!main(
00000017`ee7ffbf0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000017`ee7ffc40 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000017`ee7ffcb0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000017`eebff9e8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000017`eebff9f0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000017`eebffce0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000017`eebffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000017`eefff718 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000017`eefff720 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000017`eefffa10 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000017`eefffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000017`ef7ff828 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000017`ef7ff830 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000017`ef7ffb20 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000017`ef7ffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005e`905ff938 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005e`905ff940 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000005e`905ffc30 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005e`905ffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005e`901ffd48 00007ff6`2f5f5957     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
0000005e`901ffd50 00007ff6`2f4afa84     postgres!SubPostmasterMain(
0000005e`901ffdc0 00007ff6`2faacc19     postgres!main(
0000005e`901ffe00 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000005e`901ffe50 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000005e`901ffec0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
0000005e`901ffef0 00007ffc`e10d4cb0     postgres!mainCRTStartup(
0000005e`901fff20 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005e`901fff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005e`909ff4b8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005e`909ff4c0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000005e`909ff7b0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005e`909ff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d6`ff1ff638 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d6`ff1ff640 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000d6`ff1ff930 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d6`ff1ff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d6`fedfed30 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d6`fedfed70 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
000000d6`fedfedb0 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000d6`fedfee00 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000d6`fedfee50 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000d6`fedff770 00007ff6`2f4afac3     postgres!PostmasterMain(
000000d6`fedff910 00007ff6`2faacc19     postgres!main(
000000d6`fedff950 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d6`fedff9a0 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d6`fedffa10 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000d6`ff5ff948 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d6`ff5ff950 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000d6`ff5ffc40 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d6`ff5ffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d6`ff9ffc68 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
000000d6`ff9ffc70 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
000000d6`ff9ffce0 00007ffc`e10d4cb0     postgres!pg_signal_thread(
000000d6`ff9ffde0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d6`ff9ffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d6`ffdff658 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d6`ffdff660 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000d6`ffdff950 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d6`ffdff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b7`24dffb88 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b7`24dffb90 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000b7`24dffe80 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b7`24dffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b7`251ffc08 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b7`251ffc10 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000b7`251fff00 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b7`251fff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b7`249ff5d8 00007ff6`2f5f5957     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000b7`249ff5e0 00007ff6`2f4afa84     postgres!SubPostmasterMain(
000000b7`249ff650 00007ff6`2faacc19     postgres!main(
000000b7`249ff690 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b7`249ff6e0 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000b7`249ff750 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000b7`249ff780 00007ffc`e10d4cb0     postgres!mainCRTStartup(
000000b7`249ff7b0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b7`249ff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d8`617ff7c8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d8`617ff7d0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000d8`617ffac0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d8`617ffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d8`61fff518 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d8`61fff520 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000d8`61fff810 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d8`61fff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d8`61bffc18 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
000000d8`61bffc20 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
000000d8`61bffc90 00007ffc`e10d4cb0     postgres!pg_signal_thread(
000000d8`61bffd90 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d8`61bffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d8`60fff1a0 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d8`60fff1e0 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
000000d8`60fff220 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000d8`60fff270 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000d8`60fff2c0 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000d8`60fffbe0 00007ff6`2f4afac3     postgres!PostmasterMain(
000000d8`60fffd80 00007ff6`2faacc19     postgres!main(
000000d8`60fffdc0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d8`60fffe10 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d8`60fffe80 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000d8`613ffbe8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d8`613ffbf0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000d8`613ffee0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d8`613fff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c9`a11ffd18 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
000000c9`a11ffd20 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
000000c9`a11ffd90 00007ffc`e10d4cb0     postgres!pg_signal_thread(
000000c9`a11ffe90 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c9`a11ffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c9`a01fed40 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c9`a01fed80 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
000000c9`a01fedc0 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c9`a01fee10 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000c9`a01fee60 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c9`a01ff780 00007ff6`2f4afac3     postgres!PostmasterMain(
000000c9`a01ff920 00007ff6`2faacc19     postgres!main(
000000c9`a01ff960 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c9`a01ff9b0 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c9`a01ffa20 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c9`a05ff458 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c9`a05ff460 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000c9`a05ff750 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c9`a05ff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c9`a09ff708 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c9`a09ff710 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000c9`a09ffa00 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c9`a09ffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c9`a0dff578 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c9`a0dff580 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000c9`a0dff870 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c9`a0dff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c9`a15ffac8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c9`a15ffad0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000c9`a15ffdc0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c9`a15ffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e8`823ffaf8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
000000e8`823ffb00 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
000000e8`823ffb70 00007ffc`e10d4cb0     postgres!pg_signal_thread(
000000e8`823ffc70 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e8`823ffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e8`817feda0 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e8`817fede0 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
000000e8`817fee20 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000e8`817fee70 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000e8`817feec0 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000e8`817ff7e0 00007ff6`2f4afac3     postgres!PostmasterMain(
000000e8`817ff980 00007ff6`2faacc19     postgres!main(
000000e8`817ff9c0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e8`817ffa10 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e8`817ffa80 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000e8`81bffaa8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e8`81bffab0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000e8`81bffda0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e8`81bffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e8`81fffa28 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e8`81fffa30 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000e8`81fffd20 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e8`81fffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e8`827ff7b8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e8`827ff7c0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000e8`827ffab0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e8`827ffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001d`d89ffa48 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
0000001d`d89ffa50 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
0000001d`d89ffac0 00007ffc`e10d4cb0     postgres!pg_signal_thread(
0000001d`d89ffbc0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001d`d89ffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001d`d7dfeb40 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000001d`d7dfeb80 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
0000001d`d7dfebc0 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000001d`d7dfec10 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000001d`d7dfec60 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000001d`d7dff580 00007ff6`2f4afac3     postgres!PostmasterMain(
0000001d`d7dff720 00007ff6`2faacc19     postgres!main(
0000001d`d7dff760 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000001d`d7dff7b0 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000001d`d7dff820 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000001d`d81ffc18 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001d`d81ffc20 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000001d`d81fff10 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001d`d81fff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001d`d85ff848 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001d`d85ff850 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000001d`d85ffb40 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001d`d85ffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001d`d8dff4f8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001d`d8dff500 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000001d`d8dff7f0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001d`d8dff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000db`5d1ffa08 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000db`5d1ffa10 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000db`5d1ffd00 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000db`5d1ffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000db`5d9ff6f8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
000000db`5d9ff700 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
000000db`5d9ff770 00007ffc`e10d4cb0     postgres!pg_signal_thread(
000000db`5d9ff870 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000db`5d9ff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000db`5ddff718 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000db`5ddff720 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000db`5ddffa10 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000db`5ddffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000db`5cdfee80 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000db`5cdfeec0 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
000000db`5cdfef00 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000db`5cdfef50 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000db`5cdfefa0 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000db`5cdff8c0 00007ff6`2f4afac3     postgres!PostmasterMain(
000000db`5cdffa60 00007ff6`2faacc19     postgres!main(
000000db`5cdffaa0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000db`5cdffaf0 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000db`5cdffb60 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000db`5d5ff808 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000db`5d5ff810 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000db`5d5ffb00 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000db`5d5ffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a0`46fff4d8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a0`46fff4e0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000a0`46fff7d0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a0`46fff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a0`477ff5c8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
000000a0`477ff5d0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
000000a0`477ff640 00007ffc`e10d4cb0     postgres!pg_signal_thread(
000000a0`477ff740 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a0`477ff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a0`47bff7a8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a0`47bff7b0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000a0`47bffaa0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a0`47bffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a0`46bff0b0 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a0`46bff0f0 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
000000a0`46bff130 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000a0`46bff180 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000a0`46bff1d0 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a0`46bffaf0 00007ff6`2f4afac3     postgres!PostmasterMain(
000000a0`46bffc90 00007ff6`2faacc19     postgres!main(
000000a0`46bffcd0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a0`46bffd20 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a0`46bffd90 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a0`473ffb68 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a0`473ffb70 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000a0`473ffe60 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a0`473ffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000069`16dfefa0 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000069`16dfefe0 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
00000069`16dff020 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000069`16dff070 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000069`16dff0c0 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000069`16dff9e0 00007ff6`2f4afac3     postgres!PostmasterMain(
00000069`16dffb80 00007ff6`2faacc19     postgres!main(
00000069`16dffbc0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000069`16dffc10 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000069`16dffc80 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000069`175ff488 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000069`175ff490 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000069`175ff780 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000069`175ff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000069`179ff5e8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
00000069`179ff5f0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
00000069`179ff660 00007ffc`e10d4cb0     postgres!pg_signal_thread(
00000069`179ff760 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000069`179ff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000069`17dff6e8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000069`17dff6f0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000069`17dff9e0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000069`17dffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000069`171ff948 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000069`171ff950 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000069`171ffc40 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000069`171ffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002a`ab7fef70 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000002a`ab7fefb0 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
0000002a`ab7feff0 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000002a`ab7ff040 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000002a`ab7ff090 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000002a`ab7ff9b0 00007ff6`2f4afac3     postgres!PostmasterMain(
0000002a`ab7ffb50 00007ff6`2faacc19     postgres!main(
0000002a`ab7ffb90 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000002a`ab7ffbe0 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000002a`ab7ffc50 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000002a`abbff448 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002a`abbff450 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000002a`abbff740 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002a`abbff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002a`abfff6e8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002a`abfff6f0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000002a`abfff9e0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002a`abfffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002a`ac3ffc28 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
0000002a`ac3ffc30 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
0000002a`ac3ffca0 00007ffc`e10d4cb0     postgres!pg_signal_thread(
0000002a`ac3ffda0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002a`ac3ffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002a`ac7ff5d8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002a`ac7ff5e0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000002a`ac7ff8d0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002a`ac7ff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000062`6bbff5d8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000062`6bbff5e0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000062`6bbff8d0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000062`6bbff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000062`6abfec60 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000062`6abfeca0 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
00000062`6abfece0 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000062`6abfed30 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000062`6abfed80 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000062`6abff6a0 00007ff6`2f4afac3     postgres!PostmasterMain(
00000062`6abff840 00007ff6`2faacc19     postgres!main(
00000062`6abff880 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000062`6abff8d0 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000062`6abff940 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000062`6afff688 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000062`6afff690 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000062`6afff980 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000062`6afff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000062`6b3ffad8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000062`6b3ffae0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000062`6b3ffdd0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000062`6b3ffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000062`6b7ff648 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
00000062`6b7ff650 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
00000062`6b7ff6c0 00007ffc`e10d4cb0     postgres!pg_signal_thread(
00000062`6b7ff7c0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000062`6b7ff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000015`4d9ffba8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
00000015`4d9ffbb0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
00000015`4d9ffc20 00007ffc`e10d4cb0     postgres!pg_signal_thread(
00000015`4d9ffd20 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000015`4d9ffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000015`4cdff1a0 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000015`4cdff1e0 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
00000015`4cdff220 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000015`4cdff270 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000015`4cdff2c0 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000015`4cdffbe0 00007ff6`2f4afac3     postgres!PostmasterMain(
00000015`4cdffd80 00007ff6`2faacc19     postgres!main(
00000015`4cdffdc0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000015`4cdffe10 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000015`4cdffe80 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000015`4d1ff778 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000015`4d1ff780 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000015`4d1ffa70 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000015`4d1ffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000015`4d5ff968 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000015`4d5ff970 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000015`4d5ffc60 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000015`4d5ffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000015`4ddff7c8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000015`4ddff7d0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000015`4ddffac0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000015`4ddffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a0`d09ff458 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a0`d09ff460 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000a0`d09ff750 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a0`d09ff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a0`cfdfebf0 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a0`cfdfec30 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
000000a0`cfdfec70 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000a0`cfdfecc0 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000a0`cfdfed10 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a0`cfdff630 00007ff6`2f4afac3     postgres!PostmasterMain(
000000a0`cfdff7d0 00007ff6`2faacc19     postgres!main(
000000a0`cfdff810 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a0`cfdff860 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a0`cfdff8d0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a0`d01ff808 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a0`d01ff810 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000a0`d01ffb00 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a0`d01ffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a0`d05ff6a8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
000000a0`d05ff6b0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
000000a0`d05ff720 00007ffc`e10d4cb0     postgres!pg_signal_thread(
000000a0`d05ff820 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a0`d05ff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a0`d0dff688 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a0`d0dff690 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000a0`d0dff980 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a0`d0dff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000006`ba7ff448 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000006`ba7ff450 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000006`ba7ff740 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000006`ba7ff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000006`ba3ff9d8 00007ff6`2f5f5957     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000006`ba3ff9e0 00007ff6`2f4afa84     postgres!SubPostmasterMain(
00000006`ba3ffa50 00007ff6`2faacc19     postgres!main(
00000006`ba3ffa90 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000006`ba3ffae0 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000006`ba3ffb50 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000006`ba3ffb80 00007ffc`e10d4cb0     postgres!mainCRTStartup(
00000006`ba3ffbb0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000006`ba3ffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000006`babff5c8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000006`babff5d0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000006`babff8c0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000006`babff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000082`fdfffbd8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000082`fdfffbe0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000082`fdfffed0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000082`fdffff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000082`fd3ff110 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000082`fd3ff150 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
00000082`fd3ff190 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000082`fd3ff1e0 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000082`fd3ff230 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000082`fd3ffb50 00007ff6`2f4afac3     postgres!PostmasterMain(
00000082`fd3ffcf0 00007ff6`2faacc19     postgres!main(
00000082`fd3ffd30 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000082`fd3ffd80 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000082`fd3ffdf0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000082`fd7ff828 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000082`fd7ff830 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000082`fd7ffb20 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000082`fd7ffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000082`fdbffd18 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
00000082`fdbffd20 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
00000082`fdbffd90 00007ffc`e10d4cb0     postgres!pg_signal_thread(
00000082`fdbffe90 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000082`fdbffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000082`fe3ff848 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000082`fe3ff850 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000082`fe3ffb40 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000082`fe3ffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c0`231ff6d8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
000000c0`231ff6e0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
000000c0`231ff750 00007ffc`e10d4cb0     postgres!pg_signal_thread(
000000c0`231ff850 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c0`231ff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c0`225feed0 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c0`225fef10 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
000000c0`225fef50 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c0`225fefa0 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000c0`225feff0 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c0`225ff910 00007ff6`2f4afac3     postgres!PostmasterMain(
000000c0`225ffab0 00007ff6`2faacc19     postgres!main(
000000c0`225ffaf0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c0`225ffb40 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c0`225ffbb0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c0`229ff708 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c0`229ff710 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000c0`229ffa00 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c0`229ffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c0`22dff8d8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c0`22dff8e0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000c0`22dffbd0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c0`22dffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c0`235ff878 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c0`235ff880 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000c0`235ffb70 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c0`235ffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001c`fe7ff778 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001c`fe7ff780 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000001c`fe7ffa70 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001c`fe7ffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001c`fdbff170 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000001c`fdbff1b0 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
0000001c`fdbff1f0 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000001c`fdbff240 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000001c`fdbff290 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000001c`fdbffbb0 00007ff6`2f4afac3     postgres!PostmasterMain(
0000001c`fdbffd50 00007ff6`2faacc19     postgres!main(
0000001c`fdbffd90 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000001c`fdbffde0 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000001c`fdbffe50 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000001c`fdfff8f8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001c`fdfff900 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000001c`fdfffbf0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001c`fdfffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001c`fe3ffae8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
0000001c`fe3ffaf0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
0000001c`fe3ffb60 00007ffc`e10d4cb0     postgres!pg_signal_thread(
0000001c`fe3ffc60 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001c`fe3ffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001c`febff5a8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001c`febff5b0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000001c`febff8a0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001c`febff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000018`4efffc28 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
00000018`4efffc30 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
00000018`4efffca0 00007ffc`e10d4cb0     postgres!pg_signal_thread(
00000018`4efffda0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000018`4efffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000018`4e3fec30 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000018`4e3fec70 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
00000018`4e3fecb0 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000018`4e3fed00 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000018`4e3fed50 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000018`4e3ff670 00007ff6`2f4afac3     postgres!PostmasterMain(
00000018`4e3ff810 00007ff6`2faacc19     postgres!main(
00000018`4e3ff850 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000018`4e3ff8a0 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000018`4e3ff910 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000018`4e7ffb68 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000018`4e7ffb70 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000018`4e7ffe60 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000018`4e7ffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000018`4ebff888 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000018`4ebff890 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000018`4ebffb80 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000018`4ebffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000018`4f3ffb58 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000018`4f3ffb60 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000018`4f3ffe50 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000018`4f3ffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000af`f7bff4b8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000af`f7bff4c0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000af`f7bff7b0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000af`f7bff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000af`f73fef90 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000af`f73fefd0 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
000000af`f73ff010 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000af`f73ff060 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000af`f73ff0b0 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000af`f73ff9d0 00007ff6`2f4afac3     postgres!PostmasterMain(
000000af`f73ffb70 00007ff6`2faacc19     postgres!main(
000000af`f73ffbb0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000af`f73ffc00 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000af`f73ffc70 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000af`f77ff628 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000af`f77ff630 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000af`f77ff920 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000af`f77ff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000af`f7fff5e8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000af`f7fff5f0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000af`f7fff8e0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000af`f7fff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000af`f83ffb88 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
000000af`f83ffb90 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
000000af`f83ffc00 00007ffc`e10d4cb0     postgres!pg_signal_thread(
000000af`f83ffd00 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000af`f83ffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000af`f87ff858 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000af`f87ff860 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000af`f87ffb50 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000af`f87ffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000061`237fed80 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000061`237fedc0 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
00000061`237fee00 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000061`237fee50 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000061`237feea0 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000061`237ff7c0 00007ff6`2f4afac3     postgres!PostmasterMain(
00000061`237ff960 00007ff6`2faacc19     postgres!main(
00000061`237ff9a0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000061`237ff9f0 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000061`237ffa60 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000061`23bffb18 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000061`23bffb20 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000061`23bffe10 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000061`23bffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000061`23fff8c8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000061`23fff8d0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000061`23fffbc0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000061`23fffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000061`243ff9a8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
00000061`243ff9b0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
00000061`243ffa20 00007ffc`e10d4cb0     postgres!pg_signal_thread(
00000061`243ffb20 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000061`243ffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000061`247ffa38 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000061`247ffa40 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000061`247ffd30 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000061`247ffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e1`d6fff7c8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e1`d6fff7d0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000e1`d6fffac0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e1`d6fffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e1`d6bffd08 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
000000e1`d6bffd10 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
000000e1`d6bffd80 00007ffc`e10d4cb0     postgres!pg_signal_thread(
000000e1`d6bffe80 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e1`d6bffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e1`d5bfeef0 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e1`d5bfef30 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
000000e1`d5bfef70 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000e1`d5bfefc0 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000e1`d5bff010 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000e1`d5bff930 00007ff6`2f4afac3     postgres!PostmasterMain(
000000e1`d5bffad0 00007ff6`2faacc19     postgres!main(
000000e1`d5bffb10 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e1`d5bffb60 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e1`d5bffbd0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000e1`d5fff468 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e1`d5fff470 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000e1`d5fff760 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e1`d5fff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e1`d63ff988 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e1`d63ff990 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000e1`d63ffc80 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e1`d63ffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e1`d67ff908 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e1`d67ff910 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000e1`d67ffc00 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e1`d67ffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c3`067ffb08 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
000000c3`067ffb10 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
000000c3`067ffb80 00007ffc`e10d4cb0     postgres!pg_signal_thread(
000000c3`067ffc80 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c3`067ffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c3`05fff0e0 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c3`05fff120 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
000000c3`05fff160 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c3`05fff1b0 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000c3`05fff200 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c3`05fffb20 00007ff6`2f4afac3     postgres!PostmasterMain(
000000c3`05fffcc0 00007ff6`2faacc19     postgres!main(
000000c3`05fffd00 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c3`05fffd50 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c3`05fffdc0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c3`063ffa58 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c3`063ffa60 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000c3`063ffd50 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c3`063ffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c3`06bffa68 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c3`06bffa70 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000c3`06bffd60 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c3`06bffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c3`06fff868 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c3`06fff870 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000c3`06fffb60 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c3`06fffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ce`81dfebd0 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ce`81dfec10 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
000000ce`81dfec50 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ce`81dfeca0 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000ce`81dfecf0 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ce`81dff610 00007ff6`2f4afac3     postgres!PostmasterMain(
000000ce`81dff7b0 00007ff6`2faacc19     postgres!main(
000000ce`81dff7f0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ce`81dff840 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ce`81dff8b0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ce`829ffc08 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
000000ce`829ffc10 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
000000ce`829ffc80 00007ffc`e10d4cb0     postgres!pg_signal_thread(
000000ce`829ffd80 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ce`829ffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ce`82dff7b8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ce`82dff7c0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000ce`82dffab0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ce`82dffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004d`36dff010 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000004d`36dff050 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
0000004d`36dff090 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000004d`36dff0e0 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000004d`36dff130 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000004d`36dffa50 00007ff6`2f4afac3     postgres!PostmasterMain(
0000004d`36dffbf0 00007ff6`2faacc19     postgres!main(
0000004d`36dffc30 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000004d`36dffc80 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000004d`36dffcf0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000004d`371ffb28 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004d`371ffb30 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000004d`371ffe20 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004d`371ffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004d`375ff498 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004d`375ff4a0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000004d`375ff790 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004d`375ff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004d`379ff6b8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004d`379ff6c0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000004d`379ff9b0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004d`379ff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004d`37dffc18 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
0000004d`37dffc20 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
0000004d`37dffc90 00007ffc`e10d4cb0     postgres!pg_signal_thread(
0000004d`37dffd90 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004d`37dffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004d`381ff7d8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004d`381ff7e0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000004d`381ffad0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004d`381ffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007d`f67ff4b8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007d`f67ff4c0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000007d`f67ff7b0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007d`f67ff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007d`f57febf0 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000007d`f57fec30 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
0000007d`f57fec70 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000007d`f57fecc0 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000007d`f57fed10 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000007d`f57ff630 00007ff6`2f4afac3     postgres!PostmasterMain(
0000007d`f57ff7d0 00007ff6`2faacc19     postgres!main(
0000007d`f57ff810 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000007d`f57ff860 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000007d`f57ff8d0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000007d`f5bffaf8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007d`f5bffb00 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000007d`f5bffdf0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007d`f5bffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007d`f5fff618 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007d`f5fff620 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000007d`f5fff910 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007d`f5fff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007d`f63ffcf8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
0000007d`f63ffd00 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
0000007d`f63ffd70 00007ffc`e10d4cb0     postgres!pg_signal_thread(
0000007d`f63ffe70 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007d`f63ffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ec`f79ff9e8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
000000ec`f79ff9f0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
000000ec`f79ffa60 00007ffc`e10d4cb0     postgres!pg_signal_thread(
000000ec`f79ffb60 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ec`f79ffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ec`f7dffa38 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ec`f7dffa40 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000ec`f7dffd30 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ec`f7dffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ec`f6dfea80 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ec`f6dfeac0 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
000000ec`f6dfeb00 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ec`f6dfeb50 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000ec`f6dfeba0 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ec`f6dff4c0 00007ff6`2f4afac3     postgres!PostmasterMain(
000000ec`f6dff660 00007ff6`2faacc19     postgres!main(
000000ec`f6dff6a0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ec`f6dff6f0 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ec`f6dff760 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000004e`543ff568 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004e`543ff570 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000004e`543ff860 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004e`543ff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004e`533ff140 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000004e`533ff180 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
0000004e`533ff1c0 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000004e`533ff210 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000004e`533ff260 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000004e`533ffb80 00007ff6`2f4afac3     postgres!PostmasterMain(
0000004e`533ffd20 00007ff6`2faacc19     postgres!main(
0000004e`533ffd60 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000004e`533ffdb0 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000004e`533ffe20 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000004e`537ffad8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004e`537ffae0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000004e`537ffdd0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004e`537ffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004e`53fffd98 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
0000004e`53fffda0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
0000004e`53fffe10 00007ffc`e10d4cb0     postgres!pg_signal_thread(
0000004e`53ffff10 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004e`53ffff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004e`53bffb98 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004e`53bffba0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000004e`53bffe90 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004e`53bffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002f`0c7ff6b8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002f`0c7ff6c0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000002f`0c7ff9b0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002f`0c7ff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002f`0bfff9c8 00007ff6`2f5f5957     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
0000002f`0bfff9d0 00007ff6`2f4afa84     postgres!SubPostmasterMain(
0000002f`0bfffa40 00007ff6`2faacc19     postgres!main(
0000002f`0bfffa80 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000002f`0bfffad0 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000002f`0bfffb40 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
0000002f`0bfffb70 00007ffc`e10d4cb0     postgres!mainCRTStartup(
0000002f`0bfffba0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002f`0bfffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002f`0c3ff818 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002f`0c3ff820 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000002f`0c3ffb10 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002f`0c3ffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004f`903ff448 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004f`903ff450 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000004f`903ff740 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004f`903ff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004f`8fbfeba0 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000004f`8fbfebe0 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
0000004f`8fbfec20 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000004f`8fbfec70 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000004f`8fbfecc0 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000004f`8fbff5e0 00007ff6`2f4afac3     postgres!PostmasterMain(
0000004f`8fbff780 00007ff6`2faacc19     postgres!main(
0000004f`8fbff7c0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000004f`8fbff810 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000004f`8fbff880 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000004f`907ff8b8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
0000004f`907ff8c0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
0000004f`907ff930 00007ffc`e10d4cb0     postgres!pg_signal_thread(
0000004f`907ffa30 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004f`907ffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004f`90fffc08 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004f`90fffc10 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000004f`90ffff00 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004f`90ffff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004f`8ffff8a8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004f`8ffff8b0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000004f`8ffffba0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004f`8ffffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000096`665ff828 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000096`665ff830 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000096`665ffb20 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000096`665ffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000096`661ffc88 00007ff6`2f5f5957     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000096`661ffc90 00007ff6`2f4afa84     postgres!SubPostmasterMain(
00000096`661ffd00 00007ff6`2faacc19     postgres!main(
00000096`661ffd40 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000096`661ffd90 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000096`661ffe00 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000096`661ffe30 00007ffc`e10d4cb0     postgres!mainCRTStartup(
00000096`661ffe60 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000096`661ffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000096`669ff6b8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000096`669ff6c0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000096`669ff9b0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000096`669ff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000b`de3ff758 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000b`de3ff760 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000000b`de3ffa50 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000b`de3ffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000b`ddfff9e8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000b`ddfff9f0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000000b`ddfffce0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000b`ddfffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000b`ddbfef10 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000000b`ddbfef50 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
0000000b`ddbfef90 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000000b`ddbfefe0 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000000b`ddbff030 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000000b`ddbff950 00007ff6`2f4afac3     postgres!PostmasterMain(
0000000b`ddbffaf0 00007ff6`2faacc19     postgres!main(
0000000b`ddbffb30 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000000b`ddbffb80 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000000b`ddbffbf0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000000b`de7ffd58 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
0000000b`de7ffd60 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
0000000b`de7ffdd0 00007ffc`e10d4cb0     postgres!pg_signal_thread(
0000000b`de7ffed0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000b`de7fff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000b`debff928 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000b`debff930 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000000b`debffc20 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000b`debffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000087`d91fec20 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000087`d91fec60 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
00000087`d91feca0 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000087`d91fecf0 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000087`d91fed40 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000087`d91ff660 00007ff6`2f4afac3     postgres!PostmasterMain(
00000087`d91ff800 00007ff6`2faacc19     postgres!main(
00000087`d91ff840 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000087`d91ff890 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000087`d91ff900 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000087`d9dffcb8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
00000087`d9dffcc0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
00000087`d9dffd30 00007ffc`e10d4cb0     postgres!pg_signal_thread(
00000087`d9dffe30 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000087`d9dffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000087`da1ff468 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000087`da1ff470 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000087`da1ff760 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000087`da1ff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000087`d95ffa78 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000087`d95ffa80 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000087`d95ffd70 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000087`d95ffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000069`42bffba8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
00000069`42bffbb0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
00000069`42bffc20 00007ffc`e10d4cb0     postgres!pg_signal_thread(
00000069`42bffd20 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000069`42bffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000069`42fff508 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000069`42fff510 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000069`42fff800 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000069`42fff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000069`427ff918 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000069`427ff920 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000069`427ffc10 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000069`427ffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000069`423ff9c8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000069`423ff9d0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000069`423ffcc0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000069`423ffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000069`41ffed90 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000069`41ffedd0 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
00000069`41ffee10 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000069`41ffee60 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000069`41ffeeb0 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000069`41fff7d0 00007ff6`2f4afac3     postgres!PostmasterMain(
00000069`41fff970 00007ff6`2faacc19     postgres!main(
00000069`41fff9b0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000069`41fffa00 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000069`41fffa70 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a6`527ff7d8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a6`527ff7e0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000a6`527ffad0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a6`527ffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a6`523feea0 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a6`523feee0 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
000000a6`523fef20 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000a6`523fef70 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000a6`523fefc0 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a6`523ff8e0 00007ff6`2f4afac3     postgres!PostmasterMain(
000000a6`523ffa80 00007ff6`2faacc19     postgres!main(
000000a6`523ffac0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a6`523ffb10 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a6`523ffb80 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a6`52fff4a8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a6`52fff4b0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000a6`52fff7a0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a6`52fff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a6`52bff838 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a6`52bff840 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000a6`52bffb30 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a6`52bffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a6`533ff5e8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
000000a6`533ff5f0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
000000a6`533ff660 00007ffc`e10d4cb0     postgres!pg_signal_thread(
000000a6`533ff760 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a6`533ff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a6`537ff8b8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a6`537ff8c0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000a6`537ffbb0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a6`537ffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`01bffaf8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000001`01bffb00 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000001`01bffdf0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000001`01bffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`007ff080 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000001`007ff0c0 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
00000001`007ff100 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000001`007ff150 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000001`007ff1a0 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000001`007ffac0 00007ff6`2f4afac3     postgres!PostmasterMain(
00000001`007ffc60 00007ff6`2faacc19     postgres!main(
00000001`007ffca0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000001`007ffcf0 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000001`007ffd60 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000001`00bffad8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000001`00bffae0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000001`00bffdd0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000001`00bffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`00fff918 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000001`00fff920 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000001`00fffc10 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000001`00fffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`013ffa48 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000001`013ffa50 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000001`013ffd40 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000001`013ffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`017ff8c8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
00000001`017ff8d0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
00000001`017ff940 00007ffc`e10d4cb0     postgres!pg_signal_thread(
00000001`017ffa40 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000001`017ffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000054`66fff5e8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
00000054`66fff5f0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
00000054`66fff660 00007ffc`e10d4cb0     postgres!pg_signal_thread(
00000054`66fff760 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000054`66fff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000054`663fea00 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000054`663fea40 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
00000054`663fea80 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000054`663fead0 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000054`663feb20 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000054`663ff440 00007ff6`2f4afac3     postgres!PostmasterMain(
00000054`663ff5e0 00007ff6`2faacc19     postgres!main(
00000054`663ff620 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000054`663ff670 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000054`663ff6e0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000054`667ffbf8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000054`667ffc00 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000054`667ffef0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000054`667fff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000054`66bff5b8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000054`66bff5c0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000054`66bff8b0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000054`66bff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000054`673ffab8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000054`673ffac0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000054`673ffdb0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000054`673ffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cb`183ff538 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cb`183ff540 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000cb`183ff830 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cb`183ff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cb`17bfed80 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000cb`17bfedc0 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
000000cb`17bfee00 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000cb`17bfee50 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000cb`17bfeea0 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000cb`17bff7c0 00007ff6`2f4afac3     postgres!PostmasterMain(
000000cb`17bff960 00007ff6`2faacc19     postgres!main(
000000cb`17bff9a0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000cb`17bff9f0 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000cb`17bffa60 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000cb`17fffa88 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cb`17fffa90 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000cb`17fffd80 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cb`17fffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cb`18bff568 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cb`18bff570 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000cb`18bff860 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cb`18bff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cb`187ffc88 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
000000cb`187ffc90 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
000000cb`187ffd00 00007ffc`e10d4cb0     postgres!pg_signal_thread(
000000cb`187ffe00 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cb`187ffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008b`7d9ff6d8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
0000008b`7d9ff6e0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
0000008b`7d9ff750 00007ffc`e10d4cb0     postgres!pg_signal_thread(
0000008b`7d9ff850 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008b`7d9ff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008b`7cdfee30 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000008b`7cdfee70 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
0000008b`7cdfeeb0 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000008b`7cdfef00 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000008b`7cdfef50 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000008b`7cdff870 00007ff6`2f4afac3     postgres!PostmasterMain(
0000008b`7cdffa10 00007ff6`2faacc19     postgres!main(
0000008b`7cdffa50 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000008b`7cdffaa0 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000008b`7cdffb10 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000008b`7ddffa68 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008b`7ddffa70 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000008b`7ddffd60 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008b`7ddffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008d`769ff190 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000008d`769ff1d0 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
0000008d`769ff210 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000008d`769ff260 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000008d`769ff2b0 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000008d`769ffbd0 00007ff6`2f4afac3     postgres!PostmasterMain(
0000008d`769ffd70 00007ff6`2faacc19     postgres!main(
0000008d`769ffdb0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000008d`769ffe00 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000008d`769ffe70 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000008d`77dff508 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008d`77dff510 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000008d`77dff800 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008d`77dff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008d`779ffda8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
0000008d`779ffdb0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
0000008d`779ffe20 00007ffc`e10d4cb0     postgres!pg_signal_thread(
0000008d`779fff20 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008d`779fff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008d`775ff688 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008d`775ff690 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000008d`775ff980 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008d`775ff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008d`771ff8a8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008d`771ff8b0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000008d`771ffba0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008d`771ffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008d`76dff778 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008d`76dff780 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000008d`76dffa70 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008d`76dffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f1`72bff7b8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f1`72bff7c0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000f1`72bffab0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f1`72bffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f1`71bfeff0 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f1`71bff030 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
000000f1`71bff070 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f1`71bff0c0 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000f1`71bff110 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f1`71bffa30 00007ff6`2f4afac3     postgres!PostmasterMain(
000000f1`71bffbd0 00007ff6`2faacc19     postgres!main(
000000f1`71bffc10 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f1`71bffc60 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f1`71bffcd0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f1`71fffab8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f1`71fffac0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000f1`71fffdb0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f1`71fffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f1`723ffbb8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
000000f1`723ffbc0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
000000f1`723ffc30 00007ffc`e10d4cb0     postgres!pg_signal_thread(
000000f1`723ffd30 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f1`723ffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f1`727ff458 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f1`727ff460 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000f1`727ff750 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f1`727ff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d6`f4bff8f8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
000000d6`f4bff900 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
000000d6`f4bff970 00007ffc`e10d4cb0     postgres!pg_signal_thread(
000000d6`f4bffa70 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d6`f4bffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d6`f3fff100 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d6`f3fff140 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
000000d6`f3fff180 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000d6`f3fff1d0 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000d6`f3fff220 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000d6`f3fffb40 00007ff6`2f4afac3     postgres!PostmasterMain(
000000d6`f3fffce0 00007ff6`2faacc19     postgres!main(
000000d6`f3fffd20 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d6`f3fffd70 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d6`f3fffde0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000d6`f43ff748 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d6`f43ff750 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000d6`f43ffa40 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d6`f43ffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d6`f47ff918 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d6`f47ff920 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000d6`f47ffc10 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d6`f47ffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d6`f4fff768 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d6`f4fff770 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000d6`f4fffa60 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d6`f4fffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008e`fcdffb38 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008e`fcdffb40 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000008e`fcdffe30 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008e`fcdffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008e`fd5ff928 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008e`fd5ff930 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000008e`fd5ffc20 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008e`fd5ffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008e`fc5fedc0 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000008e`fc5fee00 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
0000008e`fc5fee40 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000008e`fc5fee90 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000008e`fc5feee0 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000008e`fc5ff800 00007ff6`2f4afac3     postgres!PostmasterMain(
0000008e`fc5ff9a0 00007ff6`2faacc19     postgres!main(
0000008e`fc5ff9e0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000008e`fc5ffa30 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000008e`fc5ffaa0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000008e`fc9ffaa8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008e`fc9ffab0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000008e`fc9ffda0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008e`fc9ffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008e`fd1ffd18 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
0000008e`fd1ffd20 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
0000008e`fd1ffd90 00007ffc`e10d4cb0     postgres!pg_signal_thread(
0000008e`fd1ffe90 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008e`fd1ffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006b`2c3feff0 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000006b`2c3ff030 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
0000006b`2c3ff070 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000006b`2c3ff0c0 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000006b`2c3ff110 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000006b`2c3ffa30 00007ff6`2f4afac3     postgres!PostmasterMain(
0000006b`2c3ffbd0 00007ff6`2faacc19     postgres!main(
0000006b`2c3ffc10 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000006b`2c3ffc60 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000006b`2c3ffcd0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000006b`2d7ff838 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006b`2d7ff840 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000006b`2d7ffb30 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006b`2d7ffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006b`2d3ff7b8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
0000006b`2d3ff7c0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
0000006b`2d3ff830 00007ffc`e10d4cb0     postgres!pg_signal_thread(
0000006b`2d3ff930 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006b`2d3ff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a6`f53ff978 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a6`f53ff980 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000a6`f53ffc70 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a6`f53ffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a6`f5bff468 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a6`f5bff470 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000a6`f5bff760 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a6`f5bff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a6`f4bfea10 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a6`f4bfea50 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
000000a6`f4bfea90 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000a6`f4bfeae0 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000a6`f4bfeb30 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a6`f4bff450 00007ff6`2f4afac3     postgres!PostmasterMain(
000000a6`f4bff5f0 00007ff6`2faacc19     postgres!main(
000000a6`f4bff630 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a6`f4bff680 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a6`f4bff6f0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a6`f4fff8f8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a6`f4fff900 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000a6`f4fffbf0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a6`f4fffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a6`f57ff738 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
000000a6`f57ff740 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
000000a6`f57ff7b0 00007ffc`e10d4cb0     postgres!pg_signal_thread(
000000a6`f57ff8b0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a6`f57ff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003a`f23ffc28 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
0000003a`f23ffc30 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
0000003a`f23ffca0 00007ffc`e10d4cb0     postgres!pg_signal_thread(
0000003a`f23ffda0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003a`f23ffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003a`f1fffb18 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003a`f1fffb20 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000003a`f1fffe10 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003a`f1fffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003a`f2bff988 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003a`f2bff990 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000003a`f2bffc80 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003a`f2bffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003a`f27ffb88 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003a`f27ffb90 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000003a`f27ffe80 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003a`f27ffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003a`f1bff010 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000003a`f1bff050 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
0000003a`f1bff090 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000003a`f1bff0e0 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000003a`f1bff130 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000003a`f1bffa50 00007ff6`2f4afac3     postgres!PostmasterMain(
0000003a`f1bffbf0 00007ff6`2faacc19     postgres!main(
0000003a`f1bffc30 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000003a`f1bffc80 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000003a`f1bffcf0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000057`8b5ff7e8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
00000057`8b5ff7f0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
00000057`8b5ff860 00007ffc`e10d4cb0     postgres!pg_signal_thread(
00000057`8b5ff960 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000057`8b5ff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000057`8b1ff608 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000057`8b1ff610 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000057`8b1ff900 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000057`8b1ff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000057`8adfec20 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000057`8adfec60 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
00000057`8adfeca0 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000057`8adfecf0 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000057`8adfed40 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000057`8adff660 00007ff6`2f4afac3     postgres!PostmasterMain(
00000057`8adff800 00007ff6`2faacc19     postgres!main(
00000057`8adff840 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000057`8adff890 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000057`8adff900 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000057`8bdff528 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000057`8bdff530 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000057`8bdff820 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000057`8bdff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000057`8b9ffb48 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000057`8b9ffb50 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000057`8b9ffe40 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000057`8b9ffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b6`5e5ff7d8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b6`5e5ff7e0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000b6`5e5ffad0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b6`5e5ffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b6`5e1ff7a8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b6`5e1ff7b0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000b6`5e1ffaa0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b6`5e1ffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b6`5ddfee30 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b6`5ddfee70 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
000000b6`5ddfeeb0 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000b6`5ddfef00 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000b6`5ddfef50 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000b6`5ddff870 00007ff6`2f4afac3     postgres!PostmasterMain(
000000b6`5ddffa10 00007ff6`2faacc19     postgres!main(
000000b6`5ddffa50 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b6`5ddffaa0 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000b6`5ddffb10 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000b6`5edff4d8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b6`5edff4e0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000b6`5edff7d0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b6`5edff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b6`5e9ff818 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
000000b6`5e9ff820 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
000000b6`5e9ff890 00007ffc`e10d4cb0     postgres!pg_signal_thread(
000000b6`5e9ff990 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b6`5e9ff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000035`565ffc08 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
00000035`565ffc10 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
00000035`565ffc80 00007ffc`e10d4cb0     postgres!pg_signal_thread(
00000035`565ffd80 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000035`565ffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000035`55dffaa8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000035`55dffab0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000035`55dffda0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000035`55dffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000035`559fed80 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000035`559fedc0 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
00000035`559fee00 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000035`559fee50 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000035`559feea0 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000035`559ff7c0 00007ff6`2f4afac3     postgres!PostmasterMain(
00000035`559ff960 00007ff6`2faacc19     postgres!main(
00000035`559ff9a0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000035`559ff9f0 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000035`559ffa60 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000035`569ff7a8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000035`569ff7b0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000035`569ffaa0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000035`569ffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000035`561ffa28 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000035`561ffa30 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000035`561ffd20 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000035`561ffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000032`b8bffb28 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000032`b8bffb30 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000032`b8bffe20 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000032`b8bffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000032`b87ff888 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
00000032`b87ff890 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
00000032`b87ff900 00007ffc`e10d4cb0     postgres!pg_signal_thread(
00000032`b87ffa00 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000032`b87ffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000032`b83ffc18 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000032`b83ffc20 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000032`b83fff10 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000032`b83fff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000032`b7fff928 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000032`b7fff930 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000032`b7fffc20 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000032`b7fffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000032`b7bff060 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000032`b7bff0a0 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
00000032`b7bff0e0 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000032`b7bff130 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000032`b7bff180 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000032`b7bffaa0 00007ff6`2f4afac3     postgres!PostmasterMain(
00000032`b7bffc40 00007ff6`2faacc19     postgres!main(
00000032`b7bffc80 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000032`b7bffcd0 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000032`b7bffd40 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000004a`b91ffc38 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004a`b91ffc40 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000004a`b91fff30 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004a`b91fff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004a`b85febb0 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000004a`b85febf0 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
0000004a`b85fec30 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000004a`b85fec80 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000004a`b85fecd0 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000004a`b85ff5f0 00007ff6`2f4afac3     postgres!PostmasterMain(
0000004a`b85ff790 00007ff6`2faacc19     postgres!main(
0000004a`b85ff7d0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000004a`b85ff820 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000004a`b85ff890 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000004a`b89ff478 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004a`b89ff480 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000004a`b89ff770 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004a`b89ff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004a`b8dff9e8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004a`b8dff9f0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000004a`b8dffce0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004a`b8dffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004a`b99ff8a8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004a`b99ff8b0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000004a`b99ffba0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004a`b99ffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004a`b95ff6b8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
0000004a`b95ff6c0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
0000004a`b95ff730 00007ffc`e10d4cb0     postgres!pg_signal_thread(
0000004a`b95ff830 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004a`b95ff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fc`03fffa38 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
000000fc`03fffa40 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
000000fc`03fffab0 00007ffc`e10d4cb0     postgres!pg_signal_thread(
000000fc`03fffbb0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fc`03fffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fc`043ff8c8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fc`043ff8d0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000fc`043ffbc0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fc`043ffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fc`037ff6b8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fc`037ff6c0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000fc`037ff9b0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fc`037ff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fc`033ff010 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000fc`033ff050 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
000000fc`033ff090 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000fc`033ff0e0 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000fc`033ff130 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000fc`033ffa50 00007ff6`2f4afac3     postgres!PostmasterMain(
000000fc`033ffbf0 00007ff6`2faacc19     postgres!main(
000000fc`033ffc30 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000fc`033ffc80 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000fc`033ffcf0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000fc`03bff7b8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fc`03bff7c0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000fc`03bffab0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fc`03bffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000092`8c1ff1b0 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000092`8c1ff1f0 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
00000092`8c1ff230 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000092`8c1ff280 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000092`8c1ff2d0 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000092`8c1ffbf0 00007ff6`2f4afac3     postgres!PostmasterMain(
00000092`8c1ffd90 00007ff6`2faacc19     postgres!main(
00000092`8c1ffdd0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000092`8c1ffe20 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000092`8c1ffe90 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000092`8c9ffcc8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
00000092`8c9ffcd0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
00000092`8c9ffd40 00007ffc`e10d4cb0     postgres!pg_signal_thread(
00000092`8c9ffe40 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000092`8c9ffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000092`8cdff778 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000092`8cdff780 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000092`8cdffa70 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000092`8cdffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000092`8d1ff5a8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000092`8d1ff5b0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000092`8d1ff8a0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000092`8d1ff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000092`8c5ff538 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000092`8c5ff540 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000092`8c5ff830 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000092`8c5ff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000033`7b5ff4a8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000033`7b5ff4b0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000033`7b5ff7a0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000033`7b5ff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000033`7b1ff448 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000033`7b1ff450 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000033`7b1ff740 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000033`7b1ff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000033`7adff958 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
00000033`7adff960 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
00000033`7adff9d0 00007ffc`e10d4cb0     postgres!pg_signal_thread(
00000033`7adffad0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000033`7adffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000033`7a9ff488 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000033`7a9ff490 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000033`7a9ff780 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000033`7a9ff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000033`7a5fec90 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000033`7a5fecd0 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
00000033`7a5fed10 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000033`7a5fed60 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000033`7a5fedb0 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000033`7a5ff6d0 00007ff6`2f4afac3     postgres!PostmasterMain(
00000033`7a5ff870 00007ff6`2faacc19     postgres!main(
00000033`7a5ff8b0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000033`7a5ff900 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000033`7a5ff970 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000020`083ffb78 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000020`083ffb80 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000020`083ffe70 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000020`083ffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000020`077ffa08 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000020`077ffa10 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000020`077ffd00 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000020`077ffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000020`073fee00 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000020`073fee40 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
00000020`073fee80 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000020`073feed0 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000020`073fef20 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000020`073ff840 00007ff6`2f4afac3     postgres!PostmasterMain(
00000020`073ff9e0 00007ff6`2faacc19     postgres!main(
00000020`073ffa20 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000020`073ffa70 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000020`073ffae0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000020`07bff838 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000020`07bff840 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000020`07bffb30 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000020`07bffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000020`07fff7d8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
00000020`07fff7e0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
00000020`07fff850 00007ffc`e10d4cb0     postgres!pg_signal_thread(
00000020`07fff950 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000020`07fff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002a`aefffc08 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002a`aefffc10 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000002a`aeffff00 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002a`aeffff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002a`adfff100 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000002a`adfff140 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
0000002a`adfff180 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000002a`adfff1d0 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000002a`adfff220 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000002a`adfffb40 00007ff6`2f4afac3     postgres!PostmasterMain(
0000002a`adfffce0 00007ff6`2faacc19     postgres!main(
0000002a`adfffd20 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000002a`adfffd70 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000002a`adfffde0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000002a`ae3ffbd8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002a`ae3ffbe0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000002a`ae3ffed0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002a`ae3fff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002a`ae7ffc08 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002a`ae7ffc10 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000002a`ae7fff00 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002a`ae7fff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002a`aebff7f8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
0000002a`aebff800 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
0000002a`aebff870 00007ffc`e10d4cb0     postgres!pg_signal_thread(
0000002a`aebff970 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002a`aebff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f5`423ff6f8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
000000f5`423ff700 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
000000f5`423ff770 00007ffc`e10d4cb0     postgres!pg_signal_thread(
000000f5`423ff870 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f5`423ff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f5`413feb30 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f5`413feb70 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
000000f5`413febb0 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f5`413fec00 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000f5`413fec50 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f5`413ff570 00007ff6`2f4afac3     postgres!PostmasterMain(
000000f5`413ff710 00007ff6`2faacc19     postgres!main(
000000f5`413ff750 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f5`413ff7a0 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f5`413ff810 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f5`427ff698 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f5`427ff6a0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000f5`427ff990 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f5`427ff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ec`7b9ff778 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ec`7b9ff780 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000ec`7b9ffa70 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ec`7b9ffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ec`7b5ffcf8 00007ff6`2f5f5957     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000ec`7b5ffd00 00007ff6`2f4afa84     postgres!SubPostmasterMain(
000000ec`7b5ffd70 00007ff6`2faacc19     postgres!main(
000000ec`7b5ffdb0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ec`7b5ffe00 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ec`7b5ffe70 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000ec`7b5ffea0 00007ffc`e10d4cb0     postgres!mainCRTStartup(
000000ec`7b5ffed0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ec`7b5fff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ec`7bdff728 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ec`7bdff730 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000ec`7bdffa20 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ec`7bdffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c2`29dff9a8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c2`29dff9b0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000c2`29dffca0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c2`29dffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c2`2a5ffd28 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
000000c2`2a5ffd30 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
000000c2`2a5ffda0 00007ffc`e10d4cb0     postgres!pg_signal_thread(
000000c2`2a5ffea0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c2`2a5ffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c2`2a9ff848 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c2`2a9ff850 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000c2`2a9ffb40 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c2`2a9ffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c2`299feda0 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c2`299fede0 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
000000c2`299fee20 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c2`299fee70 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000c2`299feec0 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c2`299ff7e0 00007ff6`2f4afac3     postgres!PostmasterMain(
000000c2`299ff980 00007ff6`2faacc19     postgres!main(
000000c2`299ff9c0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c2`299ffa10 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c2`299ffa80 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c2`2a1ff878 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c2`2a1ff880 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000c2`2a1ffb70 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c2`2a1ffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000047`321ff918 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000047`321ff920 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000047`321ffc10 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000047`321ffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000047`329ff4d8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000047`329ff4e0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000047`329ff7d0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000047`329ff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000047`325ff6d8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
00000047`325ff6e0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
00000047`325ff750 00007ffc`e10d4cb0     postgres!pg_signal_thread(
00000047`325ff850 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000047`325ff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000047`315feff0 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000047`315ff030 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
00000047`315ff070 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000047`315ff0c0 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000047`315ff110 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000047`315ffa30 00007ff6`2f4afac3     postgres!PostmasterMain(
00000047`315ffbd0 00007ff6`2faacc19     postgres!main(
00000047`315ffc10 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000047`315ffc60 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000047`315ffcd0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000047`319ff6e8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000047`319ff6f0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000047`319ff9e0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000047`319ffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000047`31dff9b8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000047`31dff9c0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000047`31dffcb0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000047`31dffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000012`e3bff528 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000012`e3bff530 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000012`e3bff820 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000012`e3bff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000012`e3fffcb8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
00000012`e3fffcc0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
00000012`e3fffd30 00007ffc`e10d4cb0     postgres!pg_signal_thread(
00000012`e3fffe30 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000012`e3fffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000012`e33fec30 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000012`e33fec70 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
00000012`e33fecb0 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000012`e33fed00 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000012`e33fed50 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000012`e33ff670 00007ff6`2f4afac3     postgres!PostmasterMain(
00000012`e33ff810 00007ff6`2faacc19     postgres!main(
00000012`e33ff850 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000012`e33ff8a0 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000012`e33ff910 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000012`e43ffb38 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000012`e43ffb40 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000012`e43ffe30 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000012`e43ffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000012`e37ffae8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000012`e37ffaf0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000012`e37ffde0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000012`e37ffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000041`393ffa48 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000041`393ffa50 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000041`393ffd40 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000041`393ffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000041`38fffa48 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
00000041`38fffa50 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
00000041`38fffac0 00007ffc`e10d4cb0     postgres!pg_signal_thread(
00000041`38fffbc0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000041`38fffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000041`383ff060 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000041`383ff0a0 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
00000041`383ff0e0 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000041`383ff130 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000041`383ff180 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000041`383ffaa0 00007ff6`2f4afac3     postgres!PostmasterMain(
00000041`383ffc40 00007ff6`2faacc19     postgres!main(
00000041`383ffc80 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000041`383ffcd0 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000041`383ffd40 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000041`38bff658 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000041`38bff660 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000041`38bff950 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000041`38bff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000041`387ff4b8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000041`387ff4c0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000041`387ff7b0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000041`387ff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a3`425ff728 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a3`425ff730 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000a3`425ffa20 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a3`425ffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a3`41dfec30 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a3`41dfec70 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
000000a3`41dfecb0 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000a3`41dfed00 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000a3`41dfed50 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a3`41dff670 00007ff6`2f4afac3     postgres!PostmasterMain(
000000a3`41dff810 00007ff6`2faacc19     postgres!main(
000000a3`41dff850 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a3`41dff8a0 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a3`41dff910 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a3`421ff5e8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a3`421ff5f0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000a3`421ff8e0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a3`421ff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a3`429ffa28 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a3`429ffa30 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000a3`429ffd20 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a3`429ffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a3`42dff988 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
000000a3`42dff990 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
000000a3`42dffa00 00007ffc`e10d4cb0     postgres!pg_signal_thread(
000000a3`42dffb00 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a3`42dffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a3`431ff4f8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a3`431ff500 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000a3`431ff7f0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a3`431ff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a9`81bffa88 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a9`81bffa90 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000a9`81bffd80 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a9`81bffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a9`81fffb08 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a9`81fffb10 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000a9`81fffe00 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a9`81fffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a9`827ffc38 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a9`827ffc40 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000a9`827fff30 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a9`827fff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a9`823ff618 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
000000a9`823ff620 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
000000a9`823ff690 00007ffc`e10d4cb0     postgres!pg_signal_thread(
000000a9`823ff790 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a9`823ff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a9`817ff1c0 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a9`817ff200 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
000000a9`817ff240 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000a9`817ff290 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000a9`817ff2e0 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a9`817ffc00 00007ff6`2f4afac3     postgres!PostmasterMain(
000000a9`817ffda0 00007ff6`2faacc19     postgres!main(
000000a9`817ffde0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a9`817ffe30 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a9`817ffea0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000b8`f57ffb08 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b8`f57ffb10 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000b8`f57ffe00 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b8`f57ffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b8`f67ff748 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b8`f67ff750 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000b8`f67ffa40 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b8`f67ffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b8`f63ff7b8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
000000b8`f63ff7c0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
000000b8`f63ff830 00007ffc`e10d4cb0     postgres!pg_signal_thread(
000000b8`f63ff930 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b8`f63ff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b8`f5bff8d8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b8`f5bff8e0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000b8`f5bffbd0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b8`f5bffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b8`f5fffa58 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b8`f5fffa60 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000b8`f5fffd50 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b8`f5fffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b8`f53fee00 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b8`f53fee40 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
000000b8`f53fee80 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000b8`f53feed0 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000b8`f53fef20 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000b8`f53ff840 00007ff6`2f4afac3     postgres!PostmasterMain(
000000b8`f53ff9e0 00007ff6`2faacc19     postgres!main(
000000b8`f53ffa20 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b8`f53ffa70 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000b8`f53ffae0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000007f`44dff7e8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007f`44dff7f0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000007f`44dffae0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007f`44dffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007f`451ffa78 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007f`451ffa80 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000007f`451ffd70 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007f`451ffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007f`449ff100 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000007f`449ff140 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
0000007f`449ff180 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000007f`449ff1d0 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000007f`449ff220 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000007f`449ffb40 00007ff6`2f4afac3     postgres!PostmasterMain(
0000007f`449ffce0 00007ff6`2faacc19     postgres!main(
0000007f`449ffd20 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000007f`449ffd70 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000007f`449ffde0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000007f`455ffa28 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
0000007f`455ffa30 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
0000007f`455ffaa0 00007ffc`e10d4cb0     postgres!pg_signal_thread(
0000007f`455ffba0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007f`455ffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007f`459ff858 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007f`459ff860 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000007f`459ffb50 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007f`459ffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003e`177ff948 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003e`177ff950 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000003e`177ffc40 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003e`177ffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003e`17bff928 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
0000003e`17bff930 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
0000003e`17bff9a0 00007ffc`e10d4cb0     postgres!pg_signal_thread(
0000003e`17bffaa0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003e`17bffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003e`17fff508 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003e`17fff510 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000003e`17fff800 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003e`17fff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003e`173fecb0 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000003e`173fecf0 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
0000003e`173fed30 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000003e`173fed80 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000003e`173fedd0 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000003e`173ff6f0 00007ff6`2f4afac3     postgres!PostmasterMain(
0000003e`173ff890 00007ff6`2faacc19     postgres!main(
0000003e`173ff8d0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000003e`173ff920 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000003e`173ff990 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000003e`183ff7b8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003e`183ff7c0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000003e`183ffab0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003e`183ffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f3`a73ff828 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f3`a73ff830 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000f3`a73ffb20 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f3`a73ffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f3`a63ff0f0 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f3`a63ff130 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
000000f3`a63ff170 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f3`a63ff1c0 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000f3`a63ff210 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f3`a63ffb30 00007ff6`2f4afac3     postgres!PostmasterMain(
000000f3`a63ffcd0 00007ff6`2faacc19     postgres!main(
000000f3`a63ffd10 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f3`a63ffd60 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f3`a63ffdd0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f3`a67ff6d8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f3`a67ff6e0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000f3`a67ff9d0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f3`a67ffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f3`a6bffd98 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
000000f3`a6bffda0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
000000f3`a6bffe10 00007ffc`e10d4cb0     postgres!pg_signal_thread(
000000f3`a6bfff10 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f3`a6bfff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f3`a6fff4b8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f3`a6fff4c0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000f3`a6fff7b0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f3`a6fff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000087`eedff878 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000087`eedff880 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000087`eedffb70 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000087`eedffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000087`ef5ff6c8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000087`ef5ff6d0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000087`ef5ff9c0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000087`ef5ff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000087`ee5ff040 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000087`ee5ff080 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
00000087`ee5ff0c0 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000087`ee5ff110 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000087`ee5ff160 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000087`ee5ffa80 00007ff6`2f4afac3     postgres!PostmasterMain(
00000087`ee5ffc20 00007ff6`2faacc19     postgres!main(
00000087`ee5ffc60 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000087`ee5ffcb0 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000087`ee5ffd20 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000087`ee9ff578 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000087`ee9ff580 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000087`ee9ff870 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000087`ee9ff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000087`ef1ffbd8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
00000087`ef1ffbe0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
00000087`ef1ffc50 00007ffc`e10d4cb0     postgres!pg_signal_thread(
00000087`ef1ffd50 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000087`ef1ffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000089`503ff718 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000089`503ff720 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000089`503ffa10 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000089`503ffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000089`4effeaf0 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000089`4effeb30 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
00000089`4effeb70 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000089`4effebc0 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000089`4effec10 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000089`4efff530 00007ff6`2f4afac3     postgres!PostmasterMain(
00000089`4efff6d0 00007ff6`2faacc19     postgres!main(
00000089`4efff710 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000089`4efff760 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000089`4efff7d0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000089`4f3ff4b8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000089`4f3ff4c0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000089`4f3ff7b0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000089`4f3ff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000089`4f7ff878 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000089`4f7ff880 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000089`4f7ffb70 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000089`4f7ffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000089`4fbff6a8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000089`4fbff6b0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000089`4fbff9a0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000089`4fbff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000089`4ffff808 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
00000089`4ffff810 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
00000089`4ffff880 00007ffc`e10d4cb0     postgres!pg_signal_thread(
00000089`4ffff980 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000089`4ffff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000050`f1dffbb8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000050`f1dffbc0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000050`f1dffeb0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000050`f1dffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000050`f21ff828 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000050`f21ff830 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000050`f21ffb20 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000050`f21ffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000050`f19ff0c0 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000050`f19ff100 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
00000050`f19ff140 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000050`f19ff190 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000050`f19ff1e0 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000050`f19ffb00 00007ff6`2f4afac3     postgres!PostmasterMain(
00000050`f19ffca0 00007ff6`2faacc19     postgres!main(
00000050`f19ffce0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000050`f19ffd30 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000050`f19ffda0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000050`f25ff478 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000050`f25ff480 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000050`f25ff770 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000050`f25ff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000050`f2dff868 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000050`f2dff870 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000050`f2dffb60 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000050`f2dffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000050`f29ff9c8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
00000050`f29ff9d0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
00000050`f29ffa40 00007ffc`e10d4cb0     postgres!pg_signal_thread(
00000050`f29ffb40 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000050`f29ffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009c`7fdff0d0 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000009c`7fdff110 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
0000009c`7fdff150 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000009c`7fdff1a0 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000009c`7fdff1f0 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000009c`7fdffb10 00007ff6`2f4afac3     postgres!PostmasterMain(
0000009c`7fdffcb0 00007ff6`2faacc19     postgres!main(
0000009c`7fdffcf0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000009c`7fdffd40 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000009c`7fdffdb0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000009c`003ffc28 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009c`003ffc30 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000009c`003fff20 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009c`003fff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009c`007ff978 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009c`007ff980 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000009c`007ffc70 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009c`007ffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009c`00bffa18 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
0000009c`00bffa20 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
0000009c`00bffa90 00007ffc`e10d4cb0     postgres!pg_signal_thread(
0000009c`00bffb90 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009c`00bffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009c`00fff7f8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009c`00fff800 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000009c`00fffaf0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009c`00fffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b7`15bfec30 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b7`15bfec70 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
000000b7`15bfecb0 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000b7`15bfed00 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000b7`15bfed50 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000b7`15bff670 00007ff6`2f4afac3     postgres!PostmasterMain(
000000b7`15bff810 00007ff6`2faacc19     postgres!main(
000000b7`15bff850 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b7`15bff8a0 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000b7`15bff910 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000b7`15fffb88 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b7`15fffb90 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000b7`15fffe80 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b7`15fffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b7`163ff8e8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
000000b7`163ff8f0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
000000b7`163ff960 00007ffc`e10d4cb0     postgres!pg_signal_thread(
000000b7`163ffa60 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b7`163ffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b7`167ffaa8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b7`167ffab0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000b7`167ffda0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b7`167ffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b7`16bff768 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b7`16bff770 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000b7`16bffa60 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b7`16bffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c3`733fec40 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c3`733fec80 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
000000c3`733fecc0 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c3`733fed10 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000c3`733fed60 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c3`733ff680 00007ff6`2f4afac3     postgres!PostmasterMain(
000000c3`733ff820 00007ff6`2faacc19     postgres!main(
000000c3`733ff860 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c3`733ff8b0 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c3`733ff920 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c3`737ff698 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c3`737ff6a0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000c3`737ff990 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c3`737ff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c3`73bff908 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c3`73bff910 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000c3`73bffc00 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c3`73bffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c3`743ff5a8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c3`743ff5b0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000c3`743ff8a0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c3`743ff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c3`73fffd18 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
000000c3`73fffd20 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
000000c3`73fffd90 00007ffc`e10d4cb0     postgres!pg_signal_thread(
000000c3`73fffe90 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c3`73fffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007e`0adff448 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007e`0adff450 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000007e`0adff740 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007e`0adff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007e`0b9ff7b8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007e`0b9ff7c0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000007e`0b9ffab0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007e`0b9ffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007e`0b5ff658 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007e`0b5ff660 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000007e`0b5ff950 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007e`0b5ff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007e`0b1ffbb8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
0000007e`0b1ffbc0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
0000007e`0b1ffc30 00007ffc`e10d4cb0     postgres!pg_signal_thread(
0000007e`0b1ffd30 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007e`0b1ffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007e`0a9feea0 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000007e`0a9feee0 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
0000007e`0a9fef20 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000007e`0a9fef70 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000007e`0a9fefc0 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000007e`0a9ff8e0 00007ff6`2f4afac3     postgres!PostmasterMain(
0000007e`0a9ffa80 00007ff6`2faacc19     postgres!main(
0000007e`0a9ffac0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000007e`0a9ffb10 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000007e`0a9ffb80 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000006d`935ffab8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006d`935ffac0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000006d`935ffdb0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006d`935ffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006d`931ff6a8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006d`931ff6b0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000006d`931ff9a0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006d`931ff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006d`92dfedc0 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000006d`92dfee00 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
0000006d`92dfee40 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000006d`92dfee90 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000006d`92dfeee0 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000006d`92dff800 00007ff6`2f4afac3     postgres!PostmasterMain(
0000006d`92dff9a0 00007ff6`2faacc19     postgres!main(
0000006d`92dff9e0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000006d`92dffa30 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000006d`92dffaa0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000006d`939ffbd8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
0000006d`939ffbe0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
0000006d`939ffc50 00007ffc`e10d4cb0     postgres!pg_signal_thread(
0000006d`939ffd50 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006d`939ffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006d`93dff5d8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006d`93dff5e0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000006d`93dff8d0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006d`93dff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000010`3e5ffbc8 00007ff6`2f5f5957     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000010`3e5ffbd0 00007ff6`2f4afa84     postgres!SubPostmasterMain(
00000010`3e5ffc40 00007ff6`2faacc19     postgres!main(
00000010`3e5ffc80 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000010`3e5ffcd0 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000010`3e5ffd40 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000010`3e5ffd70 00007ffc`e10d4cb0     postgres!mainCRTStartup(
00000010`3e5ffda0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000010`3e5ffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000010`3e9ffb78 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000010`3e9ffb80 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000010`3e9ffe70 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000010`3e9ffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000010`3edff5d8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000010`3edff5e0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000010`3edff8d0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000010`3edff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000010`3f1ff4f8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000010`3f1ff500 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000010`3f1ff7f0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000010`3f1ff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000046`323feaa0 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000046`323feae0 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
00000046`323feb20 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000046`323feb70 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000046`323febc0 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000046`323ff4e0 00007ff6`2f4afac3     postgres!PostmasterMain(
00000046`323ff680 00007ff6`2faacc19     postgres!main(
00000046`323ff6c0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000046`323ff710 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000046`323ff780 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000046`327ffa58 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000046`327ffa60 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000046`327ffd50 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000046`327ffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000046`32bff618 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
00000046`32bff620 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
00000046`32bff690 00007ffc`e10d4cb0     postgres!pg_signal_thread(
00000046`32bff790 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000046`32bff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000046`32fff538 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000046`32fff540 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000046`32fff830 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000046`32fff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000046`333ff5b8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000046`333ff5c0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000046`333ff8b0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000046`333ff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000086`627feb10 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000086`627feb50 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
00000086`627feb90 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000086`627febe0 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000086`627fec30 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000086`627ff550 00007ff6`2f4afac3     postgres!PostmasterMain(
00000086`627ff6f0 00007ff6`2faacc19     postgres!main(
00000086`627ff730 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000086`627ff780 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000086`627ff7f0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000086`62bff4d8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000086`62bff4e0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000086`62bff7d0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000086`62bff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000086`62fff578 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000086`62fff580 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000086`62fff870 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000086`62fff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000086`633ff5d8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000086`633ff5e0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000086`633ff8d0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000086`633ff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000086`637ffa68 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
00000086`637ffa70 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
00000086`637ffae0 00007ffc`e10d4cb0     postgres!pg_signal_thread(
00000086`637ffbe0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000086`637ffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000086`63bff5e8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000086`63bff5f0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000086`63bff8e0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000086`63bff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000054`029ff180 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000054`029ff1c0 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
00000054`029ff200 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000054`029ff250 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000054`029ff2a0 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000054`029ffbc0 00007ff6`2f4afac3     postgres!PostmasterMain(
00000054`029ffd60 00007ff6`2faacc19     postgres!main(
00000054`029ffda0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000054`029ffdf0 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000054`029ffe60 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000054`02dffbb8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000054`02dffbc0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000054`02dffeb0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000054`02dffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000054`031ffc38 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000054`031ffc40 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000054`031fff30 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000054`031fff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000054`035ffc48 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
00000054`035ffc50 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
00000054`035ffcc0 00007ffc`e10d4cb0     postgres!pg_signal_thread(
00000054`035ffdc0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000054`035ffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000054`039ffa88 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000054`039ffa90 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000054`039ffd80 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000054`039ffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000092`083ff4c8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000092`083ff4d0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000092`083ff7c0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000092`083ff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000092`073fefa0 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000092`073fefe0 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
00000092`073ff020 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000092`073ff070 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000092`073ff0c0 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000092`073ff9e0 00007ff6`2f4afac3     postgres!PostmasterMain(
00000092`073ffb80 00007ff6`2faacc19     postgres!main(
00000092`073ffbc0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000092`073ffc10 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000092`073ffc80 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000092`077ff928 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000092`077ff930 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000092`077ffc20 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000092`077ffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000092`07bff948 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
00000092`07bff950 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
00000092`07bff9c0 00007ffc`e10d4cb0     postgres!pg_signal_thread(
00000092`07bffac0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000092`07bffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000092`07fff6e8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000092`07fff6f0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000092`07fff9e0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000092`07fffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001a`c15ffd38 00007ff6`2f5f5957     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
0000001a`c15ffd40 00007ff6`2f4afa84     postgres!SubPostmasterMain(
0000001a`c15ffdb0 00007ff6`2faacc19     postgres!main(
0000001a`c15ffdf0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000001a`c15ffe40 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000001a`c15ffeb0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
0000001a`c15ffee0 00007ffc`e10d4cb0     postgres!mainCRTStartup(
0000001a`c15fff10 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001a`c15fff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001a`c19ff8a8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001a`c19ff8b0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000001a`c19ffba0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001a`c19ffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001a`c1dff968 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001a`c1dff970 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000001a`c1dffc60 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001a`c1dffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001a`c21ffa38 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001a`c21ffa40 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000001a`c21ffd30 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001a`c21ffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002a`969ff7e8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002a`969ff7f0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000002a`969ffae0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002a`969ffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002a`96dff728 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002a`96dff730 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000002a`96dffa20 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002a`96dffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002a`965fedb0 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000002a`965fedf0 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
0000002a`965fee30 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000002a`965fee80 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000002a`965feed0 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000002a`965ff7f0 00007ff6`2f4afac3     postgres!PostmasterMain(
0000002a`965ff990 00007ff6`2faacc19     postgres!main(
0000002a`965ff9d0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000002a`965ffa20 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000002a`965ffa90 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000002a`975ff588 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002a`975ff590 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000002a`975ff880 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002a`975ff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002a`971ff5c8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
0000002a`971ff5d0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
0000002a`971ff640 00007ffc`e10d4cb0     postgres!pg_signal_thread(
0000002a`971ff740 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002a`971ff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009e`a8bff1d0 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000009e`a8bff210 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
0000009e`a8bff250 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000009e`a8bff2a0 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000009e`a8bff2f0 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000009e`a8bffc10 00007ff6`2f4afac3     postgres!PostmasterMain(
0000009e`a8bffdb0 00007ff6`2faacc19     postgres!main(
0000009e`a8bffdf0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000009e`a8bffe40 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000009e`a8bffeb0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000009e`a9fff968 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009e`a9fff970 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000009e`a9fffc60 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009e`a9fffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009e`a9bff7a8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
0000009e`a9bff7b0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
0000009e`a9bff820 00007ffc`e10d4cb0     postgres!pg_signal_thread(
0000009e`a9bff920 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009e`a9bff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009e`a97ffc08 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009e`a97ffc10 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000009e`a97fff00 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009e`a97fff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009e`a93ffa78 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009e`a93ffa80 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000009e`a93ffd70 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009e`a93ffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009e`a8fff948 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009e`a8fff950 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000009e`a8fffc40 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009e`a8fffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005f`231ff568 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005f`231ff570 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000005f`231ff860 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005f`231ff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005f`22dffb78 00007ff6`2f5f5957     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
0000005f`22dffb80 00007ff6`2f4afa84     postgres!SubPostmasterMain(
0000005f`22dffbf0 00007ff6`2faacc19     postgres!main(
0000005f`22dffc30 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000005f`22dffc80 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000005f`22dffcf0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
0000005f`22dffd20 00007ffc`e10d4cb0     postgres!mainCRTStartup(
0000005f`22dffd50 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005f`22dffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005f`235ffb78 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005f`235ffb80 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000005f`235ffe70 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005f`235ffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000c`fffffb08 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
0000000c`fffffb10 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
0000000c`fffffb80 00007ffc`e10d4cb0     postgres!pg_signal_thread(
0000000c`fffffc80 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000c`fffffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000c`ff7fecf0 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000000c`ff7fed30 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
0000000c`ff7fed70 00007ff6`2f5fbb78     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000000c`ff7fedc0 00007ff6`2f5fd035     postgres!process_pm_child_exit(void)+0x748 [c:\cirrus\src\backend\postmaster\pos...
0000000c`ff7fee20 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000000c`ff7ff740 00007ff6`2f4afac3     postgres!PostmasterMain(
0000000c`ff7ff8e0 00007ff6`2faacc19     postgres!main(
0000000c`ff7ff920 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000000c`ff7ff970 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000000c`ff7ff9e0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000000c`ffbffa68 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000c`ffbffa70 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000000c`ffbffd60 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000c`ffbffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000c`807ffc08 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000c`807ffc10 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000000c`807fff00 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000c`807fff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000c`803ff9f8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000c`803ffa00 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000000c`803ffcf0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000c`803ffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f5`fcdffb08 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f5`fcdffb10 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000f5`fcdffe00 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f5`fcdffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f5`fc5ffd98 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
000000f5`fc5ffda0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
000000f5`fc5ffe10 00007ffc`e10d4cb0     postgres!pg_signal_thread(
000000f5`fc5fff10 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f5`fc5fff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f5`fc1ff5a8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f5`fc1ff5b0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000f5`fc1ff8a0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f5`fc1ff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f5`fbdff080 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f5`fbdff0c0 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
000000f5`fbdff100 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f5`fbdff150 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000f5`fbdff1a0 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f5`fbdffac0 00007ff6`2f4afac3     postgres!PostmasterMain(
000000f5`fbdffc60 00007ff6`2faacc19     postgres!main(
000000f5`fbdffca0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f5`fbdffcf0 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f5`fbdffd60 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f5`fc9ff4e8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f5`fc9ff4f0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000f5`fc9ff7e0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f5`fc9ff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bd`e55ff9e8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bd`e55ff9f0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000bd`e55ffce0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bd`e55ffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bd`e51ff628 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
000000bd`e51ff630 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
000000bd`e51ff6a0 00007ffc`e10d4cb0     postgres!pg_signal_thread(
000000bd`e51ff7a0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bd`e51ff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bd`e4dffb48 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bd`e4dffb50 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000bd`e4dffe40 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bd`e4dffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bd`e49fed80 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000bd`e49fedc0 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
000000bd`e49fee00 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000bd`e49fee50 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000bd`e49feea0 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000bd`e49ff7c0 00007ff6`2f4afac3     postgres!PostmasterMain(
000000bd`e49ff960 00007ff6`2faacc19     postgres!main(
000000bd`e49ff9a0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000bd`e49ff9f0 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000bd`e49ffa60 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000bd`e59ffa48 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bd`e59ffa50 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000bd`e59ffd40 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bd`e59ffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004f`5ebff808 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004f`5ebff810 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000004f`5ebffb00 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004f`5ebffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004f`5f3ff7f8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004f`5f3ff800 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000004f`5f3ffaf0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004f`5f3ffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004f`5efffb78 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
0000004f`5efffb80 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
0000004f`5efffbf0 00007ffc`e10d4cb0     postgres!pg_signal_thread(
0000004f`5efffcf0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004f`5efffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004f`5e7ff928 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004f`5e7ff930 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000004f`5e7ffc20 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004f`5e7ffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004f`5e3febc0 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000004f`5e3fec00 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
0000004f`5e3fec40 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000004f`5e3fec90 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000004f`5e3fece0 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000004f`5e3ff600 00007ff6`2f4afac3     postgres!PostmasterMain(
0000004f`5e3ff7a0 00007ff6`2faacc19     postgres!main(
0000004f`5e3ff7e0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000004f`5e3ff830 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000004f`5e3ff8a0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000002e`9f9ffb18 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002e`9f9ffb20 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000002e`9f9ffe10 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002e`9f9ffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002e`a01ffae8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002e`a01ffaf0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000002e`a01ffde0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002e`a01ffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002e`9fdffa68 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
0000002e`9fdffa70 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
0000002e`9fdffae0 00007ffc`e10d4cb0     postgres!pg_signal_thread(
0000002e`9fdffbe0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002e`9fdffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002e`9f1fecc0 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000002e`9f1fed00 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
0000002e`9f1fed40 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000002e`9f1fed90 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000002e`9f1fede0 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000002e`9f1ff700 00007ff6`2f4afac3     postgres!PostmasterMain(
0000002e`9f1ff8a0 00007ff6`2faacc19     postgres!main(
0000002e`9f1ff8e0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000002e`9f1ff930 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000002e`9f1ff9a0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000002e`9f5ffa08 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002e`9f5ffa10 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000002e`9f5ffd00 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002e`9f5ffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dc`dadfebe0 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000dc`dadfec20 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
000000dc`dadfec60 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000dc`dadfecb0 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000dc`dadfed00 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000dc`dadff620 00007ff6`2f4afac3     postgres!PostmasterMain(
000000dc`dadff7c0 00007ff6`2faacc19     postgres!main(
000000dc`dadff800 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000dc`dadff850 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000dc`dadff8c0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000dc`dbdff548 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dc`dbdff550 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000dc`dbdff840 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000dc`dbdff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dc`db9ffb18 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
000000dc`db9ffb20 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
000000dc`db9ffb90 00007ffc`e10d4cb0     postgres!pg_signal_thread(
000000dc`db9ffc90 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000dc`db9ffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dc`db5ffa78 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dc`db5ffa80 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000dc`db5ffd70 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000dc`db5ffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dc`db1ff5b8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dc`db1ff5c0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000dc`db1ff8b0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000dc`db1ff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000045`4efffc98 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
00000045`4efffca0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
00000045`4efffd10 00007ffc`e10d4cb0     postgres!pg_signal_thread(
00000045`4efffe10 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000045`4efffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000045`4e7ff7d8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000045`4e7ff7e0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000045`4e7ffad0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000045`4e7ffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000045`4ebff708 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000045`4ebff710 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000045`4ebffa00 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000045`4ebffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000045`4e3fef00 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000045`4e3fef40 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
00000045`4e3fef80 00007ff6`2f5fbb78     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000045`4e3fefd0 00007ff6`2f5fd035     postgres!process_pm_child_exit(void)+0x748 [c:\cirrus\src\backend\postmaster\pos...
00000045`4e3ff030 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000045`4e3ff950 00007ff6`2f4afac3     postgres!PostmasterMain(
00000045`4e3ffaf0 00007ff6`2faacc19     postgres!main(
00000045`4e3ffb30 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000045`4e3ffb80 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000045`4e3ffbf0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000045`4f3ff5b8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000045`4f3ff5c0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000045`4f3ff8b0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000045`4f3ff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000042`649ff488 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000042`649ff490 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000042`649ff780 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000042`649ff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000042`641feb80 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000042`641febc0 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
00000042`641fec00 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000042`641fec50 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000042`641feca0 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000042`641ff5c0 00007ff6`2f4afac3     postgres!PostmasterMain(
00000042`641ff760 00007ff6`2faacc19     postgres!main(
00000042`641ff7a0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000042`641ff7f0 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000042`641ff860 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000042`645ff6d8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000042`645ff6e0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000042`645ff9d0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000042`645ffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000042`64dffb88 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
00000042`64dffb90 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
00000042`64dffc00 00007ffc`e10d4cb0     postgres!pg_signal_thread(
00000042`64dffd00 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000042`64dffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000042`651ff4a8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000042`651ff4b0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000042`651ff7a0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000042`651ff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000038`a83ff588 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000038`a83ff590 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000038`a83ff880 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000038`a83ff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000038`a87ff758 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
00000038`a87ff760 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
00000038`a87ff7d0 00007ffc`e10d4cb0     postgres!pg_signal_thread(
00000038`a87ff8d0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000038`a87ff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000038`a8bff5a8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000038`a8bff5b0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000038`a8bff8a0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000038`a8bff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000038`a7fff5e8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000038`a7fff5f0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000038`a7fff8e0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000038`a7fff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000038`a7bfeaa0 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000038`a7bfeae0 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
00000038`a7bfeb20 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000038`a7bfeb70 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000038`a7bfebc0 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000038`a7bff4e0 00007ff6`2f4afac3     postgres!PostmasterMain(
00000038`a7bff680 00007ff6`2faacc19     postgres!main(
00000038`a7bff6c0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000038`a7bff710 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000038`a7bff780 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ec`265ff638 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
000000ec`265ff640 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
000000ec`265ff6b0 00007ffc`e10d4cb0     postgres!pg_signal_thread(
000000ec`265ff7b0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ec`265ff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ec`269ff528 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ec`269ff530 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000ec`269ff820 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ec`269ff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ec`255fec30 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ec`255fec70 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
000000ec`255fecb0 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ec`255fed00 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000ec`255fed50 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ec`255ff670 00007ff6`2f4afac3     postgres!PostmasterMain(
000000ec`255ff810 00007ff6`2faacc19     postgres!main(
000000ec`255ff850 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ec`255ff8a0 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ec`255ff910 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ec`259ff888 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ec`259ff890 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000ec`259ffb80 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ec`259ffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ec`25dff548 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ec`25dff550 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000ec`25dff840 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ec`25dff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ec`261ff738 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ec`261ff740 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000ec`261ffa30 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ec`261ffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000031`c97fec20 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000031`c97fec60 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
00000031`c97feca0 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000031`c97fecf0 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000031`c97fed40 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000031`c97ff660 00007ff6`2f4afac3     postgres!PostmasterMain(
00000031`c97ff800 00007ff6`2faacc19     postgres!main(
00000031`c97ff840 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000031`c97ff890 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000031`c97ff900 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000031`c9bff708 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000031`c9bff710 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000031`c9bffa00 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000031`c9bffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000031`c9fff648 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000031`c9fff650 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000031`c9fff940 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000031`c9fff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000031`ca3ffb38 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
00000031`ca3ffb40 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
00000031`ca3ffbb0 00007ffc`e10d4cb0     postgres!pg_signal_thread(
00000031`ca3ffcb0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000031`ca3ffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000031`ca7ff898 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000031`ca7ff8a0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000031`ca7ffb90 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000031`ca7ffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d8`559ff598 00007ff6`2f5f5957     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000d8`559ff5a0 00007ff6`2f4afa84     postgres!SubPostmasterMain(
000000d8`559ff610 00007ff6`2faacc19     postgres!main(
000000d8`559ff650 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d8`559ff6a0 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d8`559ff710 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000d8`559ff740 00007ffc`e10d4cb0     postgres!mainCRTStartup(
000000d8`559ff770 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d8`559ff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d8`55dff4c8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d8`55dff4d0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000d8`55dff7c0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d8`55dff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d8`561ff8e8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d8`561ff8f0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000d8`561ffbe0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d8`561ffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a2`04bff588 00007ff6`2f5f5957     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000a2`04bff590 00007ff6`2f4afa84     postgres!SubPostmasterMain(
000000a2`04bff600 00007ff6`2faacc19     postgres!main(
000000a2`04bff640 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a2`04bff690 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a2`04bff700 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000a2`04bff730 00007ffc`e10d4cb0     postgres!mainCRTStartup(
000000a2`04bff760 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a2`04bff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a2`04fff928 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a2`04fff930 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000a2`04fffc20 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a2`04fffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a2`053ffa18 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a2`053ffa20 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000a2`053ffd10 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a2`053ffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a8`8b7ff518 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a8`8b7ff520 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000a8`8b7ff810 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a8`8b7ff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a8`8a7ff0f0 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a8`8a7ff130 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
000000a8`8a7ff170 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000a8`8a7ff1c0 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000a8`8a7ff210 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a8`8a7ffb30 00007ff6`2f4afac3     postgres!PostmasterMain(
000000a8`8a7ffcd0 00007ff6`2faacc19     postgres!main(
000000a8`8a7ffd10 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a8`8a7ffd60 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a8`8a7ffdd0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a8`8abff918 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a8`8abff920 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000a8`8abffc10 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a8`8abffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a8`8afff878 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
000000a8`8afff880 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
000000a8`8afff8f0 00007ffc`e10d4cb0     postgres!pg_signal_thread(
000000a8`8afff9f0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a8`8afffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a8`8b3ff898 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a8`8b3ff8a0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000a8`8b3ffb90 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a8`8b3ffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006d`8b1fed10 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000006d`8b1fed50 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
0000006d`8b1fed90 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000006d`8b1fede0 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000006d`8b1fee30 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000006d`8b1ff750 00007ff6`2f4afac3     postgres!PostmasterMain(
0000006d`8b1ff8f0 00007ff6`2faacc19     postgres!main(
0000006d`8b1ff930 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000006d`8b1ff980 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000006d`8b1ff9f0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000006d`8b5ffb28 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006d`8b5ffb30 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000006d`8b5ffe20 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006d`8b5ffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006d`8b9ff858 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006d`8b9ff860 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000006d`8b9ffb50 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006d`8b9ffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006d`8bdffb68 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
0000006d`8bdffb70 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
0000006d`8bdffbe0 00007ffc`e10d4cb0     postgres!pg_signal_thread(
0000006d`8bdffce0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006d`8bdffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006d`8c1ff928 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006d`8c1ff930 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000006d`8c1ffc20 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006d`8c1ffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000079`2b1fef10 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000079`2b1fef50 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
00000079`2b1fef90 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000079`2b1fefe0 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000079`2b1ff030 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000079`2b1ff950 00007ff6`2f4afac3     postgres!PostmasterMain(
00000079`2b1ffaf0 00007ff6`2faacc19     postgres!main(
00000079`2b1ffb30 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000079`2b1ffb80 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000079`2b1ffbf0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000079`2b5ffab8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000079`2b5ffac0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000079`2b5ffdb0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000079`2b5ffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000079`2b9ff938 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
00000079`2b9ff940 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
00000079`2b9ff9b0 00007ffc`e10d4cb0     postgres!pg_signal_thread(
00000079`2b9ffab0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000079`2b9ffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000079`2bdff978 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000079`2bdff980 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000079`2bdffc70 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000079`2bdffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000079`2c1ff918 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000079`2c1ff920 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000079`2c1ffc10 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000079`2c1ffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000099`101ff888 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000099`101ff890 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000099`101ffb80 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000099`101ffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000099`0f9ff9e8 00007ff6`2f5f5957     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000099`0f9ff9f0 00007ff6`2f4afa84     postgres!SubPostmasterMain(
00000099`0f9ffa60 00007ff6`2faacc19     postgres!main(
00000099`0f9ffaa0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000099`0f9ffaf0 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000099`0f9ffb60 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000099`0f9ffb90 00007ffc`e10d4cb0     postgres!mainCRTStartup(
00000099`0f9ffbc0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000099`0f9ffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000099`0fdff958 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000099`0fdff960 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000099`0fdffc50 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000099`0fdffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000099`105ff5b8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000099`105ff5c0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000099`105ff8b0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000099`105ff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e4`f79ff110 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e4`f79ff150 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
000000e4`f79ff190 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000e4`f79ff1e0 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000e4`f79ff230 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000e4`f79ffb50 00007ff6`2f4afac3     postgres!PostmasterMain(
000000e4`f79ffcf0 00007ff6`2faacc19     postgres!main(
000000e4`f79ffd30 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e4`f79ffd80 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e4`f79ffdf0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000e4`f85ff6e8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
000000e4`f85ff6f0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
000000e4`f85ff760 00007ffc`e10d4cb0     postgres!pg_signal_thread(
000000e4`f85ff860 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e4`f85ff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e4`f89ff8d8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e4`f89ff8e0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000e4`f89ffbd0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e4`f89ffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fc`369ff180 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000fc`369ff1c0 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
000000fc`369ff200 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000fc`369ff250 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000fc`369ff2a0 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000fc`369ffbc0 00007ff6`2f4afac3     postgres!PostmasterMain(
000000fc`369ffd60 00007ff6`2faacc19     postgres!main(
000000fc`369ffda0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000fc`369ffdf0 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000fc`369ffe60 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000fc`379ffc08 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fc`379ffc10 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000fc`379fff00 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fc`379fff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fc`375ffd88 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
000000fc`375ffd90 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
000000fc`375ffe00 00007ffc`e10d4cb0     postgres!pg_signal_thread(
000000fc`375fff00 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fc`375fff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fc`371ff878 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fc`371ff880 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000fc`371ffb70 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fc`371ffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fc`36dffb88 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fc`36dffb90 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000fc`36dffe80 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fc`36dffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b9`3f9ffaa8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
000000b9`3f9ffab0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
000000b9`3f9ffb20 00007ffc`e10d4cb0     postgres!pg_signal_thread(
000000b9`3f9ffc20 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b9`3f9ffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b9`3f5ff718 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b9`3f5ff720 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000b9`3f5ffa10 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b9`3f5ffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b9`3f1febf0 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b9`3f1fec30 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
000000b9`3f1fec70 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000b9`3f1fecc0 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000b9`3f1fed10 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000b9`3f1ff630 00007ff6`2f4afac3     postgres!PostmasterMain(
000000b9`3f1ff7d0 00007ff6`2faacc19     postgres!main(
000000b9`3f1ff810 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b9`3f1ff860 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000b9`3f1ff8d0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000b9`401ffc08 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b9`401ffc10 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000b9`401fff00 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b9`401fff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b9`3fdff6d8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b9`3fdff6e0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000b9`3fdff9d0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b9`3fdffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006c`da3ff938 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006c`da3ff940 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000006c`da3ffc30 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006c`da3ffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006c`d9bffc28 00007ff6`2f5f5957     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
0000006c`d9bffc30 00007ff6`2f4afa84     postgres!SubPostmasterMain(
0000006c`d9bffca0 00007ff6`2faacc19     postgres!main(
0000006c`d9bffce0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000006c`d9bffd30 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000006c`d9bffda0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
0000006c`d9bffdd0 00007ffc`e10d4cb0     postgres!mainCRTStartup(
0000006c`d9bffe00 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006c`d9bffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006c`d9fff478 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006c`d9fff480 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000006c`d9fff770 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006c`d9fff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cb`f3dff828 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cb`f3dff830 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000cb`f3dffb20 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cb`f3dffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cb`f45ff9e8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cb`f45ff9f0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000cb`f45ffce0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cb`f45ffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cb`f41ff848 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
000000cb`f41ff850 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
000000cb`f41ff8c0 00007ffc`e10d4cb0     postgres!pg_signal_thread(
000000cb`f41ff9c0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cb`f41ff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cb`f49ffa08 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cb`f49ffa10 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000cb`f49ffd00 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cb`f49ffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cb`f39fed00 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000cb`f39fed40 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
000000cb`f39fed80 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000cb`f39fedd0 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000cb`f39fee20 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000cb`f39ff740 00007ff6`2f4afac3     postgres!PostmasterMain(
000000cb`f39ff8e0 00007ff6`2faacc19     postgres!main(
000000cb`f39ff920 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000cb`f39ff970 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000cb`f39ff9e0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a0`30bff778 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
000000a0`30bff780 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
000000a0`30bff7f0 00007ffc`e10d4cb0     postgres!pg_signal_thread(
000000a0`30bff8f0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a0`30bff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a0`30fff648 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a0`30fff650 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000a0`30fff940 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a0`30fff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a0`2fffed30 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a0`2fffed70 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
000000a0`2fffedb0 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000a0`2fffee00 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000a0`2fffee50 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a0`2ffff770 00007ff6`2f4afac3     postgres!PostmasterMain(
000000a0`2ffff910 00007ff6`2faacc19     postgres!main(
000000a0`2ffff950 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a0`2ffff9a0 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a0`2ffffa10 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000e3`1cdff090 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e3`1cdff0d0 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
000000e3`1cdff110 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000e3`1cdff160 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000e3`1cdff1b0 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000e3`1cdffad0 00007ff6`2f4afac3     postgres!PostmasterMain(
000000e3`1cdffc70 00007ff6`2faacc19     postgres!main(
000000e3`1cdffcb0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e3`1cdffd00 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e3`1cdffd70 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000e3`1d1ffa78 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e3`1d1ffa80 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000e3`1d1ffd70 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e3`1d1ffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e3`1d5ffba8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e3`1d5ffbb0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000e3`1d5ffea0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e3`1d5ffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e3`1d9ff548 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e3`1d9ff550 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000e3`1d9ff840 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e3`1d9ff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e3`1ddffbc8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
000000e3`1ddffbd0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
000000e3`1ddffc40 00007ffc`e10d4cb0     postgres!pg_signal_thread(
000000e3`1ddffd40 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e3`1ddffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e3`1e1ff9c8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e3`1e1ff9d0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000e3`1e1ffcc0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e3`1e1ffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000088`84dffbe8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
00000088`84dffbf0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
00000088`84dffc60 00007ffc`e10d4cb0     postgres!pg_signal_thread(
00000088`84dffd60 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000088`84dffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000088`849ff7f8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000088`849ff800 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000088`849ffaf0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000088`849ffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000088`851ffbf8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000088`851ffc00 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000088`851ffef0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000088`851fff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000088`83dff040 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000088`83dff080 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
00000088`83dff0c0 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000088`83dff110 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000088`83dff160 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000088`83dffa80 00007ff6`2f4afac3     postgres!PostmasterMain(
00000088`83dffc20 00007ff6`2faacc19     postgres!main(
00000088`83dffc60 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000088`83dffcb0 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000088`83dffd20 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000088`841ff9c8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000088`841ff9d0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000088`841ffcc0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000088`841ffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000088`845ff618 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000088`845ff620 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000088`845ff910 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000088`845ff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a6`331ffa38 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a6`331ffa40 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000a6`331ffd30 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a6`331ffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a6`339ff978 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a6`339ff980 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000a6`339ffc70 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a6`339ffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a6`32dff5d8 00007ff6`2f5f5957     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000a6`32dff5e0 00007ff6`2f4afa84     postgres!SubPostmasterMain(
000000a6`32dff650 00007ff6`2faacc19     postgres!main(
000000a6`32dff690 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a6`32dff6e0 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a6`32dff750 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000a6`32dff780 00007ffc`e10d4cb0     postgres!mainCRTStartup(
000000a6`32dff7b0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a6`32dff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a6`335ff9b8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a6`335ff9c0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000a6`335ffcb0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a6`335ffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000de`893ff8c8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
000000de`893ff8d0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
000000de`893ff940 00007ffc`e10d4cb0     postgres!pg_signal_thread(
000000de`893ffa40 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000de`893ffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000de`897ff5a8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000de`897ff5b0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000de`897ff8a0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000de`897ff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000de`88bfeeb0 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000de`88bfeef0 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
000000de`88bfef30 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000de`88bfef80 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000de`88bfefd0 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000de`88bff8f0 00007ff6`2f4afac3     postgres!PostmasterMain(
000000de`88bffa90 00007ff6`2faacc19     postgres!main(
000000de`88bffad0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000de`88bffb20 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000de`88bffb90 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000de`88fff638 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000de`88fff640 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000de`88fff930 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000de`88fff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000de`89bffbb8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000de`89bffbc0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000de`89bffeb0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000de`89bffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e4`c73ff7a8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
000000e4`c73ff7b0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
000000e4`c73ff820 00007ffc`e10d4cb0     postgres!pg_signal_thread(
000000e4`c73ff920 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e4`c73ff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e4`c63fefa0 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e4`c63fefe0 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
000000e4`c63ff020 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000e4`c63ff070 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000e4`c63ff0c0 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000e4`c63ff9e0 00007ff6`2f4afac3     postgres!PostmasterMain(
000000e4`c63ffb80 00007ff6`2faacc19     postgres!main(
000000e4`c63ffbc0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e4`c63ffc10 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e4`c63ffc80 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000e4`c67ffb98 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e4`c67ffba0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000e4`c67ffe90 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e4`c67ffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e4`c6bff918 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e4`c6bff920 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000e4`c6bffc10 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e4`c6bffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e4`c6fffad8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e4`c6fffae0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000e4`c6fffdd0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e4`c6fffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e4`c77ff538 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e4`c77ff540 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000e4`c77ff830 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e4`c77ff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000079`af3ff5a8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000079`af3ff5b0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000079`af3ff8a0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000079`af3ff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000079`ae3fed80 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000079`ae3fedc0 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
00000079`ae3fee00 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000079`ae3fee50 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000079`ae3feea0 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000079`ae3ff7c0 00007ff6`2f4afac3     postgres!PostmasterMain(
00000079`ae3ff960 00007ff6`2faacc19     postgres!main(
00000079`ae3ff9a0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000079`ae3ff9f0 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000079`ae3ffa60 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000079`ae7ffbf8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000079`ae7ffc00 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000079`ae7ffef0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000079`ae7fff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000079`aebffc98 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
00000079`aebffca0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
00000079`aebffd10 00007ffc`e10d4cb0     postgres!pg_signal_thread(
00000079`aebffe10 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000079`aebffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000079`aefff848 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000079`aefff850 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000079`aefffb40 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000079`aefffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000011`f43ff698 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000011`f43ff6a0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000011`f43ff990 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000011`f43ff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000011`f3fff758 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
00000011`f3fff760 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
00000011`f3fff7d0 00007ffc`e10d4cb0     postgres!pg_signal_thread(
00000011`f3fff8d0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000011`f3fff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000011`f33fec40 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000011`f33fec80 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
00000011`f33fecc0 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000011`f33fed10 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000011`f33fed60 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000011`f33ff680 00007ff6`2f4afac3     postgres!PostmasterMain(
00000011`f33ff820 00007ff6`2faacc19     postgres!main(
00000011`f33ff860 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000011`f33ff8b0 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000011`f33ff920 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000011`f37ff6b8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000011`f37ff6c0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000011`f37ff9b0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000011`f37ff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000011`f3bff778 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000011`f3bff780 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000011`f3bffa70 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000011`f3bffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000051`33bff938 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000051`33bff940 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000051`33bffc30 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000051`33bffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000051`337ffcf8 00007ff6`2f5f5957     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000051`337ffd00 00007ff6`2f4afa84     postgres!SubPostmasterMain(
00000051`337ffd70 00007ff6`2faacc19     postgres!main(
00000051`337ffdb0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000051`337ffe00 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000051`337ffe70 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000051`337ffea0 00007ffc`e10d4cb0     postgres!mainCRTStartup(
00000051`337ffed0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000051`337fff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000051`33fffaa8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000051`33fffab0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000051`33fffda0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000051`33fffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a7`39bfefa0 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a7`39bfefe0 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
000000a7`39bff020 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000a7`39bff070 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000a7`39bff0c0 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a7`39bff9e0 00007ff6`2f4afac3     postgres!PostmasterMain(
000000a7`39bffb80 00007ff6`2faacc19     postgres!main(
000000a7`39bffbc0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a7`39bffc10 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a7`39bffc80 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a7`3abffb38 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a7`3abffb40 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000a7`3abffe30 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a7`3abffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a7`3a7ff9d8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
000000a7`3a7ff9e0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
000000a7`3a7ffa50 00007ffc`e10d4cb0     postgres!pg_signal_thread(
000000a7`3a7ffb50 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a7`3a7ffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a7`3a3ff5e8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a7`3a3ff5f0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000a7`3a3ff8e0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a7`3a3ff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a7`39fffb48 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a7`39fffb50 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000a7`39fffe40 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a7`39fffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000057`bbbffaa8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000057`bbbffab0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000057`bbbffda0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000057`bbbffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000057`bbfff8b8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000057`bbfff8c0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000057`bbfffbb0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000057`bbfffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000057`bc3ff988 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
00000057`bc3ff990 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
00000057`bc3ffa00 00007ffc`e10d4cb0     postgres!pg_signal_thread(
00000057`bc3ffb00 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000057`bc3ffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000057`bc7ffa08 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000057`bc7ffa10 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000057`bc7ffd00 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000057`bc7ffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000057`bb7fea10 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000057`bb7fea50 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
00000057`bb7fea90 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000057`bb7feae0 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000057`bb7feb30 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000057`bb7ff450 00007ff6`2f4afac3     postgres!PostmasterMain(
00000057`bb7ff5f0 00007ff6`2faacc19     postgres!main(
00000057`bb7ff630 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000057`bb7ff680 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000057`bb7ff6f0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000000e`7b9ff8c8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
0000000e`7b9ff8d0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
0000000e`7b9ff940 00007ffc`e10d4cb0     postgres!pg_signal_thread(
0000000e`7b9ffa40 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000e`7b9ffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000e`7bdffa48 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000e`7bdffa50 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000000e`7bdffd40 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000e`7bdffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000e`7b5ff568 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000e`7b5ff570 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000000e`7b5ff860 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000e`7b5ff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000e`7b1ffb58 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000e`7b1ffb60 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000000e`7b1ffe50 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000e`7b1ffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000e`7adfead0 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000000e`7adfeb10 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
0000000e`7adfeb50 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000000e`7adfeba0 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000000e`7adfebf0 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000000e`7adff510 00007ff6`2f4afac3     postgres!PostmasterMain(
0000000e`7adff6b0 00007ff6`2faacc19     postgres!main(
0000000e`7adff6f0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000000e`7adff740 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000000e`7adff7b0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000bc`00fff140 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000bc`00fff180 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
000000bc`00fff1c0 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000bc`00fff210 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000bc`00fff260 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000bc`00fffb80 00007ff6`2f4afac3     postgres!PostmasterMain(
000000bc`00fffd20 00007ff6`2faacc19     postgres!main(
000000bc`00fffd60 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000bc`00fffdb0 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000bc`00fffe20 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000bc`013ff798 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bc`013ff7a0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000bc`013ffa90 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bc`013ffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bc`01bff7a8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bc`01bff7b0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000bc`01bffaa0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bc`01bffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bc`017ffa18 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
000000bc`017ffa20 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
000000bc`017ffa90 00007ffc`e10d4cb0     postgres!pg_signal_thread(
000000bc`017ffb90 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bc`017ffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bc`01fff548 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bc`01fff550 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000bc`01fff840 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bc`01fff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006a`d6bff698 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
0000006a`d6bff6a0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
0000006a`d6bff710 00007ffc`e10d4cb0     postgres!pg_signal_thread(
0000006a`d6bff810 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006a`d6bff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006a`d5bfeb80 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000006a`d5bfebc0 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
0000006a`d5bfec00 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000006a`d5bfec50 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000006a`d5bfeca0 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000006a`d5bff5c0 00007ff6`2f4afac3     postgres!PostmasterMain(
0000006a`d5bff760 00007ff6`2faacc19     postgres!main(
0000006a`d5bff7a0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000006a`d5bff7f0 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000006a`d5bff860 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000006a`d5fff958 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006a`d5fff960 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000006a`d5fffc50 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006a`d5fffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006a`d63ffbc8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006a`d63ffbd0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000006a`d63ffec0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006a`d63ffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006a`d67ffa58 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006a`d67ffa60 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000006a`d67ffd50 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006a`d67ffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006a`d6fff458 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006a`d6fff460 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000006a`d6fff750 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006a`d6fff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006c`c3dff818 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006c`c3dff820 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000006c`c3dffb10 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006c`c3dffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006c`c31fed70 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000006c`c31fedb0 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
0000006c`c31fedf0 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000006c`c31fee40 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000006c`c31fee90 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000006c`c31ff7b0 00007ff6`2f4afac3     postgres!PostmasterMain(
0000006c`c31ff950 00007ff6`2faacc19     postgres!main(
0000006c`c31ff990 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000006c`c31ff9e0 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000006c`c31ffa50 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000006c`c35ffc38 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006c`c35ffc40 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000006c`c35fff30 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006c`c35fff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006c`c39ff9e8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
0000006c`c39ff9f0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
0000006c`c39ffa60 00007ffc`e10d4cb0     postgres!pg_signal_thread(
0000006c`c39ffb60 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006c`c39ffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006c`c41ff548 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006c`c41ff550 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000006c`c41ff840 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006c`c41ff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e3`28dff928 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e3`28dff930 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000e3`28dffc20 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e3`28dffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e3`295ff658 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e3`295ff660 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000e3`295ff950 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e3`295ff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e3`291ff7c8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
000000e3`291ff7d0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
000000e3`291ff840 00007ffc`e10d4cb0     postgres!pg_signal_thread(
000000e3`291ff940 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e3`291ff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e3`285feec0 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e3`285fef00 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
000000e3`285fef40 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000e3`285fef90 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000e3`285fefe0 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000e3`285ff900 00007ff6`2f4afac3     postgres!PostmasterMain(
000000e3`285ffaa0 00007ff6`2faacc19     postgres!main(
000000e3`285ffae0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e3`285ffb30 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e3`285ffba0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000e3`289ff9c8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e3`289ff9d0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000e3`289ffcc0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e3`289ffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000073`4afff0f0 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000073`4afff130 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
00000073`4afff170 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000073`4afff1c0 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000073`4afff210 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000073`4afffb30 00007ff6`2f4afac3     postgres!PostmasterMain(
00000073`4afffcd0 00007ff6`2faacc19     postgres!main(
00000073`4afffd10 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000073`4afffd60 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000073`4afffdd0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000073`4b3ff778 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000073`4b3ff780 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000073`4b3ffa70 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000073`4b3ffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000073`4b7ff6e8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
00000073`4b7ff6f0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
00000073`4b7ff760 00007ffc`e10d4cb0     postgres!pg_signal_thread(
00000073`4b7ff860 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000073`4b7ff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000073`4bbff8b8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000073`4bbff8c0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000073`4bbffbb0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000073`4bbffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000073`4bfffa58 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000073`4bfffa60 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000073`4bfffd50 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000073`4bfffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001b`f15ff998 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001b`f15ff9a0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000001b`f15ffc90 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001b`f15ffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001b`f09ff798 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001b`f09ff7a0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000001b`f09ffa90 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001b`f09ffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001b`f05fefd0 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000001b`f05ff010 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
0000001b`f05ff050 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000001b`f05ff0a0 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000001b`f05ff0f0 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000001b`f05ffa10 00007ff6`2f4afac3     postgres!PostmasterMain(
0000001b`f05ffbb0 00007ff6`2faacc19     postgres!main(
0000001b`f05ffbf0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000001b`f05ffc40 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000001b`f05ffcb0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000001b`f11ffbb8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
0000001b`f11ffbc0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
0000001b`f11ffc30 00007ffc`e10d4cb0     postgres!pg_signal_thread(
0000001b`f11ffd30 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001b`f11ffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001b`f0dff458 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001b`f0dff460 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000001b`f0dff750 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001b`f0dff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008a`5d3feb70 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000008a`5d3febb0 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
0000008a`5d3febf0 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000008a`5d3fec40 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000008a`5d3fec90 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000008a`5d3ff5b0 00007ff6`2f4afac3     postgres!PostmasterMain(
0000008a`5d3ff750 00007ff6`2faacc19     postgres!main(
0000008a`5d3ff790 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000008a`5d3ff7e0 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000008a`5d3ff850 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000008a`5e3ff828 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008a`5e3ff830 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000008a`5e3ffb20 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008a`5e3ffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008a`5dfffbc8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
0000008a`5dfffbd0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
0000008a`5dfffc40 00007ffc`e10d4cb0     postgres!pg_signal_thread(
0000008a`5dfffd40 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008a`5dfffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008a`5dbffa28 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008a`5dbffa30 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000008a`5dbffd20 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008a`5dbffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008a`5d7ffbe8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008a`5d7ffbf0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000008a`5d7ffee0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008a`5d7fff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d0`88bff878 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d0`88bff880 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000d0`88bffb70 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d0`88bffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d0`87bff0c0 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d0`87bff100 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
000000d0`87bff140 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000d0`87bff190 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000d0`87bff1e0 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000d0`87bffb00 00007ff6`2f4afac3     postgres!PostmasterMain(
000000d0`87bffca0 00007ff6`2faacc19     postgres!main(
000000d0`87bffce0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d0`87bffd30 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d0`87bffda0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000d0`887ff668 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d0`887ff670 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000d0`887ff960 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d0`887ff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d0`883ffb48 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
000000d0`883ffb50 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
000000d0`883ffbc0 00007ffc`e10d4cb0     postgres!pg_signal_thread(
000000d0`883ffcc0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d0`883ffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d0`87fff648 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d0`87fff650 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000d0`87fff940 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d0`87fff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000058`51fff868 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000058`51fff870 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000058`51fffb60 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000058`51fffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000058`51bff628 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
00000058`51bff630 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
00000058`51bff6a0 00007ffc`e10d4cb0     postgres!pg_signal_thread(
00000058`51bff7a0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000058`51bff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000058`517ff7a8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000058`517ff7b0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000058`517ffaa0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000058`517ffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000058`513ff6b8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000058`513ff6c0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000058`513ff9b0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000058`513ff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000058`50ffea50 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000058`50ffea90 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
00000058`50ffead0 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000058`50ffeb20 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000058`50ffeb70 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000058`50fff490 00007ff6`2f4afac3     postgres!PostmasterMain(
00000058`50fff630 00007ff6`2faacc19     postgres!main(
00000058`50fff670 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000058`50fff6c0 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000058`50fff730 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ad`415ffaa8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ad`415ffab0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000ad`415ffda0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ad`415ffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ad`411ffd08 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
000000ad`411ffd10 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
000000ad`411ffd80 00007ffc`e10d4cb0     postgres!pg_signal_thread(
000000ad`411ffe80 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ad`411ffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ad`40dff5e8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ad`40dff5f0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000ad`40dff8e0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ad`40dff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ad`409ffc18 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ad`409ffc20 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000ad`409fff10 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ad`409fff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ad`405ff040 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ad`405ff080 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
000000ad`405ff0c0 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ad`405ff110 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000ad`405ff160 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ad`405ffa80 00007ff6`2f4afac3     postgres!PostmasterMain(
000000ad`405ffc20 00007ff6`2faacc19     postgres!main(
000000ad`405ffc60 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ad`405ffcb0 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ad`405ffd20 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a1`4c1ff998 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a1`4c1ff9a0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000a1`4c1ffc90 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a1`4c1ffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a1`4b9ff7f8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a1`4b9ff800 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000a1`4b9ffaf0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a1`4b9ffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a1`4b5feaf0 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a1`4b5feb30 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
000000a1`4b5feb70 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000a1`4b5febc0 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000a1`4b5fec10 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a1`4b5ff530 00007ff6`2f4afac3     postgres!PostmasterMain(
000000a1`4b5ff6d0 00007ff6`2faacc19     postgres!main(
000000a1`4b5ff710 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a1`4b5ff760 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a1`4b5ff7d0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a1`4c5ffdb8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
000000a1`4c5ffdc0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
000000a1`4c5ffe30 00007ffc`e10d4cb0     postgres!pg_signal_thread(
000000a1`4c5fff30 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a1`4c5fff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a1`4bdff4d8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a1`4bdff4e0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000a1`4bdff7d0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a1`4bdff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a1`4c9ff718 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a1`4c9ff720 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000a1`4c9ffa10 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a1`4c9ffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002a`40bff758 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
0000002a`40bff760 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
0000002a`40bff7d0 00007ffc`e10d4cb0     postgres!pg_signal_thread(
0000002a`40bff8d0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002a`40bff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002a`3fffeff0 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000002a`3ffff030 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
0000002a`3ffff070 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000002a`3ffff0c0 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000002a`3ffff110 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000002a`3ffffa30 00007ff6`2f4afac3     postgres!PostmasterMain(
0000002a`3ffffbd0 00007ff6`2faacc19     postgres!main(
0000002a`3ffffc10 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000002a`3ffffc60 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000002a`3ffffcd0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000002a`403ffab8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002a`403ffac0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000002a`403ffdb0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002a`403ffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002a`407ff958 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002a`407ff960 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000002a`407ffc50 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002a`407ffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002a`40fff548 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002a`40fff550 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000002a`40fff840 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002a`40fff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000c`2d7ff648 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
0000000c`2d7ff650 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
0000000c`2d7ff6c0 00007ffc`e10d4cb0     postgres!pg_signal_thread(
0000000c`2d7ff7c0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000c`2d7ff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000c`2c7fee50 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000000c`2c7fee90 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
0000000c`2c7feed0 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000000c`2c7fef20 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000000c`2c7fef70 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000000c`2c7ff890 00007ff6`2f4afac3     postgres!PostmasterMain(
0000000c`2c7ffa30 00007ff6`2faacc19     postgres!main(
0000000c`2c7ffa70 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000000c`2c7ffac0 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000000c`2c7ffb30 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000000c`2cbff818 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000c`2cbff820 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000000c`2cbffb10 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000c`2cbffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000c`2cfff5c8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000c`2cfff5d0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000000c`2cfff8c0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000c`2cfff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000c`2d3ff508 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000c`2d3ff510 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000000c`2d3ff800 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000c`2d3ff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000c`2dbff868 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000c`2dbff870 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000000c`2dbffb60 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000c`2dbffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f8`d8fff878 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f8`d8fff880 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000f8`d8fffb70 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f8`d8fffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f8`d8bff608 00007ff6`2f5f5957     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000f8`d8bff610 00007ff6`2f4afa84     postgres!SubPostmasterMain(
000000f8`d8bff680 00007ff6`2faacc19     postgres!main(
000000f8`d8bff6c0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f8`d8bff710 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f8`d8bff780 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000f8`d8bff7b0 00007ffc`e10d4cb0     postgres!mainCRTStartup(
000000f8`d8bff7e0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f8`d8bff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f8`d93ff818 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f8`d93ff820 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000f8`d93ffb10 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f8`d93ffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ea`f4dff568 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ea`f4dff570 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000ea`f4dff860 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ea`f4dff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ea`f41fef60 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ea`f41fefa0 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
000000ea`f41fefe0 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ea`f41ff030 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000ea`f41ff080 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ea`f41ff9a0 00007ff6`2f4afac3     postgres!PostmasterMain(
000000ea`f41ffb40 00007ff6`2faacc19     postgres!main(
000000ea`f41ffb80 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ea`f41ffbd0 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ea`f41ffc40 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ea`f45ff698 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ea`f45ff6a0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000ea`f45ff990 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ea`f45ff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ea`f49ff848 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
000000ea`f49ff850 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
000000ea`f49ff8c0 00007ffc`e10d4cb0     postgres!pg_signal_thread(
000000ea`f49ff9c0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ea`f49ff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ea`f51ff7e8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ea`f51ff7f0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000ea`f51ffae0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ea`f51ffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a6`ed7ffa18 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a6`ed7ffa20 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000a6`ed7ffd10 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a6`ed7ffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a6`ed3ffa68 00007ff6`2f5f5957     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000a6`ed3ffa70 00007ff6`2f4afa84     postgres!SubPostmasterMain(
000000a6`ed3ffae0 00007ff6`2faacc19     postgres!main(
000000a6`ed3ffb20 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a6`ed3ffb70 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a6`ed3ffbe0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000a6`ed3ffc10 00007ffc`e10d4cb0     postgres!mainCRTStartup(
000000a6`ed3ffc40 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a6`ed3ffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a6`edbff598 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a6`edbff5a0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000a6`edbff890 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a6`edbff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000017`9d9fec40 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000017`9d9fec80 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
00000017`9d9fecc0 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000017`9d9fed10 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000017`9d9fed60 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000017`9d9ff680 00007ff6`2f4afac3     postgres!PostmasterMain(
00000017`9d9ff820 00007ff6`2faacc19     postgres!main(
00000017`9d9ff860 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000017`9d9ff8b0 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000017`9d9ff920 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000017`9ddff728 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000017`9ddff730 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000017`9ddffa20 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000017`9ddffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000017`9e1ff538 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000017`9e1ff540 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000017`9e1ff830 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000017`9e1ff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000017`9e5ff608 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000017`9e5ff610 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000017`9e5ff900 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000017`9e5ff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000017`9edff458 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000017`9edff460 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000017`9edff750 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000017`9edff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000017`9e9ffbe8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
00000017`9e9ffbf0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
00000017`9e9ffc60 00007ffc`e10d4cb0     postgres!pg_signal_thread(
00000017`9e9ffd60 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000017`9e9ffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000047`c41ff5b8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000047`c41ff5c0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000047`c41ff8b0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000047`c41ff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000047`c31fef80 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000047`c31fefc0 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
00000047`c31ff000 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000047`c31ff050 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000047`c31ff0a0 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000047`c31ff9c0 00007ff6`2f4afac3     postgres!PostmasterMain(
00000047`c31ffb60 00007ff6`2faacc19     postgres!main(
00000047`c31ffba0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000047`c31ffbf0 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000047`c31ffc60 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000047`c35ffad8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000047`c35ffae0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000047`c35ffdd0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000047`c35ffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000047`c39ffd48 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
00000047`c39ffd50 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
00000047`c39ffdc0 00007ffc`e10d4cb0     postgres!pg_signal_thread(
00000047`c39ffec0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000047`c39ffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000047`c3dff658 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000047`c3dff660 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000047`c3dff950 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000047`c3dff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008f`78fff738 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008f`78fff740 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000008f`78fffa30 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008f`78fffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008f`78bff5f8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
0000008f`78bff600 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
0000008f`78bff670 00007ffc`e10d4cb0     postgres!pg_signal_thread(
0000008f`78bff770 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008f`78bff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008f`787ff5e8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008f`787ff5f0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000008f`787ff8e0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008f`787ff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008f`783ffb48 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008f`783ffb50 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000008f`783ffe40 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008f`783ffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008f`77ffed70 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000008f`77ffedb0 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
0000008f`77ffedf0 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000008f`77ffee40 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000008f`77ffee90 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000008f`77fff7b0 00007ff6`2f4afac3     postgres!PostmasterMain(
0000008f`77fff950 00007ff6`2faacc19     postgres!main(
0000008f`77fff990 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000008f`77fff9e0 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000008f`77fffa50 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000b6`631ff658 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b6`631ff660 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000b6`631ff950 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b6`631ff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b6`625ff938 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b6`625ff940 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000b6`625ffc30 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b6`625ffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b6`621ffb48 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b6`621ffb50 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000b6`621ffe40 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b6`621ffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b6`61dff1b0 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b6`61dff1f0 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
000000b6`61dff230 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000b6`61dff280 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000b6`61dff2d0 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000b6`61dffbf0 00007ff6`2f4afac3     postgres!PostmasterMain(
000000b6`61dffd90 00007ff6`2faacc19     postgres!main(
000000b6`61dffdd0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b6`61dffe20 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000b6`61dffe90 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000b6`62dff608 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
000000b6`62dff610 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
000000b6`62dff680 00007ffc`e10d4cb0     postgres!pg_signal_thread(
000000b6`62dff780 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b6`62dff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000096`8d1ff5b8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000096`8d1ff5c0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000096`8d1ff8b0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000096`8d1ff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000096`8c5ffbc8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000096`8c5ffbd0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000096`8c5ffec0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000096`8c5ffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000096`8c9ffc18 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000096`8c9ffc20 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000096`8c9fff10 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000096`8c9fff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000096`8cdff888 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
00000096`8cdff890 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
00000096`8cdff900 00007ffc`e10d4cb0     postgres!pg_signal_thread(
00000096`8cdffa00 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000096`8cdffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000096`8c1ff060 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000096`8c1ff0a0 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
00000096`8c1ff0e0 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000096`8c1ff130 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000096`8c1ff180 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000096`8c1ffaa0 00007ff6`2f4afac3     postgres!PostmasterMain(
00000096`8c1ffc40 00007ff6`2faacc19     postgres!main(
00000096`8c1ffc80 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000096`8c1ffcd0 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000096`8c1ffd40 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000b2`689ff6d8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b2`689ff6e0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000b2`689ff9d0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b2`689ffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b2`681ff0c0 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b2`681ff100 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
000000b2`681ff140 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000b2`681ff190 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000b2`681ff1e0 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000b2`681ffb00 00007ff6`2f4afac3     postgres!PostmasterMain(
000000b2`681ffca0 00007ff6`2faacc19     postgres!main(
000000b2`681ffce0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b2`681ffd30 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000b2`681ffda0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000b2`685ff5a8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b2`685ff5b0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000b2`685ff8a0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b2`685ff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b2`691ff6d8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b2`691ff6e0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000b2`691ff9d0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b2`691ffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b2`68dffac8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
000000b2`68dffad0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
000000b2`68dffb40 00007ffc`e10d4cb0     postgres!pg_signal_thread(
000000b2`68dffc40 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b2`68dffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004e`713ff878 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004e`713ff880 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000004e`713ffb70 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004e`713ffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004e`707feae0 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000004e`707feb20 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
0000004e`707feb60 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000004e`707febb0 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000004e`707fec00 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000004e`707ff520 00007ff6`2f4afac3     postgres!PostmasterMain(
0000004e`707ff6c0 00007ff6`2faacc19     postgres!main(
0000004e`707ff700 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000004e`707ff750 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000004e`707ff7c0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000004e`70bffc38 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004e`70bffc40 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000004e`70bfff30 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004e`70bfff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004e`70fff7b8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
0000004e`70fff7c0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
0000004e`70fff830 00007ffc`e10d4cb0     postgres!pg_signal_thread(
0000004e`70fff930 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004e`70fff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004e`717ffad8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004e`717ffae0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000004e`717ffdd0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004e`717ffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000db`585ffbe8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
000000db`585ffbf0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
000000db`585ffc60 00007ffc`e10d4cb0     postgres!pg_signal_thread(
000000db`585ffd60 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000db`585ffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000db`579ff170 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000db`579ff1b0 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
000000db`579ff1f0 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000db`579ff240 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000db`579ff290 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000db`579ffbb0 00007ff6`2f4afac3     postgres!PostmasterMain(
000000db`579ffd50 00007ff6`2faacc19     postgres!main(
000000db`579ffd90 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000db`579ffde0 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000db`579ffe50 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000db`57dff788 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000db`57dff790 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000db`57dffa80 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000db`57dffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000db`581ff9d8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000db`581ff9e0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000db`581ffcd0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000db`581ffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000db`589ff988 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000db`589ff990 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000db`589ffc80 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000db`589ffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000df`cabff648 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000df`cabff650 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000df`cabff940 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000df`cabff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000df`c9bfee90 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000df`c9bfeed0 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
000000df`c9bfef10 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000df`c9bfef60 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000df`c9bfefb0 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000df`c9bff8d0 00007ff6`2f4afac3     postgres!PostmasterMain(
000000df`c9bffa70 00007ff6`2faacc19     postgres!main(
000000df`c9bffab0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000df`c9bffb00 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000df`c9bffb70 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000df`c9fffa28 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000df`c9fffa30 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000df`c9fffd20 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000df`c9fffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000df`ca3ff528 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000df`ca3ff530 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000df`ca3ff820 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000df`ca3ff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000df`ca7ffbe8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
000000df`ca7ffbf0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
000000df`ca7ffc60 00007ffc`e10d4cb0     postgres!pg_signal_thread(
000000df`ca7ffd60 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000df`ca7ffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005b`0ffffab8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
0000005b`0ffffac0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
0000005b`0ffffb30 00007ffc`e10d4cb0     postgres!pg_signal_thread(
0000005b`0ffffc30 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005b`0ffffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005b`103ff988 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005b`103ff990 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000005b`103ffc80 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005b`103ffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005b`107ffba8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005b`107ffbb0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000005b`107ffea0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005b`107ffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005b`0fbffa18 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005b`0fbffa20 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000005b`0fbffd10 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005b`0fbffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005b`0f7ff0b0 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000005b`0f7ff0f0 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
0000005b`0f7ff130 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000005b`0f7ff180 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000005b`0f7ff1d0 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000005b`0f7ffaf0 00007ff6`2f4afac3     postgres!PostmasterMain(
0000005b`0f7ffc90 00007ff6`2faacc19     postgres!main(
0000005b`0f7ffcd0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000005b`0f7ffd20 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000005b`0f7ffd90 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000009f`d2fff688 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
0000009f`d2fff690 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
0000009f`d2fff700 00007ffc`e10d4cb0     postgres!pg_signal_thread(
0000009f`d2fff800 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009f`d2fff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009f`d33ffb28 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009f`d33ffb30 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000009f`d33ffe20 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009f`d33ffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009f`d1ffea00 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000009f`d1ffea40 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
0000009f`d1ffea80 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000009f`d1ffead0 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000009f`d1ffeb20 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000009f`d1fff440 00007ff6`2f4afac3     postgres!PostmasterMain(
0000009f`d1fff5e0 00007ff6`2faacc19     postgres!main(
0000009f`d1fff620 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000009f`d1fff670 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000009f`d1fff6e0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ec`e1dff718 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ec`e1dff720 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000ec`e1dffa10 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ec`e1dffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ec`e19ff708 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ec`e19ff710 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000ec`e19ffa00 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ec`e19ffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ec`e15ffa38 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ec`e15ffa40 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000ec`e15ffd30 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ec`e15ffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ec`e21ffd18 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
000000ec`e21ffd20 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
000000ec`e21ffd90 00007ffc`e10d4cb0     postgres!pg_signal_thread(
000000ec`e21ffe90 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ec`e21ffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ec`e25ff5d8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ec`e25ff5e0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000ec`e25ff8d0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ec`e25ff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ec`e11feee0 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ec`e11fef20 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
000000ec`e11fef60 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ec`e11fefb0 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000ec`e11ff000 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ec`e11ff920 00007ff6`2f4afac3     postgres!PostmasterMain(
000000ec`e11ffac0 00007ff6`2faacc19     postgres!main(
000000ec`e11ffb00 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ec`e11ffb50 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ec`e11ffbc0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000044`aa9fea60 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000044`aa9feaa0 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
00000044`aa9feae0 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000044`aa9feb30 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000044`aa9feb80 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000044`aa9ff4a0 00007ff6`2f4afac3     postgres!PostmasterMain(
00000044`aa9ff640 00007ff6`2faacc19     postgres!main(
00000044`aa9ff680 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000044`aa9ff6d0 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000044`aa9ff740 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000044`ab1ff5d8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000044`ab1ff5e0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000044`ab1ff8d0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000044`ab1ff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000044`ab5ffae8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
00000044`ab5ffaf0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
00000044`ab5ffb60 00007ffc`e10d4cb0     postgres!pg_signal_thread(
00000044`ab5ffc60 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000044`ab5ffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000044`ab9ffaf8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000044`ab9ffb00 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000044`ab9ffdf0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000044`ab9ffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006a`9d3fec70 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000006a`9d3fecb0 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
0000006a`9d3fecf0 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000006a`9d3fed40 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000006a`9d3fed90 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000006a`9d3ff6b0 00007ff6`2f4afac3     postgres!PostmasterMain(
0000006a`9d3ff850 00007ff6`2faacc19     postgres!main(
0000006a`9d3ff890 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000006a`9d3ff8e0 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000006a`9d3ff950 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000006a`9d7ff918 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006a`9d7ff920 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000006a`9d7ffc10 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006a`9d7ffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006a`9dfff8d8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006a`9dfff8e0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000006a`9dfffbd0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006a`9dfffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006a`9e3ff858 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006a`9e3ff860 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000006a`9e3ffb50 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006a`9e3ffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006a`9dbff888 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
0000006a`9dbff890 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
0000006a`9dbff900 00007ffc`e10d4cb0     postgres!pg_signal_thread(
0000006a`9dbffa00 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006a`9dbffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000090`d15fefc0 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000090`d15ff000 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
00000090`d15ff040 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000090`d15ff090 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000090`d15ff0e0 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000090`d15ffa00 00007ff6`2f4afac3     postgres!PostmasterMain(
00000090`d15ffba0 00007ff6`2faacc19     postgres!main(
00000090`d15ffbe0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000090`d15ffc30 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000090`d15ffca0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000090`d19ff688 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000090`d19ff690 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000090`d19ff980 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000090`d19ff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000090`d25ff868 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000090`d25ff870 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000090`d25ffb60 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000090`d25ffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000090`d21ffa78 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
00000090`d21ffa80 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
00000090`d21ffaf0 00007ffc`e10d4cb0     postgres!pg_signal_thread(
00000090`d21ffbf0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000090`d21ffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000090`d1dff638 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000090`d1dff640 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000090`d1dff930 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000090`d1dff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005f`655ff858 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005f`655ff860 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000005f`655ffb50 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005f`655ffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005f`645fefc0 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000005f`645ff000 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
0000005f`645ff040 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000005f`645ff090 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000005f`645ff0e0 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000005f`645ffa00 00007ff6`2f4afac3     postgres!PostmasterMain(
0000005f`645ffba0 00007ff6`2faacc19     postgres!main(
0000005f`645ffbe0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000005f`645ffc30 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000005f`645ffca0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000005f`649ffa18 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005f`649ffa20 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000005f`649ffd10 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005f`649ffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005f`64dffbe8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005f`64dffbf0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000005f`64dffee0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005f`64dfff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005f`651ff7f8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
0000005f`651ff800 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
0000005f`651ff870 00007ffc`e10d4cb0     postgres!pg_signal_thread(
0000005f`651ff970 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005f`651ff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000017`921feb40 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000017`921feb80 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
00000017`921febc0 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000017`921fec10 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000017`921fec60 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000017`921ff580 00007ff6`2f4afac3     postgres!PostmasterMain(
00000017`921ff720 00007ff6`2faacc19     postgres!main(
00000017`921ff760 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000017`921ff7b0 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000017`921ff820 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000017`935ff9d8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000017`935ff9e0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000017`935ffcd0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000017`935ffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000017`929ff798 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000017`929ff7a0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000017`929ffa90 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000017`929ffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000017`92dffb38 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000017`92dffb40 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000017`92dffe30 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000017`92dffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000017`931ffc08 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
00000017`931ffc10 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
00000017`931ffc80 00007ffc`e10d4cb0     postgres!pg_signal_thread(
00000017`931ffd80 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000017`931ffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000017`925ff7a8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000017`925ff7b0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000017`925ffaa0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000017`925ffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d4`167ffb08 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d4`167ffb10 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000d4`167ffe00 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d4`167ffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d4`15bfee60 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d4`15bfeea0 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
000000d4`15bfeee0 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000d4`15bfef30 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000d4`15bfef80 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000d4`15bff8a0 00007ff6`2f4afac3     postgres!PostmasterMain(
000000d4`15bffa40 00007ff6`2faacc19     postgres!main(
000000d4`15bffa80 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d4`15bffad0 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d4`15bffb40 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000d4`15fff9c8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d4`15fff9d0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000d4`15fffcc0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d4`15fffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d4`163ffc78 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
000000d4`163ffc80 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
000000d4`163ffcf0 00007ffc`e10d4cb0     postgres!pg_signal_thread(
000000d4`163ffdf0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d4`163ffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d4`16bff8d8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d4`16bff8e0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000d4`16bffbd0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d4`16bffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ea`b95ff7f8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
000000ea`b95ff800 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
000000ea`b95ff870 00007ffc`e10d4cb0     postgres!pg_signal_thread(
000000ea`b95ff970 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ea`b95ff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ea`b89fef60 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ea`b89fefa0 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
000000ea`b89fefe0 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ea`b89ff030 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000ea`b89ff080 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ea`b89ff9a0 00007ff6`2f4afac3     postgres!PostmasterMain(
000000ea`b89ffb40 00007ff6`2faacc19     postgres!main(
000000ea`b89ffb80 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ea`b89ffbd0 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ea`b89ffc40 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ea`b99ff6c8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ea`b99ff6d0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000ea`b99ff9c0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ea`b99ff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ea`b91ffa58 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ea`b91ffa60 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000ea`b91ffd50 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ea`b91ffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ea`b8dff7b8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ea`b8dff7c0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000ea`b8dffab0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ea`b8dffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000062`8f7ff748 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
00000062`8f7ff750 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
00000062`8f7ff7c0 00007ffc`e10d4cb0     postgres!pg_signal_thread(
00000062`8f7ff8c0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000062`8f7ff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000062`8ebfedc0 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000062`8ebfee00 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
00000062`8ebfee40 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000062`8ebfee90 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000062`8ebfeee0 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000062`8ebff800 00007ff6`2f4afac3     postgres!PostmasterMain(
00000062`8ebff9a0 00007ff6`2faacc19     postgres!main(
00000062`8ebff9e0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000062`8ebffa30 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000062`8ebffaa0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000062`8efff908 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000062`8efff910 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000062`8efffc00 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000062`8efffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000062`8f3ff7b8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000062`8f3ff7c0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000062`8f3ffab0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000062`8f3ffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000062`8fbff688 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000062`8fbff690 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000062`8fbff980 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000062`8fbff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`00bff978 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000001`00bff980 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000001`00bffc70 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000001`00bffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`007fed60 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000001`007feda0 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
00000001`007fede0 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000001`007fee30 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000001`007fee80 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000001`007ff7a0 00007ff6`2f4afac3     postgres!PostmasterMain(
00000001`007ff940 00007ff6`2faacc19     postgres!main(
00000001`007ff980 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000001`007ff9d0 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000001`007ffa40 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000001`00fff5f8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
00000001`00fff600 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
00000001`00fff670 00007ffc`e10d4cb0     postgres!pg_signal_thread(
00000001`00fff770 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000001`00fff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`017ffb88 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000001`017ffb90 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000001`017ffe80 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000001`017ffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`013ff588 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000001`013ff590 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000001`013ff880 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000001`013ff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003a`d0bff858 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
0000003a`d0bff860 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
0000003a`d0bff8d0 00007ffc`e10d4cb0     postgres!pg_signal_thread(
0000003a`d0bff9d0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003a`d0bffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003a`d0fff898 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003a`d0fff8a0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000003a`d0fffb90 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003a`d0fffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003a`d13ff688 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003a`d13ff690 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000003a`d13ff980 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003a`d13ff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003a`d03ff190 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000003a`d03ff1d0 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
0000003a`d03ff210 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000003a`d03ff260 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000003a`d03ff2b0 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000003a`d03ffbd0 00007ff6`2f4afac3     postgres!PostmasterMain(
0000003a`d03ffd70 00007ff6`2faacc19     postgres!main(
0000003a`d03ffdb0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000003a`d03ffe00 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000003a`d03ffe70 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000003a`d07ff9c8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003a`d07ff9d0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000003a`d07ffcc0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003a`d07ffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000012`eb3ffb68 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000012`eb3ffb70 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000012`eb3ffe60 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000012`eb3ffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000012`ea3fede0 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000012`ea3fee20 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
00000012`ea3fee60 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000012`ea3feeb0 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000012`ea3fef00 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000012`ea3ff820 00007ff6`2f4afac3     postgres!PostmasterMain(
00000012`ea3ff9c0 00007ff6`2faacc19     postgres!main(
00000012`ea3ffa00 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000012`ea3ffa50 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000012`ea3ffac0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000012`ea7ff5f8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000012`ea7ff600 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000012`ea7ff8f0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000012`ea7ff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000012`eabffc38 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000012`eabffc40 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000012`eabfff30 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000012`eabfff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000012`eafff7f8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
00000012`eafff800 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
00000012`eafff870 00007ffc`e10d4cb0     postgres!pg_signal_thread(
00000012`eafff970 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000012`eafff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000c`56dfec30 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000000c`56dfec70 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
0000000c`56dfecb0 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000000c`56dfed00 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000000c`56dfed50 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000000c`56dff670 00007ff6`2f4afac3     postgres!PostmasterMain(
0000000c`56dff810 00007ff6`2faacc19     postgres!main(
0000000c`56dff850 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000000c`56dff8a0 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000000c`56dff910 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000000c`571ff918 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000c`571ff920 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000000c`571ffc10 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000c`571ffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000c`57dff5e8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
0000000c`57dff5f0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
0000000c`57dff660 00007ffc`e10d4cb0     postgres!pg_signal_thread(
0000000c`57dff760 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000c`57dff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000c`581ffbb8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000c`581ffbc0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000000c`581ffeb0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000c`581ffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000c`579ff7f8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000c`579ff800 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000000c`579ffaf0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000c`579ffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000c`575ff5f8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000c`575ff600 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000000c`575ff8f0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000c`575ff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000099`45dfeb80 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000099`45dfebc0 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
00000099`45dfec00 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000099`45dfec50 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000099`45dfeca0 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000099`45dff5c0 00007ff6`2f4afac3     postgres!PostmasterMain(
00000099`45dff760 00007ff6`2faacc19     postgres!main(
00000099`45dff7a0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000099`45dff7f0 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000099`45dff860 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000099`461ff8b8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000099`461ff8c0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000099`461ffbb0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000099`461ffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000099`465ff4c8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000099`465ff4d0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000099`465ff7c0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000099`465ff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000099`469ffa98 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000099`469ffaa0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000099`469ffd90 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000099`469ffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000099`46dff9c8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
00000099`46dff9d0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
00000099`46dffa40 00007ffc`e10d4cb0     postgres!pg_signal_thread(
00000099`46dffb40 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000099`46dffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000099`471ff618 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000099`471ff620 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000099`471ff910 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000099`471ff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007c`45bff7a8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007c`45bff7b0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000007c`45bffaa0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007c`45bffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007c`457fec70 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000007c`457fecb0 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
0000007c`457fecf0 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000007c`457fed40 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000007c`457fed90 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000007c`457ff6b0 00007ff6`2f4afac3     postgres!PostmasterMain(
0000007c`457ff850 00007ff6`2faacc19     postgres!main(
0000007c`457ff890 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000007c`457ff8e0 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000007c`457ff950 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000007c`45fff828 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007c`45fff830 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000007c`45fffb20 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007c`45fffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007c`463ff8c8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
0000007c`463ff8d0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
0000007c`463ff940 00007ffc`e10d4cb0     postgres!pg_signal_thread(
0000007c`463ffa40 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007c`463ffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007c`467ffb18 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007c`467ffb20 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000007c`467ffe10 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007c`467ffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e3`89bff568 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e3`89bff570 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000e3`89bff860 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e3`89bff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e3`88bfeb80 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e3`88bfebc0 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
000000e3`88bfec00 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000e3`88bfec50 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000e3`88bfeca0 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000e3`88bff5c0 00007ff6`2f4afac3     postgres!PostmasterMain(
000000e3`88bff760 00007ff6`2faacc19     postgres!main(
000000e3`88bff7a0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e3`88bff7f0 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e3`88bff860 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000e3`88fffb78 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e3`88fffb80 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000e3`88fffe70 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e3`88fffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e3`893ff748 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e3`893ff750 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000e3`893ffa40 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e3`893ffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e3`897ffc78 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
000000e3`897ffc80 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
000000e3`897ffcf0 00007ffc`e10d4cb0     postgres!pg_signal_thread(
000000e3`897ffdf0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e3`897ffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bc`ba7ff688 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
000000bc`ba7ff690 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
000000bc`ba7ff700 00007ffc`e10d4cb0     postgres!pg_signal_thread(
000000bc`ba7ff800 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bc`ba7ff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bc`b9bfed80 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000bc`b9bfedc0 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
000000bc`b9bfee00 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000bc`b9bfee50 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000bc`b9bfeea0 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000bc`b9bff7c0 00007ff6`2f4afac3     postgres!PostmasterMain(
000000bc`b9bff960 00007ff6`2faacc19     postgres!main(
000000bc`b9bff9a0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000bc`b9bff9f0 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000bc`b9bffa60 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000bc`b9fffa98 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bc`b9fffaa0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000bc`b9fffd90 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bc`b9fffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bc`ba3ff918 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bc`ba3ff920 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000bc`ba3ffc10 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bc`ba3ffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bc`babff9a8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bc`babff9b0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000bc`babffca0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bc`babffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002a`9d7ffd18 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
0000002a`9d7ffd20 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
0000002a`9d7ffd90 00007ffc`e10d4cb0     postgres!pg_signal_thread(
0000002a`9d7ffe90 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002a`9d7ffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002a`9cbfece0 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000002a`9cbfed20 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
0000002a`9cbfed60 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000002a`9cbfedb0 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000002a`9cbfee00 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000002a`9cbff720 00007ff6`2f4afac3     postgres!PostmasterMain(
0000002a`9cbff8c0 00007ff6`2faacc19     postgres!main(
0000002a`9cbff900 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000002a`9cbff950 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000002a`9cbff9c0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000002a`9cfff5b8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002a`9cfff5c0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000002a`9cfff8b0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002a`9cfff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002a`9dbff728 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002a`9dbff730 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000002a`9dbffa20 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002a`9dbffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002a`9d3ff768 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002a`9d3ff770 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000002a`9d3ffa60 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002a`9d3ffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000004`7b9ff898 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000004`7b9ff8a0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000004`7b9ffb90 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000004`7b9ffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000004`7b5ffb18 00007ff6`2f5f5957     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000004`7b5ffb20 00007ff6`2f4afa84     postgres!SubPostmasterMain(
00000004`7b5ffb90 00007ff6`2faacc19     postgres!main(
00000004`7b5ffbd0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000004`7b5ffc20 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000004`7b5ffc90 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000004`7b5ffcc0 00007ffc`e10d4cb0     postgres!mainCRTStartup(
00000004`7b5ffcf0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000004`7b5ffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000004`7bdff7c8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000004`7bdff7d0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000004`7bdffac0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000004`7bdffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bc`1bdff798 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
000000bc`1bdff7a0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
000000bc`1bdff810 00007ffc`e10d4cb0     postgres!pg_signal_thread(
000000bc`1bdff910 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bc`1bdff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bc`1adfed70 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000bc`1adfedb0 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
000000bc`1adfedf0 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000bc`1adfee40 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000bc`1adfee90 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000bc`1adff7b0 00007ff6`2f4afac3     postgres!PostmasterMain(
000000bc`1adff950 00007ff6`2faacc19     postgres!main(
000000bc`1adff990 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000bc`1adff9e0 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000bc`1adffa50 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000bc`1b1ff858 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bc`1b1ff860 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000bc`1b1ffb50 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bc`1b1ffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bc`1b5ff758 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bc`1b5ff760 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000bc`1b5ffa50 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bc`1b5ffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bc`1b9ff9c8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bc`1b9ff9d0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000bc`1b9ffcc0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bc`1b9ffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bc`1c1ff4c8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bc`1c1ff4d0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000bc`1c1ff7c0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bc`1c1ff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001e`f37fef60 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000001e`f37fefa0 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
0000001e`f37fefe0 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000001e`f37ff030 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000001e`f37ff080 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000001e`f37ff9a0 00007ff6`2f4afac3     postgres!PostmasterMain(
0000001e`f37ffb40 00007ff6`2faacc19     postgres!main(
0000001e`f37ffb80 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000001e`f37ffbd0 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000001e`f37ffc40 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000001e`f3bff9f8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001e`f3bffa00 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000001e`f3bffcf0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001e`f3bffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001e`f3fffb08 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001e`f3fffb10 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000001e`f3fffe00 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001e`f3fffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001e`f43ffce8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
0000001e`f43ffcf0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
0000001e`f43ffd60 00007ffc`e10d4cb0     postgres!pg_signal_thread(
0000001e`f43ffe60 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001e`f43ffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001e`f47ff898 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001e`f47ff8a0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000001e`f47ffb90 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001e`f47ffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009e`253feed0 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000009e`253fef10 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
0000009e`253fef50 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000009e`253fefa0 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000009e`253feff0 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000009e`253ff910 00007ff6`2f4afac3     postgres!PostmasterMain(
0000009e`253ffab0 00007ff6`2faacc19     postgres!main(
0000009e`253ffaf0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000009e`253ffb40 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000009e`253ffbb0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000009e`25fff738 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
0000009e`25fff740 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
0000009e`25fff7b0 00007ffc`e10d4cb0     postgres!pg_signal_thread(
0000009e`25fff8b0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009e`25fff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009e`263ffb68 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009e`263ffb70 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000009e`263ffe60 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009e`263ffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009e`257ffc38 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009e`257ffc40 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000009e`257fff30 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009e`257fff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009e`25bffa28 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009e`25bffa30 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000009e`25bffd20 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009e`25bffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d0`2e1ff8a8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
000000d0`2e1ff8b0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
000000d0`2e1ff920 00007ffc`e10d4cb0     postgres!pg_signal_thread(
000000d0`2e1ffa20 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d0`2e1ffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d0`2ddff5a8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d0`2ddff5b0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000d0`2ddff8a0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d0`2ddff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d0`2d9feaa0 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d0`2d9feae0 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
000000d0`2d9feb20 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000d0`2d9feb70 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000d0`2d9febc0 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000d0`2d9ff4e0 00007ff6`2f4afac3     postgres!PostmasterMain(
000000d0`2d9ff680 00007ff6`2faacc19     postgres!main(
000000d0`2d9ff6c0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d0`2d9ff710 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d0`2d9ff780 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000d0`2e9ff5f8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d0`2e9ff600 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000d0`2e9ff8f0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d0`2e9ff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d0`2e5ff568 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d0`2e5ff570 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000d0`2e5ff860 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d0`2e5ff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000df`c9bfecf0 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000df`c9bfed30 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
000000df`c9bfed70 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000df`c9bfedc0 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000df`c9bfee10 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000df`c9bff730 00007ff6`2f4afac3     postgres!PostmasterMain(
000000df`c9bff8d0 00007ff6`2faacc19     postgres!main(
000000df`c9bff910 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000df`c9bff960 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000df`c9bff9d0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000df`ca7ffad8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
000000df`ca7ffae0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
000000df`ca7ffb50 00007ffc`e10d4cb0     postgres!pg_signal_thread(
000000df`ca7ffc50 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000df`ca7ffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000df`cabff7b8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000df`cabff7c0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000df`cabffab0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000df`cabffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000df`ca3ff888 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000df`ca3ff890 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000df`ca3ffb80 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000df`ca3ffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000df`c9fffb58 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000df`c9fffb60 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000df`c9fffe50 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000df`c9fffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000056`5cbff458 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000056`5cbff460 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000056`5cbff750 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000056`5cbff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000056`5d3ff4d8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000056`5d3ff4e0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000056`5d3ff7d0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000056`5d3ff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000056`5cfffd38 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
00000056`5cfffd40 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
00000056`5cfffdb0 00007ffc`e10d4cb0     postgres!pg_signal_thread(
00000056`5cfffeb0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000056`5cfffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000056`5c7ff7f8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000056`5c7ff800 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000056`5c7ffaf0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000056`5c7ffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000056`5c3feab0 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000056`5c3feaf0 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
00000056`5c3feb30 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000056`5c3feb80 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000056`5c3febd0 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000056`5c3ff4f0 00007ff6`2f4afac3     postgres!PostmasterMain(
00000056`5c3ff690 00007ff6`2faacc19     postgres!main(
00000056`5c3ff6d0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000056`5c3ff720 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000056`5c3ff790 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f2`03dff6b8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f2`03dff6c0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000f2`03dff9b0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f2`03dff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f2`039ff080 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f2`039ff0c0 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
000000f2`039ff100 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f2`039ff150 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000f2`039ff1a0 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f2`039ffac0 00007ff6`2f4afac3     postgres!PostmasterMain(
000000f2`039ffc60 00007ff6`2faacc19     postgres!main(
000000f2`039ffca0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f2`039ffcf0 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f2`039ffd60 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f2`041ffb08 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
000000f2`041ffb10 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
000000f2`041ffb80 00007ffc`e10d4cb0     postgres!pg_signal_thread(
000000f2`041ffc80 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f2`041ffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f2`045ffb58 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f2`045ffb60 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000f2`045ffe50 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f2`045ffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f2`049ff658 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f2`049ff660 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000f2`049ff950 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f2`049ff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`42dff678 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cf`42dff680 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000cf`42dff970 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`42dff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`429febb0 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000cf`429febf0 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
000000cf`429fec30 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000cf`429fec80 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000cf`429fecd0 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000cf`429ff5f0 00007ff6`2f4afac3     postgres!PostmasterMain(
000000cf`429ff790 00007ff6`2faacc19     postgres!main(
000000cf`429ff7d0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000cf`429ff820 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000cf`429ff890 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000cf`431ff698 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cf`431ff6a0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000cf`431ff990 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`431ff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`435ffa28 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
000000cf`435ffa30 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
000000cf`435ffaa0 00007ffc`e10d4cb0     postgres!pg_signal_thread(
000000cf`435ffba0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`435ffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`439ff8d8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cf`439ff8e0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000cf`439ffbd0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`439ffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d7`4b9ff538 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d7`4b9ff540 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000d7`4b9ff830 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d7`4b9ff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d7`4b1ff618 00007ff6`2f5f5957     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000d7`4b1ff620 00007ff6`2f4afa84     postgres!SubPostmasterMain(
000000d7`4b1ff690 00007ff6`2faacc19     postgres!main(
000000d7`4b1ff6d0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d7`4b1ff720 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d7`4b1ff790 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000d7`4b1ff7c0 00007ffc`e10d4cb0     postgres!mainCRTStartup(
000000d7`4b1ff7f0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d7`4b1ff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d7`4b5ff498 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d7`4b5ff4a0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000d7`4b5ff790 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d7`4b5ff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007f`459ffa38 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007f`459ffa40 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000007f`459ffd30 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007f`459ffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007f`45dff878 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007f`45dff880 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000007f`45dffb70 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007f`45dffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007f`465ffb78 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007f`465ffb80 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000007f`465ffe70 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007f`465ffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007f`461ff698 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
0000007f`461ff6a0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
0000007f`461ff710 00007ffc`e10d4cb0     postgres!pg_signal_thread(
0000007f`461ff810 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007f`461ff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007f`451febb0 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000007f`451febf0 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
0000007f`451fec30 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000007f`451fec80 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000007f`451fecd0 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000007f`451ff5f0 00007ff6`2f4afac3     postgres!PostmasterMain(
0000007f`451ff790 00007ff6`2faacc19     postgres!main(
0000007f`451ff7d0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000007f`451ff820 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000007f`451ff890 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000007f`455ffae8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007f`455ffaf0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000007f`455ffde0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007f`455ffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000046`70fff9d8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
00000046`70fff9e0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
00000046`70fffa50 00007ffc`e10d4cb0     postgres!pg_signal_thread(
00000046`70fffb50 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000046`70fffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000046`703fef70 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000046`703fefb0 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
00000046`703feff0 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000046`703ff040 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000046`703ff090 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000046`703ff9b0 00007ff6`2f4afac3     postgres!PostmasterMain(
00000046`703ffb50 00007ff6`2faacc19     postgres!main(
00000046`703ffb90 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000046`703ffbe0 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000046`703ffc50 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000046`707ff538 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000046`707ff540 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000046`707ff830 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000046`707ff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000046`70bff558 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000046`70bff560 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000046`70bff850 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000046`70bff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000046`713ff488 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000046`713ff490 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000046`713ff780 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000046`713ff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000030`d33ff808 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000030`d33ff810 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000030`d33ffb00 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000030`d33ffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000030`d23fee30 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000030`d23fee70 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
00000030`d23feeb0 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000030`d23fef00 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000030`d23fef50 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000030`d23ff870 00007ff6`2f4afac3     postgres!PostmasterMain(
00000030`d23ffa10 00007ff6`2faacc19     postgres!main(
00000030`d23ffa50 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000030`d23ffaa0 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000030`d23ffb10 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000030`d27ff6d8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000030`d27ff6e0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000030`d27ff9d0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000030`d27ffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000030`d2bff5c8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000030`d2bff5d0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000030`d2bff8c0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000030`d2bff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000030`d2fff7c8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
00000030`d2fff7d0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
00000030`d2fff840 00007ffc`e10d4cb0     postgres!pg_signal_thread(
00000030`d2fff940 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000030`d2fff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fd`611ff9e8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fd`611ff9f0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000fd`611ffce0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fd`611ffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fd`60dffc68 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
000000fd`60dffc70 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
000000fd`60dffce0 00007ffc`e10d4cb0     postgres!pg_signal_thread(
000000fd`60dffde0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fd`60dffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fd`601fec00 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000fd`601fec40 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
000000fd`601fec80 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000fd`601fecd0 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000fd`601fed20 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000fd`601ff640 00007ff6`2f4afac3     postgres!PostmasterMain(
000000fd`601ff7e0 00007ff6`2faacc19     postgres!main(
000000fd`601ff820 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000fd`601ff870 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000fd`601ff8e0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000fd`605ff898 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fd`605ff8a0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000fd`605ffb90 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fd`605ffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fd`609ff5f8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fd`609ff600 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000fd`609ff8f0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fd`609ff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000096`46fff7f8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000096`46fff800 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000096`46fffaf0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000096`46fffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000096`477ff8a8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
00000096`477ff8b0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
00000096`477ff920 00007ffc`e10d4cb0     postgres!pg_signal_thread(
00000096`477ffa20 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000096`477ffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000096`473ff458 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000096`473ff460 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000096`473ff750 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000096`473ff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000096`46bfea50 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000096`46bfea90 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
00000096`46bfead0 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000096`46bfeb20 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000096`46bfeb70 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000096`46bff490 00007ff6`2f4afac3     postgres!PostmasterMain(
00000096`46bff630 00007ff6`2faacc19     postgres!main(
00000096`46bff670 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000096`46bff6c0 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000096`46bff730 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000096`47bffa88 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000096`47bffa90 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000096`47bffd80 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000096`47bffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000073`c5bfee20 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000073`c5bfee60 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
00000073`c5bfeea0 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000073`c5bfeef0 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000073`c5bfef40 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000073`c5bff860 00007ff6`2f4afac3     postgres!PostmasterMain(
00000073`c5bffa00 00007ff6`2faacc19     postgres!main(
00000073`c5bffa40 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000073`c5bffa90 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000073`c5bffb00 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000073`c6bff978 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000073`c6bff980 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000073`c6bffc70 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000073`c6bffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000073`c5fff788 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000073`c5fff790 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000073`c5fffa80 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000073`c5fffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000073`c67ff708 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
00000073`c67ff710 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
00000073`c67ff780 00007ffc`e10d4cb0     postgres!pg_signal_thread(
00000073`c67ff880 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000073`c67ff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000073`c63ffaf8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000073`c63ffb00 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000073`c63ffdf0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000073`c63ffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000070`f31ffa48 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000070`f31ffa50 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000070`f31ffd40 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000070`f31ffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000070`f3dffaa8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000070`f3dffab0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000070`f3dffda0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000070`f3dffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000070`f35ff518 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000070`f35ff520 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000070`f35ff810 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000070`f35ff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000070`f39ffd38 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
00000070`f39ffd40 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
00000070`f39ffdb0 00007ffc`e10d4cb0     postgres!pg_signal_thread(
00000070`f39ffeb0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000070`f39ffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000070`f2dff1b0 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000070`f2dff1f0 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
00000070`f2dff230 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000070`f2dff280 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000070`f2dff2d0 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000070`f2dffbf0 00007ff6`2f4afac3     postgres!PostmasterMain(
00000070`f2dffd90 00007ff6`2faacc19     postgres!main(
00000070`f2dffdd0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000070`f2dffe20 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000070`f2dffe90 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000063`395feb00 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000063`395feb40 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
00000063`395feb80 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000063`395febd0 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000063`395fec20 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000063`395ff540 00007ff6`2f4afac3     postgres!PostmasterMain(
00000063`395ff6e0 00007ff6`2faacc19     postgres!main(
00000063`395ff720 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000063`395ff770 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000063`395ff7e0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000063`39dffc28 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000063`39dffc30 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000063`39dfff20 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000063`39dfff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000063`3a9ff5f8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000063`3a9ff600 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000063`3a9ff8f0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000063`3a9ff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000063`3a5ffba8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
00000063`3a5ffbb0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
00000063`3a5ffc20 00007ffc`e10d4cb0     postgres!pg_signal_thread(
00000063`3a5ffd20 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000063`3a5ffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000063`3a1ff4f8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000063`3a1ff500 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000063`3a1ff7f0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000063`3a1ff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000063`399ff5f8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000063`399ff600 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000063`399ff8f0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000063`399ff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005b`d73ff768 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005b`d73ff770 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000005b`d73ffa60 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005b`d73ffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005b`d67fec50 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000005b`d67fec90 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
0000005b`d67fecd0 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000005b`d67fed20 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000005b`d67fed70 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000005b`d67ff690 00007ff6`2f4afac3     postgres!PostmasterMain(
0000005b`d67ff830 00007ff6`2faacc19     postgres!main(
0000005b`d67ff870 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000005b`d67ff8c0 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000005b`d67ff930 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000005b`d6bff738 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005b`d6bff740 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000005b`d6bffa30 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005b`d6bffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005b`d6fff808 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
0000005b`d6fff810 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
0000005b`d6fff880 00007ffc`e10d4cb0     postgres!pg_signal_thread(
0000005b`d6fff980 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005b`d6fff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005b`d77ff738 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005b`d77ff740 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000005b`d77ffa30 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005b`d77ffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000083`a9fff4d8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000083`a9fff4e0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000083`a9fff7d0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000083`a9fff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000083`a9bff1d0 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000083`a9bff210 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
00000083`a9bff250 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000083`a9bff2a0 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000083`a9bff2f0 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000083`a9bffc10 00007ff6`2f4afac3     postgres!PostmasterMain(
00000083`a9bffdb0 00007ff6`2faacc19     postgres!main(
00000083`a9bffdf0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000083`a9bffe40 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000083`a9bffeb0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000083`aa3ff818 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000083`aa3ff820 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000083`aa3ffb10 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000083`aa3ffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000083`aa7ff698 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
00000083`aa7ff6a0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
00000083`aa7ff710 00007ffc`e10d4cb0     postgres!pg_signal_thread(
00000083`aa7ff810 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000083`aa7ff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000083`aabff858 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000083`aabff860 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000083`aabffb50 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000083`aabffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004c`c3bffc38 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004c`c3bffc40 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000004c`c3bfff30 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004c`c3bfff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004c`c43ff848 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004c`c43ff850 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000004c`c43ffb40 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004c`c43ffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004c`c47ff578 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004c`c47ff580 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000004c`c47ff870 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004c`c47ff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004c`c37fedb0 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000004c`c37fedf0 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
0000004c`c37fee30 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000004c`c37fee80 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000004c`c37feed0 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000004c`c37ff7f0 00007ff6`2f4afac3     postgres!PostmasterMain(
0000004c`c37ff990 00007ff6`2faacc19     postgres!main(
0000004c`c37ff9d0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000004c`c37ffa20 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000004c`c37ffa90 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000004c`c3fffbe8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
0000004c`c3fffbf0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
0000004c`c3fffc60 00007ffc`e10d4cb0     postgres!pg_signal_thread(
0000004c`c3fffd60 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004c`c3fffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000055`8d3ffc08 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000055`8d3ffc10 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000055`8d3fff00 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000055`8d3fff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000055`8dbff828 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000055`8dbff830 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000055`8dbffb20 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000055`8dbffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000055`8d7ff8a8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
00000055`8d7ff8b0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
00000055`8d7ff920 00007ffc`e10d4cb0     postgres!pg_signal_thread(
00000055`8d7ffa20 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000055`8d7ffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000055`8c7fee90 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000055`8c7feed0 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
00000055`8c7fef10 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000055`8c7fef60 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000055`8c7fefb0 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000055`8c7ff8d0 00007ff6`2f4afac3     postgres!PostmasterMain(
00000055`8c7ffa70 00007ff6`2faacc19     postgres!main(
00000055`8c7ffab0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000055`8c7ffb00 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000055`8c7ffb70 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000055`8cbff6a8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000055`8cbff6b0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000055`8cbff9a0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000055`8cbff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000055`8cfffa78 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000055`8cfffa80 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000055`8cfffd70 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000055`8cfffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004f`727ff6d8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004f`727ff6e0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000004f`727ff9d0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004f`727ffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004f`717fee80 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000004f`717feec0 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
0000004f`717fef00 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000004f`717fef50 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000004f`717fefa0 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000004f`717ff8c0 00007ff6`2f4afac3     postgres!PostmasterMain(
0000004f`717ffa60 00007ff6`2faacc19     postgres!main(
0000004f`717ffaa0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000004f`717ffaf0 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000004f`717ffb60 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000004f`723ff778 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
0000004f`723ff780 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
0000004f`723ff7f0 00007ffc`e10d4cb0     postgres!pg_signal_thread(
0000004f`723ff8f0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004f`723ff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b3`9f5fed00 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b3`9f5fed40 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
000000b3`9f5fed80 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000b3`9f5fedd0 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000b3`9f5fee20 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000b3`9f5ff740 00007ff6`2f4afac3     postgres!PostmasterMain(
000000b3`9f5ff8e0 00007ff6`2faacc19     postgres!main(
000000b3`9f5ff920 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b3`9f5ff970 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000b3`9f5ff9e0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000b3`a05ff738 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b3`a05ff740 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000b3`a05ffa30 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b3`a05ffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b3`9f9ffbb8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b3`9f9ffbc0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000b3`9f9ffeb0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b3`9f9ffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b3`9fdffa38 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
000000b3`9fdffa40 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
000000b3`9fdffab0 00007ffc`e10d4cb0     postgres!pg_signal_thread(
000000b3`9fdffbb0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b3`9fdffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b3`a01ffb38 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b3`a01ffb40 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000b3`a01ffe30 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b3`a01ffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cd`2a3ffbb8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
000000cd`2a3ffbc0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
000000cd`2a3ffc30 00007ffc`e10d4cb0     postgres!pg_signal_thread(
000000cd`2a3ffd30 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cd`2a3ffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cd`297ff060 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000cd`297ff0a0 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
000000cd`297ff0e0 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000cd`297ff130 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000cd`297ff180 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000cd`297ffaa0 00007ff6`2f4afac3     postgres!PostmasterMain(
000000cd`297ffc40 00007ff6`2faacc19     postgres!main(
000000cd`297ffc80 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000cd`297ffcd0 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000cd`297ffd40 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000cd`29bff518 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cd`29bff520 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000cd`29bff810 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cd`29bff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cd`29fffa38 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cd`29fffa40 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000cd`29fffd30 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cd`29fffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cd`2a7ff538 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cd`2a7ff540 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000cd`2a7ff830 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cd`2a7ff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cd`2abff6a8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cd`2abff6b0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000cd`2abff9a0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cd`2abff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008d`e9bffa98 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008d`e9bffaa0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000008d`e9bffd90 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008d`e9bffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008d`e87fea10 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000008d`e87fea50 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
0000008d`e87fea90 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000008d`e87feae0 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000008d`e87feb30 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000008d`e87ff450 00007ff6`2f4afac3     postgres!PostmasterMain(
0000008d`e87ff5f0 00007ff6`2faacc19     postgres!main(
0000008d`e87ff630 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000008d`e87ff680 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000008d`e87ff6f0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000008d`e8bff528 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008d`e8bff530 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000008d`e8bff820 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008d`e8bff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008d`e8fff968 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008d`e8fff970 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000008d`e8fffc60 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008d`e8fffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008d`e93ff448 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008d`e93ff450 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000008d`e93ff740 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008d`e93ff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008d`e97ffda8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
0000008d`e97ffdb0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
0000008d`e97ffe20 00007ffc`e10d4cb0     postgres!pg_signal_thread(
0000008d`e97fff20 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008d`e97fff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fa`7f1ffcd8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
000000fa`7f1ffce0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
000000fa`7f1ffd50 00007ffc`e10d4cb0     postgres!pg_signal_thread(
000000fa`7f1ffe50 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fa`7f1ffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fa`7e5fec60 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000fa`7e5feca0 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
000000fa`7e5fece0 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000fa`7e5fed30 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000fa`7e5fed80 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000fa`7e5ff6a0 00007ff6`2f4afac3     postgres!PostmasterMain(
000000fa`7e5ff840 00007ff6`2faacc19     postgres!main(
000000fa`7e5ff880 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000fa`7e5ff8d0 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000fa`7e5ff940 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000fa`7e9ff4d8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fa`7e9ff4e0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000fa`7e9ff7d0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fa`7e9ff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fa`7edffb48 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fa`7edffb50 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000fa`7edffe40 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fa`7edffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fa`7f5ff4b8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fa`7f5ff4c0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000fa`7f5ff7b0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fa`7f5ff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ac`dcdffd08 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
000000ac`dcdffd10 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
000000ac`dcdffd80 00007ffc`e10d4cb0     postgres!pg_signal_thread(
000000ac`dcdffe80 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ac`dcdffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ac`dc1feeb0 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ac`dc1feef0 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
000000ac`dc1fef30 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ac`dc1fef80 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000ac`dc1fefd0 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ac`dc1ff8f0 00007ff6`2f4afac3     postgres!PostmasterMain(
000000ac`dc1ffa90 00007ff6`2faacc19     postgres!main(
000000ac`dc1ffad0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ac`dc1ffb20 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ac`dc1ffb90 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ac`dc5ff5b8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ac`dc5ff5c0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000ac`dc5ff8b0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ac`dc5ff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ac`dc9ff968 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ac`dc9ff970 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000ac`dc9ffc60 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ac`dc9ffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ac`dd1ff528 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ac`dd1ff530 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000ac`dd1ff820 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ac`dd1ff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000086`ac9ff668 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000086`ac9ff670 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000086`ac9ff960 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000086`ac9ff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000086`abdfebc0 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000086`abdfec00 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
00000086`abdfec40 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000086`abdfec90 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000086`abdfece0 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000086`abdff600 00007ff6`2f4afac3     postgres!PostmasterMain(
00000086`abdff7a0 00007ff6`2faacc19     postgres!main(
00000086`abdff7e0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000086`abdff830 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000086`abdff8a0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000086`ac1ffaf8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000086`ac1ffb00 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000086`ac1ffdf0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000086`ac1ffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000086`ac5ff688 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
00000086`ac5ff690 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
00000086`ac5ff700 00007ffc`e10d4cb0     postgres!pg_signal_thread(
00000086`ac5ff800 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000086`ac5ff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000086`acdffb68 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000086`acdffb70 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000086`acdffe60 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000086`acdffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e2`3d1ff858 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e2`3d1ff860 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000e2`3d1ffb50 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e2`3d1ffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e2`3cdfedf0 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e2`3cdfee30 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
000000e2`3cdfee70 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000e2`3cdfeec0 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000e2`3cdfef10 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000e2`3cdff830 00007ff6`2f4afac3     postgres!PostmasterMain(
000000e2`3cdff9d0 00007ff6`2faacc19     postgres!main(
000000e2`3cdffa10 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e2`3cdffa60 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e2`3cdffad0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000e2`3ddff748 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e2`3ddff750 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000e2`3ddffa40 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e2`3ddffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e2`3d9ff648 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
000000e2`3d9ff650 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
000000e2`3d9ff6c0 00007ffc`e10d4cb0     postgres!pg_signal_thread(
000000e2`3d9ff7c0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e2`3d9ff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e2`3d5ffb28 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e2`3d5ffb30 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000e2`3d5ffe20 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e2`3d5ffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006b`d59ff608 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006b`d59ff610 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000006b`d59ff900 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006b`d59ff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006b`d4dffa78 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006b`d4dffa80 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000006b`d4dffd70 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006b`d4dffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006b`d49fea00 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000006b`d49fea40 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
0000006b`d49fea80 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000006b`d49fead0 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000006b`d49feb20 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000006b`d49ff440 00007ff6`2f4afac3     postgres!PostmasterMain(
0000006b`d49ff5e0 00007ff6`2faacc19     postgres!main(
0000006b`d49ff620 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000006b`d49ff670 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000006b`d49ff6e0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000006b`d51ffc88 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
0000006b`d51ffc90 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
0000006b`d51ffd00 00007ffc`e10d4cb0     postgres!pg_signal_thread(
0000006b`d51ffe00 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006b`d51ffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006b`d55ffa58 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006b`d55ffa60 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000006b`d55ffd50 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006b`d55ffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008e`9cdfefc0 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000008e`9cdff000 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
0000008e`9cdff040 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000008e`9cdff090 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000008e`9cdff0e0 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000008e`9cdffa00 00007ff6`2f4afac3     postgres!PostmasterMain(
0000008e`9cdffba0 00007ff6`2faacc19     postgres!main(
0000008e`9cdffbe0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000008e`9cdffc30 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000008e`9cdffca0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000008e`9d5ffc28 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
0000008e`9d5ffc30 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
0000008e`9d5ffca0 00007ffc`e10d4cb0     postgres!pg_signal_thread(
0000008e`9d5ffda0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008e`9d5ffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008e`9ddff548 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008e`9ddff550 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000008e`9ddff840 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008e`9ddff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003f`9fbff878 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003f`9fbff880 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000003f`9fbffb70 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003f`9fbffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003f`a03ff5b8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003f`a03ff5c0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000003f`a03ff8b0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003f`a03ff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003f`9ffff9b8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
0000003f`9ffff9c0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
0000003f`9ffffa30 00007ffc`e10d4cb0     postgres!pg_signal_thread(
0000003f`9ffffb30 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003f`9ffffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003f`9f3feb10 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000003f`9f3feb50 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
0000003f`9f3feb90 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000003f`9f3febe0 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000003f`9f3fec30 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000003f`9f3ff550 00007ff6`2f4afac3     postgres!PostmasterMain(
0000003f`9f3ff6f0 00007ff6`2faacc19     postgres!main(
0000003f`9f3ff730 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000003f`9f3ff780 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000003f`9f3ff7f0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000003f`9f7ff9b8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003f`9f7ff9c0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000003f`9f7ffcb0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003f`9f7ffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f1`5c1ff988 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
000000f1`5c1ff990 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
000000f1`5c1ffa00 00007ffc`e10d4cb0     postgres!pg_signal_thread(
000000f1`5c1ffb00 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f1`5c1ffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f1`5b5fec80 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f1`5b5fecc0 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
000000f1`5b5fed00 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f1`5b5fed50 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000f1`5b5feda0 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f1`5b5ff6c0 00007ff6`2f4afac3     postgres!PostmasterMain(
000000f1`5b5ff860 00007ff6`2faacc19     postgres!main(
000000f1`5b5ff8a0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f1`5b5ff8f0 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f1`5b5ff960 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f1`5b9ff6e8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f1`5b9ff6f0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000f1`5b9ff9e0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f1`5b9ffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f1`5bdff628 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f1`5bdff630 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000f1`5bdff920 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f1`5bdff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f1`5c5ff748 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f1`5c5ff750 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000f1`5c5ffa40 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f1`5c5ffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000006`32fff6a8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
00000006`32fff6b0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
00000006`32fff720 00007ffc`e10d4cb0     postgres!pg_signal_thread(
00000006`32fff820 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000006`32fff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000006`323feae0 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000006`323feb20 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
00000006`323feb60 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000006`323febb0 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000006`323fec00 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000006`323ff520 00007ff6`2f4afac3     postgres!PostmasterMain(
00000006`323ff6c0 00007ff6`2faacc19     postgres!main(
00000006`323ff700 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000006`323ff750 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000006`323ff7c0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000006`327ff958 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000006`327ff960 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000006`327ffc50 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000006`327ffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000006`32bff9f8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000006`32bffa00 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000006`32bffcf0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000006`32bffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000006`333ff778 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000006`333ff780 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000006`333ffa70 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000006`333ffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a5`157ff688 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
000000a5`157ff690 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
000000a5`157ff700 00007ffc`e10d4cb0     postgres!pg_signal_thread(
000000a5`157ff800 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a5`157ff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a5`14bfefc0 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a5`14bff000 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
000000a5`14bff040 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000a5`14bff090 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000a5`14bff0e0 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a5`14bffa00 00007ff6`2f4afac3     postgres!PostmasterMain(
000000a5`14bffba0 00007ff6`2faacc19     postgres!main(
000000a5`14bffbe0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a5`14bffc30 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a5`14bffca0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a5`14fff7b8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a5`14fff7c0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000a5`14fffab0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a5`14fffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a5`153ff838 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a5`153ff840 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000a5`153ffb30 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a5`153ffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a5`15bff598 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a5`15bff5a0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000a5`15bff890 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a5`15bff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e0`c0bffa88 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
000000e0`c0bffa90 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
000000e0`c0bffb00 00007ffc`e10d4cb0     postgres!pg_signal_thread(
000000e0`c0bffc00 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e0`c0bffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e0`c13ff468 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e0`c13ff470 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000e0`c13ff760 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e0`c13ff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e0`c03fece0 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e0`c03fed20 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
000000e0`c03fed60 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000e0`c03fedb0 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000e0`c03fee00 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000e0`c03ff720 00007ff6`2f4afac3     postgres!PostmasterMain(
000000e0`c03ff8c0 00007ff6`2faacc19     postgres!main(
000000e0`c03ff900 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e0`c03ff950 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e0`c03ff9c0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000e0`c07ffaf8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e0`c07ffb00 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000e0`c07ffdf0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e0`c07ffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e0`c0fff948 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e0`c0fff950 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000e0`c0fffc40 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e0`c0fffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fc`b51ffc28 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
000000fc`b51ffc30 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
000000fc`b51ffca0 00007ffc`e10d4cb0     postgres!pg_signal_thread(
000000fc`b51ffda0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fc`b51ffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fc`b59ff608 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fc`b59ff610 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000fc`b59ff900 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fc`b59ff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fc`b49febf0 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000fc`b49fec30 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
000000fc`b49fec70 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000fc`b49fecc0 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000fc`b49fed10 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000fc`b49ff630 00007ff6`2f4afac3     postgres!PostmasterMain(
000000fc`b49ff7d0 00007ff6`2faacc19     postgres!main(
000000fc`b49ff810 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000fc`b49ff860 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000fc`b49ff8d0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000fc`b55ff768 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fc`b55ff770 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000fc`b55ffa60 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fc`b55ffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000011`06fff7b8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
00000011`06fff7c0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
00000011`06fff830 00007ffc`e10d4cb0     postgres!pg_signal_thread(
00000011`06fff930 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000011`06fff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000011`073ff7e8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000011`073ff7f0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000011`073ffae0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000011`073ffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000011`063fed90 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000011`063fedd0 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
00000011`063fee10 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000011`063fee60 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000011`063feeb0 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000011`063ff7d0 00007ff6`2f4afac3     postgres!PostmasterMain(
00000011`063ff970 00007ff6`2faacc19     postgres!main(
00000011`063ff9b0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000011`063ffa00 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000011`063ffa70 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000011`067ff668 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000011`067ff670 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000011`067ff960 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000011`067ff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000011`06bff558 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000011`06bff560 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000011`06bff850 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000011`06bff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006e`6bfff868 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
0000006e`6bfff870 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
0000006e`6bfff8e0 00007ffc`e10d4cb0     postgres!pg_signal_thread(
0000006e`6bfff9e0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006e`6bfffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006e`6b3ff090 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000006e`6b3ff0d0 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
0000006e`6b3ff110 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000006e`6b3ff160 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000006e`6b3ff1b0 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000006e`6b3ffad0 00007ff6`2f4afac3     postgres!PostmasterMain(
0000006e`6b3ffc70 00007ff6`2faacc19     postgres!main(
0000006e`6b3ffcb0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000006e`6b3ffd00 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000006e`6b3ffd70 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000006e`6b7ffb78 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006e`6b7ffb80 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000006e`6b7ffe70 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006e`6b7ffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006e`6bbff498 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006e`6bbff4a0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000006e`6bbff790 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006e`6bbff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006e`6c3ffb28 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006e`6c3ffb30 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000006e`6c3ffe20 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006e`6c3ffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002f`a69ffa48 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
0000002f`a69ffa50 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
0000002f`a69ffac0 00007ffc`e10d4cb0     postgres!pg_signal_thread(
0000002f`a69ffbc0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002f`a69ffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002f`a5dfeaa0 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000002f`a5dfeae0 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
0000002f`a5dfeb20 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000002f`a5dfeb70 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000002f`a5dfebc0 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000002f`a5dff4e0 00007ff6`2f4afac3     postgres!PostmasterMain(
0000002f`a5dff680 00007ff6`2faacc19     postgres!main(
0000002f`a5dff6c0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000002f`a5dff710 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000002f`a5dff780 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000002f`a61ff508 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002f`a61ff510 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000002f`a61ff800 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002f`a61ff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002f`a65ffbc8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002f`a65ffbd0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000002f`a65ffec0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002f`a65ffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002f`a6dff5d8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002f`a6dff5e0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000002f`a6dff8d0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002f`a6dff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fc`b35ffb78 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
000000fc`b35ffb80 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
000000fc`b35ffbf0 00007ffc`e10d4cb0     postgres!pg_signal_thread(
000000fc`b35ffcf0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fc`b35ffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fc`b29ff160 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000fc`b29ff1a0 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
000000fc`b29ff1e0 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000fc`b29ff230 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000fc`b29ff280 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000fc`b29ffba0 00007ff6`2f4afac3     postgres!PostmasterMain(
000000fc`b29ffd40 00007ff6`2faacc19     postgres!main(
000000fc`b29ffd80 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000fc`b29ffdd0 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000fc`b29ffe40 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000fc`b2dff9f8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fc`b2dffa00 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000fc`b2dffcf0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fc`b2dffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fc`b31ff868 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fc`b31ff870 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000fc`b31ffb60 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fc`b31ffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fc`b39ff958 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fc`b39ff960 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000fc`b39ffc50 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fc`b39ffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000038`de5ffaa8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
00000038`de5ffab0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
00000038`de5ffb20 00007ffc`e10d4cb0     postgres!pg_signal_thread(
00000038`de5ffc20 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000038`de5ffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000038`dd9fec40 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000038`dd9fec80 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
00000038`dd9fecc0 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000038`dd9fed10 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000038`dd9fed60 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000038`dd9ff680 00007ff6`2f4afac3     postgres!PostmasterMain(
00000038`dd9ff820 00007ff6`2faacc19     postgres!main(
00000038`dd9ff860 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000038`dd9ff8b0 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000038`dd9ff920 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000038`dddff838 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000038`dddff840 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000038`dddffb30 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000038`dddffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000038`de1ff958 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000038`de1ff960 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000038`de1ffc50 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000038`de1ffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000038`de9ffc28 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000038`de9ffc30 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000038`de9fff20 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000038`de9fff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000088`c5dff528 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000088`c5dff530 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000088`c5dff820 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000088`c5dff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000088`c65ff788 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000088`c65ff790 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000088`c65ffa80 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000088`c65ffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000088`c61ff788 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
00000088`c61ff790 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
00000088`c61ff800 00007ffc`e10d4cb0     postgres!pg_signal_thread(
00000088`c61ff900 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000088`c61ff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000088`c59ff828 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000088`c59ff830 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000088`c59ffb20 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000088`c59ffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000088`c55feb10 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000088`c55feb50 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
00000088`c55feb90 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000088`c55febe0 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000088`c55fec30 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000088`c55ff550 00007ff6`2f4afac3     postgres!PostmasterMain(
00000088`c55ff6f0 00007ff6`2faacc19     postgres!main(
00000088`c55ff730 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000088`c55ff780 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000088`c55ff7f0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000065`5afff1d0 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000065`5afff210 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
00000065`5afff250 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000065`5afff2a0 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000065`5afff2f0 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000065`5afffc10 00007ff6`2f4afac3     postgres!PostmasterMain(
00000065`5afffdb0 00007ff6`2faacc19     postgres!main(
00000065`5afffdf0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000065`5afffe40 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000065`5afffeb0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000065`5b3ff558 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000065`5b3ff560 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000065`5b3ff850 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000065`5b3ff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000065`5b7ff808 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
00000065`5b7ff810 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
00000065`5b7ff880 00007ffc`e10d4cb0     postgres!pg_signal_thread(
00000065`5b7ff980 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000065`5b7ff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000065`5bbff638 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000065`5bbff640 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000065`5bbff930 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000065`5bbff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000065`5bfff6c8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000065`5bfff6d0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000065`5bfff9c0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000065`5bfff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005f`b57fefd0 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000005f`b57ff010 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
0000005f`b57ff050 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000005f`b57ff0a0 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000005f`b57ff0f0 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000005f`b57ffa10 00007ff6`2f4afac3     postgres!PostmasterMain(
0000005f`b57ffbb0 00007ff6`2faacc19     postgres!main(
0000005f`b57ffbf0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000005f`b57ffc40 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000005f`b57ffcb0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000005f`b5bff448 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005f`b5bff450 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000005f`b5bff740 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005f`b5bff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005f`b5fff768 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005f`b5fff770 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000005f`b5fffa60 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005f`b5fffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005f`b63ffa38 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
0000005f`b63ffa40 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
0000005f`b63ffab0 00007ffc`e10d4cb0     postgres!pg_signal_thread(
0000005f`b63ffbb0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005f`b63ffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005f`b67ff788 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005f`b67ff790 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000005f`b67ffa80 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005f`b67ffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002f`24bfeab0 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000002f`24bfeaf0 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
0000002f`24bfeb30 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000002f`24bfeb80 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000002f`24bfebd0 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000002f`24bff4f0 00007ff6`2f4afac3     postgres!PostmasterMain(
0000002f`24bff690 00007ff6`2faacc19     postgres!main(
0000002f`24bff6d0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000002f`24bff720 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000002f`24bff790 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000002f`24fffa18 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002f`24fffa20 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000002f`24fffd10 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002f`24fffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002f`257ff558 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002f`257ff560 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000002f`257ff850 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002f`257ff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002f`25bff738 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002f`25bff740 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000002f`25bffa30 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002f`25bffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002f`253ff628 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
0000002f`253ff630 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
0000002f`253ff6a0 00007ffc`e10d4cb0     postgres!pg_signal_thread(
0000002f`253ff7a0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002f`253ff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bc`5e1fed00 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000bc`5e1fed40 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
000000bc`5e1fed80 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000bc`5e1fedd0 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000bc`5e1fee20 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000bc`5e1ff740 00007ff6`2f4afac3     postgres!PostmasterMain(
000000bc`5e1ff8e0 00007ff6`2faacc19     postgres!main(
000000bc`5e1ff920 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000bc`5e1ff970 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000bc`5e1ff9e0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000bc`5e5ff7c8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bc`5e5ff7d0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000bc`5e5ffac0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bc`5e5ffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bc`5e9ff748 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bc`5e9ff750 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000bc`5e9ffa40 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bc`5e9ffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bc`5edff9a8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
000000bc`5edff9b0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
000000bc`5edffa20 00007ffc`e10d4cb0     postgres!pg_signal_thread(
000000bc`5edffb20 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bc`5edffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bc`5f1ff9b8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bc`5f1ff9c0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000bc`5f1ffcb0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bc`5f1ffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000b`0fffecf0 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000000b`0fffed30 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
0000000b`0fffed70 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000000b`0fffedc0 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000000b`0fffee10 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000000b`0ffff730 00007ff6`2f4afac3     postgres!PostmasterMain(
0000000b`0ffff8d0 00007ff6`2faacc19     postgres!main(
0000000b`0ffff910 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000000b`0ffff960 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000000b`0ffff9d0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000000b`103ffbd8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000b`103ffbe0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000000b`103ffed0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000b`103fff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000b`107ffaf8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
0000000b`107ffb00 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
0000000b`107ffb70 00007ffc`e10d4cb0     postgres!pg_signal_thread(
0000000b`107ffc70 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000b`107ffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000b`10bffab8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000b`10bffac0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000000b`10bffdb0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000b`10bffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000b`10fff988 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000b`10fff990 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000000b`10fffc80 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000b`10fffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001c`df1fead0 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000001c`df1feb10 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
0000001c`df1feb50 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000001c`df1feba0 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000001c`df1febf0 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000001c`df1ff510 00007ff6`2f4afac3     postgres!PostmasterMain(
0000001c`df1ff6b0 00007ff6`2faacc19     postgres!main(
0000001c`df1ff6f0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000001c`df1ff740 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000001c`df1ff7b0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000001c`e05ff698 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001c`e05ff6a0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000001c`e05ff990 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001c`e05ff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001c`df9ffb68 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001c`df9ffb70 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000001c`df9ffe60 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001c`df9ffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001c`dfdff728 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001c`dfdff730 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000001c`dfdffa20 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001c`dfdffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001c`e01ffba8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
0000001c`e01ffbb0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
0000001c`e01ffc20 00007ffc`e10d4cb0     postgres!pg_signal_thread(
0000001c`e01ffd20 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001c`e01ffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001c`df5ffab8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001c`df5ffac0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000001c`df5ffdb0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001c`df5ffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000be`357ffc88 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
000000be`357ffc90 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
000000be`357ffd00 00007ffc`e10d4cb0     postgres!pg_signal_thread(
000000be`357ffe00 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000be`357ffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000be`34bfeed0 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000be`34bfef10 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
000000be`34bfef50 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000be`34bfefa0 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000be`34bfeff0 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000be`34bff910 00007ff6`2f4afac3     postgres!PostmasterMain(
000000be`34bffab0 00007ff6`2faacc19     postgres!main(
000000be`34bffaf0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000be`34bffb40 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000be`34bffbb0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000be`34fffb68 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000be`34fffb70 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000be`34fffe60 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000be`34fffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000be`353ffa38 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000be`353ffa40 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000be`353ffd30 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000be`353ffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000be`35bff5c8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000be`35bff5d0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000be`35bff8c0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000be`35bff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f6`619ff828 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f6`619ff830 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000f6`619ffb20 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f6`619ffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f6`60dfeb80 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f6`60dfebc0 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
000000f6`60dfec00 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f6`60dfec50 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000f6`60dfeca0 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f6`60dff5c0 00007ff6`2f4afac3     postgres!PostmasterMain(
000000f6`60dff760 00007ff6`2faacc19     postgres!main(
000000f6`60dff7a0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f6`60dff7f0 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f6`60dff860 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f6`61dffa48 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f6`61dffa50 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000f6`61dffd40 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f6`61dffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f6`611ff858 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f6`611ff860 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000f6`611ffb50 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f6`611ffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f6`615ffc58 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
000000f6`615ffc60 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
000000f6`615ffcd0 00007ffc`e10d4cb0     postgres!pg_signal_thread(
000000f6`615ffdd0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f6`615ffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000064`e9dff578 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000064`e9dff580 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000064`e9dff870 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000064`e9dff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000064`e91fec40 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000064`e91fec80 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
00000064`e91fecc0 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000064`e91fed10 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000064`e91fed60 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000064`e91ff680 00007ff6`2f4afac3     postgres!PostmasterMain(
00000064`e91ff820 00007ff6`2faacc19     postgres!main(
00000064`e91ff860 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000064`e91ff8b0 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000064`e91ff920 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000064`e95ff498 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000064`e95ff4a0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000064`e95ff790 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000064`e95ff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000064`e99ffa18 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
00000064`e99ffa20 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
00000064`e99ffa90 00007ffc`e10d4cb0     postgres!pg_signal_thread(
00000064`e99ffb90 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000064`e99ffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000064`ea1ff6b8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000064`ea1ff6c0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000064`ea1ff9b0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000064`ea1ff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000008`b15ff4b8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000008`b15ff4c0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000008`b15ff7b0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000008`b15ff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000008`b1dff578 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000008`b1dff580 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000008`b1dff870 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000008`b1dff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000008`b19ff7f8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
00000008`b19ff800 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
00000008`b19ff870 00007ffc`e10d4cb0     postgres!pg_signal_thread(
00000008`b19ff970 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000008`b19ff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000008`b0dfebd0 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000008`b0dfec10 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
00000008`b0dfec50 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000008`b0dfeca0 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000008`b0dfecf0 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000008`b0dff610 00007ff6`2f4afac3     postgres!PostmasterMain(
00000008`b0dff7b0 00007ff6`2faacc19     postgres!main(
00000008`b0dff7f0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000008`b0dff840 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000008`b0dff8b0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000008`b11ffaf8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000008`b11ffb00 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000008`b11ffdf0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000008`b11ffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f2`b7fff588 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f2`b7fff590 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000f2`b7fff880 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f2`b7fff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f2`b73feb10 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f2`b73feb50 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
000000f2`b73feb90 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f2`b73febe0 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000f2`b73fec30 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f2`b73ff550 00007ff6`2f4afac3     postgres!PostmasterMain(
000000f2`b73ff6f0 00007ff6`2faacc19     postgres!main(
000000f2`b73ff730 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f2`b73ff780 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f2`b73ff7f0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f2`b77ff718 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f2`b77ff720 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000f2`b77ffa10 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f2`b77ffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f2`b7bff938 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
000000f2`b7bff940 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
000000f2`b7bff9b0 00007ffc`e10d4cb0     postgres!pg_signal_thread(
000000f2`b7bffab0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f2`b7bffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f2`b83ff7b8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f2`b83ff7c0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000f2`b83ffab0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f2`b83ffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000032`a2fff170 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000032`a2fff1b0 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
00000032`a2fff1f0 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000032`a2fff240 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000032`a2fff290 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000032`a2fffbb0 00007ff6`2f4afac3     postgres!PostmasterMain(
00000032`a2fffd50 00007ff6`2faacc19     postgres!main(
00000032`a2fffd90 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000032`a2fffde0 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000032`a2fffe50 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000032`a33ffaf8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000032`a33ffb00 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000032`a33ffdf0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000032`a33ffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000032`a3bffa88 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000032`a3bffa90 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000032`a3bffd80 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000032`a3bffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000032`a3fff818 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000032`a3fff820 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000032`a3fffb10 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000032`a3fffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000032`a37ff8d8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
00000032`a37ff8e0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
00000032`a37ff950 00007ffc`e10d4cb0     postgres!pg_signal_thread(
00000032`a37ffa50 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000032`a37ffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002b`48dffb68 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002b`48dffb70 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000002b`48dffe60 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002b`48dffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002b`489ff020 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000002b`489ff060 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
0000002b`489ff0a0 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000002b`489ff0f0 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000002b`489ff140 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000002b`489ffa60 00007ff6`2f4afac3     postgres!PostmasterMain(
0000002b`489ffc00 00007ff6`2faacc19     postgres!main(
0000002b`489ffc40 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000002b`489ffc90 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000002b`489ffd00 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000002b`499ffa18 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002b`499ffa20 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000002b`499ffd10 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002b`499ffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002b`491ff7f8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002b`491ff800 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000002b`491ffaf0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002b`491ffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002b`495ffa28 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
0000002b`495ffa30 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
0000002b`495ffaa0 00007ffc`e10d4cb0     postgres!pg_signal_thread(
0000002b`495ffba0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002b`495ffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000b`967fef10 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000000b`967fef50 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
0000000b`967fef90 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000000b`967fefe0 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000000b`967ff030 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000000b`967ff950 00007ff6`2f4afac3     postgres!PostmasterMain(
0000000b`967ffaf0 00007ff6`2faacc19     postgres!main(
0000000b`967ffb30 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000000b`967ffb80 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000000b`967ffbf0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000000b`96bff7b8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000b`96bff7c0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000000b`96bffab0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000b`96bffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000b`96fff888 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000b`96fff890 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000000b`96fffb80 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000b`96fffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000b`973ffc98 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
0000000b`973ffca0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
0000000b`973ffd10 00007ffc`e10d4cb0     postgres!pg_signal_thread(
0000000b`973ffe10 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000b`973ffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000b`977ff9c8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000b`977ff9d0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000000b`977ffcc0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000b`977ffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d6`483feda0 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d6`483fede0 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
000000d6`483fee20 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000d6`483fee70 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000d6`483feec0 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000d6`483ff7e0 00007ff6`2f4afac3     postgres!PostmasterMain(
000000d6`483ff980 00007ff6`2faacc19     postgres!main(
000000d6`483ff9c0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d6`483ffa10 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d6`483ffa80 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000d6`487ff9b8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d6`487ff9c0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000d6`487ffcb0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d6`487ffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d6`48bffc38 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
000000d6`48bffc40 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
000000d6`48bffcb0 00007ffc`e10d4cb0     postgres!pg_signal_thread(
000000d6`48bffdb0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d6`48bffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d6`48fff518 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d6`48fff520 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000d6`48fff810 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d6`48fff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d6`493ff848 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d6`493ff850 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000d6`493ffb40 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d6`493ffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a8`00dff918 00007ff6`2f5f5957     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000a8`00dff920 00007ff6`2f4afa84     postgres!SubPostmasterMain(
000000a8`00dff990 00007ff6`2faacc19     postgres!main(
000000a8`00dff9d0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a8`00dffa20 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a8`00dffa90 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000a8`00dffac0 00007ffc`e10d4cb0     postgres!mainCRTStartup(
000000a8`00dffaf0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a8`00dffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a8`011ff4a8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a8`011ff4b0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000a8`011ff7a0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a8`011ff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a8`015ff698 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a8`015ff6a0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000a8`015ff990 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a8`015ff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a8`019ff898 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a8`019ff8a0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000a8`019ffb90 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a8`019ffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d9`443ff828 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d9`443ff830 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000d9`443ffb20 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d9`443ffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d9`44bffc38 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d9`44bffc40 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000d9`44bfff30 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d9`44bfff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d9`44fff9d8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d9`44fff9e0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000d9`44fffcd0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d9`44fffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d9`43ffee60 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d9`43ffeea0 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
000000d9`43ffeee0 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000d9`43ffef30 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000d9`43ffef80 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000d9`43fff8a0 00007ff6`2f4afac3     postgres!PostmasterMain(
000000d9`43fffa40 00007ff6`2faacc19     postgres!main(
000000d9`43fffa80 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d9`43fffad0 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d9`43fffb40 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000d9`447ffb58 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
000000d9`447ffb60 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
000000d9`447ffbd0 00007ffc`e10d4cb0     postgres!pg_signal_thread(
000000d9`447ffcd0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d9`447ffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000026`f79ffce8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
00000026`f79ffcf0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
00000026`f79ffd60 00007ffc`e10d4cb0     postgres!pg_signal_thread(
00000026`f79ffe60 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000026`f79ffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000026`f71ff6d8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000026`f71ff6e0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000026`f71ff9d0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000026`f71ffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000026`f6dff708 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000026`f6dff710 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000026`f6dffa00 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000026`f6dffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000026`f7dff488 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000026`f7dff490 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000026`f7dff780 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000026`f7dff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000026`f69fec30 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000026`f69fec70 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
00000026`f69fecb0 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000026`f69fed00 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000026`f69fed50 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000026`f69ff670 00007ff6`2f4afac3     postgres!PostmasterMain(
00000026`f69ff810 00007ff6`2faacc19     postgres!main(
00000026`f69ff850 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000026`f69ff8a0 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000026`f69ff910 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000003`b77ff4f8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000003`b77ff500 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000003`b77ff7f0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000003`b77ff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000003`b67feff0 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000003`b67ff030 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
00000003`b67ff070 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000003`b67ff0c0 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000003`b67ff110 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000003`b67ffa30 00007ff6`2f4afac3     postgres!PostmasterMain(
00000003`b67ffbd0 00007ff6`2faacc19     postgres!main(
00000003`b67ffc10 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000003`b67ffc60 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000003`b67ffcd0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000003`b6bff6e8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000003`b6bff6f0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000003`b6bff9e0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000003`b6bffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000003`b6fff9a8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
00000003`b6fff9b0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
00000003`b6fffa20 00007ffc`e10d4cb0     postgres!pg_signal_thread(
00000003`b6fffb20 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000003`b6fffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000003`b73ff978 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000003`b73ff980 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000003`b73ffc70 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000003`b73ffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a5`869ffa08 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a5`869ffa10 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000a5`869ffd00 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a5`869ffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a5`86dff9b8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a5`86dff9c0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000a5`86dffcb0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a5`86dffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a5`85dfedb0 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a5`85dfedf0 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
000000a5`85dfee30 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000a5`85dfee80 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000a5`85dfeed0 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a5`85dff7f0 00007ff6`2f4afac3     postgres!PostmasterMain(
000000a5`85dff990 00007ff6`2faacc19     postgres!main(
000000a5`85dff9d0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a5`85dffa20 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a5`85dffa90 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a5`861ff8e8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a5`861ff8f0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000a5`861ffbe0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a5`861ffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a5`865ffd48 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
000000a5`865ffd50 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
000000a5`865ffdc0 00007ffc`e10d4cb0     postgres!pg_signal_thread(
000000a5`865ffec0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a5`865ffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002d`12fff758 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002d`12fff760 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000002d`12fffa50 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002d`12fffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002d`133ff538 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002d`133ff540 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000002d`133ff830 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002d`133ff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002d`12bfee30 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000002d`12bfee70 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
0000002d`12bfeeb0 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000002d`12bfef00 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000002d`12bfef50 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000002d`12bff870 00007ff6`2f4afac3     postgres!PostmasterMain(
0000002d`12bffa10 00007ff6`2faacc19     postgres!main(
0000002d`12bffa50 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000002d`12bffaa0 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000002d`12bffb10 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000002d`137ffbe8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
0000002d`137ffbf0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
0000002d`137ffc60 00007ffc`e10d4cb0     postgres!pg_signal_thread(
0000002d`137ffd60 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002d`137ffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002d`13bff728 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002d`13bff730 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000002d`13bffa20 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002d`13bffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cc`7c1fead0 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000cc`7c1feb10 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
000000cc`7c1feb50 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000cc`7c1feba0 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000cc`7c1febf0 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000cc`7c1ff510 00007ff6`2f4afac3     postgres!PostmasterMain(
000000cc`7c1ff6b0 00007ff6`2faacc19     postgres!main(
000000cc`7c1ff6f0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000cc`7c1ff740 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000cc`7c1ff7b0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000cc`7c5ff4d8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cc`7c5ff4e0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000cc`7c5ff7d0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cc`7c5ff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cc`7c9ff718 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cc`7c9ff720 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000cc`7c9ffa10 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cc`7c9ffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cc`7cdff4f8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cc`7cdff500 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000cc`7cdff7f0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cc`7cdff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cc`7d1ff7b8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
000000cc`7d1ff7c0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
000000cc`7d1ff830 00007ffc`e10d4cb0     postgres!pg_signal_thread(
000000cc`7d1ff930 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cc`7d1ff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cc`7d5ff458 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cc`7d5ff460 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000cc`7d5ff750 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cc`7d5ff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000031`8bfff4a8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000031`8bfff4b0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000031`8bfff7a0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000031`8bfff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000031`8abff0e0 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000031`8abff120 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
00000031`8abff160 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000031`8abff1b0 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000031`8abff200 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000031`8abffb20 00007ff6`2f4afac3     postgres!PostmasterMain(
00000031`8abffcc0 00007ff6`2faacc19     postgres!main(
00000031`8abffd00 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000031`8abffd50 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000031`8abffdc0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000031`8afff898 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000031`8afff8a0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000031`8afffb90 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000031`8afffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000031`8b3ff608 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000031`8b3ff610 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000031`8b3ff900 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000031`8b3ff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000031`8b7ff9b8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000031`8b7ff9c0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000031`8b7ffcb0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000031`8b7ffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000031`8bbff8b8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
00000031`8bbff8c0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
00000031`8bbff930 00007ffc`e10d4cb0     postgres!pg_signal_thread(
00000031`8bbffa30 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000031`8bbffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b5`e37ff8f8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b5`e37ff900 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000b5`e37ffbf0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b5`e37ffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b5`e2bff7c8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b5`e2bff7d0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000b5`e2bffac0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b5`e2bffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b5`e2fffcf8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
000000b5`e2fffd00 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
000000b5`e2fffd70 00007ffc`e10d4cb0     postgres!pg_signal_thread(
000000b5`e2fffe70 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b5`e2fffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b5`e27febc0 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b5`e27fec00 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
000000b5`e27fec40 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000b5`e27fec90 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000b5`e27fece0 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000b5`e27ff600 00007ff6`2f4afac3     postgres!PostmasterMain(
000000b5`e27ff7a0 00007ff6`2faacc19     postgres!main(
000000b5`e27ff7e0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b5`e27ff830 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000b5`e27ff8a0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000b5`e33ffa28 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b5`e33ffa30 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000b5`e33ffd20 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b5`e33ffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000044`7bdfebb0 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000044`7bdfebf0 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
00000044`7bdfec30 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000044`7bdfec80 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000044`7bdfecd0 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000044`7bdff5f0 00007ff6`2f4afac3     postgres!PostmasterMain(
00000044`7bdff790 00007ff6`2faacc19     postgres!main(
00000044`7bdff7d0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000044`7bdff820 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000044`7bdff890 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000044`7c5ffd98 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
00000044`7c5ffda0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
00000044`7c5ffe10 00007ffc`e10d4cb0     postgres!pg_signal_thread(
00000044`7c5fff10 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000044`7c5fff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000044`7c9ff828 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000044`7c9ff830 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000044`7c9ffb20 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000044`7c9ffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000044`7cdff488 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000044`7cdff490 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000044`7cdff780 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000044`7cdff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000044`7c1ff4f8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000044`7c1ff500 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000044`7c1ff7f0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000044`7c1ff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bf`56fffa58 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
000000bf`56fffa60 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
000000bf`56fffad0 00007ffc`e10d4cb0     postgres!pg_signal_thread(
000000bf`56fffbd0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bf`56fffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bf`563fef50 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000bf`563fef90 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
000000bf`563fefd0 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000bf`563ff020 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000bf`563ff070 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000bf`563ff990 00007ff6`2f4afac3     postgres!PostmasterMain(
000000bf`563ffb30 00007ff6`2faacc19     postgres!main(
000000bf`563ffb70 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000bf`563ffbc0 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000bf`563ffc30 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000bf`573ff468 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bf`573ff470 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000bf`573ff760 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bf`573ff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000070`ac5ff4a8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000070`ac5ff4b0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000070`ac5ff7a0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000070`ac5ff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000070`ab1fea40 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000070`ab1fea80 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
00000070`ab1feac0 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000070`ab1feb10 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000070`ab1feb60 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000070`ab1ff480 00007ff6`2f4afac3     postgres!PostmasterMain(
00000070`ab1ff620 00007ff6`2faacc19     postgres!main(
00000070`ab1ff660 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000070`ab1ff6b0 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000070`ab1ff720 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000070`ac1ffa78 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
00000070`ac1ffa80 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
00000070`ac1ffaf0 00007ffc`e10d4cb0     postgres!pg_signal_thread(
00000070`ac1ffbf0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000070`ac1ffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ce`dadfeaa0 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ce`dadfeae0 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
000000ce`dadfeb20 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ce`dadfeb70 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000ce`dadfebc0 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ce`dadff4e0 00007ff6`2f4afac3     postgres!PostmasterMain(
000000ce`dadff680 00007ff6`2faacc19     postgres!main(
000000ce`dadff6c0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ce`dadff710 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ce`dadff780 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ce`db1ff788 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ce`db1ff790 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000ce`db1ffa80 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ce`db1ffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ce`db5ff698 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
000000ce`db5ff6a0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
000000ce`db5ff710 00007ffc`e10d4cb0     postgres!pg_signal_thread(
000000ce`db5ff810 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ce`db5ff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ce`db9ff778 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ce`db9ff780 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000ce`db9ffa70 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ce`db9ffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ce`dbdff958 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ce`dbdff960 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000ce`dbdffc50 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ce`dbdffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000023`e57fef80 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000023`e57fefc0 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
00000023`e57ff000 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000023`e57ff050 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000023`e57ff0a0 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000023`e57ff9c0 00007ff6`2f4afac3     postgres!PostmasterMain(
00000023`e57ffb60 00007ff6`2faacc19     postgres!main(
00000023`e57ffba0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000023`e57ffbf0 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000023`e57ffc60 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000023`e5bff578 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000023`e5bff580 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000023`e5bff870 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000023`e5bff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000023`e5fffa88 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
00000023`e5fffa90 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
00000023`e5fffb00 00007ffc`e10d4cb0     postgres!pg_signal_thread(
00000023`e5fffc00 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000023`e5fffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000023`e63ff9f8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000023`e63ffa00 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000023`e63ffcf0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000023`e63ffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000023`e67ff578 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000023`e67ff580 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000023`e67ff870 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000023`e67ff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000021`859ff948 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000021`859ff950 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000021`859ffc40 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000021`859ffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000021`855fec90 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000021`855fecd0 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
00000021`855fed10 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000021`855fed60 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000021`855fedb0 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000021`855ff6d0 00007ff6`2f4afac3     postgres!PostmasterMain(
00000021`855ff870 00007ff6`2faacc19     postgres!main(
00000021`855ff8b0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000021`855ff900 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000021`855ff970 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000021`85dffb58 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000021`85dffb60 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000021`85dffe50 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000021`85dffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000021`861ffd48 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
00000021`861ffd50 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
00000021`861ffdc0 00007ffc`e10d4cb0     postgres!pg_signal_thread(
00000021`861ffec0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000021`861ffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000021`865ffb38 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000021`865ffb40 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000021`865ffe30 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000021`865ffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001a`93ffea00 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000001a`93ffea40 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
0000001a`93ffea80 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000001a`93ffead0 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000001a`93ffeb20 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000001a`93fff440 00007ff6`2f4afac3     postgres!PostmasterMain(
0000001a`93fff5e0 00007ff6`2faacc19     postgres!main(
0000001a`93fff620 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000001a`93fff670 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000001a`93fff6e0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000001a`943ffb38 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001a`943ffb40 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000001a`943ffe30 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001a`943ffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001a`947ffa08 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001a`947ffa10 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000001a`947ffd00 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001a`947ffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001a`94bffda8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
0000001a`94bffdb0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
0000001a`94bffe20 00007ffc`e10d4cb0     postgres!pg_signal_thread(
0000001a`94bfff20 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001a`94bfff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001a`94fff708 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001a`94fff710 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000001a`94fffa00 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001a`94fffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008d`ba5fefc0 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000008d`ba5ff000 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
0000008d`ba5ff040 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000008d`ba5ff090 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000008d`ba5ff0e0 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000008d`ba5ffa00 00007ff6`2f4afac3     postgres!PostmasterMain(
0000008d`ba5ffba0 00007ff6`2faacc19     postgres!main(
0000008d`ba5ffbe0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000008d`ba5ffc30 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000008d`ba5ffca0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000008d`bb1ffa78 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008d`bb1ffa80 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000008d`bb1ffd70 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008d`bb1ffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008d`bb5ff468 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008d`bb5ff470 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000008d`bb5ff760 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008d`bb5ff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008d`ba9ff8c8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008d`ba9ff8d0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000008d`ba9ffbc0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008d`ba9ffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008d`badff768 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
0000008d`badff770 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
0000008d`badff7e0 00007ffc`e10d4cb0     postgres!pg_signal_thread(
0000008d`badff8e0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008d`badff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000db`7f3ff030 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000db`7f3ff070 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
000000db`7f3ff0b0 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000db`7f3ff100 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000db`7f3ff150 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000db`7f3ffa70 00007ff6`2f4afac3     postgres!PostmasterMain(
000000db`7f3ffc10 00007ff6`2faacc19     postgres!main(
000000db`7f3ffc50 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000db`7f3ffca0 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000db`7f3ffd10 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000db`7f7ff6b8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000db`7f7ff6c0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000db`7f7ff9b0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000db`7f7ff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000db`003ff9c8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000db`003ff9d0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000db`003ffcc0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000db`003ffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000db`7fbffaa8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000db`7fbffab0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000db`7fbffda0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000db`7fbffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000db`7ffffdb8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
000000db`7ffffdc0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
000000db`7ffffe30 00007ffc`e10d4cb0     postgres!pg_signal_thread(
000000db`7fffff30 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000db`7fffff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000082`491ffa08 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000082`491ffa10 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000082`491ffd00 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000082`491ffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000082`499ffa98 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000082`499ffaa0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000082`499ffd90 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000082`499ffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000082`495ffc08 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
00000082`495ffc10 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
00000082`495ffc80 00007ffc`e10d4cb0     postgres!pg_signal_thread(
00000082`495ffd80 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000082`495ffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000082`48dff7f8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000082`48dff800 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000082`48dffaf0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000082`48dffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000082`489feb70 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000082`489febb0 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
00000082`489febf0 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000082`489fec40 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000082`489fec90 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000082`489ff5b0 00007ff6`2f4afac3     postgres!PostmasterMain(
00000082`489ff750 00007ff6`2faacc19     postgres!main(
00000082`489ff790 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000082`489ff7e0 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000082`489ff850 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000004f`fb5ff7f8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004f`fb5ff800 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000004f`fb5ffaf0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004f`fb5ffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004f`fa5ff0d0 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000004f`fa5ff110 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
0000004f`fa5ff150 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000004f`fa5ff1a0 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000004f`fa5ff1f0 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000004f`fa5ffb10 00007ff6`2f4afac3     postgres!PostmasterMain(
0000004f`fa5ffcb0 00007ff6`2faacc19     postgres!main(
0000004f`fa5ffcf0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000004f`fa5ffd40 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000004f`fa5ffdb0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000004f`fa9ffae8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004f`fa9ffaf0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000004f`fa9ffde0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004f`fa9ffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004f`fadffbb8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004f`fadffbc0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000004f`fadffeb0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004f`fadffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004f`fb1ffcf8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
0000004f`fb1ffd00 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
0000004f`fb1ffd70 00007ffc`e10d4cb0     postgres!pg_signal_thread(
0000004f`fb1ffe70 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004f`fb1ffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000084`84dff9b8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000084`84dff9c0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000084`84dffcb0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000084`84dffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000084`849ff448 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000084`849ff450 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000084`849ff740 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000084`849ff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000084`845ffbb8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
00000084`845ffbc0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
00000084`845ffc30 00007ffc`e10d4cb0     postgres!pg_signal_thread(
00000084`845ffd30 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000084`845ffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000084`841ff5c8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000084`841ff5d0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000084`841ff8c0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000084`841ff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000084`83dfec20 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000084`83dfec60 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
00000084`83dfeca0 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000084`83dfecf0 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000084`83dfed40 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000084`83dff660 00007ff6`2f4afac3     postgres!PostmasterMain(
00000084`83dff800 00007ff6`2faacc19     postgres!main(
00000084`83dff840 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000084`83dff890 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000084`83dff900 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000006`405fef90 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000006`405fefd0 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
00000006`405ff010 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000006`405ff060 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000006`405ff0b0 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000006`405ff9d0 00007ff6`2f4afac3     postgres!PostmasterMain(
00000006`405ffb70 00007ff6`2faacc19     postgres!main(
00000006`405ffbb0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000006`405ffc00 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000006`405ffc70 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000006`409ff738 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000006`409ff740 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000006`409ffa30 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000006`409ffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000006`40dff868 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000006`40dff870 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000006`40dffb60 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000006`40dffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000006`411ff6e8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
00000006`411ff6f0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
00000006`411ff760 00007ffc`e10d4cb0     postgres!pg_signal_thread(
00000006`411ff860 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000006`411ff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000006`415ff568 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000006`415ff570 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000006`415ff860 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000006`415ff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006a`221ff100 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000006a`221ff140 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
0000006a`221ff180 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000006a`221ff1d0 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000006a`221ff220 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000006a`221ffb40 00007ff6`2f4afac3     postgres!PostmasterMain(
0000006a`221ffce0 00007ff6`2faacc19     postgres!main(
0000006a`221ffd20 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000006a`221ffd70 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000006a`221ffde0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000006a`225ffbc8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006a`225ffbd0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000006a`225ffec0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006a`225ffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006a`229ff628 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006a`229ff630 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000006a`229ff920 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006a`229ff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006a`22dff5c8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
0000006a`22dff5d0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
0000006a`22dff640 00007ffc`e10d4cb0     postgres!pg_signal_thread(
0000006a`22dff740 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006a`22dff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006a`231ff5f8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006a`231ff600 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000006a`231ff8f0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006a`231ff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008f`49bfec90 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000008f`49bfecd0 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
0000008f`49bfed10 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000008f`49bfed60 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000008f`49bfedb0 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000008f`49bff6d0 00007ff6`2f4afac3     postgres!PostmasterMain(
0000008f`49bff870 00007ff6`2faacc19     postgres!main(
0000008f`49bff8b0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000008f`49bff900 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000008f`49bff970 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000008f`49fffb98 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008f`49fffba0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000008f`49fffe90 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008f`49fffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008f`4a3ff448 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008f`4a3ff450 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000008f`4a3ff740 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008f`4a3ff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008f`4a7ff9f8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
0000008f`4a7ffa00 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
0000008f`4a7ffa70 00007ffc`e10d4cb0     postgres!pg_signal_thread(
0000008f`4a7ffb70 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008f`4a7ffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008f`4abffa58 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008f`4abffa60 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000008f`4abffd50 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008f`4abffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000006`819ff4a8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000006`819ff4b0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000006`819ff7a0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000006`819ff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000006`81dff6c8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000006`81dff6d0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000006`81dff9c0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000006`81dff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000006`815ff798 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
00000006`815ff7a0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
00000006`815ff810 00007ffc`e10d4cb0     postgres!pg_signal_thread(
00000006`815ff910 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000006`815ff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000006`811ffaf8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000006`811ffb00 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000006`811ffdf0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000006`811ffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000006`80dfeb90 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000006`80dfebd0 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
00000006`80dfec10 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000006`80dfec60 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000006`80dfecb0 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000006`80dff5d0 00007ff6`2f4afac3     postgres!PostmasterMain(
00000006`80dff770 00007ff6`2faacc19     postgres!main(
00000006`80dff7b0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000006`80dff800 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000006`80dff870 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000009d`147ff518 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009d`147ff520 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000009d`147ff810 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009d`147ff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009d`143ff5a8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009d`143ff5b0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000009d`143ff8a0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009d`143ff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009d`13fff578 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009d`13fff580 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000009d`13fff870 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009d`13fff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009d`13bffca8 00007ff6`2f5f5957     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
0000009d`13bffcb0 00007ff6`2f4afa84     postgres!SubPostmasterMain(
0000009d`13bffd20 00007ff6`2faacc19     postgres!main(
0000009d`13bffd60 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000009d`13bffdb0 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000009d`13bffe20 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
0000009d`13bffe50 00007ffc`e10d4cb0     postgres!mainCRTStartup(
0000009d`13bffe80 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009d`13bffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000be`0bbff6d8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000be`0bbff6e0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000be`0bbff9d0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000be`0bbffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000be`0abff020 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000be`0abff060 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
000000be`0abff0a0 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000be`0abff0f0 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000be`0abff140 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000be`0abffa60 00007ff6`2f4afac3     postgres!PostmasterMain(
000000be`0abffc00 00007ff6`2faacc19     postgres!main(
000000be`0abffc40 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000be`0abffc90 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000be`0abffd00 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000be`0b7ff5c8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
000000be`0b7ff5d0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
000000be`0b7ff640 00007ffc`e10d4cb0     postgres!pg_signal_thread(
000000be`0b7ff740 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000be`0b7ff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000eb`003fef50 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000eb`003fef90 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
000000eb`003fefd0 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000eb`003ff020 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000eb`003ff070 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000eb`003ff990 00007ff6`2f4afac3     postgres!PostmasterMain(
000000eb`003ffb30 00007ff6`2faacc19     postgres!main(
000000eb`003ffb70 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000eb`003ffbc0 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000eb`003ffc30 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000eb`007ffa68 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000eb`007ffa70 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000eb`007ffd60 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000eb`007ffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000eb`00bff888 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000eb`00bff890 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000eb`00bffb80 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000eb`00bffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000eb`00fff678 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
000000eb`00fff680 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
000000eb`00fff6f0 00007ffc`e10d4cb0     postgres!pg_signal_thread(
000000eb`00fff7f0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000eb`00fff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000eb`013ff618 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000eb`013ff620 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000eb`013ff910 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000eb`013ff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000db`e79fed80 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000db`e79fedc0 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
000000db`e79fee00 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000db`e79fee50 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000db`e79feea0 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000db`e79ff7c0 00007ff6`2f4afac3     postgres!PostmasterMain(
000000db`e79ff960 00007ff6`2faacc19     postgres!main(
000000db`e79ff9a0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000db`e79ff9f0 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000db`e79ffa60 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000db`e7dff728 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000db`e7dff730 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000db`e7dffa20 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000db`e7dffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000db`e81ffa18 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000db`e81ffa20 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000db`e81ffd10 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000db`e81ffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000db`e85ffb88 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000db`e85ffb90 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000db`e85ffe80 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000db`e85ffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000db`e89ff648 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
000000db`e89ff650 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
000000db`e89ff6c0 00007ffc`e10d4cb0     postgres!pg_signal_thread(
000000db`e89ff7c0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000db`e89ff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000db`e8dff738 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000db`e8dff740 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000db`e8dffa30 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000db`e8dffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002c`f51feb40 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000002c`f51feb80 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
0000002c`f51febc0 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000002c`f51fec10 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000002c`f51fec60 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000002c`f51ff580 00007ff6`2f4afac3     postgres!PostmasterMain(
0000002c`f51ff720 00007ff6`2faacc19     postgres!main(
0000002c`f51ff760 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000002c`f51ff7b0 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000002c`f51ff820 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000002c`f5dff818 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002c`f5dff820 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000002c`f5dffb10 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002c`f5dffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002c`f61ffd18 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
0000002c`f61ffd20 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
0000002c`f61ffd90 00007ffc`e10d4cb0     postgres!pg_signal_thread(
0000002c`f61ffe90 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002c`f61ffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002c`f65ffa28 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002c`f65ffa30 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000002c`f65ffd20 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002c`f65ffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002c`f59ffb08 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002c`f59ffb10 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000002c`f59ffe00 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002c`f59ffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002c`f55ff788 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002c`f55ff790 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000002c`f55ffa80 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002c`f55ffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009a`f2dff1f0 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000009a`f2dff230 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
0000009a`f2dff270 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000009a`f2dff2c0 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000009a`f2dff310 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000009a`f2dffc30 00007ff6`2f4afac3     postgres!PostmasterMain(
0000009a`f2dffdd0 00007ff6`2faacc19     postgres!main(
0000009a`f2dffe10 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000009a`f2dffe60 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000009a`f2dffed0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000009a`f31ff918 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009a`f31ff920 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000009a`f31ffc10 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009a`f31ffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009a`f35ff888 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009a`f35ff890 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000009a`f35ffb80 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009a`f35ffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009a`f39ff708 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
0000009a`f39ff710 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
0000009a`f39ff780 00007ffc`e10d4cb0     postgres!pg_signal_thread(
0000009a`f39ff880 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009a`f39ff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009a`f3dff9c8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009a`f3dff9d0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000009a`f3dffcc0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009a`f3dffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000db`895feec0 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000db`895fef00 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
000000db`895fef40 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000db`895fef90 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000db`895fefe0 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000db`895ff900 00007ff6`2f4afac3     postgres!PostmasterMain(
000000db`895ffaa0 00007ff6`2faacc19     postgres!main(
000000db`895ffae0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000db`895ffb30 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000db`895ffba0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000db`899ff5a8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000db`899ff5b0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000db`899ff8a0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000db`899ff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000db`89dff4a8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000db`89dff4b0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000db`89dff7a0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000db`89dff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000db`8a1ffbe8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000db`8a1ffbf0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000db`8a1ffee0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000db`8a1fff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000db`8a5ff5e8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
000000db`8a5ff5f0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
000000db`8a5ff660 00007ffc`e10d4cb0     postgres!pg_signal_thread(
000000db`8a5ff760 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000db`8a5ff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000db`8a9ff9c8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000db`8a9ff9d0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000db`8a9ffcc0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000db`8a9ffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fc`49bff548 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fc`49bff550 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000fc`49bff840 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fc`49bff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fc`497ff7a8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
000000fc`497ff7b0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
000000fc`497ff820 00007ffc`e10d4cb0     postgres!pg_signal_thread(
000000fc`497ff920 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fc`497ff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fc`48ffecf0 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000fc`48ffed30 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
000000fc`48ffed70 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000fc`48ffedc0 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000fc`48ffee10 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000fc`48fff730 00007ff6`2f4afac3     postgres!PostmasterMain(
000000fc`48fff8d0 00007ff6`2faacc19     postgres!main(
000000fc`48fff910 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000fc`48fff960 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000fc`48fff9d0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000fc`493ff9b8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fc`493ff9c0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000fc`493ffcb0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fc`493ffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fc`49fff848 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fc`49fff850 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000fc`49fffb40 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fc`49fffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000013`dedff548 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000013`dedff550 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000013`dedff840 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000013`dedff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000013`de9ff5c8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000013`de9ff5d0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000013`de9ff8c0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000013`de9ff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000013`de5ff928 00007ff6`2f5f5957     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000013`de5ff930 00007ff6`2f4afa84     postgres!SubPostmasterMain(
00000013`de5ff9a0 00007ff6`2faacc19     postgres!main(
00000013`de5ff9e0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000013`de5ffa30 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000013`de5ffaa0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000013`de5ffad0 00007ffc`e10d4cb0     postgres!mainCRTStartup(
00000013`de5ffb00 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000013`de5ffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bc`9a5ffb28 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
000000bc`9a5ffb30 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
000000bc`9a5ffba0 00007ffc`e10d4cb0     postgres!pg_signal_thread(
000000bc`9a5ffca0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bc`9a5ffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bc`9a9ff528 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bc`9a9ff530 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000bc`9a9ff820 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bc`9a9ff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bc`999fedd0 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000bc`999fee10 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
000000bc`999fee50 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000bc`999feea0 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000bc`999feef0 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000bc`999ff810 00007ff6`2f4afac3     postgres!PostmasterMain(
000000bc`999ff9b0 00007ff6`2faacc19     postgres!main(
000000bc`999ff9f0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000bc`999ffa40 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000bc`999ffab0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000bc`99dff8f8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bc`99dff900 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000bc`99dffbf0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bc`99dffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bc`9a1ff4d8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bc`9a1ff4e0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000bc`9a1ff7d0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bc`9a1ff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000f`c75ff628 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
0000000f`c75ff630 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
0000000f`c75ff6a0 00007ffc`e10d4cb0     postgres!pg_signal_thread(
0000000f`c75ff7a0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000f`c75ff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000f`c6dfeeb0 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000000f`c6dfeef0 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
0000000f`c6dfef30 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000000f`c6dfef80 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000000f`c6dfefd0 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000000f`c6dff8f0 00007ff6`2f4afac3     postgres!PostmasterMain(
0000000f`c6dffa90 00007ff6`2faacc19     postgres!main(
0000000f`c6dffad0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000000f`c6dffb20 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000000f`c6dffb90 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000000f`c79ffbd8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000f`c79ffbe0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000000f`c79ffed0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000f`c79fff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000f`c7dffb28 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000f`c7dffb30 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000000f`c7dffe20 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000f`c7dffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000f`c71ff5e8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000f`c71ff5f0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000000f`c71ff8e0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000f`c71ff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004f`247ffba8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004f`247ffbb0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000004f`247ffea0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004f`247ffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004f`253ff7a8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004f`253ff7b0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000004f`253ffaa0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004f`253ffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004f`24fff7f8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004f`24fff800 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000004f`24fffaf0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004f`24fffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004f`243feaa0 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000004f`243feae0 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
0000004f`243feb20 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000004f`243feb70 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000004f`243febc0 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000004f`243ff4e0 00007ff6`2f4afac3     postgres!PostmasterMain(
0000004f`243ff680 00007ff6`2faacc19     postgres!main(
0000004f`243ff6c0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000004f`243ff710 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000004f`243ff780 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000004f`24bffa88 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
0000004f`24bffa90 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
0000004f`24bffb00 00007ffc`e10d4cb0     postgres!pg_signal_thread(
0000004f`24bffc00 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004f`24bffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000041`e49feec0 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000041`e49fef00 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
00000041`e49fef40 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000041`e49fef90 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000041`e49fefe0 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000041`e49ff900 00007ff6`2f4afac3     postgres!PostmasterMain(
00000041`e49ffaa0 00007ff6`2faacc19     postgres!main(
00000041`e49ffae0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000041`e49ffb30 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000041`e49ffba0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000041`e4dffaf8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000041`e4dffb00 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000041`e4dffdf0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000041`e4dffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000041`e51ff9a8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000041`e51ff9b0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000041`e51ffca0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000041`e51ffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000041`e55ff798 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
00000041`e55ff7a0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
00000041`e55ff810 00007ffc`e10d4cb0     postgres!pg_signal_thread(
00000041`e55ff910 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000041`e55ff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000041`e59ff488 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000041`e59ff490 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000041`e59ff780 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000041`e59ff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000018`26dfebb0 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000018`26dfebf0 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
00000018`26dfec30 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000018`26dfec80 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000018`26dfecd0 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000018`26dff5f0 00007ff6`2f4afac3     postgres!PostmasterMain(
00000018`26dff790 00007ff6`2faacc19     postgres!main(
00000018`26dff7d0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000018`26dff820 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000018`26dff890 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000018`271ff998 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000018`271ff9a0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000018`271ffc90 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000018`271ffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000018`275ff588 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000018`275ff590 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000018`275ff880 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000018`275ff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000018`279ff638 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
00000018`279ff640 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
00000018`279ff6b0 00007ffc`e10d4cb0     postgres!pg_signal_thread(
00000018`279ff7b0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000018`279ff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000018`27dffc18 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000018`27dffc20 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000018`27dfff10 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000018`27dfff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000095`9dbff180 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000095`9dbff1c0 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
00000095`9dbff200 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000095`9dbff250 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000095`9dbff2a0 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000095`9dbffbc0 00007ff6`2f4afac3     postgres!PostmasterMain(
00000095`9dbffd60 00007ff6`2faacc19     postgres!main(
00000095`9dbffda0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000095`9dbffdf0 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000095`9dbffe60 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000095`9dfff698 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000095`9dfff6a0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000095`9dfff990 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000095`9dfff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000095`9e3ff8f8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
00000095`9e3ff900 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
00000095`9e3ff970 00007ffc`e10d4cb0     postgres!pg_signal_thread(
00000095`9e3ffa70 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000095`9e3ffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000095`9e7ffb88 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000095`9e7ffb90 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000095`9e7ffe80 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000095`9e7ffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000095`9ebffbf8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000095`9ebffc00 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000095`9ebffef0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000095`9ebfff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000083`db5ffa48 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000083`db5ffa50 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000083`db5ffd40 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000083`db5ffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000083`dadfefd0 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000083`dadff010 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
00000083`dadff050 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000083`dadff0a0 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000083`dadff0f0 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000083`dadffa10 00007ff6`2f4afac3     postgres!PostmasterMain(
00000083`dadffbb0 00007ff6`2faacc19     postgres!main(
00000083`dadffbf0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000083`dadffc40 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000083`dadffcb0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000083`db1ff468 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000083`db1ff470 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000083`db1ff760 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000083`db1ff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000083`db9ffbf8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000083`db9ffc00 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000083`db9ffef0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000083`db9fff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000083`dbdff6d8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
00000083`dbdff6e0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
00000083`dbdff750 00007ffc`e10d4cb0     postgres!pg_signal_thread(
00000083`dbdff850 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000083`dbdff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000083`dc1ff898 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000083`dc1ff8a0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000083`dc1ffb90 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000083`dc1ffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f7`aa9fed40 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f7`aa9fed80 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
000000f7`aa9fedc0 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f7`aa9fee10 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000f7`aa9fee60 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f7`aa9ff780 00007ff6`2f4afac3     postgres!PostmasterMain(
000000f7`aa9ff920 00007ff6`2faacc19     postgres!main(
000000f7`aa9ff960 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f7`aa9ff9b0 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f7`aa9ffa20 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f7`ab9ffac8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f7`ab9ffad0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000f7`ab9ffdc0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f7`ab9ffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f7`aadffc28 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f7`aadffc30 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000f7`aadfff20 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f7`aadfff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f7`ab5ffac8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f7`ab5ffad0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000f7`ab5ffdc0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f7`ab5ffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f7`ab1ff8e8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
000000f7`ab1ff8f0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
000000f7`ab1ff960 00007ffc`e10d4cb0     postgres!pg_signal_thread(
000000f7`ab1ffa60 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f7`ab1ffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bd`5afff988 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
000000bd`5afff990 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
000000bd`5afffa00 00007ffc`e10d4cb0     postgres!pg_signal_thread(
000000bd`5afffb00 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bd`5afffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bd`5a7fef50 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000bd`5a7fef90 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
000000bd`5a7fefd0 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000bd`5a7ff020 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000bd`5a7ff070 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000bd`5a7ff990 00007ff6`2f4afac3     postgres!PostmasterMain(
000000bd`5a7ffb30 00007ff6`2faacc19     postgres!main(
000000bd`5a7ffb70 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000bd`5a7ffbc0 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000bd`5a7ffc30 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000bd`5b7ff6a8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bd`5b7ff6b0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000bd`5b7ff9a0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bd`5b7ff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000044`88bff6c8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000044`88bff6d0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000044`88bff9c0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000044`88bff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000044`887fed80 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000044`887fedc0 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
00000044`887fee00 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000044`887fee50 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000044`887feea0 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000044`887ff7c0 00007ff6`2f4afac3     postgres!PostmasterMain(
00000044`887ff960 00007ff6`2faacc19     postgres!main(
00000044`887ff9a0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000044`887ff9f0 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000044`887ffa60 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000044`88fff588 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000044`88fff590 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000044`88fff880 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000044`88fff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000044`893ffab8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000044`893ffac0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000044`893ffdb0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000044`893ffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000044`897ff5e8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
00000044`897ff5f0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
00000044`897ff660 00007ffc`e10d4cb0     postgres!pg_signal_thread(
00000044`897ff760 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000044`897ff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000044`89bff7b8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000044`89bff7c0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000044`89bffab0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000044`89bffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000063`3b1ff170 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000063`3b1ff1b0 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
00000063`3b1ff1f0 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000063`3b1ff240 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000063`3b1ff290 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000063`3b1ffbb0 00007ff6`2f4afac3     postgres!PostmasterMain(
00000063`3b1ffd50 00007ff6`2faacc19     postgres!main(
00000063`3b1ffd90 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000063`3b1ffde0 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000063`3b1ffe50 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000063`3b5ff4c8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000063`3b5ff4d0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000063`3b5ff7c0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000063`3b5ff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000063`3b9ffaa8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000063`3b9ffab0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000063`3b9ffda0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000063`3b9ffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000063`3bdffbe8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
00000063`3bdffbf0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
00000063`3bdffc60 00007ffc`e10d4cb0     postgres!pg_signal_thread(
00000063`3bdffd60 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000063`3bdffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000063`3c1ff908 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000063`3c1ff910 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000063`3c1ffc00 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000063`3c1ffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c0`6cffef00 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c0`6cffef40 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
000000c0`6cffef80 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c0`6cffefd0 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000c0`6cfff020 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c0`6cfff940 00007ff6`2f4afac3     postgres!PostmasterMain(
000000c0`6cfffae0 00007ff6`2faacc19     postgres!main(
000000c0`6cfffb20 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c0`6cfffb70 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c0`6cfffbe0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c0`6d3ff558 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c0`6d3ff560 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000c0`6d3ff850 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c0`6d3ff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c0`6d7ffb38 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c0`6d7ffb40 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000c0`6d7ffe30 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c0`6d7ffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c0`6dbffc18 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
000000c0`6dbffc20 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
000000c0`6dbffc90 00007ffc`e10d4cb0     postgres!pg_signal_thread(
000000c0`6dbffd90 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c0`6dbffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c0`6dfff738 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c0`6dfff740 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000c0`6dfffa30 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c0`6dfffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d3`6a7ffab8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
000000d3`6a7ffac0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
000000d3`6a7ffb30 00007ffc`e10d4cb0     postgres!pg_signal_thread(
000000d3`6a7ffc30 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d3`6a7ffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d3`6abff9e8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d3`6abff9f0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000d3`6abffce0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d3`6abffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d3`697feff0 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d3`697ff030 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
000000d3`697ff070 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000d3`697ff0c0 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000d3`697ff110 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000d3`697ffa30 00007ff6`2f4afac3     postgres!PostmasterMain(
000000d3`697ffbd0 00007ff6`2faacc19     postgres!main(
000000d3`697ffc10 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d3`697ffc60 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d3`697ffcd0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000d3`69bffbc8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d3`69bffbd0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000d3`69bffec0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d3`69bffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d3`69fff838 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d3`69fff840 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000d3`69fffb30 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d3`69fffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d3`6a3ff8d8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d3`6a3ff8e0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000d3`6a3ffbd0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d3`6a3ffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000af`593ff1f0 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000af`593ff230 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
000000af`593ff270 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000af`593ff2c0 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000af`593ff310 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000af`593ffc30 00007ff6`2f4afac3     postgres!PostmasterMain(
000000af`593ffdd0 00007ff6`2faacc19     postgres!main(
000000af`593ffe10 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000af`593ffe60 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000af`593ffed0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000af`597ffa48 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000af`597ffa50 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000af`597ffd40 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000af`597ffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000af`59bffb18 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000af`59bffb20 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000af`59bffe10 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000af`59bffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000af`5a3ff5e8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000af`5a3ff5f0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000af`5a3ff8e0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000af`5a3ff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000af`59fff6d8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
000000af`59fff6e0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
000000af`59fff750 00007ffc`e10d4cb0     postgres!pg_signal_thread(
000000af`59fff850 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000af`59fff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007d`e51ff8d8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
0000007d`e51ff8e0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
0000007d`e51ff950 00007ffc`e10d4cb0     postgres!pg_signal_thread(
0000007d`e51ffa50 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007d`e51ffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007d`e55ff9d8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007d`e55ff9e0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000007d`e55ffcd0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007d`e55ffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007d`e41fec90 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000007d`e41fecd0 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
0000007d`e41fed10 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000007d`e41fed60 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000007d`e41fedb0 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000007d`e41ff6d0 00007ff6`2f4afac3     postgres!PostmasterMain(
0000007d`e41ff870 00007ff6`2faacc19     postgres!main(
0000007d`e41ff8b0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000007d`e41ff900 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000007d`e41ff970 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000007d`e45ff878 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007d`e45ff880 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000007d`e45ffb70 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007d`e45ffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007d`e49ff838 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007d`e49ff840 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000007d`e49ffb30 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007d`e49ffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007d`e4dffb28 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007d`e4dffb30 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000007d`e4dffe20 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007d`e4dffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006f`ab3ff848 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
0000006f`ab3ff850 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
0000006f`ab3ff8c0 00007ffc`e10d4cb0     postgres!pg_signal_thread(
0000006f`ab3ff9c0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006f`ab3ff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006f`aa7ff1f0 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000006f`aa7ff230 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
0000006f`aa7ff270 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000006f`aa7ff2c0 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000006f`aa7ff310 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000006f`aa7ffc30 00007ff6`2f4afac3     postgres!PostmasterMain(
0000006f`aa7ffdd0 00007ff6`2faacc19     postgres!main(
0000006f`aa7ffe10 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000006f`aa7ffe60 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000006f`aa7ffed0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000006f`aabff4a8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006f`aabff4b0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000006f`aabff7a0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006f`aabff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006f`aafff7f8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006f`aafff800 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000006f`aafffaf0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006f`aafffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006f`ab7ffc08 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006f`ab7ffc10 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000006f`ab7fff00 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006f`ab7fff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000076`797ff898 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000076`797ff8a0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000076`797ffb90 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000076`797ffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000076`787fea40 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000076`787fea80 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
00000076`787feac0 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000076`787feb10 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000076`787feb60 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000076`787ff480 00007ff6`2f4afac3     postgres!PostmasterMain(
00000076`787ff620 00007ff6`2faacc19     postgres!main(
00000076`787ff660 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000076`787ff6b0 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000076`787ff720 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000076`78fff638 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000076`78fff640 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000076`78fff930 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000076`78fff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000076`78bff638 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000076`78bff640 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000076`78bff930 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000076`78bff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000076`793ff7d8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
00000076`793ff7e0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
00000076`793ff850 00007ffc`e10d4cb0     postgres!pg_signal_thread(
00000076`793ff950 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000076`793ff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009a`0e7ff988 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009a`0e7ff990 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000009a`0e7ffc80 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009a`0e7ffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009a`0ebff708 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009a`0ebff710 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000009a`0ebffa00 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009a`0ebffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009a`0dbff050 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000009a`0dbff090 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
0000009a`0dbff0d0 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000009a`0dbff120 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000009a`0dbff170 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000009a`0dbffa90 00007ff6`2f4afac3     postgres!PostmasterMain(
0000009a`0dbffc30 00007ff6`2faacc19     postgres!main(
0000009a`0dbffc70 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000009a`0dbffcc0 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000009a`0dbffd30 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000009a`0dfff808 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009a`0dfff810 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000009a`0dfffb00 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009a`0dfffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009a`0e3ffa28 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
0000009a`0e3ffa30 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
0000009a`0e3ffaa0 00007ffc`e10d4cb0     postgres!pg_signal_thread(
0000009a`0e3ffba0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009a`0e3ffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000035`80fffbd8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000035`80fffbe0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000035`80fffed0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000035`80ffff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000035`80bff548 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000035`80bff550 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000035`80bff840 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000035`80bff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000035`807fef20 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000035`807fef60 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
00000035`807fefa0 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000035`807feff0 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000035`807ff040 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000035`807ff960 00007ff6`2f4afac3     postgres!PostmasterMain(
00000035`807ffb00 00007ff6`2faacc19     postgres!main(
00000035`807ffb40 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000035`807ffb90 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000035`807ffc00 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000035`813ff6f8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000035`813ff700 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000035`813ff9f0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000035`813ffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000035`817ff768 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
00000035`817ff770 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
00000035`817ff7e0 00007ffc`e10d4cb0     postgres!pg_signal_thread(
00000035`817ff8e0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000035`817ff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000035`81bff578 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000035`81bff580 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000035`81bff870 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000035`81bff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005e`f7fff7c8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005e`f7fff7d0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000005e`f7fffac0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005e`f7fffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005e`f73fed10 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000005e`f73fed50 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
0000005e`f73fed90 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000005e`f73fede0 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000005e`f73fee30 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000005e`f73ff750 00007ff6`2f4afac3     postgres!PostmasterMain(
0000005e`f73ff8f0 00007ff6`2faacc19     postgres!main(
0000005e`f73ff930 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000005e`f73ff980 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000005e`f73ff9f0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000005e`f7bff548 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005e`f7bff550 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000005e`f7bff840 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005e`f7bff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005e`f83ffb38 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
0000005e`f83ffb40 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
0000005e`f83ffbb0 00007ffc`e10d4cb0     postgres!pg_signal_thread(
0000005e`f83ffcb0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005e`f83ffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005e`f77ffb18 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005e`f77ffb20 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000005e`f77ffe10 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005e`f77ffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005e`f87ff518 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005e`f87ff520 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000005e`f87ff810 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005e`f87ff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b5`f6fff718 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b5`f6fff720 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000b5`f6fffa10 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b5`f6fffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b5`f63feaf0 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b5`f63feb30 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
000000b5`f63feb70 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000b5`f63febc0 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000b5`f63fec10 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000b5`f63ff530 00007ff6`2f4afac3     postgres!PostmasterMain(
000000b5`f63ff6d0 00007ff6`2faacc19     postgres!main(
000000b5`f63ff710 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b5`f63ff760 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000b5`f63ff7d0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000b5`f67ff4f8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b5`f67ff500 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000b5`f67ff7f0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b5`f67ff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b5`f6bff6e8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b5`f6bff6f0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000b5`f6bff9e0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b5`f6bffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b5`f73ff668 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
000000b5`f73ff670 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
000000b5`f73ff6e0 00007ffc`e10d4cb0     postgres!pg_signal_thread(
000000b5`f73ff7e0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b5`f73ff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b5`f77ff808 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b5`f77ff810 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000b5`f77ffb00 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b5`f77ffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001d`d85ffa08 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001d`d85ffa10 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000001d`d85ffd00 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001d`d85ffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001d`d89ff7e8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001d`d89ff7f0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000001d`d89ffae0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001d`d89ffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001d`d81fef50 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000001d`d81fef90 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
0000001d`d81fefd0 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000001d`d81ff020 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000001d`d81ff070 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000001d`d81ff990 00007ff6`2f4afac3     postgres!PostmasterMain(
0000001d`d81ffb30 00007ff6`2faacc19     postgres!main(
0000001d`d81ffb70 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000001d`d81ffbc0 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000001d`d81ffc30 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000001d`d8dffd68 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
0000001d`d8dffd70 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
0000001d`d8dffde0 00007ffc`e10d4cb0     postgres!pg_signal_thread(
0000001d`d8dffee0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001d`d8dfff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001d`d91ff668 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001d`d91ff670 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000001d`d91ff960 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001d`d91ff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003c`b19fef50 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000003c`b19fef90 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
0000003c`b19fefd0 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000003c`b19ff020 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000003c`b19ff070 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000003c`b19ff990 00007ff6`2f4afac3     postgres!PostmasterMain(
0000003c`b19ffb30 00007ff6`2faacc19     postgres!main(
0000003c`b19ffb70 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000003c`b19ffbc0 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000003c`b19ffc30 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000003c`b1dff6b8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003c`b1dff6c0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000003c`b1dff9b0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003c`b1dff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003c`b21ff488 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003c`b21ff490 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000003c`b21ff780 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003c`b21ff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003c`b25ff6d8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
0000003c`b25ff6e0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
0000003c`b25ff750 00007ffc`e10d4cb0     postgres!pg_signal_thread(
0000003c`b25ff850 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003c`b25ff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003c`b29ff808 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003c`b29ff810 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000003c`b29ffb00 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003c`b29ffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006a`895ff170 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000006a`895ff1b0 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
0000006a`895ff1f0 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000006a`895ff240 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000006a`895ff290 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000006a`895ffbb0 00007ff6`2f4afac3     postgres!PostmasterMain(
0000006a`895ffd50 00007ff6`2faacc19     postgres!main(
0000006a`895ffd90 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000006a`895ffde0 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000006a`895ffe50 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000006a`89dffa18 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006a`89dffa20 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000006a`89dffd10 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006a`89dffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006a`8a1ff708 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
0000006a`8a1ff710 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
0000006a`8a1ff780 00007ffc`e10d4cb0     postgres!pg_signal_thread(
0000006a`8a1ff880 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006a`8a1ff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006a`899ffad8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006a`899ffae0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000006a`899ffdd0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006a`899ffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006a`8a5ff748 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006a`8a5ff750 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000006a`8a5ffa40 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006a`8a5ffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000066`c15ff7b8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
00000066`c15ff7c0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
00000066`c15ff830 00007ffc`e10d4cb0     postgres!pg_signal_thread(
00000066`c15ff930 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000066`c15ff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000066`c0dffaf8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000066`c0dffb00 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000066`c0dffdf0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000066`c0dffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000066`c09ff1f0 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000066`c09ff230 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
00000066`c09ff270 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000066`c09ff2c0 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000066`c09ff310 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000066`c09ffc30 00007ff6`2f4afac3     postgres!PostmasterMain(
00000066`c09ffdd0 00007ff6`2faacc19     postgres!main(
00000066`c09ffe10 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000066`c09ffe60 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000066`c09ffed0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000066`c19ff7b8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000066`c19ff7c0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000066`c19ffab0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000066`c19ffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000066`c11ff818 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000066`c11ff820 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000066`c11ffb10 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000066`c11ffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003e`b4bffcc8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
0000003e`b4bffcd0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
0000003e`b4bffd40 00007ffc`e10d4cb0     postgres!pg_signal_thread(
0000003e`b4bffe40 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003e`b4bffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003e`b3bfec00 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000003e`b3bfec40 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
0000003e`b3bfec80 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000003e`b3bfecd0 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000003e`b3bfed20 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000003e`b3bff640 00007ff6`2f4afac3     postgres!PostmasterMain(
0000003e`b3bff7e0 00007ff6`2faacc19     postgres!main(
0000003e`b3bff820 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000003e`b3bff870 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000003e`b3bff8e0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000003e`b3fffa18 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003e`b3fffa20 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000003e`b3fffd10 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003e`b3fffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003e`b43ff528 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003e`b43ff530 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000003e`b43ff820 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003e`b43ff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003e`b47ff998 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003e`b47ff9a0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000003e`b47ffc90 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003e`b47ffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003e`b4fff7a8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003e`b4fff7b0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000003e`b4fffaa0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003e`b4fffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a6`ff9ff6d8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a6`ff9ff6e0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000a6`ff9ff9d0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a6`ff9ffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a6`fe5fed70 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a6`fe5fedb0 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
000000a6`fe5fedf0 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000a6`fe5fee40 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000a6`fe5fee90 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a6`fe5ff7b0 00007ff6`2f4afac3     postgres!PostmasterMain(
000000a6`fe5ff950 00007ff6`2faacc19     postgres!main(
000000a6`fe5ff990 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a6`fe5ff9e0 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a6`fe5ffa50 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a6`fedff538 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a6`fedff540 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000a6`fedff830 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a6`fedff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a6`fe9ff558 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a6`fe9ff560 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000a6`fe9ff850 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a6`fe9ff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a6`ff1ff708 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a6`ff1ff710 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000a6`ff1ffa00 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a6`ff1ffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a6`ff5ff718 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
000000a6`ff5ff720 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
000000a6`ff5ff790 00007ffc`e10d4cb0     postgres!pg_signal_thread(
000000a6`ff5ff890 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a6`ff5ff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000042`719ff988 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000042`719ff990 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000042`719ffc80 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000042`719ffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000042`705feb10 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000042`705feb50 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
00000042`705feb90 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000042`705febe0 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000042`705fec30 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000042`705ff550 00007ff6`2f4afac3     postgres!PostmasterMain(
00000042`705ff6f0 00007ff6`2faacc19     postgres!main(
00000042`705ff730 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000042`705ff780 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000042`705ff7f0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000042`709ff468 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000042`709ff470 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000042`709ff760 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000042`709ff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000042`70dff958 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000042`70dff960 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000042`70dffc50 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000042`70dffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000042`711ffa28 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000042`711ffa30 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000042`711ffd20 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000042`711ffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000042`715ff828 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
00000042`715ff830 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
00000042`715ff8a0 00007ffc`e10d4cb0     postgres!pg_signal_thread(
00000042`715ff9a0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000042`715ff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000064`0f9fee00 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000064`0f9fee40 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
00000064`0f9fee80 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000064`0f9feed0 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000064`0f9fef20 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000064`0f9ff840 00007ff6`2f4afac3     postgres!PostmasterMain(
00000064`0f9ff9e0 00007ff6`2faacc19     postgres!main(
00000064`0f9ffa20 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000064`0f9ffa70 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000064`0f9ffae0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000064`0fdff548 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000064`0fdff550 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000064`0fdff840 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000064`0fdff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000064`101ff7f8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
00000064`101ff800 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
00000064`101ff870 00007ffc`e10d4cb0     postgres!pg_signal_thread(
00000064`101ff970 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000064`101ff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000064`105ff528 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000064`105ff530 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000064`105ff820 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000064`105ff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000064`109ff9b8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000064`109ff9c0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000064`109ffcb0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000064`109ffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ed`51dfee30 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ed`51dfee70 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
000000ed`51dfeeb0 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ed`51dfef00 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000ed`51dfef50 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ed`51dff870 00007ff6`2f4afac3     postgres!PostmasterMain(
000000ed`51dffa10 00007ff6`2faacc19     postgres!main(
000000ed`51dffa50 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ed`51dffaa0 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ed`51dffb10 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ed`521ff528 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ed`521ff530 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000ed`521ff820 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ed`521ff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ed`525ff648 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
000000ed`525ff650 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
000000ed`525ff6c0 00007ffc`e10d4cb0     postgres!pg_signal_thread(
000000ed`525ff7c0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ed`525ff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ed`529ff5c8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ed`529ff5d0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000ed`529ff8c0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ed`529ff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ed`52dff838 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ed`52dff840 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000ed`52dffb30 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ed`52dffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000be`6afffd38 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
000000be`6afffd40 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
000000be`6afffdb0 00007ffc`e10d4cb0     postgres!pg_signal_thread(
000000be`6afffeb0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000be`6afffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000be`6a3feef0 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000be`6a3fef30 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
000000be`6a3fef70 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000be`6a3fefc0 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000be`6a3ff010 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000be`6a3ff930 00007ff6`2f4afac3     postgres!PostmasterMain(
000000be`6a3ffad0 00007ff6`2faacc19     postgres!main(
000000be`6a3ffb10 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000be`6a3ffb60 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000be`6a3ffbd0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000be`6a7ff618 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000be`6a7ff620 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000be`6a7ff910 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000be`6a7ff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000be`6b3ff958 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000be`6b3ff960 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000be`6b3ffc50 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000be`6b3ffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000be`6abff8f8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000be`6abff900 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000be`6abffbf0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000be`6abffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d4`d75feee0 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d4`d75fef20 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
000000d4`d75fef60 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000d4`d75fefb0 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000d4`d75ff000 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000d4`d75ff920 00007ff6`2f4afac3     postgres!PostmasterMain(
000000d4`d75ffac0 00007ff6`2faacc19     postgres!main(
000000d4`d75ffb00 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d4`d75ffb50 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d4`d75ffbc0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000d4`d79ff838 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d4`d79ff840 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000d4`d79ffb30 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d4`d79ffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d4`d7dffd78 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
000000d4`d7dffd80 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
000000d4`d7dffdf0 00007ffc`e10d4cb0     postgres!pg_signal_thread(
000000d4`d7dffef0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d4`d7dfff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d4`d81ff958 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d4`d81ff960 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000d4`d81ffc50 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d4`d81ffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d4`d85ff668 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d4`d85ff670 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000d4`d85ff960 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d4`d85ff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007f`40dfeee0 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000007f`40dfef20 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
0000007f`40dfef60 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000007f`40dfefb0 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000007f`40dff000 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000007f`40dff920 00007ff6`2f4afac3     postgres!PostmasterMain(
0000007f`40dffac0 00007ff6`2faacc19     postgres!main(
0000007f`40dffb00 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000007f`40dffb50 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000007f`40dffbc0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000007f`41dffc18 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
0000007f`41dffc20 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
0000007f`41dffc90 00007ffc`e10d4cb0     postgres!pg_signal_thread(
0000007f`41dffd90 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007f`41dffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007f`421ff678 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007f`421ff680 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000007f`421ff970 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007f`421ff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b4`7cfff708 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b4`7cfff710 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000b4`7cfffa00 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b4`7cfffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b4`7cbfeb90 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b4`7cbfebd0 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
000000b4`7cbfec10 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000b4`7cbfec60 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000b4`7cbfecb0 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000b4`7cbff5d0 00007ff6`2f4afac3     postgres!PostmasterMain(
000000b4`7cbff770 00007ff6`2faacc19     postgres!main(
000000b4`7cbff7b0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b4`7cbff800 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000b4`7cbff870 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000b4`7dbff898 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
000000b4`7dbff8a0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
000000b4`7dbff910 00007ffc`e10d4cb0     postgres!pg_signal_thread(
000000b4`7dbffa10 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b4`7dbffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b4`7d3ff5d8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b4`7d3ff5e0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000b4`7d3ff8d0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b4`7d3ff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b4`7d7ffb78 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b4`7d7ffb80 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000b4`7d7ffe70 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b4`7d7ffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b4`7dfffaf8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b4`7dfffb00 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000b4`7dfffdf0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b4`7dfffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000056`947ffba8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
00000056`947ffbb0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
00000056`947ffc20 00007ffc`e10d4cb0     postgres!pg_signal_thread(
00000056`947ffd20 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000056`947ffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000056`93fff040 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000056`93fff080 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
00000056`93fff0c0 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000056`93fff110 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000056`93fff160 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000056`93fffa80 00007ff6`2f4afac3     postgres!PostmasterMain(
00000056`93fffc20 00007ff6`2faacc19     postgres!main(
00000056`93fffc60 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000056`93fffcb0 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000056`93fffd20 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000056`943ff678 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000056`943ff680 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000056`943ff970 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000056`943ff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000056`94bffb48 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000056`94bffb50 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000056`94bffe40 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000056`94bffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000056`94fffc38 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000056`94fffc40 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000056`94ffff30 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000056`94ffff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d9`853ffb78 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d9`853ffb80 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000d9`853ffe70 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d9`853ffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d9`83ffed80 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d9`83ffedc0 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
000000d9`83ffee00 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000d9`83ffee50 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000d9`83ffeea0 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000d9`83fff7c0 00007ff6`2f4afac3     postgres!PostmasterMain(
000000d9`83fff960 00007ff6`2faacc19     postgres!main(
000000d9`83fff9a0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d9`83fff9f0 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d9`83fffa60 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000d9`843ff928 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d9`843ff930 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000d9`843ffc20 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d9`843ffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d9`847ff4b8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d9`847ff4c0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000d9`847ff7b0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d9`847ff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d9`84bffad8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d9`84bffae0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000d9`84bffdd0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d9`84bffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d9`84fff8f8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
000000d9`84fff900 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
000000d9`84fff970 00007ffc`e10d4cb0     postgres!pg_signal_thread(
000000d9`84fffa70 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d9`84fffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000021`915ffbe8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
00000021`915ffbf0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
00000021`915ffc60 00007ffc`e10d4cb0     postgres!pg_signal_thread(
00000021`915ffd60 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000021`915ffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000021`909fed70 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000021`909fedb0 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
00000021`909fedf0 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000021`909fee40 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000021`909fee90 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000021`909ff7b0 00007ff6`2f4afac3     postgres!PostmasterMain(
00000021`909ff950 00007ff6`2faacc19     postgres!main(
00000021`909ff990 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000021`909ff9e0 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000021`909ffa50 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000021`90dff8c8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000021`90dff8d0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000021`90dffbc0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000021`90dffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000021`911ff8f8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000021`911ff900 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000021`911ffbf0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000021`911ffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000021`919ff888 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000021`919ff890 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000021`919ffb80 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000021`919ffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000080`7d7ff778 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000080`7d7ff780 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000080`7d7ffa70 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000080`7d7ffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000080`7c3ff160 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000080`7c3ff1a0 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
00000080`7c3ff1e0 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000080`7c3ff230 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000080`7c3ff280 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000080`7c3ffba0 00007ff6`2f4afac3     postgres!PostmasterMain(
00000080`7c3ffd40 00007ff6`2faacc19     postgres!main(
00000080`7c3ffd80 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000080`7c3ffdd0 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000080`7c3ffe40 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000080`7c7ffc08 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000080`7c7ffc10 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000080`7c7fff00 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000080`7c7fff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000080`7cbffa98 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000080`7cbffaa0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000080`7cbffd90 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000080`7cbffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000080`7cfffaa8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000080`7cfffab0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000080`7cfffda0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000080`7cfffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000080`7d3ff728 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
00000080`7d3ff730 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
00000080`7d3ff7a0 00007ffc`e10d4cb0     postgres!pg_signal_thread(
00000080`7d3ff8a0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000080`7d3ff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000051`f49ffaa8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
00000051`f49ffab0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
00000051`f49ffb20 00007ffc`e10d4cb0     postgres!pg_signal_thread(
00000051`f49ffc20 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000051`f49ffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000051`f3dfeb70 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000051`f3dfebb0 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
00000051`f3dfebf0 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000051`f3dfec40 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000051`f3dfec90 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000051`f3dff5b0 00007ff6`2f4afac3     postgres!PostmasterMain(
00000051`f3dff750 00007ff6`2faacc19     postgres!main(
00000051`f3dff790 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000051`f3dff7e0 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000051`f3dff850 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000051`f41ffbf8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000051`f41ffc00 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000051`f41ffef0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000051`f41fff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000051`f45ffa48 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000051`f45ffa50 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000051`f45ffd40 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000051`f45ffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000051`f4dffbb8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000051`f4dffbc0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000051`f4dffeb0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000051`f4dffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001b`46dff9d8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
0000001b`46dff9e0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
0000001b`46dffa50 00007ffc`e10d4cb0     postgres!pg_signal_thread(
0000001b`46dffb50 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001b`46dffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001b`461feee0 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000001b`461fef20 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
0000001b`461fef60 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000001b`461fefb0 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000001b`461ff000 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000001b`461ff920 00007ff6`2f4afac3     postgres!PostmasterMain(
0000001b`461ffac0 00007ff6`2faacc19     postgres!main(
0000001b`461ffb00 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000001b`461ffb50 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000001b`461ffbc0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000001b`465ffac8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001b`465ffad0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000001b`465ffdc0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001b`465ffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001b`469ff678 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001b`469ff680 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000001b`469ff970 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001b`469ff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001b`471ffa48 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001b`471ffa50 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000001b`471ffd40 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001b`471ffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006a`153ffa78 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006a`153ffa80 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000006a`153ffd70 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006a`153ffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006a`14ffed40 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000006a`14ffed80 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
0000006a`14ffedc0 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000006a`14ffee10 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000006a`14ffee60 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000006a`14fff780 00007ff6`2f4afac3     postgres!PostmasterMain(
0000006a`14fff920 00007ff6`2faacc19     postgres!main(
0000006a`14fff960 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000006a`14fff9b0 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000006a`14fffa20 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000006a`15fff4b8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006a`15fff4c0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000006a`15fff7b0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006a`15fff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006a`15bff848 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
0000006a`15bff850 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
0000006a`15bff8c0 00007ffc`e10d4cb0     postgres!pg_signal_thread(
0000006a`15bff9c0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006a`15bff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006a`157ff4a8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006a`157ff4b0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000006a`157ff7a0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006a`157ff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c0`8b5ff928 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
000000c0`8b5ff930 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
000000c0`8b5ff9a0 00007ffc`e10d4cb0     postgres!pg_signal_thread(
000000c0`8b5ffaa0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c0`8b5ffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c0`8bdff618 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c0`8bdff620 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000c0`8bdff910 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c0`8bdff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c0`8adff190 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c0`8adff1d0 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
000000c0`8adff210 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c0`8adff260 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000c0`8adff2b0 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c0`8adffbd0 00007ff6`2f4afac3     postgres!PostmasterMain(
000000c0`8adffd70 00007ff6`2faacc19     postgres!main(
000000c0`8adffdb0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c0`8adffe00 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c0`8adffe70 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c0`8b1ff838 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c0`8b1ff840 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000c0`8b1ffb30 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c0`8b1ffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c0`8b9ffbb8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c0`8b9ffbc0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000c0`8b9ffeb0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c0`8b9ffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005d`c23ff918 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005d`c23ff920 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000005d`c23ffc10 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005d`c23ffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005d`c13fee80 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000005d`c13feec0 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
0000005d`c13fef00 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000005d`c13fef50 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000005d`c13fefa0 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000005d`c13ff8c0 00007ff6`2f4afac3     postgres!PostmasterMain(
0000005d`c13ffa60 00007ff6`2faacc19     postgres!main(
0000005d`c13ffaa0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000005d`c13ffaf0 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000005d`c13ffb60 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000005d`c17ff8b8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005d`c17ff8c0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000005d`c17ffbb0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005d`c17ffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005d`c1bffbc8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005d`c1bffbd0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000005d`c1bffec0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005d`c1bffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005d`c1fff948 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
0000005d`c1fff950 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
0000005d`c1fff9c0 00007ffc`e10d4cb0     postgres!pg_signal_thread(
0000005d`c1fffac0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005d`c1fffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000036`bd7fedc0 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000036`bd7fee00 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
00000036`bd7fee40 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000036`bd7fee90 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000036`bd7feee0 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000036`bd7ff800 00007ff6`2f4afac3     postgres!PostmasterMain(
00000036`bd7ff9a0 00007ff6`2faacc19     postgres!main(
00000036`bd7ff9e0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000036`bd7ffa30 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000036`bd7ffaa0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000036`bdfffa88 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000036`bdfffa90 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000036`bdfffd80 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000036`bdfffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000036`be7ffb98 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000036`be7ffba0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000036`be7ffe90 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000036`be7ffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000036`be3ffb98 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
00000036`be3ffba0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
00000036`be3ffc10 00007ffc`e10d4cb0     postgres!pg_signal_thread(
00000036`be3ffd10 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000036`be3ffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000036`bdbff658 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000036`bdbff660 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000036`bdbff950 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000036`bdbff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000c`78ffeb60 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000000c`78ffeba0 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
0000000c`78ffebe0 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000000c`78ffec30 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000000c`78ffec80 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000000c`78fff5a0 00007ff6`2f4afac3     postgres!PostmasterMain(
0000000c`78fff740 00007ff6`2faacc19     postgres!main(
0000000c`78fff780 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000000c`78fff7d0 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000000c`78fff840 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000000c`793ff5a8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000c`793ff5b0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000000c`793ff8a0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000c`793ff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000c`797ff988 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
0000000c`797ff990 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
0000000c`797ffa00 00007ffc`e10d4cb0     postgres!pg_signal_thread(
0000000c`797ffb00 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000c`797ffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000c`79bff448 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000c`79bff450 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000000c`79bff740 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000c`79bff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000c`79fffb78 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000c`79fffb80 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000000c`79fffe70 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000c`79fffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000059`895ffc28 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000059`895ffc30 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000059`895fff20 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000059`895fff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000059`891ff8a8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
00000059`891ff8b0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
00000059`891ff920 00007ffc`e10d4cb0     postgres!pg_signal_thread(
00000059`891ffa20 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000059`891ffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000059`881ff1a0 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000059`881ff1e0 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
00000059`881ff220 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000059`881ff270 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000059`881ff2c0 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000059`881ffbe0 00007ff6`2f4afac3     postgres!PostmasterMain(
00000059`881ffd80 00007ff6`2faacc19     postgres!main(
00000059`881ffdc0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000059`881ffe10 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000059`881ffe80 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000059`885ff708 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000059`885ff710 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000059`885ffa00 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000059`885ffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000059`889ff9c8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000059`889ff9d0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000059`889ffcc0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000059`889ffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000059`88dff978 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000059`88dff980 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000059`88dffc70 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000059`88dffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008f`7a3ffcf8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
0000008f`7a3ffd00 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
0000008f`7a3ffd70 00007ffc`e10d4cb0     postgres!pg_signal_thread(
0000008f`7a3ffe70 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008f`7a3ffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008f`793fedf0 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000008f`793fee30 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
0000008f`793fee70 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000008f`793feec0 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000008f`793fef10 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000008f`793ff830 00007ff6`2f4afac3     postgres!PostmasterMain(
0000008f`793ff9d0 00007ff6`2faacc19     postgres!main(
0000008f`793ffa10 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000008f`793ffa60 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000008f`793ffad0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000008f`797ff978 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008f`797ff980 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000008f`797ffc70 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008f`797ffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008f`79bff8d8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008f`79bff8e0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000008f`79bffbd0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008f`79bffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008f`79fff5c8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008f`79fff5d0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000008f`79fff8c0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008f`79fff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008f`7a7ffb28 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008f`7a7ffb30 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000008f`7a7ffe20 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008f`7a7ffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a1`759ff8d8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
000000a1`759ff8e0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
000000a1`759ff950 00007ffc`e10d4cb0     postgres!pg_signal_thread(
000000a1`759ffa50 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a1`759ffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a1`74dfec60 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a1`74dfeca0 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
000000a1`74dfece0 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000a1`74dfed30 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000a1`74dfed80 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a1`74dff6a0 00007ff6`2f4afac3     postgres!PostmasterMain(
000000a1`74dff840 00007ff6`2faacc19     postgres!main(
000000a1`74dff880 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a1`74dff8d0 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a1`74dff940 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a1`751ff4b8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a1`751ff4c0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000a1`751ff7b0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a1`751ff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a1`755ff818 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a1`755ff820 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000a1`755ffb10 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a1`755ffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a1`75dff978 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a1`75dff980 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000a1`75dffc70 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a1`75dffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000032`a97ffb58 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000032`a97ffb60 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000032`a97ffe50 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000032`a97ffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000032`a87feaa0 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000032`a87feae0 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
00000032`a87feb20 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000032`a87feb70 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000032`a87febc0 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000032`a87ff4e0 00007ff6`2f4afac3     postgres!PostmasterMain(
00000032`a87ff680 00007ff6`2faacc19     postgres!main(
00000032`a87ff6c0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000032`a87ff710 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000032`a87ff780 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000032`a8bff468 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000032`a8bff470 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000032`a8bff760 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000032`a8bff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000032`a8fff5e8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
00000032`a8fff5f0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
00000032`a8fff660 00007ffc`e10d4cb0     postgres!pg_signal_thread(
00000032`a8fff760 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000032`a8fff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000032`a93ff458 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000032`a93ff460 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000032`a93ff750 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000032`a93ff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c1`f41ffaa8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c1`f41ffab0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000c1`f41ffda0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c1`f41ffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c1`f35feac0 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c1`f35feb00 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
000000c1`f35feb40 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c1`f35feb90 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000c1`f35febe0 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c1`f35ff500 00007ff6`2f4afac3     postgres!PostmasterMain(
000000c1`f35ff6a0 00007ff6`2faacc19     postgres!main(
000000c1`f35ff6e0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c1`f35ff730 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c1`f35ff7a0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c1`f39ff528 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c1`f39ff530 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000c1`f39ff820 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c1`f39ff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c1`f3dff808 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
000000c1`f3dff810 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
000000c1`f3dff880 00007ffc`e10d4cb0     postgres!pg_signal_thread(
000000c1`f3dff980 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c1`f3dff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c1`f45ffbc8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c1`f45ffbd0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000c1`f45ffec0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c1`f45ffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002d`c7dff9d8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002d`c7dff9e0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000002d`c7dffcd0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002d`c7dffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002d`c79fed30 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000002d`c79fed70 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
0000002d`c79fedb0 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000002d`c79fee00 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000002d`c79fee50 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000002d`c79ff770 00007ff6`2f4afac3     postgres!PostmasterMain(
0000002d`c79ff910 00007ff6`2faacc19     postgres!main(
0000002d`c79ff950 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000002d`c79ff9a0 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000002d`c79ffa10 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000002d`c89ffbe8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002d`c89ffbf0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000002d`c89ffee0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002d`c89fff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002d`c81ffae8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002d`c81ffaf0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000002d`c81ffde0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002d`c81ffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002d`c85ff8d8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
0000002d`c85ff8e0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
0000002d`c85ff950 00007ffc`e10d4cb0     postgres!pg_signal_thread(
0000002d`c85ffa50 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002d`c85ffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001d`1d9ffd38 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
0000001d`1d9ffd40 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
0000001d`1d9ffdb0 00007ffc`e10d4cb0     postgres!pg_signal_thread(
0000001d`1d9ffeb0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001d`1d9ffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001d`1cdfead0 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000001d`1cdfeb10 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
0000001d`1cdfeb50 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000001d`1cdfeba0 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000001d`1cdfebf0 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000001d`1cdff510 00007ff6`2f4afac3     postgres!PostmasterMain(
0000001d`1cdff6b0 00007ff6`2faacc19     postgres!main(
0000001d`1cdff6f0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000001d`1cdff740 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000001d`1cdff7b0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000001d`1d1ff9a8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001d`1d1ff9b0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000001d`1d1ffca0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001d`1d1ffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001d`1d5ff8c8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001d`1d5ff8d0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000001d`1d5ffbc0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001d`1d5ffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001d`1ddff568 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001d`1ddff570 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000001d`1ddff860 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001d`1ddff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000069`7b5ffb88 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
00000069`7b5ffb90 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
00000069`7b5ffc00 00007ffc`e10d4cb0     postgres!pg_signal_thread(
00000069`7b5ffd00 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000069`7b5ffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000069`7a9fefd0 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000069`7a9ff010 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
00000069`7a9ff050 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000069`7a9ff0a0 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000069`7a9ff0f0 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000069`7a9ffa10 00007ff6`2f4afac3     postgres!PostmasterMain(
00000069`7a9ffbb0 00007ff6`2faacc19     postgres!main(
00000069`7a9ffbf0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000069`7a9ffc40 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000069`7a9ffcb0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000069`7adff738 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000069`7adff740 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000069`7adffa30 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000069`7adffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000069`7b1ff5b8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000069`7b1ff5c0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000069`7b1ff8b0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000069`7b1ff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000069`7b9ffae8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000069`7b9ffaf0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000069`7b9ffde0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000069`7b9ffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ff`40fff9d8 00007ff6`2f5f5957     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000ff`40fff9e0 00007ff6`2f4afa84     postgres!SubPostmasterMain(
000000ff`40fffa50 00007ff6`2faacc19     postgres!main(
000000ff`40fffa90 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ff`40fffae0 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ff`40fffb50 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000ff`40fffb80 00007ffc`e10d4cb0     postgres!mainCRTStartup(
000000ff`40fffbb0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ff`40fffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ff`413ff828 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ff`413ff830 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000ff`413ffb20 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ff`413ffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ff`417ffb18 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ff`417ffb20 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000ff`417ffe10 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ff`417ffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ff`41bff5a8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ff`41bff5b0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000ff`41bff8a0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ff`41bff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000070`435ff7c8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
00000070`435ff7d0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
00000070`435ff840 00007ffc`e10d4cb0     postgres!pg_signal_thread(
00000070`435ff940 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000070`435ff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000070`429fed00 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000070`429fed40 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
00000070`429fed80 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000070`429fedd0 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000070`429fee20 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000070`429ff740 00007ff6`2f4afac3     postgres!PostmasterMain(
00000070`429ff8e0 00007ff6`2faacc19     postgres!main(
00000070`429ff920 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000070`429ff970 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000070`429ff9e0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000070`42dff868 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000070`42dff870 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000070`42dffb60 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000070`42dffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000070`431ff8b8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000070`431ff8c0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000070`431ffbb0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000070`431ffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000070`439ffa98 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000070`439ffaa0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000070`439ffd90 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000070`439ffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000031`f23ffb58 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000031`f23ffb60 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000031`f23ffe50 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000031`f23ffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000031`f1fffa48 00007ff6`2f5f5957     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000031`f1fffa50 00007ff6`2f4afa84     postgres!SubPostmasterMain(
00000031`f1fffac0 00007ff6`2faacc19     postgres!main(
00000031`f1fffb00 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000031`f1fffb50 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000031`f1fffbc0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000031`f1fffbf0 00007ffc`e10d4cb0     postgres!mainCRTStartup(
00000031`f1fffc20 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000031`f1fffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000031`f27ff708 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000031`f27ff710 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000031`f27ffa00 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000031`f27ffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006f`c99ff558 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006f`c99ff560 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000006f`c99ff850 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006f`c99ff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006f`c95ff718 00007ff6`2f5f5957     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
0000006f`c95ff720 00007ff6`2f4afa84     postgres!SubPostmasterMain(
0000006f`c95ff790 00007ff6`2faacc19     postgres!main(
0000006f`c95ff7d0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000006f`c95ff820 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000006f`c95ff890 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
0000006f`c95ff8c0 00007ffc`e10d4cb0     postgres!mainCRTStartup(
0000006f`c95ff8f0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006f`c95ff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006f`c9dff9b8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006f`c9dff9c0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000006f`c9dffcb0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006f`c9dffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e9`343ff828 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
000000e9`343ff830 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
000000e9`343ff8a0 00007ffc`e10d4cb0     postgres!pg_signal_thread(
000000e9`343ff9a0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e9`343ff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e9`333fefe0 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e9`333ff020 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
000000e9`333ff060 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000e9`333ff0b0 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000e9`333ff100 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000e9`333ffa20 00007ff6`2f4afac3     postgres!PostmasterMain(
000000e9`333ffbc0 00007ff6`2faacc19     postgres!main(
000000e9`333ffc00 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e9`333ffc50 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e9`333ffcc0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000e9`347ff9e8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e9`347ff9f0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000e9`347ffce0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e9`347ffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000040`233ff588 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000040`233ff590 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000040`233ff880 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000040`233ff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000040`22fffac8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000040`22fffad0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000040`22fffdc0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000040`22fffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000040`22bff628 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
00000040`22bff630 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
00000040`22bff6a0 00007ffc`e10d4cb0     postgres!pg_signal_thread(
00000040`22bff7a0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000040`22bff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000040`227ff618 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000040`227ff620 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000040`227ff910 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000040`227ff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000040`223ff130 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000040`223ff170 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
00000040`223ff1b0 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000040`223ff200 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000040`223ff250 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000040`223ffb70 00007ff6`2f4afac3     postgres!PostmasterMain(
00000040`223ffd10 00007ff6`2faacc19     postgres!main(
00000040`223ffd50 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000040`223ffda0 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000040`223ffe10 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000005c`14dff998 00007ff6`2f5f5957     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
0000005c`14dff9a0 00007ff6`2f4afa84     postgres!SubPostmasterMain(
0000005c`14dffa10 00007ff6`2faacc19     postgres!main(
0000005c`14dffa50 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000005c`14dffaa0 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000005c`14dffb10 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
0000005c`14dffb40 00007ffc`e10d4cb0     postgres!mainCRTStartup(
0000005c`14dffb70 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005c`14dffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005c`151ff668 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005c`151ff670 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000005c`151ff960 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005c`151ff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005c`155ffa68 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005c`155ffa70 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000005c`155ffd60 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005c`155ffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005c`159ffb88 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005c`159ffb90 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000005c`159ffe80 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005c`159ffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000002`fafff808 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000002`fafff810 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000002`fafffb00 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000002`fafffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000002`fa7ff190 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000002`fa7ff1d0 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
00000002`fa7ff210 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000002`fa7ff260 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000002`fa7ff2b0 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000002`fa7ffbd0 00007ff6`2f4afac3     postgres!PostmasterMain(
00000002`fa7ffd70 00007ff6`2faacc19     postgres!main(
00000002`fa7ffdb0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000002`fa7ffe00 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000002`fa7ffe70 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000002`fabff6c8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000002`fabff6d0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000002`fabff9c0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000002`fabff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000002`fb3ff888 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
00000002`fb3ff890 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
00000002`fb3ff900 00007ffc`e10d4cb0     postgres!pg_signal_thread(
00000002`fb3ffa00 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000002`fb3ffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000002`fb7ff5d8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000002`fb7ff5e0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000002`fb7ff8d0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000002`fb7ff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000012`541ff4c8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000012`541ff4d0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000012`541ff7c0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000012`541ff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000012`539feb60 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000012`539feba0 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
00000012`539febe0 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000012`539fec30 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000012`539fec80 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000012`539ff5a0 00007ff6`2f4afac3     postgres!PostmasterMain(
00000012`539ff740 00007ff6`2faacc19     postgres!main(
00000012`539ff780 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000012`539ff7d0 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000012`539ff840 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000012`53dffc08 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000012`53dffc10 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000012`53dfff00 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000012`53dfff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000012`545ffa18 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
00000012`545ffa20 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
00000012`545ffa90 00007ffc`e10d4cb0     postgres!pg_signal_thread(
00000012`545ffb90 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000012`545ffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000012`549ff918 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000012`549ff920 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000012`549ffc10 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000012`549ffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000076`2a9ff728 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
00000076`2a9ff730 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
00000076`2a9ff7a0 00007ffc`e10d4cb0     postgres!pg_signal_thread(
00000076`2a9ff8a0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000076`2a9ff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000076`29dfea40 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000076`29dfea80 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
00000076`29dfeac0 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000076`29dfeb10 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000076`29dfeb60 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000076`29dff480 00007ff6`2f4afac3     postgres!PostmasterMain(
00000076`29dff620 00007ff6`2faacc19     postgres!main(
00000076`29dff660 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000076`29dff6b0 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000076`29dff720 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000076`2adff4b8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000076`2adff4c0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000076`2adff7b0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000076`2adff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000081`591ff678 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000081`591ff680 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000081`591ff970 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000081`591ff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000081`585ff100 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000081`585ff140 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
00000081`585ff180 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000081`585ff1d0 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000081`585ff220 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000081`585ffb40 00007ff6`2f4afac3     postgres!PostmasterMain(
00000081`585ffce0 00007ff6`2faacc19     postgres!main(
00000081`585ffd20 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000081`585ffd70 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000081`585ffde0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000081`589ffa48 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000081`589ffa50 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000081`589ffd40 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000081`589ffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000081`58dff788 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
00000081`58dff790 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
00000081`58dff800 00007ffc`e10d4cb0     postgres!pg_signal_thread(
00000081`58dff900 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000081`58dff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000081`595ff688 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000081`595ff690 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000081`595ff980 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000081`595ff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001d`a1dff848 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
0000001d`a1dff850 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
0000001d`a1dff8c0 00007ffc`e10d4cb0     postgres!pg_signal_thread(
0000001d`a1dff9c0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001d`a1dff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001d`a0dfeba0 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000001d`a0dfebe0 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
0000001d`a0dfec20 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000001d`a0dfec70 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000001d`a0dfecc0 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000001d`a0dff5e0 00007ff6`2f4afac3     postgres!PostmasterMain(
0000001d`a0dff780 00007ff6`2faacc19     postgres!main(
0000001d`a0dff7c0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000001d`a0dff810 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000001d`a0dff880 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000001d`a11ff7b8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001d`a11ff7c0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000001d`a11ffab0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001d`a11ffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001d`a15ff6d8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001d`a15ff6e0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000001d`a15ff9d0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001d`a15ffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001d`a19ff808 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001d`a19ff810 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000001d`a19ffb00 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001d`a19ffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001d`a21ffa58 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001d`a21ffa60 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000001d`a21ffd50 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001d`a21ffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006d`9f5ff958 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006d`9f5ff960 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000006d`9f5ffc50 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006d`9f5ffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006d`9e9fea40 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000006d`9e9fea80 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
0000006d`9e9feac0 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000006d`9e9feb10 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000006d`9e9feb60 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000006d`9e9ff480 00007ff6`2f4afac3     postgres!PostmasterMain(
0000006d`9e9ff620 00007ff6`2faacc19     postgres!main(
0000006d`9e9ff660 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000006d`9e9ff6b0 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000006d`9e9ff720 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000006d`9f1ffb18 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
0000006d`9f1ffb20 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
0000006d`9f1ffb90 00007ffc`e10d4cb0     postgres!pg_signal_thread(
0000006d`9f1ffc90 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006d`9f1ffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006d`9f9ffbe8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006d`9f9ffbf0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000006d`9f9ffee0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006d`9f9fff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006d`9edffb98 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006d`9edffba0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000006d`9edffe90 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006d`9edffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cd`759ff688 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cd`759ff690 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000cd`759ff980 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cd`759ff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cd`751fef80 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000cd`751fefc0 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
000000cd`751ff000 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000cd`751ff050 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000cd`751ff0a0 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000cd`751ff9c0 00007ff6`2f4afac3     postgres!PostmasterMain(
000000cd`751ffb60 00007ff6`2faacc19     postgres!main(
000000cd`751ffba0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000cd`751ffbf0 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000cd`751ffc60 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000cd`755ff958 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cd`755ff960 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000cd`755ffc50 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cd`755ffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cd`761ff558 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cd`761ff560 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000cd`761ff850 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cd`761ff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cd`75dffc98 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
000000cd`75dffca0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
000000cd`75dffd10 00007ffc`e10d4cb0     postgres!pg_signal_thread(
000000cd`75dffe10 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cd`75dffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004b`c51ff8e8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004b`c51ff8f0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000004b`c51ffbe0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004b`c51ffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004b`c49fedc0 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000004b`c49fee00 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
0000004b`c49fee40 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000004b`c49fee90 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000004b`c49feee0 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000004b`c49ff800 00007ff6`2f4afac3     postgres!PostmasterMain(
0000004b`c49ff9a0 00007ff6`2faacc19     postgres!main(
0000004b`c49ff9e0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000004b`c49ffa30 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000004b`c49ffaa0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000004b`c4dff4b8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004b`c4dff4c0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000004b`c4dff7b0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004b`c4dff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004b`c55ff6b8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
0000004b`c55ff6c0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
0000004b`c55ff730 00007ffc`e10d4cb0     postgres!pg_signal_thread(
0000004b`c55ff830 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004b`c55ff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004b`c59ffc08 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004b`c59ffc10 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000004b`c59fff00 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004b`c59fff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000059`6e5ff868 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
00000059`6e5ff870 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
00000059`6e5ff8e0 00007ffc`e10d4cb0     postgres!pg_signal_thread(
00000059`6e5ff9e0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000059`6e5ffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000059`6e9ffbc8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000059`6e9ffbd0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000059`6e9ffec0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000059`6e9ffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000059`6d9fea00 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000059`6d9fea40 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
00000059`6d9fea80 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000059`6d9fead0 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000059`6d9feb20 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000059`6d9ff440 00007ff6`2f4afac3     postgres!PostmasterMain(
00000059`6d9ff5e0 00007ff6`2faacc19     postgres!main(
00000059`6d9ff620 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000059`6d9ff670 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000059`6d9ff6e0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000059`6ddffbf8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000059`6ddffc00 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000059`6ddffef0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000059`6ddfff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000059`6e1ffaf8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000059`6e1ffb00 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000059`6e1ffdf0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000059`6e1ffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fc`52dfea00 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000fc`52dfea40 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
000000fc`52dfea80 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000fc`52dfead0 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000fc`52dfeb20 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000fc`52dff440 00007ff6`2f4afac3     postgres!PostmasterMain(
000000fc`52dff5e0 00007ff6`2faacc19     postgres!main(
000000fc`52dff620 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000fc`52dff670 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000fc`52dff6e0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000fc`541ff7b8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fc`541ff7c0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000fc`541ffab0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fc`541ffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fc`53dff678 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
000000fc`53dff680 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
000000fc`53dff6f0 00007ffc`e10d4cb0     postgres!pg_signal_thread(
000000fc`53dff7f0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fc`53dff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e3`e83ff798 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
000000e3`e83ff7a0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
000000e3`e83ff810 00007ffc`e10d4cb0     postgres!pg_signal_thread(
000000e3`e83ff910 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e3`e83ff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e3`e8bff938 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e3`e8bff940 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000e3`e8bffc30 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e3`e8bffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e3`e7bfefb0 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e3`e7bfeff0 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
000000e3`e7bff030 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000e3`e7bff080 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000e3`e7bff0d0 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000e3`e7bff9f0 00007ff6`2f4afac3     postgres!PostmasterMain(
000000e3`e7bffb90 00007ff6`2faacc19     postgres!main(
000000e3`e7bffbd0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e3`e7bffc20 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e3`e7bffc90 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000e3`e7fff588 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e3`e7fff590 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000e3`e7fff880 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e3`e7fff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e3`e87ff858 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e3`e87ff860 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000e3`e87ffb50 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e3`e87ffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000059`de9ffb18 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000059`de9ffb20 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000059`de9ffe10 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000059`de9ffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000059`dddfea60 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000059`dddfeaa0 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
00000059`dddfeae0 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000059`dddfeb30 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000059`dddfeb80 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000059`dddff4a0 00007ff6`2f4afac3     postgres!PostmasterMain(
00000059`dddff640 00007ff6`2faacc19     postgres!main(
00000059`dddff680 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000059`dddff6d0 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000059`dddff740 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000059`de1ffb38 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000059`de1ffb40 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000059`de1ffe30 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000059`de1ffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000059`de5ffcd8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
00000059`de5ffce0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
00000059`de5ffd50 00007ffc`e10d4cb0     postgres!pg_signal_thread(
00000059`de5ffe50 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000059`de5ffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000059`dedff9e8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000059`dedff9f0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000059`dedffce0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000059`dedffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000032`6bfff898 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
00000032`6bfff8a0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
00000032`6bfff910 00007ffc`e10d4cb0     postgres!pg_signal_thread(
00000032`6bfffa10 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000032`6bfffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000032`6b3fea30 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000032`6b3fea70 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
00000032`6b3feab0 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000032`6b3feb00 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000032`6b3feb50 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000032`6b3ff470 00007ff6`2f4afac3     postgres!PostmasterMain(
00000032`6b3ff610 00007ff6`2faacc19     postgres!main(
00000032`6b3ff650 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000032`6b3ff6a0 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000032`6b3ff710 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000032`6b7ff5c8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000032`6b7ff5d0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000032`6b7ff8c0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000032`6b7ff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000032`6bbff518 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000032`6bbff520 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000032`6bbff810 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000032`6bbff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000032`6c3ff5b8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000032`6c3ff5c0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000032`6c3ff8b0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000032`6c3ff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008e`c21ffca8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
0000008e`c21ffcb0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
0000008e`c21ffd20 00007ffc`e10d4cb0     postgres!pg_signal_thread(
0000008e`c21ffe20 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008e`c21ffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008e`c15ff1f0 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000008e`c15ff230 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
0000008e`c15ff270 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000008e`c15ff2c0 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000008e`c15ff310 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000008e`c15ffc30 00007ff6`2f4afac3     postgres!PostmasterMain(
0000008e`c15ffdd0 00007ff6`2faacc19     postgres!main(
0000008e`c15ffe10 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000008e`c15ffe60 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000008e`c15ffed0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000008e`c19ff4d8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008e`c19ff4e0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000008e`c19ff7d0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008e`c19ff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008e`c1dff6f8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008e`c1dff700 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000008e`c1dff9f0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008e`c1dffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008e`c25ff9b8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008e`c25ff9c0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000008e`c25ffcb0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008e`c25ffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d6`449ffab8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
000000d6`449ffac0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
000000d6`449ffb30 00007ffc`e10d4cb0     postgres!pg_signal_thread(
000000d6`449ffc30 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d6`449ffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d6`43dfea70 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d6`43dfeab0 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
000000d6`43dfeaf0 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000d6`43dfeb40 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000d6`43dfeb90 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000d6`43dff4b0 00007ff6`2f4afac3     postgres!PostmasterMain(
000000d6`43dff650 00007ff6`2faacc19     postgres!main(
000000d6`43dff690 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d6`43dff6e0 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d6`43dff750 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000d6`441ff958 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d6`441ff960 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000d6`441ffc50 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d6`441ffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d6`445ff8c8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d6`445ff8d0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000d6`445ffbc0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d6`445ffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d6`44dff678 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d6`44dff680 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000d6`44dff970 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d6`44dff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005c`7bfff488 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005c`7bfff490 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000005c`7bfff780 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005c`7bfff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005c`7bbff0e0 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000005c`7bbff120 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
0000005c`7bbff160 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000005c`7bbff1b0 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000005c`7bbff200 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000005c`7bbffb20 00007ff6`2f4afac3     postgres!PostmasterMain(
0000005c`7bbffcc0 00007ff6`2faacc19     postgres!main(
0000005c`7bbffd00 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000005c`7bbffd50 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000005c`7bbffdc0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000005c`7c3ffad8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
0000005c`7c3ffae0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
0000005c`7c3ffb50 00007ffc`e10d4cb0     postgres!pg_signal_thread(
0000005c`7c3ffc50 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005c`7c3ffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005c`7c7ff748 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005c`7c7ff750 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000005c`7c7ffa40 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005c`7c7ffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005c`7cbff8b8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005c`7cbff8c0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000005c`7cbffbb0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005c`7cbffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e7`679ff8d8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e7`679ff8e0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000e7`679ffbd0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e7`679ffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e7`66dfea70 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e7`66dfeab0 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
000000e7`66dfeaf0 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000e7`66dfeb40 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000e7`66dfeb90 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000e7`66dff4b0 00007ff6`2f4afac3     postgres!PostmasterMain(
000000e7`66dff650 00007ff6`2faacc19     postgres!main(
000000e7`66dff690 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e7`66dff6e0 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e7`66dff750 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000e7`671ff9f8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e7`671ffa00 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000e7`671ffcf0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e7`671ffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e7`675ff728 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
000000e7`675ff730 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
000000e7`675ff7a0 00007ffc`e10d4cb0     postgres!pg_signal_thread(
000000e7`675ff8a0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e7`675ff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e7`67dff518 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e7`67dff520 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000e7`67dff810 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e7`67dff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007b`fd1ffb28 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007b`fd1ffb30 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000007b`fd1ffe20 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007b`fd1ffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007b`fc5ff090 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000007b`fc5ff0d0 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
0000007b`fc5ff110 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000007b`fc5ff160 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000007b`fc5ff1b0 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000007b`fc5ffad0 00007ff6`2f4afac3     postgres!PostmasterMain(
0000007b`fc5ffc70 00007ff6`2faacc19     postgres!main(
0000007b`fc5ffcb0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000007b`fc5ffd00 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000007b`fc5ffd70 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000007b`fc9ffb58 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007b`fc9ffb60 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000007b`fc9ffe50 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007b`fc9ffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007b`fcdff788 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
0000007b`fcdff790 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
0000007b`fcdff800 00007ffc`e10d4cb0     postgres!pg_signal_thread(
0000007b`fcdff900 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007b`fcdff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007b`fd5ff4c8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007b`fd5ff4d0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000007b`fd5ff7c0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007b`fd5ff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001e`a93ffac8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001e`a93ffad0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000001e`a93ffdc0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001e`a93ffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001e`a83ff010 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000001e`a83ff050 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
0000001e`a83ff090 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000001e`a83ff0e0 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000001e`a83ff130 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000001e`a83ffa50 00007ff6`2f4afac3     postgres!PostmasterMain(
0000001e`a83ffbf0 00007ff6`2faacc19     postgres!main(
0000001e`a83ffc30 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000001e`a83ffc80 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000001e`a83ffcf0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000001e`a87ff9d8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001e`a87ff9e0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000001e`a87ffcd0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001e`a87ffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001e`a8fffad8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
0000001e`a8fffae0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
0000001e`a8fffb50 00007ffc`e10d4cb0     postgres!pg_signal_thread(
0000001e`a8fffc50 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001e`a8fffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001e`a8bffa98 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001e`a8bffaa0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000001e`a8bffd90 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001e`a8bffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`42dff8f8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cf`42dff900 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000cf`42dffbf0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`42dffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`41dfee50 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000cf`41dfee90 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
000000cf`41dfeed0 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000cf`41dfef20 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000cf`41dfef70 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000cf`41dff890 00007ff6`2f4afac3     postgres!PostmasterMain(
000000cf`41dffa30 00007ff6`2faacc19     postgres!main(
000000cf`41dffa70 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000cf`41dffac0 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000cf`41dffb30 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000cf`421ff798 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cf`421ff7a0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000cf`421ffa90 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`421ffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`425ff748 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
000000cf`425ff750 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
000000cf`425ff7c0 00007ffc`e10d4cb0     postgres!pg_signal_thread(
000000cf`425ff8c0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`425ff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`429ff5e8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cf`429ff5f0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000cf`429ff8e0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`429ff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000030`8c7ffb38 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
00000030`8c7ffb40 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
00000030`8c7ffbb0 00007ffc`e10d4cb0     postgres!pg_signal_thread(
00000030`8c7ffcb0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000030`8c7ffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000030`8bbfec70 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000030`8bbfecb0 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
00000030`8bbfecf0 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000030`8bbfed40 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000030`8bbfed90 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000030`8bbff6b0 00007ff6`2f4afac3     postgres!PostmasterMain(
00000030`8bbff850 00007ff6`2faacc19     postgres!main(
00000030`8bbff890 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000030`8bbff8e0 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000030`8bbff950 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000030`8bfffb58 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000030`8bfffb60 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000030`8bfffe50 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000030`8bfffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000030`8c3ff6c8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000030`8c3ff6d0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000030`8c3ff9c0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000030`8c3ff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000030`8cbff588 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000030`8cbff590 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000030`8cbff880 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000030`8cbff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f8`a7bff648 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f8`a7bff650 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000f8`a7bff940 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f8`a7bff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f8`a6bfefb0 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f8`a6bfeff0 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
000000f8`a6bff030 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f8`a6bff080 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000f8`a6bff0d0 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f8`a6bff9f0 00007ff6`2f4afac3     postgres!PostmasterMain(
000000f8`a6bffb90 00007ff6`2faacc19     postgres!main(
000000f8`a6bffbd0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f8`a6bffc20 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f8`a6bffc90 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f8`a6fff598 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f8`a6fff5a0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000f8`a6fff890 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f8`a6fff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f8`a73ffa48 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f8`a73ffa50 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000f8`a73ffd40 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f8`a73ffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f8`a77ff8e8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
000000f8`a77ff8f0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
000000f8`a77ff960 00007ffc`e10d4cb0     postgres!pg_signal_thread(
000000f8`a77ffa60 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f8`a77ffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000003`361ff628 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000003`361ff630 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000003`361ff920 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000003`361ff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000003`35dff608 00007ff6`2f5f5957     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000003`35dff610 00007ff6`2f4afa84     postgres!SubPostmasterMain(
00000003`35dff680 00007ff6`2faacc19     postgres!main(
00000003`35dff6c0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000003`35dff710 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000003`35dff780 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000003`35dff7b0 00007ffc`e10d4cb0     postgres!mainCRTStartup(
00000003`35dff7e0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000003`35dff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000003`365ff788 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000003`365ff790 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000003`365ffa80 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000003`365ffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ee`903ff758 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
000000ee`903ff760 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
000000ee`903ff7d0 00007ffc`e10d4cb0     postgres!pg_signal_thread(
000000ee`903ff8d0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ee`903ff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ee`8f7ff1d0 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ee`8f7ff210 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
000000ee`8f7ff250 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ee`8f7ff2a0 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000ee`8f7ff2f0 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ee`8f7ffc10 00007ff6`2f4afac3     postgres!PostmasterMain(
000000ee`8f7ffdb0 00007ff6`2faacc19     postgres!main(
000000ee`8f7ffdf0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ee`8f7ffe40 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ee`8f7ffeb0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ee`8fbffbf8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ee`8fbffc00 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000ee`8fbffef0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ee`8fbfff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ee`8ffffb18 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ee`8ffffb20 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000ee`8ffffe10 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ee`8ffffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ee`907ff4f8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ee`907ff500 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000ee`907ff7f0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ee`907ff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005e`4efffbf8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
0000005e`4efffc00 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
0000005e`4efffc70 00007ffc`e10d4cb0     postgres!pg_signal_thread(
0000005e`4efffd70 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005e`4efffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005e`4e3feb40 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000005e`4e3feb80 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
0000005e`4e3febc0 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000005e`4e3fec10 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000005e`4e3fec60 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000005e`4e3ff580 00007ff6`2f4afac3     postgres!PostmasterMain(
0000005e`4e3ff720 00007ff6`2faacc19     postgres!main(
0000005e`4e3ff760 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000005e`4e3ff7b0 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000005e`4e3ff820 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000005e`4e7ff598 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005e`4e7ff5a0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000005e`4e7ff890 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005e`4e7ff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005e`4ebff758 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005e`4ebff760 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000005e`4ebffa50 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005e`4ebffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005e`4f3ff828 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005e`4f3ff830 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000005e`4f3ffb20 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005e`4f3ffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e9`cadff928 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e9`cadff930 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000e9`cadffc20 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e9`cadffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e9`c9dff150 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e9`c9dff190 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
000000e9`c9dff1d0 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000e9`c9dff220 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000e9`c9dff270 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000e9`c9dffb90 00007ff6`2f4afac3     postgres!PostmasterMain(
000000e9`c9dffd30 00007ff6`2faacc19     postgres!main(
000000e9`c9dffd70 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e9`c9dffdc0 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e9`c9dffe30 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000e9`ca1ffb28 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e9`ca1ffb30 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000e9`ca1ffe20 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e9`ca1ffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e9`ca5ff498 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e9`ca5ff4a0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000e9`ca5ff790 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e9`ca5ff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e9`ca9ff5c8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
000000e9`ca9ff5d0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
000000e9`ca9ff640 00007ffc`e10d4cb0     postgres!pg_signal_thread(
000000e9`ca9ff740 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e9`ca9ff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009a`74dfebb0 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000009a`74dfebf0 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
0000009a`74dfec30 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000009a`74dfec80 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000009a`74dfecd0 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000009a`74dff5f0 00007ff6`2f4afac3     postgres!PostmasterMain(
0000009a`74dff790 00007ff6`2faacc19     postgres!main(
0000009a`74dff7d0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000009a`74dff820 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000009a`74dff890 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000009a`751ffa48 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009a`751ffa50 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000009a`751ffd40 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009a`751ffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009a`759ff8d8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009a`759ff8e0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000009a`759ffbd0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009a`759ffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009a`755ffad8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
0000009a`755ffae0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
0000009a`755ffb50 00007ffc`e10d4cb0     postgres!pg_signal_thread(
0000009a`755ffc50 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009a`755ffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009a`75dff668 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009a`75dff670 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000009a`75dff960 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009a`75dff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004c`815ff6d8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
0000004c`815ff6e0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
0000004c`815ff750 00007ffc`e10d4cb0     postgres!pg_signal_thread(
0000004c`815ff850 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004c`815ff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004c`809ff120 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000004c`809ff160 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
0000004c`809ff1a0 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000004c`809ff1f0 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000004c`809ff240 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000004c`809ffb60 00007ff6`2f4afac3     postgres!PostmasterMain(
0000004c`809ffd00 00007ff6`2faacc19     postgres!main(
0000004c`809ffd40 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000004c`809ffd90 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000004c`809ffe00 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000004c`80dff998 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004c`80dff9a0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000004c`80dffc90 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004c`80dffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004c`811ffa58 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004c`811ffa60 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000004c`811ffd50 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004c`811ffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004c`819ff9d8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004c`819ff9e0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000004c`819ffcd0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004c`819ffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b8`c63ffc28 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
000000b8`c63ffc30 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
000000b8`c63ffca0 00007ffc`e10d4cb0     postgres!pg_signal_thread(
000000b8`c63ffda0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b8`c63ffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b8`c57fee00 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b8`c57fee40 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
000000b8`c57fee80 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000b8`c57feed0 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000b8`c57fef20 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000b8`c57ff840 00007ff6`2f4afac3     postgres!PostmasterMain(
000000b8`c57ff9e0 00007ff6`2faacc19     postgres!main(
000000b8`c57ffa20 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b8`c57ffa70 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000b8`c57ffae0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000b8`c5bffa78 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b8`c5bffa80 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000b8`c5bffd70 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b8`c5bffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b8`c5fff4e8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b8`c5fff4f0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000b8`c5fff7e0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b8`c5fff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b8`c67ffb88 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b8`c67ffb90 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000b8`c67ffe80 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b8`c67ffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000be`345ff6a8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
000000be`345ff6b0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
000000be`345ff720 00007ffc`e10d4cb0     postgres!pg_signal_thread(
000000be`345ff820 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000be`345ff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000be`339fef50 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000be`339fef90 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
000000be`339fefd0 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000be`339ff020 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000be`339ff070 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000be`339ff990 00007ff6`2f4afac3     postgres!PostmasterMain(
000000be`339ffb30 00007ff6`2faacc19     postgres!main(
000000be`339ffb70 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000be`339ffbc0 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000be`339ffc30 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000be`33dff818 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000be`33dff820 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000be`33dffb10 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000be`33dffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000be`341ffbc8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000be`341ffbd0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000be`341ffec0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000be`341ffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000be`349ffb68 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000be`349ffb70 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000be`349ffe60 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000be`349ffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000032`26dff4e8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000032`26dff4f0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000032`26dff7e0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000032`26dff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000032`265feb20 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000032`265feb60 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
00000032`265feba0 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000032`265febf0 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000032`265fec40 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000032`265ff560 00007ff6`2f4afac3     postgres!PostmasterMain(
00000032`265ff700 00007ff6`2faacc19     postgres!main(
00000032`265ff740 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000032`265ff790 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000032`265ff800 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000032`269ffb48 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000032`269ffb50 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000032`269ffe40 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000032`269ffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000032`271ffa08 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
00000032`271ffa10 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
00000032`271ffa80 00007ffc`e10d4cb0     postgres!pg_signal_thread(
00000032`271ffb80 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000032`271ffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000032`275ffc08 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000032`275ffc10 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000032`275fff00 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000032`275fff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000034`d63ffb88 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
00000034`d63ffb90 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
00000034`d63ffc00 00007ffc`e10d4cb0     postgres!pg_signal_thread(
00000034`d63ffd00 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000034`d63ffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000034`d67ffb58 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000034`d67ffb60 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000034`d67ffe50 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000034`d67ffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000034`d57fef60 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000034`d57fefa0 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
00000034`d57fefe0 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000034`d57ff030 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000034`d57ff080 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000034`d57ff9a0 00007ff6`2f4afac3     postgres!PostmasterMain(
00000034`d57ffb40 00007ff6`2faacc19     postgres!main(
00000034`d57ffb80 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000034`d57ffbd0 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000034`d57ffc40 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000034`d5bff4c8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000034`d5bff4d0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000034`d5bff7c0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000034`d5bff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000034`d5fff498 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000034`d5fff4a0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000034`d5fff790 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000034`d5fff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000014`79ffef80 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000014`79ffefc0 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
00000014`79fff000 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000014`79fff050 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000014`79fff0a0 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000014`79fff9c0 00007ff6`2f4afac3     postgres!PostmasterMain(
00000014`79fffb60 00007ff6`2faacc19     postgres!main(
00000014`79fffba0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000014`79fffbf0 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000014`79fffc60 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000014`7a3ff9d8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000014`7a3ff9e0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000014`7a3ffcd0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000014`7a3ffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000014`7a7ff498 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000014`7a7ff4a0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000014`7a7ff790 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000014`7a7ff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000014`7abffb58 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
00000014`7abffb60 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
00000014`7abffbd0 00007ffc`e10d4cb0     postgres!pg_signal_thread(
00000014`7abffcd0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000014`7abffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000014`7afff988 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000014`7afff990 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000014`7afffc80 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000014`7afffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005b`fe7ff030 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000005b`fe7ff070 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
0000005b`fe7ff0b0 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000005b`fe7ff100 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000005b`fe7ff150 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000005b`fe7ffa70 00007ff6`2f4afac3     postgres!PostmasterMain(
0000005b`fe7ffc10 00007ff6`2faacc19     postgres!main(
0000005b`fe7ffc50 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000005b`fe7ffca0 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000005b`fe7ffd10 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000005b`febff6b8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005b`febff6c0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000005b`febff9b0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005b`febff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005b`fefff778 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005b`fefff780 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000005b`fefffa70 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005b`fefffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005b`ff3ff9d8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
0000005b`ff3ff9e0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
0000005b`ff3ffa50 00007ffc`e10d4cb0     postgres!pg_signal_thread(
0000005b`ff3ffb50 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005b`ff3ffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005b`ff7ffa88 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005b`ff7ffa90 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000005b`ff7ffd80 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005b`ff7ffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000028`771ffb38 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000028`771ffb40 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000028`771ffe30 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000028`771ffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000028`76dffca8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
00000028`76dffcb0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
00000028`76dffd20 00007ffc`e10d4cb0     postgres!pg_signal_thread(
00000028`76dffe20 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000028`76dffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000028`75dfee80 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000028`75dfeec0 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
00000028`75dfef00 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000028`75dfef50 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000028`75dfefa0 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000028`75dff8c0 00007ff6`2f4afac3     postgres!PostmasterMain(
00000028`75dffa60 00007ff6`2faacc19     postgres!main(
00000028`75dffaa0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000028`75dffaf0 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000028`75dffb60 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000028`761ffaf8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000028`761ffb00 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000028`761ffdf0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000028`761ffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000028`765ffc38 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000028`765ffc40 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000028`765fff30 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000028`765fff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000028`769ff6c8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000028`769ff6d0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000028`769ff9c0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000028`769ff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c5`24dff888 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
000000c5`24dff890 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
000000c5`24dff900 00007ffc`e10d4cb0     postgres!pg_signal_thread(
000000c5`24dffa00 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c5`24dffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c5`241fedb0 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c5`241fedf0 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
000000c5`241fee30 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c5`241fee80 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000c5`241feed0 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c5`241ff7f0 00007ff6`2f4afac3     postgres!PostmasterMain(
000000c5`241ff990 00007ff6`2faacc19     postgres!main(
000000c5`241ff9d0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c5`241ffa20 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c5`241ffa90 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c5`245ff958 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c5`245ff960 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000c5`245ffc50 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c5`245ffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c5`249ffa28 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c5`249ffa30 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000c5`249ffd20 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c5`249ffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c5`251ff5d8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c5`251ff5e0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000c5`251ff8d0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c5`251ff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ee`9c1ffad8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ee`9c1ffae0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000ee`9c1ffdd0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ee`9c1ffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ee`9b5ff030 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ee`9b5ff070 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
000000ee`9b5ff0b0 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ee`9b5ff100 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000ee`9b5ff150 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ee`9b5ffa70 00007ff6`2f4afac3     postgres!PostmasterMain(
000000ee`9b5ffc10 00007ff6`2faacc19     postgres!main(
000000ee`9b5ffc50 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ee`9b5ffca0 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ee`9b5ffd10 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ee`9b9ff858 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ee`9b9ff860 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000ee`9b9ffb50 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ee`9b9ffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ee`9bdff6a8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
000000ee`9bdff6b0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
000000ee`9bdff720 00007ffc`e10d4cb0     postgres!pg_signal_thread(
000000ee`9bdff820 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ee`9bdff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ee`9c5ffa18 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ee`9c5ffa20 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000ee`9c5ffd10 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ee`9c5ffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e2`cf1ffa68 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e2`cf1ffa70 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000e2`cf1ffd60 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e2`cf1ffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e2`cf9ff5b8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e2`cf9ff5c0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000e2`cf9ff8b0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e2`cf9ff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e2`ce9fea70 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e2`ce9feab0 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
000000e2`ce9feaf0 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000e2`ce9feb40 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000e2`ce9feb90 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000e2`ce9ff4b0 00007ff6`2f4afac3     postgres!PostmasterMain(
000000e2`ce9ff650 00007ff6`2faacc19     postgres!main(
000000e2`ce9ff690 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e2`ce9ff6e0 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e2`ce9ff750 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000e2`cedff9b8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e2`cedff9c0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000e2`cedffcb0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e2`cedffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e2`cf5ff968 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
000000e2`cf5ff970 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
000000e2`cf5ff9e0 00007ffc`e10d4cb0     postgres!pg_signal_thread(
000000e2`cf5ffae0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e2`cf5ffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000016`53bff9a8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000016`53bff9b0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000016`53bffca0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000016`53bffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000016`543ff908 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000016`543ff910 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000016`543ffc00 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000016`543ffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000016`52ffebf0 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000016`52ffec30 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
00000016`52ffec70 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000016`52ffecc0 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000016`52ffed10 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000016`52fff630 00007ff6`2f4afac3     postgres!PostmasterMain(
00000016`52fff7d0 00007ff6`2faacc19     postgres!main(
00000016`52fff810 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000016`52fff860 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000016`52fff8d0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000016`533ff688 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000016`533ff690 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000016`533ff980 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000016`533ff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000016`537ffaf8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000016`537ffb00 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000016`537ffdf0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000016`537ffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000016`53fffb08 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
00000016`53fffb10 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
00000016`53fffb80 00007ffc`e10d4cb0     postgres!pg_signal_thread(
00000016`53fffc80 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000016`53fffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000018`79fff8f8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000018`79fff900 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000018`79fffbf0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000018`79fffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000018`7a7ff528 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000018`7a7ff530 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000018`7a7ff820 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000018`7a7ff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000018`793fec70 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000018`793fecb0 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
00000018`793fecf0 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000018`793fed40 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000018`793fed90 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000018`793ff6b0 00007ff6`2f4afac3     postgres!PostmasterMain(
00000018`793ff850 00007ff6`2faacc19     postgres!main(
00000018`793ff890 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000018`793ff8e0 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000018`793ff950 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000018`797ff908 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000018`797ff910 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000018`797ffc00 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000018`797ffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000018`79bffbe8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000018`79bffbf0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000018`79bffee0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000018`79bfff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000018`7a3ffb98 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
00000018`7a3ffba0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
00000018`7a3ffc10 00007ffc`e10d4cb0     postgres!pg_signal_thread(
00000018`7a3ffd10 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000018`7a3ffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000033`203ff5e8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000033`203ff5f0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000033`203ff8e0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000033`203ff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000033`1effeaa0 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000033`1effeae0 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
00000033`1effeb20 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000033`1effeb70 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000033`1effebc0 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000033`1efff4e0 00007ff6`2f4afac3     postgres!PostmasterMain(
00000033`1efff680 00007ff6`2faacc19     postgres!main(
00000033`1efff6c0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000033`1efff710 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000033`1efff780 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000033`1f3ff598 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000033`1f3ff5a0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000033`1f3ff890 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000033`1f3ff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000033`1f7ff928 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000033`1f7ff930 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000033`1f7ffc20 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000033`1f7ffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000033`1fbff8d8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000033`1fbff8e0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000033`1fbffbd0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000033`1fbffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000033`1ffff9d8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
00000033`1ffff9e0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
00000033`1ffffa50 00007ffc`e10d4cb0     postgres!pg_signal_thread(
00000033`1ffffb50 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000033`1ffffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f1`617ff140 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f1`617ff180 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
000000f1`617ff1c0 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f1`617ff210 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000f1`617ff260 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f1`617ffb80 00007ff6`2f4afac3     postgres!PostmasterMain(
000000f1`617ffd20 00007ff6`2faacc19     postgres!main(
000000f1`617ffd60 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f1`617ffdb0 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f1`617ffe20 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f1`61bffbd8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f1`61bffbe0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000f1`61bffed0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f1`61bfff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f1`61fff7d8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f1`61fff7e0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000f1`61fffad0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f1`61fffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f1`627ffc78 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
000000f1`627ffc80 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
000000f1`627ffcf0 00007ffc`e10d4cb0     postgres!pg_signal_thread(
000000f1`627ffdf0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f1`627ffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f1`623ff458 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f1`623ff460 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000f1`623ff750 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f1`623ff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f1`62bffaf8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f1`62bffb00 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000f1`62bffdf0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f1`62bffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e5`1c1ffca8 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
000000e5`1c1ffcb0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
000000e5`1c1ffd20 00007ffc`e10d4cb0     postgres!pg_signal_thread(
000000e5`1c1ffe20 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e5`1c1ffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e5`1b5fef20 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e5`1b5fef60 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
000000e5`1b5fefa0 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000e5`1b5feff0 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000e5`1b5ff040 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000e5`1b5ff960 00007ff6`2f4afac3     postgres!PostmasterMain(
000000e5`1b5ffb00 00007ff6`2faacc19     postgres!main(
000000e5`1b5ffb40 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e5`1b5ffb90 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e5`1b5ffc00 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000e5`1b9ff6c8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e5`1b9ff6d0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000e5`1b9ff9c0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e5`1b9ff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e5`1bdffad8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e5`1bdffae0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000e5`1bdffdd0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e5`1bdffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e5`1c5ffc18 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e5`1c5ffc20 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000e5`1c5fff10 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e5`1c5fff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000027`5effeb30 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000027`5effeb70 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
00000027`5effebb0 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000027`5effec00 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000027`5effec50 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000027`5efff570 00007ff6`2f4afac3     postgres!PostmasterMain(
00000027`5efff710 00007ff6`2faacc19     postgres!main(
00000027`5efff750 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000027`5efff7a0 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000027`5efff810 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000027`5f3ff508 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000027`5f3ff510 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000027`5f3ff800 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000027`5f3ff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000027`5f7ffad8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000027`5f7ffae0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000027`5f7ffdd0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000027`5f7ffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000027`5fbffc98 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
00000027`5fbffca0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
00000027`5fbffd10 00007ffc`e10d4cb0     postgres!pg_signal_thread(
00000027`5fbffe10 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000027`5fbffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000027`5ffff4a8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000027`5ffff4b0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000027`5ffff7a0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000027`5ffff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000090`ff7ffc88 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
00000090`ff7ffc90 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
00000090`ff7ffd00 00007ffc`e10d4cb0     postgres!pg_signal_thread(
00000090`ff7ffe00 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000090`ff7ffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000090`ff3ff478 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000090`ff3ff480 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000090`ff3ff770 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000090`ff3ff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000090`ffbffb38 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000090`ffbffb40 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000090`ffbffe30 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000090`ffbffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000090`fe7fedf0 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000090`fe7fee30 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
00000090`fe7fee70 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000090`fe7feec0 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000090`fe7fef10 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000090`fe7ff830 00007ff6`2f4afac3     postgres!PostmasterMain(
00000090`fe7ff9d0 00007ff6`2faacc19     postgres!main(
00000090`fe7ffa10 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000090`fe7ffa60 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000090`fe7ffad0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000090`febff568 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000090`febff570 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000090`febff860 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000090`febff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000090`fefff968 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000090`fefff970 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000090`fefffc60 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000090`fefffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002b`b23feb80 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000002b`b23febc0 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
0000002b`b23fec00 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000002b`b23fec50 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000002b`b23feca0 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000002b`b23ff5c0 00007ff6`2f4afac3     postgres!PostmasterMain(
0000002b`b23ff760 00007ff6`2faacc19     postgres!main(
0000002b`b23ff7a0 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000002b`b23ff7f0 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000002b`b23ff860 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000002b`b33ff838 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002b`b33ff840 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
0000002b`b33ffb30 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002b`b33ffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002b`b2fff698 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
0000002b`b2fff6a0 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
0000002b`b2fff710 00007ffc`e10d4cb0     postgres!pg_signal_thread(
0000002b`b2fff810 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002b`b2fff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e3`073ff648 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
000000e3`073ff650 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
000000e3`073ff6c0 00007ffc`e10d4cb0     postgres!pg_signal_thread(
000000e3`073ff7c0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e3`073ff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e3`06fff828 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e3`06fff830 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000e3`06fffb20 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e3`06fffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e3`063fecf0 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e3`063fed30 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
000000e3`063fed70 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000e3`063fedc0 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000e3`063fee10 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000e3`063ff730 00007ff6`2f4afac3     postgres!PostmasterMain(
000000e3`063ff8d0 00007ff6`2faacc19     postgres!main(
000000e3`063ff910 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e3`063ff960 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e3`063ff9d0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000e3`067ff8d8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e3`067ff8e0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000e3`067ffbd0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e3`067ffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e3`06bffac8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e3`06bffad0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000e3`06bffdc0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e3`06bffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e3`077ff898 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e3`077ff8a0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000e3`077ffb90 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e3`077ffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000069`679ffb58 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000069`679ffb60 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000069`679ffe50 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000069`679ffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000069`685ff908 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000069`685ff910 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000069`685ffc00 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000069`685ffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000069`675fed00 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000069`675fed40 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
00000069`675fed80 00007ff6`2f5fc11c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000069`675fedd0 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000069`675fee20 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000069`675ff740 00007ff6`2f4afac3     postgres!PostmasterMain(
00000069`675ff8e0 00007ff6`2faacc19     postgres!main(
00000069`675ff920 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000069`675ff970 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000069`675ff9e0 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000069`681ff968 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000069`681ff970 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
00000069`681ffc60 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000069`681ffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000069`67dffd08 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
00000069`67dffd10 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
00000069`67dffd80 00007ffc`e10d4cb0     postgres!pg_signal_thread(
00000069`67dffe80 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
00000069`67dffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000de`203ffb18 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000de`203ffb20 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000de`203ffe10 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000de`203ffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000de`20fff908 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000de`20fff910 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000de`20fffc00 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000de`20fffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000de`20bffc88 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
000000de`20bffc90 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
000000de`20bffd00 00007ffc`e10d4cb0     postgres!pg_signal_thread(
000000de`20bffe00 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000de`20bffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000de`207ff698 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000de`207ff6a0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000de`207ff990 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000de`207ff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000de`1fffee50 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000de`1fffee90 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
000000de`1fffeed0 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000de`1fffef20 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000de`1fffef70 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000de`1ffff890 00007ff6`2f4afac3     postgres!PostmasterMain(
000000de`1ffffa30 00007ff6`2faacc19     postgres!main(
000000de`1ffffa70 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000de`1ffffac0 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000de`1ffffb30 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a8`071fec30 00007ff6`2f936dd8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a8`071fec70 00007ff6`2f5fca0c     postgres!ExceptionalCondition(
000000a8`071fecb0 00007ff6`2f5fc06c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000a8`071fed00 00007ff6`2f5fd017     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000a8`071fed50 00007ff6`2f5fa722     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a8`071ff670 00007ff6`2f4afac3     postgres!PostmasterMain(
000000a8`071ff810 00007ff6`2faacc19     postgres!main(
000000a8`071ff850 00007ff6`2faacb6e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a8`071ff8a0 00007ff6`2faaca2e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a8`071ff910 00007ff6`2faacc8e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a8`079ffa48 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a8`079ffa50 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000a8`079ffd40 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a8`079ffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a8`07dff738 00007ffc`dfee45ca     ntdll!NtFsControlFile+0x14
000000a8`07dff740 00007ff6`2f5e7d6b     KERNELBASE!ConnectNamedPipe+0x6a
000000a8`07dff7b0 00007ffc`e10d4cb0     postgres!pg_signal_thread(
000000a8`07dff8b0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a8`07dff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a8`081ffaf8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a8`081ffb00 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000a8`081ffdf0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a8`081ffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a8`075ffba8 00007ffc`e28eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a8`075ffbb0 00007ffc`e10d4cb0     ntdll!TppWorkerThread+0x2df
000000a8`075ffea0 00007ffc`e295edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a8`075ffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
tap
[13:38:03.508](1.779s) Bail out!  pg_ctl stop failed
tap
[13:37:57.000](1.251s) Bail out!  pg_ctl stop failed
tap
[13:38:00.036](1.707s) Bail out!  pg_ctl restart failed
tap
[13:38:03.682](1.283s) Bail out!  pg_ctl stop failed
tap
[13:38:13.091](13.560s) Bail out!  pg_ctl stop failed
tap
[13:38:25.426](1.418s) Bail out!  pg_ctl restart failed
tap
[13:40:47.555](1.357s) Bail out!  pg_ctl stop failed
tap
[13:46:53.697](329.408s) # poll_query_until timed out executing this query:
[13:46:53.700](0.003s) not ok 2 - ensure checksums are enabled
[13:52:15.129](320.760s) # poll_query_until timed out executing this query:
[13:52:15.132](0.003s) not ok 7 - ensure checksums are enabled
[13:52:16.442](1.197s) Bail out!  pg_ctl stop failed
tap
[13:46:52.710](327.873s) # poll_query_until timed out executing this query:
[13:46:52.713](0.003s) not ok 3 - ensure checksums aren't enabled yet
tap
[13:47:04.461](324.437s) # poll_query_until timed out executing this query:
[13:47:04.464](0.003s) not ok 3 - ensure checksums are in progress on primary
[13:52:25.161](320.696s) # poll_query_until timed out executing this query:
[13:52:25.164](0.003s) not ok 4 - ensure standby has absorbed the inprogress-on barrier
[13:52:25.274](0.109s) not ok 5 - ensure checksums are on, or in progress, on standby_1
[13:57:48.340](323.066s) # poll_query_until timed out executing this query:
[13:57:48.343](0.003s) not ok 6 - ensure checksums are enabled on the primary
tap
[13:41:29.028](1.250s) Bail out!  pg_ctl stop failed
tap
[13:40:52.535](1.536s) Bail out!  pg_ctl stop failed
tap
[13:40:56.351](1.329s) Bail out!  pg_ctl restart failed
tap
[13:40:59.623](7.471s) Bail out!  pg_ctl restart failed
tap
[13:40:56.867](1.344s) Bail out!  pg_ctl stop failed
tap
[13:41:01.833](1.660s) Bail out!  pg_ctl restart failed
tap
[13:41:04.969](1.258s) Bail out!  pg_ctl stop failed
tap
[13:34:50.406](1.600s) Bail out!  pg_ctl stop failed
tap
[13:34:51.550](1.476s) Bail out!  pg_ctl stop failed
tap
[13:34:49.043](1.502s) Bail out!  pg_ctl restart failed
tap
[13:34:59.472](1.392s) Bail out!  pg_ctl stop failed
tap
[13:34:57.640](7.839s) Bail out!  pg_ctl stop failed
tap
[13:35:01.778](1.764s) Bail out!  pg_ctl restart failed
tap
[13:35:22.529](13.460s) Bail out!  pg_ctl stop failed
tap
[13:35:09.045](0.001s) not ok 23 - data_checksums=on is reported on an offline cluster stdout /(?^:^on$)/
[13:35:13.720](4.351s) Bail out!  pg_ctl stop failed
tap
[13:35:29.883](1.394s) Bail out!  pg_ctl restart failed
tap
[13:35:44.517](1.769s) not ok 17 - pg_ctl stop
[13:35:46.645](1.771s) not ok 25 - pg_ctl restart with server running
[13:35:46.728](0.078s) Bail out!  command "pg_ctl stop -D C:\cirrus\build\testrun\pg_ctl\001_start_stop\data\tmp_test_wt...
tap
[13:35:45.080](1.280s) Bail out!  command "pg_ctl stop -D C:\cirrus\build/testrun/pg_ctl/002_status\data/t_002_status_ma...
tap
[13:36:32.736](1.359s) Bail out!  pg_ctl stop failed
tap
[13:38:11.040](1.205s) Bail out!  pg_ctl restart failed
tap
[13:36:07.791](1.762s) Bail out!  pg_ctl stop failed
tap
[13:36:20.538](1.327s) Bail out!  pg_ctl stop failed
tap
[13:36:32.096](21.616s) Bail out!  pg_ctl stop failed
tap
[13:36:28.439](16.363s) Bail out!  pg_ctl stop failed
tap
[13:36:24.153](5.720s) Bail out!  pg_ctl stop failed
tap
[13:36:37.637](15.183s) Bail out!  pg_ctl stop failed
tap
[13:36:47.246](20.140s) Bail out!  pg_ctl stop failed
tap
[13:36:38.874](7.919s) Bail out!  pg_ctl stop failed
tap
[13:36:50.000](16.499s) Bail out!  pg_ctl stop failed
tap
[13:36:50.579](16.570s) Bail out!  pg_ctl stop failed
tap
[13:38:11.291](1.189s) Bail out!  pg_ctl restart failed
tap
[13:32:14.591](3.596s) Bail out!  pg_ctl stop failed
tap
[13:29:48.141](8.725s) Bail out!  pg_ctl stop failed
tap
[13:29:47.813](4.804s) Bail out!  pg_ctl stop failed
tap
[13:37:07.648](1.550s) Bail out!  pg_ctl stop failed
tap
[13:38:30.087](2.267s) Bail out!  pg_ctl stop failed
tap
[13:38:15.518](1.565s) Bail out!  pg_ctl stop failed
tap
[13:37:10.050](4.984s) Bail out!  pg_ctl stop failed
tap
[13:43:00.491](1.392s) Bail out!  pg_ctl stop failed
tap
[13:38:36.345](1.393s) Bail out!  pg_ctl stop failed
tap
[13:29:58.192](20.011s) Bail out!  pg_ctl stop failed
tap
[13:29:50.540](2.415s) Bail out!  pg_ctl stop failed
tap
[13:30:14.751](25.379s) Bail out!  pg_ctl stop failed
tap
[13:30:01.247](2.493s) Bail out!  pg_ctl restart failed
tap
[13:30:31.721](2.667s) Bail out!  pg_ctl stop failed
tap
[13:30:41.129](38.869s) Bail out!  pg_ctl restart failed
tap
[13:30:33.783](2.083s) Bail out!  pg_ctl stop failed
tap
[13:30:30.999](6.547s) Bail out!  pg_ctl stop failed
tap
[13:30:43.116](11.285s) Bail out!  pg_ctl stop failed
tap
[13:30:47.700](3.738s) Bail out!  pg_ctl stop failed
tap
[13:30:54.571](12.502s) Bail out!  pg_ctl stop failed
tap
[13:31:04.400](20.253s) Bail out!  pg_ctl stop failed
tap
[13:30:50.219](3.834s) Bail out!  pg_ctl stop failed
tap
[13:31:09.227](14.201s) Bail out!  pg_ctl stop failed
tap
[13:30:57.967](2.284s) Bail out!  pg_ctl stop failed
tap
[13:31:23.023](2.141s) Bail out!  pg_ctl stop failed
tap
[13:31:23.164](1.937s) Bail out!  pg_ctl stop failed
tap
[13:31:10.779](3.696s) Bail out!  pg_ctl restart failed
tap
[13:31:25.660](2.043s) Bail out!  pg_ctl stop failed
tap
[13:34:04.375](1.462s) Bail out!  pg_ctl restart failed
tap
[13:31:49.819](5.301s) Bail out!  pg_ctl stop failed
tap
[13:31:37.759](2.851s) Bail out!  pg_ctl stop failed
tap
[13:32:16.892](2.989s) Bail out!  pg_ctl restart failed
tap
[13:32:07.439](1.672s) Bail out!  pg_ctl restart failed
tap
[13:32:33.202](7.455s) Bail out!  pg_ctl stop failed
tap
[13:32:24.997](26.109s) Bail out!  pg_ctl stop failed
tap
[13:32:20.097](9.282s) Bail out!  pg_ctl stop failed
tap
[13:32:50.568](1.518s) Bail out!  pg_ctl stop failed
tap
[13:32:29.235](8.015s) Bail out!  pg_ctl stop failed
tap
[13:32:42.341](6.069s) Bail out!  pg_ctl restart failed
tap
[13:32:36.146](1.989s) Bail out!  pg_ctl stop failed
tap
[13:33:23.948](1.348s) Bail out!  pg_ctl stop failed
tap
[13:32:58.931](1.610s) Bail out!  pg_ctl stop failed
tap
[13:32:50.630](1.408s) Bail out!  pg_ctl stop failed
tap
[13:41:04.685](1.255s) Bail out!  pg_ctl stop failed
tap
[13:41:35.341](5.906s) Bail out!  pg_ctl restart failed
tap
[13:41:37.874](8.244s) Bail out!  pg_ctl restart failed
tap
[13:41:43.747](7.772s) Bail out!  pg_ctl restart failed
tap
[13:39:03.697](2.582s) Bail out!  pg_ctl stop failed
tap
[13:38:47.610](1.485s) Bail out!  pg_ctl stop failed
tap
[13:38:48.016](1.391s) Bail out!  pg_ctl stop failed
tap
[13:38:51.789](1.439s) Bail out!  pg_ctl stop failed
tap
[13:39:02.664](1.378s) Bail out!  pg_ctl stop failed
tap
[13:38:58.657](1.531s) Bail out!  pg_ctl stop failed
tap
[13:39:01.208](1.472s) Bail out!  pg_ctl stop failed
tap
[13:39:12.248](1.690s) Bail out!  pg_ctl stop failed
tap
[13:39:11.606](1.845s) Bail out!  pg_ctl stop failed
tap
[13:40:05.087](1.286s) Bail out!  pg_ctl restart failed
tap
[13:39:25.392](2.114s) Bail out!  pg_ctl stop failed
tap
[13:39:44.258](1.704s) Bail out!  pg_ctl stop failed
tap
[13:39:28.958](2.379s) Bail out!  pg_ctl stop failed
tap
[13:39:38.838](1.625s) Bail out!  pg_ctl stop failed
tap
[13:39:49.848](1.348s) Bail out!  pg_ctl stop failed
tap
[13:39:43.522](1.611s) Bail out!  pg_ctl stop failed
tap
[13:39:45.103](1.467s) Bail out!  pg_ctl stop failed
tap
[13:39:48.250](4.899s) Bail out!  pg_ctl restart failed
tap
[13:40:21.174](1.310s) Bail out!  pg_ctl stop failed
tap
[13:39:59.386](1.514s) Bail out!  pg_ctl stop failed
tap
[13:40:00.155](1.440s) Bail out!  pg_ctl stop failed
tap
[13:40:09.814](1.755s) Bail out!  pg_ctl stop failed
tap
[13:40:10.440](2.039s) Bail out!  pg_ctl stop failed
tap
[13:40:41.686](1.487s) Bail out!  pg_ctl stop failed
tap
[13:40:33.392](1.564s) Bail out!  pg_ctl restart failed
tap
[13:40:59.796](2.551s) Bail out!  pg_ctl stop failed
tap
[13:40:50.186](1.958s) Bail out!  pg_ctl stop failed
tap
[13:40:47.165](1.861s) Bail out!  pg_ctl stop failed
tap
[13:41:06.255](1.289s) Bail out!  pg_ctl stop failed
tap
[13:38:17.506](3.783s) Bail out!  pg_ctl stop failed
tap
[13:41:16.728](1.499s) Bail out!  pg_ctl stop failed
tap
[13:41:12.533](1.253s) Bail out!  pg_ctl stop failed
tap
[13:41:16.368](1.386s) Bail out!  pg_ctl stop failed
tap
[13:41:26.869](1.207s) Bail out!  pg_ctl stop failed
tap
[13:41:22.972](2.014s) Bail out!  pg_ctl stop failed
tap
[13:41:23.099](2.344s) Bail out!  pg_ctl restart failed
test
[13:58:03.150]   5/314 postgresql:pg_upgrade / pg_upgrade/003_logical_slots                            ERROR            ...
[13:58:03.150]   6/314 postgresql:pg_upgrade / pg_upgrade/004_subscription                             ERROR            ...
[13:58:03.150]   7/314 postgresql:recovery / recovery/003_recovery_targets                             ERROR            ...
[13:58:03.150]   8/314 postgresql:recovery / recovery/001_stream_rep                                   ERROR            ...
[13:58:03.150]   9/314 postgresql:recovery / recovery/006_logical_decoding                             ERROR            ...
[13:58:03.150]  11/314 postgresql:recovery / recovery/004_timeline_switch                              ERROR            ...
[13:58:03.150]  12/314 postgresql:recovery / recovery/010_logical_decoding_timelines                   ERROR            ...
[13:58:03.150]  14/314 postgresql:recovery / recovery/009_twophase                                     ERROR            ...
[13:58:03.150]  15/314 postgresql:recovery / recovery/007_sync_rep                                     ERROR            ...
[13:58:03.150]  16/314 postgresql:recovery / recovery/008_fsm_truncation                               ERROR            ...
[13:58:03.150]  17/314 postgresql:recovery / recovery/012_subtransactions                              ERROR            ...
[13:58:03.150]  19/314 postgresql:recovery / recovery/014_unlogged_reinit                              ERROR            ...
[13:58:03.150]  20/314 postgresql:recovery / recovery/018_wal_optimize                                 ERROR            ...
[13:58:03.150]  21/314 postgresql:recovery / recovery/015_promotion_pages                              ERROR            ...
[13:58:03.150]  22/314 postgresql:recovery / recovery/020_archive_status                               ERROR            ...
[13:58:03.150]  24/314 postgresql:recovery / recovery/016_min_consistency                              ERROR            ...
[13:58:03.150]  25/314 postgresql:recovery / recovery/024_archive_recovery                             ERROR            ...
[13:58:03.150]  26/314 postgresql:recovery / recovery/019_replslot_limit                               ERROR            ...
[13:58:03.150]  27/314 postgresql:recovery / recovery/023_pitr_prepared_xact                           ERROR            ...
[13:58:03.150]  28/314 postgresql:recovery / recovery/021_row_visibility                               ERROR            ...
[13:58:03.150]  29/314 postgresql:recovery / recovery/026_overwrite_contrecord                         ERROR            ...
[13:58:03.150]  30/314 postgresql:recovery / recovery/029_stats_restart                                ERROR            ...
[13:58:03.150]  32/314 postgresql:recovery / recovery/028_pitr_timelines                               ERROR            ...
[13:58:03.150]  33/314 postgresql:regress / regress/regress                                            ERROR           1...
[13:58:03.150]  34/314 postgresql:recovery / recovery/031_recovery_conflict                            ERROR            ...
[13:58:03.150]  35/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[13:58:03.150]  36/314 postgresql:recovery / recovery/030_stats_cleanup_replica                        ERROR            ...
[13:58:03.150]  37/314 postgresql:recovery / recovery/034_create_database                              ERROR            ...
[13:58:03.150]  38/314 postgresql:recovery / recovery/036_truncated_dropped                            ERROR            ...
[13:58:03.150]  39/314 postgresql:recovery / recovery/033_replay_tsp_drops                             ERROR            ...
[13:58:03.150]  40/314 postgresql:isolation / isolation/isolation                                      ERROR           1...
[13:58:03.150]  42/314 postgresql:recovery / recovery/032_relfilenode_reuse                            ERROR            ...
[13:58:03.150]  43/314 postgresql:recovery / recovery/039_end_of_wal                                   ERROR            ...
[13:58:03.150]  44/314 postgresql:recovery / recovery/038_save_logical_slots_shutdown                  ERROR            ...
[13:58:03.150]  45/314 postgresql:plpgsql / plpgsql/regress                                            ERROR            ...
[13:58:03.150]  46/314 postgresql:recovery / recovery/042_low_level_backup                             ERROR            ...
[13:58:03.150]  47/314 postgresql:plperl / plperl/regress                                              ERROR            ...
[13:58:03.150]  48/314 postgresql:recovery / recovery/035_standby_logical_decoding                     ERROR            ...
[13:58:03.150]  49/314 postgresql:basic_archive / basic_archive/regress                                ERROR            ...
[13:58:03.150]  50/314 postgresql:bloom / bloom/regress                                                ERROR            ...
[13:58:03.150]  51/314 postgresql:recovery / recovery/041_checkpoint_at_promote                        ERROR            ...
[13:58:03.150]  52/314 postgresql:bool_plperl / bool_plperl/regress                                    ERROR            ...
[13:58:03.150]  53/314 postgresql:amcheck / amcheck/regress                                            ERROR            ...
[13:58:03.150]  54/314 postgresql:plpython / plpython/regress                                          ERROR            ...
[13:58:03.150]  55/314 postgresql:cube / cube/regress                                                  ERROR            ...
[13:58:03.150]  56/314 postgresql:citext / citext/regress                                              ERROR            ...
[13:58:03.150]  57/314 postgresql:dict_int / dict_int/regress                                          ERROR            ...
[13:58:03.150]  58/314 postgresql:dict_xsyn / dict_xsyn/regress                                        ERROR            ...
[13:58:03.150]  59/314 postgresql:btree_gin / btree_gin/regress                                        ERROR            ...
[13:58:03.150]  60/314 postgresql:dblink / dblink/regress                                              ERROR            ...
[13:58:03.150]  61/314 postgresql:btree_gist / btree_gist/regress                                      ERROR            ...
[13:58:03.150]  62/314 postgresql:earthdistance / earthdistance/regress                                ERROR            ...
[13:58:03.150]  63/314 postgresql:file_fdw / file_fdw/regress                                          ERROR            ...
[13:58:03.150]  64/314 postgresql:fuzzystrmatch / fuzzystrmatch/regress                                ERROR            ...
[13:58:03.150]  65/314 postgresql:hstore_plperl / hstore_plperl/regress                                ERROR            ...
[13:58:03.152]  66/314 postgresql:hstore / hstore/regress                                              ERROR            ...
[13:58:03.152]  67/314 postgresql:hstore_plpython / hstore_plpython/regress                            ERROR            ...
[13:58:03.152]  68/314 postgresql:recovery / recovery/040_standby_failover_slots_sync                  ERROR            ...
[13:58:03.152]  69/314 postgresql:isn / isn/regress                                                    ERROR            ...
[13:58:03.152]  70/314 postgresql:jsonb_plperl / jsonb_plperl/regress                                  ERROR            ...
[13:58:03.152]  71/314 postgresql:jsonb_plpython / jsonb_plpython/regress                              ERROR            ...
[13:58:03.152]  72/314 postgresql:lo / lo/regress                                                      ERROR            ...
[13:58:03.152]  73/314 postgresql:ltree / ltree/regress                                                ERROR            ...
[13:58:03.152]  74/314 postgresql:ltree_plpython / ltree_plpython/regress                              ERROR            ...
[13:58:03.152]  75/314 postgresql:passwordcheck / passwordcheck/regress                                ERROR            ...
[13:58:03.152]  76/314 postgresql:pg_buffercache / pg_buffercache/regress                              ERROR            ...
[13:58:03.152]  77/314 postgresql:intarray / intarray/regress                                          ERROR            ...
[13:58:03.152]  78/314 postgresql:pageinspect / pageinspect/regress                                    ERROR            ...
[13:58:03.152]  79/314 postgresql:pg_freespacemap / pg_freespacemap/regress                            ERROR            ...
[13:58:03.152]  80/314 postgresql:pg_logicalinspect / pg_logicalinspect/isolation                      ERROR            ...
[13:58:03.152]  81/314 postgresql:pgrowlocks / pgrowlocks/isolation                                    ERROR            ...
[13:58:03.152]  82/314 postgresql:pg_surgery / pg_surgery/regress                                      ERROR            ...
[13:58:03.152]  83/314 postgresql:pgstattuple / pgstattuple/regress                                    ERROR            ...
[13:58:03.152]  84/314 postgresql:pg_visibility / pg_visibility/regress                                ERROR            ...
[13:58:03.152]  85/314 postgresql:pgcrypto / pgcrypto/regress                                          ERROR            ...
[13:58:03.152]  86/314 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
[13:58:03.152]  87/314 postgresql:pg_walinspect / pg_walinspect/regress                                ERROR            ...
[13:58:03.152]  88/314 postgresql:pg_trgm / pg_trgm/regress                                            ERROR            ...
[13:58:03.152]  89/314 postgresql:tablefunc / tablefunc/regress                                        ERROR            ...
[13:58:03.152]  90/314 postgresql:seg / seg/regress                                                    ERROR            ...
[13:58:03.152]  91/314 postgresql:tcn / tcn/isolation                                                  ERROR            ...
[13:58:03.152]  92/314 postgresql:tsm_system_rows / tsm_system_rows/regress                            ERROR            ...
[13:58:03.152]  93/314 postgresql:tsm_system_time / tsm_system_time/regress                            ERROR            ...
[13:58:03.152]  94/314 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
[13:58:03.152]  95/314 postgresql:unaccent / unaccent/regress                                          ERROR            ...
[13:58:03.152]  96/314 postgresql:postgres_fdw / postgres_fdw/regress                                  ERROR            ...
[13:58:03.152]  97/314 postgresql:brin / brin/isolation                                                ERROR            ...
[13:58:03.152]  98/314 postgresql:commit_ts / commit_ts/regress                                        ERROR            ...
[13:58:03.152]  99/314 postgresql:dummy_index_am / dummy_index_am/regress                              ERROR            ...
[13:58:03.152] 100/314 postgresql:dummy_seclabel / dummy_seclabel/regress                              ERROR            ...
[13:58:03.152] 101/314 postgresql:test_decoding / test_decoding/isolation                              ERROR            ...
[13:58:03.152] 102/314 postgresql:delay_execution / delay_execution/isolation                          ERROR            ...
[13:58:03.152] 103/314 postgresql:gin / gin/regress                                                    ERROR            ...
[13:58:03.152] 104/314 postgresql:plsample / plsample/regress                                          ERROR            ...
[13:58:03.152] 105/314 postgresql:injection_points / injection_points/regress                          ERROR            ...
[13:58:03.152] 106/314 postgresql:spgist_name_ops / spgist_name_ops/regress                            ERROR            ...
[13:58:03.152] 107/314 postgresql:test_bloomfilter / test_bloomfilter/regress                          ERROR            ...
[13:58:03.152] 108/314 postgresql:injection_points / injection_points/isolation                        ERROR            ...
[13:58:03.152] 109/314 postgresql:test_copy_callbacks / test_copy_callbacks/regress                    ERROR            ...
[13:58:03.152] 110/314 postgresql:test_decoding / test_decoding/regress                                ERROR            ...
[13:58:03.152] 111/314 postgresql:test_dsa / test_dsa/regress                                          ERROR            ...
[13:58:03.152] 112/314 postgresql:test_dsm_registry / test_dsm_registry/regress                        ERROR            ...
[13:58:03.152] 113/314 postgresql:test_ginpostinglist / test_ginpostinglist/regress                    ERROR            ...
[13:58:03.152] 114/314 postgresql:test_extensions / test_extensions/regress                            ERROR            ...
[13:58:03.152] 115/314 postgresql:test_lfind / test_lfind/regress                                      ERROR            ...
[13:58:03.152] 116/314 postgresql:test_parser / test_parser/regress                                    ERROR            ...
[13:58:03.152] 117/314 postgresql:test_pg_dump / test_pg_dump/regress                                  ERROR            ...
[13:58:03.152] 118/314 postgresql:test_ddl_deparse / test_ddl_deparse/regress                          ERROR            ...
[13:58:03.152] 119/314 postgresql:test_oat_hooks / test_oat_hooks/regress                              ERROR            ...
[13:58:03.152] 120/314 postgresql:test_predtest / test_predtest/regress                                ERROR            ...
[13:58:03.152] 121/314 postgresql:test_radixtree / test_radixtree/regress                              ERROR            ...
[13:58:03.152] 122/314 postgresql:test_rbtree / test_rbtree/regress                                    ERROR            ...
[13:58:03.152] 123/314 postgresql:test_integerset / test_integerset/regress                            ERROR            ...
[13:58:03.152] 124/314 postgresql:test_resowner / test_resowner/regress                                ERROR            ...
[13:58:03.152] 125/314 postgresql:test_regex / test_regex/regress                                      ERROR            ...
[13:58:03.152] 126/314 postgresql:test_rls_hooks / test_rls_hooks/regress                              ERROR            ...
[13:58:03.152] 127/314 postgresql:test_tidstore / test_tidstore/regress                                ERROR            ...
[13:58:03.152] 128/314 postgresql:test_slru / test_slru/regress                                        ERROR            ...
[13:58:03.245] 131/314 postgresql:test_shm_mq / test_shm_mq/regress                                    ERROR            ...
[13:58:03.245] 130/314 postgresql:typcache / typcache/regress                                          ERROR            ...
[13:58:03.245] 133/314 postgresql:unsafe_tests / unsafe_tests/regress                                  ERROR            ...
[13:58:03.245] 135/314 postgresql:libpq / libpq/005_negotiate_encryption                               ERROR            ...
[13:58:03.245] 137/314 postgresql:libpq / libpq/003_load_balance_host_list                             ERROR            ...
[13:58:03.245] 138/314 postgresql:libpq / libpq/004_load_balance_dns                                   ERROR            ...
[13:58:03.245] 140/314 postgresql:pg_amcheck / pg_amcheck/004_verify_heapam                            ERROR            ...
[13:58:03.245] 142/314 postgresql:pg_amcheck / pg_amcheck/003_check                                    ERROR            ...
[13:58:03.245] 145/314 postgresql:pg_basebackup / pg_basebackup/010_pg_basebackup                      ERROR            ...
[13:58:03.245] 148/314 postgresql:pg_checksums / pg_checksums/002_actions                              ERROR            ...
[13:58:03.245] 149/314 postgresql:ecpg / ecpg/ecpg                                                     ERROR            ...
[13:58:03.245] 151/314 postgresql:pg_basebackup / pg_basebackup/040_pg_createsubscriber                ERROR            ...
[13:58:03.245] 154/314 postgresql:pg_combinebackup / pg_combinebackup/007_wal_level_minimal            ERROR            ...
[13:58:03.245] 159/314 postgresql:pg_ctl / pg_ctl/002_status                                           ERROR            ...
[13:58:03.245] 160/314 postgresql:pg_ctl / pg_ctl/001_start_stop                                       ERROR            ...
[13:58:03.245] 167/314 postgresql:pg_resetwal / pg_resetwal/001_basic                                  ERROR            ...
[13:58:03.245] 172/314 postgresql:pg_rewind / pg_rewind/001_basic                                      ERROR            ...
[13:58:03.245] 173/314 postgresql:pg_rewind / pg_rewind/004_pg_xlog_symlink                            ERROR            ...
[13:58:03.245] 175/314 postgresql:pg_rewind / pg_rewind/003_extrafiles                                 ERROR            ...
[13:58:03.245] 176/314 postgresql:pg_dump / pg_dump/002_pg_dump                                        ERROR            ...
[13:58:03.245] 177/314 postgresql:pg_rewind / pg_rewind/002_databases                                  ERROR            ...
[13:58:03.245] 182/314 postgresql:pg_rewind / pg_rewind/005_same_timeline                              ERROR            ...
[13:58:03.245] 183/314 postgresql:pg_rewind / pg_rewind/008_min_recovery_point                         ERROR            ...
[13:58:03.245] 184/314 postgresql:pg_rewind / pg_rewind/007_standby_source                             ERROR            ...
[13:58:03.245] 185/314 postgresql:pg_rewind / pg_rewind/009_growing_files                              ERROR            ...
[13:58:03.245] 186/314 postgresql:pg_rewind / pg_rewind/010_keep_recycled_wals                         ERROR            ...
[13:58:03.245] 192/314 postgresql:pg_verifybackup / pg_verifybackup/007_wal                            ERROR            ...
[13:58:03.245] 195/314 postgresql:pg_waldump / pg_waldump/001_basic                                    ERROR            ...
[13:58:03.245] 216/314 postgresql:amcheck / amcheck/002_cic                                            ERROR            ...
[13:58:03.245] 218/314 postgresql:amcheck / amcheck/003_cic_2pc                                        ERROR            ...
[13:58:03.245] 219/314 postgresql:amcheck / amcheck/001_verify_heapam                                  ERROR            ...
[13:58:03.245] 220/314 postgresql:amcheck / amcheck/004_verify_nbtree_unique                           ERROR            ...
[13:58:03.245] 224/314 postgresql:pg_prewarm / pg_prewarm/001_basic                                    ERROR            ...
[13:58:03.245] 225/314 postgresql:pg_stat_statements / pg_stat_statements/010_restart                  ERROR            ...
[13:58:03.245] 226/314 postgresql:amcheck / amcheck/005_pitr                                           ERROR            ...
[13:58:03.245] 228/314 postgresql:pg_visibility / pg_visibility/002_corrupt_vm                         ERROR            ...
[13:58:03.245] 230/314 postgresql:test_decoding / test_decoding/001_repl_stats                         ERROR            ...
[13:58:03.245] 234/314 postgresql:authentication / authentication/004_file_inclusion                   ERROR            ...
[13:58:03.245] 235/314 postgresql:pg_visibility / pg_visibility/001_concurrent_transaction             ERROR            ...
[13:58:03.245] 239/314 postgresql:postmaster / postmaster/002_start_stop                               ERROR            ...
[13:58:03.245] 240/314 postgresql:subscription / subscription/002_types                                ERROR            ...
[13:58:03.245] 241/314 postgresql:subscription / subscription/003_constraints                          ERROR            ...
[13:58:03.245] 242/314 postgresql:subscription / subscription/004_sync                                 ERROR            ...
[13:58:03.245] 243/314 postgresql:subscription / subscription/006_rewrite                              ERROR            ...
[13:58:03.245] 244/314 postgresql:subscription / subscription/007_ddl                                  ERROR            ...
[13:58:03.245] 246/314 postgresql:recovery / recovery/013_crash_restart                                ERROR           5...
[13:58:03.245] 247/314 postgresql:subscription / subscription/005_encoding                             ERROR            ...
[13:58:03.245] 249/314 postgresql:subscription / subscription/001_rep_changes                          ERROR            ...
[13:58:03.245] 250/314 postgresql:subscription / subscription/009_matviews                             ERROR            ...
[13:58:03.245] 251/314 postgresql:subscription / subscription/008_diff_schema                          ERROR            ...
[13:58:03.245] 252/314 postgresql:subscription / subscription/014_binary                               ERROR            ...
[13:58:03.245] 253/314 postgresql:subscription / subscription/016_stream_subxact                       ERROR            ...
[13:58:03.251] 256/314 postgresql:subscription / subscription/017_stream_ddl                           ERROR            ...
[13:58:03.251] 257/314 postgresql:subscription / subscription/019_stream_subxact_ddl_abort             ERROR            ...
[13:58:03.251] 258/314 postgresql:subscription / subscription/015_stream                               ERROR            ...
[13:58:03.251] 259/314 postgresql:subscription / subscription/020_messages                             ERROR            ...
[13:58:03.251] 260/314 postgresql:subscription / subscription/021_twophase                             ERROR            ...
[13:58:03.251] 261/314 postgresql:subscription / subscription/018_stream_subxact_abort                 ERROR            ...
[13:58:03.251] 262/314 postgresql:subscription / subscription/023_twophase_stream                      ERROR            ...
[13:58:03.251] 263/314 postgresql:subscription / subscription/024_add_drop_pub                         ERROR            ...
[13:58:03.251] 264/314 postgresql:subscription / subscription/013_partition                            ERROR            ...
[13:58:03.251] 265/314 postgresql:subscription / subscription/025_rep_changes_for_schema               ERROR            ...
[13:58:03.251] 266/314 postgresql:subscription / subscription/026_stats                                ERROR            ...
[13:58:03.251] 267/314 postgresql:subscription / subscription/029_on_error                             ERROR            ...
[13:58:03.251] 268/314 postgresql:subscription / subscription/022_twophase_cascade                     ERROR            ...
[13:58:03.251] 269/314 postgresql:subscription / subscription/030_origin                               ERROR            ...
[13:58:03.251] 272/314 postgresql:subscription / subscription/028_row_filter                           ERROR            ...
[13:58:03.251] 273/314 postgresql:brin / brin/01_workitems                                             ERROR            ...
[13:58:03.251] 274/314 postgresql:subscription / subscription/100_bugs                                 ERROR            ...
[13:58:03.251] 275/314 postgresql:subscription / subscription/032_subscribe_use_index                  ERROR            ...
[13:58:03.251] 276/314 postgresql:commit_ts / commit_ts/001_base                                       ERROR            ...
[13:58:03.251] 277/314 postgresql:commit_ts / commit_ts/004_restart                                    ERROR            ...
[13:58:03.251] 278/314 postgresql:commit_ts / commit_ts/002_standby                                    ERROR            ...
[13:58:03.251] 280/314 postgresql:commit_ts / commit_ts/003_standby_2                                  ERROR            ...
[13:58:03.251] 281/314 postgresql:subscription / subscription/031_column_list                          ERROR            ...
[13:58:03.251] 282/314 postgresql:injection_points / injection_points/001_stats                        ERROR            ...
[13:58:03.251] 284/314 postgresql:ssl_passphrase_callback / ssl_passphrase_callback/001_testfunc       ERROR            ...
[13:58:03.251] 285/314 postgresql:libpq_pipeline / libpq_pipeline/001_libpq_pipeline                   ERROR            ...
[13:58:03.251] 288/314 postgresql:test_custom_rmgrs / test_custom_rmgrs/001_basic                      ERROR            ...
[13:58:03.251] 291/314 postgresql:test_misc / test_misc/002_tablespace                                 ERROR            ...
[13:58:03.251] 293/314 postgresql:test_misc / test_misc/004_io_direct                                  ERROR            ...
[13:58:03.251] 294/314 postgresql:test_misc / test_misc/001_constraint_validation                      ERROR            ...
[13:58:03.251] 300/314 postgresql:test_slru / test_slru/001_multixact                                  ERROR            ...
[13:58:03.251] 301/314 postgresql:worker_spi / worker_spi/001_worker_spi                               ERROR            ...
[13:58:03.251] 302/314 postgresql:test_pg_dump / test_pg_dump/001_base                                 ERROR            ...
[13:58:03.251] 303/314 postgresql:checksums / checksums/004_offline                                    ERROR            ...
[13:58:03.251] 304/314 postgresql:ssl / ssl/001_ssltests                                               ERROR            ...
[13:58:03.251] 305/314 postgresql:ssl / ssl/002_scram                                                  ERROR            ...
[13:58:03.251] 308/314 postgresql:ssl / ssl/003_sslinfo                                                ERROR            ...
[13:58:03.251] 310/314 postgresql:pgbench / pgbench/001_pgbench_with_server                            ERROR           3...
[13:58:03.251] 311/314 postgresql:checksums / checksums/002_restarts                                   ERROR           3...
[13:58:03.251] 312/314 postgresql:checksums / checksums/001_basic                                      ERROR           6...
[13:58:03.251] 313/314 postgresql:pg_ctl / pg_ctl/004_logrotate                                        TIMEOUT        10...
[13:58:03.251] 314/314 postgresql:checksums / checksums/003_standby_restarts                           TIMEOUT        10...
51/5338 Skip logical decoding of already-aborted transactions.
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out /tmp/cirrus-ci-build/build/testrun/...
--- /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out	2024-12-11 13:09:20.516948000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_stat_statements/regress/results/level_tracking.out	2024-12-11 13:11:43.4454380...
@@ -914,7 +914,9 @@
                      QUERY PLAN                      
 -----------------------------------------------------
  Seq Scan on stats_track_tab (actual rows=0 loops=1)
-(1 row)
+ Planning:
+   Buffers: shared hit=20
+(3 rows)
 
 SELECT toplevel, calls, query FROM pg_stat_statements
   ORDER BY query COLLATE "C";
@@ -947,7 +949,9 @@
                      QUERY PLAN                      
 -----------------------------------------------------
  Seq Scan on stats_track_tab (actual rows=0 loops=1)
-(1 row)
+ Planning:
...
test
[13:13:59.013]  87/315 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
51/5371 TimestampTz->Text->TimestampTz casting fails with DateStyle 'Postgres'
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out /tmp/cirrus-ci-build/build/testrun/...
--- /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out	2024-12-11 12:51:16.670769000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_stat_statements/regress/results/level_tracking.out	2024-12-11 12:53:34.0865210...
@@ -914,7 +914,9 @@
                      QUERY PLAN                      
 -----------------------------------------------------
  Seq Scan on stats_track_tab (actual rows=0 loops=1)
-(1 row)
+ Planning:
+   Buffers: shared hit=20
+(3 rows)
 
 SELECT toplevel, calls, query FROM pg_stat_statements
   ORDER BY query COLLATE "C";
@@ -947,7 +949,9 @@
                      QUERY PLAN                      
 -----------------------------------------------------
  Seq Scan on stats_track_tab (actual rows=0 loops=1)
-(1 row)
+ Planning:
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/timestamptz.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/00...
--- /tmp/cirrus-ci-build/src/test/regress/expected/timestamptz.out	2024-12-11 12:51:18.304836000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/timestamptz.out	2024-12-11 12:52:04.686796...
@@ -184,30 +184,22 @@
 (1 row)
 
 SELECT 'Jan 01 00:00:00 1000 LMT'::timestamptz;
-         timestamptz          
-------------------------------
- Wed Jan 01 00:00:00 1000 LMT
-(1 row)
-
+ERROR:  invalid input syntax for type timestamp with time zone: "Jan 01 00:00:00 1000 LMT"
+LINE 1: SELECT 'Jan 01 00:00:00 1000 LMT'::timestamptz;
+               ^
 SELECT 'Jan 01 00:00:00 2024 LMT'::timestamptz;
-         timestamptz          
-------------------------------
- Sun Dec 31 23:52:58 2023 PST
-(1 row)
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/timestamptz.out /tmp/cirrus-ci-build/build/testrun/recovery/027_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/timestamptz.out	2024-12-11 12:51:18.304836000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/timestamptz.out	2024-12-11 12:52:43.5863...
@@ -184,30 +184,22 @@
 (1 row)
 
 SELECT 'Jan 01 00:00:00 1000 LMT'::timestamptz;
-         timestamptz          
-------------------------------
- Wed Jan 01 00:00:00 1000 LMT
-(1 row)
-
+ERROR:  invalid input syntax for type timestamp with time zone: "Jan 01 00:00:00 1000 LMT"
+LINE 1: SELECT 'Jan 01 00:00:00 1000 LMT'::timestamptz;
+               ^
 SELECT 'Jan 01 00:00:00 2024 LMT'::timestamptz;
-         timestamptz          
-------------------------------
- Sun Dec 31 23:52:58 2023 PST
-(1 row)
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/timestamptz.out /tmp/cirrus-ci-build/build/testrun/regress/regre...
--- /tmp/cirrus-ci-build/src/test/regress/expected/timestamptz.out	2024-12-11 12:51:18.304836000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/timestamptz.out	2024-12-11 12:52:03.249924000 +0000
@@ -184,30 +184,22 @@
 (1 row)
 
 SELECT 'Jan 01 00:00:00 1000 LMT'::timestamptz;
-         timestamptz          
-------------------------------
- Wed Jan 01 00:00:00 1000 LMT
-(1 row)
-
+ERROR:  invalid input syntax for type timestamp with time zone: "Jan 01 00:00:00 1000 LMT"
+LINE 1: SELECT 'Jan 01 00:00:00 1000 LMT'::timestamptz;
+               ^
 SELECT 'Jan 01 00:00:00 2024 LMT'::timestamptz;
-         timestamptz          
-------------------------------
- Sun Dec 31 23:52:58 2023 PST
-(1 row)
...
tap
[12:53:09.151](68.363s) not ok 5 - regression tests pass
tap
[12:54:02.464](81.957s) not ok 2 - regression tests pass
test
[12:55:57.092]   6/315 postgresql:regress / regress/regress                                            ERROR            ...
[12:55:57.092]  87/315 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
[12:55:57.092]  90/315 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[12:55:57.092] 162/315 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/timestamptz.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_chec...
--- /tmp/cirrus-ci-build/src/test/regress/expected/timestamptz.out	2024-12-11 12:51:11.600018670 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/timestamptz.out	2024-12-11 12:55:35.771250514 +0000
@@ -184,30 +184,22 @@
 (1 row)
 
 SELECT 'Jan 01 00:00:00 1000 LMT'::timestamptz;
-         timestamptz          
-------------------------------
- Wed Jan 01 00:00:00 1000 LMT
-(1 row)
-
+ERROR:  invalid input syntax for type timestamp with time zone: "Jan 01 00:00:00 1000 LMT"
+LINE 1: SELECT 'Jan 01 00:00:00 1000 LMT'::timestamptz;
+               ^
 SELECT 'Jan 01 00:00:00 2024 LMT'::timestamptz;
-         timestamptz          
-------------------------------
- Sun Dec 31 23:52:58 2023 PST
-(1 row)
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/timestamptz.out /tmp/cirrus-ci-build/src/test/recovery/tmp_check...
--- /tmp/cirrus-ci-build/src/test/regress/expected/timestamptz.out	2024-12-11 12:51:11.600018670 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/timestamptz.out	2024-12-11 12:57:26.747098686 +0000
@@ -184,30 +184,22 @@
 (1 row)
 
 SELECT 'Jan 01 00:00:00 1000 LMT'::timestamptz;
-         timestamptz          
-------------------------------
- Wed Jan 01 00:00:00 1000 LMT
-(1 row)
-
+ERROR:  invalid input syntax for type timestamp with time zone: "Jan 01 00:00:00 1000 LMT"
+LINE 1: SELECT 'Jan 01 00:00:00 1000 LMT'::timestamptz;
+               ^
 SELECT 'Jan 01 00:00:00 2024 LMT'::timestamptz;
-         timestamptz          
-------------------------------
- Sun Dec 31 23:52:58 2023 PST
-(1 row)
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/timestamptz.out /tmp/cirrus-ci-build/src/test/regress/results/ti...
--- /tmp/cirrus-ci-build/src/test/regress/expected/timestamptz.out	2024-12-11 12:51:11.600018670 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/timestamptz.out	2024-12-11 12:52:35.135582945 +0000
@@ -184,30 +184,22 @@
 (1 row)
 
 SELECT 'Jan 01 00:00:00 1000 LMT'::timestamptz;
-         timestamptz          
-------------------------------
- Wed Jan 01 00:00:00 1000 LMT
-(1 row)
-
+ERROR:  invalid input syntax for type timestamp with time zone: "Jan 01 00:00:00 1000 LMT"
+LINE 1: SELECT 'Jan 01 00:00:00 1000 LMT'::timestamptz;
+               ^
 SELECT 'Jan 01 00:00:00 2024 LMT'::timestamptz;
-         timestamptz          
-------------------------------
- Sun Dec 31 23:52:58 2023 PST
-(1 row)
...
tap
[12:57:17.247](106.397s) not ok 5 - regression tests pass
tap
[12:58:29.519](66.059s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/timestamptz.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/00...
--- /tmp/cirrus-ci-build/src/test/regress/expected/timestamptz.out	2024-12-11 12:51:12.432581531 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/timestamptz.out	2024-12-11 12:52:36.949395...
@@ -184,30 +184,22 @@
 (1 row)
 
 SELECT 'Jan 01 00:00:00 1000 LMT'::timestamptz;
-         timestamptz          
-------------------------------
- Wed Jan 01 00:00:00 1000 LMT
-(1 row)
-
+ERROR:  invalid input syntax for type timestamp with time zone: "Jan 01 00:00:00 1000 LMT"
+LINE 1: SELECT 'Jan 01 00:00:00 1000 LMT'::timestamptz;
+               ^
 SELECT 'Jan 01 00:00:00 2024 LMT'::timestamptz;
-         timestamptz          
-------------------------------
- Sun Dec 31 23:52:58 2023 PST
-(1 row)
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/timestamptz.out /tmp/cirrus-ci-build/build/testrun/recovery/027_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/timestamptz.out	2024-12-11 12:51:12.432581531 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/timestamptz.out	2024-12-11 12:53:13.7163...
@@ -184,30 +184,22 @@
 (1 row)
 
 SELECT 'Jan 01 00:00:00 1000 LMT'::timestamptz;
-         timestamptz          
-------------------------------
- Wed Jan 01 00:00:00 1000 LMT
-(1 row)
-
+ERROR:  invalid input syntax for type timestamp with time zone: "Jan 01 00:00:00 1000 LMT"
+LINE 1: SELECT 'Jan 01 00:00:00 1000 LMT'::timestamptz;
+               ^
 SELECT 'Jan 01 00:00:00 2024 LMT'::timestamptz;
-         timestamptz          
-------------------------------
- Sun Dec 31 23:52:58 2023 PST
-(1 row)
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/timestamptz.out /tmp/cirrus-ci-build/build/testrun/regress/regre...
--- /tmp/cirrus-ci-build/src/test/regress/expected/timestamptz.out	2024-12-11 12:51:12.432581531 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/timestamptz.out	2024-12-11 12:52:33.161741342 +0000
@@ -184,30 +184,22 @@
 (1 row)
 
 SELECT 'Jan 01 00:00:00 1000 LMT'::timestamptz;
-         timestamptz          
-------------------------------
- Wed Jan 01 00:00:00 1000 LMT
-(1 row)
-
+ERROR:  invalid input syntax for type timestamp with time zone: "Jan 01 00:00:00 1000 LMT"
+LINE 1: SELECT 'Jan 01 00:00:00 1000 LMT'::timestamptz;
+               ^
 SELECT 'Jan 01 00:00:00 2024 LMT'::timestamptz;
-         timestamptz          
-------------------------------
- Sun Dec 31 23:52:58 2023 PST
-(1 row)
...
tap
[12:53:52.731](79.359s) not ok 5 - regression tests pass
tap
[12:54:29.649](80.920s) not ok 2 - regression tests pass
test
[12:56:13.741]   6/315 postgresql:regress / regress/regress                                            ERROR            ...
[12:56:13.741] 138/315 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[12:56:13.741] 157/315 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
macOS - Sonoma - Meson
core
[12:59:17.546]   * frame #0: 0x0000000100bb4b70 dyld`_dyld_start
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/timestamptz.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg...
--- /Users/admin/pgsql/src/test/regress/expected/timestamptz.out	2024-12-11 12:51:12
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/timestamptz.out	2024-12-11 12:52:25
@@ -184,30 +184,22 @@
 (1 row)
 
 SELECT 'Jan 01 00:00:00 1000 LMT'::timestamptz;
-         timestamptz          
-------------------------------
- Wed Jan 01 00:00:00 1000 LMT
-(1 row)
-
+ERROR:  invalid input syntax for type timestamp with time zone: "Jan 01 00:00:00 1000 LMT"
+LINE 1: SELECT 'Jan 01 00:00:00 1000 LMT'::timestamptz;
+               ^
 SELECT 'Jan 01 00:00:00 2024 LMT'::timestamptz;
-         timestamptz          
-------------------------------
- Sun Dec 31 23:52:58 2023 PST
-(1 row)
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/timestamptz.out /Users/admin/pgsql/build/testrun/recovery/027_stre...
--- /Users/admin/pgsql/src/test/regress/expected/timestamptz.out	2024-12-11 12:51:12
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/timestamptz.out	2024-12-11 12:53:19
@@ -184,30 +184,22 @@
 (1 row)
 
 SELECT 'Jan 01 00:00:00 1000 LMT'::timestamptz;
-         timestamptz          
-------------------------------
- Wed Jan 01 00:00:00 1000 LMT
-(1 row)
-
+ERROR:  invalid input syntax for type timestamp with time zone: "Jan 01 00:00:00 1000 LMT"
+LINE 1: SELECT 'Jan 01 00:00:00 1000 LMT'::timestamptz;
+               ^
 SELECT 'Jan 01 00:00:00 2024 LMT'::timestamptz;
-         timestamptz          
-------------------------------
- Sun Dec 31 23:52:58 2023 PST
-(1 row)
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/timestamptz.out /Users/admin/pgsql/build/testrun/regress/regress/r...
--- /Users/admin/pgsql/src/test/regress/expected/timestamptz.out	2024-12-11 12:51:12
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/timestamptz.out	2024-12-11 12:52:22
@@ -184,30 +184,22 @@
 (1 row)
 
 SELECT 'Jan 01 00:00:00 1000 LMT'::timestamptz;
-         timestamptz          
-------------------------------
- Wed Jan 01 00:00:00 1000 LMT
-(1 row)
-
+ERROR:  invalid input syntax for type timestamp with time zone: "Jan 01 00:00:00 1000 LMT"
+LINE 1: SELECT 'Jan 01 00:00:00 1000 LMT'::timestamptz;
+               ^
 SELECT 'Jan 01 00:00:00 2024 LMT'::timestamptz;
-         timestamptz          
-------------------------------
- Sun Dec 31 23:52:58 2023 PST
-(1 row)
...
tap
[12:53:07.022](44.629s) not ok 5 - regression tests pass
tap
[12:54:12.980](62.027s) not ok 2 - regression tests pass
test
[12:56:10.798]  26/315 postgresql:regress / regress/regress                                            ERROR            ...
[12:56:10.798]  46/315 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[12:56:10.798] 152/315 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/timestamptz.out C:/cirrus/build/testrun/pg_upgrade/002_...
--- C:/cirrus/src/test/regress/expected/timestamptz.out	2024-12-11 12:51:28.383062300 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/timestamptz.out	2024-12-11 12:53:33.717060300 +0000
@@ -184,30 +184,22 @@
 (1 row)
 
 SELECT 'Jan 01 00:00:00 1000 LMT'::timestamptz;
-         timestamptz          
-------------------------------
- Wed Jan 01 00:00:00 1000 LMT
-(1 row)
-
+ERROR:  invalid input syntax for type timestamp with time zone: "Jan 01 00:00:00 1000 LMT"
+LINE 1: SELECT 'Jan 01 00:00:00 1000 LMT'::timestamptz;
+               ^
 SELECT 'Jan 01 00:00:00 2024 LMT'::timestamptz;
-         timestamptz          
-------------------------------
- Sun Dec 31 23:52:58 2023 PST
-(1 row)
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/timestamptz.out C:/cirrus/build/testrun/recovery/027_st...
--- C:/cirrus/src/test/regress/expected/timestamptz.out	2024-12-11 12:51:28.383062300 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/timestamptz.out	2024-12-11 12:55:39.257445900 +0000
@@ -184,30 +184,22 @@
 (1 row)
 
 SELECT 'Jan 01 00:00:00 1000 LMT'::timestamptz;
-         timestamptz          
-------------------------------
- Wed Jan 01 00:00:00 1000 LMT
-(1 row)
-
+ERROR:  invalid input syntax for type timestamp with time zone: "Jan 01 00:00:00 1000 LMT"
+LINE 1: SELECT 'Jan 01 00:00:00 1000 LMT'::timestamptz;
+               ^
 SELECT 'Jan 01 00:00:00 2024 LMT'::timestamptz;
-         timestamptz          
-------------------------------
- Sun Dec 31 23:52:58 2023 PST
-(1 row)
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/timestamptz.out C:/cirrus/build/testrun/regress/regress...
--- C:/cirrus/src/test/regress/expected/timestamptz.out	2024-12-11 12:51:28.383062300 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/timestamptz.out	2024-12-11 12:53:26.471420600 +0000
@@ -184,30 +184,22 @@
 (1 row)
 
 SELECT 'Jan 01 00:00:00 1000 LMT'::timestamptz;
-         timestamptz          
-------------------------------
- Wed Jan 01 00:00:00 1000 LMT
-(1 row)
-
+ERROR:  invalid input syntax for type timestamp with time zone: "Jan 01 00:00:00 1000 LMT"
+LINE 1: SELECT 'Jan 01 00:00:00 1000 LMT'::timestamptz;
+               ^
 SELECT 'Jan 01 00:00:00 2024 LMT'::timestamptz;
-         timestamptz          
-------------------------------
- Sun Dec 31 23:52:58 2023 PST
-(1 row)
...
tap
[12:55:19.144](113.201s) not ok 5 - regression tests pass
tap
[12:57:22.444](113.801s) not ok 2 - regression tests pass
test
[13:05:07.933]   6/310 postgresql:regress / regress/regress                                            ERROR           1...
[13:05:07.933]  38/310 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[13:05:07.933]  87/310 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5225 Vectored IO in XLogWrite()
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out /tmp/cirrus-ci-build/build/testrun/...
--- /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out	2024-12-11 12:34:12.663403000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_stat_statements/regress/results/level_tracking.out	2024-12-11 12:36:26.0845630...
@@ -914,7 +914,9 @@
                      QUERY PLAN                      
 -----------------------------------------------------
  Seq Scan on stats_track_tab (actual rows=0 loops=1)
-(1 row)
+ Planning:
+   Buffers: shared hit=20
+(3 rows)
 
 SELECT toplevel, calls, query FROM pg_stat_statements
   ORDER BY query COLLATE "C";
@@ -947,7 +949,9 @@
                      QUERY PLAN                      
 -----------------------------------------------------
  Seq Scan on stats_track_tab (actual rows=0 loops=1)
-(1 row)
+ Planning:
...
test
[12:38:42.199]  88/315 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
51/5310 Clarify old WAL files cannot be removed until they are summarized
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out /tmp/cirrus-ci-build/build/testrun/...
--- /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out	2024-12-11 12:18:10.745080000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_stat_statements/regress/results/level_tracking.out	2024-12-11 12:20:58.0878280...
@@ -914,7 +914,9 @@
                      QUERY PLAN                      
 -----------------------------------------------------
  Seq Scan on stats_track_tab (actual rows=0 loops=1)
-(1 row)
+ Planning:
+   Buffers: shared hit=20
+(3 rows)
 
 SELECT toplevel, calls, query FROM pg_stat_statements
   ORDER BY query COLLATE "C";
@@ -947,7 +949,9 @@
                      QUERY PLAN                      
 -----------------------------------------------------
  Seq Scan on stats_track_tab (actual rows=0 loops=1)
-(1 row)
+ Planning:
...
test
[12:23:54.209]  87/315 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
51/5332 Provide means to disable legacy crypt() and gen_salt() functions in pgcrypto
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out /tmp/cirrus-ci-build/build/testrun/...
--- /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out	2024-12-11 12:00:09.754693000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_stat_statements/regress/results/level_tracking.out	2024-12-11 12:02:26.7357460...
@@ -914,7 +914,9 @@
                      QUERY PLAN                      
 -----------------------------------------------------
  Seq Scan on stats_track_tab (actual rows=0 loops=1)
-(1 row)
+ Planning:
+   Buffers: shared hit=20
+(3 rows)
 
 SELECT toplevel, calls, query FROM pg_stat_statements
   ORDER BY query COLLATE "C";
@@ -947,7 +949,9 @@
                      QUERY PLAN                      
 -----------------------------------------------------
  Seq Scan on stats_track_tab (actual rows=0 loops=1)
-(1 row)
+ Planning:
...
test
[12:04:47.576]  87/315 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[12:10:00.747](0.001s) not ok 5 - clusterdb cannot target invalid database: matches
test
[12:14:05.687] 203/310 postgresql:scripts / scripts/011_clusterdb_all                                  ERROR            ...
51/5221 Add roman support for to_number function
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out /tmp/cirrus-ci-build/build/testrun/...
--- /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out	2024-12-11 11:44:15.622871000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_stat_statements/regress/results/level_tracking.out	2024-12-11 11:47:05.9688670...
@@ -914,7 +914,9 @@
                      QUERY PLAN                      
 -----------------------------------------------------
  Seq Scan on stats_track_tab (actual rows=0 loops=1)
-(1 row)
+ Planning:
+   Buffers: shared hit=20
+(3 rows)
 
 SELECT toplevel, calls, query FROM pg_stat_statements
   ORDER BY query COLLATE "C";
@@ -947,7 +949,9 @@
                      QUERY PLAN                      
 -----------------------------------------------------
  Seq Scan on stats_track_tab (actual rows=0 loops=1)
-(1 row)
+ Planning:
...
test
[11:49:26.994]  87/315 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
51/5252 Trim the heap free memory
CompilerWarnings
compiler
[11:38:50.061] postgres.c:2834:47: error: initialization of ‘char *’ from ‘int’ makes pointer from integer without a cas...
compiler
[11:38:50.061] postgres.c:2838:33: error: assignment to ‘char *’ from ‘int’ makes pointer from integer without a cast [-...
compiler
[11:38:50.061] postgres.c:2837:25: error: implicit declaration of function ‘malloc_trim’ [-Werror=implicit-function-decl...
compiler
[11:38:50.061] postgres.c:2834:47: error: implicit declaration of function ‘sbrk’ [-Werror=implicit-function-declaration...
Linux - Debian Bookworm - Autoconf
tap
[11:34:31.038](0.001s) not ok 28 - options --locale-provider=icu --locale=und --lc-*=C: no stderr
Linux - Debian Bookworm - Meson
core
[11:39:16.979] #0  0x00007f8752aaeda4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[11:39:16.979] #1  0x00007f8752a5b239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[11:39:16.979] #2  0x00007f8752b16204 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[11:39:16.979] #3  0x00007f8752b2885c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[11:39:16.979] #0  <unavailable> in ?? ()
tap
[11:36:34.505](0.001s) not ok 28 - options --locale-provider=icu --locale=und --lc-*=C: no stderr
test
[11:38:05.255] 167/315 postgresql:initdb / initdb/001_initdb                                           ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[11:32:18.769] tcop_postgres.c.obj : error LNK2019: unresolved external symbol malloc_trim referenced in function finish...
compiler
[11:32:08.483] ../src/backend/tcop/postgres.c(2834): warning C4047: 'initializing': 'char *' differs in levels of indire...
compiler
[11:32:18.769] tcop_postgres.c.obj : error LNK2019: unresolved external symbol sbrk referenced in function finish_xact_c...
compiler
[11:32:08.483] ../src/backend/tcop/postgres.c(2838): warning C4047: '=': 'char *' differs in levels of indirection from ...
51/5274 Introduce the ability to enable/disable indexes using ALTER INDEX
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out /tmp/cirrus-ci-build/build/testrun/...
--- /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out	2024-12-11 11:07:59.077262000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_stat_statements/regress/results/level_tracking.out	2024-12-11 11:11:08.6301230...
@@ -914,7 +914,9 @@
                      QUERY PLAN                      
 -----------------------------------------------------
  Seq Scan on stats_track_tab (actual rows=0 loops=1)
-(1 row)
+ Planning:
+   Buffers: shared hit=20
+(3 rows)
 
 SELECT toplevel, calls, query FROM pg_stat_statements
   ORDER BY query COLLATE "C";
@@ -947,7 +949,9 @@
                      QUERY PLAN                      
 -----------------------------------------------------
  Seq Scan on stats_track_tab (actual rows=0 loops=1)
-(1 row)
+ Planning:
...
test
[11:13:19.930]  88/315 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
51/5256 Make pg_stat_io view count IOs as bytes instead of blocks
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out /tmp/cirrus-ci-build/build/testrun/...
--- /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out	2024-12-11 10:50:32.135772000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_stat_statements/regress/results/level_tracking.out	2024-12-11 10:53:11.2943210...
@@ -914,7 +914,9 @@
                      QUERY PLAN                      
 -----------------------------------------------------
  Seq Scan on stats_track_tab (actual rows=0 loops=1)
-(1 row)
+ Planning:
+   Buffers: shared hit=20
+(3 rows)
 
 SELECT toplevel, calls, query FROM pg_stat_statements
   ORDER BY query COLLATE "C";
@@ -947,7 +949,9 @@
                      QUERY PLAN                      
 -----------------------------------------------------
  Seq Scan on stats_track_tab (actual rows=0 loops=1)
-(1 row)
+ Planning:
...
test
[10:55:30.591]  87/315 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
51/5346 Count and log pages set all frozen by vacuum
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out /tmp/cirrus-ci-build/build/testrun/...
--- /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out	2024-12-11 10:33:22.704102000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_stat_statements/regress/results/level_tracking.out	2024-12-11 10:35:39.3300500...
@@ -914,7 +914,9 @@
                      QUERY PLAN                      
 -----------------------------------------------------
  Seq Scan on stats_track_tab (actual rows=0 loops=1)
-(1 row)
+ Planning:
+   Buffers: shared hit=20
+(3 rows)
 
 SELECT toplevel, calls, query FROM pg_stat_statements
   ORDER BY query COLLATE "C";
@@ -947,7 +949,9 @@
                      QUERY PLAN                      
 -----------------------------------------------------
  Seq Scan on stats_track_tab (actual rows=0 loops=1)
-(1 row)
+ Planning:
...
test
[10:37:58.672]  87/315 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
51/5250 Refactor SLRU to always use long file names
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out /tmp/cirrus-ci-build/build/testrun/...
--- /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out	2024-12-11 10:16:58.676362000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_stat_statements/regress/results/level_tracking.out	2024-12-11 10:19:48.4519420...
@@ -914,7 +914,9 @@
                      QUERY PLAN                      
 -----------------------------------------------------
  Seq Scan on stats_track_tab (actual rows=0 loops=1)
-(1 row)
+ Planning:
+   Buffers: shared hit=20
+(3 rows)
 
 SELECT toplevel, calls, query FROM pg_stat_statements
   ORDER BY query COLLATE "C";
@@ -947,7 +949,9 @@
                      QUERY PLAN                      
 -----------------------------------------------------
  Seq Scan on stats_track_tab (actual rows=0 loops=1)
-(1 row)
+ Planning:
...
test
[10:22:03.090]  86/315 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
51/5118 SendProcSignal(), SetLatch() → SendInterrupt()
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out /tmp/cirrus-ci-build/build/testrun/...
--- /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out	2024-12-11 09:47:32.973637000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_stat_statements/regress/results/level_tracking.out	2024-12-11 09:50:50.0638390...
@@ -914,7 +914,9 @@
                      QUERY PLAN                      
 -----------------------------------------------------
  Seq Scan on stats_track_tab (actual rows=0 loops=1)
-(1 row)
+ Planning:
+   Buffers: shared hit=20
+(3 rows)
 
 SELECT toplevel, calls, query FROM pg_stat_statements
   ORDER BY query COLLATE "C";
@@ -947,7 +949,9 @@
                      QUERY PLAN                      
 -----------------------------------------------------
  Seq Scan on stats_track_tab (actual rows=0 loops=1)
-(1 row)
+ Planning:
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/select_into.out /tmp/cirrus-ci-build/build/testrun/regress/regre...
--- /tmp/cirrus-ci-build/src/test/regress/expected/select_into.out	2024-12-11 09:47:34.561131000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/select_into.out	2024-12-11 09:49:37.476201000 +0000
@@ -57,7 +57,9 @@
 --------------------------------------
  ProjectSet (actual rows=3 loops=1)
    ->  Result (actual rows=1 loops=1)
-(2 rows)
+ Planning:
+   Buffers: shared hit=10
+(4 rows)
 
 -- EXECUTE and WITH NO DATA, passes.
 CREATE TABLE selinto_schema.tbl_nodata3 (a) AS
test
[09:53:03.771]  15/315 postgresql:regress / regress/regress                                            ERROR            ...
[09:53:03.771]  87/315 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/select_into.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg...
--- /Users/admin/pgsql/src/test/regress/expected/select_into.out	2024-12-11 09:47:13
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/select_into.out	2024-12-11 09:49:40
@@ -57,7 +57,9 @@
 --------------------------------------
  ProjectSet (actual rows=3 loops=1)
    ->  Result (actual rows=1 loops=1)
-(2 rows)
+ Planning:
+   Buffers: shared hit=3
+(4 rows)
 
 -- EXECUTE and WITH NO DATA, passes.
 CREATE TABLE selinto_schema.tbl_nodata3 (a) AS
tap
[09:50:07.346](42.230s) not ok 5 - regression tests pass
test
[09:52:43.945]  44/315 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
51/5288 Refactor bytea_sortsupport()
FreeBSD - 13 - Meson
tap
[04:14:35.822](0.024s) not ok 23 - connect : matches
test
[04:15:27.236] 245/315 postgresql:postmaster / postmaster/002_start_stop                               ERROR            ...
macOS - Sonoma - Meson
core
[04:18:31.899]   * frame #0: 0x0000000100c60b70 dyld`_dyld_start
tap
[04:14:34.413](0.000s) not ok 463 - test --exit-on-abort stderr /(?^:division by zero)/
[04:14:34.413](0.000s) not ok 464 - test --exit-on-abort stderr /(?^:Run was aborted due to an error in thread)/
test
[04:15:22.988] 223/315 postgresql:pgbench / pgbench/001_pgbench_with_server                            ERROR            ...
51/5153 Prohibit to use EphemeralNamedRelation in materialized views
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_p...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-12-10 20:05:11.066252000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/triggers.out	2024-12-10 20:06:09.331711000...
@@ -3737,7 +3737,7 @@
 referencing new table as new_table
 for each statement execute function make_matview();
 insert into my_table values (42);
-ERROR:  transition tables cannot be used in rule
+ERROR:  transition table cannot be used in rule
 CONTEXT:  SQL statement "create materialized view mv as select * from new_table"
 PL/pgSQL function make_matview() line 1 at SQL statement
 drop table my_table;
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/build/testrun/recovery/027_str...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-12-10 20:05:11.066252000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/triggers.out	2024-12-10 20:06:48.9198010...
@@ -3737,7 +3737,7 @@
 referencing new table as new_table
 for each statement execute function make_matview();
 insert into my_table values (42);
-ERROR:  transition tables cannot be used in rule
+ERROR:  transition table cannot be used in rule
 CONTEXT:  SQL statement "create materialized view mv as select * from new_table"
 PL/pgSQL function make_matview() line 1 at SQL statement
 drop table my_table;
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/build/testrun/regress/regress/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-12-10 20:05:11.066252000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/triggers.out	2024-12-10 20:06:05.034799000 +0000
@@ -3737,7 +3737,7 @@
 referencing new table as new_table
 for each statement execute function make_matview();
 insert into my_table values (42);
-ERROR:  transition tables cannot be used in rule
+ERROR:  transition table cannot be used in rule
 CONTEXT:  SQL statement "create materialized view mv as select * from new_table"
 PL/pgSQL function make_matview() line 1 at SQL statement
 drop table my_table;
tap
[20:06:58.250](67.090s) not ok 5 - regression tests pass
tap
[20:07:45.226](78.120s) not ok 2 - regression tests pass
test
[20:09:37.105]  13/315 postgresql:regress / regress/regress                                            ERROR            ...
[20:09:37.105] 102/315 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[20:09:37.105] 159/315 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-12-10 20:05:11.717706856 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/triggers.out	2024-12-10 20:09:00.721034124 +0000
@@ -3737,7 +3737,7 @@
 referencing new table as new_table
 for each statement execute function make_matview();
 insert into my_table values (42);
-ERROR:  transition tables cannot be used in rule
+ERROR:  transition table cannot be used in rule
 CONTEXT:  SQL statement "create materialized view mv as select * from new_table"
 PL/pgSQL function make_matview() line 1 at SQL statement
 drop table my_table;
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/src/test/recovery/tmp_check/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-12-10 20:05:11.717706856 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/triggers.out	2024-12-10 20:11:20.928788087 +0000
@@ -3737,7 +3737,7 @@
 referencing new table as new_table
 for each statement execute function make_matview();
 insert into my_table values (42);
-ERROR:  transition tables cannot be used in rule
+ERROR:  transition table cannot be used in rule
 CONTEXT:  SQL statement "create materialized view mv as select * from new_table"
 PL/pgSQL function make_matview() line 1 at SQL statement
 drop table my_table;
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/src/test/regress/results/trigg...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-12-10 20:05:11.717706856 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/triggers.out	2024-12-10 20:06:52.929193043 +0000
@@ -3737,7 +3737,7 @@
 referencing new table as new_table
 for each statement execute function make_matview();
 insert into my_table values (42);
-ERROR:  transition tables cannot be used in rule
+ERROR:  transition table cannot be used in rule
 CONTEXT:  SQL statement "create materialized view mv as select * from new_table"
 PL/pgSQL function make_matview() line 1 at SQL statement
 drop table my_table;
tap
[20:10:31.206](113.916s) not ok 5 - regression tests pass
tap
[20:12:07.746](60.322s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Meson
core
[20:10:53.952] #0  0x00007ff8b7f12a50 in ?? ()
[20:10:53.952] #1  0x0000000000000003 in ?? ()
[20:10:53.952] #2  0x00007ffe5e1dc3ce in ?? ()
[20:10:53.952] #3  0x00007ffe5e1dc3d1 in ?? ()
[20:10:53.952] #4  0x00007ffe5e1dc451 in ?? ()
[20:10:53.952] #5  0x0000000000000000 in ?? ()
[20:10:54.066] #0  0x00007fb82e1dbda4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
core
[20:10:54.074] #0  0x00007fb82e1dbda4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[20:10:54.074] #1  0x00007fb82e188239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[20:10:54.074] #2  0x00007fb82e188497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[20:10:54.074] #3  0x0000564038faa5c1 in ?? ()
[20:10:54.074] #4  0x0000564038fa4369 in ?? ()
[20:10:54.074] #5  0x0000564038fa320f in ?? ()
[20:10:54.074] #6  0x0000564038fa3c3b in ?? ()
[20:10:54.074] #7  0x0000564038fa166f in ?? ()
[20:10:54.074] #8  0x00007fb82e17324a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[20:10:54.074] #9  0x00007fb82e173305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_p...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-12-10 20:05:10.104216905 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/triggers.out	2024-12-10 20:06:38.838155097...
@@ -3737,7 +3737,7 @@
 referencing new table as new_table
 for each statement execute function make_matview();
 insert into my_table values (42);
-ERROR:  transition tables cannot be used in rule
+ERROR:  transition table cannot be used in rule
 CONTEXT:  SQL statement "create materialized view mv as select * from new_table"
 PL/pgSQL function make_matview() line 1 at SQL statement
 drop table my_table;
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/build/testrun/recovery/027_str...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-12-10 20:05:10.104216905 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/triggers.out	2024-12-10 20:07:17.2697735...
@@ -3737,7 +3737,7 @@
 referencing new table as new_table
 for each statement execute function make_matview();
 insert into my_table values (42);
-ERROR:  transition tables cannot be used in rule
+ERROR:  transition table cannot be used in rule
 CONTEXT:  SQL statement "create materialized view mv as select * from new_table"
 PL/pgSQL function make_matview() line 1 at SQL statement
 drop table my_table;
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/build/testrun/regress/regress/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-12-10 20:05:10.104216905 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/triggers.out	2024-12-10 20:06:35.862269738 +0000
@@ -3737,7 +3737,7 @@
 referencing new table as new_table
 for each statement execute function make_matview();
 insert into my_table values (42);
-ERROR:  transition tables cannot be used in rule
+ERROR:  transition table cannot be used in rule
 CONTEXT:  SQL statement "create materialized view mv as select * from new_table"
 PL/pgSQL function make_matview() line 1 at SQL statement
 drop table my_table;
tap
[20:07:37.068](72.369s) not ok 5 - regression tests pass
tap
[20:08:09.521](72.516s) not ok 2 - regression tests pass
test
[20:09:49.231]  13/315 postgresql:regress / regress/regress                                            ERROR            ...
[20:09:49.231] 134/315 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[20:09:49.231] 154/315 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/triggers.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_up...
--- /Users/admin/pgsql/src/test/regress/expected/triggers.out	2024-12-10 20:04:12
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/triggers.out	2024-12-10 20:05:40
@@ -3737,7 +3737,7 @@
 referencing new table as new_table
 for each statement execute function make_matview();
 insert into my_table values (42);
-ERROR:  transition tables cannot be used in rule
+ERROR:  transition table cannot be used in rule
 CONTEXT:  SQL statement "create materialized view mv as select * from new_table"
 PL/pgSQL function make_matview() line 1 at SQL statement
 drop table my_table;
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/triggers.out /Users/admin/pgsql/build/testrun/recovery/027_stream_...
--- /Users/admin/pgsql/src/test/regress/expected/triggers.out	2024-12-10 20:04:12
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/triggers.out	2024-12-10 20:06:27
@@ -3737,7 +3737,7 @@
 referencing new table as new_table
 for each statement execute function make_matview();
 insert into my_table values (42);
-ERROR:  transition tables cannot be used in rule
+ERROR:  transition table cannot be used in rule
 CONTEXT:  SQL statement "create materialized view mv as select * from new_table"
 PL/pgSQL function make_matview() line 1 at SQL statement
 drop table my_table;
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/triggers.out /Users/admin/pgsql/build/testrun/regress/regress/resu...
--- /Users/admin/pgsql/src/test/regress/expected/triggers.out	2024-12-10 20:04:12
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/triggers.out	2024-12-10 20:05:38
@@ -3737,7 +3737,7 @@
 referencing new table as new_table
 for each statement execute function make_matview();
 insert into my_table values (42);
-ERROR:  transition tables cannot be used in rule
+ERROR:  transition table cannot be used in rule
 CONTEXT:  SQL statement "create materialized view mv as select * from new_table"
 PL/pgSQL function make_matview() line 1 at SQL statement
 drop table my_table;
tap
[20:06:11.985](45.181s) not ok 5 - regression tests pass
tap
[20:07:11.362](60.038s) not ok 2 - regression tests pass
test
[20:09:07.993]  28/315 postgresql:regress / regress/regress                                            ERROR            ...
[20:09:07.993]  46/315 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[20:09:07.993] 152/315 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/triggers.out C:/cirrus/build/testrun/pg_upgrade/002_pg_...
--- C:/cirrus/src/test/regress/expected/triggers.out	2024-12-10 20:05:22.546082000 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/triggers.out	2024-12-10 20:07:51.305176200 +0000
@@ -3737,7 +3737,7 @@
 referencing new table as new_table
 for each statement execute function make_matview();
 insert into my_table values (42);
-ERROR:  transition tables cannot be used in rule
+ERROR:  transition table cannot be used in rule
 CONTEXT:  SQL statement "create materialized view mv as select * from new_table"
 PL/pgSQL function make_matview() line 1 at SQL statement
 drop table my_table;
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/triggers.out C:/cirrus/build/testrun/recovery/027_strea...
--- C:/cirrus/src/test/regress/expected/triggers.out	2024-12-10 20:05:22.546082000 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/triggers.out	2024-12-10 20:09:56.958656100 +0000
@@ -3737,7 +3737,7 @@
 referencing new table as new_table
 for each statement execute function make_matview();
 insert into my_table values (42);
-ERROR:  transition tables cannot be used in rule
+ERROR:  transition table cannot be used in rule
 CONTEXT:  SQL statement "create materialized view mv as select * from new_table"
 PL/pgSQL function make_matview() line 1 at SQL statement
 drop table my_table;
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/triggers.out C:/cirrus/build/testrun/regress/regress/re...
--- C:/cirrus/src/test/regress/expected/triggers.out	2024-12-10 20:05:22.546082000 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/triggers.out	2024-12-10 20:07:37.806532800 +0000
@@ -3737,7 +3737,7 @@
 referencing new table as new_table
 for each statement execute function make_matview();
 insert into my_table values (42);
-ERROR:  transition tables cannot be used in rule
+ERROR:  transition table cannot be used in rule
 CONTEXT:  SQL statement "create materialized view mv as select * from new_table"
 PL/pgSQL function make_matview() line 1 at SQL statement
 drop table my_table;
tap
[20:09:17.010](113.233s) not ok 5 - regression tests pass
tap
[20:11:26.953](120.356s) not ok 2 - regression tests pass
test
[20:19:25.825]   6/310 postgresql:regress / regress/regress                                            ERROR           1...
[20:19:25.825]  38/310 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[20:19:25.825]  88/310 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5432 URL extension with Unicode and setter-functions support
Linux - Debian Bookworm - Meson
core
[17:35:55.254] #0  0x00007fed399e9a50 in ?? ()
[17:35:55.254] #1  0x0000000000000003 in ?? ()
[17:35:55.254] #2  0x00007ffe3bb6844d in ?? ()
[17:35:55.254] #3  0x00007ffe3bb68450 in ?? ()
[17:35:55.254] #4  0x00007ffe3bb68453 in ?? ()
[17:35:55.254] #5  0x0000000000000000 in ?? ()
[17:35:55.691] #0  0x00007fc160ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[17:35:56.708] #0  0x00007fc160ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[17:35:56.708] #1  0x00007fc160c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[17:35:56.708] #2  0x00007fc160c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[17:35:56.708] #3  0x00007fc160e1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[17:35:56.708] #4  0x00007fc160e2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[17:35:56.708] #5  0x00007fc160e0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x7fc15526f7a0,...
[17:35:56.708] #6  0x00007fc15524e248 in url_pack_path (path=path@entry=0x562cb8deeef8, data=<optimized out>) at ../cont...
[17:35:56.708] #7  0x00007fc15524e388 in url_pack (url=url@entry=0x562cb8deeea0) at ../contrib/url/url.c:658
[17:35:56.708] #8  0x00007fc15524e51c in url_new (data=0x562cb8cfb528 "https://root:qwerty@example.com:8080/path/to/home...
[17:35:56.708] #9  0x00007fc15524f154 in url_in (fcinfo=<optimized out>) at ../src/include/postgres.h:314
regress
diff -U3 /tmp/cirrus-ci-build/contrib/url/expected/url_1.out /tmp/cirrus-ci-build/build/testrun/url/regress/results/url....
--- /tmp/cirrus-ci-build/contrib/url/expected/url_1.out	2024-12-10 17:29:41.049550927 +0000
+++ /tmp/cirrus-ci-build/build/testrun/url/regress/results/url.out	2024-12-10 17:32:39.357199228 +0000
@@ -7,3 +7,17 @@
   AS skip_test \gset
 \if :skip_test
   \quit
+\endif
+SELECT getdatabaseencoding(); -- label the results files
+ getdatabaseencoding 
+---------------------
+ UTF8
+(1 row)
+
+CREATE EXTENSION url;
+-- Getters
+select ('https://root:qwerty@example.com:8080/path/to/home?abc=xyz#anchor'::url).scheme; -- OK, https
+server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
...
test
[17:34:43.736]  97/316 postgresql:url / url/regress                                                    ERROR            ...
51/5430 Lock tuple for dependecy change in REASSIGN OWNED.
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/dependency.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002...
--- /tmp/cirrus-ci-build/src/test/regress/expected/dependency.out	2024-12-10 16:34:56.630722000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/dependency.out	2024-12-10 16:37:09.9914780...
@@ -115,6 +115,7 @@
 
 RESET SESSION AUTHORIZATION;
 CREATE DATABASE regressdeptestdb1 OWNER regress_dep_user1;
+WARNING:  databases created by regression test cases should have names including "regression"
 REASSIGN OWNED BY regress_dep_user1 TO regress_dep_user2;
 \dt deptest
               List of relations
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/dependency.out /tmp/cirrus-ci-build/build/testrun/recovery/027_s...
--- /tmp/cirrus-ci-build/src/test/regress/expected/dependency.out	2024-12-10 16:34:56.630722000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/dependency.out	2024-12-10 16:37:54.20975...
@@ -115,6 +115,7 @@
 
 RESET SESSION AUTHORIZATION;
 CREATE DATABASE regressdeptestdb1 OWNER regress_dep_user1;
+WARNING:  databases created by regression test cases should have names including "regression"
 REASSIGN OWNED BY regress_dep_user1 TO regress_dep_user2;
 \dt deptest
               List of relations
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/dependency.out /tmp/cirrus-ci-build/build/testrun/regress/regres...
--- /tmp/cirrus-ci-build/src/test/regress/expected/dependency.out	2024-12-10 16:34:56.630722000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/dependency.out	2024-12-10 16:37:07.480338000 +0000
@@ -115,6 +115,7 @@
 
 RESET SESSION AUTHORIZATION;
 CREATE DATABASE regressdeptestdb1 OWNER regress_dep_user1;
+WARNING:  databases created by regression test cases should have names including "regression"
 REASSIGN OWNED BY regress_dep_user1 TO regress_dep_user2;
 \dt deptest
               List of relations
tap
[16:37:38.952](68.124s) not ok 5 - regression tests pass
tap
[16:38:22.546](76.388s) not ok 2 - regression tests pass
test
[16:40:18.802]  42/315 postgresql:regress / regress/regress                                            ERROR            ...
[16:40:18.802]  94/315 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[16:40:18.802] 153/315 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
51/4390 add not_before and not_after timestamps to sslinfo extension and pg_stat_ssl
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[15:47:23.958] ../src/backend/libpq/be-secure-openssl.c(1575): warning C4024: 'ASN1_TIME_to_timestamptz': different type...
compiler
[15:47:40.461] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notAfter referenced in...
compiler
[15:47:40.397] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notBefore referenced i...
compiler
[15:47:23.958] ../src/backend/libpq/be-secure-openssl.c(1575): warning C4047: 'function': 'ASN1_TIME *' differs in level...
compiler
[15:47:23.958] ../src/backend/libpq/be-secure-openssl.c(1566): warning C4024: 'ASN1_TIME_to_timestamptz': different type...
compiler
[15:47:23.956] ../src/backend/libpq/be-secure-openssl.c(1566): warning C4047: 'function': 'ASN1_TIME *' differs in level...
51/5242 Fix RelationTruncate() corruption
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[12:16:05.113] ../src/backend/storage/smgr/smgr.c(732): warning C4098: 'smgrtruncate': 'void' function returning a value
51/4929 apply_scanjoin_target_to_paths and partitionwise join
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-12-10 09:12:33.331951000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_join.out	2024-12-10 09:14:33.375...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/recovery/0...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-12-10 09:12:33.331951000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/partition_join.out	2024-12-10 09:15:24.3...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/regress/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-12-10 09:12:33.331951000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/partition_join.out	2024-12-10 09:14:31.168044000 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[09:14:38.465](67.525s) not ok 5 - regression tests pass
tap
[09:15:28.807](81.570s) not ok 2 - regression tests pass
test
[09:17:21.889]  42/314 postgresql:regress / regress/regress                                            ERROR            ...
[09:17:21.889]  83/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[09:17:21.889] 157/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_c...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-12-10 09:12:29.820845769 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/partition_join.out	2024-12-10 09:18:50.252118757 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/src/test/recovery/tmp_ch...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-12-10 09:12:29.820845769 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/partition_join.out	2024-12-10 09:20:39.733110245 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/src/test/regress/results...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-12-10 09:12:29.820845769 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/partition_join.out	2024-12-10 09:16:44.227049731 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[09:18:54.268](111.754s) not ok 5 - regression tests pass
tap
[09:20:43.464](60.000s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Meson
core
[09:19:39.767] #0  0x00007f3edcf26a50 in ?? ()
[09:19:39.767] #1  0x0000000000000003 in ?? ()
[09:19:39.767] #2  0x00007ffe3f17c3c8 in ?? ()
[09:19:39.767] #3  0x00007ffe3f17c3cb in ?? ()
[09:19:39.767] #4  0x00007ffe3f17c3ce in ?? ()
[09:19:39.767] #5  0x0000000000000000 in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-12-10 09:12:28.413891329 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_join.out	2024-12-10 09:16:18.887...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/recovery/0...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-12-10 09:12:28.413891329 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/partition_join.out	2024-12-10 09:16:53.4...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/regress/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-12-10 09:12:28.413891329 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/partition_join.out	2024-12-10 09:16:15.247830774 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[09:16:22.452](75.617s) not ok 5 - regression tests pass
tap
[09:16:57.655](77.873s) not ok 2 - regression tests pass
test
[09:18:37.223]  45/314 postgresql:regress / regress/regress                                            ERROR            ...
[09:18:37.223] 136/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[09:18:37.223] 156/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
macOS - Sonoma - Meson
core
[09:20:41.064]   * frame #0: 0x00000001051a6c3c dyld`__shared_region_check_np + 8
[09:20:41.064]     frame #1: 0x0000000105160cf4 dyld`dyld4::SyscallDelegate::hasExistingDyldCache(unsigned long long&, u...
[09:20:41.064]     frame #2: 0x000000010513dbf0 dyld`start + 1096
core
[09:20:23.682]   * frame #0: 0x00000001875cbd24 dyld`stat64 + 8
[09:20:23.682]     frame #1: 0x000000018762ec30 dyld`stat_with_subsystem + 56
[09:20:23.682]     frame #2: 0x0000000187619c44 dyld`dyld3::stat(char const*, stat*) + 28
[09:20:23.682]     frame #3: 0x00000001875f22fc dyld`dyld4::SyscallDelegate::fileExists(char const*, dyld4::FileID*, int...
[09:20:23.682]     frame #4: 0x00000001875f012c dyld`invocation function for block in dyld4::PrebuiltLoader::invalidateI...
[09:20:23.682]     frame #5: 0x00000001875d5fdc dyld`invocation function for block in dyld4::ProcessConfig::PathOverride...
[09:20:23.682]     frame #6: 0x00000001875d5160 dyld`dyld4::ProcessConfig::PathOverrides::forEachInColonList(char const*...
[09:20:23.682]     frame #7: 0x00000001875d1c6c dyld`dyld4::ProcessConfig::PathOverrides::forEachPathVariant(char const*...
[09:20:23.682]     frame #8: 0x00000001875efed0 dyld`dyld4::PrebuiltLoader::invalidateInIsolation(dyld4::RuntimeState co...
[09:20:23.682]     frame #9: 0x00000001875efbdc dyld`dyld4::PrebuiltLoader::isValid(dyld4::RuntimeState const&) const + ...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/partition_join.out /Users/admin/pgsql/build/testrun/pg_upgrade/002...
--- /Users/admin/pgsql/src/test/regress/expected/partition_join.out	2024-12-10 09:12:12
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_join.out	2024-12-10 09:14:19
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/partition_join.out /Users/admin/pgsql/build/testrun/recovery/027_s...
--- /Users/admin/pgsql/src/test/regress/expected/partition_join.out	2024-12-10 09:12:12
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/partition_join.out	2024-12-10 09:15:24
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/partition_join.out /Users/admin/pgsql/build/testrun/regress/regres...
--- /Users/admin/pgsql/src/test/regress/expected/partition_join.out	2024-12-10 09:12:12
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/partition_join.out	2024-12-10 09:14:22
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[09:14:22.315](42.362s) not ok 5 - regression tests pass
tap
[09:15:27.380](64.566s) not ok 2 - regression tests pass
test
[09:17:22.158]  29/314 postgresql:regress / regress/regress                                            ERROR            ...
[09:17:22.158]  44/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[09:17:22.158] 138/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/partition_join.out C:/cirrus/build/testrun/pg_upgrade/0...
--- C:/cirrus/src/test/regress/expected/partition_join.out	2024-12-10 09:12:48.314156300 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_join.out	2024-12-10 09:16:39.447060500 +000...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/partition_join.out C:/cirrus/build/testrun/recovery/027...
--- C:/cirrus/src/test/regress/expected/partition_join.out	2024-12-10 09:12:48.314156300 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/partition_join.out	2024-12-10 09:18:49.687341300 +0...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/partition_join.out C:/cirrus/build/testrun/regress/regr...
--- C:/cirrus/src/test/regress/expected/partition_join.out	2024-12-10 09:12:48.314156300 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/partition_join.out	2024-12-10 09:16:32.272748600 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[09:16:49.385](119.489s) not ok 5 - regression tests pass
tap
[09:19:00.932](122.456s) not ok 2 - regression tests pass
test
[09:26:57.862]  21/309 postgresql:regress / regress/regress                                            ERROR           1...
[09:26:57.862]  37/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[09:26:57.862]  87/309 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/4237 Add XMLCanonicalize function
FreeBSD - 13 - Meson
tap
[08:58:57.343](0.000s) not ok 23 - connect : matches
test
[08:59:47.494] 246/314 postgresql:postmaster / postmaster/002_start_stop                               ERROR            ...
51/4720 "unexpected duplicate for tablespace" problem in logical replication
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/00...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-12-10 06:51:02.447325000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_table.out	2024-12-10 06:52:38.639228...
@@ -3481,9 +3481,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39471 |            |             0 |       39471 | pktable_pkey
+ 39467 |            |             0 |       39467 | pktable
+ 39474 |            |             0 |       39474 | fktable
+ 40083 |            |             0 |       40090 | foo
+ 40094 |            |             0 |       40094 | pg_toast_40083_index
+ 40093 |            |             0 |       40093 | pg_toast_40083
+ 40319 |            |             0 |       40319 | old_oids
+ 40346 |            |             0 |       40346 | pg_toast_40343
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/recovery/027_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-12-10 06:51:02.447325000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/alter_table.out	2024-12-10 06:53:28.8222...
@@ -3481,9 +3481,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39563 |            |             0 |       39563 | pktable_pkey
+ 39559 |            |             0 |       39559 | pktable
+ 39565 |            |             0 |       39565 | fktable
+ 40069 |            |             0 |       40074 | foo
+ 40078 |            |             0 |       40078 | pg_toast_40069_index
+ 40077 |            |             0 |       40077 | pg_toast_40069
+ 40325 |            |             0 |       40325 | old_oids
+ 40344 |            |             0 |       40344 | pg_toast_40341
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/regress/regre...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-12-10 06:51:02.447325000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/alter_table.out	2024-12-10 06:52:39.297927000 +0000
@@ -3481,9 +3481,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39428 |            |             0 |       39428 | pktable_pkey
+ 39424 |            |             0 |       39424 | pktable
+ 39430 |            |             0 |       39430 | fktable
+ 40103 |            |             0 |       40110 | foo
+ 40114 |            |             0 |       40114 | pg_toast_40103_index
+ 40113 |            |             0 |       40113 | pg_toast_40103
+ 40329 |            |             0 |       40329 | old_oids
+ 40359 |            |             0 |       40359 | pg_toast_40356
...
tap
[06:52:47.861](63.149s) not ok 5 - regression tests pass
tap
[06:53:37.772](75.393s) not ok 2 - regression tests pass
test
[06:55:27.894]  40/314 postgresql:regress / regress/regress                                            ERROR            ...
[06:55:27.894]  84/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[06:55:27.894] 158/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
core
[07:00:35.180] #0  <unavailable> in ?? ()
core
[07:00:35.180] #0  0x00007f7ea04e6da4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[07:00:35.180] #1  0x00007f7ea0493239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[07:00:35.180] #2  0x00007f7ea0493497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[07:00:35.180] #3  0x00005606cc0e25f3 in ?? ()
[07:00:35.180] #4  0x00005606cc0dc369 in ?? ()
[07:00:35.180] #5  0x00005606cc0db20f in ?? ()
[07:00:35.180] #6  0x00005606cc0dbc3b in ?? ()
[07:00:35.180] #7  0x00005606cc0d966f in ?? ()
[07:00:35.180] #8  0x00007f7ea047e24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:00:35.180] #9  0x00007f7ea047e305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[07:00:35.295] #0  0x00007f7ea04e6da4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[07:00:35.295] #1  0x00007f7ea0493239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[07:00:35.295] #2  0x00007f7ea0493497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[07:00:35.295] #3  0x00005606cc0e25c1 in ?? ()
[07:00:35.295] #4  0x00005606cc0dc369 in ?? ()
[07:00:35.295] #5  0x00005606cc0db20f in ?? ()
[07:00:35.295] #6  0x00005606cc0dbc3b in ?? ()
[07:00:35.295] #7  0x00005606cc0d966f in ?? ()
[07:00:35.295] #8  0x00007f7ea047e24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:00:35.295] #9  0x00007f7ea047e305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_chec...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-12-10 06:51:02.794243223 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/alter_table.out	2024-12-10 06:56:58.404950574 +0000
@@ -3481,9 +3481,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39777 |            |             0 |       39777 | pktable_pkey
+ 39773 |            |             0 |       39773 | pktable
+ 39780 |            |             0 |       39780 | fktable
+ 40247 |            |             0 |       40262 | foo
+ 40266 |            |             0 |       40266 | pg_toast_40247_index
+ 40265 |            |             0 |       40265 | pg_toast_40247
+ 40530 |            |             0 |       40530 | old_oids
+ 40556 |            |             0 |       40556 | pg_toast_40553
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/src/test/recovery/tmp_check...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-12-10 06:51:02.794243223 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/alter_table.out	2024-12-10 06:58:00.138030638 +0000
@@ -3481,9 +3481,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39682 |            |             0 |       39682 | pktable_pkey
+ 39678 |            |             0 |       39678 | pktable
+ 39685 |            |             0 |       39685 | fktable
+ 40195 |            |             0 |       40208 | foo
+ 40212 |            |             0 |       40212 | pg_toast_40195_index
+ 40211 |            |             0 |       40211 | pg_toast_40195
+ 40441 |            |             0 |       40441 | old_oids
+ 40458 |            |             0 |       40458 | pg_toast_40455
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/src/test/regress/results/al...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-12-10 06:51:02.794243223 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/alter_table.out	2024-12-10 06:54:08.732811158 +0000
@@ -3481,9 +3481,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39758 |            |             0 |       39758 | pktable_pkey
+ 39754 |            |             0 |       39754 | pktable
+ 39761 |            |             0 |       39761 | fktable
+ 40238 |            |             0 |       40243 | foo
+ 40247 |            |             0 |       40247 | pg_toast_40238_index
+ 40246 |            |             0 |       40246 | pg_toast_40238
+ 40518 |            |             0 |       40518 | old_oids
+ 40537 |            |             0 |       40537 | pg_toast_40534
...
tap
[06:57:07.453](102.641s) not ok 5 - regression tests pass
tap
[06:58:08.068](66.999s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/00...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-12-10 06:51:02.672311302 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_table.out	2024-12-10 06:53:20.091835...
@@ -3481,9 +3481,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39567 |            |             0 |       39567 | pktable_pkey
+ 39563 |            |             0 |       39563 | pktable
+ 39584 |            |             0 |       39584 | fktable
+ 40090 |            |             0 |       40095 | foo
+ 40099 |            |             0 |       40099 | pg_toast_40090_index
+ 40098 |            |             0 |       40098 | pg_toast_40090
+ 40323 |            |             0 |       40323 | old_oids
+ 40342 |            |             0 |       40342 | pg_toast_40339
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/recovery/027_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-12-10 06:51:02.672311302 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/alter_table.out	2024-12-10 06:53:52.2918...
@@ -3481,9 +3481,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39516 |            |             0 |       39516 | pktable_pkey
+ 39512 |            |             0 |       39512 | pktable
+ 39518 |            |             0 |       39518 | fktable
+ 39987 |            |             0 |       39992 | foo
+ 39996 |            |             0 |       39996 | pg_toast_39987_index
+ 39995 |            |             0 |       39995 | pg_toast_39987
+ 40226 |            |             0 |       40226 | old_oids
+ 40243 |            |             0 |       40243 | pg_toast_40240
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/regress/regre...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-12-10 06:51:02.672311302 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/alter_table.out	2024-12-10 06:53:09.431837414 +0000
@@ -3481,9 +3481,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39585 |            |             0 |       39585 | pktable_pkey
+ 39581 |            |             0 |       39581 | pktable
+ 39587 |            |             0 |       39587 | fktable
+ 40074 |            |             0 |       40079 | foo
+ 40083 |            |             0 |       40083 | pg_toast_40074_index
+ 40082 |            |             0 |       40082 | pg_toast_40074
+ 40307 |            |             0 |       40307 | old_oids
+ 40324 |            |             0 |       40324 | pg_toast_40321
...
tap
[06:53:26.730](70.805s) not ok 5 - regression tests pass
tap
[06:53:59.510](71.177s) not ok 2 - regression tests pass
test
[06:55:35.062]  42/314 postgresql:regress / regress/regress                                            ERROR            ...
[06:55:35.062] 134/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[06:55:35.062] 155/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/alter_table.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg...
--- /Users/admin/pgsql/src/test/regress/expected/alter_table.out	2024-12-10 06:50:11
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_table.out	2024-12-10 06:52:06
@@ -3481,9 +3481,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39642 |            |             0 |       39642 | pktable_pkey
+ 39638 |            |             0 |       39638 | pktable
+ 39644 |            |             0 |       39644 | fktable
+ 40128 |            |             0 |       40133 | foo
+ 40137 |            |             0 |       40137 | pg_toast_40128_index
+ 40136 |            |             0 |       40136 | pg_toast_40128
+ 40335 |            |             0 |       40335 | old_oids
+ 40352 |            |             0 |       40352 | pg_toast_40349
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/alter_table.out /Users/admin/pgsql/build/testrun/recovery/027_stre...
--- /Users/admin/pgsql/src/test/regress/expected/alter_table.out	2024-12-10 06:50:11
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/alter_table.out	2024-12-10 06:53:05
@@ -3481,9 +3481,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39375 |            |             0 |       39375 | pktable_pkey
+ 39371 |            |             0 |       39371 | pktable
+ 39377 |            |             0 |       39377 | fktable
+ 40005 |            |             0 |       40010 | foo
+ 40014 |            |             0 |       40014 | pg_toast_40005_index
+ 40013 |            |             0 |       40013 | pg_toast_40005
+ 40269 |            |             0 |       40269 | old_oids
+ 40286 |            |             0 |       40286 | pg_toast_40283
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/alter_table.out /Users/admin/pgsql/build/testrun/regress/regress/r...
--- /Users/admin/pgsql/src/test/regress/expected/alter_table.out	2024-12-10 06:50:11
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/alter_table.out	2024-12-10 06:52:10
@@ -3481,9 +3481,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39649 |            |             0 |       39649 | pktable_pkey
+ 39645 |            |             0 |       39645 | pktable
+ 39651 |            |             0 |       39651 | fktable
+ 40101 |            |             0 |       40109 | foo
+ 40113 |            |             0 |       40113 | pg_toast_40101_index
+ 40112 |            |             0 |       40112 | pg_toast_40101
+ 40393 |            |             0 |       40393 | old_oids
+ 40410 |            |             0 |       40410 | pg_toast_40407
...
tap
[06:52:12.604](39.422s) not ok 5 - regression tests pass
tap
[06:53:13.180](58.082s) not ok 2 - regression tests pass
test
[06:55:09.818]  27/314 postgresql:regress / regress/regress                                            ERROR            ...
[06:55:09.818]  45/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[06:55:09.818] 148/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/alter_table.out C:/cirrus/build/testrun/pg_upgrade/002_...
--- C:/cirrus/src/test/regress/expected/alter_table.out	2024-12-10 06:51:15.627038800 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_table.out	2024-12-10 06:54:43.767456300 +0000
@@ -3481,9 +3481,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39084 |            |             0 |       39084 | pktable_pkey
+ 39080 |            |             0 |       39080 | pktable
+ 39087 |            |             0 |       39087 | fktable
+ 39635 |            |             0 |       39640 | foo
+ 39644 |            |             0 |       39644 | pg_toast_39635_index
+ 39643 |            |             0 |       39643 | pg_toast_39635
+ 39875 |            |             0 |       39875 | old_oids
+ 39896 |            |             0 |       39896 | pg_toast_39892
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/alter_table.out C:/cirrus/build/testrun/recovery/027_st...
--- C:/cirrus/src/test/regress/expected/alter_table.out	2024-12-10 06:51:15.627038800 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/alter_table.out	2024-12-10 06:56:42.996991100 +0000
@@ -3481,9 +3481,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 38986 |            |             0 |       38986 | fktable
+ 38983 |            |             0 |       38983 | pktable_pkey
+ 38979 |            |             0 |       38979 | pktable
+ 39657 |            |             0 |       39657 | pg_toast_39647_index
+ 39647 |            |             0 |       39653 | foo
+ 39656 |            |             0 |       39656 | pg_toast_39647
+ 39880 |            |             0 |       39880 | old_oids
+ 39900 |            |             0 |       39900 | pg_toast_39897
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/alter_table.out C:/cirrus/build/testrun/regress/regress...
--- C:/cirrus/src/test/regress/expected/alter_table.out	2024-12-10 06:51:15.627038800 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/alter_table.out	2024-12-10 06:54:27.518430200 +0000
@@ -3481,9 +3481,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 38819 |            |             0 |       38819 | pktable_pkey
+ 38814 |            |             0 |       38814 | pktable
+ 38823 |            |             0 |       38823 | fktable
+ 39627 |            |             0 |       39642 | foo
+ 39646 |            |             0 |       39646 | pg_toast_39627_index
+ 39645 |            |             0 |       39645 | pg_toast_39627
+ 39926 |            |             0 |       39926 | old_oids
+ 39943 |            |             0 |       39943 | pg_toast_39940
...
tap
[06:54:56.826](106.298s) not ok 5 - regression tests pass
tap
[06:56:58.118](109.524s) not ok 2 - regression tests pass
test
[07:04:01.631]  17/309 postgresql:regress / regress/regress                                            ERROR           1...
[07:04:01.631]  38/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[07:04:01.631]  84/309 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5430 Lock tuple for dependecy change in REASSIGN OWNED.
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/dependency.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002...
--- /tmp/cirrus-ci-build/src/test/regress/expected/dependency.out	2024-12-10 06:10:58.694222000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/dependency.out	2024-12-10 06:13:20.4108660...
@@ -115,6 +115,7 @@
 
 RESET SESSION AUTHORIZATION;
 CREATE DATABASE deptestdb1 OWNER regress_dep_user1;
+WARNING:  databases created by regression test cases should have names including "regression"
 REASSIGN OWNED BY regress_dep_user1 TO regress_dep_user2;
 \dt deptest
               List of relations
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/dependency.out /tmp/cirrus-ci-build/build/testrun/recovery/027_s...
--- /tmp/cirrus-ci-build/src/test/regress/expected/dependency.out	2024-12-10 06:10:58.694222000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/dependency.out	2024-12-10 06:14:11.81665...
@@ -115,6 +115,7 @@
 
 RESET SESSION AUTHORIZATION;
 CREATE DATABASE deptestdb1 OWNER regress_dep_user1;
+WARNING:  databases created by regression test cases should have names including "regression"
 REASSIGN OWNED BY regress_dep_user1 TO regress_dep_user2;
 \dt deptest
               List of relations
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/dependency.out /tmp/cirrus-ci-build/build/testrun/regress/regres...
--- /tmp/cirrus-ci-build/src/test/regress/expected/dependency.out	2024-12-10 06:10:58.694222000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/dependency.out	2024-12-10 06:13:19.788078000 +0000
@@ -115,6 +115,7 @@
 
 RESET SESSION AUTHORIZATION;
 CREATE DATABASE deptestdb1 OWNER regress_dep_user1;
+WARNING:  databases created by regression test cases should have names including "regression"
 REASSIGN OWNED BY regress_dep_user1 TO regress_dep_user2;
 \dt deptest
               List of relations
tap
[06:13:48.031](65.796s) not ok 5 - regression tests pass
tap
[06:14:38.997](81.401s) not ok 2 - regression tests pass
test
[06:16:28.719]  42/314 postgresql:regress / regress/regress                                            ERROR            ...
[06:16:28.719]  80/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[06:16:28.719] 158/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
51/5214 SQL:2023 JSON simplified accessor support
FreeBSD - 13 - Meson
core
[05:13:45.084] #0  0x000039d820a1123a in copy_file_range () from /lib/libc.so.7
[05:13:45.084] #1  0x000039cffe9783e0 in ?? ()
[05:13:45.084] #2  0x000039cffe97801e in ?? ()
[05:13:45.084] #3  0x000039cffe9778ad in ?? ()
[05:13:45.084] #4  0x000039cffe97733d in ?? ()
[05:13:45.084] #5  0x000039d8207d2408 in ?? ()
[05:13:45.084] #6  0x0000000000000000 in ?? ()
tap
[05:12:26.908](1.632s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[05:12:37.816] 294/314 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
Linux - Debian Bookworm - Autoconf
tap
[05:13:57.104](0.669s) not ok 1 - no parameters missing from postgresql.conf.sample
Linux - Debian Bookworm - Meson
core
[05:16:07.297] #0  <unavailable> in ?? ()
core
[05:16:07.297] #0  0x00007f4ceaaaeda4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[05:16:07.297] #1  0x00007f4ceaa5b239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[05:16:07.297] #2  0x00007f4ceab16204 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:16:07.297] #3  0x00007f4ceab2885c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:16:07.424] #0  0x00007fc85babc7b3 in copy_file_range () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:16:07.425] #0  0x00007fc85babc7b3 in copy_file_range () from /lib/x86_64-linux-gnu/libc.so.6
[05:16:07.425] #1  0x0000564168518291 in ?? ()
[05:16:07.425] #2  0x000056416851c671 in ?? ()
[05:16:07.425] #3  0x000056416851d577 in ?? ()
[05:16:07.425] #4  0x00005641685175bc in ?? ()
[05:16:07.425] #5  0x0000564168515eda in ?? ()
[05:16:07.425] #6  0x00007fc85b9e724a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:16:07.425] #7  0x00007fc85b9e7305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
[05:16:07.425] #8  0x0000564168516171 in ?? ()
core
[05:16:06.837] #0  0x00007f68db98cb93 in wait4 () from /lib/x86_64-linux-gnu/libc.so.6
[05:16:06.837] #1  0x000056522ae02cc0 in ?? ()
[05:16:06.837] #2  0x000056522ae02efa in ?? ()
[05:16:06.837] #3  0x000056522ae04630 in ?? ()
[05:16:06.837] #4  0x000056522adfe371 in ?? ()
[05:16:06.837] #5  0x000056522adfd20f in ?? ()
[05:16:06.837] #6  0x000056522adfdc3b in ?? ()
[05:16:06.837] #7  0x000056522adfb66f in ?? ()
[05:16:06.837] #8  0x00007f68db8e024a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:16:06.837] #9  0x00007f68db8e0305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
tap
[05:14:49.127](0.399s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[05:15:02.212] 293/314 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
macOS - Sonoma - Meson
core
[05:14:35.934]   * frame #0: 0x000000010100cb70 dyld`_dyld_start
tap
[05:11:14.612](0.912s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[05:11:28.989] 294/314 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[05:20:25.773](2.701s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[05:21:59.969] 289/309 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
51/5196 Use function smgrclose() to replace the loop
CompilerWarnings
compiler
[02:13:12.328] smgr.c:282:13: error: unused variable 'forknum' [-Werror,-Wunused-variable]
compiler
[02:13:12.328] smgr.c:487:9: error: unused variable 'which' [-Werror,-Wunused-variable]
compiler
[02:12:15.106] smgr.c:487:9: error: unused variable 'which' [-Werror,-Wunused-variable]
compiler
[02:12:15.106] smgr.c:282:13: error: unused variable 'forknum' [-Werror,-Wunused-variable]
compiler
[02:10:57.757] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable]
compiler
[02:10:57.757] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
compiler
[02:10:12.852] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
compiler
[02:10:12.852] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable]
compiler
[02:14:43.707] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
compiler
[02:14:43.707] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable]
51/5099 CREATE OR REPLACE MATERIALIZED VIEW
FreeBSD - 13 - Meson
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 193, PID: 11246
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 193, PID: 17866
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 193, PID: 10854
core
[01:45:30.728] #0  0x0000000828dbf41a in thr_kill () from /lib/libc.so.7
[01:45:30.728] #1  0x0000000828d38e64 in raise () from /lib/libc.so.7
[01:45:30.728] #2  0x0000000828de96f9 in abort () from /lib/libc.so.7
[01:45:30.728] #3  0x0000000000aa19b5 in ExceptionalCondition (conditionName=0x2ecf53 "queryDesc->sourceText != NULL", f...
[01:45:30.728] #4  0x000000000076f549 in standard_ExecutorStart (queryDesc=0x832ad6b40, eflags=0) at ../src/backend/exec...
[01:45:30.728] #5  0x0000000835ac09c2 in pgss_ExecutorStart (queryDesc=0x832ad6b40, eflags=6) at ../contrib/pg_stat_stat...
[01:45:30.728] #6  0x0000000000704d15 in refresh_matview_datafill (dest=<optimized out>, query=<optimized out>, queryStr...
[01:45:30.728] #7  RefreshMatViewByOid (matviewOid=28466, is_create=<optimized out>, skipData=<optimized out>, concurren...
[01:45:30.728] #8  0x00000000007048f6 in ExecRefreshMatView (stmt=<optimized out>, queryString=queryString@entry=0x0, qc...
[01:45:30.728] #9  0x00000000006dba0c in ExecCreateTableAs (pstate=pstate@entry=0x832ae7900, stmt=stmt@entry=0x832a9efd0...
core
[01:45:30.130] #0  0x000000082b94941a in thr_kill () from /lib/libc.so.7
[01:45:30.130] #1  0x000000082b8c2e64 in raise () from /lib/libc.so.7
[01:45:30.130] #2  0x000000082b9736f9 in abort () from /lib/libc.so.7
[01:45:30.130] #3  0x0000000000aa19b5 in ExceptionalCondition (conditionName=0x2ecf53 "queryDesc->sourceText != NULL", f...
[01:45:30.130] #4  0x000000000076f549 in standard_ExecutorStart (queryDesc=0x8340b4b40, eflags=0) at ../src/backend/exec...
[01:45:30.130] #5  0x0000000000704d15 in refresh_matview_datafill (dest=<optimized out>, query=<optimized out>, queryStr...
[01:45:30.130] #6  RefreshMatViewByOid (matviewOid=28339, is_create=<optimized out>, skipData=<optimized out>, concurren...
[01:45:30.130] #7  0x00000000007048f6 in ExecRefreshMatView (stmt=<optimized out>, queryString=queryString@entry=0x0, qc...
[01:45:30.130] #8  0x00000000006dba0c in ExecCreateTableAs (pstate=pstate@entry=0x8340dc900, stmt=stmt@entry=0x8340cffd0...
[01:45:30.130] #9  0x000000000094c3e8 in ProcessUtilitySlow (pstate=pstate@entry=0x8340dc900, pstmt=pstmt@entry=0x834011...
core
[01:45:30.422] #0  0x000000082c45041a in thr_kill () from /lib/libc.so.7
[01:45:30.422] #1  0x000000082c3c9e64 in raise () from /lib/libc.so.7
[01:45:30.422] #2  0x000000082c47a6f9 in abort () from /lib/libc.so.7
[01:45:30.422] #3  0x0000000000aa19b5 in ExceptionalCondition (conditionName=0x2ecf53 "queryDesc->sourceText != NULL", f...
[01:45:30.422] #4  0x000000000076f549 in standard_ExecutorStart (queryDesc=0x8392fcb40, eflags=0) at ../src/backend/exec...
[01:45:30.422] #5  0x0000000000704d15 in refresh_matview_datafill (dest=<optimized out>, query=<optimized out>, queryStr...
[01:45:30.422] #6  RefreshMatViewByOid (matviewOid=28387, is_create=<optimized out>, skipData=<optimized out>, concurren...
[01:45:30.422] #7  0x00000000007048f6 in ExecRefreshMatView (stmt=<optimized out>, queryString=queryString@entry=0x0, qc...
[01:45:30.422] #8  0x00000000006dba0c in ExecCreateTableAs (pstate=pstate@entry=0x83931b900, stmt=stmt@entry=0x839308fd0...
[01:45:30.422] #9  0x000000000094c3e8 in ProcessUtilitySlow (pstate=pstate@entry=0x83931b900, pstmt=pstmt@entry=0x839229...
core
[01:45:30.835] #0  0x000030c87572423a in copy_file_range () from /lib/libc.so.7
[01:45:30.835] #1  0x000030c0541fe3e0 in ?? ()
[01:45:30.835] #2  0x000030c0541fe01e in ?? ()
[01:45:30.835] #3  0x000030c0541fd8ad in ?? ()
[01:45:30.835] #4  0x000030c0541fd33d in ?? ()
[01:45:30.835] #5  0x000030c8754fc408 in ?? ()
[01:45:30.835] #6  0x0000000000000000 in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/privileges.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002...
--- /tmp/cirrus-ci-build/src/test/regress/expected/privileges.out	2024-12-10 01:38:56.730621000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/privileges.out	2024-12-10 01:41:27.0386700...
@@ -1842,1417 +1842,10 @@
 -- Do the same concurrently
 CREATE INDEX CONCURRENTLY sro_idx ON sro_tab ((sro_ifun(a) + sro_ifun(0)))
 	WHERE sro_ifun(a + 10) > sro_ifun(10);
--- REINDEX
-REINDEX TABLE sro_tab;
-REINDEX INDEX sro_idx;
-REINDEX TABLE CONCURRENTLY sro_tab;
-DROP INDEX sro_idx;
--- CLUSTER
-CREATE INDEX sro_cluster_idx ON sro_tab ((sro_ifun(a) + sro_ifun(0)));
-CLUSTER sro_tab USING sro_cluster_idx;
-DROP INDEX sro_cluster_idx;
--- BRIN index
-CREATE INDEX sro_brin ON sro_tab USING brin ((sro_ifun(a) + sro_ifun(0)));
-SELECT brin_desummarize_range('sro_brin', 0);
- brin_desummarize_range 
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-12-10 01:38:56.676268000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/brin.out	2024-12-10 01:42:00.335730000 +...
@@ -588,4 +588,10 @@
 CREATE INDEX brin_insert_optimization_idx ON brin_insert_optimization USING brin (a);
 UPDATE brin_insert_optimization SET a = a;
 REINDEX INDEX CONCURRENTLY brin_insert_optimization_idx;
-DROP TABLE brin_insert_optimization;
+WARNING:  terminating connection because of crash of another server process
+DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because anothe...
+HINT:  In a moment you should be able to reconnect to the database and repeat your command.
+server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
+connection to server was lost
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/privileges.out /tmp/cirrus-ci-build/build/testrun/recovery/027_s...
--- /tmp/cirrus-ci-build/src/test/regress/expected/privileges.out	2024-12-10 01:38:56.730621000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/privileges.out	2024-12-10 01:42:00.33487...
@@ -1846,1413 +1846,10 @@
 REINDEX TABLE sro_tab;
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/privileges.out /tmp/cirrus-ci-build/build/testrun/regress/regres...
--- /tmp/cirrus-ci-build/src/test/regress/expected/privileges.out	2024-12-10 01:38:56.730621000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/privileges.out	2024-12-10 01:41:23.781155000 +0000
@@ -1842,1417 +1842,10 @@
 -- Do the same concurrently
 CREATE INDEX CONCURRENTLY sro_idx ON sro_tab ((sro_ifun(a) + sro_ifun(0)))
 	WHERE sro_ifun(a + 10) > sro_ifun(10);
--- REINDEX
-REINDEX TABLE sro_tab;
-REINDEX INDEX sro_idx;
-REINDEX TABLE CONCURRENTLY sro_tab;
-DROP INDEX sro_idx;
--- CLUSTER
-CREATE INDEX sro_cluster_idx ON sro_tab ((sro_ifun(a) + sro_ifun(0)));
-CLUSTER sro_tab USING sro_cluster_idx;
-DROP INDEX sro_cluster_idx;
--- BRIN index
-CREATE INDEX sro_brin ON sro_tab USING brin ((sro_ifun(a) + sro_ifun(0)));
-SELECT brin_desummarize_range('sro_brin', 0);
- brin_desummarize_range 
...
tap
[01:41:28.803](27.843s) not ok 5 - regression tests pass
[01:41:30.022](1.207s) not ok 6 - dump before running pg_upgrade
tap
[01:42:01.484](26.091s) not ok 2 - regression tests pass
test
[01:44:18.373]  24/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[01:44:18.373]  17/314 postgresql:regress / regress/regress                                            ERROR            ...
[01:44:18.373]  56/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "execMain.c", Line: 193, PID: 35731
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "execMain.c", Line: 193, PID: 24111
core
[01:46:55.610] #0  0x00007fb82f0abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[01:46:55.610] #1  0x00007fb82f05cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[01:46:55.610] #2  0x00007fb82f047472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[01:46:55.610] #3  0x0000563073d8045c in ExceptionalCondition (conditionName=conditionName@entry=0x56307405cf20 "queryDe...
[01:46:55.610] #4  0x0000563073572e65 in standard_ExecutorStart (queryDesc=queryDesc@entry=0x6250005290b0, eflags=eflags...
[01:46:55.610] #5  0x000056307357309a in ExecutorStart (queryDesc=queryDesc@entry=0x6250005290b0, eflags=eflags@entry=0)...
[01:46:55.610] #6  0x0000563073468630 in refresh_matview_datafill (dest=0x61d0000a6be8, query=<optimized out>, query@ent...
[01:46:55.610] #7  0x000056307346ad54 in RefreshMatViewByOid (matviewOid=<optimized out>, is_create=is_create@entry=fals...
[01:46:55.610] #8  0x000056307346af60 in ExecRefreshMatView (stmt=0x621000096a30, queryString=queryString@entry=0x0, qc=...
[01:46:55.610] #9  0x000056307340aabc in ExecCreateTableAs (pstate=pstate@entry=0x619000061480, stmt=stmt@entry=0x625000...
core
[01:46:54.370] #0  0x00007f85be7dbebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[01:46:54.370] #1  0x00007f85be78cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[01:46:54.370] #2  0x00007f85be777472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[01:46:54.370] #3  0x0000562688fa345c in ExceptionalCondition (conditionName=conditionName@entry=0x56268927ff20 "queryDe...
[01:46:54.370] #4  0x0000562688795e65 in standard_ExecutorStart (queryDesc=queryDesc@entry=0x6250004ed0b0, eflags=eflags...
[01:46:54.370] #5  0x000056268879609a in ExecutorStart (queryDesc=queryDesc@entry=0x6250004ed0b0, eflags=eflags@entry=0)...
[01:46:54.370] #6  0x000056268868b630 in refresh_matview_datafill (dest=0x61d00009e9e8, query=<optimized out>, query@ent...
[01:46:54.370] #7  0x000056268868dd54 in RefreshMatViewByOid (matviewOid=<optimized out>, is_create=is_create@entry=fals...
[01:46:54.370] #8  0x000056268868df60 in ExecRefreshMatView (stmt=0x62100009ce30, queryString=queryString@entry=0x0, qc=...
[01:46:54.370] #9  0x000056268862dabc in ExecCreateTableAs (pstate=pstate@entry=0x61900006a080, stmt=stmt@entry=0x625000...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/resul...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-12-10 01:38:56.301236174 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/brin.out	2024-12-10 01:45:17.807531511 +0000
@@ -588,4 +588,10 @@
 CREATE INDEX brin_insert_optimization_idx ON brin_insert_optimization USING brin (a);
 UPDATE brin_insert_optimization SET a = a;
 REINDEX INDEX CONCURRENTLY brin_insert_optimization_idx;
-DROP TABLE brin_insert_optimization;
+WARNING:  terminating connection because of crash of another server process
+DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because anothe...
+HINT:  In a moment you should be able to reconnect to the database and repeat your command.
+server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
+connection to server was lost
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/privileges.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check...
--- /tmp/cirrus-ci-build/src/test/regress/expected/privileges.out	2024-12-10 01:38:56.369236860 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/privileges.out	2024-12-10 01:45:17.651533765 +0000
@@ -1842,1417 +1842,10 @@
 -- Do the same concurrently
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/src/test/regress/results/brin.out
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-12-10 01:38:56.301236174 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/brin.out	2024-12-10 01:43:38.011192907 +0000
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
tap
[01:45:22.537](49.591s) not ok 5 - regression tests pass
[01:45:26.107](3.540s) not ok 6 - dump before running pg_upgrade
Linux - Debian Bookworm - Meson
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 193, PID: 30454
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 193, PID: 36834
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 193, PID: 28949
core
[01:48:29.911] #0  0x00007f0b8bea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[01:48:29.911] #1  0x00007f0b8be5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[01:48:29.911] #2  0x00007f0b8be45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[01:48:29.911] #3  0x000055bb48e8df7a in ExceptionalCondition (conditionName=conditionName@entry=0x55bb491033fd "queryDe...
[01:48:29.911] #4  0x000055bb488076a5 in standard_ExecutorStart (queryDesc=queryDesc@entry=0x55bb4b7cf0e0, eflags=eflags...
[01:48:29.911] #5  0x000055bb48807881 in ExecutorStart (queryDesc=queryDesc@entry=0x55bb4b7cf0e0, eflags=eflags@entry=0)...
[01:48:29.911] #6  0x000055bb4872b636 in refresh_matview_datafill (dest=0x55bb4b74b818, query=<optimized out>, query@ent...
[01:48:29.911] #7  0x000055bb4872d998 in RefreshMatViewByOid (matviewOid=28539, is_create=is_create@entry=false, skipDat...
[01:48:29.911] #8  0x000055bb4872dad7 in ExecRefreshMatView (stmt=0x55bb4b746980, queryString=queryString@entry=0x0, qc=...
[01:48:29.911] #9  0x000055bb486e3705 in ExecCreateTableAs (pstate=pstate@entry=0x55bb4b769180, stmt=stmt@entry=0x55bb4b...
core
[01:48:26.840] #0  0x00007fa69a8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[01:48:26.840] #1  0x00007fa69a85afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[01:48:26.840] #2  0x00007fa69a845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[01:48:26.840] #3  0x000055e1dcb94f7a in ExceptionalCondition (conditionName=conditionName@entry=0x55e1dce0a3fd "queryDe...
[01:48:26.840] #4  0x000055e1dc50e6a5 in standard_ExecutorStart (queryDesc=queryDesc@entry=0x55e1de4f9b80, eflags=eflags...
[01:48:26.840] #5  0x000055e1dc50e881 in ExecutorStart (queryDesc=queryDesc@entry=0x55e1de4f9b80, eflags=eflags@entry=0)...
[01:48:26.840] #6  0x000055e1dc432636 in refresh_matview_datafill (dest=0x55e1de4b6f68, query=<optimized out>, query@ent...
[01:48:26.840] #7  0x000055e1dc434998 in RefreshMatViewByOid (matviewOid=28469, is_create=is_create@entry=false, skipDat...
[01:48:26.840] #8  0x000055e1dc434ad7 in ExecRefreshMatView (stmt=0x55e1de47ebf0, queryString=queryString@entry=0x0, qc=...
[01:48:26.840] #9  0x000055e1dc3ea705 in ExecCreateTableAs (pstate=pstate@entry=0x55e1de454b70, stmt=stmt@entry=0x55e1de...
core
[01:48:28.352] #0  0x00007f05f66a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[01:48:28.352] #1  0x00007f05f665afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[01:48:28.352] #2  0x00007f05f6645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[01:48:28.352] #3  0x000056222d99ff7a in ExceptionalCondition (conditionName=conditionName@entry=0x56222dc153fd "queryDe...
[01:48:28.352] #4  0x000056222d3196a5 in standard_ExecutorStart (queryDesc=0x5622303a78a0, eflags=0) at ../src/backend/e...
[01:48:28.352] #5  0x00007f05f44276e9 in pgss_ExecutorStart (queryDesc=0x5622303a78a0, eflags=<optimized out>) at ../con...
[01:48:28.352] #6  0x000056222d31983a in ExecutorStart (queryDesc=queryDesc@entry=0x5622303a78a0, eflags=eflags@entry=0)...
[01:48:28.352] #7  0x000056222d23d636 in refresh_matview_datafill (dest=0x5622302b6e28, query=<optimized out>, query@ent...
[01:48:28.352] #8  0x000056222d23f998 in RefreshMatViewByOid (matviewOid=28471, is_create=is_create@entry=false, skipDat...
[01:48:28.352] #9  0x000056222d23fad7 in ExecRefreshMatView (stmt=0x5622302b7800, queryString=queryString@entry=0x0, qc=...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_up...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-12-10 01:38:56.602865951 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/brin.out	2024-12-10 01:44:29.202218888 +00...
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-12-10 01:38:56.602865951 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/brin.out	2024-12-10 01:45:04.098203727 +...
@@ -363,229 +363,10 @@
 	END LOOP;
 END;
 $x$;
-RESET enable_seqscan;
-RESET enable_bitmapscan;
-INSERT INTO brintest SELECT
-	repeat(stringu1, 42)::bytea,
-	substr(stringu1, 1, 1)::"char",
-	stringu1::name, 142857 * tenthous,
-	thousand,
-	twothousand,
-	repeat(stringu1, 42),
-	unique1::oid,
-	format('(%s,%s)', tenthous, twenty)::tid,
-	(four + 1.0)/(hundred+1),
-	odd::float8 / (tenthous + 1),
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/build/testrun/regress/regress/resu...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-12-10 01:38:56.602865951 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/brin.out	2024-12-10 01:44:19.850251477 +0000
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
tap
[01:44:33.653](35.521s) not ok 5 - regression tests pass
[01:44:35.796](2.107s) not ok 6 - dump before running pg_upgrade
tap
[01:45:07.009](30.948s) not ok 2 - regression tests pass
test
[01:47:20.294]  29/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[01:47:20.294]  16/314 postgresql:regress / regress/regress                                            ERROR            ...
[01:47:20.294]  58/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
macOS - Sonoma - Meson
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 193, PID: 12205
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 193, PID: 19286
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 193, PID: 12361
core
[01:47:20.207]   * frame #0: 0x000000019fc995f0 libsystem_kernel.dylib`__pthread_kill + 8
[01:47:20.207]     frame #1: 0x000000019fcd1c20 libsystem_pthread.dylib`pthread_kill + 288
[01:47:20.207]     frame #2: 0x000000019fbdea30 libsystem_c.dylib`abort + 180
[01:47:20.207]     frame #3: 0x0000000100be4cb8 postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[01:47:20.207]     frame #4: 0x0000000100912e60 postgres`standard_ExecutorStart(queryDesc=0x00000001280577b0, eflags=0) ...
[01:47:20.207]     frame #5: 0x0000000101337d20 pg_stat_statements.dylib`pgss_ExecutorStart(queryDesc=0x00000001280577b0...
[01:47:20.207]     frame #6: 0x00000001008c0c7c postgres`RefreshMatViewByOid [inlined] refresh_matview_datafill(dest=<un...
[01:47:20.207]     frame #7: 0x00000001008c0c04 postgres`RefreshMatViewByOid(matviewOid=28459, is_create=false, skipData...
[01:47:20.207]     frame #8: 0x00000001008c03d4 postgres`ExecRefreshMatView(stmt=0x0000000128035730, queryString=<unavai...
[01:47:20.207]     frame #9: 0x000000010089ec84 postgres`ExecCreateTableAs(pstate=0x000000012801cb00, stmt=0x00000001408...
core
[01:47:46.456]   * frame #0: 0x000000019fc995f0 libsystem_kernel.dylib`__pthread_kill + 8
[01:47:46.456]     frame #1: 0x000000019fcd1c20 libsystem_pthread.dylib`pthread_kill + 288
[01:47:46.456]     frame #2: 0x000000019fbdea30 libsystem_c.dylib`abort + 180
[01:47:46.456]     frame #3: 0x0000000104740cb8 postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[01:47:46.456]     frame #4: 0x000000010446ee60 postgres`standard_ExecutorStart(queryDesc=0x00000001378525b0, eflags=0) ...
[01:47:46.456]     frame #5: 0x000000010446e7fc postgres`ExecutorStart(queryDesc=<unavailable>, eflags=<unavailable>) at...
[01:47:46.456]     frame #6: 0x000000010441cc7c postgres`RefreshMatViewByOid [inlined] refresh_matview_datafill(dest=<un...
[01:47:46.456]     frame #7: 0x000000010441cc04 postgres`RefreshMatViewByOid(matviewOid=28707, is_create=false, skipData...
[01:47:46.456]     frame #8: 0x000000010441c3d4 postgres`ExecRefreshMatView(stmt=0x000000013784f530, queryString=<unavai...
[01:47:46.456]     frame #9: 0x00000001043fac84 postgres`ExecCreateTableAs(pstate=0x0000000127888500, stmt=0x00000001500...
core
[01:46:54.719]   * frame #0: 0x000000019fc995f0 libsystem_kernel.dylib`__pthread_kill + 8
[01:46:54.719]     frame #1: 0x000000019fcd1c20 libsystem_pthread.dylib`pthread_kill + 288
[01:46:54.719]     frame #2: 0x000000019fbdea30 libsystem_c.dylib`abort + 180
[01:46:54.719]     frame #3: 0x00000001050f0cb8 postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[01:46:54.719]     frame #4: 0x0000000104e1ee60 postgres`standard_ExecutorStart(queryDesc=0x00000001070331b0, eflags=0) ...
[01:46:54.719]     frame #5: 0x0000000104e1e7fc postgres`ExecutorStart(queryDesc=<unavailable>, eflags=<unavailable>) at...
[01:46:54.719]     frame #6: 0x0000000104dccc7c postgres`RefreshMatViewByOid [inlined] refresh_matview_datafill(dest=<un...
[01:46:54.719]     frame #7: 0x0000000104dccc04 postgres`RefreshMatViewByOid(matviewOid=28420, is_create=false, skipData...
[01:46:54.719]     frame #8: 0x0000000104dcc3d4 postgres`ExecRefreshMatView(stmt=0x000000012202f930, queryString=<unavai...
[01:46:54.719]     frame #9: 0x0000000104daac84 postgres`ExecCreateTableAs(pstate=0x000000012286d100, stmt=0x00000001238...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/brin.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrad...
--- /Users/admin/pgsql/src/test/regress/expected/brin.out	2024-12-10 01:38:14
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/brin.out	2024-12-10 01:41:00
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/brin.out /Users/admin/pgsql/build/testrun/recovery/027_stream_regr...
--- /Users/admin/pgsql/src/test/regress/expected/brin.out	2024-12-10 01:38:14
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/brin.out	2024-12-10 01:41:39
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/brin.out /Users/admin/pgsql/build/testrun/regress/regress/results/...
--- /Users/admin/pgsql/src/test/regress/expected/brin.out	2024-12-10 01:38:14
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/brin.out	2024-12-10 01:41:00
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
tap
[01:41:05.590](47.147s) not ok 5 - regression tests pass
[01:41:07.104](1.503s) not ok 6 - dump before running pg_upgrade
tap
[01:41:44.812](47.757s) not ok 2 - regression tests pass
test
[01:43:41.023]  33/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[01:43:41.023]  42/314 postgresql:regress / regress/regress                                            ERROR            ...
[01:43:41.023]  87/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 193, PID: 7012
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 193, PID: 6132
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 193, PID: 6016
core
000000e6`cf3ff778 00007fff`db58b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e6`cf3ff780 00007fff`da574cb0     ntdll!TppWorkerThread+0x2df
000000e6`cf3ffa70 00007fff`db5fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e6`cf3ffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e6`ceffdeb0 00007ff6`4a3736a8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e6`ceffdef0 00007ff6`49e50c09     postgres!ExceptionalCondition(
000000e6`ceffdf30 00007fff`d6b52d26     postgres!standard_ExecutorStart(
000000e6`ceffdf80 00007ff6`49e50a7a     pg_stat_statements!pgss_ExecutorStart(
000000e6`ceffdfc0 00007ff6`49da3219     postgres!ExecutorStart(
000000e6`ceffdff0 00007ff6`49da2bb0     postgres!refresh_matview_datafill(
000000e6`ceffe080 00007ff6`49da2418     postgres!RefreshMatViewByOid(
000000e6`ceffe2d0 00007ff6`49d61c27     postgres!ExecRefreshMatView(
000000e6`ceffe350 00007ff6`4a146fe7     postgres!ExecCreateTableAs(
000000e6`ceffe470 00007ff6`4a142caf     postgres!ProcessUtilitySlow(
core
000000e6`cffff8c8 00007fff`db58b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e6`cffff8d0 00007fff`da574cb0     ntdll!TppWorkerThread+0x2df
000000e6`cffffbc0 00007fff`db5fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e6`cffffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e6`cfbffad8 00007fff`d8ddd71e     ntdll!NtWaitForSingleObject+0x14
000000e6`cfbffae0 00007ff6`4a02863c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000e6`cfbffb80 00007fff`da574cb0     postgres!pg_timer_thread(
000000e6`cfbffbc0 00007fff`db5fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e6`cfbffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e6`cf7ffd48 00007fff`d8e245ca     ntdll!NtFsControlFile+0x14
000000e6`cf7ffd50 00007ff6`4a026b9b     KERNELBASE!ConnectNamedPipe+0x6a
000000e6`cf7ffdc0 00007fff`da574cb0     postgres!pg_signal_thread(
000000e6`cf7ffec0 00007fff`db5fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e6`cf7ffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000040`105ffb78 00007fff`d8ddd71e     ntdll!NtWaitForSingleObject+0x14
00000040`105ffb80 00007ff6`4a02863c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000040`105ffc20 00007fff`da574cb0     postgres!pg_timer_thread(
00000040`105ffc60 00007fff`db5fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000040`105ffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000040`101ffbe8 00007fff`d8e245ca     ntdll!NtFsControlFile+0x14
00000040`101ffbf0 00007ff6`4a026b9b     KERNELBASE!ConnectNamedPipe+0x6a
00000040`101ffc60 00007fff`da574cb0     postgres!pg_signal_thread(
00000040`101ffd60 00007fff`db5fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000040`101ffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000040`0fdff538 00007fff`db58b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000040`0fdff540 00007fff`da574cb0     ntdll!TppWorkerThread+0x2df
00000040`0fdff830 00007fff`db5fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000040`0fdff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000040`0f9fe2a0 00007ff6`4a3736a8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000040`0f9fe2e0 00007ff6`49e50c09     postgres!ExceptionalCondition(
00000040`0f9fe320 00007ff6`49e50a8a     postgres!standard_ExecutorStart(
00000040`0f9fe370 00007ff6`49da3219     postgres!ExecutorStart(
00000040`0f9fe3a0 00007ff6`49da2bb0     postgres!refresh_matview_datafill(
00000040`0f9fe430 00007ff6`49da2418     postgres!RefreshMatViewByOid(
00000040`0f9fe680 00007ff6`49d61c27     postgres!ExecRefreshMatView(
00000040`0f9fe700 00007ff6`4a146fe7     postgres!ExecCreateTableAs(
00000040`0f9fe820 00007ff6`4a142caf     postgres!ProcessUtilitySlow(
00000040`0f9ff140 00007ff6`4a141bf9     postgres!standard_ProcessUtility(
core
00000040`109ff528 00007fff`db58b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000040`109ff530 00007fff`da574cb0     ntdll!TppWorkerThread+0x2df
00000040`109ff820 00007fff`db5fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000040`109ff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008b`a35ff818 00007fff`d8e245ca     ntdll!NtFsControlFile+0x14
0000008b`a35ff820 00007ff6`4a026b9b     KERNELBASE!ConnectNamedPipe+0x6a
0000008b`a35ff890 00007fff`da574cb0     postgres!pg_signal_thread(
0000008b`a35ff990 00007fff`db5fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000008b`a35ff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008b`a39ffda8 00007fff`d8ddd71e     ntdll!NtWaitForSingleObject+0x14
0000008b`a39ffdb0 00007ff6`4a02863c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000008b`a39ffe50 00007fff`da574cb0     postgres!pg_timer_thread(
0000008b`a39ffe90 00007fff`db5fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000008b`a39ffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008b`a2dfe270 00007ff6`4a3736a8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000008b`a2dfe2b0 00007ff6`49e50c09     postgres!ExceptionalCondition(
0000008b`a2dfe2f0 00007ff6`49e50a8a     postgres!standard_ExecutorStart(
0000008b`a2dfe340 00007ff6`49da3219     postgres!ExecutorStart(
0000008b`a2dfe370 00007ff6`49da2bb0     postgres!refresh_matview_datafill(
0000008b`a2dfe400 00007ff6`49da2418     postgres!RefreshMatViewByOid(
0000008b`a2dfe650 00007ff6`49d61c27     postgres!ExecRefreshMatView(
0000008b`a2dfe6d0 00007ff6`4a146fe7     postgres!ExecCreateTableAs(
0000008b`a2dfe7f0 00007ff6`4a142caf     postgres!ProcessUtilitySlow(
0000008b`a2dff110 00007ff6`4a141bf9     postgres!standard_ProcessUtility(
core
0000008b`a31ff5d8 00007fff`db58b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008b`a31ff5e0 00007fff`da574cb0     ntdll!TppWorkerThread+0x2df
0000008b`a31ff8d0 00007fff`db5fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000008b`a31ff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008b`a3dffab8 00007fff`db58b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008b`a3dffac0 00007fff`da574cb0     ntdll!TppWorkerThread+0x2df
0000008b`a3dffdb0 00007fff`db5fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000008b`a3dffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/brin.out C:/cirrus/build/testrun/pg_upgrade/002_pg_upgr...
--- C:/cirrus/src/test/regress/expected/brin.out	2024-12-10 01:39:00.627884400 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/brin.out	2024-12-10 01:42:25.020216700 +0000
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/brin.out C:/cirrus/build/testrun/recovery/027_stream_re...
--- C:/cirrus/src/test/regress/expected/brin.out	2024-12-10 01:39:00.627884400 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/brin.out	2024-12-10 01:44:36.616910100 +0000
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/brin.out C:/cirrus/build/testrun/regress/regress/result...
--- C:/cirrus/src/test/regress/expected/brin.out	2024-12-10 01:39:00.627884400 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/brin.out	2024-12-10 01:42:16.840540800 +0000
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
tap
[01:43:16.664](109.769s) not ok 5 - regression tests pass
[01:43:21.021](4.296s) not ok 6 - dump before running pg_upgrade
tap
[01:45:20.432](103.638s) not ok 2 - regression tests pass
test
[01:54:13.285]  20/309 postgresql:regress / regress/regress                                            ERROR           1...
[01:54:13.285]  23/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[01:54:13.285]  60/309 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5413 INSERT ... ON CONFLICT DO SELECT [FOR ...]
CompilerWarnings
compiler
[21:01:40.702] explain.c:5149:9: error: ‘resolution’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[21:00:57.337] explain.c:5149:9: error: ‘resolution’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[21:09:35.659] explain.c:5149:9: error: ‘resolution’ may be used uninitialized [-Werror=maybe-uninitialized]
51/4817 on_error table, saving error info to a table
macOS - Sonoma - Meson
tap
[20:44:54.355](0.000s) not ok 420 - pgbench script error: gset bad default name stderr /(?^:error storing into variable ...
test
[20:45:40.900] 219/314 postgresql:pgbench / pgbench/001_pgbench_with_server                            ERROR            ...
51/5149 Remove duplicated smgrclose call
FreeBSD - 13 - Meson
test
[20:19:43.053] 242/314 postgresql:postmaster / postmaster/001_connection_limits                        ERROR            ...
51/5357 New predefined role pg_manage_extensions
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out /tmp/cirrus-ci-build/build/testrun/plperl/regress/...
--- /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out	2024-12-09 19:56:57.105278000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/plperl/regress/results/plperl_setup.out	2024-12-09 19:59:38.976083000 +0000
@@ -12,7 +12,7 @@
 HINT:  Must have CREATE privilege on current database to create this extension.
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 RESET ROLE;
 DO $$
 begin
@@ -24,7 +24,7 @@
 CREATE EXTENSION plperl;
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 CREATE SCHEMA plperl_setup_scratch;
 SET search_path = plperl_setup_scratch;
...
test
[20:02:15.226]  48/314 postgresql:plperl / plperl/regress                                              ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out /tmp/cirrus-ci-build/src/pl/plperl/results/plperl_...
--- /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out	2024-12-09 19:56:57.485917316 +0000
+++ /tmp/cirrus-ci-build/src/pl/plperl/results/plperl_setup.out	2024-12-09 20:00:46.893204224 +0000
@@ -12,7 +12,7 @@
 HINT:  Must have CREATE privilege on current database to create this extension.
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 RESET ROLE;
 DO $$
 begin
@@ -24,7 +24,7 @@
 CREATE EXTENSION plperl;
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 CREATE SCHEMA plperl_setup_scratch;
 SET search_path = plperl_setup_scratch;
...
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out /tmp/cirrus-ci-build/build/testrun/plperl/regress/...
--- /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out	2024-12-09 19:56:57.369665199 +0000
+++ /tmp/cirrus-ci-build/build/testrun/plperl/regress/results/plperl_setup.out	2024-12-09 20:02:19.321788128 +0000
@@ -12,7 +12,7 @@
 HINT:  Must have CREATE privilege on current database to create this extension.
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 RESET ROLE;
 DO $$
 begin
@@ -24,7 +24,7 @@
 CREATE EXTENSION plperl;
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 CREATE SCHEMA plperl_setup_scratch;
 SET search_path = plperl_setup_scratch;
...
test
[20:04:39.359]  46/314 postgresql:plperl / plperl/regress                                              ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/pl/plperl/expected/plperl_setup.out /Users/admin/pgsql/build/testrun/plperl/regress/resu...
--- /Users/admin/pgsql/src/pl/plperl/expected/plperl_setup.out	2024-12-09 19:56:12
+++ /Users/admin/pgsql/build/testrun/plperl/regress/results/plperl_setup.out	2024-12-09 19:59:15
@@ -12,7 +12,7 @@
 HINT:  Must have CREATE privilege on current database to create this extension.
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 RESET ROLE;
 DO $$
 begin
@@ -24,7 +24,7 @@
 CREATE EXTENSION plperl;
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 CREATE SCHEMA plperl_setup_scratch;
 SET search_path = plperl_setup_scratch;
...
test
[20:01:17.824]  47/314 postgresql:plperl / plperl/regress                                              ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/pl/plperl/expected/plperl_setup.out C:/cirrus/build/testrun/plperl/regress/re...
--- C:/cirrus/src/pl/plperl/expected/plperl_setup.out	2024-12-09 19:57:13.692158200 +0000
+++ C:/cirrus/build/testrun/plperl/regress/results/plperl_setup.out	2024-12-09 20:02:28.786608900 +0000
@@ -12,7 +12,7 @@
 HINT:  Must have CREATE privilege on current database to create this extension.
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 RESET ROLE;
 DO $$
 begin
@@ -24,7 +24,7 @@
 CREATE EXTENSION plperl;
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 CREATE SCHEMA plperl_setup_scratch;
 SET search_path = plperl_setup_scratch;
...
test
[20:10:28.270]  47/309 postgresql:plperl / plperl/regress                                              ERROR            ...
51/5100 Improved crc32c performance with AVX-512 algorithm.
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[19:20:03.001] test_crc32c.c.obj : error LNK2001: unresolved external symbol pg_comp_crc32c
51/5419 Doc: clarify the log message level of the VERBOSE option
FreeBSD - 13 - Meson
core
[16:36:56.986] #0  0x0000456e831f3ff0 in ?? ()
[16:36:56.986] #1  0x0000000000000003 in ?? ()
[16:36:56.986] #2  0x00000df3fb4303d0 in ?? ()
[16:36:56.986] #3  0x00000df3fb4303d3 in ?? ()
[16:36:56.986] #4  0x00000df3fb43046f in ?? ()
[16:36:56.986] #5  0x0000000000000000 in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out /tmp/cirrus-ci-build/build/testrun/postgres...
--- /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out	2024-12-09 16:29:03.010198000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/postgres_fdw-running/regress/results/postgres_fdw.out	2024-12-09 16:35:11.5080540...
@@ -12325,8 +12325,7 @@
   FROM postgres_fdw_get_connections(true);
  case 
 ------
-    1
-(1 row)
+(0 rows)
 
 -- After terminating the remote backend, since the connection is closed,
 -- "closed" should be TRUE, or NULL if the connection status check
@@ -12339,8 +12338,7 @@
   FROM postgres_fdw_get_connections(true);
  case 
 ------
-    1
-(1 row)
+(0 rows)
...
test
[16:35:41.327] 74/76 postgresql:postgres_fdw-running / postgres_fdw-running/regress               ERROR            10.38...
51/5146 Clarify the behavior of AT TIME ZONE
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[15:48:05.305](340.690s) # poll_query_until timed out executing this query:
timed out waiting for catchup at C:/cirrus/src/test/subscription/t/001_rep_changes.pl line 461.
test
[15:48:05.743] 309/309 postgresql:subscription / subscription/001_rep_changes                          ERROR           3...
51/5394 Fix jsonb comparison for raw scalar pseudo arrays
FreeBSD - 13 - Meson
test
[14:17:36.755] 245/314 postgresql:postmaster / postmaster/001_connection_limits                        ERROR            ...
51/5012 Vacuum statistics
FreeBSD - 13 - Meson
core
[11:44:42.952] #0  0x00003b610603d5da in ?? () from /libexec/ld-elf.so.1
[11:44:42.952] #1  0x00003b61060396ec in ?? () from /libexec/ld-elf.so.1
[11:44:42.952] #2  0x0000000000000000 in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out /tmp/cirrus-ci-build/bu...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-12-09 11:38:07.41579500...
+++ /tmp/cirrus-ci-build/build/testrun/isolation/isolation/results/vacuum-extending-in-repetable-read.out	2024-12-09 11:...
@@ -9,10 +9,7 @@
     FROM pg_stat_get_vacuum_tables vt, pg_class c
     WHERE vt.relname = 'test_vacuum_stat_isolation' AND vt.relid = c.oid;
 
-relname|tuples_deleted|dead_tuples|tuples_frozen
--------+--------------+-----------+-------------
-(0 rows)
-
+ERROR:  relation "pg_stat_get_vacuum_tables" does not exist
 step s1_begin_repeatable_read: 
   BEGIN transaction ISOLATION LEVEL REPEATABLE READ;
   select count(ival) from test_vacuum_stat_isolation where id>900;
@@ -22,7 +19,8 @@
   100
 (1 row)
 
-step s2_update: UPDATE test_vacuum_stat_isolation SET ival = ival + 2 where id > 900;
...
test
[11:43:37.906]  52/314 postgresql:isolation / isolation/isolation                                      ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out /tmp/cirrus-ci-build/sr...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-12-09 11:38:03.74994522...
+++ /tmp/cirrus-ci-build/src/test/isolation/output_iso/results/vacuum-extending-in-repetable-read.out	2024-12-09 11:43:2...
@@ -9,10 +9,7 @@
     FROM pg_stat_get_vacuum_tables vt, pg_class c
     WHERE vt.relname = 'test_vacuum_stat_isolation' AND vt.relid = c.oid;
 
-relname|tuples_deleted|dead_tuples|tuples_frozen
--------+--------------+-----------+-------------
-(0 rows)
-
+ERROR:  relation "pg_stat_get_vacuum_tables" does not exist
 step s1_begin_repeatable_read: 
   BEGIN transaction ISOLATION LEVEL REPEATABLE READ;
   select count(ival) from test_vacuum_stat_isolation where id>900;
@@ -22,7 +19,8 @@
   100
 (1 row)
 
-step s2_update: UPDATE test_vacuum_stat_isolation SET ival = ival + 2 where id > 900;
...
Linux - Debian Bookworm - Meson
core
[11:47:14.804] #0  0x00007f07ad6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[11:47:14.804] #1  0x00007f07ad65afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[11:47:14.804] #2  0x00007f07ad645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[11:47:14.804] #3  0x000055fe94589f2f in ExceptionalCondition (conditionName=conditionName@entry=0x55fe948456f8 "latch->...
[11:47:14.804] #4  0x000055fe94292ca0 in ResetLatch (latch=<optimized out>) at ../src/backend/storage/ipc/latch.c:728
[11:47:14.804] #5  0x000055fe941aa4d8 in WalWriterMain (startup_data=<optimized out>, startup_data_len=<optimized out>) ...
[11:47:14.804] #6  0x000055fe9419bf66 in postmaster_child_launch (child_type=child_type@entry=B_WAL_WRITER, child_slot=2...
[11:47:14.804] #7  0x000055fe941a1133 in StartChildProcess (type=type@entry=B_WAL_WRITER) at ../src/backend/postmaster/p...
[11:47:14.804] #8  0x000055fe941a13d9 in LaunchMissingBackgroundProcesses () at ../src/backend/postmaster/postmaster.c:3...
[11:47:14.804] #9  0x000055fe941a2e41 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1691
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out /tmp/cirrus-ci-build/bu...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-12-09 11:38:03.87537322...
+++ /tmp/cirrus-ci-build/build/testrun/isolation/isolation/results/vacuum-extending-in-repetable-read.out	2024-12-09 11:...
@@ -9,10 +9,7 @@
     FROM pg_stat_get_vacuum_tables vt, pg_class c
     WHERE vt.relname = 'test_vacuum_stat_isolation' AND vt.relid = c.oid;
 
-relname|tuples_deleted|dead_tuples|tuples_frozen
--------+--------------+-----------+-------------
-(0 rows)
-
+ERROR:  relation "pg_stat_get_vacuum_tables" does not exist
 step s1_begin_repeatable_read: 
   BEGIN transaction ISOLATION LEVEL REPEATABLE READ;
   select count(ival) from test_vacuum_stat_isolation where id>900;
@@ -22,7 +19,8 @@
   100
 (1 row)
 
-step s2_update: UPDATE test_vacuum_stat_isolation SET ival = ival + 2 where id > 900;
...
test
[11:46:10.137]  39/314 postgresql:isolation / isolation/isolation                                      ERROR            ...
macOS - Sonoma - Meson
core
[11:45:38.947]   * frame #0: 0x000000018e6b160c dyld`dyld3::MachOFile::trieWalk(Diagnostics&, unsigned char const*, unsi...
[11:45:38.947]     frame #1: 0x000000018e67c088 dyld`dyld4::Loader::hasExportedSymbol(Diagnostics&, dyld4::RuntimeState&...
[11:45:38.947]     frame #2: 0x000000018e67c33c dyld`dyld4::Loader::hasExportedSymbol(Diagnostics&, dyld4::RuntimeState&...
[11:45:38.947]     frame #3: 0x000000018e67b3c0 dyld`dyld4::Loader::resolveSymbol(Diagnostics&, dyld4::RuntimeState&, in...
[11:45:38.947]     frame #4: 0x000000018e67afec dyld`invocation function for block in dyld4::Loader::forEachBindTarget(D...
[11:45:38.947]     frame #5: 0x000000018e6b5ff0 dyld`invocation function for block in mach_o::Fixups::forEachBindTarget_...
[11:45:38.947]     frame #6: 0x000000018e6b628c dyld`mach_o::Fixups::parseOrgArm64eChainedFixups(Diagnostics&, void (uns...
[11:45:38.947]     frame #7: 0x000000018e6b5f68 dyld`mach_o::Fixups::forEachChainedFixupTarget(Diagnostics&, void (int, ...
[11:45:38.947]     frame #8: 0x000000018e6b5cc0 dyld`mach_o::Fixups::forEachBindTarget_ChainedFixups(Diagnostics&, void ...
[11:45:38.947]     frame #9: 0x000000018e67af54 dyld`invocation function for block in dyld4::Loader::forEachBindTarget(D...
regress
diff -U3 /Users/admin/pgsql/src/test/isolation/expected/vacuum-extending-in-repetable-read.out /Users/admin/pgsql/build/...
--- /Users/admin/pgsql/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-12-09 11:37:12
+++ /Users/admin/pgsql/build/testrun/isolation/isolation/results/vacuum-extending-in-repetable-read.out	2024-12-09 11:40...
@@ -9,10 +9,7 @@
     FROM pg_stat_get_vacuum_tables vt, pg_class c
     WHERE vt.relname = 'test_vacuum_stat_isolation' AND vt.relid = c.oid;
 
-relname|tuples_deleted|dead_tuples|tuples_frozen
--------+--------------+-----------+-------------
-(0 rows)
-
+ERROR:  relation "pg_stat_get_vacuum_tables" does not exist
 step s1_begin_repeatable_read: 
   BEGIN transaction ISOLATION LEVEL REPEATABLE READ;
   select count(ival) from test_vacuum_stat_isolation where id>900;
@@ -22,7 +19,8 @@
   100
 (1 row)
 
-step s2_update: UPDATE test_vacuum_stat_isolation SET ival = ival + 2 where id > 900;
...
test
[11:42:36.417]  34/314 postgresql:isolation / isolation/isolation                                      ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/isolation/expected/vacuum-extending-in-repetable-read.out C:/cirrus/buil...
--- C:/cirrus/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-12-09 11:38:15.084416000 +0000
+++ C:/cirrus/build/testrun/isolation/isolation/results/vacuum-extending-in-repetable-read.out	2024-12-09 11:42:33.56121...
@@ -9,10 +9,7 @@
     FROM pg_stat_get_vacuum_tables vt, pg_class c
     WHERE vt.relname = 'test_vacuum_stat_isolation' AND vt.relid = c.oid;
 
-relname|tuples_deleted|dead_tuples|tuples_frozen
--------+--------------+-----------+-------------
-(0 rows)
-
+ERROR:  relation "pg_stat_get_vacuum_tables" does not exist
 step s1_begin_repeatable_read: 
   BEGIN transaction ISOLATION LEVEL REPEATABLE READ;
   select count(ival) from test_vacuum_stat_isolation where id>900;
@@ -22,7 +19,8 @@
   100
 (1 row)
 
-step s2_update: UPDATE test_vacuum_stat_isolation SET ival = ival + 2 where id > 900;
...
test
[11:52:23.478]  30/309 postgresql:isolation / isolation/isolation                                      ERROR           1...
51/5424 fixing tsearch locale support
macOS - Sonoma - Meson
core
[10:47:22.931]   * frame #0: 0x0000000191c27894 dyld`__open + 8
[10:47:22.931]     frame #1: 0x0000000191bbb754 dyld`open + 40
[10:47:22.931]     frame #2: 0x0000000191c1eaac dyld`open_with_subsystem + 60
[10:47:22.931]     frame #3: 0x0000000191c09d34 dyld`dyld3::open(char const*, int, int) + 52
[10:47:22.931]     frame #4: 0x0000000191be2560 dyld`dyld4::SyscallDelegate::mapFileReadOnly(Diagnostics&, char const*, ...
[10:47:22.931]     frame #5: 0x0000000191be2178 dyld`dyld4::SyscallDelegate::withReadOnlyMappedFile(Diagnostics&, char c...
[10:47:22.931]     frame #6: 0x0000000191bd9d2c dyld`dyld4::Loader::getOnDiskBinarySliceOffset(dyld4::RuntimeState&, dyl...
[10:47:22.931]     frame #7: 0x0000000191bdde60 dyld`dyld4::JustInTimeLoader::makeLaunchLoader(Diagnostics&, dyld4::Runt...
[10:47:22.931]     frame #8: 0x0000000191bbf5ac dyld`dyld4::prepare(dyld4::APIs&, dyld3::MachOAnalyzer const*) + 496
[10:47:22.931]     frame #9: 0x0000000191bbeef4 dyld`start + 1868
tap
[10:44:10.215](237.717s) # poll_query_until timed out executing this query:
timed out waiting for slot to be lost at /Users/admin/pgsql/src/test/recovery/t/019_replslot_limit.pl line 388.
test
[10:44:15.441] 314/314 postgresql:recovery / recovery/019_replslot_limit                               ERROR           2...
51/5231 Consider the number of columns in the sort cost model
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out /tmp/cirrus-ci-build/build/testrun/...
--- /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out	2024-12-09 08:28:29.863609000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_stat_statements/regress/results/level_tracking.out	2024-12-09 08:31:00.3027580...
@@ -383,26 +383,24 @@
 (1 row)
 
 EXPLAIN (COSTS OFF) SELECT 1, 2 UNION SELECT 3, 4\; EXPLAIN (COSTS OFF) (SELECT 1, 2, 3) UNION SELECT 3, 4, 5;
+      QUERY PLAN       
+-----------------------
+ HashAggregate
+   Group Key: (1), (2)
+   ->  Append
+         ->  Result
+         ->  Result
+(5 rows)
+
          QUERY PLAN         
 ----------------------------
- Unique
-   ->  Sort
...
test
[08:33:15.090]  87/314 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out /tmp/cirrus-ci-build/contrib/pg_sta...
--- /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out	2024-12-09 08:28:23.975142815 +0000
+++ /tmp/cirrus-ci-build/contrib/pg_stat_statements/results/level_tracking.out	2024-12-09 08:33:09.334865171 +0000
@@ -383,25 +383,23 @@
 (1 row)
 
 EXPLAIN (COSTS OFF) SELECT 1, 2 UNION SELECT 3, 4\; EXPLAIN (COSTS OFF) (SELECT 1, 2, 3) UNION SELECT 3, 4, 5;
+      QUERY PLAN       
+-----------------------
+ HashAggregate
+   Group Key: (1), (2)
+   ->  Append
+         ->  Result
+         ->  Result
+(5 rows)
+
          QUERY PLAN         
 ----------------------------
- Unique
-   ->  Sort
...
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out /tmp/cirrus-ci-build/build/testrun/...
--- /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out	2024-12-09 08:28:23.988755830 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_stat_statements/regress/results/level_tracking.out	2024-12-09 08:32:29.4375557...
@@ -383,25 +383,23 @@
 (1 row)
 
 EXPLAIN (COSTS OFF) SELECT 1, 2 UNION SELECT 3, 4\; EXPLAIN (COSTS OFF) (SELECT 1, 2, 3) UNION SELECT 3, 4, 5;
+      QUERY PLAN       
+-----------------------
+ HashAggregate
+   Group Key: (1), (2)
+   ->  Append
+         ->  Result
+         ->  Result
+(5 rows)
+
          QUERY PLAN         
 ----------------------------
- Unique
-   ->  Sort
...
test
[08:34:33.280]  88/314 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/contrib/pg_stat_statements/expected/level_tracking.out /Users/admin/pgsql/build/testrun/pg_s...
--- /Users/admin/pgsql/contrib/pg_stat_statements/expected/level_tracking.out	2024-12-09 08:28:10
+++ /Users/admin/pgsql/build/testrun/pg_stat_statements/regress/results/level_tracking.out	2024-12-09 08:30:59
@@ -383,25 +383,23 @@
 (1 row)
 
 EXPLAIN (COSTS OFF) SELECT 1, 2 UNION SELECT 3, 4\; EXPLAIN (COSTS OFF) (SELECT 1, 2, 3) UNION SELECT 3, 4, 5;
+      QUERY PLAN       
+-----------------------
+ HashAggregate
+   Group Key: (1), (2)
+   ->  Append
+         ->  Result
+         ->  Result
+(5 rows)
+
          QUERY PLAN         
 ----------------------------
- Unique
-   ->  Sort
...
test
[08:32:47.490]  86/314 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/contrib/pg_stat_statements/expected/level_tracking.out C:/cirrus/build/testrun/pg...
--- C:/cirrus/contrib/pg_stat_statements/expected/level_tracking.out	2024-12-09 08:28:40.595990200 +0000
+++ C:/cirrus/build/testrun/pg_stat_statements/regress/results/level_tracking.out	2024-12-09 08:35:35.659688600 +0000
@@ -383,25 +383,23 @@
 (1 row)
 
 EXPLAIN (COSTS OFF) SELECT 1, 2 UNION SELECT 3, 4\; EXPLAIN (COSTS OFF) (SELECT 1, 2, 3) UNION SELECT 3, 4, 5;
+      QUERY PLAN       
+-----------------------
+ HashAggregate
+   Group Key: (1), (2)
+   ->  Append
+         ->  Result
+         ->  Result
+(5 rows)
+
          QUERY PLAN         
 ----------------------------
- Unique
-   ->  Sort
...
test
[08:44:18.582]  89/309 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
51/4971 Revisiting {CREATE INDEX, REINDEX} CONCURRENTLY improvements
FreeBSD - 13 - Meson
core
[08:00:40.556] #0  0x00000aaab128b23a in copy_file_range () from /lib/libc.so.7
[08:00:40.556] #1  0x00000aa28e8af3e0 in ?? ()
[08:00:40.556] #2  0x00000aa28e8af01e in ?? ()
[08:00:40.556] #3  0x00000aa28e8ae8ad in ?? ()
[08:00:40.556] #4  0x00000aa28e8ae33d in ?? ()
[08:00:40.556] #5  0x00000aaaafa02408 in ?? ()
[08:00:40.556] #6  0x0000000000000000 in ?? ()
test
[07:59:28.581] 162/316 postgresql:pg_amcheck / pg_amcheck/007_concurrently_unique                      ERROR            ...
51/5325 Add sortsupport for range types and btree_gist
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pageinspect/expected/btree.out /tmp/cirrus-ci-build/build/testrun/pageinspect-runn...
--- /tmp/cirrus-ci-build/contrib/pageinspect/expected/btree.out	2024-12-09 07:34:52.775369000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pageinspect-running/regress/results/btree.out	2024-12-09 07:40:46.364318000 +0000
@@ -194,6 +194,7 @@
 SELECT bt_page_items(get_raw_page('test1_a_hash', 0));
 ERROR:  block is a meta page
 CREATE INDEX test1_b_gist ON test1 USING gist(b);
+NOTICE:  notice triggered for injection point gist-sorted-build
 -- Special area of GiST is the same as btree, this complains about inconsistent
 -- leaf data on the page.
 SELECT bt_page_items(get_raw_page('test1_b_gist', 0));
diff -U3 /tmp/cirrus-ci-build/contrib/pageinspect/expected/gist.out /tmp/cirrus-ci-build/build/testrun/pageinspect-runni...
--- /tmp/cirrus-ci-build/contrib/pageinspect/expected/gist.out	2024-12-09 07:34:52.775634000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pageinspect-running/regress/results/gist.out	2024-12-09 07:40:46.881273000 +0000
@@ -3,6 +3,7 @@
 CREATE UNLOGGED TABLE test_gist AS SELECT point(i,i) p, i::text t FROM
     generate_series(1,1000) i;
 CREATE INDEX test_gist_idx ON test_gist USING gist (p);
+NOTICE:  notice triggered for injection point gist-sorted-build
 -- Page 0 is the root, the rest are leaf pages
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/rangetypes.out /tmp/cirrus-ci-build/build/testrun/regress-runnin...
--- /tmp/cirrus-ci-build/src/test/regress/expected/rangetypes.out	2024-12-09 07:34:54.354069000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress-running/regress/results/rangetypes.out	2024-12-09 07:40:43.278348000 +000...
@@ -1512,6 +1512,8 @@
   exclude using gist (room with =, during with &&),
   exclude using gist (speaker with =, during with &&)
 );
+NOTICE:  notice triggered for injection point gist-sorted-build
+NOTICE:  notice triggered for injection point gist-sorted-build
 insert into test_range_excl
   values(int4range(123, 123, '[]'), int4range(1, 1, '[]'), '[2010-01-02 10:00, 2010-01-02 11:00)');
 insert into test_range_excl
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/point.out /tmp/cirrus-ci-build/build/testrun/regress-running/reg...
--- /tmp/cirrus-ci-build/src/test/regress/expected/point.out	2024-12-09 07:34:54.346786000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress-running/regress/results/point.out	2024-12-09 07:40:43.603076000 +0000
@@ -417,6 +417,7 @@
 CREATE TEMP TABLE point_gist_tbl(f1 point);
 INSERT INTO point_gist_tbl SELECT '(0,0)' FROM generate_series(0,1000);
 CREATE INDEX point_gist_tbl_index ON point_gist_tbl USING gist (f1);
+NOTICE:  notice triggered for injection point gist-sorted-build
...
test
[07:41:26.098] 30/76 postgresql:pageinspect-running / pageinspect-running/regress                 ERROR             1.00...
[07:41:26.098] 26/76 postgresql:regress-running / regress-running/regress                         ERROR            30.72...
51/5428 [BUG] Assert fails for local buffers in BufferIsDirty
Windows - Server 2019, VS 2019 - Meson & ninja
test
[05:46:25.826] 309/309 postgresql:ecpg / ecpg/ecpg                                                     TIMEOUT        10...
51/5283 Replace IN VALUES with ANY in WHERE clauses during optimization
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/subselect.out C:/cirrus/build/testrun/regress/regress/r...
--- C:/cirrus/src/test/regress/expected/subselect.out	2024-12-09 03:33:34.094208400 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/subselect.out	2024-12-09 03:36:14.745584500 +0000
@@ -2411,15 +2411,16 @@
 EXPLAIN (COSTS OFF)
 SELECT c.oid,c.relname FROM pg_class c JOIN pg_am a USING (oid)
 WHERE c.oid IN (VALUES (1), (2));
-                          QUERY PLAN                           
----------------------------------------------------------------
- Hash Join
-   Hash Cond: (a.oid = c.oid)
-   ->  Seq Scan on pg_am a
-   ->  Hash
-         ->  Index Scan using pg_class_oid_index on pg_class c
-               Index Cond: (oid = ANY ('{1,2}'::integer[]))
-(6 rows)
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (c.oid = a.oid)
...
test
[03:49:21.452]   6/309 postgresql:regress / regress/regress                                            ERROR           1...
51/5097 Make tuple deformation faster
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/deadlock-parallel.out /tmp/cirrus-ci-build/build/testrun/isola...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/deadlock-parallel.out	2024-12-08 22:50:04.536040000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/isolation-running/isolation/results/deadlock-parallel.out	2024-12-08 22:59:20.843...
@@ -46,6 +46,7 @@
         1
 (1 row)
 
+step e1c: COMMIT;
 step d2a1: <... completed>
   sum
 -----
@@ -57,7 +58,6 @@
          1
 (1 row)
 
-step e1c: COMMIT;
 step d2c: COMMIT;
 step e2l: <... completed>
 lock_excl
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/test_shm_mq/expected/test_shm_mq.out /tmp/cirrus-ci-build/build/testrun/t...
--- /tmp/cirrus-ci-build/src/test/modules/test_shm_mq/expected/test_shm_mq.out	2024-12-08 22:50:04.603784000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/test_shm_mq-running/regress/results/test_shm_mq.out	2024-12-08 22:58:12.978118000...
@@ -29,8 +29,5 @@
 (1 row)
 
 SELECT test_shm_mq_pipelined(16384, (select string_agg(chr(32+(random()*95)::int), '') from generate_series(1,270000)),...
- test_shm_mq_pipelined 
------------------------
- 
-(1 row)
-
+ERROR:  could not register background process
+HINT:  You may need to increase "max_worker_processes".
test
[22:59:57.337] 70/76 postgresql:test_shm_mq-running / test_shm_mq-running/regress                 ERROR             1.03...
[22:59:57.337] 76/76 postgresql:isolation-running / isolation-running/isolation                   ERROR           120.12...
Windows - Server 2019, VS 2019 - Meson & ninja
test
[23:16:22.875] 215/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               TIMEOUT        10...
[23:16:22.875] 256/309 postgresql:recovery / recovery/027_stream_regress                               TIMEOUT        10...
51/5174 Call rm_redo in a temporary memory context
CompilerWarnings
compiler
[22:14:52.836] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
compiler
[22:14:24.876] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
compiler
[22:17:46.225] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
51/5426 Add a warning message when using unencrypted passwords
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/interfaces/ecpg/test/expected/connect-test5.stderr /tmp/cirrus-ci-build/build/testrun/...
--- /tmp/cirrus-ci-build/src/interfaces/ecpg/test/expected/connect-test5.stderr	2024-12-08 21:53:16.760965000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/ecpg/ecpg/results/connect-test5.stderr	2024-12-08 21:56:05.730951000 +0000
@@ -4,16 +4,24 @@
 [NO_PID]: sqlca: code: 0, state: 00000
 [NO_PID]: ecpg_execute on line 24: query: alter user regress_ecpg_user2 encrypted password 'insecure'; with 0 parameter...
 [NO_PID]: sqlca: code: 0, state: 00000
-[NO_PID]: ecpg_execute on line 24: using PQexec
+[NO_PID]: ECPGnoticeReceiver: using a plaintext password in a query
 [NO_PID]: sqlca: code: 0, state: 00000
+[NO_PID]: raising sqlcode 0
+[NO_PID]: sqlca: code: 0, state: 01000
+[NO_PID]: ecpg_execute on line 24: using PQexec
+[NO_PID]: sqlca: code: 0, state: 01000
 [NO_PID]: ecpg_process_output on line 24: OK: ALTER ROLE
-[NO_PID]: sqlca: code: 0, state: 00000
+[NO_PID]: sqlca: code: 0, state: 01000
 [NO_PID]: ecpg_execute on line 25: query: alter user regress_ecpg_user1 encrypted password 'connectpw'; with 0 paramete...
 [NO_PID]: sqlca: code: 0, state: 00000
-[NO_PID]: ecpg_execute on line 25: using PQexec
...
test
[21:58:02.404] 141/314 postgresql:ecpg / ecpg/ecpg                                                     ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/interfaces/ecpg/test/expected/connect-test5.stderr /tmp/cirrus-ci-build/src/interfaces...
--- /tmp/cirrus-ci-build/src/interfaces/ecpg/test/expected/connect-test5.stderr	2024-12-08 21:53:14.454266892 +0000
+++ /tmp/cirrus-ci-build/src/interfaces/ecpg/test/results/connect-test5.stderr	2024-12-08 21:55:29.035311700 +0000
@@ -4,16 +4,24 @@
 [NO_PID]: sqlca: code: 0, state: 00000
 [NO_PID]: ecpg_execute on line 24: query: alter user regress_ecpg_user2 encrypted password 'insecure'; with 0 parameter...
 [NO_PID]: sqlca: code: 0, state: 00000
-[NO_PID]: ecpg_execute on line 24: using PQexec
+[NO_PID]: ECPGnoticeReceiver: using a plaintext password in a query
 [NO_PID]: sqlca: code: 0, state: 00000
+[NO_PID]: raising sqlcode 0
+[NO_PID]: sqlca: code: 0, state: 01000
+[NO_PID]: ecpg_execute on line 24: using PQexec
+[NO_PID]: sqlca: code: 0, state: 01000
 [NO_PID]: ecpg_process_output on line 24: OK: ALTER ROLE
-[NO_PID]: sqlca: code: 0, state: 00000
+[NO_PID]: sqlca: code: 0, state: 01000
 [NO_PID]: ecpg_execute on line 25: query: alter user regress_ecpg_user1 encrypted password 'connectpw'; with 0 paramete...
 [NO_PID]: sqlca: code: 0, state: 00000
-[NO_PID]: ecpg_execute on line 25: using PQexec
...
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/interfaces/ecpg/test/expected/connect-test5.stderr /tmp/cirrus-ci-build/build/testrun/...
--- /tmp/cirrus-ci-build/src/interfaces/ecpg/test/expected/connect-test5.stderr	2024-12-08 21:53:16.908535785 +0000
+++ /tmp/cirrus-ci-build/build/testrun/ecpg/ecpg/results/connect-test5.stderr	2024-12-08 21:57:41.731925217 +0000
@@ -4,16 +4,24 @@
 [NO_PID]: sqlca: code: 0, state: 00000
 [NO_PID]: ecpg_execute on line 24: query: alter user regress_ecpg_user2 encrypted password 'insecure'; with 0 parameter...
 [NO_PID]: sqlca: code: 0, state: 00000
-[NO_PID]: ecpg_execute on line 24: using PQexec
+[NO_PID]: ECPGnoticeReceiver: using a plaintext password in a query
 [NO_PID]: sqlca: code: 0, state: 00000
+[NO_PID]: raising sqlcode 0
+[NO_PID]: sqlca: code: 0, state: 01000
+[NO_PID]: ecpg_execute on line 24: using PQexec
+[NO_PID]: sqlca: code: 0, state: 01000
 [NO_PID]: ecpg_process_output on line 24: OK: ALTER ROLE
-[NO_PID]: sqlca: code: 0, state: 00000
+[NO_PID]: sqlca: code: 0, state: 01000
 [NO_PID]: ecpg_execute on line 25: query: alter user regress_ecpg_user1 encrypted password 'connectpw'; with 0 paramete...
 [NO_PID]: sqlca: code: 0, state: 00000
-[NO_PID]: ecpg_execute on line 25: using PQexec
...
test
[22:00:18.214] 141/314 postgresql:ecpg / ecpg/ecpg                                                     ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/interfaces/ecpg/test/expected/connect-test5.stderr /Users/admin/pgsql/build/testrun/ecpg...
--- /Users/admin/pgsql/src/interfaces/ecpg/test/expected/connect-test5.stderr	2024-12-08 21:53:11
+++ /Users/admin/pgsql/build/testrun/ecpg/ecpg/results/connect-test5.stderr	2024-12-08 21:56:01
@@ -4,16 +4,24 @@
 [NO_PID]: sqlca: code: 0, state: 00000
 [NO_PID]: ecpg_execute on line 24: query: alter user regress_ecpg_user2 encrypted password 'insecure'; with 0 parameter...
 [NO_PID]: sqlca: code: 0, state: 00000
-[NO_PID]: ecpg_execute on line 24: using PQexec
+[NO_PID]: ECPGnoticeReceiver: using a plaintext password in a query
 [NO_PID]: sqlca: code: 0, state: 00000
+[NO_PID]: raising sqlcode 0
+[NO_PID]: sqlca: code: 0, state: 01000
+[NO_PID]: ecpg_execute on line 24: using PQexec
+[NO_PID]: sqlca: code: 0, state: 01000
 [NO_PID]: ecpg_process_output on line 24: OK: ALTER ROLE
-[NO_PID]: sqlca: code: 0, state: 00000
+[NO_PID]: sqlca: code: 0, state: 01000
 [NO_PID]: ecpg_execute on line 25: query: alter user regress_ecpg_user1 encrypted password 'connectpw'; with 0 paramete...
 [NO_PID]: sqlca: code: 0, state: 00000
-[NO_PID]: ecpg_execute on line 25: using PQexec
...
test
[21:57:35.847] 143/314 postgresql:ecpg / ecpg/ecpg                                                     ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/interfaces/ecpg/test/expected/connect-test5.stderr C:/cirrus/build/testrun/ec...
--- C:/cirrus/src/interfaces/ecpg/test/expected/connect-test5.stderr	2024-12-08 21:53:31.507320200 +0000
+++ C:/cirrus/build/testrun/ecpg/ecpg/results/connect-test5.stderr	2024-12-08 22:01:34.990796200 +0000
@@ -4,16 +4,24 @@
 [NO_PID]: sqlca: code: 0, state: 00000
 [NO_PID]: ecpg_execute on line 24: query: alter user regress_ecpg_user2 encrypted password 'insecure'; with 0 parameter...
 [NO_PID]: sqlca: code: 0, state: 00000
-[NO_PID]: ecpg_execute on line 24: using PQexec
+[NO_PID]: ECPGnoticeReceiver: using a plaintext password in a query
 [NO_PID]: sqlca: code: 0, state: 00000
+[NO_PID]: raising sqlcode 0
+[NO_PID]: sqlca: code: 0, state: 01000
+[NO_PID]: ecpg_execute on line 24: using PQexec
+[NO_PID]: sqlca: code: 0, state: 01000
 [NO_PID]: ecpg_process_output on line 24: OK: ALTER ROLE
-[NO_PID]: sqlca: code: 0, state: 00000
+[NO_PID]: sqlca: code: 0, state: 01000
 [NO_PID]: ecpg_execute on line 25: query: alter user regress_ecpg_user1 encrypted password 'connectpw'; with 0 paramete...
 [NO_PID]: sqlca: code: 0, state: 00000
-[NO_PID]: ecpg_execute on line 25: using PQexec
...
test
[22:09:12.186] 149/309 postgresql:ecpg / ecpg/ecpg                                                     ERROR            ...
51/5004 CREATE INDEX CONCURRENTLY for partitioned tables
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_p...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-12-08 19:36:05.225289000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/indexing.out	2024-12-08 19:38:37.195814000...
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/recovery/027_str...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-12-08 19:36:05.225289000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/indexing.out	2024-12-08 19:39:14.6587550...
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/regress/regress/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-12-08 19:36:05.225289000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/indexing.out	2024-12-08 19:38:31.866257000 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[19:38:39.275](69.009s) not ok 5 - regression tests pass
tap
[19:39:17.757](70.770s) not ok 2 - regression tests pass
test
[19:54:08.179]  42/314 postgresql:regress / regress/regress                                            ERROR            ...
[19:54:08.179]  89/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[19:54:08.179] 143/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[19:54:08.179] 314/314 postgresql:isolation / isolation/isolation                                      TIMEOUT        10...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-12-08 19:36:03.881160907 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/indexing.out	2024-12-08 19:43:47.054730185 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/partitioned-cic.out /tmp/cirrus-ci-build/src/test/isolation/ou...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/partitioned-cic.out	2024-12-08 19:36:03.713228275 +0000
+++ /tmp/cirrus-ci-build/src/test/isolation/output_iso/results/partitioned-cic.out	2024-12-08 20:06:01.077463419 +0000
@@ -3,10 +3,14 @@
 starting permutation: lock_p1 cic insert drop2 commit chk_content
 step lock_p1: lock cictab_part_1 in row exclusive mode;
 step cic: CREATE INDEX CONCURRENTLY ON cictab(i); <waiting ...>
-step insert: insert into cictab values (1, 1), (11, 1);
-step drop2: DROP TABLE cictab_part_2;
+step insert: insert into cictab values (1, 1), (11, 1); <waiting ...>
+isolationtester: canceling step insert after 360 seconds
+step insert: <... completed>
+ERROR:  canceling statement due to user request
+step drop2: DROP TABLE cictab_part_2; <waiting ...>
 step commit: COMMIT;
 step cic: <... completed>
+step drop2: <... completed>
 step chk_content: 
   set enable_seqscan to off;
   explain (costs off) select * from cictab where i > 0;
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/src/test/regress/results/index...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-12-08 19:36:03.881160907 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/indexing.out	2024-12-08 19:42:31.546789081 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[19:43:50.665](139.807s) not ok 5 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_p...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-12-08 19:36:05.540470539 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/indexing.out	2024-12-08 19:42:15.806673861...
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/recovery/027_str...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-12-08 19:36:05.540470539 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/indexing.out	2024-12-08 19:42:53.2548957...
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/regress/regress/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-12-08 19:36:05.540470539 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/indexing.out	2024-12-08 19:42:15.666673094 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[19:42:18.854](91.413s) not ok 5 - regression tests pass
tap
[19:42:56.650](91.542s) not ok 2 - regression tests pass
test
[19:57:23.873]  46/314 postgresql:regress / regress/regress                                            ERROR            ...
[19:57:23.873] 122/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[19:57:23.873] 155/314 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
[19:57:23.873] 314/314 postgresql:isolation / isolation/isolation                                      TIMEOUT        10...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/indexing.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_up...
--- /Users/admin/pgsql/src/test/regress/expected/indexing.out	2024-12-08 19:35:11
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/indexing.out	2024-12-08 19:37:38
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/indexing.out /Users/admin/pgsql/build/testrun/recovery/027_stream_...
--- /Users/admin/pgsql/src/test/regress/expected/indexing.out	2024-12-08 19:35:11
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/indexing.out	2024-12-08 19:38:20
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/indexing.out /Users/admin/pgsql/build/testrun/regress/regress/resu...
--- /Users/admin/pgsql/src/test/regress/expected/indexing.out	2024-12-08 19:35:11
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/indexing.out	2024-12-08 19:37:41
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[19:37:40.079](34.541s) not ok 5 - regression tests pass
tap
[19:38:22.492](38.808s) not ok 2 - regression tests pass
test
[19:54:29.268]  26/314 postgresql:regress / regress/regress                                            ERROR            ...
[19:54:29.268]  42/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[19:54:29.268] 124/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[19:54:29.268] 314/314 postgresql:isolation / isolation/isolation                                      TIMEOUT        10...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/indexing.out C:/cirrus/build/testrun/pg_upgrade/002_pg_...
--- C:/cirrus/src/test/regress/expected/indexing.out	2024-12-08 19:36:23.087416000 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/indexing.out	2024-12-08 19:41:00.282660500 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/indexing.out C:/cirrus/build/testrun/recovery/027_strea...
--- C:/cirrus/src/test/regress/expected/indexing.out	2024-12-08 19:36:23.087416000 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/indexing.out	2024-12-08 19:43:34.544088300 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/indexing.out C:/cirrus/build/testrun/regress/regress/re...
--- C:/cirrus/src/test/regress/expected/indexing.out	2024-12-08 19:36:23.087416000 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/indexing.out	2024-12-08 19:40:39.486272200 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[19:41:08.684](147.336s) not ok 5 - regression tests pass
tap
[19:43:46.251](156.051s) not ok 2 - regression tests pass
test
[19:55:12.846]  24/309 postgresql:regress / regress/regress                                            ERROR           1...
[19:55:12.846]  41/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           2...
[19:55:12.846]  84/309 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
[19:55:12.846] 309/309 postgresql:isolation / isolation/isolation                                      TIMEOUT        10...
51/1608 declarative session variables, LET command
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/alter_table.out C:/cirrus/build/testrun/recovery/027_st...
--- C:/cirrus/src/test/regress/expected/alter_table.out	2024-12-08 19:12:34.751262200 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/alter_table.out	2024-12-08 19:19:08.006875600 +0000
@@ -1416,9 +1416,6 @@
                             ^
 -- DELETEs
 delete from atacc1 where a = 3;
-ERROR:  column or variable "a" does not exist
-LINE 1: delete from atacc1 where a = 3;
-                                 ^
 delete from atacc1 where "........pg.dropped.1........" = 3;
 ERROR:  column or variable "........pg.dropped.1........" does not exist
 LINE 1: delete from atacc1 where "........pg.dropped.1........" = 3;
tap
[19:19:29.076](151.633s) not ok 2 - regression tests pass
test
[19:26:47.640] 117/309 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/4770 Introduce XID age and inactive timeout based replication slot invalidation
FreeBSD - 13 - Meson
test
[16:57:31.727]  44/315 postgresql:recovery / recovery/050_invalidate_slots                             ERROR            ...
Linux - Debian Bookworm - Meson
test
[16:57:36.856]  44/315 postgresql:recovery / recovery/050_invalidate_slots                             ERROR            ...
macOS - Sonoma - Meson
test
[16:55:42.913]  44/315 postgresql:recovery / recovery/050_invalidate_slots                             ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
test
[17:07:28.376]  44/310 postgresql:recovery / recovery/050_invalidate_slots                             ERROR            ...
51/4997 Return pg_control from pg_backup_stop().
macOS - Sonoma - Meson
core
[16:14:31.675]   * frame #0: 0x0000000197250b28 libsystem_pthread.dylib`_pthread_mutex_unlock_init_slow + 20
[16:14:31.675]     frame #1: 0x00000001970fbbe0 libsystem_c.dylib`funlockfile + 40
[16:14:31.675]     frame #2: 0x00000001971003f8 libsystem_c.dylib`fread + 76
[16:14:31.675]     frame #3: 0x000000019710d754 libsystem_c.dylib`_Read_RuneMagi + 624
[16:14:31.675]     frame #4: 0x000000019710d058 libsystem_c.dylib`__setrunelocale + 228
[16:14:31.675]     frame #5: 0x000000019710cf54 libsystem_c.dylib`__wrap_setrunelocale + 20
[16:14:31.675]     frame #6: 0x000000019710c550 libsystem_c.dylib`loadlocale + 256
[16:14:31.675]     frame #7: 0x00000001970f5794 libsystem_c.dylib`setlocale + 728
[16:14:31.675]     frame #8: 0x0000000100f9bcd0 bash`___lldb_unnamed_symbol797 + 32
[16:14:31.675]     frame #9: 0x0000000100f7070c bash`___lldb_unnamed_symbol203 + 156
tap
[16:10:36.358](0.000s) not ok 4 - reserved_connections limit: matches
test
[16:11:17.102] 243/314 postgresql:postmaster / postmaster/001_connection_limits                        ERROR            ...
51/5027 Track the amount of time waiting due to cost_delay
FreeBSD - 13 - Meson
core
[15:38:58.912] #0  0x00000d1de6a8a23a in copy_file_range () from /lib/libc.so.7
[15:38:58.912] #1  0x00000d15c52443e0 in ?? ()
[15:38:58.912] #2  0x00000d15c524401e in ?? ()
[15:38:58.912] #3  0x00000d15c52438ad in ?? ()
[15:38:58.912] #4  0x00000d15c524333d in ?? ()
[15:38:58.912] #5  0x00000d1de5f7e408 in ?? ()
[15:38:58.912] #6  0x0000000000000000 in ?? ()
tap
[15:37:40.558](239.103s) # poll_query_until timed out executing this query:
timed out waiting for slot to be lost at /tmp/cirrus-ci-build/src/test/recovery/t/019_replslot_limit.pl line 388.
test
[15:37:46.184] 314/314 postgresql:recovery / recovery/019_replslot_limit                               ERROR           2...
51/5394 Fix jsonb comparison for raw scalar pseudo arrays
macOS - Sonoma - Meson
tap
[15:19:51.790](0.000s) not ok 240 - error: \gset not allowed in pipeline mode stderr /(?^:gset is not allowed in pipelin...
test
[15:20:40.974] 218/314 postgresql:pgbench / pgbench/001_pgbench_with_server                            ERROR            ...
51/5131 add log_transaction GUC setting
FreeBSD - 13 - Meson
tap
[15:01:56.165](1.725s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[15:02:07.102] 294/314 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
Linux - Debian Bookworm - Autoconf
tap
[15:02:03.365](0.988s) not ok 1 - no parameters missing from postgresql.conf.sample
Linux - Debian Bookworm - Meson
core
[15:05:59.121] #0  0x00007fd34c8aeda4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[15:05:59.121] #1  0x00007fd34c85b239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[15:05:59.121] #2  0x00007fd34c916204 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:05:59.121] #3  0x00007fd34c92885c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[15:05:59.121] #0  <unavailable> in ?? ()
tap
[15:04:34.730](0.454s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[15:04:49.124] 293/314 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
macOS - Sonoma - Meson
tap
[15:00:58.404](0.757s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[15:01:10.042] 294/314 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[15:09:26.872](1.803s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[15:10:53.558] 289/309 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
51/5421 Use streaming read API in pgstattuple.
Linux - Debian Bookworm - Meson
core
[10:53:30.000] #0  0x00007f47d5d32b93 in wait4 () from /lib/x86_64-linux-gnu/libc.so.6
[10:53:30.000] #1  0x000055628b8d7cc0 in ?? ()
[10:53:30.000] #2  0x000055628b8d7efa in ?? ()
[10:53:30.000] #3  0x000055628b8d9630 in ?? ()
[10:53:30.000] #4  0x000055628b8d3371 in ?? ()
[10:53:30.000] #5  0x000055628b8d220f in ?? ()
[10:53:30.000] #6  0x000055628b8d2c3b in ?? ()
[10:53:30.000] #7  0x000055628b8d066f in ?? ()
[10:53:30.000] #8  0x00007f47d5c8624a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[10:53:30.000] #9  0x00007f47d5c86305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[10:53:30.128] #0  0x00007f0a09d407b3 in copy_file_range () from /lib/x86_64-linux-gnu/libc.so.6
[10:53:30.128] #1  0x000055658c397291 in ?? ()
[10:53:30.128] #2  0x000055658c39b671 in ?? ()
[10:53:30.128] #3  0x000055658c39c577 in ?? ()
[10:53:30.128] #4  0x000055658c3965bc in ?? ()
[10:53:30.128] #5  0x000055658c394eda in ?? ()
[10:53:30.128] #6  0x00007f0a09c6b24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[10:53:30.128] #7  0x00007f0a09c6b305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
[10:53:30.128] #8  0x000055658c395171 in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pgstattuple/expected/pgstattuple.out /tmp/cirrus-ci-build/build-32/testrun/pgstatt...
--- /tmp/cirrus-ci-build/contrib/pgstattuple/expected/pgstattuple.out	2024-12-08 10:40:46.356628174 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/pgstattuple/regress/results/pgstattuple.out	2024-12-08 10:50:08.540277632 +000...
@@ -134,7 +134,7 @@
 select * from pgstathashindex('test_hashidx');
  version | bucket_pages | overflow_pages | bitmap_pages | unused_pages | live_items | dead_items | free_percent 
 ---------+--------------+----------------+--------------+--------------+------------+------------+--------------
-       4 |            4 |              0 |            1 |            0 |          0 |          0 |          100
+       4 |            2 |              0 |            1 |            0 |          0 |          0 |          100
 (1 row)
 
 create index test_gistidx ON test USING gist(c);
@@ -166,7 +166,7 @@
 select pgstattuple('test_hashidx');
            pgstattuple           
 ---------------------------------
- (49152,0,0,0,0,0,0,32608,66.34)
+ (32768,0,0,0,0,0,0,16304,49.76)
 (1 row)
 
...
test
[10:52:18.216]  83/314 postgresql:pgstattuple / pgstattuple/regress                                    ERROR            ...
51/5318 System views for versions reporting
Linux - Debian Bookworm - Meson
test
[08:49:56.899] 302/314 postgresql:test_slru / test_slru/001_multixact                                  ERROR            ...
51/5284 database-specific role memberships
FreeBSD - 13 - Meson
core
[08:28:20.865] #0  0x000015123b5d6ff0 in ?? ()
[08:28:20.865] #1  0x0000000000000003 in ?? ()
[08:28:20.865] #2  0x00000402287b8758 in ?? ()
[08:28:20.865] #3  0x00000402287b875b in ?? ()
[08:28:20.865] #4  0x00000402287b875e in ?? ()
[08:28:20.865] #5  0x0000000000000000 in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/privs_in_db.out /tmp/cirrus-ci-build/build/testrun/regress-runni...
--- /tmp/cirrus-ci-build/src/test/regress/expected/privs_in_db.out	2024-12-08 08:20:53.704448000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress-running/regress/results/privs_in_db.out	2024-12-08 08:26:45.830837000 +00...
@@ -756,9 +756,10 @@
 DROP DATABASE regression_db_0;
 DROP ROLE regress_role_admin;
 SELECT datname FROM pg_database WHERE datname LIKE 'regression_db_%';
- datname 
----------
-(0 rows)
+      datname      
+-------------------
+ regression_dblink
+(1 row)
 
 SELECT rolname FROM pg_roles WHERE rolname LIKE 'regress_role_%';
  rolname 
test
[08:27:08.001] 75/76 postgresql:regress-running / regress-running/regress                         ERROR            27.60...
51/5393 attempt multibyte-aware truncation of database names
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/database.out C:/cirrus/build/testrun/recovery/027_strea...
--- C:/cirrus/src/test/regress/expected/database.out	2024-12-08 07:27:16.243678000 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/database.out	2024-12-08 07:31:52.146580600 +0000
@@ -1,9 +1,15 @@
 CREATE DATABASE regression_tbd
 	ENCODING utf8 LC_COLLATE "C" LC_CTYPE "C" TEMPLATE template0;
+ERROR:  encoding "UTF8" is not compatible with shared catalog encoding "WIN1252"
+HINT:  Consider ALTER SYSTEM CATALOG ENCODING SQL_ASCII.
 ALTER DATABASE regression_tbd RENAME TO regression_utf8;
+ERROR:  database "regression_tbd" does not exist
 ALTER DATABASE regression_utf8 SET TABLESPACE regress_tblspace;
+ERROR:  database "regression_utf8" does not exist
 ALTER DATABASE regression_utf8 RESET TABLESPACE;
+ERROR:  database "regression_utf8" does not exist
 ALTER DATABASE regression_utf8 CONNECTION_LIMIT 123;
+ERROR:  database "regression_utf8" does not exist
 -- Test PgDatabaseToastTable.  Doing this with GRANT would be slow.
 BEGIN;
 UPDATE pg_database
@@ -11,5 +17,7 @@
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/database.out C:/cirrus/build/testrun/regress/regress/re...
--- C:/cirrus/src/test/regress/expected/database.out	2024-12-08 07:27:16.243678000 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/database.out	2024-12-08 07:29:25.314664800 +0000
@@ -1,9 +1,15 @@
 CREATE DATABASE regression_tbd
 	ENCODING utf8 LC_COLLATE "C" LC_CTYPE "C" TEMPLATE template0;
+ERROR:  encoding "UTF8" is not compatible with shared catalog encoding "WIN1252"
+HINT:  Consider ALTER SYSTEM CATALOG ENCODING SQL_ASCII.
 ALTER DATABASE regression_tbd RENAME TO regression_utf8;
+ERROR:  database "regression_tbd" does not exist
 ALTER DATABASE regression_utf8 SET TABLESPACE regress_tblspace;
+ERROR:  database "regression_utf8" does not exist
 ALTER DATABASE regression_utf8 RESET TABLESPACE;
+ERROR:  database "regression_utf8" does not exist
 ALTER DATABASE regression_utf8 CONNECTION_LIMIT 123;
+ERROR:  database "regression_utf8" does not exist
 -- Test PgDatabaseToastTable.  Doing this with GRANT would be slow.
 BEGIN;
 UPDATE pg_database
@@ -11,5 +17,7 @@
...
tap
[07:33:47.707](130.754s) not ok 2 - regression tests pass
test
[07:41:08.250]   7/309 postgresql:regress / regress/regress                                            ERROR           1...
[07:41:08.250]  98/309 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5404 Self contradictory examining on rel's baserestrictinfo
CompilerWarnings
compiler
[07:09:30.926] contradictory.c:1413:12: error: ‘varcollid’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[07:09:30.926] contradictory.c:1638:38: error: ‘one_elem’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[07:09:30.926] contradictory.c:757:25: error: ‘btest’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[07:08:44.441] contradictory.c:1638:38: error: ‘one_elem’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[07:08:44.441] contradictory.c:757:25: error: ‘btest’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[07:08:44.441] contradictory.c:1413:12: error: ‘varcollid’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[07:14:57.326] contradictory.c:1638:38: error: ‘one_elem’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[07:14:57.326] contradictory.c:757:25: error: ‘btest’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[07:14:57.326] contradictory.c:1413:12: error: ‘varcollid’ may be used uninitialized [-Werror=maybe-uninitialized]
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/btree_gin/expected/bool.out /tmp/cirrus-ci-build/build/testrun/btree_gin/regress/r...
--- /tmp/cirrus-ci-build/contrib/btree_gin/expected/bool.out	2024-12-08 07:07:40.284794000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/btree_gin/regress/results/bool.out	2024-12-08 07:10:17.260773000 +0000
@@ -109,15 +109,13 @@
 (6 rows)
 
 EXPLAIN (COSTS OFF) SELECT * FROM test_bool WHERE i>true ORDER BY i;
-                QUERY PLAN                 
--------------------------------------------
+           QUERY PLAN           
+--------------------------------
  Sort
    Sort Key: i
-   ->  Bitmap Heap Scan on test_bool
-         Recheck Cond: (i > true)
-         ->  Bitmap Index Scan on idx_bool
-               Index Cond: (i > true)
-(6 rows)
+   ->  Result
+         One-Time Filter: false
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/horology.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_p...
--- /tmp/cirrus-ci-build/src/test/regress/expected/horology.out	2024-12-08 07:07:41.877451000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/horology.out	2024-12-08 07:09:02.269999000...
@@ -2541,18 +2541,17 @@
 explain (costs off)
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
-                                 QUERY PLAN                                  
------------------------------------------------------------------------------
+         QUERY PLAN         
+----------------------------
  Aggregate
    ->  Seq Scan on date_tbl
-         Filter: ((f1 >= '01-01-1997'::date) AND (f1 <= '01-01-1998'::date))
-(3 rows)
+(2 rows)
 
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
  count 
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/horology.out /tmp/cirrus-ci-build/build/testrun/recovery/027_str...
--- /tmp/cirrus-ci-build/src/test/regress/expected/horology.out	2024-12-08 07:07:41.877451000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/horology.out	2024-12-08 07:09:39.8264380...
@@ -2541,18 +2541,17 @@
 explain (costs off)
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
-                                 QUERY PLAN                                  
------------------------------------------------------------------------------
+         QUERY PLAN         
+----------------------------
  Aggregate
    ->  Seq Scan on date_tbl
-         Filter: ((f1 >= '01-01-1997'::date) AND (f1 <= '01-01-1998'::date))
-(3 rows)
+(2 rows)
 
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
  count 
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/horology.out /tmp/cirrus-ci-build/build/testrun/regress/regress/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/horology.out	2024-12-08 07:07:41.877451000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/horology.out	2024-12-08 07:09:01.740615000 +0000
@@ -2541,18 +2541,17 @@
 explain (costs off)
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
-                                 QUERY PLAN                                  
------------------------------------------------------------------------------
+         QUERY PLAN         
+----------------------------
  Aggregate
    ->  Seq Scan on date_tbl
-         Filter: ((f1 >= '01-01-1997'::date) AND (f1 <= '01-01-1998'::date))
-(3 rows)
+(2 rows)
 
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
  count 
...
tap
[07:10:01.404](62.848s) not ok 5 - regression tests pass
tap
[07:10:54.189](78.224s) not ok 2 - regression tests pass
test
[07:12:44.266]   6/314 postgresql:regress / regress/regress                                            ERROR            ...
[07:12:44.266]  60/314 postgresql:btree_gin / btree_gin/regress                                        ERROR            ...
[07:12:44.266]  91/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[07:12:44.266] 162/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/contrib/btree_gin/expected/bool.out /tmp/cirrus-ci-build/contrib/btree_gin/results/bool.ou...
--- /tmp/cirrus-ci-build/contrib/btree_gin/expected/bool.out	2024-12-08 07:07:34.495803971 +0000
+++ /tmp/cirrus-ci-build/contrib/btree_gin/results/bool.out	2024-12-08 07:11:31.456492888 +0000
@@ -109,15 +109,13 @@
 (6 rows)
 
 EXPLAIN (COSTS OFF) SELECT * FROM test_bool WHERE i>true ORDER BY i;
-                QUERY PLAN                 
--------------------------------------------
+           QUERY PLAN           
+--------------------------------
  Sort
    Sort Key: i
-   ->  Bitmap Heap Scan on test_bool
-         Recheck Cond: (i > true)
-         ->  Bitmap Index Scan on idx_bool
-               Index Cond: (i > true)
-(6 rows)
+   ->  Result
+         One-Time Filter: false
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/horology.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/horology.out	2024-12-08 07:07:36.403526034 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/horology.out	2024-12-08 07:12:33.964500022 +0000
@@ -2541,18 +2541,18 @@
 explain (costs off)
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
-                                 QUERY PLAN                                  
------------------------------------------------------------------------------
+                 QUERY PLAN                 
+--------------------------------------------
  Aggregate
    ->  Seq Scan on date_tbl
-         Filter: ((f1 >= '01-01-1997'::date) AND (f1 <= '01-01-1998'::date))
+         Filter: (f1 <= '01-01-1998'::date)
 (3 rows)
 
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
  count 
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/horology.out /tmp/cirrus-ci-build/src/test/recovery/tmp_check/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/horology.out	2024-12-08 07:07:36.403526034 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/horology.out	2024-12-08 07:15:11.235931960 +0000
@@ -2541,18 +2541,18 @@
 explain (costs off)
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
-                                 QUERY PLAN                                  
------------------------------------------------------------------------------
+                 QUERY PLAN                 
+--------------------------------------------
  Aggregate
    ->  Seq Scan on date_tbl
-         Filter: ((f1 >= '01-01-1997'::date) AND (f1 <= '01-01-1998'::date))
+         Filter: (f1 <= '01-01-1998'::date)
 (3 rows)
 
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
  count 
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/horology.out /tmp/cirrus-ci-build/src/test/regress/results/horol...
--- /tmp/cirrus-ci-build/src/test/regress/expected/horology.out	2024-12-08 07:07:36.403526034 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/horology.out	2024-12-08 07:10:34.100535251 +0000
@@ -2541,18 +2541,18 @@
 explain (costs off)
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
-                                 QUERY PLAN                                  
------------------------------------------------------------------------------
+                 QUERY PLAN                 
+--------------------------------------------
  Aggregate
    ->  Seq Scan on date_tbl
-         Filter: ((f1 >= '01-01-1997'::date) AND (f1 <= '01-01-1998'::date))
+         Filter: (f1 <= '01-01-1998'::date)
 (3 rows)
 
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
  count 
...
tap
[07:14:18.250](112.021s) not ok 5 - regression tests pass
tap
[07:16:07.196](60.239s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Meson
core
[07:15:06.921] #0  0x00007f32974a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:15:06.921] #1  0x00007f329745afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:15:06.921] #2  0x00007f3297445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:15:06.921] #3  0x00007f329761e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[07:15:06.921] #4  0x00007f329762aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[07:15:06.921] #5  0x00007f329760dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x559fdbd1b10...
[07:15:06.921] #6  0x0000559fdafd5dfc in examine_self_contradictory_rels (root=root@entry=0x559fdd0aaf28, rel=rel@entry=...
[07:15:06.921] #7  0x0000559fdafd600b in examine_self_contradictory_rels_phase1 (root=root@entry=0x559fdd0aaf28) at ../s...
[07:15:06.921] #8  0x0000559fdafa064d in query_planner (root=root@entry=0x559fdd0aaf28, qp_callback=qp_callback@entry=0x...
[07:15:06.921] #9  0x0000559fdafb3a40 in grouping_planner (root=root@entry=0x559fdd0aaf28, tuple_fraction=<optimized out...
core
[07:15:12.293] #0  0x00007f898baa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:15:12.293] #1  0x00007f898ba5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:15:12.293] #2  0x00007f898ba45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:15:12.293] #3  0x00007f898bc1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[07:15:12.293] #4  0x00007f898bc2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[07:15:12.293] #5  0x00007f898bc0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55dd0f70010...
[07:15:12.293] #6  0x000055dd0e9badfc in examine_self_contradictory_rels (root=root@entry=0x55dd1132e0f8, rel=rel@entry=...
[07:15:12.293] #7  0x000055dd0e9bb00b in examine_self_contradictory_rels_phase1 (root=root@entry=0x55dd1132e0f8) at ../s...
[07:15:12.293] #8  0x000055dd0e98564d in query_planner (root=root@entry=0x55dd1132e0f8, qp_callback=qp_callback@entry=0x...
[07:15:12.293] #9  0x000055dd0e998a40 in grouping_planner (root=root@entry=0x55dd1132e0f8, tuple_fraction=<optimized out...
core
[07:15:08.547] #0  0x00007fe70bca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:15:08.547] #1  0x00007fe70bc5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:15:08.547] #2  0x00007fe70bc45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:15:08.547] #3  0x00007fe70be1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[07:15:08.547] #4  0x00007fe70be2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[07:15:08.547] #5  0x00007fe70be0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x559687f9410...
[07:15:08.547] #6  0x000055968724edfc in examine_self_contradictory_rels (root=root@entry=0x559689c73c98, rel=rel@entry=...
[07:15:08.547] #7  0x000055968724f00b in examine_self_contradictory_rels_phase1 (root=root@entry=0x559689c73c98) at ../s...
[07:15:08.547] #8  0x000055968721964d in query_planner (root=root@entry=0x559689c73c98, qp_callback=qp_callback@entry=0x...
[07:15:08.547] #9  0x000055968722ca40 in grouping_planner (root=root@entry=0x559689c73c98, tuple_fraction=<optimized out...
core
[07:15:13.923] #0  0x00007f13c4aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:15:13.923] #1  0x00007f13c4a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:15:13.923] #2  0x00007f13c4a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:15:13.923] #3  0x00007f13c4c1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[07:15:13.923] #4  0x00007f13c4c2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[07:15:13.923] #5  0x00007f13c4c0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x5601208b310...
[07:15:13.923] #6  0x000056011fb6ddfc in examine_self_contradictory_rels (root=root@entry=0x56012195dcc8, rel=rel@entry=...
[07:15:13.923] #7  0x000056011fb6e00b in examine_self_contradictory_rels_phase1 (root=root@entry=0x56012195dcc8) at ../s...
[07:15:13.923] #8  0x000056011fb3864d in query_planner (root=root@entry=0x56012195dcc8, qp_callback=qp_callback@entry=0x...
[07:15:13.923] #9  0x000056011fb4ba40 in grouping_planner (root=root@entry=0x56012195dcc8, tuple_fraction=<optimized out...
core
[07:15:10.641] #0  0x00007f13c4aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:15:10.641] #1  0x00007f13c4a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:15:10.641] #2  0x00007f13c4a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:15:10.641] #3  0x00007f13c4c1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[07:15:10.641] #4  0x00007f13c4c2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[07:15:10.641] #5  0x00007f13c4c0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x5601208b310...
[07:15:10.641] #6  0x000056011fb6ddfc in examine_self_contradictory_rels (root=root@entry=0x56012189aa08, rel=rel@entry=...
[07:15:10.641] #7  0x000056011fb6e00b in examine_self_contradictory_rels_phase1 (root=root@entry=0x56012189aa08) at ../s...
[07:15:10.641] #8  0x000056011fb3864d in query_planner (root=root@entry=0x56012189aa08, qp_callback=qp_callback@entry=0x...
[07:15:10.641] #9  0x000056011fb4ba40 in grouping_planner (root=root@entry=0x56012189aa08, tuple_fraction=<optimized out...
core
[07:15:14.461] #0  0x00007f32974a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:15:14.461] #1  0x00007f329745afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:15:14.461] #2  0x00007f3297445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:15:14.461] #3  0x00007f329761e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[07:15:14.461] #4  0x00007f329762aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[07:15:14.461] #5  0x00007f329760dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x559fdbd1b10...
[07:15:14.461] #6  0x0000559fdafd5dfc in examine_self_contradictory_rels (root=root@entry=0x559fdd0aaf28, rel=rel@entry=...
[07:15:14.461] #7  0x0000559fdafd600b in examine_self_contradictory_rels_phase1 (root=root@entry=0x559fdd0aaf28) at ../s...
[07:15:14.461] #8  0x0000559fdafa064d in query_planner (root=root@entry=0x559fdd0aaf28, qp_callback=qp_callback@entry=0x...
[07:15:14.461] #9  0x0000559fdafb3a40 in grouping_planner (root=root@entry=0x559fdd0aaf28, tuple_fraction=<optimized out...
core
[07:15:09.079] #0  0x00007f32974a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:15:09.079] #1  0x00007f329745afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:15:09.079] #2  0x00007f3297445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:15:09.079] #3  0x00007f329761e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[07:15:09.079] #4  0x00007f329762aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[07:15:09.079] #5  0x00007f329760dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x559fdbd1b10...
[07:15:09.079] #6  0x0000559fdafd5dfc in examine_self_contradictory_rels (root=root@entry=0x559fdd0aaf28, rel=rel@entry=...
[07:15:09.079] #7  0x0000559fdafd600b in examine_self_contradictory_rels_phase1 (root=root@entry=0x559fdd0aaf28) at ../s...
[07:15:09.079] #8  0x0000559fdafa064d in query_planner (root=root@entry=0x559fdd0aaf28, qp_callback=qp_callback@entry=0x...
[07:15:09.079] #9  0x0000559fdafb3a40 in grouping_planner (root=root@entry=0x559fdd0aaf28, tuple_fraction=<optimized out...
core
[07:15:15.939] #0  0x00007f13c4aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:15:15.939] #1  0x00007f13c4a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:15:15.939] #2  0x00007f13c4a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:15:15.939] #3  0x00007f13c4c1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[07:15:15.939] #4  0x00007f13c4c2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[07:15:15.939] #5  0x00007f13c4c0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x5601208b310...
[07:15:15.939] #6  0x000056011fb6ddfc in examine_self_contradictory_rels (root=root@entry=0x560121796408, rel=rel@entry=...
[07:15:15.939] #7  0x000056011fb6e00b in examine_self_contradictory_rels_phase1 (root=root@entry=0x560121796408) at ../s...
[07:15:15.939] #8  0x000056011fb3864d in query_planner (root=root@entry=0x560121796408, qp_callback=qp_callback@entry=0x...
[07:15:15.939] #9  0x000056011fb4ba40 in grouping_planner (root=root@entry=0x560121796408, tuple_fraction=<optimized out...
core
[07:15:06.394] #0  0x00007f13c4aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:15:06.394] #1  0x00007f13c4a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:15:06.394] #2  0x00007f13c4a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:15:06.394] #3  0x00007f13c4c1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[07:15:06.394] #4  0x00007f13c4c2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[07:15:06.394] #5  0x00007f13c4c0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x5601208b310...
[07:15:06.394] #6  0x000056011fb6ddfc in examine_self_contradictory_rels (root=root@entry=0x56012190a138, rel=rel@entry=...
[07:15:06.394] #7  0x000056011fb6e00b in examine_self_contradictory_rels_phase1 (root=root@entry=0x56012190a138) at ../s...
[07:15:06.394] #8  0x000056011fb3864d in query_planner (root=root@entry=0x56012190a138, qp_callback=qp_callback@entry=0x...
[07:15:06.394] #9  0x000056011fb4ba40 in grouping_planner (root=root@entry=0x56012190a138, tuple_fraction=<optimized out...
regress
diff -U3 /tmp/cirrus-ci-build/contrib/btree_gin/expected/bool.out /tmp/cirrus-ci-build/build/testrun/btree_gin/regress/r...
--- /tmp/cirrus-ci-build/contrib/btree_gin/expected/bool.out	2024-12-08 07:07:39.969818999 +0000
+++ /tmp/cirrus-ci-build/build/testrun/btree_gin/regress/results/bool.out	2024-12-08 07:11:55.574943658 +0000
@@ -109,15 +109,13 @@
 (6 rows)
 
 EXPLAIN (COSTS OFF) SELECT * FROM test_bool WHERE i>true ORDER BY i;
-                QUERY PLAN                 
--------------------------------------------
+           QUERY PLAN           
+--------------------------------
  Sort
    Sort Key: i
-   ->  Bitmap Heap Scan on test_bool
-         Recheck Cond: (i > true)
-         ->  Bitmap Index Scan on idx_bool
-               Index Cond: (i > true)
-(6 rows)
+   ->  Result
+         One-Time Filter: false
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/horology.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_p...
--- /tmp/cirrus-ci-build/src/test/regress/expected/horology.out	2024-12-08 07:07:41.927166471 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/horology.out	2024-12-08 07:11:09.895648501...
@@ -2541,1318 +2541,7 @@
 explain (costs off)
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
-                                 QUERY PLAN                                  
------------------------------------------------------------------------------
- Aggregate
-   ->  Seq Scan on date_tbl
-         Filter: ((f1 >= '01-01-1997'::date) AND (f1 <= '01-01-1998'::date))
-(3 rows)
-
-select count(*) from date_tbl
-  where f1 between symmetric '1997-01-01' and '1998-01-01';
- count 
--------
-     3
-(1 row)
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/horology.out /tmp/cirrus-ci-build/build/testrun/recovery/027_str...
--- /tmp/cirrus-ci-build/src/test/regress/expected/horology.out	2024-12-08 07:07:41.927166471 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/horology.out	2024-12-08 07:11:38.3111125...
@@ -2541,1318 +2541,7 @@
 explain (costs off)
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
-                                 QUERY PLAN                                  
------------------------------------------------------------------------------
- Aggregate
-   ->  Seq Scan on date_tbl
-         Filter: ((f1 >= '01-01-1997'::date) AND (f1 <= '01-01-1998'::date))
-(3 rows)
-
-select count(*) from date_tbl
-  where f1 between symmetric '1997-01-01' and '1998-01-01';
- count 
--------
-     3
-(1 row)
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/horology.out /tmp/cirrus-ci-build/build/testrun/regress/regress/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/horology.out	2024-12-08 07:07:41.927166471 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/horology.out	2024-12-08 07:11:05.875590581 +0000
@@ -2541,1318 +2541,7 @@
 explain (costs off)
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
-                                 QUERY PLAN                                  
------------------------------------------------------------------------------
- Aggregate
-   ->  Seq Scan on date_tbl
-         Filter: ((f1 >= '01-01-1997'::date) AND (f1 <= '01-01-1998'::date))
-(3 rows)
-
-select count(*) from date_tbl
-  where f1 between symmetric '1997-01-01' and '1998-01-01';
- count 
--------
-     3
-(1 row)
...
tap
[07:12:25.444](0.587s) not ok 20 - pg_amcheck of db1.s1 excluding indexes status (got 1 vs expected 0)
[07:12:25.445](0.000s) not ok 22 - pg_amcheck of db1.s1 excluding indexes stderr /(?^:^$)/
[07:12:26.061](0.616s) not ok 23 - pg_amcheck of db2.s1 excluding indexes status (got 1 vs expected 2)
[07:12:26.062](0.000s) not ok 24 - pg_amcheck of db2.s1 excluding indexes stdout /(?^:could not open file ".*": No such ...
[07:12:26.062](0.000s) not ok 25 - pg_amcheck of db2.s1 excluding indexes stderr /(?^:^$)/
[07:12:26.745](0.372s) not ok 43 - pg_amcheck over schema s1 with all indexes excluded reports no corruption status (got...
[07:12:26.746](0.000s) not ok 45 - pg_amcheck over schema s1 with all indexes excluded reports no corruption stderr /(?^...
[07:12:26.777](0.031s) not ok 46 - pg_amcheck over schema s2 with corrupt tables excluded reports no corruption status (...
[07:12:26.778](0.000s) not ok 48 - pg_amcheck over schema s2 with corrupt tables excluded reports no corruption stderr /...
[07:12:26.850](0.027s) not ok 55 - pg_amcheck smoke test --parent-check status (got 1 vs expected 2)
[07:12:26.850](0.000s) not ok 56 - pg_amcheck smoke test --parent-check stdout /(?^:index ".*" lacks a main relation for...
[07:12:26.851](0.000s) not ok 57 - pg_amcheck smoke test --parent-check stderr /(?^:^$)/
[07:12:26.876](0.025s) not ok 58 - pg_amcheck smoke test --heapallindexed --rootdescend status (got 1 vs expected 2)
[07:12:26.877](0.000s) not ok 59 - pg_amcheck smoke test --heapallindexed --rootdescend stdout /(?^:index ".*" lacks a m...
[07:12:26.877](0.000s) not ok 60 - pg_amcheck smoke test --heapallindexed --rootdescend stderr /(?^:^$)/
[07:12:26.936](0.059s) not ok 61 - pg_amcheck excluding all corrupt schemas status (got 1 vs expected 0)
[07:12:26.937](0.000s) not ok 63 - pg_amcheck excluding all corrupt schemas stderr /(?^:^$)/
[07:12:26.985](0.048s) not ok 64 - pg_amcheck smoke test --parent-check --checkunique status (got 1 vs expected 2)
[07:12:26.986](0.000s) not ok 65 - pg_amcheck smoke test --parent-check --checkunique stdout /(?^:index ".*" lacks a mai...
[07:12:26.986](0.000s) not ok 66 - pg_amcheck smoke test --parent-check --checkunique stderr /(?^:^$)/
[07:12:27.036](0.049s) not ok 67 - pg_amcheck smoke test --heapallindexed --rootdescend --checkunique status (got 1 vs e...
[07:12:27.036](0.000s) not ok 68 - pg_amcheck smoke test --heapallindexed --rootdescend --checkunique stdout /(?^:index ...
[07:12:27.037](0.000s) not ok 69 - pg_amcheck smoke test --heapallindexed --rootdescend --checkunique stderr /(?^:^$)/
[07:12:27.067](0.030s) not ok 70 - pg_amcheck excluding all corrupt schemas with --checkunique option status (got 1 vs e...
[07:12:27.068](0.000s) not ok 72 - pg_amcheck excluding all corrupt schemas with --checkunique option stderr /(?^:^$)/
tap
[07:11:18.586](14.389s) not ok 5 - regression tests pass
[07:11:20.512](1.905s) not ok 6 - dump before running pg_upgrade
tap
[07:11:44.407](11.755s) not ok 2 - regression tests pass
test
[07:14:01.112]  15/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[07:14:01.112]   6/314 postgresql:regress / regress/regress                                            ERROR            ...
[07:14:01.112]  41/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[07:14:01.112]  60/314 postgresql:btree_gin / btree_gin/regress                                        ERROR            ...
[07:14:01.112] 153/314 postgresql:pg_amcheck / pg_amcheck/003_check                                    ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/contrib/btree_gin/expected/bool.out /Users/admin/pgsql/build/testrun/btree_gin/regress/resul...
--- /Users/admin/pgsql/contrib/btree_gin/expected/bool.out	2024-12-08 07:07:10
+++ /Users/admin/pgsql/build/testrun/btree_gin/regress/results/bool.out	2024-12-08 07:10:00
@@ -109,15 +109,13 @@
 (6 rows)
 
 EXPLAIN (COSTS OFF) SELECT * FROM test_bool WHERE i>true ORDER BY i;
-                QUERY PLAN                 
--------------------------------------------
+           QUERY PLAN           
+--------------------------------
  Sort
    Sort Key: i
-   ->  Bitmap Heap Scan on test_bool
-         Recheck Cond: (i > true)
-         ->  Bitmap Index Scan on idx_bool
-               Index Cond: (i > true)
-(6 rows)
+   ->  Result
+         One-Time Filter: false
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/horology.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_up...
--- /Users/admin/pgsql/src/test/regress/expected/horology.out	2024-12-08 07:07:12
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/horology.out	2024-12-08 07:08:58
@@ -2541,18 +2541,17 @@
 explain (costs off)
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
-                                 QUERY PLAN                                  
------------------------------------------------------------------------------
+         QUERY PLAN         
+----------------------------
  Aggregate
    ->  Seq Scan on date_tbl
-         Filter: ((f1 >= '01-01-1997'::date) AND (f1 <= '01-01-1998'::date))
-(3 rows)
+(2 rows)
 
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
  count 
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/horology.out /Users/admin/pgsql/build/testrun/recovery/027_stream_...
--- /Users/admin/pgsql/src/test/regress/expected/horology.out	2024-12-08 07:07:12
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/horology.out	2024-12-08 07:09:35
@@ -2541,18 +2541,17 @@
 explain (costs off)
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
-                                 QUERY PLAN                                  
------------------------------------------------------------------------------
+         QUERY PLAN         
+----------------------------
  Aggregate
    ->  Seq Scan on date_tbl
-         Filter: ((f1 >= '01-01-1997'::date) AND (f1 <= '01-01-1998'::date))
-(3 rows)
+(2 rows)
 
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
  count 
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/horology.out /Users/admin/pgsql/build/testrun/regress/regress/resu...
--- /Users/admin/pgsql/src/test/regress/expected/horology.out	2024-12-08 07:07:12
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/horology.out	2024-12-08 07:08:55
@@ -2541,18 +2541,17 @@
 explain (costs off)
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
-                                 QUERY PLAN                                  
------------------------------------------------------------------------------
+         QUERY PLAN         
+----------------------------
  Aggregate
    ->  Seq Scan on date_tbl
-         Filter: ((f1 >= '01-01-1997'::date) AND (f1 <= '01-01-1998'::date))
-(3 rows)
+(2 rows)
 
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
  count 
...
tap
[07:09:32.384](37.962s) not ok 5 - regression tests pass
tap
[07:10:14.046](41.792s) not ok 2 - regression tests pass
test
[07:12:00.656]  28/314 postgresql:regress / regress/regress                                            ERROR            ...
[07:12:00.656]  46/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[07:12:00.656]  59/314 postgresql:btree_gin / btree_gin/regress                                        ERROR            ...
[07:12:00.656] 147/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/contrib/btree_gin/expected/bool.out C:/cirrus/build/testrun/btree_gin/regress/res...
--- C:/cirrus/contrib/btree_gin/expected/bool.out	2024-12-08 07:07:45.672859100 +0000
+++ C:/cirrus/build/testrun/btree_gin/regress/results/bool.out	2024-12-08 07:13:20.972594900 +0000
@@ -109,15 +109,13 @@
 (6 rows)
 
 EXPLAIN (COSTS OFF) SELECT * FROM test_bool WHERE i>true ORDER BY i;
-                QUERY PLAN                 
--------------------------------------------
+           QUERY PLAN           
+--------------------------------
  Sort
    Sort Key: i
-   ->  Bitmap Heap Scan on test_bool
-         Recheck Cond: (i > true)
-         ->  Bitmap Index Scan on idx_bool
-               Index Cond: (i > true)
-(6 rows)
+   ->  Result
+         One-Time Filter: false
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/horology.out C:/cirrus/build/testrun/pg_upgrade/002_pg_...
--- C:/cirrus/src/test/regress/expected/horology.out	2024-12-08 07:07:50.229989900 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/horology.out	2024-12-08 07:09:53.968260700 +0000
@@ -2541,18 +2541,17 @@
 explain (costs off)
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
-                                 QUERY PLAN                                  
------------------------------------------------------------------------------
+         QUERY PLAN         
+----------------------------
  Aggregate
    ->  Seq Scan on date_tbl
-         Filter: ((f1 >= '01-01-1997'::date) AND (f1 <= '01-01-1998'::date))
-(3 rows)
+(2 rows)
 
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
  count 
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/horology.out C:/cirrus/build/testrun/recovery/027_strea...
--- C:/cirrus/src/test/regress/expected/horology.out	2024-12-08 07:07:50.229989900 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/horology.out	2024-12-08 07:12:15.037503900 +0000
@@ -2541,18 +2541,17 @@
 explain (costs off)
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
-                                 QUERY PLAN                                  
------------------------------------------------------------------------------
+         QUERY PLAN         
+----------------------------
  Aggregate
    ->  Seq Scan on date_tbl
-         Filter: ((f1 >= '01-01-1997'::date) AND (f1 <= '01-01-1998'::date))
-(3 rows)
+(2 rows)
 
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
  count 
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/horology.out C:/cirrus/build/testrun/regress/regress/re...
--- C:/cirrus/src/test/regress/expected/horology.out	2024-12-08 07:07:50.229989900 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/horology.out	2024-12-08 07:09:49.386271800 +0000
@@ -2541,18 +2541,17 @@
 explain (costs off)
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
-                                 QUERY PLAN                                  
------------------------------------------------------------------------------
+         QUERY PLAN         
+----------------------------
  Aggregate
    ->  Seq Scan on date_tbl
-         Filter: ((f1 >= '01-01-1997'::date) AND (f1 <= '01-01-1998'::date))
-(3 rows)
+(2 rows)
 
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
  count 
...
tap
[07:11:37.353](111.119s) not ok 5 - regression tests pass
tap
[07:14:01.843](127.758s) not ok 2 - regression tests pass
test
[07:22:09.258]   6/309 postgresql:regress / regress/regress                                            ERROR           1...
[07:22:09.258]  37/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[07:22:09.258]  60/309 postgresql:btree_gin / btree_gin/regress                                        ERROR            ...
[07:22:09.258] 113/309 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5410 Disable installcheck for tap and regress tests for injection_points module
FreeBSD - 13 - Meson
assertion
TRAP: failed Assert("TransactionIdIsValid(proc->xid)"), File: "../src/backend/storage/ipc/procarray.c", Line: 677, PID: ...
core
[06:11:36.391] #0  0x000000082c71541a in thr_kill () from /lib/libc.so.7
[06:11:36.391] #1  0x000000082c68ee64 in raise () from /lib/libc.so.7
[06:11:36.391] #2  0x000000082c73f6f9 in abort () from /lib/libc.so.7
[06:11:36.391] #3  0x0000000000aa0935 in ExceptionalCondition (conditionName=0x361257 "TransactionIdIsValid(proc->xid)",...
[06:11:36.391] #4  0x0000000000917c5d in ProcArrayEndTransaction (proc=0x844ce2af8, latestXid=latestXid@entry=750) at .....
[06:11:36.391] #5  0x0000000000660baf in AbortTransaction () at ../src/backend/access/transam/xact.c:2946
[06:11:36.391] #6  0x000000000065e7ba in AbortCurrentTransactionInternal () at ../src/backend/access/transam/xact.c:3598
[06:11:36.391] #7  AbortCurrentTransaction () at ../src/backend/access/transam/xact.c:3449
[06:11:36.391] #8  0x000000000094435e in PostgresMain (dbname=<optimized out>, username=<optimized out>) at ../src/backe...
[06:11:36.391] #9  0x000000000093f5d9 in BackendMain (startup_data=<optimized out>, startup_data_len=<optimized out>) at...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/crash.out /tmp/cirrus-ci-build/build/testrun/in...
--- /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/crash.out	2024-12-08 06:06:08.783480000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/injection_points/isolation/results/crash.out	2024-12-08 06:08:26.815665000 +0000
@@ -23,4 +23,12 @@
 
 step c2: COMMIT;
 ERROR:  could not serialize access due to read/write dependencies among transactions
-step c3: COMMIT;
+s2: WARNING:  AbortTransaction while in ABORT state
+ERROR:  ResourceOwnerEnlarge called after release started
+server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
+
+lock wait query failed: server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
diff -U3 /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/inplace.out /tmp/cirrus-ci-build/build/testrun/...
--- /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/inplace.out	2024-12-08 06:06:08.783659000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/injection_points/isolation/results/inplace.out	2024-12-08 06:08:26.984551000 +000...
...
test
[06:10:22.919] 113/314 postgresql:injection_points / injection_points/isolation                        ERROR            ...
Linux - Debian Bookworm - Autoconf
assertion
TRAP: failed Assert("TransactionIdIsValid(proc->xid)"), File: "procarray.c", Line: 677, PID: 41683
core
[06:15:36.964] #0  0x00007ff15a2abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:15:36.964] #1  0x00007ff15a25cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:15:36.964] #2  0x00007ff15a247472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:15:36.964] #3  0x000055e5a50e9665 in ExceptionalCondition (conditionName=conditionName@entry=0x55e5a549d840 "Transac...
[06:15:36.964] #4  0x000055e5a4d6db12 in ProcArrayEndTransaction (proc=0x7ff156045440, latestXid=750) at procarray.c:677
[06:15:36.964] #5  0x000055e5a459d4e7 in AbortTransaction () at xact.c:2946
[06:15:36.964] #6  0x000055e5a459ee39 in AbortCurrentTransactionInternal () at xact.c:3531
[06:15:36.964] #7  0x000055e5a459ef78 in AbortCurrentTransaction () at xact.c:3449
[06:15:36.964] #8  0x000055e5a4dd9467 in PostgresMain (dbname=dbname@entry=0x62900001b3a8 "isolation_regression", userna...
[06:15:36.964] #9  0x000055e5a4dcbdd6 in BackendMain (startup_data=startup_data@entry=0x7fffa7b1f140 "", startup_data_le...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/crash.out /tmp/cirrus-ci-build/src/test/modules...
--- /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/crash.out	2024-12-08 06:06:06.503711042 +0000
+++ /tmp/cirrus-ci-build/src/test/modules/injection_points/output_iso/results/crash.out	2024-12-08 06:11:27.557666538 +0...
@@ -23,4 +23,10 @@
 
 step c2: COMMIT;
 ERROR:  could not serialize access due to read/write dependencies among transactions
+s2: WARNING:  AbortTransaction while in ABORT state
+ERROR:  ResourceOwnerEnlarge called after release started
+server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
+
 step c3: COMMIT;
diff -U3 /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/inplace.out /tmp/cirrus-ci-build/src/test/modul...
--- /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/inplace.out	2024-12-08 06:06:06.503711042 +0000
+++ /tmp/cirrus-ci-build/src/test/modules/injection_points/output_iso/results/inplace.out	2024-12-08 06:11:28.209667411 ...
@@ -14,327 +14,6 @@
 step vac1: VACUUM vactest.orig50;  -- wait during inplace update <waiting ...>
 step grant2: GRANT SELECT ON TABLE vactest.orig50 TO PUBLIC;
...
Linux - Debian Bookworm - Meson
assertion
TRAP: failed Assert("TransactionIdIsValid(proc->xid)"), File: "../src/backend/storage/ipc/procarray.c", Line: 677, PID: ...
core
[06:12:04.775] #0  0x00007fa6c68a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:12:04.775] #1  0x00007fa6c685afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:12:04.775] #2  0x00007fa6c6845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:12:04.775] #3  0x000055e481ae70aa in ExceptionalCondition (conditionName=conditionName@entry=0x55e481da34c8 "Transac...
[06:12:04.775] #4  0x000055e4817f8573 in ProcArrayEndTransaction (proc=0x7fa6c3c76ac0, latestXid=750) at ../src/backend/...
[06:12:04.775] #5  0x000055e48125cdeb in AbortTransaction () at ../src/backend/access/transam/xact.c:2946
[06:12:04.775] #6  0x000055e48125dde2 in AbortCurrentTransactionInternal () at ../src/backend/access/transam/xact.c:3531
[06:12:04.775] #7  0x000055e48125de86 in AbortCurrentTransaction () at ../src/backend/access/transam/xact.c:3449
[06:12:04.775] #8  0x000055e481853298 in PostgresMain (dbname=<optimized out>, username=<optimized out>) at ../src/backe...
[06:12:04.775] #9  0x000055e4818493ef in BackendMain (startup_data=<optimized out>, startup_data_len=<optimized out>) at...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/crash.out /tmp/cirrus-ci-build/build/testrun/in...
--- /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/crash.out	2024-12-08 06:06:06.543446391 +0000
+++ /tmp/cirrus-ci-build/build/testrun/injection_points/isolation/results/crash.out	2024-12-08 06:09:01.034157676 +0000
@@ -23,4 +23,10 @@
 
 step c2: COMMIT;
 ERROR:  could not serialize access due to read/write dependencies among transactions
+s2: WARNING:  AbortTransaction while in ABORT state
+ERROR:  ResourceOwnerEnlarge called after release started
+server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
+
 step c3: COMMIT;
diff -U3 /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/inplace.out /tmp/cirrus-ci-build/build/testrun/...
--- /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/inplace.out	2024-12-08 06:06:06.543446391 +0000
+++ /tmp/cirrus-ci-build/build/testrun/injection_points/isolation/results/inplace.out	2024-12-08 06:09:01.606170039 +000...
@@ -47,294 +47,6 @@
 
 
...
test
[06:11:02.091] 314/314 postgresql:injection_points / injection_points/isolation                        ERROR           1...
macOS - Sonoma - Meson
assertion
TRAP: failed Assert("TransactionIdIsValid(proc->xid)"), File: "../src/backend/storage/ipc/procarray.c", Line: 677, PID: ...
core
[06:12:52.528]   * frame #0: 0x000000018a01d5f0 libsystem_kernel.dylib`__pthread_kill + 8
[06:12:52.528]     frame #1: 0x000000018a055c20 libsystem_pthread.dylib`pthread_kill + 288
[06:12:52.528]     frame #2: 0x0000000189f62a30 libsystem_c.dylib`abort + 180
[06:12:52.528]     frame #3: 0x0000000104e0146c postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[06:12:52.528]     frame #4: 0x0000000104ca5944 postgres`ProcArrayEndTransaction(proc=0x000000011320ef78, latestXid=<una...
[06:12:52.528]     frame #5: 0x0000000104a573b0 postgres`AbortTransaction at xact.c:2946:2
[06:12:52.528]     frame #6: 0x0000000104a55994 postgres`AbortCurrentTransaction [inlined] AbortCurrentTransactionIntern...
[06:12:52.528]     frame #7: 0x0000000104a55964 postgres`AbortCurrentTransaction at xact.c:3449:10
[06:12:52.528]     frame #8: 0x0000000104ccdcf0 postgres`PostgresMain(dbname=<unavailable>, username=<unavailable>) at p...
[06:12:52.528]     frame #9: 0x0000000104cc9a80 postgres`BackendMain(startup_data=<unavailable>, startup_data_len=<unava...
regress
diff -U3 /Users/admin/pgsql/src/test/modules/injection_points/expected/crash.out /Users/admin/pgsql/build/testrun/inject...
--- /Users/admin/pgsql/src/test/modules/injection_points/expected/crash.out	2024-12-08 06:05:11
+++ /Users/admin/pgsql/build/testrun/injection_points/isolation/results/crash.out	2024-12-08 06:08:12
@@ -23,4 +23,16 @@
 
 step c2: COMMIT;
 ERROR:  could not serialize access due to read/write dependencies among transactions
-step c3: COMMIT;
+s2: WARNING:  AbortTransaction while in ABORT state
+ERROR:  ResourceOwnerEnlarge called after release started
+server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
+
+s3: WARNING:  terminating connection because of crash of another server process
+DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because anothe...
+HINT:  In a moment you should be able to reconnect to the database and repeat your command.
+PQconsumeInput failed: server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
...
test
[06:09:43.741] 148/314 postgresql:injection_points / injection_points/isolation                        ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
assertion
TRAP: failed Assert("TransactionIdIsValid(proc->xid)"), File: "../src/backend/storage/ipc/procarray.c", Line: 677, PID: ...
core
00000084`265ff868 00007ffa`9a40b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000084`265ff870 00007ffa`991e4cb0     ntdll!TppWorkerThread+0x2df
00000084`265ffb60 00007ffa`9a47edcb     KERNEL32!BaseThreadInitThunk+0x10
00000084`265ffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000084`255ff8e0 00007ff7`bf312968     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000084`255ff920 00007ff7`bf096a6c     postgres!ExceptionalCondition(
00000084`255ff960 00007ff7`bec3c613     postgres!ProcArrayEndTransaction(
00000084`255ff990 00007ff7`bec3deb3     postgres!AbortTransaction(void)+0x223 [c:\cirrus\src\backend\access\transam\xact...
00000084`255ff9e0 00007ff7`bec38a09     postgres!AbortCurrentTransactionInternal(void)+0xc3 [c:\cirrus\src\backend\acces...
00000084`255ffa20 00007ff7`bf0d8a9a     postgres!AbortCurrentTransaction(void)+0x9 [c:\cirrus\src\backend\access\transam...
00000084`255ffa50 00007ff7`bf0d2d7d     postgres!PostgresMain(
00000084`255ffc60 00007ff7`befd1ea7     postgres!BackendMain(
00000084`255ffca0 00007ff7`bee8e188     postgres!SubPostmasterMain(
00000084`255ffd10 00007ff7`bf488829     postgres!main(
core
00000084`259ff528 00007ffa`9a40b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000084`259ff530 00007ffa`991e4cb0     ntdll!TppWorkerThread+0x2df
00000084`259ff820 00007ffa`9a47edcb     KERNEL32!BaseThreadInitThunk+0x10
00000084`259ff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000084`25dffa18 00007ffa`97d245ca     ntdll!NtFsControlFile+0x14
00000084`25dffa20 00007ff7`befc62db     KERNELBASE!ConnectNamedPipe+0x6a
00000084`25dffa90 00007ffa`991e4cb0     postgres!pg_signal_thread(
00000084`25dffb90 00007ffa`9a47edcb     KERNEL32!BaseThreadInitThunk+0x10
00000084`25dffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000084`261ffc38 00007ffa`97cdd71e     ntdll!NtWaitForSingleObject+0x14
00000084`261ffc40 00007ff7`befc7d7c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000084`261ffce0 00007ffa`991e4cb0     postgres!pg_timer_thread(
00000084`261ffd20 00007ffa`9a47edcb     KERNEL32!BaseThreadInitThunk+0x10
00000084`261ffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/modules/injection_points/expected/crash.out C:/cirrus/build/testrun/inje...
--- C:/cirrus/src/test/modules/injection_points/expected/crash.out	2024-12-08 06:06:16.582960800 +0000
+++ C:/cirrus/build/testrun/injection_points/isolation/results/crash.out	2024-12-08 06:13:13.377033500 +0000
@@ -23,4 +23,10 @@
 
 step c2: COMMIT;
 ERROR:  could not serialize access due to read/write dependencies among transactions
+ERROR:  ResourceOwnerEnlarge called after release started
+s2: WARNING:  AbortTransaction while in ABORT state
+server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
+
 step c3: COMMIT;
test
[06:20:13.401] 114/309 postgresql:injection_points / injection_points/isolation                        ERROR            ...
51/4810 COPY ON_ERROR 'NULL'
CompilerWarnings
compiler
[04:26:34.503] copyfrom.c:1037:10: error: data argument not used by format string [-Werror,-Wformat-extra-args]
compiler
[04:26:25.940] copyfrom.c:1037:10: error: data argument not used by format string [-Werror,-Wformat-extra-args]
compiler
[04:25:54.098] copyfrom.c:1036:64: error: too many arguments for format [-Werror=format-extra-args]
compiler
[04:25:46.004] copyfrom.c:1036:64: error: too many arguments for format [-Werror=format-extra-args]
compiler
[04:26:59.696] copyfrom.c:1036:64: error: too many arguments for format [-Werror=format-extra-args]
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/file_fdw/expected/file_fdw.out /tmp/cirrus-ci-build/build/testrun/file_fdw/regress...
--- /tmp/cirrus-ci-build/contrib/file_fdw/expected/file_fdw.out	2024-12-08 04:25:09.334980000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/file_fdw/regress/results/file_fdw.out	2024-12-08 04:27:09.732027000 +0000
@@ -97,7 +97,7 @@
 CREATE FOREIGN TABLE tbl () SERVER file_server OPTIONS (log_verbosity 'unsupported');       -- ERROR
 ERROR:  COPY LOG_VERBOSITY "unsupported" not recognized
 CREATE FOREIGN TABLE tbl () SERVER file_server OPTIONS (reject_limit '1');       -- ERROR
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 CREATE FOREIGN TABLE tbl () SERVER file_server OPTIONS (on_error 'ignore', reject_limit '0');       -- ERROR
 ERROR:  REJECT_LIMIT (0) must be greater than zero
 CREATE FOREIGN TABLE tbl () SERVER file_server;  -- ERROR
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_u...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-12-08 04:25:10.854220000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/copy2.out	2024-12-08 04:26:33.443933000 +0...
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-12-08 04:25:10.854220000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/copy2.out	2024-12-08 04:27:30.570813000 ...
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/build/testrun/regress/regress/res...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-12-08 04:25:10.854220000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/copy2.out	2024-12-08 04:26:33.285776000 +0000
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
tap
[04:26:50.250](59.022s) not ok 5 - regression tests pass
tap
[04:27:45.920](75.465s) not ok 2 - regression tests pass
test
[04:29:31.429]  40/314 postgresql:regress / regress/regress                                            ERROR            ...
[04:29:31.429]  65/314 postgresql:file_fdw / file_fdw/regress                                          ERROR            ...
[04:29:31.429]  83/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[04:29:31.429] 161/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/contrib/file_fdw/expected/file_fdw.out /tmp/cirrus-ci-build/contrib/file_fdw/results/file_...
--- /tmp/cirrus-ci-build/contrib/file_fdw/expected/file_fdw.out	2024-12-08 04:25:08.606966999 +0000
+++ /tmp/cirrus-ci-build/contrib/file_fdw/results/file_fdw.out	2024-12-08 04:29:03.504820385 +0000
@@ -97,7 +97,7 @@
 CREATE FOREIGN TABLE tbl () SERVER file_server OPTIONS (log_verbosity 'unsupported');       -- ERROR
 ERROR:  COPY LOG_VERBOSITY "unsupported" not recognized
 CREATE FOREIGN TABLE tbl () SERVER file_server OPTIONS (reject_limit '1');       -- ERROR
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 CREATE FOREIGN TABLE tbl () SERVER file_server OPTIONS (on_error 'ignore', reject_limit '0');       -- ERROR
 ERROR:  REJECT_LIMIT (0) must be greater than zero
 CREATE FOREIGN TABLE tbl () SERVER file_server;  -- ERROR
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/resu...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-12-08 04:25:10.732896942 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/copy2.out	2024-12-08 04:32:24.545132554 +0000
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/src/test/recovery/tmp_check/resul...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-12-08 04:25:10.732896942 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/copy2.out	2024-12-08 04:33:39.540924724 +0000
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/src/test/regress/results/copy2.ou...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-12-08 04:25:10.732896942 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/copy2.out	2024-12-08 04:29:10.692761277 +0000
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
tap
[04:32:42.485](147.269s) not ok 5 - regression tests pass
tap
[04:33:53.044](81.062s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/file_fdw/expected/file_fdw.out /tmp/cirrus-ci-build/build/testrun/file_fdw/regress...
--- /tmp/cirrus-ci-build/contrib/file_fdw/expected/file_fdw.out	2024-12-08 04:25:08.779718180 +0000
+++ /tmp/cirrus-ci-build/build/testrun/file_fdw/regress/results/file_fdw.out	2024-12-08 04:28:13.287704537 +0000
@@ -97,7 +97,7 @@
 CREATE FOREIGN TABLE tbl () SERVER file_server OPTIONS (log_verbosity 'unsupported');       -- ERROR
 ERROR:  COPY LOG_VERBOSITY "unsupported" not recognized
 CREATE FOREIGN TABLE tbl () SERVER file_server OPTIONS (reject_limit '1');       -- ERROR
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 CREATE FOREIGN TABLE tbl () SERVER file_server OPTIONS (on_error 'ignore', reject_limit '0');       -- ERROR
 ERROR:  REJECT_LIMIT (0) must be greater than zero
 CREATE FOREIGN TABLE tbl () SERVER file_server;  -- ERROR
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_u...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-12-08 04:25:10.689583496 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/copy2.out	2024-12-08 04:27:55.107682784 +0...
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-12-08 04:25:10.689583496 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/copy2.out	2024-12-08 04:28:34.471733767 ...
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/build/testrun/regress/regress/res...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-12-08 04:25:10.689583496 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/copy2.out	2024-12-08 04:27:42.519670809 +0000
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
tap
[04:28:12.193](91.088s) not ok 5 - regression tests pass
tap
[04:28:50.630](93.281s) not ok 2 - regression tests pass
test
[04:30:56.813]  44/314 postgresql:regress / regress/regress                                            ERROR            ...
[04:30:56.813]  64/314 postgresql:file_fdw / file_fdw/regress                                          ERROR            ...
[04:30:56.813] 141/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[04:30:56.813] 171/314 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/contrib/file_fdw/expected/file_fdw.out /Users/admin/pgsql/build/testrun/file_fdw/regress/res...
--- /Users/admin/pgsql/contrib/file_fdw/expected/file_fdw.out	2024-12-08 04:24:10
+++ /Users/admin/pgsql/build/testrun/file_fdw/regress/results/file_fdw.out	2024-12-08 04:26:46
@@ -97,7 +97,7 @@
 CREATE FOREIGN TABLE tbl () SERVER file_server OPTIONS (log_verbosity 'unsupported');       -- ERROR
 ERROR:  COPY LOG_VERBOSITY "unsupported" not recognized
 CREATE FOREIGN TABLE tbl () SERVER file_server OPTIONS (reject_limit '1');       -- ERROR
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 CREATE FOREIGN TABLE tbl () SERVER file_server OPTIONS (on_error 'ignore', reject_limit '0');       -- ERROR
 ERROR:  REJECT_LIMIT (0) must be greater than zero
 CREATE FOREIGN TABLE tbl () SERVER file_server;  -- ERROR
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/copy2.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgra...
--- /Users/admin/pgsql/src/test/regress/expected/copy2.out	2024-12-08 04:24:12
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/copy2.out	2024-12-08 04:26:02
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/copy2.out /Users/admin/pgsql/build/testrun/recovery/027_stream_reg...
--- /Users/admin/pgsql/src/test/regress/expected/copy2.out	2024-12-08 04:24:12
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/copy2.out	2024-12-08 04:26:50
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/copy2.out /Users/admin/pgsql/build/testrun/regress/regress/results...
--- /Users/admin/pgsql/src/test/regress/expected/copy2.out	2024-12-08 04:24:12
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/copy2.out	2024-12-08 04:26:03
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
tap
[04:26:12.813](43.972s) not ok 5 - regression tests pass
tap
[04:26:59.609](48.481s) not ok 2 - regression tests pass
test
[04:28:43.104]  28/314 postgresql:regress / regress/regress                                            ERROR            ...
[04:28:43.104]  51/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[04:28:43.104]  66/314 postgresql:file_fdw / file_fdw/regress                                          ERROR            ...
[04:28:43.104] 146/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/contrib/file_fdw/expected/file_fdw.out C:/cirrus/build/testrun/file_fdw/regress/r...
--- C:/cirrus/contrib/file_fdw/expected/file_fdw.out	2024-12-08 04:25:22.915904000 +0000
+++ C:/cirrus/build/testrun/file_fdw/regress/results/file_fdw.out	2024-12-08 04:31:08.306548200 +0000
@@ -97,7 +97,7 @@
 CREATE FOREIGN TABLE tbl () SERVER file_server OPTIONS (log_verbosity 'unsupported');       -- ERROR
 ERROR:  COPY LOG_VERBOSITY "unsupported" not recognized
 CREATE FOREIGN TABLE tbl () SERVER file_server OPTIONS (reject_limit '1');       -- ERROR
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 CREATE FOREIGN TABLE tbl () SERVER file_server OPTIONS (on_error 'ignore', reject_limit '0');       -- ERROR
 ERROR:  REJECT_LIMIT (0) must be greater than zero
 CREATE FOREIGN TABLE tbl () SERVER file_server;  -- ERROR
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/copy2.out C:/cirrus/build/testrun/pg_upgrade/002_pg_upg...
--- C:/cirrus/src/test/regress/expected/copy2.out	2024-12-08 04:25:27.359275300 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/copy2.out	2024-12-08 04:28:56.284472400 +0000
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/copy2.out C:/cirrus/build/testrun/recovery/027_stream_r...
--- C:/cirrus/src/test/regress/expected/copy2.out	2024-12-08 04:25:27.359275300 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/copy2.out	2024-12-08 04:31:20.960366700 +0000
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/copy2.out C:/cirrus/build/testrun/regress/regress/resul...
--- C:/cirrus/src/test/regress/expected/copy2.out	2024-12-08 04:25:27.359275300 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/copy2.out	2024-12-08 04:28:47.863560300 +0000
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
tap
[04:29:15.970](110.626s) not ok 5 - regression tests pass
tap
[04:31:46.809](133.647s) not ok 2 - regression tests pass
test
[04:38:42.353]  17/309 postgresql:regress / regress/regress                                            ERROR           1...
[04:38:42.353]  37/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[04:38:42.353]  61/309 postgresql:file_fdw / file_fdw/regress                                          ERROR            ...
[04:38:42.353] 112/309 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5408 local and inherited NOT NULL constraints on non-local columsn
Linux - Debian Bookworm - Autoconf
core
[02:48:32.656] #0  0x00007fe6198d8b47 in ?? () from /lib64/ld-linux-x86-64.so.2
[02:48:32.656] #1  0x00007fe6198c5add in ?? () from /lib64/ld-linux-x86-64.so.2
[02:48:32.656] #2  0x00007fe6198c6ca8 in ?? () from /lib64/ld-linux-x86-64.so.2
[02:48:32.656] #3  0x00007fe6198d5c99 in ?? () from /lib64/ld-linux-x86-64.so.2
[02:48:32.656] #4  0x00007fe6198d222f in ?? () from /lib64/ld-linux-x86-64.so.2
[02:48:32.656] #5  0x00007fe6198d3bac in ?? () from /lib64/ld-linux-x86-64.so.2
[02:48:32.656] #6  0x00007fe6198d2a58 in ?? () from /lib64/ld-linux-x86-64.so.2
[02:48:32.656] #7  0x0000000000000003 in ?? ()
[02:48:32.656] #8  0x00007ffd61edf055 in ?? ()
[02:48:32.656] #9  0x00007ffd61edf058 in ?? ()
core
[02:48:32.526] #0  0x00007f59ba056b93 in wait4 () from /lib/x86_64-linux-gnu/libc.so.6
[02:48:32.526] #1  0x00005646cb0fbcc0 in ?? ()
[02:48:32.526] #2  0x00005646cb0fbefa in ?? ()
[02:48:32.526] #3  0x00005646cb0fd630 in ?? ()
[02:48:32.526] #4  0x00005646cb0f7371 in ?? ()
[02:48:32.526] #5  0x00005646cb0f620f in ?? ()
[02:48:32.526] #6  0x00005646cb0f6c3b in ?? ()
[02:48:32.526] #7  0x00005646cb0f466f in ?? ()
[02:48:32.526] #8  0x00007f59b9faa24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[02:48:32.526] #9  0x00007f59b9faa305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
regress
diff -U3 /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/query_cancel.out /tmp/cirrus-ci-build/contrib/postgres_fdw/r...
--- /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/query_cancel.out	2024-12-08 02:38:16.856419271 +0000
+++ /tmp/cirrus-ci-build/contrib/postgres_fdw/results/query_cancel.out	2024-12-08 02:44:05.160100303 +0000
@@ -29,4 +29,5 @@
 -- This would take very long if not canceled:
 SELECT count(*) FROM ft1 a CROSS JOIN ft1 b CROSS JOIN ft1 c CROSS JOIN ft1 d;
 ERROR:  canceling statement due to statement timeout
+WARNING:  could not get result of cancel request due to timeout
 COMMIT;
51/4412 Client authentication via OAuth 2.0
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/query_cancel.out /tmp/cirrus-ci-build/contrib/postgres_fdw/r...
--- /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/query_cancel.out	2024-12-08 00:48:34.983215771 +0000
+++ /tmp/cirrus-ci-build/contrib/postgres_fdw/results/query_cancel.out	2024-12-08 00:54:41.302449275 +0000
@@ -29,4 +29,5 @@
 -- This would take very long if not canceled:
 SELECT count(*) FROM ft1 a CROSS JOIN ft1 b CROSS JOIN ft1 c CROSS JOIN ft1 d;
 ERROR:  canceling statement due to statement timeout
+WARNING:  could not get result of cancel request due to timeout
 COMMIT;
51/4904 SQL Property Graph Queries (SQL/PGQ)
FreeBSD - 13 - Meson
core
[00:11:13.603] #0  0x00002ae073d765da in ?? () from /libexec/ld-elf.so.1
[00:11:13.603] #1  0x00002ae073d726ec in ?? () from /libexec/ld-elf.so.1
[00:11:13.603] #2  0x0000000000000000 in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/rowsecurity.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/00...
--- /tmp/cirrus-ci-build/src/test/regress/expected/rowsecurity.out	2024-12-08 00:04:20.939571000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/rowsecurity.out	2024-12-08 00:06:40.093255...
@@ -344,6 +344,7 @@
 EXPLAIN (COSTS OFF) SELECT * FROM GRAPH_TABLE (acc_cat
                             MATCH (u : uaccount)-[d : document WHERE f_leak(d.dtitle)]->(c : category)
                             COLUMNS (u.pguser, d.did, d.dlevel, d.dtitle, c.cid, c.cname)) ORDER BY did;
+WARNING:  outfuncs/readfuncs failed to produce an equal rewritten parse tree
                                       QUERY PLAN                                      
 --------------------------------------------------------------------------------------
  Sort
@@ -451,6 +452,7 @@
 EXPLAIN (COSTS OFF) SELECT * FROM GRAPH_TABLE (acc_cat
                             MATCH (u : uaccount)-[d : document WHERE f_leak(d.dtitle)]->(c : category)
                             COLUMNS (u.pguser, d.did, d.dlevel, d.dtitle, c.cid, c.cname)) ORDER BY did;
+WARNING:  outfuncs/readfuncs failed to produce an equal rewritten parse tree
                                                                 QUERY PLAN                                             ...
 -----------------------------------------------------------------------------------------------------------------------...
  Sort
@@ -590,6 +592,7 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/rowsecurity.out /tmp/cirrus-ci-build/build/testrun/recovery/027_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/rowsecurity.out	2024-12-08 00:04:20.939571000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/rowsecurity.out	2024-12-08 00:07:27.2293...
@@ -344,6 +344,7 @@
 EXPLAIN (COSTS OFF) SELECT * FROM GRAPH_TABLE (acc_cat
                             MATCH (u : uaccount)-[d : document WHERE f_leak(d.dtitle)]->(c : category)
                             COLUMNS (u.pguser, d.did, d.dlevel, d.dtitle, c.cid, c.cname)) ORDER BY did;
+WARNING:  outfuncs/readfuncs failed to produce an equal rewritten parse tree
                                       QUERY PLAN                                      
 --------------------------------------------------------------------------------------
  Sort
@@ -451,6 +452,7 @@
 EXPLAIN (COSTS OFF) SELECT * FROM GRAPH_TABLE (acc_cat
                             MATCH (u : uaccount)-[d : document WHERE f_leak(d.dtitle)]->(c : category)
                             COLUMNS (u.pguser, d.did, d.dlevel, d.dtitle, c.cid, c.cname)) ORDER BY did;
+WARNING:  outfuncs/readfuncs failed to produce an equal rewritten parse tree
                                                                 QUERY PLAN                                             ...
 -----------------------------------------------------------------------------------------------------------------------...
  Sort
@@ -590,6 +592,7 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/rowsecurity.out /tmp/cirrus-ci-build/build/testrun/regress/regre...
--- /tmp/cirrus-ci-build/src/test/regress/expected/rowsecurity.out	2024-12-08 00:04:20.939571000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/rowsecurity.out	2024-12-08 00:06:40.147485000 +0000
@@ -344,6 +344,7 @@
 EXPLAIN (COSTS OFF) SELECT * FROM GRAPH_TABLE (acc_cat
                             MATCH (u : uaccount)-[d : document WHERE f_leak(d.dtitle)]->(c : category)
                             COLUMNS (u.pguser, d.did, d.dlevel, d.dtitle, c.cid, c.cname)) ORDER BY did;
+WARNING:  outfuncs/readfuncs failed to produce an equal rewritten parse tree
                                       QUERY PLAN                                      
 --------------------------------------------------------------------------------------
  Sort
@@ -451,6 +452,7 @@
 EXPLAIN (COSTS OFF) SELECT * FROM GRAPH_TABLE (acc_cat
                             MATCH (u : uaccount)-[d : document WHERE f_leak(d.dtitle)]->(c : category)
                             COLUMNS (u.pguser, d.did, d.dlevel, d.dtitle, c.cid, c.cname)) ORDER BY did;
+WARNING:  outfuncs/readfuncs failed to produce an equal rewritten parse tree
                                                                 QUERY PLAN                                             ...
 -----------------------------------------------------------------------------------------------------------------------...
  Sort
@@ -590,6 +592,7 @@
...
tap
[00:07:19.341](63.723s) not ok 5 - regression tests pass
tap
[00:08:14.484](80.490s) not ok 2 - regression tests pass
test
[00:10:06.765]  25/314 postgresql:regress / regress/regress                                            ERROR            ...
[00:10:06.765]  81/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[00:10:06.765] 158/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/graph_table.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_chec...
--- /tmp/cirrus-ci-build/src/test/regress/expected/graph_table.out	2024-12-08 00:04:10.505699981 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/graph_table.out	2024-12-08 00:11:28.558084794 +0000
@@ -536,8 +536,8 @@
 SELECT * FROM GRAPH_TABLE (g1 MATCH (a)-[b]->(a)-[b]->(a) COLUMNS (a.vname AS self, b.ename AS loop_name)) ORDER BY loo...
  self | loop_name 
 ------+-----------
- v33  | e331
  v33  | E331
+ v33  | e331
 (2 rows)
 
 SELECT * FROM GRAPH_TABLE (g1 MATCH (a)-[b]->(a)-[b]->(a) COLUMNS (a.vname AS self, b.ename AS loop_name)) ORDER BY loo...
@@ -613,8 +613,8 @@
 SELECT * FROM GRAPH_TABLE (g2 MATCH (a)-[b]->(a)-[b]->(a) COLUMNS (a.elname AS self, b.elname COLLATE pg_catalog."defau...
   self  | loop_name 
 --------+-----------
- g2.v33 | g2.e331
  g2.v33 | g2.E331
+ g2.v33 | g2.e331
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/graph_table.out /tmp/cirrus-ci-build/src/test/regress/results/gr...
--- /tmp/cirrus-ci-build/src/test/regress/expected/graph_table.out	2024-12-08 00:04:10.505699981 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/graph_table.out	2024-12-08 00:09:24.944173681 +0000
@@ -536,8 +536,8 @@
 SELECT * FROM GRAPH_TABLE (g1 MATCH (a)-[b]->(a)-[b]->(a) COLUMNS (a.vname AS self, b.ename AS loop_name)) ORDER BY loo...
  self | loop_name 
 ------+-----------
- v33  | e331
  v33  | E331
+ v33  | e331
 (2 rows)
 
 SELECT * FROM GRAPH_TABLE (g1 MATCH (a)-[b]->(a)-[b]->(a) COLUMNS (a.vname AS self, b.ename AS loop_name)) ORDER BY loo...
@@ -613,8 +613,8 @@
 SELECT * FROM GRAPH_TABLE (g2 MATCH (a)-[b]->(a)-[b]->(a) COLUMNS (a.elname AS self, b.elname COLLATE pg_catalog."defau...
   self  | loop_name 
 --------+-----------
- g2.v33 | g2.e331
  g2.v33 | g2.E331
+ g2.v33 | g2.e331
...
tap
[00:12:09.030](123.619s) not ok 5 - regression tests pass
Linux - Debian Bookworm - Meson
core
[00:14:13.946] #0  0x00007f16f3a4bda4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[00:14:13.946] #1  0x00007f16f39f8239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[00:14:13.946] #2  0x00007f16f39f8497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[00:14:13.946] #3  0x000055fa66e5f5c1 in ?? ()
[00:14:13.946] #4  0x000055fa66e59369 in ?? ()
[00:14:13.946] #5  0x000055fa66e5820f in ?? ()
[00:14:13.946] #6  0x000055fa66e58c3b in ?? ()
[00:14:13.946] #7  0x000055fa66e5666f in ?? ()
[00:14:13.946] #8  0x00007f16f39e324a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[00:14:13.946] #9  0x00007f16f39e3305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[00:14:14.080] #0  <unavailable> in ?? ()
core
[00:14:14.080] #0  0x00007f16f3a4bda4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[00:14:14.080] #1  0x00007f16f39f8239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[00:14:14.080] #2  0x00007f16f39f8497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[00:14:14.080] #3  0x000055fa66e5f5f3 in ?? ()
[00:14:14.080] #4  0x000055fa66e59369 in ?? ()
[00:14:14.080] #5  0x000055fa66e5820f in ?? ()
[00:14:14.080] #6  0x000055fa66e58c3b in ?? ()
[00:14:14.080] #7  0x000055fa66e5666f in ?? ()
[00:14:14.080] #8  0x00007f16f39e324a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[00:14:14.080] #9  0x00007f16f39e3305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/graph_table.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/00...
--- /tmp/cirrus-ci-build/src/test/regress/expected/graph_table.out	2024-12-08 00:04:13.048195630 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/graph_table.out	2024-12-08 00:09:45.627681...
@@ -536,8 +536,8 @@
 SELECT * FROM GRAPH_TABLE (g1 MATCH (a)-[b]->(a)-[b]->(a) COLUMNS (a.vname AS self, b.ename AS loop_name)) ORDER BY loo...
  self | loop_name 
 ------+-----------
- v33  | e331
  v33  | E331
+ v33  | e331
 (2 rows)
 
 SELECT * FROM GRAPH_TABLE (g1 MATCH (a)-[b]->(a)-[b]->(a) COLUMNS (a.vname AS self, b.ename AS loop_name)) ORDER BY loo...
@@ -613,8 +613,8 @@
 SELECT * FROM GRAPH_TABLE (g2 MATCH (a)-[b]->(a)-[b]->(a) COLUMNS (a.elname AS self, b.elname COLLATE pg_catalog."defau...
   self  | loop_name 
 --------+-----------
- g2.v33 | g2.e331
  g2.v33 | g2.E331
+ g2.v33 | g2.e331
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/graph_table.out /tmp/cirrus-ci-build/build/testrun/recovery/027_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/graph_table.out	2024-12-08 00:04:13.048195630 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/graph_table.out	2024-12-08 00:10:38.0596...
@@ -536,8 +536,8 @@
 SELECT * FROM GRAPH_TABLE (g1 MATCH (a)-[b]->(a)-[b]->(a) COLUMNS (a.vname AS self, b.ename AS loop_name)) ORDER BY loo...
  self | loop_name 
 ------+-----------
- v33  | e331
  v33  | E331
+ v33  | e331
 (2 rows)
 
 SELECT * FROM GRAPH_TABLE (g1 MATCH (a)-[b]->(a)-[b]->(a) COLUMNS (a.vname AS self, b.ename AS loop_name)) ORDER BY loo...
@@ -613,8 +613,8 @@
 SELECT * FROM GRAPH_TABLE (g2 MATCH (a)-[b]->(a)-[b]->(a) COLUMNS (a.elname AS self, b.elname COLLATE pg_catalog."defau...
   self  | loop_name 
 --------+-----------
- g2.v33 | g2.e331
  g2.v33 | g2.E331
+ g2.v33 | g2.e331
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/graph_table.out /tmp/cirrus-ci-build/build/testrun/regress/regre...
--- /tmp/cirrus-ci-build/src/test/regress/expected/graph_table.out	2024-12-08 00:04:13.048195630 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/graph_table.out	2024-12-08 00:09:42.115684311 +0000
@@ -536,8 +536,8 @@
 SELECT * FROM GRAPH_TABLE (g1 MATCH (a)-[b]->(a)-[b]->(a) COLUMNS (a.vname AS self, b.ename AS loop_name)) ORDER BY loo...
  self | loop_name 
 ------+-----------
- v33  | e331
  v33  | E331
+ v33  | e331
 (2 rows)
 
 SELECT * FROM GRAPH_TABLE (g1 MATCH (a)-[b]->(a)-[b]->(a) COLUMNS (a.vname AS self, b.ename AS loop_name)) ORDER BY loo...
@@ -613,8 +613,8 @@
 SELECT * FROM GRAPH_TABLE (g2 MATCH (a)-[b]->(a)-[b]->(a) COLUMNS (a.elname AS self, b.elname COLLATE pg_catalog."defau...
   self  | loop_name 
 --------+-----------
- g2.v33 | g2.e331
  g2.v33 | g2.E331
+ g2.v33 | g2.e331
...
tap
[00:10:37.637](88.306s) not ok 5 - regression tests pass
tap
[00:11:19.687](93.243s) not ok 2 - regression tests pass
test
[00:13:10.983]  32/314 postgresql:regress / regress/regress                                            ERROR            ...
[00:13:10.983] 141/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[00:13:10.983] 174/314 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/graph_table.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg...
--- /Users/admin/pgsql/src/test/regress/expected/graph_table.out	2024-12-08 00:04:12
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/graph_table.out	2024-12-08 00:06:48
@@ -536,8 +536,8 @@
 SELECT * FROM GRAPH_TABLE (g1 MATCH (a)-[b]->(a)-[b]->(a) COLUMNS (a.vname AS self, b.ename AS loop_name)) ORDER BY loo...
  self | loop_name 
 ------+-----------
- v33  | e331
  v33  | E331
+ v33  | e331
 (2 rows)
 
 SELECT * FROM GRAPH_TABLE (g1 MATCH (a)-[b]->(a)-[b]->(a) COLUMNS (a.vname AS self, b.ename AS loop_name)) ORDER BY loo...
@@ -613,8 +613,8 @@
 SELECT * FROM GRAPH_TABLE (g2 MATCH (a)-[b]->(a)-[b]->(a) COLUMNS (a.elname AS self, b.elname COLLATE pg_catalog."defau...
   self  | loop_name 
 --------+-----------
- g2.v33 | g2.e331
  g2.v33 | g2.E331
+ g2.v33 | g2.e331
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/graph_table.out /Users/admin/pgsql/build/testrun/recovery/027_stre...
--- /Users/admin/pgsql/src/test/regress/expected/graph_table.out	2024-12-08 00:04:12
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/graph_table.out	2024-12-08 00:07:26
@@ -536,8 +536,8 @@
 SELECT * FROM GRAPH_TABLE (g1 MATCH (a)-[b]->(a)-[b]->(a) COLUMNS (a.vname AS self, b.ename AS loop_name)) ORDER BY loo...
  self | loop_name 
 ------+-----------
- v33  | e331
  v33  | E331
+ v33  | e331
 (2 rows)
 
 SELECT * FROM GRAPH_TABLE (g1 MATCH (a)-[b]->(a)-[b]->(a) COLUMNS (a.vname AS self, b.ename AS loop_name)) ORDER BY loo...
@@ -613,8 +613,8 @@
 SELECT * FROM GRAPH_TABLE (g2 MATCH (a)-[b]->(a)-[b]->(a) COLUMNS (a.elname AS self, b.elname COLLATE pg_catalog."defau...
   self  | loop_name 
 --------+-----------
- g2.v33 | g2.e331
  g2.v33 | g2.E331
+ g2.v33 | g2.e331
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/graph_table.out /Users/admin/pgsql/build/testrun/regress/regress/r...
--- /Users/admin/pgsql/src/test/regress/expected/graph_table.out	2024-12-08 00:04:12
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/graph_table.out	2024-12-08 00:06:48
@@ -536,8 +536,8 @@
 SELECT * FROM GRAPH_TABLE (g1 MATCH (a)-[b]->(a)-[b]->(a) COLUMNS (a.vname AS self, b.ename AS loop_name)) ORDER BY loo...
  self | loop_name 
 ------+-----------
- v33  | e331
  v33  | E331
+ v33  | e331
 (2 rows)
 
 SELECT * FROM GRAPH_TABLE (g1 MATCH (a)-[b]->(a)-[b]->(a) COLUMNS (a.vname AS self, b.ename AS loop_name)) ORDER BY loo...
@@ -613,8 +613,8 @@
 SELECT * FROM GRAPH_TABLE (g2 MATCH (a)-[b]->(a)-[b]->(a) COLUMNS (a.elname AS self, b.elname COLLATE pg_catalog."defau...
   self  | loop_name 
 --------+-----------
- g2.v33 | g2.e331
  g2.v33 | g2.E331
+ g2.v33 | g2.e331
...
tap
[00:07:01.843](33.810s) not ok 5 - regression tests pass
tap
[00:07:48.640](42.439s) not ok 2 - regression tests pass
test
[00:09:37.870]  25/314 postgresql:regress / regress/regress                                            ERROR            ...
[00:09:37.870]  44/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[00:09:37.870] 140/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/graph_table.out C:/cirrus/build/testrun/pg_upgrade/002_...
--- C:/cirrus/src/test/regress/expected/graph_table.out	2024-12-08 00:04:35.068902100 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/graph_table.out	2024-12-08 00:07:36.286439300 +0000
@@ -536,8 +536,8 @@
 SELECT * FROM GRAPH_TABLE (g1 MATCH (a)-[b]->(a)-[b]->(a) COLUMNS (a.vname AS self, b.ename AS loop_name)) ORDER BY loo...
  self | loop_name 
 ------+-----------
- v33  | e331
  v33  | E331
+ v33  | e331
 (2 rows)
 
 SELECT * FROM GRAPH_TABLE (g1 MATCH (a)-[b]->(a)-[b]->(a) COLUMNS (a.vname AS self, b.ename AS loop_name)) ORDER BY loo...
@@ -613,8 +613,8 @@
 SELECT * FROM GRAPH_TABLE (g2 MATCH (a)-[b]->(a)-[b]->(a) COLUMNS (a.elname AS self, b.elname COLLATE pg_catalog."defau...
   self  | loop_name 
 --------+-----------
- g2.v33 | g2.e331
  g2.v33 | g2.E331
+ g2.v33 | g2.e331
...
tap
[00:08:31.795](115.112s) not ok 5 - regression tests pass
test
[00:18:27.176]  37/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
51/4690 Teach predtest about IS [NOT] <boolean> proofs
macOS - Sonoma - Meson
tap
[20:08:10.038](0.000s) not ok 45 - fails for corrupted data in 99990 stderr /(?^:could not read block 0 in file.*99990\"...
test
[20:09:35.816] 153/314 postgresql:pg_checksums / pg_checksums/002_actions                              ERROR            ...
51/5153 Prohibit to use EphemeralNamedRelation in materialized views
FreeBSD - 13 - Meson
core
[19:10:39.546] #0  0x00002a69fd0f6ff0 in ?? ()
[19:10:39.546] #1  0x0000000000000003 in ?? ()
[19:10:39.546] #2  0x000021ff8b056f20 in ?? ()
[19:10:39.546] #3  0x000021ff8b056f23 in ?? ()
[19:10:39.546] #4  0x000021ff8b056f26 in ?? ()
[19:10:39.546] #5  0x0000000000000000 in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_p...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-12-07 19:05:08.220878000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/triggers.out	2024-12-07 19:06:04.844496000...
@@ -3737,7 +3737,7 @@
 referencing new table as new_table
 for each statement execute function make_matview();
 insert into my_table values (42);
-ERROR:  transition tables cannot be used in rule
+ERROR:  transition table cannot be used in rule
 CONTEXT:  SQL statement "create materialized view mv as select * from new_table"
 PL/pgSQL function make_matview() line 1 at SQL statement
 drop table my_table;
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/build/testrun/recovery/027_str...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-12-07 19:05:08.220878000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/triggers.out	2024-12-07 19:06:43.7341620...
@@ -3737,7 +3737,7 @@
 referencing new table as new_table
 for each statement execute function make_matview();
 insert into my_table values (42);
-ERROR:  transition tables cannot be used in rule
+ERROR:  transition table cannot be used in rule
 CONTEXT:  SQL statement "create materialized view mv as select * from new_table"
 PL/pgSQL function make_matview() line 1 at SQL statement
 drop table my_table;
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/build/testrun/regress/regress/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-12-07 19:05:08.220878000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/triggers.out	2024-12-07 19:06:03.317300000 +0000
@@ -3737,7 +3737,7 @@
 referencing new table as new_table
 for each statement execute function make_matview();
 insert into my_table values (42);
-ERROR:  transition tables cannot be used in rule
+ERROR:  transition table cannot be used in rule
 CONTEXT:  SQL statement "create materialized view mv as select * from new_table"
 PL/pgSQL function make_matview() line 1 at SQL statement
 drop table my_table;
tap
[19:06:53.911](66.424s) not ok 5 - regression tests pass
tap
[19:07:36.370](73.822s) not ok 2 - regression tests pass
test
[19:09:26.909]  15/314 postgresql:regress / regress/regress                                            ERROR            ...
[19:09:26.909] 101/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[19:09:26.909] 156/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-12-07 19:05:05.846813256 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/triggers.out	2024-12-07 19:08:22.436418678 +0000
@@ -3737,7 +3737,7 @@
 referencing new table as new_table
 for each statement execute function make_matview();
 insert into my_table values (42);
-ERROR:  transition tables cannot be used in rule
+ERROR:  transition table cannot be used in rule
 CONTEXT:  SQL statement "create materialized view mv as select * from new_table"
 PL/pgSQL function make_matview() line 1 at SQL statement
 drop table my_table;
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/src/test/regress/results/trigg...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-12-07 19:05:05.846813256 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/triggers.out	2024-12-07 19:06:57.328527836 +0000
@@ -3737,7 +3737,7 @@
 referencing new table as new_table
 for each statement execute function make_matview();
 insert into my_table values (42);
-ERROR:  transition tables cannot be used in rule
+ERROR:  transition table cannot be used in rule
 CONTEXT:  SQL statement "create materialized view mv as select * from new_table"
 PL/pgSQL function make_matview() line 1 at SQL statement
 drop table my_table;
tap
[19:10:05.160](138.030s) not ok 5 - regression tests pass
Linux - Debian Bookworm - Meson
core
[19:11:21.916] #0  0x00007f831314ab93 in wait4 () from /lib/x86_64-linux-gnu/libc.so.6
[19:11:21.916] #1  0x00005638efefccc0 in ?? ()
[19:11:21.916] #2  0x00005638efefcefa in ?? ()
[19:11:21.916] #3  0x00005638efefe630 in ?? ()
[19:11:21.916] #4  0x00005638efef8371 in ?? ()
[19:11:21.916] #5  0x00005638efef720f in ?? ()
[19:11:21.916] #6  0x00005638efef7c3b in ?? ()
[19:11:21.916] #7  0x00005638efef566f in ?? ()
[19:11:21.916] #8  0x00007f831309e24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[19:11:21.916] #9  0x00007f831309e305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[19:11:22.176] #0  0x00007f09c0488da4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[19:11:22.176] #1  0x00007f09c0435239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[19:11:22.176] #2  0x00007f09c0435497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[19:11:22.176] #3  0x000055735407c5c1 in ?? ()
[19:11:22.176] #4  0x0000557354076369 in ?? ()
[19:11:22.176] #5  0x000055735407520f in ?? ()
[19:11:22.176] #6  0x0000557354075c3b in ?? ()
[19:11:22.176] #7  0x000055735407366f in ?? ()
[19:11:22.176] #8  0x00007f09c042024a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[19:11:22.176] #9  0x00007f09c0420305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[19:11:22.050] #0  0x00007f09c0488da4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[19:11:22.050] #1  0x00007f09c0435239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[19:11:22.050] #2  0x00007f09c0435497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[19:11:22.050] #3  0x000055735407c5f3 in ?? ()
[19:11:22.050] #4  0x0000557354076369 in ?? ()
[19:11:22.050] #5  0x000055735407520f in ?? ()
[19:11:22.050] #6  0x0000557354075c3b in ?? ()
[19:11:22.050] #7  0x000055735407366f in ?? ()
[19:11:22.050] #8  0x00007f09c042024a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[19:11:22.050] #9  0x00007f09c0420305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[19:11:22.050] #0  <unavailable> in ?? ()
core
[19:11:21.768] #0  0x00007f677175f4d7 in geteuid () from /lib/x86_64-linux-gnu/libc.so.6
[19:11:21.768] #1  0x0000558d9cfbdd62 in ?? ()
[19:11:21.768] #2  0x0000558d9cfbaa1d in ?? ()
[19:11:21.768] #3  0x00007f67716b124a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[19:11:21.768] #4  0x00007f67716b1305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
[19:11:21.768] #5  0x0000558d9cfbb171 in ?? ()
[19:11:21.915] #0  0x00007f831314ab93 in wait4 () from /lib/x86_64-linux-gnu/libc.so.6
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_p...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-12-07 19:05:05.289601513 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/triggers.out	2024-12-07 19:06:45.845718554...
@@ -3737,7 +3737,7 @@
 referencing new table as new_table
 for each statement execute function make_matview();
 insert into my_table values (42);
-ERROR:  transition tables cannot be used in rule
+ERROR:  transition table cannot be used in rule
 CONTEXT:  SQL statement "create materialized view mv as select * from new_table"
 PL/pgSQL function make_matview() line 1 at SQL statement
 drop table my_table;
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/build/testrun/recovery/027_str...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-12-07 19:05:05.289601513 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/triggers.out	2024-12-07 19:07:31.3297977...
@@ -3737,7 +3737,7 @@
 referencing new table as new_table
 for each statement execute function make_matview();
 insert into my_table values (42);
-ERROR:  transition tables cannot be used in rule
+ERROR:  transition table cannot be used in rule
 CONTEXT:  SQL statement "create materialized view mv as select * from new_table"
 PL/pgSQL function make_matview() line 1 at SQL statement
 drop table my_table;
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/build/testrun/regress/regress/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-12-07 19:05:05.289601513 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/triggers.out	2024-12-07 19:06:42.317691671 +0000
@@ -3737,7 +3737,7 @@
 referencing new table as new_table
 for each statement execute function make_matview();
 insert into my_table values (42);
-ERROR:  transition tables cannot be used in rule
+ERROR:  transition table cannot be used in rule
 CONTEXT:  SQL statement "create materialized view mv as select * from new_table"
 PL/pgSQL function make_matview() line 1 at SQL statement
 drop table my_table;
tap
[19:07:51.995](83.200s) not ok 5 - regression tests pass
tap
[19:08:29.713](84.494s) not ok 2 - regression tests pass
test
[19:10:18.280]  15/314 postgresql:regress / regress/regress                                            ERROR            ...
[19:10:18.280] 138/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[19:10:18.280] 161/314 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/triggers.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_up...
--- /Users/admin/pgsql/src/test/regress/expected/triggers.out	2024-12-07 19:05:12
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/triggers.out	2024-12-07 19:06:37
@@ -3737,7 +3737,7 @@
 referencing new table as new_table
 for each statement execute function make_matview();
 insert into my_table values (42);
-ERROR:  transition tables cannot be used in rule
+ERROR:  transition table cannot be used in rule
 CONTEXT:  SQL statement "create materialized view mv as select * from new_table"
 PL/pgSQL function make_matview() line 1 at SQL statement
 drop table my_table;
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/triggers.out /Users/admin/pgsql/build/testrun/recovery/027_stream_...
--- /Users/admin/pgsql/src/test/regress/expected/triggers.out	2024-12-07 19:05:12
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/triggers.out	2024-12-07 19:07:23
@@ -3737,7 +3737,7 @@
 referencing new table as new_table
 for each statement execute function make_matview();
 insert into my_table values (42);
-ERROR:  transition tables cannot be used in rule
+ERROR:  transition table cannot be used in rule
 CONTEXT:  SQL statement "create materialized view mv as select * from new_table"
 PL/pgSQL function make_matview() line 1 at SQL statement
 drop table my_table;
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/triggers.out /Users/admin/pgsql/build/testrun/regress/regress/resu...
--- /Users/admin/pgsql/src/test/regress/expected/triggers.out	2024-12-07 19:05:12
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/triggers.out	2024-12-07 19:06:35
@@ -3737,7 +3737,7 @@
 referencing new table as new_table
 for each statement execute function make_matview();
 insert into my_table values (42);
-ERROR:  transition tables cannot be used in rule
+ERROR:  transition table cannot be used in rule
 CONTEXT:  SQL statement "create materialized view mv as select * from new_table"
 PL/pgSQL function make_matview() line 1 at SQL statement
 drop table my_table;
tap
[19:07:05.816](41.253s) not ok 5 - regression tests pass
tap
[19:07:55.010](47.506s) not ok 2 - regression tests pass
test
[19:09:39.178]  27/314 postgresql:regress / regress/regress                                            ERROR            ...
[19:09:39.178]  46/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[19:09:39.178] 145/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/triggers.out C:/cirrus/build/testrun/pg_upgrade/002_pg_...
--- C:/cirrus/src/test/regress/expected/triggers.out	2024-12-07 19:05:16.506164100 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/triggers.out	2024-12-07 19:07:46.916168000 +0000
@@ -3737,7 +3737,7 @@
 referencing new table as new_table
 for each statement execute function make_matview();
 insert into my_table values (42);
-ERROR:  transition tables cannot be used in rule
+ERROR:  transition table cannot be used in rule
 CONTEXT:  SQL statement "create materialized view mv as select * from new_table"
 PL/pgSQL function make_matview() line 1 at SQL statement
 drop table my_table;
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/triggers.out C:/cirrus/build/testrun/recovery/027_strea...
--- C:/cirrus/src/test/regress/expected/triggers.out	2024-12-07 19:05:16.506164100 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/triggers.out	2024-12-07 19:10:05.429268000 +0000
@@ -3737,7 +3737,7 @@
 referencing new table as new_table
 for each statement execute function make_matview();
 insert into my_table values (42);
-ERROR:  transition tables cannot be used in rule
+ERROR:  transition table cannot be used in rule
 CONTEXT:  SQL statement "create materialized view mv as select * from new_table"
 PL/pgSQL function make_matview() line 1 at SQL statement
 drop table my_table;
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/triggers.out C:/cirrus/build/testrun/regress/regress/re...
--- C:/cirrus/src/test/regress/expected/triggers.out	2024-12-07 19:05:16.506164100 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/triggers.out	2024-12-07 19:07:36.120818100 +0000
@@ -3737,7 +3737,7 @@
 referencing new table as new_table
 for each statement execute function make_matview();
 insert into my_table values (42);
-ERROR:  transition tables cannot be used in rule
+ERROR:  transition table cannot be used in rule
 CONTEXT:  SQL statement "create materialized view mv as select * from new_table"
 PL/pgSQL function make_matview() line 1 at SQL statement
 drop table my_table;
tap
[19:09:13.669](116.124s) not ok 5 - regression tests pass
tap
[19:11:35.351](126.093s) not ok 2 - regression tests pass
test
[19:18:57.292]   6/309 postgresql:regress / regress/regress                                            ERROR           1...
[19:18:57.292]  37/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[19:18:57.292]  98/309 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5214 SQL:2023 JSON simplified accessor support
FreeBSD - 13 - Meson
tap
[17:48:22.202](1.343s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[17:48:32.056] 294/314 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
Linux - Debian Bookworm - Autoconf
tap
[17:49:42.348](0.846s) not ok 1 - no parameters missing from postgresql.conf.sample
Linux - Debian Bookworm - Meson
tap
[17:50:58.851](0.456s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[17:51:13.083] 293/314 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
macOS - Sonoma - Meson
tap
[17:47:08.810](0.937s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[17:47:21.777] 294/314 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[17:55:17.177](1.634s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[17:56:35.302] 288/309 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
51/4912 CSN snapshots in hot standby
Linux - Debian Bookworm - Meson
test
[15:48:56.426] 315/315 postgresql:test_misc / test_misc/000_csn_perf                                   ERROR           1...
macOS - Sonoma - Meson
test
[15:44:25.522] 315/315 postgresql:test_misc / test_misc/000_csn_perf                                   ERROR           1...
Windows - Server 2019, VS 2019 - Meson & ninja
test
[15:55:58.792] 310/310 postgresql:test_misc / test_misc/000_csn_perf                                   ERROR           3...
51/5196 Use function smgrclose() to replace the loop
CompilerWarnings
compiler
[15:03:45.244] smgr.c:487:9: error: unused variable 'which' [-Werror,-Wunused-variable]
compiler
[15:03:45.244] smgr.c:282:13: error: unused variable 'forknum' [-Werror,-Wunused-variable]
compiler
[15:02:57.732] smgr.c:487:9: error: unused variable 'which' [-Werror,-Wunused-variable]
compiler
[15:02:57.732] smgr.c:282:13: error: unused variable 'forknum' [-Werror,-Wunused-variable]
compiler
[15:01:47.223] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable]
compiler
[15:01:47.223] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
compiler
[15:00:54.229] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
compiler
[15:00:54.229] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable]
compiler
[15:05:11.475] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable]
compiler
[15:05:11.475] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
51/5099 CREATE OR REPLACE MATERIALIZED VIEW
FreeBSD - 13 - Meson
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 195, PID: 11257
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 195, PID: 17954
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 195, PID: 10706
core
[14:48:47.497] #0  0x000000082b82641a in thr_kill () from /lib/libc.so.7
[14:48:47.497] #1  0x000000082b79fe64 in raise () from /lib/libc.so.7
[14:48:47.497] #2  0x000000082b8506f9 in abort () from /lib/libc.so.7
[14:48:47.497] #3  0x0000000000aa1665 in ExceptionalCondition (conditionName=0x2ecf40 "queryDesc->sourceText != NULL", f...
[14:48:47.497] #4  0x000000000076f379 in standard_ExecutorStart (queryDesc=0x8350a2b40, eflags=0) at ../src/backend/exec...
[14:48:47.497] #5  0x000000083943b9c2 in pgss_ExecutorStart (queryDesc=0x8350a2b40, eflags=6) at ../contrib/pg_stat_stat...
[14:48:47.497] #6  0x0000000000704d15 in refresh_matview_datafill (dest=<optimized out>, query=<optimized out>, queryStr...
[14:48:47.497] #7  RefreshMatViewByOid (matviewOid=28203, is_create=<optimized out>, skipData=<optimized out>, concurren...
[14:48:47.497] #8  0x00000000007048f6 in ExecRefreshMatView (stmt=<optimized out>, queryString=queryString@entry=0x0, qc...
[14:48:47.497] #9  0x00000000006db9ec in ExecCreateTableAs (pstate=pstate@entry=0x83507d900, stmt=stmt@entry=0x835050fd0...
core
[14:48:46.896] #0  0x000000082c94a41a in thr_kill () from /lib/libc.so.7
[14:48:46.896] #1  0x000000082c8c3e64 in raise () from /lib/libc.so.7
[14:48:46.896] #2  0x000000082c9746f9 in abort () from /lib/libc.so.7
[14:48:46.896] #3  0x0000000000aa1665 in ExceptionalCondition (conditionName=0x2ecf40 "queryDesc->sourceText != NULL", f...
[14:48:46.896] #4  0x000000000076f379 in standard_ExecutorStart (queryDesc=0x837606b40, eflags=0) at ../src/backend/exec...
[14:48:46.896] #5  0x0000000000704d15 in refresh_matview_datafill (dest=<optimized out>, query=<optimized out>, queryStr...
[14:48:46.896] #6  RefreshMatViewByOid (matviewOid=28341, is_create=<optimized out>, skipData=<optimized out>, concurren...
[14:48:46.896] #7  0x00000000007048f6 in ExecRefreshMatView (stmt=<optimized out>, queryString=queryString@entry=0x0, qc...
[14:48:46.896] #8  0x00000000006db9ec in ExecCreateTableAs (pstate=pstate@entry=0x837697900, stmt=stmt@entry=0x83764bfd0...
[14:48:46.896] #9  0x000000000094c1d8 in ProcessUtilitySlow (pstate=pstate@entry=0x837697900, pstmt=pstmt@entry=0x837599...
core
[14:48:47.192] #0  0x000000082d5aa41a in thr_kill () from /lib/libc.so.7
[14:48:47.192] #1  0x000000082d523e64 in raise () from /lib/libc.so.7
[14:48:47.192] #2  0x000000082d5d46f9 in abort () from /lib/libc.so.7
[14:48:47.192] #3  0x0000000000aa1665 in ExceptionalCondition (conditionName=0x2ecf40 "queryDesc->sourceText != NULL", f...
[14:48:47.192] #4  0x000000000076f379 in standard_ExecutorStart (queryDesc=0x83596bb40, eflags=0) at ../src/backend/exec...
[14:48:47.192] #5  0x0000000000704d15 in refresh_matview_datafill (dest=<optimized out>, query=<optimized out>, queryStr...
[14:48:47.192] #6  RefreshMatViewByOid (matviewOid=28425, is_create=<optimized out>, skipData=<optimized out>, concurren...
[14:48:47.192] #7  0x00000000007048f6 in ExecRefreshMatView (stmt=<optimized out>, queryString=queryString@entry=0x0, qc...
[14:48:47.192] #8  0x00000000006db9ec in ExecCreateTableAs (pstate=pstate@entry=0x83598a900, stmt=stmt@entry=0x838363fd0...
[14:48:47.192] #9  0x000000000094c1d8 in ProcessUtilitySlow (pstate=pstate@entry=0x83598a900, pstmt=pstmt@entry=0x835898...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/privileges.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002...
--- /tmp/cirrus-ci-build/src/test/regress/expected/privileges.out	2024-12-07 14:40:05.736055000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/privileges.out	2024-12-07 14:42:12.6352620...
@@ -1842,1417 +1842,10 @@
 -- Do the same concurrently
 CREATE INDEX CONCURRENTLY sro_idx ON sro_tab ((sro_ifun(a) + sro_ifun(0)))
 	WHERE sro_ifun(a + 10) > sro_ifun(10);
--- REINDEX
-REINDEX TABLE sro_tab;
-REINDEX INDEX sro_idx;
-REINDEX TABLE CONCURRENTLY sro_tab;
-DROP INDEX sro_idx;
--- CLUSTER
-CREATE INDEX sro_cluster_idx ON sro_tab ((sro_ifun(a) + sro_ifun(0)));
-CLUSTER sro_tab USING sro_cluster_idx;
-DROP INDEX sro_cluster_idx;
--- BRIN index
-CREATE INDEX sro_brin ON sro_tab USING brin ((sro_ifun(a) + sro_ifun(0)));
-SELECT brin_desummarize_range('sro_brin', 0);
- brin_desummarize_range 
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-12-07 14:40:05.680472000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/brin.out	2024-12-07 14:42:47.429149000 +...
@@ -363,229 +363,10 @@
 	END LOOP;
 END;
 $x$;
-RESET enable_seqscan;
-RESET enable_bitmapscan;
-INSERT INTO brintest SELECT
-	repeat(stringu1, 42)::bytea,
-	substr(stringu1, 1, 1)::"char",
-	stringu1::name, 142857 * tenthous,
-	thousand,
-	twothousand,
-	repeat(stringu1, 42),
-	unique1::oid,
-	format('(%s,%s)', tenthous, twenty)::tid,
-	(four + 1.0)/(hundred+1),
-	odd::float8 / (tenthous + 1),
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/build/testrun/regress/regress/resu...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-12-07 14:40:05.680472000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/brin.out	2024-12-07 14:42:08.931340000 +0000
@@ -588,4 +588,10 @@
 CREATE INDEX brin_insert_optimization_idx ON brin_insert_optimization USING brin (a);
 UPDATE brin_insert_optimization SET a = a;
 REINDEX INDEX CONCURRENTLY brin_insert_optimization_idx;
-DROP TABLE brin_insert_optimization;
+WARNING:  terminating connection because of crash of another server process
+DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because anothe...
+HINT:  In a moment you should be able to reconnect to the database and repeat your command.
+server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
+connection to server was lost
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/privileges.out /tmp/cirrus-ci-build/build/testrun/regress/regres...
--- /tmp/cirrus-ci-build/src/test/regress/expected/privileges.out	2024-12-07 14:40:05.736055000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/privileges.out	2024-12-07 14:42:08.927740000 +0000
@@ -1842,1417 +1842,10 @@
 -- Do the same concurrently
...
tap
[14:42:14.351](27.920s) not ok 5 - regression tests pass
[14:42:15.740](1.384s) not ok 6 - dump before running pg_upgrade
tap
[14:42:48.461](27.631s) not ok 2 - regression tests pass
test
[14:47:42.085]  23/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[14:47:42.085]  25/314 postgresql:regress / regress/regress                                            ERROR            ...
[14:47:42.085]  50/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "execMain.c", Line: 195, PID: 39703
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "execMain.c", Line: 195, PID: 24484
core
[14:47:34.621] #0  0x00007f4125aabebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[14:47:34.621] #1  0x00007f4125a5cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[14:47:34.621] #2  0x00007f4125a47472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[14:47:34.621] #3  0x000055a27ea7683a in ExceptionalCondition (conditionName=conditionName@entry=0x55a27ed53fc0 "queryDe...
[14:47:34.621] #4  0x000055a27e26980d in standard_ExecutorStart (queryDesc=queryDesc@entry=0x6250005ba0b0, eflags=eflags...
[14:47:34.621] #5  0x000055a27e269a42 in ExecutorStart (queryDesc=queryDesc@entry=0x6250005ba0b0, eflags=eflags@entry=0)...
[14:47:34.621] #6  0x000055a27e15f797 in refresh_matview_datafill (dest=0x61d000090de8, query=<optimized out>, query@ent...
[14:47:34.621] #7  0x000055a27e161ec0 in RefreshMatViewByOid (matviewOid=<optimized out>, is_create=is_create@entry=fals...
[14:47:34.621] #8  0x000055a27e1620cc in ExecRefreshMatView (stmt=0x621000058230, queryString=queryString@entry=0x0, qc=...
[14:47:34.621] #9  0x000055a27e101c14 in ExecCreateTableAs (pstate=pstate@entry=0x6190000ab580, stmt=stmt@entry=0x625000...
core
[14:47:35.887] #0  0x00007f199e0abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[14:47:35.887] #1  0x00007f199e05cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[14:47:35.887] #2  0x00007f199e047472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[14:47:35.887] #3  0x00005567b70fc83a in ExceptionalCondition (conditionName=conditionName@entry=0x5567b73d9fc0 "queryDe...
[14:47:35.887] #4  0x00005567b68ef80d in standard_ExecutorStart (queryDesc=queryDesc@entry=0x6250005bf0b0, eflags=eflags...
[14:47:35.887] #5  0x00005567b68efa42 in ExecutorStart (queryDesc=queryDesc@entry=0x6250005bf0b0, eflags=eflags@entry=0)...
[14:47:35.887] #6  0x00005567b67e5797 in refresh_matview_datafill (dest=0x61d0000fede8, query=<optimized out>, query@ent...
[14:47:35.887] #7  0x00005567b67e7ec0 in RefreshMatViewByOid (matviewOid=<optimized out>, is_create=is_create@entry=fals...
[14:47:35.887] #8  0x00005567b67e80cc in ExecRefreshMatView (stmt=0x62100005be30, queryString=queryString@entry=0x0, qc=...
[14:47:35.887] #9  0x00005567b6787c14 in ExecCreateTableAs (pstate=pstate@entry=0x6190000a9780, stmt=stmt@entry=0x625000...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/resul...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-12-07 14:40:01.410982389 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/brin.out	2024-12-07 14:46:20.443552984 +0000
@@ -588,4 +588,10 @@
 CREATE INDEX brin_insert_optimization_idx ON brin_insert_optimization USING brin (a);
 UPDATE brin_insert_optimization SET a = a;
 REINDEX INDEX CONCURRENTLY brin_insert_optimization_idx;
-DROP TABLE brin_insert_optimization;
+WARNING:  terminating connection because of crash of another server process
+DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because anothe...
+HINT:  In a moment you should be able to reconnect to the database and repeat your command.
+server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
+connection to server was lost
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/privileges.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check...
--- /tmp/cirrus-ci-build/src/test/regress/expected/privileges.out	2024-12-07 14:40:01.483319001 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/privileges.out	2024-12-07 14:46:20.395551362 +0000
@@ -1846,1413 +1846,10 @@
 REINDEX TABLE sro_tab;
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/src/test/regress/results/brin.out
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-12-07 14:40:01.410982389 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/brin.out	2024-12-07 14:44:21.581617356 +0000
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
tap
[14:46:22.563](41.192s) not ok 5 - regression tests pass
[14:46:25.006](2.428s) not ok 6 - dump before running pg_upgrade
Linux - Debian Bookworm - Meson
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 195, PID: 29719
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 195, PID: 36258
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 195, PID: 29211
core
[14:48:41.945] #0  0x00007f87788a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[14:48:41.945] #1  0x00007f877885afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[14:48:41.945] #2  0x00007f8778845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[14:48:41.945] #3  0x000055de64b377d3 in ExceptionalCondition (conditionName=conditionName@entry=0x55de64dad455 "queryDe...
[14:48:41.945] #4  0x000055de644b14c2 in standard_ExecutorStart (queryDesc=0x55de669e4040, eflags=0) at ../src/backend/e...
[14:48:41.945] #5  0x00007f877644a6f7 in pgss_ExecutorStart (queryDesc=0x55de669e4040, eflags=<optimized out>) at ../con...
[14:48:41.945] #6  0x000055de644b1657 in ExecutorStart (queryDesc=queryDesc@entry=0x55de669e4040, eflags=eflags@entry=0)...
[14:48:41.945] #7  0x000055de643d5707 in refresh_matview_datafill (dest=0x55de669216f8, query=<optimized out>, query@ent...
[14:48:41.945] #8  0x000055de643d7a6e in RefreshMatViewByOid (matviewOid=28344, is_create=is_create@entry=false, skipDat...
[14:48:41.945] #9  0x000055de643d7bad in ExecRefreshMatView (stmt=0x55de669220d0, queryString=queryString@entry=0x0, qc=...
core
[14:48:40.598] #0  0x00007f0e1cca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[14:48:40.598] #1  0x00007f0e1cc5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[14:48:40.598] #2  0x00007f0e1cc45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[14:48:40.598] #3  0x0000556bc10707d3 in ExceptionalCondition (conditionName=conditionName@entry=0x556bc12e6455 "queryDe...
[14:48:40.598] #4  0x0000556bc09ea4c2 in standard_ExecutorStart (queryDesc=queryDesc@entry=0x556bc397d6f0, eflags=eflags...
[14:48:40.598] #5  0x0000556bc09ea69e in ExecutorStart (queryDesc=queryDesc@entry=0x556bc397d6f0, eflags=eflags@entry=0)...
[14:48:40.598] #6  0x0000556bc090e707 in refresh_matview_datafill (dest=0x556bc398dba8, query=<optimized out>, query@ent...
[14:48:40.598] #7  0x0000556bc0910a6e in RefreshMatViewByOid (matviewOid=28537, is_create=is_create@entry=false, skipDat...
[14:48:40.598] #8  0x0000556bc0910bad in ExecRefreshMatView (stmt=0x556bc38c22f0, queryString=queryString@entry=0x0, qc=...
[14:48:40.598] #9  0x0000556bc08c67c7 in ExecCreateTableAs (pstate=pstate@entry=0x556bc39056a0, stmt=stmt@entry=0x556bc3...
core
[14:48:39.268] #0  0x00007fbb83ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[14:48:39.268] #1  0x00007fbb83e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[14:48:39.268] #2  0x00007fbb83e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[14:48:39.268] #3  0x000055deb5df77d3 in ExceptionalCondition (conditionName=conditionName@entry=0x55deb606d455 "queryDe...
[14:48:39.268] #4  0x000055deb57714c2 in standard_ExecutorStart (queryDesc=queryDesc@entry=0x55deb822b1a0, eflags=eflags...
[14:48:39.268] #5  0x000055deb577169e in ExecutorStart (queryDesc=queryDesc@entry=0x55deb822b1a0, eflags=eflags@entry=0)...
[14:48:39.268] #6  0x000055deb5695707 in refresh_matview_datafill (dest=0x55deb8231c48, query=<optimized out>, query@ent...
[14:48:39.268] #7  0x000055deb5697a6e in RefreshMatViewByOid (matviewOid=28525, is_create=is_create@entry=false, skipDat...
[14:48:39.268] #8  0x000055deb5697bad in ExecRefreshMatView (stmt=0x55deb8234da0, queryString=queryString@entry=0x0, qc=...
[14:48:39.268] #9  0x000055deb564d7c7 in ExecCreateTableAs (pstate=pstate@entry=0x55deb832cb60, stmt=stmt@entry=0x55deb8...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_up...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-12-07 14:40:03.355329208 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/brin.out	2024-12-07 14:44:56.907936029 +00...
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-12-07 14:40:03.355329208 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/brin.out	2024-12-07 14:45:29.504429242 +...
@@ -363,229 +363,10 @@
 	END LOOP;
 END;
 $x$;
-RESET enable_seqscan;
-RESET enable_bitmapscan;
-INSERT INTO brintest SELECT
-	repeat(stringu1, 42)::bytea,
-	substr(stringu1, 1, 1)::"char",
-	stringu1::name, 142857 * tenthous,
-	thousand,
-	twothousand,
-	repeat(stringu1, 42),
-	unique1::oid,
-	format('(%s,%s)', tenthous, twenty)::tid,
-	(four + 1.0)/(hundred+1),
-	odd::float8 / (tenthous + 1),
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/build/testrun/regress/regress/resu...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-12-07 14:40:03.355329208 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/brin.out	2024-12-07 14:44:53.071902426 +0000
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
tap
[14:45:00.840](29.296s) not ok 5 - regression tests pass
[14:45:03.378](2.510s) not ok 6 - dump before running pg_upgrade
tap
[14:45:32.621](26.619s) not ok 2 - regression tests pass
test
[14:47:33.142]  26/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[14:47:33.142]  18/314 postgresql:regress / regress/regress                                            ERROR            ...
[14:47:33.142]  56/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
macOS - Sonoma - Meson
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 195, PID: 12499
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 195, PID: 19341
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 195, PID: 12384
core
[14:47:53.492]   * frame #0: 0x000000018f96d5f0 libsystem_kernel.dylib`__pthread_kill + 8
[14:47:53.492]     frame #1: 0x000000018f9a5c20 libsystem_pthread.dylib`pthread_kill + 288
[14:47:53.492]     frame #2: 0x000000018f8b2a30 libsystem_c.dylib`abort + 180
[14:47:53.492]     frame #3: 0x0000000102b9cba0 postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[14:47:53.492]     frame #4: 0x00000001028caed0 postgres`standard_ExecutorStart(queryDesc=0x000000013684bdb0, eflags=0) ...
[14:47:53.492]     frame #5: 0x00000001032efd14 pg_stat_statements.dylib`pgss_ExecutorStart(queryDesc=0x000000013684bdb0...
[14:47:53.492]     frame #6: 0x0000000102878ed0 postgres`RefreshMatViewByOid [inlined] refresh_matview_datafill(dest=<un...
[14:47:53.492]     frame #7: 0x0000000102878e58 postgres`RefreshMatViewByOid(matviewOid=28482, is_create=false, skipData...
[14:47:53.492]     frame #8: 0x0000000102878628 postgres`ExecRefreshMatView(stmt=0x0000000136815730, queryString=<unavai...
[14:47:53.492]     frame #9: 0x0000000102856ecc postgres`ExecCreateTableAs(pstate=0x000000013508bf00, stmt=0x00000001368...
core
[14:48:16.271]   * frame #0: 0x000000018f96d5f0 libsystem_kernel.dylib`__pthread_kill + 8
[14:48:16.271]     frame #1: 0x000000018f9a5c20 libsystem_pthread.dylib`pthread_kill + 288
[14:48:16.271]     frame #2: 0x000000018f8b2a30 libsystem_c.dylib`abort + 180
[14:48:16.271]     frame #3: 0x0000000103134ba0 postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[14:48:16.271]     frame #4: 0x0000000102e62ed0 postgres`standard_ExecutorStart(queryDesc=0x00000001198595b0, eflags=0) ...
[14:48:16.271]     frame #5: 0x0000000102e6286c postgres`ExecutorStart(queryDesc=<unavailable>, eflags=<unavailable>) at...
[14:48:16.271]     frame #6: 0x0000000102e10ed0 postgres`RefreshMatViewByOid [inlined] refresh_matview_datafill(dest=<un...
[14:48:16.271]     frame #7: 0x0000000102e10e58 postgres`RefreshMatViewByOid(matviewOid=28250, is_create=false, skipData...
[14:48:16.271]     frame #8: 0x0000000102e10628 postgres`ExecRefreshMatView(stmt=0x0000000119875730, queryString=<unavai...
[14:48:16.271]     frame #9: 0x0000000102deeecc postgres`ExecCreateTableAs(pstate=0x000000012903fb00, stmt=0x00000001290...
core
[14:48:39.332]   * frame #0: 0x000000018f96d5f0 libsystem_kernel.dylib`__pthread_kill + 8
[14:48:39.332]     frame #1: 0x000000018f9a5c20 libsystem_pthread.dylib`pthread_kill + 288
[14:48:39.332]     frame #2: 0x000000018f8b2a30 libsystem_c.dylib`abort + 180
[14:48:39.332]     frame #3: 0x00000001049a0ba0 postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[14:48:39.332]     frame #4: 0x00000001046ceed0 postgres`standard_ExecutorStart(queryDesc=0x000000014781c1b0, eflags=0) ...
[14:48:39.332]     frame #5: 0x00000001046ce86c postgres`ExecutorStart(queryDesc=<unavailable>, eflags=<unavailable>) at...
[14:48:39.332]     frame #6: 0x000000010467ced0 postgres`RefreshMatViewByOid [inlined] refresh_matview_datafill(dest=<un...
[14:48:39.332]     frame #7: 0x000000010467ce58 postgres`RefreshMatViewByOid(matviewOid=28726, is_create=false, skipData...
[14:48:39.332]     frame #8: 0x000000010467c628 postgres`ExecRefreshMatView(stmt=0x0000000157026b30, queryString=<unavai...
[14:48:39.332]     frame #9: 0x000000010465aecc postgres`ExecCreateTableAs(pstate=0x0000000150054900, stmt=0x00000001570...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/brin.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrad...
--- /Users/admin/pgsql/src/test/regress/expected/brin.out	2024-12-07 14:39:12
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/brin.out	2024-12-07 14:42:03
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/brin.out /Users/admin/pgsql/build/testrun/recovery/027_stream_regr...
--- /Users/admin/pgsql/src/test/regress/expected/brin.out	2024-12-07 14:39:12
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/brin.out	2024-12-07 14:42:40
@@ -533,59 +533,10 @@
 WITH rand_value AS (SELECT string_agg(fipshash(i::text),'') AS val FROM generate_series(1,60) s(i))
 INSERT INTO brintest_3
 SELECT val, val, val, val FROM rand_value;
-CREATE INDEX brin_test_toast_idx ON brintest_3 USING brin (b, c);
-DELETE FROM brintest_3;
--- We need to wait a bit for all transactions to complete, so that the
--- vacuum actually removes the TOAST rows. Creating an index concurrently
--- is a one way to achieve that, because it does exactly such wait.
-CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/brin.out /Users/admin/pgsql/build/testrun/regress/regress/results/...
--- /Users/admin/pgsql/src/test/regress/expected/brin.out	2024-12-07 14:39:12
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/brin.out	2024-12-07 14:42:03
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
tap
[14:42:08.562](45.745s) not ok 5 - regression tests pass
[14:42:10.327](1.749s) not ok 6 - dump before running pg_upgrade
tap
[14:42:44.337](45.090s) not ok 2 - regression tests pass
test
[14:44:30.911]  33/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[14:44:30.911]  40/314 postgresql:regress / regress/regress                                            ERROR            ...
[14:44:30.911]  95/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 195, PID: 7664
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 195, PID: 4832
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 195, PID: 4020
core
00000048`8c5fdcd0 00007ff7`96ea2ed8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000048`8c5fdd10 00007ff7`96980979     postgres!ExceptionalCondition(
00000048`8c5fdd50 00007fff`01ce2d26     postgres!standard_ExecutorStart(
00000048`8c5fdda0 00007ff7`969807ea     pg_stat_statements!pgss_ExecutorStart(
00000048`8c5fdde0 00007ff7`968d3279     postgres!ExecutorStart(
00000048`8c5fde10 00007ff7`968d2c10     postgres!refresh_matview_datafill(
00000048`8c5fdea0 00007ff7`968d2478     postgres!RefreshMatViewByOid(
00000048`8c5fe0f0 00007ff7`96891c87     postgres!ExecRefreshMatView(
00000048`8c5fe170 00007ff7`96c76e07     postgres!ExecCreateTableAs(
00000048`8c5fe290 00007ff7`96c72acf     postgres!ProcessUtilitySlow(
core
00000048`8c9ff898 00007fff`1868b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000048`8c9ff8a0 00007fff`17924cb0     ntdll!TppWorkerThread+0x2df
00000048`8c9ffb90 00007fff`186fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000048`8c9ffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000048`8cdff888 00007fff`15e945ca     ntdll!NtFsControlFile+0x14
00000048`8cdff890 00007ff7`96b5684b     KERNELBASE!ConnectNamedPipe+0x6a
00000048`8cdff900 00007fff`17924cb0     postgres!pg_signal_thread(
00000048`8cdffa00 00007fff`186fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000048`8cdffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000048`8d1ff838 00007fff`15e4d71e     ntdll!NtWaitForSingleObject+0x14
00000048`8d1ff840 00007ff7`96b582ec     KERNELBASE!WaitForSingleObjectEx+0x8e
00000048`8d1ff8e0 00007fff`17924cb0     postgres!pg_timer_thread(
00000048`8d1ff920 00007fff`186fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000048`8d1ff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000048`8d5ffbd8 00007fff`1868b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000048`8d5ffbe0 00007fff`17924cb0     ntdll!TppWorkerThread+0x2df
00000048`8d5ffed0 00007fff`186fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000048`8d5fff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004f`cf5ff618 00007fff`1868b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004f`cf5ff620 00007fff`17924cb0     ntdll!TppWorkerThread+0x2df
0000004f`cf5ff910 00007fff`186fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000004f`cf5ff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004f`d01ff708 00007fff`1868b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004f`d01ff710 00007fff`17924cb0     ntdll!TppWorkerThread+0x2df
0000004f`d01ffa00 00007fff`186fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000004f`d01ffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004f`cfdffdd8 00007fff`15e4d71e     ntdll!NtWaitForSingleObject+0x14
0000004f`cfdffde0 00007ff7`96b582ec     KERNELBASE!WaitForSingleObjectEx+0x8e
0000004f`cfdffe80 00007fff`17924cb0     postgres!pg_timer_thread(
0000004f`cfdffec0 00007fff`186fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000004f`cfdffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004f`cf1fe520 00007ff7`96ea2ed8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000004f`cf1fe560 00007ff7`96980979     postgres!ExceptionalCondition(
0000004f`cf1fe5a0 00007ff7`969807fa     postgres!standard_ExecutorStart(
0000004f`cf1fe5f0 00007ff7`968d3279     postgres!ExecutorStart(
0000004f`cf1fe620 00007ff7`968d2c10     postgres!refresh_matview_datafill(
0000004f`cf1fe6b0 00007ff7`968d2478     postgres!RefreshMatViewByOid(
0000004f`cf1fe900 00007ff7`96891c87     postgres!ExecRefreshMatView(
0000004f`cf1fe980 00007ff7`96c76e07     postgres!ExecCreateTableAs(
0000004f`cf1feaa0 00007ff7`96c72acf     postgres!ProcessUtilitySlow(
0000004f`cf1ff3c0 00007ff7`96c71a19     postgres!standard_ProcessUtility(
core
0000004f`cf9ff668 00007fff`15e945ca     ntdll!NtFsControlFile+0x14
0000004f`cf9ff670 00007ff7`96b5684b     KERNELBASE!ConnectNamedPipe+0x6a
0000004f`cf9ff6e0 00007fff`17924cb0     postgres!pg_signal_thread(
0000004f`cf9ff7e0 00007fff`186fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000004f`cf9ff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b1`bf3fe2c0 00007ff7`96ea2ed8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b1`bf3fe300 00007ff7`96980979     postgres!ExceptionalCondition(
000000b1`bf3fe340 00007ff7`969807fa     postgres!standard_ExecutorStart(
000000b1`bf3fe390 00007ff7`968d3279     postgres!ExecutorStart(
000000b1`bf3fe3c0 00007ff7`968d2c10     postgres!refresh_matview_datafill(
000000b1`bf3fe450 00007ff7`968d2478     postgres!RefreshMatViewByOid(
000000b1`bf3fe6a0 00007ff7`96891c87     postgres!ExecRefreshMatView(
000000b1`bf3fe720 00007ff7`96c76e07     postgres!ExecCreateTableAs(
000000b1`bf3fe840 00007ff7`96c72acf     postgres!ProcessUtilitySlow(
000000b1`bf3ff160 00007ff7`96c71a19     postgres!standard_ProcessUtility(
core
000000b1`bfbff848 00007fff`15e945ca     ntdll!NtFsControlFile+0x14
000000b1`bfbff850 00007ff7`96b5684b     KERNELBASE!ConnectNamedPipe+0x6a
000000b1`bfbff8c0 00007fff`17924cb0     postgres!pg_signal_thread(
000000b1`bfbff9c0 00007fff`186fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b1`bfbff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b1`bf7ff8e8 00007fff`1868b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b1`bf7ff8f0 00007fff`17924cb0     ntdll!TppWorkerThread+0x2df
000000b1`bf7ffbe0 00007fff`186fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b1`bf7ffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b1`c03ffa68 00007fff`15e4d71e     ntdll!NtWaitForSingleObject+0x14
000000b1`c03ffa70 00007ff7`96b582ec     KERNELBASE!WaitForSingleObjectEx+0x8e
000000b1`c03ffb10 00007fff`17924cb0     postgres!pg_timer_thread(
000000b1`c03ffb50 00007fff`186fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b1`c03ffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b1`bffff768 00007fff`1868b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b1`bffff770 00007fff`17924cb0     ntdll!TppWorkerThread+0x2df
000000b1`bffffa60 00007fff`186fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b1`bffffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/brin.out C:/cirrus/build/testrun/pg_upgrade/002_pg_upgr...
--- C:/cirrus/src/test/regress/expected/brin.out	2024-12-07 14:40:15.252154700 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/brin.out	2024-12-07 14:43:05.043037100 +0000
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/brin.out C:/cirrus/build/testrun/recovery/027_stream_re...
--- C:/cirrus/src/test/regress/expected/brin.out	2024-12-07 14:40:15.252154700 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/brin.out	2024-12-07 14:45:05.621619000 +0000
@@ -588,4 +588,10 @@
 CREATE INDEX brin_insert_optimization_idx ON brin_insert_optimization USING brin (a);
 UPDATE brin_insert_optimization SET a = a;
 REINDEX INDEX CONCURRENTLY brin_insert_optimization_idx;
-DROP TABLE brin_insert_optimization;
+WARNING:  terminating connection because of crash of another server process
+DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because anothe...
+HINT:  In a moment you should be able to reconnect to the database and repeat your command.
+server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
+connection to server was lost
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/privileges.out C:/cirrus/build/testrun/recovery/027_str...
--- C:/cirrus/src/test/regress/expected/privileges.out	2024-12-07 14:40:15.381087900 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/privileges.out	2024-12-07 14:45:05.605997400 +0000
@@ -1842,1417 +1842,10 @@
 -- Do the same concurrently
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/brin.out C:/cirrus/build/testrun/regress/regress/result...
--- C:/cirrus/src/test/regress/expected/brin.out	2024-12-07 14:40:15.252154700 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/brin.out	2024-12-07 14:43:04.449279500 +0000
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
tap
[14:43:43.024](86.399s) not ok 5 - regression tests pass
[14:43:49.781](6.732s) not ok 6 - dump before running pg_upgrade
tap
[14:45:39.328](91.573s) not ok 2 - regression tests pass
test
[14:54:40.097]  20/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[14:54:40.097]  19/309 postgresql:regress / regress/regress                                            ERROR           1...
[14:54:40.097]  63/309 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
51/5413 INSERT ... ON CONFLICT DO SELECT [FOR ...]
CompilerWarnings
compiler
[10:30:00.920] explain.c:5149:9: error: ‘resolution’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[10:28:59.928] explain.c:5149:9: error: ‘resolution’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[10:38:05.508] explain.c:5149:9: error: ‘resolution’ may be used uninitialized [-Werror=maybe-uninitialized]
51/5357 New predefined role pg_manage_extensions
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out /tmp/cirrus-ci-build/build/testrun/plperl/regress/...
--- /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out	2024-12-07 09:37:44.335898000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/plperl/regress/results/plperl_setup.out	2024-12-07 09:40:01.459485000 +0000
@@ -12,7 +12,7 @@
 HINT:  Must have CREATE privilege on current database to create this extension.
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 RESET ROLE;
 DO $$
 begin
@@ -24,7 +24,7 @@
 CREATE EXTENSION plperl;
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 CREATE SCHEMA plperl_setup_scratch;
 SET search_path = plperl_setup_scratch;
...
test
[09:42:32.360]  47/314 postgresql:plperl / plperl/regress                                              ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out /tmp/cirrus-ci-build/src/pl/plperl/results/plperl_...
--- /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out	2024-12-07 09:37:42.798891215 +0000
+++ /tmp/cirrus-ci-build/src/pl/plperl/results/plperl_setup.out	2024-12-07 09:40:59.254432051 +0000
@@ -12,7 +12,7 @@
 HINT:  Must have CREATE privilege on current database to create this extension.
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 RESET ROLE;
 DO $$
 begin
@@ -24,7 +24,7 @@
 CREATE EXTENSION plperl;
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 CREATE SCHEMA plperl_setup_scratch;
 SET search_path = plperl_setup_scratch;
...
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out /tmp/cirrus-ci-build/build/testrun/plperl/regress/...
--- /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out	2024-12-07 09:37:44.617317383 +0000
+++ /tmp/cirrus-ci-build/build/testrun/plperl/regress/results/plperl_setup.out	2024-12-07 09:42:34.578580838 +0000
@@ -12,7 +12,7 @@
 HINT:  Must have CREATE privilege on current database to create this extension.
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 RESET ROLE;
 DO $$
 begin
@@ -24,7 +24,7 @@
 CREATE EXTENSION plperl;
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 CREATE SCHEMA plperl_setup_scratch;
 SET search_path = plperl_setup_scratch;
...
test
[09:44:52.014]  46/314 postgresql:plperl / plperl/regress                                              ERROR            ...
macOS - Sonoma - Meson
core
[09:45:11.978]   * frame #0: 0x00000001902e7d24 dyld`stat64 + 8
[09:45:11.978]     frame #1: 0x000000019034ac30 dyld`stat_with_subsystem + 56
[09:45:11.978]     frame #2: 0x0000000190335c44 dyld`dyld3::stat(char const*, stat*) + 28
[09:45:11.978]     frame #3: 0x000000019030e2fc dyld`dyld4::SyscallDelegate::fileExists(char const*, dyld4::FileID*, int...
[09:45:11.978]     frame #4: 0x000000019030c12c dyld`invocation function for block in dyld4::PrebuiltLoader::invalidateI...
[09:45:11.978]     frame #5: 0x00000001902ee0fc dyld`dyld4::ProcessConfig::PathOverrides::forEachPathVariant(char const*...
[09:45:11.978]     frame #6: 0x000000019030bed0 dyld`dyld4::PrebuiltLoader::invalidateInIsolation(dyld4::RuntimeState co...
[09:45:11.978]     frame #7: 0x000000019030bbdc dyld`dyld4::PrebuiltLoader::isValid(dyld4::RuntimeState const&) const + ...
[09:45:11.978]     frame #8: 0x00000001902faa08 dyld`dyld4::RuntimeState::findPrebuiltLoader(char const*) const + 104
[09:45:11.978]     frame #9: 0x00000001902fe8fc dyld`dyld4::Loader::makeDyldCacheLoader(Diagnostics&, dyld4::RuntimeStat...
regress
diff -U3 /Users/admin/pgsql/src/pl/plperl/expected/plperl_setup.out /Users/admin/pgsql/build/testrun/plperl/regress/resu...
--- /Users/admin/pgsql/src/pl/plperl/expected/plperl_setup.out	2024-12-07 09:37:11
+++ /Users/admin/pgsql/build/testrun/plperl/regress/results/plperl_setup.out	2024-12-07 09:40:06
@@ -12,7 +12,7 @@
 HINT:  Must have CREATE privilege on current database to create this extension.
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 RESET ROLE;
 DO $$
 begin
@@ -24,7 +24,7 @@
 CREATE EXTENSION plperl;
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 CREATE SCHEMA plperl_setup_scratch;
 SET search_path = plperl_setup_scratch;
...
test
[09:42:10.064]  48/314 postgresql:plperl / plperl/regress                                              ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/pl/plperl/expected/plperl_setup.out C:/cirrus/build/testrun/plperl/regress/re...
--- C:/cirrus/src/pl/plperl/expected/plperl_setup.out	2024-12-07 09:37:52.131644000 +0000
+++ C:/cirrus/build/testrun/plperl/regress/results/plperl_setup.out	2024-12-07 09:43:09.177547900 +0000
@@ -12,7 +12,7 @@
 HINT:  Must have CREATE privilege on current database to create this extension.
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 RESET ROLE;
 DO $$
 begin
@@ -24,7 +24,7 @@
 CREATE EXTENSION plperl;
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 CREATE SCHEMA plperl_setup_scratch;
 SET search_path = plperl_setup_scratch;
...
test
[09:51:09.539]  47/309 postgresql:plperl / plperl/regress                                              ERROR            ...
51/5100 Improved crc32c performance with AVX-512 algorithm.
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[09:05:54.287] test_crc32c.c.obj : error LNK2001: unresolved external symbol pg_comp_crc32c
51/5385 clean up create|alter domain stmt incompatiable constraint error case and add regression test
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/domain.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/domain.out	2024-12-07 08:17:13.428936000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/domain.out	2024-12-07 08:18:37.579063000 +...
@@ -102,9 +102,9 @@
 create domain d_fail as int4 PRIMARY key;
 ERROR:  primary key constraints not possible for domains
 create domain d_fail as int4 constraint cc generated by default as identity;
-ERROR:  identity columns are not supported on domains
+ERROR:  specifying GENERATED not supported for domains
 create domain d_fail as int4 constraint cc GENERATED ALWAYS AS (2) STORED;
-ERROR:  generated columns are not supported on domains
+ERROR:  specifying GENERATED not supported for domains
 create domain d_fail as int4 constraint cc check (value > 1) INITIALLY DEFERRED;
 ERROR:  specifying constraint deferrability not supported for domains
 create domain d_fail as int4 constraint cc check(values > 1) no inherit;
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/domain.out /tmp/cirrus-ci-build/build/testrun/recovery/027_strea...
--- /tmp/cirrus-ci-build/src/test/regress/expected/domain.out	2024-12-07 08:17:13.428936000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/domain.out	2024-12-07 08:19:24.473922000...
@@ -102,9 +102,9 @@
 create domain d_fail as int4 PRIMARY key;
 ERROR:  primary key constraints not possible for domains
 create domain d_fail as int4 constraint cc generated by default as identity;
-ERROR:  identity columns are not supported on domains
+ERROR:  specifying GENERATED not supported for domains
 create domain d_fail as int4 constraint cc GENERATED ALWAYS AS (2) STORED;
-ERROR:  generated columns are not supported on domains
+ERROR:  specifying GENERATED not supported for domains
 create domain d_fail as int4 constraint cc check (value > 1) INITIALLY DEFERRED;
 ERROR:  specifying constraint deferrability not supported for domains
 create domain d_fail as int4 constraint cc check(values > 1) no inherit;
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/domain.out /tmp/cirrus-ci-build/build/testrun/regress/regress/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/domain.out	2024-12-07 08:17:13.428936000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/domain.out	2024-12-07 08:18:35.771418000 +0000
@@ -102,9 +102,9 @@
 create domain d_fail as int4 PRIMARY key;
 ERROR:  primary key constraints not possible for domains
 create domain d_fail as int4 constraint cc generated by default as identity;
-ERROR:  identity columns are not supported on domains
+ERROR:  specifying GENERATED not supported for domains
 create domain d_fail as int4 constraint cc GENERATED ALWAYS AS (2) STORED;
-ERROR:  generated columns are not supported on domains
+ERROR:  specifying GENERATED not supported for domains
 create domain d_fail as int4 constraint cc check (value > 1) INITIALLY DEFERRED;
 ERROR:  specifying constraint deferrability not supported for domains
 create domain d_fail as int4 constraint cc check(values > 1) no inherit;
tap
[08:18:53.596](59.862s) not ok 5 - regression tests pass
tap
[08:19:40.794](70.792s) not ok 2 - regression tests pass
test
[08:21:26.947]  40/314 postgresql:regress / regress/regress                                            ERROR            ...
[08:21:26.947]  95/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[08:21:26.947] 155/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/domain.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/res...
--- /tmp/cirrus-ci-build/src/test/regress/expected/domain.out	2024-12-07 08:17:09.914502090 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/domain.out	2024-12-07 08:22:03.484788101 +0000
@@ -102,9 +102,9 @@
 create domain d_fail as int4 PRIMARY key;
 ERROR:  primary key constraints not possible for domains
 create domain d_fail as int4 constraint cc generated by default as identity;
-ERROR:  identity columns are not supported on domains
+ERROR:  specifying GENERATED not supported for domains
 create domain d_fail as int4 constraint cc GENERATED ALWAYS AS (2) STORED;
-ERROR:  generated columns are not supported on domains
+ERROR:  specifying GENERATED not supported for domains
 create domain d_fail as int4 constraint cc check (value > 1) INITIALLY DEFERRED;
 ERROR:  specifying constraint deferrability not supported for domains
 create domain d_fail as int4 constraint cc check(values > 1) no inherit;
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/domain.out /tmp/cirrus-ci-build/src/test/recovery/tmp_check/resu...
--- /tmp/cirrus-ci-build/src/test/regress/expected/domain.out	2024-12-07 08:17:09.914502090 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/domain.out	2024-12-07 08:24:08.428185375 +0000
@@ -102,9 +102,9 @@
 create domain d_fail as int4 PRIMARY key;
 ERROR:  primary key constraints not possible for domains
 create domain d_fail as int4 constraint cc generated by default as identity;
-ERROR:  identity columns are not supported on domains
+ERROR:  specifying GENERATED not supported for domains
 create domain d_fail as int4 constraint cc GENERATED ALWAYS AS (2) STORED;
-ERROR:  generated columns are not supported on domains
+ERROR:  specifying GENERATED not supported for domains
 create domain d_fail as int4 constraint cc check (value > 1) INITIALLY DEFERRED;
 ERROR:  specifying constraint deferrability not supported for domains
 create domain d_fail as int4 constraint cc check(values > 1) no inherit;
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/domain.out /tmp/cirrus-ci-build/src/test/regress/results/domain....
--- /tmp/cirrus-ci-build/src/test/regress/expected/domain.out	2024-12-07 08:17:09.914502090 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/domain.out	2024-12-07 08:20:13.060818851 +0000
@@ -102,9 +102,9 @@
 create domain d_fail as int4 PRIMARY key;
 ERROR:  primary key constraints not possible for domains
 create domain d_fail as int4 constraint cc generated by default as identity;
-ERROR:  identity columns are not supported on domains
+ERROR:  specifying GENERATED not supported for domains
 create domain d_fail as int4 constraint cc GENERATED ALWAYS AS (2) STORED;
-ERROR:  generated columns are not supported on domains
+ERROR:  specifying GENERATED not supported for domains
 create domain d_fail as int4 constraint cc check (value > 1) INITIALLY DEFERRED;
 ERROR:  specifying constraint deferrability not supported for domains
 create domain d_fail as int4 constraint cc check(values > 1) no inherit;
tap
[08:22:20.763](122.361s) not ok 5 - regression tests pass
tap
[08:24:18.380](56.271s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/domain.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/domain.out	2024-12-07 08:17:09.384826466 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/domain.out	2024-12-07 08:19:30.146307395 +...
@@ -102,9 +102,9 @@
 create domain d_fail as int4 PRIMARY key;
 ERROR:  primary key constraints not possible for domains
 create domain d_fail as int4 constraint cc generated by default as identity;
-ERROR:  identity columns are not supported on domains
+ERROR:  specifying GENERATED not supported for domains
 create domain d_fail as int4 constraint cc GENERATED ALWAYS AS (2) STORED;
-ERROR:  generated columns are not supported on domains
+ERROR:  specifying GENERATED not supported for domains
 create domain d_fail as int4 constraint cc check (value > 1) INITIALLY DEFERRED;
 ERROR:  specifying constraint deferrability not supported for domains
 create domain d_fail as int4 constraint cc check(values > 1) no inherit;
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/domain.out /tmp/cirrus-ci-build/build/testrun/recovery/027_strea...
--- /tmp/cirrus-ci-build/src/test/regress/expected/domain.out	2024-12-07 08:17:09.384826466 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/domain.out	2024-12-07 08:20:08.227562748...
@@ -102,9 +102,9 @@
 create domain d_fail as int4 PRIMARY key;
 ERROR:  primary key constraints not possible for domains
 create domain d_fail as int4 constraint cc generated by default as identity;
-ERROR:  identity columns are not supported on domains
+ERROR:  specifying GENERATED not supported for domains
 create domain d_fail as int4 constraint cc GENERATED ALWAYS AS (2) STORED;
-ERROR:  generated columns are not supported on domains
+ERROR:  specifying GENERATED not supported for domains
 create domain d_fail as int4 constraint cc check (value > 1) INITIALLY DEFERRED;
 ERROR:  specifying constraint deferrability not supported for domains
 create domain d_fail as int4 constraint cc check(values > 1) no inherit;
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/domain.out /tmp/cirrus-ci-build/build/testrun/regress/regress/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/domain.out	2024-12-07 08:17:09.384826466 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/domain.out	2024-12-07 08:19:23.926167068 +0000
@@ -102,9 +102,9 @@
 create domain d_fail as int4 PRIMARY key;
 ERROR:  primary key constraints not possible for domains
 create domain d_fail as int4 constraint cc generated by default as identity;
-ERROR:  identity columns are not supported on domains
+ERROR:  specifying GENERATED not supported for domains
 create domain d_fail as int4 constraint cc GENERATED ALWAYS AS (2) STORED;
-ERROR:  generated columns are not supported on domains
+ERROR:  specifying GENERATED not supported for domains
 create domain d_fail as int4 constraint cc check (value > 1) INITIALLY DEFERRED;
 ERROR:  specifying constraint deferrability not supported for domains
 create domain d_fail as int4 constraint cc check(values > 1) no inherit;
tap
[08:19:44.163](74.544s) not ok 5 - regression tests pass
tap
[08:20:19.416](76.125s) not ok 2 - regression tests pass
test
[08:22:02.062]  43/314 postgresql:regress / regress/regress                                            ERROR            ...
[08:22:02.062] 125/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[08:22:02.062] 155/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/domain.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgr...
--- /Users/admin/pgsql/src/test/regress/expected/domain.out	2024-12-07 08:16:12
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/domain.out	2024-12-07 08:17:57
@@ -102,9 +102,9 @@
 create domain d_fail as int4 PRIMARY key;
 ERROR:  primary key constraints not possible for domains
 create domain d_fail as int4 constraint cc generated by default as identity;
-ERROR:  identity columns are not supported on domains
+ERROR:  specifying GENERATED not supported for domains
 create domain d_fail as int4 constraint cc GENERATED ALWAYS AS (2) STORED;
-ERROR:  generated columns are not supported on domains
+ERROR:  specifying GENERATED not supported for domains
 create domain d_fail as int4 constraint cc check (value > 1) INITIALLY DEFERRED;
 ERROR:  specifying constraint deferrability not supported for domains
 create domain d_fail as int4 constraint cc check(values > 1) no inherit;
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/domain.out /Users/admin/pgsql/build/testrun/recovery/027_stream_re...
--- /Users/admin/pgsql/src/test/regress/expected/domain.out	2024-12-07 08:16:12
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/domain.out	2024-12-07 08:18:46
@@ -102,9 +102,9 @@
 create domain d_fail as int4 PRIMARY key;
 ERROR:  primary key constraints not possible for domains
 create domain d_fail as int4 constraint cc generated by default as identity;
-ERROR:  identity columns are not supported on domains
+ERROR:  specifying GENERATED not supported for domains
 create domain d_fail as int4 constraint cc GENERATED ALWAYS AS (2) STORED;
-ERROR:  generated columns are not supported on domains
+ERROR:  specifying GENERATED not supported for domains
 create domain d_fail as int4 constraint cc check (value > 1) INITIALLY DEFERRED;
 ERROR:  specifying constraint deferrability not supported for domains
 create domain d_fail as int4 constraint cc check(values > 1) no inherit;
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/domain.out /Users/admin/pgsql/build/testrun/regress/regress/result...
--- /Users/admin/pgsql/src/test/regress/expected/domain.out	2024-12-07 08:16:12
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/domain.out	2024-12-07 08:18:01
@@ -102,9 +102,9 @@
 create domain d_fail as int4 PRIMARY key;
 ERROR:  primary key constraints not possible for domains
 create domain d_fail as int4 constraint cc generated by default as identity;
-ERROR:  identity columns are not supported on domains
+ERROR:  specifying GENERATED not supported for domains
 create domain d_fail as int4 constraint cc GENERATED ALWAYS AS (2) STORED;
-ERROR:  generated columns are not supported on domains
+ERROR:  specifying GENERATED not supported for domains
 create domain d_fail as int4 constraint cc check (value > 1) INITIALLY DEFERRED;
 ERROR:  specifying constraint deferrability not supported for domains
 create domain d_fail as int4 constraint cc check(values > 1) no inherit;
tap
[08:18:07.230](41.192s) not ok 5 - regression tests pass
tap
[08:18:54.508](46.492s) not ok 2 - regression tests pass
test
[08:20:39.399]  28/314 postgresql:regress / regress/regress                                            ERROR            ...
[08:20:39.399]  46/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[08:20:39.399] 142/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/domain.out C:/cirrus/build/testrun/pg_upgrade/002_pg_up...
--- C:/cirrus/src/test/regress/expected/domain.out	2024-12-07 08:17:19.438190600 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/domain.out	2024-12-07 08:20:34.875579500 +0000
@@ -102,9 +102,9 @@
 create domain d_fail as int4 PRIMARY key;
 ERROR:  primary key constraints not possible for domains
 create domain d_fail as int4 constraint cc generated by default as identity;
-ERROR:  identity columns are not supported on domains
+ERROR:  specifying GENERATED not supported for domains
 create domain d_fail as int4 constraint cc GENERATED ALWAYS AS (2) STORED;
-ERROR:  generated columns are not supported on domains
+ERROR:  specifying GENERATED not supported for domains
 create domain d_fail as int4 constraint cc check (value > 1) INITIALLY DEFERRED;
 ERROR:  specifying constraint deferrability not supported for domains
 create domain d_fail as int4 constraint cc check(values > 1) no inherit;
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/domain.out C:/cirrus/build/testrun/recovery/027_stream_...
--- C:/cirrus/src/test/regress/expected/domain.out	2024-12-07 08:17:19.438190600 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/domain.out	2024-12-07 08:22:54.464449300 +0000
@@ -102,9 +102,9 @@
 create domain d_fail as int4 PRIMARY key;
 ERROR:  primary key constraints not possible for domains
 create domain d_fail as int4 constraint cc generated by default as identity;
-ERROR:  identity columns are not supported on domains
+ERROR:  specifying GENERATED not supported for domains
 create domain d_fail as int4 constraint cc GENERATED ALWAYS AS (2) STORED;
-ERROR:  generated columns are not supported on domains
+ERROR:  specifying GENERATED not supported for domains
 create domain d_fail as int4 constraint cc check (value > 1) INITIALLY DEFERRED;
 ERROR:  specifying constraint deferrability not supported for domains
 create domain d_fail as int4 constraint cc check(values > 1) no inherit;
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/domain.out C:/cirrus/build/testrun/regress/regress/resu...
--- C:/cirrus/src/test/regress/expected/domain.out	2024-12-07 08:17:19.438190600 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/domain.out	2024-12-07 08:20:28.990309300 +0000
@@ -102,9 +102,9 @@
 create domain d_fail as int4 PRIMARY key;
 ERROR:  primary key constraints not possible for domains
 create domain d_fail as int4 constraint cc generated by default as identity;
-ERROR:  identity columns are not supported on domains
+ERROR:  specifying GENERATED not supported for domains
 create domain d_fail as int4 constraint cc GENERATED ALWAYS AS (2) STORED;
-ERROR:  generated columns are not supported on domains
+ERROR:  specifying GENERATED not supported for domains
 create domain d_fail as int4 constraint cc check (value > 1) INITIALLY DEFERRED;
 ERROR:  specifying constraint deferrability not supported for domains
 create domain d_fail as int4 constraint cc check(values > 1) no inherit;
tap
[08:20:54.802](104.037s) not ok 5 - regression tests pass
tap
[08:23:15.125](123.129s) not ok 2 - regression tests pass
test
[08:29:53.952]  19/309 postgresql:regress / regress/regress                                            ERROR           1...
[08:29:53.952]  37/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[08:29:53.952] 111/309 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5419 Doc: clarify the log message level of the VERBOSE option
FreeBSD - 13 - Meson
test
[07:02:07.922] 242/314 postgresql:postmaster / postmaster/001_connection_limits                        ERROR            ...
51/5394 Fix jsonb comparison for raw scalar pseudo arrays
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonb.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream...
--- /tmp/cirrus-ci-build/src/test/regress/expected/jsonb.out	2024-12-07 06:39:17.937040000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/jsonb.out	2024-12-07 06:41:44.798489000 ...
@@ -5766,8 +5766,8 @@
 ----------------------------------------
  null
  ""
- "A"
  "a"
+ "A"
  -3.14159
  0
  0.0000000001
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonb.out /tmp/cirrus-ci-build/build/testrun/regress/regress/res...
--- /tmp/cirrus-ci-build/src/test/regress/expected/jsonb.out	2024-12-07 06:39:17.937040000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/jsonb.out	2024-12-07 06:40:53.212454000 +0000
@@ -5766,8 +5766,8 @@
 ----------------------------------------
  null
  ""
- "A"
  "a"
+ "A"
  -3.14159
  0
  0.0000000001
tap
[06:42:05.267](84.675s) not ok 2 - regression tests pass
test
[06:44:01.557]  43/314 postgresql:regress / regress/regress                                            ERROR            ...
[06:44:01.557] 156/314 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/jsonb.out C:/cirrus/build/testrun/recovery/027_stream_r...
--- C:/cirrus/src/test/regress/expected/jsonb.out	2024-12-07 06:39:30.940965000 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/jsonb.out	2024-12-07 06:45:49.181725200 +0000
@@ -5766,8 +5766,8 @@
 ----------------------------------------
  null
  ""
- "A"
  "a"
+ "A"
  -3.14159
  0
  0.0000000001
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/jsonb.out C:/cirrus/build/testrun/regress/regress/resul...
--- C:/cirrus/src/test/regress/expected/jsonb.out	2024-12-07 06:39:30.940965000 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/jsonb.out	2024-12-07 06:42:58.493957900 +0000
@@ -5766,8 +5766,8 @@
 ----------------------------------------
  null
  ""
- "A"
  "a"
+ "A"
  -3.14159
  0
  0.0000000001
tap
[06:46:16.188](148.515s) not ok 2 - regression tests pass
test
[06:53:30.973]  21/309 postgresql:regress / regress/regress                                            ERROR           1...
[06:53:30.973] 112/309 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/4952 Use WALReadFromBuffers in more places
Linux - Debian Bookworm - Meson
core
[06:18:02.328] #0  0x00007f698f744da4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[06:18:02.328] #1  0x00007f698f6f1239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[06:18:02.328] #2  0x00007f698f6f1497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[06:18:02.328] #3  0x000055a88d55e5c1 in ?? ()
[06:18:02.328] #4  0x000055a88d558369 in ?? ()
[06:18:02.328] #5  0x000055a88d55720f in ?? ()
[06:18:02.328] #6  0x000055a88d557c3b in ?? ()
[06:18:02.328] #7  0x000055a88d55566f in ?? ()
[06:18:02.328] #8  0x00007f698f6dc24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:18:02.328] #9  0x00007f698f6dc305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:18:02.443] #0  0x00007f698f744da4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[06:18:02.443] #1  0x00007f698f6f1239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[06:18:02.443] #2  0x00007f698f6f1497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[06:18:02.443] #3  0x000055a88d55e5f3 in ?? ()
[06:18:02.443] #4  0x000055a88d558369 in ?? ()
[06:18:02.443] #5  0x000055a88d55720f in ?? ()
[06:18:02.443] #6  0x000055a88d557c3b in ?? ()
[06:18:02.443] #7  0x000055a88d55566f in ?? ()
[06:18:02.443] #8  0x00007f698f6dc24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:18:02.443] #9  0x00007f698f6dc305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:18:02.443] #0  <unavailable> in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/contrib/test_decoding/expected/spill.out /tmp/cirrus-ci-build/build-32/testrun/test_decodi...
--- /tmp/cirrus-ci-build/contrib/test_decoding/expected/spill.out	2024-12-07 06:05:48.497434455 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/test_decoding/regress/results/spill.out	2024-12-07 06:14:59.113216767 +0000
@@ -203,12 +203,7 @@
 SELECT (regexp_split_to_array(data, ':'))[4] COLLATE "C", COUNT(*), (array_agg(data))[1], (array_agg(data))[count(*)]
 FROM pg_logical_slot_get_changes('regression_slot', NULL,NULL) WHERE data ~ 'INSERT'
 GROUP BY 1 ORDER BY 1;
-        regexp_split_to_array         | count |                                       array_agg                        ...
---------------------------------------+-------+------------------------------------------------------------------------...
- 'serialize-nested-subbig-subsmall--1 |  5000 | table public.spill_test: INSERT: data[text]:'serialize-nested-subbig-su...
- 'serialize-nested-subbig-subsmall--2 |     1 | table public.spill_test: INSERT: data[text]:'serialize-nested-subbig-su...
-(2 rows)
-
+ERROR:  could not find record for logical decoding: unexpected pageaddr 0/201C000 in WAL segment 0000000100000000000000...
 -- not spilling subxact, containing a spilling subxact
 BEGIN;
 SAVEPOINT s1;
@@ -221,11 +216,13 @@
 SELECT (regexp_split_to_array(data, ':'))[4] COLLATE "C", COUNT(*), (array_agg(data))[1], (array_agg(data))[count(*)]
 FROM pg_logical_slot_get_changes('regression_slot', NULL,NULL) WHERE data ~ 'INSERT'
...
test
[06:16:50.007] 130/315 postgresql:test_decoding / test_decoding/regress                                ERROR            ...
51/5012 Vacuum statistics
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out /tmp/cirrus-ci-build/bu...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-12-07 02:21:45.39592200...
+++ /tmp/cirrus-ci-build/build/testrun/isolation/isolation/results/vacuum-extending-in-repetable-read.out	2024-12-07 02:...
@@ -9,10 +9,7 @@
     FROM pg_stat_get_vacuum_tables vt, pg_class c
     WHERE vt.relname = 'test_vacuum_stat_isolation' AND vt.relid = c.oid;
 
-relname|tuples_deleted|dead_tuples|tuples_frozen
--------+--------------+-----------+-------------
-(0 rows)
-
+ERROR:  relation "pg_stat_get_vacuum_tables" does not exist
 step s1_begin_repeatable_read: 
   BEGIN transaction ISOLATION LEVEL REPEATABLE READ;
   select count(ival) from test_vacuum_stat_isolation where id>900;
@@ -22,7 +19,8 @@
   100
 (1 row)
 
-step s2_update: UPDATE test_vacuum_stat_isolation SET ival = ival + 2 where id > 900;
...
test
[02:27:29.228]  49/314 postgresql:isolation / isolation/isolation                                      ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out /tmp/cirrus-ci-build/sr...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-12-07 02:21:41.61185612...
+++ /tmp/cirrus-ci-build/src/test/isolation/output_iso/results/vacuum-extending-in-repetable-read.out	2024-12-07 02:27:3...
@@ -9,10 +9,7 @@
     FROM pg_stat_get_vacuum_tables vt, pg_class c
     WHERE vt.relname = 'test_vacuum_stat_isolation' AND vt.relid = c.oid;
 
-relname|tuples_deleted|dead_tuples|tuples_frozen
--------+--------------+-----------+-------------
-(0 rows)
-
+ERROR:  relation "pg_stat_get_vacuum_tables" does not exist
 step s1_begin_repeatable_read: 
   BEGIN transaction ISOLATION LEVEL REPEATABLE READ;
   select count(ival) from test_vacuum_stat_isolation where id>900;
@@ -22,7 +19,8 @@
   100
 (1 row)
 
-step s2_update: UPDATE test_vacuum_stat_isolation SET ival = ival + 2 where id > 900;
...
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out /tmp/cirrus-ci-build/bu...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-12-07 02:21:43.10173693...
+++ /tmp/cirrus-ci-build/build/testrun/isolation/isolation/results/vacuum-extending-in-repetable-read.out	2024-12-07 02:...
@@ -9,10 +9,7 @@
     FROM pg_stat_get_vacuum_tables vt, pg_class c
     WHERE vt.relname = 'test_vacuum_stat_isolation' AND vt.relid = c.oid;
 
-relname|tuples_deleted|dead_tuples|tuples_frozen
--------+--------------+-----------+-------------
-(0 rows)
-
+ERROR:  relation "pg_stat_get_vacuum_tables" does not exist
 step s1_begin_repeatable_read: 
   BEGIN transaction ISOLATION LEVEL REPEATABLE READ;
   select count(ival) from test_vacuum_stat_isolation where id>900;
@@ -22,7 +19,8 @@
   100
 (1 row)
 
-step s2_update: UPDATE test_vacuum_stat_isolation SET ival = ival + 2 where id > 900;
...
test
[02:30:00.599]  42/314 postgresql:isolation / isolation/isolation                                      ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/isolation/expected/vacuum-extending-in-repetable-read.out /Users/admin/pgsql/build/...
--- /Users/admin/pgsql/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-12-07 02:21:11
+++ /Users/admin/pgsql/build/testrun/isolation/isolation/results/vacuum-extending-in-repetable-read.out	2024-12-07 02:24...
@@ -9,10 +9,7 @@
     FROM pg_stat_get_vacuum_tables vt, pg_class c
     WHERE vt.relname = 'test_vacuum_stat_isolation' AND vt.relid = c.oid;
 
-relname|tuples_deleted|dead_tuples|tuples_frozen
--------+--------------+-----------+-------------
-(0 rows)
-
+ERROR:  relation "pg_stat_get_vacuum_tables" does not exist
 step s1_begin_repeatable_read: 
   BEGIN transaction ISOLATION LEVEL REPEATABLE READ;
   select count(ival) from test_vacuum_stat_isolation where id>900;
@@ -22,7 +19,8 @@
   100
 (1 row)
 
-step s2_update: UPDATE test_vacuum_stat_isolation SET ival = ival + 2 where id > 900;
...
test
[02:26:28.234]  41/314 postgresql:isolation / isolation/isolation                                      ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/isolation/expected/vacuum-extending-in-repetable-read.out C:/cirrus/buil...
--- C:/cirrus/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-12-07 02:21:52.172011100 +0000
+++ C:/cirrus/build/testrun/isolation/isolation/results/vacuum-extending-in-repetable-read.out	2024-12-07 02:25:58.65478...
@@ -9,10 +9,7 @@
     FROM pg_stat_get_vacuum_tables vt, pg_class c
     WHERE vt.relname = 'test_vacuum_stat_isolation' AND vt.relid = c.oid;
 
-relname|tuples_deleted|dead_tuples|tuples_frozen
--------+--------------+-----------+-------------
-(0 rows)
-
+ERROR:  relation "pg_stat_get_vacuum_tables" does not exist
 step s1_begin_repeatable_read: 
   BEGIN transaction ISOLATION LEVEL REPEATABLE READ;
   select count(ival) from test_vacuum_stat_isolation where id>900;
@@ -22,7 +19,8 @@
   100
 (1 row)
 
-step s2_update: UPDATE test_vacuum_stat_isolation SET ival = ival + 2 where id > 900;
...
test
[02:36:42.694]  29/309 postgresql:isolation / isolation/isolation                                      ERROR           1...
51/5162 Use read streams in autoprewarm
macOS - Sonoma - Meson
tap
[00:41:57.317](0.000s) not ok 402 - pgbench script error: gset no row stderr /(?^:expected one row, got 0\b)/
test
[00:42:44.364] 219/314 postgresql:pgbench / pgbench/001_pgbench_with_server                            ERROR            ...
51/5231 Consider the number of columns in the sort cost model
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out /tmp/cirrus-ci-build/build/testrun/...
--- /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out	2024-12-07 00:18:36.833853000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_stat_statements/regress/results/level_tracking.out	2024-12-07 00:21:08.8805610...
@@ -383,26 +383,24 @@
 (1 row)
 
 EXPLAIN (COSTS OFF) SELECT 1, 2 UNION SELECT 3, 4\; EXPLAIN (COSTS OFF) (SELECT 1, 2, 3) UNION SELECT 3, 4, 5;
+      QUERY PLAN       
+-----------------------
+ HashAggregate
+   Group Key: (1), (2)
+   ->  Append
+         ->  Result
+         ->  Result
+(5 rows)
+
          QUERY PLAN         
 ----------------------------
- Unique
-   ->  Sort
...
test
[00:23:21.983]  87/314 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out /tmp/cirrus-ci-build/contrib/pg_sta...
--- /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out	2024-12-07 00:18:33.329401095 +0000
+++ /tmp/cirrus-ci-build/contrib/pg_stat_statements/results/level_tracking.out	2024-12-07 00:23:25.037004357 +0000
@@ -383,25 +383,23 @@
 (1 row)
 
 EXPLAIN (COSTS OFF) SELECT 1, 2 UNION SELECT 3, 4\; EXPLAIN (COSTS OFF) (SELECT 1, 2, 3) UNION SELECT 3, 4, 5;
+      QUERY PLAN       
+-----------------------
+ HashAggregate
+   Group Key: (1), (2)
+   ->  Append
+         ->  Result
+         ->  Result
+(5 rows)
+
          QUERY PLAN         
 ----------------------------
- Unique
-   ->  Sort
...
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out /tmp/cirrus-ci-build/build/testrun/...
--- /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out	2024-12-07 00:18:32.461005893 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_stat_statements/regress/results/level_tracking.out	2024-12-07 00:22:43.6280832...
@@ -383,25 +383,23 @@
 (1 row)
 
 EXPLAIN (COSTS OFF) SELECT 1, 2 UNION SELECT 3, 4\; EXPLAIN (COSTS OFF) (SELECT 1, 2, 3) UNION SELECT 3, 4, 5;
+      QUERY PLAN       
+-----------------------
+ HashAggregate
+   Group Key: (1), (2)
+   ->  Append
+         ->  Result
+         ->  Result
+(5 rows)
+
          QUERY PLAN         
 ----------------------------
- Unique
-   ->  Sort
...
test
[00:24:47.700]  87/314 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
macOS - Sonoma - Meson
core
[00:26:02.980]   * frame #0: 0x000000018fc6b540 libsystem_platform.dylib`os_unfair_lock_lock_with_options
[00:26:02.980]     frame #1: 0x000000018fad53a8 libsystem_c.dylib`getenv + 44
[00:26:02.980]     frame #2: 0x000000018f93de10 libxpc.dylib`_libxpc_initializer + 1152
[00:26:02.980]     frame #3: 0x000000019c8c264c libSystem.B.dylib`libSystem_initializer + 256
[00:26:02.980]     frame #4: 0x000000018f8ce608 dyld`invocation function for block in dyld4::Loader::findAndRunAllInitia...
[00:26:02.980]     frame #5: 0x000000018f90cd6c dyld`invocation function for block in dyld3::MachOAnalyzer::forEachIniti...
[00:26:02.980]     frame #6: 0x000000018f900400 dyld`invocation function for block in dyld3::MachOFile::forEachSection(v...
[00:26:02.980]     frame #7: 0x000000018f8af2fc dyld`dyld3::MachOFile::forEachLoadCommand(Diagnostics&, void (load_comma...
[00:26:02.980]     frame #8: 0x000000018f8ff394 dyld`dyld3::MachOFile::forEachSection(void (dyld3::MachOFile::SectionInf...
[00:26:02.980]     frame #9: 0x000000018f90c880 dyld`dyld3::MachOAnalyzer::forEachInitializer(Diagnostics&, dyld3::MachO...
regress
diff -U3 /Users/admin/pgsql/contrib/pg_stat_statements/expected/level_tracking.out /Users/admin/pgsql/build/testrun/pg_s...
--- /Users/admin/pgsql/contrib/pg_stat_statements/expected/level_tracking.out	2024-12-07 00:18:10
+++ /Users/admin/pgsql/build/testrun/pg_stat_statements/regress/results/level_tracking.out	2024-12-07 00:21:06
@@ -383,25 +383,23 @@
 (1 row)
 
 EXPLAIN (COSTS OFF) SELECT 1, 2 UNION SELECT 3, 4\; EXPLAIN (COSTS OFF) (SELECT 1, 2, 3) UNION SELECT 3, 4, 5;
+      QUERY PLAN       
+-----------------------
+ HashAggregate
+   Group Key: (1), (2)
+   ->  Append
+         ->  Result
+         ->  Result
+(5 rows)
+
          QUERY PLAN         
 ----------------------------
- Unique
-   ->  Sort
...
test
[00:22:57.121]  85/314 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/contrib/pg_stat_statements/expected/level_tracking.out C:/cirrus/build/testrun/pg...
--- C:/cirrus/contrib/pg_stat_statements/expected/level_tracking.out	2024-12-07 00:18:42.756075400 +0000
+++ C:/cirrus/build/testrun/pg_stat_statements/regress/results/level_tracking.out	2024-12-07 00:25:32.237528900 +0000
@@ -383,25 +383,23 @@
 (1 row)
 
 EXPLAIN (COSTS OFF) SELECT 1, 2 UNION SELECT 3, 4\; EXPLAIN (COSTS OFF) (SELECT 1, 2, 3) UNION SELECT 3, 4, 5;
+      QUERY PLAN       
+-----------------------
+ HashAggregate
+   Group Key: (1), (2)
+   ->  Append
+         ->  Result
+         ->  Result
+(5 rows)
+
          QUERY PLAN         
 ----------------------------
- Unique
-   ->  Sort
...
test
[00:33:25.981]  86/309 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
51/5086 Document NULL Concepts and Behaviors
macOS - Sonoma - Meson
tap
[00:03:06.232](0.000s) not ok 199 - pgbench backslash commands stdout /(?^:type: .*/001_pgbench_backslash_commands)/
[00:03:06.232](0.000s) not ok 200 - pgbench backslash commands stdout /(?^:processed: 1/1)/
[00:03:06.233](0.000s) not ok 201 - pgbench backslash commands stdout /(?^:shell-echo-output)/
test
[00:03:56.014] 215/314 postgresql:pgbench / pgbench/001_pgbench_with_server                            ERROR            ...
51/4971 Revisiting {CREATE INDEX, REINDEX} CONCURRENTLY improvements
FreeBSD - 13 - Meson
test
[23:39:16.548] 188/316 postgresql:pg_amcheck / pg_amcheck/006_concurrently                             ERROR            ...
macOS - Sonoma - Meson
tap
[23:36:42.326](0.027s)         not ok - bt_index_check for new index is correct
waiting for server to shut down....[23:36:42.346](1.569s)     not ok - concurrent INSERTs, UPDATES and RC status (got 2 ...
[23:36:42.346](0.000s)     not ok - concurrent INSERTs, UPDATES and RC stderr /(?^:^$)/
test
[23:53:58.866] 316/316 postgresql:pg_amcheck / pg_amcheck/006_concurrently                             TIMEOUT        10...
51/5325 Add sortsupport for range types and btree_gist
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pageinspect/expected/btree.out /tmp/cirrus-ci-build/build/testrun/pageinspect-runn...
--- /tmp/cirrus-ci-build/contrib/pageinspect/expected/btree.out	2024-12-06 23:12:54.785219000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pageinspect-running/regress/results/btree.out	2024-12-06 23:18:48.114717000 +0000
@@ -194,6 +194,7 @@
 SELECT bt_page_items(get_raw_page('test1_a_hash', 0));
 ERROR:  block is a meta page
 CREATE INDEX test1_b_gist ON test1 USING gist(b);
+NOTICE:  notice triggered for injection point gist-sorted-build
 -- Special area of GiST is the same as btree, this complains about inconsistent
 -- leaf data on the page.
 SELECT bt_page_items(get_raw_page('test1_b_gist', 0));
diff -U3 /tmp/cirrus-ci-build/contrib/pageinspect/expected/gist.out /tmp/cirrus-ci-build/build/testrun/pageinspect-runni...
--- /tmp/cirrus-ci-build/contrib/pageinspect/expected/gist.out	2024-12-06 23:12:54.785514000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pageinspect-running/regress/results/gist.out	2024-12-06 23:18:48.570723000 +0000
@@ -3,6 +3,7 @@
 CREATE UNLOGGED TABLE test_gist AS SELECT point(i,i) p, i::text t FROM
     generate_series(1,1000) i;
 CREATE INDEX test_gist_idx ON test_gist USING gist (p);
+NOTICE:  notice triggered for injection point gist-sorted-build
 -- Page 0 is the root, the rest are leaf pages
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/rangetypes.out /tmp/cirrus-ci-build/build/testrun/regress-runnin...
--- /tmp/cirrus-ci-build/src/test/regress/expected/rangetypes.out	2024-12-06 23:12:56.422829000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress-running/regress/results/rangetypes.out	2024-12-06 23:18:45.050236000 +000...
@@ -1512,6 +1512,8 @@
   exclude using gist (room with =, during with &&),
   exclude using gist (speaker with =, during with &&)
 );
+NOTICE:  notice triggered for injection point gist-sorted-build
+NOTICE:  notice triggered for injection point gist-sorted-build
 insert into test_range_excl
   values(int4range(123, 123, '[]'), int4range(1, 1, '[]'), '[2010-01-02 10:00, 2010-01-02 11:00)');
 insert into test_range_excl
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/point.out /tmp/cirrus-ci-build/build/testrun/regress-running/reg...
--- /tmp/cirrus-ci-build/src/test/regress/expected/point.out	2024-12-06 23:12:56.415864000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress-running/regress/results/point.out	2024-12-06 23:18:45.285071000 +0000
@@ -417,6 +417,7 @@
 CREATE TEMP TABLE point_gist_tbl(f1 point);
 INSERT INTO point_gist_tbl SELECT '(0,0)' FROM generate_series(0,1000);
 CREATE INDEX point_gist_tbl_index ON point_gist_tbl USING gist (f1);
+NOTICE:  notice triggered for injection point gist-sorted-build
...
test
[23:19:28.940] 31/76 postgresql:pageinspect-running / pageinspect-running/regress                 ERROR             0.98...
[23:19:28.940] 18/76 postgresql:regress-running / regress-running/regress                         ERROR            30.75...
51/5283 Replace IN VALUES with ANY in WHERE clauses during optimization
macOS - Sonoma - Meson
core
[20:28:24.835]   * frame #0: 0x00000001023160e0 dyld`_crossarch_trap + 8
[20:28:24.835]     frame #1: 0x000000010231a078 dyld`rosetta_dyld_is_translated + 40
[20:28:24.835]     frame #2: 0x00000001022d0b0c dyld`dyld4::SyscallDelegate::isTranslated() const + 28
[20:28:24.835]     frame #3: 0x00000001022adb98 dyld`start + 1008
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/subselect.out /Users/admin/pgsql/build/testrun/regress/regress/res...
--- /Users/admin/pgsql/src/test/regress/expected/subselect.out	2024-12-06 20:16:12
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/subselect.out	2024-12-06 20:22:11
@@ -2411,15 +2411,16 @@
 EXPLAIN (COSTS OFF)
 SELECT c.oid,c.relname FROM pg_class c JOIN pg_am a USING (oid)
 WHERE c.oid IN (VALUES (1), (2));
-                          QUERY PLAN                           
----------------------------------------------------------------
- Hash Join
-   Hash Cond: (a.oid = c.oid)
-   ->  Seq Scan on pg_am a
-   ->  Hash
-         ->  Index Scan using pg_class_oid_index on pg_class c
-               Index Cond: (oid = ANY ('{1,2}'::integer[]))
-(6 rows)
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (c.oid = a.oid)
...
test
[20:25:11.582]  27/314 postgresql:regress / regress/regress                                            ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/subselect.out C:/cirrus/build/testrun/pg_upgrade/002_pg...
--- C:/cirrus/src/test/regress/expected/subselect.out	2024-12-06 20:17:28.152012400 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/subselect.out	2024-12-06 20:20:08.659245200 +0000
@@ -2411,15 +2411,16 @@
 EXPLAIN (COSTS OFF)
 SELECT c.oid,c.relname FROM pg_class c JOIN pg_am a USING (oid)
 WHERE c.oid IN (VALUES (1), (2));
-                          QUERY PLAN                           
----------------------------------------------------------------
- Hash Join
-   Hash Cond: (a.oid = c.oid)
-   ->  Seq Scan on pg_am a
-   ->  Hash
-         ->  Index Scan using pg_class_oid_index on pg_class c
-               Index Cond: (oid = ANY ('{1,2}'::integer[]))
-(6 rows)
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (c.oid = a.oid)
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/subselect.out C:/cirrus/build/testrun/recovery/027_stre...
--- C:/cirrus/src/test/regress/expected/subselect.out	2024-12-06 20:17:28.152012400 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/subselect.out	2024-12-06 20:22:28.555605000 +0000
@@ -2411,15 +2411,16 @@
 EXPLAIN (COSTS OFF)
 SELECT c.oid,c.relname FROM pg_class c JOIN pg_am a USING (oid)
 WHERE c.oid IN (VALUES (1), (2));
-                          QUERY PLAN                           
----------------------------------------------------------------
- Hash Join
-   Hash Cond: (a.oid = c.oid)
-   ->  Seq Scan on pg_am a
-   ->  Hash
-         ->  Index Scan using pg_class_oid_index on pg_class c
-               Index Cond: (oid = ANY ('{1,2}'::integer[]))
-(6 rows)
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (c.oid = a.oid)
...
tap
[20:21:29.715](119.694s) not ok 5 - regression tests pass
tap
[20:24:01.467](134.751s) not ok 2 - regression tests pass
test
[20:31:18.660]  39/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[20:31:18.660] 100/309 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5097 Make tuple deformation faster
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/test_shm_mq/expected/test_shm_mq.out /tmp/cirrus-ci-build/build/testrun/t...
--- /tmp/cirrus-ci-build/src/test/modules/test_shm_mq/expected/test_shm_mq.out	2024-12-06 16:08:01.956781000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/test_shm_mq-running/regress/results/test_shm_mq.out	2024-12-06 16:16:16.083795000...
@@ -23,14 +23,8 @@
 (1 row)
 
 SELECT test_shm_mq(100, (select string_agg(chr(32+(random()*95)::int), '') from generate_series(1,(100+200*random())::i...
- test_shm_mq 
--------------
- 
-(1 row)
-
+ERROR:  could not register background process
+HINT:  You may need to increase "max_worker_processes".
 SELECT test_shm_mq_pipelined(16384, (select string_agg(chr(32+(random()*95)::int), '') from generate_series(1,270000)),...
- test_shm_mq_pipelined 
------------------------
- 
-(1 row)
-
...
test
[16:18:15.899] 66/76 postgresql:test_shm_mq-running / test_shm_mq-running/regress                 ERROR             0.45...
Windows - Server 2019, VS 2019 - Meson & ninja
test
[16:34:26.166] 206/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               TIMEOUT        10...
[16:34:26.166] 250/309 postgresql:recovery / recovery/027_stream_regress                               TIMEOUT        10...
51/5174 Call rm_redo in a temporary memory context
CompilerWarnings
compiler
[15:42:15.967] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
compiler
[15:41:47.372] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
compiler
[15:44:50.652] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
51/5004 CREATE INDEX CONCURRENTLY for partitioned tables
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_p...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-12-06 13:15:24.081343000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/indexing.out	2024-12-06 13:17:25.583740000...
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/recovery/027_str...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-12-06 13:15:24.081343000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/indexing.out	2024-12-06 13:18:08.7509500...
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/regress/regress/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-12-06 13:15:24.081343000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/indexing.out	2024-12-06 13:17:28.925496000 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[13:17:30.362](67.292s) not ok 5 - regression tests pass
tap
[13:18:11.543](72.137s) not ok 2 - regression tests pass
test
[13:33:00.257]  42/314 postgresql:regress / regress/regress                                            ERROR            ...
[13:33:00.257]  79/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[13:33:00.257] 141/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[13:33:00.257] 314/314 postgresql:isolation / isolation/isolation                                      TIMEOUT        10...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-12-06 13:15:23.573461502 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/indexing.out	2024-12-06 13:21:36.893829287 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/partitioned-cic.out /tmp/cirrus-ci-build/src/test/isolation/ou...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/partitioned-cic.out	2024-12-06 13:15:23.404671027 +0000
+++ /tmp/cirrus-ci-build/src/test/isolation/output_iso/results/partitioned-cic.out	2024-12-06 13:43:24.967475146 +0000
@@ -3,10 +3,14 @@
 starting permutation: lock_p1 cic insert drop2 commit chk_content
 step lock_p1: lock cictab_part_1 in row exclusive mode;
 step cic: CREATE INDEX CONCURRENTLY ON cictab(i); <waiting ...>
-step insert: insert into cictab values (1, 1), (11, 1);
-step drop2: DROP TABLE cictab_part_2;
+step insert: insert into cictab values (1, 1), (11, 1); <waiting ...>
+isolationtester: canceling step insert after 360 seconds
+step insert: <... completed>
+ERROR:  canceling statement due to user request
+step drop2: DROP TABLE cictab_part_2; <waiting ...>
 step commit: COMMIT;
 step cic: <... completed>
+step drop2: <... completed>
 step chk_content: 
   set enable_seqscan to off;
   explain (costs off) select * from cictab where i > 0;
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/src/test/recovery/tmp_check/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-12-06 13:15:23.573461502 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/indexing.out	2024-12-06 13:22:52.164758606 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/src/test/regress/results/index...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-12-06 13:15:23.573461502 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/indexing.out	2024-12-06 13:19:33.739869449 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[13:21:39.438](97.379s) not ok 5 - regression tests pass
tap
[13:22:54.967](57.801s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_p...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-12-06 13:15:22.441183005 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/indexing.out	2024-12-06 13:18:45.528923851...
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/recovery/027_str...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-12-06 13:15:22.441183005 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/indexing.out	2024-12-06 13:19:15.9290162...
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/regress/regress/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-12-06 13:15:22.441183005 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/indexing.out	2024-12-06 13:18:41.716951479 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[13:18:47.671](73.246s) not ok 5 - regression tests pass
tap
[13:19:18.734](71.549s) not ok 2 - regression tests pass
test
[13:34:11.195]  42/314 postgresql:regress / regress/regress                                            ERROR            ...
[13:34:11.195] 114/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[13:34:11.195] 147/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[13:34:11.195] 314/314 postgresql:isolation / isolation/isolation                                      TIMEOUT        10...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/indexing.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_up...
--- /Users/admin/pgsql/src/test/regress/expected/indexing.out	2024-12-06 13:15:12
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/indexing.out	2024-12-06 13:17:18
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/indexing.out /Users/admin/pgsql/build/testrun/recovery/027_stream_...
--- /Users/admin/pgsql/src/test/regress/expected/indexing.out	2024-12-06 13:15:12
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/indexing.out	2024-12-06 13:17:56
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/indexing.out /Users/admin/pgsql/build/testrun/regress/regress/resu...
--- /Users/admin/pgsql/src/test/regress/expected/indexing.out	2024-12-06 13:15:12
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/indexing.out	2024-12-06 13:17:19
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[13:17:20.310](43.273s) not ok 5 - regression tests pass
tap
[13:17:58.195](38.466s) not ok 2 - regression tests pass
test
[13:33:25.999]  29/314 postgresql:regress / regress/regress                                            ERROR            ...
[13:33:25.999]  46/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[13:33:25.999] 122/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[13:33:25.999] 314/314 postgresql:isolation / isolation/isolation                                      TIMEOUT        10...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/indexing.out C:/cirrus/build/testrun/pg_upgrade/002_pg_...
--- C:/cirrus/src/test/regress/expected/indexing.out	2024-12-06 13:15:41.801114400 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/indexing.out	2024-12-06 13:19:21.653775000 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/indexing.out C:/cirrus/build/testrun/recovery/027_strea...
--- C:/cirrus/src/test/regress/expected/indexing.out	2024-12-06 13:15:41.801114400 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/indexing.out	2024-12-06 13:21:22.718209500 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/indexing.out C:/cirrus/build/testrun/regress/regress/re...
--- C:/cirrus/src/test/regress/expected/indexing.out	2024-12-06 13:15:41.801114400 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/indexing.out	2024-12-06 13:19:16.394003400 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[13:19:28.721](109.178s) not ok 5 - regression tests pass
tap
[13:21:31.138](102.731s) not ok 2 - regression tests pass
test
[13:34:12.956]  20/309 postgresql:regress / regress/regress                                            ERROR           1...
[13:34:12.956]  34/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[13:34:12.956]  74/309 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
[13:34:12.956] 309/309 postgresql:isolation / isolation/isolation                                      TIMEOUT        10...
51/4770 Introduce XID age and inactive timeout based replication slot invalidation
FreeBSD - 13 - Meson
test
[11:00:56.776]  44/315 postgresql:recovery / recovery/050_invalidate_slots                             ERROR            ...
Linux - Debian Bookworm - Meson
test
[11:02:19.180]  44/315 postgresql:recovery / recovery/050_invalidate_slots                             ERROR            ...
macOS - Sonoma - Meson
test
[11:00:43.105]  44/315 postgresql:recovery / recovery/050_invalidate_slots                             ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
test
[11:09:41.774]  44/310 postgresql:recovery / recovery/050_invalidate_slots                             ERROR            ...
51/5131 add log_transaction GUC setting
FreeBSD - 13 - Meson
tap
[09:59:57.924](1.582s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[10:00:09.127] 295/314 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
Linux - Debian Bookworm - Autoconf
tap
[09:58:25.463](1.003s) not ok 1 - no parameters missing from postgresql.conf.sample
Linux - Debian Bookworm - Meson
core
[10:01:51.884] #0  0x00007f9f4da3ada4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[10:01:51.884] #1  0x00007f9f4d9e7239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[10:01:51.884] #2  0x00007f9f4d9e7497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[10:01:51.884] #3  0x0000559f4b95b5f3 in ?? ()
[10:01:51.884] #4  0x0000559f4b955369 in ?? ()
[10:01:51.884] #5  0x0000559f4b95420f in ?? ()
[10:01:51.884] #6  0x0000559f4b954c3b in ?? ()
[10:01:51.884] #7  0x0000559f4b95266f in ?? ()
[10:01:51.884] #8  0x00007f9f4d9d224a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[10:01:51.884] #9  0x00007f9f4d9d2305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[10:01:52.003] #0  0x00007f9f4da3ada4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[10:01:52.003] #1  0x00007f9f4d9e7239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[10:01:52.003] #2  0x00007f9f4d9e7497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[10:01:52.003] #3  0x0000559f4b95b5c1 in ?? ()
[10:01:52.003] #4  0x0000559f4b955369 in ?? ()
[10:01:52.003] #5  0x0000559f4b95420f in ?? ()
[10:01:52.003] #6  0x0000559f4b954c3b in ?? ()
[10:01:52.003] #7  0x0000559f4b95266f in ?? ()
[10:01:52.003] #8  0x00007f9f4d9d224a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[10:01:52.003] #9  0x00007f9f4d9d2305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[10:01:51.884] #0  <unavailable> in ?? ()
tap
[10:00:33.819](0.416s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[10:00:47.824] 293/314 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
macOS - Sonoma - Meson
tap
[09:59:33.621](0.801s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[09:59:45.052] 294/314 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[10:08:10.910](2.861s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[10:09:28.836] 289/309 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
51/5399 Windows pg_basebackup unable to create >2GB pg_wal.tar tarballs ("could not close file: Invalid argument" when creating pg_wal.tar of size ~ 2^31 bytes)
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[06:42:45.540] C:\strawberry\5.40.0.1\perl\lib\CORE\XSUB.h(572): warning C4005: 'lseek': macro redefinition
compiler
[06:42:45.367] C:\strawberry\5.40.0.1\perl\lib\CORE\XSUB.h(572): warning C4005: 'lseek': macro redefinition
51/5421 Use streaming read API in pgstattuple.
Linux - Debian Bookworm - Meson
core
[06:19:39.736] #0  0x00007efc2ea1cda4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[06:19:39.736] #1  0x00007efc2e9c9239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[06:19:39.736] #2  0x00007efc2e9c9497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[06:19:39.736] #3  0x0000563d601bd5f3 in ?? ()
[06:19:39.736] #4  0x0000563d601b7369 in ?? ()
[06:19:39.736] #5  0x0000563d601b620f in ?? ()
[06:19:39.736] #6  0x0000563d601b6c3b in ?? ()
[06:19:39.736] #7  0x0000563d601b466f in ?? ()
[06:19:39.736] #8  0x00007efc2e9b424a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:19:39.736] #9  0x00007efc2e9b4305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:19:39.736] #0  <unavailable> in ?? ()
core
[06:19:39.864] #0  0x00007efc2ea1cda4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[06:19:39.864] #1  0x00007efc2e9c9239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[06:19:39.864] #2  0x00007efc2e9c9497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[06:19:39.864] #3  0x0000563d601bd5c1 in ?? ()
[06:19:39.864] #4  0x0000563d601b7369 in ?? ()
[06:19:39.864] #5  0x0000563d601b620f in ?? ()
[06:19:39.864] #6  0x0000563d601b6c3b in ?? ()
[06:19:39.864] #7  0x0000563d601b466f in ?? ()
[06:19:39.864] #8  0x00007efc2e9b424a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:19:39.864] #9  0x00007efc2e9b4305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pgstattuple/expected/pgstattuple.out /tmp/cirrus-ci-build/build-32/testrun/pgstatt...
--- /tmp/cirrus-ci-build/contrib/pgstattuple/expected/pgstattuple.out	2024-12-06 06:06:42.336427107 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/pgstattuple/regress/results/pgstattuple.out	2024-12-06 06:16:13.578385294 +000...
@@ -134,7 +134,7 @@
 select * from pgstathashindex('test_hashidx');
  version | bucket_pages | overflow_pages | bitmap_pages | unused_pages | live_items | dead_items | free_percent 
 ---------+--------------+----------------+--------------+--------------+------------+------------+--------------
-       4 |            4 |              0 |            1 |            0 |          0 |          0 |          100
+       4 |            2 |              0 |            1 |            0 |          0 |          0 |          100
 (1 row)
 
 create index test_gistidx ON test USING gist(c);
@@ -166,7 +166,7 @@
 select pgstattuple('test_hashidx');
            pgstattuple           
 ---------------------------------
- (49152,0,0,0,0,0,0,32608,66.34)
+ (32768,0,0,0,0,0,0,16304,49.76)
 (1 row)
 
...
test
[06:18:28.567]  83/314 postgresql:pgstattuple / pgstattuple/regress                                    ERROR            ...
51/5318 System views for versions reporting
Linux - Debian Bookworm - Meson
test
[04:07:03.580] 299/314 postgresql:test_slru / test_slru/001_multixact                                  ERROR            ...
51/5284 database-specific role memberships
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/privs_in_db.out /tmp/cirrus-ci-build/build/testrun/regress-runni...
--- /tmp/cirrus-ci-build/src/test/regress/expected/privs_in_db.out	2024-12-06 03:31:58.089945000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress-running/regress/results/privs_in_db.out	2024-12-06 03:37:42.830720000 +00...
@@ -756,9 +756,10 @@
 DROP DATABASE regression_db_0;
 DROP ROLE regress_role_admin;
 SELECT datname FROM pg_database WHERE datname LIKE 'regression_db_%';
- datname 
----------
-(0 rows)
+      datname      
+-------------------
+ regression_dblink
+(1 row)
 
 SELECT rolname FROM pg_roles WHERE rolname LIKE 'regress_role_%';
  rolname 
test
[03:38:04.156] 75/76 postgresql:regress-running / regress-running/regress                         ERROR            26.47...
51/5393 attempt multibyte-aware truncation of database names
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/database.out C:/cirrus/build/testrun/recovery/027_strea...
--- C:/cirrus/src/test/regress/expected/database.out	2024-12-06 02:35:21.242644600 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/database.out	2024-12-06 02:40:02.454200200 +0000
@@ -1,9 +1,15 @@
 CREATE DATABASE regression_tbd
 	ENCODING utf8 LC_COLLATE "C" LC_CTYPE "C" TEMPLATE template0;
+ERROR:  encoding "UTF8" is not compatible with shared catalog encoding "WIN1252"
+HINT:  Consider ALTER SYSTEM CATALOG ENCODING SQL_ASCII.
 ALTER DATABASE regression_tbd RENAME TO regression_utf8;
+ERROR:  database "regression_tbd" does not exist
 ALTER DATABASE regression_utf8 SET TABLESPACE regress_tblspace;
+ERROR:  database "regression_utf8" does not exist
 ALTER DATABASE regression_utf8 RESET TABLESPACE;
+ERROR:  database "regression_utf8" does not exist
 ALTER DATABASE regression_utf8 CONNECTION_LIMIT 123;
+ERROR:  database "regression_utf8" does not exist
 -- Test PgDatabaseToastTable.  Doing this with GRANT would be slow.
 BEGIN;
 UPDATE pg_database
@@ -11,5 +17,7 @@
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/database.out C:/cirrus/build/testrun/regress/regress/re...
--- C:/cirrus/src/test/regress/expected/database.out	2024-12-06 02:35:21.242644600 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/database.out	2024-12-06 02:37:33.197515800 +0000
@@ -1,9 +1,15 @@
 CREATE DATABASE regression_tbd
 	ENCODING utf8 LC_COLLATE "C" LC_CTYPE "C" TEMPLATE template0;
+ERROR:  encoding "UTF8" is not compatible with shared catalog encoding "WIN1252"
+HINT:  Consider ALTER SYSTEM CATALOG ENCODING SQL_ASCII.
 ALTER DATABASE regression_tbd RENAME TO regression_utf8;
+ERROR:  database "regression_tbd" does not exist
 ALTER DATABASE regression_utf8 SET TABLESPACE regress_tblspace;
+ERROR:  database "regression_utf8" does not exist
 ALTER DATABASE regression_utf8 RESET TABLESPACE;
+ERROR:  database "regression_utf8" does not exist
 ALTER DATABASE regression_utf8 CONNECTION_LIMIT 123;
+ERROR:  database "regression_utf8" does not exist
 -- Test PgDatabaseToastTable.  Doing this with GRANT would be slow.
 BEGIN;
 UPDATE pg_database
@@ -11,5 +17,7 @@
...
tap
[02:42:10.491](143.325s) not ok 2 - regression tests pass
test
[02:50:11.001]   7/309 postgresql:regress / regress/regress                                            ERROR           1...
[02:50:11.001] 103/309 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5404 Self contradictory examining on rel's baserestrictinfo
CompilerWarnings
compiler
[02:16:52.231] contradictory.c:1413:12: error: ‘varcollid’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[02:16:52.231] contradictory.c:757:25: error: ‘btest’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[02:16:52.231] contradictory.c:1638:38: error: ‘one_elem’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[02:16:00.658] contradictory.c:757:25: error: ‘btest’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[02:16:00.658] contradictory.c:1638:38: error: ‘one_elem’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[02:16:00.658] contradictory.c:1413:12: error: ‘varcollid’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[02:21:43.512] contradictory.c:757:25: error: ‘btest’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[02:21:43.512] contradictory.c:1413:12: error: ‘varcollid’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[02:21:43.512] contradictory.c:1638:38: error: ‘one_elem’ may be used uninitialized [-Werror=maybe-uninitialized]
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/btree_gin/expected/bool.out /tmp/cirrus-ci-build/build/testrun/btree_gin/regress/r...
--- /tmp/cirrus-ci-build/contrib/btree_gin/expected/bool.out	2024-12-06 02:14:53.588399000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/btree_gin/regress/results/bool.out	2024-12-06 02:17:45.349882000 +0000
@@ -109,15 +109,13 @@
 (6 rows)
 
 EXPLAIN (COSTS OFF) SELECT * FROM test_bool WHERE i>true ORDER BY i;
-                QUERY PLAN                 
--------------------------------------------
+           QUERY PLAN           
+--------------------------------
  Sort
    Sort Key: i
-   ->  Bitmap Heap Scan on test_bool
-         Recheck Cond: (i > true)
-         ->  Bitmap Index Scan on idx_bool
-               Index Cond: (i > true)
-(6 rows)
+   ->  Result
+         One-Time Filter: false
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/horology.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_p...
--- /tmp/cirrus-ci-build/src/test/regress/expected/horology.out	2024-12-06 02:14:55.301734000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/horology.out	2024-12-06 02:16:26.006676000...
@@ -2541,18 +2541,17 @@
 explain (costs off)
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
-                                 QUERY PLAN                                  
------------------------------------------------------------------------------
+         QUERY PLAN         
+----------------------------
  Aggregate
    ->  Seq Scan on date_tbl
-         Filter: ((f1 >= '01-01-1997'::date) AND (f1 <= '01-01-1998'::date))
-(3 rows)
+(2 rows)
 
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
  count 
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/horology.out /tmp/cirrus-ci-build/build/testrun/recovery/027_str...
--- /tmp/cirrus-ci-build/src/test/regress/expected/horology.out	2024-12-06 02:14:55.301734000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/horology.out	2024-12-06 02:17:05.9285220...
@@ -2541,18 +2541,17 @@
 explain (costs off)
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
-                                 QUERY PLAN                                  
------------------------------------------------------------------------------
+         QUERY PLAN         
+----------------------------
  Aggregate
    ->  Seq Scan on date_tbl
-         Filter: ((f1 >= '01-01-1997'::date) AND (f1 <= '01-01-1998'::date))
-(3 rows)
+(2 rows)
 
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
  count 
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/horology.out /tmp/cirrus-ci-build/build/testrun/regress/regress/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/horology.out	2024-12-06 02:14:55.301734000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/horology.out	2024-12-06 02:16:24.073517000 +0000
@@ -2541,18 +2541,17 @@
 explain (costs off)
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
-                                 QUERY PLAN                                  
------------------------------------------------------------------------------
+         QUERY PLAN         
+----------------------------
  Aggregate
    ->  Seq Scan on date_tbl
-         Filter: ((f1 >= '01-01-1997'::date) AND (f1 <= '01-01-1998'::date))
-(3 rows)
+(2 rows)
 
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
  count 
...
tap
[02:17:37.001](75.683s) not ok 5 - regression tests pass
tap
[02:18:33.114](92.448s) not ok 2 - regression tests pass
test
[02:20:26.977]   6/314 postgresql:regress / regress/regress                                            ERROR            ...
[02:20:26.977]  61/314 postgresql:btree_gin / btree_gin/regress                                        ERROR            ...
[02:20:26.977] 105/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[02:20:26.977] 169/314 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/contrib/btree_gin/expected/bool.out /tmp/cirrus-ci-build/contrib/btree_gin/results/bool.ou...
--- /tmp/cirrus-ci-build/contrib/btree_gin/expected/bool.out	2024-12-06 02:14:48.440529147 +0000
+++ /tmp/cirrus-ci-build/contrib/btree_gin/results/bool.out	2024-12-06 02:19:04.488174581 +0000
@@ -109,15 +109,13 @@
 (6 rows)
 
 EXPLAIN (COSTS OFF) SELECT * FROM test_bool WHERE i>true ORDER BY i;
-                QUERY PLAN                 
--------------------------------------------
+           QUERY PLAN           
+--------------------------------
  Sort
    Sort Key: i
-   ->  Bitmap Heap Scan on test_bool
-         Recheck Cond: (i > true)
-         ->  Bitmap Index Scan on idx_bool
-               Index Cond: (i > true)
-(6 rows)
+   ->  Result
+         One-Time Filter: false
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/horology.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/horology.out	2024-12-06 02:14:50.440529221 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/horology.out	2024-12-06 02:19:22.160140095 +0000
@@ -2541,18 +2541,18 @@
 explain (costs off)
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
-                                 QUERY PLAN                                  
------------------------------------------------------------------------------
+                 QUERY PLAN                 
+--------------------------------------------
  Aggregate
    ->  Seq Scan on date_tbl
-         Filter: ((f1 >= '01-01-1997'::date) AND (f1 <= '01-01-1998'::date))
+         Filter: (f1 <= '01-01-1998'::date)
 (3 rows)
 
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
  count 
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/horology.out /tmp/cirrus-ci-build/src/test/regress/results/horol...
--- /tmp/cirrus-ci-build/src/test/regress/expected/horology.out	2024-12-06 02:14:50.440529221 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/horology.out	2024-12-06 02:17:47.892312947 +0000
@@ -2541,18 +2541,18 @@
 explain (costs off)
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
-                                 QUERY PLAN                                  
------------------------------------------------------------------------------
+                 QUERY PLAN                 
+--------------------------------------------
  Aggregate
    ->  Seq Scan on date_tbl
-         Filter: ((f1 >= '01-01-1997'::date) AND (f1 <= '01-01-1998'::date))
+         Filter: (f1 <= '01-01-1998'::date)
 (3 rows)
 
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
  count 
...
tap
[02:21:11.970](120.300s) not ok 5 - regression tests pass
Linux - Debian Bookworm - Meson
core
[02:22:07.983] #0  0x00007fd2ff2a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[02:22:07.983] #1  0x00007fd2ff25afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[02:22:07.983] #2  0x00007fd2ff245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[02:22:07.983] #3  0x00007fd2ff41e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[02:22:07.983] #4  0x00007fd2ff42aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[02:22:07.983] #5  0x00007fd2ff40dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x56436b7abfe...
[02:22:07.983] #6  0x000056436aa67ae4 in examine_self_contradictory_rels (root=root@entry=0x56436c7d63e8, rel=rel@entry=...
[02:22:07.983] #7  0x000056436aa67cf3 in examine_self_contradictory_rels_phase1 (root=root@entry=0x56436c7d63e8) at ../s...
[02:22:07.983] #8  0x000056436aa32335 in query_planner (root=root@entry=0x56436c7d63e8, qp_callback=qp_callback@entry=0x...
[02:22:07.983] #9  0x000056436aa45728 in grouping_planner (root=root@entry=0x56436c7d63e8, tuple_fraction=<optimized out...
core
[02:22:15.067] #0  0x00007fdd02aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[02:22:15.067] #1  0x00007fdd02a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[02:22:15.067] #2  0x00007fdd02a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[02:22:15.067] #3  0x00007fdd02c1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[02:22:15.067] #4  0x00007fdd02c2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[02:22:15.067] #5  0x00007fdd02c0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x5605fd89afe...
[02:22:15.067] #6  0x00005605fcb56ae4 in examine_self_contradictory_rels (root=root@entry=0x5605fe0cd698, rel=rel@entry=...
[02:22:15.067] #7  0x00005605fcb56cf3 in examine_self_contradictory_rels_phase1 (root=root@entry=0x5605fe0cd698) at ../s...
[02:22:15.067] #8  0x00005605fcb21335 in query_planner (root=root@entry=0x5605fe0cd698, qp_callback=qp_callback@entry=0x...
[02:22:15.067] #9  0x00005605fcb34728 in grouping_planner (root=root@entry=0x5605fe0cd698, tuple_fraction=<optimized out...
core
[02:22:13.454] #0  0x00007fd2ff2a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[02:22:13.454] #1  0x00007fd2ff25afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[02:22:13.454] #2  0x00007fd2ff245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[02:22:13.454] #3  0x00007fd2ff41e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[02:22:13.454] #4  0x00007fd2ff42aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[02:22:13.454] #5  0x00007fd2ff40dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x56436b7abfe...
[02:22:13.454] #6  0x000056436aa67ae4 in examine_self_contradictory_rels (root=root@entry=0x56436c6d6408, rel=rel@entry=...
[02:22:13.454] #7  0x000056436aa67cf3 in examine_self_contradictory_rels_phase1 (root=root@entry=0x56436c6d6408) at ../s...
[02:22:13.454] #8  0x000056436aa32335 in query_planner (root=root@entry=0x56436c6d6408, qp_callback=qp_callback@entry=0x...
[02:22:13.454] #9  0x000056436aa45728 in grouping_planner (root=root@entry=0x56436c6d6408, tuple_fraction=<optimized out...
core
[02:22:12.027] #0  0x00007f35f58a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[02:22:12.027] #1  0x00007f35f585afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[02:22:12.027] #2  0x00007f35f5845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[02:22:12.027] #3  0x00007f35f5a1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[02:22:12.027] #4  0x00007f35f5a2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[02:22:12.027] #5  0x00007f35f5a0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x563224417fe...
[02:22:12.027] #6  0x00005632236d3ae4 in examine_self_contradictory_rels (root=root@entry=0x5632259fbf28, rel=rel@entry=...
[02:22:12.027] #7  0x00005632236d3cf3 in examine_self_contradictory_rels_phase1 (root=root@entry=0x5632259fbf28) at ../s...
[02:22:12.027] #8  0x000056322369e335 in query_planner (root=root@entry=0x5632259fbf28, qp_callback=qp_callback@entry=0x...
[02:22:12.027] #9  0x00005632236b1728 in grouping_planner (root=root@entry=0x5632259fbf28, tuple_fraction=<optimized out...
core
[02:22:11.522] #0  0x00007fd2ff2a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[02:22:11.522] #1  0x00007fd2ff25afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[02:22:11.522] #2  0x00007fd2ff245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[02:22:11.522] #3  0x00007fd2ff41e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[02:22:11.522] #4  0x00007fd2ff42aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[02:22:11.522] #5  0x00007fd2ff40dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x56436b7abfe...
[02:22:11.522] #6  0x000056436aa67ae4 in examine_self_contradictory_rels (root=root@entry=0x56436c933538, rel=rel@entry=...
[02:22:11.522] #7  0x000056436aa67cf3 in examine_self_contradictory_rels_phase1 (root=root@entry=0x56436c933538) at ../s...
[02:22:11.522] #8  0x000056436aa32335 in query_planner (root=root@entry=0x56436c933538, qp_callback=qp_callback@entry=0x...
[02:22:11.522] #9  0x000056436aa45728 in grouping_planner (root=root@entry=0x56436c933538, tuple_fraction=<optimized out...
core
[02:22:09.921] #0  0x00007fd2ff2a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[02:22:09.921] #1  0x00007fd2ff25afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[02:22:09.921] #2  0x00007fd2ff245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[02:22:09.921] #3  0x00007fd2ff41e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[02:22:09.921] #4  0x00007fd2ff42aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[02:22:09.921] #5  0x00007fd2ff40dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x56436b7abfe...
[02:22:09.921] #6  0x000056436aa67ae4 in examine_self_contradictory_rels (root=root@entry=0x56436c84aef8, rel=rel@entry=...
[02:22:09.921] #7  0x000056436aa67cf3 in examine_self_contradictory_rels_phase1 (root=root@entry=0x56436c84aef8) at ../s...
[02:22:09.921] #8  0x000056436aa32335 in query_planner (root=root@entry=0x56436c84aef8, qp_callback=qp_callback@entry=0x...
[02:22:09.921] #9  0x000056436aa45728 in grouping_planner (root=root@entry=0x56436c84aef8, tuple_fraction=<optimized out...
core
[02:22:08.494] #0  0x00007f35f58a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[02:22:08.494] #1  0x00007f35f585afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[02:22:08.494] #2  0x00007f35f5845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[02:22:08.494] #3  0x00007f35f5a1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[02:22:08.494] #4  0x00007f35f5a2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[02:22:08.494] #5  0x00007f35f5a0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x563224417fe...
[02:22:08.494] #6  0x00005632236d3ae4 in examine_self_contradictory_rels (root=root@entry=0x5632259fbf28, rel=rel@entry=...
[02:22:08.494] #7  0x00005632236d3cf3 in examine_self_contradictory_rels_phase1 (root=root@entry=0x5632259fbf28) at ../s...
[02:22:08.494] #8  0x000056322369e335 in query_planner (root=root@entry=0x5632259fbf28, qp_callback=qp_callback@entry=0x...
[02:22:08.494] #9  0x00005632236b1728 in grouping_planner (root=root@entry=0x5632259fbf28, tuple_fraction=<optimized out...
core
[02:22:06.398] #0  0x00007f14feca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[02:22:06.398] #1  0x00007f14fec5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[02:22:06.398] #2  0x00007f14fec45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[02:22:06.398] #3  0x00007f14fee1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[02:22:06.398] #4  0x00007f14fee2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[02:22:06.398] #5  0x00007f14fee0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x555ea9865fe...
[02:22:06.398] #6  0x0000555ea8b21ae4 in examine_self_contradictory_rels (root=root@entry=0x555eaa403ac8, rel=rel@entry=...
[02:22:06.398] #7  0x0000555ea8b21cf3 in examine_self_contradictory_rels_phase1 (root=root@entry=0x555eaa403ac8) at ../s...
[02:22:06.398] #8  0x0000555ea8aec335 in query_planner (root=root@entry=0x555eaa403ac8, qp_callback=qp_callback@entry=0x...
[02:22:06.398] #9  0x0000555ea8aff728 in grouping_planner (root=root@entry=0x555eaa403ac8, tuple_fraction=<optimized out...
regress
diff -U3 /tmp/cirrus-ci-build/contrib/btree_gin/expected/bool.out /tmp/cirrus-ci-build/build/testrun/btree_gin/regress/r...
--- /tmp/cirrus-ci-build/contrib/btree_gin/expected/bool.out	2024-12-06 02:14:46.183965829 +0000
+++ /tmp/cirrus-ci-build/build/testrun/btree_gin/regress/results/bool.out	2024-12-06 02:18:57.848018701 +0000
@@ -109,15 +109,13 @@
 (6 rows)
 
 EXPLAIN (COSTS OFF) SELECT * FROM test_bool WHERE i>true ORDER BY i;
-                QUERY PLAN                 
--------------------------------------------
+           QUERY PLAN           
+--------------------------------
  Sort
    Sort Key: i
-   ->  Bitmap Heap Scan on test_bool
-         Recheck Cond: (i > true)
-         ->  Bitmap Index Scan on idx_bool
-               Index Cond: (i > true)
-(6 rows)
+   ->  Result
+         One-Time Filter: false
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/horology.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_p...
--- /tmp/cirrus-ci-build/src/test/regress/expected/horology.out	2024-12-06 02:14:48.151566557 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/horology.out	2024-12-06 02:18:12.051836388...
@@ -2541,1307 +2541,7 @@
 explain (costs off)
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
-                                 QUERY PLAN                                  
------------------------------------------------------------------------------
- Aggregate
-   ->  Seq Scan on date_tbl
-         Filter: ((f1 >= '01-01-1997'::date) AND (f1 <= '01-01-1998'::date))
-(3 rows)
-
-select count(*) from date_tbl
-  where f1 between symmetric '1997-01-01' and '1998-01-01';
- count 
--------
-     3
-(1 row)
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/horology.out /tmp/cirrus-ci-build/build/testrun/recovery/027_str...
--- /tmp/cirrus-ci-build/src/test/regress/expected/horology.out	2024-12-06 02:14:48.151566557 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/horology.out	2024-12-06 02:18:41.1599663...
@@ -2541,1307 +2541,7 @@
 explain (costs off)
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
-                                 QUERY PLAN                                  
------------------------------------------------------------------------------
- Aggregate
-   ->  Seq Scan on date_tbl
-         Filter: ((f1 >= '01-01-1997'::date) AND (f1 <= '01-01-1998'::date))
-(3 rows)
-
-select count(*) from date_tbl
-  where f1 between symmetric '1997-01-01' and '1998-01-01';
- count 
--------
-     3
-(1 row)
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/horology.out /tmp/cirrus-ci-build/build/testrun/regress/regress/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/horology.out	2024-12-06 02:14:48.151566557 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/horology.out	2024-12-06 02:18:08.375870055 +0000
@@ -2541,1307 +2541,7 @@
 explain (costs off)
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
-                                 QUERY PLAN                                  
------------------------------------------------------------------------------
- Aggregate
-   ->  Seq Scan on date_tbl
-         Filter: ((f1 >= '01-01-1997'::date) AND (f1 <= '01-01-1998'::date))
-(3 rows)
-
-select count(*) from date_tbl
-  where f1 between symmetric '1997-01-01' and '1998-01-01';
- count 
--------
-     3
-(1 row)
...
tap
[02:19:27.268](0.660s) not ok 20 - pg_amcheck of db1.s1 excluding indexes status (got 1 vs expected 0)
[02:19:27.269](0.000s) not ok 22 - pg_amcheck of db1.s1 excluding indexes stderr /(?^:^$)/
[02:19:27.992](0.723s) not ok 23 - pg_amcheck of db2.s1 excluding indexes status (got 1 vs expected 2)
[02:19:27.993](0.000s) not ok 24 - pg_amcheck of db2.s1 excluding indexes stdout /(?^:could not open file ".*": No such ...
[02:19:27.993](0.000s) not ok 25 - pg_amcheck of db2.s1 excluding indexes stderr /(?^:^$)/
[02:19:28.033](0.040s) not ok 26 - pg_amcheck schema s3 reports table and index errors status (got 1 vs expected 2)
[02:19:28.034](0.000s) not ok 27 - pg_amcheck schema s3 reports table and index errors stdout /(?^:index ".*" lacks a ma...
[02:19:28.034](0.000s) not ok 28 - pg_amcheck schema s3 reports table and index errors stdout /(?^:line pointer)/
[02:19:28.035](0.000s) not ok 29 - pg_amcheck schema s3 reports table and index errors stdout /(?^:could not open file "...
[02:19:28.035](0.000s) not ok 30 - pg_amcheck schema s3 reports table and index errors stderr /(?^:^$)/
[02:19:28.055](0.019s) not ok 31 - pg_amcheck in schema s4 reports toast corruption status (got 1 vs expected 2)
[02:19:28.055](0.000s) not ok 32 - pg_amcheck in schema s4 reports toast corruption stdout /(?^:could not open file ".*"...
[02:19:28.056](0.000s) not ok 33 - pg_amcheck in schema s4 reports toast corruption stderr /(?^:^$)/
[02:19:28.069](0.013s) not ok 34 - pg_amcheck in schema s4 excluding toast reports no corruption status (got 1 vs expect...
[02:19:28.070](0.000s) not ok 36 - pg_amcheck in schema s4 excluding toast reports no corruption stderr /(?^:^$)/
[02:19:28.088](0.018s) not ok 37 - pg_amcheck over schema s5 reports no corruption status (got 1 vs expected 0)
[02:19:28.089](0.000s) not ok 39 - pg_amcheck over schema s5 reports no corruption stderr /(?^:^$)/
[02:19:28.110](0.021s) not ok 40 - pg_amcheck over schema s1 with corrupt indexes excluded reports no corruption status ...
[02:19:28.111](0.000s) not ok 42 - pg_amcheck over schema s1 with corrupt indexes excluded reports no corruption stderr ...
[02:19:28.132](0.020s) not ok 43 - pg_amcheck over schema s1 with all indexes excluded reports no corruption status (got...
[02:19:28.132](0.000s) not ok 45 - pg_amcheck over schema s1 with all indexes excluded reports no corruption stderr /(?^...
[02:19:28.158](0.025s) not ok 46 - pg_amcheck over schema s2 with corrupt tables excluded reports no corruption status (...
[02:19:28.159](0.000s) not ok 48 - pg_amcheck over schema s2 with corrupt tables excluded reports no corruption stderr /...
[02:19:28.209](0.013s) not ok 55 - pg_amcheck smoke test --parent-check status (got 1 vs expected 2)
[02:19:28.210](0.000s) not ok 56 - pg_amcheck smoke test --parent-check stdout /(?^:index ".*" lacks a main relation for...
[02:19:28.210](0.000s) not ok 57 - pg_amcheck smoke test --parent-check stderr /(?^:^$)/
[02:19:28.245](0.035s) not ok 58 - pg_amcheck smoke test --heapallindexed --rootdescend status (got 1 vs expected 2)
[02:19:28.246](0.000s) not ok 59 - pg_amcheck smoke test --heapallindexed --rootdescend stdout /(?^:index ".*" lacks a m...
[02:19:28.247](0.000s) not ok 60 - pg_amcheck smoke test --heapallindexed --rootdescend stderr /(?^:^$)/
[02:19:28.298](0.051s) not ok 61 - pg_amcheck excluding all corrupt schemas status (got 1 vs expected 0)
[02:19:28.299](0.000s) not ok 63 - pg_amcheck excluding all corrupt schemas stderr /(?^:^$)/
[02:19:28.329](0.029s) not ok 64 - pg_amcheck smoke test --parent-check --checkunique status (got 1 vs expected 2)
[02:19:28.329](0.000s) not ok 65 - pg_amcheck smoke test --parent-check --checkunique stdout /(?^:index ".*" lacks a mai...
[02:19:28.330](0.000s) not ok 66 - pg_amcheck smoke test --parent-check --checkunique stderr /(?^:^$)/
[02:19:28.343](0.013s) not ok 67 - pg_amcheck smoke test --heapallindexed --rootdescend --checkunique status (got 1 vs e...
[02:19:28.344](0.000s) not ok 68 - pg_amcheck smoke test --heapallindexed --rootdescend --checkunique stdout /(?^:index ...
[02:19:28.344](0.000s) not ok 69 - pg_amcheck smoke test --heapallindexed --rootdescend --checkunique stderr /(?^:^$)/
[02:19:28.363](0.019s) not ok 70 - pg_amcheck excluding all corrupt schemas with --checkunique option status (got 1 vs e...
[02:19:28.364](0.000s) not ok 72 - pg_amcheck excluding all corrupt schemas with --checkunique option stderr /(?^:^$)/
tap
[02:18:20.664](14.055s) not ok 5 - regression tests pass
[02:18:22.555](1.878s) not ok 6 - dump before running pg_upgrade
tap
[02:18:46.892](11.578s) not ok 2 - regression tests pass
test
[02:21:01.980]  14/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[02:21:01.980]   6/314 postgresql:regress / regress/regress                                            ERROR            ...
[02:21:01.980]  41/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[02:21:01.980]  58/314 postgresql:btree_gin / btree_gin/regress                                        ERROR            ...
[02:21:01.980] 152/314 postgresql:pg_amcheck / pg_amcheck/003_check                                    ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/contrib/btree_gin/expected/bool.out /Users/admin/pgsql/build/testrun/btree_gin/regress/resul...
--- /Users/admin/pgsql/contrib/btree_gin/expected/bool.out	2024-12-06 02:13:10
+++ /Users/admin/pgsql/build/testrun/btree_gin/regress/results/bool.out	2024-12-06 02:16:30
@@ -109,15 +109,13 @@
 (6 rows)
 
 EXPLAIN (COSTS OFF) SELECT * FROM test_bool WHERE i>true ORDER BY i;
-                QUERY PLAN                 
--------------------------------------------
+           QUERY PLAN           
+--------------------------------
  Sort
    Sort Key: i
-   ->  Bitmap Heap Scan on test_bool
-         Recheck Cond: (i > true)
-         ->  Bitmap Index Scan on idx_bool
-               Index Cond: (i > true)
-(6 rows)
+   ->  Result
+         One-Time Filter: false
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/horology.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_up...
--- /Users/admin/pgsql/src/test/regress/expected/horology.out	2024-12-06 02:13:12
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/horology.out	2024-12-06 02:15:28
@@ -2541,18 +2541,17 @@
 explain (costs off)
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
-                                 QUERY PLAN                                  
------------------------------------------------------------------------------
+         QUERY PLAN         
+----------------------------
  Aggregate
    ->  Seq Scan on date_tbl
-         Filter: ((f1 >= '01-01-1997'::date) AND (f1 <= '01-01-1998'::date))
-(3 rows)
+(2 rows)
 
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
  count 
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/horology.out /Users/admin/pgsql/build/testrun/recovery/027_stream_...
--- /Users/admin/pgsql/src/test/regress/expected/horology.out	2024-12-06 02:13:12
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/horology.out	2024-12-06 02:16:06
@@ -2541,18 +2541,17 @@
 explain (costs off)
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
-                                 QUERY PLAN                                  
------------------------------------------------------------------------------
+         QUERY PLAN         
+----------------------------
  Aggregate
    ->  Seq Scan on date_tbl
-         Filter: ((f1 >= '01-01-1997'::date) AND (f1 <= '01-01-1998'::date))
-(3 rows)
+(2 rows)
 
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
  count 
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/horology.out /Users/admin/pgsql/build/testrun/regress/regress/resu...
--- /Users/admin/pgsql/src/test/regress/expected/horology.out	2024-12-06 02:13:12
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/horology.out	2024-12-06 02:15:27
@@ -2541,18 +2541,17 @@
 explain (costs off)
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
-                                 QUERY PLAN                                  
------------------------------------------------------------------------------
+         QUERY PLAN         
+----------------------------
  Aggregate
    ->  Seq Scan on date_tbl
-         Filter: ((f1 >= '01-01-1997'::date) AND (f1 <= '01-01-1998'::date))
-(3 rows)
+(2 rows)
 
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
  count 
...
tap
[02:15:59.370](33.461s) not ok 5 - regression tests pass
tap
[02:16:44.229](41.368s) not ok 2 - regression tests pass
test
[02:18:28.472]  26/314 postgresql:regress / regress/regress                                            ERROR            ...
[02:18:28.472]  44/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[02:18:28.472]  56/314 postgresql:btree_gin / btree_gin/regress                                        ERROR            ...
[02:18:28.472] 140/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/contrib/btree_gin/expected/bool.out C:/cirrus/build/testrun/btree_gin/regress/res...
--- C:/cirrus/contrib/btree_gin/expected/bool.out	2024-12-06 02:15:03.077459400 +0000
+++ C:/cirrus/build/testrun/btree_gin/regress/results/bool.out	2024-12-06 02:21:19.123905000 +0000
@@ -109,15 +109,13 @@
 (6 rows)
 
 EXPLAIN (COSTS OFF) SELECT * FROM test_bool WHERE i>true ORDER BY i;
-                QUERY PLAN                 
--------------------------------------------
+           QUERY PLAN           
+--------------------------------
  Sort
    Sort Key: i
-   ->  Bitmap Heap Scan on test_bool
-         Recheck Cond: (i > true)
-         ->  Bitmap Index Scan on idx_bool
-               Index Cond: (i > true)
-(6 rows)
+   ->  Result
+         One-Time Filter: false
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/horology.out C:/cirrus/build/testrun/pg_upgrade/002_pg_...
--- C:/cirrus/src/test/regress/expected/horology.out	2024-12-06 02:15:08.189392000 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/horology.out	2024-12-06 02:17:24.160274900 +0000
@@ -2541,18 +2541,17 @@
 explain (costs off)
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
-                                 QUERY PLAN                                  
------------------------------------------------------------------------------
+         QUERY PLAN         
+----------------------------
  Aggregate
    ->  Seq Scan on date_tbl
-         Filter: ((f1 >= '01-01-1997'::date) AND (f1 <= '01-01-1998'::date))
-(3 rows)
+(2 rows)
 
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
  count 
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/horology.out C:/cirrus/build/testrun/recovery/027_strea...
--- C:/cirrus/src/test/regress/expected/horology.out	2024-12-06 02:15:08.189392000 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/horology.out	2024-12-06 02:20:03.376779000 +0000
@@ -2541,18 +2541,17 @@
 explain (costs off)
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
-                                 QUERY PLAN                                  
------------------------------------------------------------------------------
+         QUERY PLAN         
+----------------------------
  Aggregate
    ->  Seq Scan on date_tbl
-         Filter: ((f1 >= '01-01-1997'::date) AND (f1 <= '01-01-1998'::date))
-(3 rows)
+(2 rows)
 
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
  count 
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/horology.out C:/cirrus/build/testrun/regress/regress/re...
--- C:/cirrus/src/test/regress/expected/horology.out	2024-12-06 02:15:08.189392000 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/horology.out	2024-12-06 02:17:18.092366700 +0000
@@ -2541,18 +2541,17 @@
 explain (costs off)
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
-                                 QUERY PLAN                                  
------------------------------------------------------------------------------
+         QUERY PLAN         
+----------------------------
  Aggregate
    ->  Seq Scan on date_tbl
-         Filter: ((f1 >= '01-01-1997'::date) AND (f1 <= '01-01-1998'::date))
-(3 rows)
+(2 rows)
 
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
  count 
...
tap
[02:19:23.636](128.772s) not ok 5 - regression tests pass
tap
[02:22:02.804](144.754s) not ok 2 - regression tests pass
test
[02:29:52.682]   6/309 postgresql:regress / regress/regress                                            ERROR           1...
[02:29:52.682]  43/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           2...
[02:29:52.682]  62/309 postgresql:btree_gin / btree_gin/regress                                        ERROR            ...
[02:29:52.682] 112/309 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5410 Disable installcheck for tap and regress tests for injection_points module
FreeBSD - 13 - Meson
assertion
TRAP: failed Assert("TransactionIdIsValid(proc->xid)"), File: "../src/backend/storage/ipc/procarray.c", Line: 677, PID: ...
core
[01:36:09.396] #0  0x0000000829d9141a in thr_kill () from /lib/libc.so.7
[01:36:09.396] #1  0x0000000829d0ae64 in raise () from /lib/libc.so.7
[01:36:09.396] #2  0x0000000829dbb6f9 in abort () from /lib/libc.so.7
[01:36:09.396] #3  0x0000000000aa0715 in ExceptionalCondition (conditionName=0x361257 "TransactionIdIsValid(proc->xid)",...
[01:36:09.396] #4  0x0000000000917a3d in ProcArrayEndTransaction (proc=0x843216af8, latestXid=latestXid@entry=750) at .....
[01:36:09.396] #5  0x0000000000660b7f in AbortTransaction () at ../src/backend/access/transam/xact.c:2946
[01:36:09.396] #6  0x000000000065e78a in AbortCurrentTransactionInternal () at ../src/backend/access/transam/xact.c:3598
[01:36:09.396] #7  AbortCurrentTransaction () at ../src/backend/access/transam/xact.c:3449
[01:36:09.396] #8  0x000000000094413e in PostgresMain (dbname=<optimized out>, username=<optimized out>) at ../src/backe...
[01:36:09.396] #9  0x000000000093f3b9 in BackendMain (startup_data=<optimized out>, startup_data_len=<optimized out>) at...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/crash.out /tmp/cirrus-ci-build/build/testrun/in...
--- /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/crash.out	2024-12-06 01:30:15.373187000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/injection_points/isolation/results/crash.out	2024-12-06 01:32:39.949503000 +0000
@@ -23,4 +23,16 @@
 
 step c2: COMMIT;
 ERROR:  could not serialize access due to read/write dependencies among transactions
-step c3: COMMIT;
+s2: WARNING:  AbortTransaction while in ABORT state
+ERROR:  ResourceOwnerEnlarge called after release started
+server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
+
+s3: WARNING:  terminating connection because of crash of another server process
+DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because anothe...
+HINT:  In a moment you should be able to reconnect to the database and repeat your command.
+PQconsumeInput failed: server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
...
test
[01:34:42.686] 113/314 postgresql:injection_points / injection_points/isolation                        ERROR            ...
Linux - Debian Bookworm - Autoconf
assertion
TRAP: failed Assert("TransactionIdIsValid(proc->xid)"), File: "procarray.c", Line: 677, PID: 32200
core
[01:40:03.103] #0  0x00007f9202aabebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[01:40:03.103] #1  0x00007f9202a5cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[01:40:03.103] #2  0x00007f9202a47472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[01:40:03.103] #3  0x000056146e9c2e03 in ExceptionalCondition (conditionName=conditionName@entry=0x56146ed767e0 "Transac...
[01:40:03.103] #4  0x000056146e6472b0 in ProcArrayEndTransaction (proc=0x7f91fe945440, latestXid=750) at procarray.c:677
[01:40:03.103] #5  0x000056146de774e7 in AbortTransaction () at xact.c:2946
[01:40:03.103] #6  0x000056146de78e39 in AbortCurrentTransactionInternal () at xact.c:3531
[01:40:03.103] #7  0x000056146de78f78 in AbortCurrentTransaction () at xact.c:3449
[01:40:03.103] #8  0x000056146e6b2c05 in PostgresMain (dbname=dbname@entry=0x62900001b3a8 "isolation_regression", userna...
[01:40:03.103] #9  0x000056146e6a5574 in BackendMain (startup_data=startup_data@entry=0x7ffc72c2d6d0 "", startup_data_le...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/crash.out /tmp/cirrus-ci-build/src/test/modules...
--- /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/crash.out	2024-12-06 01:30:15.190183751 +0000
+++ /tmp/cirrus-ci-build/src/test/modules/injection_points/output_iso/results/crash.out	2024-12-06 01:34:15.593914253 +0...
@@ -23,4 +23,10 @@
 
 step c2: COMMIT;
 ERROR:  could not serialize access due to read/write dependencies among transactions
+s2: WARNING:  AbortTransaction while in ABORT state
+ERROR:  ResourceOwnerEnlarge called after release started
+server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
+
 step c3: COMMIT;
diff -U3 /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/inplace.out /tmp/cirrus-ci-build/src/test/modul...
--- /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/inplace.out	2024-12-06 01:30:15.190183751 +0000
+++ /tmp/cirrus-ci-build/src/test/modules/injection_points/output_iso/results/inplace.out	2024-12-06 01:34:16.217909695 ...
@@ -14,327 +14,6 @@
 step vac1: VACUUM vactest.orig50;  -- wait during inplace update <waiting ...>
 step grant2: GRANT SELECT ON TABLE vactest.orig50 TO PUBLIC;
...
Linux - Debian Bookworm - Meson
assertion
TRAP: failed Assert("TransactionIdIsValid(proc->xid)"), File: "../src/backend/storage/ipc/procarray.c", Line: 677, PID: ...
core
[01:36:21.710] #0  0x00007fc8828a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[01:36:21.710] #1  0x00007fc88285afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[01:36:21.710] #2  0x00007fc882845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[01:36:21.710] #3  0x000055621ef25d92 in ExceptionalCondition (conditionName=conditionName@entry=0x55621f1e14c8 "Transac...
[01:36:21.710] #4  0x000055621ec3725b in ProcArrayEndTransaction (proc=0x7fc87fccdac0, latestXid=750) at ../src/backend/...
[01:36:21.710] #5  0x000055621e69bdeb in AbortTransaction () at ../src/backend/access/transam/xact.c:2946
[01:36:21.710] #6  0x000055621e69cde2 in AbortCurrentTransactionInternal () at ../src/backend/access/transam/xact.c:3531
[01:36:21.710] #7  0x000055621e69ce86 in AbortCurrentTransaction () at ../src/backend/access/transam/xact.c:3449
[01:36:21.710] #8  0x000055621ec91f80 in PostgresMain (dbname=<optimized out>, username=<optimized out>) at ../src/backe...
[01:36:21.710] #9  0x000055621ec880d7 in BackendMain (startup_data=<optimized out>, startup_data_len=<optimized out>) at...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/crash.out /tmp/cirrus-ci-build/build/testrun/in...
--- /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/crash.out	2024-12-06 01:30:13.045756128 +0000
+++ /tmp/cirrus-ci-build/build/testrun/injection_points/isolation/results/crash.out	2024-12-06 01:33:06.139284259 +0000
@@ -23,4 +23,10 @@
 
 step c2: COMMIT;
 ERROR:  could not serialize access due to read/write dependencies among transactions
+s2: WARNING:  AbortTransaction while in ABORT state
+ERROR:  ResourceOwnerEnlarge called after release started
+server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
+
 step c3: COMMIT;
diff -U3 /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/inplace.out /tmp/cirrus-ci-build/build/testrun/...
--- /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/inplace.out	2024-12-06 01:30:13.049744278 +0000
+++ /tmp/cirrus-ci-build/build/testrun/injection_points/isolation/results/inplace.out	2024-12-06 01:33:06.699282201 +000...
@@ -47,294 +47,6 @@
 
 
...
test
[01:35:07.103] 314/314 postgresql:injection_points / injection_points/isolation                        ERROR           1...
macOS - Sonoma - Meson
assertion
TRAP: failed Assert("TransactionIdIsValid(proc->xid)"), File: "../src/backend/storage/ipc/procarray.c", Line: 677, PID: ...
core
[01:38:31.261]   * frame #0: 0x000000018547d5ec dyld`dyld3::MachOFile::trieWalk(Diagnostics&, unsigned char const*, unsi...
[01:38:31.261]     frame #1: 0x0000000185448088 dyld`dyld4::Loader::hasExportedSymbol(Diagnostics&, dyld4::RuntimeState&...
[01:38:31.261]     frame #2: 0x000000018544833c dyld`dyld4::Loader::hasExportedSymbol(Diagnostics&, dyld4::RuntimeState&...
[01:38:31.261]     frame #3: 0x00000001854473c0 dyld`dyld4::Loader::resolveSymbol(Diagnostics&, dyld4::RuntimeState&, in...
[01:38:31.261]     frame #4: 0x0000000185446fec dyld`invocation function for block in dyld4::Loader::forEachBindTarget(D...
[01:38:31.261]     frame #5: 0x0000000185481ff0 dyld`invocation function for block in mach_o::Fixups::forEachBindTarget_...
[01:38:31.261]     frame #6: 0x000000018547cf50 dyld`dyld3::MachOFile::forEachChainedFixupTarget(Diagnostics&, dyld_chai...
[01:38:31.261]     frame #7: 0x0000000185481cc0 dyld`mach_o::Fixups::forEachBindTarget_ChainedFixups(Diagnostics&, void ...
[01:38:31.261]     frame #8: 0x0000000185446f54 dyld`invocation function for block in dyld4::Loader::forEachBindTarget(D...
[01:38:31.261]     frame #9: 0x0000000185485414 dyld`dyld3::MachOAnalyzer::withVMLayout(Diagnostics&, void (mach_o::Layo...
core
[01:38:13.930]   * frame #0: 0x00000001857815f0 libsystem_kernel.dylib`__pthread_kill + 8
[01:38:13.930]     frame #1: 0x00000001857b9c20 libsystem_pthread.dylib`pthread_kill + 288
[01:38:13.930]     frame #2: 0x00000001856c6a30 libsystem_c.dylib`abort + 180
[01:38:13.930]     frame #3: 0x000000010525146c postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[01:38:13.930]     frame #4: 0x00000001050f5944 postgres`ProcArrayEndTransaction(proc=0x000000011365ef78, latestXid=<una...
[01:38:13.930]     frame #5: 0x0000000104ea75a0 postgres`AbortTransaction at xact.c:2946:2
[01:38:13.930]     frame #6: 0x0000000104ea5b84 postgres`AbortCurrentTransaction [inlined] AbortCurrentTransactionIntern...
[01:38:13.930]     frame #7: 0x0000000104ea5b54 postgres`AbortCurrentTransaction at xact.c:3449:10
[01:38:13.930]     frame #8: 0x000000010511dcf0 postgres`PostgresMain(dbname=<unavailable>, username=<unavailable>) at p...
[01:38:13.930]     frame #9: 0x0000000105119a80 postgres`BackendMain(startup_data=<unavailable>, startup_data_len=<unava...
regress
diff -U3 /Users/admin/pgsql/src/test/modules/injection_points/expected/crash.out /Users/admin/pgsql/build/testrun/inject...
--- /Users/admin/pgsql/src/test/modules/injection_points/expected/crash.out	2024-12-06 01:30:12
+++ /Users/admin/pgsql/build/testrun/injection_points/isolation/results/crash.out	2024-12-06 01:33:19
@@ -23,4 +23,13 @@
 
 step c2: COMMIT;
 ERROR:  could not serialize access due to read/write dependencies among transactions
+s2: WARNING:  AbortTransaction while in ABORT state
+ERROR:  ResourceOwnerEnlarge called after release started
+server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
+
 step c3: COMMIT;
+teardown failed: server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
diff -U3 /Users/admin/pgsql/src/test/modules/injection_points/expected/inplace.out /Users/admin/pgsql/build/testrun/inje...
--- /Users/admin/pgsql/src/test/modules/injection_points/expected/inplace.out	2024-12-06 01:30:12
+++ /Users/admin/pgsql/build/testrun/injection_points/isolation/results/inplace.out	2024-12-06 01:33:19
...
test
[01:34:55.407] 140/314 postgresql:injection_points / injection_points/isolation                        ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
assertion
TRAP: failed Assert("TransactionIdIsValid(proc->xid)"), File: "../src/backend/storage/ipc/procarray.c", Line: 677, PID: ...
core
00000019`901ffd88 00007ffb`ac85d71e     ntdll!NtWaitForSingleObject+0x14
00000019`901ffd90 00007ff7`46307a6c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000019`901ffe30 00007ffb`adc74cb0     postgres!pg_timer_thread(
00000019`901ffe70 00007ffb`af1dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000019`901ffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000019`8f5ff300 00007ff7`46652658     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000019`8f5ff340 00007ff7`463d675c     postgres!ExceptionalCondition(
00000019`8f5ff380 00007ff7`45f7c613     postgres!ProcArrayEndTransaction(
00000019`8f5ff3b0 00007ff7`45f7deb3     postgres!AbortTransaction(void)+0x223 [c:\cirrus\src\backend\access\transam\xact...
00000019`8f5ff400 00007ff7`45f78a09     postgres!AbortCurrentTransactionInternal(void)+0xc3 [c:\cirrus\src\backend\acces...
00000019`8f5ff440 00007ff7`4641878a     postgres!AbortCurrentTransaction(void)+0x9 [c:\cirrus\src\backend\access\transam...
00000019`8f5ff470 00007ff7`46412a6d     postgres!PostgresMain(
00000019`8f5ff680 00007ff7`46311b97     postgres!BackendMain(
00000019`8f5ff6c0 00007ff7`461cde78     postgres!SubPostmasterMain(
00000019`8f5ff730 00007ff7`467c8519     postgres!main(
core
00000019`8f9ffbd8 00007ffb`af16b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000019`8f9ffbe0 00007ffb`adc74cb0     ntdll!TppWorkerThread+0x2df
00000019`8f9ffed0 00007ffb`af1dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000019`8f9fff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000019`8fdffb78 00007ffb`ac8a45ca     ntdll!NtFsControlFile+0x14
00000019`8fdffb80 00007ff7`46305fcb     KERNELBASE!ConnectNamedPipe+0x6a
00000019`8fdffbf0 00007ffb`adc74cb0     postgres!pg_signal_thread(
00000019`8fdffcf0 00007ffb`af1dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000019`8fdffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000019`905ffa38 00007ffb`af16b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000019`905ffa40 00007ffb`adc74cb0     ntdll!TppWorkerThread+0x2df
00000019`905ffd30 00007ffb`af1dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000019`905ffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/modules/injection_points/expected/crash.out C:/cirrus/build/testrun/inje...
--- C:/cirrus/src/test/modules/injection_points/expected/crash.out	2024-12-06 01:30:36.322551600 +0000
+++ C:/cirrus/build/testrun/injection_points/isolation/results/crash.out	2024-12-06 01:37:40.942620600 +0000
@@ -23,4 +23,10 @@
 
 step c2: COMMIT;
 ERROR:  could not serialize access due to read/write dependencies among transactions
+ERROR:  ResourceOwnerEnlarge called after release started
+s2: WARNING:  AbortTransaction while in ABORT state
+server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
+
 step c3: COMMIT;
test
[01:44:13.182] 114/309 postgresql:injection_points / injection_points/isolation                        ERROR            ...
51/4810 COPY ON_ERROR 'NULL'
CompilerWarnings
compiler
[00:21:30.421] copyfrom.c:1037:10: error: data argument not used by format string [-Werror,-Wformat-extra-args]
compiler
[00:21:23.267] copyfrom.c:1037:10: error: data argument not used by format string [-Werror,-Wformat-extra-args]
compiler
[00:20:55.881] copyfrom.c:1036:64: error: too many arguments for format [-Werror=format-extra-args]
compiler
[00:20:49.246] copyfrom.c:1036:64: error: too many arguments for format [-Werror=format-extra-args]
compiler
[00:21:52.182] copyfrom.c:1036:64: error: too many arguments for format [-Werror=format-extra-args]
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/file_fdw/expected/file_fdw.out /tmp/cirrus-ci-build/build/testrun/file_fdw/regress...
--- /tmp/cirrus-ci-build/contrib/file_fdw/expected/file_fdw.out	2024-12-06 00:20:14.049882000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/file_fdw/regress/results/file_fdw.out	2024-12-06 00:22:32.927803000 +0000
@@ -97,7 +97,7 @@
 CREATE FOREIGN TABLE tbl () SERVER file_server OPTIONS (log_verbosity 'unsupported');       -- ERROR
 ERROR:  COPY LOG_VERBOSITY "unsupported" not recognized
 CREATE FOREIGN TABLE tbl () SERVER file_server OPTIONS (reject_limit '1');       -- ERROR
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 CREATE FOREIGN TABLE tbl () SERVER file_server OPTIONS (on_error 'ignore', reject_limit '0');       -- ERROR
 ERROR:  REJECT_LIMIT (0) must be greater than zero
 CREATE FOREIGN TABLE tbl () SERVER file_server;  -- ERROR
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_u...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-12-06 00:20:15.660878000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/copy2.out	2024-12-06 00:21:57.401667000 +0...
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-12-06 00:20:15.660878000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/copy2.out	2024-12-06 00:22:48.960440000 ...
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/build/testrun/regress/regress/res...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-12-06 00:20:15.660878000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/copy2.out	2024-12-06 00:21:57.036048000 +0000
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
tap
[00:22:19.904](75.384s) not ok 5 - regression tests pass
tap
[00:23:06.021](82.945s) not ok 2 - regression tests pass
test
[00:25:05.690]  43/314 postgresql:regress / regress/regress                                            ERROR            ...
[00:25:05.690]  67/314 postgresql:file_fdw / file_fdw/regress                                          ERROR            ...
[00:25:05.690] 101/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[00:25:05.690] 156/314 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/contrib/file_fdw/expected/file_fdw.out /tmp/cirrus-ci-build/contrib/file_fdw/results/file_...
--- /tmp/cirrus-ci-build/contrib/file_fdw/expected/file_fdw.out	2024-12-06 00:20:13.985438207 +0000
+++ /tmp/cirrus-ci-build/contrib/file_fdw/results/file_fdw.out	2024-12-06 00:23:26.598400108 +0000
@@ -97,7 +97,7 @@
 CREATE FOREIGN TABLE tbl () SERVER file_server OPTIONS (log_verbosity 'unsupported');       -- ERROR
 ERROR:  COPY LOG_VERBOSITY "unsupported" not recognized
 CREATE FOREIGN TABLE tbl () SERVER file_server OPTIONS (reject_limit '1');       -- ERROR
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 CREATE FOREIGN TABLE tbl () SERVER file_server OPTIONS (on_error 'ignore', reject_limit '0');       -- ERROR
 ERROR:  REJECT_LIMIT (0) must be greater than zero
 CREATE FOREIGN TABLE tbl () SERVER file_server;  -- ERROR
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/resu...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-12-06 00:20:15.895080473 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/copy2.out	2024-12-06 00:25:15.365911702 +0000
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/src/test/recovery/tmp_check/resul...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-12-06 00:20:15.895080473 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/copy2.out	2024-12-06 00:27:15.403894429 +0000
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/src/test/regress/results/copy2.ou...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-12-06 00:20:15.895080473 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/copy2.out	2024-12-06 00:23:22.230275359 +0000
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
tap
[00:25:30.586](114.384s) not ok 5 - regression tests pass
tap
[00:27:26.830](61.561s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/file_fdw/expected/file_fdw.out /tmp/cirrus-ci-build/build/testrun/file_fdw/regress...
--- /tmp/cirrus-ci-build/contrib/file_fdw/expected/file_fdw.out	2024-12-06 00:20:13.995103214 +0000
+++ /tmp/cirrus-ci-build/build/testrun/file_fdw/regress/results/file_fdw.out	2024-12-06 00:23:13.583832815 +0000
@@ -97,7 +97,7 @@
 CREATE FOREIGN TABLE tbl () SERVER file_server OPTIONS (log_verbosity 'unsupported');       -- ERROR
 ERROR:  COPY LOG_VERBOSITY "unsupported" not recognized
 CREATE FOREIGN TABLE tbl () SERVER file_server OPTIONS (reject_limit '1');       -- ERROR
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 CREATE FOREIGN TABLE tbl () SERVER file_server OPTIONS (on_error 'ignore', reject_limit '0');       -- ERROR
 ERROR:  REJECT_LIMIT (0) must be greater than zero
 CREATE FOREIGN TABLE tbl () SERVER file_server;  -- ERROR
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_u...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-12-06 00:20:15.915081236 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/copy2.out	2024-12-06 00:22:53.451318033 +0...
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-12-06 00:20:15.915081236 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/copy2.out	2024-12-06 00:23:35.212450911 ...
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/build/testrun/regress/regress/res...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-12-06 00:20:15.915081236 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/copy2.out	2024-12-06 00:22:45.775147188 +0000
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
tap
[00:23:09.090](85.906s) not ok 5 - regression tests pass
tap
[00:23:48.192](87.277s) not ok 2 - regression tests pass
test
[00:25:33.098]  45/314 postgresql:regress / regress/regress                                            ERROR            ...
[00:25:33.098]  67/314 postgresql:file_fdw / file_fdw/regress                                          ERROR            ...
[00:25:33.098] 139/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[00:25:33.098] 164/314 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/contrib/file_fdw/expected/file_fdw.out /Users/admin/pgsql/build/testrun/file_fdw/regress/res...
--- /Users/admin/pgsql/contrib/file_fdw/expected/file_fdw.out	2024-12-06 00:20:11
+++ /Users/admin/pgsql/build/testrun/file_fdw/regress/results/file_fdw.out	2024-12-06 00:22:45
@@ -97,7 +97,7 @@
 CREATE FOREIGN TABLE tbl () SERVER file_server OPTIONS (log_verbosity 'unsupported');       -- ERROR
 ERROR:  COPY LOG_VERBOSITY "unsupported" not recognized
 CREATE FOREIGN TABLE tbl () SERVER file_server OPTIONS (reject_limit '1');       -- ERROR
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 CREATE FOREIGN TABLE tbl () SERVER file_server OPTIONS (on_error 'ignore', reject_limit '0');       -- ERROR
 ERROR:  REJECT_LIMIT (0) must be greater than zero
 CREATE FOREIGN TABLE tbl () SERVER file_server;  -- ERROR
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/copy2.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgra...
--- /Users/admin/pgsql/src/test/regress/expected/copy2.out	2024-12-06 00:20:12
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/copy2.out	2024-12-06 00:21:57
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/copy2.out /Users/admin/pgsql/build/testrun/recovery/027_stream_reg...
--- /Users/admin/pgsql/src/test/regress/expected/copy2.out	2024-12-06 00:20:12
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/copy2.out	2024-12-06 00:22:47
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/copy2.out /Users/admin/pgsql/build/testrun/regress/regress/results...
--- /Users/admin/pgsql/src/test/regress/expected/copy2.out	2024-12-06 00:20:12
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/copy2.out	2024-12-06 00:22:02
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
tap
[00:22:08.156](41.356s) not ok 5 - regression tests pass
tap
[00:22:56.599](49.153s) not ok 2 - regression tests pass
test
[00:24:41.139]  28/314 postgresql:regress / regress/regress                                            ERROR            ...
[00:24:41.139]  48/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[00:24:41.139]  66/314 postgresql:file_fdw / file_fdw/regress                                          ERROR            ...
[00:24:41.139] 146/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/contrib/file_fdw/expected/file_fdw.out C:/cirrus/build/testrun/file_fdw/regress/r...
--- C:/cirrus/contrib/file_fdw/expected/file_fdw.out	2024-12-06 00:20:30.065086500 +0000
+++ C:/cirrus/build/testrun/file_fdw/regress/results/file_fdw.out	2024-12-06 00:26:55.872663200 +0000
@@ -97,7 +97,7 @@
 CREATE FOREIGN TABLE tbl () SERVER file_server OPTIONS (log_verbosity 'unsupported');       -- ERROR
 ERROR:  COPY LOG_VERBOSITY "unsupported" not recognized
 CREATE FOREIGN TABLE tbl () SERVER file_server OPTIONS (reject_limit '1');       -- ERROR
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 CREATE FOREIGN TABLE tbl () SERVER file_server OPTIONS (on_error 'ignore', reject_limit '0');       -- ERROR
 ERROR:  REJECT_LIMIT (0) must be greater than zero
 CREATE FOREIGN TABLE tbl () SERVER file_server;  -- ERROR
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/copy2.out C:/cirrus/build/testrun/pg_upgrade/002_pg_upg...
--- C:/cirrus/src/test/regress/expected/copy2.out	2024-12-06 00:20:35.085317200 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/copy2.out	2024-12-06 00:24:30.829571500 +0000
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/copy2.out C:/cirrus/build/testrun/recovery/027_stream_r...
--- C:/cirrus/src/test/regress/expected/copy2.out	2024-12-06 00:20:35.085317200 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/copy2.out	2024-12-06 00:26:58.298899400 +0000
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/copy2.out C:/cirrus/build/testrun/regress/regress/resul...
--- C:/cirrus/src/test/regress/expected/copy2.out	2024-12-06 00:20:35.085317200 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/copy2.out	2024-12-06 00:24:14.604002600 +0000
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
tap
[00:24:51.637](124.750s) not ok 5 - regression tests pass
tap
[00:27:24.254](140.646s) not ok 2 - regression tests pass
test
[00:35:30.330]  17/309 postgresql:regress / regress/regress                                            ERROR           1...
[00:35:30.330]  42/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           2...
[00:35:30.330]  62/309 postgresql:file_fdw / file_fdw/regress                                          ERROR            ...
[00:35:30.330]  95/309 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5031 Remove dependence on integer wrapping
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/date.out C:/cirrus/build/testrun/pg_upgrade/002_pg_upgr...
--- C:/cirrus/src/test/regress/expected/date.out	2024-12-05 23:25:08.477228400 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/date.out	2024-12-05 23:27:20.054956600 +0000
@@ -1533,4 +1533,4 @@
 select make_time(24, 0, 2.1);
 ERROR:  time field value out of range: 24:00:2.1
 SELECT make_date(-2147483648, 1, 1);
-ERROR:  date field value out of range: -2147483648-01-01
+ERROR:  date field value out of range: 24301-01-01
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/date.out C:/cirrus/build/testrun/recovery/027_stream_re...
--- C:/cirrus/src/test/regress/expected/date.out	2024-12-05 23:25:08.477228400 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/date.out	2024-12-05 23:29:50.628666200 +0000
@@ -1533,4 +1533,4 @@
 select make_time(24, 0, 2.1);
 ERROR:  time field value out of range: 24:00:2.1
 SELECT make_date(-2147483648, 1, 1);
-ERROR:  date field value out of range: -2147483648-01-01
+ERROR:  date field value out of range: 24301-01-01
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/date.out C:/cirrus/build/testrun/regress/regress/result...
--- C:/cirrus/src/test/regress/expected/date.out	2024-12-05 23:25:08.477228400 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/date.out	2024-12-05 23:27:14.699620400 +0000
@@ -1533,4 +1533,4 @@
 select make_time(24, 0, 2.1);
 ERROR:  time field value out of range: 24:00:2.1
 SELECT make_date(-2147483648, 1, 1);
-ERROR:  date field value out of range: -2147483648-01-01
+ERROR:  date field value out of range: 24301-01-01
tap
[23:29:21.185](126.401s) not ok 5 - regression tests pass
tap
[23:31:46.355](135.642s) not ok 2 - regression tests pass
test
[23:41:01.461]   6/309 postgresql:regress / regress/regress                                            ERROR           1...
[23:41:01.461]  39/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[23:41:01.461]  93/309 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/4677 Sequence Access Methods, round two
FreeBSD - 13 - Meson
test
[22:23:54.452] 245/315 postgresql:postmaster / postmaster/001_connection_limits                        ERROR            ...
51/4538 Statistics Import and Export
Linux - Debian Bookworm - Autoconf
core
[21:52:23.628] #0  0x00007fd2ad3edebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:52:23.628] #1  0x00007fd2ad39efb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:52:23.628] #2  0x00007fd2ad389472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:52:23.628] #3  0x00007fd2ad6d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[21:52:23.628] #4  0x00007fd2ad6e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[21:52:23.628] #5  0x00007fd2ad6c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffd9b688ec6, __in_ch...
[21:52:23.628] #6  0x00007fd2ad6c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140727210777392, sp...
[21:52:23.629] #7  0x00007fd2ad6c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[21:52:23.629] #8  0x000055b1a2a9efcf in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[21:52:23.629] #9  0x000055b1a2addbc8 in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[21:52:22.218] #0  0x00007f88149edebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:52:22.218] #1  0x00007f881499efb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:52:22.218] #2  0x00007f8814989472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:52:22.218] #3  0x00007f8814cd650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[21:52:22.218] #4  0x00007f8814ce2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[21:52:22.218] #5  0x00007f8814cc1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffdbc4c38e6, __in_ch...
[21:52:22.218] #6  0x00007f8814cc14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140727762568528, sp...
[21:52:22.218] #7  0x00007f8814cc251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[21:52:22.218] #8  0x0000556e77070fcf in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[21:52:22.218] #9  0x0000556e770afb2f in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[21:52:24.133] #0  0x00007f7c8e3edebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:52:24.133] #1  0x00007f7c8e39efb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:52:24.133] #2  0x00007f7c8e389472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:52:24.133] #3  0x00007f7c8e6d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[21:52:24.133] #4  0x00007f7c8e6e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[21:52:24.133] #5  0x00007f7c8e6c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7fff7082d686, __in_ch...
[21:52:24.133] #6  0x00007f7c8e6c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140735081014000, sp...
[21:52:24.133] #7  0x00007f7c8e6c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[21:52:24.133] #8  0x000055f3738f6fcf in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[21:52:24.133] #9  0x000055f373935b2f in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[21:52:26.565] #0  0x00007ff767728ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:52:26.565] #1  0x00007ff7676d9fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:52:26.565] #2  0x00007ff7676c4472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:52:26.565] #3  0x00007ff767ad650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[21:52:26.565] #4  0x00007ff767ae2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[21:52:26.565] #5  0x00007ff767ac1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffdbec43bd6, __in_ch...
[21:52:26.565] #6  0x00007ff767ac14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140727803988032, sp...
[21:52:26.565] #7  0x00007ff767ac251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[21:52:26.565] #8  0x000056399cea5fcf in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[21:52:26.565] #9  0x000056399cee4bc8 in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[21:52:22.682] #0  0x00007fdfc1264ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:52:22.682] #1  0x00007fdfc1215fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:52:22.682] #2  0x00007fdfc1200472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:52:22.682] #3  0x00007fdfc14d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[21:52:22.682] #4  0x00007fdfc14e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[21:52:22.682] #5  0x00007fdfc14c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffcad56b606, __in_ch...
[21:52:22.682] #6  0x00007fdfc14c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140723216630384, sp...
[21:52:22.682] #7  0x00007fdfc14c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[21:52:22.682] #8  0x000055febbb50fcf in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[21:52:22.682] #9  0x000055febbb8fb2f in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[21:52:23.163] #0  0x00007fbf91328ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:52:23.163] #1  0x00007fbf912d9fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:52:23.163] #2  0x00007fbf912c4472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:52:23.163] #3  0x00007fbf916d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[21:52:23.163] #4  0x00007fbf916e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[21:52:23.163] #5  0x00007fbf916c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffda7f69fd6, __in_ch...
[21:52:23.163] #6  0x00007fbf916c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140727421414464, sp...
[21:52:23.163] #7  0x00007fbf916c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[21:52:23.163] #8  0x000055f1dbf92fcf in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[21:52:23.163] #9  0x000055f1dbfd1bc8 in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[21:52:26.065] #0  0x00007f281a6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:52:26.065] #1  0x00007f281a65afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:52:26.065] #2  0x00007f281a645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:52:26.065] #3  0x00007f281a8d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[21:52:26.065] #4  0x00007f281a8e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[21:52:26.065] #5  0x00007f281a8c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffe294f5e86, __in_ch...
[21:52:26.065] #6  0x00007f281a8c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140729591491312, sp...
[21:52:26.065] #7  0x00007f281a8c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[21:52:26.065] #8  0x0000564a6d046fcf in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[21:52:26.065] #9  0x0000564a6d085b2f in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[21:52:25.573] #0  0x00007f7c010a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:52:25.573] #1  0x00007f7c0105afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:52:25.573] #2  0x00007f7c01045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:52:25.573] #3  0x00007f7c012d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[21:52:25.573] #4  0x00007f7c012e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[21:52:25.573] #5  0x00007f7c012c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffc6167ac76, __in_ch...
[21:52:25.573] #6  0x00007f7c012c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140721942673632, sp...
[21:52:25.573] #7  0x00007f7c012c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[21:52:25.573] #8  0x00005621238b9fcf in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[21:52:25.573] #9  0x00005621238f8bc8 in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[21:52:25.092] #0  0x00007fed29aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:52:25.092] #1  0x00007fed29a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:52:25.092] #2  0x00007fed29a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:52:25.092] #3  0x00007fed29cd650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[21:52:25.092] #4  0x00007fed29ce2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[21:52:25.092] #5  0x00007fed29cc1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffca050f996, __in_ch...
[21:52:25.092] #6  0x00007fed29cc14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140722998150656, sp...
[21:52:25.092] #7  0x00007fed29cc251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[21:52:25.092] #8  0x000055da08a21fcf in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[21:52:25.092] #9  0x000055da08a60b2f in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[21:52:24.607] #0  0x00007fb57e1ceebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:52:24.607] #1  0x00007fb57e17ffb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:52:24.607] #2  0x00007fb57e16a472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:52:24.607] #3  0x00007fb57e4d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[21:52:24.607] #4  0x00007fb57e4e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[21:52:24.607] #5  0x00007fb57e4c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffce1412046, __in_ch...
[21:52:24.607] #6  0x00007fb57e4c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140724087631024, sp...
[21:52:24.607] #7  0x00007fb57e4c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[21:52:24.607] #8  0x000055b386dc4fcf in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[21:52:24.607] #9  0x000055b386e03bc8 in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[21:52:21.738] #0  0x00007fc5652a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:52:21.738] #1  0x00007fc56525afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:52:21.738] #2  0x00007fc565245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:52:21.738] #3  0x00007fc5654d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[21:52:21.738] #4  0x00007fc5654e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[21:52:21.738] #5  0x00007fc5654c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffc11b29d96, __in_ch...
[21:52:21.738] #6  0x00007fc5654c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140720605407744, sp...
[21:52:21.738] #7  0x00007fc5654c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[21:52:21.738] #8  0x000055cd87721fcf in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[21:52:21.738] #9  0x000055cd87760bc8 in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[21:52:27.050] #0  0x00007f090559febc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:52:27.050] #1  0x00007f0905550fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:52:27.050] #2  0x00007f090553b472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:52:27.050] #3  0x00007f09058d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[21:52:27.050] #4  0x00007f09058e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[21:52:27.050] #5  0x00007f09058c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffe6aa5aff6, __in_ch...
[21:52:27.050] #6  0x00007f09058c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140730687667296, sp...
[21:52:27.050] #7  0x00007f09058c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[21:52:27.050] #8  0x000055f094d85fcf in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[21:52:27.050] #9  0x000055f094dc4bc8 in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[21:52:27.535] #0  0x00007fbd545a8ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:52:27.535] #1  0x00007fbd54559fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:52:27.535] #2  0x00007fbd54544472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:52:27.535] #3  0x00007fbd548d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[21:52:27.535] #4  0x00007fbd548e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[21:52:27.535] #5  0x00007fbd548c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffeb3fff726, __in_ch...
[21:52:27.535] #6  0x00007fbd548c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140731918320528, sp...
[21:52:27.535] #7  0x00007fbd548c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[21:52:27.535] #8  0x000055dbae954fcf in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[21:52:27.535] #9  0x000055dbae993b2f in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[21:52:28.036] #0  0x00007f643efa8ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:52:28.036] #1  0x00007f643ef59fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:52:28.036] #2  0x00007f643ef44472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:52:28.036] #3  0x00007f643f2d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[21:52:28.036] #4  0x00007f643f2e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[21:52:28.036] #5  0x00007f643f2c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffcc10a0e96, __in_ch...
[21:52:28.036] #6  0x00007f643f2c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140723547151104, sp...
[21:52:28.036] #7  0x00007f643f2c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[21:52:28.036] #8  0x000055c336a92fcf in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[21:52:28.036] #9  0x000055c336ad1bc8 in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
tap
[21:45:55.064](4.278s) not ok 4 - dump from PITR 1
[21:45:56.782](1.718s) not ok 5 - dump from PITR 2
tap
[21:46:20.213](0.678s) not ok 19 - pg_dump: option -n pg_catalog
[21:46:23.541](3.328s) not ok 20 - pg_dumpall: option --exclude-database handles database names with embedded dots
[21:46:25.573](0.926s) not ok 37 - binary_upgrade: pg_dump runs
[21:46:25.634](0.061s) not ok 38 - binary_upgrade: pg_restore runs
tap
[21:46:31.254](2.204s) not ok 1 - parallel dump
[21:46:31.295](0.040s) not ok 2 - parallel restore
[21:46:31.726](0.431s) not ok 3 - parallel dump as inserts
[21:46:31.761](0.034s) not ok 4 - parallel restore as inserts
tap
[21:46:36.776](4.601s) not ok 1 - filter file without patterns
tap
[21:46:45.715](0.741s) not ok 7 - parallel dump
[21:46:46.003](0.288s) not ok 8 - parallel restore
[21:46:46.124](0.120s) not ok 9 - parallel restore with create
tap
[21:46:44.838](1.233s) not ok 1 - binary_upgrade: pg_dump runs
tap
[21:50:10.407](1.326s) not ok 3 - dump primary server
[21:50:11.621](1.213s) not ok 4 - dump standby server
[21:50:12.864](1.239s) not ok 6 - dump catalogs of primary server
[21:50:13.374](0.510s) not ok 7 - dump catalogs of standby server
[21:50:13.379](0.004s) not ok 8 - compare primary and standby catalog dumps
Linux - Debian Bookworm - Meson
core
[21:49:19.260] #0  0x00007f9a92ec5ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:49:19.260] #1  0x00007f9a92e76fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:49:19.260] #2  0x00007f9a92e61472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:49:19.260] #3  0x00007f9a9281e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[21:49:19.260] #4  0x00007f9a9282aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[21:49:19.260] #5  0x00007f9a9280db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55d21e590ba0, In...
[21:49:19.260] #6  0x000055d21e50c3d5 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[21:49:19.260] #7  0x000055d21e53df01 in pg_qsort (data=<optimized out>, n=4993, element_size=element_size@entry=8, comp...
[21:49:19.260] #8  0x000055d21e50e94f in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[21:49:19.260] #9  0x000055d21e503999 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[21:49:24.165] #0  0x00007fc082f2eda4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[21:49:24.165] #1  0x00007fc082edb239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[21:49:24.165] #2  0x00007fc082edb497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[21:49:24.165] #3  0x0000557d69b255c1 in ?? ()
[21:49:24.165] #4  0x0000557d69b1f369 in ?? ()
[21:49:24.165] #5  0x0000557d69b1e20f in ?? ()
[21:49:24.165] #6  0x0000557d69b1ec3b in ?? ()
[21:49:24.165] #7  0x0000557d69b1c66f in ?? ()
[21:49:24.165] #8  0x00007fc082ec624a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:49:24.165] #9  0x00007fc082ec6305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:49:24.027] #0  0x00007efc91ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:49:24.027] #1  0x00007efc91c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:49:24.027] #2  0x00007efc91c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:49:24.027] #3  0x00007efc91e1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[21:49:24.027] #4  0x00007efc91e2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[21:49:24.027] #5  0x00007efc91e0db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x557a3c431b20, In...
[21:49:24.027] #6  0x0000557a3c3ad419 in DOTypeNameCompare (p1=p1@entry=0x557a3df15550, p2=p2@entry=0x557a3df17a60) at ....
[21:49:24.027] #7  0x0000557a3c3de769 in pg_qsort_med3 (a=a@entry=0x557a3df15550, b=b@entry=0x557a3df17a60, c=c@entry=0x...
[21:49:24.027] #8  0x0000557a3c3deb84 in pg_qsort (data=<optimized out>, n=9492, element_size=element_size@entry=8, comp...
[21:49:24.027] #9  0x0000557a3c3af94f in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
core
[21:49:23.742] #0  0x00007fdc09ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:49:23.742] #1  0x00007fdc09c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:49:23.742] #2  0x00007fdc09c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:49:23.742] #3  0x00007fdc09e1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[21:49:23.742] #4  0x00007fdc09e2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[21:49:23.742] #5  0x00007fdc09e0db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x557609a34ba0, In...
[21:49:23.742] #6  0x00005576099b03d5 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[21:49:23.742] #7  0x00005576099e202b in pg_qsort (data=<optimized out>, n=4006, element_size=element_size@entry=8, comp...
[21:49:23.742] #8  0x00005576099b294f in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[21:49:23.742] #9  0x00005576099a7999 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[21:49:23.461] #0  0x00007fe97c4a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:49:23.461] #1  0x00007fe97c45afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:49:23.461] #2  0x00007fe97c445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:49:23.461] #3  0x00007fe97c61e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[21:49:23.461] #4  0x00007fe97c62aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[21:49:23.461] #5  0x00007fe97c60db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55912729eb20, In...
[21:49:23.461] #6  0x000055912721a419 in DOTypeNameCompare (p1=p1@entry=0x559127d893b0, p2=p2@entry=0x559127d8baa0) at ....
[21:49:23.461] #7  0x000055912724b769 in pg_qsort_med3 (a=a@entry=0x559127d893b0, b=b@entry=0x559127d8baa0, c=c@entry=0x...
[21:49:23.461] #8  0x000055912724bb84 in pg_qsort (data=<optimized out>, n=9971, element_size=element_size@entry=8, comp...
[21:49:23.461] #9  0x000055912721c94f in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
core
[21:49:23.161] #0  0x00007fb5ac6c7ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:49:23.161] #1  0x00007fb5ac678fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:49:23.161] #2  0x00007fb5ac663472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:49:23.161] #3  0x00007fb5ac01e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[21:49:23.161] #4  0x00007fb5ac02aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[21:49:23.161] #5  0x00007fb5ac00db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55da9c72bba0, In...
[21:49:23.161] #6  0x000055da9c6a73d5 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[21:49:23.161] #7  0x000055da9c6d902b in pg_qsort (data=<optimized out>, n=4014, element_size=element_size@entry=8, comp...
[21:49:23.161] #8  0x000055da9c6a994f in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[21:49:23.161] #9  0x000055da9c69e999 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[21:49:22.571] #0  0x00007f1a42ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:49:22.571] #1  0x00007f1a42e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:49:22.571] #2  0x00007f1a42e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:49:22.571] #3  0x00007f1a4301e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[21:49:22.571] #4  0x00007f1a4302aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[21:49:22.571] #5  0x00007f1a4300db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55f2b47c7ba0, In...
[21:49:22.571] #6  0x000055f2b47433d5 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[21:49:22.571] #7  0x000055f2b477502b in pg_qsort (data=<optimized out>, n=4051, element_size=element_size@entry=8, comp...
[21:49:22.571] #8  0x000055f2b474594f in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[21:49:22.571] #9  0x000055f2b473a999 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[21:49:22.256] #0  0x00007f7653accebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:49:22.256] #1  0x00007f7653a7dfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:49:22.256] #2  0x00007f7653a68472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:49:22.256] #3  0x00007f765341e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[21:49:22.256] #4  0x00007f765342aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[21:49:22.256] #5  0x00007f765340db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55735ebd0ba0, In...
[21:49:22.256] #6  0x000055735eb4c3d5 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[21:49:22.256] #7  0x000055735eb7df01 in pg_qsort (data=<optimized out>, n=4429, element_size=element_size@entry=8, comp...
[21:49:22.256] #8  0x000055735eb4e94f in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[21:49:22.256] #9  0x000055735eb43999 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[21:49:21.961] #0  0x00007f575d4a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:49:21.961] #1  0x00007f575d45afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:49:21.961] #2  0x00007f575d445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:49:21.961] #3  0x00007f575d61e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[21:49:21.961] #4  0x00007f575d62aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[21:49:21.961] #5  0x00007f575d60db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x555e71f5dba0, In...
[21:49:21.961] #6  0x0000555e71ed93d5 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[21:49:21.961] #7  0x0000555e71f0b02b in pg_qsort (data=<optimized out>, n=7608, element_size=element_size@entry=8, comp...
[21:49:21.961] #8  0x0000555e71edb94f in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[21:49:21.961] #9  0x0000555e71ed0999 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[21:49:21.680] #0  0x00007f5ccaaa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:49:21.680] #1  0x00007f5ccaa5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:49:21.680] #2  0x00007f5ccaa45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:49:21.680] #3  0x00007f5ccac1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[21:49:21.680] #4  0x00007f5ccac2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[21:49:21.680] #5  0x00007f5ccac0db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x562e8357fba0, In...
[21:49:21.680] #6  0x0000562e834fb3d5 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[21:49:21.680] #7  0x0000562e8352d02b in pg_qsort (data=<optimized out>, n=4051, element_size=element_size@entry=8, comp...
[21:49:21.680] #8  0x0000562e834fd94f in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[21:49:21.680] #9  0x0000562e834f2999 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[21:49:21.391] #0  0x00007f45056a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:49:21.391] #1  0x00007f450565afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:49:21.391] #2  0x00007f4505645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:49:21.391] #3  0x00007f450581e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[21:49:21.391] #4  0x00007f450582aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[21:49:21.391] #5  0x00007f450580db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55eb251bfb20, In...
[21:49:21.391] #6  0x000055eb2513b419 in DOTypeNameCompare (p1=p1@entry=0x55eb264793b0, p2=p2@entry=0x55eb2647baa0) at ....
[21:49:21.391] #7  0x000055eb2516c769 in pg_qsort_med3 (a=a@entry=0x55eb264793b0, b=b@entry=0x55eb2647baa0, c=c@entry=0x...
[21:49:21.391] #8  0x000055eb2516cb84 in pg_qsort (data=<optimized out>, n=9971, element_size=element_size@entry=8, comp...
[21:49:21.391] #9  0x000055eb2513d94f in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
core
[21:49:22.863] #0  0x00007f61710a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:49:22.863] #1  0x00007f617105afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:49:22.863] #2  0x00007f6171045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:49:22.863] #3  0x00007f617121e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[21:49:22.863] #4  0x00007f617122aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[21:49:22.863] #5  0x00007f617120db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x5592dc121ba0, In...
[21:49:22.863] #6  0x00005592dc09d3d5 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[21:49:22.863] #7  0x00005592dc0cf02b in pg_qsort (data=<optimized out>, n=10066, element_size=element_size@entry=8, com...
[21:49:22.863] #8  0x00005592dc09f94f in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[21:49:22.863] #9  0x00005592dc094999 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[21:49:21.094] #0  0x00007fe12b2a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:49:21.094] #1  0x00007fe12b25afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:49:21.094] #2  0x00007fe12b245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:49:21.094] #3  0x00007fe12b41e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[21:49:21.094] #4  0x00007fe12b42aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[21:49:21.094] #5  0x00007fe12b40db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55ded60f9ba0, In...
[21:49:21.094] #6  0x000055ded60753d5 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[21:49:21.094] #7  0x000055ded60a6f01 in pg_qsort (data=<optimized out>, n=4060, element_size=element_size@entry=8, comp...
[21:49:21.094] #8  0x000055ded607794f in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[21:49:21.094] #9  0x000055ded606c999 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[21:49:20.804] #0  0x00007f468b6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:49:20.804] #1  0x00007f468b65afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:49:20.804] #2  0x00007f468b645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:49:20.804] #3  0x00007f468b81e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[21:49:20.804] #4  0x00007f468b82aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[21:49:20.804] #5  0x00007f468b80db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55b77a04aba0, In...
[21:49:20.804] #6  0x000055b779fc63d5 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[21:49:20.804] #7  0x000055b779ff802b in pg_qsort (data=<optimized out>, n=4047, element_size=element_size@entry=8, comp...
[21:49:20.804] #8  0x000055b779fc894f in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[21:49:20.804] #9  0x000055b779fbd999 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[21:49:20.518] #0  0x00007f4cfbaa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:49:20.518] #1  0x00007f4cfba5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:49:20.518] #2  0x00007f4cfba45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:49:20.518] #3  0x00007f4cfbc1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[21:49:20.518] #4  0x00007f4cfbc2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[21:49:20.518] #5  0x00007f4cfbc0db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x564d8c6a9ba0, In...
[21:49:20.518] #6  0x0000564d8c6253d5 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[21:49:20.518] #7  0x0000564d8c656f01 in pg_qsort (data=<optimized out>, n=4091, element_size=element_size@entry=8, comp...
[21:49:20.518] #8  0x0000564d8c62794f in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[21:49:20.518] #9  0x0000564d8c61c999 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[21:49:20.249] #0  0x00007f2dc2ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:49:20.249] #1  0x00007f2dc2e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:49:20.249] #2  0x00007f2dc2e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:49:20.249] #3  0x00007f2dc301e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[21:49:20.249] #4  0x00007f2dc302aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[21:49:20.249] #5  0x00007f2dc300db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55df9ca2cba0, In...
[21:49:20.249] #6  0x000055df9c9a83d5 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[21:49:20.249] #7  0x000055df9c9d9f01 in pg_qsort (data=<optimized out>, n=4091, element_size=element_size@entry=8, comp...
[21:49:20.249] #8  0x000055df9c9aa94f in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[21:49:20.249] #9  0x000055df9c99f999 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[21:49:19.966] #0  0x00007fc082f2eda4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[21:49:19.966] #1  0x00007fc082edb239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[21:49:19.966] #2  0x00007fc082edb497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[21:49:19.966] #3  0x0000557d69b255f3 in ?? ()
[21:49:19.966] #4  0x0000557d69b1f369 in ?? ()
[21:49:19.966] #5  0x0000557d69b1e20f in ?? ()
[21:49:19.966] #6  0x0000557d69b1ec3b in ?? ()
[21:49:19.966] #7  0x0000557d69b1c66f in ?? ()
[21:49:19.966] #8  0x00007fc082ec624a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:49:19.966] #9  0x00007fc082ec6305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:49:19.966] #0  <unavailable> in ?? ()
core
[21:49:19.825] #0  0x00007f56f8ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:49:19.825] #1  0x00007f56f8e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:49:19.825] #2  0x00007f56f8e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:49:19.825] #3  0x00007f56f901e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[21:49:19.825] #4  0x00007f56f902aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[21:49:19.825] #5  0x00007f56f900db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55d731ffaba0, In...
[21:49:19.825] #6  0x000055d731f763d5 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[21:49:19.825] #7  0x000055d731fa7f01 in pg_qsort (data=<optimized out>, n=4465, element_size=element_size@entry=8, comp...
[21:49:19.825] #8  0x000055d731f7894f in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[21:49:19.825] #9  0x000055d731f6d999 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[21:49:19.540] #0  0x00007fafd08a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:49:19.540] #1  0x00007fafd085afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:49:19.540] #2  0x00007fafd0845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:49:19.540] #3  0x00007fafd0a1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[21:49:19.540] #4  0x00007fafd0a2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[21:49:19.540] #5  0x00007fafd0a0db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55ea98191ba0, In...
[21:49:19.540] #6  0x000055ea9810d3d5 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[21:49:19.540] #7  0x000055ea9813f02b in pg_qsort (data=<optimized out>, n=7608, element_size=element_size@entry=8, comp...
[21:49:19.540] #8  0x000055ea9810f94f in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[21:49:19.540] #9  0x000055ea98104999 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[21:49:24.456] #0  0x00007fd30eaa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:49:24.456] #1  0x00007fd30ea5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:49:24.456] #2  0x00007fd30ea45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:49:24.456] #3  0x00007fd30ec1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[21:49:24.456] #4  0x00007fd30ec2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[21:49:24.456] #5  0x00007fd30ec0db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55994c3b6ba0, In...
[21:49:24.456] #6  0x000055994c3323d5 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[21:49:24.456] #7  0x000055994c36402b in pg_qsort (data=<optimized out>, n=4003, element_size=element_size@entry=8, comp...
[21:49:24.456] #8  0x000055994c33494f in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[21:49:24.456] #9  0x000055994c329999 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
tap
[21:46:40.140](3.279s) not ok 4 - dump from PITR 1
[21:46:40.769](0.628s) not ok 5 - dump from PITR 2
tap
[21:46:49.525](0.298s) not ok 19 - pg_dump: option -n pg_catalog
[21:46:50.430](0.905s) not ok 20 - pg_dumpall: option --exclude-database handles database names with embedded dots
[21:46:51.196](0.348s) not ok 37 - binary_upgrade: pg_dump runs
[21:46:51.207](0.011s) not ok 38 - binary_upgrade: pg_restore runs
tap
[21:46:48.916](1.148s) not ok 1 - parallel dump
[21:46:48.939](0.023s) not ok 2 - parallel restore
[21:46:49.194](0.254s) not ok 3 - parallel dump as inserts
[21:46:49.225](0.031s) not ok 4 - parallel restore as inserts
tap
[21:46:50.226](2.393s) not ok 1 - filter file without patterns
tap
[21:46:53.013](0.361s) not ok 7 - parallel dump
[21:46:53.218](0.204s) not ok 8 - parallel restore
[21:46:53.323](0.105s) not ok 9 - parallel restore with create
tap
[21:46:03.757](3.465s) not ok 6 - dump before running pg_upgrade
[21:46:11.981](4.111s) not ok 14 - run of pg_upgrade for new instance
[21:46:11.981](0.000s) not ok 15 - pg_upgrade_output.d/ removed after pg_upgrade success
[21:46:12.177](0.028s) not ok 16 - check that locales in new cluster match original cluster
[21:46:13.116](0.001s) not ok 18 - old and new dumps match after pg_upgrade
tap
[21:44:40.458](3.509s) not ok 10 - run of pg_upgrade of old cluster
[21:44:40.816](0.358s) not ok 11 - check the slot exists on new cluster
tap
[21:44:41.210](2.661s) not ok 8 - run of pg_upgrade for old instance when the subscription tables are in init/ready stat...
[21:44:41.211](0.000s) not ok 9 - pg_upgrade_output.d/ removed after successful pg_upgrade
[21:44:41.585](0.374s) not ok 10 - check that the subscription's running status and failover are preserved
[21:44:41.626](0.040s) not ok 11 - there should be 2 rows in pg_subscription_rel(representing tab_upgraded1 and tab_upgr...
tap
[21:46:31.590](1.250s) not ok 3 - dump primary server
[21:46:32.688](1.098s) not ok 4 - dump standby server
[21:46:33.906](1.204s) not ok 6 - dump catalogs of primary server
[21:46:34.314](0.408s) not ok 7 - dump catalogs of standby server
[21:46:34.320](0.006s) not ok 8 - compare primary and standby catalog dumps
tap
[21:47:53.770](0.610s) not ok 1 - binary_upgrade: pg_dump runs
test
[21:48:04.039]   6/314 postgresql:pg_upgrade / pg_upgrade/003_logical_slots                            ERROR            ...
[21:48:04.039]   8/314 postgresql:pg_upgrade / pg_upgrade/004_subscription                             ERROR            ...
[21:48:04.039] 102/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[21:48:04.039] 149/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[21:48:04.039] 156/314 postgresql:pg_combinebackup / pg_combinebackup/002_compare_backups              ERROR            ...
[21:48:04.039] 172/314 postgresql:pg_dump / pg_dump/004_pg_dump_parallel                               ERROR            ...
[21:48:04.039] 175/314 postgresql:pg_dump / pg_dump/005_pg_dump_filterfile                             ERROR            ...
[21:48:04.039] 177/314 postgresql:pg_dump / pg_dump/002_pg_dump                                        ERROR            ...
[21:48:04.039] 190/314 postgresql:pg_dump / pg_dump/010_dump_connstr                                   ERROR            ...
[21:48:04.039] 300/314 postgresql:test_pg_dump / test_pg_dump/001_base                                 ERROR            ...
51/4476 Extract numeric field in JSONB more effectively
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out /tmp/cirrus-ci-build/build/testrun/postgres...
--- /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out	2024-12-05 21:02:00.727243000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/postgres_fdw-running/regress/results/postgres_fdw.out	2024-12-05 21:07:46.9044040...
@@ -12325,8 +12325,7 @@
   FROM postgres_fdw_get_connections(true);
  case 
 ------
-    1
-(1 row)
+(0 rows)
 
 -- After terminating the remote backend, since the connection is closed,
 -- "closed" should be TRUE, or NULL if the connection status check
@@ -12339,8 +12338,7 @@
   FROM postgres_fdw_get_connections(true);
  case 
 ------
-    1
-(1 row)
+(0 rows)
...
test
[21:08:13.771] 74/76 postgresql:postgres_fdw-running / postgres_fdw-running/regress               ERROR             9.92...
51/4735 Support a wildcard in backtrace_functions
FreeBSD - 13 - Meson
test
[15:34:38.289] 244/314 postgresql:postmaster / postmaster/001_connection_limits                        ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
core
000000a5`899ff848 00007ffc`7f9b4498     ntdll!NtAlpcAcceptConnectPort+0x14
000000a5`899ff850 00007ffc`7f9aea9c     RPCRT4!LRPC_ADDRESS::NewConnectionRequest+0x12c
000000a5`899ff940 00007ffc`7f9a5e29     RPCRT4!LRPC_ADDRESS::ProcessIO+0x58c
000000a5`899ffa80 00007ffc`80d27ad0     RPCRT4!LrpcIoComplete+0xc9
000000a5`899ffb10 00007ffc`80d2b8e8     ntdll!TppAlpcpExecuteCallback+0x280
000000a5`899ffb90 00007ffc`7fbd4cb0     ntdll!TppWorkerThread+0x448
000000a5`899ffe80 00007ffc`80d9edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a5`899ffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a5`8a1ffba8 00007ffc`80d2b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a5`8a1ffbb0 00007ffc`7fbd4cb0     ntdll!TppWorkerThread+0x2df
000000a5`8a1ffea0 00007ffc`80d9edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a5`8a1ffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a5`89dff158 00007ffc`7f9a7c5b     ntdll!NtAlpcSendWaitReceivePort+0x14
000000a5`89dff160 00007ffc`7f9b45bd     RPCRT4!LRPC_ADDRESS::AlpcSend+0xcf
000000a5`89dff230 00007ffc`7f9aec64     RPCRT4!LRPC_ADDRESS::HandleBindRequest+0xad
000000a5`89dff280 00007ffc`7f9a5e29     RPCRT4!LRPC_ADDRESS::ProcessIO+0x754
000000a5`89dff3c0 00007ffc`80d27ad0     RPCRT4!LrpcIoComplete+0xc9
000000a5`89dff450 00007ffc`80d2b8e8     ntdll!TppAlpcpExecuteCallback+0x280
000000a5`89dff4d0 00007ffc`7fbd4cb0     ntdll!TppWorkerThread+0x448
000000a5`89dff7c0 00007ffc`80d9edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a5`89dff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a5`895ff808 00007ffc`80d2b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a5`895ff810 00007ffc`7fbd4cb0     ntdll!TppWorkerThread+0x2df
000000a5`895ffb00 00007ffc`80d9edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a5`895ffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a5`891fe960 00007ff6`fab02f11     mspdbsrv!Context<TPI>::Destroy+0xe2
000000a5`891fe9b0 00007ff6`faafc849     mspdbsrv!Context<PDB>::Destroy+0xd1
000000a5`891fea00 00007ffc`7f9f6863     mspdbsrv!RPC_PDB_Close+0x59
000000a5`891fea30 00007ffc`7f99f8ef     RPCRT4!Invoke+0x73
000000a5`891fea80 00007ffc`7f9ddaea     RPCRT4!NdrStubCall2+0x44f
000000a5`891fedc0 00007ffc`7f9d7b02     RPCRT4!NdrServerCall2+0x1a
000000a5`891fedf0 00007ffc`7f9bf65f     RPCRT4!DispatchToStubInCNoAvrf+0x22
000000a5`891fee40 00007ffc`7f9bef98     RPCRT4!RPC_INTERFACE::DispatchToStubWorker+0x1af
000000a5`891fef20 00007ffc`7f9b099c     RPCRT4!RPC_INTERFACE::DispatchToStub+0xf8
000000a5`891fef90 00007ffc`7f9afe07     RPCRT4!LRPC_SCALL::DispatchRequest+0x33c
core
000000a5`87dfee38 00007ffc`7e4d464c     ntdll!NtWaitForMultipleObjects+0x14
000000a5`87dfee40 00007ff6`faaf5635     KERNELBASE!WaitForMultipleObjectsEx+0xec
000000a5`87dff130 00007ff6`faaf49e4     mspdbsrv!PDBServer::RunServer+0x1f5
000000a5`87dff2c0 00007ff6`faaf5dc0     mspdbsrv!PDBServer::Run+0x2d4
000000a5`87dff440 00007ff6`fab04200     mspdbsrv!wmain+0x230
000000a5`87dffa20 00007ffc`7fbd4cb0     mspdbsrv!__scrt_common_main_seh+0x10c
000000a5`87dffa60 00007ffc`80d9edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a5`87dffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a5`889ff7d8 00007ffc`80d2b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a5`889ff7e0 00007ffc`7fbd4cb0     ntdll!TppWorkerThread+0x2df
000000a5`889ffad0 00007ffc`80d9edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a5`889ffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a5`88dff838 00007ffc`80da5c19     ntdll!NtAlpcSendWaitReceivePort+0x14
000000a5`88dff840 00007ffc`80da5bbc     ntdll!TppCallbackSendAndDestroyAlpcMessage+0x3d
000000a5`88dff890 00007ffc`7f9aee41     ntdll!TpCallbackSendPendingAlpcMessage+0x1c
000000a5`88dff8c0 00007ffc`7f9a5e29     RPCRT4!LRPC_ADDRESS::ProcessIO+0x931
000000a5`88dffa00 00007ffc`80d27ad0     RPCRT4!LrpcIoComplete+0xc9
000000a5`88dffa90 00007ffc`80d9f65c     ntdll!TppAlpcpExecuteCallback+0x280
000000a5`88dffb10 00007ffc`80d2bb26     ntdll!TppDirectExecuteCallback+0xdc
000000a5`88dffb70 00007ffc`7fbd4cb0     ntdll!TppWorkerThread+0x686
000000a5`88dffe60 00007ffc`80d9edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a5`88dffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a5`885ffb58 00007ffc`80d2b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a5`885ffb60 00007ffc`7fbd4cb0     ntdll!TppWorkerThread+0x2df
000000a5`885ffe50 00007ffc`80d9edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a5`885ffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a5`881ffab8 00007ffc`80d2b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a5`881ffac0 00007ffc`7fbd4cb0     ntdll!TppWorkerThread+0x2df
000000a5`881ffdb0 00007ffc`80d9edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a5`881ffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
51/5153 Prohibit to use EphemeralNamedRelation in materialized views
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_p...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-12-05 14:33:22.413096000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/triggers.out	2024-12-05 14:34:20.575923000...
@@ -3737,7 +3737,7 @@
 referencing new table as new_table
 for each statement execute function make_matview();
 insert into my_table values (42);
-ERROR:  transition tables cannot be used in rule
+ERROR:  transition table cannot be used in rule
 CONTEXT:  SQL statement "create materialized view mv as select * from new_table"
 PL/pgSQL function make_matview() line 1 at SQL statement
 drop table my_table;
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/build/testrun/recovery/027_str...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-12-05 14:33:22.413096000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/triggers.out	2024-12-05 14:34:59.9265850...
@@ -3737,7 +3737,7 @@
 referencing new table as new_table
 for each statement execute function make_matview();
 insert into my_table values (42);
-ERROR:  transition tables cannot be used in rule
+ERROR:  transition table cannot be used in rule
 CONTEXT:  SQL statement "create materialized view mv as select * from new_table"
 PL/pgSQL function make_matview() line 1 at SQL statement
 drop table my_table;
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/build/testrun/regress/regress/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-12-05 14:33:22.413096000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/triggers.out	2024-12-05 14:34:19.648904000 +0000
@@ -3737,7 +3737,7 @@
 referencing new table as new_table
 for each statement execute function make_matview();
 insert into my_table values (42);
-ERROR:  transition tables cannot be used in rule
+ERROR:  transition table cannot be used in rule
 CONTEXT:  SQL statement "create materialized view mv as select * from new_table"
 PL/pgSQL function make_matview() line 1 at SQL statement
 drop table my_table;
tap
[14:35:10.966](67.439s) not ok 5 - regression tests pass
tap
[14:35:55.649](76.429s) not ok 2 - regression tests pass
test
[14:37:48.095]  15/314 postgresql:regress / regress/regress                                            ERROR            ...
[14:37:48.095]  97/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[14:37:48.095] 153/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-12-05 14:33:27.732273701 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/triggers.out	2024-12-05 14:37:14.738704361 +0000
@@ -3737,7 +3737,7 @@
 referencing new table as new_table
 for each statement execute function make_matview();
 insert into my_table values (42);
-ERROR:  transition tables cannot be used in rule
+ERROR:  transition table cannot be used in rule
 CONTEXT:  SQL statement "create materialized view mv as select * from new_table"
 PL/pgSQL function make_matview() line 1 at SQL statement
 drop table my_table;
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/src/test/recovery/tmp_check/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-12-05 14:33:27.732273701 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/triggers.out	2024-12-05 14:39:43.759106554 +0000
@@ -3737,7 +3737,7 @@
 referencing new table as new_table
 for each statement execute function make_matview();
 insert into my_table values (42);
-ERROR:  transition tables cannot be used in rule
+ERROR:  transition table cannot be used in rule
 CONTEXT:  SQL statement "create materialized view mv as select * from new_table"
 PL/pgSQL function make_matview() line 1 at SQL statement
 drop table my_table;
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/src/test/regress/results/trigg...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-12-05 14:33:27.732273701 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/triggers.out	2024-12-05 14:35:07.669977384 +0000
@@ -3737,7 +3737,7 @@
 referencing new table as new_table
 for each statement execute function make_matview();
 insert into my_table values (42);
-ERROR:  transition tables cannot be used in rule
+ERROR:  transition table cannot be used in rule
 CONTEXT:  SQL statement "create materialized view mv as select * from new_table"
 PL/pgSQL function make_matview() line 1 at SQL statement
 drop table my_table;
tap
[14:38:45.181](114.236s) not ok 5 - regression tests pass
tap
[14:40:31.202](58.938s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_p...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-12-05 14:33:21.526428104 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/triggers.out	2024-12-05 14:34:57.008425860...
@@ -3737,7 +3737,7 @@
 referencing new table as new_table
 for each statement execute function make_matview();
 insert into my_table values (42);
-ERROR:  transition tables cannot be used in rule
+ERROR:  transition table cannot be used in rule
 CONTEXT:  SQL statement "create materialized view mv as select * from new_table"
 PL/pgSQL function make_matview() line 1 at SQL statement
 drop table my_table;
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/build/testrun/recovery/027_str...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-12-05 14:33:21.526428104 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/triggers.out	2024-12-05 14:35:34.1447308...
@@ -3737,7 +3737,7 @@
 referencing new table as new_table
 for each statement execute function make_matview();
 insert into my_table values (42);
-ERROR:  transition tables cannot be used in rule
+ERROR:  transition table cannot be used in rule
 CONTEXT:  SQL statement "create materialized view mv as select * from new_table"
 PL/pgSQL function make_matview() line 1 at SQL statement
 drop table my_table;
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/build/testrun/regress/regress/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-12-05 14:33:21.526428104 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/triggers.out	2024-12-05 14:34:53.392427206 +0000
@@ -3737,7 +3737,7 @@
 referencing new table as new_table
 for each statement execute function make_matview();
 insert into my_table values (42);
-ERROR:  transition tables cannot be used in rule
+ERROR:  transition table cannot be used in rule
 CONTEXT:  SQL statement "create materialized view mv as select * from new_table"
 PL/pgSQL function make_matview() line 1 at SQL statement
 drop table my_table;
tap
[14:35:58.944](78.090s) not ok 5 - regression tests pass
tap
[14:36:30.124](76.049s) not ok 2 - regression tests pass
test
[14:38:11.265]  13/314 postgresql:regress / regress/regress                                            ERROR            ...
[14:38:11.265] 138/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[14:38:11.265] 154/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/triggers.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_up...
--- /Users/admin/pgsql/src/test/regress/expected/triggers.out	2024-12-05 14:33:12
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/triggers.out	2024-12-05 14:35:13
@@ -3737,7 +3737,7 @@
 referencing new table as new_table
 for each statement execute function make_matview();
 insert into my_table values (42);
-ERROR:  transition tables cannot be used in rule
+ERROR:  transition table cannot be used in rule
 CONTEXT:  SQL statement "create materialized view mv as select * from new_table"
 PL/pgSQL function make_matview() line 1 at SQL statement
 drop table my_table;
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/triggers.out /Users/admin/pgsql/build/testrun/recovery/027_stream_...
--- /Users/admin/pgsql/src/test/regress/expected/triggers.out	2024-12-05 14:33:12
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/triggers.out	2024-12-05 14:35:46
@@ -3737,7 +3737,7 @@
 referencing new table as new_table
 for each statement execute function make_matview();
 insert into my_table values (42);
-ERROR:  transition tables cannot be used in rule
+ERROR:  transition table cannot be used in rule
 CONTEXT:  SQL statement "create materialized view mv as select * from new_table"
 PL/pgSQL function make_matview() line 1 at SQL statement
 drop table my_table;
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/triggers.out /Users/admin/pgsql/build/testrun/regress/regress/resu...
--- /Users/admin/pgsql/src/test/regress/expected/triggers.out	2024-12-05 14:33:12
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/triggers.out	2024-12-05 14:35:11
@@ -3737,7 +3737,7 @@
 referencing new table as new_table
 for each statement execute function make_matview();
 insert into my_table values (42);
-ERROR:  transition tables cannot be used in rule
+ERROR:  transition table cannot be used in rule
 CONTEXT:  SQL statement "create materialized view mv as select * from new_table"
 PL/pgSQL function make_matview() line 1 at SQL statement
 drop table my_table;
tap
[14:35:36.535](36.810s) not ok 5 - regression tests pass
tap
[14:36:17.372](40.577s) not ok 2 - regression tests pass
test
[14:38:04.340]  27/314 postgresql:regress / regress/regress                                            ERROR            ...
[14:38:04.340]  46/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[14:38:04.340] 138/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/triggers.out C:/cirrus/build/testrun/pg_upgrade/002_pg_...
--- C:/cirrus/src/test/regress/expected/triggers.out	2024-12-05 14:33:32.671943000 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/triggers.out	2024-12-05 14:36:24.670868700 +0000
@@ -3737,7 +3737,7 @@
 referencing new table as new_table
 for each statement execute function make_matview();
 insert into my_table values (42);
-ERROR:  transition tables cannot be used in rule
+ERROR:  transition table cannot be used in rule
 CONTEXT:  SQL statement "create materialized view mv as select * from new_table"
 PL/pgSQL function make_matview() line 1 at SQL statement
 drop table my_table;
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/triggers.out C:/cirrus/build/testrun/recovery/027_strea...
--- C:/cirrus/src/test/regress/expected/triggers.out	2024-12-05 14:33:32.671943000 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/triggers.out	2024-12-05 14:38:47.898014400 +0000
@@ -3737,7 +3737,7 @@
 referencing new table as new_table
 for each statement execute function make_matview();
 insert into my_table values (42);
-ERROR:  transition tables cannot be used in rule
+ERROR:  transition table cannot be used in rule
 CONTEXT:  SQL statement "create materialized view mv as select * from new_table"
 PL/pgSQL function make_matview() line 1 at SQL statement
 drop table my_table;
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/triggers.out C:/cirrus/build/testrun/regress/regress/re...
--- C:/cirrus/src/test/regress/expected/triggers.out	2024-12-05 14:33:32.671943000 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/triggers.out	2024-12-05 14:36:12.358817500 +0000
@@ -3737,7 +3737,7 @@
 referencing new table as new_table
 for each statement execute function make_matview();
 insert into my_table values (42);
-ERROR:  transition tables cannot be used in rule
+ERROR:  transition table cannot be used in rule
 CONTEXT:  SQL statement "create materialized view mv as select * from new_table"
 PL/pgSQL function make_matview() line 1 at SQL statement
 drop table my_table;
tap
[14:38:07.413](139.888s) not ok 5 - regression tests pass
tap
[14:40:37.623](145.799s) not ok 2 - regression tests pass
test
[14:48:45.517]   7/309 postgresql:regress / regress/regress                                            ERROR           1...
[14:48:45.517]  43/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           2...
[14:48:45.517]  93/309 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5420 Pass ParseState down to utility functions in more places.
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/collate.linux.utf8.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/t...
--- /tmp/cirrus-ci-build/src/test/regress/expected/collate.linux.utf8.out	2024-12-05 12:34:48.588104305 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/collate.linux.utf8.out	2024-12-05 12:42:15.546118731 +0000
@@ -122,6 +122,8 @@
 CREATE DOMAIN testdomain_sv AS text COLLATE "sv_SE";
 CREATE DOMAIN testdomain_i AS int COLLATE "sv_SE"; -- fails
 ERROR:  collations are not supported by type integer
+LINE 1: CREATE DOMAIN testdomain_i AS int COLLATE "sv_SE";
+                                      ^
 CREATE TABLE collate_test4 (
     a int,
     b testdomain_sv
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/collate.linux.utf8.out /tmp/cirrus-ci-build/src/test/recovery/tm...
--- /tmp/cirrus-ci-build/src/test/regress/expected/collate.linux.utf8.out	2024-12-05 12:34:48.588104305 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/collate.linux.utf8.out	2024-12-05 12:43:37.054120408 +0000
@@ -122,6 +122,8 @@
 CREATE DOMAIN testdomain_sv AS text COLLATE "sv_SE";
 CREATE DOMAIN testdomain_i AS int COLLATE "sv_SE"; -- fails
 ERROR:  collations are not supported by type integer
+LINE 1: CREATE DOMAIN testdomain_i AS int COLLATE "sv_SE";
+                                      ^
 CREATE TABLE collate_test4 (
     a int,
     b testdomain_sv
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/collate.linux.utf8.out /tmp/cirrus-ci-build/src/test/regress/res...
--- /tmp/cirrus-ci-build/src/test/regress/expected/collate.linux.utf8.out	2024-12-05 12:34:48.588104305 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/collate.linux.utf8.out	2024-12-05 12:39:25.362595807 +0000
@@ -122,6 +122,8 @@
 CREATE DOMAIN testdomain_sv AS text COLLATE "sv_SE";
 CREATE DOMAIN testdomain_i AS int COLLATE "sv_SE"; -- fails
 ERROR:  collations are not supported by type integer
+LINE 1: CREATE DOMAIN testdomain_i AS int COLLATE "sv_SE";
+                                      ^
 CREATE TABLE collate_test4 (
     a int,
     b testdomain_sv
tap
[12:42:55.979](105.720s) not ok 5 - regression tests pass
tap
[12:44:06.078](66.067s) not ok 2 - regression tests pass
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/collate.windows.win1252.out C:/cirrus/build/testrun/rec...
--- C:/cirrus/src/test/regress/expected/collate.windows.win1252.out	2024-12-05 12:35:06.244052100 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/collate.windows.win1252.out	2024-12-05 12:40:39.238...
@@ -124,6 +124,8 @@
 CREATE DOMAIN testdomain_sv AS text COLLATE "sv_SE";
 CREATE DOMAIN testdomain_i AS int COLLATE "sv_SE"; -- fails
 ERROR:  collations are not supported by type integer
+LINE 1: CREATE DOMAIN testdomain_i AS int COLLATE "sv_SE";
+                                      ^
 CREATE TABLE collate_test4 (
     a int,
     b testdomain_sv
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/collate.windows.win1252.out C:/cirrus/build/testrun/reg...
--- C:/cirrus/src/test/regress/expected/collate.windows.win1252.out	2024-12-05 12:35:06.244052100 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/collate.windows.win1252.out	2024-12-05 12:38:10.814040000 +0000
@@ -124,6 +124,8 @@
 CREATE DOMAIN testdomain_sv AS text COLLATE "sv_SE";
 CREATE DOMAIN testdomain_i AS int COLLATE "sv_SE"; -- fails
 ERROR:  collations are not supported by type integer
+LINE 1: CREATE DOMAIN testdomain_i AS int COLLATE "sv_SE";
+                                      ^
 CREATE TABLE collate_test4 (
     a int,
     b testdomain_sv
tap
[12:41:34.980](140.074s) not ok 2 - regression tests pass
test
[12:48:38.675]  22/309 postgresql:regress / regress/regress                                            ERROR           1...
[12:48:38.675] 108/309 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5214 SQL:2023 JSON simplified accessor support
FreeBSD - 13 - Meson
tap
[12:00:21.458](1.604s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[12:00:32.043] 294/314 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
Linux - Debian Bookworm - Autoconf
tap
[12:02:27.502](0.608s) not ok 1 - no parameters missing from postgresql.conf.sample
Linux - Debian Bookworm - Meson
tap
[12:03:04.546](0.431s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[12:03:18.714] 293/314 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
macOS - Sonoma - Meson
core
[12:02:43.559]   * frame #0: 0x000000019ac0560c dyld`dyld3::MachOFile::trieWalk(Diagnostics&, unsigned char const*, unsi...
[12:02:43.559]     frame #1: 0x000000019abd0088 dyld`dyld4::Loader::hasExportedSymbol(Diagnostics&, dyld4::RuntimeState&...
[12:02:43.559]     frame #2: 0x000000019abcf3c0 dyld`dyld4::Loader::resolveSymbol(Diagnostics&, dyld4::RuntimeState&, in...
[12:02:43.559]     frame #3: 0x000000019abcefec dyld`invocation function for block in dyld4::Loader::forEachBindTarget(D...
[12:02:43.559]     frame #4: 0x000000019ac09ff0 dyld`invocation function for block in mach_o::Fixups::forEachBindTarget_...
[12:02:43.559]     frame #5: 0x000000019ac04f50 dyld`dyld3::MachOFile::forEachChainedFixupTarget(Diagnostics&, dyld_chai...
[12:02:43.559]     frame #6: 0x000000019ac09cc0 dyld`mach_o::Fixups::forEachBindTarget_ChainedFixups(Diagnostics&, void ...
[12:02:43.559]     frame #7: 0x000000019abcef54 dyld`invocation function for block in dyld4::Loader::forEachBindTarget(D...
[12:02:43.559]     frame #8: 0x000000019ac0d414 dyld`dyld3::MachOAnalyzer::withVMLayout(Diagnostics&, void (mach_o::Layo...
[12:02:43.559]     frame #9: 0x000000019abcee3c dyld`dyld4::Loader::forEachBindTarget(Diagnostics&, dyld4::RuntimeState&...
tap
[11:59:19.492](0.888s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[11:59:31.393] 294/314 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[12:07:37.936](2.437s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[12:08:48.735] 289/309 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
51/5100 Improved crc32c performance with AVX-512 algorithm.
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[10:46:54.255] test_crc32c.c.obj : error LNK2001: unresolved external symbol pg_comp_crc32c
51/4912 CSN snapshots in hot standby
Linux - Debian Bookworm - Meson
test
[09:55:16.816] 315/315 postgresql:test_misc / test_misc/000_csn_perf                                   ERROR           2...
Windows - Server 2019, VS 2019 - Meson & ninja
test
[10:02:27.782] 310/310 postgresql:test_misc / test_misc/000_csn_perf                                   ERROR           3...
51/5196 Use function smgrclose() to replace the loop
CompilerWarnings
compiler
[08:52:14.394] smgr.c:282:13: error: unused variable 'forknum' [-Werror,-Wunused-variable]
compiler
[08:52:14.394] smgr.c:487:9: error: unused variable 'which' [-Werror,-Wunused-variable]
compiler
[08:52:05.623] smgr.c:282:13: error: unused variable 'forknum' [-Werror,-Wunused-variable]
compiler
[08:52:05.623] smgr.c:487:9: error: unused variable 'which' [-Werror,-Wunused-variable]
compiler
[08:51:33.186] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable]
compiler
[08:51:33.186] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
compiler
[08:51:24.593] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
compiler
[08:51:24.593] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable]
compiler
[08:52:38.700] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
compiler
[08:52:38.700] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable]
51/5099 CREATE OR REPLACE MATERIALIZED VIEW
FreeBSD - 13 - Meson
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 195, PID: 11124
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 195, PID: 18071
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 195, PID: 10590
core
[08:55:09.440] #0  0x000000082c1cf41a in thr_kill () from /lib/libc.so.7
[08:55:09.440] #1  0x000000082c148e64 in raise () from /lib/libc.so.7
[08:55:09.440] #2  0x000000082c1f96f9 in abort () from /lib/libc.so.7
[08:55:09.440] #3  0x0000000000aa1665 in ExceptionalCondition (conditionName=0x2ecf40 "queryDesc->sourceText != NULL", f...
[08:55:09.440] #4  0x000000000076f379 in standard_ExecutorStart (queryDesc=0x838aafb40, eflags=0) at ../src/backend/exec...
[08:55:09.440] #5  0x0000000000704d15 in refresh_matview_datafill (dest=<optimized out>, query=<optimized out>, queryStr...
[08:55:09.440] #6  RefreshMatViewByOid (matviewOid=28248, is_create=<optimized out>, skipData=<optimized out>, concurren...
[08:55:09.440] #7  0x00000000007048f6 in ExecRefreshMatView (stmt=<optimized out>, queryString=queryString@entry=0x0, qc...
[08:55:09.440] #8  0x00000000006db9ec in ExecCreateTableAs (pstate=pstate@entry=0x838af5900, stmt=stmt@entry=0x838ab2fd0...
[08:55:09.440] #9  0x000000000094c1d8 in ProcessUtilitySlow (pstate=pstate@entry=0x838af5900, pstmt=pstmt@entry=0x8389f7...
core
[08:55:10.021] #0  0x000000082c16741a in thr_kill () from /lib/libc.so.7
[08:55:10.021] #1  0x000000082c0e0e64 in raise () from /lib/libc.so.7
[08:55:10.021] #2  0x000000082c1916f9 in abort () from /lib/libc.so.7
[08:55:10.021] #3  0x0000000000aa1665 in ExceptionalCondition (conditionName=0x2ecf40 "queryDesc->sourceText != NULL", f...
[08:55:10.021] #4  0x000000000076f379 in standard_ExecutorStart (queryDesc=0x836d67b40, eflags=0) at ../src/backend/exec...
[08:55:10.021] #5  0x00000008382409c2 in pgss_ExecutorStart (queryDesc=0x836d67b40, eflags=6) at ../contrib/pg_stat_stat...
[08:55:10.021] #6  0x0000000000704d15 in refresh_matview_datafill (dest=<optimized out>, query=<optimized out>, queryStr...
[08:55:10.021] #7  RefreshMatViewByOid (matviewOid=28362, is_create=<optimized out>, skipData=<optimized out>, concurren...
[08:55:10.021] #8  0x00000000007048f6 in ExecRefreshMatView (stmt=<optimized out>, queryString=queryString@entry=0x0, qc...
[08:55:10.021] #9  0x00000000006db9ec in ExecCreateTableAs (pstate=pstate@entry=0x836da4500, stmt=stmt@entry=0x836df3fd0...
core
[08:55:09.725] #0  0x000000082a2e541a in thr_kill () from /lib/libc.so.7
[08:55:09.725] #1  0x000000082a25ee64 in raise () from /lib/libc.so.7
[08:55:09.725] #2  0x000000082a30f6f9 in abort () from /lib/libc.so.7
[08:55:09.725] #3  0x0000000000aa1665 in ExceptionalCondition (conditionName=0x2ecf40 "queryDesc->sourceText != NULL", f...
[08:55:09.725] #4  0x000000000076f379 in standard_ExecutorStart (queryDesc=0x83676db40, eflags=0) at ../src/backend/exec...
[08:55:09.725] #5  0x0000000000704d15 in refresh_matview_datafill (dest=<optimized out>, query=<optimized out>, queryStr...
[08:55:09.725] #6  RefreshMatViewByOid (matviewOid=28324, is_create=<optimized out>, skipData=<optimized out>, concurren...
[08:55:09.725] #7  0x00000000007048f6 in ExecRefreshMatView (stmt=<optimized out>, queryString=queryString@entry=0x0, qc...
[08:55:09.725] #8  0x00000000006db9ec in ExecCreateTableAs (pstate=pstate@entry=0x836780900, stmt=stmt@entry=0x836706fd0...
[08:55:09.725] #9  0x000000000094c1d8 in ProcessUtilitySlow (pstate=pstate@entry=0x836780900, pstmt=pstmt@entry=0x83668e...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_up...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-12-05 08:48:55.762679000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/brin.out	2024-12-05 08:51:01.112079000 +00...
@@ -588,4 +588,10 @@
 CREATE INDEX brin_insert_optimization_idx ON brin_insert_optimization USING brin (a);
 UPDATE brin_insert_optimization SET a = a;
 REINDEX INDEX CONCURRENTLY brin_insert_optimization_idx;
-DROP TABLE brin_insert_optimization;
+WARNING:  terminating connection because of crash of another server process
+DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because anothe...
+HINT:  In a moment you should be able to reconnect to the database and repeat your command.
+server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
+connection to server was lost
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/privileges.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002...
--- /tmp/cirrus-ci-build/src/test/regress/expected/privileges.out	2024-12-05 08:48:55.817145000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/privileges.out	2024-12-05 08:51:01.1083270...
@@ -1842,1417 +1842,10 @@
 -- Do the same concurrently
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-12-05 08:48:55.762679000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/brin.out	2024-12-05 08:51:37.033322000 +...
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/build/testrun/regress/regress/resu...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-12-05 08:48:55.762679000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/brin.out	2024-12-05 08:50:57.853385000 +0000
@@ -588,4 +588,10 @@
 CREATE INDEX brin_insert_optimization_idx ON brin_insert_optimization USING brin (a);
 UPDATE brin_insert_optimization SET a = a;
 REINDEX INDEX CONCURRENTLY brin_insert_optimization_idx;
-DROP TABLE brin_insert_optimization;
+WARNING:  terminating connection because of crash of another server process
+DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because anothe...
+HINT:  In a moment you should be able to reconnect to the database and repeat your command.
+server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
+connection to server was lost
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/privileges.out /tmp/cirrus-ci-build/build/testrun/regress/regres...
--- /tmp/cirrus-ci-build/src/test/regress/expected/privileges.out	2024-12-05 08:48:55.817145000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/privileges.out	2024-12-05 08:50:57.853644000 +0000
@@ -1842,1417 +1842,10 @@
 -- Do the same concurrently
...
tap
[08:51:02.934](26.918s) not ok 5 - regression tests pass
[08:51:04.227](1.288s) not ok 6 - dump before running pg_upgrade
tap
[08:51:38.754](27.546s) not ok 2 - regression tests pass
test
[08:53:57.037]  23/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[08:53:57.037]  24/314 postgresql:regress / regress/regress                                            ERROR            ...
[08:53:57.037]  52/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "execMain.c", Line: 195, PID: 38945
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "execMain.c", Line: 195, PID: 24112
core
[08:56:49.925] #0  0x00007f842caabebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[08:56:49.925] #1  0x00007f842ca5cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[08:56:49.925] #2  0x00007f842ca47472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[08:56:49.925] #3  0x0000563dc595683a in ExceptionalCondition (conditionName=conditionName@entry=0x563dc5c33fc0 "queryDe...
[08:56:49.925] #4  0x0000563dc514980d in standard_ExecutorStart (queryDesc=queryDesc@entry=0x6250004c28b0, eflags=eflags...
[08:56:49.925] #5  0x0000563dc5149a42 in ExecutorStart (queryDesc=queryDesc@entry=0x6250004c28b0, eflags=eflags@entry=0)...
[08:56:49.925] #6  0x0000563dc503f797 in refresh_matview_datafill (dest=0x61d000105be8, query=<optimized out>, query@ent...
[08:56:49.925] #7  0x0000563dc5041ec0 in RefreshMatViewByOid (matviewOid=<optimized out>, is_create=is_create@entry=fals...
[08:56:49.925] #8  0x0000563dc50420cc in ExecRefreshMatView (stmt=0x621000060e30, queryString=queryString@entry=0x0, qc=...
[08:56:49.925] #9  0x0000563dc4fe1c14 in ExecCreateTableAs (pstate=pstate@entry=0x6190000a6580, stmt=stmt@entry=0x625000...
core
[08:56:48.563] #0  0x00007f06a3cabebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[08:56:48.563] #1  0x00007f06a3c5cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[08:56:48.563] #2  0x00007f06a3c47472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[08:56:48.563] #3  0x0000556347ad283a in ExceptionalCondition (conditionName=conditionName@entry=0x556347daffc0 "queryDe...
[08:56:48.563] #4  0x00005563472c580d in standard_ExecutorStart (queryDesc=queryDesc@entry=0x6250004e08b0, eflags=eflags...
[08:56:48.563] #5  0x00005563472c5a42 in ExecutorStart (queryDesc=queryDesc@entry=0x6250004e08b0, eflags=eflags@entry=0)...
[08:56:48.563] #6  0x00005563471bb797 in refresh_matview_datafill (dest=0x61d00009c1e8, query=<optimized out>, query@ent...
[08:56:48.563] #7  0x00005563471bdec0 in RefreshMatViewByOid (matviewOid=<optimized out>, is_create=is_create@entry=fals...
[08:56:48.563] #8  0x00005563471be0cc in ExecRefreshMatView (stmt=0x621000099230, queryString=queryString@entry=0x0, qc=...
[08:56:48.563] #9  0x000055634715dc14 in ExecCreateTableAs (pstate=pstate@entry=0x619000069180, stmt=stmt@entry=0x625000...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/resul...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-12-05 08:48:55.378838486 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/brin.out	2024-12-05 08:55:29.121704510 +0000
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/src/test/regress/results/brin.out
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-12-05 08:48:55.378838486 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/brin.out	2024-12-05 08:53:28.121833580 +0000
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
tap
[08:55:33.024](47.153s) not ok 5 - regression tests pass
[08:55:35.676](2.593s) not ok 6 - dump before running pg_upgrade
Linux - Debian Bookworm - Meson
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 195, PID: 29865
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 195, PID: 36188
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 195, PID: 29151
core
[08:57:17.686] #0  0x00007f527fca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[08:57:17.686] #1  0x00007f527fc5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[08:57:17.686] #2  0x00007f527fc45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[08:57:17.686] #3  0x0000564bb96d27d3 in ExceptionalCondition (conditionName=conditionName@entry=0x564bb9948455 "queryDe...
[08:57:17.686] #4  0x0000564bb904c4c2 in standard_ExecutorStart (queryDesc=queryDesc@entry=0x564bbc4d05a0, eflags=eflags...
[08:57:17.686] #5  0x0000564bb904c69e in ExecutorStart (queryDesc=queryDesc@entry=0x564bbc4d05a0, eflags=eflags@entry=0)...
[08:57:17.686] #6  0x0000564bb8f70707 in refresh_matview_datafill (dest=0x564bbc568768, query=<optimized out>, query@ent...
[08:57:17.686] #7  0x0000564bb8f72a6e in RefreshMatViewByOid (matviewOid=28532, is_create=is_create@entry=false, skipDat...
[08:57:17.686] #8  0x0000564bb8f72bad in ExecRefreshMatView (stmt=0x564bbc5664e0, queryString=queryString@entry=0x0, qc=...
[08:57:17.686] #9  0x0000564bb8f287c7 in ExecCreateTableAs (pstate=pstate@entry=0x564bbc569860, stmt=stmt@entry=0x564bbc...
core
[08:57:17.823] #0  0x00007fd6369ffda4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[08:57:17.823] #1  0x00007fd6369ac239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[08:57:17.823] #2  0x00007fd6369ac497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[08:57:17.823] #3  0x0000555c8e4d85c1 in ?? ()
[08:57:17.823] #4  0x0000555c8e4d2369 in ?? ()
[08:57:17.823] #5  0x0000555c8e4d120f in ?? ()
[08:57:17.823] #6  0x0000555c8e4d1c3b in ?? ()
[08:57:17.823] #7  0x0000555c8e4cf66f in ?? ()
[08:57:17.823] #8  0x00007fd63699724a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[08:57:17.823] #9  0x00007fd636997305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[08:57:16.382] #0  0x00007f7744aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[08:57:16.382] #1  0x00007f7744a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[08:57:16.382] #2  0x00007f7744a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[08:57:16.382] #3  0x0000555c3c22f7d3 in ExceptionalCondition (conditionName=conditionName@entry=0x555c3c4a5455 "queryDe...
[08:57:16.382] #4  0x0000555c3bba94c2 in standard_ExecutorStart (queryDesc=0x555c3e2add60, eflags=0) at ../src/backend/e...
[08:57:16.382] #5  0x00007f77421e26f7 in pgss_ExecutorStart (queryDesc=0x555c3e2add60, eflags=<optimized out>) at ../con...
[08:57:16.382] #6  0x0000555c3bba9657 in ExecutorStart (queryDesc=queryDesc@entry=0x555c3e2add60, eflags=eflags@entry=0)...
[08:57:16.382] #7  0x0000555c3bacd707 in refresh_matview_datafill (dest=0x555c3e26fb68, query=<optimized out>, query@ent...
[08:57:16.382] #8  0x0000555c3bacfa6e in RefreshMatViewByOid (matviewOid=28287, is_create=is_create@entry=false, skipDat...
[08:57:16.382] #9  0x0000555c3bacfbad in ExecRefreshMatView (stmt=0x555c3e270540, queryString=queryString@entry=0x0, qc=...
core
[08:57:15.065] #0  0x00007f12db2a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[08:57:15.065] #1  0x00007f12db25afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[08:57:15.065] #2  0x00007f12db245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[08:57:15.065] #3  0x0000564d29da27d3 in ExceptionalCondition (conditionName=conditionName@entry=0x564d2a018455 "queryDe...
[08:57:15.065] #4  0x0000564d2971c4c2 in standard_ExecutorStart (queryDesc=queryDesc@entry=0x564d2ba1c780, eflags=eflags...
[08:57:15.065] #5  0x0000564d2971c69e in ExecutorStart (queryDesc=queryDesc@entry=0x564d2ba1c780, eflags=eflags@entry=0)...
[08:57:15.065] #6  0x0000564d29640707 in refresh_matview_datafill (dest=0x564d2ba33488, query=<optimized out>, query@ent...
[08:57:15.065] #7  0x0000564d29642a6e in RefreshMatViewByOid (matviewOid=28519, is_create=is_create@entry=false, skipDat...
[08:57:15.065] #8  0x0000564d29642bad in ExecRefreshMatView (stmt=0x564d2ba33e60, queryString=queryString@entry=0x0, qc=...
[08:57:15.065] #9  0x0000564d295f87c7 in ExecCreateTableAs (pstate=pstate@entry=0x564d2ba00810, stmt=stmt@entry=0x564d2b...
core
[08:57:13.754] #0  0x00007fd6369ffda4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[08:57:13.754] #1  0x00007fd6369ac239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[08:57:13.754] #2  0x00007fd6369ac497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[08:57:13.754] #3  0x0000555c8e4d85f3 in ?? ()
[08:57:13.754] #4  0x0000555c8e4d2369 in ?? ()
[08:57:13.754] #5  0x0000555c8e4d120f in ?? ()
[08:57:13.754] #6  0x0000555c8e4d1c3b in ?? ()
[08:57:13.754] #7  0x0000555c8e4cf66f in ?? ()
[08:57:13.754] #8  0x00007fd63699724a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[08:57:13.754] #9  0x00007fd636997305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[08:57:13.754] #0  <unavailable> in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_up...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-12-05 08:48:55.248694391 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/brin.out	2024-12-05 08:53:43.652666035 +00...
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-12-05 08:48:55.248694391 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/brin.out	2024-12-05 08:54:14.220587179 +...
@@ -363,229 +363,10 @@
 	END LOOP;
 END;
 $x$;
-RESET enable_seqscan;
-RESET enable_bitmapscan;
-INSERT INTO brintest SELECT
-	repeat(stringu1, 42)::bytea,
-	substr(stringu1, 1, 1)::"char",
-	stringu1::name, 142857 * tenthous,
-	thousand,
-	twothousand,
-	repeat(stringu1, 42),
-	unique1::oid,
-	format('(%s,%s)', tenthous, twenty)::tid,
-	(four + 1.0)/(hundred+1),
-	odd::float8 / (tenthous + 1),
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/build/testrun/regress/regress/resu...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-12-05 08:48:55.248694391 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/brin.out	2024-12-05 08:53:38.844677500 +0000
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
tap
[08:53:47.789](30.099s) not ok 5 - regression tests pass
[08:53:49.655](1.851s) not ok 6 - dump before running pg_upgrade
tap
[08:54:17.566](26.842s) not ok 2 - regression tests pass
test
[08:56:12.190]  27/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[08:56:12.190]  18/314 postgresql:regress / regress/regress                                            ERROR            ...
[08:56:12.190]  55/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
macOS - Sonoma - Meson
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 195, PID: 12492
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 195, PID: 19758
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 195, PID: 12469
core
[09:00:10.535]   * frame #0: 0x000000019df595f0 libsystem_kernel.dylib`__pthread_kill + 8
[09:00:10.535]     frame #1: 0x000000019df91c20 libsystem_pthread.dylib`pthread_kill + 288
[09:00:10.535]     frame #2: 0x000000019de9ea30 libsystem_c.dylib`abort + 180
[09:00:10.535]     frame #3: 0x00000001051b0ba0 postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[09:00:10.535]     frame #4: 0x0000000104edeed0 postgres`standard_ExecutorStart(queryDesc=0x000000013a080db0, eflags=0) ...
[09:00:10.535]     frame #5: 0x0000000104ede86c postgres`ExecutorStart(queryDesc=<unavailable>, eflags=<unavailable>) at...
[09:00:10.535]     frame #6: 0x0000000104e8ced0 postgres`RefreshMatViewByOid [inlined] refresh_matview_datafill(dest=<un...
[09:00:10.535]     frame #7: 0x0000000104e8ce58 postgres`RefreshMatViewByOid(matviewOid=28580, is_create=false, skipData...
[09:00:10.535]     frame #8: 0x0000000104e8c628 postgres`ExecRefreshMatView(stmt=0x000000013a01c930, queryString=<unavai...
[09:00:10.535]     frame #9: 0x0000000104e6aecc postgres`ExecCreateTableAs(pstate=0x000000013a01ab00, stmt=0x00000001390...
core
[08:59:45.711]   * frame #0: 0x000000019df595f0 libsystem_kernel.dylib`__pthread_kill + 8
[08:59:45.711]     frame #1: 0x000000019df91c20 libsystem_pthread.dylib`pthread_kill + 288
[08:59:45.711]     frame #2: 0x000000019de9ea30 libsystem_c.dylib`abort + 180
[08:59:45.711]     frame #3: 0x0000000104fb4ba0 postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[08:59:45.711]     frame #4: 0x0000000104ce2ed0 postgres`standard_ExecutorStart(queryDesc=0x000000011809c9e0, eflags=0) ...
[08:59:45.711]     frame #5: 0x0000000104ce286c postgres`ExecutorStart(queryDesc=<unavailable>, eflags=<unavailable>) at...
[08:59:45.711]     frame #6: 0x0000000104c90ed0 postgres`RefreshMatViewByOid [inlined] refresh_matview_datafill(dest=<un...
[08:59:45.711]     frame #7: 0x0000000104c90e58 postgres`RefreshMatViewByOid(matviewOid=28450, is_create=false, skipData...
[08:59:45.711]     frame #8: 0x0000000104c90628 postgres`ExecRefreshMatView(stmt=0x0000000130054f30, queryString=<unavai...
[08:59:45.711]     frame #9: 0x0000000104c6eecc postgres`ExecCreateTableAs(pstate=0x0000000118824b00, stmt=0x00000001300...
core
[09:00:35.679]   * frame #0: 0x000000019df595f0 libsystem_kernel.dylib`__pthread_kill + 8
[09:00:35.679]     frame #1: 0x000000019df91c20 libsystem_pthread.dylib`pthread_kill + 288
[09:00:35.679]     frame #2: 0x000000019de9ea30 libsystem_c.dylib`abort + 180
[09:00:35.679]     frame #3: 0x00000001011d8ba0 postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[09:00:35.679]     frame #4: 0x0000000100f06ed0 postgres`standard_ExecutorStart(queryDesc=0x000000015a86b7b0, eflags=0) ...
[09:00:35.679]     frame #5: 0x000000010192bd14 pg_stat_statements.dylib`pgss_ExecutorStart(queryDesc=0x000000015a86b7b0...
[09:00:35.679]     frame #6: 0x0000000100eb4ed0 postgres`RefreshMatViewByOid [inlined] refresh_matview_datafill(dest=<un...
[09:00:35.679]     frame #7: 0x0000000100eb4e58 postgres`RefreshMatViewByOid(matviewOid=28495, is_create=false, skipData...
[09:00:35.679]     frame #8: 0x0000000100eb4628 postgres`ExecRefreshMatView(stmt=0x0000000159098930, queryString=<unavai...
[09:00:35.679]     frame #9: 0x0000000100e92ecc postgres`ExecCreateTableAs(pstate=0x000000015a021700, stmt=0x000000015a8...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/brin.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrad...
--- /Users/admin/pgsql/src/test/regress/expected/brin.out	2024-12-05 08:48:09
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/brin.out	2024-12-05 08:51:53
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/brin.out /Users/admin/pgsql/build/testrun/recovery/027_stream_regr...
--- /Users/admin/pgsql/src/test/regress/expected/brin.out	2024-12-05 08:48:09
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/brin.out	2024-12-05 08:53:01
@@ -588,4 +588,10 @@
 CREATE INDEX brin_insert_optimization_idx ON brin_insert_optimization USING brin (a);
 UPDATE brin_insert_optimization SET a = a;
 REINDEX INDEX CONCURRENTLY brin_insert_optimization_idx;
-DROP TABLE brin_insert_optimization;
+WARNING:  terminating connection because of crash of another server process
+DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because anothe...
+HINT:  In a moment you should be able to reconnect to the database and repeat your command.
+server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
+connection to server was lost
diff -U3 /Users/admin/pgsql/src/test/regress/expected/gin.out /Users/admin/pgsql/build/testrun/recovery/027_stream_regre...
--- /Users/admin/pgsql/src/test/regress/expected/gin.out	2024-12-05 08:48:09
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/gin.out	2024-12-05 08:53:01
@@ -291,9 +291,10 @@
 -- test an unlogged table, mostly to get coverage of ginbuildempty
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/brin.out /Users/admin/pgsql/build/testrun/regress/regress/results/...
--- /Users/admin/pgsql/src/test/regress/expected/brin.out	2024-12-05 08:48:09
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/brin.out	2024-12-05 08:51:53
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
tap
[08:52:01.490](70.297s) not ok 5 - regression tests pass
[08:52:05.410](3.893s) not ok 6 - dump before running pg_upgrade
tap
[08:54:58.448](0.001s) not ok 236 - error: call \startpipeline twice stderr /(?^:already in pipeline mode)/
tap
[08:53:08.683](79.344s) not ok 2 - regression tests pass
test
[08:56:35.546]  33/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[08:56:35.546]  39/314 postgresql:regress / regress/regress                                            ERROR            ...
[08:56:35.546]  98/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[08:56:35.546] 215/314 postgresql:pgbench / pgbench/001_pgbench_with_server                            ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 195, PID: 6628
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 195, PID: 4888
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 195, PID: 4792
core
0000003f`2c1fe400 00007ff7`ee562ed8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000003f`2c1fe440 00007ff7`ee040979     postgres!ExceptionalCondition(
0000003f`2c1fe480 00007ff7`ee0407fa     postgres!standard_ExecutorStart(
0000003f`2c1fe4d0 00007ff7`edf93279     postgres!ExecutorStart(
0000003f`2c1fe500 00007ff7`edf92c10     postgres!refresh_matview_datafill(
0000003f`2c1fe590 00007ff7`edf92478     postgres!RefreshMatViewByOid(
0000003f`2c1fe7e0 00007ff7`edf51c87     postgres!ExecRefreshMatView(
0000003f`2c1fe860 00007ff7`ee336e07     postgres!ExecCreateTableAs(
0000003f`2c1fe980 00007ff7`ee332acf     postgres!ProcessUtilitySlow(
0000003f`2c1ff2a0 00007ff7`ee331a19     postgres!standard_ProcessUtility(
core
0000003f`2d1ff498 00007ff8`71fcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003f`2d1ff4a0 00007ff8`70a54cb0     ntdll!TppWorkerThread+0x2df
0000003f`2d1ff790 00007ff8`7203edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003f`2d1ff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003f`2c9ff988 00007ff8`6fb145ca     ntdll!NtFsControlFile+0x14
0000003f`2c9ff990 00007ff7`ee21684b     KERNELBASE!ConnectNamedPipe+0x6a
0000003f`2c9ffa00 00007ff8`70a54cb0     postgres!pg_signal_thread(
0000003f`2c9ffb00 00007ff8`7203edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003f`2c9ffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003f`2cdffbf8 00007ff8`6facd71e     ntdll!NtWaitForSingleObject+0x14
0000003f`2cdffc00 00007ff7`ee2182ec     KERNELBASE!WaitForSingleObjectEx+0x8e
0000003f`2cdffca0 00007ff8`70a54cb0     postgres!pg_timer_thread(
0000003f`2cdffce0 00007ff8`7203edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003f`2cdffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003f`2c5ffae8 00007ff8`71fcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003f`2c5ffaf0 00007ff8`70a54cb0     ntdll!TppWorkerThread+0x2df
0000003f`2c5ffde0 00007ff8`7203edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003f`2c5ffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004c`41dff8b8 00007ff8`6facd71e     ntdll!NtWaitForSingleObject+0x14
0000004c`41dff8c0 00007ff7`ee2182ec     KERNELBASE!WaitForSingleObjectEx+0x8e
0000004c`41dff960 00007ff8`70a54cb0     postgres!pg_timer_thread(
0000004c`41dff9a0 00007ff8`7203edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004c`41dff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004c`40dfdb40 00007ff7`ee562ed8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000004c`40dfdb80 00007ff7`ee040979     postgres!ExceptionalCondition(
0000004c`40dfdbc0 00007ff8`5cd22d26     postgres!standard_ExecutorStart(
0000004c`40dfdc10 00007ff7`ee0407ea     pg_stat_statements!pgss_ExecutorStart(
0000004c`40dfdc50 00007ff7`edf93279     postgres!ExecutorStart(
0000004c`40dfdc80 00007ff7`edf92c10     postgres!refresh_matview_datafill(
0000004c`40dfdd10 00007ff7`edf92478     postgres!RefreshMatViewByOid(
0000004c`40dfdf60 00007ff7`edf51c87     postgres!ExecRefreshMatView(
0000004c`40dfdfe0 00007ff7`ee336e07     postgres!ExecCreateTableAs(
0000004c`40dfe100 00007ff7`ee332acf     postgres!ProcessUtilitySlow(
core
0000004c`415ff938 00007ff8`71fcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004c`415ff940 00007ff8`70a54cb0     ntdll!TppWorkerThread+0x2df
0000004c`415ffc30 00007ff8`7203edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004c`415ffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004c`419ff6a8 00007ff8`6fb145ca     ntdll!NtFsControlFile+0x14
0000004c`419ff6b0 00007ff7`ee21684b     KERNELBASE!ConnectNamedPipe+0x6a
0000004c`419ff720 00007ff8`70a54cb0     postgres!pg_signal_thread(
0000004c`419ff820 00007ff8`7203edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004c`419ff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004c`411ff928 00007ff8`71fcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004c`411ff930 00007ff8`70a54cb0     ntdll!TppWorkerThread+0x2df
0000004c`411ffc20 00007ff8`7203edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004c`411ffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002b`82bff668 00007ff8`6fb145ca     ntdll!NtFsControlFile+0x14
0000002b`82bff670 00007ff7`ee21684b     KERNELBASE!ConnectNamedPipe+0x6a
0000002b`82bff6e0 00007ff8`70a54cb0     postgres!pg_signal_thread(
0000002b`82bff7e0 00007ff8`7203edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002b`82bff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002b`823fe0a0 00007ff7`ee562ed8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000002b`823fe0e0 00007ff7`ee040979     postgres!ExceptionalCondition(
0000002b`823fe120 00007ff7`ee0407fa     postgres!standard_ExecutorStart(
0000002b`823fe170 00007ff7`edf93279     postgres!ExecutorStart(
0000002b`823fe1a0 00007ff7`edf92c10     postgres!refresh_matview_datafill(
0000002b`823fe230 00007ff7`edf92478     postgres!RefreshMatViewByOid(
0000002b`823fe480 00007ff7`edf51c87     postgres!ExecRefreshMatView(
0000002b`823fe500 00007ff7`ee336e07     postgres!ExecCreateTableAs(
0000002b`823fe620 00007ff7`ee332acf     postgres!ProcessUtilitySlow(
0000002b`823fef40 00007ff7`ee331a19     postgres!standard_ProcessUtility(
core
0000002b`827ffb68 00007ff8`71fcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002b`827ffb70 00007ff8`70a54cb0     ntdll!TppWorkerThread+0x2df
0000002b`827ffe60 00007ff8`7203edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002b`827ffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002b`82fffc38 00007ff8`6facd71e     ntdll!NtWaitForSingleObject+0x14
0000002b`82fffc40 00007ff7`ee2182ec     KERNELBASE!WaitForSingleObjectEx+0x8e
0000002b`82fffce0 00007ff8`70a54cb0     postgres!pg_timer_thread(
0000002b`82fffd20 00007ff8`7203edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002b`82fffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002b`833ff8c8 00007ff8`71fcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002b`833ff8d0 00007ff8`70a54cb0     ntdll!TppWorkerThread+0x2df
0000002b`833ffbc0 00007ff8`7203edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002b`833ffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/brin.out C:/cirrus/build/testrun/pg_upgrade/002_pg_upgr...
--- C:/cirrus/src/test/regress/expected/brin.out	2024-12-05 08:49:05.487353300 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/brin.out	2024-12-05 08:51:46.916852600 +0000
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/brin.out C:/cirrus/build/testrun/recovery/027_stream_re...
--- C:/cirrus/src/test/regress/expected/brin.out	2024-12-05 08:49:05.487353300 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/brin.out	2024-12-05 08:53:39.981723600 +0000
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/brin.out C:/cirrus/build/testrun/regress/regress/result...
--- C:/cirrus/src/test/regress/expected/brin.out	2024-12-05 08:49:05.487353300 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/brin.out	2024-12-05 08:51:45.150213500 +0000
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
tap
[08:52:27.635](86.786s) not ok 5 - regression tests pass
[08:52:30.936](3.262s) not ok 6 - dump before running pg_upgrade
tap
[08:54:06.866](76.148s) not ok 2 - regression tests pass
test
[09:01:24.743]  20/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[09:01:24.743]  17/309 postgresql:regress / regress/regress                                            ERROR            ...
[09:01:24.743]  52/309 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
51/5413 INSERT ... ON CONFLICT DO SELECT [FOR ...]
CompilerWarnings
compiler
[05:41:39.152] explain.c:5149:9: error: ‘resolution’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[05:40:55.367] explain.c:5149:9: error: ‘resolution’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[05:49:18.122] explain.c:5149:9: error: ‘resolution’ may be used uninitialized [-Werror=maybe-uninitialized]
51/5357 New predefined role pg_manage_extensions
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out /tmp/cirrus-ci-build/build/testrun/plperl/regress/...
--- /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out	2024-12-05 04:40:11.416339000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/plperl/regress/results/plperl_setup.out	2024-12-05 04:42:07.843155000 +0000
@@ -12,7 +12,7 @@
 HINT:  Must have CREATE privilege on current database to create this extension.
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 RESET ROLE;
 DO $$
 begin
@@ -24,7 +24,7 @@
 CREATE EXTENSION plperl;
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 CREATE SCHEMA plperl_setup_scratch;
 SET search_path = plperl_setup_scratch;
...
test
[04:44:42.081]  49/314 postgresql:plperl / plperl/regress                                              ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out /tmp/cirrus-ci-build/src/pl/plperl/results/plperl_...
--- /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out	2024-12-05 04:39:16.977278976 +0000
+++ /tmp/cirrus-ci-build/src/pl/plperl/results/plperl_setup.out	2024-12-05 04:40:36.860692402 +0000
@@ -12,7 +12,7 @@
 HINT:  Must have CREATE privilege on current database to create this extension.
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 RESET ROLE;
 DO $$
 begin
@@ -24,7 +24,7 @@
 CREATE EXTENSION plperl;
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 CREATE SCHEMA plperl_setup_scratch;
 SET search_path = plperl_setup_scratch;
...
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out /tmp/cirrus-ci-build/build/testrun/plperl/regress/...
--- /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out	2024-12-05 04:39:17.116028362 +0000
+++ /tmp/cirrus-ci-build/build/testrun/plperl/regress/results/plperl_setup.out	2024-12-05 04:41:58.115308847 +0000
@@ -12,7 +12,7 @@
 HINT:  Must have CREATE privilege on current database to create this extension.
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 RESET ROLE;
 DO $$
 begin
@@ -24,7 +24,7 @@
 CREATE EXTENSION plperl;
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 CREATE SCHEMA plperl_setup_scratch;
 SET search_path = plperl_setup_scratch;
...
test
[04:44:27.278]  48/314 postgresql:plperl / plperl/regress                                              ERROR            ...
macOS - Sonoma - Meson
test
[04:43:37.507]  49/314 postgresql:plperl / plperl/regress                                              ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/pl/plperl/expected/plperl_setup.out C:/cirrus/build/testrun/plperl/regress/re...
--- C:/cirrus/src/pl/plperl/expected/plperl_setup.out	2024-12-05 04:40:21.423533200 +0000
+++ C:/cirrus/build/testrun/plperl/regress/results/plperl_setup.out	2024-12-05 04:46:08.450931300 +0000
@@ -12,7 +12,7 @@
 HINT:  Must have CREATE privilege on current database to create this extension.
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 RESET ROLE;
 DO $$
 begin
@@ -24,7 +24,7 @@
 CREATE EXTENSION plperl;
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 CREATE SCHEMA plperl_setup_scratch;
 SET search_path = plperl_setup_scratch;
...
test
[04:55:17.905]  48/309 postgresql:plperl / plperl/regress                                              ERROR            ...
51/5385 clean up create|alter domain stmt incompatiable constraint error case and add regression test
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/domain.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/domain.out	2024-12-05 03:38:15.366743000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/domain.out	2024-12-05 03:39:51.450277000 +...
@@ -102,9 +102,9 @@
 create domain d_fail as int4 PRIMARY key;
 ERROR:  primary key constraints not possible for domains
 create domain d_fail as int4 constraint cc generated by default as identity;
-ERROR:  identity columns are not supported on domains
+ERROR:  specifying GENERATED not supported for domains
 create domain d_fail as int4 constraint cc GENERATED ALWAYS AS (2) STORED;
-ERROR:  generated columns are not supported on domains
+ERROR:  specifying GENERATED not supported for domains
 create domain d_fail as int4 constraint cc check (value > 1) INITIALLY DEFERRED;
 ERROR:  specifying constraint deferrability not supported for domains
 create domain d_fail as int4 constraint cc check(values > 1) no inherit;
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/domain.out /tmp/cirrus-ci-build/build/testrun/recovery/027_strea...
--- /tmp/cirrus-ci-build/src/test/regress/expected/domain.out	2024-12-05 03:38:15.366743000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/domain.out	2024-12-05 03:40:39.984171000...
@@ -102,9 +102,9 @@
 create domain d_fail as int4 PRIMARY key;
 ERROR:  primary key constraints not possible for domains
 create domain d_fail as int4 constraint cc generated by default as identity;
-ERROR:  identity columns are not supported on domains
+ERROR:  specifying GENERATED not supported for domains
 create domain d_fail as int4 constraint cc GENERATED ALWAYS AS (2) STORED;
-ERROR:  generated columns are not supported on domains
+ERROR:  specifying GENERATED not supported for domains
 create domain d_fail as int4 constraint cc check (value > 1) INITIALLY DEFERRED;
 ERROR:  specifying constraint deferrability not supported for domains
 create domain d_fail as int4 constraint cc check(values > 1) no inherit;
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/domain.out /tmp/cirrus-ci-build/build/testrun/regress/regress/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/domain.out	2024-12-05 03:38:15.366743000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/domain.out	2024-12-05 03:39:46.940297000 +0000
@@ -102,9 +102,9 @@
 create domain d_fail as int4 PRIMARY key;
 ERROR:  primary key constraints not possible for domains
 create domain d_fail as int4 constraint cc generated by default as identity;
-ERROR:  identity columns are not supported on domains
+ERROR:  specifying GENERATED not supported for domains
 create domain d_fail as int4 constraint cc GENERATED ALWAYS AS (2) STORED;
-ERROR:  generated columns are not supported on domains
+ERROR:  specifying GENERATED not supported for domains
 create domain d_fail as int4 constraint cc check (value > 1) INITIALLY DEFERRED;
 ERROR:  specifying constraint deferrability not supported for domains
 create domain d_fail as int4 constraint cc check(values > 1) no inherit;
tap
[03:40:12.509](72.789s) not ok 5 - regression tests pass
tap
[03:40:57.416](78.861s) not ok 2 - regression tests pass
test
[03:42:52.626]  42/314 postgresql:regress / regress/regress                                            ERROR            ...
[03:42:52.626] 100/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[03:42:52.626] 154/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/domain.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/res...
--- /tmp/cirrus-ci-build/src/test/regress/expected/domain.out	2024-12-05 03:38:13.069912790 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/domain.out	2024-12-05 03:46:24.153418945 +0000
@@ -102,9 +102,9 @@
 create domain d_fail as int4 PRIMARY key;
 ERROR:  primary key constraints not possible for domains
 create domain d_fail as int4 constraint cc generated by default as identity;
-ERROR:  identity columns are not supported on domains
+ERROR:  specifying GENERATED not supported for domains
 create domain d_fail as int4 constraint cc GENERATED ALWAYS AS (2) STORED;
-ERROR:  generated columns are not supported on domains
+ERROR:  specifying GENERATED not supported for domains
 create domain d_fail as int4 constraint cc check (value > 1) INITIALLY DEFERRED;
 ERROR:  specifying constraint deferrability not supported for domains
 create domain d_fail as int4 constraint cc check(values > 1) no inherit;
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/domain.out /tmp/cirrus-ci-build/src/test/recovery/tmp_check/resu...
--- /tmp/cirrus-ci-build/src/test/regress/expected/domain.out	2024-12-05 03:38:13.069912790 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/domain.out	2024-12-05 03:48:09.365603919 +0000
@@ -102,9 +102,9 @@
 create domain d_fail as int4 PRIMARY key;
 ERROR:  primary key constraints not possible for domains
 create domain d_fail as int4 constraint cc generated by default as identity;
-ERROR:  identity columns are not supported on domains
+ERROR:  specifying GENERATED not supported for domains
 create domain d_fail as int4 constraint cc GENERATED ALWAYS AS (2) STORED;
-ERROR:  generated columns are not supported on domains
+ERROR:  specifying GENERATED not supported for domains
 create domain d_fail as int4 constraint cc check (value > 1) INITIALLY DEFERRED;
 ERROR:  specifying constraint deferrability not supported for domains
 create domain d_fail as int4 constraint cc check(values > 1) no inherit;
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/domain.out /tmp/cirrus-ci-build/src/test/regress/results/domain....
--- /tmp/cirrus-ci-build/src/test/regress/expected/domain.out	2024-12-05 03:38:13.069912790 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/domain.out	2024-12-05 03:42:50.078185592 +0000
@@ -102,9 +102,9 @@
 create domain d_fail as int4 PRIMARY key;
 ERROR:  primary key constraints not possible for domains
 create domain d_fail as int4 constraint cc generated by default as identity;
-ERROR:  identity columns are not supported on domains
+ERROR:  specifying GENERATED not supported for domains
 create domain d_fail as int4 constraint cc GENERATED ALWAYS AS (2) STORED;
-ERROR:  generated columns are not supported on domains
+ERROR:  specifying GENERATED not supported for domains
 create domain d_fail as int4 constraint cc check (value > 1) INITIALLY DEFERRED;
 ERROR:  specifying constraint deferrability not supported for domains
 create domain d_fail as int4 constraint cc check(values > 1) no inherit;
tap
[03:46:38.163](139.287s) not ok 5 - regression tests pass
tap
[03:48:23.778](85.776s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Meson
core
[03:44:58.582] #0  0x00007fcc56aaeda4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[03:44:58.582] #1  0x00007fcc56a5b239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[03:44:58.582] #2  0x00007fcc56b16204 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[03:44:58.582] #3  0x00007fcc56b2885c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[03:44:58.582] #0  <unavailable> in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/domain.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/domain.out	2024-12-05 03:38:12.922821185 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/domain.out	2024-12-05 03:41:10.713811299 +...
@@ -102,9 +102,9 @@
 create domain d_fail as int4 PRIMARY key;
 ERROR:  primary key constraints not possible for domains
 create domain d_fail as int4 constraint cc generated by default as identity;
-ERROR:  identity columns are not supported on domains
+ERROR:  specifying GENERATED not supported for domains
 create domain d_fail as int4 constraint cc GENERATED ALWAYS AS (2) STORED;
-ERROR:  generated columns are not supported on domains
+ERROR:  specifying GENERATED not supported for domains
 create domain d_fail as int4 constraint cc check (value > 1) INITIALLY DEFERRED;
 ERROR:  specifying constraint deferrability not supported for domains
 create domain d_fail as int4 constraint cc check(values > 1) no inherit;
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/domain.out /tmp/cirrus-ci-build/build/testrun/recovery/027_strea...
--- /tmp/cirrus-ci-build/src/test/regress/expected/domain.out	2024-12-05 03:38:12.922821185 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/domain.out	2024-12-05 03:41:57.225763850...
@@ -102,9 +102,9 @@
 create domain d_fail as int4 PRIMARY key;
 ERROR:  primary key constraints not possible for domains
 create domain d_fail as int4 constraint cc generated by default as identity;
-ERROR:  identity columns are not supported on domains
+ERROR:  specifying GENERATED not supported for domains
 create domain d_fail as int4 constraint cc GENERATED ALWAYS AS (2) STORED;
-ERROR:  generated columns are not supported on domains
+ERROR:  specifying GENERATED not supported for domains
 create domain d_fail as int4 constraint cc check (value > 1) INITIALLY DEFERRED;
 ERROR:  specifying constraint deferrability not supported for domains
 create domain d_fail as int4 constraint cc check(values > 1) no inherit;
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/domain.out /tmp/cirrus-ci-build/build/testrun/regress/regress/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/domain.out	2024-12-05 03:38:12.922821185 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/domain.out	2024-12-05 03:40:59.393816141 +0000
@@ -102,9 +102,9 @@
 create domain d_fail as int4 PRIMARY key;
 ERROR:  primary key constraints not possible for domains
 create domain d_fail as int4 constraint cc generated by default as identity;
-ERROR:  identity columns are not supported on domains
+ERROR:  specifying GENERATED not supported for domains
 create domain d_fail as int4 constraint cc GENERATED ALWAYS AS (2) STORED;
-ERROR:  generated columns are not supported on domains
+ERROR:  specifying GENERATED not supported for domains
 create domain d_fail as int4 constraint cc check (value > 1) INITIALLY DEFERRED;
 ERROR:  specifying constraint deferrability not supported for domains
 create domain d_fail as int4 constraint cc check(values > 1) no inherit;
tap
[03:41:31.164](111.368s) not ok 5 - regression tests pass
tap
[03:42:09.543](106.584s) not ok 2 - regression tests pass
test
[03:43:52.813]  48/314 postgresql:regress / regress/regress                                            ERROR           1...
[03:43:52.813] 146/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[03:43:52.813] 163/314 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/domain.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgr...
--- /Users/admin/pgsql/src/test/regress/expected/domain.out	2024-12-05 03:37:12
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/domain.out	2024-12-05 03:39:01
@@ -102,9 +102,9 @@
 create domain d_fail as int4 PRIMARY key;
 ERROR:  primary key constraints not possible for domains
 create domain d_fail as int4 constraint cc generated by default as identity;
-ERROR:  identity columns are not supported on domains
+ERROR:  specifying GENERATED not supported for domains
 create domain d_fail as int4 constraint cc GENERATED ALWAYS AS (2) STORED;
-ERROR:  generated columns are not supported on domains
+ERROR:  specifying GENERATED not supported for domains
 create domain d_fail as int4 constraint cc check (value > 1) INITIALLY DEFERRED;
 ERROR:  specifying constraint deferrability not supported for domains
 create domain d_fail as int4 constraint cc check(values > 1) no inherit;
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/domain.out /Users/admin/pgsql/build/testrun/recovery/027_stream_re...
--- /Users/admin/pgsql/src/test/regress/expected/domain.out	2024-12-05 03:37:12
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/domain.out	2024-12-05 03:39:50
@@ -102,9 +102,9 @@
 create domain d_fail as int4 PRIMARY key;
 ERROR:  primary key constraints not possible for domains
 create domain d_fail as int4 constraint cc generated by default as identity;
-ERROR:  identity columns are not supported on domains
+ERROR:  specifying GENERATED not supported for domains
 create domain d_fail as int4 constraint cc GENERATED ALWAYS AS (2) STORED;
-ERROR:  generated columns are not supported on domains
+ERROR:  specifying GENERATED not supported for domains
 create domain d_fail as int4 constraint cc check (value > 1) INITIALLY DEFERRED;
 ERROR:  specifying constraint deferrability not supported for domains
 create domain d_fail as int4 constraint cc check(values > 1) no inherit;
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/domain.out /Users/admin/pgsql/build/testrun/regress/regress/result...
--- /Users/admin/pgsql/src/test/regress/expected/domain.out	2024-12-05 03:37:12
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/domain.out	2024-12-05 03:39:00
@@ -102,9 +102,9 @@
 create domain d_fail as int4 PRIMARY key;
 ERROR:  primary key constraints not possible for domains
 create domain d_fail as int4 constraint cc generated by default as identity;
-ERROR:  identity columns are not supported on domains
+ERROR:  specifying GENERATED not supported for domains
 create domain d_fail as int4 constraint cc GENERATED ALWAYS AS (2) STORED;
-ERROR:  generated columns are not supported on domains
+ERROR:  specifying GENERATED not supported for domains
 create domain d_fail as int4 constraint cc check (value > 1) INITIALLY DEFERRED;
 ERROR:  specifying constraint deferrability not supported for domains
 create domain d_fail as int4 constraint cc check(values > 1) no inherit;
tap
[03:39:10.006](43.629s) not ok 5 - regression tests pass
tap
[03:39:57.980](49.678s) not ok 2 - regression tests pass
test
[03:41:41.714]  28/314 postgresql:regress / regress/regress                                            ERROR            ...
[03:41:41.714]  52/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[03:41:41.714] 147/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/domain.out C:/cirrus/build/testrun/pg_upgrade/002_pg_up...
--- C:/cirrus/src/test/regress/expected/domain.out	2024-12-05 03:38:23.410296400 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/domain.out	2024-12-05 03:42:11.136659600 +0000
@@ -102,9 +102,9 @@
 create domain d_fail as int4 PRIMARY key;
 ERROR:  primary key constraints not possible for domains
 create domain d_fail as int4 constraint cc generated by default as identity;
-ERROR:  identity columns are not supported on domains
+ERROR:  specifying GENERATED not supported for domains
 create domain d_fail as int4 constraint cc GENERATED ALWAYS AS (2) STORED;
-ERROR:  generated columns are not supported on domains
+ERROR:  specifying GENERATED not supported for domains
 create domain d_fail as int4 constraint cc check (value > 1) INITIALLY DEFERRED;
 ERROR:  specifying constraint deferrability not supported for domains
 create domain d_fail as int4 constraint cc check(values > 1) no inherit;
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/domain.out C:/cirrus/build/testrun/recovery/027_stream_...
--- C:/cirrus/src/test/regress/expected/domain.out	2024-12-05 03:38:23.410296400 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/domain.out	2024-12-05 03:44:33.814896200 +0000
@@ -102,9 +102,9 @@
 create domain d_fail as int4 PRIMARY key;
 ERROR:  primary key constraints not possible for domains
 create domain d_fail as int4 constraint cc generated by default as identity;
-ERROR:  identity columns are not supported on domains
+ERROR:  specifying GENERATED not supported for domains
 create domain d_fail as int4 constraint cc GENERATED ALWAYS AS (2) STORED;
-ERROR:  generated columns are not supported on domains
+ERROR:  specifying GENERATED not supported for domains
 create domain d_fail as int4 constraint cc check (value > 1) INITIALLY DEFERRED;
 ERROR:  specifying constraint deferrability not supported for domains
 create domain d_fail as int4 constraint cc check(values > 1) no inherit;
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/domain.out C:/cirrus/build/testrun/regress/regress/resu...
--- C:/cirrus/src/test/regress/expected/domain.out	2024-12-05 03:38:23.410296400 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/domain.out	2024-12-05 03:42:08.224054700 +0000
@@ -102,9 +102,9 @@
 create domain d_fail as int4 PRIMARY key;
 ERROR:  primary key constraints not possible for domains
 create domain d_fail as int4 constraint cc generated by default as identity;
-ERROR:  identity columns are not supported on domains
+ERROR:  specifying GENERATED not supported for domains
 create domain d_fail as int4 constraint cc GENERATED ALWAYS AS (2) STORED;
-ERROR:  generated columns are not supported on domains
+ERROR:  specifying GENERATED not supported for domains
 create domain d_fail as int4 constraint cc check (value > 1) INITIALLY DEFERRED;
 ERROR:  specifying constraint deferrability not supported for domains
 create domain d_fail as int4 constraint cc check(values > 1) no inherit;
tap
[03:42:35.024](124.142s) not ok 5 - regression tests pass
tap
[03:44:56.956](124.640s) not ok 2 - regression tests pass
test
[03:52:42.279]  21/309 postgresql:regress / regress/regress                                            ERROR           1...
[03:52:42.279]  39/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[03:52:42.279]  95/309 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5394 Fix jsonb comparison for raw scalar pseudo arrays
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonb.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream...
--- /tmp/cirrus-ci-build/src/test/regress/expected/jsonb.out	2024-12-05 02:05:05.618986000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/jsonb.out	2024-12-05 02:08:45.647236000 ...
@@ -5766,8 +5766,8 @@
 ----------------------------------------
  null
  ""
- "A"
  "a"
+ "A"
  -3.14159
  0
  0.0000000001
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonb.out /tmp/cirrus-ci-build/build/testrun/regress/regress/res...
--- /tmp/cirrus-ci-build/src/test/regress/expected/jsonb.out	2024-12-05 02:05:05.618986000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/jsonb.out	2024-12-05 02:07:55.603958000 +0000
@@ -5766,8 +5766,8 @@
 ----------------------------------------
  null
  ""
- "A"
  "a"
+ "A"
  -3.14159
  0
  0.0000000001
tap
[02:09:06.824](81.674s) not ok 2 - regression tests pass
test
[02:10:57.670]  42/314 postgresql:regress / regress/regress                                            ERROR            ...
[02:10:57.670] 157/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/jsonb.out C:/cirrus/build/testrun/recovery/027_stream_r...
--- C:/cirrus/src/test/regress/expected/jsonb.out	2024-12-05 02:05:18.065472000 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/jsonb.out	2024-12-05 02:11:19.842085800 +0000
@@ -5766,8 +5766,8 @@
 ----------------------------------------
  null
  ""
- "A"
  "a"
+ "A"
  -3.14159
  0
  0.0000000001
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/jsonb.out C:/cirrus/build/testrun/regress/regress/resul...
--- C:/cirrus/src/test/regress/expected/jsonb.out	2024-12-05 02:05:18.065472000 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/jsonb.out	2024-12-05 02:08:48.720925900 +0000
@@ -5766,8 +5766,8 @@
 ----------------------------------------
  null
  ""
- "A"
  "a"
+ "A"
  -3.14159
  0
  0.0000000001
tap
[02:11:46.930](133.245s) not ok 2 - regression tests pass
test
[02:20:26.131]  20/309 postgresql:regress / regress/regress                                            ERROR           1...
[02:20:26.131]  98/309 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5012 Vacuum statistics
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out /tmp/cirrus-ci-build/bu...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-12-04 22:08:09.57435700...
+++ /tmp/cirrus-ci-build/build/testrun/isolation/isolation/results/vacuum-extending-in-repetable-read.out	2024-12-04 22:...
@@ -9,10 +9,7 @@
     FROM pg_stat_get_vacuum_tables vt, pg_class c
     WHERE vt.relname = 'test_vacuum_stat_isolation' AND vt.relid = c.oid;
 
-relname|tuples_deleted|dead_tuples|tuples_frozen
--------+--------------+-----------+-------------
-(0 rows)
-
+ERROR:  relation "pg_stat_get_vacuum_tables" does not exist
 step s1_begin_repeatable_read: 
   BEGIN transaction ISOLATION LEVEL REPEATABLE READ;
   select count(ival) from test_vacuum_stat_isolation where id>900;
@@ -22,7 +19,8 @@
   100
 (1 row)
 
-step s2_update: UPDATE test_vacuum_stat_isolation SET ival = ival + 2 where id > 900;
...
test
[22:13:48.079]  51/314 postgresql:isolation / isolation/isolation                                      ERROR            ...
Linux - Debian Bookworm - Autoconf
core
[22:20:33.399] #0  0x00007fa6f091cae3 in ?? () from /lib64/ld-linux-x86-64.so.2
[22:20:33.399] #1  0x00007fa6f0902a29 in ?? () from /lib64/ld-linux-x86-64.so.2
[22:20:33.399] #2  0x00007fa6f0904075 in ?? () from /lib64/ld-linux-x86-64.so.2
[22:20:33.399] #3  0x00007fa6f08fe261 in ?? () from /lib64/ld-linux-x86-64.so.2
[22:20:33.399] #4  0x00007fa6f09142f1 in _dl_catch_exception () from /lib64/ld-linux-x86-64.so.2
[22:20:33.399] #5  0x00007fa6f08fe5ca in ?? () from /lib64/ld-linux-x86-64.so.2
[22:20:33.399] #6  0x00007fa6f091997a in ?? () from /lib64/ld-linux-x86-64.so.2
[22:20:33.399] #7  0x00007fa6f091622f in ?? () from /lib64/ld-linux-x86-64.so.2
[22:20:33.399] #8  0x00007fa6f0917bac in ?? () from /lib64/ld-linux-x86-64.so.2
[22:20:33.399] #9  0x00007fa6f0916a58 in ?? () from /lib64/ld-linux-x86-64.so.2
core
[22:20:33.532] #0  0x00007f506e554b93 in wait4 () from /lib/x86_64-linux-gnu/libc.so.6
[22:20:33.532] #1  0x000055adb1edbcc0 in ?? ()
[22:20:33.532] #2  0x000055adb1edbefa in ?? ()
[22:20:33.532] #3  0x000055adb1edd630 in ?? ()
[22:20:33.532] #4  0x000055adb1ed7371 in ?? ()
[22:20:33.532] #5  0x000055adb1ed620f in ?? ()
[22:20:33.532] #6  0x000055adb1ed6c3b in ?? ()
[22:20:33.532] #7  0x000055adb1ed466f in ?? ()
[22:20:33.532] #8  0x00007f506e4a824a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:20:33.532] #9  0x00007f506e4a8305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out /tmp/cirrus-ci-build/sr...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-12-04 22:08:09.22413764...
+++ /tmp/cirrus-ci-build/src/test/isolation/output_iso/results/vacuum-extending-in-repetable-read.out	2024-12-04 22:13:5...
@@ -9,10 +9,7 @@
     FROM pg_stat_get_vacuum_tables vt, pg_class c
     WHERE vt.relname = 'test_vacuum_stat_isolation' AND vt.relid = c.oid;
 
-relname|tuples_deleted|dead_tuples|tuples_frozen
--------+--------------+-----------+-------------
-(0 rows)
-
+ERROR:  relation "pg_stat_get_vacuum_tables" does not exist
 step s1_begin_repeatable_read: 
   BEGIN transaction ISOLATION LEVEL REPEATABLE READ;
   select count(ival) from test_vacuum_stat_isolation where id>900;
@@ -22,7 +19,8 @@
   100
 (1 row)
 
-step s2_update: UPDATE test_vacuum_stat_isolation SET ival = ival + 2 where id > 900;
...
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out /tmp/cirrus-ci-build/bu...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-12-04 22:08:09.93534157...
+++ /tmp/cirrus-ci-build/build/testrun/isolation/isolation/results/vacuum-extending-in-repetable-read.out	2024-12-04 22:...
@@ -9,10 +9,7 @@
     FROM pg_stat_get_vacuum_tables vt, pg_class c
     WHERE vt.relname = 'test_vacuum_stat_isolation' AND vt.relid = c.oid;
 
-relname|tuples_deleted|dead_tuples|tuples_frozen
--------+--------------+-----------+-------------
-(0 rows)
-
+ERROR:  relation "pg_stat_get_vacuum_tables" does not exist
 step s1_begin_repeatable_read: 
   BEGIN transaction ISOLATION LEVEL REPEATABLE READ;
   select count(ival) from test_vacuum_stat_isolation where id>900;
@@ -22,7 +19,8 @@
   100
 (1 row)
 
-step s2_update: UPDATE test_vacuum_stat_isolation SET ival = ival + 2 where id > 900;
...
test
[22:16:43.504]  40/314 postgresql:isolation / isolation/isolation                                      ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/isolation/expected/vacuum-extending-in-repetable-read.out /Users/admin/pgsql/build/...
--- /Users/admin/pgsql/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-12-04 22:07:12
+++ /Users/admin/pgsql/build/testrun/isolation/isolation/results/vacuum-extending-in-repetable-read.out	2024-12-04 22:10...
@@ -9,10 +9,7 @@
     FROM pg_stat_get_vacuum_tables vt, pg_class c
     WHERE vt.relname = 'test_vacuum_stat_isolation' AND vt.relid = c.oid;
 
-relname|tuples_deleted|dead_tuples|tuples_frozen
--------+--------------+-----------+-------------
-(0 rows)
-
+ERROR:  relation "pg_stat_get_vacuum_tables" does not exist
 step s1_begin_repeatable_read: 
   BEGIN transaction ISOLATION LEVEL REPEATABLE READ;
   select count(ival) from test_vacuum_stat_isolation where id>900;
@@ -22,7 +19,8 @@
   100
 (1 row)
 
-step s2_update: UPDATE test_vacuum_stat_isolation SET ival = ival + 2 where id > 900;
...
test
[22:12:31.496]  38/314 postgresql:isolation / isolation/isolation                                      ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/isolation/expected/vacuum-extending-in-repetable-read.out C:/cirrus/buil...
--- C:/cirrus/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-12-04 22:08:20.878727600 +0000
+++ C:/cirrus/build/testrun/isolation/isolation/results/vacuum-extending-in-repetable-read.out	2024-12-04 22:12:24.33474...
@@ -9,10 +9,7 @@
     FROM pg_stat_get_vacuum_tables vt, pg_class c
     WHERE vt.relname = 'test_vacuum_stat_isolation' AND vt.relid = c.oid;
 
-relname|tuples_deleted|dead_tuples|tuples_frozen
--------+--------------+-----------+-------------
-(0 rows)
-
+ERROR:  relation "pg_stat_get_vacuum_tables" does not exist
 step s1_begin_repeatable_read: 
   BEGIN transaction ISOLATION LEVEL REPEATABLE READ;
   select count(ival) from test_vacuum_stat_isolation where id>900;
@@ -22,7 +19,8 @@
   100
 (1 row)
 
-step s2_update: UPDATE test_vacuum_stat_isolation SET ival = ival + 2 where id > 900;
...
test
[22:22:02.249]  29/309 postgresql:isolation / isolation/isolation                                      ERROR           1...
51/5231 Consider the number of columns in the sort cost model
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out /tmp/cirrus-ci-build/build/testrun/...
--- /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out	2024-12-04 20:08:28.309147000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_stat_statements/regress/results/level_tracking.out	2024-12-04 20:11:02.1877490...
@@ -383,26 +383,24 @@
 (1 row)
 
 EXPLAIN (COSTS OFF) SELECT 1, 2 UNION SELECT 3, 4\; EXPLAIN (COSTS OFF) (SELECT 1, 2, 3) UNION SELECT 3, 4, 5;
+      QUERY PLAN       
+-----------------------
+ HashAggregate
+   Group Key: (1), (2)
+   ->  Append
+         ->  Result
+         ->  Result
+(5 rows)
+
          QUERY PLAN         
 ----------------------------
- Unique
-   ->  Sort
...
test
[20:13:22.935]  87/314 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out /tmp/cirrus-ci-build/contrib/pg_sta...
--- /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out	2024-12-04 20:08:26.152572884 +0000
+++ /tmp/cirrus-ci-build/contrib/pg_stat_statements/results/level_tracking.out	2024-12-04 20:13:48.895609458 +0000
@@ -383,25 +383,23 @@
 (1 row)
 
 EXPLAIN (COSTS OFF) SELECT 1, 2 UNION SELECT 3, 4\; EXPLAIN (COSTS OFF) (SELECT 1, 2, 3) UNION SELECT 3, 4, 5;
+      QUERY PLAN       
+-----------------------
+ HashAggregate
+   Group Key: (1), (2)
+   ->  Append
+         ->  Result
+         ->  Result
+(5 rows)
+
          QUERY PLAN         
 ----------------------------
- Unique
-   ->  Sort
...
Linux - Debian Bookworm - Meson
core
[20:16:54.559] #0  0x00007f97095bada4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[20:16:54.559] #1  0x00007f9709567239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[20:16:54.559] #2  0x00007f9709567497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[20:16:54.559] #3  0x000055a9ff7125c1 in ?? ()
[20:16:54.559] #4  0x000055a9ff70c369 in ?? ()
[20:16:54.559] #5  0x000055a9ff70b20f in ?? ()
[20:16:54.559] #6  0x000055a9ff70bc3b in ?? ()
[20:16:54.559] #7  0x000055a9ff70966f in ?? ()
[20:16:54.559] #8  0x00007f970955224a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[20:16:54.559] #9  0x00007f9709552305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[20:16:54.436] #0  0x00007f97095bada4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[20:16:54.436] #1  0x00007f9709567239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[20:16:54.436] #2  0x00007f9709567497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[20:16:54.436] #3  0x000055a9ff7125f3 in ?? ()
[20:16:54.436] #4  0x000055a9ff70c369 in ?? ()
[20:16:54.436] #5  0x000055a9ff70b20f in ?? ()
[20:16:54.436] #6  0x000055a9ff70bc3b in ?? ()
[20:16:54.436] #7  0x000055a9ff70966f in ?? ()
[20:16:54.436] #8  0x00007f970955224a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[20:16:54.436] #9  0x00007f9709552305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[20:16:55.069] #0  0x00007fe64ccaeda4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[20:16:55.069] #1  0x00007fe64cc5b239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[20:16:55.069] #2  0x00007fe64cd16204 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[20:16:55.069] #3  0x00007fe64cd2885c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[20:16:55.069] #0  <unavailable> in ?? ()
core
[20:16:54.436] #0  <unavailable> in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out /tmp/cirrus-ci-build/build/testrun/...
--- /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out	2024-12-04 20:08:24.517920853 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_stat_statements/regress/results/level_tracking.out	2024-12-04 20:13:33.1149938...
@@ -383,25 +383,23 @@
 (1 row)
 
 EXPLAIN (COSTS OFF) SELECT 1, 2 UNION SELECT 3, 4\; EXPLAIN (COSTS OFF) (SELECT 1, 2, 3) UNION SELECT 3, 4, 5;
+      QUERY PLAN       
+-----------------------
+ HashAggregate
+   Group Key: (1), (2)
+   ->  Append
+         ->  Result
+         ->  Result
+(5 rows)
+
          QUERY PLAN         
 ----------------------------
- Unique
-   ->  Sort
...
test
[20:15:47.645]  88/314 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
macOS - Sonoma - Meson
core
[20:17:22.398]   * frame #0: 0x0000000100238b70 dyld`_dyld_start
regress
diff -U3 /Users/admin/pgsql/contrib/pg_stat_statements/expected/level_tracking.out /Users/admin/pgsql/build/testrun/pg_s...
--- /Users/admin/pgsql/contrib/pg_stat_statements/expected/level_tracking.out	2024-12-04 20:08:09
+++ /Users/admin/pgsql/build/testrun/pg_stat_statements/regress/results/level_tracking.out	2024-12-04 20:12:15
@@ -383,25 +383,23 @@
 (1 row)
 
 EXPLAIN (COSTS OFF) SELECT 1, 2 UNION SELECT 3, 4\; EXPLAIN (COSTS OFF) (SELECT 1, 2, 3) UNION SELECT 3, 4, 5;
+      QUERY PLAN       
+-----------------------
+ HashAggregate
+   Group Key: (1), (2)
+   ->  Append
+         ->  Result
+         ->  Result
+(5 rows)
+
          QUERY PLAN         
 ----------------------------
- Unique
-   ->  Sort
...
test
[20:14:07.818]  85/314 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/contrib/pg_stat_statements/expected/level_tracking.out C:/cirrus/build/testrun/pg...
--- C:/cirrus/contrib/pg_stat_statements/expected/level_tracking.out	2024-12-04 20:08:35.145036000 +0000
+++ C:/cirrus/build/testrun/pg_stat_statements/regress/results/level_tracking.out	2024-12-04 20:15:05.529733300 +0000
@@ -383,25 +383,23 @@
 (1 row)
 
 EXPLAIN (COSTS OFF) SELECT 1, 2 UNION SELECT 3, 4\; EXPLAIN (COSTS OFF) (SELECT 1, 2, 3) UNION SELECT 3, 4, 5;
+      QUERY PLAN       
+-----------------------
+ HashAggregate
+   Group Key: (1), (2)
+   ->  Append
+         ->  Result
+         ->  Result
+(5 rows)
+
          QUERY PLAN         
 ----------------------------
- Unique
-   ->  Sort
...
test
[20:23:26.627]  84/309 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
51/4971 Revisiting {CREATE INDEX, REINDEX} CONCURRENTLY improvements
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/index_concurrently_upsert.out /tmp/cirrus-ci-bu...
--- /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/index_concurrently_upsert.out	2024-12-04 19:35:21.34...
+++ /tmp/cirrus-ci-build/build/testrun/injection_points/isolation/results/index_concurrently_upsert.out	2024-12-04 19:38...
@@ -32,8 +32,8 @@
                        
 (1 row)
 
-step s3_start_create_index: <... completed>
 step s2_start_upsert: INSERT INTO test.tbl VALUES(13,now()) on conflict(i) do update set updated_at = now(); <waiting ....
+step s3_start_create_index: <... completed>
 step s4_wakeup_s1_from_invalidate_catalog_snapshot: 
 	SELECT injection_points_detach('invalidate_catalog_snapshot_end');
 	SELECT injection_points_wakeup('invalidate_catalog_snapshot_end');
test
[19:40:55.782] 121/316 postgresql:injection_points / injection_points/isolation                        ERROR            ...
[19:40:55.782] 184/316 postgresql:pg_amcheck / pg_amcheck/006_concurrently                             ERROR            ...
51/5325 Add sortsupport for range types and btree_gist
FreeBSD - 13 - Meson
core
[19:41:12.726] #0  0x00000c7f666d423a in copy_file_range () from /lib/libc.so.7
[19:41:12.726] #1  0x00000c7744e833e0 in ?? ()
[19:41:12.726] #2  0x00000c7744e8301e in ?? ()
[19:41:12.726] #3  0x00000c7744e828ad in ?? ()
[19:41:12.726] #4  0x00000c7744e8233d in ?? ()
[19:41:12.726] #5  0x00000c7f65d47408 in ?? ()
[19:41:12.726] #6  0x0000000000000000 in ?? ()
core
[19:41:12.609] #0  0x000051c07cb075da in ?? () from /libexec/ld-elf.so.1
[19:41:12.609] #1  0x000051c07cb036ec in ?? () from /libexec/ld-elf.so.1
[19:41:12.609] #2  0x0000000000000000 in ?? ()
[19:41:12.725] #0  0x00000c7f666d423a in copy_file_range () from /lib/libc.so.7
core
[19:41:12.494] #0  0x00002cd76b678ff0 in ?? ()
[19:41:12.494] #1  0x0000000000000003 in ?? ()
[19:41:12.494] #2  0x000020c36e64f750 in ?? ()
[19:41:12.494] #3  0x000020c36e64f753 in ?? ()
[19:41:12.494] #4  0x000020c36e64f756 in ?? ()
[19:41:12.494] #5  0x0000000000000000 in ?? ()
[19:41:12.601] #0  0x000051c07cb075da in ?? () from /libexec/ld-elf.so.1
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pageinspect/expected/btree.out /tmp/cirrus-ci-build/build/testrun/pageinspect-runn...
--- /tmp/cirrus-ci-build/contrib/pageinspect/expected/btree.out	2024-12-04 19:33:56.157260000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pageinspect-running/regress/results/btree.out	2024-12-04 19:39:22.158584000 +0000
@@ -194,6 +194,7 @@
 SELECT bt_page_items(get_raw_page('test1_a_hash', 0));
 ERROR:  block is a meta page
 CREATE INDEX test1_b_gist ON test1 USING gist(b);
+NOTICE:  notice triggered for injection point gist-sorted-build
 -- Special area of GiST is the same as btree, this complains about inconsistent
 -- leaf data on the page.
 SELECT bt_page_items(get_raw_page('test1_b_gist', 0));
diff -U3 /tmp/cirrus-ci-build/contrib/pageinspect/expected/gist.out /tmp/cirrus-ci-build/build/testrun/pageinspect-runni...
--- /tmp/cirrus-ci-build/contrib/pageinspect/expected/gist.out	2024-12-04 19:33:56.157540000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pageinspect-running/regress/results/gist.out	2024-12-04 19:39:22.550195000 +0000
@@ -3,6 +3,7 @@
 CREATE UNLOGGED TABLE test_gist AS SELECT point(i,i) p, i::text t FROM
     generate_series(1,1000) i;
 CREATE INDEX test_gist_idx ON test_gist USING gist (p);
+NOTICE:  notice triggered for injection point gist-sorted-build
 -- Page 0 is the root, the rest are leaf pages
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/point.out /tmp/cirrus-ci-build/build/testrun/regress-running/reg...
--- /tmp/cirrus-ci-build/src/test/regress/expected/point.out	2024-12-04 19:33:57.742940000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress-running/regress/results/point.out	2024-12-04 19:39:19.459862000 +0000
@@ -417,6 +417,7 @@
 CREATE TEMP TABLE point_gist_tbl(f1 point);
 INSERT INTO point_gist_tbl SELECT '(0,0)' FROM generate_series(0,1000);
 CREATE INDEX point_gist_tbl_index ON point_gist_tbl USING gist (f1);
+NOTICE:  notice triggered for injection point gist-sorted-build
 INSERT INTO point_gist_tbl VALUES ('(0.0000009,0.0000009)');
 SET enable_seqscan TO true;
 SET enable_indexscan TO false;
test
[19:39:58.484] 30/76 postgresql:pageinspect-running / pageinspect-running/regress                 ERROR             0.91...
[19:39:58.484] 24/76 postgresql:regress-running / regress-running/regress                         ERROR            26.76...
51/5283 Replace IN VALUES with ANY in WHERE clauses during optimization
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/subselect.out C:/cirrus/build/testrun/regress/regress/r...
--- C:/cirrus/src/test/regress/expected/subselect.out	2024-12-04 16:35:54.313438000 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/subselect.out	2024-12-04 16:38:19.238195800 +0000
@@ -2411,15 +2411,16 @@
 EXPLAIN (COSTS OFF)
 SELECT c.oid,c.relname FROM pg_class c JOIN pg_am a USING (oid)
 WHERE c.oid IN (VALUES (1), (2));
-                          QUERY PLAN                           
----------------------------------------------------------------
- Hash Join
-   Hash Cond: (a.oid = c.oid)
-   ->  Seq Scan on pg_am a
-   ->  Hash
-         ->  Index Scan using pg_class_oid_index on pg_class c
-               Index Cond: (oid = ANY ('{1,2}'::integer[]))
-(6 rows)
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (c.oid = a.oid)
...
test
[16:49:14.636]   6/309 postgresql:regress / regress/regress                                            ERROR           1...
51/5031 Remove dependence on integer wrapping
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/date.out C:/cirrus/build/testrun/pg_upgrade/002_pg_upgr...
--- C:/cirrus/src/test/regress/expected/date.out	2024-12-04 15:35:37.883031200 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/date.out	2024-12-04 15:37:45.930395400 +0000
@@ -1533,4 +1533,4 @@
 select make_time(24, 0, 2.1);
 ERROR:  time field value out of range: 24:00:2.1
 SELECT make_date(-2147483648, 1, 1);
-ERROR:  date field value out of range: -2147483648-01-01
+ERROR:  date field value out of range: 24301-01-01
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/date.out C:/cirrus/build/testrun/recovery/027_stream_re...
--- C:/cirrus/src/test/regress/expected/date.out	2024-12-04 15:35:37.883031200 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/date.out	2024-12-04 15:40:14.703501200 +0000
@@ -1533,4 +1533,4 @@
 select make_time(24, 0, 2.1);
 ERROR:  time field value out of range: 24:00:2.1
 SELECT make_date(-2147483648, 1, 1);
-ERROR:  date field value out of range: -2147483648-01-01
+ERROR:  date field value out of range: 24301-01-01
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/date.out C:/cirrus/build/testrun/regress/regress/result...
--- C:/cirrus/src/test/regress/expected/date.out	2024-12-04 15:35:37.883031200 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/date.out	2024-12-04 15:37:39.075857500 +0000
@@ -1533,4 +1533,4 @@
 select make_time(24, 0, 2.1);
 ERROR:  time field value out of range: 24:00:2.1
 SELECT make_date(-2147483648, 1, 1);
-ERROR:  date field value out of range: -2147483648-01-01
+ERROR:  date field value out of range: 24301-01-01
tap
[15:39:36.182](117.569s) not ok 5 - regression tests pass
tap
[15:42:11.118](136.185s) not ok 2 - regression tests pass
test
[15:49:30.013]   7/309 postgresql:regress / regress/regress                                            ERROR           1...
[15:49:30.013]  39/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[15:49:30.013] 110/309 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5044 new plpgsql.extra_errors check - strict_expr_check
macOS - Sonoma - Meson
test
[13:32:01.307] 220/314 postgresql:pg_verifybackup / pg_verifybackup/003_corruption                     ERROR            ...
51/5097 Make tuple deformation faster
FreeBSD - 13 - Meson
core
[13:13:30.871] #0  0x0000234d750d55da in ?? () from /libexec/ld-elf.so.1
[13:13:30.871] #1  0x0000234d750d16ec in ?? () from /libexec/ld-elf.so.1
[13:13:30.871] #2  0x0000000000000000 in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/test_shm_mq/expected/test_shm_mq.out /tmp/cirrus-ci-build/build/testrun/t...
--- /tmp/cirrus-ci-build/src/test/modules/test_shm_mq/expected/test_shm_mq.out	2024-12-04 13:03:57.496796000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/test_shm_mq-running/regress/results/test_shm_mq.out	2024-12-04 13:11:28.381396000...
@@ -29,8 +29,5 @@
 (1 row)
 
 SELECT test_shm_mq_pipelined(16384, (select string_agg(chr(32+(random()*95)::int), '') from generate_series(1,270000)),...
- test_shm_mq_pipelined 
------------------------
- 
-(1 row)
-
+ERROR:  could not register background process
+HINT:  You may need to increase "max_worker_processes".
test
[13:12:14.171] 70/76 postgresql:test_shm_mq-running / test_shm_mq-running/regress                 ERROR             1.78...
Windows - Server 2019, VS 2019 - Meson & ninja
test
[13:27:15.788] 271/309 postgresql:recovery / recovery/027_stream_regress                               TIMEOUT        10...
51/5174 Call rm_redo in a temporary memory context
CompilerWarnings
compiler
[12:59:49.845] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
compiler
[12:59:23.340] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
compiler
[13:02:33.448] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
51/5004 CREATE INDEX CONCURRENTLY for partitioned tables
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_p...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-12-04 10:56:14.788921000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/indexing.out	2024-12-04 10:57:56.112314000...
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/recovery/027_str...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-12-04 10:56:14.788921000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/indexing.out	2024-12-04 10:58:38.4378560...
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/regress/regress/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-12-04 10:56:14.788921000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/indexing.out	2024-12-04 10:57:54.129624000 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[10:57:59.659](62.938s) not ok 5 - regression tests pass
tap
[10:58:41.373](69.408s) not ok 2 - regression tests pass
test
[11:13:34.294]  41/314 postgresql:regress / regress/regress                                            ERROR            ...
[11:13:34.294]  77/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[11:13:34.294] 144/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[11:13:34.294] 314/314 postgresql:isolation / isolation/isolation                                      TIMEOUT        10...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-12-04 10:56:14.400546756 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/indexing.out	2024-12-04 11:01:24.139615010 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/partitioned-cic.out /tmp/cirrus-ci-build/src/test/isolation/ou...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/partitioned-cic.out	2024-12-04 10:56:14.231856375 +0000
+++ /tmp/cirrus-ci-build/src/test/isolation/output_iso/results/partitioned-cic.out	2024-12-04 11:23:24.809216566 +0000
@@ -3,10 +3,14 @@
 starting permutation: lock_p1 cic insert drop2 commit chk_content
 step lock_p1: lock cictab_part_1 in row exclusive mode;
 step cic: CREATE INDEX CONCURRENTLY ON cictab(i); <waiting ...>
-step insert: insert into cictab values (1, 1), (11, 1);
-step drop2: DROP TABLE cictab_part_2;
+step insert: insert into cictab values (1, 1), (11, 1); <waiting ...>
+isolationtester: canceling step insert after 360 seconds
+step insert: <... completed>
+ERROR:  canceling statement due to user request
+step drop2: DROP TABLE cictab_part_2; <waiting ...>
 step commit: COMMIT;
 step cic: <... completed>
+step drop2: <... completed>
 step chk_content: 
   set enable_seqscan to off;
   explain (costs off) select * from cictab where i > 0;
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/src/test/regress/results/index...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-12-04 10:56:14.400546756 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/indexing.out	2024-12-04 10:59:40.273407657 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[11:01:26.805](117.298s) not ok 5 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_p...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-12-04 10:56:12.946162781 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/indexing.out	2024-12-04 10:58:43.788775025...
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/recovery/027_str...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-12-04 10:56:12.946162781 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/indexing.out	2024-12-04 10:59:14.5367570...
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/regress/regress/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-12-04 10:56:12.946162781 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/indexing.out	2024-12-04 10:58:37.556779647 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[10:58:45.960](75.448s) not ok 5 - regression tests pass
tap
[10:59:17.390](72.921s) not ok 2 - regression tests pass
test
[11:14:07.436]  42/314 postgresql:regress / regress/regress                                            ERROR            ...
[11:14:07.436] 109/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[11:14:07.436] 147/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[11:14:07.436] 314/314 postgresql:isolation / isolation/isolation                                      TIMEOUT        10...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/indexing.out C:/cirrus/build/testrun/pg_upgrade/002_pg_...
--- C:/cirrus/src/test/regress/expected/indexing.out	2024-12-04 10:56:25.731860600 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/indexing.out	2024-12-04 11:00:11.153181900 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/indexing.out C:/cirrus/build/testrun/recovery/027_strea...
--- C:/cirrus/src/test/regress/expected/indexing.out	2024-12-04 10:56:25.731860600 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/indexing.out	2024-12-04 11:02:09.321654300 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/indexing.out C:/cirrus/build/testrun/regress/regress/re...
--- C:/cirrus/src/test/regress/expected/indexing.out	2024-12-04 10:56:25.731860600 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/indexing.out	2024-12-04 11:00:05.797223300 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[11:00:18.297](110.355s) not ok 5 - regression tests pass
tap
[11:02:18.412](105.709s) not ok 2 - regression tests pass
test
[11:15:00.454]  21/309 postgresql:regress / regress/regress                                            ERROR           1...
[11:15:00.454]  35/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[11:15:00.454]  69/309 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
[11:15:00.454] 309/309 postgresql:isolation / isolation/isolation                                      TIMEOUT        10...
51/5420 Pass ParseState down to utility functions in more places.
FreeBSD - 13 - Meson
core
[10:44:17.914] #0  0x00000ee1503f85da in ?? () from /libexec/ld-elf.so.1
[10:44:17.914] #1  0x00000ee1503f46ec in ?? () from /libexec/ld-elf.so.1
[10:44:17.914] #2  0x0000000000000000 in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/typed_table.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/00...
--- /tmp/cirrus-ci-build/src/test/regress/expected/typed_table.out	2024-12-04 10:38:29.846468000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/typed_table.out	2024-12-04 10:39:36.444025...
@@ -1,5 +1,7 @@
 CREATE TABLE ttable1 OF nothing;
 ERROR:  type "nothing" does not exist
+LINE 1: CREATE TABLE ttable1 OF nothing;
+                                ^
 CREATE TYPE person_type AS (id int, name text);
 CREATE TABLE persons OF person_type;
 CREATE TABLE IF NOT EXISTS persons OF person_type;
@@ -36,6 +38,8 @@
 ERROR:  cannot rename column of typed table
 ALTER TABLE persons ALTER COLUMN name TYPE varchar;
 ERROR:  cannot alter column type of typed table
+LINE 1: ALTER TABLE persons ALTER COLUMN name TYPE varchar;
+                                         ^
 CREATE TABLE stuff (id int);
 ALTER TABLE persons INHERIT stuff;
 ERROR:  cannot change inheritance of typed table
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/typed_table.out /tmp/cirrus-ci-build/build/testrun/recovery/027_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/typed_table.out	2024-12-04 10:38:29.846468000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/typed_table.out	2024-12-04 10:40:15.2560...
@@ -1,5 +1,7 @@
 CREATE TABLE ttable1 OF nothing;
 ERROR:  type "nothing" does not exist
+LINE 1: CREATE TABLE ttable1 OF nothing;
+                                ^
 CREATE TYPE person_type AS (id int, name text);
 CREATE TABLE persons OF person_type;
 CREATE TABLE IF NOT EXISTS persons OF person_type;
@@ -36,6 +38,8 @@
 ERROR:  cannot rename column of typed table
 ALTER TABLE persons ALTER COLUMN name TYPE varchar;
 ERROR:  cannot alter column type of typed table
+LINE 1: ALTER TABLE persons ALTER COLUMN name TYPE varchar;
+                                         ^
 CREATE TABLE stuff (id int);
 ALTER TABLE persons INHERIT stuff;
 ERROR:  cannot change inheritance of typed table
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/typed_table.out /tmp/cirrus-ci-build/build/testrun/regress/regre...
--- /tmp/cirrus-ci-build/src/test/regress/expected/typed_table.out	2024-12-04 10:38:29.846468000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/typed_table.out	2024-12-04 10:39:34.940546000 +0000
@@ -1,5 +1,7 @@
 CREATE TABLE ttable1 OF nothing;
 ERROR:  type "nothing" does not exist
+LINE 1: CREATE TABLE ttable1 OF nothing;
+                                ^
 CREATE TYPE person_type AS (id int, name text);
 CREATE TABLE persons OF person_type;
 CREATE TABLE IF NOT EXISTS persons OF person_type;
@@ -36,6 +38,8 @@
 ERROR:  cannot rename column of typed table
 ALTER TABLE persons ALTER COLUMN name TYPE varchar;
 ERROR:  cannot alter column type of typed table
+LINE 1: ALTER TABLE persons ALTER COLUMN name TYPE varchar;
+                                         ^
 CREATE TABLE stuff (id int);
 ALTER TABLE persons INHERIT stuff;
 ERROR:  cannot change inheritance of typed table
...
tap
[10:40:31.433](65.901s) not ok 5 - regression tests pass
tap
[10:41:15.467](75.197s) not ok 2 - regression tests pass
test
[10:43:04.993]  15/314 postgresql:regress / regress/regress                                            ERROR            ...
[10:43:04.993]  97/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[10:43:04.993] 154/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
core
[10:47:54.081] #0  0x00007fd4a3023da4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[10:47:54.081] #1  0x00007fd4a2fd0239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[10:47:54.081] #2  0x00007fd4a2fd0497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[10:47:54.081] #3  0x0000562c207ac5f3 in ?? ()
[10:47:54.081] #4  0x0000562c207a6369 in ?? ()
[10:47:54.081] #5  0x0000562c207a520f in ?? ()
[10:47:54.081] #6  0x0000562c207a5c3b in ?? ()
[10:47:54.081] #7  0x0000562c207a366f in ?? ()
[10:47:54.081] #8  0x00007fd4a2fbb24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[10:47:54.081] #9  0x00007fd4a2fbb305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[10:47:54.203] #0  0x00007fd4a3023da4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[10:47:54.203] #1  0x00007fd4a2fd0239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[10:47:54.203] #2  0x00007fd4a2fd0497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[10:47:54.203] #3  0x0000562c207ac5c1 in ?? ()
[10:47:54.203] #4  0x0000562c207a6369 in ?? ()
[10:47:54.203] #5  0x0000562c207a520f in ?? ()
[10:47:54.203] #6  0x0000562c207a5c3b in ?? ()
[10:47:54.203] #7  0x0000562c207a366f in ?? ()
[10:47:54.203] #8  0x00007fd4a2fbb24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[10:47:54.203] #9  0x00007fd4a2fbb305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[10:47:54.081] #0  <unavailable> in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/typed_table.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_chec...
--- /tmp/cirrus-ci-build/src/test/regress/expected/typed_table.out	2024-12-04 10:38:28.979754741 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/typed_table.out	2024-12-04 10:45:21.883143478 +0000
@@ -1,5 +1,7 @@
 CREATE TABLE ttable1 OF nothing;
 ERROR:  type "nothing" does not exist
+LINE 1: CREATE TABLE ttable1 OF nothing;
+                                ^
 CREATE TYPE person_type AS (id int, name text);
 CREATE TABLE persons OF person_type;
 CREATE TABLE IF NOT EXISTS persons OF person_type;
@@ -36,6 +38,8 @@
 ERROR:  cannot rename column of typed table
 ALTER TABLE persons ALTER COLUMN name TYPE varchar;
 ERROR:  cannot alter column type of typed table
+LINE 1: ALTER TABLE persons ALTER COLUMN name TYPE varchar;
+                                         ^
 CREATE TABLE stuff (id int);
 ALTER TABLE persons INHERIT stuff;
 ERROR:  cannot change inheritance of typed table
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/typed_table.out /tmp/cirrus-ci-build/src/test/regress/results/ty...
--- /tmp/cirrus-ci-build/src/test/regress/expected/typed_table.out	2024-12-04 10:38:28.979754741 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/typed_table.out	2024-12-04 10:42:41.203248577 +0000
@@ -1,5 +1,7 @@
 CREATE TABLE ttable1 OF nothing;
 ERROR:  type "nothing" does not exist
+LINE 1: CREATE TABLE ttable1 OF nothing;
+                                ^
 CREATE TYPE person_type AS (id int, name text);
 CREATE TABLE persons OF person_type;
 CREATE TABLE IF NOT EXISTS persons OF person_type;
@@ -36,6 +38,8 @@
 ERROR:  cannot rename column of typed table
 ALTER TABLE persons ALTER COLUMN name TYPE varchar;
 ERROR:  cannot alter column type of typed table
+LINE 1: ALTER TABLE persons ALTER COLUMN name TYPE varchar;
+                                         ^
 CREATE TABLE stuff (id int);
 ALTER TABLE persons INHERIT stuff;
 ERROR:  cannot change inheritance of typed table
...
tap
[10:46:33.773](95.163s) not ok 5 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/typed_table.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/00...
--- /tmp/cirrus-ci-build/src/test/regress/expected/typed_table.out	2024-12-04 10:38:28.353534686 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/typed_table.out	2024-12-04 10:42:56.765322...
@@ -1,5 +1,7 @@
 CREATE TABLE ttable1 OF nothing;
 ERROR:  type "nothing" does not exist
+LINE 1: CREATE TABLE ttable1 OF nothing;
+                                ^
 CREATE TYPE person_type AS (id int, name text);
 CREATE TABLE persons OF person_type;
 CREATE TABLE IF NOT EXISTS persons OF person_type;
@@ -36,6 +38,8 @@
 ERROR:  cannot rename column of typed table
 ALTER TABLE persons ALTER COLUMN name TYPE varchar;
 ERROR:  cannot alter column type of typed table
+LINE 1: ALTER TABLE persons ALTER COLUMN name TYPE varchar;
+                                         ^
 CREATE TABLE stuff (id int);
 ALTER TABLE persons INHERIT stuff;
 ERROR:  cannot change inheritance of typed table
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/typed_table.out /tmp/cirrus-ci-build/build/testrun/recovery/027_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/typed_table.out	2024-12-04 10:38:28.353534686 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/typed_table.out	2024-12-04 10:43:36.2452...
@@ -1,5 +1,7 @@
 CREATE TABLE ttable1 OF nothing;
 ERROR:  type "nothing" does not exist
+LINE 1: CREATE TABLE ttable1 OF nothing;
+                                ^
 CREATE TYPE person_type AS (id int, name text);
 CREATE TABLE persons OF person_type;
 CREATE TABLE IF NOT EXISTS persons OF person_type;
@@ -36,6 +38,8 @@
 ERROR:  cannot rename column of typed table
 ALTER TABLE persons ALTER COLUMN name TYPE varchar;
 ERROR:  cannot alter column type of typed table
+LINE 1: ALTER TABLE persons ALTER COLUMN name TYPE varchar;
+                                         ^
 CREATE TABLE stuff (id int);
 ALTER TABLE persons INHERIT stuff;
 ERROR:  cannot change inheritance of typed table
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/typed_table.out /tmp/cirrus-ci-build/build/testrun/regress/regre...
--- /tmp/cirrus-ci-build/src/test/regress/expected/typed_table.out	2024-12-04 10:38:28.353534686 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/typed_table.out	2024-12-04 10:42:52.753325494 +0000
@@ -1,5 +1,7 @@
 CREATE TABLE ttable1 OF nothing;
 ERROR:  type "nothing" does not exist
+LINE 1: CREATE TABLE ttable1 OF nothing;
+                                ^
 CREATE TYPE person_type AS (id int, name text);
 CREATE TABLE persons OF person_type;
 CREATE TABLE IF NOT EXISTS persons OF person_type;
@@ -36,6 +38,8 @@
 ERROR:  cannot rename column of typed table
 ALTER TABLE persons ALTER COLUMN name TYPE varchar;
 ERROR:  cannot alter column type of typed table
+LINE 1: ALTER TABLE persons ALTER COLUMN name TYPE varchar;
+                                         ^
 CREATE TABLE stuff (id int);
 ALTER TABLE persons INHERIT stuff;
 ERROR:  cannot change inheritance of typed table
...
tap
[10:44:07.370](82.465s) not ok 5 - regression tests pass
tap
[10:44:44.795](84.361s) not ok 2 - regression tests pass
test
[10:46:30.307]  15/314 postgresql:regress / regress/regress                                            ERROR            ...
[10:46:30.307] 138/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[10:46:30.307] 160/314 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/typed_table.out C:/cirrus/build/testrun/pg_upgrade/002_...
--- C:/cirrus/src/test/regress/expected/typed_table.out	2024-12-04 10:38:48.187316900 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/typed_table.out	2024-12-04 10:41:27.684539200 +0000
@@ -1,5 +1,7 @@
 CREATE TABLE ttable1 OF nothing;
 ERROR:  type "nothing" does not exist
+LINE 1: CREATE TABLE ttable1 OF nothing;
+                                ^
 CREATE TYPE person_type AS (id int, name text);
 CREATE TABLE persons OF person_type;
 CREATE TABLE IF NOT EXISTS persons OF person_type;
@@ -36,6 +38,8 @@
 ERROR:  cannot rename column of typed table
 ALTER TABLE persons ALTER COLUMN name TYPE varchar;
 ERROR:  cannot alter column type of typed table
+LINE 1: ALTER TABLE persons ALTER COLUMN name TYPE varchar;
+                                         ^
 CREATE TABLE stuff (id int);
 ALTER TABLE persons INHERIT stuff;
 ERROR:  cannot change inheritance of typed table
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/typed_table.out C:/cirrus/build/testrun/recovery/027_st...
--- C:/cirrus/src/test/regress/expected/typed_table.out	2024-12-04 10:38:48.187316900 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/typed_table.out	2024-12-04 10:43:56.240162500 +0000
@@ -1,5 +1,7 @@
 CREATE TABLE ttable1 OF nothing;
 ERROR:  type "nothing" does not exist
+LINE 1: CREATE TABLE ttable1 OF nothing;
+                                ^
 CREATE TYPE person_type AS (id int, name text);
 CREATE TABLE persons OF person_type;
 CREATE TABLE IF NOT EXISTS persons OF person_type;
@@ -36,6 +38,8 @@
 ERROR:  cannot rename column of typed table
 ALTER TABLE persons ALTER COLUMN name TYPE varchar;
 ERROR:  cannot alter column type of typed table
+LINE 1: ALTER TABLE persons ALTER COLUMN name TYPE varchar;
+                                         ^
 CREATE TABLE stuff (id int);
 ALTER TABLE persons INHERIT stuff;
 ERROR:  cannot change inheritance of typed table
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/typed_table.out C:/cirrus/build/testrun/regress/regress...
--- C:/cirrus/src/test/regress/expected/typed_table.out	2024-12-04 10:38:48.187316900 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/typed_table.out	2024-12-04 10:41:19.303214100 +0000
@@ -1,5 +1,7 @@
 CREATE TABLE ttable1 OF nothing;
 ERROR:  type "nothing" does not exist
+LINE 1: CREATE TABLE ttable1 OF nothing;
+                                ^
 CREATE TYPE person_type AS (id int, name text);
 CREATE TABLE persons OF person_type;
 CREATE TABLE IF NOT EXISTS persons OF person_type;
@@ -36,6 +38,8 @@
 ERROR:  cannot rename column of typed table
 ALTER TABLE persons ALTER COLUMN name TYPE varchar;
 ERROR:  cannot alter column type of typed table
+LINE 1: ALTER TABLE persons ALTER COLUMN name TYPE varchar;
+                                         ^
 CREATE TABLE stuff (id int);
 ALTER TABLE persons INHERIT stuff;
 ERROR:  cannot change inheritance of typed table
...
tap
[10:43:12.448](133.873s) not ok 5 - regression tests pass
tap
[10:45:48.309](146.643s) not ok 2 - regression tests pass
test
[10:53:32.756]   7/309 postgresql:regress / regress/regress                                            ERROR           1...
[10:53:32.756]  43/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           2...
[10:53:32.756]  98/309 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/4770 Introduce XID age and inactive timeout based replication slot invalidation
FreeBSD - 13 - Meson
test
[10:08:09.813]  44/315 postgresql:recovery / recovery/050_invalidate_slots                             ERROR            ...
Linux - Debian Bookworm - Meson
test
[10:08:52.032]  44/315 postgresql:recovery / recovery/050_invalidate_slots                             ERROR            ...
macOS - Sonoma - Meson
test
[10:07:43.825]  44/315 postgresql:recovery / recovery/050_invalidate_slots                             ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
test
[10:16:28.160]  44/310 postgresql:recovery / recovery/050_invalidate_slots                             ERROR            ...
51/5131 add log_transaction GUC setting
FreeBSD - 13 - Meson
tap
[09:09:01.762](1.457s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[09:09:12.563] 294/314 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
Linux - Debian Bookworm - Autoconf
tap
[09:07:27.847](1.209s) not ok 1 - no parameters missing from postgresql.conf.sample
Linux - Debian Bookworm - Meson
core
[09:10:32.046] #0  0x00007f124e006da4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[09:10:32.046] #1  0x00007f124dfb3239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[09:10:32.046] #2  0x00007f124dfb3497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[09:10:32.046] #3  0x0000564f2fa645c1 in ?? ()
[09:10:32.046] #4  0x0000564f2fa5e369 in ?? ()
[09:10:32.046] #5  0x0000564f2fa5d20f in ?? ()
[09:10:32.046] #6  0x0000564f2fa5dc3b in ?? ()
[09:10:32.046] #7  0x0000564f2fa5b66f in ?? ()
[09:10:32.046] #8  0x00007f124df9e24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:10:32.046] #9  0x00007f124df9e305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[09:10:31.931] #0  <unavailable> in ?? ()
core
[09:10:31.931] #0  0x00007f124e006da4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[09:10:31.931] #1  0x00007f124dfb3239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[09:10:31.931] #2  0x00007f124dfb3497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[09:10:31.931] #3  0x0000564f2fa645f3 in ?? ()
[09:10:31.931] #4  0x0000564f2fa5e369 in ?? ()
[09:10:31.931] #5  0x0000564f2fa5d20f in ?? ()
[09:10:31.931] #6  0x0000564f2fa5dc3b in ?? ()
[09:10:31.931] #7  0x0000564f2fa5b66f in ?? ()
[09:10:31.931] #8  0x00007f124df9e24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:10:31.931] #9  0x00007f124df9e305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
tap
[09:09:16.068](0.452s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[09:09:28.627] 293/314 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
macOS - Sonoma - Meson
tap
[09:08:34.441](0.785s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[09:08:45.809] 294/314 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[09:17:22.542](2.199s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[09:19:54.291] 288/309 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
51/5036 Sort functions with specialized comparators
CompilerWarnings
compiler
[08:12:28.994] qsort.c:63:1: error: unused function 'sort_int32_cmp_3' [-Werror,-Wunused-function]
compiler
[08:12:28.994] qsort.c:45:1: error: unused function 'sort_int32_cmp_2' [-Werror,-Wunused-function]
compiler
[08:12:16.554] qsort.c:45:1: error: unused function 'sort_int32_cmp_2' [-Werror,-Wunused-function]
compiler
[08:12:16.554] qsort.c:63:1: error: unused function 'sort_int32_cmp_3' [-Werror,-Wunused-function]
51/5318 System views for versions reporting
Linux - Debian Bookworm - Meson
test
[04:14:46.432] 300/314 postgresql:test_slru / test_slru/001_multixact                                  ERROR            ...
51/5284 database-specific role memberships
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/privs_in_db.out /tmp/cirrus-ci-build/build/testrun/regress-runni...
--- /tmp/cirrus-ci-build/src/test/regress/expected/privs_in_db.out	2024-12-04 04:06:55.457629000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress-running/regress/results/privs_in_db.out	2024-12-04 04:12:45.456354000 +00...
@@ -756,9 +756,10 @@
 DROP DATABASE regression_db_0;
 DROP ROLE regress_role_admin;
 SELECT datname FROM pg_database WHERE datname LIKE 'regression_db_%';
- datname 
----------
-(0 rows)
+      datname      
+-------------------
+ regression_dblink
+(1 row)
 
 SELECT rolname FROM pg_roles WHERE rolname LIKE 'regress_role_%';
  rolname 
test
[04:13:07.670] 75/76 postgresql:regress-running / regress-running/regress                         ERROR            26.76...
51/5393 attempt multibyte-aware truncation of database names
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/database.out C:/cirrus/build/testrun/recovery/027_strea...
--- C:/cirrus/src/test/regress/expected/database.out	2024-12-04 03:07:03.463159200 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/database.out	2024-12-04 03:11:41.528763400 +0000
@@ -1,9 +1,15 @@
 CREATE DATABASE regression_tbd
 	ENCODING utf8 LC_COLLATE "C" LC_CTYPE "C" TEMPLATE template0;
+ERROR:  encoding "UTF8" is not compatible with shared catalog encoding "WIN1252"
+HINT:  Consider ALTER SYSTEM CATALOG ENCODING SQL_ASCII.
 ALTER DATABASE regression_tbd RENAME TO regression_utf8;
+ERROR:  database "regression_tbd" does not exist
 ALTER DATABASE regression_utf8 SET TABLESPACE regress_tblspace;
+ERROR:  database "regression_utf8" does not exist
 ALTER DATABASE regression_utf8 RESET TABLESPACE;
+ERROR:  database "regression_utf8" does not exist
 ALTER DATABASE regression_utf8 CONNECTION_LIMIT 123;
+ERROR:  database "regression_utf8" does not exist
 -- Test PgDatabaseToastTable.  Doing this with GRANT would be slow.
 BEGIN;
 UPDATE pg_database
@@ -11,5 +17,7 @@
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/database.out C:/cirrus/build/testrun/regress/regress/re...
--- C:/cirrus/src/test/regress/expected/database.out	2024-12-04 03:07:03.463159200 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/database.out	2024-12-04 03:09:08.290420300 +0000
@@ -1,9 +1,15 @@
 CREATE DATABASE regression_tbd
 	ENCODING utf8 LC_COLLATE "C" LC_CTYPE "C" TEMPLATE template0;
+ERROR:  encoding "UTF8" is not compatible with shared catalog encoding "WIN1252"
+HINT:  Consider ALTER SYSTEM CATALOG ENCODING SQL_ASCII.
 ALTER DATABASE regression_tbd RENAME TO regression_utf8;
+ERROR:  database "regression_tbd" does not exist
 ALTER DATABASE regression_utf8 SET TABLESPACE regress_tblspace;
+ERROR:  database "regression_utf8" does not exist
 ALTER DATABASE regression_utf8 RESET TABLESPACE;
+ERROR:  database "regression_utf8" does not exist
 ALTER DATABASE regression_utf8 CONNECTION_LIMIT 123;
+ERROR:  database "regression_utf8" does not exist
 -- Test PgDatabaseToastTable.  Doing this with GRANT would be slow.
 BEGIN;
 UPDATE pg_database
@@ -11,5 +17,7 @@
...
tap
[03:13:39.253](144.902s) not ok 2 - regression tests pass
test
[03:20:54.060]   6/309 postgresql:regress / regress/regress                                            ERROR           1...
[03:20:54.060] 106/309 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5404 Self contradictory examining on rel's baserestrictinfo
CompilerWarnings
compiler
[03:06:37.519] contradictory.c:757:25: error: ‘btest’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[03:06:37.519] contradictory.c:1638:38: error: ‘one_elem’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[03:06:37.519] contradictory.c:1413:12: error: ‘varcollid’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[03:05:55.871] contradictory.c:1413:12: error: ‘varcollid’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[03:05:55.871] contradictory.c:1638:38: error: ‘one_elem’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[03:05:55.871] contradictory.c:757:25: error: ‘btest’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[03:11:06.033] contradictory.c:1413:12: error: ‘varcollid’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[03:11:06.033] contradictory.c:1638:38: error: ‘one_elem’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[03:11:06.033] contradictory.c:757:25: error: ‘btest’ may be used uninitialized [-Werror=maybe-uninitialized]
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/btree_gin/expected/bool.out /tmp/cirrus-ci-build/build/testrun/btree_gin/regress/r...
--- /tmp/cirrus-ci-build/contrib/btree_gin/expected/bool.out	2024-12-04 03:05:34.183761000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/btree_gin/regress/results/bool.out	2024-12-04 03:08:19.984780000 +0000
@@ -109,15 +109,13 @@
 (6 rows)
 
 EXPLAIN (COSTS OFF) SELECT * FROM test_bool WHERE i>true ORDER BY i;
-                QUERY PLAN                 
--------------------------------------------
+           QUERY PLAN           
+--------------------------------
  Sort
    Sort Key: i
-   ->  Bitmap Heap Scan on test_bool
-         Recheck Cond: (i > true)
-         ->  Bitmap Index Scan on idx_bool
-               Index Cond: (i > true)
-(6 rows)
+   ->  Result
+         One-Time Filter: false
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/horology.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_p...
--- /tmp/cirrus-ci-build/src/test/regress/expected/horology.out	2024-12-04 03:05:35.844835000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/horology.out	2024-12-04 03:07:00.831405000...
@@ -2541,18 +2541,17 @@
 explain (costs off)
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
-                                 QUERY PLAN                                  
------------------------------------------------------------------------------
+         QUERY PLAN         
+----------------------------
  Aggregate
    ->  Seq Scan on date_tbl
-         Filter: ((f1 >= '01-01-1997'::date) AND (f1 <= '01-01-1998'::date))
-(3 rows)
+(2 rows)
 
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
  count 
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/horology.out /tmp/cirrus-ci-build/build/testrun/recovery/027_str...
--- /tmp/cirrus-ci-build/src/test/regress/expected/horology.out	2024-12-04 03:05:35.844835000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/horology.out	2024-12-04 03:07:39.0656330...
@@ -2541,18 +2541,17 @@
 explain (costs off)
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
-                                 QUERY PLAN                                  
------------------------------------------------------------------------------
+         QUERY PLAN         
+----------------------------
  Aggregate
    ->  Seq Scan on date_tbl
-         Filter: ((f1 >= '01-01-1997'::date) AND (f1 <= '01-01-1998'::date))
-(3 rows)
+(2 rows)
 
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
  count 
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/horology.out /tmp/cirrus-ci-build/build/testrun/regress/regress/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/horology.out	2024-12-04 03:05:35.844835000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/horology.out	2024-12-04 03:07:00.499246000 +0000
@@ -2541,18 +2541,17 @@
 explain (costs off)
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
-                                 QUERY PLAN                                  
------------------------------------------------------------------------------
+         QUERY PLAN         
+----------------------------
  Aggregate
    ->  Seq Scan on date_tbl
-         Filter: ((f1 >= '01-01-1997'::date) AND (f1 <= '01-01-1998'::date))
-(3 rows)
+(2 rows)
 
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
  count 
...
tap
[03:08:08.732](72.050s) not ok 5 - regression tests pass
tap
[03:08:57.062](83.252s) not ok 2 - regression tests pass
test
[03:10:54.400]   5/314 postgresql:regress / regress/regress                                            ERROR            ...
[03:10:54.400]  61/314 postgresql:btree_gin / btree_gin/regress                                        ERROR            ...
[03:10:54.400]  97/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[03:10:54.400] 159/314 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/contrib/btree_gin/expected/bool.out /tmp/cirrus-ci-build/contrib/btree_gin/results/bool.ou...
--- /tmp/cirrus-ci-build/contrib/btree_gin/expected/bool.out	2024-12-04 03:04:49.535913359 +0000
+++ /tmp/cirrus-ci-build/contrib/btree_gin/results/bool.out	2024-12-04 03:08:41.430973681 +0000
@@ -109,15 +109,13 @@
 (6 rows)
 
 EXPLAIN (COSTS OFF) SELECT * FROM test_bool WHERE i>true ORDER BY i;
-                QUERY PLAN                 
--------------------------------------------
+           QUERY PLAN           
+--------------------------------
  Sort
    Sort Key: i
-   ->  Bitmap Heap Scan on test_bool
-         Recheck Cond: (i > true)
-         ->  Bitmap Index Scan on idx_bool
-               Index Cond: (i > true)
-(6 rows)
+   ->  Result
+         One-Time Filter: false
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/horology.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/horology.out	2024-12-04 03:04:51.482085054 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/horology.out	2024-12-04 03:09:45.622795859 +0000
@@ -2541,18 +2541,18 @@
 explain (costs off)
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
-                                 QUERY PLAN                                  
------------------------------------------------------------------------------
+                 QUERY PLAN                 
+--------------------------------------------
  Aggregate
    ->  Seq Scan on date_tbl
-         Filter: ((f1 >= '01-01-1997'::date) AND (f1 <= '01-01-1998'::date))
+         Filter: (f1 <= '01-01-1998'::date)
 (3 rows)
 
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
  count 
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/horology.out /tmp/cirrus-ci-build/src/test/recovery/tmp_check/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/horology.out	2024-12-04 03:04:51.482085054 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/horology.out	2024-12-04 03:12:04.466219659 +0000
@@ -2541,18 +2541,18 @@
 explain (costs off)
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
-                                 QUERY PLAN                                  
------------------------------------------------------------------------------
+                 QUERY PLAN                 
+--------------------------------------------
  Aggregate
    ->  Seq Scan on date_tbl
-         Filter: ((f1 >= '01-01-1997'::date) AND (f1 <= '01-01-1998'::date))
+         Filter: (f1 <= '01-01-1998'::date)
 (3 rows)
 
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
  count 
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/horology.out /tmp/cirrus-ci-build/src/test/regress/results/horol...
--- /tmp/cirrus-ci-build/src/test/regress/expected/horology.out	2024-12-04 03:04:51.482085054 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/horology.out	2024-12-04 03:07:39.355028102 +0000
@@ -2541,18 +2541,18 @@
 explain (costs off)
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
-                                 QUERY PLAN                                  
------------------------------------------------------------------------------
+                 QUERY PLAN                 
+--------------------------------------------
  Aggregate
    ->  Seq Scan on date_tbl
-         Filter: ((f1 >= '01-01-1997'::date) AND (f1 <= '01-01-1998'::date))
+         Filter: (f1 <= '01-01-1998'::date)
 (3 rows)
 
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
  count 
...
tap
[03:11:08.880](91.112s) not ok 5 - regression tests pass
tap
[03:12:56.137](55.491s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Meson
core
[03:12:14.538] #0  0x00007f12ca0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[03:12:14.538] #1  0x00007f12ca05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[03:12:14.538] #2  0x00007f12ca045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[03:12:14.538] #3  0x00007f12ca21e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[03:12:14.538] #4  0x00007f12ca22aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[03:12:14.538] #5  0x00007f12ca20dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x560a315c4b4...
[03:12:14.538] #6  0x0000560a308804f3 in examine_self_contradictory_rels (root=root@entry=0x560a335f7f28, rel=rel@entry=...
[03:12:14.538] #7  0x0000560a30880702 in examine_self_contradictory_rels_phase1 (root=root@entry=0x560a335f7f28) at ../s...
[03:12:14.538] #8  0x0000560a3084ad44 in query_planner (root=root@entry=0x560a335f7f28, qp_callback=qp_callback@entry=0x...
[03:12:14.538] #9  0x0000560a3085e137 in grouping_planner (root=root@entry=0x560a335f7f28, tuple_fraction=<optimized out...
core
[03:12:22.702] #0  0x00007f08620a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[03:12:22.702] #1  0x00007f086205afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[03:12:22.702] #2  0x00007f0862045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[03:12:22.702] #3  0x00007f086221e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[03:12:22.702] #4  0x00007f086222aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[03:12:22.702] #5  0x00007f086220dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55d50dd47b4...
[03:12:22.702] #6  0x000055d50d0034f3 in examine_self_contradictory_rels (root=root@entry=0x55d50fcef0a8, rel=rel@entry=...
[03:12:22.702] #7  0x000055d50d003702 in examine_self_contradictory_rels_phase1 (root=root@entry=0x55d50fcef0a8) at ../s...
[03:12:22.702] #8  0x000055d50cfcdd44 in query_planner (root=root@entry=0x55d50fcef0a8, qp_callback=qp_callback@entry=0x...
[03:12:22.702] #9  0x000055d50cfe1137 in grouping_planner (root=root@entry=0x55d50fcef0a8, tuple_fraction=<optimized out...
core
[03:12:20.955] #0  0x00007f6d400a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[03:12:20.955] #1  0x00007f6d4005afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[03:12:20.955] #2  0x00007f6d40045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[03:12:20.955] #3  0x00007f6d4021e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[03:12:20.955] #4  0x00007f6d4022aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[03:12:20.955] #5  0x00007f6d4020dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x5572c88cfb4...
[03:12:20.955] #6  0x00005572c7b8b4f3 in examine_self_contradictory_rels (root=root@entry=0x5572ca4629e8, rel=rel@entry=...
[03:12:20.955] #7  0x00005572c7b8b702 in examine_self_contradictory_rels_phase1 (root=root@entry=0x5572ca4629e8) at ../s...
[03:12:20.955] #8  0x00005572c7b55d44 in query_planner (root=root@entry=0x5572ca4629e8, qp_callback=qp_callback@entry=0x...
[03:12:20.955] #9  0x00005572c7b69137 in grouping_planner (root=root@entry=0x5572ca4629e8, tuple_fraction=<optimized out...
core
[03:12:19.307] #0  0x00007fe0fcaa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[03:12:19.307] #1  0x00007fe0fca5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[03:12:19.307] #2  0x00007fe0fca45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[03:12:19.307] #3  0x00007fe0fcc1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[03:12:19.307] #4  0x00007fe0fcc2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[03:12:19.307] #5  0x00007fe0fcc0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55725d153b4...
[03:12:19.307] #6  0x000055725c40f4f3 in examine_self_contradictory_rels (root=root@entry=0x55725f233408, rel=rel@entry=...
[03:12:19.307] #7  0x000055725c40f702 in examine_self_contradictory_rels_phase1 (root=root@entry=0x55725f233408) at ../s...
[03:12:19.307] #8  0x000055725c3d9d44 in query_planner (root=root@entry=0x55725f233408, qp_callback=qp_callback@entry=0x...
[03:12:19.307] #9  0x000055725c3ed137 in grouping_planner (root=root@entry=0x55725f233408, tuple_fraction=<optimized out...
core
[03:12:17.791] #0  0x00007fe0fcaa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[03:12:17.791] #1  0x00007fe0fca5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[03:12:17.791] #2  0x00007fe0fca45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[03:12:17.791] #3  0x00007fe0fcc1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[03:12:17.791] #4  0x00007fe0fcc2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[03:12:17.791] #5  0x00007fe0fcc0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55725d153b4...
[03:12:17.791] #6  0x000055725c40f4f3 in examine_self_contradictory_rels (root=root@entry=0x55725f53db78, rel=rel@entry=...
[03:12:17.791] #7  0x000055725c40f702 in examine_self_contradictory_rels_phase1 (root=root@entry=0x55725f53db78) at ../s...
[03:12:17.791] #8  0x000055725c3d9d44 in query_planner (root=root@entry=0x55725f53db78, qp_callback=qp_callback@entry=0x...
[03:12:17.791] #9  0x000055725c3ed137 in grouping_planner (root=root@entry=0x55725f53db78, tuple_fraction=<optimized out...
core
[03:12:16.114] #0  0x00007fe0fcaa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[03:12:16.114] #1  0x00007fe0fca5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[03:12:16.114] #2  0x00007fe0fca45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[03:12:16.114] #3  0x00007fe0fcc1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[03:12:16.114] #4  0x00007fe0fcc2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[03:12:16.114] #5  0x00007fe0fcc0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55725d153b4...
[03:12:16.114] #6  0x000055725c40f4f3 in examine_self_contradictory_rels (root=root@entry=0x55725f38d538, rel=rel@entry=...
[03:12:16.114] #7  0x000055725c40f702 in examine_self_contradictory_rels_phase1 (root=root@entry=0x55725f38d538) at ../s...
[03:12:16.114] #8  0x000055725c3d9d44 in query_planner (root=root@entry=0x55725f38d538, qp_callback=qp_callback@entry=0x...
[03:12:16.114] #9  0x000055725c3ed137 in grouping_planner (root=root@entry=0x55725f38d538, tuple_fraction=<optimized out...
core
[03:12:14.030] #0  0x00007f12ca0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[03:12:14.030] #1  0x00007f12ca05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[03:12:14.030] #2  0x00007f12ca045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[03:12:14.030] #3  0x00007f12ca21e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[03:12:14.030] #4  0x00007f12ca22aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[03:12:14.030] #5  0x00007f12ca20dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x560a315c4b4...
[03:12:14.030] #6  0x0000560a308804f3 in examine_self_contradictory_rels (root=root@entry=0x560a335f7f28, rel=rel@entry=...
[03:12:14.030] #7  0x0000560a30880702 in examine_self_contradictory_rels_phase1 (root=root@entry=0x560a335f7f28) at ../s...
[03:12:14.030] #8  0x0000560a3084ad44 in query_planner (root=root@entry=0x560a335f7f28, qp_callback=qp_callback@entry=0x...
[03:12:14.030] #9  0x0000560a3085e137 in grouping_planner (root=root@entry=0x560a335f7f28, tuple_fraction=<optimized out...
core
[03:12:13.508] #0  0x00007fdb8b0aeda4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[03:12:13.508] #1  0x00007fdb8b05b239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[03:12:13.508] #2  0x00007fdb8b116204 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[03:12:13.508] #3  0x00007fdb8b12885c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[03:12:13.969] #0  0x00007f12ca0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[03:12:13.508] #0  <unavailable> in ?? ()
core
[03:12:13.020] #0  0x00007fe0fcaa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[03:12:13.020] #1  0x00007fe0fca5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[03:12:13.020] #2  0x00007fe0fca45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[03:12:13.020] #3  0x00007fe0fcc1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[03:12:13.020] #4  0x00007fe0fcc2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[03:12:13.020] #5  0x00007fe0fcc0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55725d153b4...
[03:12:13.020] #6  0x000055725c40f4f3 in examine_self_contradictory_rels (root=root@entry=0x55725f426e28, rel=rel@entry=...
[03:12:13.020] #7  0x000055725c40f702 in examine_self_contradictory_rels_phase1 (root=root@entry=0x55725f426e28) at ../s...
[03:12:13.020] #8  0x000055725c3d9d44 in query_planner (root=root@entry=0x55725f426e28, qp_callback=qp_callback@entry=0x...
[03:12:13.020] #9  0x000055725c3ed137 in grouping_planner (root=root@entry=0x55725f426e28, tuple_fraction=<optimized out...
core
[03:12:11.439] #0  0x00007fe0fcaa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[03:12:11.439] #1  0x00007fe0fca5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[03:12:11.439] #2  0x00007fe0fca45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[03:12:11.439] #3  0x00007fe0fcc1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[03:12:11.439] #4  0x00007fe0fcc2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[03:12:11.439] #5  0x00007fe0fcc0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55725d153b4...
[03:12:11.439] #6  0x000055725c40f4f3 in examine_self_contradictory_rels (root=root@entry=0x55725f3d8d18, rel=rel@entry=...
[03:12:11.439] #7  0x000055725c40f702 in examine_self_contradictory_rels_phase1 (root=root@entry=0x55725f3d8d18) at ../s...
[03:12:11.439] #8  0x000055725c3d9d44 in query_planner (root=root@entry=0x55725f3d8d18, qp_callback=qp_callback@entry=0x...
[03:12:11.439] #9  0x000055725c3ed137 in grouping_planner (root=root@entry=0x55725f3d8d18, tuple_fraction=<optimized out...
regress
diff -U3 /tmp/cirrus-ci-build/contrib/btree_gin/expected/bool.out /tmp/cirrus-ci-build/build/testrun/btree_gin/regress/r...
--- /tmp/cirrus-ci-build/contrib/btree_gin/expected/bool.out	2024-12-04 03:04:48.696093109 +0000
+++ /tmp/cirrus-ci-build/build/testrun/btree_gin/regress/results/bool.out	2024-12-04 03:08:57.856615289 +0000
@@ -109,15 +109,13 @@
 (6 rows)
 
 EXPLAIN (COSTS OFF) SELECT * FROM test_bool WHERE i>true ORDER BY i;
-                QUERY PLAN                 
--------------------------------------------
+           QUERY PLAN           
+--------------------------------
  Sort
    Sort Key: i
-   ->  Bitmap Heap Scan on test_bool
-         Recheck Cond: (i > true)
-         ->  Bitmap Index Scan on idx_bool
-               Index Cond: (i > true)
-(6 rows)
+   ->  Result
+         One-Time Filter: false
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/horology.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_p...
--- /tmp/cirrus-ci-build/src/test/regress/expected/horology.out	2024-12-04 03:04:50.636614495 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/horology.out	2024-12-04 03:08:15.336649275...
@@ -2541,1307 +2541,7 @@
 explain (costs off)
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
-                                 QUERY PLAN                                  
------------------------------------------------------------------------------
- Aggregate
-   ->  Seq Scan on date_tbl
-         Filter: ((f1 >= '01-01-1997'::date) AND (f1 <= '01-01-1998'::date))
-(3 rows)
-
-select count(*) from date_tbl
-  where f1 between symmetric '1997-01-01' and '1998-01-01';
- count 
--------
-     3
-(1 row)
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/horology.out /tmp/cirrus-ci-build/build/testrun/recovery/027_str...
--- /tmp/cirrus-ci-build/src/test/regress/expected/horology.out	2024-12-04 03:04:50.636614495 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/horology.out	2024-12-04 03:08:41.3646313...
@@ -2541,1307 +2541,7 @@
 explain (costs off)
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
-                                 QUERY PLAN                                  
------------------------------------------------------------------------------
- Aggregate
-   ->  Seq Scan on date_tbl
-         Filter: ((f1 >= '01-01-1997'::date) AND (f1 <= '01-01-1998'::date))
-(3 rows)
-
-select count(*) from date_tbl
-  where f1 between symmetric '1997-01-01' and '1998-01-01';
- count 
--------
-     3
-(1 row)
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/horology.out /tmp/cirrus-ci-build/build/testrun/regress/regress/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/horology.out	2024-12-04 03:04:50.636614495 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/horology.out	2024-12-04 03:08:11.584665448 +0000
@@ -2541,1307 +2541,7 @@
 explain (costs off)
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
-                                 QUERY PLAN                                  
------------------------------------------------------------------------------
- Aggregate
-   ->  Seq Scan on date_tbl
-         Filter: ((f1 >= '01-01-1997'::date) AND (f1 <= '01-01-1998'::date))
-(3 rows)
-
-select count(*) from date_tbl
-  where f1 between symmetric '1997-01-01' and '1998-01-01';
- count 
--------
-     3
-(1 row)
...
tap
[03:09:27.690](0.827s) not ok 20 - pg_amcheck of db1.s1 excluding indexes status (got 1 vs expected 0)
[03:09:27.691](0.000s) not ok 22 - pg_amcheck of db1.s1 excluding indexes stderr /(?^:^$)/
[03:09:28.222](0.530s) not ok 23 - pg_amcheck of db2.s1 excluding indexes status (got 1 vs expected 2)
[03:09:28.223](0.000s) not ok 24 - pg_amcheck of db2.s1 excluding indexes stdout /(?^:could not open file ".*": No such ...
[03:09:28.223](0.000s) not ok 25 - pg_amcheck of db2.s1 excluding indexes stderr /(?^:^$)/
[03:09:28.351](0.049s) not ok 31 - pg_amcheck in schema s4 reports toast corruption status (got 1 vs expected 2)
[03:09:28.352](0.000s) not ok 32 - pg_amcheck in schema s4 reports toast corruption stdout /(?^:could not open file ".*"...
[03:09:28.353](0.000s) not ok 33 - pg_amcheck in schema s4 reports toast corruption stderr /(?^:^$)/
[03:09:28.385](0.032s) not ok 34 - pg_amcheck in schema s4 excluding toast reports no corruption status (got 1 vs expect...
[03:09:28.386](0.000s) not ok 36 - pg_amcheck in schema s4 excluding toast reports no corruption stderr /(?^:^$)/
[03:09:28.420](0.034s) not ok 37 - pg_amcheck over schema s5 reports no corruption status (got 1 vs expected 0)
[03:09:28.421](0.000s) not ok 39 - pg_amcheck over schema s5 reports no corruption stderr /(?^:^$)/
[03:09:28.464](0.043s) not ok 40 - pg_amcheck over schema s1 with corrupt indexes excluded reports no corruption status ...
[03:09:28.465](0.000s) not ok 42 - pg_amcheck over schema s1 with corrupt indexes excluded reports no corruption stderr ...
[03:09:28.501](0.036s) not ok 43 - pg_amcheck over schema s1 with all indexes excluded reports no corruption status (got...
[03:09:28.502](0.000s) not ok 45 - pg_amcheck over schema s1 with all indexes excluded reports no corruption stderr /(?^...
[03:09:28.522](0.020s) not ok 46 - pg_amcheck over schema s2 with corrupt tables excluded reports no corruption status (...
[03:09:28.523](0.000s) not ok 48 - pg_amcheck over schema s2 with corrupt tables excluded reports no corruption stderr /...
[03:09:28.577](0.013s) not ok 55 - pg_amcheck smoke test --parent-check status (got 1 vs expected 2)
[03:09:28.578](0.000s) not ok 56 - pg_amcheck smoke test --parent-check stdout /(?^:index ".*" lacks a main relation for...
[03:09:28.578](0.000s) not ok 57 - pg_amcheck smoke test --parent-check stderr /(?^:^$)/
[03:09:28.631](0.053s) not ok 58 - pg_amcheck smoke test --heapallindexed --rootdescend status (got 1 vs expected 2)
[03:09:28.632](0.000s) not ok 59 - pg_amcheck smoke test --heapallindexed --rootdescend stdout /(?^:index ".*" lacks a m...
[03:09:28.632](0.000s) not ok 60 - pg_amcheck smoke test --heapallindexed --rootdescend stderr /(?^:^$)/
[03:09:28.676](0.044s) not ok 61 - pg_amcheck excluding all corrupt schemas status (got 1 vs expected 0)
[03:09:28.677](0.000s) not ok 63 - pg_amcheck excluding all corrupt schemas stderr /(?^:^$)/
[03:09:28.708](0.031s) not ok 64 - pg_amcheck smoke test --parent-check --checkunique status (got 1 vs expected 2)
[03:09:28.709](0.000s) not ok 65 - pg_amcheck smoke test --parent-check --checkunique stdout /(?^:index ".*" lacks a mai...
[03:09:28.710](0.000s) not ok 66 - pg_amcheck smoke test --parent-check --checkunique stderr /(?^:^$)/
[03:09:28.738](0.027s) not ok 67 - pg_amcheck smoke test --heapallindexed --rootdescend --checkunique status (got 1 vs e...
[03:09:28.738](0.000s) not ok 68 - pg_amcheck smoke test --heapallindexed --rootdescend --checkunique stdout /(?^:index ...
[03:09:28.739](0.000s) not ok 69 - pg_amcheck smoke test --heapallindexed --rootdescend --checkunique stderr /(?^:^$)/
[03:09:28.800](0.061s) not ok 70 - pg_amcheck excluding all corrupt schemas with --checkunique option status (got 1 vs e...
[03:09:28.801](0.000s) not ok 72 - pg_amcheck excluding all corrupt schemas with --checkunique option stderr /(?^:^$)/
tap
[03:08:23.212](13.138s) not ok 5 - regression tests pass
[03:08:25.369](2.136s) not ok 6 - dump before running pg_upgrade
tap
[03:08:45.733](9.905s) not ok 2 - regression tests pass
test
[03:11:02.799]  14/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[03:11:02.799]   6/314 postgresql:regress / regress/regress                                            ERROR            ...
[03:11:02.799]  38/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[03:11:02.799]  59/314 postgresql:btree_gin / btree_gin/regress                                        ERROR            ...
[03:11:02.799] 153/314 postgresql:pg_amcheck / pg_amcheck/003_check                                    ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/contrib/btree_gin/expected/bool.out C:/cirrus/build/testrun/btree_gin/regress/res...
--- C:/cirrus/contrib/btree_gin/expected/bool.out	2024-12-04 03:06:54.833424200 +0000
+++ C:/cirrus/build/testrun/btree_gin/regress/results/bool.out	2024-12-04 03:12:45.163656200 +0000
@@ -109,15 +109,13 @@
 (6 rows)
 
 EXPLAIN (COSTS OFF) SELECT * FROM test_bool WHERE i>true ORDER BY i;
-                QUERY PLAN                 
--------------------------------------------
+           QUERY PLAN           
+--------------------------------
  Sort
    Sort Key: i
-   ->  Bitmap Heap Scan on test_bool
-         Recheck Cond: (i > true)
-         ->  Bitmap Index Scan on idx_bool
-               Index Cond: (i > true)
-(6 rows)
+   ->  Result
+         One-Time Filter: false
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/horology.out C:/cirrus/build/testrun/pg_upgrade/002_pg_...
--- C:/cirrus/src/test/regress/expected/horology.out	2024-12-04 03:06:59.451590400 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/horology.out	2024-12-04 03:09:05.591149700 +0000
@@ -2541,18 +2541,17 @@
 explain (costs off)
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
-                                 QUERY PLAN                                  
------------------------------------------------------------------------------
+         QUERY PLAN         
+----------------------------
  Aggregate
    ->  Seq Scan on date_tbl
-         Filter: ((f1 >= '01-01-1997'::date) AND (f1 <= '01-01-1998'::date))
-(3 rows)
+(2 rows)
 
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
  count 
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/horology.out C:/cirrus/build/testrun/recovery/027_strea...
--- C:/cirrus/src/test/regress/expected/horology.out	2024-12-04 03:06:59.451590400 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/horology.out	2024-12-04 03:11:18.975667400 +0000
@@ -2541,18 +2541,17 @@
 explain (costs off)
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
-                                 QUERY PLAN                                  
------------------------------------------------------------------------------
+         QUERY PLAN         
+----------------------------
  Aggregate
    ->  Seq Scan on date_tbl
-         Filter: ((f1 >= '01-01-1997'::date) AND (f1 <= '01-01-1998'::date))
-(3 rows)
+(2 rows)
 
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
  count 
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/horology.out C:/cirrus/build/testrun/regress/regress/re...
--- C:/cirrus/src/test/regress/expected/horology.out	2024-12-04 03:06:59.451590400 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/horology.out	2024-12-04 03:08:59.569293900 +0000
@@ -2541,18 +2541,17 @@
 explain (costs off)
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
-                                 QUERY PLAN                                  
------------------------------------------------------------------------------
+         QUERY PLAN         
+----------------------------
  Aggregate
    ->  Seq Scan on date_tbl
-         Filter: ((f1 >= '01-01-1997'::date) AND (f1 <= '01-01-1998'::date))
-(3 rows)
+(2 rows)
 
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
  count 
...
tap
[03:10:48.614](113.353s) not ok 5 - regression tests pass
tap
[03:13:16.039](132.041s) not ok 2 - regression tests pass
test
[03:20:28.584]   7/309 postgresql:regress / regress/regress                                            ERROR           1...
[03:20:28.584]  39/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[03:20:28.584]  62/309 postgresql:btree_gin / btree_gin/regress                                        ERROR            ...
[03:20:28.584] 107/309 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5410 Disable installcheck for tap and regress tests for injection_points module
FreeBSD - 13 - Meson
assertion
TRAP: failed Assert("TransactionIdIsValid(proc->xid)"), File: "../src/backend/storage/ipc/procarray.c", Line: 677, PID: ...
core
[02:31:59.778] #0  0x000000082d94f41a in thr_kill () from /lib/libc.so.7
[02:31:59.778] #1  0x000000082d8c8e64 in raise () from /lib/libc.so.7
[02:31:59.778] #2  0x000000082d9796f9 in abort () from /lib/libc.so.7
[02:31:59.778] #3  0x0000000000aa0305 in ExceptionalCondition (conditionName=0x3611ef "TransactionIdIsValid(proc->xid)",...
[02:31:59.778] #4  0x000000000091777d in ProcArrayEndTransaction (proc=0x8407f7af8, latestXid=latestXid@entry=750) at .....
[02:31:59.778] #5  0x0000000000660b7f in AbortTransaction () at ../src/backend/access/transam/xact.c:2946
[02:31:59.778] #6  0x000000000065e78a in AbortCurrentTransactionInternal () at ../src/backend/access/transam/xact.c:3598
[02:31:59.778] #7  AbortCurrentTransaction () at ../src/backend/access/transam/xact.c:3449
[02:31:59.778] #8  0x0000000000943e1e in PostgresMain (dbname=<optimized out>, username=<optimized out>) at ../src/backe...
[02:31:59.778] #9  0x000000000093f0f9 in BackendMain (startup_data=<optimized out>, startup_data_len=<optimized out>) at...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/crash.out /tmp/cirrus-ci-build/build/testrun/in...
--- /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/crash.out	2024-12-04 02:25:07.244758000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/injection_points/isolation/results/crash.out	2024-12-04 02:28:43.687141000 +0000
@@ -23,4 +23,13 @@
 
 step c2: COMMIT;
 ERROR:  could not serialize access due to read/write dependencies among transactions
+s2: WARNING:  AbortTransaction while in ABORT state
+ERROR:  ResourceOwnerEnlarge called after release started
+server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
+
 step c3: COMMIT;
+teardown failed: server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
diff -U3 /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/inplace.out /tmp/cirrus-ci-build/build/testrun/...
--- /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/inplace.out	2024-12-04 02:25:07.244939000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/injection_points/isolation/results/inplace.out	2024-12-04 02:28:43.845902000 +000...
...
test
[02:30:43.358] 116/314 postgresql:injection_points / injection_points/isolation                        ERROR            ...
Linux - Debian Bookworm - Autoconf
assertion
TRAP: failed Assert("TransactionIdIsValid(proc->xid)"), File: "procarray.c", Line: 677, PID: 43303
core
[02:37:36.906] #0  0x00007f49311dbebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[02:37:36.906] #1  0x00007f493118cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[02:37:36.906] #2  0x00007f4931177472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[02:37:36.906] #3  0x0000563722642281 in ExceptionalCondition (conditionName=conditionName@entry=0x5637229f5620 "Transac...
[02:37:36.906] #4  0x00005637222c6b1c in ProcArrayEndTransaction (proc=0x7f492cf45440, latestXid=750) at procarray.c:677
[02:37:36.906] #5  0x0000563721af749d in AbortTransaction () at xact.c:2946
[02:37:36.906] #6  0x0000563721af8def in AbortCurrentTransactionInternal () at xact.c:3531
[02:37:36.906] #7  0x0000563721af8f2e in AbortCurrentTransaction () at xact.c:3449
[02:37:36.906] #8  0x00005637223323d0 in PostgresMain (dbname=dbname@entry=0x62900001b3a8 "isolation_regression", userna...
[02:37:36.906] #9  0x0000563722324de0 in BackendMain (startup_data=startup_data@entry=0x7fffef00e5d0 "", startup_data_le...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/crash.out /tmp/cirrus-ci-build/src/test/modules...
--- /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/crash.out	2024-12-04 02:25:04.553252303 +0000
+++ /tmp/cirrus-ci-build/src/test/modules/injection_points/output_iso/results/crash.out	2024-12-04 02:32:18.860719545 +0...
@@ -23,4 +23,10 @@
 
 step c2: COMMIT;
 ERROR:  could not serialize access due to read/write dependencies among transactions
+s2: WARNING:  AbortTransaction while in ABORT state
+ERROR:  ResourceOwnerEnlarge called after release started
+server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
+
 step c3: COMMIT;
diff -U3 /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/inplace.out /tmp/cirrus-ci-build/src/test/modul...
--- /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/inplace.out	2024-12-04 02:25:04.553252303 +0000
+++ /tmp/cirrus-ci-build/src/test/modules/injection_points/output_iso/results/inplace.out	2024-12-04 02:32:19.448716606 ...
@@ -14,327 +14,6 @@
 step vac1: VACUUM vactest.orig50;  -- wait during inplace update <waiting ...>
 step grant2: GRANT SELECT ON TABLE vactest.orig50 TO PUBLIC;
...
Linux - Debian Bookworm - Meson
assertion
TRAP: failed Assert("TransactionIdIsValid(proc->xid)"), File: "../src/backend/storage/ipc/procarray.c", Line: 677, PID: ...
core
[02:34:52.043] #0  0x00007efc140a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[02:34:52.043] #1  0x00007efc1405afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[02:34:52.043] #2  0x00007efc14045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[02:34:52.043] #3  0x000055a2f1ae03e7 in ExceptionalCondition (conditionName=conditionName@entry=0x55a2f1d9c448 "Transac...
[02:34:52.043] #4  0x000055a2f17f1b41 in ProcArrayEndTransaction (proc=0x7efc11362ac0, latestXid=750) at ../src/backend/...
[02:34:52.043] #5  0x000055a2f1256db3 in AbortTransaction () at ../src/backend/access/transam/xact.c:2946
[02:34:52.043] #6  0x000055a2f1257daa in AbortCurrentTransactionInternal () at ../src/backend/access/transam/xact.c:3531
[02:34:52.043] #7  0x000055a2f1257e4e in AbortCurrentTransaction () at ../src/backend/access/transam/xact.c:3449
[02:34:52.043] #8  0x000055a2f184c7f8 in PostgresMain (dbname=<optimized out>, username=<optimized out>) at ../src/backe...
[02:34:52.043] #9  0x000055a2f18429bd in BackendMain (startup_data=<optimized out>, startup_data_len=<optimized out>) at...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/crash.out /tmp/cirrus-ci-build/build/testrun/in...
--- /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/crash.out	2024-12-04 02:25:04.116144597 +0000
+++ /tmp/cirrus-ci-build/build/testrun/injection_points/isolation/results/crash.out	2024-12-04 02:31:38.821316796 +0000
@@ -23,4 +23,10 @@
 
 step c2: COMMIT;
 ERROR:  could not serialize access due to read/write dependencies among transactions
+s2: WARNING:  AbortTransaction while in ABORT state
+ERROR:  ResourceOwnerEnlarge called after release started
+server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
+
 step c3: COMMIT;
diff -U3 /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/inplace.out /tmp/cirrus-ci-build/build/testrun/...
--- /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/inplace.out	2024-12-04 02:25:04.116144597 +0000
+++ /tmp/cirrus-ci-build/build/testrun/injection_points/isolation/results/inplace.out	2024-12-04 02:31:39.669320601 +000...
@@ -93,248 +93,9 @@
 f                
 (1 row)
...
test
[02:33:40.153] 314/314 postgresql:injection_points / injection_points/isolation                        ERROR           1...
Windows - Server 2019, VS 2019 - Meson & ninja
assertion
TRAP: failed Assert("TransactionIdIsValid(proc->xid)"), File: "../src/backend/storage/ipc/procarray.c", Line: 677, PID: ...
core
000000ab`92dff750 00007ff7`65872028     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ab`92dff790 00007ff7`655f634c     postgres!ExceptionalCondition(
000000ab`92dff7d0 00007ff7`6519c633     postgres!ProcArrayEndTransaction(
000000ab`92dff800 00007ff7`6519ded3     postgres!AbortTransaction(void)+0x223 [c:\cirrus\src\backend\access\transam\xact...
000000ab`92dff850 00007ff7`65198a29     postgres!AbortCurrentTransactionInternal(void)+0xc3 [c:\cirrus\src\backend\acces...
000000ab`92dff890 00007ff7`6563830a     postgres!AbortCurrentTransaction(void)+0x9 [c:\cirrus\src\backend\access\transam...
000000ab`92dff8c0 00007ff7`6563265d     postgres!PostgresMain(
000000ab`92dffad0 00007ff7`655317f7     postgres!BackendMain(
000000ab`92dffb10 00007ff7`653edaa4     postgres!SubPostmasterMain(
000000ab`92dffb80 00007ff7`659e7ee9     postgres!main(
core
000000ab`931ff728 00007ffb`fc1cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ab`931ff730 00007ffb`fc0d4cb0     ntdll!TppWorkerThread+0x2df
000000ab`931ffa20 00007ffb`fc23edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ab`931ffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ab`939ffa38 00007ffb`f9dbd71e     ntdll!NtWaitForSingleObject+0x14
000000ab`939ffa40 00007ff7`655276cc     KERNELBASE!WaitForSingleObjectEx+0x8e
000000ab`939ffae0 00007ffb`fc0d4cb0     postgres!pg_timer_thread(
000000ab`939ffb20 00007ffb`fc23edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ab`939ffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ab`93dffb28 00007ffb`fc1cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ab`93dffb30 00007ffb`fc0d4cb0     ntdll!TppWorkerThread+0x2df
000000ab`93dffe20 00007ffb`fc23edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ab`93dffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ab`935ff758 00007ffb`f9e045ca     ntdll!NtFsControlFile+0x14
000000ab`935ff760 00007ff7`65525c2b     KERNELBASE!ConnectNamedPipe+0x6a
000000ab`935ff7d0 00007ffb`fc0d4cb0     postgres!pg_signal_thread(
000000ab`935ff8d0 00007ffb`fc23edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ab`935ff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/modules/injection_points/expected/crash.out C:/cirrus/build/testrun/inje...
--- C:/cirrus/src/test/modules/injection_points/expected/crash.out	2024-12-04 02:25:23.932903500 +0000
+++ C:/cirrus/build/testrun/injection_points/isolation/results/crash.out	2024-12-04 02:32:42.215068600 +0000
@@ -23,4 +23,10 @@
 
 step c2: COMMIT;
 ERROR:  could not serialize access due to read/write dependencies among transactions
+s2: WARNING:  AbortTransaction while in ABORT state
+ERROR:  ResourceOwnerEnlarge called after release started
+server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
+
 step c3: COMMIT;
test
[02:39:29.778] 116/309 postgresql:injection_points / injection_points/isolation                        ERROR            ...
51/4810 COPY ON_ERROR 'NULL'
CompilerWarnings
compiler
[01:23:30.115] copyfrom.c:1037:10: error: data argument not used by format string [-Werror,-Wformat-extra-args]
compiler
[01:23:21.905] copyfrom.c:1037:10: error: data argument not used by format string [-Werror,-Wformat-extra-args]
compiler
[01:22:52.772] copyfrom.c:1036:64: error: too many arguments for format [-Werror=format-extra-args]
compiler
[01:22:45.910] copyfrom.c:1036:64: error: too many arguments for format [-Werror=format-extra-args]
compiler
[01:23:52.756] copyfrom.c:1036:64: error: too many arguments for format [-Werror=format-extra-args]
FreeBSD - 13 - Meson
core
[01:28:30.430] #0  0x00001fbb3a6c94ba in ?? () from /lib/libc.so.7
[01:28:30.430] #1  0x00001fb31738d831 in ?? ()
[01:28:30.430] #2  0x00001fb31738d33d in ?? ()
[01:28:30.430] #3  0x00001fbb390f5408 in ?? ()
[01:28:30.430] #4  0x0000000000000000 in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/contrib/file_fdw/expected/file_fdw.out /tmp/cirrus-ci-build/build/testrun/file_fdw/regress...
--- /tmp/cirrus-ci-build/contrib/file_fdw/expected/file_fdw.out	2024-12-04 01:22:10.746827000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/file_fdw/regress/results/file_fdw.out	2024-12-04 01:24:54.342179000 +0000
@@ -97,7 +97,7 @@
 CREATE FOREIGN TABLE tbl () SERVER file_server OPTIONS (log_verbosity 'unsupported');       -- ERROR
 ERROR:  COPY LOG_VERBOSITY "unsupported" not recognized
 CREATE FOREIGN TABLE tbl () SERVER file_server OPTIONS (reject_limit '1');       -- ERROR
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 CREATE FOREIGN TABLE tbl () SERVER file_server OPTIONS (on_error 'ignore', reject_limit '0');       -- ERROR
 ERROR:  REJECT_LIMIT (0) must be greater than zero
 CREATE FOREIGN TABLE tbl () SERVER file_server;  -- ERROR
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_u...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-12-04 01:22:12.305436000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/copy2.out	2024-12-04 01:24:18.978041000 +0...
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-12-04 01:22:12.305436000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/copy2.out	2024-12-04 01:25:12.814119000 ...
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/build/testrun/regress/regress/res...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-12-04 01:22:12.305436000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/copy2.out	2024-12-04 01:24:19.733957000 +0000
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
tap
[01:24:39.783](67.562s) not ok 5 - regression tests pass
tap
[01:25:29.983](79.421s) not ok 2 - regression tests pass
test
[01:27:18.872]  42/314 postgresql:regress / regress/regress                                            ERROR            ...
[01:27:18.872]  67/314 postgresql:file_fdw / file_fdw/regress                                          ERROR            ...
[01:27:18.872]  92/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[01:27:18.872] 162/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/contrib/file_fdw/expected/file_fdw.out /tmp/cirrus-ci-build/contrib/file_fdw/results/file_...
--- /tmp/cirrus-ci-build/contrib/file_fdw/expected/file_fdw.out	2024-12-04 01:22:10.758430750 +0000
+++ /tmp/cirrus-ci-build/contrib/file_fdw/results/file_fdw.out	2024-12-04 01:27:30.009865131 +0000
@@ -97,7 +97,7 @@
 CREATE FOREIGN TABLE tbl () SERVER file_server OPTIONS (log_verbosity 'unsupported');       -- ERROR
 ERROR:  COPY LOG_VERBOSITY "unsupported" not recognized
 CREATE FOREIGN TABLE tbl () SERVER file_server OPTIONS (reject_limit '1');       -- ERROR
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 CREATE FOREIGN TABLE tbl () SERVER file_server OPTIONS (on_error 'ignore', reject_limit '0');       -- ERROR
 ERROR:  REJECT_LIMIT (0) must be greater than zero
 CREATE FOREIGN TABLE tbl () SERVER file_server;  -- ERROR
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/resu...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-12-04 01:22:12.714430792 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/copy2.out	2024-12-04 01:30:02.437794707 +0000
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/src/test/recovery/tmp_check/resul...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-12-04 01:22:12.714430792 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/copy2.out	2024-12-04 01:31:41.709714486 +0000
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/src/test/regress/results/copy2.ou...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-12-04 01:22:12.714430792 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/copy2.out	2024-12-04 01:27:37.973860422 +0000
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
tap
[01:30:15.685](104.739s) not ok 5 - regression tests pass
tap
[01:31:53.729](68.135s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/file_fdw/expected/file_fdw.out /tmp/cirrus-ci-build/build/testrun/file_fdw/regress...
--- /tmp/cirrus-ci-build/contrib/file_fdw/expected/file_fdw.out	2024-12-04 01:22:09.696608029 +0000
+++ /tmp/cirrus-ci-build/build/testrun/file_fdw/regress/results/file_fdw.out	2024-12-04 01:27:45.289119717 +0000
@@ -97,7 +97,7 @@
 CREATE FOREIGN TABLE tbl () SERVER file_server OPTIONS (log_verbosity 'unsupported');       -- ERROR
 ERROR:  COPY LOG_VERBOSITY "unsupported" not recognized
 CREATE FOREIGN TABLE tbl () SERVER file_server OPTIONS (reject_limit '1');       -- ERROR
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 CREATE FOREIGN TABLE tbl () SERVER file_server OPTIONS (on_error 'ignore', reject_limit '0');       -- ERROR
 ERROR:  REJECT_LIMIT (0) must be greater than zero
 CREATE FOREIGN TABLE tbl () SERVER file_server;  -- ERROR
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_u...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-12-04 01:22:11.561737974 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/copy2.out	2024-12-04 01:27:23.220664392 +0...
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-12-04 01:22:11.561737974 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/copy2.out	2024-12-04 01:28:01.789540841 ...
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/build/testrun/regress/regress/res...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-12-04 01:22:11.561737974 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/copy2.out	2024-12-04 01:27:16.972563746 +0000
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
tap
[01:27:39.145](80.347s) not ok 5 - regression tests pass
tap
[01:28:13.845](79.660s) not ok 2 - regression tests pass
test
[01:29:58.796]  43/314 postgresql:regress / regress/regress                                            ERROR            ...
[01:29:58.796]  65/314 postgresql:file_fdw / file_fdw/regress                                          ERROR            ...
[01:29:58.796] 133/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[01:29:58.796] 154/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/contrib/file_fdw/expected/file_fdw.out /Users/admin/pgsql/build/testrun/file_fdw/regress/res...
--- /Users/admin/pgsql/contrib/file_fdw/expected/file_fdw.out	2024-12-04 01:21:10
+++ /Users/admin/pgsql/build/testrun/file_fdw/regress/results/file_fdw.out	2024-12-04 01:24:18
@@ -97,7 +97,7 @@
 CREATE FOREIGN TABLE tbl () SERVER file_server OPTIONS (log_verbosity 'unsupported');       -- ERROR
 ERROR:  COPY LOG_VERBOSITY "unsupported" not recognized
 CREATE FOREIGN TABLE tbl () SERVER file_server OPTIONS (reject_limit '1');       -- ERROR
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 CREATE FOREIGN TABLE tbl () SERVER file_server OPTIONS (on_error 'ignore', reject_limit '0');       -- ERROR
 ERROR:  REJECT_LIMIT (0) must be greater than zero
 CREATE FOREIGN TABLE tbl () SERVER file_server;  -- ERROR
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/copy2.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgra...
--- /Users/admin/pgsql/src/test/regress/expected/copy2.out	2024-12-04 01:21:12
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/copy2.out	2024-12-04 01:23:34
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/copy2.out /Users/admin/pgsql/build/testrun/recovery/027_stream_reg...
--- /Users/admin/pgsql/src/test/regress/expected/copy2.out	2024-12-04 01:21:12
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/copy2.out	2024-12-04 01:24:20
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/copy2.out /Users/admin/pgsql/build/testrun/regress/regress/results...
--- /Users/admin/pgsql/src/test/regress/expected/copy2.out	2024-12-04 01:21:12
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/copy2.out	2024-12-04 01:23:36
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
tap
[01:23:43.434](40.114s) not ok 5 - regression tests pass
tap
[01:24:28.896](45.405s) not ok 2 - regression tests pass
test
[01:26:14.576]  29/314 postgresql:regress / regress/regress                                            ERROR            ...
[01:26:14.576]  46/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[01:26:14.576]  64/314 postgresql:file_fdw / file_fdw/regress                                          ERROR            ...
[01:26:14.576] 139/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/contrib/file_fdw/expected/file_fdw.out C:/cirrus/build/testrun/file_fdw/regress/r...
--- C:/cirrus/contrib/file_fdw/expected/file_fdw.out	2024-12-04 01:22:26.188368200 +0000
+++ C:/cirrus/build/testrun/file_fdw/regress/results/file_fdw.out	2024-12-04 01:28:51.960262500 +0000
@@ -97,7 +97,7 @@
 CREATE FOREIGN TABLE tbl () SERVER file_server OPTIONS (log_verbosity 'unsupported');       -- ERROR
 ERROR:  COPY LOG_VERBOSITY "unsupported" not recognized
 CREATE FOREIGN TABLE tbl () SERVER file_server OPTIONS (reject_limit '1');       -- ERROR
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 CREATE FOREIGN TABLE tbl () SERVER file_server OPTIONS (on_error 'ignore', reject_limit '0');       -- ERROR
 ERROR:  REJECT_LIMIT (0) must be greater than zero
 CREATE FOREIGN TABLE tbl () SERVER file_server;  -- ERROR
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/copy2.out C:/cirrus/build/testrun/pg_upgrade/002_pg_upg...
--- C:/cirrus/src/test/regress/expected/copy2.out	2024-12-04 01:22:30.828418600 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/copy2.out	2024-12-04 01:26:20.649107500 +0000
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/copy2.out C:/cirrus/build/testrun/recovery/027_stream_r...
--- C:/cirrus/src/test/regress/expected/copy2.out	2024-12-04 01:22:30.828418600 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/copy2.out	2024-12-04 01:28:48.250300200 +0000
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/copy2.out C:/cirrus/build/testrun/regress/regress/resul...
--- C:/cirrus/src/test/regress/expected/copy2.out	2024-12-04 01:22:30.828418600 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/copy2.out	2024-12-04 01:26:15.559257500 +0000
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
tap
[01:26:45.214](126.399s) not ok 5 - regression tests pass
tap
[01:29:15.272](140.058s) not ok 2 - regression tests pass
test
[01:36:54.097]  21/309 postgresql:regress / regress/regress                                            ERROR           1...
[01:36:54.097]  41/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           2...
[01:36:54.097]  62/309 postgresql:file_fdw / file_fdw/regress                                          ERROR            ...
[01:36:54.097]  95/309 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/4538 Statistics Import and Export
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out /tmp/cirrus-ci-build/build/testrun/postgres...
--- /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out	2024-12-03 23:21:25.012604000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/postgres_fdw-running/regress/results/postgres_fdw.out	2024-12-03 23:26:29.7646280...
@@ -12325,8 +12325,7 @@
   FROM postgres_fdw_get_connections(true);
  case 
 ------
-    1
-(1 row)
+(0 rows)
 
 -- After terminating the remote backend, since the connection is closed,
 -- "closed" should be TRUE, or NULL if the connection status check
@@ -12339,8 +12338,7 @@
   FROM postgres_fdw_get_connections(true);
  case 
 ------
-    1
-(1 row)
+(0 rows)
...
test
[23:26:57.031] 74/76 postgresql:postgres_fdw-running / postgres_fdw-running/regress               ERROR             9.57...
Linux - Debian Bookworm - Autoconf
core
[23:31:52.188] #0  0x00007f2e0ddedebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[23:31:52.188] #1  0x00007f2e0dd9efb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[23:31:52.188] #2  0x00007f2e0dd89472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[23:31:52.188] #3  0x00007f2e0e0d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[23:31:52.188] #4  0x00007f2e0e0e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[23:31:52.188] #5  0x00007f2e0e0c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7fffe0c6ffe6, __in_ch...
[23:31:52.188] #6  0x00007f2e0e0c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140736964529232, sp...
[23:31:52.188] #7  0x00007f2e0e0c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[23:31:52.188] #8  0x00005575c5910fcf in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[23:31:52.188] #9  0x00005575c594fb2f in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[23:31:52.675] #0  0x00007f5b75d26ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[23:31:52.675] #1  0x00007f5b75cd7fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[23:31:52.675] #2  0x00007f5b75cc2472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[23:31:52.675] #3  0x00007f5b760d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[23:31:52.675] #4  0x00007f5b760e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[23:31:52.675] #5  0x00007f5b760c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7fff7b46a946, __in_ch...
[23:31:52.675] #6  0x00007f5b760c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140735261619632, sp...
[23:31:52.675] #7  0x00007f5b760c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[23:31:52.675] #8  0x00005643bc5d6fcf in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[23:31:52.675] #9  0x00005643bc615b2f in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[23:31:44.740] #0  0x00007fce4b1edebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[23:31:44.740] #1  0x00007fce4b19efb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[23:31:44.740] #2  0x00007fce4b189472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[23:31:44.740] #3  0x00007fce4b4d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[23:31:44.740] #4  0x00007fce4b4e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[23:31:44.740] #5  0x00007fce4b4c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffebcd06466, __in_ch...
[23:31:44.740] #6  0x00007fce4b4c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140732066197712, sp...
[23:31:44.740] #7  0x00007fce4b4c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[23:31:44.740] #8  0x000055d864f08fcf in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[23:31:44.740] #9  0x000055d864f47b2f in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[23:31:44.245] #0  0x00007f9f7a709ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[23:31:44.245] #1  0x00007f9f7a6bafb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[23:31:44.245] #2  0x00007f9f7a6a5472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[23:31:44.245] #3  0x00007f9f7aad650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[23:31:44.245] #4  0x00007f9f7aae2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[23:31:44.245] #5  0x00007f9f7aac1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffcc9f30fd6, __in_ch...
[23:31:44.245] #6  0x00007f9f7aac14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140723696639040, sp...
[23:31:44.245] #7  0x00007f9f7aac251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[23:31:44.245] #8  0x000055632b4e6fcf in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[23:31:44.245] #9  0x000055632b525bc8 in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[23:31:51.691] #0  0x00007faa93bedebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[23:31:51.691] #1  0x00007faa93b9efb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[23:31:51.691] #2  0x00007faa93b89472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[23:31:51.691] #3  0x00007faa93ed650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[23:31:51.691] #4  0x00007faa93ee2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[23:31:51.691] #5  0x00007faa93ec1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffed9569866, __in_ch...
[23:31:51.691] #6  0x00007faa93ec14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140732544754896, sp...
[23:31:51.691] #7  0x00007faa93ec251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[23:31:51.691] #8  0x000055e6572f7fcf in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[23:31:51.691] #9  0x000055e657336bc8 in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[23:31:51.196] #0  0x00007f7956728ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[23:31:51.196] #1  0x00007f79566d9fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[23:31:51.196] #2  0x00007f79566c4472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[23:31:51.196] #3  0x00007f7956ad650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[23:31:51.196] #4  0x00007f7956ae2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[23:31:51.196] #5  0x00007f7956ac1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7fffe79e9526, __in_ch...
[23:31:51.196] #6  0x00007f7956ac14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140737079320976, sp...
[23:31:51.196] #7  0x00007f7956ac251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[23:31:51.196] #8  0x0000564d90f2efcf in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[23:31:51.196] #9  0x0000564d90f6dbc8 in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[23:31:50.703] #0  0x00007f843c6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[23:31:50.703] #1  0x00007f843c65afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[23:31:50.703] #2  0x00007f843c645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[23:31:50.703] #3  0x00007f843c8d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[23:31:50.703] #4  0x00007f843c8e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[23:31:50.703] #5  0x00007f843c8c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7fffd71b1066, __in_ch...
[23:31:50.703] #6  0x00007f843c8c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140736802266320, sp...
[23:31:50.703] #7  0x00007f843c8c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[23:31:50.703] #8  0x000055ff13eeefcf in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[23:31:50.703] #9  0x000055ff13f2db2f in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[23:31:50.217] #0  0x00007fc79dea7ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[23:31:50.217] #1  0x00007fc79de58fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[23:31:50.217] #2  0x00007fc79de43472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[23:31:50.217] #3  0x00007fc79e0d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[23:31:50.217] #4  0x00007fc79e0e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[23:31:50.217] #5  0x00007fc79e0c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffcde5267c6, __in_ch...
[23:31:50.217] #6  0x00007fc79e0c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140724038431792, sp...
[23:31:50.217] #7  0x00007fc79e0c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[23:31:50.217] #8  0x000055e8ced90fcf in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[23:31:50.217] #9  0x000055e8cedcfbc8 in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[23:31:49.210] #0  0x00007f1e828a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[23:31:49.210] #1  0x00007f1e8285afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[23:31:49.210] #2  0x00007f1e82845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[23:31:49.210] #3  0x00007f1e82ad650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[23:31:49.210] #4  0x00007f1e82ae2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[23:31:49.210] #5  0x00007f1e82ac1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffd0da84436, __in_ch...
[23:31:49.210] #6  0x00007f1e82ac14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140724832587936, sp...
[23:31:49.210] #7  0x00007f1e82ac251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[23:31:49.210] #8  0x0000560212069fcf in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[23:31:49.210] #9  0x00005602120a8bc8 in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[23:31:48.706] #0  0x00007f73d1328ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[23:31:48.706] #1  0x00007f73d12d9fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[23:31:48.706] #2  0x00007f73d12c4472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[23:31:48.706] #3  0x00007f73d16d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[23:31:48.706] #4  0x00007f73d16e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[23:31:48.706] #5  0x00007f73d16c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7fff35674a06, __in_ch...
[23:31:48.706] #6  0x00007f73d16c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140734089352816, sp...
[23:31:48.706] #7  0x00007f73d16c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[23:31:48.706] #8  0x0000561ed1059fcf in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[23:31:48.706] #9  0x0000561ed1098b2f in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[23:31:48.217] #0  0x00007f10e1128ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[23:31:48.217] #1  0x00007f10e10d9fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[23:31:48.217] #2  0x00007f10e10c4472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[23:31:48.217] #3  0x00007f10e14d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[23:31:48.217] #4  0x00007f10e14e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[23:31:48.217] #5  0x00007f10e14c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7fffda7f8396, __in_ch...
[23:31:48.217] #6  0x00007f10e14c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140736859181056, sp...
[23:31:48.217] #7  0x00007f10e14c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[23:31:48.217] #8  0x000055c5fc0f9fcf in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[23:31:48.217] #9  0x000055c5fc138bc8 in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[23:31:47.722] #0  0x00007f5d96528ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[23:31:47.722] #1  0x00007f5d964d9fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[23:31:47.722] #2  0x00007f5d964c4472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[23:31:47.722] #3  0x00007f5d968d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[23:31:47.722] #4  0x00007f5d968e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[23:31:47.722] #5  0x00007f5d968c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffd556648b6, __in_ch...
[23:31:47.722] #6  0x00007f5d968c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140726036223264, sp...
[23:31:47.722] #7  0x00007f5d968c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[23:31:47.722] #8  0x000055c9b25a7fcf in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[23:31:47.722] #9  0x000055c9b25e6bc8 in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[23:31:47.209] #0  0x00007ffa86b28ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[23:31:47.209] #1  0x00007ffa86ad9fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[23:31:47.209] #2  0x00007ffa86ac4472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[23:31:47.209] #3  0x00007ffa86ed650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[23:31:47.209] #4  0x00007ffa86ee2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[23:31:47.209] #5  0x00007ffa86ec1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7fffee609c06, __in_ch...
[23:31:47.209] #6  0x00007ffa86ec14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140737192700016, sp...
[23:31:47.209] #7  0x00007ffa86ec251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[23:31:47.209] #8  0x000055b9a12c9fcf in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[23:31:47.209] #9  0x000055b9a1308bc8 in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[23:31:46.696] #0  0x00007f725c6e3ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[23:31:46.696] #1  0x00007f725c694fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[23:31:46.696] #2  0x00007f725c67f472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[23:31:46.696] #3  0x00007f725cad650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[23:31:46.696] #4  0x00007f725cae2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[23:31:46.696] #5  0x00007f725cac1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7fffb695ce86, __in_ch...
[23:31:46.696] #6  0x00007f725cac14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140736256662256, sp...
[23:31:46.696] #7  0x00007f725cac251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[23:31:46.696] #8  0x0000559dc5e71fcf in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[23:31:46.696] #9  0x0000559dc5eb0bc8 in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[23:31:46.217] #0  0x00007f32f5528ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[23:31:46.217] #1  0x00007f32f54d9fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[23:31:46.217] #2  0x00007f32f54c4472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[23:31:46.217] #3  0x00007f32f58d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[23:31:46.217] #4  0x00007f32f58e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[23:31:46.217] #5  0x00007f32f58c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffcbb6becd6, __in_ch...
[23:31:46.217] #6  0x00007f32f58c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140723452901696, sp...
[23:31:46.217] #7  0x00007f32f58c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[23:31:46.217] #8  0x000055683cf70fcf in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[23:31:46.217] #9  0x000055683cfafbc8 in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[23:31:45.731] #0  0x00007fa030328ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[23:31:45.731] #1  0x00007fa0302d9fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[23:31:45.731] #2  0x00007fa0302c4472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[23:31:45.731] #3  0x00007fa0306d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[23:31:45.731] #4  0x00007fa0306e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[23:31:45.731] #5  0x00007fa0306c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffddc143ef6, __in_ch...
[23:31:45.731] #6  0x00007fa0306c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140728295770976, sp...
[23:31:45.731] #7  0x00007fa0306c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[23:31:45.731] #8  0x0000562129f43fcf in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[23:31:45.731] #9  0x0000562129f82b2f in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[23:31:45.244] #0  0x00007f027cdc7ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[23:31:45.244] #1  0x00007f027cd78fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[23:31:45.244] #2  0x00007f027cd63472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[23:31:45.244] #3  0x00007f027d0d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[23:31:45.244] #4  0x00007f027d0e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[23:31:45.244] #5  0x00007f027d0c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffcabf33fc6, __in_ch...
[23:31:45.244] #6  0x00007f027d0c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140723193334832, sp...
[23:31:45.244] #7  0x00007f027d0c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[23:31:45.244] #8  0x000055efc52bffcf in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[23:31:45.244] #9  0x000055efc52febc8 in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[23:31:49.725] #0  0x00007fdafc7edebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[23:31:49.725] #1  0x00007fdafc79efb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[23:31:49.725] #2  0x00007fdafc789472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[23:31:49.725] #3  0x00007fdafcad650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[23:31:49.725] #4  0x00007fdafcae2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[23:31:49.725] #5  0x00007fdafcac1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7fff7d5f1ef6, __in_ch...
[23:31:49.725] #6  0x00007fdafcac14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140735296777056, sp...
[23:31:49.726] #7  0x00007fdafcac251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[23:31:49.726] #8  0x000055986e5d6fcf in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[23:31:49.726] #9  0x000055986e615b2f in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
tap
[23:23:51.597](6.397s) not ok 4 - dump from PITR 1
[23:23:53.233](1.635s) not ok 5 - dump from PITR 2
tap
[23:24:22.374](0.838s) not ok 19 - pg_dump: option -n pg_catalog
[23:24:25.517](3.142s) not ok 20 - pg_dumpall: option --exclude-database handles database names with embedded dots
[23:24:27.041](0.745s) not ok 37 - binary_upgrade: pg_dump runs
[23:24:27.062](0.021s) not ok 38 - binary_upgrade: pg_restore runs
tap
[23:24:32.363](2.067s) not ok 1 - parallel dump
[23:24:32.402](0.038s) not ok 2 - parallel restore
[23:24:32.850](0.447s) not ok 3 - parallel dump as inserts
[23:24:32.914](0.064s) not ok 4 - parallel restore as inserts
tap
[23:24:38.510](5.140s) not ok 1 - filter file without patterns
tap
[23:24:50.362](1.418s) not ok 7 - parallel dump
[23:24:50.969](0.606s) not ok 8 - parallel restore
[23:24:51.119](0.149s) not ok 9 - parallel restore with create
tap
[23:27:02.570](6.506s) not ok 6 - dump before running pg_upgrade
[23:27:10.038](3.502s) not ok 14 - run of pg_upgrade for new instance
[23:27:10.038](0.000s) not ok 15 - pg_upgrade_output.d/ removed after pg_upgrade success
[23:27:10.223](0.046s) not ok 16 - check that locales in new cluster match original cluster
[23:27:10.681](0.001s) not ok 18 - old and new dumps match after pg_upgrade
tap
[23:27:17.027](2.272s) not ok 10 - run of pg_upgrade of old cluster
[23:27:17.217](0.189s) not ok 11 - check the slot exists on new cluster
tap
[23:27:24.020](1.648s) not ok 8 - run of pg_upgrade for old instance when the subscription tables are in init/ready stat...
[23:27:24.021](0.000s) not ok 9 - pg_upgrade_output.d/ removed after successful pg_upgrade
[23:27:24.232](0.211s) not ok 10 - check that the subscription's running status and failover are preserved
[23:27:24.268](0.036s) not ok 11 - there should be 2 rows in pg_subscription_rel(representing tab_upgraded1 and tab_upgr...
tap
[23:26:32.678](2.223s) not ok 1 - binary_upgrade: pg_dump runs
tap
[23:29:28.998](1.335s) not ok 3 - dump primary server
[23:29:30.248](1.250s) not ok 4 - dump standby server
[23:29:31.479](1.213s) not ok 6 - dump catalogs of primary server
[23:29:32.011](0.532s) not ok 7 - dump catalogs of standby server
[23:29:32.016](0.004s) not ok 8 - compare primary and standby catalog dumps
Linux - Debian Bookworm - Meson
core
[23:28:26.094] #0  0x00007f05ca0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[23:28:26.094] #1  0x00007f05ca05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[23:28:26.094] #2  0x00007f05ca045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[23:28:26.094] #3  0x00007f05ca21e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[23:28:26.094] #4  0x00007f05ca22aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[23:28:26.094] #5  0x00007f05ca20db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55b4b8761ba0, In...
[23:28:26.094] #6  0x000055b4b86dd3d5 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[23:28:26.094] #7  0x000055b4b870f02b in pg_qsort (data=<optimized out>, n=4014, element_size=element_size@entry=8, comp...
[23:28:26.094] #8  0x000055b4b86df94f in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[23:28:26.094] #9  0x000055b4b86d4999 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[23:28:26.380] #0  0x00007f9d6c2a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[23:28:26.380] #1  0x00007f9d6c25afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[23:28:26.380] #2  0x00007f9d6c245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[23:28:26.380] #3  0x00007f9d6c41e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[23:28:26.380] #4  0x00007f9d6c42aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[23:28:26.380] #5  0x00007f9d6c40db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x5590529faba0, In...
[23:28:26.380] #6  0x00005590529763d5 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[23:28:26.380] #7  0x00005590529a7f01 in pg_qsort (data=<optimized out>, n=4091, element_size=element_size@entry=8, comp...
[23:28:26.380] #8  0x000055905297894f in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[23:28:26.380] #9  0x000055905296d999 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[23:28:28.115] #0  0x00007fb036ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[23:28:28.115] #1  0x00007fb036e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[23:28:28.115] #2  0x00007fb036e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[23:28:28.115] #3  0x00007fb03701e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[23:28:28.115] #4  0x00007fb03702aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[23:28:28.115] #5  0x00007fb03700db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x5562c3d31ba0, In...
[23:28:28.115] #6  0x00005562c3cad3d5 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[23:28:28.115] #7  0x00005562c3cdf02b in pg_qsort (data=<optimized out>, n=10056, element_size=element_size@entry=8, com...
[23:28:28.115] #8  0x00005562c3caf94f in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[23:28:28.115] #9  0x00005562c3ca4999 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[23:28:25.794] #0  0x00007f09ffea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[23:28:25.794] #1  0x00007f09ffe5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[23:28:25.794] #2  0x00007f09ffe45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[23:28:25.794] #3  0x00007f0a0001e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[23:28:25.794] #4  0x00007f0a0002aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[23:28:25.794] #5  0x00007f0a0000db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x556cb256aba0, In...
[23:28:25.794] #6  0x0000556cb24e63d5 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[23:28:25.794] #7  0x0000556cb2517f01 in pg_qsort (data=<optimized out>, n=4465, element_size=element_size@entry=8, comp...
[23:28:25.794] #8  0x0000556cb24e894f in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[23:28:25.794] #9  0x0000556cb24dd999 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[23:28:27.828] #0  0x00007f1da5ec1ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[23:28:27.828] #1  0x00007f1da5e72fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[23:28:27.828] #2  0x00007f1da5e5d472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[23:28:27.828] #3  0x00007f1da581e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[23:28:27.828] #4  0x00007f1da582aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[23:28:27.828] #5  0x00007f1da580db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x560ec39d4b20, In...
[23:28:27.828] #6  0x0000560ec3950419 in DOTypeNameCompare (p1=p1@entry=0x560ec46303b0, p2=p2@entry=0x560ec4632aa0) at ....
[23:28:27.828] #7  0x0000560ec3981769 in pg_qsort_med3 (a=a@entry=0x560ec46303b0, b=b@entry=0x560ec4632aa0, c=c@entry=0x...
[23:28:27.828] #8  0x0000560ec3981b84 in pg_qsort (data=<optimized out>, n=9971, element_size=element_size@entry=8, comp...
[23:28:27.828] #9  0x0000560ec395294f in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
core
[23:28:26.681] #0  0x00007efd2aaa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[23:28:26.681] #1  0x00007efd2aa5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[23:28:26.681] #2  0x00007efd2aa45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[23:28:26.681] #3  0x00007efd2ac1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[23:28:26.681] #4  0x00007efd2ac2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[23:28:26.681] #5  0x00007efd2ac0db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x5570379d3ba0, In...
[23:28:26.681] #6  0x000055703794f3d5 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[23:28:26.681] #7  0x000055703798102b in pg_qsort (data=<optimized out>, n=7608, element_size=element_size@entry=8, comp...
[23:28:26.681] #8  0x000055703795194f in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[23:28:26.681] #9  0x0000557037946999 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[23:28:26.967] #0  0x00007fee340a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[23:28:26.967] #1  0x00007fee3405afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[23:28:26.967] #2  0x00007fee34045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[23:28:26.967] #3  0x00007fee3421e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[23:28:26.967] #4  0x00007fee3422aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[23:28:26.967] #5  0x00007fee3420db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55a5f122bba0, In...
[23:28:26.967] #6  0x000055a5f11a73d5 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[23:28:26.967] #7  0x000055a5f11d902b in pg_qsort (data=<optimized out>, n=4003, element_size=element_size@entry=8, comp...
[23:28:26.967] #8  0x000055a5f11a994f in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[23:28:26.967] #9  0x000055a5f119e999 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[23:28:31.155] #0  0x00007f271d0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[23:28:31.155] #1  0x00007f271d05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[23:28:31.155] #2  0x00007f271d045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[23:28:31.155] #3  0x00007f271d21e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[23:28:31.155] #4  0x00007f271d22aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[23:28:31.155] #5  0x00007f271d20db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x5591b86c9ba0, In...
[23:28:31.155] #6  0x00005591b86453d5 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[23:28:31.155] #7  0x00005591b8676f01 in pg_qsort (data=<optimized out>, n=4429, element_size=element_size@entry=8, comp...
[23:28:31.155] #8  0x00005591b864794f in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[23:28:31.155] #9  0x00005591b863c999 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[23:28:30.867] #0  0x00007fa7c4ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[23:28:30.867] #1  0x00007fa7c4e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[23:28:30.867] #2  0x00007fa7c4e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[23:28:30.867] #3  0x00007fa7c501e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[23:28:30.867] #4  0x00007fa7c502aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[23:28:30.867] #5  0x00007fa7c500db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x559030f8fba0, In...
[23:28:30.867] #6  0x0000559030f0b3d5 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[23:28:30.867] #7  0x0000559030f3d02b in pg_qsort (data=<optimized out>, n=4047, element_size=element_size@entry=8, comp...
[23:28:30.867] #8  0x0000559030f0d94f in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[23:28:30.867] #9  0x0000559030f02999 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[23:28:30.573] #0  0x00007f04924a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[23:28:30.573] #1  0x00007f049245afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[23:28:30.573] #2  0x00007f0492445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[23:28:30.573] #3  0x00007f049261e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[23:28:30.573] #4  0x00007f049262aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[23:28:30.573] #5  0x00007f049260db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x5638d3f81ba0, In...
[23:28:30.573] #6  0x00005638d3efd3d5 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[23:28:30.573] #7  0x00005638d3f2f02b in pg_qsort (data=<optimized out>, n=4051, element_size=element_size@entry=8, comp...
[23:28:30.573] #8  0x00005638d3eff94f in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[23:28:30.573] #9  0x00005638d3ef4999 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[23:28:30.290] #0  0x00007f99728a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[23:28:30.290] #1  0x00007f997285afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[23:28:30.290] #2  0x00007f9972845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[23:28:30.290] #3  0x00007f9972a1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[23:28:30.290] #4  0x00007f9972a2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[23:28:30.290] #5  0x00007f9972a0db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55c8c5e91ba0, In...
[23:28:30.290] #6  0x000055c8c5e0d3d5 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[23:28:30.290] #7  0x000055c8c5e3ef01 in pg_qsort (data=<optimized out>, n=4993, element_size=element_size@entry=8, comp...
[23:28:30.290] #8  0x000055c8c5e0f94f in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[23:28:30.290] #9  0x000055c8c5e04999 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[23:28:29.999] #0  0x00007f77c72a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[23:28:29.999] #1  0x00007f77c725afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[23:28:29.999] #2  0x00007f77c7245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[23:28:29.999] #3  0x00007f77c741e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[23:28:29.999] #4  0x00007f77c742aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[23:28:29.999] #5  0x00007f77c740db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x5653f252cba0, In...
[23:28:29.999] #6  0x00005653f24a83d5 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[23:28:29.999] #7  0x00005653f24da02b in pg_qsort (data=<optimized out>, n=4006, element_size=element_size@entry=8, comp...
[23:28:29.999] #8  0x00005653f24aa94f in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[23:28:29.999] #9  0x00005653f249f999 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[23:28:29.716] #0  0x00007f971a4a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[23:28:29.716] #1  0x00007f971a45afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[23:28:29.716] #2  0x00007f971a445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[23:28:29.716] #3  0x00007f971a61e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[23:28:29.716] #4  0x00007f971a62aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[23:28:29.716] #5  0x00007f971a60db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55868dc4aba0, In...
[23:28:29.716] #6  0x000055868dbc63d5 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[23:28:29.716] #7  0x000055868dbf7f01 in pg_qsort (data=<optimized out>, n=4060, element_size=element_size@entry=8, comp...
[23:28:29.716] #8  0x000055868dbc894f in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[23:28:29.716] #9  0x000055868dbbd999 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[23:28:29.437] #0  0x00007fd3230d9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[23:28:29.437] #1  0x00007fd32308afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[23:28:29.437] #2  0x00007fd323075472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[23:28:29.437] #3  0x00007fd322a1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[23:28:29.437] #4  0x00007fd322a2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[23:28:29.437] #5  0x00007fd322a0db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x5563bce2fba0, In...
[23:28:29.437] #6  0x00005563bcdab3d5 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[23:28:29.437] #7  0x00005563bcddcf01 in pg_qsort (data=<optimized out>, n=9482, element_size=element_size@entry=8, comp...
[23:28:29.437] #8  0x00005563bcdad94f in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[23:28:29.437] #9  0x00005563bcda2999 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[23:28:29.152] #0  0x00007f9a5eea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[23:28:29.152] #1  0x00007f9a5ee5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[23:28:29.152] #2  0x00007f9a5ee45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[23:28:29.152] #3  0x00007f9a5f01e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[23:28:29.152] #4  0x00007f9a5f02aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[23:28:29.152] #5  0x00007f9a5f00db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55f5ad071b20, In...
[23:28:29.152] #6  0x000055f5acfed419 in DOTypeNameCompare (p1=p1@entry=0x55f5ad34d3b0, p2=p2@entry=0x55f5ad34faa0) at ....
[23:28:29.152] #7  0x000055f5ad01e769 in pg_qsort_med3 (a=a@entry=0x55f5ad34d3b0, b=b@entry=0x55f5ad34faa0, c=c@entry=0x...
[23:28:29.152] #8  0x000055f5ad01eb84 in pg_qsort (data=<optimized out>, n=9971, element_size=element_size@entry=8, comp...
[23:28:29.152] #9  0x000055f5acfef94f in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
core
[23:28:28.867] #0  0x00007f0762caeda4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[23:28:28.867] #1  0x00007f0762c5b239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[23:28:28.867] #2  0x00007f0762d16204 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[23:28:28.867] #3  0x00007f0762d2885c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[23:28:29.128] #0  0x00007f9a5eea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[23:28:28.867] #0  <unavailable> in ?? ()
core
[23:28:28.396] #0  0x00007f61756a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[23:28:28.396] #1  0x00007f617565afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[23:28:28.396] #2  0x00007f6175645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[23:28:28.396] #3  0x00007f617581e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[23:28:28.396] #4  0x00007f617582aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[23:28:28.396] #5  0x00007f617580db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x555fd32abba0, In...
[23:28:28.396] #6  0x0000555fd32273d5 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[23:28:28.396] #7  0x0000555fd325902b in pg_qsort (data=<optimized out>, n=4051, element_size=element_size@entry=8, comp...
[23:28:28.396] #8  0x0000555fd322994f in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[23:28:28.396] #9  0x0000555fd321e999 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[23:28:27.255] #0  0x00007f1d068a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[23:28:27.255] #1  0x00007f1d0685afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[23:28:27.255] #2  0x00007f1d06845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[23:28:27.255] #3  0x00007f1d06a1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[23:28:27.255] #4  0x00007f1d06a2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[23:28:27.255] #5  0x00007f1d06a0db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x5602c1e9cba0, In...
[23:28:27.255] #6  0x00005602c1e183d5 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[23:28:27.255] #7  0x00005602c1e49f01 in pg_qsort (data=<optimized out>, n=4091, element_size=element_size@entry=8, comp...
[23:28:27.255] #8  0x00005602c1e1a94f in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[23:28:27.255] #9  0x00005602c1e0f999 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[23:28:27.541] #0  0x00007f182a2a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[23:28:27.541] #1  0x00007f182a25afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[23:28:27.541] #2  0x00007f182a245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[23:28:27.541] #3  0x00007f182a41e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[23:28:27.541] #4  0x00007f182a42aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[23:28:27.541] #5  0x00007f182a40db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x5561d7b62ba0, In...
[23:28:27.541] #6  0x00005561d7ade3d5 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[23:28:27.541] #7  0x00005561d7b1002b in pg_qsort (data=<optimized out>, n=7608, element_size=element_size@entry=8, comp...
[23:28:27.541] #8  0x00005561d7ae094f in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[23:28:27.541] #9  0x00005561d7ad5999 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
tap
[23:25:49.672](3.173s) not ok 4 - dump from PITR 1
[23:25:50.367](0.695s) not ok 5 - dump from PITR 2
tap
[23:25:59.732](0.387s) not ok 19 - pg_dump: option -n pg_catalog
[23:26:00.715](0.983s) not ok 20 - pg_dumpall: option --exclude-database handles database names with embedded dots
[23:26:01.400](0.342s) not ok 37 - binary_upgrade: pg_dump runs
[23:26:01.424](0.023s) not ok 38 - binary_upgrade: pg_restore runs
tap
[23:25:59.572](1.121s) not ok 1 - parallel dump
[23:25:59.596](0.023s) not ok 2 - parallel restore
[23:25:59.871](0.275s) not ok 3 - parallel dump as inserts
[23:25:59.906](0.035s) not ok 4 - parallel restore as inserts
tap
[23:26:01.342](2.430s) not ok 1 - filter file without patterns
tap
[23:26:03.160](0.435s) not ok 7 - parallel dump
[23:26:03.312](0.152s) not ok 8 - parallel restore
[23:26:03.394](0.082s) not ok 9 - parallel restore with create
tap
[23:25:10.730](3.660s) not ok 6 - dump before running pg_upgrade
[23:25:20.262](4.792s) not ok 14 - run of pg_upgrade for new instance
[23:25:20.263](0.000s) not ok 15 - pg_upgrade_output.d/ removed after pg_upgrade success
[23:25:20.653](0.075s) not ok 16 - check that locales in new cluster match original cluster
[23:25:21.561](0.001s) not ok 18 - old and new dumps match after pg_upgrade
tap
[23:23:45.880](3.836s) not ok 10 - run of pg_upgrade of old cluster
[23:23:46.209](0.329s) not ok 11 - check the slot exists on new cluster
tap
[23:23:48.577](2.774s) not ok 8 - run of pg_upgrade for old instance when the subscription tables are in init/ready stat...
[23:23:48.578](0.000s) not ok 9 - pg_upgrade_output.d/ removed after successful pg_upgrade
[23:23:48.877](0.299s) not ok 10 - check that the subscription's running status and failover are preserved
[23:23:48.939](0.061s) not ok 11 - there should be 2 rows in pg_subscription_rel(representing tab_upgraded1 and tab_upgr...
tap
[23:25:40.533](1.255s) not ok 3 - dump primary server
[23:25:41.724](1.190s) not ok 4 - dump standby server
[23:25:42.927](1.185s) not ok 6 - dump catalogs of primary server
[23:25:43.614](0.686s) not ok 7 - dump catalogs of standby server
[23:25:43.629](0.014s) not ok 8 - compare primary and standby catalog dumps
tap
[23:27:06.902](0.611s) not ok 1 - binary_upgrade: pg_dump runs
test
[23:27:20.326]   6/314 postgresql:pg_upgrade / pg_upgrade/003_logical_slots                            ERROR            ...
[23:27:20.326]   9/314 postgresql:pg_upgrade / pg_upgrade/004_subscription                             ERROR            ...
[23:27:20.326] 103/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[23:27:20.326] 149/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[23:27:20.326] 155/314 postgresql:pg_combinebackup / pg_combinebackup/002_compare_backups              ERROR            ...
[23:27:20.326] 173/314 postgresql:pg_dump / pg_dump/004_pg_dump_parallel                               ERROR            ...
[23:27:20.326] 176/314 postgresql:pg_dump / pg_dump/005_pg_dump_filterfile                             ERROR            ...
[23:27:20.326] 177/314 postgresql:pg_dump / pg_dump/002_pg_dump                                        ERROR            ...
[23:27:20.326] 190/314 postgresql:pg_dump / pg_dump/010_dump_connstr                                   ERROR            ...
[23:27:20.326] 298/314 postgresql:test_pg_dump / test_pg_dump/001_base                                 ERROR            ...
macOS - Sonoma - Meson
tap
[23:25:34.896](0.052s) not ok 34 - quuux1 table scanned
test
[23:25:45.857] 296/314 postgresql:test_misc / test_misc/001_constraint_validation                      ERROR            ...
51/4938 Use <stdint.h> for int64_t and other exact-width integer types
FreeBSD - 13 - Meson
tap
[19:20:02.394](0.037s) not ok 16 - startup deadlock: stats show conflict on standby
test
[19:23:07.069]  35/314 postgresql:recovery / recovery/031_recovery_conflict                            ERROR            ...
51/4412 Client authentication via OAuth 2.0
macOS - Sonoma - Meson
test
[18:38:28.675] 181/321 postgresql:python / python/client                                               FAIL            1...
51/5214 SQL:2023 JSON simplified accessor support
FreeBSD - 13 - Meson
tap
[18:00:50.553](1.643s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[18:01:02.145] 294/314 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
Linux - Debian Bookworm - Autoconf
tap
[18:01:34.564](0.808s) not ok 1 - no parameters missing from postgresql.conf.sample
Linux - Debian Bookworm - Meson
tap
[18:01:17.010](0.432s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[18:01:28.586] 293/314 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
macOS - Sonoma - Meson
tap
[17:58:19.291](0.732s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[17:58:31.196] 294/314 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[18:09:25.520](1.893s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[18:10:37.490] 289/309 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
51/5100 Improved crc32c performance with AVX-512 algorithm.
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[16:06:17.387] test_crc32c.c.obj : error LNK2001: unresolved external symbol pg_comp_crc32c
51/4912 CSN snapshots in hot standby
Linux - Debian Bookworm - Meson
test
[14:51:49.852] 315/315 postgresql:test_misc / test_misc/000_csn_perf                                   ERROR           2...
macOS - Sonoma - Meson
test
[14:46:28.349] 315/315 postgresql:test_misc / test_misc/000_csn_perf                                   ERROR           1...
Windows - Server 2019, VS 2019 - Meson & ninja
test
[14:58:43.630] 310/310 postgresql:test_misc / test_misc/000_csn_perf                                   ERROR           3...
51/5303 Fix for consume_xids advancing XIDs incorrectly
FreeBSD - 13 - Meson
test
[11:04:06.214] 244/314 postgresql:postmaster / postmaster/001_connection_limits                        ERROR            ...
51/5413 INSERT ... ON CONFLICT DO SELECT [FOR ...]
CompilerWarnings
compiler
[10:23:40.970] explain.c:5149:9: error: ‘resolution’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[10:22:54.906] explain.c:5149:9: error: ‘resolution’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[10:31:26.379] explain.c:5149:9: error: ‘resolution’ may be used uninitialized [-Werror=maybe-uninitialized]
51/5357 New predefined role pg_manage_extensions
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out /tmp/cirrus-ci-build/build/testrun/plperl/regress/...
--- /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out	2024-12-03 09:29:11.083468000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/plperl/regress/results/plperl_setup.out	2024-12-03 09:31:25.471186000 +0000
@@ -12,7 +12,7 @@
 HINT:  Must have CREATE privilege on current database to create this extension.
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 RESET ROLE;
 DO $$
 begin
@@ -24,7 +24,7 @@
 CREATE EXTENSION plperl;
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 CREATE SCHEMA plperl_setup_scratch;
 SET search_path = plperl_setup_scratch;
...
test
[09:34:23.652]  48/314 postgresql:plperl / plperl/regress                                              ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out /tmp/cirrus-ci-build/src/pl/plperl/results/plperl_...
--- /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out	2024-12-03 09:29:08.147856924 +0000
+++ /tmp/cirrus-ci-build/src/pl/plperl/results/plperl_setup.out	2024-12-03 09:30:30.164331318 +0000
@@ -12,7 +12,7 @@
 HINT:  Must have CREATE privilege on current database to create this extension.
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 RESET ROLE;
 DO $$
 begin
@@ -24,7 +24,7 @@
 CREATE EXTENSION plperl;
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 CREATE SCHEMA plperl_setup_scratch;
 SET search_path = plperl_setup_scratch;
...
Linux - Debian Bookworm - Meson
core
[09:35:34.069] #0  <unavailable> in ?? ()
core
[09:35:34.069] #0  0x00007f70c50aeda4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[09:35:34.069] #1  0x00007f70c505b239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[09:35:34.069] #2  0x00007f70c5116204 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:35:34.069] #3  0x00007f70c512885c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
regress
diff -U3 /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out /tmp/cirrus-ci-build/build/testrun/plperl/regress/...
--- /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out	2024-12-03 09:29:07.798533726 +0000
+++ /tmp/cirrus-ci-build/build/testrun/plperl/regress/results/plperl_setup.out	2024-12-03 09:31:57.320528272 +0000
@@ -12,7 +12,7 @@
 HINT:  Must have CREATE privilege on current database to create this extension.
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 RESET ROLE;
 DO $$
 begin
@@ -24,7 +24,7 @@
 CREATE EXTENSION plperl;
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 CREATE SCHEMA plperl_setup_scratch;
 SET search_path = plperl_setup_scratch;
...
test
[09:34:29.769]  48/314 postgresql:plperl / plperl/regress                                              ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/pl/plperl/expected/plperl_setup.out /Users/admin/pgsql/build/testrun/plperl/regress/resu...
--- /Users/admin/pgsql/src/pl/plperl/expected/plperl_setup.out	2024-12-03 09:28:12
+++ /Users/admin/pgsql/build/testrun/plperl/regress/results/plperl_setup.out	2024-12-03 09:30:37
@@ -12,7 +12,7 @@
 HINT:  Must have CREATE privilege on current database to create this extension.
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 RESET ROLE;
 DO $$
 begin
@@ -24,7 +24,7 @@
 CREATE EXTENSION plperl;
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 CREATE SCHEMA plperl_setup_scratch;
 SET search_path = plperl_setup_scratch;
...
test
[09:32:43.109]  47/314 postgresql:plperl / plperl/regress                                              ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/pl/plperl/expected/plperl_setup.out C:/cirrus/build/testrun/plperl/regress/re...
--- C:/cirrus/src/pl/plperl/expected/plperl_setup.out	2024-12-03 09:29:20.976004300 +0000
+++ C:/cirrus/build/testrun/plperl/regress/results/plperl_setup.out	2024-12-03 09:35:21.566446100 +0000
@@ -12,7 +12,7 @@
 HINT:  Must have CREATE privilege on current database to create this extension.
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 RESET ROLE;
 DO $$
 begin
@@ -24,7 +24,7 @@
 CREATE EXTENSION plperl;
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 CREATE SCHEMA plperl_setup_scratch;
 SET search_path = plperl_setup_scratch;
...
test
[09:43:36.954]  47/309 postgresql:plperl / plperl/regress                                              ERROR            ...
51/5411 Memory leak in WAL sender with pgoutput (v10~)
macOS - Sonoma - Meson
tap
[07:07:23.485](0.296s) not ok 7 - insert 2: query result matches
test
[07:08:04.530] 252/314 postgresql:bloom / bloom/001_wal                                                ERROR            ...
51/5394 Fix jsonb comparison for raw scalar pseudo arrays
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonb.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream...
--- /tmp/cirrus-ci-build/src/test/regress/expected/jsonb.out	2024-12-03 05:38:05.075251000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/jsonb.out	2024-12-03 05:40:16.669654000 ...
@@ -5766,8 +5766,8 @@
 ----------------------------------------
  null
  ""
- "A"
  "a"
+ "A"
  -3.14159
  0
  0.0000000001
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonb.out /tmp/cirrus-ci-build/build/testrun/regress/regress/res...
--- /tmp/cirrus-ci-build/src/test/regress/expected/jsonb.out	2024-12-03 05:38:05.075251000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/jsonb.out	2024-12-03 05:39:29.865140000 +0000
@@ -5766,8 +5766,8 @@
 ----------------------------------------
  null
  ""
- "A"
  "a"
+ "A"
  -3.14159
  0
  0.0000000001
tap
[05:40:37.566](73.985s) not ok 2 - regression tests pass
test
[05:42:31.448]  40/314 postgresql:regress / regress/regress                                            ERROR            ...
[05:42:31.448] 155/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/jsonb.out C:/cirrus/build/testrun/recovery/027_stream_r...
--- C:/cirrus/src/test/regress/expected/jsonb.out	2024-12-03 05:38:20.182013800 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/jsonb.out	2024-12-03 05:44:06.983833200 +0000
@@ -5766,8 +5766,8 @@
 ----------------------------------------
  null
  ""
- "A"
  "a"
+ "A"
  -3.14159
  0
  0.0000000001
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/jsonb.out C:/cirrus/build/testrun/regress/regress/resul...
--- C:/cirrus/src/test/regress/expected/jsonb.out	2024-12-03 05:38:20.182013800 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/jsonb.out	2024-12-03 05:41:39.054390300 +0000
@@ -5766,8 +5766,8 @@
 ----------------------------------------
  null
  ""
- "A"
  "a"
+ "A"
  -3.14159
  0
  0.0000000001
tap
[05:44:33.097](124.456s) not ok 2 - regression tests pass
test
[05:51:47.149]  19/309 postgresql:regress / regress/regress                                            ERROR           1...
[05:51:47.149]  93/309 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5381 explain pgstatindex fragmentation
macOS - Sonoma - Meson
tap
[03:22:49.364](0.000s) not ok 332 - pgbench script error: set not a bool stderr /(?^:cannot coerce double to boolean)/
test
[03:23:36.877] 220/314 postgresql:pgbench / pgbench/001_pgbench_with_server                            ERROR            ...
51/4460 Implement row pattern recognition feature
macOS - Sonoma - Meson
tap
[01:09:32.361](0.000s) not ok 182 - pgbench expressions stderr /(?^:command=109.: boolean true\b)/
[01:09:32.361](0.000s) not ok 183 - pgbench expressions stderr /(?^:command=110.: boolean true\b)/
[01:09:32.362](0.000s) not ok 184 - pgbench expressions stderr /(?^:command=111.: boolean true\b)/
[01:09:32.362](0.000s) not ok 185 - pgbench expressions stderr /(?^:command=113.: boolean true\b)/
test
[01:10:24.863] 215/314 postgresql:pgbench / pgbench/001_pgbench_with_server                            ERROR            ...
51/5012 Vacuum statistics
FreeBSD - 13 - Meson
core
[00:33:47.823] #0  0x00003cb21ccc85da in ?? () from /libexec/ld-elf.so.1
[00:33:47.823] #1  0x00003cb21ccc46ec in ?? () from /libexec/ld-elf.so.1
[00:33:47.823] #2  0x0000000000000000 in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out /tmp/cirrus-ci-build/bu...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-12-03 00:27:01.34141300...
+++ /tmp/cirrus-ci-build/build/testrun/isolation/isolation/results/vacuum-extending-in-repetable-read.out	2024-12-03 00:...
@@ -9,10 +9,7 @@
     FROM pg_stat_get_vacuum_tables vt, pg_class c
     WHERE vt.relname = 'test_vacuum_stat_isolation' AND vt.relid = c.oid;
 
-relname|tuples_deleted|dead_tuples|tuples_frozen
--------+--------------+-----------+-------------
-(0 rows)
-
+ERROR:  relation "pg_stat_get_vacuum_tables" does not exist
 step s1_begin_repeatable_read: 
   BEGIN transaction ISOLATION LEVEL REPEATABLE READ;
   select count(ival) from test_vacuum_stat_isolation where id>900;
@@ -22,7 +19,8 @@
   100
 (1 row)
 
-step s2_update: UPDATE test_vacuum_stat_isolation SET ival = ival + 2 where id > 900;
...
test
[00:32:38.131]  50/314 postgresql:isolation / isolation/isolation                                      ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out /tmp/cirrus-ci-build/sr...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-12-03 00:26:59.60685789...
+++ /tmp/cirrus-ci-build/src/test/isolation/output_iso/results/vacuum-extending-in-repetable-read.out	2024-12-03 00:32:3...
@@ -9,10 +9,7 @@
     FROM pg_stat_get_vacuum_tables vt, pg_class c
     WHERE vt.relname = 'test_vacuum_stat_isolation' AND vt.relid = c.oid;
 
-relname|tuples_deleted|dead_tuples|tuples_frozen
--------+--------------+-----------+-------------
-(0 rows)
-
+ERROR:  relation "pg_stat_get_vacuum_tables" does not exist
 step s1_begin_repeatable_read: 
   BEGIN transaction ISOLATION LEVEL REPEATABLE READ;
   select count(ival) from test_vacuum_stat_isolation where id>900;
@@ -22,7 +19,8 @@
   100
 (1 row)
 
-step s2_update: UPDATE test_vacuum_stat_isolation SET ival = ival + 2 where id > 900;
...
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out /tmp/cirrus-ci-build/bu...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-12-03 00:26:57.42954341...
+++ /tmp/cirrus-ci-build/build/testrun/isolation/isolation/results/vacuum-extending-in-repetable-read.out	2024-12-03 00:...
@@ -9,10 +9,7 @@
     FROM pg_stat_get_vacuum_tables vt, pg_class c
     WHERE vt.relname = 'test_vacuum_stat_isolation' AND vt.relid = c.oid;
 
-relname|tuples_deleted|dead_tuples|tuples_frozen
--------+--------------+-----------+-------------
-(0 rows)
-
+ERROR:  relation "pg_stat_get_vacuum_tables" does not exist
 step s1_begin_repeatable_read: 
   BEGIN transaction ISOLATION LEVEL REPEATABLE READ;
   select count(ival) from test_vacuum_stat_isolation where id>900;
@@ -22,7 +19,8 @@
   100
 (1 row)
 
-step s2_update: UPDATE test_vacuum_stat_isolation SET ival = ival + 2 where id > 900;
...
test
[00:35:42.255]  42/314 postgresql:isolation / isolation/isolation                                      ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/isolation/expected/vacuum-extending-in-repetable-read.out /Users/admin/pgsql/build/...
--- /Users/admin/pgsql/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-12-03 00:26:12
+++ /Users/admin/pgsql/build/testrun/isolation/isolation/results/vacuum-extending-in-repetable-read.out	2024-12-03 00:29...
@@ -9,10 +9,7 @@
     FROM pg_stat_get_vacuum_tables vt, pg_class c
     WHERE vt.relname = 'test_vacuum_stat_isolation' AND vt.relid = c.oid;
 
-relname|tuples_deleted|dead_tuples|tuples_frozen
--------+--------------+-----------+-------------
-(0 rows)
-
+ERROR:  relation "pg_stat_get_vacuum_tables" does not exist
 step s1_begin_repeatable_read: 
   BEGIN transaction ISOLATION LEVEL REPEATABLE READ;
   select count(ival) from test_vacuum_stat_isolation where id>900;
@@ -22,7 +19,8 @@
   100
 (1 row)
 
-step s2_update: UPDATE test_vacuum_stat_isolation SET ival = ival + 2 where id > 900;
...
test
[00:31:29.678]  37/314 postgresql:isolation / isolation/isolation                                      ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/isolation/expected/vacuum-extending-in-repetable-read.out C:/cirrus/buil...
--- C:/cirrus/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-12-03 00:27:07.616538500 +0000
+++ C:/cirrus/build/testrun/isolation/isolation/results/vacuum-extending-in-repetable-read.out	2024-12-03 00:31:08.84626...
@@ -9,10 +9,7 @@
     FROM pg_stat_get_vacuum_tables vt, pg_class c
     WHERE vt.relname = 'test_vacuum_stat_isolation' AND vt.relid = c.oid;
 
-relname|tuples_deleted|dead_tuples|tuples_frozen
--------+--------------+-----------+-------------
-(0 rows)
-
+ERROR:  relation "pg_stat_get_vacuum_tables" does not exist
 step s1_begin_repeatable_read: 
   BEGIN transaction ISOLATION LEVEL REPEATABLE READ;
   select count(ival) from test_vacuum_stat_isolation where id>900;
@@ -22,7 +19,8 @@
   100
 (1 row)
 
-step s2_update: UPDATE test_vacuum_stat_isolation SET ival = ival + 2 where id > 900;
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/vacuum_index_statistics.out C:/cirrus/build/testrun/pg_...
--- C:/cirrus/src/test/regress/expected/vacuum_index_statistics.out	2024-12-03 00:27:08.236646000 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/vacuum_index_statistics.out	2024-12-03 00:31:10.81599...
@@ -54,7 +54,7 @@
 WHERE vt.relname = 'vestat_pkey' AND vt.relid = c.oid;
    relname   | relpages | pages_deleted | tuples_deleted 
 -------------+----------+---------------+----------------
- vestat_pkey | t        | t             | t
+ vestat_pkey | t        | t             | f
 (1 row)
 
 SELECT vt.relname,relpages AS irp,pages_deleted AS ipd,tuples_deleted AS itd
@@ -67,7 +67,7 @@
 FROM pg_stat_get_vacuum_indexes WHERE relname = 'vestat_pkey';
  diwr | diwb 
 ------+------
- t    | t
+ f    | f
 (1 row)
 
...
tap
[00:31:12.915](122.435s) not ok 5 - regression tests pass
test
[00:40:52.626]  29/309 postgresql:isolation / isolation/isolation                                      ERROR           1...
[00:40:52.626]  38/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
51/5231 Consider the number of columns in the sort cost model
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out /tmp/cirrus-ci-build/build/testrun/...
--- /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out	2024-12-02 21:28:31.270059000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_stat_statements/regress/results/level_tracking.out	2024-12-02 21:31:06.6410030...
@@ -383,26 +383,24 @@
 (1 row)
 
 EXPLAIN (COSTS OFF) SELECT 1, 2 UNION SELECT 3, 4\; EXPLAIN (COSTS OFF) (SELECT 1, 2, 3) UNION SELECT 3, 4, 5;
+      QUERY PLAN       
+-----------------------
+ HashAggregate
+   Group Key: (1), (2)
+   ->  Append
+         ->  Result
+         ->  Result
+(5 rows)
+
          QUERY PLAN         
 ----------------------------
- Unique
-   ->  Sort
...
test
[21:33:26.154]  87/314 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out /tmp/cirrus-ci-build/contrib/pg_sta...
--- /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out	2024-12-02 21:28:27.147410192 +0000
+++ /tmp/cirrus-ci-build/contrib/pg_stat_statements/results/level_tracking.out	2024-12-02 21:32:05.196958693 +0000
@@ -383,25 +383,23 @@
 (1 row)
 
 EXPLAIN (COSTS OFF) SELECT 1, 2 UNION SELECT 3, 4\; EXPLAIN (COSTS OFF) (SELECT 1, 2, 3) UNION SELECT 3, 4, 5;
+      QUERY PLAN       
+-----------------------
+ HashAggregate
+   Group Key: (1), (2)
+   ->  Append
+         ->  Result
+         ->  Result
+(5 rows)
+
          QUERY PLAN         
 ----------------------------
- Unique
-   ->  Sort
...
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out /tmp/cirrus-ci-build/build/testrun/...
--- /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out	2024-12-02 21:28:27.173953063 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_stat_statements/regress/results/level_tracking.out	2024-12-02 21:32:11.0172161...
@@ -383,25 +383,23 @@
 (1 row)
 
 EXPLAIN (COSTS OFF) SELECT 1, 2 UNION SELECT 3, 4\; EXPLAIN (COSTS OFF) (SELECT 1, 2, 3) UNION SELECT 3, 4, 5;
+      QUERY PLAN       
+-----------------------
+ HashAggregate
+   Group Key: (1), (2)
+   ->  Append
+         ->  Result
+         ->  Result
+(5 rows)
+
          QUERY PLAN         
 ----------------------------
- Unique
-   ->  Sort
...
test
[21:34:21.880]  87/314 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/contrib/pg_stat_statements/expected/level_tracking.out /Users/admin/pgsql/build/testrun/pg_s...
--- /Users/admin/pgsql/contrib/pg_stat_statements/expected/level_tracking.out	2024-12-02 21:28:10
+++ /Users/admin/pgsql/build/testrun/pg_stat_statements/regress/results/level_tracking.out	2024-12-02 21:30:57
@@ -383,25 +383,23 @@
 (1 row)
 
 EXPLAIN (COSTS OFF) SELECT 1, 2 UNION SELECT 3, 4\; EXPLAIN (COSTS OFF) (SELECT 1, 2, 3) UNION SELECT 3, 4, 5;
+      QUERY PLAN       
+-----------------------
+ HashAggregate
+   Group Key: (1), (2)
+   ->  Append
+         ->  Result
+         ->  Result
+(5 rows)
+
          QUERY PLAN         
 ----------------------------
- Unique
-   ->  Sort
...
test
[21:32:45.903]  86/314 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/contrib/pg_stat_statements/expected/level_tracking.out C:/cirrus/build/testrun/pg...
--- C:/cirrus/contrib/pg_stat_statements/expected/level_tracking.out	2024-12-02 21:28:41.847337300 +0000
+++ C:/cirrus/build/testrun/pg_stat_statements/regress/results/level_tracking.out	2024-12-02 21:35:26.816138100 +0000
@@ -383,25 +383,23 @@
 (1 row)
 
 EXPLAIN (COSTS OFF) SELECT 1, 2 UNION SELECT 3, 4\; EXPLAIN (COSTS OFF) (SELECT 1, 2, 3) UNION SELECT 3, 4, 5;
+      QUERY PLAN       
+-----------------------
+ HashAggregate
+   Group Key: (1), (2)
+   ->  Append
+         ->  Result
+         ->  Result
+(5 rows)
+
          QUERY PLAN         
 ----------------------------
- Unique
-   ->  Sort
...
test
[21:42:41.090]  87/309 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
51/4971 Revisiting {CREATE INDEX, REINDEX} CONCURRENTLY improvements
FreeBSD - 13 - Meson
test
[20:59:16.507] 169/316 postgresql:pg_amcheck / pg_amcheck/007_concurrently_unique                      ERROR            ...
[20:59:16.507] 196/316 postgresql:pg_amcheck / pg_amcheck/006_concurrently                             ERROR            ...
51/5325 Add sortsupport for range types and btree_gist
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pageinspect/expected/btree.out /tmp/cirrus-ci-build/build/testrun/pageinspect-runn...
--- /tmp/cirrus-ci-build/contrib/pageinspect/expected/btree.out	2024-12-02 20:32:55.233619000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pageinspect-running/regress/results/btree.out	2024-12-02 20:38:25.646171000 +0000
@@ -194,6 +194,7 @@
 SELECT bt_page_items(get_raw_page('test1_a_hash', 0));
 ERROR:  block is a meta page
 CREATE INDEX test1_b_gist ON test1 USING gist(b);
+NOTICE:  notice triggered for injection point gist-sorted-build
 -- Special area of GiST is the same as btree, this complains about inconsistent
 -- leaf data on the page.
 SELECT bt_page_items(get_raw_page('test1_b_gist', 0));
diff -U3 /tmp/cirrus-ci-build/contrib/pageinspect/expected/gist.out /tmp/cirrus-ci-build/build/testrun/pageinspect-runni...
--- /tmp/cirrus-ci-build/contrib/pageinspect/expected/gist.out	2024-12-02 20:32:55.233912000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pageinspect-running/regress/results/gist.out	2024-12-02 20:38:26.153319000 +0000
@@ -3,6 +3,7 @@
 CREATE UNLOGGED TABLE test_gist AS SELECT point(i,i) p, i::text t FROM
     generate_series(1,1000) i;
 CREATE INDEX test_gist_idx ON test_gist USING gist (p);
+NOTICE:  notice triggered for injection point gist-sorted-build
 -- Page 0 is the root, the rest are leaf pages
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/rangetypes.out /tmp/cirrus-ci-build/build/testrun/regress-runnin...
--- /tmp/cirrus-ci-build/src/test/regress/expected/rangetypes.out	2024-12-02 20:32:56.858493000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress-running/regress/results/rangetypes.out	2024-12-02 20:38:22.742845000 +000...
@@ -1512,6 +1512,8 @@
   exclude using gist (room with =, during with &&),
   exclude using gist (speaker with =, during with &&)
 );
+NOTICE:  notice triggered for injection point gist-sorted-build
+NOTICE:  notice triggered for injection point gist-sorted-build
 insert into test_range_excl
   values(int4range(123, 123, '[]'), int4range(1, 1, '[]'), '[2010-01-02 10:00, 2010-01-02 11:00)');
 insert into test_range_excl
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/point.out /tmp/cirrus-ci-build/build/testrun/regress-running/reg...
--- /tmp/cirrus-ci-build/src/test/regress/expected/point.out	2024-12-02 20:32:56.849948000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress-running/regress/results/point.out	2024-12-02 20:38:23.177026000 +0000
@@ -417,6 +417,7 @@
 CREATE TEMP TABLE point_gist_tbl(f1 point);
 INSERT INTO point_gist_tbl SELECT '(0,0)' FROM generate_series(0,1000);
 CREATE INDEX point_gist_tbl_index ON point_gist_tbl USING gist (f1);
+NOTICE:  notice triggered for injection point gist-sorted-build
...
test
[20:38:59.796] 31/76 postgresql:pageinspect-running / pageinspect-running/regress                 ERROR             0.88...
[20:38:59.796] 25/76 postgresql:regress-running / regress-running/regress                         ERROR            25.60...
51/4912 CSN snapshots in hot standby
Linux - Debian Bookworm - Meson
core
[18:03:36.499] #0  0x00007f09be8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[18:03:36.499] #1  0x00007f09be85afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[18:03:36.499] #2  0x00007f09be845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[18:03:36.499] #3  0x00007f09bea1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[18:03:36.499] #4  0x00007f09bea2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[18:03:36.499] #5  0x00007f09bea0dad8 in __ubsan::__ubsan_handle_shift_out_of_bounds_abort (Data=Data@entry=0x55e0fa5836...
[18:03:36.499] #6  0x000055e0f9acc017 in XidInMVCCSnapshot (xid=757, snapshot=snapshot@entry=0x55e0fb5ec9b0) at ../src/b...
[18:03:36.499] #7  0x000055e0f910c7d3 in HeapTupleSatisfiesMVCC (htup=<optimized out>, snapshot=0x55e0fb5ec9b0, buffer=3...
[18:03:36.499] #8  0x000055e0f910e017 in HeapTupleSatisfiesVisibility (htup=htup@entry=0x7ffe73c655f0, snapshot=snapshot...
[18:03:36.499] #9  0x000055e0f90ff499 in page_collect_tuples (check_serializable=<optimized out>, all_visible=<optimized...
core
[18:03:37.553] #0  0x00007f4ef9aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[18:03:37.553] #1  0x00007f4ef9a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[18:03:37.553] #2  0x00007f4ef9a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[18:03:37.553] #3  0x00007f4ef9c1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[18:03:37.553] #4  0x00007f4ef9c2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[18:03:37.553] #5  0x00007f4ef9c0dad8 in __ubsan::__ubsan_handle_shift_out_of_bounds_abort (Data=Data@entry=0x55d5cdf586...
[18:03:37.553] #6  0x000055d5cd4a1017 in XidInMVCCSnapshot (xid=755, snapshot=snapshot@entry=0x55d5d01a1eb0) at ../src/b...
[18:03:37.553] #7  0x000055d5ccae19ab in HeapTupleSatisfiesMVCC (htup=<optimized out>, snapshot=0x55d5d01a1eb0, buffer=4...
[18:03:37.553] #8  0x000055d5ccae3017 in HeapTupleSatisfiesVisibility (htup=htup@entry=0x7ffe9b2a9d00, snapshot=snapshot...
[18:03:37.553] #9  0x000055d5ccad4499 in page_collect_tuples (check_serializable=<optimized out>, all_visible=<optimized...
core
[18:03:37.027] #0  0x00007f9c322a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[18:03:37.027] #1  0x00007f9c3225afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[18:03:37.027] #2  0x00007f9c32245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[18:03:37.027] #3  0x00007f9c3241e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[18:03:37.027] #4  0x00007f9c3242aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[18:03:37.027] #5  0x00007f9c3240dad8 in __ubsan::__ubsan_handle_shift_out_of_bounds_abort (Data=Data@entry=0x557b510016...
[18:03:37.027] #6  0x0000557b5054a017 in XidInMVCCSnapshot (xid=880, snapshot=snapshot@entry=0x557b52d0ad80) at ../src/b...
[18:03:37.027] #7  0x0000557b4fb8a9ab in HeapTupleSatisfiesMVCC (htup=<optimized out>, snapshot=0x557b52d0ad80, buffer=1...
[18:03:37.027] #8  0x0000557b4fb8c017 in HeapTupleSatisfiesVisibility (htup=htup@entry=0x7ffeaf047f90, snapshot=snapshot...
[18:03:37.027] #9  0x0000557b4fb7d499 in page_collect_tuples (check_serializable=<optimized out>, all_visible=<optimized...
tap
[17:58:51.500](0.763s) not ok 5 - Not visible
[17:58:51.639](0.139s) Bail out!  command "pg_ctl -D /tmp/cirrus-ci-build/build/testrun/recovery/012_subtransactions/dat...
test
[18:02:20.836]  16/315 postgresql:recovery / recovery/012_subtransactions                              ERROR            ...
[18:02:20.836] 219/315 postgresql:recovery / recovery/031_recovery_conflict                            ERROR           1...
[18:02:20.836] 315/315 postgresql:test_misc / test_misc/000_csn_perf                                   ERROR            ...
macOS - Sonoma - Meson
test
[18:01:35.280] 315/315 postgresql:test_misc / test_misc/000_csn_perf                                   ERROR           1...
Windows - Server 2019, VS 2019 - Meson & ninja
test
[18:12:39.676] 310/310 postgresql:test_misc / test_misc/000_csn_perf                                   ERROR           3...
51/5283 Replace IN VALUES with ANY in WHERE clauses during optimization
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/subselect.out C:/cirrus/build/testrun/pg_upgrade/002_pg...
--- C:/cirrus/src/test/regress/expected/subselect.out	2024-12-02 17:00:16.418947200 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/subselect.out	2024-12-02 17:03:10.617220700 +0000
@@ -2411,15 +2411,16 @@
 EXPLAIN (COSTS OFF)
 SELECT c.oid,c.relname FROM pg_class c JOIN pg_am a USING (oid)
 WHERE c.oid IN (VALUES (1), (2));
-                          QUERY PLAN                           
----------------------------------------------------------------
- Hash Join
-   Hash Cond: (a.oid = c.oid)
-   ->  Seq Scan on pg_am a
-   ->  Hash
-         ->  Index Scan using pg_class_oid_index on pg_class c
-               Index Cond: (oid = ANY ('{1,2}'::integer[]))
-(6 rows)
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (c.oid = a.oid)
...
tap
[17:04:40.801](131.924s) not ok 5 - regression tests pass
test
[17:15:40.464]  41/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           2...
51/5031 Remove dependence on integer wrapping
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/date.out C:/cirrus/build/testrun/pg_upgrade/002_pg_upgr...
--- C:/cirrus/src/test/regress/expected/date.out	2024-12-02 15:50:28.902018000 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/date.out	2024-12-02 15:52:35.818691200 +0000
@@ -1533,4 +1533,4 @@
 select make_time(24, 0, 2.1);
 ERROR:  time field value out of range: 24:00:2.1
 SELECT make_date(-2147483648, 1, 1);
-ERROR:  date field value out of range: -2147483648-01-01
+ERROR:  date field value out of range: 24301-01-01
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/date.out C:/cirrus/build/testrun/recovery/027_stream_re...
--- C:/cirrus/src/test/regress/expected/date.out	2024-12-02 15:50:28.902018000 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/date.out	2024-12-02 15:54:53.085820700 +0000
@@ -1533,4 +1533,4 @@
 select make_time(24, 0, 2.1);
 ERROR:  time field value out of range: 24:00:2.1
 SELECT make_date(-2147483648, 1, 1);
-ERROR:  date field value out of range: -2147483648-01-01
+ERROR:  date field value out of range: 24301-01-01
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/date.out C:/cirrus/build/testrun/regress/regress/result...
--- C:/cirrus/src/test/regress/expected/date.out	2024-12-02 15:50:28.902018000 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/date.out	2024-12-02 15:52:30.252772000 +0000
@@ -1533,4 +1533,4 @@
 select make_time(24, 0, 2.1);
 ERROR:  time field value out of range: 24:00:2.1
 SELECT make_date(-2147483648, 1, 1);
-ERROR:  date field value out of range: -2147483648-01-01
+ERROR:  date field value out of range: 24301-01-01
tap
[15:54:23.507](113.452s) not ok 5 - regression tests pass
tap
[15:56:46.801](125.753s) not ok 2 - regression tests pass
test
[16:04:17.176]   6/309 postgresql:regress / regress/regress                                            ERROR           1...
[16:04:17.176]  37/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[16:04:17.176]  91/309 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5174 Call rm_redo in a temporary memory context
CompilerWarnings
compiler
[14:09:48.304] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
compiler
[14:09:20.389] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
compiler
[14:12:42.488] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
51/5131 add log_transaction GUC setting
FreeBSD - 13 - Meson
tap
[12:36:32.418](1.683s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[12:36:43.291] 294/314 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
Linux - Debian Bookworm - Autoconf
tap
[12:36:59.695](0.725s) not ok 1 - no parameters missing from postgresql.conf.sample
Linux - Debian Bookworm - Meson
core
[12:39:35.371] #0  0x00007f5c1f2aeda4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:35.371] #1  0x00007f5c1f25b239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:35.371] #2  0x00007f5c1f316204 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:35.371] #3  0x00007f5c1f32885c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[12:39:34.889] #0  0x00007fd9bab79b93 in wait4 () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:34.889] #1  0x0000558544f2ecc0 in ?? ()
[12:39:34.889] #2  0x0000558544f2eefa in ?? ()
[12:39:34.889] #3  0x0000558544f30630 in ?? ()
[12:39:34.889] #4  0x0000558544f2a371 in ?? ()
[12:39:34.889] #5  0x0000558544f2920f in ?? ()
[12:39:34.889] #6  0x0000558544f29c3b in ?? ()
[12:39:34.889] #7  0x0000558544f2766f in ?? ()
[12:39:34.889] #8  0x00007fd9baacd24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:34.889] #9  0x00007fd9baacd305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[12:39:34.770] #0  0x00007facffcb37b3 in copy_file_range () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:34.770] #1  0x0000556c43271291 in ?? ()
[12:39:34.770] #2  0x0000556c43275671 in ?? ()
[12:39:34.770] #3  0x0000556c43276577 in ?? ()
[12:39:34.770] #4  0x0000556c432705bc in ?? ()
[12:39:34.770] #5  0x0000556c4326eeda in ?? ()
[12:39:34.770] #6  0x00007facffbde24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:34.770] #7  0x00007facffbde305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:34.770] #8  0x0000556c4326f171 in ?? ()
[12:39:34.888] #0  0x00007fd9bab79b93 in wait4 () from /lib/x86_64-linux-gnu/libc.so.6
core
[12:39:35.371] #0  <unavailable> in ?? ()
tap
[12:38:17.561](0.483s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[12:38:30.529] 293/314 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
macOS - Sonoma - Meson
tap
[12:37:13.086](0.782s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[12:37:25.116] 294/314 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[12:44:29.139](1.669s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[12:45:41.315] 289/309 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
51/5318 System views for versions reporting
Linux - Debian Bookworm - Meson
test
[08:11:23.043] 297/314 postgresql:test_slru / test_slru/001_multixact                                  ERROR            ...
51/5284 database-specific role memberships
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/privs_in_db.out /tmp/cirrus-ci-build/build/testrun/regress-runni...
--- /tmp/cirrus-ci-build/src/test/regress/expected/privs_in_db.out	2024-12-02 07:43:33.046252000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress-running/regress/results/privs_in_db.out	2024-12-02 07:49:05.568117000 +00...
@@ -756,9 +756,10 @@
 DROP DATABASE regression_db_0;
 DROP ROLE regress_role_admin;
 SELECT datname FROM pg_database WHERE datname LIKE 'regression_db_%';
- datname 
----------
-(0 rows)
+      datname      
+-------------------
+ regression_dblink
+(1 row)
 
 SELECT rolname FROM pg_roles WHERE rolname LIKE 'regress_role_%';
  rolname 
test
[07:49:26.228] 75/76 postgresql:regress-running / regress-running/regress                         ERROR            25.33...
51/5378 Conflict detection for update_deleted in logical replication
Linux - Debian Bookworm - Meson
tap
[07:19:17.261](210.334s) # poll_query_until timed out executing this query:
[07:19:17.262](0.001s) not ok 8 - the xmin value of slot 'pg_conflict_detection' is updated on Node A
test
[07:19:17.666] 315/315 postgresql:subscription / subscription/034_confl_update_deleted                 ERROR           2...
51/5393 attempt multibyte-aware truncation of database names
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/database.out C:/cirrus/build/testrun/recovery/027_strea...
--- C:/cirrus/src/test/regress/expected/database.out	2024-12-02 06:05:00.425238300 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/database.out	2024-12-02 06:09:26.583815800 +0000
@@ -1,9 +1,15 @@
 CREATE DATABASE regression_tbd
 	ENCODING utf8 LC_COLLATE "C" LC_CTYPE "C" TEMPLATE template0;
+ERROR:  encoding "UTF8" is not compatible with shared catalog encoding "WIN1252"
+HINT:  Consider ALTER SYSTEM CATALOG ENCODING SQL_ASCII.
 ALTER DATABASE regression_tbd RENAME TO regression_utf8;
+ERROR:  database "regression_tbd" does not exist
 ALTER DATABASE regression_utf8 SET TABLESPACE regress_tblspace;
+ERROR:  database "regression_utf8" does not exist
 ALTER DATABASE regression_utf8 RESET TABLESPACE;
+ERROR:  database "regression_utf8" does not exist
 ALTER DATABASE regression_utf8 CONNECTION_LIMIT 123;
+ERROR:  database "regression_utf8" does not exist
 -- Test PgDatabaseToastTable.  Doing this with GRANT would be slow.
 BEGIN;
 UPDATE pg_database
@@ -11,5 +17,7 @@
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/database.out C:/cirrus/build/testrun/regress/regress/re...
--- C:/cirrus/src/test/regress/expected/database.out	2024-12-02 06:05:00.425238300 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/database.out	2024-12-02 06:07:09.507356500 +0000
@@ -1,9 +1,15 @@
 CREATE DATABASE regression_tbd
 	ENCODING utf8 LC_COLLATE "C" LC_CTYPE "C" TEMPLATE template0;
+ERROR:  encoding "UTF8" is not compatible with shared catalog encoding "WIN1252"
+HINT:  Consider ALTER SYSTEM CATALOG ENCODING SQL_ASCII.
 ALTER DATABASE regression_tbd RENAME TO regression_utf8;
+ERROR:  database "regression_tbd" does not exist
 ALTER DATABASE regression_utf8 SET TABLESPACE regress_tblspace;
+ERROR:  database "regression_utf8" does not exist
 ALTER DATABASE regression_utf8 RESET TABLESPACE;
+ERROR:  database "regression_utf8" does not exist
 ALTER DATABASE regression_utf8 CONNECTION_LIMIT 123;
+ERROR:  database "regression_utf8" does not exist
 -- Test PgDatabaseToastTable.  Doing this with GRANT would be slow.
 BEGIN;
 UPDATE pg_database
@@ -11,5 +17,7 @@
...
tap
[06:11:19.177](129.230s) not ok 2 - regression tests pass
test
[06:18:33.453]   6/309 postgresql:regress / regress/regress                                            ERROR           1...
[06:18:33.453]  97/309 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5404 Self contradictory examining on rel's baserestrictinfo
CompilerWarnings
compiler
[05:25:35.690] contradictory.c:1413:12: error: ‘varcollid’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[05:25:35.690] contradictory.c:1638:38: error: ‘one_elem’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[05:25:35.690] contradictory.c:757:25: error: ‘btest’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[05:24:48.887] contradictory.c:757:25: error: ‘btest’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[05:24:48.887] contradictory.c:1638:38: error: ‘one_elem’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[05:24:48.887] contradictory.c:1413:12: error: ‘varcollid’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[05:30:43.411] contradictory.c:1413:12: error: ‘varcollid’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[05:30:43.411] contradictory.c:757:25: error: ‘btest’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[05:30:43.411] contradictory.c:1638:38: error: ‘one_elem’ may be used uninitialized [-Werror=maybe-uninitialized]
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/btree_gin/expected/bool.out /tmp/cirrus-ci-build/build/testrun/btree_gin/regress/r...
--- /tmp/cirrus-ci-build/contrib/btree_gin/expected/bool.out	2024-12-02 05:23:42.861153000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/btree_gin/regress/results/bool.out	2024-12-02 05:26:16.160127000 +0000
@@ -109,15 +109,13 @@
 (6 rows)
 
 EXPLAIN (COSTS OFF) SELECT * FROM test_bool WHERE i>true ORDER BY i;
-                QUERY PLAN                 
--------------------------------------------
+           QUERY PLAN           
+--------------------------------
  Sort
    Sort Key: i
-   ->  Bitmap Heap Scan on test_bool
-         Recheck Cond: (i > true)
-         ->  Bitmap Index Scan on idx_bool
-               Index Cond: (i > true)
-(6 rows)
+   ->  Result
+         One-Time Filter: false
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/horology.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_p...
--- /tmp/cirrus-ci-build/src/test/regress/expected/horology.out	2024-12-02 05:23:44.434488000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/horology.out	2024-12-02 05:25:02.303147000...
@@ -2541,18 +2541,17 @@
 explain (costs off)
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
-                                 QUERY PLAN                                  
------------------------------------------------------------------------------
+         QUERY PLAN         
+----------------------------
  Aggregate
    ->  Seq Scan on date_tbl
-         Filter: ((f1 >= '01-01-1997'::date) AND (f1 <= '01-01-1998'::date))
-(3 rows)
+(2 rows)
 
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
  count 
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/horology.out /tmp/cirrus-ci-build/build/testrun/recovery/027_str...
--- /tmp/cirrus-ci-build/src/test/regress/expected/horology.out	2024-12-02 05:23:44.434488000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/horology.out	2024-12-02 05:25:44.3778540...
@@ -2541,18 +2541,17 @@
 explain (costs off)
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
-                                 QUERY PLAN                                  
------------------------------------------------------------------------------
+         QUERY PLAN         
+----------------------------
  Aggregate
    ->  Seq Scan on date_tbl
-         Filter: ((f1 >= '01-01-1997'::date) AND (f1 <= '01-01-1998'::date))
-(3 rows)
+(2 rows)
 
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
  count 
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/horology.out /tmp/cirrus-ci-build/build/testrun/regress/regress/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/horology.out	2024-12-02 05:23:44.434488000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/horology.out	2024-12-02 05:25:00.868025000 +0000
@@ -2541,18 +2541,17 @@
 explain (costs off)
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
-                                 QUERY PLAN                                  
------------------------------------------------------------------------------
+         QUERY PLAN         
+----------------------------
  Aggregate
    ->  Seq Scan on date_tbl
-         Filter: ((f1 >= '01-01-1997'::date) AND (f1 <= '01-01-1998'::date))
-(3 rows)
+(2 rows)
 
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
  count 
...
tap
[05:25:59.597](61.819s) not ok 5 - regression tests pass
tap
[05:26:54.696](76.962s) not ok 2 - regression tests pass
test
[05:28:45.062]   6/314 postgresql:regress / regress/regress                                            ERROR            ...
[05:28:45.062]  57/314 postgresql:btree_gin / btree_gin/regress                                        ERROR            ...
[05:28:45.062]  73/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[05:28:45.062] 157/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/contrib/btree_gin/expected/bool.out /tmp/cirrus-ci-build/contrib/btree_gin/results/bool.ou...
--- /tmp/cirrus-ci-build/contrib/btree_gin/expected/bool.out	2024-12-02 05:23:39.350370836 +0000
+++ /tmp/cirrus-ci-build/contrib/btree_gin/results/bool.out	2024-12-02 05:27:15.598032609 +0000
@@ -109,15 +109,13 @@
 (6 rows)
 
 EXPLAIN (COSTS OFF) SELECT * FROM test_bool WHERE i>true ORDER BY i;
-                QUERY PLAN                 
--------------------------------------------
+           QUERY PLAN           
+--------------------------------
  Sort
    Sort Key: i
-   ->  Bitmap Heap Scan on test_bool
-         Recheck Cond: (i > true)
-         ->  Bitmap Index Scan on idx_bool
-               Index Cond: (i > true)
-(6 rows)
+   ->  Result
+         One-Time Filter: false
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/horology.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/horology.out	2024-12-02 05:23:41.299780001 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/horology.out	2024-12-02 05:27:55.010129472 +0000
@@ -2541,18 +2541,18 @@
 explain (costs off)
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
-                                 QUERY PLAN                                  
------------------------------------------------------------------------------
+                 QUERY PLAN                 
+--------------------------------------------
  Aggregate
    ->  Seq Scan on date_tbl
-         Filter: ((f1 >= '01-01-1997'::date) AND (f1 <= '01-01-1998'::date))
+         Filter: (f1 <= '01-01-1998'::date)
 (3 rows)
 
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
  count 
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/horology.out /tmp/cirrus-ci-build/src/test/regress/results/horol...
--- /tmp/cirrus-ci-build/src/test/regress/expected/horology.out	2024-12-02 05:23:41.299780001 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/horology.out	2024-12-02 05:26:31.462234339 +0000
@@ -2541,18 +2541,18 @@
 explain (costs off)
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
-                                 QUERY PLAN                                  
------------------------------------------------------------------------------
+                 QUERY PLAN                 
+--------------------------------------------
  Aggregate
    ->  Seq Scan on date_tbl
-         Filter: ((f1 >= '01-01-1997'::date) AND (f1 <= '01-01-1998'::date))
+         Filter: (f1 <= '01-01-1998'::date)
 (3 rows)
 
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
  count 
...
tap
[05:29:47.295](121.089s) not ok 5 - regression tests pass
Linux - Debian Bookworm - Meson
core
[05:30:52.718] #0  0x00007f2a43aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:30:52.718] #1  0x00007f2a43a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:30:52.718] #2  0x00007f2a43a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:30:52.718] #3  0x00007f2a43c1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:30:52.718] #4  0x00007f2a43c2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:30:52.718] #5  0x00007f2a43c0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55be9ec03b4...
[05:30:52.718] #6  0x000055be9dec03f7 in examine_self_contradictory_rels (root=root@entry=0x55be9f67fe68, rel=rel@entry=...
[05:30:52.718] #7  0x000055be9dec0606 in examine_self_contradictory_rels_phase1 (root=root@entry=0x55be9f67fe68) at ../s...
[05:30:52.718] #8  0x000055be9de8ac48 in query_planner (root=root@entry=0x55be9f67fe68, qp_callback=qp_callback@entry=0x...
[05:30:52.718] #9  0x000055be9de9e03b in grouping_planner (root=root@entry=0x55be9f67fe68, tuple_fraction=<optimized out...
core
[05:30:51.168] #0  0x00007f2f302a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:30:51.168] #1  0x00007f2f3025afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:30:51.168] #2  0x00007f2f30245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:30:51.168] #3  0x00007f2f3041e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:30:51.168] #4  0x00007f2f3042aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:30:51.168] #5  0x00007f2f3040dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55fff9552b4...
[05:30:51.168] #6  0x000055fff880f3f7 in examine_self_contradictory_rels (root=root@entry=0x55fffa4dcfd8, rel=rel@entry=...
[05:30:51.168] #7  0x000055fff880f606 in examine_self_contradictory_rels_phase1 (root=root@entry=0x55fffa4dcfd8) at ../s...
[05:30:51.168] #8  0x000055fff87d9c48 in query_planner (root=root@entry=0x55fffa4dcfd8, qp_callback=qp_callback@entry=0x...
[05:30:51.168] #9  0x000055fff87ed03b in grouping_planner (root=root@entry=0x55fffa4dcfd8, tuple_fraction=<optimized out...
core
[05:31:01.260] #0  0x00007f0cb86a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:31:01.260] #1  0x00007f0cb865afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:31:01.260] #2  0x00007f0cb8645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:31:01.260] #3  0x00007f0cb881e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:31:01.260] #4  0x00007f0cb882aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:31:01.260] #5  0x00007f0cb880dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x56365d4fab4...
[05:31:01.260] #6  0x000056365c7b73f7 in examine_self_contradictory_rels (root=root@entry=0x56365ef2cb48, rel=rel@entry=...
[05:31:01.260] #7  0x000056365c7b7606 in examine_self_contradictory_rels_phase1 (root=root@entry=0x56365ef2cb48) at ../s...
[05:31:01.260] #8  0x000056365c781c48 in query_planner (root=root@entry=0x56365ef2cb48, qp_callback=qp_callback@entry=0x...
[05:31:01.260] #9  0x000056365c79503b in grouping_planner (root=root@entry=0x56365ef2cb48, tuple_fraction=<optimized out...
core
[05:30:59.730] #0  0x00007f2f302a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:30:59.730] #1  0x00007f2f3025afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:30:59.730] #2  0x00007f2f30245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:30:59.730] #3  0x00007f2f3041e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:30:59.730] #4  0x00007f2f3042aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:30:59.730] #5  0x00007f2f3040dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55fff9552b4...
[05:30:59.730] #6  0x000055fff880f3f7 in examine_self_contradictory_rels (root=root@entry=0x55fffa490128, rel=rel@entry=...
[05:30:59.730] #7  0x000055fff880f606 in examine_self_contradictory_rels_phase1 (root=root@entry=0x55fffa490128) at ../s...
[05:30:59.730] #8  0x000055fff87d9c48 in query_planner (root=root@entry=0x55fffa490128, qp_callback=qp_callback@entry=0x...
[05:30:59.730] #9  0x000055fff87ed03b in grouping_planner (root=root@entry=0x55fffa490128, tuple_fraction=<optimized out...
core
[05:30:58.400] #0  0x00007fde82ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:30:58.400] #1  0x00007fde82e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:30:58.400] #2  0x00007fde82e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:30:58.400] #3  0x00007fde8301e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:30:58.400] #4  0x00007fde8302aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:30:58.400] #5  0x00007fde8300dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x56040637bb4...
[05:30:58.400] #6  0x00005604056383f7 in examine_self_contradictory_rels (root=root@entry=0x5604075ff5e0, rel=rel@entry=...
[05:30:58.400] #7  0x0000560405638606 in examine_self_contradictory_rels_phase1 (root=root@entry=0x5604075ff5e0) at ../s...
[05:30:58.400] #8  0x0000560405602c48 in query_planner (root=root@entry=0x5604075ff5e0, qp_callback=qp_callback@entry=0x...
[05:30:58.400] #9  0x000056040561603b in grouping_planner (root=root@entry=0x5604075ff5e0, tuple_fraction=<optimized out...
core
[05:30:57.917] #0  0x00007f2f302a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:30:57.917] #1  0x00007f2f3025afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:30:57.917] #2  0x00007f2f30245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:30:57.917] #3  0x00007f2f3041e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:30:57.917] #4  0x00007f2f3042aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:30:57.917] #5  0x00007f2f3040dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55fff9552b4...
[05:30:57.917] #6  0x000055fff880f3f7 in examine_self_contradictory_rels (root=root@entry=0x55fffa5be328, rel=rel@entry=...
[05:30:57.917] #7  0x000055fff880f606 in examine_self_contradictory_rels_phase1 (root=root@entry=0x55fffa5be328) at ../s...
[05:30:57.917] #8  0x000055fff87d9c48 in query_planner (root=root@entry=0x55fffa5be328, qp_callback=qp_callback@entry=0x...
[05:30:57.917] #9  0x000055fff87ed03b in grouping_planner (root=root@entry=0x55fffa5be328, tuple_fraction=<optimized out...
core
[05:30:56.391] #0  0x00007f2f302a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:30:56.391] #1  0x00007f2f3025afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:30:56.391] #2  0x00007f2f30245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:30:56.391] #3  0x00007f2f3041e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:30:56.391] #4  0x00007f2f3042aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:30:56.391] #5  0x00007f2f3040dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55fff9552b4...
[05:30:56.391] #6  0x000055fff880f3f7 in examine_self_contradictory_rels (root=root@entry=0x55fffa5a05f8, rel=rel@entry=...
[05:30:56.391] #7  0x000055fff880f606 in examine_self_contradictory_rels_phase1 (root=root@entry=0x55fffa5a05f8) at ../s...
[05:30:56.391] #8  0x000055fff87d9c48 in query_planner (root=root@entry=0x55fffa5a05f8, qp_callback=qp_callback@entry=0x...
[05:30:56.391] #9  0x000055fff87ed03b in grouping_planner (root=root@entry=0x55fffa5a05f8, tuple_fraction=<optimized out...
core
[05:30:55.062] #0  0x00007fde82ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:30:55.062] #1  0x00007fde82e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:30:55.062] #2  0x00007fde82e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:30:55.062] #3  0x00007fde8301e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:30:55.062] #4  0x00007fde8302aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:30:55.062] #5  0x00007fde8300dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x56040637bb4...
[05:30:55.062] #6  0x00005604056383f7 in examine_self_contradictory_rels (root=root@entry=0x5604075ff5e0, rel=rel@entry=...
[05:30:55.062] #7  0x0000560405638606 in examine_self_contradictory_rels_phase1 (root=root@entry=0x5604075ff5e0) at ../s...
[05:30:55.062] #8  0x0000560405602c48 in query_planner (root=root@entry=0x5604075ff5e0, qp_callback=qp_callback@entry=0x...
[05:30:55.062] #9  0x000056040561603b in grouping_planner (root=root@entry=0x5604075ff5e0, tuple_fraction=<optimized out...
core
[05:30:54.563] #0  0x00007f2f302a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:30:54.563] #1  0x00007f2f3025afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:30:54.563] #2  0x00007f2f30245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:30:54.563] #3  0x00007f2f3041e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:30:54.563] #4  0x00007f2f3042aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:30:54.563] #5  0x00007f2f3040dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55fff9552b4...
[05:30:54.563] #6  0x000055fff880f3f7 in examine_self_contradictory_rels (root=root@entry=0x55fffa59d388, rel=rel@entry=...
[05:30:54.563] #7  0x000055fff880f606 in examine_self_contradictory_rels_phase1 (root=root@entry=0x55fffa59d388) at ../s...
[05:30:54.563] #8  0x000055fff87d9c48 in query_planner (root=root@entry=0x55fffa59d388, qp_callback=qp_callback@entry=0x...
[05:30:54.563] #9  0x000055fff87ed03b in grouping_planner (root=root@entry=0x55fffa59d388, tuple_fraction=<optimized out...
core
[05:30:53.214] #0  0x00007fde82ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:30:53.214] #1  0x00007fde82e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:30:53.214] #2  0x00007fde82e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:30:53.214] #3  0x00007fde8301e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:30:53.214] #4  0x00007fde8302aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:30:53.214] #5  0x00007fde8300dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x56040637bb4...
[05:30:53.214] #6  0x00005604056383f7 in examine_self_contradictory_rels (root=root@entry=0x5604075ff5e0, rel=rel@entry=...
[05:30:53.214] #7  0x0000560405638606 in examine_self_contradictory_rels_phase1 (root=root@entry=0x5604075ff5e0) at ../s...
[05:30:53.214] #8  0x0000560405602c48 in query_planner (root=root@entry=0x5604075ff5e0, qp_callback=qp_callback@entry=0x...
[05:30:53.214] #9  0x000056040561603b in grouping_planner (root=root@entry=0x5604075ff5e0, tuple_fraction=<optimized out...
regress
diff -U3 /tmp/cirrus-ci-build/contrib/btree_gin/expected/bool.out /tmp/cirrus-ci-build/build/testrun/btree_gin/regress/r...
--- /tmp/cirrus-ci-build/contrib/btree_gin/expected/bool.out	2024-12-02 05:23:37.934885665 +0000
+++ /tmp/cirrus-ci-build/build/testrun/btree_gin/regress/results/bool.out	2024-12-02 05:27:48.314363123 +0000
@@ -109,15 +109,13 @@
 (6 rows)
 
 EXPLAIN (COSTS OFF) SELECT * FROM test_bool WHERE i>true ORDER BY i;
-                QUERY PLAN                 
--------------------------------------------
+           QUERY PLAN           
+--------------------------------
  Sort
    Sort Key: i
-   ->  Bitmap Heap Scan on test_bool
-         Recheck Cond: (i > true)
-         ->  Bitmap Index Scan on idx_bool
-               Index Cond: (i > true)
-(6 rows)
+   ->  Result
+         One-Time Filter: false
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/horology.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_p...
--- /tmp/cirrus-ci-build/src/test/regress/expected/horology.out	2024-12-02 05:23:39.950885708 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/horology.out	2024-12-02 05:27:07.482425064...
@@ -2541,1307 +2541,7 @@
 explain (costs off)
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
-                                 QUERY PLAN                                  
------------------------------------------------------------------------------
- Aggregate
-   ->  Seq Scan on date_tbl
-         Filter: ((f1 >= '01-01-1997'::date) AND (f1 <= '01-01-1998'::date))
-(3 rows)
-
-select count(*) from date_tbl
-  where f1 between symmetric '1997-01-01' and '1998-01-01';
- count 
--------
-     3
-(1 row)
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/horology.out /tmp/cirrus-ci-build/build/testrun/recovery/027_str...
--- /tmp/cirrus-ci-build/src/test/regress/expected/horology.out	2024-12-02 05:23:39.950885708 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/horology.out	2024-12-02 05:27:32.1663849...
@@ -2541,1307 +2541,7 @@
 explain (costs off)
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
-                                 QUERY PLAN                                  
------------------------------------------------------------------------------
- Aggregate
-   ->  Seq Scan on date_tbl
-         Filter: ((f1 >= '01-01-1997'::date) AND (f1 <= '01-01-1998'::date))
-(3 rows)
-
-select count(*) from date_tbl
-  where f1 between symmetric '1997-01-01' and '1998-01-01';
- count 
--------
-     3
-(1 row)
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/horology.out /tmp/cirrus-ci-build/build/testrun/regress/regress/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/horology.out	2024-12-02 05:23:39.950885708 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/horology.out	2024-12-02 05:27:03.306425996 +0000
@@ -2541,1307 +2541,7 @@
 explain (costs off)
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
-                                 QUERY PLAN                                  
------------------------------------------------------------------------------
- Aggregate
-   ->  Seq Scan on date_tbl
-         Filter: ((f1 >= '01-01-1997'::date) AND (f1 <= '01-01-1998'::date))
-(3 rows)
-
-select count(*) from date_tbl
-  where f1 between symmetric '1997-01-01' and '1998-01-01';
- count 
--------
-     3
-(1 row)
...
tap
[05:28:17.947](0.813s) not ok 20 - pg_amcheck of db1.s1 excluding indexes status (got 1 vs expected 0)
[05:28:17.948](0.000s) not ok 22 - pg_amcheck of db1.s1 excluding indexes stderr /(?^:^$)/
[05:28:18.535](0.587s) not ok 23 - pg_amcheck of db2.s1 excluding indexes status (got 1 vs expected 2)
[05:28:18.536](0.000s) not ok 24 - pg_amcheck of db2.s1 excluding indexes stdout /(?^:could not open file ".*": No such ...
[05:28:18.536](0.000s) not ok 25 - pg_amcheck of db2.s1 excluding indexes stderr /(?^:^$)/
[05:28:19.408](0.529s) not ok 43 - pg_amcheck over schema s1 with all indexes excluded reports no corruption status (got...
[05:28:19.408](0.000s) not ok 45 - pg_amcheck over schema s1 with all indexes excluded reports no corruption stderr /(?^...
[05:28:19.438](0.029s) not ok 46 - pg_amcheck over schema s2 with corrupt tables excluded reports no corruption status (...
[05:28:19.439](0.000s) not ok 48 - pg_amcheck over schema s2 with corrupt tables excluded reports no corruption stderr /...
[05:28:19.522](0.035s) not ok 55 - pg_amcheck smoke test --parent-check status (got 1 vs expected 2)
[05:28:19.522](0.000s) not ok 56 - pg_amcheck smoke test --parent-check stdout /(?^:index ".*" lacks a main relation for...
[05:28:19.523](0.000s) not ok 57 - pg_amcheck smoke test --parent-check stderr /(?^:^$)/
[05:28:19.561](0.038s) not ok 58 - pg_amcheck smoke test --heapallindexed --rootdescend status (got 1 vs expected 2)
[05:28:19.562](0.000s) not ok 59 - pg_amcheck smoke test --heapallindexed --rootdescend stdout /(?^:index ".*" lacks a m...
[05:28:19.562](0.000s) not ok 60 - pg_amcheck smoke test --heapallindexed --rootdescend stderr /(?^:^$)/
[05:28:19.595](0.033s) not ok 61 - pg_amcheck excluding all corrupt schemas status (got 1 vs expected 0)
[05:28:19.596](0.000s) not ok 63 - pg_amcheck excluding all corrupt schemas stderr /(?^:^$)/
[05:28:19.629](0.033s) not ok 64 - pg_amcheck smoke test --parent-check --checkunique status (got 1 vs expected 2)
[05:28:19.629](0.000s) not ok 65 - pg_amcheck smoke test --parent-check --checkunique stdout /(?^:index ".*" lacks a mai...
[05:28:19.630](0.000s) not ok 66 - pg_amcheck smoke test --parent-check --checkunique stderr /(?^:^$)/
[05:28:19.658](0.028s) not ok 67 - pg_amcheck smoke test --heapallindexed --rootdescend --checkunique status (got 1 vs e...
[05:28:19.658](0.000s) not ok 68 - pg_amcheck smoke test --heapallindexed --rootdescend --checkunique stdout /(?^:index ...
[05:28:19.659](0.000s) not ok 69 - pg_amcheck smoke test --heapallindexed --rootdescend --checkunique stderr /(?^:^$)/
[05:28:19.701](0.042s) not ok 70 - pg_amcheck excluding all corrupt schemas with --checkunique option status (got 1 vs e...
[05:28:19.702](0.000s) not ok 72 - pg_amcheck excluding all corrupt schemas with --checkunique option stderr /(?^:^$)/
tap
[05:27:15.631](13.123s) not ok 5 - regression tests pass
[05:27:17.209](1.573s) not ok 6 - dump before running pg_upgrade
tap
[05:27:36.913](10.242s) not ok 2 - regression tests pass
test
[05:29:46.081]  15/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[05:29:46.081]   6/314 postgresql:regress / regress/regress                                            ERROR            ...
[05:29:46.081]  39/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[05:29:46.081]  59/314 postgresql:btree_gin / btree_gin/regress                                        ERROR            ...
[05:29:46.081] 154/314 postgresql:pg_amcheck / pg_amcheck/003_check                                    ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/contrib/btree_gin/expected/bool.out /Users/admin/pgsql/build/testrun/btree_gin/regress/resul...
--- /Users/admin/pgsql/contrib/btree_gin/expected/bool.out	2024-12-02 05:23:10
+++ /Users/admin/pgsql/build/testrun/btree_gin/regress/results/bool.out	2024-12-02 05:26:00
@@ -109,15 +109,13 @@
 (6 rows)
 
 EXPLAIN (COSTS OFF) SELECT * FROM test_bool WHERE i>true ORDER BY i;
-                QUERY PLAN                 
--------------------------------------------
+           QUERY PLAN           
+--------------------------------
  Sort
    Sort Key: i
-   ->  Bitmap Heap Scan on test_bool
-         Recheck Cond: (i > true)
-         ->  Bitmap Index Scan on idx_bool
-               Index Cond: (i > true)
-(6 rows)
+   ->  Result
+         One-Time Filter: false
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/horology.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_up...
--- /Users/admin/pgsql/src/test/regress/expected/horology.out	2024-12-02 05:23:11
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/horology.out	2024-12-02 05:24:54
@@ -2541,18 +2541,17 @@
 explain (costs off)
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
-                                 QUERY PLAN                                  
------------------------------------------------------------------------------
+         QUERY PLAN         
+----------------------------
  Aggregate
    ->  Seq Scan on date_tbl
-         Filter: ((f1 >= '01-01-1997'::date) AND (f1 <= '01-01-1998'::date))
-(3 rows)
+(2 rows)
 
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
  count 
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/horology.out /Users/admin/pgsql/build/testrun/recovery/027_stream_...
--- /Users/admin/pgsql/src/test/regress/expected/horology.out	2024-12-02 05:23:11
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/horology.out	2024-12-02 05:25:32
@@ -2541,18 +2541,17 @@
 explain (costs off)
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
-                                 QUERY PLAN                                  
------------------------------------------------------------------------------
+         QUERY PLAN         
+----------------------------
  Aggregate
    ->  Seq Scan on date_tbl
-         Filter: ((f1 >= '01-01-1997'::date) AND (f1 <= '01-01-1998'::date))
-(3 rows)
+(2 rows)
 
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
  count 
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/horology.out /Users/admin/pgsql/build/testrun/regress/regress/resu...
--- /Users/admin/pgsql/src/test/regress/expected/horology.out	2024-12-02 05:23:11
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/horology.out	2024-12-02 05:24:52
@@ -2541,18 +2541,17 @@
 explain (costs off)
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
-                                 QUERY PLAN                                  
------------------------------------------------------------------------------
+         QUERY PLAN         
+----------------------------
  Aggregate
    ->  Seq Scan on date_tbl
-         Filter: ((f1 >= '01-01-1997'::date) AND (f1 <= '01-01-1998'::date))
-(3 rows)
+(2 rows)
 
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
  count 
...
tap
[05:25:30.241](39.789s) not ok 5 - regression tests pass
tap
[05:26:08.462](40.654s) not ok 2 - regression tests pass
test
[05:27:58.385]  30/314 postgresql:regress / regress/regress                                            ERROR            ...
[05:27:58.385]  46/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[05:27:58.385]  59/314 postgresql:btree_gin / btree_gin/regress                                        ERROR            ...
[05:27:58.385] 130/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/contrib/btree_gin/expected/bool.out C:/cirrus/build/testrun/btree_gin/regress/res...
--- C:/cirrus/contrib/btree_gin/expected/bool.out	2024-12-02 05:23:49.044330200 +0000
+++ C:/cirrus/build/testrun/btree_gin/regress/results/bool.out	2024-12-02 05:30:02.530651700 +0000
@@ -109,15 +109,13 @@
 (6 rows)
 
 EXPLAIN (COSTS OFF) SELECT * FROM test_bool WHERE i>true ORDER BY i;
-                QUERY PLAN                 
--------------------------------------------
+           QUERY PLAN           
+--------------------------------
  Sort
    Sort Key: i
-   ->  Bitmap Heap Scan on test_bool
-         Recheck Cond: (i > true)
-         ->  Bitmap Index Scan on idx_bool
-               Index Cond: (i > true)
-(6 rows)
+   ->  Result
+         One-Time Filter: false
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/horology.out C:/cirrus/build/testrun/pg_upgrade/002_pg_...
--- C:/cirrus/src/test/regress/expected/horology.out	2024-12-02 05:23:53.829480000 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/horology.out	2024-12-02 05:26:09.346323500 +0000
@@ -2541,18 +2541,17 @@
 explain (costs off)
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
-                                 QUERY PLAN                                  
------------------------------------------------------------------------------
+         QUERY PLAN         
+----------------------------
  Aggregate
    ->  Seq Scan on date_tbl
-         Filter: ((f1 >= '01-01-1997'::date) AND (f1 <= '01-01-1998'::date))
-(3 rows)
+(2 rows)
 
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
  count 
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/horology.out C:/cirrus/build/testrun/recovery/027_strea...
--- C:/cirrus/src/test/regress/expected/horology.out	2024-12-02 05:23:53.829480000 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/horology.out	2024-12-02 05:28:30.764492800 +0000
@@ -2541,18 +2541,17 @@
 explain (costs off)
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
-                                 QUERY PLAN                                  
------------------------------------------------------------------------------
+         QUERY PLAN         
+----------------------------
  Aggregate
    ->  Seq Scan on date_tbl
-         Filter: ((f1 >= '01-01-1997'::date) AND (f1 <= '01-01-1998'::date))
-(3 rows)
+(2 rows)
 
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
  count 
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/horology.out C:/cirrus/build/testrun/regress/regress/re...
--- C:/cirrus/src/test/regress/expected/horology.out	2024-12-02 05:23:53.829480000 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/horology.out	2024-12-02 05:26:01.949251600 +0000
@@ -2541,18 +2541,17 @@
 explain (costs off)
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
-                                 QUERY PLAN                                  
------------------------------------------------------------------------------
+         QUERY PLAN         
+----------------------------
  Aggregate
    ->  Seq Scan on date_tbl
-         Filter: ((f1 >= '01-01-1997'::date) AND (f1 <= '01-01-1998'::date))
-(3 rows)
+(2 rows)
 
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
  count 
...
tap
[05:28:03.765](125.340s) not ok 5 - regression tests pass
tap
[05:30:29.614](134.328s) not ok 2 - regression tests pass
test
[05:37:58.872]   6/309 postgresql:regress / regress/regress                                            ERROR           1...
[05:37:58.872]  42/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           2...
[05:37:58.872]  62/309 postgresql:btree_gin / btree_gin/regress                                        ERROR            ...
[05:37:58.872]  95/309 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5410 Disable installcheck for tap and regress tests for injection_points module
FreeBSD - 13 - Meson
assertion
TRAP: failed Assert("TransactionIdIsValid(proc->xid)"), File: "../src/backend/storage/ipc/procarray.c", Line: 677, PID: ...
core
[05:10:49.675] #0  0x000000082b44641a in thr_kill () from /lib/libc.so.7
[05:10:49.675] #1  0x000000082b3bfe64 in raise () from /lib/libc.so.7
[05:10:49.675] #2  0x000000082b4706f9 in abort () from /lib/libc.so.7
[05:10:49.675] #3  0x0000000000a9ea75 in ExceptionalCondition (conditionName=0x36023a "TransactionIdIsValid(proc->xid)",...
[05:10:49.675] #4  0x000000000091662d in ProcArrayEndTransaction (proc=0x842269af8, latestXid=latestXid@entry=750) at .....
[05:10:49.675] #5  0x000000000065faff in AbortTransaction () at ../src/backend/access/transam/xact.c:2946
[05:10:49.675] #6  0x000000000065d70a in AbortCurrentTransactionInternal () at ../src/backend/access/transam/xact.c:3598
[05:10:49.675] #7  AbortCurrentTransaction () at ../src/backend/access/transam/xact.c:3449
[05:10:49.675] #8  0x0000000000942c9e in PostgresMain (dbname=<optimized out>, username=<optimized out>) at ../src/backe...
[05:10:49.675] #9  0x000000000093df79 in BackendMain (startup_data=<optimized out>, startup_data_len=<optimized out>) at...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/crash.out /tmp/cirrus-ci-build/build/testrun/in...
--- /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/crash.out	2024-12-02 05:05:15.356512000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/injection_points/isolation/results/crash.out	2024-12-02 05:07:38.533120000 +0000
@@ -23,4 +23,13 @@
 
 step c2: COMMIT;
 ERROR:  could not serialize access due to read/write dependencies among transactions
+s2: WARNING:  AbortTransaction while in ABORT state
+ERROR:  ResourceOwnerEnlarge called after release started
+server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
+
 step c3: COMMIT;
+teardown failed: server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
diff -U3 /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/inplace.out /tmp/cirrus-ci-build/build/testrun/...
--- /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/inplace.out	2024-12-02 05:05:15.356701000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/injection_points/isolation/results/inplace.out	2024-12-02 05:07:38.840327000 +000...
...
test
[05:09:39.748] 112/314 postgresql:injection_points / injection_points/isolation                        ERROR            ...
Linux - Debian Bookworm - Autoconf
assertion
TRAP: failed Assert("TransactionIdIsValid(proc->xid)"), File: "procarray.c", Line: 677, PID: 31441
core
[05:14:38.071] #0  0x00007f7051bdbebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:14:38.071] #1  0x00007f7051b8cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:14:38.071] #2  0x00007f7051b77472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:14:38.071] #3  0x000056239ea16039 in ExceptionalCondition (conditionName=conditionName@entry=0x56239edc9440 "Transac...
[05:14:38.071] #4  0x000056239e69ba7d in ProcArrayEndTransaction (proc=0x7f704d945440, latestXid=750) at procarray.c:677
[05:14:38.071] #5  0x000056239decc489 in AbortTransaction () at xact.c:2946
[05:14:38.071] #6  0x000056239decdddb in AbortCurrentTransactionInternal () at xact.c:3531
[05:14:38.071] #7  0x000056239decdf1a in AbortCurrentTransaction () at xact.c:3449
[05:14:38.071] #8  0x000056239e707331 in PostgresMain (dbname=dbname@entry=0x62900001b3a8 "isolation_regression", userna...
[05:14:38.071] #9  0x000056239e6f9d41 in BackendMain (startup_data=startup_data@entry=0x7ffd2f2e8970 "", startup_data_le...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/crash.out /tmp/cirrus-ci-build/src/test/modules...
--- /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/crash.out	2024-12-02 05:05:12.324947837 +0000
+++ /tmp/cirrus-ci-build/src/test/modules/injection_points/output_iso/results/crash.out	2024-12-02 05:08:59.267168126 +0...
@@ -23,4 +23,10 @@
 
 step c2: COMMIT;
 ERROR:  could not serialize access due to read/write dependencies among transactions
+s2: WARNING:  AbortTransaction while in ABORT state
+ERROR:  ResourceOwnerEnlarge called after release started
+server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
+
 step c3: COMMIT;
diff -U3 /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/inplace.out /tmp/cirrus-ci-build/src/test/modul...
--- /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/inplace.out	2024-12-02 05:05:12.324947837 +0000
+++ /tmp/cirrus-ci-build/src/test/modules/injection_points/output_iso/results/inplace.out	2024-12-02 05:08:59.951172228 ...
@@ -14,327 +14,9 @@
 step vac1: VACUUM vactest.orig50;  -- wait during inplace update <waiting ...>
 step grant2: GRANT SELECT ON TABLE vactest.orig50 TO PUBLIC;
...
Linux - Debian Bookworm - Meson
assertion
TRAP: failed Assert("TransactionIdIsValid(proc->xid)"), File: "../src/backend/storage/ipc/procarray.c", Line: 677, PID: ...
core
[05:11:09.874] #0  0x00007f88c1aaeda4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[05:11:09.874] #1  0x00007f88c1a5b239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[05:11:09.874] #2  0x00007f88c1b16204 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:11:09.874] #3  0x00007f88c1b2885c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:11:10.314] #0  0x00007f01a64a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:11:10.355] #0  0x00007f01a64a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:11:10.355] #1  0x00007f01a645afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:11:10.355] #2  0x00007f01a6445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:11:10.355] #3  0x000055a8e484f48a in ExceptionalCondition (conditionName=conditionName@entry=0x55a8e4b0b308 "Transac...
[05:11:10.355] #4  0x000055a8e4561a45 in ProcArrayEndTransaction (proc=0x7f01a3876ac0, latestXid=750) at ../src/backend/...
[05:11:10.355] #5  0x000055a8e3fc6da3 in AbortTransaction () at ../src/backend/access/transam/xact.c:2946
[05:11:10.355] #6  0x000055a8e3fc7d9a in AbortCurrentTransactionInternal () at ../src/backend/access/transam/xact.c:3531
[05:11:10.355] #7  0x000055a8e3fc7e3e in AbortCurrentTransaction () at ../src/backend/access/transam/xact.c:3449
[05:11:10.355] #8  0x000055a8e45bc671 in PostgresMain (dbname=<optimized out>, username=<optimized out>) at ../src/backe...
[05:11:10.355] #9  0x000055a8e45b2836 in BackendMain (startup_data=<optimized out>, startup_data_len=<optimized out>) at...
core
[05:11:09.874] #0  <unavailable> in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/crash.out /tmp/cirrus-ci-build/build/testrun/in...
--- /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/crash.out	2024-12-02 05:05:11.124239246 +0000
+++ /tmp/cirrus-ci-build/build/testrun/injection_points/isolation/results/crash.out	2024-12-02 05:08:07.591371048 +0000
@@ -23,4 +23,10 @@
 
 step c2: COMMIT;
 ERROR:  could not serialize access due to read/write dependencies among transactions
+s2: WARNING:  AbortTransaction while in ABORT state
+ERROR:  ResourceOwnerEnlarge called after release started
+server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
+
 step c3: COMMIT;
diff -U3 /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/inplace.out /tmp/cirrus-ci-build/build/testrun/...
--- /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/inplace.out	2024-12-02 05:05:11.124239246 +0000
+++ /tmp/cirrus-ci-build/build/testrun/injection_points/isolation/results/inplace.out	2024-12-02 05:08:08.163376067 +000...
@@ -45,296 +45,9 @@
 f                
 (1 row)
...
test
[05:10:08.641] 314/314 postgresql:injection_points / injection_points/isolation                        ERROR           1...
macOS - Sonoma - Meson
assertion
TRAP: failed Assert("TransactionIdIsValid(proc->xid)"), File: "../src/backend/storage/ipc/procarray.c", Line: 677, PID: ...
core
[05:12:59.630]   * frame #0: 0x00000001964015f0 libsystem_kernel.dylib`__pthread_kill + 8
[05:12:59.630]     frame #1: 0x0000000196439c20 libsystem_pthread.dylib`pthread_kill + 288
[05:12:59.630]     frame #2: 0x0000000196346a30 libsystem_c.dylib`abort + 180
[05:12:59.630]     frame #3: 0x000000010469d7cc postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[05:12:59.630]     frame #4: 0x0000000104542230 postgres`ProcArrayEndTransaction(proc=0x0000000112aa9ec0, latestXid=<una...
[05:12:59.630]     frame #5: 0x00000001042f3ff4 postgres`AbortTransaction at xact.c:2946:2
[05:12:59.630]     frame #6: 0x00000001042f25d8 postgres`AbortCurrentTransaction [inlined] AbortCurrentTransactionIntern...
[05:12:59.630]     frame #7: 0x00000001042f25a8 postgres`AbortCurrentTransaction at xact.c:3449:10
[05:12:59.630]     frame #8: 0x000000010456a53c postgres`PostgresMain(dbname=<unavailable>, username=<unavailable>) at p...
[05:12:59.630]     frame #9: 0x00000001045662e8 postgres`BackendMain(startup_data=<unavailable>, startup_data_len=<unava...
regress
diff -U3 /Users/admin/pgsql/src/test/modules/injection_points/expected/crash.out /Users/admin/pgsql/build/testrun/inject...
--- /Users/admin/pgsql/src/test/modules/injection_points/expected/crash.out	2024-12-02 05:05:11
+++ /Users/admin/pgsql/build/testrun/injection_points/isolation/results/crash.out	2024-12-02 05:08:12
@@ -23,4 +23,16 @@
 
 step c2: COMMIT;
 ERROR:  could not serialize access due to read/write dependencies among transactions
-step c3: COMMIT;
+s2: WARNING:  AbortTransaction while in ABORT state
+ERROR:  ResourceOwnerEnlarge called after release started
+server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
+
+s3: WARNING:  terminating connection because of crash of another server process
+DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because anothe...
+HINT:  In a moment you should be able to reconnect to the database and repeat your command.
+PQconsumeInput failed: server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
...
test
[05:09:43.398] 147/314 postgresql:injection_points / injection_points/isolation                        ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
assertion
TRAP: failed Assert("TransactionIdIsValid(proc->xid)"), File: "../src/backend/storage/ipc/procarray.c", Line: 677, PID: ...
core
000000b6`4d7ff858 00007ffa`5f5cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b6`4d7ff860 00007ffa`5d654cb0     ntdll!TppWorkerThread+0x2df
000000b6`4d7ffb50 00007ffa`5f63edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b6`4d7ffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b6`4d3ff460 00007ff7`59dc1788     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b6`4d3ff4a0 00007ff7`59b462ac     postgres!ExceptionalCondition(
000000b6`4d3ff4e0 00007ff7`596ec613     postgres!ProcArrayEndTransaction(
000000b6`4d3ff510 00007ff7`596edeb3     postgres!AbortTransaction(void)+0x223 [c:\cirrus\src\backend\access\transam\xact...
000000b6`4d3ff560 00007ff7`596e8a09     postgres!AbortCurrentTransactionInternal(void)+0xc3 [c:\cirrus\src\backend\acces...
000000b6`4d3ff5a0 00007ff7`59b8826a     postgres!AbortCurrentTransaction(void)+0x9 [c:\cirrus\src\backend\access\transam...
000000b6`4d3ff5d0 00007ff7`59b825bd     postgres!PostgresMain(
000000b6`4d3ff7e0 00007ff7`59a81747     postgres!BackendMain(
000000b6`4d3ff820 00007ff7`5993d9f4     postgres!SubPostmasterMain(
000000b6`4d3ff890 00007ff7`59f374f9     postgres!main(
core
000000b6`4dbff5e8 00007ffa`5d1645ca     ntdll!NtFsControlFile+0x14
000000b6`4dbff5f0 00007ff7`59a75b7b     KERNELBASE!ConnectNamedPipe+0x6a
000000b6`4dbff660 00007ffa`5d654cb0     postgres!pg_signal_thread(
000000b6`4dbff760 00007ffa`5f63edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b6`4dbff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b6`4e3ff5b8 00007ffa`5f5cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b6`4e3ff5c0 00007ffa`5d654cb0     ntdll!TppWorkerThread+0x2df
000000b6`4e3ff8b0 00007ffa`5f63edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b6`4e3ff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b6`4dfffac8 00007ffa`5d11d71e     ntdll!NtWaitForSingleObject+0x14
000000b6`4dfffad0 00007ff7`59a7761c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000b6`4dfffb70 00007ffa`5d654cb0     postgres!pg_timer_thread(
000000b6`4dfffbb0 00007ffa`5f63edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b6`4dfffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/modules/injection_points/expected/crash.out C:/cirrus/build/testrun/inje...
--- C:/cirrus/src/test/modules/injection_points/expected/crash.out	2024-12-02 05:05:29.281687000 +0000
+++ C:/cirrus/build/testrun/injection_points/isolation/results/crash.out	2024-12-02 05:12:27.524782600 +0000
@@ -23,4 +23,10 @@
 
 step c2: COMMIT;
 ERROR:  could not serialize access due to read/write dependencies among transactions
+s2: WARNING:  AbortTransaction while in ABORT state
+ERROR:  ResourceOwnerEnlarge called after release started
+server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
+
 step c3: COMMIT;
test
[05:19:32.446] 115/309 postgresql:injection_points / injection_points/isolation                        ERROR            ...
51/4319 Avoid unnecessary PlaceHolderVars for simple Vars
Linux - Debian Bookworm - Meson
tap
[04:12:38.719](1.341s) Bail out!  pg_ctl restart failed
test
[04:12:47.320] 306/314 postgresql:ssl / ssl/001_ssltests                                               ERROR            ...
51/4810 COPY ON_ERROR 'NULL'
CompilerWarnings
compiler
[00:45:28.799] copyfrom.c:1037:10: error: data argument not used by format string [-Werror,-Wformat-extra-args]
compiler
[00:45:20.682] copyfrom.c:1037:10: error: data argument not used by format string [-Werror,-Wformat-extra-args]
compiler
[00:44:51.829] copyfrom.c:1036:64: error: too many arguments for format [-Werror=format-extra-args]
compiler
[00:44:44.859] copyfrom.c:1036:64: error: too many arguments for format [-Werror=format-extra-args]
compiler
[00:45:55.835] copyfrom.c:1036:64: error: too many arguments for format [-Werror=format-extra-args]
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/file_fdw/expected/file_fdw.out /tmp/cirrus-ci-build/build/testrun/file_fdw/regress...
--- /tmp/cirrus-ci-build/contrib/file_fdw/expected/file_fdw.out	2024-12-02 00:44:14.668499000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/file_fdw/regress/results/file_fdw.out	2024-12-02 00:46:17.628036000 +0000
@@ -97,7 +97,7 @@
 CREATE FOREIGN TABLE tbl () SERVER file_server OPTIONS (log_verbosity 'unsupported');       -- ERROR
 ERROR:  COPY LOG_VERBOSITY "unsupported" not recognized
 CREATE FOREIGN TABLE tbl () SERVER file_server OPTIONS (reject_limit '1');       -- ERROR
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 CREATE FOREIGN TABLE tbl () SERVER file_server OPTIONS (on_error 'ignore', reject_limit '0');       -- ERROR
 ERROR:  REJECT_LIMIT (0) must be greater than zero
 CREATE FOREIGN TABLE tbl () SERVER file_server;  -- ERROR
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_u...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-12-02 00:44:16.207196000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/copy2.out	2024-12-02 00:45:47.542491000 +0...
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-12-02 00:44:16.207196000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/copy2.out	2024-12-02 00:46:32.662314000 ...
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/build/testrun/regress/regress/res...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-12-02 00:44:16.207196000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/copy2.out	2024-12-02 00:45:44.214551000 +0000
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
tap
[00:46:06.202](68.059s) not ok 5 - regression tests pass
tap
[00:46:49.696](76.815s) not ok 2 - regression tests pass
test
[00:48:40.134]  42/314 postgresql:regress / regress/regress                                            ERROR            ...
[00:48:40.134]  66/314 postgresql:file_fdw / file_fdw/regress                                          ERROR            ...
[00:48:40.134] 100/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[00:48:40.134] 156/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/contrib/file_fdw/expected/file_fdw.out /tmp/cirrus-ci-build/contrib/file_fdw/results/file_...
--- /tmp/cirrus-ci-build/contrib/file_fdw/expected/file_fdw.out	2024-12-02 00:44:09.657532050 +0000
+++ /tmp/cirrus-ci-build/contrib/file_fdw/results/file_fdw.out	2024-12-02 00:46:39.076802552 +0000
@@ -97,7 +97,7 @@
 CREATE FOREIGN TABLE tbl () SERVER file_server OPTIONS (log_verbosity 'unsupported');       -- ERROR
 ERROR:  COPY LOG_VERBOSITY "unsupported" not recognized
 CREATE FOREIGN TABLE tbl () SERVER file_server OPTIONS (reject_limit '1');       -- ERROR
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 CREATE FOREIGN TABLE tbl () SERVER file_server OPTIONS (on_error 'ignore', reject_limit '0');       -- ERROR
 ERROR:  REJECT_LIMIT (0) must be greater than zero
 CREATE FOREIGN TABLE tbl () SERVER file_server;  -- ERROR
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/resu...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-12-02 00:44:11.549532040 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/copy2.out	2024-12-02 00:49:37.616398211 +0000
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/src/test/recovery/tmp_check/resul...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-12-02 00:44:11.549532040 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/copy2.out	2024-12-02 00:50:58.116276054 +0000
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/src/test/regress/results/copy2.ou...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-12-02 00:44:11.549532040 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/copy2.out	2024-12-02 00:47:17.748760364 +0000
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
tap
[00:49:50.100](110.889s) not ok 5 - regression tests pass
tap
[00:51:09.210](62.724s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/file_fdw/expected/file_fdw.out /tmp/cirrus-ci-build/build/testrun/file_fdw/regress...
--- /tmp/cirrus-ci-build/contrib/file_fdw/expected/file_fdw.out	2024-12-02 00:44:13.149808815 +0000
+++ /tmp/cirrus-ci-build/build/testrun/file_fdw/regress/results/file_fdw.out	2024-12-02 00:46:55.421423178 +0000
@@ -97,7 +97,7 @@
 CREATE FOREIGN TABLE tbl () SERVER file_server OPTIONS (log_verbosity 'unsupported');       -- ERROR
 ERROR:  COPY LOG_VERBOSITY "unsupported" not recognized
 CREATE FOREIGN TABLE tbl () SERVER file_server OPTIONS (reject_limit '1');       -- ERROR
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 CREATE FOREIGN TABLE tbl () SERVER file_server OPTIONS (on_error 'ignore', reject_limit '0');       -- ERROR
 ERROR:  REJECT_LIMIT (0) must be greater than zero
 CREATE FOREIGN TABLE tbl () SERVER file_server;  -- ERROR
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_u...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-12-02 00:44:15.017330132 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/copy2.out	2024-12-02 00:46:38.429520985 +0...
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-12-02 00:44:15.017330132 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/copy2.out	2024-12-02 00:47:12.877306734 ...
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/build/testrun/regress/regress/res...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-12-02 00:44:15.017330132 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/copy2.out	2024-12-02 00:46:28.329567589 +0000
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
tap
[00:46:53.779](79.477s) not ok 5 - regression tests pass
tap
[00:47:24.589](77.646s) not ok 2 - regression tests pass
test
[00:49:08.185]  43/314 postgresql:regress / regress/regress                                            ERROR            ...
[00:49:08.185]  65/314 postgresql:file_fdw / file_fdw/regress                                          ERROR            ...
[00:49:08.185] 140/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[00:49:08.185] 156/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/contrib/file_fdw/expected/file_fdw.out /Users/admin/pgsql/build/testrun/file_fdw/regress/res...
--- /Users/admin/pgsql/contrib/file_fdw/expected/file_fdw.out	2024-12-02 00:43:10
+++ /Users/admin/pgsql/build/testrun/file_fdw/regress/results/file_fdw.out	2024-12-02 00:45:44
@@ -97,7 +97,7 @@
 CREATE FOREIGN TABLE tbl () SERVER file_server OPTIONS (log_verbosity 'unsupported');       -- ERROR
 ERROR:  COPY LOG_VERBOSITY "unsupported" not recognized
 CREATE FOREIGN TABLE tbl () SERVER file_server OPTIONS (reject_limit '1');       -- ERROR
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 CREATE FOREIGN TABLE tbl () SERVER file_server OPTIONS (on_error 'ignore', reject_limit '0');       -- ERROR
 ERROR:  REJECT_LIMIT (0) must be greater than zero
 CREATE FOREIGN TABLE tbl () SERVER file_server;  -- ERROR
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/copy2.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgra...
--- /Users/admin/pgsql/src/test/regress/expected/copy2.out	2024-12-02 00:43:12
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/copy2.out	2024-12-02 00:45:02
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/copy2.out /Users/admin/pgsql/build/testrun/recovery/027_stream_reg...
--- /Users/admin/pgsql/src/test/regress/expected/copy2.out	2024-12-02 00:43:12
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/copy2.out	2024-12-02 00:45:50
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/copy2.out /Users/admin/pgsql/build/testrun/regress/regress/results...
--- /Users/admin/pgsql/src/test/regress/expected/copy2.out	2024-12-02 00:43:12
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/copy2.out	2024-12-02 00:45:01
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
tap
[00:45:11.667](43.334s) not ok 5 - regression tests pass
tap
[00:45:57.969](46.184s) not ok 2 - regression tests pass
test
[00:47:40.115]  28/314 postgresql:regress / regress/regress                                            ERROR            ...
[00:47:40.115]  50/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[00:47:40.115]  65/314 postgresql:file_fdw / file_fdw/regress                                          ERROR            ...
[00:47:40.115] 146/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/contrib/file_fdw/expected/file_fdw.out C:/cirrus/build/testrun/file_fdw/regress/r...
--- C:/cirrus/contrib/file_fdw/expected/file_fdw.out	2024-12-02 00:44:16.218683500 +0000
+++ C:/cirrus/build/testrun/file_fdw/regress/results/file_fdw.out	2024-12-02 00:50:27.669449400 +0000
@@ -97,7 +97,7 @@
 CREATE FOREIGN TABLE tbl () SERVER file_server OPTIONS (log_verbosity 'unsupported');       -- ERROR
 ERROR:  COPY LOG_VERBOSITY "unsupported" not recognized
 CREATE FOREIGN TABLE tbl () SERVER file_server OPTIONS (reject_limit '1');       -- ERROR
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 CREATE FOREIGN TABLE tbl () SERVER file_server OPTIONS (on_error 'ignore', reject_limit '0');       -- ERROR
 ERROR:  REJECT_LIMIT (0) must be greater than zero
 CREATE FOREIGN TABLE tbl () SERVER file_server;  -- ERROR
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/copy2.out C:/cirrus/build/testrun/pg_upgrade/002_pg_upg...
--- C:/cirrus/src/test/regress/expected/copy2.out	2024-12-02 00:44:20.556489300 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/copy2.out	2024-12-02 00:48:00.597421200 +0000
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/copy2.out C:/cirrus/build/testrun/recovery/027_stream_r...
--- C:/cirrus/src/test/regress/expected/copy2.out	2024-12-02 00:44:20.556489300 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/copy2.out	2024-12-02 00:50:28.311043700 +0000
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/copy2.out C:/cirrus/build/testrun/regress/regress/resul...
--- C:/cirrus/src/test/regress/expected/copy2.out	2024-12-02 00:44:20.556489300 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/copy2.out	2024-12-02 00:47:57.907961500 +0000
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
tap
[00:48:23.829](119.912s) not ok 5 - regression tests pass
tap
[00:50:53.008](129.558s) not ok 2 - regression tests pass
test
[00:58:07.582]  20/309 postgresql:regress / regress/regress                                            ERROR           1...
[00:58:07.582]  38/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[00:58:07.582]  60/309 postgresql:file_fdw / file_fdw/regress                                          ERROR            ...
[00:58:07.582]  97/309 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/4538 Statistics Import and Export
Linux - Debian Bookworm - Autoconf
core
[20:53:27.267] #0  0x00007fda1c328ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[20:53:27.267] #1  0x00007fda1c2d9fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[20:53:27.267] #2  0x00007fda1c2c4472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[20:53:27.267] #3  0x00007fda1c6d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[20:53:27.267] #4  0x00007fda1c6e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[20:53:27.267] #5  0x00007fda1c6c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffe38e027e6, __in_ch...
[20:53:27.267] #6  0x00007fda1c6c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140729852638288, sp...
[20:53:27.267] #7  0x00007fda1c6c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[20:53:27.267] #8  0x0000556b8030dfce in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[20:53:27.267] #9  0x0000556b8034cb2e in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[20:53:26.779] #0  0x00007f3b63dceebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[20:53:26.779] #1  0x00007f3b63d7ffb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[20:53:26.779] #2  0x00007f3b63d6a472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[20:53:26.779] #3  0x00007f3b640d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[20:53:26.779] #4  0x00007f3b640e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[20:53:26.779] #5  0x00007f3b640c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffd260b76f6, __in_ch...
[20:53:26.779] #6  0x00007f3b640c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140725241742176, sp...
[20:53:26.779] #7  0x00007f3b640c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[20:53:26.779] #8  0x0000555aade06fce in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[20:53:26.779] #9  0x0000555aade45bc7 in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[20:53:27.742] #0  0x00007f5401fedebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[20:53:27.742] #1  0x00007f5401f9efb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[20:53:27.742] #2  0x00007f5401f89472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[20:53:27.742] #3  0x00007f54022d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[20:53:27.742] #4  0x00007f54022e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[20:53:27.742] #5  0x00007f54022c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7fffe0b39f66, __in_ch...
[20:53:27.742] #6  0x00007f54022c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140736963259344, sp...
[20:53:27.742] #7  0x00007f54022c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[20:53:27.742] #8  0x00005584d51a8fce in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[20:53:27.742] #9  0x00005584d51e7bc7 in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[20:53:22.861] #0  0x00007f6ceadedebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[20:53:22.861] #1  0x00007f6cead9efb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[20:53:22.861] #2  0x00007f6cead89472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[20:53:22.861] #3  0x00007f6ceb0d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[20:53:22.861] #4  0x00007f6ceb0e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[20:53:22.861] #5  0x00007f6ceb0c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffcca9d1856, __in_ch...
[20:53:22.861] #6  0x00007f6ceb0c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140723707782336, sp...
[20:53:22.861] #7  0x00007f6ceb0c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[20:53:22.861] #8  0x000055dda3393fce in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[20:53:22.861] #9  0x000055dda33d2bc7 in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[20:53:19.486] #0  0x00007f14bd8e3ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[20:53:19.486] #1  0x00007f14bd894fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[20:53:19.486] #2  0x00007f14bd87f472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[20:53:19.486] #3  0x00007f14bdcd650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[20:53:19.486] #4  0x00007f14bdce2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[20:53:19.486] #5  0x00007f14bdcc1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffe43494206, __in_ch...
[20:53:19.486] #6  0x00007f14bdcc14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140730027298416, sp...
[20:53:19.486] #7  0x00007f14bdcc251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[20:53:19.486] #8  0x00005573a9cc2fce in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[20:53:19.486] #9  0x00005573a9d01bc7 in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[20:53:19.973] #0  0x00007f2752d28ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[20:53:19.973] #1  0x00007f2752cd9fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[20:53:19.973] #2  0x00007f2752cc4472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[20:53:19.973] #3  0x00007f27530d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[20:53:19.973] #4  0x00007f27530e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[20:53:19.973] #5  0x00007f27530c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffff0e69a66, __in_ch...
[20:53:19.973] #6  0x00007f27530c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140737235035856, sp...
[20:53:19.973] #7  0x00007f27530c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[20:53:19.973] #8  0x000055d20708afce in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[20:53:19.973] #9  0x000055d2070c9bc7 in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[20:53:20.460] #0  0x00007fcf7c864ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[20:53:20.460] #1  0x00007fcf7c815fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[20:53:20.460] #2  0x00007fcf7c800472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[20:53:20.460] #3  0x00007fcf7cad650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[20:53:20.460] #4  0x00007fcf7cae2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[20:53:20.460] #5  0x00007fcf7cac1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffecc6f15f6, __in_ch...
[20:53:20.460] #6  0x00007fcf7cac14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140732328256096, sp...
[20:53:20.460] #7  0x00007fcf7cac251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[20:53:20.460] #8  0x00005579b1813fce in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[20:53:20.460] #9  0x00005579b1852bc7 in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[20:53:22.378] #0  0x00007f46c5283ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[20:53:22.378] #1  0x00007f46c5234fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[20:53:22.378] #2  0x00007f46c521f472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[20:53:22.378] #3  0x00007f46c54d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[20:53:22.378] #4  0x00007f46c54e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[20:53:22.378] #5  0x00007f46c54c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffe0551d6d6, __in_ch...
[20:53:22.378] #6  0x00007f46c54c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140728987673408, sp...
[20:53:22.378] #7  0x00007f46c54c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[20:53:22.378] #8  0x00005646fee37fce in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[20:53:22.378] #9  0x00005646fee76bc7 in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[20:53:24.326] #0  0x00007ff3d2ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[20:53:24.326] #1  0x00007ff3d2e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[20:53:24.326] #2  0x00007ff3d2e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[20:53:24.326] #3  0x00007ff3d30d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[20:53:24.326] #4  0x00007ff3d30e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[20:53:24.326] #5  0x00007ff3d30c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffc61383426, __in_ch...
[20:53:24.326] #6  0x00007ff3d30c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140721939562640, sp...
[20:53:24.326] #7  0x00007ff3d30c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[20:53:24.326] #8  0x000055f98b6e9fce in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[20:53:24.326] #9  0x000055f98b728b2e in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[20:53:23.839] #0  0x00007f10ecba8ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[20:53:23.839] #1  0x00007f10ecb59fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[20:53:23.839] #2  0x00007f10ecb44472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[20:53:23.839] #3  0x00007f10eced650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[20:53:23.839] #4  0x00007f10ecee2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[20:53:23.839] #5  0x00007f10ecec1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffdba424ff6, __in_ch...
[20:53:23.839] #6  0x00007f10ecec14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140727728364640, sp...
[20:53:23.839] #7  0x00007f10ecec251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[20:53:23.839] #8  0x000055f48354dfce in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[20:53:23.839] #9  0x000055f48358cbc7 in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[20:53:23.363] #0  0x00007f5b8d1edebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[20:53:23.363] #1  0x00007f5b8d19efb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[20:53:23.363] #2  0x00007f5b8d189472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[20:53:23.363] #3  0x00007f5b8d4d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[20:53:23.363] #4  0x00007f5b8d4e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[20:53:23.363] #5  0x00007f5b8d4c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffd8945eaa6, __in_ch...
[20:53:23.363] #6  0x00007f5b8d4c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140726906517264, sp...
[20:53:23.363] #7  0x00007f5b8d4c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[20:53:23.363] #8  0x00005572e03affce in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[20:53:23.363] #9  0x00005572e03eeb2e in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[20:53:26.284] #0  0x00007efef3d28ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[20:53:26.284] #1  0x00007efef3cd9fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[20:53:26.284] #2  0x00007efef3cc4472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[20:53:26.284] #3  0x00007efef40d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[20:53:26.284] #4  0x00007efef40e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[20:53:26.284] #5  0x00007efef40c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffc00629416, __in_ch...
[20:53:26.284] #6  0x00007efef40c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140720314949760, sp...
[20:53:26.284] #7  0x00007efef40c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[20:53:26.284] #8  0x0000556ce1e10fce in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[20:53:26.284] #9  0x0000556ce1e4fbc7 in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[20:53:25.799] #0  0x00007f660b3edebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[20:53:25.799] #1  0x00007f660b39efb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[20:53:25.799] #2  0x00007f660b389472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[20:53:25.799] #3  0x00007f660b6d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[20:53:25.799] #4  0x00007f660b6e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[20:53:25.799] #5  0x00007f660b6c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffcdd6b4de6, __in_ch...
[20:53:25.799] #6  0x00007f660b6c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140724023286352, sp...
[20:53:25.799] #7  0x00007f660b6c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[20:53:25.799] #8  0x0000557948e89fce in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[20:53:25.799] #9  0x0000557948ec8b2e in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[20:53:25.311] #0  0x00007f5fb5aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[20:53:25.311] #1  0x00007f5fb5a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[20:53:25.311] #2  0x00007f5fb5a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[20:53:25.311] #3  0x00007f5fb5cd650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[20:53:25.311] #4  0x00007f5fb5ce2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[20:53:25.311] #5  0x00007f5fb5cc1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffc554f5406, __in_ch...
[20:53:25.311] #6  0x00007f5fb5cc14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140721739751536, sp...
[20:53:25.311] #7  0x00007f5fb5cc251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[20:53:25.311] #8  0x0000562ace6cdfce in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[20:53:25.311] #9  0x0000562ace70cbc7 in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[20:53:24.832] #0  0x00007f80596a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[20:53:24.832] #1  0x00007f805965afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[20:53:24.832] #2  0x00007f8059645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[20:53:24.832] #3  0x00007f80598d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[20:53:24.832] #4  0x00007f80598e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[20:53:24.832] #5  0x00007f80598c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffd7c8cea86, __in_ch...
[20:53:24.832] #6  0x00007f80598c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140726693066480, sp...
[20:53:24.832] #7  0x00007f80598c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[20:53:24.832] #8  0x000056029a4e5fce in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[20:53:24.832] #9  0x000056029a524bc7 in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[20:53:20.951] #0  0x00007f04387a8ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[20:53:20.951] #1  0x00007f0438759fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[20:53:20.951] #2  0x00007f0438744472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[20:53:20.951] #3  0x00007f0438ad650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[20:53:20.951] #4  0x00007f0438ae2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[20:53:20.951] #5  0x00007f0438ac1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffcbffb2b56, __in_ch...
[20:53:20.951] #6  0x00007f0438ac14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140723529398208, sp...
[20:53:20.951] #7  0x00007f0438ac251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[20:53:20.951] #8  0x000055d3a7df7fce in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[20:53:20.951] #9  0x000055d3a7e36b2e in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[20:53:21.427] #0  0x00007ff8294a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[20:53:21.427] #1  0x00007ff82945afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[20:53:21.427] #2  0x00007ff829445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[20:53:21.427] #3  0x00007ff8296d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[20:53:21.427] #4  0x00007ff8296e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[20:53:21.427] #5  0x00007ff8296c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffc4b86faa6, __in_ch...
[20:53:21.427] #6  0x00007ff8296c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140721575626512, sp...
[20:53:21.427] #7  0x00007ff8296c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[20:53:21.427] #8  0x000055b3ee726fce in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[20:53:21.427] #9  0x000055b3ee765b2e in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[20:53:21.899] #0  0x00007f93e0a8aebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[20:53:21.899] #1  0x00007f93e0a3bfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[20:53:21.899] #2  0x00007f93e0a26472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[20:53:21.899] #3  0x00007f93e0cd650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[20:53:21.899] #4  0x00007f93e0ce2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[20:53:21.899] #5  0x00007f93e0cc1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffd65a92666, __in_ch...
[20:53:21.899] #6  0x00007f93e0cc14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140726309040848, sp...
[20:53:21.899] #7  0x00007f93e0cc251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[20:53:21.899] #8  0x000056225ab4afce in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[20:53:21.899] #9  0x000056225ab89bc7 in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
tap
[20:47:49.813](3.908s) not ok 4 - dump from PITR 1
[20:47:51.382](1.568s) not ok 5 - dump from PITR 2
tap
[20:47:51.156](0.649s) not ok 19 - pg_dump: option -n pg_catalog
[20:47:53.524](2.368s) not ok 20 - pg_dumpall: option --exclude-database handles database names with embedded dots
[20:47:54.786](0.529s) not ok 37 - binary_upgrade: pg_dump runs
[20:47:54.827](0.040s) not ok 38 - binary_upgrade: pg_restore runs
tap
[20:47:59.515](2.435s) not ok 1 - parallel dump
[20:47:59.554](0.039s) not ok 2 - parallel restore
[20:48:00.182](0.627s) not ok 3 - parallel dump as inserts
[20:48:00.228](0.045s) not ok 4 - parallel restore as inserts
tap
[20:48:04.278](3.750s) not ok 1 - filter file without patterns
tap
[20:48:13.982](0.653s) not ok 7 - parallel dump
[20:48:14.264](0.282s) not ok 8 - parallel restore
[20:48:14.444](0.180s) not ok 9 - parallel restore with create
tap
[20:49:37.226](3.048s) not ok 6 - dump before running pg_upgrade
[20:49:43.693](3.384s) not ok 14 - run of pg_upgrade for new instance
[20:49:43.693](0.000s) not ok 15 - pg_upgrade_output.d/ removed after pg_upgrade success
[20:49:43.879](0.045s) not ok 16 - check that locales in new cluster match original cluster
[20:49:44.323](0.001s) not ok 18 - old and new dumps match after pg_upgrade
tap
[20:49:50.222](2.189s) not ok 10 - run of pg_upgrade of old cluster
[20:49:50.409](0.186s) not ok 11 - check the slot exists on new cluster
tap
[20:49:57.186](1.571s) not ok 8 - run of pg_upgrade for old instance when the subscription tables are in init/ready stat...
[20:49:57.186](0.000s) not ok 9 - pg_upgrade_output.d/ removed after successful pg_upgrade
[20:49:57.398](0.212s) not ok 10 - check that the subscription's running status and failover are preserved
[20:49:57.428](0.030s) not ok 11 - there should be 2 rows in pg_subscription_rel(representing tab_upgraded1 and tab_upgr...
tap
[20:46:57.596](1.668s) not ok 1 - binary_upgrade: pg_dump runs
tap
[20:51:06.487](1.327s) not ok 3 - dump primary server
[20:51:07.708](1.221s) not ok 4 - dump standby server
[20:51:09.068](1.355s) not ok 6 - dump catalogs of primary server
[20:51:09.580](0.512s) not ok 7 - dump catalogs of standby server
[20:51:09.587](0.006s) not ok 8 - compare primary and standby catalog dumps
Linux - Debian Bookworm - Meson
core
[20:50:22.566] #0  0x00007f8195ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[20:50:22.566] #1  0x00007f8195e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[20:50:22.566] #2  0x00007f8195e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[20:50:22.566] #3  0x00007f819601e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[20:50:22.566] #4  0x00007f819602aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[20:50:22.566] #5  0x00007f819600db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x559950d22b00, In...
[20:50:22.566] #6  0x0000559950c9e410 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[20:50:22.566] #7  0x0000559950ccff3c in pg_qsort (data=<optimized out>, n=4993, element_size=element_size@entry=8, comp...
[20:50:22.566] #8  0x0000559950ca098a in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[20:50:22.566] #9  0x0000559950c959d4 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[20:50:22.281] #0  0x00007f06b9caeda4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[20:50:22.281] #1  0x00007f06b9c5b239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[20:50:22.281] #2  0x00007f06b9d16204 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[20:50:22.281] #3  0x00007f06b9d2885c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[20:50:22.543] #0  0x00007f8195ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[20:50:22.281] #0  <unavailable> in ?? ()
core
[20:50:21.827] #0  0x00007f14480a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[20:50:21.827] #1  0x00007f144805afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[20:50:21.827] #2  0x00007f1448045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[20:50:21.827] #3  0x00007f144821e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[20:50:21.827] #4  0x00007f144822aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[20:50:21.827] #5  0x00007f144820db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55a816182b00, In...
[20:50:21.827] #6  0x000055a8160fe410 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[20:50:21.827] #7  0x000055a81612ff3c in pg_qsort (data=<optimized out>, n=9486, element_size=element_size@entry=8, comp...
[20:50:21.827] #8  0x000055a81610098a in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[20:50:21.827] #9  0x000055a8160f59d4 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[20:50:21.554] #0  0x00007fd0ebea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[20:50:21.554] #1  0x00007fd0ebe5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[20:50:21.554] #2  0x00007fd0ebe45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[20:50:21.554] #3  0x00007fd0ec01e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[20:50:21.554] #4  0x00007fd0ec02aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[20:50:21.554] #5  0x00007fd0ec00db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55e54954cb00, In...
[20:50:21.554] #6  0x000055e5494c8410 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[20:50:21.554] #7  0x000055e5494fa066 in pg_qsort (data=<optimized out>, n=4051, element_size=element_size@entry=8, comp...
[20:50:21.554] #8  0x000055e5494ca98a in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[20:50:21.554] #9  0x000055e5494bf9d4 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[20:50:21.271] #0  0x00007f9b2f2a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[20:50:21.271] #1  0x00007f9b2f25afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[20:50:21.271] #2  0x00007f9b2f245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[20:50:21.271] #3  0x00007f9b2f41e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[20:50:21.271] #4  0x00007f9b2f42aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[20:50:21.271] #5  0x00007f9b2f40db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55d3269b4b00, In...
[20:50:21.271] #6  0x000055d326930410 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[20:50:21.271] #7  0x000055d326962066 in pg_qsort (data=<optimized out>, n=4047, element_size=element_size@entry=8, comp...
[20:50:21.271] #8  0x000055d32693298a in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[20:50:21.271] #9  0x000055d3269279d4 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[20:50:20.988] #0  0x00007fd9ea0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[20:50:20.988] #1  0x00007fd9ea05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[20:50:20.988] #2  0x00007fd9ea045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[20:50:20.988] #3  0x00007fd9ea21e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[20:50:20.988] #4  0x00007fd9ea22aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[20:50:20.988] #5  0x00007fd9ea20db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x5631598e7b00, In...
[20:50:20.988] #6  0x0000563159863410 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[20:50:20.988] #7  0x0000563159895066 in pg_qsort (data=<optimized out>, n=4003, element_size=element_size@entry=8, comp...
[20:50:20.988] #8  0x000056315986598a in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[20:50:20.988] #9  0x000056315985a9d4 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[20:50:20.714] #0  0x00007f83c68a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[20:50:20.714] #1  0x00007f83c685afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[20:50:20.714] #2  0x00007f83c6845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[20:50:20.714] #3  0x00007f83c6a1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[20:50:20.714] #4  0x00007f83c6a2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[20:50:20.714] #5  0x00007f83c6a0db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x556d9325bb00, In...
[20:50:20.714] #6  0x0000556d931d7410 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[20:50:20.714] #7  0x0000556d93209066 in pg_qsort (data=<optimized out>, n=4051, element_size=element_size@entry=8, comp...
[20:50:20.714] #8  0x0000556d931d998a in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[20:50:20.714] #9  0x0000556d931ce9d4 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[20:50:20.441] #0  0x00007fe2d4ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[20:50:20.441] #1  0x00007fe2d4c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[20:50:20.441] #2  0x00007fe2d4c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[20:50:20.441] #3  0x00007fe2d4e1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[20:50:20.441] #4  0x00007fe2d4e2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[20:50:20.441] #5  0x00007fe2d4e0db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x56265a175b00, In...
[20:50:20.441] #6  0x000056265a0f1410 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[20:50:20.441] #7  0x000056265a123066 in pg_qsort (data=<optimized out>, n=4014, element_size=element_size@entry=8, comp...
[20:50:20.441] #8  0x000056265a0f398a in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[20:50:20.441] #9  0x000056265a0e89d4 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[20:50:18.743] #0  0x00007f88160a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[20:50:18.743] #1  0x00007f881605afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[20:50:18.743] #2  0x00007f8816045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[20:50:18.743] #3  0x00007f881621e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[20:50:18.743] #4  0x00007f881622aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[20:50:18.743] #5  0x00007f881620db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55f115b1eb00, In...
[20:50:18.743] #6  0x000055f115a9a410 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[20:50:18.743] #7  0x000055f115acc066 in pg_qsort (data=<optimized out>, n=7608, element_size=element_size@entry=8, comp...
[20:50:18.743] #8  0x000055f115a9c98a in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[20:50:18.743] #9  0x000055f115a919d4 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[20:50:19.027] #0  0x00007f36ce6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[20:50:19.027] #1  0x00007f36ce65afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[20:50:19.027] #2  0x00007f36ce645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[20:50:19.027] #3  0x00007f36ce81e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[20:50:19.027] #4  0x00007f36ce82aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[20:50:19.027] #5  0x00007f36ce80db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55fcbdf3db00, In...
[20:50:19.027] #6  0x000055fcbdeb9410 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[20:50:19.027] #7  0x000055fcbdeeb066 in pg_qsort (data=<optimized out>, n=9971, element_size=element_size@entry=8, comp...
[20:50:19.027] #8  0x000055fcbdebb98a in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[20:50:19.027] #9  0x000055fcbdeb09d4 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[20:50:19.307] #0  0x00007f4c9f4a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[20:50:19.307] #1  0x00007f4c9f45afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[20:50:19.307] #2  0x00007f4c9f445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[20:50:19.307] #3  0x00007f4c9f61e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[20:50:19.307] #4  0x00007f4c9f62aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[20:50:19.307] #5  0x00007f4c9f60db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x556f8ebf5b00, In...
[20:50:19.307] #6  0x0000556f8eb71410 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[20:50:19.307] #7  0x0000556f8eba3066 in pg_qsort (data=<optimized out>, n=4006, element_size=element_size@entry=8, comp...
[20:50:19.307] #8  0x0000556f8eb7398a in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[20:50:19.307] #9  0x0000556f8eb689d4 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[20:50:19.597] #0  0x00007fc0d04a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[20:50:19.597] #1  0x00007fc0d045afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[20:50:19.597] #2  0x00007fc0d0445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[20:50:19.597] #3  0x00007fc0d061e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[20:50:19.597] #4  0x00007fc0d062aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[20:50:19.597] #5  0x00007fc0d060db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55d916d5ab00, In...
[20:50:19.597] #6  0x000055d916cd6410 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[20:50:19.597] #7  0x000055d916d07f3c in pg_qsort (data=<optimized out>, n=4060, element_size=element_size@entry=8, comp...
[20:50:19.597] #8  0x000055d916cd898a in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[20:50:19.597] #9  0x000055d916ccd9d4 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[20:50:19.875] #0  0x00007fd3aeca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[20:50:19.875] #1  0x00007fd3aec5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[20:50:19.875] #2  0x00007fd3aec45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[20:50:19.875] #3  0x00007fd3aee1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[20:50:19.875] #4  0x00007fd3aee2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[20:50:19.875] #5  0x00007fd3aee0db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55d9835bcb00, In...
[20:50:19.875] #6  0x000055d983538410 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[20:50:19.875] #7  0x000055d983569f3c in pg_qsort (data=<optimized out>, n=4091, element_size=element_size@entry=8, comp...
[20:50:19.875] #8  0x000055d98353a98a in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[20:50:19.875] #9  0x000055d98352f9d4 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[20:50:20.150] #0  0x00007f6d036a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[20:50:20.150] #1  0x00007f6d0365afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[20:50:20.150] #2  0x00007f6d03645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[20:50:20.150] #3  0x00007f6d0381e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[20:50:20.150] #4  0x00007f6d0382aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[20:50:20.150] #5  0x00007f6d0380db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55a5625b0b00, In...
[20:50:20.150] #6  0x000055a56252c410 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[20:50:20.150] #7  0x000055a56255e066 in pg_qsort (data=<optimized out>, n=10060, element_size=element_size@entry=8, com...
[20:50:20.150] #8  0x000055a56252e98a in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[20:50:20.150] #9  0x000055a5625239d4 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[20:50:24.018] #0  0x00007f072f6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[20:50:24.018] #1  0x00007f072f65afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[20:50:24.018] #2  0x00007f072f645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[20:50:24.018] #3  0x00007f072f81e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[20:50:24.018] #4  0x00007f072f82aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[20:50:24.018] #5  0x00007f072f80db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x559b0f320b00, In...
[20:50:24.018] #6  0x0000559b0f29c410 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[20:50:24.018] #7  0x0000559b0f2ce066 in pg_qsort (data=<optimized out>, n=7608, element_size=element_size@entry=8, comp...
[20:50:24.018] #8  0x0000559b0f29e98a in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[20:50:24.018] #9  0x0000559b0f2939d4 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[20:50:23.740] #0  0x00007fd9bfca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[20:50:23.740] #1  0x00007fd9bfc5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[20:50:23.740] #2  0x00007fd9bfc45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[20:50:23.740] #3  0x00007fd9bfe1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[20:50:23.740] #4  0x00007fd9bfe2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[20:50:23.740] #5  0x00007fd9bfe0db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55f94c225b00, In...
[20:50:23.740] #6  0x000055f94c1a1410 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[20:50:23.740] #7  0x000055f94c1d2f3c in pg_qsort (data=<optimized out>, n=4429, element_size=element_size@entry=8, comp...
[20:50:23.740] #8  0x000055f94c1a398a in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[20:50:23.740] #9  0x000055f94c1989d4 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[20:50:23.454] #0  0x00007f3c2c0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[20:50:23.454] #1  0x00007f3c2c05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[20:50:23.454] #2  0x00007f3c2c045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[20:50:23.454] #3  0x00007f3c2c21e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[20:50:23.454] #4  0x00007f3c2c22aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[20:50:23.454] #5  0x00007f3c2c20db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x56205417bb00, In...
[20:50:23.454] #6  0x00005620540f7410 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[20:50:23.454] #7  0x0000562054128f3c in pg_qsort (data=<optimized out>, n=4465, element_size=element_size@entry=8, comp...
[20:50:23.454] #8  0x00005620540f998a in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[20:50:23.454] #9  0x00005620540ee9d4 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[20:50:23.167] #0  0x00007fe31f6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[20:50:23.167] #1  0x00007fe31f65afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[20:50:23.167] #2  0x00007fe31f645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[20:50:23.167] #3  0x00007fe31f81e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[20:50:23.167] #4  0x00007fe31f82aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[20:50:23.167] #5  0x00007fe31f80db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x5605eacc8b00, In...
[20:50:23.167] #6  0x00005605eac44410 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[20:50:23.167] #7  0x00005605eac75f3c in pg_qsort (data=<optimized out>, n=4091, element_size=element_size@entry=8, comp...
[20:50:23.167] #8  0x00005605eac4698a in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[20:50:23.167] #9  0x00005605eac3b9d4 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[20:50:22.872] #0  0x00007f6cb22a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[20:50:22.872] #1  0x00007f6cb225afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[20:50:22.872] #2  0x00007f6cb2245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[20:50:22.872] #3  0x00007f6cb241e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[20:50:22.872] #4  0x00007f6cb242aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[20:50:22.872] #5  0x00007f6cb240db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55baa82cfb00, In...
[20:50:22.872] #6  0x000055baa824b410 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[20:50:22.872] #7  0x000055baa827d066 in pg_qsort (data=<optimized out>, n=9971, element_size=element_size@entry=8, comp...
[20:50:22.872] #8  0x000055baa824d98a in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[20:50:22.872] #9  0x000055baa82429d4 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
tap
[20:47:39.572](3.187s) not ok 4 - dump from PITR 1
[20:47:40.193](0.621s) not ok 5 - dump from PITR 2
tap
[20:47:49.079](0.297s) not ok 19 - pg_dump: option -n pg_catalog
[20:47:49.993](0.913s) not ok 20 - pg_dumpall: option --exclude-database handles database names with embedded dots
[20:47:50.572](0.272s) not ok 37 - binary_upgrade: pg_dump runs
[20:47:50.593](0.020s) not ok 38 - binary_upgrade: pg_restore runs
tap
[20:47:49.226](1.091s) not ok 1 - parallel dump
[20:47:49.257](0.030s) not ok 2 - parallel restore
[20:47:49.454](0.197s) not ok 3 - parallel dump as inserts
[20:47:49.474](0.020s) not ok 4 - parallel restore as inserts
tap
[20:47:50.321](2.155s) not ok 1 - filter file without patterns
tap
[20:47:52.601](0.378s) not ok 7 - parallel dump
[20:47:52.753](0.151s) not ok 8 - parallel restore
[20:47:52.842](0.089s) not ok 9 - parallel restore with create
tap
[20:46:58.625](3.683s) not ok 6 - dump before running pg_upgrade
[20:47:07.921](4.535s) not ok 14 - run of pg_upgrade for new instance
[20:47:07.922](0.000s) not ok 15 - pg_upgrade_output.d/ removed after pg_upgrade success
[20:47:08.087](0.027s) not ok 16 - check that locales in new cluster match original cluster
[20:47:08.734](0.001s) not ok 18 - old and new dumps match after pg_upgrade
tap
[20:45:40.833](4.196s) not ok 10 - run of pg_upgrade of old cluster
[20:45:41.187](0.355s) not ok 11 - check the slot exists on new cluster
tap
[20:45:42.338](2.284s) not ok 8 - run of pg_upgrade for old instance when the subscription tables are in init/ready stat...
[20:45:42.339](0.000s) not ok 9 - pg_upgrade_output.d/ removed after successful pg_upgrade
[20:45:42.625](0.286s) not ok 10 - check that the subscription's running status and failover are preserved
[20:45:42.665](0.040s) not ok 11 - there should be 2 rows in pg_subscription_rel(representing tab_upgraded1 and tab_upgr...
tap
[20:47:31.203](1.541s) not ok 3 - dump primary server
[20:47:32.216](1.012s) not ok 4 - dump standby server
[20:47:33.292](1.059s) not ok 6 - dump catalogs of primary server
[20:47:33.826](0.534s) not ok 7 - dump catalogs of standby server
[20:47:33.835](0.008s) not ok 8 - compare primary and standby catalog dumps
tap
[20:48:53.842](0.575s) not ok 1 - binary_upgrade: pg_dump runs
test
[20:49:05.965]   6/314 postgresql:pg_upgrade / pg_upgrade/003_logical_slots                            ERROR            ...
[20:49:05.965]   9/314 postgresql:pg_upgrade / pg_upgrade/004_subscription                             ERROR            ...
[20:49:05.965]  95/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[20:49:05.965] 149/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[20:49:05.965] 156/314 postgresql:pg_combinebackup / pg_combinebackup/002_compare_backups              ERROR            ...
[20:49:05.965] 172/314 postgresql:pg_dump / pg_dump/004_pg_dump_parallel                               ERROR            ...
[20:49:05.965] 175/314 postgresql:pg_dump / pg_dump/005_pg_dump_filterfile                             ERROR            ...
[20:49:05.965] 176/314 postgresql:pg_dump / pg_dump/002_pg_dump                                        ERROR            ...
[20:49:05.965] 191/314 postgresql:pg_dump / pg_dump/010_dump_connstr                                   ERROR            ...
[20:49:05.965] 299/314 postgresql:test_pg_dump / test_pg_dump/001_base                                 ERROR            ...
51/5413 INSERT ... ON CONFLICT DO SELECT [FOR ...]
CompilerWarnings
compiler
[18:16:41.861] explain.c:5149:9: error: ‘resolution’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[18:15:58.080] explain.c:5149:9: error: ‘resolution’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[18:25:05.352] explain.c:5149:9: error: ‘resolution’ may be used uninitialized [-Werror=maybe-uninitialized]
51/4412 Client authentication via OAuth 2.0
Windows - Server 2019, VS 2019 - Meson & ninja
test
[16:26:01.774]   9/316 postgresql:python / python/server                                               FAIL             ...
51/5214 SQL:2023 JSON simplified accessor support
FreeBSD - 13 - Meson
tap
[15:50:22.753](1.654s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[15:50:33.460] 294/314 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
Linux - Debian Bookworm - Autoconf
core
[15:57:16.197] #0  0x00007f587087fb93 in wait4 () from /lib/x86_64-linux-gnu/libc.so.6
[15:57:16.197] #1  0x0000556d7ef38cc0 in ?? ()
[15:57:16.197] #2  0x0000556d7ef38efa in ?? ()
[15:57:16.197] #3  0x0000556d7ef3a630 in ?? ()
[15:57:16.197] #4  0x0000556d7ef34371 in ?? ()
[15:57:16.197] #5  0x0000556d7ef3320f in ?? ()
[15:57:16.197] #6  0x0000556d7ef33c3b in ?? ()
[15:57:16.197] #7  0x0000556d7ef3166f in ?? ()
[15:57:16.197] #8  0x00007f58707d324a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:57:16.197] #9  0x00007f58707d3305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[15:57:16.324] #0  0x00007f42565feb47 in ?? () from /lib64/ld-linux-x86-64.so.2
[15:57:16.324] #1  0x00007f42565ebadd in ?? () from /lib64/ld-linux-x86-64.so.2
[15:57:16.324] #2  0x00007f42565ecca8 in ?? () from /lib64/ld-linux-x86-64.so.2
[15:57:16.324] #3  0x00007f42565fbc99 in ?? () from /lib64/ld-linux-x86-64.so.2
[15:57:16.324] #4  0x00007f42565f822f in ?? () from /lib64/ld-linux-x86-64.so.2
[15:57:16.324] #5  0x00007f42565f9bac in ?? () from /lib64/ld-linux-x86-64.so.2
[15:57:16.324] #6  0x00007f42565f8a58 in ?? () from /lib64/ld-linux-x86-64.so.2
[15:57:16.324] #7  0x0000000000000003 in ?? ()
[15:57:16.324] #8  0x00007ffff4c160aa in ?? ()
[15:57:16.324] #9  0x00007ffff4c160ad in ?? ()
tap
[15:51:32.635](0.878s) not ok 1 - no parameters missing from postgresql.conf.sample
Linux - Debian Bookworm - Meson
tap
[15:52:59.904](0.446s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[15:53:14.527] 293/314 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
macOS - Sonoma - Meson
tap
[15:50:19.023](0.866s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[15:50:32.004] 294/314 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[15:57:26.139](2.092s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[15:58:37.675] 288/309 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
51/5252 Trim the heap free memory
CompilerWarnings
compiler
[12:15:13.213] postgres.c:2840:33: error: assignment to ‘char *’ from ‘int’ makes pointer from integer without a cast [-...
compiler
[12:15:13.213] postgres.c:2839:25: error: implicit declaration of function ‘malloc_trim’ [-Werror=implicit-function-decl...
compiler
[12:15:13.213] postgres.c:2836:47: error: implicit declaration of function ‘sbrk’ [-Werror=implicit-function-declaration...
compiler
[12:15:13.213] postgres.c:2836:47: error: initialization of ‘char *’ from ‘int’ makes pointer from integer without a cas...
Linux - Debian Bookworm - Autoconf
tap
[12:14:47.326](0.001s) not ok 28 - options --locale-provider=icu --locale=und --lc-*=C: no stderr
Linux - Debian Bookworm - Meson
tap
[12:16:27.975](0.001s) not ok 28 - options --locale-provider=icu --locale=und --lc-*=C: no stderr
test
[12:18:02.141] 167/314 postgresql:initdb / initdb/001_initdb                                           ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[12:14:33.500] tcop_postgres.c.obj : error LNK2019: unresolved external symbol malloc_trim referenced in function finish...
compiler
[12:14:33.500] tcop_postgres.c.obj : error LNK2019: unresolved external symbol sbrk referenced in function finish_xact_c...
compiler
[12:14:22.795] ../src/backend/tcop/postgres.c(2836): warning C4047: 'initializing': 'char *' differs in levels of indire...
compiler
[12:14:22.795] ../src/backend/tcop/postgres.c(2840): warning C4047: '=': 'char *' differs in levels of indirection from ...
51/5242 Fix RelationTruncate() corruption
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[11:16:56.159] ../src/backend/storage/smgr/smgr.c(732): warning C4098: 'smgrtruncate': 'void' function returning a value
51/5357 New predefined role pg_manage_extensions
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out /tmp/cirrus-ci-build/build/testrun/plperl/regress/...
--- /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out	2024-12-01 10:57:26.614116000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/plperl/regress/results/plperl_setup.out	2024-12-01 10:59:21.332102000 +0000
@@ -12,7 +12,7 @@
 HINT:  Must have CREATE privilege on current database to create this extension.
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 RESET ROLE;
 DO $$
 begin
@@ -24,7 +24,7 @@
 CREATE EXTENSION plperl;
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 CREATE SCHEMA plperl_setup_scratch;
 SET search_path = plperl_setup_scratch;
...
test
[11:02:04.679]  47/314 postgresql:plperl / plperl/regress                                              ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out /tmp/cirrus-ci-build/src/pl/plperl/results/plperl_...
--- /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out	2024-12-01 10:57:09.149285486 +0000
+++ /tmp/cirrus-ci-build/src/pl/plperl/results/plperl_setup.out	2024-12-01 10:58:30.484159752 +0000
@@ -12,7 +12,7 @@
 HINT:  Must have CREATE privilege on current database to create this extension.
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 RESET ROLE;
 DO $$
 begin
@@ -24,7 +24,7 @@
 CREATE EXTENSION plperl;
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 CREATE SCHEMA plperl_setup_scratch;
 SET search_path = plperl_setup_scratch;
...
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out /tmp/cirrus-ci-build/build/testrun/plperl/regress/...
--- /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out	2024-12-01 10:57:17.974016485 +0000
+++ /tmp/cirrus-ci-build/build/testrun/plperl/regress/results/plperl_setup.out	2024-12-01 10:59:59.667647208 +0000
@@ -12,7 +12,7 @@
 HINT:  Must have CREATE privilege on current database to create this extension.
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 RESET ROLE;
 DO $$
 begin
@@ -24,7 +24,7 @@
 CREATE EXTENSION plperl;
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 CREATE SCHEMA plperl_setup_scratch;
 SET search_path = plperl_setup_scratch;
...
test
[11:02:27.387]  47/314 postgresql:plperl / plperl/regress                                              ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/pl/plperl/expected/plperl_setup.out /Users/admin/pgsql/build/testrun/plperl/regress/resu...
--- /Users/admin/pgsql/src/pl/plperl/expected/plperl_setup.out	2024-12-01 10:55:11
+++ /Users/admin/pgsql/build/testrun/plperl/regress/results/plperl_setup.out	2024-12-01 10:57:39
@@ -12,7 +12,7 @@
 HINT:  Must have CREATE privilege on current database to create this extension.
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 RESET ROLE;
 DO $$
 begin
@@ -24,7 +24,7 @@
 CREATE EXTENSION plperl;
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 CREATE SCHEMA plperl_setup_scratch;
 SET search_path = plperl_setup_scratch;
...
test
[10:59:41.464]  47/314 postgresql:plperl / plperl/regress                                              ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/pl/plperl/expected/plperl_setup.out C:/cirrus/build/testrun/plperl/regress/re...
--- C:/cirrus/src/pl/plperl/expected/plperl_setup.out	2024-12-01 10:57:37.593586100 +0000
+++ C:/cirrus/build/testrun/plperl/regress/results/plperl_setup.out	2024-12-01 11:03:17.083754000 +0000
@@ -12,7 +12,7 @@
 HINT:  Must have CREATE privilege on current database to create this extension.
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 RESET ROLE;
 DO $$
 begin
@@ -24,7 +24,7 @@
 CREATE EXTENSION plperl;
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 CREATE SCHEMA plperl_setup_scratch;
 SET search_path = plperl_setup_scratch;
...
test
[11:11:48.516]  47/309 postgresql:plperl / plperl/regress                                              ERROR            ...
51/4912 CSN snapshots in hot standby
Linux - Debian Bookworm - Meson
core
[10:12:39.204] #0  0x00007f33274dfa50 in ?? ()
[10:12:39.204] #1  0x0000000000000003 in ?? ()
[10:12:39.204] #2  0x00007ffe207ae3d9 in ?? ()
[10:12:39.204] #3  0x00007ffe207ae3dc in ?? ()
[10:12:39.204] #4  0x00007ffe207ae478 in ?? ()
[10:12:39.204] #5  0x0000000000000000 in ?? ()
[10:12:39.322] #0  0x00007f66ac45bda4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
core
[10:12:39.095] #0  0x00007f016c957da4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[10:12:39.095] #1  0x00007f016c904239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[10:12:39.095] #2  0x00007f016c904497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[10:12:39.095] #3  0x000055df0a4565c1 in ?? ()
[10:12:39.095] #4  0x000055df0a450369 in ?? ()
[10:12:39.095] #5  0x000055df0a44f20f in ?? ()
[10:12:39.095] #6  0x000055df0a44fc3b in ?? ()
[10:12:39.095] #7  0x000055df0a44d66f in ?? ()
[10:12:39.095] #8  0x00007f016c8ef24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[10:12:39.095] #9  0x00007f016c8ef305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[10:12:38.954] #0  0x00007fa281ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[10:12:38.954] #1  0x00007fa281c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[10:12:38.954] #2  0x00007fa281c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[10:12:38.954] #3  0x00007fa281e1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[10:12:38.954] #4  0x00007fa281e2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[10:12:38.954] #5  0x00007fa281e0dad8 in __ubsan::__ubsan_handle_shift_out_of_bounds_abort (Data=Data@entry=0x55f1390ea0...
[10:12:38.954] #6  0x000055f13863368c in XidInMVCCSnapshot (xid=757, snapshot=snapshot@entry=0x55f13985e9b0) at ../src/b...
[10:12:38.954] #7  0x000055f137c747d3 in HeapTupleSatisfiesMVCC (htup=<optimized out>, snapshot=0x55f13985e9b0, buffer=3...
[10:12:38.954] #8  0x000055f137c76017 in HeapTupleSatisfiesVisibility (htup=htup@entry=0x7ffcb6749c10, snapshot=snapshot...
[10:12:38.954] #9  0x000055f137c67499 in page_collect_tuples (check_serializable=<optimized out>, all_visible=<optimized...
core
[10:12:37.513] #0  0x00007f77ee2a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[10:12:37.513] #1  0x00007f77ee25afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[10:12:37.513] #2  0x00007f77ee245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[10:12:37.513] #3  0x00007f77ee41e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[10:12:37.513] #4  0x00007f77ee42aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[10:12:37.513] #5  0x00007f77ee40dad8 in __ubsan::__ubsan_handle_shift_out_of_bounds_abort (Data=Data@entry=0x56340a1260...
[10:12:37.513] #6  0x000056340966f68c in XidInMVCCSnapshot (xid=755, snapshot=snapshot@entry=0x56340a5e5eb0) at ../src/b...
[10:12:37.513] #7  0x0000563408cb09ab in HeapTupleSatisfiesMVCC (htup=<optimized out>, snapshot=0x56340a5e5eb0, buffer=4...
[10:12:37.513] #8  0x0000563408cb2017 in HeapTupleSatisfiesVisibility (htup=htup@entry=0x7fff80b8e080, snapshot=snapshot...
[10:12:37.513] #9  0x0000563408ca3499 in page_collect_tuples (check_serializable=<optimized out>, all_visible=<optimized...
core
[10:12:39.323] #0  <unavailable> in ?? ()
core
[10:12:36.962] #0  0x00007f66ac45bda4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[10:12:36.962] #1  0x00007f66ac408239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[10:12:36.962] #2  0x00007f66ac408497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[10:12:36.962] #3  0x0000564e882dc5c1 in ?? ()
[10:12:36.962] #4  0x0000564e882d6369 in ?? ()
[10:12:36.962] #5  0x0000564e882d520f in ?? ()
[10:12:36.962] #6  0x0000564e882d5c3b in ?? ()
[10:12:36.962] #7  0x0000564e882d366f in ?? ()
[10:12:36.962] #8  0x00007f66ac3f324a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[10:12:36.962] #9  0x00007f66ac3f3305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[10:12:39.323] #0  0x00007f66ac45bda4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[10:12:39.323] #1  0x00007f66ac408239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[10:12:39.323] #2  0x00007f66ac408497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[10:12:39.323] #3  0x0000564e882dc5f3 in ?? ()
[10:12:39.323] #4  0x0000564e882d6369 in ?? ()
[10:12:39.323] #5  0x0000564e882d520f in ?? ()
[10:12:39.323] #6  0x0000564e882d5c3b in ?? ()
[10:12:39.323] #7  0x0000564e882d366f in ?? ()
[10:12:39.323] #8  0x00007f66ac3f324a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[10:12:39.323] #9  0x00007f66ac3f3305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
tap
[10:08:00.520](223.348s) # poll_query_until timed out executing this query:
[10:08:00.521](0.001s) not ok 14 - startup deadlock: lock acquisition is waiting
[10:11:30.531](210.010s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /tmp/cirrus-ci-build/src/test/recovery/t/031_recovery_conflict.pl line 270.
test
[10:11:30.733] 314/315 postgresql:test_misc / test_misc/000_csn_perf                                   ERROR            ...
[10:11:30.733] 315/315 postgresql:recovery / recovery/031_recovery_conflict                            ERROR           4...
macOS - Sonoma - Meson
test
[10:05:36.668] 315/315 postgresql:test_misc / test_misc/000_csn_perf                                   ERROR           1...
Windows - Server 2019, VS 2019 - Meson & ninja
test
[10:16:44.819] 310/310 postgresql:test_misc / test_misc/000_csn_perf                                   ERROR           3...
51/4929 apply_scanjoin_target_to_paths and partitionwise join
FreeBSD - 13 - Meson
core
[03:31:53.342] #0  0x00003c6f57f1eff0 in ?? ()
[03:31:53.342] #1  0x0000000000000003 in ?? ()
[03:31:53.342] #2  0x00001df7a7811a38 in ?? ()
[03:31:53.342] #3  0x00001df7a7811a3b in ?? ()
[03:31:53.342] #4  0x00001df7a7811a3e in ?? ()
[03:31:53.342] #5  0x0000000000000000 in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-12-01 03:26:14.059180000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_join.out	2024-12-01 03:28:01.061...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/recovery/0...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-12-01 03:26:14.059180000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/partition_join.out	2024-12-01 03:28:44.9...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/regress/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-12-01 03:26:14.059180000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/partition_join.out	2024-12-01 03:27:58.052226000 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[03:28:04.708](69.929s) not ok 5 - regression tests pass
tap
[03:28:49.958](78.944s) not ok 2 - regression tests pass
test
[03:30:45.654]  43/314 postgresql:regress / regress/regress                                            ERROR            ...
[03:30:45.654]  97/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[03:30:45.654] 152/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_c...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-12-01 03:26:14.620342700 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/partition_join.out	2024-12-01 03:30:43.459953237 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/src/test/regress/results...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-12-01 03:26:14.620342700 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/partition_join.out	2024-12-01 03:29:29.213031062 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[03:30:46.482](105.285s) not ok 5 - regression tests pass
Linux - Debian Bookworm - Meson
core
[03:32:07.560] #0  0x00007effb9caeda4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[03:32:07.560] #1  0x00007effb9c5b239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[03:32:07.560] #2  0x00007effb9d16204 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[03:32:07.560] #3  0x00007effb9d2885c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[03:32:07.560] #0  <unavailable> in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-12-01 03:26:14.300962189 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_join.out	2024-12-01 03:28:43.558...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/recovery/0...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-12-01 03:26:14.300962189 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/partition_join.out	2024-12-01 03:29:21.3...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/regress/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-12-01 03:26:14.300962189 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/partition_join.out	2024-12-01 03:28:38.182304563 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[03:28:47.216](74.020s) not ok 5 - regression tests pass
tap
[03:29:25.432](78.304s) not ok 2 - regression tests pass
test
[03:31:07.041]  43/314 postgresql:regress / regress/regress                                            ERROR            ...
[03:31:07.041] 131/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[03:31:07.041] 155/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/partition_join.out /Users/admin/pgsql/build/testrun/pg_upgrade/002...
--- /Users/admin/pgsql/src/test/regress/expected/partition_join.out	2024-12-01 03:25:12
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_join.out	2024-12-01 03:27:05
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/partition_join.out /Users/admin/pgsql/build/testrun/recovery/027_s...
--- /Users/admin/pgsql/src/test/regress/expected/partition_join.out	2024-12-01 03:25:12
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/partition_join.out	2024-12-01 03:27:50
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/partition_join.out /Users/admin/pgsql/build/testrun/regress/regres...
--- /Users/admin/pgsql/src/test/regress/expected/partition_join.out	2024-12-01 03:25:12
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/partition_join.out	2024-12-01 03:27:05
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[03:27:08.028](41.032s) not ok 5 - regression tests pass
tap
[03:27:53.082](45.807s) not ok 2 - regression tests pass
test
[03:29:38.540]  28/314 postgresql:regress / regress/regress                                            ERROR            ...
[03:29:38.540]  46/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[03:29:38.540] 140/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/partition_join.out C:/cirrus/build/testrun/pg_upgrade/0...
--- C:/cirrus/src/test/regress/expected/partition_join.out	2024-12-01 03:26:24.241680900 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_join.out	2024-12-01 03:29:47.477850300 +000...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/partition_join.out C:/cirrus/build/testrun/recovery/027...
--- C:/cirrus/src/test/regress/expected/partition_join.out	2024-12-01 03:26:24.241680900 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/partition_join.out	2024-12-01 03:32:02.708755000 +0...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/partition_join.out C:/cirrus/build/testrun/regress/regr...
--- C:/cirrus/src/test/regress/expected/partition_join.out	2024-12-01 03:26:24.241680900 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/partition_join.out	2024-12-01 03:29:41.873362100 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[03:29:54.213](98.960s) not ok 5 - regression tests pass
tap
[03:32:12.716](119.030s) not ok 2 - regression tests pass
test
[03:39:00.845]  17/309 postgresql:regress / regress/regress                                            ERROR           1...
[03:39:00.845]  34/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[03:39:00.845]  97/309 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5284 database-specific role memberships
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/privs_in_db.out /tmp/cirrus-ci-build/build/testrun/regress-runni...
--- /tmp/cirrus-ci-build/src/test/regress/expected/privs_in_db.out	2024-12-01 02:06:59.596307000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress-running/regress/results/privs_in_db.out	2024-12-01 02:12:46.983925000 +00...
@@ -756,9 +756,10 @@
 DROP DATABASE regression_db_0;
 DROP ROLE regress_role_admin;
 SELECT datname FROM pg_database WHERE datname LIKE 'regression_db_%';
- datname 
----------
-(0 rows)
+      datname      
+-------------------
+ regression_dblink
+(1 row)
 
 SELECT rolname FROM pg_roles WHERE rolname LIKE 'regress_role_%';
  rolname 
test
[02:13:08.651] 75/76 postgresql:regress-running / regress-running/regress                         ERROR            26.86...
51/5310 Clarify old WAL files cannot be removed until they are summarized
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out /tmp/cirrus-ci-build/build/testrun/postgres...
--- /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out	2024-12-01 00:17:09.290734000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/postgres_fdw-running/regress/results/postgres_fdw.out	2024-12-01 00:21:58.5006570...
@@ -12325,8 +12325,7 @@
   FROM postgres_fdw_get_connections(true);
  case 
 ------
-    1
-(1 row)
+(0 rows)
 
 -- After terminating the remote backend, since the connection is closed,
 -- "closed" should be TRUE, or NULL if the connection status check
@@ -12339,8 +12338,7 @@
   FROM postgres_fdw_get_connections(true);
  case 
 ------
-    1
-(1 row)
+(0 rows)
...
test
[00:22:26.499] 74/76 postgresql:postgres_fdw-running / postgres_fdw-running/regress               ERROR             9.90...
51/5323 Support enabling checksums online
CompilerWarnings
compiler
[22:53:39.273] datachecksumsworker.c:590:67: error: format ‘%d’ expects argument of type ‘int’, but argument 5 has type ...
FreeBSD - 13 - Meson
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
core
[23:08:47.728] #0  0x000000082b3cb41a in thr_kill () from /lib/libc.so.7
[23:08:47.728] #1  0x000000082b344e64 in raise () from /lib/libc.so.7
[23:08:47.728] #2  0x000000082b3f56f9 in abort () from /lib/libc.so.7
[23:08:47.728] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:08:47.728] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:08:47.728] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:08:47.728] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:08:47.728] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8215c69e8) at ../src/backe...
[23:08:47.728] #8  0x00000000007d23ac in main (argc=8, argv=0x8215c69e8) at ../src/backend/main/main.c:196
[23:08:47.987] #0  0x000000082b12b41a in thr_kill () from /lib/libc.so.7
core
[23:08:19.968] #0  0x000000082ac5941a in thr_kill () from /lib/libc.so.7
[23:08:19.968] #1  0x000000082abd2e64 in raise () from /lib/libc.so.7
[23:08:19.968] #2  0x000000082ac836f9 in abort () from /lib/libc.so.7
[23:08:19.968] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:08:19.968] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:08:19.968] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:08:19.968] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:08:19.968] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820c1d0b0) at ../src/backe...
[23:08:19.968] #8  0x00000000007d23ac in main (argc=4, argv=0x820c1d0b0) at ../src/backend/main/main.c:196
[23:08:20.224] #0  0x000000082b53b41a in thr_kill () from /lib/libc.so.7
core
[23:08:20.234] #0  0x000000082b53b41a in thr_kill () from /lib/libc.so.7
[23:08:20.234] #1  0x000000082b4b4e64 in raise () from /lib/libc.so.7
[23:08:20.234] #2  0x000000082b5656f9 in abort () from /lib/libc.so.7
[23:08:20.234] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:08:20.234] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:08:20.234] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:08:20.234] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:08:20.234] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821af94e0) at ../src/backe...
[23:08:20.234] #8  0x00000000007d23ac in main (argc=4, argv=0x821af94e0) at ../src/backend/main/main.c:196
[23:08:20.484] #0  0x000000082bc6441a in thr_kill () from /lib/libc.so.7
core
[23:08:20.493] #0  0x000000082bc6441a in thr_kill () from /lib/libc.so.7
[23:08:20.493] #1  0x000000082bbdde64 in raise () from /lib/libc.so.7
[23:08:20.493] #2  0x000000082bc8e6f9 in abort () from /lib/libc.so.7
[23:08:20.493] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:08:20.493] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:08:20.493] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:08:20.493] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:08:20.494] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8219be710) at ../src/backe...
[23:08:20.494] #8  0x00000000007d23ac in main (argc=4, argv=0x8219be710) at ../src/backend/main/main.c:196
[23:08:20.747] #0  0x000000082b4f941a in thr_kill () from /lib/libc.so.7
core
[23:08:20.756] #0  0x000000082b4f941a in thr_kill () from /lib/libc.so.7
[23:08:20.756] #1  0x000000082b472e64 in raise () from /lib/libc.so.7
[23:08:20.756] #2  0x000000082b5236f9 in abort () from /lib/libc.so.7
[23:08:20.756] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:08:20.756] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:08:20.756] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:08:20.756] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:08:20.756] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820d52a20) at ../src/backe...
[23:08:20.756] #8  0x00000000007d23ac in main (argc=4, argv=0x820d52a20) at ../src/backend/main/main.c:196
[23:08:21.006] #0  0x000000082a5ed41a in thr_kill () from /lib/libc.so.7
core
[23:08:21.015] #0  0x000000082a5ed41a in thr_kill () from /lib/libc.so.7
[23:08:21.015] #1  0x000000082a566e64 in raise () from /lib/libc.so.7
[23:08:21.015] #2  0x000000082a6176f9 in abort () from /lib/libc.so.7
[23:08:21.015] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:08:21.015] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:08:21.015] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:08:21.015] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:08:21.016] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82147e368) at ../src/backe...
[23:08:21.016] #8  0x00000000007d23ac in main (argc=4, argv=0x82147e368) at ../src/backend/main/main.c:196
[23:08:21.266] #0  0x000000082aa5d41a in thr_kill () from /lib/libc.so.7
core
[23:08:21.275] #0  0x000000082aa5d41a in thr_kill () from /lib/libc.so.7
[23:08:21.275] #1  0x000000082a9d6e64 in raise () from /lib/libc.so.7
[23:08:21.275] #2  0x000000082aa876f9 in abort () from /lib/libc.so.7
[23:08:21.275] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:08:21.275] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:08:21.275] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:08:21.275] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:08:21.275] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820cb02f0) at ../src/backe...
[23:08:21.275] #8  0x00000000007d23ac in main (argc=4, argv=0x820cb02f0) at ../src/backend/main/main.c:196
[23:08:21.536] #0  0x00000008290ab41a in thr_kill () from /lib/libc.so.7
core
[23:08:21.546] #0  0x00000008290ab41a in thr_kill () from /lib/libc.so.7
[23:08:21.546] #1  0x0000000829024e64 in raise () from /lib/libc.so.7
[23:08:21.546] #2  0x00000008290d56f9 in abort () from /lib/libc.so.7
[23:08:21.546] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:08:21.546] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:08:21.546] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:08:21.546] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:08:21.546] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820f84840) at ../src/backe...
[23:08:21.546] #8  0x00000000007d23ac in main (argc=4, argv=0x820f84840) at ../src/backend/main/main.c:196
[23:08:21.802] #0  0x000000082da1341a in thr_kill () from /lib/libc.so.7
core
[23:08:21.811] #0  0x000000082da1341a in thr_kill () from /lib/libc.so.7
[23:08:21.811] #1  0x000000082d98ce64 in raise () from /lib/libc.so.7
[23:08:21.811] #2  0x000000082da3d6f9 in abort () from /lib/libc.so.7
[23:08:21.811] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:08:21.811] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:08:21.811] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:08:21.811] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:08:21.812] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82190a7f8) at ../src/backe...
[23:08:21.812] #8  0x00000000007d23ac in main (argc=4, argv=0x82190a7f8) at ../src/backend/main/main.c:196
[23:08:22.072] #0  0x000000082b15041a in thr_kill () from /lib/libc.so.7
core
[23:08:22.082] #0  0x000000082b15041a in thr_kill () from /lib/libc.so.7
[23:08:22.082] #1  0x000000082b0c9e64 in raise () from /lib/libc.so.7
[23:08:22.082] #2  0x000000082b17a6f9 in abort () from /lib/libc.so.7
[23:08:22.082] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:08:22.082] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:08:22.082] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:08:22.082] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:08:22.082] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821b03978) at ../src/backe...
[23:08:22.082] #8  0x00000000007d23ac in main (argc=4, argv=0x821b03978) at ../src/backend/main/main.c:196
[23:08:22.343] #0  0x000000082c1b941a in thr_kill () from /lib/libc.so.7
core
[23:08:22.353] #0  0x000000082c1b941a in thr_kill () from /lib/libc.so.7
[23:08:22.353] #1  0x000000082c132e64 in raise () from /lib/libc.so.7
[23:08:22.353] #2  0x000000082c1e36f9 in abort () from /lib/libc.so.7
[23:08:22.353] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:08:22.353] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:08:22.353] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:08:22.353] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:08:22.353] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820e3f600) at ../src/backe...
[23:08:22.353] #8  0x00000000007d23ac in main (argc=4, argv=0x820e3f600) at ../src/backend/main/main.c:196
[23:08:22.612] #0  0x000000082e3d941a in thr_kill () from /lib/libc.so.7
core
[23:08:22.621] #0  0x000000082e3d941a in thr_kill () from /lib/libc.so.7
[23:08:22.621] #1  0x000000082e352e64 in raise () from /lib/libc.so.7
[23:08:22.621] #2  0x000000082e4036f9 in abort () from /lib/libc.so.7
[23:08:22.621] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:08:22.621] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:08:22.621] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:08:22.621] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:08:22.621] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82185cc90) at ../src/backe...
[23:08:22.621] #8  0x00000000007d23ac in main (argc=4, argv=0x82185cc90) at ../src/backend/main/main.c:196
[23:08:22.874] #0  0x000000082d10441a in thr_kill () from /lib/libc.so.7
core
[23:08:22.883] #0  0x000000082d10441a in thr_kill () from /lib/libc.so.7
[23:08:22.883] #1  0x000000082d07de64 in raise () from /lib/libc.so.7
[23:08:22.883] #2  0x000000082d12e6f9 in abort () from /lib/libc.so.7
[23:08:22.883] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:08:22.883] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:08:22.883] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:08:22.883] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:08:22.883] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8218b59d8) at ../src/backe...
[23:08:22.883] #8  0x00000000007d23ac in main (argc=4, argv=0x8218b59d8) at ../src/backend/main/main.c:196
[23:08:23.128] #0  0x000000082bd7b41a in thr_kill () from /lib/libc.so.7
core
[23:08:23.137] #0  0x000000082bd7b41a in thr_kill () from /lib/libc.so.7
[23:08:23.137] #1  0x000000082bcf4e64 in raise () from /lib/libc.so.7
[23:08:23.137] #2  0x000000082bda56f9 in abort () from /lib/libc.so.7
[23:08:23.137] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:08:23.137] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:08:23.137] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:08:23.137] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:08:23.137] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8214220b8) at ../src/backe...
[23:08:23.137] #8  0x00000000007d23ac in main (argc=4, argv=0x8214220b8) at ../src/backend/main/main.c:196
[23:08:23.393] #0  0x000000082a54e41a in thr_kill () from /lib/libc.so.7
core
[23:08:23.403] #0  0x000000082a54e41a in thr_kill () from /lib/libc.so.7
[23:08:23.403] #1  0x000000082a4c7e64 in raise () from /lib/libc.so.7
[23:08:23.403] #2  0x000000082a5786f9 in abort () from /lib/libc.so.7
[23:08:23.403] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:08:23.403] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:08:23.403] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:08:23.403] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:08:23.403] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821152df0) at ../src/backe...
[23:08:23.403] #8  0x00000000007d23ac in main (argc=4, argv=0x821152df0) at ../src/backend/main/main.c:196
[23:08:23.656] #0  0x000000082bc7c41a in thr_kill () from /lib/libc.so.7
core
[23:08:23.665] #0  0x000000082bc7c41a in thr_kill () from /lib/libc.so.7
[23:08:23.665] #1  0x000000082bbf5e64 in raise () from /lib/libc.so.7
[23:08:23.665] #2  0x000000082bca66f9 in abort () from /lib/libc.so.7
[23:08:23.665] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:08:23.665] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:08:23.665] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:08:23.665] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:08:23.666] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8217f97d8) at ../src/backe...
[23:08:23.666] #8  0x00000000007d23ac in main (argc=4, argv=0x8217f97d8) at ../src/backend/main/main.c:196
[23:08:23.917] #0  0x0000000828dc041a in thr_kill () from /lib/libc.so.7
core
[23:08:23.927] #0  0x0000000828dc041a in thr_kill () from /lib/libc.so.7
[23:08:23.927] #1  0x0000000828d39e64 in raise () from /lib/libc.so.7
[23:08:23.927] #2  0x0000000828dea6f9 in abort () from /lib/libc.so.7
[23:08:23.927] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:08:23.927] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:08:23.927] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:08:23.927] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:08:23.927] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820c552b8) at ../src/backe...
[23:08:23.927] #8  0x00000000007d23ac in main (argc=4, argv=0x820c552b8) at ../src/backend/main/main.c:196
[23:08:24.185] #0  0x000000082c74441a in thr_kill () from /lib/libc.so.7
core
[23:08:24.194] #0  0x000000082c74441a in thr_kill () from /lib/libc.so.7
[23:08:24.194] #1  0x000000082c6bde64 in raise () from /lib/libc.so.7
[23:08:24.194] #2  0x000000082c76e6f9 in abort () from /lib/libc.so.7
[23:08:24.194] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:08:24.194] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:08:24.194] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:08:24.194] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:08:24.194] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820bb5f48) at ../src/backe...
[23:08:24.194] #8  0x00000000007d23ac in main (argc=4, argv=0x820bb5f48) at ../src/backend/main/main.c:196
[23:08:24.452] #0  0x0000000829aae41a in thr_kill () from /lib/libc.so.7
core
[23:08:24.462] #0  0x0000000829aae41a in thr_kill () from /lib/libc.so.7
[23:08:24.462] #1  0x0000000829a27e64 in raise () from /lib/libc.so.7
[23:08:24.462] #2  0x0000000829ad86f9 in abort () from /lib/libc.so.7
[23:08:24.462] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:08:24.462] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:08:24.462] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:08:24.462] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:08:24.462] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820f1fe50) at ../src/backe...
[23:08:24.462] #8  0x00000000007d23ac in main (argc=4, argv=0x820f1fe50) at ../src/backend/main/main.c:196
[23:08:24.724] #0  0x000000082c92c41a in thr_kill () from /lib/libc.so.7
core
[23:08:24.734] #0  0x000000082c92c41a in thr_kill () from /lib/libc.so.7
[23:08:24.734] #1  0x000000082c8a5e64 in raise () from /lib/libc.so.7
[23:08:24.734] #2  0x000000082c9566f9 in abort () from /lib/libc.so.7
[23:08:24.734] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:08:24.734] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:08:24.734] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:08:24.734] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:08:24.734] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8216bab60) at ../src/backe...
[23:08:24.734] #8  0x00000000007d23ac in main (argc=4, argv=0x8216bab60) at ../src/backend/main/main.c:196
[23:08:24.991] #0  0x000000082d91341a in thr_kill () from /lib/libc.so.7
core
[23:08:25.000] #0  0x000000082d91341a in thr_kill () from /lib/libc.so.7
[23:08:25.000] #1  0x000000082d88ce64 in raise () from /lib/libc.so.7
[23:08:25.000] #2  0x000000082d93d6f9 in abort () from /lib/libc.so.7
[23:08:25.000] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:08:25.000] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:08:25.000] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:08:25.000] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:08:25.000] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821759890) at ../src/backe...
[23:08:25.000] #8  0x00000000007d23ac in main (argc=4, argv=0x821759890) at ../src/backend/main/main.c:196
[23:08:25.257] #0  0x000000082d3f641a in thr_kill () from /lib/libc.so.7
core
[23:08:25.267] #0  0x000000082d3f641a in thr_kill () from /lib/libc.so.7
[23:08:25.267] #1  0x000000082d36fe64 in raise () from /lib/libc.so.7
[23:08:25.267] #2  0x000000082d4206f9 in abort () from /lib/libc.so.7
[23:08:25.267] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:08:25.267] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:08:25.267] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:08:25.267] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:08:25.267] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821491840) at ../src/backe...
[23:08:25.267] #8  0x00000000007d23ac in main (argc=4, argv=0x821491840) at ../src/backend/main/main.c:196
[23:08:25.522] #0  0x000000082a1c141a in thr_kill () from /lib/libc.so.7
core
[23:08:25.532] #0  0x000000082a1c141a in thr_kill () from /lib/libc.so.7
[23:08:25.532] #1  0x000000082a13ae64 in raise () from /lib/libc.so.7
[23:08:25.532] #2  0x000000082a1eb6f9 in abort () from /lib/libc.so.7
[23:08:25.532] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:08:25.532] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:08:25.532] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:08:25.532] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:08:25.532] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82144f828) at ../src/backe...
[23:08:25.532] #8  0x00000000007d23ac in main (argc=4, argv=0x82144f828) at ../src/backend/main/main.c:196
[23:08:25.784] #0  0x000000082bd6741a in thr_kill () from /lib/libc.so.7
core
[23:08:25.793] #0  0x000000082bd6741a in thr_kill () from /lib/libc.so.7
[23:08:25.793] #1  0x000000082bce0e64 in raise () from /lib/libc.so.7
[23:08:25.793] #2  0x000000082bd916f9 in abort () from /lib/libc.so.7
[23:08:25.793] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:08:25.793] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:08:25.793] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:08:25.793] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:08:25.793] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820dd5120) at ../src/backe...
[23:08:25.793] #8  0x00000000007d23ac in main (argc=4, argv=0x820dd5120) at ../src/backend/main/main.c:196
[23:08:26.049] #0  0x000000082c02841a in thr_kill () from /lib/libc.so.7
core
[23:08:26.058] #0  0x000000082c02841a in thr_kill () from /lib/libc.so.7
[23:08:26.058] #1  0x000000082bfa1e64 in raise () from /lib/libc.so.7
[23:08:26.058] #2  0x000000082c0526f9 in abort () from /lib/libc.so.7
[23:08:26.058] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:08:26.058] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:08:26.058] #5  0x000000000089d205 in process_pm_child_exit () at ../src/backend/postmaster/postmaster.c:2523
[23:08:26.058] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1654
[23:08:26.058] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821455010) at ../src/backe...
[23:08:26.058] #8  0x00000000007d23ac in main (argc=4, argv=0x821455010) at ../src/backend/main/main.c:196
[23:08:26.317] #0  0x000000082c46f41a in thr_kill () from /lib/libc.so.7
core
[23:08:26.326] #0  0x000000082c46f41a in thr_kill () from /lib/libc.so.7
[23:08:26.326] #1  0x000000082c3e8e64 in raise () from /lib/libc.so.7
[23:08:26.326] #2  0x000000082c4996f9 in abort () from /lib/libc.so.7
[23:08:26.326] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:08:26.326] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:08:26.326] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:08:26.326] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:08:26.327] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8216b3a70) at ../src/backe...
[23:08:26.327] #8  0x00000000007d23ac in main (argc=4, argv=0x8216b3a70) at ../src/backend/main/main.c:196
[23:08:26.584] #0  0x000000082b40741a in thr_kill () from /lib/libc.so.7
core
[23:08:26.593] #0  0x000000082b40741a in thr_kill () from /lib/libc.so.7
[23:08:26.593] #1  0x000000082b380e64 in raise () from /lib/libc.so.7
[23:08:26.593] #2  0x000000082b4316f9 in abort () from /lib/libc.so.7
[23:08:26.593] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:08:26.593] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:08:26.593] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:08:26.593] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:08:26.593] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821470968) at ../src/backe...
[23:08:26.593] #8  0x00000000007d23ac in main (argc=4, argv=0x821470968) at ../src/backend/main/main.c:196
[23:08:26.855] #0  0x000000082ab7741a in thr_kill () from /lib/libc.so.7
core
[23:08:26.864] #0  0x000000082ab7741a in thr_kill () from /lib/libc.so.7
[23:08:26.864] #1  0x000000082aaf0e64 in raise () from /lib/libc.so.7
[23:08:26.864] #2  0x000000082aba16f9 in abort () from /lib/libc.so.7
[23:08:26.864] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:08:26.864] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:08:26.864] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:08:26.864] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:08:26.865] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8210f0990) at ../src/backe...
[23:08:26.865] #8  0x00000000007d23ac in main (argc=4, argv=0x8210f0990) at ../src/backend/main/main.c:196
[23:08:27.122] #0  0x000000082c75e41a in thr_kill () from /lib/libc.so.7
core
[23:08:27.131] #0  0x000000082c75e41a in thr_kill () from /lib/libc.so.7
[23:08:27.131] #1  0x000000082c6d7e64 in raise () from /lib/libc.so.7
[23:08:27.131] #2  0x000000082c7886f9 in abort () from /lib/libc.so.7
[23:08:27.131] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:08:27.131] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:08:27.131] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:08:27.131] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:08:27.132] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821aebff0) at ../src/backe...
[23:08:27.132] #8  0x00000000007d23ac in main (argc=4, argv=0x821aebff0) at ../src/backend/main/main.c:196
[23:08:27.384] #0  0x000000082c38741a in thr_kill () from /lib/libc.so.7
core
[23:08:27.394] #0  0x000000082c38741a in thr_kill () from /lib/libc.so.7
[23:08:27.394] #1  0x000000082c300e64 in raise () from /lib/libc.so.7
[23:08:27.394] #2  0x000000082c3b16f9 in abort () from /lib/libc.so.7
[23:08:27.394] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:08:27.394] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:08:27.394] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:08:27.394] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:08:27.394] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821a0c608) at ../src/backe...
[23:08:27.394] #8  0x00000000007d23ac in main (argc=4, argv=0x821a0c608) at ../src/backend/main/main.c:196
[23:08:27.652] #0  0x000000082ab2b41a in thr_kill () from /lib/libc.so.7
core
[23:08:27.661] #0  0x000000082ab2b41a in thr_kill () from /lib/libc.so.7
[23:08:27.661] #1  0x000000082aaa4e64 in raise () from /lib/libc.so.7
[23:08:27.661] #2  0x000000082ab556f9 in abort () from /lib/libc.so.7
[23:08:27.661] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:08:27.661] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:08:27.661] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:08:27.661] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:08:27.661] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820c3aea0) at ../src/backe...
[23:08:27.661] #8  0x00000000007d23ac in main (argc=4, argv=0x820c3aea0) at ../src/backend/main/main.c:196
[23:08:27.917] #0  0x000000082afc041a in thr_kill () from /lib/libc.so.7
core
[23:08:27.927] #0  0x000000082afc041a in thr_kill () from /lib/libc.so.7
[23:08:27.927] #1  0x000000082af39e64 in raise () from /lib/libc.so.7
[23:08:27.927] #2  0x000000082afea6f9 in abort () from /lib/libc.so.7
[23:08:27.927] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:08:27.927] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:08:27.927] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:08:27.927] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:08:27.927] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820cdfbc8) at ../src/backe...
[23:08:27.927] #8  0x00000000007d23ac in main (argc=4, argv=0x820cdfbc8) at ../src/backend/main/main.c:196
[23:08:28.174] #0  0x000000082b9f741a in thr_kill () from /lib/libc.so.7
core
[23:08:28.183] #0  0x000000082b9f741a in thr_kill () from /lib/libc.so.7
[23:08:28.183] #1  0x000000082b970e64 in raise () from /lib/libc.so.7
[23:08:28.183] #2  0x000000082ba216f9 in abort () from /lib/libc.so.7
[23:08:28.183] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:08:28.183] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:08:28.183] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:08:28.183] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:08:28.183] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8216484f0) at ../src/backe...
[23:08:28.183] #8  0x00000000007d23ac in main (argc=4, argv=0x8216484f0) at ../src/backend/main/main.c:196
[23:08:28.433] #0  0x000000082bc8641a in thr_kill () from /lib/libc.so.7
core
[23:08:28.442] #0  0x000000082bc8641a in thr_kill () from /lib/libc.so.7
[23:08:28.442] #1  0x000000082bbffe64 in raise () from /lib/libc.so.7
[23:08:28.442] #2  0x000000082bcb06f9 in abort () from /lib/libc.so.7
[23:08:28.442] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:08:28.442] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:08:28.442] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:08:28.442] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:08:28.443] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820ff00c8) at ../src/backe...
[23:08:28.443] #8  0x00000000007d23ac in main (argc=4, argv=0x820ff00c8) at ../src/backend/main/main.c:196
[23:08:28.692] #0  0x000000082d94441a in thr_kill () from /lib/libc.so.7
core
[23:08:28.701] #0  0x000000082d94441a in thr_kill () from /lib/libc.so.7
[23:08:28.701] #1  0x000000082d8bde64 in raise () from /lib/libc.so.7
[23:08:28.701] #2  0x000000082d96e6f9 in abort () from /lib/libc.so.7
[23:08:28.701] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:08:28.701] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:08:28.701] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:08:28.701] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:08:28.701] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8217f0158) at ../src/backe...
[23:08:28.701] #8  0x00000000007d23ac in main (argc=4, argv=0x8217f0158) at ../src/backend/main/main.c:196
[23:08:28.955] #0  0x000000082b57e41a in thr_kill () from /lib/libc.so.7
core
[23:08:28.964] #0  0x000000082b57e41a in thr_kill () from /lib/libc.so.7
[23:08:28.964] #1  0x000000082b4f7e64 in raise () from /lib/libc.so.7
[23:08:28.964] #2  0x000000082b5a86f9 in abort () from /lib/libc.so.7
[23:08:28.964] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:08:28.964] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:08:28.964] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:08:28.964] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:08:28.964] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820d54140) at ../src/backe...
[23:08:28.964] #8  0x00000000007d23ac in main (argc=4, argv=0x820d54140) at ../src/backend/main/main.c:196
[23:08:29.221] #0  0x000000082c7cb41a in thr_kill () from /lib/libc.so.7
core
[23:08:29.231] #0  0x000000082c7cb41a in thr_kill () from /lib/libc.so.7
[23:08:29.231] #1  0x000000082c744e64 in raise () from /lib/libc.so.7
[23:08:29.231] #2  0x000000082c7f56f9 in abort () from /lib/libc.so.7
[23:08:29.231] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:08:29.231] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:08:29.231] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:08:29.231] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:08:29.232] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82185af90) at ../src/backe...
[23:08:29.232] #8  0x00000000007d23ac in main (argc=4, argv=0x82185af90) at ../src/backend/main/main.c:196
[23:08:29.492] #0  0x000000082d64441a in thr_kill () from /lib/libc.so.7
core
[23:08:29.501] #0  0x000000082d64441a in thr_kill () from /lib/libc.so.7
[23:08:29.501] #1  0x000000082d5bde64 in raise () from /lib/libc.so.7
[23:08:29.501] #2  0x000000082d66e6f9 in abort () from /lib/libc.so.7
[23:08:29.501] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:08:29.501] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:08:29.501] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:08:29.501] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:08:29.502] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821a4de58) at ../src/backe...
[23:08:29.502] #8  0x00000000007d23ac in main (argc=4, argv=0x821a4de58) at ../src/backend/main/main.c:196
[23:08:29.755] #0  0x000000082d9fc41a in thr_kill () from /lib/libc.so.7
core
[23:08:29.764] #0  0x000000082d9fc41a in thr_kill () from /lib/libc.so.7
[23:08:29.764] #1  0x000000082d975e64 in raise () from /lib/libc.so.7
[23:08:29.764] #2  0x000000082da266f9 in abort () from /lib/libc.so.7
[23:08:29.764] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:08:29.764] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:08:29.764] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:08:29.764] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:08:29.764] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821a97ee8) at ../src/backe...
[23:08:29.764] #8  0x00000000007d23ac in main (argc=4, argv=0x821a97ee8) at ../src/backend/main/main.c:196
[23:08:30.015] #0  0x000000082b09341a in thr_kill () from /lib/libc.so.7
core
[23:08:30.024] #0  0x000000082b09341a in thr_kill () from /lib/libc.so.7
[23:08:30.024] #1  0x000000082b00ce64 in raise () from /lib/libc.so.7
[23:08:30.024] #2  0x000000082b0bd6f9 in abort () from /lib/libc.so.7
[23:08:30.024] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:08:30.024] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:08:30.024] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:08:30.024] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:08:30.025] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821635520) at ../src/backe...
[23:08:30.025] #8  0x00000000007d23ac in main (argc=4, argv=0x821635520) at ../src/backend/main/main.c:196
[23:08:30.276] #0  0x000000082b48341a in thr_kill () from /lib/libc.so.7
core
[23:08:30.285] #0  0x000000082b48341a in thr_kill () from /lib/libc.so.7
[23:08:30.285] #1  0x000000082b3fce64 in raise () from /lib/libc.so.7
[23:08:30.285] #2  0x000000082b4ad6f9 in abort () from /lib/libc.so.7
[23:08:30.285] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:08:30.285] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:08:30.285] #5  0x000000000089d205 in process_pm_child_exit () at ../src/backend/postmaster/postmaster.c:2523
[23:08:30.285] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1654
[23:08:30.286] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821374978) at ../src/backe...
[23:08:30.286] #8  0x00000000007d23ac in main (argc=4, argv=0x821374978) at ../src/backend/main/main.c:196
[23:08:30.531] #0  0x000000082a5d541a in thr_kill () from /lib/libc.so.7
core
[23:08:30.540] #0  0x000000082a5d541a in thr_kill () from /lib/libc.so.7
[23:08:30.540] #1  0x000000082a54ee64 in raise () from /lib/libc.so.7
[23:08:30.540] #2  0x000000082a5ff6f9 in abort () from /lib/libc.so.7
[23:08:30.540] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:08:30.540] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:08:30.540] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:08:30.540] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:08:30.540] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820bbaf08) at ../src/backe...
[23:08:30.540] #8  0x00000000007d23ac in main (argc=4, argv=0x820bbaf08) at ../src/backend/main/main.c:196
[23:08:30.791] #0  0x000000082a05a41a in thr_kill () from /lib/libc.so.7
core
[23:08:30.800] #0  0x000000082a05a41a in thr_kill () from /lib/libc.so.7
[23:08:30.800] #1  0x0000000829fd3e64 in raise () from /lib/libc.so.7
[23:08:30.800] #2  0x000000082a0846f9 in abort () from /lib/libc.so.7
[23:08:30.800] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:08:30.800] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:08:30.800] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:08:30.800] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:08:30.800] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8216ee358) at ../src/backe...
[23:08:30.800] #8  0x00000000007d23ac in main (argc=4, argv=0x8216ee358) at ../src/backend/main/main.c:196
[23:08:31.053] #0  0x000000082be0441a in thr_kill () from /lib/libc.so.7
core
[23:08:31.062] #0  0x000000082be0441a in thr_kill () from /lib/libc.so.7
[23:08:31.062] #1  0x000000082bd7de64 in raise () from /lib/libc.so.7
[23:08:31.062] #2  0x000000082be2e6f9 in abort () from /lib/libc.so.7
[23:08:31.062] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:08:31.062] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:08:31.062] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:08:31.062] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:08:31.062] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821b468d0) at ../src/backe...
[23:08:31.062] #8  0x00000000007d23ac in main (argc=4, argv=0x821b468d0) at ../src/backend/main/main.c:196
[23:08:31.313] #0  0x000000082d00441a in thr_kill () from /lib/libc.so.7
core
[23:08:31.322] #0  0x000000082d00441a in thr_kill () from /lib/libc.so.7
[23:08:31.322] #1  0x000000082cf7de64 in raise () from /lib/libc.so.7
[23:08:31.322] #2  0x000000082d02e6f9 in abort () from /lib/libc.so.7
[23:08:31.322] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:08:31.322] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:08:31.322] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:08:31.322] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:08:31.322] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8212c2fa0) at ../src/backe...
[23:08:31.322] #8  0x00000000007d23ac in main (argc=4, argv=0x8212c2fa0) at ../src/backend/main/main.c:196
[23:08:31.573] #0  0x000000082a5f441a in thr_kill () from /lib/libc.so.7
core
[23:08:31.582] #0  0x000000082a5f441a in thr_kill () from /lib/libc.so.7
[23:08:31.582] #1  0x000000082a56de64 in raise () from /lib/libc.so.7
[23:08:31.582] #2  0x000000082a61e6f9 in abort () from /lib/libc.so.7
[23:08:31.582] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:08:31.582] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:08:31.582] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:08:31.582] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:08:31.582] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8212c9168) at ../src/backe...
[23:08:31.582] #8  0x00000000007d23ac in main (argc=4, argv=0x8212c9168) at ../src/backend/main/main.c:196
[23:08:31.837] #0  0x000000082aa8241a in thr_kill () from /lib/libc.so.7
core
[23:08:31.846] #0  0x000000082aa8241a in thr_kill () from /lib/libc.so.7
[23:08:31.846] #1  0x000000082a9fbe64 in raise () from /lib/libc.so.7
[23:08:31.846] #2  0x000000082aaac6f9 in abort () from /lib/libc.so.7
[23:08:31.846] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:08:31.846] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:08:31.846] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:08:31.846] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:08:31.846] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821117280) at ../src/backe...
[23:08:31.846] #8  0x00000000007d23ac in main (argc=4, argv=0x821117280) at ../src/backend/main/main.c:196
[23:08:32.096] #0  0x000000082dfc941a in thr_kill () from /lib/libc.so.7
core
[23:08:32.105] #0  0x000000082dfc941a in thr_kill () from /lib/libc.so.7
[23:08:32.105] #1  0x000000082df42e64 in raise () from /lib/libc.so.7
[23:08:32.105] #2  0x000000082dff36f9 in abort () from /lib/libc.so.7
[23:08:32.105] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:08:32.105] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:08:32.105] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:08:32.105] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:08:32.105] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821409418) at ../src/backe...
[23:08:32.105] #8  0x00000000007d23ac in main (argc=4, argv=0x821409418) at ../src/backend/main/main.c:196
[23:08:32.361] #0  0x000000082f73d41a in thr_kill () from /lib/libc.so.7
core
[23:08:32.372] #0  0x000000082f73d41a in thr_kill () from /lib/libc.so.7
[23:08:32.372] #1  0x000000082f6b6e64 in raise () from /lib/libc.so.7
[23:08:32.372] #2  0x000000082f7676f9 in abort () from /lib/libc.so.7
[23:08:32.372] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:08:32.372] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:08:32.372] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:08:32.372] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:08:32.372] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8214a9060) at ../src/backe...
[23:08:32.372] #8  0x00000000007d23ac in main (argc=4, argv=0x8214a9060) at ../src/backend/main/main.c:196
[23:08:32.624] #0  0x000000082d3ce41a in thr_kill () from /lib/libc.so.7
core
[23:08:32.634] #0  0x000000082d3ce41a in thr_kill () from /lib/libc.so.7
[23:08:32.634] #1  0x000000082d347e64 in raise () from /lib/libc.so.7
[23:08:32.634] #2  0x000000082d3f86f9 in abort () from /lib/libc.so.7
[23:08:32.634] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:08:32.634] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:08:32.634] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:08:32.634] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:08:32.634] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8210ce148) at ../src/backe...
[23:08:32.634] #8  0x00000000007d23ac in main (argc=4, argv=0x8210ce148) at ../src/backend/main/main.c:196
[23:08:32.887] #0  0x000000082c98241a in thr_kill () from /lib/libc.so.7
core
[23:08:32.896] #0  0x000000082c98241a in thr_kill () from /lib/libc.so.7
[23:08:32.896] #1  0x000000082c8fbe64 in raise () from /lib/libc.so.7
[23:08:32.896] #2  0x000000082c9ac6f9 in abort () from /lib/libc.so.7
[23:08:32.896] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:08:32.896] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:08:32.896] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:08:32.896] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:08:32.897] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821b59b30) at ../src/backe...
[23:08:32.897] #8  0x00000000007d23ac in main (argc=4, argv=0x821b59b30) at ../src/backend/main/main.c:196
[23:08:33.154] #0  0x000000082b75c41a in thr_kill () from /lib/libc.so.7
core
[23:08:33.163] #0  0x000000082b75c41a in thr_kill () from /lib/libc.so.7
[23:08:33.163] #1  0x000000082b6d5e64 in raise () from /lib/libc.so.7
[23:08:33.163] #2  0x000000082b7866f9 in abort () from /lib/libc.so.7
[23:08:33.163] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:08:33.163] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:08:33.163] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:08:33.163] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:08:33.163] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821b44f50) at ../src/backe...
[23:08:33.163] #8  0x00000000007d23ac in main (argc=4, argv=0x821b44f50) at ../src/backend/main/main.c:196
[23:08:33.418] #0  0x000000082b83741a in thr_kill () from /lib/libc.so.7
core
[23:08:33.427] #0  0x000000082b83741a in thr_kill () from /lib/libc.so.7
[23:08:33.427] #1  0x000000082b7b0e64 in raise () from /lib/libc.so.7
[23:08:33.427] #2  0x000000082b8616f9 in abort () from /lib/libc.so.7
[23:08:33.427] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:08:33.427] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:08:33.427] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:08:33.427] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:08:33.427] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8215d3fa0) at ../src/backe...
[23:08:33.427] #8  0x00000000007d23ac in main (argc=4, argv=0x8215d3fa0) at ../src/backend/main/main.c:196
[23:08:33.680] #0  0x000000082a45241a in thr_kill () from /lib/libc.so.7
core
[23:08:33.689] #0  0x000000082a45241a in thr_kill () from /lib/libc.so.7
[23:08:33.689] #1  0x000000082a3cbe64 in raise () from /lib/libc.so.7
[23:08:33.689] #2  0x000000082a47c6f9 in abort () from /lib/libc.so.7
[23:08:33.689] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:08:33.689] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:08:33.689] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:08:33.689] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:08:33.689] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8217cb550) at ../src/backe...
[23:08:33.689] #8  0x00000000007d23ac in main (argc=4, argv=0x8217cb550) at ../src/backend/main/main.c:196
[23:08:33.944] #0  0x000000082c1bd41a in thr_kill () from /lib/libc.so.7
core
[23:08:33.953] #0  0x000000082c1bd41a in thr_kill () from /lib/libc.so.7
[23:08:33.953] #1  0x000000082c136e64 in raise () from /lib/libc.so.7
[23:08:33.953] #2  0x000000082c1e76f9 in abort () from /lib/libc.so.7
[23:08:33.953] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:08:33.953] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:08:33.953] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:08:33.953] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:08:33.953] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820dd0890) at ../src/backe...
[23:08:33.953] #8  0x00000000007d23ac in main (argc=4, argv=0x820dd0890) at ../src/backend/main/main.c:196
[23:08:34.207] #0  0x000000082a9dc41a in thr_kill () from /lib/libc.so.7
core
[23:08:34.216] #0  0x000000082a9dc41a in thr_kill () from /lib/libc.so.7
[23:08:34.216] #1  0x000000082a955e64 in raise () from /lib/libc.so.7
[23:08:34.216] #2  0x000000082aa066f9 in abort () from /lib/libc.so.7
[23:08:34.216] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:08:34.216] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:08:34.216] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:08:34.216] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:08:34.216] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821818998) at ../src/backe...
[23:08:34.216] #8  0x00000000007d23ac in main (argc=4, argv=0x821818998) at ../src/backend/main/main.c:196
[23:08:34.470] #0  0x000000082a49941a in thr_kill () from /lib/libc.so.7
core
[23:08:34.479] #0  0x000000082a49941a in thr_kill () from /lib/libc.so.7
[23:08:34.479] #1  0x000000082a412e64 in raise () from /lib/libc.so.7
[23:08:34.479] #2  0x000000082a4c36f9 in abort () from /lib/libc.so.7
[23:08:34.479] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:08:34.479] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:08:34.479] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:08:34.479] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:08:34.479] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820be2938) at ../src/backe...
[23:08:34.479] #8  0x00000000007d23ac in main (argc=4, argv=0x820be2938) at ../src/backend/main/main.c:196
[23:08:34.727] #0  0x000000082cc9941a in thr_kill () from /lib/libc.so.7
core
[23:08:34.736] #0  0x000000082cc9941a in thr_kill () from /lib/libc.so.7
[23:08:34.736] #1  0x000000082cc12e64 in raise () from /lib/libc.so.7
[23:08:34.736] #2  0x000000082ccc36f9 in abort () from /lib/libc.so.7
[23:08:34.736] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:08:34.736] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:08:34.736] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:08:34.736] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:08:34.736] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8212f7bc0) at ../src/backe...
[23:08:34.736] #8  0x00000000007d23ac in main (argc=4, argv=0x8212f7bc0) at ../src/backend/main/main.c:196
[23:08:34.986] #0  0x000000082a95341a in thr_kill () from /lib/libc.so.7
core
[23:08:34.997] #0  0x000000082a95341a in thr_kill () from /lib/libc.so.7
[23:08:34.997] #1  0x000000082a8cce64 in raise () from /lib/libc.so.7
[23:08:34.997] #2  0x000000082a97d6f9 in abort () from /lib/libc.so.7
[23:08:34.997] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:08:34.997] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:08:34.997] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:08:34.997] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:08:34.997] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821a96930) at ../src/backe...
[23:08:34.997] #8  0x00000000007d23ac in main (argc=4, argv=0x821a96930) at ../src/backend/main/main.c:196
[23:08:35.249] #0  0x0000000829ec541a in thr_kill () from /lib/libc.so.7
core
[23:08:35.260] #0  0x0000000829ec541a in thr_kill () from /lib/libc.so.7
[23:08:35.260] #1  0x0000000829e3ee64 in raise () from /lib/libc.so.7
[23:08:35.260] #2  0x0000000829eef6f9 in abort () from /lib/libc.so.7
[23:08:35.260] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:08:35.260] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:08:35.260] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:08:35.260] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:08:35.260] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820cccbf0) at ../src/backe...
[23:08:35.260] #8  0x00000000007d23ac in main (argc=4, argv=0x820cccbf0) at ../src/backend/main/main.c:196
[23:08:35.511] #0  0x000000082c29041a in thr_kill () from /lib/libc.so.7
core
[23:08:35.521] #0  0x000000082c29041a in thr_kill () from /lib/libc.so.7
[23:08:35.521] #1  0x000000082c209e64 in raise () from /lib/libc.so.7
[23:08:35.521] #2  0x000000082c2ba6f9 in abort () from /lib/libc.so.7
[23:08:35.521] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:08:35.521] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:08:35.521] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:08:35.521] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:08:35.521] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82102f2c8) at ../src/backe...
[23:08:35.521] #8  0x00000000007d23ac in main (argc=4, argv=0x82102f2c8) at ../src/backend/main/main.c:196
[23:08:35.776] #0  0x000000082d44e41a in thr_kill () from /lib/libc.so.7
core
[23:08:35.785] #0  0x000000082d44e41a in thr_kill () from /lib/libc.so.7
[23:08:35.785] #1  0x000000082d3c7e64 in raise () from /lib/libc.so.7
[23:08:35.785] #2  0x000000082d4786f9 in abort () from /lib/libc.so.7
[23:08:35.785] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:08:35.785] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:08:35.785] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:08:35.785] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:08:35.785] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820e99878) at ../src/backe...
[23:08:35.785] #8  0x00000000007d23ac in main (argc=4, argv=0x820e99878) at ../src/backend/main/main.c:196
[23:08:36.041] #0  0x0000000829ffd41a in thr_kill () from /lib/libc.so.7
core
[23:09:10.206] #0  0x000000082bc5041a in thr_kill () from /lib/libc.so.7
[23:09:10.206] #1  0x000000082bbc9e64 in raise () from /lib/libc.so.7
[23:09:10.206] #2  0x000000082bc7a6f9 in abort () from /lib/libc.so.7
[23:09:10.206] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:09:10.206] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:09:10.206] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:09:10.206] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:09:10.206] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821523fd0) at ../src/backe...
[23:09:10.206] #8  0x00000000007d23ac in main (argc=4, argv=0x821523fd0) at ../src/backend/main/main.c:196
core
[23:09:09.947] #0  0x000000082ac3041a in thr_kill () from /lib/libc.so.7
[23:09:09.947] #1  0x000000082aba9e64 in raise () from /lib/libc.so.7
[23:09:09.947] #2  0x000000082ac5a6f9 in abort () from /lib/libc.so.7
[23:09:09.947] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:09:09.947] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:09:09.947] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:09:09.947] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:09:09.948] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820ff7128) at ../src/backe...
[23:09:09.948] #8  0x00000000007d23ac in main (argc=4, argv=0x820ff7128) at ../src/backend/main/main.c:196
[23:09:10.197] #0  0x000000082bc5041a in thr_kill () from /lib/libc.so.7
core
[23:09:09.687] #0  0x000000082bca941a in thr_kill () from /lib/libc.so.7
[23:09:09.687] #1  0x000000082bc22e64 in raise () from /lib/libc.so.7
[23:09:09.687] #2  0x000000082bcd36f9 in abort () from /lib/libc.so.7
[23:09:09.687] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:09:09.687] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:09:09.687] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:09:09.687] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:09:09.687] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820c5b058) at ../src/backe...
[23:09:09.687] #8  0x00000000007d23ac in main (argc=4, argv=0x820c5b058) at ../src/backend/main/main.c:196
[23:09:09.938] #0  0x000000082ac3041a in thr_kill () from /lib/libc.so.7
core
[23:09:09.434] #0  0x000000082ab6041a in thr_kill () from /lib/libc.so.7
[23:09:09.434] #1  0x000000082aad9e64 in raise () from /lib/libc.so.7
[23:09:09.434] #2  0x000000082ab8a6f9 in abort () from /lib/libc.so.7
[23:09:09.434] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:09:09.434] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:09:09.434] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:09:09.434] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:09:09.434] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820c11270) at ../src/backe...
[23:09:09.434] #8  0x00000000007d23ac in main (argc=4, argv=0x820c11270) at ../src/backend/main/main.c:196
[23:09:09.678] #0  0x000000082bca941a in thr_kill () from /lib/libc.so.7
core
[23:09:09.183] #0  0x000000082b52a41a in thr_kill () from /lib/libc.so.7
[23:09:09.183] #1  0x000000082b4a3e64 in raise () from /lib/libc.so.7
[23:09:09.183] #2  0x000000082b5546f9 in abort () from /lib/libc.so.7
[23:09:09.183] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:09:09.183] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:09:09.183] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:09:09.183] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:09:09.183] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821264240) at ../src/backe...
[23:09:09.183] #8  0x00000000007d23ac in main (argc=4, argv=0x821264240) at ../src/backend/main/main.c:196
[23:09:09.426] #0  0x000000082ab6041a in thr_kill () from /lib/libc.so.7
core
[23:08:36.050] #0  0x0000000829ffd41a in thr_kill () from /lib/libc.so.7
[23:08:36.050] #1  0x0000000829f76e64 in raise () from /lib/libc.so.7
[23:08:36.050] #2  0x000000082a0276f9 in abort () from /lib/libc.so.7
[23:08:36.050] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:08:36.050] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:08:36.050] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:08:36.050] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:08:36.050] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8211abf58) at ../src/backe...
[23:08:36.050] #8  0x00000000007d23ac in main (argc=8, argv=0x8211abf58) at ../src/backend/main/main.c:196
[23:08:36.309] #0  0x000000082e41741a in thr_kill () from /lib/libc.so.7
core
[23:08:36.318] #0  0x000000082e41741a in thr_kill () from /lib/libc.so.7
[23:08:36.318] #1  0x000000082e390e64 in raise () from /lib/libc.so.7
[23:08:36.318] #2  0x000000082e4416f9 in abort () from /lib/libc.so.7
[23:08:36.318] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:08:36.318] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:08:36.318] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:08:36.318] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:08:36.318] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8216fa070) at ../src/backe...
[23:08:36.318] #8  0x00000000007d23ac in main (argc=4, argv=0x8216fa070) at ../src/backend/main/main.c:196
[23:08:36.568] #0  0x000000082cead41a in thr_kill () from /lib/libc.so.7
core
[23:08:36.578] #0  0x000000082cead41a in thr_kill () from /lib/libc.so.7
[23:08:36.578] #1  0x000000082ce26e64 in raise () from /lib/libc.so.7
[23:08:36.578] #2  0x000000082ced76f9 in abort () from /lib/libc.so.7
[23:08:36.578] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:08:36.578] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:08:36.578] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:08:36.578] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:08:36.578] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821470248) at ../src/backe...
[23:08:36.578] #8  0x00000000007d23ac in main (argc=4, argv=0x821470248) at ../src/backend/main/main.c:196
[23:08:36.838] #0  0x000000082acc141a in thr_kill () from /lib/libc.so.7
core
[23:08:36.847] #0  0x000000082acc141a in thr_kill () from /lib/libc.so.7
[23:08:36.847] #1  0x000000082ac3ae64 in raise () from /lib/libc.so.7
[23:08:36.847] #2  0x000000082aceb6f9 in abort () from /lib/libc.so.7
[23:08:36.847] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:08:36.847] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:08:36.847] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:08:36.847] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:08:36.847] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820ee4d10) at ../src/backe...
[23:08:36.847] #8  0x00000000007d23ac in main (argc=4, argv=0x820ee4d10) at ../src/backend/main/main.c:196
[23:08:37.097] #0  0x000000082c0fa41a in thr_kill () from /lib/libc.so.7
core
[23:09:08.931] #0  0x000000082a95041a in thr_kill () from /lib/libc.so.7
[23:09:08.931] #1  0x000000082a8c9e64 in raise () from /lib/libc.so.7
[23:09:08.931] #2  0x000000082a97a6f9 in abort () from /lib/libc.so.7
[23:09:08.931] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:09:08.931] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:09:08.931] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:09:08.931] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:09:08.931] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820fdacd0) at ../src/backe...
[23:09:08.931] #8  0x00000000007d23ac in main (argc=4, argv=0x820fdacd0) at ../src/backend/main/main.c:196
[23:09:09.175] #0  0x000000082b52a41a in thr_kill () from /lib/libc.so.7
core
[23:09:08.677] #0  0x0000000829e5f41a in thr_kill () from /lib/libc.so.7
[23:09:08.677] #1  0x0000000829dd8e64 in raise () from /lib/libc.so.7
[23:09:08.677] #2  0x0000000829e896f9 in abort () from /lib/libc.so.7
[23:09:08.677] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:09:08.677] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:09:08.677] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:09:08.677] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:09:08.678] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8219400b8) at ../src/backe...
[23:09:08.678] #8  0x00000000007d23ac in main (argc=4, argv=0x8219400b8) at ../src/backend/main/main.c:196
[23:09:08.922] #0  0x000000082a95041a in thr_kill () from /lib/libc.so.7
core
[23:09:08.422] #0  0x000000082cd0741a in thr_kill () from /lib/libc.so.7
[23:09:08.422] #1  0x000000082cc80e64 in raise () from /lib/libc.so.7
[23:09:08.422] #2  0x000000082cd316f9 in abort () from /lib/libc.so.7
[23:09:08.422] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:09:08.422] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:09:08.422] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:09:08.422] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:09:08.422] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82102e980) at ../src/backe...
[23:09:08.422] #8  0x00000000007d23ac in main (argc=4, argv=0x82102e980) at ../src/backend/main/main.c:196
[23:09:08.667] #0  0x0000000829e5f41a in thr_kill () from /lib/libc.so.7
core
[23:09:08.158] #0  0x000000082b77641a in thr_kill () from /lib/libc.so.7
[23:09:08.158] #1  0x000000082b6efe64 in raise () from /lib/libc.so.7
[23:09:08.158] #2  0x000000082b7a06f9 in abort () from /lib/libc.so.7
[23:09:08.158] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:09:08.158] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:09:08.158] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:09:08.158] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:09:08.158] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820c631b0) at ../src/backe...
[23:09:08.158] #8  0x00000000007d23ac in main (argc=4, argv=0x820c631b0) at ../src/backend/main/main.c:196
[23:09:08.413] #0  0x000000082cd0741a in thr_kill () from /lib/libc.so.7
core
[23:09:07.903] #0  0x00000008299ba41a in thr_kill () from /lib/libc.so.7
[23:09:07.903] #1  0x0000000829933e64 in raise () from /lib/libc.so.7
[23:09:07.903] #2  0x00000008299e46f9 in abort () from /lib/libc.so.7
[23:09:07.903] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:09:07.903] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:09:07.903] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:09:07.903] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:09:07.903] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820f9a4e8) at ../src/backe...
[23:09:07.903] #8  0x00000000007d23ac in main (argc=4, argv=0x820f9a4e8) at ../src/backend/main/main.c:196
[23:09:08.149] #0  0x000000082b77641a in thr_kill () from /lib/libc.so.7
core
[23:09:07.644] #0  0x000000082b71441a in thr_kill () from /lib/libc.so.7
[23:09:07.644] #1  0x000000082b68de64 in raise () from /lib/libc.so.7
[23:09:07.644] #2  0x000000082b73e6f9 in abort () from /lib/libc.so.7
[23:09:07.644] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:09:07.644] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:09:07.644] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:09:07.644] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:09:07.645] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821418c30) at ../src/backe...
[23:09:07.645] #8  0x00000000007d23ac in main (argc=4, argv=0x821418c30) at ../src/backend/main/main.c:196
[23:09:07.893] #0  0x00000008299ba41a in thr_kill () from /lib/libc.so.7
core
[23:08:37.106] #0  0x000000082c0fa41a in thr_kill () from /lib/libc.so.7
[23:08:37.106] #1  0x000000082c073e64 in raise () from /lib/libc.so.7
[23:08:37.106] #2  0x000000082c1246f9 in abort () from /lib/libc.so.7
[23:08:37.106] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:08:37.106] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:08:37.106] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:08:37.106] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:08:37.106] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821828c30) at ../src/backe...
[23:08:37.106] #8  0x00000000007d23ac in main (argc=4, argv=0x821828c30) at ../src/backend/main/main.c:196
[23:08:37.360] #0  0x000000082c0f741a in thr_kill () from /lib/libc.so.7
core
[23:08:37.369] #0  0x000000082c0f741a in thr_kill () from /lib/libc.so.7
[23:08:37.369] #1  0x000000082c070e64 in raise () from /lib/libc.so.7
[23:08:37.369] #2  0x000000082c1216f9 in abort () from /lib/libc.so.7
[23:08:37.369] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:08:37.369] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:08:37.369] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:08:37.369] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:08:37.369] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821086708) at ../src/backe...
[23:08:37.369] #8  0x00000000007d23ac in main (argc=4, argv=0x821086708) at ../src/backend/main/main.c:196
[23:08:37.620] #0  0x000000082d9b541a in thr_kill () from /lib/libc.so.7
core
[23:08:37.630] #0  0x000000082d9b541a in thr_kill () from /lib/libc.so.7
[23:08:37.630] #1  0x000000082d92ee64 in raise () from /lib/libc.so.7
[23:08:37.630] #2  0x000000082d9df6f9 in abort () from /lib/libc.so.7
[23:08:37.630] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:08:37.630] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:08:37.630] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:08:37.630] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:08:37.630] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8212b1af0) at ../src/backe...
[23:08:37.630] #8  0x00000000007d23ac in main (argc=4, argv=0x8212b1af0) at ../src/backend/main/main.c:196
[23:08:37.883] #0  0x000000082c5c541a in thr_kill () from /lib/libc.so.7
core
[23:09:07.388] #0  0x000000082a50141a in thr_kill () from /lib/libc.so.7
[23:09:07.388] #1  0x000000082a47ae64 in raise () from /lib/libc.so.7
[23:09:07.388] #2  0x000000082a52b6f9 in abort () from /lib/libc.so.7
[23:09:07.388] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:09:07.388] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:09:07.388] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:09:07.388] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:09:07.389] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820c4c7b8) at ../src/backe...
[23:09:07.389] #8  0x00000000007d23ac in main (argc=4, argv=0x820c4c7b8) at ../src/backend/main/main.c:196
[23:09:07.635] #0  0x000000082b71441a in thr_kill () from /lib/libc.so.7
core
[23:09:07.119] #0  0x000000082da2841a in thr_kill () from /lib/libc.so.7
[23:09:07.119] #1  0x000000082d9a1e64 in raise () from /lib/libc.so.7
[23:09:07.119] #2  0x000000082da526f9 in abort () from /lib/libc.so.7
[23:09:07.119] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:09:07.119] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:09:07.119] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:09:07.119] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:09:07.119] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821811e60) at ../src/backe...
[23:09:07.119] #8  0x00000000007d23ac in main (argc=4, argv=0x821811e60) at ../src/backend/main/main.c:196
[23:09:07.379] #0  0x000000082a50141a in thr_kill () from /lib/libc.so.7
core
[23:09:06.864] #0  0x000000082b2da41a in thr_kill () from /lib/libc.so.7
[23:09:06.864] #1  0x000000082b253e64 in raise () from /lib/libc.so.7
[23:09:06.864] #2  0x000000082b3046f9 in abort () from /lib/libc.so.7
[23:09:06.864] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:09:06.864] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:09:06.864] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:09:06.864] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:09:06.864] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8211a62e0) at ../src/backe...
[23:09:06.864] #8  0x00000000007d23ac in main (argc=4, argv=0x8211a62e0) at ../src/backend/main/main.c:196
[23:09:07.110] #0  0x000000082da2841a in thr_kill () from /lib/libc.so.7
core
[23:09:06.606] #0  0x0000000829e2a41a in thr_kill () from /lib/libc.so.7
[23:09:06.606] #1  0x0000000829da3e64 in raise () from /lib/libc.so.7
[23:09:06.606] #2  0x0000000829e546f9 in abort () from /lib/libc.so.7
[23:09:06.606] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:09:06.606] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:09:06.606] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:09:06.606] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:09:06.606] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82102efb0) at ../src/backe...
[23:09:06.606] #8  0x00000000007d23ac in main (argc=4, argv=0x82102efb0) at ../src/backend/main/main.c:196
[23:09:06.855] #0  0x000000082b2da41a in thr_kill () from /lib/libc.so.7
core
[23:09:06.340] #0  0x000000082bdb641a in thr_kill () from /lib/libc.so.7
[23:09:06.340] #1  0x000000082bd2fe64 in raise () from /lib/libc.so.7
[23:09:06.340] #2  0x000000082bde06f9 in abort () from /lib/libc.so.7
[23:09:06.340] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:09:06.340] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:09:06.340] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:09:06.340] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:09:06.341] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8218df250) at ../src/backe...
[23:09:06.341] #8  0x00000000007d23ac in main (argc=4, argv=0x8218df250) at ../src/backend/main/main.c:196
[23:09:06.597] #0  0x0000000829e2a41a in thr_kill () from /lib/libc.so.7
core
[23:09:06.075] #0  0x000000082c18b41a in thr_kill () from /lib/libc.so.7
[23:09:06.075] #1  0x000000082c104e64 in raise () from /lib/libc.so.7
[23:09:06.075] #2  0x000000082c1b56f9 in abort () from /lib/libc.so.7
[23:09:06.075] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:09:06.075] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:09:06.075] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:09:06.075] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:09:06.075] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820bf33f8) at ../src/backe...
[23:09:06.075] #8  0x00000000007d23ac in main (argc=4, argv=0x820bf33f8) at ../src/backend/main/main.c:196
[23:09:06.331] #0  0x000000082bdb641a in thr_kill () from /lib/libc.so.7
core
[23:08:37.892] #0  0x000000082c5c541a in thr_kill () from /lib/libc.so.7
[23:08:37.892] #1  0x000000082c53ee64 in raise () from /lib/libc.so.7
[23:08:37.892] #2  0x000000082c5ef6f9 in abort () from /lib/libc.so.7
[23:08:37.892] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:08:37.892] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:08:37.892] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:08:37.892] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:08:37.893] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821154e58) at ../src/backe...
[23:08:37.893] #8  0x00000000007d23ac in main (argc=4, argv=0x821154e58) at ../src/backend/main/main.c:196
[23:08:38.149] #0  0x000000082ac0241a in thr_kill () from /lib/libc.so.7
core
[23:08:38.159] #0  0x000000082ac0241a in thr_kill () from /lib/libc.so.7
[23:08:38.159] #1  0x000000082ab7be64 in raise () from /lib/libc.so.7
[23:08:38.159] #2  0x000000082ac2c6f9 in abort () from /lib/libc.so.7
[23:08:38.159] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:08:38.159] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:08:38.159] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:08:38.159] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:08:38.159] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820bfa5e8) at ../src/backe...
[23:08:38.159] #8  0x00000000007d23ac in main (argc=4, argv=0x820bfa5e8) at ../src/backend/main/main.c:196
[23:08:38.415] #0  0x000000082bdf041a in thr_kill () from /lib/libc.so.7
core
[23:08:38.425] #0  0x000000082bdf041a in thr_kill () from /lib/libc.so.7
[23:08:38.425] #1  0x000000082bd69e64 in raise () from /lib/libc.so.7
[23:08:38.425] #2  0x000000082be1a6f9 in abort () from /lib/libc.so.7
[23:08:38.425] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:08:38.425] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:08:38.425] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:08:38.425] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:08:38.425] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820e5b480) at ../src/backe...
[23:08:38.425] #8  0x00000000007d23ac in main (argc=4, argv=0x820e5b480) at ../src/backend/main/main.c:196
[23:08:38.683] #0  0x000000082c2dd41a in thr_kill () from /lib/libc.so.7
core
[23:09:05.807] #0  0x0000000829d5041a in thr_kill () from /lib/libc.so.7
[23:09:05.807] #1  0x0000000829cc9e64 in raise () from /lib/libc.so.7
[23:09:05.807] #2  0x0000000829d7a6f9 in abort () from /lib/libc.so.7
[23:09:05.807] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:09:05.807] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:09:05.807] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:09:05.807] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:09:05.807] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820f2ecb0) at ../src/backe...
[23:09:05.807] #8  0x00000000007d23ac in main (argc=4, argv=0x820f2ecb0) at ../src/backend/main/main.c:196
[23:09:06.065] #0  0x000000082c18b41a in thr_kill () from /lib/libc.so.7
core
[23:09:05.544] #0  0x000000082a7db41a in thr_kill () from /lib/libc.so.7
[23:09:05.544] #1  0x000000082a754e64 in raise () from /lib/libc.so.7
[23:09:05.544] #2  0x000000082a8056f9 in abort () from /lib/libc.so.7
[23:09:05.544] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:09:05.544] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:09:05.544] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:09:05.544] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:09:05.544] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82153cd28) at ../src/backe...
[23:09:05.544] #8  0x00000000007d23ac in main (argc=4, argv=0x82153cd28) at ../src/backend/main/main.c:196
[23:09:05.797] #0  0x0000000829d5041a in thr_kill () from /lib/libc.so.7
core
[23:09:05.280] #0  0x000000082c5ef41a in thr_kill () from /lib/libc.so.7
[23:09:05.280] #1  0x000000082c568e64 in raise () from /lib/libc.so.7
[23:09:05.280] #2  0x000000082c6196f9 in abort () from /lib/libc.so.7
[23:09:05.280] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:09:05.280] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:09:05.280] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:09:05.280] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:09:05.280] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821693060) at ../src/backe...
[23:09:05.280] #8  0x00000000007d23ac in main (argc=4, argv=0x821693060) at ../src/backend/main/main.c:196
[23:09:05.534] #0  0x000000082a7db41a in thr_kill () from /lib/libc.so.7
core
[23:09:05.015] #0  0x000000082b20441a in thr_kill () from /lib/libc.so.7
[23:09:05.015] #1  0x000000082b17de64 in raise () from /lib/libc.so.7
[23:09:05.015] #2  0x000000082b22e6f9 in abort () from /lib/libc.so.7
[23:09:05.015] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:09:05.015] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:09:05.015] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:09:05.015] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:09:05.015] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820f8f7c8) at ../src/backe...
[23:09:05.015] #8  0x00000000007d23ac in main (argc=4, argv=0x820f8f7c8) at ../src/backend/main/main.c:196
[23:09:05.270] #0  0x000000082c5ef41a in thr_kill () from /lib/libc.so.7
core
[23:09:04.742] #0  0x000000082b85041a in thr_kill () from /lib/libc.so.7
[23:09:04.742] #1  0x000000082b7c9e64 in raise () from /lib/libc.so.7
[23:09:04.742] #2  0x000000082b87a6f9 in abort () from /lib/libc.so.7
[23:09:04.742] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:09:04.742] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:09:04.742] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:09:04.742] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:09:04.742] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820cff6c0) at ../src/backe...
[23:09:04.742] #8  0x00000000007d23ac in main (argc=4, argv=0x820cff6c0) at ../src/backend/main/main.c:196
[23:09:05.006] #0  0x000000082b20441a in thr_kill () from /lib/libc.so.7
core
[23:09:04.474] #0  0x000000082a0d141a in thr_kill () from /lib/libc.so.7
[23:09:04.474] #1  0x000000082a04ae64 in raise () from /lib/libc.so.7
[23:09:04.474] #2  0x000000082a0fb6f9 in abort () from /lib/libc.so.7
[23:09:04.474] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:09:04.474] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:09:04.474] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:09:04.474] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:09:04.474] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8210bca70) at ../src/backe...
[23:09:04.474] #8  0x00000000007d23ac in main (argc=8, argv=0x8210bca70) at ../src/backend/main/main.c:196
[23:09:04.733] #0  0x000000082b85041a in thr_kill () from /lib/libc.so.7
core
[23:08:38.692] #0  0x000000082c2dd41a in thr_kill () from /lib/libc.so.7
[23:08:38.692] #1  0x000000082c256e64 in raise () from /lib/libc.so.7
[23:08:38.692] #2  0x000000082c3076f9 in abort () from /lib/libc.so.7
[23:08:38.692] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:08:38.692] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:08:38.692] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:08:38.692] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:08:38.692] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8214af058) at ../src/backe...
[23:08:38.692] #8  0x00000000007d23ac in main (argc=4, argv=0x8214af058) at ../src/backend/main/main.c:196
[23:08:38.951] #0  0x000000082aa9541a in thr_kill () from /lib/libc.so.7
core
[23:08:38.960] #0  0x000000082aa9541a in thr_kill () from /lib/libc.so.7
[23:08:38.960] #1  0x000000082aa0ee64 in raise () from /lib/libc.so.7
[23:08:38.960] #2  0x000000082aabf6f9 in abort () from /lib/libc.so.7
[23:08:38.960] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:08:38.960] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:08:38.960] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:08:38.960] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:08:38.960] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820c247c0) at ../src/backe...
[23:08:38.960] #8  0x00000000007d23ac in main (argc=4, argv=0x820c247c0) at ../src/backend/main/main.c:196
[23:08:39.216] #0  0x000000082ca4141a in thr_kill () from /lib/libc.so.7
core
[23:08:39.227] #0  0x000000082ca4141a in thr_kill () from /lib/libc.so.7
[23:08:39.227] #1  0x000000082c9bae64 in raise () from /lib/libc.so.7
[23:08:39.227] #2  0x000000082ca6b6f9 in abort () from /lib/libc.so.7
[23:08:39.227] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:08:39.227] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:08:39.227] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:08:39.227] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:08:39.227] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8215ce668) at ../src/backe...
[23:08:39.227] #8  0x00000000007d23ac in main (argc=4, argv=0x8215ce668) at ../src/backend/main/main.c:196
[23:08:39.491] #0  0x000000082a8e841a in thr_kill () from /lib/libc.so.7
core
[23:09:04.213] #0  0x000000082c8d341a in thr_kill () from /lib/libc.so.7
[23:09:04.213] #1  0x000000082c84ce64 in raise () from /lib/libc.so.7
[23:09:04.213] #2  0x000000082c8fd6f9 in abort () from /lib/libc.so.7
[23:09:04.213] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:09:04.213] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:09:04.213] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:09:04.213] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:09:04.214] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820f11018) at ../src/backe...
[23:09:04.214] #8  0x00000000007d23ac in main (argc=8, argv=0x820f11018) at ../src/backend/main/main.c:196
[23:09:04.465] #0  0x000000082a0d141a in thr_kill () from /lib/libc.so.7
core
[23:09:03.945] #0  0x000000082be0a41a in thr_kill () from /lib/libc.so.7
[23:09:03.945] #1  0x000000082bd83e64 in raise () from /lib/libc.so.7
[23:09:03.945] #2  0x000000082be346f9 in abort () from /lib/libc.so.7
[23:09:03.945] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:09:03.945] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:09:03.945] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:09:03.945] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:09:03.945] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x82128f0a8) at ../src/backe...
[23:09:03.945] #8  0x00000000007d23ac in main (argc=8, argv=0x82128f0a8) at ../src/backend/main/main.c:196
[23:09:04.204] #0  0x000000082c8d341a in thr_kill () from /lib/libc.so.7
core
[23:09:03.681] #0  0x000000082d1c941a in thr_kill () from /lib/libc.so.7
[23:09:03.681] #1  0x000000082d142e64 in raise () from /lib/libc.so.7
[23:09:03.681] #2  0x000000082d1f36f9 in abort () from /lib/libc.so.7
[23:09:03.681] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:09:03.681] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:09:03.681] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:09:03.681] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:09:03.681] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820ddff70) at ../src/backe...
[23:09:03.681] #8  0x00000000007d23ac in main (argc=8, argv=0x820ddff70) at ../src/backend/main/main.c:196
[23:09:03.935] #0  0x000000082be0a41a in thr_kill () from /lib/libc.so.7
core
[23:09:03.414] #0  0x000000082a93a41a in thr_kill () from /lib/libc.so.7
[23:09:03.414] #1  0x000000082a8b3e64 in raise () from /lib/libc.so.7
[23:09:03.414] #2  0x000000082a9646f9 in abort () from /lib/libc.so.7
[23:09:03.414] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:09:03.414] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:09:03.414] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:09:03.414] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:09:03.414] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x82118d310) at ../src/backe...
[23:09:03.414] #8  0x00000000007d23ac in main (argc=8, argv=0x82118d310) at ../src/backend/main/main.c:196
[23:09:03.671] #0  0x000000082d1c941a in thr_kill () from /lib/libc.so.7
core
[23:09:03.147] #0  0x000000082c6d441a in thr_kill () from /lib/libc.so.7
[23:09:03.147] #1  0x000000082c64de64 in raise () from /lib/libc.so.7
[23:09:03.147] #2  0x000000082c6fe6f9 in abort () from /lib/libc.so.7
[23:09:03.147] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:09:03.147] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:09:03.147] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:09:03.147] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:09:03.147] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x82136ae78) at ../src/backe...
[23:09:03.147] #8  0x00000000007d23ac in main (argc=8, argv=0x82136ae78) at ../src/backend/main/main.c:196
[23:09:03.404] #0  0x000000082a93a41a in thr_kill () from /lib/libc.so.7
core
[23:09:02.884] #0  0x000000082f98041a in thr_kill () from /lib/libc.so.7
[23:09:02.884] #1  0x000000082f8f9e64 in raise () from /lib/libc.so.7
[23:09:02.884] #2  0x000000082f9aa6f9 in abort () from /lib/libc.so.7
[23:09:02.884] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:09:02.884] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:09:02.884] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:09:02.884] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:09:02.884] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8219f3930) at ../src/backe...
[23:09:02.884] #8  0x00000000007d23ac in main (argc=8, argv=0x8219f3930) at ../src/backend/main/main.c:196
[23:09:03.138] #0  0x000000082c6d441a in thr_kill () from /lib/libc.so.7
core
[23:08:39.501] #0  0x000000082a8e841a in thr_kill () from /lib/libc.so.7
[23:08:39.501] #1  0x000000082a861e64 in raise () from /lib/libc.so.7
[23:08:39.501] #2  0x000000082a9126f9 in abort () from /lib/libc.so.7
[23:08:39.501] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:08:39.501] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:08:39.501] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:08:39.501] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:08:39.501] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820bef658) at ../src/backe...
[23:08:39.501] #8  0x00000000007d23ac in main (argc=4, argv=0x820bef658) at ../src/backend/main/main.c:196
[23:08:39.756] #0  0x000000082b94f41a in thr_kill () from /lib/libc.so.7
core
[23:08:39.765] #0  0x000000082b94f41a in thr_kill () from /lib/libc.so.7
[23:08:39.765] #1  0x000000082b8c8e64 in raise () from /lib/libc.so.7
[23:08:39.765] #2  0x000000082b9796f9 in abort () from /lib/libc.so.7
[23:08:39.765] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:08:39.765] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:08:39.765] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:08:39.765] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:08:39.765] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8212178d8) at ../src/backe...
[23:08:39.765] #8  0x00000000007d23ac in main (argc=4, argv=0x8212178d8) at ../src/backend/main/main.c:196
[23:08:40.025] #0  0x000000082d52a41a in thr_kill () from /lib/libc.so.7
core
[23:08:40.034] #0  0x000000082d52a41a in thr_kill () from /lib/libc.so.7
[23:08:40.034] #1  0x000000082d4a3e64 in raise () from /lib/libc.so.7
[23:08:40.034] #2  0x000000082d5546f9 in abort () from /lib/libc.so.7
[23:08:40.034] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:08:40.034] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:08:40.034] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:08:40.034] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:08:40.035] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82153b9e8) at ../src/backe...
[23:08:40.035] #8  0x00000000007d23ac in main (argc=4, argv=0x82153b9e8) at ../src/backend/main/main.c:196
[23:08:40.289] #0  0x000000082a35a41a in thr_kill () from /lib/libc.so.7
core
[23:08:40.300] #0  0x000000082a35a41a in thr_kill () from /lib/libc.so.7
[23:08:40.300] #1  0x000000082a2d3e64 in raise () from /lib/libc.so.7
[23:08:40.300] #2  0x000000082a3846f9 in abort () from /lib/libc.so.7
[23:08:40.300] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:08:40.300] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:08:40.300] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:08:40.300] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:08:40.300] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820f71ec0) at ../src/backe...
[23:08:40.300] #8  0x00000000007d23ac in main (argc=4, argv=0x820f71ec0) at ../src/backend/main/main.c:196
[23:08:40.554] #0  0x000000082c92641a in thr_kill () from /lib/libc.so.7
core
[23:09:02.619] #0  0x000000082c56841a in thr_kill () from /lib/libc.so.7
[23:09:02.619] #1  0x000000082c4e1e64 in raise () from /lib/libc.so.7
[23:09:02.619] #2  0x000000082c5926f9 in abort () from /lib/libc.so.7
[23:09:02.619] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:09:02.619] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:09:02.619] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:09:02.619] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:09:02.619] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821b99a10) at ../src/backe...
[23:09:02.619] #8  0x00000000007d23ac in main (argc=8, argv=0x821b99a10) at ../src/backend/main/main.c:196
[23:09:02.874] #0  0x000000082f98041a in thr_kill () from /lib/libc.so.7
core
[23:09:02.353] #0  0x000000082b5de41a in thr_kill () from /lib/libc.so.7
[23:09:02.353] #1  0x000000082b557e64 in raise () from /lib/libc.so.7
[23:09:02.353] #2  0x000000082b6086f9 in abort () from /lib/libc.so.7
[23:09:02.353] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:09:02.353] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:09:02.353] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:09:02.353] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:09:02.353] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8214d6280) at ../src/backe...
[23:09:02.353] #8  0x00000000007d23ac in main (argc=8, argv=0x8214d6280) at ../src/backend/main/main.c:196
[23:09:02.610] #0  0x000000082c56841a in thr_kill () from /lib/libc.so.7
core
[23:09:02.080] #0  0x000000082b2db41a in thr_kill () from /lib/libc.so.7
[23:09:02.080] #1  0x000000082b254e64 in raise () from /lib/libc.so.7
[23:09:02.080] #2  0x000000082b3056f9 in abort () from /lib/libc.so.7
[23:09:02.080] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:09:02.080] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:09:02.080] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:09:02.080] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:09:02.080] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821839ef0) at ../src/backe...
[23:09:02.080] #8  0x00000000007d23ac in main (argc=8, argv=0x821839ef0) at ../src/backend/main/main.c:196
[23:09:02.344] #0  0x000000082b5de41a in thr_kill () from /lib/libc.so.7
core
[23:09:01.813] #0  0x000000082c6a341a in thr_kill () from /lib/libc.so.7
[23:09:01.813] #1  0x000000082c61ce64 in raise () from /lib/libc.so.7
[23:09:01.813] #2  0x000000082c6cd6f9 in abort () from /lib/libc.so.7
[23:09:01.813] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:09:01.813] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:09:01.813] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:09:01.813] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:09:01.814] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821b2edb8) at ../src/backe...
[23:09:01.814] #8  0x00000000007d23ac in main (argc=8, argv=0x821b2edb8) at ../src/backend/main/main.c:196
[23:09:02.070] #0  0x000000082b2db41a in thr_kill () from /lib/libc.so.7
core
[23:09:01.542] #0  0x000000082d2d641a in thr_kill () from /lib/libc.so.7
[23:09:01.542] #1  0x000000082d24fe64 in raise () from /lib/libc.so.7
[23:09:01.542] #2  0x000000082d3006f9 in abort () from /lib/libc.so.7
[23:09:01.542] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:09:01.542] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:09:01.542] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:09:01.542] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:09:01.543] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8219950f8) at ../src/backe...
[23:09:01.543] #8  0x00000000007d23ac in main (argc=8, argv=0x8219950f8) at ../src/backend/main/main.c:196
[23:09:01.804] #0  0x000000082c6a341a in thr_kill () from /lib/libc.so.7
core
[23:09:01.270] #0  0x000000082af2e41a in thr_kill () from /lib/libc.so.7
[23:09:01.270] #1  0x000000082aea7e64 in raise () from /lib/libc.so.7
[23:09:01.270] #2  0x000000082af586f9 in abort () from /lib/libc.so.7
[23:09:01.270] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:09:01.270] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:09:01.270] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:09:01.270] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:09:01.270] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8218f9dc8) at ../src/backe...
[23:09:01.270] #8  0x00000000007d23ac in main (argc=8, argv=0x8218f9dc8) at ../src/backend/main/main.c:196
[23:09:01.533] #0  0x000000082d2d641a in thr_kill () from /lib/libc.so.7
core
[23:08:40.564] #0  0x000000082c92641a in thr_kill () from /lib/libc.so.7
[23:08:40.564] #1  0x000000082c89fe64 in raise () from /lib/libc.so.7
[23:08:40.564] #2  0x000000082c9506f9 in abort () from /lib/libc.so.7
[23:08:40.564] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:08:40.564] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:08:40.564] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:08:40.564] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:08:40.564] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821973130) at ../src/backe...
[23:08:40.564] #8  0x00000000007d23ac in main (argc=4, argv=0x821973130) at ../src/backend/main/main.c:196
[23:08:40.818] #0  0x000000082f81041a in thr_kill () from /lib/libc.so.7
core
[23:08:40.828] #0  0x000000082f81041a in thr_kill () from /lib/libc.so.7
[23:08:40.828] #1  0x000000082f789e64 in raise () from /lib/libc.so.7
[23:08:40.828] #2  0x000000082f83a6f9 in abort () from /lib/libc.so.7
[23:08:40.828] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:08:40.828] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:08:40.828] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:08:40.828] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:08:40.828] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8219ef438) at ../src/backe...
[23:08:40.828] #8  0x00000000007d23ac in main (argc=4, argv=0x8219ef438) at ../src/backend/main/main.c:196
[23:08:41.087] #0  0x000000082d4b541a in thr_kill () from /lib/libc.so.7
core
[23:08:41.096] #0  0x000000082d4b541a in thr_kill () from /lib/libc.so.7
[23:08:41.096] #1  0x000000082d42ee64 in raise () from /lib/libc.so.7
[23:08:41.096] #2  0x000000082d4df6f9 in abort () from /lib/libc.so.7
[23:08:41.096] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:08:41.096] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:08:41.096] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:08:41.096] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:08:41.096] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821b26550) at ../src/backe...
[23:08:41.096] #8  0x00000000007d23ac in main (argc=8, argv=0x821b26550) at ../src/backend/main/main.c:196
[23:08:41.345] #0  0x000000082abd841a in thr_kill () from /lib/libc.so.7
core
[23:08:41.354] #0  0x000000082abd841a in thr_kill () from /lib/libc.so.7
[23:08:41.354] #1  0x000000082ab51e64 in raise () from /lib/libc.so.7
[23:08:41.354] #2  0x000000082ac026f9 in abort () from /lib/libc.so.7
[23:08:41.354] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:08:41.354] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:08:41.354] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:08:41.354] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:08:41.355] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821298d88) at ../src/backe...
[23:08:41.355] #8  0x00000000007d23ac in main (argc=8, argv=0x821298d88) at ../src/backend/main/main.c:196
[23:08:41.605] #0  0x000000082c03e41a in thr_kill () from /lib/libc.so.7
core
[23:09:00.994] #0  0x000000082be8241a in thr_kill () from /lib/libc.so.7
[23:09:00.994] #1  0x000000082bdfbe64 in raise () from /lib/libc.so.7
[23:09:00.994] #2  0x000000082beac6f9 in abort () from /lib/libc.so.7
[23:09:00.994] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:09:00.994] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:09:00.994] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:09:00.994] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:09:00.994] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821712790) at ../src/backe...
[23:09:00.994] #8  0x00000000007d23ac in main (argc=8, argv=0x821712790) at ../src/backend/main/main.c:196
[23:09:01.260] #0  0x000000082af2e41a in thr_kill () from /lib/libc.so.7
core
[23:09:00.729] #0  0x000000082cf8541a in thr_kill () from /lib/libc.so.7
[23:09:00.729] #1  0x000000082cefee64 in raise () from /lib/libc.so.7
[23:09:00.729] #2  0x000000082cfaf6f9 in abort () from /lib/libc.so.7
[23:09:00.729] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:09:00.729] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:09:00.729] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:09:00.729] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:09:00.729] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820fed248) at ../src/backe...
[23:09:00.729] #8  0x00000000007d23ac in main (argc=8, argv=0x820fed248) at ../src/backend/main/main.c:196
[23:09:00.985] #0  0x000000082be8241a in thr_kill () from /lib/libc.so.7
core
[23:09:00.468] #0  0x000000082af0641a in thr_kill () from /lib/libc.so.7
[23:09:00.468] #1  0x000000082ae7fe64 in raise () from /lib/libc.so.7
[23:09:00.468] #2  0x000000082af306f9 in abort () from /lib/libc.so.7
[23:09:00.468] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:09:00.468] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:09:00.468] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:09:00.468] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:09:00.468] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821333580) at ../src/backe...
[23:09:00.468] #8  0x00000000007d23ac in main (argc=8, argv=0x821333580) at ../src/backend/main/main.c:196
[23:09:00.719] #0  0x000000082cf8541a in thr_kill () from /lib/libc.so.7
core
[23:09:00.210] #0  0x000000082b48741a in thr_kill () from /lib/libc.so.7
[23:09:00.210] #1  0x000000082b400e64 in raise () from /lib/libc.so.7
[23:09:00.210] #2  0x000000082b4b16f9 in abort () from /lib/libc.so.7
[23:09:00.210] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:09:00.210] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:09:00.210] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:09:00.210] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:09:00.211] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8211dd7e8) at ../src/backe...
[23:09:00.211] #8  0x00000000007d23ac in main (argc=8, argv=0x8211dd7e8) at ../src/backend/main/main.c:196
[23:09:00.459] #0  0x000000082af0641a in thr_kill () from /lib/libc.so.7
core
[23:08:59.956] #0  0x000000082c10441a in thr_kill () from /lib/libc.so.7
[23:08:59.956] #1  0x000000082c07de64 in raise () from /lib/libc.so.7
[23:08:59.956] #2  0x000000082c12e6f9 in abort () from /lib/libc.so.7
[23:08:59.956] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:08:59.956] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:08:59.956] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:08:59.956] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:08:59.956] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x82192b4a0) at ../src/backe...
[23:08:59.956] #8  0x00000000007d23ac in main (argc=8, argv=0x82192b4a0) at ../src/backend/main/main.c:196
[23:09:00.201] #0  0x000000082b48741a in thr_kill () from /lib/libc.so.7
core
[23:08:59.697] #0  0x000000082c23b41a in thr_kill () from /lib/libc.so.7
[23:08:59.697] #1  0x000000082c1b4e64 in raise () from /lib/libc.so.7
[23:08:59.697] #2  0x000000082c2656f9 in abort () from /lib/libc.so.7
[23:08:59.697] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:08:59.697] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:08:59.697] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:08:59.697] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:08:59.697] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820e5fb28) at ../src/backe...
[23:08:59.697] #8  0x00000000007d23ac in main (argc=8, argv=0x820e5fb28) at ../src/backend/main/main.c:196
[23:08:59.947] #0  0x000000082c10441a in thr_kill () from /lib/libc.so.7
core
[23:08:41.614] #0  0x000000082c03e41a in thr_kill () from /lib/libc.so.7
[23:08:41.614] #1  0x000000082bfb7e64 in raise () from /lib/libc.so.7
[23:08:41.614] #2  0x000000082c0686f9 in abort () from /lib/libc.so.7
[23:08:41.614] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:08:41.614] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:08:41.614] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:08:41.614] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:08:41.614] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821993328) at ../src/backe...
[23:08:41.614] #8  0x00000000007d23ac in main (argc=8, argv=0x821993328) at ../src/backend/main/main.c:196
[23:08:41.870] #0  0x000000082ca5641a in thr_kill () from /lib/libc.so.7
core
[23:08:41.879] #0  0x000000082ca5641a in thr_kill () from /lib/libc.so.7
[23:08:41.879] #1  0x000000082c9cfe64 in raise () from /lib/libc.so.7
[23:08:41.879] #2  0x000000082ca806f9 in abort () from /lib/libc.so.7
[23:08:41.879] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:08:41.879] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:08:41.879] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:08:41.879] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:08:41.879] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821720958) at ../src/backe...
[23:08:41.879] #8  0x00000000007d23ac in main (argc=8, argv=0x821720958) at ../src/backend/main/main.c:196
[23:08:42.132] #0  0x000000082bbb241a in thr_kill () from /lib/libc.so.7
core
[23:08:42.141] #0  0x000000082bbb241a in thr_kill () from /lib/libc.so.7
[23:08:42.141] #1  0x000000082bb2be64 in raise () from /lib/libc.so.7
[23:08:42.141] #2  0x000000082bbdc6f9 in abort () from /lib/libc.so.7
[23:08:42.141] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:08:42.141] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:08:42.141] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:08:42.141] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:08:42.141] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8215358d8) at ../src/backe...
[23:08:42.141] #8  0x00000000007d23ac in main (argc=4, argv=0x8215358d8) at ../src/backend/main/main.c:196
[23:08:42.403] #0  0x000000082a75141a in thr_kill () from /lib/libc.so.7
core
[23:08:59.439] #0  0x000000082d90041a in thr_kill () from /lib/libc.so.7
[23:08:59.439] #1  0x000000082d879e64 in raise () from /lib/libc.so.7
[23:08:59.439] #2  0x000000082d92a6f9 in abort () from /lib/libc.so.7
[23:08:59.439] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:08:59.439] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:08:59.439] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:08:59.439] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:08:59.440] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8219acc80) at ../src/backe...
[23:08:59.440] #8  0x00000000007d23ac in main (argc=8, argv=0x8219acc80) at ../src/backend/main/main.c:196
[23:08:59.688] #0  0x000000082c23b41a in thr_kill () from /lib/libc.so.7
core
[23:08:59.183] #0  0x000000082b1e141a in thr_kill () from /lib/libc.so.7
[23:08:59.183] #1  0x000000082b15ae64 in raise () from /lib/libc.so.7
[23:08:59.183] #2  0x000000082b20b6f9 in abort () from /lib/libc.so.7
[23:08:59.183] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:08:59.183] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:08:59.183] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:08:59.183] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:08:59.183] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8215f5720) at ../src/backe...
[23:08:59.183] #8  0x00000000007d23ac in main (argc=8, argv=0x8215f5720) at ../src/backend/main/main.c:196
[23:08:59.430] #0  0x000000082d90041a in thr_kill () from /lib/libc.so.7
core
[23:08:58.923] #0  0x000000082b0da41a in thr_kill () from /lib/libc.so.7
[23:08:58.923] #1  0x000000082b053e64 in raise () from /lib/libc.so.7
[23:08:58.923] #2  0x000000082b1046f9 in abort () from /lib/libc.so.7
[23:08:58.923] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:08:58.923] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:08:58.923] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:08:58.923] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:08:58.923] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820d03280) at ../src/backe...
[23:08:58.923] #8  0x00000000007d23ac in main (argc=8, argv=0x820d03280) at ../src/backend/main/main.c:196
[23:08:59.174] #0  0x000000082b1e141a in thr_kill () from /lib/libc.so.7
core
[23:08:58.668] #0  0x000000082a5dd41a in thr_kill () from /lib/libc.so.7
[23:08:58.668] #1  0x000000082a556e64 in raise () from /lib/libc.so.7
[23:08:58.668] #2  0x000000082a6076f9 in abort () from /lib/libc.so.7
[23:08:58.668] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:08:58.668] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:08:58.668] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:08:58.668] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:08:58.668] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8213be490) at ../src/backe...
[23:08:58.668] #8  0x00000000007d23ac in main (argc=8, argv=0x8213be490) at ../src/backend/main/main.c:196
[23:08:58.914] #0  0x000000082b0da41a in thr_kill () from /lib/libc.so.7
core
[23:08:58.413] #0  0x000000082d04441a in thr_kill () from /lib/libc.so.7
[23:08:58.413] #1  0x000000082cfbde64 in raise () from /lib/libc.so.7
[23:08:58.413] #2  0x000000082d06e6f9 in abort () from /lib/libc.so.7
[23:08:58.413] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:08:58.413] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:08:58.413] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:08:58.413] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:08:58.413] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8217925f8) at ../src/backe...
[23:08:58.413] #8  0x00000000007d23ac in main (argc=8, argv=0x8217925f8) at ../src/backend/main/main.c:196
[23:08:58.659] #0  0x000000082a5dd41a in thr_kill () from /lib/libc.so.7
core
[23:08:58.151] #0  0x000000082da1f41a in thr_kill () from /lib/libc.so.7
[23:08:58.151] #1  0x000000082d998e64 in raise () from /lib/libc.so.7
[23:08:58.151] #2  0x000000082da496f9 in abort () from /lib/libc.so.7
[23:08:58.151] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:08:58.151] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:08:58.151] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:08:58.151] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:08:58.151] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8215da6e8) at ../src/backe...
[23:08:58.151] #8  0x00000000007d23ac in main (argc=8, argv=0x8215da6e8) at ../src/backend/main/main.c:196
[23:08:58.404] #0  0x000000082d04441a in thr_kill () from /lib/libc.so.7
core
[23:08:42.413] #0  0x000000082a75141a in thr_kill () from /lib/libc.so.7
[23:08:42.413] #1  0x000000082a6cae64 in raise () from /lib/libc.so.7
[23:08:42.413] #2  0x000000082a77b6f9 in abort () from /lib/libc.so.7
[23:08:42.413] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:08:42.413] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:08:42.413] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:08:42.413] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:08:42.413] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8212311e8) at ../src/backe...
[23:08:42.413] #8  0x00000000007d23ac in main (argc=4, argv=0x8212311e8) at ../src/backend/main/main.c:196
[23:08:42.672] #0  0x000000082a8ba41a in thr_kill () from /lib/libc.so.7
core
[23:08:42.682] #0  0x000000082a8ba41a in thr_kill () from /lib/libc.so.7
[23:08:42.682] #1  0x000000082a833e64 in raise () from /lib/libc.so.7
[23:08:42.682] #2  0x000000082a8e46f9 in abort () from /lib/libc.so.7
[23:08:42.682] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:08:42.682] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:08:42.682] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:08:42.682] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:08:42.682] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x82166b7a8) at ../src/backe...
[23:08:42.682] #8  0x00000000007d23ac in main (argc=8, argv=0x82166b7a8) at ../src/backend/main/main.c:196
[23:08:42.940] #0  0x000000082c3a341a in thr_kill () from /lib/libc.so.7
core
[23:08:42.950] #0  0x000000082c3a341a in thr_kill () from /lib/libc.so.7
[23:08:42.950] #1  0x000000082c31ce64 in raise () from /lib/libc.so.7
[23:08:42.950] #2  0x000000082c3cd6f9 in abort () from /lib/libc.so.7
[23:08:42.950] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:08:42.950] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:08:42.950] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:08:42.950] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:08:42.950] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8216d45d0) at ../src/backe...
[23:08:42.950] #8  0x00000000007d23ac in main (argc=8, argv=0x8216d45d0) at ../src/backend/main/main.c:196
[23:08:43.200] #0  0x000000082a79b41a in thr_kill () from /lib/libc.so.7
core
[23:08:57.879] #0  0x000000082c0c241a in thr_kill () from /lib/libc.so.7
[23:08:57.879] #1  0x000000082c03be64 in raise () from /lib/libc.so.7
[23:08:57.879] #2  0x000000082c0ec6f9 in abort () from /lib/libc.so.7
[23:08:57.879] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:08:57.879] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:08:57.879] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:08:57.879] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:08:57.880] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821b961d0) at ../src/backe...
[23:08:57.880] #8  0x00000000007d23ac in main (argc=8, argv=0x821b961d0) at ../src/backend/main/main.c:196
[23:08:58.142] #0  0x000000082da1f41a in thr_kill () from /lib/libc.so.7
core
[23:08:57.613] #0  0x000000082c67b41a in thr_kill () from /lib/libc.so.7
[23:08:57.613] #1  0x000000082c5f4e64 in raise () from /lib/libc.so.7
[23:08:57.613] #2  0x000000082c6a56f9 in abort () from /lib/libc.so.7
[23:08:57.613] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:08:57.613] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:08:57.613] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:08:57.613] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:08:57.613] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8219b33d0) at ../src/backe...
[23:08:57.613] #8  0x00000000007d23ac in main (argc=8, argv=0x8219b33d0) at ../src/backend/main/main.c:196
[23:08:57.870] #0  0x000000082c0c241a in thr_kill () from /lib/libc.so.7
core
[23:08:57.341] #0  0x000000082bda441a in thr_kill () from /lib/libc.so.7
[23:08:57.341] #1  0x000000082bd1de64 in raise () from /lib/libc.so.7
[23:08:57.341] #2  0x000000082bdce6f9 in abort () from /lib/libc.so.7
[23:08:57.341] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:08:57.341] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:08:57.341] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:08:57.341] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:08:57.341] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x82113d4a0) at ../src/backe...
[23:08:57.341] #8  0x00000000007d23ac in main (argc=8, argv=0x82113d4a0) at ../src/backend/main/main.c:196
[23:08:57.603] #0  0x000000082c67b41a in thr_kill () from /lib/libc.so.7
core
[23:08:57.069] #0  0x000000082d2b141a in thr_kill () from /lib/libc.so.7
[23:08:57.069] #1  0x000000082d22ae64 in raise () from /lib/libc.so.7
[23:08:57.069] #2  0x000000082d2db6f9 in abort () from /lib/libc.so.7
[23:08:57.069] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:08:57.069] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:08:57.069] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:08:57.069] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:08:57.069] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821591518) at ../src/backe...
[23:08:57.069] #8  0x00000000007d23ac in main (argc=8, argv=0x821591518) at ../src/backend/main/main.c:196
[23:08:57.331] #0  0x000000082bda441a in thr_kill () from /lib/libc.so.7
core
[23:08:56.798] #0  0x000000082c97241a in thr_kill () from /lib/libc.so.7
[23:08:56.798] #1  0x000000082c8ebe64 in raise () from /lib/libc.so.7
[23:08:56.798] #2  0x000000082c99c6f9 in abort () from /lib/libc.so.7
[23:08:56.798] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:08:56.798] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:08:56.798] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:08:56.798] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:08:56.798] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8214c12b0) at ../src/backe...
[23:08:56.798] #8  0x00000000007d23ac in main (argc=8, argv=0x8214c12b0) at ../src/backend/main/main.c:196
[23:08:57.059] #0  0x000000082d2b141a in thr_kill () from /lib/libc.so.7
core
[23:08:56.532] #0  0x000000082eb6841a in thr_kill () from /lib/libc.so.7
[23:08:56.532] #1  0x000000082eae1e64 in raise () from /lib/libc.so.7
[23:08:56.532] #2  0x000000082eb926f9 in abort () from /lib/libc.so.7
[23:08:56.532] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:08:56.532] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:08:56.532] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:08:56.532] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:08:56.532] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820d45fe0) at ../src/backe...
[23:08:56.532] #8  0x00000000007d23ac in main (argc=8, argv=0x820d45fe0) at ../src/backend/main/main.c:196
[23:08:56.789] #0  0x000000082c97241a in thr_kill () from /lib/libc.so.7
core
[23:08:43.209] #0  0x000000082a79b41a in thr_kill () from /lib/libc.so.7
[23:08:43.209] #1  0x000000082a714e64 in raise () from /lib/libc.so.7
[23:08:43.209] #2  0x000000082a7c56f9 in abort () from /lib/libc.so.7
[23:08:43.209] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:08:43.209] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:08:43.209] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:08:43.209] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:08:43.209] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821898068) at ../src/backe...
[23:08:43.209] #8  0x00000000007d23ac in main (argc=8, argv=0x821898068) at ../src/backend/main/main.c:196
[23:08:43.464] #0  0x000000082adbb41a in thr_kill () from /lib/libc.so.7
core
[23:08:43.473] #0  0x000000082adbb41a in thr_kill () from /lib/libc.so.7
[23:08:43.473] #1  0x000000082ad34e64 in raise () from /lib/libc.so.7
[23:08:43.473] #2  0x000000082ade56f9 in abort () from /lib/libc.so.7
[23:08:43.473] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:08:43.473] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:08:43.473] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:08:43.473] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:08:43.473] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8213d6c68) at ../src/backe...
[23:08:43.473] #8  0x00000000007d23ac in main (argc=8, argv=0x8213d6c68) at ../src/backend/main/main.c:196
[23:08:43.727] #0  0x000000082abf341a in thr_kill () from /lib/libc.so.7
core
[23:08:43.736] #0  0x000000082abf341a in thr_kill () from /lib/libc.so.7
[23:08:43.736] #1  0x000000082ab6ce64 in raise () from /lib/libc.so.7
[23:08:43.736] #2  0x000000082ac1d6f9 in abort () from /lib/libc.so.7
[23:08:43.736] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:08:43.736] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:08:43.736] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:08:43.736] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:08:43.736] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x82130bc88) at ../src/backe...
[23:08:43.736] #8  0x00000000007d23ac in main (argc=8, argv=0x82130bc88) at ../src/backend/main/main.c:196
[23:08:43.987] #0  0x000000082cd4e41a in thr_kill () from /lib/libc.so.7
core
[23:08:56.268] #0  0x000000082b17e41a in thr_kill () from /lib/libc.so.7
[23:08:56.268] #1  0x000000082b0f7e64 in raise () from /lib/libc.so.7
[23:08:56.268] #2  0x000000082b1a86f9 in abort () from /lib/libc.so.7
[23:08:56.268] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:08:56.268] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:08:56.268] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:08:56.268] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:08:56.269] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820befb98) at ../src/backe...
[23:08:56.269] #8  0x00000000007d23ac in main (argc=8, argv=0x820befb98) at ../src/backend/main/main.c:196
[23:08:56.523] #0  0x000000082eb6841a in thr_kill () from /lib/libc.so.7
core
[23:08:55.998] #0  0x000000082cbb141a in thr_kill () from /lib/libc.so.7
[23:08:55.998] #1  0x000000082cb2ae64 in raise () from /lib/libc.so.7
[23:08:55.998] #2  0x000000082cbdb6f9 in abort () from /lib/libc.so.7
[23:08:55.998] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:08:55.998] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:08:55.998] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:08:55.998] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:08:55.998] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821a16e30) at ../src/backe...
[23:08:55.998] #8  0x00000000007d23ac in main (argc=8, argv=0x821a16e30) at ../src/backend/main/main.c:196
[23:08:56.259] #0  0x000000082b17e41a in thr_kill () from /lib/libc.so.7
core
[23:08:55.724] #0  0x000000082be1941a in thr_kill () from /lib/libc.so.7
[23:08:55.724] #1  0x000000082bd92e64 in raise () from /lib/libc.so.7
[23:08:55.724] #2  0x000000082be436f9 in abort () from /lib/libc.so.7
[23:08:55.724] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:08:55.724] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:08:55.724] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:08:55.724] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:08:55.724] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821b72b38) at ../src/backe...
[23:08:55.724] #8  0x00000000007d23ac in main (argc=8, argv=0x821b72b38) at ../src/backend/main/main.c:196
[23:08:55.988] #0  0x000000082cbb141a in thr_kill () from /lib/libc.so.7
core
[23:08:55.461] #0  0x000000082b5c341a in thr_kill () from /lib/libc.so.7
[23:08:55.461] #1  0x000000082b53ce64 in raise () from /lib/libc.so.7
[23:08:55.461] #2  0x000000082b5ed6f9 in abort () from /lib/libc.so.7
[23:08:55.461] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:08:55.461] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:08:55.461] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:08:55.461] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:08:55.461] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820cd7570) at ../src/backe...
[23:08:55.461] #8  0x00000000007d23ac in main (argc=8, argv=0x820cd7570) at ../src/backend/main/main.c:196
[23:08:55.714] #0  0x000000082be1941a in thr_kill () from /lib/libc.so.7
core
[23:08:55.190] #0  0x000000082cd3841a in thr_kill () from /lib/libc.so.7
[23:08:55.190] #1  0x000000082ccb1e64 in raise () from /lib/libc.so.7
[23:08:55.190] #2  0x000000082cd626f9 in abort () from /lib/libc.so.7
[23:08:55.190] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:08:55.190] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:08:55.190] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:08:55.190] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:08:55.190] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8217b10e8) at ../src/backe...
[23:08:55.190] #8  0x00000000007d23ac in main (argc=8, argv=0x8217b10e8) at ../src/backend/main/main.c:196
[23:08:55.452] #0  0x000000082b5c341a in thr_kill () from /lib/libc.so.7
core
[23:08:54.918] #0  0x000000082be9e41a in thr_kill () from /lib/libc.so.7
[23:08:54.918] #1  0x000000082be17e64 in raise () from /lib/libc.so.7
[23:08:54.918] #2  0x000000082bec86f9 in abort () from /lib/libc.so.7
[23:08:54.918] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:08:54.918] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:08:54.918] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:08:54.918] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:08:54.918] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821621dd8) at ../src/backe...
[23:08:54.918] #8  0x00000000007d23ac in main (argc=8, argv=0x821621dd8) at ../src/backend/main/main.c:196
[23:08:55.180] #0  0x000000082cd3841a in thr_kill () from /lib/libc.so.7
core
[23:08:43.996] #0  0x000000082cd4e41a in thr_kill () from /lib/libc.so.7
[23:08:43.996] #1  0x000000082ccc7e64 in raise () from /lib/libc.so.7
[23:08:43.996] #2  0x000000082cd786f9 in abort () from /lib/libc.so.7
[23:08:43.996] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:08:43.996] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:08:43.996] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:08:43.996] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:08:43.997] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820f902d0) at ../src/backe...
[23:08:43.997] #8  0x00000000007d23ac in main (argc=8, argv=0x820f902d0) at ../src/backend/main/main.c:196
[23:08:44.251] #0  0x000000082d8af41a in thr_kill () from /lib/libc.so.7
core
[23:08:44.260] #0  0x000000082d8af41a in thr_kill () from /lib/libc.so.7
[23:08:44.260] #1  0x000000082d828e64 in raise () from /lib/libc.so.7
[23:08:44.260] #2  0x000000082d8d96f9 in abort () from /lib/libc.so.7
[23:08:44.260] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:08:44.260] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:08:44.260] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:08:44.260] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:08:44.260] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8211c9658) at ../src/backe...
[23:08:44.260] #8  0x00000000007d23ac in main (argc=8, argv=0x8211c9658) at ../src/backend/main/main.c:196
[23:08:44.517] #0  0x000000082b24941a in thr_kill () from /lib/libc.so.7
core
[23:08:54.655] #0  0x000000082c34d41a in thr_kill () from /lib/libc.so.7
[23:08:54.655] #1  0x000000082c2c6e64 in raise () from /lib/libc.so.7
[23:08:54.655] #2  0x000000082c3776f9 in abort () from /lib/libc.so.7
[23:08:54.655] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:08:54.655] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:08:54.655] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:08:54.655] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:08:54.655] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8215920d0) at ../src/backe...
[23:08:54.655] #8  0x00000000007d23ac in main (argc=8, argv=0x8215920d0) at ../src/backend/main/main.c:196
[23:08:54.908] #0  0x000000082be9e41a in thr_kill () from /lib/libc.so.7
core
[23:08:54.393] #0  0x000000082c63941a in thr_kill () from /lib/libc.so.7
[23:08:54.393] #1  0x000000082c5b2e64 in raise () from /lib/libc.so.7
[23:08:54.393] #2  0x000000082c6636f9 in abort () from /lib/libc.so.7
[23:08:54.393] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:08:54.393] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:08:54.393] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:08:54.393] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:08:54.393] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821a14e48) at ../src/backe...
[23:08:54.393] #8  0x00000000007d23ac in main (argc=8, argv=0x821a14e48) at ../src/backend/main/main.c:196
[23:08:54.646] #0  0x000000082c34d41a in thr_kill () from /lib/libc.so.7
core
[23:08:54.128] #0  0x000000082b7cc41a in thr_kill () from /lib/libc.so.7
[23:08:54.128] #1  0x000000082b745e64 in raise () from /lib/libc.so.7
[23:08:54.128] #2  0x000000082b7f66f9 in abort () from /lib/libc.so.7
[23:08:54.128] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:08:54.128] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:08:54.128] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:08:54.128] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:08:54.129] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820ce0280) at ../src/backe...
[23:08:54.129] #8  0x00000000007d23ac in main (argc=8, argv=0x820ce0280) at ../src/backend/main/main.c:196
[23:08:54.383] #0  0x000000082c63941a in thr_kill () from /lib/libc.so.7
core
[23:08:53.853] #0  0x000000082c80341a in thr_kill () from /lib/libc.so.7
[23:08:53.853] #1  0x000000082c77ce64 in raise () from /lib/libc.so.7
[23:08:53.853] #2  0x000000082c82d6f9 in abort () from /lib/libc.so.7
[23:08:53.853] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:08:53.853] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:08:53.853] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:08:53.853] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:08:53.854] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x82124f110) at ../src/backe...
[23:08:53.854] #8  0x00000000007d23ac in main (argc=8, argv=0x82124f110) at ../src/backend/main/main.c:196
[23:08:54.119] #0  0x000000082b7cc41a in thr_kill () from /lib/libc.so.7
core
[23:08:53.581] #0  0x000000082cae441a in thr_kill () from /lib/libc.so.7
[23:08:53.581] #1  0x000000082ca5de64 in raise () from /lib/libc.so.7
[23:08:53.581] #2  0x000000082cb0e6f9 in abort () from /lib/libc.so.7
[23:08:53.581] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:08:53.581] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:08:53.581] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:08:53.581] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:08:53.581] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821778c80) at ../src/backe...
[23:08:53.581] #8  0x00000000007d23ac in main (argc=8, argv=0x821778c80) at ../src/backend/main/main.c:196
[23:08:53.844] #0  0x000000082c80341a in thr_kill () from /lib/libc.so.7
core
[23:08:53.303] #0  0x000000082b37c41a in thr_kill () from /lib/libc.so.7
[23:08:53.303] #1  0x000000082b2f5e64 in raise () from /lib/libc.so.7
[23:08:53.303] #2  0x000000082b3a66f9 in abort () from /lib/libc.so.7
[23:08:53.303] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:08:53.303] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:08:53.303] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:08:53.303] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:08:53.304] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8214d20e0) at ../src/backe...
[23:08:53.304] #8  0x00000000007d23ac in main (argc=8, argv=0x8214d20e0) at ../src/backend/main/main.c:196
[23:08:53.571] #0  0x000000082cae441a in thr_kill () from /lib/libc.so.7
core
[23:08:44.526] #0  0x000000082b24941a in thr_kill () from /lib/libc.so.7
[23:08:44.526] #1  0x000000082b1c2e64 in raise () from /lib/libc.so.7
[23:08:44.526] #2  0x000000082b2736f9 in abort () from /lib/libc.so.7
[23:08:44.526] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:08:44.526] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:08:44.526] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:08:44.526] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:08:44.526] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8219f2a60) at ../src/backe...
[23:08:44.526] #8  0x00000000007d23ac in main (argc=8, argv=0x8219f2a60) at ../src/backend/main/main.c:196
[23:08:44.779] #0  0x000000082bec741a in thr_kill () from /lib/libc.so.7
core
[23:08:44.789] #0  0x000000082bec741a in thr_kill () from /lib/libc.so.7
[23:08:44.789] #1  0x000000082be40e64 in raise () from /lib/libc.so.7
[23:08:44.789] #2  0x000000082bef16f9 in abort () from /lib/libc.so.7
[23:08:44.789] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:08:44.789] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:08:44.789] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:08:44.789] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:08:44.789] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x82154b828) at ../src/backe...
[23:08:44.789] #8  0x00000000007d23ac in main (argc=8, argv=0x82154b828) at ../src/backend/main/main.c:196
[23:08:45.049] #0  0x000000082c0b041a in thr_kill () from /lib/libc.so.7
core
[23:08:53.033] #0  0x000000082b1ce41a in thr_kill () from /lib/libc.so.7
[23:08:53.033] #1  0x000000082b147e64 in raise () from /lib/libc.so.7
[23:08:53.033] #2  0x000000082b1f86f9 in abort () from /lib/libc.so.7
[23:08:53.033] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:08:53.033] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:08:53.033] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:08:53.033] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:08:53.033] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8210319a0) at ../src/backe...
[23:08:53.033] #8  0x00000000007d23ac in main (argc=8, argv=0x8210319a0) at ../src/backend/main/main.c:196
[23:08:53.293] #0  0x000000082b37c41a in thr_kill () from /lib/libc.so.7
core
[23:08:52.768] #0  0x000000082d72141a in thr_kill () from /lib/libc.so.7
[23:08:52.768] #1  0x000000082d69ae64 in raise () from /lib/libc.so.7
[23:08:52.768] #2  0x000000082d74b6f9 in abort () from /lib/libc.so.7
[23:08:52.768] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:08:52.768] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:08:52.768] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:08:52.768] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:08:52.768] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x82179b588) at ../src/backe...
[23:08:52.768] #8  0x00000000007d23ac in main (argc=8, argv=0x82179b588) at ../src/backend/main/main.c:196
[23:08:53.024] #0  0x000000082b1ce41a in thr_kill () from /lib/libc.so.7
core
[23:08:52.510] #0  0x000000082e20141a in thr_kill () from /lib/libc.so.7
[23:08:52.510] #1  0x000000082e17ae64 in raise () from /lib/libc.so.7
[23:08:52.510] #2  0x000000082e22b6f9 in abort () from /lib/libc.so.7
[23:08:52.510] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:08:52.510] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:08:52.510] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:08:52.510] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:08:52.510] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820dde8b8) at ../src/backe...
[23:08:52.510] #8  0x00000000007d23ac in main (argc=8, argv=0x820dde8b8) at ../src/backend/main/main.c:196
[23:08:52.759] #0  0x000000082d72141a in thr_kill () from /lib/libc.so.7
core
[23:08:52.247] #0  0x000000082a98441a in thr_kill () from /lib/libc.so.7
[23:08:52.247] #1  0x000000082a8fde64 in raise () from /lib/libc.so.7
[23:08:52.247] #2  0x000000082a9ae6f9 in abort () from /lib/libc.so.7
[23:08:52.247] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:08:52.247] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:08:52.247] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:08:52.247] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:08:52.247] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820bd9670) at ../src/backe...
[23:08:52.247] #8  0x00000000007d23ac in main (argc=8, argv=0x820bd9670) at ../src/backend/main/main.c:196
[23:08:52.501] #0  0x000000082e20141a in thr_kill () from /lib/libc.so.7
core
[23:08:51.985] #0  0x000000082dcf241a in thr_kill () from /lib/libc.so.7
[23:08:51.985] #1  0x000000082dc6be64 in raise () from /lib/libc.so.7
[23:08:51.985] #2  0x000000082dd1c6f9 in abort () from /lib/libc.so.7
[23:08:51.985] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:08:51.985] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:08:51.985] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:08:51.985] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:08:51.985] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820f92118) at ../src/backe...
[23:08:51.985] #8  0x00000000007d23ac in main (argc=8, argv=0x820f92118) at ../src/backend/main/main.c:196
[23:08:52.238] #0  0x000000082a98441a in thr_kill () from /lib/libc.so.7
core
[23:08:51.717] #0  0x000000082c08c41a in thr_kill () from /lib/libc.so.7
[23:08:51.717] #1  0x000000082c005e64 in raise () from /lib/libc.so.7
[23:08:51.717] #2  0x000000082c0b66f9 in abort () from /lib/libc.so.7
[23:08:51.717] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:08:51.717] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:08:51.717] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:08:51.717] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:08:51.717] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x82139d1b0) at ../src/backe...
[23:08:51.717] #8  0x00000000007d23ac in main (argc=8, argv=0x82139d1b0) at ../src/backend/main/main.c:196
[23:08:51.976] #0  0x000000082dcf241a in thr_kill () from /lib/libc.so.7
core
[23:08:45.058] #0  0x000000082c0b041a in thr_kill () from /lib/libc.so.7
[23:08:45.058] #1  0x000000082c029e64 in raise () from /lib/libc.so.7
[23:08:45.058] #2  0x000000082c0da6f9 in abort () from /lib/libc.so.7
[23:08:45.058] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:08:45.058] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:08:45.058] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:08:45.058] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:08:45.058] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821a42da0) at ../src/backe...
[23:08:45.058] #8  0x00000000007d23ac in main (argc=8, argv=0x821a42da0) at ../src/backend/main/main.c:196
[23:08:45.313] #0  0x000000082b29941a in thr_kill () from /lib/libc.so.7
core
[23:08:45.322] #0  0x000000082b29941a in thr_kill () from /lib/libc.so.7
[23:08:45.322] #1  0x000000082b212e64 in raise () from /lib/libc.so.7
[23:08:45.322] #2  0x000000082b2c36f9 in abort () from /lib/libc.so.7
[23:08:45.322] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:08:45.322] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:08:45.322] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:08:45.322] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:08:45.323] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821b933e8) at ../src/backe...
[23:08:45.323] #8  0x00000000007d23ac in main (argc=8, argv=0x821b933e8) at ../src/backend/main/main.c:196
[23:08:45.577] #0  0x000000082b92d41a in thr_kill () from /lib/libc.so.7
core
[23:08:45.586] #0  0x000000082b92d41a in thr_kill () from /lib/libc.so.7
[23:08:45.586] #1  0x000000082b8a6e64 in raise () from /lib/libc.so.7
[23:08:45.586] #2  0x000000082b9576f9 in abort () from /lib/libc.so.7
[23:08:45.586] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:08:45.586] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:08:45.586] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:08:45.586] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:08:45.586] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820c2dd10) at ../src/backe...
[23:08:45.586] #8  0x00000000007d23ac in main (argc=8, argv=0x820c2dd10) at ../src/backend/main/main.c:196
[23:08:45.843] #0  0x000000082a49941a in thr_kill () from /lib/libc.so.7
core
[23:08:45.853] #0  0x000000082a49941a in thr_kill () from /lib/libc.so.7
[23:08:45.853] #1  0x000000082a412e64 in raise () from /lib/libc.so.7
[23:08:45.853] #2  0x000000082a4c36f9 in abort () from /lib/libc.so.7
[23:08:45.853] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:08:45.853] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:08:45.853] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:08:45.853] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:08:45.853] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820ef7a38) at ../src/backe...
[23:08:45.853] #8  0x00000000007d23ac in main (argc=8, argv=0x820ef7a38) at ../src/backend/main/main.c:196
[23:08:46.110] #0  0x000000082de9541a in thr_kill () from /lib/libc.so.7
core
[23:08:51.446] #0  0x000000082e15241a in thr_kill () from /lib/libc.so.7
[23:08:51.446] #1  0x000000082e0cbe64 in raise () from /lib/libc.so.7
[23:08:51.446] #2  0x000000082e17c6f9 in abort () from /lib/libc.so.7
[23:08:51.446] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:08:51.446] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:08:51.446] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:08:51.446] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:08:51.446] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821af77e0) at ../src/backe...
[23:08:51.446] #8  0x00000000007d23ac in main (argc=8, argv=0x821af77e0) at ../src/backend/main/main.c:196
[23:08:51.708] #0  0x000000082c08c41a in thr_kill () from /lib/libc.so.7
core
[23:08:51.183] #0  0x000000082b7c141a in thr_kill () from /lib/libc.so.7
[23:08:51.183] #1  0x000000082b73ae64 in raise () from /lib/libc.so.7
[23:08:51.183] #2  0x000000082b7eb6f9 in abort () from /lib/libc.so.7
[23:08:51.183] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:08:51.183] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:08:51.183] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:08:51.183] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:08:51.183] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8213d6c50) at ../src/backe...
[23:08:51.183] #8  0x00000000007d23ac in main (argc=8, argv=0x8213d6c50) at ../src/backend/main/main.c:196
[23:08:51.437] #0  0x000000082e15241a in thr_kill () from /lib/libc.so.7
core
[23:08:50.923] #0  0x000000082c52841a in thr_kill () from /lib/libc.so.7
[23:08:50.923] #1  0x000000082c4a1e64 in raise () from /lib/libc.so.7
[23:08:50.923] #2  0x000000082c5526f9 in abort () from /lib/libc.so.7
[23:08:50.923] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:08:50.923] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:08:50.923] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:08:50.923] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:08:50.923] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821a85560) at ../src/backe...
[23:08:50.923] #8  0x00000000007d23ac in main (argc=8, argv=0x821a85560) at ../src/backend/main/main.c:196
[23:08:51.173] #0  0x000000082b7c141a in thr_kill () from /lib/libc.so.7
core
[23:08:50.654] #0  0x000000082c4d341a in thr_kill () from /lib/libc.so.7
[23:08:50.654] #1  0x000000082c44ce64 in raise () from /lib/libc.so.7
[23:08:50.654] #2  0x000000082c4fd6f9 in abort () from /lib/libc.so.7
[23:08:50.654] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:08:50.654] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:08:50.654] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:08:50.654] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:08:50.654] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x82161ce50) at ../src/backe...
[23:08:50.654] #8  0x00000000007d23ac in main (argc=8, argv=0x82161ce50) at ../src/backend/main/main.c:196
[23:08:50.913] #0  0x000000082c52841a in thr_kill () from /lib/libc.so.7
core
[23:08:50.392] #0  0x000000082d1a141a in thr_kill () from /lib/libc.so.7
[23:08:50.392] #1  0x000000082d11ae64 in raise () from /lib/libc.so.7
[23:08:50.392] #2  0x000000082d1cb6f9 in abort () from /lib/libc.so.7
[23:08:50.392] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:08:50.392] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:08:50.392] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:08:50.392] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:08:50.392] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821546258) at ../src/backe...
[23:08:50.392] #8  0x00000000007d23ac in main (argc=8, argv=0x821546258) at ../src/backend/main/main.c:196
[23:08:50.644] #0  0x000000082c4d341a in thr_kill () from /lib/libc.so.7
core
[23:08:50.120] #0  0x000000082b35d41a in thr_kill () from /lib/libc.so.7
[23:08:50.120] #1  0x000000082b2d6e64 in raise () from /lib/libc.so.7
[23:08:50.120] #2  0x000000082b3876f9 in abort () from /lib/libc.so.7
[23:08:50.120] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:08:50.120] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:08:50.120] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:08:50.120] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:08:50.120] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x82193c4e0) at ../src/backe...
[23:08:50.120] #8  0x00000000007d23ac in main (argc=8, argv=0x82193c4e0) at ../src/backend/main/main.c:196
[23:08:50.383] #0  0x000000082d1a141a in thr_kill () from /lib/libc.so.7
core
[23:08:46.120] #0  0x000000082de9541a in thr_kill () from /lib/libc.so.7
[23:08:46.120] #1  0x000000082de0ee64 in raise () from /lib/libc.so.7
[23:08:46.120] #2  0x000000082debf6f9 in abort () from /lib/libc.so.7
[23:08:46.120] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:08:46.120] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:08:46.120] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:08:46.120] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:08:46.120] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820f6df80) at ../src/backe...
[23:08:46.120] #8  0x00000000007d23ac in main (argc=8, argv=0x820f6df80) at ../src/backend/main/main.c:196
[23:08:46.382] #0  0x000000082c5da41a in thr_kill () from /lib/libc.so.7
core
[23:08:46.392] #0  0x000000082c5da41a in thr_kill () from /lib/libc.so.7
[23:08:46.392] #1  0x000000082c553e64 in raise () from /lib/libc.so.7
[23:08:46.392] #2  0x000000082c6046f9 in abort () from /lib/libc.so.7
[23:08:46.392] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:08:46.392] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:08:46.392] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:08:46.392] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:08:46.392] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8218555c0) at ../src/backe...
[23:08:46.392] #8  0x00000000007d23ac in main (argc=8, argv=0x8218555c0) at ../src/backend/main/main.c:196
[23:08:46.652] #0  0x000000082c5bc41a in thr_kill () from /lib/libc.so.7
core
[23:08:46.661] #0  0x000000082c5bc41a in thr_kill () from /lib/libc.so.7
[23:08:46.661] #1  0x000000082c535e64 in raise () from /lib/libc.so.7
[23:08:46.661] #2  0x000000082c5e66f9 in abort () from /lib/libc.so.7
[23:08:46.661] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:08:46.661] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:08:46.661] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:08:46.661] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:08:46.661] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x82158da38) at ../src/backe...
[23:08:46.661] #8  0x00000000007d23ac in main (argc=8, argv=0x82158da38) at ../src/backend/main/main.c:196
[23:08:46.920] #0  0x00000008291df41a in thr_kill () from /lib/libc.so.7
core
[23:08:49.854] #0  0x000000082ae3041a in thr_kill () from /lib/libc.so.7
[23:08:49.854] #1  0x000000082ada9e64 in raise () from /lib/libc.so.7
[23:08:49.854] #2  0x000000082ae5a6f9 in abort () from /lib/libc.so.7
[23:08:49.854] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:08:49.854] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:08:49.854] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:08:49.854] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:08:49.855] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820dc37c8) at ../src/backe...
[23:08:49.855] #8  0x00000000007d23ac in main (argc=8, argv=0x820dc37c8) at ../src/backend/main/main.c:196
[23:08:50.111] #0  0x000000082b35d41a in thr_kill () from /lib/libc.so.7
core
[23:08:49.590] #0  0x000000082cd0241a in thr_kill () from /lib/libc.so.7
[23:08:49.590] #1  0x000000082cc7be64 in raise () from /lib/libc.so.7
[23:08:49.590] #2  0x000000082cd2c6f9 in abort () from /lib/libc.so.7
[23:08:49.590] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:08:49.590] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:08:49.590] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:08:49.590] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:08:49.590] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821929ca0) at ../src/backe...
[23:08:49.590] #8  0x00000000007d23ac in main (argc=8, argv=0x821929ca0) at ../src/backend/main/main.c:196
[23:08:49.845] #0  0x000000082ae3041a in thr_kill () from /lib/libc.so.7
core
[23:08:49.329] #0  0x000000082b0ff41a in thr_kill () from /lib/libc.so.7
[23:08:49.329] #1  0x000000082b078e64 in raise () from /lib/libc.so.7
[23:08:49.329] #2  0x000000082b1296f9 in abort () from /lib/libc.so.7
[23:08:49.329] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:08:49.329] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:08:49.329] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:08:49.329] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:08:49.330] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8219be2a8) at ../src/backe...
[23:08:49.330] #8  0x00000000007d23ac in main (argc=8, argv=0x8219be2a8) at ../src/backend/main/main.c:196
[23:08:49.581] #0  0x000000082cd0241a in thr_kill () from /lib/libc.so.7
core
[23:08:49.059] #0  0x000000082ada341a in thr_kill () from /lib/libc.so.7
[23:08:49.059] #1  0x000000082ad1ce64 in raise () from /lib/libc.so.7
[23:08:49.059] #2  0x000000082adcd6f9 in abort () from /lib/libc.so.7
[23:08:49.059] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:08:49.059] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:08:49.059] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:08:49.059] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:08:49.060] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821502428) at ../src/backe...
[23:08:49.060] #8  0x00000000007d23ac in main (argc=8, argv=0x821502428) at ../src/backend/main/main.c:196
[23:08:49.319] #0  0x000000082b0ff41a in thr_kill () from /lib/libc.so.7
core
[23:08:48.792] #0  0x000000082942c41a in thr_kill () from /lib/libc.so.7
[23:08:48.792] #1  0x00000008293a5e64 in raise () from /lib/libc.so.7
[23:08:48.792] #2  0x00000008294566f9 in abort () from /lib/libc.so.7
[23:08:48.792] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:08:48.792] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:08:48.792] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:08:48.792] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:08:48.792] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x82120dc98) at ../src/backe...
[23:08:48.792] #8  0x00000000007d23ac in main (argc=8, argv=0x82120dc98) at ../src/backend/main/main.c:196
[23:08:49.050] #0  0x000000082ada341a in thr_kill () from /lib/libc.so.7
core
[23:08:48.526] #0  0x000000082cee741a in thr_kill () from /lib/libc.so.7
[23:08:48.526] #1  0x000000082ce60e64 in raise () from /lib/libc.so.7
[23:08:48.526] #2  0x000000082cf116f9 in abort () from /lib/libc.so.7
[23:08:48.526] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:08:48.526] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:08:48.526] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:08:48.526] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:08:48.526] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821098fb8) at ../src/backe...
[23:08:48.526] #8  0x00000000007d23ac in main (argc=8, argv=0x821098fb8) at ../src/backend/main/main.c:196
[23:08:48.782] #0  0x000000082942c41a in thr_kill () from /lib/libc.so.7
core
[23:08:46.929] #0  0x00000008291df41a in thr_kill () from /lib/libc.so.7
[23:08:46.929] #1  0x0000000829158e64 in raise () from /lib/libc.so.7
[23:08:46.929] #2  0x00000008292096f9 in abort () from /lib/libc.so.7
[23:08:46.929] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:08:46.929] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:08:46.929] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:08:46.929] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:08:46.929] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8212dc428) at ../src/backe...
[23:08:46.929] #8  0x00000000007d23ac in main (argc=8, argv=0x8212dc428) at ../src/backend/main/main.c:196
[23:08:47.188] #0  0x000000082d6db41a in thr_kill () from /lib/libc.so.7
core
[23:08:47.198] #0  0x000000082d6db41a in thr_kill () from /lib/libc.so.7
[23:08:47.198] #1  0x000000082d654e64 in raise () from /lib/libc.so.7
[23:08:47.198] #2  0x000000082d7056f9 in abort () from /lib/libc.so.7
[23:08:47.198] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:08:47.198] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:08:47.198] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:08:47.198] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:08:47.198] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820e0a2f8) at ../src/backe...
[23:08:47.198] #8  0x00000000007d23ac in main (argc=8, argv=0x820e0a2f8) at ../src/backend/main/main.c:196
[23:08:47.450] #0  0x000000082d66c41a in thr_kill () from /lib/libc.so.7
core
[23:08:47.459] #0  0x000000082d66c41a in thr_kill () from /lib/libc.so.7
[23:08:47.459] #1  0x000000082d5e5e64 in raise () from /lib/libc.so.7
[23:08:47.459] #2  0x000000082d6966f9 in abort () from /lib/libc.so.7
[23:08:47.459] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:08:47.459] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:08:47.459] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:08:47.459] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:08:47.460] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x82184a100) at ../src/backe...
[23:08:47.460] #8  0x00000000007d23ac in main (argc=8, argv=0x82184a100) at ../src/backend/main/main.c:196
[23:08:47.718] #0  0x000000082b3cb41a in thr_kill () from /lib/libc.so.7
core
[23:08:48.262] #0  0x00000008297df41a in thr_kill () from /lib/libc.so.7
[23:08:48.262] #1  0x0000000829758e64 in raise () from /lib/libc.so.7
[23:08:48.262] #2  0x00000008298096f9 in abort () from /lib/libc.so.7
[23:08:48.262] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:08:48.262] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:08:48.262] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:08:48.262] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:08:48.262] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8213fcba0) at ../src/backe...
[23:08:48.262] #8  0x00000000007d23ac in main (argc=8, argv=0x8213fcba0) at ../src/backend/main/main.c:196
[23:08:48.517] #0  0x000000082cee741a in thr_kill () from /lib/libc.so.7
core
[23:08:47.996] #0  0x000000082b12b41a in thr_kill () from /lib/libc.so.7
[23:08:47.996] #1  0x000000082b0a4e64 in raise () from /lib/libc.so.7
[23:08:47.996] #2  0x000000082b1556f9 in abort () from /lib/libc.so.7
[23:08:47.996] #3  0x0000000000aa1d15 in ExceptionalCondition (conditionName=0x2e71ab "(remainMask.mask | targetMask.mas...
[23:08:47.996] #4  0x000000000089e3d7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[23:08:47.996] #5  0x000000000089c8d9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[23:08:47.996] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[23:08:47.996] #7  0x000000000089bcb0 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820e47688) at ../src/backe...
[23:08:47.996] #8  0x00000000007d23ac in main (argc=8, argv=0x820e47688) at ../src/backend/main/main.c:196
[23:08:48.252] #0  0x00000008297df41a in thr_kill () from /lib/libc.so.7
tap
[23:05:39.095](0.183s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/amcheck/001_verify_heapam/data/t...
tap
[23:05:39.145](0.176s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/amcheck/002_cic/data/t_002_cic_C...
tap
[23:05:39.265](0.193s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/amcheck/003_cic_2pc/data/t_003_c...
tap
[23:05:39.303](0.192s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/amcheck/004_verify_nbtree_unique...
tap
[23:05:39.462](0.221s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/amcheck/005_pitr/data/t_005_pitr...
tap
[23:05:40.207](0.184s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/authentication/001_password/data...
tap
[23:05:40.368](0.286s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/authentication/002_saslprep/data...
tap
[23:05:40.313](0.197s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/authentication/003_peer/data/t_0...
tap
[23:05:40.309](0.194s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/authentication/004_file_inclusio...
tap
[23:05:40.586](0.225s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/authentication/006_login_trigger...
tap
[23:05:39.506](0.204s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/auto_explain/001_auto_explain/da...
tap
[23:05:39.597](0.182s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/basebackup_to_shell/001_basic/da...
tap
[23:05:39.611](0.238s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/bloom/001_wal/data/t_001_wal_pri...
tap
[23:05:43.354](0.186s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/brin/01_workitems/data/t_01_work...
tap
[23:05:43.351](0.194s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/brin/02_wal_consistency/data/t_0...
tap
[23:05:45.759](0.216s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/checksums/001_basic/data/t_001_b...
tap
[23:05:45.850](0.205s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/checksums/002_restarts/data/t_00...
tap
[23:05:45.922](0.199s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/checksums/003_standby_restarts/d...
tap
[23:05:45.971](0.209s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/checksums/004_offline/data/t_004...
tap
[23:05:43.443](0.199s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/commit_ts/001_base/data/t_001_ba...
tap
[23:05:43.496](0.200s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/commit_ts/002_standby/data/t_002...
tap
[23:05:43.746](0.232s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/commit_ts/003_standby_2/data/t_0...
tap
[23:05:43.746](0.205s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/commit_ts/004_restart/data/t_004...
tap
[23:05:46.645](0.310s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/icu/010_database/data/t_010_data...
tap
[23:05:43.762](0.173s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/injection_points/001_stats/data/...
tap
[22:41:48.281](0.314s) Bail out!  pg_ctl restart failed
tap
[23:05:44.553](0.196s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/ldap_password_func/001_mutated_b...
tap
[23:05:46.709](0.328s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/ldap/001_auth/data/t_001_auth_no...
tap
[23:05:46.839](0.201s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/ldap/002_bindpasswd/data/t_002_b...
tap
[23:05:43.815](0.180s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/libpq_pipeline/001_libpq_pipelin...
tap
[23:05:23.026](0.206s) Bail out!  pg_ctl stop failed
tap
[23:05:21.283](0.206s) Bail out!  pg_ctl restart failed
tap
[23:05:26.733](0.212s) Bail out!  pg_ctl stop failed
tap
[23:05:25.570](1.536s) Bail out!  pg_ctl stop failed
tap
[23:05:28.435](0.205s) Bail out!  pg_ctl restart failed
tap
[23:05:33.283](0.924s) Bail out!  pg_ctl stop failed
tap
[23:05:32.341](0.000s) not ok 23 - data_checksums=on is reported on an offline cluster stdout /(?^:^on$)/
[23:05:32.824](0.367s) Bail out!  pg_ctl stop failed
tap
[23:05:33.483](0.659s) Bail out!  pg_ctl start failed
tap
[23:05:33.556](0.204s) Bail out!  pg_ctl start failed
tap
[23:05:34.039](0.171s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_combinebackup/005_integrity/d...
tap
[23:05:34.204](0.165s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_combinebackup/006_db_file_cop...
tap
[23:05:34.224](0.117s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_combinebackup/007_wal_level_m...
tap
[23:05:34.275](0.096s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_combinebackup/008_promote/dat...
tap
[23:05:34.535](0.189s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_combinebackup/009_no_full_fil...
tap
[23:05:34.634](0.189s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_controldata/001_pg_controldat...
tap
[23:05:34.706](0.188s) not ok 11 - pg_ctl initdb
tap
[23:05:34.872](0.180s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_ctl/002_status/data/t_002_sta...
tap
[23:05:34.955](0.173s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_ctl/003_promote/data/t_003_pr...
tap
[23:05:35.024](0.170s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_ctl/004_logrotate/data/t_004_...
tap
[23:05:35.288](0.169s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_dump/002_pg_dump/data/t_002_p...
tap
[23:05:35.282](0.172s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_dump/003_pg_dump_with_server/...
tap
[23:05:35.335](0.170s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_dump/004_pg_dump_parallel/dat...
tap
[23:05:35.518](0.166s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_dump/005_pg_dump_filterfile/d...
tap
[23:05:35.590](0.167s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_dump/010_dump_connstr/data/t_...
tap
[23:05:39.787](0.177s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_prewarm/001_basic/data/t_001_...
tap
[23:05:35.610](0.168s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_resetwal/001_basic/data/t_001...
tap
[23:05:35.644](0.169s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_resetwal/002_corrupted/data/t...
tap
[23:05:35.838](0.175s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_rewind/001_basic/data/t_001_b...
tap
[23:05:35.905](0.169s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_rewind/002_databases/data/t_0...
tap
[23:05:35.930](0.174s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_rewind/003_extrafiles/data/t_...
tap
[23:05:35.958](0.169s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_rewind/004_pg_xlog_symlink/da...
tap
[23:05:36.155](0.177s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_rewind/005_same_timeline/data...
tap
[23:05:36.246](0.175s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_rewind/007_standby_source/dat...
tap
[23:05:36.269](0.174s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_rewind/008_min_recovery_point...
tap
[23:05:36.357](0.167s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_rewind/009_growing_files/data...
tap
[23:05:36.461](0.166s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_rewind/010_keep_recycled_wals...
tap
[23:05:39.916](0.265s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_stat_statements/010_restart/d...
tap
[22:41:42.177](0.885s) Bail out!  pg_ctl stop failed
tap
[22:40:46.680](3.204s) Bail out!  pg_ctl stop failed
tap
[22:40:48.940](3.241s) Bail out!  pg_ctl stop failed
tap
[23:05:36.732](0.211s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_verifybackup/002_algorithm/da...
tap
[23:05:36.713](0.168s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_verifybackup/003_corruption/d...
tap
[23:05:36.778](0.179s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_verifybackup/004_options/data...
tap
[23:05:37.043](0.254s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_verifybackup/006_encoding/dat...
tap
[23:05:37.111](0.223s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_verifybackup/007_wal/data/t_0...
tap
[23:05:37.088](0.219s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_verifybackup/008_untar/data/t...
tap
[23:05:37.122](0.200s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_verifybackup/009_extract/data...
tap
[23:05:37.290](0.266s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_verifybackup/010_client_untar...
tap
[23:05:39.869](0.199s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_visibility/001_concurrent_tra...
tap
[23:05:39.959](0.197s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_visibility/002_corrupt_vm/dat...
tap
[23:05:37.474](0.238s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_waldump/001_basic/data/t_001_...
tap
[23:05:37.454](0.197s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_waldump/002_save_fullpage/dat...
tap
[23:05:37.484](0.192s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_walsummary/002_blocks/data/t_...
tap
[23:05:37.658](0.218s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pgbench/001_pgbench_with_server/...
tap
[23:05:40.582](0.180s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/postmaster/001_connection_limits...
tap
[23:05:40.751](0.290s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/postmaster/002_start_stop/data/t...
tap
[23:05:37.833](0.202s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/psql/001_basic/data/t_001_basic_...
tap
[23:05:37.901](0.200s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/psql/010_tab_completion/data/t_0...
tap
[23:05:37.854](0.187s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/psql/020_cancel/data/t_020_cance...
tap
[22:40:45.556](4.087s) Bail out!  pg_ctl stop failed
tap
[22:40:46.621](1.043s) Bail out!  pg_ctl stop failed
tap
[22:40:50.322](3.464s) Bail out!  pg_ctl stop failed
tap
[22:40:49.975](0.641s) Bail out!  pg_ctl restart failed
tap
[22:40:53.128](0.826s) Bail out!  pg_ctl stop failed
tap
[22:41:02.813](12.686s) Bail out!  pg_ctl restart failed
tap
[22:40:53.050](0.911s) Bail out!  pg_ctl stop failed
tap
[22:40:54.755](1.338s) Bail out!  pg_ctl stop failed
tap
[22:40:56.603](2.638s) Bail out!  pg_ctl stop failed
tap
[22:40:59.468](1.148s) Bail out!  pg_ctl stop failed
tap
[22:41:03.318](5.582s) Bail out!  pg_ctl stop failed
tap
[22:41:05.356](5.754s) Bail out!  pg_ctl stop failed
tap
[22:41:03.596](1.543s) Bail out!  pg_ctl restart failed
tap
[22:41:05.772](2.533s) Bail out!  pg_ctl stop failed
tap
[22:41:06.523](1.237s) Bail out!  pg_ctl stop failed
tap
[22:41:07.136](1.151s) Bail out!  pg_ctl stop failed
tap
[22:41:09.816](0.622s) Bail out!  pg_ctl stop failed
tap
[22:41:10.720](0.753s) Bail out!  pg_ctl stop failed
tap
[22:41:10.354](2.636s) Bail out!  pg_ctl restart failed
tap
[22:41:14.933](0.839s) Bail out!  pg_ctl stop failed
tap
[22:41:59.924](0.315s) Bail out!  pg_ctl restart failed
tap
[22:41:18.341](0.623s) Bail out!  pg_ctl stop failed
tap
[22:41:18.594](0.425s) Bail out!  pg_ctl stop failed
tap
[22:41:24.333](0.418s) Bail out!  pg_ctl restart failed
tap
[22:41:24.734](0.527s) Bail out!  pg_ctl restart failed
tap
[22:41:31.310](1.646s) Bail out!  pg_ctl stop failed
tap
[22:41:29.507](3.982s) Bail out!  pg_ctl stop failed
tap
[22:41:34.003](3.688s) Bail out!  pg_ctl stop failed
tap
[22:41:39.603](0.441s) Bail out!  pg_ctl stop failed
tap
[22:41:37.534](3.357s) Bail out!  pg_ctl stop failed
tap
[22:41:43.380](0.414s) Bail out!  pg_ctl restart failed
tap
[22:41:43.264](0.677s) Bail out!  pg_ctl stop failed
tap
[22:41:46.443](0.208s) Bail out!  pg_ctl stop failed
tap
[22:41:45.682](0.423s) Bail out!  pg_ctl stop failed
tap
[22:41:47.923](0.524s) Bail out!  pg_ctl stop failed
tap
[23:05:38.057](0.191s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/010_clusterdb/data/t_010...
tap
[23:05:38.175](0.248s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/011_clusterdb_all/data/t...
tap
[23:05:38.244](0.191s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/020_createdb/data/t_020_...
tap
[23:05:38.271](0.192s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/040_createuser/data/t_04...
tap
[23:05:38.263](0.180s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/050_dropdb/data/t_050_dr...
tap
[23:05:38.452](0.187s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/070_dropuser/data/t_070_...
tap
[23:05:38.587](0.233s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/080_pg_isready/data/t_08...
tap
[23:05:38.705](0.230s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/090_reindexdb/data/t_090...
tap
[23:05:38.592](0.177s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/091_reindexdb_all/data/t...
tap
[23:05:38.705](0.188s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/100_vacuumdb/data/t_100_...
tap
[23:05:38.796](0.200s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/101_vacuumdb_all/data/t_...
tap
[23:05:38.930](0.204s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/102_vacuumdb_stages/data...
tap
[23:05:38.960](0.192s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/200_connstr/data/t_200_c...
tap
[23:05:44.071](0.185s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/ssl_passphrase_callback/001_test...
tap
[23:05:46.169](0.193s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/ssl/001_ssltests/data/t_001_sslt...
tap
[23:05:46.182](0.182s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/ssl/002_scram/data/t_002_scram_p...
tap
[23:05:46.336](0.242s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/ssl/003_sslinfo/data/t_003_sslin...
tap
[23:05:40.673](0.192s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/001_rep_changes/dat...
tap
[23:05:40.762](0.182s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/002_types/data/t_00...
tap
[23:05:40.989](0.262s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/003_constraints/dat...
tap
[23:05:41.003](0.197s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/004_sync/data/t_004...
tap
[23:05:41.017](0.176s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/005_encoding/data/t...
tap
[23:05:41.160](0.249s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/006_rewrite/data/t_...
tap
[23:05:41.130](0.220s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/007_ddl/data/t_007_...
tap
[23:05:41.346](0.213s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/008_diff_schema/dat...
tap
[23:05:41.371](0.195s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/009_matviews/data/t...
tap
[23:05:41.459](0.252s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/010_truncate/data/t...
tap
[23:05:41.499](0.230s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/011_generated/data/...
tap
[23:05:41.517](0.199s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/012_collation/data/...
tap
[23:05:41.779](0.264s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/013_partition/data/...
tap
[23:05:41.772](0.211s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/014_binary/data/t_0...
tap
[23:05:41.846](0.235s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/015_stream/data/t_0...
tap
[23:05:41.841](0.189s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/016_stream_subxact/...
tap
[23:05:41.889](0.227s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/017_stream_ddl/data...
tap
[23:05:42.123](0.174s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/018_stream_subxact_...
tap
[23:05:42.218](0.232s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/019_stream_subxact_...
tap
[23:05:42.218](0.223s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/020_messages/data/t...
tap
[23:05:42.221](0.223s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/021_twophase/data/t...
tap
[23:05:42.232](0.180s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/022_twophase_cascad...
tap
[23:05:42.442](0.167s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/023_twophase_stream...
tap
[23:05:42.575](0.181s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/024_add_drop_pub/da...
tap
[23:05:42.587](0.220s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/025_rep_changes_for...
tap
[23:05:42.667](0.227s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/026_stats/data/t_02...
tap
[23:05:42.647](0.180s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/027_nosuperuser/dat...
tap
[23:05:42.815](0.226s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/028_row_filter/data...
tap
[23:05:43.005](0.248s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/029_on_error/data/t...
tap
[23:05:43.000](0.212s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/030_origin/data/t_0...
tap
[23:05:43.000](0.211s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/031_column_list/dat...
tap
[23:05:43.014](0.186s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/032_subscribe_use_i...
tap
[23:05:43.145](0.178s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/033_run_as_table_ow...
tap
[23:05:43.485](0.330s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/100_bugs/data/t_100...
tap
[23:05:44.072](0.183s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/test_custom_rmgrs/001_basic/data...
tap
[23:05:40.081](0.287s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/test_decoding/001_repl_stats/dat...
tap
[23:05:44.581](0.196s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/test_misc/001_constraint_validat...
tap
[23:05:44.583](0.194s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/test_misc/002_tablespace/data/t_...
tap
[23:05:44.889](0.184s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/test_misc/003_check_guc/data/t_0...
tap
[23:05:44.927](0.186s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/test_misc/004_io_direct/data/t_0...
tap
[23:05:44.951](0.197s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/test_misc/005_timeouts/data/t_00...
tap
[23:05:45.232](0.184s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/test_misc/006_signal_autovacuum/...
tap
[23:05:45.350](0.220s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/test_pg_dump/001_base/data/t_001...
tap
[23:05:45.377](0.233s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/test_slru/001_multixact/data/t_0...
tap
[23:05:45.620](0.273s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/worker_spi/001_worker_spi/data/t...
test
[23:07:26.349]   5/318 postgresql:pg_upgrade / pg_upgrade/003_logical_slots                            ERROR            ...
[23:07:26.349]   6/318 postgresql:recovery / recovery/001_stream_rep                                   ERROR            ...
[23:07:26.349]   7/318 postgresql:recovery / recovery/003_recovery_targets                             ERROR            ...
[23:07:26.349]   8/318 postgresql:pg_upgrade / pg_upgrade/004_subscription                             ERROR            ...
[23:07:26.349]   9/318 postgresql:recovery / recovery/006_logical_decoding                             ERROR            ...
[23:07:26.349]  11/318 postgresql:recovery / recovery/004_timeline_switch                              ERROR            ...
[23:07:26.349]  12/318 postgresql:recovery / recovery/009_twophase                                     ERROR            ...
[23:07:26.349]  13/318 postgresql:recovery / recovery/010_logical_decoding_timelines                   ERROR            ...
[23:07:26.349]  14/318 postgresql:recovery / recovery/007_sync_rep                                     ERROR            ...
[23:07:26.349]  15/318 postgresql:recovery / recovery/012_subtransactions                              ERROR            ...
[23:07:26.349]  17/318 postgresql:recovery / recovery/014_unlogged_reinit                              ERROR            ...
[23:07:26.349]  18/318 postgresql:recovery / recovery/008_fsm_truncation                               ERROR            ...
[23:07:26.349]  19/318 postgresql:recovery / recovery/017_shm                                          ERROR            ...
[23:07:26.349]  20/318 postgresql:recovery / recovery/015_promotion_pages                              ERROR            ...
[23:07:26.349]  21/318 postgresql:recovery / recovery/018_wal_optimize                                 ERROR            ...
[23:07:26.349]  22/318 postgresql:recovery / recovery/016_min_consistency                              ERROR            ...
[23:07:26.349]  23/318 postgresql:recovery / recovery/020_archive_status                               ERROR            ...
[23:07:26.349]  24/318 postgresql:recovery / recovery/019_replslot_limit                               ERROR            ...
[23:07:26.349]  25/318 postgresql:recovery / recovery/024_archive_recovery                             ERROR            ...
[23:07:26.349]  26/318 postgresql:recovery / recovery/021_row_visibility                               ERROR            ...
[23:07:26.349]  27/318 postgresql:recovery / recovery/023_pitr_prepared_xact                           ERROR            ...
[23:07:26.349]  28/318 postgresql:recovery / recovery/026_overwrite_contrecord                         ERROR            ...
[23:07:26.349]  30/318 postgresql:recovery / recovery/029_stats_restart                                ERROR            ...
[23:07:26.349]  31/318 postgresql:recovery / recovery/028_pitr_timelines                               ERROR            ...
[23:07:26.349]  32/318 postgresql:recovery / recovery/030_stats_cleanup_replica                        ERROR            ...
[23:07:26.349]  33/318 postgresql:recovery / recovery/031_recovery_conflict                            ERROR            ...
[23:07:26.349]  34/318 postgresql:recovery / recovery/033_replay_tsp_drops                             ERROR            ...
[23:07:26.349]  35/318 postgresql:recovery / recovery/032_relfilenode_reuse                            ERROR            ...
[23:07:26.349]  36/318 postgresql:recovery / recovery/034_create_database                              ERROR            ...
[23:07:26.349]  37/318 postgresql:recovery / recovery/036_truncated_dropped                            ERROR            ...
[23:07:26.349]  39/318 postgresql:recovery / recovery/035_standby_logical_decoding                     ERROR            ...
[23:07:26.349]  40/318 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[23:07:26.349]  41/318 postgresql:recovery / recovery/039_end_of_wal                                   ERROR            ...
[23:07:26.349]  42/318 postgresql:recovery / recovery/038_save_logical_slots_shutdown                  ERROR            ...
[23:07:26.349]  43/318 postgresql:recovery / recovery/041_checkpoint_at_promote                        ERROR            ...
[23:07:26.349]  44/318 postgresql:recovery / recovery/040_standby_failover_slots_sync                  ERROR            ...
[23:07:26.349]  45/318 postgresql:recovery / recovery/042_low_level_backup                             ERROR            ...
[23:07:26.349]  46/318 postgresql:kerberos / kerberos/001_auth                                         ERROR            ...
[23:07:26.349]  47/318 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[23:07:26.349]  48/318 postgresql:regress / regress/regress                                            ERROR           1...
[23:07:26.349]  49/318 postgresql:isolation / isolation/isolation                                      ERROR           1...
[23:07:26.349]  50/318 postgresql:plperl / plperl/regress                                              ERROR           1...
[23:07:26.349]  51/318 postgresql:plpython / plpython/regress                                          ERROR           1...
[23:07:26.349]  52/318 postgresql:plpgsql / plpgsql/regress                                            ERROR           1...
[23:07:26.349]  53/318 postgresql:pltcl / pltcl/regress                                                ERROR           1...
[23:07:26.349]  54/318 postgresql:recovery / recovery/013_crash_restart                                ERROR           2...
[23:07:26.349]  55/318 postgresql:recovery / recovery/022_crash_temp_files                             ERROR           2...
[23:07:26.349]  56/318 postgresql:amcheck / amcheck/regress                                            ERROR           1...
[23:07:26.349]  57/318 postgresql:basic_archive / basic_archive/regress                                ERROR           1...
[23:07:26.349]  58/318 postgresql:bloom / bloom/regress                                                ERROR           1...
[23:07:26.349]  59/318 postgresql:bool_plperl / bool_plperl/regress                                    ERROR           1...
[23:07:26.349]  60/318 postgresql:btree_gin / btree_gin/regress                                        ERROR           1...
[23:07:26.349]  61/318 postgresql:btree_gist / btree_gist/regress                                      ERROR           1...
[23:07:26.349]  62/318 postgresql:citext / citext/regress                                              ERROR           1...
[23:07:26.349]  63/318 postgresql:cube / cube/regress                                                  ERROR           1...
[23:07:26.350]  64/318 postgresql:dblink / dblink/regress                                              ERROR           1...
[23:07:26.350]  65/318 postgresql:dict_int / dict_int/regress                                          ERROR           1...
[23:07:26.350]  66/318 postgresql:dict_xsyn / dict_xsyn/regress                                        ERROR           1...
[23:07:26.350]  67/318 postgresql:earthdistance / earthdistance/regress                                ERROR           1...
[23:07:26.350]  68/318 postgresql:file_fdw / file_fdw/regress                                          ERROR           1...
[23:07:26.350]  69/318 postgresql:fuzzystrmatch / fuzzystrmatch/regress                                ERROR           1...
[23:07:26.350]  70/318 postgresql:hstore / hstore/regress                                              ERROR           1...
[23:07:26.350]  71/318 postgresql:hstore_plperl / hstore_plperl/regress                                ERROR           1...
[23:07:26.350]  72/318 postgresql:hstore_plpython / hstore_plpython/regress                            ERROR           1...
[23:07:26.350]  73/318 postgresql:isn / isn/regress                                                    ERROR           1...
[23:07:26.350]  75/318 postgresql:intarray / intarray/regress                                          ERROR           1...
[23:07:26.350]  74/318 postgresql:jsonb_plperl / jsonb_plperl/regress                                  ERROR           1...
[23:07:26.350]  76/318 postgresql:jsonb_plpython / jsonb_plpython/regress                              ERROR           1...
[23:07:26.350]  77/318 postgresql:lo / lo/regress                                                      ERROR           1...
[23:07:26.350]  78/318 postgresql:ltree / ltree/regress                                                ERROR           1...
[23:07:26.350]  79/318 postgresql:ltree_plpython / ltree_plpython/regress                              ERROR           1...
[23:07:26.350]  80/318 postgresql:pageinspect / pageinspect/regress                                    ERROR           1...
[23:07:26.350]  81/318 postgresql:passwordcheck / passwordcheck/regress                                ERROR           1...
[23:07:26.350]  82/318 postgresql:pg_buffercache / pg_buffercache/regress                              ERROR           1...
[23:07:26.350]  83/318 postgresql:pg_freespacemap / pg_freespacemap/regress                            ERROR           1...
[23:07:26.350]  84/318 postgresql:pgcrypto / pgcrypto/regress                                          ERROR           1...
[23:07:26.350]  85/318 postgresql:pg_logicalinspect / pg_logicalinspect/isolation                      ERROR           1...
[23:07:26.350]  86/318 postgresql:pgrowlocks / pgrowlocks/isolation                                    ERROR           1...
[23:07:26.350]  87/318 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR           1...
[23:07:26.350]  88/318 postgresql:pgstattuple / pgstattuple/regress                                    ERROR           1...
[23:07:26.350]  89/318 postgresql:pg_surgery / pg_surgery/regress                                      ERROR           1...
[23:07:26.350]  90/318 postgresql:pg_trgm / pg_trgm/regress                                            ERROR           1...
[23:07:26.350]  91/318 postgresql:pg_visibility / pg_visibility/regress                                ERROR           1...
[23:07:26.350]  92/318 postgresql:pg_walinspect / pg_walinspect/regress                                ERROR           1...
[23:07:26.350]  93/318 postgresql:postgres_fdw / postgres_fdw/regress                                  ERROR           1...
[23:07:26.350]  94/318 postgresql:seg / seg/regress                                                    ERROR           1...
[23:07:26.350]  95/318 postgresql:tablefunc / tablefunc/regress                                        ERROR           1...
[23:07:26.350]  96/318 postgresql:tcn / tcn/isolation                                                  ERROR           1...
[23:07:26.350]  97/318 postgresql:tsm_system_rows / tsm_system_rows/regress                            ERROR           1...
[23:07:26.350]  98/318 postgresql:tsm_system_time / tsm_system_time/regress                            ERROR           1...
[23:07:26.350]  99/318 postgresql:test_decoding / test_decoding/isolation                              ERROR           1...
[23:07:26.350] 100/318 postgresql:test_decoding / test_decoding/regress                                ERROR           1...
[23:07:26.350] 101/318 postgresql:unaccent / unaccent/regress                                          ERROR           1...
[23:07:26.350] 102/318 postgresql:uuid-ossp / uuid-ossp/regress                                        ERROR           1...
[23:07:26.350] 103/318 postgresql:xml2 / xml2/regress                                                  ERROR           1...
[23:07:26.350] 104/318 postgresql:brin / brin/isolation                                                ERROR           1...
[23:07:26.350] 105/318 postgresql:commit_ts / commit_ts/regress                                        ERROR           1...
[23:07:26.350] 106/318 postgresql:delay_execution / delay_execution/isolation                          ERROR           1...
[23:07:26.350] 107/318 postgresql:dummy_index_am / dummy_index_am/regress                              ERROR           1...
[23:07:26.350] 108/318 postgresql:dummy_seclabel / dummy_seclabel/regress                              ERROR           1...
[23:07:26.350] 109/318 postgresql:gin / gin/regress                                                    ERROR           1...
[23:07:26.350] 110/318 postgresql:injection_points / injection_points/regress                          ERROR           1...
[23:07:26.350] 111/318 postgresql:injection_points / injection_points/isolation                        ERROR           1...
[23:07:26.350] 112/318 postgresql:plsample / plsample/regress                                          ERROR           1...
[23:07:26.350] 113/318 postgresql:spgist_name_ops / spgist_name_ops/regress                            ERROR           1...
[23:07:26.350] 114/318 postgresql:test_bloomfilter / test_bloomfilter/regress                          ERROR           1...
[23:07:26.350] 115/318 postgresql:test_copy_callbacks / test_copy_callbacks/regress                    ERROR           1...
[23:07:26.350] 116/318 postgresql:test_ddl_deparse / test_ddl_deparse/regress                          ERROR           1...
[23:07:26.350] 117/318 postgresql:test_dsa / test_dsa/regress                                          ERROR           1...
[23:07:26.350] 118/318 postgresql:test_dsm_registry / test_dsm_registry/regress                        ERROR           1...
[23:07:26.350] 119/318 postgresql:test_extensions / test_extensions/regress                            ERROR           1...
[23:07:26.350] 120/318 postgresql:test_ginpostinglist / test_ginpostinglist/regress                    ERROR           1...
[23:07:26.350] 121/318 postgresql:test_lfind / test_lfind/regress                                      ERROR           1...
[23:07:26.350] 122/318 postgresql:test_oat_hooks / test_oat_hooks/regress                              ERROR           1...
[23:07:26.350] 123/318 postgresql:test_integerset / test_integerset/regress                            ERROR           1...
[23:07:26.350] 124/318 postgresql:test_parser / test_parser/regress                                    ERROR           1...
[23:07:26.350] 125/318 postgresql:test_pg_dump / test_pg_dump/regress                                  ERROR           1...
[23:07:26.350] 126/318 postgresql:test_predtest / test_predtest/regress                                ERROR           1...
[23:07:26.350] 127/318 postgresql:test_radixtree / test_radixtree/regress                              ERROR           1...
[23:07:26.351] 128/318 postgresql:test_rbtree / test_rbtree/regress                                    ERROR           1...
[23:07:26.351] 129/318 postgresql:test_regex / test_regex/regress                                      ERROR           1...
[23:07:26.351] 130/318 postgresql:test_rls_hooks / test_rls_hooks/regress                              ERROR           1...
[23:07:26.351] 131/318 postgresql:test_resowner / test_resowner/regress                                ERROR           1...
[23:07:26.351] 135/318 postgresql:test_shm_mq / test_shm_mq/regress                                    ERROR           1...
[23:07:26.351] 136/318 postgresql:libpq / libpq/005_negotiate_encryption                               ERROR            ...
[23:07:26.351] 138/318 postgresql:libpq / libpq/003_load_balance_host_list                             ERROR            ...
[23:07:26.351] 140/318 postgresql:pg_amcheck / pg_amcheck/004_verify_heapam                            ERROR            ...
[23:07:26.351] 141/318 postgresql:pg_amcheck / pg_amcheck/003_check                                    ERROR            ...
[23:07:26.351] 143/318 postgresql:pg_basebackup / pg_basebackup/010_pg_basebackup                      ERROR            ...
[23:07:26.351] 148/318 postgresql:test_slru / test_slru/regress                                        ERROR           1...
[23:07:26.351] 152/318 postgresql:pg_checksums / pg_checksums/002_actions                              ERROR            ...
[23:07:26.351] 153/318 postgresql:pg_basebackup / pg_basebackup/040_pg_createsubscriber                ERROR            ...
[23:07:26.351] 154/318 postgresql:pg_combinebackup / pg_combinebackup/002_compare_backups              ERROR            ...
[23:07:26.351] 155/318 postgresql:pg_combinebackup / pg_combinebackup/003_timeline                     ERROR            ...
[23:07:26.351] 156/318 postgresql:pg_combinebackup / pg_combinebackup/005_integrity                    ERROR            ...
[23:07:26.351] 157/318 postgresql:pg_combinebackup / pg_combinebackup/006_db_file_copy                 ERROR            ...
[23:07:26.351] 158/318 postgresql:pg_combinebackup / pg_combinebackup/007_wal_level_minimal            ERROR            ...
[23:07:26.351] 159/318 postgresql:pg_combinebackup / pg_combinebackup/008_promote                      ERROR            ...
[23:07:26.351] 161/318 postgresql:pg_combinebackup / pg_combinebackup/009_no_full_file                 ERROR            ...
[23:07:26.351] 162/318 postgresql:pg_controldata / pg_controldata/001_pg_controldata                   ERROR            ...
[23:07:26.351] 163/318 postgresql:pg_ctl / pg_ctl/001_start_stop                                       ERROR            ...
[23:07:26.351] 164/318 postgresql:pg_ctl / pg_ctl/002_status                                           ERROR            ...
[23:07:26.351] 165/318 postgresql:pg_ctl / pg_ctl/003_promote                                          ERROR            ...
[23:07:26.351] 167/318 postgresql:pg_ctl / pg_ctl/004_logrotate                                        ERROR            ...
[23:07:26.351] 169/318 postgresql:pg_dump / pg_dump/003_pg_dump_with_server                            ERROR            ...
[23:07:26.351] 170/318 postgresql:pg_dump / pg_dump/002_pg_dump                                        ERROR            ...
[23:07:26.351] 171/318 postgresql:pg_dump / pg_dump/004_pg_dump_parallel                               ERROR            ...
[23:07:26.351] 172/318 postgresql:pg_dump / pg_dump/005_pg_dump_filterfile                             ERROR            ...
[23:07:26.351] 173/318 postgresql:pg_dump / pg_dump/010_dump_connstr                                   ERROR            ...
[23:07:26.351] 174/318 postgresql:pg_resetwal / pg_resetwal/001_basic                                  ERROR            ...
[23:07:26.351] 175/318 postgresql:pg_resetwal / pg_resetwal/002_corrupted                              ERROR            ...
[23:07:26.351] 176/318 postgresql:pg_rewind / pg_rewind/001_basic                                      ERROR            ...
[23:07:26.351] 177/318 postgresql:pg_rewind / pg_rewind/002_databases                                  ERROR            ...
[23:07:26.351] 178/318 postgresql:pg_rewind / pg_rewind/003_extrafiles                                 ERROR            ...
[23:07:26.351] 179/318 postgresql:pg_rewind / pg_rewind/004_pg_xlog_symlink                            ERROR            ...
[23:07:26.351] 181/318 postgresql:pg_rewind / pg_rewind/005_same_timeline                              ERROR            ...
[23:07:26.351] 182/318 postgresql:pg_rewind / pg_rewind/007_standby_source                             ERROR            ...
[23:07:26.351] 183/318 postgresql:pg_rewind / pg_rewind/008_min_recovery_point                         ERROR            ...
[23:07:26.351] 184/318 postgresql:pg_rewind / pg_rewind/009_growing_files                              ERROR            ...
[23:07:26.351] 187/318 postgresql:pg_rewind / pg_rewind/010_keep_recycled_wals                         ERROR            ...
[23:07:26.351] 189/318 postgresql:test_tidstore / test_tidstore/regress                                ERROR           1...
[23:07:26.351] 190/318 postgresql:pg_verifybackup / pg_verifybackup/003_corruption                     ERROR            ...
[23:07:26.351] 191/318 postgresql:pg_verifybackup / pg_verifybackup/002_algorithm                      ERROR            ...
[23:07:26.351] 192/318 postgresql:pg_verifybackup / pg_verifybackup/004_options                        ERROR            ...
[23:07:26.351] 194/318 postgresql:pg_verifybackup / pg_verifybackup/006_encoding                       ERROR            ...
[23:07:26.351] 195/318 postgresql:pg_verifybackup / pg_verifybackup/008_untar                          ERROR            ...
[23:07:26.351] 196/318 postgresql:pg_verifybackup / pg_verifybackup/007_wal                            ERROR            ...
[23:07:26.351] 197/318 postgresql:pg_verifybackup / pg_verifybackup/009_extract                        ERROR            ...
[23:07:26.351] 198/318 postgresql:pg_verifybackup / pg_verifybackup/010_client_untar                   ERROR            ...
[23:07:26.351] 200/318 postgresql:pg_waldump / pg_waldump/002_save_fullpage                            ERROR            ...
[23:07:26.351] 201/318 postgresql:pg_waldump / pg_waldump/001_basic                                    ERROR            ...
[23:07:26.351] 202/318 postgresql:pg_walsummary / pg_walsummary/002_blocks                             ERROR            ...
[23:07:26.351] 203/318 postgresql:pgbench / pgbench/001_pgbench_with_server                            ERROR            ...
[23:07:26.352] 205/318 postgresql:psql / psql/001_basic                                                ERROR            ...
[23:07:26.352] 206/318 postgresql:psql / psql/020_cancel                                               ERROR            ...
[23:07:26.352] 207/318 postgresql:psql / psql/010_tab_completion                                       ERROR            ...
[23:07:26.352] 208/318 postgresql:scripts / scripts/010_clusterdb                                      ERROR            ...
[23:07:26.352] 209/318 postgresql:scripts / scripts/011_clusterdb_all                                  ERROR            ...
[23:07:26.352] 210/318 postgresql:scripts / scripts/020_createdb                                       ERROR            ...
[23:07:26.352] 211/318 postgresql:scripts / scripts/050_dropdb                                         ERROR            ...
[23:07:26.352] 212/318 postgresql:scripts / scripts/040_createuser                                     ERROR            ...
[23:07:26.352] 213/318 postgresql:scripts / scripts/070_dropuser                                       ERROR            ...
[23:07:26.352] 214/318 postgresql:scripts / scripts/080_pg_isready                                     ERROR            ...
[23:07:26.352] 215/318 postgresql:scripts / scripts/091_reindexdb_all                                  ERROR            ...
[23:07:26.352] 216/318 postgresql:scripts / scripts/100_vacuumdb                                       ERROR            ...
[23:07:26.352] 217/318 postgresql:scripts / scripts/090_reindexdb                                      ERROR            ...
[23:07:26.352] 218/318 postgresql:scripts / scripts/101_vacuumdb_all                                   ERROR            ...
[23:07:26.352] 219/318 postgresql:scripts / scripts/102_vacuumdb_stages                                ERROR            ...
[23:07:26.352] 220/318 postgresql:scripts / scripts/200_connstr                                        ERROR            ...
[23:07:26.352] 221/318 postgresql:amcheck / amcheck/001_verify_heapam                                  ERROR            ...
[23:07:26.352] 222/318 postgresql:amcheck / amcheck/002_cic                                            ERROR            ...
[23:07:26.352] 224/318 postgresql:amcheck / amcheck/003_cic_2pc                                        ERROR            ...
[23:07:26.352] 225/318 postgresql:amcheck / amcheck/004_verify_nbtree_unique                           ERROR            ...
[23:07:26.352] 226/318 postgresql:amcheck / amcheck/005_pitr                                           ERROR            ...
[23:07:26.352] 228/318 postgresql:auto_explain / auto_explain/001_auto_explain                         ERROR            ...
[23:07:26.352] 229/318 postgresql:basebackup_to_shell / basebackup_to_shell/001_basic                  ERROR            ...
[23:07:26.352] 230/318 postgresql:bloom / bloom/001_wal                                                ERROR            ...
[23:07:26.352] 231/318 postgresql:pg_prewarm / pg_prewarm/001_basic                                    ERROR            ...
[23:07:26.352] 232/318 postgresql:pg_visibility / pg_visibility/001_concurrent_transaction             ERROR            ...
[23:07:26.352] 233/318 postgresql:pg_stat_statements / pg_stat_statements/010_restart                  ERROR            ...
[23:07:26.352] 235/318 postgresql:pg_visibility / pg_visibility/002_corrupt_vm                         ERROR            ...
[23:07:26.352] 236/318 postgresql:test_decoding / test_decoding/001_repl_stats                         ERROR            ...
[23:07:26.352] 237/318 postgresql:authentication / authentication/001_password                         ERROR            ...
[23:07:26.352] 239/318 postgresql:authentication / authentication/004_file_inclusion                   ERROR            ...
[23:07:26.352] 240/318 postgresql:authentication / authentication/003_peer                             ERROR            ...
[23:07:26.352] 241/318 postgresql:authentication / authentication/002_saslprep                         ERROR            ...
[23:07:26.352] 242/318 postgresql:postmaster / postmaster/001_connection_limits                        ERROR            ...
[23:07:26.352] 243/318 postgresql:authentication / authentication/006_login_trigger                    ERROR            ...
[23:07:26.352] 244/318 postgresql:subscription / subscription/001_rep_changes                          ERROR            ...
[23:07:26.352] 245/318 postgresql:postmaster / postmaster/002_start_stop                               ERROR            ...
[23:07:26.352] 246/318 postgresql:subscription / subscription/002_types                                ERROR            ...
[23:07:26.352] 247/318 postgresql:subscription / subscription/003_constraints                          ERROR            ...
[23:07:26.352] 248/318 postgresql:subscription / subscription/004_sync                                 ERROR            ...
[23:07:26.352] 249/318 postgresql:subscription / subscription/005_encoding                             ERROR            ...
[23:07:26.352] 250/318 postgresql:subscription / subscription/007_ddl                                  ERROR            ...
[23:07:26.352] 251/318 postgresql:subscription / subscription/006_rewrite                              ERROR            ...
[23:07:26.352] 252/318 postgresql:subscription / subscription/008_diff_schema                          ERROR            ...
[23:07:26.352] 253/318 postgresql:subscription / subscription/009_matviews                             ERROR            ...
[23:07:26.352] 254/318 postgresql:subscription / subscription/010_truncate                             ERROR            ...
[23:07:26.352] 255/318 postgresql:subscription / subscription/011_generated                            ERROR            ...
[23:07:26.352] 256/318 postgresql:subscription / subscription/012_collation                            ERROR            ...
[23:07:26.352] 257/318 postgresql:subscription / subscription/014_binary                               ERROR            ...
[23:07:26.352] 258/318 postgresql:subscription / subscription/013_partition                            ERROR            ...
[23:07:26.352] 259/318 postgresql:subscription / subscription/016_stream_subxact                       ERROR            ...
[23:07:26.352] 260/318 postgresql:subscription / subscription/015_stream                               ERROR            ...
[23:07:26.352] 261/318 postgresql:subscription / subscription/017_stream_ddl                           ERROR            ...
[23:07:26.390] 262/318 postgresql:subscription / subscription/018_stream_subxact_abort                 ERROR            ...
[23:07:26.390] 263/318 postgresql:subscription / subscription/020_messages                             ERROR            ...
[23:07:26.390] 265/318 postgresql:subscription / subscription/019_stream_subxact_ddl_abort             ERROR            ...
[23:07:26.390] 264/318 postgresql:subscription / subscription/021_twophase                             ERROR            ...
[23:07:26.390] 266/318 postgresql:subscription / subscription/022_twophase_cascade                     ERROR            ...
[23:07:26.390] 267/318 postgresql:subscription / subscription/023_twophase_stream                      ERROR            ...
[23:07:26.390] 268/318 postgresql:subscription / subscription/024_add_drop_pub                         ERROR            ...
[23:07:26.390] 269/318 postgresql:subscription / subscription/025_rep_changes_for_schema               ERROR            ...
[23:07:26.390] 270/318 postgresql:subscription / subscription/027_nosuperuser                          ERROR            ...
[23:07:26.390] 271/318 postgresql:subscription / subscription/026_stats                                ERROR            ...
[23:07:26.390] 272/318 postgresql:subscription / subscription/028_row_filter                           ERROR            ...
[23:07:26.390] 273/318 postgresql:subscription / subscription/030_origin                               ERROR            ...
[23:07:26.390] 274/318 postgresql:subscription / subscription/031_column_list                          ERROR            ...
[23:07:26.390] 275/318 postgresql:subscription / subscription/029_on_error                             ERROR            ...
[23:07:26.390] 276/318 postgresql:subscription / subscription/032_subscribe_use_index                  ERROR            ...
[23:07:26.390] 277/318 postgresql:subscription / subscription/033_run_as_table_owner                   ERROR            ...
[23:07:26.390] 278/318 postgresql:brin / brin/02_wal_consistency                                       ERROR            ...
[23:07:26.390] 279/318 postgresql:brin / brin/01_workitems                                             ERROR            ...
[23:07:26.390] 280/318 postgresql:commit_ts / commit_ts/001_base                                       ERROR            ...
[23:07:26.390] 281/318 postgresql:subscription / subscription/100_bugs                                 ERROR            ...
[23:07:26.390] 282/318 postgresql:commit_ts / commit_ts/002_standby                                    ERROR            ...
[23:07:26.390] 283/318 postgresql:commit_ts / commit_ts/003_standby_2                                  ERROR            ...
[23:07:26.390] 284/318 postgresql:commit_ts / commit_ts/004_restart                                    ERROR            ...
[23:07:26.390] 285/318 postgresql:injection_points / injection_points/001_stats                        ERROR            ...
[23:07:26.390] 286/318 postgresql:libpq_pipeline / libpq_pipeline/001_libpq_pipeline                   ERROR            ...
[23:07:26.390] 288/318 postgresql:test_custom_rmgrs / test_custom_rmgrs/001_basic                      ERROR            ...
[23:07:26.390] 287/318 postgresql:ssl_passphrase_callback / ssl_passphrase_callback/001_testfunc       ERROR            ...
[23:07:26.390] 291/318 postgresql:ldap_password_func / ldap_password_func/001_mutated_bindpasswd       ERROR            ...
[23:07:26.390] 292/318 postgresql:test_misc / test_misc/001_constraint_validation                      ERROR            ...
[23:07:26.390] 293/318 postgresql:test_misc / test_misc/002_tablespace                                 ERROR            ...
[23:07:26.390] 294/318 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
[23:07:26.390] 295/318 postgresql:test_misc / test_misc/004_io_direct                                  ERROR            ...
[23:07:26.390] 296/318 postgresql:test_misc / test_misc/005_timeouts                                   ERROR            ...
[23:07:26.390] 298/318 postgresql:test_misc / test_misc/006_signal_autovacuum                          ERROR            ...
[23:07:26.390] 299/318 postgresql:test_pg_dump / test_pg_dump/001_base                                 ERROR            ...
[23:07:26.390] 301/318 postgresql:test_slru / test_slru/001_multixact                                  ERROR            ...
[23:07:26.390] 304/318 postgresql:worker_spi / worker_spi/001_worker_spi                               ERROR            ...
[23:07:26.390] 305/318 postgresql:checksums / checksums/001_basic                                      ERROR            ...
[23:07:26.390] 306/318 postgresql:checksums / checksums/002_restarts                                   ERROR            ...
[23:07:26.390] 307/318 postgresql:checksums / checksums/003_standby_restarts                           ERROR            ...
[23:07:26.390] 308/318 postgresql:checksums / checksums/004_offline                                    ERROR            ...
[23:07:26.390] 309/318 postgresql:ssl / ssl/001_ssltests                                               ERROR            ...
[23:07:26.390] 310/318 postgresql:ssl / ssl/002_scram                                                  ERROR            ...
[23:07:26.390] 311/318 postgresql:ssl / ssl/003_sslinfo                                                ERROR            ...
[23:07:26.390] 312/318 postgresql:icu / icu/010_database                                               ERROR            ...
[23:07:26.390] 313/318 postgresql:ldap / ldap/001_auth                                                 ERROR            ...
[23:07:26.390] 314/318 postgresql:ldap / ldap/002_bindpasswd                                           ERROR            ...
[23:07:26.390] 315/318 postgresql:typcache / typcache/regress                                          ERROR           1...
[23:07:26.390] 317/318 postgresql:unsafe_tests / unsafe_tests/regress                                  ERROR           1...
[23:07:26.390] 318/318 postgresql:ecpg / ecpg/ecpg                                                     ERROR           1...
Linux - Debian Bookworm - Autoconf
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2887, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2887, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2887, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2887, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2887, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2887, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2887, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2887, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2887, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2887, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2887, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2887, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2887, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2887, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2887, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2887, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2887, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2887, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2887, PID...
core
[22:47:06.343] #0  0x00007f164bfdbebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:47:06.343] #1  0x00007f164bf8cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:47:06.343] #2  0x00007f164bf77472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:47:06.343] #3  0x000055aeaa6cbd2e in ExceptionalCondition (conditionName=conditionName@entry=0x55aeaaa35de0 "(remain...
[22:47:06.343] #4  0x000055aeaa218fc4 in PostmasterStateMachine () at postmaster.c:2887
[22:47:06.343] #5  0x000055aeaa2194f8 in process_pm_shutdown_request () at postmaster.c:2142
[22:47:06.343] #6  0x000055aeaa21a633 in ServerLoop () at postmaster.c:1650
[22:47:06.343] #7  0x000055aeaa21c92f in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x6070000003a0) at postmaste...
[22:47:06.343] #8  0x000055aea9fbf2b6 in main (argc=8, argv=0x6070000003a0) at main.c:196
[22:47:06.733] #0  0x00007fb5530abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:47:09.186] #0  0x00007f65c4eabebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:47:09.186] #1  0x00007f65c4e5cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:47:09.186] #2  0x00007f65c4e47472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:47:09.186] #3  0x0000555f67e8ed2e in ExceptionalCondition (conditionName=conditionName@entry=0x555f681f8de0 "(remain...
[22:47:09.186] #4  0x0000555f679dbfc4 in PostmasterStateMachine () at postmaster.c:2887
[22:47:09.186] #5  0x0000555f679dc4f8 in process_pm_shutdown_request () at postmaster.c:2142
[22:47:09.186] #6  0x0000555f679dd633 in ServerLoop () at postmaster.c:1650
[22:47:09.186] #7  0x0000555f679df92f in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x6040000005d0) at postmaste...
[22:47:09.186] #8  0x0000555f677822b6 in main (argc=4, argv=0x6040000005d0) at main.c:196
core
[22:47:08.771] #0  0x00007fe939aabebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:47:08.771] #1  0x00007fe939a5cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:47:08.771] #2  0x00007fe939a47472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:47:08.771] #3  0x000055a60d726d2e in ExceptionalCondition (conditionName=conditionName@entry=0x55a60da90de0 "(remain...
[22:47:08.771] #4  0x000055a60d273fc4 in PostmasterStateMachine () at postmaster.c:2887
[22:47:08.771] #5  0x000055a60d2744f8 in process_pm_shutdown_request () at postmaster.c:2142
[22:47:08.771] #6  0x000055a60d275633 in ServerLoop () at postmaster.c:1650
[22:47:08.771] #7  0x000055a60d27792f in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x604000000610) at postmaste...
[22:47:08.771] #8  0x000055a60d01a2b6 in main (argc=4, argv=0x604000000610) at main.c:196
[22:47:09.176] #0  0x00007f65c4eabebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:47:08.369] #0  0x00007f10c34abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:47:08.369] #1  0x00007f10c345cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:47:08.369] #2  0x00007f10c3447472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:47:08.369] #3  0x000055fd73fb5d2e in ExceptionalCondition (conditionName=conditionName@entry=0x55fd7431fde0 "(remain...
[22:47:08.369] #4  0x000055fd73b02fc4 in PostmasterStateMachine () at postmaster.c:2887
[22:47:08.369] #5  0x000055fd73b034f8 in process_pm_shutdown_request () at postmaster.c:2142
[22:47:08.369] #6  0x000055fd73b04633 in ServerLoop () at postmaster.c:1650
[22:47:08.369] #7  0x000055fd73b0692f in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x6070000003a0) at postmaste...
[22:47:08.369] #8  0x000055fd738a92b6 in main (argc=8, argv=0x6070000003a0) at main.c:196
[22:47:08.761] #0  0x00007fe939aabebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:47:07.963] #0  0x00007fb2066abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:47:07.963] #1  0x00007fb20665cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:47:07.963] #2  0x00007fb206647472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:47:07.963] #3  0x000055b68e641d2e in ExceptionalCondition (conditionName=conditionName@entry=0x55b68e9abde0 "(remain...
[22:47:07.963] #4  0x000055b68e18efc4 in PostmasterStateMachine () at postmaster.c:2887
[22:47:07.963] #5  0x000055b68e18f4f8 in process_pm_shutdown_request () at postmaster.c:2142
[22:47:07.963] #6  0x000055b68e190633 in ServerLoop () at postmaster.c:1650
[22:47:07.963] #7  0x000055b68e19292f in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x6070000003a0) at postmaste...
[22:47:07.963] #8  0x000055b68df352b6 in main (argc=8, argv=0x6070000003a0) at main.c:196
[22:47:08.358] #0  0x00007f10c34abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:47:07.558] #0  0x00007fdc4d3dbebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:47:07.558] #1  0x00007fdc4d38cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:47:07.558] #2  0x00007fdc4d377472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:47:07.558] #3  0x000055ebcedc4d2e in ExceptionalCondition (conditionName=conditionName@entry=0x55ebcf12ede0 "(remain...
[22:47:07.558] #4  0x000055ebce911fc4 in PostmasterStateMachine () at postmaster.c:2887
[22:47:07.558] #5  0x000055ebce9124f8 in process_pm_shutdown_request () at postmaster.c:2142
[22:47:07.558] #6  0x000055ebce913633 in ServerLoop () at postmaster.c:1650
[22:47:07.558] #7  0x000055ebce91592f in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x6070000003a0) at postmaste...
[22:47:07.558] #8  0x000055ebce6b82b6 in main (argc=8, argv=0x6070000003a0) at main.c:196
[22:47:07.953] #0  0x00007fb2066abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:47:07.153] #0  0x00007fd524eabebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:47:07.153] #1  0x00007fd524e5cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:47:07.153] #2  0x00007fd524e47472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:47:07.153] #3  0x00005595d184cd2e in ExceptionalCondition (conditionName=conditionName@entry=0x5595d1bb6de0 "(remain...
[22:47:07.153] #4  0x00005595d1399fc4 in PostmasterStateMachine () at postmaster.c:2887
[22:47:07.153] #5  0x00005595d139a639 in process_pm_shutdown_request () at postmaster.c:2179
[22:47:07.153] #6  0x00005595d139b633 in ServerLoop () at postmaster.c:1650
[22:47:07.153] #7  0x00005595d139d92f in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x6040000005d0) at postmaste...
[22:47:07.153] #8  0x00005595d11402b6 in main (argc=4, argv=0x6040000005d0) at main.c:196
[22:47:07.548] #0  0x00007fdc4d3dbebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:47:06.744] #0  0x00007fb5530abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:47:06.744] #1  0x00007fb55305cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:47:06.744] #2  0x00007fb553047472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:47:06.744] #3  0x0000565194354d2e in ExceptionalCondition (conditionName=conditionName@entry=0x5651946bede0 "(remain...
[22:47:06.744] #4  0x0000565193ea1fc4 in PostmasterStateMachine () at postmaster.c:2887
[22:47:06.744] #5  0x0000565193ea2639 in process_pm_shutdown_request () at postmaster.c:2179
[22:47:06.744] #6  0x0000565193ea3633 in ServerLoop () at postmaster.c:1650
[22:47:06.744] #7  0x0000565193ea592f in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x6040000005d0) at postmaste...
[22:47:06.744] #8  0x0000565193c482b6 in main (argc=4, argv=0x6040000005d0) at main.c:196
[22:47:07.142] #0  0x00007fd524eabebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:47:05.933] #0  0x00007f5b31ddbebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:47:05.933] #1  0x00007f5b31d8cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:47:05.933] #2  0x00007f5b31d77472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:47:05.933] #3  0x000056026c52ad2e in ExceptionalCondition (conditionName=conditionName@entry=0x56026c894de0 "(remain...
[22:47:05.933] #4  0x000056026c077fc4 in PostmasterStateMachine () at postmaster.c:2887
[22:47:05.933] #5  0x000056026c078639 in process_pm_shutdown_request () at postmaster.c:2179
[22:47:05.933] #6  0x000056026c079633 in ServerLoop () at postmaster.c:1650
[22:47:05.933] #7  0x000056026c07b92f in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x6040000005d0) at postmaste...
[22:47:05.933] #8  0x000056026be1e2b6 in main (argc=4, argv=0x6040000005d0) at main.c:196
[22:47:06.333] #0  0x00007f164bfdbebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:47:05.521] #0  0x00007fbee70abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:47:05.521] #1  0x00007fbee705cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:47:05.521] #2  0x00007fbee7047472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:47:05.521] #3  0x00005574b8bd9d2e in ExceptionalCondition (conditionName=conditionName@entry=0x5574b8f43de0 "(remain...
[22:47:05.521] #4  0x00005574b8726fc4 in PostmasterStateMachine () at postmaster.c:2887
[22:47:05.521] #5  0x00005574b87274f8 in process_pm_shutdown_request () at postmaster.c:2142
[22:47:05.521] #6  0x00005574b8728633 in ServerLoop () at postmaster.c:1650
[22:47:05.521] #7  0x00005574b872a92f in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x6070000003a0) at postmaste...
[22:47:05.521] #8  0x00005574b84cd2b6 in main (argc=8, argv=0x6070000003a0) at main.c:196
[22:47:05.923] #0  0x00007f5b31ddbebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:47:05.094] #0  0x00007f88e4cabebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:47:05.094] #1  0x00007f88e4c5cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:47:05.094] #2  0x00007f88e4c47472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:47:05.094] #3  0x0000562245d0cd2e in ExceptionalCondition (conditionName=conditionName@entry=0x562246076de0 "(remain...
[22:47:05.094] #4  0x0000562245859fc4 in PostmasterStateMachine () at postmaster.c:2887
[22:47:05.094] #5  0x000056224585a4f8 in process_pm_shutdown_request () at postmaster.c:2142
[22:47:05.094] #6  0x000056224585b633 in ServerLoop () at postmaster.c:1650
[22:47:05.094] #7  0x000056224585d92f in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x6070000003a0) at postmaste...
[22:47:05.094] #8  0x00005622456002b6 in main (argc=8, argv=0x6070000003a0) at main.c:196
[22:47:05.510] #0  0x00007fbee70abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:47:04.678] #0  0x00007f000bcabebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:47:04.678] #1  0x00007f000bc5cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:47:04.678] #2  0x00007f000bc47472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:47:04.678] #3  0x000055fa81432d2e in ExceptionalCondition (conditionName=conditionName@entry=0x55fa8179cde0 "(remain...
[22:47:04.678] #4  0x000055fa80f7ffc4 in PostmasterStateMachine () at postmaster.c:2887
[22:47:04.678] #5  0x000055fa80f804f8 in process_pm_shutdown_request () at postmaster.c:2142
[22:47:04.678] #6  0x000055fa80f81633 in ServerLoop () at postmaster.c:1650
[22:47:04.678] #7  0x000055fa80f8392f in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x604000000610) at postmaste...
[22:47:04.678] #8  0x000055fa80d262b6 in main (argc=4, argv=0x604000000610) at main.c:196
[22:47:05.084] #0  0x00007f88e4cabebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:47:04.247] #0  0x00007f21f90abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:47:04.247] #1  0x00007f21f905cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:47:04.247] #2  0x00007f21f9047472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:47:04.247] #3  0x00005595a3f2fd2e in ExceptionalCondition (conditionName=conditionName@entry=0x5595a4299de0 "(remain...
[22:47:04.247] #4  0x00005595a3a7cfc4 in PostmasterStateMachine () at postmaster.c:2887
[22:47:04.247] #5  0x00005595a3a7d4f8 in process_pm_shutdown_request () at postmaster.c:2142
[22:47:04.247] #6  0x00005595a3a7e633 in ServerLoop () at postmaster.c:1650
[22:47:04.247] #7  0x00005595a3a8092f in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x6070000003a0) at postmaste...
[22:47:04.247] #8  0x00005595a38232b6 in main (argc=8, argv=0x6070000003a0) at main.c:196
[22:47:04.668] #0  0x00007f000bcabebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:47:03.816] #0  0x00007fe6794abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:47:03.816] #1  0x00007fe67945cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:47:03.816] #2  0x00007fe679447472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:47:03.816] #3  0x00005576cb90bd2e in ExceptionalCondition (conditionName=conditionName@entry=0x5576cbc75de0 "(remain...
[22:47:03.816] #4  0x00005576cb458fc4 in PostmasterStateMachine () at postmaster.c:2887
[22:47:03.816] #5  0x00005576cb4594f8 in process_pm_shutdown_request () at postmaster.c:2142
[22:47:03.816] #6  0x00005576cb45a633 in ServerLoop () at postmaster.c:1650
[22:47:03.816] #7  0x00005576cb45c92f in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x6070000003a0) at postmaste...
[22:47:03.816] #8  0x00005576cb1ff2b6 in main (argc=8, argv=0x6070000003a0) at main.c:196
[22:47:04.237] #0  0x00007f21f90abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:47:03.396] #0  0x00007f851f9dbebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:47:03.396] #1  0x00007f851f98cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:47:03.396] #2  0x00007f851f977472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:47:03.396] #3  0x0000555ea1063d2e in ExceptionalCondition (conditionName=conditionName@entry=0x555ea13cdde0 "(remain...
[22:47:03.396] #4  0x0000555ea0bb0fc4 in PostmasterStateMachine () at postmaster.c:2887
[22:47:03.396] #5  0x0000555ea0bb1639 in process_pm_shutdown_request () at postmaster.c:2179
[22:47:03.396] #6  0x0000555ea0bb2633 in ServerLoop () at postmaster.c:1650
[22:47:03.396] #7  0x0000555ea0bb492f in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x604000000610) at postmaste...
[22:47:03.396] #8  0x0000555ea09572b6 in main (argc=4, argv=0x604000000610) at main.c:196
[22:47:03.805] #0  0x00007fe6794abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:47:02.968] #0  0x00007faf36eabebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:47:02.968] #1  0x00007faf36e5cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:47:02.968] #2  0x00007faf36e47472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:47:02.968] #3  0x000055a6b17d3d2e in ExceptionalCondition (conditionName=conditionName@entry=0x55a6b1b3dde0 "(remain...
[22:47:02.968] #4  0x000055a6b1320fc4 in PostmasterStateMachine () at postmaster.c:2887
[22:47:02.968] #5  0x000055a6b13214f8 in process_pm_shutdown_request () at postmaster.c:2142
[22:47:02.968] #6  0x000055a6b1322633 in ServerLoop () at postmaster.c:1650
[22:47:02.968] #7  0x000055a6b132492f in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x6070000003a0) at postmaste...
[22:47:02.968] #8  0x000055a6b10c72b6 in main (argc=8, argv=0x6070000003a0) at main.c:196
[22:47:03.385] #0  0x00007f851f9dbebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:47:02.554] #0  0x00007fbc2e0abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:47:02.554] #1  0x00007fbc2e05cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:47:02.554] #2  0x00007fbc2e047472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:47:02.554] #3  0x0000556d9b3a0d2e in ExceptionalCondition (conditionName=conditionName@entry=0x556d9b70ade0 "(remain...
[22:47:02.554] #4  0x0000556d9aeedfc4 in PostmasterStateMachine () at postmaster.c:2887
[22:47:02.554] #5  0x0000556d9aeee4f8 in process_pm_shutdown_request () at postmaster.c:2142
[22:47:02.554] #6  0x0000556d9aeef633 in ServerLoop () at postmaster.c:1650
[22:47:02.554] #7  0x0000556d9aef192f in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x6070000003a0) at postmaste...
[22:47:02.554] #8  0x0000556d9ac942b6 in main (argc=8, argv=0x6070000003a0) at main.c:196
[22:47:02.958] #0  0x00007faf36eabebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:47:02.139] #0  0x00007fce324abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:47:02.139] #1  0x00007fce3245cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:47:02.139] #2  0x00007fce32447472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:47:02.139] #3  0x000055ec47621d2e in ExceptionalCondition (conditionName=conditionName@entry=0x55ec4798bde0 "(remain...
[22:47:02.139] #4  0x000055ec4716efc4 in PostmasterStateMachine () at postmaster.c:2887
[22:47:02.139] #5  0x000055ec4716f639 in process_pm_shutdown_request () at postmaster.c:2179
[22:47:02.139] #6  0x000055ec47170633 in ServerLoop () at postmaster.c:1650
[22:47:02.139] #7  0x000055ec4717292f in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x604000000590) at postmaste...
[22:47:02.139] #8  0x000055ec46f152b6 in main (argc=4, argv=0x604000000590) at main.c:196
[22:47:02.543] #0  0x00007fbc2e0abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:47:01.719] #0  0x00007f938d8abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:47:01.719] #1  0x00007f938d85cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:47:01.719] #2  0x00007f938d847472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:47:01.719] #3  0x000055f6fc6cbd2e in ExceptionalCondition (conditionName=conditionName@entry=0x55f6fca35de0 "(remain...
[22:47:01.719] #4  0x000055f6fc218fc4 in PostmasterStateMachine () at postmaster.c:2887
[22:47:01.719] #5  0x000055f6fc219639 in process_pm_shutdown_request () at postmaster.c:2179
[22:47:01.719] #6  0x000055f6fc21a633 in ServerLoop () at postmaster.c:1650
[22:47:01.719] #7  0x000055f6fc21c92f in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x604000000610) at postmaste...
[22:47:01.719] #8  0x000055f6fbfbf2b6 in main (argc=4, argv=0x604000000610) at main.c:196
[22:47:02.125] #0  0x00007fce324abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
tap
[22:43:13.927](1.042s) Bail out!  pg_ctl stop failed
tap
[22:42:58.100](1.620s) Bail out!  pg_ctl stop failed
tap
[22:42:54.089](1.864s) Bail out!  pg_ctl stop failed
Linux - Debian Bookworm - Meson
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
core
[22:55:07.945] #0  0x00007f9995ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:07.945] #1  0x00007f9995e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:07.945] #2  0x00007f9995e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:07.945] #3  0x00005621b4e3b6e9 in ExceptionalCondition (conditionName=conditionName@entry=0x5621b50de508 "(remain...
[22:55:07.945] #4  0x00005621b4a56005 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:55:07.945] #5  0x00005621b4a5669c in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[22:55:07.945] #6  0x00005621b4a5741d in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:55:07.945] #7  0x00005621b4a58e1e in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5621b5ee2d00) at ../src/ba...
[22:55:07.945] #8  0x00005621b488dca8 in main (argc=4, argv=0x5621b5ee2d00) at ../src/backend/main/main.c:196
[22:55:08.390] #0  0x00007fc93eea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:55:07.010] #0  0x00007fc91b6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:07.010] #1  0x00007fc91b65afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:07.010] #2  0x00007fc91b645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:07.010] #3  0x0000557eeac126e9 in ExceptionalCondition (conditionName=conditionName@entry=0x557eeaeb5508 "(remain...
[22:55:07.010] #4  0x0000557eea82d005 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:55:07.010] #5  0x0000557eea82d69c in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[22:55:07.010] #6  0x0000557eea82e41d in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:55:07.010] #7  0x0000557eea82fe1e in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x557eeba88d40) at ../src/ba...
[22:55:07.010] #8  0x0000557eea664ca8 in main (argc=4, argv=0x557eeba88d40) at ../src/backend/main/main.c:196
[22:55:07.443] #0  0x00007f58352a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:55:07.462] #0  0x00007f58352a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:07.462] #1  0x00007f583525afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:07.462] #2  0x00007f5835245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:07.462] #3  0x000055ff01a636e9 in ExceptionalCondition (conditionName=conditionName@entry=0x55ff01d06508 "(remain...
[22:55:07.462] #4  0x000055ff0167e005 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:55:07.462] #5  0x000055ff0167e55b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[22:55:07.462] #6  0x000055ff0167f41d in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:55:07.462] #7  0x000055ff01680e1e in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55ff044cbd00) at ../src/ba...
[22:55:07.462] #8  0x000055ff014b5ca8 in main (argc=4, argv=0x55ff044cbd00) at ../src/backend/main/main.c:196
[22:55:07.922] #0  0x00007f9995ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:55:08.412] #0  0x00007fc93eea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:08.412] #1  0x00007fc93ee5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:08.412] #2  0x00007fc93ee45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:08.412] #3  0x000055962d8dc6e9 in ExceptionalCondition (conditionName=conditionName@entry=0x55962db7f508 "(remain...
[22:55:08.412] #4  0x000055962d4f7005 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:55:08.412] #5  0x000055962d4f755b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[22:55:08.412] #6  0x000055962d4f841d in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:55:08.412] #7  0x000055962d4f9e1e in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55962eae6d00) at ../src/ba...
[22:55:08.412] #8  0x000055962d32eca8 in main (argc=4, argv=0x55962eae6d00) at ../src/backend/main/main.c:196
[22:55:08.867] #0  0x00007fd2210a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:55:08.889] #0  0x00007fd2210a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:08.889] #1  0x00007fd22105afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:08.889] #2  0x00007fd221045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:08.889] #3  0x000055839457e6e9 in ExceptionalCondition (conditionName=conditionName@entry=0x558394821508 "(remain...
[22:55:08.889] #4  0x0000558394199005 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:55:08.889] #5  0x000055839419a324 in process_pm_child_exit () at ../src/backend/postmaster/postmaster.c:2523
[22:55:08.889] #6  0x000055839419a42b in ServerLoop () at ../src/backend/postmaster/postmaster.c:1654
[22:55:08.890] #7  0x000055839419be1e in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x558395330d00) at ../src/ba...
[22:55:08.890] #8  0x0000558393fd0ca8 in main (argc=4, argv=0x558395330d00) at ../src/backend/main/main.c:196
[22:55:09.308] #0  0x00007fc10c8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:55:09.330] #0  0x00007fc10c8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:09.330] #1  0x00007fc10c85afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:09.330] #2  0x00007fc10c845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:09.330] #3  0x000055a59b8216e9 in ExceptionalCondition (conditionName=conditionName@entry=0x55a59bac4508 "(remain...
[22:55:09.330] #4  0x000055a59b43c005 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:55:09.330] #5  0x000055a59b43c55b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[22:55:09.330] #6  0x000055a59b43d41d in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:55:09.330] #7  0x000055a59b43ee1e in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55a59d166d20) at ../src/ba...
[22:55:09.330] #8  0x000055a59b273ca8 in main (argc=8, argv=0x55a59d166d20) at ../src/backend/main/main.c:196
[22:55:09.758] #0  0x00007f6f842a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:55:09.777] #0  0x00007f6f842a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:09.777] #1  0x00007f6f8425afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:09.777] #2  0x00007f6f84245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:09.777] #3  0x0000562685cb06e9 in ExceptionalCondition (conditionName=conditionName@entry=0x562685f53508 "(remain...
[22:55:09.777] #4  0x00005626858cb005 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:55:09.777] #5  0x00005626858cb55b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[22:55:09.777] #6  0x00005626858cc41d in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:55:09.777] #7  0x00005626858cde1e in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x562687f99d20) at ../src/ba...
[22:55:09.777] #8  0x0000562685702ca8 in main (argc=8, argv=0x562687f99d20) at ../src/backend/main/main.c:196
[22:55:10.250] #0  0x00007f8b4a8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:55:10.269] #0  0x00007f8b4a8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:10.269] #1  0x00007f8b4a85afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:10.269] #2  0x00007f8b4a845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:10.269] #3  0x000055734f1946e9 in ExceptionalCondition (conditionName=conditionName@entry=0x55734f437508 "(remain...
[22:55:10.269] #4  0x000055734edaf005 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:55:10.269] #5  0x000055734edaf69c in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[22:55:10.269] #6  0x000055734edb041d in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:55:10.269] #7  0x000055734edb1e1e in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x557351843d00) at ../src/ba...
[22:55:10.269] #8  0x000055734ebe6ca8 in main (argc=4, argv=0x557351843d00) at ../src/backend/main/main.c:196
[22:55:10.687] #0  0x00007f555b6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:55:10.706] #0  0x00007f555b6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:10.706] #1  0x00007f555b65afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:10.706] #2  0x00007f555b645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:10.706] #3  0x000056376765e6e9 in ExceptionalCondition (conditionName=conditionName@entry=0x563767901508 "(remain...
[22:55:10.706] #4  0x0000563767279005 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:55:10.706] #5  0x000056376727955b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[22:55:10.706] #6  0x000056376727a41d in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:55:10.706] #7  0x000056376727be1e in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x563768c0ad10) at ../src/ba...
[22:55:10.706] #8  0x00005637670b0ca8 in main (argc=4, argv=0x563768c0ad10) at ../src/backend/main/main.c:196
[22:55:11.141] #0  0x00007f27566a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:55:11.160] #0  0x00007f27566a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:11.160] #1  0x00007f275665afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:11.160] #2  0x00007f2756645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:11.160] #3  0x00005649f5f706e9 in ExceptionalCondition (conditionName=conditionName@entry=0x5649f6213508 "(remain...
[22:55:11.160] #4  0x00005649f5b8b005 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:55:11.160] #5  0x00005649f5b8b55b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[22:55:11.160] #6  0x00005649f5b8c41d in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:55:11.160] #7  0x00005649f5b8de1e in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x5649f8112d90) at ../src/ba...
[22:55:11.160] #8  0x00005649f59c2ca8 in main (argc=8, argv=0x5649f8112d90) at ../src/backend/main/main.c:196
[22:55:11.605] #0  0x00007f3b50ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:55:11.624] #0  0x00007f3b50ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:11.624] #1  0x00007f3b50c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:11.624] #2  0x00007f3b50c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:11.624] #3  0x000055bd8b40c6e9 in ExceptionalCondition (conditionName=conditionName@entry=0x55bd8b6af508 "(remain...
[22:55:11.624] #4  0x000055bd8b027005 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:55:11.624] #5  0x000055bd8b02755b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[22:55:11.624] #6  0x000055bd8b02841d in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:55:11.624] #7  0x000055bd8b029e1e in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55bd8cbccd20) at ../src/ba...
[22:55:11.624] #8  0x000055bd8ae5eca8 in main (argc=8, argv=0x55bd8cbccd20) at ../src/backend/main/main.c:196
[22:55:12.057] #0  0x00007f8fd2aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:55:12.078] #0  0x00007f8fd2aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:12.078] #1  0x00007f8fd2a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:12.078] #2  0x00007f8fd2a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:12.078] #3  0x000056146da036e9 in ExceptionalCondition (conditionName=conditionName@entry=0x56146dca6508 "(remain...
[22:55:12.078] #4  0x000056146d61e005 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:55:12.078] #5  0x000056146d61e55b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[22:55:12.078] #6  0x000056146d61f41d in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:55:12.078] #7  0x000056146d620e1e in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x56146ea56d20) at ../src/ba...
[22:55:12.078] #8  0x000056146d455ca8 in main (argc=8, argv=0x56146ea56d20) at ../src/backend/main/main.c:196
[22:55:12.517] #0  0x00007fb77dea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:55:12.538] #0  0x00007fb77dea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:12.538] #1  0x00007fb77de5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:12.538] #2  0x00007fb77de45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:12.538] #3  0x000055be06ef36e9 in ExceptionalCondition (conditionName=conditionName@entry=0x55be07196508 "(remain...
[22:55:12.538] #4  0x000055be06b0e005 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:55:12.538] #5  0x000055be06b0e69c in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[22:55:12.538] #6  0x000055be06b0f41d in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:55:12.539] #7  0x000055be06b10e1e in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55be09354d00) at ../src/ba...
[22:55:12.539] #8  0x000055be06945ca8 in main (argc=4, argv=0x55be09354d00) at ../src/backend/main/main.c:196
[22:55:12.973] #0  0x00007f204bea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:55:12.992] #0  0x00007f204bea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:12.992] #1  0x00007f204be5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:12.992] #2  0x00007f204be45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:12.992] #3  0x0000561dd31ce6e9 in ExceptionalCondition (conditionName=conditionName@entry=0x561dd3471508 "(remain...
[22:55:12.992] #4  0x0000561dd2de9005 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:55:12.992] #5  0x0000561dd2de955b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[22:55:12.992] #6  0x0000561dd2dea41d in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:55:12.992] #7  0x0000561dd2debe1e in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x561dd5681d80) at ../src/ba...
[22:55:12.992] #8  0x0000561dd2c20ca8 in main (argc=8, argv=0x561dd5681d80) at ../src/backend/main/main.c:196
[22:55:13.448] #0  0x00007fe8d98a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:55:13.468] #0  0x00007fe8d98a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:13.468] #1  0x00007fe8d985afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:13.468] #2  0x00007fe8d9845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:13.468] #3  0x000055b3bdbdc6e9 in ExceptionalCondition (conditionName=conditionName@entry=0x55b3bde7f508 "(remain...
[22:55:13.468] #4  0x000055b3bd7f7005 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:55:13.468] #5  0x000055b3bd7f769c in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[22:55:13.468] #6  0x000055b3bd7f841d in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:55:13.468] #7  0x000055b3bd7f9e1e in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55b3bee8fd10) at ../src/ba...
[22:55:13.468] #8  0x000055b3bd62eca8 in main (argc=4, argv=0x55b3bee8fd10) at ../src/backend/main/main.c:196
[22:55:13.920] #0  0x00007fdb04aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:55:13.939] #0  0x00007fdb04aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:13.939] #1  0x00007fdb04a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:13.939] #2  0x00007fdb04a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:13.939] #3  0x00005628db5606e9 in ExceptionalCondition (conditionName=conditionName@entry=0x5628db803508 "(remain...
[22:55:13.939] #4  0x00005628db17b005 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:55:13.939] #5  0x00005628db17b69c in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[22:55:13.939] #6  0x00005628db17c41d in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:55:13.939] #7  0x00005628db17de1e in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5628dcfbad00) at ../src/ba...
[22:55:13.939] #8  0x00005628dafb2ca8 in main (argc=4, argv=0x5628dcfbad00) at ../src/backend/main/main.c:196
[22:55:14.392] #0  0x00007f5e690a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:55:14.415] #0  0x00007f5e690a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:14.415] #1  0x00007f5e6905afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:14.415] #2  0x00007f5e69045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:14.415] #3  0x000055eb8003d6e9 in ExceptionalCondition (conditionName=conditionName@entry=0x55eb802e0508 "(remain...
[22:55:14.415] #4  0x000055eb7fc58005 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:55:14.415] #5  0x000055eb7fc5855b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[22:55:14.415] #6  0x000055eb7fc5941d in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:55:14.415] #7  0x000055eb7fc5ae1e in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55eb828cacf0) at ../src/ba...
[22:55:14.415] #8  0x000055eb7fa8fca8 in main (argc=4, argv=0x55eb828cacf0) at ../src/backend/main/main.c:196
[22:55:14.865] #0  0x00007f4a680a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:55:14.887] #0  0x00007f4a680a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:14.887] #1  0x00007f4a6805afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:14.887] #2  0x00007f4a68045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:14.887] #3  0x000055ce338e66e9 in ExceptionalCondition (conditionName=conditionName@entry=0x55ce33b89508 "(remain...
[22:55:14.887] #4  0x000055ce33501005 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:55:14.887] #5  0x000055ce3350169c in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[22:55:14.887] #6  0x000055ce3350241d in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:55:14.887] #7  0x000055ce33503e1e in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55ce3518ad00) at ../src/ba...
[22:55:14.887] #8  0x000055ce33338ca8 in main (argc=4, argv=0x55ce3518ad00) at ../src/backend/main/main.c:196
[22:55:15.326] #0  0x00007f98ef6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:55:15.345] #0  0x00007f98ef6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:15.345] #1  0x00007f98ef65afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:15.345] #2  0x00007f98ef645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:15.345] #3  0x000055b4579d36e9 in ExceptionalCondition (conditionName=conditionName@entry=0x55b457c76508 "(remain...
[22:55:15.345] #4  0x000055b4575ee005 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:55:15.345] #5  0x000055b4575ee55b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[22:55:15.345] #6  0x000055b4575ef41d in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:55:15.345] #7  0x000055b4575f0e1e in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55b458b2dd10) at ../src/ba...
[22:55:15.345] #8  0x000055b457425ca8 in main (argc=4, argv=0x55b458b2dd10) at ../src/backend/main/main.c:196
[22:55:15.782] #0  0x00007f635b8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:55:15.803] #0  0x00007f635b8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:15.803] #1  0x00007f635b85afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:15.803] #2  0x00007f635b845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:15.803] #3  0x000055b1c555f6e9 in ExceptionalCondition (conditionName=conditionName@entry=0x55b1c5802508 "(remain...
[22:55:15.803] #4  0x000055b1c517a005 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:55:15.803] #5  0x000055b1c517a55b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[22:55:15.803] #6  0x000055b1c517b41d in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:55:15.804] #7  0x000055b1c517ce1e in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55b1c7c3cd20) at ../src/ba...
[22:55:15.804] #8  0x000055b1c4fb1ca8 in main (argc=8, argv=0x55b1c7c3cd20) at ../src/backend/main/main.c:196
[22:55:16.249] #0  0x00007f7f694a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:55:16.272] #0  0x00007f7f694a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:16.272] #1  0x00007f7f6945afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:16.272] #2  0x00007f7f69445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:16.272] #3  0x000055b09969c6e9 in ExceptionalCondition (conditionName=conditionName@entry=0x55b09993f508 "(remain...
[22:55:16.272] #4  0x000055b0992b7005 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:55:16.272] #5  0x000055b0992b8324 in process_pm_child_exit () at ../src/backend/postmaster/postmaster.c:2523
[22:55:16.272] #6  0x000055b0992b842b in ServerLoop () at ../src/backend/postmaster/postmaster.c:1654
[22:55:16.272] #7  0x000055b0992b9e1e in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55b09bfd5d10) at ../src/ba...
[22:55:16.272] #8  0x000055b0990eeca8 in main (argc=4, argv=0x55b09bfd5d10) at ../src/backend/main/main.c:196
[22:55:16.731] #0  0x00007f8d18ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:55:16.753] #0  0x00007f8d18ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:16.753] #1  0x00007f8d18c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:16.753] #2  0x00007f8d18c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:16.753] #3  0x000056042eed36e9 in ExceptionalCondition (conditionName=conditionName@entry=0x56042f176508 "(remain...
[22:55:16.753] #4  0x000056042eaee005 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:55:16.753] #5  0x000056042eaee69c in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[22:55:16.753] #6  0x000056042eaef41d in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:55:16.753] #7  0x000056042eaf0e1e in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x560431652ce0) at ../src/ba...
[22:55:16.753] #8  0x000056042e925ca8 in main (argc=4, argv=0x560431652ce0) at ../src/backend/main/main.c:196
[22:55:17.173] #0  0x00007fd025ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:55:17.194] #0  0x00007fd025ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:17.194] #1  0x00007fd025e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:17.194] #2  0x00007fd025e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:17.194] #3  0x000055c5cbba06e9 in ExceptionalCondition (conditionName=conditionName@entry=0x55c5cbe43508 "(remain...
[22:55:17.194] #4  0x000055c5cb7bb005 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:55:17.194] #5  0x000055c5cb7bb55b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[22:55:17.194] #6  0x000055c5cb7bc41d in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:55:17.194] #7  0x000055c5cb7bde1e in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55c5ce735d60) at ../src/ba...
[22:55:17.194] #8  0x000055c5cb5f2ca8 in main (argc=8, argv=0x55c5ce735d60) at ../src/backend/main/main.c:196
[22:55:17.638] #0  0x00007f36eeca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:55:17.658] #0  0x00007f36eeca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:17.658] #1  0x00007f36eec5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:17.658] #2  0x00007f36eec45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:17.658] #3  0x00005654907896e9 in ExceptionalCondition (conditionName=conditionName@entry=0x565490a2c508 "(remain...
[22:55:17.658] #4  0x00005654903a4005 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:55:17.658] #5  0x00005654903a469c in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[22:55:17.658] #6  0x00005654903a541d in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:55:17.658] #7  0x00005654903a6e1e in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5654930e4d00) at ../src/ba...
[22:55:17.658] #8  0x00005654901dbca8 in main (argc=4, argv=0x5654930e4d00) at ../src/backend/main/main.c:196
[22:55:18.101] #0  0x00007fa0fa8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:55:18.119] #0  0x00007fa0fa8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:18.119] #1  0x00007fa0fa85afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:18.119] #2  0x00007fa0fa845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:18.119] #3  0x00005591703b36e9 in ExceptionalCondition (conditionName=conditionName@entry=0x559170656508 "(remain...
[22:55:18.119] #4  0x000055916ffce005 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:55:18.119] #5  0x000055916ffce69c in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[22:55:18.119] #6  0x000055916ffcf41d in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:55:18.120] #7  0x000055916ffd0e1e in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5591716dfd00) at ../src/ba...
[22:55:18.120] #8  0x000055916fe05ca8 in main (argc=4, argv=0x5591716dfd00) at ../src/backend/main/main.c:196
[22:55:18.549] #0  0x00007f6492ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:55:18.571] #0  0x00007f6492ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:18.571] #1  0x00007f6492e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:18.571] #2  0x00007f6492e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:18.571] #3  0x0000559dd96016e9 in ExceptionalCondition (conditionName=conditionName@entry=0x559dd98a4508 "(remain...
[22:55:18.571] #4  0x0000559dd921c005 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:55:18.571] #5  0x0000559dd921c69c in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[22:55:18.571] #6  0x0000559dd921d41d in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:55:18.571] #7  0x0000559dd921ee1e in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x559ddb812d40) at ../src/ba...
[22:55:18.571] #8  0x0000559dd9053ca8 in main (argc=4, argv=0x559ddb812d40) at ../src/backend/main/main.c:196
[22:55:18.997] #0  0x00007faf95aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:55:19.015] #0  0x00007faf95aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:19.015] #1  0x00007faf95a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:19.015] #2  0x00007faf95a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:19.015] #3  0x00005645dc5536e9 in ExceptionalCondition (conditionName=conditionName@entry=0x5645dc7f6508 "(remain...
[22:55:19.015] #4  0x00005645dc16e005 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:55:19.015] #5  0x00005645dc16e55b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[22:55:19.015] #6  0x00005645dc16f41d in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:55:19.016] #7  0x00005645dc170e1e in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x5645ded50d90) at ../src/ba...
[22:55:19.016] #8  0x00005645dbfa5ca8 in main (argc=8, argv=0x5645ded50d90) at ../src/backend/main/main.c:196
[22:55:19.430] #0  0x00007f7002aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:55:19.451] #0  0x00007f7002aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:19.451] #1  0x00007f7002a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:19.451] #2  0x00007f7002a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:19.451] #3  0x00005581c5cf36e9 in ExceptionalCondition (conditionName=conditionName@entry=0x5581c5f96508 "(remain...
[22:55:19.451] #4  0x00005581c590e005 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:55:19.451] #5  0x00005581c590e55b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[22:55:19.451] #6  0x00005581c590f41d in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:55:19.451] #7  0x00005581c5910e1e in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x5581c787dd80) at ../src/ba...
[22:55:19.451] #8  0x00005581c5745ca8 in main (argc=8, argv=0x5581c787dd80) at ../src/backend/main/main.c:196
[22:55:19.900] #0  0x00007f15918a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:55:19.919] #0  0x00007f15918a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:19.919] #1  0x00007f159185afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:19.919] #2  0x00007f1591845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:19.919] #3  0x0000557f668726e9 in ExceptionalCondition (conditionName=conditionName@entry=0x557f66b15508 "(remain...
[22:55:19.919] #4  0x0000557f6648d005 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:55:19.919] #5  0x0000557f6648d55b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[22:55:19.919] #6  0x0000557f6648e41d in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:55:19.919] #7  0x0000557f6648fe1e in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x557f68948d00) at ../src/ba...
[22:55:19.919] #8  0x0000557f662c4ca8 in main (argc=4, argv=0x557f68948d00) at ../src/backend/main/main.c:196
[22:55:20.340] #0  0x00007fd3b42a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:55:20.362] #0  0x00007fd3b42a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:20.362] #1  0x00007fd3b425afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:20.362] #2  0x00007fd3b4245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:20.362] #3  0x0000558a3ef236e9 in ExceptionalCondition (conditionName=conditionName@entry=0x558a3f1c6508 "(remain...
[22:55:20.362] #4  0x0000558a3eb3e005 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:55:20.362] #5  0x0000558a3eb3e55b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[22:55:20.362] #6  0x0000558a3eb3f41d in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:55:20.362] #7  0x0000558a3eb40e1e in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x558a408bbcd0) at ../src/ba...
[22:55:20.362] #8  0x0000558a3e975ca8 in main (argc=4, argv=0x558a408bbcd0) at ../src/backend/main/main.c:196
[22:55:20.787] #0  0x00007fc5d86a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:55:20.808] #0  0x00007fc5d86a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:20.808] #1  0x00007fc5d865afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:20.808] #2  0x00007fc5d8645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:20.808] #3  0x000056189b7536e9 in ExceptionalCondition (conditionName=conditionName@entry=0x56189b9f6508 "(remain...
[22:55:20.808] #4  0x000056189b36e005 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:55:20.808] #5  0x000056189b36e69c in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[22:55:20.808] #6  0x000056189b36f41d in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:55:20.809] #7  0x000056189b370e1e in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x56189c5b5d10) at ../src/ba...
[22:55:20.809] #8  0x000056189b1a5ca8 in main (argc=4, argv=0x56189c5b5d10) at ../src/backend/main/main.c:196
[22:55:21.251] #0  0x00007f364c6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:55:21.270] #0  0x00007f364c6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:21.270] #1  0x00007f364c65afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:21.270] #2  0x00007f364c645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:21.270] #3  0x0000555d5c7736e9 in ExceptionalCondition (conditionName=conditionName@entry=0x555d5ca16508 "(remain...
[22:55:21.270] #4  0x0000555d5c38e005 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:55:21.270] #5  0x0000555d5c38e69c in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[22:55:21.270] #6  0x0000555d5c38f41d in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:55:21.271] #7  0x0000555d5c390e1e in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x555d5e9a6d00) at ../src/ba...
[22:55:21.271] #8  0x0000555d5c1c5ca8 in main (argc=4, argv=0x555d5e9a6d00) at ../src/backend/main/main.c:196
[22:55:21.720] #0  0x00007f24dfea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:55:21.741] #0  0x00007f24dfea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:21.741] #1  0x00007f24dfe5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:21.741] #2  0x00007f24dfe45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:21.741] #3  0x00005619d2b5a6e9 in ExceptionalCondition (conditionName=conditionName@entry=0x5619d2dfd508 "(remain...
[22:55:21.741] #4  0x00005619d2775005 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:55:21.741] #5  0x00005619d277569c in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[22:55:21.741] #6  0x00005619d277641d in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:55:21.742] #7  0x00005619d2777e1e in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5619d3a53d00) at ../src/ba...
[22:55:21.742] #8  0x00005619d25acca8 in main (argc=4, argv=0x5619d3a53d00) at ../src/backend/main/main.c:196
[22:55:22.172] #0  0x00007ffb13ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:55:22.191] #0  0x00007ffb13ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:22.191] #1  0x00007ffb13c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:22.191] #2  0x00007ffb13c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:22.191] #3  0x000056199ff9e6e9 in ExceptionalCondition (conditionName=conditionName@entry=0x5619a0241508 "(remain...
[22:55:22.191] #4  0x000056199fbb9005 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:55:22.191] #5  0x000056199fbb955b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[22:55:22.191] #6  0x000056199fbba41d in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:55:22.191] #7  0x000056199fbbbe1e in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x5619a181dd40) at ../src/ba...
[22:55:22.191] #8  0x000056199f9f0ca8 in main (argc=8, argv=0x5619a181dd40) at ../src/backend/main/main.c:196
[22:55:22.613] #0  0x00007f547a8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:55:22.632] #0  0x00007f547a8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:22.632] #1  0x00007f547a85afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:22.632] #2  0x00007f547a845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:22.632] #3  0x000055c96ed576e9 in ExceptionalCondition (conditionName=conditionName@entry=0x55c96effa508 "(remain...
[22:55:22.632] #4  0x000055c96e972005 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:55:22.632] #5  0x000055c96e97255b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[22:55:22.632] #6  0x000055c96e97341d in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:55:22.632] #7  0x000055c96e974e1e in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55c970b06d40) at ../src/ba...
[22:55:22.632] #8  0x000055c96e7a9ca8 in main (argc=8, argv=0x55c970b06d40) at ../src/backend/main/main.c:196
[22:55:23.081] #0  0x00007f2410ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:55:23.100] #0  0x00007f2410ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:23.100] #1  0x00007f2410c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:23.100] #2  0x00007f2410c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:23.100] #3  0x0000564a88e626e9 in ExceptionalCondition (conditionName=conditionName@entry=0x564a89105508 "(remain...
[22:55:23.100] #4  0x0000564a88a7d005 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:55:23.100] #5  0x0000564a88a7d69c in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[22:55:23.100] #6  0x0000564a88a7e41d in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:55:23.100] #7  0x0000564a88a7fe1e in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x564a8a02ad00) at ../src/ba...
[22:55:23.100] #8  0x0000564a888b4ca8 in main (argc=4, argv=0x564a8a02ad00) at ../src/backend/main/main.c:196
[22:55:23.543] #0  0x00007f2ca76a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:55:23.565] #0  0x00007f2ca76a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:23.565] #1  0x00007f2ca765afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:23.565] #2  0x00007f2ca7645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:23.565] #3  0x000055c27b9a76e9 in ExceptionalCondition (conditionName=conditionName@entry=0x55c27bc4a508 "(remain...
[22:55:23.565] #4  0x000055c27b5c2005 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:55:23.565] #5  0x000055c27b5c255b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[22:55:23.565] #6  0x000055c27b5c341d in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:55:23.565] #7  0x000055c27b5c4e1e in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55c27ce58cf0) at ../src/ba...
[22:55:23.565] #8  0x000055c27b3f9ca8 in main (argc=4, argv=0x55c27ce58cf0) at ../src/backend/main/main.c:196
[22:55:24.014] #0  0x00007fbcb6ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:55:24.035] #0  0x00007fbcb6ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:24.035] #1  0x00007fbcb6c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:24.035] #2  0x00007fbcb6c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:24.035] #3  0x000055e396cc46e9 in ExceptionalCondition (conditionName=conditionName@entry=0x55e396f67508 "(remain...
[22:55:24.035] #4  0x000055e3968df005 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:55:24.035] #5  0x000055e3968df69c in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[22:55:24.035] #6  0x000055e3968e041d in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:55:24.035] #7  0x000055e3968e1e1e in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55e3981cad00) at ../src/ba...
[22:55:24.035] #8  0x000055e396716ca8 in main (argc=4, argv=0x55e3981cad00) at ../src/backend/main/main.c:196
[22:55:24.457] #0  0x00007fecf92a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:55:24.476] #0  0x00007fecf92a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:24.476] #1  0x00007fecf925afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:24.476] #2  0x00007fecf9245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:24.476] #3  0x0000564e556ee6e9 in ExceptionalCondition (conditionName=conditionName@entry=0x564e55991508 "(remain...
[22:55:24.476] #4  0x0000564e55309005 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:55:24.476] #5  0x0000564e5530955b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[22:55:24.476] #6  0x0000564e5530a41d in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:55:24.476] #7  0x0000564e5530be1e in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x564e57f0ad40) at ../src/ba...
[22:55:24.476] #8  0x0000564e55140ca8 in main (argc=4, argv=0x564e57f0ad40) at ../src/backend/main/main.c:196
[22:55:24.902] #0  0x00007f42300a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:55:24.923] #0  0x00007f42300a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:24.923] #1  0x00007f423005afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:24.923] #2  0x00007f4230045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:24.923] #3  0x00005589339446e9 in ExceptionalCondition (conditionName=conditionName@entry=0x558933be7508 "(remain...
[22:55:24.923] #4  0x000055893355f005 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:55:24.923] #5  0x000055893355f55b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[22:55:24.923] #6  0x000055893356041d in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:55:24.923] #7  0x0000558933561e1e in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x558935903d40) at ../src/ba...
[22:55:24.923] #8  0x0000558933396ca8 in main (argc=8, argv=0x558935903d40) at ../src/backend/main/main.c:196
[22:55:25.368] #0  0x00007fc3b50a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:55:25.387] #0  0x00007fc3b50a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:25.387] #1  0x00007fc3b505afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:25.387] #2  0x00007fc3b5045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:25.387] #3  0x0000557713fd06e9 in ExceptionalCondition (conditionName=conditionName@entry=0x557714273508 "(remain...
[22:55:25.387] #4  0x0000557713beb005 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:55:25.387] #5  0x0000557713beb69c in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[22:55:25.387] #6  0x0000557713bec41d in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:55:25.387] #7  0x0000557713bede1e in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x557715c31d00) at ../src/ba...
[22:55:25.387] #8  0x0000557713a22ca8 in main (argc=4, argv=0x557715c31d00) at ../src/backend/main/main.c:196
[22:55:25.808] #0  0x00007efcc90a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:55:25.830] #0  0x00007efcc90a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:25.830] #1  0x00007efcc905afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:25.830] #2  0x00007efcc9045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:25.830] #3  0x000055702acb16e9 in ExceptionalCondition (conditionName=conditionName@entry=0x55702af54508 "(remain...
[22:55:25.830] #4  0x000055702a8cc005 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:55:25.830] #5  0x000055702a8cc69c in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[22:55:25.830] #6  0x000055702a8cd41d in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:55:25.830] #7  0x000055702a8cee1e in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55702d6b6d10) at ../src/ba...
[22:55:25.830] #8  0x000055702a703ca8 in main (argc=4, argv=0x55702d6b6d10) at ../src/backend/main/main.c:196
[22:55:26.250] #0  0x00007f3b882a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:55:26.269] #0  0x00007f3b882a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:26.269] #1  0x00007f3b8825afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:26.269] #2  0x00007f3b88245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:26.269] #3  0x000055e8d1d206e9 in ExceptionalCondition (conditionName=conditionName@entry=0x55e8d1fc3508 "(remain...
[22:55:26.269] #4  0x000055e8d193b005 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:55:26.269] #5  0x000055e8d193b69c in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[22:55:26.269] #6  0x000055e8d193c41d in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:55:26.269] #7  0x000055e8d193de1e in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55e8d37f8d10) at ../src/ba...
[22:55:26.269] #8  0x000055e8d1772ca8 in main (argc=4, argv=0x55e8d37f8d10) at ../src/backend/main/main.c:196
[22:55:26.687] #0  0x00007fd4cb0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:55:26.709] #0  0x00007fd4cb0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:26.709] #1  0x00007fd4cb05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:26.709] #2  0x00007fd4cb045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:26.709] #3  0x0000562f66b356e9 in ExceptionalCondition (conditionName=conditionName@entry=0x562f66dd8508 "(remain...
[22:55:26.709] #4  0x0000562f66750005 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:55:26.709] #5  0x0000562f6675055b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[22:55:26.709] #6  0x0000562f6675141d in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:55:26.709] #7  0x0000562f66752e1e in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x562f67ad5d50) at ../src/ba...
[22:55:26.709] #8  0x0000562f66587ca8 in main (argc=8, argv=0x562f67ad5d50) at ../src/backend/main/main.c:196
[22:55:27.151] #0  0x00007f4ceaea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:55:27.173] #0  0x00007f4ceaea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:27.173] #1  0x00007f4ceae5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:27.173] #2  0x00007f4ceae45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:27.173] #3  0x000056323c4dc6e9 in ExceptionalCondition (conditionName=conditionName@entry=0x56323c77f508 "(remain...
[22:55:27.173] #4  0x000056323c0f7005 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:55:27.173] #5  0x000056323c0f769c in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[22:55:27.173] #6  0x000056323c0f841d in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:55:27.173] #7  0x000056323c0f9e1e in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x56323e39ed00) at ../src/ba...
[22:55:27.173] #8  0x000056323bf2eca8 in main (argc=4, argv=0x56323e39ed00) at ../src/backend/main/main.c:196
[22:55:27.612] #0  0x00007f5130ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:55:27.632] #0  0x00007f5130ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:27.632] #1  0x00007f5130e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:27.632] #2  0x00007f5130e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:27.632] #3  0x000055d4050ee6e9 in ExceptionalCondition (conditionName=conditionName@entry=0x55d405391508 "(remain...
[22:55:27.632] #4  0x000055d404d09005 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:55:27.632] #5  0x000055d404d0969c in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[22:55:27.632] #6  0x000055d404d0a41d in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:55:27.632] #7  0x000055d404d0be1e in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55d4076c2d00) at ../src/ba...
[22:55:27.632] #8  0x000055d404b40ca8 in main (argc=4, argv=0x55d4076c2d00) at ../src/backend/main/main.c:196
[22:55:28.062] #0  0x00007f105d6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:55:28.083] #0  0x00007f105d6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:28.083] #1  0x00007f105d65afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:28.083] #2  0x00007f105d645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:28.083] #3  0x000055cc4fdc86e9 in ExceptionalCondition (conditionName=conditionName@entry=0x55cc5006b508 "(remain...
[22:55:28.083] #4  0x000055cc4f9e3005 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:55:28.083] #5  0x000055cc4f9e369c in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[22:55:28.083] #6  0x000055cc4f9e441d in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:55:28.083] #7  0x000055cc4f9e5e1e in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55cc51c3dd40) at ../src/ba...
[22:55:28.083] #8  0x000055cc4f81aca8 in main (argc=4, argv=0x55cc51c3dd40) at ../src/backend/main/main.c:196
[22:55:28.528] #0  0x00007f44a10a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:55:28.550] #0  0x00007f44a10a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:28.550] #1  0x00007f44a105afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:28.550] #2  0x00007f44a1045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:28.550] #3  0x000055b0f30ae6e9 in ExceptionalCondition (conditionName=conditionName@entry=0x55b0f3351508 "(remain...
[22:55:28.550] #4  0x000055b0f2cc9005 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:55:28.550] #5  0x000055b0f2cc969c in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[22:55:28.550] #6  0x000055b0f2cca41d in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:55:28.550] #7  0x000055b0f2ccbe1e in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55b0f4fc9d10) at ../src/ba...
[22:55:28.550] #8  0x000055b0f2b00ca8 in main (argc=4, argv=0x55b0f4fc9d10) at ../src/backend/main/main.c:196
[22:55:28.975] #0  0x00007f98d46a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:55:28.993] #0  0x00007f98d46a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:28.993] #1  0x00007f98d465afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:28.993] #2  0x00007f98d4645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:28.993] #3  0x0000557ef3b856e9 in ExceptionalCondition (conditionName=conditionName@entry=0x557ef3e28508 "(remain...
[22:55:28.993] #4  0x0000557ef37a0005 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:55:28.993] #5  0x0000557ef37a055b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[22:55:28.993] #6  0x0000557ef37a141d in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:55:28.993] #7  0x0000557ef37a2e1e in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x557ef60f7d90) at ../src/ba...
[22:55:28.993] #8  0x0000557ef35d7ca8 in main (argc=8, argv=0x557ef60f7d90) at ../src/backend/main/main.c:196
[22:55:29.440] #0  0x00007f72b2ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:55:29.463] #0  0x00007f72b2ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:29.463] #1  0x00007f72b2c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:29.463] #2  0x00007f72b2c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:29.463] #3  0x000055f95e03b6e9 in ExceptionalCondition (conditionName=conditionName@entry=0x55f95e2de508 "(remain...
[22:55:29.463] #4  0x000055f95dc56005 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:55:29.463] #5  0x000055f95dc5669c in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[22:55:29.463] #6  0x000055f95dc5741d in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:55:29.463] #7  0x000055f95dc58e1e in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55f95eecfd00) at ../src/ba...
[22:55:29.463] #8  0x000055f95da8dca8 in main (argc=4, argv=0x55f95eecfd00) at ../src/backend/main/main.c:196
[22:55:29.895] #0  0x00007fe5662a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:55:29.915] #0  0x00007fe5662a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:29.915] #1  0x00007fe56625afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:29.915] #2  0x00007fe566245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:29.915] #3  0x0000556dacb926e9 in ExceptionalCondition (conditionName=conditionName@entry=0x556dace35508 "(remain...
[22:55:29.915] #4  0x0000556dac7ad005 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:55:29.915] #5  0x0000556dac7ad55b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[22:55:29.915] #6  0x0000556dac7ae41d in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:55:29.915] #7  0x0000556dac7afe1e in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x556daf0d4d40) at ../src/ba...
[22:55:29.915] #8  0x0000556dac5e4ca8 in main (argc=4, argv=0x556daf0d4d40) at ../src/backend/main/main.c:196
[22:55:30.333] #0  0x00007f295f6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:55:30.352] #0  0x00007f295f6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:30.352] #1  0x00007f295f65afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:30.352] #2  0x00007f295f645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:30.352] #3  0x00005594f4d636e9 in ExceptionalCondition (conditionName=conditionName@entry=0x5594f5006508 "(remain...
[22:55:30.352] #4  0x00005594f497e005 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:55:30.352] #5  0x00005594f497e55b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[22:55:30.352] #6  0x00005594f497f41d in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:55:30.352] #7  0x00005594f4980e1e in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x5594f7628d40) at ../src/ba...
[22:55:30.352] #8  0x00005594f47b5ca8 in main (argc=8, argv=0x5594f7628d40) at ../src/backend/main/main.c:196
[22:55:30.793] #0  0x00007f6c5a4a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:55:30.813] #0  0x00007f6c5a4a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:30.813] #1  0x00007f6c5a45afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:30.813] #2  0x00007f6c5a445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:30.813] #3  0x000055704ef926e9 in ExceptionalCondition (conditionName=conditionName@entry=0x55704f235508 "(remain...
[22:55:30.813] #4  0x000055704ebad005 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:55:30.813] #5  0x000055704ebad55b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[22:55:30.813] #6  0x000055704ebae41d in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:55:30.813] #7  0x000055704ebafe1e in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55704fd38ce0) at ../src/ba...
[22:55:30.813] #8  0x000055704e9e4ca8 in main (argc=4, argv=0x55704fd38ce0) at ../src/backend/main/main.c:196
[22:55:31.244] #0  0x00007f0c6a0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:55:31.265] #0  0x00007f0c6a0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:31.265] #1  0x00007f0c6a05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:31.265] #2  0x00007f0c6a045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:31.265] #3  0x00005647235fa6e9 in ExceptionalCondition (conditionName=conditionName@entry=0x56472389d508 "(remain...
[22:55:31.265] #4  0x0000564723215005 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:55:31.265] #5  0x000056472321555b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[22:55:31.265] #6  0x000056472321641d in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:55:31.265] #7  0x0000564723217e1e in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x564725d5bd90) at ../src/ba...
[22:55:31.265] #8  0x000056472304cca8 in main (argc=8, argv=0x564725d5bd90) at ../src/backend/main/main.c:196
[22:55:31.705] #0  0x00007f651aaa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:55:31.723] #0  0x00007f651aaa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:31.723] #1  0x00007f651aa5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:31.723] #2  0x00007f651aa45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:31.723] #3  0x00005586718d26e9 in ExceptionalCondition (conditionName=conditionName@entry=0x558671b75508 "(remain...
[22:55:31.723] #4  0x00005586714ed005 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:55:31.723] #5  0x00005586714ed55b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[22:55:31.723] #6  0x00005586714ee41d in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:55:31.723] #7  0x00005586714efe1e in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x558673657d90) at ../src/ba...
[22:55:31.723] #8  0x0000558671324ca8 in main (argc=8, argv=0x558673657d90) at ../src/backend/main/main.c:196
[22:55:32.175] #0  0x00007f3408aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:55:32.196] #0  0x00007f3408aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:32.196] #1  0x00007f3408a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:32.196] #2  0x00007f3408a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:32.196] #3  0x000055dfac5ef6e9 in ExceptionalCondition (conditionName=conditionName@entry=0x55dfac892508 "(remain...
[22:55:32.196] #4  0x000055dfac20a005 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:55:32.196] #5  0x000055dfac20a69c in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[22:55:32.196] #6  0x000055dfac20b41d in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:55:32.196] #7  0x000055dfac20ce1e in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55dfae65bd00) at ../src/ba...
[22:55:32.196] #8  0x000055dfac041ca8 in main (argc=4, argv=0x55dfae65bd00) at ../src/backend/main/main.c:196
[22:55:32.645] #0  0x00007eff832a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:55:32.664] #0  0x00007eff832a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:32.664] #1  0x00007eff8325afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:32.664] #2  0x00007eff83245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:32.664] #3  0x0000564fe95426e9 in ExceptionalCondition (conditionName=conditionName@entry=0x564fe97e5508 "(remain...
[22:55:32.664] #4  0x0000564fe915d005 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:55:32.664] #5  0x0000564fe915d69c in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[22:55:32.664] #6  0x0000564fe915e41d in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:55:32.665] #7  0x0000564fe915fe1e in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x564fea7a8d00) at ../src/ba...
[22:55:32.665] #8  0x0000564fe8f94ca8 in main (argc=4, argv=0x564fea7a8d00) at ../src/backend/main/main.c:196
[22:55:33.114] #0  0x00007f282daa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:55:33.137] #0  0x00007f282daa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:33.137] #1  0x00007f282da5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:33.137] #2  0x00007f282da45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:33.137] #3  0x000055ed0d1376e9 in ExceptionalCondition (conditionName=conditionName@entry=0x55ed0d3da508 "(remain...
[22:55:33.137] #4  0x000055ed0cd52005 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:55:33.137] #5  0x000055ed0cd5255b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[22:55:33.137] #6  0x000055ed0cd5341d in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:55:33.137] #7  0x000055ed0cd54e1e in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55ed0eb2bcd0) at ../src/ba...
[22:55:33.137] #8  0x000055ed0cb89ca8 in main (argc=4, argv=0x55ed0eb2bcd0) at ../src/backend/main/main.c:196
[22:55:33.573] #0  0x00007f68cf4a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:55:33.594] #0  0x00007f68cf4a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:33.594] #1  0x00007f68cf45afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:33.594] #2  0x00007f68cf445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:33.594] #3  0x0000564f8682f6e9 in ExceptionalCondition (conditionName=conditionName@entry=0x564f86ad2508 "(remain...
[22:55:33.594] #4  0x0000564f8644a005 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:55:33.594] #5  0x0000564f8644a69c in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[22:55:33.594] #6  0x0000564f8644b41d in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:55:33.594] #7  0x0000564f8644ce1e in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x564f88922d00) at ../src/ba...
[22:55:33.594] #8  0x0000564f86281ca8 in main (argc=4, argv=0x564f88922d00) at ../src/backend/main/main.c:196
[22:55:34.014] #0  0x00007fd3602a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:55:34.033] #0  0x00007fd3602a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:34.033] #1  0x00007fd36025afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:34.033] #2  0x00007fd360245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:34.033] #3  0x000056124b4926e9 in ExceptionalCondition (conditionName=conditionName@entry=0x56124b735508 "(remain...
[22:55:34.033] #4  0x000056124b0ad005 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:55:34.033] #5  0x000056124b0ad69c in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[22:55:34.033] #6  0x000056124b0ae41d in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:55:34.033] #7  0x000056124b0afe1e in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x56124d393d10) at ../src/ba...
[22:55:34.033] #8  0x000056124aee4ca8 in main (argc=4, argv=0x56124d393d10) at ../src/backend/main/main.c:196
[22:55:34.455] #0  0x00007fc10e4a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:55:34.476] #0  0x00007fc10e4a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:34.476] #1  0x00007fc10e45afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:34.476] #2  0x00007fc10e445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:34.476] #3  0x0000559cdc78b6e9 in ExceptionalCondition (conditionName=conditionName@entry=0x559cdca2e508 "(remain...
[22:55:34.476] #4  0x0000559cdc3a6005 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:55:34.476] #5  0x0000559cdc3a669c in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[22:55:34.476] #6  0x0000559cdc3a741d in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:55:34.476] #7  0x0000559cdc3a8e1e in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x559cdf0dfd20) at ../src/ba...
[22:55:34.476] #8  0x0000559cdc1ddca8 in main (argc=4, argv=0x559cdf0dfd20) at ../src/backend/main/main.c:196
[22:55:34.908] #0  0x00007fa7a86a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:55:34.927] #0  0x00007fa7a86a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:34.927] #1  0x00007fa7a865afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:34.927] #2  0x00007fa7a8645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:34.927] #3  0x000055951e3c46e9 in ExceptionalCondition (conditionName=conditionName@entry=0x55951e667508 "(remain...
[22:55:34.927] #4  0x000055951dfdf005 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:55:34.927] #5  0x000055951dfdf55b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[22:55:34.927] #6  0x000055951dfe041d in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:55:34.927] #7  0x000055951dfe1e1e in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55951f6bed80) at ../src/ba...
[22:55:34.927] #8  0x000055951de16ca8 in main (argc=8, argv=0x55951f6bed80) at ../src/backend/main/main.c:196
[22:55:35.376] #0  0x00007efe494a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:55:35.395] #0  0x00007efe494a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:35.395] #1  0x00007efe4945afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:35.395] #2  0x00007efe49445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:35.395] #3  0x000055707a8476e9 in ExceptionalCondition (conditionName=conditionName@entry=0x55707aaea508 "(remain...
[22:55:35.395] #4  0x000055707a462005 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:55:35.395] #5  0x000055707a46255b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[22:55:35.395] #6  0x000055707a46341d in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:55:35.396] #7  0x000055707a464e1e in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55707cc92d00) at ../src/ba...
[22:55:35.396] #8  0x000055707a299ca8 in main (argc=4, argv=0x55707cc92d00) at ../src/backend/main/main.c:196
[22:55:35.814] #0  0x00007fc89aca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:55:35.833] #0  0x00007fc89aca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:35.833] #1  0x00007fc89ac5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:35.833] #2  0x00007fc89ac45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:35.833] #3  0x0000564b5768c6e9 in ExceptionalCondition (conditionName=conditionName@entry=0x564b5792f508 "(remain...
[22:55:35.833] #4  0x0000564b572a7005 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:55:35.833] #5  0x0000564b572a755b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[22:55:35.833] #6  0x0000564b572a841d in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:55:35.833] #7  0x0000564b572a9e1e in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x564b58b55d20) at ../src/ba...
[22:55:35.833] #8  0x0000564b570deca8 in main (argc=8, argv=0x564b58b55d20) at ../src/backend/main/main.c:196
[22:55:36.263] #0  0x00007f429e2a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:55:36.285] #0  0x00007f429e2a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:36.285] #1  0x00007f429e25afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:36.285] #2  0x00007f429e245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:36.285] #3  0x000055d89a9046e9 in ExceptionalCondition (conditionName=conditionName@entry=0x55d89aba7508 "(remain...
[22:55:36.285] #4  0x000055d89a51f005 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:55:36.285] #5  0x000055d89a51f55b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[22:55:36.285] #6  0x000055d89a52041d in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:55:36.285] #7  0x000055d89a521e1e in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55d89c6e0d10) at ../src/ba...
[22:55:36.285] #8  0x000055d89a356ca8 in main (argc=4, argv=0x55d89c6e0d10) at ../src/backend/main/main.c:196
[22:55:36.723] #0  0x00007fcc06aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:55:36.742] #0  0x00007fcc06aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:36.742] #1  0x00007fcc06a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:36.742] #2  0x00007fcc06a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:36.742] #3  0x000056329c5866e9 in ExceptionalCondition (conditionName=conditionName@entry=0x56329c829508 "(remain...
[22:55:36.742] #4  0x000056329c1a1005 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:55:36.742] #5  0x000056329c1a155b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[22:55:36.742] #6  0x000056329c1a241d in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:55:36.742] #7  0x000056329c1a3e1e in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x56329dda3d40) at ../src/ba...
[22:55:36.742] #8  0x000056329bfd8ca8 in main (argc=8, argv=0x56329dda3d40) at ../src/backend/main/main.c:196
[22:55:37.158] #0  0x00007fc7b60a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:55:37.177] #0  0x00007fc7b60a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:37.177] #1  0x00007fc7b605afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:37.177] #2  0x00007fc7b6045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:37.177] #3  0x000055a654ce86e9 in ExceptionalCondition (conditionName=conditionName@entry=0x55a654f8b508 "(remain...
[22:55:37.177] #4  0x000055a654903005 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:55:37.177] #5  0x000055a65490355b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[22:55:37.177] #6  0x000055a65490441d in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:55:37.177] #7  0x000055a654905e1e in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55a656dacd40) at ../src/ba...
[22:55:37.177] #8  0x000055a65473aca8 in main (argc=8, argv=0x55a656dacd40) at ../src/backend/main/main.c:196
[22:55:37.622] #0  0x00007fefa02a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:55:37.644] #0  0x00007fefa02a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:37.644] #1  0x00007fefa025afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:37.644] #2  0x00007fefa0245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:37.644] #3  0x0000564f34ae26e9 in ExceptionalCondition (conditionName=conditionName@entry=0x564f34d85508 "(remain...
[22:55:37.644] #4  0x0000564f346fd005 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:55:37.644] #5  0x0000564f346fd69c in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[22:55:37.644] #6  0x0000564f346fe41d in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:55:37.644] #7  0x0000564f346ffe1e in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x564f36fa6d00) at ../src/ba...
[22:55:37.644] #8  0x0000564f34534ca8 in main (argc=4, argv=0x564f36fa6d00) at ../src/backend/main/main.c:196
[22:55:38.071] #0  0x00007f0031aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:55:38.092] #0  0x00007f0031aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:38.092] #1  0x00007f0031a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:38.092] #2  0x00007f0031a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:38.092] #3  0x0000562a958826e9 in ExceptionalCondition (conditionName=conditionName@entry=0x562a95b25508 "(remain...
[22:55:38.092] #4  0x0000562a9549d005 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:55:38.092] #5  0x0000562a9549d69c in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[22:55:38.092] #6  0x0000562a9549e41d in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:55:38.093] #7  0x0000562a9549fe1e in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x562a96b25d00) at ../src/ba...
[22:55:38.093] #8  0x0000562a952d4ca8 in main (argc=4, argv=0x562a96b25d00) at ../src/backend/main/main.c:196
[22:55:38.537] #0  0x00007efcbf2a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:55:38.558] #0  0x00007efcbf2a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:38.558] #1  0x00007efcbf25afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:38.558] #2  0x00007efcbf245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:38.558] #3  0x000055e8e83006e9 in ExceptionalCondition (conditionName=conditionName@entry=0x55e8e85a3508 "(remain...
[22:55:38.558] #4  0x000055e8e7f1b005 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:55:38.558] #5  0x000055e8e7f1b69c in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[22:55:38.558] #6  0x000055e8e7f1c41d in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:55:38.558] #7  0x000055e8e7f1de1e in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55e8e9339d00) at ../src/ba...
[22:55:38.558] #8  0x000055e8e7d52ca8 in main (argc=4, argv=0x55e8e9339d00) at ../src/backend/main/main.c:196
[22:55:38.994] #0  0x00007fd1910a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:55:39.016] #0  0x00007fd1910a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:39.016] #1  0x00007fd19105afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:39.016] #2  0x00007fd191045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:39.016] #3  0x000055ccfc0226e9 in ExceptionalCondition (conditionName=conditionName@entry=0x55ccfc2c5508 "(remain...
[22:55:39.016] #4  0x000055ccfbc3d005 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:55:39.016] #5  0x000055ccfbc3d55b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[22:55:39.016] #6  0x000055ccfbc3e41d in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:55:39.016] #7  0x000055ccfbc3fe1e in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55ccfd4a9e10) at ../src/ba...
[22:55:39.016] #8  0x000055ccfba74ca8 in main (argc=4, argv=0x55ccfd4a9e10) at ../src/backend/main/main.c:196
[22:55:39.446] #0  0x00007f0c8a4a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:55:39.467] #0  0x00007f0c8a4a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:39.467] #1  0x00007f0c8a45afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:39.467] #2  0x00007f0c8a445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:39.467] #3  0x0000555fc743d6e9 in ExceptionalCondition (conditionName=conditionName@entry=0x555fc76e0508 "(remain...
[22:55:39.467] #4  0x0000555fc7058005 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:55:39.467] #5  0x0000555fc705869c in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[22:55:39.467] #6  0x0000555fc705941d in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:55:39.467] #7  0x0000555fc705ae1e in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x555fc85fcd00) at ../src/ba...
[22:55:39.467] #8  0x0000555fc6e8fca8 in main (argc=4, argv=0x555fc85fcd00) at ../src/backend/main/main.c:196
[22:55:39.920] #0  0x00007f97770a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:55:39.939] #0  0x00007f97770a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:39.939] #1  0x00007f977705afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:39.939] #2  0x00007f9777045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:39.939] #3  0x000055896b57b6e9 in ExceptionalCondition (conditionName=conditionName@entry=0x55896b81e508 "(remain...
[22:55:39.939] #4  0x000055896b196005 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:55:39.939] #5  0x000055896b19655b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[22:55:39.939] #6  0x000055896b19741d in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:55:39.940] #7  0x000055896b198e1e in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55896c7fbd00) at ../src/ba...
[22:55:39.940] #8  0x000055896afcdca8 in main (argc=4, argv=0x55896c7fbd00) at ../src/backend/main/main.c:196
[22:55:40.380] #0  0x00007f94166a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:55:40.399] #0  0x00007f94166a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:40.399] #1  0x00007f941665afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:40.399] #2  0x00007f9416645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:40.399] #3  0x000055ccb30516e9 in ExceptionalCondition (conditionName=conditionName@entry=0x55ccb32f4508 "(remain...
[22:55:40.399] #4  0x000055ccb2c6c005 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:55:40.399] #5  0x000055ccb2c6c69c in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[22:55:40.399] #6  0x000055ccb2c6d41d in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:55:40.400] #7  0x000055ccb2c6ee1e in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55ccb4513cf0) at ../src/ba...
[22:55:40.400] #8  0x000055ccb2aa3ca8 in main (argc=4, argv=0x55ccb4513cf0) at ../src/backend/main/main.c:196
[22:55:40.846] #0  0x00007f8b074a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:55:40.865] #0  0x00007f8b074a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:40.865] #1  0x00007f8b0745afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:40.865] #2  0x00007f8b07445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:40.865] #3  0x00005561bde486e9 in ExceptionalCondition (conditionName=conditionName@entry=0x5561be0eb508 "(remain...
[22:55:40.865] #4  0x00005561bda63005 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:55:40.865] #5  0x00005561bda6369c in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[22:55:40.865] #6  0x00005561bda6441d in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:55:40.865] #7  0x00005561bda65e1e in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5561c0455d10) at ../src/ba...
[22:55:40.865] #8  0x00005561bd89aca8 in main (argc=4, argv=0x5561c0455d10) at ../src/backend/main/main.c:196
[22:55:41.292] #0  0x00007efe768a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:55:41.310] #0  0x00007efe768a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:41.310] #1  0x00007efe7685afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:41.310] #2  0x00007efe76845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:41.310] #3  0x000055c5062616e9 in ExceptionalCondition (conditionName=conditionName@entry=0x55c506504508 "(remain...
[22:55:41.310] #4  0x000055c505e7c005 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:55:41.310] #5  0x000055c505e7c69c in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[22:55:41.310] #6  0x000055c505e7d41d in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:55:41.310] #7  0x000055c505e7ee1e in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55c5082d0d10) at ../src/ba...
[22:55:41.310] #8  0x000055c505cb3ca8 in main (argc=4, argv=0x55c5082d0d10) at ../src/backend/main/main.c:196
[22:55:41.736] #0  0x00007f3d71ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:55:41.758] #0  0x00007f3d71ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:41.758] #1  0x00007f3d71e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:41.758] #2  0x00007f3d71e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:41.758] #3  0x00005600c277a6e9 in ExceptionalCondition (conditionName=conditionName@entry=0x5600c2a1d508 "(remain...
[22:55:41.758] #4  0x00005600c2395005 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:55:41.758] #5  0x00005600c239555b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[22:55:41.758] #6  0x00005600c239641d in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:55:41.758] #7  0x00005600c2397e1e in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x5600c4df2d40) at ../src/ba...
[22:55:41.758] #8  0x00005600c21ccca8 in main (argc=8, argv=0x5600c4df2d40) at ../src/backend/main/main.c:196
[22:55:42.170] #0  0x00007f76e48a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:55:42.191] #0  0x00007f76e48a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:42.191] #1  0x00007f76e485afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:42.191] #2  0x00007f76e4845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:42.191] #3  0x000055c2702076e9 in ExceptionalCondition (conditionName=conditionName@entry=0x55c2704aa508 "(remain...
[22:55:42.191] #4  0x000055c26fe22005 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:55:42.191] #5  0x000055c26fe2255b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[22:55:42.191] #6  0x000055c26fe2341d in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:55:42.191] #7  0x000055c26fe24e1e in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55c272d9ed80) at ../src/ba...
[22:55:42.191] #8  0x000055c26fc59ca8 in main (argc=8, argv=0x55c272d9ed80) at ../src/backend/main/main.c:196
[22:55:42.612] #0  0x00007f26996a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:55:42.630] #0  0x00007f26996a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:42.630] #1  0x00007f269965afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:42.630] #2  0x00007f2699645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:42.630] #3  0x0000557549b3b6e9 in ExceptionalCondition (conditionName=conditionName@entry=0x557549dde508 "(remain...
[22:55:42.630] #4  0x0000557549756005 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:55:42.630] #5  0x000055754975655b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[22:55:42.630] #6  0x000055754975741d in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:55:42.630] #7  0x0000557549758e1e in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55754aed3d50) at ../src/ba...
[22:55:42.630] #8  0x000055754958dca8 in main (argc=8, argv=0x55754aed3d50) at ../src/backend/main/main.c:196
[22:55:43.087] #0  0x00007f8f0daa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:55:43.106] #0  0x00007f8f0daa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:43.106] #1  0x00007f8f0da5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:43.106] #2  0x00007f8f0da45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:43.106] #3  0x000056337d8836e9 in ExceptionalCondition (conditionName=conditionName@entry=0x56337db26508 "(remain...
[22:55:43.106] #4  0x000056337d49e005 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:55:43.106] #5  0x000056337d49e69c in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[22:55:43.106] #6  0x000056337d49f41d in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:55:43.106] #7  0x000056337d4a0e1e in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x56337f27cce0) at ../src/ba...
[22:55:43.106] #8  0x000056337d2d5ca8 in main (argc=4, argv=0x56337f27cce0) at ../src/backend/main/main.c:196
[22:55:43.521] #0  0x00007f822f8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:55:43.539] #0  0x00007f822f8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:43.539] #1  0x00007f822f85afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:43.539] #2  0x00007f822f845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:43.539] #3  0x00005570f26be6e9 in ExceptionalCondition (conditionName=conditionName@entry=0x5570f2961508 "(remain...
[22:55:43.539] #4  0x00005570f22d9005 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:55:43.539] #5  0x00005570f22d969c in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[22:55:43.539] #6  0x00005570f22da41d in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:55:43.539] #7  0x00005570f22dbe1e in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5570f40e6d40) at ../src/ba...
[22:55:43.539] #8  0x00005570f2110ca8 in main (argc=4, argv=0x5570f40e6d40) at ../src/backend/main/main.c:196
[22:55:43.961] #0  0x00007fb77c0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:55:43.979] #0  0x00007fb77c0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:43.979] #1  0x00007fb77c05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:43.979] #2  0x00007fb77c045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:43.979] #3  0x000056484b20d6e9 in ExceptionalCondition (conditionName=conditionName@entry=0x56484b4b0508 "(remain...
[22:55:43.979] #4  0x000056484ae28005 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:55:43.979] #5  0x000056484ae2855b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[22:55:43.979] #6  0x000056484ae2941d in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:55:43.979] #7  0x000056484ae2ae1e in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x56484c839d90) at ../src/ba...
[22:55:43.979] #8  0x000056484ac5fca8 in main (argc=8, argv=0x56484c839d90) at ../src/backend/main/main.c:196
[22:55:44.405] #0  0x00007f9163aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:55:44.423] #0  0x00007f9163aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:44.423] #1  0x00007f9163a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:44.423] #2  0x00007f9163a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:44.423] #3  0x000055598830a6e9 in ExceptionalCondition (conditionName=conditionName@entry=0x5559885ad508 "(remain...
[22:55:44.423] #4  0x0000555987f25005 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:55:44.423] #5  0x0000555987f2555b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[22:55:44.423] #6  0x0000555987f2641d in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:55:44.424] #7  0x0000555987f27e1e in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x555989c44d40) at ../src/ba...
[22:55:44.424] #8  0x0000555987d5cca8 in main (argc=8, argv=0x555989c44d40) at ../src/backend/main/main.c:196
[22:55:44.864] #0  0x00007f064f8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:55:44.886] #0  0x00007f064f8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:44.886] #1  0x00007f064f85afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:44.886] #2  0x00007f064f845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:44.886] #3  0x0000562c1bf376e9 in ExceptionalCondition (conditionName=conditionName@entry=0x562c1c1da508 "(remain...
[22:55:44.886] #4  0x0000562c1bb52005 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:55:44.886] #5  0x0000562c1bb5269c in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[22:55:44.886] #6  0x0000562c1bb5341d in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:55:44.886] #7  0x0000562c1bb54e1e in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x562c1db73d00) at ../src/ba...
[22:55:44.886] #8  0x0000562c1b989ca8 in main (argc=4, argv=0x562c1db73d00) at ../src/backend/main/main.c:196
[22:55:45.300] #0  0x00007f38cdaa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:55:45.322] #0  0x00007f38cdaa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:45.322] #1  0x00007f38cda5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:45.322] #2  0x00007f38cda45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:45.322] #3  0x00005649a8b346e9 in ExceptionalCondition (conditionName=conditionName@entry=0x5649a8dd7508 "(remain...
[22:55:45.322] #4  0x00005649a874f005 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:55:45.322] #5  0x00005649a874f55b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[22:55:45.322] #6  0x00005649a875041d in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:55:45.322] #7  0x00005649a8751e1e in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x5649aa97dd80) at ../src/ba...
[22:55:45.322] #8  0x00005649a8586ca8 in main (argc=8, argv=0x5649aa97dd80) at ../src/backend/main/main.c:196
[22:55:45.753] #0  0x00007f05320a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:55:45.774] #0  0x00007f05320a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:45.774] #1  0x00007f053205afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:45.774] #2  0x00007f0532045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:45.774] #3  0x000055b99b4766e9 in ExceptionalCondition (conditionName=conditionName@entry=0x55b99b719508 "(remain...
[22:55:45.774] #4  0x000055b99b091005 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:55:45.774] #5  0x000055b99b09155b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[22:55:45.774] #6  0x000055b99b09241d in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:55:45.774] #7  0x000055b99b093e1e in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55b99c86cd20) at ../src/ba...
[22:55:45.774] #8  0x000055b99aec8ca8 in main (argc=8, argv=0x55b99c86cd20) at ../src/backend/main/main.c:196
[22:55:46.204] #0  0x00007ff90b4a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:55:46.225] #0  0x00007ff90b4a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:46.225] #1  0x00007ff90b45afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:46.225] #2  0x00007ff90b445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:46.225] #3  0x0000555e7a01a6e9 in ExceptionalCondition (conditionName=conditionName@entry=0x555e7a2bd508 "(remain...
[22:55:46.225] #4  0x0000555e79c35005 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:55:46.225] #5  0x0000555e79c3555b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[22:55:46.225] #6  0x0000555e79c3641d in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:55:46.225] #7  0x0000555e79c37e1e in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x555e7b6ccd40) at ../src/ba...
[22:55:46.225] #8  0x0000555e79a6cca8 in main (argc=8, argv=0x555e7b6ccd40) at ../src/backend/main/main.c:196
[22:55:46.677] #0  0x00007fa7eb0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:55:46.697] #0  0x00007fa7eb0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:46.697] #1  0x00007fa7eb05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:46.697] #2  0x00007fa7eb045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:46.697] #3  0x000055cae2a826e9 in ExceptionalCondition (conditionName=conditionName@entry=0x55cae2d25508 "(remain...
[22:55:46.697] #4  0x000055cae269d005 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:55:46.697] #5  0x000055cae269d55b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[22:55:46.697] #6  0x000055cae269e41d in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:55:46.697] #7  0x000055cae269fe1e in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55cae3e1acd0) at ../src/ba...
[22:55:46.697] #8  0x000055cae24d4ca8 in main (argc=4, argv=0x55cae3e1acd0) at ../src/backend/main/main.c:196
[22:55:46.824] #0  0x00007ff7ef0a9ebc in ?? ()
core
[22:55:46.825] #0  0x00007ff7ef0a9ebc in ?? ()
[22:55:47.272] #0  0x00007f33d12a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:55:47.295] #0  0x00007f33d12a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:47.295] #1  0x00007f33d125afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:47.295] #2  0x00007f33d1245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:47.295] #3  0x000056454c5736e9 in ExceptionalCondition (conditionName=conditionName@entry=0x56454c816508 "(remain...
[22:55:47.295] #4  0x000056454c18e005 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:55:47.295] #5  0x000056454c18e69c in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[22:55:47.295] #6  0x000056454c18f41d in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:55:47.295] #7  0x000056454c190e1e in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x56454ebc9d00) at ../src/ba...
[22:55:47.295] #8  0x000056454bfc5ca8 in main (argc=4, argv=0x56454ebc9d00) at ../src/backend/main/main.c:196
[22:55:47.721] #0  0x00007f6a9c0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:56:01.494] #0  0x00007ff7a2aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:56:01.494] #1  0x00007ff7a2a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:56:01.494] #2  0x00007ff7a2a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:56:01.494] #3  0x0000555878ac36e9 in ExceptionalCondition (conditionName=conditionName@entry=0x555878d66508 "(remain...
[22:56:01.494] #4  0x00005558786de005 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:56:01.494] #5  0x00005558786de55b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[22:56:01.494] #6  0x00005558786df41d in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:56:01.494] #7  0x00005558786e0e1e in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55587a770d90) at ../src/ba...
[22:56:01.494] #8  0x0000555878515ca8 in main (argc=8, argv=0x55587a770d90) at ../src/backend/main/main.c:196
core
[22:55:47.740] #0  0x00007f6a9c0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:47.740] #1  0x00007f6a9c05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:47.740] #2  0x00007f6a9c045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:47.740] #3  0x000055f9357fc6e9 in ExceptionalCondition (conditionName=conditionName@entry=0x55f935a9f508 "(remain...
[22:55:47.740] #4  0x000055f935417005 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:55:47.740] #5  0x000055f93541769c in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[22:55:47.740] #6  0x000055f93541841d in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:55:47.740] #7  0x000055f935419e1e in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55f9376fed10) at ../src/ba...
[22:55:47.740] #8  0x000055f93524eca8 in main (argc=4, argv=0x55f9376fed10) at ../src/backend/main/main.c:196
[22:55:48.169] #0  0x00007fa8fb2a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:55:48.188] #0  0x00007fa8fb2a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:48.188] #1  0x00007fa8fb25afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:48.188] #2  0x00007fa8fb245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:48.188] #3  0x000055e12fe206e9 in ExceptionalCondition (conditionName=conditionName@entry=0x55e1300c3508 "(remain...
[22:55:48.188] #4  0x000055e12fa3b005 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:55:48.188] #5  0x000055e12fa3b69c in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[22:55:48.188] #6  0x000055e12fa3c41d in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:55:48.188] #7  0x000055e12fa3de1e in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55e131907d10) at ../src/ba...
[22:55:48.188] #8  0x000055e12f872ca8 in main (argc=4, argv=0x55e131907d10) at ../src/backend/main/main.c:196
[22:55:48.654] #0  0x00007fc8446a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:55:48.673] #0  0x00007fc8446a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:48.673] #1  0x00007fc84465afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:48.673] #2  0x00007fc844645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:48.673] #3  0x000056343553b6e9 in ExceptionalCondition (conditionName=conditionName@entry=0x5634357de508 "(remain...
[22:55:48.673] #4  0x0000563435156005 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:55:48.673] #5  0x000056343515655b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[22:55:48.673] #6  0x000056343515741d in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:55:48.674] #7  0x0000563435158e1e in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5634372d2d00) at ../src/ba...
[22:55:48.674] #8  0x0000563434f8dca8 in main (argc=4, argv=0x5634372d2d00) at ../src/backend/main/main.c:196
[22:55:49.112] #0  0x00007fec87ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:55:49.133] #0  0x00007fec87ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:49.133] #1  0x00007fec87e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:49.133] #2  0x00007fec87e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:49.133] #3  0x00005649cf01c6e9 in ExceptionalCondition (conditionName=conditionName@entry=0x5649cf2bf508 "(remain...
[22:55:49.133] #4  0x00005649cec37005 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:55:49.133] #5  0x00005649cec3769c in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[22:55:49.133] #6  0x00005649cec3841d in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:55:49.133] #7  0x00005649cec39e1e in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5649d03fad00) at ../src/ba...
[22:55:49.133] #8  0x00005649cea6eca8 in main (argc=4, argv=0x5649d03fad00) at ../src/backend/main/main.c:196
[22:55:49.592] #0  0x00007f94d60a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:55:49.611] #0  0x00007f94d60a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:49.611] #1  0x00007f94d605afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:49.611] #2  0x00007f94d6045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:49.611] #3  0x00005579753736e9 in ExceptionalCondition (conditionName=conditionName@entry=0x557975616508 "(remain...
[22:55:49.611] #4  0x0000557974f8e005 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:55:49.611] #5  0x0000557974f8e69c in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[22:55:49.611] #6  0x0000557974f8f41d in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:55:49.611] #7  0x0000557974f90e1e in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x557976ca4d20) at ../src/ba...
[22:55:49.611] #8  0x0000557974dc5ca8 in main (argc=4, argv=0x557976ca4d20) at ../src/backend/main/main.c:196
[22:55:50.054] #0  0x00007ff8a5ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:55:50.073] #0  0x00007ff8a5ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:50.073] #1  0x00007ff8a5c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:50.073] #2  0x00007ff8a5c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:50.073] #3  0x000056348d4f26e9 in ExceptionalCondition (conditionName=conditionName@entry=0x56348d795508 "(remain...
[22:55:50.073] #4  0x000056348d10d005 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:55:50.073] #5  0x000056348d10d69c in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[22:55:50.073] #6  0x000056348d10e41d in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:55:50.074] #7  0x000056348d10fe1e in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x56348e215d00) at ../src/ba...
[22:55:50.074] #8  0x000056348cf44ca8 in main (argc=4, argv=0x56348e215d00) at ../src/backend/main/main.c:196
[22:55:50.526] #0  0x00007f7321ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:55:50.548] #0  0x00007f7321ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:50.548] #1  0x00007f7321e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:50.548] #2  0x00007f7321e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:50.548] #3  0x00005593ff2686e9 in ExceptionalCondition (conditionName=conditionName@entry=0x5593ff50b508 "(remain...
[22:55:50.548] #4  0x00005593fee83005 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:55:50.548] #5  0x00005593fee8369c in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[22:55:50.548] #6  0x00005593fee8441d in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:55:50.548] #7  0x00005593fee85e1e in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x559400cdcd00) at ../src/ba...
[22:55:50.548] #8  0x00005593fecbaca8 in main (argc=4, argv=0x559400cdcd00) at ../src/backend/main/main.c:196
[22:55:50.997] #0  0x00007f87fe4a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:55:51.019] #0  0x00007f87fe4a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:51.019] #1  0x00007f87fe45afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:51.019] #2  0x00007f87fe445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:51.019] #3  0x000055e5369dd6e9 in ExceptionalCondition (conditionName=conditionName@entry=0x55e536c80508 "(remain...
[22:55:51.019] #4  0x000055e5365f8005 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:55:51.019] #5  0x000055e5365f869c in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[22:55:51.019] #6  0x000055e5365f941d in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:55:51.019] #7  0x000055e5365fae1e in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55e538932d20) at ../src/ba...
[22:55:51.019] #8  0x000055e53642fca8 in main (argc=4, argv=0x55e538932d20) at ../src/backend/main/main.c:196
[22:55:51.447] #0  0x00007f3b6c8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:55:51.465] #0  0x00007f3b6c8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:51.465] #1  0x00007f3b6c85afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:51.465] #2  0x00007f3b6c845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:51.465] #3  0x0000558cd41db6e9 in ExceptionalCondition (conditionName=conditionName@entry=0x558cd447e508 "(remain...
[22:55:51.465] #4  0x0000558cd3df6005 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:55:51.465] #5  0x0000558cd3df655b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[22:55:51.465] #6  0x0000558cd3df741d in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:55:51.465] #7  0x0000558cd3df8e1e in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x558cd62a9d10) at ../src/ba...
[22:55:51.465] #8  0x0000558cd3c2dca8 in main (argc=4, argv=0x558cd62a9d10) at ../src/backend/main/main.c:196
[22:55:51.909] #0  0x00007f4f834a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:55:51.928] #0  0x00007f4f834a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:51.928] #1  0x00007f4f8345afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:51.928] #2  0x00007f4f83445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:51.928] #3  0x000055e6ea4af6e9 in ExceptionalCondition (conditionName=conditionName@entry=0x55e6ea752508 "(remain...
[22:55:51.928] #4  0x000055e6ea0ca005 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:55:51.928] #5  0x000055e6ea0ca69c in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[22:55:51.928] #6  0x000055e6ea0cb41d in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:55:51.928] #7  0x000055e6ea0cce1e in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55e6ece6dd10) at ../src/ba...
[22:55:51.928] #8  0x000055e6e9f01ca8 in main (argc=4, argv=0x55e6ece6dd10) at ../src/backend/main/main.c:196
[22:55:52.374] #0  0x00007f6d474a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:55:52.392] #0  0x00007f6d474a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:52.392] #1  0x00007f6d4745afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:52.392] #2  0x00007f6d47445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:52.392] #3  0x000055c62425d6e9 in ExceptionalCondition (conditionName=conditionName@entry=0x55c624500508 "(remain...
[22:55:52.392] #4  0x000055c623e78005 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:55:52.392] #5  0x000055c623e7855b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[22:55:52.392] #6  0x000055c623e7941d in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:55:52.392] #7  0x000055c623e7ae1e in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55c62696ed30) at ../src/ba...
[22:55:52.392] #8  0x000055c623cafca8 in main (argc=4, argv=0x55c62696ed30) at ../src/backend/main/main.c:196
[22:55:52.820] #0  0x00007f03210a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:55:52.841] #0  0x00007f03210a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:52.841] #1  0x00007f032105afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:52.841] #2  0x00007f0321045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:52.841] #3  0x00005608e66ee6e9 in ExceptionalCondition (conditionName=conditionName@entry=0x5608e6991508 "(remain...
[22:55:52.841] #4  0x00005608e6309005 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:55:52.841] #5  0x00005608e630955b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[22:55:52.841] #6  0x00005608e630a41d in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:55:52.841] #7  0x00005608e630be1e in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x5608e8da4d20) at ../src/ba...
[22:55:52.841] #8  0x00005608e6140ca8 in main (argc=8, argv=0x5608e8da4d20) at ../src/backend/main/main.c:196
[22:55:53.286] #0  0x00007f965d4a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:55:53.308] #0  0x00007f965d4a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:53.308] #1  0x00007f965d45afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:53.308] #2  0x00007f965d445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:53.308] #3  0x000055bf9810d6e9 in ExceptionalCondition (conditionName=conditionName@entry=0x55bf983b0508 "(remain...
[22:55:53.308] #4  0x000055bf97d28005 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:55:53.308] #5  0x000055bf97d2869c in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[22:55:53.308] #6  0x000055bf97d2941d in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:55:53.308] #7  0x000055bf97d2ae1e in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55bf99d0ed20) at ../src/ba...
[22:55:53.308] #8  0x000055bf97b5fca8 in main (argc=4, argv=0x55bf99d0ed20) at ../src/backend/main/main.c:196
[22:55:53.743] #0  0x00007fbc214a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:55:53.761] #0  0x00007fbc214a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:53.761] #1  0x00007fbc2145afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:53.761] #2  0x00007fbc21445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:53.761] #3  0x000055ddc22e86e9 in ExceptionalCondition (conditionName=conditionName@entry=0x55ddc258b508 "(remain...
[22:55:53.761] #4  0x000055ddc1f03005 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:55:53.761] #5  0x000055ddc1f0355b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[22:55:53.761] #6  0x000055ddc1f0441d in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:55:53.761] #7  0x000055ddc1f05e1e in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55ddc4014d50) at ../src/ba...
[22:55:53.761] #8  0x000055ddc1d3aca8 in main (argc=8, argv=0x55ddc4014d50) at ../src/backend/main/main.c:196
[22:55:54.204] #0  0x00007f82e6ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:55:54.225] #0  0x00007f82e6ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:54.225] #1  0x00007f82e6e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:54.225] #2  0x00007f82e6e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:54.225] #3  0x000055fe30c196e9 in ExceptionalCondition (conditionName=conditionName@entry=0x55fe30ebc508 "(remain...
[22:55:54.225] #4  0x000055fe30834005 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:55:54.225] #5  0x000055fe3083455b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[22:55:54.225] #6  0x000055fe3083541d in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:55:54.225] #7  0x000055fe30836e1e in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55fe32908d00) at ../src/ba...
[22:55:54.225] #8  0x000055fe3066bca8 in main (argc=4, argv=0x55fe32908d00) at ../src/backend/main/main.c:196
[22:55:54.671] #0  0x00007fc10d8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:55:54.694] #0  0x00007fc10d8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:54.694] #1  0x00007fc10d85afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:54.694] #2  0x00007fc10d845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:54.694] #3  0x00005654e725c6e9 in ExceptionalCondition (conditionName=conditionName@entry=0x5654e74ff508 "(remain...
[22:55:54.694] #4  0x00005654e6e77005 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:55:54.694] #5  0x00005654e6e7769c in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[22:55:54.694] #6  0x00005654e6e7841d in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:55:54.694] #7  0x00005654e6e79e1e in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5654e9e22d00) at ../src/ba...
[22:55:54.694] #8  0x00005654e6caeca8 in main (argc=4, argv=0x5654e9e22d00) at ../src/backend/main/main.c:196
[22:55:55.119] #0  0x00007facdf2a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:55:55.141] #0  0x00007facdf2a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:55.141] #1  0x00007facdf25afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:55.141] #2  0x00007facdf245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:55.141] #3  0x0000559b808eb6e9 in ExceptionalCondition (conditionName=conditionName@entry=0x559b80b8e508 "(remain...
[22:55:55.141] #4  0x0000559b80506005 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:55:55.141] #5  0x0000559b8050655b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[22:55:55.141] #6  0x0000559b8050741d in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:55:55.141] #7  0x0000559b80508e1e in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x559b81ba7d40) at ../src/ba...
[22:55:55.141] #8  0x0000559b8033dca8 in main (argc=8, argv=0x559b81ba7d40) at ../src/backend/main/main.c:196
[22:55:55.572] #0  0x00007fa239ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:55:55.591] #0  0x00007fa239ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:55.591] #1  0x00007fa239c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:55.591] #2  0x00007fa239c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:55.591] #3  0x000055736a5e66e9 in ExceptionalCondition (conditionName=conditionName@entry=0x55736a889508 "(remain...
[22:55:55.591] #4  0x000055736a201005 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:55:55.591] #5  0x000055736a20155b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[22:55:55.591] #6  0x000055736a20241d in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:55:55.591] #7  0x000055736a203e1e in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55736c814d40) at ../src/ba...
[22:55:55.591] #8  0x000055736a038ca8 in main (argc=8, argv=0x55736c814d40) at ../src/backend/main/main.c:196
[22:55:56.037] #0  0x00007f8b1f2a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:55:56.057] #0  0x00007f8b1f2a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:56.057] #1  0x00007f8b1f25afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:56.057] #2  0x00007f8b1f245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:56.057] #3  0x0000556d2abc86e9 in ExceptionalCondition (conditionName=conditionName@entry=0x556d2ae6b508 "(remain...
[22:55:56.057] #4  0x0000556d2a7e3005 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:55:56.057] #5  0x0000556d2a7e369c in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[22:55:56.057] #6  0x0000556d2a7e441d in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:55:56.057] #7  0x0000556d2a7e5e1e in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x556d2bb8cd00) at ../src/ba...
[22:55:56.057] #8  0x0000556d2a61aca8 in main (argc=4, argv=0x556d2bb8cd00) at ../src/backend/main/main.c:196
[22:55:56.505] #0  0x00007fabac8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:55:56.527] #0  0x00007fabac8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:56.527] #1  0x00007fabac85afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:56.527] #2  0x00007fabac845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:56.527] #3  0x000056306e37a6e9 in ExceptionalCondition (conditionName=conditionName@entry=0x56306e61d508 "(remain...
[22:55:56.527] #4  0x000056306df95005 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:55:56.527] #5  0x000056306df9555b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[22:55:56.527] #6  0x000056306df9641d in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:55:56.527] #7  0x000056306df97e1e in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5630707d8d00) at ../src/ba...
[22:55:56.527] #8  0x000056306ddccca8 in main (argc=4, argv=0x5630707d8d00) at ../src/backend/main/main.c:196
[22:55:56.972] #0  0x00007f0e1a6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:55:56.993] #0  0x00007f0e1a6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:56.993] #1  0x00007f0e1a65afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:56.993] #2  0x00007f0e1a645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:56.993] #3  0x000056403629d6e9 in ExceptionalCondition (conditionName=conditionName@entry=0x564036540508 "(remain...
[22:55:56.993] #4  0x0000564035eb8005 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:55:56.993] #5  0x0000564035eb855b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[22:55:56.993] #6  0x0000564035eb941d in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:55:56.993] #7  0x0000564035ebae1e in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x56403871dd00) at ../src/ba...
[22:55:56.993] #8  0x0000564035cefca8 in main (argc=4, argv=0x56403871dd00) at ../src/backend/main/main.c:196
[22:55:57.418] #0  0x00007fd3404a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:55:57.437] #0  0x00007fd3404a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:57.437] #1  0x00007fd34045afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:57.437] #2  0x00007fd340445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:57.437] #3  0x000055771472e6e9 in ExceptionalCondition (conditionName=conditionName@entry=0x5577149d1508 "(remain...
[22:55:57.437] #4  0x0000557714349005 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:55:57.437] #5  0x000055771434969c in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[22:55:57.437] #6  0x000055771434a41d in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:55:57.437] #7  0x000055771434be1e in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55771667dd20) at ../src/ba...
[22:55:57.437] #8  0x0000557714180ca8 in main (argc=4, argv=0x55771667dd20) at ../src/backend/main/main.c:196
[22:55:57.870] #0  0x00007fab63ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:55:57.889] #0  0x00007fab63ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:57.889] #1  0x00007fab63e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:57.889] #2  0x00007fab63e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:57.889] #3  0x00005596d9e7a6e9 in ExceptionalCondition (conditionName=conditionName@entry=0x5596da11d508 "(remain...
[22:55:57.889] #4  0x00005596d9a95005 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:55:57.889] #5  0x00005596d9a9555b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[22:55:57.889] #6  0x00005596d9a9641d in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:55:57.889] #7  0x00005596d9a97e1e in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x5596dc060d50) at ../src/ba...
[22:55:57.889] #8  0x00005596d98ccca8 in main (argc=8, argv=0x5596dc060d50) at ../src/backend/main/main.c:196
[22:55:58.335] #0  0x00007f8e88ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:55:58.355] #0  0x00007f8e88ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:58.355] #1  0x00007f8e88c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:58.355] #2  0x00007f8e88c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:58.355] #3  0x0000557d028e56e9 in ExceptionalCondition (conditionName=conditionName@entry=0x557d02b88508 "(remain...
[22:55:58.355] #4  0x0000557d02500005 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:55:58.355] #5  0x0000557d0250069c in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[22:55:58.355] #6  0x0000557d0250141d in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:55:58.355] #7  0x0000557d02502e1e in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x557d04c28d00) at ../src/ba...
[22:55:58.355] #8  0x0000557d02337ca8 in main (argc=4, argv=0x557d04c28d00) at ../src/backend/main/main.c:196
[22:55:58.810] #0  0x00007fca18ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:55:58.829] #0  0x00007fca18ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:58.829] #1  0x00007fca18e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:58.829] #2  0x00007fca18e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:58.829] #3  0x0000562f1ec0b6e9 in ExceptionalCondition (conditionName=conditionName@entry=0x562f1eeae508 "(remain...
[22:55:58.829] #4  0x0000562f1e826005 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:55:58.829] #5  0x0000562f1e82669c in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[22:55:58.829] #6  0x0000562f1e82741d in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:55:58.829] #7  0x0000562f1e828e1e in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x562f1ff38cf0) at ../src/ba...
[22:55:58.829] #8  0x0000562f1e65dca8 in main (argc=4, argv=0x562f1ff38cf0) at ../src/backend/main/main.c:196
[22:55:59.259] #0  0x00007f88cc0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:55:59.277] #0  0x00007f88cc0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:59.277] #1  0x00007f88cc05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:59.277] #2  0x00007f88cc045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:59.277] #3  0x00005596404746e9 in ExceptionalCondition (conditionName=conditionName@entry=0x559640717508 "(remain...
[22:55:59.277] #4  0x000055964008f005 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:55:59.277] #5  0x000055964008f55b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[22:55:59.277] #6  0x000055964009041d in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:55:59.278] #7  0x0000559640091e1e in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55964305ed40) at ../src/ba...
[22:55:59.278] #8  0x000055963fec6ca8 in main (argc=4, argv=0x55964305ed40) at ../src/backend/main/main.c:196
[22:55:59.703] #0  0x00007f45070a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:55:59.724] #0  0x00007f45070a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:59.724] #1  0x00007f450705afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:59.724] #2  0x00007f4507045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:55:59.724] #3  0x000055653fc106e9 in ExceptionalCondition (conditionName=conditionName@entry=0x55653feb3508 "(remain...
[22:55:59.724] #4  0x000055653f82b005 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:55:59.724] #5  0x000055653f82b55b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[22:55:59.724] #6  0x000055653f82c41d in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:55:59.724] #7  0x000055653f82de1e in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x556541528d20) at ../src/ba...
[22:55:59.724] #8  0x000055653f662ca8 in main (argc=8, argv=0x556541528d20) at ../src/backend/main/main.c:196
[22:56:00.162] #0  0x00007f03930a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:56:00.181] #0  0x00007f03930a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:56:00.181] #1  0x00007f039305afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:56:00.181] #2  0x00007f0393045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:56:00.181] #3  0x000055b75ea2a6e9 in ExceptionalCondition (conditionName=conditionName@entry=0x55b75eccd508 "(remain...
[22:56:00.181] #4  0x000055b75e645005 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:56:00.181] #5  0x000055b75e64569c in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[22:56:00.181] #6  0x000055b75e64641d in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:56:00.181] #7  0x000055b75e647e1e in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55b761447cd0) at ../src/ba...
[22:56:00.181] #8  0x000055b75e47cca8 in main (argc=4, argv=0x55b761447cd0) at ../src/backend/main/main.c:196
[22:56:00.600] #0  0x00007f1be92a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:56:00.619] #0  0x00007f1be92a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:56:00.619] #1  0x00007f1be925afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:56:00.619] #2  0x00007f1be9245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:56:00.619] #3  0x000055b7231946e9 in ExceptionalCondition (conditionName=conditionName@entry=0x55b723437508 "(remain...
[22:56:00.619] #4  0x000055b722daf005 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:56:00.619] #5  0x000055b722daf55b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[22:56:00.619] #6  0x000055b722db041d in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:56:00.619] #7  0x000055b722db1e1e in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55b724114d40) at ../src/ba...
[22:56:00.619] #8  0x000055b722be6ca8 in main (argc=8, argv=0x55b724114d40) at ../src/backend/main/main.c:196
[22:56:01.038] #0  0x00007f0113ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:56:01.056] #0  0x00007f0113ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:56:01.056] #1  0x00007f0113c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:56:01.056] #2  0x00007f0113c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:56:01.056] #3  0x000056493c4556e9 in ExceptionalCondition (conditionName=conditionName@entry=0x56493c6f8508 "(remain...
[22:56:01.056] #4  0x000056493c070005 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:56:01.056] #5  0x000056493c07055b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[22:56:01.056] #6  0x000056493c07141d in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:56:01.056] #7  0x000056493c072e1e in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x56493d141d20) at ../src/ba...
[22:56:01.056] #8  0x000056493bea7ca8 in main (argc=8, argv=0x56493d141d20) at ../src/backend/main/main.c:196
[22:56:01.472] #0  0x00007ff7a2aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
tap
[22:44:34.850](1.112s) Bail out!  pg_ctl restart failed
tap
[22:44:46.352](0.898s) Bail out!  pg_ctl stop failed
tap
[22:43:29.255](0.759s) Bail out!  pg_ctl stop failed
tap
[22:43:31.812](2.492s) Bail out!  pg_ctl stop failed
tap
[22:43:30.051](1.853s) Bail out!  pg_ctl stop failed
tap
[22:43:31.265](0.447s) Bail out!  pg_ctl stop failed
tap
[22:43:32.212](2.637s) Bail out!  pg_ctl stop failed
tap
[22:43:32.797](0.127s) Bail out!  pg_ctl restart failed
tap
[22:43:35.383](0.119s) Bail out!  pg_ctl stop failed
tap
[22:43:45.878](12.996s) Bail out!  pg_ctl restart failed
tap
[22:43:35.179](0.327s) Bail out!  pg_ctl stop failed
tap
[22:43:34.660](0.947s) Bail out!  pg_ctl stop failed
tap
[22:43:36.588](1.679s) Bail out!  pg_ctl stop failed
tap
[22:43:39.409](1.886s) Bail out!  pg_ctl stop failed
tap
[22:43:39.416](2.228s) Bail out!  pg_ctl stop failed
tap
[22:43:41.319](2.152s) Bail out!  pg_ctl stop failed
tap
[22:43:44.284](4.220s) Bail out!  pg_ctl restart failed
tap
[22:43:43.386](3.523s) Bail out!  pg_ctl stop failed
tap
[22:43:46.036](2.115s) Bail out!  pg_ctl stop failed
tap
[22:43:44.269](0.211s) Bail out!  pg_ctl stop failed
tap
[22:43:48.360](0.125s) Bail out!  pg_ctl stop failed
tap
[22:43:49.261](0.288s) Bail out!  pg_ctl stop failed
tap
[22:43:48.003](1.055s) Bail out!  pg_ctl restart failed
tap
[22:43:53.557](0.126s) Bail out!  pg_ctl stop failed
tap
[22:44:50.549](0.205s) Bail out!  pg_ctl restart failed
tap
[22:43:55.518](1.026s) Bail out!  pg_ctl stop failed
tap
[22:43:54.989](0.248s) Bail out!  pg_ctl stop failed
tap
[22:44:01.869](0.117s) Bail out!  pg_ctl restart failed
tap
[22:44:01.766](0.107s) Bail out!  pg_ctl restart failed
tap
[22:44:08.740](1.462s) Bail out!  pg_ctl stop failed
tap
[22:44:05.465](3.327s) Bail out!  pg_ctl stop failed
tap
[22:44:08.001](2.170s) Bail out!  pg_ctl stop failed
tap
[22:44:18.458](2.148s) Bail out!  pg_ctl stop failed
tap
[22:44:12.972](3.504s) Bail out!  pg_ctl stop failed
tap
[22:44:21.193](0.138s) Bail out!  pg_ctl restart failed
tap
[22:44:22.035](1.917s) Bail out!  pg_ctl stop failed
tap
[22:44:28.604](0.225s) Bail out!  pg_ctl stop failed
tap
[22:44:25.177](0.247s) Bail out!  pg_ctl stop failed
tap
[22:44:29.807](0.321s) Bail out!  pg_ctl stop failed
test
[22:54:37.750]   5/318 postgresql:pg_upgrade / pg_upgrade/003_logical_slots                            ERROR            ...
[22:54:37.750]   6/318 postgresql:recovery / recovery/001_stream_rep                                   ERROR            ...
[22:54:37.750]   7/318 postgresql:recovery / recovery/003_recovery_targets                             ERROR            ...
[22:54:37.750]   8/318 postgresql:pg_upgrade / pg_upgrade/004_subscription                             ERROR            ...
[22:54:37.750]   9/318 postgresql:recovery / recovery/004_timeline_switch                              ERROR            ...
[22:54:37.750]  11/318 postgresql:recovery / recovery/006_logical_decoding                             ERROR            ...
[22:54:37.750]  12/318 postgresql:recovery / recovery/010_logical_decoding_timelines                   ERROR            ...
[22:54:37.750]  13/318 postgresql:recovery / recovery/009_twophase                                     ERROR            ...
[22:54:37.750]  14/318 postgresql:recovery / recovery/007_sync_rep                                     ERROR            ...
[22:54:37.750]  15/318 postgresql:recovery / recovery/012_subtransactions                              ERROR            ...
[22:54:37.750]  17/318 postgresql:recovery / recovery/014_unlogged_reinit                              ERROR            ...
[22:54:37.750]  18/318 postgresql:recovery / recovery/015_promotion_pages                              ERROR            ...
[22:54:37.750]  19/318 postgresql:recovery / recovery/016_min_consistency                              ERROR            ...
[22:54:37.750]  20/318 postgresql:recovery / recovery/018_wal_optimize                                 ERROR            ...
[22:54:37.750]  21/318 postgresql:recovery / recovery/020_archive_status                               ERROR            ...
[22:54:37.750]  22/318 postgresql:recovery / recovery/017_shm                                          ERROR            ...
[22:54:37.750]  23/318 postgresql:recovery / recovery/008_fsm_truncation                               ERROR            ...
[22:54:37.750]  24/318 postgresql:recovery / recovery/019_replslot_limit                               ERROR            ...
[22:54:37.750]  25/318 postgresql:recovery / recovery/024_archive_recovery                             ERROR            ...
[22:54:37.750]  26/318 postgresql:recovery / recovery/021_row_visibility                               ERROR            ...
[22:54:37.750]  27/318 postgresql:recovery / recovery/023_pitr_prepared_xact                           ERROR            ...
[22:54:37.750]  29/318 postgresql:recovery / recovery/026_overwrite_contrecord                         ERROR            ...
[22:54:37.750]  30/318 postgresql:recovery / recovery/029_stats_restart                                ERROR            ...
[22:54:37.750]  31/318 postgresql:recovery / recovery/028_pitr_timelines                               ERROR            ...
[22:54:37.750]  32/318 postgresql:recovery / recovery/031_recovery_conflict                            ERROR            ...
[22:54:37.750]  33/318 postgresql:recovery / recovery/030_stats_cleanup_replica                        ERROR            ...
[22:54:37.750]  34/318 postgresql:recovery / recovery/033_replay_tsp_drops                             ERROR            ...
[22:54:37.750]  35/318 postgresql:recovery / recovery/034_create_database                              ERROR            ...
[22:54:37.750]  36/318 postgresql:recovery / recovery/032_relfilenode_reuse                            ERROR            ...
[22:54:37.750]  37/318 postgresql:recovery / recovery/036_truncated_dropped                            ERROR            ...
[22:54:37.750]  39/318 postgresql:recovery / recovery/035_standby_logical_decoding                     ERROR            ...
[22:54:37.750]  40/318 postgresql:recovery / recovery/039_end_of_wal                                   ERROR            ...
[22:54:37.750]  41/318 postgresql:recovery / recovery/038_save_logical_slots_shutdown                  ERROR            ...
[22:54:37.750]  42/318 postgresql:recovery / recovery/041_checkpoint_at_promote                        ERROR            ...
[22:54:37.750]  43/318 postgresql:recovery / recovery/042_low_level_backup                             ERROR            ...
[22:54:37.750]  44/318 postgresql:recovery / recovery/040_standby_failover_slots_sync                  ERROR            ...
[22:54:37.750]  45/318 postgresql:kerberos / kerberos/001_auth                                         ERROR            ...
[22:54:37.750]  46/318 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[22:54:37.750]  47/318 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[22:54:37.750]  48/318 postgresql:isolation / isolation/isolation                                      ERROR           1...
[22:54:37.750]  49/318 postgresql:regress / regress/regress                                            ERROR           1...
[22:54:37.750]  50/318 postgresql:plpgsql / plpgsql/regress                                            ERROR           1...
[22:54:37.750]  51/318 postgresql:plperl / plperl/regress                                              ERROR           1...
[22:54:37.750]  52/318 postgresql:plpython / plpython/regress                                          ERROR           1...
[22:54:37.750]  53/318 postgresql:pltcl / pltcl/regress                                                ERROR           1...
[22:54:37.750]  54/318 postgresql:recovery / recovery/013_crash_restart                                ERROR           2...
[22:54:37.750]  55/318 postgresql:recovery / recovery/022_crash_temp_files                             ERROR           2...
[22:54:37.750]  56/318 postgresql:amcheck / amcheck/regress                                            ERROR           1...
[22:54:37.750]  57/318 postgresql:basic_archive / basic_archive/regress                                ERROR           1...
[22:54:37.750]  58/318 postgresql:bloom / bloom/regress                                                ERROR           1...
[22:54:37.750]  59/318 postgresql:bool_plperl / bool_plperl/regress                                    ERROR           1...
[22:54:37.750]  60/318 postgresql:btree_gin / btree_gin/regress                                        ERROR           1...
[22:54:37.750]  61/318 postgresql:btree_gist / btree_gist/regress                                      ERROR           1...
[22:54:37.750]  62/318 postgresql:citext / citext/regress                                              ERROR           1...
[22:54:37.760]  63/318 postgresql:cube / cube/regress                                                  ERROR           1...
[22:54:37.760]  64/318 postgresql:dblink / dblink/regress                                              ERROR           1...
[22:54:37.760]  65/318 postgresql:dict_int / dict_int/regress                                          ERROR           1...
[22:54:37.760]  66/318 postgresql:dict_xsyn / dict_xsyn/regress                                        ERROR           1...
[22:54:37.760]  67/318 postgresql:earthdistance / earthdistance/regress                                ERROR           1...
[22:54:37.760]  68/318 postgresql:file_fdw / file_fdw/regress                                          ERROR           1...
[22:54:37.760]  69/318 postgresql:fuzzystrmatch / fuzzystrmatch/regress                                ERROR           1...
[22:54:37.760]  70/318 postgresql:hstore / hstore/regress                                              ERROR           1...
[22:54:37.760]  71/318 postgresql:hstore_plperl / hstore_plperl/regress                                ERROR           1...
[22:54:37.760]  72/318 postgresql:hstore_plpython / hstore_plpython/regress                            ERROR           1...
[22:54:37.760]  73/318 postgresql:isn / isn/regress                                                    ERROR           1...
[22:54:37.760]  74/318 postgresql:intarray / intarray/regress                                          ERROR           1...
[22:54:37.760]  75/318 postgresql:jsonb_plperl / jsonb_plperl/regress                                  ERROR           1...
[22:54:37.760]  76/318 postgresql:jsonb_plpython / jsonb_plpython/regress                              ERROR           1...
[22:54:37.760]  77/318 postgresql:lo / lo/regress                                                      ERROR           1...
[22:54:37.760]  78/318 postgresql:ltree / ltree/regress                                                ERROR           1...
[22:54:37.760]  79/318 postgresql:ltree_plpython / ltree_plpython/regress                              ERROR           1...
[22:54:37.760]  80/318 postgresql:pageinspect / pageinspect/regress                                    ERROR           1...
[22:54:37.760]  81/318 postgresql:passwordcheck / passwordcheck/regress                                ERROR           1...
[22:54:37.760]  82/318 postgresql:pg_buffercache / pg_buffercache/regress                              ERROR           1...
Windows - Server 2019, VS 2019 - Meson & ninja
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
core
00000066`c07ff7e8 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
00000066`c07ff7f0 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
00000066`c07ff860 00007ffd`e3e34cb0     postgres!pg_signal_thread(
00000066`c07ff960 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000066`c07ff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000066`c0bff8d8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000066`c0bff8e0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000066`c0bffbd0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000066`c0bffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000066`bf7fedb0 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000066`bf7fedf0 00007ff7`125cb50c     postgres!ExceptionalCondition(
00000066`bf7fee30 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000066`bf7fee80 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000066`bf7feed0 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000066`bf7ff7f0 00007ff7`1247e7e8     postgres!PostmasterMain(
00000066`bf7ff990 00007ff7`12a7a4a9     postgres!main(
00000066`bf7ff9d0 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000066`bf7ffa20 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000066`bf7ffa90 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000000f`d67ffbf8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000f`d67ffc00 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000000f`d67ffef0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000f`d67fff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000f`d6fffa38 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000f`d6fffa40 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000000f`d6fffd30 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000f`d6fffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000f`d6bff898 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
0000000f`d6bff8a0 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
0000000f`d6bff910 00007ffd`e3e34cb0     postgres!pg_signal_thread(
0000000f`d6bffa10 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000f`d6bffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000f`d5fff1b0 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000000f`d5fff1f0 00007ff7`125cb50c     postgres!ExceptionalCondition(
0000000f`d5fff230 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000000f`d5fff280 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000000f`d5fff2d0 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000000f`d5fffbf0 00007ff7`1247e7e8     postgres!PostmasterMain(
0000000f`d5fffd90 00007ff7`12a7a4a9     postgres!main(
0000000f`d5fffdd0 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000000f`d5fffe20 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000000f`d5fffe90 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000000f`d63ff4d8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000f`d63ff4e0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000000f`d63ff7d0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000f`d63ff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009b`0e7ffcc8 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
0000009b`0e7ffcd0 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
0000009b`0e7ffd40 00007ffd`e3e34cb0     postgres!pg_signal_thread(
0000009b`0e7ffe40 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009b`0e7ffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009b`0d7fecf0 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000009b`0d7fed30 00007ff7`125cb50c     postgres!ExceptionalCondition(
0000009b`0d7fed70 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000009b`0d7fedc0 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000009b`0d7fee10 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000009b`0d7ff730 00007ff7`1247e7e8     postgres!PostmasterMain(
0000009b`0d7ff8d0 00007ff7`12a7a4a9     postgres!main(
0000009b`0d7ff910 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000009b`0d7ff960 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000009b`0d7ff9d0 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000009b`0dbff5f8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009b`0dbff600 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000009b`0dbff8f0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009b`0dbff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009b`0dfff538 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009b`0dfff540 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000009b`0dfff830 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009b`0dfff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009b`0e3ffa38 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009b`0e3ffa40 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000009b`0e3ffd30 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009b`0e3ffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009b`0ebffbc8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009b`0ebffbd0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000009b`0ebffec0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009b`0ebffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000020`245ff658 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000020`245ff660 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000020`245ff950 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000020`245ff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000020`249ff718 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000020`249ff720 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000020`249ffa10 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000020`249ffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000020`241ffb18 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
00000020`241ffb20 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
00000020`241ffb90 00007ffd`e3e34cb0     postgres!pg_signal_thread(
00000020`241ffc90 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000020`241ffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000020`23dffba8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000020`23dffbb0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000020`23dffea0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000020`23dffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000020`239feef0 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000020`239fef30 00007ff7`125cb50c     postgres!ExceptionalCondition(
00000020`239fef70 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000020`239fefc0 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000020`239ff010 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000020`239ff930 00007ff7`1247e7e8     postgres!PostmasterMain(
00000020`239ffad0 00007ff7`12a7a4a9     postgres!main(
00000020`239ffb10 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000020`239ffb60 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000020`239ffbd0 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ac`46dff998 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ac`46dff9a0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000ac`46dffc90 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ac`46dffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ac`461ff698 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ac`461ff6a0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000ac`461ff990 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ac`461ff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ac`45dff878 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ac`45dff880 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000ac`45dffb70 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ac`45dffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ac`459fef70 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ac`459fefb0 00007ff7`125cb50c     postgres!ExceptionalCondition(
000000ac`459feff0 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ac`459ff040 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000ac`459ff090 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ac`459ff9b0 00007ff7`1247e7e8     postgres!PostmasterMain(
000000ac`459ffb50 00007ff7`12a7a4a9     postgres!main(
000000ac`459ffb90 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ac`459ffbe0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ac`459ffc50 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ac`465ff668 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ac`465ff670 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000ac`465ff960 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ac`465ff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ac`469ffc68 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
000000ac`469ffc70 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
000000ac`469ffce0 00007ffd`e3e34cb0     postgres!pg_signal_thread(
000000ac`469ffde0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ac`469ffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008d`ff7ffa48 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
0000008d`ff7ffa50 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
0000008d`ff7ffac0 00007ffd`e3e34cb0     postgres!pg_signal_thread(
0000008d`ff7ffbc0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008d`ff7ffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008d`febfee10 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000008d`febfee50 00007ff7`125cb50c     postgres!ExceptionalCondition(
0000008d`febfee90 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000008d`febfeee0 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000008d`febfef30 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000008d`febff850 00007ff7`1247e7e8     postgres!PostmasterMain(
0000008d`febff9f0 00007ff7`12a7a4a9     postgres!main(
0000008d`febffa30 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000008d`febffa80 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000008d`febffaf0 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000008d`fefff738 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008d`fefff740 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000008d`fefffa30 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008d`fefffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008d`ff3ff4f8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008d`ff3ff500 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000008d`ff3ff7f0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008d`ff3ff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008d`ffbff958 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008d`ffbff960 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000008d`ffbffc50 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008d`ffbffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b9`955ff578 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b9`955ff580 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000b9`955ff870 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b9`955ff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b9`94dff598 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b9`94dff5a0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000b9`94dff890 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b9`94dff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b9`951ffd08 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
000000b9`951ffd10 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
000000b9`951ffd80 00007ffd`e3e34cb0     postgres!pg_signal_thread(
000000b9`951ffe80 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b9`951ffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b9`941ff1a0 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b9`941ff1e0 00007ff7`125cb50c     postgres!ExceptionalCondition(
000000b9`941ff220 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000b9`941ff270 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000b9`941ff2c0 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000b9`941ffbe0 00007ff7`1247e7e8     postgres!PostmasterMain(
000000b9`941ffd80 00007ff7`12a7a4a9     postgres!main(
000000b9`941ffdc0 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b9`941ffe10 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000b9`941ffe80 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000b9`945ff808 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b9`945ff810 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000b9`945ffb00 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b9`945ffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b9`949ffb58 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b9`949ffb60 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000b9`949ffe50 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b9`949ffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e9`625ffa98 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e9`625ffaa0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000e9`625ffd90 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e9`625ffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e9`615ff5b8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e9`615ff5c0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000e9`615ff8b0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e9`615ff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e9`611fef70 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e9`611fefb0 00007ff7`125cb50c     postgres!ExceptionalCondition(
000000e9`611feff0 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000e9`611ff040 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000e9`611ff090 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000e9`611ff9b0 00007ff7`1247e7e8     postgres!PostmasterMain(
000000e9`611ffb50 00007ff7`12a7a4a9     postgres!main(
000000e9`611ffb90 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e9`611ffbe0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e9`611ffc50 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000e9`619ff598 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e9`619ff5a0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000e9`619ff890 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e9`619ff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e9`61dff9d8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e9`61dff9e0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000e9`61dffcd0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e9`61dffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e9`621ff8a8 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
000000e9`621ff8b0 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
000000e9`621ff920 00007ffd`e3e34cb0     postgres!pg_signal_thread(
000000e9`621ffa20 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e9`621ffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000045`b0bff6a8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000045`b0bff6b0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000045`b0bff9a0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000045`b0bff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000045`b03fecb0 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000045`b03fecf0 00007ff7`125cb50c     postgres!ExceptionalCondition(
00000045`b03fed30 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000045`b03fed80 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000045`b03fedd0 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000045`b03ff6f0 00007ff7`1247e7e8     postgres!PostmasterMain(
00000045`b03ff890 00007ff7`12a7a4a9     postgres!main(
00000045`b03ff8d0 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000045`b03ff920 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000045`b03ff990 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000045`b0fff718 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000045`b0fff720 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000045`b0fffa10 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000045`b0fffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000045`b17ffa88 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000045`b17ffa90 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000045`b17ffd80 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000045`b17ffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000045`b13ff758 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
00000045`b13ff760 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
00000045`b13ff7d0 00007ffd`e3e34cb0     postgres!pg_signal_thread(
00000045`b13ff8d0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000045`b13ff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000045`b07ff788 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000045`b07ff790 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000045`b07ffa80 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000045`b07ffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f7`0cfff498 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f7`0cfff4a0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000f7`0cfff790 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f7`0cfff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f7`0d3ff7f8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f7`0d3ff800 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000f7`0d3ffaf0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f7`0d3ffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f7`0dfffbb8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f7`0dfffbc0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000f7`0dfffeb0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f7`0dfffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f7`0d7ffb28 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f7`0d7ffb30 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000f7`0d7ffe20 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f7`0d7ffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f7`0dbffb48 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
000000f7`0dbffb50 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
000000f7`0dbffbc0 00007ffd`e3e34cb0     postgres!pg_signal_thread(
000000f7`0dbffcc0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f7`0dbffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f7`0cbff120 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f7`0cbff160 00007ff7`125cb50c     postgres!ExceptionalCondition(
000000f7`0cbff1a0 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f7`0cbff1f0 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000f7`0cbff240 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f7`0cbffb60 00007ff7`1247e7e8     postgres!PostmasterMain(
000000f7`0cbffd00 00007ff7`12a7a4a9     postgres!main(
000000f7`0cbffd40 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f7`0cbffd90 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f7`0cbffe00 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000af`475ff808 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
000000af`475ff810 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
000000af`475ff880 00007ffd`e3e34cb0     postgres!pg_signal_thread(
000000af`475ff980 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000af`475ff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000af`47dff948 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000af`47dff950 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000af`47dffc40 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000af`47dffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000af`46dfecd0 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000af`46dfed10 00007ff7`125cb50c     postgres!ExceptionalCondition(
000000af`46dfed50 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000af`46dfeda0 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000af`46dfedf0 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000af`46dff710 00007ff7`1247e7e8     postgres!PostmasterMain(
000000af`46dff8b0 00007ff7`12a7a4a9     postgres!main(
000000af`46dff8f0 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000af`46dff940 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000af`46dff9b0 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000af`471ffb58 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000af`471ffb60 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000af`471ffe50 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000af`471ffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000af`479ff578 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000af`479ff580 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000af`479ff870 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000af`479ff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f1`163ff818 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f1`163ff820 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000f1`163ffb10 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f1`163ffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f1`15bff598 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f1`15bff5a0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000f1`15bff890 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f1`15bff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f1`167ff848 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
000000f1`167ff850 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
000000f1`167ff8c0 00007ffd`e3e34cb0     postgres!pg_signal_thread(
000000f1`167ff9c0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f1`167ff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f1`16bffb68 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f1`16bffb70 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000f1`16bffe60 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f1`16bffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f1`157ff080 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f1`157ff0c0 00007ff7`125cb50c     postgres!ExceptionalCondition(
000000f1`157ff100 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f1`157ff150 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000f1`157ff1a0 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f1`157ffac0 00007ff7`1247e7e8     postgres!PostmasterMain(
000000f1`157ffc60 00007ff7`12a7a4a9     postgres!main(
000000f1`157ffca0 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f1`157ffcf0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f1`157ffd60 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f1`15fffc28 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f1`15fffc30 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000f1`15ffff20 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f1`15ffff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000044`315ffc28 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000044`315ffc30 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000044`315fff20 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000044`315fff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000044`309ff588 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000044`309ff590 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000044`309ff880 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000044`309ff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000044`311ffa38 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000044`311ffa40 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000044`311ffd30 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000044`311ffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000044`30dffc08 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
00000044`30dffc10 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
00000044`30dffc80 00007ffd`e3e34cb0     postgres!pg_signal_thread(
00000044`30dffd80 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000044`30dffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000044`305fed90 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000044`305fedd0 00007ff7`125cb50c     postgres!ExceptionalCondition(
00000044`305fee10 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000044`305fee60 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000044`305feeb0 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000044`305ff7d0 00007ff7`1247e7e8     postgres!PostmasterMain(
00000044`305ff970 00007ff7`12a7a4a9     postgres!main(
00000044`305ff9b0 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000044`305ffa00 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000044`305ffa70 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000021`d75ffa68 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000021`d75ffa70 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000021`d75ffd60 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000021`d75ffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000021`d71fec30 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000021`d71fec70 00007ff7`125cb50c     postgres!ExceptionalCondition(
00000021`d71fecb0 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000021`d71fed00 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000021`d71fed50 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000021`d71ff670 00007ff7`1247e7e8     postgres!PostmasterMain(
00000021`d71ff810 00007ff7`12a7a4a9     postgres!main(
00000021`d71ff850 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000021`d71ff8a0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000021`d71ff910 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000021`d7dffb48 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
00000021`d7dffb50 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
00000021`d7dffbc0 00007ffd`e3e34cb0     postgres!pg_signal_thread(
00000021`d7dffcc0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000021`d7dffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000021`d81ff898 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000021`d81ff8a0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000021`d81ffb90 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000021`d81ffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000021`d79ff628 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000021`d79ff630 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000021`d79ff920 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000021`d79ff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003f`433ff748 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003f`433ff750 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000003f`433ffa40 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003f`433ffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003f`43bff608 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
0000003f`43bff610 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
0000003f`43bff680 00007ffd`e3e34cb0     postgres!pg_signal_thread(
0000003f`43bff780 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003f`43bff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003f`43fffa98 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003f`43fffaa0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000003f`43fffd90 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003f`43fffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003f`42ffec60 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000003f`42ffeca0 00007ff7`125cb50c     postgres!ExceptionalCondition(
0000003f`42ffece0 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000003f`42ffed30 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000003f`42ffed80 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000003f`42fff6a0 00007ff7`1247e7e8     postgres!PostmasterMain(
0000003f`42fff840 00007ff7`12a7a4a9     postgres!main(
0000003f`42fff880 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000003f`42fff8d0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000003f`42fff940 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000003f`437ff788 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003f`437ff790 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000003f`437ffa80 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003f`437ffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ef`45bffb68 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ef`45bffb70 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000ef`45bffe60 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ef`45bffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ef`45fff888 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ef`45fff890 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000ef`45fffb80 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ef`45fffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ef`463ff9d8 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
000000ef`463ff9e0 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
000000ef`463ffa50 00007ffd`e3e34cb0     postgres!pg_signal_thread(
000000ef`463ffb50 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ef`463ffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ef`467ff9c8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ef`467ff9d0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000ef`467ffcc0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ef`467ffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ef`453ff1e0 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ef`453ff220 00007ff7`125cb50c     postgres!ExceptionalCondition(
000000ef`453ff260 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ef`453ff2b0 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000ef`453ff300 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ef`453ffc20 00007ff7`1247e7e8     postgres!PostmasterMain(
000000ef`453ffdc0 00007ff7`12a7a4a9     postgres!main(
000000ef`453ffe00 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ef`453ffe50 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ef`453ffec0 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ef`457ff448 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ef`457ff450 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000ef`457ff740 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ef`457ff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000088`b6bff9e8 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
00000088`b6bff9f0 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
00000088`b6bffa60 00007ffd`e3e34cb0     postgres!pg_signal_thread(
00000088`b6bffb60 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000088`b6bffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000088`b5ffed40 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000088`b5ffed80 00007ff7`125cb50c     postgres!ExceptionalCondition(
00000088`b5ffedc0 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000088`b5ffee10 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000088`b5ffee60 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000088`b5fff780 00007ff7`1247e7e8     postgres!PostmasterMain(
00000088`b5fff920 00007ff7`12a7a4a9     postgres!main(
00000088`b5fff960 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000088`b5fff9b0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000088`b5fffa20 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000088`b6fff8c8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000088`b6fff8d0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000088`b6fffbc0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000088`b6fffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f6`7a1ff538 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f6`7a1ff540 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000f6`7a1ff830 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f6`7a1ff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f6`799feb20 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f6`799feb60 00007ff7`125cb50c     postgres!ExceptionalCondition(
000000f6`799feba0 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f6`799febf0 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000f6`799fec40 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f6`799ff560 00007ff7`1247e7e8     postgres!PostmasterMain(
000000f6`799ff700 00007ff7`12a7a4a9     postgres!main(
000000f6`799ff740 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f6`799ff790 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f6`799ff800 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f6`79dffa28 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f6`79dffa30 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000f6`79dffd20 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f6`79dffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f6`7a5ff728 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
000000f6`7a5ff730 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
000000f6`7a5ff7a0 00007ffd`e3e34cb0     postgres!pg_signal_thread(
000000f6`7a5ff8a0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f6`7a5ff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f6`7a9ff788 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f6`7a9ff790 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000f6`7a9ffa80 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f6`7a9ffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000047`7d3fef40 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000047`7d3fef80 00007ff7`125cb50c     postgres!ExceptionalCondition(
00000047`7d3fefc0 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000047`7d3ff010 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000047`7d3ff060 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000047`7d3ff980 00007ff7`1247e7e8     postgres!PostmasterMain(
00000047`7d3ffb20 00007ff7`12a7a4a9     postgres!main(
00000047`7d3ffb60 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000047`7d3ffbb0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000047`7d3ffc20 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000047`7d7ff848 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000047`7d7ff850 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000047`7d7ffb40 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000047`7d7ffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000047`7dbff8f8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000047`7dbff900 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000047`7dbffbf0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000047`7dbffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000047`7e3ff7d8 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
00000047`7e3ff7e0 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
00000047`7e3ff850 00007ffd`e3e34cb0     postgres!pg_signal_thread(
00000047`7e3ff950 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000047`7e3ff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000047`7dfffb48 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000047`7dfffb50 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000047`7dfffe40 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000047`7dfffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000047`7e7ff6f8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000047`7e7ff700 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000047`7e7ff9f0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000047`7e7ffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008a`a81ff1e0 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000008a`a81ff220 00007ff7`125cb50c     postgres!ExceptionalCondition(
0000008a`a81ff260 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000008a`a81ff2b0 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000008a`a81ff300 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000008a`a81ffc20 00007ff7`1247e7e8     postgres!PostmasterMain(
0000008a`a81ffdc0 00007ff7`12a7a4a9     postgres!main(
0000008a`a81ffe00 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000008a`a81ffe50 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000008a`a81ffec0 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000008a`a85ff6d8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008a`a85ff6e0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000008a`a85ff9d0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008a`a85ffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008a`a95ff888 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008a`a95ff890 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000008a`a95ffb80 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008a`a95ffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008a`a91ffce8 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
0000008a`a91ffcf0 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
0000008a`a91ffd60 00007ffd`e3e34cb0     postgres!pg_signal_thread(
0000008a`a91ffe60 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008a`a91ffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008a`a8dff588 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008a`a8dff590 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000008a`a8dff880 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008a`a8dff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008a`a89ff9d8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008a`a89ff9e0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000008a`a89ffcd0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008a`a89ffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cb`1c3ff628 00007ff7`125c44c7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000cb`1c3ff630 00007ff7`1247e754     postgres!SubPostmasterMain(
000000cb`1c3ff6a0 00007ff7`12a7a4a9     postgres!main(
000000cb`1c3ff6e0 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000cb`1c3ff730 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000cb`1c3ff7a0 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000cb`1c3ff7d0 00007ffd`e3e34cb0     postgres!mainCRTStartup(
000000cb`1c3ff800 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cb`1c3ff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cb`1c7ff8e8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cb`1c7ff8f0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000cb`1c7ffbe0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cb`1c7ffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cb`1cbffa08 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cb`1cbffa10 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000cb`1cbffd00 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cb`1cbffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bc`cf7ffb58 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
000000bc`cf7ffb60 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
000000bc`cf7ffbd0 00007ffd`e3e34cb0     postgres!pg_signal_thread(
000000bc`cf7ffcd0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bc`cf7ffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bc`cffff7e8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bc`cffff7f0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000bc`cffffae0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bc`cffffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bc`ceffec10 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000bc`ceffec50 00007ff7`125cb50c     postgres!ExceptionalCondition(
000000bc`ceffec90 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000bc`ceffece0 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000bc`ceffed30 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000bc`cefff650 00007ff7`1247e7e8     postgres!PostmasterMain(
000000bc`cefff7f0 00007ff7`12a7a4a9     postgres!main(
000000bc`cefff830 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000bc`cefff880 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000bc`cefff8f0 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000bc`cf3ff818 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bc`cf3ff820 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000bc`cf3ffb10 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bc`cf3ffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bc`cfbff518 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bc`cfbff520 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000bc`cfbff810 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bc`cfbff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000064`91fff898 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000064`91fff8a0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000064`91fffb90 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000064`91fffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000064`923ff9d8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000064`923ff9e0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000064`923ffcd0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000064`923ffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000064`91bffba8 00007ff7`125c44c7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000064`91bffbb0 00007ff7`1247e754     postgres!SubPostmasterMain(
00000064`91bffc20 00007ff7`12a7a4a9     postgres!main(
00000064`91bffc60 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000064`91bffcb0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000064`91bffd20 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000064`91bffd50 00007ffd`e3e34cb0     postgres!mainCRTStartup(
00000064`91bffd80 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000064`91bffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000031`5a7ff658 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000031`5a7ff660 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000031`5a7ff950 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000031`5a7ff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000031`5abffa68 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
00000031`5abffa70 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
00000031`5abffae0 00007ffd`e3e34cb0     postgres!pg_signal_thread(
00000031`5abffbe0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000031`5abffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000031`5a3ff768 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000031`5a3ff770 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000031`5a3ffa60 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000031`5a3ffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000031`5afff878 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000031`5afff880 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000031`5afffb70 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000031`5afffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000031`59fff688 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000031`59fff690 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000031`59fff980 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000031`59fff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000031`59bfea50 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000031`59bfea90 00007ff7`125cb50c     postgres!ExceptionalCondition(
00000031`59bfead0 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000031`59bfeb20 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000031`59bfeb70 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000031`59bff490 00007ff7`1247e7e8     postgres!PostmasterMain(
00000031`59bff630 00007ff7`12a7a4a9     postgres!main(
00000031`59bff670 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000031`59bff6c0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000031`59bff730 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000b6`789ff478 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b6`789ff480 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000b6`789ff770 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b6`789ff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b6`791ffb48 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b6`791ffb50 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000b6`791ffe40 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b6`791ffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b6`78dffa48 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
000000b6`78dffa50 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
000000b6`78dffac0 00007ffd`e3e34cb0     postgres!pg_signal_thread(
000000b6`78dffbc0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b6`78dffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b6`785ff988 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b6`785ff990 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000b6`785ffc80 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b6`785ffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b6`781ff938 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b6`781ff940 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000b6`781ffc30 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b6`781ffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b6`77dff060 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b6`77dff0a0 00007ff7`125cb50c     postgres!ExceptionalCondition(
000000b6`77dff0e0 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000b6`77dff130 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000b6`77dff180 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000b6`77dffaa0 00007ff7`1247e7e8     postgres!PostmasterMain(
000000b6`77dffc40 00007ff7`12a7a4a9     postgres!main(
000000b6`77dffc80 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b6`77dffcd0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000b6`77dffd40 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000d4`021feb10 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d4`021feb50 00007ff7`125cb50c     postgres!ExceptionalCondition(
000000d4`021feb90 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000d4`021febe0 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000d4`021fec30 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000d4`021ff550 00007ff7`1247e7e8     postgres!PostmasterMain(
000000d4`021ff6f0 00007ff7`12a7a4a9     postgres!main(
000000d4`021ff730 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d4`021ff780 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d4`021ff7f0 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000d4`035ffbb8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d4`035ffbc0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000d4`035ffeb0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d4`035ffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d4`031ff8e8 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
000000d4`031ff8f0 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
000000d4`031ff960 00007ffd`e3e34cb0     postgres!pg_signal_thread(
000000d4`031ffa60 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d4`031ffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d4`02dffc18 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d4`02dffc20 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000d4`02dfff10 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d4`02dfff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d4`029ff958 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d4`029ff960 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000d4`029ffc50 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d4`029ffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d4`025ff5b8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d4`025ff5c0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000d4`025ff8b0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d4`025ff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ca`e59feb60 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ca`e59feba0 00007ff7`125cb50c     postgres!ExceptionalCondition(
000000ca`e59febe0 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ca`e59fec30 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000ca`e59fec80 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ca`e59ff5a0 00007ff7`1247e7e8     postgres!PostmasterMain(
000000ca`e59ff740 00007ff7`12a7a4a9     postgres!main(
000000ca`e59ff780 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ca`e59ff7d0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ca`e59ff840 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ca`e6dff738 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ca`e6dff740 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000ca`e6dffa30 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ca`e6dffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ca`e69ffca8 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
000000ca`e69ffcb0 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
000000ca`e69ffd20 00007ffd`e3e34cb0     postgres!pg_signal_thread(
000000ca`e69ffe20 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ca`e69ffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ca`e65ff848 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ca`e65ff850 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000ca`e65ffb40 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ca`e65ffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ca`e61ff9d8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ca`e61ff9e0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000ca`e61ffcd0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ca`e61ffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ca`e5dffc08 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ca`e5dffc10 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000ca`e5dfff00 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ca`e5dfff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000075`757ff648 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
00000075`757ff650 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
00000075`757ff6c0 00007ffd`e3e34cb0     postgres!pg_signal_thread(
00000075`757ff7c0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000075`757ff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000075`753ffb08 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000075`753ffb10 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000075`753ffe00 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000075`753ffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000075`74fff000 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000075`74fff040 00007ff7`125cb50c     postgres!ExceptionalCondition(
00000075`74fff080 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000075`74fff0d0 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000075`74fff120 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000075`74fffa40 00007ff7`1247e7e8     postgres!PostmasterMain(
00000075`74fffbe0 00007ff7`12a7a4a9     postgres!main(
00000075`74fffc20 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000075`74fffc70 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000075`74fffce0 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000075`75fff778 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000075`75fff780 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000075`75fffa70 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000075`75fffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000075`75bff768 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000075`75bff770 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000075`75bffa60 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000075`75bffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c8`5adffcc8 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
000000c8`5adffcd0 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
000000c8`5adffd40 00007ffd`e3e34cb0     postgres!pg_signal_thread(
000000c8`5adffe40 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c8`5adffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c8`5a9ff978 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c8`5a9ff980 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000c8`5a9ffc70 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c8`5a9ffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c8`5a5fef40 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c8`5a5fef80 00007ff7`125cb50c     postgres!ExceptionalCondition(
000000c8`5a5fefc0 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c8`5a5ff010 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000c8`5a5ff060 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c8`5a5ff980 00007ff7`1247e7e8     postgres!PostmasterMain(
000000c8`5a5ffb20 00007ff7`12a7a4a9     postgres!main(
000000c8`5a5ffb60 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c8`5a5ffbb0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c8`5a5ffc20 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c8`5b5ff898 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c8`5b5ff8a0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000c8`5b5ffb90 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c8`5b5ffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c8`5b1ff9d8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c8`5b1ff9e0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000c8`5b1ffcd0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c8`5b1ffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fb`1edffa48 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
000000fb`1edffa50 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
000000fb`1edffac0 00007ffd`e3e34cb0     postgres!pg_signal_thread(
000000fb`1edffbc0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fb`1edffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fb`1e9ffa98 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fb`1e9ffaa0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000fb`1e9ffd90 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fb`1e9ffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fb`1e5feb50 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000fb`1e5feb90 00007ff7`125cb50c     postgres!ExceptionalCondition(
000000fb`1e5febd0 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000fb`1e5fec20 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000fb`1e5fec70 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000fb`1e5ff590 00007ff7`1247e7e8     postgres!PostmasterMain(
000000fb`1e5ff730 00007ff7`12a7a4a9     postgres!main(
000000fb`1e5ff770 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000fb`1e5ff7c0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000fb`1e5ff830 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000fb`1f5ff5d8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fb`1f5ff5e0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000fb`1f5ff8d0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fb`1f5ff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fb`1f1ff798 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fb`1f1ff7a0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000fb`1f1ffa90 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fb`1f1ffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000020`467fea80 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000020`467feac0 00007ff7`125cb50c     postgres!ExceptionalCondition(
00000020`467feb00 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000020`467feb50 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000020`467feba0 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000020`467ff4c0 00007ff7`1247e7e8     postgres!PostmasterMain(
00000020`467ff660 00007ff7`12a7a4a9     postgres!main(
00000020`467ff6a0 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000020`467ff6f0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000020`467ff760 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000020`477ff658 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000020`477ff660 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000020`477ff950 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000020`477ff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000020`46bff8f8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000020`46bff900 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000020`46bffbf0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000020`46bffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000020`46fff6a8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000020`46fff6b0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000020`46fff9a0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000020`46fff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000020`473ffb78 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
00000020`473ffb80 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
00000020`473ffbf0 00007ffd`e3e34cb0     postgres!pg_signal_thread(
00000020`473ffcf0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000020`473ffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a1`d91fea40 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a1`d91fea80 00007ff7`125cb50c     postgres!ExceptionalCondition(
000000a1`d91feac0 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000a1`d91feb10 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000a1`d91feb60 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a1`d91ff480 00007ff7`1247e7e8     postgres!PostmasterMain(
000000a1`d91ff620 00007ff7`12a7a4a9     postgres!main(
000000a1`d91ff660 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a1`d91ff6b0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a1`d91ff720 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a1`d95ff698 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a1`d95ff6a0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000a1`d95ff990 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a1`d95ff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a1`d99ff518 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a1`d99ff520 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000a1`d99ff810 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a1`d99ff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a1`d9dff7b8 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
000000a1`d9dff7c0 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
000000a1`d9dff830 00007ffd`e3e34cb0     postgres!pg_signal_thread(
000000a1`d9dff930 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a1`d9dff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a1`da1ff668 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a1`da1ff670 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000a1`da1ff960 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a1`da1ff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f0`8bfff448 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f0`8bfff450 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000f0`8bfff740 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f0`8bfff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f0`8c3ffb38 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
000000f0`8c3ffb40 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
000000f0`8c3ffbb0 00007ffd`e3e34cb0     postgres!pg_signal_thread(
000000f0`8c3ffcb0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f0`8c3ffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f0`8c7ff498 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f0`8c7ff4a0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000f0`8c7ff790 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f0`8c7ff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f0`8bbff978 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f0`8bbff980 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000f0`8bbffc70 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f0`8bbffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f0`8b7fed10 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f0`8b7fed50 00007ff7`125cb50c     postgres!ExceptionalCondition(
000000f0`8b7fed90 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f0`8b7fede0 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000f0`8b7fee30 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f0`8b7ff750 00007ff7`1247e7e8     postgres!PostmasterMain(
000000f0`8b7ff8f0 00007ff7`12a7a4a9     postgres!main(
000000f0`8b7ff930 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f0`8b7ff980 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f0`8b7ff9f0 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000e0`f57fed60 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e0`f57feda0 00007ff7`125cb50c     postgres!ExceptionalCondition(
000000e0`f57fede0 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000e0`f57fee30 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000e0`f57fee80 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000e0`f57ff7a0 00007ff7`1247e7e8     postgres!PostmasterMain(
000000e0`f57ff940 00007ff7`12a7a4a9     postgres!main(
000000e0`f57ff980 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e0`f57ff9d0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e0`f57ffa40 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000e0`f5fff7e8 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
000000e0`f5fff7f0 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
000000e0`f5fff860 00007ffd`e3e34cb0     postgres!pg_signal_thread(
000000e0`f5fff960 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e0`f5fff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e0`f5bff5f8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e0`f5bff600 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000e0`f5bff8f0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e0`f5bff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e0`f63ff9a8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e0`f63ff9b0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000e0`f63ffca0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e0`f63ffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e0`f67ff498 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e0`f67ff4a0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000e0`f67ff790 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e0`f67ff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fb`717ffa88 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
000000fb`717ffa90 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
000000fb`717ffb00 00007ffd`e3e34cb0     postgres!pg_signal_thread(
000000fb`717ffc00 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fb`717ffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fb`71bff688 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fb`71bff690 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000fb`71bff980 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fb`71bff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fb`70bfef50 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000fb`70bfef90 00007ff7`125cb50c     postgres!ExceptionalCondition(
000000fb`70bfefd0 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000fb`70bff020 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000fb`70bff070 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000fb`70bff990 00007ff7`1247e7e8     postgres!PostmasterMain(
000000fb`70bffb30 00007ff7`12a7a4a9     postgres!main(
000000fb`70bffb70 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000fb`70bffbc0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000fb`70bffc30 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000fb`70fffc08 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fb`70fffc10 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000fb`70ffff00 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fb`70ffff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fb`713ff908 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fb`713ff910 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000fb`713ffc00 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fb`713ffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003a`905fea60 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000003a`905feaa0 00007ff7`125cb50c     postgres!ExceptionalCondition(
0000003a`905feae0 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000003a`905feb30 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000003a`905feb80 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000003a`905ff4a0 00007ff7`1247e7e8     postgres!PostmasterMain(
0000003a`905ff640 00007ff7`12a7a4a9     postgres!main(
0000003a`905ff680 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000003a`905ff6d0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000003a`905ff740 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000003a`919ff7c8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003a`919ff7d0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000003a`919ffac0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003a`919ffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003a`915ffb48 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
0000003a`915ffb50 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
0000003a`915ffbc0 00007ffd`e3e34cb0     postgres!pg_signal_thread(
0000003a`915ffcc0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003a`915ffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003a`909ffac8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003a`909ffad0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000003a`909ffdc0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003a`909ffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003a`90dff488 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003a`90dff490 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000003a`90dff780 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003a`90dff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003a`911ff718 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003a`911ff720 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000003a`911ffa10 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003a`911ffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000090`1abff5b8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000090`1abff5c0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000090`1abff8b0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000090`1abff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000090`19fffbc8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000090`19fffbd0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000090`19fffec0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000090`19fffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000090`19bff0c0 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000090`19bff100 00007ff7`125cb50c     postgres!ExceptionalCondition(
00000090`19bff140 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000090`19bff190 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000090`19bff1e0 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000090`19bffb00 00007ff7`1247e7e8     postgres!PostmasterMain(
00000090`19bffca0 00007ff7`12a7a4a9     postgres!main(
00000090`19bffce0 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000090`19bffd30 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000090`19bffda0 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000090`1a3ff768 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000090`1a3ff770 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000090`1a3ffa60 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000090`1a3ffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000090`1a7ff6b8 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
00000090`1a7ff6c0 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
00000090`1a7ff730 00007ffd`e3e34cb0     postgres!pg_signal_thread(
00000090`1a7ff830 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000090`1a7ff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000040`7d7ffa38 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000040`7d7ffa40 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000040`7d7ffd30 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000040`7d7ffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000040`7d3ff9d8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000040`7d3ff9e0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000040`7d3ffcd0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000040`7d3ffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000040`7cfff130 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000040`7cfff170 00007ff7`125cb50c     postgres!ExceptionalCondition(
00000040`7cfff1b0 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000040`7cfff200 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000040`7cfff250 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000040`7cfffb70 00007ff7`1247e7e8     postgres!PostmasterMain(
00000040`7cfffd10 00007ff7`12a7a4a9     postgres!main(
00000040`7cfffd50 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000040`7cfffda0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000040`7cfffe10 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000040`7dfffc38 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000040`7dfffc40 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000040`7dffff30 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000040`7dffff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000040`7dbffd48 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
00000040`7dbffd50 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
00000040`7dbffdc0 00007ffd`e3e34cb0     postgres!pg_signal_thread(
00000040`7dbffec0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000040`7dbffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000089`2c3ff668 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000089`2c3ff670 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000089`2c3ff960 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000089`2c3ff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000089`2bffec30 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000089`2bffec70 00007ff7`125cb50c     postgres!ExceptionalCondition(
00000089`2bffecb0 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000089`2bffed00 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000089`2bffed50 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000089`2bfff670 00007ff7`1247e7e8     postgres!PostmasterMain(
00000089`2bfff810 00007ff7`12a7a4a9     postgres!main(
00000089`2bfff850 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000089`2bfff8a0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000089`2bfff910 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000089`2c7ff698 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000089`2c7ff6a0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000089`2c7ff990 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000089`2c7ff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000089`2cbffc98 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
00000089`2cbffca0 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
00000089`2cbffd10 00007ffd`e3e34cb0     postgres!pg_signal_thread(
00000089`2cbffe10 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000089`2cbffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000089`2cfff5b8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000089`2cfff5c0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000089`2cfff8b0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000089`2cfff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000022`097ff528 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000022`097ff530 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000022`097ff820 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000022`097ff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000022`09bff618 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000022`09bff620 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000022`09bff910 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000022`09bff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000022`09fffb18 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
00000022`09fffb20 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
00000022`09fffb90 00007ffd`e3e34cb0     postgres!pg_signal_thread(
00000022`09fffc90 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000022`09fffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000022`0a3ff8f8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000022`0a3ff900 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000022`0a3ffbf0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000022`0a3ffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000022`093fefa0 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000022`093fefe0 00007ff7`125cb50c     postgres!ExceptionalCondition(
00000022`093ff020 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000022`093ff070 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000022`093ff0c0 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000022`093ff9e0 00007ff7`1247e7e8     postgres!PostmasterMain(
00000022`093ffb80 00007ff7`12a7a4a9     postgres!main(
00000022`093ffbc0 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000022`093ffc10 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000022`093ffc80 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000008d`453fedf0 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000008d`453fee30 00007ff7`125cb50c     postgres!ExceptionalCondition(
0000008d`453fee70 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000008d`453feec0 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000008d`453fef10 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000008d`453ff830 00007ff7`1247e7e8     postgres!PostmasterMain(
0000008d`453ff9d0 00007ff7`12a7a4a9     postgres!main(
0000008d`453ffa10 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000008d`453ffa60 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000008d`453ffad0 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000008d`463ff8a8 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
0000008d`463ff8b0 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
0000008d`463ff920 00007ffd`e3e34cb0     postgres!pg_signal_thread(
0000008d`463ffa20 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008d`463ffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008d`45fff5a8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008d`45fff5b0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000008d`45fff8a0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008d`45fff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008d`45bff7b8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008d`45bff7c0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000008d`45bffab0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008d`45bffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008d`467ff668 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008d`467ff670 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000008d`467ff960 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008d`467ff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008d`457ffbe8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008d`457ffbf0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000008d`457ffee0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008d`457fff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000011`de5ff9c8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000011`de5ff9d0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000011`de5ffcc0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000011`de5ffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000011`de9ff5c8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000011`de9ff5d0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000011`de9ff8c0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000011`de9ff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000011`dedffa58 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
00000011`dedffa60 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
00000011`dedffad0 00007ffd`e3e34cb0     postgres!pg_signal_thread(
00000011`dedffbd0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000011`dedffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000011`de1fea50 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000011`de1fea90 00007ff7`125cb50c     postgres!ExceptionalCondition(
00000011`de1fead0 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000011`de1feb20 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000011`de1feb70 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000011`de1ff490 00007ff7`1247e7e8     postgres!PostmasterMain(
00000011`de1ff630 00007ff7`12a7a4a9     postgres!main(
00000011`de1ff670 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000011`de1ff6c0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000011`de1ff730 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000011`df1ff778 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000011`df1ff780 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000011`df1ffa70 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000011`df1ffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cd`357feb90 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000cd`357febd0 00007ff7`125cb50c     postgres!ExceptionalCondition(
000000cd`357fec10 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000cd`357fec60 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000cd`357fecb0 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000cd`357ff5d0 00007ff7`1247e7e8     postgres!PostmasterMain(
000000cd`357ff770 00007ff7`12a7a4a9     postgres!main(
000000cd`357ff7b0 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000cd`357ff800 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000cd`357ff870 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000cd`35bff668 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cd`35bff670 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000cd`35bff960 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cd`35bff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cd`35fff458 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cd`35fff460 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000cd`35fff750 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cd`35fff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cd`363ff718 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
000000cd`363ff720 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
000000cd`363ff790 00007ffd`e3e34cb0     postgres!pg_signal_thread(
000000cd`363ff890 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cd`363ff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cd`367ffbc8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cd`367ffbd0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000cd`367ffec0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cd`367ffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008f`68dffba8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008f`68dffbb0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000008f`68dffea0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008f`68dffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008f`691ff5c8 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
0000008f`691ff5d0 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
0000008f`691ff640 00007ffd`e3e34cb0     postgres!pg_signal_thread(
0000008f`691ff740 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008f`691ff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008f`699ff5b8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008f`699ff5c0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000008f`699ff8b0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008f`699ff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008f`695ffb98 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008f`695ffba0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000008f`695ffe90 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008f`695ffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008f`689fea50 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000008f`689fea90 00007ff7`125cb50c     postgres!ExceptionalCondition(
0000008f`689fead0 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000008f`689feb20 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000008f`689feb70 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000008f`689ff490 00007ff7`1247e7e8     postgres!PostmasterMain(
0000008f`689ff630 00007ff7`12a7a4a9     postgres!main(
0000008f`689ff670 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000008f`689ff6c0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000008f`689ff730 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000065`02dfed50 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000065`02dfed90 00007ff7`125cb50c     postgres!ExceptionalCondition(
00000065`02dfedd0 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000065`02dfee20 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000065`02dfee70 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000065`02dff790 00007ff7`1247e7e8     postgres!PostmasterMain(
00000065`02dff930 00007ff7`12a7a4a9     postgres!main(
00000065`02dff970 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000065`02dff9c0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000065`02dffa30 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000065`035ffb48 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000065`035ffb50 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000065`035ffe40 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000065`035ffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000065`041ff858 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000065`041ff860 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000065`041ffb50 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000065`041ffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000065`03dffd28 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
00000065`03dffd30 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
00000065`03dffda0 00007ffd`e3e34cb0     postgres!pg_signal_thread(
00000065`03dffea0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000065`03dffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000065`039ff758 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000065`039ff760 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000065`039ffa50 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000065`039ffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000065`031ff8a8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000065`031ff8b0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000065`031ffba0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000065`031ffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005a`879ff6b8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005a`879ff6c0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000005a`879ff9b0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005a`879ff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005a`869fee00 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000005a`869fee40 00007ff7`125cb50c     postgres!ExceptionalCondition(
0000005a`869fee80 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000005a`869feed0 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000005a`869fef20 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000005a`869ff840 00007ff7`1247e7e8     postgres!PostmasterMain(
0000005a`869ff9e0 00007ff7`12a7a4a9     postgres!main(
0000005a`869ffa20 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000005a`869ffa70 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000005a`869ffae0 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000005a`86dffa68 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005a`86dffa70 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000005a`86dffd60 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005a`86dffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005a`871ff528 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005a`871ff530 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000005a`871ff820 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005a`871ff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005a`875ffc88 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
0000005a`875ffc90 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
0000005a`875ffd00 00007ffd`e3e34cb0     postgres!pg_signal_thread(
0000005a`875ffe00 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005a`875ffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000097`859ffb78 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000097`859ffb80 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000097`859ffe70 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000097`859ffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000097`849ff0b0 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000097`849ff0f0 00007ff7`125cb50c     postgres!ExceptionalCondition(
00000097`849ff130 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000097`849ff180 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000097`849ff1d0 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000097`849ffaf0 00007ff7`1247e7e8     postgres!PostmasterMain(
00000097`849ffc90 00007ff7`12a7a4a9     postgres!main(
00000097`849ffcd0 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000097`849ffd20 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000097`849ffd90 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000097`84dff498 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000097`84dff4a0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000097`84dff790 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000097`84dff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000097`851ff7c8 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
00000097`851ff7d0 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
00000097`851ff840 00007ffd`e3e34cb0     postgres!pg_signal_thread(
00000097`851ff940 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000097`851ff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000097`855ffab8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000097`855ffac0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000097`855ffdb0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000097`855ffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000054`62bfead0 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000054`62bfeb10 00007ff7`125cb50c     postgres!ExceptionalCondition(
00000054`62bfeb50 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000054`62bfeba0 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000054`62bfebf0 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000054`62bff510 00007ff7`1247e7e8     postgres!PostmasterMain(
00000054`62bff6b0 00007ff7`12a7a4a9     postgres!main(
00000054`62bff6f0 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000054`62bff740 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000054`62bff7b0 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000054`633ffc18 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000054`633ffc20 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000054`633fff10 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000054`633fff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000054`637ffb98 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000054`637ffba0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000054`637ffe90 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000054`637ffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000054`63bffb78 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
00000054`63bffb80 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
00000054`63bffbf0 00007ffd`e3e34cb0     postgres!pg_signal_thread(
00000054`63bffcf0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000054`63bffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000054`63fff488 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000054`63fff490 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000054`63fff780 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000054`63fff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000054`62fffb98 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000054`62fffba0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000054`62fffe90 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000054`62fffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003b`94fff9e8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003b`94fff9f0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000003b`94fffce0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003b`94fffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003b`953ff708 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003b`953ff710 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000003b`953ffa00 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003b`953ffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003b`957ff6a8 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
0000003b`957ff6b0 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
0000003b`957ff720 00007ffd`e3e34cb0     postgres!pg_signal_thread(
0000003b`957ff820 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003b`957ff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003b`95bff928 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003b`95bff930 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000003b`95bffc20 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003b`95bffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003b`94bff180 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000003b`94bff1c0 00007ff7`125cb50c     postgres!ExceptionalCondition(
0000003b`94bff200 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000003b`94bff250 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000003b`94bff2a0 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000003b`94bffbc0 00007ff7`1247e7e8     postgres!PostmasterMain(
0000003b`94bffd60 00007ff7`12a7a4a9     postgres!main(
0000003b`94bffda0 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000003b`94bffdf0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000003b`94bffe60 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f5`d67ffa78 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
000000f5`d67ffa80 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
000000f5`d67ffaf0 00007ffd`e3e34cb0     postgres!pg_signal_thread(
000000f5`d67ffbf0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f5`d67ffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f5`d5bfed60 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f5`d5bfeda0 00007ff7`125cb50c     postgres!ExceptionalCondition(
000000f5`d5bfede0 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f5`d5bfee30 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000f5`d5bfee80 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f5`d5bff7a0 00007ff7`1247e7e8     postgres!PostmasterMain(
000000f5`d5bff940 00007ff7`12a7a4a9     postgres!main(
000000f5`d5bff980 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f5`d5bff9d0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f5`d5bffa40 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f5`d5fffa78 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f5`d5fffa80 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000f5`d5fffd70 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f5`d5fffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f5`d6bff848 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f5`d6bff850 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000f5`d6bffb40 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f5`d6bffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f5`d63ffc28 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f5`d63ffc30 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000f5`d63fff20 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f5`d63fff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000070`e2fff8f8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000070`e2fff900 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000070`e2fffbf0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000070`e2fffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000070`e3bff998 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000070`e3bff9a0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000070`e3bffc90 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000070`e3bffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000070`e37ffda8 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
00000070`e37ffdb0 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
00000070`e37ffe20 00007ffd`e3e34cb0     postgres!pg_signal_thread(
00000070`e37fff20 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000070`e37fff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000070`e33ff8f8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000070`e33ff900 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000070`e33ffbf0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000070`e33ffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000070`e2bfedc0 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000070`e2bfee00 00007ff7`125cb50c     postgres!ExceptionalCondition(
00000070`e2bfee40 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000070`e2bfee90 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000070`e2bfeee0 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000070`e2bff800 00007ff7`1247e7e8     postgres!PostmasterMain(
00000070`e2bff9a0 00007ff7`12a7a4a9     postgres!main(
00000070`e2bff9e0 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000070`e2bffa30 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000070`e2bffaa0 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000004a`975ffc38 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
0000004a`975ffc40 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
0000004a`975ffcb0 00007ffd`e3e34cb0     postgres!pg_signal_thread(
0000004a`975ffdb0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004a`975ffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004a`979ff618 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004a`979ff620 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000004a`979ff910 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004a`979ff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004a`97dff7f8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004a`97dff800 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000004a`97dffaf0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004a`97dffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004a`96dff160 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000004a`96dff1a0 00007ff7`125cb50c     postgres!ExceptionalCondition(
0000004a`96dff1e0 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000004a`96dff230 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000004a`96dff280 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000004a`96dffba0 00007ff7`1247e7e8     postgres!PostmasterMain(
0000004a`96dffd40 00007ff7`12a7a4a9     postgres!main(
0000004a`96dffd80 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000004a`96dffdd0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000004a`96dffe40 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000004a`971ffb98 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004a`971ffba0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000004a`971ffe90 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004a`971ffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000029`599fef90 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000029`599fefd0 00007ff7`125cb50c     postgres!ExceptionalCondition(
00000029`599ff010 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000029`599ff060 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000029`599ff0b0 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000029`599ff9d0 00007ff7`1247e7e8     postgres!PostmasterMain(
00000029`599ffb70 00007ff7`12a7a4a9     postgres!main(
00000029`599ffbb0 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000029`599ffc00 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000029`599ffc70 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000029`59dff628 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000029`59dff630 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000029`59dff920 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000029`59dff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000029`5a9ff9c8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000029`5a9ff9d0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000029`5a9ffcc0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000029`5a9ffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000029`5a1ff988 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
00000029`5a1ff990 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
00000029`5a1ffa00 00007ffd`e3e34cb0     postgres!pg_signal_thread(
00000029`5a1ffb00 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000029`5a1ffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000029`5a5ff458 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000029`5a5ff460 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000029`5a5ff750 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000029`5a5ff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000052`86fff7d8 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
00000052`86fff7e0 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
00000052`86fff850 00007ffd`e3e34cb0     postgres!pg_signal_thread(
00000052`86fff950 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000052`86fff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000052`867fead0 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000052`867feb10 00007ff7`125cb50c     postgres!ExceptionalCondition(
00000052`867feb50 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000052`867feba0 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000052`867febf0 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000052`867ff510 00007ff7`1247e7e8     postgres!PostmasterMain(
00000052`867ff6b0 00007ff7`12a7a4a9     postgres!main(
00000052`867ff6f0 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000052`867ff740 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000052`867ff7b0 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000052`86bff4a8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000052`86bff4b0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000052`86bff7a0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000052`86bff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000052`873ff7f8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000052`873ff800 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000052`873ffaf0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000052`873ffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000052`877ffab8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000052`877ffac0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000052`877ffdb0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000052`877ffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000009`979ffc18 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
00000009`979ffc20 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
00000009`979ffc90 00007ffd`e3e34cb0     postgres!pg_signal_thread(
00000009`979ffd90 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000009`979ffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000009`97dff6d8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000009`97dff6e0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000009`97dff9d0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000009`97dffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000009`975ff998 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000009`975ff9a0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000009`975ffc90 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000009`975ffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000009`971ff5f8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000009`971ff600 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000009`971ff8f0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000009`971ff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000009`96dfefe0 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000009`96dff020 00007ff7`125cb50c     postgres!ExceptionalCondition(
00000009`96dff060 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000009`96dff0b0 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000009`96dff100 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000009`96dffa20 00007ff7`1247e7e8     postgres!PostmasterMain(
00000009`96dffbc0 00007ff7`12a7a4a9     postgres!main(
00000009`96dffc00 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000009`96dffc50 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000009`96dffcc0 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000036`7bfffd08 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
00000036`7bfffd10 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
00000036`7bfffd80 00007ffd`e3e34cb0     postgres!pg_signal_thread(
00000036`7bfffe80 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000036`7bfffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000036`7c3ff6a8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000036`7c3ff6b0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000036`7c3ff9a0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000036`7c3ff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000036`7b3ff180 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000036`7b3ff1c0 00007ff7`125cb50c     postgres!ExceptionalCondition(
00000036`7b3ff200 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000036`7b3ff250 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000036`7b3ff2a0 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000036`7b3ffbc0 00007ff7`1247e7e8     postgres!PostmasterMain(
00000036`7b3ffd60 00007ff7`12a7a4a9     postgres!main(
00000036`7b3ffda0 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000036`7b3ffdf0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000036`7b3ffe60 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000036`7b7ff4e8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000036`7b7ff4f0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000036`7b7ff7e0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000036`7b7ff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000036`7bbff658 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000036`7bbff660 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000036`7bbff950 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000036`7bbff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000039`7d9ff0f0 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000039`7d9ff130 00007ff7`125cb50c     postgres!ExceptionalCondition(
00000039`7d9ff170 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000039`7d9ff1c0 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000039`7d9ff210 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000039`7d9ffb30 00007ff7`1247e7e8     postgres!PostmasterMain(
00000039`7d9ffcd0 00007ff7`12a7a4a9     postgres!main(
00000039`7d9ffd10 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000039`7d9ffd60 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000039`7d9ffdd0 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000039`7ddffaf8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000039`7ddffb00 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000039`7ddffdf0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000039`7ddffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000039`7e1ff538 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000039`7e1ff540 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000039`7e1ff830 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000039`7e1ff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000039`7e5ff4c8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000039`7e5ff4d0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000039`7e5ff7c0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000039`7e5ff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000039`7e9ff728 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
00000039`7e9ff730 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
00000039`7e9ff7a0 00007ffd`e3e34cb0     postgres!pg_signal_thread(
00000039`7e9ff8a0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000039`7e9ff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000039`7edff498 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000039`7edff4a0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000039`7edff790 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000039`7edff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000017`e01ff150 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000017`e01ff190 00007ff7`125cb50c     postgres!ExceptionalCondition(
00000017`e01ff1d0 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000017`e01ff220 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000017`e01ff270 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000017`e01ffb90 00007ff7`1247e7e8     postgres!PostmasterMain(
00000017`e01ffd30 00007ff7`12a7a4a9     postgres!main(
00000017`e01ffd70 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000017`e01ffdc0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000017`e01ffe30 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000017`e11ffb68 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000017`e11ffb70 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000017`e11ffe60 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000017`e11ffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000017`e09ff598 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000017`e09ff5a0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000017`e09ff890 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000017`e09ff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000017`e05ff9d8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000017`e05ff9e0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000017`e05ffcd0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000017`e05ffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000017`e0dffa08 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
00000017`e0dffa10 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
00000017`e0dffa80 00007ffd`e3e34cb0     postgres!pg_signal_thread(
00000017`e0dffb80 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000017`e0dffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000053`837ff728 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000053`837ff730 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000053`837ffa20 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000053`837ffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000053`83bff5d8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000053`83bff5e0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000053`83bff8d0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000053`83bff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000053`82bfec30 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000053`82bfec70 00007ff7`125cb50c     postgres!ExceptionalCondition(
00000053`82bfecb0 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000053`82bfed00 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000053`82bfed50 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000053`82bff670 00007ff7`1247e7e8     postgres!PostmasterMain(
00000053`82bff810 00007ff7`12a7a4a9     postgres!main(
00000053`82bff850 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000053`82bff8a0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000053`82bff910 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000053`82fff728 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000053`82fff730 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000053`82fffa20 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000053`82fffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000053`833ff718 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
00000053`833ff720 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
00000053`833ff790 00007ffd`e3e34cb0     postgres!pg_signal_thread(
00000053`833ff890 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000053`833ff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000045`9b1ff4a8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000045`9b1ff4b0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000045`9b1ff7a0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000045`9b1ff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000045`9b5ff498 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000045`9b5ff4a0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000045`9b5ff790 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000045`9b5ff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000045`9a5fea50 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000045`9a5fea90 00007ff7`125cb50c     postgres!ExceptionalCondition(
00000045`9a5fead0 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000045`9a5feb20 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000045`9a5feb70 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000045`9a5ff490 00007ff7`1247e7e8     postgres!PostmasterMain(
00000045`9a5ff630 00007ff7`12a7a4a9     postgres!main(
00000045`9a5ff670 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000045`9a5ff6c0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000045`9a5ff730 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000045`9a9ff8a8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000045`9a9ff8b0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000045`9a9ffba0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000045`9a9ffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000045`9adff748 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
00000045`9adff750 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
00000045`9adff7c0 00007ffd`e3e34cb0     postgres!pg_signal_thread(
00000045`9adff8c0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000045`9adff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a3`077ff898 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
000000a3`077ff8a0 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
000000a3`077ff910 00007ffd`e3e34cb0     postgres!pg_signal_thread(
000000a3`077ffa10 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a3`077ffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a3`07bff6a8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a3`07bff6b0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000a3`07bff9a0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a3`07bff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a3`06bff120 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a3`06bff160 00007ff7`125cb50c     postgres!ExceptionalCondition(
000000a3`06bff1a0 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000a3`06bff1f0 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000a3`06bff240 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a3`06bffb60 00007ff7`1247e7e8     postgres!PostmasterMain(
000000a3`06bffd00 00007ff7`12a7a4a9     postgres!main(
000000a3`06bffd40 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a3`06bffd90 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a3`06bffe00 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a3`06fff5d8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a3`06fff5e0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000a3`06fff8d0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a3`06fff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a3`073ffb58 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a3`073ffb60 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000a3`073ffe50 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a3`073ffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000aa`559ff908 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
000000aa`559ff910 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
000000aa`559ff980 00007ffd`e3e34cb0     postgres!pg_signal_thread(
000000aa`559ffa80 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000aa`559ffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000aa`55dff738 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000aa`55dff740 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000aa`55dffa30 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000aa`55dffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000aa`561ff628 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000aa`561ff630 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000aa`561ff920 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000aa`561ff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000aa`551ff040 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000aa`551ff080 00007ff7`125cb50c     postgres!ExceptionalCondition(
000000aa`551ff0c0 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000aa`551ff110 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000aa`551ff160 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000aa`551ffa80 00007ff7`1247e7e8     postgres!PostmasterMain(
000000aa`551ffc20 00007ff7`12a7a4a9     postgres!main(
000000aa`551ffc60 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000aa`551ffcb0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000aa`551ffd20 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000aa`555ffbe8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000aa`555ffbf0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000aa`555ffee0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000aa`555fff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006f`8cbff8d8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006f`8cbff8e0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000006f`8cbffbd0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006f`8cbffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006f`8cfffb58 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
0000006f`8cfffb60 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
0000006f`8cfffbd0 00007ffd`e3e34cb0     postgres!pg_signal_thread(
0000006f`8cfffcd0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006f`8cfffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006f`8d3ff868 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006f`8d3ff870 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000006f`8d3ffb60 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006f`8d3ffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006f`8c3ff030 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000006f`8c3ff070 00007ff7`125cb50c     postgres!ExceptionalCondition(
0000006f`8c3ff0b0 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000006f`8c3ff100 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000006f`8c3ff150 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000006f`8c3ffa70 00007ff7`1247e7e8     postgres!PostmasterMain(
0000006f`8c3ffc10 00007ff7`12a7a4a9     postgres!main(
0000006f`8c3ffc50 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000006f`8c3ffca0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000006f`8c3ffd10 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000006f`8c7ffa78 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006f`8c7ffa80 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000006f`8c7ffd70 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006f`8c7ffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f5`897ffc18 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
000000f5`897ffc20 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
000000f5`897ffc90 00007ffd`e3e34cb0     postgres!pg_signal_thread(
000000f5`897ffd90 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f5`897ffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f5`89bffc38 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f5`89bffc40 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000f5`89bfff30 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f5`89bfff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f5`89fffc08 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f5`89fffc10 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000f5`89ffff00 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f5`89ffff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f5`88ffeba0 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f5`88ffebe0 00007ff7`125cb50c     postgres!ExceptionalCondition(
000000f5`88ffec20 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f5`88ffec70 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000f5`88ffecc0 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f5`88fff5e0 00007ff7`1247e7e8     postgres!PostmasterMain(
000000f5`88fff780 00007ff7`12a7a4a9     postgres!main(
000000f5`88fff7c0 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f5`88fff810 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f5`88fff880 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f5`893ff788 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f5`893ff790 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000f5`893ffa80 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f5`893ffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e3`fa3ff568 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e3`fa3ff570 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000e3`fa3ff860 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e3`fa3ff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e3`f9bfeae0 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e3`f9bfeb20 00007ff7`125cb50c     postgres!ExceptionalCondition(
000000e3`f9bfeb60 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000e3`f9bfebb0 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000e3`f9bfec00 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000e3`f9bff520 00007ff7`1247e7e8     postgres!PostmasterMain(
000000e3`f9bff6c0 00007ff7`12a7a4a9     postgres!main(
000000e3`f9bff700 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e3`f9bff750 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e3`f9bff7c0 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000e3`f9fff588 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e3`f9fff590 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000e3`f9fff880 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e3`f9fff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e3`fa7ffa98 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e3`fa7ffaa0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000e3`fa7ffd90 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e3`fa7ffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e3`fabffd98 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
000000e3`fabffda0 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
000000e3`fabffe10 00007ffd`e3e34cb0     postgres!pg_signal_thread(
000000e3`fabfff10 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e3`fabfff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e3`fafff8c8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e3`fafff8d0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000e3`fafffbc0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e3`fafffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e2`975fea50 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e2`975fea90 00007ff7`125cb50c     postgres!ExceptionalCondition(
000000e2`975fead0 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000e2`975feb20 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000e2`975feb70 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000e2`975ff490 00007ff7`1247e7e8     postgres!PostmasterMain(
000000e2`975ff630 00007ff7`12a7a4a9     postgres!main(
000000e2`975ff670 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e2`975ff6c0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e2`975ff730 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000e2`979ff4f8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e2`979ff500 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000e2`979ff7f0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e2`979ff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e2`989ff838 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e2`989ff840 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000e2`989ffb30 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e2`989ffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e2`985ffb18 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
000000e2`985ffb20 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
000000e2`985ffb90 00007ffd`e3e34cb0     postgres!pg_signal_thread(
000000e2`985ffc90 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e2`985ffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e2`981ff568 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e2`981ff570 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000e2`981ff860 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e2`981ff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e2`97dff9e8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e2`97dff9f0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000e2`97dffce0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e2`97dffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001b`a53ff8d8 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
0000001b`a53ff8e0 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
0000001b`a53ff950 00007ffd`e3e34cb0     postgres!pg_signal_thread(
0000001b`a53ffa50 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001b`a53ffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001b`a57ffa88 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001b`a57ffa90 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000001b`a57ffd80 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001b`a57ffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001b`a5bffbe8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001b`a5bffbf0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000001b`a5bffee0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001b`a5bfff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001b`a4bfedb0 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000001b`a4bfedf0 00007ff7`125cb50c     postgres!ExceptionalCondition(
0000001b`a4bfee30 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000001b`a4bfee80 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000001b`a4bfeed0 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000001b`a4bff7f0 00007ff7`1247e7e8     postgres!PostmasterMain(
0000001b`a4bff990 00007ff7`12a7a4a9     postgres!main(
0000001b`a4bff9d0 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000001b`a4bffa20 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000001b`a4bffa90 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000001b`a4fffc18 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001b`a4fffc20 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000001b`a4ffff10 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001b`a4ffff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d8`d0fffa28 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d8`d0fffa30 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000d8`d0fffd20 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d8`d0fffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d8`d13ff818 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d8`d13ff820 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000d8`d13ffb10 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d8`d13ffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d8`d17ffc48 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
000000d8`d17ffc50 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
000000d8`d17ffcc0 00007ffd`e3e34cb0     postgres!pg_signal_thread(
000000d8`d17ffdc0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d8`d17ffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d8`d1bff7c8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d8`d1bff7d0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000d8`d1bffac0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d8`d1bffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d8`d07ff160 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d8`d07ff1a0 00007ff7`125cb50c     postgres!ExceptionalCondition(
000000d8`d07ff1e0 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000d8`d07ff230 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000d8`d07ff280 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000d8`d07ffba0 00007ff7`1247e7e8     postgres!PostmasterMain(
000000d8`d07ffd40 00007ff7`12a7a4a9     postgres!main(
000000d8`d07ffd80 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d8`d07ffdd0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d8`d07ffe40 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000d8`d0bffaa8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d8`d0bffab0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000d8`d0bffda0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d8`d0bffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fc`d27ff4e8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fc`d27ff4f0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000fc`d27ff7e0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fc`d27ff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fc`d1bfefb0 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000fc`d1bfeff0 00007ff7`125cb50c     postgres!ExceptionalCondition(
000000fc`d1bff030 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000fc`d1bff080 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000fc`d1bff0d0 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000fc`d1bff9f0 00007ff7`1247e7e8     postgres!PostmasterMain(
000000fc`d1bffb90 00007ff7`12a7a4a9     postgres!main(
000000fc`d1bffbd0 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000fc`d1bffc20 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000fc`d1bffc90 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000fc`d23ffc28 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
000000fc`d23ffc30 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
000000fc`d23ffca0 00007ffd`e3e34cb0     postgres!pg_signal_thread(
000000fc`d23ffda0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fc`d23ffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fc`d2bff628 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fc`d2bff630 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000fc`d2bff920 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fc`d2bff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fc`d1fff708 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fc`d1fff710 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000fc`d1fffa00 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fc`d1fffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000053`905ffda8 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
00000053`905ffdb0 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
00000053`905ffe20 00007ffd`e3e34cb0     postgres!pg_signal_thread(
00000053`905fff20 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000053`905fff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000053`909ffb68 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000053`909ffb70 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000053`909ffe60 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000053`909ffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000053`90dff528 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000053`90dff530 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000053`90dff820 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000053`90dff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000053`901ffbc8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000053`901ffbd0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000053`901ffec0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000053`901ffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000053`8fdfeee0 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000053`8fdfef20 00007ff7`125cb50c     postgres!ExceptionalCondition(
00000053`8fdfef60 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000053`8fdfefb0 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000053`8fdff000 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000053`8fdff920 00007ff7`1247e7e8     postgres!PostmasterMain(
00000053`8fdffac0 00007ff7`12a7a4a9     postgres!main(
00000053`8fdffb00 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000053`8fdffb50 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000053`8fdffbc0 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000083`b3dff0c0 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000083`b3dff100 00007ff7`125cb50c     postgres!ExceptionalCondition(
00000083`b3dff140 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000083`b3dff190 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000083`b3dff1e0 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000083`b3dffb00 00007ff7`1247e7e8     postgres!PostmasterMain(
00000083`b3dffca0 00007ff7`12a7a4a9     postgres!main(
00000083`b3dffce0 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000083`b3dffd30 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000083`b3dffda0 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000083`b41ff718 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000083`b41ff720 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000083`b41ffa10 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000083`b41ffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000083`b45ff8f8 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
00000083`b45ff900 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
00000083`b45ff970 00007ffd`e3e34cb0     postgres!pg_signal_thread(
00000083`b45ffa70 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000083`b45ffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000083`b49ffc28 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000083`b49ffc30 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000083`b49fff20 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000083`b49fff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000083`b4dff8c8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000083`b4dff8d0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000083`b4dffbc0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000083`b4dffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f0`a25fea60 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f0`a25feaa0 00007ff7`125cb50c     postgres!ExceptionalCondition(
000000f0`a25feae0 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f0`a25feb30 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000f0`a25feb80 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f0`a25ff4a0 00007ff7`1247e7e8     postgres!PostmasterMain(
000000f0`a25ff640 00007ff7`12a7a4a9     postgres!main(
000000f0`a25ff680 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f0`a25ff6d0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f0`a25ff740 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f0`a29ff4e8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f0`a29ff4f0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000f0`a29ff7e0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f0`a29ff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f0`a2dff7a8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f0`a2dff7b0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000f0`a2dffaa0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f0`a2dffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f0`a31ff638 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f0`a31ff640 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000f0`a31ff930 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f0`a31ff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f0`a35ffd08 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
000000f0`a35ffd10 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
000000f0`a35ffd80 00007ffd`e3e34cb0     postgres!pg_signal_thread(
000000f0`a35ffe80 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f0`a35ffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f0`a39ffbc8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f0`a39ffbd0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000f0`a39ffec0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f0`a39ffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008b`829ff708 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008b`829ff710 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000008b`829ffa00 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008b`829ffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008b`81dff6b8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008b`81dff6c0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000008b`81dff9b0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008b`81dff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008b`821ff738 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
0000008b`821ff740 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
0000008b`821ff7b0 00007ffd`e3e34cb0     postgres!pg_signal_thread(
0000008b`821ff8b0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008b`821ff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008b`819feab0 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000008b`819feaf0 00007ff7`125cb50c     postgres!ExceptionalCondition(
0000008b`819feb30 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000008b`819feb80 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000008b`819febd0 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000008b`819ff4f0 00007ff7`1247e7e8     postgres!PostmasterMain(
0000008b`819ff690 00007ff7`12a7a4a9     postgres!main(
0000008b`819ff6d0 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000008b`819ff720 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000008b`819ff790 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000008b`825ff5f8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008b`825ff600 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000008b`825ff8f0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008b`825ff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000011`d49ff6c8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000011`d49ff6d0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000011`d49ff9c0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000011`d49ff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000011`d4dff7a8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000011`d4dff7b0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000011`d4dffaa0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000011`d4dffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000011`d51ff6a8 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
00000011`d51ff6b0 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
00000011`d51ff720 00007ffd`e3e34cb0     postgres!pg_signal_thread(
00000011`d51ff820 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000011`d51ff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000011`d45ff5e8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000011`d45ff5f0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000011`d45ff8e0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000011`d45ff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000011`d41feab0 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000011`d41feaf0 00007ff7`125cb50c     postgres!ExceptionalCondition(
00000011`d41feb30 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000011`d41feb80 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000011`d41febd0 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000011`d41ff4f0 00007ff7`1247e7e8     postgres!PostmasterMain(
00000011`d41ff690 00007ff7`12a7a4a9     postgres!main(
00000011`d41ff6d0 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000011`d41ff720 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000011`d41ff790 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000011`d55ff4a8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000011`d55ff4b0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000011`d55ff7a0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000011`d55ff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e3`e27fefc0 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e3`e27ff000 00007ff7`125cb50c     postgres!ExceptionalCondition(
000000e3`e27ff040 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000e3`e27ff090 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000e3`e27ff0e0 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000e3`e27ffa00 00007ff7`1247e7e8     postgres!PostmasterMain(
000000e3`e27ffba0 00007ff7`12a7a4a9     postgres!main(
000000e3`e27ffbe0 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e3`e27ffc30 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e3`e27ffca0 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000e3`e2bffaa8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e3`e2bffab0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000e3`e2bffda0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e3`e2bffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e3`e2fff888 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
000000e3`e2fff890 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
000000e3`e2fff900 00007ffd`e3e34cb0     postgres!pg_signal_thread(
000000e3`e2fffa00 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e3`e2fffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e3`e33ff518 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e3`e33ff520 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000e3`e33ff810 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e3`e33ff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e3`e37ffbe8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e3`e37ffbf0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000e3`e37ffee0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e3`e37fff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000094`4c1ffd38 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
00000094`4c1ffd40 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
00000094`4c1ffdb0 00007ffd`e3e34cb0     postgres!pg_signal_thread(
00000094`4c1ffeb0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000094`4c1ffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000094`4b1ff140 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000094`4b1ff180 00007ff7`125cb50c     postgres!ExceptionalCondition(
00000094`4b1ff1c0 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000094`4b1ff210 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000094`4b1ff260 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000094`4b1ffb80 00007ff7`1247e7e8     postgres!PostmasterMain(
00000094`4b1ffd20 00007ff7`12a7a4a9     postgres!main(
00000094`4b1ffd60 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000094`4b1ffdb0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000094`4b1ffe20 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000094`4b5ff9d8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000094`4b5ff9e0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000094`4b5ffcd0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000094`4b5ffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000094`4b9ff838 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000094`4b9ff840 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000094`4b9ffb30 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000094`4b9ffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000094`4bdff4d8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000094`4bdff4e0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000094`4bdff7d0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000094`4bdff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000094`4c5ff648 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000094`4c5ff650 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000094`4c5ff940 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000094`4c5ff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000081`cdbff558 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000081`cdbff560 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000081`cdbff850 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000081`cdbff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000081`cd7feac0 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000081`cd7feb00 00007ff7`125cb50c     postgres!ExceptionalCondition(
00000081`cd7feb40 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000081`cd7feb90 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000081`cd7febe0 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000081`cd7ff500 00007ff7`1247e7e8     postgres!PostmasterMain(
00000081`cd7ff6a0 00007ff7`12a7a4a9     postgres!main(
00000081`cd7ff6e0 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000081`cd7ff730 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000081`cd7ff7a0 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000081`cdfff6e8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000081`cdfff6f0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000081`cdfff9e0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000081`cdfffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000081`ce3ffb18 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
00000081`ce3ffb20 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
00000081`ce3ffb90 00007ffd`e3e34cb0     postgres!pg_signal_thread(
00000081`ce3ffc90 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000081`ce3ffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000081`ce7ff8f8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000081`ce7ff900 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000081`ce7ffbf0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000081`ce7ffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`007fec70 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000001`007fecb0 00007ff7`125cb50c     postgres!ExceptionalCondition(
00000001`007fecf0 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000001`007fed40 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000001`007fed90 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000001`007ff6b0 00007ff7`1247e7e8     postgres!PostmasterMain(
00000001`007ff850 00007ff7`12a7a4a9     postgres!main(
00000001`007ff890 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000001`007ff8e0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000001`007ff950 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000001`00fff778 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000001`00fff780 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000001`00fffa70 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000001`00fffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`013ffc08 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
00000001`013ffc10 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
00000001`013ffc80 00007ffd`e3e34cb0     postgres!pg_signal_thread(
00000001`013ffd80 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000001`013ffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`00bffac8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000001`00bffad0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000001`00bffdc0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000001`00bffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`017ffa28 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000001`017ffa30 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000001`017ffd20 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000001`017ffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000026`bf1fee40 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000026`bf1fee80 00007ff7`125cb50c     postgres!ExceptionalCondition(
00000026`bf1feec0 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000026`bf1fef10 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000026`bf1fef60 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000026`bf1ff880 00007ff7`1247e7e8     postgres!PostmasterMain(
00000026`bf1ffa20 00007ff7`12a7a4a9     postgres!main(
00000026`bf1ffa60 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000026`bf1ffab0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000026`bf1ffb20 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000026`bf5ff798 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000026`bf5ff7a0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000026`bf5ffa90 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000026`bf5ffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000026`bf9ffd98 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
00000026`bf9ffda0 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
00000026`bf9ffe10 00007ffd`e3e34cb0     postgres!pg_signal_thread(
00000026`bf9fff10 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000026`bf9fff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000026`bfdff788 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000026`bfdff790 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000026`bfdffa80 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000026`bfdffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000026`c01ff9a8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000026`c01ff9b0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000026`c01ffca0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000026`c01ffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000054`3f5ff618 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000054`3f5ff620 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000054`3f5ff910 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000054`3f5ff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000054`3e9ff0c0 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000054`3e9ff100 00007ff7`125cb50c     postgres!ExceptionalCondition(
00000054`3e9ff140 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000054`3e9ff190 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000054`3e9ff1e0 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000054`3e9ffb00 00007ff7`1247e7e8     postgres!PostmasterMain(
00000054`3e9ffca0 00007ff7`12a7a4a9     postgres!main(
00000054`3e9ffce0 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000054`3e9ffd30 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000054`3e9ffda0 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000054`3edff788 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000054`3edff790 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000054`3edffa80 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000054`3edffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000054`3fdff9c8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000054`3fdff9d0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000054`3fdffcc0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000054`3fdffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000054`3f9ff958 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
00000054`3f9ff960 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
00000054`3f9ff9d0 00007ffd`e3e34cb0     postgres!pg_signal_thread(
00000054`3f9ffad0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000054`3f9ffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000054`3f1ff668 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000054`3f1ff670 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000054`3f1ff960 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000054`3f1ff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a9`9e7ff598 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a9`9e7ff5a0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000a9`9e7ff890 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a9`9e7ff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a9`9dfff658 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a9`9dfff660 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000a9`9dfff950 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a9`9dfff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a9`9dbff6b8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a9`9dbff6c0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000a9`9dbff9b0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a9`9dbff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a9`9d7ff080 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a9`9d7ff0c0 00007ff7`125cb50c     postgres!ExceptionalCondition(
000000a9`9d7ff100 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000a9`9d7ff150 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000a9`9d7ff1a0 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a9`9d7ffac0 00007ff7`1247e7e8     postgres!PostmasterMain(
000000a9`9d7ffc60 00007ff7`12a7a4a9     postgres!main(
000000a9`9d7ffca0 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a9`9d7ffcf0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a9`9d7ffd60 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a9`9e3ff818 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
000000a9`9e3ff820 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
000000a9`9e3ff890 00007ffd`e3e34cb0     postgres!pg_signal_thread(
000000a9`9e3ff990 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a9`9e3ff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000037`ed7ff1d0 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000037`ed7ff210 00007ff7`125cb50c     postgres!ExceptionalCondition(
00000037`ed7ff250 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000037`ed7ff2a0 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000037`ed7ff2f0 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000037`ed7ffc10 00007ff7`1247e7e8     postgres!PostmasterMain(
00000037`ed7ffdb0 00007ff7`12a7a4a9     postgres!main(
00000037`ed7ffdf0 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000037`ed7ffe40 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000037`ed7ffeb0 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000037`ee7ffa18 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000037`ee7ffa20 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000037`ee7ffd10 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000037`ee7ffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000037`ee3ff848 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
00000037`ee3ff850 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
00000037`ee3ff8c0 00007ffd`e3e34cb0     postgres!pg_signal_thread(
00000037`ee3ff9c0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000037`ee3ff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000037`edfff5f8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000037`edfff600 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000037`edfff8f0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000037`edfff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000037`edbff468 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000037`edbff470 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000037`edbff760 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000037`edbff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f1`83dff0f0 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f1`83dff130 00007ff7`125cb50c     postgres!ExceptionalCondition(
000000f1`83dff170 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f1`83dff1c0 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000f1`83dff210 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f1`83dffb30 00007ff7`1247e7e8     postgres!PostmasterMain(
000000f1`83dffcd0 00007ff7`12a7a4a9     postgres!main(
000000f1`83dffd10 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f1`83dffd60 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f1`83dffdd0 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f1`841ffa78 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f1`841ffa80 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000f1`841ffd70 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f1`841ffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f1`845ff928 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
000000f1`845ff930 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
000000f1`845ff9a0 00007ffd`e3e34cb0     postgres!pg_signal_thread(
000000f1`845ffaa0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f1`845ffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f1`849ff7c8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f1`849ff7d0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000f1`849ffac0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f1`849ffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f1`84dffb28 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f1`84dffb30 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000f1`84dffe20 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f1`84dffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e1`437fec20 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e1`437fec60 00007ff7`125cb50c     postgres!ExceptionalCondition(
000000e1`437feca0 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000e1`437fecf0 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000e1`437fed40 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000e1`437ff660 00007ff7`1247e7e8     postgres!PostmasterMain(
000000e1`437ff800 00007ff7`12a7a4a9     postgres!main(
000000e1`437ff840 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e1`437ff890 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e1`437ff900 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000e1`43bff7b8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e1`43bff7c0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000e1`43bffab0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e1`43bffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e1`43fff7e8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e1`43fff7f0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000e1`43fffae0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e1`43fffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e1`443ff4c8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e1`443ff4d0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000e1`443ff7c0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e1`443ff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e1`447ff858 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
000000e1`447ff860 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
000000e1`447ff8d0 00007ffd`e3e34cb0     postgres!pg_signal_thread(
000000e1`447ff9d0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e1`447ffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e1`44bffa48 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e1`44bffa50 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000e1`44bffd40 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e1`44bffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000006`9c5ff848 00007ff7`125c44c7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000006`9c5ff850 00007ff7`1247e754     postgres!SubPostmasterMain(
00000006`9c5ff8c0 00007ff7`12a7a4a9     postgres!main(
00000006`9c5ff900 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000006`9c5ff950 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000006`9c5ff9c0 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000006`9c5ff9f0 00007ffd`e3e34cb0     postgres!mainCRTStartup(
00000006`9c5ffa20 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000006`9c5ffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000006`9c9ffa08 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000006`9c9ffa10 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000006`9c9ffd00 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000006`9c9ffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000006`9cdff518 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000006`9cdff520 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000006`9cdff810 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000006`9cdff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000006`9d1ff588 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000006`9d1ff590 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000006`9d1ff880 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000006`9d1ff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a5`429ffb38 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a5`429ffb40 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000a5`429ffe30 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a5`429ffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a5`419ff030 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a5`419ff070 00007ff7`125cb50c     postgres!ExceptionalCondition(
000000a5`419ff0b0 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000a5`419ff100 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000a5`419ff150 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a5`419ffa70 00007ff7`1247e7e8     postgres!PostmasterMain(
000000a5`419ffc10 00007ff7`12a7a4a9     postgres!main(
000000a5`419ffc50 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a5`419ffca0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a5`419ffd10 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a5`41dff458 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a5`41dff460 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000a5`41dff750 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a5`41dff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a5`421ff9a8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a5`421ff9b0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000a5`421ffca0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a5`421ffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a5`425ffab8 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
000000a5`425ffac0 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
000000a5`425ffb30 00007ffd`e3e34cb0     postgres!pg_signal_thread(
000000a5`425ffc30 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a5`425ffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000038`04bff8e8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000038`04bff8f0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000038`04bffbe0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000038`04bffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000038`03bff090 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000038`03bff0d0 00007ff7`125cb50c     postgres!ExceptionalCondition(
00000038`03bff110 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000038`03bff160 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000038`03bff1b0 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000038`03bffad0 00007ff7`1247e7e8     postgres!PostmasterMain(
00000038`03bffc70 00007ff7`12a7a4a9     postgres!main(
00000038`03bffcb0 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000038`03bffd00 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000038`03bffd70 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000038`03fff7c8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000038`03fff7d0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000038`03fffac0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000038`03fffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000038`043ff488 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000038`043ff490 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000038`043ff780 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000038`043ff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000038`047ff6c8 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
00000038`047ff6d0 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
00000038`047ff740 00007ffd`e3e34cb0     postgres!pg_signal_thread(
00000038`047ff840 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000038`047ff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000031`4b1ff518 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000031`4b1ff520 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000031`4b1ff810 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000031`4b1ff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000031`4bdff7a8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000031`4bdff7b0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000031`4bdffaa0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000031`4bdffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000031`4b5ff658 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000031`4b5ff660 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000031`4b5ff950 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000031`4b5ff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000031`4a9fea20 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000031`4a9fea60 00007ff7`125cb50c     postgres!ExceptionalCondition(
00000031`4a9feaa0 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000031`4a9feaf0 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000031`4a9feb40 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000031`4a9ff460 00007ff7`1247e7e8     postgres!PostmasterMain(
00000031`4a9ff600 00007ff7`12a7a4a9     postgres!main(
00000031`4a9ff640 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000031`4a9ff690 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000031`4a9ff700 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000031`4adff498 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000031`4adff4a0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000031`4adff790 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000031`4adff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000031`4b9ff968 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
00000031`4b9ff970 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
00000031`4b9ff9e0 00007ffd`e3e34cb0     postgres!pg_signal_thread(
00000031`4b9ffae0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000031`4b9ffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000027`453ff868 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
00000027`453ff870 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
00000027`453ff8e0 00007ffd`e3e34cb0     postgres!pg_signal_thread(
00000027`453ff9e0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000027`453ffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000027`443feb10 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000027`443feb50 00007ff7`125cb50c     postgres!ExceptionalCondition(
00000027`443feb90 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000027`443febe0 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000027`443fec30 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000027`443ff550 00007ff7`1247e7e8     postgres!PostmasterMain(
00000027`443ff6f0 00007ff7`12a7a4a9     postgres!main(
00000027`443ff730 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000027`443ff780 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000027`443ff7f0 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000027`447ffa28 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000027`447ffa30 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000027`447ffd20 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000027`447ffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000027`44bff7f8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000027`44bff800 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000027`44bffaf0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000027`44bffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000027`44fff4e8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000027`44fff4f0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000027`44fff7e0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000027`44fff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000027`457ff998 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000027`457ff9a0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000027`457ffc90 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000027`457ffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c4`c9bffbd8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c4`c9bffbe0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000c4`c9bffed0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c4`c9bfff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c4`ca7ff498 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c4`ca7ff4a0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000c4`ca7ff790 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c4`ca7ff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c4`ca3ff478 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c4`ca3ff480 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000c4`ca3ff770 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c4`ca3ff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c4`c9fff668 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
000000c4`c9fff670 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
000000c4`c9fff6e0 00007ffd`e3e34cb0     postgres!pg_signal_thread(
000000c4`c9fff7e0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c4`c9fff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c4`c97fed10 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c4`c97fed50 00007ff7`125cb50c     postgres!ExceptionalCondition(
000000c4`c97fed90 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c4`c97fede0 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000c4`c97fee30 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c4`c97ff750 00007ff7`1247e7e8     postgres!PostmasterMain(
000000c4`c97ff8f0 00007ff7`12a7a4a9     postgres!main(
000000c4`c97ff930 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c4`c97ff980 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c4`c97ff9f0 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000002a`6b5ffb98 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002a`6b5ffba0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000002a`6b5ffe90 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002a`6b5ffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002a`6a9ff4d8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002a`6a9ff4e0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000002a`6a9ff7d0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002a`6a9ff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002a`6adffb88 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002a`6adffb90 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000002a`6adffe80 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002a`6adffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002a`6a5fedd0 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000002a`6a5fee10 00007ff7`125cb50c     postgres!ExceptionalCondition(
0000002a`6a5fee50 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000002a`6a5feea0 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000002a`6a5feef0 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000002a`6a5ff810 00007ff7`1247e7e8     postgres!PostmasterMain(
0000002a`6a5ff9b0 00007ff7`12a7a4a9     postgres!main(
0000002a`6a5ff9f0 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000002a`6a5ffa40 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000002a`6a5ffab0 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000002a`6b1ff708 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
0000002a`6b1ff710 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
0000002a`6b1ff780 00007ffd`e3e34cb0     postgres!pg_signal_thread(
0000002a`6b1ff880 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002a`6b1ff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a1`fe7ffb38 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
000000a1`fe7ffb40 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
000000a1`fe7ffbb0 00007ffd`e3e34cb0     postgres!pg_signal_thread(
000000a1`fe7ffcb0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a1`fe7ffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a1`fdffeed0 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a1`fdffef10 00007ff7`125cb50c     postgres!ExceptionalCondition(
000000a1`fdffef50 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000a1`fdffefa0 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000a1`fdffeff0 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a1`fdfff910 00007ff7`1247e7e8     postgres!PostmasterMain(
000000a1`fdfffab0 00007ff7`12a7a4a9     postgres!main(
000000a1`fdfffaf0 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a1`fdfffb40 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a1`fdfffbb0 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a1`fe3ff928 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a1`fe3ff930 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000a1`fe3ffc20 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a1`fe3ffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a1`febff898 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a1`febff8a0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000a1`febffb90 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a1`febffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a1`fefff838 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a1`fefff840 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000a1`fefffb30 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a1`fefffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000031`a91ff538 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000031`a91ff540 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000031`a91ff830 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000031`a91ff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000031`a7dfec00 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000031`a7dfec40 00007ff7`125cb50c     postgres!ExceptionalCondition(
00000031`a7dfec80 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000031`a7dfecd0 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000031`a7dfed20 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000031`a7dff640 00007ff7`1247e7e8     postgres!PostmasterMain(
00000031`a7dff7e0 00007ff7`12a7a4a9     postgres!main(
00000031`a7dff820 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000031`a7dff870 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000031`a7dff8e0 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000031`a81ff498 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000031`a81ff4a0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000031`a81ff790 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000031`a81ff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000031`a89ff478 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000031`a89ff480 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000031`a89ff770 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000031`a89ff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000031`a85ff688 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000031`a85ff690 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000031`a85ff980 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000031`a85ff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000031`a8dff9e8 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
00000031`a8dff9f0 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
00000031`a8dffa60 00007ffd`e3e34cb0     postgres!pg_signal_thread(
00000031`a8dffb60 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000031`a8dffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e2`cb1ff4f8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e2`cb1ff500 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000e2`cb1ff7f0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e2`cb1ff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e2`ca5febb0 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e2`ca5febf0 00007ff7`125cb50c     postgres!ExceptionalCondition(
000000e2`ca5fec30 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000e2`ca5fec80 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000e2`ca5fecd0 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000e2`ca5ff5f0 00007ff7`1247e7e8     postgres!PostmasterMain(
000000e2`ca5ff790 00007ff7`12a7a4a9     postgres!main(
000000e2`ca5ff7d0 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e2`ca5ff820 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e2`ca5ff890 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000e2`ca9ff798 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e2`ca9ff7a0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000e2`ca9ffa90 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e2`ca9ffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e2`cadffac8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e2`cadffad0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000e2`cadffdc0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e2`cadffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e2`cb5ff8f8 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
000000e2`cb5ff900 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
000000e2`cb5ff970 00007ffd`e3e34cb0     postgres!pg_signal_thread(
000000e2`cb5ffa70 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e2`cb5ffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e2`cb9ff8c8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e2`cb9ff8d0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000e2`cb9ffbc0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e2`cb9ffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000082`5b9fec60 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000082`5b9feca0 00007ff7`125cb50c     postgres!ExceptionalCondition(
00000082`5b9fece0 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000082`5b9fed30 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000082`5b9fed80 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000082`5b9ff6a0 00007ff7`1247e7e8     postgres!PostmasterMain(
00000082`5b9ff840 00007ff7`12a7a4a9     postgres!main(
00000082`5b9ff880 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000082`5b9ff8d0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000082`5b9ff940 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000082`5c5ff828 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
00000082`5c5ff830 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
00000082`5c5ff8a0 00007ffd`e3e34cb0     postgres!pg_signal_thread(
00000082`5c5ff9a0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000082`5c5ff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000082`5c9ffbf8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000082`5c9ffc00 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000082`5c9ffef0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000082`5c9fff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000082`5bdff8f8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000082`5bdff900 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000082`5bdffbf0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000082`5bdffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000082`5c1ff468 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000082`5c1ff470 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000082`5c1ff760 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000082`5c1ff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009a`019feb20 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000009a`019feb60 00007ff7`125cb50c     postgres!ExceptionalCondition(
0000009a`019feba0 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000009a`019febf0 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000009a`019fec40 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000009a`019ff560 00007ff7`1247e7e8     postgres!PostmasterMain(
0000009a`019ff700 00007ff7`12a7a4a9     postgres!main(
0000009a`019ff740 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000009a`019ff790 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000009a`019ff800 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000009a`01dff8b8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009a`01dff8c0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000009a`01dffbb0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009a`01dffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009a`021ffab8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009a`021ffac0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000009a`021ffdb0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009a`021ffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009a`025ff598 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009a`025ff5a0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000009a`025ff890 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009a`025ff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009a`029ffc18 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
0000009a`029ffc20 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
0000009a`029ffc90 00007ffd`e3e34cb0     postgres!pg_signal_thread(
0000009a`029ffd90 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009a`029ffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009a`02dff7c8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009a`02dff7d0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000009a`02dffac0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009a`02dffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b0`c2dfed40 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b0`c2dfed80 00007ff7`125cb50c     postgres!ExceptionalCondition(
000000b0`c2dfedc0 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000b0`c2dfee10 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000b0`c2dfee60 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000b0`c2dff780 00007ff7`1247e7e8     postgres!PostmasterMain(
000000b0`c2dff920 00007ff7`12a7a4a9     postgres!main(
000000b0`c2dff960 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b0`c2dff9b0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000b0`c2dffa20 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000b0`c31ff7c8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b0`c31ff7d0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000b0`c31ffac0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b0`c31ffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b0`c35ff888 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
000000b0`c35ff890 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
000000b0`c35ff900 00007ffd`e3e34cb0     postgres!pg_signal_thread(
000000b0`c35ffa00 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b0`c35ffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b0`c39ffc08 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b0`c39ffc10 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000b0`c39fff00 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b0`c39fff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b0`c3dff8f8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b0`c3dff900 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000b0`c3dffbf0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b0`c3dffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001a`4fbff6e8 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
0000001a`4fbff6f0 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
0000001a`4fbff760 00007ffd`e3e34cb0     postgres!pg_signal_thread(
0000001a`4fbff860 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001a`4fbff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001a`4f3fef90 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000001a`4f3fefd0 00007ff7`125cb50c     postgres!ExceptionalCondition(
0000001a`4f3ff010 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000001a`4f3ff060 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000001a`4f3ff0b0 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000001a`4f3ff9d0 00007ff7`1247e7e8     postgres!PostmasterMain(
0000001a`4f3ffb70 00007ff7`12a7a4a9     postgres!main(
0000001a`4f3ffbb0 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000001a`4f3ffc00 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000001a`4f3ffc70 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000001a`4f7ff9e8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001a`4f7ff9f0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000001a`4f7ffce0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001a`4f7ffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001a`4ffff798 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001a`4ffff7a0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000001a`4ffffa90 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001a`4ffffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001a`503ffb08 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001a`503ffb10 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000001a`503ffe00 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001a`503ffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000036`689ff578 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000036`689ff580 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000036`689ff870 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000036`689ff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000036`679fec20 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000036`679fec60 00007ff7`125cb50c     postgres!ExceptionalCondition(
00000036`679feca0 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000036`679fecf0 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000036`679fed40 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000036`679ff660 00007ff7`1247e7e8     postgres!PostmasterMain(
00000036`679ff800 00007ff7`12a7a4a9     postgres!main(
00000036`679ff840 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000036`679ff890 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000036`679ff900 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000036`67dffb48 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000036`67dffb50 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000036`67dffe40 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000036`67dffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000036`681ff6c8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000036`681ff6d0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000036`681ff9c0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000036`681ff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000036`685ffa68 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
00000036`685ffa70 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
00000036`685ffae0 00007ffd`e3e34cb0     postgres!pg_signal_thread(
00000036`685ffbe0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000036`685ffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002c`de9ffc68 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
0000002c`de9ffc70 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
0000002c`de9ffce0 00007ffd`e3e34cb0     postgres!pg_signal_thread(
0000002c`de9ffde0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002c`de9ffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002c`dddfef60 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000002c`dddfefa0 00007ff7`125cb50c     postgres!ExceptionalCondition(
0000002c`dddfefe0 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000002c`dddff030 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000002c`dddff080 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000002c`dddff9a0 00007ff7`1247e7e8     postgres!PostmasterMain(
0000002c`dddffb40 00007ff7`12a7a4a9     postgres!main(
0000002c`dddffb80 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000002c`dddffbd0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000002c`dddffc40 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000002c`de1ffa58 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002c`de1ffa60 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000002c`de1ffd50 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002c`de1ffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002c`de5ff7e8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002c`de5ff7f0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000002c`de5ffae0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002c`de5ffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002c`dedffac8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002c`dedffad0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000002c`dedffdc0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002c`dedffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000042`73bff718 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
00000042`73bff720 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
00000042`73bff790 00007ffd`e3e34cb0     postgres!pg_signal_thread(
00000042`73bff890 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000042`73bff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000042`72ffee90 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000042`72ffeed0 00007ff7`125cb50c     postgres!ExceptionalCondition(
00000042`72ffef10 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000042`72ffef60 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000042`72ffefb0 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000042`72fff8d0 00007ff7`1247e7e8     postgres!PostmasterMain(
00000042`72fffa70 00007ff7`12a7a4a9     postgres!main(
00000042`72fffab0 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000042`72fffb00 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000042`72fffb70 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000042`733ff4d8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000042`733ff4e0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000042`733ff7d0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000042`733ff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000042`737ffa58 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000042`737ffa60 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000042`737ffd50 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000042`737ffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000042`73fff588 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000042`73fff590 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000042`73fff880 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000042`73fff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000040`7ddff858 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000040`7ddff860 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000040`7ddffb50 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000040`7ddffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000040`7d9ffbe8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000040`7d9ffbf0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000040`7d9ffee0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000040`7d9fff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000040`7d5ffd08 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
00000040`7d5ffd10 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
00000040`7d5ffd80 00007ffd`e3e34cb0     postgres!pg_signal_thread(
00000040`7d5ffe80 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000040`7d5ffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000040`7d1ff768 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000040`7d1ff770 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000040`7d1ffa60 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000040`7d1ffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000040`7cdfee50 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000040`7cdfee90 00007ff7`125cb50c     postgres!ExceptionalCondition(
00000040`7cdfeed0 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000040`7cdfef20 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000040`7cdfef70 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000040`7cdff890 00007ff7`1247e7e8     postgres!PostmasterMain(
00000040`7cdffa30 00007ff7`12a7a4a9     postgres!main(
00000040`7cdffa70 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000040`7cdffac0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000040`7cdffb30 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000003d`615ff5a8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003d`615ff5b0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000003d`615ff8a0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003d`615ff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003d`621ff7d8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003d`621ff7e0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000003d`621ffad0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003d`621ffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003d`611fee40 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000003d`611fee80 00007ff7`125cb50c     postgres!ExceptionalCondition(
0000003d`611feec0 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000003d`611fef10 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000003d`611fef60 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000003d`611ff880 00007ff7`1247e7e8     postgres!PostmasterMain(
0000003d`611ffa20 00007ff7`12a7a4a9     postgres!main(
0000003d`611ffa60 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000003d`611ffab0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000003d`611ffb20 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000003d`619ff938 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003d`619ff940 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000003d`619ffc30 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003d`619ffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003d`61dff708 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
0000003d`61dff710 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
0000003d`61dff780 00007ffd`e3e34cb0     postgres!pg_signal_thread(
0000003d`61dff880 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003d`61dff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004a`b23ff1e0 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000004a`b23ff220 00007ff7`125cb50c     postgres!ExceptionalCondition(
0000004a`b23ff260 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000004a`b23ff2b0 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000004a`b23ff300 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000004a`b23ffc20 00007ff7`1247e7e8     postgres!PostmasterMain(
0000004a`b23ffdc0 00007ff7`12a7a4a9     postgres!main(
0000004a`b23ffe00 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000004a`b23ffe50 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000004a`b23ffec0 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000004a`b2fffbb8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004a`b2fffbc0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000004a`b2fffeb0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004a`b2fffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004a`b33ff8d8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004a`b33ff8e0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000004a`b33ffbd0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004a`b33ffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004a`b27ffbb8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004a`b27ffbc0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000004a`b27ffeb0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004a`b27ffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004a`b2bff6d8 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
0000004a`b2bff6e0 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
0000004a`b2bff750 00007ffd`e3e34cb0     postgres!pg_signal_thread(
0000004a`b2bff850 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004a`b2bff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000a`473feb10 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000000a`473feb50 00007ff7`125cb50c     postgres!ExceptionalCondition(
0000000a`473feb90 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000000a`473febe0 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000000a`473fec30 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000000a`473ff550 00007ff7`1247e7e8     postgres!PostmasterMain(
0000000a`473ff6f0 00007ff7`12a7a4a9     postgres!main(
0000000a`473ff730 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000000a`473ff780 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000000a`473ff7f0 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000000a`47fff5f8 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
0000000a`47fff600 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
0000000a`47fff670 00007ffd`e3e34cb0     postgres!pg_signal_thread(
0000000a`47fff770 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000a`47fff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000a`483ffbd8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000a`483ffbe0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000000a`483ffed0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000a`483fff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000a`477ffb08 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000a`477ffb10 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000000a`477ffe00 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000a`477ffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000a`47bff808 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000a`47bff810 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000000a`47bffb00 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000a`47bffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f3`9e7ffa28 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f3`9e7ffa30 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000f3`9e7ffd20 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f3`9e7ffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f3`9f3ff5c8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f3`9f3ff5d0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000f3`9f3ff8c0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f3`9f3ff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f3`9efffbb8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f3`9efffbc0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000f3`9efffeb0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f3`9efffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f3`9ebff9d8 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
000000f3`9ebff9e0 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
000000f3`9ebffa50 00007ffd`e3e34cb0     postgres!pg_signal_thread(
000000f3`9ebffb50 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f3`9ebffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f3`9e3fecc0 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f3`9e3fed00 00007ff7`125cb50c     postgres!ExceptionalCondition(
000000f3`9e3fed40 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f3`9e3fed90 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000f3`9e3fede0 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f3`9e3ff700 00007ff7`1247e7e8     postgres!PostmasterMain(
000000f3`9e3ff8a0 00007ff7`12a7a4a9     postgres!main(
000000f3`9e3ff8e0 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f3`9e3ff930 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f3`9e3ff9a0 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000060`325ffd68 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
00000060`325ffd70 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
00000060`325ffde0 00007ffd`e3e34cb0     postgres!pg_signal_thread(
00000060`325ffee0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000060`325fff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000060`315ff130 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000060`315ff170 00007ff7`125cb50c     postgres!ExceptionalCondition(
00000060`315ff1b0 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000060`315ff200 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000060`315ff250 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000060`315ffb70 00007ff7`1247e7e8     postgres!PostmasterMain(
00000060`315ffd10 00007ff7`12a7a4a9     postgres!main(
00000060`315ffd50 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000060`315ffda0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000060`315ffe10 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000060`319ff458 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000060`319ff460 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000060`319ff750 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000060`319ff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000060`31dff7b8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000060`31dff7c0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000060`31dffab0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000060`31dffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000060`321ff758 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000060`321ff760 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000060`321ffa50 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000060`321ffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000060`329ffb48 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000060`329ffb50 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000060`329ffe40 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000060`329ffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000074`0fbffc18 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000074`0fbffc20 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000074`0fbfff10 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000074`0fbfff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000074`0f7fedc0 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000074`0f7fee00 00007ff7`125cb50c     postgres!ExceptionalCondition(
00000074`0f7fee40 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000074`0f7fee90 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000074`0f7feee0 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000074`0f7ff800 00007ff7`1247e7e8     postgres!PostmasterMain(
00000074`0f7ff9a0 00007ff7`12a7a4a9     postgres!main(
00000074`0f7ff9e0 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000074`0f7ffa30 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000074`0f7ffaa0 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000074`10bff608 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000074`10bff610 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000074`10bff900 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000074`10bff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000074`107ffa98 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
00000074`107ffaa0 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
00000074`107ffb10 00007ffd`e3e34cb0     postgres!pg_signal_thread(
00000074`107ffc10 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000074`107ffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000074`103ff518 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000074`103ff520 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000074`103ff810 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000074`103ff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000074`0ffff718 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000074`0ffff720 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000074`0ffffa10 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000074`0ffffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ab`979ff748 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
000000ab`979ff750 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
000000ab`979ff7c0 00007ffd`e3e34cb0     postgres!pg_signal_thread(
000000ab`979ff8c0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ab`979ff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ab`97dff7c8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ab`97dff7d0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000ab`97dffac0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ab`97dffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ab`969ff0c0 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ab`969ff100 00007ff7`125cb50c     postgres!ExceptionalCondition(
000000ab`969ff140 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ab`969ff190 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000ab`969ff1e0 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ab`969ffb00 00007ff7`1247e7e8     postgres!PostmasterMain(
000000ab`969ffca0 00007ff7`12a7a4a9     postgres!main(
000000ab`969ffce0 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ab`969ffd30 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ab`969ffda0 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ab`96dff488 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ab`96dff490 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000ab`96dff780 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ab`96dff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ab`971ff818 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ab`971ff820 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000ab`971ffb10 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ab`971ffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ab`975ff958 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ab`975ff960 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000ab`975ffc50 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ab`975ffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005c`343ff478 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005c`343ff480 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000005c`343ff770 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005c`343ff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005c`33bff778 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005c`33bff780 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000005c`33bffa70 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005c`33bffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005c`337feaa0 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000005c`337feae0 00007ff7`125cb50c     postgres!ExceptionalCondition(
0000005c`337feb20 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000005c`337feb70 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000005c`337febc0 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000005c`337ff4e0 00007ff7`1247e7e8     postgres!PostmasterMain(
0000005c`337ff680 00007ff7`12a7a4a9     postgres!main(
0000005c`337ff6c0 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000005c`337ff710 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000005c`337ff780 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000005c`34bffb28 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005c`34bffb30 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000005c`34bffe20 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005c`34bffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005c`347ff7f8 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
0000005c`347ff800 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
0000005c`347ff870 00007ffd`e3e34cb0     postgres!pg_signal_thread(
0000005c`347ff970 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005c`347ff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005c`33fff888 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005c`33fff890 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000005c`33fffb80 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005c`33fffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000067`0a1ff6b8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000067`0a1ff6c0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000067`0a1ff9b0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000067`0a1ff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000067`0a5ff608 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000067`0a5ff610 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000067`0a5ff900 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000067`0a5ff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000067`0a9ff628 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
00000067`0a9ff630 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
00000067`0a9ff6a0 00007ffd`e3e34cb0     postgres!pg_signal_thread(
00000067`0a9ff7a0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000067`0a9ff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000067`0adff4c8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000067`0adff4d0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000067`0adff7c0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000067`0adff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000067`09dfee50 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000067`09dfee90 00007ff7`125cb50c     postgres!ExceptionalCondition(
00000067`09dfeed0 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000067`09dfef20 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000067`09dfef70 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000067`09dff890 00007ff7`1247e7e8     postgres!PostmasterMain(
00000067`09dffa30 00007ff7`12a7a4a9     postgres!main(
00000067`09dffa70 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000067`09dffac0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000067`09dffb30 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000e1`0b1febb0 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e1`0b1febf0 00007ff7`125cb50c     postgres!ExceptionalCondition(
000000e1`0b1fec30 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000e1`0b1fec80 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000e1`0b1fecd0 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000e1`0b1ff5f0 00007ff7`1247e7e8     postgres!PostmasterMain(
000000e1`0b1ff790 00007ff7`12a7a4a9     postgres!main(
000000e1`0b1ff7d0 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e1`0b1ff820 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e1`0b1ff890 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000e1`0b9ff8d8 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
000000e1`0b9ff8e0 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
000000e1`0b9ff950 00007ffd`e3e34cb0     postgres!pg_signal_thread(
000000e1`0b9ffa50 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e1`0b9ffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e1`0bdff578 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e1`0bdff580 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000e1`0bdff870 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e1`0bdff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e1`0c1ffa48 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e1`0c1ffa50 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000e1`0c1ffd40 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e1`0c1ffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e1`0b5ff8c8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e1`0b5ff8d0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000e1`0b5ffbc0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e1`0b5ffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008e`0efffbc8 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
0000008e`0efffbd0 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
0000008e`0efffc40 00007ffd`e3e34cb0     postgres!pg_signal_thread(
0000008e`0efffd40 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008e`0efffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008e`0ebff9a8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008e`0ebff9b0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000008e`0ebffca0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008e`0ebffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008e`0e7fea30 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000008e`0e7fea70 00007ff7`125cb50c     postgres!ExceptionalCondition(
0000008e`0e7feab0 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000008e`0e7feb00 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000008e`0e7feb50 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000008e`0e7ff470 00007ff7`1247e7e8     postgres!PostmasterMain(
0000008e`0e7ff610 00007ff7`12a7a4a9     postgres!main(
0000008e`0e7ff650 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000008e`0e7ff6a0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000008e`0e7ff710 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000008e`0f7ffa98 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008e`0f7ffaa0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000008e`0f7ffd90 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008e`0f7ffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008e`0f3ff6e8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008e`0f3ff6f0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000008e`0f3ff9e0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008e`0f3ffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c2`cefffbf8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c2`cefffc00 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000c2`cefffef0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c2`ceffff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c2`cebffd28 00007ff7`125c44c7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000c2`cebffd30 00007ff7`1247e754     postgres!SubPostmasterMain(
000000c2`cebffda0 00007ff7`12a7a4a9     postgres!main(
000000c2`cebffde0 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c2`cebffe30 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c2`cebffea0 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000c2`cebffed0 00007ffd`e3e34cb0     postgres!mainCRTStartup(
000000c2`cebfff00 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c2`cebfff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c2`cf7ff768 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c2`cf7ff770 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000c2`cf7ffa60 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c2`cf7ffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c2`cf3ffbf8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c2`cf3ffc00 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000c2`cf3ffef0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c2`cf3fff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fc`789fea40 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000fc`789fea80 00007ff7`125cb50c     postgres!ExceptionalCondition(
000000fc`789feac0 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000fc`789feb10 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000fc`789feb60 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000fc`789ff480 00007ff7`1247e7e8     postgres!PostmasterMain(
000000fc`789ff620 00007ff7`12a7a4a9     postgres!main(
000000fc`789ff660 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000fc`789ff6b0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000fc`789ff720 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000fc`78dffc08 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fc`78dffc10 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000fc`78dfff00 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fc`78dfff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fc`791ffd98 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
000000fc`791ffda0 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
000000fc`791ffe10 00007ffd`e3e34cb0     postgres!pg_signal_thread(
000000fc`791fff10 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fc`791fff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fc`795ff5f8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fc`795ff600 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000fc`795ff8f0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fc`795ff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fc`799ffbd8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fc`799ffbe0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000fc`799ffed0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fc`799fff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000035`d87ff988 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000035`d87ff990 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000035`d87ffc80 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000035`d87ffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000035`d7fff1a0 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000035`d7fff1e0 00007ff7`125cb50c     postgres!ExceptionalCondition(
00000035`d7fff220 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000035`d7fff270 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000035`d7fff2c0 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000035`d7fffbe0 00007ff7`1247e7e8     postgres!PostmasterMain(
00000035`d7fffd80 00007ff7`12a7a4a9     postgres!main(
00000035`d7fffdc0 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000035`d7fffe10 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000035`d7fffe80 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000035`d83ff7a8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000035`d83ff7b0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000035`d83ffaa0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000035`d83ffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000035`d8bff878 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000035`d8bff880 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000035`d8bffb70 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000035`d8bffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000035`d8fff988 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
00000035`d8fff990 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
00000035`d8fffa00 00007ffd`e3e34cb0     postgres!pg_signal_thread(
00000035`d8fffb00 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000035`d8fffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000035`d93ff448 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000035`d93ff450 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000035`d93ff740 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000035`d93ff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007c`919ffb98 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007c`919ffba0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000007c`919ffe90 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007c`919ffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007c`915ff808 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007c`915ff810 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000007c`915ffb00 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007c`915ffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007c`911ffb58 00007ff7`125c44c7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
0000007c`911ffb60 00007ff7`1247e754     postgres!SubPostmasterMain(
0000007c`911ffbd0 00007ff7`12a7a4a9     postgres!main(
0000007c`911ffc10 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000007c`911ffc60 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000007c`911ffcd0 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
0000007c`911ffd00 00007ffd`e3e34cb0     postgres!mainCRTStartup(
0000007c`911ffd30 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007c`911ffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ac`495ff5c8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ac`495ff5d0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000ac`495ff8c0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ac`495ff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ac`4a1ff8f8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ac`4a1ff900 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000ac`4a1ffbf0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ac`4a1ffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ac`49dff918 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
000000ac`49dff920 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
000000ac`49dff990 00007ffd`e3e34cb0     postgres!pg_signal_thread(
000000ac`49dffa90 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ac`49dffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ac`499ff968 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ac`499ff970 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000ac`499ffc60 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ac`499ffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ac`491fee20 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ac`491fee60 00007ff7`125cb50c     postgres!ExceptionalCondition(
000000ac`491feea0 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ac`491feef0 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000ac`491fef40 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ac`491ff860 00007ff7`1247e7e8     postgres!PostmasterMain(
000000ac`491ffa00 00007ff7`12a7a4a9     postgres!main(
000000ac`491ffa40 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ac`491ffa90 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ac`491ffb00 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c9`bdbffda8 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
000000c9`bdbffdb0 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
000000c9`bdbffe20 00007ffd`e3e34cb0     postgres!pg_signal_thread(
000000c9`bdbfff20 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c9`bdbfff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c9`bd7ffae8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c9`bd7ffaf0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000c9`bd7ffde0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c9`bd7ffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c9`bd3fea50 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c9`bd3fea90 00007ff7`125cb50c     postgres!ExceptionalCondition(
000000c9`bd3fead0 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c9`bd3feb20 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000c9`bd3feb70 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c9`bd3ff490 00007ff7`1247e7e8     postgres!PostmasterMain(
000000c9`bd3ff630 00007ff7`12a7a4a9     postgres!main(
000000c9`bd3ff670 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c9`bd3ff6c0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c9`bd3ff730 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c9`be3ff778 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c9`be3ff780 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000c9`be3ffa70 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c9`be3ffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c9`bdfff5a8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c9`bdfff5b0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000c9`bdfff8a0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c9`bdfff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c2`1bdff7d8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c2`1bdff7e0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000c2`1bdffad0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c2`1bdffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c2`1b9ff698 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c2`1b9ff6a0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000c2`1b9ff990 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c2`1b9ff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c2`1b5ffae8 00007ff7`125c44c7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000c2`1b5ffaf0 00007ff7`1247e754     postgres!SubPostmasterMain(
000000c2`1b5ffb60 00007ff7`12a7a4a9     postgres!main(
000000c2`1b5ffba0 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c2`1b5ffbf0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c2`1b5ffc60 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000c2`1b5ffc90 00007ffd`e3e34cb0     postgres!mainCRTStartup(
000000c2`1b5ffcc0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c2`1b5ffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a5`d27ffd88 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
000000a5`d27ffd90 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
000000a5`d27ffe00 00007ffd`e3e34cb0     postgres!pg_signal_thread(
000000a5`d27fff00 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a5`d27fff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a5`d2bff818 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a5`d2bff820 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000a5`d2bffb10 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a5`d2bffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a5`d1bfeff0 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a5`d1bff030 00007ff7`125cb50c     postgres!ExceptionalCondition(
000000a5`d1bff070 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000a5`d1bff0c0 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000a5`d1bff110 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a5`d1bffa30 00007ff7`1247e7e8     postgres!PostmasterMain(
000000a5`d1bffbd0 00007ff7`12a7a4a9     postgres!main(
000000a5`d1bffc10 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a5`d1bffc60 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a5`d1bffcd0 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c8`06bffaf8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c8`06bffb00 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000c8`06bffdf0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c8`06bffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c8`067ff5c8 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
000000c8`067ff5d0 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
000000c8`067ff640 00007ffd`e3e34cb0     postgres!pg_signal_thread(
000000c8`067ff740 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c8`067ff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c8`063ff488 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c8`063ff490 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000c8`063ff780 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c8`063ff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c8`05fff0b0 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c8`05fff0f0 00007ff7`125cb50c     postgres!ExceptionalCondition(
000000c8`05fff130 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c8`05fff180 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000c8`05fff1d0 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c8`05fffaf0 00007ff7`1247e7e8     postgres!PostmasterMain(
000000c8`05fffc90 00007ff7`12a7a4a9     postgres!main(
000000c8`05fffcd0 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c8`05fffd20 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c8`05fffd90 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c8`06fffc28 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c8`06fffc30 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000c8`06ffff20 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c8`06ffff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a2`2c9ff498 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a2`2c9ff4a0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000a2`2c9ff790 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a2`2c9ff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a2`2c5ffbe8 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
000000a2`2c5ffbf0 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
000000a2`2c5ffc60 00007ffd`e3e34cb0     postgres!pg_signal_thread(
000000a2`2c5ffd60 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a2`2c5ffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a2`2c1ffa38 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a2`2c1ffa40 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000a2`2c1ffd30 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a2`2c1ffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a2`2bdfea50 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a2`2bdfea90 00007ff7`125cb50c     postgres!ExceptionalCondition(
000000a2`2bdfead0 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000a2`2bdfeb20 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000a2`2bdfeb70 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a2`2bdff490 00007ff7`1247e7e8     postgres!PostmasterMain(
000000a2`2bdff630 00007ff7`12a7a4a9     postgres!main(
000000a2`2bdff670 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a2`2bdff6c0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a2`2bdff730 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a2`2cdff758 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a2`2cdff760 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000a2`2cdffa50 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a2`2cdffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d8`c43ffd18 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
000000d8`c43ffd20 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
000000d8`c43ffd90 00007ffd`e3e34cb0     postgres!pg_signal_thread(
000000d8`c43ffe90 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d8`c43ffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d8`c47ff768 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d8`c47ff770 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000d8`c47ffa60 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d8`c47ffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d8`c37fed70 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d8`c37fedb0 00007ff7`125cb50c     postgres!ExceptionalCondition(
000000d8`c37fedf0 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000d8`c37fee40 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000d8`c37fee90 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000d8`c37ff7b0 00007ff7`1247e7e8     postgres!PostmasterMain(
000000d8`c37ff950 00007ff7`12a7a4a9     postgres!main(
000000d8`c37ff990 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d8`c37ff9e0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d8`c37ffa50 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ca`ba5ff918 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ca`ba5ff920 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000ca`ba5ffc10 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ca`ba5ffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ca`ba9ff818 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ca`ba9ff820 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000ca`ba9ffb10 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ca`ba9ffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ca`b99feaf0 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ca`b99feb30 00007ff7`125cb50c     postgres!ExceptionalCondition(
000000ca`b99feb70 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ca`b99febc0 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000ca`b99fec10 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ca`b99ff530 00007ff7`1247e7e8     postgres!PostmasterMain(
000000ca`b99ff6d0 00007ff7`12a7a4a9     postgres!main(
000000ca`b99ff710 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ca`b99ff760 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ca`b99ff7d0 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ca`b9dffb38 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ca`b9dffb40 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000ca`b9dffe30 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ca`b9dffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ca`ba1ff808 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
000000ca`ba1ff810 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
000000ca`ba1ff880 00007ffd`e3e34cb0     postgres!pg_signal_thread(
000000ca`ba1ff980 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ca`ba1ff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c1`b89ff798 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c1`b89ff7a0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000c1`b89ffa90 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c1`b89ffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c1`b8dff5a8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c1`b8dff5b0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000c1`b8dff8a0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c1`b8dff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c1`b85fecf0 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c1`b85fed30 00007ff7`125cb50c     postgres!ExceptionalCondition(
000000c1`b85fed70 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c1`b85fedc0 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000c1`b85fee10 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c1`b85ff730 00007ff7`1247e7e8     postgres!PostmasterMain(
000000c1`b85ff8d0 00007ff7`12a7a4a9     postgres!main(
000000c1`b85ff910 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c1`b85ff960 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c1`b85ff9d0 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c1`b91ff8b8 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
000000c1`b91ff8c0 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
000000c1`b91ff930 00007ffd`e3e34cb0     postgres!pg_signal_thread(
000000c1`b91ffa30 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c1`b91ffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c1`b95ff5c8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c1`b95ff5d0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000c1`b95ff8c0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c1`b95ff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000063`181fec20 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000063`181fec60 00007ff7`125cb50c     postgres!ExceptionalCondition(
00000063`181feca0 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000063`181fecf0 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000063`181fed40 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000063`181ff660 00007ff7`1247e7e8     postgres!PostmasterMain(
00000063`181ff800 00007ff7`12a7a4a9     postgres!main(
00000063`181ff840 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000063`181ff890 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000063`181ff900 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000063`189ffa08 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000063`189ffa10 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000063`189ffd00 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000063`189ffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000063`195ffae8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000063`195ffaf0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000063`195ffde0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000063`195ffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000063`191ff728 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
00000063`191ff730 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
00000063`191ff7a0 00007ffd`e3e34cb0     postgres!pg_signal_thread(
00000063`191ff8a0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000063`191ff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000063`18dff988 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000063`18dff990 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000063`18dffc80 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000063`18dffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000063`185ff508 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000063`185ff510 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000063`185ff800 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000063`185ff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006f`95bffc78 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
0000006f`95bffc80 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
0000006f`95bffcf0 00007ffd`e3e34cb0     postgres!pg_signal_thread(
0000006f`95bffdf0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006f`95bffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006f`953ffb78 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006f`953ffb80 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000006f`953ffe70 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006f`953ffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006f`94ffec90 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000006f`94ffecd0 00007ff7`125cb50c     postgres!ExceptionalCondition(
0000006f`94ffed10 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000006f`94ffed60 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000006f`94ffedb0 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000006f`94fff6d0 00007ff7`1247e7e8     postgres!PostmasterMain(
0000006f`94fff870 00007ff7`12a7a4a9     postgres!main(
0000006f`94fff8b0 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000006f`94fff900 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000006f`94fff970 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000006f`95fffa18 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006f`95fffa20 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000006f`95fffd10 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006f`95fffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006f`957ffab8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006f`957ffac0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000006f`957ffdb0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006f`957ffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ff`815ffb38 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
000000ff`815ffb40 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
000000ff`815ffbb0 00007ffd`e3e34cb0     postgres!pg_signal_thread(
000000ff`815ffcb0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ff`815ffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ff`811ffb88 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ff`811ffb90 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000ff`811ffe80 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ff`811ffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ff`80dfeae0 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ff`80dfeb20 00007ff7`125cb50c     postgres!ExceptionalCondition(
000000ff`80dfeb60 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ff`80dfebb0 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000ff`80dfec00 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ff`80dff520 00007ff7`1247e7e8     postgres!PostmasterMain(
000000ff`80dff6c0 00007ff7`12a7a4a9     postgres!main(
000000ff`80dff700 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ff`80dff750 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ff`80dff7c0 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ff`81dff838 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ff`81dff840 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000ff`81dffb30 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ff`81dffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ff`819ff458 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ff`819ff460 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000ff`819ff750 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ff`819ff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000072`709ff618 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000072`709ff620 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000072`709ff910 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000072`709ff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000072`70dffa38 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000072`70dffa40 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000072`70dffd30 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000072`70dffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000072`705ff668 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000072`705ff670 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000072`705ff960 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000072`705ff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000072`701fed60 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000072`701feda0 00007ff7`125cb50c     postgres!ExceptionalCondition(
00000072`701fede0 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000072`701fee30 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000072`701fee80 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000072`701ff7a0 00007ff7`1247e7e8     postgres!PostmasterMain(
00000072`701ff940 00007ff7`12a7a4a9     postgres!main(
00000072`701ff980 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000072`701ff9d0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000072`701ffa40 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000072`715ffa88 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000072`715ffa90 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000072`715ffd80 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000072`715ffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000072`711ffca8 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
00000072`711ffcb0 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
00000072`711ffd20 00007ffd`e3e34cb0     postgres!pg_signal_thread(
00000072`711ffe20 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000072`711ffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a3`d85ffc28 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a3`d85ffc30 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000a3`d85fff20 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a3`d85fff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a3`d7dfecc0 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a3`d7dfed00 00007ff7`125cb50c     postgres!ExceptionalCondition(
000000a3`d7dfed40 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000a3`d7dfed90 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000a3`d7dfede0 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a3`d7dff700 00007ff7`1247e7e8     postgres!PostmasterMain(
000000a3`d7dff8a0 00007ff7`12a7a4a9     postgres!main(
000000a3`d7dff8e0 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a3`d7dff930 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a3`d7dff9a0 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a3`d8dffb28 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a3`d8dffb30 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000a3`d8dffe20 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a3`d8dffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a3`d89ff938 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
000000a3`d89ff940 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
000000a3`d89ff9b0 00007ffd`e3e34cb0     postgres!pg_signal_thread(
000000a3`d89ffab0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a3`d89ffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a3`d81ff908 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a3`d81ff910 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000a3`d81ffc00 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a3`d81ffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000077`9a5ffce8 00007ff7`125c44c7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000077`9a5ffcf0 00007ff7`1247e754     postgres!SubPostmasterMain(
00000077`9a5ffd60 00007ff7`12a7a4a9     postgres!main(
00000077`9a5ffda0 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000077`9a5ffdf0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000077`9a5ffe60 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000077`9a5ffe90 00007ffd`e3e34cb0     postgres!mainCRTStartup(
00000077`9a5ffec0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000077`9a5ffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000077`9adff518 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000077`9adff520 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000077`9adff810 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000077`9adff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000077`9a9ffae8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000077`9a9ffaf0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000077`9a9ffde0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000077`9a9ffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000077`9b1ff4e8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000077`9b1ff4f0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000077`9b1ff7e0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000077`9b1ff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000038`99ffed80 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000038`99ffedc0 00007ff7`125cb50c     postgres!ExceptionalCondition(
00000038`99ffee00 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000038`99ffee50 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000038`99ffeea0 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000038`99fff7c0 00007ff7`1247e7e8     postgres!PostmasterMain(
00000038`99fff960 00007ff7`12a7a4a9     postgres!main(
00000038`99fff9a0 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000038`99fff9f0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000038`99fffa60 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000038`9a3ff6a8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000038`9a3ff6b0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000038`9a3ff9a0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000038`9a3ff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000038`9afff7f8 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
00000038`9afff800 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
00000038`9afff870 00007ffd`e3e34cb0     postgres!pg_signal_thread(
00000038`9afff970 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000038`9afff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000038`9abff718 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000038`9abff720 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000038`9abffa10 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000038`9abffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000038`9b3ffb78 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000038`9b3ffb80 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000038`9b3ffe70 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000038`9b3ffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000038`9a7ff858 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000038`9a7ff860 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000038`9a7ffb50 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000038`9a7ffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003d`9d9ff4a8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003d`9d9ff4b0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000003d`9d9ff7a0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003d`9d9ff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003d`9ddffa28 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003d`9ddffa30 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000003d`9ddffd20 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003d`9ddffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003d`9d5ff8d8 00007ff7`125c44c7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
0000003d`9d5ff8e0 00007ff7`1247e754     postgres!SubPostmasterMain(
0000003d`9d5ff950 00007ff7`12a7a4a9     postgres!main(
0000003d`9d5ff990 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000003d`9d5ff9e0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000003d`9d5ffa50 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
0000003d`9d5ffa80 00007ffd`e3e34cb0     postgres!mainCRTStartup(
0000003d`9d5ffab0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003d`9d5ffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000096`0ffffa38 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000096`0ffffa40 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000096`0ffffd30 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000096`0ffffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000096`0fbfeef0 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000096`0fbfef30 00007ff7`125cb50c     postgres!ExceptionalCondition(
00000096`0fbfef70 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000096`0fbfefc0 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000096`0fbff010 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000096`0fbff930 00007ff7`1247e7e8     postgres!PostmasterMain(
00000096`0fbffad0 00007ff7`12a7a4a9     postgres!main(
00000096`0fbffb10 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000096`0fbffb60 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000096`0fbffbd0 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000096`103ff818 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
00000096`103ff820 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
00000096`103ff890 00007ffd`e3e34cb0     postgres!pg_signal_thread(
00000096`103ff990 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000096`103ff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000096`10bffbe8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000096`10bffbf0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000096`10bffee0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000096`10bfff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000096`107ff588 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000096`107ff590 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000096`107ff880 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000096`107ff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b2`b09ff608 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
000000b2`b09ff610 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
000000b2`b09ff680 00007ffd`e3e34cb0     postgres!pg_signal_thread(
000000b2`b09ff780 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b2`b09ff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b2`b05ff5c8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b2`b05ff5d0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000b2`b05ff8c0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b2`b05ff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b2`b0dff968 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b2`b0dff970 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000b2`b0dffc60 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b2`b0dffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b2`b01ffa88 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b2`b01ffa90 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000b2`b01ffd80 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b2`b01ffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b2`afdff130 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b2`afdff170 00007ff7`125cb50c     postgres!ExceptionalCondition(
000000b2`afdff1b0 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000b2`afdff200 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000b2`afdff250 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000b2`afdffb70 00007ff7`1247e7e8     postgres!PostmasterMain(
000000b2`afdffd10 00007ff7`12a7a4a9     postgres!main(
000000b2`afdffd50 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b2`afdffda0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000b2`afdffe10 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000058`847ffb08 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000058`847ffb10 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000058`847ffe00 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000058`847ffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000058`84bff898 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
00000058`84bff8a0 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
00000058`84bff910 00007ffd`e3e34cb0     postgres!pg_signal_thread(
00000058`84bffa10 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000058`84bffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000058`84fff6e8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000058`84fff6f0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000058`84fff9e0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000058`84fffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000058`83fff020 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000058`83fff060 00007ff7`125cb50c     postgres!ExceptionalCondition(
00000058`83fff0a0 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000058`83fff0f0 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000058`83fff140 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000058`83fffa60 00007ff7`1247e7e8     postgres!PostmasterMain(
00000058`83fffc00 00007ff7`12a7a4a9     postgres!main(
00000058`83fffc40 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000058`83fffc90 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000058`83fffd00 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000058`843ff6d8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000058`843ff6e0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000058`843ff9d0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000058`843ffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000014`9abfed50 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000014`9abfed90 00007ff7`125cb50c     postgres!ExceptionalCondition(
00000014`9abfedd0 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000014`9abfee20 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000014`9abfee70 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000014`9abff790 00007ff7`1247e7e8     postgres!PostmasterMain(
00000014`9abff930 00007ff7`12a7a4a9     postgres!main(
00000014`9abff970 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000014`9abff9c0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000014`9abffa30 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000014`9afffbb8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000014`9afffbc0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000014`9afffeb0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000014`9afffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000014`9b3ff8d8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000014`9b3ff8e0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000014`9b3ffbd0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000014`9b3ffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000014`9b7ff708 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000014`9b7ff710 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000014`9b7ffa00 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000014`9b7ffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000014`9bbffd48 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
00000014`9bbffd50 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
00000014`9bbffdc0 00007ffd`e3e34cb0     postgres!pg_signal_thread(
00000014`9bbffec0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000014`9bbffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000014`9bfff7f8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000014`9bfff800 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000014`9bfffaf0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000014`9bfffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000032`123ff988 00007ff7`125c44c7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000032`123ff990 00007ff7`1247e754     postgres!SubPostmasterMain(
00000032`123ffa00 00007ff7`12a7a4a9     postgres!main(
00000032`123ffa40 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000032`123ffa90 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000032`123ffb00 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000032`123ffb30 00007ffd`e3e34cb0     postgres!mainCRTStartup(
00000032`123ffb60 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000032`123ffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000032`12bff838 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000032`12bff840 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000032`12bffb30 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000032`12bffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000032`127ff898 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000032`127ff8a0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000032`127ffb90 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000032`127ffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000029`2b7ff948 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000029`2b7ff950 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000029`2b7ffc40 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000029`2b7ffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000029`2bbffa78 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000029`2bbffa80 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000029`2bbffd70 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000029`2bbffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000029`2b3ff4c8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000029`2b3ff4d0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000029`2b3ff7c0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000029`2b3ff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000029`2afff0c0 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000029`2afff100 00007ff7`125cb50c     postgres!ExceptionalCondition(
00000029`2afff140 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000029`2afff190 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000029`2afff1e0 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000029`2afffb00 00007ff7`1247e7e8     postgres!PostmasterMain(
00000029`2afffca0 00007ff7`12a7a4a9     postgres!main(
00000029`2afffce0 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000029`2afffd30 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000029`2afffda0 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000029`2c3ffb28 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000029`2c3ffb30 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000029`2c3ffe20 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000029`2c3ffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000029`2bfff6c8 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
00000029`2bfff6d0 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
00000029`2bfff740 00007ffd`e3e34cb0     postgres!pg_signal_thread(
00000029`2bfff840 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000029`2bfff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a9`c31ff010 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a9`c31ff050 00007ff7`125cb50c     postgres!ExceptionalCondition(
000000a9`c31ff090 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000a9`c31ff0e0 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000a9`c31ff130 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a9`c31ffa50 00007ff7`1247e7e8     postgres!PostmasterMain(
000000a9`c31ffbf0 00007ff7`12a7a4a9     postgres!main(
000000a9`c31ffc30 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a9`c31ffc80 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a9`c31ffcf0 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a9`c41ffb98 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a9`c41ffba0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000a9`c41ffe90 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a9`c41ffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a9`c3dffd38 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
000000a9`c3dffd40 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
000000a9`c3dffdb0 00007ffd`e3e34cb0     postgres!pg_signal_thread(
000000a9`c3dffeb0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a9`c3dffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a9`c39ffba8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a9`c39ffbb0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000a9`c39ffea0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a9`c39ffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a9`c35ff4e8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a9`c35ff4f0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000a9`c35ff7e0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a9`c35ff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006b`0dbffb48 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006b`0dbffb50 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000006b`0dbffe40 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006b`0dbffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006b`0d3ff1e0 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000006b`0d3ff220 00007ff7`125cb50c     postgres!ExceptionalCondition(
0000006b`0d3ff260 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000006b`0d3ff2b0 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000006b`0d3ff300 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000006b`0d3ffc20 00007ff7`1247e7e8     postgres!PostmasterMain(
0000006b`0d3ffdc0 00007ff7`12a7a4a9     postgres!main(
0000006b`0d3ffe00 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000006b`0d3ffe50 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000006b`0d3ffec0 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000006b`0d7ff608 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006b`0d7ff610 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000006b`0d7ff900 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006b`0d7ff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006b`0dfff5f8 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
0000006b`0dfff600 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
0000006b`0dfff670 00007ffd`e3e34cb0     postgres!pg_signal_thread(
0000006b`0dfff770 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006b`0dfff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006b`0e3ff468 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006b`0e3ff470 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000006b`0e3ff760 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006b`0e3ff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`a35fee30 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000dd`a35fee70 00007ff7`125cb50c     postgres!ExceptionalCondition(
000000dd`a35feeb0 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000dd`a35fef00 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000dd`a35fef50 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000dd`a35ff870 00007ff7`1247e7e8     postgres!PostmasterMain(
000000dd`a35ffa10 00007ff7`12a7a4a9     postgres!main(
000000dd`a35ffa50 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000dd`a35ffaa0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000dd`a35ffb10 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000dd`a39ff758 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dd`a39ff760 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000dd`a39ffa50 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`a39ffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`a3dff9c8 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
000000dd`a3dff9d0 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
000000dd`a3dffa40 00007ffd`e3e34cb0     postgres!pg_signal_thread(
000000dd`a3dffb40 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`a3dffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`a41ff7c8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dd`a41ff7d0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000dd`a41ffac0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`a41ffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`a45ff478 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dd`a45ff480 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000dd`a45ff770 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`a45ff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000026`2effeeb0 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000026`2effeef0 00007ff7`125cb50c     postgres!ExceptionalCondition(
00000026`2effef30 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000026`2effef80 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000026`2effefd0 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000026`2efff8f0 00007ff7`1247e7e8     postgres!PostmasterMain(
00000026`2efffa90 00007ff7`12a7a4a9     postgres!main(
00000026`2efffad0 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000026`2efffb20 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000026`2efffb90 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000026`2f3ffb68 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000026`2f3ffb70 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000026`2f3ffe60 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000026`2f3ffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000026`2f7ff968 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000026`2f7ff970 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000026`2f7ffc60 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000026`2f7ffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000026`2fbff878 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000026`2fbff880 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000026`2fbffb70 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000026`2fbffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000026`2ffff858 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
00000026`2ffff860 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
00000026`2ffff8d0 00007ffd`e3e34cb0     postgres!pg_signal_thread(
00000026`2ffff9d0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000026`2ffffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000026`303ff7f8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000026`303ff800 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000026`303ffaf0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000026`303ffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b1`803ff090 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b1`803ff0d0 00007ff7`125cb50c     postgres!ExceptionalCondition(
000000b1`803ff110 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000b1`803ff160 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000b1`803ff1b0 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000b1`803ffad0 00007ff7`1247e7e8     postgres!PostmasterMain(
000000b1`803ffc70 00007ff7`12a7a4a9     postgres!main(
000000b1`803ffcb0 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b1`803ffd00 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000b1`803ffd70 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000b1`807ff958 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b1`807ff960 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000b1`807ffc50 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b1`807ffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b1`80bff778 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b1`80bff780 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000b1`80bffa70 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b1`80bffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b1`80fffac8 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
000000b1`80fffad0 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
000000b1`80fffb40 00007ffd`e3e34cb0     postgres!pg_signal_thread(
000000b1`80fffc40 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b1`80fffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b1`813ffa58 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b1`813ffa60 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000b1`813ffd50 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b1`813ffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006b`21dff000 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000006b`21dff040 00007ff7`125cb50c     postgres!ExceptionalCondition(
0000006b`21dff080 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000006b`21dff0d0 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000006b`21dff120 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000006b`21dffa40 00007ff7`1247e7e8     postgres!PostmasterMain(
0000006b`21dffbe0 00007ff7`12a7a4a9     postgres!main(
0000006b`21dffc20 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000006b`21dffc70 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000006b`21dffce0 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000006b`221ff8d8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006b`221ff8e0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000006b`221ffbd0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006b`221ffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006b`225ff7b8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006b`225ff7c0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000006b`225ffab0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006b`225ffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006b`229ffae8 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
0000006b`229ffaf0 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
0000006b`229ffb60 00007ffd`e3e34cb0     postgres!pg_signal_thread(
0000006b`229ffc60 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006b`229ffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006b`22dff738 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006b`22dff740 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000006b`22dffa30 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006b`22dffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cc`6b9ffb48 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cc`6b9ffb50 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000cc`6b9ffe40 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cc`6b9ffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cc`6b5fedf0 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000cc`6b5fee30 00007ff7`125cb50c     postgres!ExceptionalCondition(
000000cc`6b5fee70 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000cc`6b5feec0 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000cc`6b5fef10 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000cc`6b5ff830 00007ff7`1247e7e8     postgres!PostmasterMain(
000000cc`6b5ff9d0 00007ff7`12a7a4a9     postgres!main(
000000cc`6b5ffa10 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000cc`6b5ffa60 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000cc`6b5ffad0 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000cc`6bdff608 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cc`6bdff610 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000cc`6bdff900 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cc`6bdff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cc`6c1ff9b8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cc`6c1ff9c0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000cc`6c1ffcb0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cc`6c1ffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cc`6c5ff608 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
000000cc`6c5ff610 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
000000cc`6c5ff680 00007ffd`e3e34cb0     postgres!pg_signal_thread(
000000cc`6c5ff780 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cc`6c5ff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cc`6c9ffb68 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cc`6c9ffb70 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000cc`6c9ffe60 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cc`6c9ffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000090`12bfeec0 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000090`12bfef00 00007ff7`125cb50c     postgres!ExceptionalCondition(
00000090`12bfef40 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000090`12bfef90 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000090`12bfefe0 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000090`12bff900 00007ff7`1247e7e8     postgres!PostmasterMain(
00000090`12bffaa0 00007ff7`12a7a4a9     postgres!main(
00000090`12bffae0 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000090`12bffb30 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000090`12bffba0 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000090`12fffbc8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000090`12fffbd0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000090`12fffec0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000090`12fffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000090`133ffb38 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000090`133ffb40 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000090`133ffe30 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000090`133ffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000090`137ffb18 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
00000090`137ffb20 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
00000090`137ffb90 00007ffd`e3e34cb0     postgres!pg_signal_thread(
00000090`137ffc90 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000090`137ffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000090`13bff8f8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000090`13bff900 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000090`13bffbf0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000090`13bffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cc`69ffeb40 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000cc`69ffeb80 00007ff7`125cb50c     postgres!ExceptionalCondition(
000000cc`69ffebc0 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000cc`69ffec10 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000cc`69ffec60 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000cc`69fff580 00007ff7`1247e7e8     postgres!PostmasterMain(
000000cc`69fff720 00007ff7`12a7a4a9     postgres!main(
000000cc`69fff760 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000cc`69fff7b0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000cc`69fff820 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000cc`6a3ff568 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cc`6a3ff570 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000cc`6a3ff860 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cc`6a3ff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cc`6a7ff638 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cc`6a7ff640 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000cc`6a7ff930 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cc`6a7ff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cc`6abff698 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
000000cc`6abff6a0 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
000000cc`6abff710 00007ffd`e3e34cb0     postgres!pg_signal_thread(
000000cc`6abff810 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cc`6abff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cc`6afff4c8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cc`6afff4d0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000cc`6afff7c0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cc`6afff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004b`6d7fef10 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000004b`6d7fef50 00007ff7`125cb50c     postgres!ExceptionalCondition(
0000004b`6d7fef90 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000004b`6d7fefe0 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000004b`6d7ff030 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000004b`6d7ff950 00007ff7`1247e7e8     postgres!PostmasterMain(
0000004b`6d7ffaf0 00007ff7`12a7a4a9     postgres!main(
0000004b`6d7ffb30 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000004b`6d7ffb80 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000004b`6d7ffbf0 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000004b`6dbff9f8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004b`6dbffa00 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000004b`6dbffcf0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004b`6dbffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004b`6dfff688 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004b`6dfff690 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000004b`6dfff980 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004b`6dfff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004b`6e3ff588 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004b`6e3ff590 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000004b`6e3ff880 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004b`6e3ff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004b`6e7ff828 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
0000004b`6e7ff830 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
0000004b`6e7ff8a0 00007ffd`e3e34cb0     postgres!pg_signal_thread(
0000004b`6e7ff9a0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004b`6e7ff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004b`6ebff708 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004b`6ebff710 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000004b`6ebffa00 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004b`6ebffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fe`741fed90 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000fe`741fedd0 00007ff7`125cb50c     postgres!ExceptionalCondition(
000000fe`741fee10 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000fe`741fee60 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000fe`741feeb0 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000fe`741ff7d0 00007ff7`1247e7e8     postgres!PostmasterMain(
000000fe`741ff970 00007ff7`12a7a4a9     postgres!main(
000000fe`741ff9b0 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000fe`741ffa00 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000fe`741ffa70 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000fe`745ff8b8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fe`745ff8c0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000fe`745ffbb0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fe`745ffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fe`749ff948 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fe`749ff950 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000fe`749ffc40 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fe`749ffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fe`74dff5f8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fe`74dff600 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000fe`74dff8f0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fe`74dff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fe`751ffaa8 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
000000fe`751ffab0 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
000000fe`751ffb20 00007ffd`e3e34cb0     postgres!pg_signal_thread(
000000fe`751ffc20 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fe`751ffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fe`755ff508 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fe`755ff510 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000fe`755ff800 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fe`755ff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000052`919feb10 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000052`919feb50 00007ff7`125cb50c     postgres!ExceptionalCondition(
00000052`919feb90 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000052`919febe0 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000052`919fec30 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000052`919ff550 00007ff7`1247e7e8     postgres!PostmasterMain(
00000052`919ff6f0 00007ff7`12a7a4a9     postgres!main(
00000052`919ff730 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000052`919ff780 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000052`919ff7f0 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000052`91dff5f8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000052`91dff600 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000052`91dff8f0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000052`91dff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000052`921ff6a8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000052`921ff6b0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000052`921ff9a0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000052`921ff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000052`925ff5e8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000052`925ff5f0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000052`925ff8e0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000052`925ff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000052`92dff588 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000052`92dff590 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000052`92dff880 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000052`92dff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000052`929ff848 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
00000052`929ff850 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
00000052`929ff8c0 00007ffd`e3e34cb0     postgres!pg_signal_thread(
00000052`929ff9c0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000052`929ff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005e`933ff6f8 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
0000005e`933ff700 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
0000005e`933ff770 00007ffd`e3e34cb0     postgres!pg_signal_thread(
0000005e`933ff870 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005e`933ff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005e`927ff170 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000005e`927ff1b0 00007ff7`125cb50c     postgres!ExceptionalCondition(
0000005e`927ff1f0 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000005e`927ff240 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000005e`927ff290 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000005e`927ffbb0 00007ff7`1247e7e8     postgres!PostmasterMain(
0000005e`927ffd50 00007ff7`12a7a4a9     postgres!main(
0000005e`927ffd90 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000005e`927ffde0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000005e`927ffe50 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000005e`92bffb68 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005e`92bffb70 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000005e`92bffe60 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005e`92bffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005e`92fff688 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005e`92fff690 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000005e`92fff980 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005e`92fff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005e`937ff8f8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005e`937ff900 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000005e`937ffbf0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005e`937ffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c4`aa5ffba8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c4`aa5ffbb0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000c4`aa5ffea0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c4`aa5ffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c4`aadff938 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c4`aadff940 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000c4`aadffc30 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c4`aadffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c4`aa9ff858 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
000000c4`aa9ff860 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
000000c4`aa9ff8d0 00007ffd`e3e34cb0     postgres!pg_signal_thread(
000000c4`aa9ff9d0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c4`aa9ffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c4`aa1fefd0 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c4`aa1ff010 00007ff7`125cb50c     postgres!ExceptionalCondition(
000000c4`aa1ff050 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c4`aa1ff0a0 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000c4`aa1ff0f0 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c4`aa1ffa10 00007ff7`1247e7e8     postgres!PostmasterMain(
000000c4`aa1ffbb0 00007ff7`12a7a4a9     postgres!main(
000000c4`aa1ffbf0 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c4`aa1ffc40 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c4`aa1ffcb0 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c4`ab1ffbc8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c4`ab1ffbd0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000c4`ab1ffec0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c4`ab1ffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000aa`669ff708 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
000000aa`669ff710 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
000000aa`669ff780 00007ffd`e3e34cb0     postgres!pg_signal_thread(
000000aa`669ff880 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000aa`669ff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000aa`665ff6c8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000aa`665ff6d0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000aa`665ff9c0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000aa`665ff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000aa`65dfec90 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000aa`65dfecd0 00007ff7`125cb50c     postgres!ExceptionalCondition(
000000aa`65dfed10 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000aa`65dfed60 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000aa`65dfedb0 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000aa`65dff6d0 00007ff7`1247e7e8     postgres!PostmasterMain(
000000aa`65dff870 00007ff7`12a7a4a9     postgres!main(
000000aa`65dff8b0 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000aa`65dff900 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000aa`65dff970 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000aa`661ff6e8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000aa`661ff6f0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000aa`661ff9e0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000aa`661ffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000aa`66dffac8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000aa`66dffad0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000aa`66dffdc0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000aa`66dffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f8`d9dffab8 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
000000f8`d9dffac0 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
000000f8`d9dffb30 00007ffd`e3e34cb0     postgres!pg_signal_thread(
000000f8`d9dffc30 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f8`d9dffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f8`d8dfef20 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f8`d8dfef60 00007ff7`125cb50c     postgres!ExceptionalCondition(
000000f8`d8dfefa0 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f8`d8dfeff0 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000f8`d8dff040 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f8`d8dff960 00007ff7`1247e7e8     postgres!PostmasterMain(
000000f8`d8dffb00 00007ff7`12a7a4a9     postgres!main(
000000f8`d8dffb40 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f8`d8dffb90 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f8`d8dffc00 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f8`d91ff7b8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f8`d91ff7c0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000f8`d91ffab0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f8`d91ffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f8`d95ff538 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f8`d95ff540 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000f8`d95ff830 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f8`d95ff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f8`d99ffaa8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f8`d99ffab0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000f8`d99ffda0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f8`d99ffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f8`da1ff828 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f8`da1ff830 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000f8`da1ffb20 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f8`da1ffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000067`329ff9a8 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
00000067`329ff9b0 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
00000067`329ffa20 00007ffd`e3e34cb0     postgres!pg_signal_thread(
00000067`329ffb20 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000067`329ffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000067`31dfeac0 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000067`31dfeb00 00007ff7`125cb50c     postgres!ExceptionalCondition(
00000067`31dfeb40 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000067`31dfeb90 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000067`31dfebe0 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000067`31dff500 00007ff7`1247e7e8     postgres!PostmasterMain(
00000067`31dff6a0 00007ff7`12a7a4a9     postgres!main(
00000067`31dff6e0 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000067`31dff730 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000067`31dff7a0 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000067`321ff518 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000067`321ff520 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000067`321ff810 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000067`321ff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000067`325ff7a8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000067`325ff7b0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000067`325ffaa0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000067`325ffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000067`32dff9f8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000067`32dffa00 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000067`32dffcf0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000067`32dffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000046`8dbffb18 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
00000046`8dbffb20 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
00000046`8dbffb90 00007ffd`e3e34cb0     postgres!pg_signal_thread(
00000046`8dbffc90 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000046`8dbffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000046`8cffeba0 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000046`8cffebe0 00007ff7`125cb50c     postgres!ExceptionalCondition(
00000046`8cffec20 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000046`8cffec70 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000046`8cffecc0 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000046`8cfff5e0 00007ff7`1247e7e8     postgres!PostmasterMain(
00000046`8cfff780 00007ff7`12a7a4a9     postgres!main(
00000046`8cfff7c0 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000046`8cfff810 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000046`8cfff880 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000046`8d3ff7c8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000046`8d3ff7d0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000046`8d3ffac0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000046`8d3ffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000046`8d7ffc28 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000046`8d7ffc30 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000046`8d7fff20 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000046`8d7fff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000046`8dfff7a8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000046`8dfff7b0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000046`8dfffaa0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000046`8dfffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dc`ecfffaf8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dc`ecfffb00 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000dc`ecfffdf0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000dc`ecfffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dc`ed3ff6f8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dc`ed3ff700 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000dc`ed3ff9f0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000dc`ed3ffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dc`ec3fed40 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000dc`ec3fed80 00007ff7`125cb50c     postgres!ExceptionalCondition(
000000dc`ec3fedc0 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000dc`ec3fee10 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000dc`ec3fee60 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000dc`ec3ff780 00007ff7`1247e7e8     postgres!PostmasterMain(
000000dc`ec3ff920 00007ff7`12a7a4a9     postgres!main(
000000dc`ec3ff960 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000dc`ec3ff9b0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000dc`ec3ffa20 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000dc`ec7ffa18 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dc`ec7ffa20 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000dc`ec7ffd10 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000dc`ec7ffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dc`ecbffab8 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
000000dc`ecbffac0 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
000000dc`ecbffb30 00007ffd`e3e34cb0     postgres!pg_signal_thread(
000000dc`ecbffc30 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000dc`ecbffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000081`80fff5f8 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
00000081`80fff600 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
00000081`80fff670 00007ffd`e3e34cb0     postgres!pg_signal_thread(
00000081`80fff770 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000081`80fff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000081`80bffbd8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000081`80bffbe0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000081`80bffed0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000081`80bfff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000081`803feee0 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000081`803fef20 00007ff7`125cb50c     postgres!ExceptionalCondition(
00000081`803fef60 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000081`803fefb0 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000081`803ff000 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000081`803ff920 00007ff7`1247e7e8     postgres!PostmasterMain(
00000081`803ffac0 00007ff7`12a7a4a9     postgres!main(
00000081`803ffb00 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000081`803ffb50 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000081`803ffbc0 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000081`807ff998 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000081`807ff9a0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000081`807ffc90 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000081`807ffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000081`813ffbd8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000081`813ffbe0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000081`813ffed0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000081`813fff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001e`6b7ffbe8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001e`6b7ffbf0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000001e`6b7ffee0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001e`6b7fff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001e`6abfed10 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000001e`6abfed50 00007ff7`125cb50c     postgres!ExceptionalCondition(
0000001e`6abfed90 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000001e`6abfede0 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000001e`6abfee30 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000001e`6abff750 00007ff7`1247e7e8     postgres!PostmasterMain(
0000001e`6abff8f0 00007ff7`12a7a4a9     postgres!main(
0000001e`6abff930 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000001e`6abff980 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000001e`6abff9f0 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000001e`6afffb08 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001e`6afffb10 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000001e`6afffe00 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001e`6afffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001e`6b3ff8c8 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
0000001e`6b3ff8d0 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
0000001e`6b3ff940 00007ffd`e3e34cb0     postgres!pg_signal_thread(
0000001e`6b3ffa40 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001e`6b3ffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001e`6bbff6a8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001e`6bbff6b0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000001e`6bbff9a0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001e`6bbff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000db`f35ff998 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
000000db`f35ff9a0 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
000000db`f35ffa10 00007ffd`e3e34cb0     postgres!pg_signal_thread(
000000db`f35ffb10 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000db`f35ffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000db`f29ff180 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000db`f29ff1c0 00007ff7`125cb50c     postgres!ExceptionalCondition(
000000db`f29ff200 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000db`f29ff250 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000db`f29ff2a0 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000db`f29ffbc0 00007ff7`1247e7e8     postgres!PostmasterMain(
000000db`f29ffd60 00007ff7`12a7a4a9     postgres!main(
000000db`f29ffda0 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000db`f29ffdf0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000db`f29ffe60 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000db`f2dff958 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000db`f2dff960 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000db`f2dffc50 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000db`f2dffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000db`f31ff518 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000db`f31ff520 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000db`f31ff810 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000db`f31ff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000db`f39ff5a8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000db`f39ff5b0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000db`f39ff8a0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000db`f39ff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000090`ad1ff728 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000090`ad1ff730 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000090`ad1ffa20 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000090`ad1ffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000090`ad5ff588 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000090`ad5ff590 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000090`ad5ff880 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000090`ad5ff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000090`ae1ffb98 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000090`ae1ffba0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000090`ae1ffe90 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000090`ae1ffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000090`addffca8 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
00000090`addffcb0 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
00000090`addffd20 00007ffd`e3e34cb0     postgres!pg_signal_thread(
00000090`addffe20 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000090`addffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000090`acdfee70 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000090`acdfeeb0 00007ff7`125cb50c     postgres!ExceptionalCondition(
00000090`acdfeef0 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000090`acdfef40 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000090`acdfef90 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000090`acdff8b0 00007ff7`1247e7e8     postgres!PostmasterMain(
00000090`acdffa50 00007ff7`12a7a4a9     postgres!main(
00000090`acdffa90 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000090`acdffae0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000090`acdffb50 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000090`ad9ff498 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000090`ad9ff4a0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000090`ad9ff790 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000090`ad9ff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c4`de1ffc08 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
000000c4`de1ffc10 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
000000c4`de1ffc80 00007ffd`e3e34cb0     postgres!pg_signal_thread(
000000c4`de1ffd80 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c4`de1ffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c4`dd5fea50 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c4`dd5fea90 00007ff7`125cb50c     postgres!ExceptionalCondition(
000000c4`dd5fead0 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c4`dd5feb20 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000c4`dd5feb70 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c4`dd5ff490 00007ff7`1247e7e8     postgres!PostmasterMain(
000000c4`dd5ff630 00007ff7`12a7a4a9     postgres!main(
000000c4`dd5ff670 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c4`dd5ff6c0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c4`dd5ff730 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c4`dd9ff768 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c4`dd9ff770 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000c4`dd9ffa60 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c4`dd9ffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c4`dddff838 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c4`dddff840 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000c4`dddffb30 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c4`dddffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c4`de5ff808 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c4`de5ff810 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000c4`de5ffb00 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c4`de5ffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000063`853ff808 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000063`853ff810 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000063`853ffb00 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000063`853ffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000063`857ff988 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
00000063`857ff990 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
00000063`857ffa00 00007ffd`e3e34cb0     postgres!pg_signal_thread(
00000063`857ffb00 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000063`857ffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000063`85bff628 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000063`85bff630 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000063`85bff920 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000063`85bff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000063`84bfeb20 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000063`84bfeb60 00007ff7`125cb50c     postgres!ExceptionalCondition(
00000063`84bfeba0 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000063`84bfebf0 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000063`84bfec40 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000063`84bff560 00007ff7`1247e7e8     postgres!PostmasterMain(
00000063`84bff700 00007ff7`12a7a4a9     postgres!main(
00000063`84bff740 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000063`84bff790 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000063`84bff800 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000063`84fff688 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000063`84fff690 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000063`84fff980 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000063`84fff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000038`c01ff9d8 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
00000038`c01ff9e0 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
00000038`c01ffa50 00007ffd`e3e34cb0     postgres!pg_signal_thread(
00000038`c01ffb50 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000038`c01ffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000038`bf5fed60 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000038`bf5feda0 00007ff7`125cb50c     postgres!ExceptionalCondition(
00000038`bf5fede0 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000038`bf5fee30 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000038`bf5fee80 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000038`bf5ff7a0 00007ff7`1247e7e8     postgres!PostmasterMain(
00000038`bf5ff940 00007ff7`12a7a4a9     postgres!main(
00000038`bf5ff980 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000038`bf5ff9d0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000038`bf5ffa40 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000038`bf9ff918 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000038`bf9ff920 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000038`bf9ffc10 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000038`bf9ffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000038`bfdffc28 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000038`bfdffc30 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000038`bfdfff20 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000038`bfdfff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000038`c05ffa88 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000038`c05ffa90 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000038`c05ffd80 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000038`c05ffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000db`613ffad8 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
000000db`613ffae0 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
000000db`613ffb50 00007ffd`e3e34cb0     postgres!pg_signal_thread(
000000db`613ffc50 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000db`613ffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000db`603fee50 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000db`603fee90 00007ff7`125cb50c     postgres!ExceptionalCondition(
000000db`603feed0 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000db`603fef20 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000db`603fef70 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000db`603ff890 00007ff7`1247e7e8     postgres!PostmasterMain(
000000db`603ffa30 00007ff7`12a7a4a9     postgres!main(
000000db`603ffa70 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000db`603ffac0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000db`603ffb30 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000db`607ff858 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000db`607ff860 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000db`607ffb50 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000db`607ffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000db`60bff818 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000db`60bff820 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000db`60bffb10 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000db`60bffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000db`60fff458 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000db`60fff460 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000db`60fff750 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000db`60fff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000db`617ff9f8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000db`617ffa00 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000db`617ffcf0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000db`617ffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000094`e9fff9c8 00007ff7`125c44c7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000094`e9fff9d0 00007ff7`1247e754     postgres!SubPostmasterMain(
00000094`e9fffa40 00007ff7`12a7a4a9     postgres!main(
00000094`e9fffa80 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000094`e9fffad0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000094`e9fffb40 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000094`e9fffb70 00007ffd`e3e34cb0     postgres!mainCRTStartup(
00000094`e9fffba0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000094`e9fffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000094`ea7ff7d8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000094`ea7ff7e0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000094`ea7ffad0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000094`ea7ffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000094`ea3ff6f8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000094`ea3ff700 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000094`ea3ff9f0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000094`ea3ffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dc`589ff918 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
000000dc`589ff920 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
000000dc`589ff990 00007ffd`e3e34cb0     postgres!pg_signal_thread(
000000dc`589ffa90 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000dc`589ffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dc`591ff958 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dc`591ff960 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000dc`591ffc50 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000dc`591ffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dc`581febe0 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000dc`581fec20 00007ff7`125cb50c     postgres!ExceptionalCondition(
000000dc`581fec60 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000dc`581fecb0 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000dc`581fed00 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000dc`581ff620 00007ff7`1247e7e8     postgres!PostmasterMain(
000000dc`581ff7c0 00007ff7`12a7a4a9     postgres!main(
000000dc`581ff800 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000dc`581ff850 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000dc`581ff8c0 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000dc`585ff588 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dc`585ff590 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000dc`585ff880 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000dc`585ff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dc`58dff8c8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dc`58dff8d0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000dc`58dffbc0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000dc`58dffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006a`247ff878 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006a`247ff880 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000006a`247ffb70 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006a`247ffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006a`24fffa38 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006a`24fffa40 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000006a`24fffd30 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006a`24fffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006a`23ffea20 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000006a`23ffea60 00007ff7`125cb50c     postgres!ExceptionalCondition(
0000006a`23ffeaa0 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000006a`23ffeaf0 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000006a`23ffeb40 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000006a`23fff460 00007ff7`1247e7e8     postgres!PostmasterMain(
0000006a`23fff600 00007ff7`12a7a4a9     postgres!main(
0000006a`23fff640 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000006a`23fff690 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000006a`23fff700 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000006a`243ffbe8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006a`243ffbf0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000006a`243ffee0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006a`243fff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006a`24bff918 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
0000006a`24bff920 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
0000006a`24bff990 00007ffd`e3e34cb0     postgres!pg_signal_thread(
0000006a`24bffa90 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006a`24bffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009c`373ff7c8 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
0000009c`373ff7d0 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
0000009c`373ff840 00007ffd`e3e34cb0     postgres!pg_signal_thread(
0000009c`373ff940 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009c`373ff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009c`36bffbd8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009c`36bffbe0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000009c`36bffed0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009c`36bfff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009c`36fffb98 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009c`36fffba0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000009c`36fffe90 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009c`36fffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009c`377ff5e8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009c`377ff5f0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000009c`377ff8e0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009c`377ff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009c`363febe0 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000009c`363fec20 00007ff7`125cb50c     postgres!ExceptionalCondition(
0000009c`363fec60 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000009c`363fecb0 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000009c`363fed00 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000009c`363ff620 00007ff7`1247e7e8     postgres!PostmasterMain(
0000009c`363ff7c0 00007ff7`12a7a4a9     postgres!main(
0000009c`363ff800 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000009c`363ff850 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000009c`363ff8c0 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000009c`367ffad8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009c`367ffae0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000009c`367ffdd0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009c`367ffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000be`5c5ffa58 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000be`5c5ffa60 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000be`5c5ffd50 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000be`5c5ffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000be`5c1ffa98 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
000000be`5c1ffaa0 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
000000be`5c1ffb10 00007ffd`e3e34cb0     postgres!pg_signal_thread(
000000be`5c1ffc10 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000be`5c1ffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000be`5b1ff190 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000be`5b1ff1d0 00007ff7`125cb50c     postgres!ExceptionalCondition(
000000be`5b1ff210 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000be`5b1ff260 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000be`5b1ff2b0 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000be`5b1ffbd0 00007ff7`1247e7e8     postgres!PostmasterMain(
000000be`5b1ffd70 00007ff7`12a7a4a9     postgres!main(
000000be`5b1ffdb0 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000be`5b1ffe00 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000be`5b1ffe70 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000e5`b93ff728 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e5`b93ff730 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000e5`b93ffa20 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e5`b93ffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e5`b8fff6e8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e5`b8fff6f0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000e5`b8fff9e0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e5`b8fffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e5`b83fee20 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e5`b83fee60 00007ff7`125cb50c     postgres!ExceptionalCondition(
000000e5`b83feea0 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000e5`b83feef0 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000e5`b83fef40 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000e5`b83ff860 00007ff7`1247e7e8     postgres!PostmasterMain(
000000e5`b83ffa00 00007ff7`12a7a4a9     postgres!main(
000000e5`b83ffa40 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e5`b83ffa90 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e5`b83ffb00 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000e5`b87ff818 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e5`b87ff820 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000e5`b87ffb10 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e5`b87ffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e5`b8bff818 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
000000e5`b8bff820 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
000000e5`b8bff890 00007ffd`e3e34cb0     postgres!pg_signal_thread(
000000e5`b8bff990 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e5`b8bff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`017ff9e8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000001`017ff9f0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000001`017ffce0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000001`017ffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`007feaf0 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000001`007feb30 00007ff7`125cb50c     postgres!ExceptionalCondition(
00000001`007feb70 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000001`007febc0 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000001`007fec10 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000001`007ff530 00007ff7`1247e7e8     postgres!PostmasterMain(
00000001`007ff6d0 00007ff7`12a7a4a9     postgres!main(
00000001`007ff710 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000001`007ff760 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000001`007ff7d0 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000001`00bffb28 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000001`00bffb30 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000001`00bffe20 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000001`00bffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`00fff708 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000001`00fff710 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000001`00fffa00 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000001`00fffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`013ff848 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
00000001`013ff850 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
00000001`013ff8c0 00007ffd`e3e34cb0     postgres!pg_signal_thread(
00000001`013ff9c0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000001`013ff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000016`b0dff5d8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000016`b0dff5e0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000016`b0dff8d0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000016`b0dff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000016`b01fef20 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000016`b01fef60 00007ff7`125cb50c     postgres!ExceptionalCondition(
00000016`b01fefa0 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000016`b01feff0 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000016`b01ff040 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000016`b01ff960 00007ff7`1247e7e8     postgres!PostmasterMain(
00000016`b01ffb00 00007ff7`12a7a4a9     postgres!main(
00000016`b01ffb40 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000016`b01ffb90 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000016`b01ffc00 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000016`b05ffb28 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000016`b05ffb30 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000016`b05ffe20 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000016`b05ffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000016`b09ffd28 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
00000016`b09ffd30 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
00000016`b09ffda0 00007ffd`e3e34cb0     postgres!pg_signal_thread(
00000016`b09ffea0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000016`b09ffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000016`b11ff5b8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000016`b11ff5c0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000016`b11ff8b0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000016`b11ff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000077`f13ff748 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
00000077`f13ff750 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
00000077`f13ff7c0 00007ffd`e3e34cb0     postgres!pg_signal_thread(
00000077`f13ff8c0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000077`f13ff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000077`f07feae0 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000077`f07feb20 00007ff7`125cb50c     postgres!ExceptionalCondition(
00000077`f07feb60 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000077`f07febb0 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000077`f07fec00 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000077`f07ff520 00007ff7`1247e7e8     postgres!PostmasterMain(
00000077`f07ff6c0 00007ff7`12a7a4a9     postgres!main(
00000077`f07ff700 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000077`f07ff750 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000077`f07ff7c0 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000077`f0bff8f8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000077`f0bff900 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000077`f0bffbf0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000077`f0bffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000077`f0fff4a8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000077`f0fff4b0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000077`f0fff7a0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000077`f0fff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000077`f17ffba8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000077`f17ffbb0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000077`f17ffea0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000077`f17ffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000037`e2dffb68 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000037`e2dffb70 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000037`e2dffe60 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000037`e2dffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000037`e21ff000 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000037`e21ff040 00007ff7`125cb50c     postgres!ExceptionalCondition(
00000037`e21ff080 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000037`e21ff0d0 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000037`e21ff120 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000037`e21ffa40 00007ff7`1247e7e8     postgres!PostmasterMain(
00000037`e21ffbe0 00007ff7`12a7a4a9     postgres!main(
00000037`e21ffc20 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000037`e21ffc70 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000037`e21ffce0 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000037`e25ff538 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000037`e25ff540 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000037`e25ff830 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000037`e25ff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000037`e29ff6c8 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
00000037`e29ff6d0 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
00000037`e29ff740 00007ffd`e3e34cb0     postgres!pg_signal_thread(
00000037`e29ff840 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000037`e29ff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000037`e31ffb88 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000037`e31ffb90 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000037`e31ffe80 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000037`e31ffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cd`0e3ff688 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cd`0e3ff690 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000cd`0e3ff980 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cd`0e3ff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cd`0dfff918 00007ff7`125c44c7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000cd`0dfff920 00007ff7`1247e754     postgres!SubPostmasterMain(
000000cd`0dfff990 00007ff7`12a7a4a9     postgres!main(
000000cd`0dfff9d0 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000cd`0dfffa20 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000cd`0dfffa90 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000cd`0dfffac0 00007ffd`e3e34cb0     postgres!mainCRTStartup(
000000cd`0dfffaf0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cd`0dfffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cd`0e7ffaf8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cd`0e7ffb00 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000cd`0e7ffdf0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cd`0e7ffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c3`86bfed80 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c3`86bfedc0 00007ff7`125cb50c     postgres!ExceptionalCondition(
000000c3`86bfee00 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c3`86bfee50 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000c3`86bfeea0 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c3`86bff7c0 00007ff7`1247e7e8     postgres!PostmasterMain(
000000c3`86bff960 00007ff7`12a7a4a9     postgres!main(
000000c3`86bff9a0 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c3`86bff9f0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c3`86bffa60 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c3`86fff608 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c3`86fff610 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000c3`86fff900 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c3`86fff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c3`873ff608 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
000000c3`873ff610 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
000000c3`873ff680 00007ffd`e3e34cb0     postgres!pg_signal_thread(
000000c3`873ff780 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c3`873ff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c3`877ffa48 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c3`877ffa50 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000c3`877ffd40 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c3`877ffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c3`87bff478 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c3`87bff480 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000c3`87bff770 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c3`87bff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009c`aabff628 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009c`aabff630 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000009c`aabff920 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009c`aabff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009c`a9bfef40 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000009c`a9bfef80 00007ff7`125cb50c     postgres!ExceptionalCondition(
0000009c`a9bfefc0 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000009c`a9bff010 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000009c`a9bff060 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000009c`a9bff980 00007ff7`1247e7e8     postgres!PostmasterMain(
0000009c`a9bffb20 00007ff7`12a7a4a9     postgres!main(
0000009c`a9bffb60 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000009c`a9bffbb0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000009c`a9bffc20 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000009c`a9fff908 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009c`a9fff910 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000009c`a9fffc00 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009c`a9fffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009c`aa3ff718 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009c`aa3ff720 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000009c`aa3ffa10 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009c`aa3ffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009c`aa7ffb48 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
0000009c`aa7ffb50 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
0000009c`aa7ffbc0 00007ffd`e3e34cb0     postgres!pg_signal_thread(
0000009c`aa7ffcc0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009c`aa7ffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dc`e53ffad8 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
000000dc`e53ffae0 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
000000dc`e53ffb50 00007ffd`e3e34cb0     postgres!pg_signal_thread(
000000dc`e53ffc50 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000dc`e53ffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dc`e47feb00 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000dc`e47feb40 00007ff7`125cb50c     postgres!ExceptionalCondition(
000000dc`e47feb80 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000dc`e47febd0 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000dc`e47fec20 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000dc`e47ff540 00007ff7`1247e7e8     postgres!PostmasterMain(
000000dc`e47ff6e0 00007ff7`12a7a4a9     postgres!main(
000000dc`e47ff720 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000dc`e47ff770 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000dc`e47ff7e0 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000dc`e4bffc28 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dc`e4bffc30 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000dc`e4bfff20 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000dc`e4bfff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dc`e4fff508 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dc`e4fff510 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000dc`e4fff800 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000dc`e4fff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dc`e57ffa38 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dc`e57ffa40 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000dc`e57ffd30 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000dc`e57ffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009b`44fffbd8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009b`44fffbe0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000009b`44fffed0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009b`44ffff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009b`443feb40 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000009b`443feb80 00007ff7`125cb50c     postgres!ExceptionalCondition(
0000009b`443febc0 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000009b`443fec10 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000009b`443fec60 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000009b`443ff580 00007ff7`1247e7e8     postgres!PostmasterMain(
0000009b`443ff720 00007ff7`12a7a4a9     postgres!main(
0000009b`443ff760 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000009b`443ff7b0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000009b`443ff820 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000009b`447ff468 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009b`447ff470 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000009b`447ff760 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009b`447ff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009b`44bffdb8 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
0000009b`44bffdc0 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
0000009b`44bffe30 00007ffd`e3e34cb0     postgres!pg_signal_thread(
0000009b`44bfff30 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009b`44bfff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009b`453ff7c8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009b`453ff7d0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000009b`453ffac0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009b`453ffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e3`14bffa08 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
000000e3`14bffa10 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
000000e3`14bffa80 00007ffd`e3e34cb0     postgres!pg_signal_thread(
000000e3`14bffb80 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e3`14bffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e3`153ff8b8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e3`153ff8c0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000e3`153ffbb0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e3`153ffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e3`143fec10 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e3`143fec50 00007ff7`125cb50c     postgres!ExceptionalCondition(
000000e3`143fec90 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000e3`143fece0 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000e3`143fed30 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000e3`143ff650 00007ff7`1247e7e8     postgres!PostmasterMain(
000000e3`143ff7f0 00007ff7`12a7a4a9     postgres!main(
000000e3`143ff830 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e3`143ff880 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e3`143ff8f0 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000e3`147ff608 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e3`147ff610 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000e3`147ff900 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e3`147ff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e3`14fff938 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e3`14fff940 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000e3`14fffc30 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e3`14fffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005e`fadff9b8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005e`fadff9c0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000005e`fadffcb0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005e`fadffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005e`fa9feba0 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000005e`fa9febe0 00007ff7`125cb50c     postgres!ExceptionalCondition(
0000005e`fa9fec20 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000005e`fa9fec70 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000005e`fa9fecc0 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000005e`fa9ff5e0 00007ff7`1247e7e8     postgres!PostmasterMain(
0000005e`fa9ff780 00007ff7`12a7a4a9     postgres!main(
0000005e`fa9ff7c0 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000005e`fa9ff810 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000005e`fa9ff880 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000005e`fb1ffb48 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005e`fb1ffb50 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000005e`fb1ffe40 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005e`fb1ffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005e`fb5ffbe8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005e`fb5ffbf0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000005e`fb5ffee0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005e`fb5fff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005e`fb9ffa58 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
0000005e`fb9ffa60 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
0000005e`fb9ffad0 00007ffd`e3e34cb0     postgres!pg_signal_thread(
0000005e`fb9ffbd0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005e`fb9ffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005e`fbdff718 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005e`fbdff720 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000005e`fbdffa10 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005e`fbdffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000020`347ff478 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000020`347ff480 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000020`347ff770 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000020`347ff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000020`337fec00 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000020`337fec40 00007ff7`125cb50c     postgres!ExceptionalCondition(
00000020`337fec80 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000020`337fecd0 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000020`337fed20 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000020`337ff640 00007ff7`1247e7e8     postgres!PostmasterMain(
00000020`337ff7e0 00007ff7`12a7a4a9     postgres!main(
00000020`337ff820 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000020`337ff870 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000020`337ff8e0 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000020`33bff838 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000020`33bff840 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000020`33bffb30 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000020`33bffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000020`33fff4d8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000020`33fff4e0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000020`33fff7d0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000020`33fff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000020`343ffda8 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
00000020`343ffdb0 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
00000020`343ffe20 00007ffd`e3e34cb0     postgres!pg_signal_thread(
00000020`343fff20 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000020`343fff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a2`27bff678 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a2`27bff680 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000a2`27bff970 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a2`27bff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a2`26ffef80 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a2`26ffefc0 00007ff7`125cb50c     postgres!ExceptionalCondition(
000000a2`26fff000 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000a2`26fff050 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000a2`26fff0a0 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a2`26fff9c0 00007ff7`1247e7e8     postgres!PostmasterMain(
000000a2`26fffb60 00007ff7`12a7a4a9     postgres!main(
000000a2`26fffba0 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a2`26fffbf0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a2`26fffc60 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a2`273ff448 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a2`273ff450 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000a2`273ff740 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a2`273ff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a2`277ff8c8 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
000000a2`277ff8d0 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
000000a2`277ff940 00007ffd`e3e34cb0     postgres!pg_signal_thread(
000000a2`277ffa40 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a2`277ffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a2`27fff7c8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a2`27fff7d0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000a2`27fffac0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a2`27fffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000082`e41ffa28 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
00000082`e41ffa30 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
00000082`e41ffaa0 00007ffd`e3e34cb0     postgres!pg_signal_thread(
00000082`e41ffba0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000082`e41ffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000082`e31fef50 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000082`e31fef90 00007ff7`125cb50c     postgres!ExceptionalCondition(
00000082`e31fefd0 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000082`e31ff020 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000082`e31ff070 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000082`e31ff990 00007ff7`1247e7e8     postgres!PostmasterMain(
00000082`e31ffb30 00007ff7`12a7a4a9     postgres!main(
00000082`e31ffb70 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000082`e31ffbc0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000082`e31ffc30 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000082`e35ff678 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000082`e35ff680 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000082`e35ff970 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000082`e35ff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000082`e39ff7a8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000082`e39ff7b0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000082`e39ffaa0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000082`e39ffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000082`e3dff908 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000082`e3dff910 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000082`e3dffc00 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000082`e3dffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000082`e45ff928 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000082`e45ff930 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000082`e45ffc20 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000082`e45ffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009f`445ff568 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009f`445ff570 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000009f`445ff860 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009f`445ff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009f`439fefb0 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000009f`439feff0 00007ff7`125cb50c     postgres!ExceptionalCondition(
0000009f`439ff030 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000009f`439ff080 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000009f`439ff0d0 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000009f`439ff9f0 00007ff7`1247e7e8     postgres!PostmasterMain(
0000009f`439ffb90 00007ff7`12a7a4a9     postgres!main(
0000009f`439ffbd0 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000009f`439ffc20 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000009f`439ffc90 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000009f`43dff5b8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009f`43dff5c0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000009f`43dff8b0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009f`43dff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009f`441ffaf8 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
0000009f`441ffb00 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
0000009f`441ffb70 00007ffd`e3e34cb0     postgres!pg_signal_thread(
0000009f`441ffc70 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009f`441ffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009f`449ff7b8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009f`449ff7c0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000009f`449ffab0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009f`449ffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000065`b49ffb18 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000065`b49ffb20 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000065`b49ffe10 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000065`b49ffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000065`b45ff1e0 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000065`b45ff220 00007ff7`125cb50c     postgres!ExceptionalCondition(
00000065`b45ff260 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000065`b45ff2b0 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000065`b45ff300 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000065`b45ffc20 00007ff7`1247e7e8     postgres!PostmasterMain(
00000065`b45ffdc0 00007ff7`12a7a4a9     postgres!main(
00000065`b45ffe00 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000065`b45ffe50 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000065`b45ffec0 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000065`b4dff448 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000065`b4dff450 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000065`b4dff740 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000065`b4dff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000065`b51ff878 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
00000065`b51ff880 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
00000065`b51ff8f0 00007ffd`e3e34cb0     postgres!pg_signal_thread(
00000065`b51ff9f0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000065`b51ffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000065`b55ff958 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000065`b55ff960 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000065`b55ffc50 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000065`b55ffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009c`03dff598 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009c`03dff5a0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000009c`03dff890 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009c`03dff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009c`02dff000 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000009c`02dff040 00007ff7`125cb50c     postgres!ExceptionalCondition(
0000009c`02dff080 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000009c`02dff0d0 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000009c`02dff120 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000009c`02dffa40 00007ff7`1247e7e8     postgres!PostmasterMain(
0000009c`02dffbe0 00007ff7`12a7a4a9     postgres!main(
0000009c`02dffc20 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000009c`02dffc70 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000009c`02dffce0 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000009c`031ffbc8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009c`031ffbd0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000009c`031ffec0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009c`031ffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009c`035ff798 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
0000009c`035ff7a0 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
0000009c`035ff810 00007ffd`e3e34cb0     postgres!pg_signal_thread(
0000009c`035ff910 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009c`035ff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009c`039ff5f8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009c`039ff600 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000009c`039ff8f0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009c`039ff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000085`c87ffc98 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
00000085`c87ffca0 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
00000085`c87ffd10 00007ffd`e3e34cb0     postgres!pg_signal_thread(
00000085`c87ffe10 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000085`c87ffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000085`c7fff170 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000085`c7fff1b0 00007ff7`125cb50c     postgres!ExceptionalCondition(
00000085`c7fff1f0 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000085`c7fff240 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000085`c7fff290 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000085`c7fffbb0 00007ff7`1247e7e8     postgres!PostmasterMain(
00000085`c7fffd50 00007ff7`12a7a4a9     postgres!main(
00000085`c7fffd90 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000085`c7fffde0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000085`c7fffe50 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000085`c8fff4b8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000085`c8fff4c0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000085`c8fff7b0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000085`c8fff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000041`1c5ff748 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
00000041`1c5ff750 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
00000041`1c5ff7c0 00007ffd`e3e34cb0     postgres!pg_signal_thread(
00000041`1c5ff8c0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000041`1c5ff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000041`1b9fed60 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000041`1b9feda0 00007ff7`125cb50c     postgres!ExceptionalCondition(
00000041`1b9fede0 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000041`1b9fee30 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000041`1b9fee80 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000041`1b9ff7a0 00007ff7`1247e7e8     postgres!PostmasterMain(
00000041`1b9ff940 00007ff7`12a7a4a9     postgres!main(
00000041`1b9ff980 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000041`1b9ff9d0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000041`1b9ffa40 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000041`1bdffa48 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000041`1bdffa50 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000041`1bdffd40 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000041`1bdffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000041`1c1ff5f8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000041`1c1ff600 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000041`1c1ff8f0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000041`1c1ff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000041`1c9ff828 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000041`1c9ff830 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000041`1c9ffb20 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000041`1c9ffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000002`9d5ff6f8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000002`9d5ff700 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000002`9d5ff9f0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000002`9d5ffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000002`9d1ffc78 00007ff7`125c44c7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000002`9d1ffc80 00007ff7`1247e754     postgres!SubPostmasterMain(
00000002`9d1ffcf0 00007ff7`12a7a4a9     postgres!main(
00000002`9d1ffd30 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000002`9d1ffd80 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000002`9d1ffdf0 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000002`9d1ffe20 00007ffd`e3e34cb0     postgres!mainCRTStartup(
00000002`9d1ffe50 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000002`9d1ffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000002`9d9ff708 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000002`9d9ff710 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000002`9d9ffa00 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000002`9d9ffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ee`a37ff908 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ee`a37ff910 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000ee`a37ffc00 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ee`a37ffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ee`a43ff4a8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ee`a43ff4b0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000ee`a43ff7a0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ee`a43ff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ee`a3fffd78 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
000000ee`a3fffd80 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
000000ee`a3fffdf0 00007ffd`e3e34cb0     postgres!pg_signal_thread(
000000ee`a3fffef0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ee`a3ffff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ee`a33ff0b0 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ee`a33ff0f0 00007ff7`125cb50c     postgres!ExceptionalCondition(
000000ee`a33ff130 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ee`a33ff180 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000ee`a33ff1d0 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ee`a33ffaf0 00007ff7`1247e7e8     postgres!PostmasterMain(
000000ee`a33ffc90 00007ff7`12a7a4a9     postgres!main(
000000ee`a33ffcd0 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ee`a33ffd20 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ee`a33ffd90 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ee`a3bff768 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ee`a3bff770 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000ee`a3bffa60 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ee`a3bffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008a`743ffac8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008a`743ffad0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000008a`743ffdc0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008a`743ffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008a`74fff938 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008a`74fff940 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000008a`74fffc30 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008a`74fffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008a`74bff9d8 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
0000008a`74bff9e0 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
0000008a`74bffa50 00007ffd`e3e34cb0     postgres!pg_signal_thread(
0000008a`74bffb50 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008a`74bffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008a`747ffb18 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008a`747ffb20 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000008a`747ffe10 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008a`747ffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008a`73ffed90 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000008a`73ffedd0 00007ff7`125cb50c     postgres!ExceptionalCondition(
0000008a`73ffee10 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000008a`73ffee60 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000008a`73ffeeb0 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000008a`73fff7d0 00007ff7`1247e7e8     postgres!PostmasterMain(
0000008a`73fff970 00007ff7`12a7a4a9     postgres!main(
0000008a`73fff9b0 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000008a`73fffa00 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000008a`73fffa70 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000055`a6dff988 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000055`a6dff990 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000055`a6dffc80 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000055`a6dffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000055`a71ff688 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000055`a71ff690 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000055`a71ff980 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000055`a71ff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000055`a75ffd98 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
00000055`a75ffda0 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
00000055`a75ffe10 00007ffd`e3e34cb0     postgres!pg_signal_thread(
00000055`a75fff10 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000055`a75fff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000055`a79ff8e8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000055`a79ff8f0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000055`a79ffbe0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000055`a79ffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000055`a69ff040 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000055`a69ff080 00007ff7`125cb50c     postgres!ExceptionalCondition(
00000055`a69ff0c0 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000055`a69ff110 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000055`a69ff160 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000055`a69ffa80 00007ff7`1247e7e8     postgres!PostmasterMain(
00000055`a69ffc20 00007ff7`12a7a4a9     postgres!main(
00000055`a69ffc60 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000055`a69ffcb0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000055`a69ffd20 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000bb`dc9ffab8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bb`dc9ffac0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000bb`dc9ffdb0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bb`dc9ffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bb`db9feac0 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000bb`db9feb00 00007ff7`125cb50c     postgres!ExceptionalCondition(
000000bb`db9feb40 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000bb`db9feb90 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000bb`db9febe0 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000bb`db9ff500 00007ff7`1247e7e8     postgres!PostmasterMain(
000000bb`db9ff6a0 00007ff7`12a7a4a9     postgres!main(
000000bb`db9ff6e0 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000bb`db9ff730 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000bb`db9ff7a0 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000bb`dbdff758 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bb`dbdff760 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000bb`dbdffa50 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bb`dbdffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bb`dc5ff4f8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bb`dc5ff500 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000bb`dc5ff7f0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bb`dc5ff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bb`dc1ff998 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
000000bb`dc1ff9a0 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
000000bb`dc1ffa10 00007ffd`e3e34cb0     postgres!pg_signal_thread(
000000bb`dc1ffb10 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bb`dc1ffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d3`bf7ffae8 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
000000d3`bf7ffaf0 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
000000d3`bf7ffb60 00007ffd`e3e34cb0     postgres!pg_signal_thread(
000000d3`bf7ffc60 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d3`bf7ffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d3`be7fea50 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d3`be7fea90 00007ff7`125cb50c     postgres!ExceptionalCondition(
000000d3`be7fead0 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000d3`be7feb20 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000d3`be7feb70 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000d3`be7ff490 00007ff7`1247e7e8     postgres!PostmasterMain(
000000d3`be7ff630 00007ff7`12a7a4a9     postgres!main(
000000d3`be7ff670 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d3`be7ff6c0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d3`be7ff730 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000d3`bebff4a8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d3`bebff4b0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000d3`bebff7a0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d3`bebff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d3`befffaa8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d3`befffab0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000d3`befffda0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d3`befffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d3`bf3ff858 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d3`bf3ff860 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000d3`bf3ffb50 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d3`bf3ffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d3`bfbffa58 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d3`bfbffa60 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000d3`bfbffd50 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d3`bfbffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000054`d7fff588 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000054`d7fff590 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000054`d7fff880 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000054`d7fff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000054`d73ff090 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000054`d73ff0d0 00007ff7`125cb50c     postgres!ExceptionalCondition(
00000054`d73ff110 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000054`d73ff160 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000054`d73ff1b0 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000054`d73ffad0 00007ff7`1247e7e8     postgres!PostmasterMain(
00000054`d73ffc70 00007ff7`12a7a4a9     postgres!main(
00000054`d73ffcb0 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000054`d73ffd00 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000054`d73ffd70 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000054`d77ff758 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000054`d77ff760 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000054`d77ffa50 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000054`d77ffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000054`d7bffcd8 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
00000054`d7bffce0 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
00000054`d7bffd50 00007ffd`e3e34cb0     postgres!pg_signal_thread(
00000054`d7bffe50 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000054`d7bffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000054`d83ffa68 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000054`d83ffa70 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000054`d83ffd60 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000054`d83ffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008a`131ffbf8 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
0000008a`131ffc00 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
0000008a`131ffc70 00007ffd`e3e34cb0     postgres!pg_signal_thread(
0000008a`131ffd70 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008a`131ffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008a`121feb20 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000008a`121feb60 00007ff7`125cb50c     postgres!ExceptionalCondition(
0000008a`121feba0 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000008a`121febf0 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000008a`121fec40 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000008a`121ff560 00007ff7`1247e7e8     postgres!PostmasterMain(
0000008a`121ff700 00007ff7`12a7a4a9     postgres!main(
0000008a`121ff740 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000008a`121ff790 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000008a`121ff800 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000008a`125ff638 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008a`125ff640 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000008a`125ff930 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008a`125ff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008a`129ff538 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008a`129ff540 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000008a`129ff830 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008a`129ff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008a`12dff888 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008a`12dff890 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000008a`12dffb80 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008a`12dffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008a`135ff768 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008a`135ff770 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000008a`135ffa60 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008a`135ffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000039`addff498 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000039`addff4a0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000039`addff790 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000039`addff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000039`ae1ffa58 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000039`ae1ffa60 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000039`ae1ffd50 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000039`ae1ffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000039`ad1fec00 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000039`ad1fec40 00007ff7`125cb50c     postgres!ExceptionalCondition(
00000039`ad1fec80 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000039`ad1fecd0 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000039`ad1fed20 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000039`ad1ff640 00007ff7`1247e7e8     postgres!PostmasterMain(
00000039`ad1ff7e0 00007ff7`12a7a4a9     postgres!main(
00000039`ad1ff820 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000039`ad1ff870 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000039`ad1ff8e0 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000039`ad5ff908 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000039`ad5ff910 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000039`ad5ffc00 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000039`ad5ffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000039`ad9ff748 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
00000039`ad9ff750 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
00000039`ad9ff7c0 00007ffd`e3e34cb0     postgres!pg_signal_thread(
00000039`ad9ff8c0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000039`ad9ff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006f`c5dff518 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006f`c5dff520 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000006f`c5dff810 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006f`c5dff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006f`c59ffb38 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
0000006f`c59ffb40 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
0000006f`c59ffbb0 00007ffd`e3e34cb0     postgres!pg_signal_thread(
0000006f`c59ffcb0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006f`c59ffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006f`c51ffc38 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006f`c51ffc40 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000006f`c51fff30 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006f`c51fff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006f`c4dff5a8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006f`c4dff5b0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000006f`c4dff8a0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006f`c4dff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006f`c49febd0 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000006f`c49fec10 00007ff7`125cb50c     postgres!ExceptionalCondition(
0000006f`c49fec50 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000006f`c49feca0 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000006f`c49fecf0 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000006f`c49ff610 00007ff7`1247e7e8     postgres!PostmasterMain(
0000006f`c49ff7b0 00007ff7`12a7a4a9     postgres!main(
0000006f`c49ff7f0 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000006f`c49ff840 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000006f`c49ff8b0 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000006f`c55ff8a8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006f`c55ff8b0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000006f`c55ffba0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006f`c55ffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000099`7bdffac8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000099`7bdffad0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000099`7bdffdc0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000099`7bdffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000099`7adfedd0 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000099`7adfee10 00007ff7`125cb50c     postgres!ExceptionalCondition(
00000099`7adfee50 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000099`7adfeea0 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000099`7adfeef0 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000099`7adff810 00007ff7`1247e7e8     postgres!PostmasterMain(
00000099`7adff9b0 00007ff7`12a7a4a9     postgres!main(
00000099`7adff9f0 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000099`7adffa40 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000099`7adffab0 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000099`7b5ff848 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
00000099`7b5ff850 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
00000099`7b5ff8c0 00007ffd`e3e34cb0     postgres!pg_signal_thread(
00000099`7b5ff9c0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000099`7b5ff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000099`7b1ff7f8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000099`7b1ff800 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000099`7b1ffaf0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000099`7b1ffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000043`6f1ff948 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
00000043`6f1ff950 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
00000043`6f1ff9c0 00007ffd`e3e34cb0     postgres!pg_signal_thread(
00000043`6f1ffac0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000043`6f1ffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000043`6e5fedc0 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000043`6e5fee00 00007ff7`125cb50c     postgres!ExceptionalCondition(
00000043`6e5fee40 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000043`6e5fee90 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000043`6e5feee0 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000043`6e5ff800 00007ff7`1247e7e8     postgres!PostmasterMain(
00000043`6e5ff9a0 00007ff7`12a7a4a9     postgres!main(
00000043`6e5ff9e0 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000043`6e5ffa30 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000043`6e5ffaa0 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000043`6e9ffaf8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000043`6e9ffb00 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000043`6e9ffdf0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000043`6e9ffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000043`6edff938 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000043`6edff940 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000043`6edffc30 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000043`6edffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000043`6f5ff518 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000043`6f5ff520 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000043`6f5ff810 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000043`6f5ff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d2`35bff688 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d2`35bff690 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000d2`35bff980 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d2`35bff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d2`34bfeaa0 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d2`34bfeae0 00007ff7`125cb50c     postgres!ExceptionalCondition(
000000d2`34bfeb20 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000d2`34bfeb70 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000d2`34bfebc0 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000d2`34bff4e0 00007ff7`1247e7e8     postgres!PostmasterMain(
000000d2`34bff680 00007ff7`12a7a4a9     postgres!main(
000000d2`34bff6c0 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d2`34bff710 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d2`34bff780 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000d2`34fff818 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d2`34fff820 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000d2`34fffb10 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d2`34fffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d2`353ff8f8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d2`353ff900 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000d2`353ffbf0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d2`353ffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d2`357ff848 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
000000d2`357ff850 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
000000d2`357ff8c0 00007ffd`e3e34cb0     postgres!pg_signal_thread(
000000d2`357ff9c0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d2`357ff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fb`925ffb48 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fb`925ffb50 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000fb`925ffe40 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fb`925ffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fb`931ffb38 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fb`931ffb40 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000fb`931ffe30 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fb`931ffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fb`92dff588 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fb`92dff590 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000fb`92dff880 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fb`92dff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fb`929ffa88 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
000000fb`929ffa90 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
000000fb`929ffb00 00007ffd`e3e34cb0     postgres!pg_signal_thread(
000000fb`929ffc00 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fb`929ffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fb`921fea00 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000fb`921fea40 00007ff7`125cb50c     postgres!ExceptionalCondition(
000000fb`921fea80 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000fb`921fead0 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000fb`921feb20 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000fb`921ff440 00007ff7`1247e7e8     postgres!PostmasterMain(
000000fb`921ff5e0 00007ff7`12a7a4a9     postgres!main(
000000fb`921ff620 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000fb`921ff670 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000fb`921ff6e0 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a1`ee3ffa18 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a1`ee3ffa20 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000a1`ee3ffd10 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a1`ee3ffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a1`ed7ff608 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a1`ed7ff610 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000a1`ed7ff900 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a1`ed7ff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a1`edbffb78 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a1`edbffb80 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000a1`edbffe70 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a1`edbffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a1`ecffeaf0 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a1`ecffeb30 00007ff7`125cb50c     postgres!ExceptionalCondition(
000000a1`ecffeb70 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000a1`ecffebc0 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000a1`ecffec10 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a1`ecfff530 00007ff7`1247e7e8     postgres!PostmasterMain(
000000a1`ecfff6d0 00007ff7`12a7a4a9     postgres!main(
000000a1`ecfff710 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a1`ecfff760 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a1`ecfff7d0 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a1`ed3ff7a8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a1`ed3ff7b0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000a1`ed3ffaa0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a1`ed3ffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a1`edfffae8 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
000000a1`edfffaf0 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
000000a1`edfffb60 00007ffd`e3e34cb0     postgres!pg_signal_thread(
000000a1`edfffc60 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a1`edfffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000015`db9ff548 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000015`db9ff550 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000015`db9ff840 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000015`db9ff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000015`dbdff958 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000015`dbdff960 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000015`dbdffc50 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000015`dbdffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000015`db5ffba8 00007ff7`125c44c7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000015`db5ffbb0 00007ff7`1247e754     postgres!SubPostmasterMain(
00000015`db5ffc20 00007ff7`12a7a4a9     postgres!main(
00000015`db5ffc60 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000015`db5ffcb0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000015`db5ffd20 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000015`db5ffd50 00007ffd`e3e34cb0     postgres!mainCRTStartup(
00000015`db5ffd80 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000015`db5ffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000079`021ff558 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000079`021ff560 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000079`021ff850 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000079`021ff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000079`025ff6c8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000079`025ff6d0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000079`025ff9c0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000079`025ff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000079`029ffd98 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
00000079`029ffda0 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
00000079`029ffe10 00007ffd`e3e34cb0     postgres!pg_signal_thread(
00000079`029fff10 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000079`029fff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000079`02dff628 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000079`02dff630 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000079`02dff920 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000079`02dff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000079`01dfea10 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000079`01dfea50 00007ff7`125cb50c     postgres!ExceptionalCondition(
00000079`01dfea90 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000079`01dfeae0 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000079`01dfeb30 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000079`01dff450 00007ff7`1247e7e8     postgres!PostmasterMain(
00000079`01dff5f0 00007ff7`12a7a4a9     postgres!main(
00000079`01dff630 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000079`01dff680 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000079`01dff6f0 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000001b`a2dff828 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001b`a2dff830 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000001b`a2dffb20 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001b`a2dffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001b`a31ff918 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001b`a31ff920 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000001b`a31ffc10 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001b`a31ffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001b`a35ff978 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
0000001b`a35ff980 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
0000001b`a35ff9f0 00007ffd`e3e34cb0     postgres!pg_signal_thread(
0000001b`a35ffaf0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001b`a35ffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001b`a39ff518 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001b`a39ff520 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000001b`a39ff810 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001b`a39ff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001b`a29fef00 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000001b`a29fef40 00007ff7`125cb50c     postgres!ExceptionalCondition(
0000001b`a29fef80 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000001b`a29fefd0 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000001b`a29ff020 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000001b`a29ff940 00007ff7`1247e7e8     postgres!PostmasterMain(
0000001b`a29ffae0 00007ff7`12a7a4a9     postgres!main(
0000001b`a29ffb20 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000001b`a29ffb70 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000001b`a29ffbe0 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000021`847ff918 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000021`847ff920 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000021`847ffc10 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000021`847ffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000021`84bff6f8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000021`84bff700 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000021`84bff9f0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000021`84bffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000021`84fff838 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000021`84fff840 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000021`84fffb30 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000021`84fffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000021`853ff968 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
00000021`853ff970 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
00000021`853ff9e0 00007ffd`e3e34cb0     postgres!pg_signal_thread(
00000021`853ffae0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000021`853ffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000021`857ffb38 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000021`857ffb40 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000021`857ffe30 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000021`857ffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000021`843fefe0 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000021`843ff020 00007ff7`125cb50c     postgres!ExceptionalCondition(
00000021`843ff060 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000021`843ff0b0 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000021`843ff100 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000021`843ffa20 00007ff7`1247e7e8     postgres!PostmasterMain(
00000021`843ffbc0 00007ff7`12a7a4a9     postgres!main(
00000021`843ffc00 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000021`843ffc50 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000021`843ffcc0 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000009d`bd1ffba8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009d`bd1ffbb0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000009d`bd1ffea0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009d`bd1ffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009d`bd5ff658 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009d`bd5ff660 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000009d`bd5ff950 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009d`bd5ff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009d`bd9ff738 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
0000009d`bd9ff740 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
0000009d`bd9ff7b0 00007ffd`e3e34cb0     postgres!pg_signal_thread(
0000009d`bd9ff8b0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009d`bd9ff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009d`bddff6b8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009d`bddff6c0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000009d`bddff9b0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009d`bddff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009d`bcdfea50 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000009d`bcdfea90 00007ff7`125cb50c     postgres!ExceptionalCondition(
0000009d`bcdfead0 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000009d`bcdfeb20 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000009d`bcdfeb70 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000009d`bcdff490 00007ff7`1247e7e8     postgres!PostmasterMain(
0000009d`bcdff630 00007ff7`12a7a4a9     postgres!main(
0000009d`bcdff670 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000009d`bcdff6c0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000009d`bcdff730 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000047`621fedb0 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000047`621fedf0 00007ff7`125cb50c     postgres!ExceptionalCondition(
00000047`621fee30 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000047`621fee80 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000047`621feed0 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000047`621ff7f0 00007ff7`1247e7e8     postgres!PostmasterMain(
00000047`621ff990 00007ff7`12a7a4a9     postgres!main(
00000047`621ff9d0 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000047`621ffa20 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000047`621ffa90 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000047`625ffbf8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000047`625ffc00 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000047`625ffef0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000047`625fff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000047`629ff948 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000047`629ff950 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000047`629ffc40 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000047`629ffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000047`62dffb08 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
00000047`62dffb10 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
00000047`62dffb80 00007ffd`e3e34cb0     postgres!pg_signal_thread(
00000047`62dffc80 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000047`62dffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000047`631ff778 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000047`631ff780 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000047`631ffa70 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000047`631ffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d8`b3ffee20 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d8`b3ffee60 00007ff7`125cb50c     postgres!ExceptionalCondition(
000000d8`b3ffeea0 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000d8`b3ffeef0 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000d8`b3ffef40 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000d8`b3fff860 00007ff7`1247e7e8     postgres!PostmasterMain(
000000d8`b3fffa00 00007ff7`12a7a4a9     postgres!main(
000000d8`b3fffa40 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d8`b3fffa90 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d8`b3fffb00 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000d8`b43ff7e8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d8`b43ff7f0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000d8`b43ffae0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d8`b43ffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d8`b47ff9a8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d8`b47ff9b0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000d8`b47ffca0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d8`b47ffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d8`b4bff4c8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d8`b4bff4d0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000d8`b4bff7c0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d8`b4bff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d8`b4fffd98 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
000000d8`b4fffda0 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
000000d8`b4fffe10 00007ffd`e3e34cb0     postgres!pg_signal_thread(
000000d8`b4ffff10 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d8`b4ffff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d8`b53ff658 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d8`b53ff660 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000d8`b53ff950 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d8`b53ff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ac`00dff5e8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ac`00dff5f0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000ac`00dff8e0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ac`00dff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ac`019ffb18 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ac`019ffb20 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000ac`019ffe10 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ac`019ffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ac`015ffad8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ac`015ffae0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000ac`015ffdd0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ac`015ffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ac`011ff9d8 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
000000ac`011ff9e0 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
000000ac`011ffa50 00007ffd`e3e34cb0     postgres!pg_signal_thread(
000000ac`011ffb50 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ac`011ffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ac`009fedd0 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ac`009fee10 00007ff7`125cb50c     postgres!ExceptionalCondition(
000000ac`009fee50 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ac`009feea0 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000ac`009feef0 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ac`009ff810 00007ff7`1247e7e8     postgres!PostmasterMain(
000000ac`009ff9b0 00007ff7`12a7a4a9     postgres!main(
000000ac`009ff9f0 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ac`009ffa40 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ac`009ffab0 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000002c`8bdff858 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002c`8bdff860 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000002c`8bdffb50 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002c`8bdffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002c`8c1ff968 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002c`8c1ff970 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000002c`8c1ffc60 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002c`8c1ffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002c`8c5ff8c8 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
0000002c`8c5ff8d0 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
0000002c`8c5ff940 00007ffd`e3e34cb0     postgres!pg_signal_thread(
0000002c`8c5ffa40 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002c`8c5ffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002c`8c9ff938 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002c`8c9ff940 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000002c`8c9ffc30 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002c`8c9ffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002c`8b5ff110 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000002c`8b5ff150 00007ff7`125cb50c     postgres!ExceptionalCondition(
0000002c`8b5ff190 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000002c`8b5ff1e0 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000002c`8b5ff230 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000002c`8b5ffb50 00007ff7`1247e7e8     postgres!PostmasterMain(
0000002c`8b5ffcf0 00007ff7`12a7a4a9     postgres!main(
0000002c`8b5ffd30 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000002c`8b5ffd80 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000002c`8b5ffdf0 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000002c`8b9ffaa8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002c`8b9ffab0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000002c`8b9ffda0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002c`8b9ffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e5`1e3ff448 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e5`1e3ff450 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000e5`1e3ff740 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e5`1e3ff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e5`1e7ff638 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e5`1e7ff640 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000e5`1e7ff930 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e5`1e7ff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e5`1dfffad8 00007ff7`125c44c7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000e5`1dfffae0 00007ff7`1247e754     postgres!SubPostmasterMain(
000000e5`1dfffb50 00007ff7`12a7a4a9     postgres!main(
000000e5`1dfffb90 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e5`1dfffbe0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e5`1dfffc50 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000e5`1dfffc80 00007ffd`e3e34cb0     postgres!mainCRTStartup(
000000e5`1dfffcb0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e5`1dfffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000019`883ff5a8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000019`883ff5b0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000019`883ff8a0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000019`883ff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000019`87fffb38 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000019`87fffb40 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000019`87fffe30 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000019`87fffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000019`87bfec00 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000019`87bfec40 00007ff7`125cb50c     postgres!ExceptionalCondition(
00000019`87bfec80 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000019`87bfecd0 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000019`87bfed20 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000019`87bff640 00007ff7`1247e7e8     postgres!PostmasterMain(
00000019`87bff7e0 00007ff7`12a7a4a9     postgres!main(
00000019`87bff820 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000019`87bff870 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000019`87bff8e0 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000019`88bff7a8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000019`88bff7b0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000019`88bffaa0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000019`88bffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000019`887ff798 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
00000019`887ff7a0 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
00000019`887ff810 00007ffd`e3e34cb0     postgres!pg_signal_thread(
00000019`887ff910 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000019`887ff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000015`e43ffb08 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000015`e43ffb10 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000015`e43ffe00 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000015`e43ffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000015`e33fee70 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000015`e33feeb0 00007ff7`125cb50c     postgres!ExceptionalCondition(
00000015`e33feef0 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000015`e33fef40 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000015`e33fef90 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000015`e33ff8b0 00007ff7`1247e7e8     postgres!PostmasterMain(
00000015`e33ffa50 00007ff7`12a7a4a9     postgres!main(
00000015`e33ffa90 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000015`e33ffae0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000015`e33ffb50 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000015`e3bff638 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000015`e3bff640 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000015`e3bff930 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000015`e3bff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000015`e3fff648 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
00000015`e3fff650 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
00000015`e3fff6c0 00007ffd`e3e34cb0     postgres!pg_signal_thread(
00000015`e3fff7c0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000015`e3fff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000015`e37ff988 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000015`e37ff990 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000015`e37ffc80 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000015`e37ffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000034`36bff8e8 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
00000034`36bff8f0 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
00000034`36bff960 00007ffd`e3e34cb0     postgres!pg_signal_thread(
00000034`36bffa60 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000034`36bffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000034`373ffb78 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000034`373ffb80 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000034`373ffe70 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000034`373ffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000034`36fff5f8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000034`36fff600 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000034`36fff8f0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000034`36fff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000034`367ff808 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000034`367ff810 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000034`367ffb00 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000034`367ffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000034`363fea60 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000034`363feaa0 00007ff7`125cb50c     postgres!ExceptionalCondition(
00000034`363feae0 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000034`363feb30 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000034`363feb80 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000034`363ff4a0 00007ff7`1247e7e8     postgres!PostmasterMain(
00000034`363ff640 00007ff7`12a7a4a9     postgres!main(
00000034`363ff680 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000034`363ff6d0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000034`363ff740 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000001b`d41fecc0 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000001b`d41fed00 00007ff7`125cb50c     postgres!ExceptionalCondition(
0000001b`d41fed40 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000001b`d41fed90 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000001b`d41fede0 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000001b`d41ff700 00007ff7`1247e7e8     postgres!PostmasterMain(
0000001b`d41ff8a0 00007ff7`12a7a4a9     postgres!main(
0000001b`d41ff8e0 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000001b`d41ff930 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000001b`d41ff9a0 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000001b`d51ff718 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001b`d51ff720 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000001b`d51ffa10 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001b`d51ffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001b`d4dff728 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001b`d4dff730 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000001b`d4dffa20 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001b`d4dffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001b`d49ffbe8 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
0000001b`d49ffbf0 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
0000001b`d49ffc60 00007ffd`e3e34cb0     postgres!pg_signal_thread(
0000001b`d49ffd60 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001b`d49ffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001b`d45ffb28 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001b`d45ffb30 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000001b`d45ffe20 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001b`d45ffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cb`db3fed00 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000cb`db3fed40 00007ff7`125cb50c     postgres!ExceptionalCondition(
000000cb`db3fed80 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000cb`db3fedd0 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000cb`db3fee20 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000cb`db3ff740 00007ff7`1247e7e8     postgres!PostmasterMain(
000000cb`db3ff8e0 00007ff7`12a7a4a9     postgres!main(
000000cb`db3ff920 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000cb`db3ff970 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000cb`db3ff9e0 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000cb`dc3ffab8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cb`dc3ffac0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000cb`dc3ffdb0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cb`dc3ffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cb`dbfffaa8 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
000000cb`dbfffab0 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
000000cb`dbfffb20 00007ffd`e3e34cb0     postgres!pg_signal_thread(
000000cb`dbfffc20 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cb`dbfffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cb`dbbff7c8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cb`dbbff7d0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000cb`dbbffac0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cb`dbbffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cb`db7ffac8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cb`db7ffad0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000cb`db7ffdc0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cb`db7ffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ca`f7bff578 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ca`f7bff580 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000ca`f7bff870 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ca`f7bff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ca`f83ff4f8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ca`f83ff500 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000ca`f83ff7f0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ca`f83ff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ca`f7fff5c8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ca`f7fff5d0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000ca`f7fff8c0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ca`f7fff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ca`f77ff180 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ca`f77ff1c0 00007ff7`125cb50c     postgres!ExceptionalCondition(
000000ca`f77ff200 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ca`f77ff250 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000ca`f77ff2a0 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ca`f77ffbc0 00007ff7`1247e7e8     postgres!PostmasterMain(
000000ca`f77ffd60 00007ff7`12a7a4a9     postgres!main(
000000ca`f77ffda0 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ca`f77ffdf0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ca`f77ffe60 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ca`f8bffb18 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ca`f8bffb20 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000ca`f8bffe10 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ca`f8bffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ca`f87ff8d8 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
000000ca`f87ff8e0 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
000000ca`f87ff950 00007ffd`e3e34cb0     postgres!pg_signal_thread(
000000ca`f87ffa50 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ca`f87ffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003c`71fffbe8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003c`71fffbf0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000003c`71fffee0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003c`71ffff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003c`717ffca8 00007ff7`125c44c7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
0000003c`717ffcb0 00007ff7`1247e754     postgres!SubPostmasterMain(
0000003c`717ffd20 00007ff7`12a7a4a9     postgres!main(
0000003c`717ffd60 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000003c`717ffdb0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000003c`717ffe20 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
0000003c`717ffe50 00007ffd`e3e34cb0     postgres!mainCRTStartup(
0000003c`717ffe80 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003c`717ffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003c`71bffa08 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003c`71bffa10 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000003c`71bffd00 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003c`71bffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000084`b9bff718 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
00000084`b9bff720 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
00000084`b9bff790 00007ffd`e3e34cb0     postgres!pg_signal_thread(
00000084`b9bff890 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000084`b9bff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000084`b9fff668 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000084`b9fff670 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000084`b9fff960 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000084`b9fff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000084`b97ff568 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000084`b97ff570 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000084`b97ff860 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000084`b97ff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000084`b93ffa98 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000084`b93ffaa0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000084`b93ffd90 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000084`b93ffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000084`b8ffef00 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000084`b8ffef40 00007ff7`125cb50c     postgres!ExceptionalCondition(
00000084`b8ffef80 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000084`b8ffefd0 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000084`b8fff020 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000084`b8fff940 00007ff7`1247e7e8     postgres!PostmasterMain(
00000084`b8fffae0 00007ff7`12a7a4a9     postgres!main(
00000084`b8fffb20 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000084`b8fffb70 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000084`b8fffbe0 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000b7`e2bfeed0 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b7`e2bfef10 00007ff7`125cb50c     postgres!ExceptionalCondition(
000000b7`e2bfef50 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000b7`e2bfefa0 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000b7`e2bfeff0 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000b7`e2bff910 00007ff7`1247e7e8     postgres!PostmasterMain(
000000b7`e2bffab0 00007ff7`12a7a4a9     postgres!main(
000000b7`e2bffaf0 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b7`e2bffb40 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000b7`e2bffbb0 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000b7`e2fff518 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b7`e2fff520 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000b7`e2fff810 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b7`e2fff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b7`e33ff9b8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b7`e33ff9c0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000b7`e33ffcb0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b7`e33ffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b7`e37ff5d8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b7`e37ff5e0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000b7`e37ff8d0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b7`e37ff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b7`e3bffd58 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
000000b7`e3bffd60 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
000000b7`e3bffdd0 00007ffd`e3e34cb0     postgres!pg_signal_thread(
000000b7`e3bffed0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b7`e3bfff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b7`e3fffab8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b7`e3fffac0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000b7`e3fffdb0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b7`e3fffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000041`207ffbb8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000041`207ffbc0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000041`207ffeb0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000041`207ffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000041`1fbfed70 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000041`1fbfedb0 00007ff7`125cb50c     postgres!ExceptionalCondition(
00000041`1fbfedf0 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000041`1fbfee40 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000041`1fbfee90 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000041`1fbff7b0 00007ff7`1247e7e8     postgres!PostmasterMain(
00000041`1fbff950 00007ff7`12a7a4a9     postgres!main(
00000041`1fbff990 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000041`1fbff9e0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000041`1fbffa50 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000041`1ffff488 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000041`1ffff490 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000041`1ffff780 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000041`1ffff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000041`20bffba8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000041`20bffbb0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000041`20bffea0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000041`20bffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000041`203ff6d8 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
00000041`203ff6e0 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
00000041`203ff750 00007ffd`e3e34cb0     postgres!pg_signal_thread(
00000041`203ff850 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000041`203ff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`a81fed90 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000cf`a81fedd0 00007ff7`125cb50c     postgres!ExceptionalCondition(
000000cf`a81fee10 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000cf`a81fee60 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000cf`a81feeb0 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000cf`a81ff7d0 00007ff7`1247e7e8     postgres!PostmasterMain(
000000cf`a81ff970 00007ff7`12a7a4a9     postgres!main(
000000cf`a81ff9b0 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000cf`a81ffa00 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000cf`a81ffa70 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000cf`a85ff5f8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cf`a85ff600 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000cf`a85ff8f0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`a85ff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`a89ff718 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cf`a89ff720 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000cf`a89ffa10 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`a89ffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`a8dff858 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cf`a8dff860 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000cf`a8dffb50 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`a8dffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`a91ff858 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
000000cf`a91ff860 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
000000cf`a91ff8d0 00007ffd`e3e34cb0     postgres!pg_signal_thread(
000000cf`a91ff9d0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`a91ffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`a95ffbb8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cf`a95ffbc0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000cf`a95ffeb0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`a95ffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b0`4b7ff110 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b0`4b7ff150 00007ff7`125cb50c     postgres!ExceptionalCondition(
000000b0`4b7ff190 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000b0`4b7ff1e0 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000b0`4b7ff230 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000b0`4b7ffb50 00007ff7`1247e7e8     postgres!PostmasterMain(
000000b0`4b7ffcf0 00007ff7`12a7a4a9     postgres!main(
000000b0`4b7ffd30 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b0`4b7ffd80 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000b0`4b7ffdf0 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000b0`4bbff948 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b0`4bbff950 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000b0`4bbffc40 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b0`4bbffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b0`4bfffc38 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
000000b0`4bfffc40 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
000000b0`4bfffcb0 00007ffd`e3e34cb0     postgres!pg_signal_thread(
000000b0`4bfffdb0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b0`4bfffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b0`4c3ffb98 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b0`4c3ffba0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000b0`4c3ffe90 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b0`4c3ffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b0`4c7ff6c8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b0`4c7ff6d0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000b0`4c7ff9c0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b0`4c7ff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000035`d2bff708 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000035`d2bff710 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000035`d2bffa00 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000035`d2bffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000035`d1bfefb0 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000035`d1bfeff0 00007ff7`125cb50c     postgres!ExceptionalCondition(
00000035`d1bff030 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000035`d1bff080 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000035`d1bff0d0 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000035`d1bff9f0 00007ff7`1247e7e8     postgres!PostmasterMain(
00000035`d1bffb90 00007ff7`12a7a4a9     postgres!main(
00000035`d1bffbd0 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000035`d1bffc20 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000035`d1bffc90 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000035`d1fffa08 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000035`d1fffa10 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000035`d1fffd00 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000035`d1fffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000035`d23ffbd8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000035`d23ffbe0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000035`d23ffed0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000035`d23fff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000035`d27ff638 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
00000035`d27ff640 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
00000035`d27ff6b0 00007ffd`e3e34cb0     postgres!pg_signal_thread(
00000035`d27ff7b0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000035`d27ff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000023`47dffa18 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000023`47dffa20 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000023`47dffd10 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000023`47dffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000023`46dfee60 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000023`46dfeea0 00007ff7`125cb50c     postgres!ExceptionalCondition(
00000023`46dfeee0 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000023`46dfef30 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000023`46dfef80 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000023`46dff8a0 00007ff7`1247e7e8     postgres!PostmasterMain(
00000023`46dffa40 00007ff7`12a7a4a9     postgres!main(
00000023`46dffa80 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000023`46dffad0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000023`46dffb40 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000023`471ff968 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000023`471ff970 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000023`471ffc60 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000023`471ffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000023`475ffbd8 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
00000023`475ffbe0 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
00000023`475ffc50 00007ffd`e3e34cb0     postgres!pg_signal_thread(
00000023`475ffd50 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000023`475ffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000023`479ffa98 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000023`479ffaa0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000023`479ffd90 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000023`479ffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f8`bbbff608 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
000000f8`bbbff610 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
000000f8`bbbff680 00007ffd`e3e34cb0     postgres!pg_signal_thread(
000000f8`bbbff780 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f8`bbbff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f8`bafff0c0 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f8`bafff100 00007ff7`125cb50c     postgres!ExceptionalCondition(
000000f8`bafff140 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f8`bafff190 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000f8`bafff1e0 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f8`bafffb00 00007ff7`1247e7e8     postgres!PostmasterMain(
000000f8`bafffca0 00007ff7`12a7a4a9     postgres!main(
000000f8`bafffce0 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f8`bafffd30 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f8`bafffda0 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f8`bb3ff918 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f8`bb3ff920 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000f8`bb3ffc10 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f8`bb3ffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f8`bb7ff928 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f8`bb7ff930 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000f8`bb7ffc20 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f8`bb7ffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f8`bbfff6a8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f8`bbfff6b0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000f8`bbfff9a0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f8`bbfff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000020`683ffbd8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000020`683ffbe0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000020`683ffed0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000020`683fff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000020`673fee80 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000020`673feec0 00007ff7`125cb50c     postgres!ExceptionalCondition(
00000020`673fef00 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000020`673fef50 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000020`673fefa0 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000020`673ff8c0 00007ff7`1247e7e8     postgres!PostmasterMain(
00000020`673ffa60 00007ff7`12a7a4a9     postgres!main(
00000020`673ffaa0 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000020`673ffaf0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000020`673ffb60 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000020`67fffc68 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
00000020`67fffc70 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
00000020`67fffce0 00007ffd`e3e34cb0     postgres!pg_signal_thread(
00000020`67fffde0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000020`67fffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000047`897fef90 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000047`897fefd0 00007ff7`125cb50c     postgres!ExceptionalCondition(
00000047`897ff010 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000047`897ff060 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000047`897ff0b0 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000047`897ff9d0 00007ff7`1247e7e8     postgres!PostmasterMain(
00000047`897ffb70 00007ff7`12a7a4a9     postgres!main(
00000047`897ffbb0 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000047`897ffc00 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000047`897ffc70 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000047`89bff528 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000047`89bff530 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000047`89bff820 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000047`89bff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000047`89fff5b8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000047`89fff5c0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000047`89fff8b0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000047`89fff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000047`8a3ff568 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000047`8a3ff570 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000047`8a3ff860 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000047`8a3ff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000047`8a7ffbc8 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
00000047`8a7ffbd0 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
00000047`8a7ffc40 00007ffd`e3e34cb0     postgres!pg_signal_thread(
00000047`8a7ffd40 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000047`8a7ffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000047`8abff668 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000047`8abff670 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000047`8abff960 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000047`8abff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b8`291fed60 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b8`291feda0 00007ff7`125cb50c     postgres!ExceptionalCondition(
000000b8`291fede0 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000b8`291fee30 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000b8`291fee80 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000b8`291ff7a0 00007ff7`1247e7e8     postgres!PostmasterMain(
000000b8`291ff940 00007ff7`12a7a4a9     postgres!main(
000000b8`291ff980 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b8`291ff9d0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000b8`291ffa40 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000b8`295ff558 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b8`295ff560 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000b8`295ff850 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b8`295ff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b8`2a5ff798 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b8`2a5ff7a0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000b8`2a5ffa90 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b8`2a5ffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b8`2a1ff5d8 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
000000b8`2a1ff5e0 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
000000b8`2a1ff650 00007ffd`e3e34cb0     postgres!pg_signal_thread(
000000b8`2a1ff750 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b8`2a1ff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b8`29dffb18 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b8`29dffb20 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000b8`29dffe10 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b8`29dffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b8`299ff938 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b8`299ff940 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000b8`299ffc30 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b8`299ffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000be`bcfff518 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000be`bcfff520 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000be`bcfff810 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000be`bcfff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000be`bcbfeee0 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000be`bcbfef20 00007ff7`125cb50c     postgres!ExceptionalCondition(
000000be`bcbfef60 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000be`bcbfefb0 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000be`bcbff000 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000be`bcbff920 00007ff7`1247e7e8     postgres!PostmasterMain(
000000be`bcbffac0 00007ff7`12a7a4a9     postgres!main(
000000be`bcbffb00 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000be`bcbffb50 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000be`bcbffbc0 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000be`bd3ffb38 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000be`bd3ffb40 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000be`bd3ffe30 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000be`bd3ffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000be`bd7ffb88 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
000000be`bd7ffb90 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
000000be`bd7ffc00 00007ffd`e3e34cb0     postgres!pg_signal_thread(
000000be`bd7ffd00 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000be`bd7ffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000be`bdbff4e8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000be`bdbff4f0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000be`bdbff7e0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000be`bdbff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000047`6f9ff788 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
00000047`6f9ff790 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
00000047`6f9ff800 00007ffd`e3e34cb0     postgres!pg_signal_thread(
00000047`6f9ff900 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000047`6f9ff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000047`6fdff998 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000047`6fdff9a0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000047`6fdffc90 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000047`6fdffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000047`701ff528 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000047`701ff530 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000047`701ff820 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000047`701ff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000047`6f1fecb0 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000047`6f1fecf0 00007ff7`125cb50c     postgres!ExceptionalCondition(
00000047`6f1fed30 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000047`6f1fed80 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000047`6f1fedd0 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000047`6f1ff6f0 00007ff7`1247e7e8     postgres!PostmasterMain(
00000047`6f1ff890 00007ff7`12a7a4a9     postgres!main(
00000047`6f1ff8d0 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000047`6f1ff920 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000047`6f1ff990 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000047`6f5ff758 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000047`6f5ff760 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000047`6f5ffa50 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000047`6f5ffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f7`987ff448 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f7`987ff450 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000f7`987ff740 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f7`987ff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f7`97fffb48 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f7`97fffb50 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000f7`97fffe40 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f7`97fffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f7`983ffd88 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
000000f7`983ffd90 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
000000f7`983ffe00 00007ffd`e3e34cb0     postgres!pg_signal_thread(
000000f7`983fff00 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f7`983fff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f7`977ff000 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f7`977ff040 00007ff7`125cb50c     postgres!ExceptionalCondition(
000000f7`977ff080 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f7`977ff0d0 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000f7`977ff120 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f7`977ffa40 00007ff7`1247e7e8     postgres!PostmasterMain(
000000f7`977ffbe0 00007ff7`12a7a4a9     postgres!main(
000000f7`977ffc20 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f7`977ffc70 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f7`977ffce0 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f7`97bff9a8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f7`97bff9b0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000f7`97bffca0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f7`97bffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d9`181fed80 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d9`181fedc0 00007ff7`125cb50c     postgres!ExceptionalCondition(
000000d9`181fee00 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000d9`181fee50 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000d9`181feea0 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000d9`181ff7c0 00007ff7`1247e7e8     postgres!PostmasterMain(
000000d9`181ff960 00007ff7`12a7a4a9     postgres!main(
000000d9`181ff9a0 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d9`181ff9f0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d9`181ffa60 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000d9`185ff8a8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d9`185ff8b0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000d9`185ffba0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d9`185ffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d9`189ffaf8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d9`189ffb00 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000d9`189ffdf0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d9`189ffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d9`18dffd58 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
000000d9`18dffd60 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
000000d9`18dffdd0 00007ffd`e3e34cb0     postgres!pg_signal_thread(
000000d9`18dffed0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d9`18dfff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d9`191ff4c8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d9`191ff4d0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000d9`191ff7c0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d9`191ff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001b`0adfea40 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000001b`0adfea80 00007ff7`125cb50c     postgres!ExceptionalCondition(
0000001b`0adfeac0 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000001b`0adfeb10 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000001b`0adfeb60 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000001b`0adff480 00007ff7`1247e7e8     postgres!PostmasterMain(
0000001b`0adff620 00007ff7`12a7a4a9     postgres!main(
0000001b`0adff660 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000001b`0adff6b0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000001b`0adff720 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000001b`0b1ff8c8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001b`0b1ff8d0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000001b`0b1ffbc0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001b`0b1ffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001b`0b5ff918 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
0000001b`0b5ff920 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
0000001b`0b5ff990 00007ffd`e3e34cb0     postgres!pg_signal_thread(
0000001b`0b5ffa90 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001b`0b5ffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001b`0b9ff578 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001b`0b9ff580 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000001b`0b9ff870 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001b`0b9ff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001b`0bdff7d8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001b`0bdff7e0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000001b`0bdffad0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001b`0bdffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000d`747feb90 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000000d`747febd0 00007ff7`125cb50c     postgres!ExceptionalCondition(
0000000d`747fec10 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000000d`747fec60 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000000d`747fecb0 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000000d`747ff5d0 00007ff7`1247e7e8     postgres!PostmasterMain(
0000000d`747ff770 00007ff7`12a7a4a9     postgres!main(
0000000d`747ff7b0 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000000d`747ff800 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000000d`747ff870 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000000d`74bffae8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000d`74bffaf0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000000d`74bffde0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000d`74bffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000d`74fff588 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000d`74fff590 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000000d`74fff880 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000d`74fff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000d`753ffc98 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
0000000d`753ffca0 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
0000000d`753ffd10 00007ffd`e3e34cb0     postgres!pg_signal_thread(
0000000d`753ffe10 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000d`753ffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000d`757ff9c8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000d`757ff9d0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000000d`757ffcc0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000d`757ffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006b`bb9fef00 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000006b`bb9fef40 00007ff7`125cb50c     postgres!ExceptionalCondition(
0000006b`bb9fef80 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000006b`bb9fefd0 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000006b`bb9ff020 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000006b`bb9ff940 00007ff7`1247e7e8     postgres!PostmasterMain(
0000006b`bb9ffae0 00007ff7`12a7a4a9     postgres!main(
0000006b`bb9ffb20 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000006b`bb9ffb70 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000006b`bb9ffbe0 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000006b`bbdffb88 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006b`bbdffb90 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000006b`bbdffe80 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006b`bbdffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006b`bc1ff468 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006b`bc1ff470 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000006b`bc1ff760 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006b`bc1ff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006b`bc5ffb98 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
0000006b`bc5ffba0 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
0000006b`bc5ffc10 00007ffd`e3e34cb0     postgres!pg_signal_thread(
0000006b`bc5ffd10 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006b`bc5ffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006b`bc9ffa98 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006b`bc9ffaa0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000006b`bc9ffd90 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006b`bc9ffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000064`847feb10 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000064`847feb50 00007ff7`125cb50c     postgres!ExceptionalCondition(
00000064`847feb90 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000064`847febe0 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000064`847fec30 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000064`847ff550 00007ff7`1247e7e8     postgres!PostmasterMain(
00000064`847ff6f0 00007ff7`12a7a4a9     postgres!main(
00000064`847ff730 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000064`847ff780 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000064`847ff7f0 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000064`84bffc38 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000064`84bffc40 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000064`84bfff30 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000064`84bfff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000064`84fffc18 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000064`84fffc20 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000064`84ffff10 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000064`84ffff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000064`853ff898 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
00000064`853ff8a0 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
00000064`853ff910 00007ffd`e3e34cb0     postgres!pg_signal_thread(
00000064`853ffa10 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000064`853ffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000064`857ff468 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000064`857ff470 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000064`857ff760 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000064`857ff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b5`75dffb38 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b5`75dffb40 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000b5`75dffe30 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b5`75dffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b5`74dff150 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b5`74dff190 00007ff7`125cb50c     postgres!ExceptionalCondition(
000000b5`74dff1d0 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000b5`74dff220 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000b5`74dff270 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000b5`74dffb90 00007ff7`1247e7e8     postgres!PostmasterMain(
000000b5`74dffd30 00007ff7`12a7a4a9     postgres!main(
000000b5`74dffd70 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b5`74dffdc0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000b5`74dffe30 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000b5`751ff468 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b5`751ff470 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000b5`751ff760 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b5`751ff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b5`755ff6c8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b5`755ff6d0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000b5`755ff9c0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b5`755ff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b5`759ff918 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
000000b5`759ff920 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
000000b5`759ff990 00007ffd`e3e34cb0     postgres!pg_signal_thread(
000000b5`759ffa90 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b5`759ffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002c`431ffc08 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002c`431ffc10 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000002c`431fff00 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002c`431fff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002c`425fee90 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000002c`425feed0 00007ff7`125cb50c     postgres!ExceptionalCondition(
0000002c`425fef10 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000002c`425fef60 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000002c`425fefb0 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000002c`425ff8d0 00007ff7`1247e7e8     postgres!PostmasterMain(
0000002c`425ffa70 00007ff7`12a7a4a9     postgres!main(
0000002c`425ffab0 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000002c`425ffb00 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000002c`425ffb70 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000002c`429ff7d8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002c`429ff7e0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000002c`429ffad0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002c`429ffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002c`42dff8e8 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
0000002c`42dff8f0 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
0000002c`42dff960 00007ffd`e3e34cb0     postgres!pg_signal_thread(
0000002c`42dffa60 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002c`42dffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002c`435ffbe8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002c`435ffbf0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000002c`435ffee0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002c`435fff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005a`0b5ff8b8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005a`0b5ff8c0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000005a`0b5ffbb0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005a`0b5ffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005a`0a5fea30 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000005a`0a5fea70 00007ff7`125cb50c     postgres!ExceptionalCondition(
0000005a`0a5feab0 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000005a`0a5feb00 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000005a`0a5feb50 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000005a`0a5ff470 00007ff7`1247e7e8     postgres!PostmasterMain(
0000005a`0a5ff610 00007ff7`12a7a4a9     postgres!main(
0000005a`0a5ff650 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000005a`0a5ff6a0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000005a`0a5ff710 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000005a`0b1ffd78 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
0000005a`0b1ffd80 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
0000005a`0b1ffdf0 00007ffd`e3e34cb0     postgres!pg_signal_thread(
0000005a`0b1ffef0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005a`0b1fff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005a`0a9ff478 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005a`0a9ff480 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000005a`0a9ff770 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005a`0a9ff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005a`0adff5b8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005a`0adff5c0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000005a`0adff8b0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005a`0adff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000069`47ffeb80 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000069`47ffebc0 00007ff7`125cb50c     postgres!ExceptionalCondition(
00000069`47ffec00 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000069`47ffec50 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000069`47ffeca0 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000069`47fff5c0 00007ff7`1247e7e8     postgres!PostmasterMain(
00000069`47fff760 00007ff7`12a7a4a9     postgres!main(
00000069`47fff7a0 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000069`47fff7f0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000069`47fff860 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000069`483ffb68 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000069`483ffb70 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000069`483ffe60 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000069`483ffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000069`487ff838 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000069`487ff840 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000069`487ffb30 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000069`487ffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000069`48bffce8 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
00000069`48bffcf0 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
00000069`48bffd60 00007ffd`e3e34cb0     postgres!pg_signal_thread(
00000069`48bffe60 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000069`48bffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000069`48fff7e8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000069`48fff7f0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000069`48fffae0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000069`48fffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000034`171ff070 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000034`171ff0b0 00007ff7`125cb50c     postgres!ExceptionalCondition(
00000034`171ff0f0 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000034`171ff140 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000034`171ff190 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000034`171ffab0 00007ff7`1247e7e8     postgres!PostmasterMain(
00000034`171ffc50 00007ff7`12a7a4a9     postgres!main(
00000034`171ffc90 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000034`171ffce0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000034`171ffd50 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000034`175ffa28 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000034`175ffa30 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000034`175ffd20 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000034`175ffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000034`179ff9d8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000034`179ff9e0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000034`179ffcd0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000034`179ffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000034`17dff9c8 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
00000034`17dff9d0 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
00000034`17dffa40 00007ffd`e3e34cb0     postgres!pg_signal_thread(
00000034`17dffb40 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000034`17dffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000034`181ff528 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000034`181ff530 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000034`181ff820 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000034`181ff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c6`8adff8d8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c6`8adff8e0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000c6`8adffbd0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c6`8adffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c6`8a5feb70 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c6`8a5febb0 00007ff7`125cb50c     postgres!ExceptionalCondition(
000000c6`8a5febf0 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c6`8a5fec40 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000c6`8a5fec90 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c6`8a5ff5b0 00007ff7`1247e7e8     postgres!PostmasterMain(
000000c6`8a5ff750 00007ff7`12a7a4a9     postgres!main(
000000c6`8a5ff790 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c6`8a5ff7e0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c6`8a5ff850 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c6`8a9ff648 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c6`8a9ff650 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000c6`8a9ff940 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c6`8a9ff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c6`8b1ff668 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
000000c6`8b1ff670 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
000000c6`8b1ff6e0 00007ffd`e3e34cb0     postgres!pg_signal_thread(
000000c6`8b1ff7e0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c6`8b1ff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c6`8b5ff708 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c6`8b5ff710 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000c6`8b5ffa00 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c6`8b5ffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ff`d39ff0d0 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ff`d39ff110 00007ff7`125cb50c     postgres!ExceptionalCondition(
000000ff`d39ff150 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ff`d39ff1a0 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000ff`d39ff1f0 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ff`d39ffb10 00007ff7`1247e7e8     postgres!PostmasterMain(
000000ff`d39ffcb0 00007ff7`12a7a4a9     postgres!main(
000000ff`d39ffcf0 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ff`d39ffd40 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ff`d39ffdb0 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ff`d3dffc28 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ff`d3dffc30 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000ff`d3dfff20 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ff`d3dfff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ff`d41ff548 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ff`d41ff550 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000ff`d41ff840 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ff`d41ff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ff`d45ffd38 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
000000ff`d45ffd40 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
000000ff`d45ffdb0 00007ffd`e3e34cb0     postgres!pg_signal_thread(
000000ff`d45ffeb0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ff`d45ffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ff`d49ff9f8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ff`d49ffa00 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000ff`d49ffcf0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ff`d49ffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e3`c77ff728 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e3`c77ff730 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000e3`c77ffa20 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e3`c77ffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e3`c83ffc28 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e3`c83ffc30 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000e3`c83fff20 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e3`c83fff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e3`c73fecf0 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e3`c73fed30 00007ff7`125cb50c     postgres!ExceptionalCondition(
000000e3`c73fed70 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000e3`c73fedc0 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000e3`c73fee10 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000e3`c73ff730 00007ff7`1247e7e8     postgres!PostmasterMain(
000000e3`c73ff8d0 00007ff7`12a7a4a9     postgres!main(
000000e3`c73ff910 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e3`c73ff960 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e3`c73ff9d0 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000e3`c7fffa68 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
000000e3`c7fffa70 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
000000e3`c7fffae0 00007ffd`e3e34cb0     postgres!pg_signal_thread(
000000e3`c7fffbe0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e3`c7fffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e3`c7bff738 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e3`c7bff740 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000e3`c7bffa30 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e3`c7bffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c0`451ff808 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c0`451ff810 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000c0`451ffb00 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c0`451ffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c0`441fee60 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c0`441feea0 00007ff7`125cb50c     postgres!ExceptionalCondition(
000000c0`441feee0 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c0`441fef30 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000c0`441fef80 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c0`441ff8a0 00007ff7`1247e7e8     postgres!PostmasterMain(
000000c0`441ffa40 00007ff7`12a7a4a9     postgres!main(
000000c0`441ffa80 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c0`441ffad0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c0`441ffb40 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c0`445ff728 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c0`445ff730 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000c0`445ffa20 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c0`445ffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c0`449ff448 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c0`449ff450 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000c0`449ff740 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c0`449ff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c0`44dff718 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
000000c0`44dff720 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
000000c0`44dff790 00007ffd`e3e34cb0     postgres!pg_signal_thread(
000000c0`44dff890 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c0`44dff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bf`805ff0b0 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000bf`805ff0f0 00007ff7`125cb50c     postgres!ExceptionalCondition(
000000bf`805ff130 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000bf`805ff180 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000bf`805ff1d0 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000bf`805ffaf0 00007ff7`1247e7e8     postgres!PostmasterMain(
000000bf`805ffc90 00007ff7`12a7a4a9     postgres!main(
000000bf`805ffcd0 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000bf`805ffd20 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000bf`805ffd90 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000bf`809ff768 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bf`809ff770 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000bf`809ffa60 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bf`809ffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bf`80dff508 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bf`80dff510 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000bf`80dff800 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bf`80dff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bf`811ffbc8 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
000000bf`811ffbd0 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
000000bf`811ffc40 00007ffd`e3e34cb0     postgres!pg_signal_thread(
000000bf`811ffd40 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bf`811ffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bf`815ff8a8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bf`815ff8b0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000bf`815ffba0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bf`815ffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f5`b21fed40 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f5`b21fed80 00007ff7`125cb50c     postgres!ExceptionalCondition(
000000f5`b21fedc0 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f5`b21fee10 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000f5`b21fee60 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f5`b21ff780 00007ff7`1247e7e8     postgres!PostmasterMain(
000000f5`b21ff920 00007ff7`12a7a4a9     postgres!main(
000000f5`b21ff960 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f5`b21ff9b0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f5`b21ffa20 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f5`b2dff9e8 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
000000f5`b2dff9f0 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
000000f5`b2dffa60 00007ffd`e3e34cb0     postgres!pg_signal_thread(
000000f5`b2dffb60 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f5`b2dffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f5`b31ff588 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f5`b31ff590 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000f5`b31ff880 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f5`b31ff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c4`a43ff0c0 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c4`a43ff100 00007ff7`125cb50c     postgres!ExceptionalCondition(
000000c4`a43ff140 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c4`a43ff190 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000c4`a43ff1e0 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c4`a43ffb00 00007ff7`1247e7e8     postgres!PostmasterMain(
000000c4`a43ffca0 00007ff7`12a7a4a9     postgres!main(
000000c4`a43ffce0 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c4`a43ffd30 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c4`a43ffda0 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c4`a47ffc28 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c4`a47ffc30 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000c4`a47fff20 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c4`a47fff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c4`a4bffad8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c4`a4bffae0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000c4`a4bffdd0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c4`a4bffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c4`a4fffc68 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
000000c4`a4fffc70 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
000000c4`a4fffce0 00007ffd`e3e34cb0     postgres!pg_signal_thread(
000000c4`a4fffde0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c4`a4fffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c4`a53ffbb8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c4`a53ffbc0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000c4`a53ffeb0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c4`a53ffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b7`943ff588 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b7`943ff590 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000b7`943ff880 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b7`943ff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b7`933fec50 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b7`933fec90 00007ff7`125cb50c     postgres!ExceptionalCondition(
000000b7`933fecd0 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000b7`933fed20 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000b7`933fed70 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000b7`933ff690 00007ff7`1247e7e8     postgres!PostmasterMain(
000000b7`933ff830 00007ff7`12a7a4a9     postgres!main(
000000b7`933ff870 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b7`933ff8c0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000b7`933ff930 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000b7`937ff708 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b7`937ff710 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000b7`937ffa00 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b7`937ffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b7`93bff828 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b7`93bff830 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000b7`93bffb20 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b7`93bffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b7`93fff618 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
000000b7`93fff620 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
000000b7`93fff690 00007ffd`e3e34cb0     postgres!pg_signal_thread(
000000b7`93fff790 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b7`93fff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000050`ba9ff4f8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000050`ba9ff500 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000050`ba9ff7f0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000050`ba9ff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000050`b99ff050 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000050`b99ff090 00007ff7`125cb50c     postgres!ExceptionalCondition(
00000050`b99ff0d0 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000050`b99ff120 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000050`b99ff170 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000050`b99ffa90 00007ff7`1247e7e8     postgres!PostmasterMain(
00000050`b99ffc30 00007ff7`12a7a4a9     postgres!main(
00000050`b99ffc70 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000050`b99ffcc0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000050`b99ffd30 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000050`b9dffa38 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000050`b9dffa40 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000050`b9dffd30 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000050`b9dffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000050`ba1ff788 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
00000050`ba1ff790 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
00000050`ba1ff800 00007ffd`e3e34cb0     postgres!pg_signal_thread(
00000050`ba1ff900 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000050`ba1ff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000050`ba5ff708 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000050`ba5ff710 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000050`ba5ffa00 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000050`ba5ffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006f`d39ff6e8 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
0000006f`d39ff6f0 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
0000006f`d39ff760 00007ffd`e3e34cb0     postgres!pg_signal_thread(
0000006f`d39ff860 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006f`d39ff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006f`d35ff728 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006f`d35ff730 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000006f`d35ffa20 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006f`d35ffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006f`d3dff5a8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006f`d3dff5b0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000006f`d3dff8a0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006f`d3dff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006f`d29fecf0 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000006f`d29fed30 00007ff7`125cb50c     postgres!ExceptionalCondition(
0000006f`d29fed70 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000006f`d29fedc0 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000006f`d29fee10 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000006f`d29ff730 00007ff7`1247e7e8     postgres!PostmasterMain(
0000006f`d29ff8d0 00007ff7`12a7a4a9     postgres!main(
0000006f`d29ff910 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000006f`d29ff960 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000006f`d29ff9d0 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000006f`d2dff838 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006f`d2dff840 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000006f`d2dffb30 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006f`d2dffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006f`d31ffae8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006f`d31ffaf0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000006f`d31ffde0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006f`d31ffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`2e1ff568 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cf`2e1ff570 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000cf`2e1ff860 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`2e1ff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`2e5ffa38 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
000000cf`2e5ffa40 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
000000cf`2e5ffab0 00007ffd`e3e34cb0     postgres!pg_signal_thread(
000000cf`2e5ffbb0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`2e5ffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`2ddfec90 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000cf`2ddfecd0 00007ff7`125cb50c     postgres!ExceptionalCondition(
000000cf`2ddfed10 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000cf`2ddfed60 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000cf`2ddfedb0 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000cf`2ddff6d0 00007ff7`1247e7e8     postgres!PostmasterMain(
000000cf`2ddff870 00007ff7`12a7a4a9     postgres!main(
000000cf`2ddff8b0 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000cf`2ddff900 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000cf`2ddff970 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000cf`2e9ffb18 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cf`2e9ffb20 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000cf`2e9ffe10 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`2e9ffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`2edff818 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cf`2edff820 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000cf`2edffb10 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`2edffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000089`061fea20 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000089`061fea60 00007ff7`125cb50c     postgres!ExceptionalCondition(
00000089`061feaa0 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000089`061feaf0 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000089`061feb40 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000089`061ff460 00007ff7`1247e7e8     postgres!PostmasterMain(
00000089`061ff600 00007ff7`12a7a4a9     postgres!main(
00000089`061ff640 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000089`061ff690 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000089`061ff700 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000089`065ffbf8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000089`065ffc00 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000089`065ffef0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000089`065fff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000089`069ffad8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000089`069ffae0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000089`069ffdd0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000089`069ffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000089`06dff758 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000089`06dff760 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000089`06dffa50 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000089`06dffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000089`071ff698 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
00000089`071ff6a0 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
00000089`071ff710 00007ffd`e3e34cb0     postgres!pg_signal_thread(
00000089`071ff810 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000089`071ff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000089`075ff518 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000089`075ff520 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000089`075ff810 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000089`075ff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000038`f8fff1d0 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000038`f8fff210 00007ff7`125cb50c     postgres!ExceptionalCondition(
00000038`f8fff250 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000038`f8fff2a0 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000038`f8fff2f0 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000038`f8fffc10 00007ff7`1247e7e8     postgres!PostmasterMain(
00000038`f8fffdb0 00007ff7`12a7a4a9     postgres!main(
00000038`f8fffdf0 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000038`f8fffe40 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000038`f8fffeb0 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000038`f93ff788 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000038`f93ff790 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000038`f93ffa80 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000038`f93ffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000038`f97ffb58 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000038`f97ffb60 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000038`f97ffe50 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000038`f97ffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000038`f9bffa88 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
00000038`f9bffa90 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
00000038`f9bffb00 00007ffd`e3e34cb0     postgres!pg_signal_thread(
00000038`f9bffc00 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000038`f9bffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000038`f9fffbc8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000038`f9fffbd0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000038`f9fffec0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000038`f9fffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003f`a8fff7f8 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
0000003f`a8fff800 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
0000003f`a8fff870 00007ffd`e3e34cb0     postgres!pg_signal_thread(
0000003f`a8fff970 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003f`a8fff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003f`a93ff628 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003f`a93ff630 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000003f`a93ff920 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003f`a93ff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003f`a87fee40 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000003f`a87fee80 00007ff7`125cb50c     postgres!ExceptionalCondition(
0000003f`a87feec0 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000003f`a87fef10 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000003f`a87fef60 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000003f`a87ff880 00007ff7`1247e7e8     postgres!PostmasterMain(
0000003f`a87ffa20 00007ff7`12a7a4a9     postgres!main(
0000003f`a87ffa60 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000003f`a87ffab0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000003f`a87ffb20 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000003f`a97ff568 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003f`a97ff570 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000003f`a97ff860 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003f`a97ff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b8`209ff588 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b8`209ff590 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000b8`209ff880 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b8`209ff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b8`1fdfecd0 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b8`1fdfed10 00007ff7`125cb50c     postgres!ExceptionalCondition(
000000b8`1fdfed50 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000b8`1fdfeda0 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000b8`1fdfedf0 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000b8`1fdff710 00007ff7`1247e7e8     postgres!PostmasterMain(
000000b8`1fdff8b0 00007ff7`12a7a4a9     postgres!main(
000000b8`1fdff8f0 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b8`1fdff940 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000b8`1fdff9b0 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000b8`201ff8e8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b8`201ff8f0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000b8`201ffbe0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b8`201ffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b8`205ff728 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
000000b8`205ff730 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
000000b8`205ff7a0 00007ffd`e3e34cb0     postgres!pg_signal_thread(
000000b8`205ff8a0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b8`205ff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b8`20dff468 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b8`20dff470 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000b8`20dff760 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b8`20dff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c2`465ff9b8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c2`465ff9c0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000c2`465ffcb0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c2`465ffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c2`459feed0 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c2`459fef10 00007ff7`125cb50c     postgres!ExceptionalCondition(
000000c2`459fef50 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c2`459fefa0 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000c2`459feff0 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c2`459ff910 00007ff7`1247e7e8     postgres!PostmasterMain(
000000c2`459ffab0 00007ff7`12a7a4a9     postgres!main(
000000c2`459ffaf0 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c2`459ffb40 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c2`459ffbb0 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c2`45dff578 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c2`45dff580 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000c2`45dff870 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c2`45dff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c2`461ffc18 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
000000c2`461ffc20 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
000000c2`461ffc90 00007ffd`e3e34cb0     postgres!pg_signal_thread(
000000c2`461ffd90 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c2`461ffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c2`469ffac8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c2`469ffad0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000c2`469ffdc0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c2`469ffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a9`fa1ff140 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a9`fa1ff180 00007ff7`125cb50c     postgres!ExceptionalCondition(
000000a9`fa1ff1c0 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000a9`fa1ff210 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000a9`fa1ff260 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a9`fa1ffb80 00007ff7`1247e7e8     postgres!PostmasterMain(
000000a9`fa1ffd20 00007ff7`12a7a4a9     postgres!main(
000000a9`fa1ffd60 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a9`fa1ffdb0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a9`fa1ffe20 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a9`fa5ff8e8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a9`fa5ff8f0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000a9`fa5ffbe0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a9`fa5ffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a9`fa9ff8f8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a9`fa9ff900 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000a9`fa9ffbf0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a9`fa9ffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a9`fadff938 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
000000a9`fadff940 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
000000a9`fadff9b0 00007ffd`e3e34cb0     postgres!pg_signal_thread(
000000a9`fadffab0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a9`fadffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a9`fb1ff8c8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a9`fb1ff8d0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000a9`fb1ffbc0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a9`fb1ffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000051`7f3fed10 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000051`7f3fed50 00007ff7`125cb50c     postgres!ExceptionalCondition(
00000051`7f3fed90 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000051`7f3fede0 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000051`7f3fee30 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000051`7f3ff750 00007ff7`1247e7e8     postgres!PostmasterMain(
00000051`7f3ff8f0 00007ff7`12a7a4a9     postgres!main(
00000051`7f3ff930 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000051`7f3ff980 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000051`7f3ff9f0 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000051`7f7ff568 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000051`7f7ff570 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000051`7f7ff860 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000051`7f7ff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000051`7fbff6a8 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
00000051`7fbff6b0 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
00000051`7fbff720 00007ffd`e3e34cb0     postgres!pg_signal_thread(
00000051`7fbff820 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000051`7fbff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000051`7ffff7e8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000051`7ffff7f0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000051`7ffffae0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000051`7ffffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000051`003ff918 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000051`003ff920 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000051`003ffc10 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000051`003ffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000039`a51feb70 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000039`a51febb0 00007ff7`125cb50c     postgres!ExceptionalCondition(
00000039`a51febf0 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000039`a51fec40 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000039`a51fec90 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000039`a51ff5b0 00007ff7`1247e7e8     postgres!PostmasterMain(
00000039`a51ff750 00007ff7`12a7a4a9     postgres!main(
00000039`a51ff790 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000039`a51ff7e0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000039`a51ff850 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000039`a55ff698 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000039`a55ff6a0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000039`a55ff990 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000039`a55ff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000039`a59ff608 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000039`a59ff610 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000039`a59ff900 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000039`a59ff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000039`a5dff7b8 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
00000039`a5dff7c0 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
00000039`a5dff830 00007ffd`e3e34cb0     postgres!pg_signal_thread(
00000039`a5dff930 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000039`a5dff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000039`a61ff608 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000039`a61ff610 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000039`a61ff900 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000039`a61ff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b4`c63ff080 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b4`c63ff0c0 00007ff7`125cb50c     postgres!ExceptionalCondition(
000000b4`c63ff100 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000b4`c63ff150 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000b4`c63ff1a0 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000b4`c63ffac0 00007ff7`1247e7e8     postgres!PostmasterMain(
000000b4`c63ffc60 00007ff7`12a7a4a9     postgres!main(
000000b4`c63ffca0 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b4`c63ffcf0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000b4`c63ffd60 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000b4`c67ffa58 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b4`c67ffa60 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000b4`c67ffd50 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b4`c67ffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b4`c6bffc78 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
000000b4`c6bffc80 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
000000b4`c6bffcf0 00007ffd`e3e34cb0     postgres!pg_signal_thread(
000000b4`c6bffdf0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b4`c6bffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b4`c6fffbe8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b4`c6fffbf0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000b4`c6fffee0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b4`c6ffff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b4`c73ff578 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b4`c73ff580 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000b4`c73ff870 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b4`c73ff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d5`f79fefc0 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d5`f79ff000 00007ff7`125cb50c     postgres!ExceptionalCondition(
000000d5`f79ff040 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000d5`f79ff090 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000d5`f79ff0e0 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000d5`f79ffa00 00007ff7`1247e7e8     postgres!PostmasterMain(
000000d5`f79ffba0 00007ff7`12a7a4a9     postgres!main(
000000d5`f79ffbe0 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d5`f79ffc30 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d5`f79ffca0 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000d5`f7dffa38 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d5`f7dffa40 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000d5`f7dffd30 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d5`f7dffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d5`f81ff9f8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d5`f81ffa00 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000d5`f81ffcf0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d5`f81ffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d5`f85ff538 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d5`f85ff540 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000d5`f85ff830 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d5`f85ff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d5`f89ffd88 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
000000d5`f89ffd90 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
000000d5`f89ffe00 00007ffd`e3e34cb0     postgres!pg_signal_thread(
000000d5`f89fff00 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d5`f89fff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d5`f8dff618 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d5`f8dff620 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000d5`f8dff910 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d5`f8dff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`badfef50 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000dd`badfef90 00007ff7`125cb50c     postgres!ExceptionalCondition(
000000dd`badfefd0 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000dd`badff020 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000dd`badff070 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000dd`badff990 00007ff7`1247e7e8     postgres!PostmasterMain(
000000dd`badffb30 00007ff7`12a7a4a9     postgres!main(
000000dd`badffb70 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000dd`badffbc0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000dd`badffc30 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000dd`bb1ff888 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dd`bb1ff890 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000dd`bb1ffb80 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`bb1ffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`bb5ff9c8 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
000000dd`bb5ff9d0 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
000000dd`bb5ffa40 00007ffd`e3e34cb0     postgres!pg_signal_thread(
000000dd`bb5ffb40 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`bb5ffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`bb9ffb68 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dd`bb9ffb70 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000dd`bb9ffe60 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`bb9ffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`bbdff668 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dd`bbdff670 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000dd`bbdff960 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`bbdff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fc`c4ffeb00 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000fc`c4ffeb40 00007ff7`125cb50c     postgres!ExceptionalCondition(
000000fc`c4ffeb80 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000fc`c4ffebd0 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000fc`c4ffec20 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000fc`c4fff540 00007ff7`1247e7e8     postgres!PostmasterMain(
000000fc`c4fff6e0 00007ff7`12a7a4a9     postgres!main(
000000fc`c4fff720 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000fc`c4fff770 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000fc`c4fff7e0 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000fc`c53ffb98 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fc`c53ffba0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000fc`c53ffe90 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fc`c53ffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fc`c57ffa68 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
000000fc`c57ffa70 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
000000fc`c57ffae0 00007ffd`e3e34cb0     postgres!pg_signal_thread(
000000fc`c57ffbe0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fc`c57ffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fc`c5bff958 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fc`c5bff960 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000fc`c5bffc50 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fc`c5bffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fc`c5fffaf8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fc`c5fffb00 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000fc`c5fffdf0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fc`c5fffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000019`60dfead0 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000019`60dfeb10 00007ff7`125cb50c     postgres!ExceptionalCondition(
00000019`60dfeb50 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000019`60dfeba0 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000019`60dfebf0 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000019`60dff510 00007ff7`1247e7e8     postgres!PostmasterMain(
00000019`60dff6b0 00007ff7`12a7a4a9     postgres!main(
00000019`60dff6f0 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000019`60dff740 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000019`60dff7b0 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000019`611ff5a8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000019`611ff5b0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000019`611ff8a0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000019`611ff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000019`615ffa68 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000019`615ffa70 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000019`615ffd60 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000019`615ffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000019`619ff6e8 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
00000019`619ff6f0 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
00000019`619ff760 00007ffd`e3e34cb0     postgres!pg_signal_thread(
00000019`619ff860 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000019`619ff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000019`61dffb68 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000019`61dffb70 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000019`61dffe60 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000019`61dffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000058`29ffee80 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000058`29ffeec0 00007ff7`125cb50c     postgres!ExceptionalCondition(
00000058`29ffef00 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000058`29ffef50 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000058`29ffefa0 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000058`29fff8c0 00007ff7`1247e7e8     postgres!PostmasterMain(
00000058`29fffa60 00007ff7`12a7a4a9     postgres!main(
00000058`29fffaa0 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000058`29fffaf0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000058`29fffb60 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000058`2a3ffb98 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000058`2a3ffba0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000058`2a3ffe90 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000058`2a3ffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000058`2a7ff528 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000058`2a7ff530 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000058`2a7ff820 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000058`2a7ff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000058`2abffae8 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
00000058`2abffaf0 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
00000058`2abffb60 00007ffd`e3e34cb0     postgres!pg_signal_thread(
00000058`2abffc60 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000058`2abffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000058`2afffb28 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000058`2afffb30 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000058`2afffe20 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000058`2afffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d1`3cdfed50 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d1`3cdfed90 00007ff7`125cb50c     postgres!ExceptionalCondition(
000000d1`3cdfedd0 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000d1`3cdfee20 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000d1`3cdfee70 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000d1`3cdff790 00007ff7`1247e7e8     postgres!PostmasterMain(
000000d1`3cdff930 00007ff7`12a7a4a9     postgres!main(
000000d1`3cdff970 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d1`3cdff9c0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d1`3cdffa30 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000d1`3d1ff6f8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d1`3d1ff700 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000d1`3d1ff9f0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d1`3d1ffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d1`3d5ff7d8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d1`3d5ff7e0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000d1`3d5ffad0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d1`3d5ffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d1`3d9ff488 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d1`3d9ff490 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000d1`3d9ff780 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d1`3d9ff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d1`3ddffc48 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
000000d1`3ddffc50 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
000000d1`3ddffcc0 00007ffd`e3e34cb0     postgres!pg_signal_thread(
000000d1`3ddffdc0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d1`3ddffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d1`3e1ff538 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d1`3e1ff540 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000d1`3e1ff830 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d1`3e1ff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000be`bc1ff688 00007ff7`125c44c7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000be`bc1ff690 00007ff7`1247e754     postgres!SubPostmasterMain(
000000be`bc1ff700 00007ff7`12a7a4a9     postgres!main(
000000be`bc1ff740 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000be`bc1ff790 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000be`bc1ff800 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000be`bc1ff830 00007ffd`e3e34cb0     postgres!mainCRTStartup(
000000be`bc1ff860 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000be`bc1ff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000be`bc5ff618 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000be`bc5ff620 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000be`bc5ff910 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000be`bc5ff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000be`bc9ff6c8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000be`bc9ff6d0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000be`bc9ff9c0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000be`bc9ff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000be`bcdff848 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000be`bcdff850 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000be`bcdffb40 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000be`bcdffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a1`2ddfecd0 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a1`2ddfed10 00007ff7`125cb50c     postgres!ExceptionalCondition(
000000a1`2ddfed50 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000a1`2ddfeda0 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000a1`2ddfedf0 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a1`2ddff710 00007ff7`1247e7e8     postgres!PostmasterMain(
000000a1`2ddff8b0 00007ff7`12a7a4a9     postgres!main(
000000a1`2ddff8f0 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a1`2ddff940 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a1`2ddff9b0 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a1`2e1ff778 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a1`2e1ff780 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000a1`2e1ffa70 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a1`2e1ffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a1`2e5ffc38 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
000000a1`2e5ffc40 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
000000a1`2e5ffcb0 00007ffd`e3e34cb0     postgres!pg_signal_thread(
000000a1`2e5ffdb0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a1`2e5ffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a1`2e9ffbe8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a1`2e9ffbf0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000a1`2e9ffee0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a1`2e9fff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a1`2edff888 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a1`2edff890 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000a1`2edffb80 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a1`2edffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000006`09dff180 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000006`09dff1c0 00007ff7`125cb50c     postgres!ExceptionalCondition(
00000006`09dff200 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000006`09dff250 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000006`09dff2a0 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000006`09dffbc0 00007ff7`1247e7e8     postgres!PostmasterMain(
00000006`09dffd60 00007ff7`12a7a4a9     postgres!main(
00000006`09dffda0 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000006`09dffdf0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000006`09dffe60 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000006`0a1ff8c8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000006`0a1ff8d0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000006`0a1ffbc0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000006`0a1ffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000006`0a5ff678 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
00000006`0a5ff680 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
00000006`0a5ff6f0 00007ffd`e3e34cb0     postgres!pg_signal_thread(
00000006`0a5ff7f0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000006`0a5ff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000006`0a9ff558 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000006`0a9ff560 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000006`0a9ff850 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000006`0a9ff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000006`0adff868 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000006`0adff870 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000006`0adffb60 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000006`0adffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009b`8fdff1e0 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000009b`8fdff220 00007ff7`125cb50c     postgres!ExceptionalCondition(
0000009b`8fdff260 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000009b`8fdff2b0 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000009b`8fdff300 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000009b`8fdffc20 00007ff7`1247e7e8     postgres!PostmasterMain(
0000009b`8fdffdc0 00007ff7`12a7a4a9     postgres!main(
0000009b`8fdffe00 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000009b`8fdffe50 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000009b`8fdffec0 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000009b`901ff9d8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009b`901ff9e0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000009b`901ffcd0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009b`901ffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009b`905ff878 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009b`905ff880 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000009b`905ffb70 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009b`905ffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009b`909ff6c8 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
0000009b`909ff6d0 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
0000009b`909ff740 00007ffd`e3e34cb0     postgres!pg_signal_thread(
0000009b`909ff840 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009b`909ff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009b`90dff6f8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009b`90dff700 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000009b`90dff9f0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009b`90dffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000031`59bfea20 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000031`59bfea60 00007ff7`125cb50c     postgres!ExceptionalCondition(
00000031`59bfeaa0 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000031`59bfeaf0 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000031`59bfeb40 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000031`59bff460 00007ff7`1247e7e8     postgres!PostmasterMain(
00000031`59bff600 00007ff7`12a7a4a9     postgres!main(
00000031`59bff640 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000031`59bff690 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000031`59bff700 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000031`59fff988 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000031`59fff990 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000031`59fffc80 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000031`59fffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000031`5a3ff8f8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000031`5a3ff900 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000031`5a3ffbf0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000031`5a3ffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000031`5a7ff658 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
00000031`5a7ff660 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
00000031`5a7ff6d0 00007ffd`e3e34cb0     postgres!pg_signal_thread(
00000031`5a7ff7d0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000031`5a7ff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000031`5abff468 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000031`5abff470 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000031`5abff760 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000031`5abff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000086`40bff8a8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000086`40bff8b0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000086`40bffba0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000086`40bffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000086`3fffee70 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000086`3fffeeb0 00007ff7`125cb50c     postgres!ExceptionalCondition(
00000086`3fffeef0 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000086`3fffef40 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000086`3fffef90 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000086`3ffff8b0 00007ff7`1247e7e8     postgres!PostmasterMain(
00000086`3ffffa50 00007ff7`12a7a4a9     postgres!main(
00000086`3ffffa90 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000086`3ffffae0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000086`3ffffb50 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000086`403ff6b8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000086`403ff6c0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000086`403ff9b0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000086`403ff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000086`407ff9a8 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
00000086`407ff9b0 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
00000086`407ffa20 00007ffd`e3e34cb0     postgres!pg_signal_thread(
00000086`407ffb20 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000086`407ffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000086`40fff838 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000086`40fff840 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000086`40fffb30 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000086`40fffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000020`36bff7f8 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
00000020`36bff800 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
00000020`36bff870 00007ffd`e3e34cb0     postgres!pg_signal_thread(
00000020`36bff970 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000020`36bff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000020`36fff988 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000020`36fff990 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000020`36fffc80 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000020`36fffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000020`35fff030 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000020`35fff070 00007ff7`125cb50c     postgres!ExceptionalCondition(
00000020`35fff0b0 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000020`35fff100 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000020`35fff150 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000020`35fffa70 00007ff7`1247e7e8     postgres!PostmasterMain(
00000020`35fffc10 00007ff7`12a7a4a9     postgres!main(
00000020`35fffc50 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000020`35fffca0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000020`35fffd10 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000020`363ff458 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000020`363ff460 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000020`363ff750 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000020`363ff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000020`367ff658 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000020`367ff660 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000020`367ff950 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000020`367ff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001d`553ffb48 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001d`553ffb50 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000001d`553ffe40 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001d`553ffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001d`54bff1b0 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000001d`54bff1f0 00007ff7`125cb50c     postgres!ExceptionalCondition(
0000001d`54bff230 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000001d`54bff280 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000001d`54bff2d0 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000001d`54bffbf0 00007ff7`1247e7e8     postgres!PostmasterMain(
0000001d`54bffd90 00007ff7`12a7a4a9     postgres!main(
0000001d`54bffdd0 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000001d`54bffe20 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000001d`54bffe90 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000001d`54fffa78 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001d`54fffa80 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000001d`54fffd70 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001d`54fffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001d`55bff718 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001d`55bff720 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000001d`55bffa10 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001d`55bffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001d`557ffca8 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
0000001d`557ffcb0 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
0000001d`557ffd20 00007ffd`e3e34cb0     postgres!pg_signal_thread(
0000001d`557ffe20 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001d`557ffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000058`5a3feeb0 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000058`5a3feef0 00007ff7`125cb50c     postgres!ExceptionalCondition(
00000058`5a3fef30 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000058`5a3fef80 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000058`5a3fefd0 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000058`5a3ff8f0 00007ff7`1247e7e8     postgres!PostmasterMain(
00000058`5a3ffa90 00007ff7`12a7a4a9     postgres!main(
00000058`5a3ffad0 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000058`5a3ffb20 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000058`5a3ffb90 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000058`5b3ff6e8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000058`5b3ff6f0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000058`5b3ff9e0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000058`5b3ffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000058`5afffb28 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000058`5afffb30 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000058`5afffe20 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000058`5afffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000058`5a7ff898 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000058`5a7ff8a0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000058`5a7ffb90 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000058`5a7ffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000058`5abff998 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
00000058`5abff9a0 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
00000058`5abffa10 00007ffd`e3e34cb0     postgres!pg_signal_thread(
00000058`5abffb10 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000058`5abffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a6`d8fff140 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a6`d8fff180 00007ff7`125cb50c     postgres!ExceptionalCondition(
000000a6`d8fff1c0 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000a6`d8fff210 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000a6`d8fff260 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a6`d8fffb80 00007ff7`1247e7e8     postgres!PostmasterMain(
000000a6`d8fffd20 00007ff7`12a7a4a9     postgres!main(
000000a6`d8fffd60 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a6`d8fffdb0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a6`d8fffe20 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a6`d93ffae8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a6`d93ffaf0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000a6`d93ffde0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a6`d93ffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a6`d97ff888 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
000000a6`d97ff890 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
000000a6`d97ff900 00007ffd`e3e34cb0     postgres!pg_signal_thread(
000000a6`d97ffa00 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a6`d97ffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a6`d9bff448 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a6`d9bff450 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000a6`d9bff740 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a6`d9bff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a6`d9fffba8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a6`d9fffbb0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000a6`d9fffea0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a6`d9fffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000041`4e3fecc0 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000041`4e3fed00 00007ff7`125cb50c     postgres!ExceptionalCondition(
00000041`4e3fed40 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000041`4e3fed90 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000041`4e3fede0 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000041`4e3ff700 00007ff7`1247e7e8     postgres!PostmasterMain(
00000041`4e3ff8a0 00007ff7`12a7a4a9     postgres!main(
00000041`4e3ff8e0 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000041`4e3ff930 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000041`4e3ff9a0 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000041`4e7ff858 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000041`4e7ff860 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000041`4e7ffb50 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000041`4e7ffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000041`4ebff668 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000041`4ebff670 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000041`4ebff960 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000041`4ebff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000041`4efff638 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000041`4efff640 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000041`4efff930 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000041`4efff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000041`4f3ff848 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
00000041`4f3ff850 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
00000041`4f3ff8c0 00007ffd`e3e34cb0     postgres!pg_signal_thread(
00000041`4f3ff9c0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000041`4f3ff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000041`4f7ffa88 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000041`4f7ffa90 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000041`4f7ffd80 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000041`4f7ffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007e`825ff9e8 00007ff7`125c44c7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
0000007e`825ff9f0 00007ff7`1247e754     postgres!SubPostmasterMain(
0000007e`825ffa60 00007ff7`12a7a4a9     postgres!main(
0000007e`825ffaa0 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000007e`825ffaf0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000007e`825ffb60 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
0000007e`825ffb90 00007ffd`e3e34cb0     postgres!mainCRTStartup(
0000007e`825ffbc0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007e`825ffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007e`829ff628 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007e`829ff630 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000007e`829ff920 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007e`829ff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007e`82dffb28 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007e`82dffb30 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000007e`82dffe20 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007e`82dffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007e`831ff688 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007e`831ff690 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000007e`831ff980 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007e`831ff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000053`217fed30 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000053`217fed70 00007ff7`125cb50c     postgres!ExceptionalCondition(
00000053`217fedb0 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000053`217fee00 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000053`217fee50 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000053`217ff770 00007ff7`1247e7e8     postgres!PostmasterMain(
00000053`217ff910 00007ff7`12a7a4a9     postgres!main(
00000053`217ff950 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000053`217ff9a0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000053`217ffa10 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000053`21bff668 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000053`21bff670 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000053`21bff960 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000053`21bff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000053`21fff678 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
00000053`21fff680 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
00000053`21fff6f0 00007ffd`e3e34cb0     postgres!pg_signal_thread(
00000053`21fff7f0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000053`21fff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000053`223ff9f8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000053`223ffa00 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000053`223ffcf0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000053`223ffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000053`227ffba8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000053`227ffbb0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000053`227ffea0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000053`227ffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`007ff0a0 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000001`007ff0e0 00007ff7`125cb50c     postgres!ExceptionalCondition(
00000001`007ff120 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000001`007ff170 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000001`007ff1c0 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000001`007ffae0 00007ff7`1247e7e8     postgres!PostmasterMain(
00000001`007ffc80 00007ff7`12a7a4a9     postgres!main(
00000001`007ffcc0 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000001`007ffd10 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000001`007ffd80 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000001`00bff718 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000001`00bff720 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000001`00bffa10 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000001`00bffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`00fffd88 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
00000001`00fffd90 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
00000001`00fffe00 00007ffd`e3e34cb0     postgres!pg_signal_thread(
00000001`00ffff00 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000001`00ffff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`013ff628 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000001`013ff630 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000001`013ff920 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000001`013ff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`017ff758 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000001`017ff760 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000001`017ffa50 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000001`017ffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000037`7cdfede0 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000037`7cdfee20 00007ff7`125cb50c     postgres!ExceptionalCondition(
00000037`7cdfee60 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000037`7cdfeeb0 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000037`7cdfef00 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000037`7cdff820 00007ff7`1247e7e8     postgres!PostmasterMain(
00000037`7cdff9c0 00007ff7`12a7a4a9     postgres!main(
00000037`7cdffa00 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000037`7cdffa50 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000037`7cdffac0 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000037`7d1ff5f8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000037`7d1ff600 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000037`7d1ff8f0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000037`7d1ff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000037`7d5ff898 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000037`7d5ff8a0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000037`7d5ffb90 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000037`7d5ffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000037`7d9ff4c8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000037`7d9ff4d0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000037`7d9ff7c0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000037`7d9ff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000037`7ddff9a8 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
00000037`7ddff9b0 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
00000037`7ddffa20 00007ffd`e3e34cb0     postgres!pg_signal_thread(
00000037`7ddffb20 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000037`7ddffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000037`7e1ffa68 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000037`7e1ffa70 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000037`7e1ffd60 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000037`7e1ffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000032`55dffb38 00007ff7`125c44c7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000032`55dffb40 00007ff7`1247e754     postgres!SubPostmasterMain(
00000032`55dffbb0 00007ff7`12a7a4a9     postgres!main(
00000032`55dffbf0 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000032`55dffc40 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000032`55dffcb0 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000032`55dffce0 00007ffd`e3e34cb0     postgres!mainCRTStartup(
00000032`55dffd10 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000032`55dffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000032`561ff7b8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000032`561ff7c0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000032`561ffab0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000032`561ffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000032`565ff848 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000032`565ff850 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000032`565ffb40 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000032`565ffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ca`0cfffbf8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ca`0cfffc00 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000ca`0cfffef0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ca`0cffff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ca`0dbff708 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
000000ca`0dbff710 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
000000ca`0dbff780 00007ffd`e3e34cb0     postgres!pg_signal_thread(
000000ca`0dbff880 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ca`0dbff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ca`0d3ffad8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ca`0d3ffae0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000ca`0d3ffdd0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ca`0d3ffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ca`0d7ff648 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ca`0d7ff650 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000ca`0d7ff940 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ca`0d7ff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ca`0dfff558 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ca`0dfff560 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000ca`0dfff850 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ca`0dfff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ca`0cbff100 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ca`0cbff140 00007ff7`125cb50c     postgres!ExceptionalCondition(
000000ca`0cbff180 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ca`0cbff1d0 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000ca`0cbff220 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ca`0cbffb40 00007ff7`1247e7e8     postgres!PostmasterMain(
000000ca`0cbffce0 00007ff7`12a7a4a9     postgres!main(
000000ca`0cbffd20 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ca`0cbffd70 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ca`0cbffde0 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000066`7d3ff648 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000066`7d3ff650 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000066`7d3ff940 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000066`7d3ff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000066`7d7ff668 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
00000066`7d7ff670 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
00000066`7d7ff6e0 00007ffd`e3e34cb0     postgres!pg_signal_thread(
00000066`7d7ff7e0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000066`7d7ff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000066`7dbff7a8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000066`7dbff7b0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000066`7dbffaa0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000066`7dbffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000066`7cffeca0 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000066`7cffece0 00007ff7`125cb50c     postgres!ExceptionalCondition(
00000066`7cffed20 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000066`7cffed70 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000066`7cffedc0 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000066`7cfff6e0 00007ff7`1247e7e8     postgres!PostmasterMain(
00000066`7cfff880 00007ff7`12a7a4a9     postgres!main(
00000066`7cfff8c0 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000066`7cfff910 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000066`7cfff980 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000066`7dfff5e8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000066`7dfff5f0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000066`7dfff8e0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000066`7dfff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f2`95bffab8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f2`95bffac0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000f2`95bffdb0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f2`95bffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f2`94ffef90 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f2`94ffefd0 00007ff7`125cb50c     postgres!ExceptionalCondition(
000000f2`94fff010 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f2`94fff060 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000f2`94fff0b0 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f2`94fff9d0 00007ff7`1247e7e8     postgres!PostmasterMain(
000000f2`94fffb70 00007ff7`12a7a4a9     postgres!main(
000000f2`94fffbb0 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f2`94fffc00 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f2`94fffc70 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f2`953ffa48 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f2`953ffa50 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000f2`953ffd40 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f2`953ffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f2`957ff758 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f2`957ff760 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000f2`957ffa50 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f2`957ffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f2`95fffca8 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
000000f2`95fffcb0 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
000000f2`95fffd20 00007ffd`e3e34cb0     postgres!pg_signal_thread(
000000f2`95fffe20 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f2`95fffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f2`963ffc28 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f2`963ffc30 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000f2`963fff20 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f2`963fff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cb`a63feee0 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000cb`a63fef20 00007ff7`125cb50c     postgres!ExceptionalCondition(
000000cb`a63fef60 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000cb`a63fefb0 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000cb`a63ff000 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000cb`a63ff920 00007ff7`1247e7e8     postgres!PostmasterMain(
000000cb`a63ffac0 00007ff7`12a7a4a9     postgres!main(
000000cb`a63ffb00 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000cb`a63ffb50 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000cb`a63ffbc0 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000cb`a67ffb68 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cb`a67ffb70 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000cb`a67ffe60 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cb`a67ffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cb`a6bff7d8 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
000000cb`a6bff7e0 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
000000cb`a6bff850 00007ffd`e3e34cb0     postgres!pg_signal_thread(
000000cb`a6bff950 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cb`a6bff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cb`a6fff468 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cb`a6fff470 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000cb`a6fff760 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cb`a6fff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cb`a73ffb38 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cb`a73ffb40 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000cb`a73ffe30 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cb`a73ffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000034`45ffea60 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000034`45ffeaa0 00007ff7`125cb50c     postgres!ExceptionalCondition(
00000034`45ffeae0 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000034`45ffeb30 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000034`45ffeb80 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000034`45fff4a0 00007ff7`1247e7e8     postgres!PostmasterMain(
00000034`45fff640 00007ff7`12a7a4a9     postgres!main(
00000034`45fff680 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000034`45fff6d0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000034`45fff740 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000034`463ff638 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000034`463ff640 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000034`463ff930 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000034`463ff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000034`467ff838 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
00000034`467ff840 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
00000034`467ff8b0 00007ffd`e3e34cb0     postgres!pg_signal_thread(
00000034`467ff9b0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000034`467ff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000034`46bffad8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000034`46bffae0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000034`46bffdd0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000034`46bffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000034`46fffa48 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000034`46fffa50 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000034`46fffd40 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000034`46fffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000099`277ff5b8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000099`277ff5c0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000099`277ff8b0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000099`277ff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000099`267fec60 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000099`267feca0 00007ff7`125cb50c     postgres!ExceptionalCondition(
00000099`267fece0 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000099`267fed30 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000099`267fed80 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000099`267ff6a0 00007ff7`1247e7e8     postgres!PostmasterMain(
00000099`267ff840 00007ff7`12a7a4a9     postgres!main(
00000099`267ff880 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000099`267ff8d0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000099`267ff940 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000099`26bff4c8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000099`26bff4d0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000099`26bff7c0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000099`26bff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000099`26fffd78 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
00000099`26fffd80 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
00000099`26fffdf0 00007ffd`e3e34cb0     postgres!pg_signal_thread(
00000099`26fffef0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000099`26ffff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000099`273ff5f8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000099`273ff600 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000099`273ff8f0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000099`273ff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ea`27ffed60 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ea`27ffeda0 00007ff7`125cb50c     postgres!ExceptionalCondition(
000000ea`27ffede0 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ea`27ffee30 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000ea`27ffee80 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ea`27fff7a0 00007ff7`1247e7e8     postgres!PostmasterMain(
000000ea`27fff940 00007ff7`12a7a4a9     postgres!main(
000000ea`27fff980 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ea`27fff9d0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ea`27fffa40 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ea`283ffb78 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ea`283ffb80 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000ea`283ffe70 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ea`283ffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ea`287ff808 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ea`287ff810 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000ea`287ffb00 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ea`287ffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ea`28bff6b8 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
000000ea`28bff6c0 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
000000ea`28bff730 00007ffd`e3e34cb0     postgres!pg_signal_thread(
000000ea`28bff830 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ea`28bff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ea`28fffb08 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ea`28fffb10 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000ea`28fffe00 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ea`28fffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ef`027fedf0 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ef`027fee30 00007ff7`125cb50c     postgres!ExceptionalCondition(
000000ef`027fee70 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ef`027feec0 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000ef`027fef10 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ef`027ff830 00007ff7`1247e7e8     postgres!PostmasterMain(
000000ef`027ff9d0 00007ff7`12a7a4a9     postgres!main(
000000ef`027ffa10 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ef`027ffa60 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ef`027ffad0 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ef`02bffa98 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ef`02bffaa0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000ef`02bffd90 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ef`02bffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ef`02fff4f8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ef`02fff500 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000ef`02fff7f0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ef`02fff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ef`033ff528 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ef`033ff530 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000ef`033ff820 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ef`033ff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ef`037ffc08 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
000000ef`037ffc10 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
000000ef`037ffc80 00007ffd`e3e34cb0     postgres!pg_signal_thread(
000000ef`037ffd80 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ef`037ffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ef`03bff5e8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ef`03bff5f0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000ef`03bff8e0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ef`03bff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000083`e11ff1a0 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000083`e11ff1e0 00007ff7`125cb50c     postgres!ExceptionalCondition(
00000083`e11ff220 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000083`e11ff270 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000083`e11ff2c0 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000083`e11ffbe0 00007ff7`1247e7e8     postgres!PostmasterMain(
00000083`e11ffd80 00007ff7`12a7a4a9     postgres!main(
00000083`e11ffdc0 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000083`e11ffe10 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000083`e11ffe80 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000083`e15ffa18 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000083`e15ffa20 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000083`e15ffd10 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000083`e15ffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000083`e19ff8f8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000083`e19ff900 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000083`e19ffbf0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000083`e19ffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000083`e1dffbd8 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
00000083`e1dffbe0 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
00000083`e1dffc50 00007ffd`e3e34cb0     postgres!pg_signal_thread(
00000083`e1dffd50 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000083`e1dffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000083`e21ffb38 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000083`e21ffb40 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000083`e21ffe30 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000083`e21ffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004c`3d7fee10 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000004c`3d7fee50 00007ff7`125cb50c     postgres!ExceptionalCondition(
0000004c`3d7fee90 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000004c`3d7feee0 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000004c`3d7fef30 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000004c`3d7ff850 00007ff7`1247e7e8     postgres!PostmasterMain(
0000004c`3d7ff9f0 00007ff7`12a7a4a9     postgres!main(
0000004c`3d7ffa30 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000004c`3d7ffa80 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000004c`3d7ffaf0 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000004c`3dbff7a8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004c`3dbff7b0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000004c`3dbffaa0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004c`3dbffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004c`3dfff838 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004c`3dfff840 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000004c`3dfffb30 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004c`3dfffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004c`3e3ff488 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004c`3e3ff490 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000004c`3e3ff780 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004c`3e3ff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004c`3e7ff808 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
0000004c`3e7ff810 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
0000004c`3e7ff880 00007ffd`e3e34cb0     postgres!pg_signal_thread(
0000004c`3e7ff980 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004c`3e7ff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004c`3ebff5a8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004c`3ebff5b0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000004c`3ebff8a0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004c`3ebff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004b`949fea70 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000004b`949feab0 00007ff7`125cb50c     postgres!ExceptionalCondition(
0000004b`949feaf0 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000004b`949feb40 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000004b`949feb90 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000004b`949ff4b0 00007ff7`1247e7e8     postgres!PostmasterMain(
0000004b`949ff650 00007ff7`12a7a4a9     postgres!main(
0000004b`949ff690 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000004b`949ff6e0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000004b`949ff750 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000004b`955ff668 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
0000004b`955ff670 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
0000004b`955ff6e0 00007ffd`e3e34cb0     postgres!pg_signal_thread(
0000004b`955ff7e0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004b`955ff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004b`959ffbc8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004b`959ffbd0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000004b`959ffec0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004b`959ffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000db`18ffeb10 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000db`18ffeb50 00007ff7`125cb50c     postgres!ExceptionalCondition(
000000db`18ffeb90 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000db`18ffebe0 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000db`18ffec30 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000db`18fff550 00007ff7`1247e7e8     postgres!PostmasterMain(
000000db`18fff6f0 00007ff7`12a7a4a9     postgres!main(
000000db`18fff730 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000db`18fff780 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000db`18fff7f0 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000db`193ff478 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000db`193ff480 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000db`193ff770 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000db`193ff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000db`197ff4f8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000db`197ff500 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000db`197ff7f0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000db`197ff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000db`19bff4a8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000db`19bff4b0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000db`19bff7a0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000db`19bff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000db`19fff908 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
000000db`19fff910 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
000000db`19fff980 00007ffd`e3e34cb0     postgres!pg_signal_thread(
000000db`19fffa80 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000db`19fffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000db`1a3ff6a8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000db`1a3ff6b0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000db`1a3ff9a0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000db`1a3ff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008a`89dff010 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000008a`89dff050 00007ff7`125cb50c     postgres!ExceptionalCondition(
0000008a`89dff090 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000008a`89dff0e0 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000008a`89dff130 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000008a`89dffa50 00007ff7`1247e7e8     postgres!PostmasterMain(
0000008a`89dffbf0 00007ff7`12a7a4a9     postgres!main(
0000008a`89dffc30 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000008a`89dffc80 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000008a`89dffcf0 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000008a`8a1ffa68 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008a`8a1ffa70 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000008a`8a1ffd60 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008a`8a1ffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008a`8a5ff4d8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008a`8a5ff4e0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000008a`8a5ff7d0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008a`8a5ff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008a`8a9ff618 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
0000008a`8a9ff620 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
0000008a`8a9ff690 00007ffd`e3e34cb0     postgres!pg_signal_thread(
0000008a`8a9ff790 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008a`8a9ff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008a`8adff558 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008a`8adff560 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000008a`8adff850 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008a`8adff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000063`b03ffa18 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000063`b03ffa20 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000063`b03ffd10 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000063`b03ffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000063`af3febc0 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000063`af3fec00 00007ff7`125cb50c     postgres!ExceptionalCondition(
00000063`af3fec40 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000063`af3fec90 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000063`af3fece0 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000063`af3ff600 00007ff7`1247e7e8     postgres!PostmasterMain(
00000063`af3ff7a0 00007ff7`12a7a4a9     postgres!main(
00000063`af3ff7e0 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000063`af3ff830 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000063`af3ff8a0 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000063`af7ff5f8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000063`af7ff600 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000063`af7ff8f0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000063`af7ff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000063`afbff4a8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000063`afbff4b0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000063`afbff7a0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000063`afbff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000063`affff9e8 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
00000063`affff9f0 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
00000063`affffa60 00007ffd`e3e34cb0     postgres!pg_signal_thread(
00000063`affffb60 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000063`affffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000eb`8ddffa38 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
000000eb`8ddffa40 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
000000eb`8ddffab0 00007ffd`e3e34cb0     postgres!pg_signal_thread(
000000eb`8ddffbb0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000eb`8ddffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000eb`8d1febe0 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000eb`8d1fec20 00007ff7`125cb50c     postgres!ExceptionalCondition(
000000eb`8d1fec60 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000eb`8d1fecb0 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000eb`8d1fed00 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000eb`8d1ff620 00007ff7`1247e7e8     postgres!PostmasterMain(
000000eb`8d1ff7c0 00007ff7`12a7a4a9     postgres!main(
000000eb`8d1ff800 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000eb`8d1ff850 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000eb`8d1ff8c0 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000eb`8d5ff818 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000eb`8d5ff820 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000eb`8d5ffb10 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000eb`8d5ffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000eb`8d9ff9d8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000eb`8d9ff9e0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000eb`8d9ffcd0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000eb`8d9ffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000eb`8e1ff848 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000eb`8e1ff850 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000eb`8e1ffb40 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000eb`8e1ffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e7`5f7ffc68 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
000000e7`5f7ffc70 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
000000e7`5f7ffce0 00007ffd`e3e34cb0     postgres!pg_signal_thread(
000000e7`5f7ffde0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e7`5f7ffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e7`5effefb0 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e7`5effeff0 00007ff7`125cb50c     postgres!ExceptionalCondition(
000000e7`5efff030 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000e7`5efff080 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000e7`5efff0d0 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000e7`5efff9f0 00007ff7`1247e7e8     postgres!PostmasterMain(
000000e7`5efffb90 00007ff7`12a7a4a9     postgres!main(
000000e7`5efffbd0 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e7`5efffc20 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e7`5efffc90 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000e7`5ffff648 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e7`5ffff650 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000e7`5ffff940 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e7`5ffff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005f`cafffc48 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
0000005f`cafffc50 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
0000005f`cafffcc0 00007ffd`e3e34cb0     postgres!pg_signal_thread(
0000005f`cafffdc0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005f`cafffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005f`ca3fea50 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000005f`ca3fea90 00007ff7`125cb50c     postgres!ExceptionalCondition(
0000005f`ca3fead0 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000005f`ca3feb20 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000005f`ca3feb70 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000005f`ca3ff490 00007ff7`1247e7e8     postgres!PostmasterMain(
0000005f`ca3ff630 00007ff7`12a7a4a9     postgres!main(
0000005f`ca3ff670 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000005f`ca3ff6c0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000005f`ca3ff730 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000005f`ca7ff738 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005f`ca7ff740 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000005f`ca7ffa30 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005f`ca7ffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005f`cabff978 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005f`cabff980 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000005f`cabffc70 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005f`cabffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005f`cb3ff978 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005f`cb3ff980 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000005f`cb3ffc70 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005f`cb3ffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000075`e61ff938 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000075`e61ff940 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000075`e61ffc30 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000075`e61ffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000075`e55feb60 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000075`e55feba0 00007ff7`125cb50c     postgres!ExceptionalCondition(
00000075`e55febe0 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000075`e55fec30 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000075`e55fec80 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000075`e55ff5a0 00007ff7`1247e7e8     postgres!PostmasterMain(
00000075`e55ff740 00007ff7`12a7a4a9     postgres!main(
00000075`e55ff780 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000075`e55ff7d0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000075`e55ff840 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000075`e59ff748 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000075`e59ff750 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000075`e59ffa40 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000075`e59ffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000075`e5dff838 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
00000075`e5dff840 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
00000075`e5dff8b0 00007ffd`e3e34cb0     postgres!pg_signal_thread(
00000075`e5dff9b0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000075`e5dff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000075`e65ff928 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000075`e65ff930 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000075`e65ffc20 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000075`e65ffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000062`579ffd58 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
00000062`579ffd60 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
00000062`579ffdd0 00007ffd`e3e34cb0     postgres!pg_signal_thread(
00000062`579ffed0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000062`579fff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000062`56dff1d0 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000062`56dff210 00007ff7`125cb50c     postgres!ExceptionalCondition(
00000062`56dff250 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000062`56dff2a0 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000062`56dff2f0 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000062`56dffc10 00007ff7`1247e7e8     postgres!PostmasterMain(
00000062`56dffdb0 00007ff7`12a7a4a9     postgres!main(
00000062`56dffdf0 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000062`56dffe40 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000062`56dffeb0 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000062`571ff8d8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000062`571ff8e0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000062`571ffbd0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000062`571ffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000062`575ff848 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000062`575ff850 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000062`575ffb40 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000062`575ffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000062`57dff688 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000062`57dff690 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000062`57dff980 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000062`57dff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f4`0dfff748 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f4`0dfff750 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000f4`0dfffa40 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f4`0dfffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f4`0d3ff1b0 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f4`0d3ff1f0 00007ff7`125cb50c     postgres!ExceptionalCondition(
000000f4`0d3ff230 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f4`0d3ff280 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000f4`0d3ff2d0 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f4`0d3ffbf0 00007ff7`1247e7e8     postgres!PostmasterMain(
000000f4`0d3ffd90 00007ff7`12a7a4a9     postgres!main(
000000f4`0d3ffdd0 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f4`0d3ffe20 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f4`0d3ffe90 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f4`0d7ffc38 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f4`0d7ffc40 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000f4`0d7fff30 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f4`0d7fff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f4`0dbffb18 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f4`0dbffb20 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000f4`0dbffe10 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f4`0dbffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f4`0e3ffb98 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
000000f4`0e3ffba0 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
000000f4`0e3ffc10 00007ffd`e3e34cb0     postgres!pg_signal_thread(
000000f4`0e3ffd10 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f4`0e3ffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f4`0e7ffae8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f4`0e7ffaf0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000f4`0e7ffde0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f4`0e7ffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b2`f7bffa98 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b2`f7bffaa0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000b2`f7bffd90 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b2`f7bffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b2`f7fff718 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b2`f7fff720 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000b2`f7fffa10 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b2`f7fffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b2`f73ff9d8 00007ff7`125c44c7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000b2`f73ff9e0 00007ff7`1247e754     postgres!SubPostmasterMain(
000000b2`f73ffa50 00007ff7`12a7a4a9     postgres!main(
000000b2`f73ffa90 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b2`f73ffae0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000b2`f73ffb50 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000b2`f73ffb80 00007ffd`e3e34cb0     postgres!mainCRTStartup(
000000b2`f73ffbb0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b2`f73ffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b2`f77ff798 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b2`f77ff7a0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000b2`f77ffa90 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b2`f77ffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000057`5b1ff548 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000057`5b1ff550 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000057`5b1ff840 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000057`5b1ff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000057`5adff508 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000057`5adff510 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000057`5adff800 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000057`5adff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000057`5a9fef00 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000057`5a9fef40 00007ff7`125cb50c     postgres!ExceptionalCondition(
00000057`5a9fef80 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000057`5a9fefd0 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000057`5a9ff020 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000057`5a9ff940 00007ff7`1247e7e8     postgres!PostmasterMain(
00000057`5a9ffae0 00007ff7`12a7a4a9     postgres!main(
00000057`5a9ffb20 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000057`5a9ffb70 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000057`5a9ffbe0 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000057`5b5ffb48 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
00000057`5b5ffb50 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
00000057`5b5ffbc0 00007ffd`e3e34cb0     postgres!pg_signal_thread(
00000057`5b5ffcc0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000057`5b5ffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000057`5b9ffac8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000057`5b9ffad0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000057`5b9ffdc0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000057`5b9ffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000076`007ffd08 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
00000076`007ffd10 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
00000076`007ffd80 00007ffd`e3e34cb0     postgres!pg_signal_thread(
00000076`007ffe80 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000076`007ffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000076`00bff8c8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000076`00bff8d0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000076`00bffbc0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000076`00bffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000076`7f7fec80 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000076`7f7fecc0 00007ff7`125cb50c     postgres!ExceptionalCondition(
00000076`7f7fed00 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000076`7f7fed50 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000076`7f7feda0 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000076`7f7ff6c0 00007ff7`1247e7e8     postgres!PostmasterMain(
00000076`7f7ff860 00007ff7`12a7a4a9     postgres!main(
00000076`7f7ff8a0 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000076`7f7ff8f0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000076`7f7ff960 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000076`7fbff928 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000076`7fbff930 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000076`7fbffc20 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000076`7fbffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000076`7ffff6d8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000076`7ffff6e0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000076`7ffff9d0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000076`7ffffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000076`003ff608 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000076`003ff610 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000076`003ff900 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000076`003ff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000087`0a9ff818 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000087`0a9ff820 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000087`0a9ffb10 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000087`0a9ffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000087`0b1ff6b8 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
00000087`0b1ff6c0 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
00000087`0b1ff730 00007ffd`e3e34cb0     postgres!pg_signal_thread(
00000087`0b1ff830 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000087`0b1ff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000087`0adff638 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000087`0adff640 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000087`0adff930 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000087`0adff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000087`0b5ff538 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000087`0b5ff540 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000087`0b5ff830 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000087`0b5ff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000087`0a5fef40 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000087`0a5fef80 00007ff7`125cb50c     postgres!ExceptionalCondition(
00000087`0a5fefc0 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000087`0a5ff010 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000087`0a5ff060 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000087`0a5ff980 00007ff7`1247e7e8     postgres!PostmasterMain(
00000087`0a5ffb20 00007ff7`12a7a4a9     postgres!main(
00000087`0a5ffb60 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000087`0a5ffbb0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000087`0a5ffc20 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000001d`61dff7f8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001d`61dff800 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000001d`61dffaf0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001d`61dffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001d`619fefe0 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000001d`619ff020 00007ff7`125cb50c     postgres!ExceptionalCondition(
0000001d`619ff060 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000001d`619ff0b0 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000001d`619ff100 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000001d`619ffa20 00007ff7`1247e7e8     postgres!PostmasterMain(
0000001d`619ffbc0 00007ff7`12a7a4a9     postgres!main(
0000001d`619ffc00 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000001d`619ffc50 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000001d`619ffcc0 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000001d`629ff5e8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001d`629ff5f0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000001d`629ff8e0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001d`629ff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001d`625ff9b8 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
0000001d`625ff9c0 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
0000001d`625ffa30 00007ffd`e3e34cb0     postgres!pg_signal_thread(
0000001d`625ffb30 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001d`625ffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001d`621ff8c8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001d`621ff8d0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000001d`621ffbc0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001d`621ffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d4`fe9ff5f8 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
000000d4`fe9ff600 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
000000d4`fe9ff670 00007ffd`e3e34cb0     postgres!pg_signal_thread(
000000d4`fe9ff770 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d4`fe9ff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d4`fddfefb0 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d4`fddfeff0 00007ff7`125cb50c     postgres!ExceptionalCondition(
000000d4`fddff030 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000d4`fddff080 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000d4`fddff0d0 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000d4`fddff9f0 00007ff7`1247e7e8     postgres!PostmasterMain(
000000d4`fddffb90 00007ff7`12a7a4a9     postgres!main(
000000d4`fddffbd0 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d4`fddffc20 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d4`fddffc90 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000d4`fe1ff938 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d4`fe1ff940 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000d4`fe1ffc30 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d4`fe1ffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d4`fe5ffa58 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d4`fe5ffa60 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000d4`fe5ffd50 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d4`fe5ffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d4`fedffaf8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d4`fedffb00 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000d4`fedffdf0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d4`fedffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008a`0bbffa18 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
0000008a`0bbffa20 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
0000008a`0bbffa90 00007ffd`e3e34cb0     postgres!pg_signal_thread(
0000008a`0bbffb90 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008a`0bbffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008a`0b7ff6f8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008a`0b7ff700 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000008a`0b7ff9f0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008a`0b7ffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008a`0b3fea10 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000008a`0b3fea50 00007ff7`125cb50c     postgres!ExceptionalCondition(
0000008a`0b3fea90 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000008a`0b3feae0 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000008a`0b3feb30 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000008a`0b3ff450 00007ff7`1247e7e8     postgres!PostmasterMain(
0000008a`0b3ff5f0 00007ff7`12a7a4a9     postgres!main(
0000008a`0b3ff630 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000008a`0b3ff680 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000008a`0b3ff6f0 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000008a`0c3ffa18 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008a`0c3ffa20 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000008a`0c3ffd10 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008a`0c3ffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008a`0bfffb28 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008a`0bfffb30 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000008a`0bfffe20 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008a`0bfffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000af`797ff8b8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000af`797ff8c0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000af`797ffbb0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000af`797ffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000af`79bff8e8 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
000000af`79bff8f0 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
000000af`79bff960 00007ffd`e3e34cb0     postgres!pg_signal_thread(
000000af`79bffa60 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000af`79bffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000af`79fff8f8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000af`79fff900 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000af`79fffbf0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000af`79fffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000af`78ffeea0 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000af`78ffeee0 00007ff7`125cb50c     postgres!ExceptionalCondition(
000000af`78ffef20 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000af`78ffef70 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000af`78ffefc0 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000af`78fff8e0 00007ff7`1247e7e8     postgres!PostmasterMain(
000000af`78fffa80 00007ff7`12a7a4a9     postgres!main(
000000af`78fffac0 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000af`78fffb10 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000af`78fffb80 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000af`793ff768 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000af`793ff770 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000af`793ffa60 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000af`793ffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fb`73dffb98 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fb`73dffba0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000fb`73dffe90 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fb`73dffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fb`741ffd68 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
000000fb`741ffd70 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
000000fb`741ffde0 00007ffd`e3e34cb0     postgres!pg_signal_thread(
000000fb`741ffee0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fb`741fff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fb`745ff9e8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fb`745ff9f0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000fb`745ffce0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fb`745ffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fb`731fec30 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000fb`731fec70 00007ff7`125cb50c     postgres!ExceptionalCondition(
000000fb`731fecb0 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000fb`731fed00 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000fb`731fed50 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000fb`731ff670 00007ff7`1247e7e8     postgres!PostmasterMain(
000000fb`731ff810 00007ff7`12a7a4a9     postgres!main(
000000fb`731ff850 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000fb`731ff8a0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000fb`731ff910 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000fb`735ff968 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fb`735ff970 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000fb`735ffc60 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fb`735ffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fb`739ffbd8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fb`739ffbe0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000fb`739ffed0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fb`739fff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002c`d93ffc08 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002c`d93ffc10 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000002c`d93fff00 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002c`d93fff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002c`d9fff708 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002c`d9fff710 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000002c`d9fffa00 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002c`d9fffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002c`d9bffa28 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
0000002c`d9bffa30 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
0000002c`d9bffaa0 00007ffd`e3e34cb0     postgres!pg_signal_thread(
0000002c`d9bffba0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002c`d9bffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002c`d97ff5a8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002c`d97ff5b0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000002c`d97ff8a0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002c`d97ff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002c`d8ffeec0 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000002c`d8ffef00 00007ff7`125cb50c     postgres!ExceptionalCondition(
0000002c`d8ffef40 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000002c`d8ffef90 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000002c`d8ffefe0 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000002c`d8fff900 00007ff7`1247e7e8     postgres!PostmasterMain(
0000002c`d8fffaa0 00007ff7`12a7a4a9     postgres!main(
0000002c`d8fffae0 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000002c`d8fffb30 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000002c`d8fffba0 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000071`ee7ff8e8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000071`ee7ff8f0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000071`ee7ffbe0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000071`ee7ffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000071`ee3fecc0 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000071`ee3fed00 00007ff7`125cb50c     postgres!ExceptionalCondition(
00000071`ee3fed40 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000071`ee3fed90 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000071`ee3fede0 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000071`ee3ff700 00007ff7`1247e7e8     postgres!PostmasterMain(
00000071`ee3ff8a0 00007ff7`12a7a4a9     postgres!main(
00000071`ee3ff8e0 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000071`ee3ff930 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000071`ee3ff9a0 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000071`eebffa58 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000071`eebffa60 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000071`eebffd50 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000071`eebffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000071`eefff908 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
00000071`eefff910 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
00000071`eefff980 00007ffd`e3e34cb0     postgres!pg_signal_thread(
00000071`eefffa80 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000071`eefffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000071`ef3ff6e8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000071`ef3ff6f0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000071`ef3ff9e0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000071`ef3ffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fe`fb7fef30 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000fe`fb7fef70 00007ff7`125cb50c     postgres!ExceptionalCondition(
000000fe`fb7fefb0 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000fe`fb7ff000 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000fe`fb7ff050 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000fe`fb7ff970 00007ff7`1247e7e8     postgres!PostmasterMain(
000000fe`fb7ffb10 00007ff7`12a7a4a9     postgres!main(
000000fe`fb7ffb50 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000fe`fb7ffba0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000fe`fb7ffc10 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000fe`fbbff618 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fe`fbbff620 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000fe`fbbff910 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fe`fbbff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fe`fbfff6e8 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
000000fe`fbfff6f0 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
000000fe`fbfff760 00007ffd`e3e34cb0     postgres!pg_signal_thread(
000000fe`fbfff860 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fe`fbfff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fe`fc3ff8c8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fe`fc3ff8d0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000fe`fc3ffbc0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fe`fc3ffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fe`fc7ff608 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fe`fc7ff610 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000fe`fc7ff900 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fe`fc7ff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000093`b61fee70 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000093`b61feeb0 00007ff7`125cb50c     postgres!ExceptionalCondition(
00000093`b61feef0 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000093`b61fef40 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000093`b61fef90 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000093`b61ff8b0 00007ff7`1247e7e8     postgres!PostmasterMain(
00000093`b61ffa50 00007ff7`12a7a4a9     postgres!main(
00000093`b61ffa90 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000093`b61ffae0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000093`b61ffb50 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000093`b65ff5e8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000093`b65ff5f0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000093`b65ff8e0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000093`b65ff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000093`b69ff9a8 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
00000093`b69ff9b0 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
00000093`b69ffa20 00007ffd`e3e34cb0     postgres!pg_signal_thread(
00000093`b69ffb20 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000093`b69ffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000093`b6dff9b8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000093`b6dff9c0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000093`b6dffcb0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000093`b6dffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000093`b71ffad8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000093`b71ffae0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000093`b71ffdd0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000093`b71ffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000089`f25ff538 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000089`f25ff540 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000089`f25ff830 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000089`f25ff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000089`f19fefc0 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000089`f19ff000 00007ff7`125cb50c     postgres!ExceptionalCondition(
00000089`f19ff040 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000089`f19ff090 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000089`f19ff0e0 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000089`f19ffa00 00007ff7`1247e7e8     postgres!PostmasterMain(
00000089`f19ffba0 00007ff7`12a7a4a9     postgres!main(
00000089`f19ffbe0 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000089`f19ffc30 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000089`f19ffca0 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000089`f1dffba8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000089`f1dffbb0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000089`f1dffea0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000089`f1dffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000089`f21ff918 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
00000089`f21ff920 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
00000089`f21ff990 00007ffd`e3e34cb0     postgres!pg_signal_thread(
00000089`f21ffa90 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000089`f21ffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000089`f29ff9c8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000089`f29ff9d0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000089`f29ffcc0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000089`f29ffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ef`32ffeae0 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ef`32ffeb20 00007ff7`125cb50c     postgres!ExceptionalCondition(
000000ef`32ffeb60 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ef`32ffebb0 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000ef`32ffec00 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ef`32fff520 00007ff7`1247e7e8     postgres!PostmasterMain(
000000ef`32fff6c0 00007ff7`12a7a4a9     postgres!main(
000000ef`32fff700 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ef`32fff750 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ef`32fff7c0 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ef`333ff4a8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ef`333ff4b0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000ef`333ff7a0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ef`333ff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ef`337ff648 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ef`337ff650 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000ef`337ff940 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ef`337ff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ef`33bffd28 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
000000ef`33bffd30 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
000000ef`33bffda0 00007ffd`e3e34cb0     postgres!pg_signal_thread(
000000ef`33bffea0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ef`33bffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ef`33fff808 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ef`33fff810 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000ef`33fffb00 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ef`33fffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e7`ba3fed30 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e7`ba3fed70 00007ff7`125cb50c     postgres!ExceptionalCondition(
000000e7`ba3fedb0 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000e7`ba3fee00 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000e7`ba3fee50 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000e7`ba3ff770 00007ff7`1247e7e8     postgres!PostmasterMain(
000000e7`ba3ff910 00007ff7`12a7a4a9     postgres!main(
000000e7`ba3ff950 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e7`ba3ff9a0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e7`ba3ffa10 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000e7`babff7a8 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
000000e7`babff7b0 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
000000e7`babff820 00007ffd`e3e34cb0     postgres!pg_signal_thread(
000000e7`babff920 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e7`babff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e7`ba7ff9a8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e7`ba7ff9b0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000e7`ba7ffca0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e7`ba7ffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e7`bafffaf8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e7`bafffb00 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000e7`bafffdf0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e7`bafffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e7`bb3ffbf8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e7`bb3ffc00 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000e7`bb3ffef0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e7`bb3fff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b9`71ffea80 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b9`71ffeac0 00007ff7`125cb50c     postgres!ExceptionalCondition(
000000b9`71ffeb00 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000b9`71ffeb50 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000b9`71ffeba0 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000b9`71fff4c0 00007ff7`1247e7e8     postgres!PostmasterMain(
000000b9`71fff660 00007ff7`12a7a4a9     postgres!main(
000000b9`71fff6a0 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b9`71fff6f0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000b9`71fff760 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000b9`72bff958 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
000000b9`72bff960 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
000000b9`72bff9d0 00007ffd`e3e34cb0     postgres!pg_signal_thread(
000000b9`72bffad0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b9`72bffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b9`72fffa38 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b9`72fffa40 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000b9`72fffd30 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b9`72fffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e0`be7ff918 00007ff7`125c44c7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000e0`be7ff920 00007ff7`1247e754     postgres!SubPostmasterMain(
000000e0`be7ff990 00007ff7`12a7a4a9     postgres!main(
000000e0`be7ff9d0 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e0`be7ffa20 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e0`be7ffa90 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000e0`be7ffac0 00007ffd`e3e34cb0     postgres!mainCRTStartup(
000000e0`be7ffaf0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e0`be7ffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e0`bebff9c8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e0`bebff9d0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000e0`bebffcc0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e0`bebffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e0`befffa88 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e0`befffa90 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000e0`befffd80 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e0`befffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000061`661ff8d8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000061`661ff8e0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000061`661ffbd0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000061`661ffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000061`655ff1b0 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000061`655ff1f0 00007ff7`125cb50c     postgres!ExceptionalCondition(
00000061`655ff230 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000061`655ff280 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000061`655ff2d0 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000061`655ffbf0 00007ff7`1247e7e8     postgres!PostmasterMain(
00000061`655ffd90 00007ff7`12a7a4a9     postgres!main(
00000061`655ffdd0 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000061`655ffe20 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000061`655ffe90 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000061`659ff988 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000061`659ff990 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000061`659ffc80 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000061`659ffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000061`65dffbb8 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
00000061`65dffbc0 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
00000061`65dffc30 00007ffd`e3e34cb0     postgres!pg_signal_thread(
00000061`65dffd30 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000061`65dffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000061`665ffc08 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000061`665ffc10 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000061`665fff00 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000061`665fff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000020`a7fff9a8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000020`a7fff9b0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000020`a7fffca0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000020`a7fffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000020`a7bff678 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
00000020`a7bff680 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
00000020`a7bff6f0 00007ffd`e3e34cb0     postgres!pg_signal_thread(
00000020`a7bff7f0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000020`a7bff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000020`a77ffa28 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000020`a77ffa30 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000020`a77ffd20 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000020`a77ffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000020`a73fef10 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000020`a73fef50 00007ff7`125cb50c     postgres!ExceptionalCondition(
00000020`a73fef90 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000020`a73fefe0 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000020`a73ff030 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000020`a73ff950 00007ff7`1247e7e8     postgres!PostmasterMain(
00000020`a73ffaf0 00007ff7`12a7a4a9     postgres!main(
00000020`a73ffb30 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000020`a73ffb80 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000020`a73ffbf0 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000020`a83ff508 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000020`a83ff510 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000020`a83ff800 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000020`a83ff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009d`6edff548 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009d`6edff550 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000009d`6edff840 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009d`6edff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009d`6e9fea40 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000009d`6e9fea80 00007ff7`125cb50c     postgres!ExceptionalCondition(
0000009d`6e9feac0 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000009d`6e9feb10 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000009d`6e9feb60 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000009d`6e9ff480 00007ff7`1247e7e8     postgres!PostmasterMain(
0000009d`6e9ff620 00007ff7`12a7a4a9     postgres!main(
0000009d`6e9ff660 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000009d`6e9ff6b0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000009d`6e9ff720 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000009d`6f9ff4a8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009d`6f9ff4b0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000009d`6f9ff7a0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009d`6f9ff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009d`6f5ff998 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
0000009d`6f5ff9a0 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
0000009d`6f5ffa10 00007ffd`e3e34cb0     postgres!pg_signal_thread(
0000009d`6f5ffb10 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009d`6f5ffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009d`6f1ff5f8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009d`6f1ff600 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000009d`6f1ff8f0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009d`6f1ff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000068`3cfff718 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000068`3cfff720 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000068`3cfffa10 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000068`3cfffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000068`3c7ff738 00007ff7`125c44c7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000068`3c7ff740 00007ff7`1247e754     postgres!SubPostmasterMain(
00000068`3c7ff7b0 00007ff7`12a7a4a9     postgres!main(
00000068`3c7ff7f0 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000068`3c7ff840 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000068`3c7ff8b0 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000068`3c7ff8e0 00007ffd`e3e34cb0     postgres!mainCRTStartup(
00000068`3c7ff910 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000068`3c7ff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000068`3cbff908 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000068`3cbff910 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000068`3cbffc00 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000068`3cbffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b6`6efffd78 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
000000b6`6efffd80 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
000000b6`6efffdf0 00007ffd`e3e34cb0     postgres!pg_signal_thread(
000000b6`6efffef0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b6`6effff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b6`6ebffc18 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b6`6ebffc20 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000b6`6ebfff10 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b6`6ebfff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b6`6e7ffa28 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b6`6e7ffa30 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000b6`6e7ffd20 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b6`6e7ffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b6`6e3fed10 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b6`6e3fed50 00007ff7`125cb50c     postgres!ExceptionalCondition(
000000b6`6e3fed90 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000b6`6e3fede0 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000b6`6e3fee30 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000b6`6e3ff750 00007ff7`1247e7e8     postgres!PostmasterMain(
000000b6`6e3ff8f0 00007ff7`12a7a4a9     postgres!main(
000000b6`6e3ff930 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b6`6e3ff980 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000b6`6e3ff9f0 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000b6`6f3ff568 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b6`6f3ff570 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000b6`6f3ff860 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b6`6f3ff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000074`937ff998 00007ff7`125c44c7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000074`937ff9a0 00007ff7`1247e754     postgres!SubPostmasterMain(
00000074`937ffa10 00007ff7`12a7a4a9     postgres!main(
00000074`937ffa50 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000074`937ffaa0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000074`937ffb10 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000074`937ffb40 00007ffd`e3e34cb0     postgres!mainCRTStartup(
00000074`937ffb70 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000074`937ffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000074`93bff988 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000074`93bff990 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000074`93bffc80 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000074`93bffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000074`93fffa38 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000074`93fffa40 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000074`93fffd30 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000074`93fffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005d`e09ff6e8 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
0000005d`e09ff6f0 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
0000005d`e09ff760 00007ffd`e3e34cb0     postgres!pg_signal_thread(
0000005d`e09ff860 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005d`e09ff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005d`e0dff968 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005d`e0dff970 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000005d`e0dffc60 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005d`e0dffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005d`e05ff6e8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005d`e05ff6f0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000005d`e05ff9e0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005d`e05ffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005d`e01ffbd8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005d`e01ffbe0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000005d`e01ffed0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005d`e01fff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005d`dfdfed00 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000005d`dfdfed40 00007ff7`125cb50c     postgres!ExceptionalCondition(
0000005d`dfdfed80 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000005d`dfdfedd0 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000005d`dfdfee20 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000005d`dfdff740 00007ff7`1247e7e8     postgres!PostmasterMain(
0000005d`dfdff8e0 00007ff7`12a7a4a9     postgres!main(
0000005d`dfdff920 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000005d`dfdff970 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000005d`dfdff9e0 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000022`917febd0 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000022`917fec10 00007ff7`125cb50c     postgres!ExceptionalCondition(
00000022`917fec50 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000022`917feca0 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000022`917fecf0 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000022`917ff610 00007ff7`1247e7e8     postgres!PostmasterMain(
00000022`917ff7b0 00007ff7`12a7a4a9     postgres!main(
00000022`917ff7f0 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000022`917ff840 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000022`917ff8b0 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000022`927ff668 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000022`927ff670 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000022`927ff960 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000022`927ff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000022`923ffa88 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000022`923ffa90 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000022`923ffd80 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000022`923ffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000022`91fff9d8 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
00000022`91fff9e0 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
00000022`91fffa50 00007ffd`e3e34cb0     postgres!pg_signal_thread(
00000022`91fffb50 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000022`91fffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000022`91bff5a8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000022`91bff5b0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000022`91bff8a0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000022`91bff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003d`26bff8b8 00007ff7`125c44c7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
0000003d`26bff8c0 00007ff7`1247e754     postgres!SubPostmasterMain(
0000003d`26bff930 00007ff7`12a7a4a9     postgres!main(
0000003d`26bff970 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000003d`26bff9c0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000003d`26bffa30 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
0000003d`26bffa60 00007ffd`e3e34cb0     postgres!mainCRTStartup(
0000003d`26bffa90 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003d`26bffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003d`273ff918 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003d`273ff920 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000003d`273ffc10 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003d`273ffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003d`26fff598 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003d`26fff5a0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000003d`26fff890 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003d`26fff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000b`661ffc08 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000b`661ffc10 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000000b`661fff00 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000b`661fff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000b`65dffa98 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000b`65dffaa0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000000b`65dffd90 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000b`65dffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000b`659fed90 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000000b`659fedd0 00007ff7`125cb50c     postgres!ExceptionalCondition(
0000000b`659fee10 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000000b`659fee60 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000000b`659feeb0 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000000b`659ff7d0 00007ff7`1247e7e8     postgres!PostmasterMain(
0000000b`659ff970 00007ff7`12a7a4a9     postgres!main(
0000000b`659ff9b0 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000000b`659ffa00 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000000b`659ffa70 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000000b`669ff468 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000b`669ff470 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000000b`669ff760 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000b`669ff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000b`665ff7a8 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
0000000b`665ff7b0 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
0000000b`665ff820 00007ffd`e3e34cb0     postgres!pg_signal_thread(
0000000b`665ff920 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000b`665ff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006f`627ffab8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006f`627ffac0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000006f`627ffdb0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006f`627ffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006f`633ff4b8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006f`633ff4c0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000006f`633ff7b0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006f`633ff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006f`62fffd78 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
0000006f`62fffd80 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
0000006f`62fffdf0 00007ffd`e3e34cb0     postgres!pg_signal_thread(
0000006f`62fffef0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006f`62ffff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006f`62bff8e8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006f`62bff8f0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000006f`62bffbe0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006f`62bffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006f`623fedf0 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000006f`623fee30 00007ff7`125cb50c     postgres!ExceptionalCondition(
0000006f`623fee70 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000006f`623feec0 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000006f`623fef10 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000006f`623ff830 00007ff7`1247e7e8     postgres!PostmasterMain(
0000006f`623ff9d0 00007ff7`12a7a4a9     postgres!main(
0000006f`623ffa10 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000006f`623ffa60 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000006f`623ffad0 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000058`0abff8e8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000058`0abff8f0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000058`0abffbe0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000058`0abffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000058`0a3fec40 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000058`0a3fec80 00007ff7`125cb50c     postgres!ExceptionalCondition(
00000058`0a3fecc0 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000058`0a3fed10 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000058`0a3fed60 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000058`0a3ff680 00007ff7`1247e7e8     postgres!PostmasterMain(
00000058`0a3ff820 00007ff7`12a7a4a9     postgres!main(
00000058`0a3ff860 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000058`0a3ff8b0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000058`0a3ff920 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000058`0a7ffaa8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000058`0a7ffab0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000058`0a7ffda0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000058`0a7ffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000058`0afff818 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000058`0afff820 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000058`0afffb10 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000058`0afffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000058`0b3ffbc8 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
00000058`0b3ffbd0 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
00000058`0b3ffc40 00007ffd`e3e34cb0     postgres!pg_signal_thread(
00000058`0b3ffd40 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000058`0b3ffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000058`0b7ff568 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000058`0b7ff570 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000058`0b7ff860 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000058`0b7ff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fc`cf3ff688 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fc`cf3ff690 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000fc`cf3ff980 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fc`cf3ff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fc`cefffaa8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fc`cefffab0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000fc`cefffda0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fc`cefffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fc`cfbffb68 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
000000fc`cfbffb70 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
000000fc`cfbffbe0 00007ffd`e3e34cb0     postgres!pg_signal_thread(
000000fc`cfbffce0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fc`cfbffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fc`cffff7f8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fc`cffff800 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000fc`cffffaf0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fc`cffffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fc`cebfea60 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000fc`cebfeaa0 00007ff7`125cb50c     postgres!ExceptionalCondition(
000000fc`cebfeae0 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000fc`cebfeb30 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000fc`cebfeb80 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000fc`cebff4a0 00007ff7`1247e7e8     postgres!PostmasterMain(
000000fc`cebff640 00007ff7`12a7a4a9     postgres!main(
000000fc`cebff680 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000fc`cebff6d0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000fc`cebff740 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000fc`cf7ff528 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fc`cf7ff530 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000fc`cf7ff820 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fc`cf7ff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b9`c4dff9d8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b9`c4dff9e0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000b9`c4dffcd0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b9`c4dffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b9`c51ffbe8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b9`c51ffbf0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000b9`c51ffee0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b9`c51fff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b9`c55ff9e8 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
000000b9`c55ff9f0 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
000000b9`c55ffa60 00007ffd`e3e34cb0     postgres!pg_signal_thread(
000000b9`c55ffb60 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b9`c55ffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b9`c45feca0 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b9`c45fece0 00007ff7`125cb50c     postgres!ExceptionalCondition(
000000b9`c45fed20 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000b9`c45fed70 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000b9`c45fedc0 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000b9`c45ff6e0 00007ff7`1247e7e8     postgres!PostmasterMain(
000000b9`c45ff880 00007ff7`12a7a4a9     postgres!main(
000000b9`c45ff8c0 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b9`c45ff910 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000b9`c45ff980 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000b9`c59ffb48 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b9`c59ffb50 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000b9`c59ffe40 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b9`c59ffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b9`c49ff4b8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b9`c49ff4c0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000b9`c49ff7b0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b9`c49ff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000db`77ffeae0 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000db`77ffeb20 00007ff7`125cb50c     postgres!ExceptionalCondition(
000000db`77ffeb60 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000db`77ffebb0 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000db`77ffec00 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000db`77fff520 00007ff7`1247e7e8     postgres!PostmasterMain(
000000db`77fff6c0 00007ff7`12a7a4a9     postgres!main(
000000db`77fff700 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000db`77fff750 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000db`77fff7c0 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000db`783ffbb8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000db`783ffbc0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000db`783ffeb0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000db`783ffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000db`787ffad8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000db`787ffae0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000db`787ffdd0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000db`787ffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000db`78bffc88 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
000000db`78bffc90 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
000000db`78bffd00 00007ffd`e3e34cb0     postgres!pg_signal_thread(
000000db`78bffe00 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000db`78bffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000db`78fff638 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000db`78fff640 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000db`78fff930 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000db`78fff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b5`1adfea50 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b5`1adfea90 00007ff7`125cb50c     postgres!ExceptionalCondition(
000000b5`1adfead0 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000b5`1adfeb20 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000b5`1adfeb70 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000b5`1adff490 00007ff7`1247e7e8     postgres!PostmasterMain(
000000b5`1adff630 00007ff7`12a7a4a9     postgres!main(
000000b5`1adff670 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b5`1adff6c0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000b5`1adff730 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000b5`1bdff7f8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b5`1bdff800 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000b5`1bdffaf0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b5`1bdffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b5`1b9ff798 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
000000b5`1b9ff7a0 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
000000b5`1b9ff810 00007ffd`e3e34cb0     postgres!pg_signal_thread(
000000b5`1b9ff910 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b5`1b9ff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b5`1b5ff868 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b5`1b5ff870 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000b5`1b5ffb60 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b5`1b5ffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b5`1b1ffa68 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b5`1b1ffa70 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000b5`1b1ffd60 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b5`1b1ffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c7`4c3ffa28 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c7`4c3ffa30 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000c7`4c3ffd20 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c7`4c3ffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c7`4bfff768 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
000000c7`4bfff770 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
000000c7`4bfff7e0 00007ffd`e3e34cb0     postgres!pg_signal_thread(
000000c7`4bfff8e0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c7`4bfff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c7`4bbff928 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c7`4bbff930 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000c7`4bbffc20 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c7`4bbffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c7`4b7ff4a8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c7`4b7ff4b0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000c7`4b7ff7a0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c7`4b7ff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c7`4b3fec90 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c7`4b3fecd0 00007ff7`125cb50c     postgres!ExceptionalCondition(
000000c7`4b3fed10 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c7`4b3fed60 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000c7`4b3fedb0 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c7`4b3ff6d0 00007ff7`1247e7e8     postgres!PostmasterMain(
000000c7`4b3ff870 00007ff7`12a7a4a9     postgres!main(
000000c7`4b3ff8b0 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c7`4b3ff900 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c7`4b3ff970 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000067`637fea20 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000067`637fea60 00007ff7`125cb50c     postgres!ExceptionalCondition(
00000067`637feaa0 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000067`637feaf0 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000067`637feb40 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000067`637ff460 00007ff7`1247e7e8     postgres!PostmasterMain(
00000067`637ff600 00007ff7`12a7a4a9     postgres!main(
00000067`637ff640 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000067`637ff690 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000067`637ff700 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000067`63fffa48 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
00000067`63fffa50 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
00000067`63fffac0 00007ffd`e3e34cb0     postgres!pg_signal_thread(
00000067`63fffbc0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000067`63fffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000067`643ff5b8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000067`643ff5c0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000067`643ff8b0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000067`643ff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000067`647ff7a8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000067`647ff7b0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000067`647ffaa0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000067`647ffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000067`63bff658 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000067`63bff660 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000067`63bff950 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000067`63bff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005e`2d9ffba8 00007ff7`125c44c7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
0000005e`2d9ffbb0 00007ff7`1247e754     postgres!SubPostmasterMain(
0000005e`2d9ffc20 00007ff7`12a7a4a9     postgres!main(
0000005e`2d9ffc60 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000005e`2d9ffcb0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000005e`2d9ffd20 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
0000005e`2d9ffd50 00007ffd`e3e34cb0     postgres!mainCRTStartup(
0000005e`2d9ffd80 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005e`2d9ffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005e`2e1ff8d8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005e`2e1ff8e0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000005e`2e1ffbd0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005e`2e1ffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005e`2ddffc08 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005e`2ddffc10 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000005e`2ddfff00 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005e`2ddfff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000079`93bff8a8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000079`93bff8b0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000079`93bffba0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000079`93bffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000079`937ffae8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000079`937ffaf0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000079`937ffde0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000079`937ffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000079`933feaa0 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000079`933feae0 00007ff7`125cb50c     postgres!ExceptionalCondition(
00000079`933feb20 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000079`933feb70 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000079`933febc0 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000079`933ff4e0 00007ff7`1247e7e8     postgres!PostmasterMain(
00000079`933ff680 00007ff7`12a7a4a9     postgres!main(
00000079`933ff6c0 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000079`933ff710 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000079`933ff780 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000079`947ffa68 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000079`947ffa70 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000079`947ffd60 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000079`947ffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000079`943ff5c8 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
00000079`943ff5d0 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
00000079`943ff640 00007ffd`e3e34cb0     postgres!pg_signal_thread(
00000079`943ff740 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000079`943ff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000079`93fff738 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000079`93fff740 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000079`93fffa30 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000079`93fffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001e`733ff758 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
0000001e`733ff760 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
0000001e`733ff7d0 00007ffd`e3e34cb0     postgres!pg_signal_thread(
0000001e`733ff8d0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001e`733ff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001e`72bff978 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001e`72bff980 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000001e`72bffc70 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001e`72bffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001e`727ffb68 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001e`727ffb70 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000001e`727ffe60 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001e`727ffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001e`723fecc0 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000001e`723fed00 00007ff7`125cb50c     postgres!ExceptionalCondition(
0000001e`723fed40 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000001e`723fed90 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000001e`723fede0 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000001e`723ff700 00007ff7`1247e7e8     postgres!PostmasterMain(
0000001e`723ff8a0 00007ff7`12a7a4a9     postgres!main(
0000001e`723ff8e0 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000001e`723ff930 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000001e`723ff9a0 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000001e`737ff588 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001e`737ff590 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000001e`737ff880 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001e`737ff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001e`72fff8d8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001e`72fff8e0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000001e`72fffbd0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001e`72fffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c0`e0fff708 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c0`e0fff710 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000c0`e0fffa00 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c0`e0fffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c0`dfffec20 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c0`dfffec60 00007ff7`125cb50c     postgres!ExceptionalCondition(
000000c0`dfffeca0 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c0`dfffecf0 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000c0`dfffed40 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c0`dffff660 00007ff7`1247e7e8     postgres!PostmasterMain(
000000c0`dffff800 00007ff7`12a7a4a9     postgres!main(
000000c0`dffff840 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c0`dffff890 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c0`dffff900 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c0`e0bff868 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c0`e0bff870 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000c0`e0bffb60 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c0`e0bffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c0`e07ffcf8 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
000000c0`e07ffd00 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
000000c0`e07ffd70 00007ffd`e3e34cb0     postgres!pg_signal_thread(
000000c0`e07ffe70 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c0`e07ffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c0`e03ff7b8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c0`e03ff7c0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000c0`e03ffab0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c0`e03ffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000051`33bffa58 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000051`33bffa60 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000051`33bffd50 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000051`33bffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000051`333ffb58 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000051`333ffb60 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000051`333ffe50 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000051`333ffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000051`337ff7e8 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
00000051`337ff7f0 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
00000051`337ff860 00007ffd`e3e34cb0     postgres!pg_signal_thread(
00000051`337ff960 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000051`337ff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000051`32fffac8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000051`32fffad0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000051`32fffdc0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000051`32fffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000051`32bff000 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000051`32bff040 00007ff7`125cb50c     postgres!ExceptionalCondition(
00000051`32bff080 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000051`32bff0d0 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000051`32bff120 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000051`32bffa40 00007ff7`1247e7e8     postgres!PostmasterMain(
00000051`32bffbe0 00007ff7`12a7a4a9     postgres!main(
00000051`32bffc20 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000051`32bffc70 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000051`32bffce0 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000003f`eb1ff7b8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003f`eb1ff7c0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000003f`eb1ffab0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003f`eb1ffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003f`eb5ff4a8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003f`eb5ff4b0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000003f`eb5ff7a0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003f`eb5ff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003f`eb9ff7c8 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
0000003f`eb9ff7d0 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
0000003f`eb9ff840 00007ffd`e3e34cb0     postgres!pg_signal_thread(
0000003f`eb9ff940 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003f`eb9ff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003f`ebdff5c8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003f`ebdff5d0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000003f`ebdff8c0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003f`ebdff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003f`ea9feb30 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000003f`ea9feb70 00007ff7`125cb50c     postgres!ExceptionalCondition(
0000003f`ea9febb0 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000003f`ea9fec00 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000003f`ea9fec50 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000003f`ea9ff570 00007ff7`1247e7e8     postgres!PostmasterMain(
0000003f`ea9ff710 00007ff7`12a7a4a9     postgres!main(
0000003f`ea9ff750 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000003f`ea9ff7a0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000003f`ea9ff810 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000003f`eadff6c8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003f`eadff6d0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000003f`eadff9c0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003f`eadff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000086`54dff9d8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000086`54dff9e0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000086`54dffcd0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000086`54dffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000086`551ffad8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000086`551ffae0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000086`551ffdd0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000086`551ffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000086`555ffbf8 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
00000086`555ffc00 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
00000086`555ffc70 00007ffd`e3e34cb0     postgres!pg_signal_thread(
00000086`555ffd70 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000086`555ffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000086`559ff618 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000086`559ff620 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000086`559ff910 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000086`559ff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000086`545febc0 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000086`545fec00 00007ff7`125cb50c     postgres!ExceptionalCondition(
00000086`545fec40 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000086`545fec90 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000086`545fece0 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000086`545ff600 00007ff7`1247e7e8     postgres!PostmasterMain(
00000086`545ff7a0 00007ff7`12a7a4a9     postgres!main(
00000086`545ff7e0 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000086`545ff830 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000086`545ff8a0 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000086`549ffbe8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000086`549ffbf0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000086`549ffee0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000086`549fff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000a`bbdffae8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000a`bbdffaf0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000000a`bbdffde0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000a`bbdffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000a`bb5ff928 00007ff7`125c44c7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
0000000a`bb5ff930 00007ff7`1247e754     postgres!SubPostmasterMain(
0000000a`bb5ff9a0 00007ff7`12a7a4a9     postgres!main(
0000000a`bb5ff9e0 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000000a`bb5ffa30 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000000a`bb5ffaa0 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
0000000a`bb5ffad0 00007ffd`e3e34cb0     postgres!mainCRTStartup(
0000000a`bb5ffb00 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000a`bb5ffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000a`bb9ffc38 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000a`bb9ffc40 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000000a`bb9fff30 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000a`bb9fff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000056`28fff938 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
00000056`28fff940 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
00000056`28fff9b0 00007ffd`e3e34cb0     postgres!pg_signal_thread(
00000056`28fffab0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000056`28fffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000056`293ff608 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000056`293ff610 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000056`293ff900 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000056`293ff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000056`297ff9a8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000056`297ff9b0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000056`297ffca0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000056`297ffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000056`287fed40 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000056`287fed80 00007ff7`125cb50c     postgres!ExceptionalCondition(
00000056`287fedc0 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000056`287fee10 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000056`287fee60 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000056`287ff780 00007ff7`1247e7e8     postgres!PostmasterMain(
00000056`287ff920 00007ff7`12a7a4a9     postgres!main(
00000056`287ff960 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000056`287ff9b0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000056`287ffa20 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000056`28bff798 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000056`28bff7a0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000056`28bffa90 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000056`28bffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006a`9b7ff578 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006a`9b7ff580 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000006a`9b7ff870 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006a`9b7ff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006a`9b3ffbb8 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
0000006a`9b3ffbc0 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
0000006a`9b3ffc30 00007ffd`e3e34cb0     postgres!pg_signal_thread(
0000006a`9b3ffd30 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006a`9b3ffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006a`9afff6c8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006a`9afff6d0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000006a`9afff9c0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006a`9afff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006a`9abff548 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006a`9abff550 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000006a`9abff840 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006a`9abff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006a`9a7fef40 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000006a`9a7fef80 00007ff7`125cb50c     postgres!ExceptionalCondition(
0000006a`9a7fefc0 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000006a`9a7ff010 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000006a`9a7ff060 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000006a`9a7ff980 00007ff7`1247e7e8     postgres!PostmasterMain(
0000006a`9a7ffb20 00007ff7`12a7a4a9     postgres!main(
0000006a`9a7ffb60 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000006a`9a7ffbb0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000006a`9a7ffc20 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000db`48dfebb0 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000db`48dfebf0 00007ff7`125cb50c     postgres!ExceptionalCondition(
000000db`48dfec30 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000db`48dfec80 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000db`48dfecd0 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000db`48dff5f0 00007ff7`1247e7e8     postgres!PostmasterMain(
000000db`48dff790 00007ff7`12a7a4a9     postgres!main(
000000db`48dff7d0 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000db`48dff820 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000db`48dff890 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000db`491ffb58 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000db`491ffb60 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000db`491ffe50 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000db`491ffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000db`49dff928 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000db`49dff930 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000db`49dffc20 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000db`49dffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000db`495ff608 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
000000db`495ff610 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
000000db`495ff680 00007ffd`e3e34cb0     postgres!pg_signal_thread(
000000db`495ff780 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000db`495ff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000db`499ffb38 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000db`499ffb40 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000db`499ffe30 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000db`499ffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007f`df1ffc08 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007f`df1ffc10 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000007f`df1fff00 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007f`df1fff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007f`de5ff0d0 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000007f`de5ff110 00007ff7`125cb50c     postgres!ExceptionalCondition(
0000007f`de5ff150 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000007f`de5ff1a0 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000007f`de5ff1f0 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000007f`de5ffb10 00007ff7`1247e7e8     postgres!PostmasterMain(
0000007f`de5ffcb0 00007ff7`12a7a4a9     postgres!main(
0000007f`de5ffcf0 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000007f`de5ffd40 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000007f`de5ffdb0 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000007f`de9ffc28 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007f`de9ffc30 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000007f`de9fff20 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007f`de9fff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007f`dedffa58 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
0000007f`dedffa60 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
0000007f`dedffad0 00007ffd`e3e34cb0     postgres!pg_signal_thread(
0000007f`dedffbd0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007f`dedffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007f`df5ff4a8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007f`df5ff4b0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000007f`df5ff7a0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007f`df5ff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000087`e57ff0d0 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000087`e57ff110 00007ff7`125cb50c     postgres!ExceptionalCondition(
00000087`e57ff150 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000087`e57ff1a0 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000087`e57ff1f0 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000087`e57ffb10 00007ff7`1247e7e8     postgres!PostmasterMain(
00000087`e57ffcb0 00007ff7`12a7a4a9     postgres!main(
00000087`e57ffcf0 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000087`e57ffd40 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000087`e57ffdb0 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000087`e63ff788 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
00000087`e63ff790 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
00000087`e63ff800 00007ffd`e3e34cb0     postgres!pg_signal_thread(
00000087`e63ff900 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000087`e63ff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000087`e67ffa08 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000087`e67ffa10 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000087`e67ffd00 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000087`e67ffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000087`e5bffbf8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000087`e5bffc00 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000087`e5bffef0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000087`e5bfff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000087`e5fff7c8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000087`e5fff7d0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000087`e5fffac0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000087`e5fffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000017`817ffae8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000017`817ffaf0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000017`817ffde0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000017`817ffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000017`823ffc38 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000017`823ffc40 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000017`823fff30 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000017`823fff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000017`81fffc98 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
00000017`81fffca0 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
00000017`81fffd10 00007ffd`e3e34cb0     postgres!pg_signal_thread(
00000017`81fffe10 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000017`81fffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000017`81bffb38 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000017`81bffb40 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000017`81bffe30 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000017`81bffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000017`813fef90 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000017`813fefd0 00007ff7`125cb50c     postgres!ExceptionalCondition(
00000017`813ff010 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000017`813ff060 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000017`813ff0b0 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000017`813ff9d0 00007ff7`1247e7e8     postgres!PostmasterMain(
00000017`813ffb70 00007ff7`12a7a4a9     postgres!main(
00000017`813ffbb0 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000017`813ffc00 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000017`813ffc70 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000034`e93fec30 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000034`e93fec70 00007ff7`125cb50c     postgres!ExceptionalCondition(
00000034`e93fecb0 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000034`e93fed00 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000034`e93fed50 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000034`e93ff670 00007ff7`1247e7e8     postgres!PostmasterMain(
00000034`e93ff810 00007ff7`12a7a4a9     postgres!main(
00000034`e93ff850 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000034`e93ff8a0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000034`e93ff910 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000034`e9fff5e8 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
00000034`e9fff5f0 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
00000034`e9fff660 00007ffd`e3e34cb0     postgres!pg_signal_thread(
00000034`e9fff760 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000034`e9fff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000034`ea3ff638 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000034`ea3ff640 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000034`ea3ff930 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000034`ea3ff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000034`e9bffae8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000034`e9bffaf0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000034`e9bffde0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000034`e9bffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000034`e97ff4f8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000034`e97ff500 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000034`e97ff7f0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000034`e97ff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007e`7cfff768 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007e`7cfff770 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000007e`7cfffa60 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007e`7cfffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007e`7c3fea60 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000007e`7c3feaa0 00007ff7`125cb50c     postgres!ExceptionalCondition(
0000007e`7c3feae0 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000007e`7c3feb30 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000007e`7c3feb80 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000007e`7c3ff4a0 00007ff7`1247e7e8     postgres!PostmasterMain(
0000007e`7c3ff640 00007ff7`12a7a4a9     postgres!main(
0000007e`7c3ff680 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000007e`7c3ff6d0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000007e`7c3ff740 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000007e`7c7ffa48 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007e`7c7ffa50 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000007e`7c7ffd40 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007e`7c7ffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007e`7d3ff588 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007e`7d3ff590 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000007e`7d3ff880 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007e`7d3ff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007e`7cbffc68 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
0000007e`7cbffc70 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
0000007e`7cbffce0 00007ffd`e3e34cb0     postgres!pg_signal_thread(
0000007e`7cbffde0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007e`7cbffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001f`741fed40 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000001f`741fed80 00007ff7`125cb50c     postgres!ExceptionalCondition(
0000001f`741fedc0 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000001f`741fee10 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000001f`741fee60 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000001f`741ff780 00007ff7`1247e7e8     postgres!PostmasterMain(
0000001f`741ff920 00007ff7`12a7a4a9     postgres!main(
0000001f`741ff960 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000001f`741ff9b0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000001f`741ffa20 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000001f`751ffbc8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001f`751ffbd0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000001f`751ffec0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001f`751ffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001f`74dff768 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001f`74dff770 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000001f`74dffa60 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001f`74dffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001f`745ff8e8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001f`745ff8f0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000001f`745ffbe0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001f`745ffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001f`749ffbd8 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
0000001f`749ffbe0 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
0000001f`749ffc50 00007ffd`e3e34cb0     postgres!pg_signal_thread(
0000001f`749ffd50 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001f`749ffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`4b9ff7f8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dd`4b9ff800 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000dd`4b9ffaf0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`4b9ffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`4c9ffc28 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dd`4c9ffc30 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000dd`4c9fff20 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`4c9fff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`4c5ff6a8 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
000000dd`4c5ff6b0 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
000000dd`4c5ff720 00007ffd`e3e34cb0     postgres!pg_signal_thread(
000000dd`4c5ff820 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`4c5ff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`4c1ff6c8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dd`4c1ff6d0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000dd`4c1ff9c0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`4c1ff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`4bdff648 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dd`4bdff650 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000dd`4bdff940 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`4bdff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`4b5fef80 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000dd`4b5fefc0 00007ff7`125cb50c     postgres!ExceptionalCondition(
000000dd`4b5ff000 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000dd`4b5ff050 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000dd`4b5ff0a0 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000dd`4b5ff9c0 00007ff7`1247e7e8     postgres!PostmasterMain(
000000dd`4b5ffb60 00007ff7`12a7a4a9     postgres!main(
000000dd`4b5ffba0 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000dd`4b5ffbf0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000dd`4b5ffc60 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000006d`9f1ff7e8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006d`9f1ff7f0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000006d`9f1ffae0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006d`9f1ffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006d`9edff958 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006d`9edff960 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000006d`9edffc50 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006d`9edffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006d`9e9ff5c8 00007ff7`125c44c7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
0000006d`9e9ff5d0 00007ff7`1247e754     postgres!SubPostmasterMain(
0000006d`9e9ff640 00007ff7`12a7a4a9     postgres!main(
0000006d`9e9ff680 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000006d`9e9ff6d0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000006d`9e9ff740 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
0000006d`9e9ff770 00007ffd`e3e34cb0     postgres!mainCRTStartup(
0000006d`9e9ff7a0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006d`9e9ff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bf`55bff1d0 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000bf`55bff210 00007ff7`125cb50c     postgres!ExceptionalCondition(
000000bf`55bff250 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000bf`55bff2a0 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000bf`55bff2f0 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000bf`55bffc10 00007ff7`1247e7e8     postgres!PostmasterMain(
000000bf`55bffdb0 00007ff7`12a7a4a9     postgres!main(
000000bf`55bffdf0 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000bf`55bffe40 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000bf`55bffeb0 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000bf`563ffa78 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
000000bf`563ffa80 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
000000bf`563ffaf0 00007ffd`e3e34cb0     postgres!pg_signal_thread(
000000bf`563ffbf0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bf`563ffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bf`56bff558 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bf`56bff560 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000bf`56bff850 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bf`56bff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bf`55fff628 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bf`55fff630 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000bf`55fff920 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bf`55fff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bf`567ffb38 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bf`567ffb40 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000bf`567ffe30 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bf`567ffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000050`0a7ff8b8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000050`0a7ff8c0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000050`0a7ffbb0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000050`0a7ffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000050`0abffb08 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000050`0abffb10 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000050`0abffe00 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000050`0abffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000050`09bfee10 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000050`09bfee50 00007ff7`125cb50c     postgres!ExceptionalCondition(
00000050`09bfee90 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000050`09bfeee0 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000050`09bfef30 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000050`09bff850 00007ff7`1247e7e8     postgres!PostmasterMain(
00000050`09bff9f0 00007ff7`12a7a4a9     postgres!main(
00000050`09bffa30 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000050`09bffa80 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000050`09bffaf0 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000050`09fff4f8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000050`09fff500 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000050`09fff7f0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000050`09fff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000050`0a3ff9b8 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
00000050`0a3ff9c0 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
00000050`0a3ffa30 00007ffd`e3e34cb0     postgres!pg_signal_thread(
00000050`0a3ffb30 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000050`0a3ffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003c`97bff638 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003c`97bff640 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000003c`97bff930 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003c`97bff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003c`977ff628 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
0000003c`977ff630 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
0000003c`977ff6a0 00007ffd`e3e34cb0     postgres!pg_signal_thread(
0000003c`977ff7a0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003c`977ff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003c`96bfec40 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000003c`96bfec80 00007ff7`125cb50c     postgres!ExceptionalCondition(
0000003c`96bfecc0 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000003c`96bfed10 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000003c`96bfed60 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000003c`96bff680 00007ff7`1247e7e8     postgres!PostmasterMain(
0000003c`96bff820 00007ff7`12a7a4a9     postgres!main(
0000003c`96bff860 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000003c`96bff8b0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000003c`96bff920 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000055`e07ff9d8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000055`e07ff9e0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000055`e07ffcd0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000055`e07ffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000055`e13ffbb8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000055`e13ffbc0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000055`e13ffeb0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000055`e13ffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000055`e0bffbe8 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
00000055`e0bffbf0 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
00000055`e0bffc60 00007ffd`e3e34cb0     postgres!pg_signal_thread(
00000055`e0bffd60 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000055`e0bffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000055`e0fffaf8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000055`e0fffb00 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000055`e0fffdf0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000055`e0fffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000055`e03feb10 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000055`e03feb50 00007ff7`125cb50c     postgres!ExceptionalCondition(
00000055`e03feb90 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000055`e03febe0 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000055`e03fec30 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000055`e03ff550 00007ff7`1247e7e8     postgres!PostmasterMain(
00000055`e03ff6f0 00007ff7`12a7a4a9     postgres!main(
00000055`e03ff730 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000055`e03ff780 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000055`e03ff7f0 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000038`06dffc38 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000038`06dffc40 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000038`06dfff30 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000038`06dfff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000038`075ffb38 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000038`075ffb40 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000038`075ffe30 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000038`075ffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000038`071ffa58 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
00000038`071ffa60 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
00000038`071ffad0 00007ffd`e3e34cb0     postgres!pg_signal_thread(
00000038`071ffbd0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000038`071ffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000038`069ff0e0 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000038`069ff120 00007ff7`125cb50c     postgres!ExceptionalCondition(
00000038`069ff160 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000038`069ff1b0 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000038`069ff200 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000038`069ffb20 00007ff7`1247e7e8     postgres!PostmasterMain(
00000038`069ffcc0 00007ff7`12a7a4a9     postgres!main(
00000038`069ffd00 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000038`069ffd50 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000038`069ffdc0 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000038`079ffbf8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000038`079ffc00 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000038`079ffef0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000038`079fff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a4`d9dffac8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a4`d9dffad0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000a4`d9dffdc0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a4`d9dffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a4`d95fefd0 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a4`d95ff010 00007ff7`125cb50c     postgres!ExceptionalCondition(
000000a4`d95ff050 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000a4`d95ff0a0 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000a4`d95ff0f0 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a4`d95ffa10 00007ff7`1247e7e8     postgres!PostmasterMain(
000000a4`d95ffbb0 00007ff7`12a7a4a9     postgres!main(
000000a4`d95ffbf0 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a4`d95ffc40 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a4`d95ffcb0 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a4`d99ff6d8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a4`d99ff6e0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000a4`d99ff9d0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a4`d99ffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a4`da1ffd58 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
000000a4`da1ffd60 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
000000a4`da1ffdd0 00007ffd`e3e34cb0     postgres!pg_signal_thread(
000000a4`da1ffed0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a4`da1fff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a4`da5ff518 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a4`da5ff520 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000a4`da5ff810 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a4`da5ff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000003`d5bff5d8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000003`d5bff5e0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000003`d5bff8d0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000003`d5bff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000003`d5fff808 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000003`d5fff810 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000003`d5fffb00 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000003`d5fffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000003`d63ffd18 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
00000003`d63ffd20 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
00000003`d63ffd90 00007ffd`e3e34cb0     postgres!pg_signal_thread(
00000003`d63ffe90 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000003`d63ffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000003`d57fed30 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000003`d57fed70 00007ff7`125cb50c     postgres!ExceptionalCondition(
00000003`d57fedb0 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000003`d57fee00 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000003`d57fee50 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000003`d57ff770 00007ff7`1247e7e8     postgres!PostmasterMain(
00000003`d57ff910 00007ff7`12a7a4a9     postgres!main(
00000003`d57ff950 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000003`d57ff9a0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000003`d57ffa10 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000003`d67ff948 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000003`d67ff950 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000003`d67ffc40 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000003`d67ffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000d`a47ff978 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000d`a47ff980 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000000d`a47ffc70 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000d`a47ffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000d`a4bffdb8 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
0000000d`a4bffdc0 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
0000000d`a4bffe30 00007ffd`e3e34cb0     postgres!pg_signal_thread(
0000000d`a4bfff30 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000d`a4bfff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000d`a4fff858 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000d`a4fff860 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000000d`a4fffb50 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000d`a4fffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000d`a53ff538 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000d`a53ff540 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000000d`a53ff830 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000d`a53ff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000d`a43fed90 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000000d`a43fedd0 00007ff7`125cb50c     postgres!ExceptionalCondition(
0000000d`a43fee10 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000000d`a43fee60 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000000d`a43feeb0 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000000d`a43ff7d0 00007ff7`1247e7e8     postgres!PostmasterMain(
0000000d`a43ff970 00007ff7`12a7a4a9     postgres!main(
0000000d`a43ff9b0 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000000d`a43ffa00 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000000d`a43ffa70 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f8`085ff5b8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f8`085ff5c0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000f8`085ff8b0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f8`085ff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f8`075fee10 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f8`075fee50 00007ff7`125cb50c     postgres!ExceptionalCondition(
000000f8`075fee90 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f8`075feee0 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000f8`075fef30 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f8`075ff850 00007ff7`1247e7e8     postgres!PostmasterMain(
000000f8`075ff9f0 00007ff7`12a7a4a9     postgres!main(
000000f8`075ffa30 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f8`075ffa80 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f8`075ffaf0 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f8`07dff728 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
000000f8`07dff730 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
000000f8`07dff7a0 00007ffd`e3e34cb0     postgres!pg_signal_thread(
000000f8`07dff8a0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f8`07dff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f8`079ff6e8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f8`079ff6f0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000f8`079ff9e0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f8`079ffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f8`081ffad8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f8`081ffae0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000f8`081ffdd0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f8`081ffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b6`ca7ff8f8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b6`ca7ff900 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000b6`ca7ffbf0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b6`ca7ffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b6`cabff7a8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b6`cabff7b0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000b6`cabffaa0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b6`cabffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b6`ca3fef20 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b6`ca3fef60 00007ff7`125cb50c     postgres!ExceptionalCondition(
000000b6`ca3fefa0 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000b6`ca3feff0 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000b6`ca3ff040 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000b6`ca3ff960 00007ff7`1247e7e8     postgres!PostmasterMain(
000000b6`ca3ffb00 00007ff7`12a7a4a9     postgres!main(
000000b6`ca3ffb40 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b6`ca3ffb90 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000b6`ca3ffc00 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000b6`cafff668 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
000000b6`cafff670 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
000000b6`cafff6e0 00007ffd`e3e34cb0     postgres!pg_signal_thread(
000000b6`cafff7e0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b6`cafff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b6`cb3ffa08 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b6`cb3ffa10 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000b6`cb3ffd00 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b6`cb3ffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fa`7fdffb88 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fa`7fdffb90 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000fa`7fdffe80 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fa`7fdffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fa`7f5ff578 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fa`7f5ff580 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000fa`7f5ff870 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fa`7f5ff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fa`7f9ffc78 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
000000fa`7f9ffc80 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
000000fa`7f9ffcf0 00007ffd`e3e34cb0     postgres!pg_signal_thread(
000000fa`7f9ffdf0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fa`7f9ffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fa`7f1ffb58 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fa`7f1ffb60 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000fa`7f1ffe50 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fa`7f1ffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fa`7edfebd0 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000fa`7edfec10 00007ff7`125cb50c     postgres!ExceptionalCondition(
000000fa`7edfec50 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000fa`7edfeca0 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000fa`7edfecf0 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000fa`7edff610 00007ff7`1247e7e8     postgres!PostmasterMain(
000000fa`7edff7b0 00007ff7`12a7a4a9     postgres!main(
000000fa`7edff7f0 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000fa`7edff840 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000fa`7edff8b0 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f3`8b5ff838 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f3`8b5ff840 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000f3`8b5ffb30 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f3`8b5ffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f3`8b1ff5f8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f3`8b1ff600 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000f3`8b1ff8f0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f3`8b1ff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f3`8adff598 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f3`8adff5a0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000f3`8adff890 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f3`8adff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f3`8a9fea00 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f3`8a9fea40 00007ff7`125cb50c     postgres!ExceptionalCondition(
000000f3`8a9fea80 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f3`8a9fead0 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000f3`8a9feb20 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f3`8a9ff440 00007ff7`1247e7e8     postgres!PostmasterMain(
000000f3`8a9ff5e0 00007ff7`12a7a4a9     postgres!main(
000000f3`8a9ff620 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f3`8a9ff670 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f3`8a9ff6e0 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f3`8bdff7b8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f3`8bdff7c0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000f3`8bdffab0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f3`8bdffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f3`8b9ff5d8 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
000000f3`8b9ff5e0 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
000000f3`8b9ff650 00007ffd`e3e34cb0     postgres!pg_signal_thread(
000000f3`8b9ff750 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f3`8b9ff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002e`907ff558 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002e`907ff560 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000002e`907ff850 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002e`907ff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002e`90fff678 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
0000002e`90fff680 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
0000002e`90fff6f0 00007ffd`e3e34cb0     postgres!pg_signal_thread(
0000002e`90fff7f0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002e`90fff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002e`90bff488 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002e`90bff490 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000002e`90bff780 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002e`90bff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002e`903feb50 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000002e`903feb90 00007ff7`125cb50c     postgres!ExceptionalCondition(
0000002e`903febd0 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000002e`903fec20 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000002e`903fec70 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000002e`903ff590 00007ff7`1247e7e8     postgres!PostmasterMain(
0000002e`903ff730 00007ff7`12a7a4a9     postgres!main(
0000002e`903ff770 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000002e`903ff7c0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000002e`903ff830 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000002e`913ffaf8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002e`913ffb00 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000002e`913ffdf0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002e`913ffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000072`549ff5d8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000072`549ff5e0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000072`549ff8d0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000072`549ff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000072`545feb20 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000072`545feb60 00007ff7`125cb50c     postgres!ExceptionalCondition(
00000072`545feba0 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000072`545febf0 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000072`545fec40 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000072`545ff560 00007ff7`1247e7e8     postgres!PostmasterMain(
00000072`545ff700 00007ff7`12a7a4a9     postgres!main(
00000072`545ff740 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000072`545ff790 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000072`545ff800 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000072`54dff6d8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000072`54dff6e0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000072`54dff9d0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000072`54dffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000072`551ff828 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
00000072`551ff830 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
00000072`551ff8a0 00007ffd`e3e34cb0     postgres!pg_signal_thread(
00000072`551ff9a0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000072`551ff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000072`555ff848 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000072`555ff850 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000072`555ffb40 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000072`555ffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000028`fcbfea50 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000028`fcbfea90 00007ff7`125cb50c     postgres!ExceptionalCondition(
00000028`fcbfead0 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000028`fcbfeb20 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000028`fcbfeb70 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000028`fcbff490 00007ff7`1247e7e8     postgres!PostmasterMain(
00000028`fcbff630 00007ff7`12a7a4a9     postgres!main(
00000028`fcbff670 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000028`fcbff6c0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000028`fcbff730 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000028`fcfff848 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000028`fcfff850 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000028`fcfffb40 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000028`fcfffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000028`fd3ff4d8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000028`fd3ff4e0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000028`fd3ff7d0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000028`fd3ff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000028`fd7ff598 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000028`fd7ff5a0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000028`fd7ff890 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000028`fd7ff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000028`fdbff858 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
00000028`fdbff860 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
00000028`fdbff8d0 00007ffd`e3e34cb0     postgres!pg_signal_thread(
00000028`fdbff9d0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000028`fdbffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000028`fdfff4c8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000028`fdfff4d0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000028`fdfff7c0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000028`fdfff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`78bff7b8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dd`78bff7c0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000dd`78bffab0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`78bffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`787ffa58 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
000000dd`787ffa60 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
000000dd`787ffad0 00007ffd`e3e34cb0     postgres!pg_signal_thread(
000000dd`787ffbd0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`787ffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`783ff488 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dd`783ff490 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000dd`783ff780 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`783ff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`77fffbe8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dd`77fffbf0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000dd`77fffee0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`77ffff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`77bfedd0 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000dd`77bfee10 00007ff7`125cb50c     postgres!ExceptionalCondition(
000000dd`77bfee50 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000dd`77bfeea0 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000dd`77bfeef0 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000dd`77bff810 00007ff7`1247e7e8     postgres!PostmasterMain(
000000dd`77bff9b0 00007ff7`12a7a4a9     postgres!main(
000000dd`77bff9f0 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000dd`77bffa40 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000dd`77bffab0 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000005c`cbbff8b8 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
0000005c`cbbff8c0 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
0000005c`cbbff930 00007ffd`e3e34cb0     postgres!pg_signal_thread(
0000005c`cbbffa30 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005c`cbbffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005c`cb3feb80 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000005c`cb3febc0 00007ff7`125cb50c     postgres!ExceptionalCondition(
0000005c`cb3fec00 00007ff7`125ca678     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000005c`cb3fec50 00007ff7`125cbb35     postgres!process_pm_child_exit(void)+0x748 [c:\cirrus\src\backend\postmaster\pos...
0000005c`cb3fecb0 00007ff7`125c9216     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000005c`cb3ff5d0 00007ff7`1247e7e8     postgres!PostmasterMain(
0000005c`cb3ff770 00007ff7`12a7a4a9     postgres!main(
0000005c`cb3ff7b0 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000005c`cb3ff800 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000005c`cb3ff870 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000005c`cb7ff9f8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005c`cb7ffa00 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000005c`cb7ffcf0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005c`cb7ffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005c`cbfff9e8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005c`cbfff9f0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000005c`cbfffce0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005c`cbfffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005c`cc3ff6f8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005c`cc3ff700 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000005c`cc3ff9f0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005c`cc3ffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b2`d87ff728 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b2`d87ff730 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000b2`d87ffa20 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b2`d87ffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b2`d7fff9c8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b2`d7fff9d0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000b2`d7fffcc0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b2`d7fffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b2`d73ff010 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b2`d73ff050 00007ff7`125cb50c     postgres!ExceptionalCondition(
000000b2`d73ff090 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000b2`d73ff0e0 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000b2`d73ff130 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000b2`d73ffa50 00007ff7`1247e7e8     postgres!PostmasterMain(
000000b2`d73ffbf0 00007ff7`12a7a4a9     postgres!main(
000000b2`d73ffc30 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b2`d73ffc80 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000b2`d73ffcf0 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000b2`d77ff718 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b2`d77ff720 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000b2`d77ffa10 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b2`d77ffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b2`d7bff828 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b2`d7bff830 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000b2`d7bffb20 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b2`d7bffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b2`d83ff978 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
000000b2`d83ff980 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
000000b2`d83ff9f0 00007ffd`e3e34cb0     postgres!pg_signal_thread(
000000b2`d83ffaf0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b2`d83ffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000061`645feb80 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000061`645febc0 00007ff7`125cb50c     postgres!ExceptionalCondition(
00000061`645fec00 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000061`645fec50 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000061`645feca0 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000061`645ff5c0 00007ff7`1247e7e8     postgres!PostmasterMain(
00000061`645ff760 00007ff7`12a7a4a9     postgres!main(
00000061`645ff7a0 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000061`645ff7f0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000061`645ff860 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000061`649ff638 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000061`649ff640 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000061`649ff930 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000061`649ff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000061`64dffbe8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000061`64dffbf0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000061`64dffee0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000061`64dfff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000061`651ff938 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
00000061`651ff940 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
00000061`651ff9b0 00007ffd`e3e34cb0     postgres!pg_signal_thread(
00000061`651ffab0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000061`651ffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000061`655ff4a8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000061`655ff4b0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000061`655ff7a0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000061`655ff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009a`4cdffa98 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009a`4cdffaa0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000009a`4cdffd90 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009a`4cdffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009a`4d5ff558 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009a`4d5ff560 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000009a`4d5ff850 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009a`4d5ff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009a`4c5ff140 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000009a`4c5ff180 00007ff7`125cb50c     postgres!ExceptionalCondition(
0000009a`4c5ff1c0 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000009a`4c5ff210 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000009a`4c5ff260 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000009a`4c5ffb80 00007ff7`1247e7e8     postgres!PostmasterMain(
0000009a`4c5ffd20 00007ff7`12a7a4a9     postgres!main(
0000009a`4c5ffd60 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000009a`4c5ffdb0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000009a`4c5ffe20 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000009a`4c9ff948 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009a`4c9ff950 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000009a`4c9ffc40 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009a`4c9ffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009a`4d1ff878 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
0000009a`4d1ff880 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
0000009a`4d1ff8f0 00007ffd`e3e34cb0     postgres!pg_signal_thread(
0000009a`4d1ff9f0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009a`4d1ffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000068`c0dff6c8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000068`c0dff6d0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000068`c0dff9c0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000068`c0dff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000068`c15ff4a8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000068`c15ff4b0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000068`c15ff7a0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000068`c15ff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000068`c01fefb0 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000068`c01feff0 00007ff7`125cb50c     postgres!ExceptionalCondition(
00000068`c01ff030 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000068`c01ff080 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000068`c01ff0d0 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000068`c01ff9f0 00007ff7`1247e7e8     postgres!PostmasterMain(
00000068`c01ffb90 00007ff7`12a7a4a9     postgres!main(
00000068`c01ffbd0 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000068`c01ffc20 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000068`c01ffc90 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000068`c05ff9d8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000068`c05ff9e0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000068`c05ffcd0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000068`c05ffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000068`c09ff498 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000068`c09ff4a0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000068`c09ff790 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000068`c09ff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000068`c11ff8f8 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
00000068`c11ff900 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
00000068`c11ff970 00007ffd`e3e34cb0     postgres!pg_signal_thread(
00000068`c11ffa70 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000068`c11ffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002d`b8bff758 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002d`b8bff760 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000002d`b8bffa50 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002d`b8bffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002d`b87ff888 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002d`b87ff890 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000002d`b87ffb80 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002d`b87ffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002d`b83ff170 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000002d`b83ff1b0 00007ff7`125cb50c     postgres!ExceptionalCondition(
0000002d`b83ff1f0 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000002d`b83ff240 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000002d`b83ff290 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000002d`b83ffbb0 00007ff7`1247e7e8     postgres!PostmasterMain(
0000002d`b83ffd50 00007ff7`12a7a4a9     postgres!main(
0000002d`b83ffd90 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000002d`b83ffde0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000002d`b83ffe50 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000002d`b8fffbc8 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
0000002d`b8fffbd0 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
0000002d`b8fffc40 00007ffd`e3e34cb0     postgres!pg_signal_thread(
0000002d`b8fffd40 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002d`b8fffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002d`b93ffb68 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002d`b93ffb70 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000002d`b93ffe60 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002d`b93ffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d7`5d1ff908 00007ff7`125c44c7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000d7`5d1ff910 00007ff7`1247e754     postgres!SubPostmasterMain(
000000d7`5d1ff980 00007ff7`12a7a4a9     postgres!main(
000000d7`5d1ff9c0 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d7`5d1ffa10 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d7`5d1ffa80 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000d7`5d1ffab0 00007ffd`e3e34cb0     postgres!mainCRTStartup(
000000d7`5d1ffae0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d7`5d1ffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d7`5d5ff6a8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d7`5d5ff6b0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000d7`5d5ff9a0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d7`5d5ff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d7`5d9ff878 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d7`5d9ff880 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000d7`5d9ffb70 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d7`5d9ffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007c`d0bff868 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007c`d0bff870 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000007c`d0bffb60 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007c`d0bffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007c`cfffee30 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000007c`cfffee70 00007ff7`125cb50c     postgres!ExceptionalCondition(
0000007c`cfffeeb0 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000007c`cfffef00 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000007c`cfffef50 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000007c`cffff870 00007ff7`1247e7e8     postgres!PostmasterMain(
0000007c`cffffa10 00007ff7`12a7a4a9     postgres!main(
0000007c`cffffa50 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000007c`cffffaa0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000007c`cffffb10 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000007c`d03ff8f8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007c`d03ff900 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000007c`d03ffbf0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007c`d03ffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007c`d07ffa58 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
0000007c`d07ffa60 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
0000007c`d07ffad0 00007ffd`e3e34cb0     postgres!pg_signal_thread(
0000007c`d07ffbd0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007c`d07ffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007c`d0fff888 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007c`d0fff890 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000007c`d0fffb80 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007c`d0fffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ee`961fef10 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ee`961fef50 00007ff7`125cb50c     postgres!ExceptionalCondition(
000000ee`961fef90 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ee`961fefe0 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000ee`961ff030 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ee`961ff950 00007ff7`1247e7e8     postgres!PostmasterMain(
000000ee`961ffaf0 00007ff7`12a7a4a9     postgres!main(
000000ee`961ffb30 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ee`961ffb80 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ee`961ffbf0 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ee`965ff528 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ee`965ff530 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000ee`965ff820 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ee`965ff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ee`969ffc28 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ee`969ffc30 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000ee`969fff20 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ee`969fff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ee`96dff9e8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ee`96dff9f0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000ee`96dffce0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ee`96dffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ee`971ff5c8 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
000000ee`971ff5d0 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
000000ee`971ff640 00007ffd`e3e34cb0     postgres!pg_signal_thread(
000000ee`971ff740 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ee`971ff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ee`975ff848 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ee`975ff850 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000ee`975ffb40 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ee`975ffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002e`fb1fea10 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000002e`fb1fea50 00007ff7`125cb50c     postgres!ExceptionalCondition(
0000002e`fb1fea90 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000002e`fb1feae0 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000002e`fb1feb30 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000002e`fb1ff450 00007ff7`1247e7e8     postgres!PostmasterMain(
0000002e`fb1ff5f0 00007ff7`12a7a4a9     postgres!main(
0000002e`fb1ff630 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000002e`fb1ff680 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000002e`fb1ff6f0 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000002e`fb5ff988 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002e`fb5ff990 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000002e`fb5ffc80 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002e`fb5ffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002e`fb9ff618 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002e`fb9ff620 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000002e`fb9ff910 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002e`fb9ff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002e`fbdffb88 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
0000002e`fbdffb90 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
0000002e`fbdffc00 00007ffd`e3e34cb0     postgres!pg_signal_thread(
0000002e`fbdffd00 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002e`fbdffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002e`fc1ff638 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002e`fc1ff640 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000002e`fc1ff930 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002e`fc1ff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000012`611fef90 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000012`611fefd0 00007ff7`125cb50c     postgres!ExceptionalCondition(
00000012`611ff010 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000012`611ff060 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000012`611ff0b0 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000012`611ff9d0 00007ff7`1247e7e8     postgres!PostmasterMain(
00000012`611ffb70 00007ff7`12a7a4a9     postgres!main(
00000012`611ffbb0 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000012`611ffc00 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000012`611ffc70 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000012`615ff448 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000012`615ff450 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000012`615ff740 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000012`615ff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000012`619ff908 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
00000012`619ff910 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
00000012`619ff980 00007ffd`e3e34cb0     postgres!pg_signal_thread(
00000012`619ffa80 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000012`619ffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000012`61dffaa8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000012`61dffab0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000012`61dffda0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000012`61dffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000012`621ff8e8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000012`621ff8f0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000012`621ffbe0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000012`621ffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c2`313ff9c8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c2`313ff9d0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000c2`313ffcc0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c2`313ffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c2`30ffeb50 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c2`30ffeb90 00007ff7`125cb50c     postgres!ExceptionalCondition(
000000c2`30ffebd0 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c2`30ffec20 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000c2`30ffec70 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c2`30fff590 00007ff7`1247e7e8     postgres!PostmasterMain(
000000c2`30fff730 00007ff7`12a7a4a9     postgres!main(
000000c2`30fff770 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c2`30fff7c0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c2`30fff830 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c2`317ff728 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
000000c2`317ff730 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
000000c2`317ff7a0 00007ffd`e3e34cb0     postgres!pg_signal_thread(
000000c2`317ff8a0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c2`317ff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c2`31bff8e8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c2`31bff8f0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000c2`31bffbe0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c2`31bffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c2`31fffc38 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c2`31fffc40 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000c2`31ffff30 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c2`31ffff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d0`633feb50 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d0`633feb90 00007ff7`125cb50c     postgres!ExceptionalCondition(
000000d0`633febd0 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000d0`633fec20 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000d0`633fec70 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000d0`633ff590 00007ff7`1247e7e8     postgres!PostmasterMain(
000000d0`633ff730 00007ff7`12a7a4a9     postgres!main(
000000d0`633ff770 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d0`633ff7c0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d0`633ff830 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000d0`637ff5d8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d0`637ff5e0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000d0`637ff8d0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d0`637ff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d0`63bffd38 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
000000d0`63bffd40 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
000000d0`63bffdb0 00007ffd`e3e34cb0     postgres!pg_signal_thread(
000000d0`63bffeb0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d0`63bffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d0`63fff6b8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d0`63fff6c0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000d0`63fff9b0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d0`63fff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d0`643ff708 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d0`643ff710 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000d0`643ffa00 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d0`643ffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000021`ec3ff848 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000021`ec3ff850 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000021`ec3ffb40 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000021`ec3ffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000021`eaffeab0 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000021`eaffeaf0 00007ff7`125cb50c     postgres!ExceptionalCondition(
00000021`eaffeb30 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000021`eaffeb80 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000021`eaffebd0 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000021`eafff4f0 00007ff7`1247e7e8     postgres!PostmasterMain(
00000021`eafff690 00007ff7`12a7a4a9     postgres!main(
00000021`eafff6d0 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000021`eafff720 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000021`eafff790 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000021`eb3ffad8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000021`eb3ffae0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000021`eb3ffdd0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000021`eb3ffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000021`eb7ff468 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000021`eb7ff470 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000021`eb7ff760 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000021`eb7ff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000021`ebbff7c8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000021`ebbff7d0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000021`ebbffac0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000021`ebbffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000021`ebfff6d8 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
00000021`ebfff6e0 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
00000021`ebfff750 00007ffd`e3e34cb0     postgres!pg_signal_thread(
00000021`ebfff850 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000021`ebfff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b5`88dff6d8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b5`88dff6e0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000b5`88dff9d0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b5`88dffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b5`885fecb0 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b5`885fecf0 00007ff7`125cb50c     postgres!ExceptionalCondition(
000000b5`885fed30 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000b5`885fed80 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000b5`885fedd0 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000b5`885ff6f0 00007ff7`1247e7e8     postgres!PostmasterMain(
000000b5`885ff890 00007ff7`12a7a4a9     postgres!main(
000000b5`885ff8d0 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b5`885ff920 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000b5`885ff990 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000b5`895ffb98 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b5`895ffba0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000b5`895ffe90 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b5`895ffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b5`891ff9b8 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
000000b5`891ff9c0 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
000000b5`891ffa30 00007ffd`e3e34cb0     postgres!pg_signal_thread(
000000b5`891ffb30 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b5`891ffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b5`889ff618 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b5`889ff620 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000b5`889ff910 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b5`889ff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000058`099ff878 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
00000058`099ff880 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
00000058`099ff8f0 00007ffd`e3e34cb0     postgres!pg_signal_thread(
00000058`099ff9f0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000058`099ffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000058`08dffad8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000058`08dffae0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000058`08dffdd0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000058`08dffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000058`089feb30 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000058`089feb70 00007ff7`125cb50c     postgres!ExceptionalCondition(
00000058`089febb0 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000058`089fec00 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000058`089fec50 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000058`089ff570 00007ff7`1247e7e8     postgres!PostmasterMain(
00000058`089ff710 00007ff7`12a7a4a9     postgres!main(
00000058`089ff750 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000058`089ff7a0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000058`089ff810 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000058`09dffc38 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000058`09dffc40 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000058`09dfff30 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000058`09dfff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000058`095ff7d8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000058`095ff7e0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000058`095ffad0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000058`095ffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000058`091ff908 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000058`091ff910 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000058`091ffc00 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000058`091ffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005c`a3fff598 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005c`a3fff5a0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000005c`a3fff890 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005c`a3fff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005c`a4fff5f8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005c`a4fff600 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000005c`a4fff8f0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005c`a4fff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005c`a47ffa58 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005c`a47ffa60 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000005c`a47ffd50 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005c`a47ffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005c`a4bffcf8 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
0000005c`a4bffd00 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
0000005c`a4bffd70 00007ffd`e3e34cb0     postgres!pg_signal_thread(
0000005c`a4bffe70 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005c`a4bffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005c`a43ff818 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005c`a43ff820 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000005c`a43ffb10 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005c`a43ffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005c`a3bfefe0 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000005c`a3bff020 00007ff7`125cb50c     postgres!ExceptionalCondition(
0000005c`a3bff060 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000005c`a3bff0b0 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000005c`a3bff100 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000005c`a3bffa20 00007ff7`1247e7e8     postgres!PostmasterMain(
0000005c`a3bffbc0 00007ff7`12a7a4a9     postgres!main(
0000005c`a3bffc00 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000005c`a3bffc50 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000005c`a3bffcc0 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000b6`3f7ff568 00007ff7`125c44c7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000b6`3f7ff570 00007ff7`1247e754     postgres!SubPostmasterMain(
000000b6`3f7ff5e0 00007ff7`12a7a4a9     postgres!main(
000000b6`3f7ff620 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b6`3f7ff670 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000b6`3f7ff6e0 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000b6`3f7ff710 00007ffd`e3e34cb0     postgres!mainCRTStartup(
000000b6`3f7ff740 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b6`3f7ff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b6`3ffff948 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b6`3ffff950 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000b6`3ffffc40 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b6`3ffffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b6`3fbffc18 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b6`3fbffc20 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000b6`3fbfff10 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b6`3fbfff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000079`be7ff458 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000079`be7ff460 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000079`be7ff750 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000079`be7ff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000079`be3ff9b8 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
00000079`be3ff9c0 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
00000079`be3ffa30 00007ffd`e3e34cb0     postgres!pg_signal_thread(
00000079`be3ffb30 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000079`be3ffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000079`bdfff8a8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000079`bdfff8b0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000079`bdfffba0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000079`bdfffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000079`bdbfedb0 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000079`bdbfedf0 00007ff7`125cb50c     postgres!ExceptionalCondition(
00000079`bdbfee30 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000079`bdbfee80 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000079`bdbfeed0 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000079`bdbff7f0 00007ff7`1247e7e8     postgres!PostmasterMain(
00000079`bdbff990 00007ff7`12a7a4a9     postgres!main(
00000079`bdbff9d0 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000079`bdbffa20 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000079`bdbffa90 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000079`bebff508 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000079`bebff510 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000079`bebff800 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000079`bebff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000021`fa7ffb78 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000021`fa7ffb80 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000021`fa7ffe70 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000021`fa7ffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000021`fafffc98 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
00000021`fafffca0 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
00000021`fafffd10 00007ffd`e3e34cb0     postgres!pg_signal_thread(
00000021`fafffe10 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000021`fafffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000021`fabff698 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000021`fabff6a0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000021`fabff990 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000021`fabff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000021`fa3fecf0 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000021`fa3fed30 00007ff7`125cb50c     postgres!ExceptionalCondition(
00000021`fa3fed70 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000021`fa3fedc0 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000021`fa3fee10 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000021`fa3ff730 00007ff7`1247e7e8     postgres!PostmasterMain(
00000021`fa3ff8d0 00007ff7`12a7a4a9     postgres!main(
00000021`fa3ff910 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000021`fa3ff960 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000021`fa3ff9d0 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000021`fb3ff818 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000021`fb3ff820 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000021`fb3ffb10 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000021`fb3ffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e4`d4fff4d8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e4`d4fff4e0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000e4`d4fff7d0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e4`d4fff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e4`d4bff728 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
000000e4`d4bff730 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
000000e4`d4bff7a0 00007ffd`e3e34cb0     postgres!pg_signal_thread(
000000e4`d4bff8a0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e4`d4bff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e4`d3ffea30 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e4`d3ffea70 00007ff7`125cb50c     postgres!ExceptionalCondition(
000000e4`d3ffeab0 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000e4`d3ffeb00 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000e4`d3ffeb50 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000e4`d3fff470 00007ff7`1247e7e8     postgres!PostmasterMain(
000000e4`d3fff610 00007ff7`12a7a4a9     postgres!main(
000000e4`d3fff650 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e4`d3fff6a0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e4`d3fff710 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000028`bdbff988 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000028`bdbff990 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000028`bdbffc80 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000028`bdbffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000028`bdfff938 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000028`bdfff940 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000028`bdfffc30 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000028`bdfffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000028`be7ff958 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000028`be7ff960 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000028`be7ffc50 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000028`be7ffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000028`bd3fecc0 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000028`bd3fed00 00007ff7`125cb50c     postgres!ExceptionalCondition(
00000028`bd3fed40 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000028`bd3fed90 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000028`bd3fede0 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000028`bd3ff700 00007ff7`1247e7e8     postgres!PostmasterMain(
00000028`bd3ff8a0 00007ff7`12a7a4a9     postgres!main(
00000028`bd3ff8e0 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000028`bd3ff930 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000028`bd3ff9a0 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000028`be3ff7b8 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
00000028`be3ff7c0 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
00000028`be3ff830 00007ffd`e3e34cb0     postgres!pg_signal_thread(
00000028`be3ff930 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000028`be3ff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000028`bd7ff568 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000028`bd7ff570 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000028`bd7ff860 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000028`bd7ff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000014`e4dff498 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000014`e4dff4a0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000014`e4dff790 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000014`e4dff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000014`e49ff628 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000014`e49ff630 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000014`e49ff920 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000014`e49ff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000014`e3dfebd0 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000014`e3dfec10 00007ff7`125cb50c     postgres!ExceptionalCondition(
00000014`e3dfec50 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000014`e3dfeca0 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000014`e3dfecf0 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000014`e3dff610 00007ff7`1247e7e8     postgres!PostmasterMain(
00000014`e3dff7b0 00007ff7`12a7a4a9     postgres!main(
00000014`e3dff7f0 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000014`e3dff840 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000014`e3dff8b0 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000014`e45ffaa8 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
00000014`e45ffab0 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
00000014`e45ffb20 00007ffd`e3e34cb0     postgres!pg_signal_thread(
00000014`e45ffc20 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000014`e45ffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000014`e41ff758 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000014`e41ff760 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
00000014`e41ffa50 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
00000014`e41ffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002d`981ffb28 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
0000002d`981ffb30 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
0000002d`981ffba0 00007ffd`e3e34cb0     postgres!pg_signal_thread(
0000002d`981ffca0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002d`981ffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002d`979ffb68 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002d`979ffb70 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000002d`979ffe60 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002d`979ffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002d`975fea40 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000002d`975fea80 00007ff7`125cb50c     postgres!ExceptionalCondition(
0000002d`975feac0 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000002d`975feb10 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000002d`975feb60 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000002d`975ff480 00007ff7`1247e7e8     postgres!PostmasterMain(
0000002d`975ff620 00007ff7`12a7a4a9     postgres!main(
0000002d`975ff660 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000002d`975ff6b0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000002d`975ff720 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000002d`97dff958 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002d`97dff960 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000002d`97dffc50 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002d`97dffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002d`985ff918 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002d`985ff920 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000002d`985ffc10 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002d`985ffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b2`177ff9e8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b2`177ff9f0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000b2`177ffce0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b2`177ffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b2`173ff448 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b2`173ff450 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000b2`173ff740 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b2`173ff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b2`16fff8b8 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b2`16fff8c0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000b2`16fffbb0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b2`16fffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b2`16bfeb40 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b2`16bfeb80 00007ff7`125cb50c     postgres!ExceptionalCondition(
000000b2`16bfebc0 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000b2`16bfec10 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000b2`16bfec60 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000b2`16bff580 00007ff7`1247e7e8     postgres!PostmasterMain(
000000b2`16bff720 00007ff7`12a7a4a9     postgres!main(
000000b2`16bff760 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b2`16bff7b0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000b2`16bff820 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000b2`17fffa48 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b2`17fffa50 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000b2`17fffd40 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b2`17fffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b2`17bff888 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
000000b2`17bff890 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
000000b2`17bff900 00007ffd`e3e34cb0     postgres!pg_signal_thread(
000000b2`17bffa00 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b2`17bffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f0`369ff998 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f0`369ff9a0 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000f0`369ffc90 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f0`369ffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f0`361fec60 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f0`361feca0 00007ff7`125cb50c     postgres!ExceptionalCondition(
000000f0`361fece0 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f0`361fed30 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000f0`361fed80 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f0`361ff6a0 00007ff7`1247e7e8     postgres!PostmasterMain(
000000f0`361ff840 00007ff7`12a7a4a9     postgres!main(
000000f0`361ff880 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f0`361ff8d0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f0`361ff940 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f0`365ff468 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f0`365ff470 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000f0`365ff760 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f0`365ff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f0`36dffa48 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f0`36dffa50 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000f0`36dffd40 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f0`36dffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f0`371ffa48 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
000000f0`371ffa50 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
000000f0`371ffac0 00007ffd`e3e34cb0     postgres!pg_signal_thread(
000000f0`371ffbc0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f0`371ffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f0`375ffa58 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f0`375ffa60 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
000000f0`375ffd50 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f0`375ffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004d`e4dff728 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004d`e4dff730 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000004d`e4dffa20 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004d`e4dffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004d`e45ff668 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
0000004d`e45ff670 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
0000004d`e45ff6e0 00007ffd`e3e34cb0     postgres!pg_signal_thread(
0000004d`e45ff7e0 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004d`e45ff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004d`e49ff538 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004d`e49ff540 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000004d`e49ff830 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004d`e49ff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004d`e3dfec50 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000004d`e3dfec90 00007ff7`125cb50c     postgres!ExceptionalCondition(
0000004d`e3dfecd0 00007ff7`125cac1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000004d`e3dfed20 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000004d`e3dfed70 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000004d`e3dff690 00007ff7`1247e7e8     postgres!PostmasterMain(
0000004d`e3dff830 00007ff7`12a7a4a9     postgres!main(
0000004d`e3dff870 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000004d`e3dff8c0 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000004d`e3dff930 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000004d`e41ffa78 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004d`e41ffa80 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000004d`e41ffd70 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004d`e41ffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001a`34fffb68 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001a`34fffb70 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000001a`34fffe60 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001a`34fffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001a`35bff468 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001a`35bff470 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000001a`35bff760 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001a`35bff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001a`357ffab8 00007ffd`e1ee45ca     ntdll!NtFsControlFile+0x14
0000001a`357ffac0 00007ff7`125b68db     KERNELBASE!ConnectNamedPipe+0x6a
0000001a`357ffb30 00007ffd`e3e34cb0     postgres!pg_signal_thread(
0000001a`357ffc30 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001a`357ffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001a`353ff828 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001a`353ff830 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000001a`353ffb20 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001a`353ffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001a`347ff0d0 00007ff7`129046b8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000001a`347ff110 00007ff7`125cb50c     postgres!ExceptionalCondition(
0000001a`347ff150 00007ff7`125cab6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000001a`347ff1a0 00007ff7`125cbb17     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000001a`347ff1f0 00007ff7`125c9216     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000001a`347ffb10 00007ff7`1247e7e8     postgres!PostmasterMain(
0000001a`347ffcb0 00007ff7`12a7a4a9     postgres!main(
0000001a`347ffcf0 00007ff7`12a7a3fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000001a`347ffd40 00007ff7`12a7a2be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000001a`347ffdb0 00007ff7`12a7a51e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000001a`34bffa78 00007ffd`e47cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001a`34bffa80 00007ffd`e3e34cb0     ntdll!TppWorkerThread+0x2df
0000001a`34bffd70 00007ffd`e483edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001a`34bffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
tap
[22:47:53.822](1.452s) Bail out!  pg_ctl stop failed
tap
[22:47:49.582](1.282s) Bail out!  pg_ctl stop failed
tap
[22:47:50.568](1.173s) Bail out!  pg_ctl restart failed
tap
[22:47:53.838](1.141s) Bail out!  pg_ctl stop failed
tap
[22:47:54.011](3.308s) Bail out!  pg_ctl stop failed
tap
[22:48:13.771](1.229s) Bail out!  pg_ctl restart failed
tap
[22:49:50.993](1.185s) Bail out!  pg_ctl stop failed
tap
[22:55:33.389](309.709s) # poll_query_until timed out executing this query:
[22:55:33.392](0.003s) not ok 2 - ensure checksums are enabled
[23:00:38.159](304.286s) # poll_query_until timed out executing this query:
[23:00:38.162](0.003s) not ok 7 - ensure checksums are enabled
[23:00:39.362](1.135s) Bail out!  pg_ctl stop failed
tap
[22:55:34.374](309.722s) # poll_query_until timed out executing this query:
[22:55:34.377](0.003s) not ok 3 - ensure checksums aren't enabled yet
tap
[22:55:45.056](308.886s) # poll_query_until timed out executing this query:
[22:55:45.059](0.003s) not ok 3 - ensure checksums are in progress on primary
[23:00:50.395](305.335s) # poll_query_until timed out executing this query:
[23:00:50.397](0.002s) not ok 4 - ensure standby has absorbed the inprogress-on barrier
[23:00:50.462](0.064s) not ok 5 - ensure checksums are on, or in progress, on standby_1
[23:05:56.913](306.450s) # poll_query_until timed out executing this query:
[23:05:56.916](0.003s) not ok 6 - ensure checksums are enabled on the primary
tap
[22:50:26.216](1.143s) Bail out!  pg_ctl stop failed
tap
[22:49:55.769](1.328s) Bail out!  pg_ctl stop failed
tap
[22:50:08.467](1.158s) Bail out!  pg_ctl restart failed
tap
[22:50:09.252](14.936s) Bail out!  pg_ctl restart failed
tap
[22:49:59.087](1.191s) Bail out!  pg_ctl stop failed
tap
[22:50:02.565](1.139s) Bail out!  pg_ctl restart failed
tap
[22:50:05.616](1.172s) Bail out!  pg_ctl stop failed
tap
[22:45:28.317](1.296s) Bail out!  pg_ctl stop failed
tap
[22:45:29.334](1.484s) Bail out!  pg_ctl stop failed
tap
[22:45:26.612](1.294s) Bail out!  pg_ctl restart failed
tap
[22:45:35.643](1.372s) Bail out!  pg_ctl stop failed
tap
[22:45:34.081](6.924s) Bail out!  pg_ctl stop failed
tap
[22:45:38.776](1.277s) Bail out!  pg_ctl restart failed
tap
[22:46:03.018](17.588s) Bail out!  pg_ctl stop failed
tap
[22:45:46.275](0.001s) not ok 23 - data_checksums=on is reported on an offline cluster stdout /(?^:^on$)/
[22:45:48.244](1.788s) Bail out!  pg_ctl stop failed
tap
[22:46:11.047](1.298s) Bail out!  pg_ctl restart failed
tap
[22:46:18.135](1.970s) not ok 17 - pg_ctl stop
[22:46:19.733](1.375s) not ok 25 - pg_ctl restart with server running
[22:46:19.798](0.064s) Bail out!  command "pg_ctl stop -D C:\cirrus\build\testrun\pg_ctl\001_start_stop\data\tmp_test_AT...
tap
[22:46:12.003](1.359s) Bail out!  command "pg_ctl stop -D C:\cirrus\build/testrun/pg_ctl/002_status\data/t_002_status_ma...
tap
[22:46:54.684](1.109s) Bail out!  pg_ctl stop failed
tap
[22:47:58.302](1.126s) Bail out!  pg_ctl restart failed
tap
[22:46:29.095](1.811s) Bail out!  pg_ctl stop failed
tap
[22:46:37.236](1.471s) Bail out!  pg_ctl stop failed
tap
[22:46:38.612](10.530s) Bail out!  pg_ctl stop failed
tap
[22:46:35.952](6.018s) Bail out!  pg_ctl stop failed
tap
[22:46:44.265](6.439s) Bail out!  pg_ctl stop failed
tap
[22:46:54.011](14.761s) Bail out!  pg_ctl stop failed
tap
[22:47:00.692](19.311s) Bail out!  pg_ctl stop failed
tap
[22:46:59.420](17.267s) Bail out!  pg_ctl stop failed
tap
[22:46:51.194](5.068s) Bail out!  pg_ctl stop failed
tap
[22:46:58.855](6.014s) Bail out!  pg_ctl stop failed
tap
[22:47:58.756](1.126s) Bail out!  pg_ctl restart failed
tap
[22:43:09.978](2.239s) Bail out!  pg_ctl stop failed
tap
[22:41:21.469](7.969s) Bail out!  pg_ctl stop failed
tap
[22:41:21.452](4.705s) Bail out!  pg_ctl stop failed
tap
[22:47:07.595](1.095s) Bail out!  pg_ctl stop failed
tap
[22:48:05.253](1.440s) Bail out!  pg_ctl stop failed
tap
[22:48:02.750](1.362s) Bail out!  pg_ctl stop failed
tap
[22:47:13.120](4.191s) Bail out!  pg_ctl stop failed
tap
[22:51:11.455](1.265s) Bail out!  pg_ctl stop failed
tap
[22:48:20.565](1.145s) Bail out!  pg_ctl stop failed
tap
[22:41:31.024](19.303s) Bail out!  pg_ctl stop failed
tap
[22:41:34.890](1.846s) Bail out!  pg_ctl stop failed
tap
[22:41:33.497](11.354s) Bail out!  pg_ctl stop failed
tap
[22:41:41.294](3.365s) Bail out!  pg_ctl restart failed
tap
[22:42:03.662](4.316s) Bail out!  pg_ctl stop failed
tap
[22:42:10.942](33.229s) Bail out!  pg_ctl restart failed
tap
[22:42:03.537](4.449s) Bail out!  pg_ctl stop failed
tap
[22:41:52.379](4.743s) Bail out!  pg_ctl stop failed
tap
[22:42:03.553](9.832s) Bail out!  pg_ctl stop failed
tap
[22:42:13.292](2.694s) Bail out!  pg_ctl stop failed
tap
[22:42:18.176](12.231s) Bail out!  pg_ctl stop failed
tap
[22:42:21.009](10.397s) Bail out!  pg_ctl stop failed
tap
[22:42:19.318](4.574s) Bail out!  pg_ctl stop failed
tap
[22:42:35.929](15.327s) Bail out!  pg_ctl stop failed
tap
[22:42:24.772](1.847s) Bail out!  pg_ctl stop failed
tap
[22:42:48.732](3.599s) Bail out!  pg_ctl stop failed
tap
[22:42:45.884](2.006s) Bail out!  pg_ctl stop failed
tap
[22:42:30.045](4.535s) Bail out!  pg_ctl restart failed
tap
[22:42:52.488](1.314s) Bail out!  pg_ctl stop failed
tap
[22:44:53.723](1.387s) Bail out!  pg_ctl restart failed
tap
[22:43:07.255](1.878s) Bail out!  pg_ctl stop failed
tap
[22:42:58.799](1.221s) Bail out!  pg_ctl stop failed
tap
[22:43:32.219](2.832s) Bail out!  pg_ctl restart failed
tap
[22:43:26.599](3.067s) Bail out!  pg_ctl restart failed
tap
[22:43:17.128](3.628s) Bail out!  pg_ctl stop failed
tap
[22:43:23.657](14.174s) Bail out!  pg_ctl stop failed
tap
[22:43:16.190](5.591s) Bail out!  pg_ctl stop failed
tap
[22:43:46.493](1.940s) Bail out!  pg_ctl stop failed
tap
[22:43:25.517](5.790s) Bail out!  pg_ctl stop failed
tap
[22:43:37.415](1.409s) Bail out!  pg_ctl restart failed
tap
[22:43:36.803](1.862s) Bail out!  pg_ctl stop failed
tap
[22:44:19.294](1.580s) Bail out!  pg_ctl stop failed
tap
[22:43:47.869](1.423s) Bail out!  pg_ctl stop failed
tap
[22:43:49.811](1.379s) Bail out!  pg_ctl stop failed
tap
[22:50:04.097](1.141s) Bail out!  pg_ctl stop failed
tap
[22:50:30.298](4.044s) Bail out!  pg_ctl restart failed
tap
[22:50:32.365](5.624s) Bail out!  pg_ctl restart failed
tap
[22:50:36.622](5.763s) Bail out!  pg_ctl restart failed
tap
[22:48:38.593](2.096s) Bail out!  pg_ctl stop failed
tap
[22:48:27.528](1.151s) Bail out!  pg_ctl stop failed
tap
[22:48:28.200](1.124s) Bail out!  pg_ctl stop failed
tap
[22:48:39.157](1.256s) Bail out!  pg_ctl stop failed
tap
[22:48:38.609](1.206s) Bail out!  pg_ctl stop failed
tap
[22:48:37.106](1.333s) Bail out!  pg_ctl stop failed
tap
[22:48:37.122](1.392s) Bail out!  pg_ctl stop failed
tap
[22:48:46.937](1.253s) Bail out!  pg_ctl stop failed
tap
[22:48:44.261](1.345s) Bail out!  pg_ctl stop failed
tap
[22:49:15.648](1.171s) Bail out!  pg_ctl restart failed
tap
[22:48:57.952](1.555s) Bail out!  pg_ctl stop failed
tap
[22:49:07.917](1.204s) Bail out!  pg_ctl stop failed
tap
[22:49:06.916](1.613s) Bail out!  pg_ctl stop failed
tap
[22:49:07.714](1.282s) Bail out!  pg_ctl stop failed
tap
[22:49:11.345](1.142s) Bail out!  pg_ctl stop failed
tap
[22:49:13.771](1.198s) Bail out!  pg_ctl stop failed
tap
[22:49:15.070](1.160s) Bail out!  pg_ctl stop failed
tap
[22:49:14.725](3.583s) Bail out!  pg_ctl restart failed
tap
[22:49:32.597](1.196s) Bail out!  pg_ctl stop failed
tap
[22:49:23.099](1.346s) Bail out!  pg_ctl stop failed
tap
[22:49:23.849](1.187s) Bail out!  pg_ctl stop failed
tap
[22:49:28.827](1.438s) Bail out!  pg_ctl stop failed
tap
[22:49:32.207](1.720s) Bail out!  pg_ctl stop failed
tap
[22:49:52.374](1.333s) Bail out!  pg_ctl stop failed
tap
[22:49:35.304](1.257s) Bail out!  pg_ctl stop failed
tap
[22:49:43.891](1.344s) Bail out!  pg_ctl restart failed
tap
[22:50:07.513](1.961s) Bail out!  pg_ctl stop failed
tap
[22:50:00.201](1.628s) Bail out!  pg_ctl stop failed
tap
[22:49:51.214](1.596s) Bail out!  pg_ctl stop failed
tap
[22:50:06.071](1.199s) Bail out!  pg_ctl stop failed
tap
[22:48:06.618](3.264s) Bail out!  pg_ctl stop failed
tap
[22:50:15.010](1.298s) Bail out!  pg_ctl stop failed
tap
[22:50:13.507](1.204s) Bail out!  pg_ctl stop failed
tap
[22:50:15.277](1.196s) Bail out!  pg_ctl stop failed
tap
[22:50:24.447](1.275s) Bail out!  pg_ctl stop failed
tap
[22:50:20.806](1.681s) Bail out!  pg_ctl stop failed
tap
[22:50:20.430](1.904s) Bail out!  pg_ctl restart failed
test
[23:07:00.590]   5/313 postgresql:pg_upgrade / pg_upgrade/003_logical_slots                            ERROR            ...
[23:07:00.590]   6/313 postgresql:pg_upgrade / pg_upgrade/004_subscription                             ERROR            ...
[23:07:00.590]   7/313 postgresql:recovery / recovery/001_stream_rep                                   ERROR            ...
[23:07:00.590]   8/313 postgresql:recovery / recovery/003_recovery_targets                             ERROR            ...
[23:07:00.590]   9/313 postgresql:recovery / recovery/004_timeline_switch                              ERROR            ...
[23:07:00.590]  10/313 postgresql:recovery / recovery/006_logical_decoding                             ERROR            ...
[23:07:00.590]  12/313 postgresql:recovery / recovery/010_logical_decoding_timelines                   ERROR            ...
[23:07:00.590]  14/313 postgresql:recovery / recovery/012_subtransactions                              ERROR            ...
[23:07:00.590]  15/313 postgresql:recovery / recovery/009_twophase                                     ERROR            ...
[23:07:00.590]  16/313 postgresql:recovery / recovery/007_sync_rep                                     ERROR            ...
[23:07:00.590]  17/313 postgresql:recovery / recovery/008_fsm_truncation                               ERROR            ...
[23:07:00.590]  19/313 postgresql:recovery / recovery/014_unlogged_reinit                              ERROR            ...
[23:07:00.590]  20/313 postgresql:recovery / recovery/018_wal_optimize                                 ERROR            ...
[23:07:00.590]  21/313 postgresql:recovery / recovery/015_promotion_pages                              ERROR            ...
[23:07:00.590]  22/313 postgresql:recovery / recovery/016_min_consistency                              ERROR            ...
[23:07:00.590]  24/313 postgresql:recovery / recovery/020_archive_status                               ERROR            ...
[23:07:00.590]  25/313 postgresql:recovery / recovery/024_archive_recovery                             ERROR            ...
[23:07:00.590]  26/313 postgresql:recovery / recovery/019_replslot_limit                               ERROR            ...
[23:07:00.590]  27/313 postgresql:recovery / recovery/023_pitr_prepared_xact                           ERROR            ...
[23:07:00.590]  28/313 postgresql:recovery / recovery/021_row_visibility                               ERROR            ...
[23:07:00.590]  29/313 postgresql:recovery / recovery/026_overwrite_contrecord                         ERROR            ...
[23:07:00.590]  30/313 postgresql:regress / regress/regress                                            ERROR           1...
[23:07:00.590]  31/313 postgresql:recovery / recovery/029_stats_restart                                ERROR            ...
[23:07:00.590]  33/313 postgresql:recovery / recovery/028_pitr_timelines                               ERROR            ...
[23:07:00.590]  34/313 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[23:07:00.590]  35/313 postgresql:recovery / recovery/034_create_database                              ERROR            ...
[23:07:00.590]  36/313 postgresql:recovery / recovery/032_relfilenode_reuse                            ERROR            ...
[23:07:00.590]  37/313 postgresql:recovery / recovery/036_truncated_dropped                            ERROR            ...
[23:07:00.590]  38/313 postgresql:recovery / recovery/033_replay_tsp_drops                             ERROR            ...
[23:07:00.590]  39/313 postgresql:recovery / recovery/031_recovery_conflict                            ERROR            ...
[23:07:00.590]  40/313 postgresql:recovery / recovery/030_stats_cleanup_replica                        ERROR            ...
[23:07:00.590]  42/313 postgresql:recovery / recovery/039_end_of_wal                                   ERROR            ...
[23:07:00.590]  43/313 postgresql:recovery / recovery/038_save_logical_slots_shutdown                  ERROR            ...
[23:07:00.590]  44/313 postgresql:isolation / isolation/isolation                                      ERROR           1...
[23:07:00.590]  45/313 postgresql:recovery / recovery/041_checkpoint_at_promote                        ERROR            ...
[23:07:00.590]  46/313 postgresql:recovery / recovery/035_standby_logical_decoding                     ERROR            ...
[23:07:00.590]  47/313 postgresql:plperl / plperl/regress                                              ERROR            ...
[23:07:00.590]  48/313 postgresql:recovery / recovery/042_low_level_backup                             ERROR            ...
[23:07:00.590]  49/313 postgresql:plpgsql / plpgsql/regress                                            ERROR            ...
[23:07:00.590]  50/313 postgresql:basic_archive / basic_archive/regress                                ERROR            ...
[23:07:00.590]  51/313 postgresql:bloom / bloom/regress                                                ERROR            ...
[23:07:00.590]  52/313 postgresql:bool_plperl / bool_plperl/regress                                    ERROR            ...
[23:07:00.590]  53/313 postgresql:amcheck / amcheck/regress                                            ERROR            ...
[23:07:00.590]  54/313 postgresql:plpython / plpython/regress                                          ERROR            ...
[23:07:00.590]  55/313 postgresql:citext / citext/regress                                              ERROR            ...
[23:07:00.590]  56/313 postgresql:cube / cube/regress                                                  ERROR            ...
[23:07:00.590]  57/313 postgresql:dict_int / dict_int/regress                                          ERROR            ...
[23:07:00.590]  58/313 postgresql:dict_xsyn / dict_xsyn/regress                                        ERROR            ...
[23:07:00.590]  59/313 postgresql:dblink / dblink/regress                                              ERROR            ...
[23:07:00.590]  60/313 postgresql:earthdistance / earthdistance/regress                                ERROR            ...
[23:07:00.590]  61/313 postgresql:btree_gin / btree_gin/regress                                        ERROR            ...
[23:07:00.590]  62/313 postgresql:btree_gist / btree_gist/regress                                      ERROR            ...
[23:07:00.590]  63/313 postgresql:file_fdw / file_fdw/regress                                          ERROR            ...
[23:07:00.590]  64/313 postgresql:fuzzystrmatch / fuzzystrmatch/regress                                ERROR            ...
[23:07:00.590]  65/313 postgresql:hstore_plpython / hstore_plpython/regress                            ERROR            ...
[23:07:00.591]  66/313 postgresql:hstore_plperl / hstore_plperl/regress                                ERROR            ...
[23:07:00.591]  67/313 postgresql:hstore / hstore/regress                                              ERROR            ...
[23:07:00.591]  68/313 postgresql:isn / isn/regress                                                    ERROR            ...
[23:07:00.591]  69/313 postgresql:jsonb_plpython / jsonb_plpython/regress                              ERROR            ...
[23:07:00.591]  70/313 postgresql:jsonb_plperl / jsonb_plperl/regress                                  ERROR            ...
[23:07:00.591]  71/313 postgresql:lo / lo/regress                                                      ERROR            ...
[23:07:00.591]  72/313 postgresql:recovery / recovery/040_standby_failover_slots_sync                  ERROR            ...
[23:07:00.591]  73/313 postgresql:ltree / ltree/regress                                                ERROR            ...
[23:07:00.591]  74/313 postgresql:ltree_plpython / ltree_plpython/regress                              ERROR            ...
[23:07:00.591]  75/313 postgresql:passwordcheck / passwordcheck/regress                                ERROR            ...
[23:07:00.591]  76/313 postgresql:intarray / intarray/regress                                          ERROR            ...
[23:07:00.591]  77/313 postgresql:pg_buffercache / pg_buffercache/regress                              ERROR            ...
[23:07:00.591]  79/313 postgresql:pageinspect / pageinspect/regress                                    ERROR            ...
[23:07:00.591]  78/313 postgresql:pg_freespacemap / pg_freespacemap/regress                            ERROR            ...
[23:07:00.591]  80/313 postgresql:pg_logicalinspect / pg_logicalinspect/isolation                      ERROR            ...
[23:07:00.591]  81/313 postgresql:pgrowlocks / pgrowlocks/isolation                                    ERROR            ...
[23:07:00.591]  82/313 postgresql:pg_surgery / pg_surgery/regress                                      ERROR            ...
[23:07:00.591]  83/313 postgresql:pgstattuple / pgstattuple/regress                                    ERROR            ...
[23:07:00.591]  84/313 postgresql:pgcrypto / pgcrypto/regress                                          ERROR            ...
[23:07:00.591]  85/313 postgresql:pg_visibility / pg_visibility/regress                                ERROR            ...
[23:07:00.591]  86/313 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
[23:07:00.591]  87/313 postgresql:pg_walinspect / pg_walinspect/regress                                ERROR            ...
[23:07:00.591]  88/313 postgresql:pg_trgm / pg_trgm/regress                                            ERROR            ...
[23:07:00.591]  89/313 postgresql:tablefunc / tablefunc/regress                                        ERROR            ...
[23:07:00.591]  90/313 postgresql:seg / seg/regress                                                    ERROR            ...
[23:07:00.591]  91/313 postgresql:tcn / tcn/isolation                                                  ERROR            ...
[23:07:00.591]  92/313 postgresql:tsm_system_rows / tsm_system_rows/regress                            ERROR            ...
[23:07:00.591]  93/313 postgresql:tsm_system_time / tsm_system_time/regress                            ERROR            ...
[23:07:00.591]  94/313 postgresql:unaccent / unaccent/regress                                          ERROR            ...
[23:07:00.591]  95/313 postgresql:postgres_fdw / postgres_fdw/regress                                  ERROR            ...
[23:07:00.591]  96/313 postgresql:brin / brin/isolation                                                ERROR            ...
[23:07:00.591]  97/313 postgresql:commit_ts / commit_ts/regress                                        ERROR            ...
[23:07:00.591]  98/313 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
[23:07:00.591]  99/313 postgresql:dummy_index_am / dummy_index_am/regress                              ERROR            ...
[23:07:00.591] 100/313 postgresql:test_decoding / test_decoding/isolation                              ERROR            ...
[23:07:00.591] 101/313 postgresql:delay_execution / delay_execution/isolation                          ERROR            ...
[23:07:00.591] 102/313 postgresql:dummy_seclabel / dummy_seclabel/regress                              ERROR            ...
[23:07:00.591] 103/313 postgresql:gin / gin/regress                                                    ERROR            ...
[23:07:00.591] 104/313 postgresql:injection_points / injection_points/regress                          ERROR            ...
[23:07:00.591] 105/313 postgresql:plsample / plsample/regress                                          ERROR            ...
[23:07:00.591] 106/313 postgresql:spgist_name_ops / spgist_name_ops/regress                            ERROR            ...
[23:07:00.591] 107/313 postgresql:injection_points / injection_points/isolation                        ERROR            ...
[23:07:00.591] 108/313 postgresql:test_bloomfilter / test_bloomfilter/regress                          ERROR            ...
[23:07:00.591] 109/313 postgresql:test_copy_callbacks / test_copy_callbacks/regress                    ERROR            ...
[23:07:00.591] 110/313 postgresql:test_dsa / test_dsa/regress                                          ERROR            ...
[23:07:00.591] 111/313 postgresql:test_dsm_registry / test_dsm_registry/regress                        ERROR            ...
[23:07:00.591] 112/313 postgresql:test_decoding / test_decoding/regress                                ERROR            ...
[23:07:00.591] 113/313 postgresql:test_ginpostinglist / test_ginpostinglist/regress                    ERROR            ...
[23:07:00.591] 114/313 postgresql:test_lfind / test_lfind/regress                                      ERROR            ...
[23:07:00.591] 115/313 postgresql:test_extensions / test_extensions/regress                            ERROR            ...
[23:07:00.591] 116/313 postgresql:test_parser / test_parser/regress                                    ERROR            ...
[23:07:00.591] 117/313 postgresql:test_ddl_deparse / test_ddl_deparse/regress                          ERROR            ...
[23:07:00.591] 118/313 postgresql:test_oat_hooks / test_oat_hooks/regress                              ERROR            ...
[23:07:00.591] 119/313 postgresql:test_pg_dump / test_pg_dump/regress                                  ERROR            ...
[23:07:00.591] 120/313 postgresql:test_predtest / test_predtest/regress                                ERROR            ...
[23:07:00.591] 121/313 postgresql:test_radixtree / test_radixtree/regress                              ERROR            ...
[23:07:00.591] 122/313 postgresql:test_rbtree / test_rbtree/regress                                    ERROR            ...
[23:07:00.591] 123/313 postgresql:test_resowner / test_resowner/regress                                ERROR            ...
[23:07:00.591] 124/313 postgresql:test_regex / test_regex/regress                                      ERROR            ...
[23:07:00.591] 125/313 postgresql:test_rls_hooks / test_rls_hooks/regress                              ERROR            ...
[23:07:00.591] 126/313 postgresql:test_integerset / test_integerset/regress                            ERROR            ...
[23:07:00.591] 127/313 postgresql:test_slru / test_slru/regress                                        ERROR            ...
[23:07:00.591] 128/313 postgresql:test_shm_mq / test_shm_mq/regress                                    ERROR            ...
[23:07:00.671] 129/313 postgresql:test_tidstore / test_tidstore/regress                                ERROR            ...
[23:07:00.671] 130/313 postgresql:typcache / typcache/regress                                          ERROR            ...
[23:07:00.671] 132/313 postgresql:unsafe_tests / unsafe_tests/regress                                  ERROR            ...
[23:07:00.671] 135/313 postgresql:libpq / libpq/005_negotiate_encryption                               ERROR            ...
[23:07:00.671] 137/313 postgresql:libpq / libpq/003_load_balance_host_list                             ERROR            ...
[23:07:00.671] 138/313 postgresql:libpq / libpq/004_load_balance_dns                                   ERROR            ...
[23:07:00.671] 140/313 postgresql:pg_amcheck / pg_amcheck/004_verify_heapam                            ERROR            ...
[23:07:00.671] 141/313 postgresql:pg_amcheck / pg_amcheck/003_check                                    ERROR            ...
[23:07:00.671] 145/313 postgresql:pg_basebackup / pg_basebackup/010_pg_basebackup                      ERROR            ...
[23:07:00.671] 148/313 postgresql:ecpg / ecpg/ecpg                                                     ERROR            ...
[23:07:00.671] 149/313 postgresql:pg_checksums / pg_checksums/002_actions                              ERROR            ...
[23:07:00.671] 154/313 postgresql:pg_basebackup / pg_basebackup/040_pg_createsubscriber                ERROR            ...
[23:07:00.671] 158/313 postgresql:pg_combinebackup / pg_combinebackup/007_wal_level_minimal            ERROR            ...
[23:07:00.671] 159/313 postgresql:pg_ctl / pg_ctl/002_status                                           ERROR            ...
[23:07:00.671] 163/313 postgresql:pg_ctl / pg_ctl/001_start_stop                                       ERROR            ...
[23:07:00.671] 170/313 postgresql:pg_resetwal / pg_resetwal/001_basic                                  ERROR            ...
[23:07:00.671] 171/313 postgresql:pg_rewind / pg_rewind/003_extrafiles                                 ERROR            ...
[23:07:00.671] 172/313 postgresql:pg_rewind / pg_rewind/001_basic                                      ERROR            ...
[23:07:00.671] 173/313 postgresql:pg_rewind / pg_rewind/002_databases                                  ERROR            ...
[23:07:00.671] 176/313 postgresql:pg_rewind / pg_rewind/004_pg_xlog_symlink                            ERROR            ...
[23:07:00.671] 177/313 postgresql:pg_rewind / pg_rewind/009_growing_files                              ERROR            ...
[23:07:00.671] 178/313 postgresql:pg_dump / pg_dump/002_pg_dump                                        ERROR            ...
[23:07:00.671] 180/313 postgresql:pg_rewind / pg_rewind/005_same_timeline                              ERROR            ...
[23:07:00.671] 184/313 postgresql:pg_rewind / pg_rewind/010_keep_recycled_wals                         ERROR            ...
[23:07:00.671] 185/313 postgresql:pg_rewind / pg_rewind/008_min_recovery_point                         ERROR            ...
[23:07:00.671] 187/313 postgresql:pg_rewind / pg_rewind/007_standby_source                             ERROR            ...
[23:07:00.671] 190/313 postgresql:pg_verifybackup / pg_verifybackup/007_wal                            ERROR            ...
[23:07:00.671] 194/313 postgresql:pg_waldump / pg_waldump/001_basic                                    ERROR            ...
[23:07:00.671] 216/313 postgresql:amcheck / amcheck/002_cic                                            ERROR            ...
[23:07:00.671] 218/313 postgresql:amcheck / amcheck/003_cic_2pc                                        ERROR            ...
[23:07:00.671] 219/313 postgresql:amcheck / amcheck/001_verify_heapam                                  ERROR            ...
[23:07:00.671] 220/313 postgresql:amcheck / amcheck/004_verify_nbtree_unique                           ERROR            ...
[23:07:00.671] 221/313 postgresql:amcheck / amcheck/005_pitr                                           ERROR            ...
[23:07:00.671] 224/313 postgresql:pg_prewarm / pg_prewarm/001_basic                                    ERROR            ...
[23:07:00.671] 225/313 postgresql:pg_stat_statements / pg_stat_statements/010_restart                  ERROR            ...
[23:07:00.671] 226/313 postgresql:pg_visibility / pg_visibility/002_corrupt_vm                         ERROR            ...
[23:07:00.671] 229/313 postgresql:pg_visibility / pg_visibility/001_concurrent_transaction             ERROR            ...
[23:07:00.671] 230/313 postgresql:test_decoding / test_decoding/001_repl_stats                         ERROR            ...
[23:07:00.671] 234/313 postgresql:authentication / authentication/004_file_inclusion                   ERROR            ...
[23:07:00.671] 238/313 postgresql:postmaster / postmaster/002_start_stop                               ERROR            ...
[23:07:00.671] 239/313 postgresql:subscription / subscription/002_types                                ERROR            ...
[23:07:00.671] 241/313 postgresql:subscription / subscription/003_constraints                          ERROR            ...
[23:07:00.671] 243/313 postgresql:subscription / subscription/006_rewrite                              ERROR            ...
[23:07:00.671] 244/313 postgresql:subscription / subscription/007_ddl                                  ERROR            ...
[23:07:00.671] 245/313 postgresql:subscription / subscription/005_encoding                             ERROR            ...
[23:07:00.671] 246/313 postgresql:subscription / subscription/001_rep_changes                          ERROR            ...
[23:07:00.671] 247/313 postgresql:subscription / subscription/004_sync                                 ERROR            ...
[23:07:00.671] 249/313 postgresql:subscription / subscription/009_matviews                             ERROR            ...
[23:07:00.671] 250/313 postgresql:subscription / subscription/008_diff_schema                          ERROR            ...
[23:07:00.671] 252/313 postgresql:subscription / subscription/014_binary                               ERROR            ...
[23:07:00.671] 254/313 postgresql:subscription / subscription/016_stream_subxact                       ERROR            ...
[23:07:00.671] 255/313 postgresql:subscription / subscription/017_stream_ddl                           ERROR            ...
[23:07:00.683] 256/313 postgresql:subscription / subscription/015_stream                               ERROR            ...
[23:07:00.683] 257/313 postgresql:subscription / subscription/018_stream_subxact_abort                 ERROR            ...
[23:07:00.683] 258/313 postgresql:subscription / subscription/019_stream_subxact_ddl_abort             ERROR            ...
[23:07:00.683] 259/313 postgresql:subscription / subscription/021_twophase                             ERROR            ...
[23:07:00.683] 260/313 postgresql:subscription / subscription/020_messages                             ERROR            ...
[23:07:00.683] 261/313 postgresql:subscription / subscription/013_partition                            ERROR            ...
[23:07:00.683] 262/313 postgresql:recovery / recovery/013_crash_restart                                ERROR           4...
[23:07:00.683] 263/313 postgresql:subscription / subscription/023_twophase_stream                      ERROR            ...
[23:07:00.683] 264/313 postgresql:subscription / subscription/024_add_drop_pub                         ERROR            ...
[23:07:00.683] 265/313 postgresql:subscription / subscription/025_rep_changes_for_schema               ERROR            ...
[23:07:00.683] 266/313 postgresql:subscription / subscription/026_stats                                ERROR            ...
[23:07:00.683] 267/313 postgresql:subscription / subscription/022_twophase_cascade                     ERROR            ...
[23:07:00.683] 268/313 postgresql:subscription / subscription/029_on_error                             ERROR            ...
[23:07:00.683] 270/313 postgresql:subscription / subscription/030_origin                               ERROR            ...
[23:07:00.683] 271/313 postgresql:brin / brin/01_workitems                                             ERROR            ...
[23:07:00.683] 273/313 postgresql:subscription / subscription/100_bugs                                 ERROR            ...
[23:07:00.683] 274/313 postgresql:subscription / subscription/028_row_filter                           ERROR            ...
[23:07:00.683] 275/313 postgresql:commit_ts / commit_ts/001_base                                       ERROR            ...
[23:07:00.683] 276/313 postgresql:commit_ts / commit_ts/004_restart                                    ERROR            ...
[23:07:00.683] 279/313 postgresql:subscription / subscription/032_subscribe_use_index                  ERROR            ...
[23:07:00.683] 280/313 postgresql:injection_points / injection_points/001_stats                        ERROR            ...
[23:07:00.683] 281/313 postgresql:ssl_passphrase_callback / ssl_passphrase_callback/001_testfunc       ERROR            ...
[23:07:00.683] 282/313 postgresql:libpq_pipeline / libpq_pipeline/001_libpq_pipeline                   ERROR            ...
[23:07:00.683] 283/313 postgresql:test_custom_rmgrs / test_custom_rmgrs/001_basic                      ERROR            ...
[23:07:00.683] 286/313 postgresql:subscription / subscription/031_column_list                          ERROR            ...
[23:07:00.683] 287/313 postgresql:commit_ts / commit_ts/002_standby                                    ERROR            ...
[23:07:00.683] 288/313 postgresql:commit_ts / commit_ts/003_standby_2                                  ERROR            ...
[23:07:00.683] 290/313 postgresql:test_misc / test_misc/002_tablespace                                 ERROR            ...
[23:07:00.683] 292/313 postgresql:test_misc / test_misc/001_constraint_validation                      ERROR            ...
[23:07:00.683] 293/313 postgresql:test_misc / test_misc/004_io_direct                                  ERROR            ...
[23:07:00.683] 299/313 postgresql:worker_spi / worker_spi/001_worker_spi                               ERROR            ...
[23:07:00.683] 300/313 postgresql:test_slru / test_slru/001_multixact                                  ERROR            ...
[23:07:00.683] 301/313 postgresql:test_pg_dump / test_pg_dump/001_base                                 ERROR            ...
[23:07:00.683] 302/313 postgresql:checksums / checksums/004_offline                                    ERROR            ...
[23:07:00.683] 303/313 postgresql:ssl / ssl/001_ssltests                                               ERROR            ...
[23:07:00.683] 304/313 postgresql:ssl / ssl/002_scram                                                  ERROR            ...
[23:07:00.683] 307/313 postgresql:ssl / ssl/003_sslinfo                                                ERROR            ...
[23:07:00.683] 309/313 postgresql:pgbench / pgbench/001_pgbench_with_server                            ERROR           2...
[23:07:00.683] 310/313 postgresql:checksums / checksums/002_restarts                                   ERROR           3...
[23:07:00.683] 311/313 postgresql:checksums / checksums/001_basic                                      ERROR           6...
[23:07:00.683] 312/313 postgresql:pg_ctl / pg_ctl/004_logrotate                                        TIMEOUT        10...
[23:07:00.683] 313/313 postgresql:checksums / checksums/003_standby_restarts                           TIMEOUT        10...
51/5394 Fix jsonb comparison for raw scalar pseudo arrays
FreeBSD - 13 - Meson
core
[20:16:32.054] #0  0x000000082a8808fa in _sigprocmask () from /lib/libc.so.7
[20:16:32.054] #1  0x000000082a8b9f91 in _system () from /lib/libc.so.7
[20:16:32.054] #2  0x000000082a6589d3 in ?? () from /lib/libthr.so.3
[20:16:32.054] #3  0x000000000067ec0b in shell_archive_file (state=<optimized out>, file=0x820c2f7e0 "00000001", '0' <re...
[20:16:32.054] #4  0x00000000008970d1 in pgarch_archiveXlog (xlog=xlog@entry=0x820c2f7e0 "00000001", '0' <repeats 15 tim...
[20:16:32.054] #5  0x0000000000896b24 in pgarch_ArchiverCopyLoop () at ../src/backend/postmaster/pgarch.c:474
[20:16:32.054] #6  pgarch_MainLoop () at ../src/backend/postmaster/pgarch.c:348
[20:16:32.054] #7  0x00000000008963fd in PgArchiverMain (startup_data=<optimized out>, startup_data_len=<optimized out>)...
[20:16:32.054] #8  0x0000000000896155 in postmaster_child_launch (child_type=child_type@entry=B_ARCHIVER, child_slot=54,...
[20:16:32.054] #9  0x0000000000898cf7 in StartChildProcess (type=type@entry=B_ARCHIVER) at ../src/backend/postmaster/pos...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonb.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream...
--- /tmp/cirrus-ci-build/src/test/regress/expected/jsonb.out	2024-11-30 20:10:16.547780000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/jsonb.out	2024-11-30 20:12:54.985688000 ...
@@ -5766,8 +5766,8 @@
 ----------------------------------------
  null
  ""
- "A"
  "a"
+ "A"
  -3.14159
  0
  0.0000000001
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonb.out /tmp/cirrus-ci-build/build/testrun/regress/regress/res...
--- /tmp/cirrus-ci-build/src/test/regress/expected/jsonb.out	2024-11-30 20:10:16.547780000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/jsonb.out	2024-11-30 20:11:55.105400000 +0000
@@ -5766,8 +5766,8 @@
 ----------------------------------------
  null
  ""
- "A"
  "a"
+ "A"
  -3.14159
  0
  0.0000000001
tap
[20:13:17.851](96.212s) not ok 2 - regression tests pass
test
[20:15:18.562]  43/314 postgresql:regress / regress/regress                                            ERROR            ...
[20:15:18.562] 170/314 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/jsonb.out C:/cirrus/build/testrun/recovery/027_stream_r...
--- C:/cirrus/src/test/regress/expected/jsonb.out	2024-11-30 20:10:30.319028500 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/jsonb.out	2024-11-30 20:16:21.011984000 +0000
@@ -5766,8 +5766,8 @@
 ----------------------------------------
  null
  ""
- "A"
  "a"
+ "A"
  -3.14159
  0
  0.0000000001
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/jsonb.out C:/cirrus/build/testrun/regress/regress/resul...
--- C:/cirrus/src/test/regress/expected/jsonb.out	2024-11-30 20:10:30.319028500 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/jsonb.out	2024-11-30 20:13:54.002660000 +0000
@@ -5766,8 +5766,8 @@
 ----------------------------------------
  null
  ""
- "A"
  "a"
+ "A"
  -3.14159
  0
  0.0000000001
tap
[20:16:45.607](128.250s) not ok 2 - regression tests pass
test
[20:23:37.514]  20/309 postgresql:regress / regress/regress                                            ERROR           1...
[20:23:37.514]  97/309 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/4538 Statistics Import and Export
Linux - Debian Bookworm - Autoconf
core
[20:01:23.568] #0  0x00007fd6c55edebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[20:01:23.568] #1  0x00007fd6c559efb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[20:01:23.568] #2  0x00007fd6c5589472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[20:01:23.568] #3  0x00007fd6c58d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[20:01:23.568] #4  0x00007fd6c58e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[20:01:23.568] #5  0x00007fd6c58c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffdc6f8d616, __in_ch...
[20:01:23.568] #6  0x00007fd6c58c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140727941653120, sp...
[20:01:23.568] #7  0x00007fd6c58c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[20:01:23.568] #8  0x000055d74cbaffce in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[20:01:23.568] #9  0x000055d74cbeebc7 in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[20:01:26.789] #0  0x00007fe50dd02ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[20:01:26.789] #1  0x00007fe50dcb3fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[20:01:26.789] #2  0x00007fe50dc9e472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[20:01:26.789] #3  0x00007fe50e0d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[20:01:26.789] #4  0x00007fe50e0e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[20:01:26.789] #5  0x00007fe50e0c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffcdbf36096, __in_ch...
[20:01:26.789] #6  0x00007fe50e0c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140723998649600, sp...
[20:01:26.789] #7  0x00007fe50e0c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[20:01:26.789] #8  0x000056340494afce in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[20:01:26.789] #9  0x0000563404989bc7 in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[20:01:26.338] #0  0x00007fbafe1edebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[20:01:26.338] #1  0x00007fbafe19efb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[20:01:26.338] #2  0x00007fbafe189472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[20:01:26.338] #3  0x00007fbafe4d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[20:01:26.338] #4  0x00007fbafe4e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[20:01:26.338] #5  0x00007fbafe4c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffee2b61ad6, __in_ch...
[20:01:26.338] #6  0x00007fbafe4c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140732702009152, sp...
[20:01:26.338] #7  0x00007fbafe4c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[20:01:26.338] #8  0x000055a55f83cfce in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[20:01:26.338] #9  0x000055a55f87bb2e in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[20:01:25.866] #0  0x00007f71eb928ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[20:01:25.866] #1  0x00007f71eb8d9fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[20:01:25.866] #2  0x00007f71eb8c4472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[20:01:25.866] #3  0x00007f71ebcd650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[20:01:25.866] #4  0x00007f71ebce2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[20:01:25.866] #5  0x00007f71ebcc1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffc9fb1e8c6, __in_ch...
[20:01:25.866] #6  0x00007f71ebcc14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140722987726128, sp...
[20:01:25.866] #7  0x00007f71ebcc251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[20:01:25.866] #8  0x000055ffa9f36fce in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[20:01:25.866] #9  0x000055ffa9f75b2e in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[20:01:25.399] #0  0x00007f5157464ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[20:01:25.399] #1  0x00007f5157415fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[20:01:25.399] #2  0x00007f5157400472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[20:01:25.399] #3  0x00007f51576d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[20:01:25.399] #4  0x00007f51576e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[20:01:25.399] #5  0x00007f51576c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffcef633c76, __in_ch...
[20:01:25.399] #6  0x00007f51576c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140724324747488, sp...
[20:01:25.400] #7  0x00007f51576c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[20:01:25.400] #8  0x000055aea0969fce in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[20:01:25.400] #9  0x000055aea09a8b2e in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[20:01:24.945] #0  0x00007f0c943edebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[20:01:24.945] #1  0x00007f0c9439efb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[20:01:24.945] #2  0x00007f0c94389472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[20:01:24.945] #3  0x00007f0c946d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[20:01:24.945] #4  0x00007f0c946e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[20:01:24.945] #5  0x00007f0c946c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffec805fd76, __in_ch...
[20:01:24.945] #6  0x00007f0c946c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140732254259680, sp...
[20:01:24.946] #7  0x00007f0c946c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[20:01:24.946] #8  0x0000562af0240fce in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[20:01:24.946] #9  0x0000562af027fb2e in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[20:01:24.496] #0  0x00007fa9d4fedebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[20:01:24.496] #1  0x00007fa9d4f9efb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[20:01:24.496] #2  0x00007fa9d4f89472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[20:01:24.496] #3  0x00007fa9d52d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[20:01:24.496] #4  0x00007fa9d52e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[20:01:24.496] #5  0x00007fa9d52c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffd931ccbc6, __in_ch...
[20:01:24.496] #6  0x00007fa9d52c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140727071594544, sp...
[20:01:24.497] #7  0x00007fa9d52c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[20:01:24.497] #8  0x0000556514d51fce in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[20:01:24.497] #9  0x0000556514d90b2e in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[20:01:24.027] #0  0x00007fe7e9509ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[20:01:24.027] #1  0x00007fe7e94bafb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[20:01:24.027] #2  0x00007fe7e94a5472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[20:01:24.027] #3  0x00007fe7e98d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[20:01:24.027] #4  0x00007fe7e98e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[20:01:24.027] #5  0x00007fe7e98c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffc1203bb06, __in_ch...
[20:01:24.027] #6  0x00007fe7e98c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140720610723696, sp...
[20:01:24.027] #7  0x00007fe7e98c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[20:01:24.027] #8  0x000055b1785f7fce in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[20:01:24.027] #9  0x000055b178636bc7 in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[20:01:23.100] #0  0x00007f3e23dedebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[20:01:23.100] #1  0x00007f3e23d9efb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[20:01:23.100] #2  0x00007f3e23d89472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[20:01:23.100] #3  0x00007f3e240d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[20:01:23.100] #4  0x00007f3e240e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[20:01:23.100] #5  0x00007f3e240c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7fff1676d886, __in_ch...
[20:01:23.100] #6  0x00007f3e240c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140733570278640, sp...
[20:01:23.100] #7  0x00007f3e240c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[20:01:23.100] #8  0x00005573cd23afce in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[20:01:23.100] #9  0x00005573cd279bc7 in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[20:01:22.647] #0  0x00007fe0831a8ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[20:01:22.647] #1  0x00007fe083159fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[20:01:22.647] #2  0x00007fe083144472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[20:01:22.647] #3  0x00007fe0834d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[20:01:22.647] #4  0x00007fe0834e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[20:01:22.647] #5  0x00007fe0834c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffdc5dcb7d6, __in_ch...
[20:01:22.647] #6  0x00007fe0834c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140727923033152, sp...
[20:01:22.647] #7  0x00007fe0834c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[20:01:22.647] #8  0x00005619e08f8fce in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[20:01:22.647] #9  0x00005619e0937b2e in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[20:01:22.195] #0  0x00007fa7c79edebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[20:01:22.195] #1  0x00007fa7c799efb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[20:01:22.195] #2  0x00007fa7c7989472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[20:01:22.195] #3  0x00007fa7c7cd650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[20:01:22.195] #4  0x00007fa7c7ce2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[20:01:22.195] #5  0x00007fa7c7cc1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffc0043f746, __in_ch...
[20:01:22.195] #6  0x00007fa7c7cc14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140720312943536, sp...
[20:01:22.195] #7  0x00007fa7c7cc251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[20:01:22.195] #8  0x000055e7b5ffdfce in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[20:01:22.195] #9  0x000055e7b603cbc7 in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[20:01:21.740] #0  0x00007fbf92664ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[20:01:21.740] #1  0x00007fbf92615fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[20:01:21.740] #2  0x00007fbf92600472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[20:01:21.740] #3  0x00007fbf928d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[20:01:21.740] #4  0x00007fbf928e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[20:01:21.740] #5  0x00007fbf928c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffde329b056, __in_ch...
[20:01:21.740] #6  0x00007fbf928c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140728414616768, sp...
[20:01:21.740] #7  0x00007fbf928c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[20:01:21.740] #8  0x000055b255544fce in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[20:01:21.740] #9  0x000055b255583bc7 in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[20:01:21.273] #0  0x00007f0bca928ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[20:01:21.273] #1  0x00007f0bca8d9fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[20:01:21.273] #2  0x00007f0bca8c4472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[20:01:21.273] #3  0x00007f0bcacd650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[20:01:21.273] #4  0x00007f0bcace2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[20:01:21.273] #5  0x00007f0bcacc1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffc4aa80086, __in_ch...
[20:01:21.273] #6  0x00007f0bcacc14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140721561013488, sp...
[20:01:21.273] #7  0x00007f0bcacc251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[20:01:21.273] #8  0x00005647f8613fce in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[20:01:21.273] #9  0x00005647f8652bc7 in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[20:01:20.812] #0  0x00007fe62f128ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[20:01:20.812] #1  0x00007fe62f0d9fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[20:01:20.812] #2  0x00007fe62f0c4472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[20:01:20.812] #3  0x00007fe62f4d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[20:01:20.812] #4  0x00007fe62f4e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[20:01:20.812] #5  0x00007fe62f4c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffc6a2f54e6, __in_ch...
[20:01:20.812] #6  0x00007fe62f4c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140722089976144, sp...
[20:01:20.812] #7  0x00007fe62f4c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[20:01:20.812] #8  0x000055aa43312fce in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[20:01:20.812] #9  0x000055aa43351bc7 in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
tap
[19:55:20.543](4.212s) not ok 4 - dump from PITR 1
[19:55:22.220](1.676s) not ok 5 - dump from PITR 2
tap
[19:55:30.962](1.935s) not ok 19 - pg_dump: option -n pg_catalog
[19:55:33.320](2.357s) not ok 20 - pg_dumpall: option --exclude-database handles database names with embedded dots
[19:55:34.246](0.349s) not ok 37 - binary_upgrade: pg_dump runs
[19:55:34.275](0.029s) not ok 38 - binary_upgrade: pg_restore runs
tap
[19:55:39.889](2.979s) not ok 1 - parallel dump
[19:55:39.997](0.108s) not ok 2 - parallel restore
[19:55:40.982](0.984s) not ok 3 - parallel dump as inserts
[19:55:41.045](0.063s) not ok 4 - parallel restore as inserts
tap
[19:55:45.637](4.208s) not ok 1 - filter file without patterns
tap
[19:55:56.182](0.949s) not ok 7 - parallel dump
[19:55:56.544](0.362s) not ok 8 - parallel restore
[19:55:56.678](0.134s) not ok 9 - parallel restore with create
tap
[19:56:03.141](1.336s) not ok 1 - binary_upgrade: pg_dump runs
tap
[19:59:15.763](1.259s) not ok 3 - dump primary server
[19:59:16.942](1.179s) not ok 4 - dump standby server
[19:59:18.126](1.180s) not ok 6 - dump catalogs of primary server
[19:59:18.621](0.494s) not ok 7 - dump catalogs of standby server
[19:59:18.625](0.004s) not ok 8 - compare primary and standby catalog dumps
Linux - Debian Bookworm - Meson
core
[19:59:45.728] #0  0x00007f963d6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[19:59:45.728] #1  0x00007f963d65afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[19:59:45.728] #2  0x00007f963d645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[19:59:45.728] #3  0x00007f963d81e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[19:59:45.728] #4  0x00007f963d82aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[19:59:45.728] #5  0x00007f963d80db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55917b44db00, In...
[19:59:45.728] #6  0x000055917b3c9410 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[19:59:45.728] #7  0x000055917b3faf3c in pg_qsort (data=<optimized out>, n=4993, element_size=element_size@entry=8, comp...
[19:59:45.728] #8  0x000055917b3cb98a in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[19:59:45.728] #9  0x000055917b3c09d4 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[19:59:45.449] #0  0x00007f00b64a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[19:59:45.449] #1  0x00007f00b645afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[19:59:45.449] #2  0x00007f00b6445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[19:59:45.449] #3  0x00007f00b661e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[19:59:45.449] #4  0x00007f00b662aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[19:59:45.449] #5  0x00007f00b660db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x5651959a6b00, In...
[19:59:45.449] #6  0x0000565195922410 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[19:59:45.449] #7  0x0000565195954066 in pg_qsort (data=<optimized out>, n=4006, element_size=element_size@entry=8, comp...
[19:59:45.449] #8  0x000056519592498a in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[19:59:45.449] #9  0x00005651959199d4 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[19:59:46.014] #0  0x00007fda6aea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[19:59:46.014] #1  0x00007fda6ae5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[19:59:46.014] #2  0x00007fda6ae45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[19:59:46.014] #3  0x00007fda6b01e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[19:59:46.014] #4  0x00007fda6b02aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[19:59:46.014] #5  0x00007fda6b00db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x5586a63f6b00, In...
[19:59:46.014] #6  0x00005586a6372410 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[19:59:46.014] #7  0x00005586a63a4066 in pg_qsort (data=<optimized out>, n=7608, element_size=element_size@entry=8, comp...
[19:59:46.014] #8  0x00005586a637498a in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[19:59:46.014] #9  0x00005586a63699d4 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[19:59:47.999] #0  0x00007f9194aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[19:59:47.999] #1  0x00007f9194a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[19:59:47.999] #2  0x00007f9194a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[19:59:47.999] #3  0x00007f9194c1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[19:59:47.999] #4  0x00007f9194c2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[19:59:47.999] #5  0x00007f9194c0db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x56068dbecb00, In...
[19:59:47.999] #6  0x000056068db68410 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[19:59:47.999] #7  0x000056068db99f3c in pg_qsort (data=<optimized out>, n=4091, element_size=element_size@entry=8, comp...
[19:59:47.999] #8  0x000056068db6a98a in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[19:59:47.999] #9  0x000056068db5f9d4 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[19:59:47.715] #0  0x00007f0ca06a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[19:59:47.715] #1  0x00007f0ca065afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[19:59:47.715] #2  0x00007f0ca0645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[19:59:47.715] #3  0x00007f0ca081e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[19:59:47.715] #4  0x00007f0ca082aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[19:59:47.715] #5  0x00007f0ca080db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x558e1205eb00, In...
[19:59:47.715] #6  0x0000558e11fda410 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[19:59:47.715] #7  0x0000558e1200bf3c in pg_qsort (data=<optimized out>, n=4429, element_size=element_size@entry=8, comp...
[19:59:47.715] #8  0x0000558e11fdc98a in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[19:59:47.715] #9  0x0000558e11fd19d4 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[19:59:47.425] #0  0x00007f3e5aaa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[19:59:47.425] #1  0x00007f3e5aa5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[19:59:47.425] #2  0x00007f3e5aa45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[19:59:47.425] #3  0x00007f3e5ac1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[19:59:47.425] #4  0x00007f3e5ac2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[19:59:47.425] #5  0x00007f3e5ac0db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55787858fa80, In...
[19:59:47.425] #6  0x000055787850b454 in DOTypeNameCompare (p1=p1@entry=0x5578793a5390, p2=p2@entry=0x5578793a7a80) at ....
[19:59:47.425] #7  0x000055787853c7a4 in pg_qsort_med3 (a=a@entry=0x5578793a5390, b=b@entry=0x5578793a7a80, c=c@entry=0x...
[19:59:47.425] #8  0x000055787853cbbf in pg_qsort (data=<optimized out>, n=9971, element_size=element_size@entry=8, comp...
[19:59:47.425] #9  0x000055787850d98a in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
core
[19:59:47.146] #0  0x00007f75d52a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[19:59:47.146] #1  0x00007f75d525afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[19:59:47.146] #2  0x00007f75d5245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[19:59:47.146] #3  0x00007f75d541e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[19:59:47.146] #4  0x00007f75d542aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[19:59:47.146] #5  0x00007f75d540db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x56496f298b00, In...
[19:59:47.146] #6  0x000056496f214410 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[19:59:47.146] #7  0x000056496f246066 in pg_qsort (data=<optimized out>, n=4003, element_size=element_size@entry=8, comp...
[19:59:47.146] #8  0x000056496f21698a in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[19:59:47.146] #9  0x000056496f20b9d4 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[19:59:46.859] #0  0x00007f8615ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[19:59:46.859] #1  0x00007f8615c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[19:59:46.859] #2  0x00007f8615c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[19:59:46.859] #3  0x00007f8615e1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[19:59:46.859] #4  0x00007f8615e2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[19:59:46.859] #5  0x00007f8615e0db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x563eea0bda80, In...
[19:59:46.859] #6  0x0000563eea039454 in DOTypeNameCompare (p1=p1@entry=0x563eec05b390, p2=p2@entry=0x563eec05da80) at ....
[19:59:46.859] #7  0x0000563eea06a7a4 in pg_qsort_med3 (a=a@entry=0x563eec05b390, b=b@entry=0x563eec05da80, c=c@entry=0x...
[19:59:46.859] #8  0x0000563eea06abbf in pg_qsort (data=<optimized out>, n=9971, element_size=element_size@entry=8, comp...
[19:59:46.859] #9  0x0000563eea03b98a in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
core
[19:59:46.567] #0  0x00007fcbf36a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[19:59:46.567] #1  0x00007fcbf365afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[19:59:46.567] #2  0x00007fcbf3645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[19:59:46.567] #3  0x00007fcbf381e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[19:59:46.567] #4  0x00007fcbf382aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[19:59:46.567] #5  0x00007fcbf380db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x562592aebb00, In...
[19:59:46.567] #6  0x0000562592a67410 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[19:59:46.567] #7  0x0000562592a99066 in pg_qsort (data=<optimized out>, n=7608, element_size=element_size@entry=8, comp...
[19:59:46.567] #8  0x0000562592a6998a in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[19:59:46.567] #9  0x0000562592a5e9d4 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[19:59:46.294] #0  0x00007f6ec6ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[19:59:46.294] #1  0x00007f6ec6c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[19:59:46.294] #2  0x00007f6ec6c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[19:59:46.294] #3  0x00007f6ec6e1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[19:59:46.294] #4  0x00007f6ec6e2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[19:59:46.294] #5  0x00007f6ec6e0db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x5641b660bb00, In...
[19:59:46.294] #6  0x00005641b6587410 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[19:59:46.294] #7  0x00005641b65b8f3c in pg_qsort (data=<optimized out>, n=4091, element_size=element_size@entry=8, comp...
[19:59:46.294] #8  0x00005641b658998a in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[19:59:46.294] #9  0x00005641b657e9d4 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[19:59:43.154] #0  0x00007f3e5a2a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[19:59:43.154] #1  0x00007f3e5a25afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[19:59:43.154] #2  0x00007f3e5a245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[19:59:43.154] #3  0x00007f3e5a41e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[19:59:43.154] #4  0x00007f3e5a42aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[19:59:43.154] #5  0x00007f3e5a40db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x561ee951bb00, In...
[19:59:43.154] #6  0x0000561ee9497410 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[19:59:43.154] #7  0x0000561ee94c9066 in pg_qsort (data=<optimized out>, n=4051, element_size=element_size@entry=8, comp...
[19:59:43.154] #8  0x0000561ee949998a in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[19:59:43.154] #9  0x0000561ee948e9d4 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[19:59:43.444] #0  0x00007fb4536a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[19:59:43.444] #1  0x00007fb45365afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[19:59:43.444] #2  0x00007fb453645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[19:59:43.444] #3  0x00007fb45381e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[19:59:43.444] #4  0x00007fb45382aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[19:59:43.444] #5  0x00007fb45380db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55ccab50fb00, In...
[19:59:43.444] #6  0x000055ccab48b410 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[19:59:43.444] #7  0x000055ccab4bd066 in pg_qsort (data=<optimized out>, n=4051, element_size=element_size@entry=8, comp...
[19:59:43.444] #8  0x000055ccab48d98a in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[19:59:43.444] #9  0x000055ccab4829d4 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[19:59:43.722] #0  0x00007fb3078a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[19:59:43.722] #1  0x00007fb30785afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[19:59:43.722] #2  0x00007fb307845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[19:59:43.722] #3  0x00007fb307a1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[19:59:43.722] #4  0x00007fb307a2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[19:59:43.722] #5  0x00007fb307a0db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x5584e88f9b00, In...
[19:59:43.722] #6  0x00005584e8875410 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[19:59:43.722] #7  0x00005584e88a6f3c in pg_qsort (data=<optimized out>, n=4060, element_size=element_size@entry=8, comp...
[19:59:43.722] #8  0x00005584e887798a in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[19:59:43.722] #9  0x00005584e886c9d4 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[19:59:44.022] #0  0x00007fa9f80a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[19:59:44.022] #1  0x00007fa9f805afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[19:59:44.022] #2  0x00007fa9f8045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[19:59:44.022] #3  0x00007fa9f821e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[19:59:44.022] #4  0x00007fa9f822aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[19:59:44.022] #5  0x00007fa9f820db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x564a65953b00, In...
[19:59:44.022] #6  0x0000564a658cf410 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[19:59:44.022] #7  0x0000564a65901066 in pg_qsort (data=<optimized out>, n=4047, element_size=element_size@entry=8, comp...
[19:59:44.022] #8  0x0000564a658d198a in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[19:59:44.022] #9  0x0000564a658c69d4 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[19:59:44.303] #0  0x00007fe9a5ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[19:59:44.303] #1  0x00007fe9a5e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[19:59:44.303] #2  0x00007fe9a5e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[19:59:44.303] #3  0x00007fe9a601e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[19:59:44.303] #4  0x00007fe9a602aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[19:59:44.303] #5  0x00007fe9a600db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55cf4e66da80, In...
[19:59:44.303] #6  0x000055cf4e5e9454 in DOTypeNameCompare (p1=p1@entry=0x55cf4f876c60, p2=p2@entry=0x55cf4f8793a8) at ....
[19:59:44.303] #7  0x000055cf4e61a7a4 in pg_qsort_med3 (a=a@entry=0x55cf4f876c60, b=b@entry=0x55cf4f8793a8, c=c@entry=0x...
[19:59:44.303] #8  0x000055cf4e61abbf in pg_qsort (data=<optimized out>, n=10060, element_size=element_size@entry=8, com...
[19:59:44.303] #9  0x000055cf4e5eb98a in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
core
[19:59:44.585] #0  0x00007f76daca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[19:59:44.585] #1  0x00007f76dac5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[19:59:44.585] #2  0x00007f76dac45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[19:59:44.585] #3  0x00007f76dae1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[19:59:44.585] #4  0x00007f76dae2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[19:59:44.585] #5  0x00007f76dae0db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55f25cbcdb00, In...
[19:59:44.585] #6  0x000055f25cb49410 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[19:59:44.585] #7  0x000055f25cb7b066 in pg_qsort (data=<optimized out>, n=4014, element_size=element_size@entry=8, comp...
[19:59:44.585] #8  0x000055f25cb4b98a in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[19:59:44.585] #9  0x000055f25cb409d4 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[19:59:44.881] #0  0x00007f273cec0ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[19:59:44.881] #1  0x00007f273ce71fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[19:59:44.881] #2  0x00007f273ce5c472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[19:59:44.881] #3  0x00007f273c81e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[19:59:44.881] #4  0x00007f273c82aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[19:59:44.881] #5  0x00007f273c80db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x5559c4529b00, In...
[19:59:44.881] #6  0x00005559c44a5410 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[19:59:44.881] #7  0x00005559c44d7066 in pg_qsort (data=<optimized out>, n=9486, element_size=element_size@entry=8, comp...
[19:59:44.881] #8  0x00005559c44a798a in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[19:59:44.881] #9  0x00005559c449c9d4 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[19:59:45.164] #0  0x00007efd690a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[19:59:45.164] #1  0x00007efd6905afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[19:59:45.164] #2  0x00007efd69045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[19:59:45.164] #3  0x00007efd6921e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[19:59:45.164] #4  0x00007efd6922aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[19:59:45.164] #5  0x00007efd6920db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55560472ab00, In...
[19:59:45.164] #6  0x00005556046a6410 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[19:59:45.164] #7  0x00005556046d7f3c in pg_qsort (data=<optimized out>, n=4465, element_size=element_size@entry=8, comp...
[19:59:45.164] #8  0x00005556046a898a in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[19:59:45.164] #9  0x000055560469d9d4 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
tap
[19:56:54.647](3.603s) not ok 4 - dump from PITR 1
[19:56:55.475](0.828s) not ok 5 - dump from PITR 2
tap
[19:57:05.239](0.211s) not ok 19 - pg_dump: option -n pg_catalog
[19:57:06.185](0.946s) not ok 20 - pg_dumpall: option --exclude-database handles database names with embedded dots
[19:57:06.883](0.258s) not ok 37 - binary_upgrade: pg_dump runs
[19:57:06.906](0.023s) not ok 38 - binary_upgrade: pg_restore runs
tap
[19:57:05.589](1.236s) not ok 1 - parallel dump
[19:57:05.614](0.025s) not ok 2 - parallel restore
[19:57:05.924](0.310s) not ok 3 - parallel dump as inserts
[19:57:05.969](0.045s) not ok 4 - parallel restore as inserts
tap
[19:57:07.160](2.310s) not ok 1 - filter file without patterns
tap
[19:57:09.633](0.514s) not ok 7 - parallel dump
[19:57:09.894](0.261s) not ok 8 - parallel restore
[19:57:10.036](0.141s) not ok 9 - parallel restore with create
tap
[19:56:13.003](4.014s) not ok 6 - dump before running pg_upgrade
[19:56:21.874](3.927s) not ok 14 - run of pg_upgrade for new instance
[19:56:21.875](0.000s) not ok 15 - pg_upgrade_output.d/ removed after pg_upgrade success
[19:56:22.329](0.188s) not ok 16 - check that locales in new cluster match original cluster
[19:56:23.529](0.001s) not ok 18 - old and new dumps match after pg_upgrade
tap
[19:54:47.220](3.953s) not ok 10 - run of pg_upgrade of old cluster
[19:54:47.509](0.289s) not ok 11 - check the slot exists on new cluster
tap
[19:54:48.205](2.164s) not ok 8 - run of pg_upgrade for old instance when the subscription tables are in init/ready stat...
[19:54:48.206](0.000s) not ok 9 - pg_upgrade_output.d/ removed after successful pg_upgrade
[19:54:48.647](0.441s) not ok 10 - check that the subscription's running status and failover are preserved
[19:54:48.706](0.059s) not ok 11 - there should be 2 rows in pg_subscription_rel(representing tab_upgraded1 and tab_upgr...
tap
[19:56:44.232](1.285s) not ok 3 - dump primary server
[19:56:45.654](1.421s) not ok 4 - dump standby server
[19:56:46.964](1.296s) not ok 6 - dump catalogs of primary server
[19:56:47.519](0.555s) not ok 7 - dump catalogs of standby server
[19:56:47.530](0.010s) not ok 8 - compare primary and standby catalog dumps
tap
[19:58:15.959](0.808s) not ok 1 - binary_upgrade: pg_dump runs
test
[19:58:28.983]   6/314 postgresql:pg_upgrade / pg_upgrade/003_logical_slots                            ERROR            ...
[19:58:28.983]   8/314 postgresql:pg_upgrade / pg_upgrade/004_subscription                             ERROR            ...
[19:58:28.983]  97/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[19:58:28.983] 147/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[19:58:28.983] 155/314 postgresql:pg_combinebackup / pg_combinebackup/002_compare_backups              ERROR            ...
[19:58:28.983] 173/314 postgresql:pg_dump / pg_dump/004_pg_dump_parallel                               ERROR            ...
[19:58:28.983] 175/314 postgresql:pg_dump / pg_dump/002_pg_dump                                        ERROR            ...
[19:58:28.983] 176/314 postgresql:pg_dump / pg_dump/005_pg_dump_filterfile                             ERROR            ...
[19:58:28.983] 190/314 postgresql:pg_dump / pg_dump/010_dump_connstr                                   ERROR            ...
[19:58:28.983] 300/314 postgresql:test_pg_dump / test_pg_dump/001_base                                 ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[19:57:59.435](0.421s) not ok 18 - old and new dumps match after pg_upgrade
test
[20:06:25.850]  43/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           2...
51/5231 Consider the number of columns in the sort cost model
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out /tmp/cirrus-ci-build/build/testrun/...
--- /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out	2024-11-30 18:24:44.763840000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_stat_statements/regress/results/level_tracking.out	2024-11-30 18:27:12.6295640...
@@ -383,26 +383,24 @@
 (1 row)
 
 EXPLAIN (COSTS OFF) SELECT 1, 2 UNION SELECT 3, 4\; EXPLAIN (COSTS OFF) (SELECT 1, 2, 3) UNION SELECT 3, 4, 5;
+      QUERY PLAN       
+-----------------------
+ HashAggregate
+   Group Key: (1), (2)
+   ->  Append
+         ->  Result
+         ->  Result
+(5 rows)
+
          QUERY PLAN         
 ----------------------------
- Unique
-   ->  Sort
...
test
[18:29:27.610]  87/314 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out /tmp/cirrus-ci-build/contrib/pg_sta...
--- /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out	2024-11-30 18:24:38.868400472 +0000
+++ /tmp/cirrus-ci-build/contrib/pg_stat_statements/results/level_tracking.out	2024-11-30 18:29:53.242004624 +0000
@@ -383,25 +383,23 @@
 (1 row)
 
 EXPLAIN (COSTS OFF) SELECT 1, 2 UNION SELECT 3, 4\; EXPLAIN (COSTS OFF) (SELECT 1, 2, 3) UNION SELECT 3, 4, 5;
+      QUERY PLAN       
+-----------------------
+ HashAggregate
+   Group Key: (1), (2)
+   ->  Append
+         ->  Result
+         ->  Result
+(5 rows)
+
          QUERY PLAN         
 ----------------------------
- Unique
-   ->  Sort
...
Linux - Debian Bookworm - Meson
core
[18:31:40.688] #0  0x00007f199c6aeda4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[18:31:40.688] #1  0x00007f199c65b239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[18:31:40.688] #2  0x00007f199c716204 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[18:31:40.688] #3  0x00007f199c72885c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[18:31:40.688] #0  <unavailable> in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out /tmp/cirrus-ci-build/build/testrun/...
--- /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out	2024-11-30 18:24:40.163994453 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_stat_statements/regress/results/level_tracking.out	2024-11-30 18:28:30.4574198...
@@ -383,25 +383,23 @@
 (1 row)
 
 EXPLAIN (COSTS OFF) SELECT 1, 2 UNION SELECT 3, 4\; EXPLAIN (COSTS OFF) (SELECT 1, 2, 3) UNION SELECT 3, 4, 5;
+      QUERY PLAN       
+-----------------------
+ HashAggregate
+   Group Key: (1), (2)
+   ->  Append
+         ->  Result
+         ->  Result
+(5 rows)
+
          QUERY PLAN         
 ----------------------------
- Unique
-   ->  Sort
...
test
[18:30:34.491]  88/314 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/contrib/pg_stat_statements/expected/level_tracking.out /Users/admin/pgsql/build/testrun/pg_s...
--- /Users/admin/pgsql/contrib/pg_stat_statements/expected/level_tracking.out	2024-11-30 18:24:07
+++ /Users/admin/pgsql/build/testrun/pg_stat_statements/regress/results/level_tracking.out	2024-11-30 18:27:02
@@ -383,25 +383,23 @@
 (1 row)
 
 EXPLAIN (COSTS OFF) SELECT 1, 2 UNION SELECT 3, 4\; EXPLAIN (COSTS OFF) (SELECT 1, 2, 3) UNION SELECT 3, 4, 5;
+      QUERY PLAN       
+-----------------------
+ HashAggregate
+   Group Key: (1), (2)
+   ->  Append
+         ->  Result
+         ->  Result
+(5 rows)
+
          QUERY PLAN         
 ----------------------------
- Unique
-   ->  Sort
...
test
[18:28:48.369]  86/314 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/contrib/pg_stat_statements/expected/level_tracking.out C:/cirrus/build/testrun/pg...
--- C:/cirrus/contrib/pg_stat_statements/expected/level_tracking.out	2024-11-30 18:24:45.186344100 +0000
+++ C:/cirrus/build/testrun/pg_stat_statements/regress/results/level_tracking.out	2024-11-30 18:30:40.324857400 +0000
@@ -383,25 +383,23 @@
 (1 row)
 
 EXPLAIN (COSTS OFF) SELECT 1, 2 UNION SELECT 3, 4\; EXPLAIN (COSTS OFF) (SELECT 1, 2, 3) UNION SELECT 3, 4, 5;
+      QUERY PLAN       
+-----------------------
+ HashAggregate
+   Group Key: (1), (2)
+   ->  Append
+         ->  Result
+         ->  Result
+(5 rows)
+
          QUERY PLAN         
 ----------------------------
- Unique
-   ->  Sort
...
test
[18:37:13.021]  85/309 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
51/5392 Forbid accessing other session's temporary tables
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/inherit-temp.out /tmp/cirrus-ci-build/build/testrun/isolation/...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/inherit-temp.out	2024-11-30 16:38:19.908199000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/isolation/isolation/results/inherit-temp.out	2024-11-30 16:39:48.470582000 +0000
@@ -5,14 +5,7 @@
 step s1_insert_c: INSERT INTO inh_temp_child_s1 VALUES (3), (4);
 step s2_insert_c: INSERT INTO inh_temp_child_s2 VALUES (5), (6);
 step s1_select_p: SELECT a FROM inh_parent;
-a
--
-1
-2
-3
-4
-(4 rows)
-
+ERROR:  cannot access temporary tables of other sessions
 step s1_select_c: SELECT a FROM inh_temp_child_s1;
 a
 -
@@ -21,14 +14,7 @@
...
test
[16:43:34.572]  33/314 postgresql:isolation / isolation/isolation                                      ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/query_cancel.out /tmp/cirrus-ci-build/contrib/postgres_fdw/r...
--- /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/query_cancel.out	2024-11-30 16:38:15.543000811 +0000
+++ /tmp/cirrus-ci-build/contrib/postgres_fdw/results/query_cancel.out	2024-11-30 16:42:20.901670189 +0000
@@ -29,4 +29,5 @@
 -- This would take very long if not canceled:
 SELECT count(*) FROM ft1 a CROSS JOIN ft1 b CROSS JOIN ft1 c CROSS JOIN ft1 d;
 ERROR:  canceling statement due to statement timeout
+WARNING:  could not get result of cancel request due to timeout
 COMMIT;
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/inherit-temp.out /tmp/cirrus-ci-build/src/test/isolation/outpu...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/inherit-temp.out	2024-11-30 16:38:17.223786766 +0000
+++ /tmp/cirrus-ci-build/src/test/isolation/output_iso/results/inherit-temp.out	2024-11-30 16:41:52.273893355 +0000
@@ -5,14 +5,7 @@
 step s1_insert_c: INSERT INTO inh_temp_child_s1 VALUES (3), (4);
 step s2_insert_c: INSERT INTO inh_temp_child_s2 VALUES (5), (6);
 step s1_select_p: SELECT a FROM inh_parent;
-a
--
-1
-2
-3
-4
-(4 rows)
-
+ERROR:  cannot access temporary tables of other sessions
 step s1_select_c: SELECT a FROM inh_temp_child_s1;
 a
 -
@@ -21,14 +14,7 @@
...
Linux - Debian Bookworm - Meson
core
[16:44:34.879] #0  0x00007f0a65285da4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[16:44:34.879] #1  0x00007f0a65232239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[16:44:34.879] #2  0x00007f0a65232497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[16:44:34.879] #3  0x000056153d3565f3 in ?? ()
[16:44:34.879] #4  0x000056153d350369 in ?? ()
[16:44:34.879] #5  0x000056153d34f20f in ?? ()
[16:44:34.879] #6  0x000056153d34fc3b in ?? ()
[16:44:34.879] #7  0x000056153d34d66f in ?? ()
[16:44:34.879] #8  0x00007f0a6521d24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[16:44:34.879] #9  0x00007f0a6521d305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[16:44:34.879] #0  <unavailable> in ?? ()
core
[16:44:34.747] #0  0x00007f0a65285da4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[16:44:34.747] #1  0x00007f0a65232239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[16:44:34.747] #2  0x00007f0a65232497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[16:44:34.747] #3  0x000056153d3565c1 in ?? ()
[16:44:34.747] #4  0x000056153d350369 in ?? ()
[16:44:34.747] #5  0x000056153d34f20f in ?? ()
[16:44:34.747] #6  0x000056153d34fc3b in ?? ()
[16:44:34.747] #7  0x000056153d34d66f in ?? ()
[16:44:34.747] #8  0x00007f0a6521d24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[16:44:34.747] #9  0x00007f0a6521d305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/inherit-temp.out /tmp/cirrus-ci-build/build/testrun/isolation/...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/inherit-temp.out	2024-11-30 16:38:14.725093172 +0000
+++ /tmp/cirrus-ci-build/build/testrun/isolation/isolation/results/inherit-temp.out	2024-11-30 16:40:07.966648541 +0000
@@ -5,14 +5,7 @@
 step s1_insert_c: INSERT INTO inh_temp_child_s1 VALUES (3), (4);
 step s2_insert_c: INSERT INTO inh_temp_child_s2 VALUES (5), (6);
 step s1_select_p: SELECT a FROM inh_parent;
-a
--
-1
-2
-3
-4
-(4 rows)
-
+ERROR:  cannot access temporary tables of other sessions
 step s1_select_c: SELECT a FROM inh_temp_child_s1;
 a
 -
@@ -21,14 +14,7 @@
...
test
[16:43:30.854]  28/314 postgresql:isolation / isolation/isolation                                      ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/isolation/expected/inherit-temp.out /Users/admin/pgsql/build/testrun/isolation/isol...
--- /Users/admin/pgsql/src/test/isolation/expected/inherit-temp.out	2024-11-30 16:38:12
+++ /Users/admin/pgsql/build/testrun/isolation/isolation/results/inherit-temp.out	2024-11-30 16:39:50
@@ -5,14 +5,7 @@
 step s1_insert_c: INSERT INTO inh_temp_child_s1 VALUES (3), (4);
 step s2_insert_c: INSERT INTO inh_temp_child_s2 VALUES (5), (6);
 step s1_select_p: SELECT a FROM inh_parent;
-a
--
-1
-2
-3
-4
-(4 rows)
-
+ERROR:  cannot access temporary tables of other sessions
 step s1_select_c: SELECT a FROM inh_temp_child_s1;
 a
 -
@@ -21,14 +14,7 @@
...
test
[16:42:37.729]  35/314 postgresql:isolation / isolation/isolation                                      ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/isolation/expected/inherit-temp.out C:/cirrus/build/testrun/isolation/is...
--- C:/cirrus/src/test/isolation/expected/inherit-temp.out	2024-11-30 16:38:23.024048400 +0000
+++ C:/cirrus/build/testrun/isolation/isolation/results/inherit-temp.out	2024-11-30 16:41:17.491478300 +0000
@@ -5,14 +5,7 @@
 step s1_insert_c: INSERT INTO inh_temp_child_s1 VALUES (3), (4);
 step s2_insert_c: INSERT INTO inh_temp_child_s2 VALUES (5), (6);
 step s1_select_p: SELECT a FROM inh_parent;
-a
--
-1
-2
-3
-4
-(4 rows)
-
+ERROR:  cannot access temporary tables of other sessions
 step s1_select_c: SELECT a FROM inh_temp_child_s1;
 a
 -
@@ -21,14 +14,7 @@
...
test
[16:50:53.011]  30/309 postgresql:isolation / isolation/isolation                                      ERROR           1...
51/5313 simplify regular expression locale global variables
FreeBSD - 13 - Meson
tap
[15:51:40.649](2.219s) Bail out!  pg_ctl restart failed
test
[15:51:46.214] 306/314 postgresql:ssl / ssl/003_sslinfo                                                ERROR            ...
51/5196 Use function smgrclose() to replace the loop
CompilerWarnings
compiler
[15:32:27.631] smgr.c:487:9: error: unused variable 'which' [-Werror,-Wunused-variable]
compiler
[15:32:27.631] smgr.c:282:13: error: unused variable 'forknum' [-Werror,-Wunused-variable]
compiler
[15:32:19.159] smgr.c:487:9: error: unused variable 'which' [-Werror,-Wunused-variable]
compiler
[15:32:19.159] smgr.c:282:13: error: unused variable 'forknum' [-Werror,-Wunused-variable]
compiler
[15:31:49.553] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable]
compiler
[15:31:49.553] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
compiler
[15:31:41.436] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable]
compiler
[15:31:41.436] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
compiler
[15:32:49.885] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable]
compiler
[15:32:49.885] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
51/4980 Expand applicability of aggregate's sortop optimization
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/subselect.out /tmp/cirrus-ci-build/build/testrun/regress-running...
--- /tmp/cirrus-ci-build/src/test/regress/expected/subselect.out	2024-11-30 13:57:12.166869000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress-running/regress/results/subselect.out	2024-11-30 14:03:07.761220000 +0000
@@ -1029,16 +1029,15 @@
    ->  Seq Scan on tenk1 t
          Filter: ((ANY (unique2 = (hashed SubPlan 2).col1)) OR (ten < 0))
          SubPlan 2
-           ->  Index Only Scan using tenk1_unique1 on tenk1 k
+           ->  Index Only Scan using idx_int4 on tenk1 k
 (5 rows)
 
 select count(*) from tenk1 t
 where (exists(select 1 from tenk1 k where k.unique1 = t.unique2) or ten < 0);
- count 
--------
- 10000
-(1 row)
-
+ERROR:  deadlock detected
+DETAIL:  Process 48398 waits for AccessShareLock on relation 44075 of database 16384; blocked by process 48404.
...
test
[14:03:36.583] 74/76 postgresql:regress-running / regress-running/regress                         ERROR            27.44...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/join.out /tmp/cirrus-ci-build/src/test/recovery/tmp_check/result...
--- /tmp/cirrus-ci-build/src/test/regress/expected/join.out	2024-11-30 13:57:11.601985533 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/join.out	2024-11-30 14:07:30.454129867 +0000
@@ -2399,20 +2399,10 @@
                     where t2.unique1=unique1)
 where t1.unique1 < 10 and t2.unique1 < 10
 order by t1.unique1;
- unique1 | unique1 
----------+---------
-       0 |       0
-       1 |       1
-       2 |       2
-       3 |       3
-       4 |       4
-       5 |       5
-       6 |       6
-       7 |       7
-       8 |       8
-       9 |       9
-(10 rows)
...
tap
[14:08:17.090](64.290s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/union.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_u...
--- /tmp/cirrus-ci-build/src/test/regress/expected/union.out	2024-11-30 13:57:11.544490160 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/union.out	2024-11-30 14:02:01.688183916 +0...
@@ -464,7 +464,7 @@
          Sort Key: "*SELECT* 1".unique1
          ->  Append
                ->  Subquery Scan on "*SELECT* 1"
-                     ->  Index Only Scan using tenk1_unique1 on tenk1
+                     ->  Index Only Scan using idx_int4 on tenk1
                ->  Subquery Scan on "*SELECT* 2"
                      ->  Index Only Scan using tenk1_unique2 on tenk1 tenk1_1
                            Filter: (unique2 <> 10)
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/join.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_up...
--- /tmp/cirrus-ci-build/src/test/regress/expected/join.out	2024-11-30 13:57:11.488446223 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/join.out	2024-11-30 14:02:04.784183693 +00...
@@ -1909,21 +1909,10 @@
 where exists(select * from tenk1 c
              where b.twothousand = c.twothousand and b.fivethous <> c.fivethous)
       and a.tenthous = b.tenthous and a.tenthous < 5000;
-                  QUERY PLAN                   
...
tap
[14:02:58.555](73.529s) not ok 5 - regression tests pass
test
[14:05:09.533] 136/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/subselect.out /Users/admin/pgsql/build/testrun/recovery/027_stream...
--- /Users/admin/pgsql/src/test/regress/expected/subselect.out	2024-11-30 13:56:14
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/subselect.out	2024-11-30 13:59:12
@@ -1403,7 +1403,7 @@
    ->  Seq Scan on public.tenk1 b
          Output: b.unique1, b.unique2, b.two, b.four, b.ten, b.twenty, b.hundred, b.thousand, b.twothousand, b.fivethou...
    SubPlan 1
-     ->  Index Only Scan using tenk1_unique1 on public.tenk1 a
+     ->  Index Only Scan using idx_int4 on public.tenk1 a
            Output: a.unique1
 (10 rows)
 
diff -U3 /Users/admin/pgsql/src/test/regress/expected/join.out /Users/admin/pgsql/build/testrun/recovery/027_stream_regr...
--- /Users/admin/pgsql/src/test/regress/expected/join.out	2024-11-30 13:56:13
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/join.out	2024-11-30 13:59:13
@@ -4296,20 +4296,20 @@
  Nested Loop
    Join Filter: (((a.unique1 = 1) AND (b.unique1 = 2)) OR ((a.unique2 = 3) AND (b.hundred = 4)))
    ->  Bitmap Heap Scan on tenk1 b
-         Recheck Cond: ((hundred = 4) OR (unique1 = 2))
...
tap
[13:59:39.706](40.166s) not ok 2 - regression tests pass
test
[14:01:25.987] 139/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/subselect.out C:/cirrus/build/testrun/pg_upgrade/002_pg...
--- C:/cirrus/src/test/regress/expected/subselect.out	2024-11-30 13:57:20.688542300 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/subselect.out	2024-11-30 14:00:07.006884600 +0000
@@ -1029,7 +1029,7 @@
    ->  Seq Scan on tenk1 t
          Filter: ((ANY (unique2 = (hashed SubPlan 2).col1)) OR (ten < 0))
          SubPlan 2
-           ->  Index Only Scan using tenk1_unique1 on tenk1 k
+           ->  Index Only Scan using idx_int4 on tenk1 k
 (5 rows)
 
 select count(*) from tenk1 t
@@ -1403,7 +1403,7 @@
    ->  Seq Scan on public.tenk1 b
          Output: b.unique1, b.unique2, b.two, b.four, b.ten, b.twenty, b.hundred, b.thousand, b.twothousand, b.fivethou...
    SubPlan 1
-     ->  Index Only Scan using tenk1_unique1 on public.tenk1 a
+     ->  Index Only Scan using idx_int4 on public.tenk1 a
            Output: a.unique1
 (10 rows)
...
tap
[14:01:36.211](126.210s) not ok 5 - regression tests pass
test
[14:11:39.512]  39/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           2...
51/5099 CREATE OR REPLACE MATERIALIZED VIEW
FreeBSD - 13 - Meson
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 195, PID: 10953
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 195, PID: 17975
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 195, PID: 10734
core
[13:40:25.565] #0  0x000000082c51141a in thr_kill () from /lib/libc.so.7
[13:40:25.565] #1  0x000000082c48ae64 in raise () from /lib/libc.so.7
[13:40:25.565] #2  0x000000082c53b6f9 in abort () from /lib/libc.so.7
[13:40:25.565] #3  0x0000000000a9f635 in ExceptionalCondition (conditionName=0x2ec00f "queryDesc->sourceText != NULL", f...
[13:40:25.565] #4  0x000000000076e1d9 in standard_ExecutorStart (queryDesc=0x83404a088, eflags=0) at ../src/backend/exec...
[13:40:25.565] #5  0x0000000000703b95 in refresh_matview_datafill (dest=<optimized out>, query=<optimized out>, queryStr...
[13:40:25.565] #6  RefreshMatViewByOid (matviewOid=28412, is_create=<optimized out>, skipData=<optimized out>, concurren...
[13:40:25.565] #7  0x0000000000703776 in ExecRefreshMatView (stmt=<optimized out>, queryString=queryString@entry=0x0, qc...
[13:40:25.565] #8  0x00000000006da86c in ExecCreateTableAs (pstate=pstate@entry=0x83407f900, stmt=stmt@entry=0x8362c2fd0...
[13:40:25.565] #9  0x000000000094a9a8 in ProcessUtilitySlow (pstate=pstate@entry=0x83407f900, pstmt=pstmt@entry=0x833f80...
core
[13:40:26.137] #0  0x000000082bb6d41a in thr_kill () from /lib/libc.so.7
[13:40:26.137] #1  0x000000082bae6e64 in raise () from /lib/libc.so.7
[13:40:26.137] #2  0x000000082bb976f9 in abort () from /lib/libc.so.7
[13:40:26.137] #3  0x0000000000a9f635 in ExceptionalCondition (conditionName=0x2ec00f "queryDesc->sourceText != NULL", f...
[13:40:26.137] #4  0x000000000076e1d9 in standard_ExecutorStart (queryDesc=0x838f4b088, eflags=0) at ../src/backend/exec...
[13:40:26.137] #5  0x0000000839e099c2 in pgss_ExecutorStart (queryDesc=0x838f4b088, eflags=6) at ../contrib/pg_stat_stat...
[13:40:26.137] #6  0x0000000000703b95 in refresh_matview_datafill (dest=<optimized out>, query=<optimized out>, queryStr...
[13:40:26.137] #7  RefreshMatViewByOid (matviewOid=28251, is_create=<optimized out>, skipData=<optimized out>, concurren...
[13:40:26.137] #8  0x0000000000703776 in ExecRefreshMatView (stmt=<optimized out>, queryString=queryString@entry=0x0, qc...
[13:40:26.137] #9  0x00000000006da86c in ExecCreateTableAs (pstate=pstate@entry=0x838f5d900, stmt=stmt@entry=0x836b10fd0...
core
[13:40:25.846] #0  0x000000082a0cb41a in thr_kill () from /lib/libc.so.7
[13:40:25.846] #1  0x000000082a044e64 in raise () from /lib/libc.so.7
[13:40:25.846] #2  0x000000082a0f56f9 in abort () from /lib/libc.so.7
[13:40:25.846] #3  0x0000000000a9f635 in ExceptionalCondition (conditionName=0x2ec00f "queryDesc->sourceText != NULL", f...
[13:40:25.846] #4  0x000000000076e1d9 in standard_ExecutorStart (queryDesc=0x841857088, eflags=0) at ../src/backend/exec...
[13:40:25.846] #5  0x0000000000703b95 in refresh_matview_datafill (dest=<optimized out>, query=<optimized out>, queryStr...
[13:40:25.846] #6  RefreshMatViewByOid (matviewOid=28388, is_create=<optimized out>, skipData=<optimized out>, concurren...
[13:40:25.846] #7  0x0000000000703776 in ExecRefreshMatView (stmt=<optimized out>, queryString=queryString@entry=0x0, qc...
[13:40:25.846] #8  0x00000000006da86c in ExecCreateTableAs (pstate=pstate@entry=0x83408c900, stmt=stmt@entry=0x8340bdfd0...
[13:40:25.846] #9  0x000000000094a9a8 in ProcessUtilitySlow (pstate=pstate@entry=0x83408c900, pstmt=pstmt@entry=0x833f03...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_up...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-11-30 13:34:14.198047000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/brin.out	2024-11-30 13:36:16.930172000 +00...
@@ -588,4 +588,10 @@
 CREATE INDEX brin_insert_optimization_idx ON brin_insert_optimization USING brin (a);
 UPDATE brin_insert_optimization SET a = a;
 REINDEX INDEX CONCURRENTLY brin_insert_optimization_idx;
-DROP TABLE brin_insert_optimization;
+WARNING:  terminating connection because of crash of another server process
+DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because anothe...
+HINT:  In a moment you should be able to reconnect to the database and repeat your command.
+server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
+connection to server was lost
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/privileges.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002...
--- /tmp/cirrus-ci-build/src/test/regress/expected/privileges.out	2024-11-30 13:34:14.253742000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/privileges.out	2024-11-30 13:36:16.9295340...
@@ -1846,1413 +1846,10 @@
 REINDEX TABLE sro_tab;
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-11-30 13:34:14.198047000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/brin.out	2024-11-30 13:36:51.527441000 +...
@@ -409,183 +409,7 @@
 SELECT brin_summarize_new_values('tenk1_unique1'); -- error, not a BRIN index
 ERROR:  "tenk1_unique1" is not a BRIN index
 SELECT brin_summarize_new_values('brinidx'); -- ok, no change expected
- brin_summarize_new_values 
----------------------------
-                         0
-(1 row)
-
--- Tests for brin_desummarize_range
-SELECT brin_desummarize_range('brinidx', -1); -- error, invalid range
-ERROR:  block number out of range: -1
-SELECT brin_desummarize_range('brinidx', 0);
- brin_desummarize_range 
-------------------------
- 
-(1 row)
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/build/testrun/regress/regress/resu...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-11-30 13:34:14.198047000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/brin.out	2024-11-30 13:36:16.787868000 +0000
@@ -588,4 +588,10 @@
 CREATE INDEX brin_insert_optimization_idx ON brin_insert_optimization USING brin (a);
 UPDATE brin_insert_optimization SET a = a;
 REINDEX INDEX CONCURRENTLY brin_insert_optimization_idx;
-DROP TABLE brin_insert_optimization;
+WARNING:  terminating connection because of crash of another server process
+DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because anothe...
+HINT:  In a moment you should be able to reconnect to the database and repeat your command.
+server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
+connection to server was lost
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/privileges.out /tmp/cirrus-ci-build/build/testrun/regress/regres...
--- /tmp/cirrus-ci-build/src/test/regress/expected/privileges.out	2024-11-30 13:34:14.253742000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/privileges.out	2024-11-30 13:36:16.787062000 +0000
@@ -1842,1417 +1842,10 @@
 -- Do the same concurrently
...
tap
[13:36:18.202](24.468s) not ok 5 - regression tests pass
[13:36:20.206](2.000s) not ok 6 - dump before running pg_upgrade
tap
[13:36:53.664](24.903s) not ok 2 - regression tests pass
test
[13:39:09.198]  21/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[13:39:09.198]  18/314 postgresql:regress / regress/regress                                            ERROR            ...
[13:39:09.198]  57/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "execMain.c", Line: 195, PID: 36195
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "execMain.c", Line: 195, PID: 24238
core
[13:42:05.576] #0  0x00007f846beabebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:42:05.576] #1  0x00007f846be5cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:42:05.576] #2  0x00007f846be47472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:42:05.576] #3  0x000055c6fa4eb279 in ExceptionalCondition (conditionName=conditionName@entry=0x55c6fa7c7f00 "queryDe...
[13:42:05.576] #4  0x000055c6f9ce0396 in standard_ExecutorStart (queryDesc=queryDesc@entry=0x62500065ad20, eflags=eflags...
[13:42:05.576] #5  0x000055c6f9ce05cb in ExecutorStart (queryDesc=queryDesc@entry=0x62500065ad20, eflags=eflags@entry=0)...
[13:42:05.576] #6  0x000055c6f9bd6681 in refresh_matview_datafill (dest=0x62500065c5a8, query=<optimized out>, query@ent...
[13:42:05.576] #7  0x000055c6f9bd8daa in RefreshMatViewByOid (matviewOid=<optimized out>, is_create=is_create@entry=fals...
[13:42:05.576] #8  0x000055c6f9bd8fb6 in ExecRefreshMatView (stmt=0x62100005d230, queryString=queryString@entry=0x0, qc=...
[13:42:05.576] #9  0x000055c6f9b78afe in ExecCreateTableAs (pstate=pstate@entry=0x6190000a9780, stmt=stmt@entry=0x625000...
core
[13:42:04.183] #0  0x00007fb6dd2abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:42:04.183] #1  0x00007fb6dd25cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:42:04.183] #2  0x00007fb6dd247472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:42:04.183] #3  0x000055f5a1f6d279 in ExceptionalCondition (conditionName=conditionName@entry=0x55f5a2249f00 "queryDe...
[13:42:04.183] #4  0x000055f5a1762396 in standard_ExecutorStart (queryDesc=queryDesc@entry=0x625000572520, eflags=eflags...
[13:42:04.183] #5  0x000055f5a17625cb in ExecutorStart (queryDesc=queryDesc@entry=0x625000572520, eflags=eflags@entry=0)...
[13:42:04.183] #6  0x000055f5a1658681 in refresh_matview_datafill (dest=0x62500059e5a8, query=<optimized out>, query@ent...
[13:42:04.183] #7  0x000055f5a165adaa in RefreshMatViewByOid (matviewOid=<optimized out>, is_create=is_create@entry=fals...
[13:42:04.183] #8  0x000055f5a165afb6 in ExecRefreshMatView (stmt=0x621000096a30, queryString=queryString@entry=0x0, qc=...
[13:42:04.183] #9  0x000055f5a15faafe in ExecCreateTableAs (pstate=pstate@entry=0x61900006b480, stmt=stmt@entry=0x625000...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/resul...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-11-30 13:34:11.592883095 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/brin.out	2024-11-30 13:40:29.957604939 +0000
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/src/test/regress/results/brin.out
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-11-30 13:34:11.592883095 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/brin.out	2024-11-30 13:38:42.709917681 +0000
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
tap
[13:40:35.247](51.552s) not ok 5 - regression tests pass
[13:40:39.080](3.803s) not ok 6 - dump before running pg_upgrade
Linux - Debian Bookworm - Meson
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 195, PID: 29572
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 195, PID: 36291
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 195, PID: 28833
core
[13:42:45.571] #0  0x00007ff0e4ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:42:45.571] #1  0x00007ff0e4e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:42:45.571] #2  0x00007ff0e4e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:42:45.571] #3  0x0000558bd8fa77b8 in ExceptionalCondition (conditionName=conditionName@entry=0x558bd921d3f5 "queryDe...
[13:42:45.571] #4  0x0000558bd892313e in standard_ExecutorStart (queryDesc=queryDesc@entry=0x558bdad7c680, eflags=eflags...
[13:42:45.571] #5  0x0000558bd892331a in ExecutorStart (queryDesc=queryDesc@entry=0x558bdad7c680, eflags=eflags@entry=0)...
[13:42:45.571] #6  0x0000558bd8847618 in refresh_matview_datafill (dest=0x558bdad796f8, query=<optimized out>, query@ent...
[13:42:45.571] #7  0x0000558bd884997f in RefreshMatViewByOid (matviewOid=28512, is_create=is_create@entry=false, skipDat...
[13:42:45.571] #8  0x0000558bd8849abe in ExecRefreshMatView (stmt=0x558bdad36af0, queryString=queryString@entry=0x0, qc=...
[13:42:45.571] #9  0x0000558bd87ff6d8 in ExecCreateTableAs (pstate=pstate@entry=0x558bdac82580, stmt=stmt@entry=0x558bda...
core
[13:42:42.788] #0  0x00007fb555ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:42:42.788] #1  0x00007fb555e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:42:42.788] #2  0x00007fb555e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:42:42.788] #3  0x0000555e7a9ad7b8 in ExceptionalCondition (conditionName=conditionName@entry=0x555e7ac233f5 "queryDe...
[13:42:42.788] #4  0x0000555e7a32913e in standard_ExecutorStart (queryDesc=queryDesc@entry=0x555e7d8a7880, eflags=eflags...
[13:42:42.788] #5  0x0000555e7a32931a in ExecutorStart (queryDesc=queryDesc@entry=0x555e7d8a7880, eflags=eflags@entry=0)...
[13:42:42.788] #6  0x0000555e7a24d618 in refresh_matview_datafill (dest=0x555e7d817cc8, query=<optimized out>, query@ent...
[13:42:42.788] #7  0x0000555e7a24f97f in RefreshMatViewByOid (matviewOid=28492, is_create=is_create@entry=false, skipDat...
[13:42:42.788] #8  0x0000555e7a24fabe in ExecRefreshMatView (stmt=0x555e7d82ecd0, queryString=queryString@entry=0x0, qc=...
[13:42:42.788] #9  0x0000555e7a2056d8 in ExecCreateTableAs (pstate=pstate@entry=0x555e7d7ddb80, stmt=stmt@entry=0x555e7d...
core
[13:42:44.178] #0  0x00007f7acc2a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:42:44.178] #1  0x00007f7acc25afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:42:44.178] #2  0x00007f7acc245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:42:44.178] #3  0x000055bad5e817b8 in ExceptionalCondition (conditionName=conditionName@entry=0x55bad60f73f5 "queryDe...
[13:42:44.178] #4  0x000055bad57fd13e in standard_ExecutorStart (queryDesc=0x55bad8bfbae0, eflags=0) at ../src/backend/e...
[13:42:44.178] #5  0x00007f7aca25a6f7 in pgss_ExecutorStart (queryDesc=0x55bad8bfbae0, eflags=<optimized out>) at ../con...
[13:42:44.178] #6  0x000055bad57fd2d3 in ExecutorStart (queryDesc=queryDesc@entry=0x55bad8bfbae0, eflags=eflags@entry=0)...
[13:42:44.178] #7  0x000055bad5721618 in refresh_matview_datafill (dest=0x55bad8b3a928, query=<optimized out>, query@ent...
[13:42:44.178] #8  0x000055bad572397f in RefreshMatViewByOid (matviewOid=28315, is_create=is_create@entry=false, skipDat...
[13:42:44.178] #9  0x000055bad5723abe in ExecRefreshMatView (stmt=0x55bad8b27510, queryString=queryString@entry=0x0, qc=...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_up...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-11-30 13:34:11.603311085 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/brin.out	2024-11-30 13:39:00.451583741 +00...
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-11-30 13:34:11.603311085 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/brin.out	2024-11-30 13:39:34.415829702 +...
@@ -363,229 +363,10 @@
 	END LOOP;
 END;
 $x$;
-RESET enable_seqscan;
-RESET enable_bitmapscan;
-INSERT INTO brintest SELECT
-	repeat(stringu1, 42)::bytea,
-	substr(stringu1, 1, 1)::"char",
-	stringu1::name, 142857 * tenthous,
-	thousand,
-	twothousand,
-	repeat(stringu1, 42),
-	unique1::oid,
-	format('(%s,%s)', tenthous, twenty)::tid,
-	(four + 1.0)/(hundred+1),
-	odd::float8 / (tenthous + 1),
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/build/testrun/regress/regress/resu...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-11-30 13:34:11.603311085 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/brin.out	2024-11-30 13:38:55.967571216 +0000
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
tap
[13:39:04.979](30.405s) not ok 5 - regression tests pass
[13:39:08.303](3.319s) not ok 6 - dump before running pg_upgrade
tap
[13:39:37.690](28.635s) not ok 2 - regression tests pass
test
[13:41:38.417]  28/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[13:41:38.417]  18/314 postgresql:regress / regress/regress                                            ERROR            ...
[13:41:38.417]  58/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
macOS - Sonoma - Meson
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 195, PID: 12214
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 195, PID: 18821
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 195, PID: 12639
core
[13:42:50.021]   * frame #0: 0x00000001877e55f0 libsystem_kernel.dylib`__pthread_kill + 8
[13:42:50.021]     frame #1: 0x000000018781dc20 libsystem_pthread.dylib`pthread_kill + 288
[13:42:50.021]     frame #2: 0x000000018772aa30 libsystem_c.dylib`abort + 180
[13:42:50.021]     frame #3: 0x000000010089d000 postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[13:42:50.021]     frame #4: 0x00000001005cbc5c postgres`standard_ExecutorStart(queryDesc=0x000000013c051a20, eflags=0) ...
[13:42:50.021]     frame #5: 0x0000000100fefd14 pg_stat_statements.dylib`pgss_ExecutorStart(queryDesc=0x000000013c051a20...
[13:42:50.021]     frame #6: 0x0000000100579cc8 postgres`RefreshMatViewByOid [inlined] refresh_matview_datafill(dest=<un...
[13:42:50.021]     frame #7: 0x0000000100579c50 postgres`RefreshMatViewByOid(matviewOid=28476, is_create=false, skipData...
[13:42:50.021]     frame #8: 0x0000000100579420 postgres`ExecRefreshMatView(stmt=0x000000013c053b30, queryString=<unavai...
[13:42:50.021]     frame #9: 0x0000000100557cc4 postgres`ExecCreateTableAs(pstate=0x000000013d84b900, stmt=0x000000013c8...
core
[13:42:26.952]   * frame #0: 0x00000001877e55f0 libsystem_kernel.dylib`__pthread_kill + 8
[13:42:26.952]     frame #1: 0x000000018781dc20 libsystem_pthread.dylib`pthread_kill + 288
[13:42:26.952]     frame #2: 0x000000018772aa30 libsystem_c.dylib`abort + 180
[13:42:26.952]     frame #3: 0x0000000104e91000 postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[13:42:26.952]     frame #4: 0x0000000104bbfc5c postgres`standard_ExecutorStart(queryDesc=0x000000013a0a6450, eflags=0) ...
[13:42:26.952]     frame #5: 0x0000000104bbf5f8 postgres`ExecutorStart(queryDesc=<unavailable>, eflags=<unavailable>) at...
[13:42:26.952]     frame #6: 0x0000000104b6dcc8 postgres`RefreshMatViewByOid [inlined] refresh_matview_datafill(dest=<un...
[13:42:26.952]     frame #7: 0x0000000104b6dc50 postgres`RefreshMatViewByOid(matviewOid=28421, is_create=false, skipData...
[13:42:26.952]     frame #8: 0x0000000104b6d420 postgres`ExecRefreshMatView(stmt=0x000000013a043730, queryString=<unavai...
[13:42:26.952]     frame #9: 0x0000000104b4bcc4 postgres`ExecCreateTableAs(pstate=0x000000013901df00, stmt=0x00000001398...
core
[13:42:02.342]   * frame #0: 0x00000001877e55f0 libsystem_kernel.dylib`__pthread_kill + 8
[13:42:02.342]     frame #1: 0x000000018781dc20 libsystem_pthread.dylib`pthread_kill + 288
[13:42:02.342]     frame #2: 0x000000018772aa30 libsystem_c.dylib`abort + 180
[13:42:02.342]     frame #3: 0x0000000100dc5000 postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[13:42:02.342]     frame #4: 0x0000000100af3c5c postgres`standard_ExecutorStart(queryDesc=0x000000010f889c20, eflags=0) ...
[13:42:02.342]     frame #5: 0x0000000100af35f8 postgres`ExecutorStart(queryDesc=<unavailable>, eflags=<unavailable>) at...
[13:42:02.342]     frame #6: 0x0000000100aa1cc8 postgres`RefreshMatViewByOid [inlined] refresh_matview_datafill(dest=<un...
[13:42:02.342]     frame #7: 0x0000000100aa1c50 postgres`RefreshMatViewByOid(matviewOid=28770, is_create=false, skipData...
[13:42:02.342]     frame #8: 0x0000000100aa1420 postgres`ExecRefreshMatView(stmt=0x000000010f838f30, queryString=<unavai...
[13:42:02.342]     frame #9: 0x0000000100a7fcc4 postgres`ExecCreateTableAs(pstate=0x000000011d840700, stmt=0x000000011e0...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/brin.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrad...
--- /Users/admin/pgsql/src/test/regress/expected/brin.out	2024-11-30 13:33:12
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/brin.out	2024-11-30 13:35:55
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/brin.out /Users/admin/pgsql/build/testrun/recovery/027_stream_regr...
--- /Users/admin/pgsql/src/test/regress/expected/brin.out	2024-11-30 13:33:12
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/brin.out	2024-11-30 13:36:32
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/brin.out /Users/admin/pgsql/build/testrun/regress/regress/results/...
--- /Users/admin/pgsql/src/test/regress/expected/brin.out	2024-11-30 13:33:12
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/brin.out	2024-11-30 13:35:55
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
tap
[13:35:59.938](41.580s) not ok 5 - regression tests pass
[13:36:01.895](1.851s) not ok 6 - dump before running pg_upgrade
tap
[13:36:37.212](40.456s) not ok 2 - regression tests pass
test
[13:38:27.709]  31/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[13:38:27.709]  43/314 postgresql:regress / regress/regress                                            ERROR            ...
[13:38:27.709]  82/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 195, PID: 6408
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 195, PID: 3388
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 195, PID: 6784
core
00000048`379fe320 00007ff6`d2f01a38     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000048`379fe360 00007ff6`d29e07a9     postgres!ExceptionalCondition(
00000048`379fe3a0 00007ff6`d29e062a     postgres!standard_ExecutorStart(
00000048`379fe3f0 00007ff6`d2933209     postgres!ExecutorStart(
00000048`379fe420 00007ff6`d2932ba0     postgres!refresh_matview_datafill(
00000048`379fe4b0 00007ff6`d2932408     postgres!RefreshMatViewByOid(
00000048`379fe700 00007ff6`d28f1c17     postgres!ExecRefreshMatView(
00000048`379fe780 00007ff6`d2cd6317     postgres!ExecCreateTableAs(
00000048`379fe8a0 00007ff6`d2cd1fdf     postgres!ProcessUtilitySlow(
00000048`379ff1c0 00007ff6`d2cd0f29     postgres!standard_ProcessUtility(
core
00000048`381ffd58 00007ffd`b96445ca     ntdll!NtFsControlFile+0x14
00000048`381ffd60 00007ff6`d2bb5e2b     KERNELBASE!ConnectNamedPipe+0x6a
00000048`381ffdd0 00007ffd`ba744cb0     postgres!pg_signal_thread(
00000048`381ffed0 00007ffd`bba7edcb     KERNEL32!BaseThreadInitThunk+0x10
00000048`381fff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000048`385ff918 00007ffd`b95fd71e     ntdll!NtWaitForSingleObject+0x14
00000048`385ff920 00007ff6`d2bb78cc     KERNELBASE!WaitForSingleObjectEx+0x8e
00000048`385ff9c0 00007ffd`ba744cb0     postgres!pg_timer_thread(
00000048`385ffa00 00007ffd`bba7edcb     KERNEL32!BaseThreadInitThunk+0x10
00000048`385ffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000048`389ff4a8 00007ffd`bba0b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000048`389ff4b0 00007ffd`ba744cb0     ntdll!TppWorkerThread+0x2df
00000048`389ff7a0 00007ffd`bba7edcb     KERNEL32!BaseThreadInitThunk+0x10
00000048`389ff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000048`37dff888 00007ffd`bba0b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000048`37dff890 00007ffd`ba744cb0     ntdll!TppWorkerThread+0x2df
00000048`37dffb80 00007ffd`bba7edcb     KERNEL32!BaseThreadInitThunk+0x10
00000048`37dffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000a`82bff978 00007ffd`b95fd71e     ntdll!NtWaitForSingleObject+0x14
0000000a`82bff980 00007ff6`d2bb78cc     KERNELBASE!WaitForSingleObjectEx+0x8e
0000000a`82bffa20 00007ffd`ba744cb0     postgres!pg_timer_thread(
0000000a`82bffa60 00007ffd`bba7edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000a`82bffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000a`827ff988 00007ffd`b96445ca     ntdll!NtFsControlFile+0x14
0000000a`827ff990 00007ff6`d2bb5e2b     KERNELBASE!ConnectNamedPipe+0x6a
0000000a`827ffa00 00007ffd`ba744cb0     postgres!pg_signal_thread(
0000000a`827ffb00 00007ffd`bba7edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000a`827ffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000a`823ffc18 00007ffd`bba0b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000a`823ffc20 00007ffd`ba744cb0     ntdll!TppWorkerThread+0x2df
0000000a`823fff10 00007ffd`bba7edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000a`823fff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000a`81fff998 00007ffd`bba0b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000a`81fff9a0 00007ffd`ba744cb0     ntdll!TppWorkerThread+0x2df
0000000a`81fffc90 00007ffd`bba7edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000a`81fffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000a`81bfe4e0 00007ff6`d2f01a38     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000000a`81bfe520 00007ff6`d29e07a9     postgres!ExceptionalCondition(
0000000a`81bfe560 00007ff6`d29e062a     postgres!standard_ExecutorStart(
0000000a`81bfe5b0 00007ff6`d2933209     postgres!ExecutorStart(
0000000a`81bfe5e0 00007ff6`d2932ba0     postgres!refresh_matview_datafill(
0000000a`81bfe670 00007ff6`d2932408     postgres!RefreshMatViewByOid(
0000000a`81bfe8c0 00007ff6`d28f1c17     postgres!ExecRefreshMatView(
0000000a`81bfe940 00007ff6`d2cd6317     postgres!ExecCreateTableAs(
0000000a`81bfea60 00007ff6`d2cd1fdf     postgres!ProcessUtilitySlow(
0000000a`81bff380 00007ff6`d2cd0f29     postgres!standard_ProcessUtility(
core
000000b8`ebbff848 00007ffd`b95fd71e     ntdll!NtWaitForSingleObject+0x14
000000b8`ebbff850 00007ff6`d2bb78cc     KERNELBASE!WaitForSingleObjectEx+0x8e
000000b8`ebbff8f0 00007ffd`ba744cb0     postgres!pg_timer_thread(
000000b8`ebbff930 00007ffd`bba7edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b8`ebbff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b8`eafff9f8 00007ffd`bba0b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b8`eafffa00 00007ffd`ba744cb0     ntdll!TppWorkerThread+0x2df
000000b8`eafffcf0 00007ffd`bba7edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b8`eafffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b8`eabfdd60 00007ff6`d2f01a38     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b8`eabfdda0 00007ff6`d29e07a9     postgres!ExceptionalCondition(
000000b8`eabfdde0 00007ffd`a6922d26     postgres!standard_ExecutorStart(
000000b8`eabfde30 00007ff6`d29e061a     pg_stat_statements!pgss_ExecutorStart(
000000b8`eabfde70 00007ff6`d2933209     postgres!ExecutorStart(
000000b8`eabfdea0 00007ff6`d2932ba0     postgres!refresh_matview_datafill(
000000b8`eabfdf30 00007ff6`d2932408     postgres!RefreshMatViewByOid(
000000b8`eabfe180 00007ff6`d28f1c17     postgres!ExecRefreshMatView(
000000b8`eabfe200 00007ff6`d2cd6317     postgres!ExecCreateTableAs(
000000b8`eabfe320 00007ff6`d2cd1fdf     postgres!ProcessUtilitySlow(
core
000000b8`eb3ffd88 00007ffd`b96445ca     ntdll!NtFsControlFile+0x14
000000b8`eb3ffd90 00007ff6`d2bb5e2b     KERNELBASE!ConnectNamedPipe+0x6a
000000b8`eb3ffe00 00007ffd`ba744cb0     postgres!pg_signal_thread(
000000b8`eb3fff00 00007ffd`bba7edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b8`eb3fff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b8`eb7ffa38 00007ffd`bba0b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b8`eb7ffa40 00007ffd`ba744cb0     ntdll!TppWorkerThread+0x2df
000000b8`eb7ffd30 00007ffd`bba7edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b8`eb7ffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/brin.out C:/cirrus/build/testrun/pg_upgrade/002_pg_upgr...
--- C:/cirrus/src/test/regress/expected/brin.out	2024-11-30 13:34:21.473940100 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/brin.out	2024-11-30 13:37:23.352122600 +0000
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/brin.out C:/cirrus/build/testrun/recovery/027_stream_re...
--- C:/cirrus/src/test/regress/expected/brin.out	2024-11-30 13:34:21.473940100 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/brin.out	2024-11-30 13:39:29.228666100 +0000
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/brin.out C:/cirrus/build/testrun/regress/regress/result...
--- C:/cirrus/src/test/regress/expected/brin.out	2024-11-30 13:34:21.473940100 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/brin.out	2024-11-30 13:37:21.049888800 +0000
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
tap
[13:38:10.932](101.111s) not ok 5 - regression tests pass
[13:38:14.849](3.788s) not ok 6 - dump before running pg_upgrade
tap
[13:40:06.149](93.482s) not ok 2 - regression tests pass
test
[13:47:53.460]  20/309 postgresql:regress / regress/regress                                            ERROR           1...
[13:47:53.460]  22/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[13:47:53.460]  61/309 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
51/4690 Teach predtest about IS [NOT] <boolean> proofs
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/query_cancel.out /tmp/cirrus-ci-build/build/testrun/postgres...
--- /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/query_cancel.out	2024-11-30 12:59:13.366428426 +0000
+++ /tmp/cirrus-ci-build/build/testrun/postgres_fdw/regress/results/query_cancel.out	2024-11-30 13:04:52.854014817 +0000
@@ -29,4 +29,5 @@
 -- This would take very long if not canceled:
 SELECT count(*) FROM ft1 a CROSS JOIN ft1 b CROSS JOIN ft1 c CROSS JOIN ft1 d;
 ERROR:  canceling statement due to statement timeout
+WARNING:  could not get result of cancel request due to timeout
 COMMIT;
test
[13:06:21.794] 153/314 postgresql:postgres_fdw / postgres_fdw/regress                                  ERROR            ...
51/5174 Call rm_redo in a temporary memory context
CompilerWarnings
compiler
[10:24:48.285] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
compiler
[10:23:55.273] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
compiler
[10:30:05.013] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
51/4412 Client authentication via OAuth 2.0
macOS - Sonoma - Meson
test
[05:58:37.727] 181/321 postgresql:python / python/client                                               FAIL            1...
51/4460 Implement row pattern recognition feature
Linux - Debian Bookworm - Meson
core
[05:42:04.288] #0  <unavailable> in ?? ()
core
[05:42:04.288] #0  0x00007f74447f7da4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[05:42:04.288] #1  0x00007f74447a4239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[05:42:04.288] #2  0x00007f74447a4497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[05:42:04.288] #3  0x000055893aefd5f3 in ?? ()
[05:42:04.288] #4  0x000055893aef7369 in ?? ()
[05:42:04.288] #5  0x000055893aef620f in ?? ()
[05:42:04.288] #6  0x000055893aef6c3b in ?? ()
[05:42:04.288] #7  0x000055893aef466f in ?? ()
[05:42:04.288] #8  0x00007f744478f24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:42:04.288] #9  0x00007f744478f305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:42:04.175] #0  0x00007f570dc1bda4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[05:42:04.175] #1  0x00007f570dbc8239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[05:42:04.175] #2  0x00007f570dbc8497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[05:42:04.175] #3  0x000055f7c3b5c5f3 in ?? ()
[05:42:04.175] #4  0x000055f7c3b56369 in ?? ()
[05:42:04.175] #5  0x000055f7c3b5520f in ?? ()
[05:42:04.175] #6  0x000055f7c3b55c3b in ?? ()
[05:42:04.175] #7  0x000055f7c3b5366f in ?? ()
[05:42:04.175] #8  0x00007f570dbb324a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:42:04.175] #9  0x00007f570dbb3305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:42:04.175] #0  <unavailable> in ?? ()
core
[05:42:04.062] #0  0x00007f74447f7da4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[05:42:04.062] #1  0x00007f74447a4239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[05:42:04.062] #2  0x00007f74447a4497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[05:42:04.062] #3  0x000055893aefd5c1 in ?? ()
[05:42:04.062] #4  0x000055893aef7369 in ?? ()
[05:42:04.062] #5  0x000055893aef620f in ?? ()
[05:42:04.062] #6  0x000055893aef6c3b in ?? ()
[05:42:04.062] #7  0x000055893aef466f in ?? ()
[05:42:04.062] #8  0x00007f744478f24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:42:04.062] #9  0x00007f744478f305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:42:04.401] #0  0x00007f570dc1bda4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[05:42:04.401] #1  0x00007f570dbc8239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[05:42:04.401] #2  0x00007f570dbc8497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[05:42:04.401] #3  0x000055f7c3b5c5c1 in ?? ()
[05:42:04.401] #4  0x000055f7c3b56369 in ?? ()
[05:42:04.401] #5  0x000055f7c3b5520f in ?? ()
[05:42:04.401] #6  0x000055f7c3b55c3b in ?? ()
[05:42:04.401] #7  0x000055f7c3b5366f in ?? ()
[05:42:04.401] #8  0x00007f570dbb324a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:42:04.401] #9  0x00007f570dbb3305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
tap
[05:40:48.455](1.800s) Bail out!  pg_ctl restart failed
test
[05:40:56.309] 307/314 postgresql:ssl / ssl/003_sslinfo                                                ERROR            ...
51/5012 Vacuum statistics
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out /tmp/cirrus-ci-build/bu...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-11-30 05:05:03.65993800...
+++ /tmp/cirrus-ci-build/build/testrun/isolation/isolation/results/vacuum-extending-in-repetable-read.out	2024-11-30 05:...
@@ -9,10 +9,7 @@
     FROM pg_stat_get_vacuum_tables vt, pg_class c
     WHERE vt.relname = 'test_vacuum_stat_isolation' AND vt.relid = c.oid;
 
-relname|tuples_deleted|dead_tuples|tuples_frozen
--------+--------------+-----------+-------------
-(0 rows)
-
+ERROR:  relation "pg_stat_get_vacuum_tables" does not exist
 step s1_begin_repeatable_read: 
   BEGIN transaction ISOLATION LEVEL REPEATABLE READ;
   select count(ival) from test_vacuum_stat_isolation where id>900;
@@ -22,7 +19,8 @@
   100
 (1 row)
 
-step s2_update: UPDATE test_vacuum_stat_isolation SET ival = ival + 2 where id > 900;
...
test
[05:10:40.678]  54/314 postgresql:isolation / isolation/isolation                                      ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out /tmp/cirrus-ci-build/sr...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-11-30 05:05:03.56473871...
+++ /tmp/cirrus-ci-build/src/test/isolation/output_iso/results/vacuum-extending-in-repetable-read.out	2024-11-30 05:10:3...
@@ -9,10 +9,7 @@
     FROM pg_stat_get_vacuum_tables vt, pg_class c
     WHERE vt.relname = 'test_vacuum_stat_isolation' AND vt.relid = c.oid;
 
-relname|tuples_deleted|dead_tuples|tuples_frozen
--------+--------------+-----------+-------------
-(0 rows)
-
+ERROR:  relation "pg_stat_get_vacuum_tables" does not exist
 step s1_begin_repeatable_read: 
   BEGIN transaction ISOLATION LEVEL REPEATABLE READ;
   select count(ival) from test_vacuum_stat_isolation where id>900;
@@ -22,7 +19,8 @@
   100
 (1 row)
 
-step s2_update: UPDATE test_vacuum_stat_isolation SET ival = ival + 2 where id > 900;
...
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out /tmp/cirrus-ci-build/bu...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-11-30 05:05:04.02139005...
+++ /tmp/cirrus-ci-build/build/testrun/isolation/isolation/results/vacuum-extending-in-repetable-read.out	2024-11-30 05:...
@@ -9,10 +9,7 @@
     FROM pg_stat_get_vacuum_tables vt, pg_class c
     WHERE vt.relname = 'test_vacuum_stat_isolation' AND vt.relid = c.oid;
 
-relname|tuples_deleted|dead_tuples|tuples_frozen
--------+--------------+-----------+-------------
-(0 rows)
-
+ERROR:  relation "pg_stat_get_vacuum_tables" does not exist
 step s1_begin_repeatable_read: 
   BEGIN transaction ISOLATION LEVEL REPEATABLE READ;
   select count(ival) from test_vacuum_stat_isolation where id>900;
@@ -22,7 +19,8 @@
   100
 (1 row)
 
-step s2_update: UPDATE test_vacuum_stat_isolation SET ival = ival + 2 where id > 900;
...
test
[05:13:29.008]  40/314 postgresql:isolation / isolation/isolation                                      ERROR            ...
macOS - Sonoma - Meson
core
[05:12:43.412]   * frame #0: 0x0000000105050b70 dyld`_dyld_start
regress
diff -U3 /Users/admin/pgsql/src/test/isolation/expected/vacuum-extending-in-repetable-read.out /Users/admin/pgsql/build/...
--- /Users/admin/pgsql/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-11-30 05:04:11
+++ /Users/admin/pgsql/build/testrun/isolation/isolation/results/vacuum-extending-in-repetable-read.out	2024-11-30 05:07...
@@ -9,10 +9,7 @@
     FROM pg_stat_get_vacuum_tables vt, pg_class c
     WHERE vt.relname = 'test_vacuum_stat_isolation' AND vt.relid = c.oid;
 
-relname|tuples_deleted|dead_tuples|tuples_frozen
--------+--------------+-----------+-------------
-(0 rows)
-
+ERROR:  relation "pg_stat_get_vacuum_tables" does not exist
 step s1_begin_repeatable_read: 
   BEGIN transaction ISOLATION LEVEL REPEATABLE READ;
   select count(ival) from test_vacuum_stat_isolation where id>900;
@@ -22,7 +19,8 @@
   100
 (1 row)
 
-step s2_update: UPDATE test_vacuum_stat_isolation SET ival = ival + 2 where id > 900;
...
test
[05:09:40.712]  40/314 postgresql:isolation / isolation/isolation                                      ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/isolation/expected/vacuum-extending-in-repetable-read.out C:/cirrus/buil...
--- C:/cirrus/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-11-30 05:05:13.266058500 +0000
+++ C:/cirrus/build/testrun/isolation/isolation/results/vacuum-extending-in-repetable-read.out	2024-11-30 05:09:02.38443...
@@ -9,10 +9,7 @@
     FROM pg_stat_get_vacuum_tables vt, pg_class c
     WHERE vt.relname = 'test_vacuum_stat_isolation' AND vt.relid = c.oid;
 
-relname|tuples_deleted|dead_tuples|tuples_frozen
--------+--------------+-----------+-------------
-(0 rows)
-
+ERROR:  relation "pg_stat_get_vacuum_tables" does not exist
 step s1_begin_repeatable_read: 
   BEGIN transaction ISOLATION LEVEL REPEATABLE READ;
   select count(ival) from test_vacuum_stat_isolation where id>900;
@@ -22,7 +19,8 @@
   100
 (1 row)
 
-step s2_update: UPDATE test_vacuum_stat_isolation SET ival = ival + 2 where id > 900;
...
test
[05:18:11.466]  29/309 postgresql:isolation / isolation/isolation                                      ERROR           1...
51/5283 Replace IN VALUES with ANY in WHERE clauses during optimization
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/subselect.out C:/cirrus/build/testrun/pg_upgrade/002_pg...
--- C:/cirrus/src/test/regress/expected/subselect.out	2024-11-30 04:47:31.329955800 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/subselect.out	2024-11-30 04:49:53.721721000 +0000
@@ -2360,15 +2360,16 @@
 EXPLAIN (COSTS OFF)
 SELECT c.oid,c.relname FROM pg_class c JOIN pg_am a USING (oid)
 WHERE c.oid IN (VALUES (1), (2));
-                          QUERY PLAN                           
----------------------------------------------------------------
- Hash Join
-   Hash Cond: (a.oid = c.oid)
-   ->  Seq Scan on pg_am a
-   ->  Hash
-         ->  Index Scan using pg_class_oid_index on pg_class c
-               Index Cond: (oid = ANY ('{1,2}'::integer[]))
-(6 rows)
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (c.oid = a.oid)
...
tap
[04:51:05.533](100.652s) not ok 5 - regression tests pass
test
[05:00:19.073]  34/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
51/5214 SQL:2023 JSON simplified accessor support
FreeBSD - 13 - Meson
tap
[21:37:29.636](1.604s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[21:37:40.712] 294/314 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
Linux - Debian Bookworm - Autoconf
tap
[21:39:06.005](1.532s) not ok 1 - no parameters missing from postgresql.conf.sample
Linux - Debian Bookworm - Meson
tap
[21:39:54.623](0.418s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[21:40:11.033] 293/314 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
macOS - Sonoma - Meson
tap
[21:36:10.872](0.799s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[21:36:22.499] 294/314 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[21:45:17.910](2.329s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[21:46:47.121] 288/309 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
51/5004 CREATE INDEX CONCURRENTLY for partitioned tables
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_p...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-11-29 18:08:35.996663000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/indexing.out	2024-11-29 18:10:27.322955000...
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/recovery/027_str...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-11-29 18:08:35.996663000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/indexing.out	2024-11-29 18:11:13.4934130...
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/regress/regress/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-11-29 18:08:35.996663000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/indexing.out	2024-11-29 18:10:27.169545000 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[18:10:31.198](66.869s) not ok 5 - regression tests pass
tap
[18:11:16.865](73.339s) not ok 2 - regression tests pass
test
[18:26:02.077]  42/314 postgresql:regress / regress/regress                                            ERROR            ...
[18:26:02.077]  77/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[18:26:02.077] 146/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[18:26:02.077] 314/314 postgresql:isolation / isolation/isolation                                      TIMEOUT        10...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-11-29 18:08:34.979828587 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/indexing.out	2024-11-29 18:15:35.826704585 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/partitioned-cic.out /tmp/cirrus-ci-build/src/test/isolation/ou...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/partitioned-cic.out	2024-11-29 18:08:34.816687115 +0000
+++ /tmp/cirrus-ci-build/src/test/isolation/output_iso/results/partitioned-cic.out	2024-11-29 18:36:39.031498278 +0000
@@ -3,10 +3,14 @@
 starting permutation: lock_p1 cic insert drop2 commit chk_content
 step lock_p1: lock cictab_part_1 in row exclusive mode;
 step cic: CREATE INDEX CONCURRENTLY ON cictab(i); <waiting ...>
-step insert: insert into cictab values (1, 1), (11, 1);
-step drop2: DROP TABLE cictab_part_2;
+step insert: insert into cictab values (1, 1), (11, 1); <waiting ...>
+isolationtester: canceling step insert after 360 seconds
+step insert: <... completed>
+ERROR:  canceling statement due to user request
+step drop2: DROP TABLE cictab_part_2; <waiting ...>
 step commit: COMMIT;
 step cic: <... completed>
+step drop2: <... completed>
 step chk_content: 
   set enable_seqscan to off;
   explain (costs off) select * from cictab where i > 0;
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/src/test/recovery/tmp_check/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-11-29 18:08:34.979828587 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/indexing.out	2024-11-29 18:16:39.662824032 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/src/test/regress/results/index...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-11-29 18:08:34.979828587 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/indexing.out	2024-11-29 18:12:49.802079096 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[18:15:40.812](112.643s) not ok 5 - regression tests pass
tap
[18:16:42.797](79.511s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_p...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-11-29 18:08:37.143064561 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/indexing.out	2024-11-29 18:12:11.234909813...
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/recovery/027_str...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-11-29 18:08:37.143064561 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/indexing.out	2024-11-29 18:12:44.6188576...
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/regress/regress/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-11-29 18:08:37.143064561 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/indexing.out	2024-11-29 18:12:09.306913536 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[18:12:13.737](75.322s) not ok 5 - regression tests pass
tap
[18:12:47.459](74.805s) not ok 2 - regression tests pass
test
[18:27:34.962]  43/314 postgresql:regress / regress/regress                                            ERROR            ...
[18:27:34.962] 114/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[18:27:34.962] 149/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[18:27:34.962] 314/314 postgresql:isolation / isolation/isolation                                      TIMEOUT        10...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/indexing.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_up...
--- /Users/admin/pgsql/src/test/regress/expected/indexing.out	2024-11-29 18:08:09
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/indexing.out	2024-11-29 18:10:14
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/indexing.out /Users/admin/pgsql/build/testrun/recovery/027_stream_...
--- /Users/admin/pgsql/src/test/regress/expected/indexing.out	2024-11-29 18:08:09
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/indexing.out	2024-11-29 18:10:53
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/indexing.out /Users/admin/pgsql/build/testrun/regress/regress/resu...
--- /Users/admin/pgsql/src/test/regress/expected/indexing.out	2024-11-29 18:08:09
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/indexing.out	2024-11-29 18:10:17
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[18:10:16.828](43.604s) not ok 5 - regression tests pass
tap
[18:10:55.120](39.381s) not ok 2 - regression tests pass
test
[18:26:36.163]  30/314 postgresql:regress / regress/regress                                            ERROR            ...
[18:26:36.163]  45/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[18:26:36.163] 115/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[18:26:36.163] 314/314 postgresql:isolation / isolation/isolation                                      TIMEOUT        10...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/indexing.out C:/cirrus/build/testrun/pg_upgrade/002_pg_...
--- C:/cirrus/src/test/regress/expected/indexing.out	2024-11-29 18:08:56.175042100 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/indexing.out	2024-11-29 18:13:00.527460200 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/indexing.out C:/cirrus/build/testrun/recovery/027_strea...
--- C:/cirrus/src/test/regress/expected/indexing.out	2024-11-29 18:08:56.175042100 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/indexing.out	2024-11-29 18:15:09.014800900 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/indexing.out C:/cirrus/build/testrun/regress/regress/re...
--- C:/cirrus/src/test/regress/expected/indexing.out	2024-11-29 18:08:56.175042100 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/indexing.out	2024-11-29 18:12:53.443959600 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[18:13:09.096](125.989s) not ok 5 - regression tests pass
tap
[18:15:16.459](117.519s) not ok 2 - regression tests pass
test
[18:27:34.973]  24/309 postgresql:regress / regress/regress                                            ERROR           1...
[18:27:34.973]  39/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           2...
[18:27:34.973]  73/309 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
[18:27:34.973] 309/309 postgresql:isolation / isolation/isolation                                      TIMEOUT        10...
51/4390 add not_before and not_after timestamps to sslinfo extension and pg_stat_ssl
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[17:37:52.488] ../src/backend/libpq/be-secure-openssl.c(1566): warning C4047: 'function': 'ASN1_TIME *' differs in level...
compiler
[17:38:11.997] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notAfter referenced in...
compiler
[17:38:11.997] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notBefore referenced i...
compiler
[17:37:52.488] ../src/backend/libpq/be-secure-openssl.c(1575): warning C4024: 'ASN1_TIME_to_timestamptz': different type...
compiler
[17:37:52.488] ../src/backend/libpq/be-secure-openssl.c(1575): warning C4047: 'function': 'ASN1_TIME *' differs in level...
compiler
[17:37:52.488] ../src/backend/libpq/be-secure-openssl.c(1566): warning C4024: 'ASN1_TIME_to_timestamptz': different type...
50/5270 jsonpath string methods: lower, upper, initcap, l/r/btrim, replace, split_part
CompilerWarnings
compiler
[14:32:42.948] jsonpath_exec.c:2827:13: error: mixing declarations and code is incompatible with standards before C99 [-...
compiler
[14:32:33.496] jsonpath_exec.c:2827:13: error: mixing declarations and code is incompatible with standards before C99 [-...
compiler
[14:32:03.685] jsonpath_exec.c:2827:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta...
compiler
[14:31:50.593] jsonpath_exec.c:2827:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta...
compiler
[14:33:07.274] jsonpath_exec.c:2827:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta...
Linux - Debian Bookworm - Meson
core
[14:41:38.243] #0  0x00007fa8082aeda4 in ?? ()
[14:41:38.243] #1  0x0000000000000000 in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out /tmp/cirrus-ci-build/build-32/testrun/pg_upgr...
--- /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out	2024-11-29 14:31:16.474625998 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/pg_upgrade/002_pg_upgrade/data/results/jsonb_jsonpath.out	2024-11-29 14:37:31....
@@ -3082,7 +3082,7 @@
 select jsonb_path_query('"abc~@~def~@~ghi"', '$.split_part("~@~", 2)');
  jsonb_path_query 
 ------------------
- "def"
+ ""
 (1 row)
 
 -- Test string methods play nicely together
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out /tmp/cirrus-ci-build/build-32/testrun/recover...
--- /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out	2024-11-29 14:31:16.474625998 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/recovery/027_stream_regress/data/results/jsonb_jsonpath.out	2024-11-29 14:38:1...
@@ -3082,7 +3082,7 @@
 select jsonb_path_query('"abc~@~def~@~ghi"', '$.split_part("~@~", 2)');
  jsonb_path_query 
 ------------------
- "def"
+ ""
 (1 row)
 
 -- Test string methods play nicely together
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out /tmp/cirrus-ci-build/build-32/testrun/regress...
--- /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out	2024-11-29 14:31:16.474625998 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/regress/regress/results/jsonb_jsonpath.out	2024-11-29 14:37:28.656595197 +0000
@@ -3082,7 +3082,7 @@
 select jsonb_path_query('"abc~@~def~@~ghi"', '$.split_part("~@~", 2)');
  jsonb_path_query 
 ------------------
- "def"
+ ""
 (1 row)
 
 -- Test string methods play nicely together
tap
[14:37:53.833](77.884s) not ok 5 - regression tests pass
tap
[14:38:32.669](79.727s) not ok 2 - regression tests pass
test
[14:40:24.385]  42/314 postgresql:regress / regress/regress                                            ERROR            ...
[14:40:24.385] 129/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[14:40:24.385] 153/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
51/5153 Prohibit to use EphemeralNamedRelation in materialized views
Windows - Server 2019, VS 2019 - Meson & ninja
tap
timed out waiting for match: (?^:Streaming transactions committing after ([A-F0-9]+/[A-F0-9]+), reading WAL from ([A-F0-...
test
[12:48:32.146] 172/309 postgresql:recovery / recovery/038_save_logical_slots_shutdown                  ERROR           2...
51/5131 add log_transaction GUC setting
FreeBSD - 13 - Meson
tap
[11:27:52.863](1.632s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[11:28:03.034] 295/314 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
Linux - Debian Bookworm - Autoconf
tap
[11:28:48.651](0.806s) not ok 1 - no parameters missing from postgresql.conf.sample
Linux - Debian Bookworm - Meson
core
[11:29:54.186] #0  0x00007f812ab34b93 in wait4 () from /lib/x86_64-linux-gnu/libc.so.6
[11:29:54.186] #1  0x000055b47395ccc0 in ?? ()
[11:29:54.186] #2  0x000055b47395cefa in ?? ()
[11:29:54.186] #3  0x000055b47395e630 in ?? ()
[11:29:54.186] #4  0x000055b473958371 in ?? ()
[11:29:54.186] #5  0x000055b47395720f in ?? ()
[11:29:54.186] #6  0x000055b473957c3b in ?? ()
[11:29:54.186] #7  0x000055b47395566f in ?? ()
[11:29:54.186] #8  0x00007f812aa8824a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[11:29:54.186] #9  0x00007f812aa88305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[11:29:54.068] #0  0x00007f5ae52157b3 in copy_file_range () from /lib/x86_64-linux-gnu/libc.so.6
[11:29:54.068] #1  0x00005585538e7291 in ?? ()
[11:29:54.068] #2  0x00005585538eb671 in ?? ()
[11:29:54.068] #3  0x00005585538ec577 in ?? ()
[11:29:54.068] #4  0x00005585538e65bc in ?? ()
[11:29:54.068] #5  0x00005585538e4eda in ?? ()
[11:29:54.068] #6  0x00007f5ae514024a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[11:29:54.068] #7  0x00007f5ae5140305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
[11:29:54.068] #8  0x00005585538e5171 in ?? ()
[11:29:54.185] #0  0x00007f812ab34b93 in wait4 () from /lib/x86_64-linux-gnu/libc.so.6
tap
[11:28:34.346](0.390s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[11:28:47.681] 293/314 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
macOS - Sonoma - Meson
tap
[11:27:35.294](0.750s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[11:27:46.823] 294/314 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[11:35:41.105](2.234s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[11:37:04.564] 288/309 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
51/5380 Parametrization minimum password length
macOS - Sonoma - Meson
tap
[07:43:49.440](0.000s) not ok 6 - psql monitor died successfully after SIGQUIT
test
[07:46:37.737]  15/314 postgresql:recovery / recovery/013_crash_restart                                ERROR            ...
51/5325 Add sortsupport for range types and btree_gist
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pageinspect/expected/btree.out /tmp/cirrus-ci-build/build/testrun/pageinspect-runn...
--- /tmp/cirrus-ci-build/contrib/pageinspect/expected/btree.out	2024-11-29 06:01:55.623216000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pageinspect-running/regress/results/btree.out	2024-11-29 06:07:02.727695000 +0000
@@ -194,6 +194,7 @@
 SELECT bt_page_items(get_raw_page('test1_a_hash', 0));
 ERROR:  block is a meta page
 CREATE INDEX test1_b_gist ON test1 USING gist(b);
+NOTICE:  notice triggered for injection point gist-sorted-build
 -- Special area of GiST is the same as btree, this complains about inconsistent
 -- leaf data on the page.
 SELECT bt_page_items(get_raw_page('test1_b_gist', 0));
diff -U3 /tmp/cirrus-ci-build/contrib/pageinspect/expected/gist.out /tmp/cirrus-ci-build/build/testrun/pageinspect-runni...
--- /tmp/cirrus-ci-build/contrib/pageinspect/expected/gist.out	2024-11-29 06:01:55.623492000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pageinspect-running/regress/results/gist.out	2024-11-29 06:07:03.114289000 +0000
@@ -3,6 +3,7 @@
 CREATE UNLOGGED TABLE test_gist AS SELECT point(i,i) p, i::text t FROM
     generate_series(1,1000) i;
 CREATE INDEX test_gist_idx ON test_gist USING gist (p);
+NOTICE:  notice triggered for injection point gist-sorted-build
 -- Page 0 is the root, the rest are leaf pages
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/point.out /tmp/cirrus-ci-build/build/testrun/regress-running/reg...
--- /tmp/cirrus-ci-build/src/test/regress/expected/point.out	2024-11-29 06:01:57.175513000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress-running/regress/results/point.out	2024-11-29 06:06:59.982805000 +0000
@@ -417,6 +417,7 @@
 CREATE TEMP TABLE point_gist_tbl(f1 point);
 INSERT INTO point_gist_tbl SELECT '(0,0)' FROM generate_series(0,1000);
 CREATE INDEX point_gist_tbl_index ON point_gist_tbl USING gist (f1);
+NOTICE:  notice triggered for injection point gist-sorted-build
 INSERT INTO point_gist_tbl VALUES ('(0.0000009,0.0000009)');
 SET enable_seqscan TO true;
 SET enable_indexscan TO false;
test
[06:07:36.593] 31/76 postgresql:pageinspect-running / pageinspect-running/regress                 ERROR             0.84...
[06:07:36.593] 21/76 postgresql:regress-running / regress-running/regress                         ERROR            25.14...
51/5087 Doc: Move and modify standalone hot backups section
FreeBSD - 13 - Meson
core
[05:32:19.965] #0  0x000047e221fe65da in ?? () from /libexec/ld-elf.so.1
[05:32:19.965] #1  0x000047e221fe26ec in ?? () from /libexec/ld-elf.so.1
[05:32:19.965] #2  0x0000000000000000 in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out /tmp/cirrus-ci-build/build/testrun/postgres...
--- /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out	2024-11-29 05:25:16.233515000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/postgres_fdw-running/regress/results/postgres_fdw.out	2024-11-29 05:30:31.6674820...
@@ -12325,8 +12325,7 @@
   FROM postgres_fdw_get_connections(true);
  case 
 ------
-    1
-(1 row)
+(0 rows)
 
 -- After terminating the remote backend, since the connection is closed,
 -- "closed" should be TRUE, or NULL if the connection status check
@@ -12339,8 +12338,7 @@
   FROM postgres_fdw_get_connections(true);
  case 
 ------
-    1
-(1 row)
+(0 rows)
...
test
[05:31:05.364] 74/76 postgresql:postgres_fdw-running / postgres_fdw-running/regress               ERROR            10.49...
51/5332 Provide means to disable legacy crypt() and gen_salt() functions in pgcrypto
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pgcrypto/expected/init.out /tmp/cirrus-ci-build/build/testrun/pgcrypto/regress/res...
--- /tmp/cirrus-ci-build/contrib/pgcrypto/expected/init.out	2024-11-29 03:51:05.429589000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pgcrypto/regress/results/init.out	2024-11-29 03:53:12.916797000 +0000
@@ -2,12 +2,30 @@
 -- init pgcrypto
 --
 CREATE EXTENSION pgcrypto;
+ERROR:  could not load library "/tmp/cirrus-ci-build/build/tmp_install/usr/local/pgsql/lib/pgcrypto.so": /tmp/cirrus-ci...
+CONTEXT:  SQL statement "CREATE FUNCTION digest(text, text)
+RETURNS bytea
+AS '$libdir/pgcrypto', 'pg_digest'
+LANGUAGE C IMMUTABLE STRICT PARALLEL SAFE"
+extension script file "pgcrypto--1.3.sql", near line 6
 -- check error handling
 select gen_salt('foo');
-ERROR:  gen_salt: Unknown salt algorithm
+ERROR:  function gen_salt(unknown) does not exist
+LINE 1: select gen_salt('foo');
+               ^
+HINT:  No function matches the given name and argument types. You might need to add explicit type casts.
...
test
[03:55:29.527]  81/314 postgresql:pgcrypto / pgcrypto/regress                                          ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[03:53:04.199] openssl.c.obj : error LNK2019: unresolved external symbol EVP_default_properties_is_fips_enabled referenc...
compiler
[03:53:04.199] openssl.c.obj : error LNK2019: unresolved external symbol OSSL_LIB_CTX_get0_global_default referenced in ...
51/5378 Conflict detection for update_deleted in logical replication
Linux - Debian Bookworm - Meson
core
[03:05:55.502] #0  0xf7f46559 in __kernel_vsyscall ()
[03:05:55.502] #1  0xf6886692 in pthread_sigmask () from /lib/i386-linux-gnu/libc.so.6
[03:05:55.502] #2  0xf6830380 in sigprocmask () from /lib/i386-linux-gnu/libc.so.6
[03:05:55.502] #3  0xf68fd085 in ?? () from /lib/i386-linux-gnu/libc.so.6
[03:05:55.502] #4  0xf691a7a8 in ?? () from /lib/i386-linux-gnu/libc.so.6
[03:05:55.641] #0  0x00007f30c36aeda4 in ?? ()
core
[03:05:55.642] #0  0x00007f30c36aeda4 in ?? ()
[03:05:55.642] #1  0x0000000000000000 in ?? ()
core
[03:05:55.502] #0  <unavailable> in ?? ()
tap
[03:04:41.244](211.077s) # poll_query_until timed out executing this query:
[03:04:41.245](0.001s) not ok 8 - the xmin value of slot 'pg_conflict_detection' is updated on Node A
test
[03:04:41.628] 315/315 postgresql:subscription / subscription/034_confl_update_deleted                 ERROR           2...
51/5012 Vacuum statistics
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out /tmp/cirrus-ci-build/bu...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-11-29 01:40:01.43927500...
+++ /tmp/cirrus-ci-build/build/testrun/isolation/isolation/results/vacuum-extending-in-repetable-read.out	2024-11-29 01:...
@@ -9,10 +9,7 @@
     FROM pg_stat_get_vacuum_tables vt, pg_class c
     WHERE vt.relname = 'test_vacuum_stat_isolation' AND vt.relid = c.oid;
 
-relname|tuples_deleted|dead_tuples|tuples_frozen
--------+--------------+-----------+-------------
-(0 rows)
-
+ERROR:  relation "pg_stat_get_vacuum_tables" does not exist
 step s1_begin_repeatable_read: 
   BEGIN transaction ISOLATION LEVEL REPEATABLE READ;
   select count(ival) from test_vacuum_stat_isolation where id>900;
@@ -22,7 +19,8 @@
   100
 (1 row)
 
-step s2_update: UPDATE test_vacuum_stat_isolation SET ival = ival + 2 where id > 900;
...
test
[01:46:03.902]  46/314 postgresql:isolation / isolation/isolation                                      ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out /tmp/cirrus-ci-build/sr...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-11-29 01:40:04.35101887...
+++ /tmp/cirrus-ci-build/src/test/isolation/output_iso/results/vacuum-extending-in-repetable-read.out	2024-11-29 01:45:3...
@@ -9,10 +9,7 @@
     FROM pg_stat_get_vacuum_tables vt, pg_class c
     WHERE vt.relname = 'test_vacuum_stat_isolation' AND vt.relid = c.oid;
 
-relname|tuples_deleted|dead_tuples|tuples_frozen
--------+--------------+-----------+-------------
-(0 rows)
-
+ERROR:  relation "pg_stat_get_vacuum_tables" does not exist
 step s1_begin_repeatable_read: 
   BEGIN transaction ISOLATION LEVEL REPEATABLE READ;
   select count(ival) from test_vacuum_stat_isolation where id>900;
@@ -22,7 +19,8 @@
   100
 (1 row)
 
-step s2_update: UPDATE test_vacuum_stat_isolation SET ival = ival + 2 where id > 900;
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/vacuum_index_statistics.out /tmp/cirrus-ci-build/src/test/regres...
--- /tmp/cirrus-ci-build/src/test/regress/expected/vacuum_index_statistics.out	2024-11-29 01:40:04.563078985 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/vacuum_index_statistics.out	2024-11-29 01:46:10.301970334 +0000
@@ -120,7 +120,7 @@
 WHERE vt.relname = 'vestat_pkey' AND vt.relid = c.oid;
    relname   | relpages | pages_deleted | tuples_deleted 
 -------------+----------+---------------+----------------
- vestat_pkey | t        | t             | t
+ vestat_pkey | f        | t             | t
 (1 row)
 
 SELECT vt.relname,relpages AS irp,pages_deleted AS ipd,tuples_deleted AS itd
Linux - Debian Bookworm - Meson
core
[01:49:37.574] #0  <unavailable> in ?? ()
core
[01:49:37.687] #0  0x00007f0152752da4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[01:49:37.687] #1  0x00007f01526ff239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[01:49:37.687] #2  0x00007f01526ff497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[01:49:37.687] #3  0x000055be3a5085c1 in ?? ()
[01:49:37.687] #4  0x000055be3a502369 in ?? ()
[01:49:37.687] #5  0x000055be3a50120f in ?? ()
[01:49:37.687] #6  0x000055be3a501c3b in ?? ()
[01:49:37.687] #7  0x000055be3a4ff66f in ?? ()
[01:49:37.687] #8  0x00007f01526ea24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[01:49:37.687] #9  0x00007f01526ea305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[01:49:37.796] #0  0x00007f416bb5da50 in ?? ()
[01:49:37.796] #1  0x0000000000000003 in ?? ()
[01:49:37.796] #2  0x00007ffc3370043f in ?? ()
[01:49:37.796] #3  0x00007ffc33700442 in ?? ()
[01:49:37.796] #4  0x00007ffc33700472 in ?? ()
[01:49:37.796] #5  0x0000000000000000 in ?? ()
[01:49:37.909] #0  0x00007f5c2fc1bda4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
core
[01:49:37.574] #0  0x00007f0152752da4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[01:49:37.574] #1  0x00007f01526ff239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[01:49:37.574] #2  0x00007f01526ff497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[01:49:37.574] #3  0x000055be3a5085f3 in ?? ()
[01:49:37.574] #4  0x000055be3a502369 in ?? ()
[01:49:37.574] #5  0x000055be3a50120f in ?? ()
[01:49:37.574] #6  0x000055be3a501c3b in ?? ()
[01:49:37.574] #7  0x000055be3a4ff66f in ?? ()
[01:49:37.574] #8  0x00007f01526ea24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[01:49:37.574] #9  0x00007f01526ea305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[01:49:37.910] #0  0x00007f5c2fc1bda4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[01:49:37.910] #1  0x00007f5c2fbc8239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[01:49:37.910] #2  0x00007f5c2fbc8497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[01:49:37.910] #3  0x0000556c5deeb5c1 in ?? ()
[01:49:37.910] #4  0x0000556c5dee5369 in ?? ()
[01:49:37.910] #5  0x0000556c5dee420f in ?? ()
[01:49:37.910] #6  0x0000556c5dee4c3b in ?? ()
[01:49:37.910] #7  0x0000556c5dee266f in ?? ()
[01:49:37.910] #8  0x00007f5c2fbb324a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[01:49:37.910] #9  0x00007f5c2fbb3305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out /tmp/cirrus-ci-build/bu...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-11-29 01:40:03.70685312...
+++ /tmp/cirrus-ci-build/build/testrun/isolation/isolation/results/vacuum-extending-in-repetable-read.out	2024-11-29 01:...
@@ -9,10 +9,7 @@
     FROM pg_stat_get_vacuum_tables vt, pg_class c
     WHERE vt.relname = 'test_vacuum_stat_isolation' AND vt.relid = c.oid;
 
-relname|tuples_deleted|dead_tuples|tuples_frozen
--------+--------------+-----------+-------------
-(0 rows)
-
+ERROR:  relation "pg_stat_get_vacuum_tables" does not exist
 step s1_begin_repeatable_read: 
   BEGIN transaction ISOLATION LEVEL REPEATABLE READ;
   select count(ival) from test_vacuum_stat_isolation where id>900;
@@ -22,7 +19,8 @@
   100
 (1 row)
 
-step s2_update: UPDATE test_vacuum_stat_isolation SET ival = ival + 2 where id > 900;
...
test
[01:48:32.980]  40/314 postgresql:isolation / isolation/isolation                                      ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/isolation/expected/vacuum-extending-in-repetable-read.out /Users/admin/pgsql/build/...
--- /Users/admin/pgsql/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-11-29 01:36:16
+++ /Users/admin/pgsql/build/testrun/isolation/isolation/results/vacuum-extending-in-repetable-read.out	2024-11-29 01:39...
@@ -9,10 +9,7 @@
     FROM pg_stat_get_vacuum_tables vt, pg_class c
     WHERE vt.relname = 'test_vacuum_stat_isolation' AND vt.relid = c.oid;
 
-relname|tuples_deleted|dead_tuples|tuples_frozen
--------+--------------+-----------+-------------
-(0 rows)
-
+ERROR:  relation "pg_stat_get_vacuum_tables" does not exist
 step s1_begin_repeatable_read: 
   BEGIN transaction ISOLATION LEVEL REPEATABLE READ;
   select count(ival) from test_vacuum_stat_isolation where id>900;
@@ -22,7 +19,8 @@
   100
 (1 row)
 
-step s2_update: UPDATE test_vacuum_stat_isolation SET ival = ival + 2 where id > 900;
...
test
[01:41:40.464]  38/314 postgresql:isolation / isolation/isolation                                      ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/isolation/expected/vacuum-extending-in-repetable-read.out C:/cirrus/buil...
--- C:/cirrus/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-11-29 01:40:11.611065300 +0000
+++ C:/cirrus/build/testrun/isolation/isolation/results/vacuum-extending-in-repetable-read.out	2024-11-29 01:44:15.17085...
@@ -9,10 +9,7 @@
     FROM pg_stat_get_vacuum_tables vt, pg_class c
     WHERE vt.relname = 'test_vacuum_stat_isolation' AND vt.relid = c.oid;
 
-relname|tuples_deleted|dead_tuples|tuples_frozen
--------+--------------+-----------+-------------
-(0 rows)
-
+ERROR:  relation "pg_stat_get_vacuum_tables" does not exist
 step s1_begin_repeatable_read: 
   BEGIN transaction ISOLATION LEVEL REPEATABLE READ;
   select count(ival) from test_vacuum_stat_isolation where id>900;
@@ -22,7 +19,8 @@
   100
 (1 row)
 
-step s2_update: UPDATE test_vacuum_stat_isolation SET ival = ival + 2 where id > 900;
...
test
[01:53:36.373]  30/309 postgresql:isolation / isolation/isolation                                      ERROR           1...
51/5355 Enhance memory context statistics reporting for all PostgreSQL processes.
FreeBSD - 13 - Meson
core
[23:45:04.506] #0  0x000000082d16b8fa in _sigprocmask () from /lib/libc.so.7
[23:45:04.506] #1  0x000000082d1a4f91 in _system () from /lib/libc.so.7
[23:45:04.506] #2  0x000000082bca39d3 in ?? () from /lib/libthr.so.3
[23:45:04.506] #3  0x00000000006708b5 in RestoreArchivedFile (path=path@entry=0x8215f61d0 "pg_wal/00000003.history", xlo...
[23:45:04.506] #4  0x000000000067bf2e in XLogFileRead (segno=segno@entry=6, tli=tli@entry=2, source=source@entry=XLOG_FR...
[23:45:04.506] #5  0x0000000000677c7c in XLogFileReadAnyTLI (segno=6, source=XLOG_FROM_ANY) at ../src/backend/access/tra...
[23:45:04.506] #6  WaitForWALToBecomeAvailable (RecPtr=105186048, tliRecPtr=105186024, replayTLI=2, replayLSN=105186024,...
[23:45:04.506] #7  XLogPageRead (xlogreader=0x838797390, targetPagePtr=105185280, reqLen=768, targetRecPtr=105186024, re...
[23:45:04.506] #8  0x000000000067ec12 in ReadPageInternal (state=state@entry=0x838797390, pageptr=105185280, reqLen=768)...
[23:45:04.506] #9  0x000000000067da82 in XLogDecodeNextRecord (state=0x838797390, nonblocking=false) at ../src/backend/a...
core
[23:45:04.626] #0  0x00000336eab3023a in copy_file_range () from /lib/libc.so.7
[23:45:04.626] #1  0x0000032ec94323e0 in ?? ()
[23:45:04.626] #2  0x0000032ec943201e in ?? ()
[23:45:04.626] #3  0x0000032ec94318ad in ?? ()
[23:45:04.626] #4  0x0000032ec943133d in ?? ()
[23:45:04.626] #5  0x00000336ea4f0408 in ?? ()
[23:45:04.626] #6  0x0000000000000000 in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/sysviews.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_p...
--- /tmp/cirrus-ci-build/src/test/regress/expected/sysviews.out	2024-11-28 23:38:08.830073000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/sysviews.out	2024-11-28 23:40:39.001788000...
@@ -234,4 +234,5 @@
         from pg_get_process_memory_contexts(checkpointer_pid, false) where path = '{0}' into r; 
 	RAISE NOTICE '%', r;
 END $$;
-NOTICE:  (AllocSet,TopMemoryContext,)
+WARNING:  Wait for 7796 process to publish stats timed out, try again
+NOTICE:  (,,)
tap
+WARNING:  Wait for 7796 process to publish stats timed out, try again
[23:41:17.917](83.241s) not ok 5 - regression tests pass
test
[23:43:50.593] 119/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/sysviews.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/sysviews.out	2024-11-28 23:38:05.053623487 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/sysviews.out	2024-11-28 23:45:31.161153480 +0000
@@ -234,4 +234,5 @@
         from pg_get_process_memory_contexts(checkpointer_pid, false) where path = '{0}' into r; 
 	RAISE NOTICE '%', r;
 END $$;
-NOTICE:  (AllocSet,TopMemoryContext,)
+WARNING:  Wait for 34661 process to publish stats timed out, try again
+NOTICE:  (,,)
tap
+WARNING:  Wait for 34661 process to publish stats timed out, try again
[23:46:14.336](121.338s) not ok 5 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/sysviews.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_p...
--- /tmp/cirrus-ci-build/src/test/regress/expected/sysviews.out	2024-11-28 23:38:09.208426336 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/sysviews.out	2024-11-28 23:43:17.883899961...
@@ -234,4 +234,5 @@
         from pg_get_process_memory_contexts(checkpointer_pid, false) where path = '{0}' into r; 
 	RAISE NOTICE '%', r;
 END $$;
-NOTICE:  (AllocSet,TopMemoryContext,)
+WARNING:  Wait for 26202 process to publish stats timed out, try again
+NOTICE:  (,,)
tap
+WARNING:  Wait for 26202 process to publish stats timed out, try again
[23:43:54.752](83.165s) not ok 5 - regression tests pass
test
[23:45:55.679] 146/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/sysviews.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_up...
--- /Users/admin/pgsql/src/test/regress/expected/sysviews.out	2024-11-28 23:37:13
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/sysviews.out	2024-11-28 23:40:57
@@ -234,4 +234,5 @@
         from pg_get_process_memory_contexts(checkpointer_pid, false) where path = '{0}' into r; 
 	RAISE NOTICE '%', r;
 END $$;
-NOTICE:  (AllocSet,TopMemoryContext,)
+WARNING:  Wait for 9654 process to publish stats timed out, try again
+NOTICE:  (,,)
tap
+WARNING:  Wait for 9654 process to publish stats timed out, try again
[23:41:16.746](50.746s) not ok 5 - regression tests pass
test
[23:43:27.373]  86/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/sysviews.out C:/cirrus/build/testrun/pg_upgrade/002_pg_...
--- C:/cirrus/src/test/regress/expected/sysviews.out	2024-11-28 23:38:25.341109500 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/sysviews.out	2024-11-28 23:41:34.600226800 +0000
@@ -234,4 +234,5 @@
         from pg_get_process_memory_contexts(checkpointer_pid, false) where path = '{0}' into r; 
 	RAISE NOTICE '%', r;
 END $$;
-NOTICE:  (AllocSet,TopMemoryContext,)
+WARNING:  Wait for 5296 process to publish stats timed out, try again
+NOTICE:  (,,)
tap
+WARNING:  Wait for 5296 process to publish stats timed out, try again
[23:42:20.579](120.630s) not ok 5 - regression tests pass
test
[23:50:53.102]  43/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
51/5404 Self contradictory examining on rel's baserestrictinfo
CompilerWarnings
compiler
[22:43:20.355] contradictory.c:757:25: error: ‘btest’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[22:43:20.355] contradictory.c:1638:38: error: ‘one_elem’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[22:43:20.355] contradictory.c:1413:12: error: ‘varcollid’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[22:42:37.686] contradictory.c:1638:38: error: ‘one_elem’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[22:42:37.686] contradictory.c:757:25: error: ‘btest’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[22:42:37.686] contradictory.c:1413:12: error: ‘varcollid’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[22:49:23.112] contradictory.c:1413:12: error: ‘varcollid’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[22:49:23.112] contradictory.c:757:25: error: ‘btest’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[22:49:23.112] contradictory.c:1638:38: error: ‘one_elem’ may be used uninitialized [-Werror=maybe-uninitialized]
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/btree_gin/expected/bool.out /tmp/cirrus-ci-build/build/testrun/btree_gin/regress/r...
--- /tmp/cirrus-ci-build/contrib/btree_gin/expected/bool.out	2024-11-28 22:41:35.400870000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/btree_gin/regress/results/bool.out	2024-11-28 22:44:44.426674000 +0000
@@ -109,15 +109,13 @@
 (6 rows)
 
 EXPLAIN (COSTS OFF) SELECT * FROM test_bool WHERE i>true ORDER BY i;
-                QUERY PLAN                 
--------------------------------------------
+           QUERY PLAN           
+--------------------------------
  Sort
    Sort Key: i
-   ->  Bitmap Heap Scan on test_bool
-         Recheck Cond: (i > true)
-         ->  Bitmap Index Scan on idx_bool
-               Index Cond: (i > true)
-(6 rows)
+   ->  Result
+         One-Time Filter: false
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/horology.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_p...
--- /tmp/cirrus-ci-build/src/test/regress/expected/horology.out	2024-11-28 22:41:37.095741000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/horology.out	2024-11-28 22:43:13.090695000...
@@ -2541,18 +2541,17 @@
 explain (costs off)
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
-                                 QUERY PLAN                                  
------------------------------------------------------------------------------
+         QUERY PLAN         
+----------------------------
  Aggregate
    ->  Seq Scan on date_tbl
-         Filter: ((f1 >= '01-01-1997'::date) AND (f1 <= '01-01-1998'::date))
-(3 rows)
+(2 rows)
 
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
  count 
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/horology.out /tmp/cirrus-ci-build/build/testrun/recovery/027_str...
--- /tmp/cirrus-ci-build/src/test/regress/expected/horology.out	2024-11-28 22:41:37.095741000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/horology.out	2024-11-28 22:43:54.8397660...
@@ -2541,18 +2541,17 @@
 explain (costs off)
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
-                                 QUERY PLAN                                  
------------------------------------------------------------------------------
+         QUERY PLAN         
+----------------------------
  Aggregate
    ->  Seq Scan on date_tbl
-         Filter: ((f1 >= '01-01-1997'::date) AND (f1 <= '01-01-1998'::date))
-(3 rows)
+(2 rows)
 
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
  count 
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/horology.out /tmp/cirrus-ci-build/build/testrun/regress/regress/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/horology.out	2024-11-28 22:41:37.095741000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/horology.out	2024-11-28 22:43:12.491630000 +0000
@@ -2541,18 +2541,17 @@
 explain (costs off)
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
-                                 QUERY PLAN                                  
------------------------------------------------------------------------------
+         QUERY PLAN         
+----------------------------
  Aggregate
    ->  Seq Scan on date_tbl
-         Filter: ((f1 >= '01-01-1997'::date) AND (f1 <= '01-01-1998'::date))
-(3 rows)
+(2 rows)
 
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
  count 
...
tap
[22:44:36.960](89.765s) not ok 5 - regression tests pass
tap
[22:45:40.356](111.393s) not ok 2 - regression tests pass
test
[22:47:51.427]   6/314 postgresql:regress / regress/regress                                            ERROR            ...
[22:47:51.427]  61/314 postgresql:btree_gin / btree_gin/regress                                        ERROR            ...
[22:47:51.427] 114/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[22:47:51.427] 176/314 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/contrib/btree_gin/expected/bool.out /tmp/cirrus-ci-build/contrib/btree_gin/results/bool.ou...
--- /tmp/cirrus-ci-build/contrib/btree_gin/expected/bool.out	2024-11-28 22:41:31.046370416 +0000
+++ /tmp/cirrus-ci-build/contrib/btree_gin/results/bool.out	2024-11-28 22:45:41.580389536 +0000
@@ -109,15 +109,13 @@
 (6 rows)
 
 EXPLAIN (COSTS OFF) SELECT * FROM test_bool WHERE i>true ORDER BY i;
-                QUERY PLAN                 
--------------------------------------------
+           QUERY PLAN           
+--------------------------------
  Sort
    Sort Key: i
-   ->  Bitmap Heap Scan on test_bool
-         Recheck Cond: (i > true)
-         ->  Bitmap Index Scan on idx_bool
-               Index Cond: (i > true)
-(6 rows)
+   ->  Result
+         One-Time Filter: false
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/horology.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/horology.out	2024-11-28 22:41:32.990261593 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/horology.out	2024-11-28 22:47:13.620424489 +0000
@@ -2541,18 +2541,18 @@
 explain (costs off)
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
-                                 QUERY PLAN                                  
------------------------------------------------------------------------------
+                 QUERY PLAN                 
+--------------------------------------------
  Aggregate
    ->  Seq Scan on date_tbl
-         Filter: ((f1 >= '01-01-1997'::date) AND (f1 <= '01-01-1998'::date))
+         Filter: (f1 <= '01-01-1998'::date)
 (3 rows)
 
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
  count 
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/horology.out /tmp/cirrus-ci-build/src/test/recovery/tmp_check/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/horology.out	2024-11-28 22:41:32.990261593 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/horology.out	2024-11-28 22:49:24.061082784 +0000
@@ -2541,18 +2541,18 @@
 explain (costs off)
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
-                                 QUERY PLAN                                  
------------------------------------------------------------------------------
+                 QUERY PLAN                 
+--------------------------------------------
  Aggregate
    ->  Seq Scan on date_tbl
-         Filter: ((f1 >= '01-01-1997'::date) AND (f1 <= '01-01-1998'::date))
+         Filter: (f1 <= '01-01-1998'::date)
 (3 rows)
 
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
  count 
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/horology.out /tmp/cirrus-ci-build/src/test/regress/results/horol...
--- /tmp/cirrus-ci-build/src/test/regress/expected/horology.out	2024-11-28 22:41:32.990261593 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/horology.out	2024-11-28 22:44:33.064530513 +0000
@@ -2541,18 +2541,18 @@
 explain (costs off)
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
-                                 QUERY PLAN                                  
------------------------------------------------------------------------------
+                 QUERY PLAN                 
+--------------------------------------------
  Aggregate
    ->  Seq Scan on date_tbl
-         Filter: ((f1 >= '01-01-1997'::date) AND (f1 <= '01-01-1998'::date))
+         Filter: (f1 <= '01-01-1998'::date)
 (3 rows)
 
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
  count 
...
tap
[22:48:49.302](104.351s) not ok 5 - regression tests pass
tap
[22:50:26.600](67.511s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Meson
core
[22:49:51.935] #0  0x00007f53c10a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:49:51.935] #1  0x00007f53c105afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:49:51.935] #2  0x00007f53c1045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:49:51.935] #3  0x00007f53c121e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[22:49:51.935] #4  0x00007f53c122aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[22:49:51.935] #5  0x00007f53c120dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x5649e59f5ae...
[22:49:51.935] #6  0x00005649e4cb3329 in examine_self_contradictory_rels (root=root@entry=0x5649e6c0d8d0, rel=rel@entry=...
[22:49:51.935] #7  0x00005649e4cb3538 in examine_self_contradictory_rels_phase1 (root=root@entry=0x5649e6c0d8d0) at ../s...
[22:49:51.935] #8  0x00005649e4c7db7a in query_planner (root=root@entry=0x5649e6c0d8d0, qp_callback=qp_callback@entry=0x...
[22:49:51.935] #9  0x00005649e4c90f6d in grouping_planner (root=root@entry=0x5649e6c0d8d0, tuple_fraction=<optimized out...
core
[22:49:59.925] #0  0x00007f6a31aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:49:59.925] #1  0x00007f6a31a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:49:59.925] #2  0x00007f6a31a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:49:59.925] #3  0x00007f6a31c1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[22:49:59.925] #4  0x00007f6a31c2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[22:49:59.925] #5  0x00007f6a31c0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x5621e5d65ae...
[22:49:59.925] #6  0x00005621e5023329 in examine_self_contradictory_rels (root=root@entry=0x5621e814b2b8, rel=rel@entry=...
[22:49:59.925] #7  0x00005621e5023538 in examine_self_contradictory_rels_phase1 (root=root@entry=0x5621e814b2b8) at ../s...
[22:49:59.925] #8  0x00005621e4fedb7a in query_planner (root=root@entry=0x5621e814b2b8, qp_callback=qp_callback@entry=0x...
[22:49:59.925] #9  0x00005621e5000f6d in grouping_planner (root=root@entry=0x5621e814b2b8, tuple_fraction=<optimized out...
core
[22:49:58.403] #0  0x00007f6a31aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:49:58.403] #1  0x00007f6a31a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:49:58.403] #2  0x00007f6a31a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:49:58.403] #3  0x00007f6a31c1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[22:49:58.403] #4  0x00007f6a31c2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[22:49:58.403] #5  0x00007f6a31c0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x5621e5d65ae...
[22:49:58.403] #6  0x00005621e5023329 in examine_self_contradictory_rels (root=root@entry=0x5621e816e7d8, rel=rel@entry=...
[22:49:58.403] #7  0x00005621e5023538 in examine_self_contradictory_rels_phase1 (root=root@entry=0x5621e816e7d8) at ../s...
[22:49:58.403] #8  0x00005621e4fedb7a in query_planner (root=root@entry=0x5621e816e7d8, qp_callback=qp_callback@entry=0x...
[22:49:58.403] #9  0x00005621e5000f6d in grouping_planner (root=root@entry=0x5621e816e7d8, tuple_fraction=<optimized out...
core
[22:49:56.726] #0  0x00007fe941ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:49:56.726] #1  0x00007fe941e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:49:56.726] #2  0x00007fe941e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:49:56.726] #3  0x00007fe94201e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[22:49:56.726] #4  0x00007fe94202aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[22:49:56.726] #5  0x00007fe94200dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x557274b3dae...
[22:49:56.726] #6  0x0000557273dfb329 in examine_self_contradictory_rels (root=root@entry=0x557276d01dd8, rel=rel@entry=...
[22:49:56.726] #7  0x0000557273dfb538 in examine_self_contradictory_rels_phase1 (root=root@entry=0x557276d01dd8) at ../s...
[22:49:56.726] #8  0x0000557273dc5b7a in query_planner (root=root@entry=0x557276d01dd8, qp_callback=qp_callback@entry=0x...
[22:49:56.726] #9  0x0000557273dd8f6d in grouping_planner (root=root@entry=0x557276d01dd8, tuple_fraction=<optimized out...
core
[22:49:55.094] #0  0x00007f6a31aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:49:55.094] #1  0x00007f6a31a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:49:55.094] #2  0x00007f6a31a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:49:55.094] #3  0x00007f6a31c1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[22:49:55.094] #4  0x00007f6a31c2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[22:49:55.094] #5  0x00007f6a31c0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x5621e5d65ae...
[22:49:55.094] #6  0x00005621e5023329 in examine_self_contradictory_rels (root=root@entry=0x5621e804e118, rel=rel@entry=...
[22:49:55.094] #7  0x00005621e5023538 in examine_self_contradictory_rels_phase1 (root=root@entry=0x5621e804e118) at ../s...
[22:49:55.094] #8  0x00005621e4fedb7a in query_planner (root=root@entry=0x5621e804e118, qp_callback=qp_callback@entry=0x...
[22:49:55.094] #9  0x00005621e5000f6d in grouping_planner (root=root@entry=0x5621e804e118, tuple_fraction=<optimized out...
core
[22:49:53.537] #0  0x00007f6a31aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:49:53.537] #1  0x00007f6a31a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:49:53.537] #2  0x00007f6a31a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:49:53.537] #3  0x00007f6a31c1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[22:49:53.537] #4  0x00007f6a31c2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[22:49:53.537] #5  0x00007f6a31c0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x5621e5d65ae...
[22:49:53.537] #6  0x00005621e5023329 in examine_self_contradictory_rels (root=root@entry=0x5621e80cb988, rel=rel@entry=...
[22:49:53.537] #7  0x00005621e5023538 in examine_self_contradictory_rels_phase1 (root=root@entry=0x5621e80cb988) at ../s...
[22:49:53.537] #8  0x00005621e4fedb7a in query_planner (root=root@entry=0x5621e80cb988, qp_callback=qp_callback@entry=0x...
[22:49:53.537] #9  0x00005621e5000f6d in grouping_planner (root=root@entry=0x5621e80cb988, tuple_fraction=<optimized out...
core
[22:49:51.369] #0  0x00007f53c10a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:49:51.369] #1  0x00007f53c105afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:49:51.369] #2  0x00007f53c1045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:49:51.369] #3  0x00007f53c121e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[22:49:51.369] #4  0x00007f53c122aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[22:49:51.369] #5  0x00007f53c120dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x5649e59f5ae...
[22:49:51.369] #6  0x00005649e4cb3329 in examine_self_contradictory_rels (root=root@entry=0x5649e6c0d5e0, rel=rel@entry=...
[22:49:51.369] #7  0x00005649e4cb3538 in examine_self_contradictory_rels_phase1 (root=root@entry=0x5649e6c0d5e0) at ../s...
[22:49:51.369] #8  0x00005649e4c7db7a in query_planner (root=root@entry=0x5649e6c0d5e0, qp_callback=qp_callback@entry=0x...
[22:49:51.369] #9  0x00005649e4c90f6d in grouping_planner (root=root@entry=0x5649e6c0d5e0, tuple_fraction=<optimized out...
core
[22:49:50.779] #0  0x00007f3a240a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:49:50.779] #1  0x00007f3a2405afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:49:50.779] #2  0x00007f3a24045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:49:50.779] #3  0x00007f3a2421e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[22:49:50.779] #4  0x00007f3a2422aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[22:49:50.779] #5  0x00007f3a2420dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x56219751aae...
[22:49:50.779] #6  0x00005621967d8329 in examine_self_contradictory_rels (root=root@entry=0x56219889b1c8, rel=rel@entry=...
[22:49:50.779] #7  0x00005621967d8538 in examine_self_contradictory_rels_phase1 (root=root@entry=0x56219889b1c8) at ../s...
[22:49:50.779] #8  0x00005621967a2b7a in query_planner (root=root@entry=0x56219889b1c8, qp_callback=qp_callback@entry=0x...
[22:49:50.779] #9  0x00005621967b5f6d in grouping_planner (root=root@entry=0x56219889b1c8, tuple_fraction=<optimized out...
regress
diff -U3 /tmp/cirrus-ci-build/contrib/btree_gin/expected/bool.out /tmp/cirrus-ci-build/build/testrun/btree_gin/regress/r...
--- /tmp/cirrus-ci-build/contrib/btree_gin/expected/bool.out	2024-11-28 22:41:30.708345654 +0000
+++ /tmp/cirrus-ci-build/build/testrun/btree_gin/regress/results/bool.out	2024-11-28 22:46:24.737012329 +0000
@@ -109,15 +109,13 @@
 (6 rows)
 
 EXPLAIN (COSTS OFF) SELECT * FROM test_bool WHERE i>true ORDER BY i;
-                QUERY PLAN                 
--------------------------------------------
+           QUERY PLAN           
+--------------------------------
  Sort
    Sort Key: i
-   ->  Bitmap Heap Scan on test_bool
-         Recheck Cond: (i > true)
-         ->  Bitmap Index Scan on idx_bool
-               Index Cond: (i > true)
-(6 rows)
+   ->  Result
+         One-Time Filter: false
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/horology.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_p...
--- /tmp/cirrus-ci-build/src/test/regress/expected/horology.out	2024-11-28 22:41:32.759504309 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/horology.out	2024-11-28 22:45:32.453088019...
@@ -2541,1307 +2541,7 @@
 explain (costs off)
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
-                                 QUERY PLAN                                  
------------------------------------------------------------------------------
- Aggregate
-   ->  Seq Scan on date_tbl
-         Filter: ((f1 >= '01-01-1997'::date) AND (f1 <= '01-01-1998'::date))
-(3 rows)
-
-select count(*) from date_tbl
-  where f1 between symmetric '1997-01-01' and '1998-01-01';
- count 
--------
-     3
-(1 row)
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/horology.out /tmp/cirrus-ci-build/build/testrun/recovery/027_str...
--- /tmp/cirrus-ci-build/src/test/regress/expected/horology.out	2024-11-28 22:41:32.759504309 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/horology.out	2024-11-28 22:46:05.6170406...
@@ -2541,1307 +2541,7 @@
 explain (costs off)
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
-                                 QUERY PLAN                                  
------------------------------------------------------------------------------
- Aggregate
-   ->  Seq Scan on date_tbl
-         Filter: ((f1 >= '01-01-1997'::date) AND (f1 <= '01-01-1998'::date))
-(3 rows)
-
-select count(*) from date_tbl
-  where f1 between symmetric '1997-01-01' and '1998-01-01';
- count 
--------
-     3
-(1 row)
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/horology.out /tmp/cirrus-ci-build/build/testrun/regress/regress/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/horology.out	2024-11-28 22:41:32.759504309 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/horology.out	2024-11-28 22:45:28.413093597 +0000
@@ -2541,1307 +2541,7 @@
 explain (costs off)
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
-                                 QUERY PLAN                                  
------------------------------------------------------------------------------
- Aggregate
-   ->  Seq Scan on date_tbl
-         Filter: ((f1 >= '01-01-1997'::date) AND (f1 <= '01-01-1998'::date))
-(3 rows)
-
-select count(*) from date_tbl
-  where f1 between symmetric '1997-01-01' and '1998-01-01';
- count 
--------
-     3
-(1 row)
...
tap
[22:46:59.109](0.826s) not ok 20 - pg_amcheck of db1.s1 excluding indexes status (got 1 vs expected 0)
[22:46:59.110](0.000s) not ok 22 - pg_amcheck of db1.s1 excluding indexes stderr /(?^:^$)/
[22:46:59.831](0.720s) not ok 23 - pg_amcheck of db2.s1 excluding indexes status (got 1 vs expected 2)
[22:46:59.831](0.000s) not ok 24 - pg_amcheck of db2.s1 excluding indexes stdout /(?^:could not open file ".*": No such ...
[22:46:59.832](0.000s) not ok 25 - pg_amcheck of db2.s1 excluding indexes stderr /(?^:^$)/
[22:46:59.878](0.047s) not ok 26 - pg_amcheck schema s3 reports table and index errors status (got 1 vs expected 2)
[22:46:59.879](0.000s) not ok 27 - pg_amcheck schema s3 reports table and index errors stdout /(?^:index ".*" lacks a ma...
[22:46:59.880](0.000s) not ok 28 - pg_amcheck schema s3 reports table and index errors stdout /(?^:line pointer)/
[22:46:59.880](0.000s) not ok 29 - pg_amcheck schema s3 reports table and index errors stdout /(?^:could not open file "...
[22:46:59.880](0.000s) not ok 30 - pg_amcheck schema s3 reports table and index errors stderr /(?^:^$)/
[22:46:59.904](0.024s) not ok 31 - pg_amcheck in schema s4 reports toast corruption status (got 1 vs expected 2)
[22:46:59.905](0.000s) not ok 32 - pg_amcheck in schema s4 reports toast corruption stdout /(?^:could not open file ".*"...
[22:46:59.906](0.000s) not ok 33 - pg_amcheck in schema s4 reports toast corruption stderr /(?^:^$)/
[22:46:59.955](0.049s) not ok 34 - pg_amcheck in schema s4 excluding toast reports no corruption status (got 1 vs expect...
[22:46:59.956](0.000s) not ok 36 - pg_amcheck in schema s4 excluding toast reports no corruption stderr /(?^:^$)/
[22:46:59.998](0.042s) not ok 37 - pg_amcheck over schema s5 reports no corruption status (got 1 vs expected 0)
[22:47:00.000](0.001s) not ok 39 - pg_amcheck over schema s5 reports no corruption stderr /(?^:^$)/
[22:47:00.042](0.041s) not ok 40 - pg_amcheck over schema s1 with corrupt indexes excluded reports no corruption status ...
[22:47:00.044](0.000s) not ok 42 - pg_amcheck over schema s1 with corrupt indexes excluded reports no corruption stderr ...
[22:47:00.071](0.027s) not ok 43 - pg_amcheck over schema s1 with all indexes excluded reports no corruption status (got...
[22:47:00.072](0.000s) not ok 45 - pg_amcheck over schema s1 with all indexes excluded reports no corruption stderr /(?^...
[22:47:00.087](0.015s) not ok 46 - pg_amcheck over schema s2 with corrupt tables excluded reports no corruption status (...
[22:47:00.088](0.000s) not ok 48 - pg_amcheck over schema s2 with corrupt tables excluded reports no corruption stderr /...
[22:47:00.166](0.036s) not ok 55 - pg_amcheck smoke test --parent-check status (got 1 vs expected 2)
[22:47:00.167](0.000s) not ok 56 - pg_amcheck smoke test --parent-check stdout /(?^:index ".*" lacks a main relation for...
[22:47:00.167](0.000s) not ok 57 - pg_amcheck smoke test --parent-check stderr /(?^:^$)/
[22:47:00.182](0.014s) not ok 58 - pg_amcheck smoke test --heapallindexed --rootdescend status (got 1 vs expected 2)
[22:47:00.182](0.000s) not ok 59 - pg_amcheck smoke test --heapallindexed --rootdescend stdout /(?^:index ".*" lacks a m...
[22:47:00.183](0.000s) not ok 60 - pg_amcheck smoke test --heapallindexed --rootdescend stderr /(?^:^$)/
[22:47:00.203](0.018s) not ok 61 - pg_amcheck excluding all corrupt schemas status (got 1 vs expected 0)
[22:47:00.204](0.000s) not ok 63 - pg_amcheck excluding all corrupt schemas stderr /(?^:^$)/
[22:47:00.247](0.043s) not ok 64 - pg_amcheck smoke test --parent-check --checkunique status (got 1 vs expected 2)
[22:47:00.248](0.001s) not ok 65 - pg_amcheck smoke test --parent-check --checkunique stdout /(?^:index ".*" lacks a mai...
[22:47:00.249](0.000s) not ok 66 - pg_amcheck smoke test --parent-check --checkunique stderr /(?^:^$)/
[22:47:00.285](0.036s) not ok 67 - pg_amcheck smoke test --heapallindexed --rootdescend --checkunique status (got 1 vs e...
[22:47:00.286](0.000s) not ok 68 - pg_amcheck smoke test --heapallindexed --rootdescend --checkunique stdout /(?^:index ...
[22:47:00.287](0.000s) not ok 69 - pg_amcheck smoke test --heapallindexed --rootdescend --checkunique stderr /(?^:^$)/
[22:47:00.326](0.039s) not ok 70 - pg_amcheck excluding all corrupt schemas with --checkunique option status (got 1 vs e...
[22:47:00.327](0.000s) not ok 72 - pg_amcheck excluding all corrupt schemas with --checkunique option stderr /(?^:^$)/
tap
[22:45:41.813](16.114s) not ok 5 - regression tests pass
[22:45:44.342](2.524s) not ok 6 - dump before running pg_upgrade
tap
[22:46:13.288](14.189s) not ok 2 - regression tests pass
test
[22:48:45.250]  15/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[22:48:45.250]   6/314 postgresql:regress / regress/regress                                            ERROR            ...
[22:48:45.250]  42/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[22:48:45.250]  61/314 postgresql:btree_gin / btree_gin/regress                                        ERROR            ...
[22:48:45.250] 152/314 postgresql:pg_amcheck / pg_amcheck/003_check                                    ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/contrib/btree_gin/expected/bool.out /Users/admin/pgsql/build/testrun/btree_gin/regress/resul...
--- /Users/admin/pgsql/contrib/btree_gin/expected/bool.out	2024-11-28 22:41:10
+++ /Users/admin/pgsql/build/testrun/btree_gin/regress/results/bool.out	2024-11-28 22:44:05
@@ -109,15 +109,13 @@
 (6 rows)
 
 EXPLAIN (COSTS OFF) SELECT * FROM test_bool WHERE i>true ORDER BY i;
-                QUERY PLAN                 
--------------------------------------------
+           QUERY PLAN           
+--------------------------------
  Sort
    Sort Key: i
-   ->  Bitmap Heap Scan on test_bool
-         Recheck Cond: (i > true)
-         ->  Bitmap Index Scan on idx_bool
-               Index Cond: (i > true)
-(6 rows)
+   ->  Result
+         One-Time Filter: false
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/horology.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_up...
--- /Users/admin/pgsql/src/test/regress/expected/horology.out	2024-11-28 22:41:11
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/horology.out	2024-11-28 22:43:00
@@ -2541,18 +2541,17 @@
 explain (costs off)
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
-                                 QUERY PLAN                                  
------------------------------------------------------------------------------
+         QUERY PLAN         
+----------------------------
  Aggregate
    ->  Seq Scan on date_tbl
-         Filter: ((f1 >= '01-01-1997'::date) AND (f1 <= '01-01-1998'::date))
-(3 rows)
+(2 rows)
 
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
  count 
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/horology.out /Users/admin/pgsql/build/testrun/recovery/027_stream_...
--- /Users/admin/pgsql/src/test/regress/expected/horology.out	2024-11-28 22:41:11
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/horology.out	2024-11-28 22:43:38
@@ -2541,18 +2541,17 @@
 explain (costs off)
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
-                                 QUERY PLAN                                  
------------------------------------------------------------------------------
+         QUERY PLAN         
+----------------------------
  Aggregate
    ->  Seq Scan on date_tbl
-         Filter: ((f1 >= '01-01-1997'::date) AND (f1 <= '01-01-1998'::date))
-(3 rows)
+(2 rows)
 
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
  count 
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/horology.out /Users/admin/pgsql/build/testrun/regress/regress/resu...
--- /Users/admin/pgsql/src/test/regress/expected/horology.out	2024-11-28 22:41:11
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/horology.out	2024-11-28 22:42:56
@@ -2541,18 +2541,17 @@
 explain (costs off)
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
-                                 QUERY PLAN                                  
------------------------------------------------------------------------------
+         QUERY PLAN         
+----------------------------
  Aggregate
    ->  Seq Scan on date_tbl
-         Filter: ((f1 >= '01-01-1997'::date) AND (f1 <= '01-01-1998'::date))
-(3 rows)
+(2 rows)
 
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
  count 
...
tap
[22:43:36.159](40.151s) not ok 5 - regression tests pass
tap
[22:44:16.686](41.599s) not ok 2 - regression tests pass
test
[22:46:03.962]  27/314 postgresql:regress / regress/regress                                            ERROR            ...
[22:46:03.962]  46/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[22:46:03.962]  59/314 postgresql:btree_gin / btree_gin/regress                                        ERROR            ...
[22:46:03.962] 139/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/contrib/btree_gin/expected/bool.out C:/cirrus/build/testrun/btree_gin/regress/res...
--- C:/cirrus/contrib/btree_gin/expected/bool.out	2024-11-28 22:41:40.410169100 +0000
+++ C:/cirrus/build/testrun/btree_gin/regress/results/bool.out	2024-11-28 22:48:01.763023000 +0000
@@ -109,15 +109,13 @@
 (6 rows)
 
 EXPLAIN (COSTS OFF) SELECT * FROM test_bool WHERE i>true ORDER BY i;
-                QUERY PLAN                 
--------------------------------------------
+           QUERY PLAN           
+--------------------------------
  Sort
    Sort Key: i
-   ->  Bitmap Heap Scan on test_bool
-         Recheck Cond: (i > true)
-         ->  Bitmap Index Scan on idx_bool
-               Index Cond: (i > true)
-(6 rows)
+   ->  Result
+         One-Time Filter: false
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/horology.out C:/cirrus/build/testrun/pg_upgrade/002_pg_...
--- C:/cirrus/src/test/regress/expected/horology.out	2024-11-28 22:41:45.609355500 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/horology.out	2024-11-28 22:44:02.098652300 +0000
@@ -2541,18 +2541,17 @@
 explain (costs off)
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
-                                 QUERY PLAN                                  
------------------------------------------------------------------------------
+         QUERY PLAN         
+----------------------------
  Aggregate
    ->  Seq Scan on date_tbl
-         Filter: ((f1 >= '01-01-1997'::date) AND (f1 <= '01-01-1998'::date))
-(3 rows)
+(2 rows)
 
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
  count 
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/horology.out C:/cirrus/build/testrun/recovery/027_strea...
--- C:/cirrus/src/test/regress/expected/horology.out	2024-11-28 22:41:45.609355500 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/horology.out	2024-11-28 22:46:31.992447600 +0000
@@ -2541,18 +2541,17 @@
 explain (costs off)
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
-                                 QUERY PLAN                                  
------------------------------------------------------------------------------
+         QUERY PLAN         
+----------------------------
  Aggregate
    ->  Seq Scan on date_tbl
-         Filter: ((f1 >= '01-01-1997'::date) AND (f1 <= '01-01-1998'::date))
-(3 rows)
+(2 rows)
 
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
  count 
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/horology.out C:/cirrus/build/testrun/regress/regress/re...
--- C:/cirrus/src/test/regress/expected/horology.out	2024-11-28 22:41:45.609355500 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/horology.out	2024-11-28 22:43:56.020941200 +0000
@@ -2541,18 +2541,17 @@
 explain (costs off)
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
-                                 QUERY PLAN                                  
------------------------------------------------------------------------------
+         QUERY PLAN         
+----------------------------
  Aggregate
    ->  Seq Scan on date_tbl
-         Filter: ((f1 >= '01-01-1997'::date) AND (f1 <= '01-01-1998'::date))
-(3 rows)
+(2 rows)
 
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
  count 
...
tap
[22:45:53.143](120.797s) not ok 5 - regression tests pass
tap
[22:48:31.597](137.961s) not ok 2 - regression tests pass
test
[22:56:11.991]   6/309 postgresql:regress / regress/regress                                            ERROR           1...
[22:56:11.991]  40/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[22:56:11.991]  62/309 postgresql:btree_gin / btree_gin/regress                                        ERROR            ...
[22:56:11.991]  96/309 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5410 Disable installcheck for tap and regress tests for injection_points module
FreeBSD - 13 - Meson
assertion
TRAP: failed Assert("TransactionIdIsValid(proc->xid)"), File: "../src/backend/storage/ipc/procarray.c", Line: 677, PID: ...
core
[22:12:15.562] #0  0x000000082b0c641a in thr_kill () from /lib/libc.so.7
[22:12:15.562] #1  0x000000082b03fe64 in raise () from /lib/libc.so.7
[22:12:15.562] #2  0x000000082b0f06f9 in abort () from /lib/libc.so.7
[22:12:15.562] #3  0x0000000000a9e695 in ExceptionalCondition (conditionName=0x3601d2 "TransactionIdIsValid(proc->xid)",...
[22:12:15.562] #4  0x000000000091624d in ProcArrayEndTransaction (proc=0x8426aeaf8, latestXid=latestXid@entry=750) at .....
[22:12:15.562] #5  0x000000000065fa9f in AbortTransaction () at ../src/backend/access/transam/xact.c:2946
[22:12:15.562] #6  0x000000000065d6aa in AbortCurrentTransactionInternal () at ../src/backend/access/transam/xact.c:3598
[22:12:15.562] #7  AbortCurrentTransaction () at ../src/backend/access/transam/xact.c:3449
[22:12:15.562] #8  0x00000000009428be in PostgresMain (dbname=<optimized out>, username=<optimized out>) at ../src/backe...
[22:12:15.562] #9  0x000000000093db99 in BackendMain (startup_data=<optimized out>, startup_data_len=<optimized out>) at...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/crash.out /tmp/cirrus-ci-build/build/testrun/in...
--- /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/crash.out	2024-11-28 22:06:00.822811000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/injection_points/isolation/results/crash.out	2024-11-28 22:09:05.828812000 +0000
@@ -23,4 +23,16 @@
 
 step c2: COMMIT;
 ERROR:  could not serialize access due to read/write dependencies among transactions
-step c3: COMMIT;
+s2: WARNING:  AbortTransaction while in ABORT state
+ERROR:  ResourceOwnerEnlarge called after release started
+server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
+
+s3: WARNING:  terminating connection because of crash of another server process
+DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because anothe...
+HINT:  In a moment you should be able to reconnect to the database and repeat your command.
+PQconsumeInput failed: server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
...
test
[22:11:04.576] 112/314 postgresql:injection_points / injection_points/isolation                        ERROR            ...
Linux - Debian Bookworm - Autoconf
assertion
TRAP: failed Assert("TransactionIdIsValid(proc->xid)"), File: "procarray.c", Line: 677, PID: 46951
core
[22:17:24.128] #0  0x00007f3b588abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:17:24.128] #1  0x00007f3b5885cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:17:24.128] #2  0x00007f3b58847472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:17:24.128] #3  0x000056118169f6d6 in ExceptionalCondition (conditionName=conditionName@entry=0x561181a53320 "Transac...
[22:17:24.128] #4  0x000056118132511a in ProcArrayEndTransaction (proc=0x7f3b54545440, latestXid=750) at procarray.c:677
[22:17:24.128] #5  0x0000561180b56489 in AbortTransaction () at xact.c:2946
[22:17:24.128] #6  0x0000561180b57ddb in AbortCurrentTransactionInternal () at xact.c:3531
[22:17:24.128] #7  0x0000561180b57f1a in AbortCurrentTransaction () at xact.c:3449
[22:17:24.128] #8  0x00005611813909ce in PostgresMain (dbname=dbname@entry=0x62900001b3a8 "isolation_regression", userna...
[22:17:24.128] #9  0x00005611813833de in BackendMain (startup_data=startup_data@entry=0x7ffcfdde0380 "", startup_data_le...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/crash.out /tmp/cirrus-ci-build/src/test/modules...
--- /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/crash.out	2024-11-28 22:05:59.631405318 +0000
+++ /tmp/cirrus-ci-build/src/test/modules/injection_points/output_iso/results/crash.out	2024-11-28 22:13:06.549351003 +0...
@@ -23,4 +23,10 @@
 
 step c2: COMMIT;
 ERROR:  could not serialize access due to read/write dependencies among transactions
+s2: WARNING:  AbortTransaction while in ABORT state
+ERROR:  ResourceOwnerEnlarge called after release started
+server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
+
 step c3: COMMIT;
diff -U3 /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/inplace.out /tmp/cirrus-ci-build/src/test/modul...
--- /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/inplace.out	2024-11-28 22:05:59.631405318 +0000
+++ /tmp/cirrus-ci-build/src/test/modules/injection_points/output_iso/results/inplace.out	2024-11-28 22:13:07.169347415 ...
@@ -45,296 +45,9 @@
 f                
 (1 row)
...
Linux - Debian Bookworm - Meson
assertion
TRAP: failed Assert("TransactionIdIsValid(proc->xid)"), File: "../src/backend/storage/ipc/procarray.c", Line: 677, PID: ...
core
[22:14:51.724] #0  0x00007fd63cea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:14:51.724] #1  0x00007fd63ce5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:14:51.724] #2  0x00007fd63ce45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:14:51.724] #3  0x0000556e33437c98 in ExceptionalCondition (conditionName=conditionName@entry=0x556e336f3268 "Transac...
[22:14:51.724] #4  0x0000556e3314a253 in ProcArrayEndTransaction (proc=0x7fd63a162ac0, latestXid=750) at ../src/backend/...
[22:14:51.724] #5  0x0000556e32bafda3 in AbortTransaction () at ../src/backend/access/transam/xact.c:2946
[22:14:51.724] #6  0x0000556e32bb0d9a in AbortCurrentTransactionInternal () at ../src/backend/access/transam/xact.c:3531
[22:14:51.724] #7  0x0000556e32bb0e3e in AbortCurrentTransaction () at ../src/backend/access/transam/xact.c:3449
[22:14:51.724] #8  0x0000556e331a4e7f in PostgresMain (dbname=<optimized out>, username=<optimized out>) at ../src/backe...
[22:14:51.724] #9  0x0000556e3319b044 in BackendMain (startup_data=<optimized out>, startup_data_len=<optimized out>) at...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/crash.out /tmp/cirrus-ci-build/build/testrun/in...
--- /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/crash.out	2024-11-28 22:05:58.993148038 +0000
+++ /tmp/cirrus-ci-build/build/testrun/injection_points/isolation/results/crash.out	2024-11-28 22:11:44.463560741 +0000
@@ -23,4 +23,10 @@
 
 step c2: COMMIT;
 ERROR:  could not serialize access due to read/write dependencies among transactions
+s2: WARNING:  AbortTransaction while in ABORT state
+ERROR:  ResourceOwnerEnlarge called after release started
+server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
+
 step c3: COMMIT;
diff -U3 /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/inplace.out /tmp/cirrus-ci-build/build/testrun/...
--- /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/inplace.out	2024-11-28 22:05:58.993148038 +0000
+++ /tmp/cirrus-ci-build/build/testrun/injection_points/isolation/results/inplace.out	2024-11-28 22:11:45.039558946 +000...
@@ -14,327 +14,10 @@
 step vac1: VACUUM vactest.orig50;  -- wait during inplace update <waiting ...>
 step grant2: GRANT SELECT ON TABLE vactest.orig50 TO PUBLIC;
...
test
[22:13:45.483] 314/314 postgresql:injection_points / injection_points/isolation                        ERROR           1...
macOS - Sonoma - Meson
assertion
TRAP: failed Assert("TransactionIdIsValid(proc->xid)"), File: "../src/backend/storage/ipc/procarray.c", Line: 677, PID: ...
core
[22:13:38.188]   * frame #0: 0x000000018f0a15f0 libsystem_kernel.dylib`__pthread_kill + 8
[22:13:38.188]     frame #1: 0x000000018f0d9c20 libsystem_pthread.dylib`pthread_kill + 288
[22:13:38.188]     frame #2: 0x000000018efe6a30 libsystem_c.dylib`abort + 180
[22:13:38.188]     frame #3: 0x00000001030858cc postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[22:13:38.188]     frame #4: 0x0000000102f2a330 postgres`ProcArrayEndTransaction(proc=0x0000000111491ec0, latestXid=<una...
[22:13:38.188]     frame #5: 0x0000000102cdc3a0 postgres`AbortTransaction at xact.c:2946:2
[22:13:38.188]     frame #6: 0x0000000102cda984 postgres`AbortCurrentTransaction [inlined] AbortCurrentTransactionIntern...
[22:13:38.188]     frame #7: 0x0000000102cda954 postgres`AbortCurrentTransaction at xact.c:3449:10
[22:13:38.188]     frame #8: 0x0000000102f5263c postgres`PostgresMain(dbname=<unavailable>, username=<unavailable>) at p...
[22:13:38.188]     frame #9: 0x0000000102f4e3e8 postgres`BackendMain(startup_data=<unavailable>, startup_data_len=<unava...
regress
diff -U3 /Users/admin/pgsql/src/test/modules/injection_points/expected/crash.out /Users/admin/pgsql/build/testrun/inject...
--- /Users/admin/pgsql/src/test/modules/injection_points/expected/crash.out	2024-11-28 22:05:12
+++ /Users/admin/pgsql/build/testrun/injection_points/isolation/results/crash.out	2024-11-28 22:08:43
@@ -23,4 +23,13 @@
 
 step c2: COMMIT;
 ERROR:  could not serialize access due to read/write dependencies among transactions
+s2: WARNING:  AbortTransaction while in ABORT state
+ERROR:  ResourceOwnerEnlarge called after release started
+server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
+
 step c3: COMMIT;
+teardown failed: server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
diff -U3 /Users/admin/pgsql/src/test/modules/injection_points/expected/inplace.out /Users/admin/pgsql/build/testrun/inje...
--- /Users/admin/pgsql/src/test/modules/injection_points/expected/inplace.out	2024-11-28 22:05:12
+++ /Users/admin/pgsql/build/testrun/injection_points/isolation/results/inplace.out	2024-11-28 22:08:43
...
test
[22:10:17.052] 149/314 postgresql:injection_points / injection_points/isolation                        ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
assertion
TRAP: failed Assert("TransactionIdIsValid(proc->xid)"), File: "../src/backend/storage/ipc/procarray.c", Line: 677, PID: ...
core
0000007e`e35ff700 00007ff6`93c41188     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000007e`e35ff740 00007ff6`939c5cac     postgres!ExceptionalCondition(
0000007e`e35ff780 00007ff6`9356c613     postgres!ProcArrayEndTransaction(
0000007e`e35ff7b0 00007ff6`9356deb3     postgres!AbortTransaction(void)+0x223 [c:\cirrus\src\backend\access\transam\xact...
0000007e`e35ff800 00007ff6`93568a09     postgres!AbortCurrentTransactionInternal(void)+0xc3 [c:\cirrus\src\backend\acces...
0000007e`e35ff840 00007ff6`93a07c6a     postgres!AbortCurrentTransaction(void)+0x9 [c:\cirrus\src\backend\access\transam...
0000007e`e35ff870 00007ff6`93a01fbd     postgres!PostgresMain(
0000007e`e35ffa80 00007ff6`93901147     postgres!BackendMain(
0000007e`e35ffac0 00007ff6`937bd9f4     postgres!SubPostmasterMain(
0000007e`e35ffb30 00007ff6`93db6ef9     postgres!main(
core
0000007e`e39ff938 00007ffe`b4f2b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007e`e39ff940 00007ffe`b3ba4cb0     ntdll!TppWorkerThread+0x2df
0000007e`e39ffc30 00007ffe`b4f9edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007e`e39ffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007e`e3dffa38 00007ffe`b4f2b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007e`e3dffa40 00007ffe`b3ba4cb0     ntdll!TppWorkerThread+0x2df
0000007e`e3dffd30 00007ffe`b4f9edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007e`e3dffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007e`e41ffb28 00007ffe`b29a45ca     ntdll!NtFsControlFile+0x14
0000007e`e41ffb30 00007ff6`938f557b     KERNELBASE!ConnectNamedPipe+0x6a
0000007e`e41ffba0 00007ffe`b3ba4cb0     postgres!pg_signal_thread(
0000007e`e41ffca0 00007ffe`b4f9edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007e`e41ffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007e`e45ff6a8 00007ffe`b295d71e     ntdll!NtWaitForSingleObject+0x14
0000007e`e45ff6b0 00007ff6`938f701c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000007e`e45ff750 00007ffe`b3ba4cb0     postgres!pg_timer_thread(
0000007e`e45ff790 00007ffe`b4f9edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007e`e45ff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/modules/injection_points/expected/crash.out C:/cirrus/build/testrun/inje...
--- C:/cirrus/src/test/modules/injection_points/expected/crash.out	2024-11-28 22:06:17.267889200 +0000
+++ C:/cirrus/build/testrun/injection_points/isolation/results/crash.out	2024-11-28 22:12:58.005667300 +0000
@@ -23,4 +23,10 @@
 
 step c2: COMMIT;
 ERROR:  could not serialize access due to read/write dependencies among transactions
+ERROR:  ResourceOwnerEnlarge called after release started
+s2: WARNING:  AbortTransaction while in ABORT state
+server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
+
 step c3: COMMIT;
test
[22:19:23.998] 118/309 postgresql:injection_points / injection_points/isolation                        ERROR            ...
51/5272 Truncate logs by max_log_size
CompilerWarnings
compiler
[19:53:09.837] postgres.c:1039:7: error: mixing declarations and code is incompatible with standards before C99 [-Werror...
compiler
[19:51:29.067] postgres.c:1039:7: error: mixing declarations and code is incompatible with standards before C99 [-Werror...
compiler
[19:49:30.874] postgres.c:1039:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-statemen...
compiler
[19:47:56.608] postgres.c:1039:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-statemen...
compiler
[19:56:01.304] postgres.c:1039:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-statemen...
51/5318 System views for versions reporting
Linux - Debian Bookworm - Meson
core
[19:21:48.180] #0  0x00007f3eb477bda4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[19:21:48.180] #1  0x00007f3eb4728239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[19:21:48.180] #2  0x00007f3eb4728497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[19:21:48.180] #3  0x00005636cfbc05f3 in ?? ()
[19:21:48.180] #4  0x00005636cfbba369 in ?? ()
[19:21:48.180] #5  0x00005636cfbb920f in ?? ()
[19:21:48.180] #6  0x00005636cfbb9c3b in ?? ()
[19:21:48.180] #7  0x00005636cfbb766f in ?? ()
[19:21:48.180] #8  0x00007f3eb471324a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[19:21:48.180] #9  0x00007f3eb4713305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[19:21:48.305] #0  0x00007f3eb477bda4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[19:21:48.305] #1  0x00007f3eb4728239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[19:21:48.305] #2  0x00007f3eb4728497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[19:21:48.305] #3  0x00005636cfbc05c1 in ?? ()
[19:21:48.305] #4  0x00005636cfbba369 in ?? ()
[19:21:48.305] #5  0x00005636cfbb920f in ?? ()
[19:21:48.305] #6  0x00005636cfbb9c3b in ?? ()
[19:21:48.305] #7  0x00005636cfbb766f in ?? ()
[19:21:48.305] #8  0x00007f3eb471324a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[19:21:48.305] #9  0x00007f3eb4713305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[19:21:48.180] #0  <unavailable> in ?? ()
test
[19:20:34.980] 299/314 postgresql:test_slru / test_slru/001_multixact                                  ERROR            ...
51/4761 date_trunc function in interval version
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/query_cancel.out /tmp/cirrus-ci-build/contrib/postgres_fdw/r...
--- /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/query_cancel.out	2024-11-28 17:40:42.152141902 +0000
+++ /tmp/cirrus-ci-build/contrib/postgres_fdw/results/query_cancel.out	2024-11-28 17:47:28.628366468 +0000
@@ -29,4 +29,5 @@
 -- This would take very long if not canceled:
 SELECT count(*) FROM ft1 a CROSS JOIN ft1 b CROSS JOIN ft1 c CROSS JOIN ft1 d;
 ERROR:  canceling statement due to statement timeout
+WARNING:  could not get result of cancel request due to timeout
 COMMIT;
51/4810 COPY ON_ERROR 'NULL'
CompilerWarnings
compiler
[15:43:45.827] copyfrom.c:1037:10: error: data argument not used by format string [-Werror,-Wformat-extra-args]
compiler
[15:43:38.310] copyfrom.c:1037:10: error: data argument not used by format string [-Werror,-Wformat-extra-args]
compiler
[15:43:06.544] copyfrom.c:1036:64: error: too many arguments for format [-Werror=format-extra-args]
compiler
[15:42:58.995] copyfrom.c:1036:64: error: too many arguments for format [-Werror=format-extra-args]
compiler
[15:44:10.907] copyfrom.c:1036:64: error: too many arguments for format [-Werror=format-extra-args]
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/file_fdw/expected/file_fdw.out /tmp/cirrus-ci-build/build/testrun/file_fdw/regress...
--- /tmp/cirrus-ci-build/contrib/file_fdw/expected/file_fdw.out	2024-11-28 15:42:19.964299000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/file_fdw/regress/results/file_fdw.out	2024-11-28 15:44:25.999200000 +0000
@@ -97,7 +97,7 @@
 CREATE FOREIGN TABLE tbl () SERVER file_server OPTIONS (log_verbosity 'unsupported');       -- ERROR
 ERROR:  COPY LOG_VERBOSITY "unsupported" not recognized
 CREATE FOREIGN TABLE tbl () SERVER file_server OPTIONS (reject_limit '1');       -- ERROR
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 CREATE FOREIGN TABLE tbl () SERVER file_server OPTIONS (on_error 'ignore', reject_limit '0');       -- ERROR
 ERROR:  REJECT_LIMIT (0) must be greater than zero
 CREATE FOREIGN TABLE tbl () SERVER file_server;  -- ERROR
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_u...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-11-28 15:42:21.505899000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/copy2.out	2024-11-28 15:43:52.973582000 +0...
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-11-28 15:42:21.505899000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/copy2.out	2024-11-28 15:44:42.111519000 ...
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/build/testrun/regress/regress/res...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-11-28 15:42:21.505899000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/copy2.out	2024-11-28 15:43:51.828887000 +0000
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
tap
[15:44:12.620](68.884s) not ok 5 - regression tests pass
tap
[15:44:59.849](80.433s) not ok 2 - regression tests pass
test
[15:46:52.021]  42/314 postgresql:regress / regress/regress                                            ERROR            ...
[15:46:52.021]  66/314 postgresql:file_fdw / file_fdw/regress                                          ERROR            ...
[15:46:52.021]  95/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[15:46:52.021] 157/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/contrib/file_fdw/expected/file_fdw.out /tmp/cirrus-ci-build/contrib/file_fdw/results/file_...
--- /tmp/cirrus-ci-build/contrib/file_fdw/expected/file_fdw.out	2024-11-28 15:42:14.952697128 +0000
+++ /tmp/cirrus-ci-build/contrib/file_fdw/results/file_fdw.out	2024-11-28 15:44:35.827584029 +0000
@@ -97,7 +97,7 @@
 CREATE FOREIGN TABLE tbl () SERVER file_server OPTIONS (log_verbosity 'unsupported');       -- ERROR
 ERROR:  COPY LOG_VERBOSITY "unsupported" not recognized
 CREATE FOREIGN TABLE tbl () SERVER file_server OPTIONS (reject_limit '1');       -- ERROR
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 CREATE FOREIGN TABLE tbl () SERVER file_server OPTIONS (on_error 'ignore', reject_limit '0');       -- ERROR
 ERROR:  REJECT_LIMIT (0) must be greater than zero
 CREATE FOREIGN TABLE tbl () SERVER file_server;  -- ERROR
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/resu...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-11-28 15:42:16.812697168 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/copy2.out	2024-11-28 15:46:35.843508471 +0000
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/src/test/regress/results/copy2.ou...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-11-28 15:42:16.812697168 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/copy2.out	2024-11-28 15:45:16.247569457 +0000
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
tap
[15:46:51.752](122.314s) not ok 5 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/file_fdw/expected/file_fdw.out /tmp/cirrus-ci-build/build/testrun/file_fdw/regress...
--- /tmp/cirrus-ci-build/contrib/file_fdw/expected/file_fdw.out	2024-11-28 15:42:16.836633440 +0000
+++ /tmp/cirrus-ci-build/build/testrun/file_fdw/regress/results/file_fdw.out	2024-11-28 15:45:10.926451232 +0000
@@ -97,7 +97,7 @@
 CREATE FOREIGN TABLE tbl () SERVER file_server OPTIONS (log_verbosity 'unsupported');       -- ERROR
 ERROR:  COPY LOG_VERBOSITY "unsupported" not recognized
 CREATE FOREIGN TABLE tbl () SERVER file_server OPTIONS (reject_limit '1');       -- ERROR
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 CREATE FOREIGN TABLE tbl () SERVER file_server OPTIONS (on_error 'ignore', reject_limit '0');       -- ERROR
 ERROR:  REJECT_LIMIT (0) must be greater than zero
 CREATE FOREIGN TABLE tbl () SERVER file_server;  -- ERROR
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_u...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-11-28 15:42:18.783589182 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/copy2.out	2024-11-28 15:44:50.114331924 +0...
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-11-28 15:42:18.783589182 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/copy2.out	2024-11-28 15:45:30.514582382 ...
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/build/testrun/regress/regress/res...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-11-28 15:42:18.783589182 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/copy2.out	2024-11-28 15:44:43.134299411 +0000
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
tap
[15:45:05.861](82.223s) not ok 5 - regression tests pass
tap
[15:45:43.492](82.803s) not ok 2 - regression tests pass
test
[15:47:30.023]  44/314 postgresql:regress / regress/regress                                            ERROR            ...
[15:47:30.023]  65/314 postgresql:file_fdw / file_fdw/regress                                          ERROR            ...
[15:47:30.023] 138/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[15:47:30.023] 159/314 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
macOS - Sonoma - Meson
core
[15:49:59.344]   * frame #0: 0x0000000100974b70 dyld`_dyld_start
regress
diff -U3 /Users/admin/pgsql/contrib/file_fdw/expected/file_fdw.out /Users/admin/pgsql/build/testrun/file_fdw/regress/res...
--- /Users/admin/pgsql/contrib/file_fdw/expected/file_fdw.out	2024-11-28 15:42:10
+++ /Users/admin/pgsql/build/testrun/file_fdw/regress/results/file_fdw.out	2024-11-28 15:44:43
@@ -97,7 +97,7 @@
 CREATE FOREIGN TABLE tbl () SERVER file_server OPTIONS (log_verbosity 'unsupported');       -- ERROR
 ERROR:  COPY LOG_VERBOSITY "unsupported" not recognized
 CREATE FOREIGN TABLE tbl () SERVER file_server OPTIONS (reject_limit '1');       -- ERROR
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 CREATE FOREIGN TABLE tbl () SERVER file_server OPTIONS (on_error 'ignore', reject_limit '0');       -- ERROR
 ERROR:  REJECT_LIMIT (0) must be greater than zero
 CREATE FOREIGN TABLE tbl () SERVER file_server;  -- ERROR
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/copy2.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgra...
--- /Users/admin/pgsql/src/test/regress/expected/copy2.out	2024-11-28 15:42:12
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/copy2.out	2024-11-28 15:44:00
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/copy2.out /Users/admin/pgsql/build/testrun/recovery/027_stream_reg...
--- /Users/admin/pgsql/src/test/regress/expected/copy2.out	2024-11-28 15:42:12
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/copy2.out	2024-11-28 15:44:45
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/copy2.out /Users/admin/pgsql/build/testrun/regress/regress/results...
--- /Users/admin/pgsql/src/test/regress/expected/copy2.out	2024-11-28 15:42:12
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/copy2.out	2024-11-28 15:44:00
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
tap
[15:44:09.761](42.489s) not ok 5 - regression tests pass
tap
[15:44:55.254](48.334s) not ok 2 - regression tests pass
test
[15:46:46.724]  30/314 postgresql:regress / regress/regress                                            ERROR            ...
[15:46:46.724]  48/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[15:46:46.724]  65/314 postgresql:file_fdw / file_fdw/regress                                          ERROR            ...
[15:46:46.724] 140/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/contrib/file_fdw/expected/file_fdw.out C:/cirrus/build/testrun/file_fdw/regress/r...
--- C:/cirrus/contrib/file_fdw/expected/file_fdw.out	2024-11-28 15:42:27.068518300 +0000
+++ C:/cirrus/build/testrun/file_fdw/regress/results/file_fdw.out	2024-11-28 15:49:05.906556900 +0000
@@ -97,7 +97,7 @@
 CREATE FOREIGN TABLE tbl () SERVER file_server OPTIONS (log_verbosity 'unsupported');       -- ERROR
 ERROR:  COPY LOG_VERBOSITY "unsupported" not recognized
 CREATE FOREIGN TABLE tbl () SERVER file_server OPTIONS (reject_limit '1');       -- ERROR
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 CREATE FOREIGN TABLE tbl () SERVER file_server OPTIONS (on_error 'ignore', reject_limit '0');       -- ERROR
 ERROR:  REJECT_LIMIT (0) must be greater than zero
 CREATE FOREIGN TABLE tbl () SERVER file_server;  -- ERROR
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/copy2.out C:/cirrus/build/testrun/pg_upgrade/002_pg_upg...
--- C:/cirrus/src/test/regress/expected/copy2.out	2024-11-28 15:42:32.338071400 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/copy2.out	2024-11-28 15:46:31.981225000 +0000
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/copy2.out C:/cirrus/build/testrun/recovery/027_stream_r...
--- C:/cirrus/src/test/regress/expected/copy2.out	2024-11-28 15:42:32.338071400 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/copy2.out	2024-11-28 15:49:18.518387300 +0000
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/copy2.out C:/cirrus/build/testrun/regress/regress/resul...
--- C:/cirrus/src/test/regress/expected/copy2.out	2024-11-28 15:42:32.338071400 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/copy2.out	2024-11-28 15:46:13.543236400 +0000
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
tap
[15:46:53.250](129.452s) not ok 5 - regression tests pass
tap
[15:49:43.918](155.476s) not ok 2 - regression tests pass
test
[15:58:13.756]  17/309 postgresql:regress / regress/regress                                            ERROR           1...
[15:58:13.756]  39/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           2...
[15:58:13.756]  61/309 postgresql:file_fdw / file_fdw/regress                                          ERROR            ...
[15:58:13.756] 112/309 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/4720 "unexpected duplicate for tablespace" problem in logical replication
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/00...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-11-28 14:15:54.485007000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_table.out	2024-11-28 14:18:14.664215...
@@ -3481,9 +3481,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39550 |            |             0 |       39550 | pktable_pkey
+ 39546 |            |             0 |       39546 | pktable
+ 39552 |            |             0 |       39552 | fktable
+ 40054 |            |             0 |       40062 | foo
+ 40066 |            |             0 |       40066 | pg_toast_40054_index
+ 40065 |            |             0 |       40065 | pg_toast_40054
+ 40336 |            |             0 |       40336 | old_oids
+ 40353 |            |             0 |       40353 | pg_toast_40350
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/recovery/027_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-11-28 14:15:54.485007000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/alter_table.out	2024-11-28 14:19:11.5610...
@@ -3481,9 +3481,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39492 |            |             0 |       39492 | pktable_pkey
+ 39488 |            |             0 |       39488 | pktable
+ 39494 |            |             0 |       39494 | fktable
+ 40041 |            |             0 |       40046 | foo
+ 40050 |            |             0 |       40050 | pg_toast_40041_index
+ 40049 |            |             0 |       40049 | pg_toast_40041
+ 40265 |            |             0 |       40265 | old_oids
+ 40282 |            |             0 |       40282 | pg_toast_40279
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/regress/regre...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-11-28 14:15:54.485007000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/alter_table.out	2024-11-28 14:18:11.824535000 +0000
@@ -3481,9 +3481,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39505 |            |             0 |       39505 | pktable_pkey
+ 39501 |            |             0 |       39501 | pktable
+ 39509 |            |             0 |       39509 | fktable
+ 40045 |            |             0 |       40045 | pg_toast_40036_index
+ 40044 |            |             0 |       40044 | pg_toast_40036
+ 40036 |            |             0 |       40041 | foo
+ 40260 |            |             0 |       40260 | old_oids
+ 40278 |            |             0 |       40278 | pg_toast_40275
...
tap
[14:18:22.195](73.475s) not ok 5 - regression tests pass
tap
[14:19:21.612](90.611s) not ok 2 - regression tests pass
test
[14:21:25.292]  42/314 postgresql:regress / regress/regress                                            ERROR            ...
[14:21:25.292]  84/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[14:21:25.292] 159/314 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_chec...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-11-28 14:15:49.573840160 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/alter_table.out	2024-11-28 14:22:18.174149858 +0000
@@ -3481,9 +3481,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39693 |            |             0 |       39693 | pktable_pkey
+ 39689 |            |             0 |       39689 | pktable
+ 39695 |            |             0 |       39695 | fktable
+ 40167 |            |             0 |       40173 | foo
+ 40177 |            |             0 |       40177 | pg_toast_40167_index
+ 40176 |            |             0 |       40176 | pg_toast_40167
+ 40403 |            |             0 |       40403 | old_oids
+ 40433 |            |             0 |       40433 | pg_toast_40430
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/src/test/regress/results/al...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-11-28 14:15:49.573840160 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/alter_table.out	2024-11-28 14:20:53.390441066 +0000
@@ -3481,9 +3481,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39689 |            |             0 |       39689 | pktable_pkey
+ 39685 |            |             0 |       39685 | pktable
+ 39691 |            |             0 |       39691 | fktable
+ 40168 |            |             0 |       40173 | foo
+ 40177 |            |             0 |       40177 | pg_toast_40168_index
+ 40176 |            |             0 |       40176 | pg_toast_40168
+ 40445 |            |             0 |       40445 | old_oids
+ 40462 |            |             0 |       40462 | pg_toast_40459
...
tap
[14:22:33.010](134.612s) not ok 5 - regression tests pass
Linux - Debian Bookworm - Meson
core
[14:24:16.754] #0  <unavailable> in ?? ()
core
[14:24:16.887] #0  0x00007fa9b8bf2a50 in ?? ()
[14:24:16.887] #1  0x0000000000000003 in ?? ()
[14:24:16.887] #2  0x00007ffdcffa5465 in ?? ()
[14:24:16.887] #3  0x00007ffdcffa5468 in ?? ()
[14:24:16.887] #4  0x00007ffdcffa546b in ?? ()
[14:24:16.887] #5  0x0000000000000000 in ?? ()
core
[14:24:16.754] #0  0x00007fd075aaeda4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[14:24:16.754] #1  0x00007fd075a5b239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[14:24:16.754] #2  0x00007fd075b16204 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[14:24:16.754] #3  0x00007fd075b2885c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[14:24:16.886] #0  0x00007fa9b8bf2a50 in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/00...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-11-28 14:15:51.832584051 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_table.out	2024-11-28 14:20:46.321674...
@@ -3481,9 +3481,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39505 |            |             0 |       39505 | pktable_pkey
+ 39500 |            |             0 |       39500 | pktable
+ 39507 |            |             0 |       39507 | fktable
+ 40022 |            |             0 |       40028 | foo
+ 40032 |            |             0 |       40032 | pg_toast_40022_index
+ 40031 |            |             0 |       40031 | pg_toast_40022
+ 40255 |            |             0 |       40255 | old_oids
+ 40275 |            |             0 |       40275 | pg_toast_40272
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/recovery/027_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-11-28 14:15:51.832584051 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/alter_table.out	2024-11-28 14:21:21.7499...
@@ -3481,9 +3481,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39453 |            |             0 |       39453 | pktable_pkey
+ 39449 |            |             0 |       39449 | pktable
+ 39455 |            |             0 |       39455 | fktable
+ 39954 |            |             0 |       39959 | foo
+ 39963 |            |             0 |       39963 | pg_toast_39954_index
+ 39962 |            |             0 |       39962 | pg_toast_39954
+ 40180 |            |             0 |       40180 | old_oids
+ 40198 |            |             0 |       40198 | pg_toast_40195
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/regress/regre...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-11-28 14:15:51.832584051 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/alter_table.out	2024-11-28 14:20:39.201647571 +0000
@@ -3481,9 +3481,29 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39595 |            |             0 |       39595 | users_id_seq
+ 39601 |            |             0 |       39601 | pg_toast_39596
+ 39603 |            |             0 |       39603 | pg_toast_39596_index
+ 39596 |            |             0 |       39596 | users
+ 39787 |            |             0 |       39787 | foo
+ 39490 |            |             0 |       39490 | pktable_pkey
+ 39486 |            |             0 |       39486 | pktable
+ 39493 |            |             0 |       39493 | fktable
...
tap
[14:20:54.525](79.357s) not ok 5 - regression tests pass
tap
[14:21:29.955](80.822s) not ok 2 - regression tests pass
test
[14:23:11.851]  45/314 postgresql:regress / regress/regress                                            ERROR            ...
[14:23:11.851] 136/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[14:23:11.851] 159/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
macOS - Sonoma - Meson
core
[14:23:40.948]   * frame #0: 0x000000010103cb70 dyld`_dyld_start
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/alter_table.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg...
--- /Users/admin/pgsql/src/test/regress/expected/alter_table.out	2024-11-28 14:15:13
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_table.out	2024-11-28 14:17:30
@@ -3481,9 +3481,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39565 |            |             0 |       39565 | pktable_pkey
+ 39561 |            |             0 |       39561 | pktable
+ 39567 |            |             0 |       39567 | fktable
+ 40031 |            |             0 |       40036 | foo
+ 40040 |            |             0 |       40040 | pg_toast_40031_index
+ 40039 |            |             0 |       40039 | pg_toast_40031
+ 40259 |            |             0 |       40259 | old_oids
+ 40276 |            |             0 |       40276 | pg_toast_40273
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/alter_table.out /Users/admin/pgsql/build/testrun/recovery/027_stre...
--- /Users/admin/pgsql/src/test/regress/expected/alter_table.out	2024-11-28 14:15:13
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/alter_table.out	2024-11-28 14:18:19
@@ -3481,9 +3481,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39352 |            |             0 |       39352 | pktable_pkey
+ 39348 |            |             0 |       39348 | pktable
+ 39354 |            |             0 |       39354 | fktable
+ 39941 |            |             0 |       39948 | foo
+ 39952 |            |             0 |       39952 | pg_toast_39941_index
+ 39951 |            |             0 |       39951 | pg_toast_39941
+ 40177 |            |             0 |       40177 | old_oids
+ 40203 |            |             0 |       40203 | pg_toast_40199
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/alter_table.out /Users/admin/pgsql/build/testrun/regress/regress/r...
--- /Users/admin/pgsql/src/test/regress/expected/alter_table.out	2024-11-28 14:15:13
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/alter_table.out	2024-11-28 14:17:33
@@ -3481,9 +3481,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39492 |            |             0 |       39492 | pktable_pkey
+ 39488 |            |             0 |       39488 | pktable
+ 39494 |            |             0 |       39494 | fktable
+ 40033 |            |             0 |       40038 | foo
+ 40042 |            |             0 |       40042 | pg_toast_40033_index
+ 40041 |            |             0 |       40041 | pg_toast_40033
+ 40269 |            |             0 |       40269 | old_oids
+ 40286 |            |             0 |       40286 | pg_toast_40283
...
tap
[14:17:35.273](42.064s) not ok 5 - regression tests pass
tap
[14:18:25.814](48.343s) not ok 2 - regression tests pass
test
[14:20:14.539]  29/314 postgresql:regress / regress/regress                                            ERROR            ...
[14:20:14.539]  46/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[14:20:14.539] 145/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/alter_table.out C:/cirrus/build/testrun/pg_upgrade/002_...
--- C:/cirrus/src/test/regress/expected/alter_table.out	2024-11-28 14:15:58.826976100 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_table.out	2024-11-28 14:19:37.581903600 +0000
@@ -3481,9 +3481,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39141 |            |             0 |       39141 | pktable_pkey
+ 39137 |            |             0 |       39137 | pktable
+ 39143 |            |             0 |       39143 | fktable
+ 39638 |            |             0 |       39643 | foo
+ 39647 |            |             0 |       39647 | pg_toast_39638_index
+ 39646 |            |             0 |       39646 | pg_toast_39638
+ 39920 |            |             0 |       39920 | old_oids
+ 39937 |            |             0 |       39937 | pg_toast_39934
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/alter_table.out C:/cirrus/build/testrun/recovery/027_st...
--- C:/cirrus/src/test/regress/expected/alter_table.out	2024-11-28 14:15:58.826976100 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/alter_table.out	2024-11-28 14:21:48.130793500 +0000
@@ -3481,9 +3481,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39110 |            |             0 |       39110 | pktable_pkey
+ 39105 |            |             0 |       39105 | pktable
+ 39138 |            |             0 |       39138 | fktable
+ 39705 |            |             0 |       39718 | foo
+ 39723 |            |             0 |       39723 | pg_toast_39705_index
+ 39721 |            |             0 |       39721 | pg_toast_39705
+ 39949 |            |             0 |       39949 | old_oids
+ 39966 |            |             0 |       39966 | pg_toast_39963
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/alter_table.out C:/cirrus/build/testrun/regress/regress...
--- C:/cirrus/src/test/regress/expected/alter_table.out	2024-11-28 14:15:58.826976100 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/alter_table.out	2024-11-28 14:19:30.381719300 +0000
@@ -3481,9 +3481,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 38298 |            |             0 |       38298 | pktable_pkey
+ 38294 |            |             0 |       38294 | pktable
+ 38300 |            |             0 |       38300 | fktable
+ 39472 |            |             0 |       39487 | foo
+ 39495 |            |             0 |       39495 | pg_toast_39472_index
+ 39493 |            |             0 |       39493 | pg_toast_39472
+ 39908 |            |             0 |       39908 | old_oids
+ 39929 |            |             0 |       39929 | pg_toast_39926
...
tap
[14:19:52.920](113.600s) not ok 5 - regression tests pass
tap
[14:22:05.224](120.356s) not ok 2 - regression tests pass
test
[14:29:25.652]  20/309 postgresql:regress / regress/regress                                            ERROR           1...
[14:29:25.652]  38/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[14:29:25.652]  92/309 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5031 Remove dependence on integer wrapping
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/date.out C:/cirrus/build/testrun/pg_upgrade/002_pg_upgr...
--- C:/cirrus/src/test/regress/expected/date.out	2024-11-28 13:16:34.166445000 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/date.out	2024-11-28 13:18:46.416219500 +0000
@@ -1533,4 +1533,4 @@
 select make_time(24, 0, 2.1);
 ERROR:  time field value out of range: 24:00:2.1
 SELECT make_date(-2147483648, 1, 1);
-ERROR:  date field value out of range: -2147483648-01-01
+ERROR:  date field value out of range: 24301-01-01
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/date.out C:/cirrus/build/testrun/recovery/027_stream_re...
--- C:/cirrus/src/test/regress/expected/date.out	2024-11-28 13:16:34.166445000 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/date.out	2024-11-28 13:21:19.265664200 +0000
@@ -1533,4 +1533,4 @@
 select make_time(24, 0, 2.1);
 ERROR:  time field value out of range: 24:00:2.1
 SELECT make_date(-2147483648, 1, 1);
-ERROR:  date field value out of range: -2147483648-01-01
+ERROR:  date field value out of range: 24301-01-01
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/date.out C:/cirrus/build/testrun/regress/regress/result...
--- C:/cirrus/src/test/regress/expected/date.out	2024-11-28 13:16:34.166445000 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/date.out	2024-11-28 13:18:41.771258800 +0000
@@ -1533,4 +1533,4 @@
 select make_time(24, 0, 2.1);
 ERROR:  time field value out of range: 24:00:2.1
 SELECT make_date(-2147483648, 1, 1);
-ERROR:  date field value out of range: -2147483648-01-01
+ERROR:  date field value out of range: 24301-01-01
tap
[13:20:46.570](126.176s) not ok 5 - regression tests pass
tap
[13:23:22.085](142.062s) not ok 2 - regression tests pass
test
[13:30:49.954]   6/309 postgresql:regress / regress/regress                                            ERROR           1...
[13:30:49.954]  42/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           2...
[13:30:49.954] 104/309 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5387 Allow PGSERVICEFILE to be specified as part of the connection string
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[11:24:13.870](5.480s) Bail out!  pg_ctl start failed
test
[11:25:24.435] 282/309 postgresql:commit_ts / commit_ts/004_restart                                    ERROR            ...
51/5252 Trim the heap free memory
CompilerWarnings
compiler
[05:20:47.208] postgres.c:2840:33: error: assignment to ‘char *’ from ‘int’ makes pointer from integer without a cast [-...
compiler
[05:20:47.208] postgres.c:2839:25: error: implicit declaration of function ‘malloc_trim’ [-Werror=implicit-function-decl...
compiler
[05:20:47.208] postgres.c:2836:47: error: initialization of ‘char *’ from ‘int’ makes pointer from integer without a cas...
compiler
[05:20:47.208] postgres.c:2836:47: error: implicit declaration of function ‘sbrk’ [-Werror=implicit-function-declaration...
Linux - Debian Bookworm - Autoconf
tap
[05:19:46.720](0.001s) not ok 28 - options --locale-provider=icu --locale=und --lc-*=C: no stderr
Linux - Debian Bookworm - Meson
tap
[05:21:45.987](0.001s) not ok 28 - options --locale-provider=icu --locale=und --lc-*=C: no stderr
test
[05:23:29.653] 165/314 postgresql:initdb / initdb/001_initdb                                           ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[05:19:31.101] ../src/backend/tcop/postgres.c(2840): warning C4047: '=': 'char *' differs in levels of indirection from ...
compiler
[05:19:41.489] tcop_postgres.c.obj : error LNK2019: unresolved external symbol malloc_trim referenced in function finish...
compiler
[05:19:41.489] tcop_postgres.c.obj : error LNK2019: unresolved external symbol sbrk referenced in function finish_xact_c...
compiler
[05:19:31.101] ../src/backend/tcop/postgres.c(2836): warning C4047: 'initializing': 'char *' differs in levels of indire...
51/5386 Log LSN before table is dropped
macOS - Sonoma - Meson
core
[04:32:10.488]   * frame #0: 0x00000001020a7c60 sh`___lldb_unnamed_symbol12 + 40
[04:32:10.488]     frame #1: 0x0000000190207154 dyld`start + 2476
tap
[04:28:04.408](0.000s) not ok 176 - pgbench expressions stderr /(?^:command=100.: int 9223372036854775807\b)/
[04:28:04.408](0.000s) not ok 177 - pgbench expressions stderr /(?^:command=101.: boolean true\b)/
[04:28:04.409](0.000s) not ok 178 - pgbench expressions stderr /(?^:command=102.: boolean true\b)/
[04:28:04.409](0.000s) not ok 179 - pgbench expressions stderr /(?^:command=103.: boolean true\b)/
[04:28:04.409](0.000s) not ok 180 - pgbench expressions stderr /(?^:command=104.: boolean true\b)/
[04:28:04.409](0.000s) not ok 181 - pgbench expressions stderr /(?^:command=105.: boolean true\b)/
[04:28:04.411](0.001s) not ok 182 - pgbench expressions stderr /(?^:command=109.: boolean true\b)/
[04:28:04.411](0.000s) not ok 183 - pgbench expressions stderr /(?^:command=110.: boolean true\b)/
[04:28:04.411](0.000s) not ok 184 - pgbench expressions stderr /(?^:command=111.: boolean true\b)/
[04:28:04.412](0.000s) not ok 185 - pgbench expressions stderr /(?^:command=113.: boolean true\b)/
test
[04:28:54.056] 216/314 postgresql:pgbench / pgbench/001_pgbench_with_server                            ERROR            ...
51/5242 Fix RelationTruncate() corruption
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[03:56:23.529] ../src/backend/storage/smgr/smgr.c(732): warning C4098: 'smgrtruncate': 'void' function returning a value
51/5357 New predefined role pg_manage_extensions
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out /tmp/cirrus-ci-build/build/testrun/plperl/regress/...
--- /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out	2024-11-28 03:34:44.083608000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/plperl/regress/results/plperl_setup.out	2024-11-28 03:36:57.177800000 +0000
@@ -12,7 +12,7 @@
 HINT:  Must have CREATE privilege on current database to create this extension.
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 RESET ROLE;
 DO $$
 begin
@@ -24,7 +24,7 @@
 CREATE EXTENSION plperl;
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 CREATE SCHEMA plperl_setup_scratch;
 SET search_path = plperl_setup_scratch;
...
test
[03:39:55.825]  48/314 postgresql:plperl / plperl/regress                                              ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out /tmp/cirrus-ci-build/src/pl/plperl/results/plperl_...
--- /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out	2024-11-28 03:33:58.038648601 +0000
+++ /tmp/cirrus-ci-build/src/pl/plperl/results/plperl_setup.out	2024-11-28 03:35:17.106235504 +0000
@@ -12,7 +12,7 @@
 HINT:  Must have CREATE privilege on current database to create this extension.
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 RESET ROLE;
 DO $$
 begin
@@ -24,7 +24,7 @@
 CREATE EXTENSION plperl;
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 CREATE SCHEMA plperl_setup_scratch;
 SET search_path = plperl_setup_scratch;
...
Linux - Debian Bookworm - Meson
core
[03:40:05.012] #0  0x00007f3ef9ebbda4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[03:40:05.012] #1  0x00007f3ef9e68239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[03:40:05.012] #2  0x00007f3ef9e68497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[03:40:05.012] #3  0x0000562f68e295c1 in ?? ()
[03:40:05.012] #4  0x0000562f68e23369 in ?? ()
[03:40:05.012] #5  0x0000562f68e2220f in ?? ()
[03:40:05.012] #6  0x0000562f68e22c3b in ?? ()
[03:40:05.012] #7  0x0000562f68e2066f in ?? ()
[03:40:05.012] #8  0x00007f3ef9e5324a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[03:40:05.012] #9  0x00007f3ef9e53305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[03:40:04.892] #0  0x00007f3ef9ebbda4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[03:40:04.892] #1  0x00007f3ef9e68239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[03:40:04.892] #2  0x00007f3ef9e68497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[03:40:04.892] #3  0x0000562f68e295f3 in ?? ()
[03:40:04.892] #4  0x0000562f68e23369 in ?? ()
[03:40:04.892] #5  0x0000562f68e2220f in ?? ()
[03:40:04.892] #6  0x0000562f68e22c3b in ?? ()
[03:40:04.892] #7  0x0000562f68e2066f in ?? ()
[03:40:04.892] #8  0x00007f3ef9e5324a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[03:40:04.892] #9  0x00007f3ef9e53305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[03:40:04.892] #0  <unavailable> in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out /tmp/cirrus-ci-build/build/testrun/plperl/regress/...
--- /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out	2024-11-28 03:34:03.269061332 +0000
+++ /tmp/cirrus-ci-build/build/testrun/plperl/regress/results/plperl_setup.out	2024-11-28 03:36:37.581192009 +0000
@@ -12,7 +12,7 @@
 HINT:  Must have CREATE privilege on current database to create this extension.
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 RESET ROLE;
 DO $$
 begin
@@ -24,7 +24,7 @@
 CREATE EXTENSION plperl;
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 CREATE SCHEMA plperl_setup_scratch;
 SET search_path = plperl_setup_scratch;
...
test
[03:38:57.168]  48/314 postgresql:plperl / plperl/regress                                              ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/pl/plperl/expected/plperl_setup.out /Users/admin/pgsql/build/testrun/plperl/regress/resu...
--- /Users/admin/pgsql/src/pl/plperl/expected/plperl_setup.out	2024-11-28 03:33:11
+++ /Users/admin/pgsql/build/testrun/plperl/regress/results/plperl_setup.out	2024-11-28 03:35:39
@@ -12,7 +12,7 @@
 HINT:  Must have CREATE privilege on current database to create this extension.
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 RESET ROLE;
 DO $$
 begin
@@ -24,7 +24,7 @@
 CREATE EXTENSION plperl;
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 CREATE SCHEMA plperl_setup_scratch;
 SET search_path = plperl_setup_scratch;
...
test
[03:37:40.443]  46/314 postgresql:plperl / plperl/regress                                              ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/pl/plperl/expected/plperl_setup.out C:/cirrus/build/testrun/plperl/regress/re...
--- C:/cirrus/src/pl/plperl/expected/plperl_setup.out	2024-11-28 03:35:46.555483200 +0000
+++ C:/cirrus/build/testrun/plperl/regress/results/plperl_setup.out	2024-11-28 03:41:28.645576500 +0000
@@ -12,7 +12,7 @@
 HINT:  Must have CREATE privilege on current database to create this extension.
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 RESET ROLE;
 DO $$
 begin
@@ -24,7 +24,7 @@
 CREATE EXTENSION plperl;
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 CREATE SCHEMA plperl_setup_scratch;
 SET search_path = plperl_setup_scratch;
...
test
[03:50:39.051]  48/309 postgresql:plperl / plperl/regress                                              ERROR            ...
51/4912 CSN snapshots in hot standby
Linux - Debian Bookworm - Meson
core
[02:41:37.537] #0  0x00007f3748aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[02:41:37.537] #1  0x00007f3748a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[02:41:37.537] #2  0x00007f3748a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[02:41:37.537] #3  0x00007f3748c1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[02:41:37.537] #4  0x00007f3748c2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[02:41:37.537] #5  0x00007f3748c0dad8 in __ubsan::__ubsan_handle_shift_out_of_bounds_abort (Data=Data@entry=0x558ea4b80c...
[02:41:37.537] #6  0x0000558ea40cae9a in XidInMVCCSnapshot (xid=880, snapshot=snapshot@entry=0x558ea5d2cd80) at ../src/b...
[02:41:37.537] #7  0x0000558ea370c9ab in HeapTupleSatisfiesMVCC (htup=<optimized out>, snapshot=0x558ea5d2cd80, buffer=1...
[02:41:37.537] #8  0x0000558ea370e017 in HeapTupleSatisfiesVisibility (htup=htup@entry=0x7ffe4f4d53e0, snapshot=snapshot...
[02:41:37.537] #9  0x0000558ea36ff499 in page_collect_tuples (check_serializable=<optimized out>, all_visible=<optimized...
core
[02:41:37.049] #0  0x00007f72cfca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[02:41:37.049] #1  0x00007f72cfc5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[02:41:37.049] #2  0x00007f72cfc45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[02:41:37.049] #3  0x00007f72cfe1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[02:41:37.049] #4  0x00007f72cfe2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[02:41:37.049] #5  0x00007f72cfe0dad8 in __ubsan::__ubsan_handle_shift_out_of_bounds_abort (Data=Data@entry=0x55d31e891c...
[02:41:37.049] #6  0x000055d31dddbe9a in XidInMVCCSnapshot (xid=755, snapshot=snapshot@entry=0x55d31f1eaeb0) at ../src/b...
[02:41:37.049] #7  0x000055d31d41d9ab in HeapTupleSatisfiesMVCC (htup=<optimized out>, snapshot=0x55d31f1eaeb0, buffer=4...
[02:41:37.049] #8  0x000055d31d41f017 in HeapTupleSatisfiesVisibility (htup=htup@entry=0x7ffc96a26820, snapshot=snapshot...
[02:41:37.049] #9  0x000055d31d410499 in page_collect_tuples (check_serializable=<optimized out>, all_visible=<optimized...
core
[02:41:36.543] #0  0x00007fb1b26a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[02:41:36.543] #1  0x00007fb1b265afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[02:41:36.543] #2  0x00007fb1b2645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[02:41:36.543] #3  0x00007fb1b281e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[02:41:36.543] #4  0x00007fb1b282aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[02:41:36.543] #5  0x00007fb1b280dad8 in __ubsan::__ubsan_handle_shift_out_of_bounds_abort (Data=Data@entry=0x55e33fad0c...
[02:41:36.543] #6  0x000055e33f01ae9a in XidInMVCCSnapshot (xid=757, snapshot=snapshot@entry=0x55e340f0b9b0) at ../src/b...
[02:41:36.543] #7  0x000055e33e65c7d3 in HeapTupleSatisfiesMVCC (htup=<optimized out>, snapshot=0x55e340f0b9b0, buffer=3...
[02:41:36.543] #8  0x000055e33e65e017 in HeapTupleSatisfiesVisibility (htup=htup@entry=0x7ffeee9bbfd0, snapshot=snapshot...
[02:41:36.543] #9  0x000055e33e64f499 in page_collect_tuples (check_serializable=<optimized out>, all_visible=<optimized...
tap
[02:32:47.047](1.285s) not ok 5 - Not visible
[02:32:47.116](0.069s) Bail out!  command "pg_ctl -D /tmp/cirrus-ci-build/build/testrun/recovery/012_subtransactions/dat...
tap
[02:37:00.431](222.481s) # poll_query_until timed out executing this query:
[02:37:00.431](0.000s) not ok 14 - startup deadlock: lock acquisition is waiting
[02:40:30.136](209.705s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /tmp/cirrus-ci-build/src/test/recovery/t/031_recovery_conflict.pl line 270.
test
[02:40:30.336]  15/315 postgresql:recovery / recovery/012_subtransactions                              ERROR            ...
[02:40:30.336] 314/315 postgresql:test_misc / test_misc/000_csn_perf                                   ERROR            ...
[02:40:30.336] 315/315 postgresql:recovery / recovery/031_recovery_conflict                            ERROR           4...
macOS - Sonoma - Meson
test
[02:34:36.565] 315/315 postgresql:test_misc / test_misc/000_csn_perf                                   ERROR           1...
Windows - Server 2019, VS 2019 - Meson & ninja
test
[02:46:57.822] 310/310 postgresql:test_misc / test_misc/000_csn_perf                                   ERROR           3...
51/4966 Parallel CREATE INDEX for GIN indexes
CompilerWarnings
compiler
[18:27:24.158] gininsert.c:2402:37: error: format ‘%ld’ expects argument of type ‘long int’, but argument 3 has type ‘lo...
compiler
[18:27:24.158] gininsert.c:2421:35: error: format ‘%ld’ expects argument of type ‘long int’, but argument 2 has type ‘in...
51/5282 Enhance file_fdw to report processed and skipped tuples in COPY progress
macOS - Sonoma - Meson
tap
[18:01:47.296](0.000s) not ok 31 - receiving 100K lines works: stdout matches
test
[18:03:51.862]  49/314 postgresql:kerberos / kerberos/001_auth                                         ERROR            ...
51/4929 apply_scanjoin_target_to_paths and partitionwise join
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-11-27 16:50:04.900183000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_join.out	2024-11-27 16:52:14.604...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/recovery/0...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-11-27 16:50:04.900183000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/partition_join.out	2024-11-27 16:53:07.6...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/regress/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-11-27 16:50:04.900183000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/partition_join.out	2024-11-27 16:52:09.668310000 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[16:52:19.767](70.728s) not ok 5 - regression tests pass
tap
[16:53:11.423](82.445s) not ok 2 - regression tests pass
test
[16:55:01.345]  41/314 postgresql:regress / regress/regress                                            ERROR            ...
[16:55:01.345]  99/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[16:55:01.345] 162/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_c...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-11-27 16:50:03.094349314 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/partition_join.out	2024-11-27 16:56:51.905747663 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/src/test/recovery/tmp_ch...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-11-27 16:50:03.094349314 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/partition_join.out	2024-11-27 16:58:05.257659064 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/src/test/regress/results...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-11-27 16:50:03.094349314 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/partition_join.out	2024-11-27 16:54:19.197937221 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[16:56:55.645](109.785s) not ok 5 - regression tests pass
tap
[16:58:09.216](70.461s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-11-27 16:50:02.418012018 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_join.out	2024-11-27 16:54:14.915...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/recovery/0...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-11-27 16:50:02.418012018 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/partition_join.out	2024-11-27 16:54:51.8...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/regress/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-11-27 16:50:02.418012018 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/partition_join.out	2024-11-27 16:54:08.723223065 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[16:54:19.222](83.387s) not ok 5 - regression tests pass
tap
[16:54:55.671](85.210s) not ok 2 - regression tests pass
test
[16:56:38.835]  44/314 postgresql:regress / regress/regress                                            ERROR            ...
[16:56:38.835] 138/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[16:56:38.835] 158/314 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
macOS - Sonoma - Meson
core
[16:58:16.187]   * frame #0: 0x000000019aad7b88 libsystem_malloc.dylib`rack_init + 260
[16:58:16.187]     frame #1: 0x000000019aad7868 libsystem_malloc.dylib`create_scalable_szone + 232
[16:58:16.187]     frame #2: 0x000000019aadc310 libsystem_malloc.dylib`__malloc_init + 4300
[16:58:16.187]     frame #3: 0x00000001a7942618 libSystem.B.dylib`libSystem_initializer + 204
[16:58:16.187]     frame #4: 0x000000019a94e608 dyld`invocation function for block in dyld4::Loader::findAndRunAllInitia...
[16:58:16.187]     frame #5: 0x000000019a98cd6c dyld`invocation function for block in dyld3::MachOAnalyzer::forEachIniti...
[16:58:16.187]     frame #6: 0x000000019a980400 dyld`invocation function for block in dyld3::MachOFile::forEachSection(v...
[16:58:16.187]     frame #7: 0x000000019a92f2fc dyld`dyld3::MachOFile::forEachLoadCommand(Diagnostics&, void (load_comma...
[16:58:16.187]     frame #8: 0x000000019a97f394 dyld`dyld3::MachOFile::forEachSection(void (dyld3::MachOFile::SectionInf...
[16:58:16.187]     frame #9: 0x000000019a98c880 dyld`dyld3::MachOAnalyzer::forEachInitializer(Diagnostics&, dyld3::MachO...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/partition_join.out /Users/admin/pgsql/build/testrun/pg_upgrade/002...
--- /Users/admin/pgsql/src/test/regress/expected/partition_join.out	2024-11-27 16:49:12
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_join.out	2024-11-27 16:52:16
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/partition_join.out /Users/admin/pgsql/build/testrun/recovery/027_s...
--- /Users/admin/pgsql/src/test/regress/expected/partition_join.out	2024-11-27 16:49:12
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/partition_join.out	2024-11-27 16:53:07
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/partition_join.out /Users/admin/pgsql/build/testrun/regress/regres...
--- /Users/admin/pgsql/src/test/regress/expected/partition_join.out	2024-11-27 16:49:12
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/partition_join.out	2024-11-27 16:52:18
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[16:52:18.914](29.130s) not ok 5 - regression tests pass
tap
[16:53:10.289](48.193s) not ok 2 - regression tests pass
test
[16:54:58.301]  25/314 postgresql:regress / regress/regress                                            ERROR            ...
[16:54:58.301]  44/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[16:54:58.301] 138/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/partition_join.out C:/cirrus/build/testrun/pg_upgrade/0...
--- C:/cirrus/src/test/regress/expected/partition_join.out	2024-11-27 16:50:12.793648500 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_join.out	2024-11-27 16:53:41.335262700 +000...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/partition_join.out C:/cirrus/build/testrun/recovery/027...
--- C:/cirrus/src/test/regress/expected/partition_join.out	2024-11-27 16:50:12.793648500 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/partition_join.out	2024-11-27 16:55:34.858333900 +0...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/partition_join.out C:/cirrus/build/testrun/regress/regr...
--- C:/cirrus/src/test/regress/expected/partition_join.out	2024-11-27 16:50:12.793648500 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/partition_join.out	2024-11-27 16:53:35.620900100 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[16:53:49.029](103.475s) not ok 5 - regression tests pass
tap
[16:55:42.560](102.203s) not ok 2 - regression tests pass
test
[17:02:39.565]  20/309 postgresql:regress / regress/regress                                            ERROR           1...
[17:02:39.565]  37/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[17:02:39.565]  83/309 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5284 database-specific role memberships
FreeBSD - 13 - Meson
core
[15:19:37.981] #0  0x000032eac1e10ff0 in ?? ()
[15:19:37.981] #1  0x0000000000000000 in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/privs_in_db.out /tmp/cirrus-ci-build/build/testrun/regress-runni...
--- /tmp/cirrus-ci-build/src/test/regress/expected/privs_in_db.out	2024-11-27 15:11:55.267388000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress-running/regress/results/privs_in_db.out	2024-11-27 15:17:57.275125000 +00...
@@ -756,9 +756,10 @@
 DROP DATABASE regression_db_0;
 DROP ROLE regress_role_admin;
 SELECT datname FROM pg_database WHERE datname LIKE 'regression_db_%';
- datname 
----------
-(0 rows)
+      datname      
+-------------------
+ regression_dblink
+(1 row)
 
 SELECT rolname FROM pg_roles WHERE rolname LIKE 'regress_role_%';
  rolname 
test
[15:18:20.136] 75/76 postgresql:regress-running / regress-running/regress                         ERROR            27.97...
51/5160 Issues with ON CONFLICT UPDATE and REINDEX CONCURRENTLY
FreeBSD - 13 - Meson
core
[13:28:35.472] #0  0x000000082bd298fa in _sigprocmask () from /lib/libc.so.7
[13:28:35.472] #1  0x000000082bd62f91 in _system () from /lib/libc.so.7
[13:28:35.472] #2  0x00000008299639d3 in ?? () from /lib/libthr.so.3
[13:28:35.472] #3  0x000000000067eb4b in shell_archive_file (state=<optimized out>, file=0x8216014b0 "00000001", '0' <re...
[13:28:35.472] #4  0x0000000000896fc1 in pgarch_archiveXlog (xlog=xlog@entry=0x8216014b0 "00000001", '0' <repeats 15 tim...
[13:28:35.472] #5  0x0000000000896a14 in pgarch_ArchiverCopyLoop () at ../src/backend/postmaster/pgarch.c:474
[13:28:35.472] #6  pgarch_MainLoop () at ../src/backend/postmaster/pgarch.c:348
[13:28:35.472] #7  0x00000000008962ed in PgArchiverMain (startup_data=<optimized out>, startup_data_len=<optimized out>)...
[13:28:35.472] #8  0x0000000000896045 in postmaster_child_launch (child_type=child_type@entry=B_ARCHIVER, child_slot=54,...
[13:28:35.472] #9  0x0000000000898c57 in StartChildProcess (type=type@entry=B_ARCHIVER) at ../src/backend/postmaster/pos...
test
[13:27:17.063] 314/314 postgresql:injection_points / injection_points/isolation                        TIMEOUT        10...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/reindex_concurrently_upsert_partitioned.out /tm...
--- /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/reindex_concurrently_upsert_partitioned.out	2024-11-...
+++ /tmp/cirrus-ci-build/src/test/modules/injection_points/output_iso/results/reindex_concurrently_upsert_partitioned.ou...
@@ -205,7 +205,6 @@
                        
 (1 row)
 
-step s1_start_upsert: <... completed>
 step s4_wakeup_to_set_dead: 
 	SELECT injection_points_wakeup('reindex_relation_concurrently_before_set_dead');
 	SELECT injection_points_detach('reindex_relation_concurrently_before_set_dead');
@@ -234,5 +233,10 @@
                        
 (1 row)
 
-step s3_start_reindex: <... completed>
 step s2_start_upsert: <... completed>
+isolationtester: canceling step s3_start_reindex after 360 seconds
+step s3_start_reindex: <... completed>
+ERROR:  canceling statement due to user request
...
51/5131 add log_transaction GUC setting
FreeBSD - 13 - Meson
tap
[11:52:50.246](1.631s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[11:53:00.753] 295/314 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
Linux - Debian Bookworm - Autoconf
tap
[11:53:14.133](0.710s) not ok 1 - no parameters missing from postgresql.conf.sample
Linux - Debian Bookworm - Meson
tap
[11:53:47.459](0.441s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[11:53:58.286] 293/314 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
macOS - Sonoma - Meson
tap
[11:52:29.536](0.644s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[11:52:41.492] 294/314 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[12:00:29.585](1.796s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[12:00:57.776] 289/309 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
51/5323 Support enabling checksums online
Windows - Server 2019, VS 2019 - Meson & ninja
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
core
0000007d`613ff868 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007d`613ff870 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000007d`613ffb60 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007d`613ffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007d`60fff988 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
0000007d`60fff990 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
0000007d`60fffa00 00007fff`eed74cb0     postgres!pg_signal_thread(
0000007d`60fffb00 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007d`60fffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007d`60bff9a8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007d`60bff9b0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000007d`60bffca0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007d`60bffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007d`607ff898 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007d`607ff8a0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000007d`607ffb90 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007d`607ffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007d`603feec0 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000007d`603fef00 00007ff7`8064afcc     postgres!ExceptionalCondition(
0000007d`603fef40 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000007d`603fef90 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000007d`603fefe0 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000007d`603ff900 00007ff7`804fe7e8     postgres!PostmasterMain(
0000007d`603ffa90 00007ff7`80af9ba9     postgres!main(
0000007d`603ffad0 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000007d`603ffb20 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000007d`603ffb90 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a2`8bdffb28 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a2`8bdffb30 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000a2`8bdffe20 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a2`8bdffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a2`8adfec50 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a2`8adfec90 00007ff7`8064afcc     postgres!ExceptionalCondition(
000000a2`8adfecd0 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000a2`8adfed20 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000a2`8adfed70 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a2`8adff690 00007ff7`804fe7e8     postgres!PostmasterMain(
000000a2`8adff820 00007ff7`80af9ba9     postgres!main(
000000a2`8adff860 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a2`8adff8b0 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a2`8adff920 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a2`8b1ff588 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a2`8b1ff590 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000a2`8b1ff880 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a2`8b1ff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a2`8b5ff458 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a2`8b5ff460 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000a2`8b5ff750 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a2`8b5ff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a2`8b9ff988 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
000000a2`8b9ff990 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
000000a2`8b9ffa00 00007fff`eed74cb0     postgres!pg_signal_thread(
000000a2`8b9ffb00 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a2`8b9ffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a8`ae1ffa58 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a8`ae1ffa60 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000a8`ae1ffd50 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a8`ae1ffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a8`ad9fec60 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a8`ad9feca0 00007ff7`8064afcc     postgres!ExceptionalCondition(
000000a8`ad9fece0 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000a8`ad9fed30 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000a8`ad9fed80 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a8`ad9ff6a0 00007ff7`804fe7e8     postgres!PostmasterMain(
000000a8`ad9ff830 00007ff7`80af9ba9     postgres!main(
000000a8`ad9ff870 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a8`ad9ff8c0 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a8`ad9ff930 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a8`addff9f8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a8`addffa00 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000a8`addffcf0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a8`addffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a8`ae5ff758 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
000000a8`ae5ff760 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
000000a8`ae5ff7d0 00007fff`eed74cb0     postgres!pg_signal_thread(
000000a8`ae5ff8d0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a8`ae5ff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a8`ae9ff988 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a8`ae9ff990 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000a8`ae9ffc80 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a8`ae9ffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000097`b6dfeb20 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000097`b6dfeb60 00007ff7`8064afcc     postgres!ExceptionalCondition(
00000097`b6dfeba0 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000097`b6dfebf0 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000097`b6dfec40 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000097`b6dff560 00007ff7`804fe7e8     postgres!PostmasterMain(
00000097`b6dff6f0 00007ff7`80af9ba9     postgres!main(
00000097`b6dff730 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000097`b6dff780 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000097`b6dff7f0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000097`b79ffbb8 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
00000097`b79ffbc0 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
00000097`b79ffc30 00007fff`eed74cb0     postgres!pg_signal_thread(
00000097`b79ffd30 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000097`b79ffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000097`b7dffb08 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000097`b7dffb10 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000097`b7dffe00 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000097`b7dffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000aa`231ff1b0 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000aa`231ff1f0 00007ff7`8064afcc     postgres!ExceptionalCondition(
000000aa`231ff230 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000aa`231ff280 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000aa`231ff2d0 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000aa`231ffbf0 00007ff7`804fe7e8     postgres!PostmasterMain(
000000aa`231ffd80 00007ff7`80af9ba9     postgres!main(
000000aa`231ffdc0 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000aa`231ffe10 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000aa`231ffe80 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000aa`23dffb68 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000aa`23dffb70 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000aa`23dffe60 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000aa`23dffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000aa`239ff6b8 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
000000aa`239ff6c0 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
000000aa`239ff730 00007fff`eed74cb0     postgres!pg_signal_thread(
000000aa`239ff830 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000aa`239ff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000aa`241ff758 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000aa`241ff760 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000aa`241ffa50 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000aa`241ffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000aa`235ff498 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000aa`235ff4a0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000aa`235ff790 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000aa`235ff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e0`f45ff898 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e0`f45ff8a0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000e0`f45ffb90 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e0`f45ffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e0`f41feab0 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e0`f41feaf0 00007ff7`8064afcc     postgres!ExceptionalCondition(
000000e0`f41feb30 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000e0`f41feb80 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000e0`f41febd0 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000e0`f41ff4f0 00007ff7`804fe7e8     postgres!PostmasterMain(
000000e0`f41ff680 00007ff7`80af9ba9     postgres!main(
000000e0`f41ff6c0 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e0`f41ff710 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e0`f41ff780 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000e0`f49ff998 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
000000e0`f49ff9a0 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
000000e0`f49ffa10 00007fff`eed74cb0     postgres!pg_signal_thread(
000000e0`f49ffb10 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e0`f49ffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e0`f4dffa78 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e0`f4dffa80 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000e0`f4dffd70 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e0`f4dffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e0`f51ffa68 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e0`f51ffa70 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000e0`f51ffd60 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e0`f51ffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007a`163ff558 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007a`163ff560 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000007a`163ff850 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007a`163ff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007a`153ff1a0 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000007a`153ff1e0 00007ff7`8064afcc     postgres!ExceptionalCondition(
0000007a`153ff220 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000007a`153ff270 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000007a`153ff2c0 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000007a`153ffbe0 00007ff7`804fe7e8     postgres!PostmasterMain(
0000007a`153ffd70 00007ff7`80af9ba9     postgres!main(
0000007a`153ffdb0 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000007a`153ffe00 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000007a`153ffe70 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000007a`15fffc18 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007a`15fffc20 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000007a`15ffff10 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007a`15ffff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007a`15bff8b8 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
0000007a`15bff8c0 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
0000007a`15bff930 00007fff`eed74cb0     postgres!pg_signal_thread(
0000007a`15bffa30 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007a`15bffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007a`157ffb38 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007a`157ffb40 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000007a`157ffe30 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007a`157ffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a6`8d9ff798 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a6`8d9ff7a0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000a6`8d9ffa90 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a6`8d9ffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a6`8d1ff788 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
000000a6`8d1ff790 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
000000a6`8d1ff800 00007fff`eed74cb0     postgres!pg_signal_thread(
000000a6`8d1ff900 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a6`8d1ff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a6`8c9feb80 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a6`8c9febc0 00007ff7`8064afcc     postgres!ExceptionalCondition(
000000a6`8c9fec00 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000a6`8c9fec50 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000a6`8c9feca0 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a6`8c9ff5c0 00007ff7`804fe7e8     postgres!PostmasterMain(
000000a6`8c9ff750 00007ff7`80af9ba9     postgres!main(
000000a6`8c9ff790 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a6`8c9ff7e0 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a6`8c9ff850 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a6`8cdff4f8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a6`8cdff500 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000a6`8cdff7f0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a6`8cdff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a6`8d5ff968 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a6`8d5ff970 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000a6`8d5ffc60 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a6`8d5ffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000003`149ff6a8 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
00000003`149ff6b0 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
00000003`149ff720 00007fff`eed74cb0     postgres!pg_signal_thread(
00000003`149ff820 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000003`149ff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000003`141ffab8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000003`141ffac0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000003`141ffdb0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000003`141ffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000003`145ff478 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000003`145ff480 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000003`145ff770 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000003`145ff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000003`13dff080 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000003`13dff0c0 00007ff7`8064afcc     postgres!ExceptionalCondition(
00000003`13dff100 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000003`13dff150 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000003`13dff1a0 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000003`13dffac0 00007ff7`804fe7e8     postgres!PostmasterMain(
00000003`13dffc50 00007ff7`80af9ba9     postgres!main(
00000003`13dffc90 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000003`13dffce0 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000003`13dffd50 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000003`14dff5a8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000003`14dff5b0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000003`14dff8a0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000003`14dff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000015`405feaf0 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000015`405feb30 00007ff7`8064afcc     postgres!ExceptionalCondition(
00000015`405feb70 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000015`405febc0 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000015`405fec10 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000015`405ff530 00007ff7`804fe7e8     postgres!PostmasterMain(
00000015`405ff6c0 00007ff7`80af9ba9     postgres!main(
00000015`405ff700 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000015`405ff750 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000015`405ff7c0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000015`40dffc48 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
00000015`40dffc50 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
00000015`40dffcc0 00007fff`eed74cb0     postgres!pg_signal_thread(
00000015`40dffdc0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000015`40dffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000015`411ff998 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000015`411ff9a0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000015`411ffc90 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000015`411ffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000015`415ff7c8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000015`415ff7d0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000015`415ffac0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000015`415ffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000015`409ff498 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000015`409ff4a0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000015`409ff790 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000015`409ff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001a`3a3ff7c8 00007ff7`80643ec7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
0000001a`3a3ff7d0 00007ff7`804fe754     postgres!SubPostmasterMain(
0000001a`3a3ff840 00007ff7`80af9ba9     postgres!main(
0000001a`3a3ff880 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000001a`3a3ff8d0 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000001a`3a3ff940 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
0000001a`3a3ff970 00007fff`eed74cb0     postgres!mainCRTStartup(
0000001a`3a3ff9a0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000001a`3a3ff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001a`3abffa18 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001a`3abffa20 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000001a`3abffd10 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000001a`3abffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001a`3a7ff688 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001a`3a7ff690 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000001a`3a7ff980 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000001a`3a7ff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000d`4a9ff7b8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000d`4a9ff7c0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000000d`4a9ffab0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000000d`4a9ffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000d`4a5fefb0 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000000d`4a5feff0 00007ff7`8064afcc     postgres!ExceptionalCondition(
0000000d`4a5ff030 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000000d`4a5ff080 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000000d`4a5ff0d0 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000000d`4a5ff9f0 00007ff7`804fe7e8     postgres!PostmasterMain(
0000000d`4a5ffb80 00007ff7`80af9ba9     postgres!main(
0000000d`4a5ffbc0 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000000d`4a5ffc10 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000000d`4a5ffc80 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000000d`4b1ffbf8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000d`4b1ffc00 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000000d`4b1ffef0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000000d`4b1fff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000d`4adff4e8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000d`4adff4f0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000000d`4adff7e0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000000d`4adff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000d`4b9ffab8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000d`4b9ffac0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000000d`4b9ffdb0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000000d`4b9ffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000d`4b5ff888 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
0000000d`4b5ff890 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
0000000d`4b5ff900 00007fff`eed74cb0     postgres!pg_signal_thread(
0000000d`4b5ffa00 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000000d`4b5ffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a3`131ffb98 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
000000a3`131ffba0 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
000000a3`131ffc10 00007fff`eed74cb0     postgres!pg_signal_thread(
000000a3`131ffd10 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a3`131ffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a3`139ff8d8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a3`139ff8e0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000a3`139ffbd0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a3`139ffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a3`135ff708 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a3`135ff710 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000a3`135ffa00 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a3`135ffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a3`12dffae8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a3`12dffaf0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000a3`12dffde0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a3`12dffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a3`129fea30 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a3`129fea70 00007ff7`8064afcc     postgres!ExceptionalCondition(
000000a3`129feab0 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000a3`129feb00 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000a3`129feb50 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a3`129ff470 00007ff7`804fe7e8     postgres!PostmasterMain(
000000a3`129ff600 00007ff7`80af9ba9     postgres!main(
000000a3`129ff640 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a3`129ff690 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a3`129ff700 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000004b`5adffb78 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004b`5adffb80 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000004b`5adffe70 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000004b`5adffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004b`59dfef70 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000004b`59dfefb0 00007ff7`8064afcc     postgres!ExceptionalCondition(
0000004b`59dfeff0 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000004b`59dff040 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000004b`59dff090 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000004b`59dff9b0 00007ff7`804fe7e8     postgres!PostmasterMain(
0000004b`59dffb40 00007ff7`80af9ba9     postgres!main(
0000004b`59dffb80 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000004b`59dffbd0 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000004b`59dffc40 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000004b`5a1ff728 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004b`5a1ff730 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000004b`5a1ffa20 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000004b`5a1ffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004b`5a5ff668 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004b`5a5ff670 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000004b`5a5ff960 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000004b`5a5ff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004b`5a9ffc88 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
0000004b`5a9ffc90 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
0000004b`5a9ffd00 00007fff`eed74cb0     postgres!pg_signal_thread(
0000004b`5a9ffe00 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000004b`5a9ffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a9`3d9ff818 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
000000a9`3d9ff820 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
000000a9`3d9ff890 00007fff`eed74cb0     postgres!pg_signal_thread(
000000a9`3d9ff990 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a9`3d9ff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a9`3cdff978 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a9`3cdff980 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000a9`3cdffc70 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a9`3cdffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a9`3c9ff050 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a9`3c9ff090 00007ff7`8064afcc     postgres!ExceptionalCondition(
000000a9`3c9ff0d0 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000a9`3c9ff120 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000a9`3c9ff170 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a9`3c9ffa90 00007ff7`804fe7e8     postgres!PostmasterMain(
000000a9`3c9ffc20 00007ff7`80af9ba9     postgres!main(
000000a9`3c9ffc60 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a9`3c9ffcb0 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a9`3c9ffd20 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a9`3d1ff9c8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a9`3d1ff9d0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000a9`3d1ffcc0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a9`3d1ffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a9`3ddff778 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a9`3ddff780 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000a9`3ddffa70 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a9`3ddffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a9`3d5ffa88 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a9`3d5ffa90 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000a9`3d5ffd80 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a9`3d5ffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008f`2f9ff888 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008f`2f9ff890 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000008f`2f9ffb80 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000008f`2f9ffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008f`2f5ff000 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000008f`2f5ff040 00007ff7`8064afcc     postgres!ExceptionalCondition(
0000008f`2f5ff080 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000008f`2f5ff0d0 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000008f`2f5ff120 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000008f`2f5ffa40 00007ff7`804fe7e8     postgres!PostmasterMain(
0000008f`2f5ffbd0 00007ff7`80af9ba9     postgres!main(
0000008f`2f5ffc10 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000008f`2f5ffc60 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000008f`2f5ffcd0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000008f`2fdff678 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008f`2fdff680 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000008f`2fdff970 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000008f`2fdff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008f`301ffbc8 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
0000008f`301ffbd0 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
0000008f`301ffc40 00007fff`eed74cb0     postgres!pg_signal_thread(
0000008f`301ffd40 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000008f`301ffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008f`305ff688 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008f`305ff690 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000008f`305ff980 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000008f`305ff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005a`103ffb78 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
0000005a`103ffb80 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
0000005a`103ffbf0 00007fff`eed74cb0     postgres!pg_signal_thread(
0000005a`103ffcf0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000005a`103ffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005a`107ffb48 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005a`107ffb50 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000005a`107ffe40 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000005a`107ffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005a`0f7fed60 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000005a`0f7feda0 00007ff7`8064afcc     postgres!ExceptionalCondition(
0000005a`0f7fede0 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000005a`0f7fee30 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000005a`0f7fee80 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000005a`0f7ff7a0 00007ff7`804fe7e8     postgres!PostmasterMain(
0000005a`0f7ff930 00007ff7`80af9ba9     postgres!main(
0000005a`0f7ff970 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000005a`0f7ff9c0 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000005a`0f7ffa30 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000005a`0fbff548 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005a`0fbff550 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000005a`0fbff840 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000005a`0fbff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005a`0ffff7b8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005a`0ffff7c0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000005a`0ffffab0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000005a`0ffffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000df`01dff808 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000df`01dff810 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000df`01dffb00 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000df`01dffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000df`029ff6c8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000df`029ff6d0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000df`029ff9c0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000df`029ff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000df`025ff998 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000df`025ff9a0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000df`025ffc90 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000df`025ffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000df`021ffba8 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
000000df`021ffbb0 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
000000df`021ffc20 00007fff`eed74cb0     postgres!pg_signal_thread(
000000df`021ffd20 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000df`021ffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000df`019fec70 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000df`019fecb0 00007ff7`8064afcc     postgres!ExceptionalCondition(
000000df`019fecf0 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000df`019fed40 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000df`019fed90 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000df`019ff6b0 00007ff7`804fe7e8     postgres!PostmasterMain(
000000df`019ff840 00007ff7`80af9ba9     postgres!main(
000000df`019ff880 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000df`019ff8d0 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000df`019ff940 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000007d`4abffb38 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007d`4abffb40 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000007d`4abffe30 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007d`4abffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007d`49bfeff0 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000007d`49bff030 00007ff7`8064afcc     postgres!ExceptionalCondition(
0000007d`49bff070 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000007d`49bff0c0 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000007d`49bff110 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000007d`49bffa30 00007ff7`804fe7e8     postgres!PostmasterMain(
0000007d`49bffbc0 00007ff7`80af9ba9     postgres!main(
0000007d`49bffc00 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000007d`49bffc50 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000007d`49bffcc0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000007d`49fff488 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007d`49fff490 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000007d`49fff780 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007d`49fff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007d`4a3ff9d8 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
0000007d`4a3ff9e0 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
0000007d`4a3ffa50 00007fff`eed74cb0     postgres!pg_signal_thread(
0000007d`4a3ffb50 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007d`4a3ffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007d`4a7ff778 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007d`4a7ff780 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000007d`4a7ffa70 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007d`4a7ffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006f`94bff938 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006f`94bff940 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000006f`94bffc30 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000006f`94bffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006f`947fef40 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000006f`947fef80 00007ff7`8064afcc     postgres!ExceptionalCondition(
0000006f`947fefc0 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000006f`947ff010 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000006f`947ff060 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000006f`947ff980 00007ff7`804fe7e8     postgres!PostmasterMain(
0000006f`947ffb10 00007ff7`80af9ba9     postgres!main(
0000006f`947ffb50 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000006f`947ffba0 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000006f`947ffc10 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000006f`957ff788 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006f`957ff790 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000006f`957ffa80 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000006f`957ffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006f`953ffd48 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
0000006f`953ffd50 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
0000006f`953ffdc0 00007fff`eed74cb0     postgres!pg_signal_thread(
0000006f`953ffec0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000006f`953ffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006f`94fff7c8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006f`94fff7d0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000006f`94fffac0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000006f`94fffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000080`f85ffbb8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000080`f85ffbc0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000080`f85ffeb0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000080`f85ffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000080`f79ff6b8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000080`f79ff6c0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000080`f79ff9b0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000080`f79ff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000080`f7dff648 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000080`f7dff650 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000080`f7dff940 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000080`f7dff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000080`f75fec20 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000080`f75fec60 00007ff7`8064afcc     postgres!ExceptionalCondition(
00000080`f75feca0 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000080`f75fecf0 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000080`f75fed40 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000080`f75ff660 00007ff7`804fe7e8     postgres!PostmasterMain(
00000080`f75ff7f0 00007ff7`80af9ba9     postgres!main(
00000080`f75ff830 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000080`f75ff880 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000080`f75ff8f0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000080`f81ff858 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
00000080`f81ff860 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
00000080`f81ff8d0 00007fff`eed74cb0     postgres!pg_signal_thread(
00000080`f81ff9d0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000080`f81ffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b8`ccfffb18 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b8`ccfffb20 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000b8`ccfffe10 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b8`ccfffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b8`cd7ffb88 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b8`cd7ffb90 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000b8`cd7ffe80 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b8`cd7ffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b8`cd3ffd28 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
000000b8`cd3ffd30 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
000000b8`cd3ffda0 00007fff`eed74cb0     postgres!pg_signal_thread(
000000b8`cd3ffea0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b8`cd3ffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b8`ccbff8f8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b8`ccbff900 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000b8`ccbffbf0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b8`ccbffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b8`cc7fed50 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b8`cc7fed90 00007ff7`8064afcc     postgres!ExceptionalCondition(
000000b8`cc7fedd0 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000b8`cc7fee20 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000b8`cc7fee70 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000b8`cc7ff790 00007ff7`804fe7e8     postgres!PostmasterMain(
000000b8`cc7ff920 00007ff7`80af9ba9     postgres!main(
000000b8`cc7ff960 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b8`cc7ff9b0 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000b8`cc7ffa20 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a7`8cfff658 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a7`8cfff660 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000a7`8cfff950 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a7`8cfff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a7`8bbfebb0 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a7`8bbfebf0 00007ff7`8064afcc     postgres!ExceptionalCondition(
000000a7`8bbfec30 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000a7`8bbfec80 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000a7`8bbfecd0 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a7`8bbff5f0 00007ff7`804fe7e8     postgres!PostmasterMain(
000000a7`8bbff780 00007ff7`80af9ba9     postgres!main(
000000a7`8bbff7c0 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a7`8bbff810 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a7`8bbff880 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a7`8bfff9a8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a7`8bfff9b0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000a7`8bfffca0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a7`8bfffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a7`8c3ff8e8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a7`8c3ff8f0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000a7`8c3ffbe0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a7`8c3ffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a7`8c7ff488 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a7`8c7ff490 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000a7`8c7ff780 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a7`8c7ff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a7`8cbffca8 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
000000a7`8cbffcb0 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
000000a7`8cbffd20 00007fff`eed74cb0     postgres!pg_signal_thread(
000000a7`8cbffe20 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a7`8cbffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000be`ca7ffba8 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
000000be`ca7ffbb0 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
000000be`ca7ffc20 00007fff`eed74cb0     postgres!pg_signal_thread(
000000be`ca7ffd20 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000be`ca7ffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000be`cafff4b8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000be`cafff4c0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000be`cafff7b0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000be`cafff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000be`c9ffeba0 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000be`c9ffebe0 00007ff7`8064afcc     postgres!ExceptionalCondition(
000000be`c9ffec20 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000be`c9ffec70 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000be`c9ffecc0 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000be`c9fff5e0 00007ff7`804fe7e8     postgres!PostmasterMain(
000000be`c9fff770 00007ff7`80af9ba9     postgres!main(
000000be`c9fff7b0 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000be`c9fff800 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000be`c9fff870 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000be`ca3ffa78 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000be`ca3ffa80 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000be`ca3ffd70 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000be`ca3ffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000be`cabffb08 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000be`cabffb10 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000be`cabffe00 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000be`cabffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000089`4a5ff938 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
00000089`4a5ff940 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
00000089`4a5ff9b0 00007fff`eed74cb0     postgres!pg_signal_thread(
00000089`4a5ffab0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000089`4a5ffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000089`4adffb28 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000089`4adffb30 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000089`4adffe20 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000089`4adffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000089`49dff170 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000089`49dff1b0 00007ff7`8064afcc     postgres!ExceptionalCondition(
00000089`49dff1f0 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000089`49dff240 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000089`49dff290 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000089`49dffbb0 00007ff7`804fe7e8     postgres!PostmasterMain(
00000089`49dffd40 00007ff7`80af9ba9     postgres!main(
00000089`49dffd80 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000089`49dffdd0 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000089`49dffe40 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000089`4a1ff4f8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000089`4a1ff500 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000089`4a1ff7f0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000089`4a1ff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000089`4a9ff808 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000089`4a9ff810 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000089`4a9ffb00 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000089`4a9ffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000033`491ffa08 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
00000033`491ffa10 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
00000033`491ffa80 00007fff`eed74cb0     postgres!pg_signal_thread(
00000033`491ffb80 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000033`491ffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000033`48dff7c8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000033`48dff7d0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000033`48dffac0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000033`48dffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000033`485fec50 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000033`485fec90 00007ff7`8064afcc     postgres!ExceptionalCondition(
00000033`485fecd0 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000033`485fed20 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000033`485fed70 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000033`485ff690 00007ff7`804fe7e8     postgres!PostmasterMain(
00000033`485ff820 00007ff7`80af9ba9     postgres!main(
00000033`485ff860 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000033`485ff8b0 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000033`485ff920 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000033`489ffa08 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000033`489ffa10 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000033`489ffd00 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000033`489ffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000033`495ff4f8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000033`495ff500 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000033`495ff7f0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000033`495ff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000008`e35ff708 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000008`e35ff710 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000008`e35ffa00 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000008`e35ffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000008`e31ff130 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000008`e31ff170 00007ff7`8064afcc     postgres!ExceptionalCondition(
00000008`e31ff1b0 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000008`e31ff200 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000008`e31ff250 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000008`e31ffb70 00007ff7`804fe7e8     postgres!PostmasterMain(
00000008`e31ffd00 00007ff7`80af9ba9     postgres!main(
00000008`e31ffd40 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000008`e31ffd90 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000008`e31ffe00 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000008`e39ff998 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
00000008`e39ff9a0 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
00000008`e39ffa10 00007fff`eed74cb0     postgres!pg_signal_thread(
00000008`e39ffb10 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000008`e39ffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000008`e3dffb48 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000008`e3dffb50 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000008`e3dffe40 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000008`e3dffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000008`e41ff9d8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000008`e41ff9e0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000008`e41ffcd0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000008`e41ffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b9`6d1ff868 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b9`6d1ff870 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000b9`6d1ffb60 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b9`6d1ffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b9`6c1fefa0 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b9`6c1fefe0 00007ff7`8064afcc     postgres!ExceptionalCondition(
000000b9`6c1ff020 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000b9`6c1ff070 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000b9`6c1ff0c0 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000b9`6c1ff9e0 00007ff7`804fe7e8     postgres!PostmasterMain(
000000b9`6c1ffb70 00007ff7`80af9ba9     postgres!main(
000000b9`6c1ffbb0 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b9`6c1ffc00 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000b9`6c1ffc70 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000b9`6c5ffba8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b9`6c5ffbb0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000b9`6c5ffea0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b9`6c5ffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b9`6c9ff878 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
000000b9`6c9ff880 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
000000b9`6c9ff8f0 00007fff`eed74cb0     postgres!pg_signal_thread(
000000b9`6c9ff9f0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b9`6c9ffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b9`6cdffb78 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b9`6cdffb80 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000b9`6cdffe70 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b9`6cdffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000019`64bff448 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000019`64bff450 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000019`64bff740 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000019`64bff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000019`653ff8b8 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
00000019`653ff8c0 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
00000019`653ff930 00007fff`eed74cb0     postgres!pg_signal_thread(
00000019`653ffa30 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000019`653ffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000019`657ff448 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000019`657ff450 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000019`657ff740 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000019`657ff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000019`647fea30 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000019`647fea70 00007ff7`8064afcc     postgres!ExceptionalCondition(
00000019`647feab0 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000019`647feb00 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000019`647feb50 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000019`647ff470 00007ff7`804fe7e8     postgres!PostmasterMain(
00000019`647ff600 00007ff7`80af9ba9     postgres!main(
00000019`647ff640 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000019`647ff690 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000019`647ff700 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000019`64fff628 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000019`64fff630 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000019`64fff920 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000019`64fff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c3`ea7ffad8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c3`ea7ffae0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000c3`ea7ffdd0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c3`ea7ffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c3`eafff8f8 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
000000c3`eafff900 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
000000c3`eafff970 00007fff`eed74cb0     postgres!pg_signal_thread(
000000c3`eafffa70 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c3`eafffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c3`eb3ffa68 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c3`eb3ffa70 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000c3`eb3ffd60 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c3`eb3ffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c3`ea3fedd0 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c3`ea3fee10 00007ff7`8064afcc     postgres!ExceptionalCondition(
000000c3`ea3fee50 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c3`ea3feea0 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000c3`ea3feef0 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c3`ea3ff810 00007ff7`804fe7e8     postgres!PostmasterMain(
000000c3`ea3ff9a0 00007ff7`80af9ba9     postgres!main(
000000c3`ea3ff9e0 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c3`ea3ffa30 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c3`ea3ffaa0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c3`eabff7a8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c3`eabff7b0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000c3`eabffaa0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c3`eabffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007b`fabfecc0 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000007b`fabfed00 00007ff7`8064afcc     postgres!ExceptionalCondition(
0000007b`fabfed40 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000007b`fabfed90 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000007b`fabfede0 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000007b`fabff700 00007ff7`804fe7e8     postgres!PostmasterMain(
0000007b`fabff890 00007ff7`80af9ba9     postgres!main(
0000007b`fabff8d0 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000007b`fabff920 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000007b`fabff990 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000007b`fb3ffa38 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007b`fb3ffa40 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000007b`fb3ffd30 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007b`fb3ffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007b`fb7ffdb8 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
0000007b`fb7ffdc0 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
0000007b`fb7ffe30 00007fff`eed74cb0     postgres!pg_signal_thread(
0000007b`fb7fff30 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007b`fb7fff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007b`fbbff448 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007b`fbbff450 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000007b`fbbff740 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007b`fbbff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007b`fafff868 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007b`fafff870 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000007b`fafffb60 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007b`fafffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e7`a9fff968 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e7`a9fff970 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000e7`a9fffc60 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e7`a9fffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e7`aa3ffb18 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e7`aa3ffb20 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000e7`aa3ffe10 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e7`aa3ffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e7`a9bff768 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
000000e7`a9bff770 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
000000e7`a9bff7e0 00007fff`eed74cb0     postgres!pg_signal_thread(
000000e7`a9bff8e0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e7`a9bff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e7`a97ffad8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e7`a97ffae0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000e7`a97ffdd0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e7`a97ffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e7`a93fefd0 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e7`a93ff010 00007ff7`8064afcc     postgres!ExceptionalCondition(
000000e7`a93ff050 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000e7`a93ff0a0 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000e7`a93ff0f0 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000e7`a93ffa10 00007ff7`804fe7e8     postgres!PostmasterMain(
000000e7`a93ffba0 00007ff7`80af9ba9     postgres!main(
000000e7`a93ffbe0 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e7`a93ffc30 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e7`a93ffca0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000064`7c3ff578 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000064`7c3ff580 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000064`7c3ff870 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000064`7c3ff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000064`7bfffd28 00007ff7`80643ec7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000064`7bfffd30 00007ff7`804fe754     postgres!SubPostmasterMain(
00000064`7bfffda0 00007ff7`80af9ba9     postgres!main(
00000064`7bfffde0 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000064`7bfffe30 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000064`7bfffea0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000064`7bfffed0 00007fff`eed74cb0     postgres!mainCRTStartup(
00000064`7bffff00 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000064`7bffff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000064`7c7ff898 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000064`7c7ff8a0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000064`7c7ffb90 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000064`7c7ffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003d`279ffd88 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
0000003d`279ffd90 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
0000003d`279ffe00 00007fff`eed74cb0     postgres!pg_signal_thread(
0000003d`279fff00 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003d`279fff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003d`269ff090 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000003d`269ff0d0 00007ff7`8064afcc     postgres!ExceptionalCondition(
0000003d`269ff110 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000003d`269ff160 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000003d`269ff1b0 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000003d`269ffad0 00007ff7`804fe7e8     postgres!PostmasterMain(
0000003d`269ffc60 00007ff7`80af9ba9     postgres!main(
0000003d`269ffca0 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000003d`269ffcf0 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000003d`269ffd60 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000003d`275ff928 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003d`275ff930 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000003d`275ffc20 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003d`275ffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003d`27dff4d8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003d`27dff4e0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000003d`27dff7d0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003d`27dff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003d`271ff998 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003d`271ff9a0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000003d`271ffc90 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003d`271ffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003d`26dff9d8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003d`26dff9e0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000003d`26dffcd0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003d`26dffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000040`a81ff808 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
00000040`a81ff810 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
00000040`a81ff880 00007fff`eed74cb0     postgres!pg_signal_thread(
00000040`a81ff980 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000040`a81ff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000040`a75feea0 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000040`a75feee0 00007ff7`8064afcc     postgres!ExceptionalCondition(
00000040`a75fef20 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000040`a75fef70 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000040`a75fefc0 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000040`a75ff8e0 00007ff7`804fe7e8     postgres!PostmasterMain(
00000040`a75ffa70 00007ff7`80af9ba9     postgres!main(
00000040`a75ffab0 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000040`a75ffb00 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000040`a75ffb70 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000040`a79ff7f8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000040`a79ff800 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000040`a79ffaf0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000040`a79ffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000040`a7dff7b8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000040`a7dff7c0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000040`a7dffab0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000040`a7dffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000040`a85ff988 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000040`a85ff990 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000040`a85ffc80 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000040`a85ffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000094`f51ff738 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000094`f51ff740 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000094`f51ffa30 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000094`f51ffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000094`f4dff708 00007ff7`80643ec7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000094`f4dff710 00007ff7`804fe754     postgres!SubPostmasterMain(
00000094`f4dff780 00007ff7`80af9ba9     postgres!main(
00000094`f4dff7c0 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000094`f4dff810 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000094`f4dff880 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000094`f4dff8b0 00007fff`eed74cb0     postgres!mainCRTStartup(
00000094`f4dff8e0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000094`f4dff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000094`f55ff708 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000094`f55ff710 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000094`f55ffa00 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000094`f55ffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000057`fb7ff778 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000057`fb7ff780 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000057`fb7ffa70 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000057`fb7ffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000057`fabff9b8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000057`fabff9c0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000057`fabffcb0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000057`fabffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000057`fafff998 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000057`fafff9a0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000057`fafffc90 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000057`fafffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000057`fb3ff6d8 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
00000057`fb3ff6e0 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
00000057`fb3ff750 00007fff`eed74cb0     postgres!pg_signal_thread(
00000057`fb3ff850 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000057`fb3ff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000057`fa3fee20 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000057`fa3fee60 00007ff7`8064afcc     postgres!ExceptionalCondition(
00000057`fa3feea0 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000057`fa3feef0 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000057`fa3fef40 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000057`fa3ff860 00007ff7`804fe7e8     postgres!PostmasterMain(
00000057`fa3ff9f0 00007ff7`80af9ba9     postgres!main(
00000057`fa3ffa30 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000057`fa3ffa80 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000057`fa3ffaf0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000057`fa7ffaf8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000057`fa7ffb00 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000057`fa7ffdf0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000057`fa7ffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`593fedc0 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000cf`593fee00 00007ff7`8064afcc     postgres!ExceptionalCondition(
000000cf`593fee40 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000cf`593fee90 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000cf`593feee0 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000cf`593ff800 00007ff7`804fe7e8     postgres!PostmasterMain(
000000cf`593ff990 00007ff7`80af9ba9     postgres!main(
000000cf`593ff9d0 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000cf`593ffa20 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000cf`593ffa90 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000cf`59fff6b8 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
000000cf`59fff6c0 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
000000cf`59fff730 00007fff`eed74cb0     postgres!pg_signal_thread(
000000cf`59fff830 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`59fff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`5a3ff858 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cf`5a3ff860 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000cf`5a3ffb50 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`5a3ffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002d`927ffa68 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
0000002d`927ffa70 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
0000002d`927ffae0 00007fff`eed74cb0     postgres!pg_signal_thread(
0000002d`927ffbe0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000002d`927ffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002d`917feb90 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000002d`917febd0 00007ff7`8064afcc     postgres!ExceptionalCondition(
0000002d`917fec10 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000002d`917fec60 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000002d`917fecb0 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000002d`917ff5d0 00007ff7`804fe7e8     postgres!PostmasterMain(
0000002d`917ff760 00007ff7`80af9ba9     postgres!main(
0000002d`917ff7a0 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000002d`917ff7f0 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000002d`917ff860 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000002d`91bffbe8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002d`91bffbf0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000002d`91bffee0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000002d`91bfff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002d`91fffab8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002d`91fffac0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000002d`91fffdb0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000002d`91fffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002d`923ffb78 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002d`923ffb80 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000002d`923ffe70 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000002d`923ffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002d`92bff928 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002d`92bff930 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000002d`92bffc20 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000002d`92bffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e2`d7dff150 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e2`d7dff190 00007ff7`8064afcc     postgres!ExceptionalCondition(
000000e2`d7dff1d0 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000e2`d7dff220 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000e2`d7dff270 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000e2`d7dffb90 00007ff7`804fe7e8     postgres!PostmasterMain(
000000e2`d7dffd20 00007ff7`80af9ba9     postgres!main(
000000e2`d7dffd60 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e2`d7dffdb0 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e2`d7dffe20 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000e2`d8dff788 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e2`d8dff790 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000e2`d8dffa80 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e2`d8dffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e2`d89ff648 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
000000e2`d89ff650 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
000000e2`d89ff6c0 00007fff`eed74cb0     postgres!pg_signal_thread(
000000e2`d89ff7c0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e2`d89ff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e2`d85ffa08 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e2`d85ffa10 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000e2`d85ffd00 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e2`d85ffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e2`d81ff468 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e2`d81ff470 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000e2`d81ff760 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e2`d81ff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000063`d2dffbc8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000063`d2dffbd0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000063`d2dffec0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000063`d2dffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000063`d25ffb38 00007ff7`80643ec7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000063`d25ffb40 00007ff7`804fe754     postgres!SubPostmasterMain(
00000063`d25ffbb0 00007ff7`80af9ba9     postgres!main(
00000063`d25ffbf0 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000063`d25ffc40 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000063`d25ffcb0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000063`d25ffce0 00007fff`eed74cb0     postgres!mainCRTStartup(
00000063`d25ffd10 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000063`d25ffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000063`d29ffb28 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000063`d29ffb30 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000063`d29ffe20 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000063`d29ffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cd`7e5ff998 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cd`7e5ff9a0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000cd`7e5ffc90 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000cd`7e5ffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cd`7d9ff728 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cd`7d9ff730 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000cd`7d9ffa20 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000cd`7d9ffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cd`7d5ff478 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cd`7d5ff480 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000cd`7d5ff770 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000cd`7d5ff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cd`7e1ffab8 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
000000cd`7e1ffac0 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
000000cd`7e1ffb30 00007fff`eed74cb0     postgres!pg_signal_thread(
000000cd`7e1ffc30 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000cd`7e1ffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cd`7ddff6b8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cd`7ddff6c0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000cd`7ddff9b0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000cd`7ddff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cd`7d1feb70 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000cd`7d1febb0 00007ff7`8064afcc     postgres!ExceptionalCondition(
000000cd`7d1febf0 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000cd`7d1fec40 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000cd`7d1fec90 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000cd`7d1ff5b0 00007ff7`804fe7e8     postgres!PostmasterMain(
000000cd`7d1ff740 00007ff7`80af9ba9     postgres!main(
000000cd`7d1ff780 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000cd`7d1ff7d0 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000cd`7d1ff840 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000056`e33ffc38 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000056`e33ffc40 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000056`e33fff30 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000056`e33fff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000056`e27ff768 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000056`e27ff770 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000056`e27ffa60 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000056`e27ffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000056`e23febf0 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000056`e23fec30 00007ff7`8064afcc     postgres!ExceptionalCondition(
00000056`e23fec70 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000056`e23fecc0 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000056`e23fed10 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000056`e23ff630 00007ff7`804fe7e8     postgres!PostmasterMain(
00000056`e23ff7c0 00007ff7`80af9ba9     postgres!main(
00000056`e23ff800 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000056`e23ff850 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000056`e23ff8c0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000056`e2bff678 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000056`e2bff680 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000056`e2bff970 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000056`e2bff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000056`e2fffb58 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
00000056`e2fffb60 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
00000056`e2fffbd0 00007fff`eed74cb0     postgres!pg_signal_thread(
00000056`e2fffcd0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000056`e2fffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000093`85bff8f8 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
00000093`85bff900 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
00000093`85bff970 00007fff`eed74cb0     postgres!pg_signal_thread(
00000093`85bffa70 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000093`85bffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000093`863ffb18 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000093`863ffb20 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000093`863ffe10 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000093`863ffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000093`85fffc38 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000093`85fffc40 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000093`85ffff30 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000093`85ffff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000093`853fea60 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000093`853feaa0 00007ff7`8064afcc     postgres!ExceptionalCondition(
00000093`853feae0 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000093`853feb30 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000093`853feb80 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000093`853ff4a0 00007ff7`804fe7e8     postgres!PostmasterMain(
00000093`853ff630 00007ff7`80af9ba9     postgres!main(
00000093`853ff670 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000093`853ff6c0 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000093`853ff730 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000093`857ff488 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000093`857ff490 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000093`857ff780 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000093`857ff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001f`587ff848 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
0000001f`587ff850 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
0000001f`587ff8c0 00007fff`eed74cb0     postgres!pg_signal_thread(
0000001f`587ff9c0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000001f`587ff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001f`58bffaa8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001f`58bffab0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000001f`58bffda0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000001f`58bffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001f`57fff4d8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001f`57fff4e0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000001f`57fff7d0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000001f`57fff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001f`583ff578 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001f`583ff580 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000001f`583ff870 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000001f`583ff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001f`57bfebb0 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000001f`57bfebf0 00007ff7`8064afcc     postgres!ExceptionalCondition(
0000001f`57bfec30 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000001f`57bfec80 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000001f`57bfecd0 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000001f`57bff5f0 00007ff7`804fe7e8     postgres!PostmasterMain(
0000001f`57bff780 00007ff7`80af9ba9     postgres!main(
0000001f`57bff7c0 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000001f`57bff810 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000001f`57bff880 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000058`531ffb58 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000058`531ffb60 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000058`531ffe50 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000058`531ffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000058`52dffa98 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000058`52dffaa0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000058`52dffd90 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000058`52dffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000058`529ff648 00007ff7`80643ec7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000058`529ff650 00007ff7`804fe754     postgres!SubPostmasterMain(
00000058`529ff6c0 00007ff7`80af9ba9     postgres!main(
00000058`529ff700 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000058`529ff750 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000058`529ff7c0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000058`529ff7f0 00007fff`eed74cb0     postgres!mainCRTStartup(
00000058`529ff820 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000058`529ff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e5`073fee30 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e5`073fee70 00007ff7`8064afcc     postgres!ExceptionalCondition(
000000e5`073feeb0 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000e5`073fef00 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000e5`073fef50 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000e5`073ff870 00007ff7`804fe7e8     postgres!PostmasterMain(
000000e5`073ffa00 00007ff7`80af9ba9     postgres!main(
000000e5`073ffa40 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e5`073ffa90 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e5`073ffb00 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000e5`083ff5a8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e5`083ff5b0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000e5`083ff8a0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e5`083ff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e5`07bff518 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e5`07bff520 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000e5`07bff810 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e5`07bff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e5`07fff718 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
000000e5`07fff720 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
000000e5`07fff790 00007fff`eed74cb0     postgres!pg_signal_thread(
000000e5`07fff890 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e5`07fff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e5`077ff4c8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e5`077ff4d0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000e5`077ff7c0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e5`077ff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000042`519ffc28 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000042`519ffc30 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000042`519fff20 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000042`519fff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000042`515ff1f0 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000042`515ff230 00007ff7`8064afcc     postgres!ExceptionalCondition(
00000042`515ff270 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000042`515ff2c0 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000042`515ff310 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000042`515ffc30 00007ff7`804fe7e8     postgres!PostmasterMain(
00000042`515ffdc0 00007ff7`80af9ba9     postgres!main(
00000042`515ffe00 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000042`515ffe50 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000042`515ffec0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000042`51dff808 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000042`51dff810 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000042`51dffb00 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000042`51dffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000042`521ffd78 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
00000042`521ffd80 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
00000042`521ffdf0 00007fff`eed74cb0     postgres!pg_signal_thread(
00000042`521ffef0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000042`521fff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000042`525ff9f8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000042`525ffa00 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000042`525ffcf0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000042`525ffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000058`d1dff578 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000058`d1dff580 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000058`d1dff870 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000058`d1dff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000058`d19fef40 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000058`d19fef80 00007ff7`8064afcc     postgres!ExceptionalCondition(
00000058`d19fefc0 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000058`d19ff010 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000058`d19ff060 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000058`d19ff980 00007ff7`804fe7e8     postgres!PostmasterMain(
00000058`d19ffb10 00007ff7`80af9ba9     postgres!main(
00000058`d19ffb50 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000058`d19ffba0 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000058`d19ffc10 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000058`d21ff988 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
00000058`d21ff990 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
00000058`d21ffa00 00007fff`eed74cb0     postgres!pg_signal_thread(
00000058`d21ffb00 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000058`d21ffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000058`d25ff6e8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000058`d25ff6f0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000058`d25ff9e0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000058`d25ffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000058`d29ffb78 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000058`d29ffb80 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000058`d29ffe70 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000058`d29ffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000022`311feb10 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000022`311feb50 00007ff7`8064afcc     postgres!ExceptionalCondition(
00000022`311feb90 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000022`311febe0 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000022`311fec30 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000022`311ff550 00007ff7`804fe7e8     postgres!PostmasterMain(
00000022`311ff6e0 00007ff7`80af9ba9     postgres!main(
00000022`311ff720 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000022`311ff770 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000022`311ff7e0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000022`315ff928 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000022`315ff930 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000022`315ffc20 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000022`315ffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000022`319ff898 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000022`319ff8a0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000022`319ffb90 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000022`319ffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000022`31dff808 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
00000022`31dff810 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
00000022`31dff880 00007fff`eed74cb0     postgres!pg_signal_thread(
00000022`31dff980 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000022`31dff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000022`321ff6b8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000022`321ff6c0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000022`321ff9b0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000022`321ff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000055`44fff888 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000055`44fff890 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000055`44fffb80 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000055`44fffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000055`457ff9f8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000055`457ffa00 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000055`457ffcf0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000055`457ffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000055`447ff040 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000055`447ff080 00007ff7`8064afcc     postgres!ExceptionalCondition(
00000055`447ff0c0 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000055`447ff110 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000055`447ff160 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000055`447ffa80 00007ff7`804fe7e8     postgres!PostmasterMain(
00000055`447ffc10 00007ff7`80af9ba9     postgres!main(
00000055`447ffc50 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000055`447ffca0 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000055`447ffd10 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000055`44bffa18 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000055`44bffa20 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000055`44bffd10 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000055`44bffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000055`453ff7e8 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
00000055`453ff7f0 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
00000055`453ff860 00007fff`eed74cb0     postgres!pg_signal_thread(
00000055`453ff960 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000055`453ff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000099`33dffa18 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
00000099`33dffa20 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
00000099`33dffa90 00007fff`eed74cb0     postgres!pg_signal_thread(
00000099`33dffb90 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000099`33dffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000099`345ffa38 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000099`345ffa40 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000099`345ffd30 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000099`345ffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000099`331fea50 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000099`331fea90 00007ff7`8064afcc     postgres!ExceptionalCondition(
00000099`331fead0 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000099`331feb20 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000099`331feb70 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000099`331ff490 00007ff7`804fe7e8     postgres!PostmasterMain(
00000099`331ff620 00007ff7`80af9ba9     postgres!main(
00000099`331ff660 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000099`331ff6b0 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000099`331ff720 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000099`335ff828 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000099`335ff830 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000099`335ffb20 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000099`335ffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000099`339ff968 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000099`339ff970 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000099`339ffc60 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000099`339ffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000099`341ff5e8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000099`341ff5f0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000099`341ff8e0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000099`341ff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000005`535ffb88 00007ff7`80643ec7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000005`535ffb90 00007ff7`804fe754     postgres!SubPostmasterMain(
00000005`535ffc00 00007ff7`80af9ba9     postgres!main(
00000005`535ffc40 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000005`535ffc90 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000005`535ffd00 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000005`535ffd30 00007fff`eed74cb0     postgres!mainCRTStartup(
00000005`535ffd60 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000005`535ffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000005`53dff688 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000005`53dff690 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000005`53dff980 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000005`53dff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000005`539ff6e8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000005`539ff6f0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000005`539ff9e0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000005`539ffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e5`f67ff868 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e5`f67ff870 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000e5`f67ffb60 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e5`f67ffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e5`f63fed00 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e5`f63fed40 00007ff7`8064afcc     postgres!ExceptionalCondition(
000000e5`f63fed80 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000e5`f63fedd0 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000e5`f63fee20 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000e5`f63ff740 00007ff7`804fe7e8     postgres!PostmasterMain(
000000e5`f63ff8d0 00007ff7`80af9ba9     postgres!main(
000000e5`f63ff910 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e5`f63ff960 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e5`f63ff9d0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000e5`f6bff558 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e5`f6bff560 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000e5`f6bff850 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e5`f6bff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e5`f6fff6a8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e5`f6fff6b0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000e5`f6fff9a0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e5`f6fff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e5`f73ff888 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
000000e5`f73ff890 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
000000e5`f73ff900 00007fff`eed74cb0     postgres!pg_signal_thread(
000000e5`f73ffa00 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e5`f73ffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e5`f77ffb38 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e5`f77ffb40 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000e5`f77ffe30 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e5`f77ffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cc`06dffac8 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
000000cc`06dffad0 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
000000cc`06dffb40 00007fff`eed74cb0     postgres!pg_signal_thread(
000000cc`06dffc40 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000cc`06dffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cc`071ffb98 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cc`071ffba0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000cc`071ffe90 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000cc`071ffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cc`05dfec80 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000cc`05dfecc0 00007ff7`8064afcc     postgres!ExceptionalCondition(
000000cc`05dfed00 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000cc`05dfed50 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000cc`05dfeda0 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000cc`05dff6c0 00007ff7`804fe7e8     postgres!PostmasterMain(
000000cc`05dff850 00007ff7`80af9ba9     postgres!main(
000000cc`05dff890 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000cc`05dff8e0 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000cc`05dff950 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000cc`061ff658 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cc`061ff660 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000cc`061ff950 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000cc`061ff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cc`065ffb68 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cc`065ffb70 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000cc`065ffe60 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000cc`065ffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cc`069ff648 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cc`069ff650 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000cc`069ff940 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000cc`069ff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e4`651feb00 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e4`651feb40 00007ff7`8064afcc     postgres!ExceptionalCondition(
000000e4`651feb80 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000e4`651febd0 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000e4`651fec20 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000e4`651ff540 00007ff7`804fe7e8     postgres!PostmasterMain(
000000e4`651ff6d0 00007ff7`80af9ba9     postgres!main(
000000e4`651ff710 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e4`651ff760 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e4`651ff7d0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000e4`661ff9f8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e4`661ffa00 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000e4`661ffcf0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e4`661ffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e4`65dff998 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e4`65dff9a0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000e4`65dffc90 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e4`65dffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e4`659ff748 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
000000e4`659ff750 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
000000e4`659ff7c0 00007fff`eed74cb0     postgres!pg_signal_thread(
000000e4`659ff8c0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e4`659ff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e4`655ff498 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e4`655ff4a0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000e4`655ff790 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e4`655ff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ce`59fff848 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ce`59fff850 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000ce`59fffb40 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ce`59fffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ce`58bfebf0 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ce`58bfec30 00007ff7`8064afcc     postgres!ExceptionalCondition(
000000ce`58bfec70 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ce`58bfecc0 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000ce`58bfed10 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ce`58bff630 00007ff7`804fe7e8     postgres!PostmasterMain(
000000ce`58bff7c0 00007ff7`80af9ba9     postgres!main(
000000ce`58bff800 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ce`58bff850 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ce`58bff8c0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ce`58fff498 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ce`58fff4a0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000ce`58fff790 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ce`58fff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ce`593ffa68 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ce`593ffa70 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000ce`593ffd60 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ce`593ffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ce`597ffbf8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ce`597ffc00 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000ce`597ffef0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ce`597fff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ce`59bff8b8 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
000000ce`59bff8c0 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
000000ce`59bff930 00007fff`eed74cb0     postgres!pg_signal_thread(
000000ce`59bffa30 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ce`59bffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d0`d09ffc18 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d0`d09ffc20 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000d0`d09fff10 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d0`d09fff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d0`d05ff748 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d0`d05ff750 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000d0`d05ffa40 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d0`d05ffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d0`d01fee10 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d0`d01fee50 00007ff7`8064afcc     postgres!ExceptionalCondition(
000000d0`d01fee90 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000d0`d01feee0 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000d0`d01fef30 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000d0`d01ff850 00007ff7`804fe7e8     postgres!PostmasterMain(
000000d0`d01ff9e0 00007ff7`80af9ba9     postgres!main(
000000d0`d01ffa20 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d0`d01ffa70 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d0`d01ffae0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000d0`d0dff628 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
000000d0`d0dff630 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
000000d0`d0dff6a0 00007fff`eed74cb0     postgres!pg_signal_thread(
000000d0`d0dff7a0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d0`d0dff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d0`d11ffa08 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d0`d11ffa10 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000d0`d11ffd00 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d0`d11ffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003a`131ff478 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003a`131ff480 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000003a`131ff770 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003a`131ff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003a`125feb70 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000003a`125febb0 00007ff7`8064afcc     postgres!ExceptionalCondition(
0000003a`125febf0 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000003a`125fec40 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000003a`125fec90 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000003a`125ff5b0 00007ff7`804fe7e8     postgres!PostmasterMain(
0000003a`125ff740 00007ff7`80af9ba9     postgres!main(
0000003a`125ff780 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000003a`125ff7d0 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000003a`125ff840 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000003a`129ff718 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003a`129ff720 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000003a`129ffa10 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003a`129ffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003a`12dffae8 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
0000003a`12dffaf0 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
0000003a`12dffb60 00007fff`eed74cb0     postgres!pg_signal_thread(
0000003a`12dffc60 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003a`12dffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003a`135ff488 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003a`135ff490 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000003a`135ff780 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003a`135ff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000097`b4bff458 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000097`b4bff460 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000097`b4bff750 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000097`b4bff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000097`b3bfed60 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000097`b3bfeda0 00007ff7`8064afcc     postgres!ExceptionalCondition(
00000097`b3bfede0 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000097`b3bfee30 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000097`b3bfee80 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000097`b3bff7a0 00007ff7`804fe7e8     postgres!PostmasterMain(
00000097`b3bff930 00007ff7`80af9ba9     postgres!main(
00000097`b3bff970 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000097`b3bff9c0 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000097`b3bffa30 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000097`b3fff8f8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000097`b3fff900 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000097`b3fffbf0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000097`b3fffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000097`b43ff608 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000097`b43ff610 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000097`b43ff900 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000097`b43ff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000097`b47ff5f8 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
00000097`b47ff600 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
00000097`b47ff670 00007fff`eed74cb0     postgres!pg_signal_thread(
00000097`b47ff770 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000097`b47ff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000014`215ff5e8 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
00000014`215ff5f0 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
00000014`215ff660 00007fff`eed74cb0     postgres!pg_signal_thread(
00000014`215ff760 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000014`215ff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000014`209feb90 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000014`209febd0 00007ff7`8064afcc     postgres!ExceptionalCondition(
00000014`209fec10 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000014`209fec60 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000014`209fecb0 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000014`209ff5d0 00007ff7`804fe7e8     postgres!PostmasterMain(
00000014`209ff760 00007ff7`80af9ba9     postgres!main(
00000014`209ff7a0 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000014`209ff7f0 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000014`209ff860 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000014`20dff688 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000014`20dff690 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000014`20dff980 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000014`20dff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000014`211ff928 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000014`211ff930 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000014`211ffc20 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000014`211ffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000014`219ff968 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000014`219ff970 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000014`219ffc60 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000014`219ffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000095`363ffca8 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
00000095`363ffcb0 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
00000095`363ffd20 00007fff`eed74cb0     postgres!pg_signal_thread(
00000095`363ffe20 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000095`363ffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000095`353fee30 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000095`353fee70 00007ff7`8064afcc     postgres!ExceptionalCondition(
00000095`353feeb0 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000095`353fef00 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000095`353fef50 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000095`353ff870 00007ff7`804fe7e8     postgres!PostmasterMain(
00000095`353ffa00 00007ff7`80af9ba9     postgres!main(
00000095`353ffa40 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000095`353ffa90 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000095`353ffb00 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000095`357ff698 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000095`357ff6a0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000095`357ff990 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000095`357ff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000095`35bff528 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000095`35bff530 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000095`35bff820 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000095`35bff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000095`35fff838 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000095`35fff840 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000095`35fffb30 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000095`35fffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000095`367ff638 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000095`367ff640 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000095`367ff930 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000095`367ff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f7`929ff498 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f7`929ff4a0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000f7`929ff790 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000f7`929ff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f7`919fedb0 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f7`919fedf0 00007ff7`8064afcc     postgres!ExceptionalCondition(
000000f7`919fee30 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f7`919fee80 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000f7`919feed0 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f7`919ff7f0 00007ff7`804fe7e8     postgres!PostmasterMain(
000000f7`919ff980 00007ff7`80af9ba9     postgres!main(
000000f7`919ff9c0 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f7`919ffa10 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f7`919ffa80 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f7`921ff808 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
000000f7`921ff810 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
000000f7`921ff880 00007fff`eed74cb0     postgres!pg_signal_thread(
000000f7`921ff980 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000f7`921ff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f7`91dff7d8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f7`91dff7e0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000f7`91dffad0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000f7`91dffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b6`289ff7d8 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
000000b6`289ff7e0 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
000000b6`289ff850 00007fff`eed74cb0     postgres!pg_signal_thread(
000000b6`289ff950 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b6`289ff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b6`27dfefd0 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b6`27dff010 00007ff7`8064afcc     postgres!ExceptionalCondition(
000000b6`27dff050 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000b6`27dff0a0 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000b6`27dff0f0 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000b6`27dffa10 00007ff7`804fe7e8     postgres!PostmasterMain(
000000b6`27dffba0 00007ff7`80af9ba9     postgres!main(
000000b6`27dffbe0 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b6`27dffc30 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000b6`27dffca0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000b6`281ff738 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b6`281ff740 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000b6`281ffa30 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b6`281ffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b6`285ff808 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b6`285ff810 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000b6`285ffb00 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b6`285ffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b6`28dffbe8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b6`28dffbf0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000b6`28dffee0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b6`28dfff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006d`a73ffb28 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006d`a73ffb30 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000006d`a73ffe20 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000006d`a73ffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006d`a6bfec30 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000006d`a6bfec70 00007ff7`8064afcc     postgres!ExceptionalCondition(
0000006d`a6bfecb0 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000006d`a6bfed00 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000006d`a6bfed50 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000006d`a6bff670 00007ff7`804fe7e8     postgres!PostmasterMain(
0000006d`a6bff800 00007ff7`80af9ba9     postgres!main(
0000006d`a6bff840 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000006d`a6bff890 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000006d`a6bff900 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000006d`a6fffa48 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006d`a6fffa50 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000006d`a6fffd40 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000006d`a6fffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006d`a77ff7c8 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
0000006d`a77ff7d0 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
0000006d`a77ff840 00007fff`eed74cb0     postgres!pg_signal_thread(
0000006d`a77ff940 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000006d`a77ff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006d`a7bffb88 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006d`a7bffb90 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000006d`a7bffe80 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000006d`a7bffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002b`2b1ff6c8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002b`2b1ff6d0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000002b`2b1ff9c0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000002b`2b1ff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002b`2a1feb70 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000002b`2a1febb0 00007ff7`8064afcc     postgres!ExceptionalCondition(
0000002b`2a1febf0 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000002b`2a1fec40 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000002b`2a1fec90 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000002b`2a1ff5b0 00007ff7`804fe7e8     postgres!PostmasterMain(
0000002b`2a1ff740 00007ff7`80af9ba9     postgres!main(
0000002b`2a1ff780 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000002b`2a1ff7d0 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000002b`2a1ff840 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000002b`2a5ff8f8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002b`2a5ff900 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000002b`2a5ffbf0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000002b`2a5ffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002b`2a9ffa08 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002b`2a9ffa10 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000002b`2a9ffd00 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000002b`2a9ffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002b`2adffc78 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
0000002b`2adffc80 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
0000002b`2adffcf0 00007fff`eed74cb0     postgres!pg_signal_thread(
0000002b`2adffdf0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000002b`2adffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000051`b93ff708 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
00000051`b93ff710 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
00000051`b93ff780 00007fff`eed74cb0     postgres!pg_signal_thread(
00000051`b93ff880 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000051`b93ff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000051`b87fec60 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000051`b87feca0 00007ff7`8064afcc     postgres!ExceptionalCondition(
00000051`b87fece0 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000051`b87fed30 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000051`b87fed80 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000051`b87ff6a0 00007ff7`804fe7e8     postgres!PostmasterMain(
00000051`b87ff830 00007ff7`80af9ba9     postgres!main(
00000051`b87ff870 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000051`b87ff8c0 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000051`b87ff930 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000051`b8bffbe8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000051`b8bffbf0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000051`b8bffee0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000051`b8bfff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000051`b8fff7a8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000051`b8fff7b0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000051`b8fffaa0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000051`b8fffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000051`b97ff6b8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000051`b97ff6c0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000051`b97ff9b0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000051`b97ff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000da`f1bffbc8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000da`f1bffbd0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000da`f1bffec0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000da`f1bffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000da`f0ffec10 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000da`f0ffec50 00007ff7`8064afcc     postgres!ExceptionalCondition(
000000da`f0ffec90 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000da`f0ffece0 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000da`f0ffed30 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000da`f0fff650 00007ff7`804fe7e8     postgres!PostmasterMain(
000000da`f0fff7e0 00007ff7`80af9ba9     postgres!main(
000000da`f0fff820 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000da`f0fff870 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000da`f0fff8e0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000da`f13ff958 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000da`f13ff960 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000da`f13ffc50 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000da`f13ffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000da`f17ffb98 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
000000da`f17ffba0 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
000000da`f17ffc10 00007fff`eed74cb0     postgres!pg_signal_thread(
000000da`f17ffd10 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000da`f17ffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000da`f1fff468 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000da`f1fff470 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000da`f1fff760 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000da`f1fff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000063`f91ff5e8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000063`f91ff5f0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000063`f91ff8e0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000063`f91ff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000063`f99ff548 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000063`f99ff550 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000063`f99ff840 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000063`f99ff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000063`f89ff010 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000063`f89ff050 00007ff7`8064afcc     postgres!ExceptionalCondition(
00000063`f89ff090 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000063`f89ff0e0 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000063`f89ff130 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000063`f89ffa50 00007ff7`804fe7e8     postgres!PostmasterMain(
00000063`f89ffbe0 00007ff7`80af9ba9     postgres!main(
00000063`f89ffc20 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000063`f89ffc70 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000063`f89ffce0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000063`f8dff738 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000063`f8dff740 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000063`f8dffa30 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000063`f8dffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000063`f95ffa78 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
00000063`f95ffa80 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
00000063`f95ffaf0 00007fff`eed74cb0     postgres!pg_signal_thread(
00000063`f95ffbf0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000063`f95ffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000087`cbbff928 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000087`cbbff930 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000087`cbbffc20 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000087`cbbffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000087`cc7ff948 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000087`cc7ff950 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000087`cc7ffc40 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000087`cc7ffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000087`cb3fefa0 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000087`cb3fefe0 00007ff7`8064afcc     postgres!ExceptionalCondition(
00000087`cb3ff020 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000087`cb3ff070 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000087`cb3ff0c0 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000087`cb3ff9e0 00007ff7`804fe7e8     postgres!PostmasterMain(
00000087`cb3ffb70 00007ff7`80af9ba9     postgres!main(
00000087`cb3ffbb0 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000087`cb3ffc00 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000087`cb3ffc70 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000087`cb7ff588 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000087`cb7ff590 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000087`cb7ff880 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000087`cb7ff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000087`cbfffa98 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
00000087`cbfffaa0 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
00000087`cbfffb10 00007fff`eed74cb0     postgres!pg_signal_thread(
00000087`cbfffc10 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000087`cbfffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000087`cc3ff688 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000087`cc3ff690 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000087`cc3ff980 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000087`cc3ff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ff`b6bffb68 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ff`b6bffb70 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000ff`b6bffe60 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ff`b6bffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ff`b63ffb98 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ff`b63ffba0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000ff`b63ffe90 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ff`b63ffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ff`b5ffebd0 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ff`b5ffec10 00007ff7`8064afcc     postgres!ExceptionalCondition(
000000ff`b5ffec50 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ff`b5ffeca0 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000ff`b5ffecf0 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ff`b5fff610 00007ff7`804fe7e8     postgres!PostmasterMain(
000000ff`b5fff7a0 00007ff7`80af9ba9     postgres!main(
000000ff`b5fff7e0 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ff`b5fff830 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ff`b5fff8a0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ff`b67ff458 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ff`b67ff460 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000ff`b67ff750 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ff`b67ff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ff`b6fff9a8 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
000000ff`b6fff9b0 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
000000ff`b6fffa20 00007fff`eed74cb0     postgres!pg_signal_thread(
000000ff`b6fffb20 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ff`b6fffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ff`b73ff598 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ff`b73ff5a0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000ff`b73ff890 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ff`b73ff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003e`a9fffa28 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003e`a9fffa30 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000003e`a9fffd20 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003e`a9fffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003e`a97fea40 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000003e`a97fea80 00007ff7`8064afcc     postgres!ExceptionalCondition(
0000003e`a97feac0 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000003e`a97feb10 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000003e`a97feb60 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000003e`a97ff480 00007ff7`804fe7e8     postgres!PostmasterMain(
0000003e`a97ff610 00007ff7`80af9ba9     postgres!main(
0000003e`a97ff650 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000003e`a97ff6a0 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000003e`a97ff710 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000003e`aa3ff988 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003e`aa3ff990 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000003e`aa3ffc80 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003e`aa3ffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003e`aa7ff918 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
0000003e`aa7ff920 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
0000003e`aa7ff990 00007fff`eed74cb0     postgres!pg_signal_thread(
0000003e`aa7ffa90 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003e`aa7ffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003e`aabff848 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003e`aabff850 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000003e`aabffb40 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003e`aabffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003e`a9bffb98 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003e`a9bffba0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000003e`a9bffe90 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003e`a9bffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ae`7a3ff758 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
000000ae`7a3ff760 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
000000ae`7a3ff7d0 00007fff`eed74cb0     postgres!pg_signal_thread(
000000ae`7a3ff8d0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ae`7a3ff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ae`79bff748 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ae`79bff750 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000ae`79bffa40 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ae`79bffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ae`79fff708 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ae`79fff710 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000ae`79fffa00 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ae`79fffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ae`7a7ff548 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ae`7a7ff550 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000ae`7a7ff840 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ae`7a7ff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ae`797ffb98 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ae`797ffba0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000ae`797ffe90 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ae`797ffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ae`793ff0d0 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ae`793ff110 00007ff7`8064afcc     postgres!ExceptionalCondition(
000000ae`793ff150 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ae`793ff1a0 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000ae`793ff1f0 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ae`793ffb10 00007ff7`804fe7e8     postgres!PostmasterMain(
000000ae`793ffca0 00007ff7`80af9ba9     postgres!main(
000000ae`793ffce0 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ae`793ffd30 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ae`793ffda0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000047`91fff848 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000047`91fff850 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000047`91fffb40 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000047`91fffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000047`913feba0 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000047`913febe0 00007ff7`8064afcc     postgres!ExceptionalCondition(
00000047`913fec20 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000047`913fec70 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000047`913fecc0 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000047`913ff5e0 00007ff7`804fe7e8     postgres!PostmasterMain(
00000047`913ff770 00007ff7`80af9ba9     postgres!main(
00000047`913ff7b0 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000047`913ff800 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000047`913ff870 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000047`923ffba8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000047`923ffbb0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000047`923ffea0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000047`923ffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000047`91bffbf8 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
00000047`91bffc00 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
00000047`91bffc70 00007fff`eed74cb0     postgres!pg_signal_thread(
00000047`91bffd70 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000047`91bffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000047`917ff818 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000047`917ff820 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000047`917ffb10 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000047`917ffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008c`1b9ff628 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
0000008c`1b9ff630 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
0000008c`1b9ff6a0 00007fff`eed74cb0     postgres!pg_signal_thread(
0000008c`1b9ff7a0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000008c`1b9ff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008c`1bdff4d8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008c`1bdff4e0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000008c`1bdff7d0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000008c`1bdff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008c`1b5ff818 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008c`1b5ff820 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000008c`1b5ffb10 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000008c`1b5ffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008c`1b1ffc08 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008c`1b1ffc10 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000008c`1b1fff00 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000008c`1b1fff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008c`1adfec40 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000008c`1adfec80 00007ff7`8064afcc     postgres!ExceptionalCondition(
0000008c`1adfecc0 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000008c`1adfed10 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000008c`1adfed60 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000008c`1adff680 00007ff7`804fe7e8     postgres!PostmasterMain(
0000008c`1adff810 00007ff7`80af9ba9     postgres!main(
0000008c`1adff850 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000008c`1adff8a0 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000008c`1adff910 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000d2`bebff878 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d2`bebff880 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000d2`bebffb70 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d2`bebffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d2`be7fef00 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d2`be7fef40 00007ff7`8064afcc     postgres!ExceptionalCondition(
000000d2`be7fef80 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000d2`be7fefd0 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000d2`be7ff020 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000d2`be7ff940 00007ff7`804fe7e8     postgres!PostmasterMain(
000000d2`be7ffad0 00007ff7`80af9ba9     postgres!main(
000000d2`be7ffb10 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d2`be7ffb60 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d2`be7ffbd0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000d2`befff5f8 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
000000d2`befff600 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
000000d2`befff670 00007fff`eed74cb0     postgres!pg_signal_thread(
000000d2`befff770 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d2`befff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d2`bf3ff758 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d2`bf3ff760 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000d2`bf3ffa50 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d2`bf3ffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d2`bf7ffb38 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d2`bf7ffb40 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000d2`bf7ffe30 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d2`bf7ffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003d`e43fec30 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000003d`e43fec70 00007ff7`8064afcc     postgres!ExceptionalCondition(
0000003d`e43fecb0 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000003d`e43fed00 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000003d`e43fed50 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000003d`e43ff670 00007ff7`804fe7e8     postgres!PostmasterMain(
0000003d`e43ff800 00007ff7`80af9ba9     postgres!main(
0000003d`e43ff840 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000003d`e43ff890 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000003d`e43ff900 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000003d`e53ffc08 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003d`e53ffc10 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000003d`e53fff00 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003d`e53fff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003d`e4fffac8 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
0000003d`e4fffad0 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
0000003d`e4fffb40 00007fff`eed74cb0     postgres!pg_signal_thread(
0000003d`e4fffc40 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003d`e4fffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003d`e47ff4e8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003d`e47ff4f0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000003d`e47ff7e0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003d`e47ff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003d`e4bff9a8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003d`e4bff9b0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000003d`e4bffca0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003d`e4bffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007b`5c3ff8e8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007b`5c3ff8f0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000007b`5c3ffbe0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007b`5c3ffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007b`5c7ffbf8 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
0000007b`5c7ffc00 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
0000007b`5c7ffc70 00007fff`eed74cb0     postgres!pg_signal_thread(
0000007b`5c7ffd70 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007b`5c7ffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007b`5bbfee50 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000007b`5bbfee90 00007ff7`8064afcc     postgres!ExceptionalCondition(
0000007b`5bbfeed0 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000007b`5bbfef20 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000007b`5bbfef70 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000007b`5bbff890 00007ff7`804fe7e8     postgres!PostmasterMain(
0000007b`5bbffa20 00007ff7`80af9ba9     postgres!main(
0000007b`5bbffa60 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000007b`5bbffab0 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000007b`5bbffb20 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000007b`5bfff898 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007b`5bfff8a0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000007b`5bfffb90 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007b`5bfffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007b`5cbff608 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007b`5cbff610 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000007b`5cbff900 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007b`5cbff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000026`1edff798 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000026`1edff7a0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000026`1edffa90 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000026`1edffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000026`1e5ff5b8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000026`1e5ff5c0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000026`1e5ff8b0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000026`1e5ff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000026`1e9ffcf8 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
00000026`1e9ffd00 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
00000026`1e9ffd70 00007fff`eed74cb0     postgres!pg_signal_thread(
00000026`1e9ffe70 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000026`1e9ffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000026`1f1ffb08 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000026`1f1ffb10 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000026`1f1ffe00 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000026`1f1ffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000026`1e1fef60 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000026`1e1fefa0 00007ff7`8064afcc     postgres!ExceptionalCondition(
00000026`1e1fefe0 00007ff7`8064a138     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000026`1e1ff030 00007ff7`8064b5f5     postgres!process_pm_child_exit(void)+0x748 [c:\cirrus\src\backend\postmaster\pos...
00000026`1e1ff090 00007ff7`80648ccc     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000026`1e1ff9b0 00007ff7`804fe7e8     postgres!PostmasterMain(
00000026`1e1ffb40 00007ff7`80af9ba9     postgres!main(
00000026`1e1ffb80 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000026`1e1ffbd0 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000026`1e1ffc40 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000033`65bffac8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000033`65bffad0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000033`65bffdc0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000033`65bffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000033`657ff828 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
00000033`657ff830 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
00000033`657ff8a0 00007fff`eed74cb0     postgres!pg_signal_thread(
00000033`657ff9a0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000033`657ff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000033`64bff110 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000033`64bff150 00007ff7`8064afcc     postgres!ExceptionalCondition(
00000033`64bff190 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000033`64bff1e0 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000033`64bff230 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000033`64bffb50 00007ff7`804fe7e8     postgres!PostmasterMain(
00000033`64bffce0 00007ff7`80af9ba9     postgres!main(
00000033`64bffd20 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000033`64bffd70 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000033`64bffde0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000076`df7ffa88 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000076`df7ffa90 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000076`df7ffd80 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000076`df7ffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000076`df3fedf0 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000076`df3fee30 00007ff7`8064afcc     postgres!ExceptionalCondition(
00000076`df3fee70 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000076`df3feec0 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000076`df3fef10 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000076`df3ff830 00007ff7`804fe7e8     postgres!PostmasterMain(
00000076`df3ff9c0 00007ff7`80af9ba9     postgres!main(
00000076`df3ffa00 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000076`df3ffa50 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000076`df3ffac0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000076`e03ff918 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
00000076`e03ff920 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
00000076`e03ff990 00007fff`eed74cb0     postgres!pg_signal_thread(
00000076`e03ffa90 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000076`e03ffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000076`dffff668 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000076`dffff670 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000076`dffff960 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000076`dffff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000076`dfbff628 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000076`dfbff630 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000076`dfbff920 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000076`dfbff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000076`e07ff5b8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000076`e07ff5c0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000076`e07ff8b0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000076`e07ff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`7b5fec50 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000cf`7b5fec90 00007ff7`8064afcc     postgres!ExceptionalCondition(
000000cf`7b5fecd0 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000cf`7b5fed20 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000cf`7b5fed70 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000cf`7b5ff690 00007ff7`804fe7e8     postgres!PostmasterMain(
000000cf`7b5ff820 00007ff7`80af9ba9     postgres!main(
000000cf`7b5ff860 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000cf`7b5ff8b0 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000cf`7b5ff920 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000cf`7c1ff658 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
000000cf`7c1ff660 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
000000cf`7c1ff6d0 00007fff`eed74cb0     postgres!pg_signal_thread(
000000cf`7c1ff7d0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`7c1ff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`7bdff6c8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cf`7bdff6d0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000cf`7bdff9c0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`7bdff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`7b9ff588 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cf`7b9ff590 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000cf`7b9ff880 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`7b9ff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`7c5ff8b8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cf`7c5ff8c0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000cf`7c5ffbb0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`7c5ffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007c`0d1ff4b8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007c`0d1ff4c0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000007c`0d1ff7b0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007c`0d1ff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007c`0d5ffd48 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
0000007c`0d5ffd50 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
0000007c`0d5ffdc0 00007fff`eed74cb0     postgres!pg_signal_thread(
0000007c`0d5ffec0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007c`0d5ffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007c`0d9ff6f8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007c`0d9ff700 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000007c`0d9ff9f0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007c`0d9ffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007c`0c9ff1b0 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000007c`0c9ff1f0 00007ff7`8064afcc     postgres!ExceptionalCondition(
0000007c`0c9ff230 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000007c`0c9ff280 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000007c`0c9ff2d0 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000007c`0c9ffbf0 00007ff7`804fe7e8     postgres!PostmasterMain(
0000007c`0c9ffd80 00007ff7`80af9ba9     postgres!main(
0000007c`0c9ffdc0 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000007c`0c9ffe10 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000007c`0c9ffe80 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000007c`0cdff938 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007c`0cdff940 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000007c`0cdffc30 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007c`0cdffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000039`7fffee30 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000039`7fffee70 00007ff7`8064afcc     postgres!ExceptionalCondition(
00000039`7fffeeb0 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000039`7fffef00 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000039`7fffef50 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000039`7ffff870 00007ff7`804fe7e8     postgres!PostmasterMain(
00000039`7ffffa00 00007ff7`80af9ba9     postgres!main(
00000039`7ffffa40 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000039`7ffffa90 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000039`7ffffb00 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000039`003ffa68 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000039`003ffa70 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000039`003ffd60 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000039`003ffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000039`007ffaf8 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
00000039`007ffb00 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
00000039`007ffb70 00007fff`eed74cb0     postgres!pg_signal_thread(
00000039`007ffc70 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000039`007ffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000039`00bff738 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000039`00bff740 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000039`00bffa30 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000039`00bffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000039`00fff4f8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000039`00fff500 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000039`00fff7f0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000039`00fff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000023`399ff618 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
00000023`399ff620 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
00000023`399ff690 00007fff`eed74cb0     postgres!pg_signal_thread(
00000023`399ff790 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000023`399ff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000023`39dff4b8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000023`39dff4c0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000023`39dff7b0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000023`39dff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000023`38dfee20 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000023`38dfee60 00007ff7`8064afcc     postgres!ExceptionalCondition(
00000023`38dfeea0 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000023`38dfeef0 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000023`38dfef40 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000023`38dff860 00007ff7`804fe7e8     postgres!PostmasterMain(
00000023`38dff9f0 00007ff7`80af9ba9     postgres!main(
00000023`38dffa30 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000023`38dffa80 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000023`38dffaf0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000004`621ff528 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000004`621ff530 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000004`621ff820 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000004`621ff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000004`625ff678 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000004`625ff680 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000004`625ff970 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000004`625ff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000004`631ffad8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000004`631ffae0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000004`631ffdd0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000004`631ffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000004`629ff808 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000004`629ff810 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000004`629ffb00 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000004`629ffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000004`62dff698 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
00000004`62dff6a0 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
00000004`62dff710 00007fff`eed74cb0     postgres!pg_signal_thread(
00000004`62dff810 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000004`62dff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000004`61dfec30 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000004`61dfec70 00007ff7`8064afcc     postgres!ExceptionalCondition(
00000004`61dfecb0 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000004`61dfed00 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000004`61dfed50 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000004`61dff670 00007ff7`804fe7e8     postgres!PostmasterMain(
00000004`61dff800 00007ff7`80af9ba9     postgres!main(
00000004`61dff840 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000004`61dff890 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000004`61dff900 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000007f`549ffab8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007f`549ffac0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000007f`549ffdb0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007f`549ffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007f`541ff908 00007ff7`80643ec7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
0000007f`541ff910 00007ff7`804fe754     postgres!SubPostmasterMain(
0000007f`541ff980 00007ff7`80af9ba9     postgres!main(
0000007f`541ff9c0 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000007f`541ffa10 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000007f`541ffa80 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
0000007f`541ffab0 00007fff`eed74cb0     postgres!mainCRTStartup(
0000007f`541ffae0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007f`541ffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007f`545ff7e8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007f`545ff7f0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000007f`545ffae0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007f`545ffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007f`54dffba8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007f`54dffbb0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000007f`54dffea0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007f`54dffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000006`281ffb28 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
00000006`281ffb30 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
00000006`281ffba0 00007fff`eed74cb0     postgres!pg_signal_thread(
00000006`281ffca0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000006`281ffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000006`275ff0a0 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000006`275ff0e0 00007ff7`8064afcc     postgres!ExceptionalCondition(
00000006`275ff120 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000006`275ff170 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000006`275ff1c0 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000006`275ffae0 00007ff7`804fe7e8     postgres!PostmasterMain(
00000006`275ffc70 00007ff7`80af9ba9     postgres!main(
00000006`275ffcb0 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000006`275ffd00 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000006`275ffd70 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000006`279ff938 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000006`279ff940 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000006`279ffc30 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000006`279ffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000006`27dff448 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000006`27dff450 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000006`27dff740 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000006`27dff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000006`285ffa48 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000006`285ffa50 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000006`285ffd40 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000006`285ffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000014`7d1ff768 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
00000014`7d1ff770 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
00000014`7d1ff7e0 00007fff`eed74cb0     postgres!pg_signal_thread(
00000014`7d1ff8e0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000014`7d1ff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000014`7c1ff0f0 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000014`7c1ff130 00007ff7`8064afcc     postgres!ExceptionalCondition(
00000014`7c1ff170 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000014`7c1ff1c0 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000014`7c1ff210 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000014`7c1ffb30 00007ff7`804fe7e8     postgres!PostmasterMain(
00000014`7c1ffcc0 00007ff7`80af9ba9     postgres!main(
00000014`7c1ffd00 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000014`7c1ffd50 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000014`7c1ffdc0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000014`7c5ff708 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000014`7c5ff710 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000014`7c5ffa00 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000014`7c5ffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000014`7c9ff588 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000014`7c9ff590 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000014`7c9ff880 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000014`7c9ff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000014`7cdffa08 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000014`7cdffa10 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000014`7cdffd00 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000014`7cdffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000014`7d5ff948 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000014`7d5ff950 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000014`7d5ffc40 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000014`7d5ffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000057`c0dff5b8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000057`c0dff5c0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000057`c0dff8b0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000057`c0dff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000057`c09ff5c8 00007ff7`80643ec7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000057`c09ff5d0 00007ff7`804fe754     postgres!SubPostmasterMain(
00000057`c09ff640 00007ff7`80af9ba9     postgres!main(
00000057`c09ff680 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000057`c09ff6d0 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000057`c09ff740 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000057`c09ff770 00007fff`eed74cb0     postgres!mainCRTStartup(
00000057`c09ff7a0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000057`c09ff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000057`c11ff708 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000057`c11ff710 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000057`c11ffa00 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000057`c11ffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001e`8f5ffb88 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
0000001e`8f5ffb90 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
0000001e`8f5ffc00 00007fff`eed74cb0     postgres!pg_signal_thread(
0000001e`8f5ffd00 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000001e`8f5ffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001e`8fdff558 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001e`8fdff560 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000001e`8fdff850 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000001e`8fdff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001e`8f9ff6e8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001e`8f9ff6f0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000001e`8f9ff9e0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000001e`8f9ffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001e`8f1ffb68 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001e`8f1ffb70 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000001e`8f1ffe60 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000001e`8f1ffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001e`8edfeb30 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000001e`8edfeb70 00007ff7`8064afcc     postgres!ExceptionalCondition(
0000001e`8edfebb0 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000001e`8edfec00 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000001e`8edfec50 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000001e`8edff570 00007ff7`804fe7e8     postgres!PostmasterMain(
0000001e`8edff700 00007ff7`80af9ba9     postgres!main(
0000001e`8edff740 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000001e`8edff790 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000001e`8edff800 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f0`62fff668 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f0`62fff670 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000f0`62fff960 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000f0`62fff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f0`61ffea70 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f0`61ffeab0 00007ff7`8064afcc     postgres!ExceptionalCondition(
000000f0`61ffeaf0 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f0`61ffeb40 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000f0`61ffeb90 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f0`61fff4b0 00007ff7`804fe7e8     postgres!PostmasterMain(
000000f0`61fff640 00007ff7`80af9ba9     postgres!main(
000000f0`61fff680 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f0`61fff6d0 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f0`61fff740 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f0`623ffb28 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f0`623ffb30 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000f0`623ffe20 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000f0`623ffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f0`627ffb18 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f0`627ffb20 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000f0`627ffe10 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000f0`627ffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f0`62bff648 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
000000f0`62bff650 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
000000f0`62bff6c0 00007fff`eed74cb0     postgres!pg_signal_thread(
000000f0`62bff7c0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000f0`62bff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f1`0d1ff888 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
000000f1`0d1ff890 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
000000f1`0d1ff900 00007fff`eed74cb0     postgres!pg_signal_thread(
000000f1`0d1ffa00 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000f1`0d1ffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f1`0c5ff150 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f1`0c5ff190 00007ff7`8064afcc     postgres!ExceptionalCondition(
000000f1`0c5ff1d0 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f1`0c5ff220 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000f1`0c5ff270 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f1`0c5ffb90 00007ff7`804fe7e8     postgres!PostmasterMain(
000000f1`0c5ffd20 00007ff7`80af9ba9     postgres!main(
000000f1`0c5ffd60 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f1`0c5ffdb0 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f1`0c5ffe20 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f1`0d5ff948 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f1`0d5ff950 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000f1`0d5ffc40 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000f1`0d5ffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000083`d89ffac8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000083`d89ffad0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000083`d89ffdc0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000083`d89ffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000083`d79fef30 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000083`d79fef70 00007ff7`8064afcc     postgres!ExceptionalCondition(
00000083`d79fefb0 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000083`d79ff000 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000083`d79ff050 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000083`d79ff970 00007ff7`804fe7e8     postgres!PostmasterMain(
00000083`d79ffb00 00007ff7`80af9ba9     postgres!main(
00000083`d79ffb40 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000083`d79ffb90 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000083`d79ffc00 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000083`d85ff628 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
00000083`d85ff630 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
00000083`d85ff6a0 00007fff`eed74cb0     postgres!pg_signal_thread(
00000083`d85ff7a0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000083`d85ff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d4`d3dfec00 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d4`d3dfec40 00007ff7`8064afcc     postgres!ExceptionalCondition(
000000d4`d3dfec80 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000d4`d3dfecd0 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000d4`d3dfed20 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000d4`d3dff640 00007ff7`804fe7e8     postgres!PostmasterMain(
000000d4`d3dff7d0 00007ff7`80af9ba9     postgres!main(
000000d4`d3dff810 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d4`d3dff860 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d4`d3dff8d0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000d4`d51ff918 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d4`d51ff920 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000d4`d51ffc10 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d4`d51ffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d4`d4dffda8 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
000000d4`d4dffdb0 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
000000d4`d4dffe20 00007fff`eed74cb0     postgres!pg_signal_thread(
000000d4`d4dfff20 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d4`d4dfff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d4`d49ff818 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d4`d49ff820 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000d4`d49ffb10 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d4`d49ffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d4`d45ffc18 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d4`d45ffc20 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000d4`d45fff10 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d4`d45fff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d4`d41ff708 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d4`d41ff710 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000d4`d41ffa00 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d4`d41ffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000013`f79ff5e8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000013`f79ff5f0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000013`f79ff8e0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000013`f79ff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000013`f75ff838 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
00000013`f75ff840 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
00000013`f75ff8b0 00007fff`eed74cb0     postgres!pg_signal_thread(
00000013`f75ff9b0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000013`f75ff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000013`f71ff758 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000013`f71ff760 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000013`f71ffa50 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000013`f71ffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000013`f6dff6c8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000013`f6dff6d0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000013`f6dff9c0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000013`f6dff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000013`f69fead0 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000013`f69feb10 00007ff7`8064afcc     postgres!ExceptionalCondition(
00000013`f69feb50 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000013`f69feba0 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000013`f69febf0 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000013`f69ff510 00007ff7`804fe7e8     postgres!PostmasterMain(
00000013`f69ff6a0 00007ff7`80af9ba9     postgres!main(
00000013`f69ff6e0 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000013`f69ff730 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000013`f69ff7a0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000db`28fff4b8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000db`28fff4c0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000db`28fff7b0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000db`28fff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000db`287ff548 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000db`287ff550 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000db`287ff840 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000db`287ff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000db`283ff748 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000db`283ff750 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000db`283ffa40 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000db`283ffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000db`27fff688 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000db`27fff690 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000db`27fff980 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000db`27fff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000db`28bffa68 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
000000db`28bffa70 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
000000db`28bffae0 00007fff`eed74cb0     postgres!pg_signal_thread(
000000db`28bffbe0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000db`28bffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000db`27bfeb60 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000db`27bfeba0 00007ff7`8064afcc     postgres!ExceptionalCondition(
000000db`27bfebe0 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000db`27bfec30 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000db`27bfec80 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000db`27bff5a0 00007ff7`804fe7e8     postgres!PostmasterMain(
000000db`27bff730 00007ff7`80af9ba9     postgres!main(
000000db`27bff770 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000db`27bff7c0 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000db`27bff830 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000031`9afffbc8 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
00000031`9afffbd0 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
00000031`9afffc40 00007fff`eed74cb0     postgres!pg_signal_thread(
00000031`9afffd40 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000031`9afffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000031`99ffecb0 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000031`99ffecf0 00007ff7`8064afcc     postgres!ExceptionalCondition(
00000031`99ffed30 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000031`99ffed80 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000031`99ffedd0 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000031`99fff6f0 00007ff7`804fe7e8     postgres!PostmasterMain(
00000031`99fff880 00007ff7`80af9ba9     postgres!main(
00000031`99fff8c0 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000031`99fff910 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000031`99fff980 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000031`9a3ff9d8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000031`9a3ff9e0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000031`9a3ffcd0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000031`9a3ffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000031`9a7ff718 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000031`9a7ff720 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000031`9a7ffa10 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000031`9a7ffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000031`9abff658 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000031`9abff660 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000031`9abff950 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000031`9abff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000031`9b3ffac8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000031`9b3ffad0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000031`9b3ffdc0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000031`9b3ffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003c`8abff1b0 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000003c`8abff1f0 00007ff7`8064afcc     postgres!ExceptionalCondition(
0000003c`8abff230 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000003c`8abff280 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000003c`8abff2d0 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000003c`8abffbf0 00007ff7`804fe7e8     postgres!PostmasterMain(
0000003c`8abffd80 00007ff7`80af9ba9     postgres!main(
0000003c`8abffdc0 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000003c`8abffe10 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000003c`8abffe80 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000003c`8bbffa68 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003c`8bbffa70 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000003c`8bbffd60 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003c`8bbffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003c`8b7ffa98 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
0000003c`8b7ffaa0 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
0000003c`8b7ffb10 00007fff`eed74cb0     postgres!pg_signal_thread(
0000003c`8b7ffc10 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003c`8b7ffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003c`8b3ff8f8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003c`8b3ff900 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000003c`8b3ffbf0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003c`8b3ffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003c`8afff478 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003c`8afff480 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000003c`8afff770 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003c`8afff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e1`dc9fef50 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e1`dc9fef90 00007ff7`8064afcc     postgres!ExceptionalCondition(
000000e1`dc9fefd0 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000e1`dc9ff020 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000e1`dc9ff070 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000e1`dc9ff990 00007ff7`804fe7e8     postgres!PostmasterMain(
000000e1`dc9ffb20 00007ff7`80af9ba9     postgres!main(
000000e1`dc9ffb60 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e1`dc9ffbb0 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e1`dc9ffc20 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000e1`dd9ffbd8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e1`dd9ffbe0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000e1`dd9ffed0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e1`dd9fff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e1`dd5ffc28 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
000000e1`dd5ffc30 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
000000e1`dd5ffca0 00007fff`eed74cb0     postgres!pg_signal_thread(
000000e1`dd5ffda0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e1`dd5ffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e1`dd1ff568 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e1`dd1ff570 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000e1`dd1ff860 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e1`dd1ff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e1`dcdff598 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e1`dcdff5a0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000e1`dcdff890 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e1`dcdff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001b`661ff748 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001b`661ff750 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000001b`661ffa40 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000001b`661ffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001b`66dff7a8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001b`66dff7b0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000001b`66dffaa0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000001b`66dffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001b`669ff8d8 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
0000001b`669ff8e0 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
0000001b`669ff950 00007fff`eed74cb0     postgres!pg_signal_thread(
0000001b`669ffa50 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000001b`669ffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001b`665ff958 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001b`665ff960 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000001b`665ffc50 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000001b`665ffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001b`65dfedb0 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000001b`65dfedf0 00007ff7`8064afcc     postgres!ExceptionalCondition(
0000001b`65dfee30 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000001b`65dfee80 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000001b`65dfeed0 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000001b`65dff7f0 00007ff7`804fe7e8     postgres!PostmasterMain(
0000001b`65dff980 00007ff7`80af9ba9     postgres!main(
0000001b`65dff9c0 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000001b`65dffa10 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000001b`65dffa80 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000024`6f1ffb38 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000024`6f1ffb40 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000024`6f1ffe30 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000024`6f1ffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000024`6e5ff160 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000024`6e5ff1a0 00007ff7`8064afcc     postgres!ExceptionalCondition(
00000024`6e5ff1e0 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000024`6e5ff230 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000024`6e5ff280 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000024`6e5ffba0 00007ff7`804fe7e8     postgres!PostmasterMain(
00000024`6e5ffd30 00007ff7`80af9ba9     postgres!main(
00000024`6e5ffd70 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000024`6e5ffdc0 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000024`6e5ffe30 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000024`6e9ffb98 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000024`6e9ffba0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000024`6e9ffe90 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000024`6e9ffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000024`6edff9d8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000024`6edff9e0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000024`6edffcd0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000024`6edffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000024`6f5ff618 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
00000024`6f5ff620 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
00000024`6f5ff690 00007fff`eed74cb0     postgres!pg_signal_thread(
00000024`6f5ff790 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000024`6f5ff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000024`6f9ff588 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000024`6f9ff590 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000024`6f9ff880 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000024`6f9ff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000087`003ffa08 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000087`003ffa10 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000087`003ffd00 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000087`003ffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000087`7f7fec60 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000087`7f7feca0 00007ff7`8064afcc     postgres!ExceptionalCondition(
00000087`7f7fece0 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000087`7f7fed30 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000087`7f7fed80 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000087`7f7ff6a0 00007ff7`804fe7e8     postgres!PostmasterMain(
00000087`7f7ff830 00007ff7`80af9ba9     postgres!main(
00000087`7f7ff870 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000087`7f7ff8c0 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000087`7f7ff930 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000087`7ffff868 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000087`7ffff870 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000087`7ffffb60 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000087`7ffffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000087`00bff758 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000087`00bff760 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000087`00bffa50 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000087`00bffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000087`007ffc18 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
00000087`007ffc20 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
00000087`007ffc90 00007fff`eed74cb0     postgres!pg_signal_thread(
00000087`007ffd90 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000087`007ffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000087`7fbff8e8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000087`7fbff8f0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000087`7fbffbe0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000087`7fbffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000002`b21ff4a8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000002`b21ff4b0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000002`b21ff7a0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000002`b21ff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000002`b1dff768 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000002`b1dff770 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000002`b1dffa60 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000002`b1dffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000002`b29ff768 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000002`b29ff770 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000002`b29ffa60 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000002`b29ffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000002`b19ff060 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000002`b19ff0a0 00007ff7`8064afcc     postgres!ExceptionalCondition(
00000002`b19ff0e0 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000002`b19ff130 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000002`b19ff180 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000002`b19ffaa0 00007ff7`804fe7e8     postgres!PostmasterMain(
00000002`b19ffc30 00007ff7`80af9ba9     postgres!main(
00000002`b19ffc70 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000002`b19ffcc0 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000002`b19ffd30 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000002`b25ff7b8 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
00000002`b25ff7c0 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
00000002`b25ff830 00007fff`eed74cb0     postgres!pg_signal_thread(
00000002`b25ff930 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000002`b25ff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008c`14bff638 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008c`14bff640 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000008c`14bff930 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000008c`14bff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008c`157ff458 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008c`157ff460 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000008c`157ff750 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000008c`157ff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008c`153ffab8 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
0000008c`153ffac0 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
0000008c`153ffb30 00007fff`eed74cb0     postgres!pg_signal_thread(
0000008c`153ffc30 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000008c`153ffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008c`14fff968 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008c`14fff970 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000008c`14fffc60 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000008c`14fffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008c`147ff598 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008c`147ff5a0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000008c`147ff890 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000008c`147ff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008c`143feca0 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000008c`143fece0 00007ff7`8064afcc     postgres!ExceptionalCondition(
0000008c`143fed20 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000008c`143fed70 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000008c`143fedc0 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000008c`143ff6e0 00007ff7`804fe7e8     postgres!PostmasterMain(
0000008c`143ff870 00007ff7`80af9ba9     postgres!main(
0000008c`143ff8b0 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000008c`143ff900 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000008c`143ff970 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000000b`f85ff688 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000b`f85ff690 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000000b`f85ff980 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000000b`f85ff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000b`f89ff8b8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000b`f89ff8c0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000000b`f89ffbb0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000000b`f89ffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000b`f79fee40 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000000b`f79fee80 00007ff7`8064afcc     postgres!ExceptionalCondition(
0000000b`f79feec0 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000000b`f79fef10 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000000b`f79fef60 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000000b`f79ff880 00007ff7`804fe7e8     postgres!PostmasterMain(
0000000b`f79ffa10 00007ff7`80af9ba9     postgres!main(
0000000b`f79ffa50 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000000b`f79ffaa0 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000000b`f79ffb10 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000000b`f7dff548 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000b`f7dff550 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000000b`f7dff840 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000000b`f7dff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000b`f81ff6c8 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
0000000b`f81ff6d0 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
0000000b`f81ff740 00007fff`eed74cb0     postgres!pg_signal_thread(
0000000b`f81ff840 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000000b`f81ff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bf`ce7ff8c8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bf`ce7ff8d0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000bf`ce7ffbc0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000bf`ce7ffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bf`cebffd28 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
000000bf`cebffd30 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
000000bf`cebffda0 00007fff`eed74cb0     postgres!pg_signal_thread(
000000bf`cebffea0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000bf`cebffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bf`ce3fecb0 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000bf`ce3fecf0 00007ff7`8064afcc     postgres!ExceptionalCondition(
000000bf`ce3fed30 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000bf`ce3fed80 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000bf`ce3fedd0 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000bf`ce3ff6f0 00007ff7`804fe7e8     postgres!PostmasterMain(
000000bf`ce3ff880 00007ff7`80af9ba9     postgres!main(
000000bf`ce3ff8c0 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000bf`ce3ff910 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000bf`ce3ff980 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000bf`cefff998 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bf`cefff9a0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000bf`cefffc90 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000bf`cefffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bf`cf3ff788 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bf`cf3ff790 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000bf`cf3ffa80 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000bf`cf3ffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003f`f5bff558 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003f`f5bff560 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000003f`f5bff850 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003f`f5bff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003f`f6bff528 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003f`f6bff530 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000003f`f6bff820 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003f`f6bff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003f`f67ffcb8 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
0000003f`f67ffcc0 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
0000003f`f67ffd30 00007fff`eed74cb0     postgres!pg_signal_thread(
0000003f`f67ffe30 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003f`f67ffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003f`f63ff708 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003f`f63ff710 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000003f`f63ffa00 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003f`f63ffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003f`f5fff918 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003f`f5fff920 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000003f`f5fffc10 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003f`f5fffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003f`f57fefd0 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000003f`f57ff010 00007ff7`8064afcc     postgres!ExceptionalCondition(
0000003f`f57ff050 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000003f`f57ff0a0 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000003f`f57ff0f0 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000003f`f57ffa10 00007ff7`804fe7e8     postgres!PostmasterMain(
0000003f`f57ffba0 00007ff7`80af9ba9     postgres!main(
0000003f`f57ffbe0 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000003f`f57ffc30 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000003f`f57ffca0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000b2`7d9ffae8 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
000000b2`7d9ffaf0 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
000000b2`7d9ffb60 00007fff`eed74cb0     postgres!pg_signal_thread(
000000b2`7d9ffc60 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b2`7d9ffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b2`7cdff918 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b2`7cdff920 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000b2`7cdffc10 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b2`7cdffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b2`7ddffa38 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b2`7ddffa40 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000b2`7ddffd30 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b2`7ddffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b2`7c9fec30 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b2`7c9fec70 00007ff7`8064afcc     postgres!ExceptionalCondition(
000000b2`7c9fecb0 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000b2`7c9fed00 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000b2`7c9fed50 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000b2`7c9ff670 00007ff7`804fe7e8     postgres!PostmasterMain(
000000b2`7c9ff800 00007ff7`80af9ba9     postgres!main(
000000b2`7c9ff840 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b2`7c9ff890 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000b2`7c9ff900 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000b2`7d5ff758 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b2`7d5ff760 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000b2`7d5ffa50 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b2`7d5ffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b2`7d1ff9c8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b2`7d1ff9d0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000b2`7d1ffcc0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b2`7d1ffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007a`f27ff040 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000007a`f27ff080 00007ff7`8064afcc     postgres!ExceptionalCondition(
0000007a`f27ff0c0 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000007a`f27ff110 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000007a`f27ff160 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000007a`f27ffa80 00007ff7`804fe7e8     postgres!PostmasterMain(
0000007a`f27ffc10 00007ff7`80af9ba9     postgres!main(
0000007a`f27ffc50 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000007a`f27ffca0 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000007a`f27ffd10 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000007a`f2bffba8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007a`f2bffbb0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000007a`f2bffea0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007a`f2bffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007a`f2fff668 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
0000007a`f2fff670 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
0000007a`f2fff6e0 00007fff`eed74cb0     postgres!pg_signal_thread(
0000007a`f2fff7e0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007a`f2fff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007a`f33ffb78 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007a`f33ffb80 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000007a`f33ffe70 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007a`f33ffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007a`f37ff7b8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007a`f37ff7c0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000007a`f37ffab0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007a`f37ffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bd`87bff858 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bd`87bff860 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000bd`87bffb50 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000bd`87bffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bd`887ff7f8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bd`887ff800 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000bd`887ffaf0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000bd`887ffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bd`877ff170 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000bd`877ff1b0 00007ff7`8064afcc     postgres!ExceptionalCondition(
000000bd`877ff1f0 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000bd`877ff240 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000bd`877ff290 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000bd`877ffbb0 00007ff7`804fe7e8     postgres!PostmasterMain(
000000bd`877ffd40 00007ff7`80af9ba9     postgres!main(
000000bd`877ffd80 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000bd`877ffdd0 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000bd`877ffe40 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000bd`883ff8a8 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
000000bd`883ff8b0 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
000000bd`883ff920 00007fff`eed74cb0     postgres!pg_signal_thread(
000000bd`883ffa20 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000bd`883ffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000aa`36dff818 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000aa`36dff820 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000aa`36dffb10 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000aa`36dffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000aa`371ff738 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000aa`371ff740 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000aa`371ffa30 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000aa`371ffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000aa`365ff0d0 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000aa`365ff110 00007ff7`8064afcc     postgres!ExceptionalCondition(
000000aa`365ff150 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000aa`365ff1a0 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000aa`365ff1f0 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000aa`365ffb10 00007ff7`804fe7e8     postgres!PostmasterMain(
000000aa`365ffca0 00007ff7`80af9ba9     postgres!main(
000000aa`365ffce0 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000aa`365ffd30 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000aa`365ffda0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000aa`375ffbd8 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
000000aa`375ffbe0 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
000000aa`375ffc50 00007fff`eed74cb0     postgres!pg_signal_thread(
000000aa`375ffd50 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000aa`375ffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000aa`379ff948 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000aa`379ff950 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000aa`379ffc40 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000aa`379ffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000aa`369ff7b8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000aa`369ff7c0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000aa`369ffab0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000aa`369ffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000089`eb1ffda8 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
00000089`eb1ffdb0 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
00000089`eb1ffe20 00007fff`eed74cb0     postgres!pg_signal_thread(
00000089`eb1fff20 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000089`eb1fff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000089`ea9ff888 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000089`ea9ff890 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000089`ea9ffb80 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000089`ea9ffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000089`eb5ff8d8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000089`eb5ff8e0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000089`eb5ffbd0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000089`eb5ffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000089`ea5fef80 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000089`ea5fefc0 00007ff7`8064afcc     postgres!ExceptionalCondition(
00000089`ea5ff000 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000089`ea5ff050 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000089`ea5ff0a0 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000089`ea5ff9c0 00007ff7`804fe7e8     postgres!PostmasterMain(
00000089`ea5ffb50 00007ff7`80af9ba9     postgres!main(
00000089`ea5ffb90 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000089`ea5ffbe0 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000089`ea5ffc50 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000089`eadff8f8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000089`eadff900 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000089`eadffbf0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000089`eadffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`82fff5a8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000001`82fff5b0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000001`82fff8a0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000001`82fff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`823fec80 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000001`823fecc0 00007ff7`8064afcc     postgres!ExceptionalCondition(
00000001`823fed00 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000001`823fed50 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000001`823feda0 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000001`823ff6c0 00007ff7`804fe7e8     postgres!PostmasterMain(
00000001`823ff850 00007ff7`80af9ba9     postgres!main(
00000001`823ff890 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000001`823ff8e0 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000001`823ff950 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000001`827ff7f8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000001`827ff800 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000001`827ffaf0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000001`827ffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`82bffb08 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000001`82bffb10 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000001`82bffe00 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000001`82bffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`833ff6d8 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
00000001`833ff6e0 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
00000001`833ff750 00007fff`eed74cb0     postgres!pg_signal_thread(
00000001`833ff850 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000001`833ff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`837ff7e8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000001`837ff7f0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000001`837ffae0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000001`837ffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ee`d3dff608 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ee`d3dff610 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000ee`d3dff900 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ee`d3dff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ee`d29ff1a0 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ee`d29ff1e0 00007ff7`8064afcc     postgres!ExceptionalCondition(
000000ee`d29ff220 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ee`d29ff270 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000ee`d29ff2c0 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ee`d29ffbe0 00007ff7`804fe7e8     postgres!PostmasterMain(
000000ee`d29ffd70 00007ff7`80af9ba9     postgres!main(
000000ee`d29ffdb0 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ee`d29ffe00 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ee`d29ffe70 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ee`d2dff868 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ee`d2dff870 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000ee`d2dffb60 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ee`d2dffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ee`d31ff4c8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ee`d31ff4d0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000ee`d31ff7c0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ee`d31ff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ee`d35ff708 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ee`d35ff710 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000ee`d35ffa00 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ee`d35ffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ee`d39ffc18 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
000000ee`d39ffc20 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
000000ee`d39ffc90 00007fff`eed74cb0     postgres!pg_signal_thread(
000000ee`d39ffd90 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ee`d39ffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bb`923ff688 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
000000bb`923ff690 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
000000bb`923ff700 00007fff`eed74cb0     postgres!pg_signal_thread(
000000bb`923ff800 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000bb`923ff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bb`927ff868 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bb`927ff870 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000bb`927ffb60 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000bb`927ffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bb`91fff758 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bb`91fff760 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000bb`91fffa50 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000bb`91fffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bb`91bffaf8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bb`91bffb00 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000bb`91bffdf0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000bb`91bffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bb`917ff858 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bb`917ff860 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000bb`917ffb50 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000bb`917ffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bb`913fefe0 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000bb`913ff020 00007ff7`8064afcc     postgres!ExceptionalCondition(
000000bb`913ff060 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000bb`913ff0b0 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000bb`913ff100 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000bb`913ffa20 00007ff7`804fe7e8     postgres!PostmasterMain(
000000bb`913ffbb0 00007ff7`80af9ba9     postgres!main(
000000bb`913ffbf0 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000bb`913ffc40 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000bb`913ffcb0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000d0`dafff9c8 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
000000d0`dafff9d0 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
000000d0`dafffa40 00007fff`eed74cb0     postgres!pg_signal_thread(
000000d0`dafffb40 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d0`dafffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d0`dabffc08 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d0`dabffc10 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000d0`dabfff00 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d0`dabfff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d0`da7fec00 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d0`da7fec40 00007ff7`8064afcc     postgres!ExceptionalCondition(
000000d0`da7fec80 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000d0`da7fecd0 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000d0`da7fed20 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000d0`da7ff640 00007ff7`804fe7e8     postgres!PostmasterMain(
000000d0`da7ff7d0 00007ff7`80af9ba9     postgres!main(
000000d0`da7ff810 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d0`da7ff860 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d0`da7ff8d0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000d0`db7ff668 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d0`db7ff670 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000d0`db7ff960 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d0`db7ff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d0`db3ffac8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d0`db3ffad0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000d0`db3ffdc0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d0`db3ffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007b`e33ffbd8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007b`e33ffbe0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000007b`e33ffed0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007b`e33fff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007b`e27ff618 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007b`e27ff620 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000007b`e27ff910 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007b`e27ff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007b`e2bff828 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
0000007b`e2bff830 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
0000007b`e2bff8a0 00007fff`eed74cb0     postgres!pg_signal_thread(
0000007b`e2bff9a0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007b`e2bff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007b`e2fff5a8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007b`e2fff5b0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000007b`e2fff8a0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007b`e2fff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007b`e23fea10 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000007b`e23fea50 00007ff7`8064afcc     postgres!ExceptionalCondition(
0000007b`e23fea90 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000007b`e23feae0 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000007b`e23feb30 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000007b`e23ff450 00007ff7`804fe7e8     postgres!PostmasterMain(
0000007b`e23ff5e0 00007ff7`80af9ba9     postgres!main(
0000007b`e23ff620 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000007b`e23ff670 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000007b`e23ff6e0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000089`df9ffb78 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000089`df9ffb80 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000089`df9ffe70 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000089`df9ffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000089`e05ff528 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000089`e05ff530 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000089`e05ff820 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000089`e05ff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000089`df5ff090 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000089`df5ff0d0 00007ff7`8064afcc     postgres!ExceptionalCondition(
00000089`df5ff110 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000089`df5ff160 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000089`df5ff1b0 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000089`df5ffad0 00007ff7`804fe7e8     postgres!PostmasterMain(
00000089`df5ffc60 00007ff7`80af9ba9     postgres!main(
00000089`df5ffca0 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000089`df5ffcf0 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000089`df5ffd60 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000089`e01ff4a8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000089`e01ff4b0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000089`e01ff7a0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000089`e01ff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000089`dfdff758 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
00000089`dfdff760 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
00000089`dfdff7d0 00007fff`eed74cb0     postgres!pg_signal_thread(
00000089`dfdff8d0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000089`dfdff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000024`5edffac8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000024`5edffad0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000024`5edffdc0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000024`5edffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000024`5e9ff8f8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000024`5e9ff900 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000024`5e9ffbf0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000024`5e9ffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000024`5e5ffcb8 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
00000024`5e5ffcc0 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
00000024`5e5ffd30 00007fff`eed74cb0     postgres!pg_signal_thread(
00000024`5e5ffe30 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000024`5e5ffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000024`5e1ff8b8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000024`5e1ff8c0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000024`5e1ffbb0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000024`5e1ffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000024`5ddfec80 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000024`5ddfecc0 00007ff7`8064afcc     postgres!ExceptionalCondition(
00000024`5ddfed00 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000024`5ddfed50 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000024`5ddfeda0 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000024`5ddff6c0 00007ff7`804fe7e8     postgres!PostmasterMain(
00000024`5ddff850 00007ff7`80af9ba9     postgres!main(
00000024`5ddff890 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000024`5ddff8e0 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000024`5ddff950 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000d7`197ff518 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d7`197ff520 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000d7`197ff810 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d7`197ff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d7`18bfefd0 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d7`18bff010 00007ff7`8064afcc     postgres!ExceptionalCondition(
000000d7`18bff050 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000d7`18bff0a0 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000d7`18bff0f0 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000d7`18bffa10 00007ff7`804fe7e8     postgres!PostmasterMain(
000000d7`18bffba0 00007ff7`80af9ba9     postgres!main(
000000d7`18bffbe0 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d7`18bffc30 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d7`18bffca0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000d7`18fff6d8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d7`18fff6e0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000d7`18fff9d0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d7`18fffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d7`193ffa58 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
000000d7`193ffa60 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
000000d7`193ffad0 00007fff`eed74cb0     postgres!pg_signal_thread(
000000d7`193ffbd0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d7`193ffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d7`19bffac8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d7`19bffad0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000d7`19bffdc0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d7`19bffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001c`2abffa78 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
0000001c`2abffa80 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
0000001c`2abffaf0 00007fff`eed74cb0     postgres!pg_signal_thread(
0000001c`2abffbf0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000001c`2abffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001c`29fff0a0 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000001c`29fff0e0 00007ff7`8064afcc     postgres!ExceptionalCondition(
0000001c`29fff120 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000001c`29fff170 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000001c`29fff1c0 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000001c`29fffae0 00007ff7`804fe7e8     postgres!PostmasterMain(
0000001c`29fffc70 00007ff7`80af9ba9     postgres!main(
0000001c`29fffcb0 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000001c`29fffd00 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000001c`29fffd70 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000001c`2a3ffbc8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001c`2a3ffbd0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000001c`2a3ffec0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000001c`2a3ffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001c`2a7ff9e8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001c`2a7ff9f0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000001c`2a7ffce0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000001c`2a7ffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001c`2afffb38 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001c`2afffb40 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000001c`2afffe30 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000001c`2afffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000078`2fdffaf8 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
00000078`2fdffb00 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
00000078`2fdffb70 00007fff`eed74cb0     postgres!pg_signal_thread(
00000078`2fdffc70 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000078`2fdffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000078`2f1fef40 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000078`2f1fef80 00007ff7`8064afcc     postgres!ExceptionalCondition(
00000078`2f1fefc0 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000078`2f1ff010 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000078`2f1ff060 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000078`2f1ff980 00007ff7`804fe7e8     postgres!PostmasterMain(
00000078`2f1ffb10 00007ff7`80af9ba9     postgres!main(
00000078`2f1ffb50 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000078`2f1ffba0 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000078`2f1ffc10 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000078`2f5ff488 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000078`2f5ff490 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000078`2f5ff780 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000078`2f5ff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000078`2f9ff758 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000078`2f9ff760 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000078`2f9ffa50 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000078`2f9ffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000078`301ffa08 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000078`301ffa10 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000078`301ffd00 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000078`301ffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000091`af5ff938 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
00000091`af5ff940 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
00000091`af5ff9b0 00007fff`eed74cb0     postgres!pg_signal_thread(
00000091`af5ffab0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000091`af5ffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000091`ae9feab0 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000091`ae9feaf0 00007ff7`8064afcc     postgres!ExceptionalCondition(
00000091`ae9feb30 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000091`ae9feb80 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000091`ae9febd0 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000091`ae9ff4f0 00007ff7`804fe7e8     postgres!PostmasterMain(
00000091`ae9ff680 00007ff7`80af9ba9     postgres!main(
00000091`ae9ff6c0 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000091`ae9ff710 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000091`ae9ff780 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000091`aedffa78 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000091`aedffa80 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000091`aedffd70 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000091`aedffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000091`af1ff8c8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000091`af1ff8d0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000091`af1ffbc0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000091`af1ffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000091`af9ff9e8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000091`af9ff9f0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000091`af9ffce0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000091`af9ffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000088`89dffb88 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
00000088`89dffb90 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
00000088`89dffc00 00007fff`eed74cb0     postgres!pg_signal_thread(
00000088`89dffd00 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000088`89dffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000088`88dfed40 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000088`88dfed80 00007ff7`8064afcc     postgres!ExceptionalCondition(
00000088`88dfedc0 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000088`88dfee10 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000088`88dfee60 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000088`88dff780 00007ff7`804fe7e8     postgres!PostmasterMain(
00000088`88dff910 00007ff7`80af9ba9     postgres!main(
00000088`88dff950 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000088`88dff9a0 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000088`88dffa10 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000088`891ffc18 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000088`891ffc20 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000088`891fff10 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000088`891fff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000088`895ff5d8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000088`895ff5e0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000088`895ff8d0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000088`895ff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000088`899ff9e8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000088`899ff9f0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000088`899ffce0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000088`899ffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000088`8a1ff5c8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000088`8a1ff5d0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000088`8a1ff8c0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000088`8a1ff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000004`0f3ff8a8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000004`0f3ff8b0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000004`0f3ffba0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000004`0f3ffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000004`0e7ff170 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000004`0e7ff1b0 00007ff7`8064afcc     postgres!ExceptionalCondition(
00000004`0e7ff1f0 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000004`0e7ff240 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000004`0e7ff290 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000004`0e7ffbb0 00007ff7`804fe7e8     postgres!PostmasterMain(
00000004`0e7ffd40 00007ff7`80af9ba9     postgres!main(
00000004`0e7ffd80 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000004`0e7ffdd0 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000004`0e7ffe40 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000004`0ebff4c8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000004`0ebff4d0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000004`0ebff7c0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000004`0ebff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000004`0efff918 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000004`0efff920 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000004`0efffc10 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000004`0efffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000004`0f7ffad8 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
00000004`0f7ffae0 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
00000004`0f7ffb50 00007fff`eed74cb0     postgres!pg_signal_thread(
00000004`0f7ffc50 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000004`0f7ffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000004`0fbff668 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000004`0fbff670 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000004`0fbff960 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000004`0fbff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`6b3ff738 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
00000001`6b3ff740 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
00000001`6b3ff7b0 00007fff`eed74cb0     postgres!pg_signal_thread(
00000001`6b3ff8b0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000001`6b3ff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`6b7ff538 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000001`6b7ff540 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000001`6b7ff830 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000001`6b7ff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`6bbff458 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000001`6bbff460 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000001`6bbff750 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000001`6bbff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`6abfefb0 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000001`6abfeff0 00007ff7`8064afcc     postgres!ExceptionalCondition(
00000001`6abff030 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000001`6abff080 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000001`6abff0d0 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000001`6abff9f0 00007ff7`804fe7e8     postgres!PostmasterMain(
00000001`6abffb80 00007ff7`80af9ba9     postgres!main(
00000001`6abffbc0 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000001`6abffc10 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000001`6abffc80 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000001`6afff8f8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000001`6afff900 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000001`6afffbf0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000001`6afffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003b`751ffb58 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003b`751ffb60 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000003b`751ffe50 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003b`751ffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003b`759ffc08 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
0000003b`759ffc10 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
0000003b`759ffc80 00007fff`eed74cb0     postgres!pg_signal_thread(
0000003b`759ffd80 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003b`759ffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003b`75dffa98 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003b`75dffaa0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000003b`75dffd90 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003b`75dffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003b`74dfef00 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000003b`74dfef40 00007ff7`8064afcc     postgres!ExceptionalCondition(
0000003b`74dfef80 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000003b`74dfefd0 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000003b`74dff020 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000003b`74dff940 00007ff7`804fe7e8     postgres!PostmasterMain(
0000003b`74dffad0 00007ff7`80af9ba9     postgres!main(
0000003b`74dffb10 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000003b`74dffb60 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000003b`74dffbd0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000003b`755ffad8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003b`755ffae0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000003b`755ffdd0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003b`755ffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000006`16dff9e8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000006`16dff9f0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000006`16dffce0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000006`16dffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000006`171ff478 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000006`171ff480 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000006`171ff770 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000006`171ff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000006`175ff968 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
00000006`175ff970 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
00000006`175ff9e0 00007fff`eed74cb0     postgres!pg_signal_thread(
00000006`175ffae0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000006`175ffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000006`169feee0 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000006`169fef20 00007ff7`8064afcc     postgres!ExceptionalCondition(
00000006`169fef60 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000006`169fefb0 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000006`169ff000 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000006`169ff920 00007ff7`804fe7e8     postgres!PostmasterMain(
00000006`169ffab0 00007ff7`80af9ba9     postgres!main(
00000006`169ffaf0 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000006`169ffb40 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000006`169ffbb0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000006`179ff8b8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000006`179ff8c0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000006`179ffbb0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000006`179ffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000042`757ff5c8 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
00000042`757ff5d0 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
00000042`757ff640 00007fff`eed74cb0     postgres!pg_signal_thread(
00000042`757ff740 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000042`757ff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000042`74bfef50 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000042`74bfef90 00007ff7`8064afcc     postgres!ExceptionalCondition(
00000042`74bfefd0 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000042`74bff020 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000042`74bff070 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000042`74bff990 00007ff7`804fe7e8     postgres!PostmasterMain(
00000042`74bffb20 00007ff7`80af9ba9     postgres!main(
00000042`74bffb60 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000042`74bffbb0 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000042`74bffc20 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000042`74fff5e8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000042`74fff5f0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000042`74fff8e0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000042`74fff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000042`753ff5c8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000042`753ff5d0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000042`753ff8c0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000042`753ff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000042`75bffa48 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000042`75bffa50 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000042`75bffd40 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000042`75bffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009a`fc5ff668 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
0000009a`fc5ff670 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
0000009a`fc5ff6e0 00007fff`eed74cb0     postgres!pg_signal_thread(
0000009a`fc5ff7e0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000009a`fc5ff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009a`fbdfeed0 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000009a`fbdfef10 00007ff7`8064afcc     postgres!ExceptionalCondition(
0000009a`fbdfef50 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000009a`fbdfefa0 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000009a`fbdfeff0 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000009a`fbdff910 00007ff7`804fe7e8     postgres!PostmasterMain(
0000009a`fbdffaa0 00007ff7`80af9ba9     postgres!main(
0000009a`fbdffae0 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000009a`fbdffb30 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000009a`fbdffba0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000009a`fcdff868 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009a`fcdff870 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000009a`fcdffb60 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000009a`fcdffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000de`9d9ffc68 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
000000de`9d9ffc70 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
000000de`9d9ffce0 00007fff`eed74cb0     postgres!pg_signal_thread(
000000de`9d9ffde0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000de`9d9ffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000de`9c9fec30 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000de`9c9fec70 00007ff7`8064afcc     postgres!ExceptionalCondition(
000000de`9c9fecb0 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000de`9c9fed00 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000de`9c9fed50 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000de`9c9ff670 00007ff7`804fe7e8     postgres!PostmasterMain(
000000de`9c9ff800 00007ff7`80af9ba9     postgres!main(
000000de`9c9ff840 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000de`9c9ff890 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000de`9c9ff900 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000de`9cdffb18 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000de`9cdffb20 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000de`9cdffe10 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000de`9cdffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000de`9d1ffc28 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000de`9d1ffc30 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000de`9d1fff20 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000de`9d1fff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000de`9ddffbd8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000de`9ddffbe0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000de`9ddffed0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000de`9ddfff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000de`9d5ff718 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000de`9d5ff720 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000de`9d5ffa10 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000de`9d5ffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ea`225ff768 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ea`225ff770 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000ea`225ffa60 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ea`225ffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ea`221feb20 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ea`221feb60 00007ff7`8064afcc     postgres!ExceptionalCondition(
000000ea`221feba0 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ea`221febf0 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000ea`221fec40 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ea`221ff560 00007ff7`804fe7e8     postgres!PostmasterMain(
000000ea`221ff6f0 00007ff7`80af9ba9     postgres!main(
000000ea`221ff730 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ea`221ff780 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ea`221ff7f0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ea`231ff628 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ea`231ff630 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000ea`231ff920 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ea`231ff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ea`22dff6a8 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
000000ea`22dff6b0 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
000000ea`22dff720 00007fff`eed74cb0     postgres!pg_signal_thread(
000000ea`22dff820 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ea`22dff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ea`229ffbb8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ea`229ffbc0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000ea`229ffeb0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ea`229ffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008d`d9dff7b8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008d`d9dff7c0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000008d`d9dffab0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000008d`d9dffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008d`d95ffb48 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
0000008d`d95ffb50 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
0000008d`d95ffbc0 00007fff`eed74cb0     postgres!pg_signal_thread(
0000008d`d95ffcc0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000008d`d95ffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008d`d91ff8e8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008d`d91ff8f0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000008d`d91ffbe0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000008d`d91ffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008d`d8dfec70 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000008d`d8dfecb0 00007ff7`8064afcc     postgres!ExceptionalCondition(
0000008d`d8dfecf0 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000008d`d8dfed40 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000008d`d8dfed90 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000008d`d8dff6b0 00007ff7`804fe7e8     postgres!PostmasterMain(
0000008d`d8dff840 00007ff7`80af9ba9     postgres!main(
0000008d`d8dff880 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000008d`d8dff8d0 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000008d`d8dff940 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000008d`d99ff568 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008d`d99ff570 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000008d`d99ff860 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000008d`d99ff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`017ffa18 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
00000001`017ffa20 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
00000001`017ffa90 00007fff`eed74cb0     postgres!pg_signal_thread(
00000001`017ffb90 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000001`017ffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`01bff778 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000001`01bff780 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000001`01bffa70 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000001`01bffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`007fec00 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000001`007fec40 00007ff7`8064afcc     postgres!ExceptionalCondition(
00000001`007fec80 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000001`007fecd0 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000001`007fed20 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000001`007ff640 00007ff7`804fe7e8     postgres!PostmasterMain(
00000001`007ff7d0 00007ff7`80af9ba9     postgres!main(
00000001`007ff810 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000001`007ff860 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000001`007ff8d0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000001`00bff498 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000001`00bff4a0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000001`00bff790 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000001`00bff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`00fffa58 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000001`00fffa60 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000001`00fffd50 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000001`00fffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`013ff4a8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000001`013ff4b0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000001`013ff7a0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000001`013ff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007b`5ebff678 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
0000007b`5ebff680 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
0000007b`5ebff6f0 00007fff`eed74cb0     postgres!pg_signal_thread(
0000007b`5ebff7f0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007b`5ebff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007b`5f3ff588 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007b`5f3ff590 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000007b`5f3ff880 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007b`5f3ff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007b`5dfff110 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000007b`5dfff150 00007ff7`8064afcc     postgres!ExceptionalCondition(
0000007b`5dfff190 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000007b`5dfff1e0 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000007b`5dfff230 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000007b`5dfffb50 00007ff7`804fe7e8     postgres!PostmasterMain(
0000007b`5dfffce0 00007ff7`80af9ba9     postgres!main(
0000007b`5dfffd20 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000007b`5dfffd70 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000007b`5dfffde0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000007b`5e3ff5a8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007b`5e3ff5b0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000007b`5e3ff8a0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007b`5e3ff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007b`5e7ff788 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007b`5e7ff790 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000007b`5e7ffa80 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007b`5e7ffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007b`5efff488 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007b`5efff490 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000007b`5efff780 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007b`5efff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c7`57dfeac0 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c7`57dfeb00 00007ff7`8064afcc     postgres!ExceptionalCondition(
000000c7`57dfeb40 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c7`57dfeb90 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000c7`57dfebe0 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c7`57dff500 00007ff7`804fe7e8     postgres!PostmasterMain(
000000c7`57dff690 00007ff7`80af9ba9     postgres!main(
000000c7`57dff6d0 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c7`57dff720 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c7`57dff790 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c7`585ff618 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c7`585ff620 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000c7`585ff910 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c7`585ff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c7`589ff868 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
000000c7`589ff870 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
000000c7`589ff8e0 00007fff`eed74cb0     postgres!pg_signal_thread(
000000c7`589ff9e0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c7`589ffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c7`58dff868 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c7`58dff870 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000c7`58dffb60 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c7`58dffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c7`581ff898 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c7`581ff8a0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000c7`581ffb90 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c7`581ffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000082`2a7fedd0 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000082`2a7fee10 00007ff7`8064afcc     postgres!ExceptionalCondition(
00000082`2a7fee50 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000082`2a7feea0 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000082`2a7feef0 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000082`2a7ff810 00007ff7`804fe7e8     postgres!PostmasterMain(
00000082`2a7ff9a0 00007ff7`80af9ba9     postgres!main(
00000082`2a7ff9e0 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000082`2a7ffa30 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000082`2a7ffaa0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000082`2afffa08 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000082`2afffa10 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000082`2afffd00 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000082`2afffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000082`2b3ffce8 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
00000082`2b3ffcf0 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
00000082`2b3ffd60 00007fff`eed74cb0     postgres!pg_signal_thread(
00000082`2b3ffe60 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000082`2b3ffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000082`2b7ffb98 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000082`2b7ffba0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000082`2b7ffe90 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000082`2b7ffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000082`2abffb08 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000082`2abffb10 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000082`2abffe00 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000082`2abffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b2`4e5ff968 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b2`4e5ff970 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000b2`4e5ffc60 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b2`4e5ffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b2`4e9ff8a8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b2`4e9ff8b0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000b2`4e9ffba0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b2`4e9ffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b2`4edff8c8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b2`4edff8d0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000b2`4edffbc0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b2`4edffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b2`4f1ff978 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
000000b2`4f1ff980 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
000000b2`4f1ff9f0 00007fff`eed74cb0     postgres!pg_signal_thread(
000000b2`4f1ffaf0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b2`4f1ffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b2`4e1fea70 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b2`4e1feab0 00007ff7`8064afcc     postgres!ExceptionalCondition(
000000b2`4e1feaf0 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000b2`4e1feb40 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000b2`4e1feb90 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000b2`4e1ff4b0 00007ff7`804fe7e8     postgres!PostmasterMain(
000000b2`4e1ff640 00007ff7`80af9ba9     postgres!main(
000000b2`4e1ff680 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b2`4e1ff6d0 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000b2`4e1ff740 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000b2`4f5ff6d8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b2`4f5ff6e0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000b2`4f5ff9d0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b2`4f5ffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a2`2f5ff898 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a2`2f5ff8a0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000a2`2f5ffb90 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a2`2f5ffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a2`2e9ff1c0 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a2`2e9ff200 00007ff7`8064afcc     postgres!ExceptionalCondition(
000000a2`2e9ff240 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000a2`2e9ff290 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000a2`2e9ff2e0 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a2`2e9ffc00 00007ff7`804fe7e8     postgres!PostmasterMain(
000000a2`2e9ffd90 00007ff7`80af9ba9     postgres!main(
000000a2`2e9ffdd0 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a2`2e9ffe20 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a2`2e9ffe90 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a2`2edff888 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a2`2edff890 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000a2`2edffb80 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a2`2edffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a2`2f1ffdb8 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
000000a2`2f1ffdc0 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
000000a2`2f1ffe30 00007fff`eed74cb0     postgres!pg_signal_thread(
000000a2`2f1fff30 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a2`2f1fff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a2`2f9ff918 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a2`2f9ff920 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000a2`2f9ffc10 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a2`2f9ffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f1`babff4a8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f1`babff4b0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000f1`babff7a0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000f1`babff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f1`ba7ff170 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f1`ba7ff1b0 00007ff7`8064afcc     postgres!ExceptionalCondition(
000000f1`ba7ff1f0 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f1`ba7ff240 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000f1`ba7ff290 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f1`ba7ffbb0 00007ff7`804fe7e8     postgres!PostmasterMain(
000000f1`ba7ffd40 00007ff7`80af9ba9     postgres!main(
000000f1`ba7ffd80 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f1`ba7ffdd0 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f1`ba7ffe40 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f1`bafff738 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f1`bafff740 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000f1`bafffa30 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000f1`bafffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f1`bb3ffa38 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
000000f1`bb3ffa40 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
000000f1`bb3ffab0 00007fff`eed74cb0     postgres!pg_signal_thread(
000000f1`bb3ffbb0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000f1`bb3ffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f1`bb7ff7d8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f1`bb7ff7e0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000f1`bb7ffad0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000f1`bb7ffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002e`dbbff9b8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002e`dbbff9c0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000002e`dbbffcb0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000002e`dbbffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002e`dabfed20 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000002e`dabfed60 00007ff7`8064afcc     postgres!ExceptionalCondition(
0000002e`dabfeda0 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000002e`dabfedf0 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000002e`dabfee40 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000002e`dabff760 00007ff7`804fe7e8     postgres!PostmasterMain(
0000002e`dabff8f0 00007ff7`80af9ba9     postgres!main(
0000002e`dabff930 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000002e`dabff980 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000002e`dabff9f0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000002e`dafff7a8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002e`dafff7b0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000002e`dafffaa0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000002e`dafffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002e`db3ff8a8 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
0000002e`db3ff8b0 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
0000002e`db3ff920 00007fff`eed74cb0     postgres!pg_signal_thread(
0000002e`db3ffa20 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000002e`db3ffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002e`db7ffae8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002e`db7ffaf0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000002e`db7ffde0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000002e`db7ffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000eb`3dfff9b8 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
000000eb`3dfff9c0 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
000000eb`3dfffa30 00007fff`eed74cb0     postgres!pg_signal_thread(
000000eb`3dfffb30 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000eb`3dfffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000eb`3d3ff120 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000eb`3d3ff160 00007ff7`8064afcc     postgres!ExceptionalCondition(
000000eb`3d3ff1a0 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000eb`3d3ff1f0 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000eb`3d3ff240 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000eb`3d3ffb60 00007ff7`804fe7e8     postgres!PostmasterMain(
000000eb`3d3ffcf0 00007ff7`80af9ba9     postgres!main(
000000eb`3d3ffd30 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000eb`3d3ffd80 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000eb`3d3ffdf0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000eb`3d7ff708 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000eb`3d7ff710 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000eb`3d7ffa00 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000eb`3d7ffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000eb`3dbffae8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000eb`3dbffaf0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000eb`3dbffde0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000eb`3dbffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000eb`3e3ffb88 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000eb`3e3ffb90 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000eb`3e3ffe80 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000eb`3e3ffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006a`6ddffb58 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006a`6ddffb60 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000006a`6ddffe50 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000006a`6ddffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006a`6d1fef20 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000006a`6d1fef60 00007ff7`8064afcc     postgres!ExceptionalCondition(
0000006a`6d1fefa0 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000006a`6d1feff0 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000006a`6d1ff040 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000006a`6d1ff960 00007ff7`804fe7e8     postgres!PostmasterMain(
0000006a`6d1ffaf0 00007ff7`80af9ba9     postgres!main(
0000006a`6d1ffb30 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000006a`6d1ffb80 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000006a`6d1ffbf0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000006a`6d5ff7c8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006a`6d5ff7d0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000006a`6d5ffac0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000006a`6d5ffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006a`6d9ffbd8 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
0000006a`6d9ffbe0 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
0000006a`6d9ffc50 00007fff`eed74cb0     postgres!pg_signal_thread(
0000006a`6d9ffd50 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000006a`6d9ffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006a`6e1ff6b8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006a`6e1ff6c0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000006a`6e1ff9b0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000006a`6e1ff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004b`463ff6a8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004b`463ff6b0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000004b`463ff9a0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000004b`463ff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004b`45fffb38 00007ff7`80643ec7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
0000004b`45fffb40 00007ff7`804fe754     postgres!SubPostmasterMain(
0000004b`45fffbb0 00007ff7`80af9ba9     postgres!main(
0000004b`45fffbf0 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000004b`45fffc40 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000004b`45fffcb0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
0000004b`45fffce0 00007fff`eed74cb0     postgres!mainCRTStartup(
0000004b`45fffd10 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000004b`45fffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004b`467ff6b8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004b`467ff6c0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000004b`467ff9b0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000004b`467ff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003e`767ffb08 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
0000003e`767ffb10 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
0000003e`767ffb80 00007fff`eed74cb0     postgres!pg_signal_thread(
0000003e`767ffc80 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003e`767ffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003e`757fea60 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000003e`757feaa0 00007ff7`8064afcc     postgres!ExceptionalCondition(
0000003e`757feae0 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000003e`757feb30 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000003e`757feb80 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000003e`757ff4a0 00007ff7`804fe7e8     postgres!PostmasterMain(
0000003e`757ff630 00007ff7`80af9ba9     postgres!main(
0000003e`757ff670 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000003e`757ff6c0 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000003e`757ff730 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000003e`75bffa88 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003e`75bffa90 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000003e`75bffd80 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003e`75bffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003e`75fff458 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003e`75fff460 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000003e`75fff750 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003e`75fff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003e`763ffb08 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003e`763ffb10 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000003e`763ffe00 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003e`763ffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003e`76bff908 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003e`76bff910 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000003e`76bffc00 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003e`76bffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000053`2b1ff948 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000053`2b1ff950 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000053`2b1ffc40 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000053`2b1ffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000053`2adff5d8 00007ff7`80643ec7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000053`2adff5e0 00007ff7`804fe754     postgres!SubPostmasterMain(
00000053`2adff650 00007ff7`80af9ba9     postgres!main(
00000053`2adff690 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000053`2adff6e0 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000053`2adff750 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000053`2adff780 00007fff`eed74cb0     postgres!mainCRTStartup(
00000053`2adff7b0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000053`2adff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000053`2b5ff898 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000053`2b5ff8a0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000053`2b5ffb90 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000053`2b5ffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006b`21fff528 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006b`21fff530 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000006b`21fff820 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000006b`21fff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006b`213fed70 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000006b`213fedb0 00007ff7`8064afcc     postgres!ExceptionalCondition(
0000006b`213fedf0 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000006b`213fee40 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000006b`213fee90 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000006b`213ff7b0 00007ff7`804fe7e8     postgres!PostmasterMain(
0000006b`213ff940 00007ff7`80af9ba9     postgres!main(
0000006b`213ff980 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000006b`213ff9d0 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000006b`213ffa40 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000006b`217ff808 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006b`217ff810 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000006b`217ffb00 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000006b`217ffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006b`227ff4b8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006b`227ff4c0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000006b`227ff7b0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000006b`227ff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006b`21bff7b8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006b`21bff7c0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000006b`21bffab0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000006b`21bffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006b`223ff988 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
0000006b`223ff990 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
0000006b`223ffa00 00007fff`eed74cb0     postgres!pg_signal_thread(
0000006b`223ffb00 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000006b`223ffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b7`12bff928 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b7`12bff930 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000b7`12bffc20 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b7`12bffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b7`133ffa68 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b7`133ffa70 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000b7`133ffd60 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b7`133ffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b7`12fff628 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
000000b7`12fff630 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
000000b7`12fff6a0 00007fff`eed74cb0     postgres!pg_signal_thread(
000000b7`12fff7a0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b7`12fff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b7`127ff508 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b7`127ff510 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000b7`127ff800 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b7`127ff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b7`123ff160 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b7`123ff1a0 00007ff7`8064afcc     postgres!ExceptionalCondition(
000000b7`123ff1e0 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000b7`123ff230 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000b7`123ff280 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000b7`123ffba0 00007ff7`804fe7e8     postgres!PostmasterMain(
000000b7`123ffd30 00007ff7`80af9ba9     postgres!main(
000000b7`123ffd70 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b7`123ffdc0 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000b7`123ffe30 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000027`655ffa18 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
00000027`655ffa20 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
00000027`655ffa90 00007fff`eed74cb0     postgres!pg_signal_thread(
00000027`655ffb90 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000027`655ffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000027`651ffb18 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000027`651ffb20 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000027`651ffe10 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000027`651ffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000027`659ff788 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000027`659ff790 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000027`659ffa80 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000027`659ffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000027`64dfea80 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000027`64dfeac0 00007ff7`8064afcc     postgres!ExceptionalCondition(
00000027`64dfeb00 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000027`64dfeb50 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000027`64dfeba0 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000027`64dff4c0 00007ff7`804fe7e8     postgres!PostmasterMain(
00000027`64dff650 00007ff7`80af9ba9     postgres!main(
00000027`64dff690 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000027`64dff6e0 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000027`64dff750 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000027`65dffb68 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000027`65dffb70 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000027`65dffe60 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000027`65dffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000098`9fbff778 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
00000098`9fbff780 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
00000098`9fbff7f0 00007fff`eed74cb0     postgres!pg_signal_thread(
00000098`9fbff8f0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000098`9fbff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000098`9ffffb08 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000098`9ffffb10 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000098`9ffffe00 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000098`9ffffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000098`9f3fee00 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000098`9f3fee40 00007ff7`8064afcc     postgres!ExceptionalCondition(
00000098`9f3fee80 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000098`9f3feed0 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000098`9f3fef20 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000098`9f3ff840 00007ff7`804fe7e8     postgres!PostmasterMain(
00000098`9f3ff9d0 00007ff7`80af9ba9     postgres!main(
00000098`9f3ffa10 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000098`9f3ffa60 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000098`9f3ffad0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000098`a03ff858 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000098`a03ff860 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000098`a03ffb50 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000098`a03ffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000098`9f7ff698 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000098`9f7ff6a0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000098`9f7ff990 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000098`9f7ff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000084`9dbfeec0 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000084`9dbfef00 00007ff7`8064afcc     postgres!ExceptionalCondition(
00000084`9dbfef40 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000084`9dbfef90 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000084`9dbfefe0 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000084`9dbff900 00007ff7`804fe7e8     postgres!PostmasterMain(
00000084`9dbffa90 00007ff7`80af9ba9     postgres!main(
00000084`9dbffad0 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000084`9dbffb20 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000084`9dbffb90 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000084`9dfff4d8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000084`9dfff4e0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000084`9dfff7d0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000084`9dfff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000084`9ebff648 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000084`9ebff650 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000084`9ebff940 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000084`9ebff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000084`9e3ff8a8 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
00000084`9e3ff8b0 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
00000084`9e3ff920 00007fff`eed74cb0     postgres!pg_signal_thread(
00000084`9e3ffa20 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000084`9e3ffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000084`9e7ff928 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000084`9e7ff930 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000084`9e7ffc20 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000084`9e7ffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000068`045fed30 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000068`045fed70 00007ff7`8064afcc     postgres!ExceptionalCondition(
00000068`045fedb0 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000068`045fee00 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000068`045fee50 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000068`045ff770 00007ff7`804fe7e8     postgres!PostmasterMain(
00000068`045ff900 00007ff7`80af9ba9     postgres!main(
00000068`045ff940 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000068`045ff990 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000068`045ffa00 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000068`059ff698 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000068`059ff6a0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000068`059ff990 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000068`059ff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000068`055ff818 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
00000068`055ff820 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
00000068`055ff890 00007fff`eed74cb0     postgres!pg_signal_thread(
00000068`055ff990 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000068`055ff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000068`051ffb98 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000068`051ffba0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000068`051ffe90 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000068`051ffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000068`04dff518 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000068`04dff520 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000068`04dff810 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000068`04dff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000068`049ff9e8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000068`049ff9f0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000068`049ffce0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000068`049ffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b7`fa1ffae8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b7`fa1ffaf0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000b7`fa1ffde0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b7`fa1ffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b7`f91fea30 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b7`f91fea70 00007ff7`8064afcc     postgres!ExceptionalCondition(
000000b7`f91feab0 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000b7`f91feb00 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000b7`f91feb50 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000b7`f91ff470 00007ff7`804fe7e8     postgres!PostmasterMain(
000000b7`f91ff600 00007ff7`80af9ba9     postgres!main(
000000b7`f91ff640 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b7`f91ff690 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000b7`f91ff700 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000b7`f95ffb08 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b7`f95ffb10 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000b7`f95ffe00 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b7`f95ffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b7`f99ffcd8 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
000000b7`f99ffce0 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
000000b7`f99ffd50 00007fff`eed74cb0     postgres!pg_signal_thread(
000000b7`f99ffe50 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b7`f99ffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b7`f9dffa38 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b7`f9dffa40 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000b7`f9dffd30 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b7`f9dffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000051`621ff818 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000051`621ff820 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000051`621ffb10 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000051`621ffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000051`62dffa08 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000051`62dffa10 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000051`62dffd00 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000051`62dffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000051`629ffce8 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
00000051`629ffcf0 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
00000051`629ffd60 00007fff`eed74cb0     postgres!pg_signal_thread(
00000051`629ffe60 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000051`629ffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000051`625ff948 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000051`625ff950 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000051`625ffc40 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000051`625ffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000051`61dfee40 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000051`61dfee80 00007ff7`8064afcc     postgres!ExceptionalCondition(
00000051`61dfeec0 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000051`61dfef10 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000051`61dfef60 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000051`61dff880 00007ff7`804fe7e8     postgres!PostmasterMain(
00000051`61dffa10 00007ff7`80af9ba9     postgres!main(
00000051`61dffa50 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000051`61dffaa0 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000051`61dffb10 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000d0`b0fffb78 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d0`b0fffb80 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000d0`b0fffe70 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d0`b0fffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d0`afffee60 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d0`afffeea0 00007ff7`8064afcc     postgres!ExceptionalCondition(
000000d0`afffeee0 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000d0`afffef30 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000d0`afffef80 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000d0`affff8a0 00007ff7`804fe7e8     postgres!PostmasterMain(
000000d0`affffa30 00007ff7`80af9ba9     postgres!main(
000000d0`affffa70 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d0`affffac0 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d0`affffb30 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000d0`b03ff988 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d0`b03ff990 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000d0`b03ffc80 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d0`b03ffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d0`b07ff9d8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d0`b07ff9e0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000d0`b07ffcd0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d0`b07ffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d0`b0bff8b8 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
000000d0`b0bff8c0 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
000000d0`b0bff930 00007fff`eed74cb0     postgres!pg_signal_thread(
000000d0`b0bffa30 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d0`b0bffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009d`161ff110 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000009d`161ff150 00007ff7`8064afcc     postgres!ExceptionalCondition(
0000009d`161ff190 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000009d`161ff1e0 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000009d`161ff230 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000009d`161ffb50 00007ff7`804fe7e8     postgres!PostmasterMain(
0000009d`161ffce0 00007ff7`80af9ba9     postgres!main(
0000009d`161ffd20 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000009d`161ffd70 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000009d`161ffde0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000009d`16dff6c8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009d`16dff6d0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000009d`16dff9c0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000009d`16dff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009d`171ff4e8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009d`171ff4f0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000009d`171ff7e0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000009d`171ff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009d`169ffc98 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
0000009d`169ffca0 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
0000009d`169ffd10 00007fff`eed74cb0     postgres!pg_signal_thread(
0000009d`169ffe10 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000009d`169ffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009d`165ff568 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009d`165ff570 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000009d`165ff860 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000009d`165ff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009e`6d5ff858 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009e`6d5ff860 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000009e`6d5ffb50 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000009e`6d5ffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009e`6d1ffc48 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
0000009e`6d1ffc50 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
0000009e`6d1ffcc0 00007fff`eed74cb0     postgres!pg_signal_thread(
0000009e`6d1ffdc0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000009e`6d1ffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009e`6d9ffb58 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009e`6d9ffb60 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000009e`6d9ffe50 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000009e`6d9ffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009e`6c9feea0 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000009e`6c9feee0 00007ff7`8064afcc     postgres!ExceptionalCondition(
0000009e`6c9fef20 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000009e`6c9fef70 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000009e`6c9fefc0 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000009e`6c9ff8e0 00007ff7`804fe7e8     postgres!PostmasterMain(
0000009e`6c9ffa70 00007ff7`80af9ba9     postgres!main(
0000009e`6c9ffab0 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000009e`6c9ffb00 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000009e`6c9ffb70 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000009e`6cdff688 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009e`6cdff690 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000009e`6cdff980 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000009e`6cdff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000032`c81feb40 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000032`c81feb80 00007ff7`8064afcc     postgres!ExceptionalCondition(
00000032`c81febc0 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000032`c81fec10 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000032`c81fec60 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000032`c81ff580 00007ff7`804fe7e8     postgres!PostmasterMain(
00000032`c81ff710 00007ff7`80af9ba9     postgres!main(
00000032`c81ff750 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000032`c81ff7a0 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000032`c81ff810 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000032`c8dffb18 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
00000032`c8dffb20 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
00000032`c8dffb90 00007fff`eed74cb0     postgres!pg_signal_thread(
00000032`c8dffc90 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000032`c8dffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000032`c85ffa18 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000032`c85ffa20 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000032`c85ffd10 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000032`c85ffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000032`c89ffad8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000032`c89ffae0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000032`c89ffdd0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000032`c89ffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000032`c91ffb28 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000032`c91ffb30 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000032`c91ffe20 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000032`c91ffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ca`2c1ffb68 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ca`2c1ffb70 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000ca`2c1ffe60 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ca`2c1ffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ca`2b5ffbb8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ca`2b5ffbc0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000ca`2b5ffeb0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ca`2b5ffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ca`2b9ff5d8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ca`2b9ff5e0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000ca`2b9ff8d0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ca`2b9ff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ca`2adff070 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ca`2adff0b0 00007ff7`8064afcc     postgres!ExceptionalCondition(
000000ca`2adff0f0 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ca`2adff140 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000ca`2adff190 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ca`2adffab0 00007ff7`804fe7e8     postgres!PostmasterMain(
000000ca`2adffc40 00007ff7`80af9ba9     postgres!main(
000000ca`2adffc80 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ca`2adffcd0 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ca`2adffd40 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ca`2b1ffc08 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ca`2b1ffc10 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000ca`2b1fff00 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ca`2b1fff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ca`2bdff8d8 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
000000ca`2bdff8e0 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
000000ca`2bdff950 00007fff`eed74cb0     postgres!pg_signal_thread(
000000ca`2bdffa50 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ca`2bdffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c6`26bff728 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c6`26bff730 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000c6`26bffa20 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c6`26bffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c6`267ffd28 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
000000c6`267ffd30 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
000000c6`267ffda0 00007fff`eed74cb0     postgres!pg_signal_thread(
000000c6`267ffea0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c6`267ffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c6`263ffb18 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c6`263ffb20 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000c6`263ffe10 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c6`263ffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c6`25fff8b8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c6`25fff8c0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000c6`25fffbb0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c6`25fffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c6`25bfeb50 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c6`25bfeb90 00007ff7`8064afcc     postgres!ExceptionalCondition(
000000c6`25bfebd0 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c6`25bfec20 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000c6`25bfec70 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c6`25bff590 00007ff7`804fe7e8     postgres!PostmasterMain(
000000c6`25bff720 00007ff7`80af9ba9     postgres!main(
000000c6`25bff760 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c6`25bff7b0 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c6`25bff820 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f6`367feaf0 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f6`367feb30 00007ff7`8064afcc     postgres!ExceptionalCondition(
000000f6`367feb70 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f6`367febc0 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000f6`367fec10 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f6`367ff530 00007ff7`804fe7e8     postgres!PostmasterMain(
000000f6`367ff6c0 00007ff7`80af9ba9     postgres!main(
000000f6`367ff700 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f6`367ff750 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f6`367ff7c0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f6`36bff718 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f6`36bff720 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000f6`36bffa10 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000f6`36bffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f6`36fff818 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f6`36fff820 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000f6`36fffb10 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000f6`36fffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f6`373ffb68 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
000000f6`373ffb70 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
000000f6`373ffbe0 00007fff`eed74cb0     postgres!pg_signal_thread(
000000f6`373ffce0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000f6`373ffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f6`377ff668 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f6`377ff670 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000f6`377ff960 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000f6`377ff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000013`92bff858 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000013`92bff860 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000013`92bffb50 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000013`92bffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000013`937ff788 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000013`937ff790 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000013`937ffa80 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000013`937ffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000013`92fff728 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
00000013`92fff730 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
00000013`92fff7a0 00007fff`eed74cb0     postgres!pg_signal_thread(
00000013`92fff8a0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000013`92fff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000013`933ff8f8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000013`933ff900 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000013`933ffbf0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000013`933ffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000013`927fed90 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000013`927fedd0 00007ff7`8064afcc     postgres!ExceptionalCondition(
00000013`927fee10 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000013`927fee60 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000013`927feeb0 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000013`927ff7d0 00007ff7`804fe7e8     postgres!PostmasterMain(
00000013`927ff960 00007ff7`80af9ba9     postgres!main(
00000013`927ff9a0 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000013`927ff9f0 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000013`927ffa60 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000b6`f41ff5c8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b6`f41ff5d0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000b6`f41ff8c0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b6`f41ff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b6`f35fec10 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b6`f35fec50 00007ff7`8064afcc     postgres!ExceptionalCondition(
000000b6`f35fec90 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000b6`f35fece0 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000b6`f35fed30 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000b6`f35ff650 00007ff7`804fe7e8     postgres!PostmasterMain(
000000b6`f35ff7e0 00007ff7`80af9ba9     postgres!main(
000000b6`f35ff820 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b6`f35ff870 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000b6`f35ff8e0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000b6`f45ff918 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
000000b6`f45ff920 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
000000b6`f45ff990 00007fff`eed74cb0     postgres!pg_signal_thread(
000000b6`f45ffa90 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b6`f45ffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b6`f49ff728 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b6`f49ff730 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000b6`f49ffa20 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b6`f49ffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b6`f39ffc08 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b6`f39ffc10 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000b6`f39fff00 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b6`f39fff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b6`f3dff7a8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b6`f3dff7b0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000b6`f3dffaa0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b6`f3dffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ea`f23ff010 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ea`f23ff050 00007ff7`8064afcc     postgres!ExceptionalCondition(
000000ea`f23ff090 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ea`f23ff0e0 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000ea`f23ff130 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ea`f23ffa50 00007ff7`804fe7e8     postgres!PostmasterMain(
000000ea`f23ffbe0 00007ff7`80af9ba9     postgres!main(
000000ea`f23ffc20 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ea`f23ffc70 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ea`f23ffce0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ea`f2fffb58 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ea`f2fffb60 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000ea`f2fffe50 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ea`f2fffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ea`f33ff7c8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ea`f33ff7d0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000ea`f33ffac0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ea`f33ffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ea`f27ffaa8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ea`f27ffab0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000ea`f27ffda0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ea`f27ffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ea`f2bff7a8 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
000000ea`f2bff7b0 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
000000ea`f2bff820 00007fff`eed74cb0     postgres!pg_signal_thread(
000000ea`f2bff920 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ea`f2bff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000026`181ff8e8 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
00000026`181ff8f0 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
00000026`181ff960 00007fff`eed74cb0     postgres!pg_signal_thread(
00000026`181ffa60 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000026`181ffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000026`185ffa08 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000026`185ffa10 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000026`185ffd00 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000026`185ffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000026`175fea70 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000026`175feab0 00007ff7`8064afcc     postgres!ExceptionalCondition(
00000026`175feaf0 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000026`175feb40 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000026`175feb90 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000026`175ff4b0 00007ff7`804fe7e8     postgres!PostmasterMain(
00000026`175ff640 00007ff7`80af9ba9     postgres!main(
00000026`175ff680 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000026`175ff6d0 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000026`175ff740 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000026`179ff638 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000026`179ff640 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000026`179ff930 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000026`179ff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000026`17dff778 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000026`17dff780 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000026`17dffa70 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000026`17dffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000e`479ffc38 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000e`479ffc40 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000000e`479fff30 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000000e`479fff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000e`475ff9b8 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
0000000e`475ff9c0 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
0000000e`475ffa30 00007fff`eed74cb0     postgres!pg_signal_thread(
0000000e`475ffb30 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000000e`475ffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000e`471ffa88 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000e`471ffa90 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000000e`471ffd80 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000000e`471ffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000e`46dffa68 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000e`46dffa70 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000000e`46dffd60 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000000e`46dffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000e`469ff190 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000000e`469ff1d0 00007ff7`8064afcc     postgres!ExceptionalCondition(
0000000e`469ff210 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000000e`469ff260 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000000e`469ff2b0 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000000e`469ffbd0 00007ff7`804fe7e8     postgres!PostmasterMain(
0000000e`469ffd60 00007ff7`80af9ba9     postgres!main(
0000000e`469ffda0 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000000e`469ffdf0 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000000e`469ffe60 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a2`2e7feb20 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a2`2e7feb60 00007ff7`8064afcc     postgres!ExceptionalCondition(
000000a2`2e7feba0 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000a2`2e7febf0 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000a2`2e7fec40 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a2`2e7ff560 00007ff7`804fe7e8     postgres!PostmasterMain(
000000a2`2e7ff6f0 00007ff7`80af9ba9     postgres!main(
000000a2`2e7ff730 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a2`2e7ff780 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a2`2e7ff7f0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a2`2f7ff828 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a2`2f7ff830 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000a2`2f7ffb20 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a2`2f7ffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a2`2f3ffbc8 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
000000a2`2f3ffbd0 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
000000a2`2f3ffc40 00007fff`eed74cb0     postgres!pg_signal_thread(
000000a2`2f3ffd40 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a2`2f3ffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a2`2efff4f8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a2`2efff500 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000a2`2efff7f0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a2`2efff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a2`2ebff698 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a2`2ebff6a0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000a2`2ebff990 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a2`2ebff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000081`601ffaf8 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
00000081`601ffb00 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
00000081`601ffb70 00007fff`eed74cb0     postgres!pg_signal_thread(
00000081`601ffc70 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000081`601ffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000081`5fdff698 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000081`5fdff6a0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000081`5fdff990 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000081`5fdff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000081`5f9ff708 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000081`5f9ff710 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000081`5f9ffa00 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000081`5f9ffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000081`5f5ffb28 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000081`5f5ffb30 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000081`5f5ffe20 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000081`5f5ffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000081`5f1feae0 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000081`5f1feb20 00007ff7`8064afcc     postgres!ExceptionalCondition(
00000081`5f1feb60 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000081`5f1febb0 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000081`5f1fec00 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000081`5f1ff520 00007ff7`804fe7e8     postgres!PostmasterMain(
00000081`5f1ff6b0 00007ff7`80af9ba9     postgres!main(
00000081`5f1ff6f0 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000081`5f1ff740 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000081`5f1ff7b0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000081`605ffa98 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000081`605ffaa0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000081`605ffd90 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000081`605ffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d2`007ff6b8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d2`007ff6c0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000d2`007ff9b0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d2`007ff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d2`013ffb28 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d2`013ffb30 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000d2`013ffe20 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d2`013ffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d2`00fff9f8 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
000000d2`00fffa00 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
000000d2`00fffa70 00007fff`eed74cb0     postgres!pg_signal_thread(
000000d2`00fffb70 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d2`00fffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d2`003feb70 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d2`003febb0 00007ff7`8064afcc     postgres!ExceptionalCondition(
000000d2`003febf0 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000d2`003fec40 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000d2`003fec90 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000d2`003ff5b0 00007ff7`804fe7e8     postgres!PostmasterMain(
000000d2`003ff740 00007ff7`80af9ba9     postgres!main(
000000d2`003ff780 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d2`003ff7d0 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d2`003ff840 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000d2`00bff938 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d2`00bff940 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000d2`00bffc30 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d2`00bffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000054`61bff928 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
00000054`61bff930 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
00000054`61bff9a0 00007fff`eed74cb0     postgres!pg_signal_thread(
00000054`61bffaa0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000054`61bffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000054`60ffef70 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000054`60ffefb0 00007ff7`8064afcc     postgres!ExceptionalCondition(
00000054`60ffeff0 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000054`60fff040 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000054`60fff090 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000054`60fff9b0 00007ff7`804fe7e8     postgres!PostmasterMain(
00000054`60fffb40 00007ff7`80af9ba9     postgres!main(
00000054`60fffb80 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000054`60fffbd0 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000054`60fffc40 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000054`613ff8e8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000054`613ff8f0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000054`613ffbe0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000054`613ffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000054`617ffb38 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000054`617ffb40 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000054`617ffe30 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000054`617ffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000054`61fff6d8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000054`61fff6e0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000054`61fff9d0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000054`61fffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000048`1b5ff4e8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000048`1b5ff4f0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000048`1b5ff7e0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000048`1b5ff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000048`1b1ff728 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000048`1b1ff730 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000048`1b1ffa20 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000048`1b1ffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000048`1adfee70 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000048`1adfeeb0 00007ff7`8064afcc     postgres!ExceptionalCondition(
00000048`1adfeef0 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000048`1adfef40 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000048`1adfef90 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000048`1adff8b0 00007ff7`804fe7e8     postgres!PostmasterMain(
00000048`1adffa40 00007ff7`80af9ba9     postgres!main(
00000048`1adffa80 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000048`1adffad0 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000048`1adffb40 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000048`1b9ffcb8 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
00000048`1b9ffcc0 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
00000048`1b9ffd30 00007fff`eed74cb0     postgres!pg_signal_thread(
00000048`1b9ffe30 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000048`1b9ffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000048`1bdff988 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000048`1bdff990 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000048`1bdffc80 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000048`1bdffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000087`575ffa68 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000087`575ffa70 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000087`575ffd60 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000087`575ffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000087`579ffae8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000087`579ffaf0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000087`579ffde0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000087`579ffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000087`57dffad8 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
00000087`57dffae0 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
00000087`57dffb50 00007fff`eed74cb0     postgres!pg_signal_thread(
00000087`57dffc50 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000087`57dffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000087`581ff5e8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000087`581ff5f0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000087`581ff8e0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000087`581ff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000087`571fee10 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000087`571fee50 00007ff7`8064afcc     postgres!ExceptionalCondition(
00000087`571fee90 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000087`571feee0 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000087`571fef30 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000087`571ff850 00007ff7`804fe7e8     postgres!PostmasterMain(
00000087`571ff9e0 00007ff7`80af9ba9     postgres!main(
00000087`571ffa20 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000087`571ffa70 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000087`571ffae0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a3`1a5ff7c8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a3`1a5ff7d0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000a3`1a5ffac0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a3`1a5ffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a3`1a1fec00 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a3`1a1fec40 00007ff7`8064afcc     postgres!ExceptionalCondition(
000000a3`1a1fec80 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000a3`1a1fecd0 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000a3`1a1fed20 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a3`1a1ff640 00007ff7`804fe7e8     postgres!PostmasterMain(
000000a3`1a1ff7d0 00007ff7`80af9ba9     postgres!main(
000000a3`1a1ff810 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a3`1a1ff860 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a3`1a1ff8d0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a3`1a9ff618 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a3`1a9ff620 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000a3`1a9ff910 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a3`1a9ff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a3`1adff568 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a3`1adff570 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000a3`1adff860 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a3`1adff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a3`1b1ffb38 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
000000a3`1b1ffb40 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
000000a3`1b1ffbb0 00007fff`eed74cb0     postgres!pg_signal_thread(
000000a3`1b1ffcb0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a3`1b1ffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a3`1b5ff508 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a3`1b5ff510 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000a3`1b5ff800 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a3`1b5ff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006e`685ff5c8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006e`685ff5d0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000006e`685ff8c0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000006e`685ff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006e`689ff828 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
0000006e`689ff830 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
0000006e`689ff8a0 00007fff`eed74cb0     postgres!pg_signal_thread(
0000006e`689ff9a0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000006e`689ff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006e`681feff0 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000006e`681ff030 00007ff7`8064afcc     postgres!ExceptionalCondition(
0000006e`681ff070 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000006e`681ff0c0 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000006e`681ff110 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000006e`681ffa30 00007ff7`804fe7e8     postgres!PostmasterMain(
0000006e`681ffbc0 00007ff7`80af9ba9     postgres!main(
0000006e`681ffc00 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000006e`681ffc50 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000006e`681ffcc0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000006e`68dff858 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006e`68dff860 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000006e`68dffb50 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000006e`68dffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006e`691ff8b8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006e`691ff8c0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000006e`691ffbb0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000006e`691ffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004d`121ff938 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
0000004d`121ff940 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
0000004d`121ff9b0 00007fff`eed74cb0     postgres!pg_signal_thread(
0000004d`121ffab0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000004d`121ffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004d`125ff7f8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004d`125ff800 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000004d`125ffaf0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000004d`125ffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004d`115feaf0 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000004d`115feb30 00007ff7`8064afcc     postgres!ExceptionalCondition(
0000004d`115feb70 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000004d`115febc0 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000004d`115fec10 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000004d`115ff530 00007ff7`804fe7e8     postgres!PostmasterMain(
0000004d`115ff6c0 00007ff7`80af9ba9     postgres!main(
0000004d`115ff700 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000004d`115ff750 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000004d`115ff7c0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000004d`119ff8b8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004d`119ff8c0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000004d`119ffbb0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000004d`119ffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004d`11dffac8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004d`11dffad0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000004d`11dffdc0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000004d`11dffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000041`4cfff6e8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000041`4cfff6f0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000041`4cfff9e0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000041`4cfffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000041`4d7ff6b8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000041`4d7ff6c0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000041`4d7ff9b0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000041`4d7ff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000041`4cbff928 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000041`4cbff930 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000041`4cbffc20 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000041`4cbffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000041`4c7fea30 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000041`4c7fea70 00007ff7`8064afcc     postgres!ExceptionalCondition(
00000041`4c7feab0 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000041`4c7feb00 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000041`4c7feb50 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000041`4c7ff470 00007ff7`804fe7e8     postgres!PostmasterMain(
00000041`4c7ff600 00007ff7`80af9ba9     postgres!main(
00000041`4c7ff640 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000041`4c7ff690 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000041`4c7ff700 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000041`4d3ffbc8 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
00000041`4d3ffbd0 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
00000041`4d3ffc40 00007fff`eed74cb0     postgres!pg_signal_thread(
00000041`4d3ffd40 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000041`4d3ffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cd`36fff7c8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cd`36fff7d0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000cd`36fffac0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000cd`36fffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cd`36bff9d8 00007ff7`80643ec7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000cd`36bff9e0 00007ff7`804fe754     postgres!SubPostmasterMain(
000000cd`36bffa50 00007ff7`80af9ba9     postgres!main(
000000cd`36bffa90 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000cd`36bffae0 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000cd`36bffb50 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000cd`36bffb80 00007fff`eed74cb0     postgres!mainCRTStartup(
000000cd`36bffbb0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000cd`36bffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cd`373ffbd8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cd`373ffbe0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000cd`373ffed0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000cd`373fff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000076`5e7ff778 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000076`5e7ff780 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000076`5e7ffa70 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000076`5e7ffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000076`5e3ff878 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
00000076`5e3ff880 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
00000076`5e3ff8f0 00007fff`eed74cb0     postgres!pg_signal_thread(
00000076`5e3ff9f0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000076`5e3ffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000076`5dfffb98 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000076`5dfffba0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000076`5dfffe90 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000076`5dfffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000076`5dbff918 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000076`5dbff920 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000076`5dbffc10 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000076`5dbffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000076`5d7ff050 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000076`5d7ff090 00007ff7`8064afcc     postgres!ExceptionalCondition(
00000076`5d7ff0d0 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000076`5d7ff120 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000076`5d7ff170 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000076`5d7ffa90 00007ff7`804fe7e8     postgres!PostmasterMain(
00000076`5d7ffc20 00007ff7`80af9ba9     postgres!main(
00000076`5d7ffc60 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000076`5d7ffcb0 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000076`5d7ffd20 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000002f`2e1fef10 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000002f`2e1fef50 00007ff7`8064afcc     postgres!ExceptionalCondition(
0000002f`2e1fef90 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000002f`2e1fefe0 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000002f`2e1ff030 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000002f`2e1ff950 00007ff7`804fe7e8     postgres!PostmasterMain(
0000002f`2e1ffae0 00007ff7`80af9ba9     postgres!main(
0000002f`2e1ffb20 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000002f`2e1ffb70 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000002f`2e1ffbe0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000002f`2edffd08 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
0000002f`2edffd10 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
0000002f`2edffd80 00007fff`eed74cb0     postgres!pg_signal_thread(
0000002f`2edffe80 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000002f`2edffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002f`2e5ff5e8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002f`2e5ff5f0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000002f`2e5ff8e0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000002f`2e5ff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002f`2e9ff688 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002f`2e9ff690 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000002f`2e9ff980 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000002f`2e9ff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002f`2f1ffac8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002f`2f1ffad0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000002f`2f1ffdc0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000002f`2f1ffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000083`3a7fefd0 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000083`3a7ff010 00007ff7`8064afcc     postgres!ExceptionalCondition(
00000083`3a7ff050 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000083`3a7ff0a0 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000083`3a7ff0f0 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000083`3a7ffa10 00007ff7`804fe7e8     postgres!PostmasterMain(
00000083`3a7ffba0 00007ff7`80af9ba9     postgres!main(
00000083`3a7ffbe0 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000083`3a7ffc30 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000083`3a7ffca0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000083`3abff598 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000083`3abff5a0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000083`3abff890 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000083`3abff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000083`3afff928 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
00000083`3afff930 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
00000083`3afff9a0 00007fff`eed74cb0     postgres!pg_signal_thread(
00000083`3afffaa0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000083`3afffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000083`3b3ff708 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000083`3b3ff710 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000083`3b3ffa00 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000083`3b3ffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000083`3b7ffa68 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000083`3b7ffa70 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000083`3b7ffd60 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000083`3b7ffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a6`f81ff898 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
000000a6`f81ff8a0 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
000000a6`f81ff910 00007fff`eed74cb0     postgres!pg_signal_thread(
000000a6`f81ffa10 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a6`f81ffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a6`f85ff748 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a6`f85ff750 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000a6`f85ffa40 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a6`f85ffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a6`f79fea90 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a6`f79fead0 00007ff7`8064afcc     postgres!ExceptionalCondition(
000000a6`f79feb10 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000a6`f79feb60 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000a6`f79febb0 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a6`f79ff4d0 00007ff7`804fe7e8     postgres!PostmasterMain(
000000a6`f79ff660 00007ff7`80af9ba9     postgres!main(
000000a6`f79ff6a0 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a6`f79ff6f0 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a6`f79ff760 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a6`f89ff728 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a6`f89ff730 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000a6`f89ffa20 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a6`f89ffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a6`f7dff958 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a6`f7dff960 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000a6`f7dffc50 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a6`f7dffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c4`6d9ffbc8 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
000000c4`6d9ffbd0 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
000000c4`6d9ffc40 00007fff`eed74cb0     postgres!pg_signal_thread(
000000c4`6d9ffd40 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c4`6d9ffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c4`6d5ff968 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c4`6d5ff970 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000c4`6d5ffc60 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c4`6d5ffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c4`6e1ff958 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c4`6e1ff960 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000c4`6e1ffc50 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c4`6e1ffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c4`6ddffaa8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c4`6ddffab0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000c4`6ddffda0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c4`6ddffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c4`6d1fefb0 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c4`6d1feff0 00007ff7`8064afcc     postgres!ExceptionalCondition(
000000c4`6d1ff030 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c4`6d1ff080 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000c4`6d1ff0d0 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c4`6d1ff9f0 00007ff7`804fe7e8     postgres!PostmasterMain(
000000c4`6d1ffb80 00007ff7`80af9ba9     postgres!main(
000000c4`6d1ffbc0 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c4`6d1ffc10 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c4`6d1ffc80 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000de`735ff7a8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000de`735ff7b0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000de`735ffaa0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000de`735ffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000de`739ffc38 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000de`739ffc40 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000de`739fff30 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000de`739fff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000de`73dff838 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
000000de`73dff840 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
000000de`73dff8b0 00007fff`eed74cb0     postgres!pg_signal_thread(
000000de`73dff9b0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000de`73dff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000de`741ffc28 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000de`741ffc30 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000de`741fff20 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000de`741fff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000de`72dfed10 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000de`72dfed50 00007ff7`8064afcc     postgres!ExceptionalCondition(
000000de`72dfed90 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000de`72dfede0 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000de`72dfee30 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000de`72dff750 00007ff7`804fe7e8     postgres!PostmasterMain(
000000de`72dff8e0 00007ff7`80af9ba9     postgres!main(
000000de`72dff920 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000de`72dff970 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000de`72dff9e0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000de`731ff498 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000de`731ff4a0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000de`731ff790 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000de`731ff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005a`007ff808 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
0000005a`007ff810 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
0000005a`007ff880 00007fff`eed74cb0     postgres!pg_signal_thread(
0000005a`007ff980 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000005a`007ff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005a`00bff6e8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005a`00bff6f0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000005a`00bff9e0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000005a`00bffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005a`00fffa08 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005a`00fffa10 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000005a`00fffd00 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000005a`00fffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005a`7fffebd0 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000005a`7fffec10 00007ff7`8064afcc     postgres!ExceptionalCondition(
0000005a`7fffec50 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000005a`7fffeca0 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000005a`7fffecf0 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000005a`7ffff610 00007ff7`804fe7e8     postgres!PostmasterMain(
0000005a`7ffff7a0 00007ff7`80af9ba9     postgres!main(
0000005a`7ffff7e0 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000005a`7ffff830 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000005a`7ffff8a0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000005a`003ff638 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005a`003ff640 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000005a`003ff930 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000005a`003ff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000db`c6fff4b8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000db`c6fff4c0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000db`c6fff7b0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000db`c6fff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000db`c5ffecf0 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000db`c5ffed30 00007ff7`8064afcc     postgres!ExceptionalCondition(
000000db`c5ffed70 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000db`c5ffedc0 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000db`c5ffee10 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000db`c5fff730 00007ff7`804fe7e8     postgres!PostmasterMain(
000000db`c5fff8c0 00007ff7`80af9ba9     postgres!main(
000000db`c5fff900 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000db`c5fff950 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000db`c5fff9c0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000db`c63ff588 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000db`c63ff590 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000db`c63ff880 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000db`c63ff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000db`c67ffb58 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000db`c67ffb60 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000db`c67ffe50 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000db`c67ffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000db`c6bffa68 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
000000db`c6bffa70 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
000000db`c6bffae0 00007fff`eed74cb0     postgres!pg_signal_thread(
000000db`c6bffbe0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000db`c6bffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000065`2d7ff9a8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000065`2d7ff9b0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000065`2d7ffca0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000065`2d7ffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000065`2d3ff838 00007ff7`80643ec7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000065`2d3ff840 00007ff7`804fe754     postgres!SubPostmasterMain(
00000065`2d3ff8b0 00007ff7`80af9ba9     postgres!main(
00000065`2d3ff8f0 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000065`2d3ff940 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000065`2d3ff9b0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000065`2d3ff9e0 00007fff`eed74cb0     postgres!mainCRTStartup(
00000065`2d3ffa10 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000065`2d3ffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000065`2dbff798 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000065`2dbff7a0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000065`2dbffa90 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000065`2dbffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000080`b43ff9d8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000080`b43ff9e0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000080`b43ffcd0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000080`b43ffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000080`b4bffb18 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
00000080`b4bffb20 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
00000080`b4bffb90 00007fff`eed74cb0     postgres!pg_signal_thread(
00000080`b4bffc90 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000080`b4bffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000080`b47ffaa8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000080`b47ffab0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000080`b47ffda0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000080`b47ffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000080`b4fff958 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000080`b4fff960 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000080`b4fffc50 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000080`b4fffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000080`b3ffee10 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000080`b3ffee50 00007ff7`8064afcc     postgres!ExceptionalCondition(
00000080`b3ffee90 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000080`b3ffeee0 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000080`b3ffef30 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000080`b3fff850 00007ff7`804fe7e8     postgres!PostmasterMain(
00000080`b3fff9e0 00007ff7`80af9ba9     postgres!main(
00000080`b3fffa20 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000080`b3fffa70 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000080`b3fffae0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000071`ae7ff798 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000071`ae7ff7a0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000071`ae7ffa90 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000071`ae7ffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000071`aefff458 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000071`aefff460 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000071`aefff750 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000071`aefff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000071`adffeac0 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000071`adffeb00 00007ff7`8064afcc     postgres!ExceptionalCondition(
00000071`adffeb40 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000071`adffeb90 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000071`adffebe0 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000071`adfff500 00007ff7`804fe7e8     postgres!PostmasterMain(
00000071`adfff690 00007ff7`80af9ba9     postgres!main(
00000071`adfff6d0 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000071`adfff720 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000071`adfff790 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000071`ae3ff908 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000071`ae3ff910 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000071`ae3ffc00 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000071`ae3ffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000071`aebff9c8 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
00000071`aebff9d0 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
00000071`aebffa40 00007fff`eed74cb0     postgres!pg_signal_thread(
00000071`aebffb40 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000071`aebffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a0`877fee10 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a0`877fee50 00007ff7`8064afcc     postgres!ExceptionalCondition(
000000a0`877fee90 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000a0`877feee0 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000a0`877fef30 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a0`877ff850 00007ff7`804fe7e8     postgres!PostmasterMain(
000000a0`877ff9e0 00007ff7`80af9ba9     postgres!main(
000000a0`877ffa20 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a0`877ffa70 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a0`877ffae0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a0`87fffb78 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a0`87fffb80 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000a0`87fffe70 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a0`87fffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a0`883ff6e8 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
000000a0`883ff6f0 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
000000a0`883ff760 00007fff`eed74cb0     postgres!pg_signal_thread(
000000a0`883ff860 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a0`883ff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a0`887ffaf8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a0`887ffb00 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000a0`887ffdf0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a0`887ffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a0`87bff938 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a0`87bff940 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000a0`87bffc30 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a0`87bffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000026`aebfed80 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000026`aebfedc0 00007ff7`8064afcc     postgres!ExceptionalCondition(
00000026`aebfee00 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000026`aebfee50 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000026`aebfeea0 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000026`aebff7c0 00007ff7`804fe7e8     postgres!PostmasterMain(
00000026`aebff950 00007ff7`80af9ba9     postgres!main(
00000026`aebff990 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000026`aebff9e0 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000026`aebffa50 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000026`af3ffbc8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000026`af3ffbd0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000026`af3ffec0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000026`af3ffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000026`af7ff988 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
00000026`af7ff990 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
00000026`af7ffa00 00007fff`eed74cb0     postgres!pg_signal_thread(
00000026`af7ffb00 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000026`af7ffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000026`aefff778 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000026`aefff780 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000026`aefffa70 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000026`aefffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000026`afbff558 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000026`afbff560 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000026`afbff850 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000026`afbff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000020`9e7fea30 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000020`9e7fea70 00007ff7`8064afcc     postgres!ExceptionalCondition(
00000020`9e7feab0 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000020`9e7feb00 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000020`9e7feb50 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000020`9e7ff470 00007ff7`804fe7e8     postgres!PostmasterMain(
00000020`9e7ff600 00007ff7`80af9ba9     postgres!main(
00000020`9e7ff640 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000020`9e7ff690 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000020`9e7ff700 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000020`9ebff9f8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000020`9ebffa00 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000020`9ebffcf0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000020`9ebffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000020`9efff868 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
00000020`9efff870 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
00000020`9efff8e0 00007fff`eed74cb0     postgres!pg_signal_thread(
00000020`9efff9e0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000020`9efffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000020`9f3ffa68 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000020`9f3ffa70 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000020`9f3ffd60 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000020`9f3ffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000020`9f7ff988 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000020`9f7ff990 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000020`9f7ffc80 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000020`9f7ffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000011`9fdfede0 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000011`9fdfee20 00007ff7`8064afcc     postgres!ExceptionalCondition(
00000011`9fdfee60 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000011`9fdfeeb0 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000011`9fdfef00 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000011`9fdff820 00007ff7`804fe7e8     postgres!PostmasterMain(
00000011`9fdff9b0 00007ff7`80af9ba9     postgres!main(
00000011`9fdff9f0 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000011`9fdffa40 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000011`9fdffab0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000011`a01ff848 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000011`a01ff850 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000011`a01ffb40 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000011`a01ffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000011`a05ffb28 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000011`a05ffb30 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000011`a05ffe20 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000011`a05ffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000011`a09ff928 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
00000011`a09ff930 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
00000011`a09ff9a0 00007fff`eed74cb0     postgres!pg_signal_thread(
00000011`a09ffaa0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000011`a09ffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000011`a0dffa78 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000011`a0dffa80 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000011`a0dffd70 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000011`a0dffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002f`d4ffea80 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000002f`d4ffeac0 00007ff7`8064afcc     postgres!ExceptionalCondition(
0000002f`d4ffeb00 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000002f`d4ffeb50 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000002f`d4ffeba0 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000002f`d4fff4c0 00007ff7`804fe7e8     postgres!PostmasterMain(
0000002f`d4fff650 00007ff7`80af9ba9     postgres!main(
0000002f`d4fff690 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000002f`d4fff6e0 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000002f`d4fff750 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000002f`d53ffc28 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002f`d53ffc30 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000002f`d53fff20 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000002f`d53fff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002f`d57ff488 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002f`d57ff490 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000002f`d57ff780 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000002f`d57ff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002f`d5bffc18 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
0000002f`d5bffc20 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
0000002f`d5bffc90 00007fff`eed74cb0     postgres!pg_signal_thread(
0000002f`d5bffd90 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000002f`d5bffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002f`d5fff718 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002f`d5fff720 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000002f`d5fffa10 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000002f`d5fffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d0`9fdff1e0 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d0`9fdff220 00007ff7`8064afcc     postgres!ExceptionalCondition(
000000d0`9fdff260 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000d0`9fdff2b0 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000d0`9fdff300 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000d0`9fdffc20 00007ff7`804fe7e8     postgres!PostmasterMain(
000000d0`9fdffdb0 00007ff7`80af9ba9     postgres!main(
000000d0`9fdffdf0 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d0`9fdffe40 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d0`9fdffeb0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000d0`a01ff648 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d0`a01ff650 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000d0`a01ff940 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d0`a01ff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d0`a05ffbf8 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
000000d0`a05ffc00 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
000000d0`a05ffc70 00007fff`eed74cb0     postgres!pg_signal_thread(
000000d0`a05ffd70 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d0`a05ffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d0`a09ff848 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d0`a09ff850 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000d0`a09ffb40 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d0`a09ffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d0`a0dff4f8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d0`a0dff500 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000d0`a0dff7f0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d0`a0dff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000008`a3bfeb10 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000008`a3bfeb50 00007ff7`8064afcc     postgres!ExceptionalCondition(
00000008`a3bfeb90 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000008`a3bfebe0 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000008`a3bfec30 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000008`a3bff550 00007ff7`804fe7e8     postgres!PostmasterMain(
00000008`a3bff6e0 00007ff7`80af9ba9     postgres!main(
00000008`a3bff720 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000008`a3bff770 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000008`a3bff7e0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000008`a3fffba8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000008`a3fffbb0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000008`a3fffea0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000008`a3fffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000008`a43ff638 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000008`a43ff640 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000008`a43ff930 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000008`a43ff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000008`a47ff7e8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000008`a47ff7f0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000008`a47ffae0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000008`a47ffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000008`a4bff878 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
00000008`a4bff880 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
00000008`a4bff8f0 00007fff`eed74cb0     postgres!pg_signal_thread(
00000008`a4bff9f0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000008`a4bffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000008`a4fff6b8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000008`a4fff6c0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000008`a4fff9b0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000008`a4fff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000030`4f1fee80 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000030`4f1feec0 00007ff7`8064afcc     postgres!ExceptionalCondition(
00000030`4f1fef00 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000030`4f1fef50 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000030`4f1fefa0 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000030`4f1ff8c0 00007ff7`804fe7e8     postgres!PostmasterMain(
00000030`4f1ffa50 00007ff7`80af9ba9     postgres!main(
00000030`4f1ffa90 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000030`4f1ffae0 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000030`4f1ffb50 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000030`501ff9f8 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
00000030`501ffa00 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
00000030`501ffa70 00007fff`eed74cb0     postgres!pg_signal_thread(
00000030`501ffb70 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000030`501ffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000030`505ffb78 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000030`505ffb80 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000030`505ffe70 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000030`505ffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e6`f0bfeef0 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e6`f0bfef30 00007ff7`8064afcc     postgres!ExceptionalCondition(
000000e6`f0bfef70 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000e6`f0bfefc0 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000e6`f0bff010 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000e6`f0bff930 00007ff7`804fe7e8     postgres!PostmasterMain(
000000e6`f0bffac0 00007ff7`80af9ba9     postgres!main(
000000e6`f0bffb00 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e6`f0bffb50 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e6`f0bffbc0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000e6`f0fff8c8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e6`f0fff8d0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000e6`f0fffbc0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e6`f0fffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e6`f13ff6a8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e6`f13ff6b0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000e6`f13ff9a0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e6`f13ff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e6`f17ffd78 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
000000e6`f17ffd80 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
000000e6`f17ffdf0 00007fff`eed74cb0     postgres!pg_signal_thread(
000000e6`f17ffef0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e6`f17fff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e6`f1bff518 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e6`f1bff520 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000e6`f1bff810 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e6`f1bff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000020`103fecd0 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000020`103fed10 00007ff7`8064afcc     postgres!ExceptionalCondition(
00000020`103fed50 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000020`103feda0 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000020`103fedf0 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000020`103ff710 00007ff7`804fe7e8     postgres!PostmasterMain(
00000020`103ff8a0 00007ff7`80af9ba9     postgres!main(
00000020`103ff8e0 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000020`103ff930 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000020`103ff9a0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000020`107ff6a8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000020`107ff6b0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000020`107ff9a0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000020`107ff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000020`10bff668 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000020`10bff670 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000020`10bff960 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000020`10bff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000020`10fffa98 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000020`10fffaa0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000020`10fffd90 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000020`10fffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000020`113ff8c8 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
00000020`113ff8d0 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
00000020`113ff940 00007fff`eed74cb0     postgres!pg_signal_thread(
00000020`113ffa40 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000020`113ffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000020`117ffb18 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000020`117ffb20 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000020`117ffe10 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000020`117ffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000040`c97ff140 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000040`c97ff180 00007ff7`8064afcc     postgres!ExceptionalCondition(
00000040`c97ff1c0 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000040`c97ff210 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000040`c97ff260 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000040`c97ffb80 00007ff7`804fe7e8     postgres!PostmasterMain(
00000040`c97ffd10 00007ff7`80af9ba9     postgres!main(
00000040`c97ffd50 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000040`c97ffda0 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000040`c97ffe10 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000040`c9bff4c8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000040`c9bff4d0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000040`c9bff7c0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000040`c9bff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000040`c9fff6d8 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
00000040`c9fff6e0 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
00000040`c9fff750 00007fff`eed74cb0     postgres!pg_signal_thread(
00000040`c9fff850 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000040`c9fff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000040`ca3ff978 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000040`ca3ff980 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000040`ca3ffc70 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000040`ca3ffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000040`ca7ff9f8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000040`ca7ffa00 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000040`ca7ffcf0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000040`ca7ffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000094`849fea40 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000094`849fea80 00007ff7`8064afcc     postgres!ExceptionalCondition(
00000094`849feac0 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000094`849feb10 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000094`849feb60 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000094`849ff480 00007ff7`804fe7e8     postgres!PostmasterMain(
00000094`849ff610 00007ff7`80af9ba9     postgres!main(
00000094`849ff650 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000094`849ff6a0 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000094`849ff710 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000094`84dff618 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000094`84dff620 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000094`84dff910 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000094`84dff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000094`851ff5e8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000094`851ff5f0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000094`851ff8e0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000094`851ff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000094`855ff7d8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000094`855ff7e0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000094`855ffad0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000094`855ffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000094`859ffb88 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
00000094`859ffb90 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
00000094`859ffc00 00007fff`eed74cb0     postgres!pg_signal_thread(
00000094`859ffd00 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000094`859ffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000094`85dff738 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000094`85dff740 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000094`85dffa30 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000094`85dffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008e`b35fefe0 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000008e`b35ff020 00007ff7`8064afcc     postgres!ExceptionalCondition(
0000008e`b35ff060 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000008e`b35ff0b0 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000008e`b35ff100 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000008e`b35ffa20 00007ff7`804fe7e8     postgres!PostmasterMain(
0000008e`b35ffbb0 00007ff7`80af9ba9     postgres!main(
0000008e`b35ffbf0 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000008e`b35ffc40 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000008e`b35ffcb0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000008e`b39ff578 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008e`b39ff580 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000008e`b39ff870 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000008e`b39ff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008e`b3dff598 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008e`b3dff5a0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000008e`b3dff890 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000008e`b3dff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008e`b41ff8c8 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
0000008e`b41ff8d0 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
0000008e`b41ff940 00007fff`eed74cb0     postgres!pg_signal_thread(
0000008e`b41ffa40 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000008e`b41ffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008e`b45ffa48 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008e`b45ffa50 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000008e`b45ffd40 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000008e`b45ffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d4`ee5fed40 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d4`ee5fed80 00007ff7`8064afcc     postgres!ExceptionalCondition(
000000d4`ee5fedc0 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000d4`ee5fee10 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000d4`ee5fee60 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000d4`ee5ff780 00007ff7`804fe7e8     postgres!PostmasterMain(
000000d4`ee5ff910 00007ff7`80af9ba9     postgres!main(
000000d4`ee5ff950 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d4`ee5ff9a0 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d4`ee5ffa10 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000d4`ee9ff6d8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d4`ee9ff6e0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000d4`ee9ff9d0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d4`ee9ffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d4`eedff828 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d4`eedff830 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000d4`eedffb20 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d4`eedffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d4`ef1ff478 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d4`ef1ff480 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000d4`ef1ff770 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d4`ef1ff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d4`ef5ffc28 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
000000d4`ef5ffc30 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
000000d4`ef5ffca0 00007fff`eed74cb0     postgres!pg_signal_thread(
000000d4`ef5ffda0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d4`ef5ffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d4`ef9ffb88 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d4`ef9ffb90 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000d4`ef9ffe80 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d4`ef9ffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000070`c81feb20 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000070`c81feb60 00007ff7`8064afcc     postgres!ExceptionalCondition(
00000070`c81feba0 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000070`c81febf0 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000070`c81fec40 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000070`c81ff560 00007ff7`804fe7e8     postgres!PostmasterMain(
00000070`c81ff6f0 00007ff7`80af9ba9     postgres!main(
00000070`c81ff730 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000070`c81ff780 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000070`c81ff7f0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000070`c85ff918 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000070`c85ff920 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000070`c85ffc10 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000070`c85ffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000070`c89ff9d8 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
00000070`c89ff9e0 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
00000070`c89ffa50 00007fff`eed74cb0     postgres!pg_signal_thread(
00000070`c89ffb50 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000070`c89ffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000070`c8dffb38 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000070`c8dffb40 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000070`c8dffe30 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000070`c8dffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000070`c91ff5a8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000070`c91ff5b0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000070`c91ff8a0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000070`c91ff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002e`c0bff1a0 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000002e`c0bff1e0 00007ff7`8064afcc     postgres!ExceptionalCondition(
0000002e`c0bff220 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000002e`c0bff270 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000002e`c0bff2c0 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000002e`c0bffbe0 00007ff7`804fe7e8     postgres!PostmasterMain(
0000002e`c0bffd70 00007ff7`80af9ba9     postgres!main(
0000002e`c0bffdb0 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000002e`c0bffe00 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000002e`c0bffe70 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000002e`c0fff9f8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002e`c0fffa00 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000002e`c0fffcf0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000002e`c0fffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002e`c13ffbf8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002e`c13ffc00 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000002e`c13ffef0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000002e`c13fff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002e`c17ff6b8 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
0000002e`c17ff6c0 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
0000002e`c17ff730 00007fff`eed74cb0     postgres!pg_signal_thread(
0000002e`c17ff830 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000002e`c17ff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002e`c1bffb58 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002e`c1bffb60 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000002e`c1bffe50 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000002e`c1bffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000f`299fef40 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000000f`299fef80 00007ff7`8064afcc     postgres!ExceptionalCondition(
0000000f`299fefc0 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000000f`299ff010 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000000f`299ff060 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000000f`299ff980 00007ff7`804fe7e8     postgres!PostmasterMain(
0000000f`299ffb10 00007ff7`80af9ba9     postgres!main(
0000000f`299ffb50 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000000f`299ffba0 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000000f`299ffc10 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000000f`29dffc28 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000f`29dffc30 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000000f`29dfff20 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000000f`29dfff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000f`2a1ff8d8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000f`2a1ff8e0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000000f`2a1ffbd0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000000f`2a1ffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000f`2a5ff848 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
0000000f`2a5ff850 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
0000000f`2a5ff8c0 00007fff`eed74cb0     postgres!pg_signal_thread(
0000000f`2a5ff9c0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000000f`2a5ff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000f`2a9ffb88 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000f`2a9ffb90 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000000f`2a9ffe80 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000000f`2a9ffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bd`37ffed60 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000bd`37ffeda0 00007ff7`8064afcc     postgres!ExceptionalCondition(
000000bd`37ffede0 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000bd`37ffee30 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000bd`37ffee80 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000bd`37fff7a0 00007ff7`804fe7e8     postgres!PostmasterMain(
000000bd`37fff930 00007ff7`80af9ba9     postgres!main(
000000bd`37fff970 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000bd`37fff9c0 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000bd`37fffa30 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000bd`383ffa48 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bd`383ffa50 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000bd`383ffd40 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000bd`383ffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bd`387ffab8 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
000000bd`387ffac0 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
000000bd`387ffb30 00007fff`eed74cb0     postgres!pg_signal_thread(
000000bd`387ffc30 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000bd`387ffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bd`38bff738 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bd`38bff740 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000bd`38bffa30 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000bd`38bffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bd`38fff7f8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bd`38fff800 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000bd`38fffaf0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000bd`38fffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006a`8e9fed40 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000006a`8e9fed80 00007ff7`8064afcc     postgres!ExceptionalCondition(
0000006a`8e9fedc0 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000006a`8e9fee10 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000006a`8e9fee60 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000006a`8e9ff780 00007ff7`804fe7e8     postgres!PostmasterMain(
0000006a`8e9ff910 00007ff7`80af9ba9     postgres!main(
0000006a`8e9ff950 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000006a`8e9ff9a0 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000006a`8e9ffa10 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000006a`8edff8c8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006a`8edff8d0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000006a`8edffbc0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000006a`8edffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006a`8f1ff638 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006a`8f1ff640 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000006a`8f1ff930 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000006a`8f1ff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006a`8f5ffb78 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
0000006a`8f5ffb80 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
0000006a`8f5ffbf0 00007fff`eed74cb0     postgres!pg_signal_thread(
0000006a`8f5ffcf0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000006a`8f5ffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006a`8f9ff968 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006a`8f9ff970 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000006a`8f9ffc60 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000006a`8f9ffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d3`827fedd0 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d3`827fee10 00007ff7`8064afcc     postgres!ExceptionalCondition(
000000d3`827fee50 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000d3`827feea0 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000d3`827feef0 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000d3`827ff810 00007ff7`804fe7e8     postgres!PostmasterMain(
000000d3`827ff9a0 00007ff7`80af9ba9     postgres!main(
000000d3`827ff9e0 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d3`827ffa30 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d3`827ffaa0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000d3`82bff6f8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d3`82bff700 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000d3`82bff9f0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d3`82bffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d3`82fff728 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d3`82fff730 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000d3`82fffa20 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d3`82fffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d3`833ffc18 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d3`833ffc20 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000d3`833fff10 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d3`833fff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d3`837ff9e8 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
000000d3`837ff9f0 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
000000d3`837ffa60 00007fff`eed74cb0     postgres!pg_signal_thread(
000000d3`837ffb60 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d3`837ffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d3`83bff5f8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d3`83bff600 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000d3`83bff8f0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d3`83bff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000be`b8dff0d0 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000be`b8dff110 00007ff7`8064afcc     postgres!ExceptionalCondition(
000000be`b8dff150 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000be`b8dff1a0 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000be`b8dff1f0 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000be`b8dffb10 00007ff7`804fe7e8     postgres!PostmasterMain(
000000be`b8dffca0 00007ff7`80af9ba9     postgres!main(
000000be`b8dffce0 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000be`b8dffd30 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000be`b8dffda0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000be`b91ff5d8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000be`b91ff5e0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000be`b91ff8d0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000be`b91ff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000be`b95ffb78 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000be`b95ffb80 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000be`b95ffe70 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000be`b95ffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000be`b99ff718 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
000000be`b99ff720 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
000000be`b99ff790 00007fff`eed74cb0     postgres!pg_signal_thread(
000000be`b99ff890 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000be`b99ff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000be`b9dff6d8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000be`b9dff6e0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000be`b9dff9d0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000be`b9dffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c0`7e1feec0 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c0`7e1fef00 00007ff7`8064afcc     postgres!ExceptionalCondition(
000000c0`7e1fef40 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c0`7e1fef90 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000c0`7e1fefe0 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c0`7e1ff900 00007ff7`804fe7e8     postgres!PostmasterMain(
000000c0`7e1ffa90 00007ff7`80af9ba9     postgres!main(
000000c0`7e1ffad0 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c0`7e1ffb20 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c0`7e1ffb90 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c0`7e5ff8a8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c0`7e5ff8b0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000c0`7e5ffba0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c0`7e5ffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c0`7e9ff998 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c0`7e9ff9a0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000c0`7e9ffc90 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c0`7e9ffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c0`7edffc18 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
000000c0`7edffc20 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
000000c0`7edffc90 00007fff`eed74cb0     postgres!pg_signal_thread(
000000c0`7edffd90 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c0`7edffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c0`7f1ff748 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c0`7f1ff750 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000c0`7f1ffa40 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c0`7f1ffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003d`ccffeb60 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000003d`ccffeba0 00007ff7`8064afcc     postgres!ExceptionalCondition(
0000003d`ccffebe0 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000003d`ccffec30 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000003d`ccffec80 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000003d`ccfff5a0 00007ff7`804fe7e8     postgres!PostmasterMain(
0000003d`ccfff730 00007ff7`80af9ba9     postgres!main(
0000003d`ccfff770 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000003d`ccfff7c0 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000003d`ccfff830 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000003d`cd3ff7e8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003d`cd3ff7f0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000003d`cd3ffae0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003d`cd3ffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003d`cd7ff568 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003d`cd7ff570 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000003d`cd7ff860 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003d`cd7ff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003d`cdbffb18 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
0000003d`cdbffb20 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
0000003d`cdbffb90 00007fff`eed74cb0     postgres!pg_signal_thread(
0000003d`cdbffc90 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003d`cdbffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003d`cdfff8e8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003d`cdfff8f0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000003d`cdfffbe0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003d`cdfffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007c`851feee0 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000007c`851fef20 00007ff7`8064afcc     postgres!ExceptionalCondition(
0000007c`851fef60 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000007c`851fefb0 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000007c`851ff000 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000007c`851ff920 00007ff7`804fe7e8     postgres!PostmasterMain(
0000007c`851ffab0 00007ff7`80af9ba9     postgres!main(
0000007c`851ffaf0 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000007c`851ffb40 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000007c`851ffbb0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000007c`855ff978 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007c`855ff980 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000007c`855ffc70 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007c`855ffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007c`859ff5a8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007c`859ff5b0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000007c`859ff8a0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007c`859ff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007c`85dffc18 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007c`85dffc20 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000007c`85dfff10 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007c`85dfff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007c`861ff868 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
0000007c`861ff870 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
0000007c`861ff8e0 00007fff`eed74cb0     postgres!pg_signal_thread(
0000007c`861ff9e0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007c`861ffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007c`865ffa98 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007c`865ffaa0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000007c`865ffd90 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007c`865ffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000090`be5fec90 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000090`be5fecd0 00007ff7`8064afcc     postgres!ExceptionalCondition(
00000090`be5fed10 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000090`be5fed60 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000090`be5fedb0 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000090`be5ff6d0 00007ff7`804fe7e8     postgres!PostmasterMain(
00000090`be5ff860 00007ff7`80af9ba9     postgres!main(
00000090`be5ff8a0 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000090`be5ff8f0 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000090`be5ff960 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000090`be9ff9c8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000090`be9ff9d0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000090`be9ffcc0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000090`be9ffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000090`bedffbf8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000090`bedffc00 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000090`bedffef0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000090`bedfff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000090`bf1ff678 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
00000090`bf1ff680 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
00000090`bf1ff6f0 00007fff`eed74cb0     postgres!pg_signal_thread(
00000090`bf1ff7f0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000090`bf1ff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000090`bf5ffc38 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000090`bf5ffc40 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000090`bf5fff30 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000090`bf5fff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005b`90dff828 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
0000005b`90dff830 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
0000005b`90dff8a0 00007fff`eed74cb0     postgres!pg_signal_thread(
0000005b`90dff9a0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000005b`90dff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005b`905fed40 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000005b`905fed80 00007ff7`8064afcc     postgres!ExceptionalCondition(
0000005b`905fedc0 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000005b`905fee10 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000005b`905fee60 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000005b`905ff780 00007ff7`804fe7e8     postgres!PostmasterMain(
0000005b`905ff910 00007ff7`80af9ba9     postgres!main(
0000005b`905ff950 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000005b`905ff9a0 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000005b`905ffa10 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000005b`909ff588 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005b`909ff590 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000005b`909ff880 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000005b`909ff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005b`911ff9a8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005b`911ff9b0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000005b`911ffca0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000005b`911ffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005b`915ffbb8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005b`915ffbc0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000005b`915ffeb0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000005b`915ffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000048`d03fefe0 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000048`d03ff020 00007ff7`8064afcc     postgres!ExceptionalCondition(
00000048`d03ff060 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000048`d03ff0b0 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000048`d03ff100 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000048`d03ffa20 00007ff7`804fe7e8     postgres!PostmasterMain(
00000048`d03ffbb0 00007ff7`80af9ba9     postgres!main(
00000048`d03ffbf0 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000048`d03ffc40 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000048`d03ffcb0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000048`d07ff518 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000048`d07ff520 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000048`d07ff810 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000048`d07ff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000048`d0bff488 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000048`d0bff490 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000048`d0bff780 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000048`d0bff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000048`d0fff908 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
00000048`d0fff910 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
00000048`d0fff980 00007fff`eed74cb0     postgres!pg_signal_thread(
00000048`d0fffa80 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000048`d0fffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000048`d13ff948 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000048`d13ff950 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000048`d13ffc40 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000048`d13ffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000070`465febd0 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000070`465fec10 00007ff7`8064afcc     postgres!ExceptionalCondition(
00000070`465fec50 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000070`465feca0 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000070`465fecf0 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000070`465ff610 00007ff7`804fe7e8     postgres!PostmasterMain(
00000070`465ff7a0 00007ff7`80af9ba9     postgres!main(
00000070`465ff7e0 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000070`465ff830 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000070`465ff8a0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000070`469ff7e8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000070`469ff7f0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000070`469ffae0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000070`469ffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000070`46dffa68 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
00000070`46dffa70 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
00000070`46dffae0 00007fff`eed74cb0     postgres!pg_signal_thread(
00000070`46dffbe0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000070`46dffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000070`471ffae8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000070`471ffaf0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000070`471ffde0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000070`471ffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000070`475ff788 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000070`475ff790 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000070`475ffa80 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000070`475ffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008a`689feb00 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000008a`689feb40 00007ff7`8064afcc     postgres!ExceptionalCondition(
0000008a`689feb80 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000008a`689febd0 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000008a`689fec20 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000008a`689ff540 00007ff7`804fe7e8     postgres!PostmasterMain(
0000008a`689ff6d0 00007ff7`80af9ba9     postgres!main(
0000008a`689ff710 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000008a`689ff760 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000008a`689ff7d0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000008a`68dff658 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008a`68dff660 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000008a`68dff950 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000008a`68dff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008a`691ff638 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008a`691ff640 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000008a`691ff930 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000008a`691ff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008a`695ff678 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
0000008a`695ff680 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
0000008a`695ff6f0 00007fff`eed74cb0     postgres!pg_signal_thread(
0000008a`695ff7f0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000008a`695ff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008a`699ffbb8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008a`699ffbc0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000008a`699ffeb0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000008a`699ffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d9`cc9febe0 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d9`cc9fec20 00007ff7`8064afcc     postgres!ExceptionalCondition(
000000d9`cc9fec60 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000d9`cc9fecb0 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000d9`cc9fed00 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000d9`cc9ff620 00007ff7`804fe7e8     postgres!PostmasterMain(
000000d9`cc9ff7b0 00007ff7`80af9ba9     postgres!main(
000000d9`cc9ff7f0 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d9`cc9ff840 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d9`cc9ff8b0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000d9`ccdff5f8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d9`ccdff600 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000d9`ccdff8f0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d9`ccdff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d9`cd1ff4d8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d9`cd1ff4e0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000d9`cd1ff7d0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d9`cd1ff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d9`cd5ff8a8 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
000000d9`cd5ff8b0 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
000000d9`cd5ff920 00007fff`eed74cb0     postgres!pg_signal_thread(
000000d9`cd5ffa20 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d9`cd5ffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d9`cd9ff888 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d9`cd9ff890 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000d9`cd9ffb80 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d9`cd9ffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000eb`067ffa68 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
000000eb`067ffa70 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
000000eb`067ffae0 00007fff`eed74cb0     postgres!pg_signal_thread(
000000eb`067ffbe0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000eb`067ffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000eb`05ffebf0 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000eb`05ffec30 00007ff7`8064afcc     postgres!ExceptionalCondition(
000000eb`05ffec70 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000eb`05ffecc0 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000eb`05ffed10 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000eb`05fff630 00007ff7`804fe7e8     postgres!PostmasterMain(
000000eb`05fff7c0 00007ff7`80af9ba9     postgres!main(
000000eb`05fff800 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000eb`05fff850 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000eb`05fff8c0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000eb`063ff788 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000eb`063ff790 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000eb`063ffa80 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000eb`063ffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000eb`06bffad8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000eb`06bffae0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000eb`06bffdd0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000eb`06bffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000eb`06fff9e8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000eb`06fff9f0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000eb`06fffce0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000eb`06fffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f6`df7fefa0 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f6`df7fefe0 00007ff7`8064afcc     postgres!ExceptionalCondition(
000000f6`df7ff020 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f6`df7ff070 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000f6`df7ff0c0 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f6`df7ff9e0 00007ff7`804fe7e8     postgres!PostmasterMain(
000000f6`df7ffb70 00007ff7`80af9ba9     postgres!main(
000000f6`df7ffbb0 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f6`df7ffc00 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f6`df7ffc70 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f6`dfbff568 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f6`dfbff570 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000f6`dfbff860 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000f6`dfbff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f6`dffff988 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f6`dffff990 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000f6`dffffc80 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000f6`dffffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f6`e03ffca8 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
000000f6`e03ffcb0 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
000000f6`e03ffd20 00007fff`eed74cb0     postgres!pg_signal_thread(
000000f6`e03ffe20 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000f6`e03ffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f6`e07ffaa8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f6`e07ffab0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000f6`e07ffda0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000f6`e07ffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b9`8edff748 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b9`8edff750 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000b9`8edffa40 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b9`8edffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b9`8e1febc0 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b9`8e1fec00 00007ff7`8064afcc     postgres!ExceptionalCondition(
000000b9`8e1fec40 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000b9`8e1fec90 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000b9`8e1fece0 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000b9`8e1ff600 00007ff7`804fe7e8     postgres!PostmasterMain(
000000b9`8e1ff790 00007ff7`80af9ba9     postgres!main(
000000b9`8e1ff7d0 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b9`8e1ff820 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000b9`8e1ff890 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000b9`8e5ff4f8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b9`8e5ff500 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000b9`8e5ff7f0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b9`8e5ff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b9`8e9ff5f8 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
000000b9`8e9ff600 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
000000b9`8e9ff670 00007fff`eed74cb0     postgres!pg_signal_thread(
000000b9`8e9ff770 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b9`8e9ff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b9`8f1ff658 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b9`8f1ff660 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000b9`8f1ff950 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b9`8f1ff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004a`51bff5a8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004a`51bff5b0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000004a`51bff8a0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000004a`51bff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004a`517ff090 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000004a`517ff0d0 00007ff7`8064afcc     postgres!ExceptionalCondition(
0000004a`517ff110 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000004a`517ff160 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000004a`517ff1b0 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000004a`517ffad0 00007ff7`804fe7e8     postgres!PostmasterMain(
0000004a`517ffc60 00007ff7`80af9ba9     postgres!main(
0000004a`517ffca0 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000004a`517ffcf0 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000004a`517ffd60 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000004a`51fff928 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
0000004a`51fff930 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
0000004a`51fff9a0 00007fff`eed74cb0     postgres!pg_signal_thread(
0000004a`51fffaa0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000004a`51fffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004a`523ffc18 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004a`523ffc20 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000004a`523fff10 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000004a`523fff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004a`527ff4f8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004a`527ff500 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000004a`527ff7f0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000004a`527ff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b2`93fff508 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b2`93fff510 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000b2`93fff800 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b2`93fff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b2`947ff848 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b2`947ff850 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000b2`947ffb40 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b2`947ffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b2`943ff678 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b2`943ff680 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000b2`943ff970 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b2`943ff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b2`93bff7f8 00007ff7`80643ec7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000b2`93bff800 00007ff7`804fe754     postgres!SubPostmasterMain(
000000b2`93bff870 00007ff7`80af9ba9     postgres!main(
000000b2`93bff8b0 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b2`93bff900 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000b2`93bff970 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000b2`93bff9a0 00007fff`eed74cb0     postgres!mainCRTStartup(
000000b2`93bff9d0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b2`93bffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e8`f5dff558 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e8`f5dff560 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000e8`f5dff850 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e8`f5dff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e8`f59ff9a8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e8`f59ff9b0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000e8`f59ffca0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e8`f59ffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e8`f4dfede0 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e8`f4dfee20 00007ff7`8064afcc     postgres!ExceptionalCondition(
000000e8`f4dfee60 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000e8`f4dfeeb0 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000e8`f4dfef00 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000e8`f4dff820 00007ff7`804fe7e8     postgres!PostmasterMain(
000000e8`f4dff9b0 00007ff7`80af9ba9     postgres!main(
000000e8`f4dff9f0 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e8`f4dffa40 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e8`f4dffab0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000e8`f51ffa98 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e8`f51ffaa0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000e8`f51ffd90 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e8`f51ffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e8`f55ff798 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
000000e8`f55ff7a0 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
000000e8`f55ff810 00007fff`eed74cb0     postgres!pg_signal_thread(
000000e8`f55ff910 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e8`f55ff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000023`6b7ffd18 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
00000023`6b7ffd20 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
00000023`6b7ffd90 00007fff`eed74cb0     postgres!pg_signal_thread(
00000023`6b7ffe90 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000023`6b7ffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000023`6affea10 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000023`6affea50 00007ff7`8064afcc     postgres!ExceptionalCondition(
00000023`6affea90 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000023`6affeae0 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000023`6affeb30 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000023`6afff450 00007ff7`804fe7e8     postgres!PostmasterMain(
00000023`6afff5e0 00007ff7`80af9ba9     postgres!main(
00000023`6afff620 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000023`6afff670 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000023`6afff6e0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000023`6b3ff4c8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000023`6b3ff4d0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000023`6b3ff7c0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000023`6b3ff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000023`6bbff808 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000023`6bbff810 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000023`6bbffb00 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000023`6bbffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000023`6bfff938 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000023`6bfff940 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000023`6bfffc30 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000023`6bfffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000012`619ff848 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000012`619ff850 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000012`619ffb40 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000012`619ffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000012`61dff908 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000012`61dff910 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000012`61dffc00 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000012`61dffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000012`615fede0 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000012`615fee20 00007ff7`8064afcc     postgres!ExceptionalCondition(
00000012`615fee60 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000012`615feeb0 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000012`615fef00 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000012`615ff820 00007ff7`804fe7e8     postgres!PostmasterMain(
00000012`615ff9b0 00007ff7`80af9ba9     postgres!main(
00000012`615ff9f0 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000012`615ffa40 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000012`615ffab0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000012`621ffd98 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
00000012`621ffda0 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
00000012`621ffe10 00007fff`eed74cb0     postgres!pg_signal_thread(
00000012`621fff10 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000012`621fff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000012`625ff5d8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000012`625ff5e0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000012`625ff8d0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000012`625ff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e0`37ffed60 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e0`37ffeda0 00007ff7`8064afcc     postgres!ExceptionalCondition(
000000e0`37ffede0 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000e0`37ffee30 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000e0`37ffee80 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000e0`37fff7a0 00007ff7`804fe7e8     postgres!PostmasterMain(
000000e0`37fff930 00007ff7`80af9ba9     postgres!main(
000000e0`37fff970 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e0`37fff9c0 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e0`37fffa30 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000e0`383ff588 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e0`383ff590 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000e0`383ff880 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e0`383ff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e0`387ffb68 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
000000e0`387ffb70 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
000000e0`387ffbe0 00007fff`eed74cb0     postgres!pg_signal_thread(
000000e0`387ffce0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e0`387ffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e0`38bff668 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e0`38bff670 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000e0`38bff960 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e0`38bff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e0`38fffa18 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e0`38fffa20 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000e0`38fffd10 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e0`38fffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e4`df9fed90 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e4`df9fedd0 00007ff7`8064afcc     postgres!ExceptionalCondition(
000000e4`df9fee10 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000e4`df9fee60 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000e4`df9feeb0 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000e4`df9ff7d0 00007ff7`804fe7e8     postgres!PostmasterMain(
000000e4`df9ff960 00007ff7`80af9ba9     postgres!main(
000000e4`df9ff9a0 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e4`df9ff9f0 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e4`df9ffa60 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000e4`dfdff718 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e4`dfdff720 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000e4`dfdffa10 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e4`dfdffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e4`e01ff808 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
000000e4`e01ff810 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
000000e4`e01ff880 00007fff`eed74cb0     postgres!pg_signal_thread(
000000e4`e01ff980 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e4`e01ff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e4`e05ff998 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e4`e05ff9a0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000e4`e05ffc90 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e4`e05ffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e4`e09ff9e8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e4`e09ff9f0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000e4`e09ffce0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e4`e09ffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c6`5b3ff5a8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c6`5b3ff5b0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000c6`5b3ff8a0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c6`5b3ff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c6`5abffb08 00007ff7`80643ec7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000c6`5abffb10 00007ff7`804fe754     postgres!SubPostmasterMain(
000000c6`5abffb80 00007ff7`80af9ba9     postgres!main(
000000c6`5abffbc0 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c6`5abffc10 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c6`5abffc80 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000c6`5abffcb0 00007fff`eed74cb0     postgres!mainCRTStartup(
000000c6`5abffce0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c6`5abffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c6`5afffc28 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c6`5afffc30 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000c6`5affff20 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c6`5affff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c6`5b7ffad8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c6`5b7ffae0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000c6`5b7ffdd0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c6`5b7ffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001d`7e5ffa18 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001d`7e5ffa20 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000001d`7e5ffd10 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000001d`7e5ffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001d`7d9fee20 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000001d`7d9fee60 00007ff7`8064afcc     postgres!ExceptionalCondition(
0000001d`7d9feea0 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000001d`7d9feef0 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000001d`7d9fef40 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000001d`7d9ff860 00007ff7`804fe7e8     postgres!PostmasterMain(
0000001d`7d9ff9f0 00007ff7`80af9ba9     postgres!main(
0000001d`7d9ffa30 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000001d`7d9ffa80 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000001d`7d9ffaf0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000001d`7ddff558 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001d`7ddff560 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000001d`7ddff850 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000001d`7ddff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001d`7e1ffc48 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
0000001d`7e1ffc50 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
0000001d`7e1ffcc0 00007fff`eed74cb0     postgres!pg_signal_thread(
0000001d`7e1ffdc0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000001d`7e1ffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001d`7e9ff748 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001d`7e9ff750 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000001d`7e9ffa40 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000001d`7e9ffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000031`e23ffc38 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000031`e23ffc40 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000031`e23fff30 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000031`e23fff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000031`e2fff8e8 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
00000031`e2fff8f0 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
00000031`e2fff960 00007fff`eed74cb0     postgres!pg_signal_thread(
00000031`e2fffa60 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000031`e2fffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000031`e1ffea40 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000031`e1ffea80 00007ff7`8064afcc     postgres!ExceptionalCondition(
00000031`e1ffeac0 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000031`e1ffeb10 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000031`e1ffeb60 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000031`e1fff480 00007ff7`804fe7e8     postgres!PostmasterMain(
00000031`e1fff610 00007ff7`80af9ba9     postgres!main(
00000031`e1fff650 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000031`e1fff6a0 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000031`e1fff710 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000031`e27ff538 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000031`e27ff540 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000031`e27ff830 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000031`e27ff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000031`e2bff588 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000031`e2bff590 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000031`e2bff880 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000031`e2bff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000031`e33ffb98 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000031`e33ffba0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000031`e33ffe90 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000031`e33ffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000016`e5dfeb20 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000016`e5dfeb60 00007ff7`8064afcc     postgres!ExceptionalCondition(
00000016`e5dfeba0 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000016`e5dfebf0 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000016`e5dfec40 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000016`e5dff560 00007ff7`804fe7e8     postgres!PostmasterMain(
00000016`e5dff6f0 00007ff7`80af9ba9     postgres!main(
00000016`e5dff730 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000016`e5dff780 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000016`e5dff7f0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000016`e69ffaf8 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
00000016`e69ffb00 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
00000016`e69ffb70 00007fff`eed74cb0     postgres!pg_signal_thread(
00000016`e69ffc70 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000016`e69ffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000016`e6dff828 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000016`e6dff830 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000016`e6dffb20 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000016`e6dffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003c`c1fff100 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000003c`c1fff140 00007ff7`8064afcc     postgres!ExceptionalCondition(
0000003c`c1fff180 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000003c`c1fff1d0 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000003c`c1fff220 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000003c`c1fffb40 00007ff7`804fe7e8     postgres!PostmasterMain(
0000003c`c1fffcd0 00007ff7`80af9ba9     postgres!main(
0000003c`c1fffd10 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000003c`c1fffd60 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000003c`c1fffdd0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000003c`c23ff558 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003c`c23ff560 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000003c`c23ff850 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003c`c23ff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003c`c27ffb28 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003c`c27ffb30 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000003c`c27ffe20 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003c`c27ffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003c`c2bff5d8 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
0000003c`c2bff5e0 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
0000003c`c2bff650 00007fff`eed74cb0     postgres!pg_signal_thread(
0000003c`c2bff750 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003c`c2bff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003c`c2fffa88 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003c`c2fffa90 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000003c`c2fffd80 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003c`c2fffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000051`3bdff060 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000051`3bdff0a0 00007ff7`8064afcc     postgres!ExceptionalCondition(
00000051`3bdff0e0 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000051`3bdff130 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000051`3bdff180 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000051`3bdffaa0 00007ff7`804fe7e8     postgres!PostmasterMain(
00000051`3bdffc30 00007ff7`80af9ba9     postgres!main(
00000051`3bdffc70 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000051`3bdffcc0 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000051`3bdffd30 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000051`3c1ff8f8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000051`3c1ff900 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000051`3c1ffbf0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000051`3c1ffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000051`3c5ff608 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
00000051`3c5ff610 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
00000051`3c5ff680 00007fff`eed74cb0     postgres!pg_signal_thread(
00000051`3c5ff780 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000051`3c5ff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000051`3c9ff8d8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000051`3c9ff8e0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000051`3c9ffbd0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000051`3c9ffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000051`3cdff848 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000051`3cdff850 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000051`3cdffb40 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000051`3cdffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000084`deffebc0 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000084`deffec00 00007ff7`8064afcc     postgres!ExceptionalCondition(
00000084`deffec40 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000084`deffec90 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000084`deffece0 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000084`defff600 00007ff7`804fe7e8     postgres!PostmasterMain(
00000084`defff790 00007ff7`80af9ba9     postgres!main(
00000084`defff7d0 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000084`defff820 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000084`defff890 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000084`df3ffb08 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000084`df3ffb10 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000084`df3ffe00 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000084`df3ffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000084`df7ff988 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
00000084`df7ff990 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
00000084`df7ffa00 00007fff`eed74cb0     postgres!pg_signal_thread(
00000084`df7ffb00 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000084`df7ffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000084`dfbff658 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000084`dfbff660 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000084`dfbff950 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000084`dfbff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000084`dffff448 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000084`dffff450 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000084`dffff740 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000084`dffff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001d`9c5fec10 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000001d`9c5fec50 00007ff7`8064afcc     postgres!ExceptionalCondition(
0000001d`9c5fec90 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000001d`9c5fece0 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000001d`9c5fed30 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000001d`9c5ff650 00007ff7`804fe7e8     postgres!PostmasterMain(
0000001d`9c5ff7e0 00007ff7`80af9ba9     postgres!main(
0000001d`9c5ff820 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000001d`9c5ff870 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000001d`9c5ff8e0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000001d`9c9ffa58 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001d`9c9ffa60 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000001d`9c9ffd50 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000001d`9c9ffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001d`9cdff778 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
0000001d`9cdff780 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
0000001d`9cdff7f0 00007fff`eed74cb0     postgres!pg_signal_thread(
0000001d`9cdff8f0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000001d`9cdff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001d`9d1ff618 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001d`9d1ff620 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000001d`9d1ff910 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000001d`9d1ff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001d`9d5ff9a8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001d`9d5ff9b0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000001d`9d5ffca0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000001d`9d5ffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000042`a5dff6d8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000042`a5dff6e0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000042`a5dff9d0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000042`a5dffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000042`a51fecd0 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000042`a51fed10 00007ff7`8064afcc     postgres!ExceptionalCondition(
00000042`a51fed50 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000042`a51feda0 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000042`a51fedf0 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000042`a51ff710 00007ff7`804fe7e8     postgres!PostmasterMain(
00000042`a51ff8a0 00007ff7`80af9ba9     postgres!main(
00000042`a51ff8e0 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000042`a51ff930 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000042`a51ff9a0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000042`a55ff8a8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000042`a55ff8b0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000042`a55ffba0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000042`a55ffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000042`a59ffba8 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
00000042`a59ffbb0 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
00000042`a59ffc20 00007fff`eed74cb0     postgres!pg_signal_thread(
00000042`a59ffd20 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000042`a59ffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000042`a61ff808 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000042`a61ff810 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000042`a61ffb00 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000042`a61ffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e7`1e9ff788 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e7`1e9ff790 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000e7`1e9ffa80 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e7`1e9ffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e7`1f5ff468 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e7`1f5ff470 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000e7`1f5ff760 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e7`1f5ff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e7`1edffa78 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e7`1edffa80 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000e7`1edffd70 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e7`1edffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e7`1f1ffab8 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
000000e7`1f1ffac0 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
000000e7`1f1ffb30 00007fff`eed74cb0     postgres!pg_signal_thread(
000000e7`1f1ffc30 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e7`1f1ffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e7`1e5feee0 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e7`1e5fef20 00007ff7`8064afcc     postgres!ExceptionalCondition(
000000e7`1e5fef60 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000e7`1e5fefb0 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000e7`1e5ff000 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000e7`1e5ff920 00007ff7`804fe7e8     postgres!PostmasterMain(
000000e7`1e5ffab0 00007ff7`80af9ba9     postgres!main(
000000e7`1e5ffaf0 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e7`1e5ffb40 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e7`1e5ffbb0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000002a`dc3ffb48 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002a`dc3ffb50 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000002a`dc3ffe40 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000002a`dc3ffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002a`dbfffb78 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002a`dbfffb80 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000002a`dbfffe70 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000002a`dbfffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002a`dbbffbf8 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
0000002a`dbbffc00 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
0000002a`dbbffc70 00007fff`eed74cb0     postgres!pg_signal_thread(
0000002a`dbbffd70 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000002a`dbbffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002a`db3feed0 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000002a`db3fef10 00007ff7`8064afcc     postgres!ExceptionalCondition(
0000002a`db3fef50 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000002a`db3fefa0 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000002a`db3feff0 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000002a`db3ff910 00007ff7`804fe7e8     postgres!PostmasterMain(
0000002a`db3ffaa0 00007ff7`80af9ba9     postgres!main(
0000002a`db3ffae0 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000002a`db3ffb30 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000002a`db3ffba0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000002a`db7ffb08 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002a`db7ffb10 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000002a`db7ffe00 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000002a`db7ffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008e`68bfeda0 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000008e`68bfede0 00007ff7`8064afcc     postgres!ExceptionalCondition(
0000008e`68bfee20 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000008e`68bfee70 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000008e`68bfeec0 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000008e`68bff7e0 00007ff7`804fe7e8     postgres!PostmasterMain(
0000008e`68bff970 00007ff7`80af9ba9     postgres!main(
0000008e`68bff9b0 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000008e`68bffa00 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000008e`68bffa70 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000008e`68fff9d8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008e`68fff9e0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000008e`68fffcd0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000008e`68fffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008e`693ffd88 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
0000008e`693ffd90 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
0000008e`693ffe00 00007fff`eed74cb0     postgres!pg_signal_thread(
0000008e`693fff00 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000008e`693fff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008e`697ff908 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008e`697ff910 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000008e`697ffc00 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000008e`697ffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008e`69bffb18 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008e`69bffb20 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000008e`69bffe10 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000008e`69bffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c7`679fef20 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c7`679fef60 00007ff7`8064afcc     postgres!ExceptionalCondition(
000000c7`679fefa0 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c7`679feff0 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000c7`679ff040 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c7`679ff960 00007ff7`804fe7e8     postgres!PostmasterMain(
000000c7`679ffaf0 00007ff7`80af9ba9     postgres!main(
000000c7`679ffb30 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c7`679ffb80 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c7`679ffbf0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c7`67dff668 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c7`67dff670 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000c7`67dff960 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c7`67dff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c7`681ff798 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c7`681ff7a0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000c7`681ffa90 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c7`681ffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c7`685ffa58 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c7`685ffa60 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000c7`685ffd50 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c7`685ffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c7`689ff7c8 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
000000c7`689ff7d0 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
000000c7`689ff840 00007fff`eed74cb0     postgres!pg_signal_thread(
000000c7`689ff940 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c7`689ff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c7`68dff868 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c7`68dff870 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000c7`68dffb60 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c7`68dffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005c`199ffba8 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
0000005c`199ffbb0 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
0000005c`199ffc20 00007fff`eed74cb0     postgres!pg_signal_thread(
0000005c`199ffd20 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000005c`199ffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005c`1a1ffa08 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005c`1a1ffa10 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000005c`1a1ffd00 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000005c`1a1ffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005c`191ff080 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000005c`191ff0c0 00007ff7`8064afcc     postgres!ExceptionalCondition(
0000005c`191ff100 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000005c`191ff150 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000005c`191ff1a0 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000005c`191ffac0 00007ff7`804fe7e8     postgres!PostmasterMain(
0000005c`191ffc50 00007ff7`80af9ba9     postgres!main(
0000005c`191ffc90 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000005c`191ffce0 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000005c`191ffd50 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000005c`195ff7c8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005c`195ff7d0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000005c`195ffac0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000005c`195ffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005c`19dff708 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005c`19dff710 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000005c`19dffa00 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000005c`19dffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c1`6cfffc68 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
000000c1`6cfffc70 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
000000c1`6cfffce0 00007fff`eed74cb0     postgres!pg_signal_thread(
000000c1`6cfffde0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c1`6cfffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c1`6d7ff588 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c1`6d7ff590 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000c1`6d7ff880 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c1`6d7ff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c1`6c7feb60 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c1`6c7feba0 00007ff7`8064afcc     postgres!ExceptionalCondition(
000000c1`6c7febe0 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c1`6c7fec30 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000c1`6c7fec80 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c1`6c7ff5a0 00007ff7`804fe7e8     postgres!PostmasterMain(
000000c1`6c7ff730 00007ff7`80af9ba9     postgres!main(
000000c1`6c7ff770 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c1`6c7ff7c0 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c1`6c7ff830 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c1`6cbffa18 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c1`6cbffa20 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000c1`6cbffd10 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c1`6cbffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c1`6d3ffb08 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c1`6d3ffb10 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000c1`6d3ffe00 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c1`6d3ffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009a`515fef30 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000009a`515fef70 00007ff7`8064afcc     postgres!ExceptionalCondition(
0000009a`515fefb0 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000009a`515ff000 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000009a`515ff050 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000009a`515ff970 00007ff7`804fe7e8     postgres!PostmasterMain(
0000009a`515ffb00 00007ff7`80af9ba9     postgres!main(
0000009a`515ffb40 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000009a`515ffb90 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000009a`515ffc00 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000009a`51dff978 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009a`51dff980 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000009a`51dffc70 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000009a`51dffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009a`521ff538 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009a`521ff540 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000009a`521ff830 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000009a`521ff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009a`519ff828 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009a`519ff830 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000009a`519ffb20 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000009a`519ffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009a`525ffa38 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
0000009a`525ffa40 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
0000009a`525ffab0 00007fff`eed74cb0     postgres!pg_signal_thread(
0000009a`525ffbb0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000009a`525ffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009a`529ffaa8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009a`529ffab0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000009a`529ffda0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000009a`529ffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007b`dabfee10 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000007b`dabfee50 00007ff7`8064afcc     postgres!ExceptionalCondition(
0000007b`dabfee90 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000007b`dabfeee0 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000007b`dabfef30 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000007b`dabff850 00007ff7`804fe7e8     postgres!PostmasterMain(
0000007b`dabff9e0 00007ff7`80af9ba9     postgres!main(
0000007b`dabffa20 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000007b`dabffa70 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000007b`dabffae0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000007b`dafff458 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007b`dafff460 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000007b`dafff750 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007b`dafff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007b`db3ff508 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007b`db3ff510 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000007b`db3ff800 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007b`db3ff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007b`db7ffb98 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007b`db7ffba0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000007b`db7ffe90 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007b`db7ffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007b`dbbffc58 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
0000007b`dbbffc60 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
0000007b`dbbffcd0 00007fff`eed74cb0     postgres!pg_signal_thread(
0000007b`dbbffdd0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007b`dbbffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007b`dbfff918 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007b`dbfff920 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000007b`dbfffc10 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007b`dbfffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000094`913fede0 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000094`913fee20 00007ff7`8064afcc     postgres!ExceptionalCondition(
00000094`913fee60 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000094`913feeb0 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000094`913fef00 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000094`913ff820 00007ff7`804fe7e8     postgres!PostmasterMain(
00000094`913ff9b0 00007ff7`80af9ba9     postgres!main(
00000094`913ff9f0 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000094`913ffa40 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000094`913ffab0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000094`923ff958 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
00000094`923ff960 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
00000094`923ff9d0 00007fff`eed74cb0     postgres!pg_signal_thread(
00000094`923ffad0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000094`923ffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000094`927ffab8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000094`927ffac0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000094`927ffdb0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000094`927ffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000043`46bfebe0 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000043`46bfec20 00007ff7`8064afcc     postgres!ExceptionalCondition(
00000043`46bfec60 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000043`46bfecb0 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000043`46bfed00 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000043`46bff620 00007ff7`804fe7e8     postgres!PostmasterMain(
00000043`46bff7b0 00007ff7`80af9ba9     postgres!main(
00000043`46bff7f0 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000043`46bff840 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000043`46bff8b0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000043`46fff948 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000043`46fff950 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000043`46fffc40 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000043`46fffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000043`473ff938 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000043`473ff940 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000043`473ffc30 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000043`473ffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000043`477ff6e8 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
00000043`477ff6f0 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
00000043`477ff760 00007fff`eed74cb0     postgres!pg_signal_thread(
00000043`477ff860 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000043`477ff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000043`47bff838 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000043`47bff840 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000043`47bffb30 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000043`47bffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001b`3ffff628 00007ff7`80643ec7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
0000001b`3ffff630 00007ff7`804fe754     postgres!SubPostmasterMain(
0000001b`3ffff6a0 00007ff7`80af9ba9     postgres!main(
0000001b`3ffff6e0 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000001b`3ffff730 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000001b`3ffff7a0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
0000001b`3ffff7d0 00007fff`eed74cb0     postgres!mainCRTStartup(
0000001b`3ffff800 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000001b`3ffff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001b`403ff828 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001b`403ff830 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000001b`403ffb20 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000001b`403ffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001b`407ff498 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001b`407ff4a0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000001b`407ff790 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000001b`407ff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fa`d2fff608 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fa`d2fff610 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000fa`d2fff900 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000fa`d2fff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fa`d1bfeaf0 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000fa`d1bfeb30 00007ff7`8064afcc     postgres!ExceptionalCondition(
000000fa`d1bfeb70 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000fa`d1bfebc0 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000fa`d1bfec10 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000fa`d1bff530 00007ff7`804fe7e8     postgres!PostmasterMain(
000000fa`d1bff6c0 00007ff7`80af9ba9     postgres!main(
000000fa`d1bff700 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000fa`d1bff750 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000fa`d1bff7c0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000fa`d1fff938 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fa`d1fff940 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000fa`d1fffc30 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000fa`d1fffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fa`d23ff618 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fa`d23ff620 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000fa`d23ff910 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000fa`d23ff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fa`d27ffac8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fa`d27ffad0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000fa`d27ffdc0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000fa`d27ffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fa`d2bff758 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
000000fa`d2bff760 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
000000fa`d2bff7d0 00007fff`eed74cb0     postgres!pg_signal_thread(
000000fa`d2bff8d0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000fa`d2bff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d1`1d5ff8d8 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
000000d1`1d5ff8e0 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
000000d1`1d5ff950 00007fff`eed74cb0     postgres!pg_signal_thread(
000000d1`1d5ffa50 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d1`1d5ffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d1`1d9ff6b8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d1`1d9ff6c0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000d1`1d9ff9b0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d1`1d9ff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d1`1c9fea40 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d1`1c9fea80 00007ff7`8064afcc     postgres!ExceptionalCondition(
000000d1`1c9feac0 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000d1`1c9feb10 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000d1`1c9feb60 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000d1`1c9ff480 00007ff7`804fe7e8     postgres!PostmasterMain(
000000d1`1c9ff610 00007ff7`80af9ba9     postgres!main(
000000d1`1c9ff650 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d1`1c9ff6a0 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d1`1c9ff710 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000d1`1cdffc38 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d1`1cdffc40 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000d1`1cdfff30 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d1`1cdfff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d1`1d1ff728 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d1`1d1ff730 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000d1`1d1ffa20 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d1`1d1ffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a9`495ff5d8 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
000000a9`495ff5e0 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
000000a9`495ff650 00007fff`eed74cb0     postgres!pg_signal_thread(
000000a9`495ff750 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a9`495ff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a9`49dff9c8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a9`49dff9d0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000a9`49dffcc0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a9`49dffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a9`48dfea60 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a9`48dfeaa0 00007ff7`8064afcc     postgres!ExceptionalCondition(
000000a9`48dfeae0 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000a9`48dfeb30 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000a9`48dfeb80 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a9`48dff4a0 00007ff7`804fe7e8     postgres!PostmasterMain(
000000a9`48dff630 00007ff7`80af9ba9     postgres!main(
000000a9`48dff670 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a9`48dff6c0 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a9`48dff730 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a9`491ffbd8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a9`491ffbe0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000a9`491ffed0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a9`491fff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a9`499ffc18 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a9`499ffc20 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000a9`499fff10 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a9`499fff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c3`063ff548 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c3`063ff550 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000c3`063ff840 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c3`063ff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c3`067ff6f8 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
000000c3`067ff700 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
000000c3`067ff770 00007fff`eed74cb0     postgres!pg_signal_thread(
000000c3`067ff870 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c3`067ff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c3`05bff0c0 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c3`05bff100 00007ff7`8064afcc     postgres!ExceptionalCondition(
000000c3`05bff140 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c3`05bff190 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000c3`05bff1e0 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c3`05bffb00 00007ff7`804fe7e8     postgres!PostmasterMain(
000000c3`05bffc90 00007ff7`80af9ba9     postgres!main(
000000c3`05bffcd0 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c3`05bffd20 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c3`05bffd90 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c3`05fff568 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c3`05fff570 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000c3`05fff860 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c3`05fff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c3`06bffc38 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c3`06bffc40 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000c3`06bfff30 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c3`06bfff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008b`c79fed70 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000008b`c79fedb0 00007ff7`8064afcc     postgres!ExceptionalCondition(
0000008b`c79fedf0 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000008b`c79fee40 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000008b`c79fee90 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000008b`c79ff7b0 00007ff7`804fe7e8     postgres!PostmasterMain(
0000008b`c79ff940 00007ff7`80af9ba9     postgres!main(
0000008b`c79ff980 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000008b`c79ff9d0 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000008b`c79ffa40 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000008b`c7dff8b8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008b`c7dff8c0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000008b`c7dffbb0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000008b`c7dffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008b`c81ff5e8 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
0000008b`c81ff5f0 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
0000008b`c81ff660 00007fff`eed74cb0     postgres!pg_signal_thread(
0000008b`c81ff760 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000008b`c81ff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008b`c85ff7c8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008b`c85ff7d0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000008b`c85ffac0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000008b`c85ffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008b`c89ffb88 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008b`c89ffb90 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000008b`c89ffe80 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000008b`c89ffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d3`61dfec90 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d3`61dfecd0 00007ff7`8064afcc     postgres!ExceptionalCondition(
000000d3`61dfed10 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000d3`61dfed60 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000d3`61dfedb0 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000d3`61dff6d0 00007ff7`804fe7e8     postgres!PostmasterMain(
000000d3`61dff860 00007ff7`80af9ba9     postgres!main(
000000d3`61dff8a0 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d3`61dff8f0 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d3`61dff960 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000d3`629ff988 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
000000d3`629ff990 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
000000d3`629ffa00 00007fff`eed74cb0     postgres!pg_signal_thread(
000000d3`629ffb00 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d3`629ffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d3`62dffbb8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d3`62dffbc0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000d3`62dffeb0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d3`62dffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b1`981ff778 00007ff7`80643ec7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000b1`981ff780 00007ff7`804fe754     postgres!SubPostmasterMain(
000000b1`981ff7f0 00007ff7`80af9ba9     postgres!main(
000000b1`981ff830 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b1`981ff880 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000b1`981ff8f0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000b1`981ff920 00007fff`eed74cb0     postgres!mainCRTStartup(
000000b1`981ff950 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b1`981ff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b1`985ff668 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b1`985ff670 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000b1`985ff960 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b1`985ff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b1`989ff9c8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b1`989ff9d0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000b1`989ffcc0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b1`989ffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000031`ee3ffae8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000031`ee3ffaf0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000031`ee3ffde0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000031`ee3ffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000031`edbff070 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000031`edbff0b0 00007ff7`8064afcc     postgres!ExceptionalCondition(
00000031`edbff0f0 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000031`edbff140 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000031`edbff190 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000031`edbffab0 00007ff7`804fe7e8     postgres!PostmasterMain(
00000031`edbffc40 00007ff7`80af9ba9     postgres!main(
00000031`edbffc80 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000031`edbffcd0 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000031`edbffd40 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000031`edfff508 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000031`edfff510 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000031`edfff800 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000031`edfff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000031`ee7ffc78 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
00000031`ee7ffc80 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
00000031`ee7ffcf0 00007fff`eed74cb0     postgres!pg_signal_thread(
00000031`ee7ffdf0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000031`ee7ffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000031`eebffc38 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000031`eebffc40 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000031`eebfff30 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000031`eebfff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000056`d17ff678 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000056`d17ff680 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000056`d17ff970 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000056`d17ff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000056`d0bffc08 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000056`d0bffc10 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000056`d0bfff00 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000056`d0bfff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000056`d0fff858 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000056`d0fff860 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000056`d0fffb50 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000056`d0fffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000056`d07ff998 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000056`d07ff9a0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000056`d07ffc90 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000056`d07ffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000056`d03fea20 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000056`d03fea60 00007ff7`8064afcc     postgres!ExceptionalCondition(
00000056`d03feaa0 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000056`d03feaf0 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000056`d03feb40 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000056`d03ff460 00007ff7`804fe7e8     postgres!PostmasterMain(
00000056`d03ff5f0 00007ff7`80af9ba9     postgres!main(
00000056`d03ff630 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000056`d03ff680 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000056`d03ff6f0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000056`d13ff7c8 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
00000056`d13ff7d0 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
00000056`d13ff840 00007fff`eed74cb0     postgres!pg_signal_thread(
00000056`d13ff940 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000056`d13ff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ec`eb3ffbe8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ec`eb3ffbf0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000ec`eb3ffee0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ec`eb3fff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ec`ea7ffa08 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ec`ea7ffa10 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000ec`ea7ffd00 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ec`ea7ffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ec`ea3feb20 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ec`ea3feb60 00007ff7`8064afcc     postgres!ExceptionalCondition(
000000ec`ea3feba0 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ec`ea3febf0 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000ec`ea3fec40 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ec`ea3ff560 00007ff7`804fe7e8     postgres!PostmasterMain(
000000ec`ea3ff6f0 00007ff7`80af9ba9     postgres!main(
000000ec`ea3ff730 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ec`ea3ff780 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ec`ea3ff7f0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ec`eabff5e8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ec`eabff5f0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000ec`eabff8e0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ec`eabff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ec`eafffc18 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
000000ec`eafffc20 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
000000ec`eafffc90 00007fff`eed74cb0     postgres!pg_signal_thread(
000000ec`eafffd90 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ec`eafffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007e`d95fee70 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000007e`d95feeb0 00007ff7`8064afcc     postgres!ExceptionalCondition(
0000007e`d95feef0 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000007e`d95fef40 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000007e`d95fef90 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000007e`d95ff8b0 00007ff7`804fe7e8     postgres!PostmasterMain(
0000007e`d95ffa40 00007ff7`80af9ba9     postgres!main(
0000007e`d95ffa80 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000007e`d95ffad0 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000007e`d95ffb40 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000007e`d99ff788 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007e`d99ff790 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000007e`d99ffa80 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007e`d99ffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007e`d9dffa28 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007e`d9dffa30 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000007e`d9dffd20 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007e`d9dffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007e`da1ffa78 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
0000007e`da1ffa80 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
0000007e`da1ffaf0 00007fff`eed74cb0     postgres!pg_signal_thread(
0000007e`da1ffbf0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007e`da1ffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007e`da5ff6c8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007e`da5ff6d0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000007e`da5ff9c0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007e`da5ff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000027`523feca0 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000027`523fece0 00007ff7`8064afcc     postgres!ExceptionalCondition(
00000027`523fed20 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000027`523fed70 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000027`523fedc0 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000027`523ff6e0 00007ff7`804fe7e8     postgres!PostmasterMain(
00000027`523ff870 00007ff7`80af9ba9     postgres!main(
00000027`523ff8b0 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000027`523ff900 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000027`523ff970 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000027`527ffa28 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000027`527ffa30 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000027`527ffd20 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000027`527ffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000027`52bff948 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000027`52bff950 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000027`52bffc40 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000027`52bffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000027`52fffae8 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
00000027`52fffaf0 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
00000027`52fffb60 00007fff`eed74cb0     postgres!pg_signal_thread(
00000027`52fffc60 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000027`52fffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000027`533ff7c8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000027`533ff7d0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000027`533ffac0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000027`533ffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002a`84fff928 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002a`84fff930 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000002a`84fffc20 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000002a`84fffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002a`85bff7c8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002a`85bff7d0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000002a`85bffac0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000002a`85bffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002a`847febf0 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000002a`847fec30 00007ff7`8064afcc     postgres!ExceptionalCondition(
0000002a`847fec70 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000002a`847fecc0 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000002a`847fed10 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000002a`847ff630 00007ff7`804fe7e8     postgres!PostmasterMain(
0000002a`847ff7c0 00007ff7`80af9ba9     postgres!main(
0000002a`847ff800 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000002a`847ff850 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000002a`847ff8c0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000002a`857ff8b8 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
0000002a`857ff8c0 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
0000002a`857ff930 00007fff`eed74cb0     postgres!pg_signal_thread(
0000002a`857ffa30 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000002a`857ffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002a`84bff9d8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002a`84bff9e0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000002a`84bffcd0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000002a`84bffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002a`853ff658 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002a`853ff660 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000002a`853ff950 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000002a`853ff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d7`d83ff4a8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d7`d83ff4b0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000d7`d83ff7a0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d7`d83ff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d7`d7fff758 00007ff7`80643ec7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000d7`d7fff760 00007ff7`804fe754     postgres!SubPostmasterMain(
000000d7`d7fff7d0 00007ff7`80af9ba9     postgres!main(
000000d7`d7fff810 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d7`d7fff860 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d7`d7fff8d0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000d7`d7fff900 00007fff`eed74cb0     postgres!mainCRTStartup(
000000d7`d7fff930 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d7`d7fff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d7`d87ff8f8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d7`d87ff900 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000d7`d87ffbf0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d7`d87ffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dc`223fea40 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000dc`223fea80 00007ff7`8064afcc     postgres!ExceptionalCondition(
000000dc`223feac0 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000dc`223feb10 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000dc`223feb60 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000dc`223ff480 00007ff7`804fe7e8     postgres!PostmasterMain(
000000dc`223ff610 00007ff7`80af9ba9     postgres!main(
000000dc`223ff650 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000dc`223ff6a0 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000dc`223ff710 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000dc`227ff4b8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dc`227ff4c0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000dc`227ff7b0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000dc`227ff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dc`22bff9f8 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
000000dc`22bffa00 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
000000dc`22bffa70 00007fff`eed74cb0     postgres!pg_signal_thread(
000000dc`22bffb70 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000dc`22bffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dc`233ff748 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dc`233ff750 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000dc`233ffa40 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000dc`233ffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dc`22fffba8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dc`22fffbb0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000dc`22fffea0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000dc`22fffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000042`b7bfed90 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000042`b7bfedd0 00007ff7`8064afcc     postgres!ExceptionalCondition(
00000042`b7bfee10 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000042`b7bfee60 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000042`b7bfeeb0 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000042`b7bff7d0 00007ff7`804fe7e8     postgres!PostmasterMain(
00000042`b7bff960 00007ff7`80af9ba9     postgres!main(
00000042`b7bff9a0 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000042`b7bff9f0 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000042`b7bffa60 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000042`b87ffa58 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
00000042`b87ffa60 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
00000042`b87ffad0 00007fff`eed74cb0     postgres!pg_signal_thread(
00000042`b87ffbd0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000042`b87ffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000042`b8bff9a8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000042`b8bff9b0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000042`b8bffca0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000042`b8bffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003f`a37fefc0 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000003f`a37ff000 00007ff7`8064afcc     postgres!ExceptionalCondition(
0000003f`a37ff040 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000003f`a37ff090 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000003f`a37ff0e0 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000003f`a37ffa00 00007ff7`804fe7e8     postgres!PostmasterMain(
0000003f`a37ffb90 00007ff7`80af9ba9     postgres!main(
0000003f`a37ffbd0 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000003f`a37ffc20 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000003f`a37ffc90 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000003f`a3bff5c8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003f`a3bff5d0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000003f`a3bff8c0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003f`a3bff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003f`a3fffa38 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003f`a3fffa40 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000003f`a3fffd30 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003f`a3fffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003f`a43ffa78 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003f`a43ffa80 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000003f`a43ffd70 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003f`a43ffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003f`a47ff638 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
0000003f`a47ff640 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
0000003f`a47ff6b0 00007fff`eed74cb0     postgres!pg_signal_thread(
0000003f`a47ff7b0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003f`a47ff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003f`a4bff6e8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003f`a4bff6f0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000003f`a4bff9e0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003f`a4bffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ed`a21ff1c0 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ed`a21ff200 00007ff7`8064afcc     postgres!ExceptionalCondition(
000000ed`a21ff240 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ed`a21ff290 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000ed`a21ff2e0 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ed`a21ffc00 00007ff7`804fe7e8     postgres!PostmasterMain(
000000ed`a21ffd90 00007ff7`80af9ba9     postgres!main(
000000ed`a21ffdd0 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ed`a21ffe20 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ed`a21ffe90 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ed`a25ff7a8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ed`a25ff7b0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000ed`a25ffaa0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ed`a25ffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ed`a29ff7b8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ed`a29ff7c0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000ed`a29ffab0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ed`a29ffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ed`a2dff7d8 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
000000ed`a2dff7e0 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
000000ed`a2dff850 00007fff`eed74cb0     postgres!pg_signal_thread(
000000ed`a2dff950 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ed`a2dff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ed`a31ff798 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ed`a31ff7a0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000ed`a31ffa90 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ed`a31ffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ce`5f9fef90 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ce`5f9fefd0 00007ff7`8064afcc     postgres!ExceptionalCondition(
000000ce`5f9ff010 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ce`5f9ff060 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000ce`5f9ff0b0 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ce`5f9ff9d0 00007ff7`804fe7e8     postgres!PostmasterMain(
000000ce`5f9ffb60 00007ff7`80af9ba9     postgres!main(
000000ce`5f9ffba0 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ce`5f9ffbf0 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ce`5f9ffc60 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ce`5fdff8b8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ce`5fdff8c0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000ce`5fdffbb0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ce`5fdffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ce`601ff828 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ce`601ff830 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000ce`601ffb20 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ce`601ffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ce`605ff948 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ce`605ff950 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000ce`605ffc40 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ce`605ffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ce`609ff8d8 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
000000ce`609ff8e0 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
000000ce`609ff950 00007fff`eed74cb0     postgres!pg_signal_thread(
000000ce`609ffa50 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ce`609ffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ce`60dff518 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ce`60dff520 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000ce`60dff810 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ce`60dff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c5`9cbffc18 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c5`9cbffc20 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000c5`9cbfff10 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c5`9cbfff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c5`9bffee70 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c5`9bffeeb0 00007ff7`8064afcc     postgres!ExceptionalCondition(
000000c5`9bffeef0 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c5`9bffef40 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000c5`9bffef90 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c5`9bfff8b0 00007ff7`804fe7e8     postgres!PostmasterMain(
000000c5`9bfffa40 00007ff7`80af9ba9     postgres!main(
000000c5`9bfffa80 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c5`9bfffad0 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c5`9bfffb40 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c5`9c3ff958 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c5`9c3ff960 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000c5`9c3ffc50 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c5`9c3ffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c5`9c7ff918 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
000000c5`9c7ff920 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
000000c5`9c7ff990 00007fff`eed74cb0     postgres!pg_signal_thread(
000000c5`9c7ffa90 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c5`9c7ffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c5`9cfffa28 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c5`9cfffa30 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000c5`9cfffd20 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c5`9cfffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e8`3b1ff808 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e8`3b1ff810 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000e8`3b1ffb00 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e8`3b1ffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e8`39dfecb0 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e8`39dfecf0 00007ff7`8064afcc     postgres!ExceptionalCondition(
000000e8`39dfed30 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000e8`39dfed80 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000e8`39dfedd0 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000e8`39dff6f0 00007ff7`804fe7e8     postgres!PostmasterMain(
000000e8`39dff880 00007ff7`80af9ba9     postgres!main(
000000e8`39dff8c0 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e8`39dff910 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e8`39dff980 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000e8`3a1ff598 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e8`3a1ff5a0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000e8`3a1ff890 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e8`3a1ff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e8`3a5ff538 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e8`3a5ff540 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000e8`3a5ff830 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e8`3a5ff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e8`3a9ffa38 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e8`3a9ffa40 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000e8`3a9ffd30 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e8`3a9ffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e8`3adffd88 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
000000e8`3adffd90 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
000000e8`3adffe00 00007fff`eed74cb0     postgres!pg_signal_thread(
000000e8`3adfff00 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e8`3adfff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008b`509ff828 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
0000008b`509ff830 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
0000008b`509ff8a0 00007fff`eed74cb0     postgres!pg_signal_thread(
0000008b`509ff9a0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000008b`509ff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008b`4fdfee10 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000008b`4fdfee50 00007ff7`8064afcc     postgres!ExceptionalCondition(
0000008b`4fdfee90 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000008b`4fdfeee0 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000008b`4fdfef30 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000008b`4fdff850 00007ff7`804fe7e8     postgres!PostmasterMain(
0000008b`4fdff9e0 00007ff7`80af9ba9     postgres!main(
0000008b`4fdffa20 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000008b`4fdffa70 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000008b`4fdffae0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000008b`501ff4b8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008b`501ff4c0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000008b`501ff7b0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000008b`501ff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008b`505ff558 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008b`505ff560 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000008b`505ff850 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000008b`505ff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008b`50dffb98 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008b`50dffba0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000008b`50dffe90 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000008b`50dffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000036`b39ff6f8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000036`b39ff700 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000036`b39ff9f0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000036`b39ffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000036`b35fef20 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000036`b35fef60 00007ff7`8064afcc     postgres!ExceptionalCondition(
00000036`b35fefa0 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000036`b35feff0 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000036`b35ff040 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000036`b35ff960 00007ff7`804fe7e8     postgres!PostmasterMain(
00000036`b35ffaf0 00007ff7`80af9ba9     postgres!main(
00000036`b35ffb30 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000036`b35ffb80 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000036`b35ffbf0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000036`b3dffb28 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000036`b3dffb30 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000036`b3dffe20 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000036`b3dffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000036`b41ff8e8 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
00000036`b41ff8f0 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
00000036`b41ff960 00007fff`eed74cb0     postgres!pg_signal_thread(
00000036`b41ffa60 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000036`b41ffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000036`b45ff8a8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000036`b45ff8b0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000036`b45ffba0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000036`b45ffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b7`615fea80 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b7`615feac0 00007ff7`8064afcc     postgres!ExceptionalCondition(
000000b7`615feb00 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000b7`615feb50 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000b7`615feba0 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000b7`615ff4c0 00007ff7`804fe7e8     postgres!PostmasterMain(
000000b7`615ff650 00007ff7`80af9ba9     postgres!main(
000000b7`615ff690 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b7`615ff6e0 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000b7`615ff750 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000b7`619ff908 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b7`619ff910 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000b7`619ffc00 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b7`619ffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b7`61dff498 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b7`61dff4a0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000b7`61dff790 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b7`61dff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b7`621ff478 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b7`621ff480 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000b7`621ff770 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b7`621ff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b7`625ffc78 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
000000b7`625ffc80 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
000000b7`625ffcf0 00007fff`eed74cb0     postgres!pg_signal_thread(
000000b7`625ffdf0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b7`625ffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b7`629ffa78 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b7`629ffa80 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000b7`629ffd70 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b7`629ffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000093`ba7fed00 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000093`ba7fed40 00007ff7`8064afcc     postgres!ExceptionalCondition(
00000093`ba7fed80 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000093`ba7fedd0 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000093`ba7fee20 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000093`ba7ff740 00007ff7`804fe7e8     postgres!PostmasterMain(
00000093`ba7ff8d0 00007ff7`80af9ba9     postgres!main(
00000093`ba7ff910 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000093`ba7ff960 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000093`ba7ff9d0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000093`babff868 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000093`babff870 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000093`babffb60 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000093`babffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000093`bafff858 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
00000093`bafff860 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
00000093`bafff8d0 00007fff`eed74cb0     postgres!pg_signal_thread(
00000093`bafff9d0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000093`bafffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000093`bb3ff648 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000093`bb3ff650 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000093`bb3ff940 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000093`bb3ff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000093`bb7ff668 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000093`bb7ff670 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000093`bb7ff960 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000093`bb7ff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000036`549ff5b8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000036`549ff5c0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000036`549ff8b0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000036`549ff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000036`545ff160 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000036`545ff1a0 00007ff7`8064afcc     postgres!ExceptionalCondition(
00000036`545ff1e0 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000036`545ff230 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000036`545ff280 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000036`545ffba0 00007ff7`804fe7e8     postgres!PostmasterMain(
00000036`545ffd30 00007ff7`80af9ba9     postgres!main(
00000036`545ffd70 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000036`545ffdc0 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000036`545ffe30 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000036`54dffb28 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000036`54dffb30 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000036`54dffe20 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000036`54dffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000036`551ff7f8 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
00000036`551ff800 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
00000036`551ff870 00007fff`eed74cb0     postgres!pg_signal_thread(
00000036`551ff970 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000036`551ff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000036`555ff4d8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000036`555ff4e0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000036`555ff7d0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000036`555ff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ca`db3ff9d8 00007ff7`80643ec7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000ca`db3ff9e0 00007ff7`804fe754     postgres!SubPostmasterMain(
000000ca`db3ffa50 00007ff7`80af9ba9     postgres!main(
000000ca`db3ffa90 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ca`db3ffae0 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ca`db3ffb50 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000ca`db3ffb80 00007fff`eed74cb0     postgres!mainCRTStartup(
000000ca`db3ffbb0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ca`db3ffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ca`db7ffb28 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ca`db7ffb30 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000ca`db7ffe20 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ca`db7ffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ca`dbbffbb8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ca`dbbffbc0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000ca`dbbffeb0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ca`dbbffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b1`a3fff100 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b1`a3fff140 00007ff7`8064afcc     postgres!ExceptionalCondition(
000000b1`a3fff180 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000b1`a3fff1d0 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000b1`a3fff220 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000b1`a3fffb40 00007ff7`804fe7e8     postgres!PostmasterMain(
000000b1`a3fffcd0 00007ff7`80af9ba9     postgres!main(
000000b1`a3fffd10 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b1`a3fffd60 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000b1`a3fffdd0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000b1`a43ffb08 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b1`a43ffb10 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000b1`a43ffe00 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b1`a43ffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b1`a47ff5e8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b1`a47ff5f0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000b1`a47ff8e0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b1`a47ff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b1`a4bffa48 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
000000b1`a4bffa50 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
000000b1`a4bffac0 00007fff`eed74cb0     postgres!pg_signal_thread(
000000b1`a4bffbc0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b1`a4bffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b1`a4fffb88 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b1`a4fffb90 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000b1`a4fffe80 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b1`a4fffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000088`a19fede0 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000088`a19fee20 00007ff7`8064afcc     postgres!ExceptionalCondition(
00000088`a19fee60 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000088`a19feeb0 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000088`a19fef00 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000088`a19ff820 00007ff7`804fe7e8     postgres!PostmasterMain(
00000088`a19ff9b0 00007ff7`80af9ba9     postgres!main(
00000088`a19ff9f0 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000088`a19ffa40 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000088`a19ffab0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000088`a1dffa48 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000088`a1dffa50 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000088`a1dffd40 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000088`a1dffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000088`a21ffc08 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000088`a21ffc10 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000088`a21fff00 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000088`a21fff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000088`a25ff5c8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000088`a25ff5d0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000088`a25ff8c0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000088`a25ff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000088`a29ffc48 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
00000088`a29ffc50 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
00000088`a29ffcc0 00007fff`eed74cb0     postgres!pg_signal_thread(
00000088`a29ffdc0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000088`a29ffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000088`a2dff9d8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000088`a2dff9e0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000088`a2dffcd0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000088`a2dffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ec`2cbfedd0 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ec`2cbfee10 00007ff7`8064afcc     postgres!ExceptionalCondition(
000000ec`2cbfee50 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ec`2cbfeea0 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000ec`2cbfeef0 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ec`2cbff810 00007ff7`804fe7e8     postgres!PostmasterMain(
000000ec`2cbff9a0 00007ff7`80af9ba9     postgres!main(
000000ec`2cbff9e0 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ec`2cbffa30 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ec`2cbffaa0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ec`2cfffb18 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ec`2cfffb20 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000ec`2cfffe10 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ec`2cfffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ec`2d3ff6e8 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
000000ec`2d3ff6f0 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
000000ec`2d3ff760 00007fff`eed74cb0     postgres!pg_signal_thread(
000000ec`2d3ff860 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ec`2d3ff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ec`2d7ff908 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ec`2d7ff910 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000ec`2d7ffc00 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ec`2d7ffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ec`2dbff4e8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ec`2dbff4f0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000ec`2dbff7e0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ec`2dbff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003f`6b7ff140 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000003f`6b7ff180 00007ff7`8064afcc     postgres!ExceptionalCondition(
0000003f`6b7ff1c0 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000003f`6b7ff210 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000003f`6b7ff260 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000003f`6b7ffb80 00007ff7`804fe7e8     postgres!PostmasterMain(
0000003f`6b7ffd10 00007ff7`80af9ba9     postgres!main(
0000003f`6b7ffd50 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000003f`6b7ffda0 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000003f`6b7ffe10 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000003f`6bbff7b8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003f`6bbff7c0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000003f`6bbffab0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003f`6bbffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003f`6bfff8d8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003f`6bfff8e0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000003f`6bfffbd0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003f`6bfffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003f`6c3ff768 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003f`6c3ff770 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000003f`6c3ffa60 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003f`6c3ffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003f`6c7ff768 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
0000003f`6c7ff770 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
0000003f`6c7ff7e0 00007fff`eed74cb0     postgres!pg_signal_thread(
0000003f`6c7ff8e0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003f`6c7ff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003f`6cbff638 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003f`6cbff640 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000003f`6cbff930 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003f`6cbff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001b`df3ff130 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000001b`df3ff170 00007ff7`8064afcc     postgres!ExceptionalCondition(
0000001b`df3ff1b0 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000001b`df3ff200 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000001b`df3ff250 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000001b`df3ffb70 00007ff7`804fe7e8     postgres!PostmasterMain(
0000001b`df3ffd00 00007ff7`80af9ba9     postgres!main(
0000001b`df3ffd40 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000001b`df3ffd90 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000001b`df3ffe00 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000001b`df7ff708 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001b`df7ff710 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000001b`df7ffa00 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000001b`df7ffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001b`dfbff568 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001b`dfbff570 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000001b`dfbff860 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000001b`dfbff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001b`dffffa38 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
0000001b`dffffa40 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
0000001b`dffffab0 00007fff`eed74cb0     postgres!pg_signal_thread(
0000001b`dffffbb0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000001b`dffffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001b`e03ff678 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001b`e03ff680 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000001b`e03ff970 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000001b`e03ff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c7`babfeda0 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c7`babfede0 00007ff7`8064afcc     postgres!ExceptionalCondition(
000000c7`babfee20 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c7`babfee70 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000c7`babfeec0 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c7`babff7e0 00007ff7`804fe7e8     postgres!PostmasterMain(
000000c7`babff970 00007ff7`80af9ba9     postgres!main(
000000c7`babff9b0 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c7`babffa00 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c7`babffa70 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c7`bafffab8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c7`bafffac0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000c7`bafffdb0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c7`bafffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c7`bb3ff6e8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c7`bb3ff6f0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000c7`bb3ff9e0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c7`bb3ffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c7`bb7ffb38 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
000000c7`bb7ffb40 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
000000c7`bb7ffbb0 00007fff`eed74cb0     postgres!pg_signal_thread(
000000c7`bb7ffcb0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c7`bb7ffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c7`bbbff7f8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c7`bbbff800 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000c7`bbbffaf0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c7`bbbffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000054`a61ff1c0 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000054`a61ff200 00007ff7`8064afcc     postgres!ExceptionalCondition(
00000054`a61ff240 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000054`a61ff290 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000054`a61ff2e0 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000054`a61ffc00 00007ff7`804fe7e8     postgres!PostmasterMain(
00000054`a61ffd90 00007ff7`80af9ba9     postgres!main(
00000054`a61ffdd0 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000054`a61ffe20 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000054`a61ffe90 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000054`a69ff908 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
00000054`a69ff910 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
00000054`a69ff980 00007fff`eed74cb0     postgres!pg_signal_thread(
00000054`a69ffa80 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000054`a69ffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000054`a71ff668 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000054`a71ff670 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000054`a71ff960 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000054`a71ff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000054`a65ff9c8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000054`a65ff9d0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000054`a65ffcc0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000054`a65ffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000054`a6dff838 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000054`a6dff840 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000054`a6dffb30 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000054`a6dffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c1`763feae0 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c1`763feb20 00007ff7`8064afcc     postgres!ExceptionalCondition(
000000c1`763feb60 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c1`763febb0 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000c1`763fec00 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c1`763ff520 00007ff7`804fe7e8     postgres!PostmasterMain(
000000c1`763ff6b0 00007ff7`80af9ba9     postgres!main(
000000c1`763ff6f0 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c1`763ff740 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c1`763ff7b0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c1`767ff9e8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c1`767ff9f0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000c1`767ffce0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c1`767ffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c1`76bff958 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c1`76bff960 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000c1`76bffc50 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c1`76bffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c1`76fff6f8 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
000000c1`76fff700 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
000000c1`76fff770 00007fff`eed74cb0     postgres!pg_signal_thread(
000000c1`76fff870 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c1`76fff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c1`773ff7d8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c1`773ff7e0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000c1`773ffad0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c1`773ffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000054`3f3ff130 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000054`3f3ff170 00007ff7`8064afcc     postgres!ExceptionalCondition(
00000054`3f3ff1b0 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000054`3f3ff200 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000054`3f3ff250 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000054`3f3ffb70 00007ff7`804fe7e8     postgres!PostmasterMain(
00000054`3f3ffd00 00007ff7`80af9ba9     postgres!main(
00000054`3f3ffd40 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000054`3f3ffd90 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000054`3f3ffe00 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000054`3f7ff8c8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000054`3f7ff8d0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000054`3f7ffbc0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000054`3f7ffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000054`3fbff9c8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000054`3fbff9d0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000054`3fbffcc0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000054`3fbffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000054`3ffff818 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
00000054`3ffff820 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
00000054`3ffff890 00007fff`eed74cb0     postgres!pg_signal_thread(
00000054`3ffff990 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000054`3ffff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000054`403ff4b8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000054`403ff4c0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000054`403ff7b0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000054`403ff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000034`c33feff0 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000034`c33ff030 00007ff7`8064afcc     postgres!ExceptionalCondition(
00000034`c33ff070 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000034`c33ff0c0 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000034`c33ff110 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000034`c33ffa30 00007ff7`804fe7e8     postgres!PostmasterMain(
00000034`c33ffbc0 00007ff7`80af9ba9     postgres!main(
00000034`c33ffc00 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000034`c33ffc50 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000034`c33ffcc0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000034`c37ff968 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000034`c37ff970 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000034`c37ffc60 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000034`c37ffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000034`c3bffb98 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000034`c3bffba0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000034`c3bffe90 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000034`c3bffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000034`c3fffd88 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
00000034`c3fffd90 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
00000034`c3fffe00 00007fff`eed74cb0     postgres!pg_signal_thread(
00000034`c3ffff00 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000034`c3ffff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000034`c43ff958 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000034`c43ff960 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000034`c43ffc50 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000034`c43ffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002b`091ff608 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002b`091ff610 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000002b`091ff900 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000002b`091ff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002b`08dfeeb0 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000002b`08dfeef0 00007ff7`8064afcc     postgres!ExceptionalCondition(
0000002b`08dfef30 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000002b`08dfef80 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000002b`08dfefd0 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000002b`08dff8f0 00007ff7`804fe7e8     postgres!PostmasterMain(
0000002b`08dffa80 00007ff7`80af9ba9     postgres!main(
0000002b`08dffac0 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000002b`08dffb10 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000002b`08dffb80 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000002b`095ff8d8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002b`095ff8e0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000002b`095ffbd0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000002b`095ffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002b`099ffa48 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002b`099ffa50 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000002b`099ffd40 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000002b`099ffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002b`09dff628 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
0000002b`09dff630 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
0000002b`09dff6a0 00007fff`eed74cb0     postgres!pg_signal_thread(
0000002b`09dff7a0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000002b`09dff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002b`0a1ff508 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002b`0a1ff510 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000002b`0a1ff800 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000002b`0a1ff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f1`7a7ff4e8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f1`7a7ff4f0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000f1`7a7ff7e0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000f1`7a7ff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f1`7abffa38 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
000000f1`7abffa40 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
000000f1`7abffab0 00007fff`eed74cb0     postgres!pg_signal_thread(
000000f1`7abffbb0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000f1`7abffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f1`7afff8a8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f1`7afff8b0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000f1`7afffba0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000f1`7afffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f1`7b3ff9e8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f1`7b3ff9f0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000f1`7b3ffce0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000f1`7b3ffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f1`7a3feb10 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f1`7a3feb50 00007ff7`8064afcc     postgres!ExceptionalCondition(
000000f1`7a3feb90 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f1`7a3febe0 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000f1`7a3fec30 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f1`7a3ff550 00007ff7`804fe7e8     postgres!PostmasterMain(
000000f1`7a3ff6e0 00007ff7`80af9ba9     postgres!main(
000000f1`7a3ff720 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f1`7a3ff770 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f1`7a3ff7e0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000000a`085fecb0 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000000a`085fecf0 00007ff7`8064afcc     postgres!ExceptionalCondition(
0000000a`085fed30 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000000a`085fed80 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000000a`085fedd0 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000000a`085ff6f0 00007ff7`804fe7e8     postgres!PostmasterMain(
0000000a`085ff880 00007ff7`80af9ba9     postgres!main(
0000000a`085ff8c0 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000000a`085ff910 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000000a`085ff980 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000000a`089ffae8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000a`089ffaf0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000000a`089ffde0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000000a`089ffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000a`08dffc28 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000a`08dffc30 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000000a`08dfff20 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000000a`08dfff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000a`091ffbf8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000a`091ffc00 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000000a`091ffef0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000000a`091fff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000a`095ff778 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
0000000a`095ff780 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
0000000a`095ff7f0 00007fff`eed74cb0     postgres!pg_signal_thread(
0000000a`095ff8f0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000000a`095ff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000a`099ff5a8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000a`099ff5b0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000000a`099ff8a0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000000a`099ff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000086`fb9fec80 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000086`fb9fecc0 00007ff7`8064afcc     postgres!ExceptionalCondition(
00000086`fb9fed00 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000086`fb9fed50 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000086`fb9feda0 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000086`fb9ff6c0 00007ff7`804fe7e8     postgres!PostmasterMain(
00000086`fb9ff850 00007ff7`80af9ba9     postgres!main(
00000086`fb9ff890 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000086`fb9ff8e0 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000086`fb9ff950 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000086`fbdff618 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000086`fbdff620 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000086`fbdff910 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000086`fbdff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000086`fc1ff698 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
00000086`fc1ff6a0 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
00000086`fc1ff710 00007fff`eed74cb0     postgres!pg_signal_thread(
00000086`fc1ff810 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000086`fc1ff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000086`fc5ffa98 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000086`fc5ffaa0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000086`fc5ffd90 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000086`fc5ffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000086`fc9ff9d8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000086`fc9ff9e0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000086`fc9ffcd0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000086`fc9ffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000057`28bffa38 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000057`28bffa40 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000057`28bffd30 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000057`28bffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000057`27ffef90 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000057`27ffefd0 00007ff7`8064afcc     postgres!ExceptionalCondition(
00000057`27fff010 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000057`27fff060 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000057`27fff0b0 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000057`27fff9d0 00007ff7`804fe7e8     postgres!PostmasterMain(
00000057`27fffb60 00007ff7`80af9ba9     postgres!main(
00000057`27fffba0 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000057`27fffbf0 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000057`27fffc60 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000057`283ff958 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000057`283ff960 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000057`283ffc50 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000057`283ffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000057`28fff9d8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000057`28fff9e0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000057`28fffcd0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000057`28fffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000057`287ff7a8 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
00000057`287ff7b0 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
00000057`287ff820 00007fff`eed74cb0     postgres!pg_signal_thread(
00000057`287ff920 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000057`287ff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000b`989ff170 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000000b`989ff1b0 00007ff7`8064afcc     postgres!ExceptionalCondition(
0000000b`989ff1f0 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000000b`989ff240 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000000b`989ff290 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000000b`989ffbb0 00007ff7`804fe7e8     postgres!PostmasterMain(
0000000b`989ffd40 00007ff7`80af9ba9     postgres!main(
0000000b`989ffd80 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000000b`989ffdd0 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000000b`989ffe40 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000000b`999ff9e8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000b`999ff9f0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000000b`999ffce0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000000b`999ffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000b`995ff828 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
0000000b`995ff830 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
0000000b`995ff8a0 00007fff`eed74cb0     postgres!pg_signal_thread(
0000000b`995ff9a0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000000b`995ff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000b`991ff568 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000b`991ff570 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000000b`991ff860 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000000b`991ff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000b`98dff968 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000b`98dff970 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000000b`98dffc60 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000000b`98dffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e2`485fed00 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e2`485fed40 00007ff7`8064afcc     postgres!ExceptionalCondition(
000000e2`485fed80 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000e2`485fedd0 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000e2`485fee20 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000e2`485ff740 00007ff7`804fe7e8     postgres!PostmasterMain(
000000e2`485ff8d0 00007ff7`80af9ba9     postgres!main(
000000e2`485ff910 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e2`485ff960 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e2`485ff9d0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000e2`489ff478 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e2`489ff480 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000e2`489ff770 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e2`489ff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e2`48dff698 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e2`48dff6a0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000e2`48dff990 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e2`48dff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e2`491ff938 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
000000e2`491ff940 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
000000e2`491ff9b0 00007fff`eed74cb0     postgres!pg_signal_thread(
000000e2`491ffab0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e2`491ffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e2`495ff9d8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e2`495ff9e0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000e2`495ffcd0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e2`495ffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000030`379fee50 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000030`379fee90 00007ff7`8064afcc     postgres!ExceptionalCondition(
00000030`379feed0 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000030`379fef20 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000030`379fef70 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000030`379ff890 00007ff7`804fe7e8     postgres!PostmasterMain(
00000030`379ffa20 00007ff7`80af9ba9     postgres!main(
00000030`379ffa60 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000030`379ffab0 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000030`379ffb20 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000030`37dff9f8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000030`37dffa00 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000030`37dffcf0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000030`37dffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000030`381ff8c8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000030`381ff8d0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000030`381ffbc0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000030`381ffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000030`385ffba8 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
00000030`385ffbb0 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
00000030`385ffc20 00007fff`eed74cb0     postgres!pg_signal_thread(
00000030`385ffd20 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000030`385ffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000030`389ff668 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000030`389ff670 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000030`389ff960 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000030`389ff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000090`9cdfee60 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000090`9cdfeea0 00007ff7`8064afcc     postgres!ExceptionalCondition(
00000090`9cdfeee0 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000090`9cdfef30 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000090`9cdfef80 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000090`9cdff8a0 00007ff7`804fe7e8     postgres!PostmasterMain(
00000090`9cdffa30 00007ff7`80af9ba9     postgres!main(
00000090`9cdffa70 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000090`9cdffac0 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000090`9cdffb30 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000090`9d5ffbb8 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
00000090`9d5ffbc0 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
00000090`9d5ffc30 00007fff`eed74cb0     postgres!pg_signal_thread(
00000090`9d5ffd30 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000090`9d5ffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000090`9ddff488 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000090`9ddff490 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000090`9ddff780 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000090`9ddff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000090`9d1ff9d8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000090`9d1ff9e0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000090`9d1ffcd0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000090`9d1ffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000090`9d9ff6a8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000090`9d9ff6b0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000090`9d9ff9a0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000090`9d9ff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a3`89bfed40 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a3`89bfed80 00007ff7`8064afcc     postgres!ExceptionalCondition(
000000a3`89bfedc0 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000a3`89bfee10 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000a3`89bfee60 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a3`89bff780 00007ff7`804fe7e8     postgres!PostmasterMain(
000000a3`89bff910 00007ff7`80af9ba9     postgres!main(
000000a3`89bff950 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a3`89bff9a0 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a3`89bffa10 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a3`89fff598 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a3`89fff5a0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000a3`89fff890 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a3`89fff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a3`8a3ff6e8 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
000000a3`8a3ff6f0 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
000000a3`8a3ff760 00007fff`eed74cb0     postgres!pg_signal_thread(
000000a3`8a3ff860 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a3`8a3ff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a3`8a7ff948 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a3`8a7ff950 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000a3`8a7ffc40 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a3`8a7ffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a3`8abff5e8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a3`8abff5f0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000a3`8abff8e0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a3`8abff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000003`ad3fee90 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000003`ad3feed0 00007ff7`8064afcc     postgres!ExceptionalCondition(
00000003`ad3fef10 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000003`ad3fef60 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000003`ad3fefb0 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000003`ad3ff8d0 00007ff7`804fe7e8     postgres!PostmasterMain(
00000003`ad3ffa60 00007ff7`80af9ba9     postgres!main(
00000003`ad3ffaa0 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000003`ad3ffaf0 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000003`ad3ffb60 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000003`ad7ff898 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000003`ad7ff8a0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000003`ad7ffb90 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000003`ad7ffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000003`adbff698 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000003`adbff6a0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000003`adbff990 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000003`adbff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000003`adfffae8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000003`adfffaf0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000003`adfffde0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000003`adfffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000003`ae3ffda8 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
00000003`ae3ffdb0 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
00000003`ae3ffe20 00007fff`eed74cb0     postgres!pg_signal_thread(
00000003`ae3fff20 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000003`ae3fff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000003`ae7ffb58 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000003`ae7ffb60 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000003`ae7ffe50 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000003`ae7ffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005d`957ffb78 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005d`957ffb80 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000005d`957ffe70 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000005d`957ffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005d`947fefc0 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000005d`947ff000 00007ff7`8064afcc     postgres!ExceptionalCondition(
0000005d`947ff040 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000005d`947ff090 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000005d`947ff0e0 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000005d`947ffa00 00007ff7`804fe7e8     postgres!PostmasterMain(
0000005d`947ffb90 00007ff7`80af9ba9     postgres!main(
0000005d`947ffbd0 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000005d`947ffc20 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000005d`947ffc90 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000005d`94bffa98 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005d`94bffaa0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000005d`94bffd90 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000005d`94bffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005d`94fff508 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005d`94fff510 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000005d`94fff800 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000005d`94fff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005d`953ffd88 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
0000005d`953ffd90 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
0000005d`953ffe00 00007fff`eed74cb0     postgres!pg_signal_thread(
0000005d`953fff00 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000005d`953fff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005d`529fec50 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000005d`529fec90 00007ff7`8064afcc     postgres!ExceptionalCondition(
0000005d`529fecd0 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000005d`529fed20 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000005d`529fed70 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000005d`529ff690 00007ff7`804fe7e8     postgres!PostmasterMain(
0000005d`529ff820 00007ff7`80af9ba9     postgres!main(
0000005d`529ff860 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000005d`529ff8b0 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000005d`529ff920 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000005d`52dff5b8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005d`52dff5c0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000005d`52dff8b0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000005d`52dff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005d`531ffbe8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005d`531ffbf0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000005d`531ffee0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000005d`531fff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005d`535ffac8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005d`535ffad0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000005d`535ffdc0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000005d`535ffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005d`539ff658 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
0000005d`539ff660 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
0000005d`539ff6d0 00007fff`eed74cb0     postgres!pg_signal_thread(
0000005d`539ff7d0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000005d`539ff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005d`53dff798 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005d`53dff7a0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000005d`53dffa90 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000005d`53dffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000aa`c6bffbf8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000aa`c6bffc00 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000aa`c6bffef0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000aa`c6bfff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000aa`c73ff708 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000aa`c73ff710 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000aa`c73ffa00 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000aa`c73ffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000aa`c63feab0 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000aa`c63feaf0 00007ff7`8064afcc     postgres!ExceptionalCondition(
000000aa`c63feb30 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000aa`c63feb80 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000aa`c63febd0 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000aa`c63ff4f0 00007ff7`804fe7e8     postgres!PostmasterMain(
000000aa`c63ff680 00007ff7`80af9ba9     postgres!main(
000000aa`c63ff6c0 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000aa`c63ff710 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000aa`c63ff780 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000aa`c67ff458 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000aa`c67ff460 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000aa`c67ff750 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000aa`c67ff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000aa`c6fff5e8 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
000000aa`c6fff5f0 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
000000aa`c6fff660 00007fff`eed74cb0     postgres!pg_signal_thread(
000000aa`c6fff760 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000aa`c6fff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002f`6fdff728 00007ff7`80643ec7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
0000002f`6fdff730 00007ff7`804fe754     postgres!SubPostmasterMain(
0000002f`6fdff7a0 00007ff7`80af9ba9     postgres!main(
0000002f`6fdff7e0 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000002f`6fdff830 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000002f`6fdff8a0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
0000002f`6fdff8d0 00007fff`eed74cb0     postgres!mainCRTStartup(
0000002f`6fdff900 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000002f`6fdff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002f`705ff788 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002f`705ff790 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000002f`705ffa80 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000002f`705ffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002f`701ff9d8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002f`701ff9e0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000002f`701ffcd0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000002f`701ffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000034`ec7ff538 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000034`ec7ff540 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000034`ec7ff830 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000034`ec7ff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000034`ecfff5a8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000034`ecfff5b0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000034`ecfff8a0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000034`ecfff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000034`ebffea70 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000034`ebffeab0 00007ff7`8064afcc     postgres!ExceptionalCondition(
00000034`ebffeaf0 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000034`ebffeb40 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000034`ebffeb90 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000034`ebfff4b0 00007ff7`804fe7e8     postgres!PostmasterMain(
00000034`ebfff640 00007ff7`80af9ba9     postgres!main(
00000034`ebfff680 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000034`ebfff6d0 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000034`ebfff740 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000034`ec3ff548 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000034`ec3ff550 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000034`ec3ff840 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000034`ec3ff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000034`ecbff5d8 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
00000034`ecbff5e0 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
00000034`ecbff650 00007fff`eed74cb0     postgres!pg_signal_thread(
00000034`ecbff750 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000034`ecbff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ed`c79ff7c8 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
000000ed`c79ff7d0 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
000000ed`c79ff840 00007fff`eed74cb0     postgres!pg_signal_thread(
000000ed`c79ff940 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ed`c79ff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ed`c81ff5d8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ed`c81ff5e0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000ed`c81ff8d0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ed`c81ff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ed`c71ff100 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ed`c71ff140 00007ff7`8064afcc     postgres!ExceptionalCondition(
000000ed`c71ff180 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ed`c71ff1d0 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000ed`c71ff220 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ed`c71ffb40 00007ff7`804fe7e8     postgres!PostmasterMain(
000000ed`c71ffcd0 00007ff7`80af9ba9     postgres!main(
000000ed`c71ffd10 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ed`c71ffd60 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ed`c71ffdd0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ed`c75ff598 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ed`c75ff5a0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000ed`c75ff890 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ed`c75ff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ed`c7dffbc8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ed`c7dffbd0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000ed`c7dffec0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ed`c7dffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a4`94fff868 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a4`94fff870 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000a4`94fffb60 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a4`94fffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a4`947feea0 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a4`947feee0 00007ff7`8064afcc     postgres!ExceptionalCondition(
000000a4`947fef20 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000a4`947fef70 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000a4`947fefc0 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a4`947ff8e0 00007ff7`804fe7e8     postgres!PostmasterMain(
000000a4`947ffa70 00007ff7`80af9ba9     postgres!main(
000000a4`947ffab0 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a4`947ffb00 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a4`947ffb70 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a4`94bff948 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a4`94bff950 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000a4`94bffc40 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a4`94bffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a4`953ffc28 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a4`953ffc30 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000a4`953fff20 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a4`953fff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a4`957ffd48 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
000000a4`957ffd50 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
000000a4`957ffdc0 00007fff`eed74cb0     postgres!pg_signal_thread(
000000a4`957ffec0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a4`957ffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a4`95bff6c8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a4`95bff6d0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000a4`95bff9c0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a4`95bff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000004`857ff8d8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000004`857ff8e0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000004`857ffbd0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000004`857ffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000004`84fff0a0 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000004`84fff0e0 00007ff7`8064afcc     postgres!ExceptionalCondition(
00000004`84fff120 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000004`84fff170 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000004`84fff1c0 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000004`84fffae0 00007ff7`804fe7e8     postgres!PostmasterMain(
00000004`84fffc70 00007ff7`80af9ba9     postgres!main(
00000004`84fffcb0 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000004`84fffd00 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000004`84fffd70 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000004`85bff9d8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000004`85bff9e0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000004`85bffcd0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000004`85bffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000004`853ffa68 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000004`853ffa70 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000004`853ffd60 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000004`853ffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000004`85fffbb8 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
00000004`85fffbc0 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
00000004`85fffc30 00007fff`eed74cb0     postgres!pg_signal_thread(
00000004`85fffd30 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000004`85fffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000004`863ffc08 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000004`863ffc10 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000004`863fff00 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000004`863fff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007a`dc9fef00 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000007a`dc9fef40 00007ff7`8064afcc     postgres!ExceptionalCondition(
0000007a`dc9fef80 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000007a`dc9fefd0 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000007a`dc9ff020 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000007a`dc9ff940 00007ff7`804fe7e8     postgres!PostmasterMain(
0000007a`dc9ffad0 00007ff7`80af9ba9     postgres!main(
0000007a`dc9ffb10 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000007a`dc9ffb60 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000007a`dc9ffbd0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000007a`dcdff878 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007a`dcdff880 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000007a`dcdffb70 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007a`dcdffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007a`dd1ff908 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007a`dd1ff910 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000007a`dd1ffc00 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007a`dd1ffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007a`dd5ff8d8 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
0000007a`dd5ff8e0 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
0000007a`dd5ff950 00007fff`eed74cb0     postgres!pg_signal_thread(
0000007a`dd5ffa50 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007a`dd5ffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007a`dd9ffac8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007a`dd9ffad0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000007a`dd9ffdc0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007a`dd9ffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ea`9a3fec70 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ea`9a3fecb0 00007ff7`8064afcc     postgres!ExceptionalCondition(
000000ea`9a3fecf0 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ea`9a3fed40 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000ea`9a3fed90 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ea`9a3ff6b0 00007ff7`804fe7e8     postgres!PostmasterMain(
000000ea`9a3ff840 00007ff7`80af9ba9     postgres!main(
000000ea`9a3ff880 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ea`9a3ff8d0 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ea`9a3ff940 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ea`9a7ff528 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ea`9a7ff530 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000ea`9a7ff820 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ea`9a7ff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ea`9abffb98 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ea`9abffba0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000ea`9abffe90 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ea`9abffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ea`9afff7f8 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
000000ea`9afff800 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
000000ea`9afff870 00007fff`eed74cb0     postgres!pg_signal_thread(
000000ea`9afff970 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ea`9afff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ea`9b3ff988 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ea`9b3ff990 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000ea`9b3ffc80 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ea`9b3ffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007b`341febf0 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000007b`341fec30 00007ff7`8064afcc     postgres!ExceptionalCondition(
0000007b`341fec70 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000007b`341fecc0 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000007b`341fed10 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000007b`341ff630 00007ff7`804fe7e8     postgres!PostmasterMain(
0000007b`341ff7c0 00007ff7`80af9ba9     postgres!main(
0000007b`341ff800 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000007b`341ff850 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000007b`341ff8c0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000007b`345ff758 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007b`345ff760 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000007b`345ffa50 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007b`345ffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007b`349ff848 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007b`349ff850 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000007b`349ffb40 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007b`349ffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007b`34dffb18 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
0000007b`34dffb20 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
0000007b`34dffb90 00007fff`eed74cb0     postgres!pg_signal_thread(
0000007b`34dffc90 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007b`34dffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007b`351ff778 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007b`351ff780 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000007b`351ffa70 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007b`351ffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008b`ad1ff958 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008b`ad1ff960 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000008b`ad1ffc50 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000008b`ad1ffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008b`ac9ff768 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008b`ac9ff770 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000008b`ac9ffa60 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000008b`ac9ffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008b`ac5ff1b0 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000008b`ac5ff1f0 00007ff7`8064afcc     postgres!ExceptionalCondition(
0000008b`ac5ff230 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000008b`ac5ff280 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000008b`ac5ff2d0 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000008b`ac5ffbf0 00007ff7`804fe7e8     postgres!PostmasterMain(
0000008b`ac5ffd80 00007ff7`80af9ba9     postgres!main(
0000008b`ac5ffdc0 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000008b`ac5ffe10 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000008b`ac5ffe80 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000008b`ad5ff698 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008b`ad5ff6a0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000008b`ad5ff990 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000008b`ad5ff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008b`acdff818 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
0000008b`acdff820 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
0000008b`acdff890 00007fff`eed74cb0     postgres!pg_signal_thread(
0000008b`acdff990 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000008b`acdff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b9`211ffa38 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b9`211ffa40 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000b9`211ffd30 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b9`211ffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b9`215ffd78 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
000000b9`215ffd80 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
000000b9`215ffdf0 00007fff`eed74cb0     postgres!pg_signal_thread(
000000b9`215ffef0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b9`215fff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b9`20dfeba0 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b9`20dfebe0 00007ff7`8064afcc     postgres!ExceptionalCondition(
000000b9`20dfec20 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000b9`20dfec70 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000b9`20dfecc0 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000b9`20dff5e0 00007ff7`804fe7e8     postgres!PostmasterMain(
000000b9`20dff770 00007ff7`80af9ba9     postgres!main(
000000b9`20dff7b0 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b9`20dff800 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000b9`20dff870 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000b9`219ff5b8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b9`219ff5c0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000b9`219ff8b0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b9`219ff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b9`21dff958 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b9`21dff960 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000b9`21dffc50 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b9`21dffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001f`6d3ff688 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001f`6d3ff690 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000001f`6d3ff980 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000001f`6d3ff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001f`6d7ff8d8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001f`6d7ff8e0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000001f`6d7ffbd0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000001f`6d7ffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001f`6dbff538 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001f`6dbff540 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000001f`6dbff830 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000001f`6dbff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001f`6dfffc78 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
0000001f`6dfffc80 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
0000001f`6dfffcf0 00007fff`eed74cb0     postgres!pg_signal_thread(
0000001f`6dfffdf0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000001f`6dfffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001f`6e3ff8e8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001f`6e3ff8f0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000001f`6e3ffbe0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000001f`6e3ffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001f`6cffee80 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000001f`6cffeec0 00007ff7`8064afcc     postgres!ExceptionalCondition(
0000001f`6cffef00 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000001f`6cffef50 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000001f`6cffefa0 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000001f`6cfff8c0 00007ff7`804fe7e8     postgres!PostmasterMain(
0000001f`6cfffa50 00007ff7`80af9ba9     postgres!main(
0000001f`6cfffa90 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000001f`6cfffae0 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000001f`6cfffb50 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ff`a2fff5b8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ff`a2fff5c0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000ff`a2fff8b0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ff`a2fff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ff`a3bff708 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ff`a3bff710 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000ff`a3bffa00 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ff`a3bffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ff`a37ff888 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ff`a37ff890 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000ff`a37ffb80 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ff`a37ffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ff`a33ff9c8 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
000000ff`a33ff9d0 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
000000ff`a33ffa40 00007fff`eed74cb0     postgres!pg_signal_thread(
000000ff`a33ffb40 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ff`a33ffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ff`a2bfeca0 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ff`a2bfece0 00007ff7`8064afcc     postgres!ExceptionalCondition(
000000ff`a2bfed20 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ff`a2bfed70 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000ff`a2bfedc0 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ff`a2bff6e0 00007ff7`804fe7e8     postgres!PostmasterMain(
000000ff`a2bff870 00007ff7`80af9ba9     postgres!main(
000000ff`a2bff8b0 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ff`a2bff900 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ff`a2bff970 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000007d`557ff558 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007d`557ff560 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000007d`557ff850 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007d`557ff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007d`547ff040 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000007d`547ff080 00007ff7`8064afcc     postgres!ExceptionalCondition(
0000007d`547ff0c0 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000007d`547ff110 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000007d`547ff160 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000007d`547ffa80 00007ff7`804fe7e8     postgres!PostmasterMain(
0000007d`547ffc10 00007ff7`80af9ba9     postgres!main(
0000007d`547ffc50 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000007d`547ffca0 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000007d`547ffd10 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000007d`553ff808 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
0000007d`553ff810 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
0000007d`553ff880 00007fff`eed74cb0     postgres!pg_signal_thread(
0000007d`553ff980 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007d`553ff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000098`7e9ff8b8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000098`7e9ff8c0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000098`7e9ffbb0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000098`7e9ffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000098`7f5ff708 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000098`7f5ff710 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000098`7f5ffa00 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000098`7f5ffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000098`7edff698 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
00000098`7edff6a0 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
00000098`7edff710 00007fff`eed74cb0     postgres!pg_signal_thread(
00000098`7edff810 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000098`7edff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000098`7f1ff4d8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000098`7f1ff4e0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000098`7f1ff7d0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000098`7f1ff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000098`7e5fef30 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000098`7e5fef70 00007ff7`8064afcc     postgres!ExceptionalCondition(
00000098`7e5fefb0 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000098`7e5ff000 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000098`7e5ff050 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000098`7e5ff970 00007ff7`804fe7e8     postgres!PostmasterMain(
00000098`7e5ffb00 00007ff7`80af9ba9     postgres!main(
00000098`7e5ffb40 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000098`7e5ffb90 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000098`7e5ffc00 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000057`da9ff6f8 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
00000057`da9ff700 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
00000057`da9ff770 00007fff`eed74cb0     postgres!pg_signal_thread(
00000057`da9ff870 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000057`da9ff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000057`dadff8c8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000057`dadff8d0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000057`dadffbc0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000057`dadffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000057`db1ffa48 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000057`db1ffa50 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000057`db1ffd40 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000057`db1ffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000057`da1fee60 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000057`da1feea0 00007ff7`8064afcc     postgres!ExceptionalCondition(
00000057`da1feee0 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000057`da1fef30 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000057`da1fef80 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000057`da1ff8a0 00007ff7`804fe7e8     postgres!PostmasterMain(
00000057`da1ffa30 00007ff7`80af9ba9     postgres!main(
00000057`da1ffa70 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000057`da1ffac0 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000057`da1ffb30 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000057`da5ff658 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000057`da5ff660 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000057`da5ff950 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000057`da5ff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e2`3e1ffc38 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e2`3e1ffc40 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000e2`3e1fff30 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e2`3e1fff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e2`3d5ff6c8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e2`3d5ff6d0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000e2`3d5ff9c0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e2`3d5ff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e2`3ddff758 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
000000e2`3ddff760 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
000000e2`3ddff7d0 00007fff`eed74cb0     postgres!pg_signal_thread(
000000e2`3ddff8d0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e2`3ddff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e2`3d9ff968 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e2`3d9ff970 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000e2`3d9ffc60 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e2`3d9ffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e2`3d1ff090 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e2`3d1ff0d0 00007ff7`8064afcc     postgres!ExceptionalCondition(
000000e2`3d1ff110 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000e2`3d1ff160 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000e2`3d1ff1b0 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000e2`3d1ffad0 00007ff7`804fe7e8     postgres!PostmasterMain(
000000e2`3d1ffc60 00007ff7`80af9ba9     postgres!main(
000000e2`3d1ffca0 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e2`3d1ffcf0 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e2`3d1ffd60 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000b9`f9bff948 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
000000b9`f9bff950 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
000000b9`f9bff9c0 00007fff`eed74cb0     postgres!pg_signal_thread(
000000b9`f9bffac0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b9`f9bffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b9`f9fffbb8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b9`f9fffbc0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000b9`f9fffeb0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b9`f9fffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b9`f8ffefd0 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b9`f8fff010 00007ff7`8064afcc     postgres!ExceptionalCondition(
000000b9`f8fff050 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000b9`f8fff0a0 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000b9`f8fff0f0 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000b9`f8fffa10 00007ff7`804fe7e8     postgres!PostmasterMain(
000000b9`f8fffba0 00007ff7`80af9ba9     postgres!main(
000000b9`f8fffbe0 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b9`f8fffc30 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000b9`f8fffca0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000b9`f93ff6f8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b9`f93ff700 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000b9`f93ff9f0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b9`f93ffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b9`f97ff538 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b9`f97ff540 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000b9`f97ff830 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b9`f97ff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000070`6e9ffa18 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000070`6e9ffa20 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000070`6e9ffd10 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000070`6e9ffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000070`6f1ff708 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000070`6f1ff710 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000070`6f1ffa00 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000070`6f1ffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000070`6edff5f8 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
00000070`6edff600 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
00000070`6edff670 00007fff`eed74cb0     postgres!pg_signal_thread(
00000070`6edff770 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000070`6edff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000070`6f5ff778 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000070`6f5ff780 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000070`6f5ffa70 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000070`6f5ffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000070`6e5fef50 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000070`6e5fef90 00007ff7`8064afcc     postgres!ExceptionalCondition(
00000070`6e5fefd0 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000070`6e5ff020 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000070`6e5ff070 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000070`6e5ff990 00007ff7`804fe7e8     postgres!PostmasterMain(
00000070`6e5ffb20 00007ff7`80af9ba9     postgres!main(
00000070`6e5ffb60 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000070`6e5ffbb0 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000070`6e5ffc20 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000026`673ff6c8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000026`673ff6d0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000026`673ff9c0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000026`673ff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000026`67bff468 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000026`67bff470 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000026`67bff760 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000026`67bff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000026`677ff918 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
00000026`677ff920 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
00000026`677ff990 00007fff`eed74cb0     postgres!pg_signal_thread(
00000026`677ffa90 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000026`677ffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000026`66fff468 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000026`66fff470 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000026`66fff760 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000026`66fff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000026`66bff958 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000026`66bff960 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000026`66bffc50 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000026`66bffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000026`667fef30 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000026`667fef70 00007ff7`8064afcc     postgres!ExceptionalCondition(
00000026`667fefb0 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000026`667ff000 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000026`667ff050 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000026`667ff970 00007ff7`804fe7e8     postgres!PostmasterMain(
00000026`667ffb00 00007ff7`80af9ba9     postgres!main(
00000026`667ffb40 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000026`667ffb90 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000026`667ffc00 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000050`84bffc28 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000050`84bffc30 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000050`84bfff20 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000050`84bfff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000050`847ffa88 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
00000050`847ffa90 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
00000050`847ffb00 00007fff`eed74cb0     postgres!pg_signal_thread(
00000050`847ffc00 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000050`847ffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000050`843ffa38 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000050`843ffa40 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000050`843ffd30 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000050`843ffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000050`83fff618 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000050`83fff620 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000050`83fff910 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000050`83fff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000050`837feec0 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000050`837fef00 00007ff7`8064afcc     postgres!ExceptionalCondition(
00000050`837fef40 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000050`837fef90 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000050`837fefe0 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000050`837ff900 00007ff7`804fe7e8     postgres!PostmasterMain(
00000050`837ffa90 00007ff7`80af9ba9     postgres!main(
00000050`837ffad0 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000050`837ffb20 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000050`837ffb90 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000050`83bff4b8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000050`83bff4c0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000050`83bff7b0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000050`83bff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c4`77dff9b8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c4`77dff9c0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000c4`77dffcb0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c4`77dffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c4`779ff698 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c4`779ff6a0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000c4`779ff990 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c4`779ff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c4`76dfec70 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c4`76dfecb0 00007ff7`8064afcc     postgres!ExceptionalCondition(
000000c4`76dfecf0 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c4`76dfed40 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000c4`76dfed90 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c4`76dff6b0 00007ff7`804fe7e8     postgres!PostmasterMain(
000000c4`76dff840 00007ff7`80af9ba9     postgres!main(
000000c4`76dff880 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c4`76dff8d0 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c4`76dff940 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c4`775ffc48 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
000000c4`775ffc50 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
000000c4`775ffcc0 00007fff`eed74cb0     postgres!pg_signal_thread(
000000c4`775ffdc0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c4`775ffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c4`771ffa38 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c4`771ffa40 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000c4`771ffd30 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c4`771ffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000075`54dff5c8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000075`54dff5d0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000075`54dff8c0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000075`54dff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000075`555ffd88 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
00000075`555ffd90 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
00000075`555ffe00 00007fff`eed74cb0     postgres!pg_signal_thread(
00000075`555fff00 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000075`555fff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000075`549ff1e0 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000075`549ff220 00007ff7`8064afcc     postgres!ExceptionalCondition(
00000075`549ff260 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000075`549ff2b0 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000075`549ff300 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000075`549ffc20 00007ff7`804fe7e8     postgres!PostmasterMain(
00000075`549ffdb0 00007ff7`80af9ba9     postgres!main(
00000075`549ffdf0 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000075`549ffe40 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000075`549ffeb0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000075`551ff508 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000075`551ff510 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000075`551ff800 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000075`551ff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000075`559ffaa8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000075`559ffab0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000075`559ffda0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000075`559ffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000047`73bfec20 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000047`73bfec60 00007ff7`8064afcc     postgres!ExceptionalCondition(
00000047`73bfeca0 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000047`73bfecf0 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000047`73bfed40 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000047`73bff660 00007ff7`804fe7e8     postgres!PostmasterMain(
00000047`73bff7f0 00007ff7`80af9ba9     postgres!main(
00000047`73bff830 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000047`73bff880 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000047`73bff8f0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000047`73fff6d8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000047`73fff6e0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000047`73fff9d0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000047`73fffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000047`743ffaf8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000047`743ffb00 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000047`743ffdf0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000047`743ffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000047`747ff768 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000047`747ff770 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000047`747ffa60 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000047`747ffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000047`74bffc98 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
00000047`74bffca0 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
00000047`74bffd10 00007fff`eed74cb0     postgres!pg_signal_thread(
00000047`74bffe10 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000047`74bffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000047`74fff7a8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000047`74fff7b0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000047`74fffaa0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000047`74fffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000022`ea5ff478 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000022`ea5ff480 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000022`ea5ff770 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000022`ea5ff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000022`ea1fef10 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000022`ea1fef50 00007ff7`8064afcc     postgres!ExceptionalCondition(
00000022`ea1fef90 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000022`ea1fefe0 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000022`ea1ff030 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000022`ea1ff950 00007ff7`804fe7e8     postgres!PostmasterMain(
00000022`ea1ffae0 00007ff7`80af9ba9     postgres!main(
00000022`ea1ffb20 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000022`ea1ffb70 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000022`ea1ffbe0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000022`eb1ff858 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000022`eb1ff860 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000022`eb1ffb50 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000022`eb1ffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000022`ea9ffa28 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
00000022`ea9ffa30 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
00000022`ea9ffaa0 00007fff`eed74cb0     postgres!pg_signal_thread(
00000022`ea9ffba0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000022`ea9ffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000022`eadff5f8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000022`eadff600 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000022`eadff8f0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000022`eadff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000041`90fff1d0 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000041`90fff210 00007ff7`8064afcc     postgres!ExceptionalCondition(
00000041`90fff250 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000041`90fff2a0 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000041`90fff2f0 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000041`90fffc10 00007ff7`804fe7e8     postgres!PostmasterMain(
00000041`90fffda0 00007ff7`80af9ba9     postgres!main(
00000041`90fffde0 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000041`90fffe30 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000041`90fffea0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000041`91fff608 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000041`91fff610 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000041`91fff900 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000041`91fff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000041`91bffc48 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
00000041`91bffc50 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
00000041`91bffcc0 00007fff`eed74cb0     postgres!pg_signal_thread(
00000041`91bffdc0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000041`91bffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000041`917ff518 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000041`917ff520 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000041`917ff810 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000041`917ff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000041`913ff5e8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000041`913ff5f0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000041`913ff8e0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000041`913ff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000008`54bff608 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000008`54bff610 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000008`54bff900 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000008`54bff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000008`547ff7e8 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
00000008`547ff7f0 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
00000008`547ff860 00007fff`eed74cb0     postgres!pg_signal_thread(
00000008`547ff960 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000008`547ff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000008`543ffb58 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000008`543ffb60 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000008`543ffe50 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000008`543ffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000008`53fff688 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000008`53fff690 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000008`53fff980 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000008`53fff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000008`53bfeff0 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000008`53bff030 00007ff7`8064afcc     postgres!ExceptionalCondition(
00000008`53bff070 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000008`53bff0c0 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000008`53bff110 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000008`53bffa30 00007ff7`804fe7e8     postgres!PostmasterMain(
00000008`53bffbc0 00007ff7`80af9ba9     postgres!main(
00000008`53bffc00 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000008`53bffc50 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000008`53bffcc0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000e5`cb7ffb78 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e5`cb7ffb80 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000e5`cb7ffe70 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e5`cb7ffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e5`cbbff6d8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e5`cbbff6e0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000e5`cbbff9d0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e5`cbbffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e5`cb3ff738 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
000000e5`cb3ff740 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
000000e5`cb3ff7b0 00007fff`eed74cb0     postgres!pg_signal_thread(
000000e5`cb3ff8b0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e5`cb3ff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e5`cafff4a8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e5`cafff4b0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000e5`cafff7a0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e5`cafff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e5`cabfec20 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e5`cabfec60 00007ff7`8064afcc     postgres!ExceptionalCondition(
000000e5`cabfeca0 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000e5`cabfecf0 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000e5`cabfed40 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000e5`cabff660 00007ff7`804fe7e8     postgres!PostmasterMain(
000000e5`cabff7f0 00007ff7`80af9ba9     postgres!main(
000000e5`cabff830 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e5`cabff880 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e5`cabff8f0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000094`23bff010 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000094`23bff050 00007ff7`8064afcc     postgres!ExceptionalCondition(
00000094`23bff090 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000094`23bff0e0 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000094`23bff130 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000094`23bffa50 00007ff7`804fe7e8     postgres!PostmasterMain(
00000094`23bffbe0 00007ff7`80af9ba9     postgres!main(
00000094`23bffc20 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000094`23bffc70 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000094`23bffce0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000094`23fff528 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000094`23fff530 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000094`23fff820 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000094`23fff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000094`243ff848 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000094`243ff850 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000094`243ffb40 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000094`243ffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000094`247ffac8 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
00000094`247ffad0 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
00000094`247ffb40 00007fff`eed74cb0     postgres!pg_signal_thread(
00000094`247ffc40 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000094`247ffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000094`24bff5c8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000094`24bff5d0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000094`24bff8c0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000094`24bff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002a`5bbfeb30 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000002a`5bbfeb70 00007ff7`8064afcc     postgres!ExceptionalCondition(
0000002a`5bbfebb0 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000002a`5bbfec00 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000002a`5bbfec50 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000002a`5bbff570 00007ff7`804fe7e8     postgres!PostmasterMain(
0000002a`5bbff700 00007ff7`80af9ba9     postgres!main(
0000002a`5bbff740 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000002a`5bbff790 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000002a`5bbff800 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000002a`5bfff5d8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002a`5bfff5e0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000002a`5bfff8d0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000002a`5bfff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002a`5c3ff6a8 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
0000002a`5c3ff6b0 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
0000002a`5c3ff720 00007fff`eed74cb0     postgres!pg_signal_thread(
0000002a`5c3ff820 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000002a`5c3ff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002a`5c7ff7a8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002a`5c7ff7b0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000002a`5c7ffaa0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000002a`5c7ffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002a`5cbff6f8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002a`5cbff700 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000002a`5cbff9f0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000002a`5cbffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ab`0c9feed0 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ab`0c9fef10 00007ff7`8064afcc     postgres!ExceptionalCondition(
000000ab`0c9fef50 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ab`0c9fefa0 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000ab`0c9feff0 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ab`0c9ff910 00007ff7`804fe7e8     postgres!PostmasterMain(
000000ab`0c9ffaa0 00007ff7`80af9ba9     postgres!main(
000000ab`0c9ffae0 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ab`0c9ffb30 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ab`0c9ffba0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ab`0cdffa38 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ab`0cdffa40 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000ab`0cdffd30 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ab`0cdffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ab`0d1ffaa8 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
000000ab`0d1ffab0 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
000000ab`0d1ffb20 00007fff`eed74cb0     postgres!pg_signal_thread(
000000ab`0d1ffc20 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ab`0d1ffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ab`0d5ff638 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ab`0d5ff640 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000ab`0d5ff930 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ab`0d5ff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ab`0d9ff668 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ab`0d9ff670 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000ab`0d9ff960 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ab`0d9ff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005d`1f1fed10 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000005d`1f1fed50 00007ff7`8064afcc     postgres!ExceptionalCondition(
0000005d`1f1fed90 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000005d`1f1fede0 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000005d`1f1fee30 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000005d`1f1ff750 00007ff7`804fe7e8     postgres!PostmasterMain(
0000005d`1f1ff8e0 00007ff7`80af9ba9     postgres!main(
0000005d`1f1ff920 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000005d`1f1ff970 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000005d`1f1ff9e0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000005d`1f5ff828 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005d`1f5ff830 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000005d`1f5ffb20 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000005d`1f5ffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005d`1f9ff988 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
0000005d`1f9ff990 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
0000005d`1f9ffa00 00007fff`eed74cb0     postgres!pg_signal_thread(
0000005d`1f9ffb00 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000005d`1f9ffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005d`1fdff738 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005d`1fdff740 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000005d`1fdffa30 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000005d`1fdffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005d`201ffab8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005d`201ffac0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000005d`201ffdb0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000005d`201ffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000017`b45fed90 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000017`b45fedd0 00007ff7`8064afcc     postgres!ExceptionalCondition(
00000017`b45fee10 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000017`b45fee60 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000017`b45feeb0 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000017`b45ff7d0 00007ff7`804fe7e8     postgres!PostmasterMain(
00000017`b45ff960 00007ff7`80af9ba9     postgres!main(
00000017`b45ff9a0 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000017`b45ff9f0 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000017`b45ffa60 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000017`b49ffaa8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000017`b49ffab0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000017`b49ffda0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000017`b49ffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000017`b4dffa48 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000017`b4dffa50 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000017`b4dffd40 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000017`b4dffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000017`b51ff5b8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000017`b51ff5c0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000017`b51ff8b0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000017`b51ff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000017`b55ffcf8 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
00000017`b55ffd00 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
00000017`b55ffd70 00007fff`eed74cb0     postgres!pg_signal_thread(
00000017`b55ffe70 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000017`b55ffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000017`b59ff508 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000017`b59ff510 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000017`b59ff800 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000017`b59ff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000058`5bfff140 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000058`5bfff180 00007ff7`8064afcc     postgres!ExceptionalCondition(
00000058`5bfff1c0 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000058`5bfff210 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000058`5bfff260 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000058`5bfffb80 00007ff7`804fe7e8     postgres!PostmasterMain(
00000058`5bfffd10 00007ff7`80af9ba9     postgres!main(
00000058`5bfffd50 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000058`5bfffda0 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000058`5bfffe10 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000058`5cbff9c8 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
00000058`5cbff9d0 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
00000058`5cbffa40 00007fff`eed74cb0     postgres!pg_signal_thread(
00000058`5cbffb40 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000058`5cbffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000058`5cfff748 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000058`5cfff750 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000058`5cfffa40 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000058`5cfffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000058`5c3ffa28 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000058`5c3ffa30 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000058`5c3ffd20 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000058`5c3ffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000058`5c7ff458 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000058`5c7ff460 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000058`5c7ff750 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000058`5c7ff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000015`a89fed70 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000015`a89fedb0 00007ff7`8064afcc     postgres!ExceptionalCondition(
00000015`a89fedf0 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000015`a89fee40 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000015`a89fee90 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000015`a89ff7b0 00007ff7`804fe7e8     postgres!PostmasterMain(
00000015`a89ff940 00007ff7`80af9ba9     postgres!main(
00000015`a89ff980 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000015`a89ff9d0 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000015`a89ffa40 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000015`a8dff9d8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000015`a8dff9e0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000015`a8dffcd0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000015`a8dffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000015`a91ff658 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000015`a91ff660 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000015`a91ff950 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000015`a91ff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000015`a95ff7c8 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
00000015`a95ff7d0 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
00000015`a95ff840 00007fff`eed74cb0     postgres!pg_signal_thread(
00000015`a95ff940 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000015`a95ff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000015`a99ff928 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000015`a99ff930 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000015`a99ffc20 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000015`a99ffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000099`6c9fedf0 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000099`6c9fee30 00007ff7`8064afcc     postgres!ExceptionalCondition(
00000099`6c9fee70 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000099`6c9feec0 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000099`6c9fef10 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000099`6c9ff830 00007ff7`804fe7e8     postgres!PostmasterMain(
00000099`6c9ff9c0 00007ff7`80af9ba9     postgres!main(
00000099`6c9ffa00 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000099`6c9ffa50 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000099`6c9ffac0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000099`6cdff4d8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000099`6cdff4e0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000099`6cdff7d0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000099`6cdff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000099`6d1ff988 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000099`6d1ff990 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000099`6d1ffc80 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000099`6d1ffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000099`6d5ffa08 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
00000099`6d5ffa10 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
00000099`6d5ffa80 00007fff`eed74cb0     postgres!pg_signal_thread(
00000099`6d5ffb80 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000099`6d5ffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000099`6d9ff918 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000099`6d9ff920 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000099`6d9ffc10 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000099`6d9ffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004a`65bff0d0 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000004a`65bff110 00007ff7`8064afcc     postgres!ExceptionalCondition(
0000004a`65bff150 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000004a`65bff1a0 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000004a`65bff1f0 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000004a`65bffb10 00007ff7`804fe7e8     postgres!PostmasterMain(
0000004a`65bffca0 00007ff7`80af9ba9     postgres!main(
0000004a`65bffce0 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000004a`65bffd30 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000004a`65bffda0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000004a`65fffab8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004a`65fffac0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000004a`65fffdb0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000004a`65fffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004a`663ffa18 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004a`663ffa20 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000004a`663ffd10 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000004a`663ffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004a`667ffaa8 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
0000004a`667ffab0 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
0000004a`667ffb20 00007fff`eed74cb0     postgres!pg_signal_thread(
0000004a`667ffc20 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000004a`667ffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004a`66bffa68 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004a`66bffa70 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000004a`66bffd60 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000004a`66bffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000069`e69ff818 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000069`e69ff820 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000069`e69ffb10 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000069`e69ffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000069`e6dff5c8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000069`e6dff5d0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000069`e6dff8c0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000069`e6dff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000069`e5dfed30 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000069`e5dfed70 00007ff7`8064afcc     postgres!ExceptionalCondition(
00000069`e5dfedb0 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000069`e5dfee00 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000069`e5dfee50 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000069`e5dff770 00007ff7`804fe7e8     postgres!PostmasterMain(
00000069`e5dff900 00007ff7`80af9ba9     postgres!main(
00000069`e5dff940 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000069`e5dff990 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000069`e5dffa00 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000069`e61ff728 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000069`e61ff730 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000069`e61ffa20 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000069`e61ffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000069`e65ff648 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
00000069`e65ff650 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
00000069`e65ff6c0 00007fff`eed74cb0     postgres!pg_signal_thread(
00000069`e65ff7c0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000069`e65ff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000a`e4bff918 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000a`e4bff920 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000000a`e4bffc10 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000000a`e4bffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000a`e3bfeb00 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000000a`e3bfeb40 00007ff7`8064afcc     postgres!ExceptionalCondition(
0000000a`e3bfeb80 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000000a`e3bfebd0 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000000a`e3bfec20 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000000a`e3bff540 00007ff7`804fe7e8     postgres!PostmasterMain(
0000000a`e3bff6d0 00007ff7`80af9ba9     postgres!main(
0000000a`e3bff710 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000000a`e3bff760 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000000a`e3bff7d0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000000a`e3fff688 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000a`e3fff690 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000000a`e3fff980 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000000a`e3fff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000a`e43ffc08 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000a`e43ffc10 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000000a`e43fff00 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000000a`e43fff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000a`e47ffa48 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
0000000a`e47ffa50 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
0000000a`e47ffac0 00007fff`eed74cb0     postgres!pg_signal_thread(
0000000a`e47ffbc0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000000a`e47ffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c3`645ff738 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c3`645ff740 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000c3`645ffa30 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c3`645ffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c3`639fed80 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c3`639fedc0 00007ff7`8064afcc     postgres!ExceptionalCondition(
000000c3`639fee00 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c3`639fee50 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000c3`639feea0 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c3`639ff7c0 00007ff7`804fe7e8     postgres!PostmasterMain(
000000c3`639ff950 00007ff7`80af9ba9     postgres!main(
000000c3`639ff990 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c3`639ff9e0 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c3`639ffa50 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c3`63dff478 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c3`63dff480 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000c3`63dff770 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c3`63dff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c3`641ff8c8 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
000000c3`641ff8d0 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
000000c3`641ff940 00007fff`eed74cb0     postgres!pg_signal_thread(
000000c3`641ffa40 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c3`641ffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c3`649ff6f8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c3`649ff700 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000c3`649ff9f0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c3`649ffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000018`1a3ff938 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000018`1a3ff940 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000018`1a3ffc30 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000018`1a3ffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000018`19ffeef0 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000018`19ffef30 00007ff7`8064afcc     postgres!ExceptionalCondition(
00000018`19ffef70 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000018`19ffefc0 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000018`19fff010 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000018`19fff930 00007ff7`804fe7e8     postgres!PostmasterMain(
00000018`19fffac0 00007ff7`80af9ba9     postgres!main(
00000018`19fffb00 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000018`19fffb50 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000018`19fffbc0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000018`1a7ffa48 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
00000018`1a7ffa50 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
00000018`1a7ffac0 00007fff`eed74cb0     postgres!pg_signal_thread(
00000018`1a7ffbc0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000018`1a7ffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000018`1afff5f8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000018`1afff600 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000018`1afff8f0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000018`1afff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000018`1abff568 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000018`1abff570 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000018`1abff860 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000018`1abff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ea`595ffaf8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ea`595ffb00 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000ea`595ffdf0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ea`595ffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ea`589ff060 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ea`589ff0a0 00007ff7`8064afcc     postgres!ExceptionalCondition(
000000ea`589ff0e0 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ea`589ff130 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000ea`589ff180 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ea`589ffaa0 00007ff7`804fe7e8     postgres!PostmasterMain(
000000ea`589ffc30 00007ff7`80af9ba9     postgres!main(
000000ea`589ffc70 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ea`589ffcc0 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ea`589ffd30 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ea`58dff8d8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ea`58dff8e0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000ea`58dffbd0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ea`58dffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ea`591ff6c8 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
000000ea`591ff6d0 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
000000ea`591ff740 00007fff`eed74cb0     postgres!pg_signal_thread(
000000ea`591ff840 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ea`591ff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ea`599ff9a8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ea`599ff9b0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000ea`599ffca0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ea`599ffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a4`34bffd38 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
000000a4`34bffd40 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
000000a4`34bffdb0 00007fff`eed74cb0     postgres!pg_signal_thread(
000000a4`34bffeb0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a4`34bffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a4`34fff7c8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a4`34fff7d0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000a4`34fffac0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a4`34fffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a4`33bfee90 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a4`33bfeed0 00007ff7`8064afcc     postgres!ExceptionalCondition(
000000a4`33bfef10 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000a4`33bfef60 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000a4`33bfefb0 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a4`33bff8d0 00007ff7`804fe7e8     postgres!PostmasterMain(
000000a4`33bffa60 00007ff7`80af9ba9     postgres!main(
000000a4`33bffaa0 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a4`33bffaf0 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a4`33bffb60 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a4`33fff778 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a4`33fff780 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000a4`33fffa70 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a4`33fffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a4`343ffb48 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a4`343ffb50 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000a4`343ffe40 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a4`343ffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a4`347ff4d8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a4`347ff4e0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000a4`347ff7d0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a4`347ff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000027`12bff6c8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000027`12bff6d0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000027`12bff9c0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000027`12bff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000027`123ff618 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000027`123ff620 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000027`123ff910 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000027`123ff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000027`11ffeef0 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000027`11ffef30 00007ff7`8064afcc     postgres!ExceptionalCondition(
00000027`11ffef70 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000027`11ffefc0 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000027`11fff010 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000027`11fff930 00007ff7`804fe7e8     postgres!PostmasterMain(
00000027`11fffac0 00007ff7`80af9ba9     postgres!main(
00000027`11fffb00 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000027`11fffb50 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000027`11fffbc0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000027`127ff778 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
00000027`127ff780 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
00000027`127ff7f0 00007fff`eed74cb0     postgres!pg_signal_thread(
00000027`127ff8f0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000027`127ff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000027`12fff4f8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000027`12fff500 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000027`12fff7f0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000027`12fff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e0`4cfffaa8 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
000000e0`4cfffab0 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
000000e0`4cfffb20 00007fff`eed74cb0     postgres!pg_signal_thread(
000000e0`4cfffc20 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e0`4cfffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e0`4c3fee50 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e0`4c3fee90 00007ff7`8064afcc     postgres!ExceptionalCondition(
000000e0`4c3feed0 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000e0`4c3fef20 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000e0`4c3fef70 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000e0`4c3ff890 00007ff7`804fe7e8     postgres!PostmasterMain(
000000e0`4c3ffa20 00007ff7`80af9ba9     postgres!main(
000000e0`4c3ffa60 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e0`4c3ffab0 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e0`4c3ffb20 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000e0`4c7ff768 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e0`4c7ff770 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000e0`4c7ffa60 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e0`4c7ffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e0`4cbff488 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e0`4cbff490 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000e0`4cbff780 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e0`4cbff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e0`4d3ff938 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e0`4d3ff940 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000e0`4d3ffc30 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e0`4d3ffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000036`a5bff4b8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000036`a5bff4c0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000036`a5bff7b0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000036`a5bff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000036`a5fff5d8 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
00000036`a5fff5e0 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
00000036`a5fff650 00007fff`eed74cb0     postgres!pg_signal_thread(
00000036`a5fff750 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000036`a5fff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000036`a53ff090 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000036`a53ff0d0 00007ff7`8064afcc     postgres!ExceptionalCondition(
00000036`a53ff110 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000036`a53ff160 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000036`a53ff1b0 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000036`a53ffad0 00007ff7`804fe7e8     postgres!PostmasterMain(
00000036`a53ffc60 00007ff7`80af9ba9     postgres!main(
00000036`a53ffca0 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000036`a53ffcf0 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000036`a53ffd60 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000036`a57ff898 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000036`a57ff8a0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000036`a57ffb90 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000036`a57ffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000036`a63ff708 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000036`a63ff710 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000036`a63ffa00 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000036`a63ffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000056`7edffa18 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000056`7edffa20 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000056`7edffd10 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000056`7edffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000056`7e1febe0 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000056`7e1fec20 00007ff7`8064afcc     postgres!ExceptionalCondition(
00000056`7e1fec60 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000056`7e1fecb0 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000056`7e1fed00 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000056`7e1ff620 00007ff7`804fe7e8     postgres!PostmasterMain(
00000056`7e1ff7b0 00007ff7`80af9ba9     postgres!main(
00000056`7e1ff7f0 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000056`7e1ff840 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000056`7e1ff8b0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000056`7e5ff848 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000056`7e5ff850 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000056`7e5ffb40 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000056`7e5ffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000056`7e9ff848 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
00000056`7e9ff850 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
00000056`7e9ff8c0 00007fff`eed74cb0     postgres!pg_signal_thread(
00000056`7e9ff9c0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000056`7e9ff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000056`7f1ffb88 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000056`7f1ffb90 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000056`7f1ffe80 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000056`7f1ffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000aa`827ffb88 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000aa`827ffb90 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000aa`827ffe80 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000aa`827ffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000aa`82bffbb8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000aa`82bffbc0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000aa`82bffeb0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000aa`82bffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000aa`81bfed00 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000aa`81bfed40 00007ff7`8064afcc     postgres!ExceptionalCondition(
000000aa`81bfed80 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000aa`81bfedd0 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000aa`81bfee20 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000aa`81bff740 00007ff7`804fe7e8     postgres!PostmasterMain(
000000aa`81bff8d0 00007ff7`80af9ba9     postgres!main(
000000aa`81bff910 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000aa`81bff960 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000aa`81bff9d0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000aa`81fff6c8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000aa`81fff6d0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000aa`81fff9c0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000aa`81fff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000aa`823ffcc8 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
000000aa`823ffcd0 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
000000aa`823ffd40 00007fff`eed74cb0     postgres!pg_signal_thread(
000000aa`823ffe40 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000aa`823ffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c5`eadff908 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c5`eadff910 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000c5`eadffc00 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c5`eadffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c5`ea9ff6d8 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
000000c5`ea9ff6e0 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
000000c5`ea9ff750 00007fff`eed74cb0     postgres!pg_signal_thread(
000000c5`ea9ff850 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c5`ea9ff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c5`ea1fecd0 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c5`ea1fed10 00007ff7`8064afcc     postgres!ExceptionalCondition(
000000c5`ea1fed50 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c5`ea1feda0 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000c5`ea1fedf0 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c5`ea1ff710 00007ff7`804fe7e8     postgres!PostmasterMain(
000000c5`ea1ff8a0 00007ff7`80af9ba9     postgres!main(
000000c5`ea1ff8e0 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c5`ea1ff930 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c5`ea1ff9a0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c5`ea5ff8d8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c5`ea5ff8e0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000c5`ea5ffbd0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c5`ea5ffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c5`eb1ff498 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c5`eb1ff4a0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000c5`eb1ff790 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c5`eb1ff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d0`ee7ff948 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
000000d0`ee7ff950 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
000000d0`ee7ff9c0 00007fff`eed74cb0     postgres!pg_signal_thread(
000000d0`ee7ffac0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d0`ee7ffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d0`ed7fefd0 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d0`ed7ff010 00007ff7`8064afcc     postgres!ExceptionalCondition(
000000d0`ed7ff050 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000d0`ed7ff0a0 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000d0`ed7ff0f0 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000d0`ed7ffa10 00007ff7`804fe7e8     postgres!PostmasterMain(
000000d0`ed7ffba0 00007ff7`80af9ba9     postgres!main(
000000d0`ed7ffbe0 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d0`ed7ffc30 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d0`ed7ffca0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000d0`edbff498 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d0`edbff4a0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000d0`edbff790 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d0`edbff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d0`edfff808 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d0`edfff810 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000d0`edfffb00 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d0`edfffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d0`ee3ff6a8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d0`ee3ff6b0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000d0`ee3ff9a0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d0`ee3ff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d0`eebff688 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d0`eebff690 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000d0`eebff980 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d0`eebff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b4`f5fff8b8 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
000000b4`f5fff8c0 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
000000b4`f5fff930 00007fff`eed74cb0     postgres!pg_signal_thread(
000000b4`f5fffa30 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b4`f5fffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b4`f4fff0a0 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b4`f4fff0e0 00007ff7`8064afcc     postgres!ExceptionalCondition(
000000b4`f4fff120 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000b4`f4fff170 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000b4`f4fff1c0 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000b4`f4fffae0 00007ff7`804fe7e8     postgres!PostmasterMain(
000000b4`f4fffc70 00007ff7`80af9ba9     postgres!main(
000000b4`f4fffcb0 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b4`f4fffd00 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000b4`f4fffd70 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000b4`f53ff888 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b4`f53ff890 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000b4`f53ffb80 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b4`f53ffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b4`f57ff578 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b4`f57ff580 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000b4`f57ff870 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b4`f57ff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b4`f5bffc38 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b4`f5bffc40 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000b4`f5bfff30 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b4`f5bfff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b4`f63ffac8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b4`f63ffad0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000b4`f63ffdc0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b4`f63ffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000063`157ff478 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000063`157ff480 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000063`157ff770 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000063`157ff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000063`143fed80 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000063`143fedc0 00007ff7`8064afcc     postgres!ExceptionalCondition(
00000063`143fee00 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000063`143fee50 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000063`143feea0 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000063`143ff7c0 00007ff7`804fe7e8     postgres!PostmasterMain(
00000063`143ff950 00007ff7`80af9ba9     postgres!main(
00000063`143ff990 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000063`143ff9e0 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000063`143ffa50 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000063`147ff888 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000063`147ff890 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000063`147ffb80 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000063`147ffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000063`14bff678 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000063`14bff680 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000063`14bff970 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000063`14bff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000063`14fff898 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000063`14fff8a0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000063`14fffb90 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000063`14fffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000063`153ff9a8 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
00000063`153ff9b0 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
00000063`153ffa20 00007fff`eed74cb0     postgres!pg_signal_thread(
00000063`153ffb20 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000063`153ffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000b`e4dff648 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000b`e4dff650 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000000b`e4dff940 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000000b`e4dff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000b`e51ffc38 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000b`e51ffc40 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000000b`e51fff30 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000000b`e51fff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000b`e49ff7d8 00007ff7`80643ec7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
0000000b`e49ff7e0 00007ff7`804fe754     postgres!SubPostmasterMain(
0000000b`e49ff850 00007ff7`80af9ba9     postgres!main(
0000000b`e49ff890 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000000b`e49ff8e0 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000000b`e49ff950 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
0000000b`e49ff980 00007fff`eed74cb0     postgres!mainCRTStartup(
0000000b`e49ff9b0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000000b`e49ff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007a`e8fff4d8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007a`e8fff4e0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000007a`e8fff7d0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007a`e8fff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007a`e97ff4f8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007a`e97ff500 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000007a`e97ff7f0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007a`e97ff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007a`e93ffad8 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
0000007a`e93ffae0 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
0000007a`e93ffb50 00007fff`eed74cb0     postgres!pg_signal_thread(
0000007a`e93ffc50 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007a`e93ffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007a`e87fea80 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000007a`e87feac0 00007ff7`8064afcc     postgres!ExceptionalCondition(
0000007a`e87feb00 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000007a`e87feb50 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000007a`e87feba0 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000007a`e87ff4c0 00007ff7`804fe7e8     postgres!PostmasterMain(
0000007a`e87ff650 00007ff7`80af9ba9     postgres!main(
0000007a`e87ff690 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000007a`e87ff6e0 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000007a`e87ff750 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000007a`e8bffb98 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007a`e8bffba0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000007a`e8bffe90 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007a`e8bffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000019`d31ff8c8 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
00000019`d31ff8d0 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
00000019`d31ff940 00007fff`eed74cb0     postgres!pg_signal_thread(
00000019`d31ffa40 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000019`d31ffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000019`d25feb50 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000019`d25feb90 00007ff7`8064afcc     postgres!ExceptionalCondition(
00000019`d25febd0 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000019`d25fec20 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000019`d25fec70 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000019`d25ff590 00007ff7`804fe7e8     postgres!PostmasterMain(
00000019`d25ff720 00007ff7`80af9ba9     postgres!main(
00000019`d25ff760 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000019`d25ff7b0 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000019`d25ff820 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000019`d29ffc38 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000019`d29ffc40 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000019`d29fff30 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000019`d29fff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000019`d2dff518 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000019`d2dff520 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000019`d2dff810 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000019`d2dff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000019`d35ff7c8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000019`d35ff7d0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000019`d35ffac0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000019`d35ffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004a`babff778 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
0000004a`babff780 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
0000004a`babff7f0 00007fff`eed74cb0     postgres!pg_signal_thread(
0000004a`babff8f0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000004a`babff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004a`bafffaa8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004a`bafffab0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000004a`bafffda0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000004a`bafffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004a`ba3ff000 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000004a`ba3ff040 00007ff7`8064afcc     postgres!ExceptionalCondition(
0000004a`ba3ff080 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000004a`ba3ff0d0 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000004a`ba3ff120 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000004a`ba3ffa40 00007ff7`804fe7e8     postgres!PostmasterMain(
0000004a`ba3ffbd0 00007ff7`80af9ba9     postgres!main(
0000004a`ba3ffc10 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000004a`ba3ffc60 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000004a`ba3ffcd0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000004a`ba7ff9f8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004a`ba7ffa00 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000004a`ba7ffcf0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000004a`ba7ffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004a`bb3ff728 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004a`bb3ff730 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000004a`bb3ffa20 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000004a`bb3ffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000df`ad7ff838 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000df`ad7ff840 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000df`ad7ffb30 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000df`ad7ffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000df`ae7ff958 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000df`ae7ff960 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000df`ae7ffc50 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000df`ae7ffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000df`ae3ff758 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
000000df`ae3ff760 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
000000df`ae3ff7d0 00007fff`eed74cb0     postgres!pg_signal_thread(
000000df`ae3ff8d0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000df`ae3ff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000df`adfff858 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000df`adfff860 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000df`adfffb50 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000df`adfffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000df`adbffaa8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000df`adbffab0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000df`adbffda0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000df`adbffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000df`ad3fecd0 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000df`ad3fed10 00007ff7`8064afcc     postgres!ExceptionalCondition(
000000df`ad3fed50 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000df`ad3feda0 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000df`ad3fedf0 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000df`ad3ff710 00007ff7`804fe7e8     postgres!PostmasterMain(
000000df`ad3ff8a0 00007ff7`80af9ba9     postgres!main(
000000df`ad3ff8e0 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000df`ad3ff930 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000df`ad3ff9a0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000007a`1b3ffc98 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
0000007a`1b3ffca0 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
0000007a`1b3ffd10 00007fff`eed74cb0     postgres!pg_signal_thread(
0000007a`1b3ffe10 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007a`1b3ffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007a`1b7ff488 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007a`1b7ff490 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000007a`1b7ff780 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007a`1b7ff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007a`1abff568 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007a`1abff570 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000007a`1abff860 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007a`1abff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007a`1a7ff1a0 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000007a`1a7ff1e0 00007ff7`8064afcc     postgres!ExceptionalCondition(
0000007a`1a7ff220 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000007a`1a7ff270 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000007a`1a7ff2c0 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000007a`1a7ffbe0 00007ff7`804fe7e8     postgres!PostmasterMain(
0000007a`1a7ffd70 00007ff7`80af9ba9     postgres!main(
0000007a`1a7ffdb0 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000007a`1a7ffe00 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000007a`1a7ffe70 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000007a`1afff5e8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007a`1afff5f0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000007a`1afff8e0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007a`1afff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d1`709fedd0 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d1`709fee10 00007ff7`8064afcc     postgres!ExceptionalCondition(
000000d1`709fee50 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000d1`709feea0 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000d1`709feef0 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000d1`709ff810 00007ff7`804fe7e8     postgres!PostmasterMain(
000000d1`709ff9a0 00007ff7`80af9ba9     postgres!main(
000000d1`709ff9e0 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d1`709ffa30 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d1`709ffaa0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000d1`719ff8b8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d1`719ff8c0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000d1`719ffbb0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d1`719ffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d1`715ff858 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
000000d1`715ff860 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
000000d1`715ff8d0 00007fff`eed74cb0     postgres!pg_signal_thread(
000000d1`715ff9d0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d1`715ffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d1`711ffbf8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d1`711ffc00 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000d1`711ffef0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d1`711fff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d1`70dffb38 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d1`70dffb40 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000d1`70dffe30 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d1`70dffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000033`fb3ff000 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000033`fb3ff040 00007ff7`8064afcc     postgres!ExceptionalCondition(
00000033`fb3ff080 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000033`fb3ff0d0 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000033`fb3ff120 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000033`fb3ffa40 00007ff7`804fe7e8     postgres!PostmasterMain(
00000033`fb3ffbd0 00007ff7`80af9ba9     postgres!main(
00000033`fb3ffc10 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000033`fb3ffc60 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000033`fb3ffcd0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000033`fc3ff658 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000033`fc3ff660 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000033`fc3ff950 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000033`fc3ff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000033`fbfffd48 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
00000033`fbfffd50 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
00000033`fbfffdc0 00007fff`eed74cb0     postgres!pg_signal_thread(
00000033`fbfffec0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000033`fbfffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000033`fbbffa48 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000033`fbbffa50 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000033`fbbffd40 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000033`fbbffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000033`fb7ff758 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000033`fb7ff760 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000033`fb7ffa50 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000033`fb7ffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b9`adfff618 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b9`adfff620 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000b9`adfff910 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b9`adfff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b9`adbff958 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
000000b9`adbff960 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
000000b9`adbff9d0 00007fff`eed74cb0     postgres!pg_signal_thread(
000000b9`adbffad0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b9`adbffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b9`acffeef0 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b9`acffef30 00007ff7`8064afcc     postgres!ExceptionalCondition(
000000b9`acffef70 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000b9`acffefc0 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000b9`acfff010 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000b9`acfff930 00007ff7`804fe7e8     postgres!PostmasterMain(
000000b9`acfffac0 00007ff7`80af9ba9     postgres!main(
000000b9`acfffb00 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b9`acfffb50 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000b9`acfffbc0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000b9`ad3ff798 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b9`ad3ff7a0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000b9`ad3ffa90 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b9`ad3ffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b9`ad7ff648 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b9`ad7ff650 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000b9`ad7ff940 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b9`ad7ff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000088`4cbff040 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000088`4cbff080 00007ff7`8064afcc     postgres!ExceptionalCondition(
00000088`4cbff0c0 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000088`4cbff110 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000088`4cbff160 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000088`4cbffa80 00007ff7`804fe7e8     postgres!PostmasterMain(
00000088`4cbffc10 00007ff7`80af9ba9     postgres!main(
00000088`4cbffc50 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000088`4cbffca0 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000088`4cbffd10 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000088`4cfff7b8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000088`4cfff7c0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000088`4cfffab0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000088`4cfffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000088`4d3ff678 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000088`4d3ff680 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000088`4d3ff970 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000088`4d3ff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000088`4dfff7d8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000088`4dfff7e0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000088`4dfffad0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000088`4dfffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000088`4dbff868 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
00000088`4dbff870 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
00000088`4dbff8e0 00007fff`eed74cb0     postgres!pg_signal_thread(
00000088`4dbff9e0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000088`4dbffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000088`4d7ffb28 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000088`4d7ffb30 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000088`4d7ffe20 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000088`4d7ffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000056`0d7ff698 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000056`0d7ff6a0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000056`0d7ff990 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000056`0d7ff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000056`0d3ffa98 00007ff7`80643ec7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000056`0d3ffaa0 00007ff7`804fe754     postgres!SubPostmasterMain(
00000056`0d3ffb10 00007ff7`80af9ba9     postgres!main(
00000056`0d3ffb50 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000056`0d3ffba0 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000056`0d3ffc10 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000056`0d3ffc40 00007fff`eed74cb0     postgres!mainCRTStartup(
00000056`0d3ffc70 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000056`0d3ffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000056`0dbffb98 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000056`0dbffba0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000056`0dbffe90 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000056`0dbffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fc`dc1fed00 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000fc`dc1fed40 00007ff7`8064afcc     postgres!ExceptionalCondition(
000000fc`dc1fed80 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000fc`dc1fedd0 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000fc`dc1fee20 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000fc`dc1ff740 00007ff7`804fe7e8     postgres!PostmasterMain(
000000fc`dc1ff8d0 00007ff7`80af9ba9     postgres!main(
000000fc`dc1ff910 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000fc`dc1ff960 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000fc`dc1ff9d0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000fc`dc9ff7c8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fc`dc9ff7d0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000fc`dc9ffac0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000fc`dc9ffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fc`dc5ff8c8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fc`dc5ff8d0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000fc`dc5ffbc0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000fc`dc5ffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fc`dd1ffaa8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fc`dd1ffab0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000fc`dd1ffda0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000fc`dd1ffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fc`dcdffa88 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
000000fc`dcdffa90 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
000000fc`dcdffb00 00007fff`eed74cb0     postgres!pg_signal_thread(
000000fc`dcdffc00 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000fc`dcdffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000036`a61ff120 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000036`a61ff160 00007ff7`8064afcc     postgres!ExceptionalCondition(
00000036`a61ff1a0 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000036`a61ff1f0 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000036`a61ff240 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000036`a61ffb60 00007ff7`804fe7e8     postgres!PostmasterMain(
00000036`a61ffcf0 00007ff7`80af9ba9     postgres!main(
00000036`a61ffd30 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000036`a61ffd80 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000036`a61ffdf0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000036`a6dff658 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
00000036`a6dff660 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
00000036`a6dff6d0 00007fff`eed74cb0     postgres!pg_signal_thread(
00000036`a6dff7d0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000036`a6dff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000036`a71ff4f8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000036`a71ff500 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000036`a71ff7f0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000036`a71ff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000036`a65ff888 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000036`a65ff890 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000036`a65ffb80 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000036`a65ffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000036`a69ffb08 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000036`a69ffb10 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000036`a69ffe00 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000036`a69ffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ec`dc9ffcf8 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
000000ec`dc9ffd00 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
000000ec`dc9ffd70 00007fff`eed74cb0     postgres!pg_signal_thread(
000000ec`dc9ffe70 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ec`dc9ffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ec`dbdfecc0 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ec`dbdfed00 00007ff7`8064afcc     postgres!ExceptionalCondition(
000000ec`dbdfed40 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ec`dbdfed90 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000ec`dbdfede0 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ec`dbdff700 00007ff7`804fe7e8     postgres!PostmasterMain(
000000ec`dbdff890 00007ff7`80af9ba9     postgres!main(
000000ec`dbdff8d0 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ec`dbdff920 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ec`dbdff990 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ec`dc1ff6c8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ec`dc1ff6d0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000ec`dc1ff9c0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ec`dc1ff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ec`dc5ff478 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ec`dc5ff480 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000ec`dc5ff770 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ec`dc5ff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ec`dcdff508 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ec`dcdff510 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000ec`dcdff800 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ec`dcdff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000018`ef5ff918 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000018`ef5ff920 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000018`ef5ffc10 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000018`ef5ffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000018`eedffd58 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
00000018`eedffd60 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
00000018`eedffdd0 00007fff`eed74cb0     postgres!pg_signal_thread(
00000018`eedffed0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000018`eedfff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000018`ee9ffa48 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000018`ee9ffa50 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000018`ee9ffd40 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000018`ee9ffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000018`ee5febe0 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000018`ee5fec20 00007ff7`8064afcc     postgres!ExceptionalCondition(
00000018`ee5fec60 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000018`ee5fecb0 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000018`ee5fed00 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000018`ee5ff620 00007ff7`804fe7e8     postgres!PostmasterMain(
00000018`ee5ff7b0 00007ff7`80af9ba9     postgres!main(
00000018`ee5ff7f0 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000018`ee5ff840 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000018`ee5ff8b0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000018`ef1ff648 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000018`ef1ff650 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000018`ef1ff940 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000018`ef1ff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dc`561ff9d8 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
000000dc`561ff9e0 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
000000dc`561ffa50 00007fff`eed74cb0     postgres!pg_signal_thread(
000000dc`561ffb50 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000dc`561ffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dc`569ff878 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dc`569ff880 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000dc`569ffb70 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000dc`569ffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dc`559fee20 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000dc`559fee60 00007ff7`8064afcc     postgres!ExceptionalCondition(
000000dc`559feea0 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000dc`559feef0 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000dc`559fef40 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000dc`559ff860 00007ff7`804fe7e8     postgres!PostmasterMain(
000000dc`559ff9f0 00007ff7`80af9ba9     postgres!main(
000000dc`559ffa30 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000dc`559ffa80 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000dc`559ffaf0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000000e`9e9ff858 00007ff7`80643ec7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
0000000e`9e9ff860 00007ff7`804fe754     postgres!SubPostmasterMain(
0000000e`9e9ff8d0 00007ff7`80af9ba9     postgres!main(
0000000e`9e9ff910 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000000e`9e9ff960 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000000e`9e9ff9d0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
0000000e`9e9ffa00 00007fff`eed74cb0     postgres!mainCRTStartup(
0000000e`9e9ffa30 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000000e`9e9ffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000e`9f1ffad8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000e`9f1ffae0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000000e`9f1ffdd0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000000e`9f1ffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000e`9edff4e8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000e`9edff4f0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000000e`9edff7e0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000000e`9edff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009e`a03fee30 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000009e`a03fee70 00007ff7`8064afcc     postgres!ExceptionalCondition(
0000009e`a03feeb0 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000009e`a03fef00 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000009e`a03fef50 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000009e`a03ff870 00007ff7`804fe7e8     postgres!PostmasterMain(
0000009e`a03ffa00 00007ff7`80af9ba9     postgres!main(
0000009e`a03ffa40 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000009e`a03ffa90 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000009e`a03ffb00 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000009e`a07ff848 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009e`a07ff850 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000009e`a07ffb40 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000009e`a07ffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009e`a0bffc38 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
0000009e`a0bffc40 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
0000009e`a0bffcb0 00007fff`eed74cb0     postgres!pg_signal_thread(
0000009e`a0bffdb0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000009e`a0bffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009e`a13ff5b8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009e`a13ff5c0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000009e`a13ff8b0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000009e`a13ff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009e`a0fffbc8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009e`a0fffbd0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000009e`a0fffec0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000009e`a0fffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000048`7b7ff618 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
00000048`7b7ff620 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
00000048`7b7ff690 00007fff`eed74cb0     postgres!pg_signal_thread(
00000048`7b7ff790 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000048`7b7ff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000048`7b3ff938 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000048`7b3ff940 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000048`7b3ffc30 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000048`7b3ffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000048`7affea40 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000048`7affea80 00007ff7`8064afcc     postgres!ExceptionalCondition(
00000048`7affeac0 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000048`7affeb10 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000048`7affeb60 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000048`7afff480 00007ff7`804fe7e8     postgres!PostmasterMain(
00000048`7afff610 00007ff7`80af9ba9     postgres!main(
00000048`7afff650 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000048`7afff6a0 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000048`7afff710 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000048`7bbff9e8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000048`7bbff9f0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000048`7bbffce0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000048`7bbffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000048`7bfffa78 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000048`7bfffa80 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000048`7bfffd70 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000048`7bfffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000006`207ffaf8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000006`207ffb00 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000006`207ffdf0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000006`207ffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000006`20bff7e8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000006`20bff7f0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000006`20bffae0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000006`20bffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000006`203ff190 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000006`203ff1d0 00007ff7`8064afcc     postgres!ExceptionalCondition(
00000006`203ff210 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000006`203ff260 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000006`203ff2b0 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000006`203ffbd0 00007ff7`804fe7e8     postgres!PostmasterMain(
00000006`203ffd60 00007ff7`80af9ba9     postgres!main(
00000006`203ffda0 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000006`203ffdf0 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000006`203ffe60 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000006`217ff468 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000006`217ff470 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000006`217ff760 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000006`217ff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000006`213ffc98 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
00000006`213ffca0 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
00000006`213ffd10 00007fff`eed74cb0     postgres!pg_signal_thread(
00000006`213ffe10 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000006`213ffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000006`20fffad8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000006`20fffae0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000006`20fffdd0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000006`20fffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000eb`339ff120 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000eb`339ff160 00007ff7`8064afcc     postgres!ExceptionalCondition(
000000eb`339ff1a0 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000eb`339ff1f0 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000eb`339ff240 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000eb`339ffb60 00007ff7`804fe7e8     postgres!PostmasterMain(
000000eb`339ffcf0 00007ff7`80af9ba9     postgres!main(
000000eb`339ffd30 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000eb`339ffd80 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000eb`339ffdf0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000eb`345ffb88 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000eb`345ffb90 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000eb`345ffe80 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000eb`345ffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000eb`341ffbe8 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
000000eb`341ffbf0 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
000000eb`341ffc60 00007fff`eed74cb0     postgres!pg_signal_thread(
000000eb`341ffd60 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000eb`341ffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000eb`33dff838 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000eb`33dff840 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000eb`33dffb30 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000eb`33dffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000eb`349ff908 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000eb`349ff910 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000eb`349ffc00 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000eb`349ffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007c`421ffa68 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007c`421ffa70 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000007c`421ffd60 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007c`421ffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007c`42dffa48 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007c`42dffa50 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000007c`42dffd40 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007c`42dffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007c`429ff6c8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007c`429ff6d0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000007c`429ff9c0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007c`429ff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007c`41dff160 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000007c`41dff1a0 00007ff7`8064afcc     postgres!ExceptionalCondition(
0000007c`41dff1e0 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000007c`41dff230 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000007c`41dff280 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000007c`41dffba0 00007ff7`804fe7e8     postgres!PostmasterMain(
0000007c`41dffd30 00007ff7`80af9ba9     postgres!main(
0000007c`41dffd70 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000007c`41dffdc0 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000007c`41dffe30 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000007c`425ff9f8 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
0000007c`425ffa00 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
0000007c`425ffa70 00007fff`eed74cb0     postgres!pg_signal_thread(
0000007c`425ffb70 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007c`425ffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e4`319ff548 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e4`319ff550 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000e4`319ff840 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e4`319ff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e4`315ff4b8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e4`315ff4c0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000e4`315ff7b0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e4`315ff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e4`311ff9e8 00007ff7`80643ec7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000e4`311ff9f0 00007ff7`804fe754     postgres!SubPostmasterMain(
000000e4`311ffa60 00007ff7`80af9ba9     postgres!main(
000000e4`311ffaa0 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e4`311ffaf0 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e4`311ffb60 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000e4`311ffb90 00007fff`eed74cb0     postgres!mainCRTStartup(
000000e4`311ffbc0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e4`311ffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000090`33bffaa8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000090`33bffab0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000090`33bffda0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000090`33bffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000090`337ff608 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000090`337ff610 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000090`337ff900 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000090`337ff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000090`32bfeff0 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000090`32bff030 00007ff7`8064afcc     postgres!ExceptionalCondition(
00000090`32bff070 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000090`32bff0c0 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000090`32bff110 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000090`32bffa30 00007ff7`804fe7e8     postgres!PostmasterMain(
00000090`32bffbc0 00007ff7`80af9ba9     postgres!main(
00000090`32bffc00 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000090`32bffc50 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000090`32bffcc0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000090`32fffa88 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000090`32fffa90 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000090`32fffd80 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000090`32fffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000090`333ffb78 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
00000090`333ffb80 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
00000090`333ffbf0 00007fff`eed74cb0     postgres!pg_signal_thread(
00000090`333ffcf0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000090`333ffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d1`d21ff468 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d1`d21ff470 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000d1`d21ff760 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d1`d21ff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d1`d2dffa68 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d1`d2dffa70 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000d1`d2dffd60 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d1`d2dffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d1`d1dfeb30 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d1`d1dfeb70 00007ff7`8064afcc     postgres!ExceptionalCondition(
000000d1`d1dfebb0 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000d1`d1dfec00 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000d1`d1dfec50 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000d1`d1dff570 00007ff7`804fe7e8     postgres!PostmasterMain(
000000d1`d1dff700 00007ff7`80af9ba9     postgres!main(
000000d1`d1dff740 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d1`d1dff790 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d1`d1dff800 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000d1`d29ff5c8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d1`d29ff5d0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000d1`d29ff8c0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d1`d29ff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d1`d25ffaf8 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
000000d1`d25ffb00 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
000000d1`d25ffb70 00007fff`eed74cb0     postgres!pg_signal_thread(
000000d1`d25ffc70 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d1`d25ffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000035`087ff938 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000035`087ff940 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000035`087ffc30 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000035`087ffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000035`07ffeac0 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000035`07ffeb00 00007ff7`8064afcc     postgres!ExceptionalCondition(
00000035`07ffeb40 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000035`07ffeb90 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000035`07ffebe0 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000035`07fff500 00007ff7`804fe7e8     postgres!PostmasterMain(
00000035`07fff690 00007ff7`80af9ba9     postgres!main(
00000035`07fff6d0 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000035`07fff720 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000035`07fff790 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000035`08fff9f8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000035`08fffa00 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000035`08fffcf0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000035`08fffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000035`08bff868 00007fff`eccf43eb     ntdll!NtReadFile+0x14
00000035`08bff870 00007ff7`80636343     KERNELBASE!ReadFile+0x7b
00000035`08bff8e0 00007fff`eed74cb0     postgres!pg_signal_thread(
00000035`08bff9e0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000035`08bffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000035`083ffbc8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000035`083ffbd0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000035`083ffec0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000035`083ffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d6`997ff7a8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d6`997ff7b0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000d6`997ffaa0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d6`997ffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d6`993fed30 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d6`993fed70 00007ff7`8064afcc     postgres!ExceptionalCondition(
000000d6`993fedb0 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000d6`993fee00 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000d6`993fee50 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000d6`993ff770 00007ff7`804fe7e8     postgres!PostmasterMain(
000000d6`993ff900 00007ff7`80af9ba9     postgres!main(
000000d6`993ff940 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d6`993ff990 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d6`993ffa00 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000d6`99fff978 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
000000d6`99fff980 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
000000d6`99fff9f0 00007fff`eed74cb0     postgres!pg_signal_thread(
000000d6`99fffaf0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d6`99fffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d6`99bff9b8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d6`99bff9c0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000d6`99bffcb0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d6`99bffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d6`9a3ff698 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d6`9a3ff6a0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000d6`9a3ff990 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d6`9a3ff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000031`831feb80 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000031`831febc0 00007ff7`8064afcc     postgres!ExceptionalCondition(
00000031`831fec00 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000031`831fec50 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000031`831feca0 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000031`831ff5c0 00007ff7`804fe7e8     postgres!PostmasterMain(
00000031`831ff750 00007ff7`80af9ba9     postgres!main(
00000031`831ff790 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000031`831ff7e0 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000031`831ff850 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000031`83dff9b8 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
00000031`83dff9c0 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
00000031`83dffa30 00007fff`eed74cb0     postgres!pg_signal_thread(
00000031`83dffb30 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000031`83dffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000031`841ff698 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000031`841ff6a0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000031`841ff990 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000031`841ff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e3`9a7ffab8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e3`9a7ffac0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000e3`9a7ffdb0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e3`9a7ffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e3`99fffb28 00007ff7`80643ec7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000e3`99fffb30 00007ff7`804fe754     postgres!SubPostmasterMain(
000000e3`99fffba0 00007ff7`80af9ba9     postgres!main(
000000e3`99fffbe0 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e3`99fffc30 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e3`99fffca0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000e3`99fffcd0 00007fff`eed74cb0     postgres!mainCRTStartup(
000000e3`99fffd00 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e3`99fffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e3`9a3ffb68 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e3`9a3ffb70 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000e3`9a3ffe60 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e3`9a3ffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000085`90bff718 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000085`90bff720 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000085`90bffa10 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000085`90bffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000085`90fffaf8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000085`90fffb00 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000085`90fffdf0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000085`90fffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000085`907ffcf8 00007ff7`80643ec7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000085`907ffd00 00007ff7`804fe754     postgres!SubPostmasterMain(
00000085`907ffd70 00007ff7`80af9ba9     postgres!main(
00000085`907ffdb0 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000085`907ffe00 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000085`907ffe70 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000085`907ffea0 00007fff`eed74cb0     postgres!mainCRTStartup(
00000085`907ffed0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000085`907fff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000045`2b9ffb48 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000045`2b9ffb50 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000045`2b9ffe40 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000045`2b9ffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000045`2b1ffcf8 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
00000045`2b1ffd00 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
00000045`2b1ffd70 00007fff`eed74cb0     postgres!pg_signal_thread(
00000045`2b1ffe70 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000045`2b1ffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000045`2b5ff898 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000045`2b5ff8a0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000045`2b5ffb90 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000045`2b5ffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000045`2adff868 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000045`2adff870 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000045`2adffb60 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000045`2adffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000045`2a9ff1c0 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000045`2a9ff200 00007ff7`8064afcc     postgres!ExceptionalCondition(
00000045`2a9ff240 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000045`2a9ff290 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000045`2a9ff2e0 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000045`2a9ffc00 00007ff7`804fe7e8     postgres!PostmasterMain(
00000045`2a9ffd90 00007ff7`80af9ba9     postgres!main(
00000045`2a9ffdd0 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000045`2a9ffe20 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000045`2a9ffe90 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000098`ac7ff0d0 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000098`ac7ff110 00007ff7`8064afcc     postgres!ExceptionalCondition(
00000098`ac7ff150 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000098`ac7ff1a0 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000098`ac7ff1f0 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000098`ac7ffb10 00007ff7`804fe7e8     postgres!PostmasterMain(
00000098`ac7ffca0 00007ff7`80af9ba9     postgres!main(
00000098`ac7ffce0 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000098`ac7ffd30 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000098`ac7ffda0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000098`acbffa48 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000098`acbffa50 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000098`acbffd40 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000098`acbffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000098`acfff978 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
00000098`acfff980 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
00000098`acfff9f0 00007fff`eed74cb0     postgres!pg_signal_thread(
00000098`acfffaf0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000098`acfffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000098`ad3ff4a8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000098`ad3ff4b0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000098`ad3ff7a0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000098`ad3ff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000098`ad7ff7e8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000098`ad7ff7f0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000098`ad7ffae0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000098`ad7ffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000080`86bff9a8 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
00000080`86bff9b0 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
00000080`86bffa20 00007fff`eed74cb0     postgres!pg_signal_thread(
00000080`86bffb20 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000080`86bffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000080`863ff8b8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000080`863ff8c0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000080`863ffbb0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000080`863ffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000080`867ff7d8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000080`867ff7e0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000080`867ffad0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000080`867ffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000080`85bfef20 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000080`85bfef60 00007ff7`8064afcc     postgres!ExceptionalCondition(
00000080`85bfefa0 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000080`85bfeff0 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000080`85bff040 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000080`85bff960 00007ff7`804fe7e8     postgres!PostmasterMain(
00000080`85bffaf0 00007ff7`80af9ba9     postgres!main(
00000080`85bffb30 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000080`85bffb80 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000080`85bffbf0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000080`86fffac8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000080`86fffad0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000080`86fffdc0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000080`86fffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000080`85fffb08 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000080`85fffb10 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000080`85fffe00 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000080`85fffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000087`c83ff578 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000087`c83ff580 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000087`c83ff870 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000087`c83ff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000087`c73ff1f0 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000087`c73ff230 00007ff7`8064afcc     postgres!ExceptionalCondition(
00000087`c73ff270 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000087`c73ff2c0 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000087`c73ff310 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000087`c73ffc30 00007ff7`804fe7e8     postgres!PostmasterMain(
00000087`c73ffdc0 00007ff7`80af9ba9     postgres!main(
00000087`c73ffe00 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000087`c73ffe50 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000087`c73ffec0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000087`c77ff728 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000087`c77ff730 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000087`c77ffa20 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000087`c77ffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000087`c7bffb08 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
00000087`c7bffb10 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
00000087`c7bffb80 00007fff`eed74cb0     postgres!pg_signal_thread(
00000087`c7bffc80 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000087`c7bffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000087`c7fff628 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000087`c7fff630 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000087`c7fff920 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000087`c7fff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000057`cdbff6b8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000057`cdbff6c0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000057`cdbff9b0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000057`cdbff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000057`ccffebc0 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000057`ccffec00 00007ff7`8064afcc     postgres!ExceptionalCondition(
00000057`ccffec40 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000057`ccffec90 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000057`ccffece0 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000057`ccfff600 00007ff7`804fe7e8     postgres!PostmasterMain(
00000057`ccfff790 00007ff7`80af9ba9     postgres!main(
00000057`ccfff7d0 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000057`ccfff820 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000057`ccfff890 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000057`cd7ff918 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
00000057`cd7ff920 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
00000057`cd7ff990 00007fff`eed74cb0     postgres!pg_signal_thread(
00000057`cd7ffa90 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000057`cd7ffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000057`cd3ffb78 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000057`cd3ffb80 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000057`cd3ffe70 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000057`cd3ffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000057`cdfff8c8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000057`cdfff8d0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000057`cdfffbc0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000057`cdfffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ba`f19fecc0 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ba`f19fed00 00007ff7`8064afcc     postgres!ExceptionalCondition(
000000ba`f19fed40 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ba`f19fed90 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000ba`f19fede0 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ba`f19ff700 00007ff7`804fe7e8     postgres!PostmasterMain(
000000ba`f19ff890 00007ff7`80af9ba9     postgres!main(
000000ba`f19ff8d0 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ba`f19ff920 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ba`f19ff990 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ba`f25ff9b8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ba`f25ff9c0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000ba`f25ffcb0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ba`f25ffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ba`f21ffcc8 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
000000ba`f21ffcd0 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
000000ba`f21ffd40 00007fff`eed74cb0     postgres!pg_signal_thread(
000000ba`f21ffe40 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ba`f21ffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ba`f1dff8a8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ba`f1dff8b0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000ba`f1dffba0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ba`f1dffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ba`f29ff7d8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ba`f29ff7e0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000ba`f29ffad0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ba`f29ffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009e`ac1ffa68 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
0000009e`ac1ffa70 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
0000009e`ac1ffae0 00007fff`eed74cb0     postgres!pg_signal_thread(
0000009e`ac1ffbe0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000009e`ac1ffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009e`ab1feb50 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000009e`ab1feb90 00007ff7`8064afcc     postgres!ExceptionalCondition(
0000009e`ab1febd0 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000009e`ab1fec20 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000009e`ab1fec70 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000009e`ab1ff590 00007ff7`804fe7e8     postgres!PostmasterMain(
0000009e`ab1ff720 00007ff7`80af9ba9     postgres!main(
0000009e`ab1ff760 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000009e`ab1ff7b0 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000009e`ab1ff820 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000009e`ac5ff5a8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009e`ac5ff5b0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000009e`ac5ff8a0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000009e`ac5ff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d4`c7bffbf8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d4`c7bffc00 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000d4`c7bffef0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d4`c7bfff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d4`c77ff6f8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d4`c77ff700 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000d4`c77ff9f0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d4`c77ffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d4`c73fed20 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d4`c73fed60 00007ff7`8064afcc     postgres!ExceptionalCondition(
000000d4`c73feda0 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000d4`c73fedf0 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000d4`c73fee40 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000d4`c73ff760 00007ff7`804fe7e8     postgres!PostmasterMain(
000000d4`c73ff8f0 00007ff7`80af9ba9     postgres!main(
000000d4`c73ff930 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d4`c73ff980 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d4`c73ff9f0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000d4`c83ffa98 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d4`c83ffaa0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000d4`c83ffd90 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d4`c83ffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d4`c7fffb98 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
000000d4`c7fffba0 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
000000d4`c7fffc10 00007fff`eed74cb0     postgres!pg_signal_thread(
000000d4`c7fffd10 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d4`c7fffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006a`02bff1e0 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000006a`02bff220 00007ff7`8064afcc     postgres!ExceptionalCondition(
0000006a`02bff260 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000006a`02bff2b0 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000006a`02bff300 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000006a`02bffc20 00007ff7`804fe7e8     postgres!PostmasterMain(
0000006a`02bffdb0 00007ff7`80af9ba9     postgres!main(
0000006a`02bffdf0 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000006a`02bffe40 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000006a`02bffeb0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000006a`033ff918 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
0000006a`033ff920 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
0000006a`033ff990 00007fff`eed74cb0     postgres!pg_signal_thread(
0000006a`033ffa90 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000006a`033ffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006a`03bff6f8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006a`03bff700 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000006a`03bff9f0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000006a`03bffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006a`02fff4f8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006a`02fff500 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000006a`02fff7f0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000006a`02fff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006a`037ff528 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006a`037ff530 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000006a`037ff820 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000006a`037ff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000006`9bbff828 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000006`9bbff830 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000006`9bbffb20 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000006`9bbffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000006`9b7ffb88 00007ff7`80643ec7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000006`9b7ffb90 00007ff7`804fe754     postgres!SubPostmasterMain(
00000006`9b7ffc00 00007ff7`80af9ba9     postgres!main(
00000006`9b7ffc40 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000006`9b7ffc90 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000006`9b7ffd00 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000006`9b7ffd30 00007fff`eed74cb0     postgres!mainCRTStartup(
00000006`9b7ffd60 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000006`9b7ffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000006`9bfffbf8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000006`9bfffc00 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000006`9bfffef0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000006`9bffff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b8`043ff788 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b8`043ff790 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000b8`043ffa80 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b8`043ffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b8`03fffab8 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
000000b8`03fffac0 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
000000b8`03fffb30 00007fff`eed74cb0     postgres!pg_signal_thread(
000000b8`03fffc30 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b8`03fffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b8`03bff678 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b8`03bff680 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000b8`03bff970 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b8`03bff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b8`037ff938 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b8`037ff940 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000b8`037ffc30 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b8`037ffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b8`033ff808 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b8`033ff810 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000b8`033ffb00 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b8`033ffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b8`02ffea70 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b8`02ffeab0 00007ff7`8064afcc     postgres!ExceptionalCondition(
000000b8`02ffeaf0 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000b8`02ffeb40 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000b8`02ffeb90 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000b8`02fff4b0 00007ff7`804fe7e8     postgres!PostmasterMain(
000000b8`02fff640 00007ff7`80af9ba9     postgres!main(
000000b8`02fff680 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b8`02fff6d0 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000b8`02fff740 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000006f`af9ff808 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
0000006f`af9ff810 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
0000006f`af9ff880 00007fff`eed74cb0     postgres!pg_signal_thread(
0000006f`af9ff980 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000006f`af9ff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006f`afdff6c8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006f`afdff6d0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000006f`afdff9c0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000006f`afdff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006f`b01ffc28 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006f`b01ffc30 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000006f`b01fff20 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000006f`b01fff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006f`af1fea10 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000006f`af1fea50 00007ff7`8064afcc     postgres!ExceptionalCondition(
0000006f`af1fea90 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000006f`af1feae0 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000006f`af1feb30 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000006f`af1ff450 00007ff7`804fe7e8     postgres!PostmasterMain(
0000006f`af1ff5e0 00007ff7`80af9ba9     postgres!main(
0000006f`af1ff620 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000006f`af1ff670 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000006f`af1ff6e0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000006f`af5ffa18 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006f`af5ffa20 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000006f`af5ffd10 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000006f`af5ffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a4`895ff698 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a4`895ff6a0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000a4`895ff990 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a4`895ff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a4`88dfeb40 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a4`88dfeb80 00007ff7`8064afcc     postgres!ExceptionalCondition(
000000a4`88dfebc0 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000a4`88dfec10 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000a4`88dfec60 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a4`88dff580 00007ff7`804fe7e8     postgres!PostmasterMain(
000000a4`88dff710 00007ff7`80af9ba9     postgres!main(
000000a4`88dff750 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a4`88dff7a0 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a4`88dff810 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a4`891ffa98 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a4`891ffaa0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000a4`891ffd90 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a4`891ffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a4`89dffbd8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a4`89dffbe0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000a4`89dffed0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a4`89dfff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a4`899ff698 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
000000a4`899ff6a0 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
000000a4`899ff710 00007fff`eed74cb0     postgres!pg_signal_thread(
000000a4`899ff810 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a4`899ff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009e`687ff468 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009e`687ff470 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000009e`687ff760 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000009e`687ff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009e`683ff060 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000009e`683ff0a0 00007ff7`8064afcc     postgres!ExceptionalCondition(
0000009e`683ff0e0 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000009e`683ff130 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000009e`683ff180 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000009e`683ffaa0 00007ff7`804fe7e8     postgres!PostmasterMain(
0000009e`683ffc30 00007ff7`80af9ba9     postgres!main(
0000009e`683ffc70 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000009e`683ffcc0 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000009e`683ffd30 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000009e`693ffb18 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009e`693ffb20 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000009e`693ffe10 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000009e`693ffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009e`68fff708 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
0000009e`68fff710 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
0000009e`68fff780 00007fff`eed74cb0     postgres!pg_signal_thread(
0000009e`68fff880 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000009e`68fff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009e`68bff548 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009e`68bff550 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000009e`68bff840 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000009e`68bff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000083`b09ffb28 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000083`b09ffb30 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000083`b09ffe20 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000083`b09ffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000083`b05ff758 00007ff7`80643ec7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000083`b05ff760 00007ff7`804fe754     postgres!SubPostmasterMain(
00000083`b05ff7d0 00007ff7`80af9ba9     postgres!main(
00000083`b05ff810 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000083`b05ff860 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000083`b05ff8d0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000083`b05ff900 00007fff`eed74cb0     postgres!mainCRTStartup(
00000083`b05ff930 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000083`b05ff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000083`b0dff9f8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000083`b0dffa00 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000083`b0dffcf0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000083`b0dffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ce`ca7ff808 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
000000ce`ca7ff810 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
000000ce`ca7ff880 00007fff`eed74cb0     postgres!pg_signal_thread(
000000ce`ca7ff980 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ce`ca7ff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ce`ca3ff608 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ce`ca3ff610 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000ce`ca3ff900 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ce`ca3ff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ce`c9fff548 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ce`c9fff550 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000ce`c9fff840 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ce`c9fff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ce`c9bfedb0 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ce`c9bfedf0 00007ff7`8064afcc     postgres!ExceptionalCondition(
000000ce`c9bfee30 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ce`c9bfee80 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000ce`c9bfeed0 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ce`c9bff7f0 00007ff7`804fe7e8     postgres!PostmasterMain(
000000ce`c9bff980 00007ff7`80af9ba9     postgres!main(
000000ce`c9bff9c0 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ce`c9bffa10 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ce`c9bffa80 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ce`cabff648 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ce`cabff650 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000ce`cabff940 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ce`cabff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000035`797ffd68 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
00000035`797ffd70 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
00000035`797ffde0 00007fff`eed74cb0     postgres!pg_signal_thread(
00000035`797ffee0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000035`797fff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000035`78ffeb70 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000035`78ffebb0 00007ff7`8064afcc     postgres!ExceptionalCondition(
00000035`78ffebf0 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000035`78ffec40 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000035`78ffec90 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000035`78fff5b0 00007ff7`804fe7e8     postgres!PostmasterMain(
00000035`78fff740 00007ff7`80af9ba9     postgres!main(
00000035`78fff780 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000035`78fff7d0 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000035`78fff840 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000035`79fff8b8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000035`79fff8c0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000035`79fffbb0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000035`79fffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000043`e21ff548 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000043`e21ff550 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000043`e21ff840 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000043`e21ff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000043`e19ffa78 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000043`e19ffa80 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000043`e19ffd70 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000043`e19ffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000043`e15ff6f8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000043`e15ff700 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000043`e15ff9f0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000043`e15ffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000043`e11ff180 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000043`e11ff1c0 00007ff7`8064afcc     postgres!ExceptionalCondition(
00000043`e11ff200 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000043`e11ff250 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000043`e11ff2a0 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000043`e11ffbc0 00007ff7`804fe7e8     postgres!PostmasterMain(
00000043`e11ffd50 00007ff7`80af9ba9     postgres!main(
00000043`e11ffd90 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000043`e11ffde0 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000043`e11ffe50 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000043`e1dff998 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
00000043`e1dff9a0 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
00000043`e1dffa10 00007fff`eed74cb0     postgres!pg_signal_thread(
00000043`e1dffb10 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000043`e1dffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000011`87bff8e8 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
00000011`87bff8f0 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
00000011`87bff960 00007fff`eed74cb0     postgres!pg_signal_thread(
00000011`87bffa60 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000011`87bffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000011`873ff100 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000011`873ff140 00007ff7`8064afcc     postgres!ExceptionalCondition(
00000011`873ff180 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000011`873ff1d0 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000011`873ff220 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000011`873ffb40 00007ff7`804fe7e8     postgres!PostmasterMain(
00000011`873ffcd0 00007ff7`80af9ba9     postgres!main(
00000011`873ffd10 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000011`873ffd60 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000011`873ffdd0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000011`883ff5b8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000011`883ff5c0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000011`883ff8b0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000011`883ff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000011`87fff8e8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000011`87fff8f0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000011`87fffbe0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000011`87fffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000011`877ff5c8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000011`877ff5d0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000011`877ff8c0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000011`877ff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002b`207ff7b8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002b`207ff7c0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000002b`207ffab0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000002b`207ffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002b`203ffb78 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
0000002b`203ffb80 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
0000002b`203ffbf0 00007fff`eed74cb0     postgres!pg_signal_thread(
0000002b`203ffcf0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000002b`203ffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002b`1ffffc18 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002b`1ffffc20 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000002b`1fffff10 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000002b`1fffff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002b`1fbff5c8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002b`1fbff5d0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000002b`1fbff8c0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000002b`1fbff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002b`1f7ff728 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002b`1f7ff730 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000002b`1f7ffa20 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000002b`1f7ffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002b`1f3fef90 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000002b`1f3fefd0 00007ff7`8064afcc     postgres!ExceptionalCondition(
0000002b`1f3ff010 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000002b`1f3ff060 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000002b`1f3ff0b0 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000002b`1f3ff9d0 00007ff7`804fe7e8     postgres!PostmasterMain(
0000002b`1f3ffb60 00007ff7`80af9ba9     postgres!main(
0000002b`1f3ffba0 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000002b`1f3ffbf0 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000002b`1f3ffc60 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000eb`0edff5b8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000eb`0edff5c0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000eb`0edff8b0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000eb`0edff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000eb`0e1ffc28 00007ff7`80643ec7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000eb`0e1ffc30 00007ff7`804fe754     postgres!SubPostmasterMain(
000000eb`0e1ffca0 00007ff7`80af9ba9     postgres!main(
000000eb`0e1ffce0 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000eb`0e1ffd30 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000eb`0e1ffda0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000eb`0e1ffdd0 00007fff`eed74cb0     postgres!mainCRTStartup(
000000eb`0e1ffe00 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000eb`0e1ffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000eb`0e5ffb08 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000eb`0e5ffb10 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000eb`0e5ffe00 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000eb`0e5ffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000eb`0e9ff8a8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000eb`0e9ff8b0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000eb`0e9ffba0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000eb`0e9ffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000015`06fffc18 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
00000015`06fffc20 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
00000015`06fffc90 00007fff`eed74cb0     postgres!pg_signal_thread(
00000015`06fffd90 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000015`06fffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000015`067feee0 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000015`067fef20 00007ff7`8064afcc     postgres!ExceptionalCondition(
00000015`067fef60 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000015`067fefb0 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000015`067ff000 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000015`067ff920 00007ff7`804fe7e8     postgres!PostmasterMain(
00000015`067ffab0 00007ff7`80af9ba9     postgres!main(
00000015`067ffaf0 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000015`067ffb40 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000015`067ffbb0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000015`06bff8b8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000015`06bff8c0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000015`06bffbb0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000015`06bffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000015`077ff708 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000015`077ff710 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000015`077ffa00 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000015`077ffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000015`073ff668 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000015`073ff670 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000015`073ff960 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000015`073ff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004e`2c3ff948 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
0000004e`2c3ff950 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
0000004e`2c3ff9c0 00007fff`eed74cb0     postgres!pg_signal_thread(
0000004e`2c3ffac0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000004e`2c3ffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004e`2bfff598 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004e`2bfff5a0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000004e`2bfff890 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000004e`2bfff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004e`2bbff020 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000004e`2bbff060 00007ff7`8064afcc     postgres!ExceptionalCondition(
0000004e`2bbff0a0 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000004e`2bbff0f0 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000004e`2bbff140 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000004e`2bbffa60 00007ff7`804fe7e8     postgres!PostmasterMain(
0000004e`2bbffbf0 00007ff7`80af9ba9     postgres!main(
0000004e`2bbffc30 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000004e`2bbffc80 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000004e`2bbffcf0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000004e`2c7ffad8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004e`2c7ffae0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000004e`2c7ffdd0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000004e`2c7ffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004e`2cbffad8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004e`2cbffae0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000004e`2cbffdd0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000004e`2cbffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000046`429fea60 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000046`429feaa0 00007ff7`8064afcc     postgres!ExceptionalCondition(
00000046`429feae0 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000046`429feb30 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000046`429feb80 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000046`429ff4a0 00007ff7`804fe7e8     postgres!PostmasterMain(
00000046`429ff630 00007ff7`80af9ba9     postgres!main(
00000046`429ff670 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000046`429ff6c0 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000046`429ff730 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000046`431ffcb8 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
00000046`431ffcc0 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
00000046`431ffd30 00007fff`eed74cb0     postgres!pg_signal_thread(
00000046`431ffe30 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000046`431ffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000046`435ff708 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000046`435ff710 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000046`435ffa00 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000046`435ffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000046`439ff638 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000046`439ff640 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000046`439ff930 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000046`439ff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000046`42dff9c8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000046`42dff9d0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000046`42dffcc0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000046`42dffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007e`f6dff878 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007e`f6dff880 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000007e`f6dffb70 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007e`f6dffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007e`f69fed90 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000007e`f69fedd0 00007ff7`8064afcc     postgres!ExceptionalCondition(
0000007e`f69fee10 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000007e`f69fee60 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000007e`f69feeb0 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000007e`f69ff7d0 00007ff7`804fe7e8     postgres!PostmasterMain(
0000007e`f69ff960 00007ff7`80af9ba9     postgres!main(
0000007e`f69ff9a0 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000007e`f69ff9f0 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000007e`f69ffa60 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000007e`f71ffcc8 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
0000007e`f71ffcd0 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
0000007e`f71ffd40 00007fff`eed74cb0     postgres!pg_signal_thread(
0000007e`f71ffe40 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007e`f71ffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007e`f75ff498 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007e`f75ff4a0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000007e`f75ff790 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007e`f75ff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007e`f79ffb78 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007e`f79ffb80 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000007e`f79ffe70 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007e`f79ffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c3`b5fffad8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c3`b5fffae0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000c3`b5fffdd0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c3`b5fffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c3`b63ff4d8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c3`b63ff4e0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
000000c3`b63ff7d0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c3`b63ff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c3`b5bff628 00007ff7`80643ec7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000c3`b5bff630 00007ff7`804fe754     postgres!SubPostmasterMain(
000000c3`b5bff6a0 00007ff7`80af9ba9     postgres!main(
000000c3`b5bff6e0 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c3`b5bff730 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c3`b5bff7a0 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000c3`b5bff7d0 00007fff`eed74cb0     postgres!mainCRTStartup(
000000c3`b5bff800 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c3`b5bff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000055`1d1ffc08 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000055`1d1ffc10 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000055`1d1fff00 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000055`1d1fff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000055`1c1fec70 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000055`1c1fecb0 00007ff7`8064afcc     postgres!ExceptionalCondition(
00000055`1c1fecf0 00007ff7`8064a62c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000055`1c1fed40 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000055`1c1fed90 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000055`1c1ff6b0 00007ff7`804fe7e8     postgres!PostmasterMain(
00000055`1c1ff840 00007ff7`80af9ba9     postgres!main(
00000055`1c1ff880 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000055`1c1ff8d0 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000055`1c1ff940 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000055`1c5ff4b8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000055`1c5ff4c0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000055`1c5ff7b0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000055`1c5ff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000055`1c9ff968 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000055`1c9ff970 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
00000055`1c9ffc60 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000055`1c9ffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000055`1cdffa08 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
00000055`1cdffa10 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
00000055`1cdffa80 00007fff`eed74cb0     postgres!pg_signal_thread(
00000055`1cdffb80 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000055`1cdffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006d`de9ff9b8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006d`de9ff9c0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000006d`de9ffcb0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000006d`de9ffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006d`df5ff8a8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006d`df5ff8b0 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000006d`df5ffba0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000006d`df5ffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006d`df1ff7f8 00007fff`ef26b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006d`df1ff800 00007fff`eed74cb0     ntdll!TppWorkerThread+0x2df
0000006d`df1ffaf0 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000006d`df1ffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006d`dedffbe8 00007fff`ecd345ca     ntdll!NtFsControlFile+0x14
0000006d`dedffbf0 00007ff7`806362db     KERNELBASE!ConnectNamedPipe+0x6a
0000006d`dedffc60 00007fff`eed74cb0     postgres!pg_signal_thread(
0000006d`dedffd60 00007fff`ef2dedcb     KERNEL32!BaseThreadInitThunk+0x10
0000006d`dedffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006d`de5feb70 00007ff7`80984158     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000006d`de5febb0 00007ff7`8064afcc     postgres!ExceptionalCondition(
0000006d`de5febf0 00007ff7`8064a6dc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000006d`de5fec40 00007ff7`8064b5d7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000006d`de5fec90 00007ff7`80648ccc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000006d`de5ff5b0 00007ff7`804fe7e8     postgres!PostmasterMain(
0000006d`de5ff740 00007ff7`80af9ba9     postgres!main(
0000006d`de5ff780 00007ff7`80af9afe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000006d`de5ff7d0 00007ff7`80af99be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000006d`de5ff840 00007ff7`80af9c1e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
tap
[10:11:04.867](1.598s) Bail out!  pg_ctl stop failed
tap
[10:10:59.934](1.235s) Bail out!  pg_ctl stop failed
tap
[10:11:01.923](1.276s) Bail out!  pg_ctl restart failed
tap
[10:11:04.661](1.251s) Bail out!  pg_ctl stop failed
tap
[10:11:15.361](12.958s) Bail out!  pg_ctl stop failed
tap
[10:11:18.399](1.225s) Bail out!  pg_ctl restart failed
tap
[10:12:46.588](1.216s) Bail out!  pg_ctl stop failed
tap
[10:18:19.758](309.315s) # poll_query_until timed out executing this query:
[10:18:19.761](0.002s) not ok 2 - ensure checksums are enabled
[10:23:22.711](302.467s) # poll_query_until timed out executing this query:
[10:23:22.714](0.003s) not ok 7 - ensure checksums are enabled
[10:23:23.887](1.108s) Bail out!  pg_ctl stop failed
tap
[10:18:20.384](309.607s) # poll_query_until timed out executing this query:
[10:18:20.387](0.003s) not ok 3 - ensure checksums aren't enabled yet
tap
[10:18:22.338](308.532s) # poll_query_until timed out executing this query:
[10:18:22.340](0.002s) not ok 3 - ensure checksums are in progress on primary
[10:23:25.435](303.095s) # poll_query_until timed out executing this query:
[10:23:25.438](0.003s) not ok 4 - ensure standby has absorbed the inprogress-on barrier
[10:23:25.503](0.064s) not ok 5 - ensure checksums are on, or in progress, on standby_1
[10:28:28.660](303.157s) # poll_query_until timed out executing this query:
[10:28:28.662](0.002s) not ok 6 - ensure checksums are enabled on the primary
tap
[10:13:14.436](1.192s) Bail out!  pg_ctl stop failed
tap
[10:12:48.419](1.345s) Bail out!  pg_ctl stop failed
tap
[10:12:52.207](1.173s) Bail out!  pg_ctl restart failed
tap
[10:12:52.756](5.603s) Bail out!  pg_ctl restart failed
tap
[10:12:50.846](1.221s) Bail out!  pg_ctl stop failed
tap
[10:12:52.301](1.239s) Bail out!  pg_ctl restart failed
tap
[10:12:55.548](1.177s) Bail out!  pg_ctl stop failed
tap
[10:08:31.731](1.167s) Bail out!  pg_ctl stop failed
tap
[10:08:32.309](1.280s) Bail out!  pg_ctl stop failed
tap
[10:08:30.948](1.298s) Bail out!  pg_ctl restart failed
tap
[10:08:38.826](1.427s) Bail out!  pg_ctl stop failed
tap
[10:08:38.774](7.284s) Bail out!  pg_ctl stop failed
tap
[10:08:41.503](1.493s) Bail out!  pg_ctl restart failed
tap
[10:09:03.663](17.680s) Bail out!  pg_ctl stop failed
tap
[10:08:50.031](0.000s) not ok 23 - data_checksums=on is reported on an offline cluster stdout /(?^:^on$)/
[10:08:51.614](1.424s) Bail out!  pg_ctl stop failed
tap
[10:09:04.851](1.251s) Bail out!  pg_ctl restart failed
tap
[10:09:19.537](1.709s) not ok 17 - pg_ctl stop
[10:09:21.009](1.266s) not ok 25 - pg_ctl restart with server running
[10:09:21.022](0.013s) Bail out!  command "pg_ctl stop -D C:\cirrus\build\testrun\pg_ctl\001_start_stop\data\tmp_test_j0...
tap
[10:09:18.283](1.158s) Bail out!  command "pg_ctl stop -D C:\cirrus\build/testrun/pg_ctl/002_status\data/t_002_status_ma...
tap
[10:09:55.500](1.345s) Bail out!  pg_ctl stop failed
tap
[10:11:08.687](1.116s) Bail out!  pg_ctl restart failed
tap
[10:09:35.626](1.332s) Bail out!  pg_ctl stop failed
tap
[10:09:53.122](1.386s) Bail out!  pg_ctl stop failed
tap
[10:09:55.548](19.394s) Bail out!  pg_ctl stop failed
tap
[10:09:49.867](4.974s) Bail out!  pg_ctl stop failed
tap
[10:09:54.325](6.705s) Bail out!  pg_ctl stop failed
tap
[10:09:57.051](4.852s) Bail out!  pg_ctl stop failed
tap
[10:10:22.114](26.221s) Bail out!  pg_ctl stop failed
tap
[10:10:03.797](7.645s) Bail out!  pg_ctl stop failed
tap
[10:10:11.513](15.344s) Bail out!  pg_ctl stop failed
tap
[10:10:03.438](5.778s) Bail out!  pg_ctl stop failed
tap
[10:11:08.907](1.111s) Bail out!  pg_ctl restart failed
tap
[10:06:21.115](2.518s) Bail out!  pg_ctl stop failed
tap
[10:04:27.474](7.386s) Bail out!  pg_ctl stop failed
tap
[10:04:27.776](4.746s) Bail out!  pg_ctl stop failed
tap
[10:10:17.105](1.264s) Bail out!  pg_ctl stop failed
tap
[10:11:13.764](1.210s) Bail out!  pg_ctl stop failed
tap
[10:11:12.271](1.689s) Bail out!  pg_ctl stop failed
tap
[10:10:22.629](3.883s) Bail out!  pg_ctl stop failed
tap
[10:11:05.934](1.602s) Bail out!  pg_ctl stop failed
tap
[10:11:22.499](1.218s) Bail out!  pg_ctl stop failed
tap
[10:04:36.193](17.748s) Bail out!  pg_ctl stop failed
tap
[10:04:30.941](2.011s) Bail out!  pg_ctl stop failed
tap
[10:04:49.536](20.685s) Bail out!  pg_ctl stop failed
tap
[10:04:40.003](1.704s) Bail out!  pg_ctl restart failed
tap
[10:05:02.901](1.518s) Bail out!  pg_ctl stop failed
tap
[10:05:18.809](38.183s) Bail out!  pg_ctl restart failed
tap
[10:05:09.361](4.777s) Bail out!  pg_ctl stop failed
tap
[10:05:02.572](5.333s) Bail out!  pg_ctl stop failed
tap
[10:05:18.606](15.430s) Bail out!  pg_ctl stop failed
tap
[10:05:16.931](2.552s) Bail out!  pg_ctl stop failed
tap
[10:05:32.007](19.668s) Bail out!  pg_ctl stop failed
tap
[10:05:37.644](20.084s) Bail out!  pg_ctl stop failed
tap
[10:05:24.853](3.160s) Bail out!  pg_ctl stop failed
tap
[10:05:43.357](16.480s) Bail out!  pg_ctl stop failed
tap
[10:05:29.440](1.328s) Bail out!  pg_ctl stop failed
tap
[10:05:43.700](3.555s) Bail out!  pg_ctl stop failed
tap
[10:05:52.856](1.815s) Bail out!  pg_ctl stop failed
tap
[10:05:57.289](15.999s) Bail out!  pg_ctl restart failed
tap
[10:05:58.041](1.863s) Bail out!  pg_ctl stop failed
tap
[10:08:04.934](1.569s) Bail out!  pg_ctl restart failed
tap
[10:06:15.374](1.954s) Bail out!  pg_ctl stop failed
tap
[10:06:05.553](1.401s) Bail out!  pg_ctl stop failed
tap
[10:06:21.882](1.674s) Bail out!  pg_ctl restart failed
tap
[10:06:31.090](2.313s) Bail out!  pg_ctl restart failed
tap
[10:06:26.226](3.180s) Bail out!  pg_ctl stop failed
tap
[10:06:29.339](11.733s) Bail out!  pg_ctl stop failed
tap
[10:06:27.242](4.687s) Bail out!  pg_ctl stop failed
tap
[10:06:50.225](1.657s) Bail out!  pg_ctl stop failed
tap
[10:06:31.106](4.364s) Bail out!  pg_ctl stop failed
tap
[10:06:39.739](1.885s) Bail out!  pg_ctl restart failed
tap
[10:06:38.951](2.842s) Bail out!  pg_ctl stop failed
tap
[10:07:09.797](1.892s) Bail out!  pg_ctl stop failed
tap
[10:06:46.987](1.739s) Bail out!  pg_ctl stop failed
tap
[10:06:49.897](1.235s) Bail out!  pg_ctl stop failed
tap
[10:12:55.046](1.145s) Bail out!  pg_ctl stop failed
tap
[10:13:16.255](4.076s) Bail out!  pg_ctl restart failed
tap
[10:13:18.932](5.762s) Bail out!  pg_ctl restart failed
tap
[10:13:20.670](5.755s) Bail out!  pg_ctl restart failed
tap
[10:11:41.392](2.165s) Bail out!  pg_ctl stop failed
tap
[10:11:31.857](1.313s) Bail out!  pg_ctl stop failed
tap
[10:11:32.232](1.188s) Bail out!  pg_ctl stop failed
tap
[10:11:34.455](1.300s) Bail out!  pg_ctl stop failed
tap
[10:11:36.725](1.189s) Bail out!  pg_ctl stop failed
tap
[10:11:39.792](1.235s) Bail out!  pg_ctl stop failed
tap
[10:11:39.917](1.254s) Bail out!  pg_ctl stop failed
tap
[10:11:43.176](1.253s) Bail out!  pg_ctl stop failed
tap
[10:11:43.114](1.237s) Bail out!  pg_ctl stop failed
tap
[10:12:20.746](1.188s) Bail out!  pg_ctl restart failed
tap
[10:11:58.154](1.280s) Bail out!  pg_ctl stop failed
tap
[10:12:05.840](1.250s) Bail out!  pg_ctl stop failed
tap
[10:12:00.097](1.614s) Bail out!  pg_ctl stop failed
tap
[10:12:07.012](1.172s) Bail out!  pg_ctl stop failed
tap
[10:12:12.101](1.203s) Bail out!  pg_ctl stop failed
tap
[10:12:06.621](1.291s) Bail out!  pg_ctl stop failed
tap
[10:12:08.251](1.244s) Bail out!  pg_ctl stop failed
tap
[10:12:12.805](4.241s) Bail out!  pg_ctl restart failed
tap
[10:12:28.351](1.282s) Bail out!  pg_ctl stop failed
tap
[10:12:17.052](1.361s) Bail out!  pg_ctl stop failed
tap
[10:12:17.443](1.234s) Bail out!  pg_ctl stop failed
tap
[10:12:25.064](1.252s) Bail out!  pg_ctl stop failed
tap
[10:12:27.100](1.439s) Bail out!  pg_ctl stop failed
tap
[10:12:45.759](1.358s) Bail out!  pg_ctl stop failed
tap
[10:12:32.841](1.332s) Bail out!  pg_ctl stop failed
tap
[10:12:40.198](1.394s) Bail out!  pg_ctl restart failed
tap
[10:13:02.232](2.056s) Bail out!  pg_ctl stop failed
tap
[10:12:53.791](1.969s) Bail out!  pg_ctl stop failed
tap
[10:12:41.027](1.643s) Bail out!  pg_ctl stop failed
tap
[10:12:57.036](1.217s) Bail out!  pg_ctl stop failed
tap
[10:11:12.491](2.972s) Bail out!  pg_ctl stop failed
tap
[10:13:04.642](1.596s) Bail out!  pg_ctl stop failed
tap
[10:13:01.229](1.219s) Bail out!  pg_ctl stop failed
tap
[10:13:05.710](1.379s) Bail out!  pg_ctl stop failed
tap
[10:13:12.601](1.223s) Bail out!  pg_ctl stop failed
tap
[10:13:09.345](2.280s) Bail out!  pg_ctl stop failed
tap
[10:13:10.035](2.323s) Bail out!  pg_ctl restart failed
test
[10:29:47.375]   5/313 postgresql:pg_upgrade / pg_upgrade/003_logical_slots                            ERROR            ...
[10:29:47.375]   6/313 postgresql:pg_upgrade / pg_upgrade/004_subscription                             ERROR            ...
[10:29:47.375]   7/313 postgresql:recovery / recovery/003_recovery_targets                             ERROR            ...
[10:29:47.375]   8/313 postgresql:recovery / recovery/001_stream_rep                                   ERROR            ...
[10:29:47.375]   9/313 postgresql:recovery / recovery/006_logical_decoding                             ERROR            ...
[10:29:47.375]  11/313 postgresql:recovery / recovery/004_timeline_switch                              ERROR            ...
[10:29:47.375]  12/313 postgresql:recovery / recovery/010_logical_decoding_timelines                   ERROR            ...
[10:29:47.375]  14/313 postgresql:recovery / recovery/007_sync_rep                                     ERROR            ...
[10:29:47.375]  15/313 postgresql:recovery / recovery/009_twophase                                     ERROR            ...
[10:29:47.375]  16/313 postgresql:recovery / recovery/014_unlogged_reinit                              ERROR            ...
[10:29:47.375]  17/313 postgresql:recovery / recovery/012_subtransactions                              ERROR            ...
[10:29:47.375]  18/313 postgresql:recovery / recovery/008_fsm_truncation                               ERROR            ...
[10:29:47.375]  20/313 postgresql:recovery / recovery/018_wal_optimize                                 ERROR            ...
[10:29:47.375]  21/313 postgresql:recovery / recovery/020_archive_status                               ERROR            ...
[10:29:47.375]  22/313 postgresql:recovery / recovery/015_promotion_pages                              ERROR            ...
[10:29:47.375]  24/313 postgresql:recovery / recovery/016_min_consistency                              ERROR            ...
[10:29:47.375]  25/313 postgresql:recovery / recovery/019_replslot_limit                               ERROR            ...
[10:29:47.375]  26/313 postgresql:recovery / recovery/021_row_visibility                               ERROR            ...
[10:29:47.375]  27/313 postgresql:recovery / recovery/023_pitr_prepared_xact                           ERROR            ...
[10:29:47.375]  28/313 postgresql:recovery / recovery/024_archive_recovery                             ERROR            ...
[10:29:47.375]  29/313 postgresql:recovery / recovery/026_overwrite_contrecord                         ERROR            ...
[10:29:47.375]  30/313 postgresql:regress / regress/regress                                            ERROR           1...
[10:29:47.375]  31/313 postgresql:recovery / recovery/029_stats_restart                                ERROR            ...
[10:29:47.375]  33/313 postgresql:recovery / recovery/028_pitr_timelines                               ERROR            ...
[10:29:47.375]  34/313 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[10:29:47.375]  35/313 postgresql:recovery / recovery/030_stats_cleanup_replica                        ERROR            ...
[10:29:47.375]  36/313 postgresql:isolation / isolation/isolation                                      ERROR           1...
[10:29:47.375]  37/313 postgresql:recovery / recovery/034_create_database                              ERROR            ...
[10:29:47.375]  38/313 postgresql:recovery / recovery/032_relfilenode_reuse                            ERROR            ...
[10:29:47.375]  39/313 postgresql:recovery / recovery/036_truncated_dropped                            ERROR            ...
[10:29:47.375]  40/313 postgresql:recovery / recovery/033_replay_tsp_drops                             ERROR            ...
[10:29:47.375]  41/313 postgresql:recovery / recovery/031_recovery_conflict                            ERROR            ...
[10:29:47.375]  43/313 postgresql:recovery / recovery/039_end_of_wal                                   ERROR            ...
[10:29:47.375]  44/313 postgresql:recovery / recovery/038_save_logical_slots_shutdown                  ERROR            ...
[10:29:47.375]  45/313 postgresql:recovery / recovery/041_checkpoint_at_promote                        ERROR            ...
[10:29:47.375]  46/313 postgresql:plpgsql / plpgsql/regress                                            ERROR            ...
[10:29:47.375]  47/313 postgresql:recovery / recovery/042_low_level_backup                             ERROR            ...
[10:29:47.375]  48/313 postgresql:plperl / plperl/regress                                              ERROR            ...
[10:29:47.375]  49/313 postgresql:recovery / recovery/035_standby_logical_decoding                     ERROR            ...
[10:29:47.375]  50/313 postgresql:basic_archive / basic_archive/regress                                ERROR            ...
[10:29:47.375]  51/313 postgresql:bloom / bloom/regress                                                ERROR            ...
[10:29:47.375]  52/313 postgresql:bool_plperl / bool_plperl/regress                                    ERROR            ...
[10:29:47.375]  53/313 postgresql:plpython / plpython/regress                                          ERROR            ...
[10:29:47.375]  54/313 postgresql:citext / citext/regress                                              ERROR            ...
[10:29:47.375]  55/313 postgresql:amcheck / amcheck/regress                                            ERROR            ...
[10:29:47.375]  56/313 postgresql:cube / cube/regress                                                  ERROR            ...
[10:29:47.375]  57/313 postgresql:dict_int / dict_int/regress                                          ERROR            ...
[10:29:47.375]  58/313 postgresql:btree_gin / btree_gin/regress                                        ERROR            ...
[10:29:47.375]  59/313 postgresql:dict_xsyn / dict_xsyn/regress                                        ERROR            ...
[10:29:47.375]  60/313 postgresql:dblink / dblink/regress                                              ERROR            ...
[10:29:47.375]  61/313 postgresql:btree_gist / btree_gist/regress                                      ERROR            ...
[10:29:47.375]  62/313 postgresql:file_fdw / file_fdw/regress                                          ERROR            ...
[10:29:47.375]  63/313 postgresql:earthdistance / earthdistance/regress                                ERROR            ...
[10:29:47.375]  64/313 postgresql:recovery / recovery/040_standby_failover_slots_sync                  ERROR            ...
[10:29:47.375]  65/313 postgresql:fuzzystrmatch / fuzzystrmatch/regress                                ERROR            ...
[10:29:47.377]  66/313 postgresql:hstore_plpython / hstore_plpython/regress                            ERROR            ...
[10:29:47.377]  67/313 postgresql:hstore_plperl / hstore_plperl/regress                                ERROR            ...
[10:29:47.377]  68/313 postgresql:isn / isn/regress                                                    ERROR            ...
[10:29:47.377]  69/313 postgresql:hstore / hstore/regress                                              ERROR            ...
[10:29:47.377]  70/313 postgresql:jsonb_plperl / jsonb_plperl/regress                                  ERROR            ...
[10:29:47.377]  71/313 postgresql:jsonb_plpython / jsonb_plpython/regress                              ERROR            ...
[10:29:47.377]  72/313 postgresql:lo / lo/regress                                                      ERROR            ...
[10:29:47.377]  73/313 postgresql:ltree / ltree/regress                                                ERROR            ...
[10:29:47.377]  74/313 postgresql:ltree_plpython / ltree_plpython/regress                              ERROR            ...
[10:29:47.377]  75/313 postgresql:pg_freespacemap / pg_freespacemap/regress                            ERROR            ...
[10:29:47.377]  76/313 postgresql:passwordcheck / passwordcheck/regress                                ERROR            ...
[10:29:47.377]  77/313 postgresql:intarray / intarray/regress                                          ERROR            ...
[10:29:47.377]  78/313 postgresql:pg_buffercache / pg_buffercache/regress                              ERROR            ...
[10:29:47.377]  79/313 postgresql:pageinspect / pageinspect/regress                                    ERROR            ...
[10:29:47.377]  80/313 postgresql:pg_logicalinspect / pg_logicalinspect/isolation                      ERROR            ...
[10:29:47.377]  81/313 postgresql:pgstattuple / pgstattuple/regress                                    ERROR            ...
[10:29:47.377]  82/313 postgresql:pgrowlocks / pgrowlocks/isolation                                    ERROR            ...
[10:29:47.377]  83/313 postgresql:pg_surgery / pg_surgery/regress                                      ERROR            ...
[10:29:47.377]  84/313 postgresql:pgcrypto / pgcrypto/regress                                          ERROR            ...
[10:29:47.377]  85/313 postgresql:pg_visibility / pg_visibility/regress                                ERROR            ...
[10:29:47.377]  86/313 postgresql:pg_walinspect / pg_walinspect/regress                                ERROR            ...
[10:29:47.377]  87/313 postgresql:pg_trgm / pg_trgm/regress                                            ERROR            ...
[10:29:47.377]  88/313 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
[10:29:47.377]  89/313 postgresql:seg / seg/regress                                                    ERROR            ...
[10:29:47.377]  90/313 postgresql:tablefunc / tablefunc/regress                                        ERROR            ...
[10:29:47.377]  91/313 postgresql:tcn / tcn/isolation                                                  ERROR            ...
[10:29:47.377]  92/313 postgresql:tsm_system_rows / tsm_system_rows/regress                            ERROR            ...
[10:29:47.377]  93/313 postgresql:postgres_fdw / postgres_fdw/regress                                  ERROR            ...
[10:29:47.377]  94/313 postgresql:tsm_system_time / tsm_system_time/regress                            ERROR            ...
[10:29:47.377]  95/313 postgresql:unaccent / unaccent/regress                                          ERROR            ...
[10:29:47.377]  96/313 postgresql:brin / brin/isolation                                                ERROR            ...
[10:29:47.377]  97/313 postgresql:commit_ts / commit_ts/regress                                        ERROR            ...
[10:29:47.377]  98/313 postgresql:dummy_index_am / dummy_index_am/regress                              ERROR            ...
[10:29:47.377]  99/313 postgresql:test_decoding / test_decoding/isolation                              ERROR            ...
[10:29:47.377] 100/313 postgresql:delay_execution / delay_execution/isolation                          ERROR            ...
[10:29:47.377] 101/313 postgresql:dummy_seclabel / dummy_seclabel/regress                              ERROR            ...
[10:29:47.377] 102/313 postgresql:injection_points / injection_points/regress                          ERROR            ...
[10:29:47.377] 103/313 postgresql:gin / gin/regress                                                    ERROR            ...
[10:29:47.377] 104/313 postgresql:plsample / plsample/regress                                          ERROR            ...
[10:29:47.377] 105/313 postgresql:spgist_name_ops / spgist_name_ops/regress                            ERROR            ...
[10:29:47.377] 106/313 postgresql:injection_points / injection_points/isolation                        ERROR            ...
[10:29:47.377] 108/313 postgresql:test_copy_callbacks / test_copy_callbacks/regress                    ERROR            ...
[10:29:47.377] 107/313 postgresql:test_bloomfilter / test_bloomfilter/regress                          ERROR            ...
[10:29:47.377] 109/313 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
[10:29:47.377] 110/313 postgresql:test_decoding / test_decoding/regress                                ERROR            ...
[10:29:47.377] 111/313 postgresql:test_dsa / test_dsa/regress                                          ERROR            ...
[10:29:47.377] 112/313 postgresql:test_dsm_registry / test_dsm_registry/regress                        ERROR            ...
[10:29:47.377] 113/313 postgresql:test_ginpostinglist / test_ginpostinglist/regress                    ERROR            ...
[10:29:47.377] 114/313 postgresql:test_lfind / test_lfind/regress                                      ERROR            ...
[10:29:47.377] 115/313 postgresql:test_parser / test_parser/regress                                    ERROR            ...
[10:29:47.377] 116/313 postgresql:test_ddl_deparse / test_ddl_deparse/regress                          ERROR            ...
[10:29:47.377] 117/313 postgresql:test_extensions / test_extensions/regress                            ERROR            ...
[10:29:47.377] 118/313 postgresql:test_pg_dump / test_pg_dump/regress                                  ERROR            ...
[10:29:47.377] 119/313 postgresql:test_oat_hooks / test_oat_hooks/regress                              ERROR            ...
[10:29:47.377] 120/313 postgresql:test_predtest / test_predtest/regress                                ERROR            ...
[10:29:47.377] 121/313 postgresql:test_radixtree / test_radixtree/regress                              ERROR            ...
[10:29:47.377] 122/313 postgresql:test_rbtree / test_rbtree/regress                                    ERROR            ...
[10:29:47.377] 123/313 postgresql:test_regex / test_regex/regress                                      ERROR            ...
[10:29:47.377] 124/313 postgresql:test_rls_hooks / test_rls_hooks/regress                              ERROR            ...
[10:29:47.377] 125/313 postgresql:test_resowner / test_resowner/regress                                ERROR            ...
[10:29:47.377] 126/313 postgresql:test_integerset / test_integerset/regress                            ERROR            ...
[10:29:47.377] 127/313 postgresql:test_slru / test_slru/regress                                        ERROR            ...
[10:29:47.377] 128/313 postgresql:test_tidstore / test_tidstore/regress                                ERROR            ...
[10:29:47.455] 130/313 postgresql:test_shm_mq / test_shm_mq/regress                                    ERROR            ...
[10:29:47.455] 131/313 postgresql:typcache / typcache/regress                                          ERROR            ...
[10:29:47.455] 132/313 postgresql:unsafe_tests / unsafe_tests/regress                                  ERROR            ...
[10:29:47.455] 135/313 postgresql:libpq / libpq/005_negotiate_encryption                               ERROR            ...
[10:29:47.455] 137/313 postgresql:libpq / libpq/003_load_balance_host_list                             ERROR            ...
[10:29:47.455] 138/313 postgresql:libpq / libpq/004_load_balance_dns                                   ERROR            ...
[10:29:47.455] 140/313 postgresql:pg_amcheck / pg_amcheck/004_verify_heapam                            ERROR            ...
[10:29:47.455] 141/313 postgresql:pg_amcheck / pg_amcheck/003_check                                    ERROR            ...
[10:29:47.455] 145/313 postgresql:pg_basebackup / pg_basebackup/010_pg_basebackup                      ERROR            ...
[10:29:47.455] 148/313 postgresql:ecpg / ecpg/ecpg                                                     ERROR            ...
[10:29:47.455] 149/313 postgresql:pg_checksums / pg_checksums/002_actions                              ERROR            ...
[10:29:47.455] 153/313 postgresql:pg_combinebackup / pg_combinebackup/007_wal_level_minimal            ERROR            ...
[10:29:47.455] 154/313 postgresql:pg_basebackup / pg_basebackup/040_pg_createsubscriber                ERROR            ...
[10:29:47.455] 158/313 postgresql:pg_ctl / pg_ctl/002_status                                           ERROR            ...
[10:29:47.455] 161/313 postgresql:pg_ctl / pg_ctl/001_start_stop                                       ERROR            ...
[10:29:47.455] 169/313 postgresql:pg_resetwal / pg_resetwal/001_basic                                  ERROR            ...
[10:29:47.455] 172/313 postgresql:pg_rewind / pg_rewind/003_extrafiles                                 ERROR            ...
[10:29:47.455] 173/313 postgresql:pg_rewind / pg_rewind/001_basic                                      ERROR            ...
[10:29:47.455] 175/313 postgresql:pg_dump / pg_dump/002_pg_dump                                        ERROR            ...
[10:29:47.455] 176/313 postgresql:pg_rewind / pg_rewind/004_pg_xlog_symlink                            ERROR            ...
[10:29:47.455] 177/313 postgresql:pg_rewind / pg_rewind/002_databases                                  ERROR            ...
[10:29:47.455] 179/313 postgresql:pg_rewind / pg_rewind/005_same_timeline                              ERROR            ...
[10:29:47.455] 183/313 postgresql:pg_rewind / pg_rewind/010_keep_recycled_wals                         ERROR            ...
[10:29:47.455] 184/313 postgresql:pg_rewind / pg_rewind/008_min_recovery_point                         ERROR            ...
[10:29:47.455] 186/313 postgresql:pg_rewind / pg_rewind/009_growing_files                              ERROR            ...
[10:29:47.455] 189/313 postgresql:pg_verifybackup / pg_verifybackup/007_wal                            ERROR            ...
[10:29:47.455] 194/313 postgresql:pg_waldump / pg_waldump/001_basic                                    ERROR            ...
[10:29:47.455] 195/313 postgresql:pg_rewind / pg_rewind/007_standby_source                             ERROR            ...
[10:29:47.455] 216/313 postgresql:amcheck / amcheck/002_cic                                            ERROR            ...
[10:29:47.455] 217/313 postgresql:amcheck / amcheck/003_cic_2pc                                        ERROR            ...
[10:29:47.455] 220/313 postgresql:amcheck / amcheck/004_verify_nbtree_unique                           ERROR            ...
[10:29:47.455] 221/313 postgresql:amcheck / amcheck/001_verify_heapam                                  ERROR            ...
[10:29:47.455] 223/313 postgresql:pgbench / pgbench/001_pgbench_with_server                            ERROR            ...
[10:29:47.455] 225/313 postgresql:pg_prewarm / pg_prewarm/001_basic                                    ERROR            ...
[10:29:47.455] 226/313 postgresql:pg_stat_statements / pg_stat_statements/010_restart                  ERROR            ...
[10:29:47.455] 227/313 postgresql:pg_visibility / pg_visibility/002_corrupt_vm                         ERROR            ...
[10:29:47.455] 228/313 postgresql:test_decoding / test_decoding/001_repl_stats                         ERROR            ...
[10:29:47.455] 231/313 postgresql:pg_visibility / pg_visibility/001_concurrent_transaction             ERROR            ...
[10:29:47.455] 232/313 postgresql:amcheck / amcheck/005_pitr                                           ERROR            ...
[10:29:47.455] 235/313 postgresql:authentication / authentication/004_file_inclusion                   ERROR            ...
[10:29:47.455] 237/313 postgresql:postmaster / postmaster/002_start_stop                               ERROR            ...
[10:29:47.455] 241/313 postgresql:subscription / subscription/002_types                                ERROR            ...
[10:29:47.455] 242/313 postgresql:subscription / subscription/003_constraints                          ERROR            ...
[10:29:47.455] 243/313 postgresql:subscription / subscription/004_sync                                 ERROR            ...
[10:29:47.455] 244/313 postgresql:subscription / subscription/005_encoding                             ERROR            ...
[10:29:47.455] 245/313 postgresql:subscription / subscription/006_rewrite                              ERROR            ...
[10:29:47.455] 246/313 postgresql:subscription / subscription/007_ddl                                  ERROR            ...
[10:29:47.455] 247/313 postgresql:subscription / subscription/001_rep_changes                          ERROR            ...
[10:29:47.455] 249/313 postgresql:subscription / subscription/009_matviews                             ERROR            ...
[10:29:47.455] 250/313 postgresql:subscription / subscription/008_diff_schema                          ERROR            ...
[10:29:47.455] 253/313 postgresql:subscription / subscription/014_binary                               ERROR            ...
[10:29:47.455] 255/313 postgresql:subscription / subscription/016_stream_subxact                       ERROR            ...
[10:29:47.455] 256/313 postgresql:subscription / subscription/015_stream                               ERROR            ...
[10:29:47.455] 257/313 postgresql:subscription / subscription/019_stream_subxact_ddl_abort             ERROR            ...
[10:29:47.455] 258/313 postgresql:subscription / subscription/017_stream_ddl                           ERROR            ...
[10:29:47.455] 259/313 postgresql:subscription / subscription/020_messages                             ERROR            ...
[10:29:47.455] 260/313 postgresql:subscription / subscription/018_stream_subxact_abort                 ERROR            ...
[10:29:47.455] 261/313 postgresql:subscription / subscription/021_twophase                             ERROR            ...
[10:29:47.455] 262/313 postgresql:subscription / subscription/023_twophase_stream                      ERROR            ...
[10:29:47.455] 263/313 postgresql:subscription / subscription/024_add_drop_pub                         ERROR            ...
[10:29:47.455] 264/313 postgresql:subscription / subscription/013_partition                            ERROR            ...
[10:29:47.455] 265/313 postgresql:subscription / subscription/025_rep_changes_for_schema               ERROR            ...
[10:29:47.455] 266/313 postgresql:recovery / recovery/013_crash_restart                                ERROR           4...
[10:29:47.455] 267/313 postgresql:subscription / subscription/026_stats                                ERROR            ...
[10:29:47.455] 268/313 postgresql:subscription / subscription/022_twophase_cascade                     ERROR            ...
[10:29:47.455] 269/313 postgresql:subscription / subscription/029_on_error                             ERROR            ...
[10:29:47.455] 270/313 postgresql:subscription / subscription/100_bugs                                 ERROR            ...
[10:29:47.455] 271/313 postgresql:subscription / subscription/030_origin                               ERROR            ...
[10:29:47.455] 274/313 postgresql:brin / brin/01_workitems                                             ERROR            ...
[10:29:47.455] 275/313 postgresql:subscription / subscription/028_row_filter                           ERROR            ...
[10:29:47.455] 276/313 postgresql:commit_ts / commit_ts/001_base                                       ERROR            ...
[10:29:47.455] 277/313 postgresql:commit_ts / commit_ts/004_restart                                    ERROR            ...
[10:29:47.455] 279/313 postgresql:injection_points / injection_points/001_stats                        ERROR            ...
[10:29:47.455] 280/313 postgresql:commit_ts / commit_ts/002_standby                                    ERROR            ...
[10:29:47.455] 281/313 postgresql:commit_ts / commit_ts/003_standby_2                                  ERROR            ...
[10:29:47.455] 282/313 postgresql:subscription / subscription/032_subscribe_use_index                  ERROR            ...
[10:29:47.455] 283/313 postgresql:ssl_passphrase_callback / ssl_passphrase_callback/001_testfunc       ERROR            ...
[10:29:47.455] 284/313 postgresql:libpq_pipeline / libpq_pipeline/001_libpq_pipeline                   ERROR            ...
[10:29:47.455] 287/313 postgresql:test_custom_rmgrs / test_custom_rmgrs/001_basic                      ERROR            ...
[10:29:47.455] 289/313 postgresql:test_misc / test_misc/002_tablespace                                 ERROR            ...
[10:29:47.455] 292/313 postgresql:subscription / subscription/031_column_list                          ERROR            ...
[10:29:47.455] 293/313 postgresql:test_misc / test_misc/001_constraint_validation                      ERROR            ...
[10:29:47.455] 294/313 postgresql:test_misc / test_misc/004_io_direct                                  ERROR            ...
[10:29:47.455] 300/313 postgresql:test_slru / test_slru/001_multixact                                  ERROR            ...
[10:29:47.455] 301/313 postgresql:worker_spi / worker_spi/001_worker_spi                               ERROR            ...
[10:29:47.455] 302/313 postgresql:test_pg_dump / test_pg_dump/001_base                                 ERROR            ...
[10:29:47.455] 303/313 postgresql:checksums / checksums/004_offline                                    ERROR            ...
[10:29:47.455] 304/313 postgresql:ssl / ssl/001_ssltests                                               ERROR            ...
[10:29:47.455] 307/313 postgresql:ssl / ssl/002_scram                                                  ERROR            ...
[10:29:47.455] 308/313 postgresql:ssl / ssl/003_sslinfo                                                ERROR            ...
[10:29:47.455] 310/313 postgresql:checksums / checksums/002_restarts                                   ERROR           3...
[10:29:47.455] 311/313 postgresql:checksums / checksums/001_basic                                      ERROR           6...
[10:29:47.455] 312/313 postgresql:pg_ctl / pg_ctl/004_logrotate                                        TIMEOUT        10...
[10:29:47.455] 313/313 postgresql:checksums / checksums/003_standby_restarts                           TIMEOUT        10...
CompilerWarnings
compiler
[09:37:33.660] datachecksumsworker.c:590:67: error: format ‘%d’ expects argument of type ‘int’, but argument 5 has type ...
FreeBSD - 13 - Meson
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
core
[09:53:45.745] #0  0x000000082d12a41a in thr_kill () from /lib/libc.so.7
[09:53:45.745] #1  0x000000082d0a3e64 in raise () from /lib/libc.so.7
[09:53:45.745] #2  0x000000082d1546f9 in abort () from /lib/libc.so.7
[09:53:45.745] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:53:45.745] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:53:45.745] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:53:45.745] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:53:45.745] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82149d408) at ../src/backe...
[09:53:45.745] #8  0x00000000007d22ec in main (argc=4, argv=0x82149d408) at ../src/backend/main/main.c:196
[09:53:45.986] #0  0x000000082d1be41a in thr_kill () from /lib/libc.so.7
core
[09:53:45.995] #0  0x000000082d1be41a in thr_kill () from /lib/libc.so.7
[09:53:45.995] #1  0x000000082d137e64 in raise () from /lib/libc.so.7
[09:53:45.995] #2  0x000000082d1e86f9 in abort () from /lib/libc.so.7
[09:53:45.995] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:53:45.995] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:53:45.995] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:53:45.995] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:53:45.995] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8212742d8) at ../src/backe...
[09:53:45.995] #8  0x00000000007d22ec in main (argc=4, argv=0x8212742d8) at ../src/backend/main/main.c:196
[09:53:46.246] #0  0x0000000829ea741a in thr_kill () from /lib/libc.so.7
core
[09:53:46.256] #0  0x0000000829ea741a in thr_kill () from /lib/libc.so.7
[09:53:46.256] #1  0x0000000829e20e64 in raise () from /lib/libc.so.7
[09:53:46.256] #2  0x0000000829ed16f9 in abort () from /lib/libc.so.7
[09:53:46.256] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:53:46.256] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:53:46.256] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:53:46.256] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:53:46.256] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820bc4980) at ../src/backe...
[09:53:46.256] #8  0x00000000007d22ec in main (argc=4, argv=0x820bc4980) at ../src/backend/main/main.c:196
[09:53:46.511] #0  0x000000082a8f641a in thr_kill () from /lib/libc.so.7
core
[09:53:46.520] #0  0x000000082a8f641a in thr_kill () from /lib/libc.so.7
[09:53:46.520] #1  0x000000082a86fe64 in raise () from /lib/libc.so.7
[09:53:46.520] #2  0x000000082a9206f9 in abort () from /lib/libc.so.7
[09:53:46.520] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:53:46.520] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:53:46.520] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:53:46.520] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:53:46.520] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8214d84a8) at ../src/backe...
[09:53:46.520] #8  0x00000000007d22ec in main (argc=4, argv=0x8214d84a8) at ../src/backend/main/main.c:196
[09:53:46.769] #0  0x000000082d78241a in thr_kill () from /lib/libc.so.7
core
[09:53:46.778] #0  0x000000082d78241a in thr_kill () from /lib/libc.so.7
[09:53:46.778] #1  0x000000082d6fbe64 in raise () from /lib/libc.so.7
[09:53:46.778] #2  0x000000082d7ac6f9 in abort () from /lib/libc.so.7
[09:53:46.778] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:53:46.778] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:53:46.778] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:53:46.778] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:53:46.778] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821a6b078) at ../src/backe...
[09:53:46.778] #8  0x00000000007d22ec in main (argc=4, argv=0x821a6b078) at ../src/backend/main/main.c:196
[09:53:47.022] #0  0x000000082b28a41a in thr_kill () from /lib/libc.so.7
core
[09:53:47.032] #0  0x000000082b28a41a in thr_kill () from /lib/libc.so.7
[09:53:47.032] #1  0x000000082b203e64 in raise () from /lib/libc.so.7
[09:53:47.032] #2  0x000000082b2b46f9 in abort () from /lib/libc.so.7
[09:53:47.032] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:53:47.032] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:53:47.032] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:53:47.032] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:53:47.032] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821933900) at ../src/backe...
[09:53:47.032] #8  0x00000000007d22ec in main (argc=4, argv=0x821933900) at ../src/backend/main/main.c:196
[09:53:47.276] #0  0x000000082e8be41a in thr_kill () from /lib/libc.so.7
core
[09:53:47.285] #0  0x000000082e8be41a in thr_kill () from /lib/libc.so.7
[09:53:47.285] #1  0x000000082e837e64 in raise () from /lib/libc.so.7
[09:53:47.285] #2  0x000000082e8e86f9 in abort () from /lib/libc.so.7
[09:53:47.285] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:53:47.285] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:53:47.285] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:53:47.285] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:53:47.285] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8215ce060) at ../src/backe...
[09:53:47.285] #8  0x00000000007d22ec in main (argc=4, argv=0x8215ce060) at ../src/backend/main/main.c:196
[09:53:47.531] #0  0x000000082b0e741a in thr_kill () from /lib/libc.so.7
core
[09:53:47.541] #0  0x000000082b0e741a in thr_kill () from /lib/libc.so.7
[09:53:47.541] #1  0x000000082b060e64 in raise () from /lib/libc.so.7
[09:53:47.541] #2  0x000000082b1116f9 in abort () from /lib/libc.so.7
[09:53:47.541] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:53:47.541] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:53:47.541] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:53:47.541] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:53:47.541] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821a47820) at ../src/backe...
[09:53:47.541] #8  0x00000000007d22ec in main (argc=4, argv=0x821a47820) at ../src/backend/main/main.c:196
[09:53:47.791] #0  0x000000082aea641a in thr_kill () from /lib/libc.so.7
core
[09:53:47.800] #0  0x000000082aea641a in thr_kill () from /lib/libc.so.7
[09:53:47.800] #1  0x000000082ae1fe64 in raise () from /lib/libc.so.7
[09:53:47.800] #2  0x000000082aed06f9 in abort () from /lib/libc.so.7
[09:53:47.800] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:53:47.800] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:53:47.800] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:53:47.800] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:53:47.800] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821836168) at ../src/backe...
[09:53:47.800] #8  0x00000000007d22ec in main (argc=4, argv=0x821836168) at ../src/backend/main/main.c:196
[09:53:48.050] #0  0x000000082c1ab41a in thr_kill () from /lib/libc.so.7
core
[09:53:48.059] #0  0x000000082c1ab41a in thr_kill () from /lib/libc.so.7
[09:53:48.059] #1  0x000000082c124e64 in raise () from /lib/libc.so.7
[09:53:48.059] #2  0x000000082c1d56f9 in abort () from /lib/libc.so.7
[09:53:48.059] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:53:48.059] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:53:48.059] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:53:48.059] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:53:48.059] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821a79cc8) at ../src/backe...
[09:53:48.059] #8  0x00000000007d22ec in main (argc=4, argv=0x821a79cc8) at ../src/backend/main/main.c:196
[09:53:48.309] #0  0x000000082b9c841a in thr_kill () from /lib/libc.so.7
core
[09:53:48.318] #0  0x000000082b9c841a in thr_kill () from /lib/libc.so.7
[09:53:48.318] #1  0x000000082b941e64 in raise () from /lib/libc.so.7
[09:53:48.318] #2  0x000000082b9f26f9 in abort () from /lib/libc.so.7
[09:53:48.318] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:53:48.318] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:53:48.318] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:53:48.318] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:53:48.318] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821478c08) at ../src/backe...
[09:53:48.318] #8  0x00000000007d22ec in main (argc=4, argv=0x821478c08) at ../src/backend/main/main.c:196
[09:53:48.562] #0  0x000000082b73a41a in thr_kill () from /lib/libc.so.7
core
[09:54:31.978] #0  0x000000082f18541a in thr_kill () from /lib/libc.so.7
[09:54:31.978] #1  0x000000082f0fee64 in raise () from /lib/libc.so.7
[09:54:31.978] #2  0x000000082f1af6f9 in abort () from /lib/libc.so.7
[09:54:31.978] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:54:31.978] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:54:31.978] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:54:31.978] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:54:31.979] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8216f0460) at ../src/backe...
[09:54:31.979] #8  0x00000000007d22ec in main (argc=4, argv=0x8216f0460) at ../src/backend/main/main.c:196
[09:54:32.242] #0  0x000000082b53841a in thr_kill () from /lib/libc.so.7
core
[09:53:45.492] #0  0x000000082a89a41a in thr_kill () from /lib/libc.so.7
[09:53:45.492] #1  0x000000082a813e64 in raise () from /lib/libc.so.7
[09:53:45.492] #2  0x000000082a8c46f9 in abort () from /lib/libc.so.7
[09:53:45.492] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:53:45.492] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:53:45.492] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:53:45.492] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:53:45.492] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8211f9830) at ../src/backe...
[09:53:45.492] #8  0x00000000007d22ec in main (argc=4, argv=0x8211f9830) at ../src/backend/main/main.c:196
[09:53:45.736] #0  0x000000082d12a41a in thr_kill () from /lib/libc.so.7
core
[09:54:28.250] #0  0x000000082bdbd41a in thr_kill () from /lib/libc.so.7
[09:54:28.250] #1  0x000000082bd36e64 in raise () from /lib/libc.so.7
[09:54:28.250] #2  0x000000082bde76f9 in abort () from /lib/libc.so.7
[09:54:28.250] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:54:28.250] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:54:28.250] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:54:28.250] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:54:28.251] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8215d8088) at ../src/backe...
[09:54:28.251] #8  0x00000000007d22ec in main (argc=8, argv=0x8215d8088) at ../src/backend/main/main.c:196
[09:54:28.509] #0  0x000000082bbbd41a in thr_kill () from /lib/libc.so.7
core
[09:54:28.519] #0  0x000000082bbbd41a in thr_kill () from /lib/libc.so.7
[09:54:28.519] #1  0x000000082bb36e64 in raise () from /lib/libc.so.7
[09:54:28.519] #2  0x000000082bbe76f9 in abort () from /lib/libc.so.7
[09:54:28.519] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:54:28.519] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:54:28.519] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:54:28.519] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:54:28.519] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821146ca0) at ../src/backe...
[09:54:28.519] #8  0x00000000007d22ec in main (argc=8, argv=0x821146ca0) at ../src/backend/main/main.c:196
[09:54:28.780] #0  0x000000082d13b41a in thr_kill () from /lib/libc.so.7
core
[09:54:28.789] #0  0x000000082d13b41a in thr_kill () from /lib/libc.so.7
[09:54:28.789] #1  0x000000082d0b4e64 in raise () from /lib/libc.so.7
[09:54:28.789] #2  0x000000082d1656f9 in abort () from /lib/libc.so.7
[09:54:28.789] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:54:28.789] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:54:28.789] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:54:28.789] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:54:28.789] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821104290) at ../src/backe...
[09:54:28.789] #8  0x00000000007d22ec in main (argc=8, argv=0x821104290) at ../src/backend/main/main.c:196
[09:54:29.041] #0  0x000000082db1f41a in thr_kill () from /lib/libc.so.7
core
[09:54:29.051] #0  0x000000082db1f41a in thr_kill () from /lib/libc.so.7
[09:54:29.051] #1  0x000000082da98e64 in raise () from /lib/libc.so.7
[09:54:29.051] #2  0x000000082db496f9 in abort () from /lib/libc.so.7
[09:54:29.051] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:54:29.051] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:54:29.051] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:54:29.051] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:54:29.051] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821524fc0) at ../src/backe...
[09:54:29.051] #8  0x00000000007d22ec in main (argc=8, argv=0x821524fc0) at ../src/backend/main/main.c:196
[09:54:29.306] #0  0x000000082c76e41a in thr_kill () from /lib/libc.so.7
core
[09:54:29.315] #0  0x000000082c76e41a in thr_kill () from /lib/libc.so.7
[09:54:29.315] #1  0x000000082c6e7e64 in raise () from /lib/libc.so.7
[09:54:29.315] #2  0x000000082c7986f9 in abort () from /lib/libc.so.7
[09:54:29.315] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:54:29.315] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:54:29.315] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:54:29.315] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:54:29.316] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x82134dd98) at ../src/backe...
[09:54:29.316] #8  0x00000000007d22ec in main (argc=8, argv=0x82134dd98) at ../src/backend/main/main.c:196
[09:54:29.571] #0  0x000000082b52941a in thr_kill () from /lib/libc.so.7
core
[09:54:29.580] #0  0x000000082b52941a in thr_kill () from /lib/libc.so.7
[09:54:29.580] #1  0x000000082b4a2e64 in raise () from /lib/libc.so.7
[09:54:29.580] #2  0x000000082b5536f9 in abort () from /lib/libc.so.7
[09:54:29.580] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:54:29.580] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:54:29.580] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:54:29.580] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:54:29.580] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821acc050) at ../src/backe...
[09:54:29.580] #8  0x00000000007d22ec in main (argc=8, argv=0x821acc050) at ../src/backend/main/main.c:196
[09:54:29.833] #0  0x000000082a44541a in thr_kill () from /lib/libc.so.7
core
[09:54:29.843] #0  0x000000082a44541a in thr_kill () from /lib/libc.so.7
[09:54:29.843] #1  0x000000082a3bee64 in raise () from /lib/libc.so.7
[09:54:29.843] #2  0x000000082a46f6f9 in abort () from /lib/libc.so.7
[09:54:29.843] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:54:29.843] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:54:29.843] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:54:29.843] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:54:29.843] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821b3a0e8) at ../src/backe...
[09:54:29.843] #8  0x00000000007d22ec in main (argc=8, argv=0x821b3a0e8) at ../src/backend/main/main.c:196
[09:54:30.094] #0  0x000000082946241a in thr_kill () from /lib/libc.so.7
core
[09:54:33.078] #0  0x000000082937b41a in thr_kill () from /lib/libc.so.7
[09:54:33.078] #1  0x00000008292f4e64 in raise () from /lib/libc.so.7
[09:54:33.078] #2  0x00000008293a56f9 in abort () from /lib/libc.so.7
[09:54:33.078] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:54:33.078] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:54:33.078] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:54:33.078] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:54:33.078] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8215e3e88) at ../src/backe...
[09:54:33.078] #8  0x00000000007d22ec in main (argc=4, argv=0x8215e3e88) at ../src/backend/main/main.c:196
[09:54:33.328] #0  0x000000082a78941a in thr_kill () from /lib/libc.so.7
core
[09:54:30.103] #0  0x000000082946241a in thr_kill () from /lib/libc.so.7
[09:54:30.103] #1  0x00000008293dbe64 in raise () from /lib/libc.so.7
[09:54:30.103] #2  0x000000082948c6f9 in abort () from /lib/libc.so.7
[09:54:30.103] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:54:30.103] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:54:30.103] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:54:30.103] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:54:30.103] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821592578) at ../src/backe...
[09:54:30.103] #8  0x00000000007d22ec in main (argc=8, argv=0x821592578) at ../src/backend/main/main.c:196
[09:54:30.360] #0  0x000000082c20341a in thr_kill () from /lib/libc.so.7
core
[09:54:30.369] #0  0x000000082c20341a in thr_kill () from /lib/libc.so.7
[09:54:30.369] #1  0x000000082c17ce64 in raise () from /lib/libc.so.7
[09:54:30.369] #2  0x000000082c22d6f9 in abort () from /lib/libc.so.7
[09:54:30.369] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:54:30.369] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:54:30.369] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:54:30.369] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:54:30.369] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820d32820) at ../src/backe...
[09:54:30.369] #8  0x00000000007d22ec in main (argc=4, argv=0x820d32820) at ../src/backend/main/main.c:196
[09:54:30.629] #0  0x000000082cc6741a in thr_kill () from /lib/libc.so.7
core
[09:54:30.638] #0  0x000000082cc6741a in thr_kill () from /lib/libc.so.7
[09:54:30.638] #1  0x000000082cbe0e64 in raise () from /lib/libc.so.7
[09:54:30.638] #2  0x000000082cc916f9 in abort () from /lib/libc.so.7
[09:54:30.638] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:54:30.638] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:54:30.638] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:54:30.638] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:54:30.639] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82165a0a8) at ../src/backe...
[09:54:30.639] #8  0x00000000007d22ec in main (argc=4, argv=0x82165a0a8) at ../src/backend/main/main.c:196
[09:54:30.896] #0  0x000000082af1441a in thr_kill () from /lib/libc.so.7
core
[09:54:30.905] #0  0x000000082af1441a in thr_kill () from /lib/libc.so.7
[09:54:30.905] #1  0x000000082ae8de64 in raise () from /lib/libc.so.7
[09:54:30.905] #2  0x000000082af3e6f9 in abort () from /lib/libc.so.7
[09:54:30.905] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:54:30.905] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:54:30.905] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:54:30.905] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:54:30.905] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820cbed10) at ../src/backe...
[09:54:30.905] #8  0x00000000007d22ec in main (argc=4, argv=0x820cbed10) at ../src/backend/main/main.c:196
[09:54:31.160] #0  0x000000082d90841a in thr_kill () from /lib/libc.so.7
core
[09:54:31.170] #0  0x000000082d90841a in thr_kill () from /lib/libc.so.7
[09:54:31.170] #1  0x000000082d881e64 in raise () from /lib/libc.so.7
[09:54:31.170] #2  0x000000082d9326f9 in abort () from /lib/libc.so.7
[09:54:31.170] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:54:31.170] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:54:31.170] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:54:31.170] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:54:31.170] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820c7b4a0) at ../src/backe...
[09:54:31.170] #8  0x00000000007d22ec in main (argc=4, argv=0x820c7b4a0) at ../src/backend/main/main.c:196
[09:54:31.427] #0  0x000000082c65341a in thr_kill () from /lib/libc.so.7
core
[09:54:31.436] #0  0x000000082c65341a in thr_kill () from /lib/libc.so.7
[09:54:31.436] #1  0x000000082c5cce64 in raise () from /lib/libc.so.7
[09:54:31.436] #2  0x000000082c67d6f9 in abort () from /lib/libc.so.7
[09:54:31.436] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:54:31.436] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:54:31.436] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:54:31.436] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:54:31.437] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821819f88) at ../src/backe...
[09:54:31.437] #8  0x00000000007d22ec in main (argc=4, argv=0x821819f88) at ../src/backend/main/main.c:196
[09:54:31.701] #0  0x0000000829ea141a in thr_kill () from /lib/libc.so.7
core
[09:54:32.801] #0  0x000000082cd8a41a in thr_kill () from /lib/libc.so.7
[09:54:32.801] #1  0x000000082cd03e64 in raise () from /lib/libc.so.7
[09:54:32.801] #2  0x000000082cdb46f9 in abort () from /lib/libc.so.7
[09:54:32.801] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:54:32.801] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:54:32.801] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:54:32.801] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:54:32.801] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820c4c030) at ../src/backe...
[09:54:32.801] #8  0x00000000007d22ec in main (argc=4, argv=0x820c4c030) at ../src/backend/main/main.c:196
[09:54:33.067] #0  0x000000082937b41a in thr_kill () from /lib/libc.so.7
core
[09:54:32.528] #0  0x000000082a59541a in thr_kill () from /lib/libc.so.7
[09:54:32.528] #1  0x000000082a50ee64 in raise () from /lib/libc.so.7
[09:54:32.528] #2  0x000000082a5bf6f9 in abort () from /lib/libc.so.7
[09:54:32.528] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:54:32.528] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:54:32.528] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:54:32.528] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:54:32.528] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820c77a98) at ../src/backe...
[09:54:32.528] #8  0x00000000007d22ec in main (argc=4, argv=0x820c77a98) at ../src/backend/main/main.c:196
[09:54:32.792] #0  0x000000082cd8a41a in thr_kill () from /lib/libc.so.7
core
[09:54:31.711] #0  0x0000000829ea141a in thr_kill () from /lib/libc.so.7
[09:54:31.711] #1  0x0000000829e1ae64 in raise () from /lib/libc.so.7
[09:54:31.711] #2  0x0000000829ecb6f9 in abort () from /lib/libc.so.7
[09:54:31.711] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:54:31.711] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:54:31.711] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:54:31.711] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:54:31.711] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820ec7d58) at ../src/backe...
[09:54:31.711] #8  0x00000000007d22ec in main (argc=4, argv=0x820ec7d58) at ../src/backend/main/main.c:196
[09:54:31.969] #0  0x000000082f18541a in thr_kill () from /lib/libc.so.7
core
[09:54:32.252] #0  0x000000082b53841a in thr_kill () from /lib/libc.so.7
[09:54:32.252] #1  0x000000082b4b1e64 in raise () from /lib/libc.so.7
[09:54:32.252] #2  0x000000082b5626f9 in abort () from /lib/libc.so.7
[09:54:32.252] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:54:32.252] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:54:32.252] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:54:32.252] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:54:32.252] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8216010f8) at ../src/backe...
[09:54:32.252] #8  0x00000000007d22ec in main (argc=4, argv=0x8216010f8) at ../src/backend/main/main.c:196
[09:54:32.519] #0  0x000000082a59541a in thr_kill () from /lib/libc.so.7
core
[09:53:48.571] #0  0x000000082b73a41a in thr_kill () from /lib/libc.so.7
[09:53:48.571] #1  0x000000082b6b3e64 in raise () from /lib/libc.so.7
[09:53:48.571] #2  0x000000082b7646f9 in abort () from /lib/libc.so.7
[09:53:48.571] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:53:48.571] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:53:48.571] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:53:48.571] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:53:48.571] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821a6f250) at ../src/backe...
[09:53:48.571] #8  0x00000000007d22ec in main (argc=4, argv=0x821a6f250) at ../src/backend/main/main.c:196
[09:53:48.812] #0  0x000000082a0d541a in thr_kill () from /lib/libc.so.7
core
[09:53:48.821] #0  0x000000082a0d541a in thr_kill () from /lib/libc.so.7
[09:53:48.821] #1  0x000000082a04ee64 in raise () from /lib/libc.so.7
[09:53:48.821] #2  0x000000082a0ff6f9 in abort () from /lib/libc.so.7
[09:53:48.821] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:53:48.821] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:53:48.821] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:53:48.821] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:53:48.821] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820df92a8) at ../src/backe...
[09:53:48.821] #8  0x00000000007d22ec in main (argc=4, argv=0x820df92a8) at ../src/backend/main/main.c:196
[09:53:49.064] #0  0x000000082cc5241a in thr_kill () from /lib/libc.so.7
core
[09:53:49.073] #0  0x000000082cc5241a in thr_kill () from /lib/libc.so.7
[09:53:49.073] #1  0x000000082cbcbe64 in raise () from /lib/libc.so.7
[09:53:49.073] #2  0x000000082cc7c6f9 in abort () from /lib/libc.so.7
[09:53:49.073] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:53:49.073] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:53:49.073] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:53:49.073] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:53:49.074] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8218464e8) at ../src/backe...
[09:53:49.074] #8  0x00000000007d22ec in main (argc=4, argv=0x8218464e8) at ../src/backend/main/main.c:196
[09:53:49.315] #0  0x000000082c8ec41a in thr_kill () from /lib/libc.so.7
core
[09:53:49.324] #0  0x000000082c8ec41a in thr_kill () from /lib/libc.so.7
[09:53:49.324] #1  0x000000082c865e64 in raise () from /lib/libc.so.7
[09:53:49.324] #2  0x000000082c9166f9 in abort () from /lib/libc.so.7
[09:53:49.324] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:53:49.324] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:53:49.324] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:53:49.324] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:53:49.325] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8217bbca8) at ../src/backe...
[09:53:49.325] #8  0x00000000007d22ec in main (argc=4, argv=0x8217bbca8) at ../src/backend/main/main.c:196
[09:53:49.568] #0  0x000000082d89e41a in thr_kill () from /lib/libc.so.7
core
[09:53:49.577] #0  0x000000082d89e41a in thr_kill () from /lib/libc.so.7
[09:53:49.577] #1  0x000000082d817e64 in raise () from /lib/libc.so.7
[09:53:49.577] #2  0x000000082d8c86f9 in abort () from /lib/libc.so.7
[09:53:49.577] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:53:49.577] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:53:49.577] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:53:49.577] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:53:49.578] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8218b7950) at ../src/backe...
[09:53:49.578] #8  0x00000000007d22ec in main (argc=4, argv=0x8218b7950) at ../src/backend/main/main.c:196
[09:53:49.821] #0  0x000000082c99b41a in thr_kill () from /lib/libc.so.7
core
[09:53:49.831] #0  0x000000082c99b41a in thr_kill () from /lib/libc.so.7
[09:53:49.831] #1  0x000000082c914e64 in raise () from /lib/libc.so.7
[09:53:49.831] #2  0x000000082c9c56f9 in abort () from /lib/libc.so.7
[09:53:49.831] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:53:49.831] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:53:49.831] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:53:49.831] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:53:49.831] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821a69428) at ../src/backe...
[09:53:49.831] #8  0x00000000007d22ec in main (argc=4, argv=0x821a69428) at ../src/backend/main/main.c:196
[09:53:50.079] #0  0x000000082b2eb41a in thr_kill () from /lib/libc.so.7
core
[09:53:50.088] #0  0x000000082b2eb41a in thr_kill () from /lib/libc.so.7
[09:53:50.088] #1  0x000000082b264e64 in raise () from /lib/libc.so.7
[09:53:50.088] #2  0x000000082b3156f9 in abort () from /lib/libc.so.7
[09:53:50.088] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:53:50.088] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:53:50.088] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:53:50.088] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:53:50.089] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821141370) at ../src/backe...
[09:53:50.089] #8  0x00000000007d22ec in main (argc=4, argv=0x821141370) at ../src/backend/main/main.c:196
[09:53:50.336] #0  0x0000000829db541a in thr_kill () from /lib/libc.so.7
core
[09:53:50.345] #0  0x0000000829db541a in thr_kill () from /lib/libc.so.7
[09:53:50.345] #1  0x0000000829d2ee64 in raise () from /lib/libc.so.7
[09:53:50.345] #2  0x0000000829ddf6f9 in abort () from /lib/libc.so.7
[09:53:50.345] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:53:50.345] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:53:50.345] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:53:50.345] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:53:50.346] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820cef688) at ../src/backe...
[09:53:50.346] #8  0x00000000007d22ec in main (argc=4, argv=0x820cef688) at ../src/backend/main/main.c:196
[09:53:50.589] #0  0x000000082b0c041a in thr_kill () from /lib/libc.so.7
core
[09:53:50.598] #0  0x000000082b0c041a in thr_kill () from /lib/libc.so.7
[09:53:50.598] #1  0x000000082b039e64 in raise () from /lib/libc.so.7
[09:53:50.598] #2  0x000000082b0ea6f9 in abort () from /lib/libc.so.7
[09:53:50.598] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:53:50.598] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:53:50.598] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:53:50.598] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:53:50.598] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820db14c0) at ../src/backe...
[09:53:50.598] #8  0x00000000007d22ec in main (argc=4, argv=0x820db14c0) at ../src/backend/main/main.c:196
[09:53:50.842] #0  0x000000082c1b741a in thr_kill () from /lib/libc.so.7
core
[09:53:50.853] #0  0x000000082c1b741a in thr_kill () from /lib/libc.so.7
[09:53:50.853] #1  0x000000082c130e64 in raise () from /lib/libc.so.7
[09:53:50.853] #2  0x000000082c1e16f9 in abort () from /lib/libc.so.7
[09:53:50.853] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:53:50.853] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:53:50.853] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:53:50.853] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:53:50.853] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82109ab50) at ../src/backe...
[09:53:50.853] #8  0x00000000007d22ec in main (argc=4, argv=0x82109ab50) at ../src/backend/main/main.c:196
[09:53:51.096] #0  0x000000082d58f41a in thr_kill () from /lib/libc.so.7
core
[09:53:51.107] #0  0x000000082d58f41a in thr_kill () from /lib/libc.so.7
[09:53:51.107] #1  0x000000082d508e64 in raise () from /lib/libc.so.7
[09:53:51.107] #2  0x000000082d5b96f9 in abort () from /lib/libc.so.7
[09:53:51.107] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:53:51.107] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:53:51.107] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:53:51.107] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:53:51.107] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8213622d8) at ../src/backe...
[09:53:51.107] #8  0x00000000007d22ec in main (argc=4, argv=0x8213622d8) at ../src/backend/main/main.c:196
[09:53:51.356] #0  0x000000082a64f41a in thr_kill () from /lib/libc.so.7
core
[09:53:51.366] #0  0x000000082a64f41a in thr_kill () from /lib/libc.so.7
[09:53:51.366] #1  0x000000082a5c8e64 in raise () from /lib/libc.so.7
[09:53:51.366] #2  0x000000082a6796f9 in abort () from /lib/libc.so.7
[09:53:51.366] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:53:51.366] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:53:51.366] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:53:51.366] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:53:51.366] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820d0fb40) at ../src/backe...
[09:53:51.366] #8  0x00000000007d22ec in main (argc=4, argv=0x820d0fb40) at ../src/backend/main/main.c:196
[09:53:51.613] #0  0x000000082e29b41a in thr_kill () from /lib/libc.so.7
core
[09:53:51.622] #0  0x000000082e29b41a in thr_kill () from /lib/libc.so.7
[09:53:51.622] #1  0x000000082e214e64 in raise () from /lib/libc.so.7
[09:53:51.622] #2  0x000000082e2c56f9 in abort () from /lib/libc.so.7
[09:53:51.622] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:53:51.622] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:53:51.622] #5  0x000000000089ce35 in process_pm_child_exit () at ../src/backend/postmaster/postmaster.c:2523
[09:53:51.622] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1654
[09:53:51.623] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821b8a5a0) at ../src/backe...
[09:53:51.623] #8  0x00000000007d22ec in main (argc=4, argv=0x821b8a5a0) at ../src/backend/main/main.c:196
[09:53:51.868] #0  0x000000082a65841a in thr_kill () from /lib/libc.so.7
core
[09:53:51.877] #0  0x000000082a65841a in thr_kill () from /lib/libc.so.7
[09:53:51.877] #1  0x000000082a5d1e64 in raise () from /lib/libc.so.7
[09:53:51.877] #2  0x000000082a6826f9 in abort () from /lib/libc.so.7
[09:53:51.877] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:53:51.877] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:53:51.877] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:53:51.877] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:53:51.877] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8217c5c90) at ../src/backe...
[09:53:51.877] #8  0x00000000007d22ec in main (argc=4, argv=0x8217c5c90) at ../src/backend/main/main.c:196
[09:53:52.127] #0  0x000000082b54741a in thr_kill () from /lib/libc.so.7
core
[09:53:52.136] #0  0x000000082b54741a in thr_kill () from /lib/libc.so.7
[09:53:52.136] #1  0x000000082b4c0e64 in raise () from /lib/libc.so.7
[09:53:52.136] #2  0x000000082b5716f9 in abort () from /lib/libc.so.7
[09:53:52.136] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:53:52.136] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:53:52.136] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:53:52.136] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:53:52.136] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821896578) at ../src/backe...
[09:53:52.136] #8  0x00000000007d22ec in main (argc=4, argv=0x821896578) at ../src/backend/main/main.c:196
[09:53:52.378] #0  0x000000082b2ef41a in thr_kill () from /lib/libc.so.7
core
[09:53:52.387] #0  0x000000082b2ef41a in thr_kill () from /lib/libc.so.7
[09:53:52.387] #1  0x000000082b268e64 in raise () from /lib/libc.so.7
[09:53:52.387] #2  0x000000082b3196f9 in abort () from /lib/libc.so.7
[09:53:52.387] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:53:52.387] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:53:52.387] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:53:52.387] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:53:52.387] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8215ed820) at ../src/backe...
[09:53:52.387] #8  0x00000000007d22ec in main (argc=4, argv=0x8215ed820) at ../src/backend/main/main.c:196
[09:53:52.630] #0  0x000000082c91341a in thr_kill () from /lib/libc.so.7
core
[09:53:52.639] #0  0x000000082c91341a in thr_kill () from /lib/libc.so.7
[09:53:52.639] #1  0x000000082c88ce64 in raise () from /lib/libc.so.7
[09:53:52.639] #2  0x000000082c93d6f9 in abort () from /lib/libc.so.7
[09:53:52.639] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:53:52.639] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:53:52.639] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:53:52.639] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:53:52.639] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82178aae8) at ../src/backe...
[09:53:52.639] #8  0x00000000007d22ec in main (argc=4, argv=0x82178aae8) at ../src/backend/main/main.c:196
[09:53:52.882] #0  0x000000082cfb241a in thr_kill () from /lib/libc.so.7
core
[09:53:52.891] #0  0x000000082cfb241a in thr_kill () from /lib/libc.so.7
[09:53:52.891] #1  0x000000082cf2be64 in raise () from /lib/libc.so.7
[09:53:52.891] #2  0x000000082cfdc6f9 in abort () from /lib/libc.so.7
[09:53:52.891] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:53:52.891] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:53:52.891] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:53:52.891] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:53:52.891] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821505580) at ../src/backe...
[09:53:52.891] #8  0x00000000007d22ec in main (argc=4, argv=0x821505580) at ../src/backend/main/main.c:196
[09:53:53.134] #0  0x000000082c02441a in thr_kill () from /lib/libc.so.7
core
[09:53:53.144] #0  0x000000082c02441a in thr_kill () from /lib/libc.so.7
[09:53:53.144] #1  0x000000082bf9de64 in raise () from /lib/libc.so.7
[09:53:53.144] #2  0x000000082c04e6f9 in abort () from /lib/libc.so.7
[09:53:53.144] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:53:53.144] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:53:53.144] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:53:53.144] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:53:53.144] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820f1dd08) at ../src/backe...
[09:53:53.144] #8  0x00000000007d22ec in main (argc=4, argv=0x820f1dd08) at ../src/backend/main/main.c:196
[09:53:53.388] #0  0x000000082a0d241a in thr_kill () from /lib/libc.so.7
core
[09:53:53.397] #0  0x000000082a0d241a in thr_kill () from /lib/libc.so.7
[09:53:53.397] #1  0x000000082a04be64 in raise () from /lib/libc.so.7
[09:53:53.397] #2  0x000000082a0fc6f9 in abort () from /lib/libc.so.7
[09:53:53.397] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:53:53.397] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:53:53.397] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:53:53.397] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:53:53.398] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821991598) at ../src/backe...
[09:53:53.398] #8  0x00000000007d22ec in main (argc=4, argv=0x821991598) at ../src/backend/main/main.c:196
[09:53:53.648] #0  0x000000082b74f41a in thr_kill () from /lib/libc.so.7
core
[09:53:53.657] #0  0x000000082b74f41a in thr_kill () from /lib/libc.so.7
[09:53:53.657] #1  0x000000082b6c8e64 in raise () from /lib/libc.so.7
[09:53:53.657] #2  0x000000082b7796f9 in abort () from /lib/libc.so.7
[09:53:53.657] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:53:53.657] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:53:53.657] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:53:53.657] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:53:53.657] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821523318) at ../src/backe...
[09:53:53.657] #8  0x00000000007d22ec in main (argc=4, argv=0x821523318) at ../src/backend/main/main.c:196
[09:53:53.901] #0  0x0000000829fea41a in thr_kill () from /lib/libc.so.7
core
[09:53:53.910] #0  0x0000000829fea41a in thr_kill () from /lib/libc.so.7
[09:53:53.910] #1  0x0000000829f63e64 in raise () from /lib/libc.so.7
[09:53:53.910] #2  0x000000082a0146f9 in abort () from /lib/libc.so.7
[09:53:53.910] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:53:53.910] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:53:53.910] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:53:53.910] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:53:53.910] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8211a6be0) at ../src/backe...
[09:53:53.910] #8  0x00000000007d22ec in main (argc=4, argv=0x8211a6be0) at ../src/backend/main/main.c:196
[09:53:54.153] #0  0x000000082c04d41a in thr_kill () from /lib/libc.so.7
core
[09:53:54.162] #0  0x000000082c04d41a in thr_kill () from /lib/libc.so.7
[09:53:54.162] #1  0x000000082bfc6e64 in raise () from /lib/libc.so.7
[09:53:54.162] #2  0x000000082c0776f9 in abort () from /lib/libc.so.7
[09:53:54.162] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:53:54.162] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:53:54.162] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:53:54.162] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:53:54.162] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821255640) at ../src/backe...
[09:53:54.162] #8  0x00000000007d22ec in main (argc=4, argv=0x821255640) at ../src/backend/main/main.c:196
[09:53:54.413] #0  0x000000082b57341a in thr_kill () from /lib/libc.so.7
core
[09:53:54.422] #0  0x000000082b57341a in thr_kill () from /lib/libc.so.7
[09:53:54.422] #1  0x000000082b4ece64 in raise () from /lib/libc.so.7
[09:53:54.422] #2  0x000000082b59d6f9 in abort () from /lib/libc.so.7
[09:53:54.422] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:53:54.422] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:53:54.422] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:53:54.422] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:53:54.422] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821100a10) at ../src/backe...
[09:53:54.422] #8  0x00000000007d22ec in main (argc=4, argv=0x821100a10) at ../src/backend/main/main.c:196
[09:53:54.663] #0  0x000000082c4e041a in thr_kill () from /lib/libc.so.7
core
[09:53:54.673] #0  0x000000082c4e041a in thr_kill () from /lib/libc.so.7
[09:53:54.673] #1  0x000000082c459e64 in raise () from /lib/libc.so.7
[09:53:54.673] #2  0x000000082c50a6f9 in abort () from /lib/libc.so.7
[09:53:54.673] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:53:54.673] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:53:54.673] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:53:54.673] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:53:54.673] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820daca70) at ../src/backe...
[09:53:54.673] #8  0x00000000007d22ec in main (argc=4, argv=0x820daca70) at ../src/backend/main/main.c:196
[09:53:54.922] #0  0x000000082e1f741a in thr_kill () from /lib/libc.so.7
core
[09:53:54.931] #0  0x000000082e1f741a in thr_kill () from /lib/libc.so.7
[09:53:54.931] #1  0x000000082e170e64 in raise () from /lib/libc.so.7
[09:53:54.931] #2  0x000000082e2216f9 in abort () from /lib/libc.so.7
[09:53:54.931] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:53:54.931] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:53:54.931] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:53:54.931] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:53:54.931] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82182b2e0) at ../src/backe...
[09:53:54.931] #8  0x00000000007d22ec in main (argc=4, argv=0x82182b2e0) at ../src/backend/main/main.c:196
[09:53:55.175] #0  0x000000082bb1541a in thr_kill () from /lib/libc.so.7
core
[09:53:55.184] #0  0x000000082bb1541a in thr_kill () from /lib/libc.so.7
[09:53:55.184] #1  0x000000082ba8ee64 in raise () from /lib/libc.so.7
[09:53:55.184] #2  0x000000082bb3f6f9 in abort () from /lib/libc.so.7
[09:53:55.184] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:53:55.184] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:53:55.184] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:53:55.184] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:53:55.184] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82121b240) at ../src/backe...
[09:53:55.184] #8  0x00000000007d22ec in main (argc=4, argv=0x82121b240) at ../src/backend/main/main.c:196
[09:53:55.429] #0  0x000000082b63f41a in thr_kill () from /lib/libc.so.7
core
[09:53:55.439] #0  0x000000082b63f41a in thr_kill () from /lib/libc.so.7
[09:53:55.439] #1  0x000000082b5b8e64 in raise () from /lib/libc.so.7
[09:53:55.439] #2  0x000000082b6696f9 in abort () from /lib/libc.so.7
[09:53:55.439] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:53:55.439] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:53:55.439] #5  0x000000000089ce35 in process_pm_child_exit () at ../src/backend/postmaster/postmaster.c:2523
[09:53:55.439] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1654
[09:53:55.439] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820de2e90) at ../src/backe...
[09:53:55.439] #8  0x00000000007d22ec in main (argc=4, argv=0x820de2e90) at ../src/backend/main/main.c:196
[09:53:55.684] #0  0x000000082cab841a in thr_kill () from /lib/libc.so.7
core
[09:53:55.693] #0  0x000000082cab841a in thr_kill () from /lib/libc.so.7
[09:53:55.693] #1  0x000000082ca31e64 in raise () from /lib/libc.so.7
[09:53:55.693] #2  0x000000082cae26f9 in abort () from /lib/libc.so.7
[09:53:55.693] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:53:55.693] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:53:55.693] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:53:55.693] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:53:55.693] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821495458) at ../src/backe...
[09:53:55.693] #8  0x00000000007d22ec in main (argc=4, argv=0x821495458) at ../src/backend/main/main.c:196
[09:53:55.939] #0  0x000000082ba2241a in thr_kill () from /lib/libc.so.7
core
[09:53:55.949] #0  0x000000082ba2241a in thr_kill () from /lib/libc.so.7
[09:53:55.949] #1  0x000000082b99be64 in raise () from /lib/libc.so.7
[09:53:55.949] #2  0x000000082ba4c6f9 in abort () from /lib/libc.so.7
[09:53:55.949] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:53:55.949] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:53:55.949] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:53:55.949] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:53:55.949] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8215d3850) at ../src/backe...
[09:53:55.949] #8  0x00000000007d22ec in main (argc=4, argv=0x8215d3850) at ../src/backend/main/main.c:196
[09:53:56.194] #0  0x000000082906c41a in thr_kill () from /lib/libc.so.7
core
[09:53:56.203] #0  0x000000082906c41a in thr_kill () from /lib/libc.so.7
[09:53:56.203] #1  0x0000000828fe5e64 in raise () from /lib/libc.so.7
[09:53:56.203] #2  0x00000008290966f9 in abort () from /lib/libc.so.7
[09:53:56.203] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:53:56.203] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:53:56.203] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:53:56.203] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:53:56.203] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820f1ab60) at ../src/backe...
[09:53:56.203] #8  0x00000000007d22ec in main (argc=4, argv=0x820f1ab60) at ../src/backend/main/main.c:196
[09:53:56.448] #0  0x000000082acce41a in thr_kill () from /lib/libc.so.7
core
[09:53:56.457] #0  0x000000082acce41a in thr_kill () from /lib/libc.so.7
[09:53:56.457] #1  0x000000082ac47e64 in raise () from /lib/libc.so.7
[09:53:56.457] #2  0x000000082acf86f9 in abort () from /lib/libc.so.7
[09:53:56.457] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:53:56.457] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:53:56.457] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:53:56.457] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:53:56.457] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821b52908) at ../src/backe...
[09:53:56.457] #8  0x00000000007d22ec in main (argc=4, argv=0x821b52908) at ../src/backend/main/main.c:196
[09:53:56.700] #0  0x000000082ca7041a in thr_kill () from /lib/libc.so.7
core
[09:53:56.710] #0  0x000000082ca7041a in thr_kill () from /lib/libc.so.7
[09:53:56.710] #1  0x000000082c9e9e64 in raise () from /lib/libc.so.7
[09:53:56.710] #2  0x000000082ca9a6f9 in abort () from /lib/libc.so.7
[09:53:56.710] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:53:56.710] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:53:56.710] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:53:56.710] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:53:56.710] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8218662c0) at ../src/backe...
[09:53:56.710] #8  0x00000000007d22ec in main (argc=4, argv=0x8218662c0) at ../src/backend/main/main.c:196
[09:53:56.957] #0  0x000000082bf3441a in thr_kill () from /lib/libc.so.7
core
[09:53:56.967] #0  0x000000082bf3441a in thr_kill () from /lib/libc.so.7
[09:53:56.967] #1  0x000000082beade64 in raise () from /lib/libc.so.7
[09:53:56.967] #2  0x000000082bf5e6f9 in abort () from /lib/libc.so.7
[09:53:56.967] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:53:56.967] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:53:56.967] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:53:56.967] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:53:56.967] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821a90b18) at ../src/backe...
[09:53:56.967] #8  0x00000000007d22ec in main (argc=4, argv=0x821a90b18) at ../src/backend/main/main.c:196
[09:53:57.221] #0  0x000000082c79941a in thr_kill () from /lib/libc.so.7
core
[09:53:57.230] #0  0x000000082c79941a in thr_kill () from /lib/libc.so.7
[09:53:57.230] #1  0x000000082c712e64 in raise () from /lib/libc.so.7
[09:53:57.230] #2  0x000000082c7c36f9 in abort () from /lib/libc.so.7
[09:53:57.230] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:53:57.230] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:53:57.230] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:53:57.230] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:53:57.230] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8212e9d90) at ../src/backe...
[09:53:57.230] #8  0x00000000007d22ec in main (argc=4, argv=0x8212e9d90) at ../src/backend/main/main.c:196
[09:53:57.481] #0  0x000000082a47741a in thr_kill () from /lib/libc.so.7
core
[09:53:57.490] #0  0x000000082a47741a in thr_kill () from /lib/libc.so.7
[09:53:57.490] #1  0x000000082a3f0e64 in raise () from /lib/libc.so.7
[09:53:57.490] #2  0x000000082a4a16f9 in abort () from /lib/libc.so.7
[09:53:57.490] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:53:57.490] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:53:57.490] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:53:57.490] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:53:57.490] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820fbd570) at ../src/backe...
[09:53:57.490] #8  0x00000000007d22ec in main (argc=4, argv=0x820fbd570) at ../src/backend/main/main.c:196
[09:53:57.739] #0  0x000000082b59b41a in thr_kill () from /lib/libc.so.7
core
[09:53:57.749] #0  0x000000082b59b41a in thr_kill () from /lib/libc.so.7
[09:53:57.749] #1  0x000000082b514e64 in raise () from /lib/libc.so.7
[09:53:57.749] #2  0x000000082b5c56f9 in abort () from /lib/libc.so.7
[09:53:57.749] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:53:57.749] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:53:57.749] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:53:57.749] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:53:57.749] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8217772b8) at ../src/backe...
[09:53:57.749] #8  0x00000000007d22ec in main (argc=4, argv=0x8217772b8) at ../src/backend/main/main.c:196
[09:53:57.998] #0  0x000000082d70641a in thr_kill () from /lib/libc.so.7
core
[09:53:58.008] #0  0x000000082d70641a in thr_kill () from /lib/libc.so.7
[09:53:58.008] #1  0x000000082d67fe64 in raise () from /lib/libc.so.7
[09:53:58.008] #2  0x000000082d7306f9 in abort () from /lib/libc.so.7
[09:53:58.008] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:53:58.008] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:53:58.008] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:53:58.008] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:53:58.008] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821791988) at ../src/backe...
[09:53:58.008] #8  0x00000000007d22ec in main (argc=4, argv=0x821791988) at ../src/backend/main/main.c:196
[09:53:58.255] #0  0x000000082a80141a in thr_kill () from /lib/libc.so.7
core
[09:53:58.264] #0  0x000000082a80141a in thr_kill () from /lib/libc.so.7
[09:53:58.264] #1  0x000000082a77ae64 in raise () from /lib/libc.so.7
[09:53:58.264] #2  0x000000082a82b6f9 in abort () from /lib/libc.so.7
[09:53:58.264] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:53:58.264] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:53:58.264] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:53:58.264] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:53:58.264] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82139c660) at ../src/backe...
[09:53:58.264] #8  0x00000000007d22ec in main (argc=4, argv=0x82139c660) at ../src/backend/main/main.c:196
[09:53:58.507] #0  0x000000082b07e41a in thr_kill () from /lib/libc.so.7
core
[09:53:58.516] #0  0x000000082b07e41a in thr_kill () from /lib/libc.so.7
[09:53:58.516] #1  0x000000082aff7e64 in raise () from /lib/libc.so.7
[09:53:58.516] #2  0x000000082b0a86f9 in abort () from /lib/libc.so.7
[09:53:58.516] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:53:58.516] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:53:58.516] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:53:58.516] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:53:58.516] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821aa6388) at ../src/backe...
[09:53:58.516] #8  0x00000000007d22ec in main (argc=4, argv=0x821aa6388) at ../src/backend/main/main.c:196
[09:53:58.758] #0  0x000000082948641a in thr_kill () from /lib/libc.so.7
core
[09:53:58.767] #0  0x000000082948641a in thr_kill () from /lib/libc.so.7
[09:53:58.767] #1  0x00000008293ffe64 in raise () from /lib/libc.so.7
[09:53:58.767] #2  0x00000008294b06f9 in abort () from /lib/libc.so.7
[09:53:58.767] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:53:58.767] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:53:58.767] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:53:58.767] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:53:58.767] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820f2c7d8) at ../src/backe...
[09:53:58.767] #8  0x00000000007d22ec in main (argc=4, argv=0x820f2c7d8) at ../src/backend/main/main.c:196
[09:53:59.009] #0  0x000000082b20341a in thr_kill () from /lib/libc.so.7
core
[09:53:59.018] #0  0x000000082b20341a in thr_kill () from /lib/libc.so.7
[09:53:59.018] #1  0x000000082b17ce64 in raise () from /lib/libc.so.7
[09:53:59.018] #2  0x000000082b22d6f9 in abort () from /lib/libc.so.7
[09:53:59.018] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:53:59.018] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:53:59.018] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:53:59.018] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:53:59.018] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82105b8f0) at ../src/backe...
[09:53:59.018] #8  0x00000000007d22ec in main (argc=4, argv=0x82105b8f0) at ../src/backend/main/main.c:196
[09:53:59.263] #0  0x000000082b62d41a in thr_kill () from /lib/libc.so.7
core
[09:53:59.273] #0  0x000000082b62d41a in thr_kill () from /lib/libc.so.7
[09:53:59.273] #1  0x000000082b5a6e64 in raise () from /lib/libc.so.7
[09:53:59.273] #2  0x000000082b6576f9 in abort () from /lib/libc.so.7
[09:53:59.273] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:53:59.273] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:53:59.273] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:53:59.273] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:53:59.273] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82106d4c8) at ../src/backe...
[09:53:59.273] #8  0x00000000007d22ec in main (argc=4, argv=0x82106d4c8) at ../src/backend/main/main.c:196
[09:53:59.516] #0  0x000000082aeed41a in thr_kill () from /lib/libc.so.7
core
[09:53:59.525] #0  0x000000082aeed41a in thr_kill () from /lib/libc.so.7
[09:53:59.525] #1  0x000000082ae66e64 in raise () from /lib/libc.so.7
[09:53:59.525] #2  0x000000082af176f9 in abort () from /lib/libc.so.7
[09:53:59.525] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:53:59.525] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:53:59.525] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:53:59.525] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:53:59.525] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82145ac48) at ../src/backe...
[09:53:59.525] #8  0x00000000007d22ec in main (argc=4, argv=0x82145ac48) at ../src/backend/main/main.c:196
[09:53:59.766] #0  0x000000082bf7641a in thr_kill () from /lib/libc.so.7
core
[09:53:59.776] #0  0x000000082bf7641a in thr_kill () from /lib/libc.so.7
[09:53:59.776] #1  0x000000082beefe64 in raise () from /lib/libc.so.7
[09:53:59.776] #2  0x000000082bfa06f9 in abort () from /lib/libc.so.7
[09:53:59.776] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:53:59.776] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:53:59.776] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:53:59.776] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:53:59.776] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8211a1348) at ../src/backe...
[09:53:59.776] #8  0x00000000007d22ec in main (argc=4, argv=0x8211a1348) at ../src/backend/main/main.c:196
[09:54:00.020] #0  0x000000082a59e41a in thr_kill () from /lib/libc.so.7
core
[09:54:00.029] #0  0x000000082a59e41a in thr_kill () from /lib/libc.so.7
[09:54:00.029] #1  0x000000082a517e64 in raise () from /lib/libc.so.7
[09:54:00.029] #2  0x000000082a5c86f9 in abort () from /lib/libc.so.7
[09:54:00.029] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:54:00.029] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:54:00.029] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:54:00.029] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:54:00.029] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821843df8) at ../src/backe...
[09:54:00.029] #8  0x00000000007d22ec in main (argc=4, argv=0x821843df8) at ../src/backend/main/main.c:196
[09:54:00.272] #0  0x000000082a6a241a in thr_kill () from /lib/libc.so.7
core
[09:54:00.282] #0  0x000000082a6a241a in thr_kill () from /lib/libc.so.7
[09:54:00.282] #1  0x000000082a61be64 in raise () from /lib/libc.so.7
[09:54:00.282] #2  0x000000082a6cc6f9 in abort () from /lib/libc.so.7
[09:54:00.282] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:54:00.282] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:54:00.282] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:54:00.282] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:54:00.282] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820efa6b0) at ../src/backe...
[09:54:00.282] #8  0x00000000007d22ec in main (argc=4, argv=0x820efa6b0) at ../src/backend/main/main.c:196
[09:54:00.525] #0  0x000000082e85b41a in thr_kill () from /lib/libc.so.7
core
[09:54:00.535] #0  0x000000082e85b41a in thr_kill () from /lib/libc.so.7
[09:54:00.535] #1  0x000000082e7d4e64 in raise () from /lib/libc.so.7
[09:54:00.535] #2  0x000000082e8856f9 in abort () from /lib/libc.so.7
[09:54:00.535] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:54:00.535] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:54:00.535] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:54:00.535] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:54:00.535] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821832410) at ../src/backe...
[09:54:00.535] #8  0x00000000007d22ec in main (argc=4, argv=0x821832410) at ../src/backend/main/main.c:196
[09:54:00.779] #0  0x000000082c05241a in thr_kill () from /lib/libc.so.7
core
[09:54:00.788] #0  0x000000082c05241a in thr_kill () from /lib/libc.so.7
[09:54:00.788] #1  0x000000082bfcbe64 in raise () from /lib/libc.so.7
[09:54:00.788] #2  0x000000082c07c6f9 in abort () from /lib/libc.so.7
[09:54:00.788] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:54:00.788] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:54:00.788] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:54:00.788] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:54:00.788] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8215a47d0) at ../src/backe...
[09:54:00.788] #8  0x00000000007d22ec in main (argc=4, argv=0x8215a47d0) at ../src/backend/main/main.c:196
[09:54:01.034] #0  0x000000082cff941a in thr_kill () from /lib/libc.so.7
core
[09:54:01.043] #0  0x000000082cff941a in thr_kill () from /lib/libc.so.7
[09:54:01.043] #1  0x000000082cf72e64 in raise () from /lib/libc.so.7
[09:54:01.043] #2  0x000000082d0236f9 in abort () from /lib/libc.so.7
[09:54:01.043] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:54:01.043] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:54:01.043] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:54:01.043] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:54:01.044] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8211e61d0) at ../src/backe...
[09:54:01.044] #8  0x00000000007d22ec in main (argc=4, argv=0x8211e61d0) at ../src/backend/main/main.c:196
[09:54:01.296] #0  0x000000082bc1041a in thr_kill () from /lib/libc.so.7
core
[09:54:01.306] #0  0x000000082bc1041a in thr_kill () from /lib/libc.so.7
[09:54:01.306] #1  0x000000082bb89e64 in raise () from /lib/libc.so.7
[09:54:01.306] #2  0x000000082bc3a6f9 in abort () from /lib/libc.so.7
[09:54:01.306] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:54:01.306] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:54:01.306] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:54:01.306] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:54:01.306] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x82178b308) at ../src/backe...
[09:54:01.306] #8  0x00000000007d22ec in main (argc=8, argv=0x82178b308) at ../src/backend/main/main.c:196
[09:54:01.553] #0  0x000000082c83941a in thr_kill () from /lib/libc.so.7
core
[09:54:01.563] #0  0x000000082c83941a in thr_kill () from /lib/libc.so.7
[09:54:01.563] #1  0x000000082c7b2e64 in raise () from /lib/libc.so.7
[09:54:01.563] #2  0x000000082c8636f9 in abort () from /lib/libc.so.7
[09:54:01.563] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:54:01.563] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:54:01.563] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:54:01.563] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:54:01.563] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820fa1218) at ../src/backe...
[09:54:01.563] #8  0x00000000007d22ec in main (argc=4, argv=0x820fa1218) at ../src/backend/main/main.c:196
[09:54:01.810] #0  0x000000082a93541a in thr_kill () from /lib/libc.so.7
core
[09:54:01.820] #0  0x000000082a93541a in thr_kill () from /lib/libc.so.7
[09:54:01.820] #1  0x000000082a8aee64 in raise () from /lib/libc.so.7
[09:54:01.820] #2  0x000000082a95f6f9 in abort () from /lib/libc.so.7
[09:54:01.820] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:54:01.820] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:54:01.820] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:54:01.820] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:54:01.820] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8212074a0) at ../src/backe...
[09:54:01.820] #8  0x00000000007d22ec in main (argc=4, argv=0x8212074a0) at ../src/backend/main/main.c:196
[09:54:02.068] #0  0x000000082a8eb41a in thr_kill () from /lib/libc.so.7
core
[09:54:02.077] #0  0x000000082a8eb41a in thr_kill () from /lib/libc.so.7
[09:54:02.077] #1  0x000000082a864e64 in raise () from /lib/libc.so.7
[09:54:02.077] #2  0x000000082a9156f9 in abort () from /lib/libc.so.7
[09:54:02.077] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:54:02.077] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:54:02.077] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:54:02.077] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:54:02.077] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820df3488) at ../src/backe...
[09:54:02.077] #8  0x00000000007d22ec in main (argc=4, argv=0x820df3488) at ../src/backend/main/main.c:196
[09:54:02.342] #0  0x000000082c94541a in thr_kill () from /lib/libc.so.7
core
[09:54:02.352] #0  0x000000082c94541a in thr_kill () from /lib/libc.so.7
[09:54:02.352] #1  0x000000082c8bee64 in raise () from /lib/libc.so.7
[09:54:02.352] #2  0x000000082c96f6f9 in abort () from /lib/libc.so.7
[09:54:02.352] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:54:02.352] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:54:02.352] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:54:02.352] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:54:02.352] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8217509c8) at ../src/backe...
[09:54:02.352] #8  0x00000000007d22ec in main (argc=4, argv=0x8217509c8) at ../src/backend/main/main.c:196
[09:54:02.470] #0  0x00003c776e2108da in _sigaction () from /lib/libc.so.7
core
[09:54:02.471] #0  0x00003c776e2108da in _sigaction () from /lib/libc.so.7
[09:54:02.471] #1  0x00003c6f4a06a901 in ?? ()
[09:54:02.471] #2  0x00003c6f4a0613cf in ?? ()
[09:54:02.471] #3  0x00003c6f4a05f6df in ?? ()
[09:54:02.471] #4  0x00003c6f4a0501ad in ?? ()
[09:54:02.471] #5  0x00003c776b794408 in ?? ()
[09:54:02.471] #6  0x0000000000000000 in ?? ()
[09:54:02.730] #0  0x000000082c53641a in thr_kill () from /lib/libc.so.7
core
[09:54:02.739] #0  0x000000082c53641a in thr_kill () from /lib/libc.so.7
[09:54:02.739] #1  0x000000082c4afe64 in raise () from /lib/libc.so.7
[09:54:02.739] #2  0x000000082c5606f9 in abort () from /lib/libc.so.7
[09:54:02.739] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:54:02.739] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:54:02.739] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:54:02.739] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:54:02.740] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82148f418) at ../src/backe...
[09:54:02.740] #8  0x00000000007d22ec in main (argc=4, argv=0x82148f418) at ../src/backend/main/main.c:196
[09:54:02.990] #0  0x000000082b30341a in thr_kill () from /lib/libc.so.7
core
[09:54:02.999] #0  0x000000082b30341a in thr_kill () from /lib/libc.so.7
[09:54:02.999] #1  0x000000082b27ce64 in raise () from /lib/libc.so.7
[09:54:02.999] #2  0x000000082b32d6f9 in abort () from /lib/libc.so.7
[09:54:02.999] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:54:02.999] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:54:02.999] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:54:02.999] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:54:02.999] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820eed270) at ../src/backe...
[09:54:02.999] #8  0x00000000007d22ec in main (argc=4, argv=0x820eed270) at ../src/backend/main/main.c:196
[09:54:03.251] #0  0x0000000829dea41a in thr_kill () from /lib/libc.so.7
core
[09:54:03.261] #0  0x0000000829dea41a in thr_kill () from /lib/libc.so.7
[09:54:03.261] #1  0x0000000829d63e64 in raise () from /lib/libc.so.7
[09:54:03.261] #2  0x0000000829e146f9 in abort () from /lib/libc.so.7
[09:54:03.261] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:54:03.261] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:54:03.261] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:54:03.261] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:54:03.261] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820d78c18) at ../src/backe...
[09:54:03.261] #8  0x00000000007d22ec in main (argc=4, argv=0x820d78c18) at ../src/backend/main/main.c:196
[09:54:03.511] #0  0x000000082cdf941a in thr_kill () from /lib/libc.so.7
core
[09:54:03.520] #0  0x000000082cdf941a in thr_kill () from /lib/libc.so.7
[09:54:03.520] #1  0x000000082cd72e64 in raise () from /lib/libc.so.7
[09:54:03.520] #2  0x000000082ce236f9 in abort () from /lib/libc.so.7
[09:54:03.520] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:54:03.520] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:54:03.520] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:54:03.520] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:54:03.520] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821932c80) at ../src/backe...
[09:54:03.520] #8  0x00000000007d22ec in main (argc=4, argv=0x821932c80) at ../src/backend/main/main.c:196
[09:54:03.772] #0  0x000000082e42941a in thr_kill () from /lib/libc.so.7
core
[09:54:03.781] #0  0x000000082e42941a in thr_kill () from /lib/libc.so.7
[09:54:03.781] #1  0x000000082e3a2e64 in raise () from /lib/libc.so.7
[09:54:03.781] #2  0x000000082e4536f9 in abort () from /lib/libc.so.7
[09:54:03.781] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:54:03.781] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:54:03.781] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:54:03.781] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:54:03.781] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821a03e00) at ../src/backe...
[09:54:03.781] #8  0x00000000007d22ec in main (argc=4, argv=0x821a03e00) at ../src/backend/main/main.c:196
[09:54:04.029] #0  0x000000082a71641a in thr_kill () from /lib/libc.so.7
core
[09:54:04.038] #0  0x000000082a71641a in thr_kill () from /lib/libc.so.7
[09:54:04.038] #1  0x000000082a68fe64 in raise () from /lib/libc.so.7
[09:54:04.038] #2  0x000000082a7406f9 in abort () from /lib/libc.so.7
[09:54:04.038] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:54:04.038] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:54:04.038] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:54:04.038] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:54:04.038] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820d65460) at ../src/backe...
[09:54:04.038] #8  0x00000000007d22ec in main (argc=4, argv=0x820d65460) at ../src/backend/main/main.c:196
[09:54:04.291] #0  0x000000082c90d41a in thr_kill () from /lib/libc.so.7
core
[09:54:04.301] #0  0x000000082c90d41a in thr_kill () from /lib/libc.so.7
[09:54:04.301] #1  0x000000082c886e64 in raise () from /lib/libc.so.7
[09:54:04.301] #2  0x000000082c9376f9 in abort () from /lib/libc.so.7
[09:54:04.301] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:54:04.301] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:54:04.301] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:54:04.301] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:54:04.301] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8216f6f48) at ../src/backe...
[09:54:04.301] #8  0x00000000007d22ec in main (argc=4, argv=0x8216f6f48) at ../src/backend/main/main.c:196
[09:54:04.554] #0  0x000000082b13441a in thr_kill () from /lib/libc.so.7
core
[09:54:04.563] #0  0x000000082b13441a in thr_kill () from /lib/libc.so.7
[09:54:04.563] #1  0x000000082b0ade64 in raise () from /lib/libc.so.7
[09:54:04.563] #2  0x000000082b15e6f9 in abort () from /lib/libc.so.7
[09:54:04.563] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:54:04.563] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:54:04.563] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:54:04.563] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:54:04.563] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8210829a8) at ../src/backe...
[09:54:04.563] #8  0x00000000007d22ec in main (argc=4, argv=0x8210829a8) at ../src/backend/main/main.c:196
[09:54:04.813] #0  0x000000082ae2f41a in thr_kill () from /lib/libc.so.7
core
[09:54:04.823] #0  0x000000082ae2f41a in thr_kill () from /lib/libc.so.7
[09:54:04.823] #1  0x000000082ada8e64 in raise () from /lib/libc.so.7
[09:54:04.823] #2  0x000000082ae596f9 in abort () from /lib/libc.so.7
[09:54:04.823] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:54:04.823] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:54:04.823] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:54:04.823] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:54:04.823] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82120c738) at ../src/backe...
[09:54:04.823] #8  0x00000000007d22ec in main (argc=4, argv=0x82120c738) at ../src/backend/main/main.c:196
[09:54:05.071] #0  0x0000000829f2b41a in thr_kill () from /lib/libc.so.7
core
[09:54:05.080] #0  0x0000000829f2b41a in thr_kill () from /lib/libc.so.7
[09:54:05.080] #1  0x0000000829ea4e64 in raise () from /lib/libc.so.7
[09:54:05.080] #2  0x0000000829f556f9 in abort () from /lib/libc.so.7
[09:54:05.080] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:54:05.080] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:54:05.080] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:54:05.080] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:54:05.080] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820d82188) at ../src/backe...
[09:54:05.080] #8  0x00000000007d22ec in main (argc=4, argv=0x820d82188) at ../src/backend/main/main.c:196
[09:54:05.329] #0  0x000000082b9f341a in thr_kill () from /lib/libc.so.7
core
[09:54:05.340] #0  0x000000082b9f341a in thr_kill () from /lib/libc.so.7
[09:54:05.340] #1  0x000000082b96ce64 in raise () from /lib/libc.so.7
[09:54:05.340] #2  0x000000082ba1d6f9 in abort () from /lib/libc.so.7
[09:54:05.340] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:54:05.340] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:54:05.340] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:54:05.340] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:54:05.340] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821398e60) at ../src/backe...
[09:54:05.340] #8  0x00000000007d22ec in main (argc=4, argv=0x821398e60) at ../src/backend/main/main.c:196
[09:54:05.594] #0  0x000000082bf8e41a in thr_kill () from /lib/libc.so.7
core
[09:54:35.994] #0  0x000000082bf2c41a in thr_kill () from /lib/libc.so.7
[09:54:35.994] #1  0x000000082bea5e64 in raise () from /lib/libc.so.7
[09:54:35.994] #2  0x000000082bf566f9 in abort () from /lib/libc.so.7
[09:54:35.994] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:54:35.994] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:54:35.994] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:54:35.994] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:54:35.994] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820e6e7b0) at ../src/backe...
[09:54:35.994] #8  0x00000000007d22ec in main (argc=4, argv=0x820e6e7b0) at ../src/backend/main/main.c:196
core
[09:54:05.603] #0  0x000000082bf8e41a in thr_kill () from /lib/libc.so.7
[09:54:05.603] #1  0x000000082bf07e64 in raise () from /lib/libc.so.7
[09:54:05.603] #2  0x000000082bfb86f9 in abort () from /lib/libc.so.7
[09:54:05.603] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:54:05.603] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:54:05.603] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:54:05.603] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:54:05.603] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820daeaa0) at ../src/backe...
[09:54:05.603] #8  0x00000000007d22ec in main (argc=4, argv=0x820daeaa0) at ../src/backend/main/main.c:196
[09:54:05.852] #0  0x000000082b8c841a in thr_kill () from /lib/libc.so.7
core
[09:54:05.862] #0  0x000000082b8c841a in thr_kill () from /lib/libc.so.7
[09:54:05.862] #1  0x000000082b841e64 in raise () from /lib/libc.so.7
[09:54:05.862] #2  0x000000082b8f26f9 in abort () from /lib/libc.so.7
[09:54:05.862] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:54:05.862] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:54:05.862] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:54:05.862] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:54:05.862] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820e421a0) at ../src/backe...
[09:54:05.862] #8  0x00000000007d22ec in main (argc=4, argv=0x820e421a0) at ../src/backend/main/main.c:196
[09:54:06.110] #0  0x000000082c01a41a in thr_kill () from /lib/libc.so.7
core
[09:54:06.120] #0  0x000000082c01a41a in thr_kill () from /lib/libc.so.7
[09:54:06.120] #1  0x000000082bf93e64 in raise () from /lib/libc.so.7
[09:54:06.120] #2  0x000000082c0446f9 in abort () from /lib/libc.so.7
[09:54:06.120] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:54:06.120] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:54:06.120] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:54:06.120] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:54:06.120] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8213057c0) at ../src/backe...
[09:54:06.120] #8  0x00000000007d22ec in main (argc=8, argv=0x8213057c0) at ../src/backend/main/main.c:196
[09:54:06.379] #0  0x000000082d56d41a in thr_kill () from /lib/libc.so.7
core
[09:54:06.389] #0  0x000000082d56d41a in thr_kill () from /lib/libc.so.7
[09:54:06.389] #1  0x000000082d4e6e64 in raise () from /lib/libc.so.7
[09:54:06.389] #2  0x000000082d5976f9 in abort () from /lib/libc.so.7
[09:54:06.389] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:54:06.389] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:54:06.389] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:54:06.389] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:54:06.389] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x82117fa08) at ../src/backe...
[09:54:06.389] #8  0x00000000007d22ec in main (argc=8, argv=0x82117fa08) at ../src/backend/main/main.c:196
[09:54:06.646] #0  0x000000082a92841a in thr_kill () from /lib/libc.so.7
core
[09:54:06.656] #0  0x000000082a92841a in thr_kill () from /lib/libc.so.7
[09:54:06.656] #1  0x000000082a8a1e64 in raise () from /lib/libc.so.7
[09:54:06.656] #2  0x000000082a9526f9 in abort () from /lib/libc.so.7
[09:54:06.656] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:54:06.656] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:54:06.656] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:54:06.656] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:54:06.656] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8215c8a80) at ../src/backe...
[09:54:06.656] #8  0x00000000007d22ec in main (argc=8, argv=0x8215c8a80) at ../src/backend/main/main.c:196
[09:54:06.922] #0  0x0000000829d4341a in thr_kill () from /lib/libc.so.7
core
[09:54:06.931] #0  0x0000000829d4341a in thr_kill () from /lib/libc.so.7
[09:54:06.931] #1  0x0000000829cbce64 in raise () from /lib/libc.so.7
[09:54:06.931] #2  0x0000000829d6d6f9 in abort () from /lib/libc.so.7
[09:54:06.931] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:54:06.931] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:54:06.931] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:54:06.931] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:54:06.931] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821aa1ae8) at ../src/backe...
[09:54:06.931] #8  0x00000000007d22ec in main (argc=8, argv=0x821aa1ae8) at ../src/backend/main/main.c:196
[09:54:07.201] #0  0x000000082a5cd41a in thr_kill () from /lib/libc.so.7
core
[09:54:35.717] #0  0x000000082c8fe41a in thr_kill () from /lib/libc.so.7
[09:54:35.717] #1  0x000000082c877e64 in raise () from /lib/libc.so.7
[09:54:35.717] #2  0x000000082c9286f9 in abort () from /lib/libc.so.7
[09:54:35.717] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:54:35.717] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:54:35.717] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:54:35.717] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:54:35.717] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821a8e500) at ../src/backe...
[09:54:35.717] #8  0x00000000007d22ec in main (argc=4, argv=0x821a8e500) at ../src/backend/main/main.c:196
[09:54:35.983] #0  0x000000082bf2c41a in thr_kill () from /lib/libc.so.7
core
[09:54:07.211] #0  0x000000082a5cd41a in thr_kill () from /lib/libc.so.7
[09:54:07.211] #1  0x000000082a546e64 in raise () from /lib/libc.so.7
[09:54:07.211] #2  0x000000082a5f76f9 in abort () from /lib/libc.so.7
[09:54:07.211] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:54:07.211] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:54:07.211] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:54:07.211] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:54:07.211] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820eec480) at ../src/backe...
[09:54:07.211] #8  0x00000000007d22ec in main (argc=4, argv=0x820eec480) at ../src/backend/main/main.c:196
[09:54:07.478] #0  0x000000082866241a in thr_kill () from /lib/libc.so.7
core
[09:54:07.488] #0  0x000000082866241a in thr_kill () from /lib/libc.so.7
[09:54:07.488] #1  0x00000008285dbe64 in raise () from /lib/libc.so.7
[09:54:07.488] #2  0x000000082868c6f9 in abort () from /lib/libc.so.7
[09:54:07.488] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:54:07.488] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:54:07.488] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:54:07.488] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:54:07.488] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820cfe510) at ../src/backe...
[09:54:07.488] #8  0x00000000007d22ec in main (argc=4, argv=0x820cfe510) at ../src/backend/main/main.c:196
[09:54:07.755] #0  0x000000082c6f441a in thr_kill () from /lib/libc.so.7
core
[09:54:07.764] #0  0x000000082c6f441a in thr_kill () from /lib/libc.so.7
[09:54:07.764] #1  0x000000082c66de64 in raise () from /lib/libc.so.7
[09:54:07.764] #2  0x000000082c71e6f9 in abort () from /lib/libc.so.7
[09:54:07.764] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:54:07.764] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:54:07.764] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:54:07.764] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:54:07.765] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x82170ab90) at ../src/backe...
[09:54:07.765] #8  0x00000000007d22ec in main (argc=8, argv=0x82170ab90) at ../src/backend/main/main.c:196
[09:54:08.029] #0  0x000000082c01041a in thr_kill () from /lib/libc.so.7
core
[09:54:08.039] #0  0x000000082c01041a in thr_kill () from /lib/libc.so.7
[09:54:08.039] #1  0x000000082bf89e64 in raise () from /lib/libc.so.7
[09:54:08.039] #2  0x000000082c03a6f9 in abort () from /lib/libc.so.7
[09:54:08.039] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:54:08.039] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:54:08.039] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:54:08.039] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:54:08.039] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8218939d8) at ../src/backe...
[09:54:08.039] #8  0x00000000007d22ec in main (argc=8, argv=0x8218939d8) at ../src/backend/main/main.c:196
[09:54:08.310] #0  0x000000082c68841a in thr_kill () from /lib/libc.so.7
core
[09:54:08.321] #0  0x000000082c68841a in thr_kill () from /lib/libc.so.7
[09:54:08.321] #1  0x000000082c601e64 in raise () from /lib/libc.so.7
[09:54:08.321] #2  0x000000082c6b26f9 in abort () from /lib/libc.so.7
[09:54:08.321] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:54:08.321] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:54:08.321] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:54:08.321] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:54:08.321] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8215949e8) at ../src/backe...
[09:54:08.321] #8  0x00000000007d22ec in main (argc=8, argv=0x8215949e8) at ../src/backend/main/main.c:196
[09:54:08.587] #0  0x000000082b14541a in thr_kill () from /lib/libc.so.7
core
[09:54:08.597] #0  0x000000082b14541a in thr_kill () from /lib/libc.so.7
[09:54:08.597] #1  0x000000082b0bee64 in raise () from /lib/libc.so.7
[09:54:08.597] #2  0x000000082b16f6f9 in abort () from /lib/libc.so.7
[09:54:08.597] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:54:08.597] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:54:08.597] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:54:08.597] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:54:08.597] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821135fe8) at ../src/backe...
[09:54:08.597] #8  0x00000000007d22ec in main (argc=8, argv=0x821135fe8) at ../src/backend/main/main.c:196
[09:54:08.860] #0  0x000000082a97441a in thr_kill () from /lib/libc.so.7
core
[09:54:08.869] #0  0x000000082a97441a in thr_kill () from /lib/libc.so.7
[09:54:08.869] #1  0x000000082a8ede64 in raise () from /lib/libc.so.7
[09:54:08.869] #2  0x000000082a99e6f9 in abort () from /lib/libc.so.7
[09:54:08.869] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:54:08.869] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:54:08.869] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:54:08.869] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:54:08.869] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8211d3cd8) at ../src/backe...
[09:54:08.869] #8  0x00000000007d22ec in main (argc=8, argv=0x8211d3cd8) at ../src/backend/main/main.c:196
[09:54:09.141] #0  0x000000082bf7641a in thr_kill () from /lib/libc.so.7
core
[09:54:09.152] #0  0x000000082bf7641a in thr_kill () from /lib/libc.so.7
[09:54:09.152] #1  0x000000082beefe64 in raise () from /lib/libc.so.7
[09:54:09.152] #2  0x000000082bfa06f9 in abort () from /lib/libc.so.7
[09:54:09.152] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:54:09.152] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:54:09.152] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:54:09.152] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:54:09.152] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8214b71f8) at ../src/backe...
[09:54:09.152] #8  0x00000000007d22ec in main (argc=8, argv=0x8214b71f8) at ../src/backend/main/main.c:196
[09:54:09.432] #0  0x000000082c10f41a in thr_kill () from /lib/libc.so.7
core
[09:54:09.442] #0  0x000000082c10f41a in thr_kill () from /lib/libc.so.7
[09:54:09.442] #1  0x000000082c088e64 in raise () from /lib/libc.so.7
[09:54:09.442] #2  0x000000082c1396f9 in abort () from /lib/libc.so.7
[09:54:09.442] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:54:09.442] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:54:09.442] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:54:09.442] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:54:09.442] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820f43370) at ../src/backe...
[09:54:09.442] #8  0x00000000007d22ec in main (argc=8, argv=0x820f43370) at ../src/backend/main/main.c:196
[09:54:09.714] #0  0x000000082c33441a in thr_kill () from /lib/libc.so.7
core
[09:54:09.724] #0  0x000000082c33441a in thr_kill () from /lib/libc.so.7
[09:54:09.724] #1  0x000000082c2ade64 in raise () from /lib/libc.so.7
[09:54:09.724] #2  0x000000082c35e6f9 in abort () from /lib/libc.so.7
[09:54:09.724] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:54:09.724] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:54:09.724] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:54:09.724] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:54:09.724] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8217e4d70) at ../src/backe...
[09:54:09.724] #8  0x00000000007d22ec in main (argc=8, argv=0x8217e4d70) at ../src/backend/main/main.c:196
[09:54:09.993] #0  0x000000082bb8641a in thr_kill () from /lib/libc.so.7
core
[09:54:10.002] #0  0x000000082bb8641a in thr_kill () from /lib/libc.so.7
[09:54:10.002] #1  0x000000082baffe64 in raise () from /lib/libc.so.7
[09:54:10.002] #2  0x000000082bbb06f9 in abort () from /lib/libc.so.7
[09:54:10.002] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:54:10.002] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:54:10.002] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:54:10.002] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:54:10.003] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8216a1ae8) at ../src/backe...
[09:54:10.003] #8  0x00000000007d22ec in main (argc=8, argv=0x8216a1ae8) at ../src/backend/main/main.c:196
[09:54:10.274] #0  0x000000082adb841a in thr_kill () from /lib/libc.so.7
core
[09:54:10.284] #0  0x000000082adb841a in thr_kill () from /lib/libc.so.7
[09:54:10.284] #1  0x000000082ad31e64 in raise () from /lib/libc.so.7
[09:54:10.284] #2  0x000000082ade26f9 in abort () from /lib/libc.so.7
[09:54:10.284] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:54:10.284] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:54:10.284] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:54:10.284] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:54:10.285] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x82111cee0) at ../src/backe...
[09:54:10.285] #8  0x00000000007d22ec in main (argc=8, argv=0x82111cee0) at ../src/backend/main/main.c:196
[09:54:10.554] #0  0x000000082d88a41a in thr_kill () from /lib/libc.so.7
core
[09:54:10.563] #0  0x000000082d88a41a in thr_kill () from /lib/libc.so.7
[09:54:10.563] #1  0x000000082d803e64 in raise () from /lib/libc.so.7
[09:54:10.563] #2  0x000000082d8b46f9 in abort () from /lib/libc.so.7
[09:54:10.563] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:54:10.563] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:54:10.563] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:54:10.563] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:54:10.564] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x82184e960) at ../src/backe...
[09:54:10.564] #8  0x00000000007d22ec in main (argc=8, argv=0x82184e960) at ../src/backend/main/main.c:196
[09:54:10.833] #0  0x000000082a57341a in thr_kill () from /lib/libc.so.7
core
[09:54:10.843] #0  0x000000082a57341a in thr_kill () from /lib/libc.so.7
[09:54:10.843] #1  0x000000082a4ece64 in raise () from /lib/libc.so.7
[09:54:10.843] #2  0x000000082a59d6f9 in abort () from /lib/libc.so.7
[09:54:10.843] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:54:10.843] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:54:10.843] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:54:10.843] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:54:10.844] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x82121b358) at ../src/backe...
[09:54:10.844] #8  0x00000000007d22ec in main (argc=8, argv=0x82121b358) at ../src/backend/main/main.c:196
[09:54:11.118] #0  0x000000082a27941a in thr_kill () from /lib/libc.so.7
core
[09:54:11.128] #0  0x000000082a27941a in thr_kill () from /lib/libc.so.7
[09:54:11.128] #1  0x000000082a1f2e64 in raise () from /lib/libc.so.7
[09:54:11.128] #2  0x000000082a2a36f9 in abort () from /lib/libc.so.7
[09:54:11.128] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:54:11.128] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:54:11.128] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:54:11.128] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:54:11.128] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821b9a570) at ../src/backe...
[09:54:11.128] #8  0x00000000007d22ec in main (argc=8, argv=0x821b9a570) at ../src/backend/main/main.c:196
[09:54:11.400] #0  0x000000082bd2c41a in thr_kill () from /lib/libc.so.7
core
[09:54:11.410] #0  0x000000082bd2c41a in thr_kill () from /lib/libc.so.7
[09:54:11.410] #1  0x000000082bca5e64 in raise () from /lib/libc.so.7
[09:54:11.410] #2  0x000000082bd566f9 in abort () from /lib/libc.so.7
[09:54:11.410] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:54:11.410] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:54:11.410] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:54:11.410] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:54:11.410] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820e56398) at ../src/backe...
[09:54:11.410] #8  0x00000000007d22ec in main (argc=8, argv=0x820e56398) at ../src/backend/main/main.c:196
[09:54:11.678] #0  0x000000082c12741a in thr_kill () from /lib/libc.so.7
core
[09:54:11.688] #0  0x000000082c12741a in thr_kill () from /lib/libc.so.7
[09:54:11.688] #1  0x000000082c0a0e64 in raise () from /lib/libc.so.7
[09:54:11.688] #2  0x000000082c1516f9 in abort () from /lib/libc.so.7
[09:54:11.688] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:54:11.688] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:54:11.688] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:54:11.688] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:54:11.688] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820c4ab20) at ../src/backe...
[09:54:11.688] #8  0x00000000007d22ec in main (argc=8, argv=0x820c4ab20) at ../src/backend/main/main.c:196
[09:54:11.940] #0  0x000000082bd4d41a in thr_kill () from /lib/libc.so.7
core
[09:54:11.952] #0  0x000000082bd4d41a in thr_kill () from /lib/libc.so.7
[09:54:11.952] #1  0x000000082bcc6e64 in raise () from /lib/libc.so.7
[09:54:11.952] #2  0x000000082bd776f9 in abort () from /lib/libc.so.7
[09:54:11.952] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:54:11.952] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:54:11.952] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:54:11.952] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:54:11.952] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820d55840) at ../src/backe...
[09:54:11.952] #8  0x00000000007d22ec in main (argc=8, argv=0x820d55840) at ../src/backend/main/main.c:196
[09:54:12.199] #0  0x000000082d6c341a in thr_kill () from /lib/libc.so.7
core
[09:54:12.209] #0  0x000000082d6c341a in thr_kill () from /lib/libc.so.7
[09:54:12.209] #1  0x000000082d63ce64 in raise () from /lib/libc.so.7
[09:54:12.209] #2  0x000000082d6ed6f9 in abort () from /lib/libc.so.7
[09:54:12.209] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:54:12.209] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:54:12.209] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:54:12.209] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:54:12.209] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8216dc040) at ../src/backe...
[09:54:12.209] #8  0x00000000007d22ec in main (argc=8, argv=0x8216dc040) at ../src/backend/main/main.c:196
[09:54:12.457] #0  0x000000082a83841a in thr_kill () from /lib/libc.so.7
core
[09:54:12.467] #0  0x000000082a83841a in thr_kill () from /lib/libc.so.7
[09:54:12.467] #1  0x000000082a7b1e64 in raise () from /lib/libc.so.7
[09:54:12.467] #2  0x000000082a8626f9 in abort () from /lib/libc.so.7
[09:54:12.467] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:54:12.467] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:54:12.467] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:54:12.467] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:54:12.467] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8210810c0) at ../src/backe...
[09:54:12.467] #8  0x00000000007d22ec in main (argc=8, argv=0x8210810c0) at ../src/backend/main/main.c:196
[09:54:12.721] #0  0x000000082ac9141a in thr_kill () from /lib/libc.so.7
core
[09:54:12.731] #0  0x000000082ac9141a in thr_kill () from /lib/libc.so.7
[09:54:12.731] #1  0x000000082ac0ae64 in raise () from /lib/libc.so.7
[09:54:12.731] #2  0x000000082acbb6f9 in abort () from /lib/libc.so.7
[09:54:12.731] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:54:12.731] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:54:12.731] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:54:12.731] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:54:12.731] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821870a80) at ../src/backe...
[09:54:12.731] #8  0x00000000007d22ec in main (argc=8, argv=0x821870a80) at ../src/backend/main/main.c:196
[09:54:12.998] #0  0x000000082962941a in thr_kill () from /lib/libc.so.7
core
[09:54:13.011] #0  0x000000082962941a in thr_kill () from /lib/libc.so.7
[09:54:13.011] #1  0x00000008295a2e64 in raise () from /lib/libc.so.7
[09:54:13.011] #2  0x00000008296536f9 in abort () from /lib/libc.so.7
[09:54:13.011] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:54:13.011] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:54:13.011] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:54:13.011] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:54:13.012] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821ab7468) at ../src/backe...
[09:54:13.012] #8  0x00000000007d22ec in main (argc=8, argv=0x821ab7468) at ../src/backend/main/main.c:196
[09:54:13.275] #0  0x000000082c1df41a in thr_kill () from /lib/libc.so.7
core
[09:54:13.285] #0  0x000000082c1df41a in thr_kill () from /lib/libc.so.7
[09:54:13.285] #1  0x000000082c158e64 in raise () from /lib/libc.so.7
[09:54:13.285] #2  0x000000082c2096f9 in abort () from /lib/libc.so.7
[09:54:13.285] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:54:13.285] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:54:13.285] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:54:13.285] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:54:13.285] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821903c50) at ../src/backe...
[09:54:13.285] #8  0x00000000007d22ec in main (argc=8, argv=0x821903c50) at ../src/backend/main/main.c:196
[09:54:13.545] #0  0x000000082d73541a in thr_kill () from /lib/libc.so.7
core
[09:54:13.554] #0  0x000000082d73541a in thr_kill () from /lib/libc.so.7
[09:54:13.554] #1  0x000000082d6aee64 in raise () from /lib/libc.so.7
[09:54:13.554] #2  0x000000082d75f6f9 in abort () from /lib/libc.so.7
[09:54:13.554] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:54:13.554] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:54:13.554] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:54:13.554] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:54:13.554] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821a00c38) at ../src/backe...
[09:54:13.554] #8  0x00000000007d22ec in main (argc=8, argv=0x821a00c38) at ../src/backend/main/main.c:196
[09:54:13.814] #0  0x000000082c2cf41a in thr_kill () from /lib/libc.so.7
core
[09:54:13.825] #0  0x000000082c2cf41a in thr_kill () from /lib/libc.so.7
[09:54:13.825] #1  0x000000082c248e64 in raise () from /lib/libc.so.7
[09:54:13.825] #2  0x000000082c2f96f9 in abort () from /lib/libc.so.7
[09:54:13.825] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:54:13.825] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:54:13.825] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:54:13.825] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:54:13.825] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821691cb8) at ../src/backe...
[09:54:13.825] #8  0x00000000007d22ec in main (argc=8, argv=0x821691cb8) at ../src/backend/main/main.c:196
[09:54:14.117] #0  0x000000082d0a341a in thr_kill () from /lib/libc.so.7
core
[09:54:14.128] #0  0x000000082d0a341a in thr_kill () from /lib/libc.so.7
[09:54:14.128] #1  0x000000082d01ce64 in raise () from /lib/libc.so.7
[09:54:14.128] #2  0x000000082d0cd6f9 in abort () from /lib/libc.so.7
[09:54:14.128] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:54:14.128] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:54:14.128] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:54:14.128] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:54:14.128] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821722c18) at ../src/backe...
[09:54:14.128] #8  0x00000000007d22ec in main (argc=8, argv=0x821722c18) at ../src/backend/main/main.c:196
[09:54:14.410] #0  0x000000082cd0941a in thr_kill () from /lib/libc.so.7
core
[09:54:14.420] #0  0x000000082cd0941a in thr_kill () from /lib/libc.so.7
[09:54:14.420] #1  0x000000082cc82e64 in raise () from /lib/libc.so.7
[09:54:14.420] #2  0x000000082cd336f9 in abort () from /lib/libc.so.7
[09:54:14.420] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:54:14.420] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:54:14.420] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:54:14.420] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:54:14.420] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8219552d0) at ../src/backe...
[09:54:14.420] #8  0x00000000007d22ec in main (argc=8, argv=0x8219552d0) at ../src/backend/main/main.c:196
[09:54:14.683] #0  0x000000082ac9141a in thr_kill () from /lib/libc.so.7
core
[09:54:14.693] #0  0x000000082ac9141a in thr_kill () from /lib/libc.so.7
[09:54:14.693] #1  0x000000082ac0ae64 in raise () from /lib/libc.so.7
[09:54:14.693] #2  0x000000082acbb6f9 in abort () from /lib/libc.so.7
[09:54:14.693] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:54:14.693] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:54:14.693] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:54:14.693] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:54:14.693] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8217d94c0) at ../src/backe...
[09:54:14.693] #8  0x00000000007d22ec in main (argc=8, argv=0x8217d94c0) at ../src/backend/main/main.c:196
[09:54:14.953] #0  0x000000082c88641a in thr_kill () from /lib/libc.so.7
core
[09:54:14.962] #0  0x000000082c88641a in thr_kill () from /lib/libc.so.7
[09:54:14.962] #1  0x000000082c7ffe64 in raise () from /lib/libc.so.7
[09:54:14.962] #2  0x000000082c8b06f9 in abort () from /lib/libc.so.7
[09:54:14.962] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:54:14.962] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:54:14.962] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:54:14.962] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:54:14.962] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820d30fc8) at ../src/backe...
[09:54:14.962] #8  0x00000000007d22ec in main (argc=8, argv=0x820d30fc8) at ../src/backend/main/main.c:196
[09:54:15.208] #0  0x000000082d95d41a in thr_kill () from /lib/libc.so.7
core
[09:54:15.217] #0  0x000000082d95d41a in thr_kill () from /lib/libc.so.7
[09:54:15.217] #1  0x000000082d8d6e64 in raise () from /lib/libc.so.7
[09:54:15.217] #2  0x000000082d9876f9 in abort () from /lib/libc.so.7
[09:54:15.217] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:54:15.217] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:54:15.217] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:54:15.217] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:54:15.218] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8212e3388) at ../src/backe...
[09:54:15.218] #8  0x00000000007d22ec in main (argc=8, argv=0x8212e3388) at ../src/backend/main/main.c:196
[09:54:15.478] #0  0x000000082b66f41a in thr_kill () from /lib/libc.so.7
core
[09:54:35.451] #0  0x000000082bf2e41a in thr_kill () from /lib/libc.so.7
[09:54:35.451] #1  0x000000082bea7e64 in raise () from /lib/libc.so.7
[09:54:35.451] #2  0x000000082bf586f9 in abort () from /lib/libc.so.7
[09:54:35.451] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:54:35.451] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:54:35.451] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:54:35.451] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:54:35.451] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8214a66c8) at ../src/backe...
[09:54:35.451] #8  0x00000000007d22ec in main (argc=4, argv=0x8214a66c8) at ../src/backend/main/main.c:196
[09:54:35.708] #0  0x000000082c8fe41a in thr_kill () from /lib/libc.so.7
core
[09:54:15.488] #0  0x000000082b66f41a in thr_kill () from /lib/libc.so.7
[09:54:15.488] #1  0x000000082b5e8e64 in raise () from /lib/libc.so.7
[09:54:15.488] #2  0x000000082b6996f9 in abort () from /lib/libc.so.7
[09:54:15.488] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:54:15.488] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:54:15.488] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:54:15.488] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:54:15.488] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821b3e8e8) at ../src/backe...
[09:54:15.488] #8  0x00000000007d22ec in main (argc=8, argv=0x821b3e8e8) at ../src/backend/main/main.c:196
[09:54:15.747] #0  0x000000082ab0241a in thr_kill () from /lib/libc.so.7
core
[09:54:15.756] #0  0x000000082ab0241a in thr_kill () from /lib/libc.so.7
[09:54:15.756] #1  0x000000082aa7be64 in raise () from /lib/libc.so.7
[09:54:15.756] #2  0x000000082ab2c6f9 in abort () from /lib/libc.so.7
[09:54:15.756] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:54:15.756] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:54:15.756] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:54:15.756] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:54:15.756] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x82125c028) at ../src/backe...
[09:54:15.756] #8  0x00000000007d22ec in main (argc=8, argv=0x82125c028) at ../src/backend/main/main.c:196
[09:54:16.021] #0  0x000000082bb6d41a in thr_kill () from /lib/libc.so.7
core
[09:54:16.030] #0  0x000000082bb6d41a in thr_kill () from /lib/libc.so.7
[09:54:16.030] #1  0x000000082bae6e64 in raise () from /lib/libc.so.7
[09:54:16.030] #2  0x000000082bb976f9 in abort () from /lib/libc.so.7
[09:54:16.030] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:54:16.030] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:54:16.030] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:54:16.030] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:54:16.030] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820c97280) at ../src/backe...
[09:54:16.030] #8  0x00000000007d22ec in main (argc=8, argv=0x820c97280) at ../src/backend/main/main.c:196
[09:54:16.296] #0  0x000000082becd41a in thr_kill () from /lib/libc.so.7
core
[09:54:16.306] #0  0x000000082becd41a in thr_kill () from /lib/libc.so.7
[09:54:16.306] #1  0x000000082be46e64 in raise () from /lib/libc.so.7
[09:54:16.306] #2  0x000000082bef76f9 in abort () from /lib/libc.so.7
[09:54:16.306] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:54:16.306] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:54:16.306] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:54:16.306] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:54:16.306] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x82194c238) at ../src/backe...
[09:54:16.306] #8  0x00000000007d22ec in main (argc=8, argv=0x82194c238) at ../src/backend/main/main.c:196
[09:54:16.577] #0  0x000000082c73541a in thr_kill () from /lib/libc.so.7
core
[09:54:16.587] #0  0x000000082c73541a in thr_kill () from /lib/libc.so.7
[09:54:16.587] #1  0x000000082c6aee64 in raise () from /lib/libc.so.7
[09:54:16.587] #2  0x000000082c75f6f9 in abort () from /lib/libc.so.7
[09:54:16.587] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:54:16.587] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:54:16.587] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:54:16.587] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:54:16.587] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821af6cd0) at ../src/backe...
[09:54:16.587] #8  0x00000000007d22ec in main (argc=8, argv=0x821af6cd0) at ../src/backend/main/main.c:196
[09:54:16.849] #0  0x000000082af3d41a in thr_kill () from /lib/libc.so.7
core
[09:54:16.859] #0  0x000000082af3d41a in thr_kill () from /lib/libc.so.7
[09:54:16.859] #1  0x000000082aeb6e64 in raise () from /lib/libc.so.7
[09:54:16.859] #2  0x000000082af676f9 in abort () from /lib/libc.so.7
[09:54:16.859] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:54:16.859] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:54:16.859] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:54:16.859] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:54:16.859] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820c13900) at ../src/backe...
[09:54:16.859] #8  0x00000000007d22ec in main (argc=8, argv=0x820c13900) at ../src/backend/main/main.c:196
[09:54:17.131] #0  0x000000082bdaa41a in thr_kill () from /lib/libc.so.7
core
[09:54:35.181] #0  0x000000082a11741a in thr_kill () from /lib/libc.so.7
[09:54:35.181] #1  0x000000082a090e64 in raise () from /lib/libc.so.7
[09:54:35.181] #2  0x000000082a1416f9 in abort () from /lib/libc.so.7
[09:54:35.181] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:54:35.181] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:54:35.181] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:54:35.181] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:54:35.181] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8215498e8) at ../src/backe...
[09:54:35.181] #8  0x00000000007d22ec in main (argc=4, argv=0x8215498e8) at ../src/backend/main/main.c:196
[09:54:35.442] #0  0x000000082bf2e41a in thr_kill () from /lib/libc.so.7
core
[09:54:17.142] #0  0x000000082bdaa41a in thr_kill () from /lib/libc.so.7
[09:54:17.142] #1  0x000000082bd23e64 in raise () from /lib/libc.so.7
[09:54:17.142] #2  0x000000082bdd46f9 in abort () from /lib/libc.so.7
[09:54:17.142] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:54:17.142] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:54:17.142] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:54:17.142] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:54:17.142] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820efef78) at ../src/backe...
[09:54:17.142] #8  0x00000000007d22ec in main (argc=8, argv=0x820efef78) at ../src/backend/main/main.c:196
[09:54:17.414] #0  0x000000082b4b641a in thr_kill () from /lib/libc.so.7
core
[09:54:17.424] #0  0x000000082b4b641a in thr_kill () from /lib/libc.so.7
[09:54:17.424] #1  0x000000082b42fe64 in raise () from /lib/libc.so.7
[09:54:17.424] #2  0x000000082b4e06f9 in abort () from /lib/libc.so.7
[09:54:17.424] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:54:17.424] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:54:17.424] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:54:17.424] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:54:17.424] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821913000) at ../src/backe...
[09:54:17.424] #8  0x00000000007d22ec in main (argc=8, argv=0x821913000) at ../src/backend/main/main.c:196
[09:54:17.696] #0  0x0000000829fc241a in thr_kill () from /lib/libc.so.7
core
[09:54:17.705] #0  0x0000000829fc241a in thr_kill () from /lib/libc.so.7
[09:54:17.705] #1  0x0000000829f3be64 in raise () from /lib/libc.so.7
[09:54:17.705] #2  0x0000000829fec6f9 in abort () from /lib/libc.so.7
[09:54:17.705] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:54:17.705] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:54:17.705] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:54:17.705] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:54:17.705] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820c1c9f8) at ../src/backe...
[09:54:17.705] #8  0x00000000007d22ec in main (argc=8, argv=0x820c1c9f8) at ../src/backend/main/main.c:196
[09:54:17.953] #0  0x000000082af0741a in thr_kill () from /lib/libc.so.7
core
[09:54:17.962] #0  0x000000082af0741a in thr_kill () from /lib/libc.so.7
[09:54:17.962] #1  0x000000082ae80e64 in raise () from /lib/libc.so.7
[09:54:17.962] #2  0x000000082af316f9 in abort () from /lib/libc.so.7
[09:54:17.962] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:54:17.962] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:54:17.962] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:54:17.962] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:54:17.962] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821820410) at ../src/backe...
[09:54:17.962] #8  0x00000000007d22ec in main (argc=8, argv=0x821820410) at ../src/backend/main/main.c:196
[09:54:18.217] #0  0x000000082c9f941a in thr_kill () from /lib/libc.so.7
core
[09:54:18.227] #0  0x000000082c9f941a in thr_kill () from /lib/libc.so.7
[09:54:18.227] #1  0x000000082c972e64 in raise () from /lib/libc.so.7
[09:54:18.227] #2  0x000000082ca236f9 in abort () from /lib/libc.so.7
[09:54:18.227] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:54:18.227] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:54:18.227] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:54:18.227] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:54:18.227] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8212a3e68) at ../src/backe...
[09:54:18.227] #8  0x00000000007d22ec in main (argc=8, argv=0x8212a3e68) at ../src/backend/main/main.c:196
[09:54:18.494] #0  0x000000082b22041a in thr_kill () from /lib/libc.so.7
core
[09:54:18.504] #0  0x000000082b22041a in thr_kill () from /lib/libc.so.7
[09:54:18.504] #1  0x000000082b199e64 in raise () from /lib/libc.so.7
[09:54:18.504] #2  0x000000082b24a6f9 in abort () from /lib/libc.so.7
[09:54:18.504] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:54:18.504] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:54:18.504] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:54:18.504] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:54:18.504] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820ff0900) at ../src/backe...
[09:54:18.504] #8  0x00000000007d22ec in main (argc=8, argv=0x820ff0900) at ../src/backend/main/main.c:196
[09:54:18.761] #0  0x000000082d26c41a in thr_kill () from /lib/libc.so.7
core
[09:54:18.771] #0  0x000000082d26c41a in thr_kill () from /lib/libc.so.7
[09:54:18.771] #1  0x000000082d1e5e64 in raise () from /lib/libc.so.7
[09:54:18.771] #2  0x000000082d2966f9 in abort () from /lib/libc.so.7
[09:54:18.771] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:54:18.771] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:54:18.771] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:54:18.771] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:54:18.771] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820c9e7f0) at ../src/backe...
[09:54:18.771] #8  0x00000000007d22ec in main (argc=8, argv=0x820c9e7f0) at ../src/backend/main/main.c:196
[09:54:19.042] #0  0x000000082aac041a in thr_kill () from /lib/libc.so.7
core
[09:54:19.051] #0  0x000000082aac041a in thr_kill () from /lib/libc.so.7
[09:54:19.051] #1  0x000000082aa39e64 in raise () from /lib/libc.so.7
[09:54:19.051] #2  0x000000082aaea6f9 in abort () from /lib/libc.so.7
[09:54:19.051] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:54:19.051] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:54:19.051] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:54:19.051] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:54:19.051] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821220e50) at ../src/backe...
[09:54:19.051] #8  0x00000000007d22ec in main (argc=8, argv=0x821220e50) at ../src/backend/main/main.c:196
[09:54:19.314] #0  0x000000082b05541a in thr_kill () from /lib/libc.so.7
core
[09:54:19.324] #0  0x000000082b05541a in thr_kill () from /lib/libc.so.7
[09:54:19.324] #1  0x000000082afcee64 in raise () from /lib/libc.so.7
[09:54:19.324] #2  0x000000082b07f6f9 in abort () from /lib/libc.so.7
[09:54:19.324] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:54:19.324] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:54:19.324] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:54:19.324] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:54:19.324] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820ce42c0) at ../src/backe...
[09:54:19.324] #8  0x00000000007d22ec in main (argc=8, argv=0x820ce42c0) at ../src/backend/main/main.c:196
[09:54:19.583] #0  0x000000082a5f541a in thr_kill () from /lib/libc.so.7
core
[09:54:19.593] #0  0x000000082a5f541a in thr_kill () from /lib/libc.so.7
[09:54:19.593] #1  0x000000082a56ee64 in raise () from /lib/libc.so.7
[09:54:19.593] #2  0x000000082a61f6f9 in abort () from /lib/libc.so.7
[09:54:19.593] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:54:19.593] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:54:19.593] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:54:19.593] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:54:19.593] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8218ebdb0) at ../src/backe...
[09:54:19.593] #8  0x00000000007d22ec in main (argc=8, argv=0x8218ebdb0) at ../src/backend/main/main.c:196
[09:54:19.840] #0  0x000000082aa6641a in thr_kill () from /lib/libc.so.7
core
[09:54:19.849] #0  0x000000082aa6641a in thr_kill () from /lib/libc.so.7
[09:54:19.849] #1  0x000000082a9dfe64 in raise () from /lib/libc.so.7
[09:54:19.849] #2  0x000000082aa906f9 in abort () from /lib/libc.so.7
[09:54:19.849] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:54:19.849] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:54:19.849] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:54:19.849] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:54:19.849] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8214bc968) at ../src/backe...
[09:54:19.849] #8  0x00000000007d22ec in main (argc=8, argv=0x8214bc968) at ../src/backend/main/main.c:196
[09:54:20.108] #0  0x000000082c3b541a in thr_kill () from /lib/libc.so.7
core
[09:54:20.117] #0  0x000000082c3b541a in thr_kill () from /lib/libc.so.7
[09:54:20.117] #1  0x000000082c32ee64 in raise () from /lib/libc.so.7
[09:54:20.117] #2  0x000000082c3df6f9 in abort () from /lib/libc.so.7
[09:54:20.117] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:54:20.117] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:54:20.117] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:54:20.117] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:54:20.118] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820bf77e8) at ../src/backe...
[09:54:20.118] #8  0x00000000007d22ec in main (argc=8, argv=0x820bf77e8) at ../src/backend/main/main.c:196
[09:54:20.379] #0  0x000000082e1da41a in thr_kill () from /lib/libc.so.7
core
[09:54:34.911] #0  0x000000082b3b141a in thr_kill () from /lib/libc.so.7
[09:54:34.911] #1  0x000000082b32ae64 in raise () from /lib/libc.so.7
[09:54:34.911] #2  0x000000082b3db6f9 in abort () from /lib/libc.so.7
[09:54:34.911] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:54:34.911] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:54:34.911] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:54:34.911] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:54:34.911] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821b31c38) at ../src/backe...
[09:54:34.911] #8  0x00000000007d22ec in main (argc=4, argv=0x821b31c38) at ../src/backend/main/main.c:196
[09:54:35.171] #0  0x000000082a11741a in thr_kill () from /lib/libc.so.7
core
[09:54:20.388] #0  0x000000082e1da41a in thr_kill () from /lib/libc.so.7
[09:54:20.388] #1  0x000000082e153e64 in raise () from /lib/libc.so.7
[09:54:20.388] #2  0x000000082e2046f9 in abort () from /lib/libc.so.7
[09:54:20.388] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:54:20.388] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:54:20.388] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:54:20.388] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:54:20.388] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x82174e7d0) at ../src/backe...
[09:54:20.388] #8  0x00000000007d22ec in main (argc=8, argv=0x82174e7d0) at ../src/backend/main/main.c:196
[09:54:20.645] #0  0x000000082d09b41a in thr_kill () from /lib/libc.so.7
core
[09:54:20.654] #0  0x000000082d09b41a in thr_kill () from /lib/libc.so.7
[09:54:20.654] #1  0x000000082d014e64 in raise () from /lib/libc.so.7
[09:54:20.654] #2  0x000000082d0c56f9 in abort () from /lib/libc.so.7
[09:54:20.654] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:54:20.654] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:54:20.654] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:54:20.654] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:54:20.654] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820d5b208) at ../src/backe...
[09:54:20.654] #8  0x00000000007d22ec in main (argc=8, argv=0x820d5b208) at ../src/backend/main/main.c:196
[09:54:20.901] #0  0x0000000829df841a in thr_kill () from /lib/libc.so.7
core
[09:54:20.910] #0  0x0000000829df841a in thr_kill () from /lib/libc.so.7
[09:54:20.910] #1  0x0000000829d71e64 in raise () from /lib/libc.so.7
[09:54:20.910] #2  0x0000000829e226f9 in abort () from /lib/libc.so.7
[09:54:20.910] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:54:20.910] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:54:20.910] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:54:20.910] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:54:20.911] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820c56d40) at ../src/backe...
[09:54:20.911] #8  0x00000000007d22ec in main (argc=8, argv=0x820c56d40) at ../src/backend/main/main.c:196
[09:54:21.161] #0  0x000000082f74341a in thr_kill () from /lib/libc.so.7
core
[09:54:21.171] #0  0x000000082f74341a in thr_kill () from /lib/libc.so.7
[09:54:21.171] #1  0x000000082f6bce64 in raise () from /lib/libc.so.7
[09:54:21.171] #2  0x000000082f76d6f9 in abort () from /lib/libc.so.7
[09:54:21.171] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:54:21.171] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:54:21.171] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:54:21.171] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:54:21.171] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x82161eba0) at ../src/backe...
[09:54:21.171] #8  0x00000000007d22ec in main (argc=8, argv=0x82161eba0) at ../src/backend/main/main.c:196
[09:54:21.438] #0  0x000000082a14741a in thr_kill () from /lib/libc.so.7
core
[09:54:21.448] #0  0x000000082a14741a in thr_kill () from /lib/libc.so.7
[09:54:21.448] #1  0x000000082a0c0e64 in raise () from /lib/libc.so.7
[09:54:21.448] #2  0x000000082a1716f9 in abort () from /lib/libc.so.7
[09:54:21.448] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:54:21.448] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:54:21.448] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:54:21.448] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:54:21.448] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821301a70) at ../src/backe...
[09:54:21.448] #8  0x00000000007d22ec in main (argc=8, argv=0x821301a70) at ../src/backend/main/main.c:196
[09:54:21.721] #0  0x000000082c22141a in thr_kill () from /lib/libc.so.7
core
[09:54:21.731] #0  0x000000082c22141a in thr_kill () from /lib/libc.so.7
[09:54:21.731] #1  0x000000082c19ae64 in raise () from /lib/libc.so.7
[09:54:21.731] #2  0x000000082c24b6f9 in abort () from /lib/libc.so.7
[09:54:21.731] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:54:21.731] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:54:21.731] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:54:21.731] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:54:21.731] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820c453e0) at ../src/backe...
[09:54:21.731] #8  0x00000000007d22ec in main (argc=8, argv=0x820c453e0) at ../src/backend/main/main.c:196
[09:54:21.989] #0  0x000000082c94a41a in thr_kill () from /lib/libc.so.7
core
[09:54:34.658] #0  0x000000082c7b341a in thr_kill () from /lib/libc.so.7
[09:54:34.658] #1  0x000000082c72ce64 in raise () from /lib/libc.so.7
[09:54:34.658] #2  0x000000082c7dd6f9 in abort () from /lib/libc.so.7
[09:54:34.658] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:54:34.658] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:54:34.658] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:54:34.658] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:54:34.658] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820edadd8) at ../src/backe...
[09:54:34.658] #8  0x00000000007d22ec in main (argc=4, argv=0x820edadd8) at ../src/backend/main/main.c:196
[09:54:34.902] #0  0x000000082b3b141a in thr_kill () from /lib/libc.so.7
core
[09:54:34.401] #0  0x000000082ba7d41a in thr_kill () from /lib/libc.so.7
[09:54:34.401] #1  0x000000082b9f6e64 in raise () from /lib/libc.so.7
[09:54:34.401] #2  0x000000082baa76f9 in abort () from /lib/libc.so.7
[09:54:34.401] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:54:34.401] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:54:34.401] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:54:34.401] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:54:34.401] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82189b630) at ../src/backe...
[09:54:34.401] #8  0x00000000007d22ec in main (argc=4, argv=0x82189b630) at ../src/backend/main/main.c:196
[09:54:34.649] #0  0x000000082c7b341a in thr_kill () from /lib/libc.so.7
core
[09:54:21.999] #0  0x000000082c94a41a in thr_kill () from /lib/libc.so.7
[09:54:21.999] #1  0x000000082c8c3e64 in raise () from /lib/libc.so.7
[09:54:21.999] #2  0x000000082c9746f9 in abort () from /lib/libc.so.7
[09:54:21.999] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:54:21.999] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:54:21.999] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:54:21.999] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:54:21.999] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x82169ce28) at ../src/backe...
[09:54:21.999] #8  0x00000000007d22ec in main (argc=8, argv=0x82169ce28) at ../src/backend/main/main.c:196
[09:54:22.290] #0  0x000000082cafb41a in thr_kill () from /lib/libc.so.7
core
[09:54:22.301] #0  0x000000082cafb41a in thr_kill () from /lib/libc.so.7
[09:54:22.301] #1  0x000000082ca74e64 in raise () from /lib/libc.so.7
[09:54:22.301] #2  0x000000082cb256f9 in abort () from /lib/libc.so.7
[09:54:22.301] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:54:22.301] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:54:22.301] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:54:22.301] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:54:22.301] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8213dd358) at ../src/backe...
[09:54:22.301] #8  0x00000000007d22ec in main (argc=8, argv=0x8213dd358) at ../src/backend/main/main.c:196
[09:54:22.582] #0  0x000000082bc5541a in thr_kill () from /lib/libc.so.7
core
[09:54:22.594] #0  0x000000082bc5541a in thr_kill () from /lib/libc.so.7
[09:54:22.594] #1  0x000000082bbcee64 in raise () from /lib/libc.so.7
[09:54:22.594] #2  0x000000082bc7f6f9 in abort () from /lib/libc.so.7
[09:54:22.594] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:54:22.594] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:54:22.594] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:54:22.594] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:54:22.594] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820d57888) at ../src/backe...
[09:54:22.594] #8  0x00000000007d22ec in main (argc=8, argv=0x820d57888) at ../src/backend/main/main.c:196
[09:54:22.862] #0  0x000000082c08e41a in thr_kill () from /lib/libc.so.7
core
[09:54:22.871] #0  0x000000082c08e41a in thr_kill () from /lib/libc.so.7
[09:54:22.871] #1  0x000000082c007e64 in raise () from /lib/libc.so.7
[09:54:22.871] #2  0x000000082c0b86f9 in abort () from /lib/libc.so.7
[09:54:22.871] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:54:22.871] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:54:22.871] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:54:22.871] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:54:22.871] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820f9fe48) at ../src/backe...
[09:54:22.871] #8  0x00000000007d22ec in main (argc=8, argv=0x820f9fe48) at ../src/backend/main/main.c:196
[09:54:23.120] #0  0x000000082c43341a in thr_kill () from /lib/libc.so.7
core
[09:54:23.129] #0  0x000000082c43341a in thr_kill () from /lib/libc.so.7
[09:54:23.129] #1  0x000000082c3ace64 in raise () from /lib/libc.so.7
[09:54:23.129] #2  0x000000082c45d6f9 in abort () from /lib/libc.so.7
[09:54:23.129] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:54:23.129] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:54:23.129] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:54:23.129] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:54:23.129] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820bf9bd0) at ../src/backe...
[09:54:23.129] #8  0x00000000007d22ec in main (argc=8, argv=0x820bf9bd0) at ../src/backend/main/main.c:196
[09:54:23.385] #0  0x000000082b28941a in thr_kill () from /lib/libc.so.7
core
[09:54:23.395] #0  0x000000082b28941a in thr_kill () from /lib/libc.so.7
[09:54:23.395] #1  0x000000082b202e64 in raise () from /lib/libc.so.7
[09:54:23.395] #2  0x000000082b2b36f9 in abort () from /lib/libc.so.7
[09:54:23.395] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:54:23.395] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:54:23.395] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:54:23.395] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:54:23.395] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8215114d8) at ../src/backe...
[09:54:23.395] #8  0x00000000007d22ec in main (argc=8, argv=0x8215114d8) at ../src/backend/main/main.c:196
[09:54:23.650] #0  0x000000082c0a441a in thr_kill () from /lib/libc.so.7
core
[09:54:34.142] #0  0x000000082b80041a in thr_kill () from /lib/libc.so.7
[09:54:34.142] #1  0x000000082b779e64 in raise () from /lib/libc.so.7
[09:54:34.142] #2  0x000000082b82a6f9 in abort () from /lib/libc.so.7
[09:54:34.142] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:54:34.142] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:54:34.142] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:54:34.142] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:54:34.142] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821894878) at ../src/backe...
[09:54:34.142] #8  0x00000000007d22ec in main (argc=4, argv=0x821894878) at ../src/backend/main/main.c:196
[09:54:34.392] #0  0x000000082ba7d41a in thr_kill () from /lib/libc.so.7
core
[09:54:23.660] #0  0x000000082c0a441a in thr_kill () from /lib/libc.so.7
[09:54:23.660] #1  0x000000082c01de64 in raise () from /lib/libc.so.7
[09:54:23.660] #2  0x000000082c0ce6f9 in abort () from /lib/libc.so.7
[09:54:23.660] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:54:23.660] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:54:23.660] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:54:23.660] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:54:23.660] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x82154a7c8) at ../src/backe...
[09:54:23.660] #8  0x00000000007d22ec in main (argc=8, argv=0x82154a7c8) at ../src/backend/main/main.c:196
[09:54:23.917] #0  0x000000082c46841a in thr_kill () from /lib/libc.so.7
core
[09:54:23.926] #0  0x000000082c46841a in thr_kill () from /lib/libc.so.7
[09:54:23.926] #1  0x000000082c3e1e64 in raise () from /lib/libc.so.7
[09:54:23.926] #2  0x000000082c4926f9 in abort () from /lib/libc.so.7
[09:54:23.926] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:54:23.926] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:54:23.926] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:54:23.926] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:54:23.926] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8217896d0) at ../src/backe...
[09:54:23.926] #8  0x00000000007d22ec in main (argc=8, argv=0x8217896d0) at ../src/backend/main/main.c:196
[09:54:24.202] #0  0x000000082b97e41a in thr_kill () from /lib/libc.so.7
core
[09:54:24.212] #0  0x000000082b97e41a in thr_kill () from /lib/libc.so.7
[09:54:24.212] #1  0x000000082b8f7e64 in raise () from /lib/libc.so.7
[09:54:24.212] #2  0x000000082b9a86f9 in abort () from /lib/libc.so.7
[09:54:24.212] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:54:24.212] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:54:24.212] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:54:24.212] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:54:24.212] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820c47078) at ../src/backe...
[09:54:24.212] #8  0x00000000007d22ec in main (argc=8, argv=0x820c47078) at ../src/backend/main/main.c:196
[09:54:24.483] #0  0x000000082daca41a in thr_kill () from /lib/libc.so.7
core
[09:54:24.493] #0  0x000000082daca41a in thr_kill () from /lib/libc.so.7
[09:54:24.493] #1  0x000000082da43e64 in raise () from /lib/libc.so.7
[09:54:24.493] #2  0x000000082daf46f9 in abort () from /lib/libc.so.7
[09:54:24.493] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:54:24.493] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:54:24.493] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:54:24.493] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:54:24.493] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8214e2b58) at ../src/backe...
[09:54:24.493] #8  0x00000000007d22ec in main (argc=8, argv=0x8214e2b58) at ../src/backend/main/main.c:196
[09:54:24.760] #0  0x00000008298dc41a in thr_kill () from /lib/libc.so.7
core
[09:54:24.770] #0  0x00000008298dc41a in thr_kill () from /lib/libc.so.7
[09:54:24.770] #1  0x0000000829855e64 in raise () from /lib/libc.so.7
[09:54:24.770] #2  0x00000008299066f9 in abort () from /lib/libc.so.7
[09:54:24.770] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:54:24.770] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:54:24.770] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:54:24.770] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:54:24.770] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x82126ec48) at ../src/backe...
[09:54:24.770] #8  0x00000000007d22ec in main (argc=8, argv=0x82126ec48) at ../src/backend/main/main.c:196
[09:54:25.037] #0  0x0000000829c4a41a in thr_kill () from /lib/libc.so.7
core
[09:54:25.047] #0  0x0000000829c4a41a in thr_kill () from /lib/libc.so.7
[09:54:25.047] #1  0x0000000829bc3e64 in raise () from /lib/libc.so.7
[09:54:25.047] #2  0x0000000829c746f9 in abort () from /lib/libc.so.7
[09:54:25.047] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:54:25.047] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:54:25.047] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:54:25.047] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:54:25.047] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821184a50) at ../src/backe...
[09:54:25.047] #8  0x00000000007d22ec in main (argc=8, argv=0x821184a50) at ../src/backend/main/main.c:196
[09:54:25.305] #0  0x000000082d43141a in thr_kill () from /lib/libc.so.7
core
[09:54:33.884] #0  0x000000082c3ee41a in thr_kill () from /lib/libc.so.7
[09:54:33.884] #1  0x000000082c367e64 in raise () from /lib/libc.so.7
[09:54:33.884] #2  0x000000082c4186f9 in abort () from /lib/libc.so.7
[09:54:33.884] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:54:33.884] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:54:33.884] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:54:33.884] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:54:33.884] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820cbc868) at ../src/backe...
[09:54:33.884] #8  0x00000000007d22ec in main (argc=4, argv=0x820cbc868) at ../src/backend/main/main.c:196
[09:54:34.133] #0  0x000000082b80041a in thr_kill () from /lib/libc.so.7
core
[09:54:25.314] #0  0x000000082d43141a in thr_kill () from /lib/libc.so.7
[09:54:25.314] #1  0x000000082d3aae64 in raise () from /lib/libc.so.7
[09:54:25.314] #2  0x000000082d45b6f9 in abort () from /lib/libc.so.7
[09:54:25.314] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:54:25.314] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:54:25.314] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:54:25.314] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:54:25.314] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821196218) at ../src/backe...
[09:54:25.314] #8  0x00000000007d22ec in main (argc=8, argv=0x821196218) at ../src/backend/main/main.c:196
[09:54:25.563] #0  0x000000082aa9041a in thr_kill () from /lib/libc.so.7
core
[09:54:25.572] #0  0x000000082aa9041a in thr_kill () from /lib/libc.so.7
[09:54:25.572] #1  0x000000082aa09e64 in raise () from /lib/libc.so.7
[09:54:25.572] #2  0x000000082aaba6f9 in abort () from /lib/libc.so.7
[09:54:25.572] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:54:25.572] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:54:25.572] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:54:25.572] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:54:25.572] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821a232f8) at ../src/backe...
[09:54:25.572] #8  0x00000000007d22ec in main (argc=8, argv=0x821a232f8) at ../src/backend/main/main.c:196
[09:54:25.823] #0  0x000000082b3cf41a in thr_kill () from /lib/libc.so.7
core
[09:54:25.833] #0  0x000000082b3cf41a in thr_kill () from /lib/libc.so.7
[09:54:25.833] #1  0x000000082b348e64 in raise () from /lib/libc.so.7
[09:54:25.833] #2  0x000000082b3f96f9 in abort () from /lib/libc.so.7
[09:54:25.833] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:54:25.833] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:54:25.833] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:54:25.833] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:54:25.833] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820e84700) at ../src/backe...
[09:54:25.833] #8  0x00000000007d22ec in main (argc=8, argv=0x820e84700) at ../src/backend/main/main.c:196
[09:54:26.089] #0  0x000000082c3f341a in thr_kill () from /lib/libc.so.7
core
[09:54:26.099] #0  0x000000082c3f341a in thr_kill () from /lib/libc.so.7
[09:54:26.099] #1  0x000000082c36ce64 in raise () from /lib/libc.so.7
[09:54:26.099] #2  0x000000082c41d6f9 in abort () from /lib/libc.so.7
[09:54:26.099] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:54:26.099] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:54:26.099] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:54:26.099] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:54:26.099] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821202c90) at ../src/backe...
[09:54:26.099] #8  0x00000000007d22ec in main (argc=8, argv=0x821202c90) at ../src/backend/main/main.c:196
[09:54:26.378] #0  0x000000082bc7241a in thr_kill () from /lib/libc.so.7
core
[09:54:26.387] #0  0x000000082bc7241a in thr_kill () from /lib/libc.so.7
[09:54:26.387] #1  0x000000082bbebe64 in raise () from /lib/libc.so.7
[09:54:26.387] #2  0x000000082bc9c6f9 in abort () from /lib/libc.so.7
[09:54:26.387] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:54:26.387] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:54:26.387] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:54:26.387] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:54:26.387] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8211fa0d0) at ../src/backe...
[09:54:26.387] #8  0x00000000007d22ec in main (argc=8, argv=0x8211fa0d0) at ../src/backend/main/main.c:196
[09:54:26.647] #0  0x000000082cbe941a in thr_kill () from /lib/libc.so.7
core
[09:54:26.657] #0  0x000000082cbe941a in thr_kill () from /lib/libc.so.7
[09:54:26.657] #1  0x000000082cb62e64 in raise () from /lib/libc.so.7
[09:54:26.657] #2  0x000000082cc136f9 in abort () from /lib/libc.so.7
[09:54:26.657] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:54:26.657] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:54:26.657] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:54:26.657] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:54:26.657] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8211e4df8) at ../src/backe...
[09:54:26.657] #8  0x00000000007d22ec in main (argc=8, argv=0x8211e4df8) at ../src/backend/main/main.c:196
[09:54:26.905] #0  0x000000082cfd541a in thr_kill () from /lib/libc.so.7
core
[09:54:33.611] #0  0x000000082d64941a in thr_kill () from /lib/libc.so.7
[09:54:33.611] #1  0x000000082d5c2e64 in raise () from /lib/libc.so.7
[09:54:33.611] #2  0x000000082d6736f9 in abort () from /lib/libc.so.7
[09:54:33.611] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:54:33.611] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:54:33.611] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:54:33.611] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:54:33.611] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820deaea8) at ../src/backe...
[09:54:33.611] #8  0x00000000007d22ec in main (argc=4, argv=0x820deaea8) at ../src/backend/main/main.c:196
[09:54:33.875] #0  0x000000082c3ee41a in thr_kill () from /lib/libc.so.7
core
[09:54:33.337] #0  0x000000082a78941a in thr_kill () from /lib/libc.so.7
[09:54:33.337] #1  0x000000082a702e64 in raise () from /lib/libc.so.7
[09:54:33.337] #2  0x000000082a7b36f9 in abort () from /lib/libc.so.7
[09:54:33.337] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:54:33.337] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:54:33.337] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:54:33.337] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:54:33.337] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8219c5838) at ../src/backe...
[09:54:33.337] #8  0x00000000007d22ec in main (argc=4, argv=0x8219c5838) at ../src/backend/main/main.c:196
[09:54:33.601] #0  0x000000082d64941a in thr_kill () from /lib/libc.so.7
core
[09:54:26.915] #0  0x000000082cfd541a in thr_kill () from /lib/libc.so.7
[09:54:26.915] #1  0x000000082cf4ee64 in raise () from /lib/libc.so.7
[09:54:26.915] #2  0x000000082cfff6f9 in abort () from /lib/libc.so.7
[09:54:26.915] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:54:26.915] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:54:26.915] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:54:26.915] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:54:26.915] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821a7cf18) at ../src/backe...
[09:54:26.915] #8  0x00000000007d22ec in main (argc=8, argv=0x821a7cf18) at ../src/backend/main/main.c:196
[09:54:27.164] #0  0x000000082b09e41a in thr_kill () from /lib/libc.so.7
core
[09:54:27.173] #0  0x000000082b09e41a in thr_kill () from /lib/libc.so.7
[09:54:27.173] #1  0x000000082b017e64 in raise () from /lib/libc.so.7
[09:54:27.173] #2  0x000000082b0c86f9 in abort () from /lib/libc.so.7
[09:54:27.173] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:54:27.173] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:54:27.173] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:54:27.173] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:54:27.173] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820dd50a0) at ../src/backe...
[09:54:27.173] #8  0x00000000007d22ec in main (argc=8, argv=0x820dd50a0) at ../src/backend/main/main.c:196
[09:54:27.425] #0  0x000000082a24f41a in thr_kill () from /lib/libc.so.7
core
[09:54:27.434] #0  0x000000082a24f41a in thr_kill () from /lib/libc.so.7
[09:54:27.434] #1  0x000000082a1c8e64 in raise () from /lib/libc.so.7
[09:54:27.434] #2  0x000000082a2796f9 in abort () from /lib/libc.so.7
[09:54:27.434] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:54:27.434] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:54:27.434] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:54:27.434] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:54:27.435] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8213f5028) at ../src/backe...
[09:54:27.435] #8  0x00000000007d22ec in main (argc=8, argv=0x8213f5028) at ../src/backend/main/main.c:196
[09:54:27.697] #0  0x000000082a1e841a in thr_kill () from /lib/libc.so.7
core
[09:54:27.707] #0  0x000000082a1e841a in thr_kill () from /lib/libc.so.7
[09:54:27.707] #1  0x000000082a161e64 in raise () from /lib/libc.so.7
[09:54:27.707] #2  0x000000082a2126f9 in abort () from /lib/libc.so.7
[09:54:27.707] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:54:27.707] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:54:27.707] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:54:27.707] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:54:27.707] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820d156a8) at ../src/backe...
[09:54:27.707] #8  0x00000000007d22ec in main (argc=8, argv=0x820d156a8) at ../src/backend/main/main.c:196
[09:54:27.970] #0  0x000000082d16841a in thr_kill () from /lib/libc.so.7
core
[09:54:27.979] #0  0x000000082d16841a in thr_kill () from /lib/libc.so.7
[09:54:27.979] #1  0x000000082d0e1e64 in raise () from /lib/libc.so.7
[09:54:27.979] #2  0x000000082d1926f9 in abort () from /lib/libc.so.7
[09:54:27.979] #3  0x0000000000aa1935 in ExceptionalCondition (conditionName=0x2e71a9 "(remainMask.mask | targetMask.mas...
[09:54:27.979] #4  0x000000000089e007 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:54:27.979] #5  0x000000000089c509 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[09:54:27.979] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:54:27.980] #7  0x000000000089b8db in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821b8ac60) at ../src/backe...
[09:54:27.980] #8  0x00000000007d22ec in main (argc=8, argv=0x821b8ac60) at ../src/backend/main/main.c:196
[09:54:28.241] #0  0x000000082bdbd41a in thr_kill () from /lib/libc.so.7
tap
[09:50:56.309](0.197s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/amcheck/001_verify_heapam/data/t...
tap
[09:50:56.350](0.209s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/amcheck/002_cic/data/t_002_cic_C...
tap
[09:50:56.350](0.183s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/amcheck/003_cic_2pc/data/t_003_c...
tap
[09:50:56.530](0.250s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/amcheck/004_verify_nbtree_unique...
tap
[09:50:56.706](0.195s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/amcheck/005_pitr/data/t_005_pitr...
tap
[09:50:57.463](0.223s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/authentication/001_password/data...
tap
[09:50:57.431](0.208s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/authentication/002_saslprep/data...
tap
[09:50:57.482](0.228s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/authentication/003_peer/data/t_0...
tap
[09:50:57.589](0.238s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/authentication/004_file_inclusio...
tap
[09:50:57.804](0.254s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/authentication/006_login_trigger...
tap
[09:50:56.659](0.182s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/auto_explain/001_auto_explain/da...
tap
[09:50:56.688](0.184s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/basebackup_to_shell/001_basic/da...
tap
[09:50:56.822](0.268s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/bloom/001_wal/data/t_001_wal_pri...
tap
[09:51:00.582](0.226s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/brin/01_workitems/data/t_01_work...
tap
[09:51:00.651](0.207s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/brin/02_wal_consistency/data/t_0...
tap
[09:51:03.053](0.218s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/checksums/001_basic/data/t_001_b...
tap
[09:51:03.112](0.207s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/checksums/002_restarts/data/t_00...
tap
[09:51:03.135](0.205s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/checksums/003_standby_restarts/d...
tap
[09:51:03.156](0.205s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/checksums/004_offline/data/t_004...
tap
[09:51:00.700](0.216s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/commit_ts/001_base/data/t_001_ba...
tap
[09:51:00.889](0.206s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/commit_ts/002_standby/data/t_002...
tap
[09:51:00.917](0.174s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/commit_ts/003_standby_2/data/t_0...
tap
[09:51:00.994](0.260s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/commit_ts/004_restart/data/t_004...
tap
[09:51:03.896](0.234s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/icu/010_database/data/t_010_data...
tap
[09:51:01.025](0.178s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/injection_points/001_stats/data/...
tap
[09:27:05.427](0.432s) Bail out!  pg_ctl restart failed
tap
[09:51:01.939](0.304s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/ldap_password_func/001_mutated_b...
tap
[09:51:03.759](0.202s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/ldap/001_auth/data/t_001_auth_no...
tap
[09:51:04.076](0.209s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/ldap/002_bindpasswd/data/t_002_b...
tap
[09:51:01.209](0.178s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/libpq_pipeline/001_libpq_pipelin...
tap
[09:50:40.626](0.208s) Bail out!  pg_ctl stop failed
tap
[09:50:38.866](0.206s) Bail out!  pg_ctl restart failed
tap
[09:50:44.215](0.207s) Bail out!  pg_ctl stop failed
tap
[09:50:43.079](1.496s) Bail out!  pg_ctl stop failed
tap
[09:50:45.829](0.205s) Bail out!  pg_ctl restart failed
tap
[09:50:50.658](0.974s) Bail out!  pg_ctl stop failed
tap
[09:50:49.680](0.000s) not ok 23 - data_checksums=on is reported on an offline cluster stdout /(?^:^on$)/
[09:50:50.144](0.349s) Bail out!  pg_ctl stop failed
tap
[09:50:50.648](0.618s) Bail out!  pg_ctl start failed
tap
[09:50:50.766](0.207s) Bail out!  pg_ctl start failed
tap
[09:50:51.395](0.156s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_combinebackup/005_integrity/d...
tap
[09:50:51.395](0.157s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_combinebackup/006_db_file_cop...
tap
[09:50:51.447](0.136s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_combinebackup/007_wal_level_m...
tap
[09:50:51.712](0.182s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_combinebackup/008_promote/dat...
tap
[09:50:51.705](0.171s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_combinebackup/009_no_full_fil...
tap
[09:50:51.913](0.174s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_controldata/001_pg_controldat...
tap
[09:50:52.027](0.161s) not ok 11 - pg_ctl initdb
tap
[09:50:52.009](0.157s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_ctl/002_status/data/t_002_sta...
tap
[09:50:52.209](0.159s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_ctl/003_promote/data/t_003_pr...
tap
[09:50:52.305](0.161s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_ctl/004_logrotate/data/t_004_...
tap
[09:50:52.470](0.160s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_dump/002_pg_dump/data/t_002_p...
tap
[09:50:52.502](0.156s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_dump/003_pg_dump_with_server/...
tap
[09:50:52.600](0.159s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_dump/004_pg_dump_parallel/dat...
tap
[09:50:52.642](0.156s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_dump/005_pg_dump_filterfile/d...
tap
[09:50:52.765](0.154s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_dump/010_dump_connstr/data/t_...
tap
[09:50:57.068](0.256s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_prewarm/001_basic/data/t_001_...
tap
[09:50:52.801](0.155s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_resetwal/001_basic/data/t_001...
tap
[09:50:52.893](0.158s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_resetwal/002_corrupted/data/t...
tap
[09:50:52.940](0.159s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_rewind/001_basic/data/t_001_b...
tap
[09:50:53.060](0.156s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_rewind/002_databases/data/t_0...
tap
[09:50:53.097](0.158s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_rewind/003_extrafiles/data/t_...
tap
[09:50:53.188](0.158s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_rewind/004_pg_xlog_symlink/da...
tap
[09:50:53.235](0.158s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_rewind/005_same_timeline/data...
tap
[09:50:53.395](0.160s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_rewind/007_standby_source/dat...
tap
[09:50:53.488](0.165s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_rewind/008_min_recovery_point...
tap
[09:50:53.501](0.161s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_rewind/009_growing_files/data...
tap
[09:50:53.538](0.165s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_rewind/010_keep_recycled_wals...
tap
[09:50:57.057](0.188s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_stat_statements/010_restart/d...
tap
[09:26:58.601](0.865s) Bail out!  pg_ctl stop failed
tap
[09:26:05.240](3.299s) Bail out!  pg_ctl stop failed
tap
[09:26:06.942](3.254s) Bail out!  pg_ctl stop failed
tap
[09:50:53.826](0.164s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_verifybackup/002_algorithm/da...
tap
[09:50:53.842](0.166s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_verifybackup/003_corruption/d...
tap
[09:50:53.920](0.167s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_verifybackup/004_options/data...
tap
[09:50:54.137](0.167s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_verifybackup/006_encoding/dat...
tap
[09:50:54.147](0.165s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_verifybackup/007_wal/data/t_0...
tap
[09:50:54.230](0.168s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_verifybackup/008_untar/data/t...
tap
[09:50:54.243](0.172s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_verifybackup/009_extract/data...
tap
[09:50:54.458](0.179s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_verifybackup/010_client_untar...
tap
[09:50:57.051](0.214s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_visibility/001_concurrent_tra...
tap
[09:50:57.068](0.174s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_visibility/002_corrupt_vm/dat...
tap
[09:50:54.493](0.168s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_waldump/001_basic/data/t_001_...
tap
[09:50:54.551](0.180s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_waldump/002_save_fullpage/dat...
tap
[09:50:54.676](0.160s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_walsummary/002_blocks/data/t_...
tap
[09:50:54.764](0.167s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pgbench/001_pgbench_with_server/...
tap
[09:50:57.806](0.212s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/postmaster/001_connection_limits...
tap
[09:50:57.797](0.175s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/postmaster/002_start_stop/data/t...
tap
[09:50:54.892](0.171s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/psql/001_basic/data/t_001_basic_...
tap
[09:50:55.001](0.166s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/psql/010_tab_completion/data/t_0...
tap
[09:50:55.072](0.166s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/psql/020_cancel/data/t_020_cance...
tap
[09:26:04.145](4.419s) Bail out!  pg_ctl stop failed
tap
[09:26:03.908](0.616s) Bail out!  pg_ctl stop failed
tap
[09:26:08.144](3.271s) Bail out!  pg_ctl stop failed
tap
[09:26:07.866](0.520s) Bail out!  pg_ctl restart failed
tap
[09:26:10.874](0.729s) Bail out!  pg_ctl stop failed
tap
[09:26:20.891](12.881s) Bail out!  pg_ctl restart failed
tap
[09:26:11.783](0.901s) Bail out!  pg_ctl stop failed
tap
[09:26:13.222](0.834s) Bail out!  pg_ctl stop failed
tap
[09:26:15.042](2.460s) Bail out!  pg_ctl stop failed
tap
[09:26:15.938](0.917s) Bail out!  pg_ctl stop failed
tap
[09:26:21.092](5.478s) Bail out!  pg_ctl stop failed
tap
[09:26:22.860](6.648s) Bail out!  pg_ctl stop failed
tap
[09:26:22.027](1.088s) Bail out!  pg_ctl restart failed
tap
[09:26:24.015](1.944s) Bail out!  pg_ctl stop failed
tap
[09:26:24.702](1.228s) Bail out!  pg_ctl stop failed
tap
[09:26:24.655](1.054s) Bail out!  pg_ctl stop failed
tap
[09:26:27.719](0.732s) Bail out!  pg_ctl stop failed
tap
[09:26:28.144](0.638s) Bail out!  pg_ctl stop failed
tap
[09:26:28.831](2.735s) Bail out!  pg_ctl restart failed
tap
[09:26:32.535](0.520s) Bail out!  pg_ctl stop failed
tap
[09:27:15.923](0.204s) Bail out!  pg_ctl restart failed
tap
[09:26:36.514](0.517s) Bail out!  pg_ctl stop failed
tap
[09:26:36.577](0.525s) Bail out!  pg_ctl stop failed
tap
[09:26:41.631](0.423s) Bail out!  pg_ctl restart failed
tap
[09:26:42.569](0.638s) Bail out!  pg_ctl restart failed
tap
[09:26:49.652](2.098s) Bail out!  pg_ctl stop failed
tap
[09:26:46.832](3.366s) Bail out!  pg_ctl stop failed
tap
[09:26:50.796](2.796s) Bail out!  pg_ctl stop failed
tap
[09:26:57.470](0.886s) Bail out!  pg_ctl stop failed
tap
[09:26:54.495](3.509s) Bail out!  pg_ctl stop failed
tap
[09:27:00.253](0.319s) Bail out!  pg_ctl restart failed
tap
[09:27:00.356](0.340s) Bail out!  pg_ctl stop failed
tap
[09:27:02.891](0.208s) Bail out!  pg_ctl stop failed
tap
[09:27:02.616](0.216s) Bail out!  pg_ctl stop failed
tap
[09:27:04.498](0.830s) Bail out!  pg_ctl stop failed
tap
[09:50:55.212](0.167s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/010_clusterdb/data/t_010...
tap
[09:50:55.212](0.168s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/011_clusterdb_all/data/t...
tap
[09:50:55.329](0.174s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/020_createdb/data/t_020_...
tap
[09:50:55.396](0.171s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/040_createuser/data/t_04...
tap
[09:50:55.540](0.176s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/050_dropdb/data/t_050_dr...
tap
[09:50:55.549](0.179s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/070_dropuser/data/t_070_...
tap
[09:50:55.660](0.173s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/080_pg_isready/data/t_08...
tap
[09:50:55.767](0.211s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/090_reindexdb/data/t_090...
tap
[09:50:55.911](0.231s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/091_reindexdb_all/data/t...
tap
[09:50:55.959](0.203s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/100_vacuumdb/data/t_100_...
tap
[09:50:55.972](0.181s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/101_vacuumdb_all/data/t_...
tap
[09:50:56.024](0.213s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/102_vacuumdb_stages/data...
tap
[09:50:56.132](0.207s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/200_connstr/data/t_200_c...
tap
[09:51:01.231](0.175s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/ssl_passphrase_callback/001_test...
tap
[09:51:03.508](0.223s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/ssl/001_ssltests/data/t_001_sslt...
tap
[09:51:03.499](0.234s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/ssl/002_scram/data/t_002_scram_p...
tap
[09:51:03.537](0.211s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/ssl/003_sslinfo/data/t_003_sslin...
tap
[09:50:57.896](0.205s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/001_rep_changes/dat...
tap
[09:50:57.979](0.222s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/002_types/data/t_00...
tap
[09:50:58.141](0.189s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/003_constraints/dat...
tap
[09:50:58.235](0.270s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/004_sync/data/t_004...
tap
[09:50:58.218](0.208s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/005_encoding/data/t...
tap
[09:50:58.237](0.168s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/006_rewrite/data/t_...
tap
[09:50:58.419](0.291s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/007_ddl/data/t_007_...
tap
[09:50:58.478](0.191s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/008_diff_schema/dat...
tap
[09:50:58.593](0.212s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/009_matviews/data/t...
tap
[09:50:58.631](0.227s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/010_truncate/data/t...
tap
[09:50:58.584](0.176s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/011_generated/data/...
tap
[09:50:58.772](0.205s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/012_collation/data/...
tap
[09:50:58.917](0.290s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/013_partition/data/...
tap
[09:50:58.935](0.181s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/014_binary/data/t_0...
tap
[09:50:58.969](0.216s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/015_stream/data/t_0...
tap
[09:50:59.050](0.278s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/016_stream_subxact/...
tap
[09:50:59.133](0.202s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/017_stream_ddl/data...
tap
[09:50:59.343](0.276s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/018_stream_subxact_...
tap
[09:50:59.351](0.252s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/019_stream_subxact_...
tap
[09:50:59.347](0.225s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/020_messages/data/t...
tap
[09:50:59.445](0.196s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/021_twophase/data/t...
tap
[09:50:59.527](0.243s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/022_twophase_cascad...
tap
[09:50:59.746](0.218s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/023_twophase_stream...
tap
[09:50:59.835](0.296s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/024_add_drop_pub/da...
tap
[09:50:59.735](0.228s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/025_rep_changes_for...
tap
[09:50:59.944](0.318s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/026_stats/data/t_02...
tap
[09:50:59.911](0.233s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/027_nosuperuser/dat...
tap
[09:51:00.157](0.277s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/028_row_filter/data...
tap
[09:51:00.188](0.257s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/029_on_error/data/t...
tap
[09:51:00.169](0.179s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/030_origin/data/t_0...
tap
[09:51:00.307](0.247s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/031_column_list/dat...
tap
[09:51:00.294](0.203s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/032_subscribe_use_i...
tap
[09:51:00.536](0.212s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/033_run_as_table_ow...
tap
[09:51:00.568](0.231s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/100_bugs/data/t_100...
tap
[09:51:01.308](0.175s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/test_custom_rmgrs/001_basic/data...
tap
[09:50:57.203](0.215s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/test_decoding/001_repl_stats/dat...
tap
[09:51:01.791](0.265s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/test_misc/001_constraint_validat...
tap
[09:51:02.081](0.423s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/test_misc/002_tablespace/data/t_...
tap
[09:51:02.226](0.287s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/test_misc/003_check_guc/data/t_0...
tap
[09:51:02.263](0.251s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/test_misc/004_io_direct/data/t_0...
tap
[09:51:02.365](0.256s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/test_misc/005_timeouts/data/t_00...
tap
[09:51:02.472](0.239s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/test_misc/006_signal_autovacuum/...
tap
[09:51:02.607](0.211s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/test_pg_dump/001_base/data/t_001...
tap
[09:51:02.627](0.216s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/test_slru/001_multixact/data/t_0...
tap
[09:51:02.754](0.223s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/worker_spi/001_worker_spi/data/t...
test
[09:52:44.158]   5/318 postgresql:recovery / recovery/003_recovery_targets                             ERROR            ...
[09:52:44.158]   6/318 postgresql:recovery / recovery/001_stream_rep                                   ERROR            ...
[09:52:44.158]   7/318 postgresql:pg_upgrade / pg_upgrade/003_logical_slots                            ERROR            ...
[09:52:44.158]   8/318 postgresql:pg_upgrade / pg_upgrade/004_subscription                             ERROR            ...
[09:52:44.158]   9/318 postgresql:recovery / recovery/006_logical_decoding                             ERROR            ...
[09:52:44.158]  11/318 postgresql:recovery / recovery/004_timeline_switch                              ERROR            ...
[09:52:44.158]  12/318 postgresql:recovery / recovery/009_twophase                                     ERROR            ...
[09:52:44.158]  13/318 postgresql:recovery / recovery/007_sync_rep                                     ERROR            ...
[09:52:44.158]  14/318 postgresql:recovery / recovery/010_logical_decoding_timelines                   ERROR            ...
[09:52:44.158]  15/318 postgresql:recovery / recovery/012_subtransactions                              ERROR            ...
[09:52:44.158]  16/318 postgresql:recovery / recovery/014_unlogged_reinit                              ERROR            ...
[09:52:44.158]  18/318 postgresql:recovery / recovery/008_fsm_truncation                               ERROR            ...
[09:52:44.158]  19/318 postgresql:recovery / recovery/015_promotion_pages                              ERROR            ...
[09:52:44.158]  20/318 postgresql:recovery / recovery/017_shm                                          ERROR            ...
[09:52:44.158]  21/318 postgresql:recovery / recovery/016_min_consistency                              ERROR            ...
[09:52:44.158]  22/318 postgresql:recovery / recovery/018_wal_optimize                                 ERROR            ...
[09:52:44.158]  23/318 postgresql:recovery / recovery/020_archive_status                               ERROR            ...
[09:52:44.158]  24/318 postgresql:recovery / recovery/019_replslot_limit                               ERROR            ...
[09:52:44.158]  25/318 postgresql:recovery / recovery/021_row_visibility                               ERROR            ...
[09:52:44.158]  26/318 postgresql:recovery / recovery/024_archive_recovery                             ERROR            ...
[09:52:44.158]  27/318 postgresql:recovery / recovery/023_pitr_prepared_xact                           ERROR            ...
[09:52:44.158]  28/318 postgresql:recovery / recovery/026_overwrite_contrecord                         ERROR            ...
[09:52:44.158]  30/318 postgresql:recovery / recovery/029_stats_restart                                ERROR            ...
[09:52:44.158]  31/318 postgresql:recovery / recovery/028_pitr_timelines                               ERROR            ...
[09:52:44.158]  32/318 postgresql:recovery / recovery/030_stats_cleanup_replica                        ERROR            ...
[09:52:44.158]  33/318 postgresql:recovery / recovery/031_recovery_conflict                            ERROR            ...
[09:52:44.158]  34/318 postgresql:recovery / recovery/033_replay_tsp_drops                             ERROR            ...
[09:52:44.158]  35/318 postgresql:recovery / recovery/032_relfilenode_reuse                            ERROR            ...
[09:52:44.158]  36/318 postgresql:recovery / recovery/034_create_database                              ERROR            ...
[09:52:44.158]  37/318 postgresql:recovery / recovery/036_truncated_dropped                            ERROR            ...
[09:52:44.158]  39/318 postgresql:recovery / recovery/035_standby_logical_decoding                     ERROR            ...
[09:52:44.158]  40/318 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[09:52:44.158]  41/318 postgresql:recovery / recovery/039_end_of_wal                                   ERROR            ...
[09:52:44.158]  42/318 postgresql:recovery / recovery/038_save_logical_slots_shutdown                  ERROR            ...
[09:52:44.158]  43/318 postgresql:recovery / recovery/041_checkpoint_at_promote                        ERROR            ...
[09:52:44.158]  44/318 postgresql:recovery / recovery/040_standby_failover_slots_sync                  ERROR            ...
[09:52:44.158]  45/318 postgresql:recovery / recovery/042_low_level_backup                             ERROR            ...
[09:52:44.158]  46/318 postgresql:kerberos / kerberos/001_auth                                         ERROR            ...
[09:52:44.158]  47/318 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[09:52:44.158]  48/318 postgresql:regress / regress/regress                                            ERROR           1...
[09:52:44.158]  49/318 postgresql:plperl / plperl/regress                                              ERROR           1...
[09:52:44.158]  50/318 postgresql:plpgsql / plpgsql/regress                                            ERROR           1...
[09:52:44.158]  51/318 postgresql:plpython / plpython/regress                                          ERROR           1...
[09:52:44.158]  52/318 postgresql:isolation / isolation/isolation                                      ERROR           1...
[09:52:44.158]  53/318 postgresql:pltcl / pltcl/regress                                                ERROR           1...
[09:52:44.158]  54/318 postgresql:recovery / recovery/013_crash_restart                                ERROR           2...
[09:52:44.158]  55/318 postgresql:recovery / recovery/022_crash_temp_files                             ERROR           2...
[09:52:44.158]  56/318 postgresql:amcheck / amcheck/regress                                            ERROR           1...
[09:52:44.158]  57/318 postgresql:basic_archive / basic_archive/regress                                ERROR           1...
[09:52:44.158]  58/318 postgresql:bloom / bloom/regress                                                ERROR           1...
[09:52:44.158]  59/318 postgresql:bool_plperl / bool_plperl/regress                                    ERROR           1...
[09:52:44.158]  60/318 postgresql:btree_gin / btree_gin/regress                                        ERROR           1...
[09:52:44.158]  61/318 postgresql:btree_gist / btree_gist/regress                                      ERROR           1...
[09:52:44.158]  62/318 postgresql:citext / citext/regress                                              ERROR           1...
[09:52:44.158]  63/318 postgresql:cube / cube/regress                                                  ERROR           1...
[09:52:44.159]  64/318 postgresql:dblink / dblink/regress                                              ERROR           1...
[09:52:44.159]  65/318 postgresql:dict_int / dict_int/regress                                          ERROR           1...
[09:52:44.159]  66/318 postgresql:dict_xsyn / dict_xsyn/regress                                        ERROR           1...
[09:52:44.159]  67/318 postgresql:earthdistance / earthdistance/regress                                ERROR           1...
[09:52:44.159]  68/318 postgresql:file_fdw / file_fdw/regress                                          ERROR           1...
[09:52:44.159]  69/318 postgresql:fuzzystrmatch / fuzzystrmatch/regress                                ERROR           1...
[09:52:44.159]  70/318 postgresql:hstore / hstore/regress                                              ERROR           1...
[09:52:44.159]  71/318 postgresql:hstore_plperl / hstore_plperl/regress                                ERROR           1...
[09:52:44.159]  72/318 postgresql:hstore_plpython / hstore_plpython/regress                            ERROR           1...
[09:52:44.159]  73/318 postgresql:isn / isn/regress                                                    ERROR           1...
[09:52:44.159]  74/318 postgresql:jsonb_plperl / jsonb_plperl/regress                                  ERROR           1...
[09:52:44.159]  75/318 postgresql:jsonb_plpython / jsonb_plpython/regress                              ERROR           1...
[09:52:44.159]  76/318 postgresql:intarray / intarray/regress                                          ERROR           1...
[09:52:44.159]  77/318 postgresql:lo / lo/regress                                                      ERROR           1...
[09:52:44.159]  78/318 postgresql:ltree / ltree/regress                                                ERROR           1...
[09:52:44.159]  79/318 postgresql:ltree_plpython / ltree_plpython/regress                              ERROR           1...
[09:52:44.159]  80/318 postgresql:pageinspect / pageinspect/regress                                    ERROR           1...
[09:52:44.159]  81/318 postgresql:passwordcheck / passwordcheck/regress                                ERROR           1...
[09:52:44.159]  82/318 postgresql:pg_buffercache / pg_buffercache/regress                              ERROR           1...
[09:52:44.159]  83/318 postgresql:pg_freespacemap / pg_freespacemap/regress                            ERROR           1...
[09:52:44.159]  84/318 postgresql:pgcrypto / pgcrypto/regress                                          ERROR           1...
[09:52:44.159]  85/318 postgresql:pg_logicalinspect / pg_logicalinspect/isolation                      ERROR           1...
[09:52:44.159]  86/318 postgresql:pgrowlocks / pgrowlocks/isolation                                    ERROR           1...
[09:52:44.159]  87/318 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR           1...
[09:52:44.159]  88/318 postgresql:pgstattuple / pgstattuple/regress                                    ERROR           1...
[09:52:44.159]  89/318 postgresql:pg_surgery / pg_surgery/regress                                      ERROR           1...
[09:52:44.159]  90/318 postgresql:pg_visibility / pg_visibility/regress                                ERROR           1...
[09:52:44.159]  91/318 postgresql:pg_trgm / pg_trgm/regress                                            ERROR           1...
[09:52:44.159]  92/318 postgresql:pg_walinspect / pg_walinspect/regress                                ERROR           1...
[09:52:44.159]  93/318 postgresql:postgres_fdw / postgres_fdw/regress                                  ERROR           1...
[09:52:44.159]  94/318 postgresql:seg / seg/regress                                                    ERROR           1...
[09:52:44.159]  95/318 postgresql:tablefunc / tablefunc/regress                                        ERROR           1...
[09:52:44.159]  96/318 postgresql:tcn / tcn/isolation                                                  ERROR           1...
[09:52:44.159]  97/318 postgresql:tsm_system_rows / tsm_system_rows/regress                            ERROR           1...
[09:52:44.159]  98/318 postgresql:tsm_system_time / tsm_system_time/regress                            ERROR           1...
[09:52:44.159]  99/318 postgresql:test_decoding / test_decoding/isolation                              ERROR           1...
[09:52:44.159] 100/318 postgresql:test_decoding / test_decoding/regress                                ERROR           1...
[09:52:44.159] 101/318 postgresql:unaccent / unaccent/regress                                          ERROR           1...
[09:52:44.159] 102/318 postgresql:uuid-ossp / uuid-ossp/regress                                        ERROR           1...
[09:52:44.159] 103/318 postgresql:xml2 / xml2/regress                                                  ERROR           1...
[09:52:44.159] 104/318 postgresql:brin / brin/isolation                                                ERROR           1...
[09:52:44.159] 105/318 postgresql:commit_ts / commit_ts/regress                                        ERROR           1...
[09:52:44.159] 106/318 postgresql:delay_execution / delay_execution/isolation                          ERROR           1...
[09:52:44.159] 107/318 postgresql:dummy_index_am / dummy_index_am/regress                              ERROR           1...
[09:52:44.159] 108/318 postgresql:dummy_seclabel / dummy_seclabel/regress                              ERROR           1...
[09:52:44.159] 109/318 postgresql:gin / gin/regress                                                    ERROR           1...
[09:52:44.159] 110/318 postgresql:injection_points / injection_points/regress                          ERROR           1...
[09:52:44.159] 111/318 postgresql:injection_points / injection_points/isolation                        ERROR           1...
[09:52:44.159] 112/318 postgresql:plsample / plsample/regress                                          ERROR           1...
[09:52:44.159] 113/318 postgresql:spgist_name_ops / spgist_name_ops/regress                            ERROR           1...
[09:52:44.159] 114/318 postgresql:test_bloomfilter / test_bloomfilter/regress                          ERROR           1...
[09:52:44.159] 115/318 postgresql:test_copy_callbacks / test_copy_callbacks/regress                    ERROR           1...
[09:52:44.159] 116/318 postgresql:test_ddl_deparse / test_ddl_deparse/regress                          ERROR           1...
[09:52:44.159] 117/318 postgresql:test_dsa / test_dsa/regress                                          ERROR           1...
[09:52:44.159] 118/318 postgresql:test_dsm_registry / test_dsm_registry/regress                        ERROR           1...
[09:52:44.159] 119/318 postgresql:test_extensions / test_extensions/regress                            ERROR           1...
[09:52:44.159] 120/318 postgresql:test_ginpostinglist / test_ginpostinglist/regress                    ERROR           1...
[09:52:44.159] 121/318 postgresql:test_lfind / test_lfind/regress                                      ERROR           1...
[09:52:44.159] 122/318 postgresql:test_oat_hooks / test_oat_hooks/regress                              ERROR           1...
[09:52:44.159] 123/318 postgresql:test_integerset / test_integerset/regress                            ERROR           1...
[09:52:44.159] 124/318 postgresql:test_parser / test_parser/regress                                    ERROR           1...
[09:52:44.159] 125/318 postgresql:test_pg_dump / test_pg_dump/regress                                  ERROR           1...
[09:52:44.159] 126/318 postgresql:test_predtest / test_predtest/regress                                ERROR           1...
[09:52:44.159] 127/318 postgresql:test_radixtree / test_radixtree/regress                              ERROR           1...
[09:52:44.160] 128/318 postgresql:test_rbtree / test_rbtree/regress                                    ERROR           1...
[09:52:44.160] 129/318 postgresql:test_regex / test_regex/regress                                      ERROR           1...
[09:52:44.160] 130/318 postgresql:test_resowner / test_resowner/regress                                ERROR           1...
[09:52:44.160] 131/318 postgresql:test_rls_hooks / test_rls_hooks/regress                              ERROR           1...
[09:52:44.160] 135/318 postgresql:test_shm_mq / test_shm_mq/regress                                    ERROR           1...
[09:52:44.160] 136/318 postgresql:libpq / libpq/005_negotiate_encryption                               ERROR            ...
[09:52:44.160] 138/318 postgresql:libpq / libpq/003_load_balance_host_list                             ERROR            ...
[09:52:44.160] 140/318 postgresql:pg_amcheck / pg_amcheck/004_verify_heapam                            ERROR            ...
[09:52:44.160] 141/318 postgresql:pg_amcheck / pg_amcheck/003_check                                    ERROR            ...
[09:52:44.160] 143/318 postgresql:pg_basebackup / pg_basebackup/010_pg_basebackup                      ERROR            ...
[09:52:44.160] 145/318 postgresql:test_slru / test_slru/regress                                        ERROR           1...
[09:52:44.160] 152/318 postgresql:pg_checksums / pg_checksums/002_actions                              ERROR            ...
[09:52:44.160] 154/318 postgresql:pg_basebackup / pg_basebackup/040_pg_createsubscriber                ERROR            ...
[09:52:44.160] 153/318 postgresql:pg_combinebackup / pg_combinebackup/002_compare_backups              ERROR            ...
[09:52:44.160] 155/318 postgresql:pg_combinebackup / pg_combinebackup/003_timeline                     ERROR            ...
[09:52:44.160] 157/318 postgresql:pg_combinebackup / pg_combinebackup/005_integrity                    ERROR            ...
[09:52:44.160] 156/318 postgresql:pg_combinebackup / pg_combinebackup/006_db_file_copy                 ERROR            ...
[09:52:44.160] 158/318 postgresql:pg_combinebackup / pg_combinebackup/007_wal_level_minimal            ERROR            ...
[09:52:44.160] 160/318 postgresql:pg_combinebackup / pg_combinebackup/009_no_full_file                 ERROR            ...
[09:52:44.160] 161/318 postgresql:pg_combinebackup / pg_combinebackup/008_promote                      ERROR            ...
[09:52:44.160] 162/318 postgresql:pg_controldata / pg_controldata/001_pg_controldata                   ERROR            ...
[09:52:44.160] 163/318 postgresql:pg_ctl / pg_ctl/002_status                                           ERROR            ...
[09:52:44.160] 164/318 postgresql:pg_ctl / pg_ctl/001_start_stop                                       ERROR            ...
[09:52:44.160] 166/318 postgresql:pg_ctl / pg_ctl/003_promote                                          ERROR            ...
[09:52:44.160] 167/318 postgresql:pg_ctl / pg_ctl/004_logrotate                                        ERROR            ...
[09:52:44.160] 169/318 postgresql:pg_dump / pg_dump/002_pg_dump                                        ERROR            ...
[09:52:44.160] 170/318 postgresql:pg_dump / pg_dump/003_pg_dump_with_server                            ERROR            ...
[09:52:44.160] 171/318 postgresql:pg_dump / pg_dump/004_pg_dump_parallel                               ERROR            ...
[09:52:44.160] 172/318 postgresql:pg_dump / pg_dump/005_pg_dump_filterfile                             ERROR            ...
[09:52:44.160] 173/318 postgresql:pg_dump / pg_dump/010_dump_connstr                                   ERROR            ...
[09:52:44.160] 174/318 postgresql:pg_resetwal / pg_resetwal/001_basic                                  ERROR            ...
[09:52:44.160] 175/318 postgresql:pg_resetwal / pg_resetwal/002_corrupted                              ERROR            ...
[09:52:44.160] 176/318 postgresql:pg_rewind / pg_rewind/001_basic                                      ERROR            ...
[09:52:44.160] 177/318 postgresql:pg_rewind / pg_rewind/002_databases                                  ERROR            ...
[09:52:44.160] 178/318 postgresql:pg_rewind / pg_rewind/003_extrafiles                                 ERROR            ...
[09:52:44.160] 179/318 postgresql:pg_rewind / pg_rewind/004_pg_xlog_symlink                            ERROR            ...
[09:52:44.160] 181/318 postgresql:pg_rewind / pg_rewind/005_same_timeline                              ERROR            ...
[09:52:44.160] 182/318 postgresql:pg_rewind / pg_rewind/007_standby_source                             ERROR            ...
[09:52:44.160] 183/318 postgresql:pg_rewind / pg_rewind/008_min_recovery_point                         ERROR            ...
[09:52:44.160] 184/318 postgresql:pg_rewind / pg_rewind/009_growing_files                              ERROR            ...
[09:52:44.160] 186/318 postgresql:pg_rewind / pg_rewind/010_keep_recycled_wals                         ERROR            ...
[09:52:44.160] 189/318 postgresql:pg_verifybackup / pg_verifybackup/002_algorithm                      ERROR            ...
[09:52:44.160] 190/318 postgresql:pg_verifybackup / pg_verifybackup/003_corruption                     ERROR            ...
[09:52:44.160] 191/318 postgresql:pg_verifybackup / pg_verifybackup/004_options                        ERROR            ...
[09:52:44.160] 193/318 postgresql:pg_verifybackup / pg_verifybackup/006_encoding                       ERROR            ...
[09:52:44.160] 194/318 postgresql:pg_verifybackup / pg_verifybackup/007_wal                            ERROR            ...
[09:52:44.160] 195/318 postgresql:pg_verifybackup / pg_verifybackup/008_untar                          ERROR            ...
[09:52:44.160] 196/318 postgresql:pg_verifybackup / pg_verifybackup/009_extract                        ERROR            ...
[09:52:44.160] 198/318 postgresql:pg_verifybackup / pg_verifybackup/010_client_untar                   ERROR            ...
[09:52:44.160] 199/318 postgresql:pg_waldump / pg_waldump/001_basic                                    ERROR            ...
[09:52:44.160] 200/318 postgresql:pg_waldump / pg_waldump/002_save_fullpage                            ERROR            ...
[09:52:44.160] 201/318 postgresql:pg_walsummary / pg_walsummary/002_blocks                             ERROR            ...
[09:52:44.160] 202/318 postgresql:pgbench / pgbench/001_pgbench_with_server                            ERROR            ...
[09:52:44.160] 203/318 postgresql:psql / psql/001_basic                                                ERROR            ...
[09:52:44.161] 205/318 postgresql:psql / psql/010_tab_completion                                       ERROR            ...
[09:52:44.161] 206/318 postgresql:psql / psql/020_cancel                                               ERROR            ...
[09:52:44.161] 208/318 postgresql:scripts / scripts/011_clusterdb_all                                  ERROR            ...
[09:52:44.161] 207/318 postgresql:scripts / scripts/010_clusterdb                                      ERROR            ...
[09:52:44.161] 209/318 postgresql:scripts / scripts/020_createdb                                       ERROR            ...
[09:52:44.161] 210/318 postgresql:scripts / scripts/040_createuser                                     ERROR            ...
[09:52:44.161] 211/318 postgresql:scripts / scripts/050_dropdb                                         ERROR            ...
[09:52:44.161] 212/318 postgresql:scripts / scripts/070_dropuser                                       ERROR            ...
[09:52:44.161] 213/318 postgresql:test_tidstore / test_tidstore/regress                                ERROR           1...
[09:52:44.161] 214/318 postgresql:scripts / scripts/080_pg_isready                                     ERROR            ...
[09:52:44.161] 215/318 postgresql:scripts / scripts/090_reindexdb                                      ERROR            ...
[09:52:44.161] 216/318 postgresql:scripts / scripts/091_reindexdb_all                                  ERROR            ...
[09:52:44.161] 217/318 postgresql:scripts / scripts/100_vacuumdb                                       ERROR            ...
[09:52:44.161] 218/318 postgresql:scripts / scripts/101_vacuumdb_all                                   ERROR            ...
[09:52:44.161] 219/318 postgresql:scripts / scripts/102_vacuumdb_stages                                ERROR            ...
[09:52:44.161] 220/318 postgresql:scripts / scripts/200_connstr                                        ERROR            ...
[09:52:44.161] 221/318 postgresql:amcheck / amcheck/001_verify_heapam                                  ERROR            ...
[09:52:44.161] 224/318 postgresql:amcheck / amcheck/002_cic                                            ERROR            ...
[09:52:44.161] 223/318 postgresql:amcheck / amcheck/003_cic_2pc                                        ERROR            ...
[09:52:44.161] 225/318 postgresql:amcheck / amcheck/004_verify_nbtree_unique                           ERROR            ...
[09:52:44.161] 226/318 postgresql:auto_explain / auto_explain/001_auto_explain                         ERROR            ...
[09:52:44.161] 227/318 postgresql:basebackup_to_shell / basebackup_to_shell/001_basic                  ERROR            ...
[09:52:44.161] 229/318 postgresql:amcheck / amcheck/005_pitr                                           ERROR            ...
[09:52:44.161] 230/318 postgresql:bloom / bloom/001_wal                                                ERROR            ...
[09:52:44.161] 231/318 postgresql:pg_visibility / pg_visibility/001_concurrent_transaction             ERROR            ...
[09:52:44.161] 232/318 postgresql:pg_stat_statements / pg_stat_statements/010_restart                  ERROR            ...
[09:52:44.161] 233/318 postgresql:pg_prewarm / pg_prewarm/001_basic                                    ERROR            ...
[09:52:44.161] 234/318 postgresql:pg_visibility / pg_visibility/002_corrupt_vm                         ERROR            ...
[09:52:44.161] 235/318 postgresql:test_decoding / test_decoding/001_repl_stats                         ERROR            ...
[09:52:44.161] 238/318 postgresql:authentication / authentication/002_saslprep                         ERROR            ...
[09:52:44.161] 239/318 postgresql:authentication / authentication/001_password                         ERROR            ...
[09:52:44.161] 240/318 postgresql:authentication / authentication/003_peer                             ERROR            ...
[09:52:44.161] 241/318 postgresql:authentication / authentication/004_file_inclusion                   ERROR            ...
[09:52:44.161] 242/318 postgresql:postmaster / postmaster/002_start_stop                               ERROR            ...
[09:52:44.161] 243/318 postgresql:authentication / authentication/006_login_trigger                    ERROR            ...
[09:52:44.161] 244/318 postgresql:postmaster / postmaster/001_connection_limits                        ERROR            ...
[09:52:44.161] 245/318 postgresql:subscription / subscription/001_rep_changes                          ERROR            ...
[09:52:44.161] 246/318 postgresql:subscription / subscription/002_types                                ERROR            ...
[09:52:44.161] 247/318 postgresql:subscription / subscription/003_constraints                          ERROR            ...
[09:52:44.161] 248/318 postgresql:subscription / subscription/005_encoding                             ERROR            ...
[09:52:44.161] 249/318 postgresql:subscription / subscription/004_sync                                 ERROR            ...
[09:52:44.161] 250/318 postgresql:subscription / subscription/006_rewrite                              ERROR            ...
[09:52:44.161] 251/318 postgresql:subscription / subscription/007_ddl                                  ERROR            ...
[09:52:44.161] 252/318 postgresql:subscription / subscription/008_diff_schema                          ERROR            ...
[09:52:44.161] 253/318 postgresql:subscription / subscription/011_generated                            ERROR            ...
[09:52:44.161] 254/318 postgresql:subscription / subscription/009_matviews                             ERROR            ...
[09:52:44.161] 255/318 postgresql:subscription / subscription/010_truncate                             ERROR            ...
[09:52:44.161] 256/318 postgresql:subscription / subscription/012_collation                            ERROR            ...
[09:52:44.161] 257/318 postgresql:subscription / subscription/013_partition                            ERROR            ...
[09:52:44.161] 258/318 postgresql:subscription / subscription/014_binary                               ERROR            ...
[09:52:44.161] 259/318 postgresql:subscription / subscription/015_stream                               ERROR            ...
[09:52:44.161] 260/318 postgresql:subscription / subscription/016_stream_subxact                       ERROR            ...
[09:52:44.161] 261/318 postgresql:subscription / subscription/017_stream_ddl                           ERROR            ...
[09:52:44.192] 262/318 postgresql:subscription / subscription/018_stream_subxact_abort                 ERROR            ...
[09:52:44.192] 263/318 postgresql:subscription / subscription/020_messages                             ERROR            ...
[09:52:44.192] 264/318 postgresql:subscription / subscription/019_stream_subxact_ddl_abort             ERROR            ...
[09:52:44.192] 265/318 postgresql:subscription / subscription/021_twophase                             ERROR            ...
[09:52:44.192] 266/318 postgresql:subscription / subscription/022_twophase_cascade                     ERROR            ...
[09:52:44.192] 267/318 postgresql:subscription / subscription/025_rep_changes_for_schema               ERROR            ...
[09:52:44.192] 268/318 postgresql:subscription / subscription/023_twophase_stream                      ERROR            ...
[09:52:44.192] 269/318 postgresql:subscription / subscription/024_add_drop_pub                         ERROR            ...
[09:52:44.192] 270/318 postgresql:subscription / subscription/027_nosuperuser                          ERROR            ...
[09:52:44.192] 271/318 postgresql:subscription / subscription/026_stats                                ERROR            ...
[09:52:44.192] 272/318 postgresql:subscription / subscription/028_row_filter                           ERROR            ...
[09:52:44.192] 273/318 postgresql:subscription / subscription/030_origin                               ERROR            ...
[09:52:44.192] 274/318 postgresql:subscription / subscription/029_on_error                             ERROR            ...
[09:52:44.192] 275/318 postgresql:subscription / subscription/032_subscribe_use_index                  ERROR            ...
[09:52:44.192] 276/318 postgresql:subscription / subscription/031_column_list                          ERROR            ...
[09:52:44.192] 277/318 postgresql:subscription / subscription/033_run_as_table_owner                   ERROR            ...
[09:52:44.192] 278/318 postgresql:subscription / subscription/100_bugs                                 ERROR            ...
[09:52:44.192] 279/318 postgresql:brin / brin/01_workitems                                             ERROR            ...
[09:52:44.192] 280/318 postgresql:brin / brin/02_wal_consistency                                       ERROR            ...
[09:52:44.192] 281/318 postgresql:commit_ts / commit_ts/001_base                                       ERROR            ...
[09:52:44.192] 282/318 postgresql:commit_ts / commit_ts/002_standby                                    ERROR            ...
[09:52:44.192] 283/318 postgresql:commit_ts / commit_ts/003_standby_2                                  ERROR            ...
[09:52:44.192] 284/318 postgresql:commit_ts / commit_ts/004_restart                                    ERROR            ...
[09:52:44.192] 285/318 postgresql:injection_points / injection_points/001_stats                        ERROR            ...
[09:52:44.192] 286/318 postgresql:libpq_pipeline / libpq_pipeline/001_libpq_pipeline                   ERROR            ...
[09:52:44.192] 287/318 postgresql:ssl_passphrase_callback / ssl_passphrase_callback/001_testfunc       ERROR            ...
[09:52:44.192] 288/318 postgresql:test_custom_rmgrs / test_custom_rmgrs/001_basic                      ERROR            ...
[09:52:44.192] 292/318 postgresql:test_misc / test_misc/001_constraint_validation                      ERROR            ...
[09:52:44.192] 293/318 postgresql:ldap_password_func / ldap_password_func/001_mutated_bindpasswd       ERROR            ...
[09:52:44.192] 294/318 postgresql:test_misc / test_misc/002_tablespace                                 ERROR            ...
[09:52:44.192] 295/318 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
[09:52:44.192] 296/318 postgresql:test_misc / test_misc/004_io_direct                                  ERROR            ...
[09:52:44.192] 297/318 postgresql:test_misc / test_misc/005_timeouts                                   ERROR            ...
[09:52:44.192] 298/318 postgresql:test_misc / test_misc/006_signal_autovacuum                          ERROR            ...
[09:52:44.192] 299/318 postgresql:test_pg_dump / test_pg_dump/001_base                                 ERROR            ...
[09:52:44.192] 300/318 postgresql:test_slru / test_slru/001_multixact                                  ERROR            ...
[09:52:44.192] 302/318 postgresql:worker_spi / worker_spi/001_worker_spi                               ERROR            ...
[09:52:44.192] 305/318 postgresql:checksums / checksums/001_basic                                      ERROR            ...
[09:52:44.192] 306/318 postgresql:checksums / checksums/002_restarts                                   ERROR            ...
[09:52:44.192] 307/318 postgresql:checksums / checksums/003_standby_restarts                           ERROR            ...
[09:52:44.192] 308/318 postgresql:checksums / checksums/004_offline                                    ERROR            ...
[09:52:44.192] 309/318 postgresql:ssl / ssl/002_scram                                                  ERROR            ...
[09:52:44.192] 310/318 postgresql:ssl / ssl/001_ssltests                                               ERROR            ...
[09:52:44.192] 311/318 postgresql:ssl / ssl/003_sslinfo                                                ERROR            ...
[09:52:44.192] 312/318 postgresql:ldap / ldap/001_auth                                                 ERROR            ...
[09:52:44.192] 313/318 postgresql:icu / icu/010_database                                               ERROR            ...
[09:52:44.192] 314/318 postgresql:ldap / ldap/002_bindpasswd                                           ERROR            ...
[09:52:44.192] 316/318 postgresql:typcache / typcache/regress                                          ERROR           1...
[09:52:44.192] 317/318 postgresql:unsafe_tests / unsafe_tests/regress                                  ERROR           1...
[09:52:44.192] 318/318 postgresql:ecpg / ecpg/ecpg                                                     ERROR           1...
Linux - Debian Bookworm - Autoconf
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2887, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2887, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2887, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2887, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2887, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2887, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2887, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2887, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2887, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2887, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2887, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2887, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2887, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2887, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2887, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2887, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2887, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2887, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2887, PID...
core
[09:32:32.372] #0  0x00007fbbbf3dbebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:32:32.372] #1  0x00007fbbbf38cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:32:32.372] #2  0x00007fbbbf377472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:32:32.372] #3  0x000055b4dc4513df in ExceptionalCondition (conditionName=conditionName@entry=0x55b4dc7bacc0 "(remain...
[09:32:32.372] #4  0x000055b4dbf9e65a in PostmasterStateMachine () at postmaster.c:2887
[09:32:32.372] #5  0x000055b4dbf9eb8e in process_pm_shutdown_request () at postmaster.c:2142
[09:32:32.372] #6  0x000055b4dbf9fcc9 in ServerLoop () at postmaster.c:1650
[09:32:32.372] #7  0x000055b4dbfa1fc0 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x6070000003a0) at postmaste...
[09:32:32.372] #8  0x000055b4dbd452af in main (argc=8, argv=0x6070000003a0) at main.c:196
[09:32:32.782] #0  0x00007f22706abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[09:32:25.020] #0  0x00007f360eeabebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:32:25.020] #1  0x00007f360ee5cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:32:25.020] #2  0x00007f360ee47472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:32:25.020] #3  0x0000559c76a173df in ExceptionalCondition (conditionName=conditionName@entry=0x559c76d80cc0 "(remain...
[09:32:25.020] #4  0x0000559c7656465a in PostmasterStateMachine () at postmaster.c:2887
[09:32:25.020] #5  0x0000559c76564b8e in process_pm_shutdown_request () at postmaster.c:2142
[09:32:25.020] #6  0x0000559c76565cc9 in ServerLoop () at postmaster.c:1650
[09:32:25.020] #7  0x0000559c76567fc0 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x6040000005d0) at postmaste...
[09:32:25.020] #8  0x0000559c7630b2af in main (argc=4, argv=0x6040000005d0) at main.c:196
[09:32:25.455] #0  0x00007f4fc2eabebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[09:32:25.466] #0  0x00007f4fc2eabebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:32:25.466] #1  0x00007f4fc2e5cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:32:25.466] #2  0x00007f4fc2e47472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:32:25.466] #3  0x000055dacfa5b3df in ExceptionalCondition (conditionName=conditionName@entry=0x55dacfdc4cc0 "(remain...
[09:32:25.466] #4  0x000055dacf5a865a in PostmasterStateMachine () at postmaster.c:2887
[09:32:25.466] #5  0x000055dacf5a8b8e in process_pm_shutdown_request () at postmaster.c:2142
[09:32:25.466] #6  0x000055dacf5a9cc9 in ServerLoop () at postmaster.c:1650
[09:32:25.466] #7  0x000055dacf5abfc0 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x6070000003a0) at postmaste...
[09:32:25.466] #8  0x000055dacf34f2af in main (argc=8, argv=0x6070000003a0) at main.c:196
[09:32:25.890] #0  0x00007f72e44abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[09:32:27.676] #0  0x00007fa57d4abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:32:27.676] #1  0x00007fa57d45cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:32:27.676] #2  0x00007fa57d447472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:32:27.676] #3  0x0000555c901d03df in ExceptionalCondition (conditionName=conditionName@entry=0x555c90539cc0 "(remain...
[09:32:27.676] #4  0x0000555c8fd1d65a in PostmasterStateMachine () at postmaster.c:2887
[09:32:27.676] #5  0x0000555c8fd1db8e in process_pm_shutdown_request () at postmaster.c:2142
[09:32:27.676] #6  0x0000555c8fd1ecc9 in ServerLoop () at postmaster.c:1650
[09:32:27.676] #7  0x0000555c8fd20fc0 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x6070000003a0) at postmaste...
[09:32:27.676] #8  0x0000555c8fac42af in main (argc=8, argv=0x6070000003a0) at main.c:196
[09:32:28.102] #0  0x00007f96b66abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[09:32:28.113] #0  0x00007f96b66abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:32:28.113] #1  0x00007f96b665cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:32:28.113] #2  0x00007f96b6647472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:32:28.113] #3  0x000055b4104b73df in ExceptionalCondition (conditionName=conditionName@entry=0x55b410820cc0 "(remain...
[09:32:28.113] #4  0x000055b41000465a in PostmasterStateMachine () at postmaster.c:2887
[09:32:28.113] #5  0x000055b410004b8e in process_pm_shutdown_request () at postmaster.c:2142
[09:32:28.113] #6  0x000055b410005cc9 in ServerLoop () at postmaster.c:1650
[09:32:28.113] #7  0x000055b410007fc0 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x6070000003a0) at postmaste...
[09:32:28.113] #8  0x000055b40fdab2af in main (argc=8, argv=0x6070000003a0) at main.c:196
[09:32:28.530] #0  0x00007f29bfaabebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[09:32:28.541] #0  0x00007f29bfaabebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:32:28.541] #1  0x00007f29bfa5cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:32:28.541] #2  0x00007f29bfa47472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:32:28.541] #3  0x00005558be0393df in ExceptionalCondition (conditionName=conditionName@entry=0x5558be3a2cc0 "(remain...
[09:32:28.541] #4  0x00005558bdb8665a in PostmasterStateMachine () at postmaster.c:2887
[09:32:28.541] #5  0x00005558bdb86ccf in process_pm_shutdown_request () at postmaster.c:2179
[09:32:28.541] #6  0x00005558bdb87cc9 in ServerLoop () at postmaster.c:1650
[09:32:28.541] #7  0x00005558bdb89fc0 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x6040000005d0) at postmaste...
[09:32:28.541] #8  0x00005558bd92d2af in main (argc=4, argv=0x6040000005d0) at main.c:196
[09:32:28.960] #0  0x00007f497a2abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[09:32:28.971] #0  0x00007f497a2abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:32:28.971] #1  0x00007f497a25cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:32:28.971] #2  0x00007f497a247472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:32:28.971] #3  0x0000561707ce53df in ExceptionalCondition (conditionName=conditionName@entry=0x56170804ecc0 "(remain...
[09:32:28.971] #4  0x000056170783265a in PostmasterStateMachine () at postmaster.c:2887
[09:32:28.971] #5  0x0000561707832b8e in process_pm_shutdown_request () at postmaster.c:2142
[09:32:28.971] #6  0x0000561707833cc9 in ServerLoop () at postmaster.c:1650
[09:32:28.971] #7  0x0000561707835fc0 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x6070000003a0) at postmaste...
[09:32:28.971] #8  0x00005617075d92af in main (argc=8, argv=0x6070000003a0) at main.c:196
[09:32:29.380] #0  0x00007f4dc52abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[09:32:29.391] #0  0x00007f4dc52abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:32:29.391] #1  0x00007f4dc525cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:32:29.391] #2  0x00007f4dc5247472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:32:29.391] #3  0x000055dd0bd6b3df in ExceptionalCondition (conditionName=conditionName@entry=0x55dd0c0d4cc0 "(remain...
[09:32:29.391] #4  0x000055dd0b8b865a in PostmasterStateMachine () at postmaster.c:2887
[09:32:29.391] #5  0x000055dd0b8b8b8e in process_pm_shutdown_request () at postmaster.c:2142
[09:32:29.391] #6  0x000055dd0b8b9cc9 in ServerLoop () at postmaster.c:1650
[09:32:29.391] #7  0x000055dd0b8bbfc0 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x604000000610) at postmaste...
[09:32:29.391] #8  0x000055dd0b65f2af in main (argc=4, argv=0x604000000610) at main.c:196
[09:32:29.809] #0  0x00007f29558abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[09:32:29.820] #0  0x00007f29558abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:32:29.820] #1  0x00007f295585cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:32:29.820] #2  0x00007f2955847472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:32:29.820] #3  0x0000556c4206f3df in ExceptionalCondition (conditionName=conditionName@entry=0x556c423d8cc0 "(remain...
[09:32:29.820] #4  0x0000556c41bbc65a in PostmasterStateMachine () at postmaster.c:2887
[09:32:29.820] #5  0x0000556c41bbcccf in process_pm_shutdown_request () at postmaster.c:2179
[09:32:29.820] #6  0x0000556c41bbdcc9 in ServerLoop () at postmaster.c:1650
[09:32:29.820] #7  0x0000556c41bbffc0 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x604000000610) at postmaste...
[09:32:29.820] #8  0x0000556c419632af in main (argc=4, argv=0x604000000610) at main.c:196
[09:32:30.235] #0  0x00007f7d47bdbebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[09:32:30.246] #0  0x00007f7d47bdbebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:32:30.246] #1  0x00007f7d47b8cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:32:30.246] #2  0x00007f7d47b77472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:32:30.246] #3  0x00005637188943df in ExceptionalCondition (conditionName=conditionName@entry=0x563718bfdcc0 "(remain...
[09:32:30.246] #4  0x00005637183e165a in PostmasterStateMachine () at postmaster.c:2887
[09:32:30.246] #5  0x00005637183e1b8e in process_pm_shutdown_request () at postmaster.c:2142
[09:32:30.246] #6  0x00005637183e2cc9 in ServerLoop () at postmaster.c:1650
[09:32:30.246] #7  0x00005637183e4fc0 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x6070000003a0) at postmaste...
[09:32:30.246] #8  0x00005637181882af in main (argc=8, argv=0x6070000003a0) at main.c:196
[09:32:30.665] #0  0x00007fdcd22abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[09:32:27.248] #0  0x00007f35821dbebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:32:27.248] #1  0x00007f358218cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:32:27.248] #2  0x00007f3582177472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:32:27.248] #3  0x0000557749e4c3df in ExceptionalCondition (conditionName=conditionName@entry=0x55774a1b5cc0 "(remain...
[09:32:27.248] #4  0x000055774999965a in PostmasterStateMachine () at postmaster.c:2887
[09:32:27.248] #5  0x0000557749999ccf in process_pm_shutdown_request () at postmaster.c:2179
[09:32:27.248] #6  0x000055774999acc9 in ServerLoop () at postmaster.c:1650
[09:32:27.248] #7  0x000055774999cfc0 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x6040000005d0) at postmaste...
[09:32:27.248] #8  0x00005577497402af in main (argc=4, argv=0x6040000005d0) at main.c:196
[09:32:27.665] #0  0x00007fa57d4abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[09:32:30.677] #0  0x00007fdcd22abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:32:30.677] #1  0x00007fdcd225cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:32:30.677] #2  0x00007fdcd2247472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:32:30.677] #3  0x000055715f8ba3df in ExceptionalCondition (conditionName=conditionName@entry=0x55715fc23cc0 "(remain...
[09:32:30.677] #4  0x000055715f40765a in PostmasterStateMachine () at postmaster.c:2887
[09:32:30.677] #5  0x000055715f407ccf in process_pm_shutdown_request () at postmaster.c:2179
[09:32:30.677] #6  0x000055715f408cc9 in ServerLoop () at postmaster.c:1650
[09:32:30.677] #7  0x000055715f40afc0 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x6040000005d0) at postmaste...
[09:32:30.677] #8  0x000055715f1ae2af in main (argc=4, argv=0x6040000005d0) at main.c:196
[09:32:31.084] #0  0x00007fc4ca9dbebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[09:32:31.095] #0  0x00007fc4ca9dbebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:32:31.095] #1  0x00007fc4ca98cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:32:31.095] #2  0x00007fc4ca977472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:32:31.095] #3  0x0000560ea776f3df in ExceptionalCondition (conditionName=conditionName@entry=0x560ea7ad8cc0 "(remain...
[09:32:31.095] #4  0x0000560ea72bc65a in PostmasterStateMachine () at postmaster.c:2887
[09:32:31.095] #5  0x0000560ea72bcccf in process_pm_shutdown_request () at postmaster.c:2179
[09:32:31.095] #6  0x0000560ea72bdcc9 in ServerLoop () at postmaster.c:1650
[09:32:31.095] #7  0x0000560ea72bffc0 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x604000000610) at postmaste...
[09:32:31.095] #8  0x0000560ea70632af in main (argc=4, argv=0x604000000610) at main.c:196
[09:32:31.511] #0  0x00007f6981eabebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[09:32:31.522] #0  0x00007f6981eabebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:32:31.522] #1  0x00007f6981e5cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:32:31.522] #2  0x00007f6981e47472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:32:31.522] #3  0x000055f6d36323df in ExceptionalCondition (conditionName=conditionName@entry=0x55f6d399bcc0 "(remain...
[09:32:31.522] #4  0x000055f6d317f65a in PostmasterStateMachine () at postmaster.c:2887
[09:32:31.522] #5  0x000055f6d317fb8e in process_pm_shutdown_request () at postmaster.c:2142
[09:32:31.522] #6  0x000055f6d3180cc9 in ServerLoop () at postmaster.c:1650
[09:32:31.522] #7  0x000055f6d3182fc0 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x604000000610) at postmaste...
[09:32:31.522] #8  0x000055f6d2f262af in main (argc=4, argv=0x604000000610) at main.c:196
[09:32:31.937] #0  0x00007f81c76abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[09:32:31.948] #0  0x00007f81c76abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:32:31.948] #1  0x00007f81c765cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:32:31.948] #2  0x00007f81c7647472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:32:31.948] #3  0x0000555c81b1f3df in ExceptionalCondition (conditionName=conditionName@entry=0x555c81e88cc0 "(remain...
[09:32:31.948] #4  0x0000555c8166c65a in PostmasterStateMachine () at postmaster.c:2887
[09:32:31.948] #5  0x0000555c8166cb8e in process_pm_shutdown_request () at postmaster.c:2142
[09:32:31.948] #6  0x0000555c8166dcc9 in ServerLoop () at postmaster.c:1650
[09:32:31.948] #7  0x0000555c8166ffc0 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x6070000003a0) at postmaste...
[09:32:31.948] #8  0x0000555c814132af in main (argc=8, argv=0x6070000003a0) at main.c:196
[09:32:32.361] #0  0x00007fbbbf3dbebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[09:32:26.782] #0  0x00007f5c2e0abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:32:26.782] #1  0x00007f5c2e05cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:32:26.782] #2  0x00007f5c2e047472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:32:26.782] #3  0x0000558eb7fe33df in ExceptionalCondition (conditionName=conditionName@entry=0x558eb834ccc0 "(remain...
[09:32:26.782] #4  0x0000558eb7b3065a in PostmasterStateMachine () at postmaster.c:2887
[09:32:26.782] #5  0x0000558eb7b30ccf in process_pm_shutdown_request () at postmaster.c:2179
[09:32:26.782] #6  0x0000558eb7b31cc9 in ServerLoop () at postmaster.c:1650
[09:32:26.782] #7  0x0000558eb7b33fc0 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x604000000590) at postmaste...
[09:32:26.782] #8  0x0000558eb78d72af in main (argc=4, argv=0x604000000590) at main.c:196
[09:32:27.237] #0  0x00007f35821dbebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[09:32:32.793] #0  0x00007f22706abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:32:32.793] #1  0x00007f227065cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:32:32.793] #2  0x00007f2270647472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:32:32.793] #3  0x000056302202f3df in ExceptionalCondition (conditionName=conditionName@entry=0x563022398cc0 "(remain...
[09:32:32.793] #4  0x0000563021b7c65a in PostmasterStateMachine () at postmaster.c:2887
[09:32:32.793] #5  0x0000563021b7cb8e in process_pm_shutdown_request () at postmaster.c:2142
[09:32:32.793] #6  0x0000563021b7dcc9 in ServerLoop () at postmaster.c:1650
[09:32:32.793] #7  0x0000563021b7ffc0 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x6070000003a0) at postmaste...
[09:32:32.793] #8  0x00005630219232af in main (argc=8, argv=0x6070000003a0) at main.c:196
core
[09:32:26.338] #0  0x00007fbca3aabebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:32:26.338] #1  0x00007fbca3a5cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:32:26.338] #2  0x00007fbca3a47472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:32:26.338] #3  0x0000561749efe3df in ExceptionalCondition (conditionName=conditionName@entry=0x56174a267cc0 "(remain...
[09:32:26.338] #4  0x0000561749a4b65a in PostmasterStateMachine () at postmaster.c:2887
[09:32:26.338] #5  0x0000561749a4bb8e in process_pm_shutdown_request () at postmaster.c:2142
[09:32:26.338] #6  0x0000561749a4ccc9 in ServerLoop () at postmaster.c:1650
[09:32:26.338] #7  0x0000561749a4efc0 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x6070000003a0) at postmaste...
[09:32:26.338] #8  0x00005617497f22af in main (argc=8, argv=0x6070000003a0) at main.c:196
[09:32:26.771] #0  0x00007f5c2e0abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[09:32:25.901] #0  0x00007f72e44abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:32:25.901] #1  0x00007f72e445cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:32:25.901] #2  0x00007f72e4447472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:32:25.901] #3  0x000055c1de25f3df in ExceptionalCondition (conditionName=conditionName@entry=0x55c1de5c8cc0 "(remain...
[09:32:25.901] #4  0x000055c1dddac65a in PostmasterStateMachine () at postmaster.c:2887
[09:32:25.901] #5  0x000055c1dddacb8e in process_pm_shutdown_request () at postmaster.c:2142
[09:32:25.901] #6  0x000055c1dddadcc9 in ServerLoop () at postmaster.c:1650
[09:32:25.901] #7  0x000055c1dddaffc0 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x6070000003a0) at postmaste...
[09:32:25.901] #8  0x000055c1ddb532af in main (argc=8, argv=0x6070000003a0) at main.c:196
[09:32:26.327] #0  0x00007fbca3aabebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
tap
[09:28:40.328](0.927s) Bail out!  pg_ctl stop failed
tap
[09:28:21.205](2.616s) Bail out!  pg_ctl stop failed
tap
[09:28:17.899](3.058s) Bail out!  pg_ctl stop failed
Linux - Debian Bookworm - Meson
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
core
[09:40:59.032] #0  0x00007f43b04a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:59.032] #1  0x00007f43b045afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:59.032] #2  0x00007f43b0445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:59.032] #3  0x0000562af8991f70 in ExceptionalCondition (conditionName=conditionName@entry=0x562af8c344c8 "(remain...
[09:40:59.032] #4  0x0000562af85ac80c in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:40:59.032] #5  0x0000562af85acd62 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[09:40:59.032] #6  0x0000562af85adc24 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:40:59.032] #7  0x0000562af85af693 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x562afb24ad20) at ../src/ba...
[09:40:59.032] #8  0x0000562af83e4ca1 in main (argc=8, argv=0x562afb24ad20) at ../src/backend/main/main.c:196
[09:40:59.448] #0  0x00007fdca46a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[09:40:59.467] #0  0x00007fdca46a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:59.467] #1  0x00007fdca465afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:59.467] #2  0x00007fdca4645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:59.467] #3  0x000055e5da0a9f70 in ExceptionalCondition (conditionName=conditionName@entry=0x55e5da34c4c8 "(remain...
[09:40:59.467] #4  0x000055e5d9cc480c in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:40:59.467] #5  0x000055e5d9cc4d62 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[09:40:59.467] #6  0x000055e5d9cc5c24 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:40:59.467] #7  0x000055e5d9cc7693 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55e5dc338d20) at ../src/ba...
[09:40:59.467] #8  0x000055e5d9afcca1 in main (argc=8, argv=0x55e5dc338d20) at ../src/backend/main/main.c:196
[09:40:59.924] #0  0x00007fa22d2a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[09:40:59.945] #0  0x00007fa22d2a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:59.945] #1  0x00007fa22d25afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:59.945] #2  0x00007fa22d245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:59.945] #3  0x000055f1267d0f70 in ExceptionalCondition (conditionName=conditionName@entry=0x55f126a734c8 "(remain...
[09:40:59.945] #4  0x000055f1263eb80c in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:40:59.945] #5  0x000055f1263ebd62 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[09:40:59.945] #6  0x000055f1263ecc24 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:40:59.946] #7  0x000055f1263ee693 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55f12767fd00) at ../src/ba...
[09:40:59.946] #8  0x000055f126223ca1 in main (argc=4, argv=0x55f12767fd00) at ../src/backend/main/main.c:196
[09:41:00.385] #0  0x00007f9a4b0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[09:41:00.404] #0  0x00007f9a4b0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:41:00.404] #1  0x00007f9a4b05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:41:00.404] #2  0x00007f9a4b045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:41:00.404] #3  0x0000560567e02f70 in ExceptionalCondition (conditionName=conditionName@entry=0x5605680a54c8 "(remain...
[09:41:00.404] #4  0x0000560567a1d80c in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:41:00.404] #5  0x0000560567a1dea3 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[09:41:00.404] #6  0x0000560567a1ec24 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:41:00.404] #7  0x0000560567a20693 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x560569c7bd10) at ../src/ba...
[09:41:00.404] #8  0x0000560567855ca1 in main (argc=4, argv=0x560569c7bd10) at ../src/backend/main/main.c:196
[09:41:00.828] #0  0x00007f915e8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[09:41:00.850] #0  0x00007f915e8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:41:00.850] #1  0x00007f915e85afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:41:00.850] #2  0x00007f915e845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:41:00.850] #3  0x0000561cb6727f70 in ExceptionalCondition (conditionName=conditionName@entry=0x561cb69ca4c8 "(remain...
[09:41:00.850] #4  0x0000561cb634280c in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:41:00.850] #5  0x0000561cb6342d62 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[09:41:00.850] #6  0x0000561cb6343c24 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:41:00.850] #7  0x0000561cb6345693 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x561cb8dffd50) at ../src/ba...
[09:41:00.850] #8  0x0000561cb617aca1 in main (argc=8, argv=0x561cb8dffd50) at ../src/backend/main/main.c:196
[09:41:01.293] #0  0x00007f1d516a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[09:41:01.315] #0  0x00007f1d516a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:41:01.315] #1  0x00007f1d5165afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:41:01.315] #2  0x00007f1d51645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:41:01.315] #3  0x00005572c2c16f70 in ExceptionalCondition (conditionName=conditionName@entry=0x5572c2eb94c8 "(remain...
[09:41:01.315] #4  0x00005572c283180c in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:41:01.315] #5  0x00005572c2831ea3 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[09:41:01.315] #6  0x00005572c2832c24 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:41:01.315] #7  0x00005572c2834693 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5572c4495cf0) at ../src/ba...
[09:41:01.315] #8  0x00005572c2669ca1 in main (argc=4, argv=0x5572c4495cf0) at ../src/backend/main/main.c:196
[09:41:01.734] #0  0x00007f31cb4a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[09:41:01.753] #0  0x00007f31cb4a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:41:01.753] #1  0x00007f31cb45afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:41:01.753] #2  0x00007f31cb445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:41:01.753] #3  0x0000561712d0bf70 in ExceptionalCondition (conditionName=conditionName@entry=0x561712fae4c8 "(remain...
[09:41:01.753] #4  0x000056171292680c in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:41:01.753] #5  0x0000561712926d62 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[09:41:01.753] #6  0x0000561712927c24 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:41:01.753] #7  0x0000561712929693 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x561714dd0d40) at ../src/ba...
[09:41:01.753] #8  0x000056171275eca1 in main (argc=8, argv=0x561714dd0d40) at ../src/backend/main/main.c:196
[09:41:02.161] #0  0x00007feffc4a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[09:41:02.179] #0  0x00007feffc4a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:41:02.179] #1  0x00007feffc45afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:41:02.179] #2  0x00007feffc445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:41:02.179] #3  0x000055e642139f70 in ExceptionalCondition (conditionName=conditionName@entry=0x55e6423dc4c8 "(remain...
[09:41:02.179] #4  0x000055e641d5480c in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:41:02.179] #5  0x000055e641d54ea3 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[09:41:02.179] #6  0x000055e641d55c24 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:41:02.179] #7  0x000055e641d57693 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55e643634d00) at ../src/ba...
[09:41:02.179] #8  0x000055e641b8cca1 in main (argc=4, argv=0x55e643634d00) at ../src/backend/main/main.c:196
[09:41:02.644] #0  0x00007f19476a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[09:41:02.663] #0  0x00007f19476a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:41:02.663] #1  0x00007f194765afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:41:02.663] #2  0x00007f1947645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:41:02.663] #3  0x000055ec3043ef70 in ExceptionalCondition (conditionName=conditionName@entry=0x55ec306e14c8 "(remain...
[09:41:02.663] #4  0x000055ec3005980c in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:41:02.663] #5  0x000055ec30059ea3 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[09:41:02.663] #6  0x000055ec3005ac24 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:41:02.663] #7  0x000055ec3005c693 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55ec3308fd00) at ../src/ba...
[09:41:02.663] #8  0x000055ec2fe91ca1 in main (argc=4, argv=0x55ec3308fd00) at ../src/backend/main/main.c:196
[09:41:03.101] #0  0x00007ff4890a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[09:41:03.120] #0  0x00007ff4890a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:41:03.120] #1  0x00007ff48905afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:41:03.120] #2  0x00007ff489045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:41:03.120] #3  0x00005619fe4fef70 in ExceptionalCondition (conditionName=conditionName@entry=0x5619fe7a14c8 "(remain...
[09:41:03.120] #4  0x00005619fe11980c in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:41:03.120] #5  0x00005619fe119ea3 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[09:41:03.120] #6  0x00005619fe11ac24 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:41:03.120] #7  0x00005619fe11c693 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5619ff4a0d10) at ../src/ba...
[09:41:03.120] #8  0x00005619fdf51ca1 in main (argc=4, argv=0x5619ff4a0d10) at ../src/backend/main/main.c:196
[09:41:03.564] #0  0x00007ff3212a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[09:41:03.583] #0  0x00007ff3212a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:41:03.583] #1  0x00007ff32125afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:41:03.583] #2  0x00007ff321245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:41:03.583] #3  0x0000558ebfbf8f70 in ExceptionalCondition (conditionName=conditionName@entry=0x558ebfe9b4c8 "(remain...
[09:41:03.583] #4  0x0000558ebf81380c in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:41:03.583] #5  0x0000558ebf813ea3 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[09:41:03.583] #6  0x0000558ebf814c24 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:41:03.583] #7  0x0000558ebf816693 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x558ec1d75d00) at ../src/ba...
[09:41:03.583] #8  0x0000558ebf64bca1 in main (argc=4, argv=0x558ec1d75d00) at ../src/backend/main/main.c:196
[09:41:04.016] #0  0x00007f78fc6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[09:41:04.034] #0  0x00007f78fc6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:41:04.034] #1  0x00007f78fc65afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:41:04.034] #2  0x00007f78fc645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:41:04.034] #3  0x000055b471b90f70 in ExceptionalCondition (conditionName=conditionName@entry=0x55b471e334c8 "(remain...
[09:41:04.034] #4  0x000055b4717ab80c in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:41:04.034] #5  0x000055b4717abd62 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[09:41:04.034] #6  0x000055b4717acc24 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:41:04.035] #7  0x000055b4717ae693 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55b472e7fd20) at ../src/ba...
[09:41:04.035] #8  0x000055b4715e3ca1 in main (argc=8, argv=0x55b472e7fd20) at ../src/backend/main/main.c:196
[09:41:04.462] #0  0x00007f5853ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[09:41:04.481] #0  0x00007f5853ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:41:04.481] #1  0x00007f5853e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:41:04.481] #2  0x00007f5853e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:41:04.481] #3  0x000055777f200f70 in ExceptionalCondition (conditionName=conditionName@entry=0x55777f4a34c8 "(remain...
[09:41:04.481] #4  0x000055777ee1b80c in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:41:04.481] #5  0x000055777ee1bea3 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[09:41:04.481] #6  0x000055777ee1cc24 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:41:04.481] #7  0x000055777ee1e693 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5577819fdce0) at ../src/ba...
[09:41:04.481] #8  0x000055777ec53ca1 in main (argc=4, argv=0x5577819fdce0) at ../src/backend/main/main.c:196
[09:41:04.895] #0  0x00007fdf50aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[09:41:04.914] #0  0x00007fdf50aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:41:04.914] #1  0x00007fdf50a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:41:04.914] #2  0x00007fdf50a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:41:04.914] #3  0x000055a7eae63f70 in ExceptionalCondition (conditionName=conditionName@entry=0x55a7eb1064c8 "(remain...
[09:41:04.914] #4  0x000055a7eaa7e80c in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:41:04.914] #5  0x000055a7eaa7ed62 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[09:41:04.914] #6  0x000055a7eaa7fc24 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:41:04.914] #7  0x000055a7eaa81693 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55a7ec17ed90) at ../src/ba...
[09:41:04.914] #8  0x000055a7ea8b6ca1 in main (argc=8, argv=0x55a7ec17ed90) at ../src/backend/main/main.c:196
[09:41:05.345] #0  0x00007f973f4a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[09:41:05.364] #0  0x00007f973f4a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:41:05.364] #1  0x00007f973f45afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:41:05.364] #2  0x00007f973f445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:41:05.364] #3  0x000056363bddff70 in ExceptionalCondition (conditionName=conditionName@entry=0x56363c0824c8 "(remain...
[09:41:05.364] #4  0x000056363b9fa80c in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:41:05.364] #5  0x000056363b9fad62 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[09:41:05.364] #6  0x000056363b9fbc24 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:41:05.364] #7  0x000056363b9fd693 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x56363e251d80) at ../src/ba...
[09:41:05.364] #8  0x000056363b832ca1 in main (argc=8, argv=0x56363e251d80) at ../src/backend/main/main.c:196
[09:41:05.804] #0  0x00007ff5166a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[09:41:05.823] #0  0x00007ff5166a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:41:05.823] #1  0x00007ff51665afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:41:05.823] #2  0x00007ff516645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:41:05.823] #3  0x000055b0ae3cdf70 in ExceptionalCondition (conditionName=conditionName@entry=0x55b0ae6704c8 "(remain...
[09:41:05.823] #4  0x000055b0adfe880c in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:41:05.823] #5  0x000055b0adfe8ea3 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[09:41:05.823] #6  0x000055b0adfe9c24 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:41:05.823] #7  0x000055b0adfeb693 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55b0b04bad10) at ../src/ba...
[09:41:05.823] #8  0x000055b0ade20ca1 in main (argc=4, argv=0x55b0b04bad10) at ../src/backend/main/main.c:196
[09:41:06.247] #0  0x00007f6413aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[09:41:06.268] #0  0x00007f6413aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:41:06.268] #1  0x00007f6413a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:41:06.268] #2  0x00007f6413a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:41:06.268] #3  0x000055843975cf70 in ExceptionalCondition (conditionName=conditionName@entry=0x5584399ff4c8 "(remain...
[09:41:06.268] #4  0x000055843937780c in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:41:06.268] #5  0x0000558439377ea3 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[09:41:06.268] #6  0x0000558439378c24 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:41:06.268] #7  0x000055843937a693 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55843b3b0d00) at ../src/ba...
[09:41:06.268] #8  0x00005584391afca1 in main (argc=4, argv=0x55843b3b0d00) at ../src/backend/main/main.c:196
[09:41:06.695] #0  0x00007ff4436a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[09:41:06.713] #0  0x00007ff4436a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:41:06.713] #1  0x00007ff44365afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:41:06.713] #2  0x00007ff443645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:41:06.713] #3  0x000055ec50ddaf70 in ExceptionalCondition (conditionName=conditionName@entry=0x55ec5107d4c8 "(remain...
[09:41:06.713] #4  0x000055ec509f580c in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:41:06.713] #5  0x000055ec509f5d62 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[09:41:06.713] #6  0x000055ec509f6c24 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:41:06.714] #7  0x000055ec509f8693 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55ec52a23d50) at ../src/ba...
[09:41:06.714] #8  0x000055ec5082dca1 in main (argc=8, argv=0x55ec52a23d50) at ../src/backend/main/main.c:196
[09:41:07.132] #0  0x00007f5fe5aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[09:41:07.151] #0  0x00007f5fe5aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:41:07.151] #1  0x00007f5fe5a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:41:07.151] #2  0x00007f5fe5a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:41:07.151] #3  0x00005647eb238f70 in ExceptionalCondition (conditionName=conditionName@entry=0x5647eb4db4c8 "(remain...
[09:41:07.151] #4  0x00005647eae5380c in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:41:07.151] #5  0x00005647eae53ea3 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[09:41:07.151] #6  0x00005647eae54c24 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:41:07.151] #7  0x00005647eae56693 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5647ed869d10) at ../src/ba...
[09:41:07.151] #8  0x00005647eac8bca1 in main (argc=4, argv=0x5647ed869d10) at ../src/backend/main/main.c:196
[09:41:07.598] #0  0x00007fdb32aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[09:41:07.619] #0  0x00007fdb32aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:41:07.619] #1  0x00007fdb32a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:41:07.619] #2  0x00007fdb32a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:41:07.619] #3  0x000055994aeb6f70 in ExceptionalCondition (conditionName=conditionName@entry=0x55994b1594c8 "(remain...
[09:41:07.619] #4  0x000055994aad180c in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:41:07.619] #5  0x000055994aad1ea3 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[09:41:07.619] #6  0x000055994aad2c24 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:41:07.619] #7  0x000055994aad4693 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55994d067d00) at ../src/ba...
[09:41:07.619] #8  0x000055994a909ca1 in main (argc=4, argv=0x55994d067d00) at ../src/backend/main/main.c:196
[09:41:08.050] #0  0x00007f363a8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[09:41:08.072] #0  0x00007f363a8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:41:08.072] #1  0x00007f363a85afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:41:08.072] #2  0x00007f363a845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:41:08.072] #3  0x000055d60eb0bf70 in ExceptionalCondition (conditionName=conditionName@entry=0x55d60edae4c8 "(remain...
[09:41:08.072] #4  0x000055d60e72680c in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:41:08.072] #5  0x000055d60e726ea3 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[09:41:08.072] #6  0x000055d60e727c24 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:41:08.072] #7  0x000055d60e729693 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55d61173bd20) at ../src/ba...
[09:41:08.072] #8  0x000055d60e55eca1 in main (argc=4, argv=0x55d61173bd20) at ../src/backend/main/main.c:196
[09:41:08.199] #0  0x00007f59cbaa9ebc in ?? ()
core
[09:41:08.199] #0  0x00007f59cbaa9ebc in ?? ()
[09:41:08.637] #0  0x00007f597cca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[09:40:40.758] #0  0x00007effdc0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:40.758] #1  0x00007effdc05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:40.758] #2  0x00007effdc045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:40.758] #3  0x000056312f982f70 in ExceptionalCondition (conditionName=conditionName@entry=0x56312fc254c8 "(remain...
[09:40:40.758] #4  0x000056312f59d80c in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:40:40.758] #5  0x000056312f59dd62 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[09:40:40.758] #6  0x000056312f59ec24 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:40:40.758] #7  0x000056312f5a0693 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x563131aa0d40) at ../src/ba...
[09:40:40.758] #8  0x000056312f3d5ca1 in main (argc=4, argv=0x563131aa0d40) at ../src/backend/main/main.c:196
[09:40:41.184] #0  0x00007ff1152a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[09:40:40.321] #0  0x00007fa9c72a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:40.321] #1  0x00007fa9c725afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:40.321] #2  0x00007fa9c7245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:40.321] #3  0x0000561e1209ff70 in ExceptionalCondition (conditionName=conditionName@entry=0x561e123424c8 "(remain...
[09:40:40.321] #4  0x0000561e11cba80c in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:40:40.321] #5  0x0000561e11cbaea3 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[09:40:40.321] #6  0x0000561e11cbbc24 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:40:40.322] #7  0x0000561e11cbd693 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x561e14931d20) at ../src/ba...
[09:40:40.322] #8  0x0000561e11af2ca1 in main (argc=4, argv=0x561e14931d20) at ../src/backend/main/main.c:196
[09:40:40.737] #0  0x00007effdc0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[09:40:39.870] #0  0x00007fa87a2a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:39.870] #1  0x00007fa87a25afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:39.870] #2  0x00007fa87a245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:39.870] #3  0x0000558c5139bf70 in ExceptionalCondition (conditionName=conditionName@entry=0x558c5163e4c8 "(remain...
[09:40:39.870] #4  0x0000558c50fb680c in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:40:39.870] #5  0x0000558c50fb6d62 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[09:40:39.870] #6  0x0000558c50fb7c24 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:40:39.870] #7  0x0000558c50fb9693 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x558c53603d90) at ../src/ba...
[09:40:39.870] #8  0x0000558c50deeca1 in main (argc=8, argv=0x558c53603d90) at ../src/backend/main/main.c:196
[09:40:40.303] #0  0x00007fa9c72a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[09:40:39.422] #0  0x00007fdc9a8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:39.422] #1  0x00007fdc9a85afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:39.422] #2  0x00007fdc9a845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:39.422] #3  0x0000561d12929f70 in ExceptionalCondition (conditionName=conditionName@entry=0x561d12bcc4c8 "(remain...
[09:40:39.422] #4  0x0000561d1254480c in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:40:39.422] #5  0x0000561d12544ea3 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[09:40:39.422] #6  0x0000561d12545c24 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:40:39.422] #7  0x0000561d12547693 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x561d1503bd40) at ../src/ba...
[09:40:39.422] #8  0x0000561d1237cca1 in main (argc=4, argv=0x561d1503bd40) at ../src/backend/main/main.c:196
[09:40:39.849] #0  0x00007fa87a2a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[09:41:08.656] #0  0x00007f597cca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:41:08.656] #1  0x00007f597cc5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:41:08.656] #2  0x00007f597cc45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:41:08.656] #3  0x00005592f2bbcf70 in ExceptionalCondition (conditionName=conditionName@entry=0x5592f2e5f4c8 "(remain...
[09:41:08.656] #4  0x00005592f27d780c in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:41:08.656] #5  0x00005592f27d7d62 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[09:41:08.656] #6  0x00005592f27d8c24 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:41:08.656] #7  0x00005592f27da693 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5592f4635d00) at ../src/ba...
[09:41:08.656] #8  0x00005592f260fca1 in main (argc=4, argv=0x5592f4635d00) at ../src/backend/main/main.c:196
[09:41:09.080] #0  0x00007f8865aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[09:41:09.101] #0  0x00007f8865aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:41:09.101] #1  0x00007f8865a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:41:09.101] #2  0x00007f8865a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:41:09.101] #3  0x000055f447c67f70 in ExceptionalCondition (conditionName=conditionName@entry=0x55f447f0a4c8 "(remain...
[09:41:09.101] #4  0x000055f44788280c in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:41:09.101] #5  0x000055f447882d62 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[09:41:09.101] #6  0x000055f447883c24 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:41:09.101] #7  0x000055f447885693 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55f44a483e10) at ../src/ba...
[09:41:09.101] #8  0x000055f4476baca1 in main (argc=4, argv=0x55f44a483e10) at ../src/backend/main/main.c:196
[09:41:09.519] #0  0x00007f24c72a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[09:41:09.541] #0  0x00007f24c72a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:41:09.541] #1  0x00007f24c725afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:41:09.541] #2  0x00007f24c7245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:41:09.541] #3  0x00005612da937f70 in ExceptionalCondition (conditionName=conditionName@entry=0x5612dabda4c8 "(remain...
[09:41:09.541] #4  0x00005612da55280c in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:41:09.541] #5  0x00005612da552d62 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[09:41:09.541] #6  0x00005612da553c24 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:41:09.541] #7  0x00005612da555693 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x5612dd2c9d40) at ../src/ba...
[09:41:09.541] #8  0x00005612da38aca1 in main (argc=8, argv=0x5612dd2c9d40) at ../src/backend/main/main.c:196
[09:41:09.984] #0  0x00007f51130a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[09:41:10.002] #0  0x00007f51130a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:41:10.002] #1  0x00007f511305afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:41:10.002] #2  0x00007f5113045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:41:10.002] #3  0x000056148d143f70 in ExceptionalCondition (conditionName=conditionName@entry=0x56148d3e64c8 "(remain...
[09:41:10.002] #4  0x000056148cd5e80c in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:41:10.002] #5  0x000056148cd5eea3 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[09:41:10.002] #6  0x000056148cd5fc24 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:41:10.003] #7  0x000056148cd61693 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x56148f1e4d10) at ../src/ba...
[09:41:10.003] #8  0x000056148cb96ca1 in main (argc=4, argv=0x56148f1e4d10) at ../src/backend/main/main.c:196
[09:41:10.435] #0  0x00007f480d4a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[09:41:10.453] #0  0x00007f480d4a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:41:10.453] #1  0x00007f480d45afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:41:10.453] #2  0x00007f480d445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:41:10.453] #3  0x000055a2c53aff70 in ExceptionalCondition (conditionName=conditionName@entry=0x55a2c56524c8 "(remain...
[09:41:10.453] #4  0x000055a2c4fca80c in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:41:10.453] #5  0x000055a2c4fcad62 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[09:41:10.453] #6  0x000055a2c4fcbc24 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:41:10.453] #7  0x000055a2c4fcd693 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55a2c6a0ed40) at ../src/ba...
[09:41:10.453] #8  0x000055a2c4e02ca1 in main (argc=8, argv=0x55a2c6a0ed40) at ../src/backend/main/main.c:196
[09:41:10.866] #0  0x00007faa66aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[09:41:10.885] #0  0x00007faa66aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:41:10.885] #1  0x00007faa66a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:41:10.885] #2  0x00007faa66a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:41:10.885] #3  0x000055567b5bcf70 in ExceptionalCondition (conditionName=conditionName@entry=0x55567b85f4c8 "(remain...
[09:41:10.885] #4  0x000055567b1d780c in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:41:10.885] #5  0x000055567b1d7d62 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[09:41:10.885] #6  0x000055567b1d8c24 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:41:10.885] #7  0x000055567b1da693 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55567c718d80) at ../src/ba...
[09:41:10.885] #8  0x000055567b00fca1 in main (argc=8, argv=0x55567c718d80) at ../src/backend/main/main.c:196
[09:41:11.338] #0  0x00007fd3bf0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[09:41:11.357] #0  0x00007fd3bf0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:41:11.357] #1  0x00007fd3bf05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:41:11.357] #2  0x00007fd3bf045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:41:11.357] #3  0x0000564a032c7f70 in ExceptionalCondition (conditionName=conditionName@entry=0x564a0356a4c8 "(remain...
[09:41:11.357] #4  0x0000564a02ee280c in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:41:11.357] #5  0x0000564a02ee2ea3 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[09:41:11.357] #6  0x0000564a02ee3c24 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:41:11.357] #7  0x0000564a02ee5693 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x564a05f0dd00) at ../src/ba...
[09:41:11.357] #8  0x0000564a02d1aca1 in main (argc=4, argv=0x564a05f0dd00) at ../src/backend/main/main.c:196
[09:41:11.790] #0  0x00007f0aae0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[09:41:11.812] #0  0x00007f0aae0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:41:11.812] #1  0x00007f0aae05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:41:11.812] #2  0x00007f0aae045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:41:11.812] #3  0x0000562e371c3f70 in ExceptionalCondition (conditionName=conditionName@entry=0x562e374664c8 "(remain...
[09:41:11.812] #4  0x0000562e36dde80c in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:41:11.812] #5  0x0000562e36dded62 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[09:41:11.812] #6  0x0000562e36ddfc24 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:41:11.812] #7  0x0000562e36de1693 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x562e39185d90) at ../src/ba...
[09:41:11.812] #8  0x0000562e36c16ca1 in main (argc=8, argv=0x562e39185d90) at ../src/backend/main/main.c:196
core
[09:40:38.959] #0  0x00007f43ad4a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:38.959] #1  0x00007f43ad45afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:38.959] #2  0x00007f43ad445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:38.959] #3  0x000055b116660f70 in ExceptionalCondition (conditionName=conditionName@entry=0x55b1169034c8 "(remain...
[09:40:38.959] #4  0x000055b11627b80c in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:40:38.959] #5  0x000055b11627bea3 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[09:40:38.959] #6  0x000055b11627cc24 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:40:38.959] #7  0x000055b11627e693 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55b117641d00) at ../src/ba...
[09:40:38.959] #8  0x000055b1160b3ca1 in main (argc=4, argv=0x55b117641d00) at ../src/backend/main/main.c:196
[09:40:39.404] #0  0x00007fdc9a8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[09:40:38.497] #0  0x00007f2ab9ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:38.497] #1  0x00007f2ab9e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:38.497] #2  0x00007f2ab9e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:38.497] #3  0x00005607a3ca3f70 in ExceptionalCondition (conditionName=conditionName@entry=0x5607a3f464c8 "(remain...
[09:40:38.497] #4  0x00005607a38be80c in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:40:38.497] #5  0x00005607a38beea3 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[09:40:38.497] #6  0x00005607a38bfc24 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:40:38.498] #7  0x00005607a38c1693 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5607a5160d00) at ../src/ba...
[09:40:38.498] #8  0x00005607a36f6ca1 in main (argc=4, argv=0x5607a5160d00) at ../src/backend/main/main.c:196
[09:40:38.940] #0  0x00007f43ad4a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[09:40:38.062] #0  0x00007f95bc0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:38.062] #1  0x00007f95bc05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:38.062] #2  0x00007f95bc045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:38.062] #3  0x000056074f93af70 in ExceptionalCondition (conditionName=conditionName@entry=0x56074fbdd4c8 "(remain...
[09:40:38.062] #4  0x000056074f55580c in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:40:38.062] #5  0x000056074f555ea3 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[09:40:38.062] #6  0x000056074f556c24 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:40:38.062] #7  0x000056074f558693 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x560750d76d10) at ../src/ba...
[09:40:38.062] #8  0x000056074f38dca1 in main (argc=4, argv=0x560750d76d10) at ../src/backend/main/main.c:196
[09:40:38.479] #0  0x00007f2ab9ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[09:40:37.615] #0  0x00007fd9378a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:37.615] #1  0x00007fd93785afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:37.615] #2  0x00007fd937845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:37.615] #3  0x00005640f2c00f70 in ExceptionalCondition (conditionName=conditionName@entry=0x5640f2ea34c8 "(remain...
[09:40:37.615] #4  0x00005640f281b80c in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:40:37.615] #5  0x00005640f281bd62 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[09:40:37.615] #6  0x00005640f281cc24 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:40:37.616] #7  0x00005640f281e693 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5640f41d4d00) at ../src/ba...
[09:40:37.616] #8  0x00005640f2653ca1 in main (argc=4, argv=0x5640f41d4d00) at ../src/backend/main/main.c:196
[09:40:38.044] #0  0x00007f95bc0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[09:40:37.139] #0  0x00007f92000a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:37.139] #1  0x00007f920005afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:37.139] #2  0x00007f9200045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:37.139] #3  0x000055af15e7af70 in ExceptionalCondition (conditionName=conditionName@entry=0x55af1611d4c8 "(remain...
[09:40:37.139] #4  0x000055af15a9580c in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:40:37.139] #5  0x000055af15a95ea3 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[09:40:37.139] #6  0x000055af15a96c24 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:40:37.139] #7  0x000055af15a98693 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55af1704fd00) at ../src/ba...
[09:40:37.139] #8  0x000055af158cdca1 in main (argc=4, argv=0x55af1704fd00) at ../src/backend/main/main.c:196
[09:40:37.594] #0  0x00007fd9378a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[09:40:36.690] #0  0x00007fd52b8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:36.690] #1  0x00007fd52b85afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:36.690] #2  0x00007fd52b845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:36.690] #3  0x00005560fe8d6f70 in ExceptionalCondition (conditionName=conditionName@entry=0x5560feb794c8 "(remain...
[09:40:36.690] #4  0x00005560fe4f180c in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:40:36.690] #5  0x00005560fe4f1d62 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[09:40:36.690] #6  0x00005560fe4f2c24 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:40:36.690] #7  0x00005560fe4f4693 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x556100732d10) at ../src/ba...
[09:40:36.690] #8  0x00005560fe329ca1 in main (argc=4, argv=0x556100732d10) at ../src/backend/main/main.c:196
[09:40:37.119] #0  0x00007f92000a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[09:40:36.234] #0  0x00007f311a0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:36.234] #1  0x00007f311a05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:36.234] #2  0x00007f311a045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:36.234] #3  0x00005638f8296f70 in ExceptionalCondition (conditionName=conditionName@entry=0x5638f85394c8 "(remain...
[09:40:36.234] #4  0x00005638f7eb180c in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:40:36.234] #5  0x00005638f7eb1d62 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[09:40:36.234] #6  0x00005638f7eb2c24 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:40:36.235] #7  0x00005638f7eb4693 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x5638fa286d50) at ../src/ba...
[09:40:36.235] #8  0x00005638f7ce9ca1 in main (argc=8, argv=0x5638fa286d50) at ../src/backend/main/main.c:196
[09:40:36.672] #0  0x00007fd52b8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[09:40:35.794] #0  0x00007ff0beea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:35.794] #1  0x00007ff0bee5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:35.794] #2  0x00007ff0bee45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:35.794] #3  0x0000560001c45f70 in ExceptionalCondition (conditionName=conditionName@entry=0x560001ee84c8 "(remain...
[09:40:35.794] #4  0x000056000186080c in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:40:35.794] #5  0x0000560001860d62 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[09:40:35.794] #6  0x0000560001861c24 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:40:35.794] #7  0x0000560001863693 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x560004866d00) at ../src/ba...
[09:40:35.794] #8  0x0000560001698ca1 in main (argc=4, argv=0x560004866d00) at ../src/backend/main/main.c:196
[09:40:36.213] #0  0x00007f311a0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[09:40:35.317] #0  0x00007fa9dc0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:35.317] #1  0x00007fa9dc05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:35.317] #2  0x00007fa9dc045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:35.317] #3  0x000055dd7c2daf70 in ExceptionalCondition (conditionName=conditionName@entry=0x55dd7c57d4c8 "(remain...
[09:40:35.317] #4  0x000055dd7bef580c in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:40:35.317] #5  0x000055dd7bef5d62 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[09:40:35.317] #6  0x000055dd7bef6c24 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:40:35.318] #7  0x000055dd7bef8693 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55dd7e4bacf0) at ../src/ba...
[09:40:35.318] #8  0x000055dd7bd2dca1 in main (argc=4, argv=0x55dd7e4bacf0) at ../src/backend/main/main.c:196
[09:40:35.775] #0  0x00007ff0beea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[09:40:34.854] #0  0x00007f163bea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:34.854] #1  0x00007f163be5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:34.854] #2  0x00007f163be45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:34.854] #3  0x000055c7a7275f70 in ExceptionalCondition (conditionName=conditionName@entry=0x55c7a75184c8 "(remain...
[09:40:34.854] #4  0x000055c7a6e9080c in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:40:34.854] #5  0x000055c7a6e90d62 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[09:40:34.854] #6  0x000055c7a6e91c24 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:40:34.854] #7  0x000055c7a6e93693 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55c7a8912d20) at ../src/ba...
[09:40:34.854] #8  0x000055c7a6cc8ca1 in main (argc=8, argv=0x55c7a8912d20) at ../src/backend/main/main.c:196
[09:40:35.298] #0  0x00007fa9dc0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[09:40:34.413] #0  0x00007f30ddca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:34.413] #1  0x00007f30ddc5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:34.413] #2  0x00007f30ddc45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:34.413] #3  0x000055c69c00df70 in ExceptionalCondition (conditionName=conditionName@entry=0x55c69c2b04c8 "(remain...
[09:40:34.413] #4  0x000055c69bc2880c in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:40:34.413] #5  0x000055c69bc28ea3 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[09:40:34.413] #6  0x000055c69bc29c24 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:40:34.414] #7  0x000055c69bc2b693 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55c69dee4cd0) at ../src/ba...
[09:40:34.414] #8  0x000055c69ba60ca1 in main (argc=4, argv=0x55c69dee4cd0) at ../src/backend/main/main.c:196
[09:40:34.832] #0  0x00007f163bea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[09:40:33.950] #0  0x00007f53e8ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:33.950] #1  0x00007f53e8c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:33.950] #2  0x00007f53e8c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:33.950] #3  0x0000562b9bd1df70 in ExceptionalCondition (conditionName=conditionName@entry=0x562b9bfc04c8 "(remain...
[09:40:33.950] #4  0x0000562b9b93880c in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:40:33.950] #5  0x0000562b9b938d62 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[09:40:33.950] #6  0x0000562b9b939c24 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:40:33.950] #7  0x0000562b9b93b693 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x562b9cbd6d90) at ../src/ba...
[09:40:33.950] #8  0x0000562b9b770ca1 in main (argc=8, argv=0x562b9cbd6d90) at ../src/backend/main/main.c:196
[09:40:34.392] #0  0x00007f30ddca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[09:40:33.505] #0  0x00007f3e618a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:33.505] #1  0x00007f3e6185afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:33.505] #2  0x00007f3e61845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:33.505] #3  0x0000556fd4217f70 in ExceptionalCondition (conditionName=conditionName@entry=0x556fd44ba4c8 "(remain...
[09:40:33.505] #4  0x0000556fd3e3280c in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:40:33.505] #5  0x0000556fd3e32ea3 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[09:40:33.505] #6  0x0000556fd3e33c24 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:40:33.505] #7  0x0000556fd3e35693 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x556fd61e1d00) at ../src/ba...
[09:40:33.505] #8  0x0000556fd3c6aca1 in main (argc=4, argv=0x556fd61e1d00) at ../src/backend/main/main.c:196
[09:40:33.931] #0  0x00007f53e8ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[09:40:33.028] #0  0x00007fe873aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:33.028] #1  0x00007fe873a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:33.028] #2  0x00007fe873a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:33.028] #3  0x0000560e267f1f70 in ExceptionalCondition (conditionName=conditionName@entry=0x560e26a944c8 "(remain...
[09:40:33.028] #4  0x0000560e2640c80c in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:40:33.028] #5  0x0000560e2640cd62 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[09:40:33.028] #6  0x0000560e2640dc24 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:40:33.028] #7  0x0000560e2640f693 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x560e28b04d30) at ../src/ba...
[09:40:33.028] #8  0x0000560e26244ca1 in main (argc=4, argv=0x560e28b04d30) at ../src/backend/main/main.c:196
[09:40:33.482] #0  0x00007f3e618a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[09:40:32.594] #0  0x00007efc760a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:32.594] #1  0x00007efc7605afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:32.594] #2  0x00007efc76045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:32.594] #3  0x0000555d2cd0ff70 in ExceptionalCondition (conditionName=conditionName@entry=0x555d2cfb24c8 "(remain...
[09:40:32.594] #4  0x0000555d2c92a80c in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:40:32.594] #5  0x0000555d2c92ad62 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[09:40:32.594] #6  0x0000555d2c92bc24 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:40:32.594] #7  0x0000555d2c92d693 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x555d2f94fd40) at ../src/ba...
[09:40:32.594] #8  0x0000555d2c762ca1 in main (argc=8, argv=0x555d2f94fd40) at ../src/backend/main/main.c:196
[09:40:33.009] #0  0x00007fe873aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[09:40:32.119] #0  0x00007f35642a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:32.119] #1  0x00007f356425afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:32.119] #2  0x00007f3564245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:32.119] #3  0x00005633b20baf70 in ExceptionalCondition (conditionName=conditionName@entry=0x5633b235d4c8 "(remain...
[09:40:32.119] #4  0x00005633b1cd580c in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:40:32.119] #5  0x00005633b1cd5d62 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[09:40:32.119] #6  0x00005633b1cd6c24 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:40:32.119] #7  0x00005633b1cd8693 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5633b30d0cd0) at ../src/ba...
[09:40:32.119] #8  0x00005633b1b0dca1 in main (argc=4, argv=0x5633b30d0cd0) at ../src/backend/main/main.c:196
[09:40:32.575] #0  0x00007efc760a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[09:40:31.675] #0  0x00007f89764a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:31.675] #1  0x00007f897645afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:31.675] #2  0x00007f8976445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:31.675] #3  0x0000555b72b60f70 in ExceptionalCondition (conditionName=conditionName@entry=0x555b72e034c8 "(remain...
[09:40:31.675] #4  0x0000555b7277b80c in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:40:31.675] #5  0x0000555b7277bd62 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[09:40:31.675] #6  0x0000555b7277cc24 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:40:31.675] #7  0x0000555b7277e693 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x555b74769d40) at ../src/ba...
[09:40:31.675] #8  0x0000555b725b3ca1 in main (argc=4, argv=0x555b74769d40) at ../src/backend/main/main.c:196
[09:40:32.097] #0  0x00007f35642a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[09:40:31.193] #0  0x00007fa8bf2a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:31.193] #1  0x00007fa8bf25afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:31.193] #2  0x00007fa8bf245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:31.193] #3  0x00005633efb34f70 in ExceptionalCondition (conditionName=conditionName@entry=0x5633efdd74c8 "(remain...
[09:40:31.193] #4  0x00005633ef74f80c in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:40:31.193] #5  0x00005633ef74fea3 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[09:40:31.193] #6  0x00005633ef750c24 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:40:31.193] #7  0x00005633ef752693 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5633f21e3d00) at ../src/ba...
[09:40:31.193] #8  0x00005633ef587ca1 in main (argc=4, argv=0x5633f21e3d00) at ../src/backend/main/main.c:196
[09:40:31.654] #0  0x00007f89764a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[09:40:30.704] #0  0x00007f22e68a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:30.704] #1  0x00007f22e685afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:30.704] #2  0x00007f22e6845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:30.704] #3  0x00005655308f0f70 in ExceptionalCondition (conditionName=conditionName@entry=0x565530b934c8 "(remain...
[09:40:30.704] #4  0x000056553050b80c in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:40:30.704] #5  0x000056553050bea3 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[09:40:30.704] #6  0x000056553050cc24 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:40:30.704] #7  0x000056553050e693 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x56553336ad40) at ../src/ba...
[09:40:30.704] #8  0x0000565530343ca1 in main (argc=4, argv=0x56553336ad40) at ../src/backend/main/main.c:196
[09:40:31.171] #0  0x00007fa8bf2a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[09:40:30.235] #0  0x00007fe7012a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:30.235] #1  0x00007fe70125afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:30.235] #2  0x00007fe701245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:30.235] #3  0x0000559ccea3cf70 in ExceptionalCondition (conditionName=conditionName@entry=0x559ccecdf4c8 "(remain...
[09:40:30.235] #4  0x0000559cce65780c in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:40:30.235] #5  0x0000559cce657ea3 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[09:40:30.235] #6  0x0000559cce658c24 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:40:30.235] #7  0x0000559cce65a693 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x559cd0ddbd00) at ../src/ba...
[09:40:30.235] #8  0x0000559cce48fca1 in main (argc=4, argv=0x559cd0ddbd00) at ../src/backend/main/main.c:196
[09:40:30.685] #0  0x00007f22e68a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[09:40:29.793] #0  0x00007f46534a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:29.793] #1  0x00007f465345afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:29.793] #2  0x00007f4653445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:29.793] #3  0x0000564ebf7dcf70 in ExceptionalCondition (conditionName=conditionName@entry=0x564ebfa7f4c8 "(remain...
[09:40:29.793] #4  0x0000564ebf3f780c in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:40:29.793] #5  0x0000564ebf3f7ea3 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[09:40:29.793] #6  0x0000564ebf3f8c24 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:40:29.793] #7  0x0000564ebf3fa693 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x564ec0c4bd00) at ../src/ba...
[09:40:29.793] #8  0x0000564ebf22fca1 in main (argc=4, argv=0x564ec0c4bd00) at ../src/backend/main/main.c:196
[09:40:30.213] #0  0x00007fe7012a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[09:40:29.322] #0  0x00007fe7870a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:29.322] #1  0x00007fe78705afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:29.322] #2  0x00007fe787045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:29.322] #3  0x000055882bd2df70 in ExceptionalCondition (conditionName=conditionName@entry=0x55882bfd04c8 "(remain...
[09:40:29.322] #4  0x000055882b94880c in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:40:29.322] #5  0x000055882b948ea3 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[09:40:29.322] #6  0x000055882b949c24 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:40:29.323] #7  0x000055882b94b693 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55882e821d40) at ../src/ba...
[09:40:29.323] #8  0x000055882b780ca1 in main (argc=4, argv=0x55882e821d40) at ../src/backend/main/main.c:196
[09:40:29.772] #0  0x00007f46534a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[09:40:28.893] #0  0x00007fd34eea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:28.893] #1  0x00007fd34ee5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:28.893] #2  0x00007fd34ee45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:28.893] #3  0x00005631d6ab8f70 in ExceptionalCondition (conditionName=conditionName@entry=0x5631d6d5b4c8 "(remain...
[09:40:28.893] #4  0x00005631d66d380c in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:40:28.893] #5  0x00005631d66d3d62 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[09:40:28.893] #6  0x00005631d66d4c24 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:40:28.893] #7  0x00005631d66d6693 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x5631d8952d20) at ../src/ba...
[09:40:28.893] #8  0x00005631d650bca1 in main (argc=8, argv=0x5631d8952d20) at ../src/backend/main/main.c:196
[09:40:29.304] #0  0x00007fe7870a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[09:40:28.462] #0  0x00007fadd4ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:28.462] #1  0x00007fadd4c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:28.462] #2  0x00007fadd4c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:28.462] #3  0x000055a68a258f70 in ExceptionalCondition (conditionName=conditionName@entry=0x55a68a4fb4c8 "(remain...
[09:40:28.462] #4  0x000055a689e7380c in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:40:28.462] #5  0x000055a689e73ea3 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[09:40:28.462] #6  0x000055a689e74c24 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:40:28.463] #7  0x000055a689e76693 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55a68c783d10) at ../src/ba...
[09:40:28.463] #8  0x000055a689cabca1 in main (argc=4, argv=0x55a68c783d10) at ../src/backend/main/main.c:196
[09:40:28.872] #0  0x00007fd34eea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[09:40:28.024] #0  0x00007ff48baa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:28.024] #1  0x00007ff48ba5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:28.024] #2  0x00007ff48ba45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:28.024] #3  0x0000562f3effbf70 in ExceptionalCondition (conditionName=conditionName@entry=0x562f3f29e4c8 "(remain...
[09:40:28.024] #4  0x0000562f3ec1680c in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:40:28.024] #5  0x0000562f3ec16d62 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[09:40:28.024] #6  0x0000562f3ec17c24 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:40:28.024] #7  0x0000562f3ec19693 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x562f4106cd40) at ../src/ba...
[09:40:28.024] #8  0x0000562f3ea4eca1 in main (argc=8, argv=0x562f4106cd40) at ../src/backend/main/main.c:196
[09:40:28.441] #0  0x00007fadd4ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[09:40:27.581] #0  0x00007f78ef6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:27.581] #1  0x00007f78ef65afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:27.581] #2  0x00007f78ef645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:27.581] #3  0x000055e7c84fbf70 in ExceptionalCondition (conditionName=conditionName@entry=0x55e7c879e4c8 "(remain...
[09:40:27.581] #4  0x000055e7c811680c in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:40:27.581] #5  0x000055e7c8116ea3 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[09:40:27.581] #6  0x000055e7c8117c24 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:40:27.581] #7  0x000055e7c8119693 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55e7ca35bd40) at ../src/ba...
[09:40:27.581] #8  0x000055e7c7f4eca1 in main (argc=4, argv=0x55e7ca35bd40) at ../src/backend/main/main.c:196
[09:40:28.003] #0  0x00007ff48baa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[09:40:27.137] #0  0x00007f78bb6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:27.137] #1  0x00007f78bb65afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:27.137] #2  0x00007f78bb645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:27.137] #3  0x0000564be2b28f70 in ExceptionalCondition (conditionName=conditionName@entry=0x564be2dcb4c8 "(remain...
[09:40:27.137] #4  0x0000564be274380c in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:40:27.137] #5  0x0000564be2743d62 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[09:40:27.137] #6  0x0000564be2744c24 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:40:27.137] #7  0x0000564be2746693 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x564be4618d20) at ../src/ba...
[09:40:27.137] #8  0x0000564be257bca1 in main (argc=8, argv=0x564be4618d20) at ../src/backend/main/main.c:196
[09:40:27.559] #0  0x00007f78ef6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[09:40:26.705] #0  0x00007f64eaea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:26.705] #1  0x00007f64eae5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:26.705] #2  0x00007f64eae45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:26.705] #3  0x000055d9f7a19f70 in ExceptionalCondition (conditionName=conditionName@entry=0x55d9f7cbc4c8 "(remain...
[09:40:26.705] #4  0x000055d9f763480c in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:40:26.705] #5  0x000055d9f7634ea3 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[09:40:26.705] #6  0x000055d9f7635c24 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:40:26.705] #7  0x000055d9f7637693 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55d9f874ed00) at ../src/ba...
[09:40:26.705] #8  0x000055d9f746cca1 in main (argc=4, argv=0x55d9f874ed00) at ../src/backend/main/main.c:196
[09:40:27.119] #0  0x00007f78bb6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[09:40:26.235] #0  0x00007f039a6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:26.235] #1  0x00007f039a65afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:26.235] #2  0x00007f039a645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:26.235] #3  0x000055e94843ff70 in ExceptionalCondition (conditionName=conditionName@entry=0x55e9486e24c8 "(remain...
[09:40:26.235] #4  0x000055e94805a80c in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:40:26.235] #5  0x000055e94805ad62 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[09:40:26.235] #6  0x000055e94805bc24 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:40:26.235] #7  0x000055e94805d693 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55e94a958d00) at ../src/ba...
[09:40:26.235] #8  0x000055e947e92ca1 in main (argc=4, argv=0x55e94a958d00) at ../src/backend/main/main.c:196
[09:40:26.684] #0  0x00007f64eaea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[09:40:25.802] #0  0x00007fc3deaa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:25.802] #1  0x00007fc3dea5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:25.802] #2  0x00007fc3dea45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:25.802] #3  0x000055d6e9945f70 in ExceptionalCondition (conditionName=conditionName@entry=0x55d6e9be84c8 "(remain...
[09:40:25.802] #4  0x000055d6e956080c in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:40:25.802] #5  0x000055d6e9560d62 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[09:40:25.802] #6  0x000055d6e9561c24 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:40:25.802] #7  0x000055d6e9563693 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55d6ec531d90) at ../src/ba...
[09:40:25.802] #8  0x000055d6e9398ca1 in main (argc=8, argv=0x55d6ec531d90) at ../src/backend/main/main.c:196
[09:40:26.214] #0  0x00007f039a6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[09:40:25.361] #0  0x00007f3c744a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:25.361] #1  0x00007f3c7445afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:25.361] #2  0x00007f3c74445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:25.361] #3  0x000055eaab5f4f70 in ExceptionalCondition (conditionName=conditionName@entry=0x55eaab8974c8 "(remain...
[09:40:25.361] #4  0x000055eaab20f80c in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:40:25.361] #5  0x000055eaab20fd62 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[09:40:25.361] #6  0x000055eaab210c24 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:40:25.361] #7  0x000055eaab212693 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55eaac5cbd80) at ../src/ba...
[09:40:25.361] #8  0x000055eaab047ca1 in main (argc=8, argv=0x55eaac5cbd80) at ../src/backend/main/main.c:196
[09:40:25.781] #0  0x00007fc3deaa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[09:40:24.924] #0  0x00007f3d6cea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:24.924] #1  0x00007f3d6ce5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:24.924] #2  0x00007f3d6ce45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:24.924] #3  0x000055c416c4af70 in ExceptionalCondition (conditionName=conditionName@entry=0x55c416eed4c8 "(remain...
[09:40:24.924] #4  0x000055c41686580c in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:40:24.924] #5  0x000055c416865d62 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[09:40:24.924] #6  0x000055c416866c24 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:40:24.924] #7  0x000055c416868693 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55c418546d00) at ../src/ba...
[09:40:24.924] #8  0x000055c41669dca1 in main (argc=4, argv=0x55c418546d00) at ../src/backend/main/main.c:196
[09:40:25.342] #0  0x00007f3c744a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[09:40:24.450] #0  0x00007f5bba4a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:24.450] #1  0x00007f5bba45afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:24.450] #2  0x00007f5bba445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:24.450] #3  0x0000556549583f70 in ExceptionalCondition (conditionName=conditionName@entry=0x5565498264c8 "(remain...
[09:40:24.450] #4  0x000055654919e80c in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:40:24.450] #5  0x000055654919ed62 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[09:40:24.450] #6  0x000055654919fc24 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:40:24.450] #7  0x00005565491a1693 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55654b609d40) at ../src/ba...
[09:40:24.450] #8  0x0000556548fd6ca1 in main (argc=8, argv=0x55654b609d40) at ../src/backend/main/main.c:196
[09:40:24.905] #0  0x00007f3d6cea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[09:40:24.010] #0  0x00007fa542aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:24.010] #1  0x00007fa542a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:24.010] #2  0x00007fa542a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:24.010] #3  0x00005643d83c2f70 in ExceptionalCondition (conditionName=conditionName@entry=0x5643d86654c8 "(remain...
[09:40:24.010] #4  0x00005643d7fdd80c in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:40:24.010] #5  0x00005643d7fddd62 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[09:40:24.010] #6  0x00005643d7fdec24 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:40:24.010] #7  0x00005643d7fe0693 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x5643dad3dd40) at ../src/ba...
[09:40:24.010] #8  0x00005643d7e15ca1 in main (argc=8, argv=0x5643dad3dd40) at ../src/backend/main/main.c:196
[09:40:24.431] #0  0x00007f5bba4a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[09:40:41.663] #0  0x00007f5e3c0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:41.663] #1  0x00007f5e3c05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:41.663] #2  0x00007f5e3c045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:41.663] #3  0x0000560d419cbf70 in ExceptionalCondition (conditionName=conditionName@entry=0x560d41c6e4c8 "(remain...
[09:40:41.663] #4  0x0000560d415e680c in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:40:41.663] #5  0x0000560d415e6ea3 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[09:40:41.663] #6  0x0000560d415e7c24 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:40:41.663] #7  0x0000560d415e9693 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x560d43235d00) at ../src/ba...
[09:40:41.663] #8  0x0000560d4141eca1 in main (argc=4, argv=0x560d43235d00) at ../src/backend/main/main.c:196
[09:40:42.075] #0  0x00007ff3d4aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[09:40:23.079] #0  0x00007fd0fe0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:23.079] #1  0x00007fd0fe05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:23.079] #2  0x00007fd0fe045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:23.079] #3  0x00005570d78e1f70 in ExceptionalCondition (conditionName=conditionName@entry=0x5570d7b844c8 "(remain...
[09:40:23.079] #4  0x00005570d74fc80c in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:40:23.079] #5  0x00005570d74fcd62 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[09:40:23.079] #6  0x00005570d74fdc24 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:40:23.079] #7  0x00005570d74ff693 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x5570d9e3ed20) at ../src/ba...
[09:40:23.079] #8  0x00005570d7334ca1 in main (argc=8, argv=0x5570d9e3ed20) at ../src/backend/main/main.c:196
[09:40:23.542] #0  0x00007f4cc1aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[09:40:22.636] #0  0x00007f93442a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:22.636] #1  0x00007f934425afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:22.636] #2  0x00007f9344245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:22.636] #3  0x000055a4521adf70 in ExceptionalCondition (conditionName=conditionName@entry=0x55a4524504c8 "(remain...
[09:40:22.636] #4  0x000055a451dc880c in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:40:22.636] #5  0x000055a451dc8d62 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[09:40:22.636] #6  0x000055a451dc9c24 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:40:22.636] #7  0x000055a451dcb693 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55a45406ecf0) at ../src/ba...
[09:40:22.636] #8  0x000055a451c00ca1 in main (argc=4, argv=0x55a45406ecf0) at ../src/backend/main/main.c:196
[09:40:23.061] #0  0x00007fd0fe0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[09:40:22.166] #0  0x00007fde0e2a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:22.166] #1  0x00007fde0e25afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:22.166] #2  0x00007fde0e245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:22.166] #3  0x00005575eabbaf70 in ExceptionalCondition (conditionName=conditionName@entry=0x5575eae5d4c8 "(remain...
[09:40:22.166] #4  0x00005575ea7d580c in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:40:22.166] #5  0x00005575ea7d5ea3 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[09:40:22.166] #6  0x00005575ea7d6c24 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:40:22.167] #7  0x00005575ea7d8693 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5575ed4edd00) at ../src/ba...
[09:40:22.167] #8  0x00005575ea60dca1 in main (argc=4, argv=0x5575ed4edd00) at ../src/backend/main/main.c:196
[09:40:22.616] #0  0x00007f93442a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[09:40:21.673] #0  0x00007f1b716a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:21.673] #1  0x00007f1b7165afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:21.673] #2  0x00007f1b71645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:21.673] #3  0x0000560671b24f70 in ExceptionalCondition (conditionName=conditionName@entry=0x560671dc74c8 "(remain...
[09:40:21.673] #4  0x000056067173f80c in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:40:21.673] #5  0x000056067173fea3 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[09:40:21.673] #6  0x0000560671740c24 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:40:21.673] #7  0x0000560671742693 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x560674640d10) at ../src/ba...
[09:40:21.673] #8  0x0000560671577ca1 in main (argc=4, argv=0x560674640d10) at ../src/backend/main/main.c:196
[09:40:22.146] #0  0x00007fde0e2a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[09:40:21.216] #0  0x00007f9c03ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:21.216] #1  0x00007f9c03c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:21.216] #2  0x00007f9c03c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:21.216] #3  0x000055ddba4d6f70 in ExceptionalCondition (conditionName=conditionName@entry=0x55ddba7794c8 "(remain...
[09:40:21.216] #4  0x000055ddba0f180c in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:40:21.216] #5  0x000055ddba0f1d62 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[09:40:21.216] #6  0x000055ddba0f2c24 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:40:21.216] #7  0x000055ddba0f4693 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55ddbb62fd90) at ../src/ba...
[09:40:21.216] #8  0x000055ddb9f29ca1 in main (argc=8, argv=0x55ddbb62fd90) at ../src/backend/main/main.c:196
[09:40:21.651] #0  0x00007f1b716a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[09:40:20.767] #0  0x00007f97824a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:20.767] #1  0x00007f978245afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:20.767] #2  0x00007f9782445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:20.767] #3  0x000055ad1ad2af70 in ExceptionalCondition (conditionName=conditionName@entry=0x55ad1afcd4c8 "(remain...
[09:40:20.767] #4  0x000055ad1a94580c in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:40:20.767] #5  0x000055ad1a945ea3 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[09:40:20.767] #6  0x000055ad1a946c24 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:40:20.767] #7  0x000055ad1a948693 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55ad1c179d00) at ../src/ba...
[09:40:20.767] #8  0x000055ad1a77dca1 in main (argc=4, argv=0x55ad1c179d00) at ../src/backend/main/main.c:196
[09:40:21.198] #0  0x00007f9c03ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[09:40:20.263] #0  0x00007f63262a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:20.263] #1  0x00007f632625afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:20.263] #2  0x00007f6326245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:20.263] #3  0x0000563c1f5caf70 in ExceptionalCondition (conditionName=conditionName@entry=0x563c1f86d4c8 "(remain...
[09:40:20.263] #4  0x0000563c1f1e580c in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:40:20.263] #5  0x0000563c1f1e5d62 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[09:40:20.263] #6  0x0000563c1f1e6c24 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:40:20.264] #7  0x0000563c1f1e8693 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x563c2107cd40) at ../src/ba...
[09:40:20.264] #8  0x0000563c1f01dca1 in main (argc=8, argv=0x563c2107cd40) at ../src/backend/main/main.c:196
[09:40:20.743] #0  0x00007f97824a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[09:40:19.820] #0  0x00007fb4a08a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:19.820] #1  0x00007fb4a085afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:19.820] #2  0x00007fb4a0845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:19.820] #3  0x0000555e72556f70 in ExceptionalCondition (conditionName=conditionName@entry=0x555e727f94c8 "(remain...
[09:40:19.820] #4  0x0000555e7217180c in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:40:19.820] #5  0x0000555e72171d62 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[09:40:19.820] #6  0x0000555e72172c24 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:40:19.820] #7  0x0000555e72174693 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x555e74cc5d20) at ../src/ba...
[09:40:19.820] #8  0x0000555e71fa9ca1 in main (argc=8, argv=0x555e74cc5d20) at ../src/backend/main/main.c:196
[09:40:20.242] #0  0x00007f63262a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[09:40:19.369] #0  0x00007f2b964a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:19.369] #1  0x00007f2b9645afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:19.369] #2  0x00007f2b96445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:19.369] #3  0x0000556c64febf70 in ExceptionalCondition (conditionName=conditionName@entry=0x556c6528e4c8 "(remain...
[09:40:19.369] #4  0x0000556c64c0680c in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:40:19.369] #5  0x0000556c64c06d62 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[09:40:19.369] #6  0x0000556c64c07c24 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:40:19.370] #7  0x0000556c64c09693 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x556c66911d00) at ../src/ba...
[09:40:19.370] #8  0x0000556c64a3eca1 in main (argc=4, argv=0x556c66911d00) at ../src/backend/main/main.c:196
[09:40:19.799] #0  0x00007fb4a08a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[09:40:18.908] #0  0x00007f45b66a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:18.908] #1  0x00007f45b665afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:18.908] #2  0x00007f45b6645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:18.908] #3  0x000055ecda362f70 in ExceptionalCondition (conditionName=conditionName@entry=0x55ecda6054c8 "(remain...
[09:40:18.908] #4  0x000055ecd9f7d80c in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:40:18.908] #5  0x000055ecd9f7eb2b in process_pm_child_exit () at ../src/backend/postmaster/postmaster.c:2523
[09:40:18.908] #6  0x000055ecd9f7ec32 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1654
[09:40:18.908] #7  0x000055ecd9f80693 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55ecdb2b7d00) at ../src/ba...
[09:40:18.908] #8  0x000055ecd9db5ca1 in main (argc=4, argv=0x55ecdb2b7d00) at ../src/backend/main/main.c:196
[09:40:19.347] #0  0x00007f2b964a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[09:40:18.454] #0  0x00007f6061ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:18.454] #1  0x00007f6061e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:18.454] #2  0x00007f6061e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:18.454] #3  0x00005628a4e15f70 in ExceptionalCondition (conditionName=conditionName@entry=0x5628a50b84c8 "(remain...
[09:40:18.454] #4  0x00005628a4a3080c in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:40:18.454] #5  0x00005628a4a30d62 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[09:40:18.454] #6  0x00005628a4a31c24 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:40:18.454] #7  0x00005628a4a33693 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x5628a684cd90) at ../src/ba...
[09:40:18.454] #8  0x00005628a4868ca1 in main (argc=8, argv=0x5628a684cd90) at ../src/backend/main/main.c:196
[09:40:18.888] #0  0x00007f45b66a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[09:40:17.991] #0  0x00007f107eca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:17.991] #1  0x00007f107ec5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:17.991] #2  0x00007f107ec45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:17.991] #3  0x000055fe147b7f70 in ExceptionalCondition (conditionName=conditionName@entry=0x55fe14a5a4c8 "(remain...
[09:40:17.991] #4  0x000055fe143d280c in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:40:17.991] #5  0x000055fe143d2ea3 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[09:40:17.991] #6  0x000055fe143d3c24 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:40:17.991] #7  0x000055fe143d5693 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55fe16db1ce0) at ../src/ba...
[09:40:17.991] #8  0x000055fe1420aca1 in main (argc=4, argv=0x55fe16db1ce0) at ../src/backend/main/main.c:196
[09:40:18.433] #0  0x00007f6061ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[09:40:17.513] #0  0x00007fb7b22fbb93 in wait4 () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:17.513] #1  0x0000555f2db53cc0 in ?? ()
[09:40:17.513] #2  0x0000555f2db53efa in ?? ()
[09:40:17.513] #3  0x0000555f2db55630 in ?? ()
[09:40:17.513] #4  0x0000555f2db4f371 in ?? ()
[09:40:17.513] #5  0x0000555f2db4e20f in ?? ()
[09:40:17.513] #6  0x0000555f2db4ec3b in ?? ()
[09:40:17.513] #7  0x0000555f2db4c66f in ?? ()
[09:40:17.513] #8  0x00007fb7b224f24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:17.513] #9  0x00007fb7b224f305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[09:40:17.382] #0  0x00007f4738aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:17.382] #1  0x00007f4738a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:17.382] #2  0x00007f4738a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:17.382] #3  0x000055f8c2a4ff70 in ExceptionalCondition (conditionName=conditionName@entry=0x55f8c2cf24c8 "(remain...
[09:40:17.382] #4  0x000055f8c266a80c in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:40:17.382] #5  0x000055f8c266aea3 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[09:40:17.382] #6  0x000055f8c266bc24 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:40:17.382] #7  0x000055f8c266d693 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55f8c425bd10) at ../src/ba...
[09:40:17.382] #8  0x000055f8c24a2ca1 in main (argc=4, argv=0x55f8c425bd10) at ../src/backend/main/main.c:196
[09:40:17.510] #0  0x00007fb7b22fbb93 in wait4 () from /lib/x86_64-linux-gnu/libc.so.6
core
[09:40:23.562] #0  0x00007f4cc1aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:23.562] #1  0x00007f4cc1a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:23.562] #2  0x00007f4cc1a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:23.562] #3  0x000055e8c1ccef70 in ExceptionalCondition (conditionName=conditionName@entry=0x55e8c1f714c8 "(remain...
[09:40:23.562] #4  0x000055e8c18e980c in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:40:23.562] #5  0x000055e8c18e9ea3 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[09:40:23.562] #6  0x000055e8c18eac24 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:40:23.562] #7  0x000055e8c18ec693 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55e8c3510d00) at ../src/ba...
[09:40:23.562] #8  0x000055e8c1721ca1 in main (argc=4, argv=0x55e8c3510d00) at ../src/backend/main/main.c:196
[09:40:23.991] #0  0x00007fa542aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[09:40:42.096] #0  0x00007ff3d4aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:42.096] #1  0x00007ff3d4a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:42.096] #2  0x00007ff3d4a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:42.096] #3  0x0000562023238f70 in ExceptionalCondition (conditionName=conditionName@entry=0x5620234db4c8 "(remain...
[09:40:42.096] #4  0x0000562022e5380c in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:40:42.096] #5  0x0000562022e53d62 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[09:40:42.096] #6  0x0000562022e54c24 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:40:42.096] #7  0x0000562022e56693 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5620243d6d10) at ../src/ba...
[09:40:42.096] #8  0x0000562022c8bca1 in main (argc=4, argv=0x5620243d6d10) at ../src/backend/main/main.c:196
[09:40:42.545] #0  0x00007f475eea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[09:40:42.568] #0  0x00007f475eea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:42.568] #1  0x00007f475ee5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:42.568] #2  0x00007f475ee45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:42.568] #3  0x00005625d9a0cf70 in ExceptionalCondition (conditionName=conditionName@entry=0x5625d9caf4c8 "(remain...
[09:40:42.568] #4  0x00005625d962780c in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:40:42.568] #5  0x00005625d9627ea3 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[09:40:42.568] #6  0x00005625d9628c24 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:40:42.568] #7  0x00005625d962a693 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5625db511d00) at ../src/ba...
[09:40:42.568] #8  0x00005625d945fca1 in main (argc=4, argv=0x5625db511d00) at ../src/backend/main/main.c:196
[09:40:43.017] #0  0x00007f1ad7aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[09:40:43.039] #0  0x00007f1ad7aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:43.039] #1  0x00007f1ad7a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:43.039] #2  0x00007f1ad7a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:43.039] #3  0x000056001e110f70 in ExceptionalCondition (conditionName=conditionName@entry=0x56001e3b34c8 "(remain...
[09:40:43.039] #4  0x000056001dd2b80c in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:40:43.039] #5  0x000056001dd2bd62 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[09:40:43.039] #6  0x000056001dd2cc24 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:40:43.039] #7  0x000056001dd2e693 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x560020a1dcd0) at ../src/ba...
[09:40:43.039] #8  0x000056001db63ca1 in main (argc=4, argv=0x560020a1dcd0) at ../src/backend/main/main.c:196
[09:40:43.463] #0  0x00007fd4a1aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[09:40:43.482] #0  0x00007fd4a1aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:43.482] #1  0x00007fd4a1a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:43.482] #2  0x00007fd4a1a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:43.482] #3  0x000055c4064ccf70 in ExceptionalCondition (conditionName=conditionName@entry=0x55c40676f4c8 "(remain...
[09:40:43.482] #4  0x000055c4060e780c in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:40:43.482] #5  0x000055c4060e7ea3 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[09:40:43.482] #6  0x000055c4060e8c24 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:40:43.482] #7  0x000055c4060ea693 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55c4077c2d00) at ../src/ba...
[09:40:43.482] #8  0x000055c405f1fca1 in main (argc=4, argv=0x55c4077c2d00) at ../src/backend/main/main.c:196
[09:40:43.905] #0  0x00007f356daa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[09:40:43.924] #0  0x00007f356daa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:43.924] #1  0x00007f356da5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:43.924] #2  0x00007f356da45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:43.924] #3  0x000055a01bcecf70 in ExceptionalCondition (conditionName=conditionName@entry=0x55a01bf8f4c8 "(remain...
[09:40:43.924] #4  0x000055a01b90780c in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:40:43.924] #5  0x000055a01b907d62 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[09:40:43.924] #6  0x000055a01b908c24 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:40:43.924] #7  0x000055a01b90a693 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55a01e42fd40) at ../src/ba...
[09:40:43.924] #8  0x000055a01b73fca1 in main (argc=8, argv=0x55a01e42fd40) at ../src/backend/main/main.c:196
[09:40:44.346] #0  0x00007faf53ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[09:40:44.367] #0  0x00007faf53ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:44.367] #1  0x00007faf53c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:44.367] #2  0x00007faf53c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:44.367] #3  0x0000562f6d88df70 in ExceptionalCondition (conditionName=conditionName@entry=0x562f6db304c8 "(remain...
[09:40:44.367] #4  0x0000562f6d4a880c in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:40:44.367] #5  0x0000562f6d4a8d62 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[09:40:44.367] #6  0x0000562f6d4a9c24 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:40:44.367] #7  0x0000562f6d4ab693 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x562f7032ad20) at ../src/ba...
[09:40:44.367] #8  0x0000562f6d2e0ca1 in main (argc=8, argv=0x562f7032ad20) at ../src/backend/main/main.c:196
[09:40:44.787] #0  0x00007f636aaa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[09:40:44.806] #0  0x00007f636aaa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:44.806] #1  0x00007f636aa5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:44.806] #2  0x00007f636aa45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:44.806] #3  0x0000557afba3cf70 in ExceptionalCondition (conditionName=conditionName@entry=0x557afbcdf4c8 "(remain...
[09:40:44.806] #4  0x0000557afb65780c in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:40:44.806] #5  0x0000557afb657d62 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[09:40:44.806] #6  0x0000557afb658c24 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:40:44.806] #7  0x0000557afb65a693 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x557afd9b4d10) at ../src/ba...
[09:40:44.806] #8  0x0000557afb48fca1 in main (argc=4, argv=0x557afd9b4d10) at ../src/backend/main/main.c:196
[09:40:45.232] #0  0x00007f4f4dea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[09:40:41.206] #0  0x00007ff1152a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:41.206] #1  0x00007ff11525afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:41.206] #2  0x00007ff115245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:41.206] #3  0x00005608599b1f70 in ExceptionalCondition (conditionName=conditionName@entry=0x560859c544c8 "(remain...
[09:40:41.206] #4  0x00005608595cc80c in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:40:41.206] #5  0x00005608595ccd62 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[09:40:41.206] #6  0x00005608595cdc24 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:40:41.206] #7  0x00005608595cf693 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x56085b855d40) at ../src/ba...
[09:40:41.206] #8  0x0000560859404ca1 in main (argc=4, argv=0x56085b855d40) at ../src/backend/main/main.c:196
[09:40:41.644] #0  0x00007f5e3c0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[09:40:45.252] #0  0x00007f4f4dea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:45.252] #1  0x00007f4f4de5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:45.252] #2  0x00007f4f4de45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:45.252] #3  0x0000561b8789ff70 in ExceptionalCondition (conditionName=conditionName@entry=0x561b87b424c8 "(remain...
[09:40:45.252] #4  0x0000561b874ba80c in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:40:45.252] #5  0x0000561b874bad62 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[09:40:45.252] #6  0x0000561b874bbc24 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:40:45.252] #7  0x0000561b874bd693 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x561b88fbed80) at ../src/ba...
[09:40:45.252] #8  0x0000561b872f2ca1 in main (argc=8, argv=0x561b88fbed80) at ../src/backend/main/main.c:196
[09:40:45.702] #0  0x00007ffbb2ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[09:40:45.721] #0  0x00007ffbb2ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:45.721] #1  0x00007ffbb2c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:45.721] #2  0x00007ffbb2c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:45.721] #3  0x0000559c3dd30f70 in ExceptionalCondition (conditionName=conditionName@entry=0x559c3dfd34c8 "(remain...
[09:40:45.721] #4  0x0000559c3d94b80c in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:40:45.721] #5  0x0000559c3d94bea3 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[09:40:45.721] #6  0x0000559c3d94cc24 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:40:45.722] #7  0x0000559c3d94e693 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x559c3ed76d00) at ../src/ba...
[09:40:45.722] #8  0x0000559c3d783ca1 in main (argc=4, argv=0x559c3ed76d00) at ../src/backend/main/main.c:196
[09:40:46.157] #0  0x00007fa72dea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[09:40:46.176] #0  0x00007fa72dea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:46.176] #1  0x00007fa72de5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:46.176] #2  0x00007fa72de45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:46.176] #3  0x0000556c19e39f70 in ExceptionalCondition (conditionName=conditionName@entry=0x556c1a0dc4c8 "(remain...
[09:40:46.176] #4  0x0000556c19a5480c in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:40:46.176] #5  0x0000556c19a54d62 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[09:40:46.176] #6  0x0000556c19a55c24 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:40:46.176] #7  0x0000556c19a57693 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x556c1af29d40) at ../src/ba...
[09:40:46.176] #8  0x0000556c1988cca1 in main (argc=8, argv=0x556c1af29d40) at ../src/backend/main/main.c:196
[09:40:46.638] #0  0x00007ff4dd2a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[09:40:46.660] #0  0x00007ff4dd2a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:46.660] #1  0x00007ff4dd25afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:46.660] #2  0x00007ff4dd245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:46.660] #3  0x00005573a4b44f70 in ExceptionalCondition (conditionName=conditionName@entry=0x5573a4de74c8 "(remain...
[09:40:46.660] #4  0x00005573a475f80c in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:40:46.660] #5  0x00005573a475fd62 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[09:40:46.660] #6  0x00005573a4760c24 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:40:46.660] #7  0x00005573a4762693 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5573a6147d00) at ../src/ba...
[09:40:46.660] #8  0x00005573a4597ca1 in main (argc=4, argv=0x5573a6147d00) at ../src/backend/main/main.c:196
[09:40:47.111] #0  0x00007f62c38a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[09:40:47.132] #0  0x00007f62c38a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:47.132] #1  0x00007f62c385afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:47.132] #2  0x00007f62c3845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:47.132] #3  0x00005633da3d4f70 in ExceptionalCondition (conditionName=conditionName@entry=0x5633da6774c8 "(remain...
[09:40:47.132] #4  0x00005633d9fef80c in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:40:47.132] #5  0x00005633d9fefea3 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[09:40:47.132] #6  0x00005633d9ff0c24 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:40:47.132] #7  0x00005633d9ff2693 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5633db3ddd00) at ../src/ba...
[09:40:47.132] #8  0x00005633d9e27ca1 in main (argc=4, argv=0x5633db3ddd00) at ../src/backend/main/main.c:196
[09:40:47.555] #0  0x00007f546f4a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[09:40:47.576] #0  0x00007f546f4a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:47.576] #1  0x00007f546f45afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:47.576] #2  0x00007f546f445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:47.576] #3  0x000055e46ea71f70 in ExceptionalCondition (conditionName=conditionName@entry=0x55e46ed144c8 "(remain...
[09:40:47.576] #4  0x000055e46e68c80c in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:40:47.576] #5  0x000055e46e68cd62 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[09:40:47.576] #6  0x000055e46e68dc24 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:40:47.576] #7  0x000055e46e68f693 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55e470564d40) at ../src/ba...
[09:40:47.576] #8  0x000055e46e4c4ca1 in main (argc=8, argv=0x55e470564d40) at ../src/backend/main/main.c:196
[09:40:48.005] #0  0x00007f830aea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[09:40:48.026] #0  0x00007f830aea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:48.026] #1  0x00007f830ae5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:48.026] #2  0x00007f830ae45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:48.026] #3  0x0000556fc3f85f70 in ExceptionalCondition (conditionName=conditionName@entry=0x556fc42284c8 "(remain...
[09:40:48.026] #4  0x0000556fc3ba080c in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:40:48.026] #5  0x0000556fc3ba0ea3 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[09:40:48.026] #6  0x0000556fc3ba1c24 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:40:48.027] #7  0x0000556fc3ba3693 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x556fc6394d00) at ../src/ba...
[09:40:48.027] #8  0x0000556fc39d8ca1 in main (argc=4, argv=0x556fc6394d00) at ../src/backend/main/main.c:196
[09:40:48.489] #0  0x00007fdabbca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[09:40:48.508] #0  0x00007fdabbca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:48.508] #1  0x00007fdabbc5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:48.508] #2  0x00007fdabbc45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:48.508] #3  0x000055c53270cf70 in ExceptionalCondition (conditionName=conditionName@entry=0x55c5329af4c8 "(remain...
[09:40:48.508] #4  0x000055c53232780c in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:40:48.508] #5  0x000055c532327ea3 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[09:40:48.508] #6  0x000055c532328c24 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:40:48.508] #7  0x000055c53232a693 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55c533695d20) at ../src/ba...
[09:40:48.508] #8  0x000055c53215fca1 in main (argc=4, argv=0x55c533695d20) at ../src/backend/main/main.c:196
[09:40:48.943] #0  0x00007f13dfea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[09:40:48.962] #0  0x00007f13dfea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:48.962] #1  0x00007f13dfe5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:48.962] #2  0x00007f13dfe45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:48.962] #3  0x000055f4a3a97f70 in ExceptionalCondition (conditionName=conditionName@entry=0x55f4a3d3a4c8 "(remain...
[09:40:48.962] #4  0x000055f4a36b280c in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:40:48.962] #5  0x000055f4a36b2ea3 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[09:40:48.962] #6  0x000055f4a36b3c24 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:40:48.962] #7  0x000055f4a36b5693 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55f4a63e6d20) at ../src/ba...
[09:40:48.962] #8  0x000055f4a34eaca1 in main (argc=4, argv=0x55f4a63e6d20) at ../src/backend/main/main.c:196
[09:40:49.385] #0  0x00007f144f0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[09:40:49.403] #0  0x00007f144f0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:49.403] #1  0x00007f144f05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:49.403] #2  0x00007f144f045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:49.403] #3  0x000055fa743a6f70 in ExceptionalCondition (conditionName=conditionName@entry=0x55fa746494c8 "(remain...
[09:40:49.403] #4  0x000055fa73fc180c in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:40:49.403] #5  0x000055fa73fc1ea3 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[09:40:49.403] #6  0x000055fa73fc2c24 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:40:49.403] #7  0x000055fa73fc4693 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55fa76dd1d20) at ../src/ba...
[09:40:49.403] #8  0x000055fa73df9ca1 in main (argc=4, argv=0x55fa76dd1d20) at ../src/backend/main/main.c:196
[09:40:49.831] #0  0x00007fd535aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[09:40:49.850] #0  0x00007fd535aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:49.850] #1  0x00007fd535a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:49.850] #2  0x00007fd535a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:49.850] #3  0x0000557eed673f70 in ExceptionalCondition (conditionName=conditionName@entry=0x557eed9164c8 "(remain...
[09:40:49.850] #4  0x0000557eed28e80c in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:40:49.850] #5  0x0000557eed28fb2b in process_pm_child_exit () at ../src/backend/postmaster/postmaster.c:2523
[09:40:49.850] #6  0x0000557eed28fc32 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1654
[09:40:49.850] #7  0x0000557eed291693 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x557eef6c9d10) at ../src/ba...
[09:40:49.850] #8  0x0000557eed0c6ca1 in main (argc=4, argv=0x557eef6c9d10) at ../src/backend/main/main.c:196
[09:40:50.258] #0  0x00007f5fee2a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[09:40:50.277] #0  0x00007f5fee2a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:50.277] #1  0x00007f5fee25afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:50.277] #2  0x00007f5fee245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:50.277] #3  0x000056228a70ff70 in ExceptionalCondition (conditionName=conditionName@entry=0x56228a9b24c8 "(remain...
[09:40:50.277] #4  0x000056228a32a80c in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:40:50.277] #5  0x000056228a32ad62 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[09:40:50.277] #6  0x000056228a32bc24 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:40:50.277] #7  0x000056228a32d693 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x56228b8d0d20) at ../src/ba...
[09:40:50.277] #8  0x000056228a162ca1 in main (argc=8, argv=0x56228b8d0d20) at ../src/backend/main/main.c:196
[09:40:50.699] #0  0x00007f8b8a6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[09:40:50.721] #0  0x00007f8b8a6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:50.721] #1  0x00007f8b8a65afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:50.721] #2  0x00007f8b8a645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:50.721] #3  0x000055fc75cc5f70 in ExceptionalCondition (conditionName=conditionName@entry=0x55fc75f684c8 "(remain...
[09:40:50.721] #4  0x000055fc758e080c in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:40:50.721] #5  0x000055fc758e0d62 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[09:40:50.721] #6  0x000055fc758e1c24 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:40:50.721] #7  0x000055fc758e3693 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55fc77923d60) at ../src/ba...
[09:40:50.721] #8  0x000055fc75718ca1 in main (argc=8, argv=0x55fc77923d60) at ../src/backend/main/main.c:196
[09:40:51.147] #0  0x00007fcc28ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[09:40:51.165] #0  0x00007fcc28ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:51.165] #1  0x00007fcc28e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:51.165] #2  0x00007fcc28e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:51.165] #3  0x000055e1a039ef70 in ExceptionalCondition (conditionName=conditionName@entry=0x55e1a06414c8 "(remain...
[09:40:51.165] #4  0x000055e19ffb980c in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:40:51.165] #5  0x000055e19ffb9ea3 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[09:40:51.165] #6  0x000055e19ffbac24 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:40:51.165] #7  0x000055e19ffbc693 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55e1a272dd00) at ../src/ba...
[09:40:51.165] #8  0x000055e19fdf1ca1 in main (argc=4, argv=0x55e1a272dd00) at ../src/backend/main/main.c:196
[09:40:51.625] #0  0x00007f08e4aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[09:40:51.644] #0  0x00007f08e4aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:51.644] #1  0x00007f08e4a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:51.644] #2  0x00007f08e4a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:51.644] #3  0x0000556345feaf70 in ExceptionalCondition (conditionName=conditionName@entry=0x55634628d4c8 "(remain...
[09:40:51.644] #4  0x0000556345c0580c in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:40:51.644] #5  0x0000556345c05d62 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[09:40:51.644] #6  0x0000556345c06c24 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:40:51.644] #7  0x0000556345c08693 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55634721fce0) at ../src/ba...
[09:40:51.644] #8  0x0000556345a3dca1 in main (argc=4, argv=0x55634721fce0) at ../src/backend/main/main.c:196
[09:40:52.088] #0  0x00007f47172a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[09:40:52.107] #0  0x00007f47172a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:52.107] #1  0x00007f471725afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:52.107] #2  0x00007f4717245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:52.107] #3  0x0000555700b36f70 in ExceptionalCondition (conditionName=conditionName@entry=0x555700dd94c8 "(remain...
[09:40:52.107] #4  0x000055570075180c in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:40:52.107] #5  0x0000555700751ea3 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[09:40:52.107] #6  0x0000555700752c24 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:40:52.108] #7  0x0000555700754693 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x555702debd00) at ../src/ba...
[09:40:52.108] #8  0x0000555700589ca1 in main (argc=4, argv=0x555702debd00) at ../src/backend/main/main.c:196
[09:40:52.543] #0  0x00007f8a53ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[09:40:52.561] #0  0x00007f8a53ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:52.561] #1  0x00007f8a53e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:52.561] #2  0x00007f8a53e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:52.561] #3  0x0000557ddc415f70 in ExceptionalCondition (conditionName=conditionName@entry=0x557ddc6b84c8 "(remain...
[09:40:52.561] #4  0x0000557ddc03080c in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:40:52.561] #5  0x0000557ddc030ea3 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[09:40:52.561] #6  0x0000557ddc031c24 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:40:52.562] #7  0x0000557ddc033693 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x557dde1e0d10) at ../src/ba...
[09:40:52.562] #8  0x0000557ddbe68ca1 in main (argc=4, argv=0x557dde1e0d10) at ../src/backend/main/main.c:196
[09:40:53.026] #0  0x00007f6a866a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[09:40:53.045] #0  0x00007f6a866a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:53.045] #1  0x00007f6a8665afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:53.045] #2  0x00007f6a86645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:53.045] #3  0x000055f1cf2faf70 in ExceptionalCondition (conditionName=conditionName@entry=0x55f1cf59d4c8 "(remain...
[09:40:53.045] #4  0x000055f1cef1580c in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:40:53.045] #5  0x000055f1cef15ea3 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[09:40:53.045] #6  0x000055f1cef16c24 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:40:53.045] #7  0x000055f1cef18693 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55f1d1bafd00) at ../src/ba...
[09:40:53.045] #8  0x000055f1ced4dca1 in main (argc=4, argv=0x55f1d1bafd00) at ../src/backend/main/main.c:196
[09:40:53.510] #0  0x00007f7b07ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[09:40:53.529] #0  0x00007f7b07ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:53.529] #1  0x00007f7b07c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:53.529] #2  0x00007f7b07c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:53.529] #3  0x00005641cf02cf70 in ExceptionalCondition (conditionName=conditionName@entry=0x5641cf2cf4c8 "(remain...
[09:40:53.529] #4  0x00005641cec4780c in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:40:53.529] #5  0x00005641cec47ea3 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[09:40:53.529] #6  0x00005641cec48c24 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:40:53.530] #7  0x00005641cec4a693 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5641d1528cf0) at ../src/ba...
[09:40:53.530] #8  0x00005641cea7fca1 in main (argc=4, argv=0x5641d1528cf0) at ../src/backend/main/main.c:196
[09:40:53.971] #0  0x00007f7afbea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[09:40:53.992] #0  0x00007f7afbea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:53.992] #1  0x00007f7afbe5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:53.992] #2  0x00007f7afbe45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:53.992] #3  0x000055e64818ef70 in ExceptionalCondition (conditionName=conditionName@entry=0x55e6484314c8 "(remain...
[09:40:53.992] #4  0x000055e647da980c in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:40:53.992] #5  0x000055e647da9d62 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[09:40:53.992] #6  0x000055e647daac24 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:40:53.993] #7  0x000055e647dac693 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55e64969ccd0) at ../src/ba...
[09:40:53.993] #8  0x000055e647be1ca1 in main (argc=4, argv=0x55e64969ccd0) at ../src/backend/main/main.c:196
[09:40:54.444] #0  0x00007fc732ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[09:40:54.465] #0  0x00007fc732ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:54.465] #1  0x00007fc732e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:54.465] #2  0x00007fc732e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:54.465] #3  0x00005617ed89ef70 in ExceptionalCondition (conditionName=conditionName@entry=0x5617edb414c8 "(remain...
[09:40:54.465] #4  0x00005617ed4b980c in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:40:54.465] #5  0x00005617ed4b9ea3 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[09:40:54.465] #6  0x00005617ed4bac24 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:40:54.465] #7  0x00005617ed4bc693 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5617f002cd00) at ../src/ba...
[09:40:54.465] #8  0x00005617ed2f1ca1 in main (argc=4, argv=0x5617f002cd00) at ../src/backend/main/main.c:196
[09:40:54.892] #0  0x00007f86a76a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[09:40:54.911] #0  0x00007f86a76a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:54.911] #1  0x00007f86a765afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:54.911] #2  0x00007f86a7645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:54.911] #3  0x000055b6251eff70 in ExceptionalCondition (conditionName=conditionName@entry=0x55b6254924c8 "(remain...
[09:40:54.911] #4  0x000055b624e0a80c in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:40:54.911] #5  0x000055b624e0ad62 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[09:40:54.911] #6  0x000055b624e0bc24 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:40:54.911] #7  0x000055b624e0d693 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55b627b16d10) at ../src/ba...
[09:40:54.911] #8  0x000055b624c42ca1 in main (argc=4, argv=0x55b627b16d10) at ../src/backend/main/main.c:196
[09:40:55.363] #0  0x00007f6619aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[09:40:55.382] #0  0x00007f6619aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:55.382] #1  0x00007f6619a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:55.382] #2  0x00007f6619a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:55.382] #3  0x00005622e4196f70 in ExceptionalCondition (conditionName=conditionName@entry=0x5622e44394c8 "(remain...
[09:40:55.382] #4  0x00005622e3db180c in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:40:55.382] #5  0x00005622e3db1d62 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[09:40:55.382] #6  0x00005622e3db2c24 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:40:55.382] #7  0x00005622e3db4693 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5622e676cd00) at ../src/ba...
[09:40:55.382] #8  0x00005622e3be9ca1 in main (argc=4, argv=0x5622e676cd00) at ../src/backend/main/main.c:196
[09:40:55.814] #0  0x00007f2f33aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[09:40:55.832] #0  0x00007f2f33aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:55.832] #1  0x00007f2f33a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:55.832] #2  0x00007f2f33a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:55.832] #3  0x0000563fd772df70 in ExceptionalCondition (conditionName=conditionName@entry=0x563fd79d04c8 "(remain...
[09:40:55.832] #4  0x0000563fd734880c in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:40:55.832] #5  0x0000563fd7348ea3 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[09:40:55.832] #6  0x0000563fd7349c24 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:40:55.832] #7  0x0000563fd734b693 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x563fda1bfd10) at ../src/ba...
[09:40:55.832] #8  0x0000563fd7180ca1 in main (argc=4, argv=0x563fda1bfd10) at ../src/backend/main/main.c:196
[09:40:56.265] #0  0x00007f55000a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[09:40:56.284] #0  0x00007f55000a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:56.284] #1  0x00007f550005afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:56.284] #2  0x00007f5500045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:56.284] #3  0x000055abd2057f70 in ExceptionalCondition (conditionName=conditionName@entry=0x55abd22fa4c8 "(remain...
[09:40:56.284] #4  0x000055abd1c7280c in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:40:56.284] #5  0x000055abd1c72d62 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[09:40:56.284] #6  0x000055abd1c73c24 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:40:56.284] #7  0x000055abd1c75693 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55abd3d50d80) at ../src/ba...
[09:40:56.284] #8  0x000055abd1aaaca1 in main (argc=8, argv=0x55abd3d50d80) at ../src/backend/main/main.c:196
[09:40:56.717] #0  0x00007f87f86a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[09:40:56.739] #0  0x00007f87f86a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:56.739] #1  0x00007f87f865afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:56.739] #2  0x00007f87f8645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:56.739] #3  0x0000558ee9ac4f70 in ExceptionalCondition (conditionName=conditionName@entry=0x558ee9d674c8 "(remain...
[09:40:56.739] #4  0x0000558ee96df80c in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:40:56.739] #5  0x0000558ee96dfd62 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[09:40:56.739] #6  0x0000558ee96e0c24 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:40:56.740] #7  0x0000558ee96e2693 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x558eec041d50) at ../src/ba...
[09:40:56.740] #8  0x0000558ee9517ca1 in main (argc=8, argv=0x558eec041d50) at ../src/backend/main/main.c:196
[09:40:57.196] #0  0x00007f5555aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[09:40:57.218] #0  0x00007f5555aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:57.218] #1  0x00007f5555a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:57.218] #2  0x00007f5555a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:57.218] #3  0x0000564b27c9ef70 in ExceptionalCondition (conditionName=conditionName@entry=0x564b27f414c8 "(remain...
[09:40:57.218] #4  0x0000564b278b980c in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:40:57.218] #5  0x0000564b278b9ea3 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[09:40:57.218] #6  0x0000564b278bac24 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:40:57.218] #7  0x0000564b278bc693 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x564b29019d00) at ../src/ba...
[09:40:57.218] #8  0x0000564b276f1ca1 in main (argc=4, argv=0x564b29019d00) at ../src/backend/main/main.c:196
[09:40:57.662] #0  0x00007f546f0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[09:40:57.684] #0  0x00007f546f0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:57.684] #1  0x00007f546f05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:57.684] #2  0x00007f546f045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:57.684] #3  0x000055ae809f9f70 in ExceptionalCondition (conditionName=conditionName@entry=0x55ae80c9c4c8 "(remain...
[09:40:57.684] #4  0x000055ae8061480c in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:40:57.684] #5  0x000055ae80614ea3 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[09:40:57.684] #6  0x000055ae80615c24 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:40:57.684] #7  0x000055ae80617693 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55ae82d99d00) at ../src/ba...
[09:40:57.684] #8  0x000055ae8044cca1 in main (argc=4, argv=0x55ae82d99d00) at ../src/backend/main/main.c:196
[09:40:58.130] #0  0x00007f1fc2ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[09:40:58.149] #0  0x00007f1fc2ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:58.149] #1  0x00007f1fc2c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:58.149] #2  0x00007f1fc2c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:58.149] #3  0x000055624b29af70 in ExceptionalCondition (conditionName=conditionName@entry=0x55624b53d4c8 "(remain...
[09:40:58.149] #4  0x000055624aeb580c in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:40:58.149] #5  0x000055624aeb5ea3 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[09:40:58.149] #6  0x000055624aeb6c24 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:40:58.149] #7  0x000055624aeb8693 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55624d3dad00) at ../src/ba...
[09:40:58.149] #8  0x000055624acedca1 in main (argc=4, argv=0x55624d3dad00) at ../src/backend/main/main.c:196
[09:40:58.572] #0  0x00007ff2e58a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[09:40:58.591] #0  0x00007ff2e58a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:58.591] #1  0x00007ff2e585afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:58.591] #2  0x00007ff2e5845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:58.591] #3  0x00005563b3431f70 in ExceptionalCondition (conditionName=conditionName@entry=0x5563b36d44c8 "(remain...
[09:40:58.591] #4  0x00005563b304c80c in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[09:40:58.591] #5  0x00005563b304cd62 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[09:40:58.591] #6  0x00005563b304dc24 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[09:40:58.591] #7  0x00005563b304f693 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x5563b497bd40) at ../src/ba...
[09:40:58.591] #8  0x00005563b2e84ca1 in main (argc=8, argv=0x5563b497bd40) at ../src/backend/main/main.c:196
[09:40:59.013] #0  0x00007f43b04a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
tap
[09:29:45.503](1.510s) Bail out!  pg_ctl restart failed
tap
[09:29:54.270](1.613s) Bail out!  pg_ctl stop failed
tap
[09:28:38.816](0.728s) Bail out!  pg_ctl stop failed
tap
[09:28:42.759](3.796s) Bail out!  pg_ctl stop failed
tap
[09:28:39.574](1.792s) Bail out!  pg_ctl stop failed
tap
[09:28:41.337](0.914s) Bail out!  pg_ctl stop failed
tap
[09:28:41.715](2.593s) Bail out!  pg_ctl stop failed
tap
[09:28:42.644](0.321s) Bail out!  pg_ctl restart failed
tap
[09:28:46.185](0.406s) Bail out!  pg_ctl stop failed
tap
[09:28:57.372](14.332s) Bail out!  pg_ctl restart failed
tap
[09:28:45.296](0.509s) Bail out!  pg_ctl stop failed
tap
[09:28:44.633](0.957s) Bail out!  pg_ctl stop failed
tap
[09:28:47.230](2.322s) Bail out!  pg_ctl stop failed
tap
[09:28:50.677](2.304s) Bail out!  pg_ctl stop failed
tap
[09:28:50.421](2.551s) Bail out!  pg_ctl stop failed
tap
[09:28:50.620](2.260s) Bail out!  pg_ctl stop failed
tap
[09:28:54.093](2.574s) Bail out!  pg_ctl restart failed
tap
[09:28:54.154](2.906s) Bail out!  pg_ctl stop failed
tap
[09:28:55.744](2.185s) Bail out!  pg_ctl stop failed
tap
[09:28:57.374](1.333s) Bail out!  pg_ctl stop failed
tap
[09:28:58.427](0.730s) Bail out!  pg_ctl stop failed
tap
[09:28:59.980](0.676s) Bail out!  pg_ctl stop failed
tap
[09:29:00.148](0.888s) Bail out!  pg_ctl restart failed
tap
[09:29:05.316](0.230s) Bail out!  pg_ctl stop failed
tap
[09:30:02.266](0.105s) Bail out!  pg_ctl restart failed
tap
[09:29:07.465](0.146s) Bail out!  pg_ctl stop failed
tap
[09:29:08.296](0.229s) Bail out!  pg_ctl stop failed
tap
[09:29:12.732](0.132s) Bail out!  pg_ctl restart failed
tap
[09:29:12.123](0.113s) Bail out!  pg_ctl restart failed
tap
[09:29:19.195](0.911s) Bail out!  pg_ctl stop failed
tap
[09:29:16.588](3.304s) Bail out!  pg_ctl stop failed
tap
[09:29:19.720](2.694s) Bail out!  pg_ctl stop failed
tap
[09:29:29.041](2.179s) Bail out!  pg_ctl stop failed
tap
[09:29:23.211](2.535s) Bail out!  pg_ctl stop failed
tap
[09:29:32.539](0.322s) Bail out!  pg_ctl restart failed
tap
[09:29:32.726](2.236s) Bail out!  pg_ctl stop failed
tap
[09:29:38.616](0.235s) Bail out!  pg_ctl stop failed
tap
[09:29:36.586](0.134s) Bail out!  pg_ctl stop failed
tap
[09:29:40.440](0.507s) Bail out!  pg_ctl stop failed
test
[09:39:47.728]   5/318 postgresql:pg_upgrade / pg_upgrade/003_logical_slots                            ERROR            ...
[09:39:47.728]   6/318 postgresql:recovery / recovery/001_stream_rep                                   ERROR            ...
[09:39:47.728]   7/318 postgresql:recovery / recovery/003_recovery_targets                             ERROR            ...
[09:39:47.728]   8/318 postgresql:recovery / recovery/004_timeline_switch                              ERROR            ...
[09:39:47.728]   9/318 postgresql:recovery / recovery/006_logical_decoding                             ERROR            ...
[09:39:47.728]  11/318 postgresql:pg_upgrade / pg_upgrade/004_subscription                             ERROR            ...
[09:39:47.728]  12/318 postgresql:recovery / recovery/010_logical_decoding_timelines                   ERROR            ...
[09:39:47.728]  13/318 postgresql:recovery / recovery/009_twophase                                     ERROR            ...
[09:39:47.728]  14/318 postgresql:recovery / recovery/007_sync_rep                                     ERROR            ...
[09:39:47.728]  15/318 postgresql:recovery / recovery/012_subtransactions                              ERROR            ...
[09:39:47.728]  17/318 postgresql:recovery / recovery/014_unlogged_reinit                              ERROR            ...
[09:39:47.728]  18/318 postgresql:recovery / recovery/015_promotion_pages                              ERROR            ...
[09:39:47.728]  19/318 postgresql:recovery / recovery/016_min_consistency                              ERROR            ...
[09:39:47.728]  20/318 postgresql:recovery / recovery/017_shm                                          ERROR            ...
[09:39:47.728]  21/318 postgresql:recovery / recovery/018_wal_optimize                                 ERROR            ...
[09:39:47.728]  22/318 postgresql:recovery / recovery/019_replslot_limit                               ERROR            ...
[09:39:47.728]  23/318 postgresql:recovery / recovery/020_archive_status                               ERROR            ...
[09:39:47.728]  24/318 postgresql:recovery / recovery/008_fsm_truncation                               ERROR            ...
[09:39:47.728]  25/318 postgresql:recovery / recovery/021_row_visibility                               ERROR            ...
[09:39:47.728]  26/318 postgresql:recovery / recovery/024_archive_recovery                             ERROR            ...
[09:39:47.728]  27/318 postgresql:recovery / recovery/023_pitr_prepared_xact                           ERROR            ...
[09:39:47.728]  29/318 postgresql:recovery / recovery/026_overwrite_contrecord                         ERROR            ...
[09:39:47.728]  30/318 postgresql:recovery / recovery/028_pitr_timelines                               ERROR            ...
[09:39:47.728]  31/318 postgresql:recovery / recovery/029_stats_restart                                ERROR            ...
[09:39:47.728]  32/318 postgresql:recovery / recovery/031_recovery_conflict                            ERROR            ...
[09:39:47.728]  33/318 postgresql:recovery / recovery/030_stats_cleanup_replica                        ERROR            ...
[09:39:47.728]  34/318 postgresql:recovery / recovery/033_replay_tsp_drops                             ERROR            ...
[09:39:47.728]  35/318 postgresql:recovery / recovery/032_relfilenode_reuse                            ERROR            ...
[09:39:47.728]  36/318 postgresql:recovery / recovery/034_create_database                              ERROR            ...
[09:39:47.728]  37/318 postgresql:recovery / recovery/036_truncated_dropped                            ERROR            ...
[09:39:47.728]  39/318 postgresql:recovery / recovery/035_standby_logical_decoding                     ERROR            ...
[09:39:47.728]  40/318 postgresql:recovery / recovery/039_end_of_wal                                   ERROR            ...
[09:39:47.728]  41/318 postgresql:recovery / recovery/038_save_logical_slots_shutdown                  ERROR            ...
[09:39:47.728]  42/318 postgresql:recovery / recovery/041_checkpoint_at_promote                        ERROR            ...
[09:39:47.728]  43/318 postgresql:recovery / recovery/042_low_level_backup                             ERROR            ...
[09:39:47.728]  44/318 postgresql:recovery / recovery/040_standby_failover_slots_sync                  ERROR            ...
[09:39:47.728]  45/318 postgresql:kerberos / kerberos/001_auth                                         ERROR            ...
[09:39:47.728]  46/318 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[09:39:47.728]  47/318 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[09:39:47.728]  48/318 postgresql:isolation / isolation/isolation                                      ERROR           1...
[09:39:47.728]  49/318 postgresql:regress / regress/regress                                            ERROR           1...
[09:39:47.728]  50/318 postgresql:plpgsql / plpgsql/regress                                            ERROR           1...
[09:39:47.728]  51/318 postgresql:plperl / plperl/regress                                              ERROR           1...
[09:39:47.728]  52/318 postgresql:plpython / plpython/regress                                          ERROR           1...
[09:39:47.728]  53/318 postgresql:pltcl / pltcl/regress                                                ERROR           1...
[09:39:47.728]  54/318 postgresql:recovery / recovery/013_crash_restart                                ERROR           2...
[09:39:47.728]  55/318 postgresql:recovery / recovery/022_crash_temp_files                             ERROR           2...
[09:39:47.728]  56/318 postgresql:amcheck / amcheck/regress                                            ERROR           1...
[09:39:47.728]  57/318 postgresql:basic_archive / basic_archive/regress                                ERROR           1...
[09:39:47.728]  58/318 postgresql:bloom / bloom/regress                                                ERROR           1...
[09:39:47.728]  59/318 postgresql:bool_plperl / bool_plperl/regress                                    ERROR           1...
[09:39:47.728]  60/318 postgresql:btree_gin / btree_gin/regress                                        ERROR           1...
[09:39:47.728]  61/318 postgresql:btree_gist / btree_gist/regress                                      ERROR           1...
[09:39:47.728]  62/318 postgresql:citext / citext/regress                                              ERROR           1...
[09:39:47.739]  63/318 postgresql:cube / cube/regress                                                  ERROR           1...
[09:39:47.739]  64/318 postgresql:dblink / dblink/regress                                              ERROR           1...
[09:39:47.739]  65/318 postgresql:dict_int / dict_int/regress                                          ERROR           1...
[09:39:47.739]  66/318 postgresql:dict_xsyn / dict_xsyn/regress                                        ERROR           1...
[09:39:47.739]  67/318 postgresql:earthdistance / earthdistance/regress                                ERROR           1...
[09:39:47.739]  68/318 postgresql:file_fdw / file_fdw/regress                                          ERROR           1...
[09:39:47.739]  69/318 postgresql:fuzzystrmatch / fuzzystrmatch/regress                                ERROR           1...
[09:39:47.739]  70/318 postgresql:hstore / hstore/regress                                              ERROR           1...
[09:39:47.739]  71/318 postgresql:hstore_plperl / hstore_plperl/regress                                ERROR           1...
[09:39:47.739]  72/318 postgresql:hstore_plpython / hstore_plpython/regress                            ERROR           1...
[09:39:47.739]  73/318 postgresql:isn / isn/regress                                                    ERROR           1...
[09:39:47.739]  74/318 postgresql:intarray / intarray/regress                                          ERROR           1...
[09:39:47.739]  75/318 postgresql:jsonb_plperl / jsonb_plperl/regress                                  ERROR           1...
[09:39:47.739]  76/318 postgresql:jsonb_plpython / jsonb_plpython/regress                              ERROR           1...
[09:39:47.739]  77/318 postgresql:lo / lo/regress                                                      ERROR           1...
[09:39:47.739]  78/318 postgresql:ltree / ltree/regress                                                ERROR           1...
[09:39:47.739]  79/318 postgresql:ltree_plpython / ltree_plpython/regress                              ERROR           1...
[09:39:47.739]  80/318 postgresql:pageinspect / pageinspect/regress                                    ERROR           1...
[09:39:47.739]  81/318 postgresql:passwordcheck / passwordcheck/regress                                ERROR           1...
[09:39:47.739]  82/318 postgresql:pg_buffercache / pg_buffercache/regress                              ERROR           1...
[09:39:47.739]  83/318 postgresql:pg_trgm / pg_trgm/regress                                            ERROR            ...
macOS - Sonoma - Meson
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
core
[09:34:49.607]   * frame #0: 0x000000019bfb95f0
[09:34:49.607]     frame #1: 0x000000019bff1c20
[09:34:49.607]     frame #2: 0x000000019befea30
[09:34:49.607]     frame #3: 0x0000000104850d94 postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[09:34:49.607]     frame #4: 0x0000000104685240 postgres`PostmasterStateMachine at postmaster.c:2887:4
[09:34:49.607]     frame #5: 0x0000000104683a54 postgres`ServerLoop [inlined] process_pm_shutdown_request at postmaster....
[09:34:49.607]     frame #6: 0x00000001046837ec postgres`ServerLoop at postmaster.c:1650:5
[09:34:49.607]     frame #7: 0x0000000104682df0 postgres`PostmasterMain(argc=<unavailable>, argv=<unavailable>) at postm...
[09:34:49.607]     frame #8: 0x00000001045d40c0 postgres`main(argc=4, argv=0x0000600001464ba0) at main.c:196:3
[09:34:49.607]     frame #9: 0x000000019bc67154 dyld`start + 2476
core
[09:37:56.696]   * frame #0: 0x000000019bfb95f0 libsystem_kernel.dylib`__pthread_kill + 8
[09:37:56.696]     frame #1: 0x000000019bff1c20 libsystem_pthread.dylib`pthread_kill + 288
[09:37:56.696]     frame #2: 0x000000019befea30 libsystem_c.dylib`abort + 180
[09:37:56.696]     frame #3: 0x00000001011d0d94 postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[09:37:56.696]     frame #4: 0x0000000101005240 postgres`PostmasterStateMachine at postmaster.c:2887:4
[09:37:56.696]     frame #5: 0x0000000101003a54 postgres`ServerLoop [inlined] process_pm_shutdown_request at postmaster....
[09:37:56.696]     frame #6: 0x00000001010037ec postgres`ServerLoop at postmaster.c:1650:5
[09:37:56.696]     frame #7: 0x0000000101002df0 postgres`PostmasterMain(argc=<unavailable>, argv=<unavailable>) at postm...
[09:37:56.696]     frame #8: 0x0000000100f540c0 postgres`main(argc=4, argv=0x00006000038287e0) at main.c:196:3
[09:37:56.696]     frame #9: 0x000000019bc67154 dyld`start + 2476
core
[09:37:33.333]   * frame #0: 0x000000019bfb95f0 libsystem_kernel.dylib`__pthread_kill + 8
[09:37:33.333]     frame #1: 0x000000019bff1c20 libsystem_pthread.dylib`pthread_kill + 288
[09:37:33.333]     frame #2: 0x000000019befea30 libsystem_c.dylib`abort + 180
[09:37:33.333]     frame #3: 0x0000000102fdcd94 postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[09:37:33.333]     frame #4: 0x0000000102e11240 postgres`PostmasterStateMachine at postmaster.c:2887:4
[09:37:33.333]     frame #5: 0x0000000102e0fa54 postgres`ServerLoop [inlined] process_pm_shutdown_request at postmaster....
[09:37:33.333]     frame #6: 0x0000000102e0f7ec postgres`ServerLoop at postmaster.c:1650:5
[09:37:33.333]     frame #7: 0x0000000102e0edf0 postgres`PostmasterMain(argc=<unavailable>, argv=<unavailable>) at postm...
[09:37:33.333]     frame #8: 0x0000000102d600c0 postgres`main(argc=4, argv=0x0000600001e6cba0) at main.c:196:3
[09:37:33.333]     frame #9: 0x000000019bc67154 dyld`start + 2476
core
[09:37:08.203]   * frame #0: 0x000000019bfb95f0
[09:37:08.203]     frame #1: 0x000000019bff1c20
core
[09:37:07.893]   * frame #0: 0x000000019bfb95f0 libsystem_kernel.dylib`__pthread_kill + 8
[09:37:07.893]     frame #1: 0x000000019bff1c20 libsystem_pthread.dylib`pthread_kill + 288
[09:37:07.893]     frame #2: 0x000000019befea30 libsystem_c.dylib`abort + 180
[09:37:07.893]     frame #3: 0x0000000104c38d94 postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[09:37:07.893]     frame #4: 0x0000000104a6d240 postgres`PostmasterStateMachine at postmaster.c:2887:4
[09:37:07.893]     frame #5: 0x0000000104a6ba54 postgres`ServerLoop [inlined] process_pm_shutdown_request at postmaster....
[09:37:07.893]     frame #6: 0x0000000104a6b7ec postgres`ServerLoop at postmaster.c:1650:5
[09:37:07.893]     frame #7: 0x0000000104a6adf0 postgres`PostmasterMain(argc=<unavailable>, argv=<unavailable>) at postm...
[09:37:07.893]     frame #8: 0x00000001049bc0c0 postgres`main(argc=4, argv=0x0000600003b90b40) at main.c:196:3
[09:37:07.893]     frame #9: 0x000000019bc67154 dyld`start + 2476
core
[09:36:44.348]   * frame #0: 0x000000019bfb95f0
[09:36:44.348]     frame #1: 0x000000019bff1c20
[09:36:44.348]     frame #2: 0x000000019befea30
[09:36:44.348]     frame #3: 0x000000010106cd94 postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[09:36:44.348]     frame #4: 0x0000000100ea1240 postgres`PostmasterStateMachine at postmaster.c:2887:4
[09:36:44.348]     frame #5: 0x0000000100e9fa54 postgres`ServerLoop [inlined] process_pm_shutdown_request at postmaster....
[09:36:44.348]     frame #6: 0x0000000100e9f7ec postgres`ServerLoop at postmaster.c:1650:5
[09:36:44.348]     frame #7: 0x0000000100e9edf0 postgres`PostmasterMain(argc=<unavailable>, argv=<unavailable>) at postm...
[09:36:44.348]     frame #8: 0x0000000100df00c0 postgres`main(argc=4, argv=0x0000600001ab8ba0) at main.c:196:3
[09:36:44.348]     frame #9: 0x000000019bc67154 dyld`start + 2476
core
[09:36:25.102]   * frame #0: 0x000000019bfb95f0
[09:36:25.102]     frame #1: 0x000000019befea30
[09:36:25.102]     frame #2: 0x0000000100abcd94 postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[09:36:25.102]     frame #3: 0x00000001008f1240 postgres`PostmasterStateMachine at postmaster.c:2887:4
[09:36:25.102]     frame #4: 0x00000001008efa54 postgres`ServerLoop [inlined] process_pm_shutdown_request at postmaster....
[09:36:25.102]     frame #5: 0x00000001008ef7ec postgres`ServerLoop at postmaster.c:1650:5
[09:36:25.102]     frame #6: 0x00000001008eedf0 postgres`PostmasterMain(argc=<unavailable>, argv=<unavailable>) at postm...
[09:36:25.102]     frame #7: 0x00000001008400c0 postgres`main(argc=4, argv=0x0000600002228ba0) at main.c:196:3
[09:36:25.102]     frame #8: 0x000000019bc67154 dyld`start + 2476
core
[09:36:15.062]   * frame #0: 0x000000019bfb95f0
core
[09:36:14.760]   * frame #0: 0x000000019bfb95f0 libsystem_kernel.dylib`__pthread_kill + 8
[09:36:14.760]     frame #1: 0x000000019bff1c20 libsystem_pthread.dylib`pthread_kill + 288
[09:36:14.760]     frame #2: 0x000000019befea30 libsystem_c.dylib`abort + 180
[09:36:14.760]     frame #3: 0x0000000104f88d94 postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[09:36:14.760]     frame #4: 0x0000000104dbd240 postgres`PostmasterStateMachine at postmaster.c:2887:4
[09:36:14.760]     frame #5: 0x0000000104dbba54 postgres`ServerLoop [inlined] process_pm_shutdown_request at postmaster....
[09:36:14.760]     frame #6: 0x0000000104dbb7ec postgres`ServerLoop at postmaster.c:1650:5
[09:36:14.760]     frame #7: 0x0000000104dbadf0 postgres`PostmasterMain(argc=<unavailable>, argv=<unavailable>) at postm...
[09:36:14.760]     frame #8: 0x0000000104d0c0c0 postgres`main(argc=4, argv=0x0000600000e58420) at main.c:196:3
[09:36:14.760]     frame #9: 0x000000019bc67154 dyld`start + 2476
core
[09:35:50.694]   * frame #0: 0x000000019bfb95f0 libsystem_kernel.dylib`__pthread_kill + 8
[09:35:50.694]     frame #1: 0x000000019bff1c20 libsystem_pthread.dylib`pthread_kill + 288
[09:35:50.694]     frame #2: 0x000000019befea30 libsystem_c.dylib`abort + 180
[09:35:50.694]     frame #3: 0x00000001051a4d94 postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[09:35:50.694]     frame #4: 0x0000000104fd9240 postgres`PostmasterStateMachine at postmaster.c:2887:4
[09:35:50.694]     frame #5: 0x0000000104fd7a54 postgres`ServerLoop [inlined] process_pm_shutdown_request at postmaster....
[09:35:50.694]     frame #6: 0x0000000104fd77ec postgres`ServerLoop at postmaster.c:1650:5
[09:35:50.694]     frame #7: 0x0000000104fd6df0 postgres`PostmasterMain(argc=<unavailable>, argv=<unavailable>) at postm...
[09:35:50.694]     frame #8: 0x0000000104f280c0 postgres`main(argc=4, argv=0x0000600000ff4ae0) at main.c:196:3
[09:35:50.694]     frame #9: 0x000000019bc67154 dyld`start + 2476
core
[09:35:26.920]   * frame #0: 0x000000019bfb95f0 libsystem_kernel.dylib`__pthread_kill + 8
[09:35:26.920]     frame #1: 0x000000019bff1c20 libsystem_pthread.dylib`pthread_kill + 288
[09:35:26.920]     frame #2: 0x000000019befea30 libsystem_c.dylib`abort + 180
[09:35:26.920]     frame #3: 0x0000000104654d94 postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[09:35:26.920]     frame #4: 0x0000000104489240 postgres`PostmasterStateMachine at postmaster.c:2887:4
[09:35:26.920]     frame #5: 0x0000000104487a54 postgres`ServerLoop [inlined] process_pm_shutdown_request at postmaster....
[09:35:26.920]     frame #6: 0x00000001044877ec postgres`ServerLoop at postmaster.c:1650:5
[09:35:26.920]     frame #7: 0x0000000104486df0 postgres`PostmasterMain(argc=<unavailable>, argv=<unavailable>) at postm...
[09:35:26.920]     frame #8: 0x00000001043d80c0 postgres`main(argc=4, argv=0x000060000067cba0) at main.c:196:3
[09:35:26.920]     frame #9: 0x000000019bc67154 dyld`start + 2476
core
[09:35:03.652]   * frame #0: 0x000000019bfb95f0
[09:35:03.652]     frame #1: 0x000000019bff1c20
[09:35:03.652]     frame #2: 0x000000019befea30
[09:35:03.652]     frame #3: 0x0000000100b00d94 postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[09:35:03.652]     frame #4: 0x0000000100935240 postgres`PostmasterStateMachine at postmaster.c:2887:4
[09:35:03.652]     frame #5: 0x0000000100933a54 postgres`ServerLoop [inlined] process_pm_shutdown_request at postmaster....
[09:35:03.652]     frame #6: 0x00000001009337ec postgres`ServerLoop at postmaster.c:1650:5
[09:35:03.652]     frame #7: 0x0000000100932df0 postgres`PostmasterMain(argc=<unavailable>, argv=<unavailable>) at postm...
[09:35:03.652]     frame #8: 0x00000001008840c0 postgres`main(argc=4, argv=0x000060000264c7e0) at main.c:196:3
[09:35:03.652]     frame #9: 0x000000019bc67154 dyld`start + 2476
core
[09:34:34.907]   * frame #0: 0x000000019bfb95f0
core
[09:34:34.649]   * frame #0: 0x000000019bfb95f0 libsystem_kernel.dylib`__pthread_kill + 8
[09:34:34.649]     frame #1: 0x000000019bff1c20 libsystem_pthread.dylib`pthread_kill + 288
[09:34:34.649]     frame #2: 0x000000019befea30 libsystem_c.dylib`abort + 180
[09:34:34.649]     frame #3: 0x0000000101374d94 postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[09:34:34.649]     frame #4: 0x00000001011a9240 postgres`PostmasterStateMachine at postmaster.c:2887:4
[09:34:34.649]     frame #5: 0x00000001011a7a54 postgres`ServerLoop [inlined] process_pm_shutdown_request at postmaster....
[09:34:34.649]     frame #6: 0x00000001011a77ec postgres`ServerLoop at postmaster.c:1650:5
[09:34:34.649]     frame #7: 0x00000001011a6df0 postgres`PostmasterMain(argc=<unavailable>, argv=<unavailable>) at postm...
[09:34:34.649]     frame #8: 0x00000001010f80c0 postgres`main(argc=4, argv=0x00006000005c8ba0) at main.c:196:3
[09:34:34.649]     frame #9: 0x000000019bc67154 dyld`start + 2476
core
[09:34:10.865]   * frame #0: 0x000000019bfb95f0 libsystem_kernel.dylib`__pthread_kill + 8
[09:34:10.865]     frame #1: 0x000000019bff1c20 libsystem_pthread.dylib`pthread_kill + 288
[09:34:10.865]     frame #2: 0x000000019befea30 libsystem_c.dylib`abort + 180
[09:34:10.865]     frame #3: 0x0000000104b8cd94 postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[09:34:10.865]     frame #4: 0x00000001049c1240 postgres`PostmasterStateMachine at postmaster.c:2887:4
[09:34:10.865]     frame #5: 0x00000001049bfa54 postgres`ServerLoop [inlined] process_pm_shutdown_request at postmaster....
[09:34:10.865]     frame #6: 0x00000001049bf7ec postgres`ServerLoop at postmaster.c:1650:5
[09:34:10.865]     frame #7: 0x00000001049bedf0 postgres`PostmasterMain(argc=<unavailable>, argv=<unavailable>) at postm...
[09:34:10.865]     frame #8: 0x00000001049100c0 postgres`main(argc=4, argv=0x000060000041cba0) at main.c:196:3
[09:34:10.865]     frame #9: 0x000000019bc67154 dyld`start + 2476
core
[09:33:46.580]   * frame #0: 0x000000019bfb95f0 libsystem_kernel.dylib`__pthread_kill + 8
[09:33:46.580]     frame #1: 0x000000019bff1c20 libsystem_pthread.dylib`pthread_kill + 288
[09:33:46.580]     frame #2: 0x000000019befea30 libsystem_c.dylib`abort + 180
[09:33:46.580]     frame #3: 0x000000010497cd94 postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[09:33:46.580]     frame #4: 0x00000001047b1240 postgres`PostmasterStateMachine at postmaster.c:2887:4
[09:33:46.580]     frame #5: 0x00000001047afa54 postgres`ServerLoop [inlined] process_pm_shutdown_request at postmaster....
[09:33:46.580]     frame #6: 0x00000001047af7ec postgres`ServerLoop at postmaster.c:1650:5
[09:33:46.580]     frame #7: 0x00000001047aedf0 postgres`PostmasterMain(argc=<unavailable>, argv=<unavailable>) at postm...
[09:33:46.580]     frame #8: 0x00000001047000c0 postgres`main(argc=4, argv=0x0000600003f90ab0) at main.c:196:3
[09:33:46.580]     frame #9: 0x000000019bc67154 dyld`start + 2476
core
[09:33:22.206]   * frame #0: 0x000000019bfb95f0
[09:33:22.206]     frame #1: 0x000000019bff1c20
[09:33:22.206]     frame #2: 0x000000019befea30
[09:33:22.206]     frame #3: 0x0000000102d68d94 postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[09:33:22.206]     frame #4: 0x0000000102b9d240 postgres`PostmasterStateMachine at postmaster.c:2887:4
[09:33:22.206]     frame #5: 0x0000000102b9ba54 postgres`ServerLoop [inlined] process_pm_shutdown_request at postmaster....
[09:33:22.206]     frame #6: 0x0000000102b9b7ec postgres`ServerLoop at postmaster.c:1650:5
[09:33:22.206]     frame #7: 0x0000000102b9adf0 postgres`PostmasterMain(argc=<unavailable>, argv=<unavailable>) at postm...
[09:33:22.206]     frame #8: 0x0000000102aec0c0 postgres`main(argc=4, argv=0x0000600000ddcba0) at main.c:196:3
[09:33:22.206]     frame #9: 0x000000019bc67154 dyld`start + 2476
core
[09:33:03.553]   * frame #0: 0x000000019bfb95f0 libsystem_kernel.dylib`__pthread_kill + 8
[09:33:03.553]     frame #1: 0x000000019bff1c20 libsystem_pthread.dylib`pthread_kill + 288
[09:33:03.553]     frame #2: 0x000000019befea30 libsystem_c.dylib`abort + 180
[09:33:03.553]     frame #3: 0x0000000102bd4d94 postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[09:33:03.553]     frame #4: 0x0000000102a09240 postgres`PostmasterStateMachine at postmaster.c:2887:4
[09:33:03.553]     frame #5: 0x0000000102a07a54 postgres`ServerLoop [inlined] process_pm_shutdown_request at postmaster....
[09:33:03.553]     frame #6: 0x0000000102a077ec postgres`ServerLoop at postmaster.c:1650:5
[09:33:03.553]     frame #7: 0x0000000102a06df0 postgres`PostmasterMain(argc=<unavailable>, argv=<unavailable>) at postm...
[09:33:03.553]     frame #8: 0x00000001029580c0 postgres`main(argc=4, argv=0x00006000007706c0) at main.c:196:3
[09:33:03.553]     frame #9: 0x000000019bc67154 dyld`start + 2476
core
[09:32:40.189]   * frame #0: 0x000000019bfb95f0 libsystem_kernel.dylib`__pthread_kill + 8
[09:32:40.189]     frame #1: 0x000000019bff1c20 libsystem_pthread.dylib`pthread_kill + 288
[09:32:40.189]     frame #2: 0x000000019befea30 libsystem_c.dylib`abort + 180
[09:32:40.189]     frame #3: 0x0000000100800d94 postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[09:32:40.189]     frame #4: 0x0000000100635240 postgres`PostmasterStateMachine at postmaster.c:2887:4
[09:32:40.189]     frame #5: 0x0000000100633a54 postgres`ServerLoop [inlined] process_pm_shutdown_request at postmaster....
[09:32:40.189]     frame #6: 0x00000001006337ec postgres`ServerLoop at postmaster.c:1650:5
[09:32:40.189]     frame #7: 0x0000000100632df0 postgres`PostmasterMain(argc=<unavailable>, argv=<unavailable>) at postm...
[09:32:40.189]     frame #8: 0x00000001005840c0 postgres`main(argc=4, argv=0x0000600003064ba0) at main.c:196:3
[09:32:40.189]     frame #9: 0x000000019bc67154 dyld`start + 2476
core
[09:32:18.945]   * frame #0: 0x000000019bfb95f0 libsystem_kernel.dylib`__pthread_kill + 8
[09:32:18.945]     frame #1: 0x000000019bff1c20 libsystem_pthread.dylib`pthread_kill + 288
[09:32:18.945]     frame #2: 0x000000019befea30 libsystem_c.dylib`abort + 180
[09:32:18.945]     frame #3: 0x000000010096cd94 postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[09:32:18.945]     frame #4: 0x00000001007a1240 postgres`PostmasterStateMachine at postmaster.c:2887:4
[09:32:18.945]     frame #5: 0x000000010079fa54 postgres`ServerLoop [inlined] process_pm_shutdown_request at postmaster....
[09:32:18.945]     frame #6: 0x000000010079f7ec postgres`ServerLoop at postmaster.c:1650:5
[09:32:18.945]     frame #7: 0x000000010079edf0 postgres`PostmasterMain(argc=<unavailable>, argv=<unavailable>) at postm...
[09:32:18.945]     frame #8: 0x00000001006f00c0 postgres`main(argc=8, argv=0x00006000007483c0) at main.c:196:3
[09:32:18.945]     frame #9: 0x000000019bc67154 dyld`start + 2476
core
[09:31:55.744]   * frame #0: 0x000000019bfb95f0 libsystem_kernel.dylib`__pthread_kill + 8
[09:31:55.744]     frame #1: 0x000000019bff1c20 libsystem_pthread.dylib`pthread_kill + 288
[09:31:55.744]     frame #2: 0x000000019befea30 libsystem_c.dylib`abort + 180
[09:31:55.744]     frame #3: 0x0000000104a04d94 postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[09:31:55.744]     frame #4: 0x0000000104839240 postgres`PostmasterStateMachine at postmaster.c:2887:4
[09:31:55.744]     frame #5: 0x0000000104837a54 postgres`ServerLoop [inlined] process_pm_shutdown_request at postmaster....
[09:31:55.744]     frame #6: 0x00000001048377ec postgres`ServerLoop at postmaster.c:1650:5
[09:31:55.744]     frame #7: 0x0000000104836df0 postgres`PostmasterMain(argc=<unavailable>, argv=<unavailable>) at postm...
[09:31:55.744]     frame #8: 0x00000001047880c0 postgres`main(argc=4, argv=0x0000600003394ba0) at main.c:196:3
[09:31:55.744]     frame #9: 0x000000019bc67154 dyld`start + 2476
core
[09:31:31.350]   * frame #0: 0x000000019bfb95f0 libsystem_kernel.dylib`__pthread_kill + 8
[09:31:31.350]     frame #1: 0x000000019bff1c20 libsystem_pthread.dylib`pthread_kill + 288
[09:31:31.350]     frame #2: 0x000000019befea30 libsystem_c.dylib`abort + 180
[09:31:31.350]     frame #3: 0x00000001032f8d94 postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[09:31:31.350]     frame #4: 0x000000010312d240 postgres`PostmasterStateMachine at postmaster.c:2887:4
[09:31:31.350]     frame #5: 0x000000010312ba54 postgres`ServerLoop [inlined] process_pm_shutdown_request at postmaster....
[09:31:31.350]     frame #6: 0x000000010312b7ec postgres`ServerLoop at postmaster.c:1650:5
[09:31:31.350]     frame #7: 0x000000010312adf0 postgres`PostmasterMain(argc=<unavailable>, argv=<unavailable>) at postm...
[09:31:31.350]     frame #8: 0x000000010307c0c0 postgres`main(argc=4, argv=0x0000600003b94b70) at main.c:196:3
[09:31:31.350]     frame #9: 0x000000019bc67154 dyld`start + 2476
core
[09:31:05.661]   * frame #0: 0x000000019bfb95f0
core
[09:31:05.264]   * frame #0: 0x000000019bfb95f0 libsystem_kernel.dylib`__pthread_kill + 8
[09:31:05.264]     frame #1: 0x000000019bff1c20 libsystem_pthread.dylib`pthread_kill + 288
[09:31:05.264]     frame #2: 0x000000019befea30 libsystem_c.dylib`abort + 180
[09:31:05.264]     frame #3: 0x0000000100f30d94 postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[09:31:05.264]     frame #4: 0x0000000100d65240 postgres`PostmasterStateMachine at postmaster.c:2887:4
[09:31:05.264]     frame #5: 0x0000000100d63a54 postgres`ServerLoop [inlined] process_pm_shutdown_request at postmaster....
[09:31:05.264]     frame #6: 0x0000000100d637ec postgres`ServerLoop at postmaster.c:1650:5
[09:31:05.264]     frame #7: 0x0000000100d62df0 postgres`PostmasterMain(argc=<unavailable>, argv=<unavailable>) at postm...
[09:31:05.264]     frame #8: 0x0000000100cb40c0 postgres`main(argc=8, argv=0x00006000023c04b0) at main.c:196:3
[09:31:05.264]     frame #9: 0x000000019bc67154 dyld`start + 2476
core
[09:30:27.217]   * frame #0: 0x000000019bfb95f0 libsystem_kernel.dylib`__pthread_kill + 8
[09:30:27.217]     frame #1: 0x000000019bff1c20 libsystem_pthread.dylib`pthread_kill + 288
[09:30:27.217]     frame #2: 0x000000019befea30 libsystem_c.dylib`abort + 180
[09:30:27.217]     frame #3: 0x0000000102d1cd94 postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[09:30:27.217]     frame #4: 0x0000000102b51240 postgres`PostmasterStateMachine at postmaster.c:2887:4
[09:30:27.217]     frame #5: 0x0000000102b4fa54 postgres`ServerLoop [inlined] process_pm_shutdown_request at postmaster....
[09:30:27.217]     frame #6: 0x0000000102b4f7ec postgres`ServerLoop at postmaster.c:1650:5
[09:30:27.217]     frame #7: 0x0000000102b4edf0 postgres`PostmasterMain(argc=<unavailable>, argv=<unavailable>) at postm...
[09:30:27.217]     frame #8: 0x0000000102aa00c0 postgres`main(argc=4, argv=0x0000600003e7c480) at main.c:196:3
[09:30:27.217]     frame #9: 0x000000019bc67154 dyld`start + 2476
core
[09:29:50.734]   * frame #0: 0x000000019bfb95f0 libsystem_kernel.dylib`__pthread_kill + 8
[09:29:50.734]     frame #1: 0x000000019bff1c20 libsystem_pthread.dylib`pthread_kill + 288
[09:29:50.734]     frame #2: 0x000000019befea30 libsystem_c.dylib`abort + 180
[09:29:50.734]     frame #3: 0x00000001030e8d94 postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[09:29:50.734]     frame #4: 0x0000000102f1d240 postgres`PostmasterStateMachine at postmaster.c:2887:4
[09:29:50.734]     frame #5: 0x0000000102f1ba54 postgres`ServerLoop [inlined] process_pm_shutdown_request at postmaster....
[09:29:50.734]     frame #6: 0x0000000102f1b7ec postgres`ServerLoop at postmaster.c:1650:5
[09:29:50.734]     frame #7: 0x0000000102f1adf0 postgres`PostmasterMain(argc=<unavailable>, argv=<unavailable>) at postm...
[09:29:50.734]     frame #8: 0x0000000102e6c0c0 postgres`main(argc=4, argv=0x00006000009fcba0) at main.c:196:3
[09:29:50.734]     frame #9: 0x000000019bc67154 dyld`start + 2476
core
[09:29:14.984]   * frame #0: 0x000000019bfb95f0 libsystem_kernel.dylib`__pthread_kill + 8
[09:29:14.984]     frame #1: 0x000000019bff1c20 libsystem_pthread.dylib`pthread_kill + 288
[09:29:14.984]     frame #2: 0x000000019befea30 libsystem_c.dylib`abort + 180
[09:29:14.984]     frame #3: 0x00000001007f0d94 postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[09:29:14.984]     frame #4: 0x0000000100625240 postgres`PostmasterStateMachine at postmaster.c:2887:4
[09:29:14.984]     frame #5: 0x0000000100623a54 postgres`ServerLoop [inlined] process_pm_shutdown_request at postmaster....
[09:29:14.984]     frame #6: 0x00000001006237ec postgres`ServerLoop at postmaster.c:1650:5
[09:29:14.984]     frame #7: 0x0000000100622df0 postgres`PostmasterMain(argc=<unavailable>, argv=<unavailable>) at postm...
[09:29:14.984]     frame #8: 0x00000001005740c0 postgres`main(argc=4, argv=0x0000600000100ba0) at main.c:196:3
[09:29:14.984]     frame #9: 0x000000019bc67154 dyld`start + 2476
core
[09:28:46.537]   * frame #0: 0x000000019bfb95f0 libsystem_kernel.dylib`__pthread_kill + 8
[09:28:46.537]     frame #1: 0x000000019bff1c20 libsystem_pthread.dylib`pthread_kill + 288
[09:28:46.537]     frame #2: 0x000000019befea30 libsystem_c.dylib`abort + 180
[09:28:46.537]     frame #3: 0x000000010102cd94 postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[09:28:46.537]     frame #4: 0x0000000100e61240 postgres`PostmasterStateMachine at postmaster.c:2887:4
[09:28:46.537]     frame #5: 0x0000000100e5fa54 postgres`ServerLoop [inlined] process_pm_shutdown_request at postmaster....
[09:28:46.537]     frame #6: 0x0000000100e5f7ec postgres`ServerLoop at postmaster.c:1650:5
[09:28:46.537]     frame #7: 0x0000000100e5edf0 postgres`PostmasterMain(argc=<unavailable>, argv=<unavailable>) at postm...
[09:28:46.537]     frame #8: 0x0000000100db00c0 postgres`main(argc=4, argv=0x0000600001144ba0) at main.c:196:3
[09:28:46.537]     frame #9: 0x000000019bc67154 dyld`start + 2476
tap
[09:27:24.792](31.746s) Bail out!  pg_ctl stop failed
tap
[09:26:47.953](31.941s) Bail out!  pg_ctl stop failed
tap
[09:26:47.915](31.158s) Bail out!  pg_ctl stop failed
tap
[09:26:48.450](32.940s) Bail out!  pg_ctl stop failed
tap
[09:26:46.573](23.943s) Bail out!  pg_ctl stop failed
tap
[09:27:17.846](29.054s) Bail out!  pg_ctl stop failed
tap
[09:27:36.331](21.787s) Bail out!  pg_ctl restart failed
tap
[09:27:37.450](16.999s) Bail out!  pg_ctl stop failed
tap
[09:27:53.791](28.393s) Bail out!  pg_ctl restart failed
tap
[09:27:53.278](13.407s) Bail out!  pg_ctl stop failed
tap
[09:27:54.729](16.309s) Bail out!  pg_ctl stop failed
test
[09:28:01.967]   5/318 postgresql:pg_upgrade / pg_upgrade/003_logical_slots                            ERROR            ...
[09:28:01.967]   6/318 postgresql:recovery / recovery/003_recovery_targets                             ERROR            ...
[09:28:01.967]   7/318 postgresql:pg_upgrade / pg_upgrade/004_subscription                             ERROR            ...
[09:28:01.967]   8/318 postgresql:recovery / recovery/001_stream_rep                                   ERROR            ...
[09:28:01.967]   9/318 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[09:28:01.967]  11/318 postgresql:recovery / recovery/006_logical_decoding                             ERROR            ...
[09:28:01.967]  12/318 postgresql:recovery / recovery/004_timeline_switch                              ERROR            ...
[09:28:01.967]  13/318 postgresql:recovery / recovery/010_logical_decoding_timelines                   ERROR            ...
[09:28:01.967]  14/318 postgresql:recovery / recovery/008_fsm_truncation                               ERROR            ...
[09:28:01.967]  15/318 postgresql:recovery / recovery/009_twophase                                     ERROR            ...
[09:28:01.967]  17/318 postgresql:recovery / recovery/007_sync_rep                                     ERROR            ...
[09:28:01.967]  18/318 postgresql:recovery / recovery/017_shm                                          ERROR            ...
[09:28:01.967]  19/318 postgresql:recovery / recovery/018_wal_optimize                                 ERROR            ...
51/5333 Document how to run only specific regress tests
macOS - Sonoma - Meson
core
[06:59:56.647]   * frame #0: 0x00000001045e8b70 dyld`_dyld_start
tap
[06:56:00.963](0.000s) not ok 423 - pgbench script error: gset bad name stderr /(?^:error storing into variable bad name...
test
[06:56:48.573] 217/314 postgresql:pgbench / pgbench/001_pgbench_with_server                            ERROR            ...
51/5394 Fix jsonb comparison for raw scalar pseudo arrays
FreeBSD - 13 - Meson
core
[06:09:04.567] #0  0x000000082d91a8fa in _sigprocmask () from /lib/libc.so.7
[06:09:04.567] #1  0x000000082d953f91 in _system () from /lib/libc.so.7
[06:09:04.567] #2  0x000000082bc1c9d3 in ?? () from /lib/libthr.so.3
[06:09:04.567] #3  0x000000000066f785 in RestoreArchivedFile (path=path@entry=0x8214ae1d0 "pg_wal/0\270f7", xlogfname=xl...
[06:09:04.567] #4  0x000000000067adfe in XLogFileRead (segno=segno@entry=5, tli=tli@entry=1, source=source@entry=XLOG_FR...
[06:09:04.567] #5  0x0000000000676b4c in XLogFileReadAnyTLI (segno=5, source=XLOG_FROM_ANY) at ../src/backend/access/tra...
[06:09:04.567] #6  WaitForWALToBecomeAvailable (RecPtr=83886104, tliRecPtr=83886080, replayTLI=1, replayLSN=83886080, ra...
[06:09:04.567] #7  XLogPageRead (xlogreader=0x837776130, targetPagePtr=83886080, reqLen=24, targetRecPtr=83886080, readB...
[06:09:04.567] #8  0x000000000067dae2 in ReadPageInternal (state=state@entry=0x837776130, pageptr=83886080, reqLen=24) a...
[06:09:04.567] #9  0x000000000067c952 in XLogDecodeNextRecord (state=0x837776130, nonblocking=false) at ../src/backend/a...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonb.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream...
--- /tmp/cirrus-ci-build/src/test/regress/expected/jsonb.out	2024-11-27 06:03:11.837430000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/jsonb.out	2024-11-27 06:05:41.440334000 ...
@@ -5766,8 +5766,8 @@
 ----------------------------------------
  null
  ""
- "A"
  "a"
+ "A"
  -3.14159
  0
  0.0000000001
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonb.out /tmp/cirrus-ci-build/build/testrun/regress/regress/res...
--- /tmp/cirrus-ci-build/src/test/regress/expected/jsonb.out	2024-11-27 06:03:11.837430000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/jsonb.out	2024-11-27 06:04:45.822587000 +0000
@@ -5766,8 +5766,8 @@
 ----------------------------------------
  null
  ""
- "A"
  "a"
+ "A"
  -3.14159
  0
  0.0000000001
tap
[06:06:00.072](84.961s) not ok 2 - regression tests pass
test
[06:07:50.421]  43/314 postgresql:regress / regress/regress                                            ERROR            ...
[06:07:50.421] 163/314 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/jsonb.out C:/cirrus/build/testrun/recovery/027_stream_r...
--- C:/cirrus/src/test/regress/expected/jsonb.out	2024-11-27 06:03:22.167711800 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/jsonb.out	2024-11-27 06:09:23.500015800 +0000
@@ -5766,8 +5766,8 @@
 ----------------------------------------
  null
  ""
- "A"
  "a"
+ "A"
  -3.14159
  0
  0.0000000001
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/jsonb.out C:/cirrus/build/testrun/regress/regress/resul...
--- C:/cirrus/src/test/regress/expected/jsonb.out	2024-11-27 06:03:22.167711800 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/jsonb.out	2024-11-27 06:07:01.869599300 +0000
@@ -5766,8 +5766,8 @@
 ----------------------------------------
  null
  ""
- "A"
  "a"
+ "A"
  -3.14159
  0
  0.0000000001
tap
[06:09:50.112](122.839s) not ok 2 - regression tests pass
test
[06:16:10.937]  20/309 postgresql:regress / regress/regress                                            ERROR           1...
[06:16:10.937]  90/309 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/4538 Statistics Import and Export
FreeBSD - 13 - Meson
core
[05:52:29.245] #0  0x000000082af2d8fa in _sigprocmask () from /lib/libc.so.7
[05:52:29.245] #1  0x000000082af66f91 in _system () from /lib/libc.so.7
[05:52:29.245] #2  0x00000008291d59d3 in ?? () from /lib/libthr.so.3
[05:52:29.245] #3  0x000000000067eb3b in shell_archive_file (state=<optimized out>, file=0x821075450 "00000001", '0' <re...
[05:52:29.245] #4  0x0000000000896c81 in pgarch_archiveXlog (xlog=xlog@entry=0x821075450 "00000001", '0' <repeats 15 tim...
[05:52:29.245] #5  0x00000000008966d4 in pgarch_ArchiverCopyLoop () at ../src/backend/postmaster/pgarch.c:474
[05:52:29.245] #6  pgarch_MainLoop () at ../src/backend/postmaster/pgarch.c:348
[05:52:29.245] #7  0x0000000000895fad in PgArchiverMain (startup_data=<optimized out>, startup_data_len=<optimized out>)...
[05:52:29.245] #8  0x0000000000895d05 in postmaster_child_launch (child_type=child_type@entry=B_ARCHIVER, child_slot=54,...
[05:52:29.245] #9  0x0000000000898917 in StartChildProcess (type=type@entry=B_ARCHIVER) at ../src/backend/postmaster/pos...
tap
[05:50:21.096](0.001s) not ok 23 - connect : matches
test
[05:51:15.645] 243/314 postgresql:postmaster / postmaster/002_start_stop                               ERROR            ...
Linux - Debian Bookworm - Autoconf
core
[05:55:42.088] #0  0x00007f3cef1edebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:55:42.088] #1  0x00007f3cef19efb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:55:42.088] #2  0x00007f3cef189472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:55:42.088] #3  0x00007f3cef4d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:55:42.088] #4  0x00007f3cef4e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:55:42.088] #5  0x00007f3cef4c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffff536e3c6, __in_ch...
[05:55:42.088] #6  0x00007f3cef4c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140737307406384, sp...
[05:55:42.088] #7  0x00007f3cef4c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[05:55:42.088] #8  0x0000560759824fce in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[05:55:42.088] #9  0x0000560759863bc7 in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[05:55:41.143] #0  0x00007f30cf9a8ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:55:41.143] #1  0x00007f30cf959fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:55:41.143] #2  0x00007f30cf944472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:55:41.143] #3  0x00007f30cfcd650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:55:41.143] #4  0x00007f30cfce2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:55:41.143] #5  0x00007f30cfcc1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffc00954546, __in_ch...
[05:55:41.143] #6  0x00007f30cfcc14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140720318271920, sp...
[05:55:41.143] #7  0x00007f30cfcc251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[05:55:41.143] #8  0x000056470ada5fce in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[05:55:41.143] #9  0x000056470ade4bc7 in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[05:55:40.667] #0  0x00007f606e3edebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:55:40.667] #1  0x00007f606e39efb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:55:40.667] #2  0x00007f606e389472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:55:40.667] #3  0x00007f606e6d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:55:40.667] #4  0x00007f606e6e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:55:40.667] #5  0x00007f606e6c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffe57b04896, __in_ch...
[05:55:40.667] #6  0x00007f606e6c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140730369594624, sp...
[05:55:40.667] #7  0x00007f606e6c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[05:55:40.667] #8  0x0000560030bc9fce in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[05:55:40.667] #9  0x0000560030c08b2e in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[05:55:40.176] #0  0x00007f0d261edebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:55:40.176] #1  0x00007f0d2619efb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:55:40.176] #2  0x00007f0d26189472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:55:40.176] #3  0x00007f0d264d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:55:40.176] #4  0x00007f0d264e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:55:40.176] #5  0x00007f0d264c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffe7a846f26, __in_ch...
[05:55:40.176] #6  0x00007f0d264c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140730953923472, sp...
[05:55:40.176] #7  0x00007f0d264c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[05:55:40.176] #8  0x000055a74e8e5fce in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[05:55:40.176] #9  0x000055a74e924b2e in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[05:55:46.382] #0  0x00007f4899128ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:55:46.382] #1  0x00007f48990d9fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:55:46.382] #2  0x00007f48990c4472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:55:46.382] #3  0x00007f48994d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:55:46.382] #4  0x00007f48994e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:55:46.382] #5  0x00007f48994c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffebd18afb6, __in_ch...
[05:55:46.382] #6  0x00007f48994c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140732070935584, sp...
[05:55:46.382] #7  0x00007f48994c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[05:55:46.382] #8  0x00005622c5343fce in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[05:55:46.382] #9  0x00005622c5382bc7 in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[05:55:45.915] #0  0x00007fd965328ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:55:45.915] #1  0x00007fd9652d9fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:55:45.915] #2  0x00007fd9652c4472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:55:45.915] #3  0x00007fd9656d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:55:45.915] #4  0x00007fd9656e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:55:45.915] #5  0x00007fd9656c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffd98b4c3b6, __in_ch...
[05:55:45.915] #6  0x00007fd9656c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140727165440032, sp...
[05:55:45.915] #7  0x00007fd9656c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[05:55:45.915] #8  0x0000557b60685fce in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[05:55:45.915] #9  0x0000557b606c4b2e in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[05:55:45.438] #0  0x00007fa894464ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:55:45.438] #1  0x00007fa894415fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:55:45.438] #2  0x00007fa894400472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:55:45.438] #3  0x00007fa8946d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:55:45.438] #4  0x00007fa8946e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:55:45.438] #5  0x00007fa8946c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7fffb6d96ae6, __in_ch...
[05:55:45.438] #6  0x00007fa8946c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140736261093200, sp...
[05:55:45.438] #7  0x00007fa8946c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[05:55:45.438] #8  0x0000562c9d872fce in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[05:55:45.438] #9  0x0000562c9d8b1b2e in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[05:55:44.966] #0  0x00007f7b9d128ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:55:44.966] #1  0x00007f7b9d0d9fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:55:44.966] #2  0x00007f7b9d0c4472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:55:44.966] #3  0x00007f7b9d4d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:55:44.966] #4  0x00007f7b9d4e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:55:44.966] #5  0x00007f7b9d4c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7fff33a78ea6, __in_ch...
[05:55:44.966] #6  0x00007f7b9d4c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140734060010256, sp...
[05:55:44.966] #7  0x00007f7b9d4c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[05:55:44.966] #8  0x000055e36b638fce in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[05:55:44.966] #9  0x000055e36b677bc7 in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[05:55:44.484] #0  0x00007f5974b00ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:55:44.484] #1  0x00007f5974ab1fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:55:44.484] #2  0x00007f5974a9c472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:55:44.484] #3  0x00007f5974ed650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:55:44.484] #4  0x00007f5974ee2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:55:44.484] #5  0x00007f5974ec1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffcd08cdb76, __in_ch...
[05:55:44.484] #6  0x00007f5974ec14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140723807381472, sp...
[05:55:44.484] #7  0x00007f5974ec251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[05:55:44.484] #8  0x000055e54ca8efce in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[05:55:44.484] #9  0x000055e54cacdbc7 in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[05:55:43.992] #0  0x00007fdfd8b28ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:55:43.992] #1  0x00007fdfd8ad9fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:55:43.992] #2  0x00007fdfd8ac4472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:55:43.992] #3  0x00007fdfd8ed650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:55:43.992] #4  0x00007fdfd8ee2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:55:43.992] #5  0x00007fdfd8ec1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7fffdecd4656, __in_ch...
[05:55:43.992] #6  0x00007fdfd8ec14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140736931386048, sp...
[05:55:43.993] #7  0x00007fdfd8ec251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[05:55:43.993] #8  0x000055d28687ffce in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[05:55:43.993] #9  0x000055d2868beb2e in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[05:55:43.529] #0  0x00007fcf1bfa8ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:55:43.529] #1  0x00007fcf1bf59fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:55:43.529] #2  0x00007fcf1bf44472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:55:43.529] #3  0x00007fcf1c2d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:55:43.529] #4  0x00007fcf1c2e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:55:43.529] #5  0x00007fcf1c2c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7fff553bdc26, __in_ch...
[05:55:43.529] #6  0x00007fcf1c2c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140734623377552, sp...
[05:55:43.529] #7  0x00007fcf1c2c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[05:55:43.529] #8  0x0000560a57facfce in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[05:55:43.529] #9  0x0000560a57febbc7 in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[05:55:43.039] #0  0x00007fcda4d28ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:55:43.039] #1  0x00007fcda4cd9fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:55:43.039] #2  0x00007fcda4cc4472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:55:43.039] #3  0x00007fcda50d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:55:43.039] #4  0x00007fcda50e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:55:43.039] #5  0x00007fcda50c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffda2cae7f6, __in_ch...
[05:55:43.039] #6  0x00007fcda50c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140727334663264, sp...
[05:55:43.039] #7  0x00007fcda50c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[05:55:43.039] #8  0x000055af70092fce in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[05:55:43.039] #9  0x000055af700d1bc7 in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[05:55:42.568] #0  0x00007fc8ace64ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:55:42.568] #1  0x00007fc8ace15fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:55:42.568] #2  0x00007fc8ace00472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:55:42.568] #3  0x00007fc8ad0d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:55:42.568] #4  0x00007fc8ad0e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:55:42.568] #5  0x00007fc8ad0c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffe56df8916, __in_ch...
[05:55:42.568] #6  0x00007fc8ad0c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140730355914112, sp...
[05:55:42.568] #7  0x00007fc8ad0c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[05:55:42.568] #8  0x000055acd717ffce in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[05:55:42.568] #9  0x000055acd71bebc7 in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[05:55:41.618] #0  0x00007fd4349a8ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:55:41.618] #1  0x00007fd434959fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:55:41.618] #2  0x00007fd434944472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:55:41.618] #3  0x00007fd434cd650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:55:41.618] #4  0x00007fd434ce2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:55:41.618] #5  0x00007fd434cc1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7fff2e541be6, __in_ch...
[05:55:41.618] #6  0x00007fd434cc14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140733970655312, sp...
[05:55:41.618] #7  0x00007fd434cc251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[05:55:41.618] #8  0x000055b257970fce in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[05:55:41.618] #9  0x000055b2579afb2e in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
tap
[05:49:26.063](4.944s) not ok 4 - dump from PITR 1
[05:49:27.436](1.373s) not ok 5 - dump from PITR 2
tap
[05:49:37.996](1.110s) not ok 19 - pg_dump: option -n pg_catalog
[05:49:40.096](2.100s) not ok 20 - pg_dumpall: option --exclude-database handles database names with embedded dots
[05:49:42.393](1.616s) not ok 37 - binary_upgrade: pg_dump runs
[05:49:42.431](0.038s) not ok 38 - binary_upgrade: pg_restore runs
tap
[05:49:47.208](1.995s) not ok 1 - parallel dump
[05:49:47.244](0.035s) not ok 2 - parallel restore
[05:49:47.705](0.461s) not ok 3 - parallel dump as inserts
[05:49:47.760](0.055s) not ok 4 - parallel restore as inserts
tap
[05:49:52.864](4.178s) not ok 1 - filter file without patterns
tap
[05:50:03.598](0.734s) not ok 7 - parallel dump
[05:50:03.914](0.315s) not ok 8 - parallel restore
[05:50:04.073](0.159s) not ok 9 - parallel restore with create
tap
[05:50:56.975](1.118s) not ok 1 - binary_upgrade: pg_dump runs
tap
[05:53:32.399](1.320s) not ok 3 - dump primary server
[05:53:33.645](1.246s) not ok 4 - dump standby server
[05:53:34.850](1.200s) not ok 6 - dump catalogs of primary server
[05:53:35.366](0.516s) not ok 7 - dump catalogs of standby server
[05:53:35.371](0.004s) not ok 8 - compare primary and standby catalog dumps
Linux - Debian Bookworm - Meson
core
[05:53:41.236] #0  0x00007fd8cf8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:53:41.236] #1  0x00007fd8cf85afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:53:41.236] #2  0x00007fd8cf845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:53:41.236] #3  0x00007fd8cfa1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:53:41.236] #4  0x00007fd8cfa2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:53:41.236] #5  0x00007fd8cfa0db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55a1fa256b00, In...
[05:53:41.236] #6  0x000055a1fa1d2410 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[05:53:41.236] #7  0x000055a1fa204066 in pg_qsort (data=<optimized out>, n=10062, element_size=element_size@entry=8, com...
[05:53:41.236] #8  0x000055a1fa1d498a in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[05:53:41.236] #9  0x000055a1fa1c99d4 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[05:53:40.667] #0  0x00007fcdf34a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:53:40.667] #1  0x00007fcdf345afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:53:40.667] #2  0x00007fcdf3445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:53:40.667] #3  0x00007fcdf361e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:53:40.667] #4  0x00007fcdf362aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:53:40.667] #5  0x00007fcdf360db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x558a58ca9b00, In...
[05:53:40.667] #6  0x0000558a58c25410 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[05:53:40.667] #7  0x0000558a58c57066 in pg_qsort (data=<optimized out>, n=4003, element_size=element_size@entry=8, comp...
[05:53:40.667] #8  0x0000558a58c2798a in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[05:53:40.667] #9  0x0000558a58c1c9d4 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[05:53:40.378] #0  0x00007f0da36a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:53:40.378] #1  0x00007f0da365afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:53:40.378] #2  0x00007f0da3645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:53:40.378] #3  0x00007f0da381e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:53:40.378] #4  0x00007f0da382aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:53:40.378] #5  0x00007f0da380db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x564ab4ae7b00, In...
[05:53:40.378] #6  0x0000564ab4a63410 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[05:53:40.378] #7  0x0000564ab4a95066 in pg_qsort (data=<optimized out>, n=4047, element_size=element_size@entry=8, comp...
[05:53:40.378] #8  0x0000564ab4a6598a in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[05:53:40.378] #9  0x0000564ab4a5a9d4 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[05:53:40.091] #0  0x00007fb7ea2a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:53:40.091] #1  0x00007fb7ea25afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:53:40.091] #2  0x00007fb7ea245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:53:40.091] #3  0x00007fb7ea41e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:53:40.091] #4  0x00007fb7ea42aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:53:40.091] #5  0x00007fb7ea40db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55e4d01c7b00, In...
[05:53:40.091] #6  0x000055e4d0143410 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[05:53:40.091] #7  0x000055e4d0175066 in pg_qsort (data=<optimized out>, n=4051, element_size=element_size@entry=8, comp...
[05:53:40.091] #8  0x000055e4d014598a in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[05:53:40.091] #9  0x000055e4d013a9d4 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[05:53:39.791] #0  0x00007fce0a8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:53:39.791] #1  0x00007fce0a85afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:53:39.791] #2  0x00007fce0a845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:53:39.791] #3  0x00007fce0aa1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:53:39.791] #4  0x00007fce0aa2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:53:39.791] #5  0x00007fce0aa0db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55ebe90bbb00, In...
[05:53:39.791] #6  0x000055ebe9037410 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[05:53:39.791] #7  0x000055ebe9068f3c in pg_qsort (data=<optimized out>, n=4091, element_size=element_size@entry=8, comp...
[05:53:39.791] #8  0x000055ebe903998a in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[05:53:39.791] #9  0x000055ebe902e9d4 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[05:53:39.500] #0  0x00007fba30ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:53:39.500] #1  0x00007fba30e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:53:39.500] #2  0x00007fba30e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:53:39.500] #3  0x00007fba3101e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:53:39.500] #4  0x00007fba3102aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:53:39.500] #5  0x00007fba3100db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x562a5e2dab00, In...
[05:53:39.500] #6  0x0000562a5e256410 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[05:53:39.500] #7  0x0000562a5e288066 in pg_qsort (data=<optimized out>, n=4014, element_size=element_size@entry=8, comp...
[05:53:39.500] #8  0x0000562a5e25898a in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[05:53:39.500] #9  0x0000562a5e24d9d4 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[05:53:39.220] #0  0x00007fd1a86a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:53:39.220] #1  0x00007fd1a865afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:53:39.220] #2  0x00007fd1a8645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:53:39.220] #3  0x00007fd1a881e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:53:39.220] #4  0x00007fd1a882aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:53:39.220] #5  0x00007fd1a880db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55c8c9102b00, In...
[05:53:39.220] #6  0x000055c8c907e410 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[05:53:39.220] #7  0x000055c8c90aff3c in pg_qsort (data=<optimized out>, n=4993, element_size=element_size@entry=8, comp...
[05:53:39.220] #8  0x000055c8c908098a in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[05:53:39.220] #9  0x000055c8c90759d4 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[05:53:38.926] #0  0x00007fec69ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:53:38.926] #1  0x00007fec69e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:53:38.926] #2  0x00007fec69e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:53:38.926] #3  0x00007fec6a01e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:53:38.926] #4  0x00007fec6a02aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:53:38.926] #5  0x00007fec6a00db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x562f9e495b00, In...
[05:53:38.926] #6  0x0000562f9e411410 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[05:53:38.926] #7  0x0000562f9e442f3c in pg_qsort (data=<optimized out>, n=4091, element_size=element_size@entry=8, comp...
[05:53:38.926] #8  0x0000562f9e41398a in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[05:53:38.926] #9  0x0000562f9e4089d4 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[05:53:38.637] #0  0x00007f99588a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:53:38.637] #1  0x00007f995885afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:53:38.637] #2  0x00007f9958845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:53:38.637] #3  0x00007f9958a1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:53:38.637] #4  0x00007f9958a2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:53:38.637] #5  0x00007f9958a0db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55e49d264a80, In...
[05:53:38.637] #6  0x000055e49d1e0454 in DOTypeNameCompare (p1=p1@entry=0x55e49f09d360, p2=p2@entry=0x55e49f09fa50) at ....
[05:53:38.637] #7  0x000055e49d2117a4 in pg_qsort_med3 (a=a@entry=0x55e49f09d360, b=b@entry=0x55e49f09fa50, c=c@entry=0x...
[05:53:38.637] #8  0x000055e49d211bbf in pg_qsort (data=<optimized out>, n=9971, element_size=element_size@entry=8, comp...
[05:53:38.637] #9  0x000055e49d1e298a in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
core
[05:53:38.349] #0  0x00007fcf118a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:53:38.349] #1  0x00007fcf1185afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:53:38.349] #2  0x00007fcf11845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:53:38.349] #3  0x00007fcf11a1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:53:38.349] #4  0x00007fcf11a2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:53:38.349] #5  0x00007fcf11a0db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x5633ea828b00, In...
[05:53:38.349] #6  0x00005633ea7a4410 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[05:53:38.349] #7  0x00005633ea7d5f3c in pg_qsort (data=<optimized out>, n=4429, element_size=element_size@entry=8, comp...
[05:53:38.349] #8  0x00005633ea7a698a in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[05:53:38.349] #9  0x00005633ea79b9d4 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[05:53:38.065] #0  0x00007f17fbea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:53:38.065] #1  0x00007f17fbe5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:53:38.065] #2  0x00007f17fbe45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:53:38.065] #3  0x00007f17fc01e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:53:38.065] #4  0x00007f17fc02aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:53:38.065] #5  0x00007f17fc00db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55d94cb1fa80, In...
[05:53:38.065] #6  0x000055d94ca9b454 in DOTypeNameCompare (p1=p1@entry=0x55d94d757360, p2=p2@entry=0x55d94d759a50) at ....
[05:53:38.065] #7  0x000055d94cacc7a4 in pg_qsort_med3 (a=a@entry=0x55d94d757360, b=b@entry=0x55d94d759a50, c=c@entry=0x...
[05:53:38.065] #8  0x000055d94caccbbf in pg_qsort (data=<optimized out>, n=9971, element_size=element_size@entry=8, comp...
[05:53:38.065] #9  0x000055d94ca9d98a in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
core
[05:53:37.767] #0  0x00007fb3608a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:53:37.767] #1  0x00007fb36085afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:53:37.767] #2  0x00007fb360845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:53:37.767] #3  0x00007fb360a1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:53:37.767] #4  0x00007fb360a2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:53:37.767] #5  0x00007fb360a0db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x560aa7379b00, In...
[05:53:37.767] #6  0x0000560aa72f5410 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[05:53:37.767] #7  0x0000560aa7327066 in pg_qsort (data=<optimized out>, n=4051, element_size=element_size@entry=8, comp...
[05:53:37.767] #8  0x0000560aa72f798a in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[05:53:37.767] #9  0x0000560aa72ec9d4 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[05:53:42.943] #0  0x00007f32b80a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:53:42.943] #1  0x00007f32b805afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:53:42.943] #2  0x00007f32b8045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:53:42.943] #3  0x00007f32b821e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:53:42.943] #4  0x00007f32b822aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:53:42.943] #5  0x00007f32b820db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55779a47aa80, In...
[05:53:42.943] #6  0x000055779a3f6454 in DOTypeNameCompare (p1=p1@entry=0x55779be6a270, p2=p2@entry=0x55779be6c780) at ....
[05:53:42.943] #7  0x000055779a4277a4 in pg_qsort_med3 (a=a@entry=0x55779be6a270, b=b@entry=0x55779be6c780, c=c@entry=0x...
[05:53:42.943] #8  0x000055779a427bbf in pg_qsort (data=<optimized out>, n=9488, element_size=element_size@entry=8, comp...
[05:53:42.943] #9  0x000055779a3f898a in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
core
[05:53:42.656] #0  0x00007f38cb4a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:53:42.656] #1  0x00007f38cb45afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:53:42.656] #2  0x00007f38cb445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:53:42.656] #3  0x00007f38cb61e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:53:42.656] #4  0x00007f38cb62aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:53:42.656] #5  0x00007f38cb60db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55dc12d6ab00, In...
[05:53:42.656] #6  0x000055dc12ce6410 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[05:53:42.656] #7  0x000055dc12d17f3c in pg_qsort (data=<optimized out>, n=4060, element_size=element_size@entry=8, comp...
[05:53:42.656] #8  0x000055dc12ce898a in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[05:53:42.656] #9  0x000055dc12cdd9d4 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[05:53:42.369] #0  0x00007f44562a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:53:42.369] #1  0x00007f445625afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:53:42.369] #2  0x00007f4456245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:53:42.369] #3  0x00007f445641e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:53:42.369] #4  0x00007f445642aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:53:42.369] #5  0x00007f445640db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55c9b7713b00, In...
[05:53:42.369] #6  0x000055c9b768f410 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[05:53:42.369] #7  0x000055c9b76c1066 in pg_qsort (data=<optimized out>, n=7608, element_size=element_size@entry=8, comp...
[05:53:42.369] #8  0x000055c9b769198a in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[05:53:42.369] #9  0x000055c9b76869d4 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[05:53:42.069] #0  0x00007f2f42f77da4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[05:53:42.069] #1  0x00007f2f42f24239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[05:53:42.069] #2  0x00007f2f42f24497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[05:53:42.069] #3  0x000055c7f6eb45c1 in ?? ()
[05:53:42.069] #4  0x000055c7f6eae369 in ?? ()
[05:53:42.069] #5  0x000055c7f6ead20f in ?? ()
[05:53:42.069] #6  0x000055c7f6eadc3b in ?? ()
[05:53:42.069] #7  0x000055c7f6eab66f in ?? ()
[05:53:42.069] #8  0x00007f2f42f0f24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:53:42.069] #9  0x00007f2f42f0f305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:53:41.934] #0  0x00007fc4e6ec7ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:53:41.934] #1  0x00007fc4e6e78fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:53:41.934] #2  0x00007fc4e6e63472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:53:41.934] #3  0x00007fc4e681e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:53:41.934] #4  0x00007fc4e682aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:53:41.934] #5  0x00007fc4e680db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x56529f4bfb00, In...
[05:53:41.934] #6  0x000056529f43b410 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[05:53:41.934] #7  0x000056529f46d066 in pg_qsort (data=<optimized out>, n=4006, element_size=element_size@entry=8, comp...
[05:53:41.934] #8  0x000056529f43d98a in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[05:53:41.934] #9  0x000056529f4329d4 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[05:53:41.652] #0  0x00007f7aac345a50 in ?? ()
[05:53:41.652] #1  0x0000000000000003 in ?? ()
[05:53:41.652] #2  0x00007fff431463d2 in ?? ()
[05:53:41.652] #3  0x00007fff431463d5 in ?? ()
[05:53:41.652] #4  0x00007fff43146405 in ?? ()
[05:53:41.652] #5  0x0000000000000000 in ?? ()
[05:53:41.911] #0  0x00007fc4e6ec7ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:53:41.526] #0  0x00007f9416ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:53:41.526] #1  0x00007f9416c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:53:41.526] #2  0x00007f9416c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:53:41.526] #3  0x00007f9416e1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:53:41.526] #4  0x00007f9416e2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:53:41.526] #5  0x00007f9416e0db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x564bb504cb00, In...
[05:53:41.526] #6  0x0000564bb4fc8410 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[05:53:41.526] #7  0x0000564bb4ffa066 in pg_qsort (data=<optimized out>, n=7608, element_size=element_size@entry=8, comp...
[05:53:41.526] #8  0x0000564bb4fca98a in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[05:53:41.526] #9  0x0000564bb4fbf9d4 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[05:53:40.956] #0  0x00007f5730aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:53:40.956] #1  0x00007f5730a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:53:40.956] #2  0x00007f5730a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:53:40.956] #3  0x00007f5730c1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:53:40.956] #4  0x00007f5730c2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:53:40.956] #5  0x00007f5730c0db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x563fd667bb00, In...
[05:53:40.956] #6  0x0000563fd65f7410 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[05:53:40.956] #7  0x0000563fd6628f3c in pg_qsort (data=<optimized out>, n=4465, element_size=element_size@entry=8, comp...
[05:53:40.956] #8  0x0000563fd65f998a in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[05:53:40.956] #9  0x0000563fd65ee9d4 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
tap
[05:51:03.874](3.121s) not ok 4 - dump from PITR 1
[05:51:04.821](0.947s) not ok 5 - dump from PITR 2
tap
[05:51:14.135](0.248s) not ok 19 - pg_dump: option -n pg_catalog
[05:51:15.306](1.171s) not ok 20 - pg_dumpall: option --exclude-database handles database names with embedded dots
[05:51:16.107](0.327s) not ok 37 - binary_upgrade: pg_dump runs
[05:51:16.120](0.013s) not ok 38 - binary_upgrade: pg_restore runs
tap
[05:51:13.390](1.156s) not ok 1 - parallel dump
[05:51:13.412](0.021s) not ok 2 - parallel restore
[05:51:13.727](0.315s) not ok 3 - parallel dump as inserts
[05:51:13.753](0.026s) not ok 4 - parallel restore as inserts
tap
[05:51:15.317](2.440s) not ok 1 - filter file without patterns
tap
[05:51:17.391](0.482s) not ok 7 - parallel dump
[05:51:17.589](0.197s) not ok 8 - parallel restore
[05:51:17.666](0.077s) not ok 9 - parallel restore with create
tap
[05:50:22.873](4.311s) not ok 6 - dump before running pg_upgrade
[05:50:31.803](4.206s) not ok 14 - run of pg_upgrade for new instance
[05:50:31.804](0.000s) not ok 15 - pg_upgrade_output.d/ removed after pg_upgrade success
[05:50:32.060](0.069s) not ok 16 - check that locales in new cluster match original cluster
[05:50:32.600](0.001s) not ok 18 - old and new dumps match after pg_upgrade
tap
[05:49:01.589](3.866s) not ok 10 - run of pg_upgrade of old cluster
[05:49:01.817](0.228s) not ok 11 - check the slot exists on new cluster
tap
[05:49:04.022](2.854s) not ok 8 - run of pg_upgrade for old instance when the subscription tables are in init/ready stat...
[05:49:04.022](0.000s) not ok 9 - pg_upgrade_output.d/ removed after successful pg_upgrade
[05:49:04.325](0.303s) not ok 10 - check that the subscription's running status and failover are preserved
[05:49:04.377](0.051s) not ok 11 - there should be 2 rows in pg_subscription_rel(representing tab_upgraded1 and tab_upgr...
tap
[05:50:53.559](1.390s) not ok 3 - dump primary server
[05:50:54.649](1.089s) not ok 4 - dump standby server
[05:50:55.857](1.203s) not ok 6 - dump catalogs of primary server
[05:50:56.443](0.586s) not ok 7 - dump catalogs of standby server
[05:50:56.462](0.018s) not ok 8 - compare primary and standby catalog dumps
tap
[05:52:20.889](0.649s) not ok 1 - binary_upgrade: pg_dump runs
test
[05:52:30.131]   6/314 postgresql:pg_upgrade / pg_upgrade/003_logical_slots                            ERROR            ...
[05:52:30.131]   9/314 postgresql:pg_upgrade / pg_upgrade/004_subscription                             ERROR            ...
[05:52:30.131]  95/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[05:52:30.131] 146/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[05:52:30.131] 155/314 postgresql:pg_combinebackup / pg_combinebackup/002_compare_backups              ERROR            ...
[05:52:30.131] 171/314 postgresql:pg_dump / pg_dump/004_pg_dump_parallel                               ERROR            ...
[05:52:30.131] 175/314 postgresql:pg_dump / pg_dump/005_pg_dump_filterfile                             ERROR            ...
[05:52:30.131] 177/314 postgresql:pg_dump / pg_dump/002_pg_dump                                        ERROR            ...
[05:52:30.131] 191/314 postgresql:pg_dump / pg_dump/010_dump_connstr                                   ERROR            ...
[05:52:30.131] 298/314 postgresql:test_pg_dump / test_pg_dump/001_base                                 ERROR            ...
51/4971 Revisiting {CREATE INDEX, REINDEX} CONCURRENTLY improvements
Linux - Debian Bookworm - Meson
core
[05:39:00.673] #0  <unavailable> in ?? ()
core
[05:39:00.794] #0  0x00007f7da0926da4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[05:39:00.794] #1  0x00007f7da08d3239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[05:39:00.794] #2  0x00007f7da08d3497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[05:39:00.794] #3  0x00005600fe4bb5c1 in ?? ()
[05:39:00.794] #4  0x00005600fe4b5369 in ?? ()
[05:39:00.794] #5  0x00005600fe4b420f in ?? ()
[05:39:00.794] #6  0x00005600fe4b4c3b in ?? ()
[05:39:00.794] #7  0x00005600fe4b266f in ?? ()
[05:39:00.794] #8  0x00007f7da08be24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:39:00.794] #9  0x00007f7da08be305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:39:00.673] #0  0x00007f7da0926da4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[05:39:00.673] #1  0x00007f7da08d3239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[05:39:00.673] #2  0x00007f7da08d3497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[05:39:00.673] #3  0x00005600fe4bb5f3 in ?? ()
[05:39:00.673] #4  0x00005600fe4b5369 in ?? ()
[05:39:00.673] #5  0x00005600fe4b420f in ?? ()
[05:39:00.673] #6  0x00005600fe4b4c3b in ?? ()
[05:39:00.673] #7  0x00005600fe4b266f in ?? ()
[05:39:00.673] #8  0x00007f7da08be24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:39:00.673] #9  0x00007f7da08be305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
regress
diff -U3 /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/query_cancel.out /tmp/cirrus-ci-build/build/testrun/postgres...
--- /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/query_cancel.out	2024-11-27 05:31:24.733162242 +0000
+++ /tmp/cirrus-ci-build/build/testrun/postgres_fdw/regress/results/query_cancel.out	2024-11-27 05:36:27.386425018 +0000
@@ -29,4 +29,5 @@
 -- This would take very long if not canceled:
 SELECT count(*) FROM ft1 a CROSS JOIN ft1 b CROSS JOIN ft1 c CROSS JOIN ft1 d;
 ERROR:  canceling statement due to statement timeout
+WARNING:  could not get result of cancel request due to timeout
 COMMIT;
test
[05:37:50.815] 154/314 postgresql:postgres_fdw / postgres_fdw/regress                                  ERROR            ...
51/5231 Consider the number of columns in the sort cost model
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out /tmp/cirrus-ci-build/build/testrun/...
--- /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out	2024-11-27 04:04:13.414597000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_stat_statements/regress/results/level_tracking.out	2024-11-27 04:06:37.5549240...
@@ -383,26 +383,24 @@
 (1 row)
 
 EXPLAIN (COSTS OFF) SELECT 1, 2 UNION SELECT 3, 4\; EXPLAIN (COSTS OFF) (SELECT 1, 2, 3) UNION SELECT 3, 4, 5;
+      QUERY PLAN       
+-----------------------
+ HashAggregate
+   Group Key: (1), (2)
+   ->  Append
+         ->  Result
+         ->  Result
+(5 rows)
+
          QUERY PLAN         
 ----------------------------
- Unique
-   ->  Sort
...
test
[04:08:47.001]  88/314 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out /tmp/cirrus-ci-build/contrib/pg_sta...
--- /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out	2024-11-27 04:04:11.169695912 +0000
+++ /tmp/cirrus-ci-build/contrib/pg_stat_statements/results/level_tracking.out	2024-11-27 04:08:39.164566538 +0000
@@ -383,25 +383,23 @@
 (1 row)
 
 EXPLAIN (COSTS OFF) SELECT 1, 2 UNION SELECT 3, 4\; EXPLAIN (COSTS OFF) (SELECT 1, 2, 3) UNION SELECT 3, 4, 5;
+      QUERY PLAN       
+-----------------------
+ HashAggregate
+   Group Key: (1), (2)
+   ->  Append
+         ->  Result
+         ->  Result
+(5 rows)
+
          QUERY PLAN         
 ----------------------------
- Unique
-   ->  Sort
...
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out /tmp/cirrus-ci-build/build/testrun/...
--- /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out	2024-11-27 04:04:13.013198444 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_stat_statements/regress/results/level_tracking.out	2024-11-27 04:08:00.2051499...
@@ -383,25 +383,23 @@
 (1 row)
 
 EXPLAIN (COSTS OFF) SELECT 1, 2 UNION SELECT 3, 4\; EXPLAIN (COSTS OFF) (SELECT 1, 2, 3) UNION SELECT 3, 4, 5;
+      QUERY PLAN       
+-----------------------
+ HashAggregate
+   Group Key: (1), (2)
+   ->  Append
+         ->  Result
+         ->  Result
+(5 rows)
+
          QUERY PLAN         
 ----------------------------
- Unique
-   ->  Sort
...
test
[04:09:56.980]  86/314 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/contrib/pg_stat_statements/expected/level_tracking.out /Users/admin/pgsql/build/testrun/pg_s...
--- /Users/admin/pgsql/contrib/pg_stat_statements/expected/level_tracking.out	2024-11-27 04:03:10
+++ /Users/admin/pgsql/build/testrun/pg_stat_statements/regress/results/level_tracking.out	2024-11-27 04:06:02
@@ -383,25 +383,23 @@
 (1 row)
 
 EXPLAIN (COSTS OFF) SELECT 1, 2 UNION SELECT 3, 4\; EXPLAIN (COSTS OFF) (SELECT 1, 2, 3) UNION SELECT 3, 4, 5;
+      QUERY PLAN       
+-----------------------
+ HashAggregate
+   Group Key: (1), (2)
+   ->  Append
+         ->  Result
+         ->  Result
+(5 rows)
+
          QUERY PLAN         
 ----------------------------
- Unique
-   ->  Sort
...
test
[04:07:49.119]  86/314 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/contrib/pg_stat_statements/expected/level_tracking.out C:/cirrus/build/testrun/pg...
--- C:/cirrus/contrib/pg_stat_statements/expected/level_tracking.out	2024-11-27 04:04:30.383836100 +0000
+++ C:/cirrus/build/testrun/pg_stat_statements/regress/results/level_tracking.out	2024-11-27 04:11:20.787100800 +0000
@@ -383,25 +383,23 @@
 (1 row)
 
 EXPLAIN (COSTS OFF) SELECT 1, 2 UNION SELECT 3, 4\; EXPLAIN (COSTS OFF) (SELECT 1, 2, 3) UNION SELECT 3, 4, 5;
+      QUERY PLAN       
+-----------------------
+ HashAggregate
+   Group Key: (1), (2)
+   ->  Append
+         ->  Result
+         ->  Result
+(5 rows)
+
          QUERY PLAN         
 ----------------------------
- Unique
-   ->  Sort
...
test
[04:17:47.329]  88/309 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
51/5392 Forbid accessing other session's temporary tables
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/inherit-temp.out /tmp/cirrus-ci-build/build/testrun/isolation/...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/inherit-temp.out	2024-11-27 01:30:19.482480000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/isolation/isolation/results/inherit-temp.out	2024-11-27 01:31:38.942970000 +0000
@@ -5,14 +5,7 @@
 step s1_insert_c: INSERT INTO inh_temp_child_s1 VALUES (3), (4);
 step s2_insert_c: INSERT INTO inh_temp_child_s2 VALUES (5), (6);
 step s1_select_p: SELECT a FROM inh_parent;
-a
--
-1
-2
-3
-4
-(4 rows)
-
+ERROR:  cannot access temporary tables of other sessions
 step s1_select_c: SELECT a FROM inh_temp_child_s1;
 a
 -
@@ -21,14 +14,7 @@
...
test
[01:34:54.350]  31/314 postgresql:isolation / isolation/isolation                                      ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/inherit-temp.out /tmp/cirrus-ci-build/src/test/isolation/outpu...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/inherit-temp.out	2024-11-27 01:30:15.631221325 +0000
+++ /tmp/cirrus-ci-build/src/test/isolation/output_iso/results/inherit-temp.out	2024-11-27 01:32:26.403211213 +0000
@@ -5,14 +5,7 @@
 step s1_insert_c: INSERT INTO inh_temp_child_s1 VALUES (3), (4);
 step s2_insert_c: INSERT INTO inh_temp_child_s2 VALUES (5), (6);
 step s1_select_p: SELECT a FROM inh_parent;
-a
--
-1
-2
-3
-4
-(4 rows)
-
+ERROR:  cannot access temporary tables of other sessions
 step s1_select_c: SELECT a FROM inh_temp_child_s1;
 a
 -
@@ -21,14 +14,7 @@
...
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/inherit-temp.out /tmp/cirrus-ci-build/build/testrun/isolation/...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/inherit-temp.out	2024-11-27 01:30:15.667136386 +0000
+++ /tmp/cirrus-ci-build/build/testrun/isolation/isolation/results/inherit-temp.out	2024-11-27 01:31:58.994219620 +0000
@@ -5,14 +5,7 @@
 step s1_insert_c: INSERT INTO inh_temp_child_s1 VALUES (3), (4);
 step s2_insert_c: INSERT INTO inh_temp_child_s2 VALUES (5), (6);
 step s1_select_p: SELECT a FROM inh_parent;
-a
--
-1
-2
-3
-4
-(4 rows)
-
+ERROR:  cannot access temporary tables of other sessions
 step s1_select_c: SELECT a FROM inh_temp_child_s1;
 a
 -
@@ -21,14 +14,7 @@
...
test
[01:34:52.901]  28/314 postgresql:isolation / isolation/isolation                                      ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/isolation/expected/inherit-temp.out /Users/admin/pgsql/build/testrun/isolation/isol...
--- /Users/admin/pgsql/src/test/isolation/expected/inherit-temp.out	2024-11-27 01:29:12
+++ /Users/admin/pgsql/build/testrun/isolation/isolation/results/inherit-temp.out	2024-11-27 01:30:53
@@ -5,14 +5,7 @@
 step s1_insert_c: INSERT INTO inh_temp_child_s1 VALUES (3), (4);
 step s2_insert_c: INSERT INTO inh_temp_child_s2 VALUES (5), (6);
 step s1_select_p: SELECT a FROM inh_parent;
-a
--
-1
-2
-3
-4
-(4 rows)
-
+ERROR:  cannot access temporary tables of other sessions
 step s1_select_c: SELECT a FROM inh_temp_child_s1;
 a
 -
@@ -21,14 +14,7 @@
...
test
[01:33:36.232]  39/314 postgresql:isolation / isolation/isolation                                      ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/isolation/expected/inherit-temp.out C:/cirrus/build/testrun/isolation/is...
--- C:/cirrus/src/test/isolation/expected/inherit-temp.out	2024-11-27 01:30:28.974280000 +0000
+++ C:/cirrus/build/testrun/isolation/isolation/results/inherit-temp.out	2024-11-27 01:33:31.662502700 +0000
@@ -5,14 +5,7 @@
 step s1_insert_c: INSERT INTO inh_temp_child_s1 VALUES (3), (4);
 step s2_insert_c: INSERT INTO inh_temp_child_s2 VALUES (5), (6);
 step s1_select_p: SELECT a FROM inh_parent;
-a
--
-1
-2
-3
-4
-(4 rows)
-
+ERROR:  cannot access temporary tables of other sessions
 step s1_select_c: SELECT a FROM inh_temp_child_s1;
 a
 -
@@ -21,14 +14,7 @@
...
test
[01:42:38.874]  31/309 postgresql:isolation / isolation/isolation                                      ERROR           1...
51/5196 Use function smgrclose() to replace the loop
CompilerWarnings
compiler
[00:27:50.498] smgr.c:282:13: error: unused variable 'forknum' [-Werror,-Wunused-variable]
compiler
[00:27:50.498] smgr.c:487:9: error: unused variable 'which' [-Werror,-Wunused-variable]
compiler
[00:27:41.406] smgr.c:487:9: error: unused variable 'which' [-Werror,-Wunused-variable]
compiler
[00:27:41.406] smgr.c:282:13: error: unused variable 'forknum' [-Werror,-Wunused-variable]
compiler
[00:27:11.390] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
compiler
[00:27:11.390] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable]
compiler
[00:27:02.908] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable]
compiler
[00:27:02.908] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
compiler
[00:28:12.397] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable]
compiler
[00:28:12.397] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
51/4980 Expand applicability of aggregate's sortop optimization
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/btree_index.out /tmp/cirrus-ci-build/build/testrun/recovery/027_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/btree_index.out	2024-11-26 22:14:12.512553000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/btree_index.out	2024-11-26 22:17:31.0778...
@@ -158,13 +158,10 @@
 set enable_bitmapscan to false;
 explain (costs off)
 select hundred, twenty from tenk1 where hundred < 48 order by hundred desc limit 1;
-                       QUERY PLAN                       
---------------------------------------------------------
- Limit
-   ->  Index Scan Backward using tenk1_hundred on tenk1
-         Index Cond: (hundred < 48)
-(3 rows)
-
+ERROR:  deadlock detected
+DETAIL:  Process 17683 waits for AccessShareLock on relation 25312 of database 16384; blocked by process 17703.
+Process 17703 waits for AccessExclusiveLock on relation 16418 of database 16384; blocked by process 17683.
+HINT:  See server log for query details.
 select hundred, twenty from tenk1 where hundred < 48 order by hundred desc limit 1;
  hundred | twenty 
...
tap
[22:18:29.427](92.668s) not ok 2 - regression tests pass
test
[22:20:35.091] 161/314 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/subselect.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/subselect.out	2024-11-26 22:14:08.406298837 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/subselect.out	2024-11-26 22:21:36.388373773 +0000
@@ -1029,7 +1029,7 @@
    ->  Seq Scan on tenk1 t
          Filter: ((ANY (unique2 = (hashed SubPlan 2).col1)) OR (ten < 0))
          SubPlan 2
-           ->  Index Only Scan using tenk1_unique1 on tenk1 k
+           ->  Index Only Scan using idx_int4 on tenk1 k
 (5 rows)
 
 select count(*) from tenk1 t
tap
[22:22:52.556](106.946s) not ok 5 - regression tests pass
macOS - Sonoma - Meson
tap
[22:19:57.957](0.000s) not ok 42 - server failure on non-numeric compression level: matches
test
[22:21:26.276] 182/314 postgresql:pg_basebackup / pg_basebackup/010_pg_basebackup                      ERROR            ...
51/5099 CREATE OR REPLACE MATERIALIZED VIEW
FreeBSD - 13 - Meson
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 195, PID: 11292
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 195, PID: 18178
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 195, PID: 10952
core
[21:58:32.135] #0  0x000000082a17b41a in thr_kill () from /lib/libc.so.7
[21:58:32.135] #1  0x000000082a0f4e64 in raise () from /lib/libc.so.7
[21:58:32.135] #2  0x000000082a1a56f9 in abort () from /lib/libc.so.7
[21:58:32.135] #3  0x0000000000a9eb85 in ExceptionalCondition (conditionName=0x2ec031 "queryDesc->sourceText != NULL", f...
[21:58:32.135] #4  0x000000000076e199 in standard_ExecutorStart (queryDesc=0x842a2c088, eflags=0) at ../src/backend/exec...
[21:58:32.135] #5  0x0000000000703b55 in refresh_matview_datafill (dest=<optimized out>, query=<optimized out>, queryStr...
[21:58:32.135] #6  RefreshMatViewByOid (matviewOid=28516, is_create=<optimized out>, skipData=<optimized out>, concurren...
[21:58:32.135] #7  0x0000000000703736 in ExecRefreshMatView (stmt=<optimized out>, queryString=queryString@entry=0x0, qc...
[21:58:32.135] #8  0x00000000006da82c in ExecCreateTableAs (pstate=pstate@entry=0x834c91900, stmt=stmt@entry=0x834d79fd0...
[21:58:32.135] #9  0x000000000094a858 in ProcessUtilitySlow (pstate=pstate@entry=0x834c91900, pstmt=pstmt@entry=0x834bbd...
core
[21:58:32.436] #0  0x000000082a38d41a in thr_kill () from /lib/libc.so.7
[21:58:32.436] #1  0x000000082a306e64 in raise () from /lib/libc.so.7
[21:58:32.436] #2  0x000000082a3b76f9 in abort () from /lib/libc.so.7
[21:58:32.436] #3  0x0000000000a9eb85 in ExceptionalCondition (conditionName=0x2ec031 "queryDesc->sourceText != NULL", f...
[21:58:32.436] #4  0x000000000076e199 in standard_ExecutorStart (queryDesc=0x83a208088, eflags=0) at ../src/backend/exec...
[21:58:32.436] #5  0x0000000837a849c2 in pgss_ExecutorStart (queryDesc=0x83a208088, eflags=6) at ../contrib/pg_stat_stat...
[21:58:32.436] #6  0x0000000000703b55 in refresh_matview_datafill (dest=<optimized out>, query=<optimized out>, queryStr...
[21:58:32.436] #7  RefreshMatViewByOid (matviewOid=28535, is_create=<optimized out>, skipData=<optimized out>, concurren...
[21:58:32.436] #8  0x0000000000703736 in ExecRefreshMatView (stmt=<optimized out>, queryString=queryString@entry=0x0, qc...
[21:58:32.436] #9  0x00000000006da82c in ExecCreateTableAs (pstate=pstate@entry=0x834f6e900, stmt=stmt@entry=0x834f41fd0...
core
[21:58:31.839] #0  0x0000000829fbf41a in thr_kill () from /lib/libc.so.7
[21:58:31.839] #1  0x0000000829f38e64 in raise () from /lib/libc.so.7
[21:58:31.839] #2  0x0000000829fe96f9 in abort () from /lib/libc.so.7
[21:58:31.839] #3  0x0000000000a9eb85 in ExceptionalCondition (conditionName=0x2ec031 "queryDesc->sourceText != NULL", f...
[21:58:31.839] #4  0x000000000076e199 in standard_ExecutorStart (queryDesc=0x83475d088, eflags=0) at ../src/backend/exec...
[21:58:31.839] #5  0x0000000000703b55 in refresh_matview_datafill (dest=<optimized out>, query=<optimized out>, queryStr...
[21:58:31.839] #6  RefreshMatViewByOid (matviewOid=28342, is_create=<optimized out>, skipData=<optimized out>, concurren...
[21:58:31.839] #7  0x0000000000703736 in ExecRefreshMatView (stmt=<optimized out>, queryString=queryString@entry=0x0, qc...
[21:58:31.839] #8  0x00000000006da82c in ExecCreateTableAs (pstate=pstate@entry=0x834888900, stmt=stmt@entry=0x8347fafd0...
[21:58:31.839] #9  0x000000000094a858 in ProcessUtilitySlow (pstate=pstate@entry=0x834888900, pstmt=pstmt@entry=0x8346f1...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_up...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-11-26 21:52:03.637489000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/brin.out	2024-11-26 21:54:17.144397000 +00...
@@ -588,4 +588,10 @@
 CREATE INDEX brin_insert_optimization_idx ON brin_insert_optimization USING brin (a);
 UPDATE brin_insert_optimization SET a = a;
 REINDEX INDEX CONCURRENTLY brin_insert_optimization_idx;
-DROP TABLE brin_insert_optimization;
+WARNING:  terminating connection because of crash of another server process
+DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because anothe...
+HINT:  In a moment you should be able to reconnect to the database and repeat your command.
+server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
+connection to server was lost
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/privileges.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002...
--- /tmp/cirrus-ci-build/src/test/regress/expected/privileges.out	2024-11-26 21:52:03.696868000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/privileges.out	2024-11-26 21:54:17.1434210...
@@ -1876,1383 +1876,10 @@
 	WHERE sro_ifun(a + 10) > sro_ifun(10);
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-11-26 21:52:03.637489000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/brin.out	2024-11-26 21:54:57.151105000 +...
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/build/testrun/regress/regress/resu...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-11-26 21:52:03.637489000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/brin.out	2024-11-26 21:54:14.458920000 +0000
@@ -588,4 +588,10 @@
 CREATE INDEX brin_insert_optimization_idx ON brin_insert_optimization USING brin (a);
 UPDATE brin_insert_optimization SET a = a;
 REINDEX INDEX CONCURRENTLY brin_insert_optimization_idx;
-DROP TABLE brin_insert_optimization;
+WARNING:  terminating connection because of crash of another server process
+DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because anothe...
+HINT:  In a moment you should be able to reconnect to the database and repeat your command.
+server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
+connection to server was lost
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/privileges.out /tmp/cirrus-ci-build/build/testrun/regress/regres...
--- /tmp/cirrus-ci-build/src/test/regress/expected/privileges.out	2024-11-26 21:52:03.696868000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/privileges.out	2024-11-26 21:54:14.458535000 +0000
@@ -1846,1413 +1846,10 @@
 REINDEX TABLE sro_tab;
...
tap
[21:54:18.738](30.288s) not ok 5 - regression tests pass
[21:54:20.556](1.813s) not ok 6 - dump before running pg_upgrade
tap
[21:55:00.197](34.597s) not ok 2 - regression tests pass
test
[21:57:20.312]  25/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[21:57:20.312]  23/314 postgresql:regress / regress/regress                                            ERROR            ...
[21:57:20.312]  58/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "execMain.c", Line: 195, PID: 36601
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "execMain.c", Line: 195, PID: 24227
core
[22:00:17.708] #0  0x00007fbbe9aabebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:00:17.708] #1  0x00007fbbe9a5cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:00:17.708] #2  0x00007fbbe9a47472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:00:17.708] #3  0x000056533e163365 in ExceptionalCondition (conditionName=conditionName@entry=0x56533e43ff60 "queryDe...
[22:00:17.708] #4  0x000056533d9593f8 in standard_ExecutorStart (queryDesc=queryDesc@entry=0x625000358d20, eflags=eflags...
[22:00:17.708] #5  0x000056533d95962d in ExecutorStart (queryDesc=queryDesc@entry=0x625000358d20, eflags=eflags@entry=0)...
[22:00:17.708] #6  0x000056533d84f6ea in refresh_matview_datafill (dest=0x6250003557e8, query=<optimized out>, query@ent...
[22:00:17.708] #7  0x000056533d851e13 in RefreshMatViewByOid (matviewOid=<optimized out>, is_create=is_create@entry=fals...
[22:00:17.708] #8  0x000056533d85201f in ExecRefreshMatView (stmt=0x621000040630, queryString=queryString@entry=0x0, qc=...
[22:00:17.708] #9  0x000056533d7f1b67 in ExecCreateTableAs (pstate=pstate@entry=0x61900003d080, stmt=stmt@entry=0x625000...
core
[22:00:19.096] #0  0x00007f0fd5eabebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:00:19.096] #1  0x00007f0fd5e5cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:00:19.096] #2  0x00007f0fd5e47472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:00:19.096] #3  0x000055b059bbe365 in ExceptionalCondition (conditionName=conditionName@entry=0x55b059e9af60 "queryDe...
[22:00:19.096] #4  0x000055b0593b43f8 in standard_ExecutorStart (queryDesc=queryDesc@entry=0x6250001f5d20, eflags=eflags...
[22:00:19.096] #5  0x000055b0593b462d in ExecutorStart (queryDesc=queryDesc@entry=0x6250001f5d20, eflags=eflags@entry=0)...
[22:00:19.096] #6  0x000055b0592aa6ea in refresh_matview_datafill (dest=0x6250001e85a8, query=<optimized out>, query@ent...
[22:00:19.096] #7  0x000055b0592ace13 in RefreshMatViewByOid (matviewOid=<optimized out>, is_create=is_create@entry=fals...
[22:00:19.096] #8  0x000055b0592ad01f in ExecRefreshMatView (stmt=0x62100002c630, queryString=queryString@entry=0x0, qc=...
[22:00:19.096] #9  0x000055b05924cb67 in ExecCreateTableAs (pstate=pstate@entry=0x619000050b80, stmt=stmt@entry=0x625000...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/resul...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-11-26 21:51:59.803835945 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/brin.out	2024-11-26 21:58:39.542116688 +0000
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/src/test/regress/results/brin.out
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-11-26 21:51:59.803835945 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/brin.out	2024-11-26 21:56:42.210058511 +0000
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
tap
[21:58:46.912](52.289s) not ok 5 - regression tests pass
[21:58:51.530](4.578s) not ok 6 - dump before running pg_upgrade
Linux - Debian Bookworm - Meson
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 195, PID: 29879
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 195, PID: 36151
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 195, PID: 29245
core
[22:00:43.511] #0  0x00007fbaca4a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:00:43.511] #1  0x00007fbaca45afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:00:43.511] #2  0x00007fbaca445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:00:43.511] #3  0x0000564976cc29de in ExceptionalCondition (conditionName=conditionName@entry=0x564976f38475 "queryDe...
[22:00:43.511] #4  0x000056497663f1a7 in standard_ExecutorStart (queryDesc=queryDesc@entry=0x564978298490, eflags=eflags...
[22:00:43.511] #5  0x000056497663f383 in ExecutorStart (queryDesc=queryDesc@entry=0x564978298490, eflags=eflags@entry=0)...
[22:00:43.511] #6  0x0000564976563688 in refresh_matview_datafill (dest=0x564978295508, query=<optimized out>, query@ent...
[22:00:43.511] #7  0x00005649765659ef in RefreshMatViewByOid (matviewOid=28399, is_create=is_create@entry=false, skipDat...
[22:00:43.511] #8  0x0000564976565b2e in ExecRefreshMatView (stmt=0x56497829a1e0, queryString=queryString@entry=0x0, qc=...
[22:00:43.511] #9  0x000056497651b748 in ExecCreateTableAs (pstate=pstate@entry=0x56497827cd10, stmt=stmt@entry=0x564978...
core
[22:00:40.593] #0  0x00007f7ff0aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:00:40.593] #1  0x00007f7ff0a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:00:40.593] #2  0x00007f7ff0a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:00:40.593] #3  0x0000556e652c59de in ExceptionalCondition (conditionName=conditionName@entry=0x556e6553b475 "queryDe...
[22:00:40.593] #4  0x0000556e64c421a7 in standard_ExecutorStart (queryDesc=0x556e67c08ef0, eflags=0) at ../src/backend/e...
[22:00:40.593] #5  0x00007f7fee1396f7 in pgss_ExecutorStart (queryDesc=0x556e67c08ef0, eflags=<optimized out>) at ../con...
[22:00:40.593] #6  0x0000556e64c4233c in ExecutorStart (queryDesc=queryDesc@entry=0x556e67c08ef0, eflags=eflags@entry=0)...
[22:00:40.593] #7  0x0000556e64b66688 in refresh_matview_datafill (dest=0x556e67b27128, query=<optimized out>, query@ent...
[22:00:40.593] #8  0x0000556e64b689ef in RefreshMatViewByOid (matviewOid=28375, is_create=is_create@entry=false, skipDat...
[22:00:40.593] #9  0x0000556e64b68b2e in ExecRefreshMatView (stmt=0x556e67b74f70, queryString=queryString@entry=0x0, qc=...
core
[22:00:41.932] #0  0x00007fb9a64a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:00:41.932] #1  0x00007fb9a645afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:00:41.932] #2  0x00007fb9a6445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:00:41.932] #3  0x000055843ab4a9de in ExceptionalCondition (conditionName=conditionName@entry=0x55843adc0475 "queryDe...
[22:00:41.932] #4  0x000055843a4c71a7 in standard_ExecutorStart (queryDesc=queryDesc@entry=0x55843d1ad090, eflags=eflags...
[22:00:41.932] #5  0x000055843a4c7383 in ExecutorStart (queryDesc=queryDesc@entry=0x55843d1ad090, eflags=eflags@entry=0)...
[22:00:41.932] #6  0x000055843a3eb688 in refresh_matview_datafill (dest=0x55843d0cd308, query=<optimized out>, query@ent...
[22:00:41.932] #7  0x000055843a3ed9ef in RefreshMatViewByOid (matviewOid=28341, is_create=is_create@entry=false, skipDat...
[22:00:41.932] #8  0x000055843a3edb2e in ExecRefreshMatView (stmt=0x55843d100fc0, queryString=queryString@entry=0x0, qc=...
[22:00:41.932] #9  0x000055843a3a3748 in ExecCreateTableAs (pstate=pstate@entry=0x55843d0f8350, stmt=stmt@entry=0x55843c...
core
[22:00:42.076] #0  0x00007f4cf2ca4b93 in wait4 () from /lib/x86_64-linux-gnu/libc.so.6
[22:00:42.076] #1  0x00005627dda38cc0 in ?? ()
[22:00:42.076] #2  0x00005627dda38efa in ?? ()
[22:00:42.076] #3  0x00005627dda3a630 in ?? ()
[22:00:42.076] #4  0x00005627dda34371 in ?? ()
[22:00:42.076] #5  0x00005627dda3320f in ?? ()
[22:00:42.076] #6  0x00005627dda33c3b in ?? ()
[22:00:42.076] #7  0x00005627dda3166f in ?? ()
[22:00:42.076] #8  0x00007f4cf2bf824a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:00:42.076] #9  0x00007f4cf2bf8305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:00:42.195] #0  0x00007f39e8335ae3 in ?? () from /lib64/ld-linux-x86-64.so.2
[22:00:42.195] #1  0x00007f39e831ba29 in ?? () from /lib64/ld-linux-x86-64.so.2
[22:00:42.195] #2  0x00007f39e831d075 in ?? () from /lib64/ld-linux-x86-64.so.2
[22:00:42.195] #3  0x00007f39e8317261 in ?? () from /lib64/ld-linux-x86-64.so.2
[22:00:42.195] #4  0x00007f39e832d2f1 in _dl_catch_exception () from /lib64/ld-linux-x86-64.so.2
[22:00:42.195] #5  0x00007f39e83175ca in ?? () from /lib64/ld-linux-x86-64.so.2
[22:00:42.195] #6  0x00007f39e833297a in ?? () from /lib64/ld-linux-x86-64.so.2
[22:00:42.195] #7  0x00007f39e832f22f in ?? () from /lib64/ld-linux-x86-64.so.2
[22:00:42.195] #8  0x00007f39e8330bac in ?? () from /lib64/ld-linux-x86-64.so.2
[22:00:42.195] #9  0x00007f39e832fa58 in ?? () from /lib64/ld-linux-x86-64.so.2
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_up...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-11-26 21:52:00.792069544 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/brin.out	2024-11-26 21:57:01.779523581 +00...
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-11-26 21:52:00.792069544 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/brin.out	2024-11-26 21:57:33.223403540 +...
@@ -363,229 +363,10 @@
 	END LOOP;
 END;
 $x$;
-RESET enable_seqscan;
-RESET enable_bitmapscan;
-INSERT INTO brintest SELECT
-	repeat(stringu1, 42)::bytea,
-	substr(stringu1, 1, 1)::"char",
-	stringu1::name, 142857 * tenthous,
-	thousand,
-	twothousand,
-	repeat(stringu1, 42),
-	unique1::oid,
-	format('(%s,%s)', tenthous, twenty)::tid,
-	(four + 1.0)/(hundred+1),
-	odd::float8 / (tenthous + 1),
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/build/testrun/regress/regress/resu...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-11-26 21:52:00.792069544 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/brin.out	2024-11-26 21:56:57.371536227 +0000
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
tap
[21:57:05.974](30.412s) not ok 5 - regression tests pass
[21:57:09.188](3.209s) not ok 6 - dump before running pg_upgrade
tap
[21:57:36.596](26.568s) not ok 2 - regression tests pass
test
[21:59:34.783]  27/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[21:59:34.783]  18/314 postgresql:regress / regress/regress                                            ERROR            ...
[21:59:34.783]  53/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
macOS - Sonoma - Meson
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 195, PID: 12271
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 195, PID: 18939
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 195, PID: 11959
core
[22:00:13.564]   * frame #0: 0x000000018ab115f0 libsystem_kernel.dylib`__pthread_kill + 8
[22:00:13.564]     frame #1: 0x000000018ab49c20 libsystem_pthread.dylib`pthread_kill + 288
[22:00:13.564]     frame #2: 0x000000018aa56a30 libsystem_c.dylib`abort + 180
[22:00:13.564]     frame #3: 0x0000000102b2538c postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[22:00:13.564]     frame #4: 0x0000000102854848 postgres`standard_ExecutorStart(queryDesc=0x0000000119014620, eflags=0) ...
[22:00:13.564]     frame #5: 0x0000000103277d14 pg_stat_statements.dylib`pgss_ExecutorStart(queryDesc=0x0000000119014620...
[22:00:13.564]     frame #6: 0x00000001028028c0 postgres`RefreshMatViewByOid [inlined] refresh_matview_datafill(dest=<un...
[22:00:13.564]     frame #7: 0x0000000102802848 postgres`RefreshMatViewByOid(matviewOid=28569, is_create=false, skipData...
[22:00:13.564]     frame #8: 0x0000000102802018 postgres`ExecRefreshMatView(stmt=0x0000000119041b30, queryString=<unavai...
[22:00:13.564]     frame #9: 0x00000001027e08bc postgres`ExecCreateTableAs(pstate=0x000000012904e700, stmt=0x000000012a0...
core
[22:00:38.683]   * frame #0: 0x000000018ab115f0 libsystem_kernel.dylib`__pthread_kill + 8
[22:00:38.683]     frame #1: 0x000000018ab49c20 libsystem_pthread.dylib`pthread_kill + 288
[22:00:38.683]     frame #2: 0x000000018aa56a30 libsystem_c.dylib`abort + 180
[22:00:38.683]     frame #3: 0x00000001025fd38c postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[22:00:38.683]     frame #4: 0x000000010232c848 postgres`standard_ExecutorStart(queryDesc=0x0000000113029a50, eflags=0) ...
[22:00:38.683]     frame #5: 0x000000010232c1e4 postgres`ExecutorStart(queryDesc=<unavailable>, eflags=<unavailable>) at...
[22:00:38.683]     frame #6: 0x00000001022da8c0 postgres`RefreshMatViewByOid [inlined] refresh_matview_datafill(dest=<un...
[22:00:38.683]     frame #7: 0x00000001022da848 postgres`RefreshMatViewByOid(matviewOid=28330, is_create=false, skipData...
[22:00:38.683]     frame #8: 0x00000001022da018 postgres`ExecRefreshMatView(stmt=0x0000000123084930, queryString=<unavai...
[22:00:38.683]     frame #9: 0x00000001022b88bc postgres`ExecCreateTableAs(pstate=0x0000000124037f00, stmt=0x00000001248...
core
[21:59:49.155]   * frame #0: 0x000000018ab115f0 libsystem_kernel.dylib`__pthread_kill + 8
[21:59:49.155]     frame #1: 0x000000018ab49c20 libsystem_pthread.dylib`pthread_kill + 288
[21:59:49.155]     frame #2: 0x000000018aa56a30 libsystem_c.dylib`abort + 180
[21:59:49.155]     frame #3: 0x0000000100a6538c postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[21:59:49.155]     frame #4: 0x0000000100794848 postgres`standard_ExecutorStart(queryDesc=0x000000011484a820, eflags=0) ...
[21:59:49.155]     frame #5: 0x00000001007941e4 postgres`ExecutorStart(queryDesc=<unavailable>, eflags=<unavailable>) at...
[21:59:49.155]     frame #6: 0x00000001007428c0 postgres`RefreshMatViewByOid [inlined] refresh_matview_datafill(dest=<un...
[21:59:49.155]     frame #7: 0x0000000100742848 postgres`RefreshMatViewByOid(matviewOid=28496, is_create=false, skipData...
[21:59:49.155]     frame #8: 0x0000000100742018 postgres`ExecRefreshMatView(stmt=0x0000000125072730, queryString=<unavai...
[21:59:49.155]     frame #9: 0x00000001007208bc postgres`ExecCreateTableAs(pstate=0x0000000125075f00, stmt=0x00000001250...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/brin.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrad...
--- /Users/admin/pgsql/src/test/regress/expected/brin.out	2024-11-26 21:51:12
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/brin.out	2024-11-26 21:54:03
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/brin.out /Users/admin/pgsql/build/testrun/recovery/027_stream_regr...
--- /Users/admin/pgsql/src/test/regress/expected/brin.out	2024-11-26 21:51:12
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/brin.out	2024-11-26 21:54:42
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/brin.out /Users/admin/pgsql/build/testrun/regress/regress/results/...
--- /Users/admin/pgsql/src/test/regress/expected/brin.out	2024-11-26 21:51:12
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/brin.out	2024-11-26 21:54:03
@@ -588,4 +588,10 @@
 CREATE INDEX brin_insert_optimization_idx ON brin_insert_optimization USING brin (a);
 UPDATE brin_insert_optimization SET a = a;
 REINDEX INDEX CONCURRENTLY brin_insert_optimization_idx;
-DROP TABLE brin_insert_optimization;
+WARNING:  terminating connection because of crash of another server process
+DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because anothe...
+HINT:  In a moment you should be able to reconnect to the database and repeat your command.
+server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
+connection to server was lost
diff -U3 /Users/admin/pgsql/src/test/regress/expected/privileges.out /Users/admin/pgsql/build/testrun/regress/regress/re...
--- /Users/admin/pgsql/src/test/regress/expected/privileges.out	2024-11-26 21:51:12
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/privileges.out	2024-11-26 21:54:03
@@ -1846,1413 +1846,10 @@
 REINDEX TABLE sro_tab;
...
tap
[21:54:08.085](46.100s) not ok 5 - regression tests pass
[21:54:09.728](1.633s) not ok 6 - dump before running pg_upgrade
tap
[21:54:46.691](45.914s) not ok 2 - regression tests pass
test
[21:56:34.114]  31/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[21:56:34.114]  38/314 postgresql:regress / regress/regress                                            ERROR            ...
[21:56:34.114]  95/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 195, PID: 1212
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 195, PID: 5172
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 195, PID: 5568
core
000000dc`97bffd28 00007ffe`ae2e45ca     ntdll!NtFsControlFile+0x14
000000dc`97bffd30 00007ff7`cfe75e7b     KERNELBASE!ConnectNamedPipe+0x6a
000000dc`97bffda0 00007ffe`aec84cb0     postgres!pg_signal_thread(
000000dc`97bffea0 00007ffe`b0adedcb     KERNEL32!BaseThreadInitThunk+0x10
000000dc`97bffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dc`983ffbb8 00007ffe`b0a6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dc`983ffbc0 00007ffe`aec84cb0     ntdll!TppWorkerThread+0x2df
000000dc`983ffeb0 00007ffe`b0adedcb     KERNEL32!BaseThreadInitThunk+0x10
000000dc`983ffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dc`97fffcd8 00007ffe`ae29d71e     ntdll!NtWaitForSingleObject+0x14
000000dc`97fffce0 00007ff7`cfe7791c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000dc`97fffd80 00007ffe`aec84cb0     postgres!pg_timer_thread(
000000dc`97fffdc0 00007ffe`b0adedcb     KERNEL32!BaseThreadInitThunk+0x10
000000dc`97fffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dc`977ff498 00007ffe`b0a6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dc`977ff4a0 00007ffe`aec84cb0     ntdll!TppWorkerThread+0x2df
000000dc`977ff790 00007ffe`b0adedcb     KERNEL32!BaseThreadInitThunk+0x10
000000dc`977ff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dc`973fe5d0 00007ff7`d01c0548     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000dc`973fe610 00007ff7`cfca0829     postgres!ExceptionalCondition(
000000dc`973fe650 00007ff7`cfca06aa     postgres!standard_ExecutorStart(
000000dc`973fe6a0 00007ff7`cfbf3289     postgres!ExecutorStart(
000000dc`973fe6d0 00007ff7`cfbf2c20     postgres!refresh_matview_datafill(
000000dc`973fe760 00007ff7`cfbf2488     postgres!RefreshMatViewByOid(
000000dc`973fe9b0 00007ff7`cfbb1c97     postgres!ExecRefreshMatView(
000000dc`973fea30 00007ff7`cff962d7     postgres!ExecCreateTableAs(
000000dc`973feb50 00007ff7`cff91f9f     postgres!ProcessUtilitySlow(
000000dc`973ff470 00007ff7`cff90ee9     postgres!standard_ProcessUtility(
core
000000eb`bd9ffac8 00007ffe`b0a6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000eb`bd9ffad0 00007ffe`aec84cb0     ntdll!TppWorkerThread+0x2df
000000eb`bd9ffdc0 00007ffe`b0adedcb     KERNEL32!BaseThreadInitThunk+0x10
000000eb`bd9ffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000eb`bddff698 00007ffe`b0a6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000eb`bddff6a0 00007ffe`aec84cb0     ntdll!TppWorkerThread+0x2df
000000eb`bddff990 00007ffe`b0adedcb     KERNEL32!BaseThreadInitThunk+0x10
000000eb`bddff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000eb`bd5fe600 00007ff7`d01c0548     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000eb`bd5fe640 00007ff7`cfca0829     postgres!ExceptionalCondition(
000000eb`bd5fe680 00007ff7`cfca06aa     postgres!standard_ExecutorStart(
000000eb`bd5fe6d0 00007ff7`cfbf3289     postgres!ExecutorStart(
000000eb`bd5fe700 00007ff7`cfbf2c20     postgres!refresh_matview_datafill(
000000eb`bd5fe790 00007ff7`cfbf2488     postgres!RefreshMatViewByOid(
000000eb`bd5fe9e0 00007ff7`cfbb1c97     postgres!ExecRefreshMatView(
000000eb`bd5fea60 00007ff7`cff962d7     postgres!ExecCreateTableAs(
000000eb`bd5feb80 00007ff7`cff91f9f     postgres!ProcessUtilitySlow(
000000eb`bd5ff4a0 00007ff7`cff90ee9     postgres!standard_ProcessUtility(
core
000000eb`be1ff878 00007ffe`ae2e45ca     ntdll!NtFsControlFile+0x14
000000eb`be1ff880 00007ff7`cfe75e7b     KERNELBASE!ConnectNamedPipe+0x6a
000000eb`be1ff8f0 00007ffe`aec84cb0     postgres!pg_signal_thread(
000000eb`be1ff9f0 00007ffe`b0adedcb     KERNEL32!BaseThreadInitThunk+0x10
000000eb`be1ffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000eb`be5ffa58 00007ffe`ae29d71e     ntdll!NtWaitForSingleObject+0x14
000000eb`be5ffa60 00007ff7`cfe7791c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000eb`be5ffb00 00007ffe`aec84cb0     postgres!pg_timer_thread(
000000eb`be5ffb40 00007ffe`b0adedcb     KERNEL32!BaseThreadInitThunk+0x10
000000eb`be5ffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009b`ea5ffac8 00007ffe`b0a6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009b`ea5ffad0 00007ffe`aec84cb0     ntdll!TppWorkerThread+0x2df
0000009b`ea5ffdc0 00007ffe`b0adedcb     KERNEL32!BaseThreadInitThunk+0x10
0000009b`ea5ffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009b`ea1ff9e8 00007ffe`ae29d71e     ntdll!NtWaitForSingleObject+0x14
0000009b`ea1ff9f0 00007ff7`cfe7791c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000009b`ea1ffa90 00007ffe`aec84cb0     postgres!pg_timer_thread(
0000009b`ea1ffad0 00007ffe`b0adedcb     KERNEL32!BaseThreadInitThunk+0x10
0000009b`ea1ffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009b`e9dffb28 00007ffe`ae2e45ca     ntdll!NtFsControlFile+0x14
0000009b`e9dffb30 00007ff7`cfe75e7b     KERNELBASE!ConnectNamedPipe+0x6a
0000009b`e9dffba0 00007ffe`aec84cb0     postgres!pg_signal_thread(
0000009b`e9dffca0 00007ffe`b0adedcb     KERNEL32!BaseThreadInitThunk+0x10
0000009b`e9dffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009b`e99ff688 00007ffe`b0a6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009b`e99ff690 00007ffe`aec84cb0     ntdll!TppWorkerThread+0x2df
0000009b`e99ff980 00007ffe`b0adedcb     KERNEL32!BaseThreadInitThunk+0x10
0000009b`e99ff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009b`e95fe1b0 00007ff7`d01c0548     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000009b`e95fe1f0 00007ff7`cfca0829     postgres!ExceptionalCondition(
0000009b`e95fe230 00007ffe`973e2d26     postgres!standard_ExecutorStart(
0000009b`e95fe280 00007ff7`cfca069a     pg_stat_statements!pgss_ExecutorStart(
0000009b`e95fe2c0 00007ff7`cfbf3289     postgres!ExecutorStart(
0000009b`e95fe2f0 00007ff7`cfbf2c20     postgres!refresh_matview_datafill(
0000009b`e95fe380 00007ff7`cfbf2488     postgres!RefreshMatViewByOid(
0000009b`e95fe5d0 00007ff7`cfbb1c97     postgres!ExecRefreshMatView(
0000009b`e95fe650 00007ff7`cff962d7     postgres!ExecCreateTableAs(
0000009b`e95fe770 00007ff7`cff91f9f     postgres!ProcessUtilitySlow(
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/brin.out C:/cirrus/build/testrun/pg_upgrade/002_pg_upgr...
--- C:/cirrus/src/test/regress/expected/brin.out	2024-11-26 21:52:14.586638400 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/brin.out	2024-11-26 21:55:26.108383500 +0000
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/brin.out C:/cirrus/build/testrun/recovery/027_stream_re...
--- C:/cirrus/src/test/regress/expected/brin.out	2024-11-26 21:52:14.586638400 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/brin.out	2024-11-26 21:57:53.726645500 +0000
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/brin.out C:/cirrus/build/testrun/regress/regress/result...
--- C:/cirrus/src/test/regress/expected/brin.out	2024-11-26 21:52:14.586638400 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/brin.out	2024-11-26 21:55:18.898909400 +0000
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
tap
[21:56:24.128](114.222s) not ok 5 - regression tests pass
[21:56:29.856](5.659s) not ok 6 - dump before running pg_upgrade
tap
[21:58:33.275](114.764s) not ok 2 - regression tests pass
test
[22:05:53.809]  20/309 postgresql:regress / regress/regress                                            ERROR           1...
[22:05:53.809]  25/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[22:05:53.809]  66/309 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5174 Call rm_redo in a temporary memory context
CompilerWarnings
compiler
[17:52:43.166] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
compiler
[17:51:53.074] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
compiler
[17:57:43.068] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
51/5283 Replace IN VALUES with ANY in WHERE clauses during optimization
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/subselect.out /tmp/cirrus-ci-build/build/testrun/regress/regress...
--- /tmp/cirrus-ci-build/src/test/regress/expected/subselect.out	2024-11-26 13:33:23.346385000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/subselect.out	2024-11-26 13:34:22.207890000 +0000
@@ -2313,15 +2313,16 @@
 EXPLAIN (COSTS OFF)
 SELECT c.oid,c.relname FROM pg_class c JOIN pg_am a USING (oid)
 WHERE c.oid IN (VALUES (1), (2));
-                          QUERY PLAN                           
----------------------------------------------------------------
- Hash Join
-   Hash Cond: (a.oid = c.oid)
-   ->  Seq Scan on pg_am a
-   ->  Hash
-         ->  Index Scan using pg_class_oid_index on pg_class c
-               Index Cond: (oid = ANY ('{1,2}'::integer[]))
-(6 rows)
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (c.oid = a.oid)
...
test
[13:37:51.659]  15/314 postgresql:regress / regress/regress                                            ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/subselect.out C:/cirrus/build/testrun/pg_upgrade/002_pg...
--- C:/cirrus/src/test/regress/expected/subselect.out	2024-11-26 13:33:35.400538600 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/subselect.out	2024-11-26 13:36:15.703661600 +0000
@@ -2313,15 +2313,16 @@
 EXPLAIN (COSTS OFF)
 SELECT c.oid,c.relname FROM pg_class c JOIN pg_am a USING (oid)
 WHERE c.oid IN (VALUES (1), (2));
-                          QUERY PLAN                           
----------------------------------------------------------------
- Hash Join
-   Hash Cond: (a.oid = c.oid)
-   ->  Seq Scan on pg_am a
-   ->  Hash
-         ->  Index Scan using pg_class_oid_index on pg_class c
-               Index Cond: (oid = ANY ('{1,2}'::integer[]))
-(6 rows)
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (c.oid = a.oid)
...
tap
[13:37:44.884](123.859s) not ok 5 - regression tests pass
test
[13:46:50.867]  38/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
51/5272 Truncate logs by max_log_size
CompilerWarnings
compiler
[09:39:04.883] elog.c:1699:9: error: initializing 'char *' with an expression of type 'const char *' discards qualifiers...
compiler
[09:36:41.721] elog.c:1699:9: error: initializing 'char *' with an expression of type 'const char *' discards qualifiers...
compiler
[09:34:27.325] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar...
compiler
[09:32:30.729] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar...
compiler
[09:42:47.248] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar...
51/5378 Conflict detection for update_deleted in logical replication
Linux - Debian Bookworm - Meson
core
[09:05:04.229] #0  <unavailable> in ?? ()
core
[09:05:04.115] #0  0x00007face6e76da4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[09:05:04.115] #1  0x00007face6e23239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[09:05:04.115] #2  0x00007face6e23497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[09:05:04.115] #3  0x000055d8aa6e45c1 in ?? ()
[09:05:04.115] #4  0x000055d8aa6de369 in ?? ()
[09:05:04.115] #5  0x000055d8aa6dd20f in ?? ()
[09:05:04.115] #6  0x000055d8aa6ddc3b in ?? ()
[09:05:04.115] #7  0x000055d8aa6db66f in ?? ()
[09:05:04.115] #8  0x00007face6e0e24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:05:04.115] #9  0x00007face6e0e305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[09:05:03.994] #0  0x00007f80c1e4dda4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[09:05:03.994] #1  0x00007f80c1dfa239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[09:05:03.994] #2  0x00007f80c1dfa497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[09:05:03.994] #3  0x0000558c0fd295c1 in ?? ()
[09:05:03.994] #4  0x0000558c0fd23369 in ?? ()
[09:05:03.994] #5  0x0000558c0fd2220f in ?? ()
[09:05:03.994] #6  0x0000558c0fd22c3b in ?? ()
[09:05:03.994] #7  0x0000558c0fd2066f in ?? ()
[09:05:03.994] #8  0x00007f80c1de524a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:05:03.994] #9  0x00007f80c1de5305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[09:05:04.348] #0  0x00007f0029caeda4 in ?? ()
[09:05:04.348] #1  0x0000000000000000 in ?? ()
core
[09:05:03.854] #0  0xf7f00559 in __kernel_vsyscall ()
[09:05:03.854] #1  0xf6840692 in pthread_sigmask () from /lib/i386-linux-gnu/libc.so.6
[09:05:03.854] #2  0xf67ea380 in sigprocmask () from /lib/i386-linux-gnu/libc.so.6
[09:05:03.854] #3  0xf68b7085 in ?? () from /lib/i386-linux-gnu/libc.so.6
[09:05:03.854] #4  0xf68d47a8 in ?? () from /lib/i386-linux-gnu/libc.so.6
[09:05:03.993] #0  0x00007f80c1e4dda4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
core
[09:05:03.854] #0  <unavailable> in ?? ()
core
[09:05:03.339] #0  0x00007f80c1e4dda4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[09:05:03.339] #1  0x00007f80c1dfa239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[09:05:03.339] #2  0x00007f80c1dfa497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[09:05:03.339] #3  0x0000558c0fd295f3 in ?? ()
[09:05:03.339] #4  0x0000558c0fd23369 in ?? ()
[09:05:03.339] #5  0x0000558c0fd2220f in ?? ()
[09:05:03.339] #6  0x0000558c0fd22c3b in ?? ()
[09:05:03.339] #7  0x0000558c0fd2066f in ?? ()
[09:05:03.339] #8  0x00007f80c1de524a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:05:03.339] #9  0x00007f80c1de5305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[09:05:03.339] #0  <unavailable> in ?? ()
core
[09:05:04.229] #0  0x00007face6e76da4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[09:05:04.229] #1  0x00007face6e23239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[09:05:04.229] #2  0x00007face6e23497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[09:05:04.229] #3  0x000055d8aa6e45f3 in ?? ()
[09:05:04.229] #4  0x000055d8aa6de369 in ?? ()
[09:05:04.229] #5  0x000055d8aa6dd20f in ?? ()
[09:05:04.229] #6  0x000055d8aa6ddc3b in ?? ()
[09:05:04.229] #7  0x000055d8aa6db66f in ?? ()
[09:05:04.229] #8  0x00007face6e0e24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:05:04.229] #9  0x00007face6e0e305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
tap
[09:03:47.341](209.144s) # poll_query_until timed out executing this query:
[09:03:47.342](0.001s) not ok 8 - the xmin value of slot 'pg_conflict_detection' is updated on Node A
test
[09:03:47.731] 315/315 postgresql:subscription / subscription/034_confl_update_deleted                 ERROR           2...
51/5214 SQL:2023 JSON simplified accessor support
FreeBSD - 13 - Meson
core
[04:44:00.562] #0  0x000000082adc28fa in _sigprocmask () from /lib/libc.so.7
[04:44:00.562] #1  0x000000082adfbf91 in _system () from /lib/libc.so.7
[04:44:00.562] #2  0x000000082a7569d3 in ?? () from /lib/libthr.so.3
[04:44:00.562] #3  0x000000000066f825 in RestoreArchivedFile (path=path@entry=0x8217721d0 "P\"w!\b", xlogfname=xlogfname...
[04:44:00.562] #4  0x000000000067ae9e in XLogFileRead (segno=segno@entry=4, tli=tli@entry=2, source=source@entry=XLOG_FR...
[04:44:00.562] #5  0x0000000000676bec in XLogFileReadAnyTLI (segno=4, source=XLOG_FROM_ANY) at ../src/backend/access/tra...
[04:44:00.562] #6  WaitForWALToBecomeAvailable (RecPtr=67210840, tliRecPtr=67210816, replayTLI=2, replayLSN=67210816, ra...
[04:44:00.562] #7  XLogPageRead (xlogreader=0x836c3f130, targetPagePtr=67207168, reqLen=3672, targetRecPtr=67210816, rea...
[04:44:00.562] #8  0x000000000067db82 in ReadPageInternal (state=state@entry=0x836c3f130, pageptr=67207168, reqLen=3672)...
[04:44:00.562] #9  0x000000000067c9f2 in XLogDecodeNextRecord (state=0x836c3f130, nonblocking=false) at ../src/backend/a...
tap
[04:42:39.967](1.464s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[04:42:51.237] 294/314 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
Linux - Debian Bookworm - Autoconf
tap
[04:44:01.835](0.858s) not ok 1 - no parameters missing from postgresql.conf.sample
Linux - Debian Bookworm - Meson
tap
[04:45:20.694](0.408s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[04:45:31.369] 293/314 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
macOS - Sonoma - Meson
tap
[04:41:03.760](0.779s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[04:41:14.702] 295/314 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[04:48:43.980](1.462s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[04:49:07.918] 289/309 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
51/4942 Avoid orphaned objects dependencies, take 3
FreeBSD - 13 - Meson
test
[03:03:31.898] 76/76 postgresql:isolation-running / isolation-running/isolation                   INTERRUPT        43.76...
51/5004 CREATE INDEX CONCURRENTLY for partitioned tables
FreeBSD - 13 - Meson
core
[02:43:53.804] #0  0x000045a87db2a55a in ?? () from /libexec/ld-elf.so.1
[02:43:53.804] #1  0x000045a87db266ff in ?? () from /libexec/ld-elf.so.1
[02:43:53.804] #2  0x0000000000000000 in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_p...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-11-26 02:25:19.197490000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/indexing.out	2024-11-26 02:27:03.559736000...
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/recovery/027_str...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-11-26 02:25:19.197490000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/indexing.out	2024-11-26 02:27:47.0543920...
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/regress/regress/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-11-26 02:25:19.197490000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/indexing.out	2024-11-26 02:26:59.817403000 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[02:27:06.869](63.578s) not ok 5 - regression tests pass
tap
[02:27:49.728](69.087s) not ok 2 - regression tests pass
test
[02:42:40.966]  40/314 postgresql:regress / regress/regress                                            ERROR            ...
[02:42:40.966]  81/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[02:42:40.966] 145/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[02:42:40.966] 314/314 postgresql:isolation / isolation/isolation                                      TIMEOUT        10...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-11-26 02:25:15.741970486 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/indexing.out	2024-11-26 02:31:40.151461776 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/partitioned-cic.out /tmp/cirrus-ci-build/src/test/isolation/ou...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/partitioned-cic.out	2024-11-26 02:25:15.572915806 +0000
+++ /tmp/cirrus-ci-build/src/test/isolation/output_iso/results/partitioned-cic.out	2024-11-26 02:52:35.751505582 +0000
@@ -3,10 +3,14 @@
 starting permutation: lock_p1 cic insert drop2 commit chk_content
 step lock_p1: lock cictab_part_1 in row exclusive mode;
 step cic: CREATE INDEX CONCURRENTLY ON cictab(i); <waiting ...>
-step insert: insert into cictab values (1, 1), (11, 1);
-step drop2: DROP TABLE cictab_part_2;
+step insert: insert into cictab values (1, 1), (11, 1); <waiting ...>
+isolationtester: canceling step insert after 360 seconds
+step insert: <... completed>
+ERROR:  canceling statement due to user request
+step drop2: DROP TABLE cictab_part_2; <waiting ...>
 step commit: COMMIT;
 step cic: <... completed>
+step drop2: <... completed>
 step chk_content: 
   set enable_seqscan to off;
   explain (costs off) select * from cictab where i > 0;
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/src/test/recovery/tmp_check/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-11-26 02:25:15.741970486 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/indexing.out	2024-11-26 02:32:35.958489302 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/src/test/regress/results/index...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-11-26 02:25:15.741970486 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/indexing.out	2024-11-26 02:28:43.354771083 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[02:31:44.917](111.458s) not ok 5 - regression tests pass
tap
[02:32:38.978](81.855s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_p...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-11-26 02:25:17.345434396 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/indexing.out	2024-11-26 02:27:58.878712112...
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/recovery/027_str...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-11-26 02:25:17.345434396 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/indexing.out	2024-11-26 02:28:30.6826655...
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/regress/regress/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-11-26 02:25:17.345434396 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/indexing.out	2024-11-26 02:27:54.126734988 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[02:28:00.906](74.865s) not ok 5 - regression tests pass
tap
[02:28:33.669](73.435s) not ok 2 - regression tests pass
test
[02:43:22.609]  42/314 postgresql:regress / regress/regress                                            ERROR            ...
[02:43:22.609] 114/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[02:43:22.609] 147/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[02:43:22.609] 314/314 postgresql:isolation / isolation/isolation                                      TIMEOUT        10...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/indexing.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_up...
--- /Users/admin/pgsql/src/test/regress/expected/indexing.out	2024-11-26 02:25:12
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/indexing.out	2024-11-26 02:27:03
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/indexing.out /Users/admin/pgsql/build/testrun/recovery/027_stream_...
--- /Users/admin/pgsql/src/test/regress/expected/indexing.out	2024-11-26 02:25:12
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/indexing.out	2024-11-26 02:27:46
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/indexing.out /Users/admin/pgsql/build/testrun/regress/regress/resu...
--- /Users/admin/pgsql/src/test/regress/expected/indexing.out	2024-11-26 02:25:12
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/indexing.out	2024-11-26 02:27:06
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[02:27:05.553](40.811s) not ok 5 - regression tests pass
tap
[02:27:48.007](42.244s) not ok 2 - regression tests pass
test
[02:43:01.508]  28/314 postgresql:regress / regress/regress                                            ERROR            ...
[02:43:01.508]  43/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[02:43:01.508] 119/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[02:43:01.508] 314/314 postgresql:isolation / isolation/isolation                                      TIMEOUT        10...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/indexing.out C:/cirrus/build/testrun/pg_upgrade/002_pg_...
--- C:/cirrus/src/test/regress/expected/indexing.out	2024-11-26 02:25:35.590455500 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/indexing.out	2024-11-26 02:29:28.995623100 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/indexing.out C:/cirrus/build/testrun/recovery/027_strea...
--- C:/cirrus/src/test/regress/expected/indexing.out	2024-11-26 02:25:35.590455500 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/indexing.out	2024-11-26 02:31:34.215902600 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/indexing.out C:/cirrus/build/testrun/regress/regress/re...
--- C:/cirrus/src/test/regress/expected/indexing.out	2024-11-26 02:25:35.590455500 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/indexing.out	2024-11-26 02:29:23.817398900 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[02:29:38.041](120.387s) not ok 5 - regression tests pass
tap
[02:31:41.449](112.398s) not ok 2 - regression tests pass
test
[02:44:10.132]  24/309 postgresql:regress / regress/regress                                            ERROR           1...
[02:44:10.132]  36/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[02:44:10.132]  71/309 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
[02:44:10.132] 309/309 postgresql:isolation / isolation/isolation                                      TIMEOUT        10...
51/5301 Collation and ctype method tables and extension hooks
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/select_distinct.out C:/cirrus/build/testrun/regress/reg...
--- C:/cirrus/src/test/regress/expected/select_distinct.out	2024-11-26 01:51:21.793943200 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/select_distinct.out	2024-11-26 01:53:54.301195000 +0000
@@ -571,28 +571,13 @@
 -- input path even if there is ORDER BY clause
 EXPLAIN (COSTS OFF)
 SELECT DISTINCT y, x FROM distinct_tbl ORDER BY y;
-                               QUERY PLAN                               
-------------------------------------------------------------------------
- Sort
-   Sort Key: y
-   ->  Unique
-         ->  Index Only Scan using distinct_tbl_x_y_idx on distinct_tbl
-(4 rows)
-
+ERROR:  relation "distinct_tbl" does not exist
+LINE 2: SELECT DISTINCT y, x FROM distinct_tbl ORDER BY y;
+                                  ^
 SELECT DISTINCT y, x FROM distinct_tbl ORDER BY y;
- y | x 
...
test
[02:04:50.236]   6/309 postgresql:regress / regress/regress                                            ERROR           1...
51/4390 add not_before and not_after timestamps to sslinfo extension and pg_stat_ssl
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[01:05:52.954] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notBefore referenced i...
compiler
[01:05:35.718] ../src/backend/libpq/be-secure-openssl.c(1575): warning C4024: 'ASN1_TIME_to_timestamptz': different type...
compiler
[01:05:35.576] ../src/backend/libpq/be-secure-openssl.c(1575): warning C4047: 'function': 'ASN1_TIME *' differs in level...
compiler
[01:05:35.576] ../src/backend/libpq/be-secure-openssl.c(1566): warning C4047: 'function': 'ASN1_TIME *' differs in level...
compiler
[01:05:35.576] ../src/backend/libpq/be-secure-openssl.c(1566): warning C4024: 'ASN1_TIME_to_timestamptz': different type...
compiler
[01:05:52.954] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notAfter referenced in...
50/5270 jsonpath string methods: lower, upper, initcap, l/r/btrim, replace, split_part
CompilerWarnings
compiler
[21:42:41.288] jsonpath_exec.c:2827:13: error: mixing declarations and code is incompatible with standards before C99 [-...
compiler
[21:42:30.486] jsonpath_exec.c:2827:13: error: mixing declarations and code is incompatible with standards before C99 [-...
compiler
[21:41:58.310] jsonpath_exec.c:2827:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta...
compiler
[21:41:48.383] jsonpath_exec.c:2827:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta...
compiler
[21:43:06.159] jsonpath_exec.c:2827:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta...
Linux - Debian Bookworm - Meson
core
[21:51:22.550] #0  <unavailable> in ?? ()
core
[21:51:23.724] #0  0x00007f86f5ff9da4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[21:51:23.724] #1  0x00007f86f5fa6239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[21:51:23.724] #2  0x00007f86f5fa6497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[21:51:23.724] #3  0x0000555809b495c1 in ?? ()
[21:51:23.724] #4  0x0000555809b43369 in ?? ()
[21:51:23.724] #5  0x0000555809b4220f in ?? ()
[21:51:23.724] #6  0x0000555809b42c3b in ?? ()
[21:51:23.724] #7  0x0000555809b4066f in ?? ()
[21:51:23.724] #8  0x00007f86f5f9124a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:51:23.724] #9  0x00007f86f5f91305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:51:23.588] #0  0xf7f57559 in __kernel_vsyscall ()
[21:51:23.588] #1  0xf6897692 in pthread_sigmask () from /lib/i386-linux-gnu/libc.so.6
[21:51:23.588] #2  0xf6841380 in sigprocmask () from /lib/i386-linux-gnu/libc.so.6
[21:51:23.588] #3  0xf690e085 in ?? () from /lib/i386-linux-gnu/libc.so.6
[21:51:23.588] #4  0xf692b7a8 in ?? () from /lib/i386-linux-gnu/libc.so.6
[21:51:23.723] #0  0x00007f86f5ff9da4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:51:23.588] #0  <unavailable> in ?? ()
core
[21:51:23.061] #0  <unavailable> in ?? ()
core
[21:51:22.932] #0  0x00007fcd791dada4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[21:51:22.932] #1  0x00007fcd79187239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[21:51:22.932] #2  0x00007fcd79187497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[21:51:22.932] #3  0x000055a7906e35c1 in ?? ()
[21:51:22.932] #4  0x000055a7906dd369 in ?? ()
[21:51:22.932] #5  0x000055a7906dc20f in ?? ()
[21:51:22.932] #6  0x000055a7906dcc3b in ?? ()
[21:51:22.932] #7  0x000055a7906da66f in ?? ()
[21:51:22.932] #8  0x00007fcd7917224a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:51:22.932] #9  0x00007fcd79172305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:51:22.804] #0  0x00007f4d036c5da4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[21:51:22.804] #1  0x00007f4d03672239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[21:51:22.804] #2  0x00007f4d03672497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[21:51:22.804] #3  0x000055f0340e45c1 in ?? ()
[21:51:22.804] #4  0x000055f0340de369 in ?? ()
[21:51:22.804] #5  0x000055f0340dd20f in ?? ()
[21:51:22.804] #6  0x000055f0340ddc3b in ?? ()
[21:51:22.804] #7  0x000055f0340db66f in ?? ()
[21:51:22.804] #8  0x00007f4d0365d24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:51:22.804] #9  0x00007f4d0365d305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:51:22.679] #0  0x00007f86f5ff9da4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[21:51:22.679] #1  0x00007f86f5fa6239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[21:51:22.679] #2  0x00007f86f5fa6497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[21:51:22.679] #3  0x0000555809b495f3 in ?? ()
[21:51:22.679] #4  0x0000555809b43369 in ?? ()
[21:51:22.679] #5  0x0000555809b4220f in ?? ()
[21:51:22.679] #6  0x0000555809b42c3b in ?? ()
[21:51:22.679] #7  0x0000555809b4066f in ?? ()
[21:51:22.679] #8  0x00007f86f5f9124a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:51:22.679] #9  0x00007f86f5f91305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:51:22.679] #0  <unavailable> in ?? ()
core
[21:51:22.550] #0  0x00007f4d036c5da4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[21:51:22.550] #1  0x00007f4d03672239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[21:51:22.550] #2  0x00007f4d03672497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[21:51:22.550] #3  0x000055f0340e45f3 in ?? ()
[21:51:22.550] #4  0x000055f0340de369 in ?? ()
[21:51:22.550] #5  0x000055f0340dd20f in ?? ()
[21:51:22.550] #6  0x000055f0340ddc3b in ?? ()
[21:51:22.550] #7  0x000055f0340db66f in ?? ()
[21:51:22.550] #8  0x00007f4d0365d24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:51:22.550] #9  0x00007f4d0365d305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:51:23.061] #0  0x00007fcd791dada4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[21:51:23.061] #1  0x00007fcd79187239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[21:51:23.061] #2  0x00007fcd79187497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[21:51:23.061] #3  0x000055a7906e35f3 in ?? ()
[21:51:23.061] #4  0x000055a7906dd369 in ?? ()
[21:51:23.061] #5  0x000055a7906dc20f in ?? ()
[21:51:23.061] #6  0x000055a7906dcc3b in ?? ()
[21:51:23.061] #7  0x000055a7906da66f in ?? ()
[21:51:23.061] #8  0x00007fcd7917224a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:51:23.061] #9  0x00007fcd79172305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out /tmp/cirrus-ci-build/build-32/testrun/pg_upgr...
--- /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out	2024-11-25 21:41:10.572467591 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/pg_upgrade/002_pg_upgrade/data/results/jsonb_jsonpath.out	2024-11-25 21:47:20....
@@ -3082,7 +3082,7 @@
 select jsonb_path_query('"abc~@~def~@~ghi"', '$.split_part("~@~", 2)');
  jsonb_path_query 
 ------------------
- "def"
+ ""
 (1 row)
 
 -- Test string methods play nicely together
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out /tmp/cirrus-ci-build/build-32/testrun/recover...
--- /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out	2024-11-25 21:41:10.572467591 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/recovery/027_stream_regress/data/results/jsonb_jsonpath.out	2024-11-25 21:48:0...
@@ -3082,7 +3082,7 @@
 select jsonb_path_query('"abc~@~def~@~ghi"', '$.split_part("~@~", 2)');
  jsonb_path_query 
 ------------------
- "def"
+ ""
 (1 row)
 
 -- Test string methods play nicely together
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out /tmp/cirrus-ci-build/build-32/testrun/regress...
--- /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out	2024-11-25 21:41:10.572467591 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/regress/regress/results/jsonb_jsonpath.out	2024-11-25 21:47:11.849024477 +0000
@@ -3082,7 +3082,7 @@
 select jsonb_path_query('"abc~@~def~@~ghi"', '$.split_part("~@~", 2)');
  jsonb_path_query 
 ------------------
- "def"
+ ""
 (1 row)
 
 -- Test string methods play nicely together
tap
[21:47:40.999](79.265s) not ok 5 - regression tests pass
tap
[21:48:17.635](79.554s) not ok 2 - regression tests pass
test
[21:50:09.929]  40/314 postgresql:regress / regress/regress                                            ERROR            ...
[21:50:09.929] 136/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[21:50:09.929] 154/314 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/4886 CREATE DATABASE ... STRATEGY=FILE_CLONE
macOS - Sonoma - Meson
tap
[20:20:41.487](0.000s) not ok 57 - pg_dump: invalid output format: matches
test
[20:21:56.448] 166/314 postgresql:pg_dump / pg_dump/001_basic                                          ERROR            ...
51/5363 enable pg_recvlogical to use temporary slots
macOS - Sonoma - Meson
tap
[18:23:06.224](0.000s) not ok 9 - pg_checksums with invalid option prints error message
test
[18:24:33.939] 148/314 postgresql:pg_checksums / pg_checksums/001_basic                                ERROR            ...
51/5325 Add sortsupport for range types and btree_gist
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pageinspect/expected/btree.out /tmp/cirrus-ci-build/build/testrun/pageinspect-runn...
--- /tmp/cirrus-ci-build/contrib/pageinspect/expected/btree.out	2024-11-25 16:07:48.571619000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pageinspect-running/regress/results/btree.out	2024-11-25 16:13:35.311424000 +0000
@@ -194,6 +194,7 @@
 SELECT bt_page_items(get_raw_page('test1_a_hash', 0));
 ERROR:  block is a meta page
 CREATE INDEX test1_b_gist ON test1 USING gist(b);
+NOTICE:  notice triggered for injection point gist-sorted-build
 -- Special area of GiST is the same as btree, this complains about inconsistent
 -- leaf data on the page.
 SELECT bt_page_items(get_raw_page('test1_b_gist', 0));
diff -U3 /tmp/cirrus-ci-build/contrib/pageinspect/expected/gist.out /tmp/cirrus-ci-build/build/testrun/pageinspect-runni...
--- /tmp/cirrus-ci-build/contrib/pageinspect/expected/gist.out	2024-11-25 16:07:48.571892000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pageinspect-running/regress/results/gist.out	2024-11-25 16:13:35.759667000 +0000
@@ -3,6 +3,7 @@
 CREATE UNLOGGED TABLE test_gist AS SELECT point(i,i) p, i::text t FROM
     generate_series(1,1000) i;
 CREATE INDEX test_gist_idx ON test_gist USING gist (p);
+NOTICE:  notice triggered for injection point gist-sorted-build
 -- Page 0 is the root, the rest are leaf pages
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/point.out /tmp/cirrus-ci-build/build/testrun/regress-running/reg...
--- /tmp/cirrus-ci-build/src/test/regress/expected/point.out	2024-11-25 16:07:50.162459000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress-running/regress/results/point.out	2024-11-25 16:13:32.408035000 +0000
@@ -417,6 +417,7 @@
 CREATE TEMP TABLE point_gist_tbl(f1 point);
 INSERT INTO point_gist_tbl SELECT '(0,0)' FROM generate_series(0,1000);
 CREATE INDEX point_gist_tbl_index ON point_gist_tbl USING gist (f1);
+NOTICE:  notice triggered for injection point gist-sorted-build
 INSERT INTO point_gist_tbl VALUES ('(0.0000009,0.0000009)');
 SET enable_seqscan TO true;
 SET enable_indexscan TO false;
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/create_index.out /tmp/cirrus-ci-build/build/testrun/regress-runn...
--- /tmp/cirrus-ci-build/src/test/regress/expected/create_index.out	2024-11-25 16:07:50.115392000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress-running/regress/results/create_index.out	2024-11-25 16:13:38.436136000 +0...
@@ -60,6 +60,7 @@
 CREATE TEMP TABLE point_tbl AS SELECT * FROM public.point_tbl;
 INSERT INTO POINT_TBL(f1) VALUES (NULL);
 CREATE INDEX gpointind ON point_tbl USING gist (f1);
+NOTICE:  notice triggered for injection point gist-sorted-build
 CREATE TEMP TABLE gpolygon_tbl AS
...
test
[16:14:14.448] 30/76 postgresql:pageinspect-running / pageinspect-running/regress                 ERROR             0.90...
[16:14:14.448] 18/76 postgresql:regress-running / regress-running/regress                         ERROR            28.43...
Linux - Debian Bookworm - Autoconf
core
[16:18:43.365] #0  0x00007f3e60e27da4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[16:18:43.365] #1  0x00007f3e60dd4239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[16:18:43.365] #2  0x00007f3e60dd4497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[16:18:43.365] #3  0x000055e5ec4e45f3 in ?? ()
[16:18:43.365] #4  0x000055e5ec4de369 in ?? ()
[16:18:43.365] #5  0x000055e5ec4dd20f in ?? ()
[16:18:43.365] #6  0x000055e5ec4ddc3b in ?? ()
[16:18:43.365] #7  0x000055e5ec4db66f in ?? ()
[16:18:43.365] #8  0x00007f3e60dbf24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[16:18:43.365] #9  0x00007f3e60dbf305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[16:18:43.493] #0  0x00007f3e60e27da4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[16:18:43.493] #1  0x00007f3e60dd4239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[16:18:43.493] #2  0x00007f3e60dd4497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[16:18:43.493] #3  0x000055e5ec4e45c1 in ?? ()
[16:18:43.493] #4  0x000055e5ec4de369 in ?? ()
[16:18:43.493] #5  0x000055e5ec4dd20f in ?? ()
[16:18:43.493] #6  0x000055e5ec4ddc3b in ?? ()
[16:18:43.493] #7  0x000055e5ec4db66f in ?? ()
[16:18:43.493] #8  0x00007f3e60dbf24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[16:18:43.493] #9  0x00007f3e60dbf305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[16:18:43.365] #0  <unavailable> in ?? ()
51/4810 COPY ON_ERROR 'NULL'
CompilerWarnings
compiler
[15:53:12.350] copyfrom.c:1037:10: error: data argument not used by format string [-Werror,-Wformat-extra-args]
compiler
[15:53:04.209] copyfrom.c:1037:10: error: data argument not used by format string [-Werror,-Wformat-extra-args]
compiler
[15:52:21.735] copyfrom.c:1036:64: error: too many arguments for format [-Werror=format-extra-args]
compiler
[15:52:08.472] copyfrom.c:1036:64: error: too many arguments for format [-Werror=format-extra-args]
compiler
[15:53:39.733] copyfrom.c:1036:64: error: too many arguments for format [-Werror=format-extra-args]
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/file_fdw/expected/file_fdw.out /tmp/cirrus-ci-build/build/testrun/file_fdw/regress...
--- /tmp/cirrus-ci-build/contrib/file_fdw/expected/file_fdw.out	2024-11-25 15:51:17.827745000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/file_fdw/regress/results/file_fdw.out	2024-11-25 15:53:33.282706000 +0000
@@ -91,7 +91,7 @@
 ');       -- ERROR
 ERROR:  COPY null representation cannot use newline or carriage return
 CREATE FOREIGN TABLE tbl () SERVER file_server OPTIONS (reject_limit '1');       -- ERROR
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 CREATE FOREIGN TABLE tbl () SERVER file_server;  -- ERROR
 ERROR:  either filename or program is required for file_fdw foreign tables
 \set filename :abs_srcdir '/data/agg.data'
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_u...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-11-25 15:51:19.407902000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/copy2.out	2024-11-25 15:52:56.547694000 +0...
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-11-25 15:51:19.407902000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/copy2.out	2024-11-25 15:53:45.728499000 ...
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/build/testrun/regress/regress/res...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-11-25 15:51:19.407902000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/copy2.out	2024-11-25 15:52:58.886717000 +0000
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
tap
[15:53:17.874](71.301s) not ok 5 - regression tests pass
tap
[15:54:02.639](77.688s) not ok 2 - regression tests pass
test
[15:56:08.444]  43/314 postgresql:regress / regress/regress                                            ERROR            ...
[15:56:08.444]  66/314 postgresql:file_fdw / file_fdw/regress                                          ERROR            ...
[15:56:08.444]  93/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[15:56:08.444] 153/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/contrib/file_fdw/expected/file_fdw.out /tmp/cirrus-ci-build/contrib/file_fdw/results/file_...
--- /tmp/cirrus-ci-build/contrib/file_fdw/expected/file_fdw.out	2024-11-25 15:51:17.060322368 +0000
+++ /tmp/cirrus-ci-build/contrib/file_fdw/results/file_fdw.out	2024-11-25 15:57:08.266889319 +0000
@@ -91,7 +91,7 @@
 ');       -- ERROR
 ERROR:  COPY null representation cannot use newline or carriage return
 CREATE FOREIGN TABLE tbl () SERVER file_server OPTIONS (reject_limit '1');       -- ERROR
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 CREATE FOREIGN TABLE tbl () SERVER file_server;  -- ERROR
 ERROR:  either filename or program is required for file_fdw foreign tables
 \set filename :abs_srcdir '/data/agg.data'
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/resu...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-11-25 15:51:19.360544064 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/copy2.out	2024-11-25 15:59:42.285340731 +0000
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/src/test/recovery/tmp_check/resul...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-11-25 15:51:19.360544064 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/copy2.out	2024-11-25 16:01:26.020008483 +0000
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/src/test/regress/results/copy2.ou...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-11-25 15:51:19.360544064 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/copy2.out	2024-11-25 15:56:49.778379414 +0000
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
tap
[15:59:56.813](101.970s) not ok 5 - regression tests pass
tap
[16:01:39.868](75.922s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Meson
core
[15:57:39.295] #0  0x00007f26e5347da4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[15:57:39.295] #1  0x00007f26e52f4239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[15:57:39.295] #2  0x00007f26e52f4497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[15:57:39.295] #3  0x000055ab4c4a85c1 in ?? ()
[15:57:39.295] #4  0x000055ab4c4a2369 in ?? ()
[15:57:39.295] #5  0x000055ab4c4a120f in ?? ()
[15:57:39.295] #6  0x000055ab4c4a1c3b in ?? ()
[15:57:39.295] #7  0x000055ab4c49f66f in ?? ()
[15:57:39.295] #8  0x00007f26e52df24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:57:39.295] #9  0x00007f26e52df305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[15:57:39.178] #0  0x00007f26e5347da4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[15:57:39.178] #1  0x00007f26e52f4239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[15:57:39.178] #2  0x00007f26e52f4497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[15:57:39.178] #3  0x000055ab4c4a85f3 in ?? ()
[15:57:39.178] #4  0x000055ab4c4a2369 in ?? ()
[15:57:39.178] #5  0x000055ab4c4a120f in ?? ()
[15:57:39.178] #6  0x000055ab4c4a1c3b in ?? ()
[15:57:39.178] #7  0x000055ab4c49f66f in ?? ()
[15:57:39.178] #8  0x00007f26e52df24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:57:39.178] #9  0x00007f26e52df305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[15:57:39.178] #0  <unavailable> in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/contrib/file_fdw/expected/file_fdw.out /tmp/cirrus-ci-build/build/testrun/file_fdw/regress...
--- /tmp/cirrus-ci-build/contrib/file_fdw/expected/file_fdw.out	2024-11-25 15:51:14.446031809 +0000
+++ /tmp/cirrus-ci-build/build/testrun/file_fdw/regress/results/file_fdw.out	2024-11-25 15:54:23.625114082 +0000
@@ -91,7 +91,7 @@
 ');       -- ERROR
 ERROR:  COPY null representation cannot use newline or carriage return
 CREATE FOREIGN TABLE tbl () SERVER file_server OPTIONS (reject_limit '1');       -- ERROR
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 CREATE FOREIGN TABLE tbl () SERVER file_server;  -- ERROR
 ERROR:  either filename or program is required for file_fdw foreign tables
 \set filename :abs_srcdir '/data/agg.data'
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_u...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-11-25 15:51:16.374031850 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/copy2.out	2024-11-25 15:54:05.321121327 +0...
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-11-25 15:51:16.374031850 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/copy2.out	2024-11-25 15:54:42.697107499 ...
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/build/testrun/regress/regress/res...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-11-25 15:51:16.374031850 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/copy2.out	2024-11-25 15:53:57.289124964 +0000
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
tap
[15:54:19.779](86.014s) not ok 5 - regression tests pass
tap
[15:54:54.741](85.150s) not ok 2 - regression tests pass
test
[15:56:35.973]  45/314 postgresql:regress / regress/regress                                            ERROR            ...
[15:56:35.973]  65/314 postgresql:file_fdw / file_fdw/regress                                          ERROR            ...
[15:56:35.973] 138/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[15:56:35.973] 156/314 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/contrib/file_fdw/expected/file_fdw.out /Users/admin/pgsql/build/testrun/file_fdw/regress/res...
--- /Users/admin/pgsql/contrib/file_fdw/expected/file_fdw.out	2024-11-25 15:51:10
+++ /Users/admin/pgsql/build/testrun/file_fdw/regress/results/file_fdw.out	2024-11-25 15:53:43
@@ -91,7 +91,7 @@
 ');       -- ERROR
 ERROR:  COPY null representation cannot use newline or carriage return
 CREATE FOREIGN TABLE tbl () SERVER file_server OPTIONS (reject_limit '1');       -- ERROR
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 CREATE FOREIGN TABLE tbl () SERVER file_server;  -- ERROR
 ERROR:  either filename or program is required for file_fdw foreign tables
 \set filename :abs_srcdir '/data/agg.data'
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/copy2.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgra...
--- /Users/admin/pgsql/src/test/regress/expected/copy2.out	2024-11-25 15:51:11
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/copy2.out	2024-11-25 15:52:54
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/copy2.out /Users/admin/pgsql/build/testrun/recovery/027_stream_reg...
--- /Users/admin/pgsql/src/test/regress/expected/copy2.out	2024-11-25 15:51:11
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/copy2.out	2024-11-25 15:53:41
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/copy2.out /Users/admin/pgsql/build/testrun/regress/regress/results...
--- /Users/admin/pgsql/src/test/regress/expected/copy2.out	2024-11-25 15:51:11
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/copy2.out	2024-11-25 15:52:58
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
tap
[15:53:03.393](39.825s) not ok 5 - regression tests pass
tap
[15:53:48.801](42.805s) not ok 2 - regression tests pass
test
[15:55:37.200]  28/314 postgresql:regress / regress/regress                                            ERROR            ...
[15:55:37.200]  43/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[15:55:37.200]  66/314 postgresql:file_fdw / file_fdw/regress                                          ERROR            ...
[15:55:37.200] 126/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/contrib/file_fdw/expected/file_fdw.out C:/cirrus/build/testrun/file_fdw/regress/r...
--- C:/cirrus/contrib/file_fdw/expected/file_fdw.out	2024-11-25 15:51:24.729159700 +0000
+++ C:/cirrus/build/testrun/file_fdw/regress/results/file_fdw.out	2024-11-25 15:57:17.062857500 +0000
@@ -91,7 +91,7 @@
 ');       -- ERROR
 ERROR:  COPY null representation cannot use newline or carriage return
 CREATE FOREIGN TABLE tbl () SERVER file_server OPTIONS (reject_limit '1');       -- ERROR
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 CREATE FOREIGN TABLE tbl () SERVER file_server;  -- ERROR
 ERROR:  either filename or program is required for file_fdw foreign tables
 \set filename :abs_srcdir '/data/agg.data'
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/copy2.out C:/cirrus/build/testrun/pg_upgrade/002_pg_upg...
--- C:/cirrus/src/test/regress/expected/copy2.out	2024-11-25 15:51:29.182330400 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/copy2.out	2024-11-25 15:55:02.241011400 +0000
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/copy2.out C:/cirrus/build/testrun/recovery/027_stream_r...
--- C:/cirrus/src/test/regress/expected/copy2.out	2024-11-25 15:51:29.182330400 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/copy2.out	2024-11-25 15:57:03.877303700 +0000
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/copy2.out C:/cirrus/build/testrun/regress/regress/resul...
--- C:/cirrus/src/test/regress/expected/copy2.out	2024-11-25 15:51:29.182330400 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/copy2.out	2024-11-25 15:54:48.533490900 +0000
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
tap
[15:55:19.102](113.189s) not ok 5 - regression tests pass
tap
[15:57:22.613](114.912s) not ok 2 - regression tests pass
test
[16:03:45.211]  20/309 postgresql:regress / regress/regress                                            ERROR           1...
[16:03:45.211]  39/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[16:03:45.211]  62/309 postgresql:file_fdw / file_fdw/regress                                          ERROR            ...
[16:03:45.211]  85/309 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5332 Provide means to disable legacy crypt() and gen_salt() functions in pgcrypto
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pgcrypto/expected/init.out /tmp/cirrus-ci-build/build/testrun/pgcrypto/regress/res...
--- /tmp/cirrus-ci-build/contrib/pgcrypto/expected/init.out	2024-11-25 13:51:25.171407000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pgcrypto/regress/results/init.out	2024-11-25 13:53:37.071707000 +0000
@@ -2,12 +2,30 @@
 -- init pgcrypto
 --
 CREATE EXTENSION pgcrypto;
+ERROR:  could not load library "/tmp/cirrus-ci-build/build/tmp_install/usr/local/pgsql/lib/pgcrypto.so": /tmp/cirrus-ci...
+CONTEXT:  SQL statement "CREATE FUNCTION digest(text, text)
+RETURNS bytea
+AS '$libdir/pgcrypto', 'pg_digest'
+LANGUAGE C IMMUTABLE STRICT PARALLEL SAFE"
+extension script file "pgcrypto--1.3.sql", near line 6
 -- check error handling
 select gen_salt('foo');
-ERROR:  gen_salt: Unknown salt algorithm
+ERROR:  function gen_salt(unknown) does not exist
+LINE 1: select gen_salt('foo');
+               ^
+HINT:  No function matches the given name and argument types. You might need to add explicit type casts.
...
test
[13:55:58.445]  85/314 postgresql:pgcrypto / pgcrypto/regress                                          ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[13:53:35.776] openssl.c.obj : error LNK2019: unresolved external symbol OSSL_LIB_CTX_get0_global_default referenced in ...
compiler
[13:53:35.776] openssl.c.obj : error LNK2019: unresolved external symbol EVP_default_properties_is_fips_enabled referenc...
51/5355 Enhance memory context statistics reporting for all PostgreSQL processes.
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/sysviews.out /tmp/cirrus-ci-build/build-32/testrun/pg_upgrade/00...
--- /tmp/cirrus-ci-build/src/test/regress/expected/sysviews.out	2024-11-25 12:33:06.183835220 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/pg_upgrade/002_pg_upgrade/data/results/sysviews.out	2024-11-25 12:43:01.058393...
@@ -233,4 +233,4 @@
         from pg_get_process_memory_contexts(checkpointer_pid, false) where path = '{0}' into r; 
 	RAISE NOTICE '%', r;
 END $$;
-NOTICE:  (AllocSet,TopMemoryContext,,t)
+NOTICE:  (AllocSet,TopMemoryContext,,f)
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/sysviews.out /tmp/cirrus-ci-build/build-32/testrun/recovery/027_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/sysviews.out	2024-11-25 12:33:06.183835220 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/recovery/027_stream_regress/data/results/sysviews.out	2024-11-25 12:42:39.7424...
@@ -233,4 +233,4 @@
         from pg_get_process_memory_contexts(checkpointer_pid, false) where path = '{0}' into r; 
 	RAISE NOTICE '%', r;
 END $$;
-NOTICE:  (AllocSet,TopMemoryContext,,t)
+NOTICE:  (AllocSet,TopMemoryContext,,f)
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/sysviews.out /tmp/cirrus-ci-build/build-32/testrun/regress/regre...
--- /tmp/cirrus-ci-build/src/test/regress/expected/sysviews.out	2024-11-25 12:33:06.183835220 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/regress/regress/results/sysviews.out	2024-11-25 12:41:58.830499490 +0000
@@ -233,4 +233,4 @@
         from pg_get_process_memory_contexts(checkpointer_pid, false) where path = '{0}' into r; 
 	RAISE NOTICE '%', r;
 END $$;
-NOTICE:  (AllocSet,TopMemoryContext,,t)
+NOTICE:  (AllocSet,TopMemoryContext,,f)
tap
[12:43:30.742](120.744s) not ok 5 - regression tests pass
tap
[12:43:08.417](63.421s) not ok 2 - regression tests pass
test
[12:45:07.212]  29/314 postgresql:regress / regress/regress                                            ERROR            ...
[12:45:07.212] 149/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[12:45:07.212] 182/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
51/5012 Vacuum statistics
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out /tmp/cirrus-ci-build/bu...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-11-25 12:09:03.57195100...
+++ /tmp/cirrus-ci-build/build/testrun/isolation/isolation/results/vacuum-extending-in-repetable-read.out	2024-11-25 12:...
@@ -9,10 +9,7 @@
     FROM pg_stat_get_vacuum_tables vt, pg_class c
     WHERE vt.relname = 'test_vacuum_stat_isolation' AND vt.relid = c.oid;
 
-relname|tuples_deleted|dead_tuples|tuples_frozen
--------+--------------+-----------+-------------
-(0 rows)
-
+ERROR:  relation "pg_stat_get_vacuum_tables" does not exist
 step s1_begin_repeatable_read: 
   BEGIN transaction ISOLATION LEVEL REPEATABLE READ;
   select count(ival) from test_vacuum_stat_isolation where id>900;
@@ -22,7 +19,8 @@
   100
 (1 row)
 
-step s2_update: UPDATE test_vacuum_stat_isolation SET ival = ival + 2 where id > 900;
...
test
[12:14:39.069]  49/314 postgresql:isolation / isolation/isolation                                      ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out /tmp/cirrus-ci-build/sr...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-11-25 12:09:03.93830876...
+++ /tmp/cirrus-ci-build/src/test/isolation/output_iso/results/vacuum-extending-in-repetable-read.out	2024-11-25 12:14:3...
@@ -9,10 +9,7 @@
     FROM pg_stat_get_vacuum_tables vt, pg_class c
     WHERE vt.relname = 'test_vacuum_stat_isolation' AND vt.relid = c.oid;
 
-relname|tuples_deleted|dead_tuples|tuples_frozen
--------+--------------+-----------+-------------
-(0 rows)
-
+ERROR:  relation "pg_stat_get_vacuum_tables" does not exist
 step s1_begin_repeatable_read: 
   BEGIN transaction ISOLATION LEVEL REPEATABLE READ;
   select count(ival) from test_vacuum_stat_isolation where id>900;
@@ -22,7 +19,8 @@
   100
 (1 row)
 
-step s2_update: UPDATE test_vacuum_stat_isolation SET ival = ival + 2 where id > 900;
...
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out /tmp/cirrus-ci-build/bu...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-11-25 12:09:03.86199886...
+++ /tmp/cirrus-ci-build/build/testrun/isolation/isolation/results/vacuum-extending-in-repetable-read.out	2024-11-25 12:...
@@ -9,10 +9,7 @@
     FROM pg_stat_get_vacuum_tables vt, pg_class c
     WHERE vt.relname = 'test_vacuum_stat_isolation' AND vt.relid = c.oid;
 
-relname|tuples_deleted|dead_tuples|tuples_frozen
--------+--------------+-----------+-------------
-(0 rows)
-
+ERROR:  relation "pg_stat_get_vacuum_tables" does not exist
 step s1_begin_repeatable_read: 
   BEGIN transaction ISOLATION LEVEL REPEATABLE READ;
   select count(ival) from test_vacuum_stat_isolation where id>900;
@@ -22,7 +19,8 @@
   100
 (1 row)
 
-step s2_update: UPDATE test_vacuum_stat_isolation SET ival = ival + 2 where id > 900;
...
test
[12:17:13.369]  40/314 postgresql:isolation / isolation/isolation                                      ERROR            ...
macOS - Sonoma - Meson
core
[12:17:28.512]   * frame #0: 0x000000010138cb70 dyld`_dyld_start
core
[12:17:01.703]   * frame #0: 0x0000000104754b70 dyld`_dyld_start
regress
diff -U3 /Users/admin/pgsql/src/test/isolation/expected/vacuum-extending-in-repetable-read.out /Users/admin/pgsql/build/...
--- /Users/admin/pgsql/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-11-25 12:08:11
+++ /Users/admin/pgsql/build/testrun/isolation/isolation/results/vacuum-extending-in-repetable-read.out	2024-11-25 12:11...
@@ -9,10 +9,7 @@
     FROM pg_stat_get_vacuum_tables vt, pg_class c
     WHERE vt.relname = 'test_vacuum_stat_isolation' AND vt.relid = c.oid;
 
-relname|tuples_deleted|dead_tuples|tuples_frozen
--------+--------------+-----------+-------------
-(0 rows)
-
+ERROR:  relation "pg_stat_get_vacuum_tables" does not exist
 step s1_begin_repeatable_read: 
   BEGIN transaction ISOLATION LEVEL REPEATABLE READ;
   select count(ival) from test_vacuum_stat_isolation where id>900;
@@ -22,7 +19,8 @@
   100
 (1 row)
 
-step s2_update: UPDATE test_vacuum_stat_isolation SET ival = ival + 2 where id > 900;
...
test
[12:13:37.279]  35/314 postgresql:isolation / isolation/isolation                                      ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/isolation/expected/vacuum-extending-in-repetable-read.out C:/cirrus/buil...
--- C:/cirrus/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-11-25 12:09:14.141439900 +0000
+++ C:/cirrus/build/testrun/isolation/isolation/results/vacuum-extending-in-repetable-read.out	2024-11-25 12:13:01.49393...
@@ -9,10 +9,7 @@
     FROM pg_stat_get_vacuum_tables vt, pg_class c
     WHERE vt.relname = 'test_vacuum_stat_isolation' AND vt.relid = c.oid;
 
-relname|tuples_deleted|dead_tuples|tuples_frozen
--------+--------------+-----------+-------------
-(0 rows)
-
+ERROR:  relation "pg_stat_get_vacuum_tables" does not exist
 step s1_begin_repeatable_read: 
   BEGIN transaction ISOLATION LEVEL REPEATABLE READ;
   select count(ival) from test_vacuum_stat_isolation where id>900;
@@ -22,7 +19,8 @@
   100
 (1 row)
 
-step s2_update: UPDATE test_vacuum_stat_isolation SET ival = ival + 2 where id > 900;
...
test
[12:20:55.135]  28/309 postgresql:isolation / isolation/isolation                                      ERROR           1...
50/4939 ECPG cleanup and fix for clang compile-time problem
Windows - Server 2019, VS 2019 - Meson & ninja
core
00000040`04dfe970 00007ff6`e4c206ac     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000040`04dfe9b0 00007ff6`e49975a4     postgres!errfinish(
00000040`04dfea10 00007ff6`e499749c     postgres!fsync_fname_ext(
00000040`04dfea60 00007ff6`e494b041     postgres!fsync_fname(
00000040`04dfea90 00007ff6`e494917e     postgres!SnapBuildSerialize(
00000040`04dff390 00007ff6`e4927959     postgres!SnapBuildProcessRunningXacts(
00000040`04dff3e0 00007ff6`e4927d46     postgres!standby_decode(
00000040`04dff440 00007ff6`e491e2f2     postgres!LogicalDecodingProcessRecord(
00000040`04dff520 00007ff6`e491d663     postgres!XLogSendLogical(void)+0xa2 [c:\cirrus\src\backend\replication\walsender...
00000040`04dff580 00007ff6`e49201fa     postgres!WalSndLoop(
core
00000040`05dff658 00007ffe`4cc845ca     ntdll!NtFsControlFile+0x14
00000040`05dff660 00007ff6`e48d523b     KERNELBASE!ConnectNamedPipe+0x6a
00000040`05dff6d0 00007ffe`4d1d4cb0     postgres!pg_signal_thread(
00000040`05dff7d0 00007ffe`4f0bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000040`05dff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000040`059ff638 00007ffe`4f04b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000040`059ff640 00007ffe`4d1d4cb0     ntdll!TppWorkerThread+0x2df
00000040`059ff930 00007ffe`4f0bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000040`059ff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000040`055ffbf8 00007ffe`4f04b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000040`055ffc00 00007ffe`4d1d4cb0     ntdll!TppWorkerThread+0x2df
00000040`055ffef0 00007ffe`4f0bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000040`055fff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000040`051ff698 00007ffe`4f04b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000040`051ff6a0 00007ffe`4d1d4cb0     ntdll!TppWorkerThread+0x2df
00000040`051ff990 00007ffe`4f0bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000040`051ff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000040`061ffde8 00007ffe`4cc3d71e     ntdll!NtWaitForSingleObject+0x14
00000040`061ffdf0 00007ff6`e48d6cdc     KERNELBASE!WaitForSingleObjectEx+0x8e
00000040`061ffe90 00007ffe`4d1d4cb0     postgres!pg_timer_thread(
00000040`061ffed0 00007ffe`4f0bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000040`061fff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
panic
2024-11-25 11:06:55.792 GMT [5004][walsender] [sub_viaroot][30/0:0] PANIC:  could not open file "pg_logical/snapshots/0-...
panic
2024-11-25 11:06:55.792 GMT [648][logical replication apply worker] ERROR:  could not receive data from WAL stream: PANI...
tap
[11:11:37.144](280.712s) # poll_query_until timed out executing this query:
test
[11:11:37.566] 309/309 postgresql:subscription / subscription/013_partition                            ERROR           3...
51/5380 Parametrization minimum password length
FreeBSD - 13 - Meson
test
[10:44:03.997]  76/314 postgresql:passwordcheck / passwordcheck/regress                                ERROR            ...
Linux - Debian Bookworm - Meson
test
[10:45:31.745]  75/314 postgresql:passwordcheck / passwordcheck/regress                                ERROR            ...
macOS - Sonoma - Meson
test
[10:43:43.737]  75/314 postgresql:passwordcheck / passwordcheck/regress                                ERROR            ...
51/5404 Self contradictory examining on rel's baserestrictinfo
CompilerWarnings
compiler
[09:29:34.252] contradictory.c:1638:38: error: ‘one_elem’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[09:29:34.252] contradictory.c:1413:12: error: ‘varcollid’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[09:29:34.252] contradictory.c:757:25: error: ‘btest’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[09:28:47.003] contradictory.c:757:25: error: ‘btest’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[09:28:47.003] contradictory.c:1413:12: error: ‘varcollid’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[09:28:47.003] contradictory.c:1638:38: error: ‘one_elem’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[09:34:46.839] contradictory.c:1638:38: error: ‘one_elem’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[09:34:46.839] contradictory.c:757:25: error: ‘btest’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[09:34:46.839] contradictory.c:1413:12: error: ‘varcollid’ may be used uninitialized [-Werror=maybe-uninitialized]
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/btree_gin/expected/bool.out /tmp/cirrus-ci-build/build/testrun/btree_gin/regress/r...
--- /tmp/cirrus-ci-build/contrib/btree_gin/expected/bool.out	2024-11-25 09:27:40.764217000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/btree_gin/regress/results/bool.out	2024-11-25 09:30:22.313133000 +0000
@@ -109,15 +109,13 @@
 (6 rows)
 
 EXPLAIN (COSTS OFF) SELECT * FROM test_bool WHERE i>true ORDER BY i;
-                QUERY PLAN                 
--------------------------------------------
+           QUERY PLAN           
+--------------------------------
  Sort
    Sort Key: i
-   ->  Bitmap Heap Scan on test_bool
-         Recheck Cond: (i > true)
-         ->  Bitmap Index Scan on idx_bool
-               Index Cond: (i > true)
-(6 rows)
+   ->  Result
+         One-Time Filter: false
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/horology.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_p...
--- /tmp/cirrus-ci-build/src/test/regress/expected/horology.out	2024-11-25 09:27:42.351706000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/horology.out	2024-11-25 09:29:02.677735000...
@@ -2541,18 +2541,17 @@
 explain (costs off)
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
-                                 QUERY PLAN                                  
------------------------------------------------------------------------------
+         QUERY PLAN         
+----------------------------
  Aggregate
    ->  Seq Scan on date_tbl
-         Filter: ((f1 >= '01-01-1997'::date) AND (f1 <= '01-01-1998'::date))
-(3 rows)
+(2 rows)
 
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
  count 
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/horology.out /tmp/cirrus-ci-build/build/testrun/recovery/027_str...
--- /tmp/cirrus-ci-build/src/test/regress/expected/horology.out	2024-11-25 09:27:42.351706000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/horology.out	2024-11-25 09:29:42.8364450...
@@ -2541,18 +2541,17 @@
 explain (costs off)
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
-                                 QUERY PLAN                                  
------------------------------------------------------------------------------
+         QUERY PLAN         
+----------------------------
  Aggregate
    ->  Seq Scan on date_tbl
-         Filter: ((f1 >= '01-01-1997'::date) AND (f1 <= '01-01-1998'::date))
-(3 rows)
+(2 rows)
 
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
  count 
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/horology.out /tmp/cirrus-ci-build/build/testrun/regress/regress/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/horology.out	2024-11-25 09:27:42.351706000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/horology.out	2024-11-25 09:29:01.253011000 +0000
@@ -2541,18 +2541,17 @@
 explain (costs off)
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
-                                 QUERY PLAN                                  
------------------------------------------------------------------------------
+         QUERY PLAN         
+----------------------------
  Aggregate
    ->  Seq Scan on date_tbl
-         Filter: ((f1 >= '01-01-1997'::date) AND (f1 <= '01-01-1998'::date))
-(3 rows)
+(2 rows)
 
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
  count 
...
tap
[09:30:09.808](71.719s) not ok 5 - regression tests pass
tap
[09:31:04.067](86.085s) not ok 2 - regression tests pass
test
[09:32:55.331]   6/314 postgresql:regress / regress/regress                                            ERROR            ...
[09:32:55.331]  61/314 postgresql:btree_gin / btree_gin/regress                                        ERROR            ...
[09:32:55.331]  94/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[09:32:55.331] 164/314 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/contrib/btree_gin/expected/bool.out /tmp/cirrus-ci-build/contrib/btree_gin/results/bool.ou...
--- /tmp/cirrus-ci-build/contrib/btree_gin/expected/bool.out	2024-11-25 09:27:38.863896799 +0000
+++ /tmp/cirrus-ci-build/contrib/btree_gin/results/bool.out	2024-11-25 09:32:17.841893831 +0000
@@ -109,15 +109,13 @@
 (6 rows)
 
 EXPLAIN (COSTS OFF) SELECT * FROM test_bool WHERE i>true ORDER BY i;
-                QUERY PLAN                 
--------------------------------------------
+           QUERY PLAN           
+--------------------------------
  Sort
    Sort Key: i
-   ->  Bitmap Heap Scan on test_bool
-         Recheck Cond: (i > true)
-         ->  Bitmap Index Scan on idx_bool
-               Index Cond: (i > true)
-(6 rows)
+   ->  Result
+         One-Time Filter: false
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/horology.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/horology.out	2024-11-25 09:27:40.817321561 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/horology.out	2024-11-25 09:32:01.061931638 +0000
@@ -2541,18 +2541,18 @@
 explain (costs off)
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
-                                 QUERY PLAN                                  
------------------------------------------------------------------------------
+                 QUERY PLAN                 
+--------------------------------------------
  Aggregate
    ->  Seq Scan on date_tbl
-         Filter: ((f1 >= '01-01-1997'::date) AND (f1 <= '01-01-1998'::date))
+         Filter: (f1 <= '01-01-1998'::date)
 (3 rows)
 
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
  count 
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/horology.out /tmp/cirrus-ci-build/src/test/regress/results/horol...
--- /tmp/cirrus-ci-build/src/test/regress/expected/horology.out	2024-11-25 09:27:40.817321561 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/horology.out	2024-11-25 09:30:38.766101799 +0000
@@ -2541,18 +2541,18 @@
 explain (costs off)
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
-                                 QUERY PLAN                                  
------------------------------------------------------------------------------
+                 QUERY PLAN                 
+--------------------------------------------
  Aggregate
    ->  Seq Scan on date_tbl
-         Filter: ((f1 >= '01-01-1997'::date) AND (f1 <= '01-01-1998'::date))
+         Filter: (f1 <= '01-01-1998'::date)
 (3 rows)
 
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
  count 
...
tap
[09:33:54.712](121.724s) not ok 5 - regression tests pass
Linux - Debian Bookworm - Meson
core
[09:35:06.838] #0  0x00007f38498a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:35:06.838] #1  0x00007f384985afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:35:06.838] #2  0x00007f3849845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:35:06.838] #3  0x00007f3849a1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:35:06.838] #4  0x00007f3849a2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:35:06.838] #5  0x00007f3849a0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x5635bc7577a...
[09:35:06.838] #6  0x00005635bba16cff in examine_self_contradictory_rels (root=root@entry=0x5635c187e368, rel=rel@entry=...
[09:35:06.838] #7  0x00005635bba16f0e in examine_self_contradictory_rels_phase1 (root=root@entry=0x5635c187e368) at ../s...
[09:35:06.838] #8  0x00005635bb9e19eb in query_planner (root=root@entry=0x5635c187e368, qp_callback=qp_callback@entry=0x...
[09:35:06.838] #9  0x00005635bb9f4943 in grouping_planner (root=root@entry=0x5635c187e368, tuple_fraction=<optimized out...
core
[09:34:58.646] #0  0x00007f66d72a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:34:58.646] #1  0x00007f66d725afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:34:58.646] #2  0x00007f66d7245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:34:58.646] #3  0x00007f66d741e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:34:58.646] #4  0x00007f66d742aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:34:58.646] #5  0x00007f66d740dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x558a107007a...
[09:34:58.646] #6  0x0000558a0f9bfcff in examine_self_contradictory_rels (root=root@entry=0x558a19cf9128, rel=rel@entry=...
[09:34:58.646] #7  0x0000558a0f9bff0e in examine_self_contradictory_rels_phase1 (root=root@entry=0x558a19cf9128) at ../s...
[09:34:58.646] #8  0x0000558a0f98a9eb in query_planner (root=root@entry=0x558a19cf9128, qp_callback=qp_callback@entry=0x...
[09:34:58.646] #9  0x0000558a0f99d943 in grouping_planner (root=root@entry=0x558a19cf9128, tuple_fraction=<optimized out...
core
[09:34:59.150] #0  0x00007fa883ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:34:59.150] #1  0x00007fa883e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:34:59.150] #2  0x00007fa883e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:34:59.150] #3  0x00007fa88401e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:34:59.150] #4  0x00007fa88402aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:34:59.150] #5  0x00007fa88400dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x562255e867a...
[09:34:59.150] #6  0x0000562255145cff in examine_self_contradictory_rels (root=root@entry=0x562276ee65e0, rel=rel@entry=...
[09:34:59.150] #7  0x0000562255145f0e in examine_self_contradictory_rels_phase1 (root=root@entry=0x562276ee65e0) at ../s...
[09:34:59.150] #8  0x00005622551109eb in query_planner (root=root@entry=0x562276ee65e0, qp_callback=qp_callback@entry=0x...
[09:34:59.150] #9  0x0000562255123943 in grouping_planner (root=root@entry=0x562276ee65e0, tuple_fraction=<optimized out...
core
[09:35:00.719] #0  0x00007f3efb6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:35:00.719] #1  0x00007f3efb65afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:35:00.719] #2  0x00007f3efb645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:35:00.719] #3  0x00007f3efb81e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:35:00.719] #4  0x00007f3efb82aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:35:00.719] #5  0x00007f3efb80dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55871b8f77a...
[09:35:00.719] #6  0x000055871abb6cff in examine_self_contradictory_rels (root=root@entry=0x5587553b2798, rel=rel@entry=...
[09:35:00.719] #7  0x000055871abb6f0e in examine_self_contradictory_rels_phase1 (root=root@entry=0x5587553b2798) at ../s...
[09:35:00.719] #8  0x000055871ab819eb in query_planner (root=root@entry=0x5587553b2798, qp_callback=qp_callback@entry=0x...
[09:35:00.719] #9  0x000055871ab94943 in grouping_planner (root=root@entry=0x5587553b2798, tuple_fraction=<optimized out...
core
[09:35:02.289] #0  0x00007f66d72a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:35:02.289] #1  0x00007f66d725afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:35:02.289] #2  0x00007f66d7245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:35:02.289] #3  0x00007f66d741e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:35:02.289] #4  0x00007f66d742aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:35:02.289] #5  0x00007f66d740dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x558a107007a...
[09:35:02.289] #6  0x0000558a0f9bfcff in examine_self_contradictory_rels (root=root@entry=0x558a19d81458, rel=rel@entry=...
[09:35:02.289] #7  0x0000558a0f9bff0e in examine_self_contradictory_rels_phase1 (root=root@entry=0x558a19d81458) at ../s...
[09:35:02.289] #8  0x0000558a0f98a9eb in query_planner (root=root@entry=0x558a19d81458, qp_callback=qp_callback@entry=0x...
[09:35:02.289] #9  0x0000558a0f99d943 in grouping_planner (root=root@entry=0x558a19d81458, tuple_fraction=<optimized out...
core
[09:35:03.856] #0  0x00007f66d72a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:35:03.856] #1  0x00007f66d725afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:35:03.856] #2  0x00007f66d7245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:35:03.856] #3  0x00007f66d741e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:35:03.856] #4  0x00007f66d742aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:35:03.856] #5  0x00007f66d740dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x558a107007a...
[09:35:03.856] #6  0x0000558a0f9bfcff in examine_self_contradictory_rels (root=root@entry=0x558a19f4fb88, rel=rel@entry=...
[09:35:03.856] #7  0x0000558a0f9bff0e in examine_self_contradictory_rels_phase1 (root=root@entry=0x558a19f4fb88) at ../s...
[09:35:03.856] #8  0x0000558a0f98a9eb in query_planner (root=root@entry=0x558a19f4fb88, qp_callback=qp_callback@entry=0x...
[09:35:03.856] #9  0x0000558a0f99d943 in grouping_planner (root=root@entry=0x558a19f4fb88, tuple_fraction=<optimized out...
core
[09:35:05.250] #0  0x00007f66d72a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:35:05.250] #1  0x00007f66d725afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:35:05.250] #2  0x00007f66d7245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:35:05.250] #3  0x00007f66d741e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:35:05.250] #4  0x00007f66d742aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:35:05.250] #5  0x00007f66d740dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x558a107007a...
[09:35:05.250] #6  0x0000558a0f9bfcff in examine_self_contradictory_rels (root=root@entry=0x558a19e0ab48, rel=rel@entry=...
[09:35:05.250] #7  0x0000558a0f9bff0e in examine_self_contradictory_rels_phase1 (root=root@entry=0x558a19e0ab48) at ../s...
[09:35:05.250] #8  0x0000558a0f98a9eb in query_planner (root=root@entry=0x558a19e0ab48, qp_callback=qp_callback@entry=0x...
[09:35:05.250] #9  0x0000558a0f99d943 in grouping_planner (root=root@entry=0x558a19e0ab48, tuple_fraction=<optimized out...
core
[09:35:08.800] #0  0x00007fa883ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:35:08.800] #1  0x00007fa883e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:35:08.800] #2  0x00007fa883e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:35:08.800] #3  0x00007fa88401e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:35:08.800] #4  0x00007fa88402aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:35:08.800] #5  0x00007fa88400dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x562255e867a...
[09:35:08.800] #6  0x0000562255145cff in examine_self_contradictory_rels (root=root@entry=0x562276ee65e0, rel=rel@entry=...
[09:35:08.800] #7  0x0000562255145f0e in examine_self_contradictory_rels_phase1 (root=root@entry=0x562276ee65e0) at ../s...
[09:35:08.800] #8  0x00005622551109eb in query_planner (root=root@entry=0x562276ee65e0, qp_callback=qp_callback@entry=0x...
[09:35:08.800] #9  0x0000562255123943 in grouping_planner (root=root@entry=0x562276ee65e0, tuple_fraction=<optimized out...
core
[09:35:08.289] #0  0x00007f66d72a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:35:08.289] #1  0x00007f66d725afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:35:08.289] #2  0x00007f66d7245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:35:08.289] #3  0x00007f66d741e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:35:08.289] #4  0x00007f66d742aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:35:08.289] #5  0x00007f66d740dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x558a107007a...
[09:35:08.289] #6  0x0000558a0f9bfcff in examine_self_contradictory_rels (root=root@entry=0x558a19dff098, rel=rel@entry=...
[09:35:08.289] #7  0x0000558a0f9bff0e in examine_self_contradictory_rels_phase1 (root=root@entry=0x558a19dff098) at ../s...
[09:35:08.289] #8  0x0000558a0f98a9eb in query_planner (root=root@entry=0x558a19dff098, qp_callback=qp_callback@entry=0x...
[09:35:08.289] #9  0x0000558a0f99d943 in grouping_planner (root=root@entry=0x558a19dff098, tuple_fraction=<optimized out...
regress
diff -U3 /tmp/cirrus-ci-build/contrib/btree_gin/expected/bool.out /tmp/cirrus-ci-build/build/testrun/btree_gin/regress/r...
--- /tmp/cirrus-ci-build/contrib/btree_gin/expected/bool.out	2024-11-25 09:27:40.827599770 +0000
+++ /tmp/cirrus-ci-build/build/testrun/btree_gin/regress/results/bool.out	2024-11-25 09:31:55.479807282 +0000
@@ -109,15 +109,13 @@
 (6 rows)
 
 EXPLAIN (COSTS OFF) SELECT * FROM test_bool WHERE i>true ORDER BY i;
-                QUERY PLAN                 
--------------------------------------------
+           QUERY PLAN           
+--------------------------------
  Sort
    Sort Key: i
-   ->  Bitmap Heap Scan on test_bool
-         Recheck Cond: (i > true)
-         ->  Bitmap Index Scan on idx_bool
-               Index Cond: (i > true)
-(6 rows)
+   ->  Result
+         One-Time Filter: false
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/horology.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_p...
--- /tmp/cirrus-ci-build/src/test/regress/expected/horology.out	2024-11-25 09:27:42.814369358 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/horology.out	2024-11-25 09:31:09.131801270...
@@ -2541,1307 +2541,7 @@
 explain (costs off)
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
-                                 QUERY PLAN                                  
------------------------------------------------------------------------------
- Aggregate
-   ->  Seq Scan on date_tbl
-         Filter: ((f1 >= '01-01-1997'::date) AND (f1 <= '01-01-1998'::date))
-(3 rows)
-
-select count(*) from date_tbl
-  where f1 between symmetric '1997-01-01' and '1998-01-01';
- count 
--------
-     3
-(1 row)
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/horology.out /tmp/cirrus-ci-build/build/testrun/recovery/027_str...
--- /tmp/cirrus-ci-build/src/test/regress/expected/horology.out	2024-11-25 09:27:42.814369358 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/horology.out	2024-11-25 09:31:37.7398217...
@@ -2541,1307 +2541,7 @@
 explain (costs off)
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
-                                 QUERY PLAN                                  
------------------------------------------------------------------------------
- Aggregate
-   ->  Seq Scan on date_tbl
-         Filter: ((f1 >= '01-01-1997'::date) AND (f1 <= '01-01-1998'::date))
-(3 rows)
-
-select count(*) from date_tbl
-  where f1 between symmetric '1997-01-01' and '1998-01-01';
- count 
--------
-     3
-(1 row)
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/horology.out /tmp/cirrus-ci-build/build/testrun/regress/regress/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/horology.out	2024-11-25 09:27:42.814369358 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/horology.out	2024-11-25 09:31:06.347795549 +0000
@@ -2541,1307 +2541,7 @@
 explain (costs off)
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
-                                 QUERY PLAN                                  
------------------------------------------------------------------------------
- Aggregate
-   ->  Seq Scan on date_tbl
-         Filter: ((f1 >= '01-01-1997'::date) AND (f1 <= '01-01-1998'::date))
-(3 rows)
-
-select count(*) from date_tbl
-  where f1 between symmetric '1997-01-01' and '1998-01-01';
- count 
--------
-     3
-(1 row)
...
tap
[09:32:24.417](0.923s) not ok 20 - pg_amcheck of db1.s1 excluding indexes status (got 1 vs expected 0)
[09:32:24.418](0.000s) not ok 22 - pg_amcheck of db1.s1 excluding indexes stderr /(?^:^$)/
[09:32:25.089](0.670s) not ok 23 - pg_amcheck of db2.s1 excluding indexes status (got 1 vs expected 2)
[09:32:25.089](0.000s) not ok 24 - pg_amcheck of db2.s1 excluding indexes stdout /(?^:could not open file ".*": No such ...
[09:32:25.090](0.000s) not ok 25 - pg_amcheck of db2.s1 excluding indexes stderr /(?^:^$)/
[09:32:25.134](0.044s) not ok 26 - pg_amcheck schema s3 reports table and index errors status (got 1 vs expected 2)
[09:32:25.135](0.000s) not ok 27 - pg_amcheck schema s3 reports table and index errors stdout /(?^:index ".*" lacks a ma...
[09:32:25.136](0.000s) not ok 28 - pg_amcheck schema s3 reports table and index errors stdout /(?^:line pointer)/
[09:32:25.136](0.000s) not ok 29 - pg_amcheck schema s3 reports table and index errors stdout /(?^:could not open file "...
[09:32:25.137](0.000s) not ok 30 - pg_amcheck schema s3 reports table and index errors stderr /(?^:^$)/
[09:32:25.182](0.045s) not ok 31 - pg_amcheck in schema s4 reports toast corruption status (got 1 vs expected 2)
[09:32:25.182](0.000s) not ok 32 - pg_amcheck in schema s4 reports toast corruption stdout /(?^:could not open file ".*"...
[09:32:25.183](0.000s) not ok 33 - pg_amcheck in schema s4 reports toast corruption stderr /(?^:^$)/
[09:32:25.220](0.036s) not ok 34 - pg_amcheck in schema s4 excluding toast reports no corruption status (got 1 vs expect...
[09:32:25.221](0.000s) not ok 36 - pg_amcheck in schema s4 excluding toast reports no corruption stderr /(?^:^$)/
[09:32:25.257](0.036s) not ok 37 - pg_amcheck over schema s5 reports no corruption status (got 1 vs expected 0)
[09:32:25.258](0.000s) not ok 39 - pg_amcheck over schema s5 reports no corruption stderr /(?^:^$)/
[09:32:25.292](0.034s) not ok 40 - pg_amcheck over schema s1 with corrupt indexes excluded reports no corruption status ...
[09:32:25.293](0.000s) not ok 42 - pg_amcheck over schema s1 with corrupt indexes excluded reports no corruption stderr ...
[09:32:25.326](0.033s) not ok 43 - pg_amcheck over schema s1 with all indexes excluded reports no corruption status (got...
[09:32:25.327](0.000s) not ok 45 - pg_amcheck over schema s1 with all indexes excluded reports no corruption stderr /(?^...
[09:32:25.341](0.013s) not ok 46 - pg_amcheck over schema s2 with corrupt tables excluded reports no corruption status (...
[09:32:25.341](0.000s) not ok 48 - pg_amcheck over schema s2 with corrupt tables excluded reports no corruption stderr /...
[09:32:25.450](0.030s) not ok 55 - pg_amcheck smoke test --parent-check status (got 1 vs expected 2)
[09:32:25.451](0.000s) not ok 56 - pg_amcheck smoke test --parent-check stdout /(?^:index ".*" lacks a main relation for...
[09:32:25.451](0.000s) not ok 57 - pg_amcheck smoke test --parent-check stderr /(?^:^$)/
[09:32:25.468](0.017s) not ok 58 - pg_amcheck smoke test --heapallindexed --rootdescend status (got 1 vs expected 2)
[09:32:25.469](0.000s) not ok 59 - pg_amcheck smoke test --heapallindexed --rootdescend stdout /(?^:index ".*" lacks a m...
[09:32:25.469](0.000s) not ok 60 - pg_amcheck smoke test --heapallindexed --rootdescend stderr /(?^:^$)/
[09:32:25.493](0.023s) not ok 61 - pg_amcheck excluding all corrupt schemas status (got 1 vs expected 0)
[09:32:25.494](0.000s) not ok 63 - pg_amcheck excluding all corrupt schemas stderr /(?^:^$)/
[09:32:25.513](0.019s) not ok 64 - pg_amcheck smoke test --parent-check --checkunique status (got 1 vs expected 2)
[09:32:25.514](0.000s) not ok 65 - pg_amcheck smoke test --parent-check --checkunique stdout /(?^:index ".*" lacks a mai...
[09:32:25.514](0.000s) not ok 66 - pg_amcheck smoke test --parent-check --checkunique stderr /(?^:^$)/
[09:32:25.538](0.024s) not ok 67 - pg_amcheck smoke test --heapallindexed --rootdescend --checkunique status (got 1 vs e...
[09:32:25.539](0.000s) not ok 68 - pg_amcheck smoke test --heapallindexed --rootdescend --checkunique stdout /(?^:index ...
[09:32:25.539](0.000s) not ok 69 - pg_amcheck smoke test --heapallindexed --rootdescend --checkunique stderr /(?^:^$)/
[09:32:25.568](0.028s) not ok 70 - pg_amcheck excluding all corrupt schemas with --checkunique option status (got 1 vs e...
[09:32:25.569](0.000s) not ok 72 - pg_amcheck excluding all corrupt schemas with --checkunique option stderr /(?^:^$)/
tap
[09:31:17.178](13.320s) not ok 5 - regression tests pass
[09:31:18.887](1.705s) not ok 6 - dump before running pg_upgrade
tap
[09:31:43.061](11.747s) not ok 2 - regression tests pass
test
[09:33:53.171]  14/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[09:33:53.171]   6/314 postgresql:regress / regress/regress                                            ERROR            ...
[09:33:53.171]  39/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[09:33:53.171]  63/314 postgresql:btree_gin / btree_gin/regress                                        ERROR            ...
[09:33:53.171] 152/314 postgresql:pg_amcheck / pg_amcheck/003_check                                    ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/contrib/btree_gin/expected/bool.out /Users/admin/pgsql/build/testrun/btree_gin/regress/resul...
--- /Users/admin/pgsql/contrib/btree_gin/expected/bool.out	2024-11-25 09:27:07
+++ /Users/admin/pgsql/build/testrun/btree_gin/regress/results/bool.out	2024-11-25 09:30:00
@@ -109,15 +109,13 @@
 (6 rows)
 
 EXPLAIN (COSTS OFF) SELECT * FROM test_bool WHERE i>true ORDER BY i;
-                QUERY PLAN                 
--------------------------------------------
+           QUERY PLAN           
+--------------------------------
  Sort
    Sort Key: i
-   ->  Bitmap Heap Scan on test_bool
-         Recheck Cond: (i > true)
-         ->  Bitmap Index Scan on idx_bool
-               Index Cond: (i > true)
-(6 rows)
+   ->  Result
+         One-Time Filter: false
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/horology.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_up...
--- /Users/admin/pgsql/src/test/regress/expected/horology.out	2024-11-25 09:27:08
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/horology.out	2024-11-25 09:28:53
@@ -2541,18 +2541,17 @@
 explain (costs off)
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
-                                 QUERY PLAN                                  
------------------------------------------------------------------------------
+         QUERY PLAN         
+----------------------------
  Aggregate
    ->  Seq Scan on date_tbl
-         Filter: ((f1 >= '01-01-1997'::date) AND (f1 <= '01-01-1998'::date))
-(3 rows)
+(2 rows)
 
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
  count 
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/horology.out /Users/admin/pgsql/build/testrun/recovery/027_stream_...
--- /Users/admin/pgsql/src/test/regress/expected/horology.out	2024-11-25 09:27:08
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/horology.out	2024-11-25 09:29:32
@@ -2541,18 +2541,17 @@
 explain (costs off)
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
-                                 QUERY PLAN                                  
------------------------------------------------------------------------------
+         QUERY PLAN         
+----------------------------
  Aggregate
    ->  Seq Scan on date_tbl
-         Filter: ((f1 >= '01-01-1997'::date) AND (f1 <= '01-01-1998'::date))
-(3 rows)
+(2 rows)
 
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
  count 
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/horology.out /Users/admin/pgsql/build/testrun/regress/regress/resu...
--- /Users/admin/pgsql/src/test/regress/expected/horology.out	2024-11-25 09:27:08
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/horology.out	2024-11-25 09:28:50
@@ -2541,18 +2541,17 @@
 explain (costs off)
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
-                                 QUERY PLAN                                  
------------------------------------------------------------------------------
+         QUERY PLAN         
+----------------------------
  Aggregate
    ->  Seq Scan on date_tbl
-         Filter: ((f1 >= '01-01-1997'::date) AND (f1 <= '01-01-1998'::date))
-(3 rows)
+(2 rows)
 
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
  count 
...
tap
[09:29:31.167](41.353s) not ok 5 - regression tests pass
tap
[09:30:09.508](40.854s) not ok 2 - regression tests pass
test
[09:31:55.978]  30/314 postgresql:regress / regress/regress                                            ERROR            ...
[09:31:55.978]  50/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[09:31:55.978]  57/314 postgresql:btree_gin / btree_gin/regress                                        ERROR            ...
[09:31:55.978] 131/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/contrib/btree_gin/expected/bool.out C:/cirrus/build/testrun/btree_gin/regress/res...
--- C:/cirrus/contrib/btree_gin/expected/bool.out	2024-11-25 09:27:49.957972000 +0000
+++ C:/cirrus/build/testrun/btree_gin/regress/results/bool.out	2024-11-25 09:33:34.304935300 +0000
@@ -109,15 +109,13 @@
 (6 rows)
 
 EXPLAIN (COSTS OFF) SELECT * FROM test_bool WHERE i>true ORDER BY i;
-                QUERY PLAN                 
--------------------------------------------
+           QUERY PLAN           
+--------------------------------
  Sort
    Sort Key: i
-   ->  Bitmap Heap Scan on test_bool
-         Recheck Cond: (i > true)
-         ->  Bitmap Index Scan on idx_bool
-               Index Cond: (i > true)
-(6 rows)
+   ->  Result
+         One-Time Filter: false
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/horology.out C:/cirrus/build/testrun/pg_upgrade/002_pg_...
--- C:/cirrus/src/test/regress/expected/horology.out	2024-11-25 09:27:54.825640900 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/horology.out	2024-11-25 09:30:02.861774200 +0000
@@ -2541,18 +2541,17 @@
 explain (costs off)
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
-                                 QUERY PLAN                                  
------------------------------------------------------------------------------
+         QUERY PLAN         
+----------------------------
  Aggregate
    ->  Seq Scan on date_tbl
-         Filter: ((f1 >= '01-01-1997'::date) AND (f1 <= '01-01-1998'::date))
-(3 rows)
+(2 rows)
 
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
  count 
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/horology.out C:/cirrus/build/testrun/recovery/027_strea...
--- C:/cirrus/src/test/regress/expected/horology.out	2024-11-25 09:27:54.825640900 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/horology.out	2024-11-25 09:32:11.789846500 +0000
@@ -2541,18 +2541,17 @@
 explain (costs off)
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
-                                 QUERY PLAN                                  
------------------------------------------------------------------------------
+         QUERY PLAN         
+----------------------------
  Aggregate
    ->  Seq Scan on date_tbl
-         Filter: ((f1 >= '01-01-1997'::date) AND (f1 <= '01-01-1998'::date))
-(3 rows)
+(2 rows)
 
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
  count 
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/horology.out C:/cirrus/build/testrun/regress/regress/re...
--- C:/cirrus/src/test/regress/expected/horology.out	2024-11-25 09:27:54.825640900 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/horology.out	2024-11-25 09:29:57.198536600 +0000
@@ -2541,18 +2541,17 @@
 explain (costs off)
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
-                                 QUERY PLAN                                  
------------------------------------------------------------------------------
+         QUERY PLAN         
+----------------------------
  Aggregate
    ->  Seq Scan on date_tbl
-         Filter: ((f1 >= '01-01-1997'::date) AND (f1 <= '01-01-1998'::date))
-(3 rows)
+(2 rows)
 
 select count(*) from date_tbl
   where f1 between symmetric '1997-01-01' and '1998-01-01';
  count 
...
tap
[09:31:41.072](107.512s) not ok 5 - regression tests pass
tap
[09:33:51.521](113.177s) not ok 2 - regression tests pass
test
[09:39:58.667]   7/309 postgresql:regress / regress/regress                                            ERROR           1...
[09:39:58.667]  39/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[09:39:58.667]  63/309 postgresql:btree_gin / btree_gin/regress                                        ERROR            ...
[09:39:58.667]  94/309 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5318 System views for versions reporting
Linux - Debian Bookworm - Meson
test
[09:02:01.528] 298/314 postgresql:test_slru / test_slru/001_multixact                                  ERROR            ...
51/5402 Heap Use After Free in Window Aggregate Execution & custom malloc allocator implementation
CompilerWarnings
compiler
[06:19:45.664] mcxt.c:120:29: error: incompatible function pointer types initializing 'void *(*)(void *, Size, int)' (ak...
compiler
[06:19:45.664] mcxt.c:118:27: error: incompatible function pointer types initializing 'void *(*)(MemoryContext, Size, in...
compiler
[06:17:49.330] mcxt.c:118:27: error: incompatible function pointer types initializing 'void *(*)(MemoryContext, Size, in...
compiler
[06:17:49.330] mcxt.c:120:29: error: incompatible function pointer types initializing 'void *(*)(void *, Size, int)' (ak...
compiler
[06:15:30.172] mcxt.c:118:34: error: initialization of ‘void * (*)(struct MemoryContextData *, Size,  int)’ {aka ‘void *...
compiler
[06:15:30.172] mcxt.c:120:36: error: initialization of ‘void * (*)(void *, Size,  int)’ {aka ‘void * (*)(void *, long un...
compiler
[06:13:55.920] mcxt.c:118:34: error: initialization of ‘void * (*)(struct MemoryContextData *, Size,  int)’ {aka ‘void *...
compiler
[06:13:55.920] mcxt.c:120:36: error: initialization of ‘void * (*)(void *, Size,  int)’ {aka ‘void * (*)(void *, long un...
compiler
[06:22:47.532] mcxt.c:120:36: error: initialization of ‘void * (*)(void *, Size,  int)’ {aka ‘void * (*)(void *, long lo...
compiler
[06:22:47.532] mcxt.c:118:34: error: initialization of ‘void * (*)(struct MemoryContextData *, Size,  int)’ {aka ‘void *...
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[06:13:07.073] ../src/backend/utils/mmgr/mcxt.c(128): warning C4113: 'void *(__cdecl *)(MemoryContext,Size)' differs in ...
compiler
[06:13:07.215] ../src/backend/utils/mmgr/mcxt.c(128): warning C4113: 'void *(__cdecl *)(void *,Size)' differs in paramet...
51/4720 "unexpected duplicate for tablespace" problem in logical replication
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/00...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-11-25 04:33:11.367258000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_table.out	2024-11-25 04:34:52.354721...
@@ -3481,9 +3481,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39324 |            |             0 |       39324 | pktable_pkey
+ 39320 |            |             0 |       39320 | pktable
+ 39326 |            |             0 |       39326 | fktable
+ 40155 |            |             0 |       40160 | foo
+ 40164 |            |             0 |       40164 | pg_toast_40155_index
+ 40163 |            |             0 |       40163 | pg_toast_40155
+ 40356 |            |             0 |       40356 | old_oids
+ 40373 |            |             0 |       40373 | pg_toast_40370
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/recovery/027_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-11-25 04:33:11.367258000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/alter_table.out	2024-11-25 04:35:41.5743...
@@ -3481,9 +3481,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39446 |            |             0 |       39446 | pktable_pkey
+ 39442 |            |             0 |       39442 | pktable
+ 39448 |            |             0 |       39448 | fktable
+ 40015 |            |             0 |       40020 | foo
+ 40024 |            |             0 |       40024 | pg_toast_40015_index
+ 40023 |            |             0 |       40023 | pg_toast_40015
+ 40271 |            |             0 |       40271 | old_oids
+ 40288 |            |             0 |       40288 | pg_toast_40285
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/regress/regre...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-11-25 04:33:11.367258000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/alter_table.out	2024-11-25 04:34:48.626817000 +0000
@@ -3481,9 +3481,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39480 |            |             0 |       39480 | pktable_pkey
+ 39476 |            |             0 |       39476 | pktable
+ 39483 |            |             0 |       39483 | fktable
+ 40038 |            |             0 |       40043 | foo
+ 40047 |            |             0 |       40047 | pg_toast_40038_index
+ 40046 |            |             0 |       40046 | pg_toast_40038
+ 40336 |            |             0 |       40336 | old_oids
+ 40367 |            |             0 |       40367 | pg_toast_40364
...
tap
[04:35:02.421](71.015s) not ok 5 - regression tests pass
tap
[04:35:50.716](80.939s) not ok 2 - regression tests pass
test
[04:37:42.283]  42/314 postgresql:regress / regress/regress                                            ERROR            ...
[04:37:42.283] 105/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[04:37:42.283] 161/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_chec...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-11-25 04:33:07.338435898 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/alter_table.out	2024-11-25 04:38:49.605136300 +0000
@@ -3481,9 +3481,29 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39516 |            |             0 |       39516 | users_id_seq
+ 39522 |            |             0 |       39522 | pg_toast_39517
+ 39523 |            |             0 |       39523 | pg_toast_39517_index
+ 39517 |            |             0 |       39517 | users
+ 39767 |            |             0 |       39767 | foo
+ 40085 |            |             0 |       40085 | forc_test
+ 39611 |            |             0 |       39611 | pktable_pkey
+ 39607 |            |             0 |       39607 | pktable
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/src/test/recovery/tmp_check...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-11-25 04:33:07.338435898 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/alter_table.out	2024-11-25 04:39:45.621052514 +0000
@@ -3481,9 +3481,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39545 |            |             0 |       39545 | pktable_pkey
+ 39541 |            |             0 |       39541 | pktable
+ 39547 |            |             0 |       39547 | fktable
+ 40040 |            |             0 |       40045 | foo
+ 40050 |            |             0 |       40050 | pg_toast_40040_index
+ 40048 |            |             0 |       40048 | pg_toast_40040
+ 40271 |            |             0 |       40271 | old_oids
+ 40290 |            |             0 |       40290 | pg_toast_40287
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/src/test/regress/results/al...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-11-25 04:33:07.338435898 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/alter_table.out	2024-11-25 04:36:04.445564174 +0000
@@ -3481,9 +3481,29 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39611 |            |             0 |       39611 | users_id_seq
+ 39617 |            |             0 |       39617 | pg_toast_39612
+ 39618 |            |             0 |       39618 | pg_toast_39612_index
+ 39612 |            |             0 |       39612 | users
+ 39554 |            |             0 |       39554 | pktable_pkey
+ 39550 |            |             0 |       39550 | pktable
+ 39556 |            |             0 |       39556 | fktable
+ 39906 |            |             0 |       39906 | foo
...
tap
[04:39:00.127](98.386s) not ok 5 - regression tests pass
tap
[04:39:53.516](66.870s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/00...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-11-25 04:33:07.410528860 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_table.out	2024-11-25 04:35:28.797730...
@@ -3481,9 +3481,29 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39713 |            |             0 |       39713 | users_id_seq
+ 39719 |            |             0 |       39719 | pg_toast_39714
+ 39720 |            |             0 |       39720 | pg_toast_39714_index
+ 39714 |            |             0 |       39714 | users
+ 39317 |            |             0 |       39317 | pktable_pkey
+ 39310 |            |             0 |       39310 | pktable
+ 39325 |            |             0 |       39325 | fktable
+ 39853 |            |             0 |       39853 | foo
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/recovery/027_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-11-25 04:33:07.410528860 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/alter_table.out	2024-11-25 04:36:03.9975...
@@ -3481,9 +3481,29 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39477 |            |             0 |       39477 | users_id_seq
+ 39483 |            |             0 |       39483 | pg_toast_39478
+ 39484 |            |             0 |       39484 | pg_toast_39478_index
+ 39478 |            |             0 |       39478 | users
+ 39687 |            |             0 |       39687 | foo
+ 39938 |            |             0 |       39938 | forc_test
+ 40429 |            |             0 |       40429 | pg_toast_40426
+ 40430 |            |             0 |       40430 | pg_toast_40426_index
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/regress/regre...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-11-25 04:33:07.410528860 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/alter_table.out	2024-11-25 04:35:22.745748867 +0000
@@ -3481,9 +3481,29 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39732 |            |             0 |       39732 | users_id_seq
+ 39738 |            |             0 |       39738 | pg_toast_39733
+ 39739 |            |             0 |       39739 | pg_toast_39733_index
+ 39733 |            |             0 |       39733 | users
+ 40146 |            |             0 |       40146 | foo
+ 40318 |            |             0 |       40318 | forc_test
+ 40664 |            |             0 |       40664 | pg_toast_40661
+ 40665 |            |             0 |       40665 | pg_toast_40661_index
...
tap
[04:35:36.283](73.356s) not ok 5 - regression tests pass
tap
[04:36:11.436](74.145s) not ok 2 - regression tests pass
test
[04:37:48.680]  43/314 postgresql:regress / regress/regress                                            ERROR            ...
[04:37:48.680] 133/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[04:37:48.680] 156/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/alter_table.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg...
--- /Users/admin/pgsql/src/test/regress/expected/alter_table.out	2024-11-25 04:32:11
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_table.out	2024-11-25 04:33:58
@@ -3481,9 +3481,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39297 |            |             0 |       39297 | pktable_pkey
+ 39293 |            |             0 |       39293 | pktable
+ 39303 |            |             0 |       39303 | fktable
+ 40017 |            |             0 |       40022 | foo
+ 40026 |            |             0 |       40026 | pg_toast_40017_index
+ 40025 |            |             0 |       40025 | pg_toast_40017
+ 40229 |            |             0 |       40229 | old_oids
+ 40247 |            |             0 |       40247 | pg_toast_40244
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/alter_table.out /Users/admin/pgsql/build/testrun/recovery/027_stre...
--- /Users/admin/pgsql/src/test/regress/expected/alter_table.out	2024-11-25 04:32:11
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/alter_table.out	2024-11-25 04:34:47
@@ -3481,9 +3481,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39427 |            |             0 |       39427 | pktable_pkey
+ 39423 |            |             0 |       39423 | pktable
+ 39429 |            |             0 |       39429 | fktable
+ 39930 |            |             0 |       39937 | foo
+ 39941 |            |             0 |       39941 | pg_toast_39930_index
+ 39940 |            |             0 |       39940 | pg_toast_39930
+ 40159 |            |             0 |       40159 | old_oids
+ 40176 |            |             0 |       40176 | pg_toast_40173
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/alter_table.out /Users/admin/pgsql/build/testrun/regress/regress/r...
--- /Users/admin/pgsql/src/test/regress/expected/alter_table.out	2024-11-25 04:32:11
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/alter_table.out	2024-11-25 04:34:00
@@ -3481,9 +3481,29 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 38072 |            |             0 |       38072 | pktable_pkey
+ 38065 |            |             0 |       38065 | pktable
+ 38074 |            |             0 |       38074 | fktable
+ 39820 |            |             0 |       39820 | users_id_seq
+ 39831 |            |             0 |       39831 | pg_toast_39822
+ 39833 |            |             0 |       39833 | pg_toast_39822_index
+ 39822 |            |             0 |       39822 | users
+ 40031 |            |             0 |       40031 | foo
...
tap
[04:34:03.240](40.751s) not ok 5 - regression tests pass
tap
[04:34:52.262](47.278s) not ok 2 - regression tests pass
test
[04:36:35.023]  28/314 postgresql:regress / regress/regress                                            ERROR            ...
[04:36:35.023]  48/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[04:36:35.023] 150/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/alter_table.out C:/cirrus/build/testrun/pg_upgrade/002_...
--- C:/cirrus/src/test/regress/expected/alter_table.out	2024-11-25 04:33:25.633964500 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_table.out	2024-11-25 04:37:03.030994500 +0000
@@ -3481,9 +3481,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 38931 |            |             0 |       38931 | pktable_pkey
+ 38927 |            |             0 |       38927 | pktable
+ 38933 |            |             0 |       38933 | fktable
+ 39497 |            |             0 |       39506 | foo
+ 39513 |            |             0 |       39513 | pg_toast_39497_index
+ 39509 |            |             0 |       39509 | pg_toast_39497
+ 39800 |            |             0 |       39800 | old_oids
+ 39817 |            |             0 |       39817 | pg_toast_39814
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/alter_table.out C:/cirrus/build/testrun/recovery/027_st...
--- C:/cirrus/src/test/regress/expected/alter_table.out	2024-11-25 04:33:25.633964500 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/alter_table.out	2024-11-25 04:39:14.352298500 +0000
@@ -3481,9 +3481,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39091 |            |             0 |       39091 | pktable_pkey
+ 39084 |            |             0 |       39084 | pktable
+ 39095 |            |             0 |       39095 | fktable
+ 39682 |            |             0 |       39688 | foo
+ 39692 |            |             0 |       39692 | pg_toast_39682_index
+ 39691 |            |             0 |       39691 | pg_toast_39682
+ 39960 |            |             0 |       39960 | old_oids
+ 39990 |            |             0 |       39990 | pg_toast_39987
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/alter_table.out C:/cirrus/build/testrun/regress/regress...
--- C:/cirrus/src/test/regress/expected/alter_table.out	2024-11-25 04:33:25.633964500 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/alter_table.out	2024-11-25 04:36:52.556851300 +0000
@@ -3481,9 +3481,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 38309 |            |             0 |       38309 | pktable_pkey
+ 38305 |            |             0 |       38305 | pktable
+ 38311 |            |             0 |       38311 | fktable
+ 39281 |            |             0 |       39286 | foo
+ 39290 |            |             0 |       39290 | pg_toast_39281_index
+ 39289 |            |             0 |       39289 | pg_toast_39281
+ 39798 |            |             0 |       39798 | old_oids
+ 39839 |            |             0 |       39839 | pg_toast_39836
...
tap
[04:37:16.516](110.680s) not ok 5 - regression tests pass
tap
[04:39:28.307](119.226s) not ok 2 - regression tests pass
test
[04:45:59.229]  17/309 postgresql:regress / regress/regress                                            ERROR           1...
[04:45:59.229]  37/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[04:45:59.229]  83/309 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5031 Remove dependence on integer wrapping
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/date.out C:/cirrus/build/testrun/pg_upgrade/002_pg_upgr...
--- C:/cirrus/src/test/regress/expected/date.out	2024-11-25 03:04:07.058136600 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/date.out	2024-11-25 03:06:09.587291600 +0000
@@ -1533,4 +1533,4 @@
 select make_time(24, 0, 2.1);
 ERROR:  time field value out of range: 24:00:2.1
 SELECT make_date(-2147483648, 1, 1);
-ERROR:  date field value out of range: -2147483648-01-01
+ERROR:  date field value out of range: 24301-01-01
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/date.out C:/cirrus/build/testrun/recovery/027_stream_re...
--- C:/cirrus/src/test/regress/expected/date.out	2024-11-25 03:04:07.058136600 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/date.out	2024-11-25 03:08:23.134124000 +0000
@@ -1533,4 +1533,4 @@
 select make_time(24, 0, 2.1);
 ERROR:  time field value out of range: 24:00:2.1
 SELECT make_date(-2147483648, 1, 1);
-ERROR:  date field value out of range: -2147483648-01-01
+ERROR:  date field value out of range: 24301-01-01
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/date.out C:/cirrus/build/testrun/regress/regress/result...
--- C:/cirrus/src/test/regress/expected/date.out	2024-11-25 03:04:07.058136600 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/date.out	2024-11-25 03:06:03.630842000 +0000
@@ -1533,4 +1533,4 @@
 select make_time(24, 0, 2.1);
 ERROR:  time field value out of range: 24:00:2.1
 SELECT make_date(-2147483648, 1, 1);
-ERROR:  date field value out of range: -2147483648-01-01
+ERROR:  date field value out of range: 24301-01-01
tap
[03:07:51.961](108.513s) not ok 5 - regression tests pass
tap
[03:10:09.089](123.526s) not ok 2 - regression tests pass
test
[03:16:11.309]   6/309 postgresql:regress / regress/regress                                            ERROR           1...
[03:16:11.309]  36/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[03:16:11.309] 100/309 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5029 Historic snapshot doesn't track txns committed in BUILDING_SNAPSHOT state
macOS - Sonoma - Meson
tap
[01:37:43.652](0.000s) not ok 166 - pgbench expressions stderr /(?^:command=65.: int 65\b)/
[01:37:43.652](0.000s) not ok 167 - pgbench expressions stderr /(?^:command=74.: int 74\b)/
[01:37:43.653](0.000s) not ok 168 - pgbench expressions stderr /(?^:command=83.: int 83\b)/
[01:37:43.653](0.000s) not ok 169 - pgbench expressions stderr /(?^:command=86.: int 86\b)/
[01:37:43.653](0.000s) not ok 170 - pgbench expressions stderr /(?^:command=93.: int 93\b)/
[01:37:43.653](0.000s) not ok 171 - pgbench expressions stderr /(?^:command=95.: int 0\b)/
[01:37:43.653](0.000s) not ok 172 - pgbench expressions stderr /(?^:command=96.: int 1\b)/
[01:37:43.654](0.000s) not ok 173 - pgbench expressions stderr /(?^:command=97.: int 0\b)/
[01:37:43.654](0.000s) not ok 174 - pgbench expressions stderr /(?^:command=98.: int 5432\b)/
[01:37:43.654](0.000s) not ok 175 - pgbench expressions stderr /(?^:command=99.: int -9223372036854775808\b)/
[01:37:43.654](0.000s) not ok 176 - pgbench expressions stderr /(?^:command=100.: int 9223372036854775807\b)/
[01:37:43.654](0.000s) not ok 177 - pgbench expressions stderr /(?^:command=101.: boolean true\b)/
[01:37:43.654](0.000s) not ok 178 - pgbench expressions stderr /(?^:command=102.: boolean true\b)/
[01:37:43.654](0.000s) not ok 179 - pgbench expressions stderr /(?^:command=103.: boolean true\b)/
[01:37:43.654](0.000s) not ok 180 - pgbench expressions stderr /(?^:command=104.: boolean true\b)/
[01:37:43.655](0.000s) not ok 181 - pgbench expressions stderr /(?^:command=105.: boolean true\b)/
[01:37:43.655](0.000s) not ok 182 - pgbench expressions stderr /(?^:command=109.: boolean true\b)/
[01:37:43.655](0.000s) not ok 183 - pgbench expressions stderr /(?^:command=110.: boolean true\b)/
[01:37:43.655](0.000s) not ok 184 - pgbench expressions stderr /(?^:command=111.: boolean true\b)/
[01:37:43.655](0.000s) not ok 185 - pgbench expressions stderr /(?^:command=113.: boolean true\b)/
test
[01:38:31.296] 217/314 postgresql:pgbench / pgbench/001_pgbench_with_server                            ERROR            ...
51/5122 REINDEX not updating partition progress
Windows - Server 2019, VS 2019 - Meson & ninja
test
[01:30:20.057] 309/309 postgresql:ecpg / ecpg/ecpg                                                     TIMEOUT        10...
51/5252 Trim the heap free memory
CompilerWarnings
compiler
[23:51:22.676] postgres.c:2825:47: error: initialization of ‘char *’ from ‘int’ makes pointer from integer without a cas...
compiler
[23:51:22.676] postgres.c:2828:25: error: implicit declaration of function ‘malloc_trim’ [-Werror=implicit-function-decl...
compiler
[23:51:22.676] postgres.c:2829:33: error: assignment to ‘char *’ from ‘int’ makes pointer from integer without a cast [-...
compiler
[23:51:22.676] postgres.c:2825:47: error: implicit declaration of function ‘sbrk’ [-Werror=implicit-function-declaration...
Linux - Debian Bookworm - Autoconf
tap
[23:50:56.050](0.001s) not ok 28 - options --locale-provider=icu --locale=und --lc-*=C: no stderr
Linux - Debian Bookworm - Meson
core
[23:55:28.621] #0  0x00007f757f2aeda4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[23:55:28.621] #1  0x00007f757f25b239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[23:55:28.621] #2  0x00007f757f316204 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[23:55:28.621] #3  0x00007f757f32885c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[23:55:28.621] #0  <unavailable> in ?? ()
tap
[23:52:41.778](0.001s) not ok 28 - options --locale-provider=icu --locale=und --lc-*=C: no stderr
test
[23:54:17.066] 171/314 postgresql:initdb / initdb/001_initdb                                           ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[23:50:36.671] ../src/backend/tcop/postgres.c(2825): warning C4047: 'initializing': 'char *' differs in levels of indire...
compiler
[23:50:48.232] tcop_postgres.c.obj : error LNK2019: unresolved external symbol malloc_trim referenced in function finish...
compiler
[23:50:36.671] ../src/backend/tcop/postgres.c(2829): warning C4047: '=': 'char *' differs in levels of indirection from ...
compiler
[23:50:48.232] tcop_postgres.c.obj : error LNK2019: unresolved external symbol sbrk referenced in function finish_xact_c...
51/5386 Log LSN before table is dropped
FreeBSD - 13 - Meson
core
[22:43:55.704] #0  0x000000082c6588fa in _sigprocmask () from /lib/libc.so.7
[22:43:55.704] #1  0x000000082c691f91 in _system () from /lib/libc.so.7
[22:43:55.704] #2  0x000000082b7319d3 in ?? () from /lib/libthr.so.3
[22:43:55.704] #3  0x000000000067eb2b in shell_archive_file (state=<optimized out>, file=0x8210df2d0 "00000001", '0' <re...
[22:43:55.704] #4  0x00000000008968d1 in pgarch_archiveXlog (xlog=xlog@entry=0x8210df2d0 "00000001", '0' <repeats 15 tim...
[22:43:55.704] #5  0x0000000000896324 in pgarch_ArchiverCopyLoop () at ../src/backend/postmaster/pgarch.c:474
[22:43:55.704] #6  pgarch_MainLoop () at ../src/backend/postmaster/pgarch.c:348
[22:43:55.704] #7  0x0000000000895bfd in PgArchiverMain (startup_data=<optimized out>, startup_data_len=<optimized out>)...
[22:43:55.704] #8  0x0000000000895955 in postmaster_child_launch (child_type=child_type@entry=B_ARCHIVER, child_slot=54,...
[22:43:55.704] #9  0x0000000000898567 in StartChildProcess (type=type@entry=B_ARCHIVER) at ../src/backend/postmaster/pos...
tap
[22:39:40.248](0.047s) not ok 6 - snapshot conflict: stats show conflict on standby
[22:39:41.692](0.337s) not ok 17 - 5 recovery conflicts shown in pg_stat_database
test
[22:42:46.584]  35/314 postgresql:recovery / recovery/031_recovery_conflict                            ERROR            ...
51/5380 Parametrization minimum password length
Linux - Debian Bookworm - Meson
core
[22:29:53.462] #0  0x00007fa4f54aeda4 in ?? ()
[22:29:53.462] #1  0x0000000000000000 in ?? ()
[22:29:53.911] #0  0xf7f9c559 in __kernel_vsyscall ()
core
[22:29:53.948] #0  <unavailable> in ?? ()
core
[22:29:53.948] #0  0xf7f9c559 in __kernel_vsyscall ()
[22:29:53.948] #1  0xf68dc692 in pthread_sigmask () from /lib/i386-linux-gnu/libc.so.6
[22:29:53.948] #2  0xf6886380 in sigprocmask () from /lib/i386-linux-gnu/libc.so.6
[22:29:53.948] #3  0xf6953085 in ?? () from /lib/i386-linux-gnu/libc.so.6
[22:29:53.948] #4  0xf69707a8 in ?? () from /lib/i386-linux-gnu/libc.so.6
regress
diff -U3 /tmp/cirrus-ci-build/contrib/passwordcheck/expected/passwordcheck.out /tmp/cirrus-ci-build/build-32/testrun/pas...
--- /tmp/cirrus-ci-build/contrib/passwordcheck/expected/passwordcheck.out	2024-11-24 22:18:25.059750029 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/passwordcheck/regress/results/passwordcheck.out	2024-11-24 22:26:34.636056215 ...
@@ -8,7 +8,6 @@
 ERROR:  password is too short
 -- error: too short
 ALTER USER regress_passwordcheck_user1 PASSWORD 'äbcdefghijk';
-ERROR:  password is too short
 -- error: contains user name
 ALTER USER regress_passwordcheck_user1 PASSWORD 'xyzregress_passwordcheck_user1';
 ERROR:  password must not contain user name
test
[22:28:44.759]  75/314 postgresql:passwordcheck / passwordcheck/regress                                ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/contrib/passwordcheck/expected/passwordcheck.out C:/cirrus/build/testrun/password...
--- C:/cirrus/contrib/passwordcheck/expected/passwordcheck.out	2024-11-24 22:18:36.580904300 +0000
+++ C:/cirrus/build/testrun/passwordcheck/regress/results/passwordcheck.out	2024-11-24 22:25:11.043875300 +0000
@@ -8,7 +8,6 @@
 ERROR:  password is too short
 -- error: too short
 ALTER USER regress_passwordcheck_user1 PASSWORD 'äbcdefghijk';
-ERROR:  password is too short
 -- error: contains user name
 ALTER USER regress_passwordcheck_user1 PASSWORD 'xyzregress_passwordcheck_user1';
 ERROR:  password must not contain user name
test
[22:34:13.659]  74/309 postgresql:passwordcheck / passwordcheck/regress                                ERROR            ...
51/5242 Fix RelationTruncate() corruption
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[22:03:58.353] ../src/backend/storage/smgr/smgr.c(732): warning C4098: 'smgrtruncate': 'void' function returning a value
51/5357 New predefined role pg_manage_extensions
FreeBSD - 13 - Meson
core
[21:50:23.528] #0  0x000002c11508723a in copy_file_range () from /lib/libc.so.7
[21:50:23.528] #1  0x000002b8f2bce3e0 in ?? ()
[21:50:23.528] #2  0x000002b8f2bce01e in ?? ()
[21:50:23.528] #3  0x000002b8f2bcd8ad in ?? ()
[21:50:23.528] #4  0x000002b8f2bcd33d in ?? ()
[21:50:23.528] #5  0x000002c1145b4408 in ?? ()
[21:50:23.528] #6  0x0000000000000000 in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out /tmp/cirrus-ci-build/build/testrun/plperl/regress/...
--- /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out	2024-11-24 21:44:46.215516000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/plperl/regress/results/plperl_setup.out	2024-11-24 21:46:41.088574000 +0000
@@ -12,7 +12,7 @@
 HINT:  Must have CREATE privilege on current database to create this extension.
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 RESET ROLE;
 DO $$
 begin
@@ -24,7 +24,7 @@
 CREATE EXTENSION plperl;
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 CREATE SCHEMA plperl_setup_scratch;
 SET search_path = plperl_setup_scratch;
...
test
[21:49:18.627]  46/314 postgresql:plperl / plperl/regress                                              ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out /tmp/cirrus-ci-build/src/pl/plperl/results/plperl_...
--- /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out	2024-11-24 21:44:40.658800990 +0000
+++ /tmp/cirrus-ci-build/src/pl/plperl/results/plperl_setup.out	2024-11-24 21:46:06.057144867 +0000
@@ -12,7 +12,7 @@
 HINT:  Must have CREATE privilege on current database to create this extension.
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 RESET ROLE;
 DO $$
 begin
@@ -24,7 +24,7 @@
 CREATE EXTENSION plperl;
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 CREATE SCHEMA plperl_setup_scratch;
 SET search_path = plperl_setup_scratch;
...
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out /tmp/cirrus-ci-build/build/testrun/plperl/regress/...
--- /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out	2024-11-24 21:44:41.261257734 +0000
+++ /tmp/cirrus-ci-build/build/testrun/plperl/regress/results/plperl_setup.out	2024-11-24 21:47:17.138979463 +0000
@@ -12,7 +12,7 @@
 HINT:  Must have CREATE privilege on current database to create this extension.
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 RESET ROLE;
 DO $$
 begin
@@ -24,7 +24,7 @@
 CREATE EXTENSION plperl;
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 CREATE SCHEMA plperl_setup_scratch;
 SET search_path = plperl_setup_scratch;
...
test
[21:49:34.749]  47/314 postgresql:plperl / plperl/regress                                              ERROR            ...
macOS - Sonoma - Meson
core
[21:51:43.938]   * frame #0: 0x0000000193ffe20c dyld`dyld4::Loader::beginInitializers(dyld4::RuntimeState&) + 64
[21:51:43.938]     frame #1: 0x0000000194025cb4 dyld`dyld4::APIs::runAllInitializersForMain() + 72
[21:51:43.938]     frame #2: 0x0000000193fec010 dyld`dyld4::prepare(dyld4::APIs&, dyld3::MachOAnalyzer const*) + 3156
[21:51:43.938]     frame #3: 0x0000000193feaef4 dyld`start + 1868
regress
diff -U3 /Users/admin/pgsql/src/pl/plperl/expected/plperl_setup.out /Users/admin/pgsql/build/testrun/plperl/regress/resu...
--- /Users/admin/pgsql/src/pl/plperl/expected/plperl_setup.out	2024-11-24 21:44:11
+++ /Users/admin/pgsql/build/testrun/plperl/regress/results/plperl_setup.out	2024-11-24 21:46:35
@@ -12,7 +12,7 @@
 HINT:  Must have CREATE privilege on current database to create this extension.
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 RESET ROLE;
 DO $$
 begin
@@ -24,7 +24,7 @@
 CREATE EXTENSION plperl;
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 CREATE SCHEMA plperl_setup_scratch;
 SET search_path = plperl_setup_scratch;
...
test
[21:48:41.851]  49/314 postgresql:plperl / plperl/regress                                              ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/pl/plperl/expected/plperl_setup.out C:/cirrus/build/testrun/plperl/regress/re...
--- C:/cirrus/src/pl/plperl/expected/plperl_setup.out	2024-11-24 21:44:58.277777800 +0000
+++ C:/cirrus/build/testrun/plperl/regress/results/plperl_setup.out	2024-11-24 21:50:45.572407300 +0000
@@ -12,7 +12,7 @@
 HINT:  Must have CREATE privilege on current database to create this extension.
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 RESET ROLE;
 DO $$
 begin
@@ -24,7 +24,7 @@
 CREATE EXTENSION plperl;
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 CREATE SCHEMA plperl_setup_scratch;
 SET search_path = plperl_setup_scratch;
...
test
[21:58:16.845]  48/309 postgresql:plperl / plperl/regress                                              ERROR            ...
51/5356 Add support for database service to psql prompt
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out /tmp/cirrus-ci-build/build/testrun/postgres...
--- /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out	2024-11-24 21:12:16.395040000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/postgres_fdw-running/regress/results/postgres_fdw.out	2024-11-24 21:17:20.3868790...
@@ -12325,8 +12325,7 @@
   FROM postgres_fdw_get_connections(true);
  case 
 ------
-    1
-(1 row)
+(0 rows)
 
 -- After terminating the remote backend, since the connection is closed,
 -- "closed" should be TRUE, or NULL if the connection status check
@@ -12339,8 +12338,7 @@
   FROM postgres_fdw_get_connections(true);
  case 
 ------
-    1
-(1 row)
+(0 rows)
...
test
[21:17:48.052] 74/76 postgresql:postgres_fdw-running / postgres_fdw-running/regress               ERROR            10.43...
51/4912 CSN snapshots in hot standby
Linux - Debian Bookworm - Meson
core
[20:26:33.311] #0  0x00007fc910ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[20:26:33.311] #1  0x00007fc910c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[20:26:33.311] #2  0x00007fc910c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[20:26:33.311] #3  0x00007fc910e1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[20:26:33.311] #4  0x00007fc910e2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[20:26:33.311] #5  0x00007fc910e0dad8 in __ubsan::__ubsan_handle_shift_out_of_bounds_abort (Data=Data@entry=0x562df3c0a4...
[20:26:33.311] #6  0x0000562df3154ce9 in XidInMVCCSnapshot (xid=757, snapshot=snapshot@entry=0x562e089879b0) at ../src/b...
[20:26:33.311] #7  0x0000562df27977d3 in HeapTupleSatisfiesMVCC (htup=<optimized out>, snapshot=0x562e089879b0, buffer=3...
[20:26:33.311] #8  0x0000562df2799017 in HeapTupleSatisfiesVisibility (htup=htup@entry=0x7fffba87ae40, snapshot=snapshot...
[20:26:33.311] #9  0x0000562df278a499 in page_collect_tuples (check_serializable=<optimized out>, all_visible=<optimized...
core
[20:26:31.983] #0  0x00007f2758ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[20:26:31.983] #1  0x00007f2758e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[20:26:31.983] #2  0x00007f2758e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[20:26:31.983] #3  0x00007f275901e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[20:26:31.983] #4  0x00007f275902aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[20:26:31.983] #5  0x00007f275900dad8 in __ubsan::__ubsan_handle_shift_out_of_bounds_abort (Data=Data@entry=0x5608115ac4...
[20:26:31.983] #6  0x0000560810af6ce9 in XidInMVCCSnapshot (xid=755, snapshot=snapshot@entry=0x560838abfeb0) at ../src/b...
[20:26:31.983] #7  0x00005608101399ab in HeapTupleSatisfiesMVCC (htup=<optimized out>, snapshot=0x560838abfeb0, buffer=4...
[20:26:31.983] #8  0x000056081013b017 in HeapTupleSatisfiesVisibility (htup=htup@entry=0x7ffd513a5200, snapshot=snapshot...
[20:26:31.983] #9  0x000056081012c499 in page_collect_tuples (check_serializable=<optimized out>, all_visible=<optimized...
test
[20:25:26.167] 311/315 postgresql:recovery / recovery/031_recovery_conflict                            ERROR           1...
[20:25:26.167] 315/315 postgresql:test_misc / test_misc/000_csn_perf                                   ERROR            ...
macOS - Sonoma - Meson
test
[20:23:23.337] 315/315 postgresql:test_misc / test_misc/000_csn_perf                                   ERROR           1...
Windows - Server 2019, VS 2019 - Meson & ninja
test
[20:35:16.627] 310/310 postgresql:test_misc / test_misc/000_csn_perf                                   ERROR           3...
51/4966 Parallel CREATE INDEX for GIN indexes
CompilerWarnings
compiler
[13:29:27.335] gininsert.c:2421:35: error: format ‘%ld’ expects argument of type ‘long int’, but argument 2 has type ‘in...
compiler
[13:29:27.335] gininsert.c:2402:37: error: format ‘%ld’ expects argument of type ‘long int’, but argument 3 has type ‘lo...
51/4929 apply_scanjoin_target_to_paths and partitionwise join
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-11-24 11:39:57.885220000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_join.out	2024-11-24 11:41:38.201...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/recovery/0...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-11-24 11:39:57.885220000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/partition_join.out	2024-11-24 11:42:24.9...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/regress/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-11-24 11:39:57.885220000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/partition_join.out	2024-11-24 11:41:37.168872000 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[11:41:42.102](63.800s) not ok 5 - regression tests pass
tap
[11:42:31.115](75.000s) not ok 2 - regression tests pass
test
[11:44:22.674]  41/314 postgresql:regress / regress/regress                                            ERROR            ...
[11:44:22.674] 101/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[11:44:22.674] 158/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_c...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-11-24 11:39:23.320234135 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/partition_join.out	2024-11-24 11:44:19.211434747 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/src/test/regress/results...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-11-24 11:39:23.320234135 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/partition_join.out	2024-11-24 11:42:34.627741543 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[11:44:21.905](93.062s) not ok 5 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-11-24 11:39:23.139704817 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_join.out	2024-11-24 11:41:51.304...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/recovery/0...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-11-24 11:39:23.139704817 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/partition_join.out	2024-11-24 11:42:24.1...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/regress/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-11-24 11:39:23.139704817 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/partition_join.out	2024-11-24 11:41:48.292863932 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[11:41:53.776](71.099s) not ok 5 - regression tests pass
tap
[11:42:27.037](72.214s) not ok 2 - regression tests pass
test
[11:44:04.993]  44/314 postgresql:regress / regress/regress                                            ERROR            ...
[11:44:04.993] 131/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[11:44:04.993] 154/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/partition_join.out /Users/admin/pgsql/build/testrun/pg_upgrade/002...
--- /Users/admin/pgsql/src/test/regress/expected/partition_join.out	2024-11-24 11:39:11
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_join.out	2024-11-24 11:40:57
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/partition_join.out /Users/admin/pgsql/build/testrun/recovery/027_s...
--- /Users/admin/pgsql/src/test/regress/expected/partition_join.out	2024-11-24 11:39:11
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/partition_join.out	2024-11-24 11:41:46
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/partition_join.out /Users/admin/pgsql/build/testrun/regress/regres...
--- /Users/admin/pgsql/src/test/regress/expected/partition_join.out	2024-11-24 11:39:11
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/partition_join.out	2024-11-24 11:41:01
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[11:41:00.248](39.349s) not ok 5 - regression tests pass
tap
[11:41:49.416](46.577s) not ok 2 - regression tests pass
test
[11:43:34.900]  29/314 postgresql:regress / regress/regress                                            ERROR            ...
[11:43:34.900]  46/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[11:43:34.900] 140/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/partition_join.out C:/cirrus/build/testrun/pg_upgrade/0...
--- C:/cirrus/src/test/regress/expected/partition_join.out	2024-11-24 11:40:43.316778500 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_join.out	2024-11-24 11:44:36.432406700 +000...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/partition_join.out C:/cirrus/build/testrun/recovery/027...
--- C:/cirrus/src/test/regress/expected/partition_join.out	2024-11-24 11:40:43.316778500 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/partition_join.out	2024-11-24 11:47:06.978855500 +0...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/partition_join.out C:/cirrus/build/testrun/regress/regr...
--- C:/cirrus/src/test/regress/expected/partition_join.out	2024-11-24 11:40:43.316778500 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/partition_join.out	2024-11-24 11:44:29.119418400 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[11:44:41.611](112.808s) not ok 5 - regression tests pass
tap
[11:47:19.739](134.644s) not ok 2 - regression tests pass
test
[11:53:39.822]  20/309 postgresql:regress / regress/regress                                            ERROR           1...
[11:53:39.822]  37/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[11:53:39.822] 111/309 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5334 Support regular expressions with nondeterministic collations
Linux - Debian Bookworm - Meson
core
[10:10:45.009] #0  0xf7efe559 in __kernel_vsyscall ()
[10:10:45.009] #1  0xf6839407 in ?? () from /lib/i386-linux-gnu/libc.so.6
[10:10:45.009] #2  0xf67e8111 in raise () from /lib/i386-linux-gnu/libc.so.6
[10:10:45.009] #3  0xf67d126a in abort () from /lib/i386-linux-gnu/libc.so.6
[10:10:45.009] #4  0xf69f4d4a in __sanitizer::Abort () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_pos...
[10:10:45.009] #5  0xf6a03896 in __sanitizer::Die () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_termi...
[10:10:45.009] #6  0xf69e158c in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=<optimized out>, Pointer=<optimize...
[10:10:45.009] #7  0x56f250df in pg_check_regex_collation (is_similar_to=true) at ../src/backend/regex/regc_pg_locale.c:...
[10:10:45.009] #8  0x56f2546a in pg_regcomp (re=0xff93f580, string=0x591841dc, len=8, flags=3, collation=100) at ../src/...
[10:10:45.009] #9  0xeaf8189f in test_re_compile (text_re=text_re@entry=0x5915d4c4, cflags=3, collation=collation@entry=...
core
[10:10:46.736] #0  0x00007f8e552cc68d in ?? ()
[10:10:46.736] #1  0x0000000000000000 in ?? ()
core
[10:10:46.617] #0  0xf7f08559 in __kernel_vsyscall ()
[10:10:46.617] #1  0xf6843407 in ?? () from /lib/i386-linux-gnu/libc.so.6
[10:10:46.617] #2  0xf67f2111 in raise () from /lib/i386-linux-gnu/libc.so.6
[10:10:46.617] #3  0xf67db26a in abort () from /lib/i386-linux-gnu/libc.so.6
[10:10:46.617] #4  0xf69fed4a in __sanitizer::Abort () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_pos...
[10:10:46.617] #5  0xf6a0d896 in __sanitizer::Die () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_termi...
[10:10:46.617] #6  0xf69eb58c in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=<optimized out>, Pointer=<optimize...
[10:10:46.617] #7  0x56fb80df in pg_check_regex_collation (is_similar_to=true) at ../src/backend/regex/regc_pg_locale.c:...
[10:10:46.617] #8  0x56fb846a in pg_regcomp (re=0xffa750f0, string=0x59d89a5c, len=37, flags=3, collation=100) at ../src...
[10:10:46.617] #9  0x572c0017 in RE_compile_and_cache (text_re=0x59d89a10, cflags=3, collation=100) at ../src/backend/ut...
core
[10:10:46.126] #0  0x00007fe2baf8ab93 in wait4 () from /lib/x86_64-linux-gnu/libc.so.6
[10:10:46.126] #1  0x0000557294b7dcc0 in ?? ()
[10:10:46.126] #2  0x0000557294b7defa in ?? ()
[10:10:46.126] #3  0x0000557294b7f630 in ?? ()
[10:10:46.126] #4  0x0000557294b79371 in ?? ()
[10:10:46.126] #5  0x0000557294b7820f in ?? ()
[10:10:46.126] #6  0x0000557294b78c3b in ?? ()
[10:10:46.126] #7  0x0000557294b7666f in ?? ()
[10:10:46.126] #8  0x00007fe2baede24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[10:10:46.126] #9  0x00007fe2baede305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[10:10:45.997] #0  0xf7f38559 in __kernel_vsyscall ()
[10:10:45.997] #1  0xf6873407 in ?? () from /lib/i386-linux-gnu/libc.so.6
[10:10:45.997] #2  0xf6822111 in raise () from /lib/i386-linux-gnu/libc.so.6
[10:10:45.997] #3  0xf680b26a in abort () from /lib/i386-linux-gnu/libc.so.6
[10:10:45.997] #4  0xf6a2ed4a in __sanitizer::Abort () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_pos...
[10:10:45.997] #5  0xf6a3d896 in __sanitizer::Die () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_termi...
[10:10:45.997] #6  0xf6a1b58c in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=<optimized out>, Pointer=<optimize...
[10:10:45.997] #7  0x56f1d0df in pg_check_regex_collation (is_similar_to=true) at ../src/backend/regex/regc_pg_locale.c:...
[10:10:45.997] #8  0x56f1d46a in pg_regcomp (re=0xffd615f0, string=0x58321c2c, len=37, flags=3, collation=100) at ../src...
[10:10:45.997] #9  0x57225017 in RE_compile_and_cache (text_re=0x58321be0, cflags=3, collation=100) at ../src/backend/ut...
core
[10:10:45.494] #0  0xf7f22559 in __kernel_vsyscall ()
[10:10:45.494] #1  0xf685d407 in ?? () from /lib/i386-linux-gnu/libc.so.6
[10:10:45.494] #2  0xf680c111 in raise () from /lib/i386-linux-gnu/libc.so.6
[10:10:45.494] #3  0xf67f526a in abort () from /lib/i386-linux-gnu/libc.so.6
[10:10:45.494] #4  0xf6a18d4a in __sanitizer::Abort () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_pos...
[10:10:45.494] #5  0xf6a27896 in __sanitizer::Die () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_termi...
[10:10:45.494] #6  0xf6a0558c in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=<optimized out>, Pointer=<optimize...
[10:10:45.494] #7  0x56f270df in pg_check_regex_collation (is_similar_to=true) at ../src/backend/regex/regc_pg_locale.c:...
[10:10:45.494] #8  0x56f2746a in pg_regcomp (re=0xff816650, string=0x59db29b0, len=16, flags=27, collation=100) at ../sr...
[10:10:45.494] #9  0x5722f017 in RE_compile_and_cache (text_re=0x59dd2998, cflags=27, collation=100) at ../src/backend/u...
core
[10:10:44.304] #0  0xf7f08559 in __kernel_vsyscall ()
[10:10:44.304] #1  0xf6843407 in ?? () from /lib/i386-linux-gnu/libc.so.6
[10:10:44.304] #2  0xf67f2111 in raise () from /lib/i386-linux-gnu/libc.so.6
[10:10:44.304] #3  0xf67db26a in abort () from /lib/i386-linux-gnu/libc.so.6
[10:10:44.304] #4  0xf69fed4a in __sanitizer::Abort () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_pos...
[10:10:44.304] #5  0xf6a0d896 in __sanitizer::Die () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_termi...
[10:10:44.304] #6  0xf69eb58c in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=<optimized out>, Pointer=<optimize...
[10:10:44.304] #7  0x56fb80df in pg_check_regex_collation (is_similar_to=true) at ../src/backend/regex/regc_pg_locale.c:...
[10:10:44.304] #8  0x56fb846a in pg_regcomp (re=0xffa74ef0, string=0x59dd2ec4, len=5, flags=19, collation=100) at ../src...
[10:10:44.304] #9  0x572c0017 in RE_compile_and_cache (text_re=0x59dab098, cflags=19, collation=100) at ../src/backend/u...
regress
diff -U3 /tmp/cirrus-ci-build/contrib/citext/expected/citext.out /tmp/cirrus-ci-build/build-32/testrun/citext/regress/re...
--- /tmp/cirrus-ci-build/contrib/citext/expected/citext.out	2024-11-24 10:01:13.969088011 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/citext/regress/results/citext.out	2024-11-24 10:07:27.360352379 +0000
@@ -500,2185 +500,7 @@
 
 -- SIMILAR TO should be case-insensitive.
 SELECT name FROM srt WHERE name SIMILAR TO '%a.*';
- name 
-------
- ABA
-(1 row)
-
-SELECT name FROM srt WHERE name SIMILAR TO '%A.*';
- name 
-------
- ABA
-(1 row)
-
--- Explicit casts.
-SELECT true::citext = 'true' AS t;
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/strings.out /tmp/cirrus-ci-build/build-32/testrun/recovery/027_s...
--- /tmp/cirrus-ci-build/src/test/regress/expected/strings.out	2024-11-24 10:01:15.908705241 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/recovery/027_stream_regress/data/results/strings.out	2024-11-24 10:07:02.74814...
@@ -438,2255 +438,7 @@
 ERROR:  negative substring length not allowed
 -- T581 regular expression substring (with SQL's bizarre regexp syntax)
 SELECT SUBSTRING('abcdefg' SIMILAR 'a#"(b_d)#"%' ESCAPE '#') AS "bcd";
- bcd 
------
- bcd
-(1 row)
-
--- obsolete SQL99 syntax
-SELECT SUBSTRING('abcdefg' FROM 'a#"(b_d)#"%' FOR '#') AS "bcd";
- bcd 
------
- bcd
-(1 row)
-
--- No match should return NULL
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/strings.out /tmp/cirrus-ci-build/build-32/testrun/regress/regres...
--- /tmp/cirrus-ci-build/src/test/regress/expected/strings.out	2024-11-24 10:01:15.908705241 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/regress/regress/results/strings.out	2024-11-24 10:06:24.863921507 +0000
@@ -438,2255 +438,7 @@
 ERROR:  negative substring length not allowed
 -- T581 regular expression substring (with SQL's bizarre regexp syntax)
 SELECT SUBSTRING('abcdefg' SIMILAR 'a#"(b_d)#"%' ESCAPE '#') AS "bcd";
- bcd 
------
- bcd
-(1 row)
-
--- obsolete SQL99 syntax
-SELECT SUBSTRING('abcdefg' FROM 'a#"(b_d)#"%' FOR '#') AS "bcd";
- bcd 
------
- bcd
-(1 row)
-
--- No match should return NULL
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/test_regex/expected/test_regex.out /tmp/cirrus-ci-build/build-32/testrun/...
--- /tmp/cirrus-ci-build/src/test/modules/test_regex/expected/test_regex.out	2024-11-24 10:01:15.761575425 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/test_regex/regress/results/test_regex.out	2024-11-24 10:07:47.096538073 +0000
@@ -1010,4089 +1010,7 @@
 ERROR:  invalid regular expression: invalid character range
 -- expectMatch	9.15 &LP	{[[:<:]]a}	a	a
 select * from test_regex('[[:<:]]a', 'a', 'LP');
-          test_regex           
--------------------------------
- {0,REG_UNONPOSIX,REG_ULOCALE}
- {a}
-(2 rows)
-
-select * from test_regex('[[:<:]]a', 'a', 'LPb');
-          test_regex           
--------------------------------
- {0,REG_UNONPOSIX,REG_ULOCALE}
- {a}
-(2 rows)
-
...
tap
[10:07:09.304](10.312s) not ok 2 - regression tests pass
test
[10:09:31.985]   6/314 postgresql:regress / regress/regress                                            ERROR            ...
[10:09:31.985]  34/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[10:09:31.985]  57/314 postgresql:citext / citext/regress                                              ERROR            ...
[10:09:31.985] 129/314 postgresql:test_regex / test_regex/regress                                      ERROR            ...
51/5284 database-specific role memberships
FreeBSD - 13 - Meson
core
[09:32:16.797] #0  0x000027e91647323a in copy_file_range () from /lib/libc.so.7
[09:32:16.797] #1  0x000027e0f45713e0 in ?? ()
[09:32:16.797] #2  0x000027e0f457101e in ?? ()
[09:32:16.797] #3  0x000027e0f45708ad in ?? ()
[09:32:16.797] #4  0x000027e0f457033d in ?? ()
[09:32:16.797] #5  0x000027e9160ea408 in ?? ()
[09:32:16.797] #6  0x0000000000000000 in ?? ()
core
[09:32:16.676] #0  0x0000322e8f4ceff0 in ?? ()
[09:32:16.676] #1  0x0000000000000003 in ?? ()
[09:32:16.676] #2  0x00001ee505762730 in ?? ()
[09:32:16.676] #3  0x00001ee505762733 in ?? ()
[09:32:16.676] #4  0x00001ee505762736 in ?? ()
[09:32:16.676] #5  0x0000000000000000 in ?? ()
[09:32:16.787] #0  0x000027e91647323a in copy_file_range () from /lib/libc.so.7
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/privs_in_db.out /tmp/cirrus-ci-build/build/testrun/regress-runni...
--- /tmp/cirrus-ci-build/src/test/regress/expected/privs_in_db.out	2024-11-24 09:24:57.503269000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress-running/regress/results/privs_in_db.out	2024-11-24 09:30:41.727087000 +00...
@@ -756,9 +756,10 @@
 DROP DATABASE regression_db_0;
 DROP ROLE regress_role_admin;
 SELECT datname FROM pg_database WHERE datname LIKE 'regression_db_%';
- datname 
----------
-(0 rows)
+      datname      
+-------------------
+ regression_dblink
+(1 row)
 
 SELECT rolname FROM pg_roles WHERE rolname LIKE 'regress_role_%';
  rolname 
test
[09:31:03.939] 75/76 postgresql:regress-running / regress-running/regress                         ERROR            25.96...
51/5160 Issues with ON CONFLICT UPDATE and REINDEX CONCURRENTLY
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/reindex_concurrently_upsert.out /tmp/cirrus-ci-...
--- /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/reindex_concurrently_upsert.out	2024-11-24 08:10:21....
+++ /tmp/cirrus-ci-build/build/testrun/injection_points/isolation/results/reindex_concurrently_upsert.out	2024-11-24 08:...
@@ -47,7 +47,6 @@
                        
 (1 row)
 
-step s1_start_upsert: <... completed>
 step s4_wakeup_s2: 
 	SELECT injection_points_wakeup('exec_insert_before_insert_speculative');
 	SELECT injection_points_detach('exec_insert_before_insert_speculative');
@@ -67,17 +66,13 @@
 	SELECT injection_points_wakeup('reindex_relation_concurrently_before_set_dead');
 	SELECT injection_points_detach('reindex_relation_concurrently_before_set_dead');
 
-injection_points_wakeup
------------------------
-                       
-(1 row)
-
...
test
[08:24:45.610] 314/314 postgresql:injection_points / injection_points/isolation                        ERROR           7...
51/5395 Auto Vacuum optimisation
FreeBSD - 13 - Meson
tap
[07:10:12.247](0.000s) not ok 23 - connect : matches
test
[07:11:00.877] 245/314 postgresql:postmaster / postmaster/002_start_stop                               ERROR            ...
51/5131 add log_transaction GUC setting
FreeBSD - 13 - Meson
tap
[06:51:32.769](1.527s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[06:51:43.016] 295/314 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
Linux - Debian Bookworm - Autoconf
tap
[06:51:26.984](0.645s) not ok 1 - no parameters missing from postgresql.conf.sample
Linux - Debian Bookworm - Meson
core
[06:53:22.874] #0  0x00007f691cbf2da4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[06:53:22.874] #1  0x00007f691cb9f239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[06:53:22.874] #2  0x00007f691cb9f497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[06:53:22.874] #3  0x00005585e57a75c1 in ?? ()
[06:53:22.874] #4  0x00005585e57a1369 in ?? ()
[06:53:22.874] #5  0x00005585e57a020f in ?? ()
[06:53:22.874] #6  0x00005585e57a0c3b in ?? ()
[06:53:22.874] #7  0x00005585e579e66f in ?? ()
[06:53:22.874] #8  0x00007f691cb8a24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:53:22.874] #9  0x00007f691cb8a305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:53:22.991] #0  0x00007f691cbf2da4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[06:53:22.991] #1  0x00007f691cb9f239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[06:53:22.991] #2  0x00007f691cb9f497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[06:53:22.991] #3  0x00005585e57a75f3 in ?? ()
[06:53:22.991] #4  0x00005585e57a1369 in ?? ()
[06:53:22.991] #5  0x00005585e57a020f in ?? ()
[06:53:22.991] #6  0x00005585e57a0c3b in ?? ()
[06:53:22.991] #7  0x00005585e579e66f in ?? ()
[06:53:22.991] #8  0x00007f691cb8a24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:53:22.991] #9  0x00007f691cb8a305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:53:22.991] #0  <unavailable> in ?? ()
tap
[06:52:12.041](0.447s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[06:52:22.571] 293/314 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
macOS - Sonoma - Meson
tap
[06:50:46.844](1.171s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[06:50:58.458] 295/314 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[06:59:16.709](1.898s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[07:01:53.456] 290/309 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
51/5323 Support enabling checksums online
CompilerWarnings
compiler
[06:08:40.085] datachecksumsworker.c:590:67: error: format ‘%d’ expects argument of type ‘int’, but argument 5 has type ...
FreeBSD - 13 - Meson
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
core
[06:25:15.128] #0  0x000000082c07041a in thr_kill () from /lib/libc.so.7
[06:25:15.128] #1  0x000000082bfe9e64 in raise () from /lib/libc.so.7
[06:25:15.128] #2  0x000000082c09a6f9 in abort () from /lib/libc.so.7
[06:25:15.128] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:25:15.128] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:25:15.128] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:25:15.128] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:25:15.128] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821970c70) at ../src/backe...
[06:25:15.128] #8  0x00000000007d228c in main (argc=8, argv=0x821970c70) at ../src/backend/main/main.c:196
[06:25:15.391] #0  0x000000082aa3141a in thr_kill () from /lib/libc.so.7
core
[06:24:55.114] #0  0x000000082ba2e41a in thr_kill () from /lib/libc.so.7
[06:24:55.114] #1  0x000000082b9a7e64 in raise () from /lib/libc.so.7
[06:24:55.114] #2  0x000000082ba586f9 in abort () from /lib/libc.so.7
[06:24:55.114] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:24:55.114] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:24:55.114] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:24:55.114] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:24:55.114] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8215f6880) at ../src/backe...
[06:24:55.114] #8  0x00000000007d228c in main (argc=4, argv=0x8215f6880) at ../src/backend/main/main.c:196
[06:24:55.380] #0  0x000000082c1f741a in thr_kill () from /lib/libc.so.7
core
[06:24:55.390] #0  0x000000082c1f741a in thr_kill () from /lib/libc.so.7
[06:24:55.390] #1  0x000000082c170e64 in raise () from /lib/libc.so.7
[06:24:55.390] #2  0x000000082c2216f9 in abort () from /lib/libc.so.7
[06:24:55.390] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:24:55.390] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:24:55.390] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:24:55.390] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:24:55.390] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821573b68) at ../src/backe...
[06:24:55.390] #8  0x00000000007d228c in main (argc=4, argv=0x821573b68) at ../src/backend/main/main.c:196
[06:24:55.658] #0  0x000000082c50141a in thr_kill () from /lib/libc.so.7
core
[06:24:55.667] #0  0x000000082c50141a in thr_kill () from /lib/libc.so.7
[06:24:55.667] #1  0x000000082c47ae64 in raise () from /lib/libc.so.7
[06:24:55.667] #2  0x000000082c52b6f9 in abort () from /lib/libc.so.7
[06:24:55.667] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:24:55.667] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:24:55.667] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:24:55.667] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:24:55.667] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821985880) at ../src/backe...
[06:24:55.667] #8  0x00000000007d228c in main (argc=4, argv=0x821985880) at ../src/backend/main/main.c:196
[06:24:55.926] #0  0x000000082d95841a in thr_kill () from /lib/libc.so.7
core
[06:24:55.935] #0  0x000000082d95841a in thr_kill () from /lib/libc.so.7
[06:24:55.935] #1  0x000000082d8d1e64 in raise () from /lib/libc.so.7
[06:24:55.935] #2  0x000000082d9826f9 in abort () from /lib/libc.so.7
[06:24:55.935] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:24:55.935] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:24:55.935] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:24:55.935] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:24:55.936] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82139c3f0) at ../src/backe...
[06:24:55.936] #8  0x00000000007d228c in main (argc=4, argv=0x82139c3f0) at ../src/backend/main/main.c:196
[06:24:56.192] #0  0x000000082db6c41a in thr_kill () from /lib/libc.so.7
core
[06:24:56.202] #0  0x000000082db6c41a in thr_kill () from /lib/libc.so.7
[06:24:56.202] #1  0x000000082dae5e64 in raise () from /lib/libc.so.7
[06:24:56.202] #2  0x000000082db966f9 in abort () from /lib/libc.so.7
[06:24:56.202] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:24:56.202] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:24:56.202] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:24:56.202] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:24:56.202] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821388300) at ../src/backe...
[06:24:56.202] #8  0x00000000007d228c in main (argc=4, argv=0x821388300) at ../src/backend/main/main.c:196
[06:24:56.458] #0  0x000000082b10341a in thr_kill () from /lib/libc.so.7
core
[06:24:56.468] #0  0x000000082b10341a in thr_kill () from /lib/libc.so.7
[06:24:56.468] #1  0x000000082b07ce64 in raise () from /lib/libc.so.7
[06:24:56.468] #2  0x000000082b12d6f9 in abort () from /lib/libc.so.7
[06:24:56.468] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:24:56.468] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:24:56.468] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:24:56.468] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:24:56.468] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821a2a7d8) at ../src/backe...
[06:24:56.468] #8  0x00000000007d228c in main (argc=4, argv=0x821a2a7d8) at ../src/backend/main/main.c:196
[06:24:56.731] #0  0x000000082b06041a in thr_kill () from /lib/libc.so.7
core
[06:24:56.741] #0  0x000000082b06041a in thr_kill () from /lib/libc.so.7
[06:24:56.741] #1  0x000000082afd9e64 in raise () from /lib/libc.so.7
[06:24:56.741] #2  0x000000082b08a6f9 in abort () from /lib/libc.so.7
[06:24:56.741] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:24:56.741] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:24:56.741] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:24:56.741] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:24:56.741] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8219e9720) at ../src/backe...
[06:24:56.741] #8  0x00000000007d228c in main (argc=8, argv=0x8219e9720) at ../src/backend/main/main.c:196
[06:24:56.996] #0  0x000000082b03541a in thr_kill () from /lib/libc.so.7
core
[06:24:57.006] #0  0x000000082b03541a in thr_kill () from /lib/libc.so.7
[06:24:57.006] #1  0x000000082afaee64 in raise () from /lib/libc.so.7
[06:24:57.006] #2  0x000000082b05f6f9 in abort () from /lib/libc.so.7
[06:24:57.006] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:24:57.006] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:24:57.006] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:24:57.006] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:24:57.006] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821457a00) at ../src/backe...
[06:24:57.006] #8  0x00000000007d228c in main (argc=4, argv=0x821457a00) at ../src/backend/main/main.c:196
[06:24:57.270] #0  0x000000082a55841a in thr_kill () from /lib/libc.so.7
core
[06:24:57.279] #0  0x000000082a55841a in thr_kill () from /lib/libc.so.7
[06:24:57.279] #1  0x000000082a4d1e64 in raise () from /lib/libc.so.7
[06:24:57.279] #2  0x000000082a5826f9 in abort () from /lib/libc.so.7
[06:24:57.279] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:24:57.279] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:24:57.279] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:24:57.279] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:24:57.279] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821139c10) at ../src/backe...
[06:24:57.279] #8  0x00000000007d228c in main (argc=4, argv=0x821139c10) at ../src/backend/main/main.c:196
[06:24:57.538] #0  0x000000082ba0041a in thr_kill () from /lib/libc.so.7
core
[06:24:57.547] #0  0x000000082ba0041a in thr_kill () from /lib/libc.so.7
[06:24:57.547] #1  0x000000082b979e64 in raise () from /lib/libc.so.7
[06:24:57.547] #2  0x000000082ba2a6f9 in abort () from /lib/libc.so.7
[06:24:57.547] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:24:57.547] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:24:57.547] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:24:57.547] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:24:57.548] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821b5a950) at ../src/backe...
[06:24:57.548] #8  0x00000000007d228c in main (argc=4, argv=0x821b5a950) at ../src/backend/main/main.c:196
[06:24:57.811] #0  0x000000082dd7c41a in thr_kill () from /lib/libc.so.7
core
[06:24:57.820] #0  0x000000082dd7c41a in thr_kill () from /lib/libc.so.7
[06:24:57.820] #1  0x000000082dcf5e64 in raise () from /lib/libc.so.7
[06:24:57.820] #2  0x000000082dda66f9 in abort () from /lib/libc.so.7
[06:24:57.820] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:24:57.820] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:24:57.820] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:24:57.820] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:24:57.820] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821975cc8) at ../src/backe...
[06:24:57.820] #8  0x00000000007d228c in main (argc=4, argv=0x821975cc8) at ../src/backend/main/main.c:196
[06:24:58.083] #0  0x000000082abd041a in thr_kill () from /lib/libc.so.7
core
[06:24:58.093] #0  0x000000082abd041a in thr_kill () from /lib/libc.so.7
[06:24:58.093] #1  0x000000082ab49e64 in raise () from /lib/libc.so.7
[06:24:58.093] #2  0x000000082abfa6f9 in abort () from /lib/libc.so.7
[06:24:58.093] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:24:58.093] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:24:58.093] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:24:58.093] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:24:58.093] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8213de0d0) at ../src/backe...
[06:24:58.093] #8  0x00000000007d228c in main (argc=4, argv=0x8213de0d0) at ../src/backend/main/main.c:196
[06:24:58.359] #0  0x000000082894741a in thr_kill () from /lib/libc.so.7
core
[06:24:58.370] #0  0x000000082894741a in thr_kill () from /lib/libc.so.7
[06:24:58.370] #1  0x00000008288c0e64 in raise () from /lib/libc.so.7
[06:24:58.370] #2  0x00000008289716f9 in abort () from /lib/libc.so.7
[06:24:58.370] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:24:58.370] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:24:58.370] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:24:58.370] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:24:58.370] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821230ca8) at ../src/backe...
[06:24:58.370] #8  0x00000000007d228c in main (argc=4, argv=0x821230ca8) at ../src/backend/main/main.c:196
[06:24:58.634] #0  0x000000082b8ca41a in thr_kill () from /lib/libc.so.7
core
[06:24:58.644] #0  0x000000082b8ca41a in thr_kill () from /lib/libc.so.7
[06:24:58.644] #1  0x000000082b843e64 in raise () from /lib/libc.so.7
[06:24:58.644] #2  0x000000082b8f46f9 in abort () from /lib/libc.so.7
[06:24:58.644] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:24:58.644] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:24:58.644] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:24:58.644] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:24:58.644] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8212cb930) at ../src/backe...
[06:24:58.644] #8  0x00000000007d228c in main (argc=4, argv=0x8212cb930) at ../src/backend/main/main.c:196
[06:24:58.914] #0  0x000000082ba5041a in thr_kill () from /lib/libc.so.7
core
[06:24:58.924] #0  0x000000082ba5041a in thr_kill () from /lib/libc.so.7
[06:24:58.924] #1  0x000000082b9c9e64 in raise () from /lib/libc.so.7
[06:24:58.924] #2  0x000000082ba7a6f9 in abort () from /lib/libc.so.7
[06:24:58.924] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:24:58.924] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:24:58.924] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:24:58.924] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:24:58.924] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821219438) at ../src/backe...
[06:24:58.924] #8  0x00000000007d228c in main (argc=4, argv=0x821219438) at ../src/backend/main/main.c:196
[06:24:59.190] #0  0x0000000829b3b41a in thr_kill () from /lib/libc.so.7
core
[06:24:59.200] #0  0x0000000829b3b41a in thr_kill () from /lib/libc.so.7
[06:24:59.200] #1  0x0000000829ab4e64 in raise () from /lib/libc.so.7
[06:24:59.200] #2  0x0000000829b656f9 in abort () from /lib/libc.so.7
[06:24:59.200] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:24:59.200] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:24:59.200] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:24:59.200] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:24:59.200] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x82162aae0) at ../src/backe...
[06:24:59.200] #8  0x00000000007d228c in main (argc=8, argv=0x82162aae0) at ../src/backend/main/main.c:196
[06:24:59.462] #0  0x000000082bff941a in thr_kill () from /lib/libc.so.7
core
[06:24:59.471] #0  0x000000082bff941a in thr_kill () from /lib/libc.so.7
[06:24:59.471] #1  0x000000082bf72e64 in raise () from /lib/libc.so.7
[06:24:59.471] #2  0x000000082c0236f9 in abort () from /lib/libc.so.7
[06:24:59.471] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:24:59.471] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:24:59.471] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:24:59.471] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:24:59.472] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820c2fc08) at ../src/backe...
[06:24:59.472] #8  0x00000000007d228c in main (argc=8, argv=0x820c2fc08) at ../src/backend/main/main.c:196
[06:24:59.745] #0  0x000000082becf41a in thr_kill () from /lib/libc.so.7
core
[06:24:59.755] #0  0x000000082becf41a in thr_kill () from /lib/libc.so.7
[06:24:59.755] #1  0x000000082be48e64 in raise () from /lib/libc.so.7
[06:24:59.755] #2  0x000000082bef96f9 in abort () from /lib/libc.so.7
[06:24:59.755] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:24:59.755] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:24:59.755] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:24:59.755] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:24:59.755] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x82137bc08) at ../src/backe...
[06:24:59.755] #8  0x00000000007d228c in main (argc=8, argv=0x82137bc08) at ../src/backend/main/main.c:196
[06:25:00.025] #0  0x000000082d57541a in thr_kill () from /lib/libc.so.7
core
[06:25:00.035] #0  0x000000082d57541a in thr_kill () from /lib/libc.so.7
[06:25:00.035] #1  0x000000082d4eee64 in raise () from /lib/libc.so.7
[06:25:00.035] #2  0x000000082d59f6f9 in abort () from /lib/libc.so.7
[06:25:00.035] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:25:00.035] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:25:00.035] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:25:00.035] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:25:00.035] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821a37b58) at ../src/backe...
[06:25:00.035] #8  0x00000000007d228c in main (argc=4, argv=0x821a37b58) at ../src/backend/main/main.c:196
[06:25:00.305] #0  0x000000082bb4941a in thr_kill () from /lib/libc.so.7
core
[06:25:00.315] #0  0x000000082bb4941a in thr_kill () from /lib/libc.so.7
[06:25:00.315] #1  0x000000082bac2e64 in raise () from /lib/libc.so.7
[06:25:00.315] #2  0x000000082bb736f9 in abort () from /lib/libc.so.7
[06:25:00.315] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:25:00.315] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:25:00.315] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:25:00.315] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:25:00.315] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821621ef8) at ../src/backe...
[06:25:00.315] #8  0x00000000007d228c in main (argc=4, argv=0x821621ef8) at ../src/backend/main/main.c:196
[06:25:00.582] #0  0x000000082b77e41a in thr_kill () from /lib/libc.so.7
core
[06:25:00.593] #0  0x000000082b77e41a in thr_kill () from /lib/libc.so.7
[06:25:00.593] #1  0x000000082b6f7e64 in raise () from /lib/libc.so.7
[06:25:00.593] #2  0x000000082b7a86f9 in abort () from /lib/libc.so.7
[06:25:00.593] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:25:00.593] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:25:00.593] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:25:00.593] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:25:00.593] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820bca150) at ../src/backe...
[06:25:00.593] #8  0x00000000007d228c in main (argc=8, argv=0x820bca150) at ../src/backend/main/main.c:196
[06:25:00.861] #0  0x000000082a56b41a in thr_kill () from /lib/libc.so.7
core
[06:25:00.871] #0  0x000000082a56b41a in thr_kill () from /lib/libc.so.7
[06:25:00.871] #1  0x000000082a4e4e64 in raise () from /lib/libc.so.7
[06:25:00.871] #2  0x000000082a5956f9 in abort () from /lib/libc.so.7
[06:25:00.871] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:25:00.871] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:25:00.871] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:25:00.871] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:25:00.871] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820f16d18) at ../src/backe...
[06:25:00.871] #8  0x00000000007d228c in main (argc=8, argv=0x820f16d18) at ../src/backend/main/main.c:196
[06:25:01.136] #0  0x000000082ab8241a in thr_kill () from /lib/libc.so.7
core
[06:25:01.145] #0  0x000000082ab8241a in thr_kill () from /lib/libc.so.7
[06:25:01.145] #1  0x000000082aafbe64 in raise () from /lib/libc.so.7
[06:25:01.145] #2  0x000000082abac6f9 in abort () from /lib/libc.so.7
[06:25:01.145] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:25:01.145] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:25:01.145] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:25:01.145] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:25:01.145] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8212bc480) at ../src/backe...
[06:25:01.145] #8  0x00000000007d228c in main (argc=8, argv=0x8212bc480) at ../src/backend/main/main.c:196
[06:25:01.407] #0  0x000000082d19941a in thr_kill () from /lib/libc.so.7
core
[06:25:01.417] #0  0x000000082d19941a in thr_kill () from /lib/libc.so.7
[06:25:01.417] #1  0x000000082d112e64 in raise () from /lib/libc.so.7
[06:25:01.417] #2  0x000000082d1c36f9 in abort () from /lib/libc.so.7
[06:25:01.417] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:25:01.417] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:25:01.417] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:25:01.417] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:25:01.417] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820c923c0) at ../src/backe...
[06:25:01.417] #8  0x00000000007d228c in main (argc=8, argv=0x820c923c0) at ../src/backend/main/main.c:196
[06:25:01.684] #0  0x000000082a9a841a in thr_kill () from /lib/libc.so.7
core
[06:25:01.694] #0  0x000000082a9a841a in thr_kill () from /lib/libc.so.7
[06:25:01.694] #1  0x000000082a921e64 in raise () from /lib/libc.so.7
[06:25:01.694] #2  0x000000082a9d26f9 in abort () from /lib/libc.so.7
[06:25:01.694] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:25:01.694] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:25:01.694] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:25:01.694] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:25:01.695] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820dcb758) at ../src/backe...
[06:25:01.695] #8  0x00000000007d228c in main (argc=8, argv=0x820dcb758) at ../src/backend/main/main.c:196
[06:25:01.960] #0  0x000000082e0c041a in thr_kill () from /lib/libc.so.7
core
[06:25:01.970] #0  0x000000082e0c041a in thr_kill () from /lib/libc.so.7
[06:25:01.970] #1  0x000000082e039e64 in raise () from /lib/libc.so.7
[06:25:01.970] #2  0x000000082e0ea6f9 in abort () from /lib/libc.so.7
[06:25:01.970] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:25:01.970] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:25:01.970] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:25:01.970] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:25:01.970] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821b82c78) at ../src/backe...
[06:25:01.970] #8  0x00000000007d228c in main (argc=8, argv=0x821b82c78) at ../src/backend/main/main.c:196
[06:25:02.234] #0  0x000000082a68541a in thr_kill () from /lib/libc.so.7
core
[06:25:02.244] #0  0x000000082a68541a in thr_kill () from /lib/libc.so.7
[06:25:02.244] #1  0x000000082a5fee64 in raise () from /lib/libc.so.7
[06:25:02.244] #2  0x000000082a6af6f9 in abort () from /lib/libc.so.7
[06:25:02.244] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:25:02.244] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:25:02.244] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:25:02.244] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:25:02.244] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820f3b0c8) at ../src/backe...
[06:25:02.244] #8  0x00000000007d228c in main (argc=8, argv=0x820f3b0c8) at ../src/backend/main/main.c:196
[06:25:02.505] #0  0x000000082a89941a in thr_kill () from /lib/libc.so.7
core
[06:25:02.515] #0  0x000000082a89941a in thr_kill () from /lib/libc.so.7
[06:25:02.515] #1  0x000000082a812e64 in raise () from /lib/libc.so.7
[06:25:02.515] #2  0x000000082a8c36f9 in abort () from /lib/libc.so.7
[06:25:02.515] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:25:02.515] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:25:02.515] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:25:02.515] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:25:02.515] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820cecb80) at ../src/backe...
[06:25:02.515] #8  0x00000000007d228c in main (argc=8, argv=0x820cecb80) at ../src/backend/main/main.c:196
[06:25:02.777] #0  0x000000082964e41a in thr_kill () from /lib/libc.so.7
core
[06:25:02.786] #0  0x000000082964e41a in thr_kill () from /lib/libc.so.7
[06:25:02.786] #1  0x00000008295c7e64 in raise () from /lib/libc.so.7
[06:25:02.786] #2  0x00000008296786f9 in abort () from /lib/libc.so.7
[06:25:02.786] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:25:02.786] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:25:02.786] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:25:02.786] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:25:02.786] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821213f68) at ../src/backe...
[06:25:02.786] #8  0x00000000007d228c in main (argc=8, argv=0x821213f68) at ../src/backend/main/main.c:196
[06:25:03.052] #0  0x000000082bbdc41a in thr_kill () from /lib/libc.so.7
core
[06:25:03.061] #0  0x000000082bbdc41a in thr_kill () from /lib/libc.so.7
[06:25:03.061] #1  0x000000082bb55e64 in raise () from /lib/libc.so.7
[06:25:03.061] #2  0x000000082bc066f9 in abort () from /lib/libc.so.7
[06:25:03.061] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:25:03.061] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:25:03.061] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:25:03.061] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:25:03.061] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8217895a8) at ../src/backe...
[06:25:03.061] #8  0x00000000007d228c in main (argc=8, argv=0x8217895a8) at ../src/backend/main/main.c:196
[06:25:03.326] #0  0x000000082f5b241a in thr_kill () from /lib/libc.so.7
core
[06:25:03.336] #0  0x000000082f5b241a in thr_kill () from /lib/libc.so.7
[06:25:03.336] #1  0x000000082f52be64 in raise () from /lib/libc.so.7
[06:25:03.336] #2  0x000000082f5dc6f9 in abort () from /lib/libc.so.7
[06:25:03.336] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:25:03.336] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:25:03.336] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:25:03.336] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:25:03.336] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8218ad2e8) at ../src/backe...
[06:25:03.336] #8  0x00000000007d228c in main (argc=8, argv=0x8218ad2e8) at ../src/backend/main/main.c:196
[06:25:03.595] #0  0x000000082d4c941a in thr_kill () from /lib/libc.so.7
core
[06:25:03.605] #0  0x000000082d4c941a in thr_kill () from /lib/libc.so.7
[06:25:03.605] #1  0x000000082d442e64 in raise () from /lib/libc.so.7
[06:25:03.605] #2  0x000000082d4f36f9 in abort () from /lib/libc.so.7
[06:25:03.605] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:25:03.605] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:25:03.605] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:25:03.605] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:25:03.605] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821522fb8) at ../src/backe...
[06:25:03.605] #8  0x00000000007d228c in main (argc=8, argv=0x821522fb8) at ../src/backend/main/main.c:196
[06:25:03.867] #0  0x000000082bb8241a in thr_kill () from /lib/libc.so.7
core
[06:25:03.876] #0  0x000000082bb8241a in thr_kill () from /lib/libc.so.7
[06:25:03.876] #1  0x000000082bafbe64 in raise () from /lib/libc.so.7
[06:25:03.876] #2  0x000000082bbac6f9 in abort () from /lib/libc.so.7
[06:25:03.876] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:25:03.876] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:25:03.876] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:25:03.876] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:25:03.877] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8219d0370) at ../src/backe...
[06:25:03.877] #8  0x00000000007d228c in main (argc=8, argv=0x8219d0370) at ../src/backend/main/main.c:196
[06:25:04.138] #0  0x000000082df1141a in thr_kill () from /lib/libc.so.7
core
[06:25:04.148] #0  0x000000082df1141a in thr_kill () from /lib/libc.so.7
[06:25:04.148] #1  0x000000082de8ae64 in raise () from /lib/libc.so.7
[06:25:04.148] #2  0x000000082df3b6f9 in abort () from /lib/libc.so.7
[06:25:04.148] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:25:04.148] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:25:04.148] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:25:04.148] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:25:04.148] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820ef6840) at ../src/backe...
[06:25:04.148] #8  0x00000000007d228c in main (argc=8, argv=0x820ef6840) at ../src/backend/main/main.c:196
[06:25:04.406] #0  0x000000082998841a in thr_kill () from /lib/libc.so.7
core
[06:25:04.415] #0  0x000000082998841a in thr_kill () from /lib/libc.so.7
[06:25:04.415] #1  0x0000000829901e64 in raise () from /lib/libc.so.7
[06:25:04.415] #2  0x00000008299b26f9 in abort () from /lib/libc.so.7
[06:25:04.415] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:25:04.415] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:25:04.415] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:25:04.415] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:25:04.415] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820e541b0) at ../src/backe...
[06:25:04.415] #8  0x00000000007d228c in main (argc=8, argv=0x820e541b0) at ../src/backend/main/main.c:196
[06:25:04.671] #0  0x000000082c00f41a in thr_kill () from /lib/libc.so.7
core
[06:25:04.681] #0  0x000000082c00f41a in thr_kill () from /lib/libc.so.7
[06:25:04.681] #1  0x000000082bf88e64 in raise () from /lib/libc.so.7
[06:25:04.681] #2  0x000000082c0396f9 in abort () from /lib/libc.so.7
[06:25:04.681] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:25:04.681] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:25:04.681] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:25:04.681] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:25:04.681] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820f16470) at ../src/backe...
[06:25:04.681] #8  0x00000000007d228c in main (argc=8, argv=0x820f16470) at ../src/backend/main/main.c:196
[06:25:04.938] #0  0x000000082c65841a in thr_kill () from /lib/libc.so.7
core
[06:25:04.948] #0  0x000000082c65841a in thr_kill () from /lib/libc.so.7
[06:25:04.948] #1  0x000000082c5d1e64 in raise () from /lib/libc.so.7
[06:25:04.948] #2  0x000000082c6826f9 in abort () from /lib/libc.so.7
[06:25:04.948] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:25:04.948] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:25:04.948] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:25:04.948] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:25:04.948] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8219d86d8) at ../src/backe...
[06:25:04.948] #8  0x00000000007d228c in main (argc=8, argv=0x8219d86d8) at ../src/backend/main/main.c:196
[06:25:05.210] #0  0x000000082e26e41a in thr_kill () from /lib/libc.so.7
core
[06:25:05.219] #0  0x000000082e26e41a in thr_kill () from /lib/libc.so.7
[06:25:05.219] #1  0x000000082e1e7e64 in raise () from /lib/libc.so.7
[06:25:05.219] #2  0x000000082e2986f9 in abort () from /lib/libc.so.7
[06:25:05.219] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:25:05.219] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:25:05.219] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:25:05.219] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:25:05.220] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820e23eb0) at ../src/backe...
[06:25:05.220] #8  0x00000000007d228c in main (argc=8, argv=0x820e23eb0) at ../src/backend/main/main.c:196
[06:25:05.486] #0  0x000000082c96541a in thr_kill () from /lib/libc.so.7
core
[06:25:05.495] #0  0x000000082c96541a in thr_kill () from /lib/libc.so.7
[06:25:05.495] #1  0x000000082c8dee64 in raise () from /lib/libc.so.7
[06:25:05.495] #2  0x000000082c98f6f9 in abort () from /lib/libc.so.7
[06:25:05.495] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:25:05.495] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:25:05.495] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:25:05.495] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:25:05.495] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820f7d558) at ../src/backe...
[06:25:05.495] #8  0x00000000007d228c in main (argc=8, argv=0x820f7d558) at ../src/backend/main/main.c:196
[06:25:05.761] #0  0x000000082dfbc41a in thr_kill () from /lib/libc.so.7
core
[06:25:05.771] #0  0x000000082dfbc41a in thr_kill () from /lib/libc.so.7
[06:25:05.771] #1  0x000000082df35e64 in raise () from /lib/libc.so.7
[06:25:05.771] #2  0x000000082dfe66f9 in abort () from /lib/libc.so.7
[06:25:05.771] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:25:05.771] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:25:05.771] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:25:05.771] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:25:05.771] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8218a2ac0) at ../src/backe...
[06:25:05.771] #8  0x00000000007d228c in main (argc=8, argv=0x8218a2ac0) at ../src/backend/main/main.c:196
[06:25:06.027] #0  0x000000082b0f641a in thr_kill () from /lib/libc.so.7
core
[06:25:06.036] #0  0x000000082b0f641a in thr_kill () from /lib/libc.so.7
[06:25:06.036] #1  0x000000082b06fe64 in raise () from /lib/libc.so.7
[06:25:06.036] #2  0x000000082b1206f9 in abort () from /lib/libc.so.7
[06:25:06.036] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:25:06.036] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:25:06.036] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:25:06.036] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:25:06.036] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8218251b8) at ../src/backe...
[06:25:06.036] #8  0x00000000007d228c in main (argc=8, argv=0x8218251b8) at ../src/backend/main/main.c:196
[06:25:06.293] #0  0x000000082e07141a in thr_kill () from /lib/libc.so.7
core
[06:25:06.302] #0  0x000000082e07141a in thr_kill () from /lib/libc.so.7
[06:25:06.302] #1  0x000000082dfeae64 in raise () from /lib/libc.so.7
[06:25:06.302] #2  0x000000082e09b6f9 in abort () from /lib/libc.so.7
[06:25:06.302] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:25:06.302] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:25:06.302] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:25:06.302] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:25:06.302] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821342778) at ../src/backe...
[06:25:06.302] #8  0x00000000007d228c in main (argc=8, argv=0x821342778) at ../src/backend/main/main.c:196
[06:25:06.565] #0  0x000000082a81141a in thr_kill () from /lib/libc.so.7
core
[06:25:06.575] #0  0x000000082a81141a in thr_kill () from /lib/libc.so.7
[06:25:06.575] #1  0x000000082a78ae64 in raise () from /lib/libc.so.7
[06:25:06.575] #2  0x000000082a83b6f9 in abort () from /lib/libc.so.7
[06:25:06.575] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:25:06.575] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:25:06.575] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:25:06.575] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:25:06.575] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x82144aad0) at ../src/backe...
[06:25:06.575] #8  0x00000000007d228c in main (argc=8, argv=0x82144aad0) at ../src/backend/main/main.c:196
[06:25:06.839] #0  0x000000082a4d641a in thr_kill () from /lib/libc.so.7
core
[06:25:06.848] #0  0x000000082a4d641a in thr_kill () from /lib/libc.so.7
[06:25:06.848] #1  0x000000082a44fe64 in raise () from /lib/libc.so.7
[06:25:06.848] #2  0x000000082a5006f9 in abort () from /lib/libc.so.7
[06:25:06.848] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:25:06.848] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:25:06.848] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:25:06.848] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:25:06.849] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820d5a130) at ../src/backe...
[06:25:06.849] #8  0x00000000007d228c in main (argc=8, argv=0x820d5a130) at ../src/backend/main/main.c:196
[06:25:07.112] #0  0x000000082b07141a in thr_kill () from /lib/libc.so.7
core
[06:25:07.122] #0  0x000000082b07141a in thr_kill () from /lib/libc.so.7
[06:25:07.122] #1  0x000000082afeae64 in raise () from /lib/libc.so.7
[06:25:07.122] #2  0x000000082b09b6f9 in abort () from /lib/libc.so.7
[06:25:07.122] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:25:07.122] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:25:07.122] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:25:07.122] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:25:07.122] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821318908) at ../src/backe...
[06:25:07.122] #8  0x00000000007d228c in main (argc=8, argv=0x821318908) at ../src/backend/main/main.c:196
[06:25:07.379] #0  0x000000082a1ea41a in thr_kill () from /lib/libc.so.7
core
[06:25:07.388] #0  0x000000082a1ea41a in thr_kill () from /lib/libc.so.7
[06:25:07.388] #1  0x000000082a163e64 in raise () from /lib/libc.so.7
[06:25:07.388] #2  0x000000082a2146f9 in abort () from /lib/libc.so.7
[06:25:07.388] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:25:07.388] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:25:07.388] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:25:07.388] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:25:07.388] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8210435b0) at ../src/backe...
[06:25:07.388] #8  0x00000000007d228c in main (argc=8, argv=0x8210435b0) at ../src/backend/main/main.c:196
[06:25:07.639] #0  0x0000000829d8441a in thr_kill () from /lib/libc.so.7
core
[06:25:07.649] #0  0x0000000829d8441a in thr_kill () from /lib/libc.so.7
[06:25:07.649] #1  0x0000000829cfde64 in raise () from /lib/libc.so.7
[06:25:07.649] #2  0x0000000829dae6f9 in abort () from /lib/libc.so.7
[06:25:07.649] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:25:07.649] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:25:07.649] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:25:07.649] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:25:07.649] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821768f90) at ../src/backe...
[06:25:07.649] #8  0x00000000007d228c in main (argc=8, argv=0x821768f90) at ../src/backend/main/main.c:196
[06:25:07.906] #0  0x000000082c2f641a in thr_kill () from /lib/libc.so.7
core
[06:25:07.916] #0  0x000000082c2f641a in thr_kill () from /lib/libc.so.7
[06:25:07.916] #1  0x000000082c26fe64 in raise () from /lib/libc.so.7
[06:25:07.916] #2  0x000000082c3206f9 in abort () from /lib/libc.so.7
[06:25:07.916] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:25:07.916] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:25:07.916] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:25:07.916] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:25:07.916] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8217c7468) at ../src/backe...
[06:25:07.916] #8  0x00000000007d228c in main (argc=8, argv=0x8217c7468) at ../src/backend/main/main.c:196
[06:25:08.172] #0  0x000000082b17c41a in thr_kill () from /lib/libc.so.7
core
[06:25:08.181] #0  0x000000082b17c41a in thr_kill () from /lib/libc.so.7
[06:25:08.181] #1  0x000000082b0f5e64 in raise () from /lib/libc.so.7
[06:25:08.181] #2  0x000000082b1a66f9 in abort () from /lib/libc.so.7
[06:25:08.181] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:25:08.181] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:25:08.181] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:25:08.181] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:25:08.181] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8210bc0e8) at ../src/backe...
[06:25:08.181] #8  0x00000000007d228c in main (argc=8, argv=0x8210bc0e8) at ../src/backend/main/main.c:196
[06:25:08.432] #0  0x000000082a93241a in thr_kill () from /lib/libc.so.7
core
[06:25:08.441] #0  0x000000082a93241a in thr_kill () from /lib/libc.so.7
[06:25:08.441] #1  0x000000082a8abe64 in raise () from /lib/libc.so.7
[06:25:08.441] #2  0x000000082a95c6f9 in abort () from /lib/libc.so.7
[06:25:08.441] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:25:08.441] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:25:08.441] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:25:08.441] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:25:08.441] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8211c6be8) at ../src/backe...
[06:25:08.441] #8  0x00000000007d228c in main (argc=8, argv=0x8211c6be8) at ../src/backend/main/main.c:196
[06:25:08.697] #0  0x0000000829ed141a in thr_kill () from /lib/libc.so.7
core
[06:25:08.706] #0  0x0000000829ed141a in thr_kill () from /lib/libc.so.7
[06:25:08.706] #1  0x0000000829e4ae64 in raise () from /lib/libc.so.7
[06:25:08.706] #2  0x0000000829efb6f9 in abort () from /lib/libc.so.7
[06:25:08.706] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:25:08.706] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:25:08.706] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:25:08.706] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:25:08.707] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821a30dd0) at ../src/backe...
[06:25:08.707] #8  0x00000000007d228c in main (argc=8, argv=0x821a30dd0) at ../src/backend/main/main.c:196
[06:25:08.961] #0  0x000000082ad2141a in thr_kill () from /lib/libc.so.7
core
[06:25:08.971] #0  0x000000082ad2141a in thr_kill () from /lib/libc.so.7
[06:25:08.971] #1  0x000000082ac9ae64 in raise () from /lib/libc.so.7
[06:25:08.971] #2  0x000000082ad4b6f9 in abort () from /lib/libc.so.7
[06:25:08.971] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:25:08.971] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:25:08.971] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:25:08.971] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:25:08.971] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821a54720) at ../src/backe...
[06:25:08.971] #8  0x00000000007d228c in main (argc=8, argv=0x821a54720) at ../src/backend/main/main.c:196
[06:25:09.232] #0  0x000000082a5f441a in thr_kill () from /lib/libc.so.7
core
[06:25:09.242] #0  0x000000082a5f441a in thr_kill () from /lib/libc.so.7
[06:25:09.242] #1  0x000000082a56de64 in raise () from /lib/libc.so.7
[06:25:09.242] #2  0x000000082a61e6f9 in abort () from /lib/libc.so.7
[06:25:09.242] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:25:09.242] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:25:09.242] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:25:09.242] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:25:09.242] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820ce28f8) at ../src/backe...
[06:25:09.242] #8  0x00000000007d228c in main (argc=8, argv=0x820ce28f8) at ../src/backend/main/main.c:196
[06:25:09.493] #0  0x000000082cf1b41a in thr_kill () from /lib/libc.so.7
core
[06:25:09.502] #0  0x000000082cf1b41a in thr_kill () from /lib/libc.so.7
[06:25:09.502] #1  0x000000082ce94e64 in raise () from /lib/libc.so.7
[06:25:09.502] #2  0x000000082cf456f9 in abort () from /lib/libc.so.7
[06:25:09.502] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:25:09.502] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:25:09.502] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:25:09.502] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:25:09.502] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8218a6408) at ../src/backe...
[06:25:09.502] #8  0x00000000007d228c in main (argc=8, argv=0x8218a6408) at ../src/backend/main/main.c:196
[06:25:09.759] #0  0x000000082ba4741a in thr_kill () from /lib/libc.so.7
core
[06:25:09.768] #0  0x000000082ba4741a in thr_kill () from /lib/libc.so.7
[06:25:09.768] #1  0x000000082b9c0e64 in raise () from /lib/libc.so.7
[06:25:09.768] #2  0x000000082ba716f9 in abort () from /lib/libc.so.7
[06:25:09.768] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:25:09.768] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:25:09.768] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:25:09.768] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:25:09.769] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820f943f8) at ../src/backe...
[06:25:09.769] #8  0x00000000007d228c in main (argc=8, argv=0x820f943f8) at ../src/backend/main/main.c:196
[06:25:10.026] #0  0x000000082b18f41a in thr_kill () from /lib/libc.so.7
core
[06:25:10.036] #0  0x000000082b18f41a in thr_kill () from /lib/libc.so.7
[06:25:10.036] #1  0x000000082b108e64 in raise () from /lib/libc.so.7
[06:25:10.036] #2  0x000000082b1b96f9 in abort () from /lib/libc.so.7
[06:25:10.036] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:25:10.036] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:25:10.036] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:25:10.036] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:25:10.036] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821394dc0) at ../src/backe...
[06:25:10.036] #8  0x00000000007d228c in main (argc=8, argv=0x821394dc0) at ../src/backend/main/main.c:196
[06:25:10.298] #0  0x000000082b0c041a in thr_kill () from /lib/libc.so.7
core
[06:25:10.307] #0  0x000000082b0c041a in thr_kill () from /lib/libc.so.7
[06:25:10.307] #1  0x000000082b039e64 in raise () from /lib/libc.so.7
[06:25:10.307] #2  0x000000082b0ea6f9 in abort () from /lib/libc.so.7
[06:25:10.307] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:25:10.307] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:25:10.307] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:25:10.307] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:25:10.307] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820fb4370) at ../src/backe...
[06:25:10.307] #8  0x00000000007d228c in main (argc=8, argv=0x820fb4370) at ../src/backend/main/main.c:196
[06:25:10.562] #0  0x000000082aa8841a in thr_kill () from /lib/libc.so.7
core
[06:25:10.572] #0  0x000000082aa8841a in thr_kill () from /lib/libc.so.7
[06:25:10.572] #1  0x000000082aa01e64 in raise () from /lib/libc.so.7
[06:25:10.572] #2  0x000000082aab26f9 in abort () from /lib/libc.so.7
[06:25:10.572] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:25:10.572] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:25:10.572] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:25:10.572] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:25:10.572] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821919110) at ../src/backe...
[06:25:10.572] #8  0x00000000007d228c in main (argc=8, argv=0x821919110) at ../src/backend/main/main.c:196
[06:25:10.828] #0  0x000000082c9db41a in thr_kill () from /lib/libc.so.7
core
[06:25:10.841] #0  0x000000082c9db41a in thr_kill () from /lib/libc.so.7
[06:25:10.841] #1  0x000000082c954e64 in raise () from /lib/libc.so.7
[06:25:10.841] #2  0x000000082ca056f9 in abort () from /lib/libc.so.7
[06:25:10.841] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:25:10.841] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:25:10.841] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:25:10.841] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:25:10.841] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8217fba20) at ../src/backe...
[06:25:10.841] #8  0x00000000007d228c in main (argc=8, argv=0x8217fba20) at ../src/backend/main/main.c:196
[06:25:11.098] #0  0x000000082d22041a in thr_kill () from /lib/libc.so.7
core
[06:25:11.107] #0  0x000000082d22041a in thr_kill () from /lib/libc.so.7
[06:25:11.107] #1  0x000000082d199e64 in raise () from /lib/libc.so.7
[06:25:11.107] #2  0x000000082d24a6f9 in abort () from /lib/libc.so.7
[06:25:11.107] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:25:11.107] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:25:11.107] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:25:11.107] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:25:11.108] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820cb4ad0) at ../src/backe...
[06:25:11.108] #8  0x00000000007d228c in main (argc=8, argv=0x820cb4ad0) at ../src/backend/main/main.c:196
[06:25:11.362] #0  0x000000082c06941a in thr_kill () from /lib/libc.so.7
core
[06:25:11.372] #0  0x000000082c06941a in thr_kill () from /lib/libc.so.7
[06:25:11.372] #1  0x000000082bfe2e64 in raise () from /lib/libc.so.7
[06:25:11.372] #2  0x000000082c0936f9 in abort () from /lib/libc.so.7
[06:25:11.372] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:25:11.372] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:25:11.372] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:25:11.372] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:25:11.372] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820ea89a8) at ../src/backe...
[06:25:11.372] #8  0x00000000007d228c in main (argc=8, argv=0x820ea89a8) at ../src/backend/main/main.c:196
[06:25:11.627] #0  0x000000082be0941a in thr_kill () from /lib/libc.so.7
core
[06:25:11.637] #0  0x000000082be0941a in thr_kill () from /lib/libc.so.7
[06:25:11.637] #1  0x000000082bd82e64 in raise () from /lib/libc.so.7
[06:25:11.637] #2  0x000000082be336f9 in abort () from /lib/libc.so.7
[06:25:11.637] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:25:11.637] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:25:11.637] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:25:11.637] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:25:11.637] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8210c6eb0) at ../src/backe...
[06:25:11.637] #8  0x00000000007d228c in main (argc=8, argv=0x8210c6eb0) at ../src/backend/main/main.c:196
[06:25:11.893] #0  0x000000082b0cc41a in thr_kill () from /lib/libc.so.7
core
[06:25:11.903] #0  0x000000082b0cc41a in thr_kill () from /lib/libc.so.7
[06:25:11.903] #1  0x000000082b045e64 in raise () from /lib/libc.so.7
[06:25:11.903] #2  0x000000082b0f66f9 in abort () from /lib/libc.so.7
[06:25:11.903] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:25:11.903] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:25:11.903] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:25:11.903] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:25:11.903] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820ef3f50) at ../src/backe...
[06:25:11.903] #8  0x00000000007d228c in main (argc=8, argv=0x820ef3f50) at ../src/backend/main/main.c:196
[06:25:12.160] #0  0x000000082cd7e41a in thr_kill () from /lib/libc.so.7
core
[06:25:12.170] #0  0x000000082cd7e41a in thr_kill () from /lib/libc.so.7
[06:25:12.170] #1  0x000000082ccf7e64 in raise () from /lib/libc.so.7
[06:25:12.170] #2  0x000000082cda86f9 in abort () from /lib/libc.so.7
[06:25:12.170] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:25:12.170] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:25:12.170] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:25:12.170] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:25:12.170] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821180098) at ../src/backe...
[06:25:12.170] #8  0x00000000007d228c in main (argc=8, argv=0x821180098) at ../src/backend/main/main.c:196
[06:25:12.424] #0  0x000000082b78f41a in thr_kill () from /lib/libc.so.7
core
[06:25:12.433] #0  0x000000082b78f41a in thr_kill () from /lib/libc.so.7
[06:25:12.433] #1  0x000000082b708e64 in raise () from /lib/libc.so.7
[06:25:12.433] #2  0x000000082b7b96f9 in abort () from /lib/libc.so.7
[06:25:12.433] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:25:12.433] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:25:12.433] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:25:12.433] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:25:12.434] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820c51ef0) at ../src/backe...
[06:25:12.434] #8  0x00000000007d228c in main (argc=8, argv=0x820c51ef0) at ../src/backend/main/main.c:196
[06:25:12.685] #0  0x000000082b25141a in thr_kill () from /lib/libc.so.7
core
[06:25:12.695] #0  0x000000082b25141a in thr_kill () from /lib/libc.so.7
[06:25:12.695] #1  0x000000082b1cae64 in raise () from /lib/libc.so.7
[06:25:12.695] #2  0x000000082b27b6f9 in abort () from /lib/libc.so.7
[06:25:12.695] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:25:12.695] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:25:12.695] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:25:12.695] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:25:12.695] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8216ec670) at ../src/backe...
[06:25:12.695] #8  0x00000000007d228c in main (argc=8, argv=0x8216ec670) at ../src/backend/main/main.c:196
[06:25:12.949] #0  0x000000082ab6b41a in thr_kill () from /lib/libc.so.7
core
[06:25:12.959] #0  0x000000082ab6b41a in thr_kill () from /lib/libc.so.7
[06:25:12.959] #1  0x000000082aae4e64 in raise () from /lib/libc.so.7
[06:25:12.959] #2  0x000000082ab956f9 in abort () from /lib/libc.so.7
[06:25:12.959] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:25:12.959] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:25:12.959] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:25:12.959] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:25:12.959] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820ed0fe8) at ../src/backe...
[06:25:12.959] #8  0x00000000007d228c in main (argc=8, argv=0x820ed0fe8) at ../src/backend/main/main.c:196
[06:25:13.213] #0  0x000000082993f41a in thr_kill () from /lib/libc.so.7
core
[06:25:13.222] #0  0x000000082993f41a in thr_kill () from /lib/libc.so.7
[06:25:13.222] #1  0x00000008298b8e64 in raise () from /lib/libc.so.7
[06:25:13.222] #2  0x00000008299696f9 in abort () from /lib/libc.so.7
[06:25:13.222] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:25:13.222] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:25:13.222] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:25:13.222] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:25:13.222] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x82191db60) at ../src/backe...
[06:25:13.222] #8  0x00000000007d228c in main (argc=8, argv=0x82191db60) at ../src/backend/main/main.c:196
[06:25:13.470] #0  0x000000082b63941a in thr_kill () from /lib/libc.so.7
core
[06:25:13.480] #0  0x000000082b63941a in thr_kill () from /lib/libc.so.7
[06:25:13.480] #1  0x000000082b5b2e64 in raise () from /lib/libc.so.7
[06:25:13.480] #2  0x000000082b6636f9 in abort () from /lib/libc.so.7
[06:25:13.480] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:25:13.480] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:25:13.480] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:25:13.480] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:25:13.480] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8217e9c30) at ../src/backe...
[06:25:13.480] #8  0x00000000007d228c in main (argc=8, argv=0x8217e9c30) at ../src/backend/main/main.c:196
[06:25:13.746] #0  0x000000082dcd841a in thr_kill () from /lib/libc.so.7
core
[06:25:13.756] #0  0x000000082dcd841a in thr_kill () from /lib/libc.so.7
[06:25:13.756] #1  0x000000082dc51e64 in raise () from /lib/libc.so.7
[06:25:13.756] #2  0x000000082dd026f9 in abort () from /lib/libc.so.7
[06:25:13.756] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:25:13.756] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:25:13.756] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:25:13.756] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:25:13.757] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8216131b8) at ../src/backe...
[06:25:13.757] #8  0x00000000007d228c in main (argc=8, argv=0x8216131b8) at ../src/backend/main/main.c:196
[06:25:14.015] #0  0x000000082b22541a in thr_kill () from /lib/libc.so.7
core
[06:25:14.024] #0  0x000000082b22541a in thr_kill () from /lib/libc.so.7
[06:25:14.024] #1  0x000000082b19ee64 in raise () from /lib/libc.so.7
[06:25:14.024] #2  0x000000082b24f6f9 in abort () from /lib/libc.so.7
[06:25:14.024] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:25:14.024] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:25:14.024] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:25:14.024] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:25:14.025] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820eab380) at ../src/backe...
[06:25:14.025] #8  0x00000000007d228c in main (argc=8, argv=0x820eab380) at ../src/backend/main/main.c:196
[06:25:14.292] #0  0x000000082adca41a in thr_kill () from /lib/libc.so.7
core
[06:25:14.301] #0  0x000000082adca41a in thr_kill () from /lib/libc.so.7
[06:25:14.301] #1  0x000000082ad43e64 in raise () from /lib/libc.so.7
[06:25:14.301] #2  0x000000082adf46f9 in abort () from /lib/libc.so.7
[06:25:14.301] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:25:14.301] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:25:14.301] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:25:14.301] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:25:14.302] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8219fb110) at ../src/backe...
[06:25:14.302] #8  0x00000000007d228c in main (argc=8, argv=0x8219fb110) at ../src/backend/main/main.c:196
[06:25:14.563] #0  0x000000082c12041a in thr_kill () from /lib/libc.so.7
core
[06:25:14.573] #0  0x000000082c12041a in thr_kill () from /lib/libc.so.7
[06:25:14.573] #1  0x000000082c099e64 in raise () from /lib/libc.so.7
[06:25:14.573] #2  0x000000082c14a6f9 in abort () from /lib/libc.so.7
[06:25:14.573] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:25:14.573] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:25:14.573] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:25:14.573] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:25:14.573] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x82143e150) at ../src/backe...
[06:25:14.573] #8  0x00000000007d228c in main (argc=8, argv=0x82143e150) at ../src/backend/main/main.c:196
[06:25:14.842] #0  0x000000082d3af41a in thr_kill () from /lib/libc.so.7
core
[06:25:14.851] #0  0x000000082d3af41a in thr_kill () from /lib/libc.so.7
[06:25:14.851] #1  0x000000082d328e64 in raise () from /lib/libc.so.7
[06:25:14.851] #2  0x000000082d3d96f9 in abort () from /lib/libc.so.7
[06:25:14.851] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:25:14.851] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:25:14.851] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:25:14.851] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:25:14.852] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821ba86a8) at ../src/backe...
[06:25:14.852] #8  0x00000000007d228c in main (argc=8, argv=0x821ba86a8) at ../src/backend/main/main.c:196
[06:25:15.117] #0  0x000000082c07041a in thr_kill () from /lib/libc.so.7
core
[06:25:15.400] #0  0x000000082aa3141a in thr_kill () from /lib/libc.so.7
[06:25:15.400] #1  0x000000082a9aae64 in raise () from /lib/libc.so.7
[06:25:15.400] #2  0x000000082aa5b6f9 in abort () from /lib/libc.so.7
[06:25:15.400] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:25:15.400] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:25:15.400] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:25:15.400] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:25:15.400] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820cbf5c8) at ../src/backe...
[06:25:15.400] #8  0x00000000007d228c in main (argc=8, argv=0x820cbf5c8) at ../src/backend/main/main.c:196
[06:25:15.656] #0  0x000000082cae741a in thr_kill () from /lib/libc.so.7
core
[06:25:15.665] #0  0x000000082cae741a in thr_kill () from /lib/libc.so.7
[06:25:15.665] #1  0x000000082ca60e64 in raise () from /lib/libc.so.7
[06:25:15.665] #2  0x000000082cb116f9 in abort () from /lib/libc.so.7
[06:25:15.665] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:25:15.665] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:25:15.665] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:25:15.665] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:25:15.666] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820e5b970) at ../src/backe...
[06:25:15.666] #8  0x00000000007d228c in main (argc=8, argv=0x820e5b970) at ../src/backend/main/main.c:196
[06:25:15.922] #0  0x000000082c23541a in thr_kill () from /lib/libc.so.7
core
[06:25:15.932] #0  0x000000082c23541a in thr_kill () from /lib/libc.so.7
[06:25:15.932] #1  0x000000082c1aee64 in raise () from /lib/libc.so.7
[06:25:15.932] #2  0x000000082c25f6f9 in abort () from /lib/libc.so.7
[06:25:15.932] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:25:15.932] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:25:15.932] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:25:15.932] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:25:15.932] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820ca6fa8) at ../src/backe...
[06:25:15.932] #8  0x00000000007d228c in main (argc=8, argv=0x820ca6fa8) at ../src/backend/main/main.c:196
[06:25:16.194] #0  0x000000082b51f41a in thr_kill () from /lib/libc.so.7
core
[06:25:16.204] #0  0x000000082b51f41a in thr_kill () from /lib/libc.so.7
[06:25:16.204] #1  0x000000082b498e64 in raise () from /lib/libc.so.7
[06:25:16.204] #2  0x000000082b5496f9 in abort () from /lib/libc.so.7
[06:25:16.204] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:25:16.204] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:25:16.204] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:25:16.204] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:25:16.205] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x82149abb0) at ../src/backe...
[06:25:16.205] #8  0x00000000007d228c in main (argc=8, argv=0x82149abb0) at ../src/backend/main/main.c:196
[06:25:16.465] #0  0x000000082baad41a in thr_kill () from /lib/libc.so.7
core
[06:25:16.474] #0  0x000000082baad41a in thr_kill () from /lib/libc.so.7
[06:25:16.474] #1  0x000000082ba26e64 in raise () from /lib/libc.so.7
[06:25:16.474] #2  0x000000082bad76f9 in abort () from /lib/libc.so.7
[06:25:16.474] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:25:16.474] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:25:16.474] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:25:16.474] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:25:16.475] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8218bddd0) at ../src/backe...
[06:25:16.475] #8  0x00000000007d228c in main (argc=8, argv=0x8218bddd0) at ../src/backend/main/main.c:196
[06:25:16.737] #0  0x000000082d3c841a in thr_kill () from /lib/libc.so.7
core
[06:25:16.747] #0  0x000000082d3c841a in thr_kill () from /lib/libc.so.7
[06:25:16.747] #1  0x000000082d341e64 in raise () from /lib/libc.so.7
[06:25:16.747] #2  0x000000082d3f26f9 in abort () from /lib/libc.so.7
[06:25:16.747] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:25:16.747] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:25:16.747] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:25:16.747] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:25:16.747] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821ac3a08) at ../src/backe...
[06:25:16.747] #8  0x00000000007d228c in main (argc=8, argv=0x821ac3a08) at ../src/backend/main/main.c:196
[06:25:17.012] #0  0x000000082be6941a in thr_kill () from /lib/libc.so.7
core
[06:25:17.021] #0  0x000000082be6941a in thr_kill () from /lib/libc.so.7
[06:25:17.021] #1  0x000000082bde2e64 in raise () from /lib/libc.so.7
[06:25:17.021] #2  0x000000082be936f9 in abort () from /lib/libc.so.7
[06:25:17.021] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:25:17.021] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:25:17.021] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:25:17.021] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:25:17.021] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821a07a50) at ../src/backe...
[06:25:17.021] #8  0x00000000007d228c in main (argc=8, argv=0x821a07a50) at ../src/backend/main/main.c:196
[06:25:17.286] #0  0x000000082ae9e41a in thr_kill () from /lib/libc.so.7
core
[06:25:17.296] #0  0x000000082ae9e41a in thr_kill () from /lib/libc.so.7
[06:25:17.296] #1  0x000000082ae17e64 in raise () from /lib/libc.so.7
[06:25:17.296] #2  0x000000082aec86f9 in abort () from /lib/libc.so.7
[06:25:17.296] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:25:17.296] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:25:17.296] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:25:17.296] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:25:17.296] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8214f9ea0) at ../src/backe...
[06:25:17.296] #8  0x00000000007d228c in main (argc=8, argv=0x8214f9ea0) at ../src/backend/main/main.c:196
[06:25:17.558] #0  0x000000082c38a41a in thr_kill () from /lib/libc.so.7
core
[06:25:17.567] #0  0x000000082c38a41a in thr_kill () from /lib/libc.so.7
[06:25:17.567] #1  0x000000082c303e64 in raise () from /lib/libc.so.7
[06:25:17.567] #2  0x000000082c3b46f9 in abort () from /lib/libc.so.7
[06:25:17.567] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:25:17.567] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:25:17.567] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:25:17.567] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:25:17.567] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821853920) at ../src/backe...
[06:25:17.567] #8  0x00000000007d228c in main (argc=8, argv=0x821853920) at ../src/backend/main/main.c:196
[06:25:17.831] #0  0x000000082d49341a in thr_kill () from /lib/libc.so.7
core
[06:25:17.841] #0  0x000000082d49341a in thr_kill () from /lib/libc.so.7
[06:25:17.841] #1  0x000000082d40ce64 in raise () from /lib/libc.so.7
[06:25:17.841] #2  0x000000082d4bd6f9 in abort () from /lib/libc.so.7
[06:25:17.841] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:25:17.841] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:25:17.841] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:25:17.841] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:25:17.841] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x82140a380) at ../src/backe...
[06:25:17.841] #8  0x00000000007d228c in main (argc=8, argv=0x82140a380) at ../src/backend/main/main.c:196
[06:25:18.105] #0  0x000000082a69241a in thr_kill () from /lib/libc.so.7
core
[06:25:18.115] #0  0x000000082a69241a in thr_kill () from /lib/libc.so.7
[06:25:18.115] #1  0x000000082a60be64 in raise () from /lib/libc.so.7
[06:25:18.115] #2  0x000000082a6bc6f9 in abort () from /lib/libc.so.7
[06:25:18.115] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:25:18.115] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:25:18.115] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:25:18.115] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:25:18.115] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821aac190) at ../src/backe...
[06:25:18.115] #8  0x00000000007d228c in main (argc=8, argv=0x821aac190) at ../src/backend/main/main.c:196
[06:25:18.386] #0  0x000000082a90741a in thr_kill () from /lib/libc.so.7
core
[06:25:18.395] #0  0x000000082a90741a in thr_kill () from /lib/libc.so.7
[06:25:18.395] #1  0x000000082a880e64 in raise () from /lib/libc.so.7
[06:25:18.395] #2  0x000000082a9316f9 in abort () from /lib/libc.so.7
[06:25:18.395] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:25:18.395] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:25:18.395] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:25:18.395] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:25:18.395] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8219d3490) at ../src/backe...
[06:25:18.395] #8  0x00000000007d228c in main (argc=8, argv=0x8219d3490) at ../src/backend/main/main.c:196
[06:25:18.662] #0  0x000000082a51341a in thr_kill () from /lib/libc.so.7
core
[06:25:18.672] #0  0x000000082a51341a in thr_kill () from /lib/libc.so.7
[06:25:18.672] #1  0x000000082a48ce64 in raise () from /lib/libc.so.7
[06:25:18.672] #2  0x000000082a53d6f9 in abort () from /lib/libc.so.7
[06:25:18.672] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:25:18.672] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:25:18.672] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:25:18.672] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:25:18.672] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8216dc808) at ../src/backe...
[06:25:18.672] #8  0x00000000007d228c in main (argc=8, argv=0x8216dc808) at ../src/backend/main/main.c:196
[06:25:18.937] #0  0x000000082b42141a in thr_kill () from /lib/libc.so.7
core
[06:25:18.947] #0  0x000000082b42141a in thr_kill () from /lib/libc.so.7
[06:25:18.947] #1  0x000000082b39ae64 in raise () from /lib/libc.so.7
[06:25:18.947] #2  0x000000082b44b6f9 in abort () from /lib/libc.so.7
[06:25:18.947] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:25:18.947] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:25:18.947] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:25:18.947] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:25:18.947] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x82156b900) at ../src/backe...
[06:25:18.947] #8  0x00000000007d228c in main (argc=8, argv=0x82156b900) at ../src/backend/main/main.c:196
[06:25:19.216] #0  0x000000082d2e041a in thr_kill () from /lib/libc.so.7
core
[06:25:19.225] #0  0x000000082d2e041a in thr_kill () from /lib/libc.so.7
[06:25:19.225] #1  0x000000082d259e64 in raise () from /lib/libc.so.7
[06:25:19.225] #2  0x000000082d30a6f9 in abort () from /lib/libc.so.7
[06:25:19.225] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:25:19.225] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:25:19.225] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:25:19.225] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:25:19.225] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x82147df40) at ../src/backe...
[06:25:19.225] #8  0x00000000007d228c in main (argc=8, argv=0x82147df40) at ../src/backend/main/main.c:196
[06:25:19.485] #0  0x000000082b4ac41a in thr_kill () from /lib/libc.so.7
core
[06:25:19.495] #0  0x000000082b4ac41a in thr_kill () from /lib/libc.so.7
[06:25:19.495] #1  0x000000082b425e64 in raise () from /lib/libc.so.7
[06:25:19.495] #2  0x000000082b4d66f9 in abort () from /lib/libc.so.7
[06:25:19.495] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:25:19.495] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:25:19.495] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:25:19.495] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:25:19.495] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820fefc10) at ../src/backe...
[06:25:19.495] #8  0x00000000007d228c in main (argc=8, argv=0x820fefc10) at ../src/backend/main/main.c:196
[06:25:19.765] #0  0x000000082a8c741a in thr_kill () from /lib/libc.so.7
core
[06:25:19.775] #0  0x000000082a8c741a in thr_kill () from /lib/libc.so.7
[06:25:19.775] #1  0x000000082a840e64 in raise () from /lib/libc.so.7
[06:25:19.775] #2  0x000000082a8f16f9 in abort () from /lib/libc.so.7
[06:25:19.775] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:25:19.775] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:25:19.775] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:25:19.775] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:25:19.775] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820d63e28) at ../src/backe...
[06:25:19.775] #8  0x00000000007d228c in main (argc=8, argv=0x820d63e28) at ../src/backend/main/main.c:196
[06:25:20.035] #0  0x000000082d0d541a in thr_kill () from /lib/libc.so.7
core
[06:25:20.045] #0  0x000000082d0d541a in thr_kill () from /lib/libc.so.7
[06:25:20.045] #1  0x000000082d04ee64 in raise () from /lib/libc.so.7
[06:25:20.045] #2  0x000000082d0ff6f9 in abort () from /lib/libc.so.7
[06:25:20.045] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:25:20.045] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:25:20.045] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:25:20.045] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:25:20.045] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821a36bc8) at ../src/backe...
[06:25:20.045] #8  0x00000000007d228c in main (argc=8, argv=0x821a36bc8) at ../src/backend/main/main.c:196
[06:25:20.308] #0  0x000000082abb141a in thr_kill () from /lib/libc.so.7
core
[06:25:20.317] #0  0x000000082abb141a in thr_kill () from /lib/libc.so.7
[06:25:20.317] #1  0x000000082ab2ae64 in raise () from /lib/libc.so.7
[06:25:20.317] #2  0x000000082abdb6f9 in abort () from /lib/libc.so.7
[06:25:20.317] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:25:20.317] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:25:20.317] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:25:20.317] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:25:20.317] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8219203f8) at ../src/backe...
[06:25:20.317] #8  0x00000000007d228c in main (argc=8, argv=0x8219203f8) at ../src/backend/main/main.c:196
[06:25:20.581] #0  0x000000082969b41a in thr_kill () from /lib/libc.so.7
core
[06:25:20.590] #0  0x000000082969b41a in thr_kill () from /lib/libc.so.7
[06:25:20.590] #1  0x0000000829614e64 in raise () from /lib/libc.so.7
[06:25:20.590] #2  0x00000008296c56f9 in abort () from /lib/libc.so.7
[06:25:20.590] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:25:20.590] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:25:20.590] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:25:20.590] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:25:20.590] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821147f70) at ../src/backe...
[06:25:20.590] #8  0x00000000007d228c in main (argc=8, argv=0x821147f70) at ../src/backend/main/main.c:196
[06:25:20.855] #0  0x0000000829fca41a in thr_kill () from /lib/libc.so.7
core
[06:25:20.865] #0  0x0000000829fca41a in thr_kill () from /lib/libc.so.7
[06:25:20.865] #1  0x0000000829f43e64 in raise () from /lib/libc.so.7
[06:25:20.865] #2  0x0000000829ff46f9 in abort () from /lib/libc.so.7
[06:25:20.865] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:25:20.865] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:25:20.865] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:25:20.865] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:25:20.865] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821347d40) at ../src/backe...
[06:25:20.865] #8  0x00000000007d228c in main (argc=8, argv=0x821347d40) at ../src/backend/main/main.c:196
[06:25:21.131] #0  0x000000082b70a41a in thr_kill () from /lib/libc.so.7
core
[06:25:21.140] #0  0x000000082b70a41a in thr_kill () from /lib/libc.so.7
[06:25:21.140] #1  0x000000082b683e64 in raise () from /lib/libc.so.7
[06:25:21.140] #2  0x000000082b7346f9 in abort () from /lib/libc.so.7
[06:25:21.140] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:25:21.140] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:25:21.140] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:25:21.140] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:25:21.140] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820c53070) at ../src/backe...
[06:25:21.140] #8  0x00000000007d228c in main (argc=8, argv=0x820c53070) at ../src/backend/main/main.c:196
[06:25:21.408] #0  0x000000082cd2c41a in thr_kill () from /lib/libc.so.7
core
[06:25:21.418] #0  0x000000082cd2c41a in thr_kill () from /lib/libc.so.7
[06:25:21.418] #1  0x000000082cca5e64 in raise () from /lib/libc.so.7
[06:25:21.418] #2  0x000000082cd566f9 in abort () from /lib/libc.so.7
[06:25:21.418] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:25:21.418] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:25:21.418] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:25:21.418] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:25:21.418] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8216a3080) at ../src/backe...
[06:25:21.418] #8  0x00000000007d228c in main (argc=8, argv=0x8216a3080) at ../src/backend/main/main.c:196
[06:25:21.685] #0  0x00000008285b241a in thr_kill () from /lib/libc.so.7
core
[06:25:21.695] #0  0x00000008285b241a in thr_kill () from /lib/libc.so.7
[06:25:21.695] #1  0x000000082852be64 in raise () from /lib/libc.so.7
[06:25:21.695] #2  0x00000008285dc6f9 in abort () from /lib/libc.so.7
[06:25:21.695] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:25:21.695] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:25:21.695] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:25:21.695] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:25:21.695] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8214a9788) at ../src/backe...
[06:25:21.695] #8  0x00000000007d228c in main (argc=8, argv=0x8214a9788) at ../src/backend/main/main.c:196
[06:25:21.967] #0  0x000000082a7c541a in thr_kill () from /lib/libc.so.7
core
[06:25:21.977] #0  0x000000082a7c541a in thr_kill () from /lib/libc.so.7
[06:25:21.977] #1  0x000000082a73ee64 in raise () from /lib/libc.so.7
[06:25:21.977] #2  0x000000082a7ef6f9 in abort () from /lib/libc.so.7
[06:25:21.977] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:25:21.977] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:25:21.977] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:25:21.977] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:25:21.977] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8217b33a8) at ../src/backe...
[06:25:21.977] #8  0x00000000007d228c in main (argc=8, argv=0x8217b33a8) at ../src/backend/main/main.c:196
[06:25:22.254] #0  0x0000000829eba41a in thr_kill () from /lib/libc.so.7
core
[06:25:22.264] #0  0x0000000829eba41a in thr_kill () from /lib/libc.so.7
[06:25:22.264] #1  0x0000000829e33e64 in raise () from /lib/libc.so.7
[06:25:22.264] #2  0x0000000829ee46f9 in abort () from /lib/libc.so.7
[06:25:22.264] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:25:22.264] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:25:22.264] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:25:22.264] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:25:22.264] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820f54160) at ../src/backe...
[06:25:22.264] #8  0x00000000007d228c in main (argc=8, argv=0x820f54160) at ../src/backend/main/main.c:196
[06:25:22.528] #0  0x000000082aa2941a in thr_kill () from /lib/libc.so.7
core
[06:25:22.538] #0  0x000000082aa2941a in thr_kill () from /lib/libc.so.7
[06:25:22.538] #1  0x000000082a9a2e64 in raise () from /lib/libc.so.7
[06:25:22.538] #2  0x000000082aa536f9 in abort () from /lib/libc.so.7
[06:25:22.538] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:25:22.538] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:25:22.538] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:25:22.538] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:25:22.538] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821603440) at ../src/backe...
[06:25:22.538] #8  0x00000000007d228c in main (argc=8, argv=0x821603440) at ../src/backend/main/main.c:196
[06:25:22.800] #0  0x000000082c97a41a in thr_kill () from /lib/libc.so.7
core
[06:25:22.810] #0  0x000000082c97a41a in thr_kill () from /lib/libc.so.7
[06:25:22.810] #1  0x000000082c8f3e64 in raise () from /lib/libc.so.7
[06:25:22.810] #2  0x000000082c9a46f9 in abort () from /lib/libc.so.7
[06:25:22.810] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:25:22.810] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:25:22.810] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:25:22.810] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:25:22.810] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820d9c810) at ../src/backe...
[06:25:22.810] #8  0x00000000007d228c in main (argc=8, argv=0x820d9c810) at ../src/backend/main/main.c:196
[06:25:23.072] #0  0x000000082c62441a in thr_kill () from /lib/libc.so.7
core
[06:25:23.081] #0  0x000000082c62441a in thr_kill () from /lib/libc.so.7
[06:25:23.081] #1  0x000000082c59de64 in raise () from /lib/libc.so.7
[06:25:23.081] #2  0x000000082c64e6f9 in abort () from /lib/libc.so.7
[06:25:23.081] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:25:23.081] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:25:23.081] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:25:23.081] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:25:23.081] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820bf2b10) at ../src/backe...
[06:25:23.081] #8  0x00000000007d228c in main (argc=4, argv=0x820bf2b10) at ../src/backend/main/main.c:196
[06:25:23.337] #0  0x000000082b9cc41a in thr_kill () from /lib/libc.so.7
core
[06:25:23.346] #0  0x000000082b9cc41a in thr_kill () from /lib/libc.so.7
[06:25:23.346] #1  0x000000082b945e64 in raise () from /lib/libc.so.7
[06:25:23.346] #2  0x000000082b9f66f9 in abort () from /lib/libc.so.7
[06:25:23.346] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:25:23.346] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:25:23.346] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:25:23.346] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:25:23.346] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82131d420) at ../src/backe...
[06:25:23.346] #8  0x00000000007d228c in main (argc=4, argv=0x82131d420) at ../src/backend/main/main.c:196
[06:25:23.600] #0  0x0000000829e6641a in thr_kill () from /lib/libc.so.7
core
[06:25:23.609] #0  0x0000000829e6641a in thr_kill () from /lib/libc.so.7
[06:25:23.609] #1  0x0000000829ddfe64 in raise () from /lib/libc.so.7
[06:25:23.609] #2  0x0000000829e906f9 in abort () from /lib/libc.so.7
[06:25:23.609] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:25:23.609] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:25:23.609] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:25:23.609] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:25:23.609] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8212357f0) at ../src/backe...
[06:25:23.609] #8  0x00000000007d228c in main (argc=4, argv=0x8212357f0) at ../src/backend/main/main.c:196
[06:25:23.865] #0  0x000000082b09741a in thr_kill () from /lib/libc.so.7
core
[06:25:23.876] #0  0x000000082b09741a in thr_kill () from /lib/libc.so.7
[06:25:23.876] #1  0x000000082b010e64 in raise () from /lib/libc.so.7
[06:25:23.876] #2  0x000000082b0c16f9 in abort () from /lib/libc.so.7
[06:25:23.876] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:25:23.876] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:25:23.876] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:25:23.876] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:25:23.876] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8217caa68) at ../src/backe...
[06:25:23.876] #8  0x00000000007d228c in main (argc=4, argv=0x8217caa68) at ../src/backend/main/main.c:196
[06:25:24.140] #0  0x000000082d5a041a in thr_kill () from /lib/libc.so.7
core
[06:25:24.150] #0  0x000000082d5a041a in thr_kill () from /lib/libc.so.7
[06:25:24.150] #1  0x000000082d519e64 in raise () from /lib/libc.so.7
[06:25:24.150] #2  0x000000082d5ca6f9 in abort () from /lib/libc.so.7
[06:25:24.150] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:25:24.150] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:25:24.150] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:25:24.150] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:25:24.150] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82182a240) at ../src/backe...
[06:25:24.150] #8  0x00000000007d228c in main (argc=4, argv=0x82182a240) at ../src/backend/main/main.c:196
[06:25:24.410] #0  0x000000082c2d441a in thr_kill () from /lib/libc.so.7
core
[06:25:24.419] #0  0x000000082c2d441a in thr_kill () from /lib/libc.so.7
[06:25:24.419] #1  0x000000082c24de64 in raise () from /lib/libc.so.7
[06:25:24.419] #2  0x000000082c2fe6f9 in abort () from /lib/libc.so.7
[06:25:24.419] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:25:24.419] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:25:24.419] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:25:24.419] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:25:24.419] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821b031b0) at ../src/backe...
[06:25:24.419] #8  0x00000000007d228c in main (argc=4, argv=0x821b031b0) at ../src/backend/main/main.c:196
[06:25:24.673] #0  0x000000082e9d241a in thr_kill () from /lib/libc.so.7
core
[06:25:24.683] #0  0x000000082e9d241a in thr_kill () from /lib/libc.so.7
[06:25:24.683] #1  0x000000082e94be64 in raise () from /lib/libc.so.7
[06:25:24.683] #2  0x000000082e9fc6f9 in abort () from /lib/libc.so.7
[06:25:24.683] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:25:24.683] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:25:24.683] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:25:24.683] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:25:24.683] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8212174b8) at ../src/backe...
[06:25:24.683] #8  0x00000000007d228c in main (argc=4, argv=0x8212174b8) at ../src/backend/main/main.c:196
[06:25:24.940] #0  0x000000082b7c641a in thr_kill () from /lib/libc.so.7
core
[06:25:24.949] #0  0x000000082b7c641a in thr_kill () from /lib/libc.so.7
[06:25:24.949] #1  0x000000082b73fe64 in raise () from /lib/libc.so.7
[06:25:24.949] #2  0x000000082b7f06f9 in abort () from /lib/libc.so.7
[06:25:24.949] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:25:24.949] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:25:24.949] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:25:24.949] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:25:24.949] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821b18510) at ../src/backe...
[06:25:24.949] #8  0x00000000007d228c in main (argc=4, argv=0x821b18510) at ../src/backend/main/main.c:196
[06:25:25.201] #0  0x000000082b35341a in thr_kill () from /lib/libc.so.7
core
[06:25:25.211] #0  0x000000082b35341a in thr_kill () from /lib/libc.so.7
[06:25:25.211] #1  0x000000082b2cce64 in raise () from /lib/libc.so.7
[06:25:25.211] #2  0x000000082b37d6f9 in abort () from /lib/libc.so.7
[06:25:25.211] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:25:25.211] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:25:25.211] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:25:25.211] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:25:25.211] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821481f70) at ../src/backe...
[06:25:25.211] #8  0x00000000007d228c in main (argc=4, argv=0x821481f70) at ../src/backend/main/main.c:196
[06:25:25.468] #0  0x000000082c11c41a in thr_kill () from /lib/libc.so.7
core
[06:25:25.478] #0  0x000000082c11c41a in thr_kill () from /lib/libc.so.7
[06:25:25.478] #1  0x000000082c095e64 in raise () from /lib/libc.so.7
[06:25:25.478] #2  0x000000082c1466f9 in abort () from /lib/libc.so.7
[06:25:25.478] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:25:25.478] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:25:25.478] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:25:25.478] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:25:25.478] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820c81de8) at ../src/backe...
[06:25:25.478] #8  0x00000000007d228c in main (argc=4, argv=0x820c81de8) at ../src/backend/main/main.c:196
[06:25:25.736] #0  0x000000082dc9f41a in thr_kill () from /lib/libc.so.7
core
[06:25:25.745] #0  0x000000082dc9f41a in thr_kill () from /lib/libc.so.7
[06:25:25.745] #1  0x000000082dc18e64 in raise () from /lib/libc.so.7
[06:25:25.745] #2  0x000000082dcc96f9 in abort () from /lib/libc.so.7
[06:25:25.745] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:25:25.745] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:25:25.745] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:25:25.745] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:25:25.745] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82112cad0) at ../src/backe...
[06:25:25.745] #8  0x00000000007d228c in main (argc=4, argv=0x82112cad0) at ../src/backend/main/main.c:196
[06:25:26.001] #0  0x00000008284eb41a in thr_kill () from /lib/libc.so.7
core
[06:25:26.011] #0  0x00000008284eb41a in thr_kill () from /lib/libc.so.7
[06:25:26.011] #1  0x0000000828464e64 in raise () from /lib/libc.so.7
[06:25:26.011] #2  0x00000008285156f9 in abort () from /lib/libc.so.7
[06:25:26.011] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:25:26.011] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:25:26.011] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:25:26.011] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:25:26.011] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820c06a98) at ../src/backe...
[06:25:26.011] #8  0x00000000007d228c in main (argc=4, argv=0x820c06a98) at ../src/backend/main/main.c:196
[06:25:26.272] #0  0x000000082a91341a in thr_kill () from /lib/libc.so.7
core
[06:25:26.281] #0  0x000000082a91341a in thr_kill () from /lib/libc.so.7
[06:25:26.281] #1  0x000000082a88ce64 in raise () from /lib/libc.so.7
[06:25:26.281] #2  0x000000082a93d6f9 in abort () from /lib/libc.so.7
[06:25:26.281] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:25:26.281] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:25:26.281] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:25:26.281] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:25:26.281] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821326620) at ../src/backe...
[06:25:26.281] #8  0x00000000007d228c in main (argc=4, argv=0x821326620) at ../src/backend/main/main.c:196
[06:25:26.538] #0  0x00000008294a541a in thr_kill () from /lib/libc.so.7
core
[06:25:26.548] #0  0x00000008294a541a in thr_kill () from /lib/libc.so.7
[06:25:26.548] #1  0x000000082941ee64 in raise () from /lib/libc.so.7
[06:25:26.548] #2  0x00000008294cf6f9 in abort () from /lib/libc.so.7
[06:25:26.548] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:25:26.548] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:25:26.548] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:25:26.548] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:25:26.548] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8211d2438) at ../src/backe...
[06:25:26.548] #8  0x00000000007d228c in main (argc=4, argv=0x8211d2438) at ../src/backend/main/main.c:196
[06:25:26.805] #0  0x000000082d71b41a in thr_kill () from /lib/libc.so.7
core
[06:25:26.813] #0  0x000000082d71b41a in thr_kill () from /lib/libc.so.7
[06:25:26.813] #1  0x000000082d694e64 in raise () from /lib/libc.so.7
[06:25:26.813] #2  0x000000082d7456f9 in abort () from /lib/libc.so.7
[06:25:26.813] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:25:26.813] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:25:26.813] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:25:26.813] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:25:26.813] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8216c6070) at ../src/backe...
[06:25:26.813] #8  0x00000000007d228c in main (argc=4, argv=0x8216c6070) at ../src/backend/main/main.c:196
[06:25:27.056] #0  0x000000082bd1d41a in thr_kill () from /lib/libc.so.7
core
[06:25:27.065] #0  0x000000082bd1d41a in thr_kill () from /lib/libc.so.7
[06:25:27.065] #1  0x000000082bc96e64 in raise () from /lib/libc.so.7
[06:25:27.065] #2  0x000000082bd476f9 in abort () from /lib/libc.so.7
[06:25:27.065] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:25:27.065] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:25:27.065] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:25:27.065] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:25:27.065] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8219c8d98) at ../src/backe...
[06:25:27.065] #8  0x00000000007d228c in main (argc=4, argv=0x8219c8d98) at ../src/backend/main/main.c:196
[06:25:27.318] #0  0x000000082b06841a in thr_kill () from /lib/libc.so.7
core
[06:25:27.328] #0  0x000000082b06841a in thr_kill () from /lib/libc.so.7
[06:25:27.328] #1  0x000000082afe1e64 in raise () from /lib/libc.so.7
[06:25:27.328] #2  0x000000082b0926f9 in abort () from /lib/libc.so.7
[06:25:27.328] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:25:27.328] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:25:27.328] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:25:27.328] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:25:27.328] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8217c7370) at ../src/backe...
[06:25:27.328] #8  0x00000000007d228c in main (argc=4, argv=0x8217c7370) at ../src/backend/main/main.c:196
[06:25:27.570] #0  0x000000082aae841a in thr_kill () from /lib/libc.so.7
core
[06:25:27.579] #0  0x000000082aae841a in thr_kill () from /lib/libc.so.7
[06:25:27.579] #1  0x000000082aa61e64 in raise () from /lib/libc.so.7
[06:25:27.579] #2  0x000000082ab126f9 in abort () from /lib/libc.so.7
[06:25:27.579] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:25:27.579] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:25:27.579] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:25:27.579] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:25:27.579] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821afeb60) at ../src/backe...
[06:25:27.579] #8  0x00000000007d228c in main (argc=4, argv=0x821afeb60) at ../src/backend/main/main.c:196
[06:25:27.818] #0  0x000000082ce0841a in thr_kill () from /lib/libc.so.7
core
[06:25:27.827] #0  0x000000082ce0841a in thr_kill () from /lib/libc.so.7
[06:25:27.827] #1  0x000000082cd81e64 in raise () from /lib/libc.so.7
[06:25:27.827] #2  0x000000082ce326f9 in abort () from /lib/libc.so.7
[06:25:27.827] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:25:27.827] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:25:27.827] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:25:27.827] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:25:27.827] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820bf9c78) at ../src/backe...
[06:25:27.827] #8  0x00000000007d228c in main (argc=4, argv=0x820bf9c78) at ../src/backend/main/main.c:196
[06:25:28.070] #0  0x000000082a60e41a in thr_kill () from /lib/libc.so.7
core
[06:25:28.078] #0  0x000000082a60e41a in thr_kill () from /lib/libc.so.7
[06:25:28.078] #1  0x000000082a587e64 in raise () from /lib/libc.so.7
[06:25:28.078] #2  0x000000082a6386f9 in abort () from /lib/libc.so.7
[06:25:28.078] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:25:28.078] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:25:28.078] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:25:28.078] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:25:28.078] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820f6b6f0) at ../src/backe...
[06:25:28.078] #8  0x00000000007d228c in main (argc=4, argv=0x820f6b6f0) at ../src/backend/main/main.c:196
[06:25:28.324] #0  0x000000082b9bc41a in thr_kill () from /lib/libc.so.7
core
[06:25:28.332] #0  0x000000082b9bc41a in thr_kill () from /lib/libc.so.7
[06:25:28.332] #1  0x000000082b935e64 in raise () from /lib/libc.so.7
[06:25:28.332] #2  0x000000082b9e66f9 in abort () from /lib/libc.so.7
[06:25:28.332] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:25:28.332] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:25:28.332] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:25:28.332] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:25:28.332] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820f26970) at ../src/backe...
[06:25:28.332] #8  0x00000000007d228c in main (argc=4, argv=0x820f26970) at ../src/backend/main/main.c:196
[06:25:28.574] #0  0x000000082d3a341a in thr_kill () from /lib/libc.so.7
core
[06:25:28.583] #0  0x000000082d3a341a in thr_kill () from /lib/libc.so.7
[06:25:28.583] #1  0x000000082d31ce64 in raise () from /lib/libc.so.7
[06:25:28.583] #2  0x000000082d3cd6f9 in abort () from /lib/libc.so.7
[06:25:28.583] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:25:28.583] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:25:28.583] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:25:28.583] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:25:28.584] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821a92ae0) at ../src/backe...
[06:25:28.584] #8  0x00000000007d228c in main (argc=4, argv=0x821a92ae0) at ../src/backend/main/main.c:196
core
[06:24:49.167] #0  0x000000082bdd541a in thr_kill () from /lib/libc.so.7
[06:24:49.167] #1  0x000000082bd4ee64 in raise () from /lib/libc.so.7
[06:24:49.167] #2  0x000000082bdff6f9 in abort () from /lib/libc.so.7
[06:24:49.167] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:24:49.167] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:24:49.167] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:24:49.167] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:24:49.167] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820ef7b98) at ../src/backe...
[06:24:49.167] #8  0x00000000007d228c in main (argc=4, argv=0x820ef7b98) at ../src/backend/main/main.c:196
[06:24:49.430] #0  0x000000082bf5841a in thr_kill () from /lib/libc.so.7
core
[06:24:50.790] #0  0x000000082a41441a in thr_kill () from /lib/libc.so.7
[06:24:50.790] #1  0x000000082a38de64 in raise () from /lib/libc.so.7
[06:24:50.790] #2  0x000000082a43e6f9 in abort () from /lib/libc.so.7
[06:24:50.790] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:24:50.790] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:24:50.790] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:24:50.790] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:24:50.790] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820daaaf8) at ../src/backe...
[06:24:50.790] #8  0x00000000007d228c in main (argc=4, argv=0x820daaaf8) at ../src/backend/main/main.c:196
[06:24:51.047] #0  0x000000082a8b541a in thr_kill () from /lib/libc.so.7
core
[06:24:51.057] #0  0x000000082a8b541a in thr_kill () from /lib/libc.so.7
[06:24:51.057] #1  0x000000082a82ee64 in raise () from /lib/libc.so.7
[06:24:51.057] #2  0x000000082a8df6f9 in abort () from /lib/libc.so.7
[06:24:51.057] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:24:51.057] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:24:51.057] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:24:51.057] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:24:51.057] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820e6de90) at ../src/backe...
[06:24:51.057] #8  0x00000000007d228c in main (argc=4, argv=0x820e6de90) at ../src/backend/main/main.c:196
[06:24:51.312] #0  0x000000082a2b641a in thr_kill () from /lib/libc.so.7
core
[06:24:51.321] #0  0x000000082a2b641a in thr_kill () from /lib/libc.so.7
[06:24:51.321] #1  0x000000082a22fe64 in raise () from /lib/libc.so.7
[06:24:51.321] #2  0x000000082a2e06f9 in abort () from /lib/libc.so.7
[06:24:51.321] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:24:51.321] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:24:51.321] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:24:51.321] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:24:51.321] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8216f7068) at ../src/backe...
[06:24:51.321] #8  0x00000000007d228c in main (argc=4, argv=0x8216f7068) at ../src/backend/main/main.c:196
[06:24:51.586] #0  0x000000082c99941a in thr_kill () from /lib/libc.so.7
core
[06:24:51.596] #0  0x000000082c99941a in thr_kill () from /lib/libc.so.7
[06:24:51.596] #1  0x000000082c912e64 in raise () from /lib/libc.so.7
[06:24:51.596] #2  0x000000082c9c36f9 in abort () from /lib/libc.so.7
[06:24:51.596] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:24:51.596] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:24:51.596] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:24:51.596] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:24:51.596] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821b134b0) at ../src/backe...
[06:24:51.596] #8  0x00000000007d228c in main (argc=4, argv=0x821b134b0) at ../src/backend/main/main.c:196
[06:24:51.864] #0  0x000000082837e41a in thr_kill () from /lib/libc.so.7
core
[06:24:54.288] #0  0x000000082c04641a in thr_kill () from /lib/libc.so.7
[06:24:54.288] #1  0x000000082bfbfe64 in raise () from /lib/libc.so.7
[06:24:54.288] #2  0x000000082c0706f9 in abort () from /lib/libc.so.7
[06:24:54.288] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:24:54.288] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:24:54.288] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:24:54.288] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:24:54.288] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820d7d290) at ../src/backe...
[06:24:54.288] #8  0x00000000007d228c in main (argc=4, argv=0x820d7d290) at ../src/backend/main/main.c:196
[06:24:54.555] #0  0x000000082c97341a in thr_kill () from /lib/libc.so.7
core
[06:24:54.839] #0  0x000000082db0e41a in thr_kill () from /lib/libc.so.7
[06:24:54.839] #1  0x000000082da87e64 in raise () from /lib/libc.so.7
[06:24:54.839] #2  0x000000082db386f9 in abort () from /lib/libc.so.7
[06:24:54.839] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:24:54.839] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:24:54.839] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:24:54.839] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:24:54.839] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821afc988) at ../src/backe...
[06:24:54.839] #8  0x00000000007d228c in main (argc=4, argv=0x821afc988) at ../src/backend/main/main.c:196
[06:24:55.105] #0  0x000000082ba2e41a in thr_kill () from /lib/libc.so.7
core
[06:24:50.521] #0  0x000000082c17541a in thr_kill () from /lib/libc.so.7
[06:24:50.521] #1  0x000000082c0eee64 in raise () from /lib/libc.so.7
[06:24:50.521] #2  0x000000082c19f6f9 in abort () from /lib/libc.so.7
[06:24:50.521] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:24:50.521] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:24:50.521] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:24:50.521] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:24:50.521] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821060720) at ../src/backe...
[06:24:50.521] #8  0x00000000007d228c in main (argc=4, argv=0x821060720) at ../src/backend/main/main.c:196
[06:24:50.780] #0  0x000000082a41441a in thr_kill () from /lib/libc.so.7
core
[06:24:53.496] #0  0x000000082c48441a in thr_kill () from /lib/libc.so.7
[06:24:53.496] #1  0x000000082c3fde64 in raise () from /lib/libc.so.7
[06:24:53.496] #2  0x000000082c4ae6f9 in abort () from /lib/libc.so.7
[06:24:53.496] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:24:53.496] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:24:53.496] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:24:53.496] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:24:53.496] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8217dd248) at ../src/backe...
[06:24:53.496] #8  0x00000000007d228c in main (argc=4, argv=0x8217dd248) at ../src/backend/main/main.c:196
[06:24:53.752] #0  0x000000082c21341a in thr_kill () from /lib/libc.so.7
core
[06:24:53.762] #0  0x000000082c21341a in thr_kill () from /lib/libc.so.7
[06:24:53.762] #1  0x000000082c18ce64 in raise () from /lib/libc.so.7
[06:24:53.762] #2  0x000000082c23d6f9 in abort () from /lib/libc.so.7
[06:24:53.762] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:24:53.762] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:24:53.762] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:24:53.762] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:24:53.762] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8213f7cd0) at ../src/backe...
[06:24:53.762] #8  0x00000000007d228c in main (argc=8, argv=0x8213f7cd0) at ../src/backend/main/main.c:196
[06:24:54.015] #0  0x000000082d20441a in thr_kill () from /lib/libc.so.7
core
[06:24:54.025] #0  0x000000082d20441a in thr_kill () from /lib/libc.so.7
[06:24:54.025] #1  0x000000082d17de64 in raise () from /lib/libc.so.7
[06:24:54.025] #2  0x000000082d22e6f9 in abort () from /lib/libc.so.7
[06:24:54.025] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:24:54.025] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:24:54.025] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:24:54.025] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:24:54.025] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8214e0988) at ../src/backe...
[06:24:54.025] #8  0x00000000007d228c in main (argc=4, argv=0x8214e0988) at ../src/backend/main/main.c:196
[06:24:54.279] #0  0x000000082c04641a in thr_kill () from /lib/libc.so.7
core
[06:24:49.988] #0  0x000000082a6cd41a in thr_kill () from /lib/libc.so.7
[06:24:49.988] #1  0x000000082a646e64 in raise () from /lib/libc.so.7
[06:24:49.988] #2  0x000000082a6f76f9 in abort () from /lib/libc.so.7
[06:24:49.988] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:24:49.988] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:24:49.988] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:24:49.988] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:24:49.988] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8217e0920) at ../src/backe...
[06:24:49.988] #8  0x00000000007d228c in main (argc=4, argv=0x8217e0920) at ../src/backend/main/main.c:196
[06:24:50.243] #0  0x000000082d1a741a in thr_kill () from /lib/libc.so.7
core
[06:24:50.253] #0  0x000000082d1a741a in thr_kill () from /lib/libc.so.7
[06:24:50.253] #1  0x000000082d120e64 in raise () from /lib/libc.so.7
[06:24:50.253] #2  0x000000082d1d16f9 in abort () from /lib/libc.so.7
[06:24:50.253] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:24:50.253] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:24:50.253] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:24:50.253] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:24:50.253] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821b43210) at ../src/backe...
[06:24:50.253] #8  0x00000000007d228c in main (argc=4, argv=0x821b43210) at ../src/backend/main/main.c:196
[06:24:50.511] #0  0x000000082c17541a in thr_kill () from /lib/libc.so.7
core
[06:24:49.439] #0  0x000000082bf5841a in thr_kill () from /lib/libc.so.7
[06:24:49.439] #1  0x000000082bed1e64 in raise () from /lib/libc.so.7
[06:24:49.439] #2  0x000000082bf826f9 in abort () from /lib/libc.so.7
[06:24:49.439] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:24:49.439] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:24:49.439] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:24:49.439] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:24:49.439] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821b6fb28) at ../src/backe...
[06:24:49.439] #8  0x00000000007d228c in main (argc=4, argv=0x821b6fb28) at ../src/backend/main/main.c:196
[06:24:49.705] #0  0x00000008298ff41a in thr_kill () from /lib/libc.so.7
core
[06:24:51.874] #0  0x000000082837e41a in thr_kill () from /lib/libc.so.7
[06:24:51.874] #1  0x00000008282f7e64 in raise () from /lib/libc.so.7
[06:24:51.874] #2  0x00000008283a86f9 in abort () from /lib/libc.so.7
[06:24:51.874] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:24:51.874] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:24:51.874] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:24:51.874] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:24:51.874] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820e1ea20) at ../src/backe...
[06:24:51.874] #8  0x00000000007d228c in main (argc=4, argv=0x820e1ea20) at ../src/backend/main/main.c:196
[06:24:52.134] #0  0x000000082ac7e41a in thr_kill () from /lib/libc.so.7
core
[06:24:54.565] #0  0x000000082c97341a in thr_kill () from /lib/libc.so.7
[06:24:54.565] #1  0x000000082c8ece64 in raise () from /lib/libc.so.7
[06:24:54.565] #2  0x000000082c99d6f9 in abort () from /lib/libc.so.7
[06:24:54.565] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:24:54.565] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:24:54.565] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:24:54.565] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:24:54.565] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8218ceac0) at ../src/backe...
[06:24:54.565] #8  0x00000000007d228c in main (argc=4, argv=0x8218ceac0) at ../src/backend/main/main.c:196
[06:24:54.828] #0  0x000000082db0e41a in thr_kill () from /lib/libc.so.7
core
[06:24:52.143] #0  0x000000082ac7e41a in thr_kill () from /lib/libc.so.7
[06:24:52.143] #1  0x000000082abf7e64 in raise () from /lib/libc.so.7
[06:24:52.143] #2  0x000000082aca86f9 in abort () from /lib/libc.so.7
[06:24:52.143] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:24:52.143] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:24:52.143] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:24:52.143] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:24:52.143] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8211a2f88) at ../src/backe...
[06:24:52.143] #8  0x00000000007d228c in main (argc=4, argv=0x8211a2f88) at ../src/backend/main/main.c:196
[06:24:52.413] #0  0x000000082a99241a in thr_kill () from /lib/libc.so.7
core
[06:24:52.423] #0  0x000000082a99241a in thr_kill () from /lib/libc.so.7
[06:24:52.423] #1  0x000000082a90be64 in raise () from /lib/libc.so.7
[06:24:52.423] #2  0x000000082a9bc6f9 in abort () from /lib/libc.so.7
[06:24:52.423] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:24:52.423] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:24:52.423] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:24:52.423] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:24:52.423] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820eba060) at ../src/backe...
[06:24:52.423] #8  0x00000000007d228c in main (argc=4, argv=0x820eba060) at ../src/backend/main/main.c:196
[06:24:52.685] #0  0x000000082bd0741a in thr_kill () from /lib/libc.so.7
core
[06:24:52.694] #0  0x000000082bd0741a in thr_kill () from /lib/libc.so.7
[06:24:52.694] #1  0x000000082bc80e64 in raise () from /lib/libc.so.7
[06:24:52.694] #2  0x000000082bd316f9 in abort () from /lib/libc.so.7
[06:24:52.694] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:24:52.694] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:24:52.694] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:24:52.694] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:24:52.695] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820fc76e0) at ../src/backe...
[06:24:52.695] #8  0x00000000007d228c in main (argc=4, argv=0x820fc76e0) at ../src/backend/main/main.c:196
[06:24:52.951] #0  0x000000082bacf41a in thr_kill () from /lib/libc.so.7
core
[06:24:49.714] #0  0x00000008298ff41a in thr_kill () from /lib/libc.so.7
[06:24:49.714] #1  0x0000000829878e64 in raise () from /lib/libc.so.7
[06:24:49.714] #2  0x00000008299296f9 in abort () from /lib/libc.so.7
[06:24:49.714] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:24:49.714] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:24:49.714] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:24:49.714] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:24:49.714] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820d1d368) at ../src/backe...
[06:24:49.714] #8  0x00000000007d228c in main (argc=4, argv=0x820d1d368) at ../src/backend/main/main.c:196
[06:24:49.978] #0  0x000000082a6cd41a in thr_kill () from /lib/libc.so.7
core
[06:24:52.961] #0  0x000000082bacf41a in thr_kill () from /lib/libc.so.7
[06:24:52.961] #1  0x000000082ba48e64 in raise () from /lib/libc.so.7
[06:24:52.961] #2  0x000000082baf96f9 in abort () from /lib/libc.so.7
[06:24:52.961] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:24:52.961] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:24:52.961] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:24:52.961] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:24:52.961] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820d6ff90) at ../src/backe...
[06:24:52.961] #8  0x00000000007d228c in main (argc=4, argv=0x820d6ff90) at ../src/backend/main/main.c:196
[06:24:53.219] #0  0x0000000829ec341a in thr_kill () from /lib/libc.so.7
core
[06:24:53.229] #0  0x0000000829ec341a in thr_kill () from /lib/libc.so.7
[06:24:53.229] #1  0x0000000829e3ce64 in raise () from /lib/libc.so.7
[06:24:53.229] #2  0x0000000829eed6f9 in abort () from /lib/libc.so.7
[06:24:53.229] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:24:53.229] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:24:53.229] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:24:53.229] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:24:53.230] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8217dc7f0) at ../src/backe...
[06:24:53.230] #8  0x00000000007d228c in main (argc=4, argv=0x8217dc7f0) at ../src/backend/main/main.c:196
[06:24:53.487] #0  0x000000082c48441a in thr_kill () from /lib/libc.so.7
core
[06:24:43.753] #0  0x000000082c3ca41a in thr_kill () from /lib/libc.so.7
[06:24:43.753] #1  0x000000082c343e64 in raise () from /lib/libc.so.7
[06:24:43.753] #2  0x000000082c3f46f9 in abort () from /lib/libc.so.7
[06:24:43.753] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:24:43.753] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:24:43.753] #5  0x000000000089cb25 in process_pm_child_exit () at ../src/backend/postmaster/postmaster.c:2523
[06:24:43.753] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1654
[06:24:43.753] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8212491d8) at ../src/backe...
[06:24:43.753] #8  0x00000000007d228c in main (argc=4, argv=0x8212491d8) at ../src/backend/main/main.c:196
[06:24:44.014] #0  0x000000082d91941a in thr_kill () from /lib/libc.so.7
core
[06:24:40.251] #0  0x000000082b5e941a in thr_kill () from /lib/libc.so.7
[06:24:40.251] #1  0x000000082b562e64 in raise () from /lib/libc.so.7
[06:24:40.251] #2  0x000000082b6136f9 in abort () from /lib/libc.so.7
[06:24:40.251] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:24:40.251] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:24:40.251] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:24:40.251] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:24:40.252] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8215500a8) at ../src/backe...
[06:24:40.252] #8  0x00000000007d228c in main (argc=4, argv=0x8215500a8) at ../src/backend/main/main.c:196
[06:24:40.516] #0  0x000000082ab5341a in thr_kill () from /lib/libc.so.7
core
[06:24:44.023] #0  0x000000082d91941a in thr_kill () from /lib/libc.so.7
[06:24:44.023] #1  0x000000082d892e64 in raise () from /lib/libc.so.7
[06:24:44.023] #2  0x000000082d9436f9 in abort () from /lib/libc.so.7
[06:24:44.023] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:24:44.023] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:24:44.023] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:24:44.023] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:24:44.023] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8215ea560) at ../src/backe...
[06:24:44.023] #8  0x00000000007d228c in main (argc=4, argv=0x8215ea560) at ../src/backend/main/main.c:196
[06:24:44.284] #0  0x000000082bc9a41a in thr_kill () from /lib/libc.so.7
core
[06:24:41.340] #0  0x000000082b9fe41a in thr_kill () from /lib/libc.so.7
[06:24:41.340] #1  0x000000082b977e64 in raise () from /lib/libc.so.7
[06:24:41.340] #2  0x000000082ba286f9 in abort () from /lib/libc.so.7
[06:24:41.340] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:24:41.340] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:24:41.340] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:24:41.340] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:24:41.341] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821136448) at ../src/backe...
[06:24:41.341] #8  0x00000000007d228c in main (argc=4, argv=0x821136448) at ../src/backend/main/main.c:196
[06:24:41.600] #0  0x000000082a7d941a in thr_kill () from /lib/libc.so.7
core
[06:24:44.293] #0  0x000000082bc9a41a in thr_kill () from /lib/libc.so.7
[06:24:44.293] #1  0x000000082bc13e64 in raise () from /lib/libc.so.7
[06:24:44.293] #2  0x000000082bcc46f9 in abort () from /lib/libc.so.7
[06:24:44.293] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:24:44.293] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:24:44.293] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:24:44.293] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:24:44.293] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821443a40) at ../src/backe...
[06:24:44.293] #8  0x00000000007d228c in main (argc=4, argv=0x821443a40) at ../src/backend/main/main.c:196
[06:24:44.544] #0  0x000000082a37641a in thr_kill () from /lib/libc.so.7
core
[06:24:44.554] #0  0x000000082a37641a in thr_kill () from /lib/libc.so.7
[06:24:44.554] #1  0x000000082a2efe64 in raise () from /lib/libc.so.7
[06:24:44.554] #2  0x000000082a3a06f9 in abort () from /lib/libc.so.7
[06:24:44.554] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:24:44.554] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:24:44.554] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:24:44.554] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:24:44.554] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8218e2df0) at ../src/backe...
[06:24:44.554] #8  0x00000000007d228c in main (argc=4, argv=0x8218e2df0) at ../src/backend/main/main.c:196
[06:24:44.810] #0  0x000000082ba2041a in thr_kill () from /lib/libc.so.7
core
[06:24:44.819] #0  0x000000082ba2041a in thr_kill () from /lib/libc.so.7
[06:24:44.819] #1  0x000000082b999e64 in raise () from /lib/libc.so.7
[06:24:44.819] #2  0x000000082ba4a6f9 in abort () from /lib/libc.so.7
[06:24:44.819] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:24:44.819] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:24:44.819] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:24:44.819] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:24:44.819] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82107d938) at ../src/backe...
[06:24:44.819] #8  0x00000000007d228c in main (argc=4, argv=0x82107d938) at ../src/backend/main/main.c:196
[06:24:45.078] #0  0x000000082c24b41a in thr_kill () from /lib/libc.so.7
core
[06:24:45.087] #0  0x000000082c24b41a in thr_kill () from /lib/libc.so.7
[06:24:45.087] #1  0x000000082c1c4e64 in raise () from /lib/libc.so.7
[06:24:45.087] #2  0x000000082c2756f9 in abort () from /lib/libc.so.7
[06:24:45.087] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:24:45.087] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:24:45.087] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:24:45.087] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:24:45.087] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820f5f6e8) at ../src/backe...
[06:24:45.087] #8  0x00000000007d228c in main (argc=4, argv=0x820f5f6e8) at ../src/backend/main/main.c:196
[06:24:45.345] #0  0x000000082cb1641a in thr_kill () from /lib/libc.so.7
core
[06:24:40.795] #0  0x000000082de7441a in thr_kill () from /lib/libc.so.7
[06:24:40.795] #1  0x000000082ddede64 in raise () from /lib/libc.so.7
[06:24:40.795] #2  0x000000082de9e6f9 in abort () from /lib/libc.so.7
[06:24:40.795] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:24:40.795] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:24:40.795] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:24:40.795] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:24:40.796] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821578df8) at ../src/backe...
[06:24:40.796] #8  0x00000000007d228c in main (argc=4, argv=0x821578df8) at ../src/backend/main/main.c:196
[06:24:41.061] #0  0x000000082ac5f41a in thr_kill () from /lib/libc.so.7
core
[06:24:39.976] #0  0x000000082c3e741a in thr_kill () from /lib/libc.so.7
[06:24:39.976] #1  0x000000082c360e64 in raise () from /lib/libc.so.7
[06:24:39.976] #2  0x000000082c4116f9 in abort () from /lib/libc.so.7
[06:24:39.976] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:24:39.976] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:24:39.976] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:24:39.976] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:24:39.976] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8214b6928) at ../src/backe...
[06:24:39.976] #8  0x00000000007d228c in main (argc=4, argv=0x8214b6928) at ../src/backend/main/main.c:196
[06:24:40.242] #0  0x000000082b5e941a in thr_kill () from /lib/libc.so.7
core
[06:24:39.699] #0  0x000000082cfc241a in thr_kill () from /lib/libc.so.7
[06:24:39.699] #1  0x000000082cf3be64 in raise () from /lib/libc.so.7
[06:24:39.699] #2  0x000000082cfec6f9 in abort () from /lib/libc.so.7
[06:24:39.699] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:24:39.699] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:24:39.699] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:24:39.699] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:24:39.699] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821609fd8) at ../src/backe...
[06:24:39.699] #8  0x00000000007d228c in main (argc=4, argv=0x821609fd8) at ../src/backend/main/main.c:196
[06:24:39.965] #0  0x000000082c3e741a in thr_kill () from /lib/libc.so.7
core
[06:24:39.424] #0  0x000000082c1fa41a in thr_kill () from /lib/libc.so.7
[06:24:39.424] #1  0x000000082c173e64 in raise () from /lib/libc.so.7
[06:24:39.424] #2  0x000000082c2246f9 in abort () from /lib/libc.so.7
[06:24:39.424] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:24:39.424] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:24:39.424] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:24:39.424] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:24:39.424] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820dc4588) at ../src/backe...
[06:24:39.424] #8  0x00000000007d228c in main (argc=4, argv=0x820dc4588) at ../src/backend/main/main.c:196
[06:24:39.690] #0  0x000000082cfc241a in thr_kill () from /lib/libc.so.7
core
[06:24:39.155] #0  0x000000082d58541a in thr_kill () from /lib/libc.so.7
[06:24:39.155] #1  0x000000082d4fee64 in raise () from /lib/libc.so.7
[06:24:39.155] #2  0x000000082d5af6f9 in abort () from /lib/libc.so.7
[06:24:39.155] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:24:39.155] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:24:39.155] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:24:39.155] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:24:39.155] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820fa3bb8) at ../src/backe...
[06:24:39.155] #8  0x00000000007d228c in main (argc=4, argv=0x820fa3bb8) at ../src/backend/main/main.c:196
[06:24:39.413] #0  0x000000082c1fa41a in thr_kill () from /lib/libc.so.7
core
[06:24:38.885] #0  0x000000082c54441a in thr_kill () from /lib/libc.so.7
[06:24:38.885] #1  0x000000082c4bde64 in raise () from /lib/libc.so.7
[06:24:38.885] #2  0x000000082c56e6f9 in abort () from /lib/libc.so.7
[06:24:38.885] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:24:38.885] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:24:38.885] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:24:38.885] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:24:38.885] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820d09040) at ../src/backe...
[06:24:38.885] #8  0x00000000007d228c in main (argc=4, argv=0x820d09040) at ../src/backend/main/main.c:196
[06:24:39.146] #0  0x000000082d58541a in thr_kill () from /lib/libc.so.7
core
[06:24:38.611] #0  0x000000082aa3e41a in thr_kill () from /lib/libc.so.7
[06:24:38.611] #1  0x000000082a9b7e64 in raise () from /lib/libc.so.7
[06:24:38.611] #2  0x000000082aa686f9 in abort () from /lib/libc.so.7
[06:24:38.611] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:24:38.611] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:24:38.611] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:24:38.611] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:24:38.611] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821131bb0) at ../src/backe...
[06:24:38.611] #8  0x00000000007d228c in main (argc=4, argv=0x821131bb0) at ../src/backend/main/main.c:196
[06:24:38.875] #0  0x000000082c54441a in thr_kill () from /lib/libc.so.7
core
[06:24:38.344] #0  0x000000082b2ab41a in thr_kill () from /lib/libc.so.7
[06:24:38.344] #1  0x000000082b224e64 in raise () from /lib/libc.so.7
[06:24:38.344] #2  0x000000082b2d56f9 in abort () from /lib/libc.so.7
[06:24:38.344] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:24:38.344] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:24:38.344] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:24:38.344] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:24:38.344] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8218fdbd0) at ../src/backe...
[06:24:38.344] #8  0x00000000007d228c in main (argc=4, argv=0x8218fdbd0) at ../src/backend/main/main.c:196
[06:24:38.601] #0  0x000000082aa3e41a in thr_kill () from /lib/libc.so.7
core
[06:24:38.063] #0  0x000000082b8c141a in thr_kill () from /lib/libc.so.7
[06:24:38.063] #1  0x000000082b83ae64 in raise () from /lib/libc.so.7
[06:24:38.063] #2  0x000000082b8eb6f9 in abort () from /lib/libc.so.7
[06:24:38.063] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:24:38.063] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:24:38.063] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:24:38.063] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:24:38.063] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8217d6820) at ../src/backe...
[06:24:38.063] #8  0x00000000007d228c in main (argc=4, argv=0x8217d6820) at ../src/backend/main/main.c:196
[06:24:38.335] #0  0x000000082b2ab41a in thr_kill () from /lib/libc.so.7
core
[06:24:37.782] #0  0x000000082d88441a in thr_kill () from /lib/libc.so.7
[06:24:37.782] #1  0x000000082d7fde64 in raise () from /lib/libc.so.7
[06:24:37.782] #2  0x000000082d8ae6f9 in abort () from /lib/libc.so.7
[06:24:37.782] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:24:37.782] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:24:37.782] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:24:37.782] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:24:37.782] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8212ca960) at ../src/backe...
[06:24:37.782] #8  0x00000000007d228c in main (argc=4, argv=0x8212ca960) at ../src/backend/main/main.c:196
[06:24:38.053] #0  0x000000082b8c141a in thr_kill () from /lib/libc.so.7
core
[06:24:41.610] #0  0x000000082a7d941a in thr_kill () from /lib/libc.so.7
[06:24:41.610] #1  0x000000082a752e64 in raise () from /lib/libc.so.7
[06:24:41.610] #2  0x000000082a8036f9 in abort () from /lib/libc.so.7
[06:24:41.610] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:24:41.610] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:24:41.610] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:24:41.610] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:24:41.610] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821570c20) at ../src/backe...
[06:24:41.610] #8  0x00000000007d228c in main (argc=4, argv=0x821570c20) at ../src/backend/main/main.c:196
[06:24:41.871] #0  0x000000082c71c41a in thr_kill () from /lib/libc.so.7
core
[06:24:37.494] #0  0x000000082b87c41a in thr_kill () from /lib/libc.so.7
[06:24:37.494] #1  0x000000082b7f5e64 in raise () from /lib/libc.so.7
[06:24:37.494] #2  0x000000082b8a66f9 in abort () from /lib/libc.so.7
[06:24:37.494] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:24:37.494] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:24:37.494] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:24:37.494] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:24:37.495] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82126d758) at ../src/backe...
[06:24:37.495] #8  0x00000000007d228c in main (argc=4, argv=0x82126d758) at ../src/backend/main/main.c:196
[06:24:37.772] #0  0x000000082d88441a in thr_kill () from /lib/libc.so.7
core
[06:24:41.880] #0  0x000000082c71c41a in thr_kill () from /lib/libc.so.7
[06:24:41.880] #1  0x000000082c695e64 in raise () from /lib/libc.so.7
[06:24:41.880] #2  0x000000082c7466f9 in abort () from /lib/libc.so.7
[06:24:41.880] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:24:41.880] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:24:41.880] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:24:41.880] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:24:41.880] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821543f08) at ../src/backe...
[06:24:41.880] #8  0x00000000007d228c in main (argc=4, argv=0x821543f08) at ../src/backend/main/main.c:196
[06:24:42.139] #0  0x000000082a6d541a in thr_kill () from /lib/libc.so.7
core
[06:24:37.220] #0  0x000000082b4bc41a in thr_kill () from /lib/libc.so.7
[06:24:37.220] #1  0x000000082b435e64 in raise () from /lib/libc.so.7
[06:24:37.220] #2  0x000000082b4e66f9 in abort () from /lib/libc.so.7
[06:24:37.220] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:24:37.220] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:24:37.220] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:24:37.220] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:24:37.220] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82140a7c0) at ../src/backe...
[06:24:37.220] #8  0x00000000007d228c in main (argc=4, argv=0x82140a7c0) at ../src/backend/main/main.c:196
[06:24:37.485] #0  0x000000082b87c41a in thr_kill () from /lib/libc.so.7
core
[06:24:40.526] #0  0x000000082ab5341a in thr_kill () from /lib/libc.so.7
[06:24:40.526] #1  0x000000082aacce64 in raise () from /lib/libc.so.7
[06:24:40.526] #2  0x000000082ab7d6f9 in abort () from /lib/libc.so.7
[06:24:40.526] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:24:40.526] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:24:40.526] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:24:40.526] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:24:40.526] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821aa9b10) at ../src/backe...
[06:24:40.526] #8  0x00000000007d228c in main (argc=4, argv=0x821aa9b10) at ../src/backend/main/main.c:196
[06:24:40.786] #0  0x000000082de7441a in thr_kill () from /lib/libc.so.7
core
[06:24:48.619] #0  0x000000082bc5541a in thr_kill () from /lib/libc.so.7
[06:24:48.619] #1  0x000000082bbcee64 in raise () from /lib/libc.so.7
[06:24:48.619] #2  0x000000082bc7f6f9 in abort () from /lib/libc.so.7
[06:24:48.619] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:24:48.619] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:24:48.619] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:24:48.619] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:24:48.619] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820bb6f80) at ../src/backe...
[06:24:48.619] #8  0x00000000007d228c in main (argc=4, argv=0x820bb6f80) at ../src/backend/main/main.c:196
[06:24:48.884] #0  0x000000082bff141a in thr_kill () from /lib/libc.so.7
core
[06:24:42.150] #0  0x000000082a6d541a in thr_kill () from /lib/libc.so.7
[06:24:42.150] #1  0x000000082a64ee64 in raise () from /lib/libc.so.7
[06:24:42.150] #2  0x000000082a6ff6f9 in abort () from /lib/libc.so.7
[06:24:42.150] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:24:42.150] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:24:42.150] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:24:42.150] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:24:42.150] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820d20ba0) at ../src/backe...
[06:24:42.150] #8  0x00000000007d228c in main (argc=4, argv=0x820d20ba0) at ../src/backend/main/main.c:196
[06:24:42.417] #0  0x000000082e0ee41a in thr_kill () from /lib/libc.so.7
core
[06:24:42.426] #0  0x000000082e0ee41a in thr_kill () from /lib/libc.so.7
[06:24:42.426] #1  0x000000082e067e64 in raise () from /lib/libc.so.7
[06:24:42.426] #2  0x000000082e1186f9 in abort () from /lib/libc.so.7
[06:24:42.426] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:24:42.426] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:24:42.426] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:24:42.426] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:24:42.426] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8215d6e10) at ../src/backe...
[06:24:42.426] #8  0x00000000007d228c in main (argc=4, argv=0x8215d6e10) at ../src/backend/main/main.c:196
[06:24:42.686] #0  0x000000082b56741a in thr_kill () from /lib/libc.so.7
core
[06:24:42.696] #0  0x000000082b56741a in thr_kill () from /lib/libc.so.7
[06:24:42.696] #1  0x000000082b4e0e64 in raise () from /lib/libc.so.7
[06:24:42.696] #2  0x000000082b5916f9 in abort () from /lib/libc.so.7
[06:24:42.696] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:24:42.696] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:24:42.696] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:24:42.696] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:24:42.696] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821433490) at ../src/backe...
[06:24:42.696] #8  0x00000000007d228c in main (argc=4, argv=0x821433490) at ../src/backend/main/main.c:196
[06:24:42.950] #0  0x000000082c1b441a in thr_kill () from /lib/libc.so.7
core
[06:24:42.959] #0  0x000000082c1b441a in thr_kill () from /lib/libc.so.7
[06:24:42.959] #1  0x000000082c12de64 in raise () from /lib/libc.so.7
[06:24:42.959] #2  0x000000082c1de6f9 in abort () from /lib/libc.so.7
[06:24:42.959] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:24:42.959] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:24:42.959] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:24:42.959] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:24:42.960] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8211ee728) at ../src/backe...
[06:24:42.960] #8  0x00000000007d228c in main (argc=4, argv=0x8211ee728) at ../src/backend/main/main.c:196
[06:24:43.220] #0  0x000000082d2b741a in thr_kill () from /lib/libc.so.7
core
[06:24:43.229] #0  0x000000082d2b741a in thr_kill () from /lib/libc.so.7
[06:24:43.229] #1  0x000000082d230e64 in raise () from /lib/libc.so.7
[06:24:43.229] #2  0x000000082d2e16f9 in abort () from /lib/libc.so.7
[06:24:43.229] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:24:43.229] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:24:43.229] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:24:43.229] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:24:43.230] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821652998) at ../src/backe...
[06:24:43.230] #8  0x00000000007d228c in main (argc=4, argv=0x821652998) at ../src/backend/main/main.c:196
[06:24:43.479] #0  0x000000082d0cc41a in thr_kill () from /lib/libc.so.7
core
[06:24:48.894] #0  0x000000082bff141a in thr_kill () from /lib/libc.so.7
[06:24:48.894] #1  0x000000082bf6ae64 in raise () from /lib/libc.so.7
[06:24:48.894] #2  0x000000082c01b6f9 in abort () from /lib/libc.so.7
[06:24:48.894] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:24:48.894] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:24:48.894] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:24:48.894] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:24:48.894] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821714150) at ../src/backe...
[06:24:48.894] #8  0x00000000007d228c in main (argc=4, argv=0x821714150) at ../src/backend/main/main.c:196
[06:24:49.157] #0  0x000000082bdd541a in thr_kill () from /lib/libc.so.7
core
[06:24:41.071] #0  0x000000082ac5f41a in thr_kill () from /lib/libc.so.7
[06:24:41.071] #1  0x000000082abd8e64 in raise () from /lib/libc.so.7
[06:24:41.071] #2  0x000000082ac896f9 in abort () from /lib/libc.so.7
[06:24:41.071] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:24:41.071] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:24:41.071] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:24:41.071] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:24:41.071] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8214f7d88) at ../src/backe...
[06:24:41.071] #8  0x00000000007d228c in main (argc=4, argv=0x8214f7d88) at ../src/backend/main/main.c:196
[06:24:41.331] #0  0x000000082b9fe41a in thr_kill () from /lib/libc.so.7
core
[06:24:43.488] #0  0x000000082d0cc41a in thr_kill () from /lib/libc.so.7
[06:24:43.488] #1  0x000000082d045e64 in raise () from /lib/libc.so.7
[06:24:43.488] #2  0x000000082d0f66f9 in abort () from /lib/libc.so.7
[06:24:43.488] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:24:43.488] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:24:43.488] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:24:43.488] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:24:43.488] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820f22c28) at ../src/backe...
[06:24:43.488] #8  0x00000000007d228c in main (argc=4, argv=0x820f22c28) at ../src/backend/main/main.c:196
[06:24:43.743] #0  0x000000082c3ca41a in thr_kill () from /lib/libc.so.7
core
[06:24:45.881] #0  0x000000082ce2641a in thr_kill () from /lib/libc.so.7
[06:24:45.881] #1  0x000000082cd9fe64 in raise () from /lib/libc.so.7
[06:24:45.881] #2  0x000000082ce506f9 in abort () from /lib/libc.so.7
[06:24:45.881] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:24:45.881] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:24:45.881] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:24:45.881] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:24:45.882] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8218f2220) at ../src/backe...
[06:24:45.882] #8  0x00000000007d228c in main (argc=4, argv=0x8218f2220) at ../src/backend/main/main.c:196
[06:24:46.135] #0  0x000000082b55841a in thr_kill () from /lib/libc.so.7
core
[06:24:46.145] #0  0x000000082b55841a in thr_kill () from /lib/libc.so.7
[06:24:46.145] #1  0x000000082b4d1e64 in raise () from /lib/libc.so.7
[06:24:46.145] #2  0x000000082b5826f9 in abort () from /lib/libc.so.7
[06:24:46.145] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:24:46.145] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:24:46.145] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:24:46.145] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:24:46.145] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82136d718) at ../src/backe...
[06:24:46.145] #8  0x00000000007d228c in main (argc=4, argv=0x82136d718) at ../src/backend/main/main.c:196
[06:24:46.421] #0  0x000000082b21941a in thr_kill () from /lib/libc.so.7
core
[06:24:46.430] #0  0x000000082b21941a in thr_kill () from /lib/libc.so.7
[06:24:46.430] #1  0x000000082b192e64 in raise () from /lib/libc.so.7
[06:24:46.430] #2  0x000000082b2436f9 in abort () from /lib/libc.so.7
[06:24:46.430] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:24:46.430] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:24:46.430] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:24:46.430] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:24:46.430] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82148c9e8) at ../src/backe...
[06:24:46.430] #8  0x00000000007d228c in main (argc=4, argv=0x82148c9e8) at ../src/backend/main/main.c:196
[06:24:46.690] #0  0x000000082c2bf41a in thr_kill () from /lib/libc.so.7
core
[06:24:46.700] #0  0x000000082c2bf41a in thr_kill () from /lib/libc.so.7
[06:24:46.700] #1  0x000000082c238e64 in raise () from /lib/libc.so.7
[06:24:46.700] #2  0x000000082c2e96f9 in abort () from /lib/libc.so.7
[06:24:46.700] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:24:46.700] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:24:46.700] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:24:46.700] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:24:46.700] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820fb8990) at ../src/backe...
[06:24:46.700] #8  0x00000000007d228c in main (argc=4, argv=0x820fb8990) at ../src/backend/main/main.c:196
[06:24:46.964] #0  0x000000082ce3341a in thr_kill () from /lib/libc.so.7
core
[06:24:46.975] #0  0x000000082ce3341a in thr_kill () from /lib/libc.so.7
[06:24:46.975] #1  0x000000082cdace64 in raise () from /lib/libc.so.7
[06:24:46.975] #2  0x000000082ce5d6f9 in abort () from /lib/libc.so.7
[06:24:46.975] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:24:46.975] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:24:46.975] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:24:46.975] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:24:46.975] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8212fe368) at ../src/backe...
[06:24:46.975] #8  0x00000000007d228c in main (argc=4, argv=0x8212fe368) at ../src/backend/main/main.c:196
[06:24:47.245] #0  0x000000082961741a in thr_kill () from /lib/libc.so.7
core
[06:24:47.254] #0  0x000000082961741a in thr_kill () from /lib/libc.so.7
[06:24:47.254] #1  0x0000000829590e64 in raise () from /lib/libc.so.7
[06:24:47.254] #2  0x00000008296416f9 in abort () from /lib/libc.so.7
[06:24:47.254] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:24:47.254] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:24:47.254] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:24:47.254] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:24:47.255] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82105c990) at ../src/backe...
[06:24:47.255] #8  0x00000000007d228c in main (argc=4, argv=0x82105c990) at ../src/backend/main/main.c:196
[06:24:47.514] #0  0x000000082f2b941a in thr_kill () from /lib/libc.so.7
core
[06:24:47.523] #0  0x000000082f2b941a in thr_kill () from /lib/libc.so.7
[06:24:47.523] #1  0x000000082f232e64 in raise () from /lib/libc.so.7
[06:24:47.523] #2  0x000000082f2e36f9 in abort () from /lib/libc.so.7
[06:24:47.523] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:24:47.523] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:24:47.523] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:24:47.523] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:24:47.523] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821591d48) at ../src/backe...
[06:24:47.523] #8  0x00000000007d228c in main (argc=4, argv=0x821591d48) at ../src/backend/main/main.c:196
[06:24:47.784] #0  0x000000082d52141a in thr_kill () from /lib/libc.so.7
core
[06:24:47.793] #0  0x000000082d52141a in thr_kill () from /lib/libc.so.7
[06:24:47.793] #1  0x000000082d49ae64 in raise () from /lib/libc.so.7
[06:24:47.793] #2  0x000000082d54b6f9 in abort () from /lib/libc.so.7
[06:24:47.793] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:24:47.793] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:24:47.793] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:24:47.793] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:24:47.793] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821997ba0) at ../src/backe...
[06:24:47.793] #8  0x00000000007d228c in main (argc=4, argv=0x821997ba0) at ../src/backend/main/main.c:196
[06:24:48.058] #0  0x000000082b8a441a in thr_kill () from /lib/libc.so.7
core
[06:24:48.067] #0  0x000000082b8a441a in thr_kill () from /lib/libc.so.7
[06:24:48.067] #1  0x000000082b81de64 in raise () from /lib/libc.so.7
[06:24:48.067] #2  0x000000082b8ce6f9 in abort () from /lib/libc.so.7
[06:24:48.067] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:24:48.067] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:24:48.067] #5  0x000000000089cb25 in process_pm_child_exit () at ../src/backend/postmaster/postmaster.c:2523
[06:24:48.067] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1654
[06:24:48.068] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8214552b8) at ../src/backe...
[06:24:48.068] #8  0x00000000007d228c in main (argc=4, argv=0x8214552b8) at ../src/backend/main/main.c:196
[06:24:48.335] #0  0x000000082b10941a in thr_kill () from /lib/libc.so.7
core
[06:24:48.344] #0  0x000000082b10941a in thr_kill () from /lib/libc.so.7
[06:24:48.344] #1  0x000000082b082e64 in raise () from /lib/libc.so.7
[06:24:48.344] #2  0x000000082b1336f9 in abort () from /lib/libc.so.7
[06:24:48.344] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:24:48.344] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:24:48.344] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:24:48.344] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:24:48.344] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8210bd208) at ../src/backe...
[06:24:48.344] #8  0x00000000007d228c in main (argc=4, argv=0x8210bd208) at ../src/backend/main/main.c:196
[06:24:48.610] #0  0x000000082bc5541a in thr_kill () from /lib/libc.so.7
core
[06:24:45.355] #0  0x000000082cb1641a in thr_kill () from /lib/libc.so.7
[06:24:45.355] #1  0x000000082ca8fe64 in raise () from /lib/libc.so.7
[06:24:45.355] #2  0x000000082cb406f9 in abort () from /lib/libc.so.7
[06:24:45.355] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:24:45.355] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:24:45.355] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:24:45.355] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:24:45.355] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8217d6c00) at ../src/backe...
[06:24:45.355] #8  0x00000000007d228c in main (argc=4, argv=0x8217d6c00) at ../src/backend/main/main.c:196
[06:24:45.608] #0  0x000000082c34b41a in thr_kill () from /lib/libc.so.7
core
[06:24:45.618] #0  0x000000082c34b41a in thr_kill () from /lib/libc.so.7
[06:24:45.618] #1  0x000000082c2c4e64 in raise () from /lib/libc.so.7
[06:24:45.618] #2  0x000000082c3756f9 in abort () from /lib/libc.so.7
[06:24:45.618] #3  0x0000000000aa0bb5 in ExceptionalCondition (conditionName=0x2e71c9 "(remainMask.mask | targetMask.mas...
[06:24:45.618] #4  0x000000000089dcf7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:24:45.618] #5  0x000000000089c1f9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[06:24:45.618] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:24:45.618] #7  0x000000000089b5cb in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8218e32d8) at ../src/backe...
[06:24:45.618] #8  0x00000000007d228c in main (argc=4, argv=0x8218e32d8) at ../src/backend/main/main.c:196
[06:24:45.872] #0  0x000000082ce2641a in thr_kill () from /lib/libc.so.7
tap
[06:21:56.033](0.203s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/amcheck/001_verify_heapam/data/t...
tap
[06:21:56.083](0.203s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/amcheck/002_cic/data/t_002_cic_C...
tap
[06:21:56.215](0.236s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/amcheck/003_cic_2pc/data/t_003_c...
tap
[06:21:56.274](0.215s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/amcheck/004_verify_nbtree_unique...
tap
[06:21:56.432](0.247s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/amcheck/005_pitr/data/t_005_pitr...
tap
[06:21:57.299](0.252s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/authentication/001_password/data...
tap
[06:21:57.285](0.246s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/authentication/002_saslprep/data...
tap
[06:21:57.284](0.215s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/authentication/003_peer/data/t_0...
tap
[06:21:57.388](0.235s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/authentication/004_file_inclusio...
tap
[06:21:57.492](0.181s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/authentication/006_login_trigger...
tap
[06:21:56.465](0.237s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/auto_explain/001_auto_explain/da...
tap
[06:21:56.622](0.257s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/basebackup_to_shell/001_basic/da...
tap
[06:21:56.457](0.191s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/bloom/001_wal/data/t_001_wal_pri...
tap
[06:22:00.517](0.257s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/brin/01_workitems/data/t_01_work...
tap
[06:22:00.667](0.252s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/brin/02_wal_consistency/data/t_0...
tap
[06:22:02.894](0.228s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/checksums/001_basic/data/t_001_b...
tap
[06:22:02.980](0.241s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/checksums/002_restarts/data/t_00...
tap
[06:22:02.895](0.208s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/checksums/003_standby_restarts/d...
tap
[06:22:03.024](0.226s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/checksums/004_offline/data/t_004...
tap
[06:22:00.762](0.257s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/commit_ts/001_base/data/t_001_ba...
tap
[06:22:00.693](0.208s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/commit_ts/002_standby/data/t_002...
tap
[06:22:00.767](0.207s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/commit_ts/003_standby_2/data/t_0...
tap
[06:22:00.886](0.214s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/commit_ts/004_restart/data/t_004...
tap
[06:22:03.550](0.186s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/icu/010_database/data/t_010_data...
tap
[06:22:01.045](0.207s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/injection_points/001_stats/data/...
tap
[05:58:05.023](0.625s) Bail out!  pg_ctl restart failed
tap
[06:22:01.734](0.206s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/ldap_password_func/001_mutated_b...
tap
[06:22:03.601](0.180s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/ldap/001_auth/data/t_001_auth_no...
tap
[06:22:03.620](0.178s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/ldap/002_bindpasswd/data/t_002_b...
tap
[06:22:01.079](0.169s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/libpq_pipeline/001_libpq_pipelin...
tap
[06:21:39.228](0.209s) Bail out!  pg_ctl stop failed
tap
[06:21:37.492](0.214s) Bail out!  pg_ctl restart failed
tap
[06:21:43.134](0.314s) Bail out!  pg_ctl stop failed
tap
[06:21:42.126](1.668s) Bail out!  pg_ctl stop failed
tap
[06:21:44.810](0.206s) Bail out!  pg_ctl restart failed
tap
[06:21:49.889](1.075s) Bail out!  pg_ctl stop failed
tap
[06:21:48.897](0.001s) not ok 23 - data_checksums=on is reported on an offline cluster stdout /(?^:^on$)/
[06:21:49.378](0.365s) Bail out!  pg_ctl stop failed
tap
[06:21:50.499](0.205s) Bail out!  pg_ctl start failed
tap
[06:21:50.355](0.229s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_combinebackup/005_integrity/d...
tap
[06:21:50.632](0.131s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_combinebackup/006_db_file_cop...
tap
[06:21:50.967](0.197s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_combinebackup/007_wal_level_m...
tap
[06:21:50.992](0.209s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_combinebackup/008_promote/dat...
tap
[06:21:51.184](0.223s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_combinebackup/009_no_full_fil...
tap
[06:21:51.351](0.190s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_controldata/001_pg_controldat...
tap
[06:21:51.483](0.184s) not ok 11 - pg_ctl initdb
tap
[06:21:51.518](0.180s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_ctl/002_status/data/t_002_sta...
tap
[06:21:51.669](0.167s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_ctl/003_promote/data/t_003_pr...
tap
[06:21:51.827](0.192s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_ctl/004_logrotate/data/t_004_...
tap
[06:21:51.902](0.184s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_dump/002_pg_dump/data/t_002_p...
tap
[06:21:52.000](0.186s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_dump/003_pg_dump_with_server/...
tap
[06:21:52.157](0.185s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_dump/004_pg_dump_parallel/dat...
tap
[06:21:52.214](0.179s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_dump/005_pg_dump_filterfile/d...
tap
[06:21:52.227](0.180s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_dump/010_dump_connstr/data/t_...
tap
[06:21:56.780](0.199s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_prewarm/001_basic/data/t_001_...
tap
[06:21:52.340](0.181s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_resetwal/001_basic/data/t_001...
tap
[06:21:52.503](0.194s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_resetwal/002_corrupted/data/t...
tap
[06:21:52.617](0.240s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_rewind/001_basic/data/t_001_b...
tap
[06:21:52.615](0.236s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_rewind/002_databases/data/t_0...
tap
[06:21:52.720](0.225s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_rewind/003_extrafiles/data/t_...
tap
[06:21:52.831](0.192s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_rewind/004_pg_xlog_symlink/da...
tap
[06:21:52.868](0.208s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_rewind/005_same_timeline/data...
tap
[06:21:53.027](0.219s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_rewind/007_standby_source/dat...
tap
[06:21:53.203](0.326s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_rewind/008_min_recovery_point...
tap
[06:21:53.176](0.191s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_rewind/009_growing_files/data...
tap
[06:21:53.243](0.216s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_rewind/010_keep_recycled_wals...
tap
[06:21:56.890](0.250s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_stat_statements/010_restart/d...
tap
[05:57:58.236](1.711s) Bail out!  pg_ctl stop failed
tap
[05:56:53.006](3.627s) Bail out!  pg_ctl stop failed
tap
[05:56:55.436](3.484s) Bail out!  pg_ctl stop failed
tap
[06:21:53.614](0.259s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_verifybackup/002_algorithm/da...
tap
[06:21:53.549](0.191s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_verifybackup/003_corruption/d...
tap
[06:21:53.662](0.267s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_verifybackup/004_options/data...
tap
[06:21:53.669](0.222s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_verifybackup/006_encoding/dat...
tap
[06:21:53.968](0.241s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_verifybackup/007_wal/data/t_0...
tap
[06:21:53.969](0.212s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_verifybackup/008_untar/data/t...
tap
[06:21:54.020](0.201s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_verifybackup/009_extract/data...
tap
[06:21:54.072](0.231s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_verifybackup/010_client_untar...
tap
[06:21:56.856](0.191s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_visibility/001_concurrent_tra...
tap
[06:21:56.877](0.243s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_visibility/002_corrupt_vm/dat...
tap
[06:21:54.242](0.321s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_waldump/001_basic/data/t_001_...
tap
[06:21:54.345](0.235s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_waldump/002_save_fullpage/dat...
tap
[06:21:54.374](0.204s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_walsummary/002_blocks/data/t_...
tap
[06:21:54.431](0.203s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pgbench/001_pgbench_with_server/...
tap
[06:21:57.647](0.196s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/postmaster/001_connection_limits...
tap
[06:21:57.757](0.312s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/postmaster/002_start_stop/data/t...
tap
[06:21:54.636](0.180s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/psql/001_basic/data/t_001_basic_...
tap
[06:21:54.779](0.206s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/psql/010_tab_completion/data/t_0...
tap
[06:21:54.826](0.300s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/psql/020_cancel/data/t_020_cance...
tap
[05:56:51.804](4.778s) Bail out!  pg_ctl stop failed
tap
[05:56:51.976](0.526s) Bail out!  pg_ctl stop failed
tap
[05:56:56.561](3.754s) Bail out!  pg_ctl stop failed
tap
[05:56:56.472](0.628s) Bail out!  pg_ctl restart failed
tap
[05:56:59.804](0.222s) Bail out!  pg_ctl stop failed
tap
[05:57:10.228](13.570s) Bail out!  pg_ctl restart failed
tap
[05:57:00.862](0.774s) Bail out!  pg_ctl stop failed
tap
[05:57:01.426](1.140s) Bail out!  pg_ctl stop failed
tap
[05:57:05.402](3.795s) Bail out!  pg_ctl stop failed
tap
[05:57:05.710](1.333s) Bail out!  pg_ctl stop failed
tap
[05:57:10.804](6.778s) Bail out!  pg_ctl stop failed
tap
[05:57:14.799](8.907s) Bail out!  pg_ctl stop failed
tap
[05:57:13.491](1.896s) Bail out!  pg_ctl restart failed
tap
[05:57:14.681](4.024s) Bail out!  pg_ctl stop failed
tap
[05:57:16.126](1.620s) Bail out!  pg_ctl stop failed
tap
[05:57:16.689](1.055s) Bail out!  pg_ctl stop failed
tap
[05:57:19.386](0.941s) Bail out!  pg_ctl stop failed
tap
[05:57:20.905](1.076s) Bail out!  pg_ctl stop failed
tap
[05:57:20.071](2.805s) Bail out!  pg_ctl restart failed
tap
[05:57:23.663](0.521s) Bail out!  pg_ctl stop failed
tap
[05:58:16.938](0.316s) Bail out!  pg_ctl restart failed
tap
[05:57:28.740](0.737s) Bail out!  pg_ctl stop failed
tap
[05:57:31.937](0.522s) Bail out!  pg_ctl stop failed
tap
[05:57:38.029](0.779s) Bail out!  pg_ctl restart failed
tap
[05:57:40.302](0.861s) Bail out!  pg_ctl restart failed
tap
[05:57:44.110](1.376s) Bail out!  pg_ctl stop failed
tap
[05:57:45.013](3.906s) Bail out!  pg_ctl stop failed
tap
[05:57:49.048](3.620s) Bail out!  pg_ctl stop failed
tap
[05:57:54.330](1.301s) Bail out!  pg_ctl stop failed
tap
[05:57:52.708](3.392s) Bail out!  pg_ctl stop failed
tap
[05:57:59.726](0.622s) Bail out!  pg_ctl restart failed
tap
[05:57:59.117](0.700s) Bail out!  pg_ctl stop failed
tap
[05:58:03.115](0.314s) Bail out!  pg_ctl stop failed
tap
[05:58:01.716](0.414s) Bail out!  pg_ctl stop failed
tap
[05:58:04.255](0.628s) Bail out!  pg_ctl stop failed
tap
[06:21:54.816](0.199s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/010_clusterdb/data/t_010...
tap
[06:21:55.009](0.216s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/011_clusterdb_all/data/t...
tap
[06:21:55.142](0.185s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/020_createdb/data/t_020_...
tap
[06:21:55.286](0.213s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/040_createuser/data/t_04...
tap
[06:21:55.298](0.292s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/050_dropdb/data/t_050_dr...
tap
[06:21:55.199](0.190s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/070_dropuser/data/t_070_...
tap
[06:21:55.414](0.235s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/080_pg_isready/data/t_08...
tap
[06:21:55.572](0.178s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/090_reindexdb/data/t_090...
tap
[06:21:55.585](0.209s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/091_reindexdb_all/data/t...
tap
[06:21:55.675](0.192s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/100_vacuumdb/data/t_100_...
tap
[06:21:55.730](0.282s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/101_vacuumdb_all/data/t_...
tap
[06:21:55.822](0.255s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/102_vacuumdb_stages/data...
tap
[06:21:55.905](0.179s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/200_connstr/data/t_200_c...
tap
[06:22:01.121](0.182s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/ssl_passphrase_callback/001_test...
tap
[06:22:03.197](0.341s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/ssl/001_ssltests/data/t_001_sslt...
tap
[06:22:03.363](0.290s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/ssl/002_scram/data/t_002_scram_p...
tap
[06:22:03.419](0.357s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/ssl/003_sslinfo/data/t_003_sslin...
tap
[06:21:57.681](0.178s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/001_rep_changes/dat...
tap
[06:21:57.823](0.188s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/002_types/data/t_00...
tap
[06:21:57.923](0.278s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/003_constraints/dat...
tap
[06:21:58.036](0.230s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/004_sync/data/t_004...
tap
[06:21:58.048](0.192s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/005_encoding/data/t...
tap
[06:21:58.134](0.227s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/006_rewrite/data/t_...
tap
[06:21:58.270](0.278s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/007_ddl/data/t_007_...
tap
[06:21:58.327](0.208s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/008_diff_schema/dat...
tap
[06:21:58.452](0.267s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/009_matviews/data/t...
tap
[06:21:58.480](0.283s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/010_truncate/data/t...
tap
[06:21:58.471](0.187s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/011_generated/data/...
tap
[06:21:58.707](0.243s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/012_collation/data/...
tap
[06:21:58.714](0.232s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/013_partition/data/...
tap
[06:21:58.836](0.203s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/014_binary/data/t_0...
tap
[06:21:58.843](0.219s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/015_stream/data/t_0...
tap
[06:21:58.859](0.228s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/016_stream_subxact/...
tap
[06:21:59.132](0.225s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/017_stream_ddl/data...
tap
[06:21:59.050](0.171s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/018_stream_subxact_...
tap
[06:21:59.245](0.240s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/019_stream_subxact_...
tap
[06:21:59.236](0.202s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/020_messages/data/t...
tap
[06:21:59.390](0.297s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/021_twophase/data/t...
tap
[06:21:59.513](0.312s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/022_twophase_cascad...
tap
[06:21:59.480](0.201s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/023_twophase_stream...
tap
[06:21:59.680](0.292s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/024_add_drop_pub/da...
tap
[06:21:59.616](0.220s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/025_rep_changes_for...
tap
[06:21:59.833](0.263s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/026_stats/data/t_02...
tap
[06:21:59.879](0.242s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/027_nosuperuser/dat...
tap
[06:21:59.897](0.224s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/028_row_filter/data...
tap
[06:22:00.027](0.257s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/029_on_error/data/t...
tap
[06:22:00.094](0.254s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/030_origin/data/t_0...
tap
[06:22:00.252](0.253s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/031_column_list/dat...
tap
[06:22:00.304](0.247s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/032_subscribe_use_i...
tap
[06:22:00.320](0.245s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/033_run_as_table_ow...
tap
[06:22:00.397](0.208s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/100_bugs/data/t_100...
tap
[06:22:01.194](0.167s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/test_custom_rmgrs/001_basic/data...
tap
[06:21:56.998](0.221s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/test_decoding/001_repl_stats/dat...
tap
[06:22:01.655](0.187s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/test_misc/001_constraint_validat...
tap
[06:22:01.693](0.182s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/test_misc/002_tablespace/data/t_...
tap
[06:22:02.057](0.229s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/test_misc/003_check_guc/data/t_0...
tap
[06:22:02.079](0.212s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/test_misc/004_io_direct/data/t_0...
tap
[06:22:02.103](0.213s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/test_misc/005_timeouts/data/t_00...
tap
[06:22:02.217](0.241s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/test_misc/006_signal_autovacuum/...
tap
[06:22:02.465](0.246s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/test_pg_dump/001_base/data/t_001...
tap
[06:22:02.666](0.399s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/test_slru/001_multixact/data/t_0...
tap
[06:22:02.529](0.258s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/worker_spi/001_worker_spi/data/t...
test
[06:23:43.050]   5/318 postgresql:recovery / recovery/001_stream_rep                                   ERROR            ...
[06:23:43.050]   6/318 postgresql:pg_upgrade / pg_upgrade/003_logical_slots                            ERROR            ...
[06:23:43.050]   7/318 postgresql:recovery / recovery/003_recovery_targets                             ERROR            ...
[06:23:43.050]   8/318 postgresql:pg_upgrade / pg_upgrade/004_subscription                             ERROR            ...
[06:23:43.050]   9/318 postgresql:recovery / recovery/006_logical_decoding                             ERROR            ...
[06:23:43.050]  11/318 postgresql:recovery / recovery/004_timeline_switch                              ERROR            ...
[06:23:43.050]  12/318 postgresql:recovery / recovery/010_logical_decoding_timelines                   ERROR            ...
[06:23:43.050]  13/318 postgresql:recovery / recovery/009_twophase                                     ERROR            ...
[06:23:43.050]  14/318 postgresql:recovery / recovery/007_sync_rep                                     ERROR            ...
[06:23:43.050]  16/318 postgresql:recovery / recovery/014_unlogged_reinit                              ERROR            ...
[06:23:43.050]  17/318 postgresql:recovery / recovery/012_subtransactions                              ERROR            ...
[06:23:43.050]  18/318 postgresql:recovery / recovery/008_fsm_truncation                               ERROR            ...
[06:23:43.050]  19/318 postgresql:recovery / recovery/015_promotion_pages                              ERROR            ...
[06:23:43.050]  20/318 postgresql:recovery / recovery/017_shm                                          ERROR            ...
[06:23:43.050]  21/318 postgresql:recovery / recovery/018_wal_optimize                                 ERROR            ...
[06:23:43.050]  22/318 postgresql:recovery / recovery/016_min_consistency                              ERROR            ...
[06:23:43.050]  23/318 postgresql:recovery / recovery/020_archive_status                               ERROR            ...
[06:23:43.050]  24/318 postgresql:recovery / recovery/019_replslot_limit                               ERROR            ...
[06:23:43.050]  25/318 postgresql:recovery / recovery/021_row_visibility                               ERROR            ...
[06:23:43.050]  26/318 postgresql:recovery / recovery/024_archive_recovery                             ERROR            ...
[06:23:43.050]  27/318 postgresql:recovery / recovery/023_pitr_prepared_xact                           ERROR            ...
[06:23:43.050]  28/318 postgresql:recovery / recovery/026_overwrite_contrecord                         ERROR            ...
[06:23:43.050]  30/318 postgresql:recovery / recovery/028_pitr_timelines                               ERROR            ...
[06:23:43.050]  31/318 postgresql:recovery / recovery/029_stats_restart                                ERROR            ...
[06:23:43.050]  32/318 postgresql:recovery / recovery/030_stats_cleanup_replica                        ERROR            ...
[06:23:43.050]  33/318 postgresql:recovery / recovery/031_recovery_conflict                            ERROR            ...
[06:23:43.050]  34/318 postgresql:recovery / recovery/032_relfilenode_reuse                            ERROR            ...
[06:23:43.050]  35/318 postgresql:recovery / recovery/033_replay_tsp_drops                             ERROR            ...
[06:23:43.050]  36/318 postgresql:recovery / recovery/034_create_database                              ERROR            ...
[06:23:43.050]  37/318 postgresql:recovery / recovery/036_truncated_dropped                            ERROR            ...
[06:23:43.050]  38/318 postgresql:recovery / recovery/035_standby_logical_decoding                     ERROR            ...
[06:23:43.050]  40/318 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[06:23:43.050]  41/318 postgresql:recovery / recovery/039_end_of_wal                                   ERROR            ...
[06:23:43.050]  42/318 postgresql:recovery / recovery/038_save_logical_slots_shutdown                  ERROR            ...
[06:23:43.050]  43/318 postgresql:recovery / recovery/041_checkpoint_at_promote                        ERROR            ...
[06:23:43.050]  44/318 postgresql:recovery / recovery/040_standby_failover_slots_sync                  ERROR            ...
[06:23:43.050]  45/318 postgresql:recovery / recovery/042_low_level_backup                             ERROR            ...
[06:23:43.050]  46/318 postgresql:kerberos / kerberos/001_auth                                         ERROR            ...
[06:23:43.050]  47/318 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[06:23:43.050]  48/318 postgresql:regress / regress/regress                                            ERROR           1...
[06:23:43.050]  49/318 postgresql:isolation / isolation/isolation                                      ERROR           2...
[06:23:43.050]  50/318 postgresql:plperl / plperl/regress                                              ERROR           1...
[06:23:43.050]  51/318 postgresql:plpython / plpython/regress                                          ERROR           1...
[06:23:43.050]  52/318 postgresql:plpgsql / plpgsql/regress                                            ERROR           1...
[06:23:43.050]  53/318 postgresql:pltcl / pltcl/regress                                                ERROR           1...
[06:23:43.050]  54/318 postgresql:recovery / recovery/013_crash_restart                                ERROR           2...
[06:23:43.050]  55/318 postgresql:recovery / recovery/022_crash_temp_files                             ERROR           2...
[06:23:43.050]  56/318 postgresql:amcheck / amcheck/regress                                            ERROR           1...
[06:23:43.050]  57/318 postgresql:basic_archive / basic_archive/regress                                ERROR           1...
[06:23:43.050]  58/318 postgresql:bloom / bloom/regress                                                ERROR           1...
[06:23:43.050]  59/318 postgresql:bool_plperl / bool_plperl/regress                                    ERROR           1...
[06:23:43.050]  60/318 postgresql:btree_gin / btree_gin/regress                                        ERROR           1...
[06:23:43.050]  61/318 postgresql:btree_gist / btree_gist/regress                                      ERROR           1...
[06:23:43.050]  62/318 postgresql:citext / citext/regress                                              ERROR           1...
[06:23:43.050]  63/318 postgresql:cube / cube/regress                                                  ERROR           1...
[06:23:43.051]  64/318 postgresql:dblink / dblink/regress                                              ERROR           1...
[06:23:43.051]  65/318 postgresql:dict_int / dict_int/regress                                          ERROR           1...
[06:23:43.051]  66/318 postgresql:dict_xsyn / dict_xsyn/regress                                        ERROR           1...
[06:23:43.051]  67/318 postgresql:earthdistance / earthdistance/regress                                ERROR           1...
[06:23:43.051]  68/318 postgresql:file_fdw / file_fdw/regress                                          ERROR           1...
[06:23:43.051]  69/318 postgresql:fuzzystrmatch / fuzzystrmatch/regress                                ERROR           1...
[06:23:43.051]  70/318 postgresql:hstore / hstore/regress                                              ERROR           1...
[06:23:43.051]  71/318 postgresql:hstore_plperl / hstore_plperl/regress                                ERROR           1...
[06:23:43.051]  72/318 postgresql:hstore_plpython / hstore_plpython/regress                            ERROR           1...
[06:23:43.051]  73/318 postgresql:intarray / intarray/regress                                          ERROR           1...
[06:23:43.051]  74/318 postgresql:isn / isn/regress                                                    ERROR           1...
[06:23:43.051]  75/318 postgresql:jsonb_plperl / jsonb_plperl/regress                                  ERROR           1...
[06:23:43.051]  76/318 postgresql:jsonb_plpython / jsonb_plpython/regress                              ERROR           1...
[06:23:43.051]  77/318 postgresql:lo / lo/regress                                                      ERROR           1...
[06:23:43.051]  78/318 postgresql:ltree / ltree/regress                                                ERROR           1...
[06:23:43.051]  79/318 postgresql:ltree_plpython / ltree_plpython/regress                              ERROR           1...
[06:23:43.051]  80/318 postgresql:pageinspect / pageinspect/regress                                    ERROR           1...
[06:23:43.051]  81/318 postgresql:passwordcheck / passwordcheck/regress                                ERROR           1...
[06:23:43.051]  82/318 postgresql:pg_buffercache / pg_buffercache/regress                              ERROR           1...
[06:23:43.051]  83/318 postgresql:pg_freespacemap / pg_freespacemap/regress                            ERROR           1...
[06:23:43.051]  84/318 postgresql:pgcrypto / pgcrypto/regress                                          ERROR           1...
[06:23:43.051]  85/318 postgresql:pg_logicalinspect / pg_logicalinspect/isolation                      ERROR           1...
[06:23:43.051]  86/318 postgresql:pgrowlocks / pgrowlocks/isolation                                    ERROR           1...
[06:23:43.051]  87/318 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR           1...
[06:23:43.051]  88/318 postgresql:pgstattuple / pgstattuple/regress                                    ERROR           1...
[06:23:43.051]  89/318 postgresql:pg_surgery / pg_surgery/regress                                      ERROR           1...
[06:23:43.051]  90/318 postgresql:pg_trgm / pg_trgm/regress                                            ERROR           1...
[06:23:43.051]  91/318 postgresql:pg_visibility / pg_visibility/regress                                ERROR           1...
[06:23:43.051]  92/318 postgresql:pg_walinspect / pg_walinspect/regress                                ERROR           1...
[06:23:43.051]  93/318 postgresql:postgres_fdw / postgres_fdw/regress                                  ERROR           1...
[06:23:43.051]  94/318 postgresql:seg / seg/regress                                                    ERROR           1...
[06:23:43.051]  95/318 postgresql:tablefunc / tablefunc/regress                                        ERROR           1...
[06:23:43.051]  96/318 postgresql:tcn / tcn/isolation                                                  ERROR           1...
[06:23:43.051]  97/318 postgresql:tsm_system_rows / tsm_system_rows/regress                            ERROR           1...
[06:23:43.051]  98/318 postgresql:tsm_system_time / tsm_system_time/regress                            ERROR           1...
[06:23:43.051]  99/318 postgresql:test_decoding / test_decoding/regress                                ERROR           1...
[06:23:43.051] 100/318 postgresql:test_decoding / test_decoding/isolation                              ERROR           1...
[06:23:43.051] 101/318 postgresql:unaccent / unaccent/regress                                          ERROR           1...
[06:23:43.051] 102/318 postgresql:uuid-ossp / uuid-ossp/regress                                        ERROR           1...
[06:23:43.051] 103/318 postgresql:xml2 / xml2/regress                                                  ERROR           1...
[06:23:43.051] 104/318 postgresql:brin / brin/isolation                                                ERROR           1...
[06:23:43.051] 105/318 postgresql:commit_ts / commit_ts/regress                                        ERROR           1...
[06:23:43.051] 106/318 postgresql:dummy_index_am / dummy_index_am/regress                              ERROR           1...
[06:23:43.051] 107/318 postgresql:delay_execution / delay_execution/isolation                          ERROR           1...
[06:23:43.051] 108/318 postgresql:dummy_seclabel / dummy_seclabel/regress                              ERROR           1...
[06:23:43.051] 109/318 postgresql:gin / gin/regress                                                    ERROR           1...
[06:23:43.051] 110/318 postgresql:injection_points / injection_points/regress                          ERROR           1...
[06:23:43.051] 111/318 postgresql:injection_points / injection_points/isolation                        ERROR           1...
[06:23:43.051] 112/318 postgresql:plsample / plsample/regress                                          ERROR           1...
[06:23:43.051] 113/318 postgresql:spgist_name_ops / spgist_name_ops/regress                            ERROR           1...
[06:23:43.051] 114/318 postgresql:test_bloomfilter / test_bloomfilter/regress                          ERROR           1...
[06:23:43.051] 115/318 postgresql:test_copy_callbacks / test_copy_callbacks/regress                    ERROR           1...
[06:23:43.051] 116/318 postgresql:test_ddl_deparse / test_ddl_deparse/regress                          ERROR           1...
[06:23:43.051] 117/318 postgresql:test_dsa / test_dsa/regress                                          ERROR           1...
[06:23:43.051] 118/318 postgresql:test_dsm_registry / test_dsm_registry/regress                        ERROR           1...
[06:23:43.051] 119/318 postgresql:test_extensions / test_extensions/regress                            ERROR           1...
[06:23:43.051] 120/318 postgresql:test_ginpostinglist / test_ginpostinglist/regress                    ERROR           1...
[06:23:43.051] 121/318 postgresql:test_lfind / test_lfind/regress                                      ERROR           1...
[06:23:43.051] 122/318 postgresql:test_oat_hooks / test_oat_hooks/regress                              ERROR           1...
[06:23:43.051] 123/318 postgresql:test_integerset / test_integerset/regress                            ERROR           1...
[06:23:43.051] 124/318 postgresql:test_parser / test_parser/regress                                    ERROR           1...
[06:23:43.051] 125/318 postgresql:test_pg_dump / test_pg_dump/regress                                  ERROR           1...
[06:23:43.051] 126/318 postgresql:test_predtest / test_predtest/regress                                ERROR           1...
[06:23:43.051] 127/318 postgresql:test_radixtree / test_radixtree/regress                              ERROR           1...
[06:23:43.052] 128/318 postgresql:test_rbtree / test_rbtree/regress                                    ERROR           1...
[06:23:43.052] 129/318 postgresql:test_resowner / test_resowner/regress                                ERROR           1...
[06:23:43.052] 130/318 postgresql:test_regex / test_regex/regress                                      ERROR           1...
[06:23:43.052] 133/318 postgresql:test_rls_hooks / test_rls_hooks/regress                              ERROR           1...
[06:23:43.052] 135/318 postgresql:test_shm_mq / test_shm_mq/regress                                    ERROR           1...
[06:23:43.052] 136/318 postgresql:libpq / libpq/005_negotiate_encryption                               ERROR            ...
[06:23:43.052] 138/318 postgresql:libpq / libpq/003_load_balance_host_list                             ERROR            ...
[06:23:43.052] 140/318 postgresql:pg_amcheck / pg_amcheck/004_verify_heapam                            ERROR            ...
[06:23:43.052] 141/318 postgresql:pg_amcheck / pg_amcheck/003_check                                    ERROR            ...
[06:23:43.052] 143/318 postgresql:pg_basebackup / pg_basebackup/010_pg_basebackup                      ERROR            ...
[06:23:43.052] 151/318 postgresql:test_slru / test_slru/regress                                        ERROR           1...
[06:23:43.052] 152/318 postgresql:pg_checksums / pg_checksums/002_actions                              ERROR            ...
[06:23:43.052] 153/318 postgresql:test_tidstore / test_tidstore/regress                                ERROR           1...
[06:23:43.052] 154/318 postgresql:pg_combinebackup / pg_combinebackup/005_integrity                    ERROR            ...
[06:23:43.052] 155/318 postgresql:pg_basebackup / pg_basebackup/040_pg_createsubscriber                ERROR            ...
[06:23:43.052] 156/318 postgresql:pg_combinebackup / pg_combinebackup/006_db_file_copy                 ERROR            ...
[06:23:43.052] 157/318 postgresql:pg_combinebackup / pg_combinebackup/003_timeline                     ERROR            ...
[06:23:43.052] 158/318 postgresql:pg_combinebackup / pg_combinebackup/007_wal_level_minimal            ERROR            ...
[06:23:43.052] 159/318 postgresql:pg_combinebackup / pg_combinebackup/008_promote                      ERROR            ...
[06:23:43.052] 161/318 postgresql:pg_combinebackup / pg_combinebackup/009_no_full_file                 ERROR            ...
[06:23:43.052] 162/318 postgresql:pg_controldata / pg_controldata/001_pg_controldata                   ERROR            ...
[06:23:43.052] 163/318 postgresql:pg_ctl / pg_ctl/001_start_stop                                       ERROR            ...
[06:23:43.052] 164/318 postgresql:pg_ctl / pg_ctl/002_status                                           ERROR            ...
[06:23:43.052] 166/318 postgresql:pg_ctl / pg_ctl/003_promote                                          ERROR            ...
[06:23:43.052] 167/318 postgresql:pg_ctl / pg_ctl/004_logrotate                                        ERROR            ...
[06:23:43.052] 169/318 postgresql:pg_dump / pg_dump/002_pg_dump                                        ERROR            ...
[06:23:43.052] 170/318 postgresql:pg_dump / pg_dump/003_pg_dump_with_server                            ERROR            ...
[06:23:43.052] 171/318 postgresql:pg_dump / pg_dump/004_pg_dump_parallel                               ERROR            ...
[06:23:43.052] 172/318 postgresql:pg_dump / pg_dump/005_pg_dump_filterfile                             ERROR            ...
[06:23:43.052] 173/318 postgresql:pg_dump / pg_dump/010_dump_connstr                                   ERROR            ...
[06:23:43.052] 174/318 postgresql:pg_resetwal / pg_resetwal/001_basic                                  ERROR            ...
[06:23:43.052] 176/318 postgresql:pg_resetwal / pg_resetwal/002_corrupted                              ERROR            ...
[06:23:43.052] 177/318 postgresql:pg_rewind / pg_rewind/002_databases                                  ERROR            ...
[06:23:43.052] 178/318 postgresql:pg_rewind / pg_rewind/001_basic                                      ERROR            ...
[06:23:43.052] 179/318 postgresql:pg_rewind / pg_rewind/003_extrafiles                                 ERROR            ...
[06:23:43.052] 180/318 postgresql:pg_rewind / pg_rewind/004_pg_xlog_symlink                            ERROR            ...
[06:23:43.052] 181/318 postgresql:pg_rewind / pg_rewind/005_same_timeline                              ERROR            ...
[06:23:43.052] 183/318 postgresql:pg_rewind / pg_rewind/007_standby_source                             ERROR            ...
[06:23:43.052] 185/318 postgresql:pg_rewind / pg_rewind/009_growing_files                              ERROR            ...
[06:23:43.052] 186/318 postgresql:pg_rewind / pg_rewind/008_min_recovery_point                         ERROR            ...
[06:23:43.052] 188/318 postgresql:pg_rewind / pg_rewind/010_keep_recycled_wals                         ERROR            ...
[06:23:43.052] 190/318 postgresql:pg_verifybackup / pg_verifybackup/003_corruption                     ERROR            ...
[06:23:43.052] 191/318 postgresql:pg_verifybackup / pg_verifybackup/002_algorithm                      ERROR            ...
[06:23:43.052] 193/318 postgresql:pg_verifybackup / pg_verifybackup/004_options                        ERROR            ...
[06:23:43.052] 194/318 postgresql:pg_verifybackup / pg_verifybackup/006_encoding                       ERROR            ...
[06:23:43.052] 195/318 postgresql:pg_verifybackup / pg_verifybackup/007_wal                            ERROR            ...
[06:23:43.052] 196/318 postgresql:pg_verifybackup / pg_verifybackup/008_untar                          ERROR            ...
[06:23:43.052] 197/318 postgresql:pg_verifybackup / pg_verifybackup/009_extract                        ERROR            ...
[06:23:43.052] 198/318 postgresql:pg_verifybackup / pg_verifybackup/010_client_untar                   ERROR            ...
[06:23:43.052] 200/318 postgresql:pg_waldump / pg_waldump/001_basic                                    ERROR            ...
[06:23:43.052] 201/318 postgresql:pg_waldump / pg_waldump/002_save_fullpage                            ERROR            ...
[06:23:43.052] 202/318 postgresql:pg_walsummary / pg_walsummary/002_blocks                             ERROR            ...
[06:23:43.052] 203/318 postgresql:pgbench / pgbench/001_pgbench_with_server                            ERROR            ...
[06:23:43.052] 204/318 postgresql:psql / psql/001_basic                                                ERROR            ...
[06:23:43.053] 205/318 postgresql:psql / psql/010_tab_completion                                       ERROR            ...
[06:23:43.053] 207/318 postgresql:scripts / scripts/010_clusterdb                                      ERROR            ...
[06:23:43.053] 208/318 postgresql:psql / psql/020_cancel                                               ERROR            ...
[06:23:43.053] 209/318 postgresql:scripts / scripts/011_clusterdb_all                                  ERROR            ...
[06:23:43.053] 210/318 postgresql:scripts / scripts/020_createdb                                       ERROR            ...
[06:23:43.053] 211/318 postgresql:scripts / scripts/070_dropuser                                       ERROR            ...
[06:23:43.053] 212/318 postgresql:scripts / scripts/040_createuser                                     ERROR            ...
[06:23:43.053] 213/318 postgresql:scripts / scripts/050_dropdb                                         ERROR            ...
[06:23:43.053] 214/318 postgresql:scripts / scripts/080_pg_isready                                     ERROR            ...
[06:23:43.053] 215/318 postgresql:scripts / scripts/090_reindexdb                                      ERROR            ...
[06:23:43.053] 216/318 postgresql:scripts / scripts/091_reindexdb_all                                  ERROR            ...
[06:23:43.053] 217/318 postgresql:scripts / scripts/100_vacuumdb                                       ERROR            ...
[06:23:43.053] 218/318 postgresql:scripts / scripts/101_vacuumdb_all                                   ERROR            ...
[06:23:43.053] 219/318 postgresql:scripts / scripts/102_vacuumdb_stages                                ERROR            ...
[06:23:43.053] 220/318 postgresql:scripts / scripts/200_connstr                                        ERROR            ...
[06:23:43.053] 221/318 postgresql:amcheck / amcheck/001_verify_heapam                                  ERROR            ...
[06:23:43.053] 223/318 postgresql:amcheck / amcheck/002_cic                                            ERROR            ...
[06:23:43.053] 224/318 postgresql:amcheck / amcheck/003_cic_2pc                                        ERROR            ...
[06:23:43.053] 225/318 postgresql:amcheck / amcheck/004_verify_nbtree_unique                           ERROR            ...
[06:23:43.053] 226/318 postgresql:amcheck / amcheck/005_pitr                                           ERROR            ...
[06:23:43.053] 227/318 postgresql:bloom / bloom/001_wal                                                ERROR            ...
[06:23:43.053] 228/318 postgresql:auto_explain / auto_explain/001_auto_explain                         ERROR            ...
[06:23:43.053] 230/318 postgresql:basebackup_to_shell / basebackup_to_shell/001_basic                  ERROR            ...
[06:23:43.053] 231/318 postgresql:pg_prewarm / pg_prewarm/001_basic                                    ERROR            ...
[06:23:43.053] 232/318 postgresql:pg_visibility / pg_visibility/001_concurrent_transaction             ERROR            ...
[06:23:43.053] 233/318 postgresql:pg_visibility / pg_visibility/002_corrupt_vm                         ERROR            ...
[06:23:43.053] 234/318 postgresql:pg_stat_statements / pg_stat_statements/010_restart                  ERROR            ...
[06:23:43.053] 236/318 postgresql:test_decoding / test_decoding/001_repl_stats                         ERROR            ...
[06:23:43.053] 238/318 postgresql:authentication / authentication/003_peer                             ERROR            ...
[06:23:43.053] 239/318 postgresql:authentication / authentication/002_saslprep                         ERROR            ...
[06:23:43.053] 240/318 postgresql:authentication / authentication/001_password                         ERROR            ...
[06:23:43.053] 241/318 postgresql:authentication / authentication/004_file_inclusion                   ERROR            ...
[06:23:43.053] 242/318 postgresql:authentication / authentication/006_login_trigger                    ERROR            ...
[06:23:43.053] 243/318 postgresql:postmaster / postmaster/001_connection_limits                        ERROR            ...
[06:23:43.053] 244/318 postgresql:subscription / subscription/001_rep_changes                          ERROR            ...
[06:23:43.053] 245/318 postgresql:postmaster / postmaster/002_start_stop                               ERROR            ...
[06:23:43.053] 246/318 postgresql:subscription / subscription/002_types                                ERROR            ...
[06:23:43.053] 247/318 postgresql:subscription / subscription/003_constraints                          ERROR            ...
[06:23:43.053] 248/318 postgresql:subscription / subscription/004_sync                                 ERROR            ...
[06:23:43.053] 249/318 postgresql:subscription / subscription/005_encoding                             ERROR            ...
[06:23:43.053] 250/318 postgresql:subscription / subscription/006_rewrite                              ERROR            ...
[06:23:43.053] 251/318 postgresql:subscription / subscription/007_ddl                                  ERROR            ...
[06:23:43.053] 252/318 postgresql:subscription / subscription/008_diff_schema                          ERROR            ...
[06:23:43.053] 253/318 postgresql:subscription / subscription/009_matviews                             ERROR            ...
[06:23:43.053] 254/318 postgresql:subscription / subscription/011_generated                            ERROR            ...
[06:23:43.053] 255/318 postgresql:subscription / subscription/010_truncate                             ERROR            ...
[06:23:43.053] 256/318 postgresql:subscription / subscription/012_collation                            ERROR            ...
[06:23:43.053] 257/318 postgresql:subscription / subscription/013_partition                            ERROR            ...
[06:23:43.053] 259/318 postgresql:subscription / subscription/015_stream                               ERROR            ...
[06:23:43.053] 258/318 postgresql:subscription / subscription/014_binary                               ERROR            ...
[06:23:43.053] 260/318 postgresql:subscription / subscription/016_stream_subxact                       ERROR            ...
[06:23:43.053] 261/318 postgresql:subscription / subscription/018_stream_subxact_abort                 ERROR            ...
[06:23:43.053] 262/318 postgresql:subscription / subscription/017_stream_ddl                           ERROR            ...
[06:23:43.119] 263/318 postgresql:subscription / subscription/020_messages                             ERROR            ...
[06:23:43.119] 264/318 postgresql:subscription / subscription/019_stream_subxact_ddl_abort             ERROR            ...
[06:23:43.119] 265/318 postgresql:subscription / subscription/021_twophase                             ERROR            ...
[06:23:43.119] 266/318 postgresql:subscription / subscription/023_twophase_stream                      ERROR            ...
[06:23:43.119] 267/318 postgresql:subscription / subscription/022_twophase_cascade                     ERROR            ...
[06:23:43.119] 268/318 postgresql:subscription / subscription/025_rep_changes_for_schema               ERROR            ...
[06:23:43.119] 269/318 postgresql:subscription / subscription/024_add_drop_pub                         ERROR            ...
[06:23:43.119] 270/318 postgresql:subscription / subscription/026_stats                                ERROR            ...
[06:23:43.119] 271/318 postgresql:subscription / subscription/027_nosuperuser                          ERROR            ...
[06:23:43.119] 272/318 postgresql:subscription / subscription/028_row_filter                           ERROR            ...
[06:23:43.119] 273/318 postgresql:subscription / subscription/029_on_error                             ERROR            ...
[06:23:43.119] 274/318 postgresql:subscription / subscription/030_origin                               ERROR            ...
[06:23:43.119] 275/318 postgresql:subscription / subscription/031_column_list                          ERROR            ...
[06:23:43.119] 276/318 postgresql:subscription / subscription/032_subscribe_use_index                  ERROR            ...
[06:23:43.119] 277/318 postgresql:subscription / subscription/033_run_as_table_owner                   ERROR            ...
[06:23:43.119] 278/318 postgresql:subscription / subscription/100_bugs                                 ERROR            ...
[06:23:43.119] 279/318 postgresql:brin / brin/01_workitems                                             ERROR            ...
[06:23:43.119] 280/318 postgresql:brin / brin/02_wal_consistency                                       ERROR            ...
[06:23:43.119] 281/318 postgresql:commit_ts / commit_ts/002_standby                                    ERROR            ...
[06:23:43.119] 282/318 postgresql:commit_ts / commit_ts/001_base                                       ERROR            ...
[06:23:43.119] 283/318 postgresql:commit_ts / commit_ts/003_standby_2                                  ERROR            ...
[06:23:43.119] 284/318 postgresql:commit_ts / commit_ts/004_restart                                    ERROR            ...
[06:23:43.119] 285/318 postgresql:injection_points / injection_points/001_stats                        ERROR            ...
[06:23:43.119] 286/318 postgresql:libpq_pipeline / libpq_pipeline/001_libpq_pipeline                   ERROR            ...
[06:23:43.119] 287/318 postgresql:ssl_passphrase_callback / ssl_passphrase_callback/001_testfunc       ERROR            ...
[06:23:43.119] 288/318 postgresql:test_custom_rmgrs / test_custom_rmgrs/001_basic                      ERROR            ...
[06:23:43.119] 291/318 postgresql:test_misc / test_misc/001_constraint_validation                      ERROR            ...
[06:23:43.119] 292/318 postgresql:test_misc / test_misc/002_tablespace                                 ERROR            ...
[06:23:43.119] 293/318 postgresql:ldap_password_func / ldap_password_func/001_mutated_bindpasswd       ERROR            ...
[06:23:43.119] 295/318 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
[06:23:43.119] 296/318 postgresql:test_misc / test_misc/004_io_direct                                  ERROR            ...
[06:23:43.119] 297/318 postgresql:test_misc / test_misc/005_timeouts                                   ERROR            ...
[06:23:43.119] 298/318 postgresql:test_misc / test_misc/006_signal_autovacuum                          ERROR            ...
[06:23:43.119] 299/318 postgresql:typcache / typcache/regress                                          ERROR           1...
[06:23:43.119] 302/318 postgresql:test_pg_dump / test_pg_dump/001_base                                 ERROR            ...
[06:23:43.119] 303/318 postgresql:worker_spi / worker_spi/001_worker_spi                               ERROR            ...
[06:23:43.119] 305/318 postgresql:test_slru / test_slru/001_multixact                                  ERROR            ...
[06:23:43.119] 307/318 postgresql:checksums / checksums/003_standby_restarts                           ERROR            ...
[06:23:43.119] 306/318 postgresql:checksums / checksums/001_basic                                      ERROR            ...
[06:23:43.119] 309/318 postgresql:checksums / checksums/004_offline                                    ERROR            ...
[06:23:43.119] 308/318 postgresql:checksums / checksums/002_restarts                                   ERROR            ...
[06:23:43.119] 310/318 postgresql:ssl / ssl/001_ssltests                                               ERROR            ...
[06:23:43.119] 311/318 postgresql:ssl / ssl/002_scram                                                  ERROR            ...
[06:23:43.119] 312/318 postgresql:ssl / ssl/003_sslinfo                                                ERROR            ...
[06:23:43.119] 313/318 postgresql:icu / icu/010_database                                               ERROR            ...
[06:23:43.119] 314/318 postgresql:ldap / ldap/001_auth                                                 ERROR            ...
[06:23:43.119] 315/318 postgresql:ldap / ldap/002_bindpasswd                                           ERROR            ...
[06:23:43.119] 317/318 postgresql:unsafe_tests / unsafe_tests/regress                                  ERROR           1...
[06:23:43.119] 318/318 postgresql:ecpg / ecpg/ecpg                                                     ERROR           1...
Linux - Debian Bookworm - Autoconf
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2887, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2887, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2887, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2887, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2887, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2887, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2887, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2887, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2887, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2887, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2887, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2887, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2887, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2887, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2887, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2887, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2887, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2887, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2887, PID...
core
[06:03:12.907] #0  0x00007fdd022abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:03:12.907] #1  0x00007fdd0225cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:03:12.907] #2  0x00007fdd02247472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:03:12.907] #3  0x000055bc2606342a in ExceptionalCondition (conditionName=conditionName@entry=0x55bc263cccc0 "(remain...
[06:03:12.907] #4  0x000055bc25bb149b in PostmasterStateMachine () at postmaster.c:2887
[06:03:12.907] #5  0x000055bc25bb1b10 in process_pm_shutdown_request () at postmaster.c:2179
[06:03:12.907] #6  0x000055bc25bb2b0a in ServerLoop () at postmaster.c:1650
[06:03:12.907] #7  0x000055bc25bb4e01 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x604000000610) at postmaste...
[06:03:12.907] #8  0x000055bc259581f3 in main (argc=4, argv=0x604000000610) at main.c:196
[06:03:13.328] #0  0x00007fa2744abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:03:07.847] #0  0x00007faaa9cabebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:03:07.847] #1  0x00007faaa9c5cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:03:07.847] #2  0x00007faaa9c47472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:03:07.847] #3  0x000056278db8e42a in ExceptionalCondition (conditionName=conditionName@entry=0x56278def7cc0 "(remain...
[06:03:07.847] #4  0x000056278d6dc49b in PostmasterStateMachine () at postmaster.c:2887
[06:03:07.847] #5  0x000056278d6dc9cf in process_pm_shutdown_request () at postmaster.c:2142
[06:03:07.847] #6  0x000056278d6ddb0a in ServerLoop () at postmaster.c:1650
[06:03:07.847] #7  0x000056278d6dfe01 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x6070000003a0) at postmaste...
[06:03:07.847] #8  0x000056278d4831f3 in main (argc=8, argv=0x6070000003a0) at main.c:196
[06:03:08.268] #0  0x00007f9e5c5dbebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:03:08.279] #0  0x00007f9e5c5dbebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:03:08.279] #1  0x00007f9e5c58cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:03:08.279] #2  0x00007f9e5c577472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:03:08.279] #3  0x000055937463242a in ExceptionalCondition (conditionName=conditionName@entry=0x55937499bcc0 "(remain...
[06:03:08.279] #4  0x000055937418049b in PostmasterStateMachine () at postmaster.c:2887
[06:03:08.279] #5  0x00005593741809cf in process_pm_shutdown_request () at postmaster.c:2142
[06:03:08.279] #6  0x0000559374181b0a in ServerLoop () at postmaster.c:1650
[06:03:08.279] #7  0x0000559374183e01 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x6070000003a0) at postmaste...
[06:03:08.279] #8  0x0000559373f271f3 in main (argc=8, argv=0x6070000003a0) at main.c:196
[06:03:08.685] #0  0x00007fd9c96abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:03:08.696] #0  0x00007fd9c96abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:03:08.696] #1  0x00007fd9c965cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:03:08.696] #2  0x00007fd9c9647472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:03:08.696] #3  0x0000559300f9042a in ExceptionalCondition (conditionName=conditionName@entry=0x5593012f9cc0 "(remain...
[06:03:08.696] #4  0x0000559300ade49b in PostmasterStateMachine () at postmaster.c:2887
[06:03:08.696] #5  0x0000559300ade9cf in process_pm_shutdown_request () at postmaster.c:2142
[06:03:08.696] #6  0x0000559300adfb0a in ServerLoop () at postmaster.c:1650
[06:03:08.696] #7  0x0000559300ae1e01 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x6070000003a0) at postmaste...
[06:03:08.696] #8  0x00005593008851f3 in main (argc=8, argv=0x6070000003a0) at main.c:196
[06:03:09.108] #0  0x00007f052b4abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:03:09.119] #0  0x00007f052b4abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:03:09.119] #1  0x00007f052b45cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:03:09.119] #2  0x00007f052b447472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:03:09.119] #3  0x000055fb3782c42a in ExceptionalCondition (conditionName=conditionName@entry=0x55fb37b95cc0 "(remain...
[06:03:09.119] #4  0x000055fb3737a49b in PostmasterStateMachine () at postmaster.c:2887
[06:03:09.119] #5  0x000055fb3737a9cf in process_pm_shutdown_request () at postmaster.c:2142
[06:03:09.119] #6  0x000055fb3737bb0a in ServerLoop () at postmaster.c:1650
[06:03:09.119] #7  0x000055fb3737de01 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x6040000005d0) at postmaste...
[06:03:09.119] #8  0x000055fb371211f3 in main (argc=4, argv=0x6040000005d0) at main.c:196
[06:03:09.520] #0  0x00007fe1c94abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:03:09.531] #0  0x00007fe1c94abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:03:09.531] #1  0x00007fe1c945cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:03:09.531] #2  0x00007fe1c9447472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:03:09.531] #3  0x000055a7b319e42a in ExceptionalCondition (conditionName=conditionName@entry=0x55a7b3507cc0 "(remain...
[06:03:09.531] #4  0x000055a7b2cec49b in PostmasterStateMachine () at postmaster.c:2887
[06:03:09.531] #5  0x000055a7b2cec9cf in process_pm_shutdown_request () at postmaster.c:2142
[06:03:09.531] #6  0x000055a7b2cedb0a in ServerLoop () at postmaster.c:1650
[06:03:09.531] #7  0x000055a7b2cefe01 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x6070000003a0) at postmaste...
[06:03:09.531] #8  0x000055a7b2a931f3 in main (argc=8, argv=0x6070000003a0) at main.c:196
[06:03:09.958] #0  0x00007fd2666abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:03:09.969] #0  0x00007fd2666abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:03:09.969] #1  0x00007fd26665cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:03:09.969] #2  0x00007fd266647472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:03:09.969] #3  0x0000563c795de42a in ExceptionalCondition (conditionName=conditionName@entry=0x563c79947cc0 "(remain...
[06:03:09.969] #4  0x0000563c7912c49b in PostmasterStateMachine () at postmaster.c:2887
[06:03:09.969] #5  0x0000563c7912cb10 in process_pm_shutdown_request () at postmaster.c:2179
[06:03:09.969] #6  0x0000563c7912db0a in ServerLoop () at postmaster.c:1650
[06:03:09.969] #7  0x0000563c7912fe01 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x6040000005d0) at postmaste...
[06:03:09.969] #8  0x0000563c78ed31f3 in main (argc=4, argv=0x6040000005d0) at main.c:196
[06:03:10.369] #0  0x00007fba5d3dbebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:03:10.380] #0  0x00007fba5d3dbebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:03:10.380] #1  0x00007fba5d38cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:03:10.380] #2  0x00007fba5d377472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:03:10.380] #3  0x000055f30368742a in ExceptionalCondition (conditionName=conditionName@entry=0x55f3039f0cc0 "(remain...
[06:03:10.380] #4  0x000055f3031d549b in PostmasterStateMachine () at postmaster.c:2887
[06:03:10.380] #5  0x000055f3031d5b10 in process_pm_shutdown_request () at postmaster.c:2179
[06:03:10.380] #6  0x000055f3031d6b0a in ServerLoop () at postmaster.c:1650
[06:03:10.380] #7  0x000055f3031d8e01 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x604000000590) at postmaste...
[06:03:10.380] #8  0x000055f302f7c1f3 in main (argc=4, argv=0x604000000590) at main.c:196
[06:03:10.801] #0  0x00007fe717aabebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:03:10.812] #0  0x00007fe717aabebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:03:10.812] #1  0x00007fe717a5cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:03:10.812] #2  0x00007fe717a47472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:03:10.812] #3  0x000055b962cb242a in ExceptionalCondition (conditionName=conditionName@entry=0x55b96301bcc0 "(remain...
[06:03:10.812] #4  0x000055b96280049b in PostmasterStateMachine () at postmaster.c:2887
[06:03:10.812] #5  0x000055b9628009cf in process_pm_shutdown_request () at postmaster.c:2142
[06:03:10.812] #6  0x000055b962801b0a in ServerLoop () at postmaster.c:1650
[06:03:10.812] #7  0x000055b962803e01 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x6070000003a0) at postmaste...
[06:03:10.812] #8  0x000055b9625a71f3 in main (argc=8, argv=0x6070000003a0) at main.c:196
[06:03:11.221] #0  0x00007f58ccfdbebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:03:15.002] #0  0x00007f45068abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:03:15.002] #1  0x00007f450685cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:03:15.002] #2  0x00007f4506847472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:03:15.002] #3  0x000056103249a42a in ExceptionalCondition (conditionName=conditionName@entry=0x561032803cc0 "(remain...
[06:03:15.002] #4  0x0000561031fe849b in PostmasterStateMachine () at postmaster.c:2887
[06:03:15.002] #5  0x0000561031fe89cf in process_pm_shutdown_request () at postmaster.c:2142
[06:03:15.002] #6  0x0000561031fe9b0a in ServerLoop () at postmaster.c:1650
[06:03:15.002] #7  0x0000561031febe01 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x6070000003a0) at postmaste...
[06:03:15.002] #8  0x0000561031d8f1f3 in main (argc=8, argv=0x6070000003a0) at main.c:196
[06:03:15.409] #0  0x00007f50722abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:03:14.594] #0  0x00007f099d6abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:03:14.594] #1  0x00007f099d65cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:03:14.594] #2  0x00007f099d647472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:03:14.594] #3  0x000055b75d54a42a in ExceptionalCondition (conditionName=conditionName@entry=0x55b75d8b3cc0 "(remain...
[06:03:14.594] #4  0x000055b75d09849b in PostmasterStateMachine () at postmaster.c:2887
[06:03:14.594] #5  0x000055b75d0989cf in process_pm_shutdown_request () at postmaster.c:2142
[06:03:14.594] #6  0x000055b75d099b0a in ServerLoop () at postmaster.c:1650
[06:03:14.594] #7  0x000055b75d09be01 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x6070000003a0) at postmaste...
[06:03:14.594] #8  0x000055b75ce3f1f3 in main (argc=8, argv=0x6070000003a0) at main.c:196
[06:03:14.991] #0  0x00007f45068abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:03:11.653] #0  0x00007fa5c76abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:03:11.653] #1  0x00007fa5c765cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:03:11.653] #2  0x00007fa5c7647472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:03:11.653] #3  0x000055841800142a in ExceptionalCondition (conditionName=conditionName@entry=0x55841836acc0 "(remain...
[06:03:11.653] #4  0x0000558417b4f49b in PostmasterStateMachine () at postmaster.c:2887
[06:03:11.653] #5  0x0000558417b4fb10 in process_pm_shutdown_request () at postmaster.c:2179
[06:03:11.653] #6  0x0000558417b50b0a in ServerLoop () at postmaster.c:1650
[06:03:11.653] #7  0x0000558417b52e01 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x604000000610) at postmaste...
[06:03:11.653] #8  0x00005584178f61f3 in main (argc=4, argv=0x604000000610) at main.c:196
[06:03:12.059] #0  0x00007fcaa9eabebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:03:12.069] #0  0x00007fcaa9eabebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:03:12.069] #1  0x00007fcaa9e5cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:03:12.069] #2  0x00007fcaa9e47472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:03:12.069] #3  0x000055d90864842a in ExceptionalCondition (conditionName=conditionName@entry=0x55d9089b1cc0 "(remain...
[06:03:12.069] #4  0x000055d90819649b in PostmasterStateMachine () at postmaster.c:2887
[06:03:12.069] #5  0x000055d9081969cf in process_pm_shutdown_request () at postmaster.c:2142
[06:03:12.069] #6  0x000055d908197b0a in ServerLoop () at postmaster.c:1650
[06:03:12.069] #7  0x000055d908199e01 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x604000000610) at postmaste...
[06:03:12.069] #8  0x000055d907f3d1f3 in main (argc=4, argv=0x604000000610) at main.c:196
[06:03:12.478] #0  0x00007f51faaabebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:03:14.174] #0  0x00007f6fd64abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:03:14.174] #1  0x00007f6fd645cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:03:14.174] #2  0x00007f6fd6447472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:03:14.174] #3  0x000056112a3a242a in ExceptionalCondition (conditionName=conditionName@entry=0x56112a70bcc0 "(remain...
[06:03:14.174] #4  0x0000561129ef049b in PostmasterStateMachine () at postmaster.c:2887
[06:03:14.174] #5  0x0000561129ef09cf in process_pm_shutdown_request () at postmaster.c:2142
[06:03:14.174] #6  0x0000561129ef1b0a in ServerLoop () at postmaster.c:1650
[06:03:14.174] #7  0x0000561129ef3e01 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x6070000003a0) at postmaste...
[06:03:14.174] #8  0x0000561129c971f3 in main (argc=8, argv=0x6070000003a0) at main.c:196
[06:03:14.584] #0  0x00007f099d6abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:03:13.752] #0  0x00007f4c740abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:03:13.752] #1  0x00007f4c7405cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:03:13.752] #2  0x00007f4c74047472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:03:13.752] #3  0x000055fcda6b942a in ExceptionalCondition (conditionName=conditionName@entry=0x55fcdaa22cc0 "(remain...
[06:03:13.752] #4  0x000055fcda20749b in PostmasterStateMachine () at postmaster.c:2887
[06:03:13.752] #5  0x000055fcda207b10 in process_pm_shutdown_request () at postmaster.c:2179
[06:03:13.752] #6  0x000055fcda208b0a in ServerLoop () at postmaster.c:1650
[06:03:13.752] #7  0x000055fcda20ae01 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x6040000005d0) at postmaste...
[06:03:13.752] #8  0x000055fcd9fae1f3 in main (argc=4, argv=0x6040000005d0) at main.c:196
[06:03:14.161] #0  0x00007f6fd64abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:03:12.489] #0  0x00007f51faaabebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:03:12.489] #1  0x00007f51faa5cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:03:12.489] #2  0x00007f51faa47472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:03:12.489] #3  0x0000564ebbd9a42a in ExceptionalCondition (conditionName=conditionName@entry=0x564ebc103cc0 "(remain...
[06:03:12.489] #4  0x0000564ebb8e849b in PostmasterStateMachine () at postmaster.c:2887
[06:03:12.489] #5  0x0000564ebb8e89cf in process_pm_shutdown_request () at postmaster.c:2142
[06:03:12.489] #6  0x0000564ebb8e9b0a in ServerLoop () at postmaster.c:1650
[06:03:12.489] #7  0x0000564ebb8ebe01 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x6070000003a0) at postmaste...
[06:03:12.489] #8  0x0000564ebb68f1f3 in main (argc=8, argv=0x6070000003a0) at main.c:196
[06:03:12.896] #0  0x00007fdd022abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:03:13.339] #0  0x00007fa2744abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:03:13.339] #1  0x00007fa27445cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:03:13.339] #2  0x00007fa274447472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:03:13.339] #3  0x0000556f3e43442a in ExceptionalCondition (conditionName=conditionName@entry=0x556f3e79dcc0 "(remain...
[06:03:13.339] #4  0x0000556f3df8249b in PostmasterStateMachine () at postmaster.c:2887
[06:03:13.339] #5  0x0000556f3df82b10 in process_pm_shutdown_request () at postmaster.c:2179
[06:03:13.339] #6  0x0000556f3df83b0a in ServerLoop () at postmaster.c:1650
[06:03:13.339] #7  0x0000556f3df85e01 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x6040000005d0) at postmaste...
[06:03:13.339] #8  0x0000556f3dd291f3 in main (argc=4, argv=0x6040000005d0) at main.c:196
[06:03:13.741] #0  0x00007f4c740abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:03:11.232] #0  0x00007f58ccfdbebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:03:11.232] #1  0x00007f58ccf8cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:03:11.232] #2  0x00007f58ccf77472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:03:11.232] #3  0x0000564fcb7a742a in ExceptionalCondition (conditionName=conditionName@entry=0x564fcbb10cc0 "(remain...
[06:03:11.232] #4  0x0000564fcb2f549b in PostmasterStateMachine () at postmaster.c:2887
[06:03:11.232] #5  0x0000564fcb2f59cf in process_pm_shutdown_request () at postmaster.c:2142
[06:03:11.232] #6  0x0000564fcb2f6b0a in ServerLoop () at postmaster.c:1650
[06:03:11.232] #7  0x0000564fcb2f8e01 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x604000000610) at postmaste...
[06:03:11.232] #8  0x0000564fcb09c1f3 in main (argc=4, argv=0x604000000610) at main.c:196
[06:03:11.642] #0  0x00007fa5c76abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:03:15.421] #0  0x00007f50722abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:03:15.421] #1  0x00007f507225cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:03:15.421] #2  0x00007f5072247472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:03:15.421] #3  0x000055dbd278042a in ExceptionalCondition (conditionName=conditionName@entry=0x55dbd2ae9cc0 "(remain...
[06:03:15.421] #4  0x000055dbd22ce49b in PostmasterStateMachine () at postmaster.c:2887
[06:03:15.421] #5  0x000055dbd22ce9cf in process_pm_shutdown_request () at postmaster.c:2142
[06:03:15.421] #6  0x000055dbd22cfb0a in ServerLoop () at postmaster.c:1650
[06:03:15.421] #7  0x000055dbd22d1e01 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x6070000003a0) at postmaste...
[06:03:15.421] #8  0x000055dbd20751f3 in main (argc=8, argv=0x6070000003a0) at main.c:196
tap
[05:59:23.911](0.927s) Bail out!  pg_ctl stop failed
tap
[05:59:03.957](1.611s) Bail out!  pg_ctl stop failed
tap
[05:59:00.036](1.947s) Bail out!  pg_ctl stop failed
Linux - Debian Bookworm - Meson
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
core
[06:12:05.820] #0  0x00007f7a17aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:12:05.820] #1  0x00007f7a17a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:12:05.820] #2  0x00007f7a17a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:12:05.820] #3  0x00005598ae977d46 in ExceptionalCondition (conditionName=conditionName@entry=0x5598aec1a4c8 "(remain...
[06:12:05.820] #4  0x00005598ae593357 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:12:05.820] #5  0x00005598ae5939ee in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[06:12:05.820] #6  0x00005598ae59476f in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:12:05.820] #7  0x00005598ae5961de in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5598b0baed00) at ../src/ba...
[06:12:05.820] #8  0x00005598ae3cbc9d in main (argc=4, argv=0x5598b0baed00) at ../src/backend/main/main.c:196
[06:12:06.248] #0  0x00007f58990a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:12:06.270] #0  0x00007f58990a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:12:06.270] #1  0x00007f589905afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:12:06.270] #2  0x00007f5899045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:12:06.270] #3  0x000055b6e9055d46 in ExceptionalCondition (conditionName=conditionName@entry=0x55b6e92f84c8 "(remain...
[06:12:06.270] #4  0x000055b6e8c71357 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:12:06.270] #5  0x000055b6e8c718ad in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[06:12:06.270] #6  0x000055b6e8c7276f in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:12:06.270] #7  0x000055b6e8c741de in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55b6f6299d20) at ../src/ba...
[06:12:06.270] #8  0x000055b6e8aa9c9d in main (argc=8, argv=0x55b6f6299d20) at ../src/backend/main/main.c:196
[06:12:06.695] #0  0x00007fd3072a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:12:06.714] #0  0x00007fd3072a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:12:06.714] #1  0x00007fd30725afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:12:06.714] #2  0x00007fd307245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:12:06.714] #3  0x0000559c5d36dd46 in ExceptionalCondition (conditionName=conditionName@entry=0x559c5d6104c8 "(remain...
[06:12:06.714] #4  0x0000559c5cf89357 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:12:06.714] #5  0x0000559c5cf898ad in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[06:12:06.714] #6  0x0000559c5cf8a76f in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:12:06.715] #7  0x0000559c5cf8c1de in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x559c987b0d40) at ../src/ba...
[06:12:06.715] #8  0x0000559c5cdc1c9d in main (argc=8, argv=0x559c987b0d40) at ../src/backend/main/main.c:196
[06:12:07.172] #0  0x00007f4f3eea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:12:07.191] #0  0x00007f4f3eea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:12:07.191] #1  0x00007f4f3ee5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:12:07.191] #2  0x00007f4f3ee45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:12:07.191] #3  0x000056237d2a9d46 in ExceptionalCondition (conditionName=conditionName@entry=0x56237d54c4c8 "(remain...
[06:12:07.191] #4  0x000056237cec5357 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:12:07.191] #5  0x000056237cec59ee in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[06:12:07.191] #6  0x000056237cec676f in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:12:07.191] #7  0x000056237cec81de in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x562394905d00) at ../src/ba...
[06:12:07.191] #8  0x000056237ccfdc9d in main (argc=4, argv=0x562394905d00) at ../src/backend/main/main.c:196
[06:12:07.641] #0  0x00007f8d9caa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:12:07.664] #0  0x00007f8d9caa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:12:07.664] #1  0x00007f8d9ca5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:12:07.664] #2  0x00007f8d9ca45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:12:07.664] #3  0x000055c0d18d9d46 in ExceptionalCondition (conditionName=conditionName@entry=0x55c0d1b7c4c8 "(remain...
[06:12:07.664] #4  0x000055c0d14f5357 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:12:07.664] #5  0x000055c0d14f59ee in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[06:12:07.664] #6  0x000055c0d14f676f in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:12:07.664] #7  0x000055c0d14f81de in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55c0d690ecf0) at ../src/ba...
[06:12:07.664] #8  0x000055c0d132dc9d in main (argc=4, argv=0x55c0d690ecf0) at ../src/backend/main/main.c:196
[06:12:08.129] #0  0x00007fb0298a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:12:08.148] #0  0x00007fb0298a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:12:08.148] #1  0x00007fb02985afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:12:08.148] #2  0x00007fb029845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:12:08.148] #3  0x0000555d0c6f5d46 in ExceptionalCondition (conditionName=conditionName@entry=0x555d0c9984c8 "(remain...
[06:12:08.148] #4  0x0000555d0c311357 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:12:08.148] #5  0x0000555d0c3119ee in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[06:12:08.148] #6  0x0000555d0c31276f in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:12:08.149] #7  0x0000555d0c3141de in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x555d498a9d10) at ../src/ba...
[06:12:08.149] #8  0x0000555d0c149c9d in main (argc=4, argv=0x555d498a9d10) at ../src/backend/main/main.c:196
[06:12:08.594] #0  0x00007fbcbe6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:12:08.616] #0  0x00007fbcbe6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:12:08.616] #1  0x00007fbcbe65afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:12:08.616] #2  0x00007fbcbe645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:12:08.616] #3  0x00005654c584fd46 in ExceptionalCondition (conditionName=conditionName@entry=0x5654c5af24c8 "(remain...
[06:12:08.616] #4  0x00005654c546b357 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:12:08.616] #5  0x00005654c546b9ee in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[06:12:08.616] #6  0x00005654c546c76f in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:12:08.616] #7  0x00005654c546e1de in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5654e4eb0d00) at ../src/ba...
[06:12:08.616] #8  0x00005654c52a3c9d in main (argc=4, argv=0x5654e4eb0d00) at ../src/backend/main/main.c:196
[06:12:09.052] #0  0x00007ffad72a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:12:09.075] #0  0x00007ffad72a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:12:09.075] #1  0x00007ffad725afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:12:09.075] #2  0x00007ffad7245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:12:09.075] #3  0x000055b2469b5d46 in ExceptionalCondition (conditionName=conditionName@entry=0x55b246c584c8 "(remain...
[06:12:09.075] #4  0x000055b2465d1357 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:12:09.075] #5  0x000055b2465d19ee in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[06:12:09.075] #6  0x000055b2465d276f in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:12:09.075] #7  0x000055b2465d41de in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55b27ece9d10) at ../src/ba...
[06:12:09.075] #8  0x000055b246409c9d in main (argc=4, argv=0x55b27ece9d10) at ../src/backend/main/main.c:196
[06:12:09.521] #0  0x00007f1636ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:12:09.540] #0  0x00007f1636ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:12:09.540] #1  0x00007f1636e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:12:09.540] #2  0x00007f1636e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:12:09.540] #3  0x000056477570ed46 in ExceptionalCondition (conditionName=conditionName@entry=0x5647759b14c8 "(remain...
[06:12:09.540] #4  0x000056477532a357 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:12:09.540] #5  0x000056477532a9ee in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[06:12:09.540] #6  0x000056477532b76f in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:12:09.541] #7  0x000056477532d1de in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x56478bb54d00) at ../src/ba...
[06:12:09.541] #8  0x0000564775162c9d in main (argc=4, argv=0x56478bb54d00) at ../src/backend/main/main.c:196
[06:12:09.969] #0  0x00007f39352a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:12:09.988] #0  0x00007f39352a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:12:09.988] #1  0x00007f393525afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:12:09.988] #2  0x00007f3935245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:12:09.988] #3  0x00005580643bed46 in ExceptionalCondition (conditionName=conditionName@entry=0x5580646614c8 "(remain...
[06:12:09.988] #4  0x0000558063fda357 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:12:09.988] #5  0x0000558063fda8ad in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[06:12:09.988] #6  0x0000558063fdb76f in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:12:09.988] #7  0x0000558063fdd1de in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x558082415e10) at ../src/ba...
[06:12:09.988] #8  0x0000558063e12c9d in main (argc=4, argv=0x558082415e10) at ../src/backend/main/main.c:196
[06:12:10.417] #0  0x00007f29c1ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:12:10.436] #0  0x00007f29c1ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:12:10.436] #1  0x00007f29c1e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:12:10.436] #2  0x00007f29c1e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:12:10.436] #3  0x000055e702507d46 in ExceptionalCondition (conditionName=conditionName@entry=0x55e7027aa4c8 "(remain...
[06:12:10.436] #4  0x000055e702123357 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:12:10.436] #5  0x000055e7021239ee in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[06:12:10.436] #6  0x000055e70212476f in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:12:10.436] #7  0x000055e7021261de in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55e71d63bd10) at ../src/ba...
[06:12:10.436] #8  0x000055e701f5bc9d in main (argc=4, argv=0x55e71d63bd10) at ../src/backend/main/main.c:196
core
[06:12:03.510] #0  0x00007f9dee6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:12:03.510] #1  0x00007f9dee65afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:12:03.510] #2  0x00007f9dee645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:12:03.510] #3  0x000055a09c295d46 in ExceptionalCondition (conditionName=conditionName@entry=0x55a09c5384c8 "(remain...
[06:12:03.510] #4  0x000055a09beb1357 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:12:03.510] #5  0x000055a09beb19ee in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[06:12:03.510] #6  0x000055a09beb276f in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:12:03.510] #7  0x000055a09beb41de in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55a0bdb6ed40) at ../src/ba...
[06:12:03.510] #8  0x000055a09bce9c9d in main (argc=4, argv=0x55a0bdb6ed40) at ../src/backend/main/main.c:196
[06:12:03.955] #0  0x00007fa2e40a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:12:03.062] #0  0x00007f507a4a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:12:03.062] #1  0x00007f507a45afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:12:03.062] #2  0x00007f507a445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:12:03.062] #3  0x000055ff770a6d46 in ExceptionalCondition (conditionName=conditionName@entry=0x55ff773494c8 "(remain...
[06:12:03.062] #4  0x000055ff76cc2357 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:12:03.062] #5  0x000055ff76cc28ad in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[06:12:03.062] #6  0x000055ff76cc376f in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:12:03.062] #7  0x000055ff76cc51de in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55ff80ac3d40) at ../src/ba...
[06:12:03.062] #8  0x000055ff76afac9d in main (argc=8, argv=0x55ff80ac3d40) at ../src/backend/main/main.c:196
[06:12:03.491] #0  0x00007f9dee6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:12:02.601] #0  0x00007f9e31aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:12:02.601] #1  0x00007f9e31a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:12:02.601] #2  0x00007f9e31a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:12:02.601] #3  0x000055e5e0f04d46 in ExceptionalCondition (conditionName=conditionName@entry=0x55e5e11a74c8 "(remain...
[06:12:02.601] #4  0x000055e5e0b20357 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:12:02.601] #5  0x000055e5e0b21676 in process_pm_child_exit () at ../src/backend/postmaster/postmaster.c:2523
[06:12:02.601] #6  0x000055e5e0b2177d in ServerLoop () at ../src/backend/postmaster/postmaster.c:1654
[06:12:02.602] #7  0x000055e5e0b231de in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55e5efeb4d00) at ../src/ba...
[06:12:02.602] #8  0x000055e5e0958c9d in main (argc=4, argv=0x55e5efeb4d00) at ../src/backend/main/main.c:196
[06:12:03.041] #0  0x00007f507a4a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:12:02.115] #0  0x00007f9ffe6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:12:02.115] #1  0x00007f9ffe65afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:12:02.115] #2  0x00007f9ffe645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:12:02.115] #3  0x0000555e2727bd46 in ExceptionalCondition (conditionName=conditionName@entry=0x555e2751e4c8 "(remain...
[06:12:02.115] #4  0x0000555e26e97357 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:12:02.115] #5  0x0000555e26e979ee in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[06:12:02.115] #6  0x0000555e26e9876f in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:12:02.116] #7  0x0000555e26e9a1de in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x555e62274ce0) at ../src/ba...
[06:12:02.116] #8  0x0000555e26ccfc9d in main (argc=4, argv=0x555e62274ce0) at ../src/backend/main/main.c:196
[06:12:02.579] #0  0x00007f9e31aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:12:03.976] #0  0x00007fa2e40a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:12:03.976] #1  0x00007fa2e405afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:12:03.976] #2  0x00007fa2e4045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:12:03.976] #3  0x000055802159ed46 in ExceptionalCondition (conditionName=conditionName@entry=0x5580218414c8 "(remain...
[06:12:03.976] #4  0x00005580211ba357 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:12:03.976] #5  0x00005580211ba8ad in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[06:12:03.976] #6  0x00005580211bb76f in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:12:03.976] #7  0x00005580211bd1de in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55804f212d60) at ../src/ba...
[06:12:03.976] #8  0x0000558020ff2c9d in main (argc=8, argv=0x55804f212d60) at ../src/backend/main/main.c:196
[06:12:04.402] #0  0x00007f83f40a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:12:04.420] #0  0x00007f83f40a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:12:04.420] #1  0x00007f83f405afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:12:04.420] #2  0x00007f83f4045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:12:04.420] #3  0x0000559438be2d46 in ExceptionalCondition (conditionName=conditionName@entry=0x559438e854c8 "(remain...
[06:12:04.420] #4  0x00005594387fe357 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:12:04.420] #5  0x00005594387fe8ad in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[06:12:04.420] #6  0x00005594387ff76f in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:12:04.421] #7  0x00005594388011de in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x559444932d30) at ../src/ba...
[06:12:04.421] #8  0x0000559438636c9d in main (argc=4, argv=0x559444932d30) at ../src/backend/main/main.c:196
[06:12:04.877] #0  0x00007fe2504a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:12:04.900] #0  0x00007fe2504a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:12:04.900] #1  0x00007fe25045afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:12:04.900] #2  0x00007fe250445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:12:04.900] #3  0x0000556692cf5d46 in ExceptionalCondition (conditionName=conditionName@entry=0x556692f984c8 "(remain...
[06:12:04.900] #4  0x0000556692911357 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:12:04.900] #5  0x00005566929119ee in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[06:12:04.900] #6  0x000055669291276f in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:12:04.900] #7  0x00005566929141de in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5566c6fd0cf0) at ../src/ba...
[06:12:04.900] #8  0x0000556692749c9d in main (argc=4, argv=0x5566c6fd0cf0) at ../src/backend/main/main.c:196
[06:12:05.332] #0  0x00007f62252a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:12:05.353] #0  0x00007f62252a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:12:05.353] #1  0x00007f622525afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:12:05.353] #2  0x00007f6225245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:12:05.353] #3  0x0000560643ff3d46 in ExceptionalCondition (conditionName=conditionName@entry=0x5606442964c8 "(remain...
[06:12:05.353] #4  0x0000560643c0f357 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:12:05.353] #5  0x0000560643c0f8ad in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[06:12:05.353] #6  0x0000560643c1076f in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:12:05.353] #7  0x0000560643c121de in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x560665cafcd0) at ../src/ba...
[06:12:05.353] #8  0x0000560643a47c9d in main (argc=4, argv=0x560665cafcd0) at ../src/backend/main/main.c:196
[06:12:05.801] #0  0x00007f7a17aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:11:51.729] #0  0x00007f1db78a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:51.729] #1  0x00007f1db785afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:51.729] #2  0x00007f1db7845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:51.729] #3  0x0000562be5394d46 in ExceptionalCondition (conditionName=conditionName@entry=0x562be56374c8 "(remain...
[06:11:51.729] #4  0x0000562be4fb0357 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:11:51.729] #5  0x0000562be4fb08ad in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[06:11:51.729] #6  0x0000562be4fb176f in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:11:51.729] #7  0x0000562be4fb31de in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x562c02b3dd40) at ../src/ba...
[06:11:51.729] #8  0x0000562be4de8c9d in main (argc=8, argv=0x562c02b3dd40) at ../src/backend/main/main.c:196
[06:11:52.158] #0  0x00007f1e87ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:11:51.295] #0  0x00007f01a4ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:51.295] #1  0x00007f01a4e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:51.295] #2  0x00007f01a4e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:51.295] #3  0x0000555c506f0d46 in ExceptionalCondition (conditionName=conditionName@entry=0x555c509934c8 "(remain...
[06:11:51.295] #4  0x0000555c5030c357 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:11:51.295] #5  0x0000555c5030c9ee in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[06:11:51.295] #6  0x0000555c5030d76f in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:11:51.295] #7  0x0000555c5030f1de in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x555c83397cd0) at ../src/ba...
[06:11:51.295] #8  0x0000555c50144c9d in main (argc=4, argv=0x555c83397cd0) at ../src/backend/main/main.c:196
[06:11:51.708] #0  0x00007f1db78a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:11:50.824] #0  0x00007f346aaa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:50.824] #1  0x00007f346aa5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:50.824] #2  0x00007f346aa45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:50.824] #3  0x0000556eac3d4d46 in ExceptionalCondition (conditionName=conditionName@entry=0x556eac6774c8 "(remain...
[06:11:50.824] #4  0x0000556eabff0357 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:11:50.824] #5  0x0000556eabff09ee in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[06:11:50.824] #6  0x0000556eabff176f in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:11:50.824] #7  0x0000556eabff31de in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x556eb1e9dd00) at ../src/ba...
[06:11:50.824] #8  0x0000556eabe28c9d in main (argc=4, argv=0x556eb1e9dd00) at ../src/backend/main/main.c:196
[06:11:51.273] #0  0x00007f01a4ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:11:50.353] #0  0x00007fc7850a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:50.353] #1  0x00007fc78505afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:50.353] #2  0x00007fc785045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:50.353] #3  0x0000560c9a86fd46 in ExceptionalCondition (conditionName=conditionName@entry=0x560c9ab124c8 "(remain...
[06:11:50.353] #4  0x0000560c9a48b357 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:11:50.353] #5  0x0000560c9a48b8ad in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[06:11:50.353] #6  0x0000560c9a48c76f in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:11:50.354] #7  0x0000560c9a48e1de in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x560cd74b5d90) at ../src/ba...
[06:11:50.354] #8  0x0000560c9a2c3c9d in main (argc=8, argv=0x560cd74b5d90) at ../src/backend/main/main.c:196
[06:11:50.805] #0  0x00007f346aaa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:11:49.909] #0  0x00007fd6e42a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:49.909] #1  0x00007fd6e425afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:49.909] #2  0x00007fd6e4245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:49.909] #3  0x000055a37e054d46 in ExceptionalCondition (conditionName=conditionName@entry=0x55a37e2f74c8 "(remain...
[06:11:49.909] #4  0x000055a37dc70357 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:11:49.909] #5  0x000055a37dc709ee in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[06:11:49.909] #6  0x000055a37dc7176f in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:11:49.910] #7  0x000055a37dc731de in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55a39eca8d40) at ../src/ba...
[06:11:49.910] #8  0x000055a37daa8c9d in main (argc=4, argv=0x55a39eca8d40) at ../src/backend/main/main.c:196
[06:11:50.331] #0  0x00007fc7850a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:11:49.460] #0  0x00007f0a99ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:49.460] #1  0x00007f0a99c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:49.460] #2  0x00007f0a99c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:49.460] #3  0x000055af06a05d46 in ExceptionalCondition (conditionName=conditionName@entry=0x55af06ca84c8 "(remain...
[06:11:49.460] #4  0x000055af06621357 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:11:49.460] #5  0x000055af066219ee in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[06:11:49.460] #6  0x000055af0662276f in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:11:49.461] #7  0x000055af066241de in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55af37f42d00) at ../src/ba...
[06:11:49.461] #8  0x000055af06459c9d in main (argc=4, argv=0x55af37f42d00) at ../src/backend/main/main.c:196
[06:11:49.888] #0  0x00007fd6e42a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:11:48.978] #0  0x00007f15182a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:48.978] #1  0x00007f151825afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:48.978] #2  0x00007f1518245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:48.978] #3  0x000055cc65973d46 in ExceptionalCondition (conditionName=conditionName@entry=0x55cc65c164c8 "(remain...
[06:11:48.978] #4  0x000055cc6558f357 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:11:48.978] #5  0x000055cc6558f9ee in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[06:11:48.978] #6  0x000055cc6559076f in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:11:48.978] #7  0x000055cc655921de in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55cc9c50dd00) at ../src/ba...
[06:11:48.978] #8  0x000055cc653c7c9d in main (argc=4, argv=0x55cc9c50dd00) at ../src/backend/main/main.c:196
[06:11:49.438] #0  0x00007f0a99ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:11:48.507] #0  0x00007fb346ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:48.507] #1  0x00007fb346e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:48.507] #2  0x00007fb346e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:48.507] #3  0x000055923a06bd46 in ExceptionalCondition (conditionName=conditionName@entry=0x55923a30e4c8 "(remain...
[06:11:48.507] #4  0x0000559239c87357 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:11:48.507] #5  0x0000559239c878ad in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[06:11:48.507] #6  0x0000559239c8876f in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:11:48.507] #7  0x0000559239c8a1de in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x559256509d10) at ../src/ba...
[06:11:48.507] #8  0x0000559239abfc9d in main (argc=4, argv=0x559256509d10) at ../src/backend/main/main.c:196
[06:11:48.958] #0  0x00007f15182a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:11:48.056] #0  0x00007f9911ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:48.056] #1  0x00007f9911e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:48.056] #2  0x00007f9911e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:48.056] #3  0x000055c2a45c9d46 in ExceptionalCondition (conditionName=conditionName@entry=0x55c2a486c4c8 "(remain...
[06:11:48.056] #4  0x000055c2a41e5357 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:11:48.056] #5  0x000055c2a41e58ad in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[06:11:48.056] #6  0x000055c2a41e676f in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:11:48.056] #7  0x000055c2a41e81de in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55c2d9a33d50) at ../src/ba...
[06:11:48.056] #8  0x000055c2a401dc9d in main (argc=8, argv=0x55c2d9a33d50) at ../src/backend/main/main.c:196
[06:11:48.488] #0  0x00007fb346ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:11:47.605] #0  0x00007f6ab06a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:47.605] #1  0x00007f6ab065afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:47.605] #2  0x00007f6ab0645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:47.605] #3  0x000055ed1ba51d46 in ExceptionalCondition (conditionName=conditionName@entry=0x55ed1bcf44c8 "(remain...
[06:11:47.605] #4  0x000055ed1b66d357 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:11:47.605] #5  0x000055ed1b66d8ad in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[06:11:47.605] #6  0x000055ed1b66e76f in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:11:47.605] #7  0x000055ed1b6701de in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55ed5514ecd0) at ../src/ba...
[06:11:47.605] #8  0x000055ed1b4a5c9d in main (argc=4, argv=0x55ed5514ecd0) at ../src/backend/main/main.c:196
[06:11:48.037] #0  0x00007f9911ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:11:47.119] #0  0x00007fdc9fea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:47.119] #1  0x00007fdc9fe5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:47.119] #2  0x00007fdc9fe45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:47.119] #3  0x0000563d71b62d46 in ExceptionalCondition (conditionName=conditionName@entry=0x563d71e054c8 "(remain...
[06:11:47.119] #4  0x0000563d7177e357 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:11:47.119] #5  0x0000563d7177e9ee in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[06:11:47.119] #6  0x0000563d7177f76f in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:11:47.119] #7  0x0000563d717811de in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x563dae3e3d10) at ../src/ba...
[06:11:47.119] #8  0x0000563d715b6c9d in main (argc=4, argv=0x563dae3e3d10) at ../src/backend/main/main.c:196
[06:11:47.581] #0  0x00007f6ab06a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:11:46.635] #0  0x00007f526eea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:46.635] #1  0x00007f526ee5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:46.635] #2  0x00007f526ee45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:46.635] #3  0x0000559728271d46 in ExceptionalCondition (conditionName=conditionName@entry=0x5597285144c8 "(remain...
[06:11:46.635] #4  0x0000559727e8d357 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:11:46.635] #5  0x0000559727e8d9ee in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[06:11:46.635] #6  0x0000559727e8e76f in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:11:46.636] #7  0x0000559727e901de in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x559732b12d00) at ../src/ba...
[06:11:46.636] #8  0x0000559727cc5c9d in main (argc=4, argv=0x559732b12d00) at ../src/backend/main/main.c:196
[06:11:47.097] #0  0x00007fdc9fea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:11:46.150] #0  0x00007f25ed0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:46.150] #1  0x00007f25ed05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:46.150] #2  0x00007f25ed045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:46.150] #3  0x000056248efb9d46 in ExceptionalCondition (conditionName=conditionName@entry=0x56248f25c4c8 "(remain...
[06:11:46.150] #4  0x000056248ebd5357 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:11:46.150] #5  0x000056248ebd58ad in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[06:11:46.150] #6  0x000056248ebd676f in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:11:46.150] #7  0x000056248ebd81de in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x5624bff8ad90) at ../src/ba...
[06:11:46.150] #8  0x000056248ea0dc9d in main (argc=8, argv=0x5624bff8ad90) at ../src/backend/main/main.c:196
[06:11:46.613] #0  0x00007f526eea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:11:45.699] #0  0x00007f0a3aaa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:45.699] #1  0x00007f0a3aa5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:45.699] #2  0x00007f0a3aa45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:45.699] #3  0x000055f1c1e84d46 in ExceptionalCondition (conditionName=conditionName@entry=0x55f1c21274c8 "(remain...
[06:11:45.699] #4  0x000055f1c1aa0357 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:11:45.699] #5  0x000055f1c1aa08ad in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[06:11:45.699] #6  0x000055f1c1aa176f in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:11:45.699] #7  0x000055f1c1aa31de in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55f1d277dd40) at ../src/ba...
[06:11:45.699] #8  0x000055f1c18d8c9d in main (argc=8, argv=0x55f1d277dd40) at ../src/backend/main/main.c:196
[06:11:46.129] #0  0x00007f25ed0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:11:45.239] #0  0x00007f1395aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:45.239] #1  0x00007f1395a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:45.239] #2  0x00007f1395a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:45.239] #3  0x000055b5094a9d46 in ExceptionalCondition (conditionName=conditionName@entry=0x55b50974c4c8 "(remain...
[06:11:45.239] #4  0x000055b5090c5357 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:11:45.239] #5  0x000055b5090c59ee in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[06:11:45.239] #6  0x000055b5090c676f in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:11:45.239] #7  0x000055b5090c81de in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55b5359b5d40) at ../src/ba...
[06:11:45.239] #8  0x000055b508efdc9d in main (argc=4, argv=0x55b5359b5d40) at ../src/backend/main/main.c:196
[06:11:45.680] #0  0x00007f0a3aaa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:11:44.793] #0  0x00007f2886ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:44.793] #1  0x00007f2886e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:44.793] #2  0x00007f2886e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:44.793] #3  0x000055dd98b9ad46 in ExceptionalCondition (conditionName=conditionName@entry=0x55dd98e3d4c8 "(remain...
[06:11:44.793] #4  0x000055dd987b6357 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:11:44.793] #5  0x000055dd987b69ee in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[06:11:44.793] #6  0x000055dd987b776f in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:11:44.793] #7  0x000055dd987b91de in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55dda28add00) at ../src/ba...
[06:11:44.793] #8  0x000055dd985eec9d in main (argc=4, argv=0x55dda28add00) at ../src/backend/main/main.c:196
[06:11:45.220] #0  0x00007f1395aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:11:44.323] #0  0x00007fd3f9ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:44.323] #1  0x00007fd3f9e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:44.323] #2  0x00007fd3f9e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:44.323] #3  0x000056386dc61d46 in ExceptionalCondition (conditionName=conditionName@entry=0x56386df044c8 "(remain...
[06:11:44.323] #4  0x000056386d87d357 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:11:44.323] #5  0x000056386d87d8ad in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[06:11:44.323] #6  0x000056386d87e76f in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:11:44.323] #7  0x000056386d8801de in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5638833c4d40) at ../src/ba...
[06:11:44.323] #8  0x000056386d6b5c9d in main (argc=4, argv=0x5638833c4d40) at ../src/backend/main/main.c:196
[06:11:44.771] #0  0x00007f2886ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:11:43.859] #0  0x00007f1decea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:43.859] #1  0x00007f1dece5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:43.859] #2  0x00007f1dece45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:43.859] #3  0x000055e74df2cd46 in ExceptionalCondition (conditionName=conditionName@entry=0x55e74e1cf4c8 "(remain...
[06:11:43.859] #4  0x000055e74db48357 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:11:43.859] #5  0x000055e74db488ad in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[06:11:43.859] #6  0x000055e74db4976f in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:11:43.859] #7  0x000055e74db4b1de in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55e784361d20) at ../src/ba...
[06:11:43.859] #8  0x000055e74d980c9d in main (argc=8, argv=0x55e784361d20) at ../src/backend/main/main.c:196
[06:11:44.304] #0  0x00007fd3f9ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:11:43.399] #0  0x00007f190fca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:43.399] #1  0x00007f190fc5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:43.399] #2  0x00007f190fc45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:43.399] #3  0x000055a96f578d46 in ExceptionalCondition (conditionName=conditionName@entry=0x55a96f81b4c8 "(remain...
[06:11:43.399] #4  0x000055a96f194357 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:11:43.399] #5  0x000055a96f1948ad in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[06:11:43.399] #6  0x000055a96f19576f in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:11:43.400] #7  0x000055a96f1971de in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55a971067d40) at ../src/ba...
[06:11:43.400] #8  0x000055a96efccc9d in main (argc=4, argv=0x55a971067d40) at ../src/backend/main/main.c:196
[06:11:43.837] #0  0x00007f1decea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:11:42.927] #0  0x00007f0e2fca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:42.927] #1  0x00007f0e2fc5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:42.927] #2  0x00007f0e2fc45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:42.927] #3  0x000055926774ed46 in ExceptionalCondition (conditionName=conditionName@entry=0x5592679f14c8 "(remain...
[06:11:42.927] #4  0x000055926736a357 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:11:42.927] #5  0x000055926736a8ad in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[06:11:42.927] #6  0x000055926736b76f in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:11:42.927] #7  0x000055926736d1de in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x559280eeed20) at ../src/ba...
[06:11:42.927] #8  0x00005592671a2c9d in main (argc=8, argv=0x559280eeed20) at ../src/backend/main/main.c:196
[06:11:43.381] #0  0x00007f190fca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:11:42.473] #0  0x00007f9fbb0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:42.473] #1  0x00007f9fbb05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:42.473] #2  0x00007f9fbb045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:42.473] #3  0x000055c7c7778d46 in ExceptionalCondition (conditionName=conditionName@entry=0x55c7c7a1b4c8 "(remain...
[06:11:42.473] #4  0x000055c7c7394357 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:11:42.473] #5  0x000055c7c73948ad in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[06:11:42.473] #6  0x000055c7c739576f in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:11:42.473] #7  0x000055c7c73971de in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55c7f7739d00) at ../src/ba...
[06:11:42.473] #8  0x000055c7c71ccc9d in main (argc=4, argv=0x55c7f7739d00) at ../src/backend/main/main.c:196
[06:11:42.908] #0  0x00007f0e2fca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:11:42.001] #0  0x00007f42e80a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:42.001] #1  0x00007f42e805afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:42.001] #2  0x00007f42e8045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:42.001] #3  0x0000559ef871ad46 in ExceptionalCondition (conditionName=conditionName@entry=0x559ef89bd4c8 "(remain...
[06:11:42.001] #4  0x0000559ef8336357 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:11:42.001] #5  0x0000559ef83368ad in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[06:11:42.001] #6  0x0000559ef833776f in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:11:42.001] #7  0x0000559ef83391de in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x559f39294d10) at ../src/ba...
[06:11:42.001] #8  0x0000559ef816ec9d in main (argc=4, argv=0x559f39294d10) at ../src/backend/main/main.c:196
[06:11:42.451] #0  0x00007f9fbb0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:11:41.539] #0  0x00007efcc62a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:41.539] #1  0x00007efcc625afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:41.539] #2  0x00007efcc6245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:41.539] #3  0x000055c24a955d46 in ExceptionalCondition (conditionName=conditionName@entry=0x55c24abf84c8 "(remain...
[06:11:41.539] #4  0x000055c24a571357 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:11:41.539] #5  0x000055c24a5719ee in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[06:11:41.539] #6  0x000055c24a57276f in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:11:41.540] #7  0x000055c24a5741de in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55c25dc80d40) at ../src/ba...
[06:11:41.540] #8  0x000055c24a3a9c9d in main (argc=4, argv=0x55c25dc80d40) at ../src/backend/main/main.c:196
[06:11:41.983] #0  0x00007f42e80a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:11:41.099] #0  0x00007f748f8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:41.099] #1  0x00007f748f85afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:41.099] #2  0x00007f748f845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:41.099] #3  0x000055feb6e98d46 in ExceptionalCondition (conditionName=conditionName@entry=0x55feb713b4c8 "(remain...
[06:11:41.099] #4  0x000055feb6ab4357 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:11:41.099] #5  0x000055feb6ab48ad in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[06:11:41.099] #6  0x000055feb6ab576f in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:11:41.100] #7  0x000055feb6ab71de in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55febf2b1d40) at ../src/ba...
[06:11:41.100] #8  0x000055feb68ecc9d in main (argc=8, argv=0x55febf2b1d40) at ../src/backend/main/main.c:196
[06:11:41.521] #0  0x00007efcc62a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:11:40.667] #0  0x00007fe5b3d65da4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:40.667] #1  0x00007fe5b3d12239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:40.667] #2  0x00007fe5b3d12497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:40.667] #3  0x00005576a51225c1 in ?? ()
[06:11:40.667] #4  0x00005576a511c369 in ?? ()
[06:11:40.667] #5  0x00005576a511b20f in ?? ()
[06:11:40.667] #6  0x00005576a511bc3b in ?? ()
[06:11:40.667] #7  0x00005576a511966f in ?? ()
[06:11:40.667] #8  0x00007fe5b3cfd24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:40.667] #9  0x00007fe5b3cfd305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:11:40.533] #0  0x00007f2253ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:40.533] #1  0x00007f2253e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:40.533] #2  0x00007f2253e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:40.533] #3  0x0000563de941ad46 in ExceptionalCondition (conditionName=conditionName@entry=0x563de96bd4c8 "(remain...
[06:11:40.533] #4  0x0000563de9036357 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:11:40.533] #5  0x0000563de90368ad in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[06:11:40.533] #6  0x0000563de903776f in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:11:40.534] #7  0x0000563de90391de in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x563e1431ed90) at ../src/ba...
[06:11:40.534] #8  0x0000563de8e6ec9d in main (argc=8, argv=0x563e1431ed90) at ../src/backend/main/main.c:196
[06:11:40.666] #0  0x00007fe5b3d65da4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:11:40.082] #0  0x00007ff3a12a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:40.082] #1  0x00007ff3a125afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:40.082] #2  0x00007ff3a1245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:40.082] #3  0x00005598fa955d46 in ExceptionalCondition (conditionName=conditionName@entry=0x5598fabf84c8 "(remain...
[06:11:40.082] #4  0x00005598fa571357 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:11:40.082] #5  0x00005598fa5718ad in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[06:11:40.082] #6  0x00005598fa57276f in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:11:40.082] #7  0x00005598fa5741de in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x559935ad6d00) at ../src/ba...
[06:11:40.082] #8  0x00005598fa3a9c9d in main (argc=4, argv=0x559935ad6d00) at ../src/backend/main/main.c:196
[06:11:40.512] #0  0x00007f2253ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:11:14.382] #0  0x00007f282a0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:14.382] #1  0x00007f282a05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:14.382] #2  0x00007f282a045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:14.382] #3  0x000055967c7d0d46 in ExceptionalCondition (conditionName=conditionName@entry=0x55967ca734c8 "(remain...
[06:11:14.382] #4  0x000055967c3ec357 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:11:14.382] #5  0x000055967c3ec8ad in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[06:11:14.382] #6  0x000055967c3ed76f in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:11:14.383] #7  0x000055967c3ef1de in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55968c7e1d20) at ../src/ba...
[06:11:14.383] #8  0x000055967c224c9d in main (argc=8, argv=0x55968c7e1d20) at ../src/backend/main/main.c:196
[06:11:14.819] #0  0x00007f5eae0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:11:39.592] #0  0x00007fcb9c2a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:39.592] #1  0x00007fcb9c25afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:39.592] #2  0x00007fcb9c245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:39.592] #3  0x000055ed8f524d46 in ExceptionalCondition (conditionName=conditionName@entry=0x55ed8f7c74c8 "(remain...
[06:11:39.592] #4  0x000055ed8f140357 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:11:39.592] #5  0x000055ed8f1409ee in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[06:11:39.592] #6  0x000055ed8f14176f in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:11:39.592] #7  0x000055ed8f1431de in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55edb6444d10) at ../src/ba...
[06:11:39.592] #8  0x000055ed8ef78c9d in main (argc=4, argv=0x55edb6444d10) at ../src/backend/main/main.c:196
[06:11:40.060] #0  0x00007ff3a12a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:11:39.112] #0  0x00007fd2e00a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:39.112] #1  0x00007fd2e005afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:39.112] #2  0x00007fd2e0045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:39.112] #3  0x0000556e11c9bd46 in ExceptionalCondition (conditionName=conditionName@entry=0x556e11f3e4c8 "(remain...
[06:11:39.112] #4  0x0000556e118b7357 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:11:39.112] #5  0x0000556e118b79ee in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[06:11:39.112] #6  0x0000556e118b876f in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:11:39.112] #7  0x0000556e118ba1de in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x556e29fd2ce0) at ../src/ba...
[06:11:39.112] #8  0x0000556e116efc9d in main (argc=4, argv=0x556e29fd2ce0) at ../src/backend/main/main.c:196
[06:11:39.570] #0  0x00007fcb9c2a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:11:38.628] #0  0x00007f750a2a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:38.628] #1  0x00007f750a25afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:38.628] #2  0x00007f750a245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:38.628] #3  0x000055d5af10fd46 in ExceptionalCondition (conditionName=conditionName@entry=0x55d5af3b24c8 "(remain...
[06:11:38.628] #4  0x000055d5aed2b357 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:11:38.628] #5  0x000055d5aed2b9ee in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[06:11:38.628] #6  0x000055d5aed2c76f in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:11:38.628] #7  0x000055d5aed2e1de in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55d5e7a8dd20) at ../src/ba...
[06:11:38.628] #8  0x000055d5aeb63c9d in main (argc=4, argv=0x55d5e7a8dd20) at ../src/backend/main/main.c:196
[06:11:39.092] #0  0x00007fd2e00a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:11:14.840] #0  0x00007f5eae0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:14.840] #1  0x00007f5eae05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:14.840] #2  0x00007f5eae045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:14.840] #3  0x000055bc1f38ed46 in ExceptionalCondition (conditionName=conditionName@entry=0x55bc1f6314c8 "(remain...
[06:11:14.840] #4  0x000055bc1efaa357 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:11:14.840] #5  0x000055bc1efaa8ad in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[06:11:14.840] #6  0x000055bc1efab76f in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:11:14.840] #7  0x000055bc1efad1de in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55bc36631d80) at ../src/ba...
[06:11:14.840] #8  0x000055bc1ede2c9d in main (argc=8, argv=0x55bc36631d80) at ../src/backend/main/main.c:196
[06:11:15.311] #0  0x00007f4208ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:11:15.330] #0  0x00007f4208ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:15.330] #1  0x00007f4208e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:15.330] #2  0x00007f4208e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:15.330] #3  0x000056339fb89d46 in ExceptionalCondition (conditionName=conditionName@entry=0x56339fe2c4c8 "(remain...
[06:11:15.330] #4  0x000056339f7a5357 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:11:15.330] #5  0x000056339f7a58ad in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[06:11:15.330] #6  0x000056339f7a676f in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:11:15.330] #7  0x000056339f7a81de in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x5633b2aa1d40) at ../src/ba...
[06:11:15.330] #8  0x000056339f5ddc9d in main (argc=8, argv=0x5633b2aa1d40) at ../src/backend/main/main.c:196
[06:11:15.770] #0  0x00007f59046a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:11:15.788] #0  0x00007f59046a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:15.788] #1  0x00007f590465afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:15.788] #2  0x00007f5904645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:15.788] #3  0x0000564021e22d46 in ExceptionalCondition (conditionName=conditionName@entry=0x5640220c54c8 "(remain...
[06:11:15.788] #4  0x0000564021a3e357 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:11:15.788] #5  0x0000564021a3e8ad in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[06:11:15.788] #6  0x0000564021a3f76f in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:11:15.788] #7  0x0000564021a411de in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x564044a91d50) at ../src/ba...
[06:11:15.788] #8  0x0000564021876c9d in main (argc=8, argv=0x564044a91d50) at ../src/backend/main/main.c:196
[06:11:16.215] #0  0x00007f83266a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:11:16.238] #0  0x00007f83266a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:16.238] #1  0x00007f832665afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:16.238] #2  0x00007f8326645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:16.238] #3  0x0000564bb128ad46 in ExceptionalCondition (conditionName=conditionName@entry=0x564bb152d4c8 "(remain...
[06:11:16.238] #4  0x0000564bb0ea6357 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:11:16.238] #5  0x0000564bb0ea68ad in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[06:11:16.238] #6  0x0000564bb0ea776f in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:11:16.238] #7  0x0000564bb0ea91de in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x564bcab68d40) at ../src/ba...
[06:11:16.238] #8  0x0000564bb0cdec9d in main (argc=8, argv=0x564bcab68d40) at ../src/backend/main/main.c:196
[06:11:16.666] #0  0x00007f5a7caa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:11:16.685] #0  0x00007f5a7caa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:16.685] #1  0x00007f5a7ca5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:16.685] #2  0x00007f5a7ca45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:16.685] #3  0x0000563791874d46 in ExceptionalCondition (conditionName=conditionName@entry=0x563791b174c8 "(remain...
[06:11:16.685] #4  0x0000563791490357 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:11:16.685] #5  0x00005637914908ad in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[06:11:16.685] #6  0x000056379149176f in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:11:16.685] #7  0x00005637914931de in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x5637b57bdd20) at ../src/ba...
[06:11:16.685] #8  0x00005637912c8c9d in main (argc=8, argv=0x5637b57bdd20) at ../src/backend/main/main.c:196
[06:11:17.132] #0  0x00007f8be4ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:11:17.151] #0  0x00007f8be4ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:17.151] #1  0x00007f8be4e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:17.151] #2  0x00007f8be4e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:17.151] #3  0x0000559f332aad46 in ExceptionalCondition (conditionName=conditionName@entry=0x559f3354d4c8 "(remain...
[06:11:17.151] #4  0x0000559f32ec6357 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:11:17.151] #5  0x0000559f32ec68ad in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[06:11:17.151] #6  0x0000559f32ec776f in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:11:17.151] #7  0x0000559f32ec91de in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x559f3d1bcd80) at ../src/ba...
[06:11:17.151] #8  0x0000559f32cfec9d in main (argc=8, argv=0x559f3d1bcd80) at ../src/backend/main/main.c:196
[06:11:17.621] #0  0x00007fc82daa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:11:38.186] #0  0x00007f9050aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:38.186] #1  0x00007f9050a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:38.186] #2  0x00007f9050a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:38.186] #3  0x0000559ce329fd46 in ExceptionalCondition (conditionName=conditionName@entry=0x559ce35424c8 "(remain...
[06:11:38.186] #4  0x0000559ce2ebb357 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:11:38.186] #5  0x0000559ce2ebb8ad in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[06:11:38.186] #6  0x0000559ce2ebc76f in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:11:38.186] #7  0x0000559ce2ebe1de in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x559d22bf6d40) at ../src/ba...
[06:11:38.186] #8  0x0000559ce2cf3c9d in main (argc=4, argv=0x559d22bf6d40) at ../src/backend/main/main.c:196
[06:11:38.609] #0  0x00007f750a2a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:11:37.737] #0  0x00007f0e610a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:37.737] #1  0x00007f0e6105afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:37.737] #2  0x00007f0e61045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:37.737] #3  0x000055fddf0aed46 in ExceptionalCondition (conditionName=conditionName@entry=0x55fddf3514c8 "(remain...
[06:11:37.737] #4  0x000055fddecca357 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:11:37.737] #5  0x000055fddecca8ad in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[06:11:37.737] #6  0x000055fddeccb76f in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:11:37.737] #7  0x000055fddeccd1de in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55fdf0880cd0) at ../src/ba...
[06:11:37.737] #8  0x000055fddeb02c9d in main (argc=4, argv=0x55fdf0880cd0) at ../src/backend/main/main.c:196
[06:11:38.167] #0  0x00007f9050aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:11:37.266] #0  0x00007f853d2a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:37.266] #1  0x00007f853d25afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:37.266] #2  0x00007f853d245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:37.266] #3  0x0000555c0d0b7d46 in ExceptionalCondition (conditionName=conditionName@entry=0x555c0d35a4c8 "(remain...
[06:11:37.266] #4  0x0000555c0ccd3357 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:11:37.266] #5  0x0000555c0ccd39ee in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[06:11:37.266] #6  0x0000555c0ccd476f in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:11:37.266] #7  0x0000555c0ccd61de in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x555c40af5d20) at ../src/ba...
[06:11:37.266] #8  0x0000555c0cb0bc9d in main (argc=4, argv=0x555c40af5d20) at ../src/backend/main/main.c:196
[06:11:37.717] #0  0x00007f0e610a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:11:36.785] #0  0x00007f792bea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:36.785] #1  0x00007f792be5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:36.785] #2  0x00007f792be45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:36.785] #3  0x000055efcbe14d46 in ExceptionalCondition (conditionName=conditionName@entry=0x55efcc0b74c8 "(remain...
[06:11:36.785] #4  0x000055efcba30357 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:11:36.785] #5  0x000055efcba308ad in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[06:11:36.785] #6  0x000055efcba3176f in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:11:36.785] #7  0x000055efcba331de in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55efe9185d00) at ../src/ba...
[06:11:36.785] #8  0x000055efcb868c9d in main (argc=4, argv=0x55efe9185d00) at ../src/backend/main/main.c:196
[06:11:37.246] #0  0x00007f853d2a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:11:36.308] #0  0x00007f85c98a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:36.308] #1  0x00007f85c985afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:36.308] #2  0x00007f85c9845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:36.308] #3  0x000056552d007d46 in ExceptionalCondition (conditionName=conditionName@entry=0x56552d2aa4c8 "(remain...
[06:11:36.308] #4  0x000056552cc23357 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:11:36.308] #5  0x000056552cc238ad in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[06:11:36.308] #6  0x000056552cc2476f in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:11:36.308] #7  0x000056552cc261de in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x56555bcfdd10) at ../src/ba...
[06:11:36.308] #8  0x000056552ca5bc9d in main (argc=4, argv=0x56555bcfdd10) at ../src/backend/main/main.c:196
[06:11:36.766] #0  0x00007f792bea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:11:35.837] #0  0x00007f4f5f0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:35.837] #1  0x00007f4f5f05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:35.837] #2  0x00007f4f5f045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:35.837] #3  0x0000564cc514dd46 in ExceptionalCondition (conditionName=conditionName@entry=0x564cc53f04c8 "(remain...
[06:11:35.837] #4  0x0000564cc4d69357 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:11:35.837] #5  0x0000564cc4d699ee in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[06:11:35.837] #6  0x0000564cc4d6a76f in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:11:35.837] #7  0x0000564cc4d6c1de in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x564ce37add00) at ../src/ba...
[06:11:35.837] #8  0x0000564cc4ba1c9d in main (argc=4, argv=0x564ce37add00) at ../src/backend/main/main.c:196
[06:11:36.289] #0  0x00007f85c98a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:11:17.642] #0  0x00007fc82daa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:17.642] #1  0x00007fc82da5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:17.642] #2  0x00007fc82da45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:17.642] #3  0x00005619a76a4d46 in ExceptionalCondition (conditionName=conditionName@entry=0x5619a79474c8 "(remain...
[06:11:17.642] #4  0x00005619a72c0357 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:11:17.642] #5  0x00005619a72c08ad in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[06:11:17.642] #6  0x00005619a72c176f in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:11:17.642] #7  0x00005619a72c31de in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5619cd233d00) at ../src/ba...
[06:11:17.642] #8  0x00005619a70f8c9d in main (argc=4, argv=0x5619cd233d00) at ../src/backend/main/main.c:196
[06:11:18.107] #0  0x00007f76fa6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:11:18.126] #0  0x00007f76fa6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:18.126] #1  0x00007f76fa65afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:18.126] #2  0x00007f76fa645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:18.126] #3  0x000055d180eb1d46 in ExceptionalCondition (conditionName=conditionName@entry=0x55d1811544c8 "(remain...
[06:11:18.126] #4  0x000055d180acd357 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:11:18.126] #5  0x000055d180acd9ee in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[06:11:18.126] #6  0x000055d180ace76f in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:11:18.126] #7  0x000055d180ad01de in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55d18dd95d00) at ../src/ba...
[06:11:18.126] #8  0x000055d180905c9d in main (argc=4, argv=0x55d18dd95d00) at ../src/backend/main/main.c:196
[06:11:18.594] #0  0x00007f7ea96a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:11:18.614] #0  0x00007f7ea96a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:18.614] #1  0x00007f7ea965afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:18.614] #2  0x00007f7ea9645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:18.614] #3  0x00005579553add46 in ExceptionalCondition (conditionName=conditionName@entry=0x5579556504c8 "(remain...
[06:11:18.614] #4  0x0000557954fc9357 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:11:18.614] #5  0x0000557954fc98ad in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[06:11:18.614] #6  0x0000557954fca76f in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:11:18.614] #7  0x0000557954fcc1de in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x557977f6ed00) at ../src/ba...
[06:11:18.614] #8  0x0000557954e01c9d in main (argc=4, argv=0x557977f6ed00) at ../src/backend/main/main.c:196
[06:11:19.057] #0  0x00007f410daa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:11:19.076] #0  0x00007f410daa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:19.076] #1  0x00007f410da5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:19.076] #2  0x00007f410da45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:19.076] #3  0x0000557d222eed46 in ExceptionalCondition (conditionName=conditionName@entry=0x557d225914c8 "(remain...
[06:11:19.076] #4  0x0000557d21f0a357 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:11:19.076] #5  0x0000557d21f0a8ad in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[06:11:19.076] #6  0x0000557d21f0b76f in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:11:19.076] #7  0x0000557d21f0d1de in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x557d3ca31d80) at ../src/ba...
[06:11:19.076] #8  0x0000557d21d42c9d in main (argc=8, argv=0x557d3ca31d80) at ../src/backend/main/main.c:196
[06:11:19.514] #0  0x00007f8b68aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:11:19.535] #0  0x00007f8b68aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:19.535] #1  0x00007f8b68a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:19.535] #2  0x00007f8b68a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:19.535] #3  0x0000557f93242d46 in ExceptionalCondition (conditionName=conditionName@entry=0x557f934e54c8 "(remain...
[06:11:19.535] #4  0x0000557f92e5e357 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:11:19.535] #5  0x0000557f92e5e8ad in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[06:11:19.535] #6  0x0000557f92e5f76f in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:11:19.535] #7  0x0000557f92e611de in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x557f99702d40) at ../src/ba...
[06:11:19.535] #8  0x0000557f92c96c9d in main (argc=8, argv=0x557f99702d40) at ../src/backend/main/main.c:196
[06:11:19.972] #0  0x00007f99ed2a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:11:19.991] #0  0x00007f99ed2a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:19.991] #1  0x00007f99ed25afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:19.991] #2  0x00007f99ed245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:19.991] #3  0x000055838d4aad46 in ExceptionalCondition (conditionName=conditionName@entry=0x55838d74d4c8 "(remain...
[06:11:19.991] #4  0x000055838d0c6357 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:11:19.991] #5  0x000055838d0c68ad in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[06:11:19.991] #6  0x000055838d0c776f in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:11:19.992] #7  0x000055838d0c91de in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x5583bea3dd80) at ../src/ba...
[06:11:19.992] #8  0x000055838cefec9d in main (argc=8, argv=0x5583bea3dd80) at ../src/backend/main/main.c:196
[06:11:20.455] #0  0x00007fdc6a6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:11:20.478] #0  0x00007fdc6a6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:20.478] #1  0x00007fdc6a65afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:20.478] #2  0x00007fdc6a645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:20.478] #3  0x000055e03ecc8d46 in ExceptionalCondition (conditionName=conditionName@entry=0x55e03ef6b4c8 "(remain...
[06:11:20.478] #4  0x000055e03e8e4357 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:11:20.478] #5  0x000055e03e8e5676 in process_pm_child_exit () at ../src/backend/postmaster/postmaster.c:2523
[06:11:20.478] #6  0x000055e03e8e577d in ServerLoop () at ../src/backend/postmaster/postmaster.c:1654
[06:11:20.478] #7  0x000055e03e8e71de in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55e058692d10) at ../src/ba...
[06:11:20.478] #8  0x000055e03e71cc9d in main (argc=4, argv=0x55e058692d10) at ../src/backend/main/main.c:196
[06:11:20.944] #0  0x00007f4b282a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:11:20.966] #0  0x00007f4b282a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:20.966] #1  0x00007f4b2825afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:20.966] #2  0x00007f4b28245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:20.966] #3  0x0000560f2852ed46 in ExceptionalCondition (conditionName=conditionName@entry=0x560f287d14c8 "(remain...
[06:11:20.966] #4  0x0000560f2814a357 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:11:20.966] #5  0x0000560f2814a9ee in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[06:11:20.966] #6  0x0000560f2814b76f in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:11:20.966] #7  0x0000560f2814d1de in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x560f683f8d10) at ../src/ba...
[06:11:20.966] #8  0x0000560f27f82c9d in main (argc=4, argv=0x560f683f8d10) at ../src/backend/main/main.c:196
[06:11:21.425] #0  0x00007f87522a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:11:21.444] #0  0x00007f87522a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:21.444] #1  0x00007f875225afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:21.444] #2  0x00007f8752245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:21.444] #3  0x000055f1e3f17d46 in ExceptionalCondition (conditionName=conditionName@entry=0x55f1e41ba4c8 "(remain...
[06:11:21.444] #4  0x000055f1e3b33357 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:11:21.444] #5  0x000055f1e3b338ad in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[06:11:21.444] #6  0x000055f1e3b3476f in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:11:21.444] #7  0x000055f1e3b361de in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55f1fb911d00) at ../src/ba...
[06:11:21.444] #8  0x000055f1e396bc9d in main (argc=4, argv=0x55f1fb911d00) at ../src/backend/main/main.c:196
[06:11:21.912] #0  0x00007efdda8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:11:21.930] #0  0x00007efdda8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:21.930] #1  0x00007efdda85afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:21.930] #2  0x00007efdda845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:21.930] #3  0x0000562be9e80d46 in ExceptionalCondition (conditionName=conditionName@entry=0x562bea1234c8 "(remain...
[06:11:21.930] #4  0x0000562be9a9c357 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:11:21.930] #5  0x0000562be9a9c9ee in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[06:11:21.930] #6  0x0000562be9a9d76f in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:11:21.930] #7  0x0000562be9a9f1de in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x562c266d4d20) at ../src/ba...
[06:11:21.930] #8  0x0000562be98d4c9d in main (argc=4, argv=0x562c266d4d20) at ../src/backend/main/main.c:196
[06:11:22.394] #0  0x00007fadeb4a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:11:22.413] #0  0x00007fadeb4a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:22.413] #1  0x00007fadeb45afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:22.413] #2  0x00007fadeb445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:22.413] #3  0x000055ac80e4ed46 in ExceptionalCondition (conditionName=conditionName@entry=0x55ac810f14c8 "(remain...
[06:11:22.413] #4  0x000055ac80a6a357 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:11:22.413] #5  0x000055ac80a6a9ee in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[06:11:22.413] #6  0x000055ac80a6b76f in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:11:22.413] #7  0x000055ac80a6d1de in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55ac85a79d00) at ../src/ba...
[06:11:22.413] #8  0x000055ac808a2c9d in main (argc=4, argv=0x55ac85a79d00) at ../src/backend/main/main.c:196
[06:11:22.861] #0  0x00007ff2f12a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:11:22.881] #0  0x00007ff2f12a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:22.881] #1  0x00007ff2f125afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:22.881] #2  0x00007ff2f1245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:22.881] #3  0x000055aa4c195d46 in ExceptionalCondition (conditionName=conditionName@entry=0x55aa4c4384c8 "(remain...
[06:11:22.881] #4  0x000055aa4bdb1357 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:11:22.881] #5  0x000055aa4bdb19ee in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[06:11:22.881] #6  0x000055aa4bdb276f in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:11:22.881] #7  0x000055aa4bdb41de in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55aa7de9cd10) at ../src/ba...
[06:11:22.881] #8  0x000055aa4bbe9c9d in main (argc=4, argv=0x55aa7de9cd10) at ../src/backend/main/main.c:196
[06:11:23.344] #0  0x00007f73af2a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:11:23.363] #0  0x00007f73af2a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:23.363] #1  0x00007f73af25afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:23.363] #2  0x00007f73af245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:23.363] #3  0x000055b0af857d46 in ExceptionalCondition (conditionName=conditionName@entry=0x55b0afafa4c8 "(remain...
[06:11:23.363] #4  0x000055b0af473357 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:11:23.363] #5  0x000055b0af4738ad in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[06:11:23.363] #6  0x000055b0af47476f in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:11:23.363] #7  0x000055b0af4761de in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55b0e4b1ecf0) at ../src/ba...
[06:11:23.363] #8  0x000055b0af2abc9d in main (argc=4, argv=0x55b0e4b1ecf0) at ../src/backend/main/main.c:196
[06:11:23.811] #0  0x00007fa55a4a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:11:23.830] #0  0x00007fa55a4a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:23.830] #1  0x00007fa55a45afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:23.830] #2  0x00007fa55a445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:23.830] #3  0x000055c6d80e5d46 in ExceptionalCondition (conditionName=conditionName@entry=0x55c6d83884c8 "(remain...
[06:11:23.830] #4  0x000055c6d7d01357 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:11:23.830] #5  0x000055c6d7d018ad in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[06:11:23.830] #6  0x000055c6d7d0276f in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:11:23.830] #7  0x000055c6d7d041de in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55c6e66ead20) at ../src/ba...
[06:11:23.830] #8  0x000055c6d7b39c9d in main (argc=8, argv=0x55c6e66ead20) at ../src/backend/main/main.c:196
[06:11:24.275] #0  0x00007f008b4a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:11:24.298] #0  0x00007f008b4a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:24.298] #1  0x00007f008b45afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:24.298] #2  0x00007f008b445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:24.298] #3  0x000055db4d1a9d46 in ExceptionalCondition (conditionName=conditionName@entry=0x55db4d44c4c8 "(remain...
[06:11:24.298] #4  0x000055db4cdc5357 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:11:24.298] #5  0x000055db4cdc59ee in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[06:11:24.298] #6  0x000055db4cdc676f in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:11:24.298] #7  0x000055db4cdc81de in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55db6c569d10) at ../src/ba...
[06:11:24.298] #8  0x000055db4cbfdc9d in main (argc=4, argv=0x55db6c569d10) at ../src/backend/main/main.c:196
[06:11:24.432] #0  0x00007f813c8a9ebc in ?? ()
core
[06:11:35.343] #0  0x00007f3df9ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:35.343] #1  0x00007f3df9c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:35.343] #2  0x00007f3df9c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:35.343] #3  0x000056366a89cd46 in ExceptionalCondition (conditionName=conditionName@entry=0x56366ab3f4c8 "(remain...
[06:11:35.343] #4  0x000056366a4b8357 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:11:35.343] #5  0x000056366a4b89ee in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[06:11:35.343] #6  0x000056366a4b976f in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:11:35.343] #7  0x000056366a4bb1de in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5636883f3d10) at ../src/ba...
[06:11:35.343] #8  0x000056366a2f0c9d in main (argc=4, argv=0x5636883f3d10) at ../src/backend/main/main.c:196
[06:11:35.812] #0  0x00007f4f5f0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:11:34.871] #0  0x00007f8bbc0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:34.871] #1  0x00007f8bbc05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:34.871] #2  0x00007f8bbc045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:34.871] #3  0x000055908d186d46 in ExceptionalCondition (conditionName=conditionName@entry=0x55908d4294c8 "(remain...
[06:11:34.871] #4  0x000055908cda2357 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:11:34.871] #5  0x000055908cda29ee in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[06:11:34.871] #6  0x000055908cda376f in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:11:34.871] #7  0x000055908cda51de in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5590b6392d00) at ../src/ba...
[06:11:34.871] #8  0x000055908cbdac9d in main (argc=4, argv=0x5590b6392d00) at ../src/backend/main/main.c:196
[06:11:35.322] #0  0x00007f3df9ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:11:34.375] #0  0x00007f5f864a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:34.375] #1  0x00007f5f8645afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:34.375] #2  0x00007f5f86445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:34.375] #3  0x000055e13b8b8d46 in ExceptionalCondition (conditionName=conditionName@entry=0x55e13bb5b4c8 "(remain...
[06:11:34.375] #4  0x000055e13b4d4357 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:11:34.375] #5  0x000055e13b4d48ad in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[06:11:34.375] #6  0x000055e13b4d576f in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:11:34.375] #7  0x000055e13b4d71de in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55e170721d00) at ../src/ba...
[06:11:34.375] #8  0x000055e13b30cc9d in main (argc=4, argv=0x55e170721d00) at ../src/backend/main/main.c:196
[06:11:34.848] #0  0x00007f8bbc0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:11:33.887] #0  0x00007fe0974a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:33.887] #1  0x00007fe09745afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:33.887] #2  0x00007fe097445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:33.887] #3  0x000055e0a132ed46 in ExceptionalCondition (conditionName=conditionName@entry=0x55e0a15d14c8 "(remain...
[06:11:33.887] #4  0x000055e0a0f4a357 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:11:33.887] #5  0x000055e0a0f4a9ee in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[06:11:33.887] #6  0x000055e0a0f4b76f in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:11:33.887] #7  0x000055e0a0f4d1de in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55e0d6ab1d00) at ../src/ba...
[06:11:33.887] #8  0x000055e0a0d82c9d in main (argc=4, argv=0x55e0d6ab1d00) at ../src/backend/main/main.c:196
[06:11:34.353] #0  0x00007f5f864a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:11:24.434] #0  0x00007f813c8a9ebc in ?? ()
[06:11:24.848] #0  0x00007f5d20ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:11:33.424] #0  0x00007f6bb14a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:33.424] #1  0x00007f6bb145afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:33.424] #2  0x00007f6bb1445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:33.424] #3  0x000055f054bcbd46 in ExceptionalCondition (conditionName=conditionName@entry=0x55f054e6e4c8 "(remain...
[06:11:33.424] #4  0x000055f0547e7357 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:11:33.424] #5  0x000055f0547e78ad in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[06:11:33.424] #6  0x000055f0547e876f in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:11:33.424] #7  0x000055f0547ea1de in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55f08be10d90) at ../src/ba...
[06:11:33.424] #8  0x000055f05461fc9d in main (argc=8, argv=0x55f08be10d90) at ../src/backend/main/main.c:196
[06:11:33.865] #0  0x00007fe0974a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:11:32.968] #0  0x00007f9a708a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:32.968] #1  0x00007f9a7085afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:32.968] #2  0x00007f9a70845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:32.968] #3  0x000055a15e2cdd46 in ExceptionalCondition (conditionName=conditionName@entry=0x55a15e5704c8 "(remain...
[06:11:32.968] #4  0x000055a15dee9357 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:11:32.968] #5  0x000055a15dee98ad in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[06:11:32.968] #6  0x000055a15deea76f in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:11:32.968] #7  0x000055a15deec1de in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55a18262fcf0) at ../src/ba...
[06:11:32.968] #8  0x000055a15dd21c9d in main (argc=4, argv=0x55a18262fcf0) at ../src/backend/main/main.c:196
[06:11:33.405] #0  0x00007f6bb14a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:11:32.468] #0  0x00007fa4d0aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:32.468] #1  0x00007fa4d0a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:32.468] #2  0x00007fa4d0a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:32.468] #3  0x000056251a344d46 in ExceptionalCondition (conditionName=conditionName@entry=0x56251a5e74c8 "(remain...
[06:11:32.468] #4  0x0000562519f60357 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:11:32.468] #5  0x0000562519f609ee in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[06:11:32.468] #6  0x0000562519f6176f in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:11:32.468] #7  0x0000562519f631de in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x562545d9fd00) at ../src/ba...
[06:11:32.468] #8  0x0000562519d98c9d in main (argc=4, argv=0x562545d9fd00) at ../src/backend/main/main.c:196
[06:11:32.946] #0  0x00007f9a708a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:11:31.972] #0  0x00007f98f20a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:31.972] #1  0x00007f98f205afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:31.972] #2  0x00007f98f2045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:31.972] #3  0x0000564d2bec1d46 in ExceptionalCondition (conditionName=conditionName@entry=0x564d2c1644c8 "(remain...
[06:11:31.972] #4  0x0000564d2badd357 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:11:31.972] #5  0x0000564d2badd9ee in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[06:11:31.972] #6  0x0000564d2bade76f in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:11:31.972] #7  0x0000564d2bae01de in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x564d5f7bfd00) at ../src/ba...
[06:11:31.972] #8  0x0000564d2b915c9d in main (argc=4, argv=0x564d5f7bfd00) at ../src/backend/main/main.c:196
[06:11:32.448] #0  0x00007fa4d0aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:11:31.494] #0  0x00007f586bca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:31.494] #1  0x00007f586bc5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:31.494] #2  0x00007f586bc45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:31.494] #3  0x000055833b2abd46 in ExceptionalCondition (conditionName=conditionName@entry=0x55833b54e4c8 "(remain...
[06:11:31.494] #4  0x000055833aec7357 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:11:31.494] #5  0x000055833aec79ee in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[06:11:31.494] #6  0x000055833aec876f in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:11:31.494] #7  0x000055833aeca1de in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5583490d0d20) at ../src/ba...
[06:11:31.494] #8  0x000055833acffc9d in main (argc=4, argv=0x5583490d0d20) at ../src/backend/main/main.c:196
[06:11:31.950] #0  0x00007f98f20a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:11:31.013] #0  0x00007f4cf28a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:31.013] #1  0x00007f4cf285afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:31.013] #2  0x00007f4cf2845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:31.013] #3  0x000055b511be9d46 in ExceptionalCondition (conditionName=conditionName@entry=0x55b511e8c4c8 "(remain...
[06:11:31.013] #4  0x000055b511805357 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:11:31.013] #5  0x000055b5118059ee in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[06:11:31.013] #6  0x000055b51180676f in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:11:31.014] #7  0x000055b5118081de in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55b54d6fbd10) at ../src/ba...
[06:11:31.014] #8  0x000055b51163dc9d in main (argc=4, argv=0x55b54d6fbd10) at ../src/backend/main/main.c:196
[06:11:31.474] #0  0x00007f586bca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:11:30.549] #0  0x00007fcfaa4a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:30.549] #1  0x00007fcfaa45afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:30.549] #2  0x00007fcfaa445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:30.549] #3  0x0000556a2b3aad46 in ExceptionalCondition (conditionName=conditionName@entry=0x556a2b64d4c8 "(remain...
[06:11:30.549] #4  0x0000556a2afc6357 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:11:30.549] #5  0x0000556a2afc69ee in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[06:11:30.549] #6  0x0000556a2afc776f in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:11:30.549] #7  0x0000556a2afc91de in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x556a37d4dd00) at ../src/ba...
[06:11:30.549] #8  0x0000556a2adfec9d in main (argc=4, argv=0x556a37d4dd00) at ../src/backend/main/main.c:196
[06:11:30.995] #0  0x00007f4cf28a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:11:30.067] #0  0x00007f347f0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:30.067] #1  0x00007f347f05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:30.067] #2  0x00007f347f045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:30.067] #3  0x0000563799ea5d46 in ExceptionalCondition (conditionName=conditionName@entry=0x56379a1484c8 "(remain...
[06:11:30.067] #4  0x0000563799ac1357 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:11:30.067] #5  0x0000563799ac19ee in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[06:11:30.067] #6  0x0000563799ac276f in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:11:30.067] #7  0x0000563799ac41de in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5637b38a4d00) at ../src/ba...
[06:11:30.067] #8  0x00005637998f9c9d in main (argc=4, argv=0x5637b38a4d00) at ../src/backend/main/main.c:196
[06:11:30.530] #0  0x00007fcfaa4a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:11:29.576] #0  0x00007f8aea0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:29.576] #1  0x00007f8aea05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:29.576] #2  0x00007f8aea045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:29.576] #3  0x000055793c38bd46 in ExceptionalCondition (conditionName=conditionName@entry=0x55793c62e4c8 "(remain...
[06:11:29.576] #4  0x000055793bfa7357 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:11:29.576] #5  0x000055793bfa79ee in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[06:11:29.576] #6  0x000055793bfa876f in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:11:29.576] #7  0x000055793bfaa1de in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x557969886d00) at ../src/ba...
[06:11:29.576] #8  0x000055793bddfc9d in main (argc=4, argv=0x557969886d00) at ../src/backend/main/main.c:196
[06:11:30.044] #0  0x00007f347f0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:11:29.098] #0  0x00007f9b2b6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:29.098] #1  0x00007f9b2b65afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:29.098] #2  0x00007f9b2b645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:29.098] #3  0x0000563ffd85ad46 in ExceptionalCondition (conditionName=conditionName@entry=0x563ffdafd4c8 "(remain...
[06:11:29.098] #4  0x0000563ffd476357 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:11:29.098] #5  0x0000563ffd4768ad in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[06:11:29.098] #6  0x0000563ffd47776f in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:11:29.098] #7  0x0000563ffd4791de in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x56402c943d00) at ../src/ba...
[06:11:29.098] #8  0x0000563ffd2aec9d in main (argc=4, argv=0x56402c943d00) at ../src/backend/main/main.c:196
[06:11:29.557] #0  0x00007f8aea0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:11:28.588] #0  0x00007f7193ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:28.588] #1  0x00007f7193e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:28.588] #2  0x00007f7193e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:28.588] #3  0x0000561031abcd46 in ExceptionalCondition (conditionName=conditionName@entry=0x561031d5f4c8 "(remain...
[06:11:28.588] #4  0x00005610316d8357 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:11:28.588] #5  0x00005610316d88ad in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[06:11:28.588] #6  0x00005610316d976f in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:11:28.589] #7  0x00005610316db1de in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x56104e350d40) at ../src/ba...
[06:11:28.589] #8  0x0000561031510c9d in main (argc=8, argv=0x56104e350d40) at ../src/backend/main/main.c:196
[06:11:29.078] #0  0x00007f9b2b6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:11:28.136] #0  0x00007f32d8aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:28.136] #1  0x00007f32d8a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:28.136] #2  0x00007f32d8a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:28.136] #3  0x000056150cab9d46 in ExceptionalCondition (conditionName=conditionName@entry=0x56150cd5c4c8 "(remain...
[06:11:28.136] #4  0x000056150c6d5357 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:11:28.136] #5  0x000056150c6d58ad in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[06:11:28.136] #6  0x000056150c6d676f in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:11:28.136] #7  0x000056150c6d81de in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x56150fafbd50) at ../src/ba...
[06:11:28.136] #8  0x000056150c50dc9d in main (argc=8, argv=0x56150fafbd50) at ../src/backend/main/main.c:196
[06:11:28.570] #0  0x00007f7193ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:11:24.870] #0  0x00007f5d20ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:24.870] #1  0x00007f5d20c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:24.870] #2  0x00007f5d20c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:24.870] #3  0x00005614ba6e7d46 in ExceptionalCondition (conditionName=conditionName@entry=0x5614ba98a4c8 "(remain...
[06:11:24.870] #4  0x00005614ba303357 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:11:24.870] #5  0x00005614ba3038ad in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[06:11:24.870] #6  0x00005614ba30476f in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:11:24.870] #7  0x00005614ba3061de in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x5614e72ecd90) at ../src/ba...
[06:11:24.870] #8  0x00005614ba13bc9d in main (argc=8, argv=0x5614e72ecd90) at ../src/backend/main/main.c:196
[06:11:25.311] #0  0x00007f6c9caa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:11:27.658] #0  0x00007f88a66a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:27.658] #1  0x00007f88a665afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:27.658] #2  0x00007f88a6645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:27.658] #3  0x00005615c542ed46 in ExceptionalCondition (conditionName=conditionName@entry=0x5615c56d14c8 "(remain...
[06:11:27.658] #4  0x00005615c504a357 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:11:27.658] #5  0x00005615c504a8ad in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[06:11:27.658] #6  0x00005615c504b76f in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:11:27.658] #7  0x00005615c504d1de in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5615d47edd10) at ../src/ba...
[06:11:27.658] #8  0x00005615c4e82c9d in main (argc=4, argv=0x5615d47edd10) at ../src/backend/main/main.c:196
[06:11:28.117] #0  0x00007f32d8aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:11:27.191] #0  0x00007fcd482a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:27.191] #1  0x00007fcd4825afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:27.191] #2  0x00007fcd48245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:27.191] #3  0x000056363384ed46 in ExceptionalCondition (conditionName=conditionName@entry=0x563633af14c8 "(remain...
[06:11:27.191] #4  0x000056363346a357 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:11:27.191] #5  0x000056363346a9ee in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[06:11:27.191] #6  0x000056363346b76f in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:11:27.191] #7  0x000056363346d1de in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x563635bddd00) at ../src/ba...
[06:11:27.191] #8  0x00005636332a2c9d in main (argc=4, argv=0x563635bddd00) at ../src/backend/main/main.c:196
[06:11:27.636] #0  0x00007f88a66a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:11:26.720] #0  0x00007efef94a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:26.720] #1  0x00007efef945afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:26.720] #2  0x00007efef9445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:26.720] #3  0x000055afad1b3d46 in ExceptionalCondition (conditionName=conditionName@entry=0x55afad4564c8 "(remain...
[06:11:26.720] #4  0x000055afacdcf357 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:11:26.720] #5  0x000055afacdcf9ee in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[06:11:26.720] #6  0x000055afacdd076f in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:11:26.720] #7  0x000055afacdd21de in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55afdd898d00) at ../src/ba...
[06:11:26.720] #8  0x000055afacc07c9d in main (argc=4, argv=0x55afdd898d00) at ../src/backend/main/main.c:196
[06:11:27.168] #0  0x00007fcd482a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:11:26.261] #0  0x00007f9531ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:26.261] #1  0x00007f9531e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:26.261] #2  0x00007f9531e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:26.261] #3  0x0000560f1d2f3d46 in ExceptionalCondition (conditionName=conditionName@entry=0x560f1d5964c8 "(remain...
[06:11:26.261] #4  0x0000560f1cf0f357 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:11:26.261] #5  0x0000560f1cf0f8ad in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[06:11:26.261] #6  0x0000560f1cf1076f in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:11:26.262] #7  0x0000560f1cf121de in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x560f4e03fd20) at ../src/ba...
[06:11:26.262] #8  0x0000560f1cd47c9d in main (argc=8, argv=0x560f4e03fd20) at ../src/backend/main/main.c:196
[06:11:26.700] #0  0x00007efef94a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:11:25.791] #0  0x00007f56566a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:25.791] #1  0x00007f565665afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:25.791] #2  0x00007f5656645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:25.791] #3  0x0000564763257d46 in ExceptionalCondition (conditionName=conditionName@entry=0x5647634fa4c8 "(remain...
[06:11:25.791] #4  0x0000564762e73357 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:11:25.791] #5  0x0000564762e738ad in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[06:11:25.791] #6  0x0000564762e7476f in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:11:25.791] #7  0x0000564762e761de in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x564787c12d90) at ../src/ba...
[06:11:25.791] #8  0x0000564762cabc9d in main (argc=8, argv=0x564787c12d90) at ../src/backend/main/main.c:196
[06:11:26.239] #0  0x00007f9531ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:11:25.330] #0  0x00007f6c9caa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:25.330] #1  0x00007f6c9ca5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:25.330] #2  0x00007f6c9ca45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:25.330] #3  0x00005647fdc34d46 in ExceptionalCondition (conditionName=conditionName@entry=0x5647fded74c8 "(remain...
[06:11:25.330] #4  0x00005647fd850357 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:11:25.330] #5  0x00005647fd8508ad in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[06:11:25.330] #6  0x00005647fd85176f in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:11:25.330] #7  0x00005647fd8531de in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x564818758d00) at ../src/ba...
[06:11:25.330] #8  0x00005647fd688c9d in main (argc=4, argv=0x564818758d00) at ../src/backend/main/main.c:196
[06:11:25.769] #0  0x00007f56566a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:12:01.650] #0  0x00007f4a6f4a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:12:01.650] #1  0x00007f4a6f45afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:12:01.650] #2  0x00007f4a6f445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:12:01.650] #3  0x000055a228b1ad46 in ExceptionalCondition (conditionName=conditionName@entry=0x55a228dbd4c8 "(remain...
[06:12:01.650] #4  0x000055a228736357 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:12:01.650] #5  0x000055a2287369ee in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[06:12:01.650] #6  0x000055a22873776f in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:12:01.651] #7  0x000055a2287391de in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55a24a365d00) at ../src/ba...
[06:12:01.651] #8  0x000055a22856ec9d in main (argc=4, argv=0x55a24a365d00) at ../src/backend/main/main.c:196
[06:12:02.095] #0  0x00007f9ffe6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:12:01.170] #0  0x00007fe4a58a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:12:01.170] #1  0x00007fe4a585afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:12:01.170] #2  0x00007fe4a5845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:12:01.170] #3  0x00005602fc418d46 in ExceptionalCondition (conditionName=conditionName@entry=0x5602fc6bb4c8 "(remain...
[06:12:01.170] #4  0x00005602fc034357 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:12:01.170] #5  0x00005602fc0349ee in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[06:12:01.170] #6  0x00005602fc03576f in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:12:01.170] #7  0x00005602fc0371de in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x56031dbd7d00) at ../src/ba...
[06:12:01.170] #8  0x00005602fbe6cc9d in main (argc=4, argv=0x56031dbd7d00) at ../src/backend/main/main.c:196
[06:12:01.631] #0  0x00007f4a6f4a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:12:00.705] #0  0x00007fbeb7aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:12:00.705] #1  0x00007fbeb7a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:12:00.705] #2  0x00007fbeb7a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:12:00.705] #3  0x000056549cdd2d46 in ExceptionalCondition (conditionName=conditionName@entry=0x56549d0754c8 "(remain...
[06:12:00.705] #4  0x000056549c9ee357 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:12:00.705] #5  0x000056549c9ee8ad in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[06:12:00.705] #6  0x000056549c9ef76f in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:12:00.705] #7  0x000056549c9f11de in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5654b02cece0) at ../src/ba...
[06:12:00.705] #8  0x000056549c826c9d in main (argc=4, argv=0x5654b02cece0) at ../src/backend/main/main.c:196
[06:12:01.149] #0  0x00007fe4a58a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:12:00.223] #0  0x00007f2a7a8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:12:00.223] #1  0x00007f2a7a85afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:12:00.223] #2  0x00007f2a7a845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:12:00.223] #3  0x000055d351530d46 in ExceptionalCondition (conditionName=conditionName@entry=0x55d3517d34c8 "(remain...
[06:12:00.223] #4  0x000055d35114c357 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:12:00.223] #5  0x000055d35114c8ad in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[06:12:00.223] #6  0x000055d35114d76f in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:12:00.223] #7  0x000055d35114f1de in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55d352aebd40) at ../src/ba...
[06:12:00.223] #8  0x000055d350f84c9d in main (argc=8, argv=0x55d352aebd40) at ../src/backend/main/main.c:196
[06:12:00.682] #0  0x00007fbeb7aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:11:59.759] #0  0x00007fcdf74a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:59.759] #1  0x00007fcdf745afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:59.759] #2  0x00007fcdf7445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:59.759] #3  0x0000558b5957ed46 in ExceptionalCondition (conditionName=conditionName@entry=0x558b598214c8 "(remain...
[06:11:59.759] #4  0x0000558b5919a357 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:11:59.759] #5  0x0000558b5919a9ee in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[06:11:59.759] #6  0x0000558b5919b76f in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:11:59.759] #7  0x0000558b5919d1de in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x558b7e537d00) at ../src/ba...
[06:11:59.759] #8  0x0000558b58fd2c9d in main (argc=4, argv=0x558b7e537d00) at ../src/backend/main/main.c:196
[06:12:00.202] #0  0x00007f2a7a8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:11:59.280] #0  0x00007fdc636a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:59.280] #1  0x00007fdc6365afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:59.280] #2  0x00007fdc63645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:59.280] #3  0x000055696eee0d46 in ExceptionalCondition (conditionName=conditionName@entry=0x55696f1834c8 "(remain...
[06:11:59.280] #4  0x000055696eafc357 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:11:59.280] #5  0x000055696eafc9ee in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[06:11:59.280] #6  0x000055696eafd76f in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:11:59.280] #7  0x000055696eaff1de in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5569af1efd20) at ../src/ba...
[06:11:59.280] #8  0x000055696e934c9d in main (argc=4, argv=0x5569af1efd20) at ../src/backend/main/main.c:196
[06:11:59.739] #0  0x00007fcdf74a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:11:58.828] #0  0x00007f23290a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:58.828] #1  0x00007f232905afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:58.828] #2  0x00007f2329045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:58.828] #3  0x0000555aff5bdd46 in ExceptionalCondition (conditionName=conditionName@entry=0x555aff8604c8 "(remain...
[06:11:58.828] #4  0x0000555aff1d9357 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:11:58.828] #5  0x0000555aff1d99ee in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[06:11:58.828] #6  0x0000555aff1da76f in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:11:58.828] #7  0x0000555aff1dc1de in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x555b37f5fd00) at ../src/ba...
[06:11:58.828] #8  0x0000555aff011c9d in main (argc=4, argv=0x555b37f5fd00) at ../src/backend/main/main.c:196
[06:11:59.262] #0  0x00007fdc636a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:11:58.344] #0  0x00007fab506a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:58.344] #1  0x00007fab5065afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:58.344] #2  0x00007fab50645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:58.344] #3  0x0000560fa56d1d46 in ExceptionalCondition (conditionName=conditionName@entry=0x560fa59744c8 "(remain...
[06:11:58.344] #4  0x0000560fa52ed357 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:11:58.344] #5  0x0000560fa52ed8ad in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[06:11:58.344] #6  0x0000560fa52ee76f in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:11:58.344] #7  0x0000560fa52f01de in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x560fc5f56d40) at ../src/ba...
[06:11:58.344] #8  0x0000560fa5125c9d in main (argc=8, argv=0x560fc5f56d40) at ../src/backend/main/main.c:196
[06:11:58.808] #0  0x00007f23290a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:11:57.913] #0  0x00007fe5b3d65da4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:57.913] #1  0x00007fe5b3d12239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:57.913] #2  0x00007fe5b3d12497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:57.913] #3  0x00005576a51225f3 in ?? ()
[06:11:57.913] #4  0x00005576a511c369 in ?? ()
[06:11:57.913] #5  0x00005576a511b20f in ?? ()
[06:11:57.913] #6  0x00005576a511bc3b in ?? ()
[06:11:57.913] #7  0x00005576a511966f in ?? ()
[06:11:57.913] #8  0x00007fe5b3cfd24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:57.913] #9  0x00007fe5b3cfd305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:11:57.913] #0  <unavailable> in ?? ()
core
[06:11:57.784] #0  0x00007f0f86aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:57.784] #1  0x00007f0f86a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:57.784] #2  0x00007f0f86a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:57.784] #3  0x000055921c371d46 in ExceptionalCondition (conditionName=conditionName@entry=0x55921c6144c8 "(remain...
[06:11:57.784] #4  0x000055921bf8d357 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:11:57.784] #5  0x000055921bf8d9ee in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[06:11:57.784] #6  0x000055921bf8e76f in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:11:57.785] #7  0x000055921bf901de in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x559223d07d10) at ../src/ba...
[06:11:57.785] #8  0x000055921bdc5c9d in main (argc=4, argv=0x559223d07d10) at ../src/backend/main/main.c:196
[06:11:57.912] #0  0x00007fe5b3d65da4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:11:57.331] #0  0x00007fa8e8ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:57.331] #1  0x00007fa8e8c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:57.331] #2  0x00007fa8e8c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:57.331] #3  0x00005565b9885d46 in ExceptionalCondition (conditionName=conditionName@entry=0x5565b9b284c8 "(remain...
[06:11:57.331] #4  0x00005565b94a1357 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:11:57.331] #5  0x00005565b94a18ad in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[06:11:57.331] #6  0x00005565b94a276f in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:11:57.331] #7  0x00005565b94a41de in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x5565baf98d50) at ../src/ba...
[06:11:57.331] #8  0x00005565b92d9c9d in main (argc=8, argv=0x5565baf98d50) at ../src/backend/main/main.c:196
[06:11:57.766] #0  0x00007f0f86aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:11:56.859] #0  0x00007f6822ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:56.859] #1  0x00007f6822e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:56.859] #2  0x00007f6822e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:56.859] #3  0x000055bd6080bd46 in ExceptionalCondition (conditionName=conditionName@entry=0x55bd60aae4c8 "(remain...
[06:11:56.859] #4  0x000055bd60427357 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:11:56.859] #5  0x000055bd604279ee in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[06:11:56.859] #6  0x000055bd6042876f in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:11:56.859] #7  0x000055bd6042a1de in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55bd64fe4d00) at ../src/ba...
[06:11:56.859] #8  0x000055bd6025fc9d in main (argc=4, argv=0x55bd64fe4d00) at ../src/backend/main/main.c:196
[06:11:57.312] #0  0x00007fa8e8ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:11:56.366] #0  0x00007f82a76a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:56.366] #1  0x00007f82a765afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:56.366] #2  0x00007f82a7645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:56.366] #3  0x0000561c13562d46 in ExceptionalCondition (conditionName=conditionName@entry=0x561c138054c8 "(remain...
[06:11:56.366] #4  0x0000561c1317e357 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:11:56.366] #5  0x0000561c1317e9ee in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[06:11:56.366] #6  0x0000561c1317f76f in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:11:56.366] #7  0x0000561c131811de in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x561c4d27cd00) at ../src/ba...
[06:11:56.366] #8  0x0000561c12fb6c9d in main (argc=4, argv=0x561c4d27cd00) at ../src/backend/main/main.c:196
[06:11:56.836] #0  0x00007f6822ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:11:55.880] #0  0x00007fa778ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:55.880] #1  0x00007fa778e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:55.880] #2  0x00007fa778e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:55.880] #3  0x0000560a04da2d46 in ExceptionalCondition (conditionName=conditionName@entry=0x560a050454c8 "(remain...
[06:11:55.880] #4  0x0000560a049be357 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:11:55.880] #5  0x0000560a049be8ad in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[06:11:55.880] #6  0x0000560a049bf76f in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:11:55.880] #7  0x0000560a049c11de in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x560a1429cd80) at ../src/ba...
[06:11:55.880] #8  0x0000560a047f6c9d in main (argc=8, argv=0x560a1429cd80) at ../src/backend/main/main.c:196
[06:11:56.347] #0  0x00007f82a76a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:11:55.429] #0  0x00007f96ff8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:55.429] #1  0x00007f96ff85afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:55.429] #2  0x00007f96ff845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:55.429] #3  0x0000558eeae30d46 in ExceptionalCondition (conditionName=conditionName@entry=0x558eeb0d34c8 "(remain...
[06:11:55.429] #4  0x0000558eeaa4c357 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:11:55.429] #5  0x0000558eeaa4c8ad in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[06:11:55.429] #6  0x0000558eeaa4d76f in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:11:55.430] #7  0x0000558eeaa4f1de in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x558f048d1d90) at ../src/ba...
[06:11:55.430] #8  0x0000558eea884c9d in main (argc=8, argv=0x558f048d1d90) at ../src/backend/main/main.c:196
[06:11:55.861] #0  0x00007fa778ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:11:54.961] #0  0x00007f20788a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:54.961] #1  0x00007f207885afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:54.961] #2  0x00007f2078845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:54.961] #3  0x0000561c8b88dd46 in ExceptionalCondition (conditionName=conditionName@entry=0x561c8bb304c8 "(remain...
[06:11:54.961] #4  0x0000561c8b4a9357 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:11:54.961] #5  0x0000561c8b4a98ad in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[06:11:54.961] #6  0x0000561c8b4aa76f in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:11:54.961] #7  0x0000561c8b4ac1de in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x561c91604d20) at ../src/ba...
[06:11:54.961] #8  0x0000561c8b2e1c9d in main (argc=8, argv=0x561c91604d20) at ../src/backend/main/main.c:196
[06:11:55.408] #0  0x00007f96ff8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:11:54.513] #0  0x00007f0d2caa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:54.513] #1  0x00007f0d2ca5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:54.513] #2  0x00007f0d2ca45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:54.513] #3  0x000056113b979d46 in ExceptionalCondition (conditionName=conditionName@entry=0x56113bc1c4c8 "(remain...
[06:11:54.513] #4  0x000056113b595357 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:11:54.513] #5  0x000056113b5958ad in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[06:11:54.513] #6  0x000056113b59676f in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:11:54.514] #7  0x000056113b5981de in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x56116ff70d20) at ../src/ba...
[06:11:54.514] #8  0x000056113b3cdc9d in main (argc=8, argv=0x56116ff70d20) at ../src/backend/main/main.c:196
[06:11:54.942] #0  0x00007f20788a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:11:54.055] #0  0x00007f1b81aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:54.055] #1  0x00007f1b81a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:54.055] #2  0x00007f1b81a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:54.055] #3  0x000056282f636d46 in ExceptionalCondition (conditionName=conditionName@entry=0x56282f8d94c8 "(remain...
[06:11:54.055] #4  0x000056282f252357 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:11:54.055] #5  0x000056282f2529ee in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[06:11:54.055] #6  0x000056282f25376f in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:11:54.055] #7  0x000056282f2551de in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x562856f91d00) at ../src/ba...
[06:11:54.055] #8  0x000056282f08ac9d in main (argc=4, argv=0x562856f91d00) at ../src/backend/main/main.c:196
[06:11:54.491] #0  0x00007f0d2caa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:11:53.592] #0  0x00007faffc6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:53.592] #1  0x00007faffc65afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:53.592] #2  0x00007faffc645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:53.592] #3  0x0000558fee086d46 in ExceptionalCondition (conditionName=conditionName@entry=0x558fee3294c8 "(remain...
[06:11:53.592] #4  0x0000558fedca2357 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:11:53.592] #5  0x0000558fedca28ad in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[06:11:53.592] #6  0x0000558fedca376f in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:11:53.592] #7  0x0000558fedca51de in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55901298fd40) at ../src/ba...
[06:11:53.592] #8  0x0000558fedadac9d in main (argc=8, argv=0x55901298fd40) at ../src/backend/main/main.c:196
[06:11:54.036] #0  0x00007f1b81aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:11:53.135] #0  0x00007feb54aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:53.135] #1  0x00007feb54a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:53.135] #2  0x00007feb54a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:53.135] #3  0x00005638678abd46 in ExceptionalCondition (conditionName=conditionName@entry=0x563867b4e4c8 "(remain...
[06:11:53.135] #4  0x00005638674c7357 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:11:53.135] #5  0x00005638674c79ee in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[06:11:53.135] #6  0x00005638674c876f in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:11:53.135] #7  0x00005638674ca1de in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5638993dbd00) at ../src/ba...
[06:11:53.135] #8  0x00005638672ffc9d in main (argc=4, argv=0x5638993dbd00) at ../src/backend/main/main.c:196
[06:11:53.573] #0  0x00007faffc6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:11:52.637] #0  0x00007fc0316a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:52.637] #1  0x00007fc03165afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:52.637] #2  0x00007fc031645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:52.637] #3  0x00005558e750fd46 in ExceptionalCondition (conditionName=conditionName@entry=0x5558e77b24c8 "(remain...
[06:11:52.637] #4  0x00005558e712b357 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:11:52.637] #5  0x00005558e712b8ad in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[06:11:52.637] #6  0x00005558e712c76f in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:11:52.638] #7  0x00005558e712e1de in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x5558f22d3d20) at ../src/ba...
[06:11:52.638] #8  0x00005558e6f63c9d in main (argc=8, argv=0x5558f22d3d20) at ../src/backend/main/main.c:196
[06:11:53.113] #0  0x00007feb54aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:11:52.180] #0  0x00007f1e87ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:52.180] #1  0x00007f1e87e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:52.180] #2  0x00007f1e87e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:11:52.180] #3  0x0000561ef4e2bd46 in ExceptionalCondition (conditionName=conditionName@entry=0x561ef50ce4c8 "(remain...
[06:11:52.180] #4  0x0000561ef4a47357 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[06:11:52.180] #5  0x0000561ef4a479ee in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[06:11:52.180] #6  0x0000561ef4a4876f in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[06:11:52.180] #7  0x0000561ef4a4a1de in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x561f3142ad00) at ../src/ba...
[06:11:52.180] #8  0x0000561ef487fc9d in main (argc=4, argv=0x561f3142ad00) at ../src/backend/main/main.c:196
[06:11:52.618] #0  0x00007fc0316a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
tap
[06:00:42.024](1.531s) Bail out!  pg_ctl restart failed
tap
[06:00:51.995](1.072s) Bail out!  pg_ctl stop failed
tap
[05:59:33.083](0.662s) Bail out!  pg_ctl stop failed
tap
[05:59:36.455](3.328s) Bail out!  pg_ctl stop failed
tap
[05:59:34.066](1.858s) Bail out!  pg_ctl stop failed
tap
[05:59:35.557](0.234s) Bail out!  pg_ctl stop failed
tap
[05:59:36.201](2.771s) Bail out!  pg_ctl stop failed
tap
[05:59:36.924](0.108s) Bail out!  pg_ctl restart failed
tap
[05:59:40.488](0.240s) Bail out!  pg_ctl stop failed
tap
[05:59:49.770](12.698s) Bail out!  pg_ctl restart failed
tap
[05:59:39.598](0.520s) Bail out!  pg_ctl stop failed
tap
[05:59:38.408](0.973s) Bail out!  pg_ctl stop failed
tap
[05:59:41.376](2.474s) Bail out!  pg_ctl stop failed
tap
[05:59:44.572](2.108s) Bail out!  pg_ctl stop failed
tap
[05:59:43.924](2.084s) Bail out!  pg_ctl stop failed
tap
[05:59:46.843](3.814s) Bail out!  pg_ctl stop failed
tap
[05:59:47.807](2.666s) Bail out!  pg_ctl restart failed
tap
[05:59:47.755](2.545s) Bail out!  pg_ctl stop failed
tap
[05:59:53.116](0.851s) Bail out!  pg_ctl stop failed
tap
[05:59:50.375](0.140s) Bail out!  pg_ctl stop failed
tap
[05:59:52.252](0.227s) Bail out!  pg_ctl stop failed
tap
[05:59:52.932](0.263s) Bail out!  pg_ctl stop failed
tap
[05:59:54.372](1.379s) Bail out!  pg_ctl restart failed
tap
[05:59:58.078](0.712s) Bail out!  pg_ctl stop failed
tap
[06:00:57.973](0.205s) Bail out!  pg_ctl restart failed
tap
[06:00:00.799](0.364s) Bail out!  pg_ctl stop failed
tap
[06:00:01.170](1.025s) Bail out!  pg_ctl stop failed
tap
[06:00:07.165](0.136s) Bail out!  pg_ctl restart failed
tap
[06:00:05.968](0.127s) Bail out!  pg_ctl restart failed
tap
[06:00:13.123](1.525s) Bail out!  pg_ctl stop failed
tap
[06:00:11.419](3.734s) Bail out!  pg_ctl stop failed
tap
[06:00:15.186](3.271s) Bail out!  pg_ctl stop failed
tap
[06:00:21.500](1.757s) Bail out!  pg_ctl stop failed
tap
[06:00:18.241](2.448s) Bail out!  pg_ctl stop failed
tap
[06:00:25.679](0.141s) Bail out!  pg_ctl restart failed
tap
[06:00:26.369](1.980s) Bail out!  pg_ctl stop failed
tap
[06:00:32.671](0.116s) Bail out!  pg_ctl stop failed
tap
[06:00:29.790](0.150s) Bail out!  pg_ctl stop failed
tap
[06:00:35.216](0.759s) Bail out!  pg_ctl stop failed
test
[06:10:44.843]   5/318 postgresql:pg_upgrade / pg_upgrade/003_logical_slots                            ERROR            ...
[06:10:44.843]   6/318 postgresql:recovery / recovery/001_stream_rep                                   ERROR            ...
[06:10:44.843]   7/318 postgresql:recovery / recovery/003_recovery_targets                             ERROR            ...
[06:10:44.843]   8/318 postgresql:pg_upgrade / pg_upgrade/004_subscription                             ERROR            ...
[06:10:44.843]   9/318 postgresql:recovery / recovery/004_timeline_switch                              ERROR            ...
[06:10:44.843]  10/318 postgresql:recovery / recovery/006_logical_decoding                             ERROR            ...
[06:10:44.843]  12/318 postgresql:recovery / recovery/010_logical_decoding_timelines                   ERROR            ...
[06:10:44.843]  13/318 postgresql:recovery / recovery/009_twophase                                     ERROR            ...
[06:10:44.843]  14/318 postgresql:recovery / recovery/007_sync_rep                                     ERROR            ...
[06:10:44.843]  15/318 postgresql:recovery / recovery/012_subtransactions                              ERROR            ...
[06:10:44.843]  17/318 postgresql:recovery / recovery/015_promotion_pages                              ERROR            ...
[06:10:44.843]  18/318 postgresql:recovery / recovery/014_unlogged_reinit                              ERROR            ...
[06:10:44.843]  19/318 postgresql:recovery / recovery/016_min_consistency                              ERROR            ...
[06:10:44.843]  20/318 postgresql:recovery / recovery/018_wal_optimize                                 ERROR            ...
[06:10:44.843]  21/318 postgresql:recovery / recovery/017_shm                                          ERROR            ...
[06:10:44.843]  22/318 postgresql:recovery / recovery/008_fsm_truncation                               ERROR            ...
[06:10:44.843]  23/318 postgresql:recovery / recovery/020_archive_status                               ERROR            ...
[06:10:44.843]  24/318 postgresql:recovery / recovery/021_row_visibility                               ERROR            ...
[06:10:44.843]  25/318 postgresql:recovery / recovery/023_pitr_prepared_xact                           ERROR            ...
[06:10:44.843]  26/318 postgresql:recovery / recovery/019_replslot_limit                               ERROR            ...
[06:10:44.843]  27/318 postgresql:recovery / recovery/024_archive_recovery                             ERROR            ...
[06:10:44.843]  28/318 postgresql:recovery / recovery/026_overwrite_contrecord                         ERROR            ...
[06:10:44.843]  30/318 postgresql:recovery / recovery/029_stats_restart                                ERROR            ...
[06:10:44.843]  31/318 postgresql:recovery / recovery/028_pitr_timelines                               ERROR            ...
[06:10:44.843]  32/318 postgresql:recovery / recovery/031_recovery_conflict                            ERROR            ...
[06:10:44.843]  33/318 postgresql:recovery / recovery/030_stats_cleanup_replica                        ERROR            ...
[06:10:44.843]  34/318 postgresql:recovery / recovery/033_replay_tsp_drops                             ERROR            ...
[06:10:44.843]  35/318 postgresql:recovery / recovery/032_relfilenode_reuse                            ERROR            ...
[06:10:44.843]  36/318 postgresql:recovery / recovery/034_create_database                              ERROR            ...
[06:10:44.843]  37/318 postgresql:recovery / recovery/036_truncated_dropped                            ERROR            ...
[06:10:44.843]  38/318 postgresql:recovery / recovery/035_standby_logical_decoding                     ERROR            ...
[06:10:44.843]  40/318 postgresql:recovery / recovery/039_end_of_wal                                   ERROR            ...
[06:10:44.843]  41/318 postgresql:recovery / recovery/038_save_logical_slots_shutdown                  ERROR            ...
[06:10:44.843]  42/318 postgresql:recovery / recovery/041_checkpoint_at_promote                        ERROR            ...
[06:10:44.843]  43/318 postgresql:recovery / recovery/042_low_level_backup                             ERROR            ...
[06:10:44.843]  44/318 postgresql:recovery / recovery/040_standby_failover_slots_sync                  ERROR            ...
[06:10:44.843]  45/318 postgresql:kerberos / kerberos/001_auth                                         ERROR            ...
[06:10:44.843]  46/318 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[06:10:44.843]  47/318 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[06:10:44.843]  48/318 postgresql:isolation / isolation/isolation                                      ERROR           1...
[06:10:44.843]  49/318 postgresql:regress / regress/regress                                            ERROR           1...
[06:10:44.843]  50/318 postgresql:plpgsql / plpgsql/regress                                            ERROR           1...
[06:10:44.843]  51/318 postgresql:plperl / plperl/regress                                              ERROR           1...
[06:10:44.843]  52/318 postgresql:plpython / plpython/regress                                          ERROR           1...
[06:10:44.843]  53/318 postgresql:pltcl / pltcl/regress                                                ERROR           1...
[06:10:44.843]  54/318 postgresql:recovery / recovery/013_crash_restart                                ERROR           2...
[06:10:44.843]  55/318 postgresql:recovery / recovery/022_crash_temp_files                             ERROR           2...
[06:10:44.843]  56/318 postgresql:basic_archive / basic_archive/regress                                ERROR           1...
[06:10:44.843]  57/318 postgresql:amcheck / amcheck/regress                                            ERROR           1...
[06:10:44.843]  58/318 postgresql:bloom / bloom/regress                                                ERROR           1...
[06:10:44.843]  59/318 postgresql:bool_plperl / bool_plperl/regress                                    ERROR           1...
[06:10:44.843]  60/318 postgresql:btree_gin / btree_gin/regress                                        ERROR           1...
[06:10:44.843]  61/318 postgresql:btree_gist / btree_gist/regress                                      ERROR           1...
[06:10:44.843]  62/318 postgresql:citext / citext/regress                                              ERROR           1...
[06:10:44.854]  63/318 postgresql:cube / cube/regress                                                  ERROR           1...
[06:10:44.854]  64/318 postgresql:dblink / dblink/regress                                              ERROR           1...
[06:10:44.854]  65/318 postgresql:dict_int / dict_int/regress                                          ERROR           1...
[06:10:44.854]  66/318 postgresql:dict_xsyn / dict_xsyn/regress                                        ERROR           1...
[06:10:44.854]  67/318 postgresql:earthdistance / earthdistance/regress                                ERROR           1...
[06:10:44.854]  68/318 postgresql:file_fdw / file_fdw/regress                                          ERROR           1...
[06:10:44.854]  69/318 postgresql:fuzzystrmatch / fuzzystrmatch/regress                                ERROR           1...
[06:10:44.854]  70/318 postgresql:hstore / hstore/regress                                              ERROR           1...
[06:10:44.854]  71/318 postgresql:hstore_plperl / hstore_plperl/regress                                ERROR           1...
[06:10:44.854]  72/318 postgresql:hstore_plpython / hstore_plpython/regress                            ERROR           1...
[06:10:44.854]  73/318 postgresql:isn / isn/regress                                                    ERROR           1...
[06:10:44.854]  74/318 postgresql:intarray / intarray/regress                                          ERROR           1...
[06:10:44.854]  75/318 postgresql:jsonb_plperl / jsonb_plperl/regress                                  ERROR           1...
[06:10:44.854]  76/318 postgresql:jsonb_plpython / jsonb_plpython/regress                              ERROR           1...
[06:10:44.854]  77/318 postgresql:lo / lo/regress                                                      ERROR           1...
[06:10:44.854]  78/318 postgresql:ltree / ltree/regress                                                ERROR           1...
[06:10:44.854]  79/318 postgresql:ltree_plpython / ltree_plpython/regress                              ERROR           1...
[06:10:44.854]  80/318 postgresql:pageinspect / pageinspect/regress                                    ERROR           1...
[06:10:44.854]  81/318 postgresql:passwordcheck / passwordcheck/regress                                ERROR           1...
[06:10:44.854]  82/318 postgresql:pg_buffercache / pg_buffercache/regress                              ERROR           1...
macOS - Sonoma - Meson
core
[06:01:37.049]   * frame #0: 0x000000018e04d5f0 libsystem_kernel.dylib`__pthread_kill + 8
[06:01:37.049]     frame #1: 0x000000018e085c20 libsystem_pthread.dylib`pthread_kill + 288
[06:01:37.049]     frame #2: 0x000000018df92a30 libsystem_c.dylib`abort + 180
[06:01:37.049]     frame #3: 0x0000000104f89028 postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[06:01:37.049]     frame #4: 0x0000000104dbdda4 postgres`PostmasterStateMachine at postmaster.c:2887:4
[06:01:37.049]     frame #5: 0x0000000104dbc5b8 postgres`ServerLoop [inlined] process_pm_shutdown_request at postmaster....
[06:01:37.049]     frame #6: 0x0000000104dbc350 postgres`ServerLoop at postmaster.c:1650:5
[06:01:37.049]     frame #7: 0x0000000104dbb954 postgres`PostmasterMain(argc=<unavailable>, argv=<unavailable>) at postm...
[06:01:37.049]     frame #8: 0x0000000104d0ceec postgres`main(argc=4, argv=0x0000600001668ba0) at main.c:196:3
[06:01:37.049]     frame #9: 0x000000018dcfb154 dyld`start + 2476
core
[06:02:37.222]   * frame #0: 0x000000018e04d5f0 libsystem_kernel.dylib`__pthread_kill + 8
[06:02:37.222]     frame #1: 0x000000018e085c20 libsystem_pthread.dylib`pthread_kill + 288
[06:02:37.222]     frame #2: 0x000000018df92a30 libsystem_c.dylib`abort + 180
[06:02:37.222]     frame #3: 0x0000000100861028 postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[06:02:37.222]     frame #4: 0x0000000100695da4 postgres`PostmasterStateMachine at postmaster.c:2887:4
[06:02:37.222]     frame #5: 0x00000001006945b8 postgres`ServerLoop [inlined] process_pm_shutdown_request at postmaster....
[06:02:37.222]     frame #6: 0x0000000100694350 postgres`ServerLoop at postmaster.c:1650:5
[06:02:37.222]     frame #7: 0x0000000100693954 postgres`PostmasterMain(argc=<unavailable>, argv=<unavailable>) at postm...
[06:02:37.222]     frame #8: 0x00000001005e4eec postgres`main(argc=4, argv=0x000060000111cba0) at main.c:196:3
[06:02:37.222]     frame #9: 0x000000018dcfb154 dyld`start + 2476
core
[06:02:41.995]   * frame #0: 0x000000018e04d5f0
[06:02:41.995]     frame #1: 0x000000018e085c20
core
[06:03:23.340]   * frame #0: 0x000000018e04d5f0 libsystem_kernel.dylib`__pthread_kill + 8
[06:03:23.340]     frame #1: 0x000000018e085c20 libsystem_pthread.dylib`pthread_kill + 288
[06:03:23.340]     frame #2: 0x000000018df92a30 libsystem_c.dylib`abort + 180
[06:03:23.340]     frame #3: 0x0000000100dc1028 postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[06:03:23.340]     frame #4: 0x0000000100bf5da4 postgres`PostmasterStateMachine at postmaster.c:2887:4
[06:03:23.340]     frame #5: 0x0000000100bf45b8 postgres`ServerLoop [inlined] process_pm_shutdown_request at postmaster....
[06:03:23.340]     frame #6: 0x0000000100bf4350 postgres`ServerLoop at postmaster.c:1650:5
[06:03:23.340]     frame #7: 0x0000000100bf3954 postgres`PostmasterMain(argc=<unavailable>, argv=<unavailable>) at postm...
[06:03:23.340]     frame #8: 0x0000000100b44eec postgres`main(argc=4, argv=0x00006000024a0b70) at main.c:196:3
[06:03:23.340]     frame #9: 0x000000018dcfb154 dyld`start + 2476
core
[06:04:02.762]   * frame #0: 0x000000018e04d5f0 libsystem_kernel.dylib`__pthread_kill + 8
[06:04:02.762]     frame #1: 0x000000018e085c20 libsystem_pthread.dylib`pthread_kill + 288
[06:04:02.762]     frame #2: 0x000000018df92a30 libsystem_c.dylib`abort + 180
[06:04:02.762]     frame #3: 0x0000000104ae1028 postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[06:04:02.762]     frame #4: 0x0000000104915da4 postgres`PostmasterStateMachine at postmaster.c:2887:4
[06:04:02.762]     frame #5: 0x00000001049145b8 postgres`ServerLoop [inlined] process_pm_shutdown_request at postmaster....
[06:04:02.762]     frame #6: 0x0000000104914350 postgres`ServerLoop at postmaster.c:1650:5
[06:04:02.762]     frame #7: 0x0000000104913954 postgres`PostmasterMain(argc=<unavailable>, argv=<unavailable>) at postm...
[06:04:02.762]     frame #8: 0x0000000104864eec postgres`main(argc=4, argv=0x0000600002318420) at main.c:196:3
[06:04:02.762]     frame #9: 0x000000018dcfb154 dyld`start + 2476
core
[06:04:44.122]   * frame #0: 0x000000018e04d5f0 libsystem_kernel.dylib`__pthread_kill + 8
[06:04:44.122]     frame #1: 0x000000018e085c20 libsystem_pthread.dylib`pthread_kill + 288
[06:04:44.122]     frame #2: 0x000000018df92a30 libsystem_c.dylib`abort + 180
[06:04:44.122]     frame #3: 0x0000000102759028 postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[06:04:44.122]     frame #4: 0x000000010258dda4 postgres`PostmasterStateMachine at postmaster.c:2887:4
[06:04:44.122]     frame #5: 0x000000010258c5b8 postgres`ServerLoop [inlined] process_pm_shutdown_request at postmaster....
[06:04:44.122]     frame #6: 0x000000010258c350 postgres`ServerLoop at postmaster.c:1650:5
[06:04:44.122]     frame #7: 0x000000010258b954 postgres`PostmasterMain(argc=<unavailable>, argv=<unavailable>) at postm...
[06:04:44.122]     frame #8: 0x00000001024dceec postgres`main(argc=4, argv=0x0000600002f60ba0) at main.c:196:3
[06:04:44.122]     frame #9: 0x000000018dcfb154 dyld`start + 2476
core
[06:05:26.317]   * frame #0: 0x000000018e04d5f0 libsystem_kernel.dylib`__pthread_kill + 8
[06:05:26.317]     frame #1: 0x000000018e085c20 libsystem_pthread.dylib`pthread_kill + 288
[06:05:26.317]     frame #2: 0x000000018df92a30 libsystem_c.dylib`abort + 180
[06:05:26.317]     frame #3: 0x00000001028fd028 postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[06:05:26.317]     frame #4: 0x0000000102731da4 postgres`PostmasterStateMachine at postmaster.c:2887:4
[06:05:26.317]     frame #5: 0x00000001027305b8 postgres`ServerLoop [inlined] process_pm_shutdown_request at postmaster....
[06:05:26.317]     frame #6: 0x0000000102730350 postgres`ServerLoop at postmaster.c:1650:5
[06:05:26.317]     frame #7: 0x000000010272f954 postgres`PostmasterMain(argc=<unavailable>, argv=<unavailable>) at postm...
[06:05:26.317]     frame #8: 0x0000000102680eec postgres`main(argc=4, argv=0x00006000028707e0) at main.c:196:3
[06:05:26.317]     frame #9: 0x000000018dcfb154 dyld`start + 2476
core
[06:06:13.933]   * frame #0: 0x000000018e04d5f0 libsystem_kernel.dylib`__pthread_kill + 8
[06:06:13.933]     frame #1: 0x000000018e085c20 libsystem_pthread.dylib`pthread_kill + 288
[06:06:13.933]     frame #2: 0x000000018df92a30 libsystem_c.dylib`abort + 180
[06:06:13.933]     frame #3: 0x0000000104819028 postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[06:06:13.933]     frame #4: 0x000000010464dda4 postgres`PostmasterStateMachine at postmaster.c:2887:4
[06:06:13.933]     frame #5: 0x000000010464c5b8 postgres`ServerLoop [inlined] process_pm_shutdown_request at postmaster....
[06:06:13.933]     frame #6: 0x000000010464c350 postgres`ServerLoop at postmaster.c:1650:5
[06:06:13.933]     frame #7: 0x000000010464b954 postgres`PostmasterMain(argc=<unavailable>, argv=<unavailable>) at postm...
[06:06:13.933]     frame #8: 0x000000010459ceec postgres`main(argc=8, argv=0x0000600003280410) at main.c:196:3
[06:06:13.933]     frame #9: 0x000000018dcfb154 dyld`start + 2476
core
[06:06:54.794]   * frame #0: 0x000000018e04d5f0
[06:06:54.794]     frame #1: 0x000000018e085c20
[06:06:54.794]     frame #2: 0x000000018df92a30
[06:06:54.794]     frame #3: 0x0000000102975028 postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[06:06:54.794]     frame #4: 0x00000001027a9da4 postgres`PostmasterStateMachine at postmaster.c:2887:4
[06:06:54.794]     frame #5: 0x00000001027a85b8 postgres`ServerLoop [inlined] process_pm_shutdown_request at postmaster....
[06:06:54.794]     frame #6: 0x00000001027a8350 postgres`ServerLoop at postmaster.c:1650:5
[06:06:54.794]     frame #7: 0x00000001027a7954 postgres`PostmasterMain(argc=<unavailable>, argv=<unavailable>) at postm...
[06:06:54.794]     frame #8: 0x00000001026f8eec postgres`main(argc=4, argv=0x0000600003fcc6c0) at main.c:196:3
[06:06:54.794]     frame #9: 0x000000018dcfb154 dyld`start + 2476
core
[06:07:42.458]   * frame #0: 0x000000018e04d5f0 libsystem_kernel.dylib`__pthread_kill + 8
[06:07:42.458]     frame #1: 0x000000018e085c20 libsystem_pthread.dylib`pthread_kill + 288
[06:07:42.458]     frame #2: 0x000000018df92a30 libsystem_c.dylib`abort + 180
[06:07:42.458]     frame #3: 0x00000001053b9028 postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[06:07:42.458]     frame #4: 0x00000001051edda4 postgres`PostmasterStateMachine at postmaster.c:2887:4
[06:07:42.458]     frame #5: 0x00000001051ec5b8 postgres`ServerLoop [inlined] process_pm_shutdown_request at postmaster....
[06:07:42.458]     frame #6: 0x00000001051ec350 postgres`ServerLoop at postmaster.c:1650:5
[06:07:42.458]     frame #7: 0x00000001051eb954 postgres`PostmasterMain(argc=<unavailable>, argv=<unavailable>) at postm...
[06:07:42.458]     frame #8: 0x000000010513ceec postgres`main(argc=4, argv=0x0000600001d18ba0) at main.c:196:3
[06:07:42.458]     frame #9: 0x000000018dcfb154 dyld`start + 2476
core
[06:08:09.926]   * frame #0: 0x000000018e04d5f0
[06:08:09.926]     frame #1: 0x000000018e085c20
[06:08:09.926]     frame #2: 0x000000018df92a30
[06:08:09.926]     frame #3: 0x0000000102f51028 postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[06:08:09.926]     frame #4: 0x0000000102d85da4 postgres`PostmasterStateMachine at postmaster.c:2887:4
[06:08:09.926]     frame #5: 0x0000000102d845b8 postgres`ServerLoop [inlined] process_pm_shutdown_request at postmaster....
[06:08:09.926]     frame #6: 0x0000000102d84350 postgres`ServerLoop at postmaster.c:1650:5
[06:08:09.926]     frame #7: 0x0000000102d83954 postgres`PostmasterMain(argc=<unavailable>, argv=<unavailable>) at postm...
[06:08:09.926]     frame #8: 0x0000000102cd4eec postgres`main(argc=4, argv=0x00006000025e8ba0) at main.c:196:3
[06:08:09.926]     frame #9: 0x000000018dcfb154 dyld`start + 2476
core
[06:08:43.255]   * frame #0: 0x000000018e04d5f0 libsystem_kernel.dylib`__pthread_kill + 8
[06:08:43.255]     frame #1: 0x000000018e085c20 libsystem_pthread.dylib`pthread_kill + 288
[06:08:43.255]     frame #2: 0x000000018df92a30 libsystem_c.dylib`abort + 180
[06:08:43.255]     frame #3: 0x00000001011ad028 postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[06:08:43.255]     frame #4: 0x0000000100fe1da4 postgres`PostmasterStateMachine at postmaster.c:2887:4
[06:08:43.255]     frame #5: 0x0000000100fe05b8 postgres`ServerLoop [inlined] process_pm_shutdown_request at postmaster....
[06:08:43.255]     frame #6: 0x0000000100fe0350 postgres`ServerLoop at postmaster.c:1650:5
[06:08:43.255]     frame #7: 0x0000000100fdf954 postgres`PostmasterMain(argc=<unavailable>, argv=<unavailable>) at postm...
[06:08:43.255]     frame #8: 0x0000000100f30eec postgres`main(argc=4, argv=0x0000600001008ba0) at main.c:196:3
[06:08:43.255]     frame #9: 0x000000018dcfb154 dyld`start + 2476
core
[06:09:07.317]   * frame #0: 0x000000018e04d5f0 libsystem_kernel.dylib`__pthread_kill + 8
[06:09:07.317]     frame #1: 0x000000018e085c20 libsystem_pthread.dylib`pthread_kill + 288
[06:09:07.317]     frame #2: 0x000000018df92a30 libsystem_c.dylib`abort + 180
[06:09:07.317]     frame #3: 0x0000000102bd9028 postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[06:09:07.317]     frame #4: 0x0000000102a0dda4 postgres`PostmasterStateMachine at postmaster.c:2887:4
[06:09:07.317]     frame #5: 0x0000000102a0c5b8 postgres`ServerLoop [inlined] process_pm_shutdown_request at postmaster....
[06:09:07.317]     frame #6: 0x0000000102a0c350 postgres`ServerLoop at postmaster.c:1650:5
[06:09:07.317]     frame #7: 0x0000000102a0b954 postgres`PostmasterMain(argc=<unavailable>, argv=<unavailable>) at postm...
[06:09:07.317]     frame #8: 0x000000010295ceec postgres`main(argc=8, argv=0x0000600003cd03c0) at main.c:196:3
[06:09:07.317]     frame #9: 0x000000018dcfb154 dyld`start + 2476
core
[06:09:30.750]   * frame #0: 0x000000018e04d5f0 libsystem_kernel.dylib`__pthread_kill + 8
[06:09:30.750]     frame #1: 0x000000018e085c20 libsystem_pthread.dylib`pthread_kill + 288
[06:09:30.750]     frame #2: 0x000000018df92a30 libsystem_c.dylib`abort + 180
[06:09:30.750]     frame #3: 0x0000000101151028 postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[06:09:30.750]     frame #4: 0x0000000100f85da4 postgres`PostmasterStateMachine at postmaster.c:2887:4
[06:09:30.750]     frame #5: 0x0000000100f845b8 postgres`ServerLoop [inlined] process_pm_shutdown_request at postmaster....
[06:09:30.750]     frame #6: 0x0000000100f84350 postgres`ServerLoop at postmaster.c:1650:5
[06:09:30.750]     frame #7: 0x0000000100f83954 postgres`PostmasterMain(argc=<unavailable>, argv=<unavailable>) at postm...
[06:09:30.750]     frame #8: 0x0000000100ed4eec postgres`main(argc=4, argv=0x0000600002e1cba0) at main.c:196:3
[06:09:30.750]     frame #9: 0x000000018dcfb154 dyld`start + 2476
core
[06:09:31.082]   * frame #0: 0x000000018e04d5f0
[06:09:31.082]     frame #1: 0x000000018e085c20
core
[06:10:44.753]   * frame #0: 0x000000018e04d5f0 libsystem_kernel.dylib`__pthread_kill + 8
[06:10:44.753]     frame #1: 0x000000018e085c20 libsystem_pthread.dylib`pthread_kill + 288
[06:10:44.753]     frame #2: 0x000000018df92a30 libsystem_c.dylib`abort + 180
[06:10:44.753]     frame #3: 0x0000000102955028 postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[06:10:44.753]     frame #4: 0x0000000102789da4 postgres`PostmasterStateMachine at postmaster.c:2887:4
[06:10:44.753]     frame #5: 0x00000001027885b8 postgres`ServerLoop [inlined] process_pm_shutdown_request at postmaster....
[06:10:44.753]     frame #6: 0x0000000102788350 postgres`ServerLoop at postmaster.c:1650:5
[06:10:44.753]     frame #7: 0x0000000102787954 postgres`PostmasterMain(argc=<unavailable>, argv=<unavailable>) at postm...
[06:10:44.753]     frame #8: 0x00000001026d8eec postgres`main(argc=4, argv=0x0000600001230ba0) at main.c:196:3
[06:10:44.753]     frame #9: 0x000000018dcfb154 dyld`start + 2476
core
[06:11:07.955]   * frame #0: 0x000000018e04d5f0 libsystem_kernel.dylib`__pthread_kill + 8
[06:11:07.955]     frame #1: 0x000000018e085c20 libsystem_pthread.dylib`pthread_kill + 288
[06:11:07.955]     frame #2: 0x000000018df92a30 libsystem_c.dylib`abort + 180
[06:11:07.955]     frame #3: 0x00000001008ed028 postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[06:11:07.955]     frame #4: 0x0000000100721da4 postgres`PostmasterStateMachine at postmaster.c:2887:4
[06:11:07.955]     frame #5: 0x00000001007205b8 postgres`ServerLoop [inlined] process_pm_shutdown_request at postmaster....
[06:11:07.955]     frame #6: 0x0000000100720350 postgres`ServerLoop at postmaster.c:1650:5
[06:11:07.955]     frame #7: 0x000000010071f954 postgres`PostmasterMain(argc=<unavailable>, argv=<unavailable>) at postm...
[06:11:07.955]     frame #8: 0x0000000100670eec postgres`main(argc=4, argv=0x0000600002d507e0) at main.c:196:3
[06:11:07.955]     frame #9: 0x000000018dcfb154 dyld`start + 2476
core
[06:11:31.861]   * frame #0: 0x000000018e04d5f0 libsystem_kernel.dylib`__pthread_kill + 8
[06:11:31.861]     frame #1: 0x000000018e085c20 libsystem_pthread.dylib`pthread_kill + 288
[06:11:31.861]     frame #2: 0x000000018df92a30 libsystem_c.dylib`abort + 180
[06:11:31.861]     frame #3: 0x000000010080d028 postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[06:11:31.861]     frame #4: 0x0000000100641da4 postgres`PostmasterStateMachine at postmaster.c:2887:4
[06:11:31.861]     frame #5: 0x00000001006405b8 postgres`ServerLoop [inlined] process_pm_shutdown_request at postmaster....
[06:11:31.861]     frame #6: 0x0000000100640350 postgres`ServerLoop at postmaster.c:1650:5
[06:11:31.861]     frame #7: 0x000000010063f954 postgres`PostmasterMain(argc=<unavailable>, argv=<unavailable>) at postm...
[06:11:31.861]     frame #8: 0x0000000100590eec postgres`main(argc=4, argv=0x0000600002f1c720) at main.c:196:3
[06:11:31.861]     frame #9: 0x000000018dcfb154 dyld`start + 2476
core
[06:11:56.371]   * frame #0: 0x000000018e04d5f0 libsystem_kernel.dylib`__pthread_kill + 8
[06:11:56.371]     frame #1: 0x000000018e085c20 libsystem_pthread.dylib`pthread_kill + 288
[06:11:56.371]     frame #2: 0x000000018df92a30 libsystem_c.dylib`abort + 180
[06:11:56.371]     frame #3: 0x0000000100ad9028 postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[06:11:56.371]     frame #4: 0x000000010090dda4 postgres`PostmasterStateMachine at postmaster.c:2887:4
[06:11:56.371]     frame #5: 0x000000010090c5b8 postgres`ServerLoop [inlined] process_pm_shutdown_request at postmaster....
[06:11:56.371]     frame #6: 0x000000010090c350 postgres`ServerLoop at postmaster.c:1650:5
[06:11:56.371]     frame #7: 0x000000010090b954 postgres`PostmasterMain(argc=<unavailable>, argv=<unavailable>) at postm...
[06:11:56.371]     frame #8: 0x000000010085ceec postgres`main(argc=4, argv=0x0000600001af0ba0) at main.c:196:3
[06:11:56.371]     frame #9: 0x000000018dcfb154 dyld`start + 2476
core
[06:12:20.029]   * frame #0: 0x000000018e04d5f0 libsystem_kernel.dylib`__pthread_kill + 8
[06:12:20.029]     frame #1: 0x000000018e085c20 libsystem_pthread.dylib`pthread_kill + 288
[06:12:20.029]     frame #2: 0x000000018df92a30 libsystem_c.dylib`abort + 180
[06:12:20.029]     frame #3: 0x0000000100a39028 postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[06:12:20.029]     frame #4: 0x000000010086dda4 postgres`PostmasterStateMachine at postmaster.c:2887:4
[06:12:20.029]     frame #5: 0x000000010086c5b8 postgres`ServerLoop [inlined] process_pm_shutdown_request at postmaster....
[06:12:20.029]     frame #6: 0x000000010086c350 postgres`ServerLoop at postmaster.c:1650:5
[06:12:20.029]     frame #7: 0x000000010086b954 postgres`PostmasterMain(argc=<unavailable>, argv=<unavailable>) at postm...
[06:12:20.029]     frame #8: 0x00000001007bceec postgres`main(argc=4, argv=0x00006000005b0ba0) at main.c:196:3
[06:12:20.029]     frame #9: 0x000000018dcfb154 dyld`start + 2476
core
[06:01:02.919]   * frame #0: 0x000000018e04d5f0 libsystem_kernel.dylib`__pthread_kill + 8
[06:01:02.919]     frame #1: 0x000000018e085c20 libsystem_pthread.dylib`pthread_kill + 288
[06:01:02.919]     frame #2: 0x000000018df92a30 libsystem_c.dylib`abort + 180
[06:01:02.919]     frame #3: 0x0000000103385028 postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[06:01:02.919]     frame #4: 0x00000001031b9da4 postgres`PostmasterStateMachine at postmaster.c:2887:4
[06:01:02.919]     frame #5: 0x00000001031b85b8 postgres`ServerLoop [inlined] process_pm_shutdown_request at postmaster....
[06:01:02.919]     frame #6: 0x00000001031b8350 postgres`ServerLoop at postmaster.c:1650:5
[06:01:02.919]     frame #7: 0x00000001031b7954 postgres`PostmasterMain(argc=<unavailable>, argv=<unavailable>) at postm...
[06:01:02.919]     frame #8: 0x0000000103108eec postgres`main(argc=4, argv=0x0000600003374ba0) at main.c:196:3
[06:01:02.919]     frame #9: 0x000000018dcfb154 dyld`start + 2476
core
[06:02:01.848]   * frame #0: 0x000000018e04d5f0
[06:02:01.848]     frame #1: 0x000000018e085c20
[06:02:01.848]     frame #2: 0x000000018df92a30
[06:02:01.848]     frame #3: 0x0000000102795028 postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[06:02:01.848]     frame #4: 0x00000001025c9da4 postgres`PostmasterStateMachine at postmaster.c:2887:4
[06:02:01.848]     frame #5: 0x00000001025c85b8 postgres`ServerLoop [inlined] process_pm_shutdown_request at postmaster....
[06:02:01.848]     frame #6: 0x00000001025c8350 postgres`ServerLoop at postmaster.c:1650:5
[06:02:01.848]     frame #7: 0x00000001025c7954 postgres`PostmasterMain(argc=<unavailable>, argv=<unavailable>) at postm...
[06:02:01.848]     frame #8: 0x0000000102518eec postgres`main(argc=4, argv=0x0000600001368ba0) at main.c:196:3
[06:02:01.848]     frame #9: 0x000000018dcfb154 dyld`start + 2476
core
[06:00:27.962]   * frame #0: 0x000000018e04d5f0 libsystem_kernel.dylib`__pthread_kill + 8
[06:00:27.962]     frame #1: 0x000000018e085c20 libsystem_pthread.dylib`pthread_kill + 288
[06:00:27.962]     frame #2: 0x000000018df92a30 libsystem_c.dylib`abort + 180
[06:00:27.962]     frame #3: 0x00000001045dd028 postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[06:00:27.962]     frame #4: 0x0000000104411da4 postgres`PostmasterStateMachine at postmaster.c:2887:4
[06:00:27.962]     frame #5: 0x00000001044105b8 postgres`ServerLoop [inlined] process_pm_shutdown_request at postmaster....
[06:00:27.962]     frame #6: 0x0000000104410350 postgres`ServerLoop at postmaster.c:1650:5
[06:00:27.962]     frame #7: 0x000000010440f954 postgres`PostmasterMain(argc=<unavailable>, argv=<unavailable>) at postm...
[06:00:27.962]     frame #8: 0x0000000104360eec postgres`main(argc=4, argv=0x00006000013e8720) at main.c:196:3
[06:00:27.962]     frame #9: 0x000000018dcfb154 dyld`start + 2476
core
[05:59:43.146]   * frame #0: 0x000000018e04d5f0 libsystem_kernel.dylib`__pthread_kill + 8
[05:59:43.146]     frame #1: 0x000000018e085c20 libsystem_pthread.dylib`pthread_kill + 288
[05:59:43.146]     frame #2: 0x000000018df92a30 libsystem_c.dylib`abort + 180
[05:59:43.146]     frame #3: 0x0000000100785028 postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[05:59:43.146]     frame #4: 0x00000001005b9da4 postgres`PostmasterStateMachine at postmaster.c:2887:4
[05:59:43.146]     frame #5: 0x00000001005b85b8 postgres`ServerLoop [inlined] process_pm_shutdown_request at postmaster....
[05:59:43.146]     frame #6: 0x00000001005b8350 postgres`ServerLoop at postmaster.c:1650:5
[05:59:43.146]     frame #7: 0x00000001005b7954 postgres`PostmasterMain(argc=<unavailable>, argv=<unavailable>) at postm...
[05:59:43.146]     frame #8: 0x0000000100508eec postgres`main(argc=4, argv=0x0000600000d6cba0) at main.c:196:3
[05:59:43.146]     frame #9: 0x000000018dcfb154 dyld`start + 2476
core
[05:59:07.270]   * frame #0: 0x000000018e04d5f0 libsystem_kernel.dylib`__pthread_kill + 8
[05:59:07.270]     frame #1: 0x000000018e085c20 libsystem_pthread.dylib`pthread_kill + 288
[05:59:07.270]     frame #2: 0x000000018df92a30 libsystem_c.dylib`abort + 180
[05:59:07.270]     frame #3: 0x0000000105415028 postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[05:59:07.270]     frame #4: 0x0000000105249da4 postgres`PostmasterStateMachine at postmaster.c:2887:4
[05:59:07.270]     frame #5: 0x00000001052485b8 postgres`ServerLoop [inlined] process_pm_shutdown_request at postmaster....
[05:59:07.270]     frame #6: 0x0000000105248350 postgres`ServerLoop at postmaster.c:1650:5
[05:59:07.270]     frame #7: 0x0000000105247954 postgres`PostmasterMain(argc=<unavailable>, argv=<unavailable>) at postm...
[05:59:07.270]     frame #8: 0x0000000105198eec postgres`main(argc=4, argv=0x0000600003b18810) at main.c:196:3
[05:59:07.270]     frame #9: 0x000000018dcfb154 dyld`start + 2476
Windows - Server 2019, VS 2019 - Meson & ninja
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
core
00000086`f13ff0b0 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000086`f13ff0f0 00007ff7`169eac9c     postgres!ExceptionalCondition(
00000086`f13ff130 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000086`f13ff180 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000086`f13ff1d0 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000086`f13ffaf0 00007ff7`1689e7b8     postgres!PostmasterMain(
00000086`f13ffc80 00007ff7`16e982a9     postgres!main(
00000086`f13ffcc0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000086`f13ffd10 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000086`f13ffd80 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000086`f17ff8c8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000086`f17ff8d0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000086`f17ffbc0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000086`f17ffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000086`f1bffa38 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
00000086`f1bffa40 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
00000086`f1bffab0 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
00000086`f1bffbb0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000086`f1bffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000086`f1fff5e8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000086`f1fff5f0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000086`f1fff8e0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000086`f1fff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000086`f23ffb88 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000086`f23ffb90 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000086`f23ffe80 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000086`f23ffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000061`5dfff998 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000061`5dfff9a0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000061`5dfffc90 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000061`5dfffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000061`5cffef90 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000061`5cffefd0 00007ff7`169eac9c     postgres!ExceptionalCondition(
00000061`5cfff010 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000061`5cfff060 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000061`5cfff0b0 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000061`5cfff9d0 00007ff7`1689e7b8     postgres!PostmasterMain(
00000061`5cfffb60 00007ff7`16e982a9     postgres!main(
00000061`5cfffba0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000061`5cfffbf0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000061`5cfffc60 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000061`5d3ff528 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000061`5d3ff530 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000061`5d3ff820 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000061`5d3ff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000061`5d7ff548 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000061`5d7ff550 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000061`5d7ff840 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000061`5d7ff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000061`5dbff688 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
00000061`5dbff690 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
00000061`5dbff700 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
00000061`5dbff800 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000061`5dbff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008b`317fec20 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000008b`317fec60 00007ff7`169eac9c     postgres!ExceptionalCondition(
0000008b`317feca0 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000008b`317fecf0 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000008b`317fed40 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000008b`317ff660 00007ff7`1689e7b8     postgres!PostmasterMain(
0000008b`317ff7f0 00007ff7`16e982a9     postgres!main(
0000008b`317ff830 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000008b`317ff880 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000008b`317ff8f0 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000008b`323ff838 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
0000008b`323ff840 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
0000008b`323ff8b0 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
0000008b`323ff9b0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000008b`323ff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008b`31bff9b8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008b`31bff9c0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000008b`31bffcb0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000008b`31bffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008b`327ff508 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008b`327ff510 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000008b`327ff800 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000008b`327ff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008b`31fff9e8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008b`31fff9f0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000008b`31fffce0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000008b`31fffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`627ff918 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cf`627ff920 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000cf`627ffc10 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`627ffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`61ffedd0 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000cf`61ffee10 00007ff7`169eac9c     postgres!ExceptionalCondition(
000000cf`61ffee50 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000cf`61ffeea0 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000cf`61ffeef0 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000cf`61fff810 00007ff7`1689e7b8     postgres!PostmasterMain(
000000cf`61fff9a0 00007ff7`16e982a9     postgres!main(
000000cf`61fff9e0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000cf`61fffa30 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000cf`61fffaa0 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000cf`623ffa38 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cf`623ffa40 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000cf`623ffd30 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`623ffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`62bff758 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
000000cf`62bff760 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
000000cf`62bff7d0 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
000000cf`62bff8d0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`62bff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`62fff7c8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cf`62fff7d0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000cf`62fffac0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`62fffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002d`f5ffeca0 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000002d`f5ffece0 00007ff7`169eac9c     postgres!ExceptionalCondition(
0000002d`f5ffed20 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000002d`f5ffed70 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000002d`f5ffedc0 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000002d`f5fff6e0 00007ff7`1689e7b8     postgres!PostmasterMain(
0000002d`f5fff870 00007ff7`16e982a9     postgres!main(
0000002d`f5fff8b0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000002d`f5fff900 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000002d`f5fff970 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000002d`f63ffb28 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002d`f63ffb30 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000002d`f63ffe20 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000002d`f63ffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002d`f67ff448 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002d`f67ff450 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000002d`f67ff740 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000002d`f67ff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002d`f6bff7c8 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
0000002d`f6bff7d0 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
0000002d`f6bff840 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
0000002d`f6bff940 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000002d`f6bff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002d`f6fff708 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002d`f6fff710 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000002d`f6fffa00 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000002d`f6fffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005d`4d3ff618 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
0000005d`4d3ff620 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
0000005d`4d3ff690 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
0000005d`4d3ff790 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000005d`4d3ff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005d`4c7febb0 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000005d`4c7febf0 00007ff7`169eac9c     postgres!ExceptionalCondition(
0000005d`4c7fec30 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000005d`4c7fec80 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000005d`4c7fecd0 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000005d`4c7ff5f0 00007ff7`1689e7b8     postgres!PostmasterMain(
0000005d`4c7ff780 00007ff7`16e982a9     postgres!main(
0000005d`4c7ff7c0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000005d`4c7ff810 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000005d`4c7ff880 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000005d`4cbff678 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005d`4cbff680 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000005d`4cbff970 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000005d`4cbff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005d`4cfff748 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005d`4cfff750 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000005d`4cfffa40 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000005d`4cfffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005d`4d7ff828 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005d`4d7ff830 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000005d`4d7ffb20 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000005d`4d7ffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007e`b9dff6d8 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
0000007e`b9dff6e0 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
0000007e`b9dff750 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
0000007e`b9dff850 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007e`b9dff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007e`b91fee30 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000007e`b91fee70 00007ff7`169eac9c     postgres!ExceptionalCondition(
0000007e`b91feeb0 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000007e`b91fef00 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000007e`b91fef50 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000007e`b91ff870 00007ff7`1689e7b8     postgres!PostmasterMain(
0000007e`b91ffa00 00007ff7`16e982a9     postgres!main(
0000007e`b91ffa40 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000007e`b91ffa90 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000007e`b91ffb00 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000007e`b95ff648 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007e`b95ff650 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000007e`b95ff940 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007e`b95ff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007e`b99ff718 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007e`b99ff720 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000007e`b99ffa10 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007e`b99ffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007e`ba1ff708 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007e`ba1ff710 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000007e`ba1ffa00 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007e`ba1ffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000050`665ff6b8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000050`665ff6c0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000050`665ff9b0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000050`665ff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000050`659ffab8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000050`659ffac0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000050`659ffdb0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000050`659ffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000050`651feb40 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000050`651feb80 00007ff7`169eac9c     postgres!ExceptionalCondition(
00000050`651febc0 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000050`651fec10 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000050`651fec60 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000050`651ff580 00007ff7`1689e7b8     postgres!PostmasterMain(
00000050`651ff710 00007ff7`16e982a9     postgres!main(
00000050`651ff750 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000050`651ff7a0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000050`651ff810 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000050`655ff908 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000050`655ff910 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000050`655ffc00 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000050`655ffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000050`65dff638 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000050`65dff640 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000050`65dff930 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000050`65dff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000050`661ffc08 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
00000050`661ffc10 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
00000050`661ffc80 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
00000050`661ffd80 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000050`661ffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a7`341fee80 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a7`341feec0 00007ff7`169eac9c     postgres!ExceptionalCondition(
000000a7`341fef00 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000a7`341fef50 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000a7`341fefa0 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a7`341ff8c0 00007ff7`1689e7b8     postgres!PostmasterMain(
000000a7`341ffa50 00007ff7`16e982a9     postgres!main(
000000a7`341ffa90 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a7`341ffae0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a7`341ffb50 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a7`351ff918 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
000000a7`351ff920 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
000000a7`351ff990 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
000000a7`351ffa90 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a7`351ffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a7`355ff9b8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a7`355ff9c0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000a7`355ffcb0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a7`355ffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000037`3fdff7e8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000037`3fdff7f0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000037`3fdffae0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000037`3fdffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000037`3f9feb70 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000037`3f9febb0 00007ff7`169eac9c     postgres!ExceptionalCondition(
00000037`3f9febf0 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000037`3f9fec40 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000037`3f9fec90 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000037`3f9ff5b0 00007ff7`1689e7b8     postgres!PostmasterMain(
00000037`3f9ff740 00007ff7`16e982a9     postgres!main(
00000037`3f9ff780 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000037`3f9ff7d0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000037`3f9ff840 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000037`401ff5b8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000037`401ff5c0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000037`401ff8b0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000037`401ff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000037`405ffd88 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
00000037`405ffd90 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
00000037`405ffe00 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
00000037`405fff00 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000037`405fff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000037`409ff848 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000037`409ff850 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000037`409ffb40 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000037`409ffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000088`e1bfed00 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000088`e1bfed40 00007ff7`169eac9c     postgres!ExceptionalCondition(
00000088`e1bfed80 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000088`e1bfedd0 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000088`e1bfee20 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000088`e1bff740 00007ff7`1689e7b8     postgres!PostmasterMain(
00000088`e1bff8d0 00007ff7`16e982a9     postgres!main(
00000088`e1bff910 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000088`e1bff960 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000088`e1bff9d0 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000088`e1fff518 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000088`e1fff520 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000088`e1fff810 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000088`e1fff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000088`e23ff9f8 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
00000088`e23ffa00 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
00000088`e23ffa70 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
00000088`e23ffb70 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000088`e23ffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000088`e27ffbf8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000088`e27ffc00 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000088`e27ffef0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000088`e27fff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000088`e2bff5e8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000088`e2bff5f0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000088`e2bff8e0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000088`e2bff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000066`967ffb78 00007ff7`169e3b97     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000066`967ffb80 00007ff7`1689e724     postgres!SubPostmasterMain(
00000066`967ffbf0 00007ff7`16e982a9     postgres!main(
00000066`967ffc30 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000066`967ffc80 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000066`967ffcf0 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000066`967ffd20 00007ffe`bd7b4cb0     postgres!mainCRTStartup(
00000066`967ffd50 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000066`967ffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000066`96bff828 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000066`96bff830 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000066`96bffb20 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000066`96bffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000066`96fff5d8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000066`96fff5e0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000066`96fff8d0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000066`96fff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000a`7e9ff818 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000a`7e9ff820 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000000a`7e9ffb10 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000000a`7e9ffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000a`7e5fecf0 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000000a`7e5fed30 00007ff7`169eac9c     postgres!ExceptionalCondition(
0000000a`7e5fed70 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000000a`7e5fedc0 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000000a`7e5fee10 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000000a`7e5ff730 00007ff7`1689e7b8     postgres!PostmasterMain(
0000000a`7e5ff8c0 00007ff7`16e982a9     postgres!main(
0000000a`7e5ff900 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000000a`7e5ff950 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000000a`7e5ff9c0 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000000a`7edff748 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000a`7edff750 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000000a`7edffa40 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000000a`7edffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000a`7f1ff558 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000a`7f1ff560 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000000a`7f1ff850 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000000a`7f1ff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000a`7f5ff938 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
0000000a`7f5ff940 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
0000000a`7f5ff9b0 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
0000000a`7f5ffab0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000000a`7f5ffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000a`7f9ff528 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000a`7f9ff530 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000000a`7f9ff820 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000000a`7f9ff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a2`2a3ff9e8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a2`2a3ff9f0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000a2`2a3ffce0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a2`2a3ffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a2`2a7ff7a8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a2`2a7ff7b0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000a2`2a7ffaa0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a2`2a7ffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a2`297ff120 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a2`297ff160 00007ff7`169eac9c     postgres!ExceptionalCondition(
000000a2`297ff1a0 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000a2`297ff1f0 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000a2`297ff240 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a2`297ffb60 00007ff7`1689e7b8     postgres!PostmasterMain(
000000a2`297ffcf0 00007ff7`16e982a9     postgres!main(
000000a2`297ffd30 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a2`297ffd80 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a2`297ffdf0 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a2`29bff678 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a2`29bff680 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000a2`29bff970 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a2`29bff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a2`29fff708 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
000000a2`29fff710 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
000000a2`29fff780 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
000000a2`29fff880 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a2`29fff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f3`4c9ffa98 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f3`4c9ffaa0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000f3`4c9ffd90 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000f3`4c9ffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f3`4d1ff808 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f3`4d1ff810 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000f3`4d1ffb00 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000f3`4d1ffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f3`4c1fea10 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f3`4c1fea50 00007ff7`169eac9c     postgres!ExceptionalCondition(
000000f3`4c1fea90 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f3`4c1feae0 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000f3`4c1feb30 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f3`4c1ff450 00007ff7`1689e7b8     postgres!PostmasterMain(
000000f3`4c1ff5e0 00007ff7`16e982a9     postgres!main(
000000f3`4c1ff620 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f3`4c1ff670 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f3`4c1ff6e0 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f3`4c5ffbf8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f3`4c5ffc00 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000f3`4c5ffef0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000f3`4c5fff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f3`4cdff828 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
000000f3`4cdff830 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
000000f3`4cdff8a0 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
000000f3`4cdff9a0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000f3`4cdff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ec`827ff8e8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ec`827ff8f0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000ec`827ffbe0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ec`827ffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ec`81fff7f8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ec`81fff800 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000ec`81fffaf0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ec`81fffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ec`823ff908 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
000000ec`823ff910 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
000000ec`823ff980 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
000000ec`823ffa80 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ec`823ffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ec`817fec30 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ec`817fec70 00007ff7`169eac9c     postgres!ExceptionalCondition(
000000ec`817fecb0 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ec`817fed00 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000ec`817fed50 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ec`817ff670 00007ff7`1689e7b8     postgres!PostmasterMain(
000000ec`817ff800 00007ff7`16e982a9     postgres!main(
000000ec`817ff840 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ec`817ff890 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ec`817ff900 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ec`81bff938 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ec`81bff940 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000ec`81bffc30 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ec`81bffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000b`f41ff698 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000b`f41ff6a0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000000b`f41ff990 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000000b`f41ff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000b`f45ffad8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000b`f45ffae0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000000b`f45ffdd0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000000b`f45ffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000b`f3dfecc0 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000000b`f3dfed00 00007ff7`169eac9c     postgres!ExceptionalCondition(
0000000b`f3dfed40 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000000b`f3dfed90 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000000b`f3dfede0 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000000b`f3dff700 00007ff7`1689e7b8     postgres!PostmasterMain(
0000000b`f3dff890 00007ff7`16e982a9     postgres!main(
0000000b`f3dff8d0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000000b`f3dff920 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000000b`f3dff990 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000000b`f49ffb68 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000b`f49ffb70 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000000b`f49ffe60 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000000b`f49ffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000b`f4dff7c8 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
0000000b`f4dff7d0 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
0000000b`f4dff840 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
0000000b`f4dff940 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000000b`f4dff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000b`f51ff528 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000b`f51ff530 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000000b`f51ff820 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000000b`f51ff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c0`273ff140 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c0`273ff180 00007ff7`169eac9c     postgres!ExceptionalCondition(
000000c0`273ff1c0 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c0`273ff210 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000c0`273ff260 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c0`273ffb80 00007ff7`1689e7b8     postgres!PostmasterMain(
000000c0`273ffd10 00007ff7`16e982a9     postgres!main(
000000c0`273ffd50 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c0`273ffda0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c0`273ffe10 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c0`277ff4f8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c0`277ff500 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000c0`277ff7f0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c0`277ff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c0`27bff8f8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c0`27bff900 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000c0`27bffbf0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c0`27bffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c0`27fffc38 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
000000c0`27fffc40 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
000000c0`27fffcb0 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
000000c0`27fffdb0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c0`27fffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c0`283ff5f8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c0`283ff600 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000c0`283ff8f0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c0`283ff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000005`547ff488 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000005`547ff490 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000005`547ff780 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000005`547ff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000005`543fea90 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000005`543fead0 00007ff7`169eac9c     postgres!ExceptionalCondition(
00000005`543feb10 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000005`543feb60 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000005`543febb0 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000005`543ff4d0 00007ff7`1689e7b8     postgres!PostmasterMain(
00000005`543ff660 00007ff7`16e982a9     postgres!main(
00000005`543ff6a0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000005`543ff6f0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000005`543ff760 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000005`54bffb58 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000005`54bffb60 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000005`54bffe50 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000005`54bffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000005`54fff718 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000005`54fff720 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000005`54fffa10 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000005`54fffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000005`553ffc58 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
00000005`553ffc60 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
00000005`553ffcd0 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
00000005`553ffdd0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000005`553ffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000005`557ff9d8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000005`557ff9e0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000005`557ffcd0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000005`557ffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003c`b8bfed10 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000003c`b8bfed50 00007ff7`169eac9c     postgres!ExceptionalCondition(
0000003c`b8bfed90 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000003c`b8bfede0 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000003c`b8bfee30 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000003c`b8bff750 00007ff7`1689e7b8     postgres!PostmasterMain(
0000003c`b8bff8e0 00007ff7`16e982a9     postgres!main(
0000003c`b8bff920 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000003c`b8bff970 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000003c`b8bff9e0 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000003c`b9bff5f8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003c`b9bff600 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000003c`b9bff8f0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003c`b9bff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003c`b8fff818 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003c`b8fff820 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000003c`b8fffb10 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003c`b8fffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003c`b93ffb58 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003c`b93ffb60 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000003c`b93ffe50 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003c`b93ffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003c`b97ff9c8 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
0000003c`b97ff9d0 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
0000003c`b97ffa40 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
0000003c`b97ffb40 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003c`b97ffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005a`bdfff848 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
0000005a`bdfff850 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
0000005a`bdfff8c0 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
0000005a`bdfff9c0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000005a`bdfff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005a`bdbffb58 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005a`bdbffb60 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000005a`bdbffe50 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000005a`bdbffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005a`be3ff9b8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005a`be3ff9c0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000005a`be3ffcb0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000005a`be3ffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005a`bd7ff918 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005a`bd7ff920 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000005a`bd7ffc10 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000005a`bd7ffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005a`bd3ff6b8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005a`bd3ff6c0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000005a`bd3ff9b0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000005a`bd3ff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005a`bcffeaa0 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000005a`bcffeae0 00007ff7`169eac9c     postgres!ExceptionalCondition(
0000005a`bcffeb20 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000005a`bcffeb70 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000005a`bcffebc0 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000005a`bcfff4e0 00007ff7`1689e7b8     postgres!PostmasterMain(
0000005a`bcfff670 00007ff7`16e982a9     postgres!main(
0000005a`bcfff6b0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000005a`bcfff700 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000005a`bcfff770 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000091`1e3ffa38 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
00000091`1e3ffa40 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
00000091`1e3ffab0 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
00000091`1e3ffbb0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000091`1e3ffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000091`1dbfefa0 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000091`1dbfefe0 00007ff7`169eac9c     postgres!ExceptionalCondition(
00000091`1dbff020 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000091`1dbff070 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000091`1dbff0c0 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000091`1dbff9e0 00007ff7`1689e7b8     postgres!PostmasterMain(
00000091`1dbffb70 00007ff7`16e982a9     postgres!main(
00000091`1dbffbb0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000091`1dbffc00 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000091`1dbffc70 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000091`1dfff4c8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000091`1dfff4d0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000091`1dfff7c0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000091`1dfff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000091`1e7ffac8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000091`1e7ffad0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000091`1e7ffdc0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000091`1e7ffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000091`1ebffbf8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000091`1ebffc00 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000091`1ebffef0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000091`1ebfff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009f`c6bfefa0 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000009f`c6bfefe0 00007ff7`169eac9c     postgres!ExceptionalCondition(
0000009f`c6bff020 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000009f`c6bff070 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000009f`c6bff0c0 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000009f`c6bff9e0 00007ff7`1689e7b8     postgres!PostmasterMain(
0000009f`c6bffb70 00007ff7`16e982a9     postgres!main(
0000009f`c6bffbb0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000009f`c6bffc00 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000009f`c6bffc70 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000009f`c6fffb08 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009f`c6fffb10 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000009f`c6fffe00 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000009f`c6fffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009f`c73ff5d8 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
0000009f`c73ff5e0 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
0000009f`c73ff650 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
0000009f`c73ff750 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000009f`c73ff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009f`c77ff618 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009f`c77ff620 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000009f`c77ff910 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000009f`c77ff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009f`c7bff6b8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009f`c7bff6c0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000009f`c7bff9b0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000009f`c7bff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000033`13bffa38 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
00000033`13bffa40 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
00000033`13bffab0 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
00000033`13bffbb0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000033`13bffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000033`12fff010 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000033`12fff050 00007ff7`169eac9c     postgres!ExceptionalCondition(
00000033`12fff090 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000033`12fff0e0 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000033`12fff130 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000033`12fffa50 00007ff7`1689e7b8     postgres!PostmasterMain(
00000033`12fffbe0 00007ff7`16e982a9     postgres!main(
00000033`12fffc20 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000033`12fffc70 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000033`12fffce0 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000033`133ff9c8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000033`133ff9d0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000033`133ffcc0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000033`133ffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000033`137ff5e8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000033`137ff5f0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000033`137ff8e0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000033`137ff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000033`13fff4c8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000033`13fff4d0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000033`13fff7c0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000033`13fff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000055`6c5ff778 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
00000055`6c5ff780 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
00000055`6c5ff7f0 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
00000055`6c5ff8f0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000055`6c5ff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000055`6b9fef50 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000055`6b9fef90 00007ff7`169eac9c     postgres!ExceptionalCondition(
00000055`6b9fefd0 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000055`6b9ff020 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000055`6b9ff070 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000055`6b9ff990 00007ff7`1689e7b8     postgres!PostmasterMain(
00000055`6b9ffb20 00007ff7`16e982a9     postgres!main(
00000055`6b9ffb60 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000055`6b9ffbb0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000055`6b9ffc20 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000055`6bdffb98 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000055`6bdffba0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000055`6bdffe90 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000055`6bdffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000055`6c1ffbe8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000055`6c1ffbf0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000055`6c1ffee0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000055`6c1fff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000055`6c9ff5a8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000055`6c9ff5b0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000055`6c9ff8a0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000055`6c9ff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ab`861ff080 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ab`861ff0c0 00007ff7`169eac9c     postgres!ExceptionalCondition(
000000ab`861ff100 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ab`861ff150 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000ab`861ff1a0 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ab`861ffac0 00007ff7`1689e7b8     postgres!PostmasterMain(
000000ab`861ffc50 00007ff7`16e982a9     postgres!main(
000000ab`861ffc90 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ab`861ffce0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ab`861ffd50 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ab`865ff5b8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ab`865ff5c0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000ab`865ff8b0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ab`865ff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ab`86dff6b8 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
000000ab`86dff6c0 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
000000ab`86dff730 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
000000ab`86dff830 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ab`86dff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ab`871ffb98 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ab`871ffba0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000ab`871ffe90 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ab`871ffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ab`869ff468 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ab`869ff470 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000ab`869ff760 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ab`869ff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000af`877ff928 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000af`877ff930 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000af`877ffc20 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000af`877ffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000af`873fef40 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000af`873fef80 00007ff7`169eac9c     postgres!ExceptionalCondition(
000000af`873fefc0 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000af`873ff010 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000af`873ff060 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000af`873ff980 00007ff7`1689e7b8     postgres!PostmasterMain(
000000af`873ffb10 00007ff7`16e982a9     postgres!main(
000000af`873ffb50 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000af`873ffba0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000af`873ffc10 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000af`883ffba8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000af`883ffbb0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000af`883ffea0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000af`883ffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000af`87bff5c8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000af`87bff5d0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000af`87bff8c0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000af`87bff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000af`87fff858 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
000000af`87fff860 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
000000af`87fff8d0 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
000000af`87fff9d0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000af`87fffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000023`869ff7c8 00007ff7`169e3b97     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000023`869ff7d0 00007ff7`1689e724     postgres!SubPostmasterMain(
00000023`869ff840 00007ff7`16e982a9     postgres!main(
00000023`869ff880 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000023`869ff8d0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000023`869ff940 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000023`869ff970 00007ffe`bd7b4cb0     postgres!mainCRTStartup(
00000023`869ff9a0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000023`869ff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000023`871ffb98 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000023`871ffba0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000023`871ffe90 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000023`871ffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000023`86dff5e8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000023`86dff5f0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000023`86dff8e0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000023`86dff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005e`3cdff6c8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005e`3cdff6d0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000005e`3cdff9c0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000005e`3cdff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005e`3c9fed60 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000005e`3c9feda0 00007ff7`169eac9c     postgres!ExceptionalCondition(
0000005e`3c9fede0 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000005e`3c9fee30 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000005e`3c9fee80 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000005e`3c9ff7a0 00007ff7`1689e7b8     postgres!PostmasterMain(
0000005e`3c9ff930 00007ff7`16e982a9     postgres!main(
0000005e`3c9ff970 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000005e`3c9ff9c0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000005e`3c9ffa30 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000005e`3ddff6f8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005e`3ddff700 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000005e`3ddff9f0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000005e`3ddffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005e`3d9ff818 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
0000005e`3d9ff820 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
0000005e`3d9ff890 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
0000005e`3d9ff990 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000005e`3d9ff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005e`3d5ff908 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005e`3d5ff910 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000005e`3d5ffc00 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000005e`3d5ffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005e`3d1ff698 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005e`3d1ff6a0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000005e`3d1ff990 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000005e`3d1ff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fe`21dffab8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fe`21dffac0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000fe`21dffdb0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000fe`21dffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fe`225ff718 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
000000fe`225ff720 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
000000fe`225ff790 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
000000fe`225ff890 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000fe`225ff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fe`229ff4b8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fe`229ff4c0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000fe`229ff7b0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000fe`229ff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fe`215ff0b0 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000fe`215ff0f0 00007ff7`169eac9c     postgres!ExceptionalCondition(
000000fe`215ff130 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000fe`215ff180 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000fe`215ff1d0 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000fe`215ffaf0 00007ff7`1689e7b8     postgres!PostmasterMain(
000000fe`215ffc80 00007ff7`16e982a9     postgres!main(
000000fe`215ffcc0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000fe`215ffd10 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000fe`215ffd80 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000fe`219ffbf8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fe`219ffc00 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000fe`219ffef0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000fe`219fff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fe`221ff878 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fe`221ff880 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000fe`221ffb70 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000fe`221ffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006a`a7fff618 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006a`a7fff620 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000006a`a7fff910 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000006a`a7fff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006a`a83ffb78 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006a`a83ffb80 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000006a`a83ffe70 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000006a`a83ffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006a`a8bff5d8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006a`a8bff5e0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000006a`a8bff8d0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000006a`a8bff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006a`a87ff9c8 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
0000006a`a87ff9d0 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
0000006a`a87ffa40 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
0000006a`a87ffb40 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000006a`a87ffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006a`a7bfedb0 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000006a`a7bfedf0 00007ff7`169eac9c     postgres!ExceptionalCondition(
0000006a`a7bfee30 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000006a`a7bfee80 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000006a`a7bfeed0 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000006a`a7bff7f0 00007ff7`1689e7b8     postgres!PostmasterMain(
0000006a`a7bff980 00007ff7`16e982a9     postgres!main(
0000006a`a7bff9c0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000006a`a7bffa10 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000006a`a7bffa80 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000091`78dffb78 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000091`78dffb80 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000091`78dffe70 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000091`78dffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000091`779feda0 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000091`779fede0 00007ff7`169eac9c     postgres!ExceptionalCondition(
00000091`779fee20 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000091`779fee70 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000091`779feec0 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000091`779ff7e0 00007ff7`1689e7b8     postgres!PostmasterMain(
00000091`779ff970 00007ff7`16e982a9     postgres!main(
00000091`779ff9b0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000091`779ffa00 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000091`779ffa70 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000091`781ff6a8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000091`781ff6b0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000091`781ff9a0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000091`781ff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000091`77dffa38 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000091`77dffa40 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000091`77dffd30 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000091`77dffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000091`789ff5f8 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
00000091`789ff600 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
00000091`789ff670 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
00000091`789ff770 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000091`789ff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009a`d73ffb08 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009a`d73ffb10 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000009a`d73ffe00 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000009a`d73ffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009a`d6ffee20 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000009a`d6ffee60 00007ff7`169eac9c     postgres!ExceptionalCondition(
0000009a`d6ffeea0 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000009a`d6ffeef0 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000009a`d6ffef40 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000009a`d6fff860 00007ff7`1689e7b8     postgres!PostmasterMain(
0000009a`d6fff9f0 00007ff7`16e982a9     postgres!main(
0000009a`d6fffa30 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000009a`d6fffa80 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000009a`d6fffaf0 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000009a`d7fff968 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009a`d7fff970 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000009a`d7fffc60 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000009a`d7fffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009a`d7bff748 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009a`d7bff750 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000009a`d7bffa40 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000009a`d7bffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009a`d77ffd08 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
0000009a`d77ffd10 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
0000009a`d77ffd80 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
0000009a`d77ffe80 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000009a`d77ffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000017`88bfec10 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000017`88bfec50 00007ff7`169eac9c     postgres!ExceptionalCondition(
00000017`88bfec90 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000017`88bfece0 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000017`88bfed30 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000017`88bff650 00007ff7`1689e7b8     postgres!PostmasterMain(
00000017`88bff7e0 00007ff7`16e982a9     postgres!main(
00000017`88bff820 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000017`88bff870 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000017`88bff8e0 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000017`893ff5d8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000017`893ff5e0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000017`893ff8d0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000017`893ff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000017`88fff8f8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000017`88fff900 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000017`88fffbf0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000017`88fffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000017`897ffda8 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
00000017`897ffdb0 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
00000017`897ffe20 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
00000017`897fff20 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000017`897fff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000017`89bffa58 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000017`89bffa60 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000017`89bffd50 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000017`89bffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000054`2f9ff548 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000054`2f9ff550 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000054`2f9ff840 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000054`2f9ff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000054`301ffae8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000054`301ffaf0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000054`301ffde0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000054`301ffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000054`2fdff7c8 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
00000054`2fdff7d0 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
00000054`2fdff840 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
00000054`2fdff940 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000054`2fdff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000054`2f5ff5c8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000054`2f5ff5d0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000054`2f5ff8c0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000054`2f5ff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000054`2f1fede0 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000054`2f1fee20 00007ff7`169eac9c     postgres!ExceptionalCondition(
00000054`2f1fee60 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000054`2f1feeb0 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000054`2f1fef00 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000054`2f1ff820 00007ff7`1689e7b8     postgres!PostmasterMain(
00000054`2f1ff9b0 00007ff7`16e982a9     postgres!main(
00000054`2f1ff9f0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000054`2f1ffa40 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000054`2f1ffab0 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000008f`f5fff7b8 00007ff7`169e3b97     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
0000008f`f5fff7c0 00007ff7`1689e724     postgres!SubPostmasterMain(
0000008f`f5fff830 00007ff7`16e982a9     postgres!main(
0000008f`f5fff870 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000008f`f5fff8c0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000008f`f5fff930 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
0000008f`f5fff960 00007ffe`bd7b4cb0     postgres!mainCRTStartup(
0000008f`f5fff990 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000008f`f5fff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008f`f63ff558 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008f`f63ff560 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000008f`f63ff850 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000008f`f63ff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008f`f67ffbc8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008f`f67ffbd0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000008f`f67ffec0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000008f`f67ffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008f`f6bff658 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008f`f6bff660 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000008f`f6bff950 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000008f`f6bff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000024`087ffac8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000024`087ffad0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000024`087ffdc0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000024`087ffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000024`093ff8e8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000024`093ff8f0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000024`093ffbe0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000024`093ffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000024`08fffa58 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000024`08fffa60 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000024`08fffd50 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000024`08fffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000024`08bff808 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
00000024`08bff810 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
00000024`08bff880 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
00000024`08bff980 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000024`08bff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000024`083fea20 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000024`083fea60 00007ff7`169eac9c     postgres!ExceptionalCondition(
00000024`083feaa0 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000024`083feaf0 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000024`083feb40 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000024`083ff460 00007ff7`1689e7b8     postgres!PostmasterMain(
00000024`083ff5f0 00007ff7`16e982a9     postgres!main(
00000024`083ff630 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000024`083ff680 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000024`083ff6f0 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f1`ef7ff608 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f1`ef7ff610 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000f1`ef7ff900 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000f1`ef7ff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f1`f03ff6b8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f1`f03ff6c0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000f1`f03ff9b0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000f1`f03ff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f1`effffa28 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f1`effffa30 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000f1`effffd20 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000f1`effffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f1`efbff658 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
000000f1`efbff660 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
000000f1`efbff6d0 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
000000f1`efbff7d0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000f1`efbff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f1`ef3fed10 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f1`ef3fed50 00007ff7`169eac9c     postgres!ExceptionalCondition(
000000f1`ef3fed90 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f1`ef3fede0 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000f1`ef3fee30 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f1`ef3ff750 00007ff7`1689e7b8     postgres!PostmasterMain(
000000f1`ef3ff8e0 00007ff7`16e982a9     postgres!main(
000000f1`ef3ff920 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f1`ef3ff970 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f1`ef3ff9e0 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000094`badff748 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
00000094`badff750 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
00000094`badff7c0 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
00000094`badff8c0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000094`badff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000094`bb1ff5b8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000094`bb1ff5c0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000094`bb1ff8b0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000094`bb1ff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000094`ba9ff9e8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000094`ba9ff9f0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000094`ba9ffce0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000094`ba9ffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000094`ba5ff468 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000094`ba5ff470 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000094`ba5ff760 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000094`ba5ff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000094`ba1ff1b0 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000094`ba1ff1f0 00007ff7`169eac9c     postgres!ExceptionalCondition(
00000094`ba1ff230 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000094`ba1ff280 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000094`ba1ff2d0 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000094`ba1ffbf0 00007ff7`1689e7b8     postgres!PostmasterMain(
00000094`ba1ffd80 00007ff7`16e982a9     postgres!main(
00000094`ba1ffdc0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000094`ba1ffe10 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000094`ba1ffe80 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000002e`7cbff9b8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002e`7cbff9c0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000002e`7cbffcb0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000002e`7cbffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002e`7d3ff808 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
0000002e`7d3ff810 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
0000002e`7d3ff880 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
0000002e`7d3ff980 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000002e`7d3ff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002e`7d7ff458 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002e`7d7ff460 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000002e`7d7ff750 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000002e`7d7ff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002e`7cfffc28 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002e`7cfffc30 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000002e`7cffff20 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000002e`7cffff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002e`7c3ff140 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000002e`7c3ff180 00007ff7`169eac9c     postgres!ExceptionalCondition(
0000002e`7c3ff1c0 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000002e`7c3ff210 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000002e`7c3ff260 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000002e`7c3ffb80 00007ff7`1689e7b8     postgres!PostmasterMain(
0000002e`7c3ffd10 00007ff7`16e982a9     postgres!main(
0000002e`7c3ffd50 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000002e`7c3ffda0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000002e`7c3ffe10 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000002e`7c7ffba8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002e`7c7ffbb0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000002e`7c7ffea0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000002e`7c7ffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009d`d11fec80 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000009d`d11fecc0 00007ff7`169eac9c     postgres!ExceptionalCondition(
0000009d`d11fed00 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000009d`d11fed50 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000009d`d11feda0 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000009d`d11ff6c0 00007ff7`1689e7b8     postgres!PostmasterMain(
0000009d`d11ff850 00007ff7`16e982a9     postgres!main(
0000009d`d11ff890 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000009d`d11ff8e0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000009d`d11ff950 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000009d`d25ffb78 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009d`d25ffb80 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000009d`d25ffe70 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000009d`d25ffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009d`d21ffb48 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
0000009d`d21ffb50 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
0000009d`d21ffbc0 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
0000009d`d21ffcc0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000009d`d21ffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ec`133ff908 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ec`133ff910 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000ec`133ffc00 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ec`133ffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ec`123fefb0 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ec`123feff0 00007ff7`169eac9c     postgres!ExceptionalCondition(
000000ec`123ff030 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ec`123ff080 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000ec`123ff0d0 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ec`123ff9f0 00007ff7`1689e7b8     postgres!PostmasterMain(
000000ec`123ffb80 00007ff7`16e982a9     postgres!main(
000000ec`123ffbc0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ec`123ffc10 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ec`123ffc80 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ec`12fffb38 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
000000ec`12fffb40 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
000000ec`12fffbb0 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
000000ec`12fffcb0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ec`12fffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ec`127ffa78 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ec`127ffa80 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000ec`127ffd70 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ec`127ffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ec`12bff7a8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ec`12bff7b0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000ec`12bffaa0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ec`12bffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000062`48ffec80 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000062`48ffecc0 00007ff7`169eac9c     postgres!ExceptionalCondition(
00000062`48ffed00 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000062`48ffed50 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000062`48ffeda0 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000062`48fff6c0 00007ff7`1689e7b8     postgres!PostmasterMain(
00000062`48fff850 00007ff7`16e982a9     postgres!main(
00000062`48fff890 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000062`48fff8e0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000062`48fff950 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000062`493ff898 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000062`493ff8a0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000062`493ffb90 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000062`493ffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000062`497ff5f8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000062`497ff600 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000062`497ff8f0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000062`497ff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000062`49bff7c8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000062`49bff7d0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000062`49bffac0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000062`49bffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000062`49fffc38 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
00000062`49fffc40 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
00000062`49fffcb0 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
00000062`49fffdb0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000062`49fffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000062`4a3ff848 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000062`4a3ff850 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000062`4a3ffb40 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000062`4a3ffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009f`7adfebf0 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000009f`7adfec30 00007ff7`169eac9c     postgres!ExceptionalCondition(
0000009f`7adfec70 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000009f`7adfecc0 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000009f`7adfed10 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000009f`7adff630 00007ff7`1689e7b8     postgres!PostmasterMain(
0000009f`7adff7c0 00007ff7`16e982a9     postgres!main(
0000009f`7adff800 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000009f`7adff850 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000009f`7adff8c0 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000009f`7b5ffcc8 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
0000009f`7b5ffcd0 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
0000009f`7b5ffd40 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
0000009f`7b5ffe40 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000009f`7b5ffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009f`7bdff538 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009f`7bdff540 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000009f`7bdff830 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000009f`7bdff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009f`7b1ff788 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009f`7b1ff790 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000009f`7b1ffa80 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000009f`7b1ffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009f`7b9ff878 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009f`7b9ff880 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000009f`7b9ffb70 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000009f`7b9ffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002e`41dff968 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
0000002e`41dff970 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
0000002e`41dff9e0 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
0000002e`41dffae0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000002e`41dffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002e`415fef70 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000002e`415fefb0 00007ff7`169eac9c     postgres!ExceptionalCondition(
0000002e`415feff0 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000002e`415ff040 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000002e`415ff090 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000002e`415ff9b0 00007ff7`1689e7b8     postgres!PostmasterMain(
0000002e`415ffb40 00007ff7`16e982a9     postgres!main(
0000002e`415ffb80 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000002e`415ffbd0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000002e`415ffc40 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000002e`425ff448 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002e`425ff450 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000002e`425ff740 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000002e`425ff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000034`dadff578 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000034`dadff580 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000034`dadff870 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000034`dadff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000034`da1feed0 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000034`da1fef10 00007ff7`169eac9c     postgres!ExceptionalCondition(
00000034`da1fef50 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000034`da1fefa0 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000034`da1feff0 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000034`da1ff910 00007ff7`1689e7b8     postgres!PostmasterMain(
00000034`da1ffaa0 00007ff7`16e982a9     postgres!main(
00000034`da1ffae0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000034`da1ffb30 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000034`da1ffba0 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000034`da5ffc18 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000034`da5ffc20 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000034`da5fff10 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000034`da5fff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000034`da9ffa18 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
00000034`da9ffa20 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
00000034`da9ffa90 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
00000034`da9ffb90 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000034`da9ffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000034`db1ff908 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000034`db1ff910 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000034`db1ffc00 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000034`db1ffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000063`3c1ff508 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000063`3c1ff510 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000063`3c1ff800 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000063`3c1ff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000063`3bdffb78 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
00000063`3bdffb80 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
00000063`3bdffbf0 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
00000063`3bdffcf0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000063`3bdffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000063`3adfeac0 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000063`3adfeb00 00007ff7`169eac9c     postgres!ExceptionalCondition(
00000063`3adfeb40 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000063`3adfeb90 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000063`3adfebe0 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000063`3adff500 00007ff7`1689e7b8     postgres!PostmasterMain(
00000063`3adff690 00007ff7`16e982a9     postgres!main(
00000063`3adff6d0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000063`3adff720 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000063`3adff790 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000063`3b1ffad8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000063`3b1ffae0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000063`3b1ffdd0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000063`3b1ffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000063`3b5ffbd8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000063`3b5ffbe0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000063`3b5ffed0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000063`3b5fff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000063`3b9ffa98 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000063`3b9ffaa0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000063`3b9ffd90 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000063`3b9ffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`8fdff988 00007ff7`169e3b97     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000001`8fdff990 00007ff7`1689e724     postgres!SubPostmasterMain(
00000001`8fdffa00 00007ff7`16e982a9     postgres!main(
00000001`8fdffa40 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000001`8fdffa90 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000001`8fdffb00 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000001`8fdffb30 00007ffe`bd7b4cb0     postgres!mainCRTStartup(
00000001`8fdffb60 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000001`8fdffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`901ffa28 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000001`901ffa30 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000001`901ffd20 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000001`901ffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`905ffa48 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000001`905ffa50 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000001`905ffd40 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000001`905ffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000025`57ffefd0 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000025`57fff010 00007ff7`169eac9c     postgres!ExceptionalCondition(
00000025`57fff050 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000025`57fff0a0 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000025`57fff0f0 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000025`57fffa10 00007ff7`1689e7b8     postgres!PostmasterMain(
00000025`57fffba0 00007ff7`16e982a9     postgres!main(
00000025`57fffbe0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000025`57fffc30 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000025`57fffca0 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000025`583ff788 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000025`583ff790 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000025`583ffa80 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000025`583ffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000025`587ff808 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
00000025`587ff810 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
00000025`587ff880 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
00000025`587ff980 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000025`587ff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000025`58bff458 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000025`58bff460 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000025`58bff750 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000025`58bff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000025`58fffb98 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000025`58fffba0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000025`58fffe90 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000025`58fffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ce`b43fed80 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ce`b43fedc0 00007ff7`169eac9c     postgres!ExceptionalCondition(
000000ce`b43fee00 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ce`b43fee50 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000ce`b43feea0 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ce`b43ff7c0 00007ff7`1689e7b8     postgres!PostmasterMain(
000000ce`b43ff950 00007ff7`16e982a9     postgres!main(
000000ce`b43ff990 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ce`b43ff9e0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ce`b43ffa50 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ce`b47ffbf8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ce`b47ffc00 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000ce`b47ffef0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ce`b47fff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ce`b4bff9e8 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
000000ce`b4bff9f0 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
000000ce`b4bffa60 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
000000ce`b4bffb60 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ce`b4bffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ce`b4fff528 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ce`b4fff530 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000ce`b4fff820 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ce`b4fff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ce`b53ff518 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ce`b53ff520 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000ce`b53ff810 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ce`b53ff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b2`55dfee00 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b2`55dfee40 00007ff7`169eac9c     postgres!ExceptionalCondition(
000000b2`55dfee80 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000b2`55dfeed0 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000b2`55dfef20 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000b2`55dff840 00007ff7`1689e7b8     postgres!PostmasterMain(
000000b2`55dff9d0 00007ff7`16e982a9     postgres!main(
000000b2`55dffa10 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b2`55dffa60 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000b2`55dffad0 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000b2`561ff8b8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b2`561ff8c0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000b2`561ffbb0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b2`561ffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b2`565ff828 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b2`565ff830 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000b2`565ffb20 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b2`565ffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b2`569ff8e8 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
000000b2`569ff8f0 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
000000b2`569ff960 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
000000b2`569ffa60 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b2`569ffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b2`56dffa48 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b2`56dffa50 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000b2`56dffd40 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b2`56dffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000099`531ff788 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000099`531ff790 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000099`531ffa80 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000099`531ffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000099`525feff0 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000099`525ff030 00007ff7`169eac9c     postgres!ExceptionalCondition(
00000099`525ff070 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000099`525ff0c0 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000099`525ff110 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000099`525ffa30 00007ff7`1689e7b8     postgres!PostmasterMain(
00000099`525ffbc0 00007ff7`16e982a9     postgres!main(
00000099`525ffc00 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000099`525ffc50 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000099`525ffcc0 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000099`529ff728 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000099`529ff730 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000099`529ffa20 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000099`529ffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000099`52dffa28 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000099`52dffa30 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000099`52dffd20 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000099`52dffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000099`535ffb38 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
00000099`535ffb40 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
00000099`535ffbb0 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
00000099`535ffcb0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000099`535ffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000099`539ff758 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000099`539ff760 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000099`539ffa50 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000099`539ffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e0`439ff908 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e0`439ff910 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000e0`439ffc00 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e0`439ffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e0`43dff9c8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e0`43dff9d0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000e0`43dffcc0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e0`43dffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e0`431ff838 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e0`431ff840 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000e0`431ffb30 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e0`431ffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e0`42dfef80 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e0`42dfefc0 00007ff7`169eac9c     postgres!ExceptionalCondition(
000000e0`42dff000 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000e0`42dff050 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000e0`42dff0a0 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000e0`42dff9c0 00007ff7`1689e7b8     postgres!PostmasterMain(
000000e0`42dffb50 00007ff7`16e982a9     postgres!main(
000000e0`42dffb90 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e0`42dffbe0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e0`42dffc50 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000e0`435ff6c8 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
000000e0`435ff6d0 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
000000e0`435ff740 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
000000e0`435ff840 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e0`435ff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f7`09bff7f8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f7`09bff800 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000f7`09bffaf0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000f7`09bffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f7`0a3ffb18 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f7`0a3ffb20 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000f7`0a3ffe10 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000f7`0a3ffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f7`093feed0 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f7`093fef10 00007ff7`169eac9c     postgres!ExceptionalCondition(
000000f7`093fef50 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f7`093fefa0 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000f7`093feff0 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f7`093ff910 00007ff7`1689e7b8     postgres!PostmasterMain(
000000f7`093ffaa0 00007ff7`16e982a9     postgres!main(
000000f7`093ffae0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f7`093ffb30 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f7`093ffba0 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f7`097ff578 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f7`097ff580 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000f7`097ff870 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000f7`097ff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f7`09fff968 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
000000f7`09fff970 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
000000f7`09fff9e0 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
000000f7`09fffae0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000f7`09fffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fc`92fffc18 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fc`92fffc20 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000fc`92ffff10 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000fc`92ffff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fc`927ff978 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fc`927ff980 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000fc`927ffc70 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000fc`927ffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fc`91ffeea0 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000fc`91ffeee0 00007ff7`169eac9c     postgres!ExceptionalCondition(
000000fc`91ffef20 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000fc`91ffef70 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000fc`91ffefc0 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000fc`91fff8e0 00007ff7`1689e7b8     postgres!PostmasterMain(
000000fc`91fffa70 00007ff7`16e982a9     postgres!main(
000000fc`91fffab0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000fc`91fffb00 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000fc`91fffb70 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000fc`923ffba8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fc`923ffbb0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000fc`923ffea0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000fc`923ffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fc`92bff628 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
000000fc`92bff630 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
000000fc`92bff6a0 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
000000fc`92bff7a0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000fc`92bff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003b`92dffac8 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
0000003b`92dffad0 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
0000003b`92dffb40 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
0000003b`92dffc40 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003b`92dffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003b`921fed30 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000003b`921fed70 00007ff7`169eac9c     postgres!ExceptionalCondition(
0000003b`921fedb0 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000003b`921fee00 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000003b`921fee50 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000003b`921ff770 00007ff7`1689e7b8     postgres!PostmasterMain(
0000003b`921ff900 00007ff7`16e982a9     postgres!main(
0000003b`921ff940 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000003b`921ff990 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000003b`921ffa00 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000003b`925ff568 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003b`925ff570 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000003b`925ff860 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003b`925ff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003b`929ffb38 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003b`929ffb40 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000003b`929ffe30 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003b`929ffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003b`931ff948 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003b`931ff950 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000003b`931ffc40 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003b`931ffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000090`b63fef70 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000090`b63fefb0 00007ff7`169eac9c     postgres!ExceptionalCondition(
00000090`b63feff0 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000090`b63ff040 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000090`b63ff090 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000090`b63ff9b0 00007ff7`1689e7b8     postgres!PostmasterMain(
00000090`b63ffb40 00007ff7`16e982a9     postgres!main(
00000090`b63ffb80 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000090`b63ffbd0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000090`b63ffc40 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000090`b67ff718 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000090`b67ff720 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000090`b67ffa10 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000090`b67ffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000090`b6bff8c8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000090`b6bff8d0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000090`b6bffbc0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000090`b6bffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000090`b6fff728 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
00000090`b6fff730 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
00000090`b6fff7a0 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
00000090`b6fff8a0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000090`b6fff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000090`b73ffbc8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000090`b73ffbd0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000090`b73ffec0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000090`b73ffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008f`617ff160 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000008f`617ff1a0 00007ff7`169eac9c     postgres!ExceptionalCondition(
0000008f`617ff1e0 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000008f`617ff230 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000008f`617ff280 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000008f`617ffba0 00007ff7`1689e7b8     postgres!PostmasterMain(
0000008f`617ffd30 00007ff7`16e982a9     postgres!main(
0000008f`617ffd70 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000008f`617ffdc0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000008f`617ffe30 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000008f`61bffab8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008f`61bffac0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000008f`61bffdb0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000008f`61bffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008f`61fff888 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008f`61fff890 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000008f`61fffb80 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000008f`61fffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008f`623ff5a8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008f`623ff5b0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000008f`623ff8a0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000008f`623ff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008f`627ff888 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
0000008f`627ff890 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
0000008f`627ff900 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
0000008f`627ffa00 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000008f`627ffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008f`62bff7b8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008f`62bff7c0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000008f`62bffab0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000008f`62bffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d1`66dfed40 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d1`66dfed80 00007ff7`169eac9c     postgres!ExceptionalCondition(
000000d1`66dfedc0 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000d1`66dfee10 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000d1`66dfee60 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000d1`66dff780 00007ff7`1689e7b8     postgres!PostmasterMain(
000000d1`66dff910 00007ff7`16e982a9     postgres!main(
000000d1`66dff950 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d1`66dff9a0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d1`66dffa10 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000d1`671ff4f8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d1`671ff500 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000d1`671ff7f0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d1`671ff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d1`675ffae8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d1`675ffaf0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000d1`675ffde0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d1`675ffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d1`679ff948 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d1`679ff950 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000d1`679ffc40 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d1`679ffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d1`67dff678 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
000000d1`67dff680 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
000000d1`67dff6f0 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
000000d1`67dff7f0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d1`67dff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d1`681ff6d8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d1`681ff6e0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000d1`681ff9d0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d1`681ffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000079`433ff8c8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000079`433ff8d0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000079`433ffbc0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000079`433ffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000079`42ffebd0 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000079`42ffec10 00007ff7`169eac9c     postgres!ExceptionalCondition(
00000079`42ffec50 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000079`42ffeca0 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000079`42ffecf0 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000079`42fff610 00007ff7`1689e7b8     postgres!PostmasterMain(
00000079`42fff7a0 00007ff7`16e982a9     postgres!main(
00000079`42fff7e0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000079`42fff830 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000079`42fff8a0 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000079`437ff628 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000079`437ff630 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000079`437ff920 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000079`437ff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000079`43bff8e8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000079`43bff8f0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000079`43bffbe0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000079`43bffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000079`43fffbe8 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
00000079`43fffbf0 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
00000079`43fffc60 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
00000079`43fffd60 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000079`43fffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000079`443ff5e8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000079`443ff5f0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000079`443ff8e0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000079`443ff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005d`041febb0 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000005d`041febf0 00007ff7`169eac9c     postgres!ExceptionalCondition(
0000005d`041fec30 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000005d`041fec80 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000005d`041fecd0 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000005d`041ff5f0 00007ff7`1689e7b8     postgres!PostmasterMain(
0000005d`041ff780 00007ff7`16e982a9     postgres!main(
0000005d`041ff7c0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000005d`041ff810 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000005d`041ff880 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000005d`045ffa98 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005d`045ffaa0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000005d`045ffd90 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000005d`045ffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005d`049ff6e8 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
0000005d`049ff6f0 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
0000005d`049ff760 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
0000005d`049ff860 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000005d`049ff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005d`04dffa08 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005d`04dffa10 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000005d`04dffd00 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000005d`04dffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005d`051ff998 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005d`051ff9a0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000005d`051ffc90 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000005d`051ffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008c`ef5fee80 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000008c`ef5feec0 00007ff7`169eac9c     postgres!ExceptionalCondition(
0000008c`ef5fef00 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000008c`ef5fef50 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000008c`ef5fefa0 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000008c`ef5ff8c0 00007ff7`1689e7b8     postgres!PostmasterMain(
0000008c`ef5ffa50 00007ff7`16e982a9     postgres!main(
0000008c`ef5ffa90 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000008c`ef5ffae0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000008c`ef5ffb50 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000008c`ef9ff978 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008c`ef9ff980 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000008c`ef9ffc70 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000008c`ef9ffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008c`efdffa58 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
0000008c`efdffa60 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
0000008c`efdffad0 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
0000008c`efdffbd0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000008c`efdffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008c`f01ff548 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008c`f01ff550 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000008c`f01ff840 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000008c`f01ff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008c`f05ff8e8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008c`f05ff8f0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000008c`f05ffbe0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000008c`f05ffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d1`ecdff908 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
000000d1`ecdff910 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
000000d1`ecdff980 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
000000d1`ecdffa80 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d1`ecdffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d1`ebdfeb50 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d1`ebdfeb90 00007ff7`169eac9c     postgres!ExceptionalCondition(
000000d1`ebdfebd0 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000d1`ebdfec20 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000d1`ebdfec70 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000d1`ebdff590 00007ff7`1689e7b8     postgres!PostmasterMain(
000000d1`ebdff720 00007ff7`16e982a9     postgres!main(
000000d1`ebdff760 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d1`ebdff7b0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d1`ebdff820 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000d1`ec1ffb88 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d1`ec1ffb90 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000d1`ec1ffe80 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d1`ec1ffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d1`ec5ff5a8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d1`ec5ff5b0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000d1`ec5ff8a0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d1`ec5ff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d1`ec9ffba8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d1`ec9ffbb0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000d1`ec9ffea0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d1`ec9ffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d1`ed1ff638 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d1`ed1ff640 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000d1`ed1ff930 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d1`ed1ff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000011`a95ff938 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000011`a95ff940 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000011`a95ffc30 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000011`a95ffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000011`a91fefb0 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000011`a91feff0 00007ff7`169eac9c     postgres!ExceptionalCondition(
00000011`a91ff030 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000011`a91ff080 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000011`a91ff0d0 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000011`a91ff9f0 00007ff7`1689e7b8     postgres!PostmasterMain(
00000011`a91ffb80 00007ff7`16e982a9     postgres!main(
00000011`a91ffbc0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000011`a91ffc10 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000011`a91ffc80 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000011`a99ff9d8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000011`a99ff9e0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000011`a99ffcd0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000011`a99ffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000011`a9dffb48 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
00000011`a9dffb50 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
00000011`a9dffbc0 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
00000011`a9dffcc0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000011`a9dffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000011`aa1ff818 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000011`aa1ff820 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000011`aa1ffb10 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000011`aa1ffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008d`97dffaa8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008d`97dffab0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000008d`97dffda0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000008d`97dffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008d`979fed40 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000008d`979fed80 00007ff7`169eac9c     postgres!ExceptionalCondition(
0000008d`979fedc0 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000008d`979fee10 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000008d`979fee60 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000008d`979ff780 00007ff7`1689e7b8     postgres!PostmasterMain(
0000008d`979ff910 00007ff7`16e982a9     postgres!main(
0000008d`979ff950 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000008d`979ff9a0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000008d`979ffa10 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000008d`981ff838 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008d`981ff840 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000008d`981ffb30 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000008d`981ffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008d`985ff9a8 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
0000008d`985ff9b0 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
0000008d`985ffa20 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
0000008d`985ffb20 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000008d`985ffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008d`989ff998 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008d`989ff9a0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000008d`989ffc90 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000008d`989ffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fe`60ffeba0 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000fe`60ffebe0 00007ff7`169eac9c     postgres!ExceptionalCondition(
000000fe`60ffec20 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000fe`60ffec70 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000fe`60ffecc0 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000fe`60fff5e0 00007ff7`1689e7b8     postgres!PostmasterMain(
000000fe`60fff770 00007ff7`16e982a9     postgres!main(
000000fe`60fff7b0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000fe`60fff800 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000fe`60fff870 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000fe`613ff818 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fe`613ff820 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000fe`613ffb10 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000fe`613ffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fe`617ff8e8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fe`617ff8f0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000fe`617ffbe0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000fe`617ffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fe`61bffb78 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
000000fe`61bffb80 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
000000fe`61bffbf0 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
000000fe`61bffcf0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000fe`61bffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fe`61fff5e8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fe`61fff5f0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000fe`61fff8e0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000fe`61fff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a3`8c7ff1e0 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a3`8c7ff220 00007ff7`169eac9c     postgres!ExceptionalCondition(
000000a3`8c7ff260 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000a3`8c7ff2b0 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000a3`8c7ff300 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a3`8c7ffc20 00007ff7`1689e7b8     postgres!PostmasterMain(
000000a3`8c7ffdb0 00007ff7`16e982a9     postgres!main(
000000a3`8c7ffdf0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a3`8c7ffe40 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a3`8c7ffeb0 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a3`8cbff688 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a3`8cbff690 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000a3`8cbff980 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a3`8cbff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a3`8d7ff9a8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a3`8d7ff9b0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000a3`8d7ffca0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a3`8d7ffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a3`8cfff9d8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a3`8cfff9e0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000a3`8cfffcd0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a3`8cfffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a3`8d3ff738 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
000000a3`8d3ff740 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
000000a3`8d3ff7b0 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
000000a3`8d3ff8b0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a3`8d3ff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004f`ef9fec70 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000004f`ef9fecb0 00007ff7`169eac9c     postgres!ExceptionalCondition(
0000004f`ef9fecf0 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000004f`ef9fed40 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000004f`ef9fed90 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000004f`ef9ff6b0 00007ff7`1689e7b8     postgres!PostmasterMain(
0000004f`ef9ff840 00007ff7`16e982a9     postgres!main(
0000004f`ef9ff880 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000004f`ef9ff8d0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000004f`ef9ff940 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000004f`efdff9c8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004f`efdff9d0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000004f`efdffcc0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000004f`efdffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004f`f01ff858 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004f`f01ff860 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000004f`f01ffb50 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000004f`f01ffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004f`f05ffd78 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
0000004f`f05ffd80 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
0000004f`f05ffdf0 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
0000004f`f05ffef0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000004f`f05fff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004f`f09ff8e8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004f`f09ff8f0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000004f`f09ffbe0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000004f`f09ffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009a`14dffdb8 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
0000009a`14dffdc0 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
0000009a`14dffe30 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
0000009a`14dfff30 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000009a`14dfff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009a`151ffbc8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009a`151ffbd0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000009a`151ffec0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000009a`151ffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009a`141ff938 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009a`141ff940 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000009a`141ffc30 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000009a`141ffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009a`13dfec00 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000009a`13dfec40 00007ff7`169eac9c     postgres!ExceptionalCondition(
0000009a`13dfec80 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000009a`13dfecd0 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000009a`13dfed20 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000009a`13dff640 00007ff7`1689e7b8     postgres!PostmasterMain(
0000009a`13dff7d0 00007ff7`16e982a9     postgres!main(
0000009a`13dff810 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000009a`13dff860 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000009a`13dff8d0 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000009a`145ff578 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009a`145ff580 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000009a`145ff870 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000009a`145ff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009a`149ffa28 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009a`149ffa30 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000009a`149ffd20 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000009a`149ffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cb`cc7ffb78 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cb`cc7ffb80 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000cb`cc7ffe70 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000cb`cc7ffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cb`cbfff498 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cb`cbfff4a0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000cb`cbfff790 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000cb`cbfff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cb`cbbff0c0 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000cb`cbbff100 00007ff7`169eac9c     postgres!ExceptionalCondition(
000000cb`cbbff140 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000cb`cbbff190 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000cb`cbbff1e0 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000cb`cbbffb00 00007ff7`1689e7b8     postgres!PostmasterMain(
000000cb`cbbffc90 00007ff7`16e982a9     postgres!main(
000000cb`cbbffcd0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000cb`cbbffd20 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000cb`cbbffd90 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000cb`cc3ffaf8 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
000000cb`cc3ffb00 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
000000cb`cc3ffb70 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
000000cb`cc3ffc70 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000cb`cc3ffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cb`ccbff4f8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cb`ccbff500 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000cb`ccbff7f0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000cb`ccbff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`983ffbd8 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
000000dd`983ffbe0 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
000000dd`983ffc50 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
000000dd`983ffd50 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`983ffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`977fecb0 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000dd`977fecf0 00007ff7`169eac9c     postgres!ExceptionalCondition(
000000dd`977fed30 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000dd`977fed80 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000dd`977fedd0 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000dd`977ff6f0 00007ff7`1689e7b8     postgres!PostmasterMain(
000000dd`977ff880 00007ff7`16e982a9     postgres!main(
000000dd`977ff8c0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000dd`977ff910 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000dd`977ff980 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000dd`97bffb08 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dd`97bffb10 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000dd`97bffe00 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`97bffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`97fff828 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dd`97fff830 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000dd`97fffb20 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`97fffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`987ff8f8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dd`987ff900 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000dd`987ffbf0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`987ffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`ac5ffbf8 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
000000cf`ac5ffc00 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
000000cf`ac5ffc70 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
000000cf`ac5ffd70 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`ac5ffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`ab9fef90 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000cf`ab9fefd0 00007ff7`169eac9c     postgres!ExceptionalCondition(
000000cf`ab9ff010 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000cf`ab9ff060 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000cf`ab9ff0b0 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000cf`ab9ff9d0 00007ff7`1689e7b8     postgres!PostmasterMain(
000000cf`ab9ffb60 00007ff7`16e982a9     postgres!main(
000000cf`ab9ffba0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000cf`ab9ffbf0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000cf`ab9ffc60 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000cf`abdff4c8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cf`abdff4d0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000cf`abdff7c0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`abdff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`ac1ffae8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cf`ac1ffaf0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000cf`ac1ffde0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`ac1ffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`ac9ffb18 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cf`ac9ffb20 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000cf`ac9ffe10 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`ac9ffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e9`e81ffbe8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e9`e81ffbf0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000e9`e81ffee0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e9`e81fff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e9`e89ffa18 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e9`e89ffa20 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000e9`e89ffd10 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e9`e89ffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e9`e79fecc0 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e9`e79fed00 00007ff7`169eac9c     postgres!ExceptionalCondition(
000000e9`e79fed40 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000e9`e79fed90 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000e9`e79fede0 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000e9`e79ff700 00007ff7`1689e7b8     postgres!PostmasterMain(
000000e9`e79ff890 00007ff7`16e982a9     postgres!main(
000000e9`e79ff8d0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e9`e79ff920 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e9`e79ff990 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000e9`e7dff578 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e9`e7dff580 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000e9`e7dff870 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e9`e7dff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e9`e85ffa78 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
000000e9`e85ffa80 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
000000e9`e85ffaf0 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
000000e9`e85ffbf0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e9`e85ffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a1`7abffbd8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a1`7abffbe0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000a1`7abffed0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a1`7abfff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a1`7b3ff9b8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a1`7b3ff9c0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000a1`7b3ffcb0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a1`7b3ffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a1`7a3fee40 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a1`7a3fee80 00007ff7`169eac9c     postgres!ExceptionalCondition(
000000a1`7a3feec0 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000a1`7a3fef10 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000a1`7a3fef60 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a1`7a3ff880 00007ff7`1689e7b8     postgres!PostmasterMain(
000000a1`7a3ffa10 00007ff7`16e982a9     postgres!main(
000000a1`7a3ffa50 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a1`7a3ffaa0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a1`7a3ffb10 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a1`7a7ff7c8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a1`7a7ff7d0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000a1`7a7ffac0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a1`7a7ffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a1`7afffb48 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
000000a1`7afffb50 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
000000a1`7afffbc0 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
000000a1`7afffcc0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a1`7afffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000069`a45ff140 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000069`a45ff180 00007ff7`169eac9c     postgres!ExceptionalCondition(
00000069`a45ff1c0 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000069`a45ff210 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000069`a45ff260 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000069`a45ffb80 00007ff7`1689e7b8     postgres!PostmasterMain(
00000069`a45ffd10 00007ff7`16e982a9     postgres!main(
00000069`a45ffd50 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000069`a45ffda0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000069`a45ffe10 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000069`a51ffc58 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
00000069`a51ffc60 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
00000069`a51ffcd0 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
00000069`a51ffdd0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000069`a51ffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000069`a4dff788 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000069`a4dff790 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000069`a4dffa80 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000069`a4dffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000069`a55ff838 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000069`a55ff840 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000069`a55ffb30 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000069`a55ffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000069`a49ff808 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000069`a49ff810 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000069`a49ffb00 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000069`a49ffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001c`813ff748 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
0000001c`813ff750 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
0000001c`813ff7c0 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
0000001c`813ff8c0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000001c`813ff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001c`80bff100 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000001c`80bff140 00007ff7`169eac9c     postgres!ExceptionalCondition(
0000001c`80bff180 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000001c`80bff1d0 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000001c`80bff220 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000001c`80bffb40 00007ff7`1689e7b8     postgres!PostmasterMain(
0000001c`80bffcd0 00007ff7`16e982a9     postgres!main(
0000001c`80bffd10 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000001c`80bffd60 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000001c`80bffdd0 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000001c`80fff938 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001c`80fff940 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000001c`80fffc30 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000001c`80fffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001c`817ff648 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001c`817ff650 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000001c`817ff940 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000001c`817ff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001c`81bffba8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001c`81bffbb0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000001c`81bffea0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000001c`81bffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006c`5a1ff808 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006c`5a1ff810 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000006c`5a1ffb00 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000006c`5a1ffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006c`595ffad8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006c`595ffae0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000006c`595ffdd0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000006c`595ffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006c`591febe0 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000006c`591fec20 00007ff7`169eac9c     postgres!ExceptionalCondition(
0000006c`591fec60 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000006c`591fecb0 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000006c`591fed00 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000006c`591ff620 00007ff7`1689e7b8     postgres!PostmasterMain(
0000006c`591ff7b0 00007ff7`16e982a9     postgres!main(
0000006c`591ff7f0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000006c`591ff840 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000006c`591ff8b0 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000006c`599ffa98 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006c`599ffaa0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000006c`599ffd90 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000006c`599ffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006c`59dff5d8 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
0000006c`59dff5e0 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
0000006c`59dff650 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
0000006c`59dff750 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000006c`59dff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000019`803ffae8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000019`803ffaf0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000019`803ffde0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000019`803ffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000019`80bff9e8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000019`80bff9f0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000019`80bffce0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000019`80bffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000019`80fffc38 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000019`80fffc40 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000019`80ffff30 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000019`80ffff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000019`fffff090 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000019`fffff0d0 00007ff7`169eac9c     postgres!ExceptionalCondition(
00000019`fffff110 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000019`fffff160 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000019`fffff1b0 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000019`fffffad0 00007ff7`1689e7b8     postgres!PostmasterMain(
00000019`fffffc60 00007ff7`16e982a9     postgres!main(
00000019`fffffca0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000019`fffffcf0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000019`fffffd60 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000019`807ffb18 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
00000019`807ffb20 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
00000019`807ffb90 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
00000019`807ffc90 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000019`807ffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000086`0c5ffac8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000086`0c5ffad0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000086`0c5ffdc0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000086`0c5ffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000086`0cdffa48 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000086`0cdffa50 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000086`0cdffd40 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000086`0cdffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000086`0d1ff898 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000086`0d1ff8a0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000086`0d1ffb90 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000086`0d1ffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000086`0c1fea80 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000086`0c1feac0 00007ff7`169eac9c     postgres!ExceptionalCondition(
00000086`0c1feb00 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000086`0c1feb50 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000086`0c1feba0 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000086`0c1ff4c0 00007ff7`1689e7b8     postgres!PostmasterMain(
00000086`0c1ff650 00007ff7`16e982a9     postgres!main(
00000086`0c1ff690 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000086`0c1ff6e0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000086`0c1ff750 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000086`0c9ffc38 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
00000086`0c9ffc40 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
00000086`0c9ffcb0 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
00000086`0c9ffdb0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000086`0c9ffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006e`053ff908 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006e`053ff910 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000006e`053ffc00 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000006e`053ffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006e`04bff468 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006e`04bff470 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000006e`04bff760 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000006e`04bff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006e`04fff9d8 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
0000006e`04fff9e0 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
0000006e`04fffa50 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
0000006e`04fffb50 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000006e`04fffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006e`043fef80 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000006e`043fefc0 00007ff7`169eac9c     postgres!ExceptionalCondition(
0000006e`043ff000 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000006e`043ff050 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000006e`043ff0a0 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000006e`043ff9c0 00007ff7`1689e7b8     postgres!PostmasterMain(
0000006e`043ffb50 00007ff7`16e982a9     postgres!main(
0000006e`043ffb90 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000006e`043ffbe0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000006e`043ffc50 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000006e`047ff7e8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006e`047ff7f0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000006e`047ffae0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000006e`047ffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d1`4c3fef90 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d1`4c3fefd0 00007ff7`169eac9c     postgres!ExceptionalCondition(
000000d1`4c3ff010 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000d1`4c3ff060 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000d1`4c3ff0b0 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000d1`4c3ff9d0 00007ff7`1689e7b8     postgres!PostmasterMain(
000000d1`4c3ffb60 00007ff7`16e982a9     postgres!main(
000000d1`4c3ffba0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d1`4c3ffbf0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d1`4c3ffc60 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000d1`4c7ffae8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d1`4c7ffaf0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000d1`4c7ffde0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d1`4c7ffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d1`4cbff808 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
000000d1`4cbff810 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
000000d1`4cbff880 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
000000d1`4cbff980 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d1`4cbff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d1`4cfff718 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d1`4cfff720 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000d1`4cfffa10 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d1`4cfffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d1`4d3ff998 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d1`4d3ff9a0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000d1`4d3ffc90 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d1`4d3ffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000f`cf9ffb48 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000f`cf9ffb50 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000000f`cf9ffe40 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000000f`cf9ffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000f`cf5ffd88 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
0000000f`cf5ffd90 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
0000000f`cf5ffe00 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
0000000f`cf5fff00 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000000f`cf5fff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000f`ce5ff120 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000000f`ce5ff160 00007ff7`169eac9c     postgres!ExceptionalCondition(
0000000f`ce5ff1a0 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000000f`ce5ff1f0 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000000f`ce5ff240 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000000f`ce5ffb60 00007ff7`1689e7b8     postgres!PostmasterMain(
0000000f`ce5ffcf0 00007ff7`16e982a9     postgres!main(
0000000f`ce5ffd30 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000000f`ce5ffd80 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000000f`ce5ffdf0 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000000f`ce9ffbe8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000f`ce9ffbf0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000000f`ce9ffee0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000000f`ce9fff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000f`cedff838 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000f`cedff840 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000000f`cedffb30 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000000f`cedffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000f`cf1ffb48 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000f`cf1ffb50 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000000f`cf1ffe40 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000000f`cf1ffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f6`839ff978 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f6`839ff980 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000f6`839ffc70 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000f6`839ffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f6`841ffd78 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
000000f6`841ffd80 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
000000f6`841ffdf0 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
000000f6`841ffef0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000f6`841fff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f6`845ff888 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f6`845ff890 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000f6`845ffb80 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000f6`845ffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f6`835feeb0 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f6`835feef0 00007ff7`169eac9c     postgres!ExceptionalCondition(
000000f6`835fef30 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f6`835fef80 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000f6`835fefd0 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f6`835ff8f0 00007ff7`1689e7b8     postgres!PostmasterMain(
000000f6`835ffa80 00007ff7`16e982a9     postgres!main(
000000f6`835ffac0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f6`835ffb10 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f6`835ffb80 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f6`83dff538 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f6`83dff540 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000f6`83dff830 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000f6`83dff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000a`465ff9f8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000a`465ffa00 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000000a`465ffcf0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000000a`465ffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000a`471ff578 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000a`471ff580 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000000a`471ff870 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000000a`471ff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000a`46dffd38 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
0000000a`46dffd40 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
0000000a`46dffdb0 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
0000000a`46dffeb0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000000a`46dffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000a`461fee70 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000000a`461feeb0 00007ff7`169eac9c     postgres!ExceptionalCondition(
0000000a`461feef0 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000000a`461fef40 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000000a`461fef90 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000000a`461ff8b0 00007ff7`1689e7b8     postgres!PostmasterMain(
0000000a`461ffa40 00007ff7`16e982a9     postgres!main(
0000000a`461ffa80 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000000a`461ffad0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000000a`461ffb40 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000000a`469ff998 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000a`469ff9a0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000000a`469ffc90 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000000a`469ffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000df`711ff658 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000df`711ff660 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000df`711ff950 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000df`711ff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000df`705ff918 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000df`705ff920 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000df`705ffc10 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000df`705ffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000df`709ff538 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000df`709ff540 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000df`709ff830 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000df`709ff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000df`6fdfee90 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000df`6fdfeed0 00007ff7`169eac9c     postgres!ExceptionalCondition(
000000df`6fdfef10 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000df`6fdfef60 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000df`6fdfefb0 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000df`6fdff8d0 00007ff7`1689e7b8     postgres!PostmasterMain(
000000df`6fdffa60 00007ff7`16e982a9     postgres!main(
000000df`6fdffaa0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000df`6fdffaf0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000df`6fdffb60 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000df`701ff608 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000df`701ff610 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000df`701ff900 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000df`701ff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000df`70dff7e8 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
000000df`70dff7f0 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
000000df`70dff860 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
000000df`70dff960 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000df`70dff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000004`efdff6e8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000004`efdff6f0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000004`efdff9e0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000004`efdffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000004`eedfea80 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000004`eedfeac0 00007ff7`169eac9c     postgres!ExceptionalCondition(
00000004`eedfeb00 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000004`eedfeb50 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000004`eedfeba0 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000004`eedff4c0 00007ff7`1689e7b8     postgres!PostmasterMain(
00000004`eedff650 00007ff7`16e982a9     postgres!main(
00000004`eedff690 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000004`eedff6e0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000004`eedff750 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000004`ef1ffb08 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000004`ef1ffb10 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000004`ef1ffe00 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000004`ef1ffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000004`ef5ff7d8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000004`ef5ff7e0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000004`ef5ffad0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000004`ef5ffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000004`ef9ff7b8 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
00000004`ef9ff7c0 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
00000004`ef9ff830 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
00000004`ef9ff930 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000004`ef9ff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000078`107ff7e8 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
00000078`107ff7f0 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
00000078`107ff860 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
00000078`107ff960 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000078`107ff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000078`0fbfed00 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000078`0fbfed40 00007ff7`169eac9c     postgres!ExceptionalCondition(
00000078`0fbfed80 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000078`0fbfedd0 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000078`0fbfee20 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000078`0fbff740 00007ff7`1689e7b8     postgres!PostmasterMain(
00000078`0fbff8d0 00007ff7`16e982a9     postgres!main(
00000078`0fbff910 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000078`0fbff960 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000078`0fbff9d0 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000078`0ffff858 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000078`0ffff860 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000078`0ffffb50 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000078`0ffffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000078`103ff4f8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000078`103ff500 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000078`103ff7f0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000078`103ff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000078`10bff9c8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000078`10bff9d0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000078`10bffcc0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000078`10bffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000059`6e1ff458 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000059`6e1ff460 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000059`6e1ff750 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000059`6e1ff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000059`6d9ff728 00007ff7`169e3b97     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000059`6d9ff730 00007ff7`1689e724     postgres!SubPostmasterMain(
00000059`6d9ff7a0 00007ff7`16e982a9     postgres!main(
00000059`6d9ff7e0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000059`6d9ff830 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000059`6d9ff8a0 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000059`6d9ff8d0 00007ffe`bd7b4cb0     postgres!mainCRTStartup(
00000059`6d9ff900 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000059`6d9ff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000059`6ddff7d8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000059`6ddff7e0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000059`6ddffad0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000059`6ddffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000059`6e5ff9d8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000059`6e5ff9e0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000059`6e5ffcd0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000059`6e5ffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000085`7cbff528 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000085`7cbff530 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000085`7cbff820 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000085`7cbff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000085`7c7ff7b8 00007ff7`169e3b97     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000085`7c7ff7c0 00007ff7`1689e724     postgres!SubPostmasterMain(
00000085`7c7ff830 00007ff7`16e982a9     postgres!main(
00000085`7c7ff870 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000085`7c7ff8c0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000085`7c7ff930 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000085`7c7ff960 00007ffe`bd7b4cb0     postgres!mainCRTStartup(
00000085`7c7ff990 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000085`7c7ff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000085`7cfff678 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000085`7cfff680 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000085`7cfff970 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000085`7cfff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a4`d41ffc38 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a4`d41ffc40 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000a4`d41fff30 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a4`d41fff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a4`d39ff1e0 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a4`d39ff220 00007ff7`169eac9c     postgres!ExceptionalCondition(
000000a4`d39ff260 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000a4`d39ff2b0 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000a4`d39ff300 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a4`d39ffc20 00007ff7`1689e7b8     postgres!PostmasterMain(
000000a4`d39ffdb0 00007ff7`16e982a9     postgres!main(
000000a4`d39ffdf0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a4`d39ffe40 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a4`d39ffeb0 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a4`d49ff4d8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a4`d49ff4e0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000a4`d49ff7d0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a4`d49ff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a4`d45ff7c8 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
000000a4`d45ff7d0 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
000000a4`d45ff840 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
000000a4`d45ff940 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a4`d45ff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a4`d3dff678 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a4`d3dff680 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000a4`d3dff970 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a4`d3dff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c3`73bffa98 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
000000c3`73bffaa0 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
000000c3`73bffb10 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
000000c3`73bffc10 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c3`73bffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c3`73fff808 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c3`73fff810 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000c3`73fffb00 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c3`73fffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c3`737ff478 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c3`737ff480 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000c3`737ff770 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c3`737ff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c3`733ffbd8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c3`733ffbe0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000c3`733ffed0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c3`733fff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c3`72fff080 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c3`72fff0c0 00007ff7`169eac9c     postgres!ExceptionalCondition(
000000c3`72fff100 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c3`72fff150 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000c3`72fff1a0 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c3`72fffac0 00007ff7`1689e7b8     postgres!PostmasterMain(
000000c3`72fffc50 00007ff7`16e982a9     postgres!main(
000000c3`72fffc90 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c3`72fffce0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c3`72fffd50 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000011`833ffbc8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000011`833ffbd0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000011`833ffec0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000011`833ffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000011`827ff080 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000011`827ff0c0 00007ff7`169eac9c     postgres!ExceptionalCondition(
00000011`827ff100 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000011`827ff150 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000011`827ff1a0 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000011`827ffac0 00007ff7`1689e7b8     postgres!PostmasterMain(
00000011`827ffc50 00007ff7`16e982a9     postgres!main(
00000011`827ffc90 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000011`827ffce0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000011`827ffd50 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000011`82bff9a8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000011`82bff9b0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000011`82bffca0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000011`82bffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000011`82fffb98 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
00000011`82fffba0 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
00000011`82fffc10 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
00000011`82fffd10 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000011`82fffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000011`837ff6f8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000011`837ff700 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000011`837ff9f0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000011`837ffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001e`ec1ff968 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001e`ec1ff970 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000001e`ec1ffc60 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000001e`ec1ffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001e`eb5feb80 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000001e`eb5febc0 00007ff7`169eac9c     postgres!ExceptionalCondition(
0000001e`eb5fec00 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000001e`eb5fec50 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000001e`eb5feca0 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000001e`eb5ff5c0 00007ff7`1689e7b8     postgres!PostmasterMain(
0000001e`eb5ff750 00007ff7`16e982a9     postgres!main(
0000001e`eb5ff790 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000001e`eb5ff7e0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000001e`eb5ff850 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000001e`ec5ff9d8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001e`ec5ff9e0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000001e`ec5ffcd0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000001e`ec5ffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001e`eb9ff458 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001e`eb9ff460 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000001e`eb9ff750 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000001e`eb9ff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001e`ebdff5c8 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
0000001e`ebdff5d0 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
0000001e`ebdff640 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
0000001e`ebdff740 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000001e`ebdff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005d`687ff5d8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005d`687ff5e0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000005d`687ff8d0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000005d`687ff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005d`683ffb58 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005d`683ffb60 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000005d`683ffe50 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000005d`683ffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005d`67ffefe0 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000005d`67fff020 00007ff7`169eac9c     postgres!ExceptionalCondition(
0000005d`67fff060 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000005d`67fff0b0 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000005d`67fff100 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000005d`67fffa20 00007ff7`1689e7b8     postgres!PostmasterMain(
0000005d`67fffbb0 00007ff7`16e982a9     postgres!main(
0000005d`67fffbf0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000005d`67fffc40 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000005d`67fffcb0 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000005d`68bff5c8 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
0000005d`68bff5d0 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
0000005d`68bff640 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
0000005d`68bff740 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000005d`68bff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005d`68fff858 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005d`68fff860 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000005d`68fffb50 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000005d`68fffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000018`f13ff000 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000018`f13ff040 00007ff7`169eac9c     postgres!ExceptionalCondition(
00000018`f13ff080 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000018`f13ff0d0 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000018`f13ff120 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000018`f13ffa40 00007ff7`1689e7b8     postgres!PostmasterMain(
00000018`f13ffbd0 00007ff7`16e982a9     postgres!main(
00000018`f13ffc10 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000018`f13ffc60 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000018`f13ffcd0 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000018`f27ffa78 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000018`f27ffa80 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000018`f27ffd70 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000018`f27ffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000018`f17ff528 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000018`f17ff530 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000018`f17ff820 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000018`f17ff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000018`f1bff7a8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000018`f1bff7b0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000018`f1bffaa0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000018`f1bffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000018`f1fffba8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000018`f1fffbb0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000018`f1fffea0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000018`f1fffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000018`f23ff698 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
00000018`f23ff6a0 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
00000018`f23ff710 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
00000018`f23ff810 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000018`f23ff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000093`623feda0 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000093`623fede0 00007ff7`169eac9c     postgres!ExceptionalCondition(
00000093`623fee20 00007ff7`169e9e08     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000093`623fee70 00007ff7`169eb2c5     postgres!process_pm_child_exit(void)+0x748 [c:\cirrus\src\backend\postmaster\pos...
00000093`623feed0 00007ff7`169e899c     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000093`623ff7f0 00007ff7`1689e7b8     postgres!PostmasterMain(
00000093`623ff980 00007ff7`16e982a9     postgres!main(
00000093`623ff9c0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000093`623ffa10 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000093`623ffa80 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000093`633ff638 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000093`633ff640 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000093`633ff930 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000093`633ff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000093`62fffb78 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000093`62fffb80 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000093`62fffe70 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000093`62fffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000093`62bff9f8 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
00000093`62bffa00 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
00000093`62bffa70 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
00000093`62bffb70 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000093`62bffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000093`627ff858 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000093`627ff860 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000093`627ffb50 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000093`627ffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000028`58bff5b8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000028`58bff5c0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000028`58bff8b0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000028`58bff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000028`587ffbf8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000028`587ffc00 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000028`587ffef0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000028`587fff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000028`593ff528 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000028`593ff530 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000028`593ff820 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000028`593ff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000028`583fef90 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000028`583fefd0 00007ff7`169eac9c     postgres!ExceptionalCondition(
00000028`583ff010 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000028`583ff060 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000028`583ff0b0 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000028`583ff9d0 00007ff7`1689e7b8     postgres!PostmasterMain(
00000028`583ffb60 00007ff7`16e982a9     postgres!main(
00000028`583ffba0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000028`583ffbf0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000028`583ffc60 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000028`58fff9d8 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
00000028`58fff9e0 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
00000028`58fffa50 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
00000028`58fffb50 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000028`58fffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b0`169ffb28 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b0`169ffb30 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000b0`169ffe20 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b0`169ffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b0`161ff978 00007ff7`169e3b97     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000b0`161ff980 00007ff7`1689e724     postgres!SubPostmasterMain(
000000b0`161ff9f0 00007ff7`16e982a9     postgres!main(
000000b0`161ffa30 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b0`161ffa80 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000b0`161ffaf0 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000b0`161ffb20 00007ffe`bd7b4cb0     postgres!mainCRTStartup(
000000b0`161ffb50 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b0`161ffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b0`165ff7b8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b0`165ff7c0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000b0`165ffab0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b0`165ffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a7`06ffebf0 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a7`06ffec30 00007ff7`169eac9c     postgres!ExceptionalCondition(
000000a7`06ffec70 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000a7`06ffecc0 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000a7`06ffed10 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a7`06fff630 00007ff7`1689e7b8     postgres!PostmasterMain(
000000a7`06fff7c0 00007ff7`16e982a9     postgres!main(
000000a7`06fff800 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a7`06fff850 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a7`06fff8c0 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a7`077ff8b8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a7`077ff8c0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000a7`077ffbb0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a7`077ffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a7`073ff978 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a7`073ff980 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000a7`073ffc70 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a7`073ffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a7`07fff5f8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a7`07fff600 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000a7`07fff8f0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a7`07fff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a7`07bff688 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
000000a7`07bff690 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
000000a7`07bff700 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
000000a7`07bff800 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a7`07bff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005a`86fffba8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005a`86fffbb0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000005a`86fffea0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000005a`86fffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005a`86bffc38 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005a`86bffc40 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000005a`86bfff30 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000005a`86bfff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005a`867fed00 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000005a`867fed40 00007ff7`169eac9c     postgres!ExceptionalCondition(
0000005a`867fed80 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000005a`867fedd0 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000005a`867fee20 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000005a`867ff740 00007ff7`1689e7b8     postgres!PostmasterMain(
0000005a`867ff8d0 00007ff7`16e982a9     postgres!main(
0000005a`867ff910 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000005a`867ff960 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000005a`867ff9d0 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000005a`877ff548 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005a`877ff550 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000005a`877ff840 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000005a`877ff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005a`873ffcf8 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
0000005a`873ffd00 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
0000005a`873ffd70 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
0000005a`873ffe70 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000005a`873ffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f2`ac9ff8c8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f2`ac9ff8d0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000f2`ac9ffbc0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000f2`ac9ffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f2`ac5ff010 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f2`ac5ff050 00007ff7`169eac9c     postgres!ExceptionalCondition(
000000f2`ac5ff090 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f2`ac5ff0e0 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000f2`ac5ff130 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f2`ac5ffa50 00007ff7`1689e7b8     postgres!PostmasterMain(
000000f2`ac5ffbe0 00007ff7`16e982a9     postgres!main(
000000f2`ac5ffc20 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f2`ac5ffc70 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f2`ac5ffce0 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f2`ad5ffb48 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f2`ad5ffb50 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000f2`ad5ffe40 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000f2`ad5ffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f2`ad1ffaf8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f2`ad1ffb00 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000f2`ad1ffdf0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000f2`ad1ffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f2`acdffae8 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
000000f2`acdffaf0 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
000000f2`acdffb60 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
000000f2`acdffc60 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000f2`acdffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b8`609ffa48 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b8`609ffa50 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000b8`609ffd40 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b8`609ffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b8`605ff568 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b8`605ff570 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000b8`605ff860 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b8`605ff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b8`601ff738 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
000000b8`601ff740 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
000000b8`601ff7b0 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
000000b8`601ff8b0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b8`601ff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b8`5fdff538 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b8`5fdff540 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000b8`5fdff830 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b8`5fdff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b8`5f9ff190 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b8`5f9ff1d0 00007ff7`169eac9c     postgres!ExceptionalCondition(
000000b8`5f9ff210 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000b8`5f9ff260 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000b8`5f9ff2b0 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000b8`5f9ffbd0 00007ff7`1689e7b8     postgres!PostmasterMain(
000000b8`5f9ffd60 00007ff7`16e982a9     postgres!main(
000000b8`5f9ffda0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b8`5f9ffdf0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000b8`5f9ffe60 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000009d`233ff808 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009d`233ff810 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000009d`233ffb00 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000009d`233ffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009d`22fff6d8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009d`22fff6e0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000009d`22fff9d0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000009d`22fffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009d`23bff938 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009d`23bff940 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000009d`23bffc30 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000009d`23bffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009d`237ff7a8 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
0000009d`237ff7b0 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
0000009d`237ff820 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
0000009d`237ff920 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000009d`237ff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009d`22bfed40 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000009d`22bfed80 00007ff7`169eac9c     postgres!ExceptionalCondition(
0000009d`22bfedc0 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000009d`22bfee10 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000009d`22bfee60 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000009d`22bff780 00007ff7`1689e7b8     postgres!PostmasterMain(
0000009d`22bff910 00007ff7`16e982a9     postgres!main(
0000009d`22bff950 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000009d`22bff9a0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000009d`22bffa10 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000002b`2e9ff698 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002b`2e9ff6a0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000002b`2e9ff990 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000002b`2e9ff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002b`2e5fefb0 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000002b`2e5feff0 00007ff7`169eac9c     postgres!ExceptionalCondition(
0000002b`2e5ff030 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000002b`2e5ff080 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000002b`2e5ff0d0 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000002b`2e5ff9f0 00007ff7`1689e7b8     postgres!PostmasterMain(
0000002b`2e5ffb80 00007ff7`16e982a9     postgres!main(
0000002b`2e5ffbc0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000002b`2e5ffc10 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000002b`2e5ffc80 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000002b`2edffba8 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
0000002b`2edffbb0 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
0000002b`2edffc20 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
0000002b`2edffd20 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000002b`2edffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002b`2f5ffc18 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002b`2f5ffc20 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000002b`2f5fff10 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000002b`2f5fff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002b`2f1ff628 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002b`2f1ff630 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000002b`2f1ff920 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000002b`2f1ff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000017`045ff808 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
00000017`045ff810 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
00000017`045ff880 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
00000017`045ff980 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000017`045ff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000017`049ff848 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000017`049ff850 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000017`049ffb40 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000017`049ffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000017`035fea30 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000017`035fea70 00007ff7`169eac9c     postgres!ExceptionalCondition(
00000017`035feab0 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000017`035feb00 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000017`035feb50 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000017`035ff470 00007ff7`1689e7b8     postgres!PostmasterMain(
00000017`035ff600 00007ff7`16e982a9     postgres!main(
00000017`035ff640 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000017`035ff690 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000017`035ff700 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000040`7cdfeed0 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000040`7cdfef10 00007ff7`169eac9c     postgres!ExceptionalCondition(
00000040`7cdfef50 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000040`7cdfefa0 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000040`7cdfeff0 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000040`7cdff910 00007ff7`1689e7b8     postgres!PostmasterMain(
00000040`7cdffaa0 00007ff7`16e982a9     postgres!main(
00000040`7cdffae0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000040`7cdffb30 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000040`7cdffba0 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000040`7d9ff6f8 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
00000040`7d9ff700 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
00000040`7d9ff770 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
00000040`7d9ff870 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000040`7d9ff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000040`7ddff618 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000040`7ddff620 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000040`7ddff910 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000040`7ddff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000040`7d5ffa48 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000040`7d5ffa50 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000040`7d5ffd40 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000040`7d5ffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000040`7d1ff928 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000040`7d1ff930 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000040`7d1ffc20 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000040`7d1ffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e7`c83ff708 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e7`c83ff710 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000e7`c83ffa00 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e7`c83ffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e7`c87ffa58 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e7`c87ffa60 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000e7`c87ffd50 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e7`c87ffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e7`c8bffd28 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
000000e7`c8bffd30 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
000000e7`c8bffda0 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
000000e7`c8bffea0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e7`c8bffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e7`c8fff7f8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e7`c8fff800 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000e7`c8fffaf0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e7`c8fffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e7`c7ffed00 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e7`c7ffed40 00007ff7`169eac9c     postgres!ExceptionalCondition(
000000e7`c7ffed80 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000e7`c7ffedd0 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000e7`c7ffee20 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000e7`c7fff740 00007ff7`1689e7b8     postgres!PostmasterMain(
000000e7`c7fff8d0 00007ff7`16e982a9     postgres!main(
000000e7`c7fff910 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e7`c7fff960 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e7`c7fff9d0 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000031`5d1ff648 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000031`5d1ff650 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000031`5d1ff940 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000031`5d1ff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000031`5d5ffb28 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000031`5d5ffb30 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000031`5d5ffe20 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000031`5d5ffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000031`5d9ffa58 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
00000031`5d9ffa60 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
00000031`5d9ffad0 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
00000031`5d9ffbd0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000031`5d9ffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000031`5ddffa68 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000031`5ddffa70 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000031`5ddffd60 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000031`5ddffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000031`5cdfee50 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000031`5cdfee90 00007ff7`169eac9c     postgres!ExceptionalCondition(
00000031`5cdfeed0 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000031`5cdfef20 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000031`5cdfef70 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000031`5cdff890 00007ff7`1689e7b8     postgres!PostmasterMain(
00000031`5cdffa20 00007ff7`16e982a9     postgres!main(
00000031`5cdffa60 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000031`5cdffab0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000031`5cdffb20 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000bb`d79ff618 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bb`d79ff620 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000bb`d79ff910 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000bb`d79ff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bb`d7dff5f8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bb`d7dff600 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000bb`d7dff8f0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000bb`d7dff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bb`d75ff6d8 00007ff7`169e3b97     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000bb`d75ff6e0 00007ff7`1689e724     postgres!SubPostmasterMain(
000000bb`d75ff750 00007ff7`16e982a9     postgres!main(
000000bb`d75ff790 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000bb`d75ff7e0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000bb`d75ff850 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000bb`d75ff880 00007ffe`bd7b4cb0     postgres!mainCRTStartup(
000000bb`d75ff8b0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000bb`d75ff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006e`2e3fee00 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000006e`2e3fee40 00007ff7`169eac9c     postgres!ExceptionalCondition(
0000006e`2e3fee80 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000006e`2e3feed0 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000006e`2e3fef20 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000006e`2e3ff840 00007ff7`1689e7b8     postgres!PostmasterMain(
0000006e`2e3ff9d0 00007ff7`16e982a9     postgres!main(
0000006e`2e3ffa10 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000006e`2e3ffa60 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000006e`2e3ffad0 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000006e`2efff898 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006e`2efff8a0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000006e`2efffb90 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000006e`2efffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006e`2ebff718 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
0000006e`2ebff720 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
0000006e`2ebff790 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
0000006e`2ebff890 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000006e`2ebff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006e`2f3ff9d8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006e`2f3ff9e0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000006e`2f3ffcd0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000006e`2f3ffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006e`2e7ff768 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006e`2e7ff770 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000006e`2e7ffa60 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000006e`2e7ffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000da`441fef80 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000da`441fefc0 00007ff7`169eac9c     postgres!ExceptionalCondition(
000000da`441ff000 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000da`441ff050 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000da`441ff0a0 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000da`441ff9c0 00007ff7`1689e7b8     postgres!PostmasterMain(
000000da`441ffb50 00007ff7`16e982a9     postgres!main(
000000da`441ffb90 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000da`441ffbe0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000da`441ffc50 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000da`451ffb48 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000da`451ffb50 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000da`451ffe40 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000da`451ffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000da`44dffb48 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000da`44dffb50 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000da`44dffe40 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000da`44dffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000da`449ffc78 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
000000da`449ffc80 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
000000da`449ffcf0 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
000000da`449ffdf0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000da`449ffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000da`445ff968 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000da`445ff970 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000da`445ffc60 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000da`445ffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000004`2adffad8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000004`2adffae0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000004`2adffdd0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000004`2adffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000004`2a9feae0 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000004`2a9feb20 00007ff7`169eac9c     postgres!ExceptionalCondition(
00000004`2a9feb60 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000004`2a9febb0 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000004`2a9fec00 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000004`2a9ff520 00007ff7`1689e7b8     postgres!PostmasterMain(
00000004`2a9ff6b0 00007ff7`16e982a9     postgres!main(
00000004`2a9ff6f0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000004`2a9ff740 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000004`2a9ff7b0 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000004`2b9ff818 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000004`2b9ff820 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000004`2b9ffb10 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000004`2b9ffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000004`2b5ffb28 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
00000004`2b5ffb30 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
00000004`2b5ffba0 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
00000004`2b5ffca0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000004`2b5ffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000004`2b1ffa88 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000004`2b1ffa90 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000004`2b1ffd80 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000004`2b1ffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000af`861ff998 00007ff7`169e3b97     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000af`861ff9a0 00007ff7`1689e724     postgres!SubPostmasterMain(
000000af`861ffa10 00007ff7`16e982a9     postgres!main(
000000af`861ffa50 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000af`861ffaa0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000af`861ffb10 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000af`861ffb40 00007ffe`bd7b4cb0     postgres!mainCRTStartup(
000000af`861ffb70 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000af`861ffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000af`865ff868 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000af`865ff870 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000af`865ffb60 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000af`865ffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000af`869ff5a8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000af`869ff5b0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000af`869ff8a0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000af`869ff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004f`cf7ffc58 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
0000004f`cf7ffc60 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
0000004f`cf7ffcd0 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
0000004f`cf7ffdd0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000004f`cf7ffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004f`cefff958 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004f`cefff960 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000004f`cefffc50 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000004f`cefffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004f`cfbff788 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004f`cfbff790 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000004f`cfbffa80 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000004f`cfbffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004f`cebff688 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004f`cebff690 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000004f`cebff980 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000004f`cebff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004f`ce7ff1a0 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000004f`ce7ff1e0 00007ff7`169eac9c     postgres!ExceptionalCondition(
0000004f`ce7ff220 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000004f`ce7ff270 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000004f`ce7ff2c0 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000004f`ce7ffbe0 00007ff7`1689e7b8     postgres!PostmasterMain(
0000004f`ce7ffd70 00007ff7`16e982a9     postgres!main(
0000004f`ce7ffdb0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000004f`ce7ffe00 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000004f`ce7ffe70 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000004f`cf3ff6b8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004f`cf3ff6c0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000004f`cf3ff9b0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000004f`cf3ff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008e`8ffff968 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008e`8ffff970 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000008e`8ffffc60 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000008e`8ffffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008e`907ffba8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008e`907ffbb0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000008e`907ffea0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000008e`907ffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008e`8fbfefe0 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000008e`8fbff020 00007ff7`169eac9c     postgres!ExceptionalCondition(
0000008e`8fbff060 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000008e`8fbff0b0 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000008e`8fbff100 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000008e`8fbffa20 00007ff7`1689e7b8     postgres!PostmasterMain(
0000008e`8fbffbb0 00007ff7`16e982a9     postgres!main(
0000008e`8fbffbf0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000008e`8fbffc40 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000008e`8fbffcb0 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000008e`903ff9e8 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
0000008e`903ff9f0 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
0000008e`903ffa60 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
0000008e`903ffb60 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000008e`903ffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008e`90bffa08 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008e`90bffa10 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000008e`90bffd00 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000008e`90bffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003a`23dff858 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
0000003a`23dff860 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
0000003a`23dff8d0 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
0000003a`23dff9d0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003a`23dffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003a`239ff7e8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003a`239ff7f0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000003a`239ffae0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003a`239ffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003a`241ff7c8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003a`241ff7d0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000003a`241ffac0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003a`241ffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003a`231ff090 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000003a`231ff0d0 00007ff7`169eac9c     postgres!ExceptionalCondition(
0000003a`231ff110 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000003a`231ff160 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000003a`231ff1b0 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000003a`231ffad0 00007ff7`1689e7b8     postgres!PostmasterMain(
0000003a`231ffc60 00007ff7`16e982a9     postgres!main(
0000003a`231ffca0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000003a`231ffcf0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000003a`231ffd60 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000003a`235ff638 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003a`235ff640 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000003a`235ff930 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003a`235ff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007f`241ff788 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007f`241ff790 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000007f`241ffa80 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007f`241ffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007f`249ff628 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
0000007f`249ff630 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
0000007f`249ff6a0 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
0000007f`249ff7a0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007f`249ff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007f`245ff898 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007f`245ff8a0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000007f`245ffb90 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007f`245ffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007f`23dff1b0 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000007f`23dff1f0 00007ff7`169eac9c     postgres!ExceptionalCondition(
0000007f`23dff230 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000007f`23dff280 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000007f`23dff2d0 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000007f`23dffbf0 00007ff7`1689e7b8     postgres!PostmasterMain(
0000007f`23dffd80 00007ff7`16e982a9     postgres!main(
0000007f`23dffdc0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000007f`23dffe10 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000007f`23dffe80 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000007f`24dff798 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007f`24dff7a0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000007f`24dffa90 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007f`24dffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a2`b3dff748 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
000000a2`b3dff750 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
000000a2`b3dff7c0 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
000000a2`b3dff8c0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a2`b3dff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a2`b39ff6c8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a2`b39ff6d0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000a2`b39ff9c0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a2`b39ff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a2`b35ff688 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a2`b35ff690 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000a2`b35ff980 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a2`b35ff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a2`b31ff160 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a2`b31ff1a0 00007ff7`169eac9c     postgres!ExceptionalCondition(
000000a2`b31ff1e0 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000a2`b31ff230 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000a2`b31ff280 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a2`b31ffba0 00007ff7`1689e7b8     postgres!PostmasterMain(
000000a2`b31ffd30 00007ff7`16e982a9     postgres!main(
000000a2`b31ffd70 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a2`b31ffdc0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a2`b31ffe30 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a2`b41ff7f8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a2`b41ff800 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000a2`b41ffaf0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a2`b41ffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000059`289ffc08 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000059`289ffc10 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000059`289fff00 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000059`289fff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000059`281ff6b8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000059`281ff6c0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000059`281ff9b0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000059`281ff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000059`27dff4e8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000059`27dff4f0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000059`27dff7e0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000059`27dff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000059`279fec30 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000059`279fec70 00007ff7`169eac9c     postgres!ExceptionalCondition(
00000059`279fecb0 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000059`279fed00 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000059`279fed50 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000059`279ff670 00007ff7`1689e7b8     postgres!PostmasterMain(
00000059`279ff800 00007ff7`16e982a9     postgres!main(
00000059`279ff840 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000059`279ff890 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000059`279ff900 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000059`285ffca8 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
00000059`285ffcb0 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
00000059`285ffd20 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
00000059`285ffe20 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000059`285ffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008d`ad5fefe0 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000008d`ad5ff020 00007ff7`169eac9c     postgres!ExceptionalCondition(
0000008d`ad5ff060 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000008d`ad5ff0b0 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000008d`ad5ff100 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000008d`ad5ffa20 00007ff7`1689e7b8     postgres!PostmasterMain(
0000008d`ad5ffbb0 00007ff7`16e982a9     postgres!main(
0000008d`ad5ffbf0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000008d`ad5ffc40 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000008d`ad5ffcb0 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000008d`ae5ff8a8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008d`ae5ff8b0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000008d`ae5ffba0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000008d`ae5ffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008d`addff7f8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008d`addff800 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000008d`addffaf0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000008d`addffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008d`ad9ff728 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008d`ad9ff730 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000008d`ad9ffa20 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000008d`ad9ffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008d`ae1ffd18 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
0000008d`ae1ffd20 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
0000008d`ae1ffd90 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
0000008d`ae1ffe90 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000008d`ae1ffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c1`ef9ffc28 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c1`ef9ffc30 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000c1`ef9fff20 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c1`ef9fff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c1`ef5ffbe8 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
000000c1`ef5ffbf0 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
000000c1`ef5ffc60 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
000000c1`ef5ffd60 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c1`ef5ffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c1`ef1ffb18 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c1`ef1ffb20 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000c1`ef1ffe10 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c1`ef1ffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c1`eedff9b8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c1`eedff9c0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000c1`eedffcb0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c1`eedffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c1`ee9fed90 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c1`ee9fedd0 00007ff7`169eac9c     postgres!ExceptionalCondition(
000000c1`ee9fee10 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c1`ee9fee60 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000c1`ee9feeb0 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c1`ee9ff7d0 00007ff7`1689e7b8     postgres!PostmasterMain(
000000c1`ee9ff960 00007ff7`16e982a9     postgres!main(
000000c1`ee9ff9a0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c1`ee9ff9f0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c1`ee9ffa60 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000082`e6dff848 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000082`e6dff850 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000082`e6dffb40 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000082`e6dffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000082`e7dffb58 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000082`e7dffb60 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000082`e7dffe50 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000082`e7dffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000082`e79ff618 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
00000082`e79ff620 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
00000082`e79ff690 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
00000082`e79ff790 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000082`e79ff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000082`e71ff958 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000082`e71ff960 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000082`e71ffc50 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000082`e71ffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000082`e75ffb48 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000082`e75ffb50 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000082`e75ffe40 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000082`e75ffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000082`e69fec50 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000082`e69fec90 00007ff7`169eac9c     postgres!ExceptionalCondition(
00000082`e69fecd0 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000082`e69fed20 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000082`e69fed70 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000082`e69ff690 00007ff7`1689e7b8     postgres!PostmasterMain(
00000082`e69ff820 00007ff7`16e982a9     postgres!main(
00000082`e69ff860 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000082`e69ff8b0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000082`e69ff920 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000049`d11ff9a8 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
00000049`d11ff9b0 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
00000049`d11ffa20 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
00000049`d11ffb20 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000049`d11ffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000049`d01ff030 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000049`d01ff070 00007ff7`169eac9c     postgres!ExceptionalCondition(
00000049`d01ff0b0 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000049`d01ff100 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000049`d01ff150 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000049`d01ffa70 00007ff7`1689e7b8     postgres!PostmasterMain(
00000049`d01ffc00 00007ff7`16e982a9     postgres!main(
00000049`d01ffc40 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000049`d01ffc90 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000049`d01ffd00 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000049`d09ffa28 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000049`d09ffa30 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000049`d09ffd20 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000049`d09ffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000049`d15ff6a8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000049`d15ff6b0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000049`d15ff9a0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000049`d15ff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000049`d0dff928 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000049`d0dff930 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000049`d0dffc20 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000049`d0dffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000049`d05ff4b8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000049`d05ff4c0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000049`d05ff7b0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000049`d05ff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`4ddff638 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000001`4ddff640 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000001`4ddff930 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000001`4ddff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`4d9ff728 00007ff7`169e3b97     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000001`4d9ff730 00007ff7`1689e724     postgres!SubPostmasterMain(
00000001`4d9ff7a0 00007ff7`16e982a9     postgres!main(
00000001`4d9ff7e0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000001`4d9ff830 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000001`4d9ff8a0 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000001`4d9ff8d0 00007ffe`bd7b4cb0     postgres!mainCRTStartup(
00000001`4d9ff900 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000001`4d9ff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`4e1ff6d8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000001`4e1ff6e0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000001`4e1ff9d0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000001`4e1ffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`017ff6f8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000001`017ff700 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000001`017ff9f0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000001`017ffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`007feb00 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000001`007feb40 00007ff7`169eac9c     postgres!ExceptionalCondition(
00000001`007feb80 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000001`007febd0 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000001`007fec20 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000001`007ff540 00007ff7`1689e7b8     postgres!PostmasterMain(
00000001`007ff6d0 00007ff7`16e982a9     postgres!main(
00000001`007ff710 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000001`007ff760 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000001`007ff7d0 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000001`013ff968 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
00000001`013ff970 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
00000001`013ff9e0 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
00000001`013ffae0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000001`013ffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000032`327feb10 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000032`327feb50 00007ff7`169eac9c     postgres!ExceptionalCondition(
00000032`327feb90 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000032`327febe0 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000032`327fec30 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000032`327ff550 00007ff7`1689e7b8     postgres!PostmasterMain(
00000032`327ff6e0 00007ff7`16e982a9     postgres!main(
00000032`327ff720 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000032`327ff770 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000032`327ff7e0 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000032`32fffd88 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
00000032`32fffd90 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
00000032`32fffe00 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
00000032`32ffff00 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000032`32ffff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000032`337ff898 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000032`337ff8a0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000032`337ffb90 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000032`337ffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000032`32bff608 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000032`32bff610 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000032`32bff900 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000032`32bff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000032`333ff608 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000032`333ff610 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000032`333ff900 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000032`333ff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000028`0d7fed60 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000028`0d7feda0 00007ff7`169eac9c     postgres!ExceptionalCondition(
00000028`0d7fede0 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000028`0d7fee30 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000028`0d7fee80 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000028`0d7ff7a0 00007ff7`1689e7b8     postgres!PostmasterMain(
00000028`0d7ff930 00007ff7`16e982a9     postgres!main(
00000028`0d7ff970 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000028`0d7ff9c0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000028`0d7ffa30 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000028`0dbff9b8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000028`0dbff9c0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000028`0dbffcb0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000028`0dbffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000028`0dfffa98 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
00000028`0dfffaa0 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
00000028`0dfffb10 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
00000028`0dfffc10 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000028`0dfffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000028`0e3ff4e8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000028`0e3ff4f0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000028`0e3ff7e0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000028`0e3ff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000028`0e7ff558 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000028`0e7ff560 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000028`0e7ff850 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000028`0e7ff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fd`a4bff4e8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fd`a4bff4f0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000fd`a4bff7e0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000fd`a4bff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fd`a47ff638 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
000000fd`a47ff640 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
000000fd`a47ff6b0 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
000000fd`a47ff7b0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000fd`a47ff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fd`a43ff4c8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fd`a43ff4d0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000fd`a43ff7c0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000fd`a43ff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fd`a3fff568 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fd`a3fff570 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000fd`a3fff860 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000fd`a3fff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fd`a3bff040 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000fd`a3bff080 00007ff7`169eac9c     postgres!ExceptionalCondition(
000000fd`a3bff0c0 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000fd`a3bff110 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000fd`a3bff160 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000fd`a3bffa80 00007ff7`1689e7b8     postgres!PostmasterMain(
000000fd`a3bffc10 00007ff7`16e982a9     postgres!main(
000000fd`a3bffc50 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000fd`a3bffca0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000fd`a3bffd10 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000055`ad3ff648 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000055`ad3ff650 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000055`ad3ff940 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000055`ad3ff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000055`ad7ffb58 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000055`ad7ffb60 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000055`ad7ffe50 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000055`ad7ffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000055`adbff4b8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000055`adbff4c0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000055`adbff7b0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000055`adbff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000055`ae3ff4e8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000055`ae3ff4f0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000055`ae3ff7e0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000055`ae3ff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000055`acffefe0 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000055`acfff020 00007ff7`169eac9c     postgres!ExceptionalCondition(
00000055`acfff060 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000055`acfff0b0 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000055`acfff100 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000055`acfffa20 00007ff7`1689e7b8     postgres!PostmasterMain(
00000055`acfffbb0 00007ff7`16e982a9     postgres!main(
00000055`acfffbf0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000055`acfffc40 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000055`acfffcb0 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000055`adfffcf8 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
00000055`adfffd00 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
00000055`adfffd70 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
00000055`adfffe70 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000055`adfffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cd`f19fea20 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000cd`f19fea60 00007ff7`169eac9c     postgres!ExceptionalCondition(
000000cd`f19feaa0 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000cd`f19feaf0 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000cd`f19feb40 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000cd`f19ff460 00007ff7`1689e7b8     postgres!PostmasterMain(
000000cd`f19ff5f0 00007ff7`16e982a9     postgres!main(
000000cd`f19ff630 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000cd`f19ff680 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000cd`f19ff6f0 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000cd`f1dffa08 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cd`f1dffa10 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000cd`f1dffd00 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000cd`f1dffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cd`f21ff968 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
000000cd`f21ff970 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
000000cd`f21ff9e0 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
000000cd`f21ffae0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000cd`f21ffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cd`f25ff998 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cd`f25ff9a0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000cd`f25ffc90 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000cd`f25ffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cd`f29ff698 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cd`f29ff6a0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000cd`f29ff990 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000cd`f29ff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000015`af5ffa38 00007ff7`169e3b97     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000015`af5ffa40 00007ff7`1689e724     postgres!SubPostmasterMain(
00000015`af5ffab0 00007ff7`16e982a9     postgres!main(
00000015`af5ffaf0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000015`af5ffb40 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000015`af5ffbb0 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000015`af5ffbe0 00007ffe`bd7b4cb0     postgres!mainCRTStartup(
00000015`af5ffc10 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000015`af5ffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000015`af9ffbf8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000015`af9ffc00 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000015`af9ffef0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000015`af9fff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000015`afdff4c8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000015`afdff4d0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000015`afdff7c0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000015`afdff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f0`37bffb48 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f0`37bffb50 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000f0`37bffe40 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000f0`37bffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f0`377ff7d8 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
000000f0`377ff7e0 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
000000f0`377ff850 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
000000f0`377ff950 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000f0`377ff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f0`373ff908 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f0`373ff910 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000f0`373ffc00 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000f0`373ffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f0`37fff5d8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f0`37fff5e0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000f0`37fff8d0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000f0`37fff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f0`36ffeb20 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f0`36ffeb60 00007ff7`169eac9c     postgres!ExceptionalCondition(
000000f0`36ffeba0 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f0`36ffebf0 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000f0`36ffec40 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f0`36fff560 00007ff7`1689e7b8     postgres!PostmasterMain(
000000f0`36fff6f0 00007ff7`16e982a9     postgres!main(
000000f0`36fff730 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f0`36fff780 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f0`36fff7f0 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000004f`ee7ffb58 00007ff7`169e3b97     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
0000004f`ee7ffb60 00007ff7`1689e724     postgres!SubPostmasterMain(
0000004f`ee7ffbd0 00007ff7`16e982a9     postgres!main(
0000004f`ee7ffc10 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000004f`ee7ffc60 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000004f`ee7ffcd0 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
0000004f`ee7ffd00 00007ffe`bd7b4cb0     postgres!mainCRTStartup(
0000004f`ee7ffd30 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000004f`ee7ffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004f`eebff7e8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004f`eebff7f0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000004f`eebffae0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000004f`eebffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004f`eefffbc8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004f`eefffbd0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000004f`eefffec0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000004f`eefffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e9`c93ff7e8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e9`c93ff7f0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000e9`c93ffae0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e9`c93ffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e9`c8bff698 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e9`c8bff6a0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000e9`c8bff990 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e9`c8bff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e9`c8fffa48 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e9`c8fffa50 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000e9`c8fffd40 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e9`c8fffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e9`c97ffb58 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
000000e9`c97ffb60 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
000000e9`c97ffbd0 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
000000e9`c97ffcd0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e9`c97ffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e9`c9bff738 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e9`c9bff740 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000e9`c9bffa30 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e9`c9bffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e9`c87febf0 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e9`c87fec30 00007ff7`169eac9c     postgres!ExceptionalCondition(
000000e9`c87fec70 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000e9`c87fecc0 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000e9`c87fed10 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000e9`c87ff630 00007ff7`1689e7b8     postgres!PostmasterMain(
000000e9`c87ff7c0 00007ff7`16e982a9     postgres!main(
000000e9`c87ff800 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e9`c87ff850 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e9`c87ff8c0 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000fa`d45fedd0 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000fa`d45fee10 00007ff7`169eac9c     postgres!ExceptionalCondition(
000000fa`d45fee50 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000fa`d45feea0 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000fa`d45feef0 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000fa`d45ff810 00007ff7`1689e7b8     postgres!PostmasterMain(
000000fa`d45ff9a0 00007ff7`16e982a9     postgres!main(
000000fa`d45ff9e0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000fa`d45ffa30 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000fa`d45ffaa0 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000fa`d51ffa88 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
000000fa`d51ffa90 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
000000fa`d51ffb00 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
000000fa`d51ffc00 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000fa`d51ffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fa`d49ff498 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fa`d49ff4a0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000fa`d49ff790 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000fa`d49ff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fa`d4dffb08 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fa`d4dffb10 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000fa`d4dffe00 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000fa`d4dffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fa`d55ff508 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fa`d55ff510 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000fa`d55ff800 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000fa`d55ff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000080`79ffecd0 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000080`79ffed10 00007ff7`169eac9c     postgres!ExceptionalCondition(
00000080`79ffed50 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000080`79ffeda0 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000080`79ffedf0 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000080`79fff710 00007ff7`1689e7b8     postgres!PostmasterMain(
00000080`79fff8a0 00007ff7`16e982a9     postgres!main(
00000080`79fff8e0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000080`79fff930 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000080`79fff9a0 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000080`7a7ff888 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000080`7a7ff890 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000080`7a7ffb80 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000080`7a7ffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000080`7abff828 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000080`7abff830 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000080`7abffb20 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000080`7abffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000080`7b3ffa18 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000080`7b3ffa20 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000080`7b3ffd10 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000080`7b3ffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000080`7afff748 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
00000080`7afff750 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
00000080`7afff7c0 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
00000080`7afff8c0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000080`7afff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000080`7a3ff758 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000080`7a3ff760 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000080`7a3ffa50 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000080`7a3ffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000050`007ffbe8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000050`007ffbf0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000050`007ffee0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000050`007fff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000050`00fff8a8 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
00000050`00fff8b0 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
00000050`00fff920 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
00000050`00fffa20 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000050`00fffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000050`00bff558 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000050`00bff560 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000050`00bff850 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000050`00bff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000050`003fec50 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000050`003fec90 00007ff7`169eac9c     postgres!ExceptionalCondition(
00000050`003fecd0 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000050`003fed20 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000050`003fed70 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000050`003ff690 00007ff7`1689e7b8     postgres!PostmasterMain(
00000050`003ff820 00007ff7`16e982a9     postgres!main(
00000050`003ff860 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000050`003ff8b0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000050`003ff920 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000050`013ff698 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000050`013ff6a0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000050`013ff990 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000050`013ff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a6`8a3ff5b8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a6`8a3ff5c0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000a6`8a3ff8b0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a6`8a3ff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a6`89ffeda0 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a6`89ffede0 00007ff7`169eac9c     postgres!ExceptionalCondition(
000000a6`89ffee20 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000a6`89ffee70 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000a6`89ffeec0 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a6`89fff7e0 00007ff7`1689e7b8     postgres!PostmasterMain(
000000a6`89fff970 00007ff7`16e982a9     postgres!main(
000000a6`89fff9b0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a6`89fffa00 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a6`89fffa70 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a6`8a7ff778 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
000000a6`8a7ff780 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
000000a6`8a7ff7f0 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
000000a6`8a7ff8f0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a6`8a7ff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a6`8afff6a8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a6`8afff6b0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000a6`8afff9a0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a6`8afff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a6`8abff7c8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a6`8abff7d0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000a6`8abffac0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a6`8abffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005a`019ffb98 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
0000005a`019ffba0 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
0000005a`019ffc10 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
0000005a`019ffd10 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000005a`019ffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005a`01dff9f8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005a`01dffa00 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000005a`01dffcf0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000005a`01dffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005a`015ffa38 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005a`015ffa40 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000005a`015ffd30 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000005a`015ffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005a`011ff4b8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005a`011ff4c0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000005a`011ff7b0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000005a`011ff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005a`00dffb08 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005a`00dffb10 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000005a`00dffe00 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000005a`00dffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005a`009febe0 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000005a`009fec20 00007ff7`169eac9c     postgres!ExceptionalCondition(
0000005a`009fec60 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000005a`009fecb0 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000005a`009fed00 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000005a`009ff620 00007ff7`1689e7b8     postgres!PostmasterMain(
0000005a`009ff7b0 00007ff7`16e982a9     postgres!main(
0000005a`009ff7f0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000005a`009ff840 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000005a`009ff8b0 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000016`d59ff868 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000016`d59ff870 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000016`d59ffb60 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000016`d59ffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000016`d55ffad8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000016`d55ffae0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000016`d55ffdd0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000016`d55ffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000016`d51ff688 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
00000016`d51ff690 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
00000016`d51ff700 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
00000016`d51ff800 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000016`d51ff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000016`d4dff888 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000016`d4dff890 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000016`d4dffb80 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000016`d4dffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000016`d49fed60 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000016`d49feda0 00007ff7`169eac9c     postgres!ExceptionalCondition(
00000016`d49fede0 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000016`d49fee30 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000016`d49fee80 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000016`d49ff7a0 00007ff7`1689e7b8     postgres!PostmasterMain(
00000016`d49ff930 00007ff7`16e982a9     postgres!main(
00000016`d49ff970 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000016`d49ff9c0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000016`d49ffa30 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000006f`b5dffaf8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006f`b5dffb00 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000006f`b5dffdf0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000006f`b5dffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006f`b59ffa58 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
0000006f`b59ffa60 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
0000006f`b59ffad0 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
0000006f`b59ffbd0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000006f`b59ffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006f`b49feb30 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000006f`b49feb70 00007ff7`169eac9c     postgres!ExceptionalCondition(
0000006f`b49febb0 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000006f`b49fec00 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000006f`b49fec50 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000006f`b49ff570 00007ff7`1689e7b8     postgres!PostmasterMain(
0000006f`b49ff700 00007ff7`16e982a9     postgres!main(
0000006f`b49ff740 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000006f`b49ff790 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000006f`b49ff800 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000006f`b4dffbc8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006f`b4dffbd0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000006f`b4dffec0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000006f`b4dffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006f`b51ff988 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006f`b51ff990 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000006f`b51ffc80 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000006f`b51ffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006f`b55ff5f8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006f`b55ff600 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000006f`b55ff8f0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000006f`b55ff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f8`d09ff7c8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f8`d09ff7d0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000f8`d09ffac0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000f8`d09ffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f8`cf5fecd0 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f8`cf5fed10 00007ff7`169eac9c     postgres!ExceptionalCondition(
000000f8`cf5fed50 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f8`cf5feda0 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000f8`cf5fedf0 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f8`cf5ff710 00007ff7`1689e7b8     postgres!PostmasterMain(
000000f8`cf5ff8a0 00007ff7`16e982a9     postgres!main(
000000f8`cf5ff8e0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f8`cf5ff930 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f8`cf5ff9a0 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f8`cf9ffc08 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f8`cf9ffc10 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000f8`cf9fff00 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000f8`cf9fff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f8`cfdffa98 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f8`cfdffaa0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000f8`cfdffd90 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000f8`cfdffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f8`d01ff888 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f8`d01ff890 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000f8`d01ffb80 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000f8`d01ffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f8`d05ffb78 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
000000f8`d05ffb80 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
000000f8`d05ffbf0 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
000000f8`d05ffcf0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000f8`d05ffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008b`a05ff698 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008b`a05ff6a0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000008b`a05ff990 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000008b`a05ff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008b`9fdff828 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
0000008b`9fdff830 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
0000008b`9fdff8a0 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
0000008b`9fdff9a0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000008b`9fdff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008b`a01ff928 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008b`a01ff930 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000008b`a01ffc20 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000008b`a01ffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008b`9f9ffb68 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008b`9f9ffb70 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000008b`9f9ffe60 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000008b`9f9ffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008b`9f5feab0 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000008b`9f5feaf0 00007ff7`169eac9c     postgres!ExceptionalCondition(
0000008b`9f5feb30 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000008b`9f5feb80 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000008b`9f5febd0 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000008b`9f5ff4f0 00007ff7`1689e7b8     postgres!PostmasterMain(
0000008b`9f5ff680 00007ff7`16e982a9     postgres!main(
0000008b`9f5ff6c0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000008b`9f5ff710 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000008b`9f5ff780 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000009e`ca1ff718 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009e`ca1ff720 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000009e`ca1ffa10 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000009e`ca1ffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009e`ca9ff778 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009e`ca9ff780 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000009e`ca9ffa70 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000009e`ca9ffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009e`c9dff140 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000009e`c9dff180 00007ff7`169eac9c     postgres!ExceptionalCondition(
0000009e`c9dff1c0 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000009e`c9dff210 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000009e`c9dff260 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000009e`c9dffb80 00007ff7`1689e7b8     postgres!PostmasterMain(
0000009e`c9dffd10 00007ff7`16e982a9     postgres!main(
0000009e`c9dffd50 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000009e`c9dffda0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000009e`c9dffe10 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000009e`ca5ff838 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
0000009e`ca5ff840 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
0000009e`ca5ff8b0 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
0000009e`ca5ff9b0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000009e`ca5ff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009e`cadff548 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009e`cadff550 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000009e`cadff840 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000009e`cadff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000074`209feee0 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000074`209fef20 00007ff7`169eac9c     postgres!ExceptionalCondition(
00000074`209fef60 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000074`209fefb0 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000074`209ff000 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000074`209ff920 00007ff7`1689e7b8     postgres!PostmasterMain(
00000074`209ffab0 00007ff7`16e982a9     postgres!main(
00000074`209ffaf0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000074`209ffb40 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000074`209ffbb0 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000074`211ff6c8 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
00000074`211ff6d0 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
00000074`211ff740 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
00000074`211ff840 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000074`211ff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000074`20dff898 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000074`20dff8a0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000074`20dffb90 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000074`20dffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000074`215ff668 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000074`215ff670 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000074`215ff960 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000074`215ff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000074`219ff8b8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000074`219ff8c0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000074`219ffbb0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000074`219ffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000037`487fed20 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000037`487fed60 00007ff7`169eac9c     postgres!ExceptionalCondition(
00000037`487feda0 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000037`487fedf0 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000037`487fee40 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000037`487ff760 00007ff7`1689e7b8     postgres!PostmasterMain(
00000037`487ff8f0 00007ff7`16e982a9     postgres!main(
00000037`487ff930 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000037`487ff980 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000037`487ff9f0 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000037`497ff608 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000037`497ff610 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000037`497ff900 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000037`497ff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000037`493ff478 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000037`493ff480 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000037`493ff770 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000037`493ff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000037`48fff7a8 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
00000037`48fff7b0 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
00000037`48fff820 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
00000037`48fff920 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000037`48fff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000037`48bff598 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000037`48bff5a0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000037`48bff890 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000037`48bff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000056`0bdff588 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000056`0bdff590 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000056`0bdff880 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000056`0bdff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000056`0c1ff6e8 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
00000056`0c1ff6f0 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
00000056`0c1ff760 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
00000056`0c1ff860 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000056`0c1ff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000056`0c5ff5e8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000056`0c5ff5f0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000056`0c5ff8e0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000056`0c5ff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000056`0b5feb80 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000056`0b5febc0 00007ff7`169eac9c     postgres!ExceptionalCondition(
00000056`0b5fec00 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000056`0b5fec50 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000056`0b5feca0 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000056`0b5ff5c0 00007ff7`1689e7b8     postgres!PostmasterMain(
00000056`0b5ff750 00007ff7`16e982a9     postgres!main(
00000056`0b5ff790 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000056`0b5ff7e0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000056`0b5ff850 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000056`0b9ff488 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000056`0b9ff490 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000056`0b9ff780 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000056`0b9ff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000aa`3cbff8f8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000aa`3cbff900 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000aa`3cbffbf0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000aa`3cbffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000aa`3d3ffab8 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
000000aa`3d3ffac0 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
000000aa`3d3ffb30 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
000000aa`3d3ffc30 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000aa`3d3ffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000aa`3d7ff808 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000aa`3d7ff810 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000aa`3d7ffb00 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000aa`3d7ffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000aa`3c7fed20 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000aa`3c7fed60 00007ff7`169eac9c     postgres!ExceptionalCondition(
000000aa`3c7feda0 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000aa`3c7fedf0 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000aa`3c7fee40 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000aa`3c7ff760 00007ff7`1689e7b8     postgres!PostmasterMain(
000000aa`3c7ff8f0 00007ff7`16e982a9     postgres!main(
000000aa`3c7ff930 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000aa`3c7ff980 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000aa`3c7ff9f0 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000aa`3cfffb78 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000aa`3cfffb80 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000aa`3cfffe70 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000aa`3cfffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000003`cddff6b8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000003`cddff6c0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000003`cddff9b0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000003`cddff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000003`ce1ffa08 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
00000003`ce1ffa10 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
00000003`ce1ffa80 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
00000003`ce1ffb80 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000003`ce1ffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000003`ce5ff7b8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000003`ce5ff7c0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000003`ce5ffab0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000003`ce5ffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000003`cd9fefe0 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000003`cd9ff020 00007ff7`169eac9c     postgres!ExceptionalCondition(
00000003`cd9ff060 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000003`cd9ff0b0 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000003`cd9ff100 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000003`cd9ffa20 00007ff7`1689e7b8     postgres!PostmasterMain(
00000003`cd9ffbb0 00007ff7`16e982a9     postgres!main(
00000003`cd9ffbf0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000003`cd9ffc40 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000003`cd9ffcb0 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000003`ce9ff4e8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000003`ce9ff4f0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000003`ce9ff7e0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000003`ce9ff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000072`4d5ff658 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000072`4d5ff660 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000072`4d5ff950 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000072`4d5ff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000072`4ddffbc8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000072`4ddffbd0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000072`4ddffec0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000072`4ddffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000072`4d9ff6f8 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
00000072`4d9ff700 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
00000072`4d9ff770 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
00000072`4d9ff870 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000072`4d9ff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000072`4d1ff558 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000072`4d1ff560 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000072`4d1ff850 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000072`4d1ff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000072`4cdff848 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000072`4cdff850 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000072`4cdffb40 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000072`4cdffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000072`4c9ff140 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000072`4c9ff180 00007ff7`169eac9c     postgres!ExceptionalCondition(
00000072`4c9ff1c0 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000072`4c9ff210 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000072`4c9ff260 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000072`4c9ffb80 00007ff7`1689e7b8     postgres!PostmasterMain(
00000072`4c9ffd10 00007ff7`16e982a9     postgres!main(
00000072`4c9ffd50 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000072`4c9ffda0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000072`4c9ffe10 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000b5`c93ff190 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b5`c93ff1d0 00007ff7`169eac9c     postgres!ExceptionalCondition(
000000b5`c93ff210 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000b5`c93ff260 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000b5`c93ff2b0 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000b5`c93ffbd0 00007ff7`1689e7b8     postgres!PostmasterMain(
000000b5`c93ffd60 00007ff7`16e982a9     postgres!main(
000000b5`c93ffda0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b5`c93ffdf0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000b5`c93ffe60 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000b5`c9fffa68 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
000000b5`c9fffa70 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
000000b5`c9fffae0 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
000000b5`c9fffbe0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b5`c9fffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b5`ca3ff798 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b5`ca3ff7a0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000b5`ca3ffa90 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b5`ca3ffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b5`c97ff4b8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b5`c97ff4c0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000b5`c97ff7b0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b5`c97ff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b5`c9bffbd8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b5`c9bffbe0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000b5`c9bffed0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b5`c9bfff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007a`f43ff758 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007a`f43ff760 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000007a`f43ffa50 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007a`f43ffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007a`f4fff968 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007a`f4fff970 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000007a`f4fffc60 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007a`f4fffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007a`f4bff5e8 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
0000007a`f4bff5f0 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
0000007a`f4bff660 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
0000007a`f4bff760 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007a`f4bff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007a`f47ff838 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007a`f47ff840 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000007a`f47ffb30 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007a`f47ffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007a`f3fff010 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000007a`f3fff050 00007ff7`169eac9c     postgres!ExceptionalCondition(
0000007a`f3fff090 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000007a`f3fff0e0 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000007a`f3fff130 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000007a`f3fffa50 00007ff7`1689e7b8     postgres!PostmasterMain(
0000007a`f3fffbe0 00007ff7`16e982a9     postgres!main(
0000007a`f3fffc20 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000007a`f3fffc70 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000007a`f3fffce0 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000db`417ff5e8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000db`417ff5f0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000db`417ff8e0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000db`417ff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000db`403fec50 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000db`403fec90 00007ff7`169eac9c     postgres!ExceptionalCondition(
000000db`403fecd0 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000db`403fed20 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000db`403fed70 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000db`403ff690 00007ff7`1689e7b8     postgres!PostmasterMain(
000000db`403ff820 00007ff7`16e982a9     postgres!main(
000000db`403ff860 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000db`403ff8b0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000db`403ff920 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000db`413ffd08 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
000000db`413ffd10 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
000000db`413ffd80 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
000000db`413ffe80 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000db`413ffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000db`407ffa48 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000db`407ffa50 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000db`407ffd40 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000db`407ffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000db`40fff818 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000db`40fff820 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000db`40fffb10 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000db`40fffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000db`40bffa58 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000db`40bffa60 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000db`40bffd50 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000db`40bffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a9`317ff468 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a9`317ff470 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000a9`317ff760 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a9`317ff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a9`323ffb58 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a9`323ffb60 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000a9`323ffe50 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a9`323ffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a9`31fff9b8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a9`31fff9c0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000a9`31fffcb0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a9`31fffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a9`313feb30 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a9`313feb70 00007ff7`169eac9c     postgres!ExceptionalCondition(
000000a9`313febb0 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000a9`313fec00 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000a9`313fec50 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a9`313ff570 00007ff7`1689e7b8     postgres!PostmasterMain(
000000a9`313ff700 00007ff7`16e982a9     postgres!main(
000000a9`313ff740 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a9`313ff790 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a9`313ff800 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a9`31bffcf8 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
000000a9`31bffd00 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
000000a9`31bffd70 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
000000a9`31bffe70 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a9`31bffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000006`911ff778 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000006`911ff780 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000006`911ffa70 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000006`911ffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000006`915ffc38 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000006`915ffc40 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000006`915fff30 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000006`915fff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000006`90dfef30 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000006`90dfef70 00007ff7`169eac9c     postgres!ExceptionalCondition(
00000006`90dfefb0 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000006`90dff000 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000006`90dff050 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000006`90dff970 00007ff7`1689e7b8     postgres!PostmasterMain(
00000006`90dffb00 00007ff7`16e982a9     postgres!main(
00000006`90dffb40 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000006`90dffb90 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000006`90dffc00 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000006`919ff898 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
00000006`919ff8a0 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
00000006`919ff910 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
00000006`919ffa10 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000006`919ffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000006`91dff918 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000006`91dff920 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000006`91dffc10 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000006`91dffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008e`e4fff4e8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008e`e4fff4f0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000008e`e4fff7e0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000008e`e4fff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008e`e5fff4f8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008e`e5fff500 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000008e`e5fff7f0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000008e`e5fff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008e`e5bffd18 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
0000008e`e5bffd20 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
0000008e`e5bffd90 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
0000008e`e5bffe90 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000008e`e5bffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008e`e57ff8a8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008e`e57ff8b0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000008e`e57ffba0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000008e`e57ffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008e`e53ffb68 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008e`e53ffb70 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000008e`e53ffe60 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000008e`e53ffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008e`e4bfeec0 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000008e`e4bfef00 00007ff7`169eac9c     postgres!ExceptionalCondition(
0000008e`e4bfef40 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000008e`e4bfef90 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000008e`e4bfefe0 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000008e`e4bff900 00007ff7`1689e7b8     postgres!PostmasterMain(
0000008e`e4bffa90 00007ff7`16e982a9     postgres!main(
0000008e`e4bffad0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000008e`e4bffb20 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000008e`e4bffb90 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000062`d9fff7d8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000062`d9fff7e0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000062`d9fffad0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000062`d9fffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000062`d9bfecb0 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000062`d9bfecf0 00007ff7`169eac9c     postgres!ExceptionalCondition(
00000062`d9bfed30 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000062`d9bfed80 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000062`d9bfedd0 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000062`d9bff6f0 00007ff7`1689e7b8     postgres!PostmasterMain(
00000062`d9bff880 00007ff7`16e982a9     postgres!main(
00000062`d9bff8c0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000062`d9bff910 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000062`d9bff980 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000062`dafff698 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000062`dafff6a0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000062`dafff990 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000062`dafff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000062`dabffd58 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
00000062`dabffd60 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
00000062`dabffdd0 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
00000062`dabffed0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000062`dabfff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000062`da7ffa08 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000062`da7ffa10 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000062`da7ffd00 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000062`da7ffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000062`da3ffa28 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000062`da3ffa30 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000062`da3ffd20 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000062`da3ffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000067`fd7ff848 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
00000067`fd7ff850 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
00000067`fd7ff8c0 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
00000067`fd7ff9c0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000067`fd7ff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000067`fdbff7d8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000067`fdbff7e0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000067`fdbffad0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000067`fdbffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000067`fd3ff678 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000067`fd3ff680 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000067`fd3ff970 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000067`fd3ff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000067`fcfffad8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000067`fcfffae0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000067`fcfffdd0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000067`fcfffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000067`fcbfefc0 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000067`fcbff000 00007ff7`169eac9c     postgres!ExceptionalCondition(
00000067`fcbff040 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000067`fcbff090 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000067`fcbff0e0 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000067`fcbffa00 00007ff7`1689e7b8     postgres!PostmasterMain(
00000067`fcbffb90 00007ff7`16e982a9     postgres!main(
00000067`fcbffbd0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000067`fcbffc20 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000067`fcbffc90 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000af`591ffa78 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000af`591ffa80 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000af`591ffd70 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000af`591ffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000af`589ff6c8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000af`589ff6d0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000af`589ff9c0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000af`589ff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000af`581fef50 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000af`581fef90 00007ff7`169eac9c     postgres!ExceptionalCondition(
000000af`581fefd0 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000af`581ff020 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000af`581ff070 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000af`581ff990 00007ff7`1689e7b8     postgres!PostmasterMain(
000000af`581ffb20 00007ff7`16e982a9     postgres!main(
000000af`581ffb60 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000af`581ffbb0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000af`581ffc20 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000af`585ff8f8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000af`585ff900 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000af`585ffbf0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000af`585ffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000af`58dff718 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
000000af`58dff720 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
000000af`58dff790 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
000000af`58dff890 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000af`58dff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000016`617ffaf8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000016`617ffb00 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000016`617ffdf0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000016`617ffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000016`61bff748 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000016`61bff750 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000016`61bffa40 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000016`61bffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000016`613ff8b8 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
00000016`613ff8c0 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
00000016`613ff930 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
00000016`613ffa30 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000016`613ffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000016`60fff828 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000016`60fff830 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000016`60fffb20 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000016`60fffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000016`60bfef20 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000016`60bfef60 00007ff7`169eac9c     postgres!ExceptionalCondition(
00000016`60bfefa0 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000016`60bfeff0 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000016`60bff040 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000016`60bff960 00007ff7`1689e7b8     postgres!PostmasterMain(
00000016`60bffaf0 00007ff7`16e982a9     postgres!main(
00000016`60bffb30 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000016`60bffb80 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000016`60bffbf0 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000042`181ffc28 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000042`181ffc30 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000042`181fff20 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000042`181fff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000042`185ffa28 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000042`185ffa30 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000042`185ffd20 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000042`185ffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000042`175fef70 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000042`175fefb0 00007ff7`169eac9c     postgres!ExceptionalCondition(
00000042`175feff0 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000042`175ff040 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000042`175ff090 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000042`175ff9b0 00007ff7`1689e7b8     postgres!PostmasterMain(
00000042`175ffb40 00007ff7`16e982a9     postgres!main(
00000042`175ffb80 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000042`175ffbd0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000042`175ffc40 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000042`179ff998 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000042`179ff9a0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000042`179ffc90 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000042`179ffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000042`17dff7c8 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
00000042`17dff7d0 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
00000042`17dff840 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
00000042`17dff940 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000042`17dff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000048`e19ff748 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000048`e19ff750 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000048`e19ffa40 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000048`e19ffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000048`e1dffbe8 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
00000048`e1dffbf0 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
00000048`e1dffc60 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
00000048`e1dffd60 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000048`e1dffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000048`e25ff7f8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000048`e25ff800 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000048`e25ffaf0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000048`e25ffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000048`e21ff788 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000048`e21ff790 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000048`e21ffa80 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000048`e21ffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000048`e15fef60 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000048`e15fefa0 00007ff7`169eac9c     postgres!ExceptionalCondition(
00000048`e15fefe0 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000048`e15ff030 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000048`e15ff080 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000048`e15ff9a0 00007ff7`1689e7b8     postgres!PostmasterMain(
00000048`e15ffb30 00007ff7`16e982a9     postgres!main(
00000048`e15ffb70 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000048`e15ffbc0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000048`e15ffc30 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000003f`3f5ff4b8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003f`3f5ff4c0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000003f`3f5ff7b0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003f`3f5ff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003f`3f9ff578 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003f`3f9ff580 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000003f`3f9ff870 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003f`3f9ff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003f`3f1ff658 00007ff7`169e3b97     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
0000003f`3f1ff660 00007ff7`1689e724     postgres!SubPostmasterMain(
0000003f`3f1ff6d0 00007ff7`16e982a9     postgres!main(
0000003f`3f1ff710 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000003f`3f1ff760 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000003f`3f1ff7d0 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
0000003f`3f1ff800 00007ffe`bd7b4cb0     postgres!mainCRTStartup(
0000003f`3f1ff830 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003f`3f1ff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f4`a7dff9d8 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
000000f4`a7dff9e0 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
000000f4`a7dffa50 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
000000f4`a7dffb50 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000f4`a7dffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f4`a75febf0 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f4`a75fec30 00007ff7`169eac9c     postgres!ExceptionalCondition(
000000f4`a75fec70 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f4`a75fecc0 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000f4`a75fed10 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f4`a75ff630 00007ff7`1689e7b8     postgres!PostmasterMain(
000000f4`a75ff7c0 00007ff7`16e982a9     postgres!main(
000000f4`a75ff800 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f4`a75ff850 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f4`a75ff8c0 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f4`a79ffc08 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f4`a79ffc10 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000f4`a79fff00 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000f4`a79fff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f4`a81ffa48 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f4`a81ffa50 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000f4`a81ffd40 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000f4`a81ffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f4`a85ff458 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f4`a85ff460 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000f4`a85ff750 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000f4`a85ff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004d`bf7ff548 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004d`bf7ff550 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000004d`bf7ff840 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000004d`bf7ff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004d`be7fea30 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000004d`be7fea70 00007ff7`169eac9c     postgres!ExceptionalCondition(
0000004d`be7feab0 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000004d`be7feb00 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000004d`be7feb50 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000004d`be7ff470 00007ff7`1689e7b8     postgres!PostmasterMain(
0000004d`be7ff600 00007ff7`16e982a9     postgres!main(
0000004d`be7ff640 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000004d`be7ff690 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000004d`be7ff700 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000004d`bebff588 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004d`bebff590 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000004d`bebff880 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000004d`bebff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004d`befff768 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004d`befff770 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000004d`befffa60 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000004d`befffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004d`bf3ff978 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
0000004d`bf3ff980 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
0000004d`bf3ff9f0 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
0000004d`bf3ffaf0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000004d`bf3ffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000006`999ff938 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
00000006`999ff940 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
00000006`999ff9b0 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
00000006`999ffab0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000006`999ffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000006`98dfea20 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000006`98dfea60 00007ff7`169eac9c     postgres!ExceptionalCondition(
00000006`98dfeaa0 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000006`98dfeaf0 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000006`98dfeb40 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000006`98dff460 00007ff7`1689e7b8     postgres!PostmasterMain(
00000006`98dff5f0 00007ff7`16e982a9     postgres!main(
00000006`98dff630 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000006`98dff680 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000006`98dff6f0 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000006`991ff798 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000006`991ff7a0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000006`991ffa90 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000006`991ffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000006`995ff928 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000006`995ff930 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000006`995ffc20 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000006`995ffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000006`99dffc38 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000006`99dffc40 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000006`99dfff30 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000006`99dfff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ad`90bff918 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ad`90bff920 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000ad`90bffc10 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ad`90bffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ad`8fbfeb20 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ad`8fbfeb60 00007ff7`169eac9c     postgres!ExceptionalCondition(
000000ad`8fbfeba0 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ad`8fbfebf0 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000ad`8fbfec40 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ad`8fbff560 00007ff7`1689e7b8     postgres!PostmasterMain(
000000ad`8fbff6f0 00007ff7`16e982a9     postgres!main(
000000ad`8fbff730 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ad`8fbff780 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ad`8fbff7f0 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ad`8ffff6b8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ad`8ffff6c0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000ad`8ffff9b0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ad`8ffff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ad`907ff998 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
000000ad`907ff9a0 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
000000ad`907ffa10 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
000000ad`907ffb10 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ad`907ffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ad`903ff8f8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ad`903ff900 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000ad`903ffbf0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ad`903ffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000028`141ff688 00007ff7`169e3b97     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000028`141ff690 00007ff7`1689e724     postgres!SubPostmasterMain(
00000028`141ff700 00007ff7`16e982a9     postgres!main(
00000028`141ff740 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000028`141ff790 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000028`141ff800 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000028`141ff830 00007ffe`bd7b4cb0     postgres!mainCRTStartup(
00000028`141ff860 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000028`141ff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000028`145ff928 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000028`145ff930 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000028`145ffc20 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000028`145ffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000028`149ffb78 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000028`149ffb80 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000028`149ffe70 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000028`149ffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000028`14dffbf8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000028`14dffc00 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000028`14dffef0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000028`14dfff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fe`0a3feca0 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000fe`0a3fece0 00007ff7`169eac9c     postgres!ExceptionalCondition(
000000fe`0a3fed20 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000fe`0a3fed70 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000fe`0a3fedc0 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000fe`0a3ff6e0 00007ff7`1689e7b8     postgres!PostmasterMain(
000000fe`0a3ff870 00007ff7`16e982a9     postgres!main(
000000fe`0a3ff8b0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000fe`0a3ff900 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000fe`0a3ff970 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000fe`0a7ffaf8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fe`0a7ffb00 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000fe`0a7ffdf0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000fe`0a7ffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fe`0abff658 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fe`0abff660 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000fe`0abff950 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000fe`0abff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fe`0afffb38 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fe`0afffb40 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000fe`0afffe30 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000fe`0afffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fe`0b3ff6c8 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
000000fe`0b3ff6d0 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
000000fe`0b3ff740 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
000000fe`0b3ff840 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000fe`0b3ff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fe`0b7ffb28 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fe`0b7ffb30 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000fe`0b7ffe20 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000fe`0b7ffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004c`c9bff0f0 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000004c`c9bff130 00007ff7`169eac9c     postgres!ExceptionalCondition(
0000004c`c9bff170 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000004c`c9bff1c0 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000004c`c9bff210 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000004c`c9bffb30 00007ff7`1689e7b8     postgres!PostmasterMain(
0000004c`c9bffcc0 00007ff7`16e982a9     postgres!main(
0000004c`c9bffd00 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000004c`c9bffd50 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000004c`c9bffdc0 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000004c`cabff6a8 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
0000004c`cabff6b0 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
0000004c`cabff720 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
0000004c`cabff820 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000004c`cabff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004c`ca7ff6c8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004c`ca7ff6d0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000004c`ca7ff9c0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000004c`ca7ff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004c`ca3ff738 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004c`ca3ff740 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000004c`ca3ffa30 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000004c`ca3ffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004c`c9fff548 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004c`c9fff550 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000004c`c9fff840 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000004c`c9fff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004c`cafff4d8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004c`cafff4e0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000004c`cafff7d0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000004c`cafff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ee`647ffa78 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ee`647ffa80 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000ee`647ffd70 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ee`647ffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ee`63ffede0 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ee`63ffee20 00007ff7`169eac9c     postgres!ExceptionalCondition(
000000ee`63ffee60 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ee`63ffeeb0 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000ee`63ffef00 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ee`63fff820 00007ff7`1689e7b8     postgres!PostmasterMain(
000000ee`63fff9b0 00007ff7`16e982a9     postgres!main(
000000ee`63fff9f0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ee`63fffa40 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ee`63fffab0 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ee`64bff9c8 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
000000ee`64bff9d0 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
000000ee`64bffa40 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
000000ee`64bffb40 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ee`64bffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ee`64fff6a8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ee`64fff6b0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000ee`64fff9a0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ee`64fff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ee`643ffa58 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ee`643ffa60 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000ee`643ffd50 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ee`643ffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000096`cf1ff5f8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000096`cf1ff600 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000096`cf1ff8f0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000096`cf1ff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000096`cf5ffb38 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000096`cf5ffb40 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000096`cf5ffe30 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000096`cf5ffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000096`cedffb58 00007ff7`169e3b97     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000096`cedffb60 00007ff7`1689e724     postgres!SubPostmasterMain(
00000096`cedffbd0 00007ff7`16e982a9     postgres!main(
00000096`cedffc10 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000096`cedffc60 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000096`cedffcd0 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000096`cedffd00 00007ffe`bd7b4cb0     postgres!mainCRTStartup(
00000096`cedffd30 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000096`cedffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bc`ae1ffb28 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bc`ae1ffb30 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000bc`ae1ffe20 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000bc`ae1ffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bc`ad9feae0 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000bc`ad9feb20 00007ff7`169eac9c     postgres!ExceptionalCondition(
000000bc`ad9feb60 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000bc`ad9febb0 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000bc`ad9fec00 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000bc`ad9ff520 00007ff7`1689e7b8     postgres!PostmasterMain(
000000bc`ad9ff6b0 00007ff7`16e982a9     postgres!main(
000000bc`ad9ff6f0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000bc`ad9ff740 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000bc`ad9ff7b0 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000bc`addff738 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bc`addff740 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000bc`addffa30 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000bc`addffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bc`ae9ffba8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bc`ae9ffbb0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000bc`ae9ffea0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000bc`ae9ffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bc`ae5ff5e8 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
000000bc`ae5ff5f0 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
000000bc`ae5ff660 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
000000bc`ae5ff760 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000bc`ae5ff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ac`78dff898 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
000000ac`78dff8a0 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
000000ac`78dff910 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
000000ac`78dffa10 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ac`78dffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ac`781ff1a0 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ac`781ff1e0 00007ff7`169eac9c     postgres!ExceptionalCondition(
000000ac`781ff220 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ac`781ff270 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000ac`781ff2c0 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ac`781ffbe0 00007ff7`1689e7b8     postgres!PostmasterMain(
000000ac`781ffd70 00007ff7`16e982a9     postgres!main(
000000ac`781ffdb0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ac`781ffe00 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ac`781ffe70 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ac`785ff798 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ac`785ff7a0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000ac`785ffa90 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ac`785ffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ac`789ff9e8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ac`789ff9f0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000ac`789ffce0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ac`789ffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ac`791ff6c8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ac`791ff6d0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000ac`791ff9c0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ac`791ff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ab`0abff938 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
000000ab`0abff940 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
000000ab`0abff9b0 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
000000ab`0abffab0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ab`0abffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ab`0afff638 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ab`0afff640 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000ab`0afff930 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ab`0afff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ab`0a7ff7a8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ab`0a7ff7b0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000ab`0a7ffaa0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ab`0a7ffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ab`0a3ff528 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ab`0a3ff530 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000ab`0a3ff820 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ab`0a3ff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ab`09bfeb70 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ab`09bfebb0 00007ff7`169eac9c     postgres!ExceptionalCondition(
000000ab`09bfebf0 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ab`09bfec40 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000ab`09bfec90 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ab`09bff5b0 00007ff7`1689e7b8     postgres!PostmasterMain(
000000ab`09bff740 00007ff7`16e982a9     postgres!main(
000000ab`09bff780 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ab`09bff7d0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ab`09bff840 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ab`09fff508 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ab`09fff510 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000ab`09fff800 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ab`09fff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b4`935ff798 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
000000b4`935ff7a0 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
000000b4`935ff810 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
000000b4`935ff910 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b4`935ff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b4`925fee10 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b4`925fee50 00007ff7`169eac9c     postgres!ExceptionalCondition(
000000b4`925fee90 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000b4`925feee0 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000b4`925fef30 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000b4`925ff850 00007ff7`1689e7b8     postgres!PostmasterMain(
000000b4`925ff9e0 00007ff7`16e982a9     postgres!main(
000000b4`925ffa20 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b4`925ffa70 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000b4`925ffae0 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000b4`929ff548 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b4`929ff550 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000b4`929ff840 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b4`929ff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b4`92dff558 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b4`92dff560 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000b4`92dff850 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b4`92dff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b4`931ff888 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b4`931ff890 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000b4`931ffb80 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b4`931ffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b4`939ff708 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b4`939ff710 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000b4`939ffa00 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b4`939ffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008e`ce3ff698 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008e`ce3ff6a0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000008e`ce3ff990 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000008e`ce3ff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008e`ce7ff7f8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008e`ce7ff800 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000008e`ce7ffaf0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000008e`ce7ffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008e`cebffd98 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
0000008e`cebffda0 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
0000008e`cebffe10 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
0000008e`cebfff10 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000008e`cebfff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008e`cefff648 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008e`cefff650 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000008e`cefff940 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000008e`cefff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008e`cdffeab0 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000008e`cdffeaf0 00007ff7`169eac9c     postgres!ExceptionalCondition(
0000008e`cdffeb30 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000008e`cdffeb80 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000008e`cdffebd0 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000008e`cdfff4f0 00007ff7`1689e7b8     postgres!PostmasterMain(
0000008e`cdfff680 00007ff7`16e982a9     postgres!main(
0000008e`cdfff6c0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000008e`cdfff710 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000008e`cdfff780 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000003e`d7fff8e8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003e`d7fff8f0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000003e`d7fffbe0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003e`d7fffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003e`d6ffebe0 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000003e`d6ffec20 00007ff7`169eac9c     postgres!ExceptionalCondition(
0000003e`d6ffec60 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000003e`d6ffecb0 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000003e`d6ffed00 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000003e`d6fff620 00007ff7`1689e7b8     postgres!PostmasterMain(
0000003e`d6fff7b0 00007ff7`16e982a9     postgres!main(
0000003e`d6fff7f0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000003e`d6fff840 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000003e`d6fff8b0 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000003e`d73ffa98 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003e`d73ffaa0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000003e`d73ffd90 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003e`d73ffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003e`d77ff828 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003e`d77ff830 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000003e`d77ffb20 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003e`d77ffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003e`d7bffb18 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
0000003e`d7bffb20 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
0000003e`d7bffb90 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
0000003e`d7bffc90 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003e`d7bffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d8`585ff5c8 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
000000d8`585ff5d0 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
000000d8`585ff640 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
000000d8`585ff740 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d8`585ff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d8`589ff9c8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d8`589ff9d0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000d8`589ffcc0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d8`589ffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d8`575fec10 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d8`575fec50 00007ff7`169eac9c     postgres!ExceptionalCondition(
000000d8`575fec90 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000d8`575fece0 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000d8`575fed30 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000d8`575ff650 00007ff7`1689e7b8     postgres!PostmasterMain(
000000d8`575ff7e0 00007ff7`16e982a9     postgres!main(
000000d8`575ff820 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d8`575ff870 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d8`575ff8e0 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000fc`937ff6b8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fc`937ff6c0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000fc`937ff9b0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000fc`937ff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fc`927feda0 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000fc`927fede0 00007ff7`169eac9c     postgres!ExceptionalCondition(
000000fc`927fee20 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000fc`927fee70 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000fc`927feec0 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000fc`927ff7e0 00007ff7`1689e7b8     postgres!PostmasterMain(
000000fc`927ff970 00007ff7`16e982a9     postgres!main(
000000fc`927ff9b0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000fc`927ffa00 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000fc`927ffa70 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000fc`933ff698 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
000000fc`933ff6a0 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
000000fc`933ff710 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
000000fc`933ff810 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000fc`933ff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fc`92fff8f8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fc`92fff900 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000fc`92fffbf0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000fc`92fffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fc`92bff688 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fc`92bff690 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000fc`92bff980 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000fc`92bff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000a`85dff838 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000a`85dff840 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000000a`85dffb30 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000000a`85dffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000a`865ffb88 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000a`865ffb90 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000000a`865ffe80 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000000a`865ffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000a`851feea0 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000000a`851feee0 00007ff7`169eac9c     postgres!ExceptionalCondition(
0000000a`851fef20 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000000a`851fef70 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000000a`851fefc0 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000000a`851ff8e0 00007ff7`1689e7b8     postgres!PostmasterMain(
0000000a`851ffa70 00007ff7`16e982a9     postgres!main(
0000000a`851ffab0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000000a`851ffb00 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000000a`851ffb70 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000000a`855ff728 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000a`855ff730 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000000a`855ffa20 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000000a`855ffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000a`859ff7b8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000a`859ff7c0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000000a`859ffab0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000000a`859ffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000a`861ff5f8 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
0000000a`861ff600 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
0000000a`861ff670 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
0000000a`861ff770 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000000a`861ff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a9`a23ffb18 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a9`a23ffb20 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000a9`a23ffe10 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a9`a23ffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a9`a13feba0 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a9`a13febe0 00007ff7`169eac9c     postgres!ExceptionalCondition(
000000a9`a13fec20 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000a9`a13fec70 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000a9`a13fecc0 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a9`a13ff5e0 00007ff7`1689e7b8     postgres!PostmasterMain(
000000a9`a13ff770 00007ff7`16e982a9     postgres!main(
000000a9`a13ff7b0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a9`a13ff800 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a9`a13ff870 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a9`a17ff6e8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a9`a17ff6f0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000a9`a17ff9e0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a9`a17ffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a9`a1bff778 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a9`a1bff780 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000a9`a1bffa70 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a9`a1bffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a9`a1fff998 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
000000a9`a1fff9a0 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
000000a9`a1fffa10 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
000000a9`a1fffb10 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a9`a1fffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008a`c75ff5a8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008a`c75ff5b0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000008a`c75ff8a0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000008a`c75ff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008a`c65fef70 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000008a`c65fefb0 00007ff7`169eac9c     postgres!ExceptionalCondition(
0000008a`c65feff0 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000008a`c65ff040 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000008a`c65ff090 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000008a`c65ff9b0 00007ff7`1689e7b8     postgres!PostmasterMain(
0000008a`c65ffb40 00007ff7`16e982a9     postgres!main(
0000008a`c65ffb80 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000008a`c65ffbd0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000008a`c65ffc40 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000008a`c69ff728 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008a`c69ff730 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000008a`c69ffa20 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000008a`c69ffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008a`c6dff668 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008a`c6dff670 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000008a`c6dff960 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000008a`c6dff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008a`c71ff6a8 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
0000008a`c71ff6b0 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
0000008a`c71ff720 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
0000008a`c71ff820 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000008a`c71ff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002a`9dbff918 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002a`9dbff920 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000002a`9dbffc10 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000002a`9dbffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002a`9d7ff928 00007ff7`169e3b97     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
0000002a`9d7ff930 00007ff7`1689e724     postgres!SubPostmasterMain(
0000002a`9d7ff9a0 00007ff7`16e982a9     postgres!main(
0000002a`9d7ff9e0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000002a`9d7ffa30 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000002a`9d7ffaa0 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
0000002a`9d7ffad0 00007ffe`bd7b4cb0     postgres!mainCRTStartup(
0000002a`9d7ffb00 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000002a`9d7ffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002a`9dfff748 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002a`9dfff750 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000002a`9dfffa40 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000002a`9dfffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f1`ae1ffbe8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f1`ae1ffbf0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000f1`ae1ffee0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000f1`ae1fff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f1`ad5fef00 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f1`ad5fef40 00007ff7`169eac9c     postgres!ExceptionalCondition(
000000f1`ad5fef80 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f1`ad5fefd0 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000f1`ad5ff020 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f1`ad5ff940 00007ff7`1689e7b8     postgres!PostmasterMain(
000000f1`ad5ffad0 00007ff7`16e982a9     postgres!main(
000000f1`ad5ffb10 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f1`ad5ffb60 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f1`ad5ffbd0 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f1`ae5ff5f8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f1`ae5ff600 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000f1`ae5ff8f0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000f1`ae5ff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f1`ad9ff988 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f1`ad9ff990 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000f1`ad9ffc80 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000f1`ad9ffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f1`addff7b8 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
000000f1`addff7c0 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
000000f1`addff830 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
000000f1`addff930 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000f1`addff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000014`547fec70 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000014`547fecb0 00007ff7`169eac9c     postgres!ExceptionalCondition(
00000014`547fecf0 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000014`547fed40 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000014`547fed90 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000014`547ff6b0 00007ff7`1689e7b8     postgres!PostmasterMain(
00000014`547ff840 00007ff7`16e982a9     postgres!main(
00000014`547ff880 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000014`547ff8d0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000014`547ff940 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000014`54fff848 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
00000014`54fff850 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
00000014`54fff8c0 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
00000014`54fff9c0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000014`54fff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000014`553ff928 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000014`553ff930 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000014`553ffc20 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000014`553ffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000014`557ff4f8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000014`557ff500 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000014`557ff7f0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000014`557ff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000014`54bff968 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000014`54bff970 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000014`54bffc60 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000014`54bffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c1`e07ff5f8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c1`e07ff600 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000c1`e07ff8f0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c1`e07ff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c1`e0bff568 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c1`e0bff570 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000c1`e0bff860 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c1`e0bff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c1`dffff9d8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c1`dffff9e0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000c1`dffffcd0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c1`dffffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c1`dfbfed70 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c1`dfbfedb0 00007ff7`169eac9c     postgres!ExceptionalCondition(
000000c1`dfbfedf0 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c1`dfbfee40 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000c1`dfbfee90 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c1`dfbff7b0 00007ff7`1689e7b8     postgres!PostmasterMain(
000000c1`dfbff940 00007ff7`16e982a9     postgres!main(
000000c1`dfbff980 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c1`dfbff9d0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c1`dfbffa40 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c1`e03ff678 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
000000c1`e03ff680 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
000000c1`e03ff6f0 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
000000c1`e03ff7f0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c1`e03ff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000022`197ffd08 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
00000022`197ffd10 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
00000022`197ffd80 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
00000022`197ffe80 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000022`197ffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000022`18bfec10 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000022`18bfec50 00007ff7`169eac9c     postgres!ExceptionalCondition(
00000022`18bfec90 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000022`18bfece0 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000022`18bfed30 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000022`18bff650 00007ff7`1689e7b8     postgres!PostmasterMain(
00000022`18bff7e0 00007ff7`16e982a9     postgres!main(
00000022`18bff820 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000022`18bff870 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000022`18bff8e0 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000022`18fffbe8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000022`18fffbf0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000022`18fffee0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000022`18ffff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000022`193ff898 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000022`193ff8a0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000022`193ffb90 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000022`193ffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000022`19bffc18 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000022`19bffc20 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000022`19bfff10 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000022`19bfff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004c`27bff9e8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004c`27bff9f0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000004c`27bffce0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000004c`27bffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004c`26ffed80 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000004c`26ffedc0 00007ff7`169eac9c     postgres!ExceptionalCondition(
0000004c`26ffee00 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000004c`26ffee50 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000004c`26ffeea0 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000004c`26fff7c0 00007ff7`1689e7b8     postgres!PostmasterMain(
0000004c`26fff950 00007ff7`16e982a9     postgres!main(
0000004c`26fff990 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000004c`26fff9e0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000004c`26fffa50 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000004c`277ffa48 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
0000004c`277ffa50 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
0000004c`277ffac0 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
0000004c`277ffbc0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000004c`277ffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004c`27fff5b8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004c`27fff5c0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000004c`27fff8b0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000004c`27fff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004c`273ff5d8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004c`273ff5e0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000004c`273ff8d0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000004c`273ff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000055`815fedb0 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000055`815fedf0 00007ff7`169eac9c     postgres!ExceptionalCondition(
00000055`815fee30 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000055`815fee80 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000055`815feed0 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000055`815ff7f0 00007ff7`1689e7b8     postgres!PostmasterMain(
00000055`815ff980 00007ff7`16e982a9     postgres!main(
00000055`815ff9c0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000055`815ffa10 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000055`815ffa80 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000055`825ff9f8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000055`825ffa00 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000055`825ffcf0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000055`825ffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000055`821ff5f8 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
00000055`821ff600 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
00000055`821ff670 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
00000055`821ff770 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000055`821ff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000055`81dffb88 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000055`81dffb90 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000055`81dffe80 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000055`81dffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000055`819ffc38 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000055`819ffc40 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000055`819fff30 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000055`819fff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a3`5d1ffb28 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
000000a3`5d1ffb30 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
000000a3`5d1ffba0 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
000000a3`5d1ffca0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a3`5d1ffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a3`5c1fed40 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a3`5c1fed80 00007ff7`169eac9c     postgres!ExceptionalCondition(
000000a3`5c1fedc0 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000a3`5c1fee10 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000a3`5c1fee60 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a3`5c1ff780 00007ff7`1689e7b8     postgres!PostmasterMain(
000000a3`5c1ff910 00007ff7`16e982a9     postgres!main(
000000a3`5c1ff950 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a3`5c1ff9a0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a3`5c1ffa10 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a3`5c5ff638 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a3`5c5ff640 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000a3`5c5ff930 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a3`5c5ff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a3`5c9ffb98 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a3`5c9ffba0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000a3`5c9ffe90 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a3`5c9ffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a3`5cdff9c8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a3`5cdff9d0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000a3`5cdffcc0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a3`5cdffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a3`5d5ff678 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a3`5d5ff680 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000a3`5d5ff970 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a3`5d5ff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c0`8d7ff1a0 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c0`8d7ff1e0 00007ff7`169eac9c     postgres!ExceptionalCondition(
000000c0`8d7ff220 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c0`8d7ff270 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000c0`8d7ff2c0 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c0`8d7ffbe0 00007ff7`1689e7b8     postgres!PostmasterMain(
000000c0`8d7ffd70 00007ff7`16e982a9     postgres!main(
000000c0`8d7ffdb0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c0`8d7ffe00 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c0`8d7ffe70 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c0`8e7ffac8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c0`8e7ffad0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000c0`8e7ffdc0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c0`8e7ffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c0`8e3ffbc8 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
000000c0`8e3ffbd0 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
000000c0`8e3ffc40 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
000000c0`8e3ffd40 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c0`8e3ffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c0`8dfff4f8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c0`8dfff500 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000c0`8dfff7f0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c0`8dfff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c0`8dbffb58 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c0`8dbffb60 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000c0`8dbffe50 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c0`8dbffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`cb5fef70 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000001`cb5fefb0 00007ff7`169eac9c     postgres!ExceptionalCondition(
00000001`cb5feff0 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000001`cb5ff040 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000001`cb5ff090 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000001`cb5ff9b0 00007ff7`1689e7b8     postgres!PostmasterMain(
00000001`cb5ffb40 00007ff7`16e982a9     postgres!main(
00000001`cb5ffb80 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000001`cb5ffbd0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000001`cb5ffc40 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000001`cb9ff518 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000001`cb9ff520 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000001`cb9ff810 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000001`cb9ff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`cc1ff698 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
00000001`cc1ff6a0 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
00000001`cc1ff710 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
00000001`cc1ff810 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000001`cc1ff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`cbdff938 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000001`cbdff940 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000001`cbdffc30 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000001`cbdffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`cc5ff5d8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000001`cc5ff5e0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000001`cc5ff8d0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000001`cc5ff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000db`2f3ff718 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
000000db`2f3ff720 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
000000db`2f3ff790 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
000000db`2f3ff890 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000db`2f3ff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000db`2fbff858 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000db`2fbff860 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000db`2fbffb50 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000db`2fbffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000db`2ebfed50 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000db`2ebfed90 00007ff7`169eac9c     postgres!ExceptionalCondition(
000000db`2ebfedd0 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000db`2ebfee20 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000db`2ebfee70 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000db`2ebff790 00007ff7`1689e7b8     postgres!PostmasterMain(
000000db`2ebff920 00007ff7`16e982a9     postgres!main(
000000db`2ebff960 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000db`2ebff9b0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000db`2ebffa20 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000db`2efff7f8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000db`2efff800 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000db`2efffaf0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000db`2efffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000db`2f7ffad8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000db`2f7ffae0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000db`2f7ffdd0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000db`2f7ffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000b`e69ff5f8 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
0000000b`e69ff600 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
0000000b`e69ff670 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
0000000b`e69ff770 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000000b`e69ff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000b`e6dff448 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000b`e6dff450 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000000b`e6dff740 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000000b`e6dff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000b`e5dff1c0 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000000b`e5dff200 00007ff7`169eac9c     postgres!ExceptionalCondition(
0000000b`e5dff240 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000000b`e5dff290 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000000b`e5dff2e0 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000000b`e5dffc00 00007ff7`1689e7b8     postgres!PostmasterMain(
0000000b`e5dffd90 00007ff7`16e982a9     postgres!main(
0000000b`e5dffdd0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000000b`e5dffe20 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000000b`e5dffe90 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000000b`e61ffbd8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000b`e61ffbe0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000000b`e61ffed0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000000b`e61fff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000b`e65ff548 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000b`e65ff550 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000000b`e65ff840 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000000b`e65ff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e1`b99ff7d8 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
000000e1`b99ff7e0 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
000000e1`b99ff850 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
000000e1`b99ff950 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e1`b99ff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e1`b9dff8e8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e1`b9dff8f0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000e1`b9dffbe0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e1`b9dffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e1`b8dfec30 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e1`b8dfec70 00007ff7`169eac9c     postgres!ExceptionalCondition(
000000e1`b8dfecb0 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000e1`b8dfed00 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000e1`b8dfed50 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000e1`b8dff670 00007ff7`1689e7b8     postgres!PostmasterMain(
000000e1`b8dff800 00007ff7`16e982a9     postgres!main(
000000e1`b8dff840 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e1`b8dff890 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e1`b8dff900 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000e1`b91ff738 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e1`b91ff740 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000e1`b91ffa30 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e1`b91ffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e1`b95ffbe8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e1`b95ffbf0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000e1`b95ffee0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e1`b95fff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000085`13dff9d8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000085`13dff9e0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000085`13dffcd0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000085`13dffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000085`131fefe0 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000085`131ff020 00007ff7`169eac9c     postgres!ExceptionalCondition(
00000085`131ff060 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000085`131ff0b0 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000085`131ff100 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000085`131ffa20 00007ff7`1689e7b8     postgres!PostmasterMain(
00000085`131ffbb0 00007ff7`16e982a9     postgres!main(
00000085`131ffbf0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000085`131ffc40 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000085`131ffcb0 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000085`135ff908 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000085`135ff910 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000085`135ffc00 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000085`135ffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000085`139ff7b8 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
00000085`139ff7c0 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
00000085`139ff830 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
00000085`139ff930 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000085`139ff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000085`141ff818 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000085`141ff820 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000085`141ffb10 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000085`141ffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000021`82dffa68 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000021`82dffa70 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000021`82dffd60 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000021`82dffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000021`829ff9f8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000021`829ffa00 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000021`829ffcf0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000021`829ffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000021`825feaa0 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000021`825feae0 00007ff7`169eac9c     postgres!ExceptionalCondition(
00000021`825feb20 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000021`825feb70 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000021`825febc0 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000021`825ff4e0 00007ff7`1689e7b8     postgres!PostmasterMain(
00000021`825ff670 00007ff7`16e982a9     postgres!main(
00000021`825ff6b0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000021`825ff700 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000021`825ff770 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000021`835ffb38 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000021`835ffb40 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000021`835ffe30 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000021`835ffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000021`831ffaa8 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
00000021`831ffab0 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
00000021`831ffb20 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
00000021`831ffc20 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000021`831ffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f9`31bfec50 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f9`31bfec90 00007ff7`169eac9c     postgres!ExceptionalCondition(
000000f9`31bfecd0 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f9`31bfed20 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000f9`31bfed70 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f9`31bff690 00007ff7`1689e7b8     postgres!PostmasterMain(
000000f9`31bff820 00007ff7`16e982a9     postgres!main(
000000f9`31bff860 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f9`31bff8b0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f9`31bff920 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f9`323ff648 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f9`323ff650 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000f9`323ff940 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000f9`323ff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f9`327ffad8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f9`327ffae0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000f9`327ffdd0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000f9`327ffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f9`32fff548 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f9`32fff550 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000f9`32fff840 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000f9`32fff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f9`32bff778 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
000000f9`32bff780 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
000000f9`32bff7f0 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
000000f9`32bff8f0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000f9`32bff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f9`31fff648 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f9`31fff650 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000f9`31fff940 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000f9`31fff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ed`0f9ffb78 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ed`0f9ffb80 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000ed`0f9ffe70 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ed`0f9ffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ed`0f1ffb68 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
000000ed`0f1ffb70 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
000000ed`0f1ffbe0 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
000000ed`0f1ffce0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ed`0f1ffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ed`0edff628 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ed`0edff630 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000ed`0edff920 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ed`0edff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ed`0e9feff0 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ed`0e9ff030 00007ff7`169eac9c     postgres!ExceptionalCondition(
000000ed`0e9ff070 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ed`0e9ff0c0 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000ed`0e9ff110 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ed`0e9ffa30 00007ff7`1689e7b8     postgres!PostmasterMain(
000000ed`0e9ffbc0 00007ff7`16e982a9     postgres!main(
000000ed`0e9ffc00 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ed`0e9ffc50 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ed`0e9ffcc0 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ed`0f5ff8c8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ed`0f5ff8d0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000ed`0f5ffbc0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ed`0f5ffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f1`dbbff788 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f1`dbbff790 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000f1`dbbffa80 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000f1`dbbffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f1`dc3ff898 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f1`dc3ff8a0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000f1`dc3ffb90 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000f1`dc3ffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f1`dbfff6c8 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
000000f1`dbfff6d0 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
000000f1`dbfff740 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
000000f1`dbfff840 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000f1`dbfff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f1`db3fec70 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f1`db3fecb0 00007ff7`169eac9c     postgres!ExceptionalCondition(
000000f1`db3fecf0 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f1`db3fed40 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000f1`db3fed90 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f1`db3ff6b0 00007ff7`1689e7b8     postgres!PostmasterMain(
000000f1`db3ff840 00007ff7`16e982a9     postgres!main(
000000f1`db3ff880 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f1`db3ff8d0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f1`db3ff940 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f1`db7ff9a8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f1`db7ff9b0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000f1`db7ffca0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000f1`db7ffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a8`897fed10 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a8`897fed50 00007ff7`169eac9c     postgres!ExceptionalCondition(
000000a8`897fed90 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000a8`897fede0 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000a8`897fee30 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a8`897ff750 00007ff7`1689e7b8     postgres!PostmasterMain(
000000a8`897ff8e0 00007ff7`16e982a9     postgres!main(
000000a8`897ff920 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a8`897ff970 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a8`897ff9e0 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a8`8a7ff448 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a8`8a7ff450 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000a8`8a7ff740 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a8`8a7ff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a8`8a3ffb08 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a8`8a3ffb10 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000a8`8a3ffe00 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a8`8a3ffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a8`89fff6b8 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
000000a8`89fff6c0 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
000000a8`89fff730 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
000000a8`89fff830 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a8`89fff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a8`89bffb58 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a8`89bffb60 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000a8`89bffe50 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a8`89bffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006e`e71ffbe8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006e`e71ffbf0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000006e`e71ffee0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000006e`e71fff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006e`e69ffbe8 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
0000006e`e69ffbf0 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
0000006e`e69ffc60 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
0000006e`e69ffd60 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000006e`e69ffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006e`e6dff4d8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006e`e6dff4e0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000006e`e6dff7d0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000006e`e6dff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006e`e61febb0 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000006e`e61febf0 00007ff7`169eac9c     postgres!ExceptionalCondition(
0000006e`e61fec30 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000006e`e61fec80 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000006e`e61fecd0 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000006e`e61ff5f0 00007ff7`1689e7b8     postgres!PostmasterMain(
0000006e`e61ff780 00007ff7`16e982a9     postgres!main(
0000006e`e61ff7c0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000006e`e61ff810 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000006e`e61ff880 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000006e`e65ff638 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006e`e65ff640 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000006e`e65ff930 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000006e`e65ff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007d`367ff858 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
0000007d`367ff860 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
0000007d`367ff8d0 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
0000007d`367ff9d0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007d`367ffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007d`35bff608 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007d`35bff610 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000007d`35bff900 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007d`35bff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007d`357fea20 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000007d`357fea60 00007ff7`169eac9c     postgres!ExceptionalCondition(
0000007d`357feaa0 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000007d`357feaf0 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000007d`357feb40 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000007d`357ff460 00007ff7`1689e7b8     postgres!PostmasterMain(
0000007d`357ff5f0 00007ff7`16e982a9     postgres!main(
0000007d`357ff630 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000007d`357ff680 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000007d`357ff6f0 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000007d`36bff6c8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007d`36bff6d0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000007d`36bff9c0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007d`36bff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007d`35fff5f8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007d`35fff600 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000007d`35fff8f0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007d`35fff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007d`363ffad8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007d`363ffae0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000007d`363ffdd0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007d`363ffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000029`11dff4e8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000029`11dff4f0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000029`11dff7e0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000029`11dff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000029`119feaa0 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000029`119feae0 00007ff7`169eac9c     postgres!ExceptionalCondition(
00000029`119feb20 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000029`119feb70 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000029`119febc0 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000029`119ff4e0 00007ff7`1689e7b8     postgres!PostmasterMain(
00000029`119ff670 00007ff7`16e982a9     postgres!main(
00000029`119ff6b0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000029`119ff700 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000029`119ff770 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000029`121ff968 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
00000029`121ff970 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
00000029`121ff9e0 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
00000029`121ffae0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000029`121ffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000029`125ff4d8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000029`125ff4e0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000029`125ff7d0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000029`125ff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000029`129ff688 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000029`129ff690 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000029`129ff980 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000029`129ff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003f`df7ffae8 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
0000003f`df7ffaf0 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
0000003f`df7ffb60 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
0000003f`df7ffc60 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003f`df7ffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003f`deffef70 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000003f`deffefb0 00007ff7`169eac9c     postgres!ExceptionalCondition(
0000003f`deffeff0 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000003f`defff040 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000003f`defff090 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000003f`defff9b0 00007ff7`1689e7b8     postgres!PostmasterMain(
0000003f`defffb40 00007ff7`16e982a9     postgres!main(
0000003f`defffb80 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000003f`defffbd0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000003f`defffc40 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000003f`df3ff6e8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003f`df3ff6f0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000003f`df3ff9e0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003f`df3ffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003f`dffff888 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003f`dffff890 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000003f`dffffb80 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003f`dffffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003f`dfbffa28 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003f`dfbffa30 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000003f`dfbffd20 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003f`dfbffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001e`0afffb58 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001e`0afffb60 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000001e`0afffe50 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000001e`0afffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001e`0b3ffd68 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
0000001e`0b3ffd70 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
0000001e`0b3ffde0 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
0000001e`0b3ffee0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000001e`0b3fff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001e`0b7ffaf8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001e`0b7ffb00 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000001e`0b7ffdf0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000001e`0b7ffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001e`0a7fec60 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000001e`0a7feca0 00007ff7`169eac9c     postgres!ExceptionalCondition(
0000001e`0a7fece0 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000001e`0a7fed30 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000001e`0a7fed80 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000001e`0a7ff6a0 00007ff7`1689e7b8     postgres!PostmasterMain(
0000001e`0a7ff830 00007ff7`16e982a9     postgres!main(
0000001e`0a7ff870 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000001e`0a7ff8c0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000001e`0a7ff930 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000001e`0abff818 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001e`0abff820 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000001e`0abffb10 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000001e`0abffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008c`fe9ff838 00007ff7`169e3b97     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
0000008c`fe9ff840 00007ff7`1689e724     postgres!SubPostmasterMain(
0000008c`fe9ff8b0 00007ff7`16e982a9     postgres!main(
0000008c`fe9ff8f0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000008c`fe9ff940 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000008c`fe9ff9b0 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
0000008c`fe9ff9e0 00007ffe`bd7b4cb0     postgres!mainCRTStartup(
0000008c`fe9ffa10 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000008c`fe9ffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008c`ff1ff5f8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008c`ff1ff600 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000008c`ff1ff8f0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000008c`ff1ff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008c`fedff6b8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008c`fedff6c0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000008c`fedff9b0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000008c`fedff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000002`c0fffb48 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000002`c0fffb50 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000002`c0fffe40 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000002`c0fffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000002`bfffea10 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000002`bfffea50 00007ff7`169eac9c     postgres!ExceptionalCondition(
00000002`bfffea90 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000002`bfffeae0 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000002`bfffeb30 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000002`bffff450 00007ff7`1689e7b8     postgres!PostmasterMain(
00000002`bffff5e0 00007ff7`16e982a9     postgres!main(
00000002`bffff620 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000002`bffff670 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000002`bffff6e0 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000002`c07ff9d8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000002`c07ff9e0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000002`c07ffcd0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000002`c07ffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000002`c0bff928 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
00000002`c0bff930 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
00000002`c0bff9a0 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
00000002`c0bffaa0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000002`c0bffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000002`c03ffba8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000002`c03ffbb0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000002`c03ffea0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000002`c03ffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b0`68dffaa8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b0`68dffab0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000b0`68dffda0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b0`68dffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b0`689ff9f8 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
000000b0`689ffa00 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
000000b0`689ffa70 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
000000b0`689ffb70 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b0`689ffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b0`691ff718 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b0`691ff720 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000b0`691ffa10 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b0`691ffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b0`681ff180 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b0`681ff1c0 00007ff7`169eac9c     postgres!ExceptionalCondition(
000000b0`681ff200 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000b0`681ff250 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000b0`681ff2a0 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000b0`681ffbc0 00007ff7`1689e7b8     postgres!PostmasterMain(
000000b0`681ffd50 00007ff7`16e982a9     postgres!main(
000000b0`681ffd90 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b0`681ffde0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000b0`681ffe50 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000b0`685ffa38 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b0`685ffa40 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000b0`685ffd30 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b0`685ffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009f`e07ffb58 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
0000009f`e07ffb60 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
0000009f`e07ffbd0 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
0000009f`e07ffcd0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000009f`e07ffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009f`dffff110 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000009f`dffff150 00007ff7`169eac9c     postgres!ExceptionalCondition(
0000009f`dffff190 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000009f`dffff1e0 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000009f`dffff230 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000009f`dffffb50 00007ff7`1689e7b8     postgres!PostmasterMain(
0000009f`dffffce0 00007ff7`16e982a9     postgres!main(
0000009f`dffffd20 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000009f`dffffd70 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000009f`dffffde0 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000009f`e03ff578 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009f`e03ff580 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000009f`e03ff870 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000009f`e03ff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009f`e0bffc28 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009f`e0bffc30 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000009f`e0bfff20 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000009f`e0bfff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009f`e0fff688 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009f`e0fff690 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000009f`e0fff980 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000009f`e0fff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d2`71bff718 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d2`71bff720 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000d2`71bffa10 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d2`71bffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d2`727ff6d8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d2`727ff6e0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000d2`727ff9d0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d2`727ffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d2`723ff8a8 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
000000d2`723ff8b0 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
000000d2`723ff920 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
000000d2`723ffa20 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d2`723ffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d2`71fffb28 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d2`71fffb30 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000d2`71fffe20 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d2`71fffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d2`713febe0 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d2`713fec20 00007ff7`169eac9c     postgres!ExceptionalCondition(
000000d2`713fec60 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000d2`713fecb0 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000d2`713fed00 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000d2`713ff620 00007ff7`1689e7b8     postgres!PostmasterMain(
000000d2`713ff7b0 00007ff7`16e982a9     postgres!main(
000000d2`713ff7f0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d2`713ff840 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d2`713ff8b0 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000d2`717ff838 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d2`717ff840 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000d2`717ffb30 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d2`717ffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007b`eeffed30 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000007b`eeffed70 00007ff7`169eac9c     postgres!ExceptionalCondition(
0000007b`eeffedb0 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000007b`eeffee00 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000007b`eeffee50 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000007b`eefff770 00007ff7`1689e7b8     postgres!PostmasterMain(
0000007b`eefff900 00007ff7`16e982a9     postgres!main(
0000007b`eefff940 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000007b`eefff990 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000007b`eefffa00 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000007b`effff848 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007b`effff850 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000007b`effffb40 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007b`effffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007b`efbffa68 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
0000007b`efbffa70 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
0000007b`efbffae0 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
0000007b`efbffbe0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007b`efbffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007b`ef7ff7d8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007b`ef7ff7e0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000007b`ef7ffad0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007b`ef7ffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007b`ef3ffa68 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007b`ef3ffa70 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000007b`ef3ffd60 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007b`ef3ffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000066`903ff828 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000066`903ff830 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000066`903ffb20 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000066`903ffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000066`90fff9f8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000066`90fffa00 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000066`90fffcf0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000066`90fffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000066`90bff688 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000066`90bff690 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000066`90bff980 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000066`90bff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000066`907ff728 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
00000066`907ff730 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
00000066`907ff7a0 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
00000066`907ff8a0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000066`907ff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000066`8fffea60 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000066`8fffeaa0 00007ff7`169eac9c     postgres!ExceptionalCondition(
00000066`8fffeae0 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000066`8fffeb30 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000066`8fffeb80 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000066`8ffff4a0 00007ff7`1689e7b8     postgres!PostmasterMain(
00000066`8ffff630 00007ff7`16e982a9     postgres!main(
00000066`8ffff670 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000066`8ffff6c0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000066`8ffff730 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000003e`959ff588 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003e`959ff590 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000003e`959ff880 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003e`959ff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003e`969ffa98 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003e`969ffaa0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000003e`969ffd90 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003e`969ffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003e`965ff7c8 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
0000003e`965ff7d0 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
0000003e`965ff840 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
0000003e`965ff940 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003e`965ff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003e`961ff9a8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003e`961ff9b0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000003e`961ffca0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003e`961ffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003e`95dff9c8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003e`95dff9d0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000003e`95dffcc0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003e`95dffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003e`955fef70 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000003e`955fefb0 00007ff7`169eac9c     postgres!ExceptionalCondition(
0000003e`955feff0 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000003e`955ff040 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000003e`955ff090 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000003e`955ff9b0 00007ff7`1689e7b8     postgres!PostmasterMain(
0000003e`955ffb40 00007ff7`16e982a9     postgres!main(
0000003e`955ffb80 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000003e`955ffbd0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000003e`955ffc40 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000076`d31ff958 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000076`d31ff960 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000076`d31ffc50 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000076`d31ffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000076`d2dfed20 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000076`d2dfed60 00007ff7`169eac9c     postgres!ExceptionalCondition(
00000076`d2dfeda0 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000076`d2dfedf0 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000076`d2dfee40 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000076`d2dff760 00007ff7`1689e7b8     postgres!PostmasterMain(
00000076`d2dff8f0 00007ff7`16e982a9     postgres!main(
00000076`d2dff930 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000076`d2dff980 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000076`d2dff9f0 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000076`d35ff778 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000076`d35ff780 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000076`d35ffa70 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000076`d35ffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000076`d39ffb28 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000076`d39ffb30 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000076`d39ffe20 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000076`d39ffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000076`d3dff9a8 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
00000076`d3dff9b0 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
00000076`d3dffa20 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
00000076`d3dffb20 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000076`d3dffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000076`d41ff468 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000076`d41ff470 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000076`d41ff760 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000076`d41ff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000072`5c9fecb0 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000072`5c9fecf0 00007ff7`169eac9c     postgres!ExceptionalCondition(
00000072`5c9fed30 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000072`5c9fed80 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000072`5c9fedd0 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000072`5c9ff6f0 00007ff7`1689e7b8     postgres!PostmasterMain(
00000072`5c9ff880 00007ff7`16e982a9     postgres!main(
00000072`5c9ff8c0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000072`5c9ff910 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000072`5c9ff980 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000072`5d1ff858 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000072`5d1ff860 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000072`5d1ffb50 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000072`5d1ffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000072`5cdffb68 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000072`5cdffb70 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000072`5cdffe60 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000072`5cdffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000072`5d5ffcb8 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
00000072`5d5ffcc0 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
00000072`5d5ffd30 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
00000072`5d5ffe30 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000072`5d5ffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000072`5d9ff5e8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000072`5d9ff5f0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000072`5d9ff8e0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000072`5d9ff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000075`cdfff6d8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000075`cdfff6e0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000075`cdfff9d0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000075`cdfffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000075`cdbffa98 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
00000075`cdbffaa0 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
00000075`cdbffb10 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
00000075`cdbffc10 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000075`cdbffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000075`ccbfeda0 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000075`ccbfede0 00007ff7`169eac9c     postgres!ExceptionalCondition(
00000075`ccbfee20 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000075`ccbfee70 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000075`ccbfeec0 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000075`ccbff7e0 00007ff7`1689e7b8     postgres!PostmasterMain(
00000075`ccbff970 00007ff7`16e982a9     postgres!main(
00000075`ccbff9b0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000075`ccbffa00 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000075`ccbffa70 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a3`653ff678 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a3`653ff680 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000a3`653ff970 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a3`653ff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a3`657ff848 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a3`657ff850 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000a3`657ffb40 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a3`657ffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a3`65bffb88 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
000000a3`65bffb90 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
000000a3`65bffc00 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
000000a3`65bffd00 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a3`65bffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a3`65fffa08 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a3`65fffa10 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000a3`65fffd00 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a3`65fffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a3`64ffeaa0 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a3`64ffeae0 00007ff7`169eac9c     postgres!ExceptionalCondition(
000000a3`64ffeb20 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000a3`64ffeb70 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000a3`64ffebc0 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a3`64fff4e0 00007ff7`1689e7b8     postgres!PostmasterMain(
000000a3`64fff670 00007ff7`16e982a9     postgres!main(
000000a3`64fff6b0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a3`64fff700 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a3`64fff770 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000b7`433ff5e8 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
000000b7`433ff5f0 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
000000b7`433ff660 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
000000b7`433ff760 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b7`433ff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b7`42fff858 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b7`42fff860 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000b7`42fffb50 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b7`42fffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b7`42bff4e8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b7`42bff4f0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000b7`42bff7e0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b7`42bff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b7`427ff050 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b7`427ff090 00007ff7`169eac9c     postgres!ExceptionalCondition(
000000b7`427ff0d0 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000b7`427ff120 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000b7`427ff170 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000b7`427ffa90 00007ff7`1689e7b8     postgres!PostmasterMain(
000000b7`427ffc20 00007ff7`16e982a9     postgres!main(
000000b7`427ffc60 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b7`427ffcb0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000b7`427ffd20 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000b7`437ffbc8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b7`437ffbd0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000b7`437ffec0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b7`437ffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e4`e41ff5b8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e4`e41ff5c0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000e4`e41ff8b0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e4`e41ff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e4`e49ffc18 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e4`e49ffc20 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000e4`e49fff10 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e4`e49fff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e4`e3dffa18 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e4`e3dffa20 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000e4`e3dffd10 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e4`e3dffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e4`e39fea10 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e4`e39fea50 00007ff7`169eac9c     postgres!ExceptionalCondition(
000000e4`e39fea90 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000e4`e39feae0 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000e4`e39feb30 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000e4`e39ff450 00007ff7`1689e7b8     postgres!PostmasterMain(
000000e4`e39ff5e0 00007ff7`16e982a9     postgres!main(
000000e4`e39ff620 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e4`e39ff670 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e4`e39ff6e0 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000e4`e45ffb68 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
000000e4`e45ffb70 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
000000e4`e45ffbe0 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
000000e4`e45ffce0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e4`e45ffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007e`addff4d8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007e`addff4e0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000007e`addff7d0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007e`addff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007e`ad9ff040 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000007e`ad9ff080 00007ff7`169eac9c     postgres!ExceptionalCondition(
0000007e`ad9ff0c0 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000007e`ad9ff110 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000007e`ad9ff160 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000007e`ad9ffa80 00007ff7`1689e7b8     postgres!PostmasterMain(
0000007e`ad9ffc10 00007ff7`16e982a9     postgres!main(
0000007e`ad9ffc50 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000007e`ad9ffca0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000007e`ad9ffd10 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000007e`ae1ffbb8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007e`ae1ffbc0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000007e`ae1ffeb0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007e`ae1ffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007e`ae5ff918 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
0000007e`ae5ff920 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
0000007e`ae5ff990 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
0000007e`ae5ffa90 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007e`ae5ffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007e`ae9ff5a8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007e`ae9ff5b0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000007e`ae9ff8a0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007e`ae9ff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`135ffb88 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dd`135ffb90 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000dd`135ffe80 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`135ffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`139ffae8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dd`139ffaf0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000dd`139ffde0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`139ffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`129ff020 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000dd`129ff060 00007ff7`169eac9c     postgres!ExceptionalCondition(
000000dd`129ff0a0 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000dd`129ff0f0 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000dd`129ff140 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000dd`129ffa60 00007ff7`1689e7b8     postgres!PostmasterMain(
000000dd`129ffbf0 00007ff7`16e982a9     postgres!main(
000000dd`129ffc30 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000dd`129ffc80 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000dd`129ffcf0 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000dd`12dff668 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dd`12dff670 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000dd`12dff960 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`12dff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`131ff8c8 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
000000dd`131ff8d0 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
000000dd`131ff940 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
000000dd`131ffa40 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`131ffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006a`111ff928 00007ff7`169e3b97     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
0000006a`111ff930 00007ff7`1689e724     postgres!SubPostmasterMain(
0000006a`111ff9a0 00007ff7`16e982a9     postgres!main(
0000006a`111ff9e0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000006a`111ffa30 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000006a`111ffaa0 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
0000006a`111ffad0 00007ffe`bd7b4cb0     postgres!mainCRTStartup(
0000006a`111ffb00 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000006a`111ffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006a`119ff8e8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006a`119ff8f0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000006a`119ffbe0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000006a`119ffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006a`115ff858 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006a`115ff860 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000006a`115ffb50 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000006a`115ffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b4`b0bffab8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b4`b0bffac0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000b4`b0bffdb0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b4`b0bffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b4`b0fff768 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
000000b4`b0fff770 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
000000b4`b0fff7e0 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
000000b4`b0fff8e0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b4`b0fff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b4`b07fee90 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b4`b07feed0 00007ff7`169eac9c     postgres!ExceptionalCondition(
000000b4`b07fef10 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000b4`b07fef60 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000b4`b07fefb0 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000b4`b07ff8d0 00007ff7`1689e7b8     postgres!PostmasterMain(
000000b4`b07ffa60 00007ff7`16e982a9     postgres!main(
000000b4`b07ffaa0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b4`b07ffaf0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000b4`b07ffb60 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000b4`b13ffa78 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b4`b13ffa80 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000b4`b13ffd70 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b4`b13ffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b4`b17ff728 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b4`b17ff730 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000b4`b17ffa20 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b4`b17ffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a5`05dff9a8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a5`05dff9b0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000a5`05dffca0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a5`05dffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a5`065ffce8 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
000000a5`065ffcf0 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
000000a5`065ffd60 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
000000a5`065ffe60 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a5`065ffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a5`069ffac8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a5`069ffad0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000a5`069ffdc0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a5`069ffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a5`059fee50 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a5`059fee90 00007ff7`169eac9c     postgres!ExceptionalCondition(
000000a5`059feed0 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000a5`059fef20 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000a5`059fef70 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a5`059ff890 00007ff7`1689e7b8     postgres!PostmasterMain(
000000a5`059ffa20 00007ff7`16e982a9     postgres!main(
000000a5`059ffa60 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a5`059ffab0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a5`059ffb20 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a5`061ff8a8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a5`061ff8b0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000a5`061ffba0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a5`061ffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bb`577ff948 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
000000bb`577ff950 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
000000bb`577ff9c0 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
000000bb`577ffac0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000bb`577ffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bb`57bffa68 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bb`57bffa70 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000bb`57bffd60 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000bb`57bffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bb`56bfebc0 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000bb`56bfec00 00007ff7`169eac9c     postgres!ExceptionalCondition(
000000bb`56bfec40 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000bb`56bfec90 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000bb`56bfece0 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000bb`56bff600 00007ff7`1689e7b8     postgres!PostmasterMain(
000000bb`56bff790 00007ff7`16e982a9     postgres!main(
000000bb`56bff7d0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000bb`56bff820 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000bb`56bff890 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000067`1f9ffa18 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
00000067`1f9ffa20 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
00000067`1f9ffa90 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
00000067`1f9ffb90 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000067`1f9ffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000067`201ff5e8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000067`201ff5f0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000067`201ff8e0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000067`201ff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000067`1fdff968 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000067`1fdff970 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000067`1fdffc60 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000067`1fdffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000067`1f5ffb18 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000067`1f5ffb20 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000067`1f5ffe10 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000067`1f5ffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000067`1f1febd0 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000067`1f1fec10 00007ff7`169eac9c     postgres!ExceptionalCondition(
00000067`1f1fec50 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000067`1f1feca0 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000067`1f1fecf0 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000067`1f1ff610 00007ff7`1689e7b8     postgres!PostmasterMain(
00000067`1f1ff7a0 00007ff7`16e982a9     postgres!main(
00000067`1f1ff7e0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000067`1f1ff830 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000067`1f1ff8a0 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000090`81dffae8 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
00000090`81dffaf0 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
00000090`81dffb60 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
00000090`81dffc60 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000090`81dffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000090`819ffb58 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000090`819ffb60 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000090`819ffe50 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000090`819ffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000090`80dfeb50 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000090`80dfeb90 00007ff7`169eac9c     postgres!ExceptionalCondition(
00000090`80dfebd0 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000090`80dfec20 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000090`80dfec70 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000090`80dff590 00007ff7`1689e7b8     postgres!PostmasterMain(
00000090`80dff720 00007ff7`16e982a9     postgres!main(
00000090`80dff760 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000090`80dff7b0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000090`80dff820 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000090`811ffbb8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000090`811ffbc0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000090`811ffeb0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000090`811ffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000090`815ff6e8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000090`815ff6f0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000090`815ff9e0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000090`815ffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000090`821ff6a8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000090`821ff6b0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000090`821ff9a0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000090`821ff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ab`fdbff608 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
000000ab`fdbff610 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
000000ab`fdbff680 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
000000ab`fdbff780 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ab`fdbff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ab`fd3ff448 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ab`fd3ff450 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000ab`fd3ff740 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ab`fd3ff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ab`fcffedc0 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ab`fcffee00 00007ff7`169eac9c     postgres!ExceptionalCondition(
000000ab`fcffee40 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ab`fcffee90 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000ab`fcffeee0 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ab`fcfff800 00007ff7`1689e7b8     postgres!PostmasterMain(
000000ab`fcfff990 00007ff7`16e982a9     postgres!main(
000000ab`fcfff9d0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ab`fcfffa20 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ab`fcfffa90 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ab`fd7ff538 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ab`fd7ff540 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000ab`fd7ff830 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ab`fd7ff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ab`fdfff608 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ab`fdfff610 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000ab`fdfff900 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ab`fdfff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e1`cdfffb48 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e1`cdfffb50 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000e1`cdfffe40 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e1`cdfffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e1`ccffed90 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e1`ccffedd0 00007ff7`169eac9c     postgres!ExceptionalCondition(
000000e1`ccffee10 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000e1`ccffee60 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000e1`ccffeeb0 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000e1`ccfff7d0 00007ff7`1689e7b8     postgres!PostmasterMain(
000000e1`ccfff960 00007ff7`16e982a9     postgres!main(
000000e1`ccfff9a0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e1`ccfff9f0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e1`ccfffa60 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000e1`cd3ff548 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e1`cd3ff550 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000e1`cd3ff840 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e1`cd3ff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e1`cd7ff888 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e1`cd7ff890 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000e1`cd7ffb80 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e1`cd7ffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e1`cdbff638 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
000000e1`cdbff640 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
000000e1`cdbff6b0 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
000000e1`cdbff7b0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e1`cdbff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000048`847ff988 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000048`847ff990 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000048`847ffc80 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000048`847ffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000048`843ffc48 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
00000048`843ffc50 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
00000048`843ffcc0 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
00000048`843ffdc0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000048`843ffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000048`83fffc18 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000048`83fffc20 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000048`83ffff10 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000048`83ffff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000048`83bffb68 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000048`83bffb70 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000048`83bffe60 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000048`83bffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000048`837fea30 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000048`837fea70 00007ff7`169eac9c     postgres!ExceptionalCondition(
00000048`837feab0 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000048`837feb00 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000048`837feb50 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000048`837ff470 00007ff7`1689e7b8     postgres!PostmasterMain(
00000048`837ff600 00007ff7`16e982a9     postgres!main(
00000048`837ff640 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000048`837ff690 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000048`837ff700 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000005c`f05ff608 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
0000005c`f05ff610 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
0000005c`f05ff680 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
0000005c`f05ff780 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000005c`f05ff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005c`ef9feff0 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000005c`ef9ff030 00007ff7`169eac9c     postgres!ExceptionalCondition(
0000005c`ef9ff070 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000005c`ef9ff0c0 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000005c`ef9ff110 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000005c`ef9ffa30 00007ff7`1689e7b8     postgres!PostmasterMain(
0000005c`ef9ffbc0 00007ff7`16e982a9     postgres!main(
0000005c`ef9ffc00 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000005c`ef9ffc50 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000005c`ef9ffcc0 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000005c`f09ffa98 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005c`f09ffaa0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000005c`f09ffd90 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000005c`f09ffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008f`9cfffc18 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008f`9cfffc20 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000008f`9cffff10 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000008f`9cffff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008f`9bbfedb0 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000008f`9bbfedf0 00007ff7`169eac9c     postgres!ExceptionalCondition(
0000008f`9bbfee30 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000008f`9bbfee80 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000008f`9bbfeed0 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000008f`9bbff7f0 00007ff7`1689e7b8     postgres!PostmasterMain(
0000008f`9bbff980 00007ff7`16e982a9     postgres!main(
0000008f`9bbff9c0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000008f`9bbffa10 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000008f`9bbffa80 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000008f`9bfff708 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008f`9bfff710 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000008f`9bfffa00 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000008f`9bfffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008f`9cbffd78 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
0000008f`9cbffd80 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
0000008f`9cbffdf0 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
0000008f`9cbffef0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000008f`9cbfff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008f`9c3ff5d8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008f`9c3ff5e0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000008f`9c3ff8d0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000008f`9c3ff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008f`9c7ff6e8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008f`9c7ff6f0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000008f`9c7ff9e0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000008f`9c7ffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000073`ab9ff698 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000073`ab9ff6a0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000073`ab9ff990 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000073`ab9ff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000073`ac1ff488 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000073`ac1ff490 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000073`ac1ff780 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000073`ac1ff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000073`ab5ffbc8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000073`ab5ffbd0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000073`ab5ffec0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000073`ab5ffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000073`ab1fec40 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000073`ab1fec80 00007ff7`169eac9c     postgres!ExceptionalCondition(
00000073`ab1fecc0 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000073`ab1fed10 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000073`ab1fed60 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000073`ab1ff680 00007ff7`1689e7b8     postgres!PostmasterMain(
00000073`ab1ff810 00007ff7`16e982a9     postgres!main(
00000073`ab1ff850 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000073`ab1ff8a0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000073`ab1ff910 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000073`abdffcd8 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
00000073`abdffce0 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
00000073`abdffd50 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
00000073`abdffe50 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000073`abdffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000073`67dff6f8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000073`67dff700 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000073`67dff9f0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000073`67dffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000073`679ffbc8 00007ff7`169e3b97     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000073`679ffbd0 00007ff7`1689e724     postgres!SubPostmasterMain(
00000073`679ffc40 00007ff7`16e982a9     postgres!main(
00000073`679ffc80 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000073`679ffcd0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000073`679ffd40 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000073`679ffd70 00007ffe`bd7b4cb0     postgres!mainCRTStartup(
00000073`679ffda0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000073`679ffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000073`681ff518 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000073`681ff520 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000073`681ff810 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000073`681ff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007b`07bffdb8 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
0000007b`07bffdc0 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
0000007b`07bffe30 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
0000007b`07bfff30 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007b`07bfff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007b`07fff808 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007b`07fff810 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000007b`07fffb00 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007b`07fffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007b`06fffb88 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007b`06fffb90 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000007b`06fffe80 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007b`06fffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007b`06bfef80 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000007b`06bfefc0 00007ff7`169eac9c     postgres!ExceptionalCondition(
0000007b`06bff000 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000007b`06bff050 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000007b`06bff0a0 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000007b`06bff9c0 00007ff7`1689e7b8     postgres!PostmasterMain(
0000007b`06bffb50 00007ff7`16e982a9     postgres!main(
0000007b`06bffb90 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000007b`06bffbe0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000007b`06bffc50 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000007b`073ff4b8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007b`073ff4c0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000007b`073ff7b0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007b`073ff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007b`077ffc28 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007b`077ffc30 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000007b`077fff20 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007b`077fff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000024`8fdff528 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000024`8fdff530 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000024`8fdff820 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000024`8fdff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000024`8f5ff080 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000024`8f5ff0c0 00007ff7`169eac9c     postgres!ExceptionalCondition(
00000024`8f5ff100 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000024`8f5ff150 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000024`8f5ff1a0 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000024`8f5ffac0 00007ff7`1689e7b8     postgres!PostmasterMain(
00000024`8f5ffc50 00007ff7`16e982a9     postgres!main(
00000024`8f5ffc90 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000024`8f5ffce0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000024`8f5ffd50 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000024`8f9ff8f8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000024`8f9ff900 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000024`8f9ffbf0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000024`8f9ffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000024`901ff6f8 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
00000024`901ff700 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
00000024`901ff770 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
00000024`901ff870 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000024`901ff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000024`905ff6b8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000024`905ff6c0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000024`905ff9b0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000024`905ff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000007`f73fec80 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000007`f73fecc0 00007ff7`169eac9c     postgres!ExceptionalCondition(
00000007`f73fed00 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000007`f73fed50 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000007`f73feda0 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000007`f73ff6c0 00007ff7`1689e7b8     postgres!PostmasterMain(
00000007`f73ff850 00007ff7`16e982a9     postgres!main(
00000007`f73ff890 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000007`f73ff8e0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000007`f73ff950 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000007`f77ff5a8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000007`f77ff5b0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000007`f77ff8a0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000007`f77ff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000007`f87ff528 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000007`f87ff530 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000007`f87ff820 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000007`f87ff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000007`f7bff6b8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000007`f7bff6c0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000007`f7bff9b0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000007`f7bff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000007`f83ff688 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
00000007`f83ff690 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
00000007`f83ff700 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
00000007`f83ff800 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000007`f83ff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000007`f7fff578 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000007`f7fff580 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000007`f7fff870 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000007`f7fff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000076`431ff968 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000076`431ff970 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000076`431ffc60 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000076`431ffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000076`421fec60 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000076`421feca0 00007ff7`169eac9c     postgres!ExceptionalCondition(
00000076`421fece0 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000076`421fed30 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000076`421fed80 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000076`421ff6a0 00007ff7`1689e7b8     postgres!PostmasterMain(
00000076`421ff830 00007ff7`16e982a9     postgres!main(
00000076`421ff870 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000076`421ff8c0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000076`421ff930 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000076`425ff578 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000076`425ff580 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000076`425ff870 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000076`425ff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000076`429ffa38 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000076`429ffa40 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000076`429ffd30 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000076`429ffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000076`42dff9a8 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
00000076`42dff9b0 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
00000076`42dffa20 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
00000076`42dffb20 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000076`42dffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005e`8c5fea70 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000005e`8c5feab0 00007ff7`169eac9c     postgres!ExceptionalCondition(
0000005e`8c5feaf0 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000005e`8c5feb40 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000005e`8c5feb90 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000005e`8c5ff4b0 00007ff7`1689e7b8     postgres!PostmasterMain(
0000005e`8c5ff640 00007ff7`16e982a9     postgres!main(
0000005e`8c5ff680 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000005e`8c5ff6d0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000005e`8c5ff740 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000005e`8d5ff568 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005e`8d5ff570 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000005e`8d5ff860 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000005e`8d5ff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005e`8d1ff618 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005e`8d1ff620 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000005e`8d1ff910 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000005e`8d1ff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005e`8c9ffb08 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005e`8c9ffb10 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000005e`8c9ffe00 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000005e`8c9ffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005e`8cdffa08 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
0000005e`8cdffa10 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
0000005e`8cdffa80 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
0000005e`8cdffb80 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000005e`8cdffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000080`5ebff958 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000080`5ebff960 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000080`5ebffc50 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000080`5ebffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000080`5e7ff608 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000080`5e7ff610 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000080`5e7ff900 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000080`5e7ff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000080`5e3feb90 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000080`5e3febd0 00007ff7`169eac9c     postgres!ExceptionalCondition(
00000080`5e3fec10 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000080`5e3fec60 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000080`5e3fecb0 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000080`5e3ff5d0 00007ff7`1689e7b8     postgres!PostmasterMain(
00000080`5e3ff760 00007ff7`16e982a9     postgres!main(
00000080`5e3ff7a0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000080`5e3ff7f0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000080`5e3ff860 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000080`5f3ff6b8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000080`5f3ff6c0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000080`5f3ff9b0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000080`5f3ff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000080`5efffae8 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
00000080`5efffaf0 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
00000080`5efffb60 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
00000080`5efffc60 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000080`5efffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000019`6cdffc18 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000019`6cdffc20 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000019`6cdfff10 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000019`6cdfff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000019`6bdffb38 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000019`6bdffb40 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000019`6bdffe30 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000019`6bdffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000019`6c1ff7c8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000019`6c1ff7d0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000019`6c1ffac0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000019`6c1ffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000019`6b9ff0a0 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000019`6b9ff0e0 00007ff7`169eac9c     postgres!ExceptionalCondition(
00000019`6b9ff120 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000019`6b9ff170 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000019`6b9ff1c0 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000019`6b9ffae0 00007ff7`1689e7b8     postgres!PostmasterMain(
00000019`6b9ffc70 00007ff7`16e982a9     postgres!main(
00000019`6b9ffcb0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000019`6b9ffd00 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000019`6b9ffd70 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000019`6c9ff608 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
00000019`6c9ff610 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
00000019`6c9ff680 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
00000019`6c9ff780 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000019`6c9ff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000019`6c5ff838 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000019`6c5ff840 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000019`6c5ffb30 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000019`6c5ffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dc`c51ff568 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dc`c51ff570 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000dc`c51ff860 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000dc`c51ff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dc`c55ffd58 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
000000dc`c55ffd60 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
000000dc`c55ffdd0 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
000000dc`c55ffed0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000dc`c55fff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dc`c59ff4b8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dc`c59ff4c0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000dc`c59ff7b0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000dc`c59ff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dc`c49fee50 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000dc`c49fee90 00007ff7`169eac9c     postgres!ExceptionalCondition(
000000dc`c49feed0 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000dc`c49fef20 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000dc`c49fef70 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000dc`c49ff890 00007ff7`1689e7b8     postgres!PostmasterMain(
000000dc`c49ffa20 00007ff7`16e982a9     postgres!main(
000000dc`c49ffa60 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000dc`c49ffab0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000dc`c49ffb20 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000dc`c4dff4c8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dc`c4dff4d0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000dc`c4dff7c0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000dc`c4dff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000028`8f9feb90 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000028`8f9febd0 00007ff7`169eac9c     postgres!ExceptionalCondition(
00000028`8f9fec10 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000028`8f9fec60 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000028`8f9fecb0 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000028`8f9ff5d0 00007ff7`1689e7b8     postgres!PostmasterMain(
00000028`8f9ff760 00007ff7`16e982a9     postgres!main(
00000028`8f9ff7a0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000028`8f9ff7f0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000028`8f9ff860 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000028`909ff548 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000028`909ff550 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000028`909ff840 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000028`909ff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000028`905ff7a8 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
00000028`905ff7b0 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
00000028`905ff820 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
00000028`905ff920 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000028`905ff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000028`901ffaa8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000028`901ffab0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000028`901ffda0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000028`901ffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000028`8fdff998 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000028`8fdff9a0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000028`8fdffc90 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000028`8fdffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000047`ac9fef20 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000047`ac9fef60 00007ff7`169eac9c     postgres!ExceptionalCondition(
00000047`ac9fefa0 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000047`ac9feff0 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000047`ac9ff040 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000047`ac9ff960 00007ff7`1689e7b8     postgres!PostmasterMain(
00000047`ac9ffaf0 00007ff7`16e982a9     postgres!main(
00000047`ac9ffb30 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000047`ac9ffb80 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000047`ac9ffbf0 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000047`ad9ff938 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000047`ad9ff940 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000047`ad9ffc30 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000047`ad9ffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000047`ad5ff6d8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000047`ad5ff6e0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000047`ad5ff9d0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000047`ad5ffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000047`ad1ff8d8 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
00000047`ad1ff8e0 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
00000047`ad1ff950 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
00000047`ad1ffa50 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000047`ad1ffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000047`acdff9f8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000047`acdffa00 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000047`acdffcf0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000047`acdffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a8`a43ff9b8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a8`a43ff9c0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000a8`a43ffcb0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a8`a43ffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a8`a4fffb98 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a8`a4fffba0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000a8`a4fffe90 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a8`a4fffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a8`a4bff958 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
000000a8`a4bff960 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
000000a8`a4bff9d0 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
000000a8`a4bffad0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a8`a4bffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a8`a47ff518 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a8`a47ff520 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000a8`a47ff810 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a8`a47ff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a8`a3ffee70 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a8`a3ffeeb0 00007ff7`169eac9c     postgres!ExceptionalCondition(
000000a8`a3ffeef0 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000a8`a3ffef40 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000a8`a3ffef90 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a8`a3fff8b0 00007ff7`1689e7b8     postgres!PostmasterMain(
000000a8`a3fffa40 00007ff7`16e982a9     postgres!main(
000000a8`a3fffa80 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a8`a3fffad0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a8`a3fffb40 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000071`815ff4c8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000071`815ff4d0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000071`815ff7c0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000071`815ff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000071`811ffc88 00007ff7`169e3b97     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000071`811ffc90 00007ff7`1689e724     postgres!SubPostmasterMain(
00000071`811ffd00 00007ff7`16e982a9     postgres!main(
00000071`811ffd40 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000071`811ffd90 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000071`811ffe00 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000071`811ffe30 00007ffe`bd7b4cb0     postgres!mainCRTStartup(
00000071`811ffe60 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000071`811ffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000071`819ffb78 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000071`819ffb80 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000071`819ffe70 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000071`819ffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000014`313ffaa8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000014`313ffab0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000014`313ffda0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000014`313ffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000014`30bff588 00007ff7`169e3b97     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000014`30bff590 00007ff7`1689e724     postgres!SubPostmasterMain(
00000014`30bff600 00007ff7`16e982a9     postgres!main(
00000014`30bff640 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000014`30bff690 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000014`30bff700 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000014`30bff730 00007ffe`bd7b4cb0     postgres!mainCRTStartup(
00000014`30bff760 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000014`30bff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000014`30fff848 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000014`30fff850 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000014`30fffb40 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000014`30fffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a5`7a7ffb48 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
000000a5`7a7ffb50 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
000000a5`7a7ffbc0 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
000000a5`7a7ffcc0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a5`7a7ffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a5`79bfeb30 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a5`79bfeb70 00007ff7`169eac9c     postgres!ExceptionalCondition(
000000a5`79bfebb0 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000a5`79bfec00 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000a5`79bfec50 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a5`79bff570 00007ff7`1689e7b8     postgres!PostmasterMain(
000000a5`79bff700 00007ff7`16e982a9     postgres!main(
000000a5`79bff740 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a5`79bff790 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a5`79bff800 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a5`7abff8c8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a5`7abff8d0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000a5`7abffbc0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a5`7abffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000020`6c5ffb48 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000020`6c5ffb50 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000020`6c5ffe40 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000020`6c5ffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000020`6c1ff628 00007ff7`169e3b97     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000020`6c1ff630 00007ff7`1689e724     postgres!SubPostmasterMain(
00000020`6c1ff6a0 00007ff7`16e982a9     postgres!main(
00000020`6c1ff6e0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000020`6c1ff730 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000020`6c1ff7a0 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000020`6c1ff7d0 00007ffe`bd7b4cb0     postgres!mainCRTStartup(
00000020`6c1ff800 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000020`6c1ff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000020`6c9ffbd8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000020`6c9ffbe0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000020`6c9ffed0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000020`6c9fff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000006`ad3ff110 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000006`ad3ff150 00007ff7`169eac9c     postgres!ExceptionalCondition(
00000006`ad3ff190 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000006`ad3ff1e0 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000006`ad3ff230 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000006`ad3ffb50 00007ff7`1689e7b8     postgres!PostmasterMain(
00000006`ad3ffce0 00007ff7`16e982a9     postgres!main(
00000006`ad3ffd20 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000006`ad3ffd70 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000006`ad3ffde0 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000006`ae3ff7a8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000006`ae3ff7b0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000006`ae3ffaa0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000006`ae3ffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000006`adfffa18 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
00000006`adfffa20 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
00000006`adfffa90 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
00000006`adfffb90 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000006`adfffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000006`adbffb78 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000006`adbffb80 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000006`adbffe70 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000006`adbffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000006`ad7ff5c8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000006`ad7ff5d0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000006`ad7ff8c0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000006`ad7ff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006b`00fff9a8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006b`00fff9b0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000006b`00fffca0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000006b`00fffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006b`007ffbf8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006b`007ffc00 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000006b`007ffef0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000006b`007fff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006b`003fed90 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000006b`003fedd0 00007ff7`169eac9c     postgres!ExceptionalCondition(
0000006b`003fee10 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000006b`003fee60 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000006b`003feeb0 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000006b`003ff7d0 00007ff7`1689e7b8     postgres!PostmasterMain(
0000006b`003ff960 00007ff7`16e982a9     postgres!main(
0000006b`003ff9a0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000006b`003ff9f0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000006b`003ffa60 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000006b`013ff5c8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006b`013ff5d0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000006b`013ff8c0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000006b`013ff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006b`00bff988 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
0000006b`00bff990 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
0000006b`00bffa00 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
0000006b`00bffb00 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000006b`00bffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000033`5a3ff818 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
00000033`5a3ff820 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
00000033`5a3ff890 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
00000033`5a3ff990 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000033`5a3ff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000033`5a7ffa08 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000033`5a7ffa10 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000033`5a7ffd00 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000033`5a7ffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000033`59fffaa8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000033`59fffab0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000033`59fffda0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000033`59fffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000033`5abff658 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000033`5abff660 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000033`5abff950 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000033`5abff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000033`59bfef30 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000033`59bfef70 00007ff7`169eac9c     postgres!ExceptionalCondition(
00000033`59bfefb0 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000033`59bff000 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000033`59bff050 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000033`59bff970 00007ff7`1689e7b8     postgres!PostmasterMain(
00000033`59bffb00 00007ff7`16e982a9     postgres!main(
00000033`59bffb40 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000033`59bffb90 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000033`59bffc00 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000007`b0bff768 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000007`b0bff770 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000007`b0bffa60 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000007`b0bffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000007`b03ff798 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
00000007`b03ff7a0 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
00000007`b03ff810 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
00000007`b03ff910 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000007`b03ff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000007`afbff0a0 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000007`afbff0e0 00007ff7`169eac9c     postgres!ExceptionalCondition(
00000007`afbff120 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000007`afbff170 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000007`afbff1c0 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000007`afbffae0 00007ff7`1689e7b8     postgres!PostmasterMain(
00000007`afbffc70 00007ff7`16e982a9     postgres!main(
00000007`afbffcb0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000007`afbffd00 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000007`afbffd70 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000007`b07ff9d8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000007`b07ff9e0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000007`b07ffcd0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000007`b07ffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000007`affffbd8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000007`affffbe0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000007`affffed0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000007`afffff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e8`b7ffec20 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e8`b7ffec60 00007ff7`169eac9c     postgres!ExceptionalCondition(
000000e8`b7ffeca0 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000e8`b7ffecf0 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000e8`b7ffed40 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000e8`b7fff660 00007ff7`1689e7b8     postgres!PostmasterMain(
000000e8`b7fff7f0 00007ff7`16e982a9     postgres!main(
000000e8`b7fff830 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e8`b7fff880 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e8`b7fff8f0 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000e8`b83ff718 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e8`b83ff720 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000e8`b83ffa10 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e8`b83ffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e8`b8bff628 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e8`b8bff630 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000e8`b8bff920 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e8`b8bff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e8`b8fff768 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e8`b8fff770 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000e8`b8fffa60 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e8`b8fffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e8`b87ff5d8 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
000000e8`b87ff5e0 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
000000e8`b87ff650 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
000000e8`b87ff750 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e8`b87ff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000026`2afffbd8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000026`2afffbe0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000026`2afffed0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000026`2affff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000026`2a7fefe0 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000026`2a7ff020 00007ff7`169eac9c     postgres!ExceptionalCondition(
00000026`2a7ff060 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000026`2a7ff0b0 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000026`2a7ff100 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000026`2a7ffa20 00007ff7`1689e7b8     postgres!PostmasterMain(
00000026`2a7ffbb0 00007ff7`16e982a9     postgres!main(
00000026`2a7ffbf0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000026`2a7ffc40 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000026`2a7ffcb0 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000026`2abffa58 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000026`2abffa60 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000026`2abffd50 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000026`2abffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000026`2bbff868 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000026`2bbff870 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000026`2bbffb60 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000026`2bbffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000026`2b3ff588 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000026`2b3ff590 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000026`2b3ff880 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000026`2b3ff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000026`2b7ffc28 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
00000026`2b7ffc30 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
00000026`2b7ffca0 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
00000026`2b7ffda0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000026`2b7ffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`4a3fedf0 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000001`4a3fee30 00007ff7`169eac9c     postgres!ExceptionalCondition(
00000001`4a3fee70 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000001`4a3feec0 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000001`4a3fef10 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000001`4a3ff830 00007ff7`1689e7b8     postgres!PostmasterMain(
00000001`4a3ff9c0 00007ff7`16e982a9     postgres!main(
00000001`4a3ffa00 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000001`4a3ffa50 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000001`4a3ffac0 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000001`4a7ff988 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000001`4a7ff990 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000001`4a7ffc80 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000001`4a7ffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`4b3ff9e8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000001`4b3ff9f0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000001`4b3ffce0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000001`4b3ffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`4afff4c8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000001`4afff4d0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000001`4afff7c0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000001`4afff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`4abff918 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
00000001`4abff920 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
00000001`4abff990 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
00000001`4abffa90 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000001`4abffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000b`67dffa38 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000b`67dffa40 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000000b`67dffd30 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000000b`67dffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000b`685ffb08 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
0000000b`685ffb10 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
0000000b`685ffb80 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
0000000b`685ffc80 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000000b`685ffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000b`679fedd0 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000000b`679fee10 00007ff7`169eac9c     postgres!ExceptionalCondition(
0000000b`679fee50 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000000b`679feea0 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000000b`679feef0 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000000b`679ff810 00007ff7`1689e7b8     postgres!PostmasterMain(
0000000b`679ff9a0 00007ff7`16e982a9     postgres!main(
0000000b`679ff9e0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000000b`679ffa30 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000000b`679ffaa0 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000000b`681ff618 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000b`681ff620 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000000b`681ff910 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000000b`681ff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000b`689ff508 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000b`689ff510 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000000b`689ff800 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000000b`689ff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d1`895ff638 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d1`895ff640 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000d1`895ff930 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d1`895ff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d1`899ff998 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
000000d1`899ff9a0 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
000000d1`899ffa10 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
000000d1`899ffb10 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d1`899ffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d1`89dff668 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d1`89dff670 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000d1`89dff960 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d1`89dff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d1`8a1ff4c8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d1`8a1ff4d0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000d1`8a1ff7c0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d1`8a1ff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d1`891ff090 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d1`891ff0d0 00007ff7`169eac9c     postgres!ExceptionalCondition(
000000d1`891ff110 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000d1`891ff160 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000d1`891ff1b0 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000d1`891ffad0 00007ff7`1689e7b8     postgres!PostmasterMain(
000000d1`891ffc60 00007ff7`16e982a9     postgres!main(
000000d1`891ffca0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d1`891ffcf0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d1`891ffd60 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000b6`07dff7b8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b6`07dff7c0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000b6`07dffab0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b6`07dffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b6`079ffa88 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b6`079ffa90 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000b6`079ffd80 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b6`079ffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b6`075ffaa8 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
000000b6`075ffab0 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
000000b6`075ffb20 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
000000b6`075ffc20 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b6`075ffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b6`071ff5d8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b6`071ff5e0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000b6`071ff8d0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b6`071ff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b6`06dfeed0 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b6`06dfef10 00007ff7`169eac9c     postgres!ExceptionalCondition(
000000b6`06dfef50 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000b6`06dfefa0 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000b6`06dfeff0 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000b6`06dff910 00007ff7`1689e7b8     postgres!PostmasterMain(
000000b6`06dffaa0 00007ff7`16e982a9     postgres!main(
000000b6`06dffae0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b6`06dffb30 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000b6`06dffba0 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000008a`a8fff948 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008a`a8fff950 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000008a`a8fffc40 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000008a`a8fffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008a`a8bff658 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
0000008a`a8bff660 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
0000008a`a8bff6d0 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
0000008a`a8bff7d0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000008a`a8bff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008a`a7bfefc0 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000008a`a7bff000 00007ff7`169eac9c     postgres!ExceptionalCondition(
0000008a`a7bff040 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000008a`a7bff090 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000008a`a7bff0e0 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000008a`a7bffa00 00007ff7`1689e7b8     postgres!PostmasterMain(
0000008a`a7bffb90 00007ff7`16e982a9     postgres!main(
0000008a`a7bffbd0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000008a`a7bffc20 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000008a`a7bffc90 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000008a`a7fff978 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008a`a7fff980 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000008a`a7fffc70 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000008a`a7fffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008a`a83ffa18 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008a`a83ffa20 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000008a`a83ffd10 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000008a`a83ffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008a`a87ffaf8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008a`a87ffb00 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000008a`a87ffdf0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000008a`a87ffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e6`f1dffb28 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e6`f1dffb30 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000e6`f1dffe20 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e6`f1dffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e6`f15ff060 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e6`f15ff0a0 00007ff7`169eac9c     postgres!ExceptionalCondition(
000000e6`f15ff0e0 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000e6`f15ff130 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000e6`f15ff180 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000e6`f15ffaa0 00007ff7`1689e7b8     postgres!PostmasterMain(
000000e6`f15ffc30 00007ff7`16e982a9     postgres!main(
000000e6`f15ffc70 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e6`f15ffcc0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e6`f15ffd30 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000e6`f19ffa98 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e6`f19ffaa0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000e6`f19ffd90 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e6`f19ffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e6`f21ffbe8 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
000000e6`f21ffbf0 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
000000e6`f21ffc60 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
000000e6`f21ffd60 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e6`f21ffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e6`f25ff5d8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e6`f25ff5e0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000e6`f25ff8d0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e6`f25ff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000079`7dfffdb8 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
00000079`7dfffdc0 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
00000079`7dfffe30 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
00000079`7dffff30 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000079`7dffff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000079`7d3feb70 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000079`7d3febb0 00007ff7`169eac9c     postgres!ExceptionalCondition(
00000079`7d3febf0 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000079`7d3fec40 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000079`7d3fec90 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000079`7d3ff5b0 00007ff7`1689e7b8     postgres!PostmasterMain(
00000079`7d3ff740 00007ff7`16e982a9     postgres!main(
00000079`7d3ff780 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000079`7d3ff7d0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000079`7d3ff840 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000079`7d7ff678 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000079`7d7ff680 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000079`7d7ff970 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000079`7d7ff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000079`7dbff688 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000079`7dbff690 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000079`7dbff980 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000079`7dbff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000079`7e3ff9d8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000079`7e3ff9e0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000079`7e3ffcd0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000079`7e3ffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000093`509ffaf8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000093`509ffb00 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000093`509ffdf0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000093`509ffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000093`4fdfef40 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000093`4fdfef80 00007ff7`169eac9c     postgres!ExceptionalCondition(
00000093`4fdfefc0 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000093`4fdff010 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000093`4fdff060 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000093`4fdff980 00007ff7`1689e7b8     postgres!PostmasterMain(
00000093`4fdffb10 00007ff7`16e982a9     postgres!main(
00000093`4fdffb50 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000093`4fdffba0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000093`4fdffc10 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000093`501ff4f8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000093`501ff500 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000093`501ff7f0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000093`501ff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000093`505ff858 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
00000093`505ff860 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
00000093`505ff8d0 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
00000093`505ff9d0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000093`505ffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000093`50dffbd8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000093`50dffbe0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000093`50dffed0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000093`50dfff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007e`137ffaf8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007e`137ffb00 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000007e`137ffdf0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007e`137ffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007e`127feed0 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000007e`127fef10 00007ff7`169eac9c     postgres!ExceptionalCondition(
0000007e`127fef50 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000007e`127fefa0 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000007e`127feff0 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000007e`127ff910 00007ff7`1689e7b8     postgres!PostmasterMain(
0000007e`127ffaa0 00007ff7`16e982a9     postgres!main(
0000007e`127ffae0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000007e`127ffb30 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000007e`127ffba0 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000007e`12bff848 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007e`12bff850 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000007e`12bffb40 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007e`12bffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007e`12fff948 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007e`12fff950 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000007e`12fffc40 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007e`12fffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007e`133ffad8 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
0000007e`133ffae0 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
0000007e`133ffb50 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
0000007e`133ffc50 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007e`133ffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007c`d09ffbc8 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
0000007c`d09ffbd0 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
0000007c`d09ffc40 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
0000007c`d09ffd40 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007c`d09ffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007c`cfdfef00 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000007c`cfdfef40 00007ff7`169eac9c     postgres!ExceptionalCondition(
0000007c`cfdfef80 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000007c`cfdfefd0 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000007c`cfdff020 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000007c`cfdff940 00007ff7`1689e7b8     postgres!PostmasterMain(
0000007c`cfdffad0 00007ff7`16e982a9     postgres!main(
0000007c`cfdffb10 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000007c`cfdffb60 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000007c`cfdffbd0 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000007c`d01ff4b8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007c`d01ff4c0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000007c`d01ff7b0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007c`d01ff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007c`d05ff498 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007c`d05ff4a0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000007c`d05ff790 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007c`d05ff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007c`d0dffa48 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007c`d0dffa50 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000007c`d0dffd40 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007c`d0dffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000065`d63ffa68 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000065`d63ffa70 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000065`d63ffd60 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000065`d63ffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000065`d57fef40 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000065`d57fef80 00007ff7`169eac9c     postgres!ExceptionalCondition(
00000065`d57fefc0 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000065`d57ff010 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000065`d57ff060 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000065`d57ff980 00007ff7`1689e7b8     postgres!PostmasterMain(
00000065`d57ffb10 00007ff7`16e982a9     postgres!main(
00000065`d57ffb50 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000065`d57ffba0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000065`d57ffc10 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000065`d5bff9c8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000065`d5bff9d0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000065`d5bffcc0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000065`d5bffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000065`d5fff9e8 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
00000065`d5fff9f0 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
00000065`d5fffa60 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
00000065`d5fffb60 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000065`d5fffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000065`d67ff8a8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000065`d67ff8b0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000065`d67ffba0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000065`d67ffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b2`213ff748 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
000000b2`213ff750 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
000000b2`213ff7c0 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
000000b2`213ff8c0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b2`213ff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b2`207feda0 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b2`207fede0 00007ff7`169eac9c     postgres!ExceptionalCondition(
000000b2`207fee20 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000b2`207fee70 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000b2`207feec0 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000b2`207ff7e0 00007ff7`1689e7b8     postgres!PostmasterMain(
000000b2`207ff970 00007ff7`16e982a9     postgres!main(
000000b2`207ff9b0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b2`207ffa00 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000b2`207ffa70 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000b2`20bff588 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b2`20bff590 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000b2`20bff880 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b2`20bff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b2`20fff558 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b2`20fff560 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000b2`20fff850 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b2`20fff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b2`217ff8d8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b2`217ff8e0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000b2`217ffbd0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b2`217ffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b7`459ffa08 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b7`459ffa10 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000b7`459ffd00 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b7`459ffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b7`449ff0a0 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b7`449ff0e0 00007ff7`169eac9c     postgres!ExceptionalCondition(
000000b7`449ff120 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000b7`449ff170 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000b7`449ff1c0 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000b7`449ffae0 00007ff7`1689e7b8     postgres!PostmasterMain(
000000b7`449ffc70 00007ff7`16e982a9     postgres!main(
000000b7`449ffcb0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b7`449ffd00 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000b7`449ffd70 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000b7`44dffb28 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b7`44dffb30 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000b7`44dffe20 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b7`44dffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b7`451ff798 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b7`451ff7a0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000b7`451ffa90 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b7`451ffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b7`455ffbe8 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
000000b7`455ffbf0 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
000000b7`455ffc60 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
000000b7`455ffd60 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b7`455ffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000087`f55fea50 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000087`f55fea90 00007ff7`169eac9c     postgres!ExceptionalCondition(
00000087`f55fead0 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000087`f55feb20 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000087`f55feb70 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000087`f55ff490 00007ff7`1689e7b8     postgres!PostmasterMain(
00000087`f55ff620 00007ff7`16e982a9     postgres!main(
00000087`f55ff660 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000087`f55ff6b0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000087`f55ff720 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000087`f59ffaa8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000087`f59ffab0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000087`f59ffda0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000087`f59ffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000087`f5dffb58 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
00000087`f5dffb60 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
00000087`f5dffbd0 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
00000087`f5dffcd0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000087`f5dffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000087`f61ff908 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000087`f61ff910 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000087`f61ffc00 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000087`f61ffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000087`f65ff9d8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000087`f65ff9e0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000087`f65ffcd0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000087`f65ffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007b`2ffff6d8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007b`2ffff6e0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000007b`2ffff9d0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007b`2ffffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007b`2ebff0d0 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000007b`2ebff110 00007ff7`169eac9c     postgres!ExceptionalCondition(
0000007b`2ebff150 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000007b`2ebff1a0 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000007b`2ebff1f0 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000007b`2ebffb10 00007ff7`1689e7b8     postgres!PostmasterMain(
0000007b`2ebffca0 00007ff7`16e982a9     postgres!main(
0000007b`2ebffce0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000007b`2ebffd30 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000007b`2ebffda0 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000007b`2efff478 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007b`2efff480 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000007b`2efff770 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007b`2efff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007b`2f3ffba8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007b`2f3ffbb0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000007b`2f3ffea0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007b`2f3ffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007b`2f7ffb18 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007b`2f7ffb20 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000007b`2f7ffe10 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007b`2f7ffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007b`2fbffcb8 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
0000007b`2fbffcc0 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
0000007b`2fbffd30 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
0000007b`2fbffe30 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007b`2fbffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000075`e69ff9e8 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
00000075`e69ff9f0 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
00000075`e69ffa60 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
00000075`e69ffb60 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000075`e69ffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000075`e59feef0 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000075`e59fef30 00007ff7`169eac9c     postgres!ExceptionalCondition(
00000075`e59fef70 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000075`e59fefc0 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000075`e59ff010 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000075`e59ff930 00007ff7`1689e7b8     postgres!PostmasterMain(
00000075`e59ffac0 00007ff7`16e982a9     postgres!main(
00000075`e59ffb00 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000075`e59ffb50 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000075`e59ffbc0 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000075`e5dff858 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000075`e5dff860 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000075`e5dffb50 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000075`e5dffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000075`e61ffa78 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000075`e61ffa80 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000075`e61ffd70 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000075`e61ffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000075`e65ff748 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000075`e65ff750 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000075`e65ffa40 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000075`e65ffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000075`e6dff758 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000075`e6dff760 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000075`e6dffa50 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000075`e6dffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000021`4f1ffa88 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
00000021`4f1ffa90 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
00000021`4f1ffb00 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
00000021`4f1ffc00 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000021`4f1ffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000021`4e1fea90 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000021`4e1fead0 00007ff7`169eac9c     postgres!ExceptionalCondition(
00000021`4e1feb10 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000021`4e1feb60 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000021`4e1febb0 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000021`4e1ff4d0 00007ff7`1689e7b8     postgres!PostmasterMain(
00000021`4e1ff660 00007ff7`16e982a9     postgres!main(
00000021`4e1ff6a0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000021`4e1ff6f0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000021`4e1ff760 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000021`4e5ffab8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000021`4e5ffac0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000021`4e5ffdb0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000021`4e5ffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000021`4e9ff8a8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000021`4e9ff8b0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000021`4e9ffba0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000021`4e9ffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000021`4edffb98 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000021`4edffba0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000021`4edffe90 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000021`4edffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000021`4f5ff9f8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000021`4f5ffa00 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000021`4f5ffcf0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000021`4f5ffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000006`0b1ff7c8 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
00000006`0b1ff7d0 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
00000006`0b1ff840 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
00000006`0b1ff940 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000006`0b1ff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000006`0a5fed10 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000006`0a5fed50 00007ff7`169eac9c     postgres!ExceptionalCondition(
00000006`0a5fed90 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000006`0a5fede0 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000006`0a5fee30 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000006`0a5ff750 00007ff7`1689e7b8     postgres!PostmasterMain(
00000006`0a5ff8e0 00007ff7`16e982a9     postgres!main(
00000006`0a5ff920 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000006`0a5ff970 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000006`0a5ff9e0 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000006`0a9ff748 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000006`0a9ff750 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000006`0a9ffa40 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000006`0a9ffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000006`0adffab8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000006`0adffac0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000006`0adffdb0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000006`0adffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000006`0b5ff908 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000006`0b5ff910 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000006`0b5ffc00 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000006`0b5ffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003b`227ffce8 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
0000003b`227ffcf0 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
0000003b`227ffd60 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
0000003b`227ffe60 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003b`227ffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003b`22bff948 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003b`22bff950 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000003b`22bffc40 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003b`22bffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003b`22fff658 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003b`22fff660 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000003b`22fff950 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003b`22fff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003b`21ffea30 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000003b`21ffea70 00007ff7`169eac9c     postgres!ExceptionalCondition(
0000003b`21ffeab0 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000003b`21ffeb00 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000003b`21ffeb50 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000003b`21fff470 00007ff7`1689e7b8     postgres!PostmasterMain(
0000003b`21fff600 00007ff7`16e982a9     postgres!main(
0000003b`21fff640 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000003b`21fff690 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000003b`21fff700 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000003b`223ff4a8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003b`223ff4b0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000003b`223ff7a0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003b`223ff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000018`e5bff6a8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000018`e5bff6b0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000018`e5bff9a0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000018`e5bff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000018`e5fff6d8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000018`e5fff6e0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000018`e5fff9d0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000018`e5fffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000018`e63ff858 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
00000018`e63ff860 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
00000018`e63ff8d0 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
00000018`e63ff9d0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000018`e63ffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000018`e57ff160 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000018`e57ff1a0 00007ff7`169eac9c     postgres!ExceptionalCondition(
00000018`e57ff1e0 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000018`e57ff230 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000018`e57ff280 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000018`e57ffba0 00007ff7`1689e7b8     postgres!PostmasterMain(
00000018`e57ffd30 00007ff7`16e982a9     postgres!main(
00000018`e57ffd70 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000018`e57ffdc0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000018`e57ffe30 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000018`e67ffae8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000018`e67ffaf0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000018`e67ffde0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000018`e67ffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a9`53bff718 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a9`53bff720 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000a9`53bffa10 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a9`53bffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a9`52ffef30 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a9`52ffef70 00007ff7`169eac9c     postgres!ExceptionalCondition(
000000a9`52ffefb0 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000a9`52fff000 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000a9`52fff050 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a9`52fff970 00007ff7`1689e7b8     postgres!PostmasterMain(
000000a9`52fffb00 00007ff7`16e982a9     postgres!main(
000000a9`52fffb40 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a9`52fffb90 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a9`52fffc00 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a9`533ff468 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a9`533ff470 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000a9`533ff760 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a9`533ff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a9`537ff8c8 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
000000a9`537ff8d0 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
000000a9`537ff940 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
000000a9`537ffa40 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a9`537ffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a9`53fffbb8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a9`53fffbc0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000a9`53fffeb0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a9`53fffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`675ff7d8 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
000000dd`675ff7e0 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
000000dd`675ff850 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
000000dd`675ff950 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`675ff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`669fed60 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000dd`669feda0 00007ff7`169eac9c     postgres!ExceptionalCondition(
000000dd`669fede0 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000dd`669fee30 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000dd`669fee80 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000dd`669ff7a0 00007ff7`1689e7b8     postgres!PostmasterMain(
000000dd`669ff930 00007ff7`16e982a9     postgres!main(
000000dd`669ff970 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000dd`669ff9c0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000dd`669ffa30 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000dd`66dff698 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dd`66dff6a0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000dd`66dff990 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`66dff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`671ffb78 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dd`671ffb80 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000dd`671ffe70 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`671ffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`679ff598 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dd`679ff5a0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000dd`679ff890 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`679ff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000da`58bfef50 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000da`58bfef90 00007ff7`169eac9c     postgres!ExceptionalCondition(
000000da`58bfefd0 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000da`58bff020 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000da`58bff070 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000da`58bff990 00007ff7`1689e7b8     postgres!PostmasterMain(
000000da`58bffb20 00007ff7`16e982a9     postgres!main(
000000da`58bffb60 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000da`58bffbb0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000da`58bffc20 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000da`597ff578 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000da`597ff580 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000da`597ff870 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000da`597ff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000da`593ffba8 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
000000da`593ffbb0 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
000000da`593ffc20 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
000000da`593ffd20 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000da`593ffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000da`59bffa98 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000da`59bffaa0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000da`59bffd90 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000da`59bffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000da`58fff9a8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000da`58fff9b0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000da`58fffca0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000da`58fffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009d`d45ff918 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
0000009d`d45ff920 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
0000009d`d45ff990 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
0000009d`d45ffa90 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000009d`d45ffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009d`d3dff160 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000009d`d3dff1a0 00007ff7`169eac9c     postgres!ExceptionalCondition(
0000009d`d3dff1e0 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000009d`d3dff230 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000009d`d3dff280 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000009d`d3dffba0 00007ff7`1689e7b8     postgres!PostmasterMain(
0000009d`d3dffd30 00007ff7`16e982a9     postgres!main(
0000009d`d3dffd70 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000009d`d3dffdc0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000009d`d3dffe30 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000009d`d41ff7c8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009d`d41ff7d0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000009d`d41ffac0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000009d`d41ffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009d`d49ff6e8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009d`d49ff6f0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000009d`d49ff9e0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000009d`d49ffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009d`d4dffbf8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009d`d4dffc00 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000009d`d4dffef0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000009d`d4dfff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006d`35fff768 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006d`35fff770 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000006d`35fffa60 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000006d`35fffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006d`34bfebe0 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000006d`34bfec20 00007ff7`169eac9c     postgres!ExceptionalCondition(
0000006d`34bfec60 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000006d`34bfecb0 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000006d`34bfed00 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000006d`34bff620 00007ff7`1689e7b8     postgres!PostmasterMain(
0000006d`34bff7b0 00007ff7`16e982a9     postgres!main(
0000006d`34bff7f0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000006d`34bff840 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000006d`34bff8b0 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000006d`34fff768 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006d`34fff770 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000006d`34fffa60 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000006d`34fffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006d`353ffa98 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006d`353ffaa0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000006d`353ffd90 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000006d`353ffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006d`357ff658 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006d`357ff660 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000006d`357ff950 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000006d`357ff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006d`35bff668 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
0000006d`35bff670 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
0000006d`35bff6e0 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
0000006d`35bff7e0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000006d`35bff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000091`bdbffc18 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
00000091`bdbffc20 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
00000091`bdbffc90 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
00000091`bdbffd90 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000091`bdbffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000091`bcfff1f0 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000091`bcfff230 00007ff7`169eac9c     postgres!ExceptionalCondition(
00000091`bcfff270 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000091`bcfff2c0 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000091`bcfff310 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000091`bcfffc30 00007ff7`1689e7b8     postgres!PostmasterMain(
00000091`bcfffdc0 00007ff7`16e982a9     postgres!main(
00000091`bcfffe00 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000091`bcfffe50 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000091`bcfffec0 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000091`bd3ff908 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000091`bd3ff910 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000091`bd3ffc00 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000091`bd3ffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000091`bd7ff6b8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000091`bd7ff6c0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000091`bd7ff9b0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000091`bd7ff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000091`bdfff698 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000091`bdfff6a0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000091`bdfff990 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000091`bdfff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009f`39bff4f8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009f`39bff500 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000009f`39bff7f0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000009f`39bff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009f`38ffecc0 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000009f`38ffed00 00007ff7`169eac9c     postgres!ExceptionalCondition(
0000009f`38ffed40 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000009f`38ffed90 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000009f`38ffede0 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000009f`38fff700 00007ff7`1689e7b8     postgres!PostmasterMain(
0000009f`38fff890 00007ff7`16e982a9     postgres!main(
0000009f`38fff8d0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000009f`38fff920 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000009f`38fff990 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000009f`393ffa98 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009f`393ffaa0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000009f`393ffd90 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000009f`393ffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009f`397ff6e8 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
0000009f`397ff6f0 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
0000009f`397ff760 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
0000009f`397ff860 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000009f`397ff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009f`39fff918 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009f`39fff920 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000009f`39fffc10 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000009f`39fffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c5`b33ffb78 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c5`b33ffb80 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000c5`b33ffe70 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c5`b33ffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c5`b2fff040 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c5`b2fff080 00007ff7`169eac9c     postgres!ExceptionalCondition(
000000c5`b2fff0c0 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c5`b2fff110 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000c5`b2fff160 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c5`b2fffa80 00007ff7`1689e7b8     postgres!PostmasterMain(
000000c5`b2fffc10 00007ff7`16e982a9     postgres!main(
000000c5`b2fffc50 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c5`b2fffca0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c5`b2fffd10 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c5`b37ff9c8 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
000000c5`b37ff9d0 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
000000c5`b37ffa40 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
000000c5`b37ffb40 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c5`b37ffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c5`b3fffbc8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c5`b3fffbd0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000c5`b3fffec0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c5`b3fffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c5`b3bff698 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c5`b3bff6a0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000c5`b3bff990 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c5`b3bff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000033`a1bff5c8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000033`a1bff5d0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000033`a1bff8c0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000033`a1bff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000033`a17feff0 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000033`a17ff030 00007ff7`169eac9c     postgres!ExceptionalCondition(
00000033`a17ff070 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000033`a17ff0c0 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000033`a17ff110 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000033`a17ffa30 00007ff7`1689e7b8     postgres!PostmasterMain(
00000033`a17ffbc0 00007ff7`16e982a9     postgres!main(
00000033`a17ffc00 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000033`a17ffc50 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000033`a17ffcc0 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000033`a1fff5f8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000033`a1fff600 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000033`a1fff8f0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000033`a1fff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000033`a23ff6c8 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
00000033`a23ff6d0 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
00000033`a23ff740 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
00000033`a23ff840 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000033`a23ff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000033`a27ff998 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000033`a27ff9a0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000033`a27ffc90 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000033`a27ffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ea`709ffb48 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ea`709ffb50 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000ea`709ffe40 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ea`709ffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ea`6f5feee0 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ea`6f5fef20 00007ff7`169eac9c     postgres!ExceptionalCondition(
000000ea`6f5fef60 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ea`6f5fefb0 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000ea`6f5ff000 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ea`6f5ff920 00007ff7`1689e7b8     postgres!PostmasterMain(
000000ea`6f5ffab0 00007ff7`16e982a9     postgres!main(
000000ea`6f5ffaf0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ea`6f5ffb40 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ea`6f5ffbb0 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ea`6f9ff4a8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ea`6f9ff4b0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000ea`6f9ff7a0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ea`6f9ff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ea`6fdff4b8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ea`6fdff4c0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000ea`6fdff7b0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ea`6fdff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ea`701ffba8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ea`701ffbb0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000ea`701ffea0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ea`701ffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ea`705ffc78 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
000000ea`705ffc80 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
000000ea`705ffcf0 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
000000ea`705ffdf0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ea`705ffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002f`93fff9c8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002f`93fff9d0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000002f`93fffcc0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000002f`93fffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002f`933ff050 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000002f`933ff090 00007ff7`169eac9c     postgres!ExceptionalCondition(
0000002f`933ff0d0 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000002f`933ff120 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000002f`933ff170 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000002f`933ffa90 00007ff7`1689e7b8     postgres!PostmasterMain(
0000002f`933ffc20 00007ff7`16e982a9     postgres!main(
0000002f`933ffc60 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000002f`933ffcb0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000002f`933ffd20 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000002f`937ff738 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002f`937ff740 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000002f`937ffa30 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000002f`937ffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002f`93bff758 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
0000002f`93bff760 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
0000002f`93bff7d0 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
0000002f`93bff8d0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000002f`93bff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002f`943ffbe8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002f`943ffbf0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000002f`943ffee0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000002f`943fff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000012`151ffb28 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000012`151ffb30 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000012`151ffe20 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000012`151ffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000012`145fedf0 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000012`145fee30 00007ff7`169eac9c     postgres!ExceptionalCondition(
00000012`145fee70 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000012`145feec0 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000012`145fef10 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000012`145ff830 00007ff7`1689e7b8     postgres!PostmasterMain(
00000012`145ff9c0 00007ff7`16e982a9     postgres!main(
00000012`145ffa00 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000012`145ffa50 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000012`145ffac0 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000012`149ff938 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000012`149ff940 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000012`149ffc30 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000012`149ffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000012`14dff828 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
00000012`14dff830 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
00000012`14dff8a0 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
00000012`14dff9a0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000012`14dff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000012`155ff948 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000012`155ff950 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000012`155ffc40 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000012`155ffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e1`03bff9b8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e1`03bff9c0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000e1`03bffcb0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e1`03bffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e1`033fede0 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e1`033fee20 00007ff7`169eac9c     postgres!ExceptionalCondition(
000000e1`033fee60 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000e1`033feeb0 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000e1`033fef00 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000e1`033ff820 00007ff7`1689e7b8     postgres!PostmasterMain(
000000e1`033ff9b0 00007ff7`16e982a9     postgres!main(
000000e1`033ff9f0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e1`033ffa40 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e1`033ffab0 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000e1`043ff678 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e1`043ff680 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000e1`043ff970 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e1`043ff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e1`037ffa88 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e1`037ffa90 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000e1`037ffd80 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e1`037ffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e1`03fffa18 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
000000e1`03fffa20 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
000000e1`03fffa90 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
000000e1`03fffb90 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e1`03fffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000099`8d3ff698 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
00000099`8d3ff6a0 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
00000099`8d3ff710 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
00000099`8d3ff810 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000099`8d3ff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000099`8c3feda0 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000099`8c3fede0 00007ff7`169eac9c     postgres!ExceptionalCondition(
00000099`8c3fee20 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000099`8c3fee70 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000099`8c3feec0 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000099`8c3ff7e0 00007ff7`1689e7b8     postgres!PostmasterMain(
00000099`8c3ff970 00007ff7`16e982a9     postgres!main(
00000099`8c3ff9b0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000099`8c3ffa00 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000099`8c3ffa70 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000099`8c7ffb18 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000099`8c7ffb20 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000099`8c7ffe10 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000099`8c7ffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000099`8cbff818 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000099`8cbff820 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000099`8cbffb10 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000099`8cbffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000099`8cfffa18 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000099`8cfffa20 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000099`8cfffd10 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000099`8cfffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000099`8d7ff508 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000099`8d7ff510 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000099`8d7ff800 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000099`8d7ff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007c`99bffa18 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007c`99bffa20 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000007c`99bffd10 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007c`99bffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007c`98bfeb20 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000007c`98bfeb60 00007ff7`169eac9c     postgres!ExceptionalCondition(
0000007c`98bfeba0 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000007c`98bfebf0 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000007c`98bfec40 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000007c`98bff560 00007ff7`1689e7b8     postgres!PostmasterMain(
0000007c`98bff6f0 00007ff7`16e982a9     postgres!main(
0000007c`98bff730 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000007c`98bff780 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000007c`98bff7f0 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000007c`98fff848 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007c`98fff850 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000007c`98fffb40 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007c`98fffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007c`993ff988 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007c`993ff990 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000007c`993ffc80 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007c`993ffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007c`997ff8a8 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
0000007c`997ff8b0 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
0000007c`997ff920 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
0000007c`997ffa20 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007c`997ffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000de`7c1ff628 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
000000de`7c1ff630 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
000000de`7c1ff6a0 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
000000de`7c1ff7a0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000de`7c1ff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000de`7b5ff200 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000de`7b5ff240 00007ff7`169eac9c     postgres!ExceptionalCondition(
000000de`7b5ff280 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000de`7b5ff2d0 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000de`7b5ff320 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000de`7b5ffc40 00007ff7`1689e7b8     postgres!PostmasterMain(
000000de`7b5ffdd0 00007ff7`16e982a9     postgres!main(
000000de`7b5ffe10 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000de`7b5ffe60 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000de`7b5ffed0 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000de`7b9ff9d8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000de`7b9ff9e0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000de`7b9ffcd0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000de`7b9ffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000de`7bdff6e8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000de`7bdff6f0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000de`7bdff9e0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000de`7bdffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000de`7c5ff6e8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000de`7c5ff6f0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000de`7c5ff9e0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000de`7c5ffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cd`485ff768 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
000000cd`485ff770 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
000000cd`485ff7e0 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
000000cd`485ff8e0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000cd`485ff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cd`475ff0e0 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000cd`475ff120 00007ff7`169eac9c     postgres!ExceptionalCondition(
000000cd`475ff160 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000cd`475ff1b0 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000cd`475ff200 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000cd`475ffb20 00007ff7`1689e7b8     postgres!PostmasterMain(
000000cd`475ffcb0 00007ff7`16e982a9     postgres!main(
000000cd`475ffcf0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000cd`475ffd40 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000cd`475ffdb0 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000cd`479ff888 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cd`479ff890 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000cd`479ffb80 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000cd`479ffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cd`47dff6a8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cd`47dff6b0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000cd`47dff9a0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000cd`47dff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cd`481ff618 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cd`481ff620 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000cd`481ff910 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000cd`481ff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cd`489ff7a8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cd`489ff7b0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000cd`489ffaa0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000cd`489ffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f1`d5dff9c8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f1`d5dff9d0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000f1`d5dffcc0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000f1`d5dffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f1`d69ff7f8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f1`d69ff800 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000f1`d69ffaf0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000f1`d69ffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f1`d65ffc58 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
000000f1`d65ffc60 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
000000f1`d65ffcd0 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
000000f1`d65ffdd0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000f1`d65ffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f1`d55febc0 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f1`d55fec00 00007ff7`169eac9c     postgres!ExceptionalCondition(
000000f1`d55fec40 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f1`d55fec90 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000f1`d55fece0 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f1`d55ff600 00007ff7`1689e7b8     postgres!PostmasterMain(
000000f1`d55ff790 00007ff7`16e982a9     postgres!main(
000000f1`d55ff7d0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f1`d55ff820 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f1`d55ff890 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f1`d59ff568 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f1`d59ff570 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000f1`d59ff860 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000f1`d59ff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f1`d61ff6e8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f1`d61ff6f0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000f1`d61ff9e0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000f1`d61ffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009f`287ff8d8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009f`287ff8e0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000009f`287ffbd0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000009f`287ffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009f`283febf0 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000009f`283fec30 00007ff7`169eac9c     postgres!ExceptionalCondition(
0000009f`283fec70 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000009f`283fecc0 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000009f`283fed10 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000009f`283ff630 00007ff7`1689e7b8     postgres!PostmasterMain(
0000009f`283ff7c0 00007ff7`16e982a9     postgres!main(
0000009f`283ff800 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000009f`283ff850 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000009f`283ff8c0 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000009f`28bffa48 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
0000009f`28bffa50 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
0000009f`28bffac0 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
0000009f`28bffbc0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000009f`28bffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009f`28fff9b8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009f`28fff9c0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000009f`28fffcb0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000009f`28fffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009f`293ffb48 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009f`293ffb50 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000009f`293ffe40 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000009f`293ffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ac`557ff718 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
000000ac`557ff720 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
000000ac`557ff790 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
000000ac`557ff890 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ac`557ff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ac`55bff578 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ac`55bff580 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000ac`55bff870 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ac`55bff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ac`54fff8c8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ac`54fff8d0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000ac`54fffbc0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ac`54fffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ac`553ff728 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ac`553ff730 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000ac`553ffa20 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ac`553ffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ac`54bfeea0 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ac`54bfeee0 00007ff7`169eac9c     postgres!ExceptionalCondition(
000000ac`54bfef20 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ac`54bfef70 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000ac`54bfefc0 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ac`54bff8e0 00007ff7`1689e7b8     postgres!PostmasterMain(
000000ac`54bffa70 00007ff7`16e982a9     postgres!main(
000000ac`54bffab0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ac`54bffb00 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ac`54bffb70 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000079`b7dffce8 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
00000079`b7dffcf0 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
00000079`b7dffd60 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
00000079`b7dffe60 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000079`b7dffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000079`b81ff748 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000079`b81ff750 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000079`b81ffa40 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000079`b81ffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000079`b85ffa18 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000079`b85ffa20 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000079`b85ffd10 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000079`b85ffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000079`b75feec0 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000079`b75fef00 00007ff7`169eac9c     postgres!ExceptionalCondition(
00000079`b75fef40 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000079`b75fef90 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000079`b75fefe0 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000079`b75ff900 00007ff7`1689e7b8     postgres!PostmasterMain(
00000079`b75ffa90 00007ff7`16e982a9     postgres!main(
00000079`b75ffad0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000079`b75ffb20 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000079`b75ffb90 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000079`b79ffa18 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000079`b79ffa20 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000079`b79ffd10 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000079`b79ffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001c`5fbff948 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001c`5fbff950 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000001c`5fbffc40 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000001c`5fbffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001c`607ff9e8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001c`607ff9f0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000001c`607ffce0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000001c`607ffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001c`603ff868 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
0000001c`603ff870 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
0000001c`603ff8e0 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
0000001c`603ff9e0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000001c`603ffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001c`5ffff808 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001c`5ffff810 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000001c`5ffffb00 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000001c`5ffffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001c`5f7fecc0 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000001c`5f7fed00 00007ff7`169eac9c     postgres!ExceptionalCondition(
0000001c`5f7fed40 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000001c`5f7fed90 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000001c`5f7fede0 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000001c`5f7ff700 00007ff7`1689e7b8     postgres!PostmasterMain(
0000001c`5f7ff890 00007ff7`16e982a9     postgres!main(
0000001c`5f7ff8d0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000001c`5f7ff920 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000001c`5f7ff990 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000087`c15ff4d8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000087`c15ff4e0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000087`c15ff7d0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000087`c15ff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000087`c11fea30 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000087`c11fea70 00007ff7`169eac9c     postgres!ExceptionalCondition(
00000087`c11feab0 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000087`c11feb00 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000087`c11feb50 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000087`c11ff470 00007ff7`1689e7b8     postgres!PostmasterMain(
00000087`c11ff600 00007ff7`16e982a9     postgres!main(
00000087`c11ff640 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000087`c11ff690 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000087`c11ff700 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000087`c21ff5f8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000087`c21ff600 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000087`c21ff8f0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000087`c21ff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000087`c1dff918 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000087`c1dff920 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000087`c1dffc10 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000087`c1dffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000087`c19ff9c8 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
00000087`c19ff9d0 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
00000087`c19ffa40 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
00000087`c19ffb40 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000087`c19ffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000093`65fff878 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000093`65fff880 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000093`65fffb70 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000093`65fffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000093`64ffeb90 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000093`64ffebd0 00007ff7`169eac9c     postgres!ExceptionalCondition(
00000093`64ffec10 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000093`64ffec60 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000093`64ffecb0 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000093`64fff5d0 00007ff7`1689e7b8     postgres!PostmasterMain(
00000093`64fff760 00007ff7`16e982a9     postgres!main(
00000093`64fff7a0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000093`64fff7f0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000093`64fff860 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000093`653ff7c8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000093`653ff7d0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000093`653ffac0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000093`653ffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000093`657ff978 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000093`657ff980 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000093`657ffc70 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000093`657ffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000093`65bff8f8 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
00000093`65bff900 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
00000093`65bff970 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
00000093`65bffa70 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000093`65bffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003a`6a7ff6b8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003a`6a7ff6c0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000003a`6a7ff9b0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003a`6a7ff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003a`6afff868 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003a`6afff870 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000003a`6afffb60 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003a`6afffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003a`6abff6c8 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
0000003a`6abff6d0 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
0000003a`6abff740 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
0000003a`6abff840 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003a`6abff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003a`69fff748 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003a`69fff750 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000003a`69fffa40 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003a`69fffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003a`69bfef10 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000003a`69bfef50 00007ff7`169eac9c     postgres!ExceptionalCondition(
0000003a`69bfef90 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000003a`69bfefe0 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000003a`69bff030 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000003a`69bff950 00007ff7`1689e7b8     postgres!PostmasterMain(
0000003a`69bffae0 00007ff7`16e982a9     postgres!main(
0000003a`69bffb20 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000003a`69bffb70 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000003a`69bffbe0 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000003a`6a3ff6c8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003a`6a3ff6d0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000003a`6a3ff9c0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003a`6a3ff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`bedff808 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dd`bedff810 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000dd`bedffb00 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`bedffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`bddfea50 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000dd`bddfea90 00007ff7`169eac9c     postgres!ExceptionalCondition(
000000dd`bddfead0 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000dd`bddfeb20 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000dd`bddfeb70 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000dd`bddff490 00007ff7`1689e7b8     postgres!PostmasterMain(
000000dd`bddff620 00007ff7`16e982a9     postgres!main(
000000dd`bddff660 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000dd`bddff6b0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000dd`bddff720 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000dd`be1ffac8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dd`be1ffad0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000dd`be1ffdc0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`be1ffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`be5ff768 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dd`be5ff770 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000dd`be5ffa60 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`be5ffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`be9ffd18 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
000000dd`be9ffd20 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
000000dd`be9ffd90 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
000000dd`be9ffe90 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`be9ffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bb`555ff9f8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bb`555ffa00 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000bb`555ffcf0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000bb`555ffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bb`549fee40 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000bb`549fee80 00007ff7`169eac9c     postgres!ExceptionalCondition(
000000bb`549feec0 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000bb`549fef10 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000bb`549fef60 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000bb`549ff880 00007ff7`1689e7b8     postgres!PostmasterMain(
000000bb`549ffa10 00007ff7`16e982a9     postgres!main(
000000bb`549ffa50 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000bb`549ffaa0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000bb`549ffb10 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000bb`54dffc28 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bb`54dffc30 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000bb`54dfff20 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000bb`54dfff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bb`551ffb08 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
000000bb`551ffb10 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
000000bb`551ffb80 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
000000bb`551ffc80 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000bb`551ffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bb`559ffa88 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bb`559ffa90 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000bb`559ffd80 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000bb`559ffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fe`4edffb08 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fe`4edffb10 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000fe`4edffe00 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000fe`4edffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fe`4f9ff738 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fe`4f9ff740 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000fe`4f9ffa30 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000fe`4f9ffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fe`4f5ff988 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
000000fe`4f5ff990 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
000000fe`4f5ffa00 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
000000fe`4f5ffb00 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000fe`4f5ffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fe`4e9fee80 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000fe`4e9feec0 00007ff7`169eac9c     postgres!ExceptionalCondition(
000000fe`4e9fef00 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000fe`4e9fef50 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000fe`4e9fefa0 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000fe`4e9ff8c0 00007ff7`1689e7b8     postgres!PostmasterMain(
000000fe`4e9ffa50 00007ff7`16e982a9     postgres!main(
000000fe`4e9ffa90 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000fe`4e9ffae0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000fe`4e9ffb50 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000fe`4f1ff958 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fe`4f1ff960 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000fe`4f1ffc50 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000fe`4f1ffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000094`993ff6b8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000094`993ff6c0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000094`993ff9b0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000094`993ff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000094`983fed40 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000094`983fed80 00007ff7`169eac9c     postgres!ExceptionalCondition(
00000094`983fedc0 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000094`983fee10 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000094`983fee60 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000094`983ff780 00007ff7`1689e7b8     postgres!PostmasterMain(
00000094`983ff910 00007ff7`16e982a9     postgres!main(
00000094`983ff950 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000094`983ff9a0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000094`983ffa10 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000094`987ff5e8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000094`987ff5f0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000094`987ff8e0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000094`987ff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000094`98bffa38 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000094`98bffa40 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000094`98bffd30 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000094`98bffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000094`98fff608 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
00000094`98fff610 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
00000094`98fff680 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
00000094`98fff780 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000094`98fff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000071`e05ffb88 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000071`e05ffb90 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000071`e05ffe80 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000071`e05ffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000071`e01ff648 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
00000071`e01ff650 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
00000071`e01ff6c0 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
00000071`e01ff7c0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000071`e01ff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000071`df9fefb0 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000071`df9feff0 00007ff7`169eac9c     postgres!ExceptionalCondition(
00000071`df9ff030 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000071`df9ff080 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000071`df9ff0d0 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000071`df9ff9f0 00007ff7`1689e7b8     postgres!PostmasterMain(
00000071`df9ffb80 00007ff7`16e982a9     postgres!main(
00000071`df9ffbc0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000071`df9ffc10 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000071`df9ffc80 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000071`dfdff738 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000071`dfdff740 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000071`dfdffa30 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000071`dfdffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000071`e09ff5a8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000071`e09ff5b0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000071`e09ff8a0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000071`e09ff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bc`8cdff698 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bc`8cdff6a0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000bc`8cdff990 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000bc`8cdff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bc`8c9ff9e8 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
000000bc`8c9ff9f0 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
000000bc`8c9ffa60 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
000000bc`8c9ffb60 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000bc`8c9ffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bc`8b9fee20 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000bc`8b9fee60 00007ff7`169eac9c     postgres!ExceptionalCondition(
000000bc`8b9feea0 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000bc`8b9feef0 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000bc`8b9fef40 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000bc`8b9ff860 00007ff7`1689e7b8     postgres!PostmasterMain(
000000bc`8b9ff9f0 00007ff7`16e982a9     postgres!main(
000000bc`8b9ffa30 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000bc`8b9ffa80 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000bc`8b9ffaf0 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000bc`8bdffb68 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bc`8bdffb70 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000bc`8bdffe60 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000bc`8bdffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bc`8c1ff798 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bc`8c1ff7a0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000bc`8c1ffa90 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000bc`8c1ffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bc`8c5ffb08 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bc`8c5ffb10 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000bc`8c5ffe00 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000bc`8c5ffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f4`401ff7d8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f4`401ff7e0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000f4`401ffad0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000f4`401ffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f4`3f5fea80 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f4`3f5feac0 00007ff7`169eac9c     postgres!ExceptionalCondition(
000000f4`3f5feb00 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f4`3f5feb50 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000f4`3f5feba0 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f4`3f5ff4c0 00007ff7`1689e7b8     postgres!PostmasterMain(
000000f4`3f5ff650 00007ff7`16e982a9     postgres!main(
000000f4`3f5ff690 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f4`3f5ff6e0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f4`3f5ff750 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f4`3f9ffa08 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f4`3f9ffa10 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000f4`3f9ffd00 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000f4`3f9ffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f4`3fdffb88 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
000000f4`3fdffb90 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
000000f4`3fdffc00 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
000000f4`3fdffd00 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000f4`3fdffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f4`405ff478 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f4`405ff480 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000f4`405ff770 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000f4`405ff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006b`0e7ffad8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006b`0e7ffae0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000006b`0e7ffdd0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000006b`0e7ffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006b`0dfff5a8 00007ff7`169e3b97     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
0000006b`0dfff5b0 00007ff7`1689e724     postgres!SubPostmasterMain(
0000006b`0dfff620 00007ff7`16e982a9     postgres!main(
0000006b`0dfff660 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000006b`0dfff6b0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000006b`0dfff720 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
0000006b`0dfff750 00007ffe`bd7b4cb0     postgres!mainCRTStartup(
0000006b`0dfff780 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000006b`0dfff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006b`0e3ff498 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006b`0e3ff4a0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000006b`0e3ff790 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000006b`0e3ff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006b`0ebff9c8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006b`0ebff9d0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000006b`0ebffcc0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000006b`0ebffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e6`233ffb78 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e6`233ffb80 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000e6`233ffe70 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e6`233ffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e6`23bff798 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e6`23bff7a0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000e6`23bffa90 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e6`23bffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e6`23fffa08 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e6`23fffa10 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000e6`23fffd00 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e6`23fffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e6`22ffebb0 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e6`22ffebf0 00007ff7`169eac9c     postgres!ExceptionalCondition(
000000e6`22ffec30 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000e6`22ffec80 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000e6`22ffecd0 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000e6`22fff5f0 00007ff7`1689e7b8     postgres!PostmasterMain(
000000e6`22fff780 00007ff7`16e982a9     postgres!main(
000000e6`22fff7c0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e6`22fff810 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e6`22fff880 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000e6`237ff7e8 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
000000e6`237ff7f0 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
000000e6`237ff860 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
000000e6`237ff960 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e6`237ff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000049`677feed0 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000049`677fef10 00007ff7`169eac9c     postgres!ExceptionalCondition(
00000049`677fef50 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000049`677fefa0 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000049`677feff0 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000049`677ff910 00007ff7`1689e7b8     postgres!PostmasterMain(
00000049`677ffaa0 00007ff7`16e982a9     postgres!main(
00000049`677ffae0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000049`677ffb30 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000049`677ffba0 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000049`67bffad8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000049`67bffae0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000049`67bffdd0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000049`67bffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000049`67fffb38 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
00000049`67fffb40 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
00000049`67fffbb0 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
00000049`67fffcb0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000049`67fffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000049`683ff898 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000049`683ff8a0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000049`683ffb90 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000049`683ffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000049`687ff888 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000049`687ff890 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000049`687ffb80 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000049`687ffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`549ffd38 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
000000cf`549ffd40 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
000000cf`549ffdb0 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
000000cf`549ffeb0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`549ffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`54dffbc8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cf`54dffbd0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000cf`54dffec0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`54dffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`539feee0 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000cf`539fef20 00007ff7`169eac9c     postgres!ExceptionalCondition(
000000cf`539fef60 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000cf`539fefb0 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000cf`539ff000 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000cf`539ff920 00007ff7`1689e7b8     postgres!PostmasterMain(
000000cf`539ffab0 00007ff7`16e982a9     postgres!main(
000000cf`539ffaf0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000cf`539ffb40 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000cf`539ffbb0 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000cf`53dff6a8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cf`53dff6b0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000cf`53dff9a0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`53dff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`541ff6c8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cf`541ff6d0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000cf`541ff9c0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`541ff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`545ff658 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cf`545ff660 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000cf`545ff950 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`545ff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d4`36bffab8 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
000000d4`36bffac0 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
000000d4`36bffb30 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
000000d4`36bffc30 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d4`36bffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d4`373ff5e8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d4`373ff5f0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000d4`373ff8e0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d4`373ff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d4`363feb80 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d4`363febc0 00007ff7`169eac9c     postgres!ExceptionalCondition(
000000d4`363fec00 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000d4`363fec50 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000d4`363feca0 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000d4`363ff5c0 00007ff7`1689e7b8     postgres!PostmasterMain(
000000d4`363ff750 00007ff7`16e982a9     postgres!main(
000000d4`363ff790 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d4`363ff7e0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d4`363ff850 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000d4`367ffb38 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d4`367ffb40 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000d4`367ffe30 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d4`367ffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d4`36fff858 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d4`36fff860 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000d4`36fffb50 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d4`36fffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000090`e03ff5d8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000090`e03ff5e0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000090`e03ff8d0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000090`e03ff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000090`dfbffb58 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000090`dfbffb60 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000090`dfbffe50 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000090`dfbffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000090`df7fefe0 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000090`df7ff020 00007ff7`169eac9c     postgres!ExceptionalCondition(
00000090`df7ff060 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000090`df7ff0b0 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000090`df7ff100 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000090`df7ffa20 00007ff7`1689e7b8     postgres!PostmasterMain(
00000090`df7ffbb0 00007ff7`16e982a9     postgres!main(
00000090`df7ffbf0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000090`df7ffc40 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000090`df7ffcb0 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000090`dffff8f8 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
00000090`dffff900 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
00000090`dffff970 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
00000090`dffffa70 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000090`dffffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000090`e07ff6b8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000090`e07ff6c0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000090`e07ff9b0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000090`e07ff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007a`aa7ffb38 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007a`aa7ffb40 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000007a`aa7ffe30 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007a`aa7ffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007a`a97ff0e0 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000007a`a97ff120 00007ff7`169eac9c     postgres!ExceptionalCondition(
0000007a`a97ff160 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000007a`a97ff1b0 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000007a`a97ff200 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000007a`a97ffb20 00007ff7`1689e7b8     postgres!PostmasterMain(
0000007a`a97ffcb0 00007ff7`16e982a9     postgres!main(
0000007a`a97ffcf0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000007a`a97ffd40 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000007a`a97ffdb0 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000007a`a9bff758 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007a`a9bff760 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000007a`a9bffa50 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007a`a9bffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007a`a9fff698 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
0000007a`a9fff6a0 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
0000007a`a9fff710 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
0000007a`a9fff810 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007a`a9fff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007a`aa3ff8a8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007a`aa3ff8b0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000007a`aa3ffba0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007a`aa3ffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d0`03fff5b8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d0`03fff5c0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000d0`03fff8b0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d0`03fff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d0`02ffef70 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d0`02ffefb0 00007ff7`169eac9c     postgres!ExceptionalCondition(
000000d0`02ffeff0 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000d0`02fff040 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000d0`02fff090 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000d0`02fff9b0 00007ff7`1689e7b8     postgres!PostmasterMain(
000000d0`02fffb40 00007ff7`16e982a9     postgres!main(
000000d0`02fffb80 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d0`02fffbd0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d0`02fffc40 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000d0`033ff528 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d0`033ff530 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000d0`033ff820 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d0`033ff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d0`037ffa58 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d0`037ffa60 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000d0`037ffd50 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d0`037ffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d0`03bffbc8 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
000000d0`03bffbd0 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
000000d0`03bffc40 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
000000d0`03bffd40 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d0`03bffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d6`353ffa98 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d6`353ffaa0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000d6`353ffd90 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d6`353ffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d6`35bffac8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d6`35bffad0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000d6`35bffdc0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d6`35bffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d6`34bfebc0 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d6`34bfec00 00007ff7`169eac9c     postgres!ExceptionalCondition(
000000d6`34bfec40 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000d6`34bfec90 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000d6`34bfece0 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000d6`34bff600 00007ff7`1689e7b8     postgres!PostmasterMain(
000000d6`34bff790 00007ff7`16e982a9     postgres!main(
000000d6`34bff7d0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d6`34bff820 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d6`34bff890 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000d6`34fff998 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d6`34fff9a0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000d6`34fffc90 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d6`34fffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d6`357ffaf8 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
000000d6`357ffb00 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
000000d6`357ffb70 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
000000d6`357ffc70 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d6`357ffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000038`679ffa88 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000038`679ffa90 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000038`679ffd80 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000038`679ffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000038`681ff8a8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000038`681ff8b0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000038`681ffba0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000038`681ffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000038`671feb40 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000038`671feb80 00007ff7`169eac9c     postgres!ExceptionalCondition(
00000038`671febc0 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000038`671fec10 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000038`671fec60 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000038`671ff580 00007ff7`1689e7b8     postgres!PostmasterMain(
00000038`671ff710 00007ff7`16e982a9     postgres!main(
00000038`671ff750 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000038`671ff7a0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000038`671ff810 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000038`675ff6c8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000038`675ff6d0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000038`675ff9c0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000038`675ff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000038`67dff688 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
00000038`67dff690 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
00000038`67dff700 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
00000038`67dff800 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000038`67dff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000006`b8dff7b8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000006`b8dff7c0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000006`b8dffab0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000006`b8dffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000006`b89ff7d8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000006`b89ff7e0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000006`b89ffad0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000006`b89ffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000006`b95ff6c8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000006`b95ff6d0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000006`b95ff9c0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000006`b95ff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000006`b81ff150 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000006`b81ff190 00007ff7`169eac9c     postgres!ExceptionalCondition(
00000006`b81ff1d0 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000006`b81ff220 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000006`b81ff270 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000006`b81ffb90 00007ff7`1689e7b8     postgres!PostmasterMain(
00000006`b81ffd20 00007ff7`16e982a9     postgres!main(
00000006`b81ffd60 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000006`b81ffdb0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000006`b81ffe20 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000006`b85ffa28 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000006`b85ffa30 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000006`b85ffd20 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000006`b85ffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000006`b91ff718 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
00000006`b91ff720 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
00000006`b91ff790 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
00000006`b91ff890 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000006`b91ff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f0`355ffb38 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
000000f0`355ffb40 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
000000f0`355ffbb0 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
000000f0`355ffcb0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000f0`355ffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f0`349feca0 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f0`349fece0 00007ff7`169eac9c     postgres!ExceptionalCondition(
000000f0`349fed20 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f0`349fed70 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000f0`349fedc0 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f0`349ff6e0 00007ff7`1689e7b8     postgres!PostmasterMain(
000000f0`349ff870 00007ff7`16e982a9     postgres!main(
000000f0`349ff8b0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f0`349ff900 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f0`349ff970 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f0`34dff928 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f0`34dff930 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000f0`34dffc20 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000f0`34dffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f0`351ff968 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f0`351ff970 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000f0`351ffc60 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000f0`351ffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f0`359ffb88 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f0`359ffb90 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000f0`359ffe80 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000f0`359ffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a8`c5dffba8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a8`c5dffbb0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000a8`c5dffea0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a8`c5dffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a8`c4dfeb40 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a8`c4dfeb80 00007ff7`169eac9c     postgres!ExceptionalCondition(
000000a8`c4dfebc0 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000a8`c4dfec10 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000a8`c4dfec60 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a8`c4dff580 00007ff7`1689e7b8     postgres!PostmasterMain(
000000a8`c4dff710 00007ff7`16e982a9     postgres!main(
000000a8`c4dff750 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a8`c4dff7a0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a8`c4dff810 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a8`c51ffb48 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a8`c51ffb50 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000a8`c51ffe40 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a8`c51ffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a8`c55ff838 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a8`c55ff840 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000a8`c55ffb30 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a8`c55ffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a8`c59ffd28 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
000000a8`c59ffd30 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
000000a8`c59ffda0 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
000000a8`c59ffea0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a8`c59ffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c0`bafffd48 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
000000c0`bafffd50 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
000000c0`bafffdc0 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
000000c0`bafffec0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c0`bafffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c0`bb7ff718 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c0`bb7ff720 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000c0`bb7ffa10 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c0`bb7ffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c0`ba7feb20 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c0`ba7feb60 00007ff7`169eac9c     postgres!ExceptionalCondition(
000000c0`ba7feba0 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c0`ba7febf0 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000c0`ba7fec40 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c0`ba7ff560 00007ff7`1689e7b8     postgres!PostmasterMain(
000000c0`ba7ff6f0 00007ff7`16e982a9     postgres!main(
000000c0`ba7ff730 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c0`ba7ff780 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c0`ba7ff7f0 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c0`babff548 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c0`babff550 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000c0`babff840 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c0`babff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c0`bb3ff6d8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c0`bb3ff6e0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000c0`bb3ff9d0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c0`bb3ffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000067`de1ff6e8 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
00000067`de1ff6f0 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
00000067`de1ff760 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
00000067`de1ff860 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000067`de1ff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000067`de9ff988 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000067`de9ff990 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000067`de9ffc80 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000067`de9ffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000067`dd9fee70 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000067`dd9feeb0 00007ff7`169eac9c     postgres!ExceptionalCondition(
00000067`dd9feef0 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000067`dd9fef40 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000067`dd9fef90 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000067`dd9ff8b0 00007ff7`1689e7b8     postgres!PostmasterMain(
00000067`dd9ffa40 00007ff7`16e982a9     postgres!main(
00000067`dd9ffa80 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000067`dd9ffad0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000067`dd9ffb40 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000067`dddff458 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000067`dddff460 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000067`dddff750 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000067`dddff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000067`de5ffb88 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000067`de5ffb90 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000067`de5ffe80 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000067`de5ffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`947ff888 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
000000dd`947ff890 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
000000dd`947ff900 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
000000dd`947ffa00 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`947ffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`943ff8f8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dd`943ff900 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000dd`943ffbf0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`943ffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`93bfef00 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000dd`93bfef40 00007ff7`169eac9c     postgres!ExceptionalCondition(
000000dd`93bfef80 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000dd`93bfefd0 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000dd`93bff020 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000dd`93bff940 00007ff7`1689e7b8     postgres!PostmasterMain(
000000dd`93bffad0 00007ff7`16e982a9     postgres!main(
000000dd`93bffb10 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000dd`93bffb60 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000dd`93bffbd0 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000dd`93fffb58 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dd`93fffb60 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000dd`93fffe50 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`93fffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`94bff568 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dd`94bff570 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000dd`94bff860 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`94bff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000027`01dff798 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000027`01dff7a0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000027`01dffa90 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000027`01dffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000027`019fed10 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000027`019fed50 00007ff7`169eac9c     postgres!ExceptionalCondition(
00000027`019fed90 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000027`019fede0 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000027`019fee30 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000027`019ff750 00007ff7`1689e7b8     postgres!PostmasterMain(
00000027`019ff8e0 00007ff7`16e982a9     postgres!main(
00000027`019ff920 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000027`019ff970 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000027`019ff9e0 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000027`021ff498 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000027`021ff4a0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000027`021ff790 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000027`021ff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000027`025ff728 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000027`025ff730 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000027`025ffa20 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000027`025ffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000027`029ff8e8 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
00000027`029ff8f0 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
00000027`029ff960 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
00000027`029ffa60 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000027`029ffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000027`02dff988 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000027`02dff990 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000027`02dffc80 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000027`02dffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000052`bbfff938 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000052`bbfff940 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000052`bbfffc30 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000052`bbfffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000052`baffefd0 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000052`bafff010 00007ff7`169eac9c     postgres!ExceptionalCondition(
00000052`bafff050 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000052`bafff0a0 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000052`bafff0f0 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000052`bafffa10 00007ff7`1689e7b8     postgres!PostmasterMain(
00000052`bafffba0 00007ff7`16e982a9     postgres!main(
00000052`bafffbe0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000052`bafffc30 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000052`bafffca0 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000052`bb3ff838 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000052`bb3ff840 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000052`bb3ffb30 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000052`bb3ffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000052`bb7ff9b8 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
00000052`bb7ff9c0 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
00000052`bb7ffa30 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
00000052`bb7ffb30 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000052`bb7ffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000052`bbbff878 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000052`bbbff880 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000052`bbbffb70 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000052`bbbffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c7`309fec70 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c7`309fecb0 00007ff7`169eac9c     postgres!ExceptionalCondition(
000000c7`309fecf0 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c7`309fed40 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000c7`309fed90 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c7`309ff6b0 00007ff7`1689e7b8     postgres!PostmasterMain(
000000c7`309ff840 00007ff7`16e982a9     postgres!main(
000000c7`309ff880 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c7`309ff8d0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c7`309ff940 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c7`31dff638 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c7`31dff640 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000c7`31dff930 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c7`31dff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c7`319ff998 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
000000c7`319ff9a0 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
000000c7`319ffa10 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
000000c7`319ffb10 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c7`319ffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002e`fd9ffb28 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002e`fd9ffb30 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000002e`fd9ffe20 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000002e`fd9ffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002e`fe1ffb48 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002e`fe1ffb50 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000002e`fe1ffe40 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000002e`fe1ffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002e`fd1fee90 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000002e`fd1feed0 00007ff7`169eac9c     postgres!ExceptionalCondition(
0000002e`fd1fef10 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000002e`fd1fef60 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000002e`fd1fefb0 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000002e`fd1ff8d0 00007ff7`1689e7b8     postgres!PostmasterMain(
0000002e`fd1ffa60 00007ff7`16e982a9     postgres!main(
0000002e`fd1ffaa0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000002e`fd1ffaf0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000002e`fd1ffb60 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000002e`fd5ffb98 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002e`fd5ffba0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000002e`fd5ffe90 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000002e`fd5ffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002e`fddff9d8 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
0000002e`fddff9e0 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
0000002e`fddffa50 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
0000002e`fddffb50 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000002e`fddffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000017`c69ff708 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000017`c69ff710 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000017`c69ffa00 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000017`c69ffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000017`c75ffb68 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000017`c75ffb70 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000017`c75ffe60 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000017`c75ffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000017`c71ff628 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
00000017`c71ff630 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
00000017`c71ff6a0 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
00000017`c71ff7a0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000017`c71ff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000017`c65feb60 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000017`c65feba0 00007ff7`169eac9c     postgres!ExceptionalCondition(
00000017`c65febe0 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000017`c65fec30 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000017`c65fec80 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000017`c65ff5a0 00007ff7`1689e7b8     postgres!PostmasterMain(
00000017`c65ff730 00007ff7`16e982a9     postgres!main(
00000017`c65ff770 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000017`c65ff7c0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000017`c65ff830 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000017`c6dff928 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000017`c6dff930 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000017`c6dffc20 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000017`c6dffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000024`5f7ffd58 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
00000024`5f7ffd60 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
00000024`5f7ffdd0 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
00000024`5f7ffed0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000024`5f7fff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000024`5efff1e0 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000024`5efff220 00007ff7`169eac9c     postgres!ExceptionalCondition(
00000024`5efff260 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000024`5efff2b0 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000024`5efff300 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000024`5efffc20 00007ff7`1689e7b8     postgres!PostmasterMain(
00000024`5efffdb0 00007ff7`16e982a9     postgres!main(
00000024`5efffdf0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000024`5efffe40 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000024`5efffeb0 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000024`5f3ffa98 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000024`5f3ffaa0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000024`5f3ffd90 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000024`5f3ffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000024`5fbff768 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000024`5fbff770 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000024`5fbffa60 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000024`5fbffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000024`5ffff4c8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000024`5ffff4d0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000024`5ffff7c0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000024`5ffff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006a`e03ff9a8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006a`e03ff9b0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000006a`e03ffca0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000006a`e03ffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006a`e07ffac8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006a`e07ffad0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000006a`e07ffdc0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000006a`e07ffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006a`dffff608 00007ff7`169e3b97     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
0000006a`dffff610 00007ff7`1689e724     postgres!SubPostmasterMain(
0000006a`dffff680 00007ff7`16e982a9     postgres!main(
0000006a`dffff6c0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000006a`dffff710 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000006a`dffff780 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
0000006a`dffff7b0 00007ffe`bd7b4cb0     postgres!mainCRTStartup(
0000006a`dffff7e0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000006a`dffff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c9`f13ff988 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c9`f13ff990 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000c9`f13ffc80 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c9`f13ffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c9`f1bffa38 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c9`f1bffa40 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000c9`f1bffd30 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c9`f1bffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c9`f17ffb38 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
000000c9`f17ffb40 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
000000c9`f17ffbb0 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
000000c9`f17ffcb0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c9`f17ffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c9`f0bfec50 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c9`f0bfec90 00007ff7`169eac9c     postgres!ExceptionalCondition(
000000c9`f0bfecd0 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c9`f0bfed20 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000c9`f0bfed70 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c9`f0bff690 00007ff7`1689e7b8     postgres!PostmasterMain(
000000c9`f0bff820 00007ff7`16e982a9     postgres!main(
000000c9`f0bff860 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c9`f0bff8b0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c9`f0bff920 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c9`f0fff6c8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c9`f0fff6d0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000c9`f0fff9c0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c9`f0fff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005e`b1fffa58 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005e`b1fffa60 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000005e`b1fffd50 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000005e`b1fffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005e`b13ff050 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000005e`b13ff090 00007ff7`169eac9c     postgres!ExceptionalCondition(
0000005e`b13ff0d0 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000005e`b13ff120 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000005e`b13ff170 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000005e`b13ffa90 00007ff7`1689e7b8     postgres!PostmasterMain(
0000005e`b13ffc20 00007ff7`16e982a9     postgres!main(
0000005e`b13ffc60 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000005e`b13ffcb0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000005e`b13ffd20 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000005e`b17ffa78 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005e`b17ffa80 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000005e`b17ffd70 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000005e`b17ffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005e`b1bffa58 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
0000005e`b1bffa60 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
0000005e`b1bffad0 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
0000005e`b1bffbd0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000005e`b1bffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005e`b23ffb58 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005e`b23ffb60 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000005e`b23ffe50 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000005e`b23ffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004b`543ffad8 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
0000004b`543ffae0 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
0000004b`543ffb50 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
0000004b`543ffc50 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000004b`543ffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004b`533ff0c0 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000004b`533ff100 00007ff7`169eac9c     postgres!ExceptionalCondition(
0000004b`533ff140 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000004b`533ff190 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000004b`533ff1e0 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000004b`533ffb00 00007ff7`1689e7b8     postgres!PostmasterMain(
0000004b`533ffc90 00007ff7`16e982a9     postgres!main(
0000004b`533ffcd0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000004b`533ffd20 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000004b`533ffd90 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000004b`537ff8b8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004b`537ff8c0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000004b`537ffbb0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000004b`537ffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004b`53bff8c8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004b`53bff8d0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000004b`53bffbc0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000004b`53bffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004b`53fff718 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004b`53fff720 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000004b`53fffa10 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000004b`53fffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004b`547ffa98 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004b`547ffaa0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000004b`547ffd90 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000004b`547ffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006b`367ff6d8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006b`367ff6e0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000006b`367ff9d0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000006b`367ffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006b`35bfebb0 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000006b`35bfebf0 00007ff7`169eac9c     postgres!ExceptionalCondition(
0000006b`35bfec30 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000006b`35bfec80 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000006b`35bfecd0 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000006b`35bff5f0 00007ff7`1689e7b8     postgres!PostmasterMain(
0000006b`35bff780 00007ff7`16e982a9     postgres!main(
0000006b`35bff7c0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000006b`35bff810 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000006b`35bff880 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000006b`35fff9f8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006b`35fffa00 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000006b`35fffcf0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000006b`35fffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006b`363ff758 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
0000006b`363ff760 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
0000006b`363ff7d0 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
0000006b`363ff8d0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000006b`363ff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006b`36bff468 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006b`36bff470 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000006b`36bff760 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000006b`36bff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000032`fd1ffa48 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000032`fd1ffa50 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000032`fd1ffd40 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000032`fd1ffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000032`fc9ffca8 00007ff7`169e3b97     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000032`fc9ffcb0 00007ff7`1689e724     postgres!SubPostmasterMain(
00000032`fc9ffd20 00007ff7`16e982a9     postgres!main(
00000032`fc9ffd60 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000032`fc9ffdb0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000032`fc9ffe20 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000032`fc9ffe50 00007ffe`bd7b4cb0     postgres!mainCRTStartup(
00000032`fc9ffe80 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000032`fc9ffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000032`fcdff6a8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000032`fcdff6b0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000032`fcdff9a0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000032`fcdff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000a`ce3ffa68 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000a`ce3ffa70 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000000a`ce3ffd60 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000000a`ce3ffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000a`ce7ff638 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000a`ce7ff640 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000000a`ce7ff930 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000000a`ce7ff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000a`cefffa38 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000a`cefffa40 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000000a`cefffd30 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000000a`cefffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000a`cebff808 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
0000000a`cebff810 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
0000000a`cebff880 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
0000000a`cebff980 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000000a`cebff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000a`cdbfebe0 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000000a`cdbfec20 00007ff7`169eac9c     postgres!ExceptionalCondition(
0000000a`cdbfec60 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000000a`cdbfecb0 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000000a`cdbfed00 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000000a`cdbff620 00007ff7`1689e7b8     postgres!PostmasterMain(
0000000a`cdbff7b0 00007ff7`16e982a9     postgres!main(
0000000a`cdbff7f0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000000a`cdbff840 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000000a`cdbff8b0 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000000a`cdfffb48 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000a`cdfffb50 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000000a`cdfffe40 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000000a`cdfffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000064`a75ffba8 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
00000064`a75ffbb0 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
00000064`a75ffc20 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
00000064`a75ffd20 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000064`a75ffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000064`a69fec90 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000064`a69fecd0 00007ff7`169eac9c     postgres!ExceptionalCondition(
00000064`a69fed10 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000064`a69fed60 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000064`a69fedb0 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000064`a69ff6d0 00007ff7`1689e7b8     postgres!PostmasterMain(
00000064`a69ff860 00007ff7`16e982a9     postgres!main(
00000064`a69ff8a0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000064`a69ff8f0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000064`a69ff960 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000064`a6dff538 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000064`a6dff540 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000064`a6dff830 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000064`a6dff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000064`a71ff4e8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000064`a71ff4f0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000064`a71ff7e0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000064`a71ff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000064`a79ffbe8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000064`a79ffbf0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000064`a79ffee0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000064`a79fff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e7`069ff9e8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e7`069ff9f0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000e7`069ffce0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e7`069ffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e7`065fea70 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e7`065feab0 00007ff7`169eac9c     postgres!ExceptionalCondition(
000000e7`065feaf0 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000e7`065feb40 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000e7`065feb90 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000e7`065ff4b0 00007ff7`1689e7b8     postgres!PostmasterMain(
000000e7`065ff640 00007ff7`16e982a9     postgres!main(
000000e7`065ff680 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e7`065ff6d0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e7`065ff740 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000e7`075ff758 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e7`075ff760 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000e7`075ffa50 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e7`075ffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e7`071ff7c8 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
000000e7`071ff7d0 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
000000e7`071ff840 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
000000e7`071ff940 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e7`071ff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e7`06dff6b8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e7`06dff6c0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000e7`06dff9b0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e7`06dff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e8`e05ffb78 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e8`e05ffb80 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000e8`e05ffe70 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e8`e05ffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e8`dfdff8a8 00007ff7`169e3b97     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000e8`dfdff8b0 00007ff7`1689e724     postgres!SubPostmasterMain(
000000e8`dfdff920 00007ff7`16e982a9     postgres!main(
000000e8`dfdff960 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e8`dfdff9b0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e8`dfdffa20 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000e8`dfdffa50 00007ffe`bd7b4cb0     postgres!mainCRTStartup(
000000e8`dfdffa80 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e8`dfdffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e8`e01ff968 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e8`e01ff970 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000e8`e01ffc60 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e8`e01ffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000011`b6dfefd0 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000011`b6dff010 00007ff7`169eac9c     postgres!ExceptionalCondition(
00000011`b6dff050 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000011`b6dff0a0 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000011`b6dff0f0 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000011`b6dffa10 00007ff7`1689e7b8     postgres!PostmasterMain(
00000011`b6dffba0 00007ff7`16e982a9     postgres!main(
00000011`b6dffbe0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000011`b6dffc30 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000011`b6dffca0 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000011`b71ff968 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000011`b71ff970 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000011`b71ffc60 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000011`b71ffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000011`b75ff988 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000011`b75ff990 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000011`b75ffc80 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000011`b75ffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000011`b79ff7b8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000011`b79ff7c0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000011`b79ffab0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000011`b79ffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000011`b7dff748 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
00000011`b7dff750 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
00000011`b7dff7c0 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
00000011`b7dff8c0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000011`b7dff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000011`b81ffa68 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000011`b81ffa70 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000011`b81ffd60 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000011`b81ffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000070`16fff4c8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000070`16fff4d0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000070`16fff7c0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000070`16fff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000070`173ffba8 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
00000070`173ffbb0 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
00000070`173ffc20 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
00000070`173ffd20 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000070`173ffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000070`177ff5b8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000070`177ff5c0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000070`177ff8b0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000070`177ff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000070`167ff5d8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000070`167ff5e0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000070`167ff8d0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000070`167ff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000070`163feaf0 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000070`163feb30 00007ff7`169eac9c     postgres!ExceptionalCondition(
00000070`163feb70 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000070`163febc0 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000070`163fec10 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000070`163ff530 00007ff7`1689e7b8     postgres!PostmasterMain(
00000070`163ff6c0 00007ff7`16e982a9     postgres!main(
00000070`163ff700 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000070`163ff750 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000070`163ff7c0 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000070`16bff5a8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000070`16bff5b0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000070`16bff8a0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000070`16bff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000030`a35fec40 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000030`a35fec80 00007ff7`169eac9c     postgres!ExceptionalCondition(
00000030`a35fecc0 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000030`a35fed10 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000030`a35fed60 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000030`a35ff680 00007ff7`1689e7b8     postgres!PostmasterMain(
00000030`a35ff810 00007ff7`16e982a9     postgres!main(
00000030`a35ff850 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000030`a35ff8a0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000030`a35ff910 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000030`a49ff738 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000030`a49ff740 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000030`a49ffa30 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000030`a49ffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000030`a45ff6a8 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
00000030`a45ff6b0 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
00000030`a45ff720 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
00000030`a45ff820 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000030`a45ff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000030`a41ff778 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000030`a41ff780 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000030`a41ffa70 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000030`a41ffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000030`a3dff508 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000030`a3dff510 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000030`a3dff800 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000030`a3dff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000030`a39ff9d8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000030`a39ff9e0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000030`a39ffcd0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000030`a39ffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002a`7a9ff668 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002a`7a9ff670 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000002a`7a9ff960 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000002a`7a9ff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002a`799ff1b0 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000002a`799ff1f0 00007ff7`169eac9c     postgres!ExceptionalCondition(
0000002a`799ff230 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000002a`799ff280 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000002a`799ff2d0 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000002a`799ffbf0 00007ff7`1689e7b8     postgres!PostmasterMain(
0000002a`799ffd80 00007ff7`16e982a9     postgres!main(
0000002a`799ffdc0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000002a`799ffe10 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000002a`799ffe80 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000002a`79dff6a8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002a`79dff6b0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000002a`79dff9a0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000002a`79dff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002a`7a1ffae8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002a`7a1ffaf0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000002a`7a1ffde0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000002a`7a1ffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002a`7a5ff788 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
0000002a`7a5ff790 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
0000002a`7a5ff800 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
0000002a`7a5ff900 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000002a`7a5ff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cc`ce9fefd0 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000cc`ce9ff010 00007ff7`169eac9c     postgres!ExceptionalCondition(
000000cc`ce9ff050 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000cc`ce9ff0a0 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000cc`ce9ff0f0 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000cc`ce9ffa10 00007ff7`1689e7b8     postgres!PostmasterMain(
000000cc`ce9ffba0 00007ff7`16e982a9     postgres!main(
000000cc`ce9ffbe0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000cc`ce9ffc30 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000cc`ce9ffca0 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000cc`cf9ff5d8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cc`cf9ff5e0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000cc`cf9ff8d0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000cc`cf9ff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cc`cf5ff888 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cc`cf5ff890 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000cc`cf5ffb80 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000cc`cf5ffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cc`cedffb48 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cc`cedffb50 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000cc`cedffe40 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000cc`cedffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cc`cf1ffa28 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
000000cc`cf1ffa30 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
000000cc`cf1ffaa0 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
000000cc`cf1ffba0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000cc`cf1ffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ca`e99ff868 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ca`e99ff870 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000ca`e99ffb60 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ca`e99ffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ca`e91ff7b8 00007ff7`169e3b97     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000ca`e91ff7c0 00007ff7`1689e724     postgres!SubPostmasterMain(
000000ca`e91ff830 00007ff7`16e982a9     postgres!main(
000000ca`e91ff870 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ca`e91ff8c0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ca`e91ff930 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000ca`e91ff960 00007ffe`bd7b4cb0     postgres!mainCRTStartup(
000000ca`e91ff990 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ca`e91ff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ca`e95ff838 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ca`e95ff840 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000ca`e95ffb30 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ca`e95ffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ca`e9dff7e8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ca`e9dff7f0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000ca`e9dffae0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ca`e9dffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c9`d21ffba8 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
000000c9`d21ffbb0 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
000000c9`d21ffc20 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
000000c9`d21ffd20 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c9`d21ffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c9`d11ff0e0 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c9`d11ff120 00007ff7`169eac9c     postgres!ExceptionalCondition(
000000c9`d11ff160 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c9`d11ff1b0 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000c9`d11ff200 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c9`d11ffb20 00007ff7`1689e7b8     postgres!PostmasterMain(
000000c9`d11ffcb0 00007ff7`16e982a9     postgres!main(
000000c9`d11ffcf0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c9`d11ffd40 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c9`d11ffdb0 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c9`d15ff678 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c9`d15ff680 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000c9`d15ff970 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c9`d15ff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c9`d19ff928 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c9`d19ff930 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000c9`d19ffc20 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c9`d19ffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c9`d1dff548 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c9`d1dff550 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000c9`d1dff840 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c9`d1dff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c9`d25ff638 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c9`d25ff640 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000c9`d25ff930 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c9`d25ff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000e`9d9ffa58 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000e`9d9ffa60 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000000e`9d9ffd50 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000000e`9d9ffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000e`9c9ff1e0 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000000e`9c9ff220 00007ff7`169eac9c     postgres!ExceptionalCondition(
0000000e`9c9ff260 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000000e`9c9ff2b0 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000000e`9c9ff300 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000000e`9c9ffc20 00007ff7`1689e7b8     postgres!PostmasterMain(
0000000e`9c9ffdb0 00007ff7`16e982a9     postgres!main(
0000000e`9c9ffdf0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000000e`9c9ffe40 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000000e`9c9ffeb0 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000000e`9cdff6c8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000e`9cdff6d0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000000e`9cdff9c0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000000e`9cdff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000e`9d1ff938 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000e`9d1ff940 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000000e`9d1ffc30 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000000e`9d1ffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000e`9d5ff968 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
0000000e`9d5ff970 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
0000000e`9d5ff9e0 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
0000000e`9d5ffae0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000000e`9d5ffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002b`9bdffb48 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002b`9bdffb50 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000002b`9bdffe40 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000002b`9bdffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002b`9a9ff080 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000002b`9a9ff0c0 00007ff7`169eac9c     postgres!ExceptionalCondition(
0000002b`9a9ff100 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000002b`9a9ff150 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000002b`9a9ff1a0 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000002b`9a9ffac0 00007ff7`1689e7b8     postgres!PostmasterMain(
0000002b`9a9ffc50 00007ff7`16e982a9     postgres!main(
0000002b`9a9ffc90 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000002b`9a9ffce0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000002b`9a9ffd50 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000002b`9adff9d8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002b`9adff9e0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000002b`9adffcd0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000002b`9adffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002b`9b1ffc28 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002b`9b1ffc30 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000002b`9b1fff20 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000002b`9b1fff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002b`9b5ff738 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002b`9b5ff740 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000002b`9b5ffa30 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000002b`9b5ffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002b`9b9ff978 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
0000002b`9b9ff980 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
0000002b`9b9ff9f0 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
0000002b`9b9ffaf0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000002b`9b9ffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000048`975ff628 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
00000048`975ff630 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
00000048`975ff6a0 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
00000048`975ff7a0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000048`975ff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000048`969ff1a0 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000048`969ff1e0 00007ff7`169eac9c     postgres!ExceptionalCondition(
00000048`969ff220 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000048`969ff270 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000048`969ff2c0 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000048`969ffbe0 00007ff7`1689e7b8     postgres!PostmasterMain(
00000048`969ffd70 00007ff7`16e982a9     postgres!main(
00000048`969ffdb0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000048`969ffe00 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000048`969ffe70 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000048`96dff968 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000048`96dff970 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000048`96dffc60 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000048`96dffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000048`971ff858 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000048`971ff860 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000048`971ffb50 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000048`971ffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000048`979ff608 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000048`979ff610 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000048`979ff900 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000048`979ff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000090`c1dff6e8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000090`c1dff6f0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000090`c1dff9e0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000090`c1dffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000090`c25ff5b8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000090`c25ff5c0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000090`c25ff8b0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000090`c25ff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000090`c15feb00 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000090`c15feb40 00007ff7`169eac9c     postgres!ExceptionalCondition(
00000090`c15feb80 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000090`c15febd0 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000090`c15fec20 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000090`c15ff540 00007ff7`1689e7b8     postgres!PostmasterMain(
00000090`c15ff6d0 00007ff7`16e982a9     postgres!main(
00000090`c15ff710 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000090`c15ff760 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000090`c15ff7d0 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000090`c19ff9b8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000090`c19ff9c0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000090`c19ffcb0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000090`c19ffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000090`c21ff9f8 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
00000090`c21ffa00 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
00000090`c21ffa70 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
00000090`c21ffb70 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000090`c21ffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006a`d15ffc78 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
0000006a`d15ffc80 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
0000006a`d15ffcf0 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
0000006a`d15ffdf0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000006a`d15ffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006a`d1dffc18 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006a`d1dffc20 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000006a`d1dfff10 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000006a`d1dfff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006a`d0dfedf0 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000006a`d0dfee30 00007ff7`169eac9c     postgres!ExceptionalCondition(
0000006a`d0dfee70 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000006a`d0dfeec0 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000006a`d0dfef10 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000006a`d0dff830 00007ff7`1689e7b8     postgres!PostmasterMain(
0000006a`d0dff9c0 00007ff7`16e982a9     postgres!main(
0000006a`d0dffa00 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000006a`d0dffa50 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000006a`d0dffac0 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000006a`d11ffae8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006a`d11ffaf0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000006a`d11ffde0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000006a`d11ffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006a`d19ff7d8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006a`d19ff7e0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000006a`d19ffad0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000006a`d19ffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000060`3c5ffb38 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
00000060`3c5ffb40 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
00000060`3c5ffbb0 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
00000060`3c5ffcb0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000060`3c5ffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000060`3c1ff888 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000060`3c1ff890 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000060`3c1ffb80 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000060`3c1ffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000060`3b9fee00 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000060`3b9fee40 00007ff7`169eac9c     postgres!ExceptionalCondition(
00000060`3b9fee80 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000060`3b9feed0 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000060`3b9fef20 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000060`3b9ff840 00007ff7`1689e7b8     postgres!PostmasterMain(
00000060`3b9ff9d0 00007ff7`16e982a9     postgres!main(
00000060`3b9ffa10 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000060`3b9ffa60 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000060`3b9ffad0 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000060`3bdff4d8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000060`3bdff4e0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000060`3bdff7d0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000060`3bdff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000060`3c9ff6d8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000060`3c9ff6e0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000060`3c9ff9d0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000060`3c9ffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`0c9ffd58 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
00000001`0c9ffd60 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
00000001`0c9ffdd0 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
00000001`0c9ffed0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000001`0c9fff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`0b9feea0 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000001`0b9feee0 00007ff7`169eac9c     postgres!ExceptionalCondition(
00000001`0b9fef20 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000001`0b9fef70 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000001`0b9fefc0 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000001`0b9ff8e0 00007ff7`1689e7b8     postgres!PostmasterMain(
00000001`0b9ffa70 00007ff7`16e982a9     postgres!main(
00000001`0b9ffab0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000001`0b9ffb00 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000001`0b9ffb70 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000001`0cdffb48 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000001`0cdffb50 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000001`0cdffe40 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000001`0cdffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ba`4c1ff778 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
000000ba`4c1ff780 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
000000ba`4c1ff7f0 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
000000ba`4c1ff8f0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ba`4c1ff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ba`4b5fec20 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ba`4b5fec60 00007ff7`169eac9c     postgres!ExceptionalCondition(
000000ba`4b5feca0 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ba`4b5fecf0 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000ba`4b5fed40 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ba`4b5ff660 00007ff7`1689e7b8     postgres!PostmasterMain(
000000ba`4b5ff7f0 00007ff7`16e982a9     postgres!main(
000000ba`4b5ff830 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ba`4b5ff880 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ba`4b5ff8f0 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ba`4b9ff538 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ba`4b9ff540 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000ba`4b9ff830 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ba`4b9ff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ba`4bdffbd8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ba`4bdffbe0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000ba`4bdffed0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ba`4bdfff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ba`4c5ffbf8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ba`4c5ffc00 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000ba`4c5ffef0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ba`4c5fff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000057`cefffbe8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000057`cefffbf0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000057`cefffee0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000057`ceffff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000057`cebff718 00007ff7`169e3b97     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000057`cebff720 00007ff7`1689e724     postgres!SubPostmasterMain(
00000057`cebff790 00007ff7`16e982a9     postgres!main(
00000057`cebff7d0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000057`cebff820 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000057`cebff890 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000057`cebff8c0 00007ffe`bd7b4cb0     postgres!mainCRTStartup(
00000057`cebff8f0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000057`cebff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000057`cf3ffc38 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000057`cf3ffc40 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000057`cf3fff30 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000057`cf3fff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000091`4e9ff8c8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000091`4e9ff8d0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000091`4e9ffbc0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000091`4e9ffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000091`4e5ff000 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000091`4e5ff040 00007ff7`169eac9c     postgres!ExceptionalCondition(
00000091`4e5ff080 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000091`4e5ff0d0 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000091`4e5ff120 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000091`4e5ffa40 00007ff7`1689e7b8     postgres!PostmasterMain(
00000091`4e5ffbd0 00007ff7`16e982a9     postgres!main(
00000091`4e5ffc10 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000091`4e5ffc60 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000091`4e5ffcd0 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000091`4edffaa8 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
00000091`4edffab0 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
00000091`4edffb20 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
00000091`4edffc20 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000091`4edffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000091`4f1ffb28 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000091`4f1ffb30 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000091`4f1ffe20 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000091`4f1ffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000091`4f5ff6f8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000091`4f5ff700 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000091`4f5ff9f0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000091`4f5ffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000056`261ffc88 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
00000056`261ffc90 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
00000056`261ffd00 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
00000056`261ffe00 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000056`261ffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000056`265ff448 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000056`265ff450 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000056`265ff740 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000056`265ff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000056`259ff1e0 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000056`259ff220 00007ff7`169eac9c     postgres!ExceptionalCondition(
00000056`259ff260 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000056`259ff2b0 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000056`259ff300 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000056`259ffc20 00007ff7`1689e7b8     postgres!PostmasterMain(
00000056`259ffdb0 00007ff7`16e982a9     postgres!main(
00000056`259ffdf0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000056`259ffe40 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000056`259ffeb0 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000056`25dffa98 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000056`25dffaa0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000056`25dffd90 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000056`25dffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000056`269ff948 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000056`269ff950 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000056`269ffc40 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000056`269ffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007d`ef7ff878 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
0000007d`ef7ff880 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
0000007d`ef7ff8f0 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
0000007d`ef7ff9f0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007d`ef7ffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007d`ef3ffbd8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007d`ef3ffbe0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000007d`ef3ffed0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007d`ef3fff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007d`efbff6b8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007d`efbff6c0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000007d`efbff9b0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007d`efbff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007d`eebfeb50 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000007d`eebfeb90 00007ff7`169eac9c     postgres!ExceptionalCondition(
0000007d`eebfebd0 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000007d`eebfec20 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000007d`eebfec70 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000007d`eebff590 00007ff7`1689e7b8     postgres!PostmasterMain(
0000007d`eebff720 00007ff7`16e982a9     postgres!main(
0000007d`eebff760 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000007d`eebff7b0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000007d`eebff820 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000007d`eefff698 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007d`eefff6a0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000007d`eefff990 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007d`eefff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000073`131ff918 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000073`131ff920 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000073`131ffc10 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000073`131ffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000073`12dfeab0 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000073`12dfeaf0 00007ff7`169eac9c     postgres!ExceptionalCondition(
00000073`12dfeb30 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000073`12dfeb80 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000073`12dfebd0 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000073`12dff4f0 00007ff7`1689e7b8     postgres!PostmasterMain(
00000073`12dff680 00007ff7`16e982a9     postgres!main(
00000073`12dff6c0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000073`12dff710 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000073`12dff780 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000073`13dff588 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000073`13dff590 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000073`13dff880 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000073`13dff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000073`139ffc88 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
00000073`139ffc90 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
00000073`139ffd00 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
00000073`139ffe00 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000073`139ffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000073`135ffac8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000073`135ffad0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000073`135ffdc0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000073`135ffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008f`20fffa28 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008f`20fffa30 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000008f`20fffd20 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000008f`20fffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008f`213ff878 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
0000008f`213ff880 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
0000008f`213ff8f0 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
0000008f`213ff9f0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000008f`213ffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008f`207ff200 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000008f`207ff240 00007ff7`169eac9c     postgres!ExceptionalCondition(
0000008f`207ff280 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000008f`207ff2d0 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000008f`207ff320 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000008f`207ffc40 00007ff7`1689e7b8     postgres!PostmasterMain(
0000008f`207ffdd0 00007ff7`16e982a9     postgres!main(
0000008f`207ffe10 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000008f`207ffe60 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000008f`207ffed0 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000008f`217ffa98 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008f`217ffaa0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000008f`217ffd90 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000008f`217ffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008f`20bffa08 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008f`20bffa10 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000008f`20bffd00 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000008f`20bffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f6`a6dfeaf0 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f6`a6dfeb30 00007ff7`169eac9c     postgres!ExceptionalCondition(
000000f6`a6dfeb70 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f6`a6dfebc0 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000f6`a6dfec10 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f6`a6dff530 00007ff7`1689e7b8     postgres!PostmasterMain(
000000f6`a6dff6c0 00007ff7`16e982a9     postgres!main(
000000f6`a6dff700 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f6`a6dff750 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f6`a6dff7c0 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f6`a7dffa58 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f6`a7dffa60 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000f6`a7dffd50 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000f6`a7dffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f6`a79ffa48 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
000000f6`a79ffa50 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
000000f6`a79ffac0 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
000000f6`a79ffbc0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000f6`a79ffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`00fffb28 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000001`00fffb30 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000001`00fffe20 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000001`00fffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`007feab0 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000001`007feaf0 00007ff7`169eac9c     postgres!ExceptionalCondition(
00000001`007feb30 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000001`007feb80 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000001`007febd0 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000001`007ff4f0 00007ff7`1689e7b8     postgres!PostmasterMain(
00000001`007ff680 00007ff7`16e982a9     postgres!main(
00000001`007ff6c0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000001`007ff710 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000001`007ff780 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000001`00bff9d8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000001`00bff9e0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000001`00bffcd0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000001`00bffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`013ffc88 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
00000001`013ffc90 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
00000001`013ffd00 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
00000001`013ffe00 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000001`013ffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`017ffad8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000001`017ffae0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000001`017ffdd0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000001`017ffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f0`c3bfec80 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f0`c3bfecc0 00007ff7`169eac9c     postgres!ExceptionalCondition(
000000f0`c3bfed00 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f0`c3bfed50 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000f0`c3bfeda0 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f0`c3bff6c0 00007ff7`1689e7b8     postgres!PostmasterMain(
000000f0`c3bff850 00007ff7`16e982a9     postgres!main(
000000f0`c3bff890 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f0`c3bff8e0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f0`c3bff950 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f0`c43ff778 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f0`c43ff780 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000f0`c43ffa70 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000f0`c43ffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f0`c4bff6a8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f0`c4bff6b0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000f0`c4bff9a0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000f0`c4bff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f0`c47ff9b8 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
000000f0`c47ff9c0 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
000000f0`c47ffa30 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
000000f0`c47ffb30 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000f0`c47ffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f0`c3fff478 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f0`c3fff480 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000f0`c3fff770 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000f0`c3fff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000017`eabffa28 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000017`eabffa30 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000017`eabffd20 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000017`eabffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000017`ea7ff6e8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000017`ea7ff6f0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000017`ea7ff9e0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000017`ea7ffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000017`ea3fee10 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000017`ea3fee50 00007ff7`169eac9c     postgres!ExceptionalCondition(
00000017`ea3fee90 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000017`ea3feee0 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000017`ea3fef30 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000017`ea3ff850 00007ff7`1689e7b8     postgres!PostmasterMain(
00000017`ea3ff9e0 00007ff7`16e982a9     postgres!main(
00000017`ea3ffa20 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000017`ea3ffa70 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000017`ea3ffae0 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000017`eb7ff868 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000017`eb7ff870 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000017`eb7ffb60 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000017`eb7ffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000017`eafff9b8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000017`eafff9c0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000017`eafffcb0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000017`eafffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000017`eb3ffb68 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
00000017`eb3ffb70 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
00000017`eb3ffbe0 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
00000017`eb3ffce0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000017`eb3ffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007a`1b5ffc38 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007a`1b5ffc40 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000007a`1b5fff30 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007a`1b5fff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007a`1bdff8e8 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
0000007a`1bdff8f0 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
0000007a`1bdff960 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
0000007a`1bdffa60 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007a`1bdffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007a`1b1fee40 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000007a`1b1fee80 00007ff7`169eac9c     postgres!ExceptionalCondition(
0000007a`1b1feec0 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000007a`1b1fef10 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000007a`1b1fef60 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000007a`1b1ff880 00007ff7`1689e7b8     postgres!PostmasterMain(
0000007a`1b1ffa10 00007ff7`16e982a9     postgres!main(
0000007a`1b1ffa50 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000007a`1b1ffaa0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000007a`1b1ffb10 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000007a`1b9ffbd8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007a`1b9ffbe0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000007a`1b9ffed0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007a`1b9fff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007a`1c1ff498 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007a`1c1ff4a0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000007a`1c1ff790 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007a`1c1ff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002e`bf3ffc08 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
0000002e`bf3ffc10 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
0000002e`bf3ffc80 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
0000002e`bf3ffd80 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000002e`bf3ffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002e`bf7ff508 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002e`bf7ff510 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000002e`bf7ff800 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000002e`bf7ff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002e`befff558 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002e`befff560 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000002e`befff850 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000002e`befff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002e`bebffa08 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002e`bebffa10 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000002e`bebffd00 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000002e`bebffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002e`be7fec10 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000002e`be7fec50 00007ff7`169eac9c     postgres!ExceptionalCondition(
0000002e`be7fec90 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000002e`be7fece0 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000002e`be7fed30 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000002e`be7ff650 00007ff7`1689e7b8     postgres!PostmasterMain(
0000002e`be7ff7e0 00007ff7`16e982a9     postgres!main(
0000002e`be7ff820 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000002e`be7ff870 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000002e`be7ff8e0 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000012`fd3ffd68 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
00000012`fd3ffd70 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
00000012`fd3ffde0 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
00000012`fd3ffee0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000012`fd3fff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000012`fd7ff8a8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000012`fd7ff8b0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000012`fd7ffba0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000012`fd7ffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000012`fcbfebe0 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000012`fcbfec20 00007ff7`169eac9c     postgres!ExceptionalCondition(
00000012`fcbfec60 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000012`fcbfecb0 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000012`fcbfed00 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000012`fcbff620 00007ff7`1689e7b8     postgres!PostmasterMain(
00000012`fcbff7b0 00007ff7`16e982a9     postgres!main(
00000012`fcbff7f0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000012`fcbff840 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000012`fcbff8b0 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000012`fcfff548 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000012`fcfff550 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000012`fcfff840 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000012`fcfff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000012`fdbff8d8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000012`fdbff8e0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000012`fdbffbd0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000012`fdbffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000016`911ff170 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000016`911ff1b0 00007ff7`169eac9c     postgres!ExceptionalCondition(
00000016`911ff1f0 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000016`911ff240 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000016`911ff290 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000016`911ffbb0 00007ff7`1689e7b8     postgres!PostmasterMain(
00000016`911ffd40 00007ff7`16e982a9     postgres!main(
00000016`911ffd80 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000016`911ffdd0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000016`911ffe40 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000016`915ff798 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000016`915ff7a0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000016`915ffa90 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000016`915ffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000016`919ff658 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
00000016`919ff660 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
00000016`919ff6d0 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
00000016`919ff7d0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000016`919ff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000016`91dffb88 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000016`91dffb90 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000016`91dffe80 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000016`91dffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000016`921ff608 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000016`921ff610 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000016`921ff900 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000016`921ff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000039`83fff150 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000039`83fff190 00007ff7`169eac9c     postgres!ExceptionalCondition(
00000039`83fff1d0 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000039`83fff220 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000039`83fff270 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000039`83fffb90 00007ff7`1689e7b8     postgres!PostmasterMain(
00000039`83fffd20 00007ff7`16e982a9     postgres!main(
00000039`83fffd60 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000039`83fffdb0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000039`83fffe20 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000039`843ff558 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000039`843ff560 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000039`843ff850 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000039`843ff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000039`847ff7f8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000039`847ff800 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000039`847ffaf0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000039`847ffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000039`84bff9b8 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
00000039`84bff9c0 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
00000039`84bffa30 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
00000039`84bffb30 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000039`84bffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000039`84fff5b8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000039`84fff5c0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000039`84fff8b0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000039`84fff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a0`8b1fec50 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a0`8b1fec90 00007ff7`169eac9c     postgres!ExceptionalCondition(
000000a0`8b1fecd0 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000a0`8b1fed20 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000a0`8b1fed70 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a0`8b1ff690 00007ff7`1689e7b8     postgres!PostmasterMain(
000000a0`8b1ff820 00007ff7`16e982a9     postgres!main(
000000a0`8b1ff860 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a0`8b1ff8b0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a0`8b1ff920 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a0`8b5ff588 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a0`8b5ff590 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000a0`8b5ff880 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a0`8b5ff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a0`8b9ff568 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a0`8b9ff570 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000a0`8b9ff860 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a0`8b9ff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a0`8bdff6a8 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
000000a0`8bdff6b0 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
000000a0`8bdff720 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
000000a0`8bdff820 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a0`8bdff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a0`8c1ff708 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a0`8c1ff710 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000a0`8c1ffa00 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a0`8c1ffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b5`a5fff6e8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b5`a5fff6f0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000b5`a5fff9e0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b5`a5fffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b5`a67ff7a8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b5`a67ff7b0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000b5`a67ffaa0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b5`a67ffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b5`a57feab0 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b5`a57feaf0 00007ff7`169eac9c     postgres!ExceptionalCondition(
000000b5`a57feb30 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000b5`a57feb80 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000b5`a57febd0 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000b5`a57ff4f0 00007ff7`1689e7b8     postgres!PostmasterMain(
000000b5`a57ff680 00007ff7`16e982a9     postgres!main(
000000b5`a57ff6c0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b5`a57ff710 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000b5`a57ff780 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000b5`a5bffab8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b5`a5bffac0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000b5`a5bffdb0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b5`a5bffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b5`a63ff8f8 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
000000b5`a63ff900 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
000000b5`a63ff970 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
000000b5`a63ffa70 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b5`a63ffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ee`6c7ff5d8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ee`6c7ff5e0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000ee`6c7ff8d0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ee`6c7ff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ee`6bfff818 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ee`6bfff820 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000ee`6bfffb10 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ee`6bfffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ee`6bbff498 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ee`6bbff4a0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000ee`6bbff790 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ee`6bbff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ee`6b7ff778 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ee`6b7ff780 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000ee`6b7ffa70 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ee`6b7ffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ee`6b3fedc0 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ee`6b3fee00 00007ff7`169eac9c     postgres!ExceptionalCondition(
000000ee`6b3fee40 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ee`6b3fee90 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000ee`6b3feee0 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ee`6b3ff800 00007ff7`1689e7b8     postgres!PostmasterMain(
000000ee`6b3ff990 00007ff7`16e982a9     postgres!main(
000000ee`6b3ff9d0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ee`6b3ffa20 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ee`6b3ffa90 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ee`6c3ff878 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
000000ee`6c3ff880 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
000000ee`6c3ff8f0 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
000000ee`6c3ff9f0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ee`6c3ffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000070`563fed70 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000070`563fedb0 00007ff7`169eac9c     postgres!ExceptionalCondition(
00000070`563fedf0 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000070`563fee40 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000070`563fee90 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000070`563ff7b0 00007ff7`1689e7b8     postgres!PostmasterMain(
00000070`563ff940 00007ff7`16e982a9     postgres!main(
00000070`563ff980 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000070`563ff9d0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000070`563ffa40 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000070`573ff8f8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000070`573ff900 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000070`573ffbf0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000070`573ffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000070`56fff4c8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000070`56fff4d0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000070`56fff7c0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000070`56fff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000070`56bffa78 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
00000070`56bffa80 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
00000070`56bffaf0 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
00000070`56bffbf0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000070`56bffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000070`567ff648 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000070`567ff650 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000070`567ff940 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000070`567ff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000070`059ff160 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000070`059ff1a0 00007ff7`169eac9c     postgres!ExceptionalCondition(
00000070`059ff1e0 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000070`059ff230 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000070`059ff280 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000070`059ffba0 00007ff7`1689e7b8     postgres!PostmasterMain(
00000070`059ffd30 00007ff7`16e982a9     postgres!main(
00000070`059ffd70 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000070`059ffdc0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000070`059ffe30 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000070`06dff688 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000070`06dff690 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000070`06dff980 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000070`06dff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000070`069ffb68 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
00000070`069ffb70 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
00000070`069ffbe0 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
00000070`069ffce0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000070`069ffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000070`065ff728 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000070`065ff730 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000070`065ffa20 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000070`065ffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000070`061ff9f8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000070`061ffa00 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000070`061ffcf0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000070`061ffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000070`05dff678 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000070`05dff680 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000070`05dff970 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000070`05dff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000062`de9ff858 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000062`de9ff860 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000062`de9ffb50 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000062`de9ffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000062`dddff7b8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000062`dddff7c0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000062`dddffab0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000062`dddffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000062`dd9ffbb8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000062`dd9ffbc0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000062`dd9ffeb0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000062`dd9ffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000062`dd5feff0 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000062`dd5ff030 00007ff7`169eac9c     postgres!ExceptionalCondition(
00000062`dd5ff070 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000062`dd5ff0c0 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000062`dd5ff110 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000062`dd5ffa30 00007ff7`1689e7b8     postgres!PostmasterMain(
00000062`dd5ffbc0 00007ff7`16e982a9     postgres!main(
00000062`dd5ffc00 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000062`dd5ffc50 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000062`dd5ffcc0 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000062`de1ff928 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000062`de1ff930 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000062`de1ffc20 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000062`de1ffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000062`de5ffbf8 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
00000062`de5ffc00 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
00000062`de5ffc70 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
00000062`de5ffd70 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000062`de5ffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004d`f4ffecf0 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000004d`f4ffed30 00007ff7`169eac9c     postgres!ExceptionalCondition(
0000004d`f4ffed70 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000004d`f4ffedc0 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000004d`f4ffee10 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000004d`f4fff730 00007ff7`1689e7b8     postgres!PostmasterMain(
0000004d`f4fff8c0 00007ff7`16e982a9     postgres!main(
0000004d`f4fff900 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000004d`f4fff950 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000004d`f4fff9c0 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000004d`f57ffb68 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
0000004d`f57ffb70 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
0000004d`f57ffbe0 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
0000004d`f57ffce0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000004d`f57ffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004d`f5fffb18 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004d`f5fffb20 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000004d`f5fffe10 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000004d`f5fffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000011`badfed50 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000011`badfed90 00007ff7`169eac9c     postgres!ExceptionalCondition(
00000011`badfedd0 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000011`badfee20 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000011`badfee70 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000011`badff790 00007ff7`1689e7b8     postgres!PostmasterMain(
00000011`badff920 00007ff7`16e982a9     postgres!main(
00000011`badff960 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000011`badff9b0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000011`badffa20 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000011`bb1ffba8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000011`bb1ffbb0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000011`bb1ffea0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000011`bb1ffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000011`bb5ff6a8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000011`bb5ff6b0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000011`bb5ff9a0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000011`bb5ff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000011`bb9ff7f8 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
00000011`bb9ff800 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
00000011`bb9ff870 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
00000011`bb9ff970 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000011`bb9ff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000011`bbdffae8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000011`bbdffaf0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000011`bbdffde0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000011`bbdffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000015`f3dff828 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
00000015`f3dff830 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
00000015`f3dff8a0 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
00000015`f3dff9a0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000015`f3dff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000015`f41ffab8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000015`f41ffac0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000015`f41ffdb0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000015`f41ffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000015`f35ff5a8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000015`f35ff5b0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000015`f35ff8a0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000015`f35ff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000015`f39ffb78 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000015`f39ffb80 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000015`f39ffe70 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000015`f39ffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000015`f31ff060 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000015`f31ff0a0 00007ff7`169eac9c     postgres!ExceptionalCondition(
00000015`f31ff0e0 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000015`f31ff130 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000015`f31ff180 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000015`f31ffaa0 00007ff7`1689e7b8     postgres!PostmasterMain(
00000015`f31ffc30 00007ff7`16e982a9     postgres!main(
00000015`f31ffc70 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000015`f31ffcc0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000015`f31ffd30 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000007a`dbdff628 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007a`dbdff630 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000007a`dbdff920 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007a`dbdff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007a`dadff1d0 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000007a`dadff210 00007ff7`169eac9c     postgres!ExceptionalCondition(
0000007a`dadff250 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000007a`dadff2a0 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000007a`dadff2f0 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000007a`dadffc10 00007ff7`1689e7b8     postgres!PostmasterMain(
0000007a`dadffda0 00007ff7`16e982a9     postgres!main(
0000007a`dadffde0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000007a`dadffe30 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000007a`dadffea0 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000007a`db1ff4f8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007a`db1ff500 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000007a`db1ff7f0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007a`db1ff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007a`db5ffa68 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
0000007a`db5ffa70 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
0000007a`db5ffae0 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
0000007a`db5ffbe0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007a`db5ffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007a`db9ffa68 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007a`db9ffa70 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000007a`db9ffd60 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007a`db9ffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000029`4f1fef90 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000029`4f1fefd0 00007ff7`169eac9c     postgres!ExceptionalCondition(
00000029`4f1ff010 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000029`4f1ff060 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000029`4f1ff0b0 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000029`4f1ff9d0 00007ff7`1689e7b8     postgres!PostmasterMain(
00000029`4f1ffb60 00007ff7`16e982a9     postgres!main(
00000029`4f1ffba0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000029`4f1ffbf0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000029`4f1ffc60 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000029`501ff778 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000029`501ff780 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000029`501ffa70 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000029`501ffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000029`4f5ffb78 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000029`4f5ffb80 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000029`4f5ffe70 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000029`4f5ffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000029`4f9ff908 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000029`4f9ff910 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000029`4f9ffc00 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000029`4f9ffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000029`4fdff6e8 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
00000029`4fdff6f0 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
00000029`4fdff760 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
00000029`4fdff860 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000029`4fdff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b9`101ffdb8 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
000000b9`101ffdc0 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
000000b9`101ffe30 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
000000b9`101fff30 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b9`101fff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b9`0f9feb80 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b9`0f9febc0 00007ff7`169eac9c     postgres!ExceptionalCondition(
000000b9`0f9fec00 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000b9`0f9fec50 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000b9`0f9feca0 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000b9`0f9ff5c0 00007ff7`1689e7b8     postgres!PostmasterMain(
000000b9`0f9ff750 00007ff7`16e982a9     postgres!main(
000000b9`0f9ff790 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b9`0f9ff7e0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000b9`0f9ff850 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000b9`0fdff818 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b9`0fdff820 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000b9`0fdffb10 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b9`0fdffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b9`105ff758 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b9`105ff760 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000b9`105ffa50 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b9`105ffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b9`109ffbd8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b9`109ffbe0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000b9`109ffed0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b9`109fff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f5`ddfff7e8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f5`ddfff7f0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000f5`ddfffae0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000f5`ddfffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f5`ddbff778 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f5`ddbff780 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000f5`ddbffa70 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000f5`ddbffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f5`dd7ff848 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
000000f5`dd7ff850 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
000000f5`dd7ff8c0 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
000000f5`dd7ff9c0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000f5`dd7ff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f5`dd3ff748 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f5`dd3ff750 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000f5`dd3ffa40 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000f5`dd3ffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f5`dcffed40 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f5`dcffed80 00007ff7`169eac9c     postgres!ExceptionalCondition(
000000f5`dcffedc0 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f5`dcffee10 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000f5`dcffee60 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f5`dcfff780 00007ff7`1689e7b8     postgres!PostmasterMain(
000000f5`dcfff910 00007ff7`16e982a9     postgres!main(
000000f5`dcfff950 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f5`dcfff9a0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f5`dcfffa10 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000003b`bd3ff558 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003b`bd3ff560 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000003b`bd3ff850 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003b`bd3ff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003b`bcfff858 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
0000003b`bcfff860 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
0000003b`bcfff8d0 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
0000003b`bcfff9d0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003b`bcfffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003b`bcbff9d8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003b`bcbff9e0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000003b`bcbffcd0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003b`bcbffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003b`bc7ff568 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003b`bc7ff570 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000003b`bc7ff860 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003b`bc7ff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003b`bc3ff648 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003b`bc3ff650 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000003b`bc3ff940 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003b`bc3ff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003b`bbfff160 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000003b`bbfff1a0 00007ff7`169eac9c     postgres!ExceptionalCondition(
0000003b`bbfff1e0 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000003b`bbfff230 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000003b`bbfff280 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000003b`bbfffba0 00007ff7`1689e7b8     postgres!PostmasterMain(
0000003b`bbfffd30 00007ff7`16e982a9     postgres!main(
0000003b`bbfffd70 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000003b`bbfffdc0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000003b`bbfffe30 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000065`6b7ff5c8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000065`6b7ff5d0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000065`6b7ff8c0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000065`6b7ff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000065`6abff558 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000065`6abff560 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000065`6abff850 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000065`6abff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000065`6a3feab0 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000065`6a3feaf0 00007ff7`169eac9c     postgres!ExceptionalCondition(
00000065`6a3feb30 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000065`6a3feb80 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000065`6a3febd0 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000065`6a3ff4f0 00007ff7`1689e7b8     postgres!PostmasterMain(
00000065`6a3ff680 00007ff7`16e982a9     postgres!main(
00000065`6a3ff6c0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000065`6a3ff710 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000065`6a3ff780 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000065`6afff4d8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000065`6afff4e0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000065`6afff7d0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000065`6afff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000065`6b3ffb48 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
00000065`6b3ffb50 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
00000065`6b3ffbc0 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
00000065`6b3ffcc0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000065`6b3ffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000065`6a7ff738 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000065`6a7ff740 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000065`6a7ffa30 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000065`6a7ffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000029`df9ff7a8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000029`df9ff7b0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000029`df9ffaa0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000029`df9ffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000029`dfdff718 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000029`dfdff720 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000029`dfdffa10 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000029`dfdffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000029`dedfef10 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000029`dedfef50 00007ff7`169eac9c     postgres!ExceptionalCondition(
00000029`dedfef90 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000029`dedfefe0 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000029`dedff030 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000029`dedff950 00007ff7`1689e7b8     postgres!PostmasterMain(
00000029`dedffae0 00007ff7`16e982a9     postgres!main(
00000029`dedffb20 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000029`dedffb70 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000029`dedffbe0 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000029`df1ff618 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000029`df1ff620 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000029`df1ff910 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000029`df1ff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000029`df5ffd98 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
00000029`df5ffda0 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
00000029`df5ffe10 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
00000029`df5fff10 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000029`df5fff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000d`fb9fee90 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000000d`fb9feed0 00007ff7`169eac9c     postgres!ExceptionalCondition(
0000000d`fb9fef10 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000000d`fb9fef60 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000000d`fb9fefb0 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000000d`fb9ff8d0 00007ff7`1689e7b8     postgres!PostmasterMain(
0000000d`fb9ffa60 00007ff7`16e982a9     postgres!main(
0000000d`fb9ffaa0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000000d`fb9ffaf0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000000d`fb9ffb60 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000000d`fbdff708 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000d`fbdff710 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000000d`fbdffa00 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000000d`fbdffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000d`fc9ffb48 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000d`fc9ffb50 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000000d`fc9ffe40 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000000d`fc9ffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000d`fc1ffa48 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
0000000d`fc1ffa50 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
0000000d`fc1ffac0 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
0000000d`fc1ffbc0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000000d`fc1ffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000d`fc5ffb98 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000d`fc5ffba0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000000d`fc5ffe90 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000000d`fc5ffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000066`4b5ff738 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000066`4b5ff740 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000066`4b5ffa30 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000066`4b5ffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000066`4b9ff988 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000066`4b9ff990 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000066`4b9ffc80 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000066`4b9ffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000066`4bdff6b8 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
00000066`4bdff6c0 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
00000066`4bdff730 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
00000066`4bdff830 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000066`4bdff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000066`4c1ff928 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000066`4c1ff930 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000066`4c1ffc20 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000066`4c1ffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000066`4b1fea20 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000066`4b1fea60 00007ff7`169eac9c     postgres!ExceptionalCondition(
00000066`4b1feaa0 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000066`4b1feaf0 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000066`4b1feb40 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000066`4b1ff460 00007ff7`1689e7b8     postgres!PostmasterMain(
00000066`4b1ff5f0 00007ff7`16e982a9     postgres!main(
00000066`4b1ff630 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000066`4b1ff680 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000066`4b1ff6f0 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000001f`06dff9c8 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
0000001f`06dff9d0 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
0000001f`06dffa40 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
0000001f`06dffb40 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000001f`06dffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001f`071ff9d8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001f`071ff9e0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000001f`071ffcd0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000001f`071ffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001f`065ff7e8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001f`065ff7f0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000001f`065ffae0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000001f`065ffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001f`069ffa78 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001f`069ffa80 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000001f`069ffd70 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000001f`069ffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001f`061fed00 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000001f`061fed40 00007ff7`169eac9c     postgres!ExceptionalCondition(
0000001f`061fed80 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000001f`061fedd0 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000001f`061fee20 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000001f`061ff740 00007ff7`1689e7b8     postgres!PostmasterMain(
0000001f`061ff8d0 00007ff7`16e982a9     postgres!main(
0000001f`061ff910 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000001f`061ff960 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000001f`061ff9d0 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f8`927ff838 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f8`927ff840 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000f8`927ffb30 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000f8`927ffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f8`917fec70 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f8`917fecb0 00007ff7`169eac9c     postgres!ExceptionalCondition(
000000f8`917fecf0 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f8`917fed40 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000f8`917fed90 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f8`917ff6b0 00007ff7`1689e7b8     postgres!PostmasterMain(
000000f8`917ff840 00007ff7`16e982a9     postgres!main(
000000f8`917ff880 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f8`917ff8d0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f8`917ff940 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f8`923ffb48 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f8`923ffb50 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000f8`923ffe40 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000f8`923ffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f8`91fff918 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
000000f8`91fff920 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
000000f8`91fff990 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
000000f8`91fffa90 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000f8`91fffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f8`91bff658 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f8`91bff660 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000f8`91bff950 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000f8`91bff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f9`845fec90 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f9`845fecd0 00007ff7`169eac9c     postgres!ExceptionalCondition(
000000f9`845fed10 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f9`845fed60 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000f9`845fedb0 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f9`845ff6d0 00007ff7`1689e7b8     postgres!PostmasterMain(
000000f9`845ff860 00007ff7`16e982a9     postgres!main(
000000f9`845ff8a0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f9`845ff8f0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f9`845ff960 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f9`849ff628 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f9`849ff630 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000f9`849ff920 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000f9`849ff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f9`851ff4b8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f9`851ff4c0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000f9`851ff7b0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000f9`851ff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f9`855ffc28 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
000000f9`855ffc30 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
000000f9`855ffca0 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
000000f9`855ffda0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000f9`855ffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f9`84dff738 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f9`84dff740 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000f9`84dffa30 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000f9`84dffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f9`859ffc18 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f9`859ffc20 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000f9`859fff10 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000f9`859fff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ba`50dfeaf0 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ba`50dfeb30 00007ff7`169eac9c     postgres!ExceptionalCondition(
000000ba`50dfeb70 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ba`50dfebc0 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000ba`50dfec10 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ba`50dff530 00007ff7`1689e7b8     postgres!PostmasterMain(
000000ba`50dff6c0 00007ff7`16e982a9     postgres!main(
000000ba`50dff700 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ba`50dff750 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ba`50dff7c0 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ba`519ff8f8 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
000000ba`519ff900 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
000000ba`519ff970 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
000000ba`519ffa70 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ba`519ffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ba`51dff8e8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ba`51dff8f0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000ba`51dffbe0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ba`51dffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ba`511ffb28 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ba`511ffb30 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000ba`511ffe20 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ba`511ffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ba`515ff6e8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ba`515ff6f0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000ba`515ff9e0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ba`515ffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000082`c91ffa28 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
00000082`c91ffa30 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
00000082`c91ffaa0 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
00000082`c91ffba0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000082`c91ffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000082`c8dff7e8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000082`c8dff7f0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000082`c8dffae0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000082`c8dffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000082`c85ff768 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000082`c85ff770 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000082`c85ffa60 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000082`c85ffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000082`c89ff938 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000082`c89ff940 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000082`c89ffc30 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000082`c89ffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000082`c95ff4c8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000082`c95ff4d0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000082`c95ff7c0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000082`c95ff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000082`c81febf0 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000082`c81fec30 00007ff7`169eac9c     postgres!ExceptionalCondition(
00000082`c81fec70 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000082`c81fecc0 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000082`c81fed10 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000082`c81ff630 00007ff7`1689e7b8     postgres!PostmasterMain(
00000082`c81ff7c0 00007ff7`16e982a9     postgres!main(
00000082`c81ff800 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000082`c81ff850 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000082`c81ff8c0 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000053`e35ff5f8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000053`e35ff600 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000053`e35ff8f0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000053`e35ff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000053`e41ff6a8 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
00000053`e41ff6b0 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
00000053`e41ff720 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
00000053`e41ff820 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000053`e41ff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000053`e3dff668 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000053`e3dff670 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000053`e3dff960 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000053`e3dff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000053`e39ff988 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000053`e39ff990 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000053`e39ffc80 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000053`e39ffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000053`e31feaf0 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000053`e31feb30 00007ff7`169eac9c     postgres!ExceptionalCondition(
00000053`e31feb70 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000053`e31febc0 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000053`e31fec10 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000053`e31ff530 00007ff7`1689e7b8     postgres!PostmasterMain(
00000053`e31ff6c0 00007ff7`16e982a9     postgres!main(
00000053`e31ff700 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000053`e31ff750 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000053`e31ff7c0 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000053`e45ff8c8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000053`e45ff8d0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000053`e45ffbc0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000053`e45ffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006b`f1dfee10 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000006b`f1dfee50 00007ff7`169eac9c     postgres!ExceptionalCondition(
0000006b`f1dfee90 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000006b`f1dfeee0 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000006b`f1dfef30 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000006b`f1dff850 00007ff7`1689e7b8     postgres!PostmasterMain(
0000006b`f1dff9e0 00007ff7`16e982a9     postgres!main(
0000006b`f1dffa20 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000006b`f1dffa70 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000006b`f1dffae0 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000006b`f21ff4c8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006b`f21ff4d0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000006b`f21ff7c0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000006b`f21ff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006b`f2dff768 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006b`f2dff770 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000006b`f2dffa60 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000006b`f2dffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006b`f25ffc38 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006b`f25ffc40 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000006b`f25fff30 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000006b`f25fff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006b`f29ffae8 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
0000006b`f29ffaf0 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
0000006b`f29ffb60 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
0000006b`f29ffc60 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000006b`f29ffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002d`dafff938 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002d`dafff940 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000002d`dafffc30 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000002d`dafffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002d`dabff878 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002d`dabff880 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000002d`dabffb70 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000002d`dabffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002d`da7ffa28 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
0000002d`da7ffa30 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
0000002d`da7ffaa0 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
0000002d`da7ffba0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000002d`da7ffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002d`da3ff498 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002d`da3ff4a0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000002d`da3ff790 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000002d`da3ff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002d`d9ffef10 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000002d`d9ffef50 00007ff7`169eac9c     postgres!ExceptionalCondition(
0000002d`d9ffef90 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000002d`d9ffefe0 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000002d`d9fff030 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000002d`d9fff950 00007ff7`1689e7b8     postgres!PostmasterMain(
0000002d`d9fffae0 00007ff7`16e982a9     postgres!main(
0000002d`d9fffb20 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000002d`d9fffb70 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000002d`d9fffbe0 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000001d`853ff648 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001d`853ff650 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000001d`853ff940 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000001d`853ff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001d`84fff698 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001d`84fff6a0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000001d`84fff990 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000001d`84fff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001d`84bff618 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
0000001d`84bff620 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
0000001d`84bff690 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
0000001d`84bff790 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000001d`84bff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001d`843fee20 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000001d`843fee60 00007ff7`169eac9c     postgres!ExceptionalCondition(
0000001d`843feea0 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000001d`843feef0 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000001d`843fef40 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000001d`843ff860 00007ff7`1689e7b8     postgres!PostmasterMain(
0000001d`843ff9f0 00007ff7`16e982a9     postgres!main(
0000001d`843ffa30 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000001d`843ffa80 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000001d`843ffaf0 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000001d`847ff498 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001d`847ff4a0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000001d`847ff790 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000001d`847ff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004b`21dff808 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
0000004b`21dff810 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
0000004b`21dff880 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
0000004b`21dff980 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000004b`21dff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004b`221ff7e8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004b`221ff7f0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000004b`221ffae0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000004b`221ffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004b`215ffa48 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004b`215ffa50 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000004b`215ffd40 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000004b`215ffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004b`211fec50 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000004b`211fec90 00007ff7`169eac9c     postgres!ExceptionalCondition(
0000004b`211fecd0 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000004b`211fed20 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000004b`211fed70 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000004b`211ff690 00007ff7`1689e7b8     postgres!PostmasterMain(
0000004b`211ff820 00007ff7`16e982a9     postgres!main(
0000004b`211ff860 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000004b`211ff8b0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000004b`211ff920 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000004b`219ff7c8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004b`219ff7d0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000004b`219ffac0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000004b`219ffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c6`30bff9d8 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
000000c6`30bff9e0 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
000000c6`30bffa50 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
000000c6`30bffb50 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c6`30bffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c6`307ff478 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c6`307ff480 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000c6`307ff770 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c6`307ff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c6`303ffa28 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c6`303ffa30 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000c6`303ffd20 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c6`303ffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c6`2ffff160 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c6`2ffff1a0 00007ff7`169eac9c     postgres!ExceptionalCondition(
000000c6`2ffff1e0 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c6`2ffff230 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000c6`2ffff280 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c6`2ffffba0 00007ff7`1689e7b8     postgres!PostmasterMain(
000000c6`2ffffd30 00007ff7`16e982a9     postgres!main(
000000c6`2ffffd70 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c6`2ffffdc0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c6`2ffffe30 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c6`30fffa08 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c6`30fffa10 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000c6`30fffd00 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c6`30fffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a9`e1bff6d8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a9`e1bff6e0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000a9`e1bff9d0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a9`e1bffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a9`e1fff5b8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a9`e1fff5c0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000a9`e1fff8b0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a9`e1fff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a9`e17ffad8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a9`e17ffae0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000a9`e17ffdd0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a9`e17ffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a9`e23ff738 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
000000a9`e23ff740 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
000000a9`e23ff7b0 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
000000a9`e23ff8b0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a9`e23ff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a9`e13ff110 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a9`e13ff150 00007ff7`169eac9c     postgres!ExceptionalCondition(
000000a9`e13ff190 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000a9`e13ff1e0 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000a9`e13ff230 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a9`e13ffb50 00007ff7`1689e7b8     postgres!PostmasterMain(
000000a9`e13ffce0 00007ff7`16e982a9     postgres!main(
000000a9`e13ffd20 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a9`e13ffd70 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a9`e13ffde0 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a9`e27ff938 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a9`e27ff940 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000a9`e27ffc30 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a9`e27ffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b1`1d7ffcc8 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
000000b1`1d7ffcd0 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
000000b1`1d7ffd40 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
000000b1`1d7ffe40 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b1`1d7ffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b1`1dfff948 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b1`1dfff950 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000b1`1dfffc40 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b1`1dfffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b1`1dbff6d8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b1`1dbff6e0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000b1`1dbff9d0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b1`1dbffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b1`1d3ff648 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b1`1d3ff650 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000b1`1d3ff940 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b1`1d3ff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b1`1cffeac0 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b1`1cffeb00 00007ff7`169eac9c     postgres!ExceptionalCondition(
000000b1`1cffeb40 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000b1`1cffeb90 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000b1`1cffebe0 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000b1`1cfff500 00007ff7`1689e7b8     postgres!PostmasterMain(
000000b1`1cfff690 00007ff7`16e982a9     postgres!main(
000000b1`1cfff6d0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b1`1cfff720 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000b1`1cfff790 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000028`dd3fea70 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000028`dd3feab0 00007ff7`169eac9c     postgres!ExceptionalCondition(
00000028`dd3feaf0 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000028`dd3feb40 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000028`dd3feb90 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000028`dd3ff4b0 00007ff7`1689e7b8     postgres!PostmasterMain(
00000028`dd3ff640 00007ff7`16e982a9     postgres!main(
00000028`dd3ff680 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000028`dd3ff6d0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000028`dd3ff740 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000028`ddfffa58 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000028`ddfffa60 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000028`ddfffd50 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000028`ddfffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000028`de3ff8e8 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
00000028`de3ff8f0 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
00000028`de3ff960 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
00000028`de3ffa60 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000028`de3ffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000028`de7ffac8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000028`de7ffad0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000028`de7ffdc0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000028`de7ffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000028`dd7ffbb8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000028`dd7ffbc0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000028`dd7ffeb0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000028`dd7ffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000028`ddbff478 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000028`ddbff480 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000028`ddbff770 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000028`ddbff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000055`547feba0 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000055`547febe0 00007ff7`169eac9c     postgres!ExceptionalCondition(
00000055`547fec20 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000055`547fec70 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000055`547fecc0 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000055`547ff5e0 00007ff7`1689e7b8     postgres!PostmasterMain(
00000055`547ff770 00007ff7`16e982a9     postgres!main(
00000055`547ff7b0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000055`547ff800 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000055`547ff870 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000055`54bff848 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000055`54bff850 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000055`54bffb40 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000055`54bffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000055`557ff468 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000055`557ff470 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000055`557ff760 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000055`557ff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000055`553ff518 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000055`553ff520 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000055`553ff810 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000055`553ff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000055`54fffaa8 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
00000055`54fffab0 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
00000055`54fffb20 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
00000055`54fffc20 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000055`54fffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002c`b1fff6b8 00007ff7`169e3b97     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
0000002c`b1fff6c0 00007ff7`1689e724     postgres!SubPostmasterMain(
0000002c`b1fff730 00007ff7`16e982a9     postgres!main(
0000002c`b1fff770 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000002c`b1fff7c0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000002c`b1fff830 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
0000002c`b1fff860 00007ffe`bd7b4cb0     postgres!mainCRTStartup(
0000002c`b1fff890 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000002c`b1fff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002c`b23ff548 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002c`b23ff550 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000002c`b23ff840 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000002c`b23ff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002c`b27ff948 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002c`b27ff950 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
0000002c`b27ffc40 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000002c`b27ffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000059`2a5ff608 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000059`2a5ff610 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000059`2a5ff900 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000059`2a5ff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000059`2a1ffa78 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000059`2a1ffa80 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000059`2a1ffd70 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000059`2a1ffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000059`295fea80 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000059`295feac0 00007ff7`169eac9c     postgres!ExceptionalCondition(
00000059`295feb00 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000059`295feb50 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000059`295feba0 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000059`295ff4c0 00007ff7`1689e7b8     postgres!PostmasterMain(
00000059`295ff650 00007ff7`16e982a9     postgres!main(
00000059`295ff690 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000059`295ff6e0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000059`295ff750 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000059`299ffc18 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000059`299ffc20 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000059`299fff10 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000059`299fff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000059`29dffd48 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
00000059`29dffd50 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
00000059`29dffdc0 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
00000059`29dffec0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000059`29dffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c5`fe7ffc08 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c5`fe7ffc10 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000c5`fe7fff00 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c5`fe7fff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c5`febff8e8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c5`febff8f0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000c5`febffbe0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c5`febffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c5`fe3ff788 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
000000c5`fe3ff790 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
000000c5`fe3ff800 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
000000c5`fe3ff900 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c5`fe3ff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c5`fdfff618 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c5`fdfff620 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000c5`fdfff910 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c5`fdfff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c5`fdbff0b0 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c5`fdbff0f0 00007ff7`169eac9c     postgres!ExceptionalCondition(
000000c5`fdbff130 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c5`fdbff180 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000c5`fdbff1d0 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c5`fdbffaf0 00007ff7`1689e7b8     postgres!PostmasterMain(
000000c5`fdbffc80 00007ff7`16e982a9     postgres!main(
000000c5`fdbffcc0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c5`fdbffd10 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c5`fdbffd80 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000019`6abff798 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000019`6abff7a0 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000019`6abffa90 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000019`6abffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000019`6b7ff6f8 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000019`6b7ff700 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000019`6b7ff9f0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000019`6b7ffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000019`6b3ff768 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
00000019`6b3ff770 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
00000019`6b3ff7e0 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
00000019`6b3ff8e0 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000019`6b3ff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000019`6afff848 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000019`6afff850 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000019`6afffb40 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000019`6afffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000019`6a7fee80 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000019`6a7feec0 00007ff7`169eac9c     postgres!ExceptionalCondition(
00000019`6a7fef00 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000019`6a7fef50 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000019`6a7fefa0 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000019`6a7ff8c0 00007ff7`1689e7b8     postgres!PostmasterMain(
00000019`6a7ffa50 00007ff7`16e982a9     postgres!main(
00000019`6a7ffa90 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000019`6a7ffae0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000019`6a7ffb50 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000091`807ffdb8 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
00000091`807ffdc0 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
00000091`807ffe30 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
00000091`807fff30 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000091`807fff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000091`80bff458 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000091`80bff460 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000091`80bff750 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000091`80bff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000091`ff9fed80 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000091`ff9fedc0 00007ff7`169eac9c     postgres!ExceptionalCondition(
00000091`ff9fee00 00007ff7`169ea3ac     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000091`ff9fee50 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000091`ff9feea0 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000091`ff9ff7c0 00007ff7`1689e7b8     postgres!PostmasterMain(
00000091`ff9ff950 00007ff7`16e982a9     postgres!main(
00000091`ff9ff990 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000091`ff9ff9e0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000091`ff9ffa50 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000091`ffdff488 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000091`ffdff490 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000091`ffdff780 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000091`ffdff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000091`803ffc38 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000091`803ffc40 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
00000091`803fff30 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
00000091`803fff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ad`d27fee90 00007ff7`16d22858     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ad`d27feed0 00007ff7`169eac9c     postgres!ExceptionalCondition(
000000ad`d27fef10 00007ff7`169ea2fc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ad`d27fef60 00007ff7`169eb2a7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000ad`d27fefb0 00007ff7`169e899c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ad`d27ff8d0 00007ff7`1689e7b8     postgres!PostmasterMain(
000000ad`d27ffa60 00007ff7`16e982a9     postgres!main(
000000ad`d27ffaa0 00007ff7`16e981fe     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ad`d27ffaf0 00007ff7`16e980be     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ad`d27ffb60 00007ff7`16e9831e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ad`d2bffb18 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ad`d2bffb20 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000ad`d2bffe10 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ad`d2bffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ad`d33ff828 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ad`d33ff830 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000ad`d33ffb20 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ad`d33ffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ad`d37ffbb8 00007ffe`bc4145ca     ntdll!NtFsControlFile+0x14
000000ad`d37ffbc0 00007ff7`169d5fab     KERNELBASE!ConnectNamedPipe+0x6a
000000ad`d37ffc30 00007ffe`bd7b4cb0     postgres!pg_signal_thread(
000000ad`d37ffd30 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ad`d37ffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ad`d3bffc08 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ad`d3bffc10 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000ad`d3bfff00 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ad`d3bfff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ad`d2fff628 00007ffe`be88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ad`d2fff630 00007ffe`bd7b4cb0     ntdll!TppWorkerThread+0x2df
000000ad`d2fff920 00007ffe`be8fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ad`d2fff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
tap
[06:03:20.808](1.520s) Bail out!  pg_ctl stop failed
tap
[06:03:15.516](1.282s) Bail out!  pg_ctl stop failed
tap
[06:03:15.532](1.471s) Bail out!  pg_ctl restart failed
tap
[06:03:17.493](1.288s) Bail out!  pg_ctl stop failed
tap
[06:03:19.507](3.721s) Bail out!  pg_ctl stop failed
tap
[06:03:32.601](1.431s) Bail out!  pg_ctl restart failed
tap
[06:04:56.710](1.390s) Bail out!  pg_ctl stop failed
tap
[06:10:22.781](299.636s) # poll_query_until timed out executing this query:
[06:10:22.783](0.002s) not ok 2 - ensure checksums are enabled
[06:15:15.999](292.732s) # poll_query_until timed out executing this query:
[06:15:16.001](0.002s) not ok 7 - ensure checksums are enabled
[06:15:17.158](1.091s) Bail out!  pg_ctl stop failed
tap
[06:10:22.545](299.262s) # poll_query_until timed out executing this query:
[06:10:22.548](0.003s) not ok 3 - ensure checksums aren't enabled yet
tap
[06:10:24.190](298.870s) # poll_query_until timed out executing this query:
[06:10:24.193](0.003s) not ok 3 - ensure checksums are in progress on primary
[06:15:16.265](292.071s) # poll_query_until timed out executing this query:
[06:15:16.267](0.002s) not ok 4 - ensure standby has absorbed the inprogress-on barrier
[06:15:16.329](0.062s) not ok 5 - ensure checksums are on, or in progress, on standby_1
[06:20:12.215](295.885s) # poll_query_until timed out executing this query:
[06:20:12.218](0.003s) not ok 6 - ensure checksums are enabled on the primary
tap
[06:05:26.183](1.143s) Bail out!  pg_ctl stop failed
tap
[06:04:59.935](1.237s) Bail out!  pg_ctl stop failed
tap
[06:05:12.194](1.128s) Bail out!  pg_ctl restart failed
tap
[06:05:02.474](4.985s) Bail out!  pg_ctl restart failed
tap
[06:05:02.096](1.094s) Bail out!  pg_ctl stop failed
tap
[06:05:03.163](1.159s) Bail out!  pg_ctl restart failed
tap
[06:05:06.527](1.080s) Bail out!  pg_ctl stop failed
tap
[06:00:51.706](1.256s) Bail out!  pg_ctl stop failed
tap
[06:00:52.397](1.383s) Bail out!  pg_ctl stop failed
tap
[06:00:50.534](1.317s) Bail out!  pg_ctl restart failed
tap
[06:00:58.487](1.252s) Bail out!  pg_ctl stop failed
tap
[06:00:57.767](6.599s) Bail out!  pg_ctl stop failed
tap
[06:01:00.624](1.466s) Bail out!  pg_ctl restart failed
tap
[06:01:14.470](7.443s) Bail out!  pg_ctl stop failed
tap
[06:01:08.820](0.000s) not ok 23 - data_checksums=on is reported on an offline cluster stdout /(?^:^on$)/
[06:01:10.588](1.583s) Bail out!  pg_ctl stop failed
tap
[06:01:30.129](1.362s) Bail out!  pg_ctl restart failed
tap
[06:01:39.082](1.219s) not ok 17 - pg_ctl stop
[06:01:40.585](1.204s) not ok 25 - pg_ctl restart with server running
[06:01:40.598](0.013s) Bail out!  command "pg_ctl stop -D C:\cirrus\build\testrun\pg_ctl\001_start_stop\data\tmp_test_iG...
tap
[06:01:35.267](1.095s) Bail out!  command "pg_ctl stop -D C:\cirrus\build/testrun/pg_ctl/002_status\data/t_002_status_ma...
tap
[06:02:10.946](1.080s) Bail out!  pg_ctl stop failed
tap
[06:03:24.017](1.498s) Bail out!  pg_ctl restart failed
tap
[06:01:53.745](1.688s) Bail out!  pg_ctl stop failed
tap
[06:02:01.462](1.464s) Bail out!  pg_ctl stop failed
tap
[06:02:04.204](9.844s) Bail out!  pg_ctl stop failed
tap
[06:02:14.905](14.611s) Bail out!  pg_ctl stop failed
tap
[06:02:08.366](5.182s) Bail out!  pg_ctl stop failed
tap
[06:02:17.646](14.001s) Bail out!  pg_ctl stop failed
tap
[06:02:23.764](17.081s) Bail out!  pg_ctl stop failed
tap
[06:02:25.453](15.156s) Bail out!  pg_ctl stop failed
tap
[06:02:15.843](4.362s) Bail out!  pg_ctl stop failed
tap
[06:02:30.931](14.499s) Bail out!  pg_ctl stop failed
tap
[06:03:24.799](1.331s) Bail out!  pg_ctl restart failed
tap
[05:58:53.150](3.461s) Bail out!  pg_ctl stop failed
tap
[05:57:03.710](7.660s) Bail out!  pg_ctl stop failed
tap
[05:57:04.291](5.486s) Bail out!  pg_ctl stop failed
tap
[06:02:41.901](1.140s) Bail out!  pg_ctl stop failed
tap
[06:03:28.922](1.411s) Bail out!  pg_ctl stop failed
tap
[06:03:25.567](1.706s) Bail out!  pg_ctl stop failed
tap
[06:02:38.989](4.619s) Bail out!  pg_ctl stop failed
tap
[06:03:20.745](1.720s) Bail out!  pg_ctl stop failed
tap
[06:03:36.840](1.370s) Bail out!  pg_ctl stop failed
tap
[05:57:12.995](18.440s) Bail out!  pg_ctl stop failed
tap
[05:57:06.229](2.047s) Bail out!  pg_ctl stop failed
tap
[05:57:25.937](21.209s) Bail out!  pg_ctl stop failed
tap
[05:57:16.233](3.395s) Bail out!  pg_ctl restart failed
tap
[05:57:42.264](1.323s) Bail out!  pg_ctl stop failed
tap
[05:57:53.248](36.343s) Bail out!  pg_ctl restart failed
tap
[05:57:45.000](1.477s) Bail out!  pg_ctl stop failed
tap
[05:57:40.162](7.006s) Bail out!  pg_ctl stop failed
tap
[05:57:52.089](16.635s) Bail out!  pg_ctl stop failed
tap
[05:57:53.405](2.371s) Bail out!  pg_ctl stop failed
tap
[05:57:57.682](10.597s) Bail out!  pg_ctl stop failed
tap
[05:58:15.310](21.275s) Bail out!  pg_ctl stop failed
tap
[05:57:58.872](3.280s) Bail out!  pg_ctl stop failed
tap
[05:58:15.310](14.727s) Bail out!  pg_ctl stop failed
tap
[05:58:03.777](1.728s) Bail out!  pg_ctl stop failed
tap
[05:58:11.351](3.396s) Bail out!  pg_ctl stop failed
tap
[05:58:16.138](3.037s) Bail out!  pg_ctl stop failed
tap
[05:58:19.945](5.980s) Bail out!  pg_ctl restart failed
tap
[05:58:30.042](3.086s) Bail out!  pg_ctl stop failed
tap
[06:00:09.484](1.252s) Bail out!  pg_ctl restart failed
tap
[05:58:30.560](3.433s) Bail out!  pg_ctl stop failed
tap
[05:58:37.027](1.471s) Bail out!  pg_ctl stop failed
tap
[05:58:56.878](1.490s) Bail out!  pg_ctl restart failed
tap
[05:58:54.982](1.988s) Bail out!  pg_ctl restart failed
tap
[05:59:02.536](6.061s) Bail out!  pg_ctl stop failed
tap
[05:59:03.411](14.779s) Bail out!  pg_ctl stop failed
tap
[05:59:00.697](5.747s) Bail out!  pg_ctl stop failed
tap
[05:59:21.926](2.208s) Bail out!  pg_ctl stop failed
tap
[05:59:04.413](2.861s) Bail out!  pg_ctl stop failed
tap
[05:59:14.743](1.581s) Bail out!  pg_ctl restart failed
tap
[05:59:13.568](2.191s) Bail out!  pg_ctl stop failed
tap
[05:59:49.424](1.267s) Bail out!  pg_ctl stop failed
tap
[05:59:19.123](1.297s) Bail out!  pg_ctl stop failed
tap
[05:59:23.210](1.268s) Bail out!  pg_ctl stop failed
tap
[06:05:06.136](1.204s) Bail out!  pg_ctl stop failed
tap
[06:05:27.875](4.230s) Bail out!  pg_ctl restart failed
tap
[06:05:29.754](5.285s) Bail out!  pg_ctl restart failed
tap
[06:05:32.290](5.598s) Bail out!  pg_ctl restart failed
tap
[06:03:56.271](2.162s) Bail out!  pg_ctl stop failed
tap
[06:03:46.873](1.281s) Bail out!  pg_ctl stop failed
tap
[06:03:46.998](1.266s) Bail out!  pg_ctl stop failed
tap
[06:03:50.459](1.315s) Bail out!  pg_ctl stop failed
tap
[06:03:52.636](1.224s) Bail out!  pg_ctl stop failed
tap
[06:03:54.951](1.220s) Bail out!  pg_ctl stop failed
tap
[06:03:54.513](1.189s) Bail out!  pg_ctl stop failed
tap
[06:03:59.448](1.173s) Bail out!  pg_ctl stop failed
tap
[06:03:58.947](1.266s) Bail out!  pg_ctl stop failed
tap
[06:04:31.511](1.159s) Bail out!  pg_ctl restart failed
tap
[06:04:10.122](1.299s) Bail out!  pg_ctl stop failed
tap
[06:04:19.642](1.236s) Bail out!  pg_ctl stop failed
tap
[06:04:09.452](1.722s) Bail out!  pg_ctl stop failed
tap
[06:04:18.125](1.299s) Bail out!  pg_ctl stop failed
tap
[06:04:22.948](1.239s) Bail out!  pg_ctl stop failed
tap
[06:04:19.595](1.251s) Bail out!  pg_ctl stop failed
tap
[06:04:19.876](1.158s) Bail out!  pg_ctl stop failed
tap
[06:04:24.295](3.476s) Bail out!  pg_ctl restart failed
tap
[06:04:40.992](1.307s) Bail out!  pg_ctl stop failed
tap
[06:04:29.083](1.313s) Bail out!  pg_ctl stop failed
tap
[06:04:28.754](1.179s) Bail out!  pg_ctl stop failed
tap
[06:04:36.096](1.173s) Bail out!  pg_ctl stop failed
tap
[06:04:37.973](1.508s) Bail out!  pg_ctl stop failed
tap
[06:04:54.829](1.304s) Bail out!  pg_ctl stop failed
tap
[06:04:42.370](1.175s) Bail out!  pg_ctl stop failed
tap
[06:04:49.694](1.314s) Bail out!  pg_ctl restart failed
tap
[06:05:11.395](1.720s) Bail out!  pg_ctl stop failed
tap
[06:05:07.076](1.425s) Bail out!  pg_ctl stop failed
tap
[06:04:54.139](1.723s) Bail out!  pg_ctl stop failed
tap
[06:05:06.950](1.097s) Bail out!  pg_ctl stop failed
tap
[06:03:28.838](4.195s) Bail out!  pg_ctl stop failed
tap
[06:05:15.843](1.438s) Bail out!  pg_ctl stop failed
tap
[06:05:13.150](1.174s) Bail out!  pg_ctl stop failed
tap
[06:05:17.502](1.462s) Bail out!  pg_ctl stop failed
tap
[06:05:23.974](1.229s) Bail out!  pg_ctl stop failed
tap
[06:05:21.106](2.213s) Bail out!  pg_ctl stop failed
tap
[06:05:21.044](2.175s) Bail out!  pg_ctl restart failed
test
[06:21:59.442]   5/313 postgresql:pg_upgrade / pg_upgrade/003_logical_slots                            ERROR            ...
[06:21:59.442]   6/313 postgresql:pg_upgrade / pg_upgrade/004_subscription                             ERROR            ...
[06:21:59.442]   7/313 postgresql:recovery / recovery/003_recovery_targets                             ERROR            ...
[06:21:59.442]   8/313 postgresql:recovery / recovery/001_stream_rep                                   ERROR            ...
[06:21:59.442]   9/313 postgresql:recovery / recovery/006_logical_decoding                             ERROR            ...
[06:21:59.442]  11/313 postgresql:recovery / recovery/004_timeline_switch                              ERROR            ...
[06:21:59.442]  13/313 postgresql:recovery / recovery/010_logical_decoding_timelines                   ERROR            ...
[06:21:59.442]  14/313 postgresql:recovery / recovery/007_sync_rep                                     ERROR            ...
[06:21:59.442]  15/313 postgresql:recovery / recovery/009_twophase                                     ERROR            ...
[06:21:59.442]  16/313 postgresql:recovery / recovery/014_unlogged_reinit                              ERROR            ...
[06:21:59.442]  17/313 postgresql:recovery / recovery/012_subtransactions                              ERROR            ...
[06:21:59.442]  19/313 postgresql:recovery / recovery/008_fsm_truncation                               ERROR            ...
[06:21:59.442]  20/313 postgresql:recovery / recovery/018_wal_optimize                                 ERROR            ...
[06:21:59.442]  21/313 postgresql:recovery / recovery/015_promotion_pages                              ERROR            ...
[06:21:59.442]  22/313 postgresql:recovery / recovery/020_archive_status                               ERROR            ...
[06:21:59.442]  24/313 postgresql:recovery / recovery/021_row_visibility                               ERROR            ...
[06:21:59.442]  25/313 postgresql:recovery / recovery/016_min_consistency                              ERROR            ...
[06:21:59.442]  26/313 postgresql:recovery / recovery/019_replslot_limit                               ERROR            ...
[06:21:59.442]  27/313 postgresql:recovery / recovery/023_pitr_prepared_xact                           ERROR            ...
[06:21:59.442]  28/313 postgresql:recovery / recovery/024_archive_recovery                             ERROR            ...
[06:21:59.442]  29/313 postgresql:recovery / recovery/026_overwrite_contrecord                         ERROR            ...
[06:21:59.442]  30/313 postgresql:recovery / recovery/028_pitr_timelines                               ERROR            ...
[06:21:59.442]  31/313 postgresql:regress / regress/regress                                            ERROR           1...
[06:21:59.442]  32/313 postgresql:recovery / recovery/029_stats_restart                                ERROR            ...
[06:21:59.442]  34/313 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[06:21:59.442]  35/313 postgresql:recovery / recovery/031_recovery_conflict                            ERROR            ...
[06:21:59.442]  36/313 postgresql:recovery / recovery/034_create_database                              ERROR            ...
[06:21:59.442]  37/313 postgresql:recovery / recovery/030_stats_cleanup_replica                        ERROR            ...
[06:21:59.442]  38/313 postgresql:recovery / recovery/032_relfilenode_reuse                            ERROR            ...
[06:21:59.442]  39/313 postgresql:recovery / recovery/036_truncated_dropped                            ERROR            ...
[06:21:59.442]  40/313 postgresql:recovery / recovery/033_replay_tsp_drops                             ERROR            ...
[06:21:59.442]  42/313 postgresql:recovery / recovery/039_end_of_wal                                   ERROR            ...
[06:21:59.442]  43/313 postgresql:recovery / recovery/038_save_logical_slots_shutdown                  ERROR            ...
[06:21:59.442]  44/313 postgresql:isolation / isolation/isolation                                      ERROR           1...
[06:21:59.442]  45/313 postgresql:recovery / recovery/041_checkpoint_at_promote                        ERROR            ...
[06:21:59.442]  46/313 postgresql:plpgsql / plpgsql/regress                                            ERROR            ...
[06:21:59.442]  47/313 postgresql:plperl / plperl/regress                                              ERROR            ...
[06:21:59.442]  48/313 postgresql:recovery / recovery/035_standby_logical_decoding                     ERROR            ...
[06:21:59.442]  49/313 postgresql:recovery / recovery/042_low_level_backup                             ERROR            ...
[06:21:59.442]  50/313 postgresql:basic_archive / basic_archive/regress                                ERROR            ...
[06:21:59.442]  51/313 postgresql:bloom / bloom/regress                                                ERROR            ...
[06:21:59.442]  52/313 postgresql:bool_plperl / bool_plperl/regress                                    ERROR            ...
[06:21:59.442]  53/313 postgresql:plpython / plpython/regress                                          ERROR            ...
[06:21:59.442]  54/313 postgresql:amcheck / amcheck/regress                                            ERROR            ...
[06:21:59.442]  55/313 postgresql:citext / citext/regress                                              ERROR            ...
[06:21:59.442]  56/313 postgresql:cube / cube/regress                                                  ERROR            ...
[06:21:59.442]  57/313 postgresql:dict_int / dict_int/regress                                          ERROR            ...
[06:21:59.442]  58/313 postgresql:dblink / dblink/regress                                              ERROR            ...
[06:21:59.442]  59/313 postgresql:dict_xsyn / dict_xsyn/regress                                        ERROR            ...
[06:21:59.442]  60/313 postgresql:btree_gin / btree_gin/regress                                        ERROR            ...
[06:21:59.442]  61/313 postgresql:earthdistance / earthdistance/regress                                ERROR            ...
[06:21:59.442]  62/313 postgresql:btree_gist / btree_gist/regress                                      ERROR            ...
[06:21:59.442]  63/313 postgresql:file_fdw / file_fdw/regress                                          ERROR            ...
[06:21:59.442]  64/313 postgresql:fuzzystrmatch / fuzzystrmatch/regress                                ERROR            ...
[06:21:59.442]  65/313 postgresql:hstore_plpython / hstore_plpython/regress                            ERROR            ...
[06:21:59.443]  66/313 postgresql:hstore_plperl / hstore_plperl/regress                                ERROR            ...
[06:21:59.443]  67/313 postgresql:hstore / hstore/regress                                              ERROR            ...
[06:21:59.443]  68/313 postgresql:isn / isn/regress                                                    ERROR            ...
[06:21:59.443]  69/313 postgresql:recovery / recovery/040_standby_failover_slots_sync                  ERROR            ...
[06:21:59.443]  70/313 postgresql:jsonb_plpython / jsonb_plpython/regress                              ERROR            ...
[06:21:59.443]  71/313 postgresql:lo / lo/regress                                                      ERROR            ...
[06:21:59.443]  72/313 postgresql:jsonb_plperl / jsonb_plperl/regress                                  ERROR            ...
[06:21:59.443]  73/313 postgresql:ltree / ltree/regress                                                ERROR            ...
[06:21:59.443]  74/313 postgresql:ltree_plpython / ltree_plpython/regress                              ERROR            ...
[06:21:59.443]  75/313 postgresql:passwordcheck / passwordcheck/regress                                ERROR            ...
[06:21:59.443]  76/313 postgresql:pg_buffercache / pg_buffercache/regress                              ERROR            ...
[06:21:59.443]  77/313 postgresql:intarray / intarray/regress                                          ERROR            ...
[06:21:59.443]  78/313 postgresql:pageinspect / pageinspect/regress                                    ERROR            ...
[06:21:59.443]  79/313 postgresql:pg_freespacemap / pg_freespacemap/regress                            ERROR            ...
[06:21:59.443]  80/313 postgresql:pg_logicalinspect / pg_logicalinspect/isolation                      ERROR            ...
[06:21:59.443]  81/313 postgresql:pgrowlocks / pgrowlocks/isolation                                    ERROR            ...
[06:21:59.443]  82/313 postgresql:pgstattuple / pgstattuple/regress                                    ERROR            ...
[06:21:59.443]  83/313 postgresql:pg_surgery / pg_surgery/regress                                      ERROR            ...
[06:21:59.443]  84/313 postgresql:pgcrypto / pgcrypto/regress                                          ERROR            ...
[06:21:59.443]  85/313 postgresql:pg_visibility / pg_visibility/regress                                ERROR            ...
[06:21:59.443]  86/313 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
[06:21:59.443]  87/313 postgresql:pg_walinspect / pg_walinspect/regress                                ERROR            ...
[06:21:59.443]  88/313 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
[06:21:59.443]  89/313 postgresql:pg_trgm / pg_trgm/regress                                            ERROR            ...
[06:21:59.443]  90/313 postgresql:tablefunc / tablefunc/regress                                        ERROR            ...
[06:21:59.443]  91/313 postgresql:seg / seg/regress                                                    ERROR            ...
[06:21:59.443]  92/313 postgresql:tcn / tcn/isolation                                                  ERROR            ...
[06:21:59.443]  93/313 postgresql:tsm_system_rows / tsm_system_rows/regress                            ERROR            ...
[06:21:59.443]  94/313 postgresql:tsm_system_time / tsm_system_time/regress                            ERROR            ...
[06:21:59.443]  95/313 postgresql:unaccent / unaccent/regress                                          ERROR            ...
[06:21:59.443]  96/313 postgresql:brin / brin/isolation                                                ERROR            ...
[06:21:59.443]  97/313 postgresql:commit_ts / commit_ts/regress                                        ERROR            ...
[06:21:59.443]  98/313 postgresql:postgres_fdw / postgres_fdw/regress                                  ERROR            ...
[06:21:59.443]  99/313 postgresql:dummy_index_am / dummy_index_am/regress                              ERROR            ...
[06:21:59.443] 100/313 postgresql:dummy_seclabel / dummy_seclabel/regress                              ERROR            ...
[06:21:59.443] 101/313 postgresql:delay_execution / delay_execution/isolation                          ERROR            ...
[06:21:59.443] 102/313 postgresql:test_decoding / test_decoding/isolation                              ERROR            ...
[06:21:59.443] 103/313 postgresql:gin / gin/regress                                                    ERROR            ...
[06:21:59.443] 104/313 postgresql:injection_points / injection_points/regress                          ERROR            ...
[06:21:59.443] 105/313 postgresql:plsample / plsample/regress                                          ERROR            ...
[06:21:59.443] 106/313 postgresql:spgist_name_ops / spgist_name_ops/regress                            ERROR            ...
[06:21:59.443] 107/313 postgresql:injection_points / injection_points/isolation                        ERROR            ...
[06:21:59.443] 108/313 postgresql:test_bloomfilter / test_bloomfilter/regress                          ERROR            ...
[06:21:59.443] 109/313 postgresql:test_copy_callbacks / test_copy_callbacks/regress                    ERROR            ...
[06:21:59.443] 110/313 postgresql:test_dsa / test_dsa/regress                                          ERROR            ...
[06:21:59.443] 111/313 postgresql:test_dsm_registry / test_dsm_registry/regress                        ERROR            ...
[06:21:59.443] 112/313 postgresql:test_ginpostinglist / test_ginpostinglist/regress                    ERROR            ...
[06:21:59.443] 113/313 postgresql:test_lfind / test_lfind/regress                                      ERROR            ...
[06:21:59.443] 114/313 postgresql:test_extensions / test_extensions/regress                            ERROR            ...
[06:21:59.443] 115/313 postgresql:test_decoding / test_decoding/regress                                ERROR            ...
[06:21:59.443] 116/313 postgresql:test_ddl_deparse / test_ddl_deparse/regress                          ERROR            ...
[06:21:59.443] 117/313 postgresql:test_parser / test_parser/regress                                    ERROR            ...
[06:21:59.443] 118/313 postgresql:test_oat_hooks / test_oat_hooks/regress                              ERROR            ...
[06:21:59.443] 119/313 postgresql:test_pg_dump / test_pg_dump/regress                                  ERROR            ...
[06:21:59.443] 120/313 postgresql:test_radixtree / test_radixtree/regress                              ERROR            ...
[06:21:59.443] 121/313 postgresql:test_predtest / test_predtest/regress                                ERROR            ...
[06:21:59.443] 122/313 postgresql:test_rbtree / test_rbtree/regress                                    ERROR            ...
[06:21:59.443] 123/313 postgresql:test_resowner / test_resowner/regress                                ERROR            ...
[06:21:59.443] 124/313 postgresql:test_regex / test_regex/regress                                      ERROR            ...
[06:21:59.443] 125/313 postgresql:test_integerset / test_integerset/regress                            ERROR            ...
[06:21:59.443] 126/313 postgresql:test_rls_hooks / test_rls_hooks/regress                              ERROR            ...
[06:21:59.443] 127/313 postgresql:test_slru / test_slru/regress                                        ERROR            ...
[06:21:59.443] 129/313 postgresql:test_tidstore / test_tidstore/regress                                ERROR            ...
[06:21:59.517] 130/313 postgresql:test_shm_mq / test_shm_mq/regress                                    ERROR            ...
[06:21:59.517] 131/313 postgresql:typcache / typcache/regress                                          ERROR            ...
[06:21:59.517] 132/313 postgresql:unsafe_tests / unsafe_tests/regress                                  ERROR            ...
[06:21:59.517] 135/313 postgresql:libpq / libpq/005_negotiate_encryption                               ERROR            ...
[06:21:59.517] 137/313 postgresql:libpq / libpq/003_load_balance_host_list                             ERROR            ...
[06:21:59.517] 138/313 postgresql:libpq / libpq/004_load_balance_dns                                   ERROR            ...
[06:21:59.517] 140/313 postgresql:pg_amcheck / pg_amcheck/004_verify_heapam                            ERROR            ...
[06:21:59.517] 141/313 postgresql:pg_amcheck / pg_amcheck/003_check                                    ERROR            ...
[06:21:59.517] 145/313 postgresql:pg_basebackup / pg_basebackup/010_pg_basebackup                      ERROR            ...
[06:21:59.517] 148/313 postgresql:ecpg / ecpg/ecpg                                                     ERROR            ...
[06:21:59.517] 149/313 postgresql:pg_checksums / pg_checksums/002_actions                              ERROR            ...
[06:21:59.517] 151/313 postgresql:pg_basebackup / pg_basebackup/040_pg_createsubscriber                ERROR            ...
[06:21:59.517] 154/313 postgresql:pg_combinebackup / pg_combinebackup/007_wal_level_minimal            ERROR            ...
[06:21:59.517] 160/313 postgresql:pg_ctl / pg_ctl/002_status                                           ERROR            ...
[06:21:59.517] 162/313 postgresql:pg_ctl / pg_ctl/001_start_stop                                       ERROR            ...
[06:21:59.517] 169/313 postgresql:pg_resetwal / pg_resetwal/001_basic                                  ERROR            ...
[06:21:59.517] 172/313 postgresql:pg_rewind / pg_rewind/001_basic                                      ERROR            ...
[06:21:59.517] 173/313 postgresql:pg_rewind / pg_rewind/002_databases                                  ERROR            ...
[06:21:59.517] 175/313 postgresql:pg_rewind / pg_rewind/004_pg_xlog_symlink                            ERROR            ...
[06:21:59.517] 176/313 postgresql:pg_dump / pg_dump/002_pg_dump                                        ERROR            ...
[06:21:59.517] 177/313 postgresql:pg_rewind / pg_rewind/003_extrafiles                                 ERROR            ...
[06:21:59.517] 180/313 postgresql:pg_rewind / pg_rewind/009_growing_files                              ERROR            ...
[06:21:59.517] 183/313 postgresql:pg_rewind / pg_rewind/005_same_timeline                              ERROR            ...
[06:21:59.517] 184/313 postgresql:pg_rewind / pg_rewind/007_standby_source                             ERROR            ...
[06:21:59.517] 185/313 postgresql:pg_rewind / pg_rewind/008_min_recovery_point                         ERROR            ...
[06:21:59.517] 188/313 postgresql:pg_rewind / pg_rewind/010_keep_recycled_wals                         ERROR            ...
[06:21:59.517] 194/313 postgresql:pg_waldump / pg_waldump/001_basic                                    ERROR            ...
[06:21:59.517] 197/313 postgresql:pg_verifybackup / pg_verifybackup/007_wal                            ERROR            ...
[06:21:59.517] 218/313 postgresql:amcheck / amcheck/002_cic                                            ERROR            ...
[06:21:59.517] 219/313 postgresql:amcheck / amcheck/003_cic_2pc                                        ERROR            ...
[06:21:59.517] 220/313 postgresql:amcheck / amcheck/004_verify_nbtree_unique                           ERROR            ...
[06:21:59.517] 221/313 postgresql:amcheck / amcheck/005_pitr                                           ERROR            ...
[06:21:59.517] 223/313 postgresql:pgbench / pgbench/001_pgbench_with_server                            ERROR            ...
[06:21:59.517] 225/313 postgresql:amcheck / amcheck/001_verify_heapam                                  ERROR            ...
[06:21:59.517] 226/313 postgresql:pg_prewarm / pg_prewarm/001_basic                                    ERROR            ...
[06:21:59.517] 227/313 postgresql:pg_stat_statements / pg_stat_statements/010_restart                  ERROR            ...
[06:21:59.517] 229/313 postgresql:pg_visibility / pg_visibility/002_corrupt_vm                         ERROR            ...
[06:21:59.517] 231/313 postgresql:test_decoding / test_decoding/001_repl_stats                         ERROR            ...
[06:21:59.517] 232/313 postgresql:pg_visibility / pg_visibility/001_concurrent_transaction             ERROR            ...
[06:21:59.517] 235/313 postgresql:authentication / authentication/004_file_inclusion                   ERROR            ...
[06:21:59.517] 237/313 postgresql:postmaster / postmaster/002_start_stop                               ERROR            ...
[06:21:59.517] 241/313 postgresql:subscription / subscription/002_types                                ERROR            ...
[06:21:59.517] 242/313 postgresql:subscription / subscription/003_constraints                          ERROR            ...
[06:21:59.517] 243/313 postgresql:subscription / subscription/004_sync                                 ERROR            ...
[06:21:59.517] 244/313 postgresql:subscription / subscription/005_encoding                             ERROR            ...
[06:21:59.517] 246/313 postgresql:subscription / subscription/007_ddl                                  ERROR            ...
[06:21:59.517] 247/313 postgresql:subscription / subscription/006_rewrite                              ERROR            ...
[06:21:59.517] 249/313 postgresql:subscription / subscription/001_rep_changes                          ERROR            ...
[06:21:59.517] 250/313 postgresql:subscription / subscription/009_matviews                             ERROR            ...
[06:21:59.517] 251/313 postgresql:subscription / subscription/008_diff_schema                          ERROR            ...
[06:21:59.517] 252/313 postgresql:subscription / subscription/016_stream_subxact                       ERROR            ...
[06:21:59.517] 253/313 postgresql:subscription / subscription/014_binary                               ERROR            ...
[06:21:59.517] 256/313 postgresql:subscription / subscription/017_stream_ddl                           ERROR            ...
[06:21:59.517] 258/313 postgresql:subscription / subscription/015_stream                               ERROR            ...
[06:21:59.517] 257/313 postgresql:subscription / subscription/019_stream_subxact_ddl_abort             ERROR            ...
[06:21:59.517] 259/313 postgresql:subscription / subscription/020_messages                             ERROR            ...
[06:21:59.517] 260/313 postgresql:subscription / subscription/018_stream_subxact_abort                 ERROR            ...
[06:21:59.517] 261/313 postgresql:subscription / subscription/021_twophase                             ERROR            ...
[06:21:59.517] 262/313 postgresql:subscription / subscription/024_add_drop_pub                         ERROR            ...
[06:21:59.517] 263/313 postgresql:subscription / subscription/023_twophase_stream                      ERROR            ...
[06:21:59.517] 264/313 postgresql:subscription / subscription/013_partition                            ERROR            ...
[06:21:59.517] 265/313 postgresql:subscription / subscription/025_rep_changes_for_schema               ERROR            ...
[06:21:59.517] 266/313 postgresql:subscription / subscription/026_stats                                ERROR            ...
[06:21:59.517] 267/313 postgresql:subscription / subscription/022_twophase_cascade                     ERROR            ...
[06:21:59.517] 268/313 postgresql:subscription / subscription/029_on_error                             ERROR            ...
[06:21:59.517] 269/313 postgresql:recovery / recovery/013_crash_restart                                ERROR           4...
[06:21:59.517] 270/313 postgresql:subscription / subscription/030_origin                               ERROR            ...
[06:21:59.517] 272/313 postgresql:subscription / subscription/100_bugs                                 ERROR            ...
[06:21:59.517] 273/313 postgresql:subscription / subscription/028_row_filter                           ERROR            ...
[06:21:59.517] 274/313 postgresql:brin / brin/01_workitems                                             ERROR            ...
[06:21:59.517] 276/313 postgresql:commit_ts / commit_ts/001_base                                       ERROR            ...
[06:21:59.517] 277/313 postgresql:commit_ts / commit_ts/004_restart                                    ERROR            ...
[06:21:59.517] 279/313 postgresql:injection_points / injection_points/001_stats                        ERROR            ...
[06:21:59.517] 280/313 postgresql:commit_ts / commit_ts/003_standby_2                                  ERROR            ...
[06:21:59.517] 281/313 postgresql:ssl_passphrase_callback / ssl_passphrase_callback/001_testfunc       ERROR            ...
[06:21:59.517] 282/313 postgresql:libpq_pipeline / libpq_pipeline/001_libpq_pipeline                   ERROR            ...
[06:21:59.517] 283/313 postgresql:test_custom_rmgrs / test_custom_rmgrs/001_basic                      ERROR            ...
[06:21:59.517] 286/313 postgresql:subscription / subscription/032_subscribe_use_index                  ERROR            ...
[06:21:59.517] 288/313 postgresql:subscription / subscription/031_column_list                          ERROR            ...
[06:21:59.517] 289/313 postgresql:test_misc / test_misc/002_tablespace                                 ERROR            ...
[06:21:59.517] 290/313 postgresql:commit_ts / commit_ts/002_standby                                    ERROR            ...
[06:21:59.517] 293/313 postgresql:test_misc / test_misc/001_constraint_validation                      ERROR            ...
[06:21:59.517] 294/313 postgresql:test_misc / test_misc/004_io_direct                                  ERROR            ...
[06:21:59.517] 300/313 postgresql:worker_spi / worker_spi/001_worker_spi                               ERROR            ...
[06:21:59.517] 301/313 postgresql:test_slru / test_slru/001_multixact                                  ERROR            ...
[06:21:59.517] 302/313 postgresql:test_pg_dump / test_pg_dump/001_base                                 ERROR            ...
[06:21:59.517] 303/313 postgresql:checksums / checksums/004_offline                                    ERROR            ...
[06:21:59.517] 304/313 postgresql:ssl / ssl/001_ssltests                                               ERROR            ...
[06:21:59.517] 307/313 postgresql:ssl / ssl/002_scram                                                  ERROR            ...
[06:21:59.517] 308/313 postgresql:ssl / ssl/003_sslinfo                                                ERROR            ...
[06:21:59.517] 310/313 postgresql:checksums / checksums/002_restarts                                   ERROR           3...
[06:21:59.517] 311/313 postgresql:checksums / checksums/001_basic                                      ERROR           5...
[06:21:59.517] 312/313 postgresql:pg_ctl / pg_ctl/004_logrotate                                        TIMEOUT        10...
[06:21:59.517] 313/313 postgresql:checksums / checksums/003_standby_restarts                           TIMEOUT        10...
51/5394 Fix jsonb comparison for raw scalar pseudo arrays
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonb.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream...
--- /tmp/cirrus-ci-build/src/test/regress/expected/jsonb.out	2024-11-24 03:54:19.375489000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/jsonb.out	2024-11-24 03:56:42.730700000 ...
@@ -5766,8 +5766,8 @@
 ----------------------------------------
  null
  ""
- "A"
  "a"
+ "A"
  -3.14159
  0
  0.0000000001
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonb.out /tmp/cirrus-ci-build/build/testrun/regress/regress/res...
--- /tmp/cirrus-ci-build/src/test/regress/expected/jsonb.out	2024-11-24 03:54:19.375489000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/jsonb.out	2024-11-24 03:55:52.267506000 +0000
@@ -5766,8 +5766,8 @@
 ----------------------------------------
  null
  ""
- "A"
  "a"
+ "A"
  -3.14159
  0
  0.0000000001
tap
[03:57:00.969](75.969s) not ok 2 - regression tests pass
test
[03:58:49.147]  43/314 postgresql:regress / regress/regress                                            ERROR            ...
[03:58:49.147] 157/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/jsonb.out C:/cirrus/build/testrun/recovery/027_stream_r...
--- C:/cirrus/src/test/regress/expected/jsonb.out	2024-11-24 03:54:31.313321400 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/jsonb.out	2024-11-24 04:00:24.407090400 +0000
@@ -5766,8 +5766,8 @@
 ----------------------------------------
  null
  ""
- "A"
  "a"
+ "A"
  -3.14159
  0
  0.0000000001
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/jsonb.out C:/cirrus/build/testrun/regress/regress/resul...
--- C:/cirrus/src/test/regress/expected/jsonb.out	2024-11-24 03:54:31.313321400 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/jsonb.out	2024-11-24 03:57:58.315726400 +0000
@@ -5766,8 +5766,8 @@
 ----------------------------------------
  null
  ""
- "A"
  "a"
+ "A"
  -3.14159
  0
  0.0000000001
tap
[04:00:49.975](130.886s) not ok 2 - regression tests pass
test
[04:07:04.072]  20/309 postgresql:regress / regress/regress                                            ERROR           1...
[04:07:04.072]  93/309 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5362 Add missing tab completions
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out /tmp/cirrus-ci-build/build/testrun/postgres...
--- /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out	2024-11-24 02:45:17.116315000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/postgres_fdw-running/regress/results/postgres_fdw.out	2024-11-24 02:50:12.6276790...
@@ -12325,8 +12325,7 @@
   FROM postgres_fdw_get_connections(true);
  case 
 ------
-    1
-(1 row)
+(0 rows)
 
 -- After terminating the remote backend, since the connection is closed,
 -- "closed" should be TRUE, or NULL if the connection status check
@@ -12339,8 +12338,7 @@
   FROM postgres_fdw_get_connections(true);
  case 
 ------
-    1
-(1 row)
+(0 rows)
...
test
[02:50:39.087] 74/76 postgresql:postgres_fdw-running / postgres_fdw-running/regress               ERROR             9.40...
51/5231 Consider the number of columns in the sort cost model
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out /tmp/cirrus-ci-build/build/testrun/...
--- /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out	2024-11-24 02:27:45.833543000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_stat_statements/regress/results/level_tracking.out	2024-11-24 02:30:26.5371020...
@@ -383,26 +383,24 @@
 (1 row)
 
 EXPLAIN (COSTS OFF) SELECT 1, 2 UNION SELECT 3, 4\; EXPLAIN (COSTS OFF) (SELECT 1, 2, 3) UNION SELECT 3, 4, 5;
+      QUERY PLAN       
+-----------------------
+ HashAggregate
+   Group Key: (1), (2)
+   ->  Append
+         ->  Result
+         ->  Result
+(5 rows)
+
          QUERY PLAN         
 ----------------------------
- Unique
-   ->  Sort
...
test
[02:32:38.455]  87/314 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out /tmp/cirrus-ci-build/contrib/pg_sta...
--- /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out	2024-11-24 02:27:41.569375817 +0000
+++ /tmp/cirrus-ci-build/contrib/pg_stat_statements/results/level_tracking.out	2024-11-24 02:33:24.170770848 +0000
@@ -383,25 +383,23 @@
 (1 row)
 
 EXPLAIN (COSTS OFF) SELECT 1, 2 UNION SELECT 3, 4\; EXPLAIN (COSTS OFF) (SELECT 1, 2, 3) UNION SELECT 3, 4, 5;
+      QUERY PLAN       
+-----------------------
+ HashAggregate
+   Group Key: (1), (2)
+   ->  Append
+         ->  Result
+         ->  Result
+(5 rows)
+
          QUERY PLAN         
 ----------------------------
- Unique
-   ->  Sort
...
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out /tmp/cirrus-ci-build/build/testrun/...
--- /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out	2024-11-24 02:27:42.006547629 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_stat_statements/regress/results/level_tracking.out	2024-11-24 02:32:50.8331893...
@@ -383,25 +383,23 @@
 (1 row)
 
 EXPLAIN (COSTS OFF) SELECT 1, 2 UNION SELECT 3, 4\; EXPLAIN (COSTS OFF) (SELECT 1, 2, 3) UNION SELECT 3, 4, 5;
+      QUERY PLAN       
+-----------------------
+ HashAggregate
+   Group Key: (1), (2)
+   ->  Append
+         ->  Result
+         ->  Result
+(5 rows)
+
          QUERY PLAN         
 ----------------------------
- Unique
-   ->  Sort
...
test
[02:34:49.449]  87/314 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/contrib/pg_stat_statements/expected/level_tracking.out /Users/admin/pgsql/build/testrun/pg_s...
--- /Users/admin/pgsql/contrib/pg_stat_statements/expected/level_tracking.out	2024-11-24 02:27:10
+++ /Users/admin/pgsql/build/testrun/pg_stat_statements/regress/results/level_tracking.out	2024-11-24 02:30:17
@@ -383,25 +383,23 @@
 (1 row)
 
 EXPLAIN (COSTS OFF) SELECT 1, 2 UNION SELECT 3, 4\; EXPLAIN (COSTS OFF) (SELECT 1, 2, 3) UNION SELECT 3, 4, 5;
+      QUERY PLAN       
+-----------------------
+ HashAggregate
+   Group Key: (1), (2)
+   ->  Append
+         ->  Result
+         ->  Result
+(5 rows)
+
          QUERY PLAN         
 ----------------------------
- Unique
-   ->  Sort
...
test
[02:32:18.404]  85/314 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/contrib/pg_stat_statements/expected/level_tracking.out C:/cirrus/build/testrun/pg...
--- C:/cirrus/contrib/pg_stat_statements/expected/level_tracking.out	2024-11-24 02:27:58.939904000 +0000
+++ C:/cirrus/build/testrun/pg_stat_statements/regress/results/level_tracking.out	2024-11-24 02:34:41.428632400 +0000
@@ -383,25 +383,23 @@
 (1 row)
 
 EXPLAIN (COSTS OFF) SELECT 1, 2 UNION SELECT 3, 4\; EXPLAIN (COSTS OFF) (SELECT 1, 2, 3) UNION SELECT 3, 4, 5;
+      QUERY PLAN       
+-----------------------
+ HashAggregate
+   Group Key: (1), (2)
+   ->  Append
+         ->  Result
+         ->  Result
+(5 rows)
+
          QUERY PLAN         
 ----------------------------
- Unique
-   ->  Sort
...
test
[02:41:09.891]  87/309 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
51/5392 Forbid accessing other session's temporary tables
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/inherit-temp.out /tmp/cirrus-ci-build/build/testrun/isolation/...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/inherit-temp.out	2024-11-23 23:59:10.205453000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/isolation/isolation/results/inherit-temp.out	2024-11-24 00:00:24.941900000 +0000
@@ -5,14 +5,7 @@
 step s1_insert_c: INSERT INTO inh_temp_child_s1 VALUES (3), (4);
 step s2_insert_c: INSERT INTO inh_temp_child_s2 VALUES (5), (6);
 step s1_select_p: SELECT a FROM inh_parent;
-a
--
-1
-2
-3
-4
-(4 rows)
-
+ERROR:  cannot access temporary tables of other sessions
 step s1_select_c: SELECT a FROM inh_temp_child_s1;
 a
 -
@@ -21,14 +14,7 @@
...
test
[00:03:31.448]  32/314 postgresql:isolation / isolation/isolation                                      ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/inherit-temp.out /tmp/cirrus-ci-build/src/test/isolation/outpu...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/inherit-temp.out	2024-11-23 23:59:05.755920613 +0000
+++ /tmp/cirrus-ci-build/src/test/isolation/output_iso/results/inherit-temp.out	2024-11-24 00:01:21.883045405 +0000
@@ -5,14 +5,7 @@
 step s1_insert_c: INSERT INTO inh_temp_child_s1 VALUES (3), (4);
 step s2_insert_c: INSERT INTO inh_temp_child_s2 VALUES (5), (6);
 step s1_select_p: SELECT a FROM inh_parent;
-a
--
-1
-2
-3
-4
-(4 rows)
-
+ERROR:  cannot access temporary tables of other sessions
 step s1_select_c: SELECT a FROM inh_temp_child_s1;
 a
 -
@@ -21,14 +14,7 @@
...
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/inherit-temp.out /tmp/cirrus-ci-build/build/testrun/isolation/...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/inherit-temp.out	2024-11-23 23:59:06.793780442 +0000
+++ /tmp/cirrus-ci-build/build/testrun/isolation/isolation/results/inherit-temp.out	2024-11-24 00:00:49.656959211 +0000
@@ -5,14 +5,7 @@
 step s1_insert_c: INSERT INTO inh_temp_child_s1 VALUES (3), (4);
 step s2_insert_c: INSERT INTO inh_temp_child_s2 VALUES (5), (6);
 step s1_select_p: SELECT a FROM inh_parent;
-a
--
-1
-2
-3
-4
-(4 rows)
-
+ERROR:  cannot access temporary tables of other sessions
 step s1_select_c: SELECT a FROM inh_temp_child_s1;
 a
 -
@@ -21,14 +14,7 @@
...
test
[00:03:46.091]  28/314 postgresql:isolation / isolation/isolation                                      ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/isolation/expected/inherit-temp.out /Users/admin/pgsql/build/testrun/isolation/isol...
--- /Users/admin/pgsql/src/test/isolation/expected/inherit-temp.out	2024-11-23 23:58:11
+++ /Users/admin/pgsql/build/testrun/isolation/isolation/results/inherit-temp.out	2024-11-23 23:59:51
@@ -5,14 +5,7 @@
 step s1_insert_c: INSERT INTO inh_temp_child_s1 VALUES (3), (4);
 step s2_insert_c: INSERT INTO inh_temp_child_s2 VALUES (5), (6);
 step s1_select_p: SELECT a FROM inh_parent;
-a
--
-1
-2
-3
-4
-(4 rows)
-
+ERROR:  cannot access temporary tables of other sessions
 step s1_select_c: SELECT a FROM inh_temp_child_s1;
 a
 -
@@ -21,14 +14,7 @@
...
test
[00:02:52.265]  38/314 postgresql:isolation / isolation/isolation                                      ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/isolation/expected/inherit-temp.out C:/cirrus/build/testrun/isolation/is...
--- C:/cirrus/src/test/isolation/expected/inherit-temp.out	2024-11-23 23:59:18.841260700 +0000
+++ C:/cirrus/build/testrun/isolation/isolation/results/inherit-temp.out	2024-11-24 00:02:10.866734400 +0000
@@ -5,14 +5,7 @@
 step s1_insert_c: INSERT INTO inh_temp_child_s1 VALUES (3), (4);
 step s2_insert_c: INSERT INTO inh_temp_child_s2 VALUES (5), (6);
 step s1_select_p: SELECT a FROM inh_parent;
-a
--
-1
-2
-3
-4
-(4 rows)
-
+ERROR:  cannot access temporary tables of other sessions
 step s1_select_c: SELECT a FROM inh_temp_child_s1;
 a
 -
@@ -21,14 +14,7 @@
...
test
[00:11:07.754]  27/309 postgresql:isolation / isolation/isolation                                      ERROR           1...
51/5196 Use function smgrclose() to replace the loop
CompilerWarnings
compiler
[22:58:41.468] smgr.c:487:9: error: unused variable 'which' [-Werror,-Wunused-variable]
compiler
[22:58:41.468] smgr.c:282:13: error: unused variable 'forknum' [-Werror,-Wunused-variable]
compiler
[22:58:33.323] smgr.c:487:9: error: unused variable 'which' [-Werror,-Wunused-variable]
compiler
[22:58:33.323] smgr.c:282:13: error: unused variable 'forknum' [-Werror,-Wunused-variable]
compiler
[22:58:05.314] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable]
compiler
[22:58:05.314] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
compiler
[22:57:57.864] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
compiler
[22:57:57.864] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable]
compiler
[22:59:02.711] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
compiler
[22:59:02.711] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable]
51/4980 Expand applicability of aggregate's sortop optimization
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/join.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/join.out	2024-11-23 21:11:10.082160000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/join.out	2024-11-23 21:14:00.671270000 +...
@@ -2225,11 +2225,10 @@
 select count(*) from tenk1 a where unique1 in
   (select unique1 from tenk1 b join tenk1 c using (unique1)
    where b.unique2 = 42);
- count 
--------
-     1
-(1 row)
-
+ERROR:  deadlock detected
+DETAIL:  Process 17307 waits for AccessShareLock on relation 25142 of database 16384; blocked by process 17315.
+Process 17315 waits for AccessExclusiveLock on relation 16418 of database 16384; blocked by process 17307.
+HINT:  See server log for query details.
 --
 -- regression test: check for failure to generate a plan with multiple
 -- degenerate IN clauses
tap
[21:14:50.171](74.416s) not ok 2 - regression tests pass
test
[21:16:41.492] 156/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/arrays.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/res...
--- /tmp/cirrus-ci-build/src/test/regress/expected/arrays.out	2024-11-23 21:11:02.846240593 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/arrays.out	2024-11-23 21:18:05.141664267 +0000
@@ -2239,11 +2239,10 @@
 (1 row)
 
 select array_agg(nullif(ten, 4)) from (select ten from tenk1 where unique1 < 15 order by unique1) ss;
-               array_agg               
----------------------------------------
- {0,1,2,3,NULL,5,6,7,8,9,0,1,2,3,NULL}
-(1 row)
-
+ERROR:  deadlock detected
+DETAIL:  Process 44443 waits for AccessShareLock on relation 25169 of database 16387; blocked by process 44438.
+Process 44438 waits for AccessExclusiveLock on relation 16421 of database 16387; blocked by process 44443.
+HINT:  See server log for query details.
 select array_agg(unique1) from tenk1 where unique1 < -15;
  array_agg 
 -----------
tap
[21:19:17.345](99.228s) not ok 5 - regression tests pass
51/5099 CREATE OR REPLACE MATERIALIZED VIEW
FreeBSD - 13 - Meson
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 195, PID: 10999
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 195, PID: 17611
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 195, PID: 10673
core
[20:56:25.905] #0  0x000000082caea41a in thr_kill () from /lib/libc.so.7
[20:56:25.905] #1  0x000000082ca63e64 in raise () from /lib/libc.so.7
[20:56:25.905] #2  0x000000082cb146f9 in abort () from /lib/libc.so.7
[20:56:25.905] #3  0x0000000000a9d9d5 in ExceptionalCondition (conditionName=0x2ebfba "queryDesc->sourceText != NULL", f...
[20:56:25.905] #4  0x000000000076e0e9 in standard_ExecutorStart (queryDesc=0x8363ad088, eflags=0) at ../src/backend/exec...
[20:56:25.905] #5  0x00000008396ed9c2 in pgss_ExecutorStart (queryDesc=0x8363ad088, eflags=6) at ../contrib/pg_stat_stat...
[20:56:25.905] #6  0x0000000000703ae5 in refresh_matview_datafill (dest=<optimized out>, query=<optimized out>, queryStr...
[20:56:25.905] #7  RefreshMatViewByOid (matviewOid=28354, is_create=<optimized out>, skipData=<optimized out>, concurren...
[20:56:25.905] #8  0x00000000007036c6 in ExecRefreshMatView (stmt=<optimized out>, queryString=queryString@entry=0x0, qc...
[20:56:25.905] #9  0x00000000006da7bc in ExecCreateTableAs (pstate=pstate@entry=0x8362fe900, stmt=stmt@entry=0x83637efd0...
core
[20:56:25.601] #0  0x000000082a16841a in thr_kill () from /lib/libc.so.7
[20:56:25.601] #1  0x000000082a0e1e64 in raise () from /lib/libc.so.7
[20:56:25.601] #2  0x000000082a1926f9 in abort () from /lib/libc.so.7
[20:56:25.601] #3  0x0000000000a9d9d5 in ExceptionalCondition (conditionName=0x2ebfba "queryDesc->sourceText != NULL", f...
[20:56:25.601] #4  0x000000000076e0e9 in standard_ExecutorStart (queryDesc=0x84324f088, eflags=0) at ../src/backend/exec...
[20:56:25.601] #5  0x0000000000703ae5 in refresh_matview_datafill (dest=<optimized out>, query=<optimized out>, queryStr...
[20:56:25.601] #6  RefreshMatViewByOid (matviewOid=28467, is_create=<optimized out>, skipData=<optimized out>, concurren...
[20:56:25.601] #7  0x00000000007036c6 in ExecRefreshMatView (stmt=<optimized out>, queryString=queryString@entry=0x0, qc...
[20:56:25.601] #8  0x00000000006da7bc in ExecCreateTableAs (pstate=pstate@entry=0x835c89900, stmt=stmt@entry=0x835b82fd0...
[20:56:25.601] #9  0x0000000000949698 in ProcessUtilitySlow (pstate=pstate@entry=0x835c89900, pstmt=pstmt@entry=0x835abb...
core
[20:56:25.312] #0  0x0000000829a4141a in thr_kill () from /lib/libc.so.7
[20:56:25.312] #1  0x00000008299bae64 in raise () from /lib/libc.so.7
[20:56:25.312] #2  0x0000000829a6b6f9 in abort () from /lib/libc.so.7
[20:56:25.312] #3  0x0000000000a9d9d5 in ExceptionalCondition (conditionName=0x2ebfba "queryDesc->sourceText != NULL", f...
[20:56:25.312] #4  0x000000000076e0e9 in standard_ExecutorStart (queryDesc=0x832b14088, eflags=0) at ../src/backend/exec...
[20:56:25.312] #5  0x0000000000703ae5 in refresh_matview_datafill (dest=<optimized out>, query=<optimized out>, queryStr...
[20:56:25.312] #6  RefreshMatViewByOid (matviewOid=28400, is_create=<optimized out>, skipData=<optimized out>, concurren...
[20:56:25.312] #7  0x00000000007036c6 in ExecRefreshMatView (stmt=<optimized out>, queryString=queryString@entry=0x0, qc...
[20:56:25.312] #8  0x00000000006da7bc in ExecCreateTableAs (pstate=pstate@entry=0x834ed4500, stmt=stmt@entry=0x832b66fd0...
[20:56:25.312] #9  0x0000000000949698 in ProcessUtilitySlow (pstate=pstate@entry=0x834ed4500, pstmt=pstmt@entry=0x832aa8...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_up...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-11-23 20:50:02.935408000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/brin.out	2024-11-23 20:52:07.249503000 +00...
@@ -588,4 +588,10 @@
 CREATE INDEX brin_insert_optimization_idx ON brin_insert_optimization USING brin (a);
 UPDATE brin_insert_optimization SET a = a;
 REINDEX INDEX CONCURRENTLY brin_insert_optimization_idx;
-DROP TABLE brin_insert_optimization;
+WARNING:  terminating connection because of crash of another server process
+DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because anothe...
+HINT:  In a moment you should be able to reconnect to the database and repeat your command.
+server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
+connection to server was lost
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/privileges.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002...
--- /tmp/cirrus-ci-build/src/test/regress/expected/privileges.out	2024-11-23 20:50:02.991511000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/privileges.out	2024-11-23 20:52:07.2492300...
@@ -1846,1413 +1846,10 @@
 REINDEX TABLE sro_tab;
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-11-23 20:50:02.935408000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/brin.out	2024-11-23 20:52:45.510139000 +...
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/build/testrun/regress/regress/resu...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-11-23 20:50:02.935408000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/brin.out	2024-11-23 20:52:06.023455000 +0000
@@ -588,4 +588,10 @@
 CREATE INDEX brin_insert_optimization_idx ON brin_insert_optimization USING brin (a);
 UPDATE brin_insert_optimization SET a = a;
 REINDEX INDEX CONCURRENTLY brin_insert_optimization_idx;
-DROP TABLE brin_insert_optimization;
+WARNING:  terminating connection because of crash of another server process
+DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because anothe...
+HINT:  In a moment you should be able to reconnect to the database and repeat your command.
+server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
+connection to server was lost
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/privileges.out /tmp/cirrus-ci-build/build/testrun/regress/regres...
--- /tmp/cirrus-ci-build/src/test/regress/expected/privileges.out	2024-11-23 20:50:02.991511000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/privileges.out	2024-11-23 20:52:06.023912000 +0000
@@ -1842,1417 +1842,10 @@
 -- Do the same concurrently
...
tap
[20:52:09.184](27.496s) not ok 5 - regression tests pass
[20:52:10.991](1.791s) not ok 6 - dump before running pg_upgrade
tap
[20:52:47.486](29.111s) not ok 2 - regression tests pass
test
[20:55:14.610]  23/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[20:55:14.610]  22/314 postgresql:regress / regress/regress                                            ERROR            ...
[20:55:14.610]  52/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "execMain.c", Line: 195, PID: 38725
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "execMain.c", Line: 195, PID: 24480
core
[20:57:47.828] #0  0x00007f07272abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[20:57:47.828] #1  0x00007f072725cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[20:57:47.828] #2  0x00007f0727247472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[20:57:47.828] #3  0x00005655034e8ad1 in ExceptionalCondition (conditionName=conditionName@entry=0x5655037c5f60 "queryDe...
[20:57:47.828] #4  0x0000565502ce12d3 in standard_ExecutorStart (queryDesc=queryDesc@entry=0x6250001f0d20, eflags=eflags...
[20:57:47.828] #5  0x0000565502ce1508 in ExecutorStart (queryDesc=queryDesc@entry=0x6250001f0d20, eflags=eflags@entry=0)...
[20:57:47.828] #6  0x0000565502bd76ea in refresh_matview_datafill (dest=0x6250001ed5a8, query=<optimized out>, query@ent...
[20:57:47.828] #7  0x0000565502bd9e13 in RefreshMatViewByOid (matviewOid=<optimized out>, is_create=is_create@entry=fals...
[20:57:47.828] #8  0x0000565502bda01f in ExecRefreshMatView (stmt=0x6210000d5230, queryString=queryString@entry=0x0, qc=...
[20:57:47.828] #9  0x0000565502b79b67 in ExecCreateTableAs (pstate=pstate@entry=0x619000052480, stmt=stmt@entry=0x625000...
core
[20:57:49.150] #0  0x00007f2e120abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[20:57:49.150] #1  0x00007f2e1205cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[20:57:49.150] #2  0x00007f2e12047472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[20:57:49.150] #3  0x0000558c27727ad1 in ExceptionalCondition (conditionName=conditionName@entry=0x558c27a04f60 "queryDe...
[20:57:49.150] #4  0x0000558c26f202d3 in standard_ExecutorStart (queryDesc=queryDesc@entry=0x625000202520, eflags=eflags...
[20:57:49.150] #5  0x0000558c26f20508 in ExecutorStart (queryDesc=queryDesc@entry=0x625000202520, eflags=eflags@entry=0)...
[20:57:49.150] #6  0x0000558c26e166ea in refresh_matview_datafill (dest=0x6250002065a8, query=<optimized out>, query@ent...
[20:57:49.150] #7  0x0000558c26e18e13 in RefreshMatViewByOid (matviewOid=<optimized out>, is_create=is_create@entry=fals...
[20:57:49.150] #8  0x0000558c26e1901f in ExecRefreshMatView (stmt=0x62100000be30, queryString=queryString@entry=0x0, qc=...
[20:57:49.150] #9  0x0000558c26db8b67 in ExecCreateTableAs (pstate=pstate@entry=0x6190000bdc80, stmt=stmt@entry=0x625000...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/resul...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-11-23 20:50:05.074490527 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/brin.out	2024-11-23 20:56:33.318201844 +0000
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/src/test/regress/results/brin.out
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-11-23 20:50:05.074490527 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/brin.out	2024-11-23 20:54:33.858289851 +0000
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
tap
[20:56:35.258](36.730s) not ok 5 - regression tests pass
[20:56:37.538](2.269s) not ok 6 - dump before running pg_upgrade
Linux - Debian Bookworm - Meson
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 195, PID: 29746
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 195, PID: 36150
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 195, PID: 28900
core
[20:58:27.133] #0  0x00007f168cca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[20:58:27.133] #1  0x00007f168cc5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[20:58:27.133] #2  0x00007f168cc45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[20:58:27.133] #3  0x000055bc276ce008 in ExceptionalCondition (conditionName=conditionName@entry=0x55bc27943475 "queryDe...
[20:58:27.133] #4  0x000055bc2704d133 in standard_ExecutorStart (queryDesc=queryDesc@entry=0x55bc545cae00, eflags=eflags...
[20:58:27.133] #5  0x000055bc2704d30f in ExecutorStart (queryDesc=queryDesc@entry=0x55bc545cae00, eflags=eflags@entry=0)...
[20:58:27.133] #6  0x000055bc26f71688 in refresh_matview_datafill (dest=0x55bc545c7e48, query=<optimized out>, query@ent...
[20:58:27.133] #7  0x000055bc26f739ef in RefreshMatViewByOid (matviewOid=28145, is_create=is_create@entry=false, skipDat...
[20:58:27.133] #8  0x000055bc26f73b2e in ExecRefreshMatView (stmt=0x55bc5458b4b0, queryString=queryString@entry=0x0, qc=...
[20:58:27.133] #9  0x000055bc26f29748 in ExecCreateTableAs (pstate=pstate@entry=0x55bc545266b0, stmt=stmt@entry=0x55bc54...
core
[20:58:25.710] #0  0x00007f07678a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[20:58:25.710] #1  0x00007f076785afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[20:58:25.710] #2  0x00007f0767845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[20:58:25.710] #3  0x000055b0e9887008 in ExceptionalCondition (conditionName=conditionName@entry=0x55b0e9afc475 "queryDe...
[20:58:25.710] #4  0x000055b0e9206133 in standard_ExecutorStart (queryDesc=0x55b0ff3adaf0, eflags=0) at ../src/backend/e...
[20:58:25.710] #5  0x00007f0764ec26f7 in pgss_ExecutorStart (queryDesc=0x55b0ff3adaf0, eflags=<optimized out>) at ../con...
[20:58:25.710] #6  0x000055b0e92062c8 in ExecutorStart (queryDesc=queryDesc@entry=0x55b0ff3adaf0, eflags=eflags@entry=0)...
[20:58:25.710] #7  0x000055b0e912a688 in refresh_matview_datafill (dest=0x55b0ff3aab68, query=<optimized out>, query@ent...
[20:58:25.710] #8  0x000055b0e912c9ef in RefreshMatViewByOid (matviewOid=28308, is_create=is_create@entry=false, skipDat...
[20:58:25.710] #9  0x000055b0e912cb2e in ExecRefreshMatView (stmt=0x55b0ff3e2cf0, queryString=queryString@entry=0x0, qc=...
core
[20:58:28.529] #0  0x00007f7530aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[20:58:28.529] #1  0x00007f7530a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[20:58:28.529] #2  0x00007f7530a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[20:58:28.529] #3  0x0000560f9411e008 in ExceptionalCondition (conditionName=conditionName@entry=0x560f94393475 "queryDe...
[20:58:28.529] #4  0x0000560f93a9d133 in standard_ExecutorStart (queryDesc=queryDesc@entry=0x560fcae2fbd0, eflags=eflags...
[20:58:28.529] #5  0x0000560f93a9d30f in ExecutorStart (queryDesc=queryDesc@entry=0x560fcae2fbd0, eflags=eflags@entry=0)...
[20:58:28.529] #6  0x0000560f939c1688 in refresh_matview_datafill (dest=0x560fcad29ba8, query=<optimized out>, query@ent...
[20:58:28.529] #7  0x0000560f939c39ef in RefreshMatViewByOid (matviewOid=28538, is_create=is_create@entry=false, skipDat...
[20:58:28.529] #8  0x0000560f939c3b2e in ExecRefreshMatView (stmt=0x560fcad43920, queryString=queryString@entry=0x0, qc=...
[20:58:28.529] #9  0x0000560f93979748 in ExecCreateTableAs (pstate=pstate@entry=0x560fcad6ea00, stmt=stmt@entry=0x560fca...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_up...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-11-23 20:50:02.582136041 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/brin.out	2024-11-23 20:54:50.144136583 +00...
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-11-23 20:50:02.582136041 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/brin.out	2024-11-23 20:55:22.532310998 +...
@@ -363,229 +363,10 @@
 	END LOOP;
 END;
 $x$;
-RESET enable_seqscan;
-RESET enable_bitmapscan;
-INSERT INTO brintest SELECT
-	repeat(stringu1, 42)::bytea,
-	substr(stringu1, 1, 1)::"char",
-	stringu1::name, 142857 * tenthous,
-	thousand,
-	twothousand,
-	repeat(stringu1, 42),
-	unique1::oid,
-	format('(%s,%s)', tenthous, twenty)::tid,
-	(four + 1.0)/(hundred+1),
-	odd::float8 / (tenthous + 1),
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/build/testrun/regress/regress/resu...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-11-23 20:50:02.582136041 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/brin.out	2024-11-23 20:54:46.260128197 +0000
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
tap
[20:54:55.734](30.076s) not ok 5 - regression tests pass
[20:54:58.010](2.259s) not ok 6 - dump before running pg_upgrade
tap
[20:55:25.926](26.977s) not ok 2 - regression tests pass
test
[20:57:23.040]  26/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[20:57:23.040]  17/314 postgresql:regress / regress/regress                                            ERROR            ...
[20:57:23.040]  56/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
macOS - Sonoma - Meson
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 195, PID: 12188
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 195, PID: 19144
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 195, PID: 12242
core
[20:59:40.860]   * frame #0: 0x00000001993355f0 libsystem_kernel.dylib`__pthread_kill + 8
[20:59:40.860]     frame #1: 0x000000019936dc20 libsystem_pthread.dylib`pthread_kill + 288
[20:59:40.860]     frame #2: 0x000000019927aa30 libsystem_c.dylib`abort + 180
[20:59:40.860]     frame #3: 0x0000000102b655fc postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[20:59:40.860]     frame #4: 0x0000000102895adc postgres`standard_ExecutorStart(queryDesc=0x000000011901f620, eflags=0) ...
[20:59:40.860]     frame #5: 0x0000000102895478 postgres`ExecutorStart(queryDesc=<unavailable>, eflags=<unavailable>) at...
[20:59:40.860]     frame #6: 0x0000000102843bd0 postgres`RefreshMatViewByOid [inlined] refresh_matview_datafill(dest=<un...
[20:59:40.860]     frame #7: 0x0000000102843b58 postgres`RefreshMatViewByOid(matviewOid=28031, is_create=false, skipData...
[20:59:40.860]     frame #8: 0x0000000102843328 postgres`ExecRefreshMatView(stmt=0x0000000119017f30, queryString=<unavai...
[20:59:40.860]     frame #9: 0x0000000102821bcc postgres`ExecCreateTableAs(pstate=0x000000013a096900, stmt=0x00000001390...
core
[20:58:25.031]   * frame #0: 0x00000001993355f0 libsystem_kernel.dylib`__pthread_kill + 8
[20:58:25.031]     frame #1: 0x000000019936dc20 libsystem_pthread.dylib`pthread_kill + 288
[20:58:25.031]     frame #2: 0x000000019927aa30 libsystem_c.dylib`abort + 180
[20:58:25.031]     frame #3: 0x000000010107d5fc postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[20:58:25.031]     frame #4: 0x0000000100dadadc postgres`standard_ExecutorStart(queryDesc=0x000000012d81e020, eflags=0) ...
[20:58:25.031]     frame #5: 0x00000001017cfd14 pg_stat_statements.dylib`pgss_ExecutorStart(queryDesc=0x000000012d81e020...
[20:58:25.031]     frame #6: 0x0000000100d5bbd0 postgres`RefreshMatViewByOid [inlined] refresh_matview_datafill(dest=<un...
[20:58:25.031]     frame #7: 0x0000000100d5bb58 postgres`RefreshMatViewByOid(matviewOid=28271, is_create=false, skipData...
[20:58:25.031]     frame #8: 0x0000000100d5b328 postgres`ExecRefreshMatView(stmt=0x000000012d81ad30, queryString=<unavai...
[20:58:25.031]     frame #9: 0x0000000100d39bcc postgres`ExecCreateTableAs(pstate=0x000000012d82c100, stmt=0x000000012e0...
core
[20:59:02.666]   * frame #0: 0x00000001993355f0 libsystem_kernel.dylib`__pthread_kill + 8
[20:59:02.666]     frame #1: 0x000000019936dc20 libsystem_pthread.dylib`pthread_kill + 288
[20:59:02.666]     frame #2: 0x000000019927aa30 libsystem_c.dylib`abort + 180
[20:59:02.666]     frame #3: 0x0000000100ff15fc postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[20:59:02.666]     frame #4: 0x0000000100d21adc postgres`standard_ExecutorStart(queryDesc=0x0000000117019c20, eflags=0) ...
[20:59:02.666]     frame #5: 0x0000000100d21478 postgres`ExecutorStart(queryDesc=<unavailable>, eflags=<unavailable>) at...
[20:59:02.666]     frame #6: 0x0000000100ccfbd0 postgres`RefreshMatViewByOid [inlined] refresh_matview_datafill(dest=<un...
[20:59:02.666]     frame #7: 0x0000000100ccfb58 postgres`RefreshMatViewByOid(matviewOid=28609, is_create=false, skipData...
[20:59:02.666]     frame #8: 0x0000000100ccf328 postgres`ExecRefreshMatView(stmt=0x0000000137897330, queryString=<unavai...
[20:59:02.666]     frame #9: 0x0000000100cadbcc postgres`ExecCreateTableAs(pstate=0x000000011700ab00, stmt=0x00000001370...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/brin.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrad...
--- /Users/admin/pgsql/src/test/regress/expected/brin.out	2024-11-23 20:49:11
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/brin.out	2024-11-23 20:51:59
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/brin.out /Users/admin/pgsql/build/testrun/recovery/027_stream_regr...
--- /Users/admin/pgsql/src/test/regress/expected/brin.out	2024-11-23 20:49:11
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/brin.out	2024-11-23 20:52:40
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/privileges.out /Users/admin/pgsql/build/testrun/regress/regress/re...
--- /Users/admin/pgsql/src/test/regress/expected/privileges.out	2024-11-23 20:49:12
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/privileges.out	2024-11-23 20:51:59
@@ -1846,1413 +1846,10 @@
 REINDEX TABLE sro_tab;
 REINDEX INDEX sro_idx;
 REINDEX TABLE CONCURRENTLY sro_tab;
-DROP INDEX sro_idx;
--- CLUSTER
-CREATE INDEX sro_cluster_idx ON sro_tab ((sro_ifun(a) + sro_ifun(0)));
-CLUSTER sro_tab USING sro_cluster_idx;
-DROP INDEX sro_cluster_idx;
--- BRIN index
-CREATE INDEX sro_brin ON sro_tab USING brin ((sro_ifun(a) + sro_ifun(0)));
-SELECT brin_desummarize_range('sro_brin', 0);
- brin_desummarize_range 
-------------------------
- 
-(1 row)
-
...
tap
[20:52:05.861](49.202s) not ok 5 - regression tests pass
[20:52:07.654](1.771s) not ok 6 - dump before running pg_upgrade
tap
[20:52:45.913](49.096s) not ok 2 - regression tests pass
test
[20:54:47.580]  31/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[20:54:47.580]  40/314 postgresql:regress / regress/regress                                            ERROR            ...
[20:54:47.580]  90/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 195, PID: 6220
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 195, PID: 7032
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 195, PID: 5292
core
0000003a`e8bff708 00007ffd`e22f45ca     ntdll!NtFsControlFile+0x14
0000003a`e8bff710 00007ff6`b57e422b     KERNELBASE!ConnectNamedPipe+0x6a
0000003a`e8bff780 00007ffd`e4284cb0     postgres!pg_signal_thread(
0000003a`e8bff880 00007ffd`e4cfedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003a`e8bff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003a`e83fe240 00007ff6`b5b2e908     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000003a`e83fe280 00007ff6`b5610779     postgres!ExceptionalCondition(
0000003a`e83fe2c0 00007ff6`b56105fa     postgres!standard_ExecutorStart(
0000003a`e83fe310 00007ff6`b5563289     postgres!ExecutorStart(
0000003a`e83fe340 00007ff6`b5562c20     postgres!refresh_matview_datafill(
0000003a`e83fe3d0 00007ff6`b5562488     postgres!RefreshMatViewByOid(
0000003a`e83fe620 00007ff6`b5521c97     postgres!ExecRefreshMatView(
0000003a`e83fe6a0 00007ff6`b5904687     postgres!ExecCreateTableAs(
0000003a`e83fe7c0 00007ff6`b590034f     postgres!ProcessUtilitySlow(
0000003a`e83ff0e0 00007ff6`b58ff299     postgres!standard_ProcessUtility(
core
0000003a`e93ffb98 00007ffd`e4c8b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003a`e93ffba0 00007ffd`e4284cb0     ntdll!TppWorkerThread+0x2df
0000003a`e93ffe90 00007ffd`e4cfedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003a`e93ffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003a`e8fff6f8 00007ffd`e22ad71e     ntdll!NtWaitForSingleObject+0x14
0000003a`e8fff700 00007ff6`b57e5ccc     KERNELBASE!WaitForSingleObjectEx+0x8e
0000003a`e8fff7a0 00007ffd`e4284cb0     postgres!pg_timer_thread(
0000003a`e8fff7e0 00007ffd`e4cfedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003a`e8fff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003a`e87ff498 00007ffd`e4c8b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003a`e87ff4a0 00007ffd`e4284cb0     ntdll!TppWorkerThread+0x2df
0000003a`e87ff790 00007ffd`e4cfedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003a`e87ff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c1`f13ffa98 00007ffd`e22f45ca     ntdll!NtFsControlFile+0x14
000000c1`f13ffaa0 00007ff6`b57e422b     KERNELBASE!ConnectNamedPipe+0x6a
000000c1`f13ffb10 00007ffd`e4284cb0     postgres!pg_signal_thread(
000000c1`f13ffc10 00007ffd`e4cfedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c1`f13ffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c1`f0bfe060 00007ff6`b5b2e908     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c1`f0bfe0a0 00007ff6`b5610779     postgres!ExceptionalCondition(
000000c1`f0bfe0e0 00007ff6`b56105fa     postgres!standard_ExecutorStart(
000000c1`f0bfe130 00007ff6`b5563289     postgres!ExecutorStart(
000000c1`f0bfe160 00007ff6`b5562c20     postgres!refresh_matview_datafill(
000000c1`f0bfe1f0 00007ff6`b5562488     postgres!RefreshMatViewByOid(
000000c1`f0bfe440 00007ff6`b5521c97     postgres!ExecRefreshMatView(
000000c1`f0bfe4c0 00007ff6`b5904687     postgres!ExecCreateTableAs(
000000c1`f0bfe5e0 00007ff6`b590034f     postgres!ProcessUtilitySlow(
000000c1`f0bfef00 00007ff6`b58ff299     postgres!standard_ProcessUtility(
core
000000c1`f0fffbe8 00007ffd`e4c8b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c1`f0fffbf0 00007ffd`e4284cb0     ntdll!TppWorkerThread+0x2df
000000c1`f0fffee0 00007ffd`e4cfedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c1`f0ffff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c1`f1bff848 00007ffd`e4c8b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c1`f1bff850 00007ffd`e4284cb0     ntdll!TppWorkerThread+0x2df
000000c1`f1bffb40 00007ffd`e4cfedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c1`f1bffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c1`f17ffc98 00007ffd`e22ad71e     ntdll!NtWaitForSingleObject+0x14
000000c1`f17ffca0 00007ff6`b57e5ccc     KERNELBASE!WaitForSingleObjectEx+0x8e
000000c1`f17ffd40 00007ffd`e4284cb0     postgres!pg_timer_thread(
000000c1`f17ffd80 00007ffd`e4cfedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c1`f17ffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000007`5adff5a8 00007ffd`e4c8b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000007`5adff5b0 00007ffd`e4284cb0     ntdll!TppWorkerThread+0x2df
00000007`5adff8a0 00007ffd`e4cfedcb     KERNEL32!BaseThreadInitThunk+0x10
00000007`5adff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000007`59dfdcc0 00007ff6`b5b2e908     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000007`59dfdd00 00007ff6`b5610779     postgres!ExceptionalCondition(
00000007`59dfdd40 00007ffd`ccb62d26     postgres!standard_ExecutorStart(
00000007`59dfdd90 00007ff6`b56105ea     pg_stat_statements!pgss_ExecutorStart(
00000007`59dfddd0 00007ff6`b5563289     postgres!ExecutorStart(
00000007`59dfde00 00007ff6`b5562c20     postgres!refresh_matview_datafill(
00000007`59dfde90 00007ff6`b5562488     postgres!RefreshMatViewByOid(
00000007`59dfe0e0 00007ff6`b5521c97     postgres!ExecRefreshMatView(
00000007`59dfe160 00007ff6`b5904687     postgres!ExecCreateTableAs(
00000007`59dfe280 00007ff6`b590034f     postgres!ProcessUtilitySlow(
core
00000007`5a9ff8c8 00007ffd`e22ad71e     ntdll!NtWaitForSingleObject+0x14
00000007`5a9ff8d0 00007ff6`b57e5ccc     KERNELBASE!WaitForSingleObjectEx+0x8e
00000007`5a9ff970 00007ffd`e4284cb0     postgres!pg_timer_thread(
00000007`5a9ff9b0 00007ffd`e4cfedcb     KERNEL32!BaseThreadInitThunk+0x10
00000007`5a9ff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000007`5a5ff998 00007ffd`e22f45ca     ntdll!NtFsControlFile+0x14
00000007`5a5ff9a0 00007ff6`b57e422b     KERNELBASE!ConnectNamedPipe+0x6a
00000007`5a5ffa10 00007ffd`e4284cb0     postgres!pg_signal_thread(
00000007`5a5ffb10 00007ffd`e4cfedcb     KERNEL32!BaseThreadInitThunk+0x10
00000007`5a5ffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000007`5a1ff528 00007ffd`e4c8b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000007`5a1ff530 00007ffd`e4284cb0     ntdll!TppWorkerThread+0x2df
00000007`5a1ff820 00007ffd`e4cfedcb     KERNEL32!BaseThreadInitThunk+0x10
00000007`5a1ff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/brin.out C:/cirrus/build/testrun/pg_upgrade/002_pg_upgr...
--- C:/cirrus/src/test/regress/expected/brin.out	2024-11-23 20:50:13.811024900 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/brin.out	2024-11-23 20:53:00.854459600 +0000
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/brin.out C:/cirrus/build/testrun/recovery/027_stream_re...
--- C:/cirrus/src/test/regress/expected/brin.out	2024-11-23 20:50:13.811024900 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/brin.out	2024-11-23 20:55:03.253414600 +0000
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/brin.out C:/cirrus/build/testrun/regress/regress/result...
--- C:/cirrus/src/test/regress/expected/brin.out	2024-11-23 20:50:13.811024900 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/brin.out	2024-11-23 20:52:52.026827700 +0000
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
tap
[20:53:39.722](86.785s) not ok 5 - regression tests pass
[20:53:42.649](2.907s) not ok 6 - dump before running pg_upgrade
tap
[20:55:32.223](88.788s) not ok 2 - regression tests pass
test
[21:02:06.772]  21/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[21:02:06.772]  19/309 postgresql:regress / regress/regress                                            ERROR            ...
[21:02:06.772]  64/309 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
51/5300 New "single" COPY format
macOS - Sonoma - Meson
tap
[20:37:51.681](0.000s) not ok 2 - bt_index_parent_check: interrupted page deletion detected
test
[20:38:34.650] 230/314 postgresql:amcheck / amcheck/005_pitr                                           ERROR            ...
51/5174 Call rm_redo in a temporary memory context
CompilerWarnings
compiler
[16:24:36.699] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
compiler
[16:24:05.753] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
compiler
[16:29:37.912] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
51/5279 Add XMLSerialize: version (SQL/XML X076), explicit declaration (SQL/XML X078)
macOS - Sonoma - Meson
tap
[13:42:44.743](0.000s) not ok 199 - pgbench backslash commands stdout /(?^:type: .*/001_pgbench_backslash_commands)/
[13:42:44.743](0.000s) not ok 200 - pgbench backslash commands stdout /(?^:processed: 1/1)/
[13:42:44.743](0.000s) not ok 201 - pgbench backslash commands stdout /(?^:shell-echo-output)/
test
[13:43:40.091] 214/314 postgresql:pgbench / pgbench/001_pgbench_with_server                            ERROR            ...
51/5283 Replace IN VALUES with ANY in WHERE clauses during optimization
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/subselect.out C:/cirrus/build/testrun/recovery/027_stre...
--- C:/cirrus/src/test/regress/expected/subselect.out	2024-11-23 13:02:26.355615300 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/subselect.out	2024-11-23 13:07:26.768994800 +0000
@@ -2313,15 +2313,16 @@
 EXPLAIN (COSTS OFF)
 SELECT c.oid,c.relname FROM pg_class c JOIN pg_am a USING (oid)
 WHERE c.oid IN (VALUES (1), (2));
-                          QUERY PLAN                           
----------------------------------------------------------------
- Hash Join
-   Hash Cond: (a.oid = c.oid)
-   ->  Seq Scan on pg_am a
-   ->  Hash
-         ->  Index Scan using pg_class_oid_index on pg_class c
-               Index Cond: (oid = ANY ('{1,2}'::integer[]))
-(6 rows)
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (c.oid = a.oid)
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/subselect.out C:/cirrus/build/testrun/regress/regress/r...
--- C:/cirrus/src/test/regress/expected/subselect.out	2024-11-23 13:02:26.355615300 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/subselect.out	2024-11-23 13:04:52.127665400 +0000
@@ -2313,15 +2313,16 @@
 EXPLAIN (COSTS OFF)
 SELECT c.oid,c.relname FROM pg_class c JOIN pg_am a USING (oid)
 WHERE c.oid IN (VALUES (1), (2));
-                          QUERY PLAN                           
----------------------------------------------------------------
- Hash Join
-   Hash Cond: (a.oid = c.oid)
-   ->  Seq Scan on pg_am a
-   ->  Hash
-         ->  Index Scan using pg_class_oid_index on pg_class c
-               Index Cond: (oid = ANY ('{1,2}'::integer[]))
-(6 rows)
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (c.oid = a.oid)
...
tap
[13:08:53.650](130.358s) not ok 2 - regression tests pass
test
[13:15:27.968]   6/309 postgresql:regress / regress/regress                                            ERROR           1...
[13:15:27.968]  92/309 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5263 removes attndims and typndims entirely
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/query_cancel.out /tmp/cirrus-ci-build/build/testrun/postgres...
--- /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/query_cancel.out	2024-11-23 10:19:52.020491370 +0000
+++ /tmp/cirrus-ci-build/build/testrun/postgres_fdw/regress/results/query_cancel.out	2024-11-23 10:26:24.774619725 +0000
@@ -29,4 +29,5 @@
 -- This would take very long if not canceled:
 SELECT count(*) FROM ft1 a CROSS JOIN ft1 b CROSS JOIN ft1 c CROSS JOIN ft1 d;
 ERROR:  canceling statement due to statement timeout
+WARNING:  could not get result of cancel request due to timeout
 COMMIT;
test
[10:27:46.670] 153/314 postgresql:postgres_fdw / postgres_fdw/regress                                  ERROR            ...
51/4388 UUID v7
macOS - Sonoma - Meson
core
[08:16:15.015]   * frame #0: 0x0000000102ce8b70 dyld`_dyld_start
tap
[08:12:00.421](0.178s) not ok 5 - delete 2: query result matches
test
[08:12:48.332] 250/314 postgresql:bloom / bloom/001_wal                                                ERROR            ...
51/5272 Truncate logs by max_log_size
CompilerWarnings
compiler
[07:57:54.334] elog.c:1699:9: error: initializing 'char *' with an expression of type 'const char *' discards qualifiers...
compiler
[07:55:53.523] elog.c:1699:9: error: initializing 'char *' with an expression of type 'const char *' discards qualifiers...
compiler
[07:53:17.528] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar...
compiler
[07:51:20.655] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar...
compiler
[08:01:28.517] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar...
51/5246 Allow SQL functions use CachedPlan machinery
FreeBSD - 13 - Meson
core
[05:02:55.052] #0  0x0000202478b2623a in copy_file_range () from /lib/libc.so.7
[05:02:55.052] #1  0x0000201c56e773e0 in ?? ()
[05:02:55.052] #2  0x0000201c56e7701e in ?? ()
[05:02:55.052] #3  0x0000201c56e768ad in ?? ()
[05:02:55.052] #4  0x0000201c56e7633d in ?? ()
[05:02:55.052] #5  0x0000202477b86408 in ?? ()
[05:02:55.052] #6  0x0000000000000000 in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upg...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-11-23 04:57:12.942262000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/xml.out	2024-11-23 04:58:47.435372000 +000...
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-11-23 04:57:12.942262000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/xml.out	2024-11-23 04:59:36.829717000 +0...
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/regress/regress/resul...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-11-23 04:57:12.942262000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/xml.out	2024-11-23 04:58:44.678898000 +0000
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
tap
[04:59:07.473](70.258s) not ok 5 - regression tests pass
tap
[04:59:54.586](79.913s) not ok 2 - regression tests pass
test
[05:01:49.233]  42/314 postgresql:regress / regress/regress                                            ERROR            ...
[05:01:49.233] 104/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[05:01:49.233] 158/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/result...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-11-23 04:57:11.221321176 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/xml.out	2024-11-23 05:02:03.374309155 +0000
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/src/test/regress/results/xml.out
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-11-23 04:57:11.221321176 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/xml.out	2024-11-23 05:00:16.054504202 +0000
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
tap
[05:02:09.038](102.501s) not ok 5 - regression tests pass
Linux - Debian Bookworm - Meson
core
[05:02:52.452] #0  0x00007f2a5a9107b3 in copy_file_range () from /lib/x86_64-linux-gnu/libc.so.6
[05:02:52.452] #1  0x0000555939c51291 in ?? ()
[05:02:52.452] #2  0x0000555939c55671 in ?? ()
[05:02:52.452] #3  0x0000555939c56577 in ?? ()
[05:02:52.452] #4  0x0000555939c505bc in ?? ()
[05:02:52.452] #5  0x0000555939c4eeda in ?? ()
[05:02:52.452] #6  0x00007f2a5a83b24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:02:52.452] #7  0x00007f2a5a83b305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
[05:02:52.452] #8  0x0000555939c4f171 in ?? ()
[05:02:52.568] #0  0x00007f1ca230eb93 in wait4 () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:02:52.569] #0  0x00007f1ca230eb93 in wait4 () from /lib/x86_64-linux-gnu/libc.so.6
[05:02:52.569] #1  0x000055685ad0acc0 in ?? ()
[05:02:52.569] #2  0x000055685ad0aefa in ?? ()
[05:02:52.569] #3  0x000055685ad0c630 in ?? ()
[05:02:52.569] #4  0x000055685ad06371 in ?? ()
[05:02:52.569] #5  0x000055685ad0520f in ?? ()
[05:02:52.569] #6  0x000055685ad05c3b in ?? ()
[05:02:52.569] #7  0x000055685ad0366f in ?? ()
[05:02:52.569] #8  0x00007f1ca226224a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:02:52.569] #9  0x00007f1ca2262305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upg...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-11-23 04:57:13.128322101 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/xml.out	2024-11-23 04:59:26.955524411 +000...
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-11-23 04:57:13.128322101 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/xml.out	2024-11-23 05:00:03.688970930 +0...
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/regress/regress/resul...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-11-23 04:57:13.128322101 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/xml.out	2024-11-23 04:59:20.571381816 +0000
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
tap
[04:59:37.442](68.541s) not ok 5 - regression tests pass
tap
[05:00:13.004](71.958s) not ok 2 - regression tests pass
test
[05:01:46.481]  41/314 postgresql:regress / regress/regress                                            ERROR            ...
[05:01:46.481] 124/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[05:01:46.481] 155/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
macOS - Sonoma - Meson
core
[05:04:51.481]   * frame #0: 0x000000018fbb7894 dyld`__open + 8
[05:04:51.481]     frame #1: 0x000000018fb4b754 dyld`open + 40
[05:04:51.481]     frame #2: 0x000000018fbaeaac dyld`open_with_subsystem + 60
[05:04:51.481]     frame #3: 0x000000018fb99d34 dyld`dyld3::open(char const*, int, int) + 52
[05:04:51.481]     frame #4: 0x000000018fb72560 dyld`dyld4::SyscallDelegate::mapFileReadOnly(Diagnostics&, char const*, ...
[05:04:51.481]     frame #5: 0x000000018fb72178 dyld`dyld4::SyscallDelegate::withReadOnlyMappedFile(Diagnostics&, char c...
[05:04:51.481]     frame #6: 0x000000018fb69d2c dyld`dyld4::Loader::getOnDiskBinarySliceOffset(dyld4::RuntimeState&, dyl...
[05:04:51.481]     frame #7: 0x000000018fb6de60 dyld`dyld4::JustInTimeLoader::makeLaunchLoader(Diagnostics&, dyld4::Runt...
[05:04:51.481]     frame #8: 0x000000018fb4f5ac dyld`dyld4::prepare(dyld4::APIs&, dyld3::MachOAnalyzer const*) + 496
[05:04:51.481]     frame #9: 0x000000018fb4eef4 dyld`start + 1868
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/xml.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade...
--- /Users/admin/pgsql/src/test/regress/expected/xml.out	2024-11-23 04:57:09
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/xml.out	2024-11-23 04:58:54
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/xml.out /Users/admin/pgsql/build/testrun/recovery/027_stream_regre...
--- /Users/admin/pgsql/src/test/regress/expected/xml.out	2024-11-23 04:57:09
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/xml.out	2024-11-23 04:59:50
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/xml.out /Users/admin/pgsql/build/testrun/regress/regress/results/x...
--- /Users/admin/pgsql/src/test/regress/expected/xml.out	2024-11-23 04:57:09
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/xml.out	2024-11-23 04:58:54
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
tap
[04:59:00.473](40.778s) not ok 5 - regression tests pass
tap
[04:59:58.819](56.464s) not ok 2 - regression tests pass
test
[05:01:43.215]  27/314 postgresql:regress / regress/regress                                            ERROR            ...
[05:01:43.215]  46/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[05:01:43.215] 145/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
51/5214 SQL:2023 JSON simplified accessor support
FreeBSD - 13 - Meson
tap
[04:04:12.271](1.822s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[04:04:21.978] 295/314 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
Linux - Debian Bookworm - Autoconf
tap
[04:06:35.287](0.746s) not ok 1 - no parameters missing from postgresql.conf.sample
Linux - Debian Bookworm - Meson
tap
[04:06:42.917](0.420s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[04:06:53.819] 293/314 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
macOS - Sonoma - Meson
tap
[04:03:23.857](1.097s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[04:03:35.870] 295/314 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[04:11:06.731](2.012s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[04:11:35.520] 289/309 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
51/5255 C-Language Functions docs on how to call internal functions
FreeBSD - 13 - Meson
test
[03:44:27.613] 244/314 postgresql:postmaster / postmaster/001_connection_limits                        ERROR            ...
51/5004 CREATE INDEX CONCURRENTLY for partitioned tables
FreeBSD - 13 - Meson
core
[02:18:48.281] #0  0x00002a4c7fdfa5da in ?? () from /libexec/ld-elf.so.1
[02:18:48.281] #1  0x00002a4c7fdf66ec in ?? () from /libexec/ld-elf.so.1
[02:18:48.281] #2  0x0000000000000000 in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_p...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-11-23 02:00:14.830560000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/indexing.out	2024-11-23 02:01:55.148084000...
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/recovery/027_str...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-11-23 02:00:14.830560000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/indexing.out	2024-11-23 02:02:37.0495970...
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/regress/regress/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-11-23 02:00:14.830560000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/indexing.out	2024-11-23 02:01:55.064426000 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[02:01:57.741](61.328s) not ok 5 - regression tests pass
tap
[02:02:39.384](65.911s) not ok 2 - regression tests pass
test
[02:17:34.267]  41/314 postgresql:regress / regress/regress                                            ERROR            ...
[02:17:34.267]  77/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[02:17:34.267] 141/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[02:17:34.267] 314/314 postgresql:isolation / isolation/isolation                                      TIMEOUT        10...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-11-23 02:00:11.401508936 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/indexing.out	2024-11-23 02:05:48.689610332 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/partitioned-cic.out /tmp/cirrus-ci-build/src/test/isolation/ou...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/partitioned-cic.out	2024-11-23 02:00:11.236893946 +0000
+++ /tmp/cirrus-ci-build/src/test/isolation/output_iso/results/partitioned-cic.out	2024-11-23 02:27:12.463375107 +0000
@@ -3,10 +3,14 @@
 starting permutation: lock_p1 cic insert drop2 commit chk_content
 step lock_p1: lock cictab_part_1 in row exclusive mode;
 step cic: CREATE INDEX CONCURRENTLY ON cictab(i); <waiting ...>
-step insert: insert into cictab values (1, 1), (11, 1);
-step drop2: DROP TABLE cictab_part_2;
+step insert: insert into cictab values (1, 1), (11, 1); <waiting ...>
+isolationtester: canceling step insert after 360 seconds
+step insert: <... completed>
+ERROR:  canceling statement due to user request
+step drop2: DROP TABLE cictab_part_2; <waiting ...>
 step commit: COMMIT;
 step cic: <... completed>
+step drop2: <... completed>
 step chk_content: 
   set enable_seqscan to off;
   explain (costs off) select * from cictab where i > 0;
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/src/test/recovery/tmp_check/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-11-23 02:00:11.401508936 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/indexing.out	2024-11-23 02:06:52.078991285 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/src/test/regress/results/index...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-11-23 02:00:11.401508936 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/indexing.out	2024-11-23 02:03:15.701554032 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[02:05:51.830](92.223s) not ok 5 - regression tests pass
tap
[02:06:54.556](64.833s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_p...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-11-23 02:00:11.400713615 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/indexing.out	2024-11-23 02:02:46.118636301...
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/recovery/027_str...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-11-23 02:00:11.400713615 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/indexing.out	2024-11-23 02:03:15.9192292...
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/regress/regress/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-11-23 02:00:11.400713615 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/indexing.out	2024-11-23 02:02:40.014536165 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[02:02:47.703](71.834s) not ok 5 - regression tests pass
tap
[02:03:18.644](69.494s) not ok 2 - regression tests pass
test
[02:18:12.613]  42/314 postgresql:regress / regress/regress                                            ERROR            ...
[02:18:12.613] 109/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[02:18:12.613] 146/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[02:18:12.613] 314/314 postgresql:isolation / isolation/isolation                                      TIMEOUT        10...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/indexing.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_up...
--- /Users/admin/pgsql/src/test/regress/expected/indexing.out	2024-11-23 02:00:11
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/indexing.out	2024-11-23 02:02:03
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/indexing.out /Users/admin/pgsql/build/testrun/recovery/027_stream_...
--- /Users/admin/pgsql/src/test/regress/expected/indexing.out	2024-11-23 02:00:11
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/indexing.out	2024-11-23 02:02:50
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/indexing.out /Users/admin/pgsql/build/testrun/regress/regress/resu...
--- /Users/admin/pgsql/src/test/regress/expected/indexing.out	2024-11-23 02:00:11
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/indexing.out	2024-11-23 02:02:06
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[02:02:05.657](40.216s) not ok 5 - regression tests pass
tap
[02:02:52.329](44.061s) not ok 2 - regression tests pass
test
[02:18:07.940]  28/314 postgresql:regress / regress/regress                                            ERROR            ...
[02:18:07.940]  44/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[02:18:07.940] 136/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[02:18:07.940] 314/314 postgresql:isolation / isolation/isolation                                      TIMEOUT        10...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/indexing.out C:/cirrus/build/testrun/pg_upgrade/002_pg_...
--- C:/cirrus/src/test/regress/expected/indexing.out	2024-11-23 02:00:23.897336000 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/indexing.out	2024-11-23 02:04:02.460949300 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/indexing.out C:/cirrus/build/testrun/recovery/027_strea...
--- C:/cirrus/src/test/regress/expected/indexing.out	2024-11-23 02:00:23.897336000 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/indexing.out	2024-11-23 02:06:19.319871100 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/indexing.out C:/cirrus/build/testrun/regress/regress/re...
--- C:/cirrus/src/test/regress/expected/indexing.out	2024-11-23 02:00:23.897336000 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/indexing.out	2024-11-23 02:03:57.619150400 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[02:04:10.319](107.661s) not ok 5 - regression tests pass
tap
[02:06:26.161](116.255s) not ok 2 - regression tests pass
test
[02:18:55.889]  20/309 postgresql:regress / regress/regress                                            ERROR           1...
[02:18:55.889]  35/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[02:18:55.889]  83/309 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
[02:18:55.889] 309/309 postgresql:isolation / isolation/isolation                                      TIMEOUT        10...
51/4390 add not_before and not_after timestamps to sslinfo extension and pg_stat_ssl
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[01:14:45.648] ../src/backend/libpq/be-secure-openssl.c(1566): warning C4024: 'ASN1_TIME_to_timestamptz': different type...
compiler
[01:14:45.648] ../src/backend/libpq/be-secure-openssl.c(1566): warning C4047: 'function': 'ASN1_TIME *' differs in level...
compiler
[01:14:45.777] ../src/backend/libpq/be-secure-openssl.c(1575): warning C4024: 'ASN1_TIME_to_timestamptz': different type...
compiler
[01:14:45.648] ../src/backend/libpq/be-secure-openssl.c(1575): warning C4047: 'function': 'ASN1_TIME *' differs in level...
compiler
[01:15:03.709] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notAfter referenced in...
compiler
[01:15:03.630] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notBefore referenced i...
50/5270 jsonpath string methods: lower, upper, initcap, l/r/btrim, replace, split_part
CompilerWarnings
compiler
[22:45:03.512] jsonpath_exec.c:2827:13: error: mixing declarations and code is incompatible with standards before C99 [-...
compiler
[22:44:53.533] jsonpath_exec.c:2827:13: error: mixing declarations and code is incompatible with standards before C99 [-...
compiler
[22:44:20.675] jsonpath_exec.c:2827:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta...
compiler
[22:44:10.534] jsonpath_exec.c:2827:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta...
compiler
[22:45:29.740] jsonpath_exec.c:2827:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta...
Linux - Debian Bookworm - Meson
core
[22:53:49.484] #0  <unavailable> in ?? ()
core
[22:53:49.352] #0  0x00007fc767a8ca20 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:53:49.352] #1  0x00007fc767c17665 in ?? () from /lib64/ld-linux-x86-64.so.2
[22:53:49.352] #2  0x00007fc767c26c99 in ?? () from /lib64/ld-linux-x86-64.so.2
[22:53:49.352] #3  0x00007fc767c2322f in ?? () from /lib64/ld-linux-x86-64.so.2
[22:53:49.352] #4  0x00007fc767c24bac in ?? () from /lib64/ld-linux-x86-64.so.2
[22:53:49.352] #5  0x00007fc767c23a58 in ?? () from /lib64/ld-linux-x86-64.so.2
[22:53:49.352] #6  0x0000000000000003 in ?? ()
[22:53:49.352] #7  0x00007ffd2a5323c1 in ?? ()
[22:53:49.352] #8  0x00007ffd2a5323c4 in ?? ()
[22:53:49.352] #9  0x00007ffd2a532450 in ?? ()
core
[22:53:49.615] #0  0x00007faff4e33da4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[22:53:49.615] #1  0x00007faff4de0239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[22:53:49.615] #2  0x00007faff4de0497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[22:53:49.615] #3  0x000055ccea3115c1 in ?? ()
[22:53:49.615] #4  0x000055ccea30b369 in ?? ()
[22:53:49.615] #5  0x000055ccea30a20f in ?? ()
[22:53:49.615] #6  0x000055ccea30ac3b in ?? ()
[22:53:49.615] #7  0x000055ccea30866f in ?? ()
[22:53:49.615] #8  0x00007faff4dcb24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:53:49.615] #9  0x00007faff4dcb305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:53:49.871] #0  0x00007f17c5086da4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[22:53:49.871] #1  0x00007f17c5033239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[22:53:49.871] #2  0x00007f17c5033497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[22:53:49.871] #3  0x0000561b20e515c1 in ?? ()
[22:53:49.871] #4  0x0000561b20e4b369 in ?? ()
[22:53:49.871] #5  0x0000561b20e4a20f in ?? ()
[22:53:49.871] #6  0x0000561b20e4ac3b in ?? ()
[22:53:49.871] #7  0x0000561b20e4866f in ?? ()
[22:53:49.871] #8  0x00007f17c501e24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:53:49.871] #9  0x00007f17c501e305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:53:50.004] #0  <unavailable> in ?? ()
core
[22:53:49.484] #0  0x00007faff4e33da4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[22:53:49.484] #1  0x00007faff4de0239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[22:53:49.484] #2  0x00007faff4de0497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[22:53:49.484] #3  0x000055ccea3115f3 in ?? ()
[22:53:49.484] #4  0x000055ccea30b369 in ?? ()
[22:53:49.484] #5  0x000055ccea30a20f in ?? ()
[22:53:49.484] #6  0x000055ccea30ac3b in ?? ()
[22:53:49.484] #7  0x000055ccea30866f in ?? ()
[22:53:49.484] #8  0x00007faff4dcb24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:53:49.484] #9  0x00007faff4dcb305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:53:49.743] #0  0x00007f3440b5ab93 in wait4 () from /lib/x86_64-linux-gnu/libc.so.6
[22:53:49.743] #1  0x0000559819105cc0 in ?? ()
[22:53:49.743] #2  0x0000559819105efa in ?? ()
[22:53:49.743] #3  0x0000559819107630 in ?? ()
[22:53:49.743] #4  0x0000559819101371 in ?? ()
[22:53:49.743] #5  0x000055981910020f in ?? ()
[22:53:49.743] #6  0x0000559819100c3b in ?? ()
[22:53:49.743] #7  0x00005598190fe66f in ?? ()
[22:53:49.743] #8  0x00007f3440aae24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:53:49.743] #9  0x00007f3440aae305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:53:50.004] #0  0x00007f17c5086da4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[22:53:50.004] #1  0x00007f17c5033239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[22:53:50.004] #2  0x00007f17c5033497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[22:53:50.004] #3  0x0000561b20e515f3 in ?? ()
[22:53:50.004] #4  0x0000561b20e4b369 in ?? ()
[22:53:50.004] #5  0x0000561b20e4a20f in ?? ()
[22:53:50.004] #6  0x0000561b20e4ac3b in ?? ()
[22:53:50.004] #7  0x0000561b20e4866f in ?? ()
[22:53:50.004] #8  0x00007f17c501e24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:53:50.004] #9  0x00007f17c501e305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out /tmp/cirrus-ci-build/build-32/testrun/pg_upgr...
--- /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out	2024-11-22 22:43:29.491391115 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/pg_upgrade/002_pg_upgrade/data/results/jsonb_jsonpath.out	2024-11-22 22:49:38....
@@ -3082,7 +3082,7 @@
 select jsonb_path_query('"abc~@~def~@~ghi"', '$.split_part("~@~", 2)');
  jsonb_path_query 
 ------------------
- "def"
+ ""
 (1 row)
 
 -- Test string methods play nicely together
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out /tmp/cirrus-ci-build/build-32/testrun/recover...
--- /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out	2024-11-22 22:43:29.491391115 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/recovery/027_stream_regress/data/results/jsonb_jsonpath.out	2024-11-22 22:50:2...
@@ -3082,7 +3082,7 @@
 select jsonb_path_query('"abc~@~def~@~ghi"', '$.split_part("~@~", 2)');
  jsonb_path_query 
 ------------------
- "def"
+ ""
 (1 row)
 
 -- Test string methods play nicely together
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out /tmp/cirrus-ci-build/build-32/testrun/regress...
--- /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out	2024-11-22 22:43:29.491391115 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/regress/regress/results/jsonb_jsonpath.out	2024-11-22 22:49:33.173582766 +0000
@@ -3082,7 +3082,7 @@
 select jsonb_path_query('"abc~@~def~@~ghi"', '$.split_part("~@~", 2)');
  jsonb_path_query 
 ------------------
- "def"
+ ""
 (1 row)
 
 -- Test string methods play nicely together
tap
[22:49:54.289](66.714s) not ok 5 - regression tests pass
tap
[22:50:38.244](67.956s) not ok 2 - regression tests pass
test
[22:52:37.221]  32/314 postgresql:regress / regress/regress                                            ERROR            ...
[22:52:37.221]  92/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[22:52:37.221] 142/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
51/5325 Add sortsupport for range types and btree_gist
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/btree_gist/expected/partitions.out /tmp/cirrus-ci-build/build/testrun/btree_gist/r...
--- /tmp/cirrus-ci-build/contrib/btree_gist/expected/partitions.out	2024-11-22 18:50:42.679424000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/btree_gist/regress/results/partitions.out	2024-11-22 18:54:18.228639000 +0000
@@ -11,9 +11,7 @@
 ) partition by range (id);
 create table parttmp_1_to_10 partition of parttmp for values from (1) to (10);
 NOTICE:  notice triggered for injection point btree-gist-sorted-build
-NOTICE:  notice triggered for injection point btree-gist-sorted-build
 create table parttmp_11_to_20 partition of parttmp for values from (11) to (20);
-NOTICE:  notice triggered for injection point btree-gist-sorted-build
 NOTICE:  notice triggered for injection point btree-gist-sorted-build
 insert into parttmp (id, valid_at) values
   (1, '[2000-01-01, 2000-02-01)'),
diff -U3 /tmp/cirrus-ci-build/contrib/btree_gist/expected/without_overlaps.out /tmp/cirrus-ci-build/build/testrun/btree_...
--- /tmp/cirrus-ci-build/contrib/btree_gist/expected/without_overlaps.out	2024-11-22 18:50:42.682871000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/btree_gist/regress/results/without_overlaps.out	2024-11-22 18:54:18.556376000 +00...
@@ -9,7 +9,6 @@
   CONSTRAINT temporal_rng_pk PRIMARY KEY (id, valid_at WITHOUT OVERLAPS)
 );
 NOTICE:  notice triggered for injection point btree-gist-sorted-build
...
test
[18:56:52.903]  68/314 postgresql:btree_gist / btree_gist/regress                                      ERROR            ...
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/btree_gist/expected/partitions.out /tmp/cirrus-ci-build/build/testrun/btree_gist/r...
--- /tmp/cirrus-ci-build/contrib/btree_gist/expected/partitions.out	2024-11-22 18:50:40.113914612 +0000
+++ /tmp/cirrus-ci-build/build/testrun/btree_gist/regress/results/partitions.out	2024-11-22 18:56:57.787911083 +0000
@@ -11,10 +11,8 @@
 ) partition by range (id);
 create table parttmp_1_to_10 partition of parttmp for values from (1) to (10);
 NOTICE:  notice triggered for injection point btree-gist-sorted-build
-NOTICE:  notice triggered for injection point btree-gist-sorted-build
 create table parttmp_11_to_20 partition of parttmp for values from (11) to (20);
 NOTICE:  notice triggered for injection point btree-gist-sorted-build
-NOTICE:  notice triggered for injection point btree-gist-sorted-build
 insert into parttmp (id, valid_at) values
   (1, '[2000-01-01, 2000-02-01)'),
   (1, '[2000-02-01, 2000-03-01)'),
diff -U3 /tmp/cirrus-ci-build/contrib/btree_gist/expected/without_overlaps.out /tmp/cirrus-ci-build/build/testrun/btree_...
--- /tmp/cirrus-ci-build/contrib/btree_gist/expected/without_overlaps.out	2024-11-22 18:50:40.117906133 +0000
+++ /tmp/cirrus-ci-build/build/testrun/btree_gist/regress/results/without_overlaps.out	2024-11-22 18:56:58.023909765 +00...
@@ -9,7 +9,6 @@
   CONSTRAINT temporal_rng_pk PRIMARY KEY (id, valid_at WITHOUT OVERLAPS)
 );
...
test
[18:59:02.321]  69/314 postgresql:btree_gist / btree_gist/regress                                      ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/contrib/btree_gist/expected/partitions.out /Users/admin/pgsql/build/testrun/btree_gist/regre...
--- /Users/admin/pgsql/contrib/btree_gist/expected/partitions.out	2024-11-22 18:49:10
+++ /Users/admin/pgsql/build/testrun/btree_gist/regress/results/partitions.out	2024-11-22 18:52:48
@@ -11,10 +11,8 @@
 ) partition by range (id);
 create table parttmp_1_to_10 partition of parttmp for values from (1) to (10);
 NOTICE:  notice triggered for injection point btree-gist-sorted-build
-NOTICE:  notice triggered for injection point btree-gist-sorted-build
 create table parttmp_11_to_20 partition of parttmp for values from (11) to (20);
 NOTICE:  notice triggered for injection point btree-gist-sorted-build
-NOTICE:  notice triggered for injection point btree-gist-sorted-build
 insert into parttmp (id, valid_at) values
   (1, '[2000-01-01, 2000-02-01)'),
   (1, '[2000-02-01, 2000-03-01)'),
diff -U3 /Users/admin/pgsql/contrib/btree_gist/expected/without_overlaps.out /Users/admin/pgsql/build/testrun/btree_gist...
--- /Users/admin/pgsql/contrib/btree_gist/expected/without_overlaps.out	2024-11-22 18:49:10
+++ /Users/admin/pgsql/build/testrun/btree_gist/regress/results/without_overlaps.out	2024-11-22 18:52:48
@@ -9,7 +9,6 @@
   CONSTRAINT temporal_rng_pk PRIMARY KEY (id, valid_at WITHOUT OVERLAPS)
 );
...
test
[18:54:54.899]  64/314 postgresql:btree_gist / btree_gist/regress                                      ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/contrib/btree_gist/expected/partitions.out C:/cirrus/build/testrun/btree_gist/reg...
--- C:/cirrus/contrib/btree_gist/expected/partitions.out	2024-11-22 18:51:17.259336500 +0000
+++ C:/cirrus/build/testrun/btree_gist/regress/results/partitions.out	2024-11-22 18:57:41.735757500 +0000
@@ -11,10 +11,8 @@
 ) partition by range (id);
 create table parttmp_1_to_10 partition of parttmp for values from (1) to (10);
 NOTICE:  notice triggered for injection point btree-gist-sorted-build
-NOTICE:  notice triggered for injection point btree-gist-sorted-build
 create table parttmp_11_to_20 partition of parttmp for values from (11) to (20);
 NOTICE:  notice triggered for injection point btree-gist-sorted-build
-NOTICE:  notice triggered for injection point btree-gist-sorted-build
 insert into parttmp (id, valid_at) values
   (1, '[2000-01-01, 2000-02-01)'),
   (1, '[2000-02-01, 2000-03-01)'),
diff --strip-trailing-cr -U3 C:/cirrus/contrib/btree_gist/expected/without_overlaps.out C:/cirrus/build/testrun/btree_gi...
--- C:/cirrus/contrib/btree_gist/expected/without_overlaps.out	2024-11-22 18:51:17.279335300 +0000
+++ C:/cirrus/build/testrun/btree_gist/regress/results/without_overlaps.out	2024-11-22 18:57:43.207938400 +0000
@@ -9,7 +9,6 @@
   CONSTRAINT temporal_rng_pk PRIMARY KEY (id, valid_at WITHOUT OVERLAPS)
 );
...
test
[19:04:03.886]  73/309 postgresql:btree_gist / btree_gist/regress                                      ERROR            ...
51/4810 COPY ON_ERROR 'NULL'
CompilerWarnings
compiler
[16:41:40.331] copyfrom.c:1037:10: error: data argument not used by format string [-Werror,-Wformat-extra-args]
compiler
[16:41:32.116] copyfrom.c:1037:10: error: data argument not used by format string [-Werror,-Wformat-extra-args]
compiler
[16:41:02.635] copyfrom.c:1036:64: error: too many arguments for format [-Werror=format-extra-args]
compiler
[16:40:55.744] copyfrom.c:1036:64: error: too many arguments for format [-Werror=format-extra-args]
compiler
[16:42:02.646] copyfrom.c:1036:64: error: too many arguments for format [-Werror=format-extra-args]
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/file_fdw/expected/file_fdw.out /tmp/cirrus-ci-build/build/testrun/file_fdw/regress...
--- /tmp/cirrus-ci-build/contrib/file_fdw/expected/file_fdw.out	2024-11-22 16:40:21.885542000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/file_fdw/regress/results/file_fdw.out	2024-11-22 16:42:33.102496000 +0000
@@ -91,7 +91,7 @@
 ');       -- ERROR
 ERROR:  COPY null representation cannot use newline or carriage return
 CREATE FOREIGN TABLE tbl () SERVER file_server OPTIONS (reject_limit '1');       -- ERROR
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 CREATE FOREIGN TABLE tbl () SERVER file_server;  -- ERROR
 ERROR:  either filename or program is required for file_fdw foreign tables
 \set filename :abs_srcdir '/data/agg.data'
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_u...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-11-22 16:40:23.434482000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/copy2.out	2024-11-22 16:41:55.749962000 +0...
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-11-22 16:40:23.434482000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/copy2.out	2024-11-22 16:42:51.824883000 ...
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/build/testrun/regress/regress/res...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-11-22 16:40:23.434482000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/copy2.out	2024-11-22 16:41:57.560055000 +0000
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
tap
[16:42:14.492](64.820s) not ok 5 - regression tests pass
tap
[16:43:09.612](81.192s) not ok 2 - regression tests pass
test
[16:45:00.412]  42/314 postgresql:regress / regress/regress                                            ERROR            ...
[16:45:00.412]  66/314 postgresql:file_fdw / file_fdw/regress                                          ERROR            ...
[16:45:00.412]  84/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[16:45:00.412] 161/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
core
[16:50:33.186] #0  0x00007f472a6b0da4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[16:50:33.186] #1  0x00007f472a65d239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[16:50:33.186] #2  0x00007f472a718204 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[16:50:33.186] #3  0x00007f472a72a85c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[16:50:33.186] #0  <unavailable> in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/contrib/file_fdw/expected/file_fdw.out /tmp/cirrus-ci-build/contrib/file_fdw/results/file_...
--- /tmp/cirrus-ci-build/contrib/file_fdw/expected/file_fdw.out	2024-11-22 16:40:17.896828721 +0000
+++ /tmp/cirrus-ci-build/contrib/file_fdw/results/file_fdw.out	2024-11-22 16:44:15.660610029 +0000
@@ -91,7 +91,7 @@
 ');       -- ERROR
 ERROR:  COPY null representation cannot use newline or carriage return
 CREATE FOREIGN TABLE tbl () SERVER file_server OPTIONS (reject_limit '1');       -- ERROR
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 CREATE FOREIGN TABLE tbl () SERVER file_server;  -- ERROR
 ERROR:  either filename or program is required for file_fdw foreign tables
 \set filename :abs_srcdir '/data/agg.data'
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/resu...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-11-22 16:40:20.059359746 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/copy2.out	2024-11-22 16:46:27.888502792 +0000
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/src/test/recovery/tmp_check/resul...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-11-22 16:40:20.059359746 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/copy2.out	2024-11-22 16:47:53.540259593 +0000
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/src/test/regress/results/copy2.ou...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-11-22 16:40:20.059359746 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/copy2.out	2024-11-22 16:43:48.384516657 +0000
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
tap
[16:46:42.529](124.602s) not ok 5 - regression tests pass
tap
[16:48:06.434](72.634s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/file_fdw/expected/file_fdw.out /tmp/cirrus-ci-build/build/testrun/file_fdw/regress...
--- /tmp/cirrus-ci-build/contrib/file_fdw/expected/file_fdw.out	2024-11-22 16:40:15.747059546 +0000
+++ /tmp/cirrus-ci-build/build/testrun/file_fdw/regress/results/file_fdw.out	2024-11-22 16:43:17.106173088 +0000
@@ -91,7 +91,7 @@
 ');       -- ERROR
 ERROR:  COPY null representation cannot use newline or carriage return
 CREATE FOREIGN TABLE tbl () SERVER file_server OPTIONS (reject_limit '1');       -- ERROR
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 CREATE FOREIGN TABLE tbl () SERVER file_server;  -- ERROR
 ERROR:  either filename or program is required for file_fdw foreign tables
 \set filename :abs_srcdir '/data/agg.data'
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_u...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-11-22 16:40:17.575059475 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/copy2.out	2024-11-22 16:42:52.962173537 +0...
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-11-22 16:40:17.575059475 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/copy2.out	2024-11-22 16:43:31.838172764 ...
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/build/testrun/regress/regress/res...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-11-22 16:40:17.575059475 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/copy2.out	2024-11-22 16:42:49.134173595 +0000
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
tap
[16:43:08.041](73.280s) not ok 5 - regression tests pass
tap
[16:43:42.547](74.187s) not ok 2 - regression tests pass
test
[16:45:24.701]  43/314 postgresql:regress / regress/regress                                            ERROR            ...
[16:45:24.701]  65/314 postgresql:file_fdw / file_fdw/regress                                          ERROR            ...
[16:45:24.701] 123/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[16:45:24.701] 154/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
macOS - Sonoma - Meson
core
[16:48:04.804]   * frame #0: 0x00000001816a2ee8 dyld`dyld4::PrebuiltLoader::dependent(dyld4::RuntimeState const&, unsign...
[16:48:04.804]     frame #1: 0x000000018169c2f8 dyld`dyld4::Loader::hasExportedSymbol(Diagnostics&, dyld4::RuntimeState&...
[16:48:04.804]     frame #2: 0x000000018169c33c dyld`dyld4::Loader::hasExportedSymbol(Diagnostics&, dyld4::RuntimeState&...
[16:48:04.804]     frame #3: 0x000000018169b3c0 dyld`dyld4::Loader::resolveSymbol(Diagnostics&, dyld4::RuntimeState&, in...
[16:48:04.804]     frame #4: 0x000000018169afec dyld`invocation function for block in dyld4::Loader::forEachBindTarget(D...
[16:48:04.804]     frame #5: 0x00000001816d5ff0 dyld`invocation function for block in mach_o::Fixups::forEachBindTarget_...
[16:48:04.804]     frame #6: 0x00000001816d0f50 dyld`dyld3::MachOFile::forEachChainedFixupTarget(Diagnostics&, dyld_chai...
[16:48:04.804]     frame #7: 0x00000001816d5cc0 dyld`mach_o::Fixups::forEachBindTarget_ChainedFixups(Diagnostics&, void ...
[16:48:04.804]     frame #8: 0x000000018169af54 dyld`invocation function for block in dyld4::Loader::forEachBindTarget(D...
[16:48:04.804]     frame #9: 0x00000001816d9414 dyld`dyld3::MachOAnalyzer::withVMLayout(Diagnostics&, void (mach_o::Layo...
regress
diff -U3 /Users/admin/pgsql/contrib/file_fdw/expected/file_fdw.out /Users/admin/pgsql/build/testrun/file_fdw/regress/res...
--- /Users/admin/pgsql/contrib/file_fdw/expected/file_fdw.out	2024-11-22 16:40:10
+++ /Users/admin/pgsql/build/testrun/file_fdw/regress/results/file_fdw.out	2024-11-22 16:42:50
@@ -91,7 +91,7 @@
 ');       -- ERROR
 ERROR:  COPY null representation cannot use newline or carriage return
 CREATE FOREIGN TABLE tbl () SERVER file_server OPTIONS (reject_limit '1');       -- ERROR
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 CREATE FOREIGN TABLE tbl () SERVER file_server;  -- ERROR
 ERROR:  either filename or program is required for file_fdw foreign tables
 \set filename :abs_srcdir '/data/agg.data'
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/copy2.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgra...
--- /Users/admin/pgsql/src/test/regress/expected/copy2.out	2024-11-22 16:40:12
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/copy2.out	2024-11-22 16:42:00
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/copy2.out /Users/admin/pgsql/build/testrun/recovery/027_stream_reg...
--- /Users/admin/pgsql/src/test/regress/expected/copy2.out	2024-11-22 16:40:12
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/copy2.out	2024-11-22 16:42:53
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/copy2.out /Users/admin/pgsql/build/testrun/regress/regress/results...
--- /Users/admin/pgsql/src/test/regress/expected/copy2.out	2024-11-22 16:40:12
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/copy2.out	2024-11-22 16:42:02
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
tap
[16:42:09.538](41.970s) not ok 5 - regression tests pass
tap
[16:43:00.813](51.405s) not ok 2 - regression tests pass
test
[16:44:45.271]  29/314 postgresql:regress / regress/regress                                            ERROR            ...
[16:44:45.271]  45/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[16:44:45.271]  66/314 postgresql:file_fdw / file_fdw/regress                                          ERROR            ...
[16:44:45.271] 140/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/contrib/file_fdw/expected/file_fdw.out C:/cirrus/build/testrun/file_fdw/regress/r...
--- C:/cirrus/contrib/file_fdw/expected/file_fdw.out	2024-11-22 16:41:19.254946600 +0000
+++ C:/cirrus/build/testrun/file_fdw/regress/results/file_fdw.out	2024-11-22 16:47:18.338613500 +0000
@@ -91,7 +91,7 @@
 ');       -- ERROR
 ERROR:  COPY null representation cannot use newline or carriage return
 CREATE FOREIGN TABLE tbl () SERVER file_server OPTIONS (reject_limit '1');       -- ERROR
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 CREATE FOREIGN TABLE tbl () SERVER file_server;  -- ERROR
 ERROR:  either filename or program is required for file_fdw foreign tables
 \set filename :abs_srcdir '/data/agg.data'
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/copy2.out C:/cirrus/build/testrun/pg_upgrade/002_pg_upg...
--- C:/cirrus/src/test/regress/expected/copy2.out	2024-11-22 16:41:23.783718900 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/copy2.out	2024-11-22 16:45:06.007558500 +0000
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/copy2.out C:/cirrus/build/testrun/recovery/027_stream_r...
--- C:/cirrus/src/test/regress/expected/copy2.out	2024-11-22 16:41:23.783718900 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/copy2.out	2024-11-22 16:47:23.868402600 +0000
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/copy2.out C:/cirrus/build/testrun/regress/regress/resul...
--- C:/cirrus/src/test/regress/expected/copy2.out	2024-11-22 16:41:23.783718900 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/copy2.out	2024-11-22 16:45:00.717030900 +0000
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
tap
[16:45:28.800](121.014s) not ok 5 - regression tests pass
tap
[16:47:44.628](124.125s) not ok 2 - regression tests pass
test
[16:53:54.222]  20/309 postgresql:regress / regress/regress                                            ERROR           1...
[16:53:54.222]  38/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[16:53:54.222]  61/309 postgresql:file_fdw / file_fdw/regress                                          ERROR            ...
[16:53:54.222] 101/309 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
50/5339 Inconsistent output handling in 002_pg_upgrade.pl test logs
macOS - Sonoma - Meson
tap
[15:37:02.150](0.000s) not ok 253 - pgbench script error: sql syntax error stderr /(?^:prepared statement .* does not ex...
test
[15:37:56.478] 218/314 postgresql:pgbench / pgbench/001_pgbench_with_server                            ERROR            ...
51/5332 Provide means to disable legacy crypt() and gen_salt() functions in pgcrypto
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pgcrypto/expected/init.out /tmp/cirrus-ci-build/build/testrun/pgcrypto/regress/res...
--- /tmp/cirrus-ci-build/contrib/pgcrypto/expected/init.out	2024-11-22 14:48:14.681421000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pgcrypto/regress/results/init.out	2024-11-22 14:50:48.214294000 +0000
@@ -2,12 +2,30 @@
 -- init pgcrypto
 --
 CREATE EXTENSION pgcrypto;
+ERROR:  could not load library "/tmp/cirrus-ci-build/build/tmp_install/usr/local/pgsql/lib/pgcrypto.so": /tmp/cirrus-ci...
+CONTEXT:  SQL statement "CREATE FUNCTION digest(text, text)
+RETURNS bytea
+AS '$libdir/pgcrypto', 'pg_digest'
+LANGUAGE C IMMUTABLE STRICT PARALLEL SAFE"
+extension script file "pgcrypto--1.3.sql", near line 6
 -- check error handling
 select gen_salt('foo');
-ERROR:  gen_salt: Unknown salt algorithm
+ERROR:  function gen_salt(unknown) does not exist
+LINE 1: select gen_salt('foo');
+               ^
+HINT:  No function matches the given name and argument types. You might need to add explicit type casts.
...
test
[14:53:13.877]  81/314 postgresql:pgcrypto / pgcrypto/regress                                          ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[14:50:40.432] openssl.c.obj : error LNK2019: unresolved external symbol EVP_default_properties_is_fips_enabled referenc...
compiler
[14:50:40.495] openssl.c.obj : error LNK2019: unresolved external symbol OSSL_LIB_CTX_get0_global_default referenced in ...
51/5355 Enhance memory context statistics reporting for all PostgreSQL processes.
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/sysviews.out /tmp/cirrus-ci-build/build-32/testrun/pg_upgrade/00...
--- /tmp/cirrus-ci-build/src/test/regress/expected/sysviews.out	2024-11-22 13:42:13.706541930 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/pg_upgrade/002_pg_upgrade/data/results/sysviews.out	2024-11-22 13:52:16.664049...
@@ -233,4 +233,4 @@
         from pg_get_process_memory_contexts(checkpointer_pid, false) where path = '{0}' into r; 
 	RAISE NOTICE '%', r;
 END $$;
-NOTICE:  (AllocSet,TopMemoryContext,,t)
+NOTICE:  (AllocSet,TopMemoryContext,,f)
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/sysviews.out /tmp/cirrus-ci-build/build-32/testrun/recovery/027_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/sysviews.out	2024-11-22 13:42:13.706541930 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/recovery/027_stream_regress/data/results/sysviews.out	2024-11-22 13:51:52.0800...
@@ -233,4 +233,4 @@
         from pg_get_process_memory_contexts(checkpointer_pid, false) where path = '{0}' into r; 
 	RAISE NOTICE '%', r;
 END $$;
-NOTICE:  (AllocSet,TopMemoryContext,,t)
+NOTICE:  (AllocSet,TopMemoryContext,,f)
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/sysviews.out /tmp/cirrus-ci-build/build-32/testrun/regress/regre...
--- /tmp/cirrus-ci-build/src/test/regress/expected/sysviews.out	2024-11-22 13:42:13.706541930 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/regress/regress/results/sysviews.out	2024-11-22 13:51:13.640108609 +0000
@@ -233,4 +233,4 @@
         from pg_get_process_memory_contexts(checkpointer_pid, false) where path = '{0}' into r; 
 	RAISE NOTICE '%', r;
 END $$;
-NOTICE:  (AllocSet,TopMemoryContext,,t)
+NOTICE:  (AllocSet,TopMemoryContext,,f)
tap
[13:52:42.628](117.373s) not ok 5 - regression tests pass
tap
[13:52:18.622](58.924s) not ok 2 - regression tests pass
test
[13:54:16.541]  29/314 postgresql:regress / regress/regress                                            ERROR            ...
[13:54:16.541] 146/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[13:54:16.541] 187/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
51/5012 Vacuum statistics
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out /tmp/cirrus-ci-build/bu...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-11-22 12:54:08.45950800...
+++ /tmp/cirrus-ci-build/build/testrun/isolation/isolation/results/vacuum-extending-in-repetable-read.out	2024-11-22 12:...
@@ -9,10 +9,7 @@
     FROM pg_stat_get_vacuum_tables vt, pg_class c
     WHERE vt.relname = 'test_vacuum_stat_isolation' AND vt.relid = c.oid;
 
-relname|tuples_deleted|dead_tuples|tuples_frozen
--------+--------------+-----------+-------------
-(0 rows)
-
+ERROR:  relation "pg_stat_get_vacuum_tables" does not exist
 step s1_begin_repeatable_read: 
   BEGIN transaction ISOLATION LEVEL REPEATABLE READ;
   select count(ival) from test_vacuum_stat_isolation where id>900;
@@ -22,7 +19,8 @@
   100
 (1 row)
 
-step s2_update: UPDATE test_vacuum_stat_isolation SET ival = ival + 2 where id > 900;
...
test
[13:00:11.097]  46/314 postgresql:isolation / isolation/isolation                                      ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out /tmp/cirrus-ci-build/sr...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-11-22 12:54:08.48030180...
+++ /tmp/cirrus-ci-build/src/test/isolation/output_iso/results/vacuum-extending-in-repetable-read.out	2024-11-22 12:59:3...
@@ -9,10 +9,7 @@
     FROM pg_stat_get_vacuum_tables vt, pg_class c
     WHERE vt.relname = 'test_vacuum_stat_isolation' AND vt.relid = c.oid;
 
-relname|tuples_deleted|dead_tuples|tuples_frozen
--------+--------------+-----------+-------------
-(0 rows)
-
+ERROR:  relation "pg_stat_get_vacuum_tables" does not exist
 step s1_begin_repeatable_read: 
   BEGIN transaction ISOLATION LEVEL REPEATABLE READ;
   select count(ival) from test_vacuum_stat_isolation where id>900;
@@ -22,7 +19,8 @@
   100
 (1 row)
 
-step s2_update: UPDATE test_vacuum_stat_isolation SET ival = ival + 2 where id > 900;
...
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out /tmp/cirrus-ci-build/bu...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-11-22 12:54:04.76593883...
+++ /tmp/cirrus-ci-build/build/testrun/isolation/isolation/results/vacuum-extending-in-repetable-read.out	2024-11-22 12:...
@@ -9,10 +9,7 @@
     FROM pg_stat_get_vacuum_tables vt, pg_class c
     WHERE vt.relname = 'test_vacuum_stat_isolation' AND vt.relid = c.oid;
 
-relname|tuples_deleted|dead_tuples|tuples_frozen
--------+--------------+-----------+-------------
-(0 rows)
-
+ERROR:  relation "pg_stat_get_vacuum_tables" does not exist
 step s1_begin_repeatable_read: 
   BEGIN transaction ISOLATION LEVEL REPEATABLE READ;
   select count(ival) from test_vacuum_stat_isolation where id>900;
@@ -22,7 +19,8 @@
   100
 (1 row)
 
-step s2_update: UPDATE test_vacuum_stat_isolation SET ival = ival + 2 where id > 900;
...
test
[13:02:18.919]  41/314 postgresql:isolation / isolation/isolation                                      ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/isolation/expected/vacuum-extending-in-repetable-read.out /Users/admin/pgsql/build/...
--- /Users/admin/pgsql/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-11-22 12:53:10
+++ /Users/admin/pgsql/build/testrun/isolation/isolation/results/vacuum-extending-in-repetable-read.out	2024-11-22 12:56...
@@ -9,10 +9,7 @@
     FROM pg_stat_get_vacuum_tables vt, pg_class c
     WHERE vt.relname = 'test_vacuum_stat_isolation' AND vt.relid = c.oid;
 
-relname|tuples_deleted|dead_tuples|tuples_frozen
--------+--------------+-----------+-------------
-(0 rows)
-
+ERROR:  relation "pg_stat_get_vacuum_tables" does not exist
 step s1_begin_repeatable_read: 
   BEGIN transaction ISOLATION LEVEL REPEATABLE READ;
   select count(ival) from test_vacuum_stat_isolation where id>900;
@@ -22,7 +19,8 @@
   100
 (1 row)
 
-step s2_update: UPDATE test_vacuum_stat_isolation SET ival = ival + 2 where id > 900;
...
test
[12:58:42.499]  38/314 postgresql:isolation / isolation/isolation                                      ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/isolation/expected/vacuum-extending-in-repetable-read.out C:/cirrus/buil...
--- C:/cirrus/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-11-22 12:54:26.757533600 +0000
+++ C:/cirrus/build/testrun/isolation/isolation/results/vacuum-extending-in-repetable-read.out	2024-11-22 12:58:41.08213...
@@ -9,10 +9,7 @@
     FROM pg_stat_get_vacuum_tables vt, pg_class c
     WHERE vt.relname = 'test_vacuum_stat_isolation' AND vt.relid = c.oid;
 
-relname|tuples_deleted|dead_tuples|tuples_frozen
--------+--------------+-----------+-------------
-(0 rows)
-
+ERROR:  relation "pg_stat_get_vacuum_tables" does not exist
 step s1_begin_repeatable_read: 
   BEGIN transaction ISOLATION LEVEL REPEATABLE READ;
   select count(ival) from test_vacuum_stat_isolation where id>900;
@@ -22,7 +19,8 @@
   100
 (1 row)
 
-step s2_update: UPDATE test_vacuum_stat_isolation SET ival = ival + 2 where id > 900;
...
test
[13:07:54.259]  30/309 postgresql:isolation / isolation/isolation                                      ERROR           1...
51/5318 System views for versions reporting
Linux - Debian Bookworm - Meson
core
[10:51:32.534] #0  0x00007f40a54b4da4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[10:51:32.534] #1  0x00007f40a5461239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[10:51:32.534] #2  0x00007f40a5461497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[10:51:32.534] #3  0x000056218f6ba5f3 in ?? ()
[10:51:32.534] #4  0x000056218f6b4369 in ?? ()
[10:51:32.534] #5  0x000056218f6b320f in ?? ()
[10:51:32.534] #6  0x000056218f6b3c3b in ?? ()
[10:51:32.534] #7  0x000056218f6b166f in ?? ()
[10:51:32.534] #8  0x00007f40a544c24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[10:51:32.534] #9  0x00007f40a544c305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[10:51:32.534] #0  <unavailable> in ?? ()
core
[10:51:32.664] #0  0x00007f40a54b4da4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[10:51:32.664] #1  0x00007f40a5461239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[10:51:32.664] #2  0x00007f40a5461497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[10:51:32.664] #3  0x000056218f6ba5c1 in ?? ()
[10:51:32.664] #4  0x000056218f6b4369 in ?? ()
[10:51:32.664] #5  0x000056218f6b320f in ?? ()
[10:51:32.664] #6  0x000056218f6b3c3b in ?? ()
[10:51:32.664] #7  0x000056218f6b166f in ?? ()
[10:51:32.664] #8  0x00007f40a544c24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[10:51:32.664] #9  0x00007f40a544c305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
test
[10:50:22.129] 299/314 postgresql:test_slru / test_slru/001_multixact                                  ERROR            ...
51/5089 Streaming Vacuum
macOS - Sonoma - Meson
core
[09:54:31.386]   * frame #0: 0x000000019b87575c dyld`dyld3::MachOFile::trieWalk(Diagnostics&, unsigned char const*, unsi...
[09:54:31.386]     frame #1: 0x000000019b840088 dyld`dyld4::Loader::hasExportedSymbol(Diagnostics&, dyld4::RuntimeState&...
[09:54:31.386]     frame #2: 0x000000019b84033c dyld`dyld4::Loader::hasExportedSymbol(Diagnostics&, dyld4::RuntimeState&...
[09:54:31.386]     frame #3: 0x000000019b83f3c0 dyld`dyld4::Loader::resolveSymbol(Diagnostics&, dyld4::RuntimeState&, in...
[09:54:31.386]     frame #4: 0x000000019b83efec dyld`invocation function for block in dyld4::Loader::forEachBindTarget(D...
[09:54:31.386]     frame #5: 0x000000019b879ff0 dyld`invocation function for block in mach_o::Fixups::forEachBindTarget_...
[09:54:31.386]     frame #6: 0x000000019b874f50 dyld`dyld3::MachOFile::forEachChainedFixupTarget(Diagnostics&, dyld_chai...
[09:54:31.386]     frame #7: 0x000000019b879cc0 dyld`mach_o::Fixups::forEachBindTarget_ChainedFixups(Diagnostics&, void ...
[09:54:31.386]     frame #8: 0x000000019b83ef54 dyld`invocation function for block in dyld4::Loader::forEachBindTarget(D...
[09:54:31.386]     frame #9: 0x000000019b87d414 dyld`dyld3::MachOAnalyzer::withVMLayout(Diagnostics&, void (mach_o::Layo...
tap
[09:49:15.057](0.000s) not ok 105 - schema exclusion pattern overrides all inclusion patterns stderr /(?^:pg_amcheck: wa...
[09:49:15.057](0.000s) not ok 106 - schema exclusion pattern overrides all inclusion patterns stderr /(?^:pg_amcheck: er...
test
[09:51:02.604] 139/314 postgresql:pg_amcheck / pg_amcheck/002_nonesuch                                 ERROR            ...
51/4720 "unexpected duplicate for tablespace" problem in logical replication
FreeBSD - 13 - Meson
core
[06:37:04.754] #0  0x00000ce40bf3e5da in ?? () from /libexec/ld-elf.so.1
[06:37:04.754] #1  0x00000ce40bf3a6ec in ?? () from /libexec/ld-elf.so.1
[06:37:04.754] #2  0x0000000000000000 in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/00...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-11-22 06:30:52.852761000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_table.out	2024-11-22 06:33:03.966721...
@@ -3481,9 +3481,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39412 |            |             0 |       39412 | pktable_pkey
+ 39407 |            |             0 |       39407 | pktable
+ 39415 |            |             0 |       39415 | fktable
+ 40014 |            |             0 |       40020 | foo
+ 40024 |            |             0 |       40024 | pg_toast_40014_index
+ 40023 |            |             0 |       40023 | pg_toast_40014
+ 40294 |            |             0 |       40294 | old_oids
+ 40325 |            |             0 |       40325 | pg_toast_40322
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/recovery/027_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-11-22 06:30:52.852761000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/alter_table.out	2024-11-22 06:33:58.6888...
@@ -3481,9 +3481,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39464 |            |             0 |       39464 | pktable_pkey
+ 39460 |            |             0 |       39460 | pktable
+ 39466 |            |             0 |       39466 | fktable
+ 39946 |            |             0 |       39951 | foo
+ 39955 |            |             0 |       39955 | pg_toast_39946_index
+ 39954 |            |             0 |       39954 | pg_toast_39946
+ 40150 |            |             0 |       40150 | old_oids
+ 40185 |            |             0 |       40185 | pg_toast_40182
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/regress/regre...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-11-22 06:30:52.852761000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/alter_table.out	2024-11-22 06:33:02.567772000 +0000
@@ -3481,9 +3481,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39507 |            |             0 |       39507 | pktable_pkey
+ 39503 |            |             0 |       39503 | pktable
+ 39509 |            |             0 |       39509 | fktable
+ 40015 |            |             0 |       40020 | foo
+ 40024 |            |             0 |       40024 | pg_toast_40015_index
+ 40023 |            |             0 |       40023 | pg_toast_40015
+ 40251 |            |             0 |       40251 | old_oids
+ 40270 |            |             0 |       40270 | pg_toast_40267
...
tap
[06:33:11.455](65.009s) not ok 5 - regression tests pass
tap
[06:34:06.851](83.212s) not ok 2 - regression tests pass
test
[06:35:55.363]  42/314 postgresql:regress / regress/regress                                            ERROR            ...
[06:35:55.363]  85/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[06:35:55.363] 161/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_chec...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-11-22 06:30:51.339454695 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/alter_table.out	2024-11-22 06:37:37.921920247 +0000
@@ -3481,9 +3481,29 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39570 |            |             0 |       39570 | users_id_seq
+ 39576 |            |             0 |       39576 | pg_toast_39571
+ 39577 |            |             0 |       39577 | pg_toast_39571_index
+ 39571 |            |             0 |       39571 | users
+ 39799 |            |             0 |       39799 | foo
+ 40019 |            |             0 |       40019 | forc_test
+ 39582 |            |             0 |       39582 | pktable_pkey
+ 39578 |            |             0 |       39578 | pktable
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/src/test/recovery/tmp_check...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-11-22 06:30:51.339454695 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/alter_table.out	2024-11-22 06:39:26.833694593 +0000
@@ -3481,9 +3481,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39522 |            |             0 |       39522 | pktable_pkey
+ 39517 |            |             0 |       39517 | pktable
+ 39524 |            |             0 |       39524 | fktable
+ 40055 |            |             0 |       40060 | foo
+ 40064 |            |             0 |       40064 | pg_toast_40055_index
+ 40063 |            |             0 |       40063 | pg_toast_40055
+ 40281 |            |             0 |       40281 | old_oids
+ 40299 |            |             0 |       40299 | pg_toast_40296
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/src/test/regress/results/al...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-11-22 06:30:51.339454695 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/alter_table.out	2024-11-22 06:35:48.398562566 +0000
@@ -3481,9 +3481,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39581 |            |             0 |       39581 | pktable_pkey
+ 39577 |            |             0 |       39577 | pktable
+ 39584 |            |             0 |       39584 | fktable
+ 40117 |            |             0 |       40122 | foo
+ 40126 |            |             0 |       40126 | pg_toast_40117_index
+ 40125 |            |             0 |       40125 | pg_toast_40117
+ 40348 |            |             0 |       40348 | old_oids
+ 40368 |            |             0 |       40368 | pg_toast_40365
...
tap
[06:37:46.687](104.551s) not ok 5 - regression tests pass
tap
[06:39:33.869](52.619s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/00...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-11-22 06:30:47.305105721 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_table.out	2024-11-22 06:35:54.722556...
@@ -3481,9 +3481,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39483 |            |             0 |       39483 | pktable_pkey
+ 39479 |            |             0 |       39479 | pktable
+ 39485 |            |             0 |       39485 | fktable
+ 39975 |            |             0 |       39980 | foo
+ 39984 |            |             0 |       39984 | pg_toast_39975_index
+ 39983 |            |             0 |       39983 | pg_toast_39975
+ 40212 |            |             0 |       40212 | old_oids
+ 40231 |            |             0 |       40231 | pg_toast_40228
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/recovery/027_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-11-22 06:30:47.305105721 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/alter_table.out	2024-11-22 06:36:25.0389...
@@ -3481,9 +3481,29 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39335 |            |             0 |       39335 | users_id_seq
+ 39343 |            |             0 |       39343 | pg_toast_39336
+ 39344 |            |             0 |       39344 | pg_toast_39336_index
+ 39336 |            |             0 |       39336 | users
+ 39701 |            |             0 |       39701 | foo
+ 40119 |            |             0 |       40119 | forc_test
+ 40500 |            |             0 |       40500 | pg_toast_40497
+ 40501 |            |             0 |       40501 | pg_toast_40497_index
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/regress/regre...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-11-22 06:30:47.305105721 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/alter_table.out	2024-11-22 06:35:48.126497703 +0000
@@ -3481,9 +3481,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39391 |            |             0 |       39391 | pktable_pkey
+ 39387 |            |             0 |       39387 | pktable
+ 39394 |            |             0 |       39394 | fktable
+ 39998 |            |             0 |       40004 | foo
+ 40008 |            |             0 |       40008 | pg_toast_39998_index
+ 40007 |            |             0 |       40007 | pg_toast_39998
+ 40226 |            |             0 |       40226 | old_oids
+ 40249 |            |             0 |       40249 | pg_toast_40246
...
tap
[06:36:01.715](75.605s) not ok 5 - regression tests pass
tap
[06:36:31.995](72.031s) not ok 2 - regression tests pass
test
[06:38:15.363]  43/314 postgresql:regress / regress/regress                                            ERROR            ...
[06:38:15.363] 133/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[06:38:15.363] 153/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/alter_table.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg...
--- /Users/admin/pgsql/src/test/regress/expected/alter_table.out	2024-11-22 06:30:11
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_table.out	2024-11-22 06:32:28
@@ -3481,9 +3481,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39486 |            |             0 |       39486 | pktable_pkey
+ 39482 |            |             0 |       39482 | pktable
+ 39488 |            |             0 |       39488 | fktable
+ 40117 |            |             0 |       40122 | foo
+ 40126 |            |             0 |       40126 | pg_toast_40117_index
+ 40125 |            |             0 |       40125 | pg_toast_40117
+ 40345 |            |             0 |       40345 | old_oids
+ 40374 |            |             0 |       40374 | pg_toast_40371
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/alter_table.out /Users/admin/pgsql/build/testrun/recovery/027_stre...
--- /Users/admin/pgsql/src/test/regress/expected/alter_table.out	2024-11-22 06:30:11
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/alter_table.out	2024-11-22 06:33:11
@@ -3481,9 +3481,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39371 |            |             0 |       39371 | pktable_pkey
+ 39367 |            |             0 |       39367 | pktable
+ 39373 |            |             0 |       39373 | fktable
+ 39929 |            |             0 |       39934 | foo
+ 39938 |            |             0 |       39938 | pg_toast_39929_index
+ 39937 |            |             0 |       39937 | pg_toast_39929
+ 40156 |            |             0 |       40156 | old_oids
+ 40176 |            |             0 |       40176 | pg_toast_40173
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/alter_table.out /Users/admin/pgsql/build/testrun/regress/regress/r...
--- /Users/admin/pgsql/src/test/regress/expected/alter_table.out	2024-11-22 06:30:11
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/alter_table.out	2024-11-22 06:32:28
@@ -3481,9 +3481,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39517 |            |             0 |       39517 | pktable_pkey
+ 39513 |            |             0 |       39513 | pktable
+ 39519 |            |             0 |       39519 | fktable
+ 39998 |            |             0 |       40003 | foo
+ 40007 |            |             0 |       40007 | pg_toast_39998_index
+ 40006 |            |             0 |       40006 | pg_toast_39998
+ 40303 |            |             0 |       40303 | old_oids
+ 40320 |            |             0 |       40320 | pg_toast_40317
...
tap
[06:32:33.734](41.670s) not ok 5 - regression tests pass
tap
[06:33:17.302](44.509s) not ok 2 - regression tests pass
test
[06:35:16.363]  28/314 postgresql:regress / regress/regress                                            ERROR            ...
[06:35:16.363]  49/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[06:35:16.363] 139/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/alter_table.out C:/cirrus/build/testrun/pg_upgrade/002_...
--- C:/cirrus/src/test/regress/expected/alter_table.out	2024-11-22 06:31:01.251751200 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_table.out	2024-11-22 06:34:50.741748200 +0000
@@ -3481,9 +3481,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 38592 |            |             0 |       38592 | pktable_pkey
+ 38584 |            |             0 |       38584 | pktable
+ 38595 |            |             0 |       38595 | fktable
+ 39610 |            |             0 |       39615 | foo
+ 39620 |            |             0 |       39620 | pg_toast_39610_index
+ 39619 |            |             0 |       39619 | pg_toast_39610
+ 39875 |            |             0 |       39875 | pg_toast_39872
+ 39876 |            |             0 |       39876 | pg_toast_39872_index
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/alter_table.out C:/cirrus/build/testrun/recovery/027_st...
--- C:/cirrus/src/test/regress/expected/alter_table.out	2024-11-22 06:31:01.251751200 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/alter_table.out	2024-11-22 06:37:04.847251300 +0000
@@ -3481,9 +3481,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39126 |            |             0 |       39126 | pktable_pkey
+ 39118 |            |             0 |       39118 | pktable
+ 39129 |            |             0 |       39129 | fktable
+ 39723 |            |             0 |       39723 | pg_toast_39683_index
+ 39722 |            |             0 |       39722 | pg_toast_39683
+ 39683 |            |             0 |       39718 | foo
+ 39936 |            |             0 |       39936 | old_oids
+ 39958 |            |             0 |       39958 | pg_toast_39954
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/alter_table.out C:/cirrus/build/testrun/regress/regress...
--- C:/cirrus/src/test/regress/expected/alter_table.out	2024-11-22 06:31:01.251751200 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/alter_table.out	2024-11-22 06:34:45.180775300 +0000
@@ -3481,9 +3481,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 38311 |            |             0 |       38311 | pktable_pkey
+ 38302 |            |             0 |       38302 | pktable
+ 38318 |            |             0 |       38318 | fktable
+ 39634 |            |             0 |       39643 | foo
+ 39647 |            |             0 |       39647 | pg_toast_39634_index
+ 39646 |            |             0 |       39646 | pg_toast_39634
+ 40007 |            |             0 |       40007 | pg_toast_40003_index
+ 40003 |            |             0 |       40003 | recur2
...
tap
[06:35:08.816](122.898s) not ok 5 - regression tests pass
tap
[06:37:21.804](118.712s) not ok 2 - regression tests pass
test
[06:44:01.009]  21/309 postgresql:regress / regress/regress                                            ERROR           1...
[06:44:01.009]  42/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           2...
[06:44:01.009]  88/309 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5031 Remove dependence on integer wrapping
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/date.out C:/cirrus/build/testrun/pg_upgrade/002_pg_upgr...
--- C:/cirrus/src/test/regress/expected/date.out	2024-11-22 05:15:02.319848200 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/date.out	2024-11-22 05:17:10.836448300 +0000
@@ -1533,4 +1533,4 @@
 select make_time(24, 0, 2.1);
 ERROR:  time field value out of range: 24:00:2.1
 SELECT make_date(-2147483648, 1, 1);
-ERROR:  date field value out of range: -2147483648-01-01
+ERROR:  date field value out of range: 24301-01-01
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/date.out C:/cirrus/build/testrun/recovery/027_stream_re...
--- C:/cirrus/src/test/regress/expected/date.out	2024-11-22 05:15:02.319848200 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/date.out	2024-11-22 05:19:36.900048700 +0000
@@ -1533,4 +1533,4 @@
 select make_time(24, 0, 2.1);
 ERROR:  time field value out of range: 24:00:2.1
 SELECT make_date(-2147483648, 1, 1);
-ERROR:  date field value out of range: -2147483648-01-01
+ERROR:  date field value out of range: 24301-01-01
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/date.out C:/cirrus/build/testrun/regress/regress/result...
--- C:/cirrus/src/test/regress/expected/date.out	2024-11-22 05:15:02.319848200 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/date.out	2024-11-22 05:17:04.705327000 +0000
@@ -1533,4 +1533,4 @@
 select make_time(24, 0, 2.1);
 ERROR:  time field value out of range: 24:00:2.1
 SELECT make_date(-2147483648, 1, 1);
-ERROR:  date field value out of range: -2147483648-01-01
+ERROR:  date field value out of range: 24301-01-01
tap
[05:18:59.566](114.059s) not ok 5 - regression tests pass
tap
[05:21:30.440](133.442s) not ok 2 - regression tests pass
test
[05:28:06.930]   6/309 postgresql:regress / regress/regress                                            ERROR           1...
[05:28:06.930]  36/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[05:28:06.930]  95/309 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5252 Trim the heap free memory
CompilerWarnings
compiler
[02:10:20.850] postgres.c:2825:47: error: initialization of ‘char *’ from ‘int’ makes pointer from integer without a cas...
compiler
[02:10:20.850] postgres.c:2825:47: error: implicit declaration of function ‘sbrk’ [-Werror=implicit-function-declaration...
compiler
[02:10:20.850] postgres.c:2829:33: error: assignment to ‘char *’ from ‘int’ makes pointer from integer without a cast [-...
compiler
[02:10:20.850] postgres.c:2828:25: error: implicit declaration of function ‘malloc_trim’ [-Werror=implicit-function-decl...
Linux - Debian Bookworm - Autoconf
tap
[02:09:59.047](0.001s) not ok 28 - options --locale-provider=icu --locale=und --lc-*=C: no stderr
Linux - Debian Bookworm - Meson
tap
[02:11:44.342](0.001s) not ok 28 - options --locale-provider=icu --locale=und --lc-*=C: no stderr
test
[02:13:17.858] 167/314 postgresql:initdb / initdb/001_initdb                                           ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[02:11:41.588] tcop_postgres.c.obj : error LNK2019: unresolved external symbol malloc_trim referenced in function finish...
compiler
[02:11:31.507] ../src/backend/tcop/postgres.c(2825): warning C4047: 'initializing': 'char *' differs in levels of indire...
compiler
[02:11:31.507] ../src/backend/tcop/postgres.c(2829): warning C4047: '=': 'char *' differs in levels of indirection from ...
compiler
[02:11:41.588] tcop_postgres.c.obj : error LNK2019: unresolved external symbol sbrk referenced in function finish_xact_c...
51/5380 Parametrization minimum password length
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/passwordcheck/expected/passwordcheck.out /tmp/cirrus-ci-build/build-32/testrun/pas...
--- /tmp/cirrus-ci-build/contrib/passwordcheck/expected/passwordcheck.out	2024-11-21 22:16:23.134863676 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/passwordcheck/regress/results/passwordcheck.out	2024-11-21 22:24:22.855539899 ...
@@ -8,7 +8,6 @@
 ERROR:  password is too short
 -- error: too short
 ALTER USER regress_passwordcheck_user1 PASSWORD 'äbcdefghijk';
-ERROR:  password is too short
 -- error: contains user name
 ALTER USER regress_passwordcheck_user1 PASSWORD 'xyzregress_passwordcheck_user1';
 ERROR:  password must not contain user name
test
[22:26:27.832]  76/314 postgresql:passwordcheck / passwordcheck/regress                                ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/contrib/passwordcheck/expected/passwordcheck.out C:/cirrus/build/testrun/password...
--- C:/cirrus/contrib/passwordcheck/expected/passwordcheck.out	2024-11-21 22:16:38.829960700 +0000
+++ C:/cirrus/build/testrun/passwordcheck/regress/results/passwordcheck.out	2024-11-21 22:22:27.886303800 +0000
@@ -8,7 +8,6 @@
 ERROR:  password is too short
 -- error: too short
 ALTER USER regress_passwordcheck_user1 PASSWORD 'äbcdefghijk';
-ERROR:  password is too short
 -- error: contains user name
 ALTER USER regress_passwordcheck_user1 PASSWORD 'xyzregress_passwordcheck_user1';
 ERROR:  password must not contain user name
test
[22:28:09.538]  74/309 postgresql:passwordcheck / passwordcheck/regress                                ERROR            ...
51/5242 Fix RelationTruncate() corruption
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[22:02:15.258] ../src/backend/storage/smgr/smgr.c(732): warning C4098: 'smgrtruncate': 'void' function returning a value
51/5357 New predefined role pg_manage_extensions
FreeBSD - 13 - Meson
core
[21:48:57.759] #0  0x00002e316778a23a in copy_file_range () from /lib/libc.so.7
[21:48:57.759] #1  0x00002e29445243e0 in ?? ()
[21:48:57.759] #2  0x00002e294452401e in ?? ()
[21:48:57.759] #3  0x00002e29445238ad in ?? ()
[21:48:57.759] #4  0x00002e294452333d in ?? ()
[21:48:57.759] #5  0x00002e316577a408 in ?? ()
[21:48:57.759] #6  0x0000000000000000 in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out /tmp/cirrus-ci-build/build/testrun/plperl/regress/...
--- /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out	2024-11-21 21:43:08.715002000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/plperl/regress/results/plperl_setup.out	2024-11-21 21:45:08.240828000 +0000
@@ -12,7 +12,7 @@
 HINT:  Must have CREATE privilege on current database to create this extension.
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 RESET ROLE;
 DO $$
 begin
@@ -24,7 +24,7 @@
 CREATE EXTENSION plperl;
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 CREATE SCHEMA plperl_setup_scratch;
 SET search_path = plperl_setup_scratch;
...
test
[21:47:47.328]  49/314 postgresql:plperl / plperl/regress                                              ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out /tmp/cirrus-ci-build/src/pl/plperl/results/plperl_...
--- /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out	2024-11-21 21:43:05.036318466 +0000
+++ /tmp/cirrus-ci-build/src/pl/plperl/results/plperl_setup.out	2024-11-21 21:44:26.805019014 +0000
@@ -12,7 +12,7 @@
 HINT:  Must have CREATE privilege on current database to create this extension.
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 RESET ROLE;
 DO $$
 begin
@@ -24,7 +24,7 @@
 CREATE EXTENSION plperl;
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 CREATE SCHEMA plperl_setup_scratch;
 SET search_path = plperl_setup_scratch;
...
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out /tmp/cirrus-ci-build/build/testrun/plperl/regress/...
--- /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out	2024-11-21 21:43:05.663905808 +0000
+++ /tmp/cirrus-ci-build/build/testrun/plperl/regress/results/plperl_setup.out	2024-11-21 21:45:49.373518724 +0000
@@ -12,7 +12,7 @@
 HINT:  Must have CREATE privilege on current database to create this extension.
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 RESET ROLE;
 DO $$
 begin
@@ -24,7 +24,7 @@
 CREATE EXTENSION plperl;
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 CREATE SCHEMA plperl_setup_scratch;
 SET search_path = plperl_setup_scratch;
...
test
[21:48:14.402]  47/314 postgresql:plperl / plperl/regress                                              ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/pl/plperl/expected/plperl_setup.out /Users/admin/pgsql/build/testrun/plperl/regress/resu...
--- /Users/admin/pgsql/src/pl/plperl/expected/plperl_setup.out	2024-11-21 21:42:10
+++ /Users/admin/pgsql/build/testrun/plperl/regress/results/plperl_setup.out	2024-11-21 21:44:39
@@ -12,7 +12,7 @@
 HINT:  Must have CREATE privilege on current database to create this extension.
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 RESET ROLE;
 DO $$
 begin
@@ -24,7 +24,7 @@
 CREATE EXTENSION plperl;
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 CREATE SCHEMA plperl_setup_scratch;
 SET search_path = plperl_setup_scratch;
...
test
[21:46:55.258]  49/314 postgresql:plperl / plperl/regress                                              ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/pl/plperl/expected/plperl_setup.out C:/cirrus/build/testrun/plperl/regress/re...
--- C:/cirrus/src/pl/plperl/expected/plperl_setup.out	2024-11-21 21:43:18.065172000 +0000
+++ C:/cirrus/build/testrun/plperl/regress/results/plperl_setup.out	2024-11-21 21:48:40.907935400 +0000
@@ -12,7 +12,7 @@
 HINT:  Must have CREATE privilege on current database to create this extension.
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 RESET ROLE;
 DO $$
 begin
@@ -24,7 +24,7 @@
 CREATE EXTENSION plperl;
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 CREATE SCHEMA plperl_setup_scratch;
 SET search_path = plperl_setup_scratch;
...
test
[21:55:55.197]  47/309 postgresql:plperl / plperl/regress                                              ERROR            ...
51/4912 CSN snapshots in hot standby
Linux - Debian Bookworm - Meson
core
[20:26:51.186] #0  0x00007feff88a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[20:26:51.186] #1  0x00007feff885afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[20:26:51.186] #2  0x00007feff8845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[20:26:51.186] #3  0x00007feff8a1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[20:26:51.186] #4  0x00007feff8a2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[20:26:51.186] #5  0x00007feff8a0dad8 in __ubsan::__ubsan_handle_shift_out_of_bounds_abort (Data=Data@entry=0x55d3866c82...
[20:26:51.186] #6  0x000055d385c1474a in XidInMVCCSnapshot (xid=757, snapshot=snapshot@entry=0x55d39ad069b0) at ../src/b...
[20:26:51.186] #7  0x000055d3852597d3 in HeapTupleSatisfiesMVCC (htup=<optimized out>, snapshot=0x55d39ad069b0, buffer=3...
[20:26:51.186] #8  0x000055d38525b017 in HeapTupleSatisfiesVisibility (htup=htup@entry=0x7fff87e422f0, snapshot=snapshot...
[20:26:51.186] #9  0x000055d38524c499 in page_collect_tuples (check_serializable=<optimized out>, all_visible=<optimized...
core
[20:26:51.748] #0  0x00007f66c62a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[20:26:51.748] #1  0x00007f66c625afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[20:26:51.748] #2  0x00007f66c6245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[20:26:51.748] #3  0x00007f66c641e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[20:26:51.748] #4  0x00007f66c642aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[20:26:51.748] #5  0x00007f66c640dad8 in __ubsan::__ubsan_handle_shift_out_of_bounds_abort (Data=Data@entry=0x55adbbc152...
[20:26:51.748] #6  0x000055adbb16174a in XidInMVCCSnapshot (xid=755, snapshot=snapshot@entry=0x55ade0befeb0) at ../src/b...
[20:26:51.748] #7  0x000055adba7a69ab in HeapTupleSatisfiesMVCC (htup=<optimized out>, snapshot=0x55ade0befeb0, buffer=4...
[20:26:51.748] #8  0x000055adba7a8017 in HeapTupleSatisfiesVisibility (htup=htup@entry=0x7ffeaf632dc0, snapshot=snapshot...
[20:26:51.748] #9  0x000055adba799499 in page_collect_tuples (check_serializable=<optimized out>, all_visible=<optimized...
tap
[20:22:12.261](223.402s) # poll_query_until timed out executing this query:
[20:22:12.262](0.000s) not ok 14 - startup deadlock: lock acquisition is waiting
[20:25:43.103](210.841s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /tmp/cirrus-ci-build/src/test/recovery/t/031_recovery_conflict.pl line 270.
test
[20:25:43.300] 314/315 postgresql:test_misc / test_misc/000_csn_perf                                   ERROR            ...
[20:25:43.300] 315/315 postgresql:recovery / recovery/031_recovery_conflict                            ERROR           4...
macOS - Sonoma - Meson
test
[20:20:03.206] 315/315 postgresql:test_misc / test_misc/000_csn_perf                                   ERROR           1...
Windows - Server 2019, VS 2019 - Meson & ninja
test
[20:31:04.837] 310/310 postgresql:test_misc / test_misc/000_csn_perf                                   ERROR           3...
51/5251 libpq: Fix processing of SSL records >8kB on async API
FreeBSD - 13 - Meson
core
[19:30:07.946] #0  0x00003de22347d23a in copy_file_range () from /lib/libc.so.7
[19:30:07.946] #1  0x00003dda011b93e0 in ?? ()
[19:30:07.946] #2  0x00003dda011b901e in ?? ()
[19:30:07.946] #3  0x00003dda011b88ad in ?? ()
[19:30:07.946] #4  0x00003dda011b833d in ?? ()
[19:30:07.946] #5  0x00003de22256d408 in ?? ()
[19:30:07.946] #6  0x0000000000000000 in ?? ()
test
[19:28:47.783] 243/314 postgresql:postmaster / postmaster/001_connection_limits                        ERROR            ...
51/5111 Synchronization of sequences to subscriber
macOS - Sonoma - Meson
tap
[17:04:16.149](0.000s) not ok 7 - test_a proved by constraints
[17:04:16.149](0.000s) not ok 8 - test_b proved by constraints
test
[17:04:26.834] 300/315 postgresql:test_misc / test_misc/001_constraint_validation                      ERROR            ...
51/4966 Parallel CREATE INDEX for GIN indexes
CompilerWarnings
compiler
[13:46:54.393] gininsert.c:2421:35: error: format ‘%ld’ expects argument of type ‘long int’, but argument 2 has type ‘in...
compiler
[13:46:54.393] gininsert.c:2402:37: error: format ‘%ld’ expects argument of type ‘long int’, but argument 3 has type ‘lo...
51/4929 apply_scanjoin_target_to_paths and partitionwise join
FreeBSD - 13 - Meson
core
[11:57:43.692] #0  0x000000082c80c8fa in _sigprocmask () from /lib/libc.so.7
[11:57:43.692] #1  0x000000082c845f91 in _system () from /lib/libc.so.7
[11:57:43.692] #2  0x000000082a9929d3 in ?? () from /lib/libthr.so.3
[11:57:43.692] #3  0x000000000066b745 in RestoreArchivedFile (path=path@entry=0x8211eb1d0 "pg_wal/0\332#7", xlogfname=xl...
[11:57:43.692] #4  0x0000000000676dbe in XLogFileRead (segno=segno@entry=5, tli=tli@entry=1, source=source@entry=XLOG_FR...
[11:57:43.692] #5  0x0000000000672b0c in XLogFileReadAnyTLI (segno=5, source=XLOG_FROM_ANY) at ../src/backend/access/tra...
[11:57:43.692] #6  WaitForWALToBecomeAvailable (RecPtr=83886104, tliRecPtr=83886080, replayTLI=1, replayLSN=83886080, ra...
[11:57:43.692] #7  XLogPageRead (xlogreader=0x835a8f130, targetPagePtr=83886080, reqLen=24, targetRecPtr=83886080, readB...
[11:57:43.692] #8  0x0000000000679aa2 in ReadPageInternal (state=state@entry=0x835a8f130, pageptr=83886080, reqLen=24) a...
[11:57:43.692] #9  0x0000000000678912 in XLogDecodeNextRecord (state=0x835a8f130, nonblocking=false) at ../src/backend/a...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-11-21 11:52:13.735061000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_join.out	2024-11-21 11:53:51.682...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/recovery/0...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-11-21 11:52:13.735061000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/partition_join.out	2024-11-21 11:54:43.2...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/regress/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-11-21 11:52:13.735061000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/partition_join.out	2024-11-21 11:53:51.923861000 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[11:53:54.873](59.982s) not ok 5 - regression tests pass
tap
[11:54:46.364](74.779s) not ok 2 - regression tests pass
test
[11:56:34.254]  41/314 postgresql:regress / regress/regress                                            ERROR            ...
[11:56:34.254]  89/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[11:56:34.254] 159/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_c...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-11-21 11:52:12.258535718 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/partition_join.out	2024-11-21 11:57:29.593048806 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/src/test/regress/results...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-11-21 11:52:12.258535718 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/partition_join.out	2024-11-21 11:55:38.281052038 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[11:57:32.534](84.391s) not ok 5 - regression tests pass
Linux - Debian Bookworm - Meson
core
[11:57:55.160] #0  0x00007f7a63ba37b3 in copy_file_range () from /lib/x86_64-linux-gnu/libc.so.6
[11:57:55.160] #1  0x000055fa1657a291 in ?? ()
[11:57:55.160] #2  0x000055fa1657e671 in ?? ()
[11:57:55.160] #3  0x000055fa1657f577 in ?? ()
[11:57:55.160] #4  0x000055fa165795bc in ?? ()
[11:57:55.160] #5  0x000055fa16577eda in ?? ()
[11:57:55.160] #6  0x00007f7a63ace24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[11:57:55.160] #7  0x00007f7a63ace305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
[11:57:55.160] #8  0x000055fa16578171 in ?? ()
core
[11:57:55.044] #0  0x00007f824b75eb93 in wait4 () from /lib/x86_64-linux-gnu/libc.so.6
[11:57:55.044] #1  0x00005646741bbcc0 in ?? ()
[11:57:55.044] #2  0x00005646741bbefa in ?? ()
[11:57:55.044] #3  0x00005646741bd630 in ?? ()
[11:57:55.044] #4  0x00005646741b7371 in ?? ()
[11:57:55.044] #5  0x00005646741b620f in ?? ()
[11:57:55.044] #6  0x00005646741b6c3b in ?? ()
[11:57:55.044] #7  0x00005646741b466f in ?? ()
[11:57:55.044] #8  0x00007f824b6b224a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[11:57:55.044] #9  0x00007f824b6b2305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-11-21 11:52:11.071946976 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_join.out	2024-11-21 11:54:41.467...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/recovery/0...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-11-21 11:52:11.071946976 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/partition_join.out	2024-11-21 11:55:16.1...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/regress/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-11-21 11:52:11.071946976 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/partition_join.out	2024-11-21 11:54:36.923151504 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[11:54:44.305](70.799s) not ok 5 - regression tests pass
tap
[11:55:19.118](72.728s) not ok 2 - regression tests pass
test
[11:56:54.329]  43/314 postgresql:regress / regress/regress                                            ERROR            ...
[11:56:54.329] 129/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[11:56:54.329] 155/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/partition_join.out /Users/admin/pgsql/build/testrun/pg_upgrade/002...
--- /Users/admin/pgsql/src/test/regress/expected/partition_join.out	2024-11-21 11:52:12
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_join.out	2024-11-21 11:54:01
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/partition_join.out /Users/admin/pgsql/build/testrun/recovery/027_s...
--- /Users/admin/pgsql/src/test/regress/expected/partition_join.out	2024-11-21 11:52:12
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/partition_join.out	2024-11-21 11:54:50
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/partition_join.out /Users/admin/pgsql/build/testrun/regress/regres...
--- /Users/admin/pgsql/src/test/regress/expected/partition_join.out	2024-11-21 11:52:12
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/partition_join.out	2024-11-21 11:54:03
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[11:54:04.842](41.904s) not ok 5 - regression tests pass
tap
[11:54:52.783](47.461s) not ok 2 - regression tests pass
test
[11:56:35.596]  29/314 postgresql:regress / regress/regress                                            ERROR            ...
[11:56:35.596]  46/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[11:56:35.596] 141/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/partition_join.out C:/cirrus/build/testrun/pg_upgrade/0...
--- C:/cirrus/src/test/regress/expected/partition_join.out	2024-11-21 11:52:32.704545400 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_join.out	2024-11-21 11:56:34.374039000 +000...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/partition_join.out C:/cirrus/build/testrun/recovery/027...
--- C:/cirrus/src/test/regress/expected/partition_join.out	2024-11-21 11:52:32.704545400 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/partition_join.out	2024-11-21 11:58:52.714412100 +0...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/partition_join.out C:/cirrus/build/testrun/regress/regr...
--- C:/cirrus/src/test/regress/expected/partition_join.out	2024-11-21 11:52:32.704545400 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/partition_join.out	2024-11-21 11:56:21.134773000 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[11:56:43.059](127.690s) not ok 5 - regression tests pass
tap
[11:59:04.019](136.172s) not ok 2 - regression tests pass
test
[12:05:31.716]  24/309 postgresql:regress / regress/regress                                            ERROR           1...
[12:05:31.716]  42/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[12:05:31.716] 104/309 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5334 Support regular expressions with nondeterministic collations
Linux - Debian Bookworm - Meson
core
[10:13:41.798] #0  0xf7f90559 in __kernel_vsyscall ()
[10:13:41.798] #1  0xf68cb407 in ?? () from /lib/i386-linux-gnu/libc.so.6
[10:13:41.798] #2  0xf687a111 in raise () from /lib/i386-linux-gnu/libc.so.6
[10:13:41.798] #3  0xf686326a in abort () from /lib/i386-linux-gnu/libc.so.6
[10:13:41.798] #4  0xf6a86d4a in __sanitizer::Abort () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_pos...
[10:13:41.798] #5  0xf6a95896 in __sanitizer::Die () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_termi...
[10:13:41.798] #6  0xf6a7358c in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=<optimized out>, Pointer=<optimize...
[10:13:41.798] #7  0x56f4da62 in pg_check_regex_collation (is_similar_to=true) at ../src/backend/regex/regc_pg_locale.c:...
[10:13:41.798] #8  0x56f4dded in pg_regcomp (re=0xffc72c70, string=0x5948c1dc, len=8, flags=3, collation=100) at ../src/...
[10:13:41.798] #9  0xeb01389f in test_re_compile (text_re=text_re@entry=0x594654c4, cflags=3, collation=collation@entry=...
core
[10:13:41.046] #0  0xf7f93559 in __kernel_vsyscall ()
[10:13:41.046] #1  0xf68ce407 in ?? () from /lib/i386-linux-gnu/libc.so.6
[10:13:41.046] #2  0xf687d111 in raise () from /lib/i386-linux-gnu/libc.so.6
[10:13:41.046] #3  0xf686626a in abort () from /lib/i386-linux-gnu/libc.so.6
[10:13:41.046] #4  0xf6a89d4a in __sanitizer::Abort () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_pos...
[10:13:41.046] #5  0xf6a98896 in __sanitizer::Die () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_termi...
[10:13:41.046] #6  0xf6a7658c in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=<optimized out>, Pointer=<optimize...
[10:13:41.046] #7  0x56f6ba62 in pg_check_regex_collation (is_similar_to=true) at ../src/backend/regex/regc_pg_locale.c:...
[10:13:41.046] #8  0x56f6bded in pg_regcomp (re=0xff851420, string=0x598f99b0, len=16, flags=27, collation=100) at ../sr...
[10:13:41.046] #9  0x572738f9 in RE_compile_and_cache (text_re=0x59919998, cflags=27, collation=100) at ../src/backend/u...
core
[10:13:40.505] #0  0xf7eec559 in __kernel_vsyscall ()
[10:13:40.505] #1  0xf6827407 in ?? () from /lib/i386-linux-gnu/libc.so.6
[10:13:40.505] #2  0xf67d6111 in raise () from /lib/i386-linux-gnu/libc.so.6
[10:13:40.505] #3  0xf67bf26a in abort () from /lib/i386-linux-gnu/libc.so.6
[10:13:40.505] #4  0xf69e2d4a in __sanitizer::Abort () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_pos...
[10:13:40.505] #5  0xf69f1896 in __sanitizer::Die () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_termi...
[10:13:40.505] #6  0xf69cf58c in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=<optimized out>, Pointer=<optimize...
[10:13:40.505] #7  0x56fc4a62 in pg_check_regex_collation (is_similar_to=true) at ../src/backend/regex/regc_pg_locale.c:...
[10:13:40.505] #8  0x56fc4ded in pg_regcomp (re=0xff981080, string=0x5905da5c, len=37, flags=3, collation=100) at ../src...
[10:13:40.505] #9  0x572cc8f9 in RE_compile_and_cache (text_re=0x5905da10, cflags=3, collation=100) at ../src/backend/ut...
core
[10:13:39.928] #0  0xf7efa559 in __kernel_vsyscall ()
[10:13:39.928] #1  0xf6835407 in ?? () from /lib/i386-linux-gnu/libc.so.6
[10:13:39.928] #2  0xf67e4111 in raise () from /lib/i386-linux-gnu/libc.so.6
[10:13:39.928] #3  0xf67cd26a in abort () from /lib/i386-linux-gnu/libc.so.6
[10:13:39.928] #4  0xf69f0d4a in __sanitizer::Abort () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_pos...
[10:13:39.928] #5  0xf69ff896 in __sanitizer::Die () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_termi...
[10:13:39.928] #6  0xf69dd58c in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=<optimized out>, Pointer=<optimize...
[10:13:39.928] #7  0x56fdba62 in pg_check_regex_collation (is_similar_to=true) at ../src/backend/regex/regc_pg_locale.c:...
[10:13:39.928] #8  0x56fdbded in pg_regcomp (re=0xfff67690, string=0x59eb0c1c, len=37, flags=3, collation=100) at ../src...
[10:13:39.928] #9  0x572e38f9 in RE_compile_and_cache (text_re=0x59eb0bd0, cflags=3, collation=100) at ../src/backend/ut...
core
[10:13:39.299] #0  0x00007f6665115da4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[10:13:39.299] #1  0x00007f66650c2239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[10:13:39.299] #2  0x00007f66650c2497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[10:13:39.299] #3  0x00005620a67065f3 in ?? ()
[10:13:39.299] #4  0x00005620a6700369 in ?? ()
[10:13:39.299] #5  0x00005620a66ff20f in ?? ()
[10:13:39.299] #6  0x00005620a66ffc3b in ?? ()
[10:13:39.299] #7  0x00005620a66fd66f in ?? ()
[10:13:39.299] #8  0x00007f66650ad24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[10:13:39.299] #9  0x00007f66650ad305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[10:13:39.299] #0  <unavailable> in ?? ()
core
[10:13:42.736] #0  0xf7eec559 in __kernel_vsyscall ()
[10:13:42.736] #1  0xf6827407 in ?? () from /lib/i386-linux-gnu/libc.so.6
[10:13:42.736] #2  0xf67d6111 in raise () from /lib/i386-linux-gnu/libc.so.6
[10:13:42.736] #3  0xf67bf26a in abort () from /lib/i386-linux-gnu/libc.so.6
[10:13:42.736] #4  0xf69e2d4a in __sanitizer::Abort () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_pos...
[10:13:42.736] #5  0xf69f1896 in __sanitizer::Die () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_termi...
[10:13:42.736] #6  0xf69cf58c in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=<optimized out>, Pointer=<optimize...
[10:13:42.736] #7  0x56fc4a62 in pg_check_regex_collation (is_similar_to=true) at ../src/backend/regex/regc_pg_locale.c:...
[10:13:42.736] #8  0x56fc4ded in pg_regcomp (re=0xff980e80, string=0x590a6ec4, len=5, flags=19, collation=100) at ../src...
[10:13:42.736] #9  0x572cc8f9 in RE_compile_and_cache (text_re=0x5907f098, cflags=19, collation=100) at ../src/backend/u...
core
[10:13:42.886] #0  0x00007f6665115da4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[10:13:42.886] #1  0x00007f66650c2239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[10:13:42.886] #2  0x00007f66650c2497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[10:13:42.886] #3  0x00005620a67065c1 in ?? ()
[10:13:42.886] #4  0x00005620a6700369 in ?? ()
[10:13:42.886] #5  0x00005620a66ff20f in ?? ()
[10:13:42.886] #6  0x00005620a66ffc3b in ?? ()
[10:13:42.886] #7  0x00005620a66fd66f in ?? ()
[10:13:42.886] #8  0x00007f66650ad24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[10:13:42.886] #9  0x00007f66650ad305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
regress
diff -U3 /tmp/cirrus-ci-build/contrib/citext/expected/citext.out /tmp/cirrus-ci-build/build-32/testrun/citext/regress/re...
--- /tmp/cirrus-ci-build/contrib/citext/expected/citext.out	2024-11-21 10:03:28.707751534 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/citext/regress/results/citext.out	2024-11-21 10:10:12.639300608 +0000
@@ -500,2185 +500,7 @@
 
 -- SIMILAR TO should be case-insensitive.
 SELECT name FROM srt WHERE name SIMILAR TO '%a.*';
- name 
-------
- ABA
-(1 row)
-
-SELECT name FROM srt WHERE name SIMILAR TO '%A.*';
- name 
-------
- ABA
-(1 row)
-
--- Explicit casts.
-SELECT true::citext = 'true' AS t;
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/strings.out /tmp/cirrus-ci-build/build-32/testrun/recovery/027_s...
--- /tmp/cirrus-ci-build/src/test/regress/expected/strings.out	2024-11-21 10:03:30.667751576 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/recovery/027_stream_regress/data/results/strings.out	2024-11-21 10:09:46.46331...
@@ -438,2255 +438,7 @@
 ERROR:  negative substring length not allowed
 -- T581 regular expression substring (with SQL's bizarre regexp syntax)
 SELECT SUBSTRING('abcdefg' SIMILAR 'a#"(b_d)#"%' ESCAPE '#') AS "bcd";
- bcd 
------
- bcd
-(1 row)
-
--- obsolete SQL99 syntax
-SELECT SUBSTRING('abcdefg' FROM 'a#"(b_d)#"%' FOR '#') AS "bcd";
- bcd 
------
- bcd
-(1 row)
-
--- No match should return NULL
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/strings.out /tmp/cirrus-ci-build/build-32/testrun/regress/regres...
--- /tmp/cirrus-ci-build/src/test/regress/expected/strings.out	2024-11-21 10:03:30.667751576 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/regress/regress/results/strings.out	2024-11-21 10:09:05.071333510 +0000
@@ -438,2255 +438,7 @@
 ERROR:  negative substring length not allowed
 -- T581 regular expression substring (with SQL's bizarre regexp syntax)
 SELECT SUBSTRING('abcdefg' SIMILAR 'a#"(b_d)#"%' ESCAPE '#') AS "bcd";
- bcd 
------
- bcd
-(1 row)
-
--- obsolete SQL99 syntax
-SELECT SUBSTRING('abcdefg' FROM 'a#"(b_d)#"%' FOR '#') AS "bcd";
- bcd 
------
- bcd
-(1 row)
-
--- No match should return NULL
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/test_regex/expected/test_regex.out /tmp/cirrus-ci-build/build-32/testrun/...
--- /tmp/cirrus-ci-build/src/test/modules/test_regex/expected/test_regex.out	2024-11-21 10:03:30.523751573 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/test_regex/regress/results/test_regex.out	2024-11-21 10:10:32.547291953 +0000
@@ -1010,4089 +1010,7 @@
 ERROR:  invalid regular expression: invalid character range
 -- expectMatch	9.15 &LP	{[[:<:]]a}	a	a
 select * from test_regex('[[:<:]]a', 'a', 'LP');
-          test_regex           
--------------------------------
- {0,REG_UNONPOSIX,REG_ULOCALE}
- {a}
-(2 rows)
-
-select * from test_regex('[[:<:]]a', 'a', 'LPb');
-          test_regex           
--------------------------------
- {0,REG_UNONPOSIX,REG_ULOCALE}
- {a}
-(2 rows)
-
...
tap
[10:09:53.520](12.011s) not ok 2 - regression tests pass
test
[10:12:27.077]   6/314 postgresql:regress / regress/regress                                            ERROR            ...
[10:12:27.077]  36/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[10:12:27.077]  57/314 postgresql:citext / citext/regress                                              ERROR            ...
[10:12:27.077] 129/314 postgresql:test_regex / test_regex/regress                                      ERROR            ...
51/5284 database-specific role memberships
FreeBSD - 13 - Meson
core
[09:34:24.446] #0  0x000000082bc9e8fa in _sigprocmask () from /lib/libc.so.7
[09:34:24.446] #1  0x000000082bcd7f91 in _system () from /lib/libc.so.7
[09:34:24.446] #2  0x000000082b4149d3 in ?? () from /lib/libthr.so.3
[09:34:24.446] #3  0x000000000067faab in shell_archive_file (state=<optimized out>, file=0x8219be890 "00000001", '0' <re...
[09:34:24.446] #4  0x0000000000896ce1 in pgarch_archiveXlog (xlog=xlog@entry=0x8219be890 "00000001", '0' <repeats 15 tim...
[09:34:24.446] #5  0x0000000000896734 in pgarch_ArchiverCopyLoop () at ../src/backend/postmaster/pgarch.c:474
[09:34:24.446] #6  pgarch_MainLoop () at ../src/backend/postmaster/pgarch.c:348
[09:34:24.446] #7  0x000000000089600d in PgArchiverMain (startup_data=<optimized out>, startup_data_len=<optimized out>)...
[09:34:24.446] #8  0x0000000000895d65 in postmaster_child_launch (child_type=child_type@entry=B_ARCHIVER, child_slot=54,...
[09:34:24.446] #9  0x0000000000898977 in StartChildProcess (type=type@entry=B_ARCHIVER) at ../src/backend/postmaster/pos...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/privs_in_db.out /tmp/cirrus-ci-build/build/testrun/regress-runni...
--- /tmp/cirrus-ci-build/src/test/regress/expected/privs_in_db.out	2024-11-21 09:26:56.997202000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress-running/regress/results/privs_in_db.out	2024-11-21 09:32:47.558786000 +00...
@@ -756,9 +756,10 @@
 DROP DATABASE regression_db_0;
 DROP ROLE regress_role_admin;
 SELECT datname FROM pg_database WHERE datname LIKE 'regression_db_%';
- datname 
----------
-(0 rows)
+      datname      
+-------------------
+ regression_dblink
+(1 row)
 
 SELECT rolname FROM pg_roles WHERE rolname LIKE 'regress_role_%';
  rolname 
test
[09:33:09.180] 75/76 postgresql:regress-running / regress-running/regress                         ERROR            26.70...
51/5110 Add XMLCast (SQL/XML X025)
macOS - Sonoma - Meson
tap
[08:47:09.483](0.000s) not ok 24 - client failure on empty compression options list: matches
test
[08:48:49.789] 182/314 postgresql:pg_basebackup / pg_basebackup/010_pg_basebackup                      ERROR            ...
51/5160 Issues with ON CONFLICT UPDATE and REINDEX CONCURRENTLY
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/reindex_concurrently_upsert.out /tmp/cirrus-ci-...
--- /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/reindex_concurrently_upsert.out	2024-11-21 08:08:24....
+++ /tmp/cirrus-ci-build/build/testrun/injection_points/isolation/results/reindex_concurrently_upsert.out	2024-11-21 08:...
@@ -47,7 +47,6 @@
                        
 (1 row)
 
-step s1_start_upsert: <... completed>
 step s4_wakeup_s2: 
 	SELECT injection_points_wakeup('exec_insert_before_insert_speculative');
 	SELECT injection_points_detach('exec_insert_before_insert_speculative');
@@ -67,17 +66,13 @@
 	SELECT injection_points_wakeup('reindex_relation_concurrently_before_set_dead');
 	SELECT injection_points_detach('reindex_relation_concurrently_before_set_dead');
 
-injection_points_wakeup
------------------------
-                       
-(1 row)
-
...
test
[08:22:51.188] 314/314 postgresql:injection_points / injection_points/isolation                        ERROR           7...
51/5114 MergeJoin beats HashJoin in the case of multiple hash clauses
macOS - Sonoma - Meson
tap
[06:51:27.333](0.043s) not ok 34 - quuux1 table scanned
test
[06:51:37.457] 297/314 postgresql:test_misc / test_misc/001_constraint_validation                      ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[07:00:58.367](430.533s) # poll_query_until timed out executing this query:
timed out waiting for catchup at C:/cirrus/src/test/recovery/t/027_stream_regress.pl line 127.
test
[07:00:58.788] 309/309 postgresql:recovery / recovery/027_stream_regress                               ERROR           5...
51/5131 add log_transaction GUC setting
FreeBSD - 13 - Meson
tap
[06:17:48.381](1.652s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[06:17:59.113] 293/314 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
Linux - Debian Bookworm - Autoconf
tap
[06:16:59.350](0.721s) not ok 1 - no parameters missing from postgresql.conf.sample
Linux - Debian Bookworm - Meson
tap
[06:18:44.793](0.473s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[06:18:55.797] 293/314 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
macOS - Sonoma - Meson
tap
[06:17:32.077](0.981s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[06:17:43.418] 295/314 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[06:25:21.989](2.099s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[06:25:52.798] 289/309 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
51/5323 Support enabling checksums online
CompilerWarnings
compiler
[05:01:06.465] datachecksumsworker.c:590:67: error: format ‘%d’ expects argument of type ‘int’, but argument 5 has type ...
FreeBSD - 13 - Meson
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
core
[05:16:43.057] #0  0x000000082b72141a in thr_kill () from /lib/libc.so.7
[05:16:43.057] #1  0x000000082b69ae64 in raise () from /lib/libc.so.7
[05:16:43.057] #2  0x000000082b74b6f9 in abort () from /lib/libc.so.7
[05:16:43.057] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:43.057] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:43.057] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:43.057] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:43.057] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8212d2310) at ../src/backe...
[05:16:43.057] #8  0x00000000007d222c in main (argc=4, argv=0x8212d2310) at ../src/backend/main/main.c:196
[05:16:43.305] #0  0x000000082ca1e41a in thr_kill () from /lib/libc.so.7
core
[05:16:43.314] #0  0x000000082ca1e41a in thr_kill () from /lib/libc.so.7
[05:16:43.314] #1  0x000000082c997e64 in raise () from /lib/libc.so.7
[05:16:43.314] #2  0x000000082ca486f9 in abort () from /lib/libc.so.7
[05:16:43.314] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:43.314] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:43.314] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:43.314] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:43.314] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820c97d38) at ../src/backe...
[05:16:43.314] #8  0x00000000007d222c in main (argc=4, argv=0x820c97d38) at ../src/backend/main/main.c:196
[05:16:43.568] #0  0x000000082aed641a in thr_kill () from /lib/libc.so.7
core
[05:16:43.578] #0  0x000000082aed641a in thr_kill () from /lib/libc.so.7
[05:16:43.578] #1  0x000000082ae4fe64 in raise () from /lib/libc.so.7
[05:16:43.578] #2  0x000000082af006f9 in abort () from /lib/libc.so.7
[05:16:43.578] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:43.578] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:43.578] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:43.578] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:43.578] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821a1cfb0) at ../src/backe...
[05:16:43.578] #8  0x00000000007d222c in main (argc=4, argv=0x821a1cfb0) at ../src/backend/main/main.c:196
[05:16:43.835] #0  0x000000082db9241a in thr_kill () from /lib/libc.so.7
core
[05:16:43.844] #0  0x000000082db9241a in thr_kill () from /lib/libc.so.7
[05:16:43.844] #1  0x000000082db0be64 in raise () from /lib/libc.so.7
[05:16:43.844] #2  0x000000082dbbc6f9 in abort () from /lib/libc.so.7
[05:16:43.844] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:43.844] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:43.844] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:43.844] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:43.844] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8213b0308) at ../src/backe...
[05:16:43.844] #8  0x00000000007d222c in main (argc=4, argv=0x8213b0308) at ../src/backend/main/main.c:196
[05:16:44.100] #0  0x000000082bdbc41a in thr_kill () from /lib/libc.so.7
core
[05:16:37.227] #0  0x0000000829bb841a in thr_kill () from /lib/libc.so.7
[05:16:37.227] #1  0x0000000829b31e64 in raise () from /lib/libc.so.7
[05:16:37.227] #2  0x0000000829be26f9 in abort () from /lib/libc.so.7
[05:16:37.227] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:37.227] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:37.227] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:37.227] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:37.227] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8210981a8) at ../src/backe...
[05:16:37.227] #8  0x00000000007d222c in main (argc=4, argv=0x8210981a8) at ../src/backend/main/main.c:196
[05:16:37.484] #0  0x000000082b24741a in thr_kill () from /lib/libc.so.7
core
[05:16:36.961] #0  0x000000082dd1a41a in thr_kill () from /lib/libc.so.7
[05:16:36.961] #1  0x000000082dc93e64 in raise () from /lib/libc.so.7
[05:16:36.961] #2  0x000000082dd446f9 in abort () from /lib/libc.so.7
[05:16:36.961] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:36.961] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:36.961] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:36.961] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:36.962] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821819818) at ../src/backe...
[05:16:36.962] #8  0x00000000007d222c in main (argc=4, argv=0x821819818) at ../src/backend/main/main.c:196
[05:16:37.218] #0  0x0000000829bb841a in thr_kill () from /lib/libc.so.7
core
[05:16:36.697] #0  0x000000082a3d541a in thr_kill () from /lib/libc.so.7
[05:16:36.697] #1  0x000000082a34ee64 in raise () from /lib/libc.so.7
[05:16:36.697] #2  0x000000082a3ff6f9 in abort () from /lib/libc.so.7
[05:16:36.697] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:36.697] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:36.697] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:36.697] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:36.697] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821515490) at ../src/backe...
[05:16:36.697] #8  0x00000000007d222c in main (argc=4, argv=0x821515490) at ../src/backend/main/main.c:196
[05:16:36.951] #0  0x000000082dd1a41a in thr_kill () from /lib/libc.so.7
core
[05:16:36.437] #0  0x000000082bc4c41a in thr_kill () from /lib/libc.so.7
[05:16:36.437] #1  0x000000082bbc5e64 in raise () from /lib/libc.so.7
[05:16:36.437] #2  0x000000082bc766f9 in abort () from /lib/libc.so.7
[05:16:36.437] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:36.437] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:36.437] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:36.437] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:36.437] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8212d2fe8) at ../src/backe...
[05:16:36.437] #8  0x00000000007d222c in main (argc=4, argv=0x8212d2fe8) at ../src/backend/main/main.c:196
[05:16:36.687] #0  0x000000082a3d541a in thr_kill () from /lib/libc.so.7
core
[05:16:36.173] #0  0x0000000828d6041a in thr_kill () from /lib/libc.so.7
[05:16:36.173] #1  0x0000000828cd9e64 in raise () from /lib/libc.so.7
[05:16:36.173] #2  0x0000000828d8a6f9 in abort () from /lib/libc.so.7
[05:16:36.173] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:36.173] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:36.173] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:36.173] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:36.173] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820d90498) at ../src/backe...
[05:16:36.173] #8  0x00000000007d222c in main (argc=4, argv=0x820d90498) at ../src/backend/main/main.c:196
[05:16:36.427] #0  0x000000082bc4c41a in thr_kill () from /lib/libc.so.7
core
[05:16:35.905] #0  0x000000082a4f141a in thr_kill () from /lib/libc.so.7
[05:16:35.905] #1  0x000000082a46ae64 in raise () from /lib/libc.so.7
[05:16:35.905] #2  0x000000082a51b6f9 in abort () from /lib/libc.so.7
[05:16:35.905] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:35.905] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:35.905] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:35.905] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:35.905] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821969960) at ../src/backe...
[05:16:35.905] #8  0x00000000007d222c in main (argc=4, argv=0x821969960) at ../src/backend/main/main.c:196
[05:16:36.164] #0  0x0000000828d6041a in thr_kill () from /lib/libc.so.7
core
[05:16:35.640] #0  0x000000082ba2941a in thr_kill () from /lib/libc.so.7
[05:16:35.640] #1  0x000000082b9a2e64 in raise () from /lib/libc.so.7
[05:16:35.640] #2  0x000000082ba536f9 in abort () from /lib/libc.so.7
[05:16:35.640] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:35.640] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:35.640] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:35.640] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:35.640] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8216c12e0) at ../src/backe...
[05:16:35.640] #8  0x00000000007d222c in main (argc=4, argv=0x8216c12e0) at ../src/backend/main/main.c:196
[05:16:35.896] #0  0x000000082a4f141a in thr_kill () from /lib/libc.so.7
core
[05:16:35.377] #0  0x000000082cca341a in thr_kill () from /lib/libc.so.7
[05:16:35.377] #1  0x000000082cc1ce64 in raise () from /lib/libc.so.7
[05:16:35.377] #2  0x000000082cccd6f9 in abort () from /lib/libc.so.7
[05:16:35.377] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:35.377] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:35.377] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:35.377] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:35.377] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820ef07f8) at ../src/backe...
[05:16:35.377] #8  0x00000000007d222c in main (argc=4, argv=0x820ef07f8) at ../src/backend/main/main.c:196
[05:16:35.630] #0  0x000000082ba2941a in thr_kill () from /lib/libc.so.7
core
[05:16:35.121] #0  0x000000082be4541a in thr_kill () from /lib/libc.so.7
[05:16:35.121] #1  0x000000082bdbee64 in raise () from /lib/libc.so.7
[05:16:35.121] #2  0x000000082be6f6f9 in abort () from /lib/libc.so.7
[05:16:35.121] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:35.121] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:35.121] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:35.121] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:35.121] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821a3f4c8) at ../src/backe...
[05:16:35.121] #8  0x00000000007d222c in main (argc=4, argv=0x821a3f4c8) at ../src/backend/main/main.c:196
[05:16:35.368] #0  0x000000082cca341a in thr_kill () from /lib/libc.so.7
core
[05:16:34.858] #0  0x000000082c80941a in thr_kill () from /lib/libc.so.7
[05:16:34.858] #1  0x000000082c782e64 in raise () from /lib/libc.so.7
[05:16:34.858] #2  0x000000082c8336f9 in abort () from /lib/libc.so.7
[05:16:34.858] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:34.858] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:34.858] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:34.858] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:34.859] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821537d18) at ../src/backe...
[05:16:34.859] #8  0x00000000007d222c in main (argc=4, argv=0x821537d18) at ../src/backend/main/main.c:196
[05:16:35.111] #0  0x000000082be4541a in thr_kill () from /lib/libc.so.7
core
[05:16:34.597] #0  0x000000082d9bd41a in thr_kill () from /lib/libc.so.7
[05:16:34.597] #1  0x000000082d936e64 in raise () from /lib/libc.so.7
[05:16:34.597] #2  0x000000082d9e76f9 in abort () from /lib/libc.so.7
[05:16:34.597] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:34.597] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:34.597] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:34.597] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:34.597] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821a22548) at ../src/backe...
[05:16:34.597] #8  0x00000000007d222c in main (argc=4, argv=0x821a22548) at ../src/backend/main/main.c:196
[05:16:34.849] #0  0x000000082c80941a in thr_kill () from /lib/libc.so.7
core
[05:16:34.340] #0  0x0000000829ef441a in thr_kill () from /lib/libc.so.7
[05:16:34.340] #1  0x0000000829e6de64 in raise () from /lib/libc.so.7
[05:16:34.340] #2  0x0000000829f1e6f9 in abort () from /lib/libc.so.7
[05:16:34.340] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:34.340] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:34.340] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:34.340] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:34.340] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821463f68) at ../src/backe...
[05:16:34.340] #8  0x00000000007d222c in main (argc=4, argv=0x821463f68) at ../src/backend/main/main.c:196
[05:16:34.588] #0  0x000000082d9bd41a in thr_kill () from /lib/libc.so.7
core
[05:16:34.078] #0  0x000000082c42d41a in thr_kill () from /lib/libc.so.7
[05:16:34.078] #1  0x000000082c3a6e64 in raise () from /lib/libc.so.7
[05:16:34.078] #2  0x000000082c4576f9 in abort () from /lib/libc.so.7
[05:16:34.078] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:34.078] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:34.078] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:34.078] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:34.078] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8218a4298) at ../src/backe...
[05:16:34.078] #8  0x00000000007d222c in main (argc=4, argv=0x8218a4298) at ../src/backend/main/main.c:196
[05:16:34.331] #0  0x0000000829ef441a in thr_kill () from /lib/libc.so.7
core
[05:16:33.819] #0  0x000000082a34641a in thr_kill () from /lib/libc.so.7
[05:16:33.819] #1  0x000000082a2bfe64 in raise () from /lib/libc.so.7
[05:16:33.819] #2  0x000000082a3706f9 in abort () from /lib/libc.so.7
[05:16:33.819] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:33.819] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:33.819] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:33.819] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:33.819] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8215b0a98) at ../src/backe...
[05:16:33.819] #8  0x00000000007d222c in main (argc=4, argv=0x8215b0a98) at ../src/backend/main/main.c:196
[05:16:34.068] #0  0x000000082c42d41a in thr_kill () from /lib/libc.so.7
core
[05:16:33.554] #0  0x000000082c46841a in thr_kill () from /lib/libc.so.7
[05:16:33.554] #1  0x000000082c3e1e64 in raise () from /lib/libc.so.7
[05:16:33.554] #2  0x000000082c4926f9 in abort () from /lib/libc.so.7
[05:16:33.554] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:33.554] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:33.554] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:33.554] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:33.554] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82187d2d8) at ../src/backe...
[05:16:33.554] #8  0x00000000007d222c in main (argc=4, argv=0x82187d2d8) at ../src/backend/main/main.c:196
[05:16:33.810] #0  0x000000082a34641a in thr_kill () from /lib/libc.so.7
core
[05:16:33.295] #0  0x000000082c2fa41a in thr_kill () from /lib/libc.so.7
[05:16:33.295] #1  0x000000082c273e64 in raise () from /lib/libc.so.7
[05:16:33.295] #2  0x000000082c3246f9 in abort () from /lib/libc.so.7
[05:16:33.295] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:33.295] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:33.295] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:33.295] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:33.295] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820ff2048) at ../src/backe...
[05:16:33.295] #8  0x00000000007d222c in main (argc=4, argv=0x820ff2048) at ../src/backend/main/main.c:196
[05:16:33.545] #0  0x000000082c46841a in thr_kill () from /lib/libc.so.7
core
[05:16:33.025] #0  0x000000082ed7741a in thr_kill () from /lib/libc.so.7
[05:16:33.025] #1  0x000000082ecf0e64 in raise () from /lib/libc.so.7
[05:16:33.025] #2  0x000000082eda16f9 in abort () from /lib/libc.so.7
[05:16:33.025] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:33.025] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:33.025] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:33.025] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:33.025] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82187c6a0) at ../src/backe...
[05:16:33.025] #8  0x00000000007d222c in main (argc=4, argv=0x82187c6a0) at ../src/backend/main/main.c:196
[05:16:33.285] #0  0x000000082c2fa41a in thr_kill () from /lib/libc.so.7
core
[05:16:32.762] #0  0x000000082d21a41a in thr_kill () from /lib/libc.so.7
[05:16:32.762] #1  0x000000082d193e64 in raise () from /lib/libc.so.7
[05:16:32.762] #2  0x000000082d2446f9 in abort () from /lib/libc.so.7
[05:16:32.762] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:32.762] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:32.762] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:32.762] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:32.763] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821b07bf8) at ../src/backe...
[05:16:32.763] #8  0x00000000007d222c in main (argc=4, argv=0x821b07bf8) at ../src/backend/main/main.c:196
[05:16:33.016] #0  0x000000082ed7741a in thr_kill () from /lib/libc.so.7
core
[05:16:32.499] #0  0x000000082d46941a in thr_kill () from /lib/libc.so.7
[05:16:32.499] #1  0x000000082d3e2e64 in raise () from /lib/libc.so.7
[05:16:32.499] #2  0x000000082d4936f9 in abort () from /lib/libc.so.7
[05:16:32.499] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:32.499] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:32.499] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:32.499] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:32.500] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82120a270) at ../src/backe...
[05:16:32.500] #8  0x00000000007d222c in main (argc=4, argv=0x82120a270) at ../src/backend/main/main.c:196
[05:16:32.753] #0  0x000000082d21a41a in thr_kill () from /lib/libc.so.7
core
[05:16:32.229] #0  0x000000082a3e641a in thr_kill () from /lib/libc.so.7
[05:16:32.229] #1  0x000000082a35fe64 in raise () from /lib/libc.so.7
[05:16:32.229] #2  0x000000082a4106f9 in abort () from /lib/libc.so.7
[05:16:32.229] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:32.229] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:32.229] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:32.229] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:32.229] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820e79f50) at ../src/backe...
[05:16:32.229] #8  0x00000000007d222c in main (argc=4, argv=0x820e79f50) at ../src/backend/main/main.c:196
[05:16:32.489] #0  0x000000082d46941a in thr_kill () from /lib/libc.so.7
core
[05:16:31.958] #0  0x000000082b7f041a in thr_kill () from /lib/libc.so.7
[05:16:31.958] #1  0x000000082b769e64 in raise () from /lib/libc.so.7
[05:16:31.958] #2  0x000000082b81a6f9 in abort () from /lib/libc.so.7
[05:16:31.958] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:31.958] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:31.958] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:31.958] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:31.959] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821226448) at ../src/backe...
[05:16:31.959] #8  0x00000000007d222c in main (argc=4, argv=0x821226448) at ../src/backend/main/main.c:196
[05:16:32.220] #0  0x000000082a3e641a in thr_kill () from /lib/libc.so.7
core
[05:16:44.110] #0  0x000000082bdbc41a in thr_kill () from /lib/libc.so.7
[05:16:44.110] #1  0x000000082bd35e64 in raise () from /lib/libc.so.7
[05:16:44.110] #2  0x000000082bde66f9 in abort () from /lib/libc.so.7
[05:16:44.110] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:44.110] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:44.110] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:44.110] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:44.110] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821591708) at ../src/backe...
[05:16:44.110] #8  0x00000000007d222c in main (argc=4, argv=0x821591708) at ../src/backend/main/main.c:196
[05:16:44.367] #0  0x000000082c9b441a in thr_kill () from /lib/libc.so.7
core
[05:16:44.376] #0  0x000000082c9b441a in thr_kill () from /lib/libc.so.7
[05:16:44.376] #1  0x000000082c92de64 in raise () from /lib/libc.so.7
[05:16:44.376] #2  0x000000082c9de6f9 in abort () from /lib/libc.so.7
[05:16:44.376] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:44.376] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:44.376] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:44.376] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:44.377] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82176bb80) at ../src/backe...
[05:16:44.377] #8  0x00000000007d222c in main (argc=4, argv=0x82176bb80) at ../src/backend/main/main.c:196
[05:16:44.633] #0  0x000000082d22b41a in thr_kill () from /lib/libc.so.7
core
[05:16:44.643] #0  0x000000082d22b41a in thr_kill () from /lib/libc.so.7
[05:16:44.643] #1  0x000000082d1a4e64 in raise () from /lib/libc.so.7
[05:16:44.643] #2  0x000000082d2556f9 in abort () from /lib/libc.so.7
[05:16:44.643] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:44.643] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:44.643] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:44.643] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:44.643] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821ae84d0) at ../src/backe...
[05:16:44.643] #8  0x00000000007d222c in main (argc=4, argv=0x821ae84d0) at ../src/backend/main/main.c:196
[05:16:44.899] #0  0x000000082cf7241a in thr_kill () from /lib/libc.so.7
core
[05:16:44.909] #0  0x000000082cf7241a in thr_kill () from /lib/libc.so.7
[05:16:44.909] #1  0x000000082ceebe64 in raise () from /lib/libc.so.7
[05:16:44.909] #2  0x000000082cf9c6f9 in abort () from /lib/libc.so.7
[05:16:44.909] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:44.909] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:44.909] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:44.909] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:44.909] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8215be608) at ../src/backe...
[05:16:44.909] #8  0x00000000007d222c in main (argc=4, argv=0x8215be608) at ../src/backend/main/main.c:196
[05:16:45.161] #0  0x000000082aa9041a in thr_kill () from /lib/libc.so.7
core
[05:16:45.170] #0  0x000000082aa9041a in thr_kill () from /lib/libc.so.7
[05:16:45.170] #1  0x000000082aa09e64 in raise () from /lib/libc.so.7
[05:16:45.170] #2  0x000000082aaba6f9 in abort () from /lib/libc.so.7
[05:16:45.170] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:45.170] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:45.170] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:45.170] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:45.170] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82188b748) at ../src/backe...
[05:16:45.170] #8  0x00000000007d222c in main (argc=4, argv=0x82188b748) at ../src/backend/main/main.c:196
[05:16:45.421] #0  0x000000082d5a641a in thr_kill () from /lib/libc.so.7
core
[05:16:45.430] #0  0x000000082d5a641a in thr_kill () from /lib/libc.so.7
[05:16:45.430] #1  0x000000082d51fe64 in raise () from /lib/libc.so.7
[05:16:45.430] #2  0x000000082d5d06f9 in abort () from /lib/libc.so.7
[05:16:45.430] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:45.430] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:45.430] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:45.430] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:45.430] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821ac4c78) at ../src/backe...
[05:16:45.430] #8  0x00000000007d222c in main (argc=4, argv=0x821ac4c78) at ../src/backend/main/main.c:196
[05:16:45.688] #0  0x000000082c0b541a in thr_kill () from /lib/libc.so.7
core
[05:16:45.697] #0  0x000000082c0b541a in thr_kill () from /lib/libc.so.7
[05:16:45.697] #1  0x000000082c02ee64 in raise () from /lib/libc.so.7
[05:16:45.697] #2  0x000000082c0df6f9 in abort () from /lib/libc.so.7
[05:16:45.697] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:45.697] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:45.697] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:45.697] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:45.697] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820cbb9c0) at ../src/backe...
[05:16:45.697] #8  0x00000000007d222c in main (argc=4, argv=0x820cbb9c0) at ../src/backend/main/main.c:196
[05:16:45.954] #0  0x000000082b9a441a in thr_kill () from /lib/libc.so.7
core
[05:16:45.963] #0  0x000000082b9a441a in thr_kill () from /lib/libc.so.7
[05:16:45.963] #1  0x000000082b91de64 in raise () from /lib/libc.so.7
[05:16:45.963] #2  0x000000082b9ce6f9 in abort () from /lib/libc.so.7
[05:16:45.963] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:45.963] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:45.963] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:45.963] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:45.963] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820e2d450) at ../src/backe...
[05:16:45.963] #8  0x00000000007d222c in main (argc=4, argv=0x820e2d450) at ../src/backend/main/main.c:196
[05:16:46.215] #0  0x000000082be1941a in thr_kill () from /lib/libc.so.7
core
[05:16:46.224] #0  0x000000082be1941a in thr_kill () from /lib/libc.so.7
[05:16:46.224] #1  0x000000082bd92e64 in raise () from /lib/libc.so.7
[05:16:46.224] #2  0x000000082be436f9 in abort () from /lib/libc.so.7
[05:16:46.224] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:46.224] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:46.224] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:46.224] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:46.224] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82154dc50) at ../src/backe...
[05:16:46.224] #8  0x00000000007d222c in main (argc=4, argv=0x82154dc50) at ../src/backend/main/main.c:196
[05:16:46.473] #0  0x0000000829e6c41a in thr_kill () from /lib/libc.so.7
core
[05:16:46.482] #0  0x0000000829e6c41a in thr_kill () from /lib/libc.so.7
[05:16:46.482] #1  0x0000000829de5e64 in raise () from /lib/libc.so.7
[05:16:46.482] #2  0x0000000829e966f9 in abort () from /lib/libc.so.7
[05:16:46.482] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:46.482] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:46.482] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:46.482] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:46.482] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820d81320) at ../src/backe...
[05:16:46.482] #8  0x00000000007d222c in main (argc=4, argv=0x820d81320) at ../src/backend/main/main.c:196
[05:16:46.737] #0  0x000000082ae6b41a in thr_kill () from /lib/libc.so.7
core
[05:16:46.747] #0  0x000000082ae6b41a in thr_kill () from /lib/libc.so.7
[05:16:46.747] #1  0x000000082ade4e64 in raise () from /lib/libc.so.7
[05:16:46.747] #2  0x000000082ae956f9 in abort () from /lib/libc.so.7
[05:16:46.747] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:46.747] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:46.747] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:46.747] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:46.747] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8215c75a0) at ../src/backe...
[05:16:46.747] #8  0x00000000007d222c in main (argc=4, argv=0x8215c75a0) at ../src/backend/main/main.c:196
[05:16:47.002] #0  0x000000082b8af41a in thr_kill () from /lib/libc.so.7
core
[05:16:47.012] #0  0x000000082b8af41a in thr_kill () from /lib/libc.so.7
[05:16:47.012] #1  0x000000082b828e64 in raise () from /lib/libc.so.7
[05:16:47.012] #2  0x000000082b8d96f9 in abort () from /lib/libc.so.7
[05:16:47.012] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:47.012] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:47.012] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:47.012] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:47.012] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8214b0c58) at ../src/backe...
[05:16:47.012] #8  0x00000000007d222c in main (argc=4, argv=0x8214b0c58) at ../src/backend/main/main.c:196
[05:16:47.268] #0  0x000000082adc741a in thr_kill () from /lib/libc.so.7
core
[05:16:47.278] #0  0x000000082adc741a in thr_kill () from /lib/libc.so.7
[05:16:47.278] #1  0x000000082ad40e64 in raise () from /lib/libc.so.7
[05:16:47.278] #2  0x000000082adf16f9 in abort () from /lib/libc.so.7
[05:16:47.278] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:47.278] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:47.278] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:47.278] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:47.279] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820ca07c0) at ../src/backe...
[05:16:47.279] #8  0x00000000007d222c in main (argc=4, argv=0x820ca07c0) at ../src/backend/main/main.c:196
[05:16:47.537] #0  0x000000082b75f41a in thr_kill () from /lib/libc.so.7
core
[05:16:47.547] #0  0x000000082b75f41a in thr_kill () from /lib/libc.so.7
[05:16:47.547] #1  0x000000082b6d8e64 in raise () from /lib/libc.so.7
[05:16:47.547] #2  0x000000082b7896f9 in abort () from /lib/libc.so.7
[05:16:47.547] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:47.547] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:47.547] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:47.547] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:47.547] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8212bd980) at ../src/backe...
[05:16:47.547] #8  0x00000000007d222c in main (argc=4, argv=0x8212bd980) at ../src/backend/main/main.c:196
[05:16:47.804] #0  0x000000082c51941a in thr_kill () from /lib/libc.so.7
core
[05:16:55.790] #0  0x000000082a34341a in thr_kill () from /lib/libc.so.7
[05:16:55.790] #1  0x000000082a2bce64 in raise () from /lib/libc.so.7
[05:16:55.790] #2  0x000000082a36d6f9 in abort () from /lib/libc.so.7
[05:16:55.790] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:55.790] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:55.790] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:55.790] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:55.790] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8218ce960) at ../src/backe...
[05:16:55.790] #8  0x00000000007d222c in main (argc=8, argv=0x8218ce960) at ../src/backend/main/main.c:196
[05:16:56.043] #0  0x000000082b7dd41a in thr_kill () from /lib/libc.so.7
core
[05:16:41.744] #0  0x000000082c54b41a in thr_kill () from /lib/libc.so.7
[05:16:41.744] #1  0x000000082c4c4e64 in raise () from /lib/libc.so.7
[05:16:41.744] #2  0x000000082c5756f9 in abort () from /lib/libc.so.7
[05:16:41.744] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:41.744] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:41.744] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:41.744] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:41.744] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821609518) at ../src/backe...
[05:16:41.744] #8  0x00000000007d222c in main (argc=4, argv=0x821609518) at ../src/backend/main/main.c:196
[05:16:41.994] #0  0x000000082aefe41a in thr_kill () from /lib/libc.so.7
core
[05:16:41.479] #0  0x00000008299d941a in thr_kill () from /lib/libc.so.7
[05:16:41.479] #1  0x0000000829952e64 in raise () from /lib/libc.so.7
[05:16:41.479] #2  0x0000000829a036f9 in abort () from /lib/libc.so.7
[05:16:41.479] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:41.479] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:41.479] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:41.479] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:41.480] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820e86768) at ../src/backe...
[05:16:41.480] #8  0x00000000007d222c in main (argc=4, argv=0x820e86768) at ../src/backend/main/main.c:196
[05:16:41.735] #0  0x000000082c54b41a in thr_kill () from /lib/libc.so.7
core
[05:16:41.215] #0  0x000000082ca7e41a in thr_kill () from /lib/libc.so.7
[05:16:41.215] #1  0x000000082c9f7e64 in raise () from /lib/libc.so.7
[05:16:41.215] #2  0x000000082caa86f9 in abort () from /lib/libc.so.7
[05:16:41.215] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:41.215] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:41.215] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:41.215] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:41.216] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8216960c0) at ../src/backe...
[05:16:41.216] #8  0x00000000007d222c in main (argc=4, argv=0x8216960c0) at ../src/backend/main/main.c:196
[05:16:41.470] #0  0x00000008299d941a in thr_kill () from /lib/libc.so.7
core
[05:16:40.953] #0  0x000000082b8a941a in thr_kill () from /lib/libc.so.7
[05:16:40.953] #1  0x000000082b822e64 in raise () from /lib/libc.so.7
[05:16:40.953] #2  0x000000082b8d36f9 in abort () from /lib/libc.so.7
[05:16:40.953] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:40.953] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:40.953] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:40.953] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:40.954] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821005468) at ../src/backe...
[05:16:40.954] #8  0x00000000007d222c in main (argc=4, argv=0x821005468) at ../src/backend/main/main.c:196
[05:16:41.206] #0  0x000000082ca7e41a in thr_kill () from /lib/libc.so.7
core
[05:16:40.690] #0  0x000000082c79841a in thr_kill () from /lib/libc.so.7
[05:16:40.690] #1  0x000000082c711e64 in raise () from /lib/libc.so.7
[05:16:40.690] #2  0x000000082c7c26f9 in abort () from /lib/libc.so.7
[05:16:40.690] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:40.690] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:40.690] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:40.690] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:40.690] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820d53ec8) at ../src/backe...
[05:16:40.690] #8  0x00000000007d222c in main (argc=4, argv=0x820d53ec8) at ../src/backend/main/main.c:196
[05:16:40.944] #0  0x000000082b8a941a in thr_kill () from /lib/libc.so.7
core
[05:16:40.429] #0  0x000000082e8ad41a in thr_kill () from /lib/libc.so.7
[05:16:40.429] #1  0x000000082e826e64 in raise () from /lib/libc.so.7
[05:16:40.429] #2  0x000000082e8d76f9 in abort () from /lib/libc.so.7
[05:16:40.429] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:40.429] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:40.429] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:40.429] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:40.429] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8217d8420) at ../src/backe...
[05:16:40.429] #8  0x00000000007d222c in main (argc=4, argv=0x8217d8420) at ../src/backend/main/main.c:196
[05:16:40.681] #0  0x000000082c79841a in thr_kill () from /lib/libc.so.7
core
[05:16:40.161] #0  0x000000082c66041a in thr_kill () from /lib/libc.so.7
[05:16:40.161] #1  0x000000082c5d9e64 in raise () from /lib/libc.so.7
[05:16:40.161] #2  0x000000082c68a6f9 in abort () from /lib/libc.so.7
[05:16:40.161] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:40.161] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:40.161] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:40.161] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:40.161] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820fa0c30) at ../src/backe...
[05:16:40.161] #8  0x00000000007d222c in main (argc=4, argv=0x820fa0c30) at ../src/backend/main/main.c:196
[05:16:40.419] #0  0x000000082e8ad41a in thr_kill () from /lib/libc.so.7
core
[05:16:39.895] #0  0x000000082dc3741a in thr_kill () from /lib/libc.so.7
[05:16:39.895] #1  0x000000082dbb0e64 in raise () from /lib/libc.so.7
[05:16:39.895] #2  0x000000082dc616f9 in abort () from /lib/libc.so.7
[05:16:39.895] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:39.895] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:39.895] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:39.895] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:39.895] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82189e5b0) at ../src/backe...
[05:16:39.895] #8  0x00000000007d222c in main (argc=4, argv=0x82189e5b0) at ../src/backend/main/main.c:196
[05:16:40.151] #0  0x000000082c66041a in thr_kill () from /lib/libc.so.7
core
[05:16:42.271] #0  0x0000000828ef741a in thr_kill () from /lib/libc.so.7
[05:16:42.271] #1  0x0000000828e70e64 in raise () from /lib/libc.so.7
[05:16:42.271] #2  0x0000000828f216f9 in abort () from /lib/libc.so.7
[05:16:42.271] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:42.271] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:42.271] #5  0x000000000089bc65 in process_pm_child_exit () at ../src/backend/postmaster/postmaster.c:2523
[05:16:42.271] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1654
[05:16:42.271] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820ce0e28) at ../src/backe...
[05:16:42.271] #8  0x00000000007d222c in main (argc=4, argv=0x820ce0e28) at ../src/backend/main/main.c:196
[05:16:42.523] #0  0x000000082dba041a in thr_kill () from /lib/libc.so.7
core
[05:16:42.532] #0  0x000000082dba041a in thr_kill () from /lib/libc.so.7
[05:16:42.532] #1  0x000000082db19e64 in raise () from /lib/libc.so.7
[05:16:42.532] #2  0x000000082dbca6f9 in abort () from /lib/libc.so.7
[05:16:42.532] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:42.532] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:42.532] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:42.532] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:42.532] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8218f3ad0) at ../src/backe...
[05:16:42.532] #8  0x00000000007d222c in main (argc=4, argv=0x8218f3ad0) at ../src/backend/main/main.c:196
[05:16:42.783] #0  0x000000082b38e41a in thr_kill () from /lib/libc.so.7
core
[05:16:39.628] #0  0x000000082bedf41a in thr_kill () from /lib/libc.so.7
[05:16:39.628] #1  0x000000082be58e64 in raise () from /lib/libc.so.7
[05:16:39.628] #2  0x000000082bf096f9 in abort () from /lib/libc.so.7
[05:16:39.628] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:39.628] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:39.628] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:39.628] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:39.628] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82172a4f0) at ../src/backe...
[05:16:39.628] #8  0x00000000007d222c in main (argc=4, argv=0x82172a4f0) at ../src/backend/main/main.c:196
[05:16:39.885] #0  0x000000082dc3741a in thr_kill () from /lib/libc.so.7
core
[05:16:39.354] #0  0x000000082bbee41a in thr_kill () from /lib/libc.so.7
[05:16:39.354] #1  0x000000082bb67e64 in raise () from /lib/libc.so.7
[05:16:39.354] #2  0x000000082bc186f9 in abort () from /lib/libc.so.7
[05:16:39.354] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:39.354] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:39.354] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:39.354] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:39.355] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821867588) at ../src/backe...
[05:16:39.355] #8  0x00000000007d222c in main (argc=4, argv=0x821867588) at ../src/backend/main/main.c:196
[05:16:39.619] #0  0x000000082bedf41a in thr_kill () from /lib/libc.so.7
core
[05:16:39.086] #0  0x000000082b6c041a in thr_kill () from /lib/libc.so.7
[05:16:39.086] #1  0x000000082b639e64 in raise () from /lib/libc.so.7
[05:16:39.086] #2  0x000000082b6ea6f9 in abort () from /lib/libc.so.7
[05:16:39.086] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:39.086] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:39.086] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:39.086] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:39.087] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821b1a7d0) at ../src/backe...
[05:16:39.087] #8  0x00000000007d222c in main (argc=4, argv=0x821b1a7d0) at ../src/backend/main/main.c:196
[05:16:39.345] #0  0x000000082bbee41a in thr_kill () from /lib/libc.so.7
core
[05:16:38.825] #0  0x000000082ab1a41a in thr_kill () from /lib/libc.so.7
[05:16:38.825] #1  0x000000082aa93e64 in raise () from /lib/libc.so.7
[05:16:38.825] #2  0x000000082ab446f9 in abort () from /lib/libc.so.7
[05:16:38.825] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:38.825] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:38.825] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:38.825] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:38.825] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821253038) at ../src/backe...
[05:16:38.825] #8  0x00000000007d222c in main (argc=4, argv=0x821253038) at ../src/backend/main/main.c:196
[05:16:39.077] #0  0x000000082b6c041a in thr_kill () from /lib/libc.so.7
core
[05:16:38.559] #0  0x000000082b8de41a in thr_kill () from /lib/libc.so.7
[05:16:38.559] #1  0x000000082b857e64 in raise () from /lib/libc.so.7
[05:16:38.559] #2  0x000000082b9086f9 in abort () from /lib/libc.so.7
[05:16:38.559] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:38.559] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:38.559] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:38.559] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:38.559] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82138b560) at ../src/backe...
[05:16:38.559] #8  0x00000000007d222c in main (argc=4, argv=0x82138b560) at ../src/backend/main/main.c:196
[05:16:38.816] #0  0x000000082ab1a41a in thr_kill () from /lib/libc.so.7
core
[05:16:38.291] #0  0x000000082ca2241a in thr_kill () from /lib/libc.so.7
[05:16:38.291] #1  0x000000082c99be64 in raise () from /lib/libc.so.7
[05:16:38.291] #2  0x000000082ca4c6f9 in abort () from /lib/libc.so.7
[05:16:38.291] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:38.291] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:38.291] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:38.291] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:38.291] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820fa0490) at ../src/backe...
[05:16:38.291] #8  0x00000000007d222c in main (argc=4, argv=0x820fa0490) at ../src/backend/main/main.c:196
[05:16:38.549] #0  0x000000082b8de41a in thr_kill () from /lib/libc.so.7
core
[05:16:42.792] #0  0x000000082b38e41a in thr_kill () from /lib/libc.so.7
[05:16:42.792] #1  0x000000082b307e64 in raise () from /lib/libc.so.7
[05:16:42.792] #2  0x000000082b3b86f9 in abort () from /lib/libc.so.7
[05:16:42.792] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:42.792] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:42.792] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:42.792] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:42.793] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82118a200) at ../src/backe...
[05:16:42.793] #8  0x00000000007d222c in main (argc=4, argv=0x82118a200) at ../src/backend/main/main.c:196
[05:16:43.048] #0  0x000000082b72141a in thr_kill () from /lib/libc.so.7
core
[05:16:38.025] #0  0x000000082cae641a in thr_kill () from /lib/libc.so.7
[05:16:38.025] #1  0x000000082ca5fe64 in raise () from /lib/libc.so.7
[05:16:38.025] #2  0x000000082cb106f9 in abort () from /lib/libc.so.7
[05:16:38.025] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:38.025] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:38.025] #5  0x000000000089bc65 in process_pm_child_exit () at ../src/backend/postmaster/postmaster.c:2523
[05:16:38.025] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1654
[05:16:38.025] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821166138) at ../src/backe...
[05:16:38.025] #8  0x00000000007d222c in main (argc=4, argv=0x821166138) at ../src/backend/main/main.c:196
[05:16:38.281] #0  0x000000082ca2241a in thr_kill () from /lib/libc.so.7
core
[05:16:37.760] #0  0x000000082a9a141a in thr_kill () from /lib/libc.so.7
[05:16:37.760] #1  0x000000082a91ae64 in raise () from /lib/libc.so.7
[05:16:37.760] #2  0x000000082a9cb6f9 in abort () from /lib/libc.so.7
[05:16:37.760] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:37.760] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:37.760] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:37.760] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:37.760] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820f037e8) at ../src/backe...
[05:16:37.760] #8  0x00000000007d222c in main (argc=4, argv=0x820f037e8) at ../src/backend/main/main.c:196
[05:16:38.016] #0  0x000000082cae641a in thr_kill () from /lib/libc.so.7
core
[05:16:37.493] #0  0x000000082b24741a in thr_kill () from /lib/libc.so.7
[05:16:37.493] #1  0x000000082b1c0e64 in raise () from /lib/libc.so.7
[05:16:37.493] #2  0x000000082b2716f9 in abort () from /lib/libc.so.7
[05:16:37.493] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:37.493] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:37.493] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:37.493] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:37.494] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8217c6210) at ../src/backe...
[05:16:37.494] #8  0x00000000007d222c in main (argc=4, argv=0x8217c6210) at ../src/backend/main/main.c:196
[05:16:37.751] #0  0x000000082a9a141a in thr_kill () from /lib/libc.so.7
core
[05:16:47.813] #0  0x000000082c51941a in thr_kill () from /lib/libc.so.7
[05:16:47.813] #1  0x000000082c492e64 in raise () from /lib/libc.so.7
[05:16:47.813] #2  0x000000082c5436f9 in abort () from /lib/libc.so.7
[05:16:47.813] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:47.813] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:47.813] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:47.813] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:47.814] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82116f638) at ../src/backe...
[05:16:47.814] #8  0x00000000007d222c in main (argc=4, argv=0x82116f638) at ../src/backend/main/main.c:196
[05:16:48.068] #0  0x000000082ac7b41a in thr_kill () from /lib/libc.so.7
core
[05:16:48.077] #0  0x000000082ac7b41a in thr_kill () from /lib/libc.so.7
[05:16:48.077] #1  0x000000082abf4e64 in raise () from /lib/libc.so.7
[05:16:48.077] #2  0x000000082aca56f9 in abort () from /lib/libc.so.7
[05:16:48.077] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:48.077] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:48.077] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:48.077] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:48.077] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820c0c700) at ../src/backe...
[05:16:48.077] #8  0x00000000007d222c in main (argc=8, argv=0x820c0c700) at ../src/backend/main/main.c:196
[05:16:48.335] #0  0x000000082bac141a in thr_kill () from /lib/libc.so.7
core
[05:16:48.344] #0  0x000000082bac141a in thr_kill () from /lib/libc.so.7
[05:16:48.344] #1  0x000000082ba3ae64 in raise () from /lib/libc.so.7
[05:16:48.344] #2  0x000000082baeb6f9 in abort () from /lib/libc.so.7
[05:16:48.344] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:48.344] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:48.344] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:48.344] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:48.344] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821b94c08) at ../src/backe...
[05:16:48.344] #8  0x00000000007d222c in main (argc=4, argv=0x821b94c08) at ../src/backend/main/main.c:196
[05:16:48.600] #0  0x000000082c00341a in thr_kill () from /lib/libc.so.7
core
[05:16:48.610] #0  0x000000082c00341a in thr_kill () from /lib/libc.so.7
[05:16:48.610] #1  0x000000082bf7ce64 in raise () from /lib/libc.so.7
[05:16:48.610] #2  0x000000082c02d6f9 in abort () from /lib/libc.so.7
[05:16:48.610] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:48.610] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:48.610] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:48.610] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:48.610] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821b633b8) at ../src/backe...
[05:16:48.610] #8  0x00000000007d222c in main (argc=4, argv=0x821b633b8) at ../src/backend/main/main.c:196
[05:16:48.866] #0  0x000000082ae0f41a in thr_kill () from /lib/libc.so.7
core
[05:16:48.876] #0  0x000000082ae0f41a in thr_kill () from /lib/libc.so.7
[05:16:48.876] #1  0x000000082ad88e64 in raise () from /lib/libc.so.7
[05:16:48.876] #2  0x000000082ae396f9 in abort () from /lib/libc.so.7
[05:16:48.876] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:48.876] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:48.876] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:48.876] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:48.876] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820bb7110) at ../src/backe...
[05:16:48.876] #8  0x00000000007d222c in main (argc=4, argv=0x820bb7110) at ../src/backend/main/main.c:196
[05:16:49.138] #0  0x000000082cf1241a in thr_kill () from /lib/libc.so.7
core
[05:16:49.148] #0  0x000000082cf1241a in thr_kill () from /lib/libc.so.7
[05:16:49.148] #1  0x000000082ce8be64 in raise () from /lib/libc.so.7
[05:16:49.148] #2  0x000000082cf3c6f9 in abort () from /lib/libc.so.7
[05:16:49.148] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:49.148] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:49.148] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:49.148] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:49.148] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820c4e268) at ../src/backe...
[05:16:49.148] #8  0x00000000007d222c in main (argc=4, argv=0x820c4e268) at ../src/backend/main/main.c:196
[05:16:49.406] #0  0x000000082dcbe41a in thr_kill () from /lib/libc.so.7
core
[05:16:49.416] #0  0x000000082dcbe41a in thr_kill () from /lib/libc.so.7
[05:16:49.416] #1  0x000000082dc37e64 in raise () from /lib/libc.so.7
[05:16:49.416] #2  0x000000082dce86f9 in abort () from /lib/libc.so.7
[05:16:49.416] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:49.416] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:49.416] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:49.416] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:49.416] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8216961d8) at ../src/backe...
[05:16:49.416] #8  0x00000000007d222c in main (argc=4, argv=0x8216961d8) at ../src/backend/main/main.c:196
[05:16:49.680] #0  0x000000082b12e41a in thr_kill () from /lib/libc.so.7
core
[05:16:49.689] #0  0x000000082b12e41a in thr_kill () from /lib/libc.so.7
[05:16:49.689] #1  0x000000082b0a7e64 in raise () from /lib/libc.so.7
[05:16:49.689] #2  0x000000082b1586f9 in abort () from /lib/libc.so.7
[05:16:49.689] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:49.689] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:49.689] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:49.689] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:49.689] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821575908) at ../src/backe...
[05:16:49.689] #8  0x00000000007d222c in main (argc=4, argv=0x821575908) at ../src/backend/main/main.c:196
[05:16:49.949] #0  0x000000082957041a in thr_kill () from /lib/libc.so.7
core
[05:16:49.958] #0  0x000000082957041a in thr_kill () from /lib/libc.so.7
[05:16:49.958] #1  0x00000008294e9e64 in raise () from /lib/libc.so.7
[05:16:49.958] #2  0x000000082959a6f9 in abort () from /lib/libc.so.7
[05:16:49.958] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:49.958] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:49.958] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:49.958] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:49.958] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8218f6e00) at ../src/backe...
[05:16:49.958] #8  0x00000000007d222c in main (argc=4, argv=0x8218f6e00) at ../src/backend/main/main.c:196
[05:16:50.215] #0  0x000000082a32e41a in thr_kill () from /lib/libc.so.7
core
[05:16:50.224] #0  0x000000082a32e41a in thr_kill () from /lib/libc.so.7
[05:16:50.224] #1  0x000000082a2a7e64 in raise () from /lib/libc.so.7
[05:16:50.224] #2  0x000000082a3586f9 in abort () from /lib/libc.so.7
[05:16:50.224] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:50.224] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:50.224] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:50.224] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:50.225] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8210e4ff8) at ../src/backe...
[05:16:50.225] #8  0x00000000007d222c in main (argc=4, argv=0x8210e4ff8) at ../src/backend/main/main.c:196
[05:16:50.490] #0  0x000000082cc7041a in thr_kill () from /lib/libc.so.7
core
[05:16:50.500] #0  0x000000082cc7041a in thr_kill () from /lib/libc.so.7
[05:16:50.500] #1  0x000000082cbe9e64 in raise () from /lib/libc.so.7
[05:16:50.500] #2  0x000000082cc9a6f9 in abort () from /lib/libc.so.7
[05:16:50.500] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:50.500] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:50.500] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:50.500] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:50.500] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8214ae3b8) at ../src/backe...
[05:16:50.500] #8  0x00000000007d222c in main (argc=4, argv=0x8214ae3b8) at ../src/backend/main/main.c:196
[05:16:50.756] #0  0x000000082dd1041a in thr_kill () from /lib/libc.so.7
core
[05:16:50.766] #0  0x000000082dd1041a in thr_kill () from /lib/libc.so.7
[05:16:50.766] #1  0x000000082dc89e64 in raise () from /lib/libc.so.7
[05:16:50.766] #2  0x000000082dd3a6f9 in abort () from /lib/libc.so.7
[05:16:50.766] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:50.766] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:50.766] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:50.766] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:50.766] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82195acb0) at ../src/backe...
[05:16:50.766] #8  0x00000000007d222c in main (argc=4, argv=0x82195acb0) at ../src/backend/main/main.c:196
[05:16:51.022] #0  0x000000082cf1941a in thr_kill () from /lib/libc.so.7
core
[05:17:04.025] #0  0x000000082bc6941a in thr_kill () from /lib/libc.so.7
[05:17:04.025] #1  0x000000082bbe2e64 in raise () from /lib/libc.so.7
[05:17:04.025] #2  0x000000082bc936f9 in abort () from /lib/libc.so.7
[05:17:04.025] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:04.025] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:04.025] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:04.025] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:04.026] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821546ed8) at ../src/backe...
[05:17:04.026] #8  0x00000000007d222c in main (argc=8, argv=0x821546ed8) at ../src/backend/main/main.c:196
[05:17:04.281] #0  0x000000082b10a41a in thr_kill () from /lib/libc.so.7
core
[05:17:03.763] #0  0x000000082c5b341a in thr_kill () from /lib/libc.so.7
[05:17:03.763] #1  0x000000082c52ce64 in raise () from /lib/libc.so.7
[05:17:03.763] #2  0x000000082c5dd6f9 in abort () from /lib/libc.so.7
[05:17:03.763] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:03.763] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:03.763] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:03.763] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:03.763] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821a31380) at ../src/backe...
[05:17:03.763] #8  0x00000000007d222c in main (argc=8, argv=0x821a31380) at ../src/backend/main/main.c:196
[05:17:04.016] #0  0x000000082bc6941a in thr_kill () from /lib/libc.so.7
core
[05:16:51.032] #0  0x000000082cf1941a in thr_kill () from /lib/libc.so.7
[05:16:51.032] #1  0x000000082ce92e64 in raise () from /lib/libc.so.7
[05:16:51.032] #2  0x000000082cf436f9 in abort () from /lib/libc.so.7
[05:16:51.032] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:51.032] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:51.032] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:51.032] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:51.032] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82143a390) at ../src/backe...
[05:16:51.032] #8  0x00000000007d222c in main (argc=4, argv=0x82143a390) at ../src/backend/main/main.c:196
[05:16:51.292] #0  0x000000082c91341a in thr_kill () from /lib/libc.so.7
core
[05:16:51.301] #0  0x000000082c91341a in thr_kill () from /lib/libc.so.7
[05:16:51.301] #1  0x000000082c88ce64 in raise () from /lib/libc.so.7
[05:16:51.301] #2  0x000000082c93d6f9 in abort () from /lib/libc.so.7
[05:16:51.301] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:51.301] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:51.301] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:51.301] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:51.301] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820f029d0) at ../src/backe...
[05:16:51.301] #8  0x00000000007d222c in main (argc=4, argv=0x820f029d0) at ../src/backend/main/main.c:196
[05:16:51.557] #0  0x000000082bb4d41a in thr_kill () from /lib/libc.so.7
core
[05:16:51.566] #0  0x000000082bb4d41a in thr_kill () from /lib/libc.so.7
[05:16:51.566] #1  0x000000082bac6e64 in raise () from /lib/libc.so.7
[05:16:51.566] #2  0x000000082bb776f9 in abort () from /lib/libc.so.7
[05:16:51.566] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:51.566] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:51.566] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:51.566] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:51.567] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8216bd9f8) at ../src/backe...
[05:16:51.567] #8  0x00000000007d222c in main (argc=4, argv=0x8216bd9f8) at ../src/backend/main/main.c:196
[05:16:51.823] #0  0x000000082aec541a in thr_kill () from /lib/libc.so.7
core
[05:16:51.833] #0  0x000000082aec541a in thr_kill () from /lib/libc.so.7
[05:16:51.833] #1  0x000000082ae3ee64 in raise () from /lib/libc.so.7
[05:16:51.833] #2  0x000000082aeef6f9 in abort () from /lib/libc.so.7
[05:16:51.833] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:51.833] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:51.833] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:51.833] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:51.833] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821733bd8) at ../src/backe...
[05:16:51.833] #8  0x00000000007d222c in main (argc=4, argv=0x821733bd8) at ../src/backend/main/main.c:196
[05:16:52.081] #0  0x000000082d5d541a in thr_kill () from /lib/libc.so.7
core
[05:16:52.090] #0  0x000000082d5d541a in thr_kill () from /lib/libc.so.7
[05:16:52.090] #1  0x000000082d54ee64 in raise () from /lib/libc.so.7
[05:16:52.090] #2  0x000000082d5ff6f9 in abort () from /lib/libc.so.7
[05:16:52.090] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:52.090] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:52.090] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:52.090] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:52.090] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8215123d8) at ../src/backe...
[05:16:52.090] #8  0x00000000007d222c in main (argc=4, argv=0x8215123d8) at ../src/backend/main/main.c:196
[05:16:52.344] #0  0x000000082a3be41a in thr_kill () from /lib/libc.so.7
core
[05:16:52.354] #0  0x000000082a3be41a in thr_kill () from /lib/libc.so.7
[05:16:52.354] #1  0x000000082a337e64 in raise () from /lib/libc.so.7
[05:16:52.354] #2  0x000000082a3e86f9 in abort () from /lib/libc.so.7
[05:16:52.354] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:52.354] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:52.354] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:52.354] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:52.354] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821829650) at ../src/backe...
[05:16:52.354] #8  0x00000000007d222c in main (argc=4, argv=0x821829650) at ../src/backend/main/main.c:196
[05:16:52.605] #0  0x000000082b77a41a in thr_kill () from /lib/libc.so.7
core
[05:16:52.615] #0  0x000000082b77a41a in thr_kill () from /lib/libc.so.7
[05:16:52.615] #1  0x000000082b6f3e64 in raise () from /lib/libc.so.7
[05:16:52.615] #2  0x000000082b7a46f9 in abort () from /lib/libc.so.7
[05:16:52.615] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:52.615] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:52.615] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:52.615] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:52.615] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821155df0) at ../src/backe...
[05:16:52.615] #8  0x00000000007d222c in main (argc=4, argv=0x821155df0) at ../src/backend/main/main.c:196
[05:16:52.867] #0  0x000000082bece41a in thr_kill () from /lib/libc.so.7
core
[05:16:52.876] #0  0x000000082bece41a in thr_kill () from /lib/libc.so.7
[05:16:52.876] #1  0x000000082be47e64 in raise () from /lib/libc.so.7
[05:16:52.876] #2  0x000000082bef86f9 in abort () from /lib/libc.so.7
[05:16:52.876] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:52.876] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:52.876] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:52.876] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:52.876] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x82131a290) at ../src/backe...
[05:16:52.876] #8  0x00000000007d222c in main (argc=8, argv=0x82131a290) at ../src/backend/main/main.c:196
[05:16:53.132] #0  0x000000082b00441a in thr_kill () from /lib/libc.so.7
core
[05:16:53.142] #0  0x000000082b00441a in thr_kill () from /lib/libc.so.7
[05:16:53.142] #1  0x000000082af7de64 in raise () from /lib/libc.so.7
[05:16:53.142] #2  0x000000082b02e6f9 in abort () from /lib/libc.so.7
[05:16:53.142] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:53.142] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:53.142] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:53.142] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:53.142] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820d03a00) at ../src/backe...
[05:16:53.142] #8  0x00000000007d222c in main (argc=4, argv=0x820d03a00) at ../src/backend/main/main.c:196
[05:16:53.402] #0  0x000000082aa5941a in thr_kill () from /lib/libc.so.7
core
[05:16:53.412] #0  0x000000082aa5941a in thr_kill () from /lib/libc.so.7
[05:16:53.412] #1  0x000000082a9d2e64 in raise () from /lib/libc.so.7
[05:16:53.412] #2  0x000000082aa836f9 in abort () from /lib/libc.so.7
[05:16:53.412] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:53.412] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:53.412] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:53.412] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:53.412] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x82178b408) at ../src/backe...
[05:16:53.412] #8  0x00000000007d222c in main (argc=8, argv=0x82178b408) at ../src/backend/main/main.c:196
[05:16:53.677] #0  0x000000082ceaf41a in thr_kill () from /lib/libc.so.7
core
[05:16:53.686] #0  0x000000082ceaf41a in thr_kill () from /lib/libc.so.7
[05:16:53.686] #1  0x000000082ce28e64 in raise () from /lib/libc.so.7
[05:16:53.686] #2  0x000000082ced96f9 in abort () from /lib/libc.so.7
[05:16:53.686] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:53.686] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:53.686] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:53.686] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:53.687] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x82165b6c8) at ../src/backe...
[05:16:53.687] #8  0x00000000007d222c in main (argc=8, argv=0x82165b6c8) at ../src/backend/main/main.c:196
[05:16:53.945] #0  0x000000082c5a941a in thr_kill () from /lib/libc.so.7
core
[05:16:53.955] #0  0x000000082c5a941a in thr_kill () from /lib/libc.so.7
[05:16:53.955] #1  0x000000082c522e64 in raise () from /lib/libc.so.7
[05:16:53.955] #2  0x000000082c5d36f9 in abort () from /lib/libc.so.7
[05:16:53.955] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:53.955] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:53.955] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:53.955] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:53.955] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8211f5790) at ../src/backe...
[05:16:53.955] #8  0x00000000007d222c in main (argc=8, argv=0x8211f5790) at ../src/backend/main/main.c:196
[05:16:54.213] #0  0x000000082c97541a in thr_kill () from /lib/libc.so.7
core
[05:16:54.222] #0  0x000000082c97541a in thr_kill () from /lib/libc.so.7
[05:16:54.222] #1  0x000000082c8eee64 in raise () from /lib/libc.so.7
[05:16:54.222] #2  0x000000082c99f6f9 in abort () from /lib/libc.so.7
[05:16:54.222] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:54.222] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:54.222] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:54.222] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:54.222] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8218e0b08) at ../src/backe...
[05:16:54.222] #8  0x00000000007d222c in main (argc=4, argv=0x8218e0b08) at ../src/backend/main/main.c:196
[05:16:54.476] #0  0x000000082dc1d41a in thr_kill () from /lib/libc.so.7
core
[05:16:54.485] #0  0x000000082dc1d41a in thr_kill () from /lib/libc.so.7
[05:16:54.485] #1  0x000000082db96e64 in raise () from /lib/libc.so.7
[05:16:54.485] #2  0x000000082dc476f9 in abort () from /lib/libc.so.7
[05:16:54.485] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:54.485] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:54.485] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:54.485] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:54.486] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8210efc68) at ../src/backe...
[05:16:54.486] #8  0x00000000007d222c in main (argc=4, argv=0x8210efc68) at ../src/backend/main/main.c:196
[05:16:54.737] #0  0x000000082db7941a in thr_kill () from /lib/libc.so.7
core
[05:16:54.746] #0  0x000000082db7941a in thr_kill () from /lib/libc.so.7
[05:16:54.746] #1  0x000000082daf2e64 in raise () from /lib/libc.so.7
[05:16:54.746] #2  0x000000082dba36f9 in abort () from /lib/libc.so.7
[05:16:54.746] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:54.746] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:54.746] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:54.746] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:54.746] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821894c90) at ../src/backe...
[05:16:54.746] #8  0x00000000007d222c in main (argc=8, argv=0x821894c90) at ../src/backend/main/main.c:196
[05:16:54.994] #0  0x000000082ba7641a in thr_kill () from /lib/libc.so.7
core
[05:16:55.003] #0  0x000000082ba7641a in thr_kill () from /lib/libc.so.7
[05:16:55.003] #1  0x000000082b9efe64 in raise () from /lib/libc.so.7
[05:16:55.003] #2  0x000000082baa06f9 in abort () from /lib/libc.so.7
[05:16:55.003] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:55.003] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:55.003] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:55.003] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:55.003] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820eb7758) at ../src/backe...
[05:16:55.003] #8  0x00000000007d222c in main (argc=8, argv=0x820eb7758) at ../src/backend/main/main.c:196
[05:16:55.253] #0  0x000000082d48d41a in thr_kill () from /lib/libc.so.7
core
[05:16:55.262] #0  0x000000082d48d41a in thr_kill () from /lib/libc.so.7
[05:16:55.262] #1  0x000000082d406e64 in raise () from /lib/libc.so.7
[05:16:55.262] #2  0x000000082d4b76f9 in abort () from /lib/libc.so.7
[05:16:55.262] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:55.262] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:55.262] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:55.262] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:55.262] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821b5ba68) at ../src/backe...
[05:16:55.262] #8  0x00000000007d222c in main (argc=8, argv=0x821b5ba68) at ../src/backend/main/main.c:196
[05:16:55.521] #0  0x000000082a26c41a in thr_kill () from /lib/libc.so.7
core
[05:16:55.530] #0  0x000000082a26c41a in thr_kill () from /lib/libc.so.7
[05:16:55.530] #1  0x000000082a1e5e64 in raise () from /lib/libc.so.7
[05:16:55.530] #2  0x000000082a2966f9 in abort () from /lib/libc.so.7
[05:16:55.530] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:55.530] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:55.530] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:55.530] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:55.531] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821434dc0) at ../src/backe...
[05:16:55.531] #8  0x00000000007d222c in main (argc=8, argv=0x821434dc0) at ../src/backend/main/main.c:196
[05:16:55.780] #0  0x000000082a34341a in thr_kill () from /lib/libc.so.7
core
[05:16:42.004] #0  0x000000082aefe41a in thr_kill () from /lib/libc.so.7
[05:16:42.004] #1  0x000000082ae77e64 in raise () from /lib/libc.so.7
[05:16:42.004] #2  0x000000082af286f9 in abort () from /lib/libc.so.7
[05:16:42.004] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:42.004] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:42.004] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:42.004] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:42.004] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820cbecc0) at ../src/backe...
[05:16:42.004] #8  0x00000000007d222c in main (argc=4, argv=0x820cbecc0) at ../src/backend/main/main.c:196
[05:16:42.261] #0  0x0000000828ef741a in thr_kill () from /lib/libc.so.7
core
[05:16:56.052] #0  0x000000082b7dd41a in thr_kill () from /lib/libc.so.7
[05:16:56.052] #1  0x000000082b756e64 in raise () from /lib/libc.so.7
[05:16:56.052] #2  0x000000082b8076f9 in abort () from /lib/libc.so.7
[05:16:56.052] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:56.052] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:56.052] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:56.052] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:56.052] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8217de3a0) at ../src/backe...
[05:16:56.052] #8  0x00000000007d222c in main (argc=8, argv=0x8217de3a0) at ../src/backend/main/main.c:196
[05:16:56.305] #0  0x000000082e42241a in thr_kill () from /lib/libc.so.7
core
[05:16:56.314] #0  0x000000082e42241a in thr_kill () from /lib/libc.so.7
[05:16:56.314] #1  0x000000082e39be64 in raise () from /lib/libc.so.7
[05:16:56.314] #2  0x000000082e44c6f9 in abort () from /lib/libc.so.7
[05:16:56.314] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:56.314] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:56.314] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:56.314] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:56.314] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821a14760) at ../src/backe...
[05:16:56.314] #8  0x00000000007d222c in main (argc=8, argv=0x821a14760) at ../src/backend/main/main.c:196
[05:16:56.571] #0  0x000000082bcba41a in thr_kill () from /lib/libc.so.7
core
[05:16:56.580] #0  0x000000082bcba41a in thr_kill () from /lib/libc.so.7
[05:16:56.580] #1  0x000000082bc33e64 in raise () from /lib/libc.so.7
[05:16:56.580] #2  0x000000082bce46f9 in abort () from /lib/libc.so.7
[05:16:56.580] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:56.580] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:56.580] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:56.580] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:56.580] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821076f10) at ../src/backe...
[05:16:56.580] #8  0x00000000007d222c in main (argc=8, argv=0x821076f10) at ../src/backend/main/main.c:196
[05:16:56.838] #0  0x000000082c48041a in thr_kill () from /lib/libc.so.7
core
[05:16:56.848] #0  0x000000082c48041a in thr_kill () from /lib/libc.so.7
[05:16:56.848] #1  0x000000082c3f9e64 in raise () from /lib/libc.so.7
[05:16:56.848] #2  0x000000082c4aa6f9 in abort () from /lib/libc.so.7
[05:16:56.848] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:56.848] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:56.848] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:56.848] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:56.848] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821265e20) at ../src/backe...
[05:16:56.848] #8  0x00000000007d222c in main (argc=8, argv=0x821265e20) at ../src/backend/main/main.c:196
[05:16:57.110] #0  0x000000082bb8e41a in thr_kill () from /lib/libc.so.7
core
[05:16:57.119] #0  0x000000082bb8e41a in thr_kill () from /lib/libc.so.7
[05:16:57.119] #1  0x000000082bb07e64 in raise () from /lib/libc.so.7
[05:16:57.119] #2  0x000000082bbb86f9 in abort () from /lib/libc.so.7
[05:16:57.119] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:57.119] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:57.119] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:57.119] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:57.119] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8218e7e78) at ../src/backe...
[05:16:57.119] #8  0x00000000007d222c in main (argc=8, argv=0x8218e7e78) at ../src/backend/main/main.c:196
[05:16:57.373] #0  0x000000082dee741a in thr_kill () from /lib/libc.so.7
core
[05:16:57.382] #0  0x000000082dee741a in thr_kill () from /lib/libc.so.7
[05:16:57.382] #1  0x000000082de60e64 in raise () from /lib/libc.so.7
[05:16:57.382] #2  0x000000082df116f9 in abort () from /lib/libc.so.7
[05:16:57.382] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:57.382] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:57.382] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:57.382] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:57.382] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821493c90) at ../src/backe...
[05:16:57.382] #8  0x00000000007d222c in main (argc=8, argv=0x821493c90) at ../src/backend/main/main.c:196
[05:16:57.645] #0  0x000000082cb7441a in thr_kill () from /lib/libc.so.7
core
[05:16:57.655] #0  0x000000082cb7441a in thr_kill () from /lib/libc.so.7
[05:16:57.655] #1  0x000000082caede64 in raise () from /lib/libc.so.7
[05:16:57.655] #2  0x000000082cb9e6f9 in abort () from /lib/libc.so.7
[05:16:57.655] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:57.655] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:57.655] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:57.655] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:57.655] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x82120f760) at ../src/backe...
[05:16:57.655] #8  0x00000000007d222c in main (argc=8, argv=0x82120f760) at ../src/backend/main/main.c:196
[05:16:57.914] #0  0x000000082ba9b41a in thr_kill () from /lib/libc.so.7
core
[05:16:57.924] #0  0x000000082ba9b41a in thr_kill () from /lib/libc.so.7
[05:16:57.924] #1  0x000000082ba14e64 in raise () from /lib/libc.so.7
[05:16:57.924] #2  0x000000082bac56f9 in abort () from /lib/libc.so.7
[05:16:57.924] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:57.924] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:57.924] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:57.924] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:57.924] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8212cc370) at ../src/backe...
[05:16:57.924] #8  0x00000000007d222c in main (argc=8, argv=0x8212cc370) at ../src/backend/main/main.c:196
[05:16:58.180] #0  0x000000082bafc41a in thr_kill () from /lib/libc.so.7
core
[05:16:58.189] #0  0x000000082bafc41a in thr_kill () from /lib/libc.so.7
[05:16:58.189] #1  0x000000082ba75e64 in raise () from /lib/libc.so.7
[05:16:58.189] #2  0x000000082bb266f9 in abort () from /lib/libc.so.7
[05:16:58.189] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:58.189] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:58.189] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:58.189] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:58.189] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821800758) at ../src/backe...
[05:16:58.189] #8  0x00000000007d222c in main (argc=8, argv=0x821800758) at ../src/backend/main/main.c:196
[05:16:58.440] #0  0x000000082aaae41a in thr_kill () from /lib/libc.so.7
core
[05:16:58.449] #0  0x000000082aaae41a in thr_kill () from /lib/libc.so.7
[05:16:58.449] #1  0x000000082aa27e64 in raise () from /lib/libc.so.7
[05:16:58.449] #2  0x000000082aad86f9 in abort () from /lib/libc.so.7
[05:16:58.449] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:58.449] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:58.449] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:58.449] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:58.450] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x82151d770) at ../src/backe...
[05:16:58.450] #8  0x00000000007d222c in main (argc=8, argv=0x82151d770) at ../src/backend/main/main.c:196
[05:16:58.706] #0  0x000000082cfe941a in thr_kill () from /lib/libc.so.7
core
[05:16:58.715] #0  0x000000082cfe941a in thr_kill () from /lib/libc.so.7
[05:16:58.715] #1  0x000000082cf62e64 in raise () from /lib/libc.so.7
[05:16:58.715] #2  0x000000082d0136f9 in abort () from /lib/libc.so.7
[05:16:58.715] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:58.715] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:58.715] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:58.715] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:58.715] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x82117f4f8) at ../src/backe...
[05:16:58.715] #8  0x00000000007d222c in main (argc=8, argv=0x82117f4f8) at ../src/backend/main/main.c:196
[05:16:58.964] #0  0x000000082b4a241a in thr_kill () from /lib/libc.so.7
core
[05:16:58.973] #0  0x000000082b4a241a in thr_kill () from /lib/libc.so.7
[05:16:58.973] #1  0x000000082b41be64 in raise () from /lib/libc.so.7
[05:16:58.973] #2  0x000000082b4cc6f9 in abort () from /lib/libc.so.7
[05:16:58.973] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:58.973] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:58.973] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:58.973] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:58.973] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820cb0ed0) at ../src/backe...
[05:16:58.973] #8  0x00000000007d222c in main (argc=8, argv=0x820cb0ed0) at ../src/backend/main/main.c:196
[05:16:59.229] #0  0x000000082b68441a in thr_kill () from /lib/libc.so.7
core
[05:16:59.238] #0  0x000000082b68441a in thr_kill () from /lib/libc.so.7
[05:16:59.238] #1  0x000000082b5fde64 in raise () from /lib/libc.so.7
[05:16:59.238] #2  0x000000082b6ae6f9 in abort () from /lib/libc.so.7
[05:16:59.238] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:59.238] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:59.238] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:59.238] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:59.238] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8217b9a28) at ../src/backe...
[05:16:59.238] #8  0x00000000007d222c in main (argc=8, argv=0x8217b9a28) at ../src/backend/main/main.c:196
[05:16:59.492] #0  0x000000082d7de41a in thr_kill () from /lib/libc.so.7
core
[05:16:59.502] #0  0x000000082d7de41a in thr_kill () from /lib/libc.so.7
[05:16:59.502] #1  0x000000082d757e64 in raise () from /lib/libc.so.7
[05:16:59.502] #2  0x000000082d8086f9 in abort () from /lib/libc.so.7
[05:16:59.502] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:59.502] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:59.502] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:59.502] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:59.502] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821a49908) at ../src/backe...
[05:16:59.502] #8  0x00000000007d222c in main (argc=8, argv=0x821a49908) at ../src/backend/main/main.c:196
[05:16:59.753] #0  0x000000082cd4c41a in thr_kill () from /lib/libc.so.7
core
[05:16:59.762] #0  0x000000082cd4c41a in thr_kill () from /lib/libc.so.7
[05:16:59.762] #1  0x000000082ccc5e64 in raise () from /lib/libc.so.7
[05:16:59.762] #2  0x000000082cd766f9 in abort () from /lib/libc.so.7
[05:16:59.762] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:59.762] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:59.762] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:59.762] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:59.762] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821b44e90) at ../src/backe...
[05:16:59.762] #8  0x00000000007d222c in main (argc=8, argv=0x821b44e90) at ../src/backend/main/main.c:196
[05:17:00.013] #0  0x000000082b1f741a in thr_kill () from /lib/libc.so.7
core
[05:17:00.022] #0  0x000000082b1f741a in thr_kill () from /lib/libc.so.7
[05:17:00.022] #1  0x000000082b170e64 in raise () from /lib/libc.so.7
[05:17:00.022] #2  0x000000082b2216f9 in abort () from /lib/libc.so.7
[05:17:00.022] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:00.022] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:00.022] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:00.022] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:00.022] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820bd5e68) at ../src/backe...
[05:17:00.022] #8  0x00000000007d222c in main (argc=8, argv=0x820bd5e68) at ../src/backend/main/main.c:196
[05:17:00.270] #0  0x000000082b5c541a in thr_kill () from /lib/libc.so.7
core
[05:17:00.280] #0  0x000000082b5c541a in thr_kill () from /lib/libc.so.7
[05:17:00.280] #1  0x000000082b53ee64 in raise () from /lib/libc.so.7
[05:17:00.280] #2  0x000000082b5ef6f9 in abort () from /lib/libc.so.7
[05:17:00.280] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:00.280] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:00.280] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:00.280] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:00.280] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x82135b978) at ../src/backe...
[05:17:00.280] #8  0x00000000007d222c in main (argc=8, argv=0x82135b978) at ../src/backend/main/main.c:196
[05:17:00.535] #0  0x000000082a82d41a in thr_kill () from /lib/libc.so.7
core
[05:17:00.544] #0  0x000000082a82d41a in thr_kill () from /lib/libc.so.7
[05:17:00.544] #1  0x000000082a7a6e64 in raise () from /lib/libc.so.7
[05:17:00.544] #2  0x000000082a8576f9 in abort () from /lib/libc.so.7
[05:17:00.544] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:00.544] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:00.544] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:00.544] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:00.544] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820bda6f8) at ../src/backe...
[05:17:00.544] #8  0x00000000007d222c in main (argc=8, argv=0x820bda6f8) at ../src/backend/main/main.c:196
[05:17:00.796] #0  0x000000082df1b41a in thr_kill () from /lib/libc.so.7
core
[05:17:00.806] #0  0x000000082df1b41a in thr_kill () from /lib/libc.so.7
[05:17:00.806] #1  0x000000082de94e64 in raise () from /lib/libc.so.7
[05:17:00.806] #2  0x000000082df456f9 in abort () from /lib/libc.so.7
[05:17:00.806] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:00.806] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:00.806] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:00.806] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:00.806] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821193530) at ../src/backe...
[05:17:00.806] #8  0x00000000007d222c in main (argc=8, argv=0x821193530) at ../src/backend/main/main.c:196
[05:17:01.064] #0  0x000000082a80041a in thr_kill () from /lib/libc.so.7
core
[05:17:01.073] #0  0x000000082a80041a in thr_kill () from /lib/libc.so.7
[05:17:01.073] #1  0x000000082a779e64 in raise () from /lib/libc.so.7
[05:17:01.073] #2  0x000000082a82a6f9 in abort () from /lib/libc.so.7
[05:17:01.073] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:01.073] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:01.073] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:01.073] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:01.073] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821339a68) at ../src/backe...
[05:17:01.073] #8  0x00000000007d222c in main (argc=8, argv=0x821339a68) at ../src/backend/main/main.c:196
[05:17:01.333] #0  0x000000082c58541a in thr_kill () from /lib/libc.so.7
core
[05:17:01.343] #0  0x000000082c58541a in thr_kill () from /lib/libc.so.7
[05:17:01.343] #1  0x000000082c4fee64 in raise () from /lib/libc.so.7
[05:17:01.343] #2  0x000000082c5af6f9 in abort () from /lib/libc.so.7
[05:17:01.343] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:01.343] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:01.343] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:01.343] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:01.343] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821422990) at ../src/backe...
[05:17:01.343] #8  0x00000000007d222c in main (argc=8, argv=0x821422990) at ../src/backend/main/main.c:196
[05:17:01.607] #0  0x000000082c96941a in thr_kill () from /lib/libc.so.7
core
[05:17:01.617] #0  0x000000082c96941a in thr_kill () from /lib/libc.so.7
[05:17:01.617] #1  0x000000082c8e2e64 in raise () from /lib/libc.so.7
[05:17:01.617] #2  0x000000082c9936f9 in abort () from /lib/libc.so.7
[05:17:01.617] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:01.617] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:01.617] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:01.617] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:01.617] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x82109b308) at ../src/backe...
[05:17:01.617] #8  0x00000000007d222c in main (argc=8, argv=0x82109b308) at ../src/backend/main/main.c:196
[05:17:01.877] #0  0x000000082adbb41a in thr_kill () from /lib/libc.so.7
core
[05:17:01.886] #0  0x000000082adbb41a in thr_kill () from /lib/libc.so.7
[05:17:01.886] #1  0x000000082ad34e64 in raise () from /lib/libc.so.7
[05:17:01.886] #2  0x000000082ade56f9 in abort () from /lib/libc.so.7
[05:17:01.886] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:01.886] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:01.886] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:01.886] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:01.886] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821af4c08) at ../src/backe...
[05:17:01.886] #8  0x00000000007d222c in main (argc=8, argv=0x821af4c08) at ../src/backend/main/main.c:196
[05:17:02.147] #0  0x000000082d26541a in thr_kill () from /lib/libc.so.7
core
[05:17:02.157] #0  0x000000082d26541a in thr_kill () from /lib/libc.so.7
[05:17:02.157] #1  0x000000082d1dee64 in raise () from /lib/libc.so.7
[05:17:02.157] #2  0x000000082d28f6f9 in abort () from /lib/libc.so.7
[05:17:02.157] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:02.157] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:02.157] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:02.157] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:02.157] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8219418e0) at ../src/backe...
[05:17:02.157] #8  0x00000000007d222c in main (argc=8, argv=0x8219418e0) at ../src/backend/main/main.c:196
[05:17:02.415] #0  0x000000082a08a41a in thr_kill () from /lib/libc.so.7
core
[05:17:02.424] #0  0x000000082a08a41a in thr_kill () from /lib/libc.so.7
[05:17:02.424] #1  0x000000082a003e64 in raise () from /lib/libc.so.7
[05:17:02.424] #2  0x000000082a0b46f9 in abort () from /lib/libc.so.7
[05:17:02.424] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:02.424] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:02.424] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:02.424] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:02.424] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820fafe08) at ../src/backe...
[05:17:02.424] #8  0x00000000007d222c in main (argc=8, argv=0x820fafe08) at ../src/backend/main/main.c:196
[05:17:02.684] #0  0x000000082c2dc41a in thr_kill () from /lib/libc.so.7
core
[05:17:02.693] #0  0x000000082c2dc41a in thr_kill () from /lib/libc.so.7
[05:17:02.693] #1  0x000000082c255e64 in raise () from /lib/libc.so.7
[05:17:02.693] #2  0x000000082c3066f9 in abort () from /lib/libc.so.7
[05:17:02.693] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:02.693] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:02.693] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:02.693] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:02.693] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820d63008) at ../src/backe...
[05:17:02.693] #8  0x00000000007d222c in main (argc=8, argv=0x820d63008) at ../src/backend/main/main.c:196
[05:17:02.956] #0  0x000000082a6ce41a in thr_kill () from /lib/libc.so.7
core
[05:17:02.965] #0  0x000000082a6ce41a in thr_kill () from /lib/libc.so.7
[05:17:02.965] #1  0x000000082a647e64 in raise () from /lib/libc.so.7
[05:17:02.965] #2  0x000000082a6f86f9 in abort () from /lib/libc.so.7
[05:17:02.965] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:02.965] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:02.965] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:02.965] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:02.965] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821033d38) at ../src/backe...
[05:17:02.965] #8  0x00000000007d222c in main (argc=8, argv=0x821033d38) at ../src/backend/main/main.c:196
[05:17:03.221] #0  0x000000082b1ac41a in thr_kill () from /lib/libc.so.7
core
[05:17:03.230] #0  0x000000082b1ac41a in thr_kill () from /lib/libc.so.7
[05:17:03.230] #1  0x000000082b125e64 in raise () from /lib/libc.so.7
[05:17:03.230] #2  0x000000082b1d66f9 in abort () from /lib/libc.so.7
[05:17:03.230] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:03.230] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:03.230] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:03.230] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:03.230] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820f69530) at ../src/backe...
[05:17:03.230] #8  0x00000000007d222c in main (argc=8, argv=0x820f69530) at ../src/backend/main/main.c:196
[05:17:03.484] #0  0x000000082ed7841a in thr_kill () from /lib/libc.so.7
core
[05:17:03.493] #0  0x000000082ed7841a in thr_kill () from /lib/libc.so.7
[05:17:03.493] #1  0x000000082ecf1e64 in raise () from /lib/libc.so.7
[05:17:03.493] #2  0x000000082eda26f9 in abort () from /lib/libc.so.7
[05:17:03.493] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:03.493] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:03.493] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:03.493] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:03.494] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8219e5330) at ../src/backe...
[05:17:03.494] #8  0x00000000007d222c in main (argc=8, argv=0x8219e5330) at ../src/backend/main/main.c:196
[05:17:03.754] #0  0x000000082c5b341a in thr_kill () from /lib/libc.so.7
core
[05:17:08.472] #0  0x000000082b90041a in thr_kill () from /lib/libc.so.7
[05:17:08.472] #1  0x000000082b879e64 in raise () from /lib/libc.so.7
[05:17:08.472] #2  0x000000082b92a6f9 in abort () from /lib/libc.so.7
[05:17:08.472] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:08.472] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:08.472] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:08.472] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:08.472] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820f63f70) at ../src/backe...
[05:17:08.472] #8  0x00000000007d222c in main (argc=8, argv=0x820f63f70) at ../src/backend/main/main.c:196
[05:17:08.724] #0  0x00000008290a041a in thr_kill () from /lib/libc.so.7
core
[05:17:08.733] #0  0x00000008290a041a in thr_kill () from /lib/libc.so.7
[05:17:08.733] #1  0x0000000829019e64 in raise () from /lib/libc.so.7
[05:17:08.733] #2  0x00000008290ca6f9 in abort () from /lib/libc.so.7
[05:17:08.733] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:08.733] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:08.733] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:08.733] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:08.734] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820f18918) at ../src/backe...
[05:17:08.734] #8  0x00000000007d222c in main (argc=8, argv=0x820f18918) at ../src/backend/main/main.c:196
[05:17:08.987] #0  0x000000082e6fc41a in thr_kill () from /lib/libc.so.7
core
[05:17:06.114] #0  0x000000082bff441a in thr_kill () from /lib/libc.so.7
[05:17:06.114] #1  0x000000082bf6de64 in raise () from /lib/libc.so.7
[05:17:06.114] #2  0x000000082c01e6f9 in abort () from /lib/libc.so.7
[05:17:06.114] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:06.114] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:06.114] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:06.114] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:06.114] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x82119afb8) at ../src/backe...
[05:17:06.114] #8  0x00000000007d222c in main (argc=8, argv=0x82119afb8) at ../src/backend/main/main.c:196
[05:17:06.361] #0  0x000000082b9da41a in thr_kill () from /lib/libc.so.7
core
[05:17:06.627] #0  0x000000082be3141a in thr_kill () from /lib/libc.so.7
[05:17:06.627] #1  0x000000082bdaae64 in raise () from /lib/libc.so.7
[05:17:06.627] #2  0x000000082be5b6f9 in abort () from /lib/libc.so.7
[05:17:06.627] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:06.627] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:06.627] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:06.627] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:06.627] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8218e86f0) at ../src/backe...
[05:17:06.627] #8  0x00000000007d222c in main (argc=8, argv=0x8218e86f0) at ../src/backend/main/main.c:196
[05:17:06.881] #0  0x000000082ba7441a in thr_kill () from /lib/libc.so.7
core
[05:17:05.857] #0  0x000000082d8de41a in thr_kill () from /lib/libc.so.7
[05:17:05.857] #1  0x000000082d857e64 in raise () from /lib/libc.so.7
[05:17:05.857] #2  0x000000082d9086f9 in abort () from /lib/libc.so.7
[05:17:05.857] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:05.857] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:05.857] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:05.857] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:05.857] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820e04200) at ../src/backe...
[05:17:05.857] #8  0x00000000007d222c in main (argc=8, argv=0x820e04200) at ../src/backend/main/main.c:196
[05:17:06.105] #0  0x000000082bff441a in thr_kill () from /lib/libc.so.7
core
[05:17:05.593] #0  0x000000082c11741a in thr_kill () from /lib/libc.so.7
[05:17:05.593] #1  0x000000082c090e64 in raise () from /lib/libc.so.7
[05:17:05.593] #2  0x000000082c1416f9 in abort () from /lib/libc.so.7
[05:17:05.593] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:05.593] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:05.593] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:05.593] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:05.593] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x82173b448) at ../src/backe...
[05:17:05.593] #8  0x00000000007d222c in main (argc=8, argv=0x82173b448) at ../src/backend/main/main.c:196
[05:17:05.848] #0  0x000000082d8de41a in thr_kill () from /lib/libc.so.7
core
[05:17:06.890] #0  0x000000082ba7441a in thr_kill () from /lib/libc.so.7
[05:17:06.890] #1  0x000000082b9ede64 in raise () from /lib/libc.so.7
[05:17:06.890] #2  0x000000082ba9e6f9 in abort () from /lib/libc.so.7
[05:17:06.890] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:06.890] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:06.890] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:06.890] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:06.890] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8215a55e8) at ../src/backe...
[05:17:06.890] #8  0x00000000007d222c in main (argc=8, argv=0x8215a55e8) at ../src/backend/main/main.c:196
[05:17:07.144] #0  0x000000082d50f41a in thr_kill () from /lib/libc.so.7
core
[05:17:05.330] #0  0x000000082c49841a in thr_kill () from /lib/libc.so.7
[05:17:05.330] #1  0x000000082c411e64 in raise () from /lib/libc.so.7
[05:17:05.330] #2  0x000000082c4c26f9 in abort () from /lib/libc.so.7
[05:17:05.330] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:05.330] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:05.330] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:05.330] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:05.331] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820fb6608) at ../src/backe...
[05:17:05.331] #8  0x00000000007d222c in main (argc=8, argv=0x820fb6608) at ../src/backend/main/main.c:196
[05:17:05.584] #0  0x000000082c11741a in thr_kill () from /lib/libc.so.7
core
[05:17:07.153] #0  0x000000082d50f41a in thr_kill () from /lib/libc.so.7
[05:17:07.153] #1  0x000000082d488e64 in raise () from /lib/libc.so.7
[05:17:07.153] #2  0x000000082d5396f9 in abort () from /lib/libc.so.7
[05:17:07.153] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:07.153] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:07.153] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:07.153] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:07.153] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8215dd120) at ../src/backe...
[05:17:07.153] #8  0x00000000007d222c in main (argc=8, argv=0x8215dd120) at ../src/backend/main/main.c:196
[05:17:07.409] #0  0x000000082d29541a in thr_kill () from /lib/libc.so.7
core
[05:17:07.418] #0  0x000000082d29541a in thr_kill () from /lib/libc.so.7
[05:17:07.418] #1  0x000000082d20ee64 in raise () from /lib/libc.so.7
[05:17:07.418] #2  0x000000082d2bf6f9 in abort () from /lib/libc.so.7
[05:17:07.418] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:07.418] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:07.418] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:07.418] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:07.419] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821805530) at ../src/backe...
[05:17:07.419] #8  0x00000000007d222c in main (argc=8, argv=0x821805530) at ../src/backend/main/main.c:196
[05:17:07.679] #0  0x000000082c28c41a in thr_kill () from /lib/libc.so.7
core
[05:17:22.171] #0  0x000000082b4a941a in thr_kill () from /lib/libc.so.7
[05:17:22.171] #1  0x000000082b422e64 in raise () from /lib/libc.so.7
[05:17:22.171] #2  0x000000082b4d36f9 in abort () from /lib/libc.so.7
[05:17:22.171] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:22.171] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:22.171] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:22.171] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:22.171] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820d2cd00) at ../src/backe...
[05:17:22.171] #8  0x00000000007d222c in main (argc=4, argv=0x820d2cd00) at ../src/backend/main/main.c:196
core
[05:17:21.911] #0  0x000000082dda541a in thr_kill () from /lib/libc.so.7
[05:17:21.911] #1  0x000000082dd1ee64 in raise () from /lib/libc.so.7
[05:17:21.911] #2  0x000000082ddcf6f9 in abort () from /lib/libc.so.7
[05:17:21.911] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:21.911] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:21.911] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:21.911] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:21.911] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82158db18) at ../src/backe...
[05:17:21.911] #8  0x00000000007d222c in main (argc=4, argv=0x82158db18) at ../src/backend/main/main.c:196
[05:17:22.162] #0  0x000000082b4a941a in thr_kill () from /lib/libc.so.7
core
[05:17:21.659] #0  0x000000082bfa941a in thr_kill () from /lib/libc.so.7
[05:17:21.659] #1  0x000000082bf22e64 in raise () from /lib/libc.so.7
[05:17:21.659] #2  0x000000082bfd36f9 in abort () from /lib/libc.so.7
[05:17:21.659] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:21.659] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:21.659] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:21.659] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:21.660] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82144cd98) at ../src/backe...
[05:17:21.660] #8  0x00000000007d222c in main (argc=4, argv=0x82144cd98) at ../src/backend/main/main.c:196
[05:17:21.902] #0  0x000000082dda541a in thr_kill () from /lib/libc.so.7
core
[05:17:21.407] #0  0x000000082aba941a in thr_kill () from /lib/libc.so.7
[05:17:21.407] #1  0x000000082ab22e64 in raise () from /lib/libc.so.7
[05:17:21.407] #2  0x000000082abd36f9 in abort () from /lib/libc.so.7
[05:17:21.407] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:21.407] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:21.407] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:21.407] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:21.407] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82164c820) at ../src/backe...
[05:17:21.407] #8  0x00000000007d222c in main (argc=4, argv=0x82164c820) at ../src/backend/main/main.c:196
[05:17:21.650] #0  0x000000082bfa941a in thr_kill () from /lib/libc.so.7
core
[05:17:21.161] #0  0x000000082bba141a in thr_kill () from /lib/libc.so.7
[05:17:21.161] #1  0x000000082bb1ae64 in raise () from /lib/libc.so.7
[05:17:21.161] #2  0x000000082bbcb6f9 in abort () from /lib/libc.so.7
[05:17:21.161] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:21.161] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:21.161] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:21.161] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:21.161] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8211ef478) at ../src/backe...
[05:17:21.161] #8  0x00000000007d222c in main (argc=4, argv=0x8211ef478) at ../src/backend/main/main.c:196
[05:17:21.398] #0  0x000000082aba941a in thr_kill () from /lib/libc.so.7
core
[05:17:07.688] #0  0x000000082c28c41a in thr_kill () from /lib/libc.so.7
[05:17:07.688] #1  0x000000082c205e64 in raise () from /lib/libc.so.7
[05:17:07.688] #2  0x000000082c2b66f9 in abort () from /lib/libc.so.7
[05:17:07.688] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:07.688] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:07.688] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:07.688] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:07.688] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8216bd950) at ../src/backe...
[05:17:07.688] #8  0x00000000007d222c in main (argc=8, argv=0x8216bd950) at ../src/backend/main/main.c:196
[05:17:07.942] #0  0x000000082c32e41a in thr_kill () from /lib/libc.so.7
core
[05:17:20.905] #0  0x000000082d0d741a in thr_kill () from /lib/libc.so.7
[05:17:20.905] #1  0x000000082d050e64 in raise () from /lib/libc.so.7
[05:17:20.905] #2  0x000000082d1016f9 in abort () from /lib/libc.so.7
[05:17:20.905] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:20.905] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:20.905] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:20.905] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:20.905] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8212008e0) at ../src/backe...
[05:17:20.905] #8  0x00000000007d222c in main (argc=4, argv=0x8212008e0) at ../src/backend/main/main.c:196
[05:17:21.152] #0  0x000000082bba141a in thr_kill () from /lib/libc.so.7
core
[05:17:20.656] #0  0x000000082cd1541a in thr_kill () from /lib/libc.so.7
[05:17:20.656] #1  0x000000082cc8ee64 in raise () from /lib/libc.so.7
[05:17:20.656] #2  0x000000082cd3f6f9 in abort () from /lib/libc.so.7
[05:17:20.656] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:20.656] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:20.656] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:20.656] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:20.656] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8211d8040) at ../src/backe...
[05:17:20.656] #8  0x00000000007d222c in main (argc=4, argv=0x8211d8040) at ../src/backend/main/main.c:196
[05:17:20.896] #0  0x000000082d0d741a in thr_kill () from /lib/libc.so.7
core
[05:17:20.396] #0  0x000000082a80541a in thr_kill () from /lib/libc.so.7
[05:17:20.396] #1  0x000000082a77ee64 in raise () from /lib/libc.so.7
[05:17:20.396] #2  0x000000082a82f6f9 in abort () from /lib/libc.so.7
[05:17:20.396] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:20.396] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:20.396] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:20.396] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:20.396] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821ae8fe0) at ../src/backe...
[05:17:20.396] #8  0x00000000007d222c in main (argc=4, argv=0x821ae8fe0) at ../src/backend/main/main.c:196
[05:17:20.647] #0  0x000000082cd1541a in thr_kill () from /lib/libc.so.7
core
[05:17:20.136] #0  0x000000082b7e141a in thr_kill () from /lib/libc.so.7
[05:17:20.136] #1  0x000000082b75ae64 in raise () from /lib/libc.so.7
[05:17:20.136] #2  0x000000082b80b6f9 in abort () from /lib/libc.so.7
[05:17:20.136] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:20.136] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:20.136] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:20.136] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:20.136] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8217a6360) at ../src/backe...
[05:17:20.136] #8  0x00000000007d222c in main (argc=4, argv=0x8217a6360) at ../src/backend/main/main.c:196
[05:17:20.387] #0  0x000000082a80541a in thr_kill () from /lib/libc.so.7
core
[05:17:19.872] #0  0x000000082dc8641a in thr_kill () from /lib/libc.so.7
[05:17:19.872] #1  0x000000082dbffe64 in raise () from /lib/libc.so.7
[05:17:19.872] #2  0x000000082dcb06f9 in abort () from /lib/libc.so.7
[05:17:19.872] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:19.872] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:19.872] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:19.872] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:19.872] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821568050) at ../src/backe...
[05:17:19.872] #8  0x00000000007d222c in main (argc=4, argv=0x821568050) at ../src/backend/main/main.c:196
[05:17:20.126] #0  0x000000082b7e141a in thr_kill () from /lib/libc.so.7
core
[05:17:19.611] #0  0x000000082eaf141a in thr_kill () from /lib/libc.so.7
[05:17:19.611] #1  0x000000082ea6ae64 in raise () from /lib/libc.so.7
[05:17:19.611] #2  0x000000082eb1b6f9 in abort () from /lib/libc.so.7
[05:17:19.611] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:19.611] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:19.611] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:19.611] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:19.612] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820fc5e78) at ../src/backe...
[05:17:19.612] #8  0x00000000007d222c in main (argc=4, argv=0x820fc5e78) at ../src/backend/main/main.c:196
[05:17:19.863] #0  0x000000082dc8641a in thr_kill () from /lib/libc.so.7
core
[05:17:19.347] #0  0x000000082b47741a in thr_kill () from /lib/libc.so.7
[05:17:19.347] #1  0x000000082b3f0e64 in raise () from /lib/libc.so.7
[05:17:19.347] #2  0x000000082b4a16f9 in abort () from /lib/libc.so.7
[05:17:19.347] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:19.347] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:19.347] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:19.347] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:19.347] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820e11aa8) at ../src/backe...
[05:17:19.347] #8  0x00000000007d222c in main (argc=4, argv=0x820e11aa8) at ../src/backend/main/main.c:196
[05:17:19.602] #0  0x000000082eaf141a in thr_kill () from /lib/libc.so.7
core
[05:17:19.085] #0  0x000000082c07b41a in thr_kill () from /lib/libc.so.7
[05:17:19.085] #1  0x000000082bff4e64 in raise () from /lib/libc.so.7
[05:17:19.085] #2  0x000000082c0a56f9 in abort () from /lib/libc.so.7
[05:17:19.085] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:19.085] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:19.085] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:19.085] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:19.085] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820f3bf48) at ../src/backe...
[05:17:19.085] #8  0x00000000007d222c in main (argc=4, argv=0x820f3bf48) at ../src/backend/main/main.c:196
[05:17:19.338] #0  0x000000082b47741a in thr_kill () from /lib/libc.so.7
core
[05:17:07.951] #0  0x000000082c32e41a in thr_kill () from /lib/libc.so.7
[05:17:07.951] #1  0x000000082c2a7e64 in raise () from /lib/libc.so.7
[05:17:07.951] #2  0x000000082c3586f9 in abort () from /lib/libc.so.7
[05:17:07.951] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:07.951] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:07.951] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:07.951] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:07.951] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8214c1b88) at ../src/backe...
[05:17:07.951] #8  0x00000000007d222c in main (argc=8, argv=0x8214c1b88) at ../src/backend/main/main.c:196
[05:17:08.206] #0  0x000000082ab2c41a in thr_kill () from /lib/libc.so.7
core
[05:17:18.824] #0  0x000000082c29741a in thr_kill () from /lib/libc.so.7
[05:17:18.824] #1  0x000000082c210e64 in raise () from /lib/libc.so.7
[05:17:18.824] #2  0x000000082c2c16f9 in abort () from /lib/libc.so.7
[05:17:18.824] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:18.824] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:18.824] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:18.824] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:18.824] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821287610) at ../src/backe...
[05:17:18.824] #8  0x00000000007d222c in main (argc=4, argv=0x821287610) at ../src/backend/main/main.c:196
[05:17:19.076] #0  0x000000082c07b41a in thr_kill () from /lib/libc.so.7
core
[05:17:18.561] #0  0x000000082d16a41a in thr_kill () from /lib/libc.so.7
[05:17:18.561] #1  0x000000082d0e3e64 in raise () from /lib/libc.so.7
[05:17:18.561] #2  0x000000082d1946f9 in abort () from /lib/libc.so.7
[05:17:18.561] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:18.561] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:18.561] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:18.561] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:18.561] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82133cc20) at ../src/backe...
[05:17:18.561] #8  0x00000000007d222c in main (argc=4, argv=0x82133cc20) at ../src/backend/main/main.c:196
[05:17:18.815] #0  0x000000082c29741a in thr_kill () from /lib/libc.so.7
core
[05:17:18.296] #0  0x000000082be5c41a in thr_kill () from /lib/libc.so.7
[05:17:18.296] #1  0x000000082bdd5e64 in raise () from /lib/libc.so.7
[05:17:18.296] #2  0x000000082be866f9 in abort () from /lib/libc.so.7
[05:17:18.296] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:18.296] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:18.296] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:18.296] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:18.296] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82111f8a8) at ../src/backe...
[05:17:18.296] #8  0x00000000007d222c in main (argc=4, argv=0x82111f8a8) at ../src/backend/main/main.c:196
[05:17:18.551] #0  0x000000082d16a41a in thr_kill () from /lib/libc.so.7
core
[05:17:18.041] #0  0x000000082bf9d41a in thr_kill () from /lib/libc.so.7
[05:17:18.041] #1  0x000000082bf16e64 in raise () from /lib/libc.so.7
[05:17:18.041] #2  0x000000082bfc76f9 in abort () from /lib/libc.so.7
[05:17:18.041] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:18.041] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:18.041] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:18.041] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:18.041] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8211f5dc8) at ../src/backe...
[05:17:18.041] #8  0x00000000007d222c in main (argc=4, argv=0x8211f5dc8) at ../src/backend/main/main.c:196
[05:17:18.287] #0  0x000000082be5c41a in thr_kill () from /lib/libc.so.7
core
[05:17:17.784] #0  0x000000082aa0b41a in thr_kill () from /lib/libc.so.7
[05:17:17.784] #1  0x000000082a984e64 in raise () from /lib/libc.so.7
[05:17:17.784] #2  0x000000082aa356f9 in abort () from /lib/libc.so.7
[05:17:17.784] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:17.784] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:17.784] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:17.784] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:17.784] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82171b8e0) at ../src/backe...
[05:17:17.784] #8  0x00000000007d222c in main (argc=4, argv=0x82171b8e0) at ../src/backend/main/main.c:196
[05:17:18.032] #0  0x000000082bf9d41a in thr_kill () from /lib/libc.so.7
core
[05:17:17.523] #0  0x000000082b15941a in thr_kill () from /lib/libc.so.7
[05:17:17.523] #1  0x000000082b0d2e64 in raise () from /lib/libc.so.7
[05:17:17.523] #2  0x000000082b1836f9 in abort () from /lib/libc.so.7
[05:17:17.523] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:17.523] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:17.523] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:17.523] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:17.523] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821481f80) at ../src/backe...
[05:17:17.523] #8  0x00000000007d222c in main (argc=4, argv=0x821481f80) at ../src/backend/main/main.c:196
[05:17:17.775] #0  0x000000082aa0b41a in thr_kill () from /lib/libc.so.7
core
[05:17:17.261] #0  0x000000082bdb841a in thr_kill () from /lib/libc.so.7
[05:17:17.261] #1  0x000000082bd31e64 in raise () from /lib/libc.so.7
[05:17:17.261] #2  0x000000082bde26f9 in abort () from /lib/libc.so.7
[05:17:17.261] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:17.261] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:17.261] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:17.261] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:17.261] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821716ed8) at ../src/backe...
[05:17:17.261] #8  0x00000000007d222c in main (argc=4, argv=0x821716ed8) at ../src/backend/main/main.c:196
[05:17:17.514] #0  0x000000082b15941a in thr_kill () from /lib/libc.so.7
core
[05:17:16.998] #0  0x000000082a43d41a in thr_kill () from /lib/libc.so.7
[05:17:16.998] #1  0x000000082a3b6e64 in raise () from /lib/libc.so.7
[05:17:16.998] #2  0x000000082a4676f9 in abort () from /lib/libc.so.7
[05:17:16.998] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:16.998] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:16.998] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:16.998] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:16.998] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8210afba0) at ../src/backe...
[05:17:16.998] #8  0x00000000007d222c in main (argc=4, argv=0x8210afba0) at ../src/backend/main/main.c:196
[05:17:17.252] #0  0x000000082bdb841a in thr_kill () from /lib/libc.so.7
core
[05:17:05.074] #0  0x00000008282fa41a in thr_kill () from /lib/libc.so.7
[05:17:05.074] #1  0x0000000828273e64 in raise () from /lib/libc.so.7
[05:17:05.074] #2  0x00000008283246f9 in abort () from /lib/libc.so.7
[05:17:05.074] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:05.074] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:05.074] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:05.074] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:05.074] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820eacfa0) at ../src/backe...
[05:17:05.074] #8  0x00000000007d222c in main (argc=8, argv=0x820eacfa0) at ../src/backend/main/main.c:196
[05:17:05.321] #0  0x000000082c49841a in thr_kill () from /lib/libc.so.7
core
[05:17:16.740] #0  0x000000082b45941a in thr_kill () from /lib/libc.so.7
[05:17:16.740] #1  0x000000082b3d2e64 in raise () from /lib/libc.so.7
[05:17:16.740] #2  0x000000082b4836f9 in abort () from /lib/libc.so.7
[05:17:16.740] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:16.740] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:16.740] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:16.740] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:16.740] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820e704d8) at ../src/backe...
[05:17:16.740] #8  0x00000000007d222c in main (argc=4, argv=0x820e704d8) at ../src/backend/main/main.c:196
[05:17:16.989] #0  0x000000082a43d41a in thr_kill () from /lib/libc.so.7
core
[05:17:08.215] #0  0x000000082ab2c41a in thr_kill () from /lib/libc.so.7
[05:17:08.215] #1  0x000000082aaa5e64 in raise () from /lib/libc.so.7
[05:17:08.215] #2  0x000000082ab566f9 in abort () from /lib/libc.so.7
[05:17:08.215] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:08.215] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:08.215] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:08.215] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:08.215] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821113bd0) at ../src/backe...
[05:17:08.215] #8  0x00000000007d222c in main (argc=8, argv=0x821113bd0) at ../src/backend/main/main.c:196
[05:17:08.463] #0  0x000000082b90041a in thr_kill () from /lib/libc.so.7
core
[05:17:16.481] #0  0x000000082b25741a in thr_kill () from /lib/libc.so.7
[05:17:16.481] #1  0x000000082b1d0e64 in raise () from /lib/libc.so.7
[05:17:16.481] #2  0x000000082b2816f9 in abort () from /lib/libc.so.7
[05:17:16.481] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:16.481] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:16.481] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:16.481] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:16.481] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x82144b400) at ../src/backe...
[05:17:16.481] #8  0x00000000007d222c in main (argc=8, argv=0x82144b400) at ../src/backend/main/main.c:196
[05:17:16.731] #0  0x000000082b45941a in thr_kill () from /lib/libc.so.7
core
[05:17:16.209] #0  0x000000082c4bf41a in thr_kill () from /lib/libc.so.7
[05:17:16.209] #1  0x000000082c438e64 in raise () from /lib/libc.so.7
[05:17:16.209] #2  0x000000082c4e96f9 in abort () from /lib/libc.so.7
[05:17:16.209] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:16.209] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:16.209] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:16.209] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:16.209] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820e3ffe0) at ../src/backe...
[05:17:16.209] #8  0x00000000007d222c in main (argc=8, argv=0x820e3ffe0) at ../src/backend/main/main.c:196
[05:17:16.471] #0  0x000000082b25741a in thr_kill () from /lib/libc.so.7
core
[05:17:15.953] #0  0x000000082a5d541a in thr_kill () from /lib/libc.so.7
[05:17:15.953] #1  0x000000082a54ee64 in raise () from /lib/libc.so.7
[05:17:15.953] #2  0x000000082a5ff6f9 in abort () from /lib/libc.so.7
[05:17:15.953] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:15.953] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:15.953] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:15.953] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:15.953] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8215ef5d8) at ../src/backe...
[05:17:15.953] #8  0x00000000007d222c in main (argc=8, argv=0x8215ef5d8) at ../src/backend/main/main.c:196
[05:17:16.200] #0  0x000000082c4bf41a in thr_kill () from /lib/libc.so.7
core
[05:17:15.691] #0  0x000000082cb0d41a in thr_kill () from /lib/libc.so.7
[05:17:15.691] #1  0x000000082ca86e64 in raise () from /lib/libc.so.7
[05:17:15.691] #2  0x000000082cb376f9 in abort () from /lib/libc.so.7
[05:17:15.691] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:15.691] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:15.691] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:15.691] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:15.691] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8216af620) at ../src/backe...
[05:17:15.691] #8  0x00000000007d222c in main (argc=8, argv=0x8216af620) at ../src/backend/main/main.c:196
[05:17:15.944] #0  0x000000082a5d541a in thr_kill () from /lib/libc.so.7
core
[05:17:15.424] #0  0x000000082b79541a in thr_kill () from /lib/libc.so.7
[05:17:15.424] #1  0x000000082b70ee64 in raise () from /lib/libc.so.7
[05:17:15.424] #2  0x000000082b7bf6f9 in abort () from /lib/libc.so.7
[05:17:15.424] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:15.424] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:15.424] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:15.424] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:15.424] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821686680) at ../src/backe...
[05:17:15.424] #8  0x00000000007d222c in main (argc=8, argv=0x821686680) at ../src/backend/main/main.c:196
[05:17:15.682] #0  0x000000082cb0d41a in thr_kill () from /lib/libc.so.7
core
[05:17:15.156] #0  0x0000000829af541a in thr_kill () from /lib/libc.so.7
[05:17:15.156] #1  0x0000000829a6ee64 in raise () from /lib/libc.so.7
[05:17:15.156] #2  0x0000000829b1f6f9 in abort () from /lib/libc.so.7
[05:17:15.156] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:15.156] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:15.156] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:15.156] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:15.156] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820f2bcc0) at ../src/backe...
[05:17:15.156] #8  0x00000000007d222c in main (argc=8, argv=0x820f2bcc0) at ../src/backend/main/main.c:196
[05:17:15.414] #0  0x000000082b79541a in thr_kill () from /lib/libc.so.7
core
[05:17:14.886] #0  0x000000082ba8a41a in thr_kill () from /lib/libc.so.7
[05:17:14.886] #1  0x000000082ba03e64 in raise () from /lib/libc.so.7
[05:17:14.886] #2  0x000000082bab46f9 in abort () from /lib/libc.so.7
[05:17:14.886] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:14.886] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:14.886] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:14.886] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:14.886] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x82190ddb0) at ../src/backe...
[05:17:14.886] #8  0x00000000007d222c in main (argc=8, argv=0x82190ddb0) at ../src/backend/main/main.c:196
[05:17:15.146] #0  0x0000000829af541a in thr_kill () from /lib/libc.so.7
core
[05:17:14.605] #0  0x000000082be9141a in thr_kill () from /lib/libc.so.7
[05:17:14.605] #1  0x000000082be0ae64 in raise () from /lib/libc.so.7
[05:17:14.605] #2  0x000000082bebb6f9 in abort () from /lib/libc.so.7
[05:17:14.605] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:14.605] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:14.605] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:14.605] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:14.605] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8217403b0) at ../src/backe...
[05:17:14.605] #8  0x00000000007d222c in main (argc=8, argv=0x8217403b0) at ../src/backend/main/main.c:196
[05:17:14.876] #0  0x000000082ba8a41a in thr_kill () from /lib/libc.so.7
core
[05:17:14.334] #0  0x000000082c43941a in thr_kill () from /lib/libc.so.7
[05:17:14.334] #1  0x000000082c3b2e64 in raise () from /lib/libc.so.7
[05:17:14.334] #2  0x000000082c4636f9 in abort () from /lib/libc.so.7
[05:17:14.334] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:14.334] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:14.334] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:14.334] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:14.334] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8218abe28) at ../src/backe...
[05:17:14.334] #8  0x00000000007d222c in main (argc=8, argv=0x8218abe28) at ../src/backend/main/main.c:196
[05:17:14.595] #0  0x000000082be9141a in thr_kill () from /lib/libc.so.7
core
[05:17:14.058] #0  0x000000082d65341a in thr_kill () from /lib/libc.so.7
[05:17:14.058] #1  0x000000082d5cce64 in raise () from /lib/libc.so.7
[05:17:14.058] #2  0x000000082d67d6f9 in abort () from /lib/libc.so.7
[05:17:14.058] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:14.058] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:14.058] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:14.058] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:14.058] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821939948) at ../src/backe...
[05:17:14.058] #8  0x00000000007d222c in main (argc=8, argv=0x821939948) at ../src/backend/main/main.c:196
[05:17:14.324] #0  0x000000082c43941a in thr_kill () from /lib/libc.so.7
core
[05:17:13.782] #0  0x000000082ee0241a in thr_kill () from /lib/libc.so.7
[05:17:13.782] #1  0x000000082ed7be64 in raise () from /lib/libc.so.7
[05:17:13.782] #2  0x000000082ee2c6f9 in abort () from /lib/libc.so.7
[05:17:13.782] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:13.782] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:13.782] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:13.782] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:13.782] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821660a18) at ../src/backe...
[05:17:13.782] #8  0x00000000007d222c in main (argc=8, argv=0x821660a18) at ../src/backend/main/main.c:196
[05:17:14.048] #0  0x000000082d65341a in thr_kill () from /lib/libc.so.7
core
[05:17:13.517] #0  0x0000000829e9d41a in thr_kill () from /lib/libc.so.7
[05:17:13.517] #1  0x0000000829e16e64 in raise () from /lib/libc.so.7
[05:17:13.517] #2  0x0000000829ec76f9 in abort () from /lib/libc.so.7
[05:17:13.517] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:13.517] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:13.517] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:13.517] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:13.517] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8217c79d8) at ../src/backe...
[05:17:13.517] #8  0x00000000007d222c in main (argc=8, argv=0x8217c79d8) at ../src/backend/main/main.c:196
[05:17:13.773] #0  0x000000082ee0241a in thr_kill () from /lib/libc.so.7
core
[05:17:13.247] #0  0x000000082d39141a in thr_kill () from /lib/libc.so.7
[05:17:13.247] #1  0x000000082d30ae64 in raise () from /lib/libc.so.7
[05:17:13.247] #2  0x000000082d3bb6f9 in abort () from /lib/libc.so.7
[05:17:13.247] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:13.247] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:13.247] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:13.247] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:13.247] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x82124dfc8) at ../src/backe...
[05:17:13.247] #8  0x00000000007d222c in main (argc=8, argv=0x82124dfc8) at ../src/backend/main/main.c:196
[05:17:13.507] #0  0x0000000829e9d41a in thr_kill () from /lib/libc.so.7
core
[05:17:12.977] #0  0x000000082af3141a in thr_kill () from /lib/libc.so.7
[05:17:12.977] #1  0x000000082aeaae64 in raise () from /lib/libc.so.7
[05:17:12.977] #2  0x000000082af5b6f9 in abort () from /lib/libc.so.7
[05:17:12.977] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:12.977] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:12.977] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:12.977] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:12.977] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821a04290) at ../src/backe...
[05:17:12.977] #8  0x00000000007d222c in main (argc=8, argv=0x821a04290) at ../src/backend/main/main.c:196
[05:17:13.237] #0  0x000000082d39141a in thr_kill () from /lib/libc.so.7
core
[05:17:12.714] #0  0x000000082c8bb41a in thr_kill () from /lib/libc.so.7
[05:17:12.714] #1  0x000000082c834e64 in raise () from /lib/libc.so.7
[05:17:12.714] #2  0x000000082c8e56f9 in abort () from /lib/libc.so.7
[05:17:12.714] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:12.714] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:12.714] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:12.714] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:12.714] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x82134c150) at ../src/backe...
[05:17:12.714] #8  0x00000000007d222c in main (argc=8, argv=0x82134c150) at ../src/backend/main/main.c:196
[05:17:12.968] #0  0x000000082af3141a in thr_kill () from /lib/libc.so.7
core
[05:17:12.440] #0  0x000000082a49a41a in thr_kill () from /lib/libc.so.7
[05:17:12.440] #1  0x000000082a413e64 in raise () from /lib/libc.so.7
[05:17:12.440] #2  0x000000082a4c46f9 in abort () from /lib/libc.so.7
[05:17:12.440] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:12.440] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:12.440] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:12.440] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:12.440] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821385b78) at ../src/backe...
[05:17:12.440] #8  0x00000000007d222c in main (argc=8, argv=0x821385b78) at ../src/backend/main/main.c:196
[05:17:12.704] #0  0x000000082c8bb41a in thr_kill () from /lib/libc.so.7
core
[05:17:12.180] #0  0x000000082ba6341a in thr_kill () from /lib/libc.so.7
[05:17:12.180] #1  0x000000082b9dce64 in raise () from /lib/libc.so.7
[05:17:12.180] #2  0x000000082ba8d6f9 in abort () from /lib/libc.so.7
[05:17:12.180] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:12.180] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:12.180] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:12.180] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:12.181] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820e124a0) at ../src/backe...
[05:17:12.181] #8  0x00000000007d222c in main (argc=8, argv=0x820e124a0) at ../src/backend/main/main.c:196
[05:17:12.430] #0  0x000000082a49a41a in thr_kill () from /lib/libc.so.7
core
[05:17:11.920] #0  0x000000082cffb41a in thr_kill () from /lib/libc.so.7
[05:17:11.920] #1  0x000000082cf74e64 in raise () from /lib/libc.so.7
[05:17:11.920] #2  0x000000082d0256f9 in abort () from /lib/libc.so.7
[05:17:11.920] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:11.920] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:11.920] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:11.920] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:11.920] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x82104b8a0) at ../src/backe...
[05:17:11.920] #8  0x00000000007d222c in main (argc=8, argv=0x82104b8a0) at ../src/backend/main/main.c:196
[05:17:12.172] #0  0x000000082ba6341a in thr_kill () from /lib/libc.so.7
core
[05:17:11.659] #0  0x000000082c49141a in thr_kill () from /lib/libc.so.7
[05:17:11.659] #1  0x000000082c40ae64 in raise () from /lib/libc.so.7
[05:17:11.659] #2  0x000000082c4bb6f9 in abort () from /lib/libc.so.7
[05:17:11.659] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:11.659] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:11.659] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:11.659] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:11.659] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8214b1b18) at ../src/backe...
[05:17:11.659] #8  0x00000000007d222c in main (argc=8, argv=0x8214b1b18) at ../src/backend/main/main.c:196
[05:17:11.911] #0  0x000000082cffb41a in thr_kill () from /lib/libc.so.7
core
[05:17:11.392] #0  0x000000082b19741a in thr_kill () from /lib/libc.so.7
[05:17:11.392] #1  0x000000082b110e64 in raise () from /lib/libc.so.7
[05:17:11.392] #2  0x000000082b1c16f9 in abort () from /lib/libc.so.7
[05:17:11.392] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:11.392] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:11.392] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:11.392] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:11.392] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821195e40) at ../src/backe...
[05:17:11.392] #8  0x00000000007d222c in main (argc=8, argv=0x821195e40) at ../src/backend/main/main.c:196
[05:17:11.649] #0  0x000000082c49141a in thr_kill () from /lib/libc.so.7
core
[05:17:11.126] #0  0x000000082ae2941a in thr_kill () from /lib/libc.so.7
[05:17:11.126] #1  0x000000082ada2e64 in raise () from /lib/libc.so.7
[05:17:11.126] #2  0x000000082ae536f9 in abort () from /lib/libc.so.7
[05:17:11.126] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:11.126] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:11.126] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:11.126] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:11.126] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821265b18) at ../src/backe...
[05:17:11.126] #8  0x00000000007d222c in main (argc=8, argv=0x821265b18) at ../src/backend/main/main.c:196
[05:17:11.383] #0  0x000000082b19741a in thr_kill () from /lib/libc.so.7
core
[05:17:04.816] #0  0x000000082cc1141a in thr_kill () from /lib/libc.so.7
[05:17:04.816] #1  0x000000082cb8ae64 in raise () from /lib/libc.so.7
[05:17:04.816] #2  0x000000082cc3b6f9 in abort () from /lib/libc.so.7
[05:17:04.816] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:04.816] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:04.816] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:04.816] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:04.816] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821b19900) at ../src/backe...
[05:17:04.816] #8  0x00000000007d222c in main (argc=8, argv=0x821b19900) at ../src/backend/main/main.c:196
[05:17:05.064] #0  0x00000008282fa41a in thr_kill () from /lib/libc.so.7
core
[05:17:10.855] #0  0x000000082ba0b41a in thr_kill () from /lib/libc.so.7
[05:17:10.855] #1  0x000000082b984e64 in raise () from /lib/libc.so.7
[05:17:10.855] #2  0x000000082ba356f9 in abort () from /lib/libc.so.7
[05:17:10.855] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:10.855] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:10.855] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:10.855] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:10.855] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821abd9c8) at ../src/backe...
[05:17:10.855] #8  0x00000000007d222c in main (argc=8, argv=0x821abd9c8) at ../src/backend/main/main.c:196
[05:17:11.117] #0  0x000000082ae2941a in thr_kill () from /lib/libc.so.7
core
[05:17:10.587] #0  0x000000082a9a941a in thr_kill () from /lib/libc.so.7
[05:17:10.587] #1  0x000000082a922e64 in raise () from /lib/libc.so.7
[05:17:10.587] #2  0x000000082a9d36f9 in abort () from /lib/libc.so.7
[05:17:10.587] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:10.587] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:10.587] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:10.587] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:10.587] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8212ad618) at ../src/backe...
[05:17:10.587] #8  0x00000000007d222c in main (argc=8, argv=0x8212ad618) at ../src/backend/main/main.c:196
[05:17:10.845] #0  0x000000082ba0b41a in thr_kill () from /lib/libc.so.7
core
[05:17:04.559] #0  0x000000082af8941a in thr_kill () from /lib/libc.so.7
[05:17:04.559] #1  0x000000082af02e64 in raise () from /lib/libc.so.7
[05:17:04.559] #2  0x000000082afb36f9 in abort () from /lib/libc.so.7
[05:17:04.559] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:04.559] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:04.559] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:04.559] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:04.559] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821a258a8) at ../src/backe...
[05:17:04.559] #8  0x00000000007d222c in main (argc=8, argv=0x821a258a8) at ../src/backend/main/main.c:196
[05:17:04.807] #0  0x000000082cc1141a in thr_kill () from /lib/libc.so.7
core
[05:17:10.318] #0  0x000000082d05f41a in thr_kill () from /lib/libc.so.7
[05:17:10.318] #1  0x000000082cfd8e64 in raise () from /lib/libc.so.7
[05:17:10.318] #2  0x000000082d0896f9 in abort () from /lib/libc.so.7
[05:17:10.318] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:10.318] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:10.318] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:10.318] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:10.319] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821048870) at ../src/backe...
[05:17:10.319] #8  0x00000000007d222c in main (argc=8, argv=0x821048870) at ../src/backend/main/main.c:196
[05:17:10.578] #0  0x000000082a9a941a in thr_kill () from /lib/libc.so.7
core
[05:17:10.052] #0  0x000000082bfd441a in thr_kill () from /lib/libc.so.7
[05:17:10.052] #1  0x000000082bf4de64 in raise () from /lib/libc.so.7
[05:17:10.052] #2  0x000000082bffe6f9 in abort () from /lib/libc.so.7
[05:17:10.052] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:10.052] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:10.052] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:10.052] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:10.052] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821afe650) at ../src/backe...
[05:17:10.052] #8  0x00000000007d222c in main (argc=8, argv=0x821afe650) at ../src/backend/main/main.c:196
[05:17:10.309] #0  0x000000082d05f41a in thr_kill () from /lib/libc.so.7
core
[05:17:09.788] #0  0x000000082c47341a in thr_kill () from /lib/libc.so.7
[05:17:09.788] #1  0x000000082c3ece64 in raise () from /lib/libc.so.7
[05:17:09.788] #2  0x000000082c49d6f9 in abort () from /lib/libc.so.7
[05:17:09.788] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:09.788] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:09.788] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:09.788] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:09.788] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8216f01b8) at ../src/backe...
[05:17:09.788] #8  0x00000000007d222c in main (argc=8, argv=0x8216f01b8) at ../src/backend/main/main.c:196
[05:17:10.043] #0  0x000000082bfd441a in thr_kill () from /lib/libc.so.7
core
[05:17:09.528] #0  0x000000082d82541a in thr_kill () from /lib/libc.so.7
[05:17:09.528] #1  0x000000082d79ee64 in raise () from /lib/libc.so.7
[05:17:09.528] #2  0x000000082d84f6f9 in abort () from /lib/libc.so.7
[05:17:09.528] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:09.528] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:09.528] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:09.528] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:09.528] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821b27eb0) at ../src/backe...
[05:17:09.528] #8  0x00000000007d222c in main (argc=8, argv=0x821b27eb0) at ../src/backend/main/main.c:196
[05:17:09.779] #0  0x000000082c47341a in thr_kill () from /lib/libc.so.7
core
[05:17:09.259] #0  0x000000082ae9d41a in thr_kill () from /lib/libc.so.7
[05:17:09.259] #1  0x000000082ae16e64 in raise () from /lib/libc.so.7
[05:17:09.259] #2  0x000000082aec76f9 in abort () from /lib/libc.so.7
[05:17:09.259] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:09.259] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:09.259] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:09.259] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:09.259] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8210e0878) at ../src/backe...
[05:17:09.259] #8  0x00000000007d222c in main (argc=8, argv=0x8210e0878) at ../src/backend/main/main.c:196
[05:17:09.519] #0  0x000000082d82541a in thr_kill () from /lib/libc.so.7
core
[05:17:04.291] #0  0x000000082b10a41a in thr_kill () from /lib/libc.so.7
[05:17:04.291] #1  0x000000082b083e64 in raise () from /lib/libc.so.7
[05:17:04.291] #2  0x000000082b1346f9 in abort () from /lib/libc.so.7
[05:17:04.291] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:04.291] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:04.291] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:04.291] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:04.291] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8219979f0) at ../src/backe...
[05:17:04.291] #8  0x00000000007d222c in main (argc=8, argv=0x8219979f0) at ../src/backend/main/main.c:196
[05:17:04.550] #0  0x000000082af8941a in thr_kill () from /lib/libc.so.7
core
[05:17:08.997] #0  0x000000082e6fc41a in thr_kill () from /lib/libc.so.7
[05:17:08.997] #1  0x000000082e675e64 in raise () from /lib/libc.so.7
[05:17:08.997] #2  0x000000082e7266f9 in abort () from /lib/libc.so.7
[05:17:08.997] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:08.997] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:08.997] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:08.997] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:08.997] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821a953f8) at ../src/backe...
[05:17:08.997] #8  0x00000000007d222c in main (argc=8, argv=0x821a953f8) at ../src/backend/main/main.c:196
[05:17:09.249] #0  0x000000082ae9d41a in thr_kill () from /lib/libc.so.7
core
[05:17:06.370] #0  0x000000082b9da41a in thr_kill () from /lib/libc.so.7
[05:17:06.370] #1  0x000000082b953e64 in raise () from /lib/libc.so.7
[05:17:06.370] #2  0x000000082ba046f9 in abort () from /lib/libc.so.7
[05:17:06.370] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:06.370] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:06.370] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:06.370] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:06.370] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820c2efa8) at ../src/backe...
[05:17:06.370] #8  0x00000000007d222c in main (argc=8, argv=0x820c2efa8) at ../src/backend/main/main.c:196
[05:17:06.618] #0  0x000000082be3141a in thr_kill () from /lib/libc.so.7
tap
[05:13:49.493](0.173s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/amcheck/001_verify_heapam/data/t...
tap
[05:13:49.545](0.191s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/amcheck/002_cic/data/t_002_cic_C...
tap
[05:13:49.602](0.226s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/amcheck/003_cic_2pc/data/t_003_c...
tap
[05:13:49.656](0.232s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/amcheck/004_verify_nbtree_unique...
tap
[05:13:49.921](0.284s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/amcheck/005_pitr/data/t_005_pitr...
tap
[05:13:50.589](0.215s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/authentication/001_password/data...
tap
[05:13:50.671](0.233s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/authentication/002_saslprep/data...
tap
[05:13:50.723](0.236s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/authentication/003_peer/data/t_0...
tap
[05:13:50.782](0.215s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/authentication/004_file_inclusio...
tap
[05:13:50.956](0.247s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/authentication/006_login_trigger...
tap
[05:13:49.892](0.224s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/auto_explain/001_auto_explain/da...
tap
[05:13:49.981](0.206s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/basebackup_to_shell/001_basic/da...
tap
[05:13:49.881](0.174s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/bloom/001_wal/data/t_001_wal_pri...
tap
[05:13:53.665](0.203s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/brin/01_workitems/data/t_01_work...
tap
[05:13:53.867](0.273s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/brin/02_wal_consistency/data/t_0...
tap
[05:13:56.035](0.204s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/checksums/001_basic/data/t_001_b...
tap
[05:13:56.029](0.199s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/checksums/002_restarts/data/t_00...
tap
[05:13:56.022](0.193s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/checksums/003_standby_restarts/d...
tap
[05:13:56.180](0.202s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/checksums/004_offline/data/t_004...
tap
[05:13:53.808](0.194s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/commit_ts/001_base/data/t_001_ba...
tap
[05:13:54.022](0.257s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/commit_ts/002_standby/data/t_002...
tap
[05:13:54.091](0.250s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/commit_ts/003_standby_2/data/t_0...
tap
[05:13:54.056](0.188s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/commit_ts/004_restart/data/t_004...
tap
[05:13:56.801](0.238s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/icu/010_database/data/t_010_data...
tap
[05:13:54.133](0.180s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/injection_points/001_stats/data/...
tap
[04:50:00.072](1.149s) Bail out!  pg_ctl restart failed
tap
[05:13:54.969](0.201s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/ldap_password_func/001_mutated_b...
tap
[05:13:56.684](0.173s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/ldap/001_auth/data/t_001_auth_no...
tap
[05:13:56.999](0.175s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/ldap/002_bindpasswd/data/t_002_b...
tap
[05:13:54.326](0.165s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/libpq_pipeline/001_libpq_pipelin...
tap
[05:13:33.166](0.311s) Bail out!  pg_ctl stop failed
tap
[05:13:31.460](0.210s) Bail out!  pg_ctl restart failed
tap
[05:13:36.994](0.206s) Bail out!  pg_ctl stop failed
tap
[05:13:35.997](1.549s) Bail out!  pg_ctl stop failed
tap
[05:13:38.640](0.204s) Bail out!  pg_ctl restart failed
tap
[05:13:43.740](1.104s) Bail out!  pg_ctl stop failed
tap
[05:13:42.720](0.000s) not ok 23 - data_checksums=on is reported on an offline cluster stdout /(?^:^on$)/
[05:13:43.303](0.470s) Bail out!  pg_ctl stop failed
tap
[05:13:43.799](0.545s) Bail out!  pg_ctl start failed
tap
[05:13:43.812](0.225s) Bail out!  pg_ctl start failed
tap
[05:13:44.489](0.177s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_combinebackup/005_integrity/d...
tap
[05:13:44.532](0.173s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_combinebackup/006_db_file_cop...
tap
[05:13:44.547](0.177s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_combinebackup/007_wal_level_m...
tap
[05:13:44.699](0.071s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_combinebackup/008_promote/dat...
tap
[05:13:44.870](0.198s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_combinebackup/009_no_full_fil...
tap
[05:13:45.034](0.181s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_controldata/001_pg_controldat...
tap
[05:13:45.044](0.188s) not ok 11 - pg_ctl initdb
tap
[05:13:45.210](0.189s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_ctl/002_status/data/t_002_sta...
tap
[05:13:45.370](0.163s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_ctl/003_promote/data/t_003_pr...
tap
[05:13:45.379](0.163s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_ctl/004_logrotate/data/t_004_...
tap
[05:13:45.696](0.167s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_dump/002_pg_dump/data/t_002_p...
tap
[05:13:45.685](0.164s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_dump/003_pg_dump_with_server/...
tap
[05:13:45.729](0.171s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_dump/004_pg_dump_parallel/dat...
tap
[05:13:45.861](0.166s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_dump/005_pg_dump_filterfile/d...
tap
[05:13:45.980](0.157s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_dump/010_dump_connstr/data/t_...
tap
[05:13:50.141](0.175s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_prewarm/001_basic/data/t_001_...
tap
[05:13:46.007](0.164s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_resetwal/001_basic/data/t_001...
tap
[05:13:46.031](0.166s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_resetwal/002_corrupted/data/t...
tap
[05:13:46.164](0.161s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_rewind/001_basic/data/t_001_b...
tap
[05:13:46.285](0.163s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_rewind/002_databases/data/t_0...
tap
[05:13:46.312](0.164s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_rewind/003_extrafiles/data/t_...
tap
[05:13:46.338](0.164s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_rewind/004_pg_xlog_symlink/da...
tap
[05:13:46.481](0.177s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_rewind/005_same_timeline/data...
tap
[05:13:46.636](0.180s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_rewind/007_standby_source/dat...
tap
[05:13:46.645](0.165s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_rewind/008_min_recovery_point...
tap
[05:13:46.729](0.163s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_rewind/009_growing_files/data...
tap
[05:13:46.788](0.165s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_rewind/010_keep_recycled_wals...
tap
[05:13:50.407](0.281s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_stat_statements/010_restart/d...
tap
[04:49:51.973](0.668s) Bail out!  pg_ctl stop failed
tap
[04:48:56.314](2.352s) Bail out!  pg_ctl stop failed
tap
[04:48:58.911](3.329s) Bail out!  pg_ctl stop failed
tap
[05:13:47.078](0.170s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_verifybackup/002_algorithm/da...
tap
[05:13:47.083](0.168s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_verifybackup/003_corruption/d...
tap
[05:13:47.092](0.169s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_verifybackup/004_options/data...
tap
[05:13:47.383](0.164s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_verifybackup/006_encoding/dat...
tap
[05:13:47.388](0.161s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_verifybackup/007_wal/data/t_0...
tap
[05:13:47.393](0.159s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_verifybackup/008_untar/data/t...
tap
[05:13:47.467](0.173s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_verifybackup/009_extract/data...
tap
[05:13:47.689](0.166s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_verifybackup/010_client_untar...
tap
[05:13:50.229](0.181s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_visibility/001_concurrent_tra...
tap
[05:13:50.308](0.188s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_visibility/002_corrupt_vm/dat...
tap
[05:13:47.739](0.166s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_waldump/001_basic/data/t_001_...
tap
[05:13:47.703](0.171s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_waldump/002_save_fullpage/dat...
tap
[05:13:47.906](0.168s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_walsummary/002_blocks/data/t_...
tap
[05:13:47.996](0.169s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pgbench/001_pgbench_with_server/...
tap
[05:13:50.949](0.207s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/postmaster/001_connection_limits...
tap
[05:13:51.080](0.212s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/postmaster/002_start_stop/data/t...
tap
[05:13:48.080](0.173s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/psql/001_basic/data/t_001_basic_...
tap
[05:13:48.228](0.163s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/psql/010_tab_completion/data/t_0...
tap
[05:13:48.310](0.171s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/psql/020_cancel/data/t_020_cance...
tap
[04:48:55.911](3.877s) Bail out!  pg_ctl stop failed
tap
[04:48:55.989](0.824s) Bail out!  pg_ctl stop failed
tap
[04:48:59.604](3.097s) Bail out!  pg_ctl stop failed
tap
[04:48:59.674](0.533s) Bail out!  pg_ctl restart failed
tap
[04:49:03.251](0.745s) Bail out!  pg_ctl stop failed
tap
[04:49:12.578](12.750s) Bail out!  pg_ctl restart failed
tap
[04:49:02.904](0.968s) Bail out!  pg_ctl stop failed
tap
[04:49:04.454](0.760s) Bail out!  pg_ctl stop failed
tap
[04:49:06.826](3.139s) Bail out!  pg_ctl stop failed
tap
[04:49:08.600](0.826s) Bail out!  pg_ctl stop failed
tap
[04:49:11.857](4.034s) Bail out!  pg_ctl stop failed
tap
[04:49:12.224](3.470s) Bail out!  pg_ctl stop failed
tap
[04:49:12.398](0.861s) Bail out!  pg_ctl restart failed
tap
[04:49:16.241](3.660s) Bail out!  pg_ctl stop failed
tap
[04:49:17.587](1.157s) Bail out!  pg_ctl stop failed
tap
[04:49:17.516](1.035s) Bail out!  pg_ctl stop failed
tap
[04:49:19.247](1.084s) Bail out!  pg_ctl stop failed
tap
[04:49:20.729](0.743s) Bail out!  pg_ctl stop failed
tap
[04:49:21.174](2.369s) Bail out!  pg_ctl restart failed
tap
[04:49:25.543](0.627s) Bail out!  pg_ctl stop failed
tap
[04:50:08.105](0.314s) Bail out!  pg_ctl restart failed
tap
[04:49:29.004](0.516s) Bail out!  pg_ctl stop failed
tap
[04:49:29.027](0.518s) Bail out!  pg_ctl stop failed
tap
[04:49:33.700](0.555s) Bail out!  pg_ctl restart failed
tap
[04:49:33.792](0.633s) Bail out!  pg_ctl restart failed
tap
[04:49:41.311](2.048s) Bail out!  pg_ctl stop failed
tap
[04:49:38.856](3.855s) Bail out!  pg_ctl stop failed
tap
[04:49:42.559](2.914s) Bail out!  pg_ctl stop failed
tap
[04:49:50.160](0.489s) Bail out!  pg_ctl stop failed
tap
[04:49:46.335](3.562s) Bail out!  pg_ctl stop failed
tap
[04:49:52.895](0.930s) Bail out!  pg_ctl restart failed
tap
[04:49:53.227](0.360s) Bail out!  pg_ctl stop failed
tap
[04:49:57.090](0.313s) Bail out!  pg_ctl stop failed
tap
[04:49:56.492](0.518s) Bail out!  pg_ctl stop failed
tap
[04:49:56.701](0.305s) Bail out!  pg_ctl stop failed
tap
[05:13:48.400](0.165s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/010_clusterdb/data/t_010...
tap
[05:13:48.403](0.164s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/011_clusterdb_all/data/t...
tap
[05:13:48.547](0.170s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/020_createdb/data/t_020_...
tap
[05:13:48.656](0.190s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/040_createuser/data/t_04...
tap
[05:13:48.751](0.192s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/050_dropdb/data/t_050_dr...
tap
[05:13:48.768](0.184s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/070_dropuser/data/t_070_...
tap
[05:13:48.906](0.203s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/080_pg_isready/data/t_08...
tap
[05:13:48.950](0.169s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/090_reindexdb/data/t_090...
tap
[05:13:49.068](0.266s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/091_reindexdb_all/data/t...
tap
[05:13:49.215](0.285s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/100_vacuumdb/data/t_100_...
tap
[05:13:49.140](0.225s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/101_vacuumdb_all/data/t_...
tap
[05:13:49.226](0.180s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/102_vacuumdb_stages/data...
tap
[05:13:49.273](0.182s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/200_connstr/data/t_200_c...
tap
[05:13:54.361](0.170s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/ssl_passphrase_callback/001_test...
tap
[05:13:56.418](0.202s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/ssl/001_ssltests/data/t_001_sslt...
tap
[05:13:56.416](0.199s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/ssl/002_scram/data/t_002_scram_p...
tap
[05:13:56.417](0.193s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/ssl/003_sslinfo/data/t_003_sslin...
tap
[05:13:51.191](0.309s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/001_rep_changes/dat...
tap
[05:13:51.124](0.196s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/002_types/data/t_00...
tap
[05:13:51.358](0.252s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/003_constraints/dat...
tap
[05:13:51.369](0.251s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/004_sync/data/t_004...
tap
[05:13:51.478](0.242s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/005_encoding/data/t...
tap
[05:13:51.490](0.208s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/006_rewrite/data/t_...
tap
[05:13:51.557](0.190s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/007_ddl/data/t_007_...
tap
[05:13:51.697](0.188s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/008_diff_schema/dat...
tap
[05:13:51.709](0.197s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/009_matviews/data/t...
tap
[05:13:51.948](0.274s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/010_truncate/data/t...
tap
[05:13:51.846](0.199s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/011_generated/data/...
tap
[05:13:51.901](0.165s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/012_collation/data/...
tap
[05:13:52.064](0.196s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/013_partition/data/...
tap
[05:13:52.117](0.267s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/014_binary/data/t_0...
tap
[05:13:52.229](0.235s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/015_stream/data/t_0...
tap
[05:13:52.227](0.182s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/016_stream_subxact/...
tap
[05:13:52.346](0.244s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/017_stream_ddl/data...
tap
[05:13:52.493](0.277s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/018_stream_subxact_...
tap
[05:13:52.435](0.178s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/019_stream_subxact_...
tap
[05:13:52.630](0.254s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/020_messages/data/t...
tap
[05:13:52.645](0.257s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/021_twophase/data/t...
tap
[05:13:52.678](0.194s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/022_twophase_cascad...
tap
[05:13:52.817](0.224s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/023_twophase_stream...
tap
[05:13:52.859](0.212s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/024_add_drop_pub/da...
tap
[05:13:52.967](0.195s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/025_rep_changes_for...
tap
[05:13:53.065](0.270s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/026_stats/data/t_02...
tap
[05:13:53.061](0.183s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/027_nosuperuser/dat...
tap
[05:13:53.209](0.229s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/028_row_filter/data...
tap
[05:13:53.294](0.285s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/029_on_error/data/t...
tap
[05:13:53.316](0.187s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/030_origin/data/t_0...
tap
[05:13:53.437](0.229s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/031_column_list/dat...
tap
[05:13:53.454](0.237s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/032_subscribe_use_i...
tap
[05:13:53.693](0.278s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/033_run_as_table_ow...
tap
[05:13:53.618](0.182s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/100_bugs/data/t_100...
tap
[05:13:54.401](0.170s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/test_custom_rmgrs/001_basic/data...
tap
[05:13:50.369](0.243s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/test_decoding/001_repl_stats/dat...
tap
[05:13:54.854](0.195s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/test_misc/001_constraint_validat...
tap
[05:13:54.951](0.226s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/test_misc/002_tablespace/data/t_...
tap
[05:13:55.204](0.244s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/test_misc/003_check_guc/data/t_0...
tap
[05:13:55.262](0.211s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/test_misc/004_io_direct/data/t_0...
tap
[05:13:55.315](0.208s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/test_misc/005_timeouts/data/t_00...
tap
[05:13:55.374](0.197s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/test_misc/006_signal_autovacuum/...
tap
[05:13:55.660](0.283s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/test_pg_dump/001_base/data/t_001...
tap
[05:13:55.656](0.208s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/test_slru/001_multixact/data/t_0...
tap
[05:13:55.654](0.183s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/worker_spi/001_worker_spi/data/t...
test
[05:15:37.300]   5/318 postgresql:pg_upgrade / pg_upgrade/003_logical_slots                            ERROR            ...
[05:15:37.300]   6/318 postgresql:recovery / recovery/001_stream_rep                                   ERROR            ...
[05:15:37.300]   7/318 postgresql:recovery / recovery/003_recovery_targets                             ERROR            ...
[05:15:37.300]   8/318 postgresql:pg_upgrade / pg_upgrade/004_subscription                             ERROR            ...
[05:15:37.300]   9/318 postgresql:recovery / recovery/006_logical_decoding                             ERROR            ...
[05:15:37.300]  11/318 postgresql:recovery / recovery/004_timeline_switch                              ERROR            ...
[05:15:37.300]  12/318 postgresql:recovery / recovery/009_twophase                                     ERROR            ...
[05:15:37.300]  13/318 postgresql:recovery / recovery/010_logical_decoding_timelines                   ERROR            ...
[05:15:37.300]  14/318 postgresql:recovery / recovery/007_sync_rep                                     ERROR            ...
[05:15:37.300]  15/318 postgresql:recovery / recovery/012_subtransactions                              ERROR            ...
[05:15:37.300]  16/318 postgresql:recovery / recovery/014_unlogged_reinit                              ERROR            ...
[05:15:37.300]  18/318 postgresql:recovery / recovery/017_shm                                          ERROR            ...
[05:15:37.300]  19/318 postgresql:recovery / recovery/015_promotion_pages                              ERROR            ...
[05:15:37.300]  20/318 postgresql:recovery / recovery/016_min_consistency                              ERROR            ...
[05:15:37.300]  21/318 postgresql:recovery / recovery/008_fsm_truncation                               ERROR            ...
[05:15:37.300]  22/318 postgresql:recovery / recovery/018_wal_optimize                                 ERROR            ...
[05:15:37.300]  23/318 postgresql:recovery / recovery/020_archive_status                               ERROR            ...
[05:15:37.300]  24/318 postgresql:recovery / recovery/019_replslot_limit                               ERROR            ...
[05:15:37.300]  25/318 postgresql:recovery / recovery/021_row_visibility                               ERROR            ...
[05:15:37.300]  26/318 postgresql:recovery / recovery/024_archive_recovery                             ERROR            ...
[05:15:37.300]  27/318 postgresql:recovery / recovery/023_pitr_prepared_xact                           ERROR            ...
[05:15:37.300]  28/318 postgresql:recovery / recovery/026_overwrite_contrecord                         ERROR            ...
[05:15:37.300]  30/318 postgresql:recovery / recovery/029_stats_restart                                ERROR            ...
[05:15:37.300]  31/318 postgresql:recovery / recovery/028_pitr_timelines                               ERROR            ...
[05:15:37.300]  32/318 postgresql:recovery / recovery/031_recovery_conflict                            ERROR            ...
[05:15:37.300]  33/318 postgresql:recovery / recovery/030_stats_cleanup_replica                        ERROR            ...
[05:15:37.300]  34/318 postgresql:recovery / recovery/033_replay_tsp_drops                             ERROR            ...
[05:15:37.300]  35/318 postgresql:recovery / recovery/032_relfilenode_reuse                            ERROR            ...
[05:15:37.300]  36/318 postgresql:recovery / recovery/034_create_database                              ERROR            ...
[05:15:37.300]  37/318 postgresql:recovery / recovery/036_truncated_dropped                            ERROR            ...
[05:15:37.300]  39/318 postgresql:recovery / recovery/035_standby_logical_decoding                     ERROR            ...
[05:15:37.300]  40/318 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[05:15:37.300]  41/318 postgresql:recovery / recovery/038_save_logical_slots_shutdown                  ERROR            ...
[05:15:37.300]  42/318 postgresql:recovery / recovery/039_end_of_wal                                   ERROR            ...
[05:15:37.300]  43/318 postgresql:recovery / recovery/041_checkpoint_at_promote                        ERROR            ...
[05:15:37.300]  44/318 postgresql:recovery / recovery/042_low_level_backup                             ERROR            ...
[05:15:37.300]  45/318 postgresql:recovery / recovery/040_standby_failover_slots_sync                  ERROR            ...
[05:15:37.300]  46/318 postgresql:kerberos / kerberos/001_auth                                         ERROR            ...
[05:15:37.300]  47/318 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[05:15:37.300]  48/318 postgresql:regress / regress/regress                                            ERROR           1...
[05:15:37.300]  49/318 postgresql:isolation / isolation/isolation                                      ERROR           1...
[05:15:37.300]  50/318 postgresql:plpgsql / plpgsql/regress                                            ERROR           1...
[05:15:37.300]  51/318 postgresql:plperl / plperl/regress                                              ERROR           1...
[05:15:37.300]  52/318 postgresql:plpython / plpython/regress                                          ERROR           1...
[05:15:37.300]  53/318 postgresql:pltcl / pltcl/regress                                                ERROR           1...
[05:15:37.300]  54/318 postgresql:recovery / recovery/013_crash_restart                                ERROR           2...
[05:15:37.300]  55/318 postgresql:recovery / recovery/022_crash_temp_files                             ERROR           2...
[05:15:37.300]  56/318 postgresql:amcheck / amcheck/regress                                            ERROR           1...
[05:15:37.300]  57/318 postgresql:basic_archive / basic_archive/regress                                ERROR           1...
[05:15:37.300]  58/318 postgresql:bloom / bloom/regress                                                ERROR           1...
[05:15:37.300]  59/318 postgresql:bool_plperl / bool_plperl/regress                                    ERROR           1...
[05:15:37.300]  60/318 postgresql:btree_gin / btree_gin/regress                                        ERROR           1...
[05:15:37.300]  61/318 postgresql:btree_gist / btree_gist/regress                                      ERROR           1...
[05:15:37.300]  62/318 postgresql:citext / citext/regress                                              ERROR           1...
[05:15:37.300]  63/318 postgresql:cube / cube/regress                                                  ERROR           1...
[05:15:37.301]  64/318 postgresql:dblink / dblink/regress                                              ERROR           1...
[05:15:37.301]  65/318 postgresql:dict_int / dict_int/regress                                          ERROR           1...
[05:15:37.301]  66/318 postgresql:dict_xsyn / dict_xsyn/regress                                        ERROR           1...
[05:15:37.301]  67/318 postgresql:earthdistance / earthdistance/regress                                ERROR           1...
[05:15:37.301]  68/318 postgresql:file_fdw / file_fdw/regress                                          ERROR           1...
[05:15:37.301]  69/318 postgresql:fuzzystrmatch / fuzzystrmatch/regress                                ERROR           1...
[05:15:37.301]  70/318 postgresql:hstore / hstore/regress                                              ERROR           1...
[05:15:37.301]  71/318 postgresql:hstore_plperl / hstore_plperl/regress                                ERROR           1...
[05:15:37.301]  72/318 postgresql:hstore_plpython / hstore_plpython/regress                            ERROR           1...
[05:15:37.301]  73/318 postgresql:intarray / intarray/regress                                          ERROR           1...
[05:15:37.301]  74/318 postgresql:isn / isn/regress                                                    ERROR           1...
[05:15:37.301]  75/318 postgresql:jsonb_plperl / jsonb_plperl/regress                                  ERROR           1...
[05:15:37.301]  76/318 postgresql:jsonb_plpython / jsonb_plpython/regress                              ERROR           1...
[05:15:37.301]  77/318 postgresql:lo / lo/regress                                                      ERROR           1...
[05:15:37.301]  78/318 postgresql:ltree / ltree/regress                                                ERROR           1...
[05:15:37.301]  79/318 postgresql:ltree_plpython / ltree_plpython/regress                              ERROR           1...
[05:15:37.301]  80/318 postgresql:pageinspect / pageinspect/regress                                    ERROR           1...
[05:15:37.301]  81/318 postgresql:passwordcheck / passwordcheck/regress                                ERROR           1...
[05:15:37.301]  82/318 postgresql:pg_buffercache / pg_buffercache/regress                              ERROR           1...
[05:15:37.301]  83/318 postgresql:pgcrypto / pgcrypto/regress                                          ERROR           1...
[05:15:37.301]  84/318 postgresql:pg_freespacemap / pg_freespacemap/regress                            ERROR           1...
[05:15:37.301]  85/318 postgresql:pg_logicalinspect / pg_logicalinspect/isolation                      ERROR           1...
[05:15:37.301]  86/318 postgresql:pgrowlocks / pgrowlocks/isolation                                    ERROR           1...
[05:15:37.301]  87/318 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR           1...
[05:15:37.301]  88/318 postgresql:pgstattuple / pgstattuple/regress                                    ERROR           1...
[05:15:37.301]  89/318 postgresql:pg_surgery / pg_surgery/regress                                      ERROR           1...
[05:15:37.301]  90/318 postgresql:pg_trgm / pg_trgm/regress                                            ERROR           1...
[05:15:37.301]  91/318 postgresql:pg_visibility / pg_visibility/regress                                ERROR           1...
[05:15:37.301]  92/318 postgresql:pg_walinspect / pg_walinspect/regress                                ERROR           1...
[05:15:37.301]  93/318 postgresql:postgres_fdw / postgres_fdw/regress                                  ERROR           1...
[05:15:37.301]  94/318 postgresql:seg / seg/regress                                                    ERROR           1...
[05:15:37.301]  95/318 postgresql:tablefunc / tablefunc/regress                                        ERROR           1...
[05:15:37.301]  96/318 postgresql:tcn / tcn/isolation                                                  ERROR           1...
[05:15:37.301]  97/318 postgresql:tsm_system_rows / tsm_system_rows/regress                            ERROR           1...
[05:15:37.301]  98/318 postgresql:tsm_system_time / tsm_system_time/regress                            ERROR           1...
[05:15:37.301]  99/318 postgresql:test_decoding / test_decoding/isolation                              ERROR           1...
[05:15:37.301] 100/318 postgresql:test_decoding / test_decoding/regress                                ERROR           1...
[05:15:37.301] 101/318 postgresql:unaccent / unaccent/regress                                          ERROR           1...
[05:15:37.301] 102/318 postgresql:uuid-ossp / uuid-ossp/regress                                        ERROR           1...
[05:15:37.301] 103/318 postgresql:xml2 / xml2/regress                                                  ERROR           1...
[05:15:37.301] 104/318 postgresql:brin / brin/isolation                                                ERROR           1...
[05:15:37.301] 105/318 postgresql:commit_ts / commit_ts/regress                                        ERROR           1...
[05:15:37.301] 106/318 postgresql:delay_execution / delay_execution/isolation                          ERROR           1...
[05:15:37.301] 107/318 postgresql:dummy_index_am / dummy_index_am/regress                              ERROR           1...
[05:15:37.301] 108/318 postgresql:dummy_seclabel / dummy_seclabel/regress                              ERROR           1...
[05:15:37.301] 109/318 postgresql:gin / gin/regress                                                    ERROR           1...
[05:15:37.301] 110/318 postgresql:injection_points / injection_points/regress                          ERROR           1...
[05:15:37.301] 111/318 postgresql:injection_points / injection_points/isolation                        ERROR           1...
[05:15:37.301] 112/318 postgresql:plsample / plsample/regress                                          ERROR           1...
[05:15:37.301] 113/318 postgresql:spgist_name_ops / spgist_name_ops/regress                            ERROR           1...
[05:15:37.301] 114/318 postgresql:test_bloomfilter / test_bloomfilter/regress                          ERROR           1...
[05:15:37.301] 115/318 postgresql:test_copy_callbacks / test_copy_callbacks/regress                    ERROR           1...
[05:15:37.301] 116/318 postgresql:test_ddl_deparse / test_ddl_deparse/regress                          ERROR           1...
[05:15:37.301] 117/318 postgresql:test_dsa / test_dsa/regress                                          ERROR           1...
[05:15:37.301] 118/318 postgresql:test_dsm_registry / test_dsm_registry/regress                        ERROR           1...
[05:15:37.301] 119/318 postgresql:test_extensions / test_extensions/regress                            ERROR           1...
[05:15:37.301] 120/318 postgresql:test_ginpostinglist / test_ginpostinglist/regress                    ERROR           1...
[05:15:37.301] 121/318 postgresql:test_lfind / test_lfind/regress                                      ERROR           1...
[05:15:37.301] 122/318 postgresql:test_oat_hooks / test_oat_hooks/regress                              ERROR           1...
[05:15:37.301] 123/318 postgresql:test_integerset / test_integerset/regress                            ERROR           1...
[05:15:37.301] 124/318 postgresql:test_parser / test_parser/regress                                    ERROR           1...
[05:15:37.301] 125/318 postgresql:test_pg_dump / test_pg_dump/regress                                  ERROR           1...
[05:15:37.301] 126/318 postgresql:test_predtest / test_predtest/regress                                ERROR           1...
[05:15:37.301] 127/318 postgresql:test_radixtree / test_radixtree/regress                              ERROR           1...
[05:15:37.302] 128/318 postgresql:test_rbtree / test_rbtree/regress                                    ERROR           1...
[05:15:37.302] 129/318 postgresql:test_regex / test_regex/regress                                      ERROR           1...
[05:15:37.302] 130/318 postgresql:test_resowner / test_resowner/regress                                ERROR           1...
[05:15:37.302] 131/318 postgresql:test_rls_hooks / test_rls_hooks/regress                              ERROR           1...
[05:15:37.302] 135/318 postgresql:libpq / libpq/005_negotiate_encryption                               ERROR            ...
[05:15:37.302] 136/318 postgresql:test_shm_mq / test_shm_mq/regress                                    ERROR           1...
[05:15:37.302] 138/318 postgresql:libpq / libpq/003_load_balance_host_list                             ERROR            ...
[05:15:37.302] 140/318 postgresql:pg_amcheck / pg_amcheck/004_verify_heapam                            ERROR            ...
[05:15:37.302] 141/318 postgresql:pg_amcheck / pg_amcheck/003_check                                    ERROR            ...
[05:15:37.302] 143/318 postgresql:pg_basebackup / pg_basebackup/010_pg_basebackup                      ERROR            ...
[05:15:37.302] 145/318 postgresql:test_slru / test_slru/regress                                        ERROR           1...
[05:15:37.302] 152/318 postgresql:pg_checksums / pg_checksums/002_actions                              ERROR            ...
[05:15:37.302] 153/318 postgresql:pg_basebackup / pg_basebackup/040_pg_createsubscriber                ERROR            ...
[05:15:37.302] 154/318 postgresql:pg_combinebackup / pg_combinebackup/002_compare_backups              ERROR            ...
[05:15:37.302] 155/318 postgresql:pg_combinebackup / pg_combinebackup/003_timeline                     ERROR            ...
[05:15:37.302] 156/318 postgresql:pg_combinebackup / pg_combinebackup/005_integrity                    ERROR            ...
[05:15:37.302] 157/318 postgresql:pg_combinebackup / pg_combinebackup/006_db_file_copy                 ERROR            ...
[05:15:37.302] 158/318 postgresql:pg_combinebackup / pg_combinebackup/007_wal_level_minimal            ERROR            ...
[05:15:37.302] 160/318 postgresql:pg_combinebackup / pg_combinebackup/008_promote                      ERROR            ...
[05:15:37.302] 161/318 postgresql:pg_combinebackup / pg_combinebackup/009_no_full_file                 ERROR            ...
[05:15:37.302] 162/318 postgresql:pg_controldata / pg_controldata/001_pg_controldata                   ERROR            ...
[05:15:37.302] 163/318 postgresql:pg_ctl / pg_ctl/001_start_stop                                       ERROR            ...
[05:15:37.302] 164/318 postgresql:pg_ctl / pg_ctl/002_status                                           ERROR            ...
[05:15:37.302] 165/318 postgresql:pg_ctl / pg_ctl/003_promote                                          ERROR            ...
[05:15:37.302] 166/318 postgresql:pg_ctl / pg_ctl/004_logrotate                                        ERROR            ...
[05:15:37.302] 169/318 postgresql:pg_dump / pg_dump/003_pg_dump_with_server                            ERROR            ...
[05:15:37.302] 170/318 postgresql:pg_dump / pg_dump/002_pg_dump                                        ERROR            ...
[05:15:37.302] 171/318 postgresql:pg_dump / pg_dump/004_pg_dump_parallel                               ERROR            ...
[05:15:37.302] 172/318 postgresql:pg_dump / pg_dump/005_pg_dump_filterfile                             ERROR            ...
[05:15:37.302] 173/318 postgresql:pg_dump / pg_dump/010_dump_connstr                                   ERROR            ...
[05:15:37.302] 174/318 postgresql:pg_resetwal / pg_resetwal/001_basic                                  ERROR            ...
[05:15:37.302] 175/318 postgresql:pg_resetwal / pg_resetwal/002_corrupted                              ERROR            ...
[05:15:37.302] 176/318 postgresql:pg_rewind / pg_rewind/001_basic                                      ERROR            ...
[05:15:37.302] 177/318 postgresql:pg_rewind / pg_rewind/002_databases                                  ERROR            ...
[05:15:37.302] 178/318 postgresql:pg_rewind / pg_rewind/003_extrafiles                                 ERROR            ...
[05:15:37.302] 179/318 postgresql:pg_rewind / pg_rewind/004_pg_xlog_symlink                            ERROR            ...
[05:15:37.302] 181/318 postgresql:pg_rewind / pg_rewind/005_same_timeline                              ERROR            ...
[05:15:37.302] 182/318 postgresql:pg_rewind / pg_rewind/007_standby_source                             ERROR            ...
[05:15:37.302] 183/318 postgresql:pg_rewind / pg_rewind/008_min_recovery_point                         ERROR            ...
[05:15:37.302] 184/318 postgresql:pg_rewind / pg_rewind/009_growing_files                              ERROR            ...
[05:15:37.302] 187/318 postgresql:pg_rewind / pg_rewind/010_keep_recycled_wals                         ERROR            ...
[05:15:37.302] 189/318 postgresql:pg_verifybackup / pg_verifybackup/002_algorithm                      ERROR            ...
[05:15:37.302] 190/318 postgresql:pg_verifybackup / pg_verifybackup/003_corruption                     ERROR            ...
[05:15:37.302] 191/318 postgresql:pg_verifybackup / pg_verifybackup/004_options                        ERROR            ...
[05:15:37.302] 193/318 postgresql:pg_verifybackup / pg_verifybackup/006_encoding                       ERROR            ...
[05:15:37.302] 194/318 postgresql:pg_verifybackup / pg_verifybackup/007_wal                            ERROR            ...
[05:15:37.302] 195/318 postgresql:pg_verifybackup / pg_verifybackup/008_untar                          ERROR            ...
[05:15:37.302] 196/318 postgresql:pg_verifybackup / pg_verifybackup/009_extract                        ERROR            ...
[05:15:37.302] 198/318 postgresql:pg_verifybackup / pg_verifybackup/010_client_untar                   ERROR            ...
[05:15:37.302] 199/318 postgresql:pg_waldump / pg_waldump/002_save_fullpage                            ERROR            ...
[05:15:37.302] 200/318 postgresql:pg_waldump / pg_waldump/001_basic                                    ERROR            ...
[05:15:37.302] 201/318 postgresql:pg_walsummary / pg_walsummary/002_blocks                             ERROR            ...
[05:15:37.302] 202/318 postgresql:pgbench / pgbench/001_pgbench_with_server                            ERROR            ...
[05:15:37.302] 203/318 postgresql:psql / psql/001_basic                                                ERROR            ...
[05:15:37.303] 205/318 postgresql:psql / psql/010_tab_completion                                       ERROR            ...
[05:15:37.303] 206/318 postgresql:psql / psql/020_cancel                                               ERROR            ...
[05:15:37.303] 207/318 postgresql:scripts / scripts/010_clusterdb                                      ERROR            ...
[05:15:37.303] 208/318 postgresql:scripts / scripts/011_clusterdb_all                                  ERROR            ...
[05:15:37.303] 209/318 postgresql:test_tidstore / test_tidstore/regress                                ERROR           1...
[05:15:37.303] 210/318 postgresql:scripts / scripts/020_createdb                                       ERROR            ...
[05:15:37.303] 211/318 postgresql:scripts / scripts/040_createuser                                     ERROR            ...
[05:15:37.303] 212/318 postgresql:scripts / scripts/050_dropdb                                         ERROR            ...
[05:15:37.303] 213/318 postgresql:scripts / scripts/070_dropuser                                       ERROR            ...
[05:15:37.303] 214/318 postgresql:scripts / scripts/080_pg_isready                                     ERROR            ...
[05:15:37.303] 215/318 postgresql:scripts / scripts/090_reindexdb                                      ERROR            ...
[05:15:37.303] 216/318 postgresql:scripts / scripts/091_reindexdb_all                                  ERROR            ...
[05:15:37.303] 217/318 postgresql:scripts / scripts/101_vacuumdb_all                                   ERROR            ...
[05:15:37.303] 218/318 postgresql:scripts / scripts/100_vacuumdb                                       ERROR            ...
[05:15:37.303] 219/318 postgresql:scripts / scripts/102_vacuumdb_stages                                ERROR            ...
[05:15:37.303] 220/318 postgresql:scripts / scripts/200_connstr                                        ERROR            ...
[05:15:37.303] 221/318 postgresql:amcheck / amcheck/001_verify_heapam                                  ERROR            ...
[05:15:37.303] 223/318 postgresql:amcheck / amcheck/002_cic                                            ERROR            ...
[05:15:37.303] 224/318 postgresql:amcheck / amcheck/003_cic_2pc                                        ERROR            ...
[05:15:37.303] 225/318 postgresql:amcheck / amcheck/004_verify_nbtree_unique                           ERROR            ...
[05:15:37.303] 227/318 postgresql:bloom / bloom/001_wal                                                ERROR            ...
[05:15:37.303] 228/318 postgresql:auto_explain / auto_explain/001_auto_explain                         ERROR            ...
[05:15:37.303] 229/318 postgresql:amcheck / amcheck/005_pitr                                           ERROR            ...
[05:15:37.303] 230/318 postgresql:basebackup_to_shell / basebackup_to_shell/001_basic                  ERROR            ...
[05:15:37.303] 231/318 postgresql:pg_prewarm / pg_prewarm/001_basic                                    ERROR            ...
[05:15:37.303] 232/318 postgresql:pg_visibility / pg_visibility/001_concurrent_transaction             ERROR            ...
[05:15:37.303] 234/318 postgresql:pg_visibility / pg_visibility/002_corrupt_vm                         ERROR            ...
[05:15:37.303] 235/318 postgresql:test_decoding / test_decoding/001_repl_stats                         ERROR            ...
[05:15:37.303] 236/318 postgresql:pg_stat_statements / pg_stat_statements/010_restart                  ERROR            ...
[05:15:37.303] 238/318 postgresql:authentication / authentication/001_password                         ERROR            ...
[05:15:37.303] 240/318 postgresql:authentication / authentication/002_saslprep                         ERROR            ...
[05:15:37.303] 239/318 postgresql:authentication / authentication/003_peer                             ERROR            ...
[05:15:37.303] 241/318 postgresql:authentication / authentication/004_file_inclusion                   ERROR            ...
[05:15:37.303] 242/318 postgresql:postmaster / postmaster/001_connection_limits                        ERROR            ...
[05:15:37.303] 243/318 postgresql:authentication / authentication/006_login_trigger                    ERROR            ...
[05:15:37.303] 244/318 postgresql:postmaster / postmaster/002_start_stop                               ERROR            ...
[05:15:37.303] 245/318 postgresql:subscription / subscription/002_types                                ERROR            ...
[05:15:37.303] 246/318 postgresql:subscription / subscription/001_rep_changes                          ERROR            ...
[05:15:37.303] 247/318 postgresql:subscription / subscription/003_constraints                          ERROR            ...
[05:15:37.303] 248/318 postgresql:subscription / subscription/004_sync                                 ERROR            ...
[05:15:37.303] 249/318 postgresql:subscription / subscription/005_encoding                             ERROR            ...
[05:15:37.303] 250/318 postgresql:subscription / subscription/006_rewrite                              ERROR            ...
[05:15:37.303] 251/318 postgresql:subscription / subscription/007_ddl                                  ERROR            ...
[05:15:37.303] 252/318 postgresql:subscription / subscription/008_diff_schema                          ERROR            ...
[05:15:37.303] 253/318 postgresql:subscription / subscription/009_matviews                             ERROR            ...
[05:15:37.303] 254/318 postgresql:subscription / subscription/011_generated                            ERROR            ...
[05:15:37.303] 255/318 postgresql:subscription / subscription/012_collation                            ERROR            ...
[05:15:37.303] 256/318 postgresql:subscription / subscription/010_truncate                             ERROR            ...
[05:15:37.303] 257/318 postgresql:subscription / subscription/013_partition                            ERROR            ...
[05:15:37.303] 258/318 postgresql:subscription / subscription/014_binary                               ERROR            ...
[05:15:37.303] 259/318 postgresql:subscription / subscription/016_stream_subxact                       ERROR            ...
[05:15:37.303] 260/318 postgresql:subscription / subscription/015_stream                               ERROR            ...
[05:15:37.303] 261/318 postgresql:subscription / subscription/017_stream_ddl                           ERROR            ...
[05:15:37.334] 262/318 postgresql:subscription / subscription/019_stream_subxact_ddl_abort             ERROR            ...
[05:15:37.334] 263/318 postgresql:subscription / subscription/018_stream_subxact_abort                 ERROR            ...
[05:15:37.334] 264/318 postgresql:subscription / subscription/020_messages                             ERROR            ...
[05:15:37.334] 265/318 postgresql:subscription / subscription/021_twophase                             ERROR            ...
[05:15:37.334] 266/318 postgresql:subscription / subscription/022_twophase_cascade                     ERROR            ...
[05:15:37.334] 267/318 postgresql:subscription / subscription/023_twophase_stream                      ERROR            ...
[05:15:37.334] 268/318 postgresql:subscription / subscription/024_add_drop_pub                         ERROR            ...
[05:15:37.334] 269/318 postgresql:subscription / subscription/025_rep_changes_for_schema               ERROR            ...
[05:15:37.334] 270/318 postgresql:subscription / subscription/027_nosuperuser                          ERROR            ...
[05:15:37.334] 271/318 postgresql:subscription / subscription/026_stats                                ERROR            ...
[05:15:37.334] 272/318 postgresql:subscription / subscription/028_row_filter                           ERROR            ...
[05:15:37.334] 273/318 postgresql:subscription / subscription/029_on_error                             ERROR            ...
[05:15:37.334] 274/318 postgresql:subscription / subscription/030_origin                               ERROR            ...
[05:15:37.334] 275/318 postgresql:subscription / subscription/031_column_list                          ERROR            ...
[05:15:37.334] 276/318 postgresql:subscription / subscription/032_subscribe_use_index                  ERROR            ...
[05:15:37.334] 277/318 postgresql:subscription / subscription/100_bugs                                 ERROR            ...
[05:15:37.334] 278/318 postgresql:brin / brin/01_workitems                                             ERROR            ...
[05:15:37.334] 279/318 postgresql:subscription / subscription/033_run_as_table_owner                   ERROR            ...
[05:15:37.334] 280/318 postgresql:commit_ts / commit_ts/001_base                                       ERROR            ...
[05:15:37.334] 281/318 postgresql:brin / brin/02_wal_consistency                                       ERROR            ...
[05:15:37.334] 282/318 postgresql:commit_ts / commit_ts/002_standby                                    ERROR            ...
[05:15:37.334] 283/318 postgresql:commit_ts / commit_ts/004_restart                                    ERROR            ...
[05:15:37.334] 284/318 postgresql:commit_ts / commit_ts/003_standby_2                                  ERROR            ...
[05:15:37.334] 285/318 postgresql:injection_points / injection_points/001_stats                        ERROR            ...
[05:15:37.334] 286/318 postgresql:libpq_pipeline / libpq_pipeline/001_libpq_pipeline                   ERROR            ...
[05:15:37.334] 287/318 postgresql:ssl_passphrase_callback / ssl_passphrase_callback/001_testfunc       ERROR            ...
[05:15:37.334] 288/318 postgresql:test_custom_rmgrs / test_custom_rmgrs/001_basic                      ERROR            ...
[05:15:37.334] 292/318 postgresql:test_misc / test_misc/001_constraint_validation                      ERROR            ...
[05:15:37.334] 293/318 postgresql:test_misc / test_misc/002_tablespace                                 ERROR            ...
[05:15:37.334] 294/318 postgresql:ldap_password_func / ldap_password_func/001_mutated_bindpasswd       ERROR            ...
[05:15:37.334] 295/318 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
[05:15:37.334] 296/318 postgresql:test_misc / test_misc/004_io_direct                                  ERROR            ...
[05:15:37.334] 297/318 postgresql:test_misc / test_misc/005_timeouts                                   ERROR            ...
[05:15:37.334] 298/318 postgresql:test_misc / test_misc/006_signal_autovacuum                          ERROR            ...
[05:15:37.334] 300/318 postgresql:worker_spi / worker_spi/001_worker_spi                               ERROR            ...
[05:15:37.334] 301/318 postgresql:test_slru / test_slru/001_multixact                                  ERROR            ...
[05:15:37.334] 302/318 postgresql:test_pg_dump / test_pg_dump/001_base                                 ERROR            ...
[05:15:37.334] 305/318 postgresql:checksums / checksums/003_standby_restarts                           ERROR            ...
[05:15:37.334] 306/318 postgresql:checksums / checksums/002_restarts                                   ERROR            ...
[05:15:37.334] 307/318 postgresql:checksums / checksums/001_basic                                      ERROR            ...
[05:15:37.334] 308/318 postgresql:checksums / checksums/004_offline                                    ERROR            ...
[05:15:37.334] 309/318 postgresql:ssl / ssl/002_scram                                                  ERROR            ...
[05:15:37.334] 310/318 postgresql:ssl / ssl/003_sslinfo                                                ERROR            ...
[05:15:37.334] 311/318 postgresql:ssl / ssl/001_ssltests                                               ERROR            ...
[05:15:37.334] 312/318 postgresql:ldap / ldap/001_auth                                                 ERROR            ...
[05:15:37.334] 313/318 postgresql:icu / icu/010_database                                               ERROR            ...
[05:15:37.334] 314/318 postgresql:ldap / ldap/002_bindpasswd                                           ERROR            ...
[05:15:37.334] 316/318 postgresql:typcache / typcache/regress                                          ERROR           1...
[05:15:37.334] 317/318 postgresql:unsafe_tests / unsafe_tests/regress                                  ERROR           1...
[05:15:37.334] 318/318 postgresql:ecpg / ecpg/ecpg                                                     ERROR           1...
Linux - Debian Bookworm - Autoconf
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2887, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2887, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2887, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2887, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2887, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2887, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2887, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2887, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2887, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2887, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2887, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2887, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2887, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2887, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2887, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2887, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2887, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2887, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2887, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2887, PID...
core
[04:55:30.797] #0  0x00007f264d5dbebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:55:30.797] #1  0x00007f264d58cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:55:30.797] #2  0x00007f264d577472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:55:30.797] #3  0x0000555a348e4c32 in ExceptionalCondition (conditionName=conditionName@entry=0x555a34c4e8c0 "(remain...
[04:55:30.797] #4  0x0000555a34432d8d in PostmasterStateMachine () at postmaster.c:2887
[04:55:30.797] #5  0x0000555a344332c1 in process_pm_shutdown_request () at postmaster.c:2142
[04:55:30.797] #6  0x0000555a344343fc in ServerLoop () at postmaster.c:1650
[04:55:30.797] #7  0x0000555a344366f3 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x604000000610) at postmaste...
[04:55:30.797] #8  0x0000555a341dc180 in main (argc=4, argv=0x604000000610) at main.c:196
[04:55:31.226] #0  0x00007f460addbebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[04:55:30.354] #0  0x00007fdec32abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:55:30.354] #1  0x00007fdec325cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:55:30.354] #2  0x00007fdec3247472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:55:30.354] #3  0x000056265f6fec32 in ExceptionalCondition (conditionName=conditionName@entry=0x56265fa688c0 "(remain...
[04:55:30.354] #4  0x000056265f24cd8d in PostmasterStateMachine () at postmaster.c:2887
[04:55:30.354] #5  0x000056265f24d2c1 in process_pm_shutdown_request () at postmaster.c:2142
[04:55:30.354] #6  0x000056265f24e3fc in ServerLoop () at postmaster.c:1650
[04:55:30.354] #7  0x000056265f2506f3 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x6040000005d0) at postmaste...
[04:55:30.354] #8  0x000056265eff6180 in main (argc=4, argv=0x6040000005d0) at main.c:196
[04:55:30.786] #0  0x00007f264d5dbebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[04:55:31.237] #0  0x00007f460addbebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:55:31.237] #1  0x00007f460ad8cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:55:31.237] #2  0x00007f460ad77472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:55:31.237] #3  0x0000564d24d05c32 in ExceptionalCondition (conditionName=conditionName@entry=0x564d2506f8c0 "(remain...
[04:55:31.237] #4  0x0000564d24853d8d in PostmasterStateMachine () at postmaster.c:2887
[04:55:31.237] #5  0x0000564d24854402 in process_pm_shutdown_request () at postmaster.c:2179
[04:55:31.237] #6  0x0000564d248553fc in ServerLoop () at postmaster.c:1650
[04:55:31.237] #7  0x0000564d248576f3 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x6040000005d0) at postmaste...
[04:55:31.237] #8  0x0000564d245fd180 in main (argc=4, argv=0x6040000005d0) at main.c:196
[04:55:31.665] #0  0x00007f5bed7dbebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[04:55:26.184] #0  0x00007f3c338abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:55:26.184] #1  0x00007f3c3385cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:55:26.184] #2  0x00007f3c33847472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:55:26.184] #3  0x000055ee2c7aac32 in ExceptionalCondition (conditionName=conditionName@entry=0x55ee2cb148c0 "(remain...
[04:55:26.184] #4  0x000055ee2c2f8d8d in PostmasterStateMachine () at postmaster.c:2887
[04:55:26.184] #5  0x000055ee2c2f9402 in process_pm_shutdown_request () at postmaster.c:2179
[04:55:26.184] #6  0x000055ee2c2fa3fc in ServerLoop () at postmaster.c:1650
[04:55:26.184] #7  0x000055ee2c2fc6f3 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x6040000005d0) at postmaste...
[04:55:26.184] #8  0x000055ee2c0a2180 in main (argc=4, argv=0x6040000005d0) at main.c:196
[04:55:26.635] #0  0x00007f02becabebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[04:55:26.646] #0  0x00007f02becabebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:55:26.646] #1  0x00007f02bec5cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:55:26.646] #2  0x00007f02bec47472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:55:26.646] #3  0x000055944b7e3c32 in ExceptionalCondition (conditionName=conditionName@entry=0x55944bb4d8c0 "(remain...
[04:55:26.646] #4  0x000055944b331d8d in PostmasterStateMachine () at postmaster.c:2887
[04:55:26.646] #5  0x000055944b332402 in process_pm_shutdown_request () at postmaster.c:2179
[04:55:26.646] #6  0x000055944b3333fc in ServerLoop () at postmaster.c:1650
[04:55:26.646] #7  0x000055944b3356f3 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x604000000590) at postmaste...
[04:55:26.646] #8  0x000055944b0db180 in main (argc=4, argv=0x604000000590) at main.c:196
[04:55:27.102] #0  0x00007fa77f2abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[04:55:34.811] #0  0x00007f8fd30abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:55:34.811] #1  0x00007f8fd305cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:55:34.811] #2  0x00007f8fd3047472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:55:34.811] #3  0x000055b6e8b19c32 in ExceptionalCondition (conditionName=conditionName@entry=0x55b6e8e838c0 "(remain...
[04:55:34.811] #4  0x000055b6e8667d8d in PostmasterStateMachine () at postmaster.c:2887
[04:55:34.811] #5  0x000055b6e86682c1 in process_pm_shutdown_request () at postmaster.c:2142
[04:55:34.811] #6  0x000055b6e86693fc in ServerLoop () at postmaster.c:1650
[04:55:34.811] #7  0x000055b6e866b6f3 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x6070000003a0) at postmaste...
[04:55:34.811] #8  0x000055b6e8411180 in main (argc=8, argv=0x6070000003a0) at main.c:196
core
[04:55:34.360] #0  0x00007f13844abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:55:34.360] #1  0x00007f138445cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:55:34.360] #2  0x00007f1384447472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:55:34.360] #3  0x000055794b762c32 in ExceptionalCondition (conditionName=conditionName@entry=0x55794bacc8c0 "(remain...
[04:55:34.360] #4  0x000055794b2b0d8d in PostmasterStateMachine () at postmaster.c:2887
[04:55:34.360] #5  0x000055794b2b1402 in process_pm_shutdown_request () at postmaster.c:2179
[04:55:34.360] #6  0x000055794b2b23fc in ServerLoop () at postmaster.c:1650
[04:55:34.360] #7  0x000055794b2b46f3 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x604000000610) at postmaste...
[04:55:34.360] #8  0x000055794b05a180 in main (argc=4, argv=0x604000000610) at main.c:196
[04:55:34.800] #0  0x00007f8fd30abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[04:55:27.113] #0  0x00007fa77f2abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:55:27.113] #1  0x00007fa77f25cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:55:27.113] #2  0x00007fa77f247472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:55:27.113] #3  0x000055e6e593cc32 in ExceptionalCondition (conditionName=conditionName@entry=0x55e6e5ca68c0 "(remain...
[04:55:27.113] #4  0x000055e6e548ad8d in PostmasterStateMachine () at postmaster.c:2887
[04:55:27.113] #5  0x000055e6e548b2c1 in process_pm_shutdown_request () at postmaster.c:2142
[04:55:27.113] #6  0x000055e6e548c3fc in ServerLoop () at postmaster.c:1650
[04:55:27.113] #7  0x000055e6e548e6f3 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x6040000005d0) at postmaste...
[04:55:27.113] #8  0x000055e6e5234180 in main (argc=4, argv=0x6040000005d0) at main.c:196
[04:55:27.563] #0  0x00007fe25a5dbebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[04:55:33.906] #0  0x00007f41848abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:55:33.906] #1  0x00007f418485cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:55:33.906] #2  0x00007f4184847472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:55:33.906] #3  0x000055de0614cc32 in ExceptionalCondition (conditionName=conditionName@entry=0x55de064b68c0 "(remain...
[04:55:33.906] #4  0x000055de05c9ad8d in PostmasterStateMachine () at postmaster.c:2887
[04:55:33.906] #5  0x000055de05c9b2c1 in process_pm_shutdown_request () at postmaster.c:2142
[04:55:33.906] #6  0x000055de05c9c3fc in ServerLoop () at postmaster.c:1650
[04:55:33.906] #7  0x000055de05c9e6f3 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x6070000003a0) at postmaste...
[04:55:33.906] #8  0x000055de05a44180 in main (argc=8, argv=0x6070000003a0) at main.c:196
[04:55:34.349] #0  0x00007f13844abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[04:55:29.908] #0  0x00007fa2f0eabebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:55:29.908] #1  0x00007fa2f0e5cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:55:29.908] #2  0x00007fa2f0e47472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:55:29.908] #3  0x0000561e37729c32 in ExceptionalCondition (conditionName=conditionName@entry=0x561e37a938c0 "(remain...
[04:55:29.908] #4  0x0000561e37277d8d in PostmasterStateMachine () at postmaster.c:2887
[04:55:29.908] #5  0x0000561e372782c1 in process_pm_shutdown_request () at postmaster.c:2142
[04:55:29.908] #6  0x0000561e372793fc in ServerLoop () at postmaster.c:1650
[04:55:29.908] #7  0x0000561e3727b6f3 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x6070000003a0) at postmaste...
[04:55:29.908] #8  0x0000561e37021180 in main (argc=8, argv=0x6070000003a0) at main.c:196
[04:55:30.342] #0  0x00007fdec32abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[04:55:29.436] #0  0x00007f299e6abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:55:29.436] #1  0x00007f299e65cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:55:29.436] #2  0x00007f299e647472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:55:29.436] #3  0x000056065b04dc32 in ExceptionalCondition (conditionName=conditionName@entry=0x56065b3b78c0 "(remain...
[04:55:29.436] #4  0x000056065ab9bd8d in PostmasterStateMachine () at postmaster.c:2887
[04:55:29.436] #5  0x000056065ab9c2c1 in process_pm_shutdown_request () at postmaster.c:2142
[04:55:29.436] #6  0x000056065ab9d3fc in ServerLoop () at postmaster.c:1650
[04:55:29.436] #7  0x000056065ab9f6f3 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x6070000003a0) at postmaste...
[04:55:29.436] #8  0x000056065a945180 in main (argc=8, argv=0x6070000003a0) at main.c:196
[04:55:29.897] #0  0x00007fa2f0eabebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[04:55:33.452] #0  0x00007f63290abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:55:33.452] #1  0x00007f632905cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:55:33.452] #2  0x00007f6329047472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:55:33.452] #3  0x0000556054742c32 in ExceptionalCondition (conditionName=conditionName@entry=0x556054aac8c0 "(remain...
[04:55:33.452] #4  0x0000556054290d8d in PostmasterStateMachine () at postmaster.c:2887
[04:55:33.452] #5  0x00005560542912c1 in process_pm_shutdown_request () at postmaster.c:2142
[04:55:33.452] #6  0x00005560542923fc in ServerLoop () at postmaster.c:1650
[04:55:33.452] #7  0x00005560542946f3 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x6070000003a0) at postmaste...
[04:55:33.452] #8  0x000055605403a180 in main (argc=8, argv=0x6070000003a0) at main.c:196
[04:55:33.895] #0  0x00007f41848abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[04:55:27.575] #0  0x00007fe25a5dbebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:55:27.575] #1  0x00007fe25a58cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:55:27.575] #2  0x00007fe25a577472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:55:27.575] #3  0x00005577307e9c32 in ExceptionalCondition (conditionName=conditionName@entry=0x557730b538c0 "(remain...
[04:55:27.575] #4  0x0000557730337d8d in PostmasterStateMachine () at postmaster.c:2887
[04:55:27.575] #5  0x0000557730338402 in process_pm_shutdown_request () at postmaster.c:2179
[04:55:27.575] #6  0x00005577303393fc in ServerLoop () at postmaster.c:1650
[04:55:27.575] #7  0x000055773033b6f3 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x604000000610) at postmaste...
[04:55:27.575] #8  0x00005577300e1180 in main (argc=4, argv=0x604000000610) at main.c:196
[04:55:28.025] #0  0x00007f06d4cabebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[04:55:28.965] #0  0x00007f28114abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:55:28.965] #1  0x00007f281145cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:55:28.965] #2  0x00007f2811447472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:55:28.965] #3  0x000055a27520dc32 in ExceptionalCondition (conditionName=conditionName@entry=0x55a2755778c0 "(remain...
[04:55:28.965] #4  0x000055a274d5bd8d in PostmasterStateMachine () at postmaster.c:2887
[04:55:28.965] #5  0x000055a274d5c2c1 in process_pm_shutdown_request () at postmaster.c:2142
[04:55:28.965] #6  0x000055a274d5d3fc in ServerLoop () at postmaster.c:1650
[04:55:28.965] #7  0x000055a274d5f6f3 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x6070000003a0) at postmaste...
[04:55:28.965] #8  0x000055a274b05180 in main (argc=8, argv=0x6070000003a0) at main.c:196
[04:55:29.425] #0  0x00007f299e6abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[04:55:28.501] #0  0x00007f98f5cabebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:55:28.501] #1  0x00007f98f5c5cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:55:28.501] #2  0x00007f98f5c47472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:55:28.501] #3  0x0000564d25364c32 in ExceptionalCondition (conditionName=conditionName@entry=0x564d256ce8c0 "(remain...
[04:55:28.501] #4  0x0000564d24eb2d8d in PostmasterStateMachine () at postmaster.c:2887
[04:55:28.501] #5  0x0000564d24eb3402 in process_pm_shutdown_request () at postmaster.c:2179
[04:55:28.501] #6  0x0000564d24eb43fc in ServerLoop () at postmaster.c:1650
[04:55:28.501] #7  0x0000564d24eb66f3 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x6040000005d0) at postmaste...
[04:55:28.501] #8  0x0000564d24c5c180 in main (argc=4, argv=0x6040000005d0) at main.c:196
[04:55:28.953] #0  0x00007f28114abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[04:55:33.013] #0  0x00007fde5f8abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:55:33.013] #1  0x00007fde5f85cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:55:33.013] #2  0x00007fde5f847472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:55:33.013] #3  0x000055a99c0d9c32 in ExceptionalCondition (conditionName=conditionName@entry=0x55a99c4438c0 "(remain...
[04:55:33.013] #4  0x000055a99bc27d8d in PostmasterStateMachine () at postmaster.c:2887
[04:55:33.013] #5  0x000055a99bc282c1 in process_pm_shutdown_request () at postmaster.c:2142
[04:55:33.013] #6  0x000055a99bc293fc in ServerLoop () at postmaster.c:1650
[04:55:33.013] #7  0x000055a99bc2b6f3 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x6070000003a0) at postmaste...
[04:55:33.013] #8  0x000055a99b9d1180 in main (argc=8, argv=0x6070000003a0) at main.c:196
[04:55:33.441] #0  0x00007f63290abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[04:55:32.569] #0  0x00007fe025cabebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:55:32.569] #1  0x00007fe025c5cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:55:32.569] #2  0x00007fe025c47472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:55:32.569] #3  0x0000564df940bc32 in ExceptionalCondition (conditionName=conditionName@entry=0x564df97758c0 "(remain...
[04:55:32.569] #4  0x0000564df8f59d8d in PostmasterStateMachine () at postmaster.c:2887
[04:55:32.569] #5  0x0000564df8f5a2c1 in process_pm_shutdown_request () at postmaster.c:2142
[04:55:32.569] #6  0x0000564df8f5b3fc in ServerLoop () at postmaster.c:1650
[04:55:32.569] #7  0x0000564df8f5d6f3 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x6070000003a0) at postmaste...
[04:55:32.569] #8  0x0000564df8d03180 in main (argc=8, argv=0x6070000003a0) at main.c:196
[04:55:33.001] #0  0x00007fde5f8abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[04:55:32.130] #0  0x00007f7298cabebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:55:32.130] #1  0x00007f7298c5cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:55:32.130] #2  0x00007f7298c47472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:55:32.130] #3  0x000055a316010c32 in ExceptionalCondition (conditionName=conditionName@entry=0x55a31637a8c0 "(remain...
[04:55:32.130] #4  0x000055a315b5ed8d in PostmasterStateMachine () at postmaster.c:2887
[04:55:32.130] #5  0x000055a315b5f2c1 in process_pm_shutdown_request () at postmaster.c:2142
[04:55:32.130] #6  0x000055a315b603fc in ServerLoop () at postmaster.c:1650
[04:55:32.130] #7  0x000055a315b626f3 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x6070000003a0) at postmaste...
[04:55:32.130] #8  0x000055a315908180 in main (argc=8, argv=0x6070000003a0) at main.c:196
[04:55:32.558] #0  0x00007fe025cabebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[04:55:28.039] #0  0x00007f06d4cabebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:55:28.039] #1  0x00007f06d4c5cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:55:28.039] #2  0x00007f06d4c47472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:55:28.039] #3  0x0000556aa7b7ec32 in ExceptionalCondition (conditionName=conditionName@entry=0x556aa7ee88c0 "(remain...
[04:55:28.039] #4  0x0000556aa76ccd8d in PostmasterStateMachine () at postmaster.c:2887
[04:55:28.039] #5  0x0000556aa76cd2c1 in process_pm_shutdown_request () at postmaster.c:2142
[04:55:28.039] #6  0x0000556aa76ce3fc in ServerLoop () at postmaster.c:1650
[04:55:28.039] #7  0x0000556aa76d06f3 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x6070000003a0) at postmaste...
[04:55:28.039] #8  0x0000556aa7476180 in main (argc=8, argv=0x6070000003a0) at main.c:196
[04:55:28.490] #0  0x00007f98f5cabebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[04:55:31.676] #0  0x00007f5bed7dbebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:55:31.676] #1  0x00007f5bed78cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:55:31.676] #2  0x00007f5bed777472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:55:31.676] #3  0x0000563492a28c32 in ExceptionalCondition (conditionName=conditionName@entry=0x563492d928c0 "(remain...
[04:55:31.676] #4  0x0000563492576d8d in PostmasterStateMachine () at postmaster.c:2887
[04:55:31.676] #5  0x00005634925772c1 in process_pm_shutdown_request () at postmaster.c:2142
[04:55:31.676] #6  0x00005634925783fc in ServerLoop () at postmaster.c:1650
[04:55:31.676] #7  0x000056349257a6f3 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x604000000610) at postmaste...
[04:55:31.676] #8  0x0000563492320180 in main (argc=4, argv=0x604000000610) at main.c:196
[04:55:32.117] #0  0x00007f7298cabebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
tap
[04:51:37.189](2.131s) Bail out!  pg_ctl stop failed
tap
[04:51:37.841](2.045s) Bail out!  pg_ctl restart failed
tap
[04:51:22.097](1.532s) Bail out!  pg_ctl stop failed
tap
[04:51:17.237](2.179s) Bail out!  pg_ctl stop failed
Linux - Debian Bookworm - Meson
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
core
[05:04:05.675] #0  0x00007f992dea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:05.675] #1  0x00007f992de5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:05.675] #2  0x00007f992de45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:05.675] #3  0x000055fda7fb2754 in ExceptionalCondition (conditionName=conditionName@entry=0x55fda8255308 "(remain...
[05:04:05.675] #4  0x000055fda7bcdde4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:04:05.675] #5  0x000055fda7bce47b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[05:04:05.675] #6  0x000055fda7bcf1fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:04:05.675] #7  0x000055fda7bd0c6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55fdc64d3d20) at ../src/ba...
[05:04:05.675] #8  0x000055fda7a08c4a in main (argc=4, argv=0x55fdc64d3d20) at ../src/backend/main/main.c:196
[05:04:06.147] #0  0x00007f7d5bea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:03:24.102] #0  0x00007ff8566a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:24.102] #1  0x00007ff85665afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:24.102] #2  0x00007ff856645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:24.102] #3  0x000055723d12e754 in ExceptionalCondition (conditionName=conditionName@entry=0x55723d3d1308 "(remain...
[05:03:24.102] #4  0x000055723cd49de4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:03:24.102] #5  0x000055723cd4a47b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[05:03:24.102] #6  0x000055723cd4b1fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:03:24.102] #7  0x000055723cd4cc6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x557256ca0d00) at ../src/ba...
[05:03:24.102] #8  0x000055723cb84c4a in main (argc=4, argv=0x557256ca0d00) at ../src/backend/main/main.c:196
[05:03:24.546] #0  0x00007f283f8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:03:24.570] #0  0x00007f283f8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:24.570] #1  0x00007f283f85afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:24.570] #2  0x00007f283f845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:24.570] #3  0x000056402bb4f754 in ExceptionalCondition (conditionName=conditionName@entry=0x56402bdf2308 "(remain...
[05:03:24.570] #4  0x000056402b76ade4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:03:24.570] #5  0x000056402b76b33a in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[05:03:24.570] #6  0x000056402b76c1fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:03:24.571] #7  0x000056402b76dc6b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x564058e52d20) at ../src/ba...
[05:03:24.571] #8  0x000056402b5a5c4a in main (argc=8, argv=0x564058e52d20) at ../src/backend/main/main.c:196
[05:03:25.062] #0  0x00007fa10b8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:03:25.082] #0  0x00007fa10b8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:25.082] #1  0x00007fa10b85afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:25.082] #2  0x00007fa10b845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:25.082] #3  0x00005622c3e2f754 in ExceptionalCondition (conditionName=conditionName@entry=0x5622c40d2308 "(remain...
[05:03:25.082] #4  0x00005622c3a4ade4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:03:25.082] #5  0x00005622c3a4b47b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[05:03:25.082] #6  0x00005622c3a4c1fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:03:25.082] #7  0x00005622c3a4dc6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5622f8548d00) at ../src/ba...
[05:03:25.082] #8  0x00005622c3885c4a in main (argc=4, argv=0x5622f8548d00) at ../src/backend/main/main.c:196
[05:03:25.575] #0  0x00007f11804a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:03:25.596] #0  0x00007f11804a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:25.596] #1  0x00007f118045afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:25.596] #2  0x00007f1180445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:25.596] #3  0x0000558903348754 in ExceptionalCondition (conditionName=conditionName@entry=0x5589035eb308 "(remain...
[05:03:25.596] #4  0x0000558902f63de4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:03:25.596] #5  0x0000558902f6433a in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[05:03:25.596] #6  0x0000558902f651fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:03:25.596] #7  0x0000558902f66c6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5589194abcf0) at ../src/ba...
[05:03:25.596] #8  0x0000558902d9ec4a in main (argc=4, argv=0x5589194abcf0) at ../src/backend/main/main.c:196
[05:03:26.089] #0  0x00007fb6de6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:03:26.112] #0  0x00007fb6de6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:26.112] #1  0x00007fb6de65afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:26.112] #2  0x00007fb6de645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:26.112] #3  0x000055d5763ce754 in ExceptionalCondition (conditionName=conditionName@entry=0x55d576671308 "(remain...
[05:03:26.112] #4  0x000055d575fe9de4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:03:26.112] #5  0x000055d575fea33a in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[05:03:26.112] #6  0x000055d575feb1fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:03:26.112] #7  0x000055d575fecc6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55d5886c9d00) at ../src/ba...
[05:03:26.112] #8  0x000055d575e24c4a in main (argc=4, argv=0x55d5886c9d00) at ../src/backend/main/main.c:196
[05:03:26.571] #0  0x00007fc196ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:03:26.593] #0  0x00007fc196ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:26.593] #1  0x00007fc196e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:26.593] #2  0x00007fc196e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:26.593] #3  0x00005596c1750754 in ExceptionalCondition (conditionName=conditionName@entry=0x5596c19f3308 "(remain...
[05:03:26.593] #4  0x00005596c136bde4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:03:26.593] #5  0x00005596c136c47b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[05:03:26.593] #6  0x00005596c136d1fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:03:26.593] #7  0x00005596c136ec6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5596c2457d10) at ../src/ba...
[05:03:26.593] #8  0x00005596c11a6c4a in main (argc=4, argv=0x5596c2457d10) at ../src/backend/main/main.c:196
[05:03:27.041] #0  0x00007f7aed0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:03:27.064] #0  0x00007f7aed0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:27.064] #1  0x00007f7aed05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:27.064] #2  0x00007f7aed045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:27.064] #3  0x0000560aaff20754 in ExceptionalCondition (conditionName=conditionName@entry=0x560ab01c3308 "(remain...
[05:03:27.064] #4  0x0000560aafb3bde4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:03:27.064] #5  0x0000560aafb3c33a in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[05:03:27.064] #6  0x0000560aafb3d1fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:03:27.064] #7  0x0000560aafb3ec6b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x560aba50fd50) at ../src/ba...
[05:03:27.064] #8  0x0000560aaf976c4a in main (argc=8, argv=0x560aba50fd50) at ../src/backend/main/main.c:196
[05:03:27.533] #0  0x00007f2c69aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:03:27.553] #0  0x00007f2c69aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:27.553] #1  0x00007f2c69a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:27.553] #2  0x00007f2c69a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:27.553] #3  0x000056319c51f754 in ExceptionalCondition (conditionName=conditionName@entry=0x56319c7c2308 "(remain...
[05:03:27.553] #4  0x000056319c13ade4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:03:27.553] #5  0x000056319c13b47b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[05:03:27.553] #6  0x000056319c13c1fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:03:27.553] #7  0x000056319c13dc6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5631bb1bed00) at ../src/ba...
[05:03:27.553] #8  0x000056319bf75c4a in main (argc=4, argv=0x5631bb1bed00) at ../src/backend/main/main.c:196
[05:03:28.041] #0  0x00007fdaf24a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:03:28.064] #0  0x00007fdaf24a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:28.064] #1  0x00007fdaf245afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:28.064] #2  0x00007fdaf2445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:28.064] #3  0x000055b654f6f754 in ExceptionalCondition (conditionName=conditionName@entry=0x55b655212308 "(remain...
[05:03:28.064] #4  0x000055b654b8ade4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:03:28.064] #5  0x000055b654b8b33a in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[05:03:28.064] #6  0x000055b654b8c1fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:03:28.064] #7  0x000055b654b8dc6b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55b687319d20) at ../src/ba...
[05:03:28.064] #8  0x000055b6549c5c4a in main (argc=8, argv=0x55b687319d20) at ../src/backend/main/main.c:196
[05:03:28.523] #0  0x00007fb6fb0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:03:28.542] #0  0x00007fb6fb0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:28.542] #1  0x00007fb6fb05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:28.542] #2  0x00007fb6fb045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:28.542] #3  0x0000559b3ee49754 in ExceptionalCondition (conditionName=conditionName@entry=0x559b3f0ec308 "(remain...
[05:03:28.542] #4  0x0000559b3ea64de4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:03:28.542] #5  0x0000559b3ea6533a in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[05:03:28.542] #6  0x0000559b3ea661fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:03:28.543] #7  0x0000559b3ea67c6b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x559b4d0c7d80) at ../src/ba...
[05:03:28.543] #8  0x0000559b3e89fc4a in main (argc=8, argv=0x559b4d0c7d80) at ../src/backend/main/main.c:196
[05:03:28.983] #0  0x00007f7aea0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:03:29.003] #0  0x00007f7aea0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:29.003] #1  0x00007f7aea05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:29.003] #2  0x00007f7aea045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:29.003] #3  0x000055c2b3c4b754 in ExceptionalCondition (conditionName=conditionName@entry=0x55c2b3eee308 "(remain...
[05:03:29.003] #4  0x000055c2b3866de4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:03:29.003] #5  0x000055c2b386747b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[05:03:29.003] #6  0x000055c2b38681fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:03:29.003] #7  0x000055c2b3869c6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55c2cf20cd40) at ../src/ba...
[05:03:29.003] #8  0x000055c2b36a1c4a in main (argc=4, argv=0x55c2cf20cd40) at ../src/backend/main/main.c:196
[05:03:29.469] #0  0x00007f21e48a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:03:29.489] #0  0x00007f21e48a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:29.489] #1  0x00007f21e485afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:29.489] #2  0x00007f21e4845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:29.489] #3  0x0000559de0777754 in ExceptionalCondition (conditionName=conditionName@entry=0x559de0a1a308 "(remain...
[05:03:29.489] #4  0x0000559de0392de4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:03:29.489] #5  0x0000559de039333a in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[05:03:29.489] #6  0x0000559de03941fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:03:29.489] #7  0x0000559de0395c6b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x559de35fbd90) at ../src/ba...
[05:03:29.489] #8  0x0000559de01cdc4a in main (argc=8, argv=0x559de35fbd90) at ../src/backend/main/main.c:196
[05:03:29.965] #0  0x00007fec002a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:03:29.987] #0  0x00007fec002a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:29.987] #1  0x00007fec0025afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:29.987] #2  0x00007fec00245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:29.987] #3  0x000055d5c58bc754 in ExceptionalCondition (conditionName=conditionName@entry=0x55d5c5b5f308 "(remain...
[05:03:29.987] #4  0x000055d5c54d7de4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:03:29.987] #5  0x000055d5c54d833a in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[05:03:29.987] #6  0x000055d5c54d91fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:03:29.987] #7  0x000055d5c54dac6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55d5fb309d40) at ../src/ba...
[05:03:29.987] #8  0x000055d5c5312c4a in main (argc=4, argv=0x55d5fb309d40) at ../src/backend/main/main.c:196
[05:03:30.438] #0  0x00007f0f86ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:03:30.461] #0  0x00007f0f86ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:30.461] #1  0x00007f0f86c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:30.461] #2  0x00007f0f86c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:30.461] #3  0x0000561b49820754 in ExceptionalCondition (conditionName=conditionName@entry=0x561b49ac3308 "(remain...
[05:03:30.461] #4  0x0000561b4943bde4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:03:30.461] #5  0x0000561b4943c33a in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[05:03:30.461] #6  0x0000561b4943d1fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:03:30.461] #7  0x0000561b4943ec6b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x561b83905d20) at ../src/ba...
[05:03:30.461] #8  0x0000561b49276c4a in main (argc=8, argv=0x561b83905d20) at ../src/backend/main/main.c:196
[05:03:30.923] #0  0x00007f873bca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:03:30.947] #0  0x00007f873bca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:30.947] #1  0x00007f873bc5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:30.947] #2  0x00007f873bc45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:30.947] #3  0x000055890d412754 in ExceptionalCondition (conditionName=conditionName@entry=0x55890d6b5308 "(remain...
[05:03:30.947] #4  0x000055890d02dde4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:03:30.947] #5  0x000055890d02e33a in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[05:03:30.947] #6  0x000055890d02f1fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:03:30.948] #7  0x000055890d030c6b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55893a49ed40) at ../src/ba...
[05:03:30.948] #8  0x000055890ce68c4a in main (argc=8, argv=0x55893a49ed40) at ../src/backend/main/main.c:196
[05:03:31.405] #0  0x00007f3ab2ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:03:31.424] #0  0x00007f3ab2ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:31.424] #1  0x00007f3ab2c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:31.424] #2  0x00007f3ab2c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:31.424] #3  0x0000558fd881d754 in ExceptionalCondition (conditionName=conditionName@entry=0x558fd8ac0308 "(remain...
[05:03:31.424] #4  0x0000558fd8438de4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:03:31.424] #5  0x0000558fd843933a in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[05:03:31.424] #6  0x0000558fd843a1fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:03:31.425] #7  0x0000558fd843bc6b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x558fe34dbd40) at ../src/ba...
[05:03:31.425] #8  0x0000558fd8273c4a in main (argc=8, argv=0x558fe34dbd40) at ../src/backend/main/main.c:196
[05:03:31.868] #0  0x00007f4eb22a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:03:31.890] #0  0x00007f4eb22a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:31.890] #1  0x00007f4eb225afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:31.890] #2  0x00007f4eb2245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:31.890] #3  0x000055cf012cd754 in ExceptionalCondition (conditionName=conditionName@entry=0x55cf01570308 "(remain...
[05:03:31.890] #4  0x000055cf00ee8de4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:03:31.890] #5  0x000055cf00ee933a in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[05:03:31.890] #6  0x000055cf00eea1fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:03:31.890] #7  0x000055cf00eebc6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55cf3bbb4d10) at ../src/ba...
[05:03:31.890] #8  0x000055cf00d23c4a in main (argc=4, argv=0x55cf3bbb4d10) at ../src/backend/main/main.c:196
[05:03:32.363] #0  0x00007fee19ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:03:32.381] #0  0x00007fee19ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:32.381] #1  0x00007fee19e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:32.381] #2  0x00007fee19e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:32.381] #3  0x00005578c8d30754 in ExceptionalCondition (conditionName=conditionName@entry=0x5578c8fd3308 "(remain...
[05:03:32.381] #4  0x00005578c894bde4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:03:32.381] #5  0x00005578c894c33a in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[05:03:32.381] #6  0x00005578c894d1fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:03:32.382] #7  0x00005578c894ec6b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x5578e6507d40) at ../src/ba...
[05:03:32.382] #8  0x00005578c8786c4a in main (argc=8, argv=0x5578e6507d40) at ../src/backend/main/main.c:196
[05:03:32.849] #0  0x00007f666aca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:03:32.873] #0  0x00007f666aca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:32.873] #1  0x00007f666ac5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:32.873] #2  0x00007f666ac45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:32.873] #3  0x000055fe94407754 in ExceptionalCondition (conditionName=conditionName@entry=0x55fe946aa308 "(remain...
[05:03:32.873] #4  0x000055fe94022de4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:03:32.873] #5  0x000055fe9402347b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[05:03:32.873] #6  0x000055fe940241fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:03:32.873] #7  0x000055fe94025c6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55feb931bce0) at ../src/ba...
[05:03:32.873] #8  0x000055fe93e5dc4a in main (argc=4, argv=0x55feb931bce0) at ../src/backend/main/main.c:196
[05:03:33.326] #0  0x00007f0a636a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:03:33.346] #0  0x00007f0a636a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:33.346] #1  0x00007f0a6365afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:33.346] #2  0x00007f0a63645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:33.346] #3  0x00005608f5c7a754 in ExceptionalCondition (conditionName=conditionName@entry=0x5608f5f1d308 "(remain...
[05:03:33.346] #4  0x00005608f5895de4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:03:33.346] #5  0x00005608f589633a in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[05:03:33.346] #6  0x00005608f58971fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:03:33.346] #7  0x00005608f5898c6b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x5609065c6d40) at ../src/ba...
[05:03:33.346] #8  0x00005608f56d0c4a in main (argc=8, argv=0x5609065c6d40) at ../src/backend/main/main.c:196
[05:03:33.824] #0  0x00007fc2780a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:03:33.848] #0  0x00007fc2780a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:33.848] #1  0x00007fc27805afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:33.848] #2  0x00007fc278045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:33.848] #3  0x0000564236d52754 in ExceptionalCondition (conditionName=conditionName@entry=0x564236ff5308 "(remain...
[05:03:33.848] #4  0x000056423696dde4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:03:33.848] #5  0x000056423696e47b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[05:03:33.848] #6  0x000056423696f1fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:03:33.848] #7  0x0000564236970c6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x56426c201d00) at ../src/ba...
[05:03:33.848] #8  0x00005642367a8c4a in main (argc=4, argv=0x56426c201d00) at ../src/backend/main/main.c:196
[05:03:34.298] #0  0x00007f6cd7aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:03:34.320] #0  0x00007f6cd7aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:34.320] #1  0x00007f6cd7a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:34.320] #2  0x00007f6cd7a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:34.320] #3  0x0000561ca32ea754 in ExceptionalCondition (conditionName=conditionName@entry=0x561ca358d308 "(remain...
[05:03:34.320] #4  0x0000561ca2f05de4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:03:34.320] #5  0x0000561ca2f0633a in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[05:03:34.320] #6  0x0000561ca2f071fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:03:34.321] #7  0x0000561ca2f08c6b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x561ccd6f2d90) at ../src/ba...
[05:03:34.321] #8  0x0000561ca2d40c4a in main (argc=8, argv=0x561ccd6f2d90) at ../src/backend/main/main.c:196
[05:03:34.764] #0  0x00007f6d35aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:03:34.788] #0  0x00007f6d35aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:34.788] #1  0x00007f6d35a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:34.788] #2  0x00007f6d35a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:34.788] #3  0x00005582d297d754 in ExceptionalCondition (conditionName=conditionName@entry=0x5582d2c20308 "(remain...
[05:03:34.788] #4  0x00005582d2598de4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:03:34.788] #5  0x00005582d259933a in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[05:03:34.788] #6  0x00005582d259a1fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:03:34.788] #7  0x00005582d259bc6b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x5582fa9cdd90) at ../src/ba...
[05:03:34.788] #8  0x00005582d23d3c4a in main (argc=8, argv=0x5582fa9cdd90) at ../src/backend/main/main.c:196
[05:03:35.258] #0  0x00007feb59ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:03:35.280] #0  0x00007feb59ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:35.280] #1  0x00007feb59c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:35.280] #2  0x00007feb59c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:35.280] #3  0x0000557915510754 in ExceptionalCondition (conditionName=conditionName@entry=0x5579157b3308 "(remain...
[05:03:35.280] #4  0x000055791512bde4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:03:35.280] #5  0x000055791512c47b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[05:03:35.280] #6  0x000055791512d1fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:03:35.281] #7  0x000055791512ec6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x557920e05d20) at ../src/ba...
[05:03:35.281] #8  0x0000557914f66c4a in main (argc=4, argv=0x557920e05d20) at ../src/backend/main/main.c:196
[05:03:35.749] #0  0x00007f614e4a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:03:35.771] #0  0x00007f614e4a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:35.771] #1  0x00007f614e45afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:35.771] #2  0x00007f614e445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:35.771] #3  0x0000562f96434754 in ExceptionalCondition (conditionName=conditionName@entry=0x562f966d7308 "(remain...
[05:03:35.771] #4  0x0000562f9604fde4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:03:35.771] #5  0x0000562f9605047b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[05:03:35.771] #6  0x0000562f960511fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:03:35.772] #7  0x0000562f96052c6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x562fa472fd00) at ../src/ba...
[05:03:35.772] #8  0x0000562f95e8ac4a in main (argc=4, argv=0x562fa472fd00) at ../src/backend/main/main.c:196
[05:03:36.230] #0  0x00007fe8840a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:03:36.250] #0  0x00007fe8840a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:36.250] #1  0x00007fe88405afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:36.250] #2  0x00007fe884045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:36.250] #3  0x000055dd8b7db754 in ExceptionalCondition (conditionName=conditionName@entry=0x55dd8ba7e308 "(remain...
[05:03:36.250] #4  0x000055dd8b3f6de4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:03:36.250] #5  0x000055dd8b3f747b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[05:03:36.250] #6  0x000055dd8b3f81fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:03:36.251] #7  0x000055dd8b3f9c6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55dd97df9d00) at ../src/ba...
[05:03:36.251] #8  0x000055dd8b231c4a in main (argc=4, argv=0x55dd97df9d00) at ../src/backend/main/main.c:196
[05:03:36.712] #0  0x00007fb0f56a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:03:36.732] #0  0x00007fb0f56a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:36.732] #1  0x00007fb0f565afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:36.732] #2  0x00007fb0f5645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:36.732] #3  0x000055d7331c9754 in ExceptionalCondition (conditionName=conditionName@entry=0x55d73346c308 "(remain...
[05:03:36.732] #4  0x000055d732de4de4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:03:36.732] #5  0x000055d732de547b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[05:03:36.732] #6  0x000055d732de61fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:03:36.732] #7  0x000055d732de7c6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55d75042ad10) at ../src/ba...
[05:03:36.732] #8  0x000055d732c1fc4a in main (argc=4, argv=0x55d75042ad10) at ../src/backend/main/main.c:196
[05:03:37.169] #0  0x00007fa8672a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:03:37.193] #0  0x00007fa8672a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:37.193] #1  0x00007fa86725afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:37.193] #2  0x00007fa867245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:37.193] #3  0x000055c89b440754 in ExceptionalCondition (conditionName=conditionName@entry=0x55c89b6e3308 "(remain...
[05:03:37.193] #4  0x000055c89b05bde4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:03:37.193] #5  0x000055c89b05c47b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[05:03:37.193] #6  0x000055c89b05d1fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:03:37.193] #7  0x000055c89b05ec6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55c8cb200d00) at ../src/ba...
[05:03:37.193] #8  0x000055c89ae96c4a in main (argc=4, argv=0x55c8cb200d00) at ../src/backend/main/main.c:196
[05:03:37.663] #0  0x00007effcc2a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:03:37.682] #0  0x00007effcc2a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:37.682] #1  0x00007effcc25afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:37.682] #2  0x00007effcc245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:37.682] #3  0x000056059cabc754 in ExceptionalCondition (conditionName=conditionName@entry=0x56059cd5f308 "(remain...
[05:03:37.682] #4  0x000056059c6d7de4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:03:37.682] #5  0x000056059c6d833a in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[05:03:37.682] #6  0x000056059c6d91fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:03:37.682] #7  0x000056059c6dac6b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x5605c455ed20) at ../src/ba...
[05:03:37.682] #8  0x000056059c512c4a in main (argc=8, argv=0x5605c455ed20) at ../src/backend/main/main.c:196
[05:03:38.154] #0  0x00007fa8e14a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:03:38.176] #0  0x00007fa8e14a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:38.176] #1  0x00007fa8e145afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:38.176] #2  0x00007fa8e1445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:38.176] #3  0x000055ca2648c754 in ExceptionalCondition (conditionName=conditionName@entry=0x55ca2672f308 "(remain...
[05:03:38.176] #4  0x000055ca260a7de4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:03:38.176] #5  0x000055ca260a847b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[05:03:38.176] #6  0x000055ca260a91fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:03:38.176] #7  0x000055ca260aac6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55ca359b4cf0) at ../src/ba...
[05:03:38.176] #8  0x000055ca25ee2c4a in main (argc=4, argv=0x55ca359b4cf0) at ../src/backend/main/main.c:196
[05:03:38.626] #0  0x00007f7c590a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:03:38.645] #0  0x00007f7c590a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:38.645] #1  0x00007f7c5905afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:38.645] #2  0x00007f7c59045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:38.645] #3  0x0000564b66aeb754 in ExceptionalCondition (conditionName=conditionName@entry=0x564b66d8e308 "(remain...
[05:03:38.645] #4  0x0000564b66706de4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:03:38.645] #5  0x0000564b6670747b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[05:03:38.645] #6  0x0000564b667081fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:03:38.646] #7  0x0000564b66709c6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x564b6bc43d10) at ../src/ba...
[05:03:38.646] #8  0x0000564b66541c4a in main (argc=4, argv=0x564b6bc43d10) at ../src/backend/main/main.c:196
[05:03:39.087] #0  0x00007f455e0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:03:39.110] #0  0x00007f455e0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:39.110] #1  0x00007f455e05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:39.110] #2  0x00007f455e045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:39.110] #3  0x0000558435fd0754 in ExceptionalCondition (conditionName=conditionName@entry=0x558436273308 "(remain...
[05:03:39.110] #4  0x0000558435bebde4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:03:39.110] #5  0x0000558435bec47b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[05:03:39.110] #6  0x0000558435bed1fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:03:39.110] #7  0x0000558435beec6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55844b2cbd10) at ../src/ba...
[05:03:39.110] #8  0x0000558435a26c4a in main (argc=4, argv=0x55844b2cbd10) at ../src/backend/main/main.c:196
[05:03:39.564] #0  0x00007fe7158a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:03:39.587] #0  0x00007fe7158a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:39.587] #1  0x00007fe71585afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:39.587] #2  0x00007fe715845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:39.587] #3  0x00005571bd103754 in ExceptionalCondition (conditionName=conditionName@entry=0x5571bd3a6308 "(remain...
[05:03:39.587] #4  0x00005571bcd1ede4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:03:39.587] #5  0x00005571bcd1f33a in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[05:03:39.587] #6  0x00005571bcd201fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:03:39.587] #7  0x00005571bcd21c6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5571f494ed30) at ../src/ba...
[05:03:39.587] #8  0x00005571bcb59c4a in main (argc=4, argv=0x5571f494ed30) at ../src/backend/main/main.c:196
[05:03:40.038] #0  0x00007efc7a2a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:03:40.057] #0  0x00007efc7a2a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:40.057] #1  0x00007efc7a25afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:40.057] #2  0x00007efc7a245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:40.057] #3  0x0000562dfc6f8754 in ExceptionalCondition (conditionName=conditionName@entry=0x562dfc99b308 "(remain...
[05:03:40.057] #4  0x0000562dfc313de4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:03:40.057] #5  0x0000562dfc31433a in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[05:03:40.057] #6  0x0000562dfc3151fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:03:40.058] #7  0x0000562dfc316c6b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x562e0d088d40) at ../src/ba...
[05:03:40.058] #8  0x0000562dfc14ec4a in main (argc=8, argv=0x562e0d088d40) at ../src/backend/main/main.c:196
[05:03:40.506] #0  0x00007f72bd6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:03:40.525] #0  0x00007f72bd6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:40.525] #1  0x00007f72bd65afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:40.525] #2  0x00007f72bd645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:40.525] #3  0x0000560d94c0d754 in ExceptionalCondition (conditionName=conditionName@entry=0x560d94eb0308 "(remain...
[05:03:40.525] #4  0x0000560d94828de4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:03:40.525] #5  0x0000560d9482933a in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[05:03:40.525] #6  0x0000560d9482a1fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:03:40.525] #7  0x0000560d9482bc6b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x560dceb1ed80) at ../src/ba...
[05:03:40.525] #8  0x0000560d94663c4a in main (argc=8, argv=0x560dceb1ed80) at ../src/backend/main/main.c:196
[05:03:40.992] #0  0x00007fc1b38a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:03:41.015] #0  0x00007fc1b38a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:41.015] #1  0x00007fc1b385afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:41.015] #2  0x00007fc1b3845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:41.015] #3  0x0000560999722754 in ExceptionalCondition (conditionName=conditionName@entry=0x5609999c5308 "(remain...
[05:03:41.015] #4  0x000056099933dde4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:03:41.015] #5  0x000056099933e47b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[05:03:41.015] #6  0x000056099933f1fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:03:41.015] #7  0x0000560999340c6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5609d1bb8d00) at ../src/ba...
[05:03:41.015] #8  0x0000560999178c4a in main (argc=4, argv=0x5609d1bb8d00) at ../src/backend/main/main.c:196
[05:03:41.475] #0  0x00007fb7360a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:03:41.494] #0  0x00007fb7360a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:41.494] #1  0x00007fb73605afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:41.494] #2  0x00007fb736045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:41.494] #3  0x000055aa66fe5754 in ExceptionalCondition (conditionName=conditionName@entry=0x55aa67288308 "(remain...
[05:03:41.494] #4  0x000055aa66c00de4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:03:41.494] #5  0x000055aa66c0147b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[05:03:41.494] #6  0x000055aa66c021fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:03:41.495] #7  0x000055aa66c03c6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55aa9dd8fd10) at ../src/ba...
[05:03:41.495] #8  0x000055aa66a3bc4a in main (argc=4, argv=0x55aa9dd8fd10) at ../src/backend/main/main.c:196
[05:03:41.960] #0  0x00007f9c618a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:03:41.980] #0  0x00007f9c618a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:41.980] #1  0x00007f9c6185afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:41.980] #2  0x00007f9c61845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:41.980] #3  0x00005597936b4754 in ExceptionalCondition (conditionName=conditionName@entry=0x559793957308 "(remain...
[05:03:41.980] #4  0x00005597932cfde4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:03:41.980] #5  0x00005597932d047b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[05:03:41.980] #6  0x00005597932d11fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:03:41.980] #7  0x00005597932d2c6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5597c0c90d00) at ../src/ba...
[05:03:41.980] #8  0x000055979310ac4a in main (argc=4, argv=0x5597c0c90d00) at ../src/backend/main/main.c:196
[05:03:42.455] #0  0x00007ff01aaa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:03:42.477] #0  0x00007ff01aaa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:42.477] #1  0x00007ff01aa5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:42.477] #2  0x00007ff01aa45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:42.477] #3  0x0000562380426754 in ExceptionalCondition (conditionName=conditionName@entry=0x5623806c9308 "(remain...
[05:03:42.477] #4  0x0000562380041de4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:03:42.477] #5  0x000056238004247b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[05:03:42.477] #6  0x00005623800431fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:03:42.477] #7  0x0000562380044c6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5623b509ed00) at ../src/ba...
[05:03:42.477] #8  0x000056237fe7cc4a in main (argc=4, argv=0x5623b509ed00) at ../src/backend/main/main.c:196
[05:03:42.941] #0  0x00007f5ef8ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:03:42.963] #0  0x00007f5ef8ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:42.963] #1  0x00007f5ef8c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:42.963] #2  0x00007f5ef8c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:42.963] #3  0x00005566bc8a9754 in ExceptionalCondition (conditionName=conditionName@entry=0x5566bcb4c308 "(remain...
[05:03:42.963] #4  0x00005566bc4c4de4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:03:42.963] #5  0x00005566bc4c533a in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[05:03:42.963] #6  0x00005566bc4c61fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:03:42.964] #7  0x00005566bc4c7c6b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x5566c7919d50) at ../src/ba...
[05:03:42.964] #8  0x00005566bc2ffc4a in main (argc=8, argv=0x5566c7919d50) at ../src/backend/main/main.c:196
[05:03:43.422] #0  0x00007f13674a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:03:43.442] #0  0x00007f13674a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:43.442] #1  0x00007f136745afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:43.442] #2  0x00007f1367445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:43.442] #3  0x000055f3ed306754 in ExceptionalCondition (conditionName=conditionName@entry=0x55f3ed5a9308 "(remain...
[05:03:43.442] #4  0x000055f3ecf21de4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:03:43.442] #5  0x000055f3ecf2247b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[05:03:43.442] #6  0x000055f3ecf231fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:03:43.442] #7  0x000055f3ecf24c6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55f41fb10d00) at ../src/ba...
[05:03:43.442] #8  0x000055f3ecd5cc4a in main (argc=4, argv=0x55f41fb10d00) at ../src/backend/main/main.c:196
[05:03:43.932] #0  0x00007fb28daa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:03:43.955] #0  0x00007fb28daa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:43.955] #1  0x00007fb28da5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:43.955] #2  0x00007fb28da45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:43.955] #3  0x00005622a219e754 in ExceptionalCondition (conditionName=conditionName@entry=0x5622a2441308 "(remain...
[05:03:43.955] #4  0x00005622a1db9de4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:03:43.955] #5  0x00005622a1dbb103 in process_pm_child_exit () at ../src/backend/postmaster/postmaster.c:2523
[05:03:43.955] #6  0x00005622a1dbb20a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1654
[05:03:43.956] #7  0x00005622a1dbcc6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5622c8c3cd00) at ../src/ba...
[05:03:43.956] #8  0x00005622a1bf4c4a in main (argc=4, argv=0x5622c8c3cd00) at ../src/backend/main/main.c:196
[05:03:44.403] #0  0x00007f3fcf8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:03:44.423] #0  0x00007f3fcf8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:44.423] #1  0x00007f3fcf85afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:44.423] #2  0x00007f3fcf845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:44.423] #3  0x00005606ef3f7754 in ExceptionalCondition (conditionName=conditionName@entry=0x5606ef69a308 "(remain...
[05:03:44.423] #4  0x00005606ef012de4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:03:44.423] #5  0x00005606ef01333a in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[05:03:44.423] #6  0x00005606ef0141fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:03:44.423] #7  0x00005606ef015c6b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x560717fccd90) at ../src/ba...
[05:03:44.423] #8  0x00005606eee4dc4a in main (argc=8, argv=0x560717fccd90) at ../src/backend/main/main.c:196
[05:03:44.903] #0  0x00007f1a028a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:03:44.925] #0  0x00007f1a028a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:44.925] #1  0x00007f1a0285afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:44.925] #2  0x00007f1a02845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:44.925] #3  0x0000557354d58754 in ExceptionalCondition (conditionName=conditionName@entry=0x557354ffb308 "(remain...
[05:03:44.925] #4  0x0000557354973de4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:03:44.925] #5  0x000055735497447b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[05:03:44.925] #6  0x00005573549751fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:03:44.926] #7  0x0000557354976c6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x557366303d00) at ../src/ba...
[05:03:44.926] #8  0x00005573547aec4a in main (argc=4, argv=0x557366303d00) at ../src/backend/main/main.c:196
[05:03:45.372] #0  0x00007f37744a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:03:45.395] #0  0x00007f37744a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:45.395] #1  0x00007f377445afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:45.395] #2  0x00007f3774445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:45.395] #3  0x00005642c6386754 in ExceptionalCondition (conditionName=conditionName@entry=0x5642c6629308 "(remain...
[05:03:45.395] #4  0x00005642c5fa1de4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:03:45.395] #5  0x00005642c5fa233a in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[05:03:45.395] #6  0x00005642c5fa31fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:03:45.395] #7  0x00005642c5fa4c6b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x5642f605ed40) at ../src/ba...
[05:03:45.395] #8  0x00005642c5ddcc4a in main (argc=8, argv=0x5642f605ed40) at ../src/backend/main/main.c:196
[05:03:45.529] #0  0x00007f2606ea9ebc in ?? ()
core
[05:03:45.530] #0  0x00007f2606ea9ebc in ?? ()
[05:03:45.968] #0  0x00007f4b540a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:03:45.990] #0  0x00007f4b540a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:45.990] #1  0x00007f4b5405afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:45.990] #2  0x00007f4b54045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:45.990] #3  0x0000561bee3f2754 in ExceptionalCondition (conditionName=conditionName@entry=0x561bee695308 "(remain...
[05:03:45.990] #4  0x0000561bee00dde4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:03:45.990] #5  0x0000561bee00e47b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[05:03:45.990] #6  0x0000561bee00f1fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:03:45.990] #7  0x0000561bee010c6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x561bef74ad00) at ../src/ba...
[05:03:45.990] #8  0x0000561bede48c4a in main (argc=4, argv=0x561bef74ad00) at ../src/backend/main/main.c:196
[05:03:46.468] #0  0x00007ff87eaa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:03:46.494] #0  0x00007ff87eaa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:46.494] #1  0x00007ff87ea5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:46.494] #2  0x00007ff87ea45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:46.494] #3  0x0000558ab8f7e754 in ExceptionalCondition (conditionName=conditionName@entry=0x558ab9221308 "(remain...
[05:03:46.494] #4  0x0000558ab8b99de4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:03:46.494] #5  0x0000558ab8b9a47b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[05:03:46.494] #6  0x0000558ab8b9b1fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:03:46.495] #7  0x0000558ab8b9cc6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x558ada3c9d20) at ../src/ba...
[05:03:46.495] #8  0x0000558ab89d4c4a in main (argc=4, argv=0x558ada3c9d20) at ../src/backend/main/main.c:196
[05:03:46.974] #0  0x00007fe426ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:04:21.562] #0  0x00007f84e52a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:21.562] #1  0x00007f84e525afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:21.562] #2  0x00007f84e5245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:21.562] #3  0x000055f0195db754 in ExceptionalCondition (conditionName=conditionName@entry=0x55f01987e308 "(remain...
[05:04:21.562] #4  0x000055f0191f6de4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:04:21.562] #5  0x000055f0191f733a in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[05:04:21.562] #6  0x000055f0191f81fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:04:21.562] #7  0x000055f0191f9c6b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55f021c48d40) at ../src/ba...
[05:04:21.562] #8  0x000055f019031c4a in main (argc=8, argv=0x55f021c48d40) at ../src/backend/main/main.c:196
core
[05:03:46.996] #0  0x00007fe426ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:46.996] #1  0x00007fe426e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:46.996] #2  0x00007fe426e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:46.996] #3  0x0000558f6085c754 in ExceptionalCondition (conditionName=conditionName@entry=0x558f60aff308 "(remain...
[05:03:46.996] #4  0x0000558f60477de4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:03:46.996] #5  0x0000558f6047847b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[05:03:46.996] #6  0x0000558f604791fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:03:46.996] #7  0x0000558f6047ac6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x558f9b4b1d00) at ../src/ba...
[05:03:46.996] #8  0x0000558f602b2c4a in main (argc=4, argv=0x558f9b4b1d00) at ../src/backend/main/main.c:196
[05:03:47.438] #0  0x00007f7876aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:03:47.461] #0  0x00007f7876aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:47.461] #1  0x00007f7876a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:47.461] #2  0x00007f7876a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:47.461] #3  0x00005569ac834754 in ExceptionalCondition (conditionName=conditionName@entry=0x5569acad7308 "(remain...
[05:03:47.461] #4  0x00005569ac44fde4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:03:47.461] #5  0x00005569ac45033a in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[05:03:47.461] #6  0x00005569ac4511fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:03:47.461] #7  0x00005569ac452c6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5569b80ccd10) at ../src/ba...
[05:03:47.461] #8  0x00005569ac28ac4a in main (argc=4, argv=0x5569b80ccd10) at ../src/backend/main/main.c:196
[05:03:47.922] #0  0x00007f466eca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:03:47.945] #0  0x00007f466eca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:47.945] #1  0x00007f466ec5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:47.945] #2  0x00007f466ec45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:47.945] #3  0x000055f2b8c24754 in ExceptionalCondition (conditionName=conditionName@entry=0x55f2b8ec7308 "(remain...
[05:03:47.945] #4  0x000055f2b883fde4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:03:47.945] #5  0x000055f2b884047b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[05:03:47.945] #6  0x000055f2b88411fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:03:47.946] #7  0x000055f2b8842c6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55f2d469dd10) at ../src/ba...
[05:03:47.946] #8  0x000055f2b867ac4a in main (argc=4, argv=0x55f2d469dd10) at ../src/backend/main/main.c:196
[05:03:48.391] #0  0x00007f23738a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:03:48.410] #0  0x00007f23738a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:48.410] #1  0x00007f237385afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:48.410] #2  0x00007f2373845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:48.410] #3  0x0000558e3911a754 in ExceptionalCondition (conditionName=conditionName@entry=0x558e393bd308 "(remain...
[05:03:48.410] #4  0x0000558e38d35de4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:03:48.410] #5  0x0000558e38d3633a in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[05:03:48.410] #6  0x0000558e38d371fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:03:48.410] #7  0x0000558e38d38c6b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x558e6ac43d20) at ../src/ba...
[05:03:48.410] #8  0x0000558e38b70c4a in main (argc=8, argv=0x558e6ac43d20) at ../src/backend/main/main.c:196
[05:03:48.879] #0  0x00007ff1dd6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:03:48.897] #0  0x00007ff1dd6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:48.897] #1  0x00007ff1dd65afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:48.897] #2  0x00007ff1dd645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:48.897] #3  0x0000556635cae754 in ExceptionalCondition (conditionName=conditionName@entry=0x556635f51308 "(remain...
[05:03:48.897] #4  0x00005566358c9de4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:03:48.897] #5  0x00005566358ca47b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[05:03:48.897] #6  0x00005566358cb1fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:03:48.897] #7  0x00005566358ccc6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x556663ba3d40) at ../src/ba...
[05:03:48.897] #8  0x0000556635704c4a in main (argc=4, argv=0x556663ba3d40) at ../src/backend/main/main.c:196
[05:03:49.343] #0  0x00007ffb820a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:03:49.363] #0  0x00007ffb820a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:49.363] #1  0x00007ffb8205afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:49.363] #2  0x00007ffb82045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:49.363] #3  0x0000563696b5a754 in ExceptionalCondition (conditionName=conditionName@entry=0x563696dfd308 "(remain...
[05:03:49.363] #4  0x0000563696775de4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:03:49.363] #5  0x000056369677633a in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[05:03:49.363] #6  0x00005636967771fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:03:49.363] #7  0x0000563696778c6b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x5636a609cd90) at ../src/ba...
[05:03:49.363] #8  0x00005636965b0c4a in main (argc=8, argv=0x5636a609cd90) at ../src/backend/main/main.c:196
[05:03:49.804] #0  0x00007f3925ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:03:49.824] #0  0x00007f3925ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:49.824] #1  0x00007f3925e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:49.824] #2  0x00007f3925e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:49.824] #3  0x000055f6af3e0754 in ExceptionalCondition (conditionName=conditionName@entry=0x55f6af683308 "(remain...
[05:03:49.824] #4  0x000055f6aeffbde4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:03:49.824] #5  0x000055f6aeffc33a in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[05:03:49.824] #6  0x000055f6aeffd1fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:03:49.824] #7  0x000055f6aeffec6b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55f6e56f3d50) at ../src/ba...
[05:03:49.824] #8  0x000055f6aee36c4a in main (argc=8, argv=0x55f6e56f3d50) at ../src/backend/main/main.c:196
[05:03:50.261] #0  0x00007f4714ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:03:50.282] #0  0x00007f4714ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:50.282] #1  0x00007f4714c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:50.282] #2  0x00007f4714c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:50.282] #3  0x0000559c85057754 in ExceptionalCondition (conditionName=conditionName@entry=0x559c852fa308 "(remain...
[05:03:50.282] #4  0x0000559c84c72de4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:03:50.282] #5  0x0000559c84c7333a in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[05:03:50.282] #6  0x0000559c84c741fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:03:50.282] #7  0x0000559c84c75c6b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x559c9bf38d90) at ../src/ba...
[05:03:50.282] #8  0x0000559c84aadc4a in main (argc=8, argv=0x559c9bf38d90) at ../src/backend/main/main.c:196
[05:03:50.737] #0  0x00007fe11c2a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:03:50.757] #0  0x00007fe11c2a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:50.757] #1  0x00007fe11c25afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:50.757] #2  0x00007fe11c245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:50.757] #3  0x000055681b5b0754 in ExceptionalCondition (conditionName=conditionName@entry=0x55681b853308 "(remain...
[05:03:50.757] #4  0x000055681b1cbde4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:03:50.757] #5  0x000055681b1cc33a in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[05:03:50.757] #6  0x000055681b1cd1fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:03:50.757] #7  0x000055681b1cec6b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55682607cd80) at ../src/ba...
[05:03:50.757] #8  0x000055681b006c4a in main (argc=8, argv=0x55682607cd80) at ../src/backend/main/main.c:196
[05:03:51.230] #0  0x00007f5ed5ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:03:51.253] #0  0x00007f5ed5ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:51.253] #1  0x00007f5ed5c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:51.253] #2  0x00007f5ed5c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:51.253] #3  0x000055c36c86c754 in ExceptionalCondition (conditionName=conditionName@entry=0x55c36cb0f308 "(remain...
[05:03:51.253] #4  0x000055c36c487de4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:03:51.253] #5  0x000055c36c48833a in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[05:03:51.253] #6  0x000055c36c4891fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:03:51.253] #7  0x000055c36c48ac6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55c37eab8ce0) at ../src/ba...
[05:03:51.253] #8  0x000055c36c2c2c4a in main (argc=4, argv=0x55c37eab8ce0) at ../src/backend/main/main.c:196
[05:03:51.708] #0  0x00007f0bea4a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:03:51.731] #0  0x00007f0bea4a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:51.731] #1  0x00007f0bea45afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:51.731] #2  0x00007f0bea445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:51.731] #3  0x0000562919968754 in ExceptionalCondition (conditionName=conditionName@entry=0x562919c0b308 "(remain...
[05:03:51.731] #4  0x0000562919583de4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:03:51.731] #5  0x000056291958447b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[05:03:51.731] #6  0x00005629195851fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:03:51.731] #7  0x0000562919586c6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x562948518cf0) at ../src/ba...
[05:03:51.731] #8  0x00005629193bec4a in main (argc=4, argv=0x562948518cf0) at ../src/backend/main/main.c:196
[05:03:52.175] #0  0x00007f88960a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:03:52.195] #0  0x00007f88960a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:52.195] #1  0x00007f889605afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:52.195] #2  0x00007f8896045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:52.195] #3  0x0000563e361de754 in ExceptionalCondition (conditionName=conditionName@entry=0x563e36481308 "(remain...
[05:03:52.195] #4  0x0000563e35df9de4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:03:52.195] #5  0x0000563e35dfa33a in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[05:03:52.195] #6  0x0000563e35dfb1fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:03:52.195] #7  0x0000563e35dfcc6b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x563e6ffffd80) at ../src/ba...
[05:03:52.195] #8  0x0000563e35c34c4a in main (argc=8, argv=0x563e6ffffd80) at ../src/backend/main/main.c:196
[05:03:52.669] #0  0x00007f8fea8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:03:52.691] #0  0x00007f8fea8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:52.691] #1  0x00007f8fea85afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:52.691] #2  0x00007f8fea845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:52.691] #3  0x000055560ca95754 in ExceptionalCondition (conditionName=conditionName@entry=0x55560cd38308 "(remain...
[05:03:52.691] #4  0x000055560c6b0de4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:03:52.691] #5  0x000055560c6b133a in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[05:03:52.691] #6  0x000055560c6b21fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:03:52.691] #7  0x000055560c6b3c6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5556195c8cf0) at ../src/ba...
[05:03:52.691] #8  0x000055560c4ebc4a in main (argc=4, argv=0x5556195c8cf0) at ../src/backend/main/main.c:196
[05:03:53.170] #0  0x00007f54d5ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:03:53.195] #0  0x00007f54d5ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:53.195] #1  0x00007f54d5e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:53.195] #2  0x00007f54d5e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:53.195] #3  0x0000559134e4b754 in ExceptionalCondition (conditionName=conditionName@entry=0x5591350ee308 "(remain...
[05:03:53.195] #4  0x0000559134a66de4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:03:53.195] #5  0x0000559134a6747b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[05:03:53.195] #6  0x0000559134a681fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:03:53.195] #7  0x0000559134a69c6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55913b110d00) at ../src/ba...
[05:03:53.195] #8  0x00005591348a1c4a in main (argc=4, argv=0x55913b110d00) at ../src/backend/main/main.c:196
[05:03:53.672] #0  0x00007f5ee78a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:03:53.694] #0  0x00007f5ee78a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:53.694] #1  0x00007f5ee785afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:53.694] #2  0x00007f5ee7845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:53.694] #3  0x000055aadbf43754 in ExceptionalCondition (conditionName=conditionName@entry=0x55aadc1e6308 "(remain...
[05:03:53.694] #4  0x000055aadbb5ede4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:03:53.694] #5  0x000055aadbb5f47b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[05:03:53.694] #6  0x000055aadbb601fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:03:53.694] #7  0x000055aadbb61c6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55aafe763d00) at ../src/ba...
[05:03:53.694] #8  0x000055aadb999c4a in main (argc=4, argv=0x55aafe763d00) at ../src/backend/main/main.c:196
[05:03:54.162] #0  0x00007f912dca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:03:54.186] #0  0x00007f912dca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:54.186] #1  0x00007f912dc5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:54.186] #2  0x00007f912dc45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:54.186] #3  0x000055effa9cc754 in ExceptionalCondition (conditionName=conditionName@entry=0x55effac6f308 "(remain...
[05:03:54.186] #4  0x000055effa5e7de4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:03:54.186] #5  0x000055effa5e833a in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[05:03:54.186] #6  0x000055effa5e91fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:03:54.187] #7  0x000055effa5eac6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55f01563fd00) at ../src/ba...
[05:03:54.187] #8  0x000055effa422c4a in main (argc=4, argv=0x55f01563fd00) at ../src/backend/main/main.c:196
[05:03:54.674] #0  0x00007f438eaa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:03:54.694] #0  0x00007f438eaa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:54.694] #1  0x00007f438ea5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:54.694] #2  0x00007f438ea45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:54.694] #3  0x000055aa88245754 in ExceptionalCondition (conditionName=conditionName@entry=0x55aa884e8308 "(remain...
[05:03:54.694] #4  0x000055aa87e60de4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:03:54.694] #5  0x000055aa87e6147b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[05:03:54.694] #6  0x000055aa87e621fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:03:54.694] #7  0x000055aa87e63c6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55aa9c036d10) at ../src/ba...
[05:03:54.694] #8  0x000055aa87c9bc4a in main (argc=4, argv=0x55aa9c036d10) at ../src/backend/main/main.c:196
[05:03:55.166] #0  0x00007f565f2a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:03:55.186] #0  0x00007f565f2a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:55.186] #1  0x00007f565f25afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:55.186] #2  0x00007f565f245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:55.186] #3  0x000055855980c754 in ExceptionalCondition (conditionName=conditionName@entry=0x558559aaf308 "(remain...
[05:03:55.186] #4  0x0000558559427de4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:03:55.186] #5  0x000055855942847b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[05:03:55.186] #6  0x00005585594291fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:03:55.187] #7  0x000055855942ac6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55857f371d00) at ../src/ba...
[05:03:55.187] #8  0x0000558559262c4a in main (argc=4, argv=0x55857f371d00) at ../src/backend/main/main.c:196
[05:03:55.655] #0  0x00007f98290a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:03:55.678] #0  0x00007f98290a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:55.678] #1  0x00007f982905afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:55.678] #2  0x00007f9829045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:55.678] #3  0x0000563efeca1754 in ExceptionalCondition (conditionName=conditionName@entry=0x563efef44308 "(remain...
[05:03:55.678] #4  0x0000563efe8bcde4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:03:55.678] #5  0x0000563efe8bd33a in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[05:03:55.678] #6  0x0000563efe8be1fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:03:55.678] #7  0x0000563efe8bfc6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x563f243c0d00) at ../src/ba...
[05:03:55.678] #8  0x0000563efe6f7c4a in main (argc=4, argv=0x563f243c0d00) at ../src/backend/main/main.c:196
[05:03:56.148] #0  0x00007f22b42a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:03:56.167] #0  0x00007f22b42a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:56.167] #1  0x00007f22b425afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:56.167] #2  0x00007f22b4245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:56.167] #3  0x00005573eabb8754 in ExceptionalCondition (conditionName=conditionName@entry=0x5573eae5b308 "(remain...
[05:03:56.167] #4  0x00005573ea7d3de4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:03:56.167] #5  0x00005573ea7d447b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[05:03:56.167] #6  0x00005573ea7d51fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:03:56.167] #7  0x00005573ea7d6c6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55741ca65cd0) at ../src/ba...
[05:03:56.167] #8  0x00005573ea60ec4a in main (argc=4, argv=0x55741ca65cd0) at ../src/backend/main/main.c:196
[05:03:56.604] #0  0x00007f360eea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:03:56.625] #0  0x00007f360eea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:56.625] #1  0x00007f360ee5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:56.625] #2  0x00007f360ee45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:56.625] #3  0x00005628cea1f754 in ExceptionalCondition (conditionName=conditionName@entry=0x5628cecc2308 "(remain...
[05:03:56.625] #4  0x00005628ce63ade4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:03:56.625] #5  0x00005628ce63b33a in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[05:03:56.625] #6  0x00005628ce63c1fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:03:56.625] #7  0x00005628ce63dc6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5628f5dabd40) at ../src/ba...
[05:03:56.625] #8  0x00005628ce475c4a in main (argc=4, argv=0x5628f5dabd40) at ../src/backend/main/main.c:196
[05:03:57.086] #0  0x00007f572dca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:03:57.108] #0  0x00007f572dca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:57.108] #1  0x00007f572dc5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:57.108] #2  0x00007f572dc45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:57.108] #3  0x000055c614ebc754 in ExceptionalCondition (conditionName=conditionName@entry=0x55c61515f308 "(remain...
[05:03:57.108] #4  0x000055c614ad7de4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:03:57.108] #5  0x000055c614ad833a in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[05:03:57.108] #6  0x000055c614ad91fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:03:57.108] #7  0x000055c614adac6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55c643221d40) at ../src/ba...
[05:03:57.108] #8  0x000055c614912c4a in main (argc=4, argv=0x55c643221d40) at ../src/backend/main/main.c:196
[05:03:57.548] #0  0x00007f6182ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:03:57.569] #0  0x00007f6182ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:57.569] #1  0x00007f6182c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:57.569] #2  0x00007f6182c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:57.569] #3  0x000055969bc94754 in ExceptionalCondition (conditionName=conditionName@entry=0x55969bf37308 "(remain...
[05:03:57.569] #4  0x000055969b8afde4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:03:57.569] #5  0x000055969b8b047b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[05:03:57.569] #6  0x000055969b8b11fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:03:57.569] #7  0x000055969b8b2c6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55969da64d20) at ../src/ba...
[05:03:57.569] #8  0x000055969b6eac4a in main (argc=4, argv=0x55969da64d20) at ../src/backend/main/main.c:196
[05:03:58.037] #0  0x00007f0de60a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:03:58.058] #0  0x00007f0de60a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:58.058] #1  0x00007f0de605afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:58.058] #2  0x00007f0de6045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:58.058] #3  0x00005645add92754 in ExceptionalCondition (conditionName=conditionName@entry=0x5645ae035308 "(remain...
[05:03:58.058] #4  0x00005645ad9adde4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:03:58.058] #5  0x00005645ad9ae47b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[05:03:58.058] #6  0x00005645ad9af1fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:03:58.059] #7  0x00005645ad9b0c6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5645c4205d00) at ../src/ba...
[05:03:58.059] #8  0x00005645ad7e8c4a in main (argc=4, argv=0x5645c4205d00) at ../src/backend/main/main.c:196
[05:03:58.502] #0  0x00007fa54b2a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:03:58.521] #0  0x00007fa54b2a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:58.521] #1  0x00007fa54b25afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:58.521] #2  0x00007fa54b245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:58.521] #3  0x000055c3a6c91754 in ExceptionalCondition (conditionName=conditionName@entry=0x55c3a6f34308 "(remain...
[05:03:58.521] #4  0x000055c3a68acde4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:03:58.521] #5  0x000055c3a68ad33a in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[05:03:58.521] #6  0x000055c3a68ae1fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:03:58.522] #7  0x000055c3a68afc6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55c3e73abd10) at ../src/ba...
[05:03:58.522] #8  0x000055c3a66e7c4a in main (argc=4, argv=0x55c3e73abd10) at ../src/backend/main/main.c:196
[05:03:58.962] #0  0x00007f3c7cca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:03:58.982] #0  0x00007f3c7cca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:58.982] #1  0x00007f3c7cc5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:58.982] #2  0x00007f3c7cc45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:58.982] #3  0x00005582a887d754 in ExceptionalCondition (conditionName=conditionName@entry=0x5582a8b20308 "(remain...
[05:03:58.982] #4  0x00005582a8498de4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:03:58.982] #5  0x00005582a849947b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[05:03:58.982] #6  0x00005582a849a1fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:03:58.982] #7  0x00005582a849bc6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5582db20cd10) at ../src/ba...
[05:03:58.982] #8  0x00005582a82d3c4a in main (argc=4, argv=0x5582db20cd10) at ../src/backend/main/main.c:196
[05:03:59.446] #0  0x00007fb2d06a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:03:59.469] #0  0x00007fb2d06a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:59.469] #1  0x00007fb2d065afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:59.469] #2  0x00007fb2d0645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:59.469] #3  0x00005598dd99a754 in ExceptionalCondition (conditionName=conditionName@entry=0x5598ddc3d308 "(remain...
[05:03:59.469] #4  0x00005598dd5b5de4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:03:59.469] #5  0x00005598dd5b633a in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[05:03:59.469] #6  0x00005598dd5b71fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:03:59.469] #7  0x00005598dd5b8c6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5599019aed00) at ../src/ba...
[05:03:59.469] #8  0x00005598dd3f0c4a in main (argc=4, argv=0x5599019aed00) at ../src/backend/main/main.c:196
[05:03:59.931] #0  0x00007fd7f72a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:03:59.951] #0  0x00007fd7f72a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:59.951] #1  0x00007fd7f725afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:59.951] #2  0x00007fd7f7245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:59.951] #3  0x000055d2ebfb7754 in ExceptionalCondition (conditionName=conditionName@entry=0x55d2ec25a308 "(remain...
[05:03:59.951] #4  0x000055d2ebbd2de4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:03:59.951] #5  0x000055d2ebbd347b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[05:03:59.951] #6  0x000055d2ebbd41fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:03:59.951] #7  0x000055d2ebbd5c6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55d319fedd00) at ../src/ba...
[05:03:59.951] #8  0x000055d2eba0dc4a in main (argc=4, argv=0x55d319fedd00) at ../src/backend/main/main.c:196
[05:04:00.398] #0  0x00007f098a2a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:04:00.417] #0  0x00007f098a2a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:00.417] #1  0x00007f098a25afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:00.417] #2  0x00007f098a245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:00.417] #3  0x00005556ed7c0754 in ExceptionalCondition (conditionName=conditionName@entry=0x5556eda63308 "(remain...
[05:04:00.417] #4  0x00005556ed3dbde4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:04:00.417] #5  0x00005556ed3dc33a in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[05:04:00.417] #6  0x00005556ed3dd1fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:04:00.418] #7  0x00005556ed3dec6b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x555703700d50) at ../src/ba...
[05:04:00.418] #8  0x00005556ed216c4a in main (argc=8, argv=0x555703700d50) at ../src/backend/main/main.c:196
[05:04:00.886] #0  0x00007f8860ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:04:00.908] #0  0x00007f8860ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:00.908] #1  0x00007f8860c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:00.908] #2  0x00007f8860c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:00.908] #3  0x000055febaf93754 in ExceptionalCondition (conditionName=conditionName@entry=0x55febb236308 "(remain...
[05:04:00.908] #4  0x000055febabaede4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:04:00.908] #5  0x000055febabaf47b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[05:04:00.908] #6  0x000055febabb01fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:04:00.908] #7  0x000055febabb1c6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55febe579d00) at ../src/ba...
[05:04:00.908] #8  0x000055feba9e9c4a in main (argc=4, argv=0x55febe579d00) at ../src/backend/main/main.c:196
[05:04:01.373] #0  0x00007f15de0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:04:01.395] #0  0x00007f15de0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:01.395] #1  0x00007f15de05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:01.395] #2  0x00007f15de045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:01.395] #3  0x000055c8254c1754 in ExceptionalCondition (conditionName=conditionName@entry=0x55c825764308 "(remain...
[05:04:01.395] #4  0x000055c8250dcde4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:04:01.395] #5  0x000055c8250dd47b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[05:04:01.395] #6  0x000055c8250de1fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:04:01.396] #7  0x000055c8250dfc6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55c844c88d00) at ../src/ba...
[05:04:01.396] #8  0x000055c824f17c4a in main (argc=4, argv=0x55c844c88d00) at ../src/backend/main/main.c:196
[05:04:01.860] #0  0x00007f452dca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:04:01.882] #0  0x00007f452dca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:01.882] #1  0x00007f452dc5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:01.882] #2  0x00007f452dc45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:01.882] #3  0x00005627fe384754 in ExceptionalCondition (conditionName=conditionName@entry=0x5627fe627308 "(remain...
[05:04:01.882] #4  0x00005627fdf9fde4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:04:01.882] #5  0x00005627fdfa047b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[05:04:01.882] #6  0x00005627fdfa11fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:04:01.882] #7  0x00005627fdfa2c6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x562816dddd00) at ../src/ba...
[05:04:01.882] #8  0x00005627fdddac4a in main (argc=4, argv=0x562816dddd00) at ../src/backend/main/main.c:196
[05:04:02.366] #0  0x00007f76b26a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:04:02.387] #0  0x00007f76b26a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:02.387] #1  0x00007f76b265afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:02.387] #2  0x00007f76b2645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:02.387] #3  0x0000560771e18754 in ExceptionalCondition (conditionName=conditionName@entry=0x5607720bb308 "(remain...
[05:04:02.387] #4  0x0000560771a33de4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:04:02.387] #5  0x0000560771a3433a in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[05:04:02.387] #6  0x0000560771a351fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:04:02.387] #7  0x0000560771a36c6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5607905d4d00) at ../src/ba...
[05:04:02.387] #8  0x000056077186ec4a in main (argc=4, argv=0x5607905d4d00) at ../src/backend/main/main.c:196
[05:04:02.840] #0  0x00007f249b0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:04:02.859] #0  0x00007f249b0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:02.859] #1  0x00007f249b05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:02.859] #2  0x00007f249b045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:02.859] #3  0x000055a6093fb754 in ExceptionalCondition (conditionName=conditionName@entry=0x55a60969e308 "(remain...
[05:04:02.859] #4  0x000055a609016de4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:04:02.859] #5  0x000055a60901733a in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[05:04:02.859] #6  0x000055a6090181fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:04:02.859] #7  0x000055a609019c6b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55a613f33d20) at ../src/ba...
[05:04:02.859] #8  0x000055a608e51c4a in main (argc=8, argv=0x55a613f33d20) at ../src/backend/main/main.c:196
[05:04:03.317] #0  0x00007f46fa4a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:04:03.339] #0  0x00007f46fa4a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:03.339] #1  0x00007f46fa45afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:03.339] #2  0x00007f46fa445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:03.339] #3  0x0000562947baa754 in ExceptionalCondition (conditionName=conditionName@entry=0x562947e4d308 "(remain...
[05:04:03.339] #4  0x00005629477c5de4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:04:03.339] #5  0x00005629477c633a in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[05:04:03.339] #6  0x00005629477c71fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:04:03.340] #7  0x00005629477c8c6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x562981c11e10) at ../src/ba...
[05:04:03.340] #8  0x0000562947600c4a in main (argc=4, argv=0x562981c11e10) at ../src/backend/main/main.c:196
[05:04:03.789] #0  0x00007f65172a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:04:03.809] #0  0x00007f65172a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:03.809] #1  0x00007f651725afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:03.809] #2  0x00007f6517245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:03.809] #3  0x00005608a6cfd754 in ExceptionalCondition (conditionName=conditionName@entry=0x5608a6fa0308 "(remain...
[05:04:03.809] #4  0x00005608a6918de4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:04:03.809] #5  0x00005608a691947b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[05:04:03.809] #6  0x00005608a691a1fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:04:03.809] #7  0x00005608a691bc6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5608e2a24d40) at ../src/ba...
[05:04:03.809] #8  0x00005608a6753c4a in main (argc=4, argv=0x5608e2a24d40) at ../src/backend/main/main.c:196
[05:04:04.256] #0  0x00007fd407ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:04:04.276] #0  0x00007fd407ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:04.276] #1  0x00007fd407c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:04.276] #2  0x00007fd407c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:04.276] #3  0x000055a251a3e754 in ExceptionalCondition (conditionName=conditionName@entry=0x55a251ce1308 "(remain...
[05:04:04.276] #4  0x000055a251659de4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:04:04.276] #5  0x000055a25165a33a in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[05:04:04.276] #6  0x000055a25165b1fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:04:04.276] #7  0x000055a25165cc6b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55a281199d40) at ../src/ba...
[05:04:04.276] #8  0x000055a251494c4a in main (argc=8, argv=0x55a281199d40) at ../src/backend/main/main.c:196
[05:04:04.717] #0  0x00007f162caa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:04:04.736] #0  0x00007f162caa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:04.736] #1  0x00007f162ca5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:04.736] #2  0x00007f162ca45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:04.736] #3  0x000055aee45a0754 in ExceptionalCondition (conditionName=conditionName@entry=0x55aee4843308 "(remain...
[05:04:04.736] #4  0x000055aee41bbde4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:04:04.736] #5  0x000055aee41bc33a in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[05:04:04.736] #6  0x000055aee41bd1fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:04:04.736] #7  0x000055aee41bec6b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55af04f8ed20) at ../src/ba...
[05:04:04.736] #8  0x000055aee3ff6c4a in main (argc=8, argv=0x55af04f8ed20) at ../src/backend/main/main.c:196
[05:04:05.169] #0  0x00007fc96dca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:04:05.188] #0  0x00007fc96dca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:05.188] #1  0x00007fc96dc5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:05.188] #2  0x00007fc96dc45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:05.188] #3  0x000056401d15d754 in ExceptionalCondition (conditionName=conditionName@entry=0x56401d400308 "(remain...
[05:04:05.188] #4  0x000056401cd78de4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:04:05.188] #5  0x000056401cd7947b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[05:04:05.188] #6  0x000056401cd7a1fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:04:05.188] #7  0x000056401cd7bc6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x564054836d00) at ../src/ba...
[05:04:05.188] #8  0x000056401cbb3c4a in main (argc=4, argv=0x564054836d00) at ../src/backend/main/main.c:196
[05:04:05.653] #0  0x00007f992dea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:04:06.167] #0  0x00007f7d5bea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:06.167] #1  0x00007f7d5be5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:06.167] #2  0x00007f7d5be45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:06.167] #3  0x00005595cf8a8754 in ExceptionalCondition (conditionName=conditionName@entry=0x5595cfb4b308 "(remain...
[05:04:06.167] #4  0x00005595cf4c3de4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:04:06.167] #5  0x00005595cf4c447b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[05:04:06.167] #6  0x00005595cf4c51fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:04:06.167] #7  0x00005595cf4c6c6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5595ff092d20) at ../src/ba...
[05:04:06.167] #8  0x00005595cf2fec4a in main (argc=4, argv=0x5595ff092d20) at ../src/backend/main/main.c:196
[05:04:06.646] #0  0x00007fcf0e8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:04:06.665] #0  0x00007fcf0e8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:06.665] #1  0x00007fcf0e85afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:06.665] #2  0x00007fcf0e845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:06.665] #3  0x0000561cddae8754 in ExceptionalCondition (conditionName=conditionName@entry=0x561cddd8b308 "(remain...
[05:04:06.665] #4  0x0000561cdd703de4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:04:06.665] #5  0x0000561cdd70433a in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[05:04:06.665] #6  0x0000561cdd7051fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:04:06.665] #7  0x0000561cdd706c6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x561ce2584d00) at ../src/ba...
[05:04:06.665] #8  0x0000561cdd53ec4a in main (argc=4, argv=0x561ce2584d00) at ../src/backend/main/main.c:196
[05:04:07.138] #0  0x00007f89fc4a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:04:07.160] #0  0x00007f89fc4a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:07.160] #1  0x00007f89fc45afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:07.160] #2  0x00007f89fc445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:07.160] #3  0x000055b375365754 in ExceptionalCondition (conditionName=conditionName@entry=0x55b375608308 "(remain...
[05:04:07.160] #4  0x000055b374f80de4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:04:07.160] #5  0x000055b374f8133a in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[05:04:07.160] #6  0x000055b374f821fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:04:07.160] #7  0x000055b374f83c6b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55b3af157d80) at ../src/ba...
[05:04:07.160] #8  0x000055b374dbbc4a in main (argc=8, argv=0x55b3af157d80) at ../src/backend/main/main.c:196
[05:04:07.613] #0  0x00007fe6d18a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:04:07.637] #0  0x00007fe6d18a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:07.637] #1  0x00007fe6d185afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:07.637] #2  0x00007fe6d1845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:07.637] #3  0x0000561418522754 in ExceptionalCondition (conditionName=conditionName@entry=0x5614187c5308 "(remain...
[05:04:07.637] #4  0x000056141813dde4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:04:07.637] #5  0x000056141813e33a in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[05:04:07.637] #6  0x000056141813f1fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:04:07.637] #7  0x0000561418140c6b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x56142c34ad40) at ../src/ba...
[05:04:07.637] #8  0x0000561417f78c4a in main (argc=8, argv=0x56142c34ad40) at ../src/backend/main/main.c:196
[05:04:08.076] #0  0x00007feb4dca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:04:08.098] #0  0x00007feb4dca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:08.098] #1  0x00007feb4dc5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:08.098] #2  0x00007feb4dc45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:08.098] #3  0x000055ac1f2a5754 in ExceptionalCondition (conditionName=conditionName@entry=0x55ac1f548308 "(remain...
[05:04:08.098] #4  0x000055ac1eec0de4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:04:08.098] #5  0x000055ac1eec133a in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[05:04:08.098] #6  0x000055ac1eec21fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:04:08.098] #7  0x000055ac1eec3c6b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55ac380ddd90) at ../src/ba...
[05:04:08.098] #8  0x000055ac1ecfbc4a in main (argc=8, argv=0x55ac380ddd90) at ../src/backend/main/main.c:196
[05:04:08.569] #0  0x00007f1503aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:04:08.588] #0  0x00007f1503aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:08.588] #1  0x00007f1503a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:08.588] #2  0x00007f1503a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:08.588] #3  0x0000556508a2f754 in ExceptionalCondition (conditionName=conditionName@entry=0x556508cd2308 "(remain...
[05:04:08.588] #4  0x000055650864ade4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:04:08.588] #5  0x000055650864b47b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[05:04:08.588] #6  0x000055650864c1fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:04:08.588] #7  0x000055650864dc6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x556544388d00) at ../src/ba...
[05:04:08.588] #8  0x0000556508485c4a in main (argc=4, argv=0x556544388d00) at ../src/backend/main/main.c:196
[05:04:09.058] #0  0x00007fa7e56a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:04:09.082] #0  0x00007fa7e56a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:09.082] #1  0x00007fa7e565afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:09.082] #2  0x00007fa7e5645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:09.082] #3  0x0000562b01fdd754 in ExceptionalCondition (conditionName=conditionName@entry=0x562b02280308 "(remain...
[05:04:09.082] #4  0x0000562b01bf8de4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:04:09.082] #5  0x0000562b01bf947b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[05:04:09.082] #6  0x0000562b01bfa1fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:04:09.082] #7  0x0000562b01bfbc6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x562b1e678d00) at ../src/ba...
[05:04:09.082] #8  0x0000562b01a33c4a in main (argc=4, argv=0x562b1e678d00) at ../src/backend/main/main.c:196
[05:04:09.569] #0  0x00007f6bf6ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:04:09.588] #0  0x00007f6bf6ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:09.588] #1  0x00007f6bf6e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:09.588] #2  0x00007f6bf6e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:09.588] #3  0x000056186fcfe754 in ExceptionalCondition (conditionName=conditionName@entry=0x56186ffa1308 "(remain...
[05:04:09.588] #4  0x000056186f919de4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:04:09.588] #5  0x000056186f91a33a in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[05:04:09.588] #6  0x000056186f91b1fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:04:09.588] #7  0x000056186f91cc6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x56189d02bd00) at ../src/ba...
[05:04:09.588] #8  0x000056186f754c4a in main (argc=4, argv=0x56189d02bd00) at ../src/backend/main/main.c:196
[05:04:10.035] #0  0x00007fdb496a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:04:10.057] #0  0x00007fdb496a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:10.057] #1  0x00007fdb4965afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:10.057] #2  0x00007fdb49645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:10.057] #3  0x0000564669483754 in ExceptionalCondition (conditionName=conditionName@entry=0x564669726308 "(remain...
[05:04:10.057] #4  0x000056466909ede4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:04:10.057] #5  0x000056466909f33a in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[05:04:10.057] #6  0x00005646690a01fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:04:10.058] #7  0x00005646690a1c6b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x564677290d20) at ../src/ba...
[05:04:10.058] #8  0x0000564668ed9c4a in main (argc=8, argv=0x564677290d20) at ../src/backend/main/main.c:196
[05:04:10.506] #0  0x00007fda144a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:04:10.525] #0  0x00007fda144a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:10.525] #1  0x00007fda1445afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:10.525] #2  0x00007fda14445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:10.525] #3  0x000056460a5cb754 in ExceptionalCondition (conditionName=conditionName@entry=0x56460a86e308 "(remain...
[05:04:10.525] #4  0x000056460a1e6de4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:04:10.525] #5  0x000056460a1e747b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[05:04:10.525] #6  0x000056460a1e81fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:04:10.525] #7  0x000056460a1e9c6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x564636112d00) at ../src/ba...
[05:04:10.525] #8  0x000056460a021c4a in main (argc=4, argv=0x564636112d00) at ../src/backend/main/main.c:196
[05:04:10.970] #0  0x00007f13498a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:04:10.992] #0  0x00007f13498a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:10.992] #1  0x00007f134985afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:10.992] #2  0x00007f1349845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:10.992] #3  0x000055da15f3a754 in ExceptionalCondition (conditionName=conditionName@entry=0x55da161dd308 "(remain...
[05:04:10.992] #4  0x000055da15b55de4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:04:10.992] #5  0x000055da15b5633a in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[05:04:10.992] #6  0x000055da15b571fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:04:10.992] #7  0x000055da15b58c6b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55da5548cd40) at ../src/ba...
[05:04:10.992] #8  0x000055da15990c4a in main (argc=8, argv=0x55da5548cd40) at ../src/backend/main/main.c:196
[05:04:11.438] #0  0x00007f15e5ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:04:11.458] #0  0x00007f15e5ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:11.458] #1  0x00007f15e5c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:11.458] #2  0x00007f15e5c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:11.458] #3  0x0000556fe1544754 in ExceptionalCondition (conditionName=conditionName@entry=0x556fe17e7308 "(remain...
[05:04:11.458] #4  0x0000556fe115fde4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:04:11.458] #5  0x0000556fe116033a in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[05:04:11.458] #6  0x0000556fe11611fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:04:11.458] #7  0x0000556fe1162c6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5570123e8d00) at ../src/ba...
[05:04:11.458] #8  0x0000556fe0f9ac4a in main (argc=4, argv=0x5570123e8d00) at ../src/backend/main/main.c:196
[05:04:11.910] #0  0x00007f940a6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:04:11.933] #0  0x00007f940a6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:11.933] #1  0x00007f940a65afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:11.933] #2  0x00007f940a645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:11.933] #3  0x0000555f0b028754 in ExceptionalCondition (conditionName=conditionName@entry=0x555f0b2cb308 "(remain...
[05:04:11.933] #4  0x0000555f0ac43de4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:04:11.933] #5  0x0000555f0ac4433a in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[05:04:11.933] #6  0x0000555f0ac451fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:04:11.933] #7  0x0000555f0ac46c6b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x555f0c40fd60) at ../src/ba...
[05:04:11.933] #8  0x0000555f0aa7ec4a in main (argc=8, argv=0x555f0c40fd60) at ../src/backend/main/main.c:196
[05:04:12.401] #0  0x00007f3d534a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:04:12.422] #0  0x00007f3d534a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:12.422] #1  0x00007f3d5345afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:12.422] #2  0x00007f3d53445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:12.422] #3  0x0000559cc4650754 in ExceptionalCondition (conditionName=conditionName@entry=0x559cc48f3308 "(remain...
[05:04:12.422] #4  0x0000559cc426bde4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:04:12.422] #5  0x0000559cc426c33a in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[05:04:12.422] #6  0x0000559cc426d1fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:04:12.422] #7  0x0000559cc426ec6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x559d019a7cd0) at ../src/ba...
[05:04:12.422] #8  0x0000559cc40a6c4a in main (argc=4, argv=0x559d019a7cd0) at ../src/backend/main/main.c:196
[05:04:12.874] #0  0x00007f712b2a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:04:12.897] #0  0x00007f712b2a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:12.897] #1  0x00007f712b25afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:12.897] #2  0x00007f712b245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:12.897] #3  0x0000559f27201754 in ExceptionalCondition (conditionName=conditionName@entry=0x559f274a4308 "(remain...
[05:04:12.897] #4  0x0000559f26e1cde4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:04:12.897] #5  0x0000559f26e1d47b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[05:04:12.897] #6  0x0000559f26e1e1fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:04:12.897] #7  0x0000559f26e1fc6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x559f45f3fd10) at ../src/ba...
[05:04:12.897] #8  0x0000559f26c57c4a in main (argc=4, argv=0x559f45f3fd10) at ../src/backend/main/main.c:196
[05:04:13.376] #0  0x00007f01b2ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:04:13.401] #0  0x00007f01b2ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:13.401] #1  0x00007f01b2e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:13.401] #2  0x00007f01b2e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:13.401] #3  0x000055c7e0c67754 in ExceptionalCondition (conditionName=conditionName@entry=0x55c7e0f0a308 "(remain...
[05:04:13.401] #4  0x000055c7e0882de4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:04:13.401] #5  0x000055c7e088347b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[05:04:13.401] #6  0x000055c7e08841fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:04:13.401] #7  0x000055c7e0885c6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55c820dfed10) at ../src/ba...
[05:04:13.401] #8  0x000055c7e06bdc4a in main (argc=4, argv=0x55c820dfed10) at ../src/backend/main/main.c:196
[05:04:13.866] #0  0x00007f4bdaca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:04:13.887] #0  0x00007f4bdaca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:13.887] #1  0x00007f4bdac5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:13.887] #2  0x00007f4bdac45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:13.887] #3  0x00005626d493a754 in ExceptionalCondition (conditionName=conditionName@entry=0x5626d4bdd308 "(remain...
[05:04:13.887] #4  0x00005626d4555de4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:04:13.887] #5  0x00005626d455633a in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[05:04:13.887] #6  0x00005626d45571fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:04:13.887] #7  0x00005626d4558c6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5626dfffccd0) at ../src/ba...
[05:04:13.887] #8  0x00005626d4390c4a in main (argc=4, argv=0x5626dfffccd0) at ../src/backend/main/main.c:196
[05:04:14.326] #0  0x00007f0f830a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:04:14.348] #0  0x00007f0f830a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:14.348] #1  0x00007f0f8305afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:14.348] #2  0x00007f0f83045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:14.348] #3  0x0000559251000754 in ExceptionalCondition (conditionName=conditionName@entry=0x5592512a3308 "(remain...
[05:04:14.348] #4  0x0000559250c1bde4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:04:14.348] #5  0x0000559250c1c33a in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[05:04:14.348] #6  0x0000559250c1d1fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:04:14.348] #7  0x0000559250c1ec6b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55927152bd40) at ../src/ba...
[05:04:14.348] #8  0x0000559250a56c4a in main (argc=8, argv=0x55927152bd40) at ../src/backend/main/main.c:196
[05:04:14.802] #0  0x00007f82d5ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:04:14.824] #0  0x00007f82d5ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:14.824] #1  0x00007f82d5c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:14.824] #2  0x00007f82d5c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:14.824] #3  0x000056239e634754 in ExceptionalCondition (conditionName=conditionName@entry=0x56239e8d7308 "(remain...
[05:04:14.824] #4  0x000056239e24fde4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:04:14.824] #5  0x000056239e25047b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[05:04:14.824] #6  0x000056239e2511fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:04:14.824] #7  0x000056239e252c6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5623a7ce2d40) at ../src/ba...
[05:04:14.824] #8  0x000056239e08ac4a in main (argc=4, argv=0x5623a7ce2d40) at ../src/backend/main/main.c:196
[05:04:15.280] #0  0x00007fbf70aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:04:15.302] #0  0x00007fbf70aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:15.302] #1  0x00007fbf70a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:15.302] #2  0x00007fbf70a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:15.302] #3  0x000055922f403754 in ExceptionalCondition (conditionName=conditionName@entry=0x55922f6a6308 "(remain...
[05:04:15.302] #4  0x000055922f01ede4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:04:15.302] #5  0x000055922f01f47b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[05:04:15.302] #6  0x000055922f0201fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:04:15.302] #7  0x000055922f021c6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55923a8c7d00) at ../src/ba...
[05:04:15.302] #8  0x000055922ee59c4a in main (argc=4, argv=0x55923a8c7d00) at ../src/backend/main/main.c:196
[05:04:15.744] #0  0x00007f72fc0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:04:15.766] #0  0x00007f72fc0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:15.766] #1  0x00007f72fc05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:15.766] #2  0x00007f72fc045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:15.766] #3  0x0000560b71c3a754 in ExceptionalCondition (conditionName=conditionName@entry=0x560b71edd308 "(remain...
[05:04:15.766] #4  0x0000560b71855de4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:04:15.766] #5  0x0000560b7185633a in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[05:04:15.766] #6  0x0000560b718571fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:04:15.766] #7  0x0000560b71858c6b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x560b9502fd20) at ../src/ba...
[05:04:15.766] #8  0x0000560b71690c4a in main (argc=8, argv=0x560b9502fd20) at ../src/backend/main/main.c:196
[05:04:16.218] #0  0x00007fab260a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:04:16.240] #0  0x00007fab260a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:16.240] #1  0x00007fab2605afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:16.240] #2  0x00007fab26045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:16.240] #3  0x000055bcebefa754 in ExceptionalCondition (conditionName=conditionName@entry=0x55bcec19d308 "(remain...
[05:04:16.240] #4  0x000055bcebb15de4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:04:16.240] #5  0x000055bcebb1633a in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[05:04:16.240] #6  0x000055bcebb171fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:04:16.240] #7  0x000055bcebb18c6b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55bd09294d20) at ../src/ba...
[05:04:16.240] #8  0x000055bceb950c4a in main (argc=8, argv=0x55bd09294d20) at ../src/backend/main/main.c:196
[05:04:16.712] #0  0x00007f42f88a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:04:16.734] #0  0x00007f42f88a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:16.734] #1  0x00007f42f885afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:16.734] #2  0x00007f42f8845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:16.734] #3  0x000055694b112754 in ExceptionalCondition (conditionName=conditionName@entry=0x55694b3b5308 "(remain...
[05:04:16.734] #4  0x000055694ad2dde4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:04:16.734] #5  0x000055694ad2f103 in process_pm_child_exit () at ../src/backend/postmaster/postmaster.c:2523
[05:04:16.734] #6  0x000055694ad2f20a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1654
[05:04:16.734] #7  0x000055694ad30c6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55697ce63d10) at ../src/ba...
[05:04:16.734] #8  0x000055694ab68c4a in main (argc=4, argv=0x55697ce63d10) at ../src/backend/main/main.c:196
[05:04:17.194] #0  0x00007f18e7ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:04:17.213] #0  0x00007f18e7ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:17.213] #1  0x00007f18e7c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:17.213] #2  0x00007f18e7c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:17.213] #3  0x0000560c03db1754 in ExceptionalCondition (conditionName=conditionName@entry=0x560c04054308 "(remain...
[05:04:17.213] #4  0x0000560c039ccde4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:04:17.213] #5  0x0000560c039cd33a in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[05:04:17.213] #6  0x0000560c039ce1fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:04:17.213] #7  0x0000560c039cfc6b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x560c40eb9d40) at ../src/ba...
[05:04:17.213] #8  0x0000560c03807c4a in main (argc=8, argv=0x560c40eb9d40) at ../src/backend/main/main.c:196
[05:04:17.685] #0  0x00007f0f4c8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:04:17.705] #0  0x00007f0f4c8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:17.705] #1  0x00007f0f4c85afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:17.705] #2  0x00007f0f4c845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:17.705] #3  0x0000556cad051754 in ExceptionalCondition (conditionName=conditionName@entry=0x556cad2f4308 "(remain...
[05:04:17.705] #4  0x0000556cacc6cde4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:04:17.705] #5  0x0000556cacc6d47b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[05:04:17.705] #6  0x0000556cacc6e1fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:04:17.705] #7  0x0000556cacc6fc6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x556ccab78d00) at ../src/ba...
[05:04:17.705] #8  0x0000556cacaa7c4a in main (argc=4, argv=0x556ccab78d00) at ../src/backend/main/main.c:196
[05:04:18.167] #0  0x00007f89082a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:04:18.187] #0  0x00007f89082a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:18.187] #1  0x00007f890825afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:18.187] #2  0x00007f8908245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:18.187] #3  0x000056260c660754 in ExceptionalCondition (conditionName=conditionName@entry=0x56260c903308 "(remain...
[05:04:18.187] #4  0x000056260c27bde4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:04:18.187] #5  0x000056260c27c47b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[05:04:18.187] #6  0x000056260c27d1fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:04:18.188] #7  0x000056260c27ec6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x56262348ad00) at ../src/ba...
[05:04:18.188] #8  0x000056260c0b6c4a in main (argc=4, argv=0x56262348ad00) at ../src/backend/main/main.c:196
[05:04:18.662] #0  0x00007ff252aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:04:18.682] #0  0x00007ff252aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:18.682] #1  0x00007ff252a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:18.682] #2  0x00007ff252a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:18.682] #3  0x00005597822eb754 in ExceptionalCondition (conditionName=conditionName@entry=0x55978258e308 "(remain...
[05:04:18.682] #4  0x0000559781f06de4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:04:18.682] #5  0x0000559781f0747b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[05:04:18.682] #6  0x0000559781f081fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:04:18.682] #7  0x0000559781f09c6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5597abdd4ce0) at ../src/ba...
[05:04:18.682] #8  0x0000559781d41c4a in main (argc=4, argv=0x5597abdd4ce0) at ../src/backend/main/main.c:196
[05:04:19.160] #0  0x00007fba89ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:04:19.184] #0  0x00007fba89ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:19.184] #1  0x00007fba89e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:19.184] #2  0x00007fba89e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:19.184] #3  0x000055b342fb3754 in ExceptionalCondition (conditionName=conditionName@entry=0x55b343256308 "(remain...
[05:04:19.184] #4  0x000055b342bcede4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:04:19.184] #5  0x000055b342bcf47b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[05:04:19.184] #6  0x000055b342bd01fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:04:19.184] #7  0x000055b342bd1c6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55b35ed22d00) at ../src/ba...
[05:04:19.184] #8  0x000055b342a09c4a in main (argc=4, argv=0x55b35ed22d00) at ../src/backend/main/main.c:196
[05:04:19.669] #0  0x00007f44cf6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:04:19.691] #0  0x00007f44cf6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:19.691] #1  0x00007f44cf65afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:19.691] #2  0x00007f44cf645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:19.691] #3  0x0000558ade1e8754 in ExceptionalCondition (conditionName=conditionName@entry=0x558ade48b308 "(remain...
[05:04:19.691] #4  0x0000558adde03de4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:04:19.691] #5  0x0000558adde0447b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[05:04:19.691] #6  0x0000558adde051fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:04:19.692] #7  0x0000558adde06c6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x558b09f1fd10) at ../src/ba...
[05:04:19.692] #8  0x0000558addc3ec4a in main (argc=4, argv=0x558b09f1fd10) at ../src/backend/main/main.c:196
[05:04:20.127] #0  0x00007f8fdb6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:04:20.145] #0  0x00007f8fdb6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:20.145] #1  0x00007f8fdb65afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:20.145] #2  0x00007f8fdb645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:20.145] #3  0x000055df5de84754 in ExceptionalCondition (conditionName=conditionName@entry=0x55df5e127308 "(remain...
[05:04:20.145] #4  0x000055df5da9fde4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:04:20.145] #5  0x000055df5daa033a in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[05:04:20.145] #6  0x000055df5daa11fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:04:20.146] #7  0x000055df5daa2c6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55df8bb7ad10) at ../src/ba...
[05:04:20.146] #8  0x000055df5d8dac4a in main (argc=4, argv=0x55df8bb7ad10) at ../src/backend/main/main.c:196
[05:04:20.597] #0  0x00007f0840ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:04:20.616] #0  0x00007f0840ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:20.616] #1  0x00007f0840c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:20.616] #2  0x00007f0840c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:20.616] #3  0x0000557e4fa05754 in ExceptionalCondition (conditionName=conditionName@entry=0x557e4fca8308 "(remain...
[05:04:20.616] #4  0x0000557e4f620de4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:04:20.616] #5  0x0000557e4f62133a in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[05:04:20.616] #6  0x0000557e4f6221fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:04:20.616] #7  0x0000557e4f623c6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x557e7c2d9cd0) at ../src/ba...
[05:04:20.616] #8  0x0000557e4f45bc4a in main (argc=4, argv=0x557e7c2d9cd0) at ../src/backend/main/main.c:196
[05:04:21.076] #0  0x00007fb03d2a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:04:21.095] #0  0x00007fb03d2a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:21.095] #1  0x00007fb03d25afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:21.095] #2  0x00007fb03d245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:21.095] #3  0x0000559435d79754 in ExceptionalCondition (conditionName=conditionName@entry=0x55943601c308 "(remain...
[05:04:21.095] #4  0x0000559435994de4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:04:21.095] #5  0x000055943599533a in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[05:04:21.095] #6  0x00005594359961fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:04:21.096] #7  0x0000559435997c6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55946ffc0d00) at ../src/ba...
[05:04:21.096] #8  0x00005594357cfc4a in main (argc=4, argv=0x55946ffc0d00) at ../src/backend/main/main.c:196
[05:04:21.542] #0  0x00007f84e52a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
tap
[04:52:46.537](1.724s) Bail out!  pg_ctl restart failed
tap
[04:53:01.794](1.058s) Bail out!  pg_ctl stop failed
tap
[04:51:40.954](0.608s) Bail out!  pg_ctl stop failed
tap
[04:51:43.598](2.530s) Bail out!  pg_ctl stop failed
tap
[04:51:42.082](2.010s) Bail out!  pg_ctl stop failed
tap
[04:51:43.606](0.586s) Bail out!  pg_ctl stop failed
tap
[04:51:44.085](2.808s) Bail out!  pg_ctl stop failed
tap
[04:51:45.101](0.111s) Bail out!  pg_ctl restart failed
tap
[04:51:47.182](0.248s) Bail out!  pg_ctl stop failed
tap
[04:51:58.536](13.822s) Bail out!  pg_ctl restart failed
tap
[04:51:47.249](0.189s) Bail out!  pg_ctl stop failed
tap
[04:51:47.194](0.931s) Bail out!  pg_ctl stop failed
tap
[04:51:49.437](1.869s) Bail out!  pg_ctl stop failed
tap
[04:51:51.399](1.770s) Bail out!  pg_ctl stop failed
tap
[04:51:52.196](2.229s) Bail out!  pg_ctl stop failed
tap
[04:51:53.299](2.278s) Bail out!  pg_ctl stop failed
tap
[04:51:54.450](2.436s) Bail out!  pg_ctl restart failed
tap
[04:51:55.455](2.644s) Bail out!  pg_ctl stop failed
tap
[04:51:59.556](2.521s) Bail out!  pg_ctl stop failed
tap
[04:51:55.797](0.327s) Bail out!  pg_ctl stop failed
tap
[04:51:59.137](0.346s) Bail out!  pg_ctl stop failed
tap
[04:52:02.330](0.271s) Bail out!  pg_ctl stop failed
tap
[04:52:00.757](0.945s) Bail out!  pg_ctl restart failed
tap
[04:52:04.868](0.210s) Bail out!  pg_ctl stop failed
tap
[04:53:06.628](0.205s) Bail out!  pg_ctl restart failed
tap
[04:52:06.672](0.123s) Bail out!  pg_ctl stop failed
tap
[04:52:06.878](0.114s) Bail out!  pg_ctl stop failed
tap
[04:52:14.574](0.145s) Bail out!  pg_ctl restart failed
tap
[04:52:13.406](0.120s) Bail out!  pg_ctl restart failed
tap
[04:52:19.958](0.670s) Bail out!  pg_ctl stop failed
tap
[04:52:18.131](3.157s) Bail out!  pg_ctl stop failed
tap
[04:52:21.262](2.413s) Bail out!  pg_ctl stop failed
tap
[04:52:29.957](2.750s) Bail out!  pg_ctl stop failed
tap
[04:52:26.159](4.113s) Bail out!  pg_ctl stop failed
tap
[04:52:33.401](0.117s) Bail out!  pg_ctl restart failed
tap
[04:52:33.884](1.658s) Bail out!  pg_ctl stop failed
tap
[04:52:41.846](0.326s) Bail out!  pg_ctl stop failed
tap
[04:52:37.983](0.128s) Bail out!  pg_ctl stop failed
tap
[04:52:42.102](0.330s) Bail out!  pg_ctl stop failed
test
[05:02:53.060]   5/318 postgresql:pg_upgrade / pg_upgrade/003_logical_slots                            ERROR            ...
[05:02:53.060]   6/318 postgresql:recovery / recovery/001_stream_rep                                   ERROR            ...
[05:02:53.060]   7/318 postgresql:recovery / recovery/003_recovery_targets                             ERROR            ...
[05:02:53.060]   8/318 postgresql:pg_upgrade / pg_upgrade/004_subscription                             ERROR            ...
[05:02:53.060]   9/318 postgresql:recovery / recovery/004_timeline_switch                              ERROR            ...
[05:02:53.060]  10/318 postgresql:recovery / recovery/006_logical_decoding                             ERROR            ...
[05:02:53.060]  12/318 postgresql:recovery / recovery/010_logical_decoding_timelines                   ERROR            ...
[05:02:53.060]  13/318 postgresql:recovery / recovery/009_twophase                                     ERROR            ...
[05:02:53.060]  14/318 postgresql:recovery / recovery/007_sync_rep                                     ERROR            ...
[05:02:53.060]  15/318 postgresql:recovery / recovery/012_subtransactions                              ERROR            ...
[05:02:53.060]  17/318 postgresql:recovery / recovery/014_unlogged_reinit                              ERROR            ...
[05:02:53.060]  18/318 postgresql:recovery / recovery/015_promotion_pages                              ERROR            ...
[05:02:53.060]  19/318 postgresql:recovery / recovery/016_min_consistency                              ERROR            ...
[05:02:53.060]  20/318 postgresql:recovery / recovery/017_shm                                          ERROR            ...
[05:02:53.060]  21/318 postgresql:recovery / recovery/018_wal_optimize                                 ERROR            ...
[05:02:53.060]  22/318 postgresql:recovery / recovery/020_archive_status                               ERROR            ...
[05:02:53.060]  23/318 postgresql:recovery / recovery/008_fsm_truncation                               ERROR            ...
[05:02:53.060]  24/318 postgresql:recovery / recovery/021_row_visibility                               ERROR            ...
[05:02:53.060]  25/318 postgresql:recovery / recovery/019_replslot_limit                               ERROR            ...
[05:02:53.060]  26/318 postgresql:recovery / recovery/024_archive_recovery                             ERROR            ...
[05:02:53.060]  27/318 postgresql:recovery / recovery/023_pitr_prepared_xact                           ERROR            ...
[05:02:53.060]  29/318 postgresql:recovery / recovery/026_overwrite_contrecord                         ERROR            ...
[05:02:53.060]  30/318 postgresql:recovery / recovery/028_pitr_timelines                               ERROR            ...
[05:02:53.060]  31/318 postgresql:recovery / recovery/029_stats_restart                                ERROR            ...
[05:02:53.060]  32/318 postgresql:recovery / recovery/031_recovery_conflict                            ERROR            ...
[05:02:53.060]  33/318 postgresql:recovery / recovery/030_stats_cleanup_replica                        ERROR            ...
[05:02:53.060]  34/318 postgresql:recovery / recovery/033_replay_tsp_drops                             ERROR            ...
[05:02:53.060]  35/318 postgresql:recovery / recovery/032_relfilenode_reuse                            ERROR            ...
[05:02:53.060]  36/318 postgresql:recovery / recovery/034_create_database                              ERROR            ...
[05:02:53.060]  37/318 postgresql:recovery / recovery/036_truncated_dropped                            ERROR            ...
[05:02:53.060]  38/318 postgresql:recovery / recovery/035_standby_logical_decoding                     ERROR            ...
[05:02:53.060]  40/318 postgresql:recovery / recovery/039_end_of_wal                                   ERROR            ...
[05:02:53.060]  41/318 postgresql:recovery / recovery/038_save_logical_slots_shutdown                  ERROR            ...
[05:02:53.060]  42/318 postgresql:recovery / recovery/041_checkpoint_at_promote                        ERROR            ...
[05:02:53.060]  43/318 postgresql:recovery / recovery/042_low_level_backup                             ERROR            ...
[05:02:53.060]  44/318 postgresql:kerberos / kerberos/001_auth                                         ERROR            ...
[05:02:53.060]  45/318 postgresql:recovery / recovery/040_standby_failover_slots_sync                  ERROR            ...
[05:02:53.060]  46/318 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[05:02:53.060]  47/318 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[05:02:53.060]  48/318 postgresql:isolation / isolation/isolation                                      ERROR           1...
[05:02:53.060]  49/318 postgresql:regress / regress/regress                                            ERROR           1...
[05:02:53.060]  50/318 postgresql:plpgsql / plpgsql/regress                                            ERROR           1...
[05:02:53.060]  51/318 postgresql:plperl / plperl/regress                                              ERROR           1...
[05:02:53.060]  52/318 postgresql:plpython / plpython/regress                                          ERROR           1...
[05:02:53.060]  53/318 postgresql:pltcl / pltcl/regress                                                ERROR           1...
[05:02:53.060]  54/318 postgresql:recovery / recovery/013_crash_restart                                ERROR           2...
[05:02:53.060]  55/318 postgresql:recovery / recovery/022_crash_temp_files                             ERROR           2...
[05:02:53.060]  56/318 postgresql:amcheck / amcheck/regress                                            ERROR           1...
[05:02:53.060]  57/318 postgresql:basic_archive / basic_archive/regress                                ERROR           1...
[05:02:53.060]  58/318 postgresql:bloom / bloom/regress                                                ERROR           1...
[05:02:53.060]  59/318 postgresql:bool_plperl / bool_plperl/regress                                    ERROR           1...
[05:02:53.060]  60/318 postgresql:btree_gin / btree_gin/regress                                        ERROR           1...
[05:02:53.060]  61/318 postgresql:btree_gist / btree_gist/regress                                      ERROR           1...
[05:02:53.060]  62/318 postgresql:citext / citext/regress                                              ERROR           1...
[05:02:53.068]  63/318 postgresql:cube / cube/regress                                                  ERROR           1...
[05:02:53.068]  64/318 postgresql:dblink / dblink/regress                                              ERROR           1...
[05:02:53.068]  65/318 postgresql:dict_int / dict_int/regress                                          ERROR           1...
[05:02:53.068]  66/318 postgresql:dict_xsyn / dict_xsyn/regress                                        ERROR           1...
[05:02:53.068]  67/318 postgresql:earthdistance / earthdistance/regress                                ERROR           1...
[05:02:53.068]  68/318 postgresql:file_fdw / file_fdw/regress                                          ERROR           1...
[05:02:53.068]  69/318 postgresql:fuzzystrmatch / fuzzystrmatch/regress                                ERROR           1...
[05:02:53.068]  70/318 postgresql:hstore / hstore/regress                                              ERROR           1...
[05:02:53.068]  71/318 postgresql:hstore_plperl / hstore_plperl/regress                                ERROR           1...
[05:02:53.068]  72/318 postgresql:hstore_plpython / hstore_plpython/regress                            ERROR           1...
[05:02:53.068]  73/318 postgresql:isn / isn/regress                                                    ERROR           1...
[05:02:53.068]  74/318 postgresql:jsonb_plperl / jsonb_plperl/regress                                  ERROR           1...
[05:02:53.068]  75/318 postgresql:intarray / intarray/regress                                          ERROR           1...
[05:02:53.068]  76/318 postgresql:jsonb_plpython / jsonb_plpython/regress                              ERROR           1...
[05:02:53.068]  77/318 postgresql:lo / lo/regress                                                      ERROR           1...
[05:02:53.068]  78/318 postgresql:ltree / ltree/regress                                                ERROR           1...
[05:02:53.068]  79/318 postgresql:ltree_plpython / ltree_plpython/regress                              ERROR           1...
[05:02:53.068]  80/318 postgresql:pageinspect / pageinspect/regress                                    ERROR           1...
[05:02:53.068]  81/318 postgresql:passwordcheck / passwordcheck/regress                                ERROR           1...
[05:02:53.068]  82/318 postgresql:pg_buffercache / pg_buffercache/regress                              ERROR           1...
Windows - Server 2019, VS 2019 - Meson & ninja
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
core
00000026`8a7ff8c8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000026`8a7ff8d0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000026`8a7ffbc0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000026`8a7ffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000026`8a3ffa88 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000026`8a3ffa90 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000026`8a3ffd80 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000026`8a3ffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000026`89fff0f0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000026`89fff130 00007ff6`511393bc     postgres!ExceptionalCondition(
00000026`89fff170 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000026`89fff1c0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000026`89fff210 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000026`89fffb30 00007ff6`50fee778     postgres!PostmasterMain(
00000026`89fffcc0 00007ff6`515e68b9     postgres!main(
00000026`89fffd00 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000026`89fffd50 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000026`89fffdc0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000026`8abff8a8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000026`8abff8b0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000026`8abff920 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000026`8abffa20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000026`8abffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000026`8afff7b8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000026`8afff7c0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000026`8afffab0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000026`8afffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000070`0e3feb20 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000070`0e3feb60 00007ff6`511393bc     postgres!ExceptionalCondition(
00000070`0e3feba0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000070`0e3febf0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000070`0e3fec40 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000070`0e3ff560 00007ff6`50fee778     postgres!PostmasterMain(
00000070`0e3ff6f0 00007ff6`515e68b9     postgres!main(
00000070`0e3ff730 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000070`0e3ff780 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000070`0e3ff7f0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000070`0e7ff7f8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000070`0e7ff800 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000070`0e7ffaf0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000070`0e7ffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000070`0ebff9f8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000070`0ebffa00 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000070`0ebffcf0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000070`0ebffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000070`0efff558 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000070`0efff560 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000070`0efff850 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000070`0efff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000070`0f3ffc18 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000070`0f3ffc20 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000070`0f3ffc90 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000070`0f3ffd90 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000070`0f3ffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000070`0f7ff958 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000070`0f7ff960 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000070`0f7ffc50 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000070`0f7ffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a7`873ff838 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a7`873ff840 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000a7`873ffb30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a7`873ffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a7`86bfef50 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a7`86bfef90 00007ff6`511393bc     postgres!ExceptionalCondition(
000000a7`86bfefd0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000a7`86bff020 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000a7`86bff070 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a7`86bff990 00007ff6`50fee778     postgres!PostmasterMain(
000000a7`86bffb20 00007ff6`515e68b9     postgres!main(
000000a7`86bffb60 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a7`86bffbb0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a7`86bffc20 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a7`86fff488 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a7`86fff490 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000a7`86fff780 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a7`86fff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a7`877ffb28 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a7`877ffb30 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000a7`877ffe20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a7`877ffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a7`87bff768 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000a7`87bff770 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000a7`87bff7e0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000a7`87bff8e0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a7`87bff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a7`87fff898 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a7`87fff8a0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000a7`87fffb90 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a7`87fffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d2`fd1fee50 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d2`fd1fee90 00007ff6`511393bc     postgres!ExceptionalCondition(
000000d2`fd1feed0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000d2`fd1fef20 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000d2`fd1fef70 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000d2`fd1ff890 00007ff6`50fee778     postgres!PostmasterMain(
000000d2`fd1ffa20 00007ff6`515e68b9     postgres!main(
000000d2`fd1ffa60 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d2`fd1ffab0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d2`fd1ffb20 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000d2`fe5ff718 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d2`fe5ff720 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000d2`fe5ffa10 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d2`fe5ffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d2`fe1ffc08 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000d2`fe1ffc10 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000d2`fe1ffc80 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000d2`fe1ffd80 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d2`fe1ffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d2`fddffb68 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d2`fddffb70 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000d2`fddffe60 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d2`fddffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d2`fd9ff7f8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d2`fd9ff800 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000d2`fd9ffaf0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d2`fd9ffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d2`fd5ff838 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d2`fd5ff840 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000d2`fd5ffb30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d2`fd5ffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fb`10bffc28 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fb`10bffc30 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000fb`10bfff20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fb`10bfff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fb`107ff8a8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000fb`107ff8b0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000fb`107ff920 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000fb`107ffa20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fb`107ffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fb`103ff968 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fb`103ff970 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000fb`103ffc60 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fb`103ffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fb`0ffff4d8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fb`0ffff4e0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000fb`0ffff7d0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fb`0ffff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fb`0fbfec70 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000fb`0fbfecb0 00007ff6`511393bc     postgres!ExceptionalCondition(
000000fb`0fbfecf0 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000fb`0fbfed40 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000fb`0fbfed90 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000fb`0fbff6b0 00007ff6`50fee778     postgres!PostmasterMain(
000000fb`0fbff840 00007ff6`515e68b9     postgres!main(
000000fb`0fbff880 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000fb`0fbff8d0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000fb`0fbff940 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000086`e91ff618 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000086`e91ff620 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000086`e91ff910 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000086`e91ff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000086`e89fecc0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000086`e89fed00 00007ff6`511393bc     postgres!ExceptionalCondition(
00000086`e89fed40 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000086`e89fed90 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000086`e89fede0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000086`e89ff700 00007ff6`50fee778     postgres!PostmasterMain(
00000086`e89ff890 00007ff6`515e68b9     postgres!main(
00000086`e89ff8d0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000086`e89ff920 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000086`e89ff990 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000086`e8dffae8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000086`e8dffaf0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000086`e8dffde0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000086`e8dffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000086`e95ffac8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000086`e95ffad0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000086`e95ffb40 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000086`e95ffc40 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000086`e95ffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000086`e99ff4d8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000086`e99ff4e0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000086`e99ff7d0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000086`e99ff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002f`229ff608 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002f`229ff610 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000002f`229ff900 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002f`229ff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002f`221ff7a8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002f`221ff7b0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000002f`221ffaa0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002f`221ffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002f`225ff838 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000002f`225ff840 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000002f`225ff8b0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000002f`225ff9b0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002f`225ff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002f`21dfef00 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000002f`21dfef40 00007ff6`511393bc     postgres!ExceptionalCondition(
0000002f`21dfef80 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000002f`21dfefd0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000002f`21dff020 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000002f`21dff940 00007ff6`50fee778     postgres!PostmasterMain(
0000002f`21dffad0 00007ff6`515e68b9     postgres!main(
0000002f`21dffb10 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000002f`21dffb60 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000002f`21dffbd0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000002f`22dff518 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002f`22dff520 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000002f`22dff810 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002f`22dff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b9`543ffb68 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000b9`543ffb70 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000b9`543ffbe0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000b9`543ffce0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b9`543ffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b9`533ff130 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b9`533ff170 00007ff6`511393bc     postgres!ExceptionalCondition(
000000b9`533ff1b0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000b9`533ff200 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000b9`533ff250 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000b9`533ffb70 00007ff6`50fee778     postgres!PostmasterMain(
000000b9`533ffd00 00007ff6`515e68b9     postgres!main(
000000b9`533ffd40 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b9`533ffd90 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000b9`533ffe00 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000b9`547ff9d8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b9`547ff9e0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000b9`547ffcd0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b9`547ffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b9`53bff9d8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b9`53bff9e0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000b9`53bffcd0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b9`53bffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b9`53fff918 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b9`53fff920 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000b9`53fffc10 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b9`53fffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b9`537ff8e8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b9`537ff8f0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000b9`537ffbe0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b9`537ffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e2`315ff9a8 00007ff6`511322b7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000e2`315ff9b0 00007ff6`50fee6e4     postgres!SubPostmasterMain(
000000e2`315ffa20 00007ff6`515e68b9     postgres!main(
000000e2`315ffa60 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e2`315ffab0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e2`315ffb20 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000e2`315ffb50 00007ffc`8c3b4cb0     postgres!mainCRTStartup(
000000e2`315ffb80 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e2`315ffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e2`321ff928 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e2`321ff930 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000e2`321ffc20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e2`321ffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e2`319ff4c8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e2`319ff4d0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000e2`319ff7c0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e2`319ff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e2`31dff708 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e2`31dff710 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000e2`31dffa00 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e2`31dffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005a`517ffaa8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000005a`517ffab0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000005a`517ffb20 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000005a`517ffc20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005a`517ffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005a`51fffba8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005a`51fffbb0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000005a`51fffea0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005a`51fffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005a`50ffecc0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000005a`50ffed00 00007ff6`511393bc     postgres!ExceptionalCondition(
0000005a`50ffed40 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000005a`50ffed90 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000005a`50ffede0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000005a`50fff700 00007ff6`50fee778     postgres!PostmasterMain(
0000005a`50fff890 00007ff6`515e68b9     postgres!main(
0000005a`50fff8d0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000005a`50fff920 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000005a`50fff990 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000005a`513ff5b8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005a`513ff5c0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000005a`513ff8b0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005a`513ff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005a`51bff898 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005a`51bff8a0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000005a`51bffb90 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005a`51bffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`8f3ffc18 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cf`8f3ffc20 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000cf`8f3fff10 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`8f3fff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`8efffd28 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000cf`8efffd30 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000cf`8efffda0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000cf`8efffea0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`8efffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`8e3ff010 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000cf`8e3ff050 00007ff6`511393bc     postgres!ExceptionalCondition(
000000cf`8e3ff090 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000cf`8e3ff0e0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000cf`8e3ff130 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000cf`8e3ffa50 00007ff6`50fee778     postgres!PostmasterMain(
000000cf`8e3ffbe0 00007ff6`515e68b9     postgres!main(
000000cf`8e3ffc20 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000cf`8e3ffc70 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000cf`8e3ffce0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000cf`8e7ff798 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cf`8e7ff7a0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000cf`8e7ffa90 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`8e7ffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`8ebff6b8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cf`8ebff6c0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000cf`8ebff9b0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`8ebff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000030`ce1ff7d8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000030`ce1ff7e0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000030`ce1ff850 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000030`ce1ff950 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000030`ce1ff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000030`cd9fed20 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000030`cd9fed60 00007ff6`511393bc     postgres!ExceptionalCondition(
00000030`cd9feda0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000030`cd9fedf0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000030`cd9fee40 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000030`cd9ff760 00007ff6`50fee778     postgres!PostmasterMain(
00000030`cd9ff8f0 00007ff6`515e68b9     postgres!main(
00000030`cd9ff930 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000030`cd9ff980 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000030`cd9ff9f0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000030`cddffa28 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000030`cddffa30 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000030`cddffd20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000030`cddffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000030`ce5ffa08 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000030`ce5ffa10 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000030`ce5ffd00 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000030`ce5ffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000030`ce9ffb08 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000030`ce9ffb10 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000030`ce9ffe00 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000030`ce9ffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000061`e49ff4a8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000061`e49ff4b0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000061`e49ff7a0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000061`e49ff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000061`e39ff090 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000061`e39ff0d0 00007ff6`511393bc     postgres!ExceptionalCondition(
00000061`e39ff110 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000061`e39ff160 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000061`e39ff1b0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000061`e39ffad0 00007ff6`50fee778     postgres!PostmasterMain(
00000061`e39ffc60 00007ff6`515e68b9     postgres!main(
00000061`e39ffca0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000061`e39ffcf0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000061`e39ffd60 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000061`e3dffa98 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000061`e3dffaa0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000061`e3dffd90 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000061`e3dffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000061`e41ffb08 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000061`e41ffb10 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000061`e41ffe00 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000061`e41ffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000061`e45ffb18 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000061`e45ffb20 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000061`e45ffb90 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000061`e45ffc90 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000061`e45ffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bb`591fedd0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000bb`591fee10 00007ff6`511393bc     postgres!ExceptionalCondition(
000000bb`591fee50 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000bb`591feea0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000bb`591feef0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000bb`591ff810 00007ff6`50fee778     postgres!PostmasterMain(
000000bb`591ff9a0 00007ff6`515e68b9     postgres!main(
000000bb`591ff9e0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000bb`591ffa30 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000bb`591ffaa0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000bb`5a1ffc28 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000bb`5a1ffc30 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000bb`5a1ffca0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000bb`5a1ffda0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bb`5a1ffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bb`5a5ff4b8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bb`5a5ff4c0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000bb`5a5ff7b0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bb`5a5ff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e0`1ddff8c8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e0`1ddff8d0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000e0`1ddffbc0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e0`1ddffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e0`1d9ff608 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e0`1d9ff610 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000e0`1d9ff900 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e0`1d9ff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e0`1d5ff1c0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e0`1d5ff200 00007ff6`511393bc     postgres!ExceptionalCondition(
000000e0`1d5ff240 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000e0`1d5ff290 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000e0`1d5ff2e0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000e0`1d5ffc00 00007ff6`50fee778     postgres!PostmasterMain(
000000e0`1d5ffd90 00007ff6`515e68b9     postgres!main(
000000e0`1d5ffdd0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e0`1d5ffe20 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e0`1d5ffe90 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000e0`1e1ff5e8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e0`1e1ff5f0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000e0`1e1ff8e0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e0`1e1ff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e0`1e9ff558 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e0`1e9ff560 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000e0`1e9ff850 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e0`1e9ff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e0`1e5ffa78 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000e0`1e5ffa80 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000e0`1e5ffaf0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000e0`1e5ffbf0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e0`1e5ffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fd`f55ff5c8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000fd`f55ff5d0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000fd`f55ff640 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000fd`f55ff740 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fd`f55ff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fd`f4dffb98 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fd`f4dffba0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000fd`f4dffe90 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fd`f4dffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fd`f49ff458 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fd`f49ff460 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000fd`f49ff750 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fd`f49ff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fd`f45febc0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000fd`f45fec00 00007ff6`511393bc     postgres!ExceptionalCondition(
000000fd`f45fec40 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000fd`f45fec90 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000fd`f45fece0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000fd`f45ff600 00007ff6`50fee778     postgres!PostmasterMain(
000000fd`f45ff790 00007ff6`515e68b9     postgres!main(
000000fd`f45ff7d0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000fd`f45ff820 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000fd`f45ff890 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000fd`f59ffbe8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fd`f59ffbf0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000fd`f59ffee0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fd`f59fff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fd`f51ff8a8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fd`f51ff8b0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000fd`f51ffba0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fd`f51ffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f7`fb7ff918 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f7`fb7ff920 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000f7`fb7ffc10 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f7`fb7ffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f7`fbfff808 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f7`fbfff810 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000f7`fbfffb00 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f7`fbfffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f7`fc3ffb68 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f7`fc3ffb70 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000f7`fc3ffe60 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f7`fc3ffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f7`fb3fefc0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f7`fb3ff000 00007ff6`511393bc     postgres!ExceptionalCondition(
000000f7`fb3ff040 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f7`fb3ff090 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000f7`fb3ff0e0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f7`fb3ffa00 00007ff6`50fee778     postgres!PostmasterMain(
000000f7`fb3ffb90 00007ff6`515e68b9     postgres!main(
000000f7`fb3ffbd0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f7`fb3ffc20 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f7`fb3ffc90 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f7`fbbff6b8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000f7`fbbff6c0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000f7`fbbff730 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000f7`fbbff830 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f7`fbbff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004b`a9dff548 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004b`a9dff550 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000004b`a9dff840 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004b`a9dff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004b`a95ff9f8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004b`a95ffa00 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000004b`a95ffcf0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004b`a95ffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004b`a91feb50 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000004b`a91feb90 00007ff6`511393bc     postgres!ExceptionalCondition(
0000004b`a91febd0 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000004b`a91fec20 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000004b`a91fec70 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000004b`a91ff590 00007ff6`50fee778     postgres!PostmasterMain(
0000004b`a91ff720 00007ff6`515e68b9     postgres!main(
0000004b`a91ff760 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000004b`a91ff7b0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000004b`a91ff820 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000004b`aa1ff7e8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004b`aa1ff7f0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000004b`aa1ffae0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004b`aa1ffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004b`a99ffbe8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000004b`a99ffbf0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000004b`a99ffc60 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000004b`a99ffd60 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004b`a99ffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c9`befff928 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c9`befff930 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000c9`befffc20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c9`befffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c9`bebff1c0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c9`bebff200 00007ff6`511393bc     postgres!ExceptionalCondition(
000000c9`bebff240 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c9`bebff290 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000c9`bebff2e0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c9`bebffc00 00007ff6`50fee778     postgres!PostmasterMain(
000000c9`bebffd90 00007ff6`515e68b9     postgres!main(
000000c9`bebffdd0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c9`bebffe20 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c9`bebffe90 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c9`bffff588 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c9`bffff590 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000c9`bffff880 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c9`bffff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c9`bfbff6f8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c9`bfbff700 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000c9`bfbff9f0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c9`bfbffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c9`bf7ffbb8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000c9`bf7ffbc0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000c9`bf7ffc30 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000c9`bf7ffd30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c9`bf7ffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c9`bf3ff8c8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c9`bf3ff8d0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000c9`bf3ffbc0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c9`bf3ffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ea`5d7ffd58 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000ea`5d7ffd60 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000ea`5d7ffdd0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000ea`5d7ffed0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ea`5d7fff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ea`5cfff100 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ea`5cfff140 00007ff6`511393bc     postgres!ExceptionalCondition(
000000ea`5cfff180 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ea`5cfff1d0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000ea`5cfff220 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ea`5cfffb40 00007ff6`50fee778     postgres!PostmasterMain(
000000ea`5cfffcd0 00007ff6`515e68b9     postgres!main(
000000ea`5cfffd10 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ea`5cfffd60 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ea`5cfffdd0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ea`5d3ffb78 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ea`5d3ffb80 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000ea`5d3ffe70 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ea`5d3ffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ea`5dbff768 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ea`5dbff770 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000ea`5dbffa60 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ea`5dbffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ea`5dfffa98 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ea`5dfffaa0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000ea`5dfffd90 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ea`5dfffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000a`cf1ffb68 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000a`cf1ffb70 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000000a`cf1ffe60 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000a`cf1ffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000a`ce1fec10 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000000a`ce1fec50 00007ff6`511393bc     postgres!ExceptionalCondition(
0000000a`ce1fec90 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000000a`ce1fece0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000000a`ce1fed30 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000000a`ce1ff650 00007ff6`50fee778     postgres!PostmasterMain(
0000000a`ce1ff7e0 00007ff6`515e68b9     postgres!main(
0000000a`ce1ff820 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000000a`ce1ff870 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000000a`ce1ff8e0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000000a`ce5ff798 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000a`ce5ff7a0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000000a`ce5ffa90 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000a`ce5ffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000a`ce9ff9a8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000a`ce9ff9b0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000000a`ce9ffca0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000a`ce9ffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000a`cedffaf8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000000a`cedffb00 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000000a`cedffb70 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000000a`cedffc70 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000a`cedffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000057`541ffc98 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000057`541ffca0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000057`541ffd10 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000057`541ffe10 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000057`541ffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000057`535ff120 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000057`535ff160 00007ff6`511393bc     postgres!ExceptionalCondition(
00000057`535ff1a0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000057`535ff1f0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000057`535ff240 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000057`535ffb60 00007ff6`50fee778     postgres!PostmasterMain(
00000057`535ffcf0 00007ff6`515e68b9     postgres!main(
00000057`535ffd30 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000057`535ffd80 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000057`535ffdf0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000057`539ff988 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000057`539ff990 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000057`539ffc80 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000057`539ffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000057`53dffad8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000057`53dffae0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000057`53dffdd0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000057`53dffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000057`545ffa88 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000057`545ffa90 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000057`545ffd80 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000057`545ffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002b`fc5ff8b8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002b`fc5ff8c0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000002b`fc5ffbb0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002b`fc5ffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002b`fcdffb68 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002b`fcdffb70 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000002b`fcdffe60 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002b`fcdffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002b`fbdff010 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000002b`fbdff050 00007ff6`511393bc     postgres!ExceptionalCondition(
0000002b`fbdff090 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000002b`fbdff0e0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000002b`fbdff130 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000002b`fbdffa50 00007ff6`50fee778     postgres!PostmasterMain(
0000002b`fbdffbe0 00007ff6`515e68b9     postgres!main(
0000002b`fbdffc20 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000002b`fbdffc70 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000002b`fbdffce0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000002b`fc1ff738 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002b`fc1ff740 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000002b`fc1ffa30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002b`fc1ffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002b`fc9ff798 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000002b`fc9ff7a0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000002b`fc9ff810 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000002b`fc9ff910 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002b`fc9ff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000035`35dff5a8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000035`35dff5b0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000035`35dff8a0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000035`35dff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000035`365ffaf8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000035`365ffb00 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000035`365ffdf0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000035`365ffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000035`355fefd0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000035`355ff010 00007ff6`511393bc     postgres!ExceptionalCondition(
00000035`355ff050 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000035`355ff0a0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000035`355ff0f0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000035`355ffa10 00007ff6`50fee778     postgres!PostmasterMain(
00000035`355ffba0 00007ff6`515e68b9     postgres!main(
00000035`355ffbe0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000035`355ffc30 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000035`355ffca0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000035`359ff738 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000035`359ff740 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000035`359ffa30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000035`359ffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000035`361ff5c8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000035`361ff5d0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000035`361ff640 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000035`361ff740 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000035`361ff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000042`059ffb28 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000042`059ffb30 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000042`059ffe20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000042`059ffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000042`061ffba8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000042`061ffbb0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000042`061ffea0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000042`061ffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000042`05dff718 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000042`05dff720 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000042`05dff790 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000042`05dff890 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000042`05dff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000042`055ff868 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000042`055ff870 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000042`055ffb60 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000042`055ffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000042`051ffbd8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000042`051ffbe0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000042`051ffed0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000042`051fff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000042`04dfef30 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000042`04dfef70 00007ff6`511393bc     postgres!ExceptionalCondition(
00000042`04dfefb0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000042`04dff000 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000042`04dff050 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000042`04dff970 00007ff6`50fee778     postgres!PostmasterMain(
00000042`04dffb00 00007ff6`515e68b9     postgres!main(
00000042`04dffb40 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000042`04dffb90 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000042`04dffc00 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000083`bb5ffb98 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000083`bb5ffba0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000083`bb5ffe90 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000083`bb5ffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000083`badfeab0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000083`badfeaf0 00007ff6`511393bc     postgres!ExceptionalCondition(
00000083`badfeb30 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000083`badfeb80 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000083`badfebd0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000083`badff4f0 00007ff6`50fee778     postgres!PostmasterMain(
00000083`badff680 00007ff6`515e68b9     postgres!main(
00000083`badff6c0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000083`badff710 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000083`badff780 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000083`bb1ffa68 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000083`bb1ffa70 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000083`bb1ffd60 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000083`bb1ffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000083`bbdff6b8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000083`bbdff6c0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000083`bbdff9b0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000083`bbdff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000083`bb9ffda8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000083`bb9ffdb0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000083`bb9ffe20 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000083`bb9fff20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000083`bb9fff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000069`2e7ff518 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000069`2e7ff520 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000069`2e7ff810 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000069`2e7ff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000069`2e3ff190 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000069`2e3ff1d0 00007ff6`511393bc     postgres!ExceptionalCondition(
00000069`2e3ff210 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000069`2e3ff260 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000069`2e3ff2b0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000069`2e3ffbd0 00007ff6`50fee778     postgres!PostmasterMain(
00000069`2e3ffd60 00007ff6`515e68b9     postgres!main(
00000069`2e3ffda0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000069`2e3ffdf0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000069`2e3ffe60 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000069`2f7ff648 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000069`2f7ff650 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000069`2f7ff940 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000069`2f7ff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000069`2f3ffc58 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000069`2f3ffc60 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000069`2f3ffcd0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000069`2f3ffdd0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000069`2f3ffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000069`2efff738 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000069`2efff740 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000069`2efffa30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000069`2efffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000069`2ebff7c8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000069`2ebff7d0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000069`2ebffac0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000069`2ebffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d0`59dffb08 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d0`59dffb10 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000d0`59dffe00 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d0`59dffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d0`599ffa58 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000d0`599ffa60 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000d0`599ffad0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000d0`599ffbd0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d0`599ffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d0`595ff5f8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d0`595ff600 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000d0`595ff8f0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d0`595ff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d0`591ff4c8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d0`591ff4d0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000d0`591ff7c0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d0`591ff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d0`58dfee20 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d0`58dfee60 00007ff6`511393bc     postgres!ExceptionalCondition(
000000d0`58dfeea0 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000d0`58dfeef0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000d0`58dfef40 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000d0`58dff860 00007ff6`50fee778     postgres!PostmasterMain(
000000d0`58dff9f0 00007ff6`515e68b9     postgres!main(
000000d0`58dffa30 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d0`58dffa80 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d0`58dffaf0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000070`abfff628 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000070`abfff630 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000070`abfff920 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000070`abfff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000070`acbff7f8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000070`acbff800 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000070`acbffaf0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000070`acbffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000070`ac7ffbe8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000070`ac7ffbf0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000070`ac7ffc60 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000070`ac7ffd60 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000070`ac7ffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000070`ac3ff528 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000070`ac3ff530 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000070`ac3ff820 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000070`ac3ff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000070`abbff0f0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000070`abbff130 00007ff6`511393bc     postgres!ExceptionalCondition(
00000070`abbff170 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000070`abbff1c0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000070`abbff210 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000070`abbffb30 00007ff6`50fee778     postgres!PostmasterMain(
00000070`abbffcc0 00007ff6`515e68b9     postgres!main(
00000070`abbffd00 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000070`abbffd50 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000070`abbffdc0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000006`9ffff160 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000006`9ffff1a0 00007ff6`511393bc     postgres!ExceptionalCondition(
00000006`9ffff1e0 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000006`9ffff230 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000006`9ffff280 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000006`9ffffba0 00007ff6`50fee778     postgres!PostmasterMain(
00000006`9ffffd30 00007ff6`515e68b9     postgres!main(
00000006`9ffffd70 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000006`9ffffdc0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000006`9ffffe30 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000006`a07ff488 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000006`a07ff490 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000006`a07ff780 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000006`a07ff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000006`a0bff848 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000006`a0bff850 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000006`a0bff8c0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000006`a0bff9c0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000006`a0bff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000006`a03ff508 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000006`a03ff510 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000006`a03ff800 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000006`a03ff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000006`a0fff548 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000006`a0fff550 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000006`a0fff840 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000006`a0fff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`2cfff468 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dd`2cfff470 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000dd`2cfff760 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`2cfff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`2d3ff508 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dd`2d3ff510 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000dd`2d3ff800 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`2d3ff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`2d7ffae8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dd`2d7ffaf0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000dd`2d7ffde0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`2d7ffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`2dbffb68 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000dd`2dbffb70 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000dd`2dbffbe0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000dd`2dbffce0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`2dbffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`2dfffb88 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dd`2dfffb90 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000dd`2dfffe80 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`2dfffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`2cbff190 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000dd`2cbff1d0 00007ff6`511393bc     postgres!ExceptionalCondition(
000000dd`2cbff210 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000dd`2cbff260 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000dd`2cbff2b0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000dd`2cbffbd0 00007ff6`50fee778     postgres!PostmasterMain(
000000dd`2cbffd60 00007ff6`515e68b9     postgres!main(
000000dd`2cbffda0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000dd`2cbffdf0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000dd`2cbffe60 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ea`475fed70 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ea`475fedb0 00007ff6`511393bc     postgres!ExceptionalCondition(
000000ea`475fedf0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ea`475fee40 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000ea`475fee90 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ea`475ff7b0 00007ff6`50fee778     postgres!PostmasterMain(
000000ea`475ff940 00007ff6`515e68b9     postgres!main(
000000ea`475ff980 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ea`475ff9d0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ea`475ffa40 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ea`485ff6f8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ea`485ff700 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000ea`485ff9f0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ea`485ffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ea`481ffda8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000ea`481ffdb0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000ea`481ffe20 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000ea`481fff20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ea`481fff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ea`47dffaa8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ea`47dffab0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000ea`47dffda0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ea`47dffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ea`479ff9f8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ea`479ffa00 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000ea`479ffcf0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ea`479ffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000d`52bfef20 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000000d`52bfef60 00007ff6`511393bc     postgres!ExceptionalCondition(
0000000d`52bfefa0 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000000d`52bfeff0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000000d`52bff040 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000000d`52bff960 00007ff6`50fee778     postgres!PostmasterMain(
0000000d`52bffaf0 00007ff6`515e68b9     postgres!main(
0000000d`52bffb30 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000000d`52bffb80 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000000d`52bffbf0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000000d`53bff5b8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000d`53bff5c0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000000d`53bff8b0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000d`53bff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000d`537ff848 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000000d`537ff850 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000000d`537ff8c0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000000d`537ff9c0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000d`537ff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000d`533ff748 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000d`533ff750 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000000d`533ffa40 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000d`533ffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000d`52fff968 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000d`52fff970 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000000d`52fffc60 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000d`52fffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009b`7a3ff708 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009b`7a3ff710 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000009b`7a3ffa00 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009b`7a3ffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009b`7a7ffa18 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009b`7a7ffa20 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000009b`7a7ffd10 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009b`7a7ffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009b`79fff658 00007ff6`511322b7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
0000009b`79fff660 00007ff6`50fee6e4     postgres!SubPostmasterMain(
0000009b`79fff6d0 00007ff6`515e68b9     postgres!main(
0000009b`79fff710 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000009b`79fff760 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000009b`79fff7d0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
0000009b`79fff800 00007ffc`8c3b4cb0     postgres!mainCRTStartup(
0000009b`79fff830 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009b`79fff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005f`a6bfedf0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000005f`a6bfee30 00007ff6`511393bc     postgres!ExceptionalCondition(
0000005f`a6bfee70 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000005f`a6bfeec0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000005f`a6bfef10 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000005f`a6bff830 00007ff6`50fee778     postgres!PostmasterMain(
0000005f`a6bff9c0 00007ff6`515e68b9     postgres!main(
0000005f`a6bffa00 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000005f`a6bffa50 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000005f`a6bffac0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000005f`a73ffbb8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005f`a73ffbc0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000005f`a73ffeb0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005f`a73ffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005f`a77ff918 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000005f`a77ff920 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000005f`a77ff990 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000005f`a77ffa90 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005f`a77ffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005f`a7bffa58 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005f`a7bffa60 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000005f`a7bffd50 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005f`a7bffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005f`a6fff508 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005f`a6fff510 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000005f`a6fff800 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005f`a6fff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c2`adffef90 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c2`adffefd0 00007ff6`511393bc     postgres!ExceptionalCondition(
000000c2`adfff010 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c2`adfff060 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000c2`adfff0b0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c2`adfff9d0 00007ff6`50fee778     postgres!PostmasterMain(
000000c2`adfffb60 00007ff6`515e68b9     postgres!main(
000000c2`adfffba0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c2`adfffbf0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c2`adfffc60 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c2`aefff908 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c2`aefff910 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000c2`aefffc00 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c2`aefffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c2`aebff7d8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c2`aebff7e0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000c2`aebffad0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c2`aebffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c2`ae7ff798 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000c2`ae7ff7a0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000c2`ae7ff810 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000c2`ae7ff910 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c2`ae7ff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c2`ae3ffa78 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c2`ae3ffa80 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000c2`ae3ffd70 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c2`ae3ffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000089`6effeeb0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000089`6effeef0 00007ff6`511393bc     postgres!ExceptionalCondition(
00000089`6effef30 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000089`6effef80 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000089`6effefd0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000089`6efff8f0 00007ff6`50fee778     postgres!PostmasterMain(
00000089`6efffa80 00007ff6`515e68b9     postgres!main(
00000089`6efffac0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000089`6efffb10 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000089`6efffb80 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000089`6ffff818 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000089`6ffff820 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000089`6ffffb10 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000089`6ffffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000089`6fbff708 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000089`6fbff710 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000089`6fbff780 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000089`6fbff880 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000089`6fbff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000089`6f7ffb08 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000089`6f7ffb10 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000089`6f7ffe00 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000089`6f7ffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000089`6f3ffbb8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000089`6f3ffbc0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000089`6f3ffeb0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000089`6f3ffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b4`4f7ff578 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b4`4f7ff580 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000b4`4f7ff870 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b4`4f7ff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b4`503ff4a8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b4`503ff4b0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000b4`503ff7a0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b4`503ff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b4`4fbff5d8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b4`4fbff5e0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000b4`4fbff8d0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b4`4fbff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b4`4ffffb38 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000b4`4ffffb40 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000b4`4ffffbb0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000b4`4ffffcb0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b4`4ffffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b4`4f3ffb98 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b4`4f3ffba0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000b4`4f3ffe90 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b4`4f3ffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b4`4effee10 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b4`4effee50 00007ff6`511393bc     postgres!ExceptionalCondition(
000000b4`4effee90 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000b4`4effeee0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000b4`4effef30 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000b4`4efff850 00007ff6`50fee778     postgres!PostmasterMain(
000000b4`4efff9e0 00007ff6`515e68b9     postgres!main(
000000b4`4efffa20 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b4`4efffa70 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000b4`4efffae0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000bf`fb3ff8a8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000bf`fb3ff8b0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000bf`fb3ff920 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000bf`fb3ffa20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bf`fb3ffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bf`fa7fea90 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000bf`fa7fead0 00007ff6`511393bc     postgres!ExceptionalCondition(
000000bf`fa7feb10 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000bf`fa7feb60 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000bf`fa7febb0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000bf`fa7ff4d0 00007ff6`50fee778     postgres!PostmasterMain(
000000bf`fa7ff660 00007ff6`515e68b9     postgres!main(
000000bf`fa7ff6a0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000bf`fa7ff6f0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000bf`fa7ff760 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000bf`fabff478 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bf`fabff480 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000bf`fabff770 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bf`fabff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bf`fafff928 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bf`fafff930 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000bf`fafffc20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bf`fafffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bf`fb7ff478 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bf`fb7ff480 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000bf`fb7ff770 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bf`fb7ff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d9`cebff5a8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d9`cebff5b0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000d9`cebff8a0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d9`cebff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d9`cdbfef20 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d9`cdbfef60 00007ff6`511393bc     postgres!ExceptionalCondition(
000000d9`cdbfefa0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000d9`cdbfeff0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000d9`cdbff040 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000d9`cdbff960 00007ff6`50fee778     postgres!PostmasterMain(
000000d9`cdbffaf0 00007ff6`515e68b9     postgres!main(
000000d9`cdbffb30 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d9`cdbffb80 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d9`cdbffbf0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000d9`cdfff518 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d9`cdfff520 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000d9`cdfff810 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d9`cdfff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d9`ce3ffd18 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000d9`ce3ffd20 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000d9`ce3ffd90 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000d9`ce3ffe90 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d9`ce3ffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d9`ce7ff598 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d9`ce7ff5a0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000d9`ce7ff890 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d9`ce7ff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000076`eefffa08 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000076`eefffa10 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000076`eefffa80 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000076`eefffb80 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000076`eefffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000076`ee3feb20 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000076`ee3feb60 00007ff6`511393bc     postgres!ExceptionalCondition(
00000076`ee3feba0 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000076`ee3febf0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000076`ee3fec40 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000076`ee3ff560 00007ff6`50fee778     postgres!PostmasterMain(
00000076`ee3ff6f0 00007ff6`515e68b9     postgres!main(
00000076`ee3ff730 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000076`ee3ff780 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000076`ee3ff7f0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000076`ee7ffbf8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000076`ee7ffc00 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000076`ee7ffef0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000076`ee7fff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000076`eebffb58 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000076`eebffb60 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000076`eebffe50 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000076`eebffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000076`ef3ff5f8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000076`ef3ff600 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000076`ef3ff8f0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000076`ef3ff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000080`875ff708 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000080`875ff710 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000080`875ff780 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000080`875ff880 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000080`875ff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000080`869feb90 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000080`869febd0 00007ff6`511393bc     postgres!ExceptionalCondition(
00000080`869fec10 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000080`869fec60 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000080`869fecb0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000080`869ff5d0 00007ff6`50fee778     postgres!PostmasterMain(
00000080`869ff760 00007ff6`515e68b9     postgres!main(
00000080`869ff7a0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000080`869ff7f0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000080`869ff860 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000080`86dffbc8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000080`86dffbd0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000080`86dffec0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000080`86dffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000080`871ff958 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000080`871ff960 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000080`871ffc50 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000080`871ffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000080`879ff838 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000080`879ff840 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000080`879ffb30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000080`879ffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000040`47dff828 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000040`47dff830 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000040`47dffb20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000040`47dffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000040`489ff878 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000040`489ff880 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000040`489ffb70 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000040`489ffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000040`479ff040 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000040`479ff080 00007ff6`511393bc     postgres!ExceptionalCondition(
00000040`479ff0c0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000040`479ff110 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000040`479ff160 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000040`479ffa80 00007ff6`50fee778     postgres!PostmasterMain(
00000040`479ffc10 00007ff6`515e68b9     postgres!main(
00000040`479ffc50 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000040`479ffca0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000040`479ffd10 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000040`485ffa78 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000040`485ffa80 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000040`485ffaf0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000040`485ffbf0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000040`485ffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000040`481ff7a8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000040`481ff7b0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000040`481ffaa0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000040`481ffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006e`8e5fef90 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000006e`8e5fefd0 00007ff6`511393bc     postgres!ExceptionalCondition(
0000006e`8e5ff010 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000006e`8e5ff060 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000006e`8e5ff0b0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000006e`8e5ff9d0 00007ff6`50fee778     postgres!PostmasterMain(
0000006e`8e5ffb60 00007ff6`515e68b9     postgres!main(
0000006e`8e5ffba0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000006e`8e5ffbf0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000006e`8e5ffc60 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000006e`8f1ffd58 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000006e`8f1ffd60 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000006e`8f1ffdd0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000006e`8f1ffed0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006e`8f1fff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006e`8f5ff4f8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006e`8f5ff500 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000006e`8f5ff7f0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006e`8f5ff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000009`11bff190 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000009`11bff1d0 00007ff6`511393bc     postgres!ExceptionalCondition(
00000009`11bff210 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000009`11bff260 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000009`11bff2b0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000009`11bffbd0 00007ff6`50fee778     postgres!PostmasterMain(
00000009`11bffd60 00007ff6`515e68b9     postgres!main(
00000009`11bffda0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000009`11bffdf0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000009`11bffe60 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000009`127ff9f8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000009`127ffa00 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000009`127ffcf0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000009`127ffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000009`123ff6c8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000009`123ff6d0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000009`123ff740 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000009`123ff840 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000009`123ff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000009`12bffa48 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000009`12bffa50 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000009`12bffd40 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000009`12bffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000009`11fffbd8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000009`11fffbe0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000009`11fffed0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000009`11ffff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000068`b51ff858 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000068`b51ff860 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000068`b51ffb50 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000068`b51ffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000068`b4dff6d8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000068`b4dff6e0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000068`b4dff9d0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000068`b4dffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000068`b49fed90 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000068`b49fedd0 00007ff6`511393bc     postgres!ExceptionalCondition(
00000068`b49fee10 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000068`b49fee60 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000068`b49feeb0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000068`b49ff7d0 00007ff6`50fee778     postgres!PostmasterMain(
00000068`b49ff960 00007ff6`515e68b9     postgres!main(
00000068`b49ff9a0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000068`b49ff9f0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000068`b49ffa60 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000068`b59ff778 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000068`b59ff780 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000068`b59ffa70 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000068`b59ffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000068`b55ffbf8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000068`b55ffc00 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000068`b55ffc70 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000068`b55ffd70 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000068`b55ffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000090`f67ff8d8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000090`f67ff8e0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000090`f67ffbd0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000090`f67ffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000090`f5fff568 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000090`f5fff570 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000090`f5fff860 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000090`f5fff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000090`f5bff758 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000090`f5bff760 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000090`f5bffa50 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000090`f5bffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000090`f57ff638 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000090`f57ff640 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000090`f57ff930 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000090`f57ff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000090`f53fec10 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000090`f53fec50 00007ff6`511393bc     postgres!ExceptionalCondition(
00000090`f53fec90 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000090`f53fece0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000090`f53fed30 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000090`f53ff650 00007ff6`50fee778     postgres!PostmasterMain(
00000090`f53ff7e0 00007ff6`515e68b9     postgres!main(
00000090`f53ff820 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000090`f53ff870 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000090`f53ff8e0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000090`f63ff8e8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000090`f63ff8f0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000090`f63ff960 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000090`f63ffa60 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000090`f63ffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000041`ad7ff808 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000041`ad7ff810 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000041`ad7ff880 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000041`ad7ff980 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000041`ad7ff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000041`ac7fec30 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000041`ac7fec70 00007ff6`511393bc     postgres!ExceptionalCondition(
00000041`ac7fecb0 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000041`ac7fed00 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000041`ac7fed50 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000041`ac7ff670 00007ff6`50fee778     postgres!PostmasterMain(
00000041`ac7ff800 00007ff6`515e68b9     postgres!main(
00000041`ac7ff840 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000041`ac7ff890 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000041`ac7ff900 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000041`adbffb88 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000041`adbffb90 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000041`adbffe80 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000041`adbffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007d`98fffaf8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007d`98fffb00 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000007d`98fffdf0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007d`98fffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007d`98bfefc0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000007d`98bff000 00007ff6`511393bc     postgres!ExceptionalCondition(
0000007d`98bff040 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000007d`98bff090 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000007d`98bff0e0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000007d`98bffa00 00007ff6`50fee778     postgres!PostmasterMain(
0000007d`98bffb90 00007ff6`515e68b9     postgres!main(
0000007d`98bffbd0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000007d`98bffc20 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000007d`98bffc90 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000007d`993ff938 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007d`993ff940 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000007d`993ffc30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007d`993ffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007d`997ff688 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000007d`997ff690 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000007d`997ff700 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000007d`997ff800 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007d`997ff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007d`99bff458 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007d`99bff460 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000007d`99bff750 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007d`99bff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bf`72fff180 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000bf`72fff1c0 00007ff6`511393bc     postgres!ExceptionalCondition(
000000bf`72fff200 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000bf`72fff250 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000bf`72fff2a0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000bf`72fffbc0 00007ff6`50fee778     postgres!PostmasterMain(
000000bf`72fffd50 00007ff6`515e68b9     postgres!main(
000000bf`72fffd90 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000bf`72fffde0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000bf`72fffe50 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000bf`733ffb68 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bf`733ffb70 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000bf`733ffe60 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bf`733ffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bf`737ffac8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bf`737ffad0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000bf`737ffdc0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bf`737ffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bf`73bffd08 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000bf`73bffd10 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000bf`73bffd80 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000bf`73bffe80 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bf`73bffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bf`73fffab8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bf`73fffac0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000bf`73fffdb0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bf`73fffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000009`74fffbc8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000009`74fffbd0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000009`74fffec0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000009`74fffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000009`74bff6d8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000009`74bff6e0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000009`74bff750 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000009`74bff850 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000009`74bff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000009`73bfec20 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000009`73bfec60 00007ff6`511393bc     postgres!ExceptionalCondition(
00000009`73bfeca0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000009`73bfecf0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000009`73bfed40 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000009`73bff660 00007ff6`50fee778     postgres!PostmasterMain(
00000009`73bff7f0 00007ff6`515e68b9     postgres!main(
00000009`73bff830 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000009`73bff880 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000009`73bff8f0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000009`73fff688 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000009`73fff690 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000009`73fff980 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000009`73fff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000009`743ff9f8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000009`743ffa00 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000009`743ffcf0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000009`743ffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000009`747ff6b8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000009`747ff6c0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000009`747ff9b0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000009`747ff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ae`89fff808 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ae`89fff810 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000ae`89fffb00 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ae`89fffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ae`893ff070 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ae`893ff0b0 00007ff6`511393bc     postgres!ExceptionalCondition(
000000ae`893ff0f0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ae`893ff140 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000ae`893ff190 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ae`893ffab0 00007ff6`50fee778     postgres!PostmasterMain(
000000ae`893ffc40 00007ff6`515e68b9     postgres!main(
000000ae`893ffc80 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ae`893ffcd0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ae`893ffd40 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ae`897ff9d8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ae`897ff9e0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000ae`897ffcd0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ae`897ffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ae`89bffcf8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000ae`89bffd00 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000ae`89bffd70 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000ae`89bffe70 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ae`89bffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ae`8a3ff7d8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ae`8a3ff7e0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000ae`8a3ffad0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ae`8a3ffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008b`c4bff998 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008b`c4bff9a0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000008b`c4bffc90 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008b`c4bffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008b`c3fff140 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000008b`c3fff180 00007ff6`511393bc     postgres!ExceptionalCondition(
0000008b`c3fff1c0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000008b`c3fff210 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000008b`c3fff260 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000008b`c3fffb80 00007ff6`50fee778     postgres!PostmasterMain(
0000008b`c3fffd10 00007ff6`515e68b9     postgres!main(
0000008b`c3fffd50 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000008b`c3fffda0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000008b`c3fffe10 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000008b`c43ff738 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008b`c43ff740 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000008b`c43ffa30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008b`c43ffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008b`c47ffd48 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000008b`c47ffd50 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000008b`c47ffdc0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000008b`c47ffec0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008b`c47ffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008b`c4fff8f8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008b`c4fff900 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000008b`c4fffbf0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008b`c4fffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007d`229ff8d8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007d`229ff8e0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000007d`229ffbd0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007d`229ffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007d`219ff0e0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000007d`219ff120 00007ff6`511393bc     postgres!ExceptionalCondition(
0000007d`219ff160 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000007d`219ff1b0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000007d`219ff200 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000007d`219ffb20 00007ff6`50fee778     postgres!PostmasterMain(
0000007d`219ffcb0 00007ff6`515e68b9     postgres!main(
0000007d`219ffcf0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000007d`219ffd40 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000007d`219ffdb0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000007d`21dff698 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007d`21dff6a0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000007d`21dff990 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007d`21dff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007d`221ff808 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000007d`221ff810 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000007d`221ff880 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000007d`221ff980 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007d`221ff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007d`225ff868 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007d`225ff870 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000007d`225ffb60 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007d`225ffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000029`ad5ff648 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000029`ad5ff650 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000029`ad5ff940 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000029`ad5ff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000029`ac9feab0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000029`ac9feaf0 00007ff6`511393bc     postgres!ExceptionalCondition(
00000029`ac9feb30 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000029`ac9feb80 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000029`ac9febd0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000029`ac9ff4f0 00007ff6`50fee778     postgres!PostmasterMain(
00000029`ac9ff680 00007ff6`515e68b9     postgres!main(
00000029`ac9ff6c0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000029`ac9ff710 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000029`ac9ff780 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000029`acdff628 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000029`acdff630 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000029`acdff920 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000029`acdff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000029`ad1ff768 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000029`ad1ff770 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000029`ad1ff7e0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000029`ad1ff8e0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000029`ad1ff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000029`ad9ff8c8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000029`ad9ff8d0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000029`ad9ffbc0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000029`ad9ffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000077`d0dff538 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000077`d0dff540 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000077`d0dff830 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000077`d0dff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000077`cfdfeeb0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000077`cfdfeef0 00007ff6`511393bc     postgres!ExceptionalCondition(
00000077`cfdfef30 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000077`cfdfef80 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000077`cfdfefd0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000077`cfdff8f0 00007ff6`50fee778     postgres!PostmasterMain(
00000077`cfdffa80 00007ff6`515e68b9     postgres!main(
00000077`cfdffac0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000077`cfdffb10 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000077`cfdffb80 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000077`d01ff6d8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000077`d01ff6e0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000077`d01ff9d0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000077`d01ffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000077`d05ff448 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000077`d05ff450 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000077`d05ff740 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000077`d05ff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000077`d09ff9d8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000077`d09ff9e0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000077`d09ffa50 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000077`d09ffb50 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000077`d09ffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000077`d11ff758 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000077`d11ff760 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000077`d11ffa50 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000077`d11ffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ea`b9fffbb8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ea`b9fffbc0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000ea`b9fffeb0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ea`b9fffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ea`b93ff4b8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ea`b93ff4c0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000ea`b93ff7b0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ea`b93ff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ea`b8ffed10 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ea`b8ffed50 00007ff6`511393bc     postgres!ExceptionalCondition(
000000ea`b8ffed90 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ea`b8ffede0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000ea`b8ffee30 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ea`b8fff750 00007ff6`50fee778     postgres!PostmasterMain(
000000ea`b8fff8e0 00007ff6`515e68b9     postgres!main(
000000ea`b8fff920 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ea`b8fff970 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ea`b8fff9e0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ea`b9bff8c8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000ea`b9bff8d0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000ea`b9bff940 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000ea`b9bffa40 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ea`b9bffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000002`c9dff888 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000002`c9dff890 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000002`c9dff900 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000002`c9dffa00 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000002`c9dffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000002`ca1ff7f8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000002`ca1ff800 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000002`ca1ffaf0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000002`ca1ffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000002`c99ffa78 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000002`c99ffa80 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000002`c99ffd70 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000002`c99ffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000002`c95ff9f8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000002`c95ffa00 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000002`c95ffcf0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000002`c95ffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000002`c91fece0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000002`c91fed20 00007ff6`511393bc     postgres!ExceptionalCondition(
00000002`c91fed60 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000002`c91fedb0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000002`c91fee00 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000002`c91ff720 00007ff6`50fee778     postgres!PostmasterMain(
00000002`c91ff8b0 00007ff6`515e68b9     postgres!main(
00000002`c91ff8f0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000002`c91ff940 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000002`c91ff9b0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000d0`163ffad8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d0`163ffae0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000d0`163ffdd0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d0`163ffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d0`14ffee20 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d0`14ffee60 00007ff6`511393bc     postgres!ExceptionalCondition(
000000d0`14ffeea0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000d0`14ffeef0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000d0`14ffef40 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000d0`14fff860 00007ff6`50fee778     postgres!PostmasterMain(
000000d0`14fff9f0 00007ff6`515e68b9     postgres!main(
000000d0`14fffa30 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d0`14fffa80 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d0`14fffaf0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000d0`153ff538 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d0`153ff540 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000d0`153ff830 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d0`153ff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d0`157ffb58 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d0`157ffb60 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000d0`157ffe50 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d0`157ffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d0`15bff9d8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d0`15bff9e0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000d0`15bffcd0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d0`15bffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d0`15fff848 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000d0`15fff850 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000d0`15fff8c0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000d0`15fff9c0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d0`15fff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000003`fbfffd98 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000003`fbfffda0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000003`fbfffe10 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000003`fbffff10 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000003`fbffff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000003`faffea90 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000003`faffead0 00007ff6`511393bc     postgres!ExceptionalCondition(
00000003`faffeb10 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000003`faffeb60 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000003`faffebb0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000003`fafff4d0 00007ff6`50fee778     postgres!PostmasterMain(
00000003`fafff660 00007ff6`515e68b9     postgres!main(
00000003`fafff6a0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000003`fafff6f0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000003`fafff760 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000003`fb3ff928 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000003`fb3ff930 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000003`fb3ffc20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000003`fb3ffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000003`fb7ff838 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000003`fb7ff840 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000003`fb7ffb30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000003`fb7ffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000003`fbbff8e8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000003`fbbff8f0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000003`fbbffbe0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000003`fbbffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000003`fc3ffaa8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000003`fc3ffab0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000003`fc3ffda0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000003`fc3ffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fe`bebffbe8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fe`bebffbf0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000fe`bebffee0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fe`bebfff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fe`bdffedc0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000fe`bdffee00 00007ff6`511393bc     postgres!ExceptionalCondition(
000000fe`bdffee40 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000fe`bdffee90 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000fe`bdffeee0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000fe`bdfff800 00007ff6`50fee778     postgres!PostmasterMain(
000000fe`bdfff990 00007ff6`515e68b9     postgres!main(
000000fe`bdfff9d0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000fe`bdfffa20 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000fe`bdfffa90 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000fe`be3ff858 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fe`be3ff860 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000fe`be3ffb50 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fe`be3ffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fe`be7ffbe8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000fe`be7ffbf0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000fe`be7ffc60 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000fe`be7ffd60 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fe`be7ffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fe`befff6f8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fe`befff700 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000fe`befff9f0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fe`befffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000091`7e9ff7c8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000091`7e9ff7d0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000091`7e9ff840 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000091`7e9ff940 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000091`7e9ff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000091`7ddff0d0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000091`7ddff110 00007ff6`511393bc     postgres!ExceptionalCondition(
00000091`7ddff150 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000091`7ddff1a0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000091`7ddff1f0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000091`7ddffb10 00007ff6`50fee778     postgres!PostmasterMain(
00000091`7ddffca0 00007ff6`515e68b9     postgres!main(
00000091`7ddffce0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000091`7ddffd30 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000091`7ddffda0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000091`7e1ff658 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000091`7e1ff660 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000091`7e1ff950 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000091`7e1ff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000091`7e5ff648 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000091`7e5ff650 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000091`7e5ff940 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000091`7e5ff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000091`7edff9c8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000091`7edff9d0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000091`7edffcc0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000091`7edffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006e`ae3ff758 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006e`ae3ff760 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000006e`ae3ffa50 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006e`ae3ffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006e`ad7ff110 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000006e`ad7ff150 00007ff6`511393bc     postgres!ExceptionalCondition(
0000006e`ad7ff190 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000006e`ad7ff1e0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000006e`ad7ff230 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000006e`ad7ffb50 00007ff6`50fee778     postgres!PostmasterMain(
0000006e`ad7ffce0 00007ff6`515e68b9     postgres!main(
0000006e`ad7ffd20 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000006e`ad7ffd70 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000006e`ad7ffde0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000006e`adbff458 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006e`adbff460 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000006e`adbff750 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006e`adbff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006e`adfffc88 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000006e`adfffc90 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000006e`adfffd00 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000006e`adfffe00 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006e`adfffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006e`ae7ff5f8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006e`ae7ff600 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000006e`ae7ff8f0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006e`ae7ff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003f`32fffd18 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000003f`32fffd20 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000003f`32fffd90 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000003f`32fffe90 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003f`32fffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003f`323febb0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000003f`323febf0 00007ff6`511393bc     postgres!ExceptionalCondition(
0000003f`323fec30 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000003f`323fec80 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000003f`323fecd0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000003f`323ff5f0 00007ff6`50fee778     postgres!PostmasterMain(
0000003f`323ff780 00007ff6`515e68b9     postgres!main(
0000003f`323ff7c0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000003f`323ff810 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000003f`323ff880 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000003f`327ff548 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003f`327ff550 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000003f`327ff840 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003f`327ff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003f`32bffa08 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003f`32bffa10 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000003f`32bffd00 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003f`32bffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003f`333ffbf8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003f`333ffc00 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000003f`333ffef0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003f`333fff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000047`697ff968 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000047`697ff970 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000047`697ffc60 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000047`697ffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000047`68ffeb00 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000047`68ffeb40 00007ff6`511393bc     postgres!ExceptionalCondition(
00000047`68ffeb80 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000047`68ffebd0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000047`68ffec20 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000047`68fff540 00007ff6`50fee778     postgres!PostmasterMain(
00000047`68fff6d0 00007ff6`515e68b9     postgres!main(
00000047`68fff710 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000047`68fff760 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000047`68fff7d0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000047`693ff8a8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000047`693ff8b0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000047`693ffba0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000047`693ffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000047`69bff808 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000047`69bff810 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000047`69bff880 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000047`69bff980 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000047`69bff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000047`69fffb88 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000047`69fffb90 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000047`69fffe80 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000047`69fffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`007ff000 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000001`007ff040 00007ff6`511393bc     postgres!ExceptionalCondition(
00000001`007ff080 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000001`007ff0d0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000001`007ff120 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000001`007ffa40 00007ff6`50fee778     postgres!PostmasterMain(
00000001`007ffbd0 00007ff6`515e68b9     postgres!main(
00000001`007ffc10 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000001`007ffc60 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000001`007ffcd0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000001`00bff6d8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000001`00bff6e0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000001`00bff9d0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000001`00bffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`00fffae8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000001`00fffaf0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000001`00fffb60 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000001`00fffc60 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000001`00fffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`013ffbf8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000001`013ffc00 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000001`013ffef0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000001`013fff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`017ffa48 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000001`017ffa50 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000001`017ffd40 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000001`017ffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f4`7fdff738 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f4`7fdff740 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000f4`7fdffa30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f4`7fdffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f4`7f9ff928 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000f4`7f9ff930 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000f4`7f9ff9a0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000f4`7f9ffaa0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f4`7f9ffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f4`7e9fedf0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f4`7e9fee30 00007ff6`511393bc     postgres!ExceptionalCondition(
000000f4`7e9fee70 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f4`7e9feec0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000f4`7e9fef10 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f4`7e9ff830 00007ff6`50fee778     postgres!PostmasterMain(
000000f4`7e9ff9c0 00007ff6`515e68b9     postgres!main(
000000f4`7e9ffa00 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f4`7e9ffa50 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f4`7e9ffac0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f4`7edffa18 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f4`7edffa20 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000f4`7edffd10 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f4`7edffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f4`7f1ffb58 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f4`7f1ffb60 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000f4`7f1ffe50 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f4`7f1ffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f4`7f5ff798 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f4`7f5ff7a0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000f4`7f5ffa90 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f4`7f5ffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000de`d6fffa48 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000de`d6fffa50 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000de`d6fffd40 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000de`d6fffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000de`d63ff090 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000de`d63ff0d0 00007ff6`511393bc     postgres!ExceptionalCondition(
000000de`d63ff110 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000de`d63ff160 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000de`d63ff1b0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000de`d63ffad0 00007ff6`50fee778     postgres!PostmasterMain(
000000de`d63ffc60 00007ff6`515e68b9     postgres!main(
000000de`d63ffca0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000de`d63ffcf0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000de`d63ffd60 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000de`d67ff628 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000de`d67ff630 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000de`d67ff920 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000de`d67ff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000de`d6bff618 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000de`d6bff620 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000de`d6bff690 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000de`d6bff790 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000de`d6bff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000de`d73ff908 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000de`d73ff910 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000de`d73ffc00 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000de`d73ffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009d`615ff9e8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000009d`615ff9f0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000009d`615ffa60 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000009d`615ffb60 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009d`615ffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009d`605ff1c0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000009d`605ff200 00007ff6`511393bc     postgres!ExceptionalCondition(
0000009d`605ff240 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000009d`605ff290 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000009d`605ff2e0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000009d`605ffc00 00007ff6`50fee778     postgres!PostmasterMain(
0000009d`605ffd90 00007ff6`515e68b9     postgres!main(
0000009d`605ffdd0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000009d`605ffe20 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000009d`605ffe90 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000009d`619ffbb8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009d`619ffbc0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000009d`619ffeb0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009d`619ffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002b`943ffd78 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000002b`943ffd80 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000002b`943ffdf0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000002b`943ffef0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002b`943fff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002b`937fed90 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000002b`937fedd0 00007ff6`511393bc     postgres!ExceptionalCondition(
0000002b`937fee10 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000002b`937fee60 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000002b`937feeb0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000002b`937ff7d0 00007ff6`50fee778     postgres!PostmasterMain(
0000002b`937ff960 00007ff6`515e68b9     postgres!main(
0000002b`937ff9a0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000002b`937ff9f0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000002b`937ffa60 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000002b`93bffb68 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002b`93bffb70 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000002b`93bffe60 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002b`93bffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002b`93fff4b8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002b`93fff4c0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000002b`93fff7b0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002b`93fff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002b`947ffbe8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002b`947ffbf0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000002b`947ffee0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002b`947fff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000047`c01ff5d8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000047`c01ff5e0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000047`c01ff8d0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000047`c01ff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000047`bf5ff090 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000047`bf5ff0d0 00007ff6`511393bc     postgres!ExceptionalCondition(
00000047`bf5ff110 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000047`bf5ff160 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000047`bf5ff1b0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000047`bf5ffad0 00007ff6`50fee778     postgres!PostmasterMain(
00000047`bf5ffc60 00007ff6`515e68b9     postgres!main(
00000047`bf5ffca0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000047`bf5ffcf0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000047`bf5ffd60 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000047`bf9ffba8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000047`bf9ffbb0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000047`bf9ffea0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000047`bf9ffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000047`bfdffa28 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000047`bfdffa30 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000047`bfdffaa0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000047`bfdffba0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000047`bfdffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000047`c05ffb68 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000047`c05ffb70 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000047`c05ffe60 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000047`c05ffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002e`37bfef20 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000002e`37bfef60 00007ff6`511393bc     postgres!ExceptionalCondition(
0000002e`37bfefa0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000002e`37bfeff0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000002e`37bff040 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000002e`37bff960 00007ff6`50fee778     postgres!PostmasterMain(
0000002e`37bffaf0 00007ff6`515e68b9     postgres!main(
0000002e`37bffb30 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000002e`37bffb80 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000002e`37bffbf0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000002e`38bffba8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002e`38bffbb0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000002e`38bffea0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002e`38bffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002e`387ff5f8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000002e`387ff600 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000002e`387ff670 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000002e`387ff770 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002e`387ff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002e`383ff508 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002e`383ff510 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000002e`383ff800 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002e`383ff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002e`37fffba8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002e`37fffbb0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000002e`37fffea0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002e`37fffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000be`4dbff778 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000be`4dbff780 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000be`4dbffa70 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000be`4dbffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000be`4cbfeb40 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000be`4cbfeb80 00007ff6`511393bc     postgres!ExceptionalCondition(
000000be`4cbfebc0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000be`4cbfec10 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000be`4cbfec60 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000be`4cbff580 00007ff6`50fee778     postgres!PostmasterMain(
000000be`4cbff710 00007ff6`515e68b9     postgres!main(
000000be`4cbff750 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000be`4cbff7a0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000be`4cbff810 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000be`4cfff638 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000be`4cfff640 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000be`4cfff930 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000be`4cfff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000be`4d3ffb38 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000be`4d3ffb40 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000be`4d3ffbb0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000be`4d3ffcb0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000be`4d3ffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000be`4d7ff7e8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000be`4d7ff7f0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000be`4d7ffae0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000be`4d7ffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005c`ed7ff6e8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005c`ed7ff6f0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000005c`ed7ff9e0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005c`ed7ffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005c`ecfff6f8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005c`ecfff700 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000005c`ecfff9f0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005c`ecfffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005c`ed3ffae8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000005c`ed3ffaf0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000005c`ed3ffb60 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000005c`ed3ffc60 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005c`ed3ffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005c`ec7fef50 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000005c`ec7fef90 00007ff6`511393bc     postgres!ExceptionalCondition(
0000005c`ec7fefd0 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000005c`ec7ff020 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000005c`ec7ff070 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000005c`ec7ff990 00007ff6`50fee778     postgres!PostmasterMain(
0000005c`ec7ffb20 00007ff6`515e68b9     postgres!main(
0000005c`ec7ffb60 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000005c`ec7ffbb0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000005c`ec7ffc20 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000005c`ecbff8b8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005c`ecbff8c0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000005c`ecbffbb0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005c`ecbffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000096`9b5ff8e8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000096`9b5ff8f0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000096`9b5ffbe0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000096`9b5ffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000096`9b1ff728 00007ff6`511322b7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000096`9b1ff730 00007ff6`50fee6e4     postgres!SubPostmasterMain(
00000096`9b1ff7a0 00007ff6`515e68b9     postgres!main(
00000096`9b1ff7e0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000096`9b1ff830 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000096`9b1ff8a0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000096`9b1ff8d0 00007ffc`8c3b4cb0     postgres!mainCRTStartup(
00000096`9b1ff900 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000096`9b1ff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000096`9b9ffb28 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000096`9b9ffb30 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000096`9b9ffe20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000096`9b9ffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006a`edbff578 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006a`edbff580 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000006a`edbff870 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006a`edbff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006a`ed3ffa38 00007ff6`511322b7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
0000006a`ed3ffa40 00007ff6`50fee6e4     postgres!SubPostmasterMain(
0000006a`ed3ffab0 00007ff6`515e68b9     postgres!main(
0000006a`ed3ffaf0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000006a`ed3ffb40 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000006a`ed3ffbb0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
0000006a`ed3ffbe0 00007ffc`8c3b4cb0     postgres!mainCRTStartup(
0000006a`ed3ffc10 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006a`ed3ffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006a`ed7ffa18 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006a`ed7ffa20 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000006a`ed7ffd10 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006a`ed7ffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006a`edfffbf8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006a`edfffc00 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000006a`edfffef0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006a`edffff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000da`821ff8c8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000da`821ff8d0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000da`821ff940 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000da`821ffa40 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000da`821ffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000da`815fec30 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000da`815fec70 00007ff6`511393bc     postgres!ExceptionalCondition(
000000da`815fecb0 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000da`815fed00 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000da`815fed50 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000da`815ff670 00007ff6`50fee778     postgres!PostmasterMain(
000000da`815ff800 00007ff6`515e68b9     postgres!main(
000000da`815ff840 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000da`815ff890 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000da`815ff900 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000da`819ff778 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000da`819ff780 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000da`819ffa70 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000da`819ffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000da`81dff7f8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000da`81dff800 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000da`81dffaf0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000da`81dffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000da`825ffa08 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000da`825ffa10 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000da`825ffd00 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000da`825ffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000eb`a43ff918 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000eb`a43ff920 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000eb`a43ff990 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000eb`a43ffa90 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000eb`a43ffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000eb`a4bffb18 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000eb`a4bffb20 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000eb`a4bffe10 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000eb`a4bffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000eb`a3bff080 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000eb`a3bff0c0 00007ff6`511393bc     postgres!ExceptionalCondition(
000000eb`a3bff100 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000eb`a3bff150 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000eb`a3bff1a0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000eb`a3bffac0 00007ff6`50fee778     postgres!PostmasterMain(
000000eb`a3bffc50 00007ff6`515e68b9     postgres!main(
000000eb`a3bffc90 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000eb`a3bffce0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000eb`a3bffd50 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000eb`a3fff838 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000eb`a3fff840 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000eb`a3fffb30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000eb`a3fffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000eb`a47ffa88 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000eb`a47ffa90 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000eb`a47ffd80 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000eb`a47ffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004c`281ff4b8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004c`281ff4c0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000004c`281ff7b0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004c`281ff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004c`289ffa88 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004c`289ffa90 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000004c`289ffd80 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004c`289ffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004c`279feca0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000004c`279fece0 00007ff6`511393bc     postgres!ExceptionalCondition(
0000004c`279fed20 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000004c`279fed70 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000004c`279fedc0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000004c`279ff6e0 00007ff6`50fee778     postgres!PostmasterMain(
0000004c`279ff870 00007ff6`515e68b9     postgres!main(
0000004c`279ff8b0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000004c`279ff900 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000004c`279ff970 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000004c`27dffb08 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004c`27dffb10 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000004c`27dffe00 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004c`27dffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004c`285ff848 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000004c`285ff850 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000004c`285ff8c0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000004c`285ff9c0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004c`285ff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002c`dafff748 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002c`dafff750 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000002c`dafffa40 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002c`dafffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002c`dabff7b8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000002c`dabff7c0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000002c`dabff830 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000002c`dabff930 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002c`dabff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002c`da3feba0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000002c`da3febe0 00007ff6`511393bc     postgres!ExceptionalCondition(
0000002c`da3fec20 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000002c`da3fec70 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000002c`da3fecc0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000002c`da3ff5e0 00007ff6`50fee778     postgres!PostmasterMain(
0000002c`da3ff770 00007ff6`515e68b9     postgres!main(
0000002c`da3ff7b0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000002c`da3ff800 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000002c`da3ff870 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000002c`da7ff8b8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002c`da7ff8c0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000002c`da7ffbb0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002c`da7ffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002c`db3ff4c8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002c`db3ff4d0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000002c`db3ff7c0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002c`db3ff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000014`ee1ffad8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000014`ee1ffae0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000014`ee1ffb50 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000014`ee1ffc50 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000014`ee1ffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000014`ed5ff010 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000014`ed5ff050 00007ff6`511393bc     postgres!ExceptionalCondition(
00000014`ed5ff090 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000014`ed5ff0e0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000014`ed5ff130 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000014`ed5ffa50 00007ff6`50fee778     postgres!PostmasterMain(
00000014`ed5ffbe0 00007ff6`515e68b9     postgres!main(
00000014`ed5ffc20 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000014`ed5ffc70 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000014`ed5ffce0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000014`ed9ff7c8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000014`ed9ff7d0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000014`ed9ffac0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000014`ed9ffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000014`eddffa68 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000014`eddffa70 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000014`eddffd60 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000014`eddffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000014`ee5ff678 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000014`ee5ff680 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000014`ee5ff970 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000014`ee5ff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000052`063ffa88 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000052`063ffa90 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000052`063ffb00 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000052`063ffc00 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000052`063ffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000052`057fead0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000052`057feb10 00007ff6`511393bc     postgres!ExceptionalCondition(
00000052`057feb50 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000052`057feba0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000052`057febf0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000052`057ff510 00007ff6`50fee778     postgres!PostmasterMain(
00000052`057ff6a0 00007ff6`515e68b9     postgres!main(
00000052`057ff6e0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000052`057ff730 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000052`057ff7a0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000052`05bff6d8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000052`05bff6e0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000052`05bff9d0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000052`05bffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000052`05fff538 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000052`05fff540 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000052`05fff830 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000052`05fff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000052`067ff6b8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000052`067ff6c0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000052`067ff9b0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000052`067ff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c9`78dff448 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c9`78dff450 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000c9`78dff740 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c9`78dff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c9`791ffb88 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000c9`791ffb90 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000c9`791ffc00 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000c9`791ffd00 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c9`791ffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c9`795ffc38 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c9`795ffc40 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000c9`795fff30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c9`795fff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c9`781ff120 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c9`781ff160 00007ff6`511393bc     postgres!ExceptionalCondition(
000000c9`781ff1a0 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c9`781ff1f0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000c9`781ff240 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c9`781ffb60 00007ff6`50fee778     postgres!PostmasterMain(
000000c9`781ffcf0 00007ff6`515e68b9     postgres!main(
000000c9`781ffd30 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c9`781ffd80 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c9`781ffdf0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c9`785ff568 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c9`785ff570 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000c9`785ff860 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c9`785ff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c9`789ffc28 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c9`789ffc30 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000c9`789fff20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c9`789fff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000af`d75ffa68 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000af`d75ffa70 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000af`d75ffd60 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000af`d75ffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000af`d7dff9c8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000af`d7dff9d0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000af`d7dffcc0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000af`d7dffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000af`d81ff6a8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000af`d81ff6b0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000af`d81ff9a0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000af`d81ff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000af`d71feda0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000af`d71fede0 00007ff6`511393bc     postgres!ExceptionalCondition(
000000af`d71fee20 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000af`d71fee70 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000af`d71feec0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000af`d71ff7e0 00007ff6`50fee778     postgres!PostmasterMain(
000000af`d71ff970 00007ff6`515e68b9     postgres!main(
000000af`d71ff9b0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000af`d71ffa00 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000af`d71ffa70 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000af`d79ff6b8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000af`d79ff6c0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000af`d79ff730 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000af`d79ff830 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000af`d79ff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004e`d1bffaa8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000004e`d1bffab0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000004e`d1bffb20 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000004e`d1bffc20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004e`d1bffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004e`d13ff7d8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004e`d13ff7e0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000004e`d13ffad0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004e`d13ffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004e`d17ff638 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004e`d17ff640 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000004e`d17ff930 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004e`d17ff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004e`d0ffefa0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000004e`d0ffefe0 00007ff6`511393bc     postgres!ExceptionalCondition(
0000004e`d0fff020 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000004e`d0fff070 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000004e`d0fff0c0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000004e`d0fff9e0 00007ff6`50fee778     postgres!PostmasterMain(
0000004e`d0fffb70 00007ff6`515e68b9     postgres!main(
0000004e`d0fffbb0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000004e`d0fffc00 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000004e`d0fffc70 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000004e`d1fffa88 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004e`d1fffa90 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000004e`d1fffd80 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004e`d1fffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000037`b41ff638 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000037`b41ff640 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000037`b41ff6b0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000037`b41ff7b0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000037`b41ff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000037`b35ff0a0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000037`b35ff0e0 00007ff6`511393bc     postgres!ExceptionalCondition(
00000037`b35ff120 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000037`b35ff170 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000037`b35ff1c0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000037`b35ffae0 00007ff6`50fee778     postgres!PostmasterMain(
00000037`b35ffc70 00007ff6`515e68b9     postgres!main(
00000037`b35ffcb0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000037`b35ffd00 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000037`b35ffd70 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000037`b39ffb48 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000037`b39ffb50 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000037`b39ffe40 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000037`b39ffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000037`b3dff6d8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000037`b3dff6e0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000037`b3dff9d0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000037`b3dffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000037`b45ff618 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000037`b45ff620 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000037`b45ff910 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000037`b45ff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007c`9c5ff948 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000007c`9c5ff950 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000007c`9c5ff9c0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000007c`9c5ffac0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007c`9c5ffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007c`9b9fedc0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000007c`9b9fee00 00007ff6`511393bc     postgres!ExceptionalCondition(
0000007c`9b9fee40 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000007c`9b9fee90 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000007c`9b9feee0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000007c`9b9ff800 00007ff6`50fee778     postgres!PostmasterMain(
0000007c`9b9ff990 00007ff6`515e68b9     postgres!main(
0000007c`9b9ff9d0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000007c`9b9ffa20 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000007c`9b9ffa90 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000007c`9bdff4d8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007c`9bdff4e0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000007c`9bdff7d0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007c`9bdff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007c`9c1ff8c8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007c`9c1ff8d0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000007c`9c1ffbc0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007c`9c1ffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007c`9c9ffb88 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007c`9c9ffb90 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000007c`9c9ffe80 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007c`9c9ffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000029`337ff968 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000029`337ff970 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000029`337ff9e0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000029`337ffae0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000029`337ffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000029`33bff828 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000029`33bff830 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000029`33bffb20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000029`33bffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000029`32bff1e0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000029`32bff220 00007ff6`511393bc     postgres!ExceptionalCondition(
00000029`32bff260 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000029`32bff2b0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000029`32bff300 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000029`32bffc20 00007ff6`50fee778     postgres!PostmasterMain(
00000029`32bffdb0 00007ff6`515e68b9     postgres!main(
00000029`32bffdf0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000029`32bffe40 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000029`32bffeb0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000049`a4bff9c8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000049`a4bff9d0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000049`a4bffa40 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000049`a4bffb40 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000049`a4bffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000049`a3ffeda0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000049`a3ffede0 00007ff6`511393bc     postgres!ExceptionalCondition(
00000049`a3ffee20 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000049`a3ffee70 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000049`a3ffeec0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000049`a3fff7e0 00007ff6`50fee778     postgres!PostmasterMain(
00000049`a3fff970 00007ff6`515e68b9     postgres!main(
00000049`a3fff9b0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000049`a3fffa00 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000049`a3fffa70 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000049`a43ff8d8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000049`a43ff8e0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000049`a43ffbd0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000049`a43ffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000049`a47ff6d8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000049`a47ff6e0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000049`a47ff9d0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000049`a47ffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000049`a4fff578 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000049`a4fff580 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000049`a4fff870 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000049`a4fff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a9`fa1febf0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a9`fa1fec30 00007ff6`511393bc     postgres!ExceptionalCondition(
000000a9`fa1fec70 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000a9`fa1fecc0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000a9`fa1fed10 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a9`fa1ff630 00007ff6`50fee778     postgres!PostmasterMain(
000000a9`fa1ff7c0 00007ff6`515e68b9     postgres!main(
000000a9`fa1ff800 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a9`fa1ff850 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a9`fa1ff8c0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a9`fadff6d8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000a9`fadff6e0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000a9`fadff750 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000a9`fadff850 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a9`fadff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a9`fb1ff7d8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a9`fb1ff7e0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000a9`fb1ffad0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a9`fb1ffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a9`fa9ffa88 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a9`fa9ffa90 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000a9`fa9ffd80 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a9`fa9ffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a9`fa5ff8b8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a9`fa5ff8c0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000a9`fa5ffbb0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a9`fa5ffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bb`583ffcf8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000bb`583ffd00 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000bb`583ffd70 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000bb`583ffe70 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bb`583ffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bb`573ff000 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000bb`573ff040 00007ff6`511393bc     postgres!ExceptionalCondition(
000000bb`573ff080 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000bb`573ff0d0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000bb`573ff120 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000bb`573ffa40 00007ff6`50fee778     postgres!PostmasterMain(
000000bb`573ffbd0 00007ff6`515e68b9     postgres!main(
000000bb`573ffc10 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000bb`573ffc60 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000bb`573ffcd0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000bb`577ffc18 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bb`577ffc20 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000bb`577fff10 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bb`577fff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bb`57bff778 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bb`57bff780 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000bb`57bffa70 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bb`57bffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bb`57fff638 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bb`57fff640 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000bb`57fff930 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bb`57fff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bb`587ff8a8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bb`587ff8b0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000bb`587ffba0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bb`587ffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000010`2a7ff808 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000010`2a7ff810 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000010`2a7ffb00 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000010`2a7ffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000010`297fef60 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000010`297fefa0 00007ff6`511393bc     postgres!ExceptionalCondition(
00000010`297fefe0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000010`297ff030 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000010`297ff080 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000010`297ff9a0 00007ff6`50fee778     postgres!PostmasterMain(
00000010`297ffb30 00007ff6`515e68b9     postgres!main(
00000010`297ffb70 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000010`297ffbc0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000010`297ffc30 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000010`29bffae8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000010`29bffaf0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000010`29bffde0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000010`29bffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000010`29fff4d8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000010`29fff4e0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000010`29fff7d0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000010`29fff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000010`2a3ffbe8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000010`2a3ffbf0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000010`2a3ffc60 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000010`2a3ffd60 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000010`2a3ffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002b`211ffa38 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002b`211ffa40 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000002b`211ffd30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002b`211ffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002b`20dff718 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000002b`20dff720 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000002b`20dff790 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000002b`20dff890 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002b`20dff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002b`201ffc18 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002b`201ffc20 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000002b`201fff10 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002b`201fff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002b`1fdfeca0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000002b`1fdfece0 00007ff6`511393bc     postgres!ExceptionalCondition(
0000002b`1fdfed20 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000002b`1fdfed70 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000002b`1fdfedc0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000002b`1fdff6e0 00007ff6`50fee778     postgres!PostmasterMain(
0000002b`1fdff870 00007ff6`515e68b9     postgres!main(
0000002b`1fdff8b0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000002b`1fdff900 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000002b`1fdff970 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000002b`205ff6e8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002b`205ff6f0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000002b`205ff9e0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002b`205ffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002b`209ffb48 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002b`209ffb50 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000002b`209ffe40 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002b`209ffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000da`5bbff4f8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000da`5bbff500 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000da`5bbff7f0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000da`5bbff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000da`5afff1c0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000da`5afff200 00007ff6`511393bc     postgres!ExceptionalCondition(
000000da`5afff240 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000da`5afff290 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000da`5afff2e0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000da`5afffc00 00007ff6`50fee778     postgres!PostmasterMain(
000000da`5afffd90 00007ff6`515e68b9     postgres!main(
000000da`5afffdd0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000da`5afffe20 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000da`5afffe90 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000da`5b3ffaf8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000da`5b3ffb00 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000da`5b3ffdf0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000da`5b3ffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000da`5b7ff948 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000da`5b7ff950 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000da`5b7ff9c0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000da`5b7ffac0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000da`5b7ffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000da`5bfffb08 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000da`5bfffb10 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000da`5bfffe00 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000da`5bfffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000067`f2fff8d8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000067`f2fff8e0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000067`f2fff950 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000067`f2fffa50 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000067`f2fffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000067`f23feae0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000067`f23feb20 00007ff6`511393bc     postgres!ExceptionalCondition(
00000067`f23feb60 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000067`f23febb0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000067`f23fec00 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000067`f23ff520 00007ff6`50fee778     postgres!PostmasterMain(
00000067`f23ff6b0 00007ff6`515e68b9     postgres!main(
00000067`f23ff6f0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000067`f23ff740 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000067`f23ff7b0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000067`f27ff948 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000067`f27ff950 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000067`f27ffc40 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000067`f27ffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000067`f2bff8a8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000067`f2bff8b0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000067`f2bffba0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000067`f2bffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000067`f33ff668 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000067`f33ff670 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000067`f33ff960 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000067`f33ff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e9`c9fffad8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e9`c9fffae0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000e9`c9fffdd0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e9`c9fffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e9`c93fee30 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e9`c93fee70 00007ff6`511393bc     postgres!ExceptionalCondition(
000000e9`c93feeb0 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000e9`c93fef00 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000e9`c93fef50 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000e9`c93ff870 00007ff6`50fee778     postgres!PostmasterMain(
000000e9`c93ffa00 00007ff6`515e68b9     postgres!main(
000000e9`c93ffa40 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e9`c93ffa90 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e9`c93ffb00 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000e9`c97ff778 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e9`c97ff780 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000e9`c97ffa70 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e9`c97ffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e9`c9bffc88 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000e9`c9bffc90 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000e9`c9bffd00 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000e9`c9bffe00 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e9`c9bffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e9`ca3ff518 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e9`ca3ff520 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000e9`ca3ff810 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e9`ca3ff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ef`c23ffb98 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ef`c23ffba0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000ef`c23ffe90 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ef`c23ffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ef`c17feb60 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ef`c17feba0 00007ff6`511393bc     postgres!ExceptionalCondition(
000000ef`c17febe0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ef`c17fec30 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000ef`c17fec80 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ef`c17ff5a0 00007ff6`50fee778     postgres!PostmasterMain(
000000ef`c17ff730 00007ff6`515e68b9     postgres!main(
000000ef`c17ff770 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ef`c17ff7c0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ef`c17ff830 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ef`c1bff8b8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ef`c1bff8c0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000ef`c1bffbb0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ef`c1bffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ef`c1fffae8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000ef`c1fffaf0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000ef`c1fffb60 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000ef`c1fffc60 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ef`c1fffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ef`c27ff628 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ef`c27ff630 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000ef`c27ff920 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ef`c27ff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005d`121ff828 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000005d`121ff830 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000005d`121ff8a0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000005d`121ff9a0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005d`121ff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005d`115fef50 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000005d`115fef90 00007ff6`511393bc     postgres!ExceptionalCondition(
0000005d`115fefd0 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000005d`115ff020 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000005d`115ff070 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000005d`115ff990 00007ff6`50fee778     postgres!PostmasterMain(
0000005d`115ffb20 00007ff6`515e68b9     postgres!main(
0000005d`115ffb60 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000005d`115ffbb0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000005d`115ffc20 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000005d`119ff598 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005d`119ff5a0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000005d`119ff890 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005d`119ff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005d`11dffb88 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005d`11dffb90 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000005d`11dffe80 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005d`11dffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005d`125ff618 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005d`125ff620 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000005d`125ff910 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005d`125ff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000079`c67ffb48 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000079`c67ffb50 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000079`c67ffe40 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000079`c67ffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000079`c5ffeab0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000079`c5ffeaf0 00007ff6`511393bc     postgres!ExceptionalCondition(
00000079`c5ffeb30 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000079`c5ffeb80 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000079`c5ffebd0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000079`c5fff4f0 00007ff6`50fee778     postgres!PostmasterMain(
00000079`c5fff680 00007ff6`515e68b9     postgres!main(
00000079`c5fff6c0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000079`c5fff710 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000079`c5fff780 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000079`c63ffba8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000079`c63ffbb0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000079`c63ffea0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000079`c63ffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000079`c6bff968 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000079`c6bff970 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000079`c6bffc60 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000079`c6bffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000079`c6fffd98 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000079`c6fffda0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000079`c6fffe10 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000079`c6ffff10 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000079`c6ffff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000079`c73ff4f8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000079`c73ff500 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000079`c73ff7f0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000079`c73ff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007f`e5bff9c8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007f`e5bff9d0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000007f`e5bffcc0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007f`e5bffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007f`e4bff1b0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000007f`e4bff1f0 00007ff6`511393bc     postgres!ExceptionalCondition(
0000007f`e4bff230 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000007f`e4bff280 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000007f`e4bff2d0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000007f`e4bffbf0 00007ff6`50fee778     postgres!PostmasterMain(
0000007f`e4bffd80 00007ff6`515e68b9     postgres!main(
0000007f`e4bffdc0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000007f`e4bffe10 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000007f`e4bffe80 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000007f`e4fff4f8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007f`e4fff500 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000007f`e4fff7f0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007f`e4fff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007f`e53ffb28 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007f`e53ffb30 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000007f`e53ffe20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007f`e53ffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007f`e57ff7a8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000007f`e57ff7b0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000007f`e57ff820 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000007f`e57ff920 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007f`e57ff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d0`64fffa28 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d0`64fffa30 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000d0`64fffd20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d0`64fffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d0`643fea40 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d0`643fea80 00007ff6`511393bc     postgres!ExceptionalCondition(
000000d0`643feac0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000d0`643feb10 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000d0`643feb60 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000d0`643ff480 00007ff6`50fee778     postgres!PostmasterMain(
000000d0`643ff610 00007ff6`515e68b9     postgres!main(
000000d0`643ff650 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d0`643ff6a0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d0`643ff710 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000d0`647ff698 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d0`647ff6a0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000d0`647ff990 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d0`647ff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d0`64bff978 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000d0`64bff980 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000d0`64bff9f0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000d0`64bffaf0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d0`64bffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d0`653ffb68 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d0`653ffb70 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000d0`653ffe60 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d0`653ffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009b`d4dff4b8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009b`d4dff4c0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000009b`d4dff7b0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009b`d4dff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009b`d41fee90 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000009b`d41feed0 00007ff6`511393bc     postgres!ExceptionalCondition(
0000009b`d41fef10 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000009b`d41fef60 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000009b`d41fefb0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000009b`d41ff8d0 00007ff6`50fee778     postgres!PostmasterMain(
0000009b`d41ffa60 00007ff6`515e68b9     postgres!main(
0000009b`d41ffaa0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000009b`d41ffaf0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000009b`d41ffb60 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000009b`d45ff6d8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009b`d45ff6e0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000009b`d45ff9d0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009b`d45ffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009b`d49ff858 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000009b`d49ff860 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000009b`d49ff8d0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000009b`d49ff9d0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009b`d49ffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009b`d51ffa88 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009b`d51ffa90 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000009b`d51ffd80 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009b`d51ffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000089`dbdff5f8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000089`dbdff600 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000089`dbdff670 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000089`dbdff770 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000089`dbdff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000089`dadff110 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000089`dadff150 00007ff6`511393bc     postgres!ExceptionalCondition(
00000089`dadff190 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000089`dadff1e0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000089`dadff230 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000089`dadffb50 00007ff6`50fee778     postgres!PostmasterMain(
00000089`dadffce0 00007ff6`515e68b9     postgres!main(
00000089`dadffd20 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000089`dadffd70 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000089`dadffde0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000089`db1ff5c8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000089`db1ff5d0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000089`db1ff8c0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000089`db1ff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000089`db5ff928 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000089`db5ff930 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000089`db5ffc20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000089`db5ffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000089`db9ff738 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000089`db9ff740 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000089`db9ffa30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000089`db9ffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000089`dc1ff6e8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000089`dc1ff6f0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000089`dc1ff9e0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000089`dc1ffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000068`3ffff578 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000068`3ffff580 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000068`3ffff870 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000068`3ffff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000068`3fbfee50 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000068`3fbfee90 00007ff6`511393bc     postgres!ExceptionalCondition(
00000068`3fbfeed0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000068`3fbfef20 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000068`3fbfef70 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000068`3fbff890 00007ff6`50fee778     postgres!PostmasterMain(
00000068`3fbffa20 00007ff6`515e68b9     postgres!main(
00000068`3fbffa60 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000068`3fbffab0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000068`3fbffb20 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000068`407ffc08 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000068`407ffc10 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000068`407ffc80 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000068`407ffd80 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000068`407ffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000068`40bff9c8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000068`40bff9d0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000068`40bffcc0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000068`40bffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000068`403ff538 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000068`403ff540 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000068`403ff830 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000068`403ff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`2f5ff728 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000cf`2f5ff730 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000cf`2f5ff7a0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000cf`2f5ff8a0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`2f5ff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`2e9fec70 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000cf`2e9fecb0 00007ff6`511393bc     postgres!ExceptionalCondition(
000000cf`2e9fecf0 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000cf`2e9fed40 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000cf`2e9fed90 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000cf`2e9ff6b0 00007ff6`50fee778     postgres!PostmasterMain(
000000cf`2e9ff840 00007ff6`515e68b9     postgres!main(
000000cf`2e9ff880 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000cf`2e9ff8d0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000cf`2e9ff940 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000cf`2edff848 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cf`2edff850 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000cf`2edffb40 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`2edffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`2f1ff608 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cf`2f1ff610 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000cf`2f1ff900 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`2f1ff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`2f9ff6b8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cf`2f9ff6c0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000cf`2f9ff9b0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`2f9ff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000045`0bfff8b8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000045`0bfff8c0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000045`0bfffbb0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000045`0bfffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000045`0b7fede0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000045`0b7fee20 00007ff6`511393bc     postgres!ExceptionalCondition(
00000045`0b7fee60 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000045`0b7feeb0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000045`0b7fef00 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000045`0b7ff820 00007ff6`50fee778     postgres!PostmasterMain(
00000045`0b7ff9b0 00007ff6`515e68b9     postgres!main(
00000045`0b7ff9f0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000045`0b7ffa40 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000045`0b7ffab0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000045`0c7ff858 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000045`0c7ff860 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000045`0c7ffb50 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000045`0c7ffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000045`0bbff6c8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000045`0bbff6d0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000045`0bbff9c0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000045`0bbff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000045`0c3ff688 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000045`0c3ff690 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000045`0c3ff700 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000045`0c3ff800 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000045`0c3ff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`5edff6a8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dd`5edff6b0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000dd`5edff9a0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`5edff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`5e1fef00 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000dd`5e1fef40 00007ff6`511393bc     postgres!ExceptionalCondition(
000000dd`5e1fef80 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000dd`5e1fefd0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000dd`5e1ff020 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000dd`5e1ff940 00007ff6`50fee778     postgres!PostmasterMain(
000000dd`5e1ffad0 00007ff6`515e68b9     postgres!main(
000000dd`5e1ffb10 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000dd`5e1ffb60 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000dd`5e1ffbd0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000dd`5e5ff568 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dd`5e5ff570 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000dd`5e5ff860 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`5e5ff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`5e9ffa08 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dd`5e9ffa10 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000dd`5e9ffd00 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`5e9ffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`5f1ff948 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000dd`5f1ff950 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000dd`5f1ff9c0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000dd`5f1ffac0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`5f1ffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`5f5ffb18 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dd`5f5ffb20 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000dd`5f5ffe10 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`5f5ffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a8`785ff7e8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a8`785ff7f0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000a8`785ffae0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a8`785ffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a8`775feb50 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a8`775feb90 00007ff6`511393bc     postgres!ExceptionalCondition(
000000a8`775febd0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000a8`775fec20 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000a8`775fec70 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a8`775ff590 00007ff6`50fee778     postgres!PostmasterMain(
000000a8`775ff720 00007ff6`515e68b9     postgres!main(
000000a8`775ff760 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a8`775ff7b0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a8`775ff820 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a8`779ff8f8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a8`779ff900 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000a8`779ffbf0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a8`779ffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a8`77dffa48 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a8`77dffa50 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000a8`77dffd40 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a8`77dffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a8`781ff7c8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000a8`781ff7d0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000a8`781ff840 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000a8`781ff940 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a8`781ff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006e`c39ff4b8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006e`c39ff4c0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000006e`c39ff7b0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006e`c39ff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006e`c2dff1d0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000006e`c2dff210 00007ff6`511393bc     postgres!ExceptionalCondition(
0000006e`c2dff250 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000006e`c2dff2a0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000006e`c2dff2f0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000006e`c2dffc10 00007ff6`50fee778     postgres!PostmasterMain(
0000006e`c2dffda0 00007ff6`515e68b9     postgres!main(
0000006e`c2dffde0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000006e`c2dffe30 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000006e`c2dffea0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000006e`c31ff7e8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006e`c31ff7f0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000006e`c31ffae0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006e`c31ffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006e`c35ffc68 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000006e`c35ffc70 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000006e`c35ffce0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000006e`c35ffde0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006e`c35ffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006e`c3dffa28 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006e`c3dffa30 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000006e`c3dffd20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006e`c3dffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ff`04dff9b8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ff`04dff9c0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000ff`04dffcb0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ff`04dffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ff`049ffb98 00007ff6`511322b7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000ff`049ffba0 00007ff6`50fee6e4     postgres!SubPostmasterMain(
000000ff`049ffc10 00007ff6`515e68b9     postgres!main(
000000ff`049ffc50 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ff`049ffca0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ff`049ffd10 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000ff`049ffd40 00007ffc`8c3b4cb0     postgres!mainCRTStartup(
000000ff`049ffd70 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ff`049ffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ff`051ffa98 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ff`051ffaa0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000ff`051ffd90 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ff`051ffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002a`d9fff938 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002a`d9fff940 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000002a`d9fffc30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002a`d9fffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002a`d93fee70 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000002a`d93feeb0 00007ff6`511393bc     postgres!ExceptionalCondition(
0000002a`d93feef0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000002a`d93fef40 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000002a`d93fef90 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000002a`d93ff8b0 00007ff6`50fee778     postgres!PostmasterMain(
0000002a`d93ffa40 00007ff6`515e68b9     postgres!main(
0000002a`d93ffa80 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000002a`d93ffad0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000002a`d93ffb40 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000002a`d97ff9c8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002a`d97ff9d0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000002a`d97ffcc0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002a`d97ffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002a`d9bffbf8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000002a`d9bffc00 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000002a`d9bffc70 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000002a`d9bffd70 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002a`d9bffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002a`da3ffb28 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002a`da3ffb30 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000002a`da3ffe20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002a`da3ffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002e`6bbff478 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002e`6bbff480 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000002e`6bbff770 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002e`6bbff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002e`6afff0f0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000002e`6afff130 00007ff6`511393bc     postgres!ExceptionalCondition(
0000002e`6afff170 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000002e`6afff1c0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000002e`6afff210 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000002e`6afffb30 00007ff6`50fee778     postgres!PostmasterMain(
0000002e`6afffcc0 00007ff6`515e68b9     postgres!main(
0000002e`6afffd00 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000002e`6afffd50 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000002e`6afffdc0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000002e`6b3ff7d8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002e`6b3ff7e0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000002e`6b3ffad0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002e`6b3ffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002e`6b7ffcf8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000002e`6b7ffd00 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000002e`6b7ffd70 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000002e`6b7ffe70 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002e`6b7ffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002e`6bfff678 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002e`6bfff680 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000002e`6bfff970 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002e`6bfff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000043`0e9ff688 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000043`0e9ff690 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000043`0e9ff700 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000043`0e9ff800 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000043`0e9ff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000043`0d9fecc0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000043`0d9fed00 00007ff6`511393bc     postgres!ExceptionalCondition(
00000043`0d9fed40 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000043`0d9fed90 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000043`0d9fede0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000043`0d9ff700 00007ff6`50fee778     postgres!PostmasterMain(
00000043`0d9ff890 00007ff6`515e68b9     postgres!main(
00000043`0d9ff8d0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000043`0d9ff920 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000043`0d9ff990 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000043`0ddffb28 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000043`0ddffb30 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000043`0ddffe20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000043`0ddffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000043`0e1ff9f8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000043`0e1ffa00 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000043`0e1ffcf0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000043`0e1ffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000043`0e5ff4d8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000043`0e5ff4e0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000043`0e5ff7d0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000043`0e5ff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000043`0edff538 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000043`0edff540 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000043`0edff830 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000043`0edff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c5`8cbffce8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000c5`8cbffcf0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000c5`8cbffd60 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000c5`8cbffe60 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c5`8cbffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c5`8bbff140 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c5`8bbff180 00007ff6`511393bc     postgres!ExceptionalCondition(
000000c5`8bbff1c0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c5`8bbff210 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000c5`8bbff260 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c5`8bbffb80 00007ff6`50fee778     postgres!PostmasterMain(
000000c5`8bbffd10 00007ff6`515e68b9     postgres!main(
000000c5`8bbffd50 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c5`8bbffda0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c5`8bbffe10 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c5`8bfffb78 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c5`8bfffb80 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000c5`8bfffe70 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c5`8bfffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c5`8c3ff4d8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c5`8c3ff4e0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000c5`8c3ff7d0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c5`8c3ff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c5`8c7ff9b8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c5`8c7ff9c0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000c5`8c7ffcb0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c5`8c7ffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c5`8cfff908 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c5`8cfff910 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000c5`8cfffc00 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c5`8cfffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007d`7f1ffb38 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007d`7f1ffb40 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000007d`7f1ffe30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007d`7f1ffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007d`7e1feeb0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000007d`7e1feef0 00007ff6`511393bc     postgres!ExceptionalCondition(
0000007d`7e1fef30 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000007d`7e1fef80 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000007d`7e1fefd0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000007d`7e1ff8f0 00007ff6`50fee778     postgres!PostmasterMain(
0000007d`7e1ffa80 00007ff6`515e68b9     postgres!main(
0000007d`7e1ffac0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000007d`7e1ffb10 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000007d`7e1ffb80 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000007d`7e5ffa38 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007d`7e5ffa40 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000007d`7e5ffd30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007d`7e5ffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007d`7e9ffb78 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007d`7e9ffb80 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000007d`7e9ffe70 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007d`7e9ffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007d`7edffb98 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000007d`7edffba0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000007d`7edffc10 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000007d`7edffd10 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007d`7edffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fa`721ff618 00007ff6`511322b7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000fa`721ff620 00007ff6`50fee6e4     postgres!SubPostmasterMain(
000000fa`721ff690 00007ff6`515e68b9     postgres!main(
000000fa`721ff6d0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000fa`721ff720 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000fa`721ff790 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000fa`721ff7c0 00007ffc`8c3b4cb0     postgres!mainCRTStartup(
000000fa`721ff7f0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fa`721ff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fa`725ff9f8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fa`725ffa00 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000fa`725ffcf0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fa`725ffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fa`729ff728 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fa`729ff730 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000fa`729ffa20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fa`729ffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ed`cb9ff938 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ed`cb9ff940 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000ed`cb9ffc30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ed`cb9ffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ed`cb1ff5a8 00007ff6`511322b7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000ed`cb1ff5b0 00007ff6`50fee6e4     postgres!SubPostmasterMain(
000000ed`cb1ff620 00007ff6`515e68b9     postgres!main(
000000ed`cb1ff660 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ed`cb1ff6b0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ed`cb1ff720 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000ed`cb1ff750 00007ffc`8c3b4cb0     postgres!mainCRTStartup(
000000ed`cb1ff780 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ed`cb1ff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ed`cb5ff708 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ed`cb5ff710 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000ed`cb5ffa00 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ed`cb5ffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000087`029ff7c8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000087`029ff7d0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000087`029ff840 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000087`029ff940 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000087`029ff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000087`01dfec90 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000087`01dfecd0 00007ff6`511393bc     postgres!ExceptionalCondition(
00000087`01dfed10 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000087`01dfed60 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000087`01dfedb0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000087`01dff6d0 00007ff6`50fee778     postgres!PostmasterMain(
00000087`01dff860 00007ff6`515e68b9     postgres!main(
00000087`01dff8a0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000087`01dff8f0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000087`01dff960 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000087`021ffa28 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000087`021ffa30 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000087`021ffd20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000087`021ffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000087`025ff9b8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000087`025ff9c0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000087`025ffcb0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000087`025ffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000087`02dff948 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000087`02dff950 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000087`02dffc40 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000087`02dffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e8`b1dff848 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e8`b1dff850 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000e8`b1dffb40 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e8`b1dffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e8`b19ff858 00007ff6`511322b7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000e8`b19ff860 00007ff6`50fee6e4     postgres!SubPostmasterMain(
000000e8`b19ff8d0 00007ff6`515e68b9     postgres!main(
000000e8`b19ff910 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e8`b19ff960 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e8`b19ff9d0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000e8`b19ffa00 00007ffc`8c3b4cb0     postgres!mainCRTStartup(
000000e8`b19ffa30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e8`b19ffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e8`b21ff938 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e8`b21ff940 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000e8`b21ffc30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e8`b21ffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000086`d55ffa68 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000086`d55ffa70 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000086`d55ffd60 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000086`d55ffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000086`d51ff1c0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000086`d51ff200 00007ff6`511393bc     postgres!ExceptionalCondition(
00000086`d51ff240 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000086`d51ff290 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000086`d51ff2e0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000086`d51ffc00 00007ff6`50fee778     postgres!PostmasterMain(
00000086`d51ffd90 00007ff6`515e68b9     postgres!main(
00000086`d51ffdd0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000086`d51ffe20 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000086`d51ffe90 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000086`d59ffaa8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000086`d59ffab0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000086`d59ffda0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000086`d59ffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000086`d5dff948 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000086`d5dff950 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000086`d5dffc40 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000086`d5dffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000086`d61ff7d8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000086`d61ff7e0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000086`d61ff850 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000086`d61ff950 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000086`d61ff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000086`d65ffba8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000086`d65ffbb0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000086`d65ffea0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000086`d65ffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d2`ffdff648 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000d2`ffdff650 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000d2`ffdff6c0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000d2`ffdff7c0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d2`ffdff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d2`803ff7e8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d2`803ff7f0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000d2`803ffae0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d2`803ffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d2`ff1feda0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d2`ff1fede0 00007ff6`511393bc     postgres!ExceptionalCondition(
000000d2`ff1fee20 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000d2`ff1fee70 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000d2`ff1feec0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000d2`ff1ff7e0 00007ff6`50fee778     postgres!PostmasterMain(
000000d2`ff1ff970 00007ff6`515e68b9     postgres!main(
000000d2`ff1ff9b0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d2`ff1ffa00 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d2`ff1ffa70 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000d2`ff5ff788 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d2`ff5ff790 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000d2`ff5ffa80 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d2`ff5ffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d2`ff9ff4a8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d2`ff9ff4b0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000d2`ff9ff7a0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d2`ff9ff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fa`175ff848 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000fa`175ff850 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000fa`175ff8c0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000fa`175ff9c0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fa`175ff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fa`179ffa28 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fa`179ffa30 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000fa`179ffd20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fa`179ffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fa`169ff0c0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000fa`169ff100 00007ff6`511393bc     postgres!ExceptionalCondition(
000000fa`169ff140 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000fa`169ff190 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000fa`169ff1e0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000fa`169ffb00 00007ff6`50fee778     postgres!PostmasterMain(
000000fa`169ffc90 00007ff6`515e68b9     postgres!main(
000000fa`169ffcd0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000fa`169ffd20 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000fa`169ffd90 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000fa`171ff948 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fa`171ff950 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000fa`171ffc40 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fa`171ffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fa`16dff458 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fa`16dff460 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000fa`16dff750 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fa`16dff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a7`0b7ff5b8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a7`0b7ff5c0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000a7`0b7ff8b0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a7`0b7ff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a7`0bfff658 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a7`0bfff660 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000a7`0bfff950 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a7`0bfff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a7`0c3ff6a8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a7`0c3ff6b0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000a7`0c3ff9a0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a7`0c3ff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a7`0b3fee90 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a7`0b3feed0 00007ff6`511393bc     postgres!ExceptionalCondition(
000000a7`0b3fef10 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000a7`0b3fef60 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000a7`0b3fefb0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a7`0b3ff8d0 00007ff6`50fee778     postgres!PostmasterMain(
000000a7`0b3ffa60 00007ff6`515e68b9     postgres!main(
000000a7`0b3ffaa0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a7`0b3ffaf0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a7`0b3ffb60 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a7`0bbffd48 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000a7`0bbffd50 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000a7`0bbffdc0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000a7`0bbffec0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a7`0bbffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009e`45dff0b0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000009e`45dff0f0 00007ff6`511393bc     postgres!ExceptionalCondition(
0000009e`45dff130 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000009e`45dff180 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000009e`45dff1d0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000009e`45dffaf0 00007ff6`50fee778     postgres!PostmasterMain(
0000009e`45dffc80 00007ff6`515e68b9     postgres!main(
0000009e`45dffcc0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000009e`45dffd10 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000009e`45dffd80 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000009e`461ff478 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009e`461ff480 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000009e`461ff770 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009e`461ff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009e`469ffc18 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009e`469ffc20 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000009e`469fff10 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009e`469fff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009e`465ffb98 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000009e`465ffba0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000009e`465ffc10 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000009e`465ffd10 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009e`465ffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009e`46dff608 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009e`46dff610 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000009e`46dff900 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009e`46dff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000af`411ff828 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000af`411ff830 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000af`411ffb20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000af`411ffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000af`3fdff000 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000af`3fdff040 00007ff6`511393bc     postgres!ExceptionalCondition(
000000af`3fdff080 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000af`3fdff0d0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000af`3fdff120 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000af`3fdffa40 00007ff6`50fee778     postgres!PostmasterMain(
000000af`3fdffbd0 00007ff6`515e68b9     postgres!main(
000000af`3fdffc10 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000af`3fdffc60 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000af`3fdffcd0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000af`401ff6e8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000af`401ff6f0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000af`401ff9e0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000af`401ffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000af`405ff958 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000af`405ff960 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000af`405ffc50 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000af`405ffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000af`409ff8f8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000af`409ff900 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000af`409ffbf0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000af`409ffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000af`40dffd98 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000af`40dffda0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000af`40dffe10 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000af`40dfff10 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000af`40dfff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000066`087ff678 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000066`087ff680 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000066`087ff970 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000066`087ff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000066`077fea10 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000066`077fea50 00007ff6`511393bc     postgres!ExceptionalCondition(
00000066`077fea90 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000066`077feae0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000066`077feb30 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000066`077ff450 00007ff6`50fee778     postgres!PostmasterMain(
00000066`077ff5e0 00007ff6`515e68b9     postgres!main(
00000066`077ff620 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000066`077ff670 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000066`077ff6e0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000066`07bff658 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000066`07bff660 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000066`07bff950 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000066`07bff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000066`07fff6d8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000066`07fff6e0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000066`07fff750 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000066`07fff850 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000066`07fff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000066`083ff558 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000066`083ff560 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000066`083ff850 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000066`083ff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002e`0bbffa18 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002e`0bbffa20 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000002e`0bbffd10 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002e`0bbffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002e`0b7ff8c8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000002e`0b7ff8d0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000002e`0b7ff940 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000002e`0b7ffa40 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002e`0b7ffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002e`0abff838 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002e`0abff840 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000002e`0abffb30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002e`0abffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002e`0a7fea60 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000002e`0a7feaa0 00007ff6`511393bc     postgres!ExceptionalCondition(
0000002e`0a7feae0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000002e`0a7feb30 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000002e`0a7feb80 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000002e`0a7ff4a0 00007ff6`50fee778     postgres!PostmasterMain(
0000002e`0a7ff630 00007ff6`515e68b9     postgres!main(
0000002e`0a7ff670 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000002e`0a7ff6c0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000002e`0a7ff730 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000002e`0afff5d8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002e`0afff5e0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000002e`0afff8d0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002e`0afff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002e`0b3ff6c8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002e`0b3ff6d0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000002e`0b3ff9c0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002e`0b3ff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000b`6ebff888 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000b`6ebff890 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000000b`6ebffb80 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000b`6ebffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000b`6dffed20 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000000b`6dffed60 00007ff6`511393bc     postgres!ExceptionalCondition(
0000000b`6dffeda0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000000b`6dffedf0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000000b`6dffee40 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000000b`6dfff760 00007ff6`50fee778     postgres!PostmasterMain(
0000000b`6dfff8f0 00007ff6`515e68b9     postgres!main(
0000000b`6dfff930 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000000b`6dfff980 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000000b`6dfff9f0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000000b`6e3ffc08 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000b`6e3ffc10 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000000b`6e3fff00 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000b`6e3fff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000b`6e7ff8a8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000000b`6e7ff8b0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000000b`6e7ff920 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000000b`6e7ffa20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000b`6e7ffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000b`6efffac8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000b`6efffad0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000000b`6efffdc0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000b`6efffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cc`803ffb68 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000cc`803ffb70 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000cc`803ffbe0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000cc`803ffce0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cc`803ffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cc`ff7fee30 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000cc`ff7fee70 00007ff6`511393bc     postgres!ExceptionalCondition(
000000cc`ff7feeb0 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000cc`ff7fef00 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000cc`ff7fef50 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000cc`ff7ff870 00007ff6`50fee778     postgres!PostmasterMain(
000000cc`ff7ffa00 00007ff6`515e68b9     postgres!main(
000000cc`ff7ffa40 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000cc`ff7ffa90 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000cc`ff7ffb00 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000cc`ffbff598 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cc`ffbff5a0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000cc`ffbff890 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cc`ffbff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cc`fffff508 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cc`fffff510 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000cc`fffff800 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cc`fffff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cc`807ff8e8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cc`807ff8f0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000cc`807ffbe0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cc`807ffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005d`873ffa68 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000005d`873ffa70 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000005d`873ffae0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000005d`873ffbe0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005d`873ffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005d`863fec80 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000005d`863fecc0 00007ff6`511393bc     postgres!ExceptionalCondition(
0000005d`863fed00 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000005d`863fed50 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000005d`863feda0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000005d`863ff6c0 00007ff6`50fee778     postgres!PostmasterMain(
0000005d`863ff850 00007ff6`515e68b9     postgres!main(
0000005d`863ff890 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000005d`863ff8e0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000005d`863ff950 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000005d`867ffa78 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005d`867ffa80 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000005d`867ffd70 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005d`867ffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005d`86bff518 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005d`86bff520 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000005d`86bff810 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005d`86bff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005d`86fff9f8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005d`86fffa00 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000005d`86fffcf0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005d`86fffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005d`877ff8d8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005d`877ff8e0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000005d`877ffbd0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005d`877ffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000021`81bff4f8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000021`81bff500 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000021`81bff7f0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000021`81bff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000021`817ff160 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000021`817ff1a0 00007ff6`511393bc     postgres!ExceptionalCondition(
00000021`817ff1e0 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000021`817ff230 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000021`817ff280 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000021`817ffba0 00007ff6`50fee778     postgres!PostmasterMain(
00000021`817ffd30 00007ff6`515e68b9     postgres!main(
00000021`817ffd70 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000021`817ffdc0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000021`817ffe30 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000021`81fff5c8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000021`81fff5d0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000021`81fff640 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000021`81fff740 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000021`81fff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000021`827ff568 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000021`827ff570 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000021`827ff860 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000021`827ff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000021`823ff5b8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000021`823ff5c0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000021`823ff8b0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000021`823ff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f6`4a3ffa28 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000f6`4a3ffa30 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000f6`4a3ffaa0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000f6`4a3ffba0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f6`4a3ffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f6`493fefc0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f6`493ff000 00007ff6`511393bc     postgres!ExceptionalCondition(
000000f6`493ff040 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f6`493ff090 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000f6`493ff0e0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f6`493ffa00 00007ff6`50fee778     postgres!PostmasterMain(
000000f6`493ffb90 00007ff6`515e68b9     postgres!main(
000000f6`493ffbd0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f6`493ffc20 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f6`493ffc90 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f6`497ff678 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f6`497ff680 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000f6`497ff970 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f6`497ff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f6`49bff638 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f6`49bff640 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000f6`49bff930 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f6`49bff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f6`49fff9f8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f6`49fffa00 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000f6`49fffcf0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f6`49fffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f6`4a7ff9f8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f6`4a7ffa00 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000f6`4a7ffcf0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f6`4a7ffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f2`fb1ffa88 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f2`fb1ffa90 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000f2`fb1ffd80 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f2`fb1ffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f2`fa5ff170 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f2`fa5ff1b0 00007ff6`511393bc     postgres!ExceptionalCondition(
000000f2`fa5ff1f0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f2`fa5ff240 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000f2`fa5ff290 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f2`fa5ffbb0 00007ff6`50fee778     postgres!PostmasterMain(
000000f2`fa5ffd40 00007ff6`515e68b9     postgres!main(
000000f2`fa5ffd80 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f2`fa5ffdd0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f2`fa5ffe40 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f2`fa9ff738 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f2`fa9ff740 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000f2`fa9ffa30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f2`fa9ffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f2`fadff928 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f2`fadff930 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000f2`fadffc20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f2`fadffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f2`fb5ffc78 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000f2`fb5ffc80 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000f2`fb5ffcf0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000f2`fb5ffdf0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f2`fb5ffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f2`fb9ff4b8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f2`fb9ff4c0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000f2`fb9ff7b0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f2`fb9ff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d6`92bffa88 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d6`92bffa90 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000d6`92bffd80 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d6`92bffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d6`92fff578 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d6`92fff580 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000d6`92fff870 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d6`92fff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d6`927ff798 00007ff6`511322b7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000d6`927ff7a0 00007ff6`50fee6e4     postgres!SubPostmasterMain(
000000d6`927ff810 00007ff6`515e68b9     postgres!main(
000000d6`927ff850 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d6`927ff8a0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d6`927ff910 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000d6`927ff940 00007ffc`8c3b4cb0     postgres!mainCRTStartup(
000000d6`927ff970 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d6`927ff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000053`903ff688 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000053`903ff690 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000053`903ff980 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000053`903ff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000053`90bffb28 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000053`90bffb30 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000053`90bffba0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000053`90bffca0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000053`90bffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000053`907ff518 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000053`907ff520 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000053`907ff810 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000053`907ff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000053`90fff718 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000053`90fff720 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000053`90fffa10 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000053`90fffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000053`8fffee20 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000053`8fffee60 00007ff6`511393bc     postgres!ExceptionalCondition(
00000053`8fffeea0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000053`8fffeef0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000053`8fffef40 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000053`8ffff860 00007ff6`50fee778     postgres!PostmasterMain(
00000053`8ffff9f0 00007ff6`515e68b9     postgres!main(
00000053`8ffffa30 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000053`8ffffa80 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000053`8ffffaf0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000061`437ffd88 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000061`437ffd90 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000061`437ffe00 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000061`437fff00 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000061`437fff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000061`43fff538 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000061`43fff540 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000061`43fff830 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000061`43fff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000061`42ffefc0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000061`42fff000 00007ff6`511393bc     postgres!ExceptionalCondition(
00000061`42fff040 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000061`42fff090 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000061`42fff0e0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000061`42fffa00 00007ff6`50fee778     postgres!PostmasterMain(
00000061`42fffb90 00007ff6`515e68b9     postgres!main(
00000061`42fffbd0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000061`42fffc20 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000061`42fffc90 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000061`433ffbc8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000061`433ffbd0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000061`433ffec0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000061`433ffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000061`43bffa68 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000061`43bffa70 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000061`43bffd60 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000061`43bffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000052`803ff4e8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000052`803ff4f0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000052`803ff7e0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000052`803ff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000052`fffff9a8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000052`fffff9b0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000052`fffffa20 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000052`fffffb20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000052`fffffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000052`ff7fecb0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000052`ff7fecf0 00007ff6`511393bc     postgres!ExceptionalCondition(
00000052`ff7fed30 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000052`ff7fed80 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000052`ff7fedd0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000052`ff7ff6f0 00007ff6`50fee778     postgres!PostmasterMain(
00000052`ff7ff880 00007ff6`515e68b9     postgres!main(
00000052`ff7ff8c0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000052`ff7ff910 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000052`ff7ff980 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000052`ffbff808 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000052`ffbff810 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000052`ffbffb00 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000052`ffbffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000052`807ffb08 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000052`807ffb10 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000052`807ffe00 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000052`807ffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003c`7d7ff6a8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003c`7d7ff6b0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000003c`7d7ff9a0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003c`7d7ff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003c`7d3feb00 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000003c`7d3feb40 00007ff6`511393bc     postgres!ExceptionalCondition(
0000003c`7d3feb80 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000003c`7d3febd0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000003c`7d3fec20 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000003c`7d3ff540 00007ff6`50fee778     postgres!PostmasterMain(
0000003c`7d3ff6d0 00007ff6`515e68b9     postgres!main(
0000003c`7d3ff710 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000003c`7d3ff760 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000003c`7d3ff7d0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000003c`7dbff7f8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003c`7dbff800 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000003c`7dbffaf0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003c`7dbffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003c`7dfff9e8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000003c`7dfff9f0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000003c`7dfffa60 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000003c`7dfffb60 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003c`7dfffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003c`7e3ffc08 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003c`7e3ffc10 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000003c`7e3fff00 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003c`7e3fff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002b`79bff698 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002b`79bff6a0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000002b`79bff990 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002b`79bff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002b`79fff458 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002b`79fff460 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000002b`79fff750 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002b`79fff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002b`797ffa18 00007ff6`511322b7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
0000002b`797ffa20 00007ff6`50fee6e4     postgres!SubPostmasterMain(
0000002b`797ffa90 00007ff6`515e68b9     postgres!main(
0000002b`797ffad0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000002b`797ffb20 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000002b`797ffb90 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
0000002b`797ffbc0 00007ffc`8c3b4cb0     postgres!mainCRTStartup(
0000002b`797ffbf0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002b`797ffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000010`9f1ff9b8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000010`9f1ff9c0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000010`9f1ffa30 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000010`9f1ffb30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000010`9f1ffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000010`9f9ff958 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000010`9f9ff960 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000010`9f9ffc50 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000010`9f9ffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000010`9f5ff7a8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000010`9f5ff7b0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000010`9f5ffaa0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000010`9f5ffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000010`9e9ff0f0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000010`9e9ff130 00007ff6`511393bc     postgres!ExceptionalCondition(
00000010`9e9ff170 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000010`9e9ff1c0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000010`9e9ff210 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000010`9e9ffb30 00007ff6`50fee778     postgres!PostmasterMain(
00000010`9e9ffcc0 00007ff6`515e68b9     postgres!main(
00000010`9e9ffd00 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000010`9e9ffd50 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000010`9e9ffdc0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000010`9edffb68 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000010`9edffb70 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000010`9edffe60 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000010`9edffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000051`af7ff688 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000051`af7ff690 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000051`af7ff700 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000051`af7ff800 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000051`af7ff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000051`aebff090 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000051`aebff0d0 00007ff6`511393bc     postgres!ExceptionalCondition(
00000051`aebff110 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000051`aebff160 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000051`aebff1b0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000051`aebffad0 00007ff6`50fee778     postgres!PostmasterMain(
00000051`aebffc60 00007ff6`515e68b9     postgres!main(
00000051`aebffca0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000051`aebffcf0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000051`aebffd60 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000051`aefff6b8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000051`aefff6c0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000051`aefff9b0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000051`aefff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000051`af3ff588 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000051`af3ff590 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000051`af3ff880 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000051`af3ff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000051`afbffa88 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000051`afbffa90 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000051`afbffd80 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000051`afbffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000048`a47ff7e8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000048`a47ff7f0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000048`a47ffae0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000048`a47ffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000048`a37febc0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000048`a37fec00 00007ff6`511393bc     postgres!ExceptionalCondition(
00000048`a37fec40 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000048`a37fec90 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000048`a37fece0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000048`a37ff600 00007ff6`50fee778     postgres!PostmasterMain(
00000048`a37ff790 00007ff6`515e68b9     postgres!main(
00000048`a37ff7d0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000048`a37ff820 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000048`a37ff890 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000048`a43ffb58 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000048`a43ffb60 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000048`a43ffbd0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000048`a43ffcd0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000048`a43ffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000048`a3bffa78 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000048`a3bffa80 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000048`a3bffd70 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000048`a3bffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000048`a3fff7f8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000048`a3fff800 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000048`a3fffaf0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000048`a3fffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c9`d8bff9e8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c9`d8bff9f0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000c9`d8bffce0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c9`d8bffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c9`d87feb10 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c9`d87feb50 00007ff6`511393bc     postgres!ExceptionalCondition(
000000c9`d87feb90 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c9`d87febe0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000c9`d87fec30 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c9`d87ff550 00007ff6`50fee778     postgres!PostmasterMain(
000000c9`d87ff6e0 00007ff6`515e68b9     postgres!main(
000000c9`d87ff720 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c9`d87ff770 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c9`d87ff7e0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c9`d8fff908 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c9`d8fff910 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000c9`d8fffc00 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c9`d8fffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c9`d93ff898 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000c9`d93ff8a0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000c9`d93ff910 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000c9`d93ffa10 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c9`d93ffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c9`d97ffc18 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c9`d97ffc20 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000c9`d97fff10 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c9`d97fff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000072`083ffd68 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000072`083ffd70 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000072`083ffde0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000072`083ffee0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000072`083fff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000072`087ff508 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000072`087ff510 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000072`087ff800 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000072`087ff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000072`08bff9c8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000072`08bff9d0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000072`08bffcc0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000072`08bffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000072`07bff0c0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000072`07bff100 00007ff6`511393bc     postgres!ExceptionalCondition(
00000072`07bff140 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000072`07bff190 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000072`07bff1e0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000072`07bffb00 00007ff6`50fee778     postgres!PostmasterMain(
00000072`07bffc90 00007ff6`515e68b9     postgres!main(
00000072`07bffcd0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000072`07bffd20 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000072`07bffd90 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000072`07fffc38 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000072`07fffc40 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000072`07ffff30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000072`07ffff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000093`565ff848 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000093`565ff850 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000093`565ffb40 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000093`565ffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000093`56dffc98 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000093`56dffca0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000093`56dffd10 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000093`56dffe10 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000093`56dffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000093`569ff6b8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000093`569ff6c0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000093`569ff9b0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000093`569ff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000093`561fef60 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000093`561fefa0 00007ff6`511393bc     postgres!ExceptionalCondition(
00000093`561fefe0 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000093`561ff030 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000093`561ff080 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000093`561ff9a0 00007ff6`50fee778     postgres!PostmasterMain(
00000093`561ffb30 00007ff6`515e68b9     postgres!main(
00000093`561ffb70 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000093`561ffbc0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000093`561ffc30 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000093`571ff998 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000093`571ff9a0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000093`571ffc90 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000093`571ffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b9`a3bffb28 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b9`a3bffb30 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000b9`a3bffe20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b9`a3bffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b9`a2ffed50 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b9`a2ffed90 00007ff6`511393bc     postgres!ExceptionalCondition(
000000b9`a2ffedd0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000b9`a2ffee20 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000b9`a2ffee70 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000b9`a2fff790 00007ff6`50fee778     postgres!PostmasterMain(
000000b9`a2fff920 00007ff6`515e68b9     postgres!main(
000000b9`a2fff960 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b9`a2fff9b0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000b9`a2fffa20 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000b9`a33ff608 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b9`a33ff610 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000b9`a33ff900 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b9`a33ff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b9`a37ffcd8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000b9`a37ffce0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000b9`a37ffd50 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000b9`a37ffe50 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b9`a37ffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b9`a3fff668 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b9`a3fff670 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000b9`a3fff960 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b9`a3fff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000002`d01ffbe8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000002`d01ffbf0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000002`d01ffee0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000002`d01fff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000002`cfdff0f0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000002`cfdff130 00007ff6`511393bc     postgres!ExceptionalCondition(
00000002`cfdff170 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000002`cfdff1c0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000002`cfdff210 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000002`cfdffb30 00007ff6`50fee778     postgres!PostmasterMain(
00000002`cfdffcc0 00007ff6`515e68b9     postgres!main(
00000002`cfdffd00 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000002`cfdffd50 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000002`cfdffdc0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000002`d05ff968 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000002`d05ff970 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000002`d05ff9e0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000002`d05ffae0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000002`d05ffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000002`d0dff8a8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000002`d0dff8b0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000002`d0dffba0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000002`d0dffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000002`d09ffb08 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000002`d09ffb10 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000002`d09ffe00 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000002`d09ffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000071`d5fff888 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000071`d5fff890 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000071`d5fffb80 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000071`d5fffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000071`d53ff150 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000071`d53ff190 00007ff6`511393bc     postgres!ExceptionalCondition(
00000071`d53ff1d0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000071`d53ff220 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000071`d53ff270 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000071`d53ffb90 00007ff6`50fee778     postgres!PostmasterMain(
00000071`d53ffd20 00007ff6`515e68b9     postgres!main(
00000071`d53ffd60 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000071`d53ffdb0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000071`d53ffe20 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000071`d57ffac8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000071`d57ffad0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000071`d57ffdc0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000071`d57ffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000071`d5bff748 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000071`d5bff750 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000071`d5bff7c0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000071`d5bff8c0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000071`d5bff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000071`d63ffb68 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000071`d63ffb70 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000071`d63ffe60 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000071`d63ffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000086`b67ffc58 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000086`b67ffc60 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000086`b67ffcd0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000086`b67ffdd0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000086`b67ffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000086`b5bfed60 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000086`b5bfeda0 00007ff6`511393bc     postgres!ExceptionalCondition(
00000086`b5bfede0 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000086`b5bfee30 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000086`b5bfee80 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000086`b5bff7a0 00007ff6`50fee778     postgres!PostmasterMain(
00000086`b5bff930 00007ff6`515e68b9     postgres!main(
00000086`b5bff970 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000086`b5bff9c0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000086`b5bffa30 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000086`b5fff9c8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000086`b5fff9d0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000086`b5fffcc0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000086`b5fffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000086`b63ff518 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000086`b63ff520 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000086`b63ff810 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000086`b63ff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000086`b6bff4b8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000086`b6bff4c0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000086`b6bff7b0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000086`b6bff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000009`e41ff898 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000009`e41ff8a0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000009`e41ff910 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000009`e41ffa10 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000009`e41ffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000009`e35fede0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000009`e35fee20 00007ff6`511393bc     postgres!ExceptionalCondition(
00000009`e35fee60 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000009`e35feeb0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000009`e35fef00 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000009`e35ff820 00007ff6`50fee778     postgres!PostmasterMain(
00000009`e35ff9b0 00007ff6`515e68b9     postgres!main(
00000009`e35ff9f0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000009`e35ffa40 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000009`e35ffab0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000009`e39ff578 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000009`e39ff580 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000009`e39ff870 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000009`e39ff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000009`e3dff7a8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000009`e3dff7b0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000009`e3dffaa0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000009`e3dffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000009`e45ffaf8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000009`e45ffb00 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000009`e45ffdf0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000009`e45ffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000058`5d7ffbc8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000058`5d7ffbd0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000058`5d7ffec0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000058`5d7ffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000058`5cbfef60 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000058`5cbfefa0 00007ff6`511393bc     postgres!ExceptionalCondition(
00000058`5cbfefe0 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000058`5cbff030 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000058`5cbff080 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000058`5cbff9a0 00007ff6`50fee778     postgres!PostmasterMain(
00000058`5cbffb30 00007ff6`515e68b9     postgres!main(
00000058`5cbffb70 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000058`5cbffbc0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000058`5cbffc30 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000058`5cfff7a8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000058`5cfff7b0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000058`5cfffaa0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000058`5cfffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000058`5d3ff688 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000058`5d3ff690 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000058`5d3ff700 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000058`5d3ff800 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000058`5d3ff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000058`5dbff668 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000058`5dbff670 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000058`5dbff960 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000058`5dbff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000069`6bfff8c8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000069`6bfff8d0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000069`6bfff940 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000069`6bfffa40 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000069`6bfffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000069`6b3fedf0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000069`6b3fee30 00007ff6`511393bc     postgres!ExceptionalCondition(
00000069`6b3fee70 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000069`6b3feec0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000069`6b3fef10 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000069`6b3ff830 00007ff6`50fee778     postgres!PostmasterMain(
00000069`6b3ff9c0 00007ff6`515e68b9     postgres!main(
00000069`6b3ffa00 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000069`6b3ffa50 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000069`6b3ffac0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000069`6b7ff598 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000069`6b7ff5a0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000069`6b7ff890 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000069`6b7ff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000069`6bbff8a8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000069`6bbff8b0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000069`6bbffba0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000069`6bbffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000069`6c3ff558 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000069`6c3ff560 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000069`6c3ff850 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000069`6c3ff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e0`87fff908 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e0`87fff910 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000e0`87fffc00 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e0`87fffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e0`86bfec70 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e0`86bfecb0 00007ff6`511393bc     postgres!ExceptionalCondition(
000000e0`86bfecf0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000e0`86bfed40 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000e0`86bfed90 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000e0`86bff6b0 00007ff6`50fee778     postgres!PostmasterMain(
000000e0`86bff840 00007ff6`515e68b9     postgres!main(
000000e0`86bff880 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e0`86bff8d0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e0`86bff940 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000e0`86fff618 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e0`86fff620 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000e0`86fff910 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e0`86fff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e0`873ff8d8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e0`873ff8e0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000e0`873ffbd0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e0`873ffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e0`877ff848 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e0`877ff850 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000e0`877ffb40 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e0`877ffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e0`87bffa48 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000e0`87bffa50 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000e0`87bffac0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000e0`87bffbc0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e0`87bffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c3`fe1ffbe8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c3`fe1ffbf0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000c3`fe1ffee0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c3`fe1fff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c3`fd5febb0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c3`fd5febf0 00007ff6`511393bc     postgres!ExceptionalCondition(
000000c3`fd5fec30 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c3`fd5fec80 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000c3`fd5fecd0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c3`fd5ff5f0 00007ff6`50fee778     postgres!PostmasterMain(
000000c3`fd5ff780 00007ff6`515e68b9     postgres!main(
000000c3`fd5ff7c0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c3`fd5ff810 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c3`fd5ff880 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c3`fd9ffae8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c3`fd9ffaf0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000c3`fd9ffde0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c3`fd9ffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c3`fddff8c8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000c3`fddff8d0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000c3`fddff940 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000c3`fddffa40 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c3`fddffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c3`fe5ff728 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c3`fe5ff730 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000c3`fe5ffa20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c3`fe5ffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004a`061ff908 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000004a`061ff910 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000004a`061ff980 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000004a`061ffa80 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004a`061ffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004a`055ff1d0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000004a`055ff210 00007ff6`511393bc     postgres!ExceptionalCondition(
0000004a`055ff250 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000004a`055ff2a0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000004a`055ff2f0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000004a`055ffc10 00007ff6`50fee778     postgres!PostmasterMain(
0000004a`055ffda0 00007ff6`515e68b9     postgres!main(
0000004a`055ffde0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000004a`055ffe30 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000004a`055ffea0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000004a`059ff4d8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004a`059ff4e0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000004a`059ff7d0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004a`059ff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004a`05dff7b8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004a`05dff7c0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000004a`05dffab0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004a`05dffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004a`065ff6d8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004a`065ff6e0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000004a`065ff9d0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004a`065ffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006b`6cfff838 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006b`6cfff840 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000006b`6cfffb30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006b`6cfffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006b`6c3fea60 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000006b`6c3feaa0 00007ff6`511393bc     postgres!ExceptionalCondition(
0000006b`6c3feae0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000006b`6c3feb30 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000006b`6c3feb80 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000006b`6c3ff4a0 00007ff6`50fee778     postgres!PostmasterMain(
0000006b`6c3ff630 00007ff6`515e68b9     postgres!main(
0000006b`6c3ff670 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000006b`6c3ff6c0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000006b`6c3ff730 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000006b`6c7ff9e8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006b`6c7ff9f0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000006b`6c7ffce0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006b`6c7ffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006b`6cbffaf8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000006b`6cbffb00 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000006b`6cbffb70 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000006b`6cbffc70 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006b`6cbffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006b`6d3ffc28 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006b`6d3ffc30 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000006b`6d3fff20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006b`6d3fff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000059`db5fed80 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000059`db5fedc0 00007ff6`511393bc     postgres!ExceptionalCondition(
00000059`db5fee00 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000059`db5fee50 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000059`db5feea0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000059`db5ff7c0 00007ff6`50fee778     postgres!PostmasterMain(
00000059`db5ff950 00007ff6`515e68b9     postgres!main(
00000059`db5ff990 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000059`db5ff9e0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000059`db5ffa50 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000059`db9ffba8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000059`db9ffbb0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000059`db9ffea0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000059`db9ffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000059`dbdff4f8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000059`dbdff500 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000059`dbdff7f0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000059`dbdff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000059`dc1ffd18 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000059`dc1ffd20 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000059`dc1ffd90 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000059`dc1ffe90 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000059`dc1ffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000059`dc5ff928 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000059`dc5ff930 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000059`dc5ffc20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000059`dc5ffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b0`9b5ff5f8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b0`9b5ff600 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000b0`9b5ff8f0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b0`9b5ff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b0`9a5febd0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b0`9a5fec10 00007ff6`511393bc     postgres!ExceptionalCondition(
000000b0`9a5fec50 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000b0`9a5feca0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000b0`9a5fecf0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000b0`9a5ff610 00007ff6`50fee778     postgres!PostmasterMain(
000000b0`9a5ff7a0 00007ff6`515e68b9     postgres!main(
000000b0`9a5ff7e0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b0`9a5ff830 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000b0`9a5ff8a0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000b0`9a9ffa18 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b0`9a9ffa20 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000b0`9a9ffd10 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b0`9a9ffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b0`9adff768 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b0`9adff770 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000b0`9adffa60 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b0`9adffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b0`9b1ffc68 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000b0`9b1ffc70 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000b0`9b1ffce0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000b0`9b1ffde0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b0`9b1ffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000006`bbfffb88 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000006`bbfffb90 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000006`bbfffe80 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000006`bbfffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000006`bbbffba8 00007ff6`511322b7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000006`bbbffbb0 00007ff6`50fee6e4     postgres!SubPostmasterMain(
00000006`bbbffc20 00007ff6`515e68b9     postgres!main(
00000006`bbbffc60 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000006`bbbffcb0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000006`bbbffd20 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000006`bbbffd50 00007ffc`8c3b4cb0     postgres!mainCRTStartup(
00000006`bbbffd80 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000006`bbbffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000006`bc3ffb98 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000006`bc3ffba0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000006`bc3ffe90 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000006`bc3ffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000094`021ff6d8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000094`021ff6e0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000094`021ff9d0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000094`021ffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000094`015febe0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000094`015fec20 00007ff6`511393bc     postgres!ExceptionalCondition(
00000094`015fec60 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000094`015fecb0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000094`015fed00 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000094`015ff620 00007ff6`50fee778     postgres!PostmasterMain(
00000094`015ff7b0 00007ff6`515e68b9     postgres!main(
00000094`015ff7f0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000094`015ff840 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000094`015ff8b0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000094`019ff4d8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000094`019ff4e0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000094`019ff7d0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000094`019ff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000094`01dffc98 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000094`01dffca0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000094`01dffd10 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000094`01dffe10 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000094`01dffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000094`025ff878 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000094`025ff880 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000094`025ffb70 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000094`025ffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a3`41bfef20 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a3`41bfef60 00007ff6`511393bc     postgres!ExceptionalCondition(
000000a3`41bfefa0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000a3`41bfeff0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000a3`41bff040 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a3`41bff960 00007ff6`50fee778     postgres!PostmasterMain(
000000a3`41bffaf0 00007ff6`515e68b9     postgres!main(
000000a3`41bffb30 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a3`41bffb80 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a3`41bffbf0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a3`42bffaf8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a3`42bffb00 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000a3`42bffdf0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a3`42bffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a3`427ffbb8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000a3`427ffbc0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000a3`427ffc30 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000a3`427ffd30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a3`427ffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a3`423ffa78 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a3`423ffa80 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000a3`423ffd70 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a3`423ffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a3`41fff838 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a3`41fff840 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000a3`41fffb30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a3`41fffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000042`adfff668 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000042`adfff670 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000042`adfff960 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000042`adfff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000042`acffec60 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000042`acffeca0 00007ff6`511393bc     postgres!ExceptionalCondition(
00000042`acffece0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000042`acffed30 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000042`acffed80 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000042`acfff6a0 00007ff6`50fee778     postgres!PostmasterMain(
00000042`acfff830 00007ff6`515e68b9     postgres!main(
00000042`acfff870 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000042`acfff8c0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000042`acfff930 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000042`ad3ff8a8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000042`ad3ff8b0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000042`ad3ffba0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000042`ad3ffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000042`ad7ffa98 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000042`ad7ffaa0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000042`ad7ffb10 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000042`ad7ffc10 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000042`ad7ffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000042`adbff4c8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000042`adbff4d0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000042`adbff7c0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000042`adbff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003b`509ff928 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003b`509ff930 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000003b`509ffc20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003b`509ffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003b`501ffca8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000003b`501ffcb0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000003b`501ffd20 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000003b`501ffe20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003b`501ffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003b`4f9feb50 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000003b`4f9feb90 00007ff6`511393bc     postgres!ExceptionalCondition(
0000003b`4f9febd0 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000003b`4f9fec20 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000003b`4f9fec70 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000003b`4f9ff590 00007ff6`50fee778     postgres!PostmasterMain(
0000003b`4f9ff720 00007ff6`515e68b9     postgres!main(
0000003b`4f9ff760 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000003b`4f9ff7b0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000003b`4f9ff820 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000003b`4fdff868 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003b`4fdff870 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000003b`4fdffb60 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003b`4fdffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003b`505ffaa8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003b`505ffab0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000003b`505ffda0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003b`505ffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004f`08bffb78 00007ff6`511322b7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
0000004f`08bffb80 00007ff6`50fee6e4     postgres!SubPostmasterMain(
0000004f`08bffbf0 00007ff6`515e68b9     postgres!main(
0000004f`08bffc30 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000004f`08bffc80 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000004f`08bffcf0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
0000004f`08bffd20 00007ffc`8c3b4cb0     postgres!mainCRTStartup(
0000004f`08bffd50 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004f`08bffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004f`093ffa88 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004f`093ffa90 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000004f`093ffd80 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004f`093ffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004f`08fff468 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004f`08fff470 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000004f`08fff760 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004f`08fff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004b`4a3fecf0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000004b`4a3fed30 00007ff6`511393bc     postgres!ExceptionalCondition(
0000004b`4a3fed70 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000004b`4a3fedc0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000004b`4a3fee10 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000004b`4a3ff730 00007ff6`50fee778     postgres!PostmasterMain(
0000004b`4a3ff8c0 00007ff6`515e68b9     postgres!main(
0000004b`4a3ff900 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000004b`4a3ff950 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000004b`4a3ff9c0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000004b`4b3ff6c8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004b`4b3ff6d0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000004b`4b3ff9c0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004b`4b3ff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004b`4afffb28 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000004b`4afffb30 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000004b`4afffba0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000004b`4afffca0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004b`4afffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006f`9b9ff708 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006f`9b9ff710 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000006f`9b9ffa00 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006f`9b9ffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006f`9c1ff828 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006f`9c1ff830 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000006f`9c1ffb20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006f`9c1ffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006f`9b1fec00 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000006f`9b1fec40 00007ff6`511393bc     postgres!ExceptionalCondition(
0000006f`9b1fec80 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000006f`9b1fecd0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000006f`9b1fed20 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000006f`9b1ff640 00007ff6`50fee778     postgres!PostmasterMain(
0000006f`9b1ff7d0 00007ff6`515e68b9     postgres!main(
0000006f`9b1ff810 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000006f`9b1ff860 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000006f`9b1ff8d0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000006f`9b5ff7d8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006f`9b5ff7e0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000006f`9b5ffad0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006f`9b5ffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006f`9bdff8f8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000006f`9bdff900 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000006f`9bdff970 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000006f`9bdffa70 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006f`9bdffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004a`f35ff778 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004a`f35ff780 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000004a`f35ffa70 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004a`f35ffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004a`f45ff8c8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004a`f45ff8d0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000004a`f45ffbc0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004a`f45ffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004a`f41ff738 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000004a`f41ff740 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000004a`f41ff7b0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000004a`f41ff8b0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004a`f41ff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004a`f3dff508 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004a`f3dff510 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000004a`f3dff800 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004a`f3dff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004a`f31fec30 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000004a`f31fec70 00007ff6`511393bc     postgres!ExceptionalCondition(
0000004a`f31fecb0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000004a`f31fed00 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000004a`f31fed50 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000004a`f31ff670 00007ff6`50fee778     postgres!PostmasterMain(
0000004a`f31ff800 00007ff6`515e68b9     postgres!main(
0000004a`f31ff840 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000004a`f31ff890 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000004a`f31ff900 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000004a`f39ff4f8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004a`f39ff500 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000004a`f39ff7f0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004a`f39ff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d8`2e3ffa78 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d8`2e3ffa80 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000d8`2e3ffd70 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d8`2e3ffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d8`2dbffa98 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d8`2dbffaa0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000d8`2dbffd90 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d8`2dbffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d8`2dfff788 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000d8`2dfff790 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000d8`2dfff800 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000d8`2dfff900 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d8`2dfff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d8`2e7ff6a8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d8`2e7ff6b0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000d8`2e7ff9a0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d8`2e7ff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d8`2d7feb60 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d8`2d7feba0 00007ff6`511393bc     postgres!ExceptionalCondition(
000000d8`2d7febe0 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000d8`2d7fec30 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000d8`2d7fec80 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000d8`2d7ff5a0 00007ff6`50fee778     postgres!PostmasterMain(
000000d8`2d7ff730 00007ff6`515e68b9     postgres!main(
000000d8`2d7ff770 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d8`2d7ff7c0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d8`2d7ff830 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000e2`cafff448 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e2`cafff450 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000e2`cafff740 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e2`cafff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e2`cabff658 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e2`cabff660 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000e2`cabff950 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e2`cabff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e2`ca7ff8c8 00007ff6`511322b7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000e2`ca7ff8d0 00007ff6`50fee6e4     postgres!SubPostmasterMain(
000000e2`ca7ff940 00007ff6`515e68b9     postgres!main(
000000e2`ca7ff980 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e2`ca7ff9d0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e2`ca7ffa40 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000e2`ca7ffa70 00007ffc`8c3b4cb0     postgres!mainCRTStartup(
000000e2`ca7ffaa0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e2`ca7ffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f1`1d9ff508 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f1`1d9ff510 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000f1`1d9ff800 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f1`1d9ff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f1`1e5ff7b8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f1`1e5ff7c0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000f1`1e5ffab0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f1`1e5ffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f1`1e1ffd08 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000f1`1e1ffd10 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000f1`1e1ffd80 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000f1`1e1ffe80 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f1`1e1ffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f1`1d5fed40 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f1`1d5fed80 00007ff6`511393bc     postgres!ExceptionalCondition(
000000f1`1d5fedc0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f1`1d5fee10 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000f1`1d5fee60 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f1`1d5ff780 00007ff6`50fee778     postgres!PostmasterMain(
000000f1`1d5ff910 00007ff6`515e68b9     postgres!main(
000000f1`1d5ff950 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f1`1d5ff9a0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f1`1d5ffa10 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f1`1ddff548 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f1`1ddff550 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000f1`1ddff840 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f1`1ddff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fe`2edffaa8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fe`2edffab0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000fe`2edffda0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fe`2edffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fe`2d9feed0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000fe`2d9fef10 00007ff6`511393bc     postgres!ExceptionalCondition(
000000fe`2d9fef50 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000fe`2d9fefa0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000fe`2d9feff0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000fe`2d9ff910 00007ff6`50fee778     postgres!PostmasterMain(
000000fe`2d9ffaa0 00007ff6`515e68b9     postgres!main(
000000fe`2d9ffae0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000fe`2d9ffb30 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000fe`2d9ffba0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000fe`2ddffa38 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fe`2ddffa40 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000fe`2ddffd30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fe`2ddffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fe`2e1ffa88 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fe`2e1ffa90 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000fe`2e1ffd80 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fe`2e1ffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fe`2e5ffac8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fe`2e5ffad0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000fe`2e5ffdc0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fe`2e5ffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fe`2e9ffb98 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000fe`2e9ffba0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000fe`2e9ffc10 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000fe`2e9ffd10 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fe`2e9ffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000034`d2dff9f8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000034`d2dffa00 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000034`d2dffcf0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000034`d2dffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000034`d1dfeb00 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000034`d1dfeb40 00007ff6`511393bc     postgres!ExceptionalCondition(
00000034`d1dfeb80 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000034`d1dfebd0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000034`d1dfec20 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000034`d1dff540 00007ff6`50fee778     postgres!PostmasterMain(
00000034`d1dff6d0 00007ff6`515e68b9     postgres!main(
00000034`d1dff710 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000034`d1dff760 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000034`d1dff7d0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000034`d29ff898 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000034`d29ff8a0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000034`d29ff910 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000034`d29ffa10 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000034`d29ffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000066`123ffa08 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000066`123ffa10 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000066`123ffd00 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000066`123ffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000066`12bffa18 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000066`12bffa20 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000066`12bffd10 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000066`12bffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000066`127ffb68 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000066`127ffb70 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000066`127ffbe0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000066`127ffce0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000066`127ffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000066`11bfefe0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000066`11bff020 00007ff6`511393bc     postgres!ExceptionalCondition(
00000066`11bff060 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000066`11bff0b0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000066`11bff100 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000066`11bffa20 00007ff6`50fee778     postgres!PostmasterMain(
00000066`11bffbb0 00007ff6`515e68b9     postgres!main(
00000066`11bffbf0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000066`11bffc40 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000066`11bffcb0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000066`11fff928 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000066`11fff930 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000066`11fffc20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000066`11fffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000051`ec5ff5e8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000051`ec5ff5f0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000051`ec5ff8e0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000051`ec5ff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000051`eb9fef50 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000051`eb9fef90 00007ff6`511393bc     postgres!ExceptionalCondition(
00000051`eb9fefd0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000051`eb9ff020 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000051`eb9ff070 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000051`eb9ff990 00007ff6`50fee778     postgres!PostmasterMain(
00000051`eb9ffb20 00007ff6`515e68b9     postgres!main(
00000051`eb9ffb60 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000051`eb9ffbb0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000051`eb9ffc20 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000051`ebdff5f8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000051`ebdff600 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000051`ebdff8f0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000051`ebdff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000051`ec1ff788 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000051`ec1ff790 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000051`ec1ff800 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000051`ec1ff900 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000051`ec1ff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000051`ec9ff838 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000051`ec9ff840 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000051`ec9ffb30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000051`ec9ffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001e`ca9ffbf8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001e`ca9ffc00 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000001e`ca9ffef0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001e`ca9fff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001e`c9dfeda0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000001e`c9dfede0 00007ff6`511393bc     postgres!ExceptionalCondition(
0000001e`c9dfee20 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000001e`c9dfee70 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000001e`c9dfeec0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000001e`c9dff7e0 00007ff6`50fee778     postgres!PostmasterMain(
0000001e`c9dff970 00007ff6`515e68b9     postgres!main(
0000001e`c9dff9b0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000001e`c9dffa00 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000001e`c9dffa70 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000001e`ca1ff648 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001e`ca1ff650 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000001e`ca1ff940 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001e`ca1ff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001e`ca5ff648 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000001e`ca5ff650 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000001e`ca5ff6c0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000001e`ca5ff7c0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001e`ca5ff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001e`cadffb08 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001e`cadffb10 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000001e`cadffe00 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001e`cadffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002e`537ffd88 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000002e`537ffd90 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000002e`537ffe00 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000002e`537fff00 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002e`537fff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002e`527ff1b0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000002e`527ff1f0 00007ff6`511393bc     postgres!ExceptionalCondition(
0000002e`527ff230 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000002e`527ff280 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000002e`527ff2d0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000002e`527ffbf0 00007ff6`50fee778     postgres!PostmasterMain(
0000002e`527ffd80 00007ff6`515e68b9     postgres!main(
0000002e`527ffdc0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000002e`527ffe10 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000002e`527ffe80 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000002e`52bffbf8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002e`52bffc00 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000002e`52bffef0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002e`52bfff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002e`52fffad8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002e`52fffae0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000002e`52fffdd0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002e`52fffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002e`533ff858 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002e`533ff860 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000002e`533ffb50 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002e`533ffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002e`53bff928 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002e`53bff930 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000002e`53bffc20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002e`53bffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000014`25bff918 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000014`25bff920 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000014`25bffc10 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000014`25bffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000014`247fea10 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000014`247fea50 00007ff6`511393bc     postgres!ExceptionalCondition(
00000014`247fea90 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000014`247feae0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000014`247feb30 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000014`247ff450 00007ff6`50fee778     postgres!PostmasterMain(
00000014`247ff5e0 00007ff6`515e68b9     postgres!main(
00000014`247ff620 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000014`247ff670 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000014`247ff6e0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000014`24bffb98 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000014`24bffba0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000014`24bffe90 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000014`24bffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000014`24fff768 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000014`24fff770 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000014`24fffa60 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000014`24fffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000014`253ff578 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000014`253ff580 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000014`253ff870 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000014`253ff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000014`257ffab8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000014`257ffac0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000014`257ffb30 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000014`257ffc30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000014`257ffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000067`339ff4e8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000067`339ff4f0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000067`339ff7e0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000067`339ff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000067`32dfea90 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000067`32dfead0 00007ff6`511393bc     postgres!ExceptionalCondition(
00000067`32dfeb10 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000067`32dfeb60 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000067`32dfebb0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000067`32dff4d0 00007ff6`50fee778     postgres!PostmasterMain(
00000067`32dff660 00007ff6`515e68b9     postgres!main(
00000067`32dff6a0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000067`32dff6f0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000067`32dff760 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000067`331ff9f8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000067`331ffa00 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000067`331ffcf0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000067`331ffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000067`335ffd28 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000067`335ffd30 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000067`335ffda0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000067`335ffea0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000067`335ffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000067`33dffaf8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000067`33dffb00 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000067`33dffdf0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000067`33dffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d2`c85ffb18 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d2`c85ffb20 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000d2`c85ffe10 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d2`c85ffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d2`c79ff010 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d2`c79ff050 00007ff6`511393bc     postgres!ExceptionalCondition(
000000d2`c79ff090 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000d2`c79ff0e0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000d2`c79ff130 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000d2`c79ffa50 00007ff6`50fee778     postgres!PostmasterMain(
000000d2`c79ffbe0 00007ff6`515e68b9     postgres!main(
000000d2`c79ffc20 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d2`c79ffc70 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d2`c79ffce0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000d2`c7dffc38 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d2`c7dffc40 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000d2`c7dfff30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d2`c7dfff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d2`c81ff6e8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000d2`c81ff6f0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000d2`c81ff760 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000d2`c81ff860 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d2`c81ff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d2`c89ff998 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d2`c89ff9a0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000d2`c89ffc90 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d2`c89ffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000006`573ff778 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000006`573ff780 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000006`573ffa70 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000006`573ffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000006`57bffc38 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000006`57bffc40 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000006`57bfff30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000006`57bfff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000006`577ffbf8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000006`577ffc00 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000006`577ffc70 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000006`577ffd70 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000006`577ffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000006`567feaa0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000006`567feae0 00007ff6`511393bc     postgres!ExceptionalCondition(
00000006`567feb20 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000006`567feb70 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000006`567febc0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000006`567ff4e0 00007ff6`50fee778     postgres!PostmasterMain(
00000006`567ff670 00007ff6`515e68b9     postgres!main(
00000006`567ff6b0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000006`567ff700 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000006`567ff770 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000006`56bff7e8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000006`56bff7f0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000006`56bffae0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000006`56bffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000006`56fff858 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000006`56fff860 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000006`56fffb50 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000006`56fffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a7`5f5ff7e8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a7`5f5ff7f0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000a7`5f5ffae0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a7`5f5ffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a7`5e5ff140 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a7`5e5ff180 00007ff6`511393bc     postgres!ExceptionalCondition(
000000a7`5e5ff1c0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000a7`5e5ff210 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000a7`5e5ff260 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a7`5e5ffb80 00007ff6`50fee778     postgres!PostmasterMain(
000000a7`5e5ffd10 00007ff6`515e68b9     postgres!main(
000000a7`5e5ffd50 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a7`5e5ffda0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a7`5e5ffe10 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a7`5e9ff7c8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a7`5e9ff7d0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000a7`5e9ffac0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a7`5e9ffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a7`5edff878 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a7`5edff880 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000a7`5edffb70 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a7`5edffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a7`5f1ff878 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000a7`5f1ff880 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000a7`5f1ff8f0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000a7`5f1ff9f0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a7`5f1ffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000069`a1bffa38 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000069`a1bffa40 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000069`a1bffd30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000069`a1bffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000069`a0bfeda0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000069`a0bfede0 00007ff6`511393bc     postgres!ExceptionalCondition(
00000069`a0bfee20 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000069`a0bfee70 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000069`a0bfeec0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000069`a0bff7e0 00007ff6`50fee778     postgres!PostmasterMain(
00000069`a0bff970 00007ff6`515e68b9     postgres!main(
00000069`a0bff9b0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000069`a0bffa00 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000069`a0bffa70 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000069`a0fff638 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000069`a0fff640 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000069`a0fff930 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000069`a0fff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000069`a13ff9a8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000069`a13ff9b0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000069`a13ffa20 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000069`a13ffb20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000069`a13ffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000069`a17ff548 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000069`a17ff550 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000069`a17ff840 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000069`a17ff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000011`30bff4b8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000011`30bff4c0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000011`30bff7b0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000011`30bff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000011`307ffa18 00007ff6`511322b7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000011`307ffa20 00007ff6`50fee6e4     postgres!SubPostmasterMain(
00000011`307ffa90 00007ff6`515e68b9     postgres!main(
00000011`307ffad0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000011`307ffb20 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000011`307ffb90 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000011`307ffbc0 00007ffc`8c3b4cb0     postgres!mainCRTStartup(
00000011`307ffbf0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000011`307ffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000011`30fff9c8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000011`30fff9d0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000011`30fffcc0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000011`30fffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001c`561ff5c8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001c`561ff5d0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000001c`561ff8c0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001c`561ff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001c`555fefb0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000001c`555feff0 00007ff6`511393bc     postgres!ExceptionalCondition(
0000001c`555ff030 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000001c`555ff080 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000001c`555ff0d0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000001c`555ff9f0 00007ff6`50fee778     postgres!PostmasterMain(
0000001c`555ffb80 00007ff6`515e68b9     postgres!main(
0000001c`555ffbc0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000001c`555ffc10 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000001c`555ffc80 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000001c`559ff988 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001c`559ff990 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000001c`559ffc80 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001c`559ffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001c`55dffb48 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000001c`55dffb50 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000001c`55dffbc0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000001c`55dffcc0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001c`55dffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001c`565ff598 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001c`565ff5a0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000001c`565ff890 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001c`565ff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a8`721ff7d8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000a8`721ff7e0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000a8`721ff850 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000a8`721ff950 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a8`721ff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a8`715fef00 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a8`715fef40 00007ff6`511393bc     postgres!ExceptionalCondition(
000000a8`715fef80 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000a8`715fefd0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000a8`715ff020 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a8`715ff940 00007ff6`50fee778     postgres!PostmasterMain(
000000a8`715ffad0 00007ff6`515e68b9     postgres!main(
000000a8`715ffb10 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a8`715ffb60 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a8`715ffbd0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a8`719ff6d8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a8`719ff6e0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000a8`719ff9d0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a8`719ffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a8`71dff588 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a8`71dff590 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000a8`71dff880 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a8`71dff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a8`725ff738 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a8`725ff740 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000a8`725ffa30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a8`725ffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a5`18fffad8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000a5`18fffae0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000a5`18fffb50 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000a5`18fffc50 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a5`18fffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a5`183fee00 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a5`183fee40 00007ff6`511393bc     postgres!ExceptionalCondition(
000000a5`183fee80 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000a5`183feed0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000a5`183fef20 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a5`183ff840 00007ff6`50fee778     postgres!PostmasterMain(
000000a5`183ff9d0 00007ff6`515e68b9     postgres!main(
000000a5`183ffa10 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a5`183ffa60 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a5`183ffad0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a5`193ff888 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a5`193ff890 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000a5`193ffb80 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a5`193ffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000058`5c9ff578 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000058`5c9ff580 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000058`5c9ff870 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000058`5c9ff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000058`5b9fed70 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000058`5b9fedb0 00007ff6`511393bc     postgres!ExceptionalCondition(
00000058`5b9fedf0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000058`5b9fee40 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000058`5b9fee90 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000058`5b9ff7b0 00007ff6`50fee778     postgres!PostmasterMain(
00000058`5b9ff940 00007ff6`515e68b9     postgres!main(
00000058`5b9ff980 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000058`5b9ff9d0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000058`5b9ffa40 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000058`5bdff588 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000058`5bdff590 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000058`5bdff880 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000058`5bdff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000058`5c1ff4d8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000058`5c1ff4e0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000058`5c1ff7d0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000058`5c1ff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000058`5c5ff8e8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000058`5c5ff8f0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000058`5c5ff960 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000058`5c5ffa60 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000058`5c5ffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000034`c5fffc48 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000034`c5fffc50 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000034`c5fffcc0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000034`c5fffdc0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000034`c5fffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000034`c53ff0e0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000034`c53ff120 00007ff6`511393bc     postgres!ExceptionalCondition(
00000034`c53ff160 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000034`c53ff1b0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000034`c53ff200 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000034`c53ffb20 00007ff6`50fee778     postgres!PostmasterMain(
00000034`c53ffcb0 00007ff6`515e68b9     postgres!main(
00000034`c53ffcf0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000034`c53ffd40 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000034`c53ffdb0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000034`c57ffb98 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000034`c57ffba0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000034`c57ffe90 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000034`c57ffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000034`c5bff7e8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000034`c5bff7f0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000034`c5bffae0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000034`c5bffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000034`c63ff8b8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000034`c63ff8c0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000034`c63ffbb0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000034`c63ffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a2`b15ffa98 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000a2`b15ffaa0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000a2`b15ffb10 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000a2`b15ffc10 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a2`b15ffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a2`b09fed80 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a2`b09fedc0 00007ff6`511393bc     postgres!ExceptionalCondition(
000000a2`b09fee00 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000a2`b09fee50 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000a2`b09feea0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a2`b09ff7c0 00007ff6`50fee778     postgres!PostmasterMain(
000000a2`b09ff950 00007ff6`515e68b9     postgres!main(
000000a2`b09ff990 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a2`b09ff9e0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a2`b09ffa50 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a2`b0dff9e8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a2`b0dff9f0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000a2`b0dffce0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a2`b0dffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a2`b11ff638 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a2`b11ff640 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000a2`b11ff930 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a2`b11ff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a2`b19ff878 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a2`b19ff880 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000a2`b19ffb70 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a2`b19ffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f3`32dff958 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f3`32dff960 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000f3`32dffc50 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f3`32dffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f3`31dfee90 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f3`31dfeed0 00007ff6`511393bc     postgres!ExceptionalCondition(
000000f3`31dfef10 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f3`31dfef60 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000f3`31dfefb0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f3`31dff8d0 00007ff6`50fee778     postgres!PostmasterMain(
000000f3`31dffa60 00007ff6`515e68b9     postgres!main(
000000f3`31dffaa0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f3`31dffaf0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f3`31dffb60 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f3`321ff8b8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f3`321ff8c0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000f3`321ffbb0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f3`321ffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f3`325ffbf8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000f3`325ffc00 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000f3`325ffc70 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000f3`325ffd70 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f3`325ffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f3`329ff7d8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f3`329ff7e0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000f3`329ffad0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f3`329ffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006e`79bff8d8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006e`79bff8e0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000006e`79bffbd0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006e`79bffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006e`793fed50 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000006e`793fed90 00007ff6`511393bc     postgres!ExceptionalCondition(
0000006e`793fedd0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000006e`793fee20 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000006e`793fee70 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000006e`793ff790 00007ff6`50fee778     postgres!PostmasterMain(
0000006e`793ff920 00007ff6`515e68b9     postgres!main(
0000006e`793ff960 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000006e`793ff9b0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000006e`793ffa20 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000006e`797ff4f8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006e`797ff500 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000006e`797ff7f0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006e`797ff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006e`79fffbf8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000006e`79fffc00 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000006e`79fffc70 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000006e`79fffd70 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006e`79fffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006e`7a3ffb28 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006e`7a3ffb30 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000006e`7a3ffe20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006e`7a3ffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000eb`e59ff728 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000eb`e59ff730 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000eb`e59ffa20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000eb`e59ffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000eb`e5dffcc8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000eb`e5dffcd0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000eb`e5dffd40 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000eb`e5dffe40 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000eb`e5dffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000eb`e61ff688 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000eb`e61ff690 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000eb`e61ff980 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000eb`e61ff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000eb`e51feef0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000eb`e51fef30 00007ff6`511393bc     postgres!ExceptionalCondition(
000000eb`e51fef70 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000eb`e51fefc0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000eb`e51ff010 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000eb`e51ff930 00007ff6`50fee778     postgres!PostmasterMain(
000000eb`e51ffac0 00007ff6`515e68b9     postgres!main(
000000eb`e51ffb00 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000eb`e51ffb50 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000eb`e51ffbc0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000eb`e55ff848 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000eb`e55ff850 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000eb`e55ffb40 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000eb`e55ffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002b`fc5ff938 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002b`fc5ff940 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000002b`fc5ffc30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002b`fc5ffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002b`fcdffcc8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000002b`fcdffcd0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000002b`fcdffd40 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000002b`fcdffe40 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002b`fcdffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002b`fc9ffa78 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002b`fc9ffa80 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000002b`fc9ffd70 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002b`fc9ffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002b`fc1fee50 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000002b`fc1fee90 00007ff6`511393bc     postgres!ExceptionalCondition(
0000002b`fc1feed0 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000002b`fc1fef20 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000002b`fc1fef70 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000002b`fc1ff890 00007ff6`50fee778     postgres!PostmasterMain(
0000002b`fc1ffa20 00007ff6`515e68b9     postgres!main(
0000002b`fc1ffa60 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000002b`fc1ffab0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000002b`fc1ffb20 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000002b`fd1ff8e8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002b`fd1ff8f0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000002b`fd1ffbe0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002b`fd1ffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000083`2b5ffa28 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000083`2b5ffa30 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000083`2b5ffaa0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000083`2b5ffba0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000083`2b5ffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000083`2a5fea10 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000083`2a5fea50 00007ff6`511393bc     postgres!ExceptionalCondition(
00000083`2a5fea90 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000083`2a5feae0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000083`2a5feb30 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000083`2a5ff450 00007ff6`50fee778     postgres!PostmasterMain(
00000083`2a5ff5e0 00007ff6`515e68b9     postgres!main(
00000083`2a5ff620 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000083`2a5ff670 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000083`2a5ff6e0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000083`2a9ff548 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000083`2a9ff550 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000083`2a9ff840 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000083`2a9ff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000083`2adff718 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000083`2adff720 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000083`2adffa10 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000083`2adffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000083`2b1ff738 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000083`2b1ff740 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000083`2b1ffa30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000083`2b1ffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000083`2b9ffad8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000083`2b9ffae0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000083`2b9ffdd0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000083`2b9ffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d4`64dff6d8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000d4`64dff6e0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000d4`64dff750 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000d4`64dff850 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d4`64dff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d4`63dfefb0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d4`63dfeff0 00007ff6`511393bc     postgres!ExceptionalCondition(
000000d4`63dff030 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000d4`63dff080 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000d4`63dff0d0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000d4`63dff9f0 00007ff6`50fee778     postgres!PostmasterMain(
000000d4`63dffb80 00007ff6`515e68b9     postgres!main(
000000d4`63dffbc0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d4`63dffc10 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d4`63dffc80 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000d4`641ffbc8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d4`641ffbd0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000d4`641ffec0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d4`641ffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d4`645ff688 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d4`645ff690 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000d4`645ff980 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d4`645ff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d4`649ffb88 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d4`649ffb90 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000d4`649ffe80 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d4`649ffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d4`651ff548 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d4`651ff550 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000d4`651ff840 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d4`651ff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007e`309ffb58 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007e`309ffb60 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000007e`309ffe50 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007e`309ffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007e`2f9fea60 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000007e`2f9feaa0 00007ff6`511393bc     postgres!ExceptionalCondition(
0000007e`2f9feae0 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000007e`2f9feb30 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000007e`2f9feb80 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000007e`2f9ff4a0 00007ff6`50fee778     postgres!PostmasterMain(
0000007e`2f9ff630 00007ff6`515e68b9     postgres!main(
0000007e`2f9ff670 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000007e`2f9ff6c0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000007e`2f9ff730 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000007e`2fdff478 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007e`2fdff480 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000007e`2fdff770 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007e`2fdff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007e`301ff5a8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007e`301ff5b0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000007e`301ff8a0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007e`301ff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007e`305ffcc8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000007e`305ffcd0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000007e`305ffd40 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000007e`305ffe40 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007e`305ffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bd`94fffb78 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000bd`94fffb80 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000bd`94fffbf0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000bd`94fffcf0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bd`94fffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bd`953ffb98 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bd`953ffba0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000bd`953ffe90 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bd`953ffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bd`943feec0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000bd`943fef00 00007ff6`511393bc     postgres!ExceptionalCondition(
000000bd`943fef40 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000bd`943fef90 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000bd`943fefe0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000bd`943ff900 00007ff6`50fee778     postgres!PostmasterMain(
000000bd`943ffa90 00007ff6`515e68b9     postgres!main(
000000bd`943ffad0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000bd`943ffb20 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000bd`943ffb90 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000bd`947ff5e8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bd`947ff5f0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000bd`947ff8e0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bd`947ff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bd`94bffb38 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bd`94bffb40 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000bd`94bffe30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bd`94bffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fd`f79ff568 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fd`f79ff570 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000fd`f79ff860 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fd`f79ff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fd`f81ffbf8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fd`f81ffc00 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000fd`f81ffef0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fd`f81fff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fd`f75ff7b8 00007ff6`511322b7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000fd`f75ff7c0 00007ff6`50fee6e4     postgres!SubPostmasterMain(
000000fd`f75ff830 00007ff6`515e68b9     postgres!main(
000000fd`f75ff870 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000fd`f75ff8c0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000fd`f75ff930 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000fd`f75ff960 00007ffc`8c3b4cb0     postgres!mainCRTStartup(
000000fd`f75ff990 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fd`f75ff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fd`f7dff558 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fd`f7dff560 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000fd`f7dff850 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fd`f7dff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d1`b69ffb08 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d1`b69ffb10 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000d1`b69ffe00 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d1`b69ffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d1`b5dfeaf0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d1`b5dfeb30 00007ff6`511393bc     postgres!ExceptionalCondition(
000000d1`b5dfeb70 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000d1`b5dfebc0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000d1`b5dfec10 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000d1`b5dff530 00007ff6`50fee778     postgres!PostmasterMain(
000000d1`b5dff6c0 00007ff6`515e68b9     postgres!main(
000000d1`b5dff700 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d1`b5dff750 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d1`b5dff7c0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000d1`b61ff5f8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d1`b61ff600 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000d1`b61ff8f0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d1`b61ff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d1`b65ff5f8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000d1`b65ff600 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000d1`b65ff670 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000d1`b65ff770 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d1`b65ff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d1`b6dff568 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d1`b6dff570 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000d1`b6dff860 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d1`b6dff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002a`bb1ff8f8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002a`bb1ff900 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000002a`bb1ffbf0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002a`bb1ffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002a`bc1ff7c8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002a`bc1ff7d0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000002a`bc1ffac0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002a`bc1ffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002a`badfef00 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000002a`badfef40 00007ff6`511393bc     postgres!ExceptionalCondition(
0000002a`badfef80 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000002a`badfefd0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000002a`badff020 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000002a`badff940 00007ff6`50fee778     postgres!PostmasterMain(
0000002a`badffad0 00007ff6`515e68b9     postgres!main(
0000002a`badffb10 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000002a`badffb60 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000002a`badffbd0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000002a`bbdff788 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000002a`bbdff790 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000002a`bbdff800 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000002a`bbdff900 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002a`bbdff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002a`bb9ff698 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002a`bb9ff6a0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000002a`bb9ff990 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002a`bb9ff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002a`bb5ff488 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002a`bb5ff490 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000002a`bb5ff780 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002a`bb5ff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000084`3e3ff748 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000084`3e3ff750 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000084`3e3ffa40 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000084`3e3ffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000084`3dbfeb10 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000084`3dbfeb50 00007ff6`511393bc     postgres!ExceptionalCondition(
00000084`3dbfeb90 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000084`3dbfebe0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000084`3dbfec30 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000084`3dbff550 00007ff6`50fee778     postgres!PostmasterMain(
00000084`3dbff6e0 00007ff6`515e68b9     postgres!main(
00000084`3dbff720 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000084`3dbff770 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000084`3dbff7e0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000084`3dfff938 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000084`3dfff940 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000084`3dfffc30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000084`3dfffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000084`3e7ff928 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000084`3e7ff930 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000084`3e7ff9a0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000084`3e7ffaa0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000084`3e7ffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000084`3ebff8b8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000084`3ebff8c0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000084`3ebffbb0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000084`3ebffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000083`209ffc28 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000083`209ffc30 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000083`209fff20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000083`209fff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000083`1f9ff4f8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000083`1f9ff500 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000083`1f9ff7f0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000083`1f9ff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000083`1f5fea60 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000083`1f5feaa0 00007ff6`511393bc     postgres!ExceptionalCondition(
00000083`1f5feae0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000083`1f5feb30 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000083`1f5feb80 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000083`1f5ff4a0 00007ff6`50fee778     postgres!PostmasterMain(
00000083`1f5ff630 00007ff6`515e68b9     postgres!main(
00000083`1f5ff670 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000083`1f5ff6c0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000083`1f5ff730 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000083`1fdffaa8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000083`1fdffab0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000083`1fdffda0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000083`1fdffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000083`201ff758 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000083`201ff760 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000083`201ff7d0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000083`201ff8d0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000083`201ff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000083`205ff938 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000083`205ff940 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000083`205ffc30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000083`205ffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004d`d15ff8b8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004d`d15ff8c0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000004d`d15ffbb0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004d`d15ffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004d`d11ff5b8 00007ff6`511322b7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
0000004d`d11ff5c0 00007ff6`50fee6e4     postgres!SubPostmasterMain(
0000004d`d11ff630 00007ff6`515e68b9     postgres!main(
0000004d`d11ff670 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000004d`d11ff6c0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000004d`d11ff730 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
0000004d`d11ff760 00007ffc`8c3b4cb0     postgres!mainCRTStartup(
0000004d`d11ff790 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004d`d11ff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004d`d19ff7f8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004d`d19ff800 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000004d`d19ffaf0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004d`d19ffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007c`da1ffa98 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007c`da1ffaa0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000007c`da1ffd90 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007c`da1ffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007c`da9ff768 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007c`da9ff770 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000007c`da9ffa60 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007c`da9ffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007c`dadff9f8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007c`dadffa00 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000007c`dadffcf0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007c`dadffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007c`d9dfeca0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000007c`d9dfece0 00007ff6`511393bc     postgres!ExceptionalCondition(
0000007c`d9dfed20 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000007c`d9dfed70 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000007c`d9dfedc0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000007c`d9dff6e0 00007ff6`50fee778     postgres!PostmasterMain(
0000007c`d9dff870 00007ff6`515e68b9     postgres!main(
0000007c`d9dff8b0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000007c`d9dff900 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000007c`d9dff970 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000007c`da5ffb08 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000007c`da5ffb10 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000007c`da5ffb80 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000007c`da5ffc80 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007c`da5ffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009d`c27ffb28 00007ff6`511322b7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
0000009d`c27ffb30 00007ff6`50fee6e4     postgres!SubPostmasterMain(
0000009d`c27ffba0 00007ff6`515e68b9     postgres!main(
0000009d`c27ffbe0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000009d`c27ffc30 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000009d`c27ffca0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
0000009d`c27ffcd0 00007ffc`8c3b4cb0     postgres!mainCRTStartup(
0000009d`c27ffd00 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009d`c27ffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009d`c2fff648 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009d`c2fff650 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000009d`c2fff940 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009d`c2fff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009d`c33ff738 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009d`c33ff740 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000009d`c33ffa30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009d`c33ffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009d`c2bff858 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009d`c2bff860 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000009d`c2bffb50 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009d`c2bffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bf`749ff998 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bf`749ff9a0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000bf`749ffc90 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bf`749ffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bf`751ffb58 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000bf`751ffb60 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000bf`751ffbd0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000bf`751ffcd0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bf`751ffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bf`755ffb38 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bf`755ffb40 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000bf`755ffe30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bf`755ffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bf`745ff170 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000bf`745ff1b0 00007ff6`511393bc     postgres!ExceptionalCondition(
000000bf`745ff1f0 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000bf`745ff240 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000bf`745ff290 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000bf`745ffbb0 00007ff6`50fee778     postgres!PostmasterMain(
000000bf`745ffd40 00007ff6`515e68b9     postgres!main(
000000bf`745ffd80 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000bf`745ffdd0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000bf`745ffe40 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000bf`74dffc18 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bf`74dffc20 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000bf`74dfff10 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bf`74dfff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000089`667ffa88 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000089`667ffa90 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000089`667ffd80 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000089`667ffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000089`66fffa58 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000089`66fffa60 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000089`66fffd50 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000089`66fffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000089`65bfed20 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000089`65bfed60 00007ff6`511393bc     postgres!ExceptionalCondition(
00000089`65bfeda0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000089`65bfedf0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000089`65bfee40 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000089`65bff760 00007ff6`50fee778     postgres!PostmasterMain(
00000089`65bff8f0 00007ff6`515e68b9     postgres!main(
00000089`65bff930 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000089`65bff980 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000089`65bff9f0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000089`65fff8e8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000089`65fff8f0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000089`65fffbe0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000089`65fffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000089`663ff998 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000089`663ff9a0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000089`663ffc90 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000089`663ffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000089`66bff838 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000089`66bff840 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000089`66bff8b0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000089`66bff9b0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000089`66bff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000de`0a5ff688 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000de`0a5ff690 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000de`0a5ff700 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000de`0a5ff800 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000de`0a5ff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000de`0adff558 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000de`0adff560 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000de`0adff850 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000de`0adff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000de`09dfeb10 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000de`09dfeb50 00007ff6`511393bc     postgres!ExceptionalCondition(
000000de`09dfeb90 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000de`09dfebe0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000de`09dfec30 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000de`09dff550 00007ff6`50fee778     postgres!PostmasterMain(
000000de`09dff6e0 00007ff6`515e68b9     postgres!main(
000000de`09dff720 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000de`09dff770 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000de`09dff7e0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000de`0a1ff4b8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000de`0a1ff4c0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000de`0a1ff7b0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000de`0a1ff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000de`0a9ff778 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000de`0a9ff780 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000de`0a9ffa70 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000de`0a9ffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000041`917ffd38 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000041`917ffd40 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000041`917ffdb0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000041`917ffeb0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000041`917ffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000041`90bff6d8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000041`90bff6e0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000041`90bff9d0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000041`90bffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000041`907ff0b0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000041`907ff0f0 00007ff6`511393bc     postgres!ExceptionalCondition(
00000041`907ff130 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000041`907ff180 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000041`907ff1d0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000041`907ffaf0 00007ff6`50fee778     postgres!PostmasterMain(
00000041`907ffc80 00007ff6`515e68b9     postgres!main(
00000041`907ffcc0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000041`907ffd10 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000041`907ffd80 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000041`90fffaf8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000041`90fffb00 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000041`90fffdf0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000041`90fffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000041`913ff478 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000041`913ff480 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000041`913ff770 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000041`913ff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000041`91bffc28 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000041`91bffc30 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000041`91bfff20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000041`91bfff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000be`f7fffc88 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000be`f7fffc90 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000be`f7fffd00 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000be`f7fffe00 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000be`f7fffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000be`f73fed60 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000be`f73feda0 00007ff6`511393bc     postgres!ExceptionalCondition(
000000be`f73fede0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000be`f73fee30 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000be`f73fee80 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000be`f73ff7a0 00007ff6`50fee778     postgres!PostmasterMain(
000000be`f73ff930 00007ff6`515e68b9     postgres!main(
000000be`f73ff970 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000be`f73ff9c0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000be`f73ffa30 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000be`f77ff7c8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000be`f77ff7d0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000be`f77ffac0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000be`f77ffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000be`f7bff578 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000be`f7bff580 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000be`f7bff870 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000be`f7bff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000be`f83ff5d8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000be`f83ff5e0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000be`f83ff8d0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000be`f83ff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f9`e53fef60 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f9`e53fefa0 00007ff6`511393bc     postgres!ExceptionalCondition(
000000f9`e53fefe0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f9`e53ff030 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000f9`e53ff080 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f9`e53ff9a0 00007ff6`50fee778     postgres!PostmasterMain(
000000f9`e53ffb30 00007ff6`515e68b9     postgres!main(
000000f9`e53ffb70 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f9`e53ffbc0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f9`e53ffc30 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f9`e57ffaa8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f9`e57ffab0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000f9`e57ffda0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f9`e57ffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f9`e5bff888 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000f9`e5bff890 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000f9`e5bff900 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000f9`e5bffa00 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f9`e5bffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f9`e5fff488 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f9`e5fff490 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000f9`e5fff780 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f9`e5fff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f9`e63ff8a8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f9`e63ff8b0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000f9`e63ffba0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f9`e63ffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000043`2c3ffbc8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000043`2c3ffbd0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000043`2c3ffec0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000043`2c3ffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000043`2bfff6c8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000043`2bfff6d0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000043`2bfff740 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000043`2bfff840 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000043`2bfff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000043`2affeeb0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000043`2affeef0 00007ff6`511393bc     postgres!ExceptionalCondition(
00000043`2affef30 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000043`2affef80 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000043`2affefd0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000043`2afff8f0 00007ff6`50fee778     postgres!PostmasterMain(
00000043`2afffa80 00007ff6`515e68b9     postgres!main(
00000043`2afffac0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000043`2afffb10 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000043`2afffb80 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000043`2b3ff9b8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000043`2b3ff9c0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000043`2b3ffcb0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000043`2b3ffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000043`2b7ffbe8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000043`2b7ffbf0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000043`2b7ffee0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000043`2b7fff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000043`2bbffb58 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000043`2bbffb60 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000043`2bbffe50 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000043`2bbffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000016`527ffa78 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000016`527ffa80 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000016`527ffaf0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000016`527ffbf0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000016`527ffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000016`51bfef90 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000016`51bfefd0 00007ff6`511393bc     postgres!ExceptionalCondition(
00000016`51bff010 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000016`51bff060 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000016`51bff0b0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000016`51bff9d0 00007ff6`50fee778     postgres!PostmasterMain(
00000016`51bffb60 00007ff6`515e68b9     postgres!main(
00000016`51bffba0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000016`51bffbf0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000016`51bffc60 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000016`51fff468 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000016`51fff470 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000016`51fff760 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000016`51fff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000016`523ff818 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000016`523ff820 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000016`523ffb10 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000016`523ffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000016`52bff768 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000016`52bff770 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000016`52bffa60 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000016`52bffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000026`6b7fecc0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000026`6b7fed00 00007ff6`511393bc     postgres!ExceptionalCondition(
00000026`6b7fed40 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000026`6b7fed90 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000026`6b7fede0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000026`6b7ff700 00007ff6`50fee778     postgres!PostmasterMain(
00000026`6b7ff890 00007ff6`515e68b9     postgres!main(
00000026`6b7ff8d0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000026`6b7ff920 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000026`6b7ff990 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000026`6bbff738 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000026`6bbff740 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000026`6bbffa30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000026`6bbffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000026`6bfff5a8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000026`6bfff5b0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000026`6bfff8a0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000026`6bfff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000026`6c3ff878 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000026`6c3ff880 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000026`6c3ffb70 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000026`6c3ffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000026`6c7ffae8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000026`6c7ffaf0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000026`6c7ffb60 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000026`6c7ffc60 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000026`6c7ffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000026`6cbff748 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000026`6cbff750 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000026`6cbffa40 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000026`6cbffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000016`4b1ff988 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000016`4b1ff990 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000016`4b1ffc80 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000016`4b1ffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000016`49dfecb0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000016`49dfecf0 00007ff6`511393bc     postgres!ExceptionalCondition(
00000016`49dfed30 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000016`49dfed80 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000016`49dfedd0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000016`49dff6f0 00007ff6`50fee778     postgres!PostmasterMain(
00000016`49dff880 00007ff6`515e68b9     postgres!main(
00000016`49dff8c0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000016`49dff910 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000016`49dff980 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000016`4a1ff648 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000016`4a1ff650 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000016`4a1ff940 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000016`4a1ff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000016`4a5ffc08 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000016`4a5ffc10 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000016`4a5fff00 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000016`4a5fff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000016`4a9ff4e8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000016`4a9ff4f0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000016`4a9ff7e0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000016`4a9ff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000016`4adffa98 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000016`4adffaa0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000016`4adffb10 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000016`4adffc10 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000016`4adffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000002`697ff578 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000002`697ff580 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000002`697ff870 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000002`697ff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000002`68bfedb0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000002`68bfedf0 00007ff6`511393bc     postgres!ExceptionalCondition(
00000002`68bfee30 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000002`68bfee80 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000002`68bfeed0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000002`68bff7f0 00007ff6`50fee778     postgres!PostmasterMain(
00000002`68bff980 00007ff6`515e68b9     postgres!main(
00000002`68bff9c0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000002`68bffa10 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000002`68bffa80 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000002`68fff8d8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000002`68fff8e0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000002`68fffbd0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000002`68fffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000002`693ffce8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000002`693ffcf0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000002`693ffd60 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000002`693ffe60 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000002`693ffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000002`69bffbc8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000002`69bffbd0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000002`69bffec0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000002`69bffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c8`169ff848 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000c8`169ff850 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000c8`169ff8c0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000c8`169ff9c0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c8`169ff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c8`15dff000 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c8`15dff040 00007ff6`511393bc     postgres!ExceptionalCondition(
000000c8`15dff080 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c8`15dff0d0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000c8`15dff120 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c8`15dffa40 00007ff6`50fee778     postgres!PostmasterMain(
000000c8`15dffbd0 00007ff6`515e68b9     postgres!main(
000000c8`15dffc10 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c8`15dffc60 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c8`15dffcd0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c8`161ff628 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c8`161ff630 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000c8`161ff920 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c8`161ff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c8`165ff728 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c8`165ff730 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000c8`165ffa20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c8`165ffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c8`16dff448 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c8`16dff450 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000c8`16dff740 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c8`16dff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000019`b91ff978 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000019`b91ff980 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000019`b91ffc70 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000019`b91ffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000019`b95ff9e8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000019`b95ff9f0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000019`b95ffa60 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000019`b95ffb60 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000019`b95ffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000019`b85fed10 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000019`b85fed50 00007ff6`511393bc     postgres!ExceptionalCondition(
00000019`b85fed90 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000019`b85fede0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000019`b85fee30 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000019`b85ff750 00007ff6`50fee778     postgres!PostmasterMain(
00000019`b85ff8e0 00007ff6`515e68b9     postgres!main(
00000019`b85ff920 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000019`b85ff970 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000019`b85ff9e0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000019`b89ffb38 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000019`b89ffb40 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000019`b89ffe30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000019`b89ffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000019`b8dff878 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000019`b8dff880 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000019`b8dffb70 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000019`b8dffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000019`b99ffbd8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000019`b99ffbe0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000019`b99ffed0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000019`b99fff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006d`971fefc0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000006d`971ff000 00007ff6`511393bc     postgres!ExceptionalCondition(
0000006d`971ff040 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000006d`971ff090 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000006d`971ff0e0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000006d`971ffa00 00007ff6`50fee778     postgres!PostmasterMain(
0000006d`971ffb90 00007ff6`515e68b9     postgres!main(
0000006d`971ffbd0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000006d`971ffc20 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000006d`971ffc90 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000006d`975ff598 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006d`975ff5a0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000006d`975ff890 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006d`975ff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006d`979ff858 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000006d`979ff860 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000006d`979ff8d0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000006d`979ff9d0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006d`979ffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006d`97dff448 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006d`97dff450 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000006d`97dff740 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006d`97dff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006d`981ffae8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006d`981ffaf0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000006d`981ffde0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006d`981ffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c0`75dff878 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000c0`75dff880 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000c0`75dff8f0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000c0`75dff9f0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c0`75dffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c0`761ffb28 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c0`761ffb30 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000c0`761ffe20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c0`761ffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c0`751fefa0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c0`751fefe0 00007ff6`511393bc     postgres!ExceptionalCondition(
000000c0`751ff020 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c0`751ff070 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000c0`751ff0c0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c0`751ff9e0 00007ff6`50fee778     postgres!PostmasterMain(
000000c0`751ffb70 00007ff6`515e68b9     postgres!main(
000000c0`751ffbb0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c0`751ffc00 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c0`751ffc70 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c0`755ff958 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c0`755ff960 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000c0`755ffc50 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c0`755ffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c0`759ff9a8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c0`759ff9b0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000c0`759ffca0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c0`759ffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001a`4f7ffbf8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001a`4f7ffc00 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000001a`4f7ffef0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001a`4f7fff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001a`4f3ffb78 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000001a`4f3ffb80 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000001a`4f3ffbf0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000001a`4f3ffcf0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001a`4f3ffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001a`4ebfeec0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000001a`4ebfef00 00007ff6`511393bc     postgres!ExceptionalCondition(
0000001a`4ebfef40 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000001a`4ebfef90 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000001a`4ebfefe0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000001a`4ebff900 00007ff6`50fee778     postgres!PostmasterMain(
0000001a`4ebffa90 00007ff6`515e68b9     postgres!main(
0000001a`4ebffad0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000001a`4ebffb20 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000001a`4ebffb90 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000001a`4efff6a8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001a`4efff6b0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000001a`4efff9a0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001a`4efff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001a`4fbff5e8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001a`4fbff5f0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000001a`4fbff8e0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001a`4fbff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e6`ff7ff808 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000e6`ff7ff810 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000e6`ff7ff880 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000e6`ff7ff980 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e6`ff7ff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e6`febfed40 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e6`febfed80 00007ff6`511393bc     postgres!ExceptionalCondition(
000000e6`febfedc0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000e6`febfee10 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000e6`febfee60 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000e6`febff780 00007ff6`50fee778     postgres!PostmasterMain(
000000e6`febff910 00007ff6`515e68b9     postgres!main(
000000e6`febff950 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e6`febff9a0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e6`febffa10 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000e6`fefff9a8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e6`fefff9b0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000e6`fefffca0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e6`fefffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e6`ff3ff798 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e6`ff3ff7a0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000e6`ff3ffa90 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e6`ff3ffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e6`ffbff688 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e6`ffbff690 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000e6`ffbff980 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e6`ffbff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007b`ff7ff868 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007b`ff7ff870 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000007b`ff7ffb60 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007b`ff7ffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007b`fe7fef10 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000007b`fe7fef50 00007ff6`511393bc     postgres!ExceptionalCondition(
0000007b`fe7fef90 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000007b`fe7fefe0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000007b`fe7ff030 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000007b`fe7ff950 00007ff6`50fee778     postgres!PostmasterMain(
0000007b`fe7ffae0 00007ff6`515e68b9     postgres!main(
0000007b`fe7ffb20 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000007b`fe7ffb70 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000007b`fe7ffbe0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000007b`febff5f8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007b`febff600 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000007b`febff8f0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007b`febff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007b`fefff808 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007b`fefff810 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000007b`fefffb00 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007b`fefffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007b`ff3ffd28 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000007b`ff3ffd30 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000007b`ff3ffda0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000007b`ff3ffea0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007b`ff3ffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000082`345ff4d8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000082`345ff4e0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000082`345ff7d0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000082`345ff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000082`349ff758 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000082`349ff760 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000082`349ff7d0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000082`349ff8d0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000082`349ff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000082`34dff858 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000082`34dff860 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000082`34dffb50 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000082`34dffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000082`33dfea30 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000082`33dfea70 00007ff6`511393bc     postgres!ExceptionalCondition(
00000082`33dfeab0 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000082`33dfeb00 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000082`33dfeb50 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000082`33dff470 00007ff6`50fee778     postgres!PostmasterMain(
00000082`33dff600 00007ff6`515e68b9     postgres!main(
00000082`33dff640 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000082`33dff690 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000082`33dff700 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000082`341ff908 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000082`341ff910 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000082`341ffc00 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000082`341ffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dc`df9ffae8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dc`df9ffaf0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000dc`df9ffde0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000dc`df9ffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dc`e01ff6f8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000dc`e01ff700 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000dc`e01ff770 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000dc`e01ff870 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000dc`e01ff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dc`e05ffab8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dc`e05ffac0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000dc`e05ffdb0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000dc`e05ffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dc`df5ff1e0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000dc`df5ff220 00007ff6`511393bc     postgres!ExceptionalCondition(
000000dc`df5ff260 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000dc`df5ff2b0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000dc`df5ff300 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000dc`df5ffc20 00007ff6`50fee778     postgres!PostmasterMain(
000000dc`df5ffdb0 00007ff6`515e68b9     postgres!main(
000000dc`df5ffdf0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000dc`df5ffe40 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000dc`df5ffeb0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000dc`dfdff538 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dc`dfdff540 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000dc`dfdff830 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000dc`dfdff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000047`963ff938 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000047`963ff940 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000047`963ffc30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000047`963ffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000047`967ff508 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000047`967ff510 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000047`967ff800 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000047`967ff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000047`96bff668 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000047`96bff670 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000047`96bff6e0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000047`96bff7e0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000047`96bff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000047`95ffec50 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000047`95ffec90 00007ff6`511393bc     postgres!ExceptionalCondition(
00000047`95ffecd0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000047`95ffed20 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000047`95ffed70 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000047`95fff690 00007ff6`50fee778     postgres!PostmasterMain(
00000047`95fff820 00007ff6`515e68b9     postgres!main(
00000047`95fff860 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000047`95fff8b0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000047`95fff920 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000047`96fff6b8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000047`96fff6c0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000047`96fff9b0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000047`96fff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006d`485ffae8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000006d`485ffaf0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000006d`485ffb60 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000006d`485ffc60 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006d`485ffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006d`475fecf0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000006d`475fed30 00007ff6`511393bc     postgres!ExceptionalCondition(
0000006d`475fed70 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000006d`475fedc0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000006d`475fee10 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000006d`475ff730 00007ff6`50fee778     postgres!PostmasterMain(
0000006d`475ff8c0 00007ff6`515e68b9     postgres!main(
0000006d`475ff900 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000006d`475ff950 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000006d`475ff9c0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000006d`479ff5f8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006d`479ff600 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000006d`479ff8f0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006d`479ff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006d`47dff828 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006d`47dff830 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000006d`47dffb20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006d`47dffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006d`481ffb18 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006d`481ffb20 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000006d`481ffe10 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006d`481ffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006d`489ff818 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006d`489ff820 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000006d`489ffb10 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006d`489ffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000037`a55ff798 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000037`a55ff7a0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000037`a55ffa90 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000037`a55ffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000037`a4dfefe0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000037`a4dff020 00007ff6`511393bc     postgres!ExceptionalCondition(
00000037`a4dff060 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000037`a4dff0b0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000037`a4dff100 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000037`a4dffa20 00007ff6`50fee778     postgres!PostmasterMain(
00000037`a4dffbb0 00007ff6`515e68b9     postgres!main(
00000037`a4dffbf0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000037`a4dffc40 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000037`a4dffcb0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000037`a51ffaa8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000037`a51ffab0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000037`a51ffda0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000037`a51ffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000037`a59ff7c8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000037`a59ff7d0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000037`a59ff840 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000037`a59ff940 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000037`a59ff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000037`a5dff928 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000037`a5dff930 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000037`a5dffc20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000037`a5dffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b5`e3bffc38 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b5`e3bffc40 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000b5`e3bfff30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b5`e3bfff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b5`e43ff978 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b5`e43ff980 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000b5`e43ffc70 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b5`e43ffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b5`e3fff698 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000b5`e3fff6a0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000b5`e3fff710 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000b5`e3fff810 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b5`e3fff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b5`e33ff170 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b5`e33ff1b0 00007ff6`511393bc     postgres!ExceptionalCondition(
000000b5`e33ff1f0 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000b5`e33ff240 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000b5`e33ff290 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000b5`e33ffbb0 00007ff6`50fee778     postgres!PostmasterMain(
000000b5`e33ffd40 00007ff6`515e68b9     postgres!main(
000000b5`e33ffd80 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b5`e33ffdd0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000b5`e33ffe40 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000b5`e37ff9d8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b5`e37ff9e0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000b5`e37ffcd0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b5`e37ffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000c`e0bff5d8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000c`e0bff5e0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000000c`e0bff8d0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000c`e0bff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000c`dffffb78 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000c`dffffb80 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000000c`dffffe70 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000c`dffffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000c`e03ff978 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000c`e03ff980 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000000c`e03ffc70 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000c`e03ffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000c`e07ffd68 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000000c`e07ffd70 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000000c`e07ffde0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000000c`e07ffee0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000c`e07fff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000c`df7fee60 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000000c`df7feea0 00007ff6`511393bc     postgres!ExceptionalCondition(
0000000c`df7feee0 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000000c`df7fef30 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000000c`df7fef80 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000000c`df7ff8a0 00007ff6`50fee778     postgres!PostmasterMain(
0000000c`df7ffa30 00007ff6`515e68b9     postgres!main(
0000000c`df7ffa70 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000000c`df7ffac0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000000c`df7ffb30 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000000c`dfbffae8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000c`dfbffaf0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000000c`dfbffde0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000c`dfbffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008b`fd1ffb48 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008b`fd1ffb50 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000008b`fd1ffe40 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008b`fd1ffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008b`fcdffbb8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008b`fcdffbc0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000008b`fcdffeb0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008b`fcdffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008b`fc9ffbc8 00007ff6`511322b7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
0000008b`fc9ffbd0 00007ff6`50fee6e4     postgres!SubPostmasterMain(
0000008b`fc9ffc40 00007ff6`515e68b9     postgres!main(
0000008b`fc9ffc80 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000008b`fc9ffcd0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000008b`fc9ffd40 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
0000008b`fc9ffd70 00007ffc`8c3b4cb0     postgres!mainCRTStartup(
0000008b`fc9ffda0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008b`fc9ffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000040`e99ffc28 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000040`e99ffc30 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000040`e99fff20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000040`e99fff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000040`ea1ff448 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000040`ea1ff450 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000040`ea1ff740 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000040`ea1ff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000040`e91fed90 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000040`e91fedd0 00007ff6`511393bc     postgres!ExceptionalCondition(
00000040`e91fee10 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000040`e91fee60 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000040`e91feeb0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000040`e91ff7d0 00007ff6`50fee778     postgres!PostmasterMain(
00000040`e91ff960 00007ff6`515e68b9     postgres!main(
00000040`e91ff9a0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000040`e91ff9f0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000040`e91ffa60 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000040`e95ff998 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000040`e95ff9a0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000040`e95ffc90 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000040`e95ffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000040`e9dff8f8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000040`e9dff900 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000040`e9dff970 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000040`e9dffa70 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000040`e9dffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000064`a85fef00 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000064`a85fef40 00007ff6`511393bc     postgres!ExceptionalCondition(
00000064`a85fef80 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000064`a85fefd0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000064`a85ff020 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000064`a85ff940 00007ff6`50fee778     postgres!PostmasterMain(
00000064`a85ffad0 00007ff6`515e68b9     postgres!main(
00000064`a85ffb10 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000064`a85ffb60 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000064`a85ffbd0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000064`a89ffb28 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000064`a89ffb30 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000064`a89ffe20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000064`a89ffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000064`a8dffa58 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000064`a8dffa60 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000064`a8dffad0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000064`a8dffbd0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000064`a8dffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000064`a91ff928 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000064`a91ff930 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000064`a91ffc20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000064`a91ffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000064`a95ffa78 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000064`a95ffa80 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000064`a95ffd70 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000064`a95ffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c7`385ffba8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c7`385ffbb0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000c7`385ffea0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c7`385ffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c7`375fef70 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c7`375fefb0 00007ff6`511393bc     postgres!ExceptionalCondition(
000000c7`375feff0 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c7`375ff040 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000c7`375ff090 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c7`375ff9b0 00007ff6`50fee778     postgres!PostmasterMain(
000000c7`375ffb40 00007ff6`515e68b9     postgres!main(
000000c7`375ffb80 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c7`375ffbd0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c7`375ffc40 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c7`37dff7a8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000c7`37dff7b0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000c7`37dff820 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000c7`37dff920 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c7`37dff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c7`379ffbc8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c7`379ffbd0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000c7`379ffec0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c7`379ffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c7`381ffa28 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c7`381ffa30 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000c7`381ffd20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c7`381ffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006d`bdbff858 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006d`bdbff860 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000006d`bdbffb50 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006d`bdbffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006d`bd7ffc38 00007ff6`511322b7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
0000006d`bd7ffc40 00007ff6`50fee6e4     postgres!SubPostmasterMain(
0000006d`bd7ffcb0 00007ff6`515e68b9     postgres!main(
0000006d`bd7ffcf0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000006d`bd7ffd40 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000006d`bd7ffdb0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
0000006d`bd7ffde0 00007ffc`8c3b4cb0     postgres!mainCRTStartup(
0000006d`bd7ffe10 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006d`bd7ffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006d`bdfff9c8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006d`bdfff9d0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000006d`bdfffcc0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006d`bdfffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000066`635ff9c8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000066`635ff9d0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000066`635ffa40 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000066`635ffb40 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000066`635ffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000066`629ff0e0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000066`629ff120 00007ff6`511393bc     postgres!ExceptionalCondition(
00000066`629ff160 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000066`629ff1b0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000066`629ff200 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000066`629ffb20 00007ff6`50fee778     postgres!PostmasterMain(
00000066`629ffcb0 00007ff6`515e68b9     postgres!main(
00000066`629ffcf0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000066`629ffd40 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000066`629ffdb0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000066`62dff7a8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000066`62dff7b0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000066`62dffaa0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000066`62dffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000066`631ff7a8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000066`631ff7b0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000066`631ffaa0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000066`631ffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000066`639ff588 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000066`639ff590 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000066`639ff880 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000066`639ff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001b`35bffb08 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001b`35bffb10 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000001b`35bffe00 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001b`35bffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001b`34bff5c8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001b`34bff5d0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000001b`34bff8c0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001b`34bff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001b`347fef00 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000001b`347fef40 00007ff6`511393bc     postgres!ExceptionalCondition(
0000001b`347fef80 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000001b`347fefd0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000001b`347ff020 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000001b`347ff940 00007ff6`50fee778     postgres!PostmasterMain(
0000001b`347ffad0 00007ff6`515e68b9     postgres!main(
0000001b`347ffb10 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000001b`347ffb60 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000001b`347ffbd0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000001b`34fffa88 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001b`34fffa90 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000001b`34fffd80 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001b`34fffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001b`357ffd58 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000001b`357ffd60 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000001b`357ffdd0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000001b`357ffed0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001b`357fff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001b`353ff4d8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001b`353ff4e0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000001b`353ff7d0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001b`353ff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000aa`257ffaa8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000aa`257ffab0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000aa`257ffda0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000aa`257ffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000aa`253fee60 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000aa`253feea0 00007ff6`511393bc     postgres!ExceptionalCondition(
000000aa`253feee0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000aa`253fef30 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000aa`253fef80 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000aa`253ff8a0 00007ff6`50fee778     postgres!PostmasterMain(
000000aa`253ffa30 00007ff6`515e68b9     postgres!main(
000000aa`253ffa70 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000aa`253ffac0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000aa`253ffb30 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000aa`25bff628 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000aa`25bff630 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000aa`25bff920 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000aa`25bff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000aa`25fff6b8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000aa`25fff6c0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000aa`25fff730 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000aa`25fff830 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000aa`25fff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000aa`263ffa88 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000aa`263ffa90 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000aa`263ffd80 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000aa`263ffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000a`aabff4d8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000a`aabff4e0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000000a`aabff7d0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000a`aabff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000a`a9bfeca0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000000a`a9bfece0 00007ff6`511393bc     postgres!ExceptionalCondition(
0000000a`a9bfed20 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000000a`a9bfed70 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000000a`a9bfedc0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000000a`a9bff6e0 00007ff6`50fee778     postgres!PostmasterMain(
0000000a`a9bff870 00007ff6`515e68b9     postgres!main(
0000000a`a9bff8b0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000000a`a9bff900 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000000a`a9bff970 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000000a`a9fff598 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000a`a9fff5a0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000000a`a9fff890 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000a`a9fff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000a`aa3ff858 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000a`aa3ff860 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000000a`aa3ffb50 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000a`aa3ffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000a`aa7ff7f8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000000a`aa7ff800 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000000a`aa7ff870 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000000a`aa7ff970 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000a`aa7ff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000006`175ff9a8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000006`175ff9b0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000006`175ffca0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000006`175ffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000006`17dff888 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000006`17dff890 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000006`17dffb80 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000006`17dffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000006`16dfea80 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000006`16dfeac0 00007ff6`511393bc     postgres!ExceptionalCondition(
00000006`16dfeb00 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000006`16dfeb50 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000006`16dfeba0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000006`16dff4c0 00007ff6`50fee778     postgres!PostmasterMain(
00000006`16dff650 00007ff6`515e68b9     postgres!main(
00000006`16dff690 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000006`16dff6e0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000006`16dff750 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000006`171ff6a8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000006`171ff6b0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000006`171ff9a0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000006`171ff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000006`179ff628 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000006`179ff630 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000006`179ff6a0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000006`179ff7a0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000006`179ff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000073`2fdff7e8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000073`2fdff7f0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000073`2fdffae0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000073`2fdffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000073`305ff948 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000073`305ff950 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000073`305ffc40 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000073`305ffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000073`2f5fea70 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000073`2f5feab0 00007ff6`511393bc     postgres!ExceptionalCondition(
00000073`2f5feaf0 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000073`2f5feb40 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000073`2f5feb90 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000073`2f5ff4b0 00007ff6`50fee778     postgres!PostmasterMain(
00000073`2f5ff640 00007ff6`515e68b9     postgres!main(
00000073`2f5ff680 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000073`2f5ff6d0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000073`2f5ff740 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000073`2f9ff678 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000073`2f9ff680 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000073`2f9ff970 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000073`2f9ff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000073`301ffd08 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000073`301ffd10 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000073`301ffd80 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000073`301ffe80 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000073`301ffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000050`3c1ff6d8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000050`3c1ff6e0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000050`3c1ff750 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000050`3c1ff850 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000050`3c1ff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000050`3bdffae8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000050`3bdffaf0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000050`3bdffde0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000050`3bdffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000050`3b5ff130 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000050`3b5ff170 00007ff6`511393bc     postgres!ExceptionalCondition(
00000050`3b5ff1b0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000050`3b5ff200 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000050`3b5ff250 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000050`3b5ffb70 00007ff6`50fee778     postgres!PostmasterMain(
00000050`3b5ffd00 00007ff6`515e68b9     postgres!main(
00000050`3b5ffd40 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000050`3b5ffd90 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000050`3b5ffe00 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000050`3b9ff5b8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000050`3b9ff5c0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000050`3b9ff8b0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000050`3b9ff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000050`3c5ff618 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000050`3c5ff620 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000050`3c5ff910 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000050`3c5ff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ae`eddff678 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000ae`eddff680 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000ae`eddff6f0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000ae`eddff7f0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ae`eddff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ae`ed1fea40 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ae`ed1fea80 00007ff6`511393bc     postgres!ExceptionalCondition(
000000ae`ed1feac0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ae`ed1feb10 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000ae`ed1feb60 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ae`ed1ff480 00007ff6`50fee778     postgres!PostmasterMain(
000000ae`ed1ff610 00007ff6`515e68b9     postgres!main(
000000ae`ed1ff650 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ae`ed1ff6a0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ae`ed1ff710 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ae`ed5ffb98 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ae`ed5ffba0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000ae`ed5ffe90 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ae`ed5ffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ae`ed9ff818 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ae`ed9ff820 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000ae`ed9ffb10 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ae`ed9ffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ae`ee1ff628 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ae`ee1ff630 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000ae`ee1ff920 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ae`ee1ff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003a`fcbffad8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003a`fcbffae0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000003a`fcbffdd0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003a`fcbffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003a`fbffef30 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000003a`fbffef70 00007ff6`511393bc     postgres!ExceptionalCondition(
0000003a`fbffefb0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000003a`fbfff000 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000003a`fbfff050 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000003a`fbfff970 00007ff6`50fee778     postgres!PostmasterMain(
0000003a`fbfffb00 00007ff6`515e68b9     postgres!main(
0000003a`fbfffb40 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000003a`fbfffb90 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000003a`fbfffc00 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000003a`fc3ffc38 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003a`fc3ffc40 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000003a`fc3fff30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003a`fc3fff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003a`fc7ffd88 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000003a`fc7ffd90 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000003a`fc7ffe00 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000003a`fc7fff00 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003a`fc7fff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003a`fcfff858 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003a`fcfff860 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000003a`fcfffb50 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003a`fcfffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000074`023ff658 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000074`023ff660 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000074`023ff950 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000074`023ff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000074`02fff9f8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000074`02fffa00 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000074`02fffcf0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000074`02fffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000074`02bffc38 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000074`02bffc40 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000074`02bffcb0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000074`02bffdb0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000074`02bffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000074`01bfee70 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000074`01bfeeb0 00007ff6`511393bc     postgres!ExceptionalCondition(
00000074`01bfeef0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000074`01bfef40 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000074`01bfef90 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000074`01bff8b0 00007ff6`50fee778     postgres!PostmasterMain(
00000074`01bffa40 00007ff6`515e68b9     postgres!main(
00000074`01bffa80 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000074`01bffad0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000074`01bffb40 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000074`01fff618 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000074`01fff620 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000074`01fff910 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000074`01fff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000074`027ff818 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000074`027ff820 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000074`027ffb10 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000074`027ffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d1`979ff658 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d1`979ff660 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000d1`979ff950 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d1`979ff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d1`969feb00 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d1`969feb40 00007ff6`511393bc     postgres!ExceptionalCondition(
000000d1`969feb80 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000d1`969febd0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000d1`969fec20 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000d1`969ff540 00007ff6`50fee778     postgres!PostmasterMain(
000000d1`969ff6d0 00007ff6`515e68b9     postgres!main(
000000d1`969ff710 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d1`969ff760 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d1`969ff7d0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000d1`96dff768 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d1`96dff770 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000d1`96dffa60 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d1`96dffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d1`971ff678 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d1`971ff680 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000d1`971ff970 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d1`971ff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d1`975ff668 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000d1`975ff670 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000d1`975ff6e0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000d1`975ff7e0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d1`975ff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`9bbffc18 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dd`9bbffc20 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000dd`9bbfff10 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`9bbfff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`9b3ff958 00007ff6`511322b7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000dd`9b3ff960 00007ff6`50fee6e4     postgres!SubPostmasterMain(
000000dd`9b3ff9d0 00007ff6`515e68b9     postgres!main(
000000dd`9b3ffa10 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000dd`9b3ffa60 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000dd`9b3ffad0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000dd`9b3ffb00 00007ffc`8c3b4cb0     postgres!mainCRTStartup(
000000dd`9b3ffb30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`9b3ffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`9b7ff528 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dd`9b7ff530 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000dd`9b7ff820 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`9b7ff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000090`447ff458 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000090`447ff460 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000090`447ff750 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000090`447ff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000090`44fff918 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000090`44fff920 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000090`44fff990 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000090`44fffa90 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000090`44fffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000090`44bff4f8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000090`44bff500 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000090`44bff7f0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000090`44bff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000090`453ffba8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000090`453ffbb0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000090`453ffea0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000090`453ffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000090`443febf0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000090`443fec30 00007ff6`511393bc     postgres!ExceptionalCondition(
00000090`443fec70 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000090`443fecc0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000090`443fed10 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000090`443ff630 00007ff6`50fee778     postgres!PostmasterMain(
00000090`443ff7c0 00007ff6`515e68b9     postgres!main(
00000090`443ff800 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000090`443ff850 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000090`443ff8c0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000fc`257ff688 00007ff6`511322b7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000fc`257ff690 00007ff6`50fee6e4     postgres!SubPostmasterMain(
000000fc`257ff700 00007ff6`515e68b9     postgres!main(
000000fc`257ff740 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000fc`257ff790 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000fc`257ff800 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000fc`257ff830 00007ffc`8c3b4cb0     postgres!mainCRTStartup(
000000fc`257ff860 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fc`257ff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fc`25fffb18 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fc`25fffb20 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000fc`25fffe10 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fc`25fffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fc`25bff4e8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fc`25bff4f0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000fc`25bff7e0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fc`25bff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000080`a0bff9c8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000080`a0bff9d0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000080`a0bffcc0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000080`a0bffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000080`a13ff518 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000080`a13ff520 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000080`a13ff810 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000080`a13ff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000080`a03ff040 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000080`a03ff080 00007ff6`511393bc     postgres!ExceptionalCondition(
00000080`a03ff0c0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000080`a03ff110 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000080`a03ff160 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000080`a03ffa80 00007ff6`50fee778     postgres!PostmasterMain(
00000080`a03ffc10 00007ff6`515e68b9     postgres!main(
00000080`a03ffc50 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000080`a03ffca0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000080`a03ffd10 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000080`a07ff6d8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000080`a07ff6e0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000080`a07ff9d0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000080`a07ffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000080`a0fff918 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000080`a0fff920 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000080`a0fff990 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000080`a0fffa90 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000080`a0fffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001e`06dff978 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000001e`06dff980 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000001e`06dff9f0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000001e`06dffaf0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001e`06dffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001e`075ff728 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001e`075ff730 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000001e`075ffa20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001e`075ffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001e`065ff1b0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000001e`065ff1f0 00007ff6`511393bc     postgres!ExceptionalCondition(
0000001e`065ff230 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000001e`065ff280 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000001e`065ff2d0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000001e`065ffbf0 00007ff6`50fee778     postgres!PostmasterMain(
0000001e`065ffd80 00007ff6`515e68b9     postgres!main(
0000001e`065ffdc0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000001e`065ffe10 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000001e`065ffe80 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000001e`069ff678 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001e`069ff680 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000001e`069ff970 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001e`069ff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001e`071ff968 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001e`071ff970 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000001e`071ffc60 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001e`071ffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000059`899fee10 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000059`899fee50 00007ff6`511393bc     postgres!ExceptionalCondition(
00000059`899fee90 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000059`899feee0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000059`899fef30 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000059`899ff850 00007ff6`50fee778     postgres!PostmasterMain(
00000059`899ff9e0 00007ff6`515e68b9     postgres!main(
00000059`899ffa20 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000059`899ffa70 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000059`899ffae0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000059`89dff558 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000059`89dff560 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000059`89dff850 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000059`89dff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000059`8a1ff5f8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000059`8a1ff600 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000059`8a1ff670 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000059`8a1ff770 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000059`8a1ff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000059`8a5ff928 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000059`8a5ff930 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000059`8a5ffc20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000059`8a5ffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000059`8a9ff978 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000059`8a9ff980 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000059`8a9ffc70 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000059`8a9ffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008d`d25ffb98 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008d`d25ffba0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000008d`d25ffe90 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008d`d25ffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008d`d15fed70 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000008d`d15fedb0 00007ff6`511393bc     postgres!ExceptionalCondition(
0000008d`d15fedf0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000008d`d15fee40 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000008d`d15fee90 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000008d`d15ff7b0 00007ff6`50fee778     postgres!PostmasterMain(
0000008d`d15ff940 00007ff6`515e68b9     postgres!main(
0000008d`d15ff980 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000008d`d15ff9d0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000008d`d15ffa40 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000008d`d19ff538 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008d`d19ff540 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000008d`d19ff830 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008d`d19ff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008d`d1dff4b8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008d`d1dff4c0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000008d`d1dff7b0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008d`d1dff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008d`d21ffd08 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000008d`d21ffd10 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000008d`d21ffd80 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000008d`d21ffe80 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008d`d21ffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003b`c6fffa88 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003b`c6fffa90 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000003b`c6fffd80 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003b`c6fffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003b`c63fea80 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000003b`c63feac0 00007ff6`511393bc     postgres!ExceptionalCondition(
0000003b`c63feb00 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000003b`c63feb50 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000003b`c63feba0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000003b`c63ff4c0 00007ff6`50fee778     postgres!PostmasterMain(
0000003b`c63ff650 00007ff6`515e68b9     postgres!main(
0000003b`c63ff690 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000003b`c63ff6e0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000003b`c63ff750 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000003b`c67ff8e8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003b`c67ff8f0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000003b`c67ffbe0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003b`c67ffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003b`c6bffa08 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000003b`c6bffa10 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000003b`c6bffa80 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000003b`c6bffb80 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003b`c6bffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003b`c73ffa48 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003b`c73ffa50 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000003b`c73ffd40 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003b`c73ffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000003`505ff988 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000003`505ff990 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000003`505ffa00 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000003`505ffb00 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000003`505ffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000003`4f9feab0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000003`4f9feaf0 00007ff6`511393bc     postgres!ExceptionalCondition(
00000003`4f9feb30 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000003`4f9feb80 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000003`4f9febd0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000003`4f9ff4f0 00007ff6`50fee778     postgres!PostmasterMain(
00000003`4f9ff680 00007ff6`515e68b9     postgres!main(
00000003`4f9ff6c0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000003`4f9ff710 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000003`4f9ff780 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000003`4fdff7b8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000003`4fdff7c0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000003`4fdffab0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000003`4fdffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000003`501ff588 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000003`501ff590 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000003`501ff880 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000003`501ff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000003`509ff928 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000003`509ff930 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000003`509ffc20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000003`509ffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000063`399ffa48 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000063`399ffa50 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000063`399ffd40 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000063`399ffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000063`3a1ffd28 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000063`3a1ffd30 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000063`3a1ffda0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000063`3a1ffea0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000063`3a1ffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000063`39dff5c8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000063`39dff5d0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000063`39dff8c0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000063`39dff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000063`395feb30 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000063`395feb70 00007ff6`511393bc     postgres!ExceptionalCondition(
00000063`395febb0 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000063`395fec00 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000063`395fec50 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000063`395ff570 00007ff6`50fee778     postgres!PostmasterMain(
00000063`395ff700 00007ff6`515e68b9     postgres!main(
00000063`395ff740 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000063`395ff790 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000063`395ff800 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000063`3a5ff538 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000063`3a5ff540 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000063`3a5ff830 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000063`3a5ff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000042`c6fff988 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000042`c6fff990 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000042`c6fffc80 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000042`c6fffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000042`c6bfebf0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000042`c6bfec30 00007ff6`511393bc     postgres!ExceptionalCondition(
00000042`c6bfec70 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000042`c6bfecc0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000042`c6bfed10 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000042`c6bff630 00007ff6`50fee778     postgres!PostmasterMain(
00000042`c6bff7c0 00007ff6`515e68b9     postgres!main(
00000042`c6bff800 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000042`c6bff850 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000042`c6bff8c0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000042`c73ff7d8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000042`c73ff7e0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000042`c73ffad0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000042`c73ffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000042`c77ff738 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000042`c77ff740 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000042`c77ffa30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000042`c77ffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000042`c7bff648 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000042`c7bff650 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000042`c7bff6c0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000042`c7bff7c0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000042`c7bff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000042`c7fff4b8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000042`c7fff4c0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000042`c7fff7b0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000042`c7fff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000046`193ff6d8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000046`193ff6e0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000046`193ff9d0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000046`193ffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000046`197ffd48 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000046`197ffd50 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000046`197ffdc0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000046`197ffec0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000046`197ffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000046`19bffb78 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000046`19bffb80 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000046`19bffe70 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000046`19bffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000046`18bfef50 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000046`18bfef90 00007ff6`511393bc     postgres!ExceptionalCondition(
00000046`18bfefd0 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000046`18bff020 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000046`18bff070 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000046`18bff990 00007ff6`50fee778     postgres!PostmasterMain(
00000046`18bffb20 00007ff6`515e68b9     postgres!main(
00000046`18bffb60 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000046`18bffbb0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000046`18bffc20 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000046`18fff978 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000046`18fff980 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000046`18fffc70 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000046`18fffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009d`7d9ffce8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000009d`7d9ffcf0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000009d`7d9ffd60 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000009d`7d9ffe60 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009d`7d9ffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009d`7cdff1f0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000009d`7cdff230 00007ff6`511393bc     postgres!ExceptionalCondition(
0000009d`7cdff270 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000009d`7cdff2c0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000009d`7cdff310 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000009d`7cdffc30 00007ff6`50fee778     postgres!PostmasterMain(
0000009d`7cdffdc0 00007ff6`515e68b9     postgres!main(
0000009d`7cdffe00 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000009d`7cdffe50 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000009d`7cdffec0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000009d`7d1ff638 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009d`7d1ff640 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000009d`7d1ff930 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009d`7d1ff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009d`7d5ffb08 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009d`7d5ffb10 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000009d`7d5ffe00 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009d`7d5ffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009d`7ddff678 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009d`7ddff680 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000009d`7ddff970 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009d`7ddff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000022`06dffaa8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000022`06dffab0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000022`06dffb20 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000022`06dffc20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000022`06dffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000022`061fedc0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000022`061fee00 00007ff6`511393bc     postgres!ExceptionalCondition(
00000022`061fee40 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000022`061fee90 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000022`061feee0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000022`061ff800 00007ff6`50fee778     postgres!PostmasterMain(
00000022`061ff990 00007ff6`515e68b9     postgres!main(
00000022`061ff9d0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000022`061ffa20 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000022`061ffa90 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000022`065ff938 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000022`065ff940 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000022`065ffc30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000022`065ffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000022`069ffc08 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000022`069ffc10 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000022`069fff00 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000022`069fff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000022`071ffbc8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000022`071ffbd0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000022`071ffec0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000022`071ffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000006`1e9ff478 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000006`1e9ff480 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000006`1e9ff770 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000006`1e9ff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000006`1d9ff030 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000006`1d9ff070 00007ff6`511393bc     postgres!ExceptionalCondition(
00000006`1d9ff0b0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000006`1d9ff100 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000006`1d9ff150 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000006`1d9ffa70 00007ff6`50fee778     postgres!PostmasterMain(
00000006`1d9ffc00 00007ff6`515e68b9     postgres!main(
00000006`1d9ffc40 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000006`1d9ffc90 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000006`1d9ffd00 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000006`1e5ff5e8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000006`1e5ff5f0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000006`1e5ff660 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000006`1e5ff760 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000006`1e5ff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000006`1ddffa08 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000006`1ddffa10 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000006`1ddffd00 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000006`1ddffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000006`1e1ff6e8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000006`1e1ff6f0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000006`1e1ff9e0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000006`1e1ffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000075`cb1ff9b8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000075`cb1ff9c0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000075`cb1ffcb0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000075`cb1ffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000075`cb5ffc88 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000075`cb5ffc90 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000075`cb5ffd00 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000075`cb5ffe00 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000075`cb5ffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000075`cb9ff958 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000075`cb9ff960 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000075`cb9ffc50 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000075`cb9ffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000075`ca9fed60 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000075`ca9feda0 00007ff6`511393bc     postgres!ExceptionalCondition(
00000075`ca9fede0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000075`ca9fee30 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000075`ca9fee80 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000075`ca9ff7a0 00007ff6`50fee778     postgres!PostmasterMain(
00000075`ca9ff930 00007ff6`515e68b9     postgres!main(
00000075`ca9ff970 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000075`ca9ff9c0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000075`ca9ffa30 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000075`cadff768 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000075`cadff770 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000075`cadffa60 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000075`cadffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000086`385ff908 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000086`385ff910 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000086`385ffc00 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000086`385ffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000086`389ff988 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000086`389ff990 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000086`389ffc80 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000086`389ffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000086`38dff9f8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000086`38dffa00 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000086`38dffa70 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000086`38dffb70 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000086`38dffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000086`381fec60 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000086`381feca0 00007ff6`511393bc     postgres!ExceptionalCondition(
00000086`381fece0 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000086`381fed30 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000086`381fed80 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000086`381ff6a0 00007ff6`50fee778     postgres!PostmasterMain(
00000086`381ff830 00007ff6`515e68b9     postgres!main(
00000086`381ff870 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000086`381ff8c0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000086`381ff930 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000086`391ff528 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000086`391ff530 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000086`391ff820 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000086`391ff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ea`da5ffcf8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000ea`da5ffd00 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000ea`da5ffd70 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000ea`da5ffe70 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ea`da5ffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ea`d95ff050 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ea`d95ff090 00007ff6`511393bc     postgres!ExceptionalCondition(
000000ea`d95ff0d0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ea`d95ff120 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000ea`d95ff170 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ea`d95ffa90 00007ff6`50fee778     postgres!PostmasterMain(
000000ea`d95ffc20 00007ff6`515e68b9     postgres!main(
000000ea`d95ffc60 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ea`d95ffcb0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ea`d95ffd20 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ea`d99ff9a8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ea`d99ff9b0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000ea`d99ffca0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ea`d99ffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ea`d9dff448 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ea`d9dff450 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000ea`d9dff740 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ea`d9dff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ea`da1ff5e8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ea`da1ff5f0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000ea`da1ff8e0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ea`da1ff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ea`da9ff918 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ea`da9ff920 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000ea`da9ffc10 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ea`da9ffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000025`e69ffaa8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000025`e69ffab0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000025`e69ffda0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000025`e69ffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000025`e6dff9a8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000025`e6dff9b0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000025`e6dffa20 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000025`e6dffb20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000025`e6dffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000025`e71ff708 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000025`e71ff710 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000025`e71ffa00 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000025`e71ffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000025`e65fee40 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000025`e65fee80 00007ff6`511393bc     postgres!ExceptionalCondition(
00000025`e65feec0 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000025`e65fef10 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000025`e65fef60 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000025`e65ff880 00007ff6`50fee778     postgres!PostmasterMain(
00000025`e65ffa10 00007ff6`515e68b9     postgres!main(
00000025`e65ffa50 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000025`e65ffaa0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000025`e65ffb10 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000025`e75ff488 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000025`e75ff490 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000025`e75ff780 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000025`e75ff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000c`1a9fec10 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000000c`1a9fec50 00007ff6`511393bc     postgres!ExceptionalCondition(
0000000c`1a9fec90 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000000c`1a9fece0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000000c`1a9fed30 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000000c`1a9ff650 00007ff6`50fee778     postgres!PostmasterMain(
0000000c`1a9ff7e0 00007ff6`515e68b9     postgres!main(
0000000c`1a9ff820 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000000c`1a9ff870 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000000c`1a9ff8e0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000000c`1adffaf8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000c`1adffb00 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000000c`1adffdf0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000c`1adffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000c`1b1ff948 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000c`1b1ff950 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000000c`1b1ffc40 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000c`1b1ffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000c`1b5ffbc8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000000c`1b5ffbd0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000000c`1b5ffc40 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000000c`1b5ffd40 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000c`1b5ffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000c`1b9ff818 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000c`1b9ff820 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000000c`1b9ffb10 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000c`1b9ffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c8`6b7ff768 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000c8`6b7ff770 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000c8`6b7ff7e0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000c8`6b7ff8e0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c8`6b7ff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c8`6bbff658 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c8`6bbff660 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000c8`6bbff950 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c8`6bbff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c8`6abff0a0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c8`6abff0e0 00007ff6`511393bc     postgres!ExceptionalCondition(
000000c8`6abff120 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c8`6abff170 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000c8`6abff1c0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c8`6abffae0 00007ff6`50fee778     postgres!PostmasterMain(
000000c8`6abffc70 00007ff6`515e68b9     postgres!main(
000000c8`6abffcb0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c8`6abffd00 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c8`6abffd70 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c8`6afffbd8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c8`6afffbe0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000c8`6afffed0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c8`6affff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c8`6b3ff978 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c8`6b3ff980 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000c8`6b3ffc70 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c8`6b3ffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000056`627ff508 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000056`627ff510 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000056`627ff800 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000056`627ff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000056`623ff6e8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000056`623ff6f0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000056`623ff760 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000056`623ff860 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000056`623ff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000056`61fff888 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000056`61fff890 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000056`61fffb80 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000056`61fffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000056`61bff628 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000056`61bff630 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000056`61bff920 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000056`61bff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000056`613ff130 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000056`613ff170 00007ff6`511393bc     postgres!ExceptionalCondition(
00000056`613ff1b0 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000056`613ff200 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000056`613ff250 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000056`613ffb70 00007ff6`50fee778     postgres!PostmasterMain(
00000056`613ffd00 00007ff6`515e68b9     postgres!main(
00000056`613ffd40 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000056`613ffd90 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000056`613ffe00 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000056`617ffc08 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000056`617ffc10 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000056`617fff00 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000056`617fff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007e`cf5ff718 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007e`cf5ff720 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000007e`cf5ffa10 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007e`cf5ffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007e`ce9febb0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000007e`ce9febf0 00007ff6`511393bc     postgres!ExceptionalCondition(
0000007e`ce9fec30 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000007e`ce9fec80 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000007e`ce9fecd0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000007e`ce9ff5f0 00007ff6`50fee778     postgres!PostmasterMain(
0000007e`ce9ff780 00007ff6`515e68b9     postgres!main(
0000007e`ce9ff7c0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000007e`ce9ff810 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000007e`ce9ff880 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000007e`cedff4f8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007e`cedff500 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000007e`cedff7f0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007e`cedff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007e`cf1ffc68 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000007e`cf1ffc70 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000007e`cf1ffce0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000007e`cf1ffde0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007e`cf1ffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007e`cf9ff8a8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007e`cf9ff8b0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000007e`cf9ffba0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007e`cf9ffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000016`be1ffaf8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000016`be1ffb00 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000016`be1ffdf0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000016`be1ffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000016`bd1ff0f0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000016`bd1ff130 00007ff6`511393bc     postgres!ExceptionalCondition(
00000016`bd1ff170 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000016`bd1ff1c0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000016`bd1ff210 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000016`bd1ffb30 00007ff6`50fee778     postgres!PostmasterMain(
00000016`bd1ffcc0 00007ff6`515e68b9     postgres!main(
00000016`bd1ffd00 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000016`bd1ffd50 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000016`bd1ffdc0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000016`bd5ffad8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000016`bd5ffae0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000016`bd5ffdd0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000016`bd5ffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000016`bd9ffb58 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000016`bd9ffb60 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000016`bd9ffe50 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000016`bd9ffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000016`bddff668 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000016`bddff670 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000016`bddff6e0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000016`bddff7e0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000016`bddff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`749ffbd8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cf`749ffbe0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000cf`749ffed0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`749fff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`74dffdb8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000cf`74dffdc0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000cf`74dffe30 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000cf`74dfff30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`74dfff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`751ff868 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cf`751ff870 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000cf`751ffb60 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`751ffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`741fec20 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000cf`741fec60 00007ff6`511393bc     postgres!ExceptionalCondition(
000000cf`741feca0 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000cf`741fecf0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000cf`741fed40 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000cf`741ff660 00007ff6`50fee778     postgres!PostmasterMain(
000000cf`741ff7f0 00007ff6`515e68b9     postgres!main(
000000cf`741ff830 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000cf`741ff880 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000cf`741ff8f0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000cf`745ff638 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cf`745ff640 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000cf`745ff930 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`745ff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000051`f95ff6b8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000051`f95ff6c0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000051`f95ff9b0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000051`f95ff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000051`f9dff928 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000051`f9dff930 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000051`f9dffc20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000051`f9dffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000051`fa1ff828 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000051`fa1ff830 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000051`fa1ffb20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000051`fa1ffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000051`f91ff170 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000051`f91ff1b0 00007ff6`511393bc     postgres!ExceptionalCondition(
00000051`f91ff1f0 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000051`f91ff240 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000051`f91ff290 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000051`f91ffbb0 00007ff6`50fee778     postgres!PostmasterMain(
00000051`f91ffd40 00007ff6`515e68b9     postgres!main(
00000051`f91ffd80 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000051`f91ffdd0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000051`f91ffe40 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000051`f99ffd18 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000051`f99ffd20 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000051`f99ffd90 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000051`f99ffe90 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000051`f99ffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000037`25dffc18 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000037`25dffc20 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000037`25dffc90 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000037`25dffd90 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000037`25dffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000037`255ffa58 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000037`255ffa60 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000037`255ffd50 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000037`255ffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000037`259ff4e8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000037`259ff4f0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000037`259ff7e0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000037`259ff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000037`24dff110 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000037`24dff150 00007ff6`511393bc     postgres!ExceptionalCondition(
00000037`24dff190 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000037`24dff1e0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000037`24dff230 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000037`24dffb50 00007ff6`50fee778     postgres!PostmasterMain(
00000037`24dffce0 00007ff6`515e68b9     postgres!main(
00000037`24dffd20 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000037`24dffd70 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000037`24dffde0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000037`251ff7e8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000037`251ff7f0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000037`251ffae0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000037`251ffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000037`261ff628 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000037`261ff630 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000037`261ff920 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000037`261ff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000071`69bff608 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000071`69bff610 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000071`69bff900 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000071`69bff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000071`6a7ffb68 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000071`6a7ffb70 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000071`6a7ffe60 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000071`6a7ffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000071`697ffbb8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000071`697ffbc0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000071`697ffeb0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000071`697ffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000071`69fff4d8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000071`69fff4e0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000071`69fff7d0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000071`69fff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000071`6a3ff728 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000071`6a3ff730 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000071`6a3ff7a0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000071`6a3ff8a0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000071`6a3ff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000071`693fec50 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000071`693fec90 00007ff6`511393bc     postgres!ExceptionalCondition(
00000071`693fecd0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000071`693fed20 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000071`693fed70 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000071`693ff690 00007ff6`50fee778     postgres!PostmasterMain(
00000071`693ff820 00007ff6`515e68b9     postgres!main(
00000071`693ff860 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000071`693ff8b0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000071`693ff920 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000046`cdbff618 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000046`cdbff620 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000046`cdbff910 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000046`cdbff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000046`cd7ff638 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000046`cd7ff640 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000046`cd7ff930 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000046`cd7ff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000046`cd3ff9c8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000046`cd3ff9d0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000046`cd3ffa40 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000046`cd3ffb40 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000046`cd3ffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000046`ccfff848 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000046`ccfff850 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000046`ccfffb40 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000046`ccfffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000046`ccbfefd0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000046`ccbff010 00007ff6`511393bc     postgres!ExceptionalCondition(
00000046`ccbff050 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000046`ccbff0a0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000046`ccbff0f0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000046`ccbffa10 00007ff6`50fee778     postgres!PostmasterMain(
00000046`ccbffba0 00007ff6`515e68b9     postgres!main(
00000046`ccbffbe0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000046`ccbffc30 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000046`ccbffca0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000044`11fff8b8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000044`11fff8c0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000044`11fffbb0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000044`11fffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000044`117ffa28 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000044`117ffa30 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000044`117ffd20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000044`117ffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000044`10ffeef0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000044`10ffef30 00007ff6`511393bc     postgres!ExceptionalCondition(
00000044`10ffef70 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000044`10ffefc0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000044`10fff010 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000044`10fff930 00007ff6`50fee778     postgres!PostmasterMain(
00000044`10fffac0 00007ff6`515e68b9     postgres!main(
00000044`10fffb00 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000044`10fffb50 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000044`10fffbc0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000044`11bffb58 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000044`11bffb60 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000044`11bffbd0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000044`11bffcd0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000044`11bffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000044`113ff798 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000044`113ff7a0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000044`113ffa90 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000044`113ffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004f`283ff818 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004f`283ff820 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000004f`283ffb10 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004f`283ffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004f`27fff518 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004f`27fff520 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000004f`27fff810 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004f`27fff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004f`27bffcc8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000004f`27bffcd0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000004f`27bffd40 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000004f`27bffe40 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004f`27bffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004f`277ff618 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004f`277ff620 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000004f`277ff910 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004f`277ff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004f`273fead0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000004f`273feb10 00007ff6`511393bc     postgres!ExceptionalCondition(
0000004f`273feb50 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000004f`273feba0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000004f`273febf0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000004f`273ff510 00007ff6`50fee778     postgres!PostmasterMain(
0000004f`273ff6a0 00007ff6`515e68b9     postgres!main(
0000004f`273ff6e0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000004f`273ff730 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000004f`273ff7a0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f3`d19ffc08 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f3`d19ffc10 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000f3`d19fff00 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f3`d19fff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f3`d1dffad8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f3`d1dffae0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000f3`d1dffdd0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f3`d1dffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f3`d29ff4d8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f3`d29ff4e0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000f3`d29ff7d0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f3`d29ff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f3`d25ff5c8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000f3`d25ff5d0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000f3`d25ff640 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000f3`d25ff740 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f3`d25ff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f3`d21ff6e8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f3`d21ff6f0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000f3`d21ff9e0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f3`d21ffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f3`d15ff100 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f3`d15ff140 00007ff6`511393bc     postgres!ExceptionalCondition(
000000f3`d15ff180 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f3`d15ff1d0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000f3`d15ff220 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f3`d15ffb40 00007ff6`50fee778     postgres!PostmasterMain(
000000f3`d15ffcd0 00007ff6`515e68b9     postgres!main(
000000f3`d15ffd10 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f3`d15ffd60 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f3`d15ffdd0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000088`bebff808 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000088`bebff810 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000088`bebffb00 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000088`bebffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000088`be7ff638 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000088`be7ff640 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000088`be7ff930 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000088`be7ff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000088`be3ff838 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000088`be3ff840 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000088`be3ffb30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000088`be3ffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000088`bf3ff5b8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000088`bf3ff5c0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000088`bf3ff8b0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000088`bf3ff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000088`bdffefd0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000088`bdfff010 00007ff6`511393bc     postgres!ExceptionalCondition(
00000088`bdfff050 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000088`bdfff0a0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000088`bdfff0f0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000088`bdfffa10 00007ff6`50fee778     postgres!PostmasterMain(
00000088`bdfffba0 00007ff6`515e68b9     postgres!main(
00000088`bdfffbe0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000088`bdfffc30 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000088`bdfffca0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000088`befff648 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000088`befff650 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000088`befff6c0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000088`befff7c0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000088`befff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000020`079ff7b8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000020`079ff7c0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000020`079ffab0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000020`079ffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000020`075ff938 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000020`075ff940 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000020`075ffc30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000020`075ffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000020`071fef10 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000020`071fef50 00007ff6`511393bc     postgres!ExceptionalCondition(
00000020`071fef90 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000020`071fefe0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000020`071ff030 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000020`071ff950 00007ff6`50fee778     postgres!PostmasterMain(
00000020`071ffae0 00007ff6`515e68b9     postgres!main(
00000020`071ffb20 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000020`071ffb70 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000020`071ffbe0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000020`081ff688 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000020`081ff690 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000020`081ff980 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000020`081ff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000020`07dff838 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000020`07dff840 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000020`07dff8b0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000020`07dff9b0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000020`07dff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000043`8bfff6a8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000043`8bfff6b0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000043`8bfff720 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000043`8bfff820 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000043`8bfff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000043`8c3ff988 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000043`8c3ff990 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000043`8c3ffc80 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000043`8c3ffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000043`8afff0b0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000043`8afff0f0 00007ff6`511393bc     postgres!ExceptionalCondition(
00000043`8afff130 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000043`8afff180 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000043`8afff1d0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000043`8afffaf0 00007ff6`50fee778     postgres!PostmasterMain(
00000043`8afffc80 00007ff6`515e68b9     postgres!main(
00000043`8afffcc0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000043`8afffd10 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000043`8afffd80 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000006b`7e5ffd68 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000006b`7e5ffd70 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000006b`7e5ffde0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000006b`7e5ffee0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006b`7e5fff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006b`7edff638 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006b`7edff640 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000006b`7edff930 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006b`7edff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006b`7e9ff538 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006b`7e9ff540 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000006b`7e9ff830 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006b`7e9ff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006b`7e1ffa38 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006b`7e1ffa40 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000006b`7e1ffd30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006b`7e1ffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006b`7ddff0d0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000006b`7ddff110 00007ff6`511393bc     postgres!ExceptionalCondition(
0000006b`7ddff150 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000006b`7ddff1a0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000006b`7ddff1f0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000006b`7ddffb10 00007ff6`50fee778     postgres!PostmasterMain(
0000006b`7ddffca0 00007ff6`515e68b9     postgres!main(
0000006b`7ddffce0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000006b`7ddffd30 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000006b`7ddffda0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000fd`67bff738 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000fd`67bff740 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000fd`67bff7b0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000fd`67bff8b0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fd`67bff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fd`66ffeb00 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000fd`66ffeb40 00007ff6`511393bc     postgres!ExceptionalCondition(
000000fd`66ffeb80 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000fd`66ffebd0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000fd`66ffec20 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000fd`66fff540 00007ff6`50fee778     postgres!PostmasterMain(
000000fd`66fff6d0 00007ff6`515e68b9     postgres!main(
000000fd`66fff710 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000fd`66fff760 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000fd`66fff7d0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000fd`673ff968 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fd`673ff970 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000fd`673ffc60 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fd`673ffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fd`677ff938 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fd`677ff940 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000fd`677ffc30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fd`677ffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fd`67fff8f8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fd`67fff900 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000fd`67fffbf0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fd`67fffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008c`97fff748 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008c`97fff750 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000008c`97fffa40 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008c`97fffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008c`97bffd58 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000008c`97bffd60 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000008c`97bffdd0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000008c`97bffed0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008c`97bfff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008c`96ffec60 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000008c`96ffeca0 00007ff6`511393bc     postgres!ExceptionalCondition(
0000008c`96ffece0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000008c`96ffed30 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000008c`96ffed80 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000008c`96fff6a0 00007ff6`50fee778     postgres!PostmasterMain(
0000008c`96fff830 00007ff6`515e68b9     postgres!main(
0000008c`96fff870 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000008c`96fff8c0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000008c`96fff930 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000008c`973ff458 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008c`973ff460 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000008c`973ff750 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008c`973ff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008c`977ff778 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008c`977ff780 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000008c`977ffa70 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008c`977ffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008f`85fff0a0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000008f`85fff0e0 00007ff6`511393bc     postgres!ExceptionalCondition(
0000008f`85fff120 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000008f`85fff170 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000008f`85fff1c0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000008f`85fffae0 00007ff6`50fee778     postgres!PostmasterMain(
0000008f`85fffc70 00007ff6`515e68b9     postgres!main(
0000008f`85fffcb0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000008f`85fffd00 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000008f`85fffd70 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000008f`863ff6a8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008f`863ff6b0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000008f`863ff9a0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008f`863ff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008f`873ff558 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008f`873ff560 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000008f`873ff850 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008f`873ff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008f`86fff8f8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000008f`86fff900 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000008f`86fff970 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000008f`86fffa70 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008f`86fffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008f`86bff878 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008f`86bff880 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000008f`86bffb70 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008f`86bffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008f`867ff528 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008f`867ff530 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000008f`867ff820 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008f`867ff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fe`123ff658 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fe`123ff660 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000fe`123ff950 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fe`123ff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fe`127ff778 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fe`127ff780 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000fe`127ffa70 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fe`127ffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fe`11fff9b8 00007ff6`511322b7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000fe`11fff9c0 00007ff6`50fee6e4     postgres!SubPostmasterMain(
000000fe`11fffa30 00007ff6`515e68b9     postgres!main(
000000fe`11fffa70 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000fe`11fffac0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000fe`11fffb30 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000fe`11fffb60 00007ffc`8c3b4cb0     postgres!mainCRTStartup(
000000fe`11fffb90 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fe`11fffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000004`8f5ff928 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000004`8f5ff930 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000004`8f5ffc20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000004`8f5ffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000004`8e5fed30 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000004`8e5fed70 00007ff6`511393bc     postgres!ExceptionalCondition(
00000004`8e5fedb0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000004`8e5fee00 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000004`8e5fee50 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000004`8e5ff770 00007ff6`50fee778     postgres!PostmasterMain(
00000004`8e5ff900 00007ff6`515e68b9     postgres!main(
00000004`8e5ff940 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000004`8e5ff990 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000004`8e5ffa00 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000004`8e9ff848 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000004`8e9ff850 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000004`8e9ffb40 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000004`8e9ffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000004`8edff878 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000004`8edff880 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000004`8edff8f0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000004`8edff9f0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000004`8edffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000004`8f1ff848 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000004`8f1ff850 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000004`8f1ffb40 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000004`8f1ffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000090`b35ffb08 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000090`b35ffb10 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000090`b35ffe00 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000090`b35ffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000090`b31fee30 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000090`b31fee70 00007ff6`511393bc     postgres!ExceptionalCondition(
00000090`b31feeb0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000090`b31fef00 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000090`b31fef50 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000090`b31ff870 00007ff6`50fee778     postgres!PostmasterMain(
00000090`b31ffa00 00007ff6`515e68b9     postgres!main(
00000090`b31ffa40 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000090`b31ffa90 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000090`b31ffb00 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000090`b41ffae8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000090`b41ffaf0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000090`b41ffde0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000090`b41ffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000090`b3dff498 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000090`b3dff4a0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000090`b3dff790 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000090`b3dff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000090`b39ff7c8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000090`b39ff7d0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000090`b39ff840 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000090`b39ff940 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000090`b39ff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ee`417ff588 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ee`417ff590 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000ee`417ff880 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ee`417ff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ee`413ff180 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ee`413ff1c0 00007ff6`511393bc     postgres!ExceptionalCondition(
000000ee`413ff200 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ee`413ff250 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000ee`413ff2a0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ee`413ffbc0 00007ff6`50fee778     postgres!PostmasterMain(
000000ee`413ffd50 00007ff6`515e68b9     postgres!main(
000000ee`413ffd90 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ee`413ffde0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ee`413ffe50 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ee`423ffac8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ee`423ffad0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000ee`423ffdc0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ee`423ffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ee`41fffc18 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000ee`41fffc20 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000ee`41fffc90 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000ee`41fffd90 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ee`41fffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ee`41bffa48 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ee`41bffa50 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000ee`41bffd40 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ee`41bffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001d`0b7fee10 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000001d`0b7fee50 00007ff6`511393bc     postgres!ExceptionalCondition(
0000001d`0b7fee90 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000001d`0b7feee0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000001d`0b7fef30 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000001d`0b7ff850 00007ff6`50fee778     postgres!PostmasterMain(
0000001d`0b7ff9e0 00007ff6`515e68b9     postgres!main(
0000001d`0b7ffa20 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000001d`0b7ffa70 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000001d`0b7ffae0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000001d`0bbff8f8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001d`0bbff900 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000001d`0bbffbf0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001d`0bbffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001d`0c7ffb48 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001d`0c7ffb50 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000001d`0c7ffe40 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001d`0c7ffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001d`0c3ff958 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001d`0c3ff960 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000001d`0c3ffc50 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001d`0c3ffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001d`0bfff8e8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000001d`0bfff8f0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000001d`0bfff960 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000001d`0bfffa60 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001d`0bfffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f2`643feac0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f2`643feb00 00007ff6`511393bc     postgres!ExceptionalCondition(
000000f2`643feb40 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f2`643feb90 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000f2`643febe0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f2`643ff500 00007ff6`50fee778     postgres!PostmasterMain(
000000f2`643ff690 00007ff6`515e68b9     postgres!main(
000000f2`643ff6d0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f2`643ff720 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f2`643ff790 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f2`64bffb08 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000f2`64bffb10 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000f2`64bffb80 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000f2`64bffc80 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f2`64bffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f2`647ff828 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f2`647ff830 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000f2`647ffb20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f2`647ffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f2`64fffbf8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f2`64fffc00 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000f2`64fffef0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f2`64ffff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f2`653ff788 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f2`653ff790 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000f2`653ffa80 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f2`653ffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c1`c2ffefc0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c1`c2fff000 00007ff6`511393bc     postgres!ExceptionalCondition(
000000c1`c2fff040 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c1`c2fff090 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000c1`c2fff0e0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c1`c2fffa00 00007ff6`50fee778     postgres!PostmasterMain(
000000c1`c2fffb90 00007ff6`515e68b9     postgres!main(
000000c1`c2fffbd0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c1`c2fffc20 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c1`c2fffc90 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c1`c3bff718 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000c1`c3bff720 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000c1`c3bff790 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000c1`c3bff890 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c1`c3bff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c1`c3fff498 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c1`c3fff4a0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000c1`c3fff790 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c1`c3fff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001b`2a5ff788 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001b`2a5ff790 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000001b`2a5ffa80 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001b`2a5ffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001b`2adff528 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001b`2adff530 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000001b`2adff820 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001b`2adff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001b`2a9ff8e8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000001b`2a9ff8f0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000001b`2a9ff960 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000001b`2a9ffa60 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001b`2a9ffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001b`29dfec50 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000001b`29dfec90 00007ff6`511393bc     postgres!ExceptionalCondition(
0000001b`29dfecd0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000001b`29dfed20 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000001b`29dfed70 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000001b`29dff690 00007ff6`50fee778     postgres!PostmasterMain(
0000001b`29dff820 00007ff6`515e68b9     postgres!main(
0000001b`29dff860 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000001b`29dff8b0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000001b`29dff920 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000048`591ffc18 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000048`591ffc20 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000048`591fff10 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000048`591fff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000048`581fede0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000048`581fee20 00007ff6`511393bc     postgres!ExceptionalCondition(
00000048`581fee60 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000048`581feeb0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000048`581fef00 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000048`581ff820 00007ff6`50fee778     postgres!PostmasterMain(
00000048`581ff9b0 00007ff6`515e68b9     postgres!main(
00000048`581ff9f0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000048`581ffa40 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000048`581ffab0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000048`585ff538 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000048`585ff540 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000048`585ff830 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000048`585ff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000048`589ffb88 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000048`589ffb90 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000048`589ffe80 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000048`589ffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000048`58dff7a8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000048`58dff7b0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000048`58dff820 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000048`58dff920 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000048`58dff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000064`e11fef90 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000064`e11fefd0 00007ff6`511393bc     postgres!ExceptionalCondition(
00000064`e11ff010 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000064`e11ff060 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000064`e11ff0b0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000064`e11ff9d0 00007ff6`50fee778     postgres!PostmasterMain(
00000064`e11ffb60 00007ff6`515e68b9     postgres!main(
00000064`e11ffba0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000064`e11ffbf0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000064`e11ffc60 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000064`e25ff8b8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000064`e25ff8c0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000064`e25ffbb0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000064`e25ffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000064`e21ff698 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000064`e21ff6a0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000064`e21ff710 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000064`e21ff810 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000064`e21ff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000064`e1dffb28 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000064`e1dffb30 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000064`e1dffe20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000064`e1dffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000064`e19ff518 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000064`e19ff520 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000064`e19ff810 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000064`e19ff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000064`e15ff838 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000064`e15ff840 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000064`e15ffb30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000064`e15ffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000b`f49ff828 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000b`f49ff830 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000000b`f49ffb20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000b`f49ffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000b`f4dff978 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000b`f4dff980 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000000b`f4dffc70 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000b`f4dffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000b`f3dff190 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000000b`f3dff1d0 00007ff6`511393bc     postgres!ExceptionalCondition(
0000000b`f3dff210 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000000b`f3dff260 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000000b`f3dff2b0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000000b`f3dffbd0 00007ff6`50fee778     postgres!PostmasterMain(
0000000b`f3dffd60 00007ff6`515e68b9     postgres!main(
0000000b`f3dffda0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000000b`f3dffdf0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000000b`f3dffe60 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000000b`f41ff8f8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000b`f41ff900 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000000b`f41ffbf0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000b`f41ffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000b`f45ffd18 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000000b`f45ffd20 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000000b`f45ffd90 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000000b`f45ffe90 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000b`f45ffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000091`cfdff488 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000091`cfdff490 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000091`cfdff780 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000091`cfdff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000091`cf5ffa68 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000091`cf5ffa70 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000091`cf5ffd60 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000091`cf5ffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000091`cf1ffae8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000091`cf1ffaf0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000091`cf1ffde0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000091`cf1ffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000091`cedfed30 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000091`cedfed70 00007ff6`511393bc     postgres!ExceptionalCondition(
00000091`cedfedb0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000091`cedfee00 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000091`cedfee50 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000091`cedff770 00007ff6`50fee778     postgres!PostmasterMain(
00000091`cedff900 00007ff6`515e68b9     postgres!main(
00000091`cedff940 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000091`cedff990 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000091`cedffa00 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000091`cf9ffcf8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000091`cf9ffd00 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000091`cf9ffd70 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000091`cf9ffe70 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000091`cf9ffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000a`8b9ff458 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000a`8b9ff460 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000000a`8b9ff750 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000a`8b9ff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000a`8b5ff5d8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000a`8b5ff5e0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000000a`8b5ff8d0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000a`8b5ff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000a`8b1ff718 00007ff6`511322b7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
0000000a`8b1ff720 00007ff6`50fee6e4     postgres!SubPostmasterMain(
0000000a`8b1ff790 00007ff6`515e68b9     postgres!main(
0000000a`8b1ff7d0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000000a`8b1ff820 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000000a`8b1ff890 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
0000000a`8b1ff8c0 00007ffc`8c3b4cb0     postgres!mainCRTStartup(
0000000a`8b1ff8f0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000a`8b1ff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000c`71bff758 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000c`71bff760 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000000c`71bffa50 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000c`71bffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000c`727ff548 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000c`727ff550 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000000c`727ff840 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000c`727ff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000c`717feec0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000000c`717fef00 00007ff6`511393bc     postgres!ExceptionalCondition(
0000000c`717fef40 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000000c`717fef90 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000000c`717fefe0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000000c`717ff900 00007ff6`50fee778     postgres!PostmasterMain(
0000000c`717ffa90 00007ff6`515e68b9     postgres!main(
0000000c`717ffad0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000000c`717ffb20 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000000c`717ffb90 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000000c`723ff858 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000c`723ff860 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000000c`723ffb50 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000c`723ffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000c`71fffb48 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000000c`71fffb50 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000000c`71fffbc0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000000c`71fffcc0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000c`71fffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d1`399ff578 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d1`399ff580 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000d1`399ff870 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d1`399ff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d1`385fec20 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d1`385fec60 00007ff6`511393bc     postgres!ExceptionalCondition(
000000d1`385feca0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000d1`385fecf0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000d1`385fed40 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000d1`385ff660 00007ff6`50fee778     postgres!PostmasterMain(
000000d1`385ff7f0 00007ff6`515e68b9     postgres!main(
000000d1`385ff830 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d1`385ff880 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d1`385ff8f0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000d1`389ff5d8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d1`389ff5e0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000d1`389ff8d0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d1`389ff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d1`38dff838 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d1`38dff840 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000d1`38dffb30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d1`38dffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d1`391ffb68 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d1`391ffb70 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000d1`391ffe60 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d1`391ffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d1`395ffce8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000d1`395ffcf0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000d1`395ffd60 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000d1`395ffe60 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d1`395ffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c2`22dff1e0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c2`22dff220 00007ff6`511393bc     postgres!ExceptionalCondition(
000000c2`22dff260 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c2`22dff2b0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000c2`22dff300 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c2`22dffc20 00007ff6`50fee778     postgres!PostmasterMain(
000000c2`22dffdb0 00007ff6`515e68b9     postgres!main(
000000c2`22dffdf0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c2`22dffe40 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c2`22dffeb0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c2`235ff7e8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c2`235ff7f0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000c2`235ffae0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c2`235ffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c2`239ff8d8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000c2`239ff8e0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000c2`239ff950 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000c2`239ffa50 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c2`239ffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c2`23dff9b8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c2`23dff9c0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000c2`23dffcb0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c2`23dffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c2`241ff5d8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c2`241ff5e0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000c2`241ff8d0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c2`241ff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c2`231ff9b8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c2`231ff9c0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000c2`231ffcb0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c2`231ffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009b`41fff868 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009b`41fff870 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000009b`41fffb60 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009b`41fffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009b`41bff878 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000009b`41bff880 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000009b`41bff8f0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000009b`41bff9f0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009b`41bffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009b`417ffab8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009b`417ffac0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000009b`417ffdb0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009b`417ffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009b`413ff6e8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009b`413ff6f0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000009b`413ff9e0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009b`413ffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009b`40ffee80 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000009b`40ffeec0 00007ff6`511393bc     postgres!ExceptionalCondition(
0000009b`40ffef00 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000009b`40ffef50 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000009b`40ffefa0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000009b`40fff8c0 00007ff6`50fee778     postgres!PostmasterMain(
0000009b`40fffa50 00007ff6`515e68b9     postgres!main(
0000009b`40fffa90 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000009b`40fffae0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000009b`40fffb50 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000b7`683ff788 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b7`683ff790 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000b7`683ffa80 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b7`683ffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b7`67bff628 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b7`67bff630 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000b7`67bff920 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b7`67bff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b7`677ff020 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b7`677ff060 00007ff6`511393bc     postgres!ExceptionalCondition(
000000b7`677ff0a0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000b7`677ff0f0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000b7`677ff140 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000b7`677ffa60 00007ff6`50fee778     postgres!PostmasterMain(
000000b7`677ffbf0 00007ff6`515e68b9     postgres!main(
000000b7`677ffc30 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b7`677ffc80 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000b7`677ffcf0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000b7`687ff938 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b7`687ff940 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000b7`687ffc30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b7`687ffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b7`67fff9b8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000b7`67fff9c0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000b7`67fffa30 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000b7`67fffb30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b7`67fffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e8`56dff7c8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000e8`56dff7d0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000e8`56dff840 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000e8`56dff940 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e8`56dff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e8`571ff5c8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e8`571ff5d0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000e8`571ff8c0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e8`571ff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e8`565ffab8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e8`565ffac0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000e8`565ffdb0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e8`565ffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e8`569ffb68 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e8`569ffb70 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000e8`569ffe60 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e8`569ffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e8`561fed10 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e8`561fed50 00007ff6`511393bc     postgres!ExceptionalCondition(
000000e8`561fed90 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000e8`561fede0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000e8`561fee30 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000e8`561ff750 00007ff6`50fee778     postgres!PostmasterMain(
000000e8`561ff8e0 00007ff6`515e68b9     postgres!main(
000000e8`561ff920 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e8`561ff970 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e8`561ff9e0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000001f`e85ff878 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000001f`e85ff880 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000001f`e85ff8f0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000001f`e85ff9f0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001f`e85ffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001f`e7dffb38 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001f`e7dffb40 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000001f`e7dffe30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001f`e7dffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001f`e79feff0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000001f`e79ff030 00007ff6`511393bc     postgres!ExceptionalCondition(
0000001f`e79ff070 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000001f`e79ff0c0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000001f`e79ff110 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000001f`e79ffa30 00007ff6`50fee778     postgres!PostmasterMain(
0000001f`e79ffbc0 00007ff6`515e68b9     postgres!main(
0000001f`e79ffc00 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000001f`e79ffc50 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000001f`e79ffcc0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000001f`e81ff9d8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001f`e81ff9e0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000001f`e81ffcd0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001f`e81ffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001f`e89ffb78 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001f`e89ffb80 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000001f`e89ffe70 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001f`e89ffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000003`3d9ffc78 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000003`3d9ffc80 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000003`3d9ffcf0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000003`3d9ffdf0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000003`3d9ffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000003`3e1ff7a8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000003`3e1ff7b0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000003`3e1ffaa0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000003`3e1ffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000003`3ddff988 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000003`3ddff990 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000003`3ddffc80 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000003`3ddffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000003`3d5ff5d8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000003`3d5ff5e0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000003`3d5ff8d0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000003`3d5ff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000003`3d1ff1d0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000003`3d1ff210 00007ff6`511393bc     postgres!ExceptionalCondition(
00000003`3d1ff250 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000003`3d1ff2a0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000003`3d1ff2f0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000003`3d1ffc10 00007ff6`50fee778     postgres!PostmasterMain(
00000003`3d1ffda0 00007ff6`515e68b9     postgres!main(
00000003`3d1ffde0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000003`3d1ffe30 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000003`3d1ffea0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000fc`9c7ff9e8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fc`9c7ff9f0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000fc`9c7ffce0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fc`9c7ffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fc`9bfff5a8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fc`9bfff5b0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000fc`9bfff8a0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fc`9bfff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fc`9c3ff938 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fc`9c3ff940 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000fc`9c3ffc30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fc`9c3ffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fc`9cfff658 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fc`9cfff660 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000fc`9cfff950 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fc`9cfff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fc`9bbfea40 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000fc`9bbfea80 00007ff6`511393bc     postgres!ExceptionalCondition(
000000fc`9bbfeac0 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000fc`9bbfeb10 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000fc`9bbfeb60 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000fc`9bbff480 00007ff6`50fee778     postgres!PostmasterMain(
000000fc`9bbff610 00007ff6`515e68b9     postgres!main(
000000fc`9bbff650 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000fc`9bbff6a0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000fc`9bbff710 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000fc`9cbffd68 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000fc`9cbffd70 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000fc`9cbffde0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000fc`9cbffee0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fc`9cbfff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e1`ebfff8c8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e1`ebfff8d0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000e1`ebfffbc0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e1`ebfffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e1`ec3ffb38 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e1`ec3ffb40 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000e1`ec3ffe30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e1`ec3ffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e1`ecbffb28 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000e1`ecbffb30 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000e1`ecbffba0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000e1`ecbffca0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e1`ecbffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e1`ec7ff838 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e1`ec7ff840 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000e1`ec7ffb30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e1`ec7ffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e1`ecfff838 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e1`ecfff840 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000e1`ecfffb30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e1`ecfffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e1`ebbfed90 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e1`ebbfedd0 00007ff6`511393bc     postgres!ExceptionalCondition(
000000e1`ebbfee10 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000e1`ebbfee60 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000e1`ebbfeeb0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000e1`ebbff7d0 00007ff6`50fee778     postgres!PostmasterMain(
000000e1`ebbff960 00007ff6`515e68b9     postgres!main(
000000e1`ebbff9a0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e1`ebbff9f0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e1`ebbffa60 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000016`d73ff978 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000016`d73ff980 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000016`d73ffc70 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000016`d73ffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000016`d83ffa38 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000016`d83ffa40 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000016`d83ffd30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000016`d83ffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000016`d7fffcc8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000016`d7fffcd0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000016`d7fffd40 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000016`d7fffe40 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000016`d7fffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000016`d6ffece0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000016`d6ffed20 00007ff6`511393bc     postgres!ExceptionalCondition(
00000016`d6ffed60 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000016`d6ffedb0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000016`d6ffee00 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000016`d6fff720 00007ff6`50fee778     postgres!PostmasterMain(
00000016`d6fff8b0 00007ff6`515e68b9     postgres!main(
00000016`d6fff8f0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000016`d6fff940 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000016`d6fff9b0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000016`d77ffba8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000016`d77ffbb0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000016`d77ffea0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000016`d77ffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000016`d7bff738 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000016`d7bff740 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000016`d7bffa30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000016`d7bffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d3`26fffa88 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d3`26fffa90 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000d3`26fffd80 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d3`26fffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d3`26bff838 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000d3`26bff840 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000d3`26bff8b0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000d3`26bff9b0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d3`26bff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d3`267ffbf8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d3`267ffc00 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000d3`267ffef0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d3`267fff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d3`263ff898 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d3`263ff8a0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000d3`263ffb90 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d3`263ffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d3`25ffebb0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d3`25ffebf0 00007ff6`511393bc     postgres!ExceptionalCondition(
000000d3`25ffec30 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000d3`25ffec80 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000d3`25ffecd0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000d3`25fff5f0 00007ff6`50fee778     postgres!PostmasterMain(
000000d3`25fff780 00007ff6`515e68b9     postgres!main(
000000d3`25fff7c0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d3`25fff810 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d3`25fff880 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000003b`5d9ff718 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003b`5d9ff720 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000003b`5d9ffa10 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003b`5d9ffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003b`5e5ffb58 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003b`5e5ffb60 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000003b`5e5ffe50 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003b`5e5ffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003b`5e1ffd68 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000003b`5e1ffd70 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000003b`5e1ffde0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000003b`5e1ffee0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003b`5e1fff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003b`5ddff578 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003b`5ddff580 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000003b`5ddff870 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003b`5ddff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003b`5d5ff1e0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000003b`5d5ff220 00007ff6`511393bc     postgres!ExceptionalCondition(
0000003b`5d5ff260 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000003b`5d5ff2b0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000003b`5d5ff300 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000003b`5d5ffc20 00007ff6`50fee778     postgres!PostmasterMain(
0000003b`5d5ffdb0 00007ff6`515e68b9     postgres!main(
0000003b`5d5ffdf0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000003b`5d5ffe40 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000003b`5d5ffeb0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ab`345fec20 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ab`345fec60 00007ff6`511393bc     postgres!ExceptionalCondition(
000000ab`345feca0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ab`345fecf0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000ab`345fed40 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ab`345ff660 00007ff6`50fee778     postgres!PostmasterMain(
000000ab`345ff7f0 00007ff6`515e68b9     postgres!main(
000000ab`345ff830 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ab`345ff880 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ab`345ff8f0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ab`349ff558 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ab`349ff560 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000ab`349ff850 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ab`349ff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ab`355ffa98 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ab`355ffaa0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000ab`355ffd90 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ab`355ffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ab`34dff598 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ab`34dff5a0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000ab`34dff890 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ab`34dff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ab`351ff8c8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000ab`351ff8d0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000ab`351ff940 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000ab`351ffa40 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ab`351ffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000016`dd3ff778 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000016`dd3ff780 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000016`dd3ff7f0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000016`dd3ff8f0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000016`dd3ff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000016`ddbff918 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000016`ddbff920 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000016`ddbffc10 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000016`ddbffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000016`dd7ff8f8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000016`dd7ff900 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000016`dd7ffbf0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000016`dd7ffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000016`dcbfea20 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000016`dcbfea60 00007ff6`511393bc     postgres!ExceptionalCondition(
00000016`dcbfeaa0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000016`dcbfeaf0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000016`dcbfeb40 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000016`dcbff460 00007ff6`50fee778     postgres!PostmasterMain(
00000016`dcbff5f0 00007ff6`515e68b9     postgres!main(
00000016`dcbff630 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000016`dcbff680 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000016`dcbff6f0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000016`dcfff918 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000016`dcfff920 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000016`dcfffc10 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000016`dcfffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000056`f8dff200 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000056`f8dff240 00007ff6`511393bc     postgres!ExceptionalCondition(
00000056`f8dff280 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000056`f8dff2d0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000056`f8dff320 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000056`f8dffc40 00007ff6`50fee778     postgres!PostmasterMain(
00000056`f8dffdd0 00007ff6`515e68b9     postgres!main(
00000056`f8dffe10 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000056`f8dffe60 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000056`f8dffed0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000056`f91ff448 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000056`f91ff450 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000056`f91ff740 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000056`f91ff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000056`f95ff938 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000056`f95ff940 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000056`f95ff9b0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000056`f95ffab0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000056`f95ffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000056`f99ff858 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000056`f99ff860 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000056`f99ffb50 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000056`f99ffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000056`f9dff9a8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000056`f9dff9b0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000056`f9dffca0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000056`f9dffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009f`b71ff988 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000009f`b71ff990 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000009f`b71ffa00 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000009f`b71ffb00 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009f`b71ffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009f`b69fed50 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000009f`b69fed90 00007ff6`511393bc     postgres!ExceptionalCondition(
0000009f`b69fedd0 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000009f`b69fee20 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000009f`b69fee70 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000009f`b69ff790 00007ff6`50fee778     postgres!PostmasterMain(
0000009f`b69ff920 00007ff6`515e68b9     postgres!main(
0000009f`b69ff960 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000009f`b69ff9b0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000009f`b69ffa20 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000009f`b79ff498 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009f`b79ff4a0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000009f`b79ff790 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009f`b79ff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009f`b75ff778 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009f`b75ff780 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000009f`b75ffa70 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009f`b75ffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009f`b6dff7f8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009f`b6dff800 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000009f`b6dffaf0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009f`b6dffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000027`08dff688 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000027`08dff690 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000027`08dff980 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000027`08dff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000027`07dfed40 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000027`07dfed80 00007ff6`511393bc     postgres!ExceptionalCondition(
00000027`07dfedc0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000027`07dfee10 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000027`07dfee60 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000027`07dff780 00007ff6`50fee778     postgres!PostmasterMain(
00000027`07dff910 00007ff6`515e68b9     postgres!main(
00000027`07dff950 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000027`07dff9a0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000027`07dffa10 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000027`081ff558 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000027`081ff560 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000027`081ff850 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000027`081ff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000027`085ff948 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000027`085ff950 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000027`085ff9c0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000027`085ffac0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000027`085ffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000027`089ff4e8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000027`089ff4f0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000027`089ff7e0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000027`089ff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000084`2adfed70 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000084`2adfedb0 00007ff6`511393bc     postgres!ExceptionalCondition(
00000084`2adfedf0 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000084`2adfee40 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000084`2adfee90 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000084`2adff7b0 00007ff6`50fee778     postgres!PostmasterMain(
00000084`2adff940 00007ff6`515e68b9     postgres!main(
00000084`2adff980 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000084`2adff9d0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000084`2adffa40 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000084`2b1ff728 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000084`2b1ff730 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000084`2b1ffa20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000084`2b1ffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000084`2b5ffb18 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000084`2b5ffb20 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000084`2b5ffb90 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000084`2b5ffc90 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000084`2b5ffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000084`2b9ffbb8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000084`2b9ffbc0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000084`2b9ffeb0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000084`2b9ffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000084`2bdffb48 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000084`2bdffb50 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000084`2bdffe40 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000084`2bdffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002a`f2dfefd0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000002a`f2dff010 00007ff6`511393bc     postgres!ExceptionalCondition(
0000002a`f2dff050 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000002a`f2dff0a0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000002a`f2dff0f0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000002a`f2dffa10 00007ff6`50fee778     postgres!PostmasterMain(
0000002a`f2dffba0 00007ff6`515e68b9     postgres!main(
0000002a`f2dffbe0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000002a`f2dffc30 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000002a`f2dffca0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000002a`f31ff768 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002a`f31ff770 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000002a`f31ffa60 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002a`f31ffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002a`f35ff938 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002a`f35ff940 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000002a`f35ffc30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002a`f35ffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002a`f39ffa78 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002a`f39ffa80 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000002a`f39ffd70 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002a`f39ffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002a`f3dffad8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000002a`f3dffae0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000002a`f3dffb50 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000002a`f3dffc50 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002a`f3dffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002a`f41ff858 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002a`f41ff860 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000002a`f41ffb50 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002a`f41ffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005a`3afff7e8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005a`3afff7f0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000005a`3afffae0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005a`3afffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005a`3abff5e8 00007ff6`511322b7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
0000005a`3abff5f0 00007ff6`50fee6e4     postgres!SubPostmasterMain(
0000005a`3abff660 00007ff6`515e68b9     postgres!main(
0000005a`3abff6a0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000005a`3abff6f0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000005a`3abff760 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
0000005a`3abff790 00007ffc`8c3b4cb0     postgres!mainCRTStartup(
0000005a`3abff7c0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005a`3abff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005a`3b3ff5d8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005a`3b3ff5e0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000005a`3b3ff8d0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005a`3b3ff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fc`81ffed40 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000fc`81ffed80 00007ff6`511393bc     postgres!ExceptionalCondition(
000000fc`81ffedc0 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000fc`81ffee10 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000fc`81ffee60 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000fc`81fff780 00007ff6`50fee778     postgres!PostmasterMain(
000000fc`81fff910 00007ff6`515e68b9     postgres!main(
000000fc`81fff950 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000fc`81fff9a0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000fc`81fffa10 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000fc`823ff5b8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fc`823ff5c0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000fc`823ff8b0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fc`823ff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fc`827ff988 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000fc`827ff990 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000fc`827ffa00 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000fc`827ffb00 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fc`827ffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fc`82bffa78 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fc`82bffa80 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000fc`82bffd70 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fc`82bffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fc`82fff838 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fc`82fff840 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000fc`82fffb30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fc`82fffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000038`32fff150 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000038`32fff190 00007ff6`511393bc     postgres!ExceptionalCondition(
00000038`32fff1d0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000038`32fff220 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000038`32fff270 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000038`32fffb90 00007ff6`50fee778     postgres!PostmasterMain(
00000038`32fffd20 00007ff6`515e68b9     postgres!main(
00000038`32fffd60 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000038`32fffdb0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000038`32fffe20 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000038`333ff688 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000038`333ff690 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000038`333ff980 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000038`333ff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000038`337ffa68 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000038`337ffa70 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000038`337ffd60 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000038`337ffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000038`33bffcb8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000038`33bffcc0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000038`33bffd30 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000038`33bffe30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000038`33bffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000038`33fff6f8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000038`33fff700 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000038`33fff9f0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000038`33fffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000036`34ffed80 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000036`34ffedc0 00007ff6`511393bc     postgres!ExceptionalCondition(
00000036`34ffee00 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000036`34ffee50 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000036`34ffeea0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000036`34fff7c0 00007ff6`50fee778     postgres!PostmasterMain(
00000036`34fff950 00007ff6`515e68b9     postgres!main(
00000036`34fff990 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000036`34fff9e0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000036`34fffa50 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000036`353ff858 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000036`353ff860 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000036`353ffb50 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000036`353ffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000036`357ffb78 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000036`357ffb80 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000036`357ffe70 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000036`357ffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000036`35bffb78 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000036`35bffb80 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000036`35bffbf0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000036`35bffcf0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000036`35bffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000036`35fffa08 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000036`35fffa10 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000036`35fffd00 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000036`35fffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000023`5abff070 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000023`5abff0b0 00007ff6`511393bc     postgres!ExceptionalCondition(
00000023`5abff0f0 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000023`5abff140 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000023`5abff190 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000023`5abffab0 00007ff6`50fee778     postgres!PostmasterMain(
00000023`5abffc40 00007ff6`515e68b9     postgres!main(
00000023`5abffc80 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000023`5abffcd0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000023`5abffd40 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000023`5afffb98 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000023`5afffba0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000023`5afffe90 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000023`5afffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000023`5b3ff9b8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000023`5b3ff9c0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000023`5b3ffcb0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000023`5b3ffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000023`5b7ff728 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000023`5b7ff730 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000023`5b7ff7a0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000023`5b7ff8a0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000023`5b7ff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000023`5bbff738 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000023`5bbff740 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000023`5bbffa30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000023`5bbffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000017`d79ff898 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000017`d79ff8a0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000017`d79ffb90 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000017`d79ffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000017`d85ffa88 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000017`d85ffa90 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000017`d85ffd80 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000017`d85ffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000017`d81ff918 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000017`d81ff920 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000017`d81ff990 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000017`d81ffa90 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000017`d81ffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000017`d7dff758 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000017`d7dff760 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000017`d7dffa50 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000017`d7dffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000017`d75fea30 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000017`d75fea70 00007ff6`511393bc     postgres!ExceptionalCondition(
00000017`d75feab0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000017`d75feb00 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000017`d75feb50 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000017`d75ff470 00007ff6`50fee778     postgres!PostmasterMain(
00000017`d75ff600 00007ff6`515e68b9     postgres!main(
00000017`d75ff640 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000017`d75ff690 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000017`d75ff700 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000034`287fee00 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000034`287fee40 00007ff6`511393bc     postgres!ExceptionalCondition(
00000034`287fee80 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000034`287feed0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000034`287fef20 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000034`287ff840 00007ff6`50fee778     postgres!PostmasterMain(
00000034`287ff9d0 00007ff6`515e68b9     postgres!main(
00000034`287ffa10 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000034`287ffa60 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000034`287ffad0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000034`28bffb58 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000034`28bffb60 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000034`28bffe50 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000034`28bffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000034`28fff848 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000034`28fff850 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000034`28fff8c0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000034`28fff9c0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000034`28fff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000034`293ff998 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000034`293ff9a0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000034`293ffc90 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000034`293ffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000034`297ff6c8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000034`297ff6d0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000034`297ff9c0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000034`297ff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c9`45dfeb20 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c9`45dfeb60 00007ff6`511393bc     postgres!ExceptionalCondition(
000000c9`45dfeba0 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c9`45dfebf0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000c9`45dfec40 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c9`45dff560 00007ff6`50fee778     postgres!PostmasterMain(
000000c9`45dff6f0 00007ff6`515e68b9     postgres!main(
000000c9`45dff730 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c9`45dff780 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c9`45dff7f0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c9`461ff868 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c9`461ff870 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000c9`461ffb60 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c9`461ffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c9`465ff628 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c9`465ff630 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000c9`465ff920 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c9`465ff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c9`469ff868 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000c9`469ff870 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000c9`469ff8e0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000c9`469ff9e0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c9`469ffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c9`46dff448 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c9`46dff450 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000c9`46dff740 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c9`46dff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009f`221fec10 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000009f`221fec50 00007ff6`511393bc     postgres!ExceptionalCondition(
0000009f`221fec90 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000009f`221fece0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000009f`221fed30 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000009f`221ff650 00007ff6`50fee778     postgres!PostmasterMain(
0000009f`221ff7e0 00007ff6`515e68b9     postgres!main(
0000009f`221ff820 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000009f`221ff870 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000009f`221ff8e0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000009f`225ff678 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009f`225ff680 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000009f`225ff970 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009f`225ff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009f`229ff878 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009f`229ff880 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000009f`229ffb70 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009f`229ffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009f`22dffa88 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000009f`22dffa90 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000009f`22dffb00 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000009f`22dffc00 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009f`22dffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009f`231ff9c8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009f`231ff9d0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000009f`231ffcc0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009f`231ffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000068`04fff838 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000068`04fff840 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000068`04fffb30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000068`04fffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000068`04bfed00 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000068`04bfed40 00007ff6`511393bc     postgres!ExceptionalCondition(
00000068`04bfed80 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000068`04bfedd0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000068`04bfee20 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000068`04bff740 00007ff6`50fee778     postgres!PostmasterMain(
00000068`04bff8d0 00007ff6`515e68b9     postgres!main(
00000068`04bff910 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000068`04bff960 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000068`04bff9d0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000068`053ff838 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000068`053ff840 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000068`053ff8b0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000068`053ff9b0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000068`053ff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000068`057ff858 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000068`057ff860 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000068`057ffb50 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000068`057ffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000068`05bff868 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000068`05bff870 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000068`05bffb60 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000068`05bffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005f`317ff6b8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005f`317ff6c0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000005f`317ff9b0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005f`317ff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005f`303ff160 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000005f`303ff1a0 00007ff6`511393bc     postgres!ExceptionalCondition(
0000005f`303ff1e0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000005f`303ff230 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000005f`303ff280 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000005f`303ffba0 00007ff6`50fee778     postgres!PostmasterMain(
0000005f`303ffd30 00007ff6`515e68b9     postgres!main(
0000005f`303ffd70 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000005f`303ffdc0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000005f`303ffe30 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000005f`313ff7e8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000005f`313ff7f0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000005f`313ff860 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000005f`313ff960 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005f`313ff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a2`acdff7e8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a2`acdff7f0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000a2`acdffae0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a2`acdffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a2`ac9ff528 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a2`ac9ff530 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000a2`ac9ff820 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a2`ac9ff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a2`ac5ffbb8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000a2`ac5ffbc0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000a2`ac5ffc30 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000a2`ac5ffd30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a2`ac5ffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a2`ac1ffbc8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a2`ac1ffbd0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000a2`ac1ffec0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a2`ac1ffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a2`abdff030 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a2`abdff070 00007ff6`511393bc     postgres!ExceptionalCondition(
000000a2`abdff0b0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000a2`abdff100 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000a2`abdff150 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a2`abdffa70 00007ff6`50fee778     postgres!PostmasterMain(
000000a2`abdffc00 00007ff6`515e68b9     postgres!main(
000000a2`abdffc40 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a2`abdffc90 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a2`abdffd00 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000088`b01ff5c8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000088`b01ff5d0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000088`b01ff640 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000088`b01ff740 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000088`b01ff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000088`af1ff090 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000088`af1ff0d0 00007ff6`511393bc     postgres!ExceptionalCondition(
00000088`af1ff110 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000088`af1ff160 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000088`af1ff1b0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000088`af1ffad0 00007ff6`50fee778     postgres!PostmasterMain(
00000088`af1ffc60 00007ff6`515e68b9     postgres!main(
00000088`af1ffca0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000088`af1ffcf0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000088`af1ffd60 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000088`afdffb48 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000088`afdffb50 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000088`afdffe40 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000088`afdffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000088`b05ffbf8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000088`b05ffc00 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000088`b05ffef0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000088`b05fff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000088`af5ffa78 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000088`af5ffa80 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000088`af5ffd70 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000088`af5ffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000088`af9ffa58 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000088`af9ffa60 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000088`af9ffd50 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000088`af9ffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c5`911ff9e8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000c5`911ff9f0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000c5`911ffa60 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000c5`911ffb60 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c5`911ffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c5`915ff968 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c5`915ff970 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000c5`915ffc60 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c5`915ffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c5`909ffa48 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c5`909ffa50 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000c5`909ffd40 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c5`909ffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c5`905fec20 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c5`905fec60 00007ff6`511393bc     postgres!ExceptionalCondition(
000000c5`905feca0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c5`905fecf0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000c5`905fed40 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c5`905ff660 00007ff6`50fee778     postgres!PostmasterMain(
000000c5`905ff7f0 00007ff6`515e68b9     postgres!main(
000000c5`905ff830 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c5`905ff880 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c5`905ff8f0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c5`90dff508 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c5`90dff510 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000c5`90dff800 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c5`90dff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000052`9e7ffad8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000052`9e7ffae0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000052`9e7ffdd0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000052`9e7ffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000052`9e3ff808 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000052`9e3ff810 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000052`9e3ff880 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000052`9e3ff980 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000052`9e3ff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000052`9dfff7d8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000052`9dfff7e0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000052`9dfffad0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000052`9dfffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000052`9dbff688 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000052`9dbff690 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000052`9dbff980 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000052`9dbff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000052`9d7feab0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000052`9d7feaf0 00007ff6`511393bc     postgres!ExceptionalCondition(
00000052`9d7feb30 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000052`9d7feb80 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000052`9d7febd0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000052`9d7ff4f0 00007ff6`50fee778     postgres!PostmasterMain(
00000052`9d7ff680 00007ff6`515e68b9     postgres!main(
00000052`9d7ff6c0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000052`9d7ff710 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000052`9d7ff780 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a4`1e7ffb48 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a4`1e7ffb50 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000a4`1e7ffe40 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a4`1e7ffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a4`1d7febe0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a4`1d7fec20 00007ff6`511393bc     postgres!ExceptionalCondition(
000000a4`1d7fec60 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000a4`1d7fecb0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000a4`1d7fed00 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a4`1d7ff620 00007ff6`50fee778     postgres!PostmasterMain(
000000a4`1d7ff7b0 00007ff6`515e68b9     postgres!main(
000000a4`1d7ff7f0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a4`1d7ff840 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a4`1d7ff8b0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a4`1dfffa78 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000a4`1dfffa80 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000a4`1dfffaf0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000a4`1dfffbf0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a4`1dfffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a4`1dbff598 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a4`1dbff5a0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000a4`1dbff890 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a4`1dbff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a4`1e3ff738 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a4`1e3ff740 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000a4`1e3ffa30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a4`1e3ffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000019`db5ffbf8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000019`db5ffc00 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000019`db5ffef0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000019`db5fff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000019`db1fece0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000019`db1fed20 00007ff6`511393bc     postgres!ExceptionalCondition(
00000019`db1fed60 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000019`db1fedb0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000019`db1fee00 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000019`db1ff720 00007ff6`50fee778     postgres!PostmasterMain(
00000019`db1ff8b0 00007ff6`515e68b9     postgres!main(
00000019`db1ff8f0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000019`db1ff940 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000019`db1ff9b0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000019`dc1ff948 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000019`dc1ff950 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000019`dc1ffc40 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000019`dc1ffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000019`dbdff9a8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000019`dbdff9b0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000019`dbdffa20 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000019`dbdffb20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000019`dbdffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000019`db9ff9a8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000019`db9ff9b0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000019`db9ffca0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000019`db9ffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e7`d29febf0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e7`d29fec30 00007ff6`511393bc     postgres!ExceptionalCondition(
000000e7`d29fec70 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000e7`d29fecc0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000e7`d29fed10 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000e7`d29ff630 00007ff6`50fee778     postgres!PostmasterMain(
000000e7`d29ff7c0 00007ff6`515e68b9     postgres!main(
000000e7`d29ff800 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e7`d29ff850 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e7`d29ff8c0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000e7`d39ffbb8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e7`d39ffbc0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000e7`d39ffeb0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e7`d39ffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e7`d35ff818 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e7`d35ff820 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000e7`d35ffb10 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e7`d35ffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e7`d31ff738 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000e7`d31ff740 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000e7`d31ff7b0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000e7`d31ff8b0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e7`d31ff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e7`d2dffb48 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e7`d2dffb50 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000e7`d2dffe40 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e7`d2dffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000053`447ff5d8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000053`447ff5e0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000053`447ff8d0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000053`447ff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000053`453ffac8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000053`453ffad0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000053`453ffdc0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000053`453ffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000053`44fff858 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000053`44fff860 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000053`44fff8d0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000053`44fff9d0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000053`44fffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000053`44bff768 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000053`44bff770 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000053`44bffa60 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000053`44bffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000053`443fef20 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000053`443fef60 00007ff6`511393bc     postgres!ExceptionalCondition(
00000053`443fefa0 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000053`443feff0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000053`443ff040 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000053`443ff960 00007ff6`50fee778     postgres!PostmasterMain(
00000053`443ffaf0 00007ff6`515e68b9     postgres!main(
00000053`443ffb30 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000053`443ffb80 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000053`443ffbf0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000007e`ea9ff838 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007e`ea9ff840 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000007e`ea9ffb30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007e`ea9ffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007e`ea5ff120 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000007e`ea5ff160 00007ff6`511393bc     postgres!ExceptionalCondition(
0000007e`ea5ff1a0 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000007e`ea5ff1f0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000007e`ea5ff240 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000007e`ea5ffb60 00007ff6`50fee778     postgres!PostmasterMain(
0000007e`ea5ffcf0 00007ff6`515e68b9     postgres!main(
0000007e`ea5ffd30 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000007e`ea5ffd80 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000007e`ea5ffdf0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000007e`eadff7b8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000007e`eadff7c0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000007e`eadff830 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000007e`eadff930 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007e`eadff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007e`eb1ff8b8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007e`eb1ff8c0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000007e`eb1ffbb0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007e`eb1ffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007e`eb5ffbe8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007e`eb5ffbf0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000007e`eb5ffee0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007e`eb5fff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bc`0a5ff468 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bc`0a5ff470 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000bc`0a5ff760 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bc`0a5ff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bc`095feaf0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000bc`095feb30 00007ff6`511393bc     postgres!ExceptionalCondition(
000000bc`095feb70 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000bc`095febc0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000bc`095fec10 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000bc`095ff530 00007ff6`50fee778     postgres!PostmasterMain(
000000bc`095ff6c0 00007ff6`515e68b9     postgres!main(
000000bc`095ff700 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000bc`095ff750 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000bc`095ff7c0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000bc`0a1ff7b8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000bc`0a1ff7c0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000bc`0a1ff830 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000bc`0a1ff930 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bc`0a1ff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bd`b29ffb28 00007ff6`511322b7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000bd`b29ffb30 00007ff6`50fee6e4     postgres!SubPostmasterMain(
000000bd`b29ffba0 00007ff6`515e68b9     postgres!main(
000000bd`b29ffbe0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000bd`b29ffc30 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000bd`b29ffca0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000bd`b29ffcd0 00007ffc`8c3b4cb0     postgres!mainCRTStartup(
000000bd`b29ffd00 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bd`b29ffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bd`b31ffa38 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bd`b31ffa40 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000bd`b31ffd30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bd`b31ffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bd`b2dff5f8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bd`b2dff600 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000bd`b2dff8f0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bd`b2dff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000b`d25feee0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000000b`d25fef20 00007ff6`511393bc     postgres!ExceptionalCondition(
0000000b`d25fef60 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000000b`d25fefb0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000000b`d25ff000 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000000b`d25ff920 00007ff6`50fee778     postgres!PostmasterMain(
0000000b`d25ffab0 00007ff6`515e68b9     postgres!main(
0000000b`d25ffaf0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000000b`d25ffb40 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000000b`d25ffbb0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000000b`d39ff588 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000b`d39ff590 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000000b`d39ff880 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000b`d39ff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000b`d35ffd08 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000000b`d35ffd10 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000000b`d35ffd80 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000000b`d35ffe80 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000b`d35ffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000b`d31ffb48 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000b`d31ffb50 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000000b`d31ffe40 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000b`d31ffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000b`d2dffa88 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000b`d2dffa90 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000000b`d2dffd80 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000b`d2dffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000b`d29ffac8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000b`d29ffad0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000000b`d29ffdc0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000b`d29ffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000063`1effee20 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000063`1effee60 00007ff6`511393bc     postgres!ExceptionalCondition(
00000063`1effeea0 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000063`1effeef0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000063`1effef40 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000063`1efff860 00007ff6`50fee778     postgres!PostmasterMain(
00000063`1efff9f0 00007ff6`515e68b9     postgres!main(
00000063`1efffa30 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000063`1efffa80 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000063`1efffaf0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000063`1f7ffa78 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000063`1f7ffa80 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000063`1f7ffd70 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000063`1f7ffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000063`1f3ff718 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000063`1f3ff720 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000063`1f3ffa10 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000063`1f3ffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000063`1fbff608 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000063`1fbff610 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000063`1fbff680 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000063`1fbff780 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000063`1fbff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000063`1ffff868 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000063`1ffff870 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000063`1ffffb60 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000063`1ffffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009b`c03ff938 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000009b`c03ff940 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000009b`c03ff9b0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000009b`c03ffab0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009b`c03ffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009b`bf7ffa88 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009b`bf7ffa90 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000009b`bf7ffd80 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009b`bf7ffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009b`c07ffb18 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009b`c07ffb20 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000009b`c07ffe10 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009b`c07ffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009b`bfbffc28 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009b`bfbffc30 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000009b`bfbfff20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009b`bfbfff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009b`bf3feb00 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000009b`bf3feb40 00007ff6`511393bc     postgres!ExceptionalCondition(
0000009b`bf3feb80 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000009b`bf3febd0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000009b`bf3fec20 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000009b`bf3ff540 00007ff6`50fee778     postgres!PostmasterMain(
0000009b`bf3ff6d0 00007ff6`515e68b9     postgres!main(
0000009b`bf3ff710 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000009b`bf3ff760 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000009b`bf3ff7d0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000009b`bffff9c8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009b`bffff9d0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000009b`bffffcc0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009b`bffffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001a`87bff828 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001a`87bff830 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000001a`87bffb20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001a`87bffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001a`873ff478 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001a`873ff480 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000001a`873ff770 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001a`873ff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001a`86fff130 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000001a`86fff170 00007ff6`511393bc     postgres!ExceptionalCondition(
0000001a`86fff1b0 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000001a`86fff200 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000001a`86fff250 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000001a`86fffb70 00007ff6`50fee778     postgres!PostmasterMain(
0000001a`86fffd00 00007ff6`515e68b9     postgres!main(
0000001a`86fffd40 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000001a`86fffd90 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000001a`86fffe00 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000001a`877ff768 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000001a`877ff770 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000001a`877ff7e0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000001a`877ff8e0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001a`877ff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001a`87fffa18 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001a`87fffa20 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000001a`87fffd10 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001a`87fffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008a`c59ff4e8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008a`c59ff4f0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000008a`c59ff7e0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008a`c59ff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008a`c51fecb0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000008a`c51fecf0 00007ff6`511393bc     postgres!ExceptionalCondition(
0000008a`c51fed30 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000008a`c51fed80 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000008a`c51fedd0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000008a`c51ff6f0 00007ff6`50fee778     postgres!PostmasterMain(
0000008a`c51ff880 00007ff6`515e68b9     postgres!main(
0000008a`c51ff8c0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000008a`c51ff910 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000008a`c51ff980 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000008a`c61ff8c8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008a`c61ff8d0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000008a`c61ffbc0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008a`c61ffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008a`c55ff788 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008a`c55ff790 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000008a`c55ffa80 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008a`c55ffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008a`c5dffcb8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000008a`c5dffcc0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000008a`c5dffd30 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000008a`c5dffe30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008a`c5dffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ef`b7fff628 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ef`b7fff630 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000ef`b7fff920 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ef`b7fff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ef`b77ff6f8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ef`b77ff700 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000ef`b77ff9f0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ef`b77ffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ef`b7bff6e8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000ef`b7bff6f0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000ef`b7bff760 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000ef`b7bff860 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ef`b7bff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ef`b73fec80 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ef`b73fecc0 00007ff6`511393bc     postgres!ExceptionalCondition(
000000ef`b73fed00 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ef`b73fed50 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000ef`b73feda0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ef`b73ff6c0 00007ff6`50fee778     postgres!PostmasterMain(
000000ef`b73ff850 00007ff6`515e68b9     postgres!main(
000000ef`b73ff890 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ef`b73ff8e0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ef`b73ff950 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ef`b83ff478 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ef`b83ff480 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000ef`b83ff770 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ef`b83ff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000048`c6dff9a8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000048`c6dff9b0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000048`c6dffca0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000048`c6dffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000048`c75ffb28 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000048`c75ffb30 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000048`c75ffba0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000048`c75ffca0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000048`c75ffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000048`c69fea50 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000048`c69fea90 00007ff6`511393bc     postgres!ExceptionalCondition(
00000048`c69fead0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000048`c69feb20 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000048`c69feb70 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000048`c69ff490 00007ff6`50fee778     postgres!PostmasterMain(
00000048`c69ff620 00007ff6`515e68b9     postgres!main(
00000048`c69ff660 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000048`c69ff6b0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000048`c69ff720 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000048`c79ff6d8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000048`c79ff6e0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000048`c79ff9d0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000048`c79ffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000048`c71ff5d8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000048`c71ff5e0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000048`c71ff8d0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000048`c71ff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f8`089ffae8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f8`089ffaf0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000f8`089ffde0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f8`089ffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f8`085ff668 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f8`085ff670 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000f8`085ff960 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f8`085ff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f8`081ffa78 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000f8`081ffa80 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000f8`081ffaf0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000f8`081ffbf0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f8`081ffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f8`07dff448 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f8`07dff450 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000f8`07dff740 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f8`07dff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f8`079fea70 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f8`079feab0 00007ff6`511393bc     postgres!ExceptionalCondition(
000000f8`079feaf0 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f8`079feb40 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000f8`079feb90 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f8`079ff4b0 00007ff6`50fee778     postgres!PostmasterMain(
000000f8`079ff640 00007ff6`515e68b9     postgres!main(
000000f8`079ff680 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f8`079ff6d0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f8`079ff740 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000008d`e9dff7f8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008d`e9dff800 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000008d`e9dffaf0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008d`e9dffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008d`e99ffc48 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000008d`e99ffc50 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000008d`e99ffcc0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000008d`e99ffdc0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008d`e99ffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008d`e95ff548 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008d`e95ff550 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000008d`e95ff840 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008d`e95ff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008d`e91ff5d8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008d`e91ff5e0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000008d`e91ff8d0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008d`e91ff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008d`e8dfea50 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000008d`e8dfea90 00007ff6`511393bc     postgres!ExceptionalCondition(
0000008d`e8dfead0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000008d`e8dfeb20 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000008d`e8dfeb70 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000008d`e8dff490 00007ff6`50fee778     postgres!PostmasterMain(
0000008d`e8dff620 00007ff6`515e68b9     postgres!main(
0000008d`e8dff660 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000008d`e8dff6b0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000008d`e8dff720 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000054`029ffc28 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000054`029ffc30 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000054`029fff20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000054`029fff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000054`01dff190 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000054`01dff1d0 00007ff6`511393bc     postgres!ExceptionalCondition(
00000054`01dff210 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000054`01dff260 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000054`01dff2b0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000054`01dffbd0 00007ff6`50fee778     postgres!PostmasterMain(
00000054`01dffd60 00007ff6`515e68b9     postgres!main(
00000054`01dffda0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000054`01dffdf0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000054`01dffe60 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000054`025ffaa8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000054`025ffab0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000054`025ffda0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000054`025ffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000054`02dff7d8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000054`02dff7e0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000054`02dff850 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000054`02dff950 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000054`02dff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000054`031ff9f8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000054`031ffa00 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000054`031ffcf0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000054`031ffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000054`021ffa68 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000054`021ffa70 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000054`021ffd60 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000054`021ffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c9`a05ffbf8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000c9`a05ffc00 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000c9`a05ffc70 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000c9`a05ffd70 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c9`a05ffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c9`a09ff588 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c9`a09ff590 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000c9`a09ff880 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c9`a09ff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c9`9f9ff130 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c9`9f9ff170 00007ff6`511393bc     postgres!ExceptionalCondition(
000000c9`9f9ff1b0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c9`9f9ff200 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000c9`9f9ff250 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c9`9f9ffb70 00007ff6`50fee778     postgres!PostmasterMain(
000000c9`9f9ffd00 00007ff6`515e68b9     postgres!main(
000000c9`9f9ffd40 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c9`9f9ffd90 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c9`9f9ffe00 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000005a`7f7fee70 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000005a`7f7feeb0 00007ff6`511393bc     postgres!ExceptionalCondition(
0000005a`7f7feef0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000005a`7f7fef40 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000005a`7f7fef90 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000005a`7f7ff8b0 00007ff6`50fee778     postgres!PostmasterMain(
0000005a`7f7ffa40 00007ff6`515e68b9     postgres!main(
0000005a`7f7ffa80 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000005a`7f7ffad0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000005a`7f7ffb40 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000005a`003ff788 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000005a`003ff790 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000005a`003ff800 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000005a`003ff900 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005a`003ff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005a`7fbffa88 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005a`7fbffa90 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000005a`7fbffd80 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005a`7fbffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005a`7ffff448 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005a`7ffff450 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000005a`7ffff740 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005a`7ffff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005a`007ff708 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005a`007ff710 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000005a`007ffa00 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005a`007ffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f7`ea3feef0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f7`ea3fef30 00007ff6`511393bc     postgres!ExceptionalCondition(
000000f7`ea3fef70 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f7`ea3fefc0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000f7`ea3ff010 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f7`ea3ff930 00007ff6`50fee778     postgres!PostmasterMain(
000000f7`ea3ffac0 00007ff6`515e68b9     postgres!main(
000000f7`ea3ffb00 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f7`ea3ffb50 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f7`ea3ffbc0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f7`eabff808 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f7`eabff810 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000f7`eabffb00 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f7`eabffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f7`eb3ff9e8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000f7`eb3ff9f0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000f7`eb3ffa60 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000f7`eb3ffb60 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f7`eb3ffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f7`eb7ff628 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f7`eb7ff630 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000f7`eb7ff920 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f7`eb7ff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f7`ea7ffb48 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f7`ea7ffb50 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000f7`ea7ffe40 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f7`ea7ffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f7`eafff7b8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f7`eafff7c0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000f7`eafffab0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f7`eafffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f1`5dbffac8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000f1`5dbffad0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000f1`5dbffb40 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000f1`5dbffc40 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f1`5dbffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f1`5d3ffb48 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f1`5d3ffb50 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000f1`5d3ffe40 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f1`5d3ffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f1`5d7ff918 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f1`5d7ff920 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000f1`5d7ffc10 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f1`5d7ffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f1`5dfff5a8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f1`5dfff5b0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000f1`5dfff8a0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f1`5dfff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f1`5cffeeb0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f1`5cffeef0 00007ff6`511393bc     postgres!ExceptionalCondition(
000000f1`5cffef30 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f1`5cffef80 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000f1`5cffefd0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f1`5cfff8f0 00007ff6`50fee778     postgres!PostmasterMain(
000000f1`5cfffa80 00007ff6`515e68b9     postgres!main(
000000f1`5cfffac0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f1`5cfffb10 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f1`5cfffb80 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000bb`211ff4d8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bb`211ff4e0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000bb`211ff7d0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bb`211ff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bb`205feaf0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000bb`205feb30 00007ff6`511393bc     postgres!ExceptionalCondition(
000000bb`205feb70 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000bb`205febc0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000bb`205fec10 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000bb`205ff530 00007ff6`50fee778     postgres!PostmasterMain(
000000bb`205ff6c0 00007ff6`515e68b9     postgres!main(
000000bb`205ff700 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000bb`205ff750 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000bb`205ff7c0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000bb`215ff928 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bb`215ff930 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000bb`215ffc20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bb`215ffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bb`209ff508 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bb`209ff510 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000bb`209ff800 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bb`209ff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bb`20dffd28 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000bb`20dffd30 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000bb`20dffda0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000bb`20dffea0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bb`20dffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ba`6abfefd0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ba`6abff010 00007ff6`511393bc     postgres!ExceptionalCondition(
000000ba`6abff050 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ba`6abff0a0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000ba`6abff0f0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ba`6abffa10 00007ff6`50fee778     postgres!PostmasterMain(
000000ba`6abffba0 00007ff6`515e68b9     postgres!main(
000000ba`6abffbe0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ba`6abffc30 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ba`6abffca0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ba`6b3ff828 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000ba`6b3ff830 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000ba`6b3ff8a0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000ba`6b3ff9a0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ba`6b3ff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ba`6b7ffb48 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ba`6b7ffb50 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000ba`6b7ffe40 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ba`6b7ffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ba`6bbffc38 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ba`6bbffc40 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000ba`6bbfff30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ba`6bbfff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ba`6afff758 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ba`6afff760 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000ba`6afffa50 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ba`6afffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000015`eb1fef00 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000015`eb1fef40 00007ff6`511393bc     postgres!ExceptionalCondition(
00000015`eb1fef80 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000015`eb1fefd0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000015`eb1ff020 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000015`eb1ff940 00007ff6`50fee778     postgres!PostmasterMain(
00000015`eb1ffad0 00007ff6`515e68b9     postgres!main(
00000015`eb1ffb10 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000015`eb1ffb60 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000015`eb1ffbd0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000015`eb5ffb28 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000015`eb5ffb30 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000015`eb5ffe20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000015`eb5ffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000015`eb9ff5d8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000015`eb9ff5e0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000015`eb9ff8d0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000015`eb9ff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000015`ebdff638 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000015`ebdff640 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000015`ebdff6b0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000015`ebdff7b0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000015`ebdff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000015`ec1ff628 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000015`ec1ff630 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000015`ec1ff920 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000015`ec1ff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005d`a59ffd78 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000005d`a59ffd80 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000005d`a59ffdf0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000005d`a59ffef0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005d`a59fff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005d`a55ffbd8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005d`a55ffbe0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000005d`a55ffed0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005d`a55fff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005d`a51fed00 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000005d`a51fed40 00007ff6`511393bc     postgres!ExceptionalCondition(
0000005d`a51fed80 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000005d`a51fedd0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000005d`a51fee20 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000005d`a51ff740 00007ff6`50fee778     postgres!PostmasterMain(
0000005d`a51ff8d0 00007ff6`515e68b9     postgres!main(
0000005d`a51ff910 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000005d`a51ff960 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000005d`a51ff9d0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000005d`a61ffb68 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005d`a61ffb70 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000005d`a61ffe60 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005d`a61ffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005d`a5dff4e8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005d`a5dff4f0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000005d`a5dff7e0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005d`a5dff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000094`66ffebd0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000094`66ffec10 00007ff6`511393bc     postgres!ExceptionalCondition(
00000094`66ffec50 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000094`66ffeca0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000094`66ffecf0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000094`66fff610 00007ff6`50fee778     postgres!PostmasterMain(
00000094`66fff7a0 00007ff6`515e68b9     postgres!main(
00000094`66fff7e0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000094`66fff830 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000094`66fff8a0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000094`677ffa98 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000094`677ffaa0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000094`677ffd90 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000094`677ffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000094`683ff908 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000094`683ff910 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000094`683ffc00 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000094`683ffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000094`673ff638 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000094`673ff640 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000094`673ff930 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000094`673ff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000094`67bff498 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000094`67bff4a0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000094`67bff790 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000094`67bff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000094`67fff768 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000094`67fff770 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000094`67fff7e0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000094`67fff8e0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000094`67fff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ac`029ff6e8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ac`029ff6f0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000ac`029ff9e0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ac`029ffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ac`021ff908 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ac`021ff910 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000ac`021ffc00 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ac`021ffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ac`01dff978 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ac`01dff980 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000ac`01dffc70 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ac`01dffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ac`025ff9d8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000ac`025ff9e0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000ac`025ffa50 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000ac`025ffb50 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ac`025ffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ac`015ff1c0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ac`015ff200 00007ff6`511393bc     postgres!ExceptionalCondition(
000000ac`015ff240 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ac`015ff290 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000ac`015ff2e0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ac`015ffc00 00007ff6`50fee778     postgres!PostmasterMain(
000000ac`015ffd90 00007ff6`515e68b9     postgres!main(
000000ac`015ffdd0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ac`015ffe20 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ac`015ffe90 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ac`019ff7c8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ac`019ff7d0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000ac`019ffac0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ac`019ffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001b`bd9ff688 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001b`bd9ff690 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000001b`bd9ff980 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001b`bd9ff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001b`bddffa38 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001b`bddffa40 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000001b`bddffd30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001b`bddffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001b`be1ffbf8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000001b`be1ffc00 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000001b`be1ffc70 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000001b`be1ffd70 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001b`be1ffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001b`be5ff638 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001b`be5ff640 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000001b`be5ff930 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001b`be5ff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001b`bd5ff080 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000001b`bd5ff0c0 00007ff6`511393bc     postgres!ExceptionalCondition(
0000001b`bd5ff100 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000001b`bd5ff150 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000001b`bd5ff1a0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000001b`bd5ffac0 00007ff6`50fee778     postgres!PostmasterMain(
0000001b`bd5ffc50 00007ff6`515e68b9     postgres!main(
0000001b`bd5ffc90 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000001b`bd5ffce0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000001b`bd5ffd50 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000038`44ffeb90 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000038`44ffebd0 00007ff6`511393bc     postgres!ExceptionalCondition(
00000038`44ffec10 00007ff6`51138528     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000038`44ffec60 00007ff6`511399e5     postgres!process_pm_child_exit(void)+0x748 [c:\cirrus\src\backend\postmaster\pos...
00000038`44ffecc0 00007ff6`511370bc     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000038`44fff5e0 00007ff6`50fee778     postgres!PostmasterMain(
00000038`44fff770 00007ff6`515e68b9     postgres!main(
00000038`44fff7b0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000038`44fff800 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000038`44fff870 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000038`45fff8d8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000038`45fff8e0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000038`45fffbd0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000038`45fffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000038`45bffb78 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000038`45bffb80 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000038`45bffe70 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000038`45bffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000038`457ff608 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000038`457ff610 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000038`457ff680 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000038`457ff780 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000038`457ff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000038`453ff738 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000038`453ff740 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000038`453ffa30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000038`453ffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000df`c93ffb18 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000df`c93ffb20 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000df`c93ffe10 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000df`c93ffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000df`c8fff5e8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000df`c8fff5f0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000df`c8fff8e0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000df`c8fff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000df`c8bff9e8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000df`c8bff9f0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000df`c8bffa60 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000df`c8bffb60 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000df`c8bffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000df`c87ff618 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000df`c87ff620 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000df`c87ff910 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000df`c87ff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000df`c83feaa0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000df`c83feae0 00007ff6`511393bc     postgres!ExceptionalCondition(
000000df`c83feb20 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000df`c83feb70 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000df`c83febc0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000df`c83ff4e0 00007ff6`50fee778     postgres!PostmasterMain(
000000df`c83ff670 00007ff6`515e68b9     postgres!main(
000000df`c83ff6b0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000df`c83ff700 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000df`c83ff770 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000072`3bbffa08 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000072`3bbffa10 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000072`3bbffa80 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000072`3bbffb80 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000072`3bbffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000072`3afff170 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000072`3afff1b0 00007ff6`511393bc     postgres!ExceptionalCondition(
00000072`3afff1f0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000072`3afff240 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000072`3afff290 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000072`3afffbb0 00007ff6`50fee778     postgres!PostmasterMain(
00000072`3afffd40 00007ff6`515e68b9     postgres!main(
00000072`3afffd80 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000072`3afffdd0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000072`3afffe40 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000072`3b3ff718 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000072`3b3ff720 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000072`3b3ffa10 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000072`3b3ffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000072`3b7ff9c8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000072`3b7ff9d0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000072`3b7ffcc0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000072`3b7ffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000072`3bfffa08 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000072`3bfffa10 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000072`3bfffd00 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000072`3bfffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007f`0a1ff6a8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007f`0a1ff6b0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000007f`0a1ff9a0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007f`0a1ff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007f`0a5ff5e8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007f`0a5ff5f0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000007f`0a5ff8e0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007f`0a5ff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007f`09dff7f8 00007ff6`511322b7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
0000007f`09dff800 00007ff6`50fee6e4     postgres!SubPostmasterMain(
0000007f`09dff870 00007ff6`515e68b9     postgres!main(
0000007f`09dff8b0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000007f`09dff900 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000007f`09dff970 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
0000007f`09dff9a0 00007ffc`8c3b4cb0     postgres!mainCRTStartup(
0000007f`09dff9d0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007f`09dffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001e`eadffc08 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001e`eadffc10 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000001e`eadfff00 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001e`eadfff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001e`ea9ff9c8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000001e`ea9ff9d0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000001e`ea9ffa40 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000001e`ea9ffb40 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001e`ea9ffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001e`ea5ff7f8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001e`ea5ff800 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000001e`ea5ffaf0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001e`ea5ffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001e`ea1ff7f8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001e`ea1ff800 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000001e`ea1ffaf0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001e`ea1ffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001e`e9dff768 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001e`e9dff770 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000001e`e9dffa60 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001e`e9dffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001e`e99feb30 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000001e`e99feb70 00007ff6`511393bc     postgres!ExceptionalCondition(
0000001e`e99febb0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000001e`e99fec00 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000001e`e99fec50 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000001e`e99ff570 00007ff6`50fee778     postgres!PostmasterMain(
0000001e`e99ff700 00007ff6`515e68b9     postgres!main(
0000001e`e99ff740 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000001e`e99ff790 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000001e`e99ff800 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000079`9dbff938 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000079`9dbff940 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000079`9dbffc30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000079`9dbffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000079`9d7ff5d8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000079`9d7ff5e0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000079`9d7ff8d0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000079`9d7ff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000079`9d3fed90 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000079`9d3fedd0 00007ff6`511393bc     postgres!ExceptionalCondition(
00000079`9d3fee10 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000079`9d3fee60 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000079`9d3feeb0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000079`9d3ff7d0 00007ff6`50fee778     postgres!PostmasterMain(
00000079`9d3ff960 00007ff6`515e68b9     postgres!main(
00000079`9d3ff9a0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000079`9d3ff9f0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000079`9d3ffa60 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000079`9dfffb78 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000079`9dfffb80 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000079`9dfffe70 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000079`9dfffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000079`9e7ffb98 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000079`9e7ffba0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000079`9e7ffe90 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000079`9e7ffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000079`9e3ffc28 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000079`9e3ffc30 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000079`9e3ffca0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000079`9e3ffda0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000079`9e3ffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000003`7cfff828 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000003`7cfff830 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000003`7cfffb20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000003`7cfffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000003`7d7ff918 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000003`7d7ff920 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000003`7d7ff990 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000003`7d7ffa90 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000003`7d7ffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000003`7dbff9b8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000003`7dbff9c0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000003`7dbffcb0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000003`7dbffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000003`7c7fecd0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000003`7c7fed10 00007ff6`511393bc     postgres!ExceptionalCondition(
00000003`7c7fed50 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000003`7c7feda0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000003`7c7fedf0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000003`7c7ff710 00007ff6`50fee778     postgres!PostmasterMain(
00000003`7c7ff8a0 00007ff6`515e68b9     postgres!main(
00000003`7c7ff8e0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000003`7c7ff930 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000003`7c7ff9a0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000003`7cbff5e8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000003`7cbff5f0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000003`7cbff8e0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000003`7cbff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000003`7d3ffb58 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000003`7d3ffb60 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000003`7d3ffe50 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000003`7d3ffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000042`ee3ff558 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000042`ee3ff560 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000042`ee3ff850 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000042`ee3ff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000042`edffeb60 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000042`edffeba0 00007ff6`511393bc     postgres!ExceptionalCondition(
00000042`edffebe0 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000042`edffec30 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000042`edffec80 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000042`edfff5a0 00007ff6`50fee778     postgres!PostmasterMain(
00000042`edfff730 00007ff6`515e68b9     postgres!main(
00000042`edfff770 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000042`edfff7c0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000042`edfff830 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000042`ee7ff578 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000042`ee7ff580 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000042`ee7ff870 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000042`ee7ff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000042`eebffda8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000042`eebffdb0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000042`eebffe20 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000042`eebfff20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000042`eebfff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000042`eefffc38 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000042`eefffc40 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000042`eeffff30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000042`eeffff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000030`7f7ff568 00007ff6`511322b7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000030`7f7ff570 00007ff6`50fee6e4     postgres!SubPostmasterMain(
00000030`7f7ff5e0 00007ff6`515e68b9     postgres!main(
00000030`7f7ff620 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000030`7f7ff670 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000030`7f7ff6e0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000030`7f7ff710 00007ffc`8c3b4cb0     postgres!mainCRTStartup(
00000030`7f7ff740 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000030`7f7ff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000030`7fbff8a8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000030`7fbff8b0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000030`7fbffba0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000030`7fbffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000030`7ffff798 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000030`7ffff7a0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000030`7ffffa90 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000030`7ffffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001c`185ff498 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001c`185ff4a0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000001c`185ff790 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001c`185ff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001c`175ff070 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000001c`175ff0b0 00007ff6`511393bc     postgres!ExceptionalCondition(
0000001c`175ff0f0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000001c`175ff140 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000001c`175ff190 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000001c`175ffab0 00007ff6`50fee778     postgres!PostmasterMain(
0000001c`175ffc40 00007ff6`515e68b9     postgres!main(
0000001c`175ffc80 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000001c`175ffcd0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000001c`175ffd40 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000001c`179ff658 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001c`179ff660 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000001c`179ff950 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001c`179ff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001c`17dffb98 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000001c`17dffba0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000001c`17dffc10 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000001c`17dffd10 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001c`17dffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001c`181ff928 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001c`181ff930 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000001c`181ffc20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001c`181ffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c0`807ff628 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000c0`807ff630 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000c0`807ff6a0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000c0`807ff7a0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c0`807ff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c0`ffffec30 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c0`ffffec70 00007ff6`511393bc     postgres!ExceptionalCondition(
000000c0`ffffecb0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c0`ffffed00 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000c0`ffffed50 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c0`fffff670 00007ff6`50fee778     postgres!PostmasterMain(
000000c0`fffff800 00007ff6`515e68b9     postgres!main(
000000c0`fffff840 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c0`fffff890 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c0`fffff900 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c0`80fff918 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c0`80fff920 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000c0`80fffc10 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c0`80fffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c0`80bffb88 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c0`80bffb90 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000c0`80bffe80 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c0`80bffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c0`803ff5d8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c0`803ff5e0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000c0`803ff8d0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c0`803ff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009b`c71ffb28 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009b`c71ffb30 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000009b`c71ffe20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009b`c71ffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009b`c75ff838 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009b`c75ff840 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000009b`c75ffb30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009b`c75ffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009b`c79ffac8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000009b`c79ffad0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000009b`c79ffb40 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000009b`c79ffc40 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009b`c79ffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009b`c7dffbb8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009b`c7dffbc0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000009b`c7dffeb0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009b`c7dffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009b`c69ff090 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000009b`c69ff0d0 00007ff6`511393bc     postgres!ExceptionalCondition(
0000009b`c69ff110 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000009b`c69ff160 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000009b`c69ff1b0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000009b`c69ffad0 00007ff6`50fee778     postgres!PostmasterMain(
0000009b`c69ffc60 00007ff6`515e68b9     postgres!main(
0000009b`c69ffca0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000009b`c69ffcf0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000009b`c69ffd60 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000009b`c6dff648 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009b`c6dff650 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000009b`c6dff940 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009b`c6dff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000024`4e7ffaa8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000024`4e7ffab0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000024`4e7ffda0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000024`4e7ffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000024`4d7feb40 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000024`4d7feb80 00007ff6`511393bc     postgres!ExceptionalCondition(
00000024`4d7febc0 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000024`4d7fec10 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000024`4d7fec60 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000024`4d7ff580 00007ff6`50fee778     postgres!PostmasterMain(
00000024`4d7ff710 00007ff6`515e68b9     postgres!main(
00000024`4d7ff750 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000024`4d7ff7a0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000024`4d7ff810 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000024`4e3ffa18 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000024`4e3ffa20 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000024`4e3ffa90 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000024`4e3ffb90 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000024`4e3ffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000024`4dfff798 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000024`4dfff7a0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000024`4dfffa90 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000024`4dfffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000024`4dbff948 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000024`4dbff950 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000024`4dbffc40 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000024`4dbffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000db`f25ff7f8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000db`f25ff800 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000db`f25ff870 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000db`f25ff970 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000db`f25ff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000db`f21ff708 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000db`f21ff710 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000db`f21ffa00 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000db`f21ffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000db`f1dff798 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000db`f1dff7a0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000db`f1dffa90 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000db`f1dffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000db`f19feaa0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000db`f19feae0 00007ff6`511393bc     postgres!ExceptionalCondition(
000000db`f19feb20 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000db`f19feb70 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000db`f19febc0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000db`f19ff4e0 00007ff6`50fee778     postgres!PostmasterMain(
000000db`f19ff670 00007ff6`515e68b9     postgres!main(
000000db`f19ff6b0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000db`f19ff700 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000db`f19ff770 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000db`f29ff788 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000db`f29ff790 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000db`f29ffa80 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000db`f29ffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fb`acffea40 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000fb`acffea80 00007ff6`511393bc     postgres!ExceptionalCondition(
000000fb`acffeac0 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000fb`acffeb10 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000fb`acffeb60 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000fb`acfff480 00007ff6`50fee778     postgres!PostmasterMain(
000000fb`acfff610 00007ff6`515e68b9     postgres!main(
000000fb`acfff650 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000fb`acfff6a0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000fb`acfff710 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000fb`adbff538 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fb`adbff540 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000fb`adbff830 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fb`adbff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fb`adfffd88 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000fb`adfffd90 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000fb`adfffe00 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000fb`adffff00 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fb`adffff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fb`ae3ff898 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fb`ae3ff8a0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000fb`ae3ffb90 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fb`ae3ffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fb`ad3ff7b8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fb`ad3ff7c0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000fb`ad3ffab0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fb`ad3ffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fb`ad7ff538 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fb`ad7ff540 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000fb`ad7ff830 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fb`ad7ff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000db`8d5ff9f8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000db`8d5ffa00 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000db`8d5ffa70 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000db`8d5ffb70 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000db`8d5ffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000db`8d9ffad8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000db`8d9ffae0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000db`8d9ffdd0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000db`8d9ffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000db`8c9fef60 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000db`8c9fefa0 00007ff6`511393bc     postgres!ExceptionalCondition(
000000db`8c9fefe0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000db`8c9ff030 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000db`8c9ff080 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000db`8c9ff9a0 00007ff6`50fee778     postgres!PostmasterMain(
000000db`8c9ffb30 00007ff6`515e68b9     postgres!main(
000000db`8c9ffb70 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000db`8c9ffbc0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000db`8c9ffc30 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000db`8cdff978 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000db`8cdff980 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000db`8cdffc70 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000db`8cdffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000db`8d1ff8e8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000db`8d1ff8f0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000db`8d1ffbe0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000db`8d1ffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000031`f7bff938 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000031`f7bff940 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000031`f7bff9b0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000031`f7bffab0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000031`f7bffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000031`f7fffa58 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000031`f7fffa60 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000031`f7fffd50 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000031`f7fffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000031`f77ff458 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000031`f77ff460 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000031`f77ff750 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000031`f77ff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000031`f73ffa28 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000031`f73ffa30 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000031`f73ffd20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000031`f73ffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000031`f6ffef30 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000031`f6ffef70 00007ff6`511393bc     postgres!ExceptionalCondition(
00000031`f6ffefb0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000031`f6fff000 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000031`f6fff050 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000031`f6fff970 00007ff6`50fee778     postgres!PostmasterMain(
00000031`f6fffb00 00007ff6`515e68b9     postgres!main(
00000031`f6fffb40 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000031`f6fffb90 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000031`f6fffc00 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000009e`fdfff958 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009e`fdfff960 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000009e`fdfffc50 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009e`fdfffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009e`fcffeac0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000009e`fcffeb00 00007ff6`511393bc     postgres!ExceptionalCondition(
0000009e`fcffeb40 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000009e`fcffeb90 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000009e`fcffebe0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000009e`fcfff500 00007ff6`50fee778     postgres!PostmasterMain(
0000009e`fcfff690 00007ff6`515e68b9     postgres!main(
0000009e`fcfff6d0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000009e`fcfff720 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000009e`fcfff790 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000009e`fd3ff7c8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009e`fd3ff7d0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000009e`fd3ffac0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009e`fd3ffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009e`fd7ff9b8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000009e`fd7ff9c0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000009e`fd7ffa30 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000009e`fd7ffb30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009e`fd7ffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009e`fdbff558 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009e`fdbff560 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000009e`fdbff850 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009e`fdbff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000055`033ff988 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000055`033ff990 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000055`033ffc80 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000055`033ffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000055`037ffd88 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000055`037ffd90 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000055`037ffe00 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000055`037fff00 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000055`037fff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000055`02bfec00 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000055`02bfec40 00007ff6`511393bc     postgres!ExceptionalCondition(
00000055`02bfec80 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000055`02bfecd0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000055`02bfed20 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000055`02bff640 00007ff6`50fee778     postgres!PostmasterMain(
00000055`02bff7d0 00007ff6`515e68b9     postgres!main(
00000055`02bff810 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000055`02bff860 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000055`02bff8d0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000055`02fff508 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000055`02fff510 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000055`02fff800 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000055`02fff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000055`03bffb88 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000055`03bffb90 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000055`03bffe80 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000055`03bffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`4c1ffc28 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dd`4c1ffc30 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000dd`4c1fff20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`4c1fff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`4c9ff608 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dd`4c9ff610 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000dd`4c9ff900 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`4c9ff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`4c5ff718 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000dd`4c5ff720 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000dd`4c5ff790 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000dd`4c5ff890 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`4c5ff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`4b9feeb0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000dd`4b9feef0 00007ff6`511393bc     postgres!ExceptionalCondition(
000000dd`4b9fef30 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000dd`4b9fef80 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000dd`4b9fefd0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000dd`4b9ff8f0 00007ff6`50fee778     postgres!PostmasterMain(
000000dd`4b9ffa80 00007ff6`515e68b9     postgres!main(
000000dd`4b9ffac0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000dd`4b9ffb10 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000dd`4b9ffb80 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000dd`4bdff628 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dd`4bdff630 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000dd`4bdff920 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`4bdff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000070`189ff938 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000070`189ff940 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000070`189ffc30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000070`189ffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000070`185febf0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000070`185fec30 00007ff6`511393bc     postgres!ExceptionalCondition(
00000070`185fec70 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000070`185fecc0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000070`185fed10 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000070`185ff630 00007ff6`50fee778     postgres!PostmasterMain(
00000070`185ff7c0 00007ff6`515e68b9     postgres!main(
00000070`185ff800 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000070`185ff850 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000070`185ff8c0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000070`195ffa28 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000070`195ffa30 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000070`195ffd20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000070`195ffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000070`191ffcc8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000070`191ffcd0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000070`191ffd40 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000070`191ffe40 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000070`191ffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000070`18dff6a8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000070`18dff6b0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000070`18dff9a0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000070`18dff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000036`bbdff6b8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000036`bbdff6c0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000036`bbdff730 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000036`bbdff830 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000036`bbdff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000036`bb1ff0d0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000036`bb1ff110 00007ff6`511393bc     postgres!ExceptionalCondition(
00000036`bb1ff150 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000036`bb1ff1a0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000036`bb1ff1f0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000036`bb1ffb10 00007ff6`50fee778     postgres!PostmasterMain(
00000036`bb1ffca0 00007ff6`515e68b9     postgres!main(
00000036`bb1ffce0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000036`bb1ffd30 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000036`bb1ffda0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000036`bc1ffa38 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000036`bc1ffa40 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000036`bc1ffd30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000036`bc1ffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008e`e73ff7e8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008e`e73ff7f0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000008e`e73ffae0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008e`e73ffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008e`e7fffb78 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008e`e7fffb80 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000008e`e7fffe70 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008e`e7fffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008e`e77ff738 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008e`e77ff740 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000008e`e77ffa30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008e`e77ffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008e`e7bff998 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000008e`e7bff9a0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000008e`e7bffa10 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000008e`e7bffb10 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008e`e7bffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008e`e6ffef10 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000008e`e6ffef50 00007ff6`511393bc     postgres!ExceptionalCondition(
0000008e`e6ffef90 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000008e`e6ffefe0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000008e`e6fff030 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000008e`e6fff950 00007ff6`50fee778     postgres!PostmasterMain(
0000008e`e6fffae0 00007ff6`515e68b9     postgres!main(
0000008e`e6fffb20 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000008e`e6fffb70 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000008e`e6fffbe0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ad`bfdffda8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000ad`bfdffdb0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000ad`bfdffe20 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000ad`bfdfff20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ad`bfdfff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ad`c05ff5f8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ad`c05ff600 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000ad`c05ff8f0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ad`c05ff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ad`c01ff5a8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ad`c01ff5b0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000ad`c01ff8a0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ad`c01ff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ad`bf9ffc38 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ad`bf9ffc40 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000ad`bf9fff30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ad`bf9fff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ad`bf5fedf0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ad`bf5fee30 00007ff6`511393bc     postgres!ExceptionalCondition(
000000ad`bf5fee70 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ad`bf5feec0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000ad`bf5fef10 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ad`bf5ff830 00007ff6`50fee778     postgres!PostmasterMain(
000000ad`bf5ff9c0 00007ff6`515e68b9     postgres!main(
000000ad`bf5ffa00 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ad`bf5ffa50 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ad`bf5ffac0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000080`7b7fea70 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000080`7b7feab0 00007ff6`511393bc     postgres!ExceptionalCondition(
00000080`7b7feaf0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000080`7b7feb40 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000080`7b7feb90 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000080`7b7ff4b0 00007ff6`50fee778     postgres!PostmasterMain(
00000080`7b7ff640 00007ff6`515e68b9     postgres!main(
00000080`7b7ff680 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000080`7b7ff6d0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000080`7b7ff740 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000080`7bbff488 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000080`7bbff490 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000080`7bbff780 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000080`7bbff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000080`7bfffae8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000080`7bfffaf0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000080`7bfffde0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000080`7bfffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000080`7c3ffa68 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000080`7c3ffa70 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000080`7c3ffae0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000080`7c3ffbe0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000080`7c3ffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000080`7c7ff758 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000080`7c7ff760 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000080`7c7ffa50 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000080`7c7ffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ad`4e1ff548 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ad`4e1ff550 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000ad`4e1ff840 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ad`4e1ff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ad`4ddffce8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000ad`4ddffcf0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000ad`4ddffd60 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000ad`4ddffe60 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ad`4ddffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ad`4cdfee90 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ad`4cdfeed0 00007ff6`511393bc     postgres!ExceptionalCondition(
000000ad`4cdfef10 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ad`4cdfef60 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000ad`4cdfefb0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ad`4cdff8d0 00007ff6`50fee778     postgres!PostmasterMain(
000000ad`4cdffa60 00007ff6`515e68b9     postgres!main(
000000ad`4cdffaa0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ad`4cdffaf0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ad`4cdffb60 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ad`4d1ffb28 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ad`4d1ffb30 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000ad`4d1ffe20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ad`4d1ffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ad`4d5ffa68 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ad`4d5ffa70 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000ad`4d5ffd60 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ad`4d5ffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ad`4d9ffb78 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ad`4d9ffb80 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000ad`4d9ffe70 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ad`4d9ffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000008`079ff7d8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000008`079ff7e0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000008`079ffad0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000008`079ffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000008`06dfeac0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000008`06dfeb00 00007ff6`511393bc     postgres!ExceptionalCondition(
00000008`06dfeb40 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000008`06dfeb90 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000008`06dfebe0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000008`06dff500 00007ff6`50fee778     postgres!PostmasterMain(
00000008`06dff690 00007ff6`515e68b9     postgres!main(
00000008`06dff6d0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000008`06dff720 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000008`06dff790 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000008`071ff808 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000008`071ff810 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000008`071ffb00 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000008`071ffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000008`075ffd98 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000008`075ffda0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000008`075ffe10 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000008`075fff10 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000008`075fff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000008`07dff958 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000008`07dff960 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000008`07dffc50 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000008`07dffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000091`045ff9a8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000091`045ff9b0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000091`045ffa20 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000091`045ffb20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000091`045ffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000091`039fef80 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000091`039fefc0 00007ff6`511393bc     postgres!ExceptionalCondition(
00000091`039ff000 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000091`039ff050 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000091`039ff0a0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000091`039ff9c0 00007ff6`50fee778     postgres!PostmasterMain(
00000091`039ffb50 00007ff6`515e68b9     postgres!main(
00000091`039ffb90 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000091`039ffbe0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000091`039ffc50 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000091`03dffb18 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000091`03dffb20 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000091`03dffe10 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000091`03dffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000091`041ff8f8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000091`041ff900 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000091`041ffbf0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000091`041ffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000091`049ff4b8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000091`049ff4c0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000091`049ff7b0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000091`049ff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008c`ff1ffd08 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000008c`ff1ffd10 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000008c`ff1ffd80 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000008c`ff1ffe80 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008c`ff1ffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008c`fe9fef40 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000008c`fe9fef80 00007ff6`511393bc     postgres!ExceptionalCondition(
0000008c`fe9fefc0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000008c`fe9ff010 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000008c`fe9ff060 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000008c`fe9ff980 00007ff6`50fee778     postgres!PostmasterMain(
0000008c`fe9ffb10 00007ff6`515e68b9     postgres!main(
0000008c`fe9ffb50 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000008c`fe9ffba0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000008c`fe9ffc10 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000008c`ff9ffaa8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008c`ff9ffab0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000008c`ff9ffda0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008c`ff9ffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000058`80fffab8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000058`80fffac0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000058`80fffdb0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000058`80fffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000058`80bffbf8 00007ff6`511322b7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000058`80bffc00 00007ff6`50fee6e4     postgres!SubPostmasterMain(
00000058`80bffc70 00007ff6`515e68b9     postgres!main(
00000058`80bffcb0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000058`80bffd00 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000058`80bffd70 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000058`80bffda0 00007ffc`8c3b4cb0     postgres!mainCRTStartup(
00000058`80bffdd0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000058`80bffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000058`813ff578 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000058`813ff580 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000058`813ff870 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000058`813ff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002b`723ff5b8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002b`723ff5c0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000002b`723ff8b0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002b`723ff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002b`713fed00 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000002b`713fed40 00007ff6`511393bc     postgres!ExceptionalCondition(
0000002b`713fed80 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000002b`713fedd0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000002b`713fee20 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000002b`713ff740 00007ff6`50fee778     postgres!PostmasterMain(
0000002b`713ff8d0 00007ff6`515e68b9     postgres!main(
0000002b`713ff910 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000002b`713ff960 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000002b`713ff9d0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000002b`717ff4f8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002b`717ff500 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000002b`717ff7f0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002b`717ff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002b`71bffac8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000002b`71bffad0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000002b`71bffb40 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000002b`71bffc40 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002b`71bffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002b`71fff5f8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002b`71fff600 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000002b`71fff8f0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002b`71fff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fb`399ffbd8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fb`399ffbe0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000fb`399ffed0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fb`399fff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fb`389fed60 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000fb`389feda0 00007ff6`511393bc     postgres!ExceptionalCondition(
000000fb`389fede0 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000fb`389fee30 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000fb`389fee80 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000fb`389ff7a0 00007ff6`50fee778     postgres!PostmasterMain(
000000fb`389ff930 00007ff6`515e68b9     postgres!main(
000000fb`389ff970 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000fb`389ff9c0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000fb`389ffa30 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000fb`38dff6d8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fb`38dff6e0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000fb`38dff9d0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fb`38dffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fb`391ff718 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fb`391ff720 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000fb`391ffa10 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fb`391ffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fb`395ff948 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000fb`395ff950 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000fb`395ff9c0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000fb`395ffac0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fb`395ffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bc`443ff868 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bc`443ff870 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000bc`443ffb60 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bc`443ffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bc`437ff090 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000bc`437ff0d0 00007ff6`511393bc     postgres!ExceptionalCondition(
000000bc`437ff110 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000bc`437ff160 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000bc`437ff1b0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000bc`437ffad0 00007ff6`50fee778     postgres!PostmasterMain(
000000bc`437ffc60 00007ff6`515e68b9     postgres!main(
000000bc`437ffca0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000bc`437ffcf0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000bc`437ffd60 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000bc`43bffaf8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bc`43bffb00 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000bc`43bffdf0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bc`43bffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bc`43fff788 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000bc`43fff790 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000bc`43fff800 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000bc`43fff900 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bc`43fff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bc`447ff718 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bc`447ff720 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000bc`447ffa10 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bc`447ffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000eb`629ffac8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000eb`629ffad0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000eb`629ffdc0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000eb`629ffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000eb`61dff090 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000eb`61dff0d0 00007ff6`511393bc     postgres!ExceptionalCondition(
000000eb`61dff110 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000eb`61dff160 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000eb`61dff1b0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000eb`61dffad0 00007ff6`50fee778     postgres!PostmasterMain(
000000eb`61dffc60 00007ff6`515e68b9     postgres!main(
000000eb`61dffca0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000eb`61dffcf0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000eb`61dffd60 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000eb`621ffa58 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000eb`621ffa60 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000eb`621ffd50 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000eb`621ffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000eb`625ff6f8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000eb`625ff700 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000eb`625ff770 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000eb`625ff870 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000eb`625ff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000eb`62dffbd8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000eb`62dffbe0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000eb`62dffed0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000eb`62dfff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000084`e0bff568 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000084`e0bff570 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000084`e0bff860 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000084`e0bff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000084`e13ff6a8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000084`e13ff6b0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000084`e13ff720 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000084`e13ff820 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000084`e13ff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000084`e17ffb18 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000084`e17ffb20 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000084`e17ffe10 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000084`e17ffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000084`e03feda0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000084`e03fede0 00007ff6`511393bc     postgres!ExceptionalCondition(
00000084`e03fee20 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000084`e03fee70 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000084`e03feec0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000084`e03ff7e0 00007ff6`50fee778     postgres!PostmasterMain(
00000084`e03ff970 00007ff6`515e68b9     postgres!main(
00000084`e03ff9b0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000084`e03ffa00 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000084`e03ffa70 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000084`e07ffbc8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000084`e07ffbd0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000084`e07ffec0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000084`e07ffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000084`e0fff488 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000084`e0fff490 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000084`e0fff780 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000084`e0fff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006c`b3dffa88 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006c`b3dffa90 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000006c`b3dffd80 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006c`b3dffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006c`b45ff718 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000006c`b45ff720 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000006c`b45ff790 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000006c`b45ff890 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006c`b45ff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006c`b49ff4a8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006c`b49ff4b0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000006c`b49ff7a0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006c`b49ff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006c`b35ff040 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000006c`b35ff080 00007ff6`511393bc     postgres!ExceptionalCondition(
0000006c`b35ff0c0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000006c`b35ff110 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000006c`b35ff160 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000006c`b35ffa80 00007ff6`50fee778     postgres!PostmasterMain(
0000006c`b35ffc10 00007ff6`515e68b9     postgres!main(
0000006c`b35ffc50 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000006c`b35ffca0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000006c`b35ffd10 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000006c`b39ffa38 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006c`b39ffa40 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000006c`b39ffd30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006c`b39ffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006c`b41ff668 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006c`b41ff670 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000006c`b41ff960 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006c`b41ff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fe`761feca0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000fe`761fece0 00007ff6`511393bc     postgres!ExceptionalCondition(
000000fe`761fed20 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000fe`761fed70 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000fe`761fedc0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000fe`761ff6e0 00007ff6`50fee778     postgres!PostmasterMain(
000000fe`761ff870 00007ff6`515e68b9     postgres!main(
000000fe`761ff8b0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000fe`761ff900 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000fe`761ff970 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000fe`775ff998 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fe`775ff9a0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000fe`775ffc90 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fe`775ffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fe`771ffb68 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000fe`771ffb70 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000fe`771ffbe0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000fe`771ffce0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fe`771ffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fe`76dff8e8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fe`76dff8f0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000fe`76dffbe0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fe`76dffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fe`769ffbd8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fe`769ffbe0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000fe`769ffed0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fe`769fff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fe`765ff8d8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fe`765ff8e0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000fe`765ffbd0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fe`765ffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000019`789fed70 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000019`789fedb0 00007ff6`511393bc     postgres!ExceptionalCondition(
00000019`789fedf0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000019`789fee40 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000019`789fee90 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000019`789ff7b0 00007ff6`50fee778     postgres!PostmasterMain(
00000019`789ff940 00007ff6`515e68b9     postgres!main(
00000019`789ff980 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000019`789ff9d0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000019`789ffa40 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000019`78dffa28 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000019`78dffa30 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000019`78dffd20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000019`78dffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000019`791ff578 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000019`791ff580 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000019`791ff870 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000019`791ff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000019`795ffb98 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000019`795ffba0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000019`795ffc10 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000019`795ffd10 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000019`795ffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000019`799ff4e8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000019`799ff4f0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000019`799ff7e0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000019`799ff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f7`afdffb98 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f7`afdffba0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000f7`afdffe90 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f7`afdffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f7`aedff468 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f7`aedff470 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000f7`aedff760 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f7`aedff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f7`af1ff958 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f7`af1ff960 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000f7`af1ffc50 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f7`af1ffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f7`af5ff8a8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f7`af5ff8b0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000f7`af5ffba0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f7`af5ffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f7`af9ffbc8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000f7`af9ffbd0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000f7`af9ffc40 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000f7`af9ffd40 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f7`af9ffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f7`ae9ff020 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f7`ae9ff060 00007ff6`511393bc     postgres!ExceptionalCondition(
000000f7`ae9ff0a0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f7`ae9ff0f0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000f7`ae9ff140 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f7`ae9ffa60 00007ff6`50fee778     postgres!PostmasterMain(
000000f7`ae9ffbf0 00007ff6`515e68b9     postgres!main(
000000f7`ae9ffc30 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f7`ae9ffc80 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f7`ae9ffcf0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000d8`015ff648 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000d8`015ff650 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000d8`015ff6c0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000d8`015ff7c0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d8`015ff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d8`009ff120 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d8`009ff160 00007ff6`511393bc     postgres!ExceptionalCondition(
000000d8`009ff1a0 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000d8`009ff1f0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000d8`009ff240 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000d8`009ffb60 00007ff6`50fee778     postgres!PostmasterMain(
000000d8`009ffcf0 00007ff6`515e68b9     postgres!main(
000000d8`009ffd30 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d8`009ffd80 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d8`009ffdf0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000d8`00dff598 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d8`00dff5a0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000d8`00dff890 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d8`00dff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d8`011ff7e8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d8`011ff7f0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000d8`011ffae0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d8`011ffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d8`019ff7f8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d8`019ff800 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000d8`019ffaf0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d8`019ffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000076`787ffc78 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000076`787ffc80 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000076`787ffcf0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000076`787ffdf0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000076`787ffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000076`77fff1b0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000076`77fff1f0 00007ff6`511393bc     postgres!ExceptionalCondition(
00000076`77fff230 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000076`77fff280 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000076`77fff2d0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000076`77fffbf0 00007ff6`50fee778     postgres!PostmasterMain(
00000076`77fffd80 00007ff6`515e68b9     postgres!main(
00000076`77fffdc0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000076`77fffe10 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000076`77fffe80 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000076`78fff7c8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000076`78fff7d0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000076`78fffac0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000076`78fffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`041ff4c8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dd`041ff4d0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000dd`041ff7c0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`041ff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`03dff798 00007ff6`511322b7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000dd`03dff7a0 00007ff6`50fee6e4     postgres!SubPostmasterMain(
000000dd`03dff810 00007ff6`515e68b9     postgres!main(
000000dd`03dff850 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000dd`03dff8a0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000dd`03dff910 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000dd`03dff940 00007ffc`8c3b4cb0     postgres!mainCRTStartup(
000000dd`03dff970 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`03dff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`045ff9d8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dd`045ff9e0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000dd`045ffcd0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`045ffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000086`b41ff668 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000086`b41ff670 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000086`b41ff6e0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000086`b41ff7e0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000086`b41ff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000086`b49ff5c8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000086`b49ff5d0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000086`b49ff8c0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000086`b49ff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000086`b39fec30 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000086`b39fec70 00007ff6`511393bc     postgres!ExceptionalCondition(
00000086`b39fecb0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000086`b39fed00 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000086`b39fed50 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000086`b39ff670 00007ff6`50fee778     postgres!PostmasterMain(
00000086`b39ff800 00007ff6`515e68b9     postgres!main(
00000086`b39ff840 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000086`b39ff890 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000086`b39ff900 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000086`b3dff628 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000086`b3dff630 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000086`b3dff920 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000086`b3dff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000086`b45ff948 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000086`b45ff950 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000086`b45ffc40 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000086`b45ffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e6`40fff718 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e6`40fff720 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000e6`40fffa10 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e6`40fffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e6`417ff558 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e6`417ff560 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000e6`417ff850 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e6`417ff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e6`41bff848 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e6`41bff850 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000e6`41bffb40 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e6`41bffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e6`40bfeb90 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e6`40bfebd0 00007ff6`511393bc     postgres!ExceptionalCondition(
000000e6`40bfec10 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000e6`40bfec60 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000e6`40bfecb0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000e6`40bff5d0 00007ff6`50fee778     postgres!PostmasterMain(
000000e6`40bff760 00007ff6`515e68b9     postgres!main(
000000e6`40bff7a0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e6`40bff7f0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e6`40bff860 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000e6`413ff808 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000e6`413ff810 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000e6`413ff880 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000e6`413ff980 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e6`413ff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b1`1f7ff668 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b1`1f7ff670 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000b1`1f7ff960 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b1`1f7ff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b1`1fbff978 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000b1`1fbff980 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000b1`1fbff9f0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000b1`1fbffaf0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b1`1fbffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b1`203ff6d8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b1`203ff6e0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000b1`203ff9d0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b1`203ffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b1`1f3fefe0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b1`1f3ff020 00007ff6`511393bc     postgres!ExceptionalCondition(
000000b1`1f3ff060 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000b1`1f3ff0b0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000b1`1f3ff100 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000b1`1f3ffa20 00007ff6`50fee778     postgres!PostmasterMain(
000000b1`1f3ffbb0 00007ff6`515e68b9     postgres!main(
000000b1`1f3ffbf0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b1`1f3ffc40 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000b1`1f3ffcb0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000b1`1ffffa98 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b1`1ffffaa0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000b1`1ffffd90 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b1`1ffffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b5`edfff8a8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b5`edfff8b0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000b5`edfffba0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b5`edfffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b5`edbfee00 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b5`edbfee40 00007ff6`511393bc     postgres!ExceptionalCondition(
000000b5`edbfee80 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000b5`edbfeed0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000b5`edbfef20 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000b5`edbff840 00007ff6`50fee778     postgres!PostmasterMain(
000000b5`edbff9d0 00007ff6`515e68b9     postgres!main(
000000b5`edbffa10 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b5`edbffa60 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000b5`edbffad0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000b5`ee3ff638 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000b5`ee3ff640 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000b5`ee3ff6b0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000b5`ee3ff7b0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b5`ee3ff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b5`ee7ffaa8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b5`ee7ffab0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000b5`ee7ffda0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b5`ee7ffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b5`eebff4e8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b5`eebff4f0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000b5`eebff7e0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b5`eebff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000024`2e7ffc08 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000024`2e7ffc10 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000024`2e7ffc80 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000024`2e7ffd80 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000024`2e7ffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000024`2ebff7d8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000024`2ebff7e0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000024`2ebffad0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000024`2ebffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000024`2d7ff200 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000024`2d7ff240 00007ff6`511393bc     postgres!ExceptionalCondition(
00000024`2d7ff280 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000024`2d7ff2d0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000024`2d7ff320 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000024`2d7ffc40 00007ff6`50fee778     postgres!PostmasterMain(
00000024`2d7ffdd0 00007ff6`515e68b9     postgres!main(
00000024`2d7ffe10 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000024`2d7ffe60 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000024`2d7ffed0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000024`2dbff6f8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000024`2dbff700 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000024`2dbff9f0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000024`2dbffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000024`2dfff468 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000024`2dfff470 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000024`2dfff760 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000024`2dfff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000024`2e3ffbd8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000024`2e3ffbe0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000024`2e3ffed0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000024`2e3fff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004a`147ff4a8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004a`147ff4b0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000004a`147ff7a0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004a`147ff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004a`14fff568 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004a`14fff570 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000004a`14fff860 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004a`14fff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004a`153ff518 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004a`153ff520 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000004a`153ff810 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004a`153ff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004a`143fedc0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000004a`143fee00 00007ff6`511393bc     postgres!ExceptionalCondition(
0000004a`143fee40 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000004a`143fee90 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000004a`143feee0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000004a`143ff800 00007ff6`50fee778     postgres!PostmasterMain(
0000004a`143ff990 00007ff6`515e68b9     postgres!main(
0000004a`143ff9d0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000004a`143ffa20 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000004a`143ffa90 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000004a`14bff6d8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000004a`14bff6e0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000004a`14bff750 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000004a`14bff850 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004a`14bff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e9`8ebffb58 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000e9`8ebffb60 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000e9`8ebffbd0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000e9`8ebffcd0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e9`8ebffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e9`8f3ff6e8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e9`8f3ff6f0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000e9`8f3ff9e0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e9`8f3ffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e9`8efff5c8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e9`8efff5d0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000e9`8efff8c0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e9`8efff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e9`8e3feab0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e9`8e3feaf0 00007ff6`511393bc     postgres!ExceptionalCondition(
000000e9`8e3feb30 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000e9`8e3feb80 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000e9`8e3febd0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000e9`8e3ff4f0 00007ff6`50fee778     postgres!PostmasterMain(
000000e9`8e3ff680 00007ff6`515e68b9     postgres!main(
000000e9`8e3ff6c0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e9`8e3ff710 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e9`8e3ff780 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000e9`8e7ffb08 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e9`8e7ffb10 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000e9`8e7ffe00 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e9`8e7ffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
tap
[04:56:11.659](1.644s) Bail out!  pg_ctl stop failed
tap
[04:56:06.411](1.297s) Bail out!  pg_ctl stop failed
tap
[04:56:07.165](1.325s) Bail out!  pg_ctl restart failed
tap
[04:56:10.859](1.204s) Bail out!  pg_ctl stop failed
tap
[04:56:10.829](3.907s) Bail out!  pg_ctl stop failed
tap
[04:56:24.308](1.317s) Bail out!  pg_ctl restart failed
tap
[04:57:54.180](1.266s) Bail out!  pg_ctl stop failed
tap
[05:03:30.949](311.491s) # poll_query_until timed out executing this query:
[05:03:30.952](0.003s) not ok 2 - ensure checksums are enabled
[05:08:41.132](309.697s) # poll_query_until timed out executing this query:
[05:08:41.134](0.002s) not ok 7 - ensure checksums are enabled
[05:08:42.324](1.123s) Bail out!  pg_ctl stop failed
tap
[05:03:31.260](310.739s) # poll_query_until timed out executing this query:
[05:03:31.263](0.003s) not ok 3 - ensure checksums aren't enabled yet
tap
[05:03:34.247](310.606s) # poll_query_until timed out executing this query:
[05:03:34.250](0.003s) not ok 3 - ensure checksums are in progress on primary
[05:08:43.871](309.621s) # poll_query_until timed out executing this query:
[05:08:43.874](0.003s) not ok 4 - ensure standby has absorbed the inprogress-on barrier
[05:08:43.940](0.065s) not ok 5 - ensure checksums are on, or in progress, on standby_1
[05:13:53.359](309.419s) # poll_query_until timed out executing this query:
[05:13:53.362](0.003s) not ok 6 - ensure checksums are enabled on the primary
tap
[04:58:23.056](1.189s) Bail out!  pg_ctl stop failed
tap
[04:57:59.127](1.345s) Bail out!  pg_ctl stop failed
tap
[04:58:01.149](1.287s) Bail out!  pg_ctl restart failed
tap
[04:58:11.001](15.208s) Bail out!  pg_ctl restart failed
tap
[04:58:00.582](1.161s) Bail out!  pg_ctl stop failed
tap
[04:58:03.013](1.267s) Bail out!  pg_ctl restart failed
tap
[04:58:05.409](1.221s) Bail out!  pg_ctl stop failed
tap
[04:53:28.946](1.384s) Bail out!  pg_ctl stop failed
tap
[04:53:28.680](1.348s) Bail out!  pg_ctl stop failed
tap
[04:53:26.409](1.409s) Bail out!  pg_ctl restart failed
tap
[04:53:35.304](1.328s) Bail out!  pg_ctl stop failed
tap
[04:53:34.272](6.916s) Bail out!  pg_ctl stop failed
tap
[04:53:37.607](1.424s) Bail out!  pg_ctl restart failed
tap
[04:53:52.352](9.452s) Bail out!  pg_ctl stop failed
tap
[04:53:46.342](0.000s) not ok 23 - data_checksums=on is reported on an offline cluster stdout /(?^:^on$)/
[04:53:48.140](1.629s) Bail out!  pg_ctl stop failed
tap
[04:54:08.059](1.347s) Bail out!  pg_ctl restart failed
tap
[04:54:17.796](1.737s) not ok 17 - pg_ctl stop
[04:54:19.422](1.219s) not ok 25 - pg_ctl restart with server running
[04:54:19.435](0.013s) Bail out!  command "pg_ctl stop -D C:\cirrus\build\testrun\pg_ctl\001_start_stop\data\tmp_test_yX...
tap
[04:54:14.104](1.095s) Bail out!  command "pg_ctl stop -D C:\cirrus\build/testrun/pg_ctl/002_status\data/t_002_status_ma...
tap
[04:54:56.224](1.251s) Bail out!  pg_ctl stop failed
tap
[04:56:15.085](1.180s) Bail out!  pg_ctl restart failed
tap
[04:54:33.679](1.252s) Bail out!  pg_ctl stop failed
tap
[04:54:54.473](1.246s) Bail out!  pg_ctl stop failed
tap
[04:54:57.073](19.619s) Bail out!  pg_ctl stop failed
tap
[04:54:46.242](5.088s) Bail out!  pg_ctl stop failed
tap
[04:54:54.582](6.502s) Bail out!  pg_ctl stop failed
tap
[04:54:55.301](5.516s) Bail out!  pg_ctl stop failed
tap
[04:55:14.791](18.340s) Bail out!  pg_ctl stop failed
tap
[04:55:13.554](16.670s) Bail out!  pg_ctl stop failed
tap
[04:55:13.211](15.907s) Bail out!  pg_ctl stop failed
tap
[04:55:13.258](15.899s) Bail out!  pg_ctl stop failed
tap
[04:56:15.446](1.205s) Bail out!  pg_ctl restart failed
tap
[04:51:14.246](3.451s) Bail out!  pg_ctl stop failed
tap
[04:49:22.748](8.148s) Bail out!  pg_ctl stop failed
tap
[04:49:23.514](5.567s) Bail out!  pg_ctl stop failed
tap
[04:55:22.680](1.157s) Bail out!  pg_ctl stop failed
tap
[04:56:19.126](1.174s) Bail out!  pg_ctl stop failed
tap
[04:56:18.937](1.486s) Bail out!  pg_ctl stop failed
tap
[04:55:32.746](4.652s) Bail out!  pg_ctl stop failed
tap
[04:56:16.761](1.580s) Bail out!  pg_ctl stop failed
tap
[04:56:28.815](1.205s) Bail out!  pg_ctl stop failed
tap
[04:49:31.839](18.990s) Bail out!  pg_ctl stop failed
tap
[04:49:24.858](2.000s) Bail out!  pg_ctl stop failed
tap
[04:49:34.958](11.230s) Bail out!  pg_ctl stop failed
tap
[04:49:34.235](1.486s) Bail out!  pg_ctl restart failed
tap
[04:49:59.009](1.454s) Bail out!  pg_ctl stop failed
tap
[04:50:14.790](40.425s) Bail out!  pg_ctl restart failed
tap
[04:49:58.271](4.742s) Bail out!  pg_ctl stop failed
tap
[04:49:47.963](3.865s) Bail out!  pg_ctl stop failed
tap
[04:49:59.009](10.480s) Bail out!  pg_ctl stop failed
tap
[04:50:09.940](3.505s) Bail out!  pg_ctl stop failed
tap
[04:50:23.995](18.060s) Bail out!  pg_ctl stop failed
tap
[04:50:25.717](18.430s) Bail out!  pg_ctl stop failed
tap
[04:50:15.731](4.656s) Bail out!  pg_ctl stop failed
tap
[04:50:37.047](16.399s) Bail out!  pg_ctl stop failed
tap
[04:50:20.520](1.681s) Bail out!  pg_ctl stop failed
tap
[04:50:42.872](1.548s) Bail out!  pg_ctl stop failed
tap
[04:50:37.297](2.927s) Bail out!  pg_ctl stop failed
tap
[04:50:46.799](17.633s) Bail out!  pg_ctl restart failed
tap
[04:50:50.778](2.193s) Bail out!  pg_ctl stop failed
tap
[04:52:48.083](1.469s) Bail out!  pg_ctl restart failed
tap
[04:51:05.615](2.459s) Bail out!  pg_ctl stop failed
tap
[04:50:58.271](1.583s) Bail out!  pg_ctl stop failed
tap
[04:51:25.942](3.657s) Bail out!  pg_ctl restart failed
tap
[04:51:17.800](2.364s) Bail out!  pg_ctl restart failed
tap
[04:51:44.384](3.629s) Bail out!  pg_ctl stop failed
tap
[04:51:33.515](23.224s) Bail out!  pg_ctl stop failed
tap
[04:51:21.582](6.260s) Bail out!  pg_ctl stop failed
tap
[04:51:47.623](1.754s) Bail out!  pg_ctl stop failed
tap
[04:51:29.055](6.813s) Bail out!  pg_ctl stop failed
tap
[04:51:41.843](1.732s) Bail out!  pg_ctl restart failed
tap
[04:51:44.415](2.112s) Bail out!  pg_ctl stop failed
tap
[04:52:10.666](1.720s) Bail out!  pg_ctl stop failed
tap
[04:51:49.687](1.328s) Bail out!  pg_ctl stop failed
tap
[04:51:54.243](1.344s) Bail out!  pg_ctl stop failed
tap
[04:58:04.047](1.237s) Bail out!  pg_ctl stop failed
tap
[04:58:25.324](4.301s) Bail out!  pg_ctl restart failed
tap
[04:58:28.940](6.267s) Bail out!  pg_ctl restart failed
tap
[04:58:29.988](6.340s) Bail out!  pg_ctl restart failed
tap
[04:56:48.394](2.291s) Bail out!  pg_ctl stop failed
tap
[04:56:37.121](1.236s) Bail out!  pg_ctl stop failed
tap
[04:56:38.277](1.219s) Bail out!  pg_ctl stop failed
tap
[04:56:40.847](1.205s) Bail out!  pg_ctl stop failed
tap
[04:56:44.444](1.251s) Bail out!  pg_ctl stop failed
tap
[04:56:45.522](1.312s) Bail out!  pg_ctl stop failed
tap
[04:56:46.025](1.217s) Bail out!  pg_ctl stop failed
tap
[04:56:50.756](1.313s) Bail out!  pg_ctl stop failed
tap
[04:56:51.791](1.238s) Bail out!  pg_ctl stop failed
tap
[04:57:29.064](1.253s) Bail out!  pg_ctl restart failed
tap
[04:57:03.599](1.422s) Bail out!  pg_ctl stop failed
tap
[04:57:13.605](1.213s) Bail out!  pg_ctl stop failed
tap
[04:57:02.583](1.690s) Bail out!  pg_ctl stop failed
tap
[04:57:12.321](1.221s) Bail out!  pg_ctl stop failed
tap
[04:57:17.970](1.205s) Bail out!  pg_ctl stop failed
tap
[04:57:12.930](1.217s) Bail out!  pg_ctl stop failed
tap
[04:57:15.028](1.441s) Bail out!  pg_ctl stop failed
tap
[04:57:19.597](4.225s) Bail out!  pg_ctl restart failed
tap
[04:57:37.062](1.309s) Bail out!  pg_ctl stop failed
tap
[04:57:24.354](1.398s) Bail out!  pg_ctl stop failed
tap
[04:57:24.229](1.345s) Bail out!  pg_ctl stop failed
tap
[04:57:31.989](1.315s) Bail out!  pg_ctl stop failed
tap
[04:57:34.636](1.424s) Bail out!  pg_ctl stop failed
tap
[04:57:55.810](1.512s) Bail out!  pg_ctl stop failed
tap
[04:57:39.346](1.438s) Bail out!  pg_ctl stop failed
tap
[04:57:46.964](1.548s) Bail out!  pg_ctl restart failed
tap
[04:58:09.967](1.943s) Bail out!  pg_ctl stop failed
tap
[04:58:02.919](1.575s) Bail out!  pg_ctl stop failed
tap
[04:57:48.731](1.721s) Bail out!  pg_ctl stop failed
tap
[04:58:05.864](1.110s) Bail out!  pg_ctl stop failed
tap
[04:56:19.611](3.485s) Bail out!  pg_ctl stop failed
tap
[04:58:13.735](1.541s) Bail out!  pg_ctl stop failed
tap
[04:58:10.764](1.243s) Bail out!  pg_ctl stop failed
tap
[04:58:13.709](1.437s) Bail out!  pg_ctl stop failed
tap
[04:58:22.132](1.219s) Bail out!  pg_ctl stop failed
tap
[04:58:17.843](2.116s) Bail out!  pg_ctl stop failed
tap
[04:58:18.844](2.453s) Bail out!  pg_ctl restart failed
test
[05:14:56.819]   5/313 postgresql:pg_upgrade / pg_upgrade/003_logical_slots                            ERROR            ...
[05:14:56.819]   6/313 postgresql:pg_upgrade / pg_upgrade/004_subscription                             ERROR            ...
[05:14:56.819]   7/313 postgresql:recovery / recovery/003_recovery_targets                             ERROR            ...
[05:14:56.819]   9/313 postgresql:recovery / recovery/001_stream_rep                                   ERROR            ...
[05:14:56.819]  10/313 postgresql:recovery / recovery/006_logical_decoding                             ERROR            ...
[05:14:56.819]  11/313 postgresql:recovery / recovery/004_timeline_switch                              ERROR            ...
[05:14:56.819]  12/313 postgresql:recovery / recovery/010_logical_decoding_timelines                   ERROR            ...
[05:14:56.819]  13/313 postgresql:recovery / recovery/009_twophase                                     ERROR            ...
[05:14:56.819]  14/313 postgresql:recovery / recovery/012_subtransactions                              ERROR            ...
[05:14:56.819]  16/313 postgresql:recovery / recovery/007_sync_rep                                     ERROR            ...
[05:14:56.819]  17/313 postgresql:recovery / recovery/014_unlogged_reinit                              ERROR            ...
[05:14:56.819]  19/313 postgresql:recovery / recovery/018_wal_optimize                                 ERROR            ...
[05:14:56.819]  20/313 postgresql:recovery / recovery/008_fsm_truncation                               ERROR            ...
[05:14:56.819]  21/313 postgresql:recovery / recovery/020_archive_status                               ERROR            ...
[05:14:56.819]  22/313 postgresql:recovery / recovery/015_promotion_pages                              ERROR            ...
[05:14:56.819]  24/313 postgresql:recovery / recovery/016_min_consistency                              ERROR            ...
[05:14:56.819]  25/313 postgresql:recovery / recovery/019_replslot_limit                               ERROR            ...
[05:14:56.819]  26/313 postgresql:recovery / recovery/023_pitr_prepared_xact                           ERROR            ...
[05:14:56.819]  27/313 postgresql:recovery / recovery/021_row_visibility                               ERROR            ...
[05:14:56.819]  28/313 postgresql:recovery / recovery/024_archive_recovery                             ERROR            ...
[05:14:56.819]  29/313 postgresql:recovery / recovery/026_overwrite_contrecord                         ERROR            ...
[05:14:56.819]  30/313 postgresql:recovery / recovery/029_stats_restart                                ERROR            ...
[05:14:56.819]  31/313 postgresql:regress / regress/regress                                            ERROR           1...
[05:14:56.819]  32/313 postgresql:recovery / recovery/028_pitr_timelines                               ERROR            ...
[05:14:56.819]  34/313 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[05:14:56.819]  35/313 postgresql:recovery / recovery/031_recovery_conflict                            ERROR            ...
[05:14:56.819]  36/313 postgresql:recovery / recovery/034_create_database                              ERROR            ...
[05:14:56.819]  37/313 postgresql:recovery / recovery/030_stats_cleanup_replica                        ERROR            ...
[05:14:56.819]  38/313 postgresql:recovery / recovery/036_truncated_dropped                            ERROR            ...
[05:14:56.819]  39/313 postgresql:recovery / recovery/033_replay_tsp_drops                             ERROR            ...
[05:14:56.819]  41/313 postgresql:isolation / isolation/isolation                                      ERROR           1...
[05:14:56.819]  42/313 postgresql:recovery / recovery/038_save_logical_slots_shutdown                  ERROR            ...
[05:14:56.819]  43/313 postgresql:recovery / recovery/039_end_of_wal                                   ERROR            ...
[05:14:56.819]  44/313 postgresql:recovery / recovery/032_relfilenode_reuse                            ERROR            ...
[05:14:56.819]  45/313 postgresql:recovery / recovery/035_standby_logical_decoding                     ERROR            ...
[05:14:56.819]  46/313 postgresql:recovery / recovery/041_checkpoint_at_promote                        ERROR            ...
[05:14:56.819]  47/313 postgresql:plpgsql / plpgsql/regress                                            ERROR            ...
[05:14:56.819]  48/313 postgresql:plperl / plperl/regress                                              ERROR            ...
[05:14:56.819]  49/313 postgresql:recovery / recovery/042_low_level_backup                             ERROR            ...
[05:14:56.819]  50/313 postgresql:basic_archive / basic_archive/regress                                ERROR            ...
[05:14:56.819]  51/313 postgresql:bloom / bloom/regress                                                ERROR            ...
[05:14:56.819]  52/313 postgresql:bool_plperl / bool_plperl/regress                                    ERROR            ...
[05:14:56.819]  53/313 postgresql:amcheck / amcheck/regress                                            ERROR            ...
[05:14:56.819]  54/313 postgresql:plpython / plpython/regress                                          ERROR            ...
[05:14:56.819]  55/313 postgresql:citext / citext/regress                                              ERROR            ...
[05:14:56.819]  56/313 postgresql:cube / cube/regress                                                  ERROR            ...
[05:14:56.819]  57/313 postgresql:dict_int / dict_int/regress                                          ERROR            ...
[05:14:56.819]  58/313 postgresql:dblink / dblink/regress                                              ERROR            ...
[05:14:56.819]  59/313 postgresql:dict_xsyn / dict_xsyn/regress                                        ERROR            ...
[05:14:56.819]  60/313 postgresql:btree_gin / btree_gin/regress                                        ERROR            ...
[05:14:56.819]  61/313 postgresql:btree_gist / btree_gist/regress                                      ERROR            ...
[05:14:56.819]  62/313 postgresql:earthdistance / earthdistance/regress                                ERROR            ...
[05:14:56.819]  63/313 postgresql:recovery / recovery/040_standby_failover_slots_sync                  ERROR            ...
[05:14:56.819]  64/313 postgresql:file_fdw / file_fdw/regress                                          ERROR            ...
[05:14:56.819]  65/313 postgresql:fuzzystrmatch / fuzzystrmatch/regress                                ERROR            ...
[05:14:56.820]  66/313 postgresql:hstore_plpython / hstore_plpython/regress                            ERROR            ...
[05:14:56.820]  67/313 postgresql:hstore_plperl / hstore_plperl/regress                                ERROR            ...
[05:14:56.820]  68/313 postgresql:hstore / hstore/regress                                              ERROR            ...
[05:14:56.820]  69/313 postgresql:isn / isn/regress                                                    ERROR            ...
[05:14:56.820]  70/313 postgresql:jsonb_plperl / jsonb_plperl/regress                                  ERROR            ...
[05:14:56.820]  71/313 postgresql:lo / lo/regress                                                      ERROR            ...
[05:14:56.820]  72/313 postgresql:jsonb_plpython / jsonb_plpython/regress                              ERROR            ...
[05:14:56.820]  73/313 postgresql:ltree / ltree/regress                                                ERROR            ...
[05:14:56.820]  74/313 postgresql:ltree_plpython / ltree_plpython/regress                              ERROR            ...
[05:14:56.820]  75/313 postgresql:pg_buffercache / pg_buffercache/regress                              ERROR            ...
[05:14:56.820]  76/313 postgresql:passwordcheck / passwordcheck/regress                                ERROR            ...
[05:14:56.820]  77/313 postgresql:intarray / intarray/regress                                          ERROR            ...
[05:14:56.820]  78/313 postgresql:pageinspect / pageinspect/regress                                    ERROR            ...
[05:14:56.820]  79/313 postgresql:pg_freespacemap / pg_freespacemap/regress                            ERROR            ...
[05:14:56.820]  80/313 postgresql:pg_logicalinspect / pg_logicalinspect/isolation                      ERROR            ...
[05:14:56.820]  81/313 postgresql:pgrowlocks / pgrowlocks/isolation                                    ERROR            ...
[05:14:56.820]  82/313 postgresql:pgstattuple / pgstattuple/regress                                    ERROR            ...
[05:14:56.820]  83/313 postgresql:pg_surgery / pg_surgery/regress                                      ERROR            ...
[05:14:56.820]  84/313 postgresql:pg_visibility / pg_visibility/regress                                ERROR            ...
[05:14:56.820]  85/313 postgresql:pgcrypto / pgcrypto/regress                                          ERROR            ...
[05:14:56.820]  86/313 postgresql:pg_walinspect / pg_walinspect/regress                                ERROR            ...
[05:14:56.820]  87/313 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
[05:14:56.820]  88/313 postgresql:pg_trgm / pg_trgm/regress                                            ERROR            ...
[05:14:56.820]  89/313 postgresql:tablefunc / tablefunc/regress                                        ERROR            ...
[05:14:56.820]  90/313 postgresql:seg / seg/regress                                                    ERROR            ...
[05:14:56.820]  91/313 postgresql:tcn / tcn/isolation                                                  ERROR            ...
[05:14:56.820]  92/313 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
[05:14:56.820]  93/313 postgresql:tsm_system_rows / tsm_system_rows/regress                            ERROR            ...
[05:14:56.820]  94/313 postgresql:tsm_system_time / tsm_system_time/regress                            ERROR            ...
[05:14:56.820]  95/313 postgresql:unaccent / unaccent/regress                                          ERROR            ...
[05:14:56.820]  96/313 postgresql:postgres_fdw / postgres_fdw/regress                                  ERROR            ...
[05:14:56.820]  97/313 postgresql:brin / brin/isolation                                                ERROR            ...
[05:14:56.820]  98/313 postgresql:commit_ts / commit_ts/regress                                        ERROR            ...
[05:14:56.820]  99/313 postgresql:dummy_index_am / dummy_index_am/regress                              ERROR            ...
[05:14:56.820] 100/313 postgresql:dummy_seclabel / dummy_seclabel/regress                              ERROR            ...
[05:14:56.820] 101/313 postgresql:delay_execution / delay_execution/isolation                          ERROR            ...
[05:14:56.820] 102/313 postgresql:test_decoding / test_decoding/isolation                              ERROR            ...
[05:14:56.820] 103/313 postgresql:gin / gin/regress                                                    ERROR            ...
[05:14:56.820] 104/313 postgresql:injection_points / injection_points/regress                          ERROR            ...
[05:14:56.820] 105/313 postgresql:spgist_name_ops / spgist_name_ops/regress                            ERROR            ...
[05:14:56.820] 106/313 postgresql:plsample / plsample/regress                                          ERROR            ...
[05:14:56.820] 107/313 postgresql:test_bloomfilter / test_bloomfilter/regress                          ERROR            ...
[05:14:56.820] 108/313 postgresql:test_copy_callbacks / test_copy_callbacks/regress                    ERROR            ...
[05:14:56.820] 109/313 postgresql:injection_points / injection_points/isolation                        ERROR            ...
[05:14:56.820] 110/313 postgresql:test_dsa / test_dsa/regress                                          ERROR            ...
[05:14:56.820] 111/313 postgresql:test_dsm_registry / test_dsm_registry/regress                        ERROR            ...
[05:14:56.820] 112/313 postgresql:test_ginpostinglist / test_ginpostinglist/regress                    ERROR            ...
[05:14:56.820] 113/313 postgresql:test_decoding / test_decoding/regress                                ERROR            ...
[05:14:56.820] 114/313 postgresql:test_extensions / test_extensions/regress                            ERROR            ...
[05:14:56.820] 115/313 postgresql:test_ddl_deparse / test_ddl_deparse/regress                          ERROR            ...
[05:14:56.820] 116/313 postgresql:test_lfind / test_lfind/regress                                      ERROR            ...
[05:14:56.820] 117/313 postgresql:test_parser / test_parser/regress                                    ERROR            ...
[05:14:56.820] 118/313 postgresql:test_pg_dump / test_pg_dump/regress                                  ERROR            ...
[05:14:56.820] 119/313 postgresql:test_oat_hooks / test_oat_hooks/regress                              ERROR            ...
[05:14:56.820] 120/313 postgresql:test_predtest / test_predtest/regress                                ERROR            ...
[05:14:56.820] 121/313 postgresql:test_rbtree / test_rbtree/regress                                    ERROR            ...
[05:14:56.820] 122/313 postgresql:test_radixtree / test_radixtree/regress                              ERROR            ...
[05:14:56.820] 123/313 postgresql:test_resowner / test_resowner/regress                                ERROR            ...
[05:14:56.820] 124/313 postgresql:test_regex / test_regex/regress                                      ERROR            ...
[05:14:56.820] 125/313 postgresql:test_integerset / test_integerset/regress                            ERROR            ...
[05:14:56.820] 126/313 postgresql:test_rls_hooks / test_rls_hooks/regress                              ERROR            ...
[05:14:56.820] 127/313 postgresql:test_shm_mq / test_shm_mq/regress                                    ERROR            ...
[05:14:56.820] 128/313 postgresql:test_slru / test_slru/regress                                        ERROR            ...
[05:14:56.905] 129/313 postgresql:test_tidstore / test_tidstore/regress                                ERROR            ...
[05:14:56.905] 131/313 postgresql:typcache / typcache/regress                                          ERROR            ...
[05:14:56.905] 132/313 postgresql:unsafe_tests / unsafe_tests/regress                                  ERROR            ...
[05:14:56.905] 135/313 postgresql:libpq / libpq/005_negotiate_encryption                               ERROR            ...
[05:14:56.905] 137/313 postgresql:libpq / libpq/004_load_balance_dns                                   ERROR            ...
[05:14:56.905] 138/313 postgresql:libpq / libpq/003_load_balance_host_list                             ERROR            ...
[05:14:56.905] 140/313 postgresql:pg_amcheck / pg_amcheck/004_verify_heapam                            ERROR            ...
[05:14:56.905] 141/313 postgresql:pg_amcheck / pg_amcheck/003_check                                    ERROR            ...
[05:14:56.905] 144/313 postgresql:pg_basebackup / pg_basebackup/010_pg_basebackup                      ERROR            ...
[05:14:56.905] 148/313 postgresql:ecpg / ecpg/ecpg                                                     ERROR            ...
[05:14:56.905] 149/313 postgresql:pg_checksums / pg_checksums/002_actions                              ERROR            ...
[05:14:56.905] 151/313 postgresql:pg_basebackup / pg_basebackup/040_pg_createsubscriber                ERROR            ...
[05:14:56.905] 154/313 postgresql:pg_combinebackup / pg_combinebackup/007_wal_level_minimal            ERROR            ...
[05:14:56.905] 158/313 postgresql:pg_ctl / pg_ctl/002_status                                           ERROR            ...
[05:14:56.905] 159/313 postgresql:pg_ctl / pg_ctl/001_start_stop                                       ERROR            ...
[05:14:56.905] 167/313 postgresql:pg_resetwal / pg_resetwal/001_basic                                  ERROR            ...
[05:14:56.905] 171/313 postgresql:pg_rewind / pg_rewind/003_extrafiles                                 ERROR            ...
[05:14:56.905] 173/313 postgresql:pg_rewind / pg_rewind/001_basic                                      ERROR            ...
[05:14:56.905] 174/313 postgresql:pg_rewind / pg_rewind/004_pg_xlog_symlink                            ERROR            ...
[05:14:56.905] 175/313 postgresql:pg_dump / pg_dump/002_pg_dump                                        ERROR            ...
[05:14:56.905] 176/313 postgresql:pg_rewind / pg_rewind/005_same_timeline                              ERROR            ...
[05:14:56.905] 180/313 postgresql:pg_rewind / pg_rewind/002_databases                                  ERROR            ...
[05:14:56.905] 183/313 postgresql:pg_rewind / pg_rewind/009_growing_files                              ERROR            ...
[05:14:56.905] 184/313 postgresql:pg_rewind / pg_rewind/010_keep_recycled_wals                         ERROR            ...
[05:14:56.905] 185/313 postgresql:pg_rewind / pg_rewind/008_min_recovery_point                         ERROR            ...
[05:14:56.905] 186/313 postgresql:pg_rewind / pg_rewind/007_standby_source                             ERROR            ...
[05:14:56.905] 189/313 postgresql:pg_verifybackup / pg_verifybackup/007_wal                            ERROR            ...
[05:14:56.905] 196/313 postgresql:pg_waldump / pg_waldump/001_basic                                    ERROR            ...
[05:14:56.905] 217/313 postgresql:amcheck / amcheck/002_cic                                            ERROR            ...
[05:14:56.905] 218/313 postgresql:amcheck / amcheck/003_cic_2pc                                        ERROR            ...
[05:14:56.905] 220/313 postgresql:amcheck / amcheck/005_pitr                                           ERROR            ...
[05:14:56.905] 221/313 postgresql:amcheck / amcheck/004_verify_nbtree_unique                           ERROR            ...
[05:14:56.905] 223/313 postgresql:amcheck / amcheck/001_verify_heapam                                  ERROR            ...
[05:14:56.905] 225/313 postgresql:pg_prewarm / pg_prewarm/001_basic                                    ERROR            ...
[05:14:56.905] 226/313 postgresql:pg_stat_statements / pg_stat_statements/010_restart                  ERROR            ...
[05:14:56.905] 227/313 postgresql:pgbench / pgbench/001_pgbench_with_server                            ERROR            ...
[05:14:56.905] 229/313 postgresql:pg_visibility / pg_visibility/002_corrupt_vm                         ERROR            ...
[05:14:56.905] 230/313 postgresql:test_decoding / test_decoding/001_repl_stats                         ERROR            ...
[05:14:56.905] 231/313 postgresql:pg_visibility / pg_visibility/001_concurrent_transaction             ERROR            ...
[05:14:56.905] 235/313 postgresql:authentication / authentication/004_file_inclusion                   ERROR            ...
[05:14:56.905] 238/313 postgresql:postmaster / postmaster/002_start_stop                               ERROR            ...
[05:14:56.905] 241/313 postgresql:subscription / subscription/002_types                                ERROR            ...
[05:14:56.905] 242/313 postgresql:subscription / subscription/003_constraints                          ERROR            ...
[05:14:56.905] 243/313 postgresql:subscription / subscription/004_sync                                 ERROR            ...
[05:14:56.905] 244/313 postgresql:subscription / subscription/005_encoding                             ERROR            ...
[05:14:56.905] 245/313 postgresql:subscription / subscription/006_rewrite                              ERROR            ...
[05:14:56.905] 246/313 postgresql:subscription / subscription/007_ddl                                  ERROR            ...
[05:14:56.905] 249/313 postgresql:subscription / subscription/001_rep_changes                          ERROR            ...
[05:14:56.905] 250/313 postgresql:subscription / subscription/008_diff_schema                          ERROR            ...
[05:14:56.905] 251/313 postgresql:subscription / subscription/009_matviews                             ERROR            ...
[05:14:56.905] 252/313 postgresql:subscription / subscription/016_stream_subxact                       ERROR            ...
[05:14:56.905] 253/313 postgresql:subscription / subscription/014_binary                               ERROR            ...
[05:14:56.905] 256/313 postgresql:subscription / subscription/017_stream_ddl                           ERROR            ...
[05:14:56.905] 257/313 postgresql:subscription / subscription/019_stream_subxact_ddl_abort             ERROR            ...
[05:14:56.905] 258/313 postgresql:subscription / subscription/015_stream                               ERROR            ...
[05:14:56.905] 259/313 postgresql:subscription / subscription/020_messages                             ERROR            ...
[05:14:56.905] 260/313 postgresql:subscription / subscription/018_stream_subxact_abort                 ERROR            ...
[05:14:56.905] 261/313 postgresql:subscription / subscription/021_twophase                             ERROR            ...
[05:14:56.905] 262/313 postgresql:subscription / subscription/024_add_drop_pub                         ERROR            ...
[05:14:56.905] 263/313 postgresql:subscription / subscription/023_twophase_stream                      ERROR            ...
[05:14:56.905] 264/313 postgresql:recovery / recovery/013_crash_restart                                ERROR           4...
[05:14:56.905] 265/313 postgresql:subscription / subscription/013_partition                            ERROR            ...
[05:14:56.905] 266/313 postgresql:subscription / subscription/025_rep_changes_for_schema               ERROR            ...
[05:14:56.905] 267/313 postgresql:subscription / subscription/026_stats                                ERROR            ...
[05:14:56.905] 268/313 postgresql:subscription / subscription/022_twophase_cascade                     ERROR            ...
[05:14:56.905] 269/313 postgresql:subscription / subscription/029_on_error                             ERROR            ...
[05:14:56.905] 270/313 postgresql:subscription / subscription/030_origin                               ERROR            ...
[05:14:56.905] 271/313 postgresql:subscription / subscription/100_bugs                                 ERROR            ...
[05:14:56.905] 272/313 postgresql:brin / brin/01_workitems                                             ERROR            ...
[05:14:56.905] 275/313 postgresql:subscription / subscription/028_row_filter                           ERROR            ...
[05:14:56.905] 276/313 postgresql:commit_ts / commit_ts/001_base                                       ERROR            ...
[05:14:56.905] 278/313 postgresql:commit_ts / commit_ts/004_restart                                    ERROR            ...
[05:14:56.905] 280/313 postgresql:commit_ts / commit_ts/002_standby                                    ERROR            ...
[05:14:56.905] 281/313 postgresql:injection_points / injection_points/001_stats                        ERROR            ...
[05:14:56.905] 282/313 postgresql:ssl_passphrase_callback / ssl_passphrase_callback/001_testfunc       ERROR            ...
[05:14:56.905] 283/313 postgresql:subscription / subscription/032_subscribe_use_index                  ERROR            ...
[05:14:56.905] 286/313 postgresql:libpq_pipeline / libpq_pipeline/001_libpq_pipeline                   ERROR            ...
[05:14:56.905] 287/313 postgresql:test_custom_rmgrs / test_custom_rmgrs/001_basic                      ERROR            ...
[05:14:56.905] 290/313 postgresql:test_misc / test_misc/002_tablespace                                 ERROR            ...
[05:14:56.905] 291/313 postgresql:subscription / subscription/031_column_list                          ERROR            ...
[05:14:56.905] 292/313 postgresql:commit_ts / commit_ts/003_standby_2                                  ERROR            ...
[05:14:56.905] 293/313 postgresql:test_misc / test_misc/004_io_direct                                  ERROR            ...
[05:14:56.905] 294/313 postgresql:test_misc / test_misc/001_constraint_validation                      ERROR            ...
[05:14:56.905] 300/313 postgresql:test_slru / test_slru/001_multixact                                  ERROR            ...
[05:14:56.905] 301/313 postgresql:worker_spi / worker_spi/001_worker_spi                               ERROR            ...
[05:14:56.905] 302/313 postgresql:test_pg_dump / test_pg_dump/001_base                                 ERROR            ...
[05:14:56.905] 303/313 postgresql:checksums / checksums/004_offline                                    ERROR            ...
[05:14:56.905] 304/313 postgresql:ssl / ssl/001_ssltests                                               ERROR            ...
[05:14:56.905] 307/313 postgresql:ssl / ssl/002_scram                                                  ERROR            ...
[05:14:56.905] 308/313 postgresql:ssl / ssl/003_sslinfo                                                ERROR            ...
[05:14:56.905] 310/313 postgresql:checksums / checksums/002_restarts                                   ERROR           3...
[05:14:56.905] 311/313 postgresql:checksums / checksums/001_basic                                      ERROR           6...
[05:14:56.905] 312/313 postgresql:pg_ctl / pg_ctl/004_logrotate                                        TIMEOUT        10...
[05:14:56.905] 313/313 postgresql:checksums / checksums/003_standby_restarts                           TIMEOUT        10...
51/4285 Revise get_cheapest_parallel_safe_total_inner
macOS - Sonoma - Meson
tap
[04:13:35.355](0.000s) not ok 67 - fails with incorrect -x option: matches
test
[04:14:55.378] 176/314 postgresql:pg_resetwal / pg_resetwal/001_basic                                  ERROR            ...
50/5208 prefetching for nestloop / indexscan
FreeBSD - 13 - Meson
tap
[02:22:39.997](1.848s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[02:22:50.078] 295/314 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
Linux - Debian Bookworm - Autoconf
tap
[02:22:02.942](0.785s) not ok 1 - no parameters missing from postgresql.conf.sample
Linux - Debian Bookworm - Meson
tap
[02:24:57.065](0.454s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[02:25:08.380] 293/314 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
macOS - Sonoma - Meson
core
[02:25:51.755]   * frame #0: 0x00000001029d8b70 dyld`_dyld_start
tap
[02:22:08.312](0.919s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[02:22:19.532] 295/314 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[02:29:02.321](1.864s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[02:29:29.954] 290/309 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
51/5394 Fix jsonb comparison for raw scalar pseudo arrays
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonb.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream...
--- /tmp/cirrus-ci-build/src/test/regress/expected/jsonb.out	2024-11-21 01:30:27.148107000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/jsonb.out	2024-11-21 01:32:48.093838000 ...
@@ -5766,8 +5766,8 @@
 ----------------------------------------
  null
  ""
- "A"
  "a"
+ "A"
  -3.14159
  0
  0.0000000001
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonb.out /tmp/cirrus-ci-build/build/testrun/regress/regress/res...
--- /tmp/cirrus-ci-build/src/test/regress/expected/jsonb.out	2024-11-21 01:30:27.148107000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/jsonb.out	2024-11-21 01:31:55.787907000 +0000
@@ -5766,8 +5766,8 @@
 ----------------------------------------
  null
  ""
- "A"
  "a"
+ "A"
  -3.14159
  0
  0.0000000001
tap
[01:33:05.561](75.003s) not ok 2 - regression tests pass
test
[01:34:53.792]  40/314 postgresql:regress / regress/regress                                            ERROR            ...
[01:34:53.792] 156/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/jsonb.out C:/cirrus/build/testrun/recovery/027_stream_r...
--- C:/cirrus/src/test/regress/expected/jsonb.out	2024-11-21 01:30:32.293218600 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/jsonb.out	2024-11-21 01:35:55.894944800 +0000
@@ -5766,8 +5766,8 @@
 ----------------------------------------
  null
  ""
- "A"
  "a"
+ "A"
  -3.14159
  0
  0.0000000001
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/jsonb.out C:/cirrus/build/testrun/regress/regress/resul...
--- C:/cirrus/src/test/regress/expected/jsonb.out	2024-11-21 01:30:32.293218600 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/jsonb.out	2024-11-21 01:33:41.993913700 +0000
@@ -5766,8 +5766,8 @@
 ----------------------------------------
  null
  ""
- "A"
  "a"
+ "A"
  -3.14159
  0
  0.0000000001
tap
[01:36:18.101](114.140s) not ok 2 - regression tests pass
test
[01:42:03.793]  19/309 postgresql:regress / regress/regress                                            ERROR           1...
[01:42:03.793]  98/309 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5231 Consider the number of columns in the sort cost model
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out /tmp/cirrus-ci-build/build/testrun/...
--- /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out	2024-11-21 00:04:06.029806000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_stat_statements/regress/results/level_tracking.out	2024-11-21 00:07:02.5094320...
@@ -383,26 +383,24 @@
 (1 row)
 
 EXPLAIN (COSTS OFF) SELECT 1, 2 UNION SELECT 3, 4\; EXPLAIN (COSTS OFF) (SELECT 1, 2, 3) UNION SELECT 3, 4, 5;
+      QUERY PLAN       
+-----------------------
+ HashAggregate
+   Group Key: (1), (2)
+   ->  Append
+         ->  Result
+         ->  Result
+(5 rows)
+
          QUERY PLAN         
 ----------------------------
- Unique
-   ->  Sort
...
test
[00:09:25.293]  88/314 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out /tmp/cirrus-ci-build/contrib/pg_sta...
--- /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out	2024-11-21 00:04:02.366232945 +0000
+++ /tmp/cirrus-ci-build/contrib/pg_stat_statements/results/level_tracking.out	2024-11-21 00:08:39.485180587 +0000
@@ -383,25 +383,23 @@
 (1 row)
 
 EXPLAIN (COSTS OFF) SELECT 1, 2 UNION SELECT 3, 4\; EXPLAIN (COSTS OFF) (SELECT 1, 2, 3) UNION SELECT 3, 4, 5;
+      QUERY PLAN       
+-----------------------
+ HashAggregate
+   Group Key: (1), (2)
+   ->  Append
+         ->  Result
+         ->  Result
+(5 rows)
+
          QUERY PLAN         
 ----------------------------
- Unique
-   ->  Sort
...
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out /tmp/cirrus-ci-build/build/testrun/...
--- /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out	2024-11-21 00:04:02.288967889 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_stat_statements/regress/results/level_tracking.out	2024-11-21 00:08:57.8410855...
@@ -383,25 +383,23 @@
 (1 row)
 
 EXPLAIN (COSTS OFF) SELECT 1, 2 UNION SELECT 3, 4\; EXPLAIN (COSTS OFF) (SELECT 1, 2, 3) UNION SELECT 3, 4, 5;
+      QUERY PLAN       
+-----------------------
+ HashAggregate
+   Group Key: (1), (2)
+   ->  Append
+         ->  Result
+         ->  Result
+(5 rows)
+
          QUERY PLAN         
 ----------------------------
- Unique
-   ->  Sort
...
test
[00:10:55.852]  88/314 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/contrib/pg_stat_statements/expected/level_tracking.out /Users/admin/pgsql/build/testrun/pg_s...
--- /Users/admin/pgsql/contrib/pg_stat_statements/expected/level_tracking.out	2024-11-21 00:03:06
+++ /Users/admin/pgsql/build/testrun/pg_stat_statements/regress/results/level_tracking.out	2024-11-21 00:06:18
@@ -383,25 +383,23 @@
 (1 row)
 
 EXPLAIN (COSTS OFF) SELECT 1, 2 UNION SELECT 3, 4\; EXPLAIN (COSTS OFF) (SELECT 1, 2, 3) UNION SELECT 3, 4, 5;
+      QUERY PLAN       
+-----------------------
+ HashAggregate
+   Group Key: (1), (2)
+   ->  Append
+         ->  Result
+         ->  Result
+(5 rows)
+
          QUERY PLAN         
 ----------------------------
- Unique
-   ->  Sort
...
test
[00:08:16.917]  88/314 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/contrib/pg_stat_statements/expected/level_tracking.out C:/cirrus/build/testrun/pg...
--- C:/cirrus/contrib/pg_stat_statements/expected/level_tracking.out	2024-11-21 00:04:12.376439200 +0000
+++ C:/cirrus/build/testrun/pg_stat_statements/regress/results/level_tracking.out	2024-11-21 00:10:33.737712600 +0000
@@ -383,25 +383,23 @@
 (1 row)
 
 EXPLAIN (COSTS OFF) SELECT 1, 2 UNION SELECT 3, 4\; EXPLAIN (COSTS OFF) (SELECT 1, 2, 3) UNION SELECT 3, 4, 5;
+      QUERY PLAN       
+-----------------------
+ HashAggregate
+   Group Key: (1), (2)
+   ->  Append
+         ->  Result
+         ->  Result
+(5 rows)
+
          QUERY PLAN         
 ----------------------------
- Unique
-   ->  Sort
...
test
[00:16:14.792]  87/309 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
51/5189 Expose the acquired_by parameter to the pg_replication_origin_session_setup function
macOS - Sonoma - Meson
tap
[23:28:10.306](0.319s) not ok 4 - insert 1: query result matches
test
[23:28:52.910] 249/314 postgresql:bloom / bloom/001_wal                                                ERROR            ...
51/5392 Forbid accessing other session's temporary tables
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/inherit-temp.out /tmp/cirrus-ci-build/build/testrun/isolation/...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/inherit-temp.out	2024-11-20 20:59:15.668017000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/isolation/isolation/results/inherit-temp.out	2024-11-20 21:00:45.508932000 +0000
@@ -5,14 +5,7 @@
 step s1_insert_c: INSERT INTO inh_temp_child_s1 VALUES (3), (4);
 step s2_insert_c: INSERT INTO inh_temp_child_s2 VALUES (5), (6);
 step s1_select_p: SELECT a FROM inh_parent;
-a
--
-1
-2
-3
-4
-(4 rows)
-
+ERROR:  cannot access temporary tables of other sessions
 step s1_select_c: SELECT a FROM inh_temp_child_s1;
 a
 -
@@ -21,14 +14,7 @@
...
test
[21:04:45.956]  34/314 postgresql:isolation / isolation/isolation                                      ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/inherit-temp.out /tmp/cirrus-ci-build/src/test/isolation/outpu...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/inherit-temp.out	2024-11-20 20:59:08.920304870 +0000
+++ /tmp/cirrus-ci-build/src/test/isolation/output_iso/results/inherit-temp.out	2024-11-20 21:01:41.044086788 +0000
@@ -5,14 +5,7 @@
 step s1_insert_c: INSERT INTO inh_temp_child_s1 VALUES (3), (4);
 step s2_insert_c: INSERT INTO inh_temp_child_s2 VALUES (5), (6);
 step s1_select_p: SELECT a FROM inh_parent;
-a
--
-1
-2
-3
-4
-(4 rows)
-
+ERROR:  cannot access temporary tables of other sessions
 step s1_select_c: SELECT a FROM inh_temp_child_s1;
 a
 -
@@ -21,14 +14,7 @@
...
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/inherit-temp.out /tmp/cirrus-ci-build/build/testrun/isolation/...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/inherit-temp.out	2024-11-20 20:59:07.988684834 +0000
+++ /tmp/cirrus-ci-build/build/testrun/isolation/isolation/results/inherit-temp.out	2024-11-20 21:01:07.341080916 +0000
@@ -5,14 +5,7 @@
 step s1_insert_c: INSERT INTO inh_temp_child_s1 VALUES (3), (4);
 step s2_insert_c: INSERT INTO inh_temp_child_s2 VALUES (5), (6);
 step s1_select_p: SELECT a FROM inh_parent;
-a
--
-1
-2
-3
-4
-(4 rows)
-
+ERROR:  cannot access temporary tables of other sessions
 step s1_select_c: SELECT a FROM inh_temp_child_s1;
 a
 -
@@ -21,14 +14,7 @@
...
test
[21:04:37.415]  28/314 postgresql:isolation / isolation/isolation                                      ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/isolation/expected/inherit-temp.out /Users/admin/pgsql/build/testrun/isolation/isol...
--- /Users/admin/pgsql/src/test/isolation/expected/inherit-temp.out	2024-11-20 20:58:11
+++ /Users/admin/pgsql/build/testrun/isolation/isolation/results/inherit-temp.out	2024-11-20 20:59:51
@@ -5,14 +5,7 @@
 step s1_insert_c: INSERT INTO inh_temp_child_s1 VALUES (3), (4);
 step s2_insert_c: INSERT INTO inh_temp_child_s2 VALUES (5), (6);
 step s1_select_p: SELECT a FROM inh_parent;
-a
--
-1
-2
-3
-4
-(4 rows)
-
+ERROR:  cannot access temporary tables of other sessions
 step s1_select_c: SELECT a FROM inh_temp_child_s1;
 a
 -
@@ -21,14 +14,7 @@
...
test
[21:02:54.632]  37/314 postgresql:isolation / isolation/isolation                                      ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/isolation/expected/inherit-temp.out C:/cirrus/build/testrun/isolation/is...
--- C:/cirrus/src/test/isolation/expected/inherit-temp.out	2024-11-20 20:59:29.497403300 +0000
+++ C:/cirrus/build/testrun/isolation/isolation/results/inherit-temp.out	2024-11-20 21:03:18.531013900 +0000
@@ -5,14 +5,7 @@
 step s1_insert_c: INSERT INTO inh_temp_child_s1 VALUES (3), (4);
 step s2_insert_c: INSERT INTO inh_temp_child_s2 VALUES (5), (6);
 step s1_select_p: SELECT a FROM inh_parent;
-a
--
-1
-2
-3
-4
-(4 rows)
-
+ERROR:  cannot access temporary tables of other sessions
 step s1_select_c: SELECT a FROM inh_temp_child_s1;
 a
 -
@@ -21,14 +14,7 @@
...
test
[21:14:36.703]  30/309 postgresql:isolation / isolation/isolation                                      ERROR           1...
51/5196 Use function smgrclose() to replace the loop
CompilerWarnings
compiler
[19:29:40.420] smgr.c:282:13: error: unused variable 'forknum' [-Werror,-Wunused-variable]
compiler
[19:29:40.420] smgr.c:487:9: error: unused variable 'which' [-Werror,-Wunused-variable]
compiler
[19:29:31.897] smgr.c:282:13: error: unused variable 'forknum' [-Werror,-Wunused-variable]
compiler
[19:29:31.897] smgr.c:487:9: error: unused variable 'which' [-Werror,-Wunused-variable]
compiler
[19:29:02.775] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable]
compiler
[19:29:02.775] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
compiler
[19:28:55.027] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable]
compiler
[19:28:55.027] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
compiler
[19:30:03.414] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable]
compiler
[19:30:03.414] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
51/4980 Expand applicability of aggregate's sortop optimization
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/btree_index.out /tmp/cirrus-ci-build/src/test/regress/results/bt...
--- /tmp/cirrus-ci-build/src/test/regress/expected/btree_index.out	2024-11-20 17:13:07.833032271 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/btree_index.out	2024-11-20 17:17:46.235898473 +0000
@@ -184,11 +184,10 @@
 (3 rows)
 
 select hundred, twenty from tenk1 where hundred <= 48 order by hundred desc limit 1;
- hundred | twenty 
----------+--------
-      48 |      8
-(1 row)
-
+ERROR:  deadlock detected
+DETAIL:  Process 23736 waits for AccessShareLock on relation 25159 of database 16384; blocked by process 23731.
+Process 23731 waits for AccessExclusiveLock on relation 16418 of database 16384; blocked by process 23736.
+HINT:  See server log for query details.
 --
 -- Add coverage for ScalarArrayOp btree quals with pivot tuple constants
 --
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/subselect.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/subselect.out	2024-11-20 17:13:05.687793454 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/subselect.out	2024-11-20 17:18:11.21127431...
@@ -1029,7 +1029,7 @@
    ->  Seq Scan on tenk1 t
          Filter: ((ANY (unique2 = (hashed SubPlan 2).col1)) OR (ten < 0))
          SubPlan 2
-           ->  Index Only Scan using tenk1_unique1 on tenk1 k
+           ->  Index Only Scan using idx_int4 on tenk1 k
 (5 rows)
 
 select count(*) from tenk1 t
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/arrays.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/arrays.out	2024-11-20 17:13:05.599793452 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/arrays.out	2024-11-20 17:18:11.003274463 +...
@@ -2227,11 +2227,10 @@
 
 -- array_agg(anynonarray)
 select array_agg(unique1) from (select unique1 from tenk1 where unique1 < 15 order by unique1) ss;
-              array_agg               
...
tap
[17:19:10.220](77.333s) not ok 5 - regression tests pass
test
[17:21:28.623] 134/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/subselect.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_u...
--- /Users/admin/pgsql/src/test/regress/expected/subselect.out	2024-11-20 17:12:12
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/subselect.out	2024-11-20 17:14:40
@@ -1403,7 +1403,7 @@
    ->  Seq Scan on public.tenk1 b
          Output: b.unique1, b.unique2, b.two, b.four, b.ten, b.twenty, b.hundred, b.thousand, b.twothousand, b.fivethou...
    SubPlan 1
-     ->  Index Only Scan using tenk1_unique1 on public.tenk1 a
+     ->  Index Only Scan using idx_int4 on public.tenk1 a
            Output: a.unique1
 (10 rows)
 
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/subselect.out /Users/admin/pgsql/build/testrun/recovery/027_stream...
--- /Users/admin/pgsql/src/test/regress/expected/subselect.out	2024-11-20 17:12:12
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/subselect.out	2024-11-20 17:15:18
@@ -1403,7 +1403,7 @@
    ->  Seq Scan on public.tenk1 b
          Output: b.unique1, b.unique2, b.two, b.four, b.ten, b.twenty, b.hundred, b.thousand, b.twothousand, b.fivethou...
    SubPlan 1
-     ->  Index Only Scan using tenk1_unique1 on public.tenk1 a
+     ->  Index Only Scan using idx_int4 on public.tenk1 a
            Output: a.unique1
 (10 rows)
 
tap
[17:15:03.935](35.327s) not ok 5 - regression tests pass
tap
[17:15:48.627](42.610s) not ok 2 - regression tests pass
test
[17:17:47.734]  45/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[17:17:47.734] 139/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
51/5099 CREATE OR REPLACE MATERIALIZED VIEW
FreeBSD - 13 - Meson
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 195, PID: 11056
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 195, PID: 17951
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 195, PID: 10666
core
[16:57:27.385] #0  0x000000082ad8141a in thr_kill () from /lib/libc.so.7
[16:57:27.385] #1  0x000000082acfae64 in raise () from /lib/libc.so.7
[16:57:27.385] #2  0x000000082adab6f9 in abort () from /lib/libc.so.7
[16:57:27.385] #3  0x0000000000a9d925 in ExceptionalCondition (conditionName=0x2ebffa "queryDesc->sourceText != NULL", f...
[16:57:27.385] #4  0x000000000076e0b9 in standard_ExecutorStart (queryDesc=0x835b76088, eflags=0) at ../src/backend/exec...
[16:57:27.385] #5  0x0000000000703ad5 in refresh_matview_datafill (dest=<optimized out>, query=<optimized out>, queryStr...
[16:57:27.385] #6  RefreshMatViewByOid (matviewOid=28324, is_create=<optimized out>, skipData=<optimized out>, concurren...
[16:57:27.385] #7  0x00000000007036b6 in ExecRefreshMatView (stmt=<optimized out>, queryString=queryString@entry=0x0, qc...
[16:57:27.385] #8  0x00000000006da7bc in ExecCreateTableAs (pstate=pstate@entry=0x84487e900, stmt=stmt@entry=0x844891fd0...
[16:57:27.385] #9  0x0000000000949608 in ProcessUtilitySlow (pstate=pstate@entry=0x84487e900, pstmt=pstmt@entry=0x835b0a...
core
[16:57:27.969] #0  0x000000082b4b141a in thr_kill () from /lib/libc.so.7
[16:57:27.969] #1  0x000000082b42ae64 in raise () from /lib/libc.so.7
[16:57:27.969] #2  0x000000082b4db6f9 in abort () from /lib/libc.so.7
[16:57:27.969] #3  0x0000000000a9d925 in ExceptionalCondition (conditionName=0x2ebffa "queryDesc->sourceText != NULL", f...
[16:57:27.969] #4  0x000000000076e0b9 in standard_ExecutorStart (queryDesc=0x83b406088, eflags=0) at ../src/backend/exec...
[16:57:27.969] #5  0x0000000837f2e9c2 in pgss_ExecutorStart (queryDesc=0x83b406088, eflags=6) at ../contrib/pg_stat_stat...
[16:57:27.969] #6  0x0000000000703ad5 in refresh_matview_datafill (dest=<optimized out>, query=<optimized out>, queryStr...
[16:57:27.969] #7  RefreshMatViewByOid (matviewOid=28302, is_create=<optimized out>, skipData=<optimized out>, concurren...
[16:57:27.969] #8  0x00000000007036b6 in ExecRefreshMatView (stmt=<optimized out>, queryString=queryString@entry=0x0, qc...
[16:57:27.969] #9  0x00000000006da7bc in ExecCreateTableAs (pstate=pstate@entry=0x835700900, stmt=stmt@entry=0x835781fd0...
core
[16:57:27.671] #0  0x000000082b92741a in thr_kill () from /lib/libc.so.7
[16:57:27.671] #1  0x000000082b8a0e64 in raise () from /lib/libc.so.7
[16:57:27.671] #2  0x000000082b9516f9 in abort () from /lib/libc.so.7
[16:57:27.671] #3  0x0000000000a9d925 in ExceptionalCondition (conditionName=0x2ebffa "queryDesc->sourceText != NULL", f...
[16:57:27.671] #4  0x000000000076e0b9 in standard_ExecutorStart (queryDesc=0x835168088, eflags=0) at ../src/backend/exec...
[16:57:27.671] #5  0x0000000000703ad5 in refresh_matview_datafill (dest=<optimized out>, query=<optimized out>, queryStr...
[16:57:27.671] #6  RefreshMatViewByOid (matviewOid=28416, is_create=<optimized out>, skipData=<optimized out>, concurren...
[16:57:27.671] #7  0x00000000007036b6 in ExecRefreshMatView (stmt=<optimized out>, queryString=queryString@entry=0x0, qc...
[16:57:27.671] #8  0x00000000006da7bc in ExecCreateTableAs (pstate=pstate@entry=0x8352ba900, stmt=stmt@entry=0x835288fd0...
[16:57:27.671] #9  0x0000000000949608 in ProcessUtilitySlow (pstate=pstate@entry=0x8352ba900, pstmt=pstmt@entry=0x8350f1...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/privileges.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002...
--- /tmp/cirrus-ci-build/src/test/regress/expected/privileges.out	2024-11-20 16:51:01.441111000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/privileges.out	2024-11-20 16:53:10.3124230...
@@ -1842,1417 +1842,10 @@
 -- Do the same concurrently
 CREATE INDEX CONCURRENTLY sro_idx ON sro_tab ((sro_ifun(a) + sro_ifun(0)))
 	WHERE sro_ifun(a + 10) > sro_ifun(10);
--- REINDEX
-REINDEX TABLE sro_tab;
-REINDEX INDEX sro_idx;
-REINDEX TABLE CONCURRENTLY sro_tab;
-DROP INDEX sro_idx;
--- CLUSTER
-CREATE INDEX sro_cluster_idx ON sro_tab ((sro_ifun(a) + sro_ifun(0)));
-CLUSTER sro_tab USING sro_cluster_idx;
-DROP INDEX sro_cluster_idx;
--- BRIN index
-CREATE INDEX sro_brin ON sro_tab USING brin ((sro_ifun(a) + sro_ifun(0)));
-SELECT brin_desummarize_range('sro_brin', 0);
- brin_desummarize_range 
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-11-20 16:51:01.384312000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/brin.out	2024-11-20 16:53:46.429105000 +...
@@ -363,229 +363,10 @@
 	END LOOP;
 END;
 $x$;
-RESET enable_seqscan;
-RESET enable_bitmapscan;
-INSERT INTO brintest SELECT
-	repeat(stringu1, 42)::bytea,
-	substr(stringu1, 1, 1)::"char",
-	stringu1::name, 142857 * tenthous,
-	thousand,
-	twothousand,
-	repeat(stringu1, 42),
-	unique1::oid,
-	format('(%s,%s)', tenthous, twenty)::tid,
-	(four + 1.0)/(hundred+1),
-	odd::float8 / (tenthous + 1),
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/privileges.out /tmp/cirrus-ci-build/build/testrun/regress/regres...
--- /tmp/cirrus-ci-build/src/test/regress/expected/privileges.out	2024-11-20 16:51:01.441111000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/privileges.out	2024-11-20 16:53:07.453673000 +0000
@@ -1842,1417 +1842,10 @@
 -- Do the same concurrently
 CREATE INDEX CONCURRENTLY sro_idx ON sro_tab ((sro_ifun(a) + sro_ifun(0)))
 	WHERE sro_ifun(a + 10) > sro_ifun(10);
--- REINDEX
-REINDEX TABLE sro_tab;
-REINDEX INDEX sro_idx;
-REINDEX TABLE CONCURRENTLY sro_tab;
-DROP INDEX sro_idx;
--- CLUSTER
-CREATE INDEX sro_cluster_idx ON sro_tab ((sro_ifun(a) + sro_ifun(0)));
-CLUSTER sro_tab USING sro_cluster_idx;
-DROP INDEX sro_cluster_idx;
--- BRIN index
-CREATE INDEX sro_brin ON sro_tab USING brin ((sro_ifun(a) + sro_ifun(0)));
-SELECT brin_desummarize_range('sro_brin', 0);
- brin_desummarize_range 
...
tap
[16:53:12.412](29.053s) not ok 5 - regression tests pass
[16:53:13.694](1.276s) not ok 6 - dump before running pg_upgrade
tap
[16:53:47.743](29.269s) not ok 2 - regression tests pass
test
[16:56:11.835]  24/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[16:56:11.835]  25/314 postgresql:regress / regress/regress                                            ERROR            ...
[16:56:11.835]  51/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "execMain.c", Line: 195, PID: 32046
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "execMain.c", Line: 195, PID: 24056
core
[16:57:55.854] #0  0x00007f9cd16abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[16:57:55.854] #1  0x00007f9cd165cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[16:57:55.854] #2  0x00007f9cd1647472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[16:57:55.854] #3  0x000055f0c208b991 in ExceptionalCondition (conditionName=conditionName@entry=0x55f0c2368f40 "queryDe...
[16:57:55.854] #4  0x000055f0c1884260 in standard_ExecutorStart (queryDesc=queryDesc@entry=0x62500016ed20, eflags=eflags...
[16:57:55.854] #5  0x000055f0c1884495 in ExecutorStart (queryDesc=queryDesc@entry=0x62500016ed20, eflags=eflags@entry=0)...
[16:57:55.854] #6  0x000055f0c177a6d5 in refresh_matview_datafill (dest=0x6250001efda8, query=<optimized out>, query@ent...
[16:57:55.854] #7  0x000055f0c177cdfe in RefreshMatViewByOid (matviewOid=<optimized out>, is_create=is_create@entry=fals...
[16:57:55.854] #8  0x000055f0c177d00a in ExecRefreshMatView (stmt=0x6210000d5230, queryString=queryString@entry=0x0, qc=...
[16:57:55.854] #9  0x000055f0c171cb67 in ExecCreateTableAs (pstate=pstate@entry=0x6190000be180, stmt=stmt@entry=0x625000...
core
[16:57:54.519] #0  0x00007f4ed90abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[16:57:54.519] #1  0x00007f4ed905cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[16:57:54.519] #2  0x00007f4ed9047472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[16:57:54.519] #3  0x000055e01e509991 in ExceptionalCondition (conditionName=conditionName@entry=0x55e01e7e6f40 "queryDe...
[16:57:54.519] #4  0x000055e01dd02260 in standard_ExecutorStart (queryDesc=queryDesc@entry=0x62500011ed20, eflags=eflags...
[16:57:54.519] #5  0x000055e01dd02495 in ExecutorStart (queryDesc=queryDesc@entry=0x62500011ed20, eflags=eflags@entry=0)...
[16:57:54.519] #6  0x000055e01dbf86d5 in refresh_matview_datafill (dest=0x6250001bdda8, query=<optimized out>, query@ent...
[16:57:54.519] #7  0x000055e01dbfadfe in RefreshMatViewByOid (matviewOid=<optimized out>, is_create=is_create@entry=fals...
[16:57:54.519] #8  0x000055e01dbfb00a in ExecRefreshMatView (stmt=0x62100000aa30, queryString=queryString@entry=0x0, qc=...
[16:57:54.519] #9  0x000055e01db9ab67 in ExecCreateTableAs (pstate=pstate@entry=0x619000052480, stmt=stmt@entry=0x625000...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/resul...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-11-20 16:51:04.000851271 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/brin.out	2024-11-20 16:56:39.477368505 +0000
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/src/test/regress/results/brin.out
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-11-20 16:51:04.000851271 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/brin.out	2024-11-20 16:55:25.693271411 +0000
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
tap
[16:56:44.503](48.623s) not ok 5 - regression tests pass
[16:56:48.593](4.049s) not ok 6 - dump before running pg_upgrade
Linux - Debian Bookworm - Meson
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 195, PID: 29975
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 195, PID: 36326
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 195, PID: 29105
core
[16:59:40.725] #0  0x00007fa19c595a50 in ?? ()
[16:59:40.725] #1  0x0000000000000003 in ?? ()
[16:59:40.725] #2  0x00007ffeb977b456 in ?? ()
[16:59:40.725] #3  0x00007ffeb977b459 in ?? ()
[16:59:40.725] #4  0x00007ffeb977b489 in ?? ()
[16:59:40.725] #5  0x0000000000000000 in ?? ()
core
[16:59:40.596] #0  0x00007f12998a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[16:59:40.596] #1  0x00007f129985afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[16:59:40.596] #2  0x00007f1299845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[16:59:40.596] #3  0x000055688c8cbef7 in ExceptionalCondition (conditionName=conditionName@entry=0x55688cb414b5 "queryDe...
[16:59:40.596] #4  0x000055688c24b0e0 in standard_ExecutorStart (queryDesc=0x5568ca8c00c0, eflags=0) at ../src/backend/e...
[16:59:40.596] #5  0x00007f1296fe26f7 in pgss_ExecutorStart (queryDesc=0x5568ca8c00c0, eflags=<optimized out>) at ../con...
[16:59:40.596] #6  0x000055688c24b275 in ExecutorStart (queryDesc=queryDesc@entry=0x5568ca8c00c0, eflags=eflags@entry=0)...
[16:59:40.596] #7  0x000055688c16f673 in refresh_matview_datafill (dest=0x5568ca8bd138, query=<optimized out>, query@ent...
[16:59:40.596] #8  0x000055688c1719da in RefreshMatViewByOid (matviewOid=28395, is_create=is_create@entry=false, skipDat...
[16:59:40.596] #9  0x000055688c171b19 in ExecRefreshMatView (stmt=0x5568ca97abf0, queryString=queryString@entry=0x0, qc=...
core
[16:59:37.791] #0  0x00007fdb3b4a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[16:59:37.791] #1  0x00007fdb3b45afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[16:59:37.791] #2  0x00007fdb3b445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[16:59:37.791] #3  0x000055c7e4c97ef7 in ExceptionalCondition (conditionName=conditionName@entry=0x55c7e4f0d4b5 "queryDe...
[16:59:37.791] #4  0x000055c7e46170e0 in standard_ExecutorStart (queryDesc=queryDesc@entry=0x55c7ef9cda70, eflags=eflags...
[16:59:37.791] #5  0x000055c7e46172bc in ExecutorStart (queryDesc=queryDesc@entry=0x55c7ef9cda70, eflags=eflags@entry=0)...
[16:59:37.791] #6  0x000055c7e453b673 in refresh_matview_datafill (dest=0x55c7ef909578, query=<optimized out>, query@ent...
[16:59:37.791] #7  0x000055c7e453d9da in RefreshMatViewByOid (matviewOid=28473, is_create=is_create@entry=false, skipDat...
[16:59:37.791] #8  0x000055c7e453db19 in ExecRefreshMatView (stmt=0x55c7ef8e3920, queryString=queryString@entry=0x0, qc=...
[16:59:37.791] #9  0x000055c7e44f3748 in ExecCreateTableAs (pstate=pstate@entry=0x55c7ef90ea00, stmt=stmt@entry=0x55c7ef...
core
[16:59:39.261] #0  0x00007f814b4a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[16:59:39.261] #1  0x00007f814b45afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[16:59:39.261] #2  0x00007f814b445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[16:59:39.261] #3  0x000055e3d3e0bef7 in ExceptionalCondition (conditionName=conditionName@entry=0x55e3d40814b5 "queryDe...
[16:59:39.261] #4  0x000055e3d378b0e0 in standard_ExecutorStart (queryDesc=queryDesc@entry=0x55e3e0952130, eflags=eflags...
[16:59:39.261] #5  0x000055e3d378b2bc in ExecutorStart (queryDesc=queryDesc@entry=0x55e3e0952130, eflags=eflags@entry=0)...
[16:59:39.261] #6  0x000055e3d36af673 in refresh_matview_datafill (dest=0x55e3e089d948, query=<optimized out>, query@ent...
[16:59:39.261] #7  0x000055e3d36b19da in RefreshMatViewByOid (matviewOid=28451, is_create=is_create@entry=false, skipDat...
[16:59:39.261] #8  0x000055e3d36b1b19 in ExecRefreshMatView (stmt=0x55e3e08cbaa0, queryString=queryString@entry=0x0, qc=...
[16:59:39.261] #9  0x000055e3d3667748 in ExecCreateTableAs (pstate=pstate@entry=0x55e3e08841d0, stmt=stmt@entry=0x55e3e0...
core
[16:59:37.938] #0  0x00007f456eab9da4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[16:59:37.938] #1  0x00007f456ea66239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[16:59:37.938] #2  0x00007f456ea66497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[16:59:37.938] #3  0x000056175ac535c1 in ?? ()
[16:59:37.938] #4  0x000056175ac4d369 in ?? ()
[16:59:37.938] #5  0x000056175ac4c20f in ?? ()
[16:59:37.938] #6  0x000056175ac4cc3b in ?? ()
[16:59:37.938] #7  0x000056175ac4a66f in ?? ()
[16:59:37.938] #8  0x00007f456ea5124a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[16:59:37.938] #9  0x00007f456ea51305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_up...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-11-20 16:51:01.638401009 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/brin.out	2024-11-20 16:55:57.385956405 +00...
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-11-20 16:51:01.638401009 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/brin.out	2024-11-20 16:56:29.841888234 +...
@@ -363,229 +363,10 @@
 	END LOOP;
 END;
 $x$;
-RESET enable_seqscan;
-RESET enable_bitmapscan;
-INSERT INTO brintest SELECT
-	repeat(stringu1, 42)::bytea,
-	substr(stringu1, 1, 1)::"char",
-	stringu1::name, 142857 * tenthous,
-	thousand,
-	twothousand,
-	repeat(stringu1, 42),
-	unique1::oid,
-	format('(%s,%s)', tenthous, twenty)::tid,
-	(four + 1.0)/(hundred+1),
-	odd::float8 / (tenthous + 1),
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/build/testrun/regress/regress/resu...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-11-20 16:51:01.638401009 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/brin.out	2024-11-20 16:55:52.481964368 +0000
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
tap
[16:56:01.926](29.071s) not ok 5 - regression tests pass
[16:56:03.970](2.029s) not ok 6 - dump before running pg_upgrade
tap
[16:56:33.207](26.605s) not ok 2 - regression tests pass
test
[16:58:31.400]  26/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[16:58:31.400]  16/314 postgresql:regress / regress/regress                                            ERROR            ...
[16:58:31.400]  54/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
macOS - Sonoma - Meson
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 195, PID: 12327
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 195, PID: 19191
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 195, PID: 12056
core
[17:00:35.438]   * frame #0: 0x00000001880cd5f0 libsystem_kernel.dylib`__pthread_kill + 8
[17:00:35.438]     frame #1: 0x0000000188105c20 libsystem_pthread.dylib`pthread_kill + 288
[17:00:35.438]     frame #2: 0x0000000188012a30 libsystem_c.dylib`abort + 180
[17:00:35.438]     frame #3: 0x0000000100c516cc postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[17:00:35.438]     frame #4: 0x0000000100981bc8 postgres`standard_ExecutorStart(queryDesc=0x000000013283ce20, eflags=0) ...
[17:00:35.438]     frame #5: 0x0000000100981564 postgres`ExecutorStart(queryDesc=<unavailable>, eflags=<unavailable>) at...
[17:00:35.438]     frame #6: 0x000000010092fcc4 postgres`RefreshMatViewByOid [inlined] refresh_matview_datafill(dest=<un...
[17:00:35.438]     frame #7: 0x000000010092fc4c postgres`RefreshMatViewByOid(matviewOid=28626, is_create=false, skipData...
[17:00:35.438]     frame #8: 0x000000010092f41c postgres`ExecRefreshMatView(stmt=0x000000013306cf30, queryString=<unavai...
[17:00:35.438]     frame #9: 0x000000010090dcc0 postgres`ExecCreateTableAs(pstate=0x00000001330ad100, stmt=0x00000001428...
core
[16:59:59.707]   * frame #0: 0x00000001880cd5f0 libsystem_kernel.dylib`__pthread_kill + 8
[16:59:59.707]     frame #1: 0x0000000188105c20 libsystem_pthread.dylib`pthread_kill + 288
[16:59:59.707]     frame #2: 0x0000000188012a30 libsystem_c.dylib`abort + 180
[16:59:59.707]     frame #3: 0x00000001031796cc postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[16:59:59.707]     frame #4: 0x0000000102ea9bc8 postgres`standard_ExecutorStart(queryDesc=0x0000000143016020, eflags=0) ...
[16:59:59.707]     frame #5: 0x0000000102ea9564 postgres`ExecutorStart(queryDesc=<unavailable>, eflags=<unavailable>) at...
[16:59:59.707]     frame #6: 0x0000000102e57cc4 postgres`RefreshMatViewByOid [inlined] refresh_matview_datafill(dest=<un...
[16:59:59.707]     frame #7: 0x0000000102e57c4c postgres`RefreshMatViewByOid(matviewOid=28567, is_create=false, skipData...
[16:59:59.707]     frame #8: 0x0000000102e5741c postgres`ExecRefreshMatView(stmt=0x0000000142054730, queryString=<unavai...
[16:59:59.707]     frame #9: 0x0000000102e35cc0 postgres`ExecCreateTableAs(pstate=0x0000000142021300, stmt=0x00000001430...
core
[17:01:10.152]   * frame #0: 0x00000001880cd5f0 libsystem_kernel.dylib`__pthread_kill + 8
[17:01:10.152]     frame #1: 0x0000000188105c20 libsystem_pthread.dylib`pthread_kill + 288
[17:01:10.152]     frame #2: 0x0000000188012a30 libsystem_c.dylib`abort + 180
[17:01:10.152]     frame #3: 0x0000000102c356cc postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[17:01:10.152]     frame #4: 0x0000000102965bc8 postgres`standard_ExecutorStart(queryDesc=0x000000011d0f5020, eflags=0) ...
[17:01:10.152]     frame #5: 0x0000000103387d14 pg_stat_statements.dylib`pgss_ExecutorStart(queryDesc=0x000000011d0f5020...
[17:01:10.152]     frame #6: 0x0000000102913cc4 postgres`RefreshMatViewByOid [inlined] refresh_matview_datafill(dest=<un...
[17:01:10.152]     frame #7: 0x0000000102913c4c postgres`RefreshMatViewByOid(matviewOid=28325, is_create=false, skipData...
[17:01:10.152]     frame #8: 0x000000010291341c postgres`ExecRefreshMatView(stmt=0x000000011d0a8730, queryString=<unavai...
[17:01:10.152]     frame #9: 0x00000001028f1cc0 postgres`ExecCreateTableAs(pstate=0x000000011e040d00, stmt=0x000000011e0...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/brin.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrad...
--- /Users/admin/pgsql/src/test/regress/expected/brin.out	2024-11-20 16:50:12
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/brin.out	2024-11-20 16:53:39
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/brin.out /Users/admin/pgsql/build/testrun/recovery/027_stream_regr...
--- /Users/admin/pgsql/src/test/regress/expected/brin.out	2024-11-20 16:50:12
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/brin.out	2024-11-20 16:54:22
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/brin.out /Users/admin/pgsql/build/testrun/regress/regress/results/...
--- /Users/admin/pgsql/src/test/regress/expected/brin.out	2024-11-20 16:50:12
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/brin.out	2024-11-20 16:53:39
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
tap
[16:53:43.807](41.571s) not ok 5 - regression tests pass
[16:53:45.140](1.322s) not ok 6 - dump before running pg_upgrade
tap
[16:54:27.610](42.990s) not ok 2 - regression tests pass
test
[16:56:31.017]  28/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[16:56:31.017]  38/314 postgresql:regress / regress/regress                                            ERROR            ...
[16:56:31.017]  82/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 195, PID: 5624
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 195, PID: 3944
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 195, PID: 6168
core
00000038`bd1ffb78 00007ffd`4b5145ca     ntdll!NtFsControlFile+0x14
00000038`bd1ffb80 00007ff7`b76041eb     KERNELBASE!ConnectNamedPipe+0x6a
00000038`bd1ffbf0 00007ffd`4cd04cb0     postgres!pg_signal_thread(
00000038`bd1ffcf0 00007ffd`4dc7edcb     KERNEL32!BaseThreadInitThunk+0x10
00000038`bd1ffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000038`bcdff948 00007ffd`4dc0b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000038`bcdff950 00007ffd`4cd04cb0     ntdll!TppWorkerThread+0x2df
00000038`bcdffc40 00007ffd`4dc7edcb     KERNEL32!BaseThreadInitThunk+0x10
00000038`bcdffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000038`bc9ff898 00007ffd`4dc0b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000038`bc9ff8a0 00007ffd`4cd04cb0     ntdll!TppWorkerThread+0x2df
00000038`bc9ffb90 00007ffd`4dc7edcb     KERNEL32!BaseThreadInitThunk+0x10
00000038`bc9ffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000038`bc5fe280 00007ff7`b794e7d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000038`bc5fe2c0 00007ff7`b7430739     postgres!ExceptionalCondition(
00000038`bc5fe300 00007ff7`b74305ba     postgres!standard_ExecutorStart(
00000038`bc5fe350 00007ff7`b7383279     postgres!ExecutorStart(
00000038`bc5fe380 00007ff7`b7382c10     postgres!refresh_matview_datafill(
00000038`bc5fe410 00007ff7`b7382478     postgres!RefreshMatViewByOid(
00000038`bc5fe660 00007ff7`b7341c97     postgres!ExecRefreshMatView(
00000038`bc5fe6e0 00007ff7`b7724567     postgres!ExecCreateTableAs(
00000038`bc5fe800 00007ff7`b772022f     postgres!ProcessUtilitySlow(
00000038`bc5ff120 00007ff7`b771f179     postgres!standard_ProcessUtility(
core
00000038`bd5ffd48 00007ffd`4b4cd71e     ntdll!NtWaitForSingleObject+0x14
00000038`bd5ffd50 00007ff7`b7605c8c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000038`bd5ffdf0 00007ffd`4cd04cb0     postgres!pg_timer_thread(
00000038`bd5ffe30 00007ffd`4dc7edcb     KERNEL32!BaseThreadInitThunk+0x10
00000038`bd5ffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000055`857ff528 00007ffd`4dc0b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000055`857ff530 00007ffd`4cd04cb0     ntdll!TppWorkerThread+0x2df
00000055`857ff820 00007ffd`4dc7edcb     KERNEL32!BaseThreadInitThunk+0x10
00000055`857ff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000055`85bff828 00007ffd`4b5145ca     ntdll!NtFsControlFile+0x14
00000055`85bff830 00007ff7`b76041eb     KERNELBASE!ConnectNamedPipe+0x6a
00000055`85bff8a0 00007ffd`4cd04cb0     postgres!pg_signal_thread(
00000055`85bff9a0 00007ffd`4dc7edcb     KERNEL32!BaseThreadInitThunk+0x10
00000055`85bff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000055`85fff4d8 00007ffd`4dc0b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000055`85fff4e0 00007ffd`4cd04cb0     ntdll!TppWorkerThread+0x2df
00000055`85fff7d0 00007ffd`4dc7edcb     KERNEL32!BaseThreadInitThunk+0x10
00000055`85fff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000055`863ff668 00007ffd`4b4cd71e     ntdll!NtWaitForSingleObject+0x14
00000055`863ff670 00007ff7`b7605c8c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000055`863ff710 00007ffd`4cd04cb0     postgres!pg_timer_thread(
00000055`863ff750 00007ffd`4dc7edcb     KERNEL32!BaseThreadInitThunk+0x10
00000055`863ff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000055`853fe600 00007ff7`b794e7d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000055`853fe640 00007ff7`b7430739     postgres!ExceptionalCondition(
00000055`853fe680 00007ff7`b74305ba     postgres!standard_ExecutorStart(
00000055`853fe6d0 00007ff7`b7383279     postgres!ExecutorStart(
00000055`853fe700 00007ff7`b7382c10     postgres!refresh_matview_datafill(
00000055`853fe790 00007ff7`b7382478     postgres!RefreshMatViewByOid(
00000055`853fe9e0 00007ff7`b7341c97     postgres!ExecRefreshMatView(
00000055`853fea60 00007ff7`b7724567     postgres!ExecCreateTableAs(
00000055`853feb80 00007ff7`b772022f     postgres!ProcessUtilitySlow(
00000055`853ff4a0 00007ff7`b771f179     postgres!standard_ProcessUtility(
core
00000046`241ff918 00007ffd`4dc0b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000046`241ff920 00007ffd`4cd04cb0     ntdll!TppWorkerThread+0x2df
00000046`241ffc10 00007ffd`4dc7edcb     KERNEL32!BaseThreadInitThunk+0x10
00000046`241ffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000046`239ff8f8 00007ffd`4b5145ca     ntdll!NtFsControlFile+0x14
00000046`239ff900 00007ff7`b76041eb     KERNELBASE!ConnectNamedPipe+0x6a
00000046`239ff970 00007ffd`4cd04cb0     postgres!pg_signal_thread(
00000046`239ffa70 00007ffd`4dc7edcb     KERNEL32!BaseThreadInitThunk+0x10
00000046`239ffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000046`235ff6d8 00007ffd`4dc0b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000046`235ff6e0 00007ffd`4cd04cb0     ntdll!TppWorkerThread+0x2df
00000046`235ff9d0 00007ffd`4dc7edcb     KERNEL32!BaseThreadInitThunk+0x10
00000046`235ffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000046`231fdbc0 00007ff7`b794e7d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000046`231fdc00 00007ff7`b7430739     postgres!ExceptionalCondition(
00000046`231fdc40 00007ffd`370f2d26     postgres!standard_ExecutorStart(
00000046`231fdc90 00007ff7`b74305aa     pg_stat_statements!pgss_ExecutorStart(
00000046`231fdcd0 00007ff7`b7383279     postgres!ExecutorStart(
00000046`231fdd00 00007ff7`b7382c10     postgres!refresh_matview_datafill(
00000046`231fdd90 00007ff7`b7382478     postgres!RefreshMatViewByOid(
00000046`231fdfe0 00007ff7`b7341c97     postgres!ExecRefreshMatView(
00000046`231fe060 00007ff7`b7724567     postgres!ExecCreateTableAs(
00000046`231fe180 00007ff7`b772022f     postgres!ProcessUtilitySlow(
core
00000046`23dffaf8 00007ffd`4b4cd71e     ntdll!NtWaitForSingleObject+0x14
00000046`23dffb00 00007ff7`b7605c8c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000046`23dffba0 00007ffd`4cd04cb0     postgres!pg_timer_thread(
00000046`23dffbe0 00007ffd`4dc7edcb     KERNEL32!BaseThreadInitThunk+0x10
00000046`23dffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/brin.out C:/cirrus/build/testrun/pg_upgrade/002_pg_upgr...
--- C:/cirrus/src/test/regress/expected/brin.out	2024-11-20 16:51:16.666537700 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/brin.out	2024-11-20 16:54:01.051665100 +0000
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/brin.out C:/cirrus/build/testrun/recovery/027_stream_re...
--- C:/cirrus/src/test/regress/expected/brin.out	2024-11-20 16:51:16.666537700 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/brin.out	2024-11-20 16:55:58.791932500 +0000
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/brin.out C:/cirrus/build/testrun/regress/regress/result...
--- C:/cirrus/src/test/regress/expected/brin.out	2024-11-20 16:51:16.666537700 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/brin.out	2024-11-20 16:53:56.338283700 +0000
@@ -588,4 +588,10 @@
 CREATE INDEX brin_insert_optimization_idx ON brin_insert_optimization USING brin (a);
 UPDATE brin_insert_optimization SET a = a;
 REINDEX INDEX CONCURRENTLY brin_insert_optimization_idx;
-DROP TABLE brin_insert_optimization;
+WARNING:  terminating connection because of crash of another server process
+DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because anothe...
+HINT:  In a moment you should be able to reconnect to the database and repeat your command.
+server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
+connection to server was lost
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/privileges.out C:/cirrus/build/testrun/regress/regress/...
--- C:/cirrus/src/test/regress/expected/privileges.out	2024-11-20 16:51:16.807133400 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/privileges.out	2024-11-20 16:53:56.338283700 +0000
@@ -1842,1417 +1842,10 @@
 -- Do the same concurrently
...
tap
[16:54:34.681](79.924s) not ok 5 - regression tests pass
[16:54:39.669](4.885s) not ok 6 - dump before running pg_upgrade
tap
[16:56:30.131](87.286s) not ok 2 - regression tests pass
test
[17:02:50.866]  17/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[17:02:50.866]  19/309 postgresql:regress / regress/regress                                            ERROR            ...
[17:02:50.866]  65/309 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
51/5174 Call rm_redo in a temporary memory context
CompilerWarnings
compiler
[13:15:53.730] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
compiler
[13:14:58.635] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
compiler
[13:21:18.559] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
51/5347 Additional function inlining for slow_deform_heap_tuple
macOS - Sonoma - Meson
tap
[12:38:32.959](0.000s) not ok 91 - checking otherwise existent objects in the wrong databases stderr /(?^:pg_amcheck: wa...
[12:38:32.959](0.000s) not ok 92 - checking otherwise existent objects in the wrong databases stderr /(?^:pg_amcheck: wa...
[12:38:32.959](0.000s) not ok 93 - checking otherwise existent objects in the wrong databases stderr /(?^:pg_amcheck: wa...
[12:38:32.960](0.000s) not ok 95 - checking otherwise existent objects in the wrong databases stderr /(?^:pg_amcheck: wa...
[12:38:32.960](0.000s) not ok 96 - checking otherwise existent objects in the wrong databases stderr /(?^:pg_amcheck: wa...
[12:38:32.960](0.000s) not ok 98 - checking otherwise existent objects in the wrong databases stderr /(?^:pg_amcheck: er...
test
[12:40:16.854] 140/314 postgresql:pg_amcheck / pg_amcheck/002_nonesuch                                 ERROR            ...
51/5355 Enhance memory context statistics reporting for all PostgreSQL processes.
FreeBSD - 13 - Meson
core
[10:12:44.723] #0  0x0000000000ace66e in ProcessGetMemoryContextInterrupt () at ../src/backend/utils/mmgr/mcxt.c:1509
[10:12:44.723] #1  0x0000000000893e76 in HandleCheckpointerInterrupts () at ../src/backend/postmaster/checkpointer.c:622
[10:12:44.723] #2  0x00000000008938d3 in CheckpointerMain (startup_data=<optimized out>, startup_data_len=<optimized out...
[10:12:44.723] #3  0x0000000000894bc5 in postmaster_child_launch (child_type=child_type@entry=B_CHECKPOINTER, child_slot...
[10:12:44.723] #4  0x00000000008977e7 in StartChildProcess (type=type@entry=B_CHECKPOINTER) at ../src/backend/postmaster...
[10:12:44.723] #5  0x000000000089734d in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821266328) at ../src/backe...
[10:12:44.723] #6  0x00000000007d057c in main (argc=8, argv=0x821266328) at ../src/backend/main/main.c:196
[10:12:45.003] #0  0x0000000000ace66e in ProcessGetMemoryContextInterrupt () at ../src/backend/utils/mmgr/mcxt.c:1509
core
[10:12:45.016] #0  0x0000000000ace66e in ProcessGetMemoryContextInterrupt () at ../src/backend/utils/mmgr/mcxt.c:1509
[10:12:45.016] #1  0x0000000000893e76 in HandleCheckpointerInterrupts () at ../src/backend/postmaster/checkpointer.c:622
[10:12:45.016] #2  0x00000000008938d3 in CheckpointerMain (startup_data=<optimized out>, startup_data_len=<optimized out...
[10:12:45.016] #3  0x0000000000894bc5 in postmaster_child_launch (child_type=child_type@entry=B_CHECKPOINTER, child_slot...
[10:12:45.016] #4  0x00000000008977e7 in StartChildProcess (type=type@entry=B_CHECKPOINTER) at ../src/backend/postmaster...
[10:12:45.016] #5  0x000000000089734d in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820cf1d00) at ../src/backe...
[10:12:45.016] #6  0x00000000007d057c in main (argc=4, argv=0x820cf1d00) at ../src/backend/main/main.c:196
[10:12:45.291] #0  0x0000000000ace66e in ProcessGetMemoryContextInterrupt () at ../src/backend/utils/mmgr/mcxt.c:1509
core
[10:12:45.320] #0  0x0000000000ace66e in ProcessGetMemoryContextInterrupt () at ../src/backend/utils/mmgr/mcxt.c:1509
[10:12:45.320] #1  0x000000000093ede6 in ProcessInterrupts () at ../src/backend/tcop/postgres.c:3504
[10:12:45.320] #2  0x0000000000a9de6f in errfinish (filename=<optimized out>, lineno=<optimized out>, funcname=<optimize...
[10:12:45.320] #3  0x000000000066cc0b in LogCheckpointEnd (restartpoint=<optimized out>) at ../src/backend/access/transa...
[10:12:45.320] #4  0x000000000066bffe in CreateCheckPoint (flags=192) at ../src/backend/access/transam/xlog.c:7352
[10:12:45.320] #5  0x0000000000893ab5 in CheckpointerMain (startup_data=<optimized out>, startup_data_len=<optimized out...
[10:12:45.320] #6  0x0000000000894bc5 in postmaster_child_launch (child_type=child_type@entry=B_CHECKPOINTER, child_slot...
[10:12:45.320] #7  0x00000000008977e7 in StartChildProcess (type=type@entry=B_CHECKPOINTER) at ../src/backend/postmaster...
[10:12:45.320] #8  0x000000000089734d in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820d7ecc8) at ../src/backe...
[10:12:45.320] #9  0x00000000007d057c in main (argc=4, argv=0x820d7ecc8) at ../src/backend/main/main.c:196
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/sysviews.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_p...
--- /tmp/cirrus-ci-build/src/test/regress/expected/sysviews.out	2024-11-20 10:06:13.903969000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/sysviews.out	2024-11-20 10:09:14.939671000...
@@ -233,4 +233,10 @@
         from pg_get_process_memory_contexts(checkpointer_pid, false) where path = '{0}' into r; 
 	RAISE NOTICE '%', r;
 END $$;
-NOTICE:  (AllocSet,TopMemoryContext,,t)
+WARNING:  terminating connection because of crash of another server process
+DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because anothe...
+HINT:  In a moment you should be able to reconnect to the database and repeat your command.
+server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
+connection to server was lost
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/rules.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_u...
--- /tmp/cirrus-ci-build/src/test/regress/expected/rules.out	2024-11-20 10:06:13.895650000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/rules.out	2024-11-20 10:09:14.973186000 +0...
@@ -1,3849 +1,2 @@
---
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/create_table_like.out /tmp/cirrus-ci-build/build/testrun/recover...
--- /tmp/cirrus-ci-build/src/test/regress/expected/create_table_like.out	2024-11-20 10:06:13.839096000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/create_table_like.out	2024-11-20 10:09:0...
@@ -113,445 +113,10 @@
 (1 row)
 
 DROP TABLE test_like_id_1, test_like_id_2, test_like_id_3;
-CREATE TABLE test_like_gen_1 (a int, b int GENERATED ALWAYS AS (a * 2) STORED);
-\d test_like_gen_1
-                        Table "public.test_like_gen_1"
- Column |  Type   | Collation | Nullable |              Default               
---------+---------+-----------+----------+------------------------------------
- a      | integer |           |          | 
- b      | integer |           |          | generated always as (a * 2) stored
-
-INSERT INTO test_like_gen_1 (a) VALUES (1);
-SELECT * FROM test_like_gen_1;
- a | b 
----+---
- 1 | 2
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/create_table_like.out /tmp/cirrus-ci-build/build/testrun/regress...
--- /tmp/cirrus-ci-build/src/test/regress/expected/create_table_like.out	2024-11-20 10:06:13.839096000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/create_table_like.out	2024-11-20 10:08:27.177780000 +0000
@@ -178,380 +178,10 @@
 CREATE TABLE test_like_4c (LIKE test_like_4 INCLUDING GENERATED);
 CREATE TABLE test_like_4d (LIKE test_like_4 INCLUDING DEFAULTS INCLUDING GENERATED);
 \d test_like_4a
-            Table "public.test_like_4a"
- Column |  Type   | Collation | Nullable | Default 
---------+---------+-----------+----------+---------
- b      | integer |           |          | 
- c      | integer |           |          | 
- a      | integer |           |          | 
-
-INSERT INTO test_like_4a (a) VALUES(11);
-SELECT a, b, c FROM test_like_4a;
- a  | b | c 
-----+---+---
- 11 |   |  
-(1 row)
...
tap
[10:09:16.968](75.966s) not ok 5 - regression tests pass
[10:09:19.062](1.982s) not ok 6 - dump before running pg_upgrade
tap
[10:09:04.997](26.585s) not ok 2 - regression tests pass
test
[10:11:34.234]  22/314 postgresql:regress / regress/regress                                            ERROR            ...
[10:11:34.234]  46/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[10:11:34.234]  81/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
Linux - Debian Bookworm - Autoconf
core
[10:14:16.006] #0  0x00007f616bbdbebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[10:14:16.006] #1  0x00007f616bb8cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[10:14:16.006] #2  0x00007f616bb77472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[10:14:16.006] #3  0x00007f616ccd650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[10:14:16.006] #4  0x00007f616cce2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[10:14:16.006] #5  0x00007f616ccc1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7f6168eb4f4e, __in_ch...
[10:14:16.006] #6  0x00007f616ccbe6ae in __asan::ReportDeadlySignal (sig=...) at ../../../../src/libsanitizer/asan/asan_...
[10:14:16.006] #7  0x00007f616ccbd462 in __asan::AsanOnDeadlySignal (signo=<optimized out>, siginfo=0x7f6168eb5bf0, cont...
[10:14:16.006] #8  <signal handler called>
[10:14:16.006] #9  0x000055af9f10bd11 in ProcessGetMemoryContextInterrupt () at mcxt.c:1509
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/sysviews.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/sysviews.out	2024-11-20 10:06:06.228982532 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/sysviews.out	2024-11-20 10:13:13.047359452 +0000
@@ -233,4 +233,10 @@
         from pg_get_process_memory_contexts(checkpointer_pid, false) where path = '{0}' into r; 
 	RAISE NOTICE '%', r;
 END $$;
-NOTICE:  (AllocSet,TopMemoryContext,,t)
+WARNING:  terminating connection because of crash of another server process
+DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because anothe...
+HINT:  In a moment you should be able to reconnect to the database and repeat your command.
+server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
+connection to server was lost
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/rules.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/resu...
--- /tmp/cirrus-ci-build/src/test/regress/expected/rules.out	2024-11-20 10:06:06.216921592 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/rules.out	2024-11-20 10:13:13.099361907 +0000
@@ -1,3849 +1,2 @@
---
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/select_views.out /tmp/cirrus-ci-build/src/test/regress/results/s...
--- /tmp/cirrus-ci-build/src/test/regress/expected/select_views.out	2024-11-20 10:06:06.220941906 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/select_views.out	2024-11-20 10:11:16.214861319 +0000
@@ -1,1552 +1 @@
---
--- SELECT_VIEWS
--- test the views defined in CREATE_VIEWS
---
-SELECT * FROM street;
-                name                |                                                                                  ...
-------------------------------------+----------------------------------------------------------------------------------...
- Access Rd 25                       | [(-121.9283,37.894),(-121.9283,37.9)]                                            ...
- Ada                           St   | [(-122.2487,37.398),(-122.2496,37.401)]                                          ...
- Agua Fria Creek                    | [(-121.9254,37.922),(-121.9281,37.889)]                                          ...
- Allen                         Ct   | [(-122.0131,37.602),(-122.0117,37.597)]                                          ...
- Alvarado Niles                Road | [(-122.0325,37.903),(-122.0316,37.9)]                                            ...
- Andrea                        Cir  | [(-121.733218,37.88641),(-121.733286,37.90617)]                                  ...
- Apricot                       Lane | [(-121.9471,37.401),(-121.9456,37.392)]                                          ...
- Apricot                       Lane | [(-121.9471,37.401),(-121.9456,37.392)]                                          ...
- Arden                         Road | [(-122.0978,37.177),(-122.1,37.177)]                                             ...
...
sanitizer
SUMMARY: AddressSanitizer: SEGV /tmp/cirrus-ci-build/src/backend/utils/mmgr/mcxt.c:1509 in ProcessGetMemoryContextInterr...
tap
[10:13:13.866](86.274s) not ok 5 - regression tests pass
[10:13:15.600](1.726s) not ok 6 - dump before running pg_upgrade
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/rules.out /tmp/cirrus-ci-build/build/testrun/regress/regress/res...
--- /tmp/cirrus-ci-build/src/test/regress/expected/rules.out	2024-11-20 10:06:07.603839927 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/rules.out	2024-11-20 10:11:18.304234194 +0000
@@ -2709,11 +2709,13 @@
 	id1b integer,
 	primary key (id1a, id1b)
 );
+ERROR:  pg_attribute catalog is missing 1 attribute(s) for relation OID 2579
 create table rule_and_refint_t2 (
 	id2a integer,
 	id2c integer,
 	primary key (id2a, id2c)
 );
+ERROR:  pg_attribute catalog is missing 1 attribute(s) for relation OID 2579
 create table rule_and_refint_t3 (
 	id3a integer,
 	id3b integer,
@@ -2723,35 +2725,76 @@
 	foreign key (id3a, id3b) references rule_and_refint_t1 (id1a, id1b),
 	foreign key (id3a, id3c) references rule_and_refint_t2 (id2a, id2c)
...
test
[10:14:13.020]  34/314 postgresql:regress / regress/regress                                            ERROR            ...
macOS - Sonoma - Meson
core
[10:14:22.826]   * frame #0: 0x000000010095538c postgres`ProcessGetMemoryContextInterrupt at mcxt.c:1509:38
[10:14:22.826]     frame #1: 0x00000001007584a4 postgres`HandleCheckpointerInterrupts at checkpointer.c:622:3 [artificia...
[10:14:22.826]     frame #2: 0x0000000100757f04 postgres`CheckpointerMain(startup_data=<unavailable>, startup_data_len=<...
[10:14:22.826]     frame #3: 0x00000001007591fc postgres`postmaster_child_launch(child_type=B_CHECKPOINTER, child_slot=8...
[10:14:22.826]     frame #4: 0x000000010075bca0 postgres`StartChildProcess(type=B_CHECKPOINTER) at postmaster.c:3702:8
[10:14:22.826]     frame #5: 0x000000010075b7e8 postgres`PostmasterMain(argc=<unavailable>, argv=<unavailable>) at postm...
[10:14:22.826]     frame #6: 0x00000001006af06c postgres`main(argc=4, argv=0x00006000008b4bd0) at main.c:196:3
[10:14:22.826]     frame #7: 0x000000018837b154 dyld`start + 2476
core
[10:15:58.679]   * frame #0: 0x00000001013a938c postgres`ProcessGetMemoryContextInterrupt at mcxt.c:1509:38
[10:15:58.679]     frame #1: 0x00000001012480d8 postgres`ProcessInterrupts at postgres.c:3504:3
[10:15:58.679]     frame #2: 0x000000010137e2ec postgres`errfinish(filename=<unavailable>, lineno=<unavailable>, funcnam...
[10:15:58.679]     frame #3: 0x0000000100fe075c postgres`LogCheckpointEnd(restartpoint=<unavailable>) at xlog.c:0:3 [art...
[10:15:58.679]     frame #4: 0x0000000100fdfc18 postgres`CreateCheckPoint(flags=<unavailable>) at xlog.c:7352:2
[10:15:58.679]     frame #5: 0x00000001011ac0e0 postgres`CheckpointerMain(startup_data=<unavailable>, startup_data_len=<...
[10:15:58.679]     frame #6: 0x00000001011ad1fc postgres`postmaster_child_launch(child_type=B_CHECKPOINTER, child_slot=2...
[10:15:58.679]     frame #7: 0x00000001011afca0 postgres`StartChildProcess(type=B_CHECKPOINTER) at postmaster.c:3702:8
[10:15:58.679]     frame #8: 0x00000001011af7e8 postgres`PostmasterMain(argc=<unavailable>, argv=<unavailable>) at postm...
[10:15:58.679]     frame #9: 0x000000010110306c postgres`main(argc=4, argv=0x000060000198cbd0) at main.c:196:3
core
[10:15:11.306]   * frame #0: 0x0000000104b1d38c postgres`ProcessGetMemoryContextInterrupt at mcxt.c:1509:38
[10:15:11.306]     frame #1: 0x00000001049204a4 postgres`HandleCheckpointerInterrupts at checkpointer.c:622:3 [artificia...
[10:15:11.306]     frame #2: 0x000000010491ff04 postgres`CheckpointerMain(startup_data=<unavailable>, startup_data_len=<...
[10:15:11.306]     frame #3: 0x00000001049211fc postgres`postmaster_child_launch(child_type=B_CHECKPOINTER, child_slot=2...
[10:15:11.306]     frame #4: 0x0000000104923ca0 postgres`StartChildProcess(type=B_CHECKPOINTER) at postmaster.c:3702:8
[10:15:11.306]     frame #5: 0x00000001049237e8 postgres`PostmasterMain(argc=<unavailable>, argv=<unavailable>) at postm...
[10:15:11.306]     frame #6: 0x000000010487706c postgres`main(argc=8, argv=0x00006000034944b0) at main.c:196:3
[10:15:11.306]     frame #7: 0x000000018837b154 dyld`start + 2476
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/sysviews.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_up...
--- /Users/admin/pgsql/src/test/regress/expected/sysviews.out	2024-11-20 10:05:12
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/sysviews.out	2024-11-20 10:08:36
@@ -233,4 +233,10 @@
         from pg_get_process_memory_contexts(checkpointer_pid, false) where path = '{0}' into r; 
 	RAISE NOTICE '%', r;
 END $$;
-NOTICE:  (AllocSet,TopMemoryContext,,t)
+WARNING:  terminating connection because of crash of another server process
+DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because anothe...
+HINT:  In a moment you should be able to reconnect to the database and repeat your command.
+server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
+connection to server was lost
diff -U3 /Users/admin/pgsql/src/test/regress/expected/rules.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgra...
--- /Users/admin/pgsql/src/test/regress/expected/rules.out	2024-11-20 10:05:12
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/rules.out	2024-11-20 10:08:36
@@ -1,3849 +1,2 @@
---
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/create_table_like.out /Users/admin/pgsql/build/testrun/recovery/02...
--- /Users/admin/pgsql/src/test/regress/expected/create_table_like.out	2024-11-20 10:05:12
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/create_table_like.out	2024-11-20 10:08:33
@@ -276,282 +276,10 @@
     "public.test_like_6c_expr_stat" ON (a || b) FROM test_like_6c
 
 DROP TABLE test_like_4, test_like_4a, test_like_4b, test_like_4c, test_like_4d;
-DROP TABLE test_like_5, test_like_5x, test_like_5c;
-DROP TABLE test_like_6, test_like_6c;
-CREATE TABLE inhg (x text, LIKE inhx INCLUDING INDEXES, y text); /* copies indexes */
-INSERT INTO inhg VALUES (5, 10);
-INSERT INTO inhg VALUES (20, 10); -- should fail
-ERROR:  duplicate key value violates unique constraint "inhg_pkey"
-DETAIL:  Key (xx)=(10) already exists.
-DROP TABLE inhg;
-/* Multiple primary keys creation should fail */
-CREATE TABLE inhg (x text, LIKE inhx INCLUDING INDEXES, PRIMARY KEY(x)); /* fails */
-ERROR:  multiple primary keys for table "inhg" are not allowed
-CREATE TABLE inhz (xx text DEFAULT 'text', yy int UNIQUE);
-CREATE UNIQUE INDEX inhz_xx_idx on inhz (xx) WHERE xx <> 'test';
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/sysviews.out /Users/admin/pgsql/build/testrun/regress/regress/resu...
--- /Users/admin/pgsql/src/test/regress/expected/sysviews.out	2024-11-20 10:05:12
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/sysviews.out	2024-11-20 10:07:56
@@ -233,4 +233,10 @@
         from pg_get_process_memory_contexts(checkpointer_pid, false) where path = '{0}' into r; 
 	RAISE NOTICE '%', r;
 END $$;
-NOTICE:  (AllocSet,TopMemoryContext,,t)
+WARNING:  terminating connection because of crash of another server process
+DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because anothe...
+HINT:  In a moment you should be able to reconnect to the database and repeat your command.
+server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
+connection to server was lost
diff -U3 /Users/admin/pgsql/src/test/regress/expected/rules.out /Users/admin/pgsql/build/testrun/regress/regress/results...
--- /Users/admin/pgsql/src/test/regress/expected/rules.out	2024-11-20 10:05:12
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/rules.out	2024-11-20 10:07:56
@@ -1,3849 +1,2 @@
---
...
tap
[10:08:40.009](81.271s) not ok 5 - regression tests pass
[10:08:41.659](1.622s) not ok 6 - dump before running pg_upgrade
tap
[10:08:38.972](42.245s) not ok 2 - regression tests pass
test
[10:10:43.766]  32/314 postgresql:regress / regress/regress                                            ERROR            ...
[10:10:43.766]  72/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[10:10:43.766]  81/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
core
00000017`f3dffb38 00007ffc`24ae45ca     ntdll!NtFsControlFile+0x14
00000017`f3dffb40 00007ff6`9fca38bb     KERNELBASE!ConnectNamedPipe+0x6a
00000017`f3dffbb0 00007ffc`26324cb0     postgres!pg_signal_thread(
00000017`f3dffcb0 00007ffc`2755edcb     KERNEL32!BaseThreadInitThunk+0x10
00000017`f3dffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000017`f35ff0e0 00007ff6`9fdb3fd9     postgres!ProcessGetMemoryContextInterrupt(void)+0x701 [c:\cirrus\src\backend\uti...
00000017`f35ff690 00007ff6`9ffef998     postgres!ProcessInterrupts(void)+0x7f9 [c:\cirrus\src\backend\tcop\postgres.c @ ...
00000017`f35ff710 00007ff6`9f931ac3     postgres!errfinish(
00000017`f35ff770 00007ff6`9f925fdc     postgres!LogCheckpointEnd(
00000017`f35ff8d0 00007ff6`9fcadbb6     postgres!CreateCheckPoint(
00000017`f35ffa70 00007ff6`9fcaf4b7     postgres!CheckpointerMain(
00000017`f35ffc20 00007ff6`9fb6d8d4     postgres!SubPostmasterMain(
00000017`f35ffc90 00007ff6`a01654c9     postgres!main(
00000017`f35ffcd0 00007ff6`a016541e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000017`f35ffd20 00007ff6`a01652de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
000000a4`46fff5f8 00007ffc`24ae45ca     ntdll!NtFsControlFile+0x14
000000a4`46fff600 00007ff6`9fca38bb     KERNELBASE!ConnectNamedPipe+0x6a
000000a4`46fff670 00007ffc`26324cb0     postgres!pg_signal_thread(
000000a4`46fff770 00007ffc`2755edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a4`46fff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a4`467ff5d0 00007ff6`9fcaea52     postgres!ProcessGetMemoryContextInterrupt(void)+0x701 [c:\cirrus\src\backend\uti...
000000a4`467ffb80 00007ff6`9fcad8fc     postgres!HandleCheckpointerInterrupts(void)+0x92 [c:\cirrus\src\backend\postmast...
000000a4`467ffbb0 00007ff6`9fcaf4b7     postgres!CheckpointerMain(
000000a4`467ffd60 00007ff6`9fb6d8d4     postgres!SubPostmasterMain(
000000a4`467ffdd0 00007ff6`a01654c9     postgres!main(
000000a4`467ffe10 00007ff6`a016541e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a4`467ffe60 00007ff6`a01652de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a4`467ffed0 00007ff6`a016553e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000a4`467fff00 00007ffc`26324cb0     postgres!mainCRTStartup(
000000a4`467fff30 00007ffc`2755edcb     KERNEL32!BaseThreadInitThunk+0x10
core
00000016`8ffffcc8 00007ffc`24ae45ca     ntdll!NtFsControlFile+0x14
00000016`8ffffcd0 00007ff6`9fca38bb     KERNELBASE!ConnectNamedPipe+0x6a
00000016`8ffffd40 00007ffc`26324cb0     postgres!pg_signal_thread(
00000016`8ffffe40 00007ffc`2755edcb     KERNEL32!BaseThreadInitThunk+0x10
00000016`8ffffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000016`8f3feeb0 00007ff6`9fcaea52     postgres!ProcessGetMemoryContextInterrupt(void)+0x701 [c:\cirrus\src\backend\uti...
00000016`8f3ff460 00007ff6`9fcad8fc     postgres!HandleCheckpointerInterrupts(void)+0x92 [c:\cirrus\src\backend\postmast...
00000016`8f3ff490 00007ff6`9fcaf4b7     postgres!CheckpointerMain(
00000016`8f3ff640 00007ff6`9fb6d8d4     postgres!SubPostmasterMain(
00000016`8f3ff6b0 00007ff6`a01654c9     postgres!main(
00000016`8f3ff6f0 00007ff6`a016541e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000016`8f3ff740 00007ff6`a01652de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000016`8f3ff7b0 00007ff6`a016553e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000016`8f3ff7e0 00007ffc`26324cb0     postgres!mainCRTStartup(
00000016`8f3ff810 00007ffc`2755edcb     KERNEL32!BaseThreadInitThunk+0x10
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/sysviews.out C:/cirrus/build/testrun/pg_upgrade/002_pg_...
--- C:/cirrus/src/test/regress/expected/sysviews.out	2024-11-20 10:06:29.663053100 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/sysviews.out	2024-11-20 10:10:39.679544200 +0000
@@ -233,4 +233,10 @@
         from pg_get_process_memory_contexts(checkpointer_pid, false) where path = '{0}' into r; 
 	RAISE NOTICE '%', r;
 END $$;
-NOTICE:  (AllocSet,TopMemoryContext,,t)
+WARNING:  terminating connection because of crash of another server process
+DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because anothe...
+HINT:  In a moment you should be able to reconnect to the database and repeat your command.
+server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
+connection to server was lost
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/rules.out C:/cirrus/build/testrun/pg_upgrade/002_pg_upg...
--- C:/cirrus/src/test/regress/expected/rules.out	2024-11-20 10:06:29.641983900 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/rules.out	2024-11-20 10:10:41.825035800 +0000
@@ -1,3849 +1,2 @@
---
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/create_table_like.out C:/cirrus/build/testrun/recovery/...
--- C:/cirrus/src/test/regress/expected/create_table_like.out	2024-11-20 10:06:29.516000400 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/create_table_like.out	2024-11-20 10:11:50.421316500...
@@ -489,69 +489,10 @@
     "ctlt1_a_not_null" NOT NULL "a"
 
 DROP TABLE public.pg_attrdef;
--- Check that LIKE isn't confused when new table masks the old, either
-BEGIN;
-CREATE SCHEMA ctl_schema;
-SET LOCAL search_path = ctl_schema, public;
-CREATE TABLE ctlt1 (LIKE ctlt1 INCLUDING ALL);
-\d+ ctlt1
-                                Table "ctl_schema.ctlt1"
- Column | Type | Collation | Nullable | Default | Storage  | Stats target | Description 
---------+------+-----------+----------+---------+----------+--------------+-------------
- a      | text |           | not null |         | main     |              | A
- b      | text |           |          |         | extended |              | B
-Indexes:
-    "ctlt1_pkey" PRIMARY KEY, btree (a)
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/sysviews.out C:/cirrus/build/testrun/regress/regress/re...
--- C:/cirrus/src/test/regress/expected/sysviews.out	2024-11-20 10:06:29.663053100 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/sysviews.out	2024-11-20 10:09:37.218543600 +0000
@@ -233,4 +233,10 @@
         from pg_get_process_memory_contexts(checkpointer_pid, false) where path = '{0}' into r; 
 	RAISE NOTICE '%', r;
 END $$;
-NOTICE:  (AllocSet,TopMemoryContext,,t)
+WARNING:  terminating connection because of crash of another server process
+DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because anothe...
+HINT:  In a moment you should be able to reconnect to the database and repeat your command.
+server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
+connection to server was lost
tap
[10:11:15.766](159.167s) not ok 5 - regression tests pass
[10:11:20.606](4.796s) not ok 6 - dump before running pg_upgrade
tap
[10:12:20.815](105.144s) not ok 2 - regression tests pass
test
[10:18:52.783]  20/309 postgresql:regress / regress/regress                                            ERROR           1...
[10:18:52.783]  40/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[10:18:52.783]  74/309 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5283 Replace IN VALUES with ANY in WHERE clauses during optimization
macOS - Sonoma - Meson
core
[09:17:13.118]   * frame #0: 0x0000000102d94b70 dyld`_dyld_start
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/subselect.out /Users/admin/pgsql/build/testrun/regress/regress/res...
--- /Users/admin/pgsql/src/test/regress/expected/subselect.out	2024-11-20 09:09:16
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/subselect.out	2024-11-20 09:10:40
@@ -2313,15 +2313,16 @@
 EXPLAIN (COSTS OFF)
 SELECT c.oid,c.relname FROM pg_class c JOIN pg_am a USING (oid)
 WHERE c.oid IN (VALUES (1), (2));
-                          QUERY PLAN                           
----------------------------------------------------------------
- Hash Join
-   Hash Cond: (a.oid = c.oid)
-   ->  Seq Scan on pg_am a
-   ->  Hash
-         ->  Index Scan using pg_class_oid_index on pg_class c
-               Index Cond: (oid = ANY ('{1,2}'::integer[]))
-(6 rows)
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (c.oid = a.oid)
...
test
[09:13:45.942]  29/314 postgresql:regress / regress/regress                                            ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/subselect.out C:/cirrus/build/testrun/pg_upgrade/002_pg...
--- C:/cirrus/src/test/regress/expected/subselect.out	2024-11-20 09:14:34.030865900 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/subselect.out	2024-11-20 09:17:11.700158500 +0000
@@ -2313,15 +2313,16 @@
 EXPLAIN (COSTS OFF)
 SELECT c.oid,c.relname FROM pg_class c JOIN pg_am a USING (oid)
 WHERE c.oid IN (VALUES (1), (2));
-                          QUERY PLAN                           
----------------------------------------------------------------
- Hash Join
-   Hash Cond: (a.oid = c.oid)
-   ->  Seq Scan on pg_am a
-   ->  Hash
-         ->  Index Scan using pg_class_oid_index on pg_class c
-               Index Cond: (oid = ANY ('{1,2}'::integer[]))
-(6 rows)
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (c.oid = a.oid)
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/subselect.out C:/cirrus/build/testrun/recovery/027_stre...
--- C:/cirrus/src/test/regress/expected/subselect.out	2024-11-20 09:14:34.030865900 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/subselect.out	2024-11-20 09:19:28.431081300 +0000
@@ -2313,15 +2313,16 @@
 EXPLAIN (COSTS OFF)
 SELECT c.oid,c.relname FROM pg_class c JOIN pg_am a USING (oid)
 WHERE c.oid IN (VALUES (1), (2));
-                          QUERY PLAN                           
----------------------------------------------------------------
- Hash Join
-   Hash Cond: (a.oid = c.oid)
-   ->  Seq Scan on pg_am a
-   ->  Hash
-         ->  Index Scan using pg_class_oid_index on pg_class c
-               Index Cond: (oid = ANY ('{1,2}'::integer[]))
-(6 rows)
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (c.oid = a.oid)
...
tap
[09:18:34.594](118.405s) not ok 5 - regression tests pass
tap
[09:20:55.244](130.094s) not ok 2 - regression tests pass
test
[09:27:24.735]  37/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[09:27:24.735] 102/309 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5272 Truncate logs by max_log_size
CompilerWarnings
compiler
[05:09:52.119] elog.c:1699:9: error: initializing 'char *' with an expression of type 'const char *' discards qualifiers...
compiler
[05:07:56.247] elog.c:1699:9: error: initializing 'char *' with an expression of type 'const char *' discards qualifiers...
compiler
[05:05:22.259] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar...
compiler
[05:03:32.334] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar...
compiler
[05:13:38.167] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar...
51/5378 Conflict detection for update_deleted in logical replication
CompilerWarnings
compiler
[04:16:38.536] worker.c:2748:7: error: variable 'localts' is used uninitialized whenever '&&' condition is false [-Werro...
compiler
[04:16:38.536] worker.c:2748:7: error: variable 'localorigin' is used uninitialized whenever '&&' condition is false [-W...
compiler
[04:16:38.536] worker.c:2748:7: error: variable 'localxid' is used uninitialized whenever '&&' condition is false [-Werr...
compiler
[04:15:38.229] worker.c:2748:7: error: variable 'localorigin' is used uninitialized whenever '&&' condition is false [-W...
compiler
[04:15:38.229] worker.c:2748:7: error: variable 'localxid' is used uninitialized whenever '&&' condition is false [-Werr...
compiler
[04:15:38.229] worker.c:2748:7: error: variable 'localts' is used uninitialized whenever '&&' condition is false [-Werro...
51/5377 Converting SetOp to read its two inputs separately
Linux - Debian Bookworm - Meson
core
[02:26:15.912] #0  0x00007f0f33960da4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[02:26:15.912] #1  0x00007f0f3390d239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[02:26:15.912] #2  0x00007f0f3390d497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[02:26:15.912] #3  0x000055df36e3d5c1 in ?? ()
[02:26:15.912] #4  0x000055df36e37369 in ?? ()
[02:26:15.912] #5  0x000055df36e3620f in ?? ()
[02:26:15.912] #6  0x000055df36e36c3b in ?? ()
[02:26:15.912] #7  0x000055df36e3466f in ?? ()
[02:26:15.912] #8  0x00007f0f338f824a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[02:26:15.912] #9  0x00007f0f338f8305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[02:26:15.798] #0  <unavailable> in ?? ()
core
[02:26:15.798] #0  0x00007f0f33960da4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[02:26:15.798] #1  0x00007f0f3390d239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[02:26:15.798] #2  0x00007f0f3390d497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[02:26:15.798] #3  0x000055df36e3d5f3 in ?? ()
[02:26:15.798] #4  0x000055df36e37369 in ?? ()
[02:26:15.798] #5  0x000055df36e3620f in ?? ()
[02:26:15.798] #6  0x000055df36e36c3b in ?? ()
[02:26:15.798] #7  0x000055df36e3466f in ?? ()
[02:26:15.798] #8  0x00007f0f338f824a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[02:26:15.798] #9  0x00007f0f338f8305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
tap
[02:24:59.398](0.108s) Bail out!  pg_ctl restart failed
test
[02:25:02.084] 309/314 postgresql:ssl / ssl/001_ssltests                                               ERROR            ...
51/5246 Allow SQL functions use CachedPlan machinery
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upg...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-11-20 01:30:10.744257000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/xml.out	2024-11-20 01:31:34.351760000 +000...
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-11-20 01:30:10.744257000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/xml.out	2024-11-20 01:32:28.898113000 +0...
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/regress/regress/resul...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-11-20 01:30:10.744257000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/xml.out	2024-11-20 01:31:31.234424000 +0000
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
tap
[01:31:51.198](59.928s) not ok 5 - regression tests pass
tap
[01:32:43.713](72.295s) not ok 2 - regression tests pass
test
[01:34:31.729]  38/314 postgresql:regress / regress/regress                                            ERROR            ...
[01:34:31.729]  91/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[01:34:31.729] 157/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/result...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-11-20 01:30:08.134686527 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/xml.out	2024-11-20 01:35:10.958326128 +0000
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-11-20 01:30:08.134686527 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/xml.out	2024-11-20 01:36:50.369749007 +0000
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/src/test/regress/results/xml.out
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-11-20 01:30:08.134686527 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/xml.out	2024-11-20 01:33:10.846445027 +0000
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
tap
[01:35:16.995](91.067s) not ok 5 - regression tests pass
tap
[01:36:56.132](52.883s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upg...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-11-20 01:30:11.183394188 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/xml.out	2024-11-20 01:32:53.941296264 +000...
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-11-20 01:30:11.183394188 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/xml.out	2024-11-20 01:33:29.109445106 +0...
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/regress/regress/resul...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-11-20 01:30:11.183394188 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/xml.out	2024-11-20 01:32:48.217270689 +0000
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
tap
[01:33:05.218](85.170s) not ok 5 - regression tests pass
tap
[01:33:38.127](81.749s) not ok 2 - regression tests pass
test
[01:35:15.318]  45/314 postgresql:regress / regress/regress                                            ERROR            ...
[01:35:15.318] 137/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[01:35:15.318] 155/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/xml.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade...
--- /Users/admin/pgsql/src/test/regress/expected/xml.out	2024-11-20 01:29:13
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/xml.out	2024-11-20 01:31:06
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/xml.out /Users/admin/pgsql/build/testrun/recovery/027_stream_regre...
--- /Users/admin/pgsql/src/test/regress/expected/xml.out	2024-11-20 01:29:13
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/xml.out	2024-11-20 01:31:54
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/xml.out /Users/admin/pgsql/build/testrun/regress/regress/results/x...
--- /Users/admin/pgsql/src/test/regress/expected/xml.out	2024-11-20 01:29:13
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/xml.out	2024-11-20 01:31:07
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
tap
[01:31:12.311](40.753s) not ok 5 - regression tests pass
tap
[01:32:01.330](48.440s) not ok 2 - regression tests pass
test
[01:33:58.057]  28/314 postgresql:regress / regress/regress                                            ERROR            ...
[01:33:58.057]  47/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[01:33:58.057] 139/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
51/5214 SQL:2023 JSON simplified accessor support
FreeBSD - 13 - Meson
tap
[00:40:28.013](1.573s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[00:40:38.604] 295/314 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
Linux - Debian Bookworm - Autoconf
tap
[00:42:15.205](0.849s) not ok 1 - no parameters missing from postgresql.conf.sample
Linux - Debian Bookworm - Meson
tap
[00:42:41.976](0.401s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[00:42:52.138] 293/314 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
macOS - Sonoma - Meson
tap
[00:40:23.861](0.870s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[00:40:36.177] 295/314 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[00:47:10.695](1.742s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[00:47:35.822] 291/309 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
51/5004 CREATE INDEX CONCURRENTLY for partitioned tables
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_p...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-11-19 22:48:43.538106000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/indexing.out	2024-11-19 22:50:20.571990000...
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/recovery/027_str...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-11-19 22:48:43.538106000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/indexing.out	2024-11-19 22:51:06.8803540...
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/regress/regress/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-11-19 22:48:43.538106000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/indexing.out	2024-11-19 22:50:21.162112000 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[22:50:22.521](57.279s) not ok 5 - regression tests pass
tap
[22:51:09.608](66.279s) not ok 2 - regression tests pass
test
[23:06:02.833]  40/314 postgresql:regress / regress/regress                                            ERROR            ...
[23:06:02.833]  69/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[23:06:02.833] 145/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[23:06:02.833] 314/314 postgresql:isolation / isolation/isolation                                      TIMEOUT        10...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-11-19 22:48:44.055370930 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/indexing.out	2024-11-19 22:54:01.406624796 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/partitioned-cic.out /tmp/cirrus-ci-build/src/test/isolation/ou...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/partitioned-cic.out	2024-11-19 22:48:43.887930663 +0000
+++ /tmp/cirrus-ci-build/src/test/isolation/output_iso/results/partitioned-cic.out	2024-11-19 23:15:55.088363550 +0000
@@ -3,10 +3,14 @@
 starting permutation: lock_p1 cic insert drop2 commit chk_content
 step lock_p1: lock cictab_part_1 in row exclusive mode;
 step cic: CREATE INDEX CONCURRENTLY ON cictab(i); <waiting ...>
-step insert: insert into cictab values (1, 1), (11, 1);
-step drop2: DROP TABLE cictab_part_2;
+step insert: insert into cictab values (1, 1), (11, 1); <waiting ...>
+isolationtester: canceling step insert after 360 seconds
+step insert: <... completed>
+ERROR:  canceling statement due to user request
+step drop2: DROP TABLE cictab_part_2; <waiting ...>
 step commit: COMMIT;
 step cic: <... completed>
+step drop2: <... completed>
 step chk_content: 
   set enable_seqscan to off;
   explain (costs off) select * from cictab where i > 0;
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/src/test/recovery/tmp_check/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-11-19 22:48:44.055370930 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/indexing.out	2024-11-19 22:55:33.538278717 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/src/test/regress/results/index...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-11-19 22:48:44.055370930 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/indexing.out	2024-11-19 22:52:04.202618812 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[22:54:03.716](78.423s) not ok 5 - regression tests pass
tap
[22:55:36.235](54.053s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Meson
core
[23:07:47.169] #0  0x00007f09ec8d8a50 in ?? ()
[23:07:47.169] #1  0x0000000000000003 in ?? ()
[23:07:47.169] #2  0x00007ffdbb5983f1 in ?? ()
[23:07:47.169] #3  0x00007ffdbb5983f4 in ?? ()
[23:07:47.169] #4  0x00007ffdbb5983f7 in ?? ()
[23:07:47.169] #5  0x0000000000000000 in ?? ()
[23:07:47.278] #0  0x00007f7c1ee4576a in ?? () from /lib64/ld-linux-x86-64.so.2
core
[23:07:47.059] #0  0x00007fd91dbc3b93 in wait4 () from /lib/x86_64-linux-gnu/libc.so.6
[23:07:47.059] #1  0x0000556d51385cc0 in ?? ()
[23:07:47.059] #2  0x0000556d51385efa in ?? ()
[23:07:47.059] #3  0x0000556d51387630 in ?? ()
[23:07:47.059] #4  0x0000556d51381371 in ?? ()
[23:07:47.059] #5  0x0000556d5138020f in ?? ()
[23:07:47.059] #6  0x0000556d51380c3b in ?? ()
[23:07:47.059] #7  0x0000556d5137e66f in ?? ()
[23:07:47.059] #8  0x00007fd91db1724a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[23:07:47.059] #9  0x00007fd91db17305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[23:07:47.279] #0  0x00007f7c1ee4576a in ?? () from /lib64/ld-linux-x86-64.so.2
[23:07:47.279] #1  0x00007f7c1ee2a4b3 in ?? () from /lib64/ld-linux-x86-64.so.2
[23:07:47.279] #2  0x00007f7c1ee2d126 in ?? () from /lib64/ld-linux-x86-64.so.2
[23:07:47.279] #3  0x00007f7c1ee27261 in ?? () from /lib64/ld-linux-x86-64.so.2
[23:07:47.279] #4  0x00007f7c1ee3d2f1 in _dl_catch_exception () from /lib64/ld-linux-x86-64.so.2
[23:07:47.279] #5  0x00007f7c1ee275ca in ?? () from /lib64/ld-linux-x86-64.so.2
[23:07:47.279] #6  0x00007f7c1ee4297a in ?? () from /lib64/ld-linux-x86-64.so.2
[23:07:47.279] #7  0x00007f7c1ee3f22f in ?? () from /lib64/ld-linux-x86-64.so.2
[23:07:47.279] #8  0x00007f7c1ee40bac in ?? () from /lib64/ld-linux-x86-64.so.2
[23:07:47.279] #9  0x00007f7c1ee3fa58 in ?? () from /lib64/ld-linux-x86-64.so.2
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_p...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-11-19 22:48:39.781786552 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/indexing.out	2024-11-19 22:51:17.633381338...
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/recovery/027_str...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-11-19 22:48:39.781786552 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/indexing.out	2024-11-19 22:51:48.4733664...
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/regress/regress/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-11-19 22:48:39.781786552 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/indexing.out	2024-11-19 22:51:13.809383594 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[22:51:19.311](72.882s) not ok 5 - regression tests pass
tap
[22:51:50.703](70.540s) not ok 2 - regression tests pass
test
[23:06:42.634]  42/314 postgresql:regress / regress/regress                                            ERROR            ...
[23:06:42.634] 111/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[23:06:42.634] 145/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[23:06:42.634] 314/314 postgresql:isolation / isolation/isolation                                      TIMEOUT        10...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/indexing.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_up...
--- /Users/admin/pgsql/src/test/regress/expected/indexing.out	2024-11-19 22:48:12
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/indexing.out	2024-11-19 22:53:26
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/indexing.out /Users/admin/pgsql/build/testrun/recovery/027_stream_...
--- /Users/admin/pgsql/src/test/regress/expected/indexing.out	2024-11-19 22:48:12
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/indexing.out	2024-11-19 22:54:08
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/indexing.out /Users/admin/pgsql/build/testrun/regress/regress/resu...
--- /Users/admin/pgsql/src/test/regress/expected/indexing.out	2024-11-19 22:48:12
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/indexing.out	2024-11-19 22:53:26
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[22:53:27.638](34.457s) not ok 5 - regression tests pass
tap
[22:54:10.807](40.841s) not ok 2 - regression tests pass
test
[23:09:57.499]  26/314 postgresql:regress / regress/regress                                            ERROR            ...
[23:09:57.499]  43/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[23:09:57.499] 116/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[23:09:57.499] 314/314 postgresql:isolation / isolation/isolation                                      TIMEOUT        10...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/indexing.out C:/cirrus/build/testrun/pg_upgrade/002_pg_...
--- C:/cirrus/src/test/regress/expected/indexing.out	2024-11-19 22:49:00.430383700 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/indexing.out	2024-11-19 22:52:34.198061900 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/indexing.out C:/cirrus/build/testrun/recovery/027_strea...
--- C:/cirrus/src/test/regress/expected/indexing.out	2024-11-19 22:49:00.430383700 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/indexing.out	2024-11-19 22:54:39.483248100 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/indexing.out C:/cirrus/build/testrun/regress/regress/re...
--- C:/cirrus/src/test/regress/expected/indexing.out	2024-11-19 22:49:00.430383700 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/indexing.out	2024-11-19 22:52:27.608209000 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[22:52:42.407](108.012s) not ok 5 - regression tests pass
tap
[22:54:47.069](109.741s) not ok 2 - regression tests pass
test
[23:07:27.414]  24/309 postgresql:regress / regress/regress                                            ERROR           1...
[23:07:27.414]  35/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[23:07:27.414]  81/309 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
[23:07:27.414] 309/309 postgresql:isolation / isolation/isolation                                      TIMEOUT        10...
51/1608 declarative session variables, LET command
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/session_variables.out /tmp/cirrus-ci-build/build/testrun/pg_upgr...
--- /tmp/cirrus-ci-build/src/test/regress/expected/session_variables.out	2024-11-19 22:11:16.434243000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/session_variables.out	2024-11-19 22:13:26....
@@ -1891,11 +1891,8 @@
 -- no warning
 \set VERBOSITY verbose
 SELECT variable(a) FROM test_table;
- a  
-----
- 10
-(1 row)
-
+ERROR:  XX000: unrecognized node type: 70
+LOCATION:  raw_expression_tree_walker_impl, nodeFuncs.c:4686
 \set VERBOSITY default
 ALTER TABLE test_table DROP COLUMN a;
 -- warning - variable fence is not used
@@ -1911,11 +1908,7 @@
 
 -- no warning
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/session_variables.out /tmp/cirrus-ci-build/build/testrun/recover...
--- /tmp/cirrus-ci-build/src/test/regress/expected/session_variables.out	2024-11-19 22:11:16.434243000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/session_variables.out	2024-11-19 22:14:1...
@@ -1891,11 +1891,8 @@
 -- no warning
 \set VERBOSITY verbose
 SELECT variable(a) FROM test_table;
- a  
-----
- 10
-(1 row)
-
+ERROR:  XX000: unrecognized node type: 70
+LOCATION:  raw_expression_tree_walker_impl, nodeFuncs.c:4686
 \set VERBOSITY default
 ALTER TABLE test_table DROP COLUMN a;
 -- warning - variable fence is not used
@@ -1911,11 +1908,7 @@
 
 -- no warning
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/session_variables.out /tmp/cirrus-ci-build/build/testrun/regress...
--- /tmp/cirrus-ci-build/src/test/regress/expected/session_variables.out	2024-11-19 22:11:16.434243000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/session_variables.out	2024-11-19 22:13:27.147345000 +0000
@@ -1891,11 +1891,8 @@
 -- no warning
 \set VERBOSITY verbose
 SELECT variable(a) FROM test_table;
- a  
-----
- 10
-(1 row)
-
+ERROR:  XX000: unrecognized node type: 70
+LOCATION:  raw_expression_tree_walker_impl, nodeFuncs.c:4686
 \set VERBOSITY default
 ALTER TABLE test_table DROP COLUMN a;
 -- warning - variable fence is not used
@@ -1911,11 +1908,7 @@
 
 -- no warning
...
tap
[22:13:46.925](67.479s) not ok 5 - regression tests pass
tap
[22:14:32.430](76.366s) not ok 2 - regression tests pass
test
[22:16:24.457]  40/314 postgresql:regress / regress/regress                                            ERROR            ...
[22:16:24.457]  99/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[22:16:24.457] 155/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
51/4390 add not_before and not_after timestamps to sslinfo extension and pg_stat_ssl
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[21:40:23.321] ../src/backend/libpq/be-secure-openssl.c(1575): warning C4047: 'function': 'ASN1_TIME *' differs in level...
compiler
[21:40:23.321] ../src/backend/libpq/be-secure-openssl.c(1566): warning C4024: 'ASN1_TIME_to_timestamptz': different type...
compiler
[21:40:23.321] ../src/backend/libpq/be-secure-openssl.c(1566): warning C4047: 'function': 'ASN1_TIME *' differs in level...
compiler
[21:40:23.479] ../src/backend/libpq/be-secure-openssl.c(1575): warning C4024: 'ASN1_TIME_to_timestamptz': different type...
compiler
[21:40:40.379] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notBefore referenced i...
compiler
[21:40:40.379] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notAfter referenced in...
51/1608 declarative session variables, LET command
FreeBSD - 13 - Meson
core
[20:38:44.670] #0  0x000000082dddf8fa in _sigprocmask () from /lib/libc.so.7
[20:38:44.670] #1  0x000000082de18f91 in _system () from /lib/libc.so.7
[20:38:44.670] #2  0x000000082b1999d3 in ?? () from /lib/libthr.so.3
[20:38:44.670] #3  0x0000000000675c45 in RestoreArchivedFile (path=path@entry=0x821a7f1d0 "pg_wal/00000001", '0' <repeat...
[20:38:44.670] #4  0x000000000065cc88 in existsTimeLineHistory (probeTLI=probeTLI@entry=2) at ../src/backend/access/tran...
[20:38:44.670] #5  0x000000000065cd48 in findNewestTimeLine (startTLI=startTLI@entry=1) at ../src/backend/access/transam...
[20:38:44.670] #6  0x000000000068105b in rescanLatestTimeLine (replayTLI=replayTLI@entry=1, replayLSN=replayLSN@entry=83...
[20:38:44.670] #7  0x000000000067d2b3 in WaitForWALToBecomeAvailable (RecPtr=83886104, tliRecPtr=83886080, replayTLI=1, ...
[20:38:44.670] #8  XLogPageRead (xlogreader=0x834003130, targetPagePtr=83886080, reqLen=24, targetRecPtr=83886080, readB...
[20:38:44.670] #9  0x0000000000683fa2 in ReadPageInternal (state=state@entry=0x834003130, pageptr=83886080, reqLen=24) a...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/session_variables.out /tmp/cirrus-ci-build/build/testrun/pg_upgr...
--- /tmp/cirrus-ci-build/src/test/regress/expected/session_variables.out	2024-11-19 20:31:26.650669000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/session_variables.out	2024-11-19 20:34:18....
@@ -1890,11 +1890,7 @@
 
 -- no warning
 SELECT variable(a) FROM test_table;
- a  
-----
- 10
-(1 row)
-
+ERROR:  unrecognized node type: 70
 ALTER TABLE test_table DROP COLUMN a;
 -- warning - variable fence is not used
 SELECT a, b FROM test_table;
@@ -1909,11 +1905,7 @@
 
 -- no warning
 SELECT variable(a), b FROM test_table;
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/session_variables.out /tmp/cirrus-ci-build/build/testrun/recover...
--- /tmp/cirrus-ci-build/src/test/regress/expected/session_variables.out	2024-11-19 20:31:26.650669000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/session_variables.out	2024-11-19 20:35:0...
@@ -1890,11 +1890,7 @@
 
 -- no warning
 SELECT variable(a) FROM test_table;
- a  
-----
- 10
-(1 row)
-
+ERROR:  unrecognized node type: 70
 ALTER TABLE test_table DROP COLUMN a;
 -- warning - variable fence is not used
 SELECT a, b FROM test_table;
@@ -1909,11 +1905,7 @@
 
 -- no warning
 SELECT variable(a), b FROM test_table;
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/session_variables.out /tmp/cirrus-ci-build/build/testrun/regress...
--- /tmp/cirrus-ci-build/src/test/regress/expected/session_variables.out	2024-11-19 20:31:26.650669000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/session_variables.out	2024-11-19 20:34:14.469826000 +0000
@@ -1890,11 +1890,7 @@
 
 -- no warning
 SELECT variable(a) FROM test_table;
- a  
-----
- 10
-(1 row)
-
+ERROR:  unrecognized node type: 70
 ALTER TABLE test_table DROP COLUMN a;
 -- warning - variable fence is not used
 SELECT a, b FROM test_table;
@@ -1909,11 +1905,7 @@
 
 -- no warning
 SELECT variable(a), b FROM test_table;
...
tap
[20:34:39.479](77.469s) not ok 5 - regression tests pass
tap
[20:35:27.642](85.739s) not ok 2 - regression tests pass
test
[20:37:30.375]  42/314 postgresql:regress / regress/regress                                            ERROR            ...
[20:37:30.375] 108/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[20:37:30.375] 157/314 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
50/5270 jsonpath string methods: lower, upper, initcap, l/r/btrim, replace, split_part
CompilerWarnings
compiler
[16:32:32.179] jsonpath_exec.c:2827:13: error: mixing declarations and code is incompatible with standards before C99 [-...
compiler
[16:32:22.894] jsonpath_exec.c:2827:13: error: mixing declarations and code is incompatible with standards before C99 [-...
compiler
[16:31:52.547] jsonpath_exec.c:2827:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta...
compiler
[16:31:42.665] jsonpath_exec.c:2827:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta...
compiler
[16:32:56.619] jsonpath_exec.c:2827:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta...
Linux - Debian Bookworm - Meson
core
[16:40:49.844] #0  <unavailable> in ?? ()
core
[16:40:49.844] #0  0xf7f3b559 in __kernel_vsyscall ()
[16:40:49.844] #1  0xf687b692 in pthread_sigmask () from /lib/i386-linux-gnu/libc.so.6
[16:40:49.844] #2  0xf6825380 in sigprocmask () from /lib/i386-linux-gnu/libc.so.6
[16:40:49.844] #3  0xf68f2085 in ?? () from /lib/i386-linux-gnu/libc.so.6
[16:40:49.844] #4  0xf690f7a8 in ?? () from /lib/i386-linux-gnu/libc.so.6
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out /tmp/cirrus-ci-build/build-32/testrun/pg_upgr...
--- /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out	2024-11-19 16:31:06.575485888 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/pg_upgrade/002_pg_upgrade/data/results/jsonb_jsonpath.out	2024-11-19 16:36:59....
@@ -3082,7 +3082,7 @@
 select jsonb_path_query('"abc~@~def~@~ghi"', '$.split_part("~@~", 2)');
  jsonb_path_query 
 ------------------
- "def"
+ ""
 (1 row)
 
 -- Test string methods play nicely together
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out /tmp/cirrus-ci-build/build-32/testrun/recover...
--- /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out	2024-11-19 16:31:06.575485888 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/recovery/027_stream_regress/data/results/jsonb_jsonpath.out	2024-11-19 16:37:3...
@@ -3082,7 +3082,7 @@
 select jsonb_path_query('"abc~@~def~@~ghi"', '$.split_part("~@~", 2)');
  jsonb_path_query 
 ------------------
- "def"
+ ""
 (1 row)
 
 -- Test string methods play nicely together
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out /tmp/cirrus-ci-build/build-32/testrun/regress...
--- /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out	2024-11-19 16:31:06.575485888 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/regress/regress/results/jsonb_jsonpath.out	2024-11-19 16:36:52.881470234 +0000
@@ -3082,7 +3082,7 @@
 select jsonb_path_query('"abc~@~def~@~ghi"', '$.split_part("~@~", 2)');
  jsonb_path_query 
 ------------------
- "def"
+ ""
 (1 row)
 
 -- Test string methods play nicely together
tap
[16:37:17.525](72.077s) not ok 5 - regression tests pass
tap
[16:37:52.007](73.007s) not ok 2 - regression tests pass
test
[16:39:38.261]  40/314 postgresql:regress / regress/regress                                            ERROR            ...
[16:39:38.261] 126/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[16:39:38.261] 153/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
macOS - Sonoma - Meson
core
[16:38:57.329]   * frame #0: 0x000000019a0b15fc libsystem_kernel.dylib`task_info + 152
[16:38:57.329]     frame #1: 0x0000000199df2e90 libxpc.dylib`_fetch_self_token + 60
[16:38:57.329]     frame #2: 0x0000000199f413e8 libdispatch.dylib`_dispatch_client_callout + 20
[16:38:57.329]     frame #3: 0x0000000199f42c68 libdispatch.dylib`_dispatch_once_callout + 32
[16:38:57.329]     frame #4: 0x0000000199df2e50 libxpc.dylib`_xpc_get_self_audit_token + 140
[16:38:57.329]     frame #5: 0x0000000199df8d00 libxpc.dylib`xpc_copy_entitlements_for_self + 20
[16:38:57.329]     frame #6: 0x00000001a6d60850 libsystem_secinit.dylib`_libsecinit_appsandbox_check + 72
[16:38:57.329]     frame #7: 0x00000001a6d5f838 libsystem_secinit.dylib`_libsecinit_initializer + 44
[16:38:57.329]     frame #8: 0x00000001a6d76664 libSystem.B.dylib`libSystem_initializer + 280
[16:38:57.329]     frame #9: 0x0000000199d82608 dyld`invocation function for block in dyld4::Loader::findAndRunAllInitia...
core
[16:38:27.700]   * frame #0: 0x000000010429cb70 dyld`_dyld_start
tap
[16:33:43.161](0.000s) not ok 7 - can't combine full backups: matches
test
[16:35:03.521] 164/314 postgresql:pg_combinebackup / pg_combinebackup/005_integrity                    ERROR            ...
51/5390 Sampling in pg_stat_statements
macOS - Sonoma - Meson
tap
[14:36:44.786](0.000s) not ok 215 - pgbench gset command with two rows stderr /(?^:expected one row, got 2\b)/
test
[14:37:33.433] 215/314 postgresql:pgbench / pgbench/001_pgbench_with_server                            ERROR            ...
51/5325 Add sortsupport for range types and btree_gist
FreeBSD - 13 - Meson
core
[14:07:02.182] #0  0x000019ef112cb5da in ?? () from /libexec/ld-elf.so.1
[14:07:02.182] #1  0x000019ef112c76ec in ?? () from /libexec/ld-elf.so.1
[14:07:02.182] #2  0x0000000000000000 in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/contrib/btree_gist/expected/partitions.out /tmp/cirrus-ci-build/build/testrun/btree_gist/r...
--- /tmp/cirrus-ci-build/contrib/btree_gist/expected/partitions.out	2024-11-19 14:00:43.829686000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/btree_gist/regress/results/partitions.out	2024-11-19 14:03:30.467034000 +0000
@@ -11,9 +11,7 @@
 ) partition by range (id);
 create table parttmp_1_to_10 partition of parttmp for values from (1) to (10);
 NOTICE:  notice triggered for injection point btree-gist-sorted-build
-NOTICE:  notice triggered for injection point btree-gist-sorted-build
 create table parttmp_11_to_20 partition of parttmp for values from (11) to (20);
-NOTICE:  notice triggered for injection point btree-gist-sorted-build
 NOTICE:  notice triggered for injection point btree-gist-sorted-build
 insert into parttmp (id, valid_at) values
   (1, '[2000-01-01, 2000-02-01)'),
diff -U3 /tmp/cirrus-ci-build/contrib/btree_gist/expected/without_overlaps.out /tmp/cirrus-ci-build/build/testrun/btree_...
--- /tmp/cirrus-ci-build/contrib/btree_gist/expected/without_overlaps.out	2024-11-19 14:00:43.832141000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/btree_gist/regress/results/without_overlaps.out	2024-11-19 14:03:30.883786000 +00...
@@ -9,7 +9,6 @@
   CONSTRAINT temporal_rng_pk PRIMARY KEY (id, valid_at WITHOUT OVERLAPS)
 );
 NOTICE:  notice triggered for injection point btree-gist-sorted-build
...
test
[14:05:50.334]  67/314 postgresql:btree_gist / btree_gist/regress                                      ERROR            ...
Linux - Debian Bookworm - Meson
core
[14:09:08.098] #0  0x00007f5f884aeda4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[14:09:08.098] #1  0x00007f5f8845b239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[14:09:08.098] #2  0x00007f5f88516204 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[14:09:08.098] #3  0x00007f5f8852885c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[14:09:08.098] #0  <unavailable> in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/contrib/btree_gist/expected/partitions.out /tmp/cirrus-ci-build/build/testrun/btree_gist/r...
--- /tmp/cirrus-ci-build/contrib/btree_gist/expected/partitions.out	2024-11-19 14:00:40.017734298 +0000
+++ /tmp/cirrus-ci-build/build/testrun/btree_gist/regress/results/partitions.out	2024-11-19 14:05:55.618098991 +0000
@@ -11,10 +11,8 @@
 ) partition by range (id);
 create table parttmp_1_to_10 partition of parttmp for values from (1) to (10);
 NOTICE:  notice triggered for injection point btree-gist-sorted-build
-NOTICE:  notice triggered for injection point btree-gist-sorted-build
 create table parttmp_11_to_20 partition of parttmp for values from (11) to (20);
 NOTICE:  notice triggered for injection point btree-gist-sorted-build
-NOTICE:  notice triggered for injection point btree-gist-sorted-build
 insert into parttmp (id, valid_at) values
   (1, '[2000-01-01, 2000-02-01)'),
   (1, '[2000-02-01, 2000-03-01)'),
diff -U3 /tmp/cirrus-ci-build/contrib/btree_gist/expected/without_overlaps.out /tmp/cirrus-ci-build/build/testrun/btree_...
--- /tmp/cirrus-ci-build/contrib/btree_gist/expected/without_overlaps.out	2024-11-19 14:00:40.021745507 +0000
+++ /tmp/cirrus-ci-build/build/testrun/btree_gist/regress/results/without_overlaps.out	2024-11-19 14:05:55.858100091 +00...
@@ -9,7 +9,6 @@
   CONSTRAINT temporal_rng_pk PRIMARY KEY (id, valid_at WITHOUT OVERLAPS)
 );
...
test
[14:08:00.327]  68/314 postgresql:btree_gist / btree_gist/regress                                      ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/contrib/btree_gist/expected/partitions.out /Users/admin/pgsql/build/testrun/btree_gist/regre...
--- /Users/admin/pgsql/contrib/btree_gist/expected/partitions.out	2024-11-19 14:00:10
+++ /Users/admin/pgsql/build/testrun/btree_gist/regress/results/partitions.out	2024-11-19 14:03:14
@@ -11,10 +11,8 @@
 ) partition by range (id);
 create table parttmp_1_to_10 partition of parttmp for values from (1) to (10);
 NOTICE:  notice triggered for injection point btree-gist-sorted-build
-NOTICE:  notice triggered for injection point btree-gist-sorted-build
 create table parttmp_11_to_20 partition of parttmp for values from (11) to (20);
 NOTICE:  notice triggered for injection point btree-gist-sorted-build
-NOTICE:  notice triggered for injection point btree-gist-sorted-build
 insert into parttmp (id, valid_at) values
   (1, '[2000-01-01, 2000-02-01)'),
   (1, '[2000-02-01, 2000-03-01)'),
diff -U3 /Users/admin/pgsql/contrib/btree_gist/expected/without_overlaps.out /Users/admin/pgsql/build/testrun/btree_gist...
--- /Users/admin/pgsql/contrib/btree_gist/expected/without_overlaps.out	2024-11-19 14:00:10
+++ /Users/admin/pgsql/build/testrun/btree_gist/regress/results/without_overlaps.out	2024-11-19 14:03:14
@@ -9,7 +9,6 @@
   CONSTRAINT temporal_rng_pk PRIMARY KEY (id, valid_at WITHOUT OVERLAPS)
 );
...
test
[14:05:07.398]  63/314 postgresql:btree_gist / btree_gist/regress                                      ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/contrib/btree_gist/expected/partitions.out C:/cirrus/build/testrun/btree_gist/reg...
--- C:/cirrus/contrib/btree_gist/expected/partitions.out	2024-11-19 14:00:48.542049400 +0000
+++ C:/cirrus/build/testrun/btree_gist/regress/results/partitions.out	2024-11-19 14:07:03.326188200 +0000
@@ -11,10 +11,8 @@
 ) partition by range (id);
 create table parttmp_1_to_10 partition of parttmp for values from (1) to (10);
 NOTICE:  notice triggered for injection point btree-gist-sorted-build
-NOTICE:  notice triggered for injection point btree-gist-sorted-build
 create table parttmp_11_to_20 partition of parttmp for values from (11) to (20);
 NOTICE:  notice triggered for injection point btree-gist-sorted-build
-NOTICE:  notice triggered for injection point btree-gist-sorted-build
 insert into parttmp (id, valid_at) values
   (1, '[2000-01-01, 2000-02-01)'),
   (1, '[2000-02-01, 2000-03-01)'),
diff --strip-trailing-cr -U3 C:/cirrus/contrib/btree_gist/expected/without_overlaps.out C:/cirrus/build/testrun/btree_gi...
--- C:/cirrus/contrib/btree_gist/expected/without_overlaps.out	2024-11-19 14:00:48.560518500 +0000
+++ C:/cirrus/build/testrun/btree_gist/regress/results/without_overlaps.out	2024-11-19 14:07:04.219257200 +0000
@@ -9,7 +9,6 @@
   CONSTRAINT temporal_rng_pk PRIMARY KEY (id, valid_at WITHOUT OVERLAPS)
 );
...
test
[14:13:01.227]  73/309 postgresql:btree_gist / btree_gist/regress                                      ERROR            ...
51/4810 COPY ON_ERROR 'NULL'
CompilerWarnings
compiler
[11:38:32.159] copyfrom.c:1037:10: error: data argument not used by format string [-Werror,-Wformat-extra-args]
compiler
[11:38:23.835] copyfrom.c:1037:10: error: data argument not used by format string [-Werror,-Wformat-extra-args]
compiler
[11:37:55.767] copyfrom.c:1036:64: error: too many arguments for format [-Werror=format-extra-args]
compiler
[11:37:48.158] copyfrom.c:1036:64: error: too many arguments for format [-Werror=format-extra-args]
compiler
[11:38:53.776] copyfrom.c:1036:64: error: too many arguments for format [-Werror=format-extra-args]
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_u...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-11-19 11:37:13.756121000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/copy2.out	2024-11-19 11:38:43.388603000 +0...
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-11-19 11:37:13.756121000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/copy2.out	2024-11-19 11:39:29.907709000 ...
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/build/testrun/regress/regress/res...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-11-19 11:37:13.756121000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/copy2.out	2024-11-19 11:38:40.094384000 +0000
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
tap
[11:39:00.673](64.995s) not ok 5 - regression tests pass
tap
[11:39:46.311](74.428s) not ok 2 - regression tests pass
test
[11:41:40.645]  40/314 postgresql:regress / regress/regress                                            ERROR            ...
[11:41:40.645]  89/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[11:41:40.645] 153/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/resu...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-11-19 11:37:14.430110386 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/copy2.out	2024-11-19 11:42:05.653404954 +0000
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/src/test/regress/results/copy2.ou...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-11-19 11:37:14.430110386 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/copy2.out	2024-11-19 11:40:14.861398616 +0000
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
tap
[11:42:15.870](93.472s) not ok 5 - regression tests pass
Linux - Debian Bookworm - Meson
core
[11:43:07.195] #0  <unavailable> in ?? ()
core
[11:43:07.195] #0  0x00007ff73bddada4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[11:43:07.195] #1  0x00007ff73bd87239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[11:43:07.195] #2  0x00007ff73bd87497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[11:43:07.195] #3  0x000055fdc8d365f3 in ?? ()
[11:43:07.195] #4  0x000055fdc8d30369 in ?? ()
[11:43:07.195] #5  0x000055fdc8d2f20f in ?? ()
[11:43:07.195] #6  0x000055fdc8d2fc3b in ?? ()
[11:43:07.195] #7  0x000055fdc8d2d66f in ?? ()
[11:43:07.195] #8  0x00007ff73bd7224a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[11:43:07.195] #9  0x00007ff73bd72305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[11:43:07.318] #0  0x00007fce8322e7b3 in copy_file_range () from /lib/x86_64-linux-gnu/libc.so.6
[11:43:07.318] #1  0x00005627a8c7e291 in ?? ()
[11:43:07.318] #2  0x00005627a8c82671 in ?? ()
[11:43:07.318] #3  0x00005627a8c83577 in ?? ()
[11:43:07.318] #4  0x00005627a8c7d5bc in ?? ()
[11:43:07.318] #5  0x00005627a8c7beda in ?? ()
[11:43:07.318] #6  0x00007fce8315924a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[11:43:07.318] #7  0x00007fce83159305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
[11:43:07.318] #8  0x00005627a8c7c171 in ?? ()
[11:43:07.433] #0  0x00007f1ba8d17b93 in wait4 () from /lib/x86_64-linux-gnu/libc.so.6
core
[11:43:07.550] #0  0x00007ff73bddada4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[11:43:07.550] #1  0x00007ff73bd87239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[11:43:07.550] #2  0x00007ff73bd87497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[11:43:07.550] #3  0x000055fdc8d365c1 in ?? ()
[11:43:07.550] #4  0x000055fdc8d30369 in ?? ()
[11:43:07.550] #5  0x000055fdc8d2f20f in ?? ()
[11:43:07.550] #6  0x000055fdc8d2fc3b in ?? ()
[11:43:07.550] #7  0x000055fdc8d2d66f in ?? ()
[11:43:07.550] #8  0x00007ff73bd7224a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[11:43:07.550] #9  0x00007ff73bd72305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[11:43:07.433] #0  0x00007f1ba8d17b93 in wait4 () from /lib/x86_64-linux-gnu/libc.so.6
[11:43:07.433] #1  0x000055d39d006cc0 in ?? ()
[11:43:07.433] #2  0x000055d39d006efa in ?? ()
[11:43:07.433] #3  0x000055d39d008630 in ?? ()
[11:43:07.433] #4  0x000055d39d002371 in ?? ()
[11:43:07.433] #5  0x000055d39d00120f in ?? ()
[11:43:07.433] #6  0x000055d39d001c3b in ?? ()
[11:43:07.433] #7  0x000055d39cfff66f in ?? ()
[11:43:07.433] #8  0x00007f1ba8c6b24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[11:43:07.433] #9  0x00007f1ba8c6b305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_u...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-11-19 11:37:14.089083197 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/copy2.out	2024-11-19 11:39:37.960494007 +0...
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-11-19 11:37:14.089083197 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/copy2.out	2024-11-19 11:40:14.000361556 ...
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/build/testrun/regress/regress/res...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-11-19 11:37:14.089083197 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/copy2.out	2024-11-19 11:39:33.292516426 +0000
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
tap
[11:39:51.258](76.003s) not ok 5 - regression tests pass
tap
[11:40:25.224](76.279s) not ok 2 - regression tests pass
test
[11:42:06.068]  45/314 postgresql:regress / regress/regress                                            ERROR            ...
[11:42:06.068] 135/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[11:42:06.068] 154/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/copy2.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgra...
--- /Users/admin/pgsql/src/test/regress/expected/copy2.out	2024-11-19 11:37:08
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/copy2.out	2024-11-19 11:38:50
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/copy2.out /Users/admin/pgsql/build/testrun/recovery/027_stream_reg...
--- /Users/admin/pgsql/src/test/regress/expected/copy2.out	2024-11-19 11:37:08
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/copy2.out	2024-11-19 11:39:40
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/copy2.out /Users/admin/pgsql/build/testrun/regress/regress/results...
--- /Users/admin/pgsql/src/test/regress/expected/copy2.out	2024-11-19 11:37:08
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/copy2.out	2024-11-19 11:38:51
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
tap
[11:38:58.779](40.484s) not ok 5 - regression tests pass
tap
[11:39:49.046](49.145s) not ok 2 - regression tests pass
test
[11:41:32.781]  28/314 postgresql:regress / regress/regress                                            ERROR            ...
[11:41:32.781]  45/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[11:41:32.781] 141/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/copy2.out C:/cirrus/build/testrun/pg_upgrade/002_pg_upg...
--- C:/cirrus/src/test/regress/expected/copy2.out	2024-11-19 11:37:31.601119600 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/copy2.out	2024-11-19 11:41:03.720264400 +0000
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/copy2.out C:/cirrus/build/testrun/recovery/027_stream_r...
--- C:/cirrus/src/test/regress/expected/copy2.out	2024-11-19 11:37:31.601119600 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/copy2.out	2024-11-19 11:43:27.295530600 +0000
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/copy2.out C:/cirrus/build/testrun/regress/regress/resul...
--- C:/cirrus/src/test/regress/expected/copy2.out	2024-11-19 11:37:31.601119600 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/copy2.out	2024-11-19 11:40:58.947818200 +0000
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
tap
[11:41:24.677](112.254s) not ok 5 - regression tests pass
tap
[11:43:47.400](125.230s) not ok 2 - regression tests pass
test
[11:50:15.698]  19/309 postgresql:regress / regress/regress                                            ERROR           1...
[11:50:15.698]  37/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[11:50:15.698] 100/309 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5012 Vacuum statistics
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out /tmp/cirrus-ci-build/bu...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-11-19 07:12:36.94027400...
+++ /tmp/cirrus-ci-build/build/testrun/isolation/isolation/results/vacuum-extending-in-repetable-read.out	2024-11-19 07:...
@@ -9,10 +9,7 @@
     FROM pg_stat_get_vacuum_tables vt, pg_class c
     WHERE vt.relname = 'test_vacuum_stat_isolation' AND vt.relid = c.oid;
 
-relname|tuples_deleted|dead_tuples|tuples_frozen
--------+--------------+-----------+-------------
-(0 rows)
-
+ERROR:  relation "pg_stat_get_vacuum_tables" does not exist
 step s1_begin_repeatable_read: 
   BEGIN transaction ISOLATION LEVEL REPEATABLE READ;
   select count(ival) from test_vacuum_stat_isolation where id>900;
@@ -22,7 +19,8 @@
   100
 (1 row)
 
-step s2_update: UPDATE test_vacuum_stat_isolation SET ival = ival + 2 where id > 900;
...
test
[07:18:14.021]  52/314 postgresql:isolation / isolation/isolation                                      ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out /tmp/cirrus-ci-build/sr...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-11-19 07:12:35.28340440...
+++ /tmp/cirrus-ci-build/src/test/isolation/output_iso/results/vacuum-extending-in-repetable-read.out	2024-11-19 07:18:2...
@@ -9,10 +9,7 @@
     FROM pg_stat_get_vacuum_tables vt, pg_class c
     WHERE vt.relname = 'test_vacuum_stat_isolation' AND vt.relid = c.oid;
 
-relname|tuples_deleted|dead_tuples|tuples_frozen
--------+--------------+-----------+-------------
-(0 rows)
-
+ERROR:  relation "pg_stat_get_vacuum_tables" does not exist
 step s1_begin_repeatable_read: 
   BEGIN transaction ISOLATION LEVEL REPEATABLE READ;
   select count(ival) from test_vacuum_stat_isolation where id>900;
@@ -22,7 +19,8 @@
   100
 (1 row)
 
-step s2_update: UPDATE test_vacuum_stat_isolation SET ival = ival + 2 where id > 900;
...
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out /tmp/cirrus-ci-build/bu...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-11-19 07:12:37.19443425...
+++ /tmp/cirrus-ci-build/build/testrun/isolation/isolation/results/vacuum-extending-in-repetable-read.out	2024-11-19 07:...
@@ -9,10 +9,7 @@
     FROM pg_stat_get_vacuum_tables vt, pg_class c
     WHERE vt.relname = 'test_vacuum_stat_isolation' AND vt.relid = c.oid;
 
-relname|tuples_deleted|dead_tuples|tuples_frozen
--------+--------------+-----------+-------------
-(0 rows)
-
+ERROR:  relation "pg_stat_get_vacuum_tables" does not exist
 step s1_begin_repeatable_read: 
   BEGIN transaction ISOLATION LEVEL REPEATABLE READ;
   select count(ival) from test_vacuum_stat_isolation where id>900;
@@ -22,7 +19,8 @@
   100
 (1 row)
 
-step s2_update: UPDATE test_vacuum_stat_isolation SET ival = ival + 2 where id > 900;
...
test
[07:20:48.629]  40/314 postgresql:isolation / isolation/isolation                                      ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/isolation/expected/vacuum-extending-in-repetable-read.out /Users/admin/pgsql/build/...
--- /Users/admin/pgsql/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-11-19 07:12:12
+++ /Users/admin/pgsql/build/testrun/isolation/isolation/results/vacuum-extending-in-repetable-read.out	2024-11-19 07:15...
@@ -9,10 +9,7 @@
     FROM pg_stat_get_vacuum_tables vt, pg_class c
     WHERE vt.relname = 'test_vacuum_stat_isolation' AND vt.relid = c.oid;
 
-relname|tuples_deleted|dead_tuples|tuples_frozen
--------+--------------+-----------+-------------
-(0 rows)
-
+ERROR:  relation "pg_stat_get_vacuum_tables" does not exist
 step s1_begin_repeatable_read: 
   BEGIN transaction ISOLATION LEVEL REPEATABLE READ;
   select count(ival) from test_vacuum_stat_isolation where id>900;
@@ -22,7 +19,8 @@
   100
 (1 row)
 
-step s2_update: UPDATE test_vacuum_stat_isolation SET ival = ival + 2 where id > 900;
...
test
[07:17:20.008]  39/314 postgresql:isolation / isolation/isolation                                      ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/isolation/expected/vacuum-extending-in-repetable-read.out C:/cirrus/buil...
--- C:/cirrus/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-11-19 07:12:50.153921900 +0000
+++ C:/cirrus/build/testrun/isolation/isolation/results/vacuum-extending-in-repetable-read.out	2024-11-19 07:16:37.29320...
@@ -9,10 +9,7 @@
     FROM pg_stat_get_vacuum_tables vt, pg_class c
     WHERE vt.relname = 'test_vacuum_stat_isolation' AND vt.relid = c.oid;
 
-relname|tuples_deleted|dead_tuples|tuples_frozen
--------+--------------+-----------+-------------
-(0 rows)
-
+ERROR:  relation "pg_stat_get_vacuum_tables" does not exist
 step s1_begin_repeatable_read: 
   BEGIN transaction ISOLATION LEVEL REPEATABLE READ;
   select count(ival) from test_vacuum_stat_isolation where id>900;
@@ -22,7 +19,8 @@
   100
 (1 row)
 
-step s2_update: UPDATE test_vacuum_stat_isolation SET ival = ival + 2 where id > 900;
...
test
[07:24:41.594]  29/309 postgresql:isolation / isolation/isolation                                      ERROR           1...
51/5318 System views for versions reporting
Linux - Debian Bookworm - Meson
test
[04:56:09.602] 298/314 postgresql:test_slru / test_slru/001_multixact                                  ERROR            ...
51/4538 Statistics Import and Export
Linux - Debian Bookworm - Autoconf
core
[02:17:24.766] #0  0x00007f141a5edebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[02:17:24.766] #1  0x00007f141a59efb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[02:17:24.766] #2  0x00007f141a589472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[02:17:24.766] #3  0x00007f141a8d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[02:17:24.766] #4  0x00007f141a8e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[02:17:24.766] #5  0x00007f141a8c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7fff0a0b0ad6, __in_ch...
[02:17:24.766] #6  0x00007f141a8c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140733361887040, sp...
[02:17:24.766] #7  0x00007f141a8c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[02:17:24.766] #8  0x0000561b6b477171 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[02:17:24.766] #9  0x0000561b6b4b5cae in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[02:17:24.279] #0  0x00007f0b4d3ceebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[02:17:24.279] #1  0x00007f0b4d37ffb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[02:17:24.279] #2  0x00007f0b4d36a472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[02:17:24.279] #3  0x00007f0b4d6d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[02:17:24.279] #4  0x00007f0b4d6e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[02:17:24.279] #5  0x00007f0b4d6c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffc4641cdd6, __in_ch...
[02:17:24.279] #6  0x00007f0b4d6c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140721487206976, sp...
[02:17:24.279] #7  0x00007f0b4d6c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[02:17:24.279] #8  0x0000560ac95a9171 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[02:17:24.279] #9  0x0000560ac95e7cae in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[02:17:29.088] #0  0x00007f8ae0ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[02:17:29.088] #1  0x00007f8ae0e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[02:17:29.088] #2  0x00007f8ae0e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[02:17:29.088] #3  0x00007f8ae10d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[02:17:29.088] #4  0x00007f8ae10e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[02:17:29.088] #5  0x00007f8ae10c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffdf360b7d6, __in_ch...
[02:17:29.088] #6  0x00007f8ae10c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140728686658624, sp...
[02:17:29.088] #7  0x00007f8ae10c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[02:17:29.088] #8  0x000055f50d62c171 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[02:17:29.088] #9  0x000055f50d66acae in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[02:17:29.563] #0  0x00007ff7afee3ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[02:17:29.563] #1  0x00007ff7afe94fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[02:17:29.563] #2  0x00007ff7afe7f472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[02:17:29.563] #3  0x00007ff7b02d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[02:17:29.563] #4  0x00007ff7b02e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[02:17:29.563] #5  0x00007ff7b02c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7fff1c808be6, __in_ch...
[02:17:29.563] #6  0x00007ff7b02c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140733671577680, sp...
[02:17:29.563] #7  0x00007ff7b02c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[02:17:29.563] #8  0x0000562ee44c0171 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[02:17:29.563] #9  0x0000562ee44fecae in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[02:17:25.248] #0  0x00007f3dec5edebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[02:17:25.248] #1  0x00007f3dec59efb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[02:17:25.248] #2  0x00007f3dec589472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[02:17:25.248] #3  0x00007f3dec8d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[02:17:25.248] #4  0x00007f3dec8e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[02:17:25.248] #5  0x00007f3dec8c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffd5f48ed16, __in_ch...
[02:17:25.248] #6  0x00007f3dec8c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140726202071424, sp...
[02:17:25.248] #7  0x00007f3dec8c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[02:17:25.248] #8  0x000055a067309171 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[02:17:25.248] #9  0x000055a067347c15 in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[02:17:23.792] #0  0x00007fc540709ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[02:17:23.792] #1  0x00007fc5406bafb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[02:17:23.792] #2  0x00007fc5406a5472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[02:17:23.792] #3  0x00007fc540ad650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[02:17:23.792] #4  0x00007fc540ae2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[02:17:23.792] #5  0x00007fc540ac1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffeb76cde26, __in_ch...
[02:17:23.792] #6  0x00007fc540ac14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140731975789200, sp...
[02:17:23.792] #7  0x00007fc540ac251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[02:17:23.792] #8  0x0000562da6bd8171 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[02:17:23.792] #9  0x0000562da6c16cae in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[02:17:23.307] #0  0x00007fd1a6728ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[02:17:23.307] #1  0x00007fd1a66d9fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[02:17:23.307] #2  0x00007fd1a66c4472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[02:17:23.307] #3  0x00007fd1a6ad650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[02:17:23.307] #4  0x00007fd1a6ae2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[02:17:23.307] #5  0x00007fd1a6ac1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffc8bb464d6, __in_ch...
[02:17:23.307] #6  0x00007fd1a6ac14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140722652344640, sp...
[02:17:23.307] #7  0x00007fd1a6ac251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[02:17:23.307] #8  0x000055ebe392617e in DOTypeNameCompare (p1=p1@entry=0x7fd1a4cbd800, p2=p2@entry=0x7fd1a4cbfd10) at p...
[02:17:23.307] #9  0x000055ebe3964895 in pg_qsort_med3 (a=a@entry=0x7fd1a4cbd800, b=b@entry=0x7fd1a4cbfd10, c=c@entry=0x...
core
[02:17:25.727] #0  0x00007fda8bd28ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[02:17:25.727] #1  0x00007fda8bcd9fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[02:17:25.727] #2  0x00007fda8bcc4472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[02:17:25.727] #3  0x00007fda8c0d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[02:17:25.727] #4  0x00007fda8c0e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[02:17:25.727] #5  0x00007fda8c0c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffec3481fd6, __in_ch...
[02:17:25.727] #6  0x00007fda8c0c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140732174707776, sp...
[02:17:25.727] #7  0x00007fda8c0c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[02:17:25.727] #8  0x000055ba9bcfb171 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[02:17:25.727] #9  0x000055ba9bd39c15 in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[02:17:28.601] #0  0x00007f42861edebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[02:17:28.601] #1  0x00007f428619efb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[02:17:28.601] #2  0x00007f4286189472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[02:17:28.601] #3  0x00007f42864d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[02:17:28.601] #4  0x00007f42864e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[02:17:28.601] #5  0x00007f42864c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffdf1746ff6, __in_ch...
[02:17:28.601] #6  0x00007f42864c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140728654396512, sp...
[02:17:28.601] #7  0x00007f42864c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[02:17:28.601] #8  0x000055e28ba7b171 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[02:17:28.601] #9  0x000055e28bab9cae in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[02:17:22.832] #0  0x00007fee5ac64ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[02:17:22.832] #1  0x00007fee5ac15fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[02:17:22.832] #2  0x00007fee5ac00472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[02:17:22.832] #3  0x00007fee5aed650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[02:17:22.832] #4  0x00007fee5aee2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[02:17:22.832] #5  0x00007fee5aec1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffc02c27d26, __in_ch...
[02:17:22.832] #6  0x00007fee5aec14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140720354789776, sp...
[02:17:22.832] #7  0x00007fee5aec251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[02:17:22.832] #8  0x000055d659b6b171 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[02:17:22.832] #9  0x000055d659ba9c15 in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[02:17:22.339] #0  0x00007f5e96883ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[02:17:22.339] #1  0x00007f5e96834fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[02:17:22.339] #2  0x00007f5e9681f472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[02:17:22.339] #3  0x00007f5e96ad650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[02:17:22.339] #4  0x00007f5e96ae2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[02:17:22.339] #5  0x00007f5e96ac1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffde1963436, __in_ch...
[02:17:22.339] #6  0x00007f5e96ac14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140728388173984, sp...
[02:17:22.339] #7  0x00007f5e96ac251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[02:17:22.339] #8  0x00005633512d1171 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[02:17:22.339] #9  0x000056335130fc15 in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[02:17:28.128] #0  0x00007f9754328ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[02:17:28.128] #1  0x00007f97542d9fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[02:17:28.128] #2  0x00007f97542c4472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[02:17:28.128] #3  0x00007f97546d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[02:17:28.128] #4  0x00007f97546e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[02:17:28.128] #5  0x00007f97546c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffca0a16096, __in_ch...
[02:17:28.128] #6  0x00007f97546c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140723003419904, sp...
[02:17:28.128] #7  0x00007f97546c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[02:17:28.128] #8  0x000055da12e9a171 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[02:17:28.128] #9  0x000055da12ed8c15 in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[02:17:30.525] #0  0x00007f1345fedebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[02:17:30.525] #1  0x00007f1345f9efb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[02:17:30.525] #2  0x00007f1345f89472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[02:17:30.525] #3  0x00007f13462d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[02:17:30.525] #4  0x00007f13462e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[02:17:30.525] #5  0x00007f13462c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffcec964786, __in_ch...
[02:17:30.525] #6  0x00007f13462c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140724277761008, sp...
[02:17:30.525] #7  0x00007f13462c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[02:17:30.525] #8  0x000056086d1aa171 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[02:17:30.525] #9  0x000056086d1e8cae in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[02:17:26.209] #0  0x00007fadf21edebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[02:17:26.209] #1  0x00007fadf219efb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[02:17:26.209] #2  0x00007fadf2189472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[02:17:26.209] #3  0x00007fadf24d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[02:17:26.209] #4  0x00007fadf24e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[02:17:26.209] #5  0x00007fadf24c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffda78d90e6, __in_ch...
[02:17:26.209] #6  0x00007fadf24c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140727414529360, sp...
[02:17:26.209] #7  0x00007fadf24c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[02:17:26.209] #8  0x00005617c1d5e171 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[02:17:26.209] #9  0x00005617c1d9ccae in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[02:17:30.042] #0  0x00007fe8e6528ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[02:17:30.042] #1  0x00007fe8e64d9fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[02:17:30.042] #2  0x00007fe8e64c4472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[02:17:30.042] #3  0x00007fe8e68d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[02:17:30.042] #4  0x00007fe8e68e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[02:17:30.042] #5  0x00007fe8e68c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffcb2606166, __in_ch...
[02:17:30.042] #6  0x00007fe8e68c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140723301150160, sp...
[02:17:30.042] #7  0x00007fe8e68c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[02:17:30.042] #8  0x000055f72b3fd171 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[02:17:30.042] #9  0x000055f72b43bc15 in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[02:17:26.685] #0  0x00007f0661328ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[02:17:26.685] #1  0x00007f06612d9fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[02:17:26.685] #2  0x00007f06612c4472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[02:17:26.685] #3  0x00007f06616d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[02:17:26.685] #4  0x00007f06616e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[02:17:26.685] #5  0x00007f06616c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffd4937ae66, __in_ch...
[02:17:26.685] #6  0x00007f06616c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140725831842512, sp...
[02:17:26.685] #7  0x00007f06616c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[02:17:26.685] #8  0x0000564e33a63171 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[02:17:26.685] #9  0x0000564e33aa1cae in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[02:17:27.170] #0  0x00007f55df8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[02:17:27.170] #1  0x00007f55df85afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[02:17:27.170] #2  0x00007f55df845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[02:17:27.170] #3  0x00007f55dfad650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[02:17:27.170] #4  0x00007f55dfae2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[02:17:27.170] #5  0x00007f55dfac1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffddc7fe2f6, __in_ch...
[02:17:27.170] #6  0x00007f55dfac14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140728302825312, sp...
[02:17:27.170] #7  0x00007f55dfac251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[02:17:27.170] #8  0x000055859b5a4171 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[02:17:27.170] #9  0x000055859b5e2cae in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[02:17:27.647] #0  0x00007fe8d6b28ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[02:17:27.647] #1  0x00007fe8d6ad9fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[02:17:27.647] #2  0x00007fe8d6ac4472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[02:17:27.647] #3  0x00007fe8d6ed650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[02:17:27.647] #4  0x00007fe8d6ee2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[02:17:27.647] #5  0x00007fe8d6ec1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffef1a18b06, __in_ch...
[02:17:27.647] #6  0x00007fe8d6ec14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140732952319856, sp...
[02:17:27.647] #7  0x00007fe8d6ec251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[02:17:27.647] #8  0x00005654ca18a171 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[02:17:27.647] #9  0x00005654ca1c8cae in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:204 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:204 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
tap
[02:11:58.410](4.664s) not ok 4 - dump from PITR 1
[02:11:59.926](1.516s) not ok 5 - dump from PITR 2
tap
[02:12:07.314](0.608s) not ok 19 - pg_dump: option -n pg_catalog
[02:12:08.929](1.614s) not ok 20 - pg_dumpall: option --exclude-database handles database names with embedded dots
[02:12:10.752](1.212s) not ok 37 - binary_upgrade: pg_dump runs
[02:12:10.775](0.022s) not ok 38 - binary_upgrade: pg_restore runs
tap
[02:12:16.068](2.255s) not ok 1 - parallel dump
[02:12:16.118](0.050s) not ok 2 - parallel restore
[02:12:16.641](0.523s) not ok 3 - parallel dump as inserts
[02:12:16.673](0.031s) not ok 4 - parallel restore as inserts
tap
[02:12:20.832](3.846s) not ok 1 - filter file without patterns
tap
[02:12:31.745](0.950s) not ok 7 - parallel dump
[02:12:32.126](0.381s) not ok 8 - parallel restore
[02:12:32.263](0.137s) not ok 9 - parallel restore with create
tap
[02:13:50.791](3.047s) not ok 6 - dump before running pg_upgrade
[02:13:57.342](3.463s) not ok 14 - run of pg_upgrade for new instance
[02:13:57.343](0.000s) not ok 15 - pg_upgrade_output.d/ removed after pg_upgrade success
[02:13:57.531](0.047s) not ok 16 - check that locales in new cluster match original cluster
[02:13:58.023](0.001s) not ok 18 - old and new dumps match after pg_upgrade
tap
[02:14:03.980](2.188s) not ok 10 - run of pg_upgrade of old cluster
[02:14:04.168](0.188s) not ok 11 - check the slot exists on new cluster
tap
[02:14:13.029](1.816s) not ok 8 - run of pg_upgrade for old instance when the subscription tables are in init/ready stat...
[02:14:13.029](0.000s) not ok 9 - pg_upgrade_output.d/ removed after successful pg_upgrade
[02:14:13.342](0.312s) not ok 10 - check that the subscription's running status and failover are preserved
[02:14:13.384](0.042s) not ok 11 - there should be 2 rows in pg_subscription_rel(representing tab_upgraded1 and tab_upgr...
tap
[02:11:49.877](1.125s) not ok 1 - binary_upgrade: pg_dump runs
tap
[02:15:08.395](1.290s) not ok 3 - dump primary server
[02:15:09.634](1.239s) not ok 4 - dump standby server
[02:15:10.832](1.193s) not ok 6 - dump catalogs of primary server
[02:15:11.363](0.530s) not ok 7 - dump catalogs of standby server
[02:15:11.367](0.004s) not ok 8 - compare primary and standby catalog dumps
Linux - Debian Bookworm - Meson
core
[02:14:46.813] #0  0x00007fd9cfca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[02:14:46.813] #1  0x00007fd9cfc5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[02:14:46.813] #2  0x00007fd9cfc45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[02:14:46.813] #3  0x00007fd9cfe1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[02:14:46.813] #4  0x00007fd9cfe2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[02:14:46.813] #5  0x00007fd9cfe0db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x555b62ba8ce0, In...
[02:14:46.813] #6  0x0000555b62b24660 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[02:14:46.813] #7  0x0000555b62b5620e in pg_qsort (data=<optimized out>, n=7608, element_size=element_size@entry=8, comp...
[02:14:46.813] #8  0x0000555b62b26bda in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[02:14:46.813] #9  0x0000555b62b1bc24 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[02:14:47.393] #0  0x00007f1b1bca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[02:14:47.393] #1  0x00007f1b1bc5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[02:14:47.393] #2  0x00007f1b1bc45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[02:14:47.393] #3  0x00007f1b1be1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[02:14:47.393] #4  0x00007f1b1be2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[02:14:47.393] #5  0x00007f1b1be0db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x5625e3c58ce0, In...
[02:14:47.393] #6  0x00005625e3bd4660 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[02:14:47.393] #7  0x00005625e3c060e4 in pg_qsort (data=<optimized out>, n=4091, element_size=element_size@entry=8, comp...
[02:14:47.393] #8  0x00005625e3bd6bda in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[02:14:47.393] #9  0x00005625e3bcbc24 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[02:14:47.686] #0  0x00007f138c0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[02:14:47.686] #1  0x00007f138c05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[02:14:47.686] #2  0x00007f138c045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[02:14:47.686] #3  0x00007f138c21e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[02:14:47.686] #4  0x00007f138c22aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[02:14:47.686] #5  0x00007f138c20db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55bdfa2d4ce0, In...
[02:14:47.686] #6  0x000055bdfa250660 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[02:14:47.686] #7  0x000055bdfa2820e4 in pg_qsort (data=<optimized out>, n=4993, element_size=element_size@entry=8, comp...
[02:14:47.686] #8  0x000055bdfa252bda in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[02:14:47.686] #9  0x000055bdfa247c24 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[02:14:46.523] #0  0x00007fbd1fea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[02:14:46.523] #1  0x00007fbd1fe5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[02:14:46.523] #2  0x00007fbd1fe45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[02:14:46.523] #3  0x00007fbd2001e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[02:14:46.523] #4  0x00007fbd2002aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[02:14:46.523] #5  0x00007fbd2000db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x5562a2fb6ce0, In...
[02:14:46.523] #6  0x00005562a2f32660 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[02:14:46.523] #7  0x00005562a2f640e4 in pg_qsort (data=<optimized out>, n=9484, element_size=element_size@entry=8, comp...
[02:14:46.523] #8  0x00005562a2f34bda in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[02:14:46.523] #9  0x00005562a2f29c24 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[02:14:47.979] #0  0x00007fabb88a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[02:14:47.979] #1  0x00007fabb885afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[02:14:47.979] #2  0x00007fabb8845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[02:14:47.979] #3  0x00007fabb8a1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[02:14:47.979] #4  0x00007fabb8a2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[02:14:47.979] #5  0x00007fabb8a0db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x558a676e2ce0, In...
[02:14:47.979] #6  0x0000558a6765e660 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[02:14:47.979] #7  0x0000558a6769020e in pg_qsort (data=<optimized out>, n=4051, element_size=element_size@entry=8, comp...
[02:14:47.979] #8  0x0000558a67660bda in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[02:14:47.979] #9  0x0000558a67655c24 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[02:14:48.272] #0  0x00007f4f71aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[02:14:48.272] #1  0x00007f4f71a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[02:14:48.272] #2  0x00007f4f71a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[02:14:48.272] #3  0x00007f4f71c1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[02:14:48.272] #4  0x00007f4f71c2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[02:14:48.272] #5  0x00007f4f71c0db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x5647f4df1ce0, In...
[02:14:48.272] #6  0x00005647f4d6d660 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[02:14:48.272] #7  0x00005647f4d9f20e in pg_qsort (data=<optimized out>, n=4014, element_size=element_size@entry=8, comp...
[02:14:48.272] #8  0x00005647f4d6fbda in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[02:14:48.272] #9  0x00005647f4d64c24 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[02:14:48.568] #0  0x00007fa0d00a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[02:14:48.568] #1  0x00007fa0d005afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[02:14:48.568] #2  0x00007fa0d0045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[02:14:48.568] #3  0x00007fa0d021e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[02:14:48.568] #4  0x00007fa0d022aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[02:14:48.568] #5  0x00007fa0d020db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55a28071cce0, In...
[02:14:48.568] #6  0x000055a280698660 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[02:14:48.568] #7  0x000055a2806ca0e4 in pg_qsort (data=<optimized out>, n=4429, element_size=element_size@entry=8, comp...
[02:14:48.568] #8  0x000055a28069abda in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[02:14:48.568] #9  0x000055a28068fc24 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[02:14:48.856] #0  0x00007f17cc4a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[02:14:48.856] #1  0x00007f17cc45afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[02:14:48.856] #2  0x00007f17cc445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[02:14:48.856] #3  0x00007f17cc61e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[02:14:48.856] #4  0x00007f17cc62aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[02:14:48.856] #5  0x00007f17cc60db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x5629f8d61ce0, In...
[02:14:48.856] #6  0x00005629f8cdd660 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[02:14:48.856] #7  0x00005629f8d0f20e in pg_qsort (data=<optimized out>, n=4006, element_size=element_size@entry=8, comp...
[02:14:48.856] #8  0x00005629f8cdfbda in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[02:14:48.856] #9  0x00005629f8cd4c24 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[02:14:49.148] #0  0x00007f7877ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[02:14:49.148] #1  0x00007f7877e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[02:14:49.148] #2  0x00007f7877e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[02:14:49.148] #3  0x00007f787801e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[02:14:49.148] #4  0x00007f787802aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[02:14:49.148] #5  0x00007f787800db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x563733616ce0, In...
[02:14:49.148] #6  0x0000563733592660 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[02:14:49.148] #7  0x00005637335c420e in pg_qsort (data=<optimized out>, n=4051, element_size=element_size@entry=8, comp...
[02:14:49.148] #8  0x0000563733594bda in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[02:14:49.148] #9  0x0000563733589c24 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[02:14:49.432] #0  0x00007f6db32d6ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[02:14:49.432] #1  0x00007f6db3287fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[02:14:49.432] #2  0x00007f6db3272472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[02:14:49.432] #3  0x00007f6db2c1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[02:14:49.432] #4  0x00007f6db2c2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[02:14:49.432] #5  0x00007f6db2c0db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x5602e4213ce0, In...
[02:14:49.432] #6  0x00005602e418f660 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[02:14:49.432] #7  0x00005602e41c120e in pg_qsort (data=<optimized out>, n=4003, element_size=element_size@entry=8, comp...
[02:14:49.432] #8  0x00005602e4191bda in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[02:14:49.432] #9  0x00005602e4186c24 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[02:14:49.716] #0  0x00007ff6188a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[02:14:49.716] #1  0x00007ff61885afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[02:14:49.716] #2  0x00007ff618845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[02:14:49.716] #3  0x00007ff618a1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[02:14:49.716] #4  0x00007ff618a2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[02:14:49.716] #5  0x00007ff618a0db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55bf46743ce0, In...
[02:14:49.716] #6  0x000055bf466bf660 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[02:14:49.716] #7  0x000055bf466f120e in pg_qsort (data=<optimized out>, n=10058, element_size=element_size@entry=8, com...
[02:14:49.716] #8  0x000055bf466c1bda in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[02:14:49.716] #9  0x000055bf466b6c24 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[02:14:46.240] #0  0x00007f5cc4aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[02:14:46.240] #1  0x00007f5cc4a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[02:14:46.240] #2  0x00007f5cc4a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[02:14:46.240] #3  0x00007f5cc4c1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[02:14:46.240] #4  0x00007f5cc4c2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[02:14:46.240] #5  0x00007f5cc4c0db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55b89dd04ce0, In...
[02:14:46.240] #6  0x000055b89dc80660 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[02:14:46.240] #7  0x000055b89dcb20e4 in pg_qsort (data=<optimized out>, n=4465, element_size=element_size@entry=8, comp...
[02:14:46.240] #8  0x000055b89dc82bda in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[02:14:46.240] #9  0x000055b89dc77c24 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[02:14:44.512] #0  0x00007f6afa2c2ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[02:14:44.512] #1  0x00007f6afa273fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[02:14:44.512] #2  0x00007f6afa25e472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[02:14:44.512] #3  0x00007f6af9c1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[02:14:44.512] #4  0x00007f6af9c2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[02:14:44.512] #5  0x00007f6af9c0db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55cb3cdf7c60, In...
[02:14:44.512] #6  0x000055cb3cd736a4 in DOTypeNameCompare (p1=p1@entry=0x55cb5d009370, p2=p2@entry=0x55cb5d00ba60) at ....
[02:14:44.512] #7  0x000055cb3cda494c in pg_qsort_med3 (a=a@entry=0x55cb5d009370, b=b@entry=0x55cb5d00ba60, c=c@entry=0x...
[02:14:44.512] #8  0x000055cb3cda4d67 in pg_qsort (data=<optimized out>, n=9971, element_size=element_size@entry=8, comp...
[02:14:44.512] #9  0x000055cb3cd75bda in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
core
[02:14:45.948] #0  0x00007f38de0cbb93 in wait4 () from /lib/x86_64-linux-gnu/libc.so.6
[02:14:45.948] #1  0x000056333a3a3cc0 in ?? ()
[02:14:45.948] #2  0x000056333a3a3efa in ?? ()
[02:14:45.948] #3  0x000056333a3a5630 in ?? ()
[02:14:45.948] #4  0x000056333a39f371 in ?? ()
[02:14:45.948] #5  0x000056333a39e20f in ?? ()
[02:14:45.948] #6  0x000056333a39ec3b in ?? ()
[02:14:45.948] #7  0x000056333a39c66f in ?? ()
[02:14:45.948] #8  0x00007f38de01f24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[02:14:45.948] #9  0x00007f38de01f305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[02:14:45.229] #0  0x00007f253a753f71 in __open_nocancel () from /lib/x86_64-linux-gnu/libc.so.6
[02:14:45.229] #1  0x00007f253a68a475 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[02:14:45.229] #2  0x00007f253a689f72 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[02:14:45.229] #3  0x00007f253a68938c in setlocale () from /lib/x86_64-linux-gnu/libc.so.6
[02:14:45.229] #4  0x000055ad9fb7a9dd in ?? ()
[02:14:45.229] #5  0x00007f253a67e24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[02:14:45.229] #6  0x00007f253a67e305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
[02:14:45.229] #7  0x000055ad9fb7b171 in ?? ()
[02:14:45.483] #0  0x00007f8cda2a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[02:14:45.088] #0  0x00007f8fd48a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[02:14:45.088] #1  0x00007f8fd485afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[02:14:45.088] #2  0x00007f8fd4845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[02:14:45.088] #3  0x00007f8fd4a1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[02:14:45.088] #4  0x00007f8fd4a2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[02:14:45.088] #5  0x00007f8fd4a0db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x564a29b98ce0, In...
[02:14:45.088] #6  0x0000564a29b14660 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[02:14:45.088] #7  0x0000564a29b4620e in pg_qsort (data=<optimized out>, n=4047, element_size=element_size@entry=8, comp...
[02:14:45.088] #8  0x0000564a29b16bda in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[02:14:45.088] #9  0x0000564a29b0bc24 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[02:14:45.508] #0  0x00007f8cda2a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[02:14:45.508] #1  0x00007f8cda25afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[02:14:45.508] #2  0x00007f8cda245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[02:14:45.508] #3  0x00007f8cda41e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[02:14:45.508] #4  0x00007f8cda42aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[02:14:45.508] #5  0x00007f8cda40db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x555e2307bc60, In...
[02:14:45.508] #6  0x0000555e22ff76a4 in DOTypeNameCompare (p1=p1@entry=0x555e46cb4370, p2=p2@entry=0x555e46cb6a60) at ....
[02:14:45.508] #7  0x0000555e2302894c in pg_qsort_med3 (a=a@entry=0x555e46cb4370, b=b@entry=0x555e46cb6a60, c=c@entry=0x...
[02:14:45.508] #8  0x0000555e23028d67 in pg_qsort (data=<optimized out>, n=9971, element_size=element_size@entry=8, comp...
[02:14:45.508] #9  0x0000555e22ff9bda in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
core
[02:14:45.810] #0  0x00007f1a25aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[02:14:45.810] #1  0x00007f1a25a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[02:14:45.810] #2  0x00007f1a25a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[02:14:45.810] #3  0x00007f1a25c1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[02:14:45.810] #4  0x00007f1a25c2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[02:14:45.810] #5  0x00007f1a25c0db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55f06f293ce0, In...
[02:14:45.810] #6  0x000055f06f20f660 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[02:14:45.810] #7  0x000055f06f2410e4 in pg_qsort (data=<optimized out>, n=4091, element_size=element_size@entry=8, comp...
[02:14:45.810] #8  0x000055f06f211bda in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[02:14:45.810] #9  0x000055f06f206c24 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[02:14:47.105] #0  0x00007f68478a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[02:14:47.105] #1  0x00007f684785afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[02:14:47.105] #2  0x00007f6847845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[02:14:47.105] #3  0x00007f6847a1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[02:14:47.105] #4  0x00007f6847a2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[02:14:47.105] #5  0x00007f6847a0db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55830453ece0, In...
[02:14:47.105] #6  0x00005583044ba660 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[02:14:47.105] #7  0x00005583044ec20e in pg_qsort (data=<optimized out>, n=7608, element_size=element_size@entry=8, comp...
[02:14:47.105] #8  0x00005583044bcbda in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[02:14:47.105] #9  0x00005583044b1c24 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[02:14:44.802] #0  0x00007fc3f7aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[02:14:44.802] #1  0x00007fc3f7a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[02:14:44.802] #2  0x00007fc3f7a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[02:14:44.802] #3  0x00007fc3f7c1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[02:14:44.802] #4  0x00007fc3f7c2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[02:14:44.802] #5  0x00007fc3f7c0db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55900f33cce0, In...
[02:14:44.802] #6  0x000055900f2b8660 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[02:14:44.802] #7  0x000055900f2ea0e4 in pg_qsort (data=<optimized out>, n=4060, element_size=element_size@entry=8, comp...
[02:14:44.802] #8  0x000055900f2babda in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[02:14:44.802] #9  0x000055900f2afc24 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
tap
[02:12:02.495](2.997s) not ok 4 - dump from PITR 1
[02:12:03.115](0.620s) not ok 5 - dump from PITR 2
tap
[02:12:12.616](0.361s) not ok 19 - pg_dump: option -n pg_catalog
[02:12:13.731](1.114s) not ok 20 - pg_dumpall: option --exclude-database handles database names with embedded dots
[02:12:14.507](0.322s) not ok 37 - binary_upgrade: pg_dump runs
[02:12:14.526](0.019s) not ok 38 - binary_upgrade: pg_restore runs
tap
[02:12:12.500](1.328s) not ok 1 - parallel dump
[02:12:12.531](0.030s) not ok 2 - parallel restore
[02:12:12.862](0.331s) not ok 3 - parallel dump as inserts
[02:12:12.891](0.028s) not ok 4 - parallel restore as inserts
tap
[02:12:14.378](2.516s) not ok 1 - filter file without patterns
tap
[02:12:16.299](0.508s) not ok 7 - parallel dump
[02:12:16.601](0.302s) not ok 8 - parallel restore
[02:12:16.672](0.071s) not ok 9 - parallel restore with create
tap
[02:11:21.975](2.987s) not ok 6 - dump before running pg_upgrade
[02:11:31.605](4.647s) not ok 14 - run of pg_upgrade for new instance
[02:11:31.605](0.000s) not ok 15 - pg_upgrade_output.d/ removed after pg_upgrade success
[02:11:31.935](0.175s) not ok 16 - check that locales in new cluster match original cluster
[02:11:33.303](0.001s) not ok 18 - old and new dumps match after pg_upgrade
tap
[02:09:55.918](4.284s) not ok 10 - run of pg_upgrade of old cluster
[02:09:56.156](0.238s) not ok 11 - check the slot exists on new cluster
tap
[02:09:56.763](2.803s) not ok 8 - run of pg_upgrade for old instance when the subscription tables are in init/ready stat...
[02:09:56.763](0.000s) not ok 9 - pg_upgrade_output.d/ removed after successful pg_upgrade
[02:09:57.268](0.504s) not ok 10 - check that the subscription's running status and failover are preserved
[02:09:57.362](0.094s) not ok 11 - there should be 2 rows in pg_subscription_rel(representing tab_upgraded1 and tab_upgr...
tap
[02:11:53.207](1.461s) not ok 3 - dump primary server
[02:11:54.510](1.303s) not ok 4 - dump standby server
[02:11:55.816](1.290s) not ok 6 - dump catalogs of primary server
[02:11:56.390](0.574s) not ok 7 - dump catalogs of standby server
[02:11:56.410](0.020s) not ok 8 - compare primary and standby catalog dumps
tap
[02:13:21.513](0.651s) not ok 1 - binary_upgrade: pg_dump runs
test
[02:13:31.341]   7/314 postgresql:pg_upgrade / pg_upgrade/003_logical_slots                            ERROR            ...
[02:13:31.341]   8/314 postgresql:pg_upgrade / pg_upgrade/004_subscription                             ERROR            ...
[02:13:31.341] 105/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[02:13:31.341] 149/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[02:13:31.341] 156/314 postgresql:pg_combinebackup / pg_combinebackup/002_compare_backups              ERROR            ...
[02:13:31.341] 173/314 postgresql:pg_dump / pg_dump/004_pg_dump_parallel                               ERROR            ...
[02:13:31.341] 175/314 postgresql:pg_dump / pg_dump/005_pg_dump_filterfile                             ERROR            ...
[02:13:31.341] 177/314 postgresql:pg_dump / pg_dump/002_pg_dump                                        ERROR            ...
[02:13:31.341] 192/314 postgresql:pg_dump / pg_dump/010_dump_connstr                                   ERROR            ...
[02:13:31.341] 298/314 postgresql:test_pg_dump / test_pg_dump/001_base                                 ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[02:14:51.397](0.148s) not ok 5 - compare primary and standby dumps
test
[02:20:36.039] 103/309 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5070 Incorrect error message for cancellation triggered by statement_timeout & flaky test
CompilerWarnings
compiler
[23:53:29.832] backend_startup.c:270:63: error: variable 'status' is uninitialized when used here [-Werror,-Wuninitializ...
compiler
[23:53:29.832] backend_startup.c:270:63: error: data argument not used by format string [-Werror,-Wformat-extra-args]
compiler
[23:53:21.540] backend_startup.c:270:63: error: data argument not used by format string [-Werror,-Wformat-extra-args]
compiler
[23:53:21.540] backend_startup.c:270:63: error: variable 'status' is uninitialized when used here [-Werror,-Wuninitializ...
compiler
[23:52:52.093] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args]
compiler
[23:52:52.093] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit...
compiler
[23:52:44.762] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args]
compiler
[23:52:44.762] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit...
compiler
[23:53:52.173] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit...
compiler
[23:53:52.173] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args]
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[23:53:44.407] c:\cirrus\src\backend\tcop\backend_startup.c(270) : warning C4700: uninitialized local variable 'status' ...
51/4720 "unexpected duplicate for tablespace" problem in logical replication
FreeBSD - 13 - Meson
core
[23:25:09.229] #0  0x000045d329d74ff0 in ?? ()
[23:25:09.229] #1  0x0000000000000003 in ?? ()
[23:25:09.229] #2  0x00003598c9cce228 in ?? ()
[23:25:09.229] #3  0x00003598c9cce22b in ?? ()
[23:25:09.229] #4  0x00003598c9cce22e in ?? ()
[23:25:09.229] #5  0x0000000000000000 in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/00...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-11-18 23:17:51.898437000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_table.out	2024-11-18 23:20:32.371397...
@@ -3481,9 +3481,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39356 |            |             0 |       39356 | pktable_pkey
+ 39352 |            |             0 |       39352 | pktable
+ 39358 |            |             0 |       39358 | fktable
+ 40001 |            |             0 |       40009 | foo
+ 40013 |            |             0 |       40013 | pg_toast_40001_index
+ 40012 |            |             0 |       40012 | pg_toast_40001
+ 40232 |            |             0 |       40232 | old_oids
+ 40249 |            |             0 |       40249 | pg_toast_40246
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/recovery/027_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-11-18 23:17:51.898437000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/alter_table.out	2024-11-18 23:21:31.0779...
@@ -3481,9 +3481,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39294 |            |             0 |       39294 | pktable_pkey
+ 39290 |            |             0 |       39290 | pktable
+ 39299 |            |             0 |       39299 | fktable
+ 39958 |            |             0 |       39958 | pg_toast_39948_index
+ 39957 |            |             0 |       39957 | pg_toast_39948
+ 39948 |            |             0 |       39954 | foo
+ 40169 |            |             0 |       40169 | old_oids
+ 40187 |            |             0 |       40187 | pg_toast_40184
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/regress/regre...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-11-18 23:17:51.898437000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/alter_table.out	2024-11-18 23:20:33.863009000 +0000
@@ -3481,9 +3481,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39437 |            |             0 |       39437 | pktable_pkey
+ 39433 |            |             0 |       39433 | pktable
+ 39439 |            |             0 |       39439 | fktable
+ 39998 |            |             0 |       40003 | foo
+ 40007 |            |             0 |       40007 | pg_toast_39998_index
+ 40006 |            |             0 |       40006 | pg_toast_39998
+ 40226 |            |             0 |       40226 | old_oids
+ 40243 |            |             0 |       40243 | pg_toast_40240
...
tap
[23:20:44.787](88.760s) not ok 5 - regression tests pass
tap
[23:21:42.969](103.129s) not ok 2 - regression tests pass
test
[23:24:00.242]  45/314 postgresql:regress / regress/regress                                            ERROR            ...
[23:24:00.242] 107/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[23:24:00.242] 165/314 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_chec...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-11-18 23:17:47.186053424 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/alter_table.out	2024-11-18 23:25:09.180596941 +0000
@@ -3481,9 +3481,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39541 |            |             0 |       39541 | pktable_pkey
+ 39537 |            |             0 |       39537 | pktable
+ 39543 |            |             0 |       39543 | fktable
+ 40121 |            |             0 |       40126 | foo
+ 40130 |            |             0 |       40130 | pg_toast_40121_index
+ 40129 |            |             0 |       40129 | pg_toast_40121
+ 40348 |            |             0 |       40348 | old_oids
+ 40367 |            |             0 |       40367 | pg_toast_40364
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/src/test/recovery/tmp_check...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-11-18 23:17:47.186053424 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/alter_table.out	2024-11-18 23:26:48.816149111 +0000
@@ -3481,9 +3481,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39544 |            |             0 |       39544 | pktable_pkey
+ 39539 |            |             0 |       39539 | pktable
+ 39550 |            |             0 |       39550 | fktable
+ 40076 |            |             0 |       40082 | foo
+ 40086 |            |             0 |       40086 | pg_toast_40076_index
+ 40085 |            |             0 |       40085 | pg_toast_40076
+ 40303 |            |             0 |       40303 | old_oids
+ 40320 |            |             0 |       40320 | pg_toast_40317
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/src/test/regress/results/al...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-11-18 23:17:47.186053424 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/alter_table.out	2024-11-18 23:22:51.964035861 +0000
@@ -3481,9 +3481,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39581 |            |             0 |       39581 | pktable_pkey
+ 39576 |            |             0 |       39576 | pktable
+ 39583 |            |             0 |       39583 | fktable
+ 40107 |            |             0 |       40116 | foo
+ 40120 |            |             0 |       40120 | pg_toast_40107_index
+ 40119 |            |             0 |       40119 | pg_toast_40107
+ 40339 |            |             0 |       40339 | old_oids
+ 40356 |            |             0 |       40356 | pg_toast_40353
...
tap
[23:25:17.813](111.877s) not ok 5 - regression tests pass
tap
[23:26:56.391](57.645s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/00...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-11-18 23:17:48.755306672 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_table.out	2024-11-18 23:22:53.527080...
@@ -3481,9 +3481,26 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39621 |            |             0 |       39621 | users_id_seq
+ 39627 |            |             0 |       39627 | pg_toast_39622
+ 39628 |            |             0 |       39628 | pg_toast_39622_index
+ 39622 |            |             0 |       39622 | users
+ 39903 |            |             0 |       39903 | foo
+ 40246 |            |             0 |       40246 | forc_test
+ 39432 |            |             0 |       39432 | pktable_pkey
+ 39428 |            |             0 |       39428 | pktable
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/recovery/027_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-11-18 23:17:48.755306672 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/alter_table.out	2024-11-18 23:23:34.7028...
@@ -3481,9 +3481,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39410 |            |             0 |       39410 | pktable_pkey
+ 39406 |            |             0 |       39406 | pktable
+ 39412 |            |             0 |       39412 | fktable
+ 39944 |            |             0 |       39949 | foo
+ 39953 |            |             0 |       39953 | pg_toast_39944_index
+ 39952 |            |             0 |       39952 | pg_toast_39944
+ 40185 |            |             0 |       40185 | pg_toast_40182
+ 40186 |            |             0 |       40186 | pg_toast_40182_index
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/regress/regre...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-11-18 23:17:48.755306672 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/alter_table.out	2024-11-18 23:22:46.111112305 +0000
@@ -3481,9 +3481,26 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39786 |            |             0 |       39786 | pg_toast_39780_index
+ 39780 |            |             0 |       39780 | users
+ 39779 |            |             0 |       39779 | users_id_seq
+ 39785 |            |             0 |       39785 | pg_toast_39780
+ 40143 |            |             0 |       40143 | foo
+ 40482 |            |             0 |       40482 | forc_test
+ 39373 |            |             0 |       39373 | pktable_pkey
+ 39368 |            |             0 |       39368 | pktable
...
tap
[23:23:01.820](76.901s) not ok 5 - regression tests pass
tap
[23:23:42.088](81.913s) not ok 2 - regression tests pass
test
[23:25:22.425]  43/314 postgresql:regress / regress/regress                                            ERROR            ...
[23:25:22.425] 131/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[23:25:22.425] 161/314 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/alter_table.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg...
--- /Users/admin/pgsql/src/test/regress/expected/alter_table.out	2024-11-18 23:17:12
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_table.out	2024-11-18 23:19:30
@@ -3481,9 +3481,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39308 |            |             0 |       39308 | pktable_pkey
+ 39303 |            |             0 |       39303 | pktable
+ 39310 |            |             0 |       39310 | fktable
+ 40016 |            |             0 |       40021 | foo
+ 40025 |            |             0 |       40025 | pg_toast_40016_index
+ 40024 |            |             0 |       40024 | pg_toast_40016
+ 40217 |            |             0 |       40217 | old_oids
+ 40234 |            |             0 |       40234 | pg_toast_40231
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/alter_table.out /Users/admin/pgsql/build/testrun/recovery/027_stre...
--- /Users/admin/pgsql/src/test/regress/expected/alter_table.out	2024-11-18 23:17:12
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/alter_table.out	2024-11-18 23:20:13
@@ -3481,9 +3481,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39228 |            |             0 |       39228 | pktable_pkey
+ 39224 |            |             0 |       39224 | pktable
+ 39230 |            |             0 |       39230 | fktable
+ 39902 |            |             0 |       39907 | foo
+ 39911 |            |             0 |       39911 | pg_toast_39902_index
+ 39910 |            |             0 |       39910 | pg_toast_39902
+ 40168 |            |             0 |       40168 | old_oids
+ 40186 |            |             0 |       40186 | pg_toast_40183
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/alter_table.out /Users/admin/pgsql/build/testrun/regress/regress/r...
--- /Users/admin/pgsql/src/test/regress/expected/alter_table.out	2024-11-18 23:17:12
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/alter_table.out	2024-11-18 23:19:34
@@ -3481,9 +3481,29 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 38094 |            |             0 |       38094 | pktable_pkey
+ 38090 |            |             0 |       38090 | pktable
+ 38096 |            |             0 |       38096 | fktable
+ 39195 |            |             0 |       39195 | users_id_seq
+ 39207 |            |             0 |       39207 | pg_toast_39200
+ 39208 |            |             0 |       39208 | pg_toast_39200_index
+ 39200 |            |             0 |       39200 | users
+ 39924 |            |             0 |       39924 | foo
...
tap
[23:19:34.292](35.970s) not ok 5 - regression tests pass
tap
[23:20:19.223](40.946s) not ok 2 - regression tests pass
test
[23:22:04.151]  27/314 postgresql:regress / regress/regress                                            ERROR            ...
[23:22:04.151]  44/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[23:22:04.151] 144/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/alter_table.out C:/cirrus/build/testrun/pg_upgrade/002_...
--- C:/cirrus/src/test/regress/expected/alter_table.out	2024-11-18 23:18:08.126909300 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_table.out	2024-11-18 23:22:22.520803900 +0000
@@ -3481,9 +3481,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39128 |            |             0 |       39128 | pktable_pkey
+ 39124 |            |             0 |       39124 | pktable
+ 39131 |            |             0 |       39131 | fktable
+ 39646 |            |             0 |       39654 | foo
+ 39658 |            |             0 |       39658 | pg_toast_39646_index
+ 39657 |            |             0 |       39657 | pg_toast_39646
+ 39912 |            |             0 |       39912 | old_oids
+ 39935 |            |             0 |       39935 | pg_toast_39932
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/alter_table.out C:/cirrus/build/testrun/recovery/027_st...
--- C:/cirrus/src/test/regress/expected/alter_table.out	2024-11-18 23:18:08.126909300 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/alter_table.out	2024-11-18 23:25:02.016539800 +0000
@@ -3481,9 +3481,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39113 |            |             0 |       39113 | pktable_pkey
+ 39108 |            |             0 |       39108 | pktable
+ 39116 |            |             0 |       39116 | fktable
+ 39630 |            |             0 |       39637 | foo
+ 39641 |            |             0 |       39641 | pg_toast_39630_index
+ 39640 |            |             0 |       39640 | pg_toast_39630
+ 39871 |            |             0 |       39871 | old_oids
+ 39891 |            |             0 |       39891 | pg_toast_39888
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/alter_table.out C:/cirrus/build/testrun/regress/regress...
--- C:/cirrus/src/test/regress/expected/alter_table.out	2024-11-18 23:18:08.126909300 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/alter_table.out	2024-11-18 23:22:17.080867200 +0000
@@ -3481,9 +3481,29 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37558 |            |             0 |       37558 | pktable_pkey
+ 37553 |            |             0 |       37553 | pktable
+ 37560 |            |             0 |       37560 | fktable
+ 38953 |            |             0 |       38968 | foo
+ 38974 |            |             0 |       38974 | pg_toast_38953_index
+ 38973 |            |             0 |       38973 | pg_toast_38953
+ 39120 |            |             0 |       39120 | users_id_seq
+ 39132 |            |             0 |       39132 | pg_toast_39125
...
tap
[23:22:42.748](133.199s) not ok 5 - regression tests pass
tap
[23:25:24.478](147.262s) not ok 2 - regression tests pass
test
[23:33:04.093]  21/309 postgresql:regress / regress/regress                                            ERROR           1...
[23:33:04.093]  40/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           2...
[23:33:04.093]  92/309 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5031 Remove dependence on integer wrapping
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/date.out C:/cirrus/build/testrun/pg_upgrade/002_pg_upgr...
--- C:/cirrus/src/test/regress/expected/date.out	2024-11-18 21:57:06.616569000 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/date.out	2024-11-18 21:59:23.938701100 +0000
@@ -1533,4 +1533,4 @@
 select make_time(24, 0, 2.1);
 ERROR:  time field value out of range: 24:00:2.1
 SELECT make_date(-2147483648, 1, 1);
-ERROR:  date field value out of range: -2147483648-01-01
+ERROR:  date field value out of range: 24301-01-01
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/date.out C:/cirrus/build/testrun/recovery/027_stream_re...
--- C:/cirrus/src/test/regress/expected/date.out	2024-11-18 21:57:06.616569000 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/date.out	2024-11-18 22:01:50.926177000 +0000
@@ -1533,4 +1533,4 @@
 select make_time(24, 0, 2.1);
 ERROR:  time field value out of range: 24:00:2.1
 SELECT make_date(-2147483648, 1, 1);
-ERROR:  date field value out of range: -2147483648-01-01
+ERROR:  date field value out of range: 24301-01-01
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/date.out C:/cirrus/build/testrun/regress/regress/result...
--- C:/cirrus/src/test/regress/expected/date.out	2024-11-18 21:57:06.616569000 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/date.out	2024-11-18 21:59:17.060704700 +0000
@@ -1533,4 +1533,4 @@
 select make_time(24, 0, 2.1);
 ERROR:  time field value out of range: 24:00:2.1
 SELECT make_date(-2147483648, 1, 1);
-ERROR:  date field value out of range: -2147483648-01-01
+ERROR:  date field value out of range: 24301-01-01
tap
[22:01:20.569](123.564s) not ok 5 - regression tests pass
tap
[22:03:50.734](139.493s) not ok 2 - regression tests pass
test
[22:10:45.062]   6/309 postgresql:regress / regress/regress                                            ERROR           1...
[22:10:45.062]  38/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[22:10:45.062]  95/309 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5252 Trim the heap free memory
CompilerWarnings
compiler
[18:17:33.578] postgres.c:2829:33: error: assignment to ‘char *’ from ‘int’ makes pointer from integer without a cast [-...
compiler
[18:17:33.578] postgres.c:2825:47: error: implicit declaration of function ‘sbrk’ [-Werror=implicit-function-declaration...
compiler
[18:17:33.578] postgres.c:2825:47: error: initialization of ‘char *’ from ‘int’ makes pointer from integer without a cas...
compiler
[18:17:33.578] postgres.c:2828:25: error: implicit declaration of function ‘malloc_trim’ [-Werror=implicit-function-decl...
Linux - Debian Bookworm - Autoconf
tap
[18:16:58.352](0.001s) not ok 28 - options --locale-provider=icu --locale=und --lc-*=C: no stderr
Linux - Debian Bookworm - Meson
tap
[18:18:33.720](0.001s) not ok 28 - options --locale-provider=icu --locale=und --lc-*=C: no stderr
test
[18:20:05.281] 170/314 postgresql:initdb / initdb/001_initdb                                           ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[18:16:37.977] ../src/backend/tcop/postgres.c(2825): warning C4047: 'initializing': 'char *' differs in levels of indire...
compiler
[18:16:49.295] tcop_postgres.c.obj : error LNK2019: unresolved external symbol sbrk referenced in function finish_xact_c...
compiler
[18:16:49.295] tcop_postgres.c.obj : error LNK2019: unresolved external symbol malloc_trim referenced in function finish...
compiler
[18:16:37.977] ../src/backend/tcop/postgres.c(2829): warning C4047: '=': 'char *' differs in levels of indirection from ...
51/5346 Count and log pages set all frozen by vacuum
FreeBSD - 13 - Meson
test
[17:01:37.654] 243/314 postgresql:postmaster / postmaster/001_connection_limits                        ERROR            ...
51/5380 Parametrization minimum password length
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/passwordcheck/expected/passwordcheck.out /tmp/cirrus-ci-build/build-32/testrun/pas...
--- /tmp/cirrus-ci-build/contrib/passwordcheck/expected/passwordcheck.out	2024-11-18 16:41:33.105883255 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/passwordcheck/regress/results/passwordcheck.out	2024-11-18 16:49:34.793414660 ...
@@ -8,7 +8,6 @@
 ERROR:  password is too short
 -- error: too short
 ALTER USER regress_passwordcheck_user1 PASSWORD 'äbcdefghijk';
-ERROR:  password is too short
 -- error: contains user name
 ALTER USER regress_passwordcheck_user1 PASSWORD 'xyzregress_passwordcheck_user1';
 ERROR:  password must not contain user name
test
[16:51:40.670]  76/314 postgresql:passwordcheck / passwordcheck/regress                                ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/contrib/passwordcheck/expected/passwordcheck.out C:/cirrus/build/testrun/password...
--- C:/cirrus/contrib/passwordcheck/expected/passwordcheck.out	2024-11-18 16:41:45.615679800 +0000
+++ C:/cirrus/build/testrun/passwordcheck/regress/results/passwordcheck.out	2024-11-18 16:47:35.364544800 +0000
@@ -8,7 +8,6 @@
 ERROR:  password is too short
 -- error: too short
 ALTER USER regress_passwordcheck_user1 PASSWORD 'äbcdefghijk';
-ERROR:  password is too short
 -- error: contains user name
 ALTER USER regress_passwordcheck_user1 PASSWORD 'xyzregress_passwordcheck_user1';
 ERROR:  password must not contain user name
test
[16:53:21.134]  74/309 postgresql:passwordcheck / passwordcheck/regress                                ERROR            ...
51/5242 Fix RelationTruncate() corruption
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[16:25:10.963] ../src/backend/storage/smgr/smgr.c(732): warning C4098: 'smgrtruncate': 'void' function returning a value
51/5380 Parametrization minimum password length
CompilerWarnings
compiler
[16:07:51.085] passwordcheck.c:91:18: error: implicit declaration of function 'pg_mbstrlen' is invalid in C99 [-Werror,-...
compiler
[16:07:37.718] passwordcheck.c:91:18: error: implicit declaration of function 'pg_mbstrlen' is invalid in C99 [-Werror,-...
compiler
[16:07:05.162] passwordcheck.c:91:50: error: implicit declaration of function ‘pg_mbstrlen’ [-Werror=implicit-function-d...
compiler
[16:06:52.790] passwordcheck.c:91:50: error: implicit declaration of function ‘pg_mbstrlen’ [-Werror=implicit-function-d...
compiler
[16:06:53.040] passwordcheck.c:91:18: error: call to undeclared function 'pg_mbstrlen'; ISO C99 and later do not support...
compiler
[16:08:17.337] passwordcheck.c:91:50: error: implicit declaration of function ‘pg_mbstrlen’; did you mean ‘_mbstrlen’? [...
Linux - Debian Bookworm - Meson
core
[16:15:40.318] #0  0x00007fd6a633aa50 in ?? ()
[16:15:40.318] #1  0x0000000000000003 in ?? ()
[16:15:40.318] #2  0x00007ffc980af3fa in ?? ()
[16:15:40.318] #3  0x00007ffc980af3fd in ?? ()
[16:15:40.318] #4  0x00007ffc980af400 in ?? ()
[16:15:40.318] #5  0x0000000000000000 in ?? ()
[16:15:40.444] #0  0x00007ff136aaeda4 in ?? ()
core
[16:15:40.444] #0  0x00007ff136aaeda4 in ?? ()
[16:15:40.444] #1  0x0000000000000000 in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/contrib/passwordcheck/expected/passwordcheck.out /tmp/cirrus-ci-build/build-32/testrun/pas...
--- /tmp/cirrus-ci-build/contrib/passwordcheck/expected/passwordcheck.out	2024-11-18 16:06:08.004617685 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/passwordcheck/regress/results/passwordcheck.out	2024-11-18 16:12:20.541659842 ...
@@ -8,7 +8,6 @@
 ERROR:  password is too short
 -- error: too short
 ALTER USER regress_passwordcheck_user1 PASSWORD 'äbcdefghijk';
-ERROR:  password is too short
 -- error: contains user name
 ALTER USER regress_passwordcheck_user1 PASSWORD 'xyzregress_passwordcheck_user1';
 ERROR:  password must not contain user name
test
[16:14:26.664]  76/314 postgresql:passwordcheck / passwordcheck/regress                                ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/contrib/passwordcheck/expected/passwordcheck.out C:/cirrus/build/testrun/password...
--- C:/cirrus/contrib/passwordcheck/expected/passwordcheck.out	2024-11-18 16:06:25.774178600 +0000
+++ C:/cirrus/build/testrun/passwordcheck/regress/results/passwordcheck.out	2024-11-18 16:12:40.746108100 +0000
@@ -8,7 +8,6 @@
 ERROR:  password is too short
 -- error: too short
 ALTER USER regress_passwordcheck_user1 PASSWORD 'äbcdefghijk';
-ERROR:  password is too short
 -- error: contains user name
 ALTER USER regress_passwordcheck_user1 PASSWORD 'xyzregress_passwordcheck_user1';
 ERROR:  password must not contain user name
test
[16:18:52.945]  73/309 postgresql:passwordcheck / passwordcheck/regress                                ERROR            ...
51/5357 New predefined role pg_manage_extensions
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out /tmp/cirrus-ci-build/build/testrun/plperl/regress/...
--- /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out	2024-11-18 15:48:19.140200000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/plperl/regress/results/plperl_setup.out	2024-11-18 15:50:10.745280000 +0000
@@ -12,7 +12,7 @@
 HINT:  Must have CREATE privilege on current database to create this extension.
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 RESET ROLE;
 DO $$
 begin
@@ -24,7 +24,7 @@
 CREATE EXTENSION plperl;
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 CREATE SCHEMA plperl_setup_scratch;
 SET search_path = plperl_setup_scratch;
...
test
[15:52:41.629]  46/314 postgresql:plperl / plperl/regress                                              ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out /tmp/cirrus-ci-build/src/pl/plperl/results/plperl_...
--- /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out	2024-11-18 15:48:14.054160434 +0000
+++ /tmp/cirrus-ci-build/src/pl/plperl/results/plperl_setup.out	2024-11-18 15:49:38.424874581 +0000
@@ -12,7 +12,7 @@
 HINT:  Must have CREATE privilege on current database to create this extension.
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 RESET ROLE;
 DO $$
 begin
@@ -24,7 +24,7 @@
 CREATE EXTENSION plperl;
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 CREATE SCHEMA plperl_setup_scratch;
 SET search_path = plperl_setup_scratch;
...
Linux - Debian Bookworm - Meson
core
[15:54:02.448] #0  <unavailable> in ?? ()
core
[15:54:02.448] #0  0x00007f719889ada4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[15:54:02.448] #1  0x00007f7198847239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[15:54:02.448] #2  0x00007f7198847497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[15:54:02.448] #3  0x00005596275e55f3 in ?? ()
[15:54:02.448] #4  0x00005596275df369 in ?? ()
[15:54:02.448] #5  0x00005596275de20f in ?? ()
[15:54:02.448] #6  0x00005596275dec3b in ?? ()
[15:54:02.448] #7  0x00005596275dc66f in ?? ()
[15:54:02.448] #8  0x00007f719883224a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:54:02.448] #9  0x00007f7198832305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[15:54:02.562] #0  0x00007f719889ada4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[15:54:02.562] #1  0x00007f7198847239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[15:54:02.562] #2  0x00007f7198847497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[15:54:02.562] #3  0x00005596275e55c1 in ?? ()
[15:54:02.562] #4  0x00005596275df369 in ?? ()
[15:54:02.562] #5  0x00005596275de20f in ?? ()
[15:54:02.562] #6  0x00005596275dec3b in ?? ()
[15:54:02.562] #7  0x00005596275dc66f in ?? ()
[15:54:02.562] #8  0x00007f719883224a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:54:02.562] #9  0x00007f7198832305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
regress
diff -U3 /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out /tmp/cirrus-ci-build/build/testrun/plperl/regress/...
--- /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out	2024-11-18 15:48:14.143289144 +0000
+++ /tmp/cirrus-ci-build/build/testrun/plperl/regress/results/plperl_setup.out	2024-11-18 15:50:49.106247168 +0000
@@ -12,7 +12,7 @@
 HINT:  Must have CREATE privilege on current database to create this extension.
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 RESET ROLE;
 DO $$
 begin
@@ -24,7 +24,7 @@
 CREATE EXTENSION plperl;
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 CREATE SCHEMA plperl_setup_scratch;
 SET search_path = plperl_setup_scratch;
...
test
[15:53:01.947]  46/314 postgresql:plperl / plperl/regress                                              ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/pl/plperl/expected/plperl_setup.out /Users/admin/pgsql/build/testrun/plperl/regress/resu...
--- /Users/admin/pgsql/src/pl/plperl/expected/plperl_setup.out	2024-11-18 15:48:11
+++ /Users/admin/pgsql/build/testrun/plperl/regress/results/plperl_setup.out	2024-11-18 15:50:35
@@ -12,7 +12,7 @@
 HINT:  Must have CREATE privilege on current database to create this extension.
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 RESET ROLE;
 DO $$
 begin
@@ -24,7 +24,7 @@
 CREATE EXTENSION plperl;
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 CREATE SCHEMA plperl_setup_scratch;
 SET search_path = plperl_setup_scratch;
...
test
[15:52:35.821]  48/314 postgresql:plperl / plperl/regress                                              ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/pl/plperl/expected/plperl_setup.out C:/cirrus/build/testrun/plperl/regress/re...
--- C:/cirrus/src/pl/plperl/expected/plperl_setup.out	2024-11-18 15:48:29.313685100 +0000
+++ C:/cirrus/build/testrun/plperl/regress/results/plperl_setup.out	2024-11-18 15:53:26.504201600 +0000
@@ -12,7 +12,7 @@
 HINT:  Must have CREATE privilege on current database to create this extension.
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 RESET ROLE;
 DO $$
 begin
@@ -24,7 +24,7 @@
 CREATE EXTENSION plperl;
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 CREATE SCHEMA plperl_setup_scratch;
 SET search_path = plperl_setup_scratch;
...
test
[16:02:16.153]  46/309 postgresql:plperl / plperl/regress                                              ERROR            ...
51/5355 Enhance memory context statistics reporting for all PostgreSQL processes.
CompilerWarnings
compiler
[15:14:10.943] ../../../../src/include/utils/dsa.h:114:9: error: ‘area’ may be used uninitialized [-Werror=maybe-uniniti...
compiler
[15:12:10.799] ../../../../src/include/utils/dsa.h:114:9: error: ‘area’ may be used uninitialized [-Werror=maybe-uniniti...
compiler
[15:23:44.210] ../../../../src/include/utils/dsa.h:114:9: error: ‘area’ may be used uninitialized [-Werror=maybe-uniniti...
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/sysviews.out /tmp/cirrus-ci-build/build-32/testrun/pg_upgrade/00...
--- /tmp/cirrus-ci-build/src/test/regress/expected/sysviews.out	2024-11-18 15:10:10.210157909 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/pg_upgrade/002_pg_upgrade/data/results/sysviews.out	2024-11-18 15:19:27.521603...
@@ -233,4 +233,4 @@
         from pg_get_process_memory_contexts(checkpointer_pid, false) where path = '{0}' into r; 
 	RAISE NOTICE '%', r;
 END $$;
-NOTICE:  (AllocSet,TopMemoryContext,,t)
+NOTICE:  (AllocSet,TopMemoryContext,,f)
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/sysviews.out /tmp/cirrus-ci-build/build-32/testrun/recovery/027_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/sysviews.out	2024-11-18 15:10:10.210157909 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/recovery/027_stream_regress/data/results/sysviews.out	2024-11-18 15:19:04.7936...
@@ -233,4 +233,4 @@
         from pg_get_process_memory_contexts(checkpointer_pid, false) where path = '{0}' into r; 
 	RAISE NOTICE '%', r;
 END $$;
-NOTICE:  (AllocSet,TopMemoryContext,,t)
+NOTICE:  (AllocSet,TopMemoryContext,,f)
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/sysviews.out /tmp/cirrus-ci-build/build-32/testrun/regress/regre...
--- /tmp/cirrus-ci-build/src/test/regress/expected/sysviews.out	2024-11-18 15:10:10.210157909 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/regress/regress/results/sysviews.out	2024-11-18 15:18:26.905627306 +0000
@@ -233,4 +233,4 @@
         from pg_get_process_memory_contexts(checkpointer_pid, false) where path = '{0}' into r; 
 	RAISE NOTICE '%', r;
 END $$;
-NOTICE:  (AllocSet,TopMemoryContext,,t)
+NOTICE:  (AllocSet,TopMemoryContext,,f)
tap
[15:19:53.018](113.974s) not ok 5 - regression tests pass
tap
[15:19:31.069](58.701s) not ok 2 - regression tests pass
test
[15:21:25.794]  29/314 postgresql:regress / regress/regress                                            ERROR            ...
[15:21:25.794] 149/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[15:21:25.794] 187/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
51/4912 CSN snapshots in hot standby
Linux - Debian Bookworm - Meson
core
[14:24:51.313] #0  0x00007ff1516a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[14:24:51.313] #1  0x00007ff15165afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[14:24:51.313] #2  0x00007ff151645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[14:24:51.313] #3  0x00007ff15181e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[14:24:51.313] #4  0x00007ff15182aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[14:24:51.313] #5  0x00007ff15180dad8 in __ubsan::__ubsan_handle_shift_out_of_bounds_abort (Data=Data@entry=0x56179d8c10...
[14:24:51.313] #6  0x000056179ce0d46e in XidInMVCCSnapshot (xid=755, snapshot=snapshot@entry=0x5617d0339eb0) at ../src/b...
[14:24:51.313] #7  0x000056179c4529ab in HeapTupleSatisfiesMVCC (htup=<optimized out>, snapshot=0x5617d0339eb0, buffer=4...
[14:24:51.313] #8  0x000056179c454017 in HeapTupleSatisfiesVisibility (htup=htup@entry=0x7ffc0c05dca0, snapshot=snapshot...
[14:24:51.313] #9  0x000056179c445499 in page_collect_tuples (check_serializable=<optimized out>, all_visible=<optimized...
core
[14:24:50.816] #0  <unavailable> in ?? ()
core
[14:24:50.363] #0  0x00007f91d96a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[14:24:50.363] #1  0x00007f91d965afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[14:24:50.363] #2  0x00007f91d9645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[14:24:50.363] #3  0x00007f91d981e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[14:24:50.363] #4  0x00007f91d982aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[14:24:50.363] #5  0x00007f91d980dad8 in __ubsan::__ubsan_handle_shift_out_of_bounds_abort (Data=Data@entry=0x557752e960...
[14:24:50.363] #6  0x00005577523e246e in XidInMVCCSnapshot (xid=757, snapshot=snapshot@entry=0x5577580ae9b0) at ../src/b...
[14:24:50.363] #7  0x0000557751a277d3 in HeapTupleSatisfiesMVCC (htup=<optimized out>, snapshot=0x5577580ae9b0, buffer=3...
[14:24:50.363] #8  0x0000557751a29017 in HeapTupleSatisfiesVisibility (htup=htup@entry=0x7fff098ae390, snapshot=snapshot...
[14:24:50.363] #9  0x0000557751a1a499 in page_collect_tuples (check_serializable=<optimized out>, all_visible=<optimized...
core
[14:24:50.816] #0  0x00007f3321aaeda4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[14:24:50.816] #1  0x00007f3321a5b239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[14:24:50.816] #2  0x00007f3321b16204 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[14:24:50.816] #3  0x00007f3321b2885c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[14:24:51.240] #0  0x00007ff1516a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
tap
[14:20:03.475](223.186s) # poll_query_until timed out executing this query:
[14:20:03.476](0.001s) not ok 14 - startup deadlock: lock acquisition is waiting
[14:23:33.944](210.469s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /tmp/cirrus-ci-build/src/test/recovery/t/031_recovery_conflict.pl line 270.
test
[14:23:34.145] 314/315 postgresql:test_misc / test_misc/000_csn_perf                                   ERROR            ...
[14:23:34.145] 315/315 postgresql:recovery / recovery/031_recovery_conflict                            ERROR           4...
macOS - Sonoma - Meson
core
[14:21:02.646]   * frame #0: 0x000000019dfeb3fc libsystem_kernel.dylib`__sigaction + 8
[14:21:02.646]     frame #1: 0x000000019e055878 libsystem_platform.dylib`__platform_sigaction + 108
[14:21:02.646]     frame #2: 0x000000019dedc360 libsystem_c.dylib`signal__ + 84
[14:21:02.646]     frame #3: 0x0000000104116918 cp`___lldb_unnamed_symbol79 + 808
[14:21:02.646]     frame #4: 0x000000019dc9b154 dyld`start + 2476
test
[14:17:45.834] 315/315 postgresql:test_misc / test_misc/000_csn_perf                                   ERROR           1...
Windows - Server 2019, VS 2019 - Meson & ninja
test
[14:28:09.799] 310/310 postgresql:test_misc / test_misc/000_csn_perf                                   ERROR           3...
51/5249 Allow CI to only run the compiler warnings task
macOS - Sonoma - Meson
tap
[09:20:30.079](2.363s) Bail out!  pg_ctl restart failed
test
[09:20:36.431] 307/314 postgresql:ssl / ssl/003_sslinfo                                                ERROR            ...
51/4997 Return pg_control from pg_backup_stop().
Linux - Debian Bookworm - Meson
core
[06:48:28.083] #0  0x00007f92cf8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:48:28.083] #1  0x00007f92cf85afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:48:28.083] #2  0x00007f92cf845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:48:28.083] #3  0x00007f92cfa1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[06:48:28.083] #4  0x00007f92cfa2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[06:48:28.083] #5  0x00007f92cfa0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55b06913ce40,...
[06:48:28.083] #6  0x000055b06825d14e in backup_control_file (controlFile=controlFile@entry=0x55b08c37aa7c "\222\030y\21...
[06:48:28.083] #7  0x000055b068261e80 in pg_backup_stop (fcinfo=<optimized out>) at ../src/backend/access/transam/xlogfu...
[06:48:28.083] #8  0x000055b06843b09b in ExecInterpExpr (state=0x55b08c372190, econtext=0x55b08c371f38, isnull=0x7ffd533...
[06:48:28.083] #9  0x000055b06842f969 in ExecInterpExprStillValid (state=0x55b08c372190, econtext=0x55b08c371f38, isNull...
core
[06:48:28.884] #0  0x00007fa4776a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:48:28.884] #1  0x00007fa47765afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:48:28.884] #2  0x00007fa477645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:48:28.884] #3  0x00007fa47781e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[06:48:28.884] #4  0x00007fa47782aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[06:48:28.884] #5  0x00007fa47780d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55d25a44ce40,...
[06:48:28.884] #6  0x000055d25956d14e in backup_control_file (controlFile=controlFile@entry=0x55d25f4e2b0c "\222\030y\21...
[06:48:28.884] #7  0x000055d259571e80 in pg_backup_stop (fcinfo=<optimized out>) at ../src/backend/access/transam/xlogfu...
[06:48:28.884] #8  0x000055d25977254d in ExecMakeTableFunctionResult (setexpr=0x55d25f4f3bf8, econtext=0x55d25f4f3ac8, a...
[06:48:28.884] #9  0x000055d2597a0766 in FunctionNext (node=0x55d25f4f38b8) at ../src/backend/executor/nodeFunctionscan....
tap
[06:44:06.879](1.331s) not ok 18 - psql fails correctly
[06:44:06.880](0.000s) not ok 19 - pg_backup_start fails gracefully
test
[06:47:18.493]  26/314 postgresql:recovery / recovery/020_archive_status                               ERROR            ...
[06:47:18.493]  43/314 postgresql:recovery / recovery/042_low_level_backup                             ERROR            ...
51/4966 Parallel CREATE INDEX for GIN indexes
CompilerWarnings
compiler
[06:17:04.071] gininsert.c:2402:37: error: format ‘%ld’ expects argument of type ‘long int’, but argument 3 has type ‘lo...
compiler
[06:17:04.071] gininsert.c:2421:35: error: format ‘%ld’ expects argument of type ‘long int’, but argument 2 has type ‘in...
51/4929 apply_scanjoin_target_to_paths and partitionwise join
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-11-18 04:55:14.721697000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_join.out	2024-11-18 04:56:59.461...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/recovery/0...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-11-18 04:55:14.721697000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/partition_join.out	2024-11-18 04:57:49.2...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/regress/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-11-18 04:55:14.721697000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/partition_join.out	2024-11-18 04:56:54.106032000 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[04:57:04.037](67.853s) not ok 5 - regression tests pass
tap
[04:57:53.081](80.420s) not ok 2 - regression tests pass
test
[04:59:48.560]  40/314 postgresql:regress / regress/regress                                            ERROR            ...
[04:59:48.560]  96/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[04:59:48.560] 157/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_c...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-11-18 04:55:12.047577419 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/partition_join.out	2024-11-18 05:00:08.250146563 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/src/test/regress/results...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-11-18 04:55:12.047577419 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/partition_join.out	2024-11-18 04:58:25.034125575 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[05:00:10.929](103.132s) not ok 5 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-11-18 04:55:10.674000439 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_join.out	2024-11-18 04:57:37.136...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/recovery/0...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-11-18 04:55:10.674000439 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/partition_join.out	2024-11-18 04:58:10.9...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/regress/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-11-18 04:55:10.674000439 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/partition_join.out	2024-11-18 04:57:30.340419932 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[04:57:40.741](72.868s) not ok 5 - regression tests pass
tap
[04:58:14.299](73.423s) not ok 2 - regression tests pass
test
[04:59:52.334]  43/314 postgresql:regress / regress/regress                                            ERROR            ...
[04:59:52.334] 133/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[04:59:52.334] 154/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/partition_join.out /Users/admin/pgsql/build/testrun/pg_upgrade/002...
--- /Users/admin/pgsql/src/test/regress/expected/partition_join.out	2024-11-18 04:55:09
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_join.out	2024-11-18 04:56:55
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/partition_join.out /Users/admin/pgsql/build/testrun/recovery/027_s...
--- /Users/admin/pgsql/src/test/regress/expected/partition_join.out	2024-11-18 04:55:09
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/partition_join.out	2024-11-18 04:57:52
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/partition_join.out /Users/admin/pgsql/build/testrun/regress/regres...
--- /Users/admin/pgsql/src/test/regress/expected/partition_join.out	2024-11-18 04:55:09
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/partition_join.out	2024-11-18 04:56:57
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[04:56:57.956](40.730s) not ok 5 - regression tests pass
tap
[04:57:55.578](53.859s) not ok 2 - regression tests pass
test
[04:59:38.393]  27/314 postgresql:regress / regress/regress                                            ERROR            ...
[04:59:38.393]  45/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[04:59:38.393] 146/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/partition_join.out C:/cirrus/build/testrun/pg_upgrade/0...
--- C:/cirrus/src/test/regress/expected/partition_join.out	2024-11-18 04:55:31.659173100 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_join.out	2024-11-18 04:59:17.775613100 +000...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/partition_join.out C:/cirrus/build/testrun/recovery/027...
--- C:/cirrus/src/test/regress/expected/partition_join.out	2024-11-18 04:55:31.659173100 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/partition_join.out	2024-11-18 05:01:40.019255100 +0...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/partition_join.out C:/cirrus/build/testrun/regress/regr...
--- C:/cirrus/src/test/regress/expected/partition_join.out	2024-11-18 04:55:31.659173100 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/partition_join.out	2024-11-18 04:59:10.915264400 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[04:59:25.978](113.795s) not ok 5 - regression tests pass
tap
[05:01:51.496](128.919s) not ok 2 - regression tests pass
test
[05:08:06.688]  20/309 postgresql:regress / regress/regress                                            ERROR           1...
[05:08:06.688]  37/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[05:08:06.688] 103/309 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/4538 Statistics Import and Export
Linux - Debian Bookworm - Autoconf
core
[03:53:48.420] #0  0x00007f73f95edebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[03:53:48.420] #1  0x00007f73f959efb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[03:53:48.420] #2  0x00007f73f9589472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[03:53:48.420] #3  0x00007f73f98d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[03:53:48.420] #4  0x00007f73f98e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[03:53:48.420] #5  0x00007f73f98c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffcd94c04d6, __in_ch...
[03:53:48.420] #6  0x00007f73f98c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140723954127168, sp...
[03:53:48.420] #7  0x00007f73f98c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[03:53:48.420] #8  0x000055ff3e1cc0ae in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[03:53:48.420] #9  0x000055ff3e20aa65 in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[03:53:46.619] #0  0x00007f5e9bca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[03:53:46.619] #1  0x00007f5e9bc5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[03:53:46.619] #2  0x00007f5e9bc45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[03:53:46.619] #3  0x00007f5e9bed650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[03:53:46.619] #4  0x00007f5e9bee2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[03:53:46.619] #5  0x00007f5e9bec1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffd2e7889f6, __in_ch...
[03:53:46.619] #6  0x00007f5e9bec14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140725383108192, sp...
[03:53:46.619] #7  0x00007f5e9bec251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[03:53:46.619] #8  0x000055a6b89650ae in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[03:53:46.619] #9  0x000055a6b89a3afe in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[03:53:47.070] #0  0x00007f8651d02ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[03:53:47.070] #1  0x00007f8651cb3fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[03:53:47.070] #2  0x00007f8651c9e472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[03:53:47.070] #3  0x00007f86520d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[03:53:47.070] #4  0x00007f86520e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[03:53:47.070] #5  0x00007f86520c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffd67e95d36, __in_ch...
[03:53:47.070] #6  0x00007f86520c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140726346803616, sp...
[03:53:47.070] #7  0x00007f86520c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[03:53:47.070] #8  0x000055ce36a8f0ae in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[03:53:47.070] #9  0x000055ce36acda65 in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[03:53:47.526] #0  0x00007faa4c928ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[03:53:47.526] #1  0x00007faa4c8d9fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[03:53:47.526] #2  0x00007faa4c8c4472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[03:53:47.526] #3  0x00007faa4ccd650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[03:53:47.526] #4  0x00007faa4cce2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[03:53:47.526] #5  0x00007faa4ccc1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7fffda47b756, __in_ch...
[03:53:47.526] #6  0x00007faa4ccc14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140736855524288, sp...
[03:53:47.526] #7  0x00007faa4ccc251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[03:53:47.526] #8  0x000055c71388d0ae in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[03:53:47.526] #9  0x000055c7138cba65 in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[03:53:47.975] #0  0x00007f1abb1edebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[03:53:47.975] #1  0x00007f1abb19efb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[03:53:47.975] #2  0x00007f1abb189472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[03:53:47.975] #3  0x00007f1abb4d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[03:53:47.975] #4  0x00007f1abb4e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[03:53:47.975] #5  0x00007f1abb4c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffed5972966, __in_ch...
[03:53:47.975] #6  0x00007f1abb4c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140732481877456, sp...
[03:53:47.975] #7  0x00007f1abb4c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[03:53:47.975] #8  0x000055ed4f0690ae in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[03:53:47.975] #9  0x000055ed4f0a7afe in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[03:53:46.165] #0  0x00007fd48ba8aebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[03:53:46.165] #1  0x00007fd48ba3bfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[03:53:46.165] #2  0x00007fd48ba26472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[03:53:46.165] #3  0x00007fd48bcd650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[03:53:46.165] #4  0x00007fd48bce2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[03:53:46.165] #5  0x00007fd48bcc1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffd645ad8b6, __in_ch...
[03:53:46.165] #6  0x00007fd48bcc14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140726287131936, sp...
[03:53:46.165] #7  0x00007fd48bcc251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[03:53:46.165] #8  0x00005622b5ae70ae in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[03:53:46.165] #9  0x00005622b5b25afe in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[03:53:48.876] #0  0x00007f2b983edebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[03:53:48.876] #1  0x00007f2b9839efb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[03:53:48.876] #2  0x00007f2b98389472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[03:53:48.876] #3  0x00007f2b986d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[03:53:48.876] #4  0x00007f2b986e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[03:53:48.876] #5  0x00007f2b986c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffd0f3c0156, __in_ch...
[03:53:48.876] #6  0x00007f2b986c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140724859047360, sp...
[03:53:48.877] #7  0x00007f2b986c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[03:53:48.877] #8  0x00005648eba480ae in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[03:53:48.877] #9  0x00005648eba86a65 in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[03:53:49.326] #0  0x00007f95ae928ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[03:53:49.326] #1  0x00007f95ae8d9fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[03:53:49.326] #2  0x00007f95ae8c4472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[03:53:49.326] #3  0x00007f95aecd650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[03:53:49.326] #4  0x00007f95aece2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[03:53:49.326] #5  0x00007f95aecc1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffd7ac298c6, __in_ch...
[03:53:49.326] #6  0x00007f95aecc14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140726663030064, sp...
[03:53:49.326] #7  0x00007f95aecc251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[03:53:49.326] #8  0x0000561c4913d0ae in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[03:53:49.326] #9  0x0000561c4917bafe in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[03:53:49.776] #0  0x00007f36061edebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[03:53:49.776] #1  0x00007f360619efb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[03:53:49.776] #2  0x00007f3606189472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[03:53:49.776] #3  0x00007f36064d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[03:53:49.776] #4  0x00007f36064e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[03:53:49.776] #5  0x00007f36064c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7fffdef9d096, __in_ch...
[03:53:49.776] #6  0x00007f36064c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140736934305024, sp...
[03:53:49.776] #7  0x00007f36064c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[03:53:49.776] #8  0x000056439e3960ae in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[03:53:49.776] #9  0x000056439e3d4afe in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[03:53:50.239] #0  0x00007f1e639ceebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[03:53:50.239] #1  0x00007f1e6397ffb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[03:53:50.239] #2  0x00007f1e6396a472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[03:53:50.239] #3  0x00007f1e63cd650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[03:53:50.239] #4  0x00007f1e63ce2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[03:53:50.239] #5  0x00007f1e63cc1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7fff8e6e14f6, __in_ch...
[03:53:50.239] #6  0x00007f1e63cc14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140735582970208, sp...
[03:53:50.239] #7  0x00007f1e63cc251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[03:53:50.239] #8  0x000055631258c0ae in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[03:53:50.239] #9  0x00005563125caa65 in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[03:53:50.682] #0  0x00007f41bf302ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[03:53:50.682] #1  0x00007f41bf2b3fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[03:53:50.682] #2  0x00007f41bf29e472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[03:53:50.682] #3  0x00007f41bf6d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[03:53:50.682] #4  0x00007f41bf6e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[03:53:50.682] #5  0x00007f41bf6c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7fff57925af6, __in_ch...
[03:53:50.682] #6  0x00007f41bf6c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140734662600544, sp...
[03:53:50.682] #7  0x00007f41bf6c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[03:53:50.682] #8  0x0000558f289d40ae in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[03:53:50.682] #9  0x0000558f28a12afe in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[03:53:51.139] #0  0x00007f2137fedebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[03:53:51.139] #1  0x00007f2137f9efb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[03:53:51.139] #2  0x00007f2137f89472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[03:53:51.139] #3  0x00007f21382d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[03:53:51.139] #4  0x00007f21382e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[03:53:51.139] #5  0x00007f21382c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7fffc3f63316, __in_ch...
[03:53:51.139] #6  0x00007f21382c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140736481083264, sp...
[03:53:51.139] #7  0x00007f21382c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[03:53:51.139] #8  0x000056305591b0ae in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[03:53:51.139] #9  0x0000563055959afe in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[03:53:51.590] #0  0x00007f65e2ba8ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[03:53:51.590] #1  0x00007f65e2b59fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[03:53:51.590] #2  0x00007f65e2b44472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[03:53:51.590] #3  0x00007f65e2ed650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[03:53:51.590] #4  0x00007f65e2ee2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[03:53:51.590] #5  0x00007f65e2ec1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffcf77cbdc6, __in_ch...
[03:53:51.590] #6  0x00007f65e2ec14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140724460636720, sp...
[03:53:51.590] #7  0x00007f65e2ec251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[03:53:51.590] #8  0x00005638e63d40ae in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[03:53:51.590] #9  0x00005638e6412a65 in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[03:53:52.042] #0  0x00007f4a0dba8ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[03:53:52.042] #1  0x00007f4a0db59fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[03:53:52.042] #2  0x00007f4a0db44472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[03:53:52.042] #3  0x00007f4a0ded650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[03:53:52.042] #4  0x00007f4a0dee2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[03:53:52.042] #5  0x00007f4a0dec1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffc26616246, __in_ch...
[03:53:52.042] #6  0x00007f4a0dec14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140720952405680, sp...
[03:53:52.042] #7  0x00007f4a0dec251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[03:53:52.042] #8  0x0000555584d6f0ae in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[03:53:52.042] #9  0x0000555584dadafe in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
tap
[03:49:12.788](3.624s) not ok 4 - dump from PITR 1
[03:49:14.157](1.369s) not ok 5 - dump from PITR 2
tap
[03:49:47.539](0.625s) not ok 19 - pg_dump: option -n pg_catalog
[03:49:49.197](1.657s) not ok 20 - pg_dumpall: option --exclude-database handles database names with embedded dots
[03:49:50.251](0.605s) not ok 37 - binary_upgrade: pg_dump runs
[03:49:50.310](0.058s) not ok 38 - binary_upgrade: pg_restore runs
tap
[03:49:54.158](1.281s) not ok 1 - parallel dump
[03:49:54.196](0.038s) not ok 2 - parallel restore
[03:49:54.463](0.267s) not ok 3 - parallel dump as inserts
[03:49:54.490](0.027s) not ok 4 - parallel restore as inserts
tap
[03:49:56.664](1.996s) not ok 1 - filter file without patterns
tap
[03:50:00.878](0.431s) not ok 7 - parallel dump
[03:50:01.046](0.168s) not ok 8 - parallel restore
[03:50:01.136](0.090s) not ok 9 - parallel restore with create
tap
[03:49:33.797](2.129s) not ok 1 - binary_upgrade: pg_dump runs
tap
[03:51:42.735](1.240s) not ok 3 - dump primary server
[03:51:43.920](1.185s) not ok 4 - dump standby server
[03:51:45.107](1.170s) not ok 6 - dump catalogs of primary server
[03:51:45.612](0.504s) not ok 7 - dump catalogs of standby server
[03:51:45.616](0.003s) not ok 8 - compare primary and standby catalog dumps
Linux - Debian Bookworm - Meson
core
[03:52:20.838] #0  0x00007f93e28a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[03:52:20.838] #1  0x00007f93e285afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[03:52:20.838] #2  0x00007f93e2845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[03:52:20.838] #3  0x00007f93e2a1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[03:52:20.838] #4  0x00007f93e2a2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[03:52:20.838] #5  0x00007f93e2a0db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x560452f23cc0, In...
[03:52:20.838] #6  0x0000560452e9f5eb in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[03:52:20.838] #7  0x0000560452ed118a in pg_qsort (data=<optimized out>, n=4014, element_size=element_size@entry=8, comp...
[03:52:20.838] #8  0x0000560452ea1b65 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[03:52:20.838] #9  0x0000560452e96baf in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[03:52:24.298] #0  0x00007f41ab2a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[03:52:24.298] #1  0x00007f41ab25afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[03:52:24.298] #2  0x00007f41ab245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[03:52:24.298] #3  0x00007f41ab41e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[03:52:24.298] #4  0x00007f41ab42aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[03:52:24.298] #5  0x00007f41ab40db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55b6c6f21cc0, In...
[03:52:24.298] #6  0x000055b6c6e9d5eb in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[03:52:24.298] #7  0x000055b6c6ecf060 in pg_qsort (data=<optimized out>, n=4465, element_size=element_size@entry=8, comp...
[03:52:24.298] #8  0x000055b6c6e9fb65 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[03:52:24.298] #9  0x000055b6c6e94baf in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[03:52:24.019] #0  0x00007fd52f6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[03:52:24.019] #1  0x00007fd52f65afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[03:52:24.019] #2  0x00007fd52f645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[03:52:24.019] #3  0x00007fd52f81e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[03:52:24.019] #4  0x00007fd52f82aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[03:52:24.019] #5  0x00007fd52f80db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55e2ed764cc0, In...
[03:52:24.019] #6  0x000055e2ed6e05eb in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[03:52:24.019] #7  0x000055e2ed71218a in pg_qsort (data=<optimized out>, n=4003, element_size=element_size@entry=8, comp...
[03:52:24.019] #8  0x000055e2ed6e2b65 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[03:52:24.019] #9  0x000055e2ed6d7baf in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[03:52:23.742] #0  0x00007f76c84a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[03:52:23.742] #1  0x00007f76c845afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[03:52:23.742] #2  0x00007f76c8445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[03:52:23.742] #3  0x00007f76c861e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[03:52:23.742] #4  0x00007f76c862aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[03:52:23.742] #5  0x00007f76c860db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x56450ebbbc40, In...
[03:52:23.742] #6  0x000056450eb3762f in DOTypeNameCompare (p1=p1@entry=0x5645245be3a0, p2=p2@entry=0x5645245c0a90) at ....
[03:52:23.742] #7  0x000056450eb688c8 in pg_qsort_med3 (a=a@entry=0x5645245be3a0, b=b@entry=0x5645245c0a90, c=c@entry=0x...
[03:52:23.742] #8  0x000056450eb68ce3 in pg_qsort (data=<optimized out>, n=9971, element_size=element_size@entry=8, comp...
[03:52:23.742] #9  0x000056450eb39b65 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
core
[03:52:23.481] #0  0x00007f7ca9aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[03:52:23.481] #1  0x00007f7ca9a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[03:52:23.481] #2  0x00007f7ca9a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[03:52:23.481] #3  0x00007f7ca9c1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[03:52:23.481] #4  0x00007f7ca9c2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[03:52:23.481] #5  0x00007f7ca9c0db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55aef35bdcc0, In...
[03:52:23.481] #6  0x000055aef35395eb in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[03:52:23.481] #7  0x000055aef356b060 in pg_qsort (data=<optimized out>, n=4060, element_size=element_size@entry=8, comp...
[03:52:23.481] #8  0x000055aef353bb65 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[03:52:23.481] #9  0x000055aef3530baf in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[03:52:23.219] #0  0x00007f3b8d4a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[03:52:23.219] #1  0x00007f3b8d45afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[03:52:23.219] #2  0x00007f3b8d445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[03:52:23.219] #3  0x00007f3b8d61e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[03:52:23.219] #4  0x00007f3b8d62aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[03:52:23.219] #5  0x00007f3b8d60db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55ccf3c79cc0, In...
[03:52:23.219] #6  0x000055ccf3bf55eb in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[03:52:23.219] #7  0x000055ccf3c2718a in pg_qsort (data=<optimized out>, n=7608, element_size=element_size@entry=8, comp...
[03:52:23.219] #8  0x000055ccf3bf7b65 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[03:52:23.219] #9  0x000055ccf3becbaf in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[03:52:22.957] #0  0x00007f31cc0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[03:52:22.957] #1  0x00007f31cc05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[03:52:22.957] #2  0x00007f31cc045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[03:52:22.957] #3  0x00007f31cc21e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[03:52:22.957] #4  0x00007f31cc22aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[03:52:22.957] #5  0x00007f31cc20db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x561f78442cc0, In...
[03:52:22.957] #6  0x0000561f783be5eb in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[03:52:22.957] #7  0x0000561f783f018a in pg_qsort (data=<optimized out>, n=4051, element_size=element_size@entry=8, comp...
[03:52:22.957] #8  0x0000561f783c0b65 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[03:52:22.957] #9  0x0000561f783b5baf in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[03:52:22.686] #0  0x00007efe9c8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[03:52:22.686] #1  0x00007efe9c85afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[03:52:22.686] #2  0x00007efe9c845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[03:52:22.686] #3  0x00007efe9ca1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[03:52:22.686] #4  0x00007efe9ca2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[03:52:22.686] #5  0x00007efe9ca0db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x5589b1805c40, In...
[03:52:22.686] #6  0x00005589b178162f in DOTypeNameCompare (p1=p1@entry=0x5589b97713a0, p2=p2@entry=0x5589b9773a90) at ....
[03:52:22.686] #7  0x00005589b17b28c8 in pg_qsort_med3 (a=a@entry=0x5589b97713a0, b=b@entry=0x5589b9773a90, c=c@entry=0x...
[03:52:22.686] #8  0x00005589b17b2ce3 in pg_qsort (data=<optimized out>, n=9971, element_size=element_size@entry=8, comp...
[03:52:22.686] #9  0x00005589b1783b65 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
core
[03:52:22.428] #0  0x00007f941aea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[03:52:22.428] #1  0x00007f941ae5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[03:52:22.428] #2  0x00007f941ae45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[03:52:22.428] #3  0x00007f941b01e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[03:52:22.428] #4  0x00007f941b02aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[03:52:22.428] #5  0x00007f941b00db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x565223899cc0, In...
[03:52:22.428] #6  0x00005652238155eb in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[03:52:22.428] #7  0x000056522384718a in pg_qsort (data=<optimized out>, n=10056, element_size=element_size@entry=8, com...
[03:52:22.428] #8  0x0000565223817b65 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[03:52:22.428] #9  0x000056522380cbaf in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[03:52:22.168] #0  0x00007f6949ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[03:52:22.168] #1  0x00007f6949c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[03:52:22.168] #2  0x00007f6949c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[03:52:22.168] #3  0x00007f6949e1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[03:52:22.168] #4  0x00007f6949e2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[03:52:22.168] #5  0x00007f6949e0db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55b60fb31cc0, In...
[03:52:22.168] #6  0x000055b60faad5eb in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[03:52:22.168] #7  0x000055b60fadf18a in pg_qsort (data=<optimized out>, n=9482, element_size=element_size@entry=8, comp...
[03:52:22.168] #8  0x000055b60faafb65 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[03:52:22.168] #9  0x000055b60faa4baf in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[03:52:21.912] #0  0x00007fb2c94a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[03:52:21.912] #1  0x00007fb2c945afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[03:52:21.912] #2  0x00007fb2c9445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[03:52:21.912] #3  0x00007fb2c961e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[03:52:21.912] #4  0x00007fb2c962aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[03:52:21.912] #5  0x00007fb2c960db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55cc43fe0cc0, In...
[03:52:21.912] #6  0x000055cc43f5c5eb in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[03:52:21.912] #7  0x000055cc43f8e060 in pg_qsort (data=<optimized out>, n=4091, element_size=element_size@entry=8, comp...
[03:52:21.912] #8  0x000055cc43f5eb65 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[03:52:21.912] #9  0x000055cc43f53baf in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[03:52:21.653] #0  0x00007f36b54a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[03:52:21.653] #1  0x00007f36b545afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[03:52:21.653] #2  0x00007f36b5445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[03:52:21.653] #3  0x00007f36b561e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[03:52:21.653] #4  0x00007f36b562aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[03:52:21.653] #5  0x00007f36b560db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55911e6fecc0, In...
[03:52:21.653] #6  0x000055911e67a5eb in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[03:52:21.653] #7  0x000055911e6ac18a in pg_qsort (data=<optimized out>, n=7608, element_size=element_size@entry=8, comp...
[03:52:21.653] #8  0x000055911e67cb65 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[03:52:21.653] #9  0x000055911e671baf in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[03:52:21.386] #0  0x00007f8b9e8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[03:52:21.386] #1  0x00007f8b9e85afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[03:52:21.386] #2  0x00007f8b9e845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[03:52:21.386] #3  0x00007f8b9ea1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[03:52:21.386] #4  0x00007f8b9ea2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[03:52:21.386] #5  0x00007f8b9ea0db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x5573b3fefcc0, In...
[03:52:21.386] #6  0x00005573b3f6b5eb in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[03:52:21.386] #7  0x00005573b3f9d18a in pg_qsort (data=<optimized out>, n=4051, element_size=element_size@entry=8, comp...
[03:52:21.386] #8  0x00005573b3f6db65 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[03:52:21.386] #9  0x00005573b3f62baf in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[03:52:21.103] #0  0x00007fa4506a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[03:52:21.103] #1  0x00007fa45065afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[03:52:21.103] #2  0x00007fa450645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[03:52:21.103] #3  0x00007fa45081e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[03:52:21.103] #4  0x00007fa45082aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[03:52:21.103] #5  0x00007fa45080db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55bd8caabcc0, In...
[03:52:21.103] #6  0x000055bd8ca275eb in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[03:52:21.103] #7  0x000055bd8ca59060 in pg_qsort (data=<optimized out>, n=4993, element_size=element_size@entry=8, comp...
[03:52:21.103] #8  0x000055bd8ca29b65 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[03:52:21.103] #9  0x000055bd8ca1ebaf in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[03:52:20.579] #0  0x00007f82632a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[03:52:20.579] #1  0x00007f826325afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[03:52:20.579] #2  0x00007f8263245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[03:52:20.579] #3  0x00007f826341e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[03:52:20.579] #4  0x00007f826342aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[03:52:20.579] #5  0x00007f826340db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55879c6f8cc0, In...
[03:52:20.579] #6  0x000055879c6745eb in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[03:52:20.579] #7  0x000055879c6a618a in pg_qsort (data=<optimized out>, n=4006, element_size=element_size@entry=8, comp...
[03:52:20.579] #8  0x000055879c676b65 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[03:52:20.579] #9  0x000055879c66bbaf in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[03:52:20.321] #0  0x00007fbe434a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[03:52:20.321] #1  0x00007fbe4345afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[03:52:20.321] #2  0x00007fbe43445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[03:52:20.321] #3  0x00007fbe4361e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[03:52:20.321] #4  0x00007fbe4362aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[03:52:20.321] #5  0x00007fbe4360db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x558561544cc0, In...
[03:52:20.321] #6  0x00005585614c05eb in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[03:52:20.321] #7  0x00005585614f2060 in pg_qsort (data=<optimized out>, n=4091, element_size=element_size@entry=8, comp...
[03:52:20.321] #8  0x00005585614c2b65 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[03:52:20.321] #9  0x00005585614b7baf in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[03:52:20.057] #0  0x00007f4139aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[03:52:20.057] #1  0x00007f4139a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[03:52:20.057] #2  0x00007f4139a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[03:52:20.057] #3  0x00007f4139c1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[03:52:20.057] #4  0x00007f4139c2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[03:52:20.057] #5  0x00007f4139c0db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55e7d5f57cc0, In...
[03:52:20.057] #6  0x000055e7d5ed35eb in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[03:52:20.057] #7  0x000055e7d5f05060 in pg_qsort (data=<optimized out>, n=4429, element_size=element_size@entry=8, comp...
[03:52:20.057] #8  0x000055e7d5ed5b65 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[03:52:20.057] #9  0x000055e7d5ecabaf in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[03:52:19.797] #0  0x00007f2045ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[03:52:19.797] #1  0x00007f2045e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[03:52:19.797] #2  0x00007f2045e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[03:52:19.797] #3  0x00007f204601e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[03:52:19.797] #4  0x00007f204602aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[03:52:19.797] #5  0x00007f204600db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x56549f70dcc0, In...
[03:52:19.797] #6  0x000056549f6895eb in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[03:52:19.797] #7  0x000056549f6bb18a in pg_qsort (data=<optimized out>, n=4047, element_size=element_size@entry=8, comp...
[03:52:19.797] #8  0x000056549f68bb65 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[03:52:19.797] #9  0x000056549f680baf in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
tap
[03:49:48.802](3.289s) not ok 4 - dump from PITR 1
[03:49:49.442](0.640s) not ok 5 - dump from PITR 2
tap
[03:49:59.184](0.255s) not ok 19 - pg_dump: option -n pg_catalog
[03:50:00.185](1.000s) not ok 20 - pg_dumpall: option --exclude-database handles database names with embedded dots
[03:50:01.091](0.514s) not ok 37 - binary_upgrade: pg_dump runs
[03:50:01.120](0.029s) not ok 38 - binary_upgrade: pg_restore runs
tap
[03:49:58.707](1.122s) not ok 1 - parallel dump
[03:49:58.734](0.026s) not ok 2 - parallel restore
[03:49:59.001](0.267s) not ok 3 - parallel dump as inserts
[03:49:59.025](0.024s) not ok 4 - parallel restore as inserts
tap
[03:50:00.002](2.204s) not ok 1 - filter file without patterns
tap
[03:50:02.377](0.321s) not ok 7 - parallel dump
[03:50:02.542](0.164s) not ok 8 - parallel restore
[03:50:02.636](0.094s) not ok 9 - parallel restore with create
tap
[03:49:09.478](3.726s) not ok 6 - dump before running pg_upgrade
[03:49:17.263](4.104s) not ok 14 - run of pg_upgrade for new instance
[03:49:17.263](0.000s) not ok 15 - pg_upgrade_output.d/ removed after pg_upgrade success
[03:49:17.488](0.065s) not ok 16 - check that locales in new cluster match original cluster
[03:49:17.849](0.001s) not ok 18 - old and new dumps match after pg_upgrade
tap
[03:47:58.056](3.718s) not ok 10 - run of pg_upgrade of old cluster
[03:47:58.505](0.449s) not ok 11 - check the slot exists on new cluster
tap
[03:47:58.301](2.305s) not ok 8 - run of pg_upgrade for old instance when the subscription tables are in init/ready stat...
[03:47:58.302](0.000s) not ok 9 - pg_upgrade_output.d/ removed after successful pg_upgrade
[03:47:58.689](0.387s) not ok 10 - check that the subscription's running status and failover are preserved
[03:47:58.749](0.060s) not ok 11 - there should be 2 rows in pg_subscription_rel(representing tab_upgraded1 and tab_upgr...
tap
[03:49:38.304](1.077s) not ok 3 - dump primary server
[03:49:39.609](1.305s) not ok 4 - dump standby server
[03:49:40.863](1.218s) not ok 6 - dump catalogs of primary server
[03:49:41.452](0.589s) not ok 7 - dump catalogs of standby server
[03:49:41.461](0.008s) not ok 8 - compare primary and standby catalog dumps
tap
[03:50:59.857](0.634s) not ok 1 - binary_upgrade: pg_dump runs
test
[03:51:08.355]   7/314 postgresql:pg_upgrade / pg_upgrade/003_logical_slots                            ERROR            ...
[03:51:08.355]   8/314 postgresql:pg_upgrade / pg_upgrade/004_subscription                             ERROR            ...
[03:51:08.355]  87/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[03:51:08.355] 145/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[03:51:08.355] 156/314 postgresql:pg_combinebackup / pg_combinebackup/002_compare_backups              ERROR            ...
[03:51:08.355] 172/314 postgresql:pg_dump / pg_dump/004_pg_dump_parallel                               ERROR            ...
[03:51:08.355] 175/314 postgresql:pg_dump / pg_dump/005_pg_dump_filterfile                             ERROR            ...
[03:51:08.355] 177/314 postgresql:pg_dump / pg_dump/002_pg_dump                                        ERROR            ...
[03:51:08.355] 192/314 postgresql:pg_dump / pg_dump/010_dump_connstr                                   ERROR            ...
[03:51:08.355] 299/314 postgresql:test_pg_dump / test_pg_dump/001_base                                 ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[03:49:38.048](0.383s) not ok 18 - old and new dumps match after pg_upgrade
test
[03:57:16.888]  43/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
51/5334 Support regular expressions with nondeterministic collations
Linux - Debian Bookworm - Meson
core
[02:56:26.131] #0  0x00007f38282cdb93 in wait4 () from /lib/x86_64-linux-gnu/libc.so.6
[02:56:26.131] #1  0x000056185e302cc0 in ?? ()
[02:56:26.131] #2  0x000056185e302efa in ?? ()
[02:56:26.131] #3  0x000056185e304630 in ?? ()
[02:56:26.131] #4  0x000056185e2fe371 in ?? ()
[02:56:26.131] #5  0x000056185e2fd20f in ?? ()
[02:56:26.131] #6  0x000056185e2fdc3b in ?? ()
[02:56:26.131] #7  0x000056185e2fb66f in ?? ()
[02:56:26.131] #8  0x00007f382822124a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[02:56:26.131] #9  0x00007f3828221305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[02:56:24.580] #0  0x00007f754dccfda4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[02:56:24.580] #1  0x00007f754dc7c239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[02:56:24.580] #2  0x00007f754dc7c497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[02:56:24.580] #3  0x00005632f49a65c1 in ?? ()
[02:56:24.580] #4  0x00005632f49a0369 in ?? ()
[02:56:24.580] #5  0x00005632f499f20f in ?? ()
[02:56:24.580] #6  0x00005632f499fc3b in ?? ()
[02:56:24.580] #7  0x00005632f499d66f in ?? ()
[02:56:24.580] #8  0x00007f754dc6724a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[02:56:24.580] #9  0x00007f754dc67305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[02:56:26.728] #0  0xf7f7e559 in __kernel_vsyscall ()
[02:56:26.728] #1  0xf68b9407 in ?? () from /lib/i386-linux-gnu/libc.so.6
[02:56:26.728] #2  0xf6868111 in raise () from /lib/i386-linux-gnu/libc.so.6
[02:56:26.728] #3  0xf685126a in abort () from /lib/i386-linux-gnu/libc.so.6
[02:56:26.728] #4  0xf6a74d4a in __sanitizer::Abort () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_pos...
[02:56:26.728] #5  0xf6a83896 in __sanitizer::Die () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_termi...
[02:56:26.728] #6  0xf6a6158c in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=<optimized out>, Pointer=<optimize...
[02:56:26.728] #7  0x5700992e in pg_check_regex_collation (is_similar_to=true) at ../src/backend/regex/regc_pg_locale.c:...
[02:56:26.728] #8  0x57009cb9 in pg_regcomp (re=0xff9bc720, string=0x59019a5c, len=37, flags=3, collation=100) at ../src...
[02:56:26.728] #9  0x573111ad in RE_compile_and_cache (text_re=0x59019a10, cflags=3, collation=100) at ../src/backend/ut...
core
[02:56:26.238] #0  0x00007f1a60d1cda4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[02:56:26.238] #1  0x00007f1a60cc9239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[02:56:26.238] #2  0x00007f1a60cc9497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[02:56:26.238] #3  0x0000561f321225c1 in ?? ()
[02:56:26.238] #4  0x0000561f3211c369 in ?? ()
[02:56:26.238] #5  0x0000561f3211b20f in ?? ()
[02:56:26.238] #6  0x0000561f3211bc3b in ?? ()
[02:56:26.238] #7  0x0000561f3211966f in ?? ()
[02:56:26.238] #8  0x00007f1a60cb424a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[02:56:26.238] #9  0x00007f1a60cb4305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[02:56:26.004] #0  0xf7f7e559 in __kernel_vsyscall ()
[02:56:26.004] #1  0xf68b9407 in ?? () from /lib/i386-linux-gnu/libc.so.6
[02:56:26.004] #2  0xf6868111 in raise () from /lib/i386-linux-gnu/libc.so.6
[02:56:26.004] #3  0xf685126a in abort () from /lib/i386-linux-gnu/libc.so.6
[02:56:26.004] #4  0xf6a74d4a in __sanitizer::Abort () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_pos...
[02:56:26.004] #5  0xf6a83896 in __sanitizer::Die () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_termi...
[02:56:26.004] #6  0xf6a6158c in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=<optimized out>, Pointer=<optimize...
[02:56:26.004] #7  0x5700992e in pg_check_regex_collation (is_similar_to=true) at ../src/backend/regex/regc_pg_locale.c:...
[02:56:26.004] #8  0x57009cb9 in pg_regcomp (re=0xff9bc520, string=0x59062ec4, len=5, flags=19, collation=100) at ../src...
[02:56:26.004] #9  0x573111ad in RE_compile_and_cache (text_re=0x5903b098, cflags=19, collation=100) at ../src/backend/u...
core
[02:56:25.155] #0  0xf7f43559 in __kernel_vsyscall ()
[02:56:25.155] #1  0xf687e407 in ?? () from /lib/i386-linux-gnu/libc.so.6
[02:56:25.155] #2  0xf682d111 in raise () from /lib/i386-linux-gnu/libc.so.6
[02:56:25.155] #3  0xf681626a in abort () from /lib/i386-linux-gnu/libc.so.6
[02:56:25.155] #4  0xf6a39d4a in __sanitizer::Abort () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_pos...
[02:56:25.155] #5  0xf6a48896 in __sanitizer::Die () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_termi...
[02:56:25.155] #6  0xf6a2658c in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=<optimized out>, Pointer=<optimize...
[02:56:25.155] #7  0x56fbf92e in pg_check_regex_collation (is_similar_to=true) at ../src/backend/regex/regc_pg_locale.c:...
[02:56:25.155] #8  0x56fbfcb9 in pg_regcomp (re=0xffb8e310, string=0x588906ec, len=37, flags=3, collation=100) at ../src...
[02:56:25.155] #9  0x572c71ad in RE_compile_and_cache (text_re=0x588906a0, cflags=3, collation=100) at ../src/backend/ut...
core
[02:56:28.238] #0  0x00007f6f5d6e1a50 in ?? ()
[02:56:28.238] #1  0x0000000000000003 in ?? ()
[02:56:28.238] #2  0x00007ffe31d673fc in ?? ()
[02:56:28.238] #3  0x00007ffe31d673ff in ?? ()
[02:56:28.238] #4  0x00007ffe31d6742f in ?? ()
[02:56:28.238] #5  0x0000000000000000 in ?? ()
core
[02:56:28.114] #0  0xf7fab559 in __kernel_vsyscall ()
[02:56:28.114] #1  0xf68e6407 in ?? () from /lib/i386-linux-gnu/libc.so.6
[02:56:28.114] #2  0xf6895111 in raise () from /lib/i386-linux-gnu/libc.so.6
[02:56:28.114] #3  0xf687e26a in abort () from /lib/i386-linux-gnu/libc.so.6
[02:56:28.114] #4  0xf6aa1d4a in __sanitizer::Abort () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_pos...
[02:56:28.114] #5  0xf6ab0896 in __sanitizer::Die () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_termi...
[02:56:28.114] #6  0xf6a8e58c in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=<optimized out>, Pointer=<optimize...
[02:56:28.114] #7  0x56f6592e in pg_check_regex_collation (is_similar_to=true) at ../src/backend/regex/regc_pg_locale.c:...
[02:56:28.114] #8  0x56f65cb9 in pg_regcomp (re=0xffa493b0, string=0x592099b0, len=16, flags=27, collation=100) at ../sr...
[02:56:28.114] #9  0x5726d1ad in RE_compile_and_cache (text_re=0x59229998, cflags=27, collation=100) at ../src/backend/u...
core
[02:56:27.646] #0  0x00007ff74f4717b3 in copy_file_range () from /lib/x86_64-linux-gnu/libc.so.6
[02:56:27.646] #1  0x000055881f79e291 in ?? ()
[02:56:27.646] #2  0x000055881f7a2671 in ?? ()
[02:56:27.646] #3  0x000055881f7a3577 in ?? ()
[02:56:27.646] #4  0x000055881f79d5bc in ?? ()
[02:56:27.646] #5  0x000055881f79beda in ?? ()
[02:56:27.646] #6  0x00007ff74f39c24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[02:56:27.646] #7  0x00007ff74f39c305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
[02:56:27.646] #8  0x000055881f79c171 in ?? ()
[02:56:28.051] #0  0xf7fab559 in __kernel_vsyscall ()
core
[02:56:27.510] #0  0xf7fc4559 in __kernel_vsyscall ()
[02:56:27.510] #1  0xf68ff407 in ?? () from /lib/i386-linux-gnu/libc.so.6
[02:56:27.510] #2  0xf68ae111 in raise () from /lib/i386-linux-gnu/libc.so.6
[02:56:27.510] #3  0xf689726a in abort () from /lib/i386-linux-gnu/libc.so.6
[02:56:27.510] #4  0xf6abad4a in __sanitizer::Abort () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_pos...
[02:56:27.510] #5  0xf6ac9896 in __sanitizer::Die () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_termi...
[02:56:27.510] #6  0xf6aa758c in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=<optimized out>, Pointer=<optimize...
[02:56:27.510] #7  0x56f5f92e in pg_check_regex_collation (is_similar_to=true) at ../src/backend/regex/regc_pg_locale.c:...
[02:56:27.510] #8  0x56f5fcb9 in pg_regcomp (re=0xff9586f0, string=0x583571dc, len=8, flags=3, collation=100) at ../src/...
[02:56:27.510] #9  0xeb04789f in test_re_compile (text_re=text_re@entry=0x583304c4, cflags=3, collation=collation@entry=...
core
[02:56:26.854] #0  0x00007f1a60d1cda4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[02:56:26.854] #1  0x00007f1a60cc9239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[02:56:26.854] #2  0x00007f1a60cc9497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[02:56:26.854] #3  0x0000561f321225f3 in ?? ()
[02:56:26.854] #4  0x0000561f3211c369 in ?? ()
[02:56:26.854] #5  0x0000561f3211b20f in ?? ()
[02:56:26.854] #6  0x0000561f3211bc3b in ?? ()
[02:56:26.854] #7  0x0000561f3211966f in ?? ()
[02:56:26.854] #8  0x00007f1a60cb424a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[02:56:26.854] #9  0x00007f1a60cb4305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[02:56:26.854] #0  <unavailable> in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/contrib/citext/expected/citext.out /tmp/cirrus-ci-build/build-32/testrun/citext/regress/re...
--- /tmp/cirrus-ci-build/contrib/citext/expected/citext.out	2024-11-18 02:44:49.202510148 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/citext/regress/results/citext.out	2024-11-18 02:53:13.472383783 +0000
@@ -500,2185 +500,7 @@
 
 -- SIMILAR TO should be case-insensitive.
 SELECT name FROM srt WHERE name SIMILAR TO '%a.*';
- name 
-------
- ABA
-(1 row)
-
-SELECT name FROM srt WHERE name SIMILAR TO '%A.*';
- name 
-------
- ABA
-(1 row)
-
--- Explicit casts.
-SELECT true::citext = 'true' AS t;
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/strings.out /tmp/cirrus-ci-build/build-32/testrun/recovery/027_s...
--- /tmp/cirrus-ci-build/src/test/regress/expected/strings.out	2024-11-18 02:44:51.071332281 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/recovery/027_stream_regress/data/results/strings.out	2024-11-18 02:52:49.40843...
@@ -438,2255 +438,7 @@
 ERROR:  negative substring length not allowed
 -- T581 regular expression substring (with SQL's bizarre regexp syntax)
 SELECT SUBSTRING('abcdefg' SIMILAR 'a#"(b_d)#"%' ESCAPE '#') AS "bcd";
- bcd 
------
- bcd
-(1 row)
-
--- obsolete SQL99 syntax
-SELECT SUBSTRING('abcdefg' FROM 'a#"(b_d)#"%' FOR '#') AS "bcd";
- bcd 
------
- bcd
-(1 row)
-
--- No match should return NULL
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/strings.out /tmp/cirrus-ci-build/build-32/testrun/regress/regres...
--- /tmp/cirrus-ci-build/src/test/regress/expected/strings.out	2024-11-18 02:44:51.071332281 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/regress/regress/results/strings.out	2024-11-18 02:52:11.072498057 +0000
@@ -438,2255 +438,7 @@
 ERROR:  negative substring length not allowed
 -- T581 regular expression substring (with SQL's bizarre regexp syntax)
 SELECT SUBSTRING('abcdefg' SIMILAR 'a#"(b_d)#"%' ESCAPE '#') AS "bcd";
- bcd 
------
- bcd
-(1 row)
-
--- obsolete SQL99 syntax
-SELECT SUBSTRING('abcdefg' FROM 'a#"(b_d)#"%' FOR '#') AS "bcd";
- bcd 
------
- bcd
-(1 row)
-
--- No match should return NULL
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/test_regex/expected/test_regex.out /tmp/cirrus-ci-build/build-32/testrun/...
--- /tmp/cirrus-ci-build/src/test/modules/test_regex/expected/test_regex.out	2024-11-18 02:44:50.939780149 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/test_regex/regress/results/test_regex.out	2024-11-18 02:53:31.576345243 +0000
@@ -1010,4089 +1010,7 @@
 ERROR:  invalid regular expression: invalid character range
 -- expectMatch	9.15 &LP	{[[:<:]]a}	a	a
 select * from test_regex('[[:<:]]a', 'a', 'LP');
-          test_regex           
--------------------------------
- {0,REG_UNONPOSIX,REG_ULOCALE}
- {a}
-(2 rows)
-
-select * from test_regex('[[:<:]]a', 'a', 'LPb');
-          test_regex           
--------------------------------
- {0,REG_UNONPOSIX,REG_ULOCALE}
- {a}
-(2 rows)
-
...
tap
[02:52:55.377](10.618s) not ok 2 - regression tests pass
test
[02:55:14.606]   6/314 postgresql:regress / regress/regress                                            ERROR            ...
[02:55:14.606]  35/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[02:55:14.606]  57/314 postgresql:citext / citext/regress                                              ERROR            ...
[02:55:14.606] 128/314 postgresql:test_regex / test_regex/regress                                      ERROR            ...
51/5284 database-specific role memberships
FreeBSD - 13 - Meson
core
[02:32:20.006] #0  0x0000399b17e6e23a in copy_file_range () from /lib/libc.so.7
[02:32:20.006] #1  0x00003992f52c23e0 in ?? ()
[02:32:20.006] #2  0x00003992f52c201e in ?? ()
[02:32:20.006] #3  0x00003992f52c18ad in ?? ()
[02:32:20.006] #4  0x00003992f52c133d in ?? ()
[02:32:20.006] #5  0x0000399b161d0408 in ?? ()
[02:32:20.006] #6  0x0000000000000000 in ?? ()
core
[02:32:19.900] #0  0x0000239d000bf3b5 in strncmp () from /lib/libc.so.7
[02:32:19.900] #1  0x0000239d0005bb16 in ?? () from /lib/libc.so.7
[02:32:19.900] #2  0x00002394dcf0dc4c in ?? ()
[02:32:19.900] #3  0x00002394dcf0d614 in ?? ()
[02:32:19.900] #4  0x00002394dcf0d29b in ?? ()
[02:32:19.900] #5  0x00002394dcf016c2 in ?? ()
[02:32:19.900] #6  0x00002394dcef21ad in ?? ()
[02:32:19.900] #7  0x0000239cfe215408 in ?? ()
[02:32:19.900] #8  0x0000000000000000 in ?? ()
[02:32:20.005] #0  0x0000399b17e6e23a in copy_file_range () from /lib/libc.so.7
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/privs_in_db.out /tmp/cirrus-ci-build/build/testrun/regress-runni...
--- /tmp/cirrus-ci-build/src/test/regress/expected/privs_in_db.out	2024-11-18 02:24:58.492013000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress-running/regress/results/privs_in_db.out	2024-11-18 02:30:44.898062000 +00...
@@ -756,9 +756,10 @@
 DROP DATABASE regression_db_0;
 DROP ROLE regress_role_admin;
 SELECT datname FROM pg_database WHERE datname LIKE 'regression_db_%';
- datname 
----------
-(0 rows)
+      datname      
+-------------------
+ regression_dblink
+(1 row)
 
 SELECT rolname FROM pg_roles WHERE rolname LIKE 'regress_role_%';
  rolname 
test
[02:31:05.764] 75/76 postgresql:regress-running / regress-running/regress                         ERROR            26.43...
51/5160 Issues with ON CONFLICT UPDATE and REINDEX CONCURRENTLY
FreeBSD - 13 - Meson
core
[00:51:00.823] #0  0x000000082abab8fa in _sigprocmask () from /lib/libc.so.7
[00:51:00.823] #1  0x000000082abe4f91 in _system () from /lib/libc.so.7
[00:51:00.823] #2  0x000000082a0349d3 in ?? () from /lib/libthr.so.3
[00:51:00.823] #3  0x000000000066b765 in RestoreArchivedFile (path=path@entry=0x821a881d0 "pg_wal/0G%7", xlogfname=xlogf...
[00:51:00.823] #4  0x0000000000676dde in XLogFileRead (segno=segno@entry=6, tli=tli@entry=2, source=source@entry=XLOG_FR...
[00:51:00.823] #5  0x0000000000672b2c in XLogFileReadAnyTLI (segno=6, source=XLOG_FROM_ANY) at ../src/backend/access/tra...
[00:51:00.823] #6  WaitForWALToBecomeAvailable (RecPtr=100671488, tliRecPtr=105184880, replayTLI=2, replayLSN=105184880,...
[00:51:00.823] #7  XLogPageRead (xlogreader=0x836d00130, targetPagePtr=100663296, reqLen=8192, targetRecPtr=105184880, r...
[00:51:00.823] #8  0x0000000000679a46 in ReadPageInternal (state=state@entry=0x836d00130, pageptr=105177088, reqLen=7816...
[00:51:00.823] #9  0x0000000000678932 in XLogDecodeNextRecord (state=0x836d00130, nonblocking=false) at ../src/backend/a...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/reindex_concurrently_upsert.out /tmp/cirrus-ci-...
--- /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/reindex_concurrently_upsert.out	2024-11-18 00:35:15....
+++ /tmp/cirrus-ci-build/build/testrun/injection_points/isolation/results/reindex_concurrently_upsert.out	2024-11-18 00:...
@@ -47,7 +47,6 @@
                        
 (1 row)
 
-step s1_start_upsert: <... completed>
 step s4_wakeup_s2: 
 	SELECT injection_points_wakeup('exec_insert_before_insert_speculative');
 	SELECT injection_points_detach('exec_insert_before_insert_speculative');
@@ -67,17 +66,13 @@
 	SELECT injection_points_wakeup('reindex_relation_concurrently_before_set_dead');
 	SELECT injection_points_detach('reindex_relation_concurrently_before_set_dead');
 
-injection_points_wakeup
------------------------
-                       
-(1 row)
-
...
test
[00:49:49.803] 314/314 postgresql:injection_points / injection_points/isolation                        ERROR           7...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/modules/injection_points/expected/reindex_concurrently_upsert_partitioned.out /User...
--- /Users/admin/pgsql/src/test/modules/injection_points/expected/reindex_concurrently_upsert_partitioned.out	2024-11-18...
+++ /Users/admin/pgsql/build/testrun/injection_points/isolation/results/reindex_concurrently_upsert_partitioned.out	2024...
@@ -47,7 +47,6 @@
                        
 (1 row)
 
-step s1_start_upsert: <... completed>
 step s4_wakeup_s2: 
 	SELECT injection_points_wakeup('exec_insert_before_insert_speculative');
 	SELECT injection_points_detach('exec_insert_before_insert_speculative');
@@ -67,17 +66,13 @@
 	SELECT injection_points_wakeup('reindex_relation_concurrently_before_set_dead');
 	SELECT injection_points_detach('reindex_relation_concurrently_before_set_dead');
 
-injection_points_wakeup
------------------------
-                       
-(1 row)
-
...
test
[00:52:42.121] 314/314 postgresql:injection_points / injection_points/isolation                        ERROR           7...
51/5382 Adding compression of temporary files
CompilerWarnings
compiler
[00:22:15.677] buffile.c:624:17: error: ‘cSize’ may be used uninitialized [-Werror=maybe-uninitialized]
51/5131 add log_transaction GUC setting
FreeBSD - 13 - Meson
tap
[23:01:17.293](1.894s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[23:01:26.638] 295/314 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
Linux - Debian Bookworm - Autoconf
core
[23:06:22.856] #0  0x00007f415ab19da4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[23:06:22.856] #1  0x00007f415aac6239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[23:06:22.856] #2  0x00007f415aac6497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[23:06:22.856] #3  0x00005617fdb365f3 in ?? ()
[23:06:22.856] #4  0x00005617fdb30369 in ?? ()
[23:06:22.856] #5  0x00005617fdb2f20f in ?? ()
[23:06:22.856] #6  0x00005617fdb2fc3b in ?? ()
[23:06:22.856] #7  0x00005617fdb2d66f in ?? ()
[23:06:22.856] #8  0x00007f415aab124a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[23:06:22.856] #9  0x00007f415aab1305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[23:06:22.971] #0  0x00007f415ab19da4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[23:06:22.971] #1  0x00007f415aac6239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[23:06:22.971] #2  0x00007f415aac6497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[23:06:22.971] #3  0x00005617fdb365c1 in ?? ()
[23:06:22.971] #4  0x00005617fdb30369 in ?? ()
[23:06:22.971] #5  0x00005617fdb2f20f in ?? ()
[23:06:22.971] #6  0x00005617fdb2fc3b in ?? ()
[23:06:22.971] #7  0x00005617fdb2d66f in ?? ()
[23:06:22.971] #8  0x00007f415aab124a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[23:06:22.971] #9  0x00007f415aab1305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[23:06:22.856] #0  <unavailable> in ?? ()
tap
[23:01:51.169](0.684s) not ok 1 - no parameters missing from postgresql.conf.sample
Linux - Debian Bookworm - Meson
tap
[23:01:40.736](0.415s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[23:01:51.741] 293/314 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
macOS - Sonoma - Meson
tap
[23:00:28.077](0.753s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[23:00:39.098] 294/314 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[23:10:01.808](1.807s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[23:10:30.193] 288/309 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
51/5323 Support enabling checksums online
CompilerWarnings
compiler
[21:41:46.159] datachecksumsworker.c:590:67: error: format ‘%d’ expects argument of type ‘int’, but argument 5 has type ...
FreeBSD - 13 - Meson
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
core
[21:58:06.710] #0  0x0000000829af941a in thr_kill () from /lib/libc.so.7
[21:58:06.710] #1  0x0000000829a72e64 in raise () from /lib/libc.so.7
[21:58:06.710] #2  0x0000000829b236f9 in abort () from /lib/libc.so.7
[21:58:06.710] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:58:06.710] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:58:06.710] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:58:06.710] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:58:06.711] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820ec2a28) at ../src/backe...
[21:58:06.711] #8  0x00000000007d21cc in main (argc=8, argv=0x820ec2a28) at ../src/backend/main/main.c:196
[21:58:06.966] #0  0x000000082ab0541a in thr_kill () from /lib/libc.so.7
core
[21:58:06.975] #0  0x000000082ab0541a in thr_kill () from /lib/libc.so.7
[21:58:06.975] #1  0x000000082aa7ee64 in raise () from /lib/libc.so.7
[21:58:06.975] #2  0x000000082ab2f6f9 in abort () from /lib/libc.so.7
[21:58:06.975] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:58:06.975] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:58:06.975] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:58:06.975] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:58:06.975] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821495520) at ../src/backe...
[21:58:06.975] #8  0x00000000007d21cc in main (argc=8, argv=0x821495520) at ../src/backend/main/main.c:196
[21:58:07.236] #0  0x000000082bec941a in thr_kill () from /lib/libc.so.7
core
[21:58:07.245] #0  0x000000082bec941a in thr_kill () from /lib/libc.so.7
[21:58:07.245] #1  0x000000082be42e64 in raise () from /lib/libc.so.7
[21:58:07.245] #2  0x000000082bef36f9 in abort () from /lib/libc.so.7
[21:58:07.245] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:58:07.245] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:58:07.245] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:58:07.245] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:58:07.246] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820db5cf0) at ../src/backe...
[21:58:07.246] #8  0x00000000007d21cc in main (argc=8, argv=0x820db5cf0) at ../src/backend/main/main.c:196
[21:58:07.505] #0  0x000000082a92641a in thr_kill () from /lib/libc.so.7
core
[21:58:07.514] #0  0x000000082a92641a in thr_kill () from /lib/libc.so.7
[21:58:07.514] #1  0x000000082a89fe64 in raise () from /lib/libc.so.7
[21:58:07.514] #2  0x000000082a9506f9 in abort () from /lib/libc.so.7
[21:58:07.514] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:58:07.514] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:58:07.514] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:58:07.514] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:58:07.514] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820d839c0) at ../src/backe...
[21:58:07.514] #8  0x00000000007d21cc in main (argc=8, argv=0x820d839c0) at ../src/backend/main/main.c:196
[21:58:07.782] #0  0x000000082a9ba41a in thr_kill () from /lib/libc.so.7
core
[21:58:07.792] #0  0x000000082a9ba41a in thr_kill () from /lib/libc.so.7
[21:58:07.792] #1  0x000000082a933e64 in raise () from /lib/libc.so.7
[21:58:07.792] #2  0x000000082a9e46f9 in abort () from /lib/libc.so.7
[21:58:07.792] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:58:07.792] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:58:07.792] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:58:07.792] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:58:07.792] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820d002b0) at ../src/backe...
[21:58:07.792] #8  0x00000000007d21cc in main (argc=8, argv=0x820d002b0) at ../src/backend/main/main.c:196
[21:58:08.066] #0  0x000000082a8ba41a in thr_kill () from /lib/libc.so.7
core
[21:58:08.075] #0  0x000000082a8ba41a in thr_kill () from /lib/libc.so.7
[21:58:08.075] #1  0x000000082a833e64 in raise () from /lib/libc.so.7
[21:58:08.075] #2  0x000000082a8e46f9 in abort () from /lib/libc.so.7
[21:58:08.075] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:58:08.075] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:58:08.075] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:58:08.075] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:58:08.075] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8212b1850) at ../src/backe...
[21:58:08.075] #8  0x00000000007d21cc in main (argc=8, argv=0x8212b1850) at ../src/backend/main/main.c:196
[21:58:08.343] #0  0x000000082c4e841a in thr_kill () from /lib/libc.so.7
core
[21:58:08.352] #0  0x000000082c4e841a in thr_kill () from /lib/libc.so.7
[21:58:08.352] #1  0x000000082c461e64 in raise () from /lib/libc.so.7
[21:58:08.352] #2  0x000000082c5126f9 in abort () from /lib/libc.so.7
[21:58:08.352] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:58:08.352] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:58:08.352] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:58:08.352] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:58:08.353] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821015c98) at ../src/backe...
[21:58:08.353] #8  0x00000000007d21cc in main (argc=8, argv=0x821015c98) at ../src/backend/main/main.c:196
[21:58:08.613] #0  0x0000000829f6e41a in thr_kill () from /lib/libc.so.7
core
[21:58:08.622] #0  0x0000000829f6e41a in thr_kill () from /lib/libc.so.7
[21:58:08.622] #1  0x0000000829ee7e64 in raise () from /lib/libc.so.7
[21:58:08.622] #2  0x0000000829f986f9 in abort () from /lib/libc.so.7
[21:58:08.622] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:58:08.622] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:58:08.622] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:58:08.622] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:58:08.623] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820e92038) at ../src/backe...
[21:58:08.623] #8  0x00000000007d21cc in main (argc=8, argv=0x820e92038) at ../src/backend/main/main.c:196
[21:58:08.883] #0  0x000000082c8ec41a in thr_kill () from /lib/libc.so.7
core
[21:57:52.814] #0  0x000000082d03c41a in thr_kill () from /lib/libc.so.7
[21:57:52.814] #1  0x000000082cfb5e64 in raise () from /lib/libc.so.7
[21:57:52.814] #2  0x000000082d0666f9 in abort () from /lib/libc.so.7
[21:57:52.814] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:57:52.814] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:57:52.814] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:57:52.814] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:57:52.814] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8213c3f88) at ../src/backe...
[21:57:52.814] #8  0x00000000007d21cc in main (argc=8, argv=0x8213c3f88) at ../src/backend/main/main.c:196
[21:57:53.068] #0  0x000000082b7fd41a in thr_kill () from /lib/libc.so.7
core
[21:58:08.893] #0  0x000000082c8ec41a in thr_kill () from /lib/libc.so.7
[21:58:08.893] #1  0x000000082c865e64 in raise () from /lib/libc.so.7
[21:58:08.893] #2  0x000000082c9166f9 in abort () from /lib/libc.so.7
[21:58:08.893] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:58:08.893] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:58:08.893] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:58:08.893] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:58:08.893] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8213b1fd0) at ../src/backe...
[21:58:08.893] #8  0x00000000007d21cc in main (argc=8, argv=0x8213b1fd0) at ../src/backend/main/main.c:196
[21:58:09.145] #0  0x000000082ee6e41a in thr_kill () from /lib/libc.so.7
core
[21:58:09.154] #0  0x000000082ee6e41a in thr_kill () from /lib/libc.so.7
[21:58:09.154] #1  0x000000082ede7e64 in raise () from /lib/libc.so.7
[21:58:09.154] #2  0x000000082ee986f9 in abort () from /lib/libc.so.7
[21:58:09.154] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:58:09.154] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:58:09.154] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:58:09.154] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:58:09.154] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821745818) at ../src/backe...
[21:58:09.154] #8  0x00000000007d21cc in main (argc=8, argv=0x821745818) at ../src/backend/main/main.c:196
[21:58:09.410] #0  0x000000082ae8441a in thr_kill () from /lib/libc.so.7
core
[21:58:09.419] #0  0x000000082ae8441a in thr_kill () from /lib/libc.so.7
[21:58:09.419] #1  0x000000082adfde64 in raise () from /lib/libc.so.7
[21:58:09.419] #2  0x000000082aeae6f9 in abort () from /lib/libc.so.7
[21:58:09.419] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:58:09.419] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:58:09.419] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:58:09.419] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:58:09.419] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821288298) at ../src/backe...
[21:58:09.419] #8  0x00000000007d21cc in main (argc=8, argv=0x821288298) at ../src/backend/main/main.c:196
[21:58:09.671] #0  0x000000082d60341a in thr_kill () from /lib/libc.so.7
core
[21:57:52.548] #0  0x0000000829e3c41a in thr_kill () from /lib/libc.so.7
[21:57:52.548] #1  0x0000000829db5e64 in raise () from /lib/libc.so.7
[21:57:52.548] #2  0x0000000829e666f9 in abort () from /lib/libc.so.7
[21:57:52.548] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:57:52.548] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:57:52.548] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:57:52.548] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:57:52.549] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8215c9608) at ../src/backe...
[21:57:52.549] #8  0x00000000007d21cc in main (argc=4, argv=0x8215c9608) at ../src/backend/main/main.c:196
[21:57:52.805] #0  0x000000082d03c41a in thr_kill () from /lib/libc.so.7
core
[21:57:52.290] #0  0x000000082b2b441a in thr_kill () from /lib/libc.so.7
[21:57:52.290] #1  0x000000082b22de64 in raise () from /lib/libc.so.7
[21:57:52.290] #2  0x000000082b2de6f9 in abort () from /lib/libc.so.7
[21:57:52.290] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:57:52.290] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:57:52.290] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:57:52.290] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:57:52.290] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8211f3be0) at ../src/backe...
[21:57:52.290] #8  0x00000000007d21cc in main (argc=4, argv=0x8211f3be0) at ../src/backend/main/main.c:196
[21:57:52.539] #0  0x0000000829e3c41a in thr_kill () from /lib/libc.so.7
core
[21:58:09.680] #0  0x000000082d60341a in thr_kill () from /lib/libc.so.7
[21:58:09.680] #1  0x000000082d57ce64 in raise () from /lib/libc.so.7
[21:58:09.680] #2  0x000000082d62d6f9 in abort () from /lib/libc.so.7
[21:58:09.680] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:58:09.680] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:58:09.680] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:58:09.680] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:58:09.680] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x82136c930) at ../src/backe...
[21:58:09.680] #8  0x00000000007d21cc in main (argc=8, argv=0x82136c930) at ../src/backend/main/main.c:196
[21:58:09.935] #0  0x000000082cfd741a in thr_kill () from /lib/libc.so.7
core
[21:58:09.945] #0  0x000000082cfd741a in thr_kill () from /lib/libc.so.7
[21:58:09.945] #1  0x000000082cf50e64 in raise () from /lib/libc.so.7
[21:58:09.945] #2  0x000000082d0016f9 in abort () from /lib/libc.so.7
[21:58:09.945] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:58:09.945] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:58:09.945] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:58:09.945] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:58:09.945] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820fbd0a8) at ../src/backe...
[21:58:09.945] #8  0x00000000007d21cc in main (argc=8, argv=0x820fbd0a8) at ../src/backend/main/main.c:196
[21:58:10.193] #0  0x000000082a73041a in thr_kill () from /lib/libc.so.7
core
[21:58:10.203] #0  0x000000082a73041a in thr_kill () from /lib/libc.so.7
[21:58:10.203] #1  0x000000082a6a9e64 in raise () from /lib/libc.so.7
[21:58:10.203] #2  0x000000082a75a6f9 in abort () from /lib/libc.so.7
[21:58:10.203] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:58:10.203] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:58:10.203] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:58:10.203] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:58:10.203] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820d21890) at ../src/backe...
[21:58:10.203] #8  0x00000000007d21cc in main (argc=8, argv=0x820d21890) at ../src/backend/main/main.c:196
[21:58:10.450] #0  0x000000082d56141a in thr_kill () from /lib/libc.so.7
core
[21:58:10.459] #0  0x000000082d56141a in thr_kill () from /lib/libc.so.7
[21:58:10.459] #1  0x000000082d4dae64 in raise () from /lib/libc.so.7
[21:58:10.459] #2  0x000000082d58b6f9 in abort () from /lib/libc.so.7
[21:58:10.459] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:58:10.459] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:58:10.459] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:58:10.459] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:58:10.459] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x82156a660) at ../src/backe...
[21:58:10.459] #8  0x00000000007d21cc in main (argc=8, argv=0x82156a660) at ../src/backend/main/main.c:196
[21:58:10.720] #0  0x000000082d45e41a in thr_kill () from /lib/libc.so.7
core
[21:58:10.729] #0  0x000000082d45e41a in thr_kill () from /lib/libc.so.7
[21:58:10.729] #1  0x000000082d3d7e64 in raise () from /lib/libc.so.7
[21:58:10.729] #2  0x000000082d4886f9 in abort () from /lib/libc.so.7
[21:58:10.729] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:58:10.729] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:58:10.729] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:58:10.729] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:58:10.730] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821304e30) at ../src/backe...
[21:58:10.730] #8  0x00000000007d21cc in main (argc=8, argv=0x821304e30) at ../src/backend/main/main.c:196
[21:58:10.984] #0  0x0000000828ef541a in thr_kill () from /lib/libc.so.7
core
[21:58:10.994] #0  0x0000000828ef541a in thr_kill () from /lib/libc.so.7
[21:58:10.994] #1  0x0000000828e6ee64 in raise () from /lib/libc.so.7
[21:58:10.994] #2  0x0000000828f1f6f9 in abort () from /lib/libc.so.7
[21:58:10.994] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:58:10.994] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:58:10.994] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:58:10.994] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:58:10.994] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821b2d5b8) at ../src/backe...
[21:58:10.994] #8  0x00000000007d21cc in main (argc=8, argv=0x821b2d5b8) at ../src/backend/main/main.c:196
[21:58:11.248] #0  0x000000082cb1041a in thr_kill () from /lib/libc.so.7
core
[21:57:52.022] #0  0x000000082900a41a in thr_kill () from /lib/libc.so.7
[21:57:52.022] #1  0x0000000828f83e64 in raise () from /lib/libc.so.7
[21:57:52.022] #2  0x00000008290346f9 in abort () from /lib/libc.so.7
[21:57:52.022] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:57:52.022] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:57:52.022] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:57:52.022] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:57:52.023] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820c8eb80) at ../src/backe...
[21:57:52.023] #8  0x00000000007d21cc in main (argc=8, argv=0x820c8eb80) at ../src/backend/main/main.c:196
[21:57:52.280] #0  0x000000082b2b441a in thr_kill () from /lib/libc.so.7
core
[21:57:51.746] #0  0x000000082a08641a in thr_kill () from /lib/libc.so.7
[21:57:51.746] #1  0x0000000829fffe64 in raise () from /lib/libc.so.7
[21:57:51.746] #2  0x000000082a0b06f9 in abort () from /lib/libc.so.7
[21:57:51.746] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:57:51.746] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:57:51.746] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:57:51.746] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:57:51.746] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8213bd0c0) at ../src/backe...
[21:57:51.746] #8  0x00000000007d21cc in main (argc=8, argv=0x8213bd0c0) at ../src/backend/main/main.c:196
[21:57:52.013] #0  0x000000082900a41a in thr_kill () from /lib/libc.so.7
core
[21:57:51.480] #0  0x000000082ac0941a in thr_kill () from /lib/libc.so.7
[21:57:51.480] #1  0x000000082ab82e64 in raise () from /lib/libc.so.7
[21:57:51.480] #2  0x000000082ac336f9 in abort () from /lib/libc.so.7
[21:57:51.480] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:57:51.480] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:57:51.480] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:57:51.480] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:57:51.480] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8211cb438) at ../src/backe...
[21:57:51.480] #8  0x00000000007d21cc in main (argc=8, argv=0x8211cb438) at ../src/backend/main/main.c:196
[21:57:51.736] #0  0x000000082a08641a in thr_kill () from /lib/libc.so.7
core
[21:58:11.258] #0  0x000000082cb1041a in thr_kill () from /lib/libc.so.7
[21:58:11.258] #1  0x000000082ca89e64 in raise () from /lib/libc.so.7
[21:58:11.258] #2  0x000000082cb3a6f9 in abort () from /lib/libc.so.7
[21:58:11.258] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:58:11.258] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:58:11.258] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:58:11.258] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:58:11.259] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8214c2520) at ../src/backe...
[21:58:11.259] #8  0x00000000007d21cc in main (argc=8, argv=0x8214c2520) at ../src/backend/main/main.c:196
[21:58:11.514] #0  0x0000000829cbf41a in thr_kill () from /lib/libc.so.7
core
[21:58:11.523] #0  0x0000000829cbf41a in thr_kill () from /lib/libc.so.7
[21:58:11.523] #1  0x0000000829c38e64 in raise () from /lib/libc.so.7
[21:58:11.523] #2  0x0000000829ce96f9 in abort () from /lib/libc.so.7
[21:58:11.523] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:58:11.523] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:58:11.523] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:58:11.523] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:58:11.523] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821194b68) at ../src/backe...
[21:58:11.523] #8  0x00000000007d21cc in main (argc=8, argv=0x821194b68) at ../src/backend/main/main.c:196
[21:58:11.777] #0  0x000000082bd6e41a in thr_kill () from /lib/libc.so.7
core
[21:58:11.787] #0  0x000000082bd6e41a in thr_kill () from /lib/libc.so.7
[21:58:11.787] #1  0x000000082bce7e64 in raise () from /lib/libc.so.7
[21:58:11.787] #2  0x000000082bd986f9 in abort () from /lib/libc.so.7
[21:58:11.787] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:58:11.787] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:58:11.787] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:58:11.787] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:58:11.787] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821158c70) at ../src/backe...
[21:58:11.787] #8  0x00000000007d21cc in main (argc=8, argv=0x821158c70) at ../src/backend/main/main.c:196
[21:58:12.040] #0  0x000000082d43e41a in thr_kill () from /lib/libc.so.7
core
[21:58:12.049] #0  0x000000082d43e41a in thr_kill () from /lib/libc.so.7
[21:58:12.049] #1  0x000000082d3b7e64 in raise () from /lib/libc.so.7
[21:58:12.049] #2  0x000000082d4686f9 in abort () from /lib/libc.so.7
[21:58:12.049] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:58:12.049] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:58:12.049] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:58:12.049] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:58:12.049] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x82114f5f8) at ../src/backe...
[21:58:12.049] #8  0x00000000007d21cc in main (argc=8, argv=0x82114f5f8) at ../src/backend/main/main.c:196
[21:58:12.307] #0  0x000000082b4c541a in thr_kill () from /lib/libc.so.7
core
[21:58:12.317] #0  0x000000082b4c541a in thr_kill () from /lib/libc.so.7
[21:58:12.317] #1  0x000000082b43ee64 in raise () from /lib/libc.so.7
[21:58:12.317] #2  0x000000082b4ef6f9 in abort () from /lib/libc.so.7
[21:58:12.317] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:58:12.317] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:58:12.317] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:58:12.317] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:58:12.317] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821040260) at ../src/backe...
[21:58:12.317] #8  0x00000000007d21cc in main (argc=8, argv=0x821040260) at ../src/backend/main/main.c:196
[21:58:12.585] #0  0x000000082a69641a in thr_kill () from /lib/libc.so.7
core
[21:58:12.595] #0  0x000000082a69641a in thr_kill () from /lib/libc.so.7
[21:58:12.595] #1  0x000000082a60fe64 in raise () from /lib/libc.so.7
[21:58:12.595] #2  0x000000082a6c06f9 in abort () from /lib/libc.so.7
[21:58:12.595] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:58:12.595] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:58:12.595] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:58:12.595] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:58:12.595] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821516230) at ../src/backe...
[21:58:12.595] #8  0x00000000007d21cc in main (argc=8, argv=0x821516230) at ../src/backend/main/main.c:196
[21:58:12.849] #0  0x000000082bc6041a in thr_kill () from /lib/libc.so.7
core
[21:57:51.209] #0  0x000000082aa0941a in thr_kill () from /lib/libc.so.7
[21:57:51.209] #1  0x000000082a982e64 in raise () from /lib/libc.so.7
[21:57:51.209] #2  0x000000082aa336f9 in abort () from /lib/libc.so.7
[21:57:51.209] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:57:51.209] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:57:51.209] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:57:51.209] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:57:51.209] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820eb51d0) at ../src/backe...
[21:57:51.209] #8  0x00000000007d21cc in main (argc=8, argv=0x820eb51d0) at ../src/backend/main/main.c:196
[21:57:51.470] #0  0x000000082ac0941a in thr_kill () from /lib/libc.so.7
core
[21:58:12.858] #0  0x000000082bc6041a in thr_kill () from /lib/libc.so.7
[21:58:12.858] #1  0x000000082bbd9e64 in raise () from /lib/libc.so.7
[21:58:12.858] #2  0x000000082bc8a6f9 in abort () from /lib/libc.so.7
[21:58:12.858] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:58:12.858] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:58:12.858] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:58:12.858] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:58:12.859] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8217f0db0) at ../src/backe...
[21:58:12.859] #8  0x00000000007d21cc in main (argc=8, argv=0x8217f0db0) at ../src/backend/main/main.c:196
[21:58:13.107] #0  0x000000082cd4b41a in thr_kill () from /lib/libc.so.7
core
[21:58:13.116] #0  0x000000082cd4b41a in thr_kill () from /lib/libc.so.7
[21:58:13.116] #1  0x000000082ccc4e64 in raise () from /lib/libc.so.7
[21:58:13.116] #2  0x000000082cd756f9 in abort () from /lib/libc.so.7
[21:58:13.116] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:58:13.116] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:58:13.116] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:58:13.116] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:58:13.116] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821a31970) at ../src/backe...
[21:58:13.116] #8  0x00000000007d21cc in main (argc=8, argv=0x821a31970) at ../src/backend/main/main.c:196
[21:58:13.365] #0  0x000000082bfca41a in thr_kill () from /lib/libc.so.7
core
[21:58:13.374] #0  0x000000082bfca41a in thr_kill () from /lib/libc.so.7
[21:58:13.374] #1  0x000000082bf43e64 in raise () from /lib/libc.so.7
[21:58:13.374] #2  0x000000082bff46f9 in abort () from /lib/libc.so.7
[21:58:13.374] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:58:13.374] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:58:13.374] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:58:13.374] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:58:13.374] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8218fbee8) at ../src/backe...
[21:58:13.374] #8  0x00000000007d21cc in main (argc=8, argv=0x8218fbee8) at ../src/backend/main/main.c:196
[21:58:13.632] #0  0x000000082c24741a in thr_kill () from /lib/libc.so.7
core
[21:58:13.641] #0  0x000000082c24741a in thr_kill () from /lib/libc.so.7
[21:58:13.641] #1  0x000000082c1c0e64 in raise () from /lib/libc.so.7
[21:58:13.641] #2  0x000000082c2716f9 in abort () from /lib/libc.so.7
[21:58:13.641] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:58:13.641] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:58:13.641] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:58:13.641] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:58:13.641] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8217bb6d8) at ../src/backe...
[21:58:13.641] #8  0x00000000007d21cc in main (argc=8, argv=0x8217bb6d8) at ../src/backend/main/main.c:196
[21:58:13.892] #0  0x000000082a08441a in thr_kill () from /lib/libc.so.7
core
[21:58:13.901] #0  0x000000082a08441a in thr_kill () from /lib/libc.so.7
[21:58:13.901] #1  0x0000000829ffde64 in raise () from /lib/libc.so.7
[21:58:13.901] #2  0x000000082a0ae6f9 in abort () from /lib/libc.so.7
[21:58:13.901] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:58:13.901] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:58:13.901] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:58:13.901] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:58:13.901] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8213f9c68) at ../src/backe...
[21:58:13.901] #8  0x00000000007d21cc in main (argc=8, argv=0x8213f9c68) at ../src/backend/main/main.c:196
[21:58:14.152] #0  0x000000082afd341a in thr_kill () from /lib/libc.so.7
core
[21:58:14.161] #0  0x000000082afd341a in thr_kill () from /lib/libc.so.7
[21:58:14.161] #1  0x000000082af4ce64 in raise () from /lib/libc.so.7
[21:58:14.161] #2  0x000000082affd6f9 in abort () from /lib/libc.so.7
[21:58:14.161] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:58:14.161] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:58:14.161] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:58:14.161] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:58:14.162] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821301888) at ../src/backe...
[21:58:14.162] #8  0x00000000007d21cc in main (argc=8, argv=0x821301888) at ../src/backend/main/main.c:196
[21:58:14.411] #0  0x000000082d03641a in thr_kill () from /lib/libc.so.7
core
[21:57:50.930] #0  0x000000082bc3041a in thr_kill () from /lib/libc.so.7
[21:57:50.930] #1  0x000000082bba9e64 in raise () from /lib/libc.so.7
[21:57:50.930] #2  0x000000082bc5a6f9 in abort () from /lib/libc.so.7
[21:57:50.930] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:57:50.930] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:57:50.930] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:57:50.930] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:57:50.930] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82122ffb0) at ../src/backe...
[21:57:50.930] #8  0x00000000007d21cc in main (argc=4, argv=0x82122ffb0) at ../src/backend/main/main.c:196
[21:57:51.199] #0  0x000000082aa0941a in thr_kill () from /lib/libc.so.7
core
[21:57:50.657] #0  0x000000082ad1841a in thr_kill () from /lib/libc.so.7
[21:57:50.657] #1  0x000000082ac91e64 in raise () from /lib/libc.so.7
[21:57:50.657] #2  0x000000082ad426f9 in abort () from /lib/libc.so.7
[21:57:50.657] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:57:50.657] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:57:50.657] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:57:50.657] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:57:50.658] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820c500f0) at ../src/backe...
[21:57:50.658] #8  0x00000000007d21cc in main (argc=4, argv=0x820c500f0) at ../src/backend/main/main.c:196
[21:57:50.920] #0  0x000000082bc3041a in thr_kill () from /lib/libc.so.7
core
[21:57:50.388] #0  0x000000082c20841a in thr_kill () from /lib/libc.so.7
[21:57:50.388] #1  0x000000082c181e64 in raise () from /lib/libc.so.7
[21:57:50.388] #2  0x000000082c2326f9 in abort () from /lib/libc.so.7
[21:57:50.388] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:57:50.388] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:57:50.388] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:57:50.388] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:57:50.388] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820eaa220) at ../src/backe...
[21:57:50.388] #8  0x00000000007d21cc in main (argc=4, argv=0x820eaa220) at ../src/backend/main/main.c:196
[21:57:50.648] #0  0x000000082ad1841a in thr_kill () from /lib/libc.so.7
core
[21:58:14.420] #0  0x000000082d03641a in thr_kill () from /lib/libc.so.7
[21:58:14.420] #1  0x000000082cfafe64 in raise () from /lib/libc.so.7
[21:58:14.420] #2  0x000000082d0606f9 in abort () from /lib/libc.so.7
[21:58:14.420] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:58:14.420] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:58:14.420] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:58:14.420] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:58:14.420] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8211cd060) at ../src/backe...
[21:58:14.420] #8  0x00000000007d21cc in main (argc=8, argv=0x8211cd060) at ../src/backend/main/main.c:196
[21:58:14.670] #0  0x000000082bd7941a in thr_kill () from /lib/libc.so.7
core
[21:58:14.680] #0  0x000000082bd7941a in thr_kill () from /lib/libc.so.7
[21:58:14.680] #1  0x000000082bcf2e64 in raise () from /lib/libc.so.7
[21:58:14.680] #2  0x000000082bda36f9 in abort () from /lib/libc.so.7
[21:58:14.680] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:58:14.680] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:58:14.680] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:58:14.680] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:58:14.680] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8217beaf0) at ../src/backe...
[21:58:14.680] #8  0x00000000007d21cc in main (argc=4, argv=0x8217beaf0) at ../src/backend/main/main.c:196
[21:58:14.932] #0  0x000000082c74841a in thr_kill () from /lib/libc.so.7
core
[21:58:14.942] #0  0x000000082c74841a in thr_kill () from /lib/libc.so.7
[21:58:14.942] #1  0x000000082c6c1e64 in raise () from /lib/libc.so.7
[21:58:14.942] #2  0x000000082c7726f9 in abort () from /lib/libc.so.7
[21:58:14.942] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:58:14.942] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:58:14.942] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:58:14.942] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:58:14.942] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821638950) at ../src/backe...
[21:58:14.942] #8  0x00000000007d21cc in main (argc=4, argv=0x821638950) at ../src/backend/main/main.c:196
[21:58:15.199] #0  0x000000082a9d841a in thr_kill () from /lib/libc.so.7
core
[21:58:15.209] #0  0x000000082a9d841a in thr_kill () from /lib/libc.so.7
[21:58:15.209] #1  0x000000082a951e64 in raise () from /lib/libc.so.7
[21:58:15.209] #2  0x000000082aa026f9 in abort () from /lib/libc.so.7
[21:58:15.209] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:58:15.209] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:58:15.209] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:58:15.209] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:58:15.209] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820d32ee0) at ../src/backe...
[21:58:15.209] #8  0x00000000007d21cc in main (argc=4, argv=0x820d32ee0) at ../src/backend/main/main.c:196
[21:58:15.460] #0  0x000000082b23841a in thr_kill () from /lib/libc.so.7
core
[21:58:15.470] #0  0x000000082b23841a in thr_kill () from /lib/libc.so.7
[21:58:15.470] #1  0x000000082b1b1e64 in raise () from /lib/libc.so.7
[21:58:15.470] #2  0x000000082b2626f9 in abort () from /lib/libc.so.7
[21:58:15.470] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:58:15.470] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:58:15.470] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:58:15.470] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:58:15.470] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821159c30) at ../src/backe...
[21:58:15.470] #8  0x00000000007d21cc in main (argc=4, argv=0x821159c30) at ../src/backend/main/main.c:196
[21:58:15.731] #0  0x000000082ac2a41a in thr_kill () from /lib/libc.so.7
core
[21:58:15.741] #0  0x000000082ac2a41a in thr_kill () from /lib/libc.so.7
[21:58:15.741] #1  0x000000082aba3e64 in raise () from /lib/libc.so.7
[21:58:15.741] #2  0x000000082ac546f9 in abort () from /lib/libc.so.7
[21:58:15.741] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:58:15.741] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:58:15.741] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:58:15.741] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:58:15.741] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821856190) at ../src/backe...
[21:58:15.741] #8  0x00000000007d21cc in main (argc=4, argv=0x821856190) at ../src/backend/main/main.c:196
[21:58:15.999] #0  0x000000082b64041a in thr_kill () from /lib/libc.so.7
core
[21:57:50.117] #0  0x000000082d41441a in thr_kill () from /lib/libc.so.7
[21:57:50.117] #1  0x000000082d38de64 in raise () from /lib/libc.so.7
[21:57:50.117] #2  0x000000082d43e6f9 in abort () from /lib/libc.so.7
[21:57:50.117] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:57:50.117] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:57:50.117] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:57:50.117] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:57:50.117] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8218bbcb0) at ../src/backe...
[21:57:50.117] #8  0x00000000007d21cc in main (argc=4, argv=0x8218bbcb0) at ../src/backend/main/main.c:196
[21:57:50.378] #0  0x000000082c20841a in thr_kill () from /lib/libc.so.7
core
[21:57:49.853] #0  0x00003c9caad6b414 in ?? () from /libexec/ld-elf.so.1
[21:57:49.853] #1  0x0000000000000000 in ?? ()
[21:57:50.106] #0  0x000000082d41441a in thr_kill () from /lib/libc.so.7
core
[21:57:49.747] #0  0x000000082b38a41a in thr_kill () from /lib/libc.so.7
[21:57:49.747] #1  0x000000082b303e64 in raise () from /lib/libc.so.7
[21:57:49.747] #2  0x000000082b3b46f9 in abort () from /lib/libc.so.7
[21:57:49.747] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:57:49.747] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:57:49.747] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:57:49.747] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:57:49.747] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82113a5d0) at ../src/backe...
[21:57:49.747] #8  0x00000000007d21cc in main (argc=4, argv=0x82113a5d0) at ../src/backend/main/main.c:196
[21:57:49.853] #0  0x00003c9caad6b414 in ?? () from /libexec/ld-elf.so.1
core
[21:58:16.008] #0  0x000000082b64041a in thr_kill () from /lib/libc.so.7
[21:58:16.008] #1  0x000000082b5b9e64 in raise () from /lib/libc.so.7
[21:58:16.008] #2  0x000000082b66a6f9 in abort () from /lib/libc.so.7
[21:58:16.008] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:58:16.008] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:58:16.008] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:58:16.008] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:58:16.008] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8218610c8) at ../src/backe...
[21:58:16.008] #8  0x00000000007d21cc in main (argc=4, argv=0x8218610c8) at ../src/backend/main/main.c:196
[21:58:16.264] #0  0x000000082ca4041a in thr_kill () from /lib/libc.so.7
core
[21:58:16.274] #0  0x000000082ca4041a in thr_kill () from /lib/libc.so.7
[21:58:16.274] #1  0x000000082c9b9e64 in raise () from /lib/libc.so.7
[21:58:16.274] #2  0x000000082ca6a6f9 in abort () from /lib/libc.so.7
[21:58:16.274] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:58:16.274] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:58:16.274] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:58:16.274] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:58:16.274] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821486ed0) at ../src/backe...
[21:58:16.274] #8  0x00000000007d21cc in main (argc=4, argv=0x821486ed0) at ../src/backend/main/main.c:196
[21:58:16.532] #0  0x000000082c3eb41a in thr_kill () from /lib/libc.so.7
core
[21:58:16.541] #0  0x000000082c3eb41a in thr_kill () from /lib/libc.so.7
[21:58:16.541] #1  0x000000082c364e64 in raise () from /lib/libc.so.7
[21:58:16.541] #2  0x000000082c4156f9 in abort () from /lib/libc.so.7
[21:58:16.541] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:58:16.541] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:58:16.541] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:58:16.541] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:58:16.541] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82158fab8) at ../src/backe...
[21:58:16.541] #8  0x00000000007d21cc in main (argc=4, argv=0x82158fab8) at ../src/backend/main/main.c:196
[21:58:16.794] #0  0x0000000828f4441a in thr_kill () from /lib/libc.so.7
core
[21:58:16.803] #0  0x0000000828f4441a in thr_kill () from /lib/libc.so.7
[21:58:16.803] #1  0x0000000828ebde64 in raise () from /lib/libc.so.7
[21:58:16.803] #2  0x0000000828f6e6f9 in abort () from /lib/libc.so.7
[21:58:16.803] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:58:16.803] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:58:16.803] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:58:16.803] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:58:16.804] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821909848) at ../src/backe...
[21:58:16.804] #8  0x00000000007d21cc in main (argc=4, argv=0x821909848) at ../src/backend/main/main.c:196
[21:58:17.056] #0  0x00000008287ea41a in thr_kill () from /lib/libc.so.7
core
[21:58:17.066] #0  0x00000008287ea41a in thr_kill () from /lib/libc.so.7
[21:58:17.066] #1  0x0000000828763e64 in raise () from /lib/libc.so.7
[21:58:17.066] #2  0x00000008288146f9 in abort () from /lib/libc.so.7
[21:58:17.066] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:58:17.066] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:58:17.066] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:58:17.066] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:58:17.066] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8218eae08) at ../src/backe...
[21:58:17.066] #8  0x00000000007d21cc in main (argc=4, argv=0x8218eae08) at ../src/backend/main/main.c:196
[21:58:17.321] #0  0x000000082abbc41a in thr_kill () from /lib/libc.so.7
core
[21:58:17.330] #0  0x000000082abbc41a in thr_kill () from /lib/libc.so.7
[21:58:17.330] #1  0x000000082ab35e64 in raise () from /lib/libc.so.7
[21:58:17.330] #2  0x000000082abe66f9 in abort () from /lib/libc.so.7
[21:58:17.330] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:58:17.330] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:58:17.330] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:58:17.330] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:58:17.331] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820c9cac0) at ../src/backe...
[21:58:17.331] #8  0x00000000007d21cc in main (argc=4, argv=0x820c9cac0) at ../src/backend/main/main.c:196
[21:58:17.580] #0  0x000000082e4b541a in thr_kill () from /lib/libc.so.7
core
[21:57:49.478] #0  0x000000082eaf241a in thr_kill () from /lib/libc.so.7
[21:57:49.478] #1  0x000000082ea6be64 in raise () from /lib/libc.so.7
[21:57:49.478] #2  0x000000082eb1c6f9 in abort () from /lib/libc.so.7
[21:57:49.478] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:57:49.478] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:57:49.478] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:57:49.478] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:57:49.481] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821592a28) at ../src/backe...
[21:57:49.481] #8  0x00000000007d21cc in main (argc=4, argv=0x821592a28) at ../src/backend/main/main.c:196
[21:57:49.737] #0  0x000000082b38a41a in thr_kill () from /lib/libc.so.7
core
[21:57:49.217] #0  0x000000082ad3141a in thr_kill () from /lib/libc.so.7
[21:57:49.217] #1  0x000000082acaae64 in raise () from /lib/libc.so.7
[21:57:49.217] #2  0x000000082ad5b6f9 in abort () from /lib/libc.so.7
[21:57:49.217] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:57:49.217] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:57:49.217] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:57:49.217] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:57:49.217] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821880918) at ../src/backe...
[21:57:49.217] #8  0x00000000007d21cc in main (argc=4, argv=0x821880918) at ../src/backend/main/main.c:196
[21:57:49.469] #0  0x000000082eaf241a in thr_kill () from /lib/libc.so.7
core
[21:57:48.948] #0  0x000000082cfc341a in thr_kill () from /lib/libc.so.7
[21:57:48.948] #1  0x000000082cf3ce64 in raise () from /lib/libc.so.7
[21:57:48.948] #2  0x000000082cfed6f9 in abort () from /lib/libc.so.7
[21:57:48.948] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:57:48.948] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:57:48.948] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:57:48.948] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:57:48.948] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82182ffc0) at ../src/backe...
[21:57:48.948] #8  0x00000000007d21cc in main (argc=4, argv=0x82182ffc0) at ../src/backend/main/main.c:196
[21:57:49.208] #0  0x000000082ad3141a in thr_kill () from /lib/libc.so.7
core
[21:57:48.685] #0  0x000000082ad2c41a in thr_kill () from /lib/libc.so.7
[21:57:48.685] #1  0x000000082aca5e64 in raise () from /lib/libc.so.7
[21:57:48.685] #2  0x000000082ad566f9 in abort () from /lib/libc.so.7
[21:57:48.685] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:57:48.685] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:57:48.685] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:57:48.685] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:57:48.685] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82102af50) at ../src/backe...
[21:57:48.685] #8  0x00000000007d21cc in main (argc=4, argv=0x82102af50) at ../src/backend/main/main.c:196
[21:57:48.939] #0  0x000000082cfc341a in thr_kill () from /lib/libc.so.7
core
[21:57:48.425] #0  0x000000082dc9541a in thr_kill () from /lib/libc.so.7
[21:57:48.425] #1  0x000000082dc0ee64 in raise () from /lib/libc.so.7
[21:57:48.425] #2  0x000000082dcbf6f9 in abort () from /lib/libc.so.7
[21:57:48.425] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:57:48.425] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:57:48.425] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:57:48.425] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:57:48.425] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8211c62e8) at ../src/backe...
[21:57:48.425] #8  0x00000000007d21cc in main (argc=4, argv=0x8211c62e8) at ../src/backend/main/main.c:196
[21:57:48.676] #0  0x000000082ad2c41a in thr_kill () from /lib/libc.so.7
core
[21:57:48.164] #0  0x000000082ca8441a in thr_kill () from /lib/libc.so.7
[21:57:48.164] #1  0x000000082c9fde64 in raise () from /lib/libc.so.7
[21:57:48.164] #2  0x000000082caae6f9 in abort () from /lib/libc.so.7
[21:57:48.164] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:57:48.164] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:57:48.164] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:57:48.164] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:57:48.164] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821483270) at ../src/backe...
[21:57:48.164] #8  0x00000000007d21cc in main (argc=4, argv=0x821483270) at ../src/backend/main/main.c:196
[21:57:48.415] #0  0x000000082dc9541a in thr_kill () from /lib/libc.so.7
core
[21:57:47.908] #0  0x000000082df5641a in thr_kill () from /lib/libc.so.7
[21:57:47.908] #1  0x000000082decfe64 in raise () from /lib/libc.so.7
[21:57:47.908] #2  0x000000082df806f9 in abort () from /lib/libc.so.7
[21:57:47.908] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:57:47.908] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:57:47.908] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:57:47.908] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:57:47.908] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8214a8420) at ../src/backe...
[21:57:47.908] #8  0x00000000007d21cc in main (argc=4, argv=0x8214a8420) at ../src/backend/main/main.c:196
[21:57:48.154] #0  0x000000082ca8441a in thr_kill () from /lib/libc.so.7
core
[21:57:47.648] #0  0x000000082ad1c41a in thr_kill () from /lib/libc.so.7
[21:57:47.648] #1  0x000000082ac95e64 in raise () from /lib/libc.so.7
[21:57:47.648] #2  0x000000082ad466f9 in abort () from /lib/libc.so.7
[21:57:47.648] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:57:47.648] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:57:47.648] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:57:47.648] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:57:47.649] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820f3d398) at ../src/backe...
[21:57:47.649] #8  0x00000000007d21cc in main (argc=4, argv=0x820f3d398) at ../src/backend/main/main.c:196
[21:57:47.898] #0  0x000000082df5641a in thr_kill () from /lib/libc.so.7
core
[21:57:47.389] #0  0x000000082d0cb41a in thr_kill () from /lib/libc.so.7
[21:57:47.389] #1  0x000000082d044e64 in raise () from /lib/libc.so.7
[21:57:47.389] #2  0x000000082d0f56f9 in abort () from /lib/libc.so.7
[21:57:47.389] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:57:47.389] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:57:47.389] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:57:47.389] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:57:47.389] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820fd8378) at ../src/backe...
[21:57:47.389] #8  0x00000000007d21cc in main (argc=4, argv=0x820fd8378) at ../src/backend/main/main.c:196
[21:57:47.639] #0  0x000000082ad1c41a in thr_kill () from /lib/libc.so.7
core
[21:57:47.131] #0  0x000000082cb0d41a in thr_kill () from /lib/libc.so.7
[21:57:47.131] #1  0x000000082ca86e64 in raise () from /lib/libc.so.7
[21:57:47.131] #2  0x000000082cb376f9 in abort () from /lib/libc.so.7
[21:57:47.131] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:57:47.131] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:57:47.131] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:57:47.131] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:57:47.131] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8218a03a8) at ../src/backe...
[21:57:47.131] #8  0x00000000007d21cc in main (argc=4, argv=0x8218a03a8) at ../src/backend/main/main.c:196
[21:57:47.380] #0  0x000000082d0cb41a in thr_kill () from /lib/libc.so.7
core
[21:57:46.862] #0  0x000000082c2ce41a in thr_kill () from /lib/libc.so.7
[21:57:46.862] #1  0x000000082c247e64 in raise () from /lib/libc.so.7
[21:57:46.862] #2  0x000000082c2f86f9 in abort () from /lib/libc.so.7
[21:57:46.862] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:57:46.862] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:57:46.862] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:57:46.862] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:57:46.862] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821a90b28) at ../src/backe...
[21:57:46.862] #8  0x00000000007d21cc in main (argc=4, argv=0x821a90b28) at ../src/backend/main/main.c:196
[21:57:47.121] #0  0x000000082cb0d41a in thr_kill () from /lib/libc.so.7
core
[21:57:46.597] #0  0x000000082a72541a in thr_kill () from /lib/libc.so.7
[21:57:46.597] #1  0x000000082a69ee64 in raise () from /lib/libc.so.7
[21:57:46.597] #2  0x000000082a74f6f9 in abort () from /lib/libc.so.7
[21:57:46.597] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:57:46.597] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:57:46.597] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:57:46.597] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:57:46.597] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8214e9498) at ../src/backe...
[21:57:46.597] #8  0x00000000007d21cc in main (argc=4, argv=0x8214e9498) at ../src/backend/main/main.c:196
[21:57:46.853] #0  0x000000082c2ce41a in thr_kill () from /lib/libc.so.7
core
[21:58:17.589] #0  0x000000082e4b541a in thr_kill () from /lib/libc.so.7
[21:58:17.589] #1  0x000000082e42ee64 in raise () from /lib/libc.so.7
[21:58:17.589] #2  0x000000082e4df6f9 in abort () from /lib/libc.so.7
[21:58:17.589] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:58:17.589] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:58:17.589] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:58:17.589] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:58:17.589] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820cbfa20) at ../src/backe...
[21:58:17.589] #8  0x00000000007d21cc in main (argc=4, argv=0x820cbfa20) at ../src/backend/main/main.c:196
[21:58:17.843] #0  0x000000082a20341a in thr_kill () from /lib/libc.so.7
core
[21:58:17.852] #0  0x000000082a20341a in thr_kill () from /lib/libc.so.7
[21:58:17.852] #1  0x000000082a17ce64 in raise () from /lib/libc.so.7
[21:58:17.852] #2  0x000000082a22d6f9 in abort () from /lib/libc.so.7
[21:58:17.852] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:58:17.852] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:58:17.852] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:58:17.852] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:58:17.853] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821b8ec68) at ../src/backe...
[21:58:17.853] #8  0x00000000007d21cc in main (argc=4, argv=0x821b8ec68) at ../src/backend/main/main.c:196
[21:58:18.103] #0  0x000000082aec641a in thr_kill () from /lib/libc.so.7
core
[21:58:18.113] #0  0x000000082aec641a in thr_kill () from /lib/libc.so.7
[21:58:18.113] #1  0x000000082ae3fe64 in raise () from /lib/libc.so.7
[21:58:18.113] #2  0x000000082aef06f9 in abort () from /lib/libc.so.7
[21:58:18.113] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:58:18.113] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:58:18.113] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:58:18.113] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:58:18.113] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8212d5a60) at ../src/backe...
[21:58:18.113] #8  0x00000000007d21cc in main (argc=4, argv=0x8212d5a60) at ../src/backend/main/main.c:196
[21:58:18.356] #0  0x000000082ce9c41a in thr_kill () from /lib/libc.so.7
core
[21:58:18.365] #0  0x000000082ce9c41a in thr_kill () from /lib/libc.so.7
[21:58:18.365] #1  0x000000082ce15e64 in raise () from /lib/libc.so.7
[21:58:18.365] #2  0x000000082cec66f9 in abort () from /lib/libc.so.7
[21:58:18.365] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:58:18.365] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:58:18.365] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:58:18.365] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:58:18.366] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8216d5f48) at ../src/backe...
[21:58:18.366] #8  0x00000000007d21cc in main (argc=4, argv=0x8216d5f48) at ../src/backend/main/main.c:196
[21:58:18.611] #0  0x000000082c7ad41a in thr_kill () from /lib/libc.so.7
core
[21:58:18.620] #0  0x000000082c7ad41a in thr_kill () from /lib/libc.so.7
[21:58:18.620] #1  0x000000082c726e64 in raise () from /lib/libc.so.7
[21:58:18.620] #2  0x000000082c7d76f9 in abort () from /lib/libc.so.7
[21:58:18.620] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:58:18.620] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:58:18.620] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:58:18.620] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:58:18.620] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820fe2418) at ../src/backe...
[21:58:18.620] #8  0x00000000007d21cc in main (argc=4, argv=0x820fe2418) at ../src/backend/main/main.c:196
[21:58:18.875] #0  0x000000082d2cf41a in thr_kill () from /lib/libc.so.7
core
[21:58:18.883] #0  0x000000082d2cf41a in thr_kill () from /lib/libc.so.7
[21:58:18.883] #1  0x000000082d248e64 in raise () from /lib/libc.so.7
[21:58:18.883] #2  0x000000082d2f96f9 in abort () from /lib/libc.so.7
[21:58:18.883] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:58:18.883] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:58:18.883] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:58:18.883] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:58:18.883] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8218ba070) at ../src/backe...
[21:58:18.883] #8  0x00000000007d21cc in main (argc=4, argv=0x8218ba070) at ../src/backend/main/main.c:196
[21:58:19.121] #0  0x000000082d1dd41a in thr_kill () from /lib/libc.so.7
core
[21:57:46.337] #0  0x000000082b91941a in thr_kill () from /lib/libc.so.7
[21:57:46.337] #1  0x000000082b892e64 in raise () from /lib/libc.so.7
[21:57:46.337] #2  0x000000082b9436f9 in abort () from /lib/libc.so.7
[21:57:46.337] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:57:46.337] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:57:46.337] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:57:46.337] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:57:46.337] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820fefb48) at ../src/backe...
[21:57:46.337] #8  0x00000000007d21cc in main (argc=8, argv=0x820fefb48) at ../src/backend/main/main.c:196
[21:57:46.587] #0  0x000000082a72541a in thr_kill () from /lib/libc.so.7
core
[21:57:46.074] #0  0x000000082c89641a in thr_kill () from /lib/libc.so.7
[21:57:46.074] #1  0x000000082c80fe64 in raise () from /lib/libc.so.7
[21:57:46.074] #2  0x000000082c8c06f9 in abort () from /lib/libc.so.7
[21:57:46.074] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:57:46.074] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:57:46.074] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:57:46.074] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:57:46.075] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8211dc4a0) at ../src/backe...
[21:57:46.075] #8  0x00000000007d21cc in main (argc=4, argv=0x8211dc4a0) at ../src/backend/main/main.c:196
[21:57:46.328] #0  0x000000082b91941a in thr_kill () from /lib/libc.so.7
core
[21:57:45.797] #0  0x000000082968441a in thr_kill () from /lib/libc.so.7
[21:57:45.797] #1  0x00000008295fde64 in raise () from /lib/libc.so.7
[21:57:45.797] #2  0x00000008296ae6f9 in abort () from /lib/libc.so.7
[21:57:45.797] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:57:45.797] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:57:45.797] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:57:45.797] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:57:45.797] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821477888) at ../src/backe...
[21:57:45.797] #8  0x00000000007d21cc in main (argc=4, argv=0x821477888) at ../src/backend/main/main.c:196
[21:57:46.065] #0  0x000000082c89641a in thr_kill () from /lib/libc.so.7
core
[21:57:58.062] #0  0x000000082c1b241a in thr_kill () from /lib/libc.so.7
[21:57:58.062] #1  0x000000082c12be64 in raise () from /lib/libc.so.7
[21:57:58.062] #2  0x000000082c1dc6f9 in abort () from /lib/libc.so.7
[21:57:58.062] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:57:58.062] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:57:58.062] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:57:58.062] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:57:58.062] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820c70200) at ../src/backe...
[21:57:58.062] #8  0x00000000007d21cc in main (argc=8, argv=0x820c70200) at ../src/backend/main/main.c:196
[21:57:58.317] #0  0x000000082da6d41a in thr_kill () from /lib/libc.so.7
core
[21:58:19.372] #0  0x000000082cc1f41a in thr_kill () from /lib/libc.so.7
[21:58:19.372] #1  0x000000082cb98e64 in raise () from /lib/libc.so.7
[21:58:19.372] #2  0x000000082cc496f9 in abort () from /lib/libc.so.7
[21:58:19.372] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:58:19.372] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:58:19.372] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:58:19.372] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:58:19.372] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8216f9678) at ../src/backe...
[21:58:19.372] #8  0x00000000007d21cc in main (argc=4, argv=0x8216f9678) at ../src/backend/main/main.c:196
[21:58:19.621] #0  0x000000082c75141a in thr_kill () from /lib/libc.so.7
core
[21:58:19.630] #0  0x000000082c75141a in thr_kill () from /lib/libc.so.7
[21:58:19.630] #1  0x000000082c6cae64 in raise () from /lib/libc.so.7
[21:58:19.630] #2  0x000000082c77b6f9 in abort () from /lib/libc.so.7
[21:58:19.630] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:58:19.630] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:58:19.630] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:58:19.630] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:58:19.630] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8214159b0) at ../src/backe...
[21:58:19.630] #8  0x00000000007d21cc in main (argc=4, argv=0x8214159b0) at ../src/backend/main/main.c:196
[21:58:19.880] #0  0x000000082af0d41a in thr_kill () from /lib/libc.so.7
core
[21:58:19.889] #0  0x000000082af0d41a in thr_kill () from /lib/libc.so.7
[21:58:19.889] #1  0x000000082ae86e64 in raise () from /lib/libc.so.7
[21:58:19.889] #2  0x000000082af376f9 in abort () from /lib/libc.so.7
[21:58:19.889] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:58:19.889] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:58:19.889] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:58:19.889] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:58:19.889] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8214ed2d0) at ../src/backe...
[21:58:19.889] #8  0x00000000007d21cc in main (argc=4, argv=0x8214ed2d0) at ../src/backend/main/main.c:196
[21:58:20.143] #0  0x000000082b4b341a in thr_kill () from /lib/libc.so.7
core
[21:58:20.153] #0  0x000000082b4b341a in thr_kill () from /lib/libc.so.7
[21:58:20.153] #1  0x000000082b42ce64 in raise () from /lib/libc.so.7
[21:58:20.153] #2  0x000000082b4dd6f9 in abort () from /lib/libc.so.7
[21:58:20.153] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:58:20.153] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:58:20.153] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:58:20.153] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:58:20.154] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821747650) at ../src/backe...
[21:58:20.154] #8  0x00000000007d21cc in main (argc=4, argv=0x821747650) at ../src/backend/main/main.c:196
core
[21:57:45.531] #0  0x000000082bfe841a in thr_kill () from /lib/libc.so.7
[21:57:45.531] #1  0x000000082bf61e64 in raise () from /lib/libc.so.7
[21:57:45.531] #2  0x000000082c0126f9 in abort () from /lib/libc.so.7
[21:57:45.531] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:57:45.531] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:57:45.531] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:57:45.531] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:57:45.531] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821a68680) at ../src/backe...
[21:57:45.531] #8  0x00000000007d21cc in main (argc=4, argv=0x821a68680) at ../src/backend/main/main.c:196
[21:57:45.787] #0  0x000000082968441a in thr_kill () from /lib/libc.so.7
core
[21:57:45.265] #0  0x000000082b7b341a in thr_kill () from /lib/libc.so.7
[21:57:45.265] #1  0x000000082b72ce64 in raise () from /lib/libc.so.7
[21:57:45.265] #2  0x000000082b7dd6f9 in abort () from /lib/libc.so.7
[21:57:45.265] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:57:45.265] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:57:45.265] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:57:45.265] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:57:45.265] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820db8250) at ../src/backe...
[21:57:45.265] #8  0x00000000007d21cc in main (argc=4, argv=0x820db8250) at ../src/backend/main/main.c:196
[21:57:45.521] #0  0x000000082bfe841a in thr_kill () from /lib/libc.so.7
core
[21:57:45.002] #0  0x000000082aae741a in thr_kill () from /lib/libc.so.7
[21:57:45.002] #1  0x000000082aa60e64 in raise () from /lib/libc.so.7
[21:57:45.002] #2  0x000000082ab116f9 in abort () from /lib/libc.so.7
[21:57:45.002] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:57:45.002] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:57:45.002] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:57:45.002] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:57:45.002] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8219fe650) at ../src/backe...
[21:57:45.002] #8  0x00000000007d21cc in main (argc=4, argv=0x8219fe650) at ../src/backend/main/main.c:196
[21:57:45.255] #0  0x000000082b7b341a in thr_kill () from /lib/libc.so.7
core
[21:57:44.736] #0  0x000000082da6941a in thr_kill () from /lib/libc.so.7
[21:57:44.736] #1  0x000000082d9e2e64 in raise () from /lib/libc.so.7
[21:57:44.736] #2  0x000000082da936f9 in abort () from /lib/libc.so.7
[21:57:44.736] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:57:44.736] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:57:44.736] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:57:44.736] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:57:44.736] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821153cd0) at ../src/backe...
[21:57:44.736] #8  0x00000000007d21cc in main (argc=4, argv=0x821153cd0) at ../src/backend/main/main.c:196
[21:57:44.992] #0  0x000000082aae741a in thr_kill () from /lib/libc.so.7
core
[21:57:44.469] #0  0x000000082ae9141a in thr_kill () from /lib/libc.so.7
[21:57:44.469] #1  0x000000082ae0ae64 in raise () from /lib/libc.so.7
[21:57:44.469] #2  0x000000082aebb6f9 in abort () from /lib/libc.so.7
[21:57:44.469] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:57:44.469] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:57:44.469] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:57:44.469] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:57:44.470] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820da20e8) at ../src/backe...
[21:57:44.470] #8  0x00000000007d21cc in main (argc=4, argv=0x820da20e8) at ../src/backend/main/main.c:196
[21:57:44.727] #0  0x000000082da6941a in thr_kill () from /lib/libc.so.7
core
[21:57:44.207] #0  0x000000082a80b41a in thr_kill () from /lib/libc.so.7
[21:57:44.207] #1  0x000000082a784e64 in raise () from /lib/libc.so.7
[21:57:44.207] #2  0x000000082a8356f9 in abort () from /lib/libc.so.7
[21:57:44.207] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:57:44.207] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:57:44.207] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:57:44.207] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:57:44.207] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820e20f80) at ../src/backe...
[21:57:44.207] #8  0x00000000007d21cc in main (argc=4, argv=0x820e20f80) at ../src/backend/main/main.c:196
[21:57:44.461] #0  0x000000082ae9141a in thr_kill () from /lib/libc.so.7
core
[21:57:43.940] #0  0x000000082c65d41a in thr_kill () from /lib/libc.so.7
[21:57:43.940] #1  0x000000082c5d6e64 in raise () from /lib/libc.so.7
[21:57:43.940] #2  0x000000082c6876f9 in abort () from /lib/libc.so.7
[21:57:43.940] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:57:43.940] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:57:43.940] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:57:43.940] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:57:43.940] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82131ebc8) at ../src/backe...
[21:57:43.940] #8  0x00000000007d21cc in main (argc=4, argv=0x82131ebc8) at ../src/backend/main/main.c:196
[21:57:44.197] #0  0x000000082a80b41a in thr_kill () from /lib/libc.so.7
core
[21:57:43.670] #0  0x000000082bfc241a in thr_kill () from /lib/libc.so.7
[21:57:43.670] #1  0x000000082bf3be64 in raise () from /lib/libc.so.7
[21:57:43.670] #2  0x000000082bfec6f9 in abort () from /lib/libc.so.7
[21:57:43.670] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:57:43.670] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:57:43.670] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:57:43.670] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:57:43.670] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821075810) at ../src/backe...
[21:57:43.670] #8  0x00000000007d21cc in main (argc=4, argv=0x821075810) at ../src/backend/main/main.c:196
[21:57:43.930] #0  0x000000082c65d41a in thr_kill () from /lib/libc.so.7
core
[21:57:43.408] #0  0x000000082b4ff41a in thr_kill () from /lib/libc.so.7
[21:57:43.408] #1  0x000000082b478e64 in raise () from /lib/libc.so.7
[21:57:43.408] #2  0x000000082b5296f9 in abort () from /lib/libc.so.7
[21:57:43.408] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:57:43.408] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:57:43.408] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:57:43.408] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:57:43.408] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8218cb010) at ../src/backe...
[21:57:43.408] #8  0x00000000007d21cc in main (argc=4, argv=0x8218cb010) at ../src/backend/main/main.c:196
[21:57:43.660] #0  0x000000082bfc241a in thr_kill () from /lib/libc.so.7
core
[21:57:43.147] #0  0x000000082cde141a in thr_kill () from /lib/libc.so.7
[21:57:43.147] #1  0x000000082cd5ae64 in raise () from /lib/libc.so.7
[21:57:43.147] #2  0x000000082ce0b6f9 in abort () from /lib/libc.so.7
[21:57:43.147] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:57:43.147] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:57:43.147] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:57:43.147] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:57:43.147] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8216067e8) at ../src/backe...
[21:57:43.147] #8  0x00000000007d21cc in main (argc=4, argv=0x8216067e8) at ../src/backend/main/main.c:196
[21:57:43.397] #0  0x000000082b4ff41a in thr_kill () from /lib/libc.so.7
core
[21:57:42.882] #0  0x000000082afa341a in thr_kill () from /lib/libc.so.7
[21:57:42.882] #1  0x000000082af1ce64 in raise () from /lib/libc.so.7
[21:57:42.882] #2  0x000000082afcd6f9 in abort () from /lib/libc.so.7
[21:57:42.882] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:57:42.882] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:57:42.882] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:57:42.882] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:57:42.883] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8213ecbb0) at ../src/backe...
[21:57:42.883] #8  0x00000000007d21cc in main (argc=4, argv=0x8213ecbb0) at ../src/backend/main/main.c:196
[21:57:43.138] #0  0x000000082cde141a in thr_kill () from /lib/libc.so.7
core
[21:57:42.608] #0  0x000000082d1b441a in thr_kill () from /lib/libc.so.7
[21:57:42.608] #1  0x000000082d12de64 in raise () from /lib/libc.so.7
[21:57:42.608] #2  0x000000082d1de6f9 in abort () from /lib/libc.so.7
[21:57:42.608] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:57:42.608] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:57:42.608] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:57:42.608] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:57:42.608] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821a0ea60) at ../src/backe...
[21:57:42.608] #8  0x00000000007d21cc in main (argc=4, argv=0x821a0ea60) at ../src/backend/main/main.c:196
[21:57:42.872] #0  0x000000082afa341a in thr_kill () from /lib/libc.so.7
core
[21:57:42.346] #0  0x000000082c7a141a in thr_kill () from /lib/libc.so.7
[21:57:42.346] #1  0x000000082c71ae64 in raise () from /lib/libc.so.7
[21:57:42.346] #2  0x000000082c7cb6f9 in abort () from /lib/libc.so.7
[21:57:42.346] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:57:42.346] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:57:42.346] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:57:42.346] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:57:42.346] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820e9fe80) at ../src/backe...
[21:57:42.346] #8  0x00000000007d21cc in main (argc=4, argv=0x820e9fe80) at ../src/backend/main/main.c:196
[21:57:42.598] #0  0x000000082d1b441a in thr_kill () from /lib/libc.so.7
core
[21:57:42.086] #0  0x000000082a3d241a in thr_kill () from /lib/libc.so.7
[21:57:42.086] #1  0x000000082a34be64 in raise () from /lib/libc.so.7
[21:57:42.086] #2  0x000000082a3fc6f9 in abort () from /lib/libc.so.7
[21:57:42.086] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:57:42.086] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:57:42.086] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:57:42.086] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:57:42.086] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8210af730) at ../src/backe...
[21:57:42.086] #8  0x00000000007d21cc in main (argc=4, argv=0x8210af730) at ../src/backend/main/main.c:196
[21:57:42.336] #0  0x000000082c7a141a in thr_kill () from /lib/libc.so.7
core
[21:57:41.826] #0  0x000000082ec9841a in thr_kill () from /lib/libc.so.7
[21:57:41.826] #1  0x000000082ec11e64 in raise () from /lib/libc.so.7
[21:57:41.826] #2  0x000000082ecc26f9 in abort () from /lib/libc.so.7
[21:57:41.826] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:57:41.826] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:57:41.826] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:57:41.826] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:57:41.826] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821afb0a8) at ../src/backe...
[21:57:41.826] #8  0x00000000007d21cc in main (argc=4, argv=0x821afb0a8) at ../src/backend/main/main.c:196
[21:57:42.077] #0  0x000000082a3d241a in thr_kill () from /lib/libc.so.7
core
[21:57:41.568] #0  0x000000082c89741a in thr_kill () from /lib/libc.so.7
[21:57:41.568] #1  0x000000082c810e64 in raise () from /lib/libc.so.7
[21:57:41.568] #2  0x000000082c8c16f9 in abort () from /lib/libc.so.7
[21:57:41.568] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:57:41.568] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:57:41.568] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:57:41.568] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:57:41.568] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820f22f38) at ../src/backe...
[21:57:41.568] #8  0x00000000007d21cc in main (argc=4, argv=0x820f22f38) at ../src/backend/main/main.c:196
[21:57:41.817] #0  0x000000082ec9841a in thr_kill () from /lib/libc.so.7
core
[21:57:41.305] #0  0x000000082b3ce41a in thr_kill () from /lib/libc.so.7
[21:57:41.305] #1  0x000000082b347e64 in raise () from /lib/libc.so.7
[21:57:41.305] #2  0x000000082b3f86f9 in abort () from /lib/libc.so.7
[21:57:41.305] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:57:41.305] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:57:41.305] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:57:41.305] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:57:41.305] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82138b428) at ../src/backe...
[21:57:41.305] #8  0x00000000007d21cc in main (argc=4, argv=0x82138b428) at ../src/backend/main/main.c:196
[21:57:41.558] #0  0x000000082c89741a in thr_kill () from /lib/libc.so.7
core
[21:57:41.048] #0  0x000000082d40841a in thr_kill () from /lib/libc.so.7
[21:57:41.048] #1  0x000000082d381e64 in raise () from /lib/libc.so.7
[21:57:41.048] #2  0x000000082d4326f9 in abort () from /lib/libc.so.7
[21:57:41.048] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:57:41.048] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:57:41.048] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:57:41.048] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:57:41.048] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8217a1068) at ../src/backe...
[21:57:41.048] #8  0x00000000007d21cc in main (argc=4, argv=0x8217a1068) at ../src/backend/main/main.c:196
[21:57:41.295] #0  0x000000082b3ce41a in thr_kill () from /lib/libc.so.7
core
[21:57:40.786] #0  0x000000082b41e41a in thr_kill () from /lib/libc.so.7
[21:57:40.786] #1  0x000000082b397e64 in raise () from /lib/libc.so.7
[21:57:40.786] #2  0x000000082b4486f9 in abort () from /lib/libc.so.7
[21:57:40.786] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:57:40.786] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:57:40.786] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:57:40.786] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:57:40.786] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821440708) at ../src/backe...
[21:57:40.786] #8  0x00000000007d21cc in main (argc=4, argv=0x821440708) at ../src/backend/main/main.c:196
[21:57:41.039] #0  0x000000082d40841a in thr_kill () from /lib/libc.so.7
core
[21:57:40.525] #0  0x00000008298d141a in thr_kill () from /lib/libc.so.7
[21:57:40.525] #1  0x000000082984ae64 in raise () from /lib/libc.so.7
[21:57:40.525] #2  0x00000008298fb6f9 in abort () from /lib/libc.so.7
[21:57:40.525] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:57:40.525] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:57:40.525] #5  0x000000000089bbe5 in process_pm_child_exit () at ../src/backend/postmaster/postmaster.c:2523
[21:57:40.525] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1654
[21:57:40.526] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82143c878) at ../src/backe...
[21:57:40.526] #8  0x00000000007d21cc in main (argc=4, argv=0x82143c878) at ../src/backend/main/main.c:196
[21:57:40.776] #0  0x000000082b41e41a in thr_kill () from /lib/libc.so.7
core
[21:57:40.267] #0  0x000000082bf6141a in thr_kill () from /lib/libc.so.7
[21:57:40.267] #1  0x000000082bedae64 in raise () from /lib/libc.so.7
[21:57:40.267] #2  0x000000082bf8b6f9 in abort () from /lib/libc.so.7
[21:57:40.267] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:57:40.267] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:57:40.267] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:57:40.267] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:57:40.268] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821a837e8) at ../src/backe...
[21:57:40.268] #8  0x00000000007d21cc in main (argc=4, argv=0x821a837e8) at ../src/backend/main/main.c:196
[21:57:40.516] #0  0x00000008298d141a in thr_kill () from /lib/libc.so.7
core
[21:57:40.006] #0  0x00000008294b241a in thr_kill () from /lib/libc.so.7
[21:57:40.006] #1  0x000000082942be64 in raise () from /lib/libc.so.7
[21:57:40.006] #2  0x00000008294dc6f9 in abort () from /lib/libc.so.7
[21:57:40.006] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:57:40.006] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:57:40.006] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:57:40.006] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:57:40.007] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82114f6b0) at ../src/backe...
[21:57:40.007] #8  0x00000000007d21cc in main (argc=4, argv=0x82114f6b0) at ../src/backend/main/main.c:196
[21:57:40.258] #0  0x000000082bf6141a in thr_kill () from /lib/libc.so.7
core
[21:57:39.738] #0  0x000000082bf1341a in thr_kill () from /lib/libc.so.7
[21:57:39.738] #1  0x000000082be8ce64 in raise () from /lib/libc.so.7
[21:57:39.738] #2  0x000000082bf3d6f9 in abort () from /lib/libc.so.7
[21:57:39.738] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:57:39.738] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:57:39.738] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:57:39.738] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:57:39.738] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82126cfd8) at ../src/backe...
[21:57:39.738] #8  0x00000000007d21cc in main (argc=4, argv=0x82126cfd8) at ../src/backend/main/main.c:196
[21:57:39.997] #0  0x00000008294b241a in thr_kill () from /lib/libc.so.7
core
[21:57:39.472] #0  0x000000082aca641a in thr_kill () from /lib/libc.so.7
[21:57:39.472] #1  0x000000082ac1fe64 in raise () from /lib/libc.so.7
[21:57:39.472] #2  0x000000082acd06f9 in abort () from /lib/libc.so.7
[21:57:39.472] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:57:39.472] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:57:39.472] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:57:39.472] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:57:39.472] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8214e6f70) at ../src/backe...
[21:57:39.472] #8  0x00000000007d21cc in main (argc=4, argv=0x8214e6f70) at ../src/backend/main/main.c:196
[21:57:39.729] #0  0x000000082bf1341a in thr_kill () from /lib/libc.so.7
core
[21:57:39.210] #0  0x000000082bd3541a in thr_kill () from /lib/libc.so.7
[21:57:39.210] #1  0x000000082bcaee64 in raise () from /lib/libc.so.7
[21:57:39.210] #2  0x000000082bd5f6f9 in abort () from /lib/libc.so.7
[21:57:39.210] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:57:39.210] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:57:39.210] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:57:39.210] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:57:39.210] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8219f3730) at ../src/backe...
[21:57:39.210] #8  0x00000000007d21cc in main (argc=4, argv=0x8219f3730) at ../src/backend/main/main.c:196
[21:57:39.463] #0  0x000000082aca641a in thr_kill () from /lib/libc.so.7
core
[21:57:38.950] #0  0x000000082bb5e41a in thr_kill () from /lib/libc.so.7
[21:57:38.950] #1  0x000000082bad7e64 in raise () from /lib/libc.so.7
[21:57:38.950] #2  0x000000082bb886f9 in abort () from /lib/libc.so.7
[21:57:38.950] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:57:38.950] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:57:38.950] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:57:38.950] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:57:38.950] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821148388) at ../src/backe...
[21:57:38.950] #8  0x00000000007d21cc in main (argc=4, argv=0x821148388) at ../src/backend/main/main.c:196
[21:57:39.201] #0  0x000000082bd3541a in thr_kill () from /lib/libc.so.7
core
[21:57:38.690] #0  0x000000082ab6041a in thr_kill () from /lib/libc.so.7
[21:57:38.690] #1  0x000000082aad9e64 in raise () from /lib/libc.so.7
[21:57:38.690] #2  0x000000082ab8a6f9 in abort () from /lib/libc.so.7
[21:57:38.690] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:57:38.690] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:57:38.690] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:57:38.690] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:57:38.690] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82171e180) at ../src/backe...
[21:57:38.690] #8  0x00000000007d21cc in main (argc=4, argv=0x82171e180) at ../src/backend/main/main.c:196
[21:57:38.941] #0  0x000000082bb5e41a in thr_kill () from /lib/libc.so.7
core
[21:57:38.425] #0  0x000000082e3b341a in thr_kill () from /lib/libc.so.7
[21:57:38.425] #1  0x000000082e32ce64 in raise () from /lib/libc.so.7
[21:57:38.425] #2  0x000000082e3dd6f9 in abort () from /lib/libc.so.7
[21:57:38.425] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:57:38.425] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:57:38.425] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:57:38.425] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:57:38.425] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821957148) at ../src/backe...
[21:57:38.425] #8  0x00000000007d21cc in main (argc=4, argv=0x821957148) at ../src/backend/main/main.c:196
[21:57:38.681] #0  0x000000082ab6041a in thr_kill () from /lib/libc.so.7
core
[21:57:38.166] #0  0x0000000829f4741a in thr_kill () from /lib/libc.so.7
[21:57:38.166] #1  0x0000000829ec0e64 in raise () from /lib/libc.so.7
[21:57:38.166] #2  0x0000000829f716f9 in abort () from /lib/libc.so.7
[21:57:38.166] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:57:38.166] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:57:38.166] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:57:38.166] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:57:38.166] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820d6dd68) at ../src/backe...
[21:57:38.166] #8  0x00000000007d21cc in main (argc=4, argv=0x820d6dd68) at ../src/backend/main/main.c:196
[21:57:38.416] #0  0x000000082e3b341a in thr_kill () from /lib/libc.so.7
core
[21:57:37.897] #0  0x000000082ae8141a in thr_kill () from /lib/libc.so.7
[21:57:37.897] #1  0x000000082adfae64 in raise () from /lib/libc.so.7
[21:57:37.897] #2  0x000000082aeab6f9 in abort () from /lib/libc.so.7
[21:57:37.897] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:57:37.897] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:57:37.897] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:57:37.897] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:57:37.897] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8216d46e0) at ../src/backe...
[21:57:37.897] #8  0x00000000007d21cc in main (argc=4, argv=0x8216d46e0) at ../src/backend/main/main.c:196
[21:57:38.156] #0  0x0000000829f4741a in thr_kill () from /lib/libc.so.7
core
[21:57:37.632] #0  0x000000082ccd741a in thr_kill () from /lib/libc.so.7
[21:57:37.632] #1  0x000000082cc50e64 in raise () from /lib/libc.so.7
[21:57:37.632] #2  0x000000082cd016f9 in abort () from /lib/libc.so.7
[21:57:37.632] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:57:37.632] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:57:37.632] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:57:37.632] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:57:37.632] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8218371a8) at ../src/backe...
[21:57:37.632] #8  0x00000000007d21cc in main (argc=4, argv=0x8218371a8) at ../src/backend/main/main.c:196
[21:57:37.887] #0  0x000000082ae8141a in thr_kill () from /lib/libc.so.7
core
[21:57:37.363] #0  0x000000082d25c41a in thr_kill () from /lib/libc.so.7
[21:57:37.363] #1  0x000000082d1d5e64 in raise () from /lib/libc.so.7
[21:57:37.363] #2  0x000000082d2866f9 in abort () from /lib/libc.so.7
[21:57:37.363] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:57:37.363] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:57:37.363] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:57:37.363] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:57:37.363] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820c7f7d0) at ../src/backe...
[21:57:37.363] #8  0x00000000007d21cc in main (argc=4, argv=0x820c7f7d0) at ../src/backend/main/main.c:196
[21:57:37.623] #0  0x000000082ccd741a in thr_kill () from /lib/libc.so.7
core
[21:57:37.101] #0  0x000000082b94141a in thr_kill () from /lib/libc.so.7
[21:57:37.101] #1  0x000000082b8bae64 in raise () from /lib/libc.so.7
[21:57:37.101] #2  0x000000082b96b6f9 in abort () from /lib/libc.so.7
[21:57:37.101] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:57:37.101] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:57:37.101] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:57:37.101] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:57:37.101] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8212c8358) at ../src/backe...
[21:57:37.101] #8  0x00000000007d21cc in main (argc=4, argv=0x8212c8358) at ../src/backend/main/main.c:196
[21:57:37.354] #0  0x000000082d25c41a in thr_kill () from /lib/libc.so.7
core
[21:57:36.838] #0  0x000000082b74241a in thr_kill () from /lib/libc.so.7
[21:57:36.838] #1  0x000000082b6bbe64 in raise () from /lib/libc.so.7
[21:57:36.838] #2  0x000000082b76c6f9 in abort () from /lib/libc.so.7
[21:57:36.838] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:57:36.838] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:57:36.838] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:57:36.838] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:57:36.838] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820d763b8) at ../src/backe...
[21:57:36.838] #8  0x00000000007d21cc in main (argc=4, argv=0x820d763b8) at ../src/backend/main/main.c:196
[21:57:37.092] #0  0x000000082b94141a in thr_kill () from /lib/libc.so.7
core
[21:57:36.579] #0  0x000000082c94841a in thr_kill () from /lib/libc.so.7
[21:57:36.579] #1  0x000000082c8c1e64 in raise () from /lib/libc.so.7
[21:57:36.579] #2  0x000000082c9726f9 in abort () from /lib/libc.so.7
[21:57:36.579] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:57:36.579] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:57:36.579] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:57:36.579] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:57:36.579] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821977930) at ../src/backe...
[21:57:36.579] #8  0x00000000007d21cc in main (argc=4, argv=0x821977930) at ../src/backend/main/main.c:196
[21:57:36.828] #0  0x000000082b74241a in thr_kill () from /lib/libc.so.7
core
[21:57:36.316] #0  0x000000082c09c41a in thr_kill () from /lib/libc.so.7
[21:57:36.316] #1  0x000000082c015e64 in raise () from /lib/libc.so.7
[21:57:36.316] #2  0x000000082c0c66f9 in abort () from /lib/libc.so.7
[21:57:36.316] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:57:36.316] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:57:36.316] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:57:36.316] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:57:36.316] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82127f3a8) at ../src/backe...
[21:57:36.316] #8  0x00000000007d21cc in main (argc=4, argv=0x82127f3a8) at ../src/backend/main/main.c:196
[21:57:36.569] #0  0x000000082c94841a in thr_kill () from /lib/libc.so.7
core
[21:57:36.055] #0  0x000000082ba6441a in thr_kill () from /lib/libc.so.7
[21:57:36.055] #1  0x000000082b9dde64 in raise () from /lib/libc.so.7
[21:57:36.055] #2  0x000000082ba8e6f9 in abort () from /lib/libc.so.7
[21:57:36.055] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:57:36.055] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:57:36.055] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:57:36.055] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:57:36.055] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821b0d7f0) at ../src/backe...
[21:57:36.055] #8  0x00000000007d21cc in main (argc=4, argv=0x821b0d7f0) at ../src/backend/main/main.c:196
[21:57:36.306] #0  0x000000082c09c41a in thr_kill () from /lib/libc.so.7
core
[21:57:35.794] #0  0x000000082b13f41a in thr_kill () from /lib/libc.so.7
[21:57:35.794] #1  0x000000082b0b8e64 in raise () from /lib/libc.so.7
[21:57:35.794] #2  0x000000082b1696f9 in abort () from /lib/libc.so.7
[21:57:35.794] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:57:35.794] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:57:35.794] #5  0x000000000089bbe5 in process_pm_child_exit () at ../src/backend/postmaster/postmaster.c:2523
[21:57:35.794] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1654
[21:57:35.794] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820d35098) at ../src/backe...
[21:57:35.794] #8  0x00000000007d21cc in main (argc=4, argv=0x820d35098) at ../src/backend/main/main.c:196
[21:57:36.046] #0  0x000000082ba6441a in thr_kill () from /lib/libc.so.7
core
[21:57:35.531] #0  0x000000082b96341a in thr_kill () from /lib/libc.so.7
[21:57:35.531] #1  0x000000082b8dce64 in raise () from /lib/libc.so.7
[21:57:35.531] #2  0x000000082b98d6f9 in abort () from /lib/libc.so.7
[21:57:35.531] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:57:35.531] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:57:35.531] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:57:35.531] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:57:35.531] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821809e10) at ../src/backe...
[21:57:35.531] #8  0x00000000007d21cc in main (argc=4, argv=0x821809e10) at ../src/backend/main/main.c:196
[21:57:35.785] #0  0x000000082b13f41a in thr_kill () from /lib/libc.so.7
core
[21:57:35.263] #0  0x000000082bce841a in thr_kill () from /lib/libc.so.7
[21:57:35.263] #1  0x000000082bc61e64 in raise () from /lib/libc.so.7
[21:57:35.263] #2  0x000000082bd126f9 in abort () from /lib/libc.so.7
[21:57:35.263] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:57:35.263] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:57:35.263] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:57:35.263] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:57:35.263] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82150bc78) at ../src/backe...
[21:57:35.263] #8  0x00000000007d21cc in main (argc=4, argv=0x82150bc78) at ../src/backend/main/main.c:196
[21:57:35.521] #0  0x000000082b96341a in thr_kill () from /lib/libc.so.7
core
[21:57:35.001] #0  0x000000082b56a41a in thr_kill () from /lib/libc.so.7
[21:57:35.001] #1  0x000000082b4e3e64 in raise () from /lib/libc.so.7
[21:57:35.001] #2  0x000000082b5946f9 in abort () from /lib/libc.so.7
[21:57:35.001] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:57:35.001] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:57:35.001] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:57:35.001] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:57:35.001] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8211752d8) at ../src/backe...
[21:57:35.001] #8  0x00000000007d21cc in main (argc=4, argv=0x8211752d8) at ../src/backend/main/main.c:196
[21:57:35.254] #0  0x000000082bce841a in thr_kill () from /lib/libc.so.7
core
[21:57:34.738] #0  0x000000082c20241a in thr_kill () from /lib/libc.so.7
[21:57:34.738] #1  0x000000082c17be64 in raise () from /lib/libc.so.7
[21:57:34.738] #2  0x000000082c22c6f9 in abort () from /lib/libc.so.7
[21:57:34.738] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:57:34.738] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:57:34.738] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:57:34.738] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:57:34.738] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8218fbac8) at ../src/backe...
[21:57:34.738] #8  0x00000000007d21cc in main (argc=4, argv=0x8218fbac8) at ../src/backend/main/main.c:196
[21:57:34.990] #0  0x000000082b56a41a in thr_kill () from /lib/libc.so.7
core
[21:57:34.468] #0  0x000000082a1a041a in thr_kill () from /lib/libc.so.7
[21:57:34.468] #1  0x000000082a119e64 in raise () from /lib/libc.so.7
[21:57:34.468] #2  0x000000082a1ca6f9 in abort () from /lib/libc.so.7
[21:57:34.468] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:57:34.468] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:57:34.468] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:57:34.468] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:57:34.469] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820cf1748) at ../src/backe...
[21:57:34.469] #8  0x00000000007d21cc in main (argc=4, argv=0x820cf1748) at ../src/backend/main/main.c:196
[21:57:34.728] #0  0x000000082c20241a in thr_kill () from /lib/libc.so.7
core
[21:57:34.197] #0  0x000000082e86141a in thr_kill () from /lib/libc.so.7
[21:57:34.197] #1  0x000000082e7dae64 in raise () from /lib/libc.so.7
[21:57:34.197] #2  0x000000082e88b6f9 in abort () from /lib/libc.so.7
[21:57:34.197] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:57:34.197] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:57:34.197] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:57:34.197] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:57:34.198] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82179dc48) at ../src/backe...
[21:57:34.198] #8  0x00000000007d21cc in main (argc=4, argv=0x82179dc48) at ../src/backend/main/main.c:196
[21:57:34.459] #0  0x000000082a1a041a in thr_kill () from /lib/libc.so.7
core
[21:57:33.931] #0  0x000000082cadb41a in thr_kill () from /lib/libc.so.7
[21:57:33.931] #1  0x000000082ca54e64 in raise () from /lib/libc.so.7
[21:57:33.931] #2  0x000000082cb056f9 in abort () from /lib/libc.so.7
[21:57:33.931] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:57:33.931] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:57:33.931] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:57:33.931] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:57:33.932] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8219b2cf0) at ../src/backe...
[21:57:33.932] #8  0x00000000007d21cc in main (argc=4, argv=0x8219b2cf0) at ../src/backend/main/main.c:196
[21:57:34.188] #0  0x000000082e86141a in thr_kill () from /lib/libc.so.7
core
[21:57:33.659] #0  0x000000082b75841a in thr_kill () from /lib/libc.so.7
[21:57:33.659] #1  0x000000082b6d1e64 in raise () from /lib/libc.so.7
[21:57:33.659] #2  0x000000082b7826f9 in abort () from /lib/libc.so.7
[21:57:33.659] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:57:33.659] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:57:33.659] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:57:33.659] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:57:33.659] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821905370) at ../src/backe...
[21:57:33.659] #8  0x00000000007d21cc in main (argc=4, argv=0x821905370) at ../src/backend/main/main.c:196
[21:57:33.922] #0  0x000000082cadb41a in thr_kill () from /lib/libc.so.7
core
[21:57:33.389] #0  0x000000082bff041a in thr_kill () from /lib/libc.so.7
[21:57:33.389] #1  0x000000082bf69e64 in raise () from /lib/libc.so.7
[21:57:33.389] #2  0x000000082c01a6f9 in abort () from /lib/libc.so.7
[21:57:33.389] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:57:33.389] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:57:33.389] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:57:33.389] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:57:33.389] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8214beaa0) at ../src/backe...
[21:57:33.389] #8  0x00000000007d21cc in main (argc=4, argv=0x8214beaa0) at ../src/backend/main/main.c:196
[21:57:33.649] #0  0x000000082b75841a in thr_kill () from /lib/libc.so.7
core
[21:57:33.122] #0  0x000000082a67941a in thr_kill () from /lib/libc.so.7
[21:57:33.122] #1  0x000000082a5f2e64 in raise () from /lib/libc.so.7
[21:57:33.122] #2  0x000000082a6a36f9 in abort () from /lib/libc.so.7
[21:57:33.122] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:57:33.122] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:57:33.122] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:57:33.122] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:57:33.123] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820fdb748) at ../src/backe...
[21:57:33.123] #8  0x00000000007d21cc in main (argc=4, argv=0x820fdb748) at ../src/backend/main/main.c:196
[21:57:33.379] #0  0x000000082bff041a in thr_kill () from /lib/libc.so.7
core
[21:57:32.852] #0  0x000000082c48a41a in thr_kill () from /lib/libc.so.7
[21:57:32.852] #1  0x000000082c403e64 in raise () from /lib/libc.so.7
[21:57:32.852] #2  0x000000082c4b46f9 in abort () from /lib/libc.so.7
[21:57:32.852] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:57:32.852] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:57:32.852] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:57:32.852] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:57:32.852] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821251e50) at ../src/backe...
[21:57:32.852] #8  0x00000000007d21cc in main (argc=4, argv=0x821251e50) at ../src/backend/main/main.c:196
[21:57:33.113] #0  0x000000082a67941a in thr_kill () from /lib/libc.so.7
core
[21:57:32.586] #0  0x000000082b71641a in thr_kill () from /lib/libc.so.7
[21:57:32.586] #1  0x000000082b68fe64 in raise () from /lib/libc.so.7
[21:57:32.586] #2  0x000000082b7406f9 in abort () from /lib/libc.so.7
[21:57:32.586] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:57:32.586] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:57:32.586] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:57:32.586] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:57:32.586] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8212d9560) at ../src/backe...
[21:57:32.586] #8  0x00000000007d21cc in main (argc=4, argv=0x8212d9560) at ../src/backend/main/main.c:196
[21:57:32.842] #0  0x000000082c48a41a in thr_kill () from /lib/libc.so.7
core
[21:57:32.318] #0  0x000000082d4b341a in thr_kill () from /lib/libc.so.7
[21:57:32.318] #1  0x000000082d42ce64 in raise () from /lib/libc.so.7
[21:57:32.318] #2  0x000000082d4dd6f9 in abort () from /lib/libc.so.7
[21:57:32.318] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:57:32.318] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:57:32.318] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:57:32.318] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:57:32.318] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820be6c78) at ../src/backe...
[21:57:32.318] #8  0x00000000007d21cc in main (argc=4, argv=0x820be6c78) at ../src/backend/main/main.c:196
[21:57:32.577] #0  0x000000082b71641a in thr_kill () from /lib/libc.so.7
core
[21:57:32.043] #0  0x000000082dbc541a in thr_kill () from /lib/libc.so.7
[21:57:32.043] #1  0x000000082db3ee64 in raise () from /lib/libc.so.7
[21:57:32.043] #2  0x000000082dbef6f9 in abort () from /lib/libc.so.7
[21:57:32.043] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:57:32.043] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:57:32.043] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:57:32.043] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:57:32.043] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8219b9c38) at ../src/backe...
[21:57:32.043] #8  0x00000000007d21cc in main (argc=4, argv=0x8219b9c38) at ../src/backend/main/main.c:196
[21:57:32.308] #0  0x000000082d4b341a in thr_kill () from /lib/libc.so.7
core
[21:57:31.767] #0  0x000000082c94a41a in thr_kill () from /lib/libc.so.7
[21:57:31.767] #1  0x000000082c8c3e64 in raise () from /lib/libc.so.7
[21:57:31.767] #2  0x000000082c9746f9 in abort () from /lib/libc.so.7
[21:57:31.767] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:57:31.767] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:57:31.767] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:57:31.767] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:57:31.767] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82156d450) at ../src/backe...
[21:57:31.767] #8  0x00000000007d21cc in main (argc=4, argv=0x82156d450) at ../src/backend/main/main.c:196
[21:57:32.033] #0  0x000000082dbc541a in thr_kill () from /lib/libc.so.7
core
[21:57:31.501] #0  0x000000082d1fe41a in thr_kill () from /lib/libc.so.7
[21:57:31.501] #1  0x000000082d177e64 in raise () from /lib/libc.so.7
[21:57:31.501] #2  0x000000082d2286f9 in abort () from /lib/libc.so.7
[21:57:31.501] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:57:31.501] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:57:31.501] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:57:31.501] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:57:31.501] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82151ebc0) at ../src/backe...
[21:57:31.501] #8  0x00000000007d21cc in main (argc=4, argv=0x82151ebc0) at ../src/backend/main/main.c:196
[21:57:31.757] #0  0x000000082c94a41a in thr_kill () from /lib/libc.so.7
core
[21:57:31.231] #0  0x000000082ad9541a in thr_kill () from /lib/libc.so.7
[21:57:31.231] #1  0x000000082ad0ee64 in raise () from /lib/libc.so.7
[21:57:31.231] #2  0x000000082adbf6f9 in abort () from /lib/libc.so.7
[21:57:31.231] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:57:31.231] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:57:31.231] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:57:31.231] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:57:31.231] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820fe1398) at ../src/backe...
[21:57:31.231] #8  0x00000000007d21cc in main (argc=4, argv=0x820fe1398) at ../src/backend/main/main.c:196
[21:57:31.492] #0  0x000000082d1fe41a in thr_kill () from /lib/libc.so.7
core
[21:57:30.961] #0  0x0000000828c5e41a in thr_kill () from /lib/libc.so.7
[21:57:30.961] #1  0x0000000828bd7e64 in raise () from /lib/libc.so.7
[21:57:30.961] #2  0x0000000828c886f9 in abort () from /lib/libc.so.7
[21:57:30.961] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:57:30.961] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:57:30.961] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:57:30.961] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:57:30.961] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821add468) at ../src/backe...
[21:57:30.961] #8  0x00000000007d21cc in main (argc=4, argv=0x821add468) at ../src/backend/main/main.c:196
[21:57:31.222] #0  0x000000082ad9541a in thr_kill () from /lib/libc.so.7
core
[21:57:30.697] #0  0x000000082b18941a in thr_kill () from /lib/libc.so.7
[21:57:30.697] #1  0x000000082b102e64 in raise () from /lib/libc.so.7
[21:57:30.697] #2  0x000000082b1b36f9 in abort () from /lib/libc.so.7
[21:57:30.697] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:57:30.697] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:57:30.697] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:57:30.697] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:57:30.697] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8212931f8) at ../src/backe...
[21:57:30.697] #8  0x00000000007d21cc in main (argc=4, argv=0x8212931f8) at ../src/backend/main/main.c:196
[21:57:30.951] #0  0x0000000828c5e41a in thr_kill () from /lib/libc.so.7
core
[21:57:30.433] #0  0x000000082af4c41a in thr_kill () from /lib/libc.so.7
[21:57:30.433] #1  0x000000082aec5e64 in raise () from /lib/libc.so.7
[21:57:30.433] #2  0x000000082af766f9 in abort () from /lib/libc.so.7
[21:57:30.433] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:57:30.433] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:57:30.433] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:57:30.433] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:57:30.434] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8211596f0) at ../src/backe...
[21:57:30.434] #8  0x00000000007d21cc in main (argc=4, argv=0x8211596f0) at ../src/backend/main/main.c:196
[21:57:30.687] #0  0x000000082b18941a in thr_kill () from /lib/libc.so.7
core
[21:57:30.168] #0  0x000000082af7b41a in thr_kill () from /lib/libc.so.7
[21:57:30.168] #1  0x000000082aef4e64 in raise () from /lib/libc.so.7
[21:57:30.168] #2  0x000000082afa56f9 in abort () from /lib/libc.so.7
[21:57:30.168] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:57:30.168] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:57:30.168] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:57:30.168] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:57:30.168] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8215acf90) at ../src/backe...
[21:57:30.168] #8  0x00000000007d21cc in main (argc=4, argv=0x8215acf90) at ../src/backend/main/main.c:196
[21:57:30.423] #0  0x000000082af4c41a in thr_kill () from /lib/libc.so.7
core
[21:57:29.899] #0  0x000000082824141a in thr_kill () from /lib/libc.so.7
[21:57:29.899] #1  0x00000008281bae64 in raise () from /lib/libc.so.7
[21:57:29.899] #2  0x000000082826b6f9 in abort () from /lib/libc.so.7
[21:57:29.899] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:57:29.899] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:57:29.899] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:57:29.899] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:57:29.899] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82100b4e0) at ../src/backe...
[21:57:29.899] #8  0x00000000007d21cc in main (argc=4, argv=0x82100b4e0) at ../src/backend/main/main.c:196
[21:57:30.159] #0  0x000000082af7b41a in thr_kill () from /lib/libc.so.7
core
[21:58:19.129] #0  0x000000082d1dd41a in thr_kill () from /lib/libc.so.7
[21:58:19.129] #1  0x000000082d156e64 in raise () from /lib/libc.so.7
[21:58:19.129] #2  0x000000082d2076f9 in abort () from /lib/libc.so.7
[21:58:19.129] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:58:19.129] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:58:19.129] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:58:19.129] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:58:19.129] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8219fef88) at ../src/backe...
[21:58:19.129] #8  0x00000000007d21cc in main (argc=4, argv=0x8219fef88) at ../src/backend/main/main.c:196
[21:58:19.363] #0  0x000000082cc1f41a in thr_kill () from /lib/libc.so.7
core
[21:57:58.326] #0  0x000000082da6d41a in thr_kill () from /lib/libc.so.7
[21:57:58.326] #1  0x000000082d9e6e64 in raise () from /lib/libc.so.7
[21:57:58.326] #2  0x000000082da976f9 in abort () from /lib/libc.so.7
[21:57:58.326] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:57:58.326] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:57:58.326] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:57:58.326] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:57:58.326] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821400f40) at ../src/backe...
[21:57:58.326] #8  0x00000000007d21cc in main (argc=8, argv=0x821400f40) at ../src/backend/main/main.c:196
[21:57:58.577] #0  0x000000082ad1941a in thr_kill () from /lib/libc.so.7
core
[21:57:57.802] #0  0x000000082a87441a in thr_kill () from /lib/libc.so.7
[21:57:57.802] #1  0x000000082a7ede64 in raise () from /lib/libc.so.7
[21:57:57.802] #2  0x000000082a89e6f9 in abort () from /lib/libc.so.7
[21:57:57.802] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:57:57.802] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:57:57.802] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:57:57.802] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:57:57.802] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821888568) at ../src/backe...
[21:57:57.802] #8  0x00000000007d21cc in main (argc=8, argv=0x821888568) at ../src/backend/main/main.c:196
[21:57:58.052] #0  0x000000082c1b241a in thr_kill () from /lib/libc.so.7
core
[21:57:57.528] #0  0x00000008294b241a in thr_kill () from /lib/libc.so.7
[21:57:57.528] #1  0x000000082942be64 in raise () from /lib/libc.so.7
[21:57:57.528] #2  0x00000008294dc6f9 in abort () from /lib/libc.so.7
[21:57:57.528] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:57:57.528] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:57:57.528] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:57:57.528] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:57:57.528] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820cbe5f8) at ../src/backe...
[21:57:57.528] #8  0x00000000007d21cc in main (argc=8, argv=0x820cbe5f8) at ../src/backend/main/main.c:196
[21:57:57.793] #0  0x000000082a87441a in thr_kill () from /lib/libc.so.7
core
[21:57:57.264] #0  0x000000082d35d41a in thr_kill () from /lib/libc.so.7
[21:57:57.264] #1  0x000000082d2d6e64 in raise () from /lib/libc.so.7
[21:57:57.264] #2  0x000000082d3876f9 in abort () from /lib/libc.so.7
[21:57:57.264] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:57:57.264] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:57:57.264] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:57:57.264] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:57:57.265] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820e7dd68) at ../src/backe...
[21:57:57.265] #8  0x00000000007d21cc in main (argc=8, argv=0x820e7dd68) at ../src/backend/main/main.c:196
[21:57:57.519] #0  0x00000008294b241a in thr_kill () from /lib/libc.so.7
core
[21:57:58.586] #0  0x000000082ad1941a in thr_kill () from /lib/libc.so.7
[21:57:58.586] #1  0x000000082ac92e64 in raise () from /lib/libc.so.7
[21:57:58.586] #2  0x000000082ad436f9 in abort () from /lib/libc.so.7
[21:57:58.586] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:57:58.586] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:57:58.586] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:57:58.586] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:57:58.587] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8210a6f80) at ../src/backe...
[21:57:58.587] #8  0x00000000007d21cc in main (argc=8, argv=0x8210a6f80) at ../src/backend/main/main.c:196
[21:57:58.848] #0  0x000000082a97d41a in thr_kill () from /lib/libc.so.7
core
[21:57:58.857] #0  0x000000082a97d41a in thr_kill () from /lib/libc.so.7
[21:57:58.857] #1  0x000000082a8f6e64 in raise () from /lib/libc.so.7
[21:57:58.857] #2  0x000000082a9a76f9 in abort () from /lib/libc.so.7
[21:57:58.857] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:57:58.857] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:57:58.857] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:57:58.857] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:57:58.857] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821312800) at ../src/backe...
[21:57:58.857] #8  0x00000000007d21cc in main (argc=8, argv=0x821312800) at ../src/backend/main/main.c:196
[21:57:59.117] #0  0x000000082b73141a in thr_kill () from /lib/libc.so.7
core
[21:57:59.126] #0  0x000000082b73141a in thr_kill () from /lib/libc.so.7
[21:57:59.126] #1  0x000000082b6aae64 in raise () from /lib/libc.so.7
[21:57:59.126] #2  0x000000082b75b6f9 in abort () from /lib/libc.so.7
[21:57:59.126] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:57:59.126] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:57:59.126] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:57:59.126] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:57:59.126] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820d65c28) at ../src/backe...
[21:57:59.126] #8  0x00000000007d21cc in main (argc=8, argv=0x820d65c28) at ../src/backend/main/main.c:196
[21:57:59.377] #0  0x000000082a6f441a in thr_kill () from /lib/libc.so.7
core
[21:57:59.386] #0  0x000000082a6f441a in thr_kill () from /lib/libc.so.7
[21:57:59.386] #1  0x000000082a66de64 in raise () from /lib/libc.so.7
[21:57:59.386] #2  0x000000082a71e6f9 in abort () from /lib/libc.so.7
[21:57:59.386] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:57:59.386] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:57:59.386] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:57:59.386] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:57:59.386] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8213db4a8) at ../src/backe...
[21:57:59.386] #8  0x00000000007d21cc in main (argc=8, argv=0x8213db4a8) at ../src/backend/main/main.c:196
[21:57:59.643] #0  0x000000082c1b141a in thr_kill () from /lib/libc.so.7
core
[21:57:59.652] #0  0x000000082c1b141a in thr_kill () from /lib/libc.so.7
[21:57:59.652] #1  0x000000082c12ae64 in raise () from /lib/libc.so.7
[21:57:59.652] #2  0x000000082c1db6f9 in abort () from /lib/libc.so.7
[21:57:59.652] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:57:59.652] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:57:59.652] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:57:59.652] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:57:59.652] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821139be8) at ../src/backe...
[21:57:59.652] #8  0x00000000007d21cc in main (argc=8, argv=0x821139be8) at ../src/backend/main/main.c:196
[21:57:59.908] #0  0x000000082b33841a in thr_kill () from /lib/libc.so.7
core
[21:57:59.918] #0  0x000000082b33841a in thr_kill () from /lib/libc.so.7
[21:57:59.918] #1  0x000000082b2b1e64 in raise () from /lib/libc.so.7
[21:57:59.918] #2  0x000000082b3626f9 in abort () from /lib/libc.so.7
[21:57:59.918] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:57:59.918] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:57:59.918] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:57:59.918] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:57:59.918] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820bfec38) at ../src/backe...
[21:57:59.918] #8  0x00000000007d21cc in main (argc=8, argv=0x820bfec38) at ../src/backend/main/main.c:196
[21:58:00.168] #0  0x000000082a34941a in thr_kill () from /lib/libc.so.7
core
[21:57:56.997] #0  0x000000082b71c41a in thr_kill () from /lib/libc.so.7
[21:57:56.997] #1  0x000000082b695e64 in raise () from /lib/libc.so.7
[21:57:56.997] #2  0x000000082b7466f9 in abort () from /lib/libc.so.7
[21:57:56.997] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:57:56.997] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:57:56.997] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:57:56.997] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:57:56.998] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8214004a8) at ../src/backe...
[21:57:56.998] #8  0x00000000007d21cc in main (argc=8, argv=0x8214004a8) at ../src/backend/main/main.c:196
[21:57:57.256] #0  0x000000082d35d41a in thr_kill () from /lib/libc.so.7
core
[21:57:56.735] #0  0x000000082dcec41a in thr_kill () from /lib/libc.so.7
[21:57:56.735] #1  0x000000082dc65e64 in raise () from /lib/libc.so.7
[21:57:56.735] #2  0x000000082dd166f9 in abort () from /lib/libc.so.7
[21:57:56.735] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:57:56.735] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:57:56.735] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:57:56.735] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:57:56.735] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821b5ec68) at ../src/backe...
[21:57:56.735] #8  0x00000000007d21cc in main (argc=8, argv=0x821b5ec68) at ../src/backend/main/main.c:196
[21:57:56.988] #0  0x000000082b71c41a in thr_kill () from /lib/libc.so.7
core
[21:57:56.467] #0  0x000000082a92f41a in thr_kill () from /lib/libc.so.7
[21:57:56.467] #1  0x000000082a8a8e64 in raise () from /lib/libc.so.7
[21:57:56.467] #2  0x000000082a9596f9 in abort () from /lib/libc.so.7
[21:57:56.467] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:57:56.467] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:57:56.467] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:57:56.467] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:57:56.467] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8212f8bd8) at ../src/backe...
[21:57:56.467] #8  0x00000000007d21cc in main (argc=8, argv=0x8212f8bd8) at ../src/backend/main/main.c:196
[21:57:56.726] #0  0x000000082dcec41a in thr_kill () from /lib/libc.so.7
core
[21:58:00.178] #0  0x000000082a34941a in thr_kill () from /lib/libc.so.7
[21:58:00.178] #1  0x000000082a2c2e64 in raise () from /lib/libc.so.7
[21:58:00.178] #2  0x000000082a3736f9 in abort () from /lib/libc.so.7
[21:58:00.178] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:58:00.178] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:58:00.178] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:58:00.178] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:58:00.178] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x82143e4b0) at ../src/backe...
[21:58:00.178] #8  0x00000000007d21cc in main (argc=8, argv=0x82143e4b0) at ../src/backend/main/main.c:196
[21:58:00.431] #0  0x000000082aaf141a in thr_kill () from /lib/libc.so.7
core
[21:58:00.440] #0  0x000000082aaf141a in thr_kill () from /lib/libc.so.7
[21:58:00.440] #1  0x000000082aa6ae64 in raise () from /lib/libc.so.7
[21:58:00.440] #2  0x000000082ab1b6f9 in abort () from /lib/libc.so.7
[21:58:00.440] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:58:00.440] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:58:00.440] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:58:00.440] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:58:00.441] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x82158acc8) at ../src/backe...
[21:58:00.441] #8  0x00000000007d21cc in main (argc=8, argv=0x82158acc8) at ../src/backend/main/main.c:196
[21:58:00.692] #0  0x000000082936c41a in thr_kill () from /lib/libc.so.7
core
[21:58:00.701] #0  0x000000082936c41a in thr_kill () from /lib/libc.so.7
[21:58:00.701] #1  0x00000008292e5e64 in raise () from /lib/libc.so.7
[21:58:00.701] #2  0x00000008293966f9 in abort () from /lib/libc.so.7
[21:58:00.701] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:58:00.701] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:58:00.701] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:58:00.701] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:58:00.701] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820fbf3a0) at ../src/backe...
[21:58:00.701] #8  0x00000000007d21cc in main (argc=8, argv=0x820fbf3a0) at ../src/backend/main/main.c:196
[21:58:00.950] #0  0x0000000829c5841a in thr_kill () from /lib/libc.so.7
core
[21:58:00.959] #0  0x0000000829c5841a in thr_kill () from /lib/libc.so.7
[21:58:00.959] #1  0x0000000829bd1e64 in raise () from /lib/libc.so.7
[21:58:00.959] #2  0x0000000829c826f9 in abort () from /lib/libc.so.7
[21:58:00.959] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:58:00.959] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:58:00.959] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:58:00.959] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:58:00.960] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8216b6fc0) at ../src/backe...
[21:58:00.960] #8  0x00000000007d21cc in main (argc=8, argv=0x8216b6fc0) at ../src/backend/main/main.c:196
[21:58:01.211] #0  0x000000082bf7041a in thr_kill () from /lib/libc.so.7
core
[21:57:56.207] #0  0x0000000829e1e41a in thr_kill () from /lib/libc.so.7
[21:57:56.207] #1  0x0000000829d97e64 in raise () from /lib/libc.so.7
[21:57:56.207] #2  0x0000000829e486f9 in abort () from /lib/libc.so.7
[21:57:56.207] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:57:56.207] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:57:56.207] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:57:56.207] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:57:56.207] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820c01fc8) at ../src/backe...
[21:57:56.207] #8  0x00000000007d21cc in main (argc=8, argv=0x820c01fc8) at ../src/backend/main/main.c:196
[21:57:56.458] #0  0x000000082a92f41a in thr_kill () from /lib/libc.so.7
core
[21:58:01.220] #0  0x000000082bf7041a in thr_kill () from /lib/libc.so.7
[21:58:01.220] #1  0x000000082bee9e64 in raise () from /lib/libc.so.7
[21:58:01.220] #2  0x000000082bf9a6f9 in abort () from /lib/libc.so.7
[21:58:01.220] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:58:01.220] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:58:01.220] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:58:01.220] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:58:01.220] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8216f2b70) at ../src/backe...
[21:58:01.220] #8  0x00000000007d21cc in main (argc=8, argv=0x8216f2b70) at ../src/backend/main/main.c:196
[21:58:01.468] #0  0x000000082c49541a in thr_kill () from /lib/libc.so.7
core
[21:58:01.477] #0  0x000000082c49541a in thr_kill () from /lib/libc.so.7
[21:58:01.477] #1  0x000000082c40ee64 in raise () from /lib/libc.so.7
[21:58:01.477] #2  0x000000082c4bf6f9 in abort () from /lib/libc.so.7
[21:58:01.477] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:58:01.477] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:58:01.477] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:58:01.477] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:58:01.477] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x82187bd48) at ../src/backe...
[21:58:01.477] #8  0x00000000007d21cc in main (argc=8, argv=0x82187bd48) at ../src/backend/main/main.c:196
[21:58:01.726] #0  0x000000082a93741a in thr_kill () from /lib/libc.so.7
core
[21:57:55.945] #0  0x00000008290c841a in thr_kill () from /lib/libc.so.7
[21:57:55.945] #1  0x0000000829041e64 in raise () from /lib/libc.so.7
[21:57:55.945] #2  0x00000008290f26f9 in abort () from /lib/libc.so.7
[21:57:55.945] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:57:55.945] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:57:55.945] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:57:55.945] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:57:55.945] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821a3f630) at ../src/backe...
[21:57:55.945] #8  0x00000000007d21cc in main (argc=8, argv=0x821a3f630) at ../src/backend/main/main.c:196
[21:57:56.197] #0  0x0000000829e1e41a in thr_kill () from /lib/libc.so.7
core
[21:57:55.684] #0  0x000000082c30a41a in thr_kill () from /lib/libc.so.7
[21:57:55.684] #1  0x000000082c283e64 in raise () from /lib/libc.so.7
[21:57:55.684] #2  0x000000082c3346f9 in abort () from /lib/libc.so.7
[21:57:55.684] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:57:55.684] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:57:55.684] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:57:55.684] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:57:55.684] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8215cd770) at ../src/backe...
[21:57:55.684] #8  0x00000000007d21cc in main (argc=8, argv=0x8215cd770) at ../src/backend/main/main.c:196
[21:57:55.936] #0  0x00000008290c841a in thr_kill () from /lib/libc.so.7
core
[21:58:01.736] #0  0x000000082a93741a in thr_kill () from /lib/libc.so.7
[21:58:01.736] #1  0x000000082a8b0e64 in raise () from /lib/libc.so.7
[21:58:01.736] #2  0x000000082a9616f9 in abort () from /lib/libc.so.7
[21:58:01.736] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:58:01.736] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:58:01.736] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:58:01.736] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:58:01.736] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8213ea058) at ../src/backe...
[21:58:01.736] #8  0x00000000007d21cc in main (argc=8, argv=0x8213ea058) at ../src/backend/main/main.c:196
[21:58:01.991] #0  0x000000082b28c41a in thr_kill () from /lib/libc.so.7
core
[21:58:02.000] #0  0x000000082b28c41a in thr_kill () from /lib/libc.so.7
[21:58:02.000] #1  0x000000082b205e64 in raise () from /lib/libc.so.7
[21:58:02.000] #2  0x000000082b2b66f9 in abort () from /lib/libc.so.7
[21:58:02.000] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:58:02.000] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:58:02.000] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:58:02.000] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:58:02.000] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8212171b8) at ../src/backe...
[21:58:02.000] #8  0x00000000007d21cc in main (argc=8, argv=0x8212171b8) at ../src/backend/main/main.c:196
[21:58:02.251] #0  0x000000082c93a41a in thr_kill () from /lib/libc.so.7
core
[21:58:02.261] #0  0x000000082c93a41a in thr_kill () from /lib/libc.so.7
[21:58:02.261] #1  0x000000082c8b3e64 in raise () from /lib/libc.so.7
[21:58:02.261] #2  0x000000082c9646f9 in abort () from /lib/libc.so.7
[21:58:02.261] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:58:02.261] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:58:02.261] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:58:02.261] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:58:02.261] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8217d64c0) at ../src/backe...
[21:58:02.261] #8  0x00000000007d21cc in main (argc=8, argv=0x8217d64c0) at ../src/backend/main/main.c:196
[21:58:02.513] #0  0x000000082bc6b41a in thr_kill () from /lib/libc.so.7
core
[21:58:02.523] #0  0x000000082bc6b41a in thr_kill () from /lib/libc.so.7
[21:58:02.523] #1  0x000000082bbe4e64 in raise () from /lib/libc.so.7
[21:58:02.523] #2  0x000000082bc956f9 in abort () from /lib/libc.so.7
[21:58:02.523] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:58:02.523] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:58:02.523] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:58:02.523] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:58:02.523] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821034670) at ../src/backe...
[21:58:02.523] #8  0x00000000007d21cc in main (argc=8, argv=0x821034670) at ../src/backend/main/main.c:196
[21:58:02.772] #0  0x000000082db9141a in thr_kill () from /lib/libc.so.7
core
[21:58:02.782] #0  0x000000082db9141a in thr_kill () from /lib/libc.so.7
[21:58:02.782] #1  0x000000082db0ae64 in raise () from /lib/libc.so.7
[21:58:02.782] #2  0x000000082dbbb6f9 in abort () from /lib/libc.so.7
[21:58:02.782] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:58:02.782] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:58:02.782] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:58:02.782] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:58:02.782] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820fd6f48) at ../src/backe...
[21:58:02.782] #8  0x00000000007d21cc in main (argc=8, argv=0x820fd6f48) at ../src/backend/main/main.c:196
[21:58:03.034] #0  0x000000082c1f541a in thr_kill () from /lib/libc.so.7
core
[21:58:03.043] #0  0x000000082c1f541a in thr_kill () from /lib/libc.so.7
[21:58:03.043] #1  0x000000082c16ee64 in raise () from /lib/libc.so.7
[21:58:03.043] #2  0x000000082c21f6f9 in abort () from /lib/libc.so.7
[21:58:03.043] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:58:03.043] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:58:03.043] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:58:03.043] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:58:03.043] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8213e07a8) at ../src/backe...
[21:58:03.043] #8  0x00000000007d21cc in main (argc=8, argv=0x8213e07a8) at ../src/backend/main/main.c:196
[21:58:03.297] #0  0x0000000828e8f41a in thr_kill () from /lib/libc.so.7
core
[21:57:55.424] #0  0x000000082d5fd41a in thr_kill () from /lib/libc.so.7
[21:57:55.424] #1  0x000000082d576e64 in raise () from /lib/libc.so.7
[21:57:55.424] #2  0x000000082d6276f9 in abort () from /lib/libc.so.7
[21:57:55.424] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:57:55.424] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:57:55.424] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:57:55.424] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:57:55.424] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821429288) at ../src/backe...
[21:57:55.424] #8  0x00000000007d21cc in main (argc=8, argv=0x821429288) at ../src/backend/main/main.c:196
[21:57:55.675] #0  0x000000082c30a41a in thr_kill () from /lib/libc.so.7
core
[21:57:55.165] #0  0x000000082bab941a in thr_kill () from /lib/libc.so.7
[21:57:55.165] #1  0x000000082ba32e64 in raise () from /lib/libc.so.7
[21:57:55.165] #2  0x000000082bae36f9 in abort () from /lib/libc.so.7
[21:57:55.165] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:57:55.165] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:57:55.165] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:57:55.165] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:57:55.165] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820f105b8) at ../src/backe...
[21:57:55.165] #8  0x00000000007d21cc in main (argc=8, argv=0x820f105b8) at ../src/backend/main/main.c:196
[21:57:55.414] #0  0x000000082d5fd41a in thr_kill () from /lib/libc.so.7
core
[21:58:03.306] #0  0x0000000828e8f41a in thr_kill () from /lib/libc.so.7
[21:58:03.306] #1  0x0000000828e08e64 in raise () from /lib/libc.so.7
[21:58:03.306] #2  0x0000000828eb96f9 in abort () from /lib/libc.so.7
[21:58:03.306] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:58:03.306] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:58:03.306] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:58:03.306] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:58:03.307] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820e16da8) at ../src/backe...
[21:58:03.307] #8  0x00000000007d21cc in main (argc=8, argv=0x820e16da8) at ../src/backend/main/main.c:196
[21:58:03.555] #0  0x000000082a5f341a in thr_kill () from /lib/libc.so.7
core
[21:57:54.904] #0  0x000000082bc6241a in thr_kill () from /lib/libc.so.7
[21:57:54.904] #1  0x000000082bbdbe64 in raise () from /lib/libc.so.7
[21:57:54.904] #2  0x000000082bc8c6f9 in abort () from /lib/libc.so.7
[21:57:54.904] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:57:54.904] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:57:54.904] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:57:54.904] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:57:54.904] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821545ad8) at ../src/backe...
[21:57:54.904] #8  0x00000000007d21cc in main (argc=8, argv=0x821545ad8) at ../src/backend/main/main.c:196
[21:57:55.156] #0  0x000000082bab941a in thr_kill () from /lib/libc.so.7
core
[21:58:03.564] #0  0x000000082a5f341a in thr_kill () from /lib/libc.so.7
[21:58:03.564] #1  0x000000082a56ce64 in raise () from /lib/libc.so.7
[21:58:03.564] #2  0x000000082a61d6f9 in abort () from /lib/libc.so.7
[21:58:03.564] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:58:03.564] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:58:03.564] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:58:03.564] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:58:03.564] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820bc1368) at ../src/backe...
[21:58:03.564] #8  0x00000000007d21cc in main (argc=8, argv=0x820bc1368) at ../src/backend/main/main.c:196
[21:58:03.819] #0  0x000000082b99541a in thr_kill () from /lib/libc.so.7
core
[21:58:03.828] #0  0x000000082b99541a in thr_kill () from /lib/libc.so.7
[21:58:03.828] #1  0x000000082b90ee64 in raise () from /lib/libc.so.7
[21:58:03.828] #2  0x000000082b9bf6f9 in abort () from /lib/libc.so.7
[21:58:03.828] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:58:03.828] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:58:03.828] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:58:03.828] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:58:03.828] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8210f0930) at ../src/backe...
[21:58:03.828] #8  0x00000000007d21cc in main (argc=8, argv=0x8210f0930) at ../src/backend/main/main.c:196
[21:58:04.087] #0  0x000000082c54641a in thr_kill () from /lib/libc.so.7
core
[21:58:04.097] #0  0x000000082c54641a in thr_kill () from /lib/libc.so.7
[21:58:04.097] #1  0x000000082c4bfe64 in raise () from /lib/libc.so.7
[21:58:04.097] #2  0x000000082c5706f9 in abort () from /lib/libc.so.7
[21:58:04.097] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:58:04.097] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:58:04.097] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:58:04.097] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:58:04.097] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821440cf8) at ../src/backe...
[21:58:04.097] #8  0x00000000007d21cc in main (argc=8, argv=0x821440cf8) at ../src/backend/main/main.c:196
[21:58:04.349] #0  0x000000082c1b541a in thr_kill () from /lib/libc.so.7
core
[21:58:04.358] #0  0x000000082c1b541a in thr_kill () from /lib/libc.so.7
[21:58:04.358] #1  0x000000082c12ee64 in raise () from /lib/libc.so.7
[21:58:04.358] #2  0x000000082c1df6f9 in abort () from /lib/libc.so.7
[21:58:04.358] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:58:04.358] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:58:04.358] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:58:04.358] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:58:04.358] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821721598) at ../src/backe...
[21:58:04.358] #8  0x00000000007d21cc in main (argc=8, argv=0x821721598) at ../src/backend/main/main.c:196
[21:58:04.609] #0  0x000000082c6a541a in thr_kill () from /lib/libc.so.7
core
[21:58:04.618] #0  0x000000082c6a541a in thr_kill () from /lib/libc.so.7
[21:58:04.618] #1  0x000000082c61ee64 in raise () from /lib/libc.so.7
[21:58:04.618] #2  0x000000082c6cf6f9 in abort () from /lib/libc.so.7
[21:58:04.618] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:58:04.618] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:58:04.618] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:58:04.618] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:58:04.618] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820e6a878) at ../src/backe...
[21:58:04.618] #8  0x00000000007d21cc in main (argc=8, argv=0x820e6a878) at ../src/backend/main/main.c:196
[21:58:04.872] #0  0x000000082afae41a in thr_kill () from /lib/libc.so.7
core
[21:57:54.643] #0  0x000000082c2c541a in thr_kill () from /lib/libc.so.7
[21:57:54.643] #1  0x000000082c23ee64 in raise () from /lib/libc.so.7
[21:57:54.643] #2  0x000000082c2ef6f9 in abort () from /lib/libc.so.7
[21:57:54.643] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:57:54.643] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:57:54.643] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:57:54.643] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:57:54.643] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8215d0de0) at ../src/backe...
[21:57:54.643] #8  0x00000000007d21cc in main (argc=8, argv=0x8215d0de0) at ../src/backend/main/main.c:196
[21:57:54.895] #0  0x000000082bc6241a in thr_kill () from /lib/libc.so.7
core
[21:57:54.384] #0  0x000000082cc0c41a in thr_kill () from /lib/libc.so.7
[21:57:54.384] #1  0x000000082cb85e64 in raise () from /lib/libc.so.7
[21:57:54.384] #2  0x000000082cc366f9 in abort () from /lib/libc.so.7
[21:57:54.384] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:57:54.384] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:57:54.384] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:57:54.384] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:57:54.384] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8210f3ed0) at ../src/backe...
[21:57:54.384] #8  0x00000000007d21cc in main (argc=8, argv=0x8210f3ed0) at ../src/backend/main/main.c:196
[21:57:54.634] #0  0x000000082c2c541a in thr_kill () from /lib/libc.so.7
core
[21:57:54.126] #0  0x000000082c06141a in thr_kill () from /lib/libc.so.7
[21:57:54.126] #1  0x000000082bfdae64 in raise () from /lib/libc.so.7
[21:57:54.126] #2  0x000000082c08b6f9 in abort () from /lib/libc.so.7
[21:57:54.126] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:57:54.126] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:57:54.126] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:57:54.126] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:57:54.126] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821733c80) at ../src/backe...
[21:57:54.126] #8  0x00000000007d21cc in main (argc=8, argv=0x821733c80) at ../src/backend/main/main.c:196
[21:57:54.375] #0  0x000000082cc0c41a in thr_kill () from /lib/libc.so.7
core
[21:57:53.866] #0  0x000000082c59541a in thr_kill () from /lib/libc.so.7
[21:57:53.866] #1  0x000000082c50ee64 in raise () from /lib/libc.so.7
[21:57:53.866] #2  0x000000082c5bf6f9 in abort () from /lib/libc.so.7
[21:57:53.866] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:57:53.866] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:57:53.866] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:57:53.866] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:57:53.867] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821916018) at ../src/backe...
[21:57:53.867] #8  0x00000000007d21cc in main (argc=8, argv=0x821916018) at ../src/backend/main/main.c:196
[21:57:54.116] #0  0x000000082c06141a in thr_kill () from /lib/libc.so.7
core
[21:58:04.881] #0  0x000000082afae41a in thr_kill () from /lib/libc.so.7
[21:58:04.881] #1  0x000000082af27e64 in raise () from /lib/libc.so.7
[21:58:04.881] #2  0x000000082afd86f9 in abort () from /lib/libc.so.7
[21:58:04.881] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:58:04.881] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:58:04.881] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:58:04.881] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:58:04.881] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820fc9970) at ../src/backe...
[21:58:04.881] #8  0x00000000007d21cc in main (argc=8, argv=0x820fc9970) at ../src/backend/main/main.c:196
[21:58:05.132] #0  0x000000082be1b41a in thr_kill () from /lib/libc.so.7
core
[21:58:05.141] #0  0x000000082be1b41a in thr_kill () from /lib/libc.so.7
[21:58:05.141] #1  0x000000082bd94e64 in raise () from /lib/libc.so.7
[21:58:05.141] #2  0x000000082be456f9 in abort () from /lib/libc.so.7
[21:58:05.141] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:58:05.141] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:58:05.141] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:58:05.141] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:58:05.141] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8215123a8) at ../src/backe...
[21:58:05.141] #8  0x00000000007d21cc in main (argc=8, argv=0x8215123a8) at ../src/backend/main/main.c:196
[21:58:05.393] #0  0x000000082b4ee41a in thr_kill () from /lib/libc.so.7
core
[21:58:05.402] #0  0x000000082b4ee41a in thr_kill () from /lib/libc.so.7
[21:58:05.402] #1  0x000000082b467e64 in raise () from /lib/libc.so.7
[21:58:05.402] #2  0x000000082b5186f9 in abort () from /lib/libc.so.7
[21:58:05.402] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:58:05.402] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:58:05.402] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:58:05.402] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:58:05.402] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x82121ac70) at ../src/backe...
[21:58:05.402] #8  0x00000000007d21cc in main (argc=8, argv=0x82121ac70) at ../src/backend/main/main.c:196
[21:58:05.655] #0  0x000000082a9a041a in thr_kill () from /lib/libc.so.7
core
[21:58:05.664] #0  0x000000082a9a041a in thr_kill () from /lib/libc.so.7
[21:58:05.664] #1  0x000000082a919e64 in raise () from /lib/libc.so.7
[21:58:05.664] #2  0x000000082a9ca6f9 in abort () from /lib/libc.so.7
[21:58:05.664] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:58:05.664] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:58:05.664] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:58:05.664] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:58:05.664] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820d0cdf0) at ../src/backe...
[21:58:05.664] #8  0x00000000007d21cc in main (argc=8, argv=0x820d0cdf0) at ../src/backend/main/main.c:196
[21:58:05.915] #0  0x000000082bf1841a in thr_kill () from /lib/libc.so.7
core
[21:58:05.925] #0  0x000000082bf1841a in thr_kill () from /lib/libc.so.7
[21:58:05.925] #1  0x000000082be91e64 in raise () from /lib/libc.so.7
[21:58:05.925] #2  0x000000082bf426f9 in abort () from /lib/libc.so.7
[21:58:05.925] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:58:05.925] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:58:05.925] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:58:05.925] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:58:05.925] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8211b9f18) at ../src/backe...
[21:58:05.925] #8  0x00000000007d21cc in main (argc=8, argv=0x8211b9f18) at ../src/backend/main/main.c:196
[21:58:06.177] #0  0x000000082bc8d41a in thr_kill () from /lib/libc.so.7
core
[21:58:06.186] #0  0x000000082bc8d41a in thr_kill () from /lib/libc.so.7
[21:58:06.186] #1  0x000000082bc06e64 in raise () from /lib/libc.so.7
[21:58:06.186] #2  0x000000082bcb76f9 in abort () from /lib/libc.so.7
[21:58:06.186] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:58:06.186] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:58:06.186] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:58:06.186] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:58:06.186] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8218d6980) at ../src/backe...
[21:58:06.186] #8  0x00000000007d21cc in main (argc=8, argv=0x8218d6980) at ../src/backend/main/main.c:196
[21:58:06.435] #0  0x000000082c00041a in thr_kill () from /lib/libc.so.7
core
[21:57:53.605] #0  0x000000082c87441a in thr_kill () from /lib/libc.so.7
[21:57:53.605] #1  0x000000082c7ede64 in raise () from /lib/libc.so.7
[21:57:53.605] #2  0x000000082c89e6f9 in abort () from /lib/libc.so.7
[21:57:53.605] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:57:53.605] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:57:53.605] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:57:53.605] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:57:53.605] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820e7a100) at ../src/backe...
[21:57:53.605] #8  0x00000000007d21cc in main (argc=8, argv=0x820e7a100) at ../src/backend/main/main.c:196
[21:57:53.857] #0  0x000000082c59541a in thr_kill () from /lib/libc.so.7
core
[21:57:53.342] #0  0x000000082af7b41a in thr_kill () from /lib/libc.so.7
[21:57:53.342] #1  0x000000082aef4e64 in raise () from /lib/libc.so.7
[21:57:53.342] #2  0x000000082afa56f9 in abort () from /lib/libc.so.7
[21:57:53.342] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:57:53.342] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:57:53.342] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:57:53.342] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:57:53.342] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821426160) at ../src/backe...
[21:57:53.342] #8  0x00000000007d21cc in main (argc=8, argv=0x821426160) at ../src/backend/main/main.c:196
[21:57:53.595] #0  0x000000082c87441a in thr_kill () from /lib/libc.so.7
core
[21:57:53.078] #0  0x000000082b7fd41a in thr_kill () from /lib/libc.so.7
[21:57:53.078] #1  0x000000082b776e64 in raise () from /lib/libc.so.7
[21:57:53.078] #2  0x000000082b8276f9 in abort () from /lib/libc.so.7
[21:57:53.078] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:57:53.078] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:57:53.078] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:57:53.078] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:57:53.078] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821260948) at ../src/backe...
[21:57:53.078] #8  0x00000000007d21cc in main (argc=8, argv=0x821260948) at ../src/backend/main/main.c:196
[21:57:53.333] #0  0x000000082af7b41a in thr_kill () from /lib/libc.so.7
core
[21:58:06.445] #0  0x000000082c00041a in thr_kill () from /lib/libc.so.7
[21:58:06.445] #1  0x000000082bf79e64 in raise () from /lib/libc.so.7
[21:58:06.445] #2  0x000000082c02a6f9 in abort () from /lib/libc.so.7
[21:58:06.445] #3  0x0000000000a9fa05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[21:58:06.445] #4  0x000000000089cdb7 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:58:06.445] #5  0x000000000089b2b9 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[21:58:06.445] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:58:06.445] #7  0x000000000089a68b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8215ae7f0) at ../src/backe...
[21:58:06.445] #8  0x00000000007d21cc in main (argc=8, argv=0x8215ae7f0) at ../src/backend/main/main.c:196
[21:58:06.701] #0  0x0000000829af941a in thr_kill () from /lib/libc.so.7
tap
[21:54:44.532](0.178s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/amcheck/001_verify_heapam/data/t...
tap
[21:54:44.690](0.189s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/amcheck/002_cic/data/t_002_cic_C...
tap
[21:54:44.711](0.192s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/amcheck/003_cic_2pc/data/t_003_c...
tap
[21:54:44.739](0.218s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/amcheck/004_verify_nbtree_unique...
tap
[21:54:44.907](0.215s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/amcheck/005_pitr/data/t_005_pitr...
tap
[21:54:45.810](0.249s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/authentication/001_password/data...
tap
[21:54:45.811](0.240s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/authentication/002_saslprep/data...
tap
[21:54:45.788](0.190s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/authentication/003_peer/data/t_0...
tap
[21:54:45.768](0.183s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/authentication/004_file_inclusio...
tap
[21:54:46.025](0.201s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/authentication/006_login_trigger...
tap
[21:54:44.963](0.194s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/auto_explain/001_auto_explain/da...
tap
[21:54:45.054](0.190s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/basebackup_to_shell/001_basic/da...
tap
[21:54:45.103](0.206s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/bloom/001_wal/data/t_001_wal_pri...
tap
[21:54:48.830](0.173s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/brin/01_workitems/data/t_01_work...
tap
[21:54:48.971](0.240s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/brin/02_wal_consistency/data/t_0...
tap
[21:54:51.111](0.226s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/checksums/001_basic/data/t_001_b...
tap
[21:54:51.173](0.219s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/checksums/002_restarts/data/t_00...
tap
[21:54:51.235](0.232s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/checksums/003_standby_restarts/d...
tap
[21:54:51.279](0.243s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/checksums/004_offline/data/t_004...
tap
[21:54:49.045](0.253s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/commit_ts/001_base/data/t_001_ba...
tap
[21:54:49.059](0.175s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/commit_ts/002_standby/data/t_002...
tap
[21:54:49.073](0.198s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/commit_ts/003_standby_2/data/t_0...
tap
[21:54:49.187](0.218s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/commit_ts/004_restart/data/t_004...
tap
[21:54:52.014](0.262s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/icu/010_database/data/t_010_data...
tap
[21:54:49.346](0.165s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/injection_points/001_stats/data/...
tap
[21:30:52.295](0.309s) Bail out!  pg_ctl restart failed
tap
[21:54:50.287](0.190s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/ldap_password_func/001_mutated_b...
tap
[21:54:51.899](0.218s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/ldap/001_auth/data/t_001_auth_no...
tap
[21:54:52.093](0.200s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/ldap/002_bindpasswd/data/t_002_b...
tap
[21:54:49.389](0.163s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/libpq_pipeline/001_libpq_pipelin...
tap
[21:54:28.247](0.204s) Bail out!  pg_ctl stop failed
tap
[21:54:26.612](0.213s) Bail out!  pg_ctl restart failed
tap
[21:54:32.148](0.308s) Bail out!  pg_ctl stop failed
tap
[21:54:31.183](1.652s) Bail out!  pg_ctl stop failed
tap
[21:54:33.807](0.206s) Bail out!  pg_ctl restart failed
tap
[21:54:39.022](1.170s) Bail out!  pg_ctl stop failed
tap
[21:54:36.948](0.000s) not ok 23 - data_checksums=on is reported on an offline cluster stdout /(?^:^on$)/
[21:54:37.318](0.257s) Bail out!  pg_ctl stop failed
tap
[21:54:38.998](0.694s) Bail out!  pg_ctl start failed
tap
[21:54:38.918](0.309s) Bail out!  pg_ctl start failed
tap
[21:54:39.915](0.169s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_combinebackup/005_integrity/d...
tap
[21:54:39.919](0.171s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_combinebackup/006_db_file_cop...
tap
[21:54:39.937](0.171s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_combinebackup/007_wal_level_m...
tap
[21:54:39.951](0.171s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_combinebackup/008_promote/dat...
tap
[21:54:40.224](0.167s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_combinebackup/009_no_full_fil...
tap
[21:54:40.264](0.167s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_controldata/001_pg_controldat...
tap
[21:54:40.279](0.171s) not ok 11 - pg_ctl initdb
tap
[21:54:40.385](0.171s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_ctl/002_status/data/t_002_sta...
tap
[21:54:40.540](0.168s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_ctl/003_promote/data/t_003_pr...
tap
[21:54:40.570](0.164s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_ctl/004_logrotate/data/t_004_...
tap
[21:54:40.730](0.184s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_dump/002_pg_dump/data/t_002_p...
tap
[21:54:40.849](0.167s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_dump/003_pg_dump_with_server/...
tap
[21:54:40.875](0.166s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_dump/004_pg_dump_parallel/dat...
tap
[21:54:40.957](0.188s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_dump/005_pg_dump_filterfile/d...
tap
[21:54:41.033](0.156s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_dump/010_dump_connstr/data/t_...
tap
[21:54:45.264](0.213s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_prewarm/001_basic/data/t_001_...
tap
[21:54:41.199](0.191s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_resetwal/001_basic/data/t_001...
tap
[21:54:41.186](0.171s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_resetwal/002_corrupted/data/t...
tap
[21:54:41.286](0.181s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_rewind/001_basic/data/t_001_b...
tap
[21:54:41.336](0.165s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_rewind/002_databases/data/t_0...
tap
[21:54:41.501](0.170s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_rewind/003_extrafiles/data/t_...
tap
[21:54:41.507](0.167s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_rewind/004_pg_xlog_symlink/da...
tap
[21:54:41.629](0.203s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_rewind/005_same_timeline/data...
tap
[21:54:41.896](0.256s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_rewind/007_standby_source/dat...
tap
[21:54:41.847](0.219s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_rewind/008_min_recovery_point...
tap
[21:54:41.868](0.217s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_rewind/009_growing_files/data...
tap
[21:54:41.928](0.203s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_rewind/010_keep_recycled_wals...
tap
[21:54:45.378](0.251s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_stat_statements/010_restart/d...
tap
[21:30:45.157](0.773s) Bail out!  pg_ctl stop failed
tap
[21:29:49.497](2.926s) Bail out!  pg_ctl stop failed
tap
[21:29:51.667](2.473s) Bail out!  pg_ctl stop failed
tap
[21:54:42.203](0.189s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_verifybackup/002_algorithm/da...
tap
[21:54:42.311](0.272s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_verifybackup/003_corruption/d...
tap
[21:54:42.279](0.202s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_verifybackup/004_options/data...
tap
[21:54:42.463](0.271s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_verifybackup/006_encoding/dat...
tap
[21:54:42.567](0.215s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_verifybackup/007_wal/data/t_0...
tap
[21:54:42.742](0.295s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_verifybackup/008_untar/data/t...
tap
[21:54:42.625](0.172s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_verifybackup/009_extract/data...
tap
[21:54:42.680](0.211s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_verifybackup/010_client_untar...
tap
[21:54:45.405](0.221s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_visibility/001_concurrent_tra...
tap
[21:54:45.404](0.193s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_visibility/002_corrupt_vm/dat...
tap
[21:54:42.834](0.172s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_waldump/001_basic/data/t_001_...
tap
[21:54:42.885](0.168s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_waldump/002_save_fullpage/dat...
tap
[21:54:43.058](0.209s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_walsummary/002_blocks/data/t_...
tap
[21:54:43.094](0.196s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pgbench/001_pgbench_with_server/...
tap
[21:54:46.165](0.236s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/postmaster/001_connection_limits...
tap
[21:54:46.170](0.172s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/postmaster/002_start_stop/data/t...
tap
[21:54:43.227](0.189s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/psql/001_basic/data/t_001_basic_...
tap
[21:54:43.363](0.260s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/psql/010_tab_completion/data/t_0...
tap
[21:54:43.433](0.221s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/psql/020_cancel/data/t_020_cance...
tap
[21:29:49.807](4.848s) Bail out!  pg_ctl stop failed
tap
[21:29:49.213](0.828s) Bail out!  pg_ctl stop failed
tap
[21:29:52.620](2.965s) Bail out!  pg_ctl stop failed
tap
[21:29:53.395](0.731s) Bail out!  pg_ctl restart failed
tap
[21:29:56.014](0.633s) Bail out!  pg_ctl stop failed
tap
[21:30:06.068](12.858s) Bail out!  pg_ctl restart failed
tap
[21:29:56.350](0.814s) Bail out!  pg_ctl stop failed
tap
[21:29:57.479](0.993s) Bail out!  pg_ctl stop failed
tap
[21:30:00.293](3.051s) Bail out!  pg_ctl stop failed
tap
[21:30:01.039](0.903s) Bail out!  pg_ctl stop failed
tap
[21:30:05.940](4.726s) Bail out!  pg_ctl stop failed
tap
[21:30:07.124](5.893s) Bail out!  pg_ctl stop failed
tap
[21:30:06.181](0.861s) Bail out!  pg_ctl restart failed
tap
[21:30:09.462](3.005s) Bail out!  pg_ctl stop failed
tap
[21:30:10.118](1.145s) Bail out!  pg_ctl stop failed
tap
[21:30:09.914](0.661s) Bail out!  pg_ctl stop failed
tap
[21:30:12.491](0.846s) Bail out!  pg_ctl stop failed
tap
[21:30:13.526](0.939s) Bail out!  pg_ctl stop failed
tap
[21:30:13.983](2.829s) Bail out!  pg_ctl restart failed
tap
[21:30:17.502](0.431s) Bail out!  pg_ctl stop failed
tap
[21:31:02.708](0.311s) Bail out!  pg_ctl restart failed
tap
[21:30:21.762](0.515s) Bail out!  pg_ctl stop failed
tap
[21:30:22.008](0.530s) Bail out!  pg_ctl stop failed
tap
[21:30:26.197](0.425s) Bail out!  pg_ctl restart failed
tap
[21:30:27.878](1.039s) Bail out!  pg_ctl restart failed
tap
[21:30:33.585](1.711s) Bail out!  pg_ctl stop failed
tap
[21:30:33.106](4.014s) Bail out!  pg_ctl stop failed
tap
[21:30:37.897](3.080s) Bail out!  pg_ctl stop failed
tap
[21:30:43.762](0.844s) Bail out!  pg_ctl stop failed
tap
[21:30:41.534](3.467s) Bail out!  pg_ctl stop failed
tap
[21:30:48.352](0.933s) Bail out!  pg_ctl restart failed
tap
[21:30:47.077](0.454s) Bail out!  pg_ctl stop failed
tap
[21:30:50.253](0.872s) Bail out!  pg_ctl stop failed
tap
[21:30:49.447](0.527s) Bail out!  pg_ctl stop failed
tap
[21:30:52.456](0.414s) Bail out!  pg_ctl stop failed
tap
[21:54:43.585](0.326s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/010_clusterdb/data/t_010...
tap
[21:54:43.572](0.199s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/011_clusterdb_all/data/t...
tap
[21:54:43.639](0.168s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/020_createdb/data/t_020_...
tap
[21:54:43.700](0.158s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/040_createuser/data/t_04...
tap
[21:54:43.826](0.214s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/050_dropdb/data/t_050_dr...
tap
[21:54:43.932](0.204s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/070_dropuser/data/t_070_...
tap
[21:54:44.020](0.173s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/080_pg_isready/data/t_08...
tap
[21:54:44.068](0.171s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/090_reindexdb/data/t_090...
tap
[21:54:44.025](0.177s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/091_reindexdb_all/data/t...
tap
[21:54:44.212](0.173s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/100_vacuumdb/data/t_100_...
tap
[21:54:44.372](0.269s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/101_vacuumdb_all/data/t_...
tap
[21:54:44.347](0.176s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/102_vacuumdb_stages/data...
tap
[21:54:44.367](0.168s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/200_connstr/data/t_200_c...
tap
[21:54:49.412](0.162s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/ssl_passphrase_callback/001_test...
tap
[21:54:51.504](0.230s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/ssl/001_ssltests/data/t_001_sslt...
tap
[21:54:51.649](0.275s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/ssl/002_scram/data/t_002_scram_p...
tap
[21:54:51.607](0.200s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/ssl/003_sslinfo/data/t_003_sslin...
tap
[21:54:46.179](0.203s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/001_rep_changes/dat...
tap
[21:54:46.304](0.291s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/002_types/data/t_00...
tap
[21:54:46.378](0.209s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/003_constraints/dat...
tap
[21:54:46.525](0.207s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/004_sync/data/t_004...
tap
[21:54:46.558](0.226s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/005_encoding/data/t...
tap
[21:54:46.576](0.187s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/006_rewrite/data/t_...
tap
[21:54:46.731](0.242s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/007_ddl/data/t_007_...
tap
[21:54:46.862](0.317s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/008_diff_schema/dat...
tap
[21:54:46.875](0.195s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/009_matviews/data/t...
tap
[21:54:47.007](0.305s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/010_truncate/data/t...
tap
[21:54:46.952](0.219s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/011_generated/data/...
tap
[21:54:47.093](0.216s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/012_collation/data/...
tap
[21:54:47.245](0.213s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/013_partition/data/...
tap
[21:54:47.233](0.208s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/014_binary/data/t_0...
tap
[21:54:47.285](0.178s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/015_stream/data/t_0...
tap
[21:54:47.452](0.291s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/016_stream_subxact/...
tap
[21:54:47.502](0.252s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/017_stream_ddl/data...
tap
[21:54:47.597](0.205s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/018_stream_subxact_...
tap
[21:54:47.612](0.215s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/019_stream_subxact_...
tap
[21:54:47.654](0.210s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/020_messages/data/t...
tap
[21:54:47.838](0.227s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/021_twophase/data/t...
tap
[21:54:47.911](0.260s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/022_twophase_cascad...
tap
[21:54:47.928](0.177s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/023_twophase_stream...
tap
[21:54:48.011](0.223s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/024_add_drop_pub/da...
tap
[21:54:48.061](0.263s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/025_rep_changes_for...
tap
[21:54:48.215](0.220s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/026_stats/data/t_02...
tap
[21:54:48.271](0.183s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/027_nosuperuser/dat...
tap
[21:54:48.316](0.241s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/028_row_filter/data...
tap
[21:54:48.333](0.175s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/029_on_error/data/t...
tap
[21:54:48.507](0.292s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/030_origin/data/t_0...
tap
[21:54:48.568](0.183s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/031_column_list/dat...
tap
[21:54:48.618](0.189s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/032_subscribe_use_i...
tap
[21:54:48.720](0.216s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/033_run_as_table_ow...
tap
[21:54:48.700](0.221s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/100_bugs/data/t_100...
tap
[21:54:49.491](0.163s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/test_custom_rmgrs/001_basic/data...
tap
[21:54:45.507](0.224s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/test_decoding/001_repl_stats/dat...
tap
[21:54:49.859](0.172s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/test_misc/001_constraint_validat...
tap
[21:54:49.955](0.188s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/test_misc/002_tablespace/data/t_...
tap
[21:54:50.193](0.183s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/test_misc/003_check_guc/data/t_0...
tap
[21:54:50.275](0.178s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/test_misc/004_io_direct/data/t_0...
tap
[21:54:50.340](0.199s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/test_misc/005_timeouts/data/t_00...
tap
[21:54:50.593](0.182s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/test_misc/006_signal_autovacuum/...
tap
[21:54:50.691](0.213s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/test_pg_dump/001_base/data/t_001...
tap
[21:54:50.698](0.233s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/test_slru/001_multixact/data/t_0...
tap
[21:54:50.714](0.210s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/worker_spi/001_worker_spi/data/t...
test
[21:56:32.336]   5/318 postgresql:pg_upgrade / pg_upgrade/003_logical_slots                            ERROR            ...
[21:56:32.336]   6/318 postgresql:recovery / recovery/003_recovery_targets                             ERROR            ...
[21:56:32.336]   7/318 postgresql:recovery / recovery/001_stream_rep                                   ERROR            ...
[21:56:32.336]   8/318 postgresql:pg_upgrade / pg_upgrade/004_subscription                             ERROR            ...
[21:56:32.336]  10/318 postgresql:recovery / recovery/006_logical_decoding                             ERROR            ...
[21:56:32.336]  11/318 postgresql:recovery / recovery/004_timeline_switch                              ERROR            ...
[21:56:32.336]  12/318 postgresql:recovery / recovery/009_twophase                                     ERROR            ...
[21:56:32.336]  13/318 postgresql:recovery / recovery/010_logical_decoding_timelines                   ERROR            ...
[21:56:32.336]  14/318 postgresql:recovery / recovery/007_sync_rep                                     ERROR            ...
[21:56:32.336]  15/318 postgresql:recovery / recovery/012_subtransactions                              ERROR            ...
[21:56:32.336]  16/318 postgresql:recovery / recovery/014_unlogged_reinit                              ERROR            ...
[21:56:32.336]  18/318 postgresql:recovery / recovery/017_shm                                          ERROR            ...
[21:56:32.336]  19/318 postgresql:recovery / recovery/015_promotion_pages                              ERROR            ...
[21:56:32.336]  20/318 postgresql:recovery / recovery/008_fsm_truncation                               ERROR            ...
[21:56:32.336]  21/318 postgresql:recovery / recovery/016_min_consistency                              ERROR            ...
[21:56:32.336]  22/318 postgresql:recovery / recovery/018_wal_optimize                                 ERROR            ...
[21:56:32.336]  23/318 postgresql:recovery / recovery/020_archive_status                               ERROR            ...
[21:56:32.336]  24/318 postgresql:recovery / recovery/019_replslot_limit                               ERROR            ...
[21:56:32.336]  25/318 postgresql:recovery / recovery/021_row_visibility                               ERROR            ...
[21:56:32.336]  26/318 postgresql:recovery / recovery/024_archive_recovery                             ERROR            ...
[21:56:32.336]  27/318 postgresql:recovery / recovery/023_pitr_prepared_xact                           ERROR            ...
[21:56:32.336]  28/318 postgresql:recovery / recovery/026_overwrite_contrecord                         ERROR            ...
[21:56:32.336]  30/318 postgresql:recovery / recovery/029_stats_restart                                ERROR            ...
[21:56:32.336]  31/318 postgresql:recovery / recovery/028_pitr_timelines                               ERROR            ...
[21:56:32.336]  32/318 postgresql:recovery / recovery/030_stats_cleanup_replica                        ERROR            ...
[21:56:32.336]  33/318 postgresql:recovery / recovery/031_recovery_conflict                            ERROR            ...
[21:56:32.336]  34/318 postgresql:recovery / recovery/033_replay_tsp_drops                             ERROR            ...
[21:56:32.336]  35/318 postgresql:recovery / recovery/032_relfilenode_reuse                            ERROR            ...
[21:56:32.336]  36/318 postgresql:recovery / recovery/034_create_database                              ERROR            ...
[21:56:32.336]  37/318 postgresql:recovery / recovery/036_truncated_dropped                            ERROR            ...
[21:56:32.336]  39/318 postgresql:recovery / recovery/035_standby_logical_decoding                     ERROR            ...
[21:56:32.336]  40/318 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[21:56:32.336]  41/318 postgresql:recovery / recovery/039_end_of_wal                                   ERROR            ...
[21:56:32.336]  42/318 postgresql:recovery / recovery/038_save_logical_slots_shutdown                  ERROR            ...
[21:56:32.336]  43/318 postgresql:recovery / recovery/041_checkpoint_at_promote                        ERROR            ...
[21:56:32.336]  44/318 postgresql:recovery / recovery/040_standby_failover_slots_sync                  ERROR            ...
[21:56:32.336]  45/318 postgresql:kerberos / kerberos/001_auth                                         ERROR            ...
[21:56:32.336]  46/318 postgresql:recovery / recovery/042_low_level_backup                             ERROR            ...
[21:56:32.336]  47/318 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[21:56:32.336]  48/318 postgresql:regress / regress/regress                                            ERROR           1...
[21:56:32.336]  49/318 postgresql:isolation / isolation/isolation                                      ERROR           1...
[21:56:32.336]  50/318 postgresql:plperl / plperl/regress                                              ERROR           1...
[21:56:32.336]  51/318 postgresql:plpgsql / plpgsql/regress                                            ERROR           1...
[21:56:32.336]  52/318 postgresql:plpython / plpython/regress                                          ERROR           1...
[21:56:32.336]  53/318 postgresql:pltcl / pltcl/regress                                                ERROR           1...
[21:56:32.336]  54/318 postgresql:recovery / recovery/013_crash_restart                                ERROR           2...
[21:56:32.336]  55/318 postgresql:recovery / recovery/022_crash_temp_files                             ERROR           2...
[21:56:32.336]  56/318 postgresql:amcheck / amcheck/regress                                            ERROR           1...
[21:56:32.336]  57/318 postgresql:basic_archive / basic_archive/regress                                ERROR           1...
[21:56:32.336]  58/318 postgresql:bloom / bloom/regress                                                ERROR           1...
[21:56:32.336]  59/318 postgresql:bool_plperl / bool_plperl/regress                                    ERROR           1...
[21:56:32.336]  60/318 postgresql:btree_gin / btree_gin/regress                                        ERROR           1...
[21:56:32.336]  61/318 postgresql:btree_gist / btree_gist/regress                                      ERROR           1...
[21:56:32.336]  62/318 postgresql:citext / citext/regress                                              ERROR           1...
[21:56:32.336]  63/318 postgresql:cube / cube/regress                                                  ERROR           1...
[21:56:32.337]  64/318 postgresql:dblink / dblink/regress                                              ERROR           1...
[21:56:32.337]  65/318 postgresql:dict_int / dict_int/regress                                          ERROR           1...
[21:56:32.337]  66/318 postgresql:dict_xsyn / dict_xsyn/regress                                        ERROR           1...
[21:56:32.337]  67/318 postgresql:earthdistance / earthdistance/regress                                ERROR           1...
[21:56:32.337]  68/318 postgresql:file_fdw / file_fdw/regress                                          ERROR           1...
[21:56:32.337]  69/318 postgresql:fuzzystrmatch / fuzzystrmatch/regress                                ERROR           1...
[21:56:32.337]  70/318 postgresql:hstore / hstore/regress                                              ERROR           1...
[21:56:32.337]  71/318 postgresql:hstore_plperl / hstore_plperl/regress                                ERROR           1...
[21:56:32.337]  72/318 postgresql:hstore_plpython / hstore_plpython/regress                            ERROR           1...
[21:56:32.337]  73/318 postgresql:intarray / intarray/regress                                          ERROR           1...
[21:56:32.337]  74/318 postgresql:isn / isn/regress                                                    ERROR           1...
[21:56:32.337]  75/318 postgresql:jsonb_plperl / jsonb_plperl/regress                                  ERROR           1...
[21:56:32.337]  76/318 postgresql:jsonb_plpython / jsonb_plpython/regress                              ERROR           1...
[21:56:32.337]  77/318 postgresql:lo / lo/regress                                                      ERROR           1...
[21:56:32.337]  78/318 postgresql:ltree / ltree/regress                                                ERROR           1...
[21:56:32.337]  79/318 postgresql:ltree_plpython / ltree_plpython/regress                              ERROR           1...
[21:56:32.337]  80/318 postgresql:pageinspect / pageinspect/regress                                    ERROR           1...
[21:56:32.337]  81/318 postgresql:passwordcheck / passwordcheck/regress                                ERROR           1...
[21:56:32.337]  82/318 postgresql:pg_buffercache / pg_buffercache/regress                              ERROR           1...
[21:56:32.337]  83/318 postgresql:pg_freespacemap / pg_freespacemap/regress                            ERROR           1...
[21:56:32.337]  84/318 postgresql:pgcrypto / pgcrypto/regress                                          ERROR           1...
[21:56:32.337]  85/318 postgresql:pg_logicalinspect / pg_logicalinspect/isolation                      ERROR           1...
[21:56:32.337]  86/318 postgresql:pgrowlocks / pgrowlocks/isolation                                    ERROR           1...
[21:56:32.337]  87/318 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR           1...
[21:56:32.337]  88/318 postgresql:pgstattuple / pgstattuple/regress                                    ERROR           1...
[21:56:32.337]  89/318 postgresql:pg_surgery / pg_surgery/regress                                      ERROR           1...
[21:56:32.337]  90/318 postgresql:pg_trgm / pg_trgm/regress                                            ERROR           1...
[21:56:32.337]  91/318 postgresql:pg_visibility / pg_visibility/regress                                ERROR           1...
[21:56:32.337]  92/318 postgresql:pg_walinspect / pg_walinspect/regress                                ERROR           1...
[21:56:32.337]  93/318 postgresql:postgres_fdw / postgres_fdw/regress                                  ERROR           1...
[21:56:32.337]  94/318 postgresql:seg / seg/regress                                                    ERROR           1...
[21:56:32.337]  95/318 postgresql:tablefunc / tablefunc/regress                                        ERROR           1...
[21:56:32.337]  96/318 postgresql:tcn / tcn/isolation                                                  ERROR           1...
[21:56:32.337]  97/318 postgresql:tsm_system_rows / tsm_system_rows/regress                            ERROR           1...
[21:56:32.337]  98/318 postgresql:tsm_system_time / tsm_system_time/regress                            ERROR           1...
[21:56:32.337]  99/318 postgresql:test_decoding / test_decoding/isolation                              ERROR           1...
[21:56:32.337] 100/318 postgresql:test_decoding / test_decoding/regress                                ERROR           1...
[21:56:32.337] 101/318 postgresql:unaccent / unaccent/regress                                          ERROR           1...
[21:56:32.337] 102/318 postgresql:uuid-ossp / uuid-ossp/regress                                        ERROR           1...
[21:56:32.337] 103/318 postgresql:xml2 / xml2/regress                                                  ERROR           1...
[21:56:32.337] 104/318 postgresql:brin / brin/isolation                                                ERROR           1...
[21:56:32.337] 105/318 postgresql:commit_ts / commit_ts/regress                                        ERROR           1...
[21:56:32.337] 106/318 postgresql:delay_execution / delay_execution/isolation                          ERROR           1...
[21:56:32.337] 107/318 postgresql:dummy_index_am / dummy_index_am/regress                              ERROR           1...
[21:56:32.337] 108/318 postgresql:dummy_seclabel / dummy_seclabel/regress                              ERROR           1...
[21:56:32.337] 109/318 postgresql:gin / gin/regress                                                    ERROR           1...
[21:56:32.337] 110/318 postgresql:injection_points / injection_points/regress                          ERROR           1...
[21:56:32.337] 111/318 postgresql:injection_points / injection_points/isolation                        ERROR           1...
[21:56:32.337] 112/318 postgresql:plsample / plsample/regress                                          ERROR           1...
[21:56:32.337] 113/318 postgresql:spgist_name_ops / spgist_name_ops/regress                            ERROR           1...
[21:56:32.337] 114/318 postgresql:test_bloomfilter / test_bloomfilter/regress                          ERROR           1...
[21:56:32.337] 115/318 postgresql:test_copy_callbacks / test_copy_callbacks/regress                    ERROR           1...
[21:56:32.337] 116/318 postgresql:test_ddl_deparse / test_ddl_deparse/regress                          ERROR           1...
[21:56:32.337] 117/318 postgresql:test_dsa / test_dsa/regress                                          ERROR           1...
[21:56:32.337] 118/318 postgresql:test_dsm_registry / test_dsm_registry/regress                        ERROR           1...
[21:56:32.337] 119/318 postgresql:test_extensions / test_extensions/regress                            ERROR           1...
[21:56:32.337] 120/318 postgresql:test_ginpostinglist / test_ginpostinglist/regress                    ERROR           1...
[21:56:32.337] 121/318 postgresql:test_lfind / test_lfind/regress                                      ERROR           1...
[21:56:32.337] 122/318 postgresql:test_oat_hooks / test_oat_hooks/regress                              ERROR           1...
[21:56:32.337] 123/318 postgresql:test_integerset / test_integerset/regress                            ERROR           1...
[21:56:32.337] 124/318 postgresql:test_parser / test_parser/regress                                    ERROR           1...
[21:56:32.337] 125/318 postgresql:test_pg_dump / test_pg_dump/regress                                  ERROR           1...
[21:56:32.337] 126/318 postgresql:test_predtest / test_predtest/regress                                ERROR           1...
[21:56:32.337] 127/318 postgresql:test_radixtree / test_radixtree/regress                              ERROR           1...
[21:56:32.338] 128/318 postgresql:test_rbtree / test_rbtree/regress                                    ERROR           1...
[21:56:32.338] 129/318 postgresql:test_regex / test_regex/regress                                      ERROR           1...
[21:56:32.338] 130/318 postgresql:test_resowner / test_resowner/regress                                ERROR           1...
[21:56:32.338] 133/318 postgresql:test_rls_hooks / test_rls_hooks/regress                              ERROR           1...
[21:56:32.338] 135/318 postgresql:test_shm_mq / test_shm_mq/regress                                    ERROR           1...
[21:56:32.338] 136/318 postgresql:libpq / libpq/005_negotiate_encryption                               ERROR            ...
[21:56:32.338] 138/318 postgresql:libpq / libpq/003_load_balance_host_list                             ERROR            ...
[21:56:32.338] 140/318 postgresql:pg_amcheck / pg_amcheck/004_verify_heapam                            ERROR            ...
[21:56:32.338] 141/318 postgresql:pg_amcheck / pg_amcheck/003_check                                    ERROR            ...
[21:56:32.338] 143/318 postgresql:pg_basebackup / pg_basebackup/010_pg_basebackup                      ERROR            ...
[21:56:32.338] 145/318 postgresql:test_slru / test_slru/regress                                        ERROR           1...
[21:56:32.338] 152/318 postgresql:pg_checksums / pg_checksums/002_actions                              ERROR            ...
[21:56:32.338] 154/318 postgresql:pg_combinebackup / pg_combinebackup/003_timeline                     ERROR            ...
[21:56:32.338] 155/318 postgresql:pg_combinebackup / pg_combinebackup/002_compare_backups              ERROR            ...
[21:56:32.338] 156/318 postgresql:pg_basebackup / pg_basebackup/040_pg_createsubscriber                ERROR            ...
[21:56:32.338] 157/318 postgresql:pg_combinebackup / pg_combinebackup/005_integrity                    ERROR            ...
[21:56:32.338] 158/318 postgresql:pg_combinebackup / pg_combinebackup/006_db_file_copy                 ERROR            ...
[21:56:32.338] 159/318 postgresql:pg_combinebackup / pg_combinebackup/007_wal_level_minimal            ERROR            ...
[21:56:32.338] 160/318 postgresql:pg_combinebackup / pg_combinebackup/008_promote                      ERROR            ...
[21:56:32.338] 162/318 postgresql:pg_combinebackup / pg_combinebackup/009_no_full_file                 ERROR            ...
[21:56:32.338] 163/318 postgresql:pg_controldata / pg_controldata/001_pg_controldata                   ERROR            ...
[21:56:32.338] 164/318 postgresql:pg_ctl / pg_ctl/001_start_stop                                       ERROR            ...
[21:56:32.338] 165/318 postgresql:pg_ctl / pg_ctl/002_status                                           ERROR            ...
[21:56:32.338] 166/318 postgresql:pg_ctl / pg_ctl/003_promote                                          ERROR            ...
[21:56:32.338] 167/318 postgresql:pg_ctl / pg_ctl/004_logrotate                                        ERROR            ...
[21:56:32.338] 169/318 postgresql:pg_dump / pg_dump/002_pg_dump                                        ERROR            ...
[21:56:32.338] 170/318 postgresql:pg_dump / pg_dump/003_pg_dump_with_server                            ERROR            ...
[21:56:32.338] 171/318 postgresql:pg_dump / pg_dump/004_pg_dump_parallel                               ERROR            ...
[21:56:32.338] 172/318 postgresql:pg_dump / pg_dump/005_pg_dump_filterfile                             ERROR            ...
[21:56:32.338] 173/318 postgresql:pg_dump / pg_dump/010_dump_connstr                                   ERROR            ...
[21:56:32.338] 174/318 postgresql:pg_resetwal / pg_resetwal/002_corrupted                              ERROR            ...
[21:56:32.338] 175/318 postgresql:pg_resetwal / pg_resetwal/001_basic                                  ERROR            ...
[21:56:32.338] 176/318 postgresql:pg_rewind / pg_rewind/001_basic                                      ERROR            ...
[21:56:32.338] 177/318 postgresql:pg_rewind / pg_rewind/002_databases                                  ERROR            ...
[21:56:32.338] 178/318 postgresql:test_tidstore / test_tidstore/regress                                ERROR           1...
[21:56:32.338] 180/318 postgresql:pg_rewind / pg_rewind/004_pg_xlog_symlink                            ERROR            ...
[21:56:32.338] 181/318 postgresql:pg_rewind / pg_rewind/003_extrafiles                                 ERROR            ...
[21:56:32.338] 182/318 postgresql:pg_rewind / pg_rewind/005_same_timeline                              ERROR            ...
[21:56:32.338] 184/318 postgresql:pg_rewind / pg_rewind/008_min_recovery_point                         ERROR            ...
[21:56:32.338] 185/318 postgresql:pg_rewind / pg_rewind/009_growing_files                              ERROR            ...
[21:56:32.338] 186/318 postgresql:pg_rewind / pg_rewind/007_standby_source                             ERROR            ...
[21:56:32.338] 187/318 postgresql:pg_rewind / pg_rewind/010_keep_recycled_wals                         ERROR            ...
[21:56:32.338] 190/318 postgresql:pg_verifybackup / pg_verifybackup/002_algorithm                      ERROR            ...
[21:56:32.338] 191/318 postgresql:pg_verifybackup / pg_verifybackup/004_options                        ERROR            ...
[21:56:32.338] 192/318 postgresql:pg_verifybackup / pg_verifybackup/003_corruption                     ERROR            ...
[21:56:32.338] 194/318 postgresql:pg_verifybackup / pg_verifybackup/006_encoding                       ERROR            ...
[21:56:32.338] 195/318 postgresql:pg_verifybackup / pg_verifybackup/007_wal                            ERROR            ...
[21:56:32.338] 196/318 postgresql:pg_verifybackup / pg_verifybackup/009_extract                        ERROR            ...
[21:56:32.338] 197/318 postgresql:pg_verifybackup / pg_verifybackup/010_client_untar                   ERROR            ...
[21:56:32.338] 198/318 postgresql:pg_verifybackup / pg_verifybackup/008_untar                          ERROR            ...
[21:56:32.338] 199/318 postgresql:pg_waldump / pg_waldump/001_basic                                    ERROR            ...
[21:56:32.338] 201/318 postgresql:pg_waldump / pg_waldump/002_save_fullpage                            ERROR            ...
[21:56:32.338] 202/318 postgresql:pg_walsummary / pg_walsummary/002_blocks                             ERROR            ...
[21:56:32.338] 203/318 postgresql:pgbench / pgbench/001_pgbench_with_server                            ERROR            ...
[21:56:32.340] 204/318 postgresql:psql / psql/001_basic                                                ERROR            ...
[21:56:32.340] 206/318 postgresql:psql / psql/010_tab_completion                                       ERROR            ...
[21:56:32.340] 207/318 postgresql:psql / psql/020_cancel                                               ERROR            ...
[21:56:32.340] 208/318 postgresql:scripts / scripts/011_clusterdb_all                                  ERROR            ...
[21:56:32.340] 209/318 postgresql:scripts / scripts/010_clusterdb                                      ERROR            ...
[21:56:32.340] 210/318 postgresql:scripts / scripts/020_createdb                                       ERROR            ...
[21:56:32.340] 211/318 postgresql:scripts / scripts/040_createuser                                     ERROR            ...
[21:56:32.340] 212/318 postgresql:scripts / scripts/050_dropdb                                         ERROR            ...
[21:56:32.340] 213/318 postgresql:scripts / scripts/070_dropuser                                       ERROR            ...
[21:56:32.340] 214/318 postgresql:scripts / scripts/080_pg_isready                                     ERROR            ...
[21:56:32.340] 215/318 postgresql:scripts / scripts/091_reindexdb_all                                  ERROR            ...
[21:56:32.340] 216/318 postgresql:scripts / scripts/090_reindexdb                                      ERROR            ...
[21:56:32.340] 217/318 postgresql:scripts / scripts/100_vacuumdb                                       ERROR            ...
[21:56:32.340] 218/318 postgresql:scripts / scripts/102_vacuumdb_stages                                ERROR            ...
[21:56:32.340] 219/318 postgresql:scripts / scripts/200_connstr                                        ERROR            ...
[21:56:32.340] 220/318 postgresql:scripts / scripts/101_vacuumdb_all                                   ERROR            ...
[21:56:32.340] 221/318 postgresql:amcheck / amcheck/001_verify_heapam                                  ERROR            ...
[21:56:32.340] 223/318 postgresql:amcheck / amcheck/002_cic                                            ERROR            ...
[21:56:32.340] 224/318 postgresql:amcheck / amcheck/003_cic_2pc                                        ERROR            ...
[21:56:32.340] 225/318 postgresql:amcheck / amcheck/004_verify_nbtree_unique                           ERROR            ...
[21:56:32.340] 226/318 postgresql:amcheck / amcheck/005_pitr                                           ERROR            ...
[21:56:32.340] 227/318 postgresql:auto_explain / auto_explain/001_auto_explain                         ERROR            ...
[21:56:32.340] 229/318 postgresql:basebackup_to_shell / basebackup_to_shell/001_basic                  ERROR            ...
[21:56:32.340] 230/318 postgresql:bloom / bloom/001_wal                                                ERROR            ...
[21:56:32.340] 231/318 postgresql:pg_prewarm / pg_prewarm/001_basic                                    ERROR            ...
[21:56:32.340] 232/318 postgresql:pg_stat_statements / pg_stat_statements/010_restart                  ERROR            ...
[21:56:32.340] 233/318 postgresql:pg_visibility / pg_visibility/002_corrupt_vm                         ERROR            ...
[21:56:32.340] 234/318 postgresql:pg_visibility / pg_visibility/001_concurrent_transaction             ERROR            ...
[21:56:32.340] 236/318 postgresql:test_decoding / test_decoding/001_repl_stats                         ERROR            ...
[21:56:32.340] 238/318 postgresql:authentication / authentication/004_file_inclusion                   ERROR            ...
[21:56:32.340] 239/318 postgresql:authentication / authentication/003_peer                             ERROR            ...
[21:56:32.340] 240/318 postgresql:authentication / authentication/002_saslprep                         ERROR            ...
[21:56:32.340] 241/318 postgresql:authentication / authentication/001_password                         ERROR            ...
[21:56:32.340] 242/318 postgresql:authentication / authentication/006_login_trigger                    ERROR            ...
[21:56:32.340] 243/318 postgresql:postmaster / postmaster/001_connection_limits                        ERROR            ...
[21:56:32.340] 244/318 postgresql:postmaster / postmaster/002_start_stop                               ERROR            ...
[21:56:32.340] 245/318 postgresql:subscription / subscription/001_rep_changes                          ERROR            ...
[21:56:32.340] 246/318 postgresql:subscription / subscription/002_types                                ERROR            ...
[21:56:32.340] 247/318 postgresql:subscription / subscription/003_constraints                          ERROR            ...
[21:56:32.340] 248/318 postgresql:subscription / subscription/004_sync                                 ERROR            ...
[21:56:32.340] 249/318 postgresql:subscription / subscription/005_encoding                             ERROR            ...
[21:56:32.340] 250/318 postgresql:subscription / subscription/006_rewrite                              ERROR            ...
[21:56:32.340] 251/318 postgresql:subscription / subscription/007_ddl                                  ERROR            ...
[21:56:32.340] 252/318 postgresql:subscription / subscription/008_diff_schema                          ERROR            ...
[21:56:32.340] 253/318 postgresql:subscription / subscription/009_matviews                             ERROR            ...
[21:56:32.340] 254/318 postgresql:subscription / subscription/011_generated                            ERROR            ...
[21:56:32.340] 255/318 postgresql:subscription / subscription/010_truncate                             ERROR            ...
[21:56:32.340] 256/318 postgresql:subscription / subscription/012_collation                            ERROR            ...
[21:56:32.340] 257/318 postgresql:subscription / subscription/014_binary                               ERROR            ...
[21:56:32.340] 258/318 postgresql:subscription / subscription/013_partition                            ERROR            ...
[21:56:32.340] 259/318 postgresql:subscription / subscription/015_stream                               ERROR            ...
[21:56:32.340] 260/318 postgresql:subscription / subscription/016_stream_subxact                       ERROR            ...
[21:56:32.340] 261/318 postgresql:subscription / subscription/017_stream_ddl                           ERROR            ...
[21:56:32.372] 262/318 postgresql:subscription / subscription/018_stream_subxact_abort                 ERROR            ...
[21:56:32.372] 263/318 postgresql:subscription / subscription/019_stream_subxact_ddl_abort             ERROR            ...
[21:56:32.372] 264/318 postgresql:subscription / subscription/020_messages                             ERROR            ...
[21:56:32.372] 265/318 postgresql:subscription / subscription/021_twophase                             ERROR            ...
[21:56:32.372] 266/318 postgresql:subscription / subscription/022_twophase_cascade                     ERROR            ...
[21:56:32.372] 267/318 postgresql:subscription / subscription/023_twophase_stream                      ERROR            ...
[21:56:32.372] 268/318 postgresql:subscription / subscription/024_add_drop_pub                         ERROR            ...
[21:56:32.372] 269/318 postgresql:subscription / subscription/025_rep_changes_for_schema               ERROR            ...
[21:56:32.372] 270/318 postgresql:subscription / subscription/026_stats                                ERROR            ...
[21:56:32.372] 271/318 postgresql:subscription / subscription/027_nosuperuser                          ERROR            ...
[21:56:32.372] 272/318 postgresql:subscription / subscription/028_row_filter                           ERROR            ...
[21:56:32.372] 273/318 postgresql:subscription / subscription/029_on_error                             ERROR            ...
[21:56:32.372] 274/318 postgresql:subscription / subscription/030_origin                               ERROR            ...
[21:56:32.372] 275/318 postgresql:subscription / subscription/031_column_list                          ERROR            ...
[21:56:32.372] 276/318 postgresql:subscription / subscription/032_subscribe_use_index                  ERROR            ...
[21:56:32.372] 277/318 postgresql:subscription / subscription/100_bugs                                 ERROR            ...
[21:56:32.372] 278/318 postgresql:subscription / subscription/033_run_as_table_owner                   ERROR            ...
[21:56:32.372] 279/318 postgresql:brin / brin/01_workitems                                             ERROR            ...
[21:56:32.372] 280/318 postgresql:brin / brin/02_wal_consistency                                       ERROR            ...
[21:56:32.372] 281/318 postgresql:commit_ts / commit_ts/001_base                                       ERROR            ...
[21:56:32.372] 282/318 postgresql:commit_ts / commit_ts/002_standby                                    ERROR            ...
[21:56:32.372] 283/318 postgresql:commit_ts / commit_ts/003_standby_2                                  ERROR            ...
[21:56:32.372] 284/318 postgresql:commit_ts / commit_ts/004_restart                                    ERROR            ...
[21:56:32.372] 285/318 postgresql:injection_points / injection_points/001_stats                        ERROR            ...
[21:56:32.372] 286/318 postgresql:libpq_pipeline / libpq_pipeline/001_libpq_pipeline                   ERROR            ...
[21:56:32.372] 287/318 postgresql:ssl_passphrase_callback / ssl_passphrase_callback/001_testfunc       ERROR            ...
[21:56:32.372] 288/318 postgresql:test_custom_rmgrs / test_custom_rmgrs/001_basic                      ERROR            ...
[21:56:32.372] 291/318 postgresql:test_misc / test_misc/001_constraint_validation                      ERROR            ...
[21:56:32.372] 292/318 postgresql:test_misc / test_misc/002_tablespace                                 ERROR            ...
[21:56:32.372] 294/318 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
[21:56:32.372] 295/318 postgresql:test_misc / test_misc/004_io_direct                                  ERROR            ...
[21:56:32.372] 296/318 postgresql:ldap_password_func / ldap_password_func/001_mutated_bindpasswd       ERROR            ...
[21:56:32.372] 297/318 postgresql:test_misc / test_misc/005_timeouts                                   ERROR            ...
[21:56:32.372] 298/318 postgresql:test_misc / test_misc/006_signal_autovacuum                          ERROR            ...
[21:56:32.372] 299/318 postgresql:test_pg_dump / test_pg_dump/001_base                                 ERROR            ...
[21:56:32.372] 300/318 postgresql:test_slru / test_slru/001_multixact                                  ERROR            ...
[21:56:32.372] 301/318 postgresql:worker_spi / worker_spi/001_worker_spi                               ERROR            ...
[21:56:32.372] 305/318 postgresql:checksums / checksums/001_basic                                      ERROR            ...
[21:56:32.372] 306/318 postgresql:checksums / checksums/002_restarts                                   ERROR            ...
[21:56:32.372] 307/318 postgresql:checksums / checksums/003_standby_restarts                           ERROR            ...
[21:56:32.372] 308/318 postgresql:checksums / checksums/004_offline                                    ERROR            ...
[21:56:32.372] 309/318 postgresql:ssl / ssl/001_ssltests                                               ERROR            ...
[21:56:32.372] 310/318 postgresql:ssl / ssl/003_sslinfo                                                ERROR            ...
[21:56:32.372] 311/318 postgresql:ssl / ssl/002_scram                                                  ERROR            ...
[21:56:32.372] 312/318 postgresql:ldap / ldap/001_auth                                                 ERROR            ...
[21:56:32.372] 313/318 postgresql:icu / icu/010_database                                               ERROR            ...
[21:56:32.372] 314/318 postgresql:ldap / ldap/002_bindpasswd                                           ERROR            ...
[21:56:32.372] 316/318 postgresql:typcache / typcache/regress                                          ERROR           1...
[21:56:32.372] 317/318 postgresql:unsafe_tests / unsafe_tests/regress                                  ERROR           1...
[21:56:32.372] 318/318 postgresql:ecpg / ecpg/ecpg                                                     ERROR           1...
Linux - Debian Bookworm - Autoconf
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2887, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2887, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2887, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2887, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2887, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2887, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2887, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2887, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2887, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2887, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2887, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2887, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2887, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2887, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2887, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2887, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2887, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2887, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2887, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2887, PID...
core
[21:36:29.102] #0  0x00007faac40abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:36:29.102] #1  0x00007faac405cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:36:29.102] #2  0x00007faac4047472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:36:29.102] #3  0x0000564c60158df0 in ExceptionalCondition (conditionName=conditionName@entry=0x564c604c28e0 "(remain...
[21:36:29.102] #4  0x0000564c5fca7cad in PostmasterStateMachine () at postmaster.c:2887
[21:36:29.102] #5  0x0000564c5fca81e1 in process_pm_shutdown_request () at postmaster.c:2142
[21:36:29.102] #6  0x0000564c5fca931c in ServerLoop () at postmaster.c:1650
[21:36:29.102] #7  0x0000564c5fcab613 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x6070000003a0) at postmaste...
[21:36:29.102] #8  0x0000564c5fa510f3 in main (argc=8, argv=0x6070000003a0) at main.c:196
[21:36:29.559] #0  0x00007fcefd6abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:36:29.572] #0  0x00007fcefd6abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:36:29.572] #1  0x00007fcefd65cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:36:29.572] #2  0x00007fcefd647472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:36:29.572] #3  0x0000555f10cf8df0 in ExceptionalCondition (conditionName=conditionName@entry=0x555f110628e0 "(remain...
[21:36:29.572] #4  0x0000555f10847cad in PostmasterStateMachine () at postmaster.c:2887
[21:36:29.572] #5  0x0000555f10848322 in process_pm_shutdown_request () at postmaster.c:2179
[21:36:29.572] #6  0x0000555f1084931c in ServerLoop () at postmaster.c:1650
[21:36:29.572] #7  0x0000555f1084b613 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x6040000005d0) at postmaste...
[21:36:29.572] #8  0x0000555f105f10f3 in main (argc=4, argv=0x6040000005d0) at main.c:196
[21:36:30.027] #0  0x00007f65a44abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:36:30.038] #0  0x00007f65a44abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:36:30.038] #1  0x00007f65a445cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:36:30.038] #2  0x00007f65a4447472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:36:30.038] #3  0x000055fb87a12df0 in ExceptionalCondition (conditionName=conditionName@entry=0x55fb87d7c8e0 "(remain...
[21:36:30.038] #4  0x000055fb87561cad in PostmasterStateMachine () at postmaster.c:2887
[21:36:30.038] #5  0x000055fb875621e1 in process_pm_shutdown_request () at postmaster.c:2142
[21:36:30.038] #6  0x000055fb8756331c in ServerLoop () at postmaster.c:1650
[21:36:30.038] #7  0x000055fb87565613 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x6070000003a0) at postmaste...
[21:36:30.038] #8  0x000055fb8730b0f3 in main (argc=8, argv=0x6070000003a0) at main.c:196
[21:36:30.508] #0  0x00007fc8e84abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:36:30.519] #0  0x00007fc8e84abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:36:30.519] #1  0x00007fc8e845cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:36:30.519] #2  0x00007fc8e8447472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:36:30.519] #3  0x000055b3ae6f5df0 in ExceptionalCondition (conditionName=conditionName@entry=0x55b3aea5f8e0 "(remain...
[21:36:30.519] #4  0x000055b3ae244cad in PostmasterStateMachine () at postmaster.c:2887
[21:36:30.519] #5  0x000055b3ae2451e1 in process_pm_shutdown_request () at postmaster.c:2142
[21:36:30.519] #6  0x000055b3ae24631c in ServerLoop () at postmaster.c:1650
[21:36:30.519] #7  0x000055b3ae248613 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x6040000005d0) at postmaste...
[21:36:30.519] #8  0x000055b3adfee0f3 in main (argc=4, argv=0x6040000005d0) at main.c:196
[21:36:30.978] #0  0x00007fcc56aabebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:36:30.991] #0  0x00007fcc56aabebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:36:30.991] #1  0x00007fcc56a5cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:36:30.991] #2  0x00007fcc56a47472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:36:30.991] #3  0x0000560f12af1df0 in ExceptionalCondition (conditionName=conditionName@entry=0x560f12e5b8e0 "(remain...
[21:36:30.991] #4  0x0000560f12640cad in PostmasterStateMachine () at postmaster.c:2887
[21:36:30.991] #5  0x0000560f126411e1 in process_pm_shutdown_request () at postmaster.c:2142
[21:36:30.991] #6  0x0000560f1264231c in ServerLoop () at postmaster.c:1650
[21:36:30.991] #7  0x0000560f12644613 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x604000000610) at postmaste...
[21:36:30.991] #8  0x0000560f123ea0f3 in main (argc=4, argv=0x604000000610) at main.c:196
[21:36:31.450] #0  0x00007fe38d4abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:36:31.461] #0  0x00007fe38d4abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:36:31.461] #1  0x00007fe38d45cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:36:31.461] #2  0x00007fe38d447472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:36:31.461] #3  0x000055c8cfc23df0 in ExceptionalCondition (conditionName=conditionName@entry=0x55c8cff8d8e0 "(remain...
[21:36:31.461] #4  0x000055c8cf772cad in PostmasterStateMachine () at postmaster.c:2887
[21:36:31.461] #5  0x000055c8cf7731e1 in process_pm_shutdown_request () at postmaster.c:2142
[21:36:31.461] #6  0x000055c8cf77431c in ServerLoop () at postmaster.c:1650
[21:36:31.461] #7  0x000055c8cf776613 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x6070000003a0) at postmaste...
[21:36:31.461] #8  0x000055c8cf51c0f3 in main (argc=8, argv=0x6070000003a0) at main.c:196
[21:36:31.919] #0  0x00007f650eeabebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:36:25.300] #0  0x00007fd0796abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:36:25.300] #1  0x00007fd07965cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:36:25.300] #2  0x00007fd079647472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:36:25.300] #3  0x000055ab29ee0df0 in ExceptionalCondition (conditionName=conditionName@entry=0x55ab2a24a8e0 "(remain...
[21:36:25.300] #4  0x000055ab29a2fcad in PostmasterStateMachine () at postmaster.c:2887
[21:36:25.300] #5  0x000055ab29a301e1 in process_pm_shutdown_request () at postmaster.c:2142
[21:36:25.300] #6  0x000055ab29a3131c in ServerLoop () at postmaster.c:1650
[21:36:25.300] #7  0x000055ab29a33613 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x6070000003a0) at postmaste...
[21:36:25.300] #8  0x000055ab297d90f3 in main (argc=8, argv=0x6070000003a0) at main.c:196
[21:36:25.764] #0  0x00007f3575fdbebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:36:31.931] #0  0x00007f650eeabebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:36:31.931] #1  0x00007f650ee5cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:36:31.931] #2  0x00007f650ee47472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:36:31.931] #3  0x0000557372ceadf0 in ExceptionalCondition (conditionName=conditionName@entry=0x5573730548e0 "(remain...
[21:36:31.931] #4  0x0000557372839cad in PostmasterStateMachine () at postmaster.c:2887
[21:36:31.931] #5  0x000055737283a1e1 in process_pm_shutdown_request () at postmaster.c:2142
[21:36:31.931] #6  0x000055737283b31c in ServerLoop () at postmaster.c:1650
[21:36:31.931] #7  0x000055737283d613 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x6070000003a0) at postmaste...
[21:36:31.931] #8  0x00005573725e30f3 in main (argc=8, argv=0x6070000003a0) at main.c:196
[21:36:32.393] #0  0x00007fbb688abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:36:32.405] #0  0x00007fbb688abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:36:32.405] #1  0x00007fbb6885cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:36:32.405] #2  0x00007fbb68847472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:36:32.405] #3  0x000056366014ddf0 in ExceptionalCondition (conditionName=conditionName@entry=0x5636604b78e0 "(remain...
[21:36:32.405] #4  0x000056365fc9ccad in PostmasterStateMachine () at postmaster.c:2887
[21:36:32.405] #5  0x000056365fc9d322 in process_pm_shutdown_request () at postmaster.c:2179
[21:36:32.405] #6  0x000056365fc9e31c in ServerLoop () at postmaster.c:1650
[21:36:32.405] #7  0x000056365fca0613 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x6040000005d0) at postmaste...
[21:36:32.405] #8  0x000056365fa460f3 in main (argc=4, argv=0x6040000005d0) at main.c:196
[21:36:32.866] #0  0x00007f85846abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:36:24.830] #0  0x00007fde595dbebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:36:24.830] #1  0x00007fde5958cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:36:24.830] #2  0x00007fde59577472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:36:24.830] #3  0x0000557bde59edf0 in ExceptionalCondition (conditionName=conditionName@entry=0x557bde9088e0 "(remain...
[21:36:24.830] #4  0x0000557bde0edcad in PostmasterStateMachine () at postmaster.c:2887
[21:36:24.830] #5  0x0000557bde0ee1e1 in process_pm_shutdown_request () at postmaster.c:2142
[21:36:24.830] #6  0x0000557bde0ef31c in ServerLoop () at postmaster.c:1650
[21:36:24.830] #7  0x0000557bde0f1613 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x6040000005d0) at postmaste...
[21:36:24.830] #8  0x0000557bdde970f3 in main (argc=4, argv=0x6040000005d0) at main.c:196
[21:36:25.288] #0  0x00007fd0796abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:36:32.877] #0  0x00007f85846abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:36:32.877] #1  0x00007f858465cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:36:32.877] #2  0x00007f8584647472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:36:32.877] #3  0x000055aeed889df0 in ExceptionalCondition (conditionName=conditionName@entry=0x55aeedbf38e0 "(remain...
[21:36:32.877] #4  0x000055aeed3d8cad in PostmasterStateMachine () at postmaster.c:2887
[21:36:32.877] #5  0x000055aeed3d91e1 in process_pm_shutdown_request () at postmaster.c:2142
[21:36:32.877] #6  0x000055aeed3da31c in ServerLoop () at postmaster.c:1650
[21:36:32.877] #7  0x000055aeed3dc613 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x6070000003a0) at postmaste...
[21:36:32.877] #8  0x000055aeed1820f3 in main (argc=8, argv=0x6070000003a0) at main.c:196
[21:36:33.328] #0  0x00007f9370eabebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:36:33.341] #0  0x00007f9370eabebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:36:33.341] #1  0x00007f9370e5cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:36:33.341] #2  0x00007f9370e47472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:36:33.341] #3  0x00005649343afdf0 in ExceptionalCondition (conditionName=conditionName@entry=0x5649347198e0 "(remain...
[21:36:33.341] #4  0x0000564933efecad in PostmasterStateMachine () at postmaster.c:2887
[21:36:33.341] #5  0x0000564933eff1e1 in process_pm_shutdown_request () at postmaster.c:2142
[21:36:33.341] #6  0x0000564933f0031c in ServerLoop () at postmaster.c:1650
[21:36:33.341] #7  0x0000564933f02613 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x604000000610) at postmaste...
[21:36:33.341] #8  0x0000564933ca80f3 in main (argc=4, argv=0x604000000610) at main.c:196
core
[21:36:24.359] #0  0x00007f3331aabebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:36:24.359] #1  0x00007f3331a5cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:36:24.359] #2  0x00007f3331a47472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:36:24.359] #3  0x0000558454fe5df0 in ExceptionalCondition (conditionName=conditionName@entry=0x55845534f8e0 "(remain...
[21:36:24.359] #4  0x0000558454b34cad in PostmasterStateMachine () at postmaster.c:2887
[21:36:24.359] #5  0x0000558454b35322 in process_pm_shutdown_request () at postmaster.c:2179
[21:36:24.359] #6  0x0000558454b3631c in ServerLoop () at postmaster.c:1650
[21:36:24.359] #7  0x0000558454b38613 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x6040000005d0) at postmaste...
[21:36:24.359] #8  0x00005584548de0f3 in main (argc=4, argv=0x6040000005d0) at main.c:196
[21:36:24.818] #0  0x00007fde595dbebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:36:26.732] #0  0x00007f77956abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:36:26.732] #1  0x00007f779565cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:36:26.732] #2  0x00007f7795647472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:36:26.732] #3  0x0000555d9447edf0 in ExceptionalCondition (conditionName=conditionName@entry=0x555d947e88e0 "(remain...
[21:36:26.732] #4  0x0000555d93fcdcad in PostmasterStateMachine () at postmaster.c:2887
[21:36:26.732] #5  0x0000555d93fce322 in process_pm_shutdown_request () at postmaster.c:2179
[21:36:26.732] #6  0x0000555d93fcf31c in ServerLoop () at postmaster.c:1650
[21:36:26.732] #7  0x0000555d93fd1613 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x604000000590) at postmaste...
[21:36:26.732] #8  0x0000555d93d770f3 in main (argc=4, argv=0x604000000590) at main.c:196
[21:36:27.196] #0  0x00007f63405dbebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:36:27.207] #0  0x00007f63405dbebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:36:27.207] #1  0x00007f634058cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:36:27.207] #2  0x00007f6340577472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:36:27.207] #3  0x000055a1af3a5df0 in ExceptionalCondition (conditionName=conditionName@entry=0x55a1af70f8e0 "(remain...
[21:36:27.207] #4  0x000055a1aeef4cad in PostmasterStateMachine () at postmaster.c:2887
[21:36:27.207] #5  0x000055a1aeef51e1 in process_pm_shutdown_request () at postmaster.c:2142
[21:36:27.207] #6  0x000055a1aeef631c in ServerLoop () at postmaster.c:1650
[21:36:27.207] #7  0x000055a1aeef8613 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x6070000003a0) at postmaste...
[21:36:27.207] #8  0x000055a1aec9e0f3 in main (argc=8, argv=0x6070000003a0) at main.c:196
[21:36:27.668] #0  0x00007f55e6eabebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:36:27.680] #0  0x00007f55e6eabebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:36:27.680] #1  0x00007f55e6e5cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:36:27.680] #2  0x00007f55e6e47472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:36:27.680] #3  0x000055b729bacdf0 in ExceptionalCondition (conditionName=conditionName@entry=0x55b729f168e0 "(remain...
[21:36:27.680] #4  0x000055b7296fbcad in PostmasterStateMachine () at postmaster.c:2887
[21:36:27.680] #5  0x000055b7296fc322 in process_pm_shutdown_request () at postmaster.c:2179
[21:36:27.680] #6  0x000055b7296fd31c in ServerLoop () at postmaster.c:1650
[21:36:27.680] #7  0x000055b7296ff613 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x604000000610) at postmaste...
[21:36:27.680] #8  0x000055b7294a50f3 in main (argc=4, argv=0x604000000610) at main.c:196
[21:36:28.132] #0  0x00007fa4482abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:36:28.144] #0  0x00007fa4482abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:36:28.144] #1  0x00007fa44825cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:36:28.144] #2  0x00007fa448247472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:36:28.144] #3  0x000055de05c77df0 in ExceptionalCondition (conditionName=conditionName@entry=0x55de05fe18e0 "(remain...
[21:36:28.144] #4  0x000055de057c6cad in PostmasterStateMachine () at postmaster.c:2887
[21:36:28.144] #5  0x000055de057c71e1 in process_pm_shutdown_request () at postmaster.c:2142
[21:36:28.144] #6  0x000055de057c831c in ServerLoop () at postmaster.c:1650
[21:36:28.144] #7  0x000055de057ca613 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x6070000003a0) at postmaste...
[21:36:28.144] #8  0x000055de055700f3 in main (argc=8, argv=0x6070000003a0) at main.c:196
[21:36:28.622] #0  0x00007f3b6a8abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:36:28.633] #0  0x00007f3b6a8abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:36:28.633] #1  0x00007f3b6a85cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:36:28.633] #2  0x00007f3b6a847472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:36:28.633] #3  0x000055893b280df0 in ExceptionalCondition (conditionName=conditionName@entry=0x55893b5ea8e0 "(remain...
[21:36:28.633] #4  0x000055893adcfcad in PostmasterStateMachine () at postmaster.c:2887
[21:36:28.633] #5  0x000055893add01e1 in process_pm_shutdown_request () at postmaster.c:2142
[21:36:28.633] #6  0x000055893add131c in ServerLoop () at postmaster.c:1650
[21:36:28.633] #7  0x000055893add3613 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x6070000003a0) at postmaste...
[21:36:28.633] #8  0x000055893ab790f3 in main (argc=8, argv=0x6070000003a0) at main.c:196
[21:36:29.090] #0  0x00007faac40abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:36:26.273] #0  0x00007fd3e50abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:36:26.273] #1  0x00007fd3e505cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:36:26.273] #2  0x00007fd3e5047472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:36:26.273] #3  0x000055d421997df0 in ExceptionalCondition (conditionName=conditionName@entry=0x55d421d018e0 "(remain...
[21:36:26.273] #4  0x000055d4214e6cad in PostmasterStateMachine () at postmaster.c:2887
[21:36:26.273] #5  0x000055d4214e71e1 in process_pm_shutdown_request () at postmaster.c:2142
[21:36:26.273] #6  0x000055d4214e831c in ServerLoop () at postmaster.c:1650
[21:36:26.273] #7  0x000055d4214ea613 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x6070000003a0) at postmaste...
[21:36:26.273] #8  0x000055d4212900f3 in main (argc=8, argv=0x6070000003a0) at main.c:196
[21:36:26.720] #0  0x00007f77956abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:36:25.776] #0  0x00007f3575fdbebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:36:25.776] #1  0x00007f3575f8cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:36:25.776] #2  0x00007f3575f77472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:36:25.776] #3  0x00005588956cadf0 in ExceptionalCondition (conditionName=conditionName@entry=0x558895a348e0 "(remain...
[21:36:25.776] #4  0x0000558895219cad in PostmasterStateMachine () at postmaster.c:2887
[21:36:25.776] #5  0x000055889521a322 in process_pm_shutdown_request () at postmaster.c:2179
[21:36:25.776] #6  0x000055889521b31c in ServerLoop () at postmaster.c:1650
[21:36:25.776] #7  0x000055889521d613 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x604000000610) at postmaste...
[21:36:25.776] #8  0x0000558894fc30f3 in main (argc=4, argv=0x604000000610) at main.c:196
[21:36:26.261] #0  0x00007fd3e50abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
tap
[21:32:37.650](0.937s) Bail out!  pg_ctl stop failed
tap
[21:32:27.254](1.569s) Bail out!  pg_ctl restart failed
tap
[21:32:17.741](1.485s) Bail out!  pg_ctl stop failed
tap
[21:32:13.593](2.134s) Bail out!  pg_ctl stop failed
Linux - Debian Bookworm - Meson
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
core
[21:44:26.167] #0  0x00007fa60d4a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:26.167] #1  0x00007fa60d45afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:26.167] #2  0x00007fa60d445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:26.167] #3  0x000055a5bf802159 in ExceptionalCondition (conditionName=conditionName@entry=0x55a5bfaa4328 "(remain...
[21:44:26.167] #4  0x000055a5bf41ecd8 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:44:26.167] #5  0x000055a5bf41f22e in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[21:44:26.167] #6  0x000055a5bf4200f0 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:44:26.167] #7  0x000055a5bf421b5f in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55a5e0713d40) at ../src/ba...
[21:44:26.167] #8  0x000055a5bf259b85 in main (argc=8, argv=0x55a5e0713d40) at ../src/backend/main/main.c:196
[21:44:26.612] #0  0x00007f6d53aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:44:25.704] #0  0x00007f3c582a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:25.704] #1  0x00007f3c5825afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:25.704] #2  0x00007f3c58245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:25.704] #3  0x0000557211d0c159 in ExceptionalCondition (conditionName=conditionName@entry=0x557211fae328 "(remain...
[21:44:25.704] #4  0x0000557211928cd8 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:44:25.704] #5  0x000055721192922e in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[21:44:25.704] #6  0x000055721192a0f0 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:44:25.704] #7  0x000055721192bb5f in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55723326ad40) at ../src/ba...
[21:44:25.704] #8  0x0000557211763b85 in main (argc=8, argv=0x55723326ad40) at ../src/backend/main/main.c:196
[21:44:26.145] #0  0x00007fa60d4a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:44:59.701] #0  0x00007f100daa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:59.701] #1  0x00007f100da5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:59.701] #2  0x00007f100da45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:59.701] #3  0x000056518b516159 in ExceptionalCondition (conditionName=conditionName@entry=0x56518b7b8328 "(remain...
[21:44:59.701] #4  0x000056518b132cd8 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:44:59.701] #5  0x000056518b13336f in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[21:44:59.701] #6  0x000056518b1340f0 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:44:59.701] #7  0x000056518b135b5f in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5651aa5c1d00) at ../src/ba...
[21:44:59.701] #8  0x000056518af6db85 in main (argc=4, argv=0x5651aa5c1d00) at ../src/backend/main/main.c:196
[21:45:00.142] #0  0x00007feaaf6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:45:00.163] #0  0x00007feaaf6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:45:00.163] #1  0x00007feaaf65afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:45:00.163] #2  0x00007feaaf645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:45:00.163] #3  0x000055db8a25c159 in ExceptionalCondition (conditionName=conditionName@entry=0x55db8a4fe328 "(remain...
[21:45:00.163] #4  0x000055db89e78cd8 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:45:00.163] #5  0x000055db89e7922e in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[21:45:00.163] #6  0x000055db89e7a0f0 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:45:00.163] #7  0x000055db89e7bb5f in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55dba70ffd90) at ../src/ba...
[21:45:00.163] #8  0x000055db89cb3b85 in main (argc=8, argv=0x55dba70ffd90) at ../src/backend/main/main.c:196
[21:45:00.614] #0  0x00007fc59a4a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:44:25.239] #0  0x00007fdade6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:25.239] #1  0x00007fdade65afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:25.239] #2  0x00007fdade645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:25.239] #3  0x000055c73b8de159 in ExceptionalCondition (conditionName=conditionName@entry=0x55c73bb80328 "(remain...
[21:44:25.239] #4  0x000055c73b4facd8 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:44:25.239] #5  0x000055c73b4fb36f in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[21:44:25.239] #6  0x000055c73b4fc0f0 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:44:25.240] #7  0x000055c73b4fdb5f in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55c75e6bbcf0) at ../src/ba...
[21:44:25.240] #8  0x000055c73b335b85 in main (argc=4, argv=0x55c75e6bbcf0) at ../src/backend/main/main.c:196
[21:44:25.684] #0  0x00007f3c582a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:44:24.762] #0  0x00007fd148ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:24.762] #1  0x00007fd148e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:24.762] #2  0x00007fd148e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:24.762] #3  0x000056302eb2e159 in ExceptionalCondition (conditionName=conditionName@entry=0x56302edd0328 "(remain...
[21:44:24.762] #4  0x000056302e74acd8 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:44:24.762] #5  0x000056302e74b22e in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[21:44:24.762] #6  0x000056302e74c0f0 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:44:24.762] #7  0x000056302e74db5f in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x56304ba18d20) at ../src/ba...
[21:44:24.762] #8  0x000056302e585b85 in main (argc=8, argv=0x56304ba18d20) at ../src/backend/main/main.c:196
[21:44:25.217] #0  0x00007fdade6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:44:24.290] #0  0x00007feec62a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:24.290] #1  0x00007feec625afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:24.290] #2  0x00007feec6245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:24.290] #3  0x000055e66b489159 in ExceptionalCondition (conditionName=conditionName@entry=0x55e66b72b328 "(remain...
[21:44:24.290] #4  0x000055e66b0a5cd8 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:44:24.290] #5  0x000055e66b0a622e in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[21:44:24.290] #6  0x000055e66b0a70f0 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:44:24.291] #7  0x000055e66b0a8b5f in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55e6719ddd90) at ../src/ba...
[21:44:24.291] #8  0x000055e66aee0b85 in main (argc=8, argv=0x55e6719ddd90) at ../src/backend/main/main.c:196
[21:44:24.740] #0  0x00007fd148ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:44:23.843] #0  0x00007f4b47ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:23.843] #1  0x00007f4b47e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:23.843] #2  0x00007f4b47e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:23.843] #3  0x0000560183bf3159 in ExceptionalCondition (conditionName=conditionName@entry=0x560183e95328 "(remain...
[21:44:23.843] #4  0x000056018380fcd8 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:44:23.843] #5  0x000056018381036f in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[21:44:23.843] #6  0x00005601838110f0 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:44:23.843] #7  0x0000560183812b5f in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x560196b5cd00) at ../src/ba...
[21:44:23.843] #8  0x000056018364ab85 in main (argc=4, argv=0x560196b5cd00) at ../src/backend/main/main.c:196
[21:44:24.269] #0  0x00007feec62a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:44:23.376] #0  0x00007f93ad0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:23.376] #1  0x00007f93ad05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:23.376] #2  0x00007f93ad045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:23.376] #3  0x000055de468de159 in ExceptionalCondition (conditionName=conditionName@entry=0x55de46b80328 "(remain...
[21:44:23.376] #4  0x000055de464facd8 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:44:23.376] #5  0x000055de464fb22e in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[21:44:23.376] #6  0x000055de464fc0f0 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:44:23.376] #7  0x000055de464fdb5f in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55de6661ccd0) at ../src/ba...
[21:44:23.376] #8  0x000055de46335b85 in main (argc=4, argv=0x55de6661ccd0) at ../src/backend/main/main.c:196
[21:44:23.823] #0  0x00007f4b47ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:44:22.877] #0  0x00007f002caa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:22.877] #1  0x00007f002ca5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:22.877] #2  0x00007f002ca45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:22.877] #3  0x000056322aebc159 in ExceptionalCondition (conditionName=conditionName@entry=0x56322b15e328 "(remain...
[21:44:22.877] #4  0x000056322aad8cd8 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:44:22.877] #5  0x000056322aad936f in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[21:44:22.877] #6  0x000056322aada0f0 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:44:22.878] #7  0x000056322aadbb5f in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x563236dd0d00) at ../src/ba...
[21:44:22.878] #8  0x000056322a913b85 in main (argc=4, argv=0x563236dd0d00) at ../src/backend/main/main.c:196
[21:44:23.357] #0  0x00007f93ad0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:44:22.398] #0  0x00007f955eea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:22.398] #1  0x00007f955ee5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:22.398] #2  0x00007f955ee45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:22.398] #3  0x000055c82cf87159 in ExceptionalCondition (conditionName=conditionName@entry=0x55c82d229328 "(remain...
[21:44:22.398] #4  0x000055c82cba3cd8 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:44:22.398] #5  0x000055c82cba436f in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[21:44:22.398] #6  0x000055c82cba50f0 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:44:22.398] #7  0x000055c82cba6b5f in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55c86c6f1d10) at ../src/ba...
[21:44:22.398] #8  0x000055c82c9deb85 in main (argc=4, argv=0x55c86c6f1d10) at ../src/backend/main/main.c:196
[21:44:22.858] #0  0x00007f002caa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:45:00.633] #0  0x00007fc59a4a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:45:00.633] #1  0x00007fc59a45afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:45:00.633] #2  0x00007fc59a445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:45:00.633] #3  0x0000559c14e0e159 in ExceptionalCondition (conditionName=conditionName@entry=0x559c150b0328 "(remain...
[21:45:00.633] #4  0x0000559c14a2acd8 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:45:00.633] #5  0x0000559c14a2b22e in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[21:45:00.633] #6  0x0000559c14a2c0f0 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:45:00.633] #7  0x0000559c14a2db5f in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x559c4f97ed50) at ../src/ba...
[21:45:00.633] #8  0x0000559c14865b85 in main (argc=8, argv=0x559c4f97ed50) at ../src/backend/main/main.c:196
[21:45:01.071] #0  0x00007f40e70a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:44:21.932] #0  0x00007fc880ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:21.932] #1  0x00007fc880c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:21.932] #2  0x00007fc880c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:21.932] #3  0x000055e039b8b159 in ExceptionalCondition (conditionName=conditionName@entry=0x55e039e2d328 "(remain...
[21:44:21.932] #4  0x000055e0397a7cd8 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:44:21.932] #5  0x000055e0397a822e in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[21:44:21.932] #6  0x000055e0397a90f0 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:44:21.932] #7  0x000055e0397aab5f in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55e04d5ccd00) at ../src/ba...
[21:44:21.932] #8  0x000055e0395e2b85 in main (argc=4, argv=0x55e04d5ccd00) at ../src/backend/main/main.c:196
[21:44:22.376] #0  0x00007f955eea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:44:21.460] #0  0x00007f7f936a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:21.460] #1  0x00007f7f9365afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:21.460] #2  0x00007f7f93645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:21.460] #3  0x000055fb7c04c159 in ExceptionalCondition (conditionName=conditionName@entry=0x55fb7c2ee328 "(remain...
[21:44:21.460] #4  0x000055fb7bc68cd8 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:44:21.460] #5  0x000055fb7bc6936f in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[21:44:21.460] #6  0x000055fb7bc6a0f0 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:44:21.460] #7  0x000055fb7bc6bb5f in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55fbac473d40) at ../src/ba...
[21:44:21.460] #8  0x000055fb7baa3b85 in main (argc=4, argv=0x55fbac473d40) at ../src/backend/main/main.c:196
[21:44:21.913] #0  0x00007fc880ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:44:20.969] #0  0x00007f41170a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:20.969] #1  0x00007f411705afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:20.969] #2  0x00007f4117045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:20.969] #3  0x000055e3e5478159 in ExceptionalCondition (conditionName=conditionName@entry=0x55e3e571a328 "(remain...
[21:44:20.969] #4  0x000055e3e5094cd8 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:44:20.969] #5  0x000055e3e509522e in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[21:44:20.969] #6  0x000055e3e50960f0 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:44:20.970] #7  0x000055e3e5097b5f in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55e41631bd90) at ../src/ba...
[21:44:20.970] #8  0x000055e3e4ecfb85 in main (argc=8, argv=0x55e41631bd90) at ../src/backend/main/main.c:196
[21:44:21.438] #0  0x00007f7f936a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:44:20.037] #0  0x00007f97166a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:20.037] #1  0x00007f971665afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:20.037] #2  0x00007f9716645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:20.037] #3  0x000055cac3917159 in ExceptionalCondition (conditionName=conditionName@entry=0x55cac3bb9328 "(remain...
[21:44:20.037] #4  0x000055cac3533cd8 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:44:20.037] #5  0x000055cac353422e in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[21:44:20.037] #6  0x000055cac35350f0 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:44:20.038] #7  0x000055cac3536b5f in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55cac4d3bd80) at ../src/ba...
[21:44:20.038] #8  0x000055cac336eb85 in main (argc=8, argv=0x55cac4d3bd80) at ../src/backend/main/main.c:196
[21:44:20.502] #0  0x00007fa3bd0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:44:19.586] #0  0x00007f13160a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:19.586] #1  0x00007f131605afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:19.586] #2  0x00007f1316045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:19.586] #3  0x000056468ab3d159 in ExceptionalCondition (conditionName=conditionName@entry=0x56468addf328 "(remain...
[21:44:19.586] #4  0x000056468a759cd8 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:44:19.586] #5  0x000056468a75a36f in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[21:44:19.586] #6  0x000056468a75b0f0 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:44:19.586] #7  0x000056468a75cb5f in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5646b54eece0) at ../src/ba...
[21:44:19.586] #8  0x000056468a594b85 in main (argc=4, argv=0x5646b54eece0) at ../src/backend/main/main.c:196
[21:44:20.019] #0  0x00007f97166a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:44:19.123] #0  0x00007fa86c0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:19.123] #1  0x00007fa86c05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:19.123] #2  0x00007fa86c045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:19.123] #3  0x000055df46729159 in ExceptionalCondition (conditionName=conditionName@entry=0x55df469cb328 "(remain...
[21:44:19.123] #4  0x000055df46345cd8 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:44:19.123] #5  0x000055df4634636f in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[21:44:19.123] #6  0x000055df463470f0 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:44:19.124] #7  0x000055df46348b5f in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55df81d60d10) at ../src/ba...
[21:44:19.124] #8  0x000055df46180b85 in main (argc=4, argv=0x55df81d60d10) at ../src/backend/main/main.c:196
[21:44:19.564] #0  0x00007f13160a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:44:18.643] #0  0x00007f5f02ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:18.643] #1  0x00007f5f02e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:18.643] #2  0x00007f5f02e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:18.643] #3  0x000055572f31f159 in ExceptionalCondition (conditionName=conditionName@entry=0x55572f5c1328 "(remain...
[21:44:18.643] #4  0x000055572ef3bcd8 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:44:18.643] #5  0x000055572ef3c22e in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[21:44:18.643] #6  0x000055572ef3d0f0 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:44:18.643] #7  0x000055572ef3eb5f in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55573740dd80) at ../src/ba...
[21:44:18.643] #8  0x000055572ed76b85 in main (argc=8, argv=0x55573740dd80) at ../src/backend/main/main.c:196
[21:44:19.104] #0  0x00007fa86c0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:45:01.093] #0  0x00007f40e70a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:45:01.093] #1  0x00007f40e705afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:45:01.093] #2  0x00007f40e7045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:45:01.093] #3  0x00005574197d2159 in ExceptionalCondition (conditionName=conditionName@entry=0x557419a74328 "(remain...
[21:45:01.093] #4  0x00005574193eecd8 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:45:01.093] #5  0x00005574193ef22e in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[21:45:01.093] #6  0x00005574193f00f0 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:45:01.094] #7  0x00005574193f1b5f in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55742975cd50) at ../src/ba...
[21:45:01.094] #8  0x0000557419229b85 in main (argc=8, argv=0x55742975cd50) at ../src/backend/main/main.c:196
[21:45:01.525] #0  0x00007f1487aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:44:18.201] #0  0x00007fb8a32a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:18.201] #1  0x00007fb8a325afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:18.201] #2  0x00007fb8a3245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:18.201] #3  0x0000562583e03159 in ExceptionalCondition (conditionName=conditionName@entry=0x5625840a5328 "(remain...
[21:44:18.201] #4  0x0000562583a1fcd8 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:44:18.201] #5  0x0000562583a2022e in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[21:44:18.201] #6  0x0000562583a210f0 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:44:18.201] #7  0x0000562583a22b5f in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x562586a5fd40) at ../src/ba...
[21:44:18.201] #8  0x000056258385ab85 in main (argc=8, argv=0x562586a5fd40) at ../src/backend/main/main.c:196
[21:44:18.624] #0  0x00007f5f02ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:44:17.753] #0  0x00007f1e564a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:17.753] #1  0x00007f1e5645afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:17.753] #2  0x00007f1e56445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:17.753] #3  0x00005650d014f159 in ExceptionalCondition (conditionName=conditionName@entry=0x5650d03f1328 "(remain...
[21:44:17.753] #4  0x00005650cfd6bcd8 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:44:17.753] #5  0x00005650cfd6c22e in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[21:44:17.753] #6  0x00005650cfd6d0f0 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:44:17.753] #7  0x00005650cfd6eb5f in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x5650d6a30d20) at ../src/ba...
[21:44:17.753] #8  0x00005650cfba6b85 in main (argc=8, argv=0x5650d6a30d20) at ../src/backend/main/main.c:196
[21:44:18.183] #0  0x00007fb8a32a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:44:17.297] #0  0x00007f61c08a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:17.297] #1  0x00007f61c085afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:17.297] #2  0x00007f61c0845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:17.297] #3  0x00005582775d5159 in ExceptionalCondition (conditionName=conditionName@entry=0x558277877328 "(remain...
[21:44:17.297] #4  0x00005582771f1cd8 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:44:17.297] #5  0x00005582771f222e in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[21:44:17.297] #6  0x00005582771f30f0 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:44:17.297] #7  0x00005582771f4b5f in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x558291acad20) at ../src/ba...
[21:44:17.297] #8  0x000055827702cb85 in main (argc=8, argv=0x558291acad20) at ../src/backend/main/main.c:196
[21:44:17.730] #0  0x00007f1e564a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:45:01.546] #0  0x00007f1487aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:45:01.546] #1  0x00007f1487a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:45:01.546] #2  0x00007f1487a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:45:01.546] #3  0x000056421c91e159 in ExceptionalCondition (conditionName=conditionName@entry=0x56421cbc0328 "(remain...
[21:45:01.546] #4  0x000056421c53acd8 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:45:01.546] #5  0x000056421c53b22e in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[21:45:01.546] #6  0x000056421c53c0f0 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:45:01.547] #7  0x000056421c53db5f in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x564226becd50) at ../src/ba...
[21:45:01.547] #8  0x000056421c375b85 in main (argc=8, argv=0x564226becd50) at ../src/backend/main/main.c:196
[21:45:01.968] #0  0x00007f0960ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:45:01.990] #0  0x00007f0960ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:45:01.990] #1  0x00007f0960c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:45:01.990] #2  0x00007f0960c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:45:01.990] #3  0x0000558813243159 in ExceptionalCondition (conditionName=conditionName@entry=0x5588134e5328 "(remain...
[21:45:01.990] #4  0x0000558812e5fcd8 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:45:01.990] #5  0x0000558812e6036f in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[21:45:01.990] #6  0x0000558812e610f0 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:45:01.990] #7  0x0000558812e62b5f in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55882b667d10) at ../src/ba...
[21:45:01.990] #8  0x0000558812c9ab85 in main (argc=4, argv=0x55882b667d10) at ../src/backend/main/main.c:196
[21:45:02.436] #0  0x00007f66436a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:45:02.455] #0  0x00007f66436a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:45:02.455] #1  0x00007f664365afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:45:02.455] #2  0x00007f6643645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:45:02.455] #3  0x0000563a5469d159 in ExceptionalCondition (conditionName=conditionName@entry=0x563a5493f328 "(remain...
[21:45:02.455] #4  0x0000563a542b9cd8 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:45:02.455] #5  0x0000563a542baff7 in process_pm_child_exit () at ../src/backend/postmaster/postmaster.c:2523
[21:45:02.455] #6  0x0000563a542bb0fe in ServerLoop () at ../src/backend/postmaster/postmaster.c:1654
[21:45:02.455] #7  0x0000563a542bcb5f in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x563a8bc59d00) at ../src/ba...
[21:45:02.455] #8  0x0000563a540f4b85 in main (argc=4, argv=0x563a8bc59d00) at ../src/backend/main/main.c:196
[21:45:02.894] #0  0x00007efde4ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:45:02.914] #0  0x00007efde4ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:45:02.914] #1  0x00007efde4e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:45:02.914] #2  0x00007efde4e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:45:02.914] #3  0x0000563faa688159 in ExceptionalCondition (conditionName=conditionName@entry=0x563faa92a328 "(remain...
[21:45:02.914] #4  0x0000563faa2a4cd8 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:45:02.914] #5  0x0000563faa2a522e in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[21:45:02.914] #6  0x0000563faa2a60f0 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:45:02.914] #7  0x0000563faa2a7b5f in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x563fad060d40) at ../src/ba...
[21:45:02.914] #8  0x0000563faa0dfb85 in main (argc=4, argv=0x563fad060d40) at ../src/backend/main/main.c:196
[21:45:03.359] #0  0x00007f10976a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:45:11.809] #0  0x00007f2422ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:45:11.809] #1  0x00007f2422e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:45:11.809] #2  0x00007f2422e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:45:11.809] #3  0x0000560d35d51159 in ExceptionalCondition (conditionName=conditionName@entry=0x560d35ff3328 "(remain...
[21:45:11.809] #4  0x0000560d3596dcd8 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:45:11.809] #5  0x0000560d3596e22e in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[21:45:11.809] #6  0x0000560d3596f0f0 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:45:11.809] #7  0x0000560d35970b5f in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x560d3cd8bd20) at ../src/ba...
[21:45:11.809] #8  0x0000560d357a8b85 in main (argc=8, argv=0x560d3cd8bd20) at ../src/backend/main/main.c:196
[21:45:12.326] #0  0x00007f46042a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:45:03.381] #0  0x00007f10976a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:45:03.381] #1  0x00007f109765afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:45:03.381] #2  0x00007f1097645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:45:03.381] #3  0x00005612b31b3159 in ExceptionalCondition (conditionName=conditionName@entry=0x5612b3455328 "(remain...
[21:45:03.381] #4  0x00005612b2dcfcd8 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:45:03.381] #5  0x00005612b2dd022e in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[21:45:03.381] #6  0x00005612b2dd10f0 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:45:03.381] #7  0x00005612b2dd2b5f in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x5612f269ad80) at ../src/ba...
[21:45:03.381] #8  0x00005612b2c0ab85 in main (argc=8, argv=0x5612f269ad80) at ../src/backend/main/main.c:196
[21:45:03.852] #0  0x00007f4a354a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:45:11.339] #0  0x00007f7d4dca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:45:11.339] #1  0x00007f7d4dc5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:45:11.339] #2  0x00007f7d4dc45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:45:11.339] #3  0x000055ef212ef159 in ExceptionalCondition (conditionName=conditionName@entry=0x55ef21591328 "(remain...
[21:45:11.339] #4  0x000055ef20f0bcd8 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:45:11.339] #5  0x000055ef20f0c22e in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[21:45:11.339] #6  0x000055ef20f0d0f0 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:45:11.339] #7  0x000055ef20f0eb5f in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55ef3f5e5d50) at ../src/ba...
[21:45:11.339] #8  0x000055ef20d46b85 in main (argc=8, argv=0x55ef3f5e5d50) at ../src/backend/main/main.c:196
[21:45:11.790] #0  0x00007f2422ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:45:03.875] #0  0x00007f4a354a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:45:03.875] #1  0x00007f4a3545afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:45:03.875] #2  0x00007f4a35445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:45:03.875] #3  0x000055c31eca7159 in ExceptionalCondition (conditionName=conditionName@entry=0x55c31ef49328 "(remain...
[21:45:03.875] #4  0x000055c31e8c3cd8 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:45:03.875] #5  0x000055c31e8c436f in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[21:45:03.875] #6  0x000055c31e8c50f0 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:45:03.875] #7  0x000055c31e8c6b5f in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55c333313d00) at ../src/ba...
[21:45:03.875] #8  0x000055c31e6feb85 in main (argc=4, argv=0x55c333313d00) at ../src/backend/main/main.c:196
[21:45:04.290] #0  0x00007f057a0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:45:10.867] #0  0x00007f61b14a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:45:10.867] #1  0x00007f61b145afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:45:10.867] #2  0x00007f61b1445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:45:10.867] #3  0x00005648ef913159 in ExceptionalCondition (conditionName=conditionName@entry=0x5648efbb5328 "(remain...
[21:45:10.867] #4  0x00005648ef52fcd8 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:45:10.867] #5  0x00005648ef53022e in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[21:45:10.867] #6  0x00005648ef5310f0 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:45:10.868] #7  0x00005648ef532b5f in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x5649222acd90) at ../src/ba...
[21:45:10.868] #8  0x00005648ef36ab85 in main (argc=8, argv=0x5649222acd90) at ../src/backend/main/main.c:196
[21:45:11.317] #0  0x00007f7d4dca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:45:04.311] #0  0x00007f057a0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:45:04.311] #1  0x00007f057a05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:45:04.311] #2  0x00007f057a045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:45:04.311] #3  0x00005635ed296159 in ExceptionalCondition (conditionName=conditionName@entry=0x5635ed538328 "(remain...
[21:45:04.311] #4  0x00005635eceb2cd8 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:45:04.311] #5  0x00005635eceb322e in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[21:45:04.311] #6  0x00005635eceb40f0 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:45:04.311] #7  0x00005635eceb5b5f in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5636247b0d40) at ../src/ba...
[21:45:04.311] #8  0x00005635eccedb85 in main (argc=4, argv=0x5636247b0d40) at ../src/backend/main/main.c:196
[21:45:04.767] #0  0x00007f47c28a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:45:08.057] #0  0x00007f352f0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:45:08.057] #1  0x00007f352f05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:45:08.057] #2  0x00007f352f045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:45:08.057] #3  0x000055f5ce23f159 in ExceptionalCondition (conditionName=conditionName@entry=0x55f5ce4e1328 "(remain...
[21:45:08.057] #4  0x000055f5cde5bcd8 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:45:08.057] #5  0x000055f5cde5c36f in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[21:45:08.057] #6  0x000055f5cde5d0f0 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:45:08.058] #7  0x000055f5cde5eb5f in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55f5efba1d10) at ../src/ba...
[21:45:08.058] #8  0x000055f5cdc96b85 in main (argc=4, argv=0x55f5efba1d10) at ../src/backend/main/main.c:196
[21:45:08.535] #0  0x00007fb1070a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:45:04.789] #0  0x00007f47c28a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:45:04.789] #1  0x00007f47c285afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:45:04.789] #2  0x00007f47c2845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:45:04.789] #3  0x000056073f716159 in ExceptionalCondition (conditionName=conditionName@entry=0x56073f9b8328 "(remain...
[21:45:04.789] #4  0x000056073f332cd8 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:45:04.789] #5  0x000056073f33336f in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[21:45:04.789] #6  0x000056073f3340f0 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:45:04.789] #7  0x000056073f335b5f in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x56077b111d00) at ../src/ba...
[21:45:04.789] #8  0x000056073f16db85 in main (argc=4, argv=0x56077b111d00) at ../src/backend/main/main.c:196
[21:45:05.224] #0  0x00007f4f020a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:45:10.394] #0  0x00007f23a94a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:45:10.394] #1  0x00007f23a945afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:45:10.394] #2  0x00007f23a9445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:45:10.394] #3  0x000055b146b5f159 in ExceptionalCondition (conditionName=conditionName@entry=0x55b146e01328 "(remain...
[21:45:10.394] #4  0x000055b14677bcd8 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:45:10.394] #5  0x000055b14677c36f in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[21:45:10.394] #6  0x000055b14677d0f0 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:45:10.394] #7  0x000055b14677eb5f in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55b162d14d00) at ../src/ba...
[21:45:10.394] #8  0x000055b1465b6b85 in main (argc=4, argv=0x55b162d14d00) at ../src/backend/main/main.c:196
[21:45:10.849] #0  0x00007f61b14a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:45:08.557] #0  0x00007fb1070a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:45:08.557] #1  0x00007fb10705afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:45:08.557] #2  0x00007fb107045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:45:08.557] #3  0x0000559fd5544159 in ExceptionalCondition (conditionName=conditionName@entry=0x559fd57e6328 "(remain...
[21:45:08.557] #4  0x0000559fd5160cd8 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:45:08.557] #5  0x0000559fd516122e in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[21:45:08.557] #6  0x0000559fd51620f0 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:45:08.557] #7  0x0000559fd5163b5f in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x559ffabb6d00) at ../src/ba...
[21:45:08.557] #8  0x0000559fd4f9bb85 in main (argc=4, argv=0x559ffabb6d00) at ../src/backend/main/main.c:196
[21:45:09.015] #0  0x00007f72b70a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:45:05.242] #0  0x00007f4f020a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:45:05.242] #1  0x00007f4f0205afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:45:05.242] #2  0x00007f4f02045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:45:05.242] #3  0x000055dd7c36e159 in ExceptionalCondition (conditionName=conditionName@entry=0x55dd7c610328 "(remain...
[21:45:05.242] #4  0x000055dd7bf8acd8 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:45:05.242] #5  0x000055dd7bf8b36f in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[21:45:05.242] #6  0x000055dd7bf8c0f0 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:45:05.242] #7  0x000055dd7bf8db5f in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55dda12e9d00) at ../src/ba...
[21:45:05.242] #8  0x000055dd7bdc5b85 in main (argc=4, argv=0x55dda12e9d00) at ../src/backend/main/main.c:196
[21:45:05.684] #0  0x00007f8d556a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:45:05.704] #0  0x00007f8d556a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:45:05.704] #1  0x00007f8d5565afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:45:05.704] #2  0x00007f8d55645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:45:05.704] #3  0x000055f7ecf8d159 in ExceptionalCondition (conditionName=conditionName@entry=0x55f7ed22f328 "(remain...
[21:45:05.704] #4  0x000055f7ecba9cd8 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:45:05.704] #5  0x000055f7ecbaa36f in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[21:45:05.704] #6  0x000055f7ecbab0f0 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:45:05.704] #7  0x000055f7ecbacb5f in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55f81efe5d00) at ../src/ba...
[21:45:05.704] #8  0x000055f7ec9e4b85 in main (argc=4, argv=0x55f81efe5d00) at ../src/backend/main/main.c:196
[21:45:06.121] #0  0x00007fb6072a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:45:06.139] #0  0x00007fb6072a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:45:06.139] #1  0x00007fb60725afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:45:06.139] #2  0x00007fb607245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:45:06.139] #3  0x00005627058d4159 in ExceptionalCondition (conditionName=conditionName@entry=0x562705b76328 "(remain...
[21:45:06.139] #4  0x00005627054f0cd8 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:45:06.139] #5  0x00005627054f136f in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[21:45:06.139] #6  0x00005627054f20f0 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:45:06.140] #7  0x00005627054f3b5f in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x56272dad9d10) at ../src/ba...
[21:45:06.140] #8  0x000056270532bb85 in main (argc=4, argv=0x56272dad9d10) at ../src/backend/main/main.c:196
[21:45:06.613] #0  0x00007f41c94a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:45:06.636] #0  0x00007f41c94a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:45:06.636] #1  0x00007f41c945afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:45:06.636] #2  0x00007f41c9445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:45:06.636] #3  0x0000564ff45f9159 in ExceptionalCondition (conditionName=conditionName@entry=0x564ff489b328 "(remain...
[21:45:06.636] #4  0x0000564ff4215cd8 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:45:06.636] #5  0x0000564ff421636f in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[21:45:06.636] #6  0x0000564ff42170f0 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:45:06.636] #7  0x0000564ff4218b5f in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x565033a3ed00) at ../src/ba...
[21:45:06.636] #8  0x0000564ff4050b85 in main (argc=4, argv=0x565033a3ed00) at ../src/backend/main/main.c:196
[21:45:07.091] #0  0x00007f5d6caa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:45:07.111] #0  0x00007f5d6caa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:45:07.111] #1  0x00007f5d6ca5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:45:07.111] #2  0x00007f5d6ca45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:45:07.111] #3  0x0000555bfbf05159 in ExceptionalCondition (conditionName=conditionName@entry=0x555bfc1a7328 "(remain...
[21:45:07.111] #4  0x0000555bfbb21cd8 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:45:07.111] #5  0x0000555bfbb22ff7 in process_pm_child_exit () at ../src/backend/postmaster/postmaster.c:2523
[21:45:07.111] #6  0x0000555bfbb230fe in ServerLoop () at ../src/backend/postmaster/postmaster.c:1654
[21:45:07.111] #7  0x0000555bfbb24b5f in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x555c1c6c0d10) at ../src/ba...
[21:45:07.111] #8  0x0000555bfb95cb85 in main (argc=4, argv=0x555c1c6c0d10) at ../src/backend/main/main.c:196
[21:45:07.564] #0  0x00007f7ae86a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:45:12.348] #0  0x00007f46042a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:45:12.348] #1  0x00007f460425afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:45:12.348] #2  0x00007f4604245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:45:12.348] #3  0x0000555ec5f27159 in ExceptionalCondition (conditionName=conditionName@entry=0x555ec61c9328 "(remain...
[21:45:12.348] #4  0x0000555ec5b43cd8 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:45:12.348] #5  0x0000555ec5b4422e in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[21:45:12.348] #6  0x0000555ec5b450f0 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:45:12.348] #7  0x0000555ec5b46b5f in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x555ed19d6d00) at ../src/ba...
[21:45:12.348] #8  0x0000555ec597eb85 in main (argc=4, argv=0x555ed19d6d00) at ../src/backend/main/main.c:196
[21:45:12.779] #0  0x00007fda524a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:45:07.586] #0  0x00007f7ae86a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:45:07.586] #1  0x00007f7ae865afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:45:07.586] #2  0x00007f7ae8645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:45:07.586] #3  0x0000556222b29159 in ExceptionalCondition (conditionName=conditionName@entry=0x556222dcb328 "(remain...
[21:45:07.586] #4  0x0000556222745cd8 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:45:07.586] #5  0x000055622274622e in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[21:45:07.586] #6  0x00005562227470f0 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:45:07.586] #7  0x0000556222748b5f in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55622c92cd00) at ../src/ba...
[21:45:07.586] #8  0x0000556222580b85 in main (argc=4, argv=0x55622c92cd00) at ../src/backend/main/main.c:196
[21:45:08.039] #0  0x00007f352f0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:45:09.925] #0  0x00007f3068ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:45:09.925] #1  0x00007f3068c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:45:09.925] #2  0x00007f3068c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:45:09.925] #3  0x00005654ccd52159 in ExceptionalCondition (conditionName=conditionName@entry=0x5654ccff4328 "(remain...
[21:45:09.925] #4  0x00005654cc96ecd8 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:45:09.925] #5  0x00005654cc96f22e in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[21:45:09.925] #6  0x00005654cc9700f0 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:45:09.925] #7  0x00005654cc971b5f in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x5654fba81d40) at ../src/ba...
[21:45:09.925] #8  0x00005654cc7a9b85 in main (argc=8, argv=0x5654fba81d40) at ../src/backend/main/main.c:196
[21:45:10.371] #0  0x00007f23a94a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:44:20.521] #0  0x00007fa3bd0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:20.521] #1  0x00007fa3bd05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:20.521] #2  0x00007fa3bd045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:20.521] #3  0x000055ac554ac159 in ExceptionalCondition (conditionName=conditionName@entry=0x55ac5574e328 "(remain...
[21:44:20.521] #4  0x000055ac550c8cd8 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:44:20.521] #5  0x000055ac550c936f in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[21:44:20.521] #6  0x000055ac550ca0f0 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:44:20.521] #7  0x000055ac550cbb5f in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55ac6e500cf0) at ../src/ba...
[21:44:20.521] #8  0x000055ac54f03b85 in main (argc=4, argv=0x55ac6e500cf0) at ../src/backend/main/main.c:196
[21:44:20.948] #0  0x00007f41170a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:44:56.875] #0  0x00007f9ba68a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:56.875] #1  0x00007f9ba685afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:56.875] #2  0x00007f9ba6845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:56.875] #3  0x0000556ec4707159 in ExceptionalCondition (conditionName=conditionName@entry=0x556ec49a9328 "(remain...
[21:44:56.875] #4  0x0000556ec4323cd8 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:44:56.875] #5  0x0000556ec432422e in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[21:44:56.875] #6  0x0000556ec43250f0 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:44:56.875] #7  0x0000556ec4326b5f in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x556ed28a6e10) at ../src/ba...
[21:44:56.875] #8  0x0000556ec415eb85 in main (argc=4, argv=0x556ed28a6e10) at ../src/backend/main/main.c:196
[21:44:57.325] #0  0x00007f61fb0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:44:56.423] #0  0x00007f32978a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:56.423] #1  0x00007f329785afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:56.423] #2  0x00007f3297845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:56.423] #3  0x000055d178db8159 in ExceptionalCondition (conditionName=conditionName@entry=0x55d17905a328 "(remain...
[21:44:56.423] #4  0x000055d1789d4cd8 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:44:56.423] #5  0x000055d1789d522e in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[21:44:56.423] #6  0x000055d1789d60f0 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:44:56.423] #7  0x000055d1789d7b5f in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55d1983bed00) at ../src/ba...
[21:44:56.423] #8  0x000055d17880fb85 in main (argc=4, argv=0x55d1983bed00) at ../src/backend/main/main.c:196
[21:44:56.854] #0  0x00007f9ba68a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:44:55.956] #0  0x00007efef3aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:55.956] #1  0x00007efef3a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:55.956] #2  0x00007efef3a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:55.956] #3  0x00005562761cb159 in ExceptionalCondition (conditionName=conditionName@entry=0x55627646d328 "(remain...
[21:44:55.956] #4  0x0000556275de7cd8 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:44:55.956] #5  0x0000556275de836f in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[21:44:55.956] #6  0x0000556275de90f0 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:44:55.956] #7  0x0000556275deab5f in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x556296c62d00) at ../src/ba...
[21:44:55.956] #8  0x0000556275c22b85 in main (argc=4, argv=0x556296c62d00) at ../src/backend/main/main.c:196
[21:44:56.400] #0  0x00007f32978a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:44:55.486] #0  0x00007f13238a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:55.486] #1  0x00007f132385afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:55.486] #2  0x00007f1323845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:55.486] #3  0x0000559a2b5a7159 in ExceptionalCondition (conditionName=conditionName@entry=0x559a2b849328 "(remain...
[21:44:55.486] #4  0x0000559a2b1c3cd8 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:44:55.486] #5  0x0000559a2b1c422e in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[21:44:55.486] #6  0x0000559a2b1c50f0 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:44:55.486] #7  0x0000559a2b1c6b5f in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x559a5aca1d00) at ../src/ba...
[21:44:55.486] #8  0x0000559a2affeb85 in main (argc=4, argv=0x559a5aca1d00) at ../src/backend/main/main.c:196
[21:44:55.934] #0  0x00007efef3aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:44:55.008] #0  0x00007f7a15aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:55.008] #1  0x00007f7a15a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:55.008] #2  0x00007f7a15a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:55.008] #3  0x0000556dd4cd0159 in ExceptionalCondition (conditionName=conditionName@entry=0x556dd4f72328 "(remain...
[21:44:55.008] #4  0x0000556dd48eccd8 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:44:55.008] #5  0x0000556dd48ed22e in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[21:44:55.008] #6  0x0000556dd48ee0f0 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:44:55.009] #7  0x0000556dd48efb5f in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x556e0339dd00) at ../src/ba...
[21:44:55.009] #8  0x0000556dd4727b85 in main (argc=4, argv=0x556e0339dd00) at ../src/backend/main/main.c:196
[21:44:55.464] #0  0x00007f13238a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:44:54.544] #0  0x00007fb0d3ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:54.544] #1  0x00007fb0d3e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:54.544] #2  0x00007fb0d3e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:54.544] #3  0x00005584d822f159 in ExceptionalCondition (conditionName=conditionName@entry=0x5584d84d1328 "(remain...
[21:44:54.544] #4  0x00005584d7e4bcd8 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:44:54.544] #5  0x00005584d7e4c22e in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[21:44:54.544] #6  0x00005584d7e4d0f0 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:44:54.544] #7  0x00005584d7e4eb5f in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x5584ff39ed20) at ../src/ba...
[21:44:54.544] #8  0x00005584d7c86b85 in main (argc=8, argv=0x5584ff39ed20) at ../src/backend/main/main.c:196
[21:44:54.987] #0  0x00007f7a15aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:44:54.094] #0  0x00007f9b8d6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:54.094] #1  0x00007f9b8d65afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:54.094] #2  0x00007f9b8d645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:54.094] #3  0x000055d9845cf159 in ExceptionalCondition (conditionName=conditionName@entry=0x55d984871328 "(remain...
[21:44:54.094] #4  0x000055d9841ebcd8 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:44:54.094] #5  0x000055d9841ec36f in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[21:44:54.094] #6  0x000055d9841ed0f0 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:44:54.094] #7  0x000055d9841eeb5f in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55d992eb9d00) at ../src/ba...
[21:44:54.094] #8  0x000055d984026b85 in main (argc=4, argv=0x55d992eb9d00) at ../src/backend/main/main.c:196
[21:44:54.525] #0  0x00007fb0d3ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:44:53.643] #0  0x00007ff8c8ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:53.643] #1  0x00007ff8c8e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:53.643] #2  0x00007ff8c8e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:53.643] #3  0x000055c7ab0f0159 in ExceptionalCondition (conditionName=conditionName@entry=0x55c7ab392328 "(remain...
[21:44:53.643] #4  0x000055c7aad0ccd8 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:44:53.643] #5  0x000055c7aad0d22e in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[21:44:53.643] #6  0x000055c7aad0e0f0 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:44:53.643] #7  0x000055c7aad0fb5f in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55c7eb450cd0) at ../src/ba...
[21:44:53.643] #8  0x000055c7aab47b85 in main (argc=4, argv=0x55c7eb450cd0) at ../src/backend/main/main.c:196
[21:44:54.072] #0  0x00007f9b8d6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:44:53.179] #0  0x00007f589c8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:53.179] #1  0x00007f589c85afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:53.179] #2  0x00007f589c845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:53.179] #3  0x000055956050c159 in ExceptionalCondition (conditionName=conditionName@entry=0x5595607ae328 "(remain...
[21:44:53.179] #4  0x0000559560128cd8 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:44:53.179] #5  0x000055956012936f in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[21:44:53.179] #6  0x000055956012a0f0 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:44:53.179] #7  0x000055956012bb5f in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x559584d4ed00) at ../src/ba...
[21:44:53.179] #8  0x000055955ff63b85 in main (argc=4, argv=0x559584d4ed00) at ../src/backend/main/main.c:196
[21:44:53.624] #0  0x00007ff8c8ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:44:52.705] #0  0x00007f02eb8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:52.705] #1  0x00007f02eb85afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:52.705] #2  0x00007f02eb845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:52.705] #3  0x00005581641f2159 in ExceptionalCondition (conditionName=conditionName@entry=0x558164494328 "(remain...
[21:44:52.705] #4  0x0000558163e0ecd8 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:44:52.705] #5  0x0000558163e0f22e in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[21:44:52.705] #6  0x0000558163e100f0 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:44:52.706] #7  0x0000558163e11b5f in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x5581710edd80) at ../src/ba...
[21:44:52.706] #8  0x0000558163c49b85 in main (argc=8, argv=0x5581710edd80) at ../src/backend/main/main.c:196
[21:44:53.160] #0  0x00007f589c8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:44:52.257] #0  0x00007f4356ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:52.257] #1  0x00007f4356e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:52.257] #2  0x00007f4356e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:52.257] #3  0x00005589cd79f159 in ExceptionalCondition (conditionName=conditionName@entry=0x5589cda41328 "(remain...
[21:44:52.257] #4  0x00005589cd3bbcd8 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:44:52.257] #5  0x00005589cd3bc36f in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[21:44:52.257] #6  0x00005589cd3bd0f0 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:44:52.257] #7  0x00005589cd3beb5f in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5589f82f8d00) at ../src/ba...
[21:44:52.257] #8  0x00005589cd1f6b85 in main (argc=4, argv=0x5589f82f8d00) at ../src/backend/main/main.c:196
[21:44:52.684] #0  0x00007f02eb8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:44:51.771] #0  0x00007f3c7d4a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:51.771] #1  0x00007f3c7d45afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:51.771] #2  0x00007f3c7d445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:51.771] #3  0x000055fe0b302159 in ExceptionalCondition (conditionName=conditionName@entry=0x55fe0b5a4328 "(remain...
[21:44:51.771] #4  0x000055fe0af1ecd8 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:44:51.771] #5  0x000055fe0af1f36f in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[21:44:51.771] #6  0x000055fe0af200f0 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:44:51.772] #7  0x000055fe0af21b5f in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55fe15ecbd40) at ../src/ba...
[21:44:51.772] #8  0x000055fe0ad59b85 in main (argc=4, argv=0x55fe15ecbd40) at ../src/backend/main/main.c:196
[21:44:52.237] #0  0x00007f4356ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:44:51.319] #0  0x00007f0ce8ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:51.319] #1  0x00007f0ce8e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:51.319] #2  0x00007f0ce8e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:51.319] #3  0x000055fde0e48159 in ExceptionalCondition (conditionName=conditionName@entry=0x55fde10ea328 "(remain...
[21:44:51.319] #4  0x000055fde0a64cd8 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:44:51.319] #5  0x000055fde0a6522e in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[21:44:51.319] #6  0x000055fde0a660f0 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:44:51.319] #7  0x000055fde0a67b5f in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55fdeb57bd00) at ../src/ba...
[21:44:51.319] #8  0x000055fde089fb85 in main (argc=4, argv=0x55fdeb57bd00) at ../src/backend/main/main.c:196
[21:44:51.750] #0  0x00007f3c7d4a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:44:50.859] #0  0x00007f07c44a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:50.859] #1  0x00007f07c445afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:50.859] #2  0x00007f07c4445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:50.859] #3  0x00005623ad902159 in ExceptionalCondition (conditionName=conditionName@entry=0x5623adba4328 "(remain...
[21:44:50.859] #4  0x00005623ad51ecd8 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:44:50.859] #5  0x00005623ad51f22e in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[21:44:50.859] #6  0x00005623ad5200f0 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:44:50.859] #7  0x00005623ad521b5f in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x5623af605d40) at ../src/ba...
[21:44:50.859] #8  0x00005623ad359b85 in main (argc=8, argv=0x5623af605d40) at ../src/backend/main/main.c:196
[21:44:51.299] #0  0x00007f0ce8ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:44:50.417] #0  0x00007f1a690a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:50.417] #1  0x00007f1a6905afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:50.417] #2  0x00007f1a69045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:50.417] #3  0x000055698d160159 in ExceptionalCondition (conditionName=conditionName@entry=0x55698d402328 "(remain...
[21:44:50.417] #4  0x000055698cd7ccd8 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:44:50.417] #5  0x000055698cd7d22e in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[21:44:50.417] #6  0x000055698cd7e0f0 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:44:50.417] #7  0x000055698cd7fb5f in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x556999fb9d80) at ../src/ba...
[21:44:50.417] #8  0x000055698cbb7b85 in main (argc=8, argv=0x556999fb9d80) at ../src/backend/main/main.c:196
[21:44:50.840] #0  0x00007f07c44a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:44:49.969] #0  0x00007fbbde2a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:49.969] #1  0x00007fbbde25afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:49.969] #2  0x00007fbbde245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:49.969] #3  0x00005647b53b1159 in ExceptionalCondition (conditionName=conditionName@entry=0x5647b5653328 "(remain...
[21:44:49.969] #4  0x00005647b4fcdcd8 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:44:49.969] #5  0x00005647b4fce22e in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[21:44:49.969] #6  0x00005647b4fcf0f0 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:44:49.969] #7  0x00005647b4fd0b5f in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x5647be31cd20) at ../src/ba...
[21:44:49.969] #8  0x00005647b4e08b85 in main (argc=8, argv=0x5647be31cd20) at ../src/backend/main/main.c:196
[21:44:50.396] #0  0x00007f1a690a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:44:49.511] #0  0x00007fbeb64a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:49.511] #1  0x00007fbeb645afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:49.511] #2  0x00007fbeb6445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:49.511] #3  0x00005585689f7159 in ExceptionalCondition (conditionName=conditionName@entry=0x558568c99328 "(remain...
[21:44:49.511] #4  0x0000558568613cd8 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:44:49.511] #5  0x000055856861422e in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[21:44:49.511] #6  0x00005585686150f0 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:44:49.511] #7  0x0000558568616b5f in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55856d0add90) at ../src/ba...
[21:44:49.511] #8  0x000055856844eb85 in main (argc=8, argv=0x55856d0add90) at ../src/backend/main/main.c:196
[21:44:49.946] #0  0x00007fbbde2a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:44:49.075] #0  0x00007f31244a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:49.075] #1  0x00007f312445afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:49.075] #2  0x00007f3124445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:49.075] #3  0x000056125a140159 in ExceptionalCondition (conditionName=conditionName@entry=0x56125a3e2328 "(remain...
[21:44:49.075] #4  0x0000561259d5ccd8 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:44:49.075] #5  0x0000561259d5d36f in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[21:44:49.075] #6  0x0000561259d5e0f0 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:44:49.075] #7  0x0000561259d5fb5f in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x56128e225d00) at ../src/ba...
[21:44:49.075] #8  0x0000561259b97b85 in main (argc=4, argv=0x56128e225d00) at ../src/backend/main/main.c:196
[21:44:49.492] #0  0x00007fbeb64a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:44:48.615] #0  0x00007f38bbca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:48.615] #1  0x00007f38bbc5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:48.615] #2  0x00007f38bbc45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:48.615] #3  0x000055dfe29d4159 in ExceptionalCondition (conditionName=conditionName@entry=0x55dfe2c76328 "(remain...
[21:44:48.615] #4  0x000055dfe25f0cd8 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:44:48.615] #5  0x000055dfe25f122e in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[21:44:48.615] #6  0x000055dfe25f20f0 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:44:48.615] #7  0x000055dfe25f3b5f in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55dff044ed40) at ../src/ba...
[21:44:48.615] #8  0x000055dfe242bb85 in main (argc=8, argv=0x55dff044ed40) at ../src/backend/main/main.c:196
[21:44:49.055] #0  0x00007f31244a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:44:48.157] #0  0x00007f86f9ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:48.157] #1  0x00007f86f9c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:48.157] #2  0x00007f86f9c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:48.157] #3  0x00005636de9c6159 in ExceptionalCondition (conditionName=conditionName@entry=0x5636dec68328 "(remain...
[21:44:48.157] #4  0x00005636de5e2cd8 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:44:48.157] #5  0x00005636de5e336f in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[21:44:48.157] #6  0x00005636de5e40f0 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:44:48.157] #7  0x00005636de5e5b5f in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5636e0855d00) at ../src/ba...
[21:44:48.157] #8  0x00005636de41db85 in main (argc=4, argv=0x5636e0855d00) at ../src/backend/main/main.c:196
[21:44:48.593] #0  0x00007f38bbca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:44:47.684] #0  0x00007fe105ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:47.684] #1  0x00007fe105c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:47.684] #2  0x00007fe105c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:47.684] #3  0x0000557eca96b159 in ExceptionalCondition (conditionName=conditionName@entry=0x557ecac0d328 "(remain...
[21:44:47.684] #4  0x0000557eca587cd8 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:44:47.684] #5  0x0000557eca58822e in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[21:44:47.684] #6  0x0000557eca5890f0 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:44:47.684] #7  0x0000557eca58ab5f in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x557ee2c14d90) at ../src/ba...
[21:44:47.684] #8  0x0000557eca3c2b85 in main (argc=8, argv=0x557ee2c14d90) at ../src/backend/main/main.c:196
[21:44:48.138] #0  0x00007f86f9ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:44:47.236] #0  0x00007f6459ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:47.236] #1  0x00007f6459e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:47.236] #2  0x00007f6459e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:47.236] #3  0x000055943a525159 in ExceptionalCondition (conditionName=conditionName@entry=0x55943a7c7328 "(remain...
[21:44:47.236] #4  0x000055943a141cd8 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:44:47.236] #5  0x000055943a14222e in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[21:44:47.236] #6  0x000055943a1430f0 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:44:47.236] #7  0x000055943a144b5f in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x559479357d20) at ../src/ba...
[21:44:47.236] #8  0x0000559439f7cb85 in main (argc=8, argv=0x559479357d20) at ../src/backend/main/main.c:196
[21:44:47.665] #0  0x00007fe105ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:44:46.772] #0  0x00007f82b8ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:46.772] #1  0x00007f82b8c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:46.772] #2  0x00007f82b8c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:46.772] #3  0x000055d07ca5f159 in ExceptionalCondition (conditionName=conditionName@entry=0x55d07cd01328 "(remain...
[21:44:46.772] #4  0x000055d07c67bcd8 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:44:46.772] #5  0x000055d07c67c22e in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[21:44:46.772] #6  0x000055d07c67d0f0 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:44:46.773] #7  0x000055d07c67eb5f in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55d0836afd20) at ../src/ba...
[21:44:46.773] #8  0x000055d07c4b6b85 in main (argc=8, argv=0x55d0836afd20) at ../src/backend/main/main.c:196
[21:44:47.214] #0  0x00007f6459ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:44:46.304] #0  0x00007f1fb90a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:46.304] #1  0x00007f1fb905afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:46.304] #2  0x00007f1fb9045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:46.304] #3  0x000055bcac400159 in ExceptionalCondition (conditionName=conditionName@entry=0x55bcac6a2328 "(remain...
[21:44:46.304] #4  0x000055bcac01ccd8 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:44:46.304] #5  0x000055bcac01d22e in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[21:44:46.304] #6  0x000055bcac01e0f0 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:44:46.304] #7  0x000055bcac01fb5f in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55bce2e22d10) at ../src/ba...
[21:44:46.304] #8  0x000055bcabe57b85 in main (argc=4, argv=0x55bce2e22d10) at ../src/backend/main/main.c:196
[21:44:46.747] #0  0x00007f82b8ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:44:45.866] #0  0x00007fc278ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:45.866] #1  0x00007fc278c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:45.866] #2  0x00007fc278c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:45.866] #3  0x0000557e491dc159 in ExceptionalCondition (conditionName=conditionName@entry=0x557e4947e328 "(remain...
[21:44:45.866] #4  0x0000557e48df8cd8 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:44:45.866] #5  0x0000557e48df936f in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[21:44:45.866] #6  0x0000557e48dfa0f0 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:44:45.866] #7  0x0000557e48dfbb5f in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x557e55e9ad10) at ../src/ba...
[21:44:45.866] #8  0x0000557e48c33b85 in main (argc=4, argv=0x557e55e9ad10) at ../src/backend/main/main.c:196
[21:44:46.286] #0  0x00007f1fb90a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:44:45.420] #0  0x00007f46220a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:45.420] #1  0x00007f462205afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:45.420] #2  0x00007f4622045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:45.420] #3  0x0000560c1aa51159 in ExceptionalCondition (conditionName=conditionName@entry=0x560c1acf3328 "(remain...
[21:44:45.420] #4  0x0000560c1a66dcd8 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:44:45.420] #5  0x0000560c1a66e22e in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[21:44:45.420] #6  0x0000560c1a66f0f0 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:44:45.420] #7  0x0000560c1a670b5f in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x560c23a58d40) at ../src/ba...
[21:44:45.420] #8  0x0000560c1a4a8b85 in main (argc=4, argv=0x560c23a58d40) at ../src/backend/main/main.c:196
[21:44:45.844] #0  0x00007fc278ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:44:44.975] #0  0x00007ff2b52a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:44.975] #1  0x00007ff2b525afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:44.975] #2  0x00007ff2b5245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:44.975] #3  0x000055e6d21cd159 in ExceptionalCondition (conditionName=conditionName@entry=0x55e6d246f328 "(remain...
[21:44:44.975] #4  0x000055e6d1de9cd8 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:44:44.975] #5  0x000055e6d1dea22e in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[21:44:44.975] #6  0x000055e6d1deb0f0 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:44:44.975] #7  0x000055e6d1decb5f in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55e70b594d20) at ../src/ba...
[21:44:44.975] #8  0x000055e6d1c24b85 in main (argc=8, argv=0x55e70b594d20) at ../src/backend/main/main.c:196
[21:44:45.399] #0  0x00007f46220a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:44:44.529] #0  0x00007f497cca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:44.529] #1  0x00007f497cc5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:44.529] #2  0x00007f497cc45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:44.529] #3  0x00005584016cb159 in ExceptionalCondition (conditionName=conditionName@entry=0x55840196d328 "(remain...
[21:44:44.529] #4  0x00005584012e7cd8 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:44:44.529] #5  0x00005584012e836f in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[21:44:44.529] #6  0x00005584012e90f0 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:44:44.529] #7  0x00005584012eab5f in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55842c69fd10) at ../src/ba...
[21:44:44.529] #8  0x0000558401122b85 in main (argc=4, argv=0x55842c69fd10) at ../src/backend/main/main.c:196
[21:44:44.956] #0  0x00007ff2b52a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:44:44.075] #0  0x00007f3d476a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:44.075] #1  0x00007f3d4765afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:44.075] #2  0x00007f3d47645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:44.075] #3  0x000055ae91f31159 in ExceptionalCondition (conditionName=conditionName@entry=0x55ae921d3328 "(remain...
[21:44:44.075] #4  0x000055ae91b4dcd8 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:44:44.075] #5  0x000055ae91b4e22e in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[21:44:44.075] #6  0x000055ae91b4f0f0 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:44:44.075] #7  0x000055ae91b50b5f in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55aea459ed40) at ../src/ba...
[21:44:44.075] #8  0x000055ae91988b85 in main (argc=8, argv=0x55aea459ed40) at ../src/backend/main/main.c:196
[21:44:44.510] #0  0x00007f497cca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:44:43.613] #0  0x00007ffae38a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:43.613] #1  0x00007ffae385afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:43.613] #2  0x00007ffae3845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:43.613] #3  0x00005623ed40c159 in ExceptionalCondition (conditionName=conditionName@entry=0x5623ed6ae328 "(remain...
[21:44:43.613] #4  0x00005623ed028cd8 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:44:43.613] #5  0x00005623ed02922e in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[21:44:43.613] #6  0x00005623ed02a0f0 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:44:43.614] #7  0x00005623ed02bb5f in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x5623f43a6d40) at ../src/ba...
[21:44:43.614] #8  0x00005623ece63b85 in main (argc=8, argv=0x5623f43a6d40) at ../src/backend/main/main.c:196
[21:44:44.056] #0  0x00007f3d476a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:44:43.155] #0  0x00007fbfe16a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:43.155] #1  0x00007fbfe165afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:43.155] #2  0x00007fbfe1645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:43.155] #3  0x00005650188de159 in ExceptionalCondition (conditionName=conditionName@entry=0x565018b80328 "(remain...
[21:44:43.155] #4  0x00005650184facd8 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:44:43.155] #5  0x00005650184fb36f in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[21:44:43.155] #6  0x00005650184fc0f0 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:44:43.155] #7  0x00005650184fdb5f in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x56504c399d00) at ../src/ba...
[21:44:43.155] #8  0x0000565018335b85 in main (argc=4, argv=0x56504c399d00) at ../src/backend/main/main.c:196
[21:44:43.595] #0  0x00007ffae38a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:44:42.666] #0  0x00007f5c568a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:42.666] #1  0x00007f5c5685afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:42.666] #2  0x00007f5c56845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:42.666] #3  0x0000563df0fb3159 in ExceptionalCondition (conditionName=conditionName@entry=0x563df1255328 "(remain...
[21:44:42.666] #4  0x0000563df0bcfcd8 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:44:42.666] #5  0x0000563df0bd036f in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[21:44:42.666] #6  0x0000563df0bd10f0 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:44:42.666] #7  0x0000563df0bd2b5f in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x563e1878cd00) at ../src/ba...
[21:44:42.666] #8  0x0000563df0a0ab85 in main (argc=4, argv=0x563e1878cd00) at ../src/backend/main/main.c:196
[21:44:43.135] #0  0x00007fbfe16a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:44:42.174] #0  0x00007f66358a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:42.174] #1  0x00007f663585afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:42.174] #2  0x00007f6635845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:42.174] #3  0x0000556ddb426159 in ExceptionalCondition (conditionName=conditionName@entry=0x556ddb6c8328 "(remain...
[21:44:42.174] #4  0x0000556ddb042cd8 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:44:42.174] #5  0x0000556ddb04322e in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[21:44:42.174] #6  0x0000556ddb0440f0 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:44:42.174] #7  0x0000556ddb045b5f in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x556de2ac7d40) at ../src/ba...
[21:44:42.174] #8  0x0000556ddae7db85 in main (argc=8, argv=0x556de2ac7d40) at ../src/backend/main/main.c:196
[21:44:42.646] #0  0x00007f5c568a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:44:41.714] #0  0x00007f534a6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:41.714] #1  0x00007f534a65afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:41.714] #2  0x00007f534a645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:41.714] #3  0x00005631122f3159 in ExceptionalCondition (conditionName=conditionName@entry=0x563112595328 "(remain...
[21:44:41.714] #4  0x0000563111f0fcd8 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:44:41.714] #5  0x0000563111f1036f in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[21:44:41.714] #6  0x0000563111f110f0 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:44:41.715] #7  0x0000563111f12b5f in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x56311399cd20) at ../src/ba...
[21:44:41.715] #8  0x0000563111d4ab85 in main (argc=4, argv=0x56311399cd20) at ../src/backend/main/main.c:196
[21:44:42.155] #0  0x00007f66358a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:44:41.231] #0  0x00007f7137aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:41.231] #1  0x00007f7137a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:41.231] #2  0x00007f7137a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:41.231] #3  0x00005607866e5159 in ExceptionalCondition (conditionName=conditionName@entry=0x560786987328 "(remain...
[21:44:41.231] #4  0x0000560786301cd8 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:44:41.231] #5  0x000056078630236f in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[21:44:41.231] #6  0x00005607863030f0 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:44:41.232] #7  0x0000560786304b5f in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5607bba3fd00) at ../src/ba...
[21:44:41.232] #8  0x000056078613cb85 in main (argc=4, argv=0x5607bba3fd00) at ../src/backend/main/main.c:196
[21:44:41.695] #0  0x00007f534a6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:44:40.777] #0  0x00007f059dea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:40.777] #1  0x00007f059de5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:40.777] #2  0x00007f059de45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:40.777] #3  0x0000556ec3305159 in ExceptionalCondition (conditionName=conditionName@entry=0x556ec35a7328 "(remain...
[21:44:40.777] #4  0x0000556ec2f21cd8 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:44:40.777] #5  0x0000556ec2f2236f in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[21:44:40.777] #6  0x0000556ec2f230f0 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:44:40.778] #7  0x0000556ec2f24b5f in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x556ec7dc0d10) at ../src/ba...
[21:44:40.778] #8  0x0000556ec2d5cb85 in main (argc=4, argv=0x556ec7dc0d10) at ../src/backend/main/main.c:196
[21:44:41.212] #0  0x00007f7137aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:44:40.321] #0  0x00007fb922ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:40.321] #1  0x00007fb922e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:40.321] #2  0x00007fb922e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:40.321] #3  0x00005631469b7159 in ExceptionalCondition (conditionName=conditionName@entry=0x563146c59328 "(remain...
[21:44:40.321] #4  0x00005631465d3cd8 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:44:40.321] #5  0x00005631465d422e in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[21:44:40.321] #6  0x00005631465d50f0 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:44:40.321] #7  0x00005631465d6b5f in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5631794e0d10) at ../src/ba...
[21:44:40.321] #8  0x000056314640eb85 in main (argc=4, argv=0x5631794e0d10) at ../src/backend/main/main.c:196
[21:44:40.756] #0  0x00007f059dea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:44:39.846] #0  0x00007f0505aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:39.846] #1  0x00007f0505a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:39.846] #2  0x00007f0505a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:39.846] #3  0x00005622ef52a159 in ExceptionalCondition (conditionName=conditionName@entry=0x5622ef7cc328 "(remain...
[21:44:39.846] #4  0x00005622ef146cd8 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:44:39.846] #5  0x00005622ef14736f in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[21:44:39.846] #6  0x00005622ef1480f0 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:44:39.847] #7  0x00005622ef149b5f in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5622f6976d00) at ../src/ba...
[21:44:39.847] #8  0x00005622eef81b85 in main (argc=4, argv=0x5622f6976d00) at ../src/backend/main/main.c:196
[21:44:40.299] #0  0x00007fb922ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:44:39.363] #0  0x00007f900baa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:39.363] #1  0x00007f900ba5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:39.363] #2  0x00007f900ba45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:39.363] #3  0x000055c20cf59159 in ExceptionalCondition (conditionName=conditionName@entry=0x55c20d1fb328 "(remain...
[21:44:39.363] #4  0x000055c20cb75cd8 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:44:39.363] #5  0x000055c20cb7636f in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[21:44:39.363] #6  0x000055c20cb770f0 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:44:39.363] #7  0x000055c20cb78b5f in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55c22aba3d10) at ../src/ba...
[21:44:39.363] #8  0x000055c20c9b0b85 in main (argc=4, argv=0x55c22aba3d10) at ../src/backend/main/main.c:196
[21:44:39.824] #0  0x00007f0505aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:45:12.800] #0  0x00007fda524a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:45:12.800] #1  0x00007fda5245afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:45:12.800] #2  0x00007fda52445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:45:12.800] #3  0x0000555776732159 in ExceptionalCondition (conditionName=conditionName@entry=0x5557769d4328 "(remain...
[21:45:12.800] #4  0x000055577634ecd8 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:45:12.800] #5  0x000055577634f22e in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[21:45:12.800] #6  0x00005557763500f0 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:45:12.800] #7  0x0000555776351b5f in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55577c32ed90) at ../src/ba...
[21:45:12.800] #8  0x0000555776189b85 in main (argc=8, argv=0x55577c32ed90) at ../src/backend/main/main.c:196
core
[21:44:38.912] #0  0x00007f92e82a9ebc in ?? ()
[21:44:39.343] #0  0x00007f900baa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:44:38.783] #0  0x00007fcfed2a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:38.783] #1  0x00007fcfed25afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:38.783] #2  0x00007fcfed245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:38.783] #3  0x000055eff6c5e159 in ExceptionalCondition (conditionName=conditionName@entry=0x55eff6f00328 "(remain...
[21:44:38.783] #4  0x000055eff687acd8 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:44:38.783] #5  0x000055eff687b36f in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[21:44:38.783] #6  0x000055eff687c0f0 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:44:38.783] #7  0x000055eff687db5f in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55f02faf2d00) at ../src/ba...
[21:44:38.783] #8  0x000055eff66b5b85 in main (argc=4, argv=0x55f02faf2d00) at ../src/backend/main/main.c:196
[21:44:38.911] #0  0x00007f92e82a9ebc in ?? ()
core
[21:44:38.301] #0  0x00007fad2d0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:38.301] #1  0x00007fad2d05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:38.301] #2  0x00007fad2d045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:38.301] #3  0x0000564e9c45b159 in ExceptionalCondition (conditionName=conditionName@entry=0x564e9c6fd328 "(remain...
[21:44:38.301] #4  0x0000564e9c077cd8 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:44:38.301] #5  0x0000564e9c07836f in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[21:44:38.301] #6  0x0000564e9c0790f0 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:44:38.301] #7  0x0000564e9c07ab5f in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x564ec6918d20) at ../src/ba...
[21:44:38.301] #8  0x0000564e9beb2b85 in main (argc=4, argv=0x564ec6918d20) at ../src/backend/main/main.c:196
[21:44:38.764] #0  0x00007fcfed2a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:44:57.347] #0  0x00007f61fb0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:57.347] #1  0x00007f61fb05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:57.347] #2  0x00007f61fb045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:57.347] #3  0x000055a070678159 in ExceptionalCondition (conditionName=conditionName@entry=0x55a07091a328 "(remain...
[21:44:57.347] #4  0x000055a070294cd8 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:44:57.347] #5  0x000055a07029536f in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[21:44:57.347] #6  0x000055a0702960f0 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:44:57.347] #7  0x000055a070297b5f in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55a09ebd2d10) at ../src/ba...
[21:44:57.347] #8  0x000055a0700cfb85 in main (argc=4, argv=0x55a09ebd2d10) at ../src/backend/main/main.c:196
[21:44:57.804] #0  0x00007fe01eca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:44:37.819] #0  0x00007f8fb0ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:37.819] #1  0x00007f8fb0c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:37.819] #2  0x00007f8fb0c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:37.819] #3  0x00005556e91aa159 in ExceptionalCondition (conditionName=conditionName@entry=0x5556e944c328 "(remain...
[21:44:37.819] #4  0x00005556e8dc6cd8 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:44:37.819] #5  0x00005556e8dc722e in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[21:44:37.819] #6  0x00005556e8dc80f0 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:44:37.819] #7  0x00005556e8dc9b5f in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5556ff522d10) at ../src/ba...
[21:44:37.819] #8  0x00005556e8c01b85 in main (argc=4, argv=0x5556ff522d10) at ../src/backend/main/main.c:196
[21:44:38.279] #0  0x00007fad2d0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:44:37.374] #0  0x00007fe2a0ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:37.374] #1  0x00007fe2a0c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:37.374] #2  0x00007fe2a0c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:37.374] #3  0x00005607872fd159 in ExceptionalCondition (conditionName=conditionName@entry=0x56078759f328 "(remain...
[21:44:37.374] #4  0x0000560786f19cd8 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:44:37.374] #5  0x0000560786f1a22e in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[21:44:37.374] #6  0x0000560786f1b0f0 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:44:37.375] #7  0x0000560786f1cb5f in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x56078f860cf0) at ../src/ba...
[21:44:37.375] #8  0x0000560786d54b85 in main (argc=4, argv=0x56078f860cf0) at ../src/backend/main/main.c:196
[21:44:37.800] #0  0x00007f8fb0ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:45:09.488] #0  0x00007f19858a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:45:09.488] #1  0x00007f198585afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:45:09.488] #2  0x00007f1985845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:45:09.488] #3  0x000055cbfd44a159 in ExceptionalCondition (conditionName=conditionName@entry=0x55cbfd6ec328 "(remain...
[21:45:09.488] #4  0x000055cbfd066cd8 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:45:09.488] #5  0x000055cbfd06722e in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[21:45:09.488] #6  0x000055cbfd0680f0 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:45:09.488] #7  0x000055cbfd069b5f in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55cc0abf3d60) at ../src/ba...
[21:45:09.488] #8  0x000055cbfcea1b85 in main (argc=8, argv=0x55cc0abf3d60) at ../src/backend/main/main.c:196
[21:45:09.903] #0  0x00007f3068ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:44:36.878] #0  0x00007f24756a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:36.878] #1  0x00007f247565afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:36.878] #2  0x00007f2475645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:36.878] #3  0x0000559f143f8159 in ExceptionalCondition (conditionName=conditionName@entry=0x559f1469a328 "(remain...
[21:44:36.878] #4  0x0000559f14014cd8 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:44:36.878] #5  0x0000559f1401522e in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[21:44:36.878] #6  0x0000559f140160f0 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:44:36.878] #7  0x0000559f14017b5f in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x559f2ad2fd20) at ../src/ba...
[21:44:36.878] #8  0x0000559f13e4fb85 in main (argc=8, argv=0x559f2ad2fd20) at ../src/backend/main/main.c:196
[21:44:37.352] #0  0x00007fe2a0ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:44:36.403] #0  0x00007f2d220a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:36.403] #1  0x00007f2d2205afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:36.403] #2  0x00007f2d22045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:36.403] #3  0x000055a0c78f7159 in ExceptionalCondition (conditionName=conditionName@entry=0x55a0c7b99328 "(remain...
[21:44:36.403] #4  0x000055a0c7513cd8 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:44:36.403] #5  0x000055a0c751436f in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[21:44:36.403] #6  0x000055a0c75150f0 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:44:36.403] #7  0x000055a0c7516b5f in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55a0dfd2ed00) at ../src/ba...
[21:44:36.403] #8  0x000055a0c734eb85 in main (argc=4, argv=0x55a0dfd2ed00) at ../src/backend/main/main.c:196
[21:44:36.856] #0  0x00007f24756a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:44:35.960] #0  0x00007f7b4bca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:35.960] #1  0x00007f7b4bc5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:35.960] #2  0x00007f7b4bc45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:35.960] #3  0x000056461a737159 in ExceptionalCondition (conditionName=conditionName@entry=0x56461a9d9328 "(remain...
[21:44:35.960] #4  0x000056461a353cd8 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:44:35.960] #5  0x000056461a35436f in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[21:44:35.960] #6  0x000056461a3550f0 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:44:35.960] #7  0x000056461a356b5f in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x56465667ed00) at ../src/ba...
[21:44:35.960] #8  0x000056461a18eb85 in main (argc=4, argv=0x56465667ed00) at ../src/backend/main/main.c:196
[21:44:36.383] #0  0x00007f2d220a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:44:35.509] #0  0x00007fbd574a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:35.509] #1  0x00007fbd5745afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:35.509] #2  0x00007fbd57445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:35.509] #3  0x00005565ac6e5159 in ExceptionalCondition (conditionName=conditionName@entry=0x5565ac987328 "(remain...
[21:44:35.509] #4  0x00005565ac301cd8 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:44:35.509] #5  0x00005565ac30236f in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[21:44:35.509] #6  0x00005565ac3030f0 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:44:35.509] #7  0x00005565ac304b5f in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5565dd76cd00) at ../src/ba...
[21:44:35.509] #8  0x00005565ac13cb85 in main (argc=4, argv=0x5565dd76cd00) at ../src/backend/main/main.c:196
[21:44:35.941] #0  0x00007f7b4bca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:44:57.823] #0  0x00007fe01eca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:57.823] #1  0x00007fe01ec5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:57.823] #2  0x00007fe01ec45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:57.823] #3  0x0000562203bf0159 in ExceptionalCondition (conditionName=conditionName@entry=0x562203e92328 "(remain...
[21:44:57.823] #4  0x000056220380ccd8 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:44:57.823] #5  0x000056220380d36f in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[21:44:57.823] #6  0x000056220380e0f0 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:44:57.823] #7  0x000056220380fb5f in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x56221e4d6d00) at ../src/ba...
[21:44:57.823] #8  0x0000562203647b85 in main (argc=4, argv=0x56221e4d6d00) at ../src/backend/main/main.c:196
[21:44:58.277] #0  0x00007f4b362a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:45:09.034] #0  0x00007f72b70a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:45:09.034] #1  0x00007f72b705afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:45:09.034] #2  0x00007f72b7045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:45:09.034] #3  0x0000564c8ea0d159 in ExceptionalCondition (conditionName=conditionName@entry=0x564c8ecaf328 "(remain...
[21:45:09.034] #4  0x0000564c8e629cd8 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:45:09.034] #5  0x0000564c8e62a36f in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[21:45:09.034] #6  0x0000564c8e62b0f0 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:45:09.034] #7  0x0000564c8e62cb5f in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x564c9890ed10) at ../src/ba...
[21:45:09.034] #8  0x0000564c8e464b85 in main (argc=4, argv=0x564c9890ed10) at ../src/backend/main/main.c:196
[21:45:09.469] #0  0x00007f19858a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:44:35.030] #0  0x00007f58418a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:35.030] #1  0x00007f584185afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:35.030] #2  0x00007f5841845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:35.030] #3  0x0000560a981da159 in ExceptionalCondition (conditionName=conditionName@entry=0x560a9847c328 "(remain...
[21:44:35.030] #4  0x0000560a97df6cd8 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:44:35.030] #5  0x0000560a97df722e in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[21:44:35.030] #6  0x0000560a97df80f0 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:44:35.030] #7  0x0000560a97df9b5f in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x560ac14b3d00) at ../src/ba...
[21:44:35.030] #8  0x0000560a97c31b85 in main (argc=4, argv=0x560ac14b3d00) at ../src/backend/main/main.c:196
[21:44:35.487] #0  0x00007fbd574a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:44:34.554] #0  0x00007f90efaa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:34.554] #1  0x00007f90efa5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:34.554] #2  0x00007f90efa45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:34.554] #3  0x000055b099772159 in ExceptionalCondition (conditionName=conditionName@entry=0x55b099a14328 "(remain...
[21:44:34.554] #4  0x000055b09938ecd8 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:44:34.554] #5  0x000055b09938f22e in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[21:44:34.554] #6  0x000055b0993900f0 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:44:34.555] #7  0x000055b099391b5f in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55b0bd908ce0) at ../src/ba...
[21:44:34.555] #8  0x000055b0991c9b85 in main (argc=4, argv=0x55b0bd908ce0) at ../src/backend/main/main.c:196
[21:44:35.008] #0  0x00007f58418a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:44:34.070] #0  0x00007f9e2aca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:34.070] #1  0x00007f9e2ac5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:34.070] #2  0x00007f9e2ac45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:34.070] #3  0x00005618e8d4d159 in ExceptionalCondition (conditionName=conditionName@entry=0x5618e8fef328 "(remain...
[21:44:34.070] #4  0x00005618e8969cd8 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:44:34.070] #5  0x00005618e896a36f in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[21:44:34.070] #6  0x00005618e896b0f0 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:44:34.070] #7  0x00005618e896cb5f in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x56190c354d00) at ../src/ba...
[21:44:34.070] #8  0x00005618e87a4b85 in main (argc=4, argv=0x56190c354d00) at ../src/backend/main/main.c:196
[21:44:34.533] #0  0x00007f90efaa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:44:33.622] #0  0x00007f45c30a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:33.622] #1  0x00007f45c305afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:33.622] #2  0x00007f45c3045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:33.622] #3  0x000055dbaa6ed159 in ExceptionalCondition (conditionName=conditionName@entry=0x55dbaa98f328 "(remain...
[21:44:33.622] #4  0x000055dbaa309cd8 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:44:33.622] #5  0x000055dbaa30a36f in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[21:44:33.622] #6  0x000055dbaa30b0f0 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:44:33.623] #7  0x000055dbaa30cb5f in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55dbb0d90d00) at ../src/ba...
[21:44:33.623] #8  0x000055dbaa144b85 in main (argc=4, argv=0x55dbb0d90d00) at ../src/backend/main/main.c:196
[21:44:34.051] #0  0x00007f9e2aca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:44:33.151] #0  0x00007f1b2a6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:33.151] #1  0x00007f1b2a65afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:33.151] #2  0x00007f1b2a645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:33.151] #3  0x000055de272a6159 in ExceptionalCondition (conditionName=conditionName@entry=0x55de27548328 "(remain...
[21:44:33.151] #4  0x000055de26ec2cd8 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:44:33.151] #5  0x000055de26ec322e in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[21:44:33.151] #6  0x000055de26ec40f0 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:44:33.152] #7  0x000055de26ec5b5f in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55de571c4d10) at ../src/ba...
[21:44:33.152] #8  0x000055de26cfdb85 in main (argc=4, argv=0x55de571c4d10) at ../src/backend/main/main.c:196
[21:44:33.602] #0  0x00007f45c30a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:44:32.701] #0  0x00007f688e0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:32.701] #1  0x00007f688e05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:32.701] #2  0x00007f688e045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:32.701] #3  0x000055da4a910159 in ExceptionalCondition (conditionName=conditionName@entry=0x55da4abb2328 "(remain...
[21:44:32.701] #4  0x000055da4a52ccd8 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:44:32.701] #5  0x000055da4a52d22e in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[21:44:32.701] #6  0x000055da4a52e0f0 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:44:32.701] #7  0x000055da4a52fb5f in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55da5423fd40) at ../src/ba...
[21:44:32.701] #8  0x000055da4a367b85 in main (argc=8, argv=0x55da5423fd40) at ../src/backend/main/main.c:196
[21:44:33.133] #0  0x00007f1b2a6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:44:58.296] #0  0x00007f4b362a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:58.296] #1  0x00007f4b3625afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:58.296] #2  0x00007f4b36245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:58.296] #3  0x0000557782425159 in ExceptionalCondition (conditionName=conditionName@entry=0x5577826c7328 "(remain...
[21:44:58.296] #4  0x0000557782041cd8 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:44:58.296] #5  0x000055778204236f in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[21:44:58.296] #6  0x00005577820430f0 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:44:58.297] #7  0x0000557782044b5f in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55778f809cd0) at ../src/ba...
[21:44:58.297] #8  0x0000557781e7cb85 in main (argc=4, argv=0x55778f809cd0) at ../src/backend/main/main.c:196
[21:44:58.731] #0  0x00007f807b0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:44:58.752] #0  0x00007f807b0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:58.752] #1  0x00007f807b05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:58.752] #2  0x00007f807b045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:58.752] #3  0x000055da4da1b159 in ExceptionalCondition (conditionName=conditionName@entry=0x55da4dcbd328 "(remain...
[21:44:58.752] #4  0x000055da4d637cd8 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:44:58.752] #5  0x000055da4d63836f in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[21:44:58.752] #6  0x000055da4d6390f0 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:44:58.753] #7  0x000055da4d63ab5f in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55da53f4dd20) at ../src/ba...
[21:44:58.753] #8  0x000055da4d472b85 in main (argc=4, argv=0x55da53f4dd20) at ../src/backend/main/main.c:196
[21:44:59.200] #0  0x00007fbcd52a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:44:32.252] #0  0x00007fd65d8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:32.252] #1  0x00007fd65d85afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:32.252] #2  0x00007fd65d845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:32.252] #3  0x00005618605e6159 in ExceptionalCondition (conditionName=conditionName@entry=0x561860888328 "(remain...
[21:44:32.252] #4  0x0000561860202cd8 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:44:32.252] #5  0x000056186020322e in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[21:44:32.252] #6  0x00005618602040f0 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:44:32.252] #7  0x0000561860205b5f in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x56186a73ecd0) at ../src/ba...
[21:44:32.252] #8  0x000056186003db85 in main (argc=4, argv=0x56186a73ecd0) at ../src/backend/main/main.c:196
[21:44:32.680] #0  0x00007f688e0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:44:31.781] #0  0x00007f8c7a2a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:31.781] #1  0x00007f8c7a25afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:31.781] #2  0x00007f8c7a245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:31.781] #3  0x000055b2fda14159 in ExceptionalCondition (conditionName=conditionName@entry=0x55b2fdcb6328 "(remain...
[21:44:31.781] #4  0x000055b2fd630cd8 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:44:31.781] #5  0x000055b2fd63136f in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[21:44:31.781] #6  0x000055b2fd6320f0 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:44:31.781] #7  0x000055b2fd633b5f in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55b305a75d20) at ../src/ba...
[21:44:31.781] #8  0x000055b2fd46bb85 in main (argc=4, argv=0x55b305a75d20) at ../src/backend/main/main.c:196
[21:44:32.233] #0  0x00007fd65d8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:44:31.335] #0  0x00007f3bf26a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:31.335] #1  0x00007f3bf265afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:31.335] #2  0x00007f3bf2645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:31.335] #3  0x00005636798a0159 in ExceptionalCondition (conditionName=conditionName@entry=0x563679b42328 "(remain...
[21:44:31.335] #4  0x00005636794bccd8 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:44:31.335] #5  0x00005636794bd36f in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[21:44:31.335] #6  0x00005636794be0f0 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:44:31.336] #7  0x00005636794bfb5f in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5636b0f19d00) at ../src/ba...
[21:44:31.336] #8  0x00005636792f7b85 in main (argc=4, argv=0x5636b0f19d00) at ../src/backend/main/main.c:196
[21:44:31.763] #0  0x00007f8c7a2a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:44:30.869] #0  0x00007f38a96a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:30.869] #1  0x00007f38a965afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:30.869] #2  0x00007f38a9645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:30.869] #3  0x0000559c953f9159 in ExceptionalCondition (conditionName=conditionName@entry=0x559c9569b328 "(remain...
[21:44:30.869] #4  0x0000559c95015cd8 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:44:30.869] #5  0x0000559c9501636f in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[21:44:30.869] #6  0x0000559c950170f0 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:44:30.870] #7  0x0000559c95018b5f in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x559c9b7cdce0) at ../src/ba...
[21:44:30.870] #8  0x0000559c94e50b85 in main (argc=4, argv=0x559c9b7cdce0) at ../src/backend/main/main.c:196
[21:44:31.316] #0  0x00007f3bf26a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:44:30.400] #0  0x00007fc3b58a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:30.400] #1  0x00007fc3b585afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:30.400] #2  0x00007fc3b5845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:30.400] #3  0x00005569d05df159 in ExceptionalCondition (conditionName=conditionName@entry=0x5569d0881328 "(remain...
[21:44:30.400] #4  0x00005569d01fbcd8 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:44:30.400] #5  0x00005569d01fc36f in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[21:44:30.400] #6  0x00005569d01fd0f0 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:44:30.400] #7  0x00005569d01feb5f in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x556a0f0c5d40) at ../src/ba...
[21:44:30.400] #8  0x00005569d0036b85 in main (argc=4, argv=0x556a0f0c5d40) at ../src/backend/main/main.c:196
[21:44:30.848] #0  0x00007f38a96a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:44:29.951] #0  0x00007f195f0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:29.951] #1  0x00007f195f05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:29.951] #2  0x00007f195f045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:29.951] #3  0x000056041a318159 in ExceptionalCondition (conditionName=conditionName@entry=0x56041a5ba328 "(remain...
[21:44:29.951] #4  0x0000560419f34cd8 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:44:29.951] #5  0x0000560419f3522e in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[21:44:29.951] #6  0x0000560419f360f0 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:44:29.951] #7  0x0000560419f37b5f in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x560444a95d40) at ../src/ba...
[21:44:29.951] #8  0x0000560419d6fb85 in main (argc=8, argv=0x560444a95d40) at ../src/backend/main/main.c:196
[21:44:30.380] #0  0x00007fc3b58a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:44:29.496] #0  0x00007f43374a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:29.496] #1  0x00007f433745afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:29.496] #2  0x00007f4337445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:29.496] #3  0x00005638a49f5159 in ExceptionalCondition (conditionName=conditionName@entry=0x5638a4c97328 "(remain...
[21:44:29.496] #4  0x00005638a4611cd8 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:44:29.496] #5  0x00005638a461222e in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[21:44:29.496] #6  0x00005638a46130f0 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:44:29.497] #7  0x00005638a4614b5f in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5638cebb8cf0) at ../src/ba...
[21:44:29.497] #8  0x00005638a444cb85 in main (argc=4, argv=0x5638cebb8cf0) at ../src/backend/main/main.c:196
[21:44:29.933] #0  0x00007f195f0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:44:28.981] #0  0x00007f469daa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:28.981] #1  0x00007f469da5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:28.981] #2  0x00007f469da45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:28.981] #3  0x0000564fd014e159 in ExceptionalCondition (conditionName=conditionName@entry=0x564fd03f0328 "(remain...
[21:44:28.981] #4  0x0000564fcfd6acd8 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:44:28.981] #5  0x0000564fcfd6b22e in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[21:44:28.981] #6  0x0000564fcfd6c0f0 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:44:28.981] #7  0x0000564fcfd6db5f in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x5650046acd40) at ../src/ba...
[21:44:28.981] #8  0x0000564fcfba5b85 in main (argc=8, argv=0x5650046acd40) at ../src/backend/main/main.c:196
[21:44:29.473] #0  0x00007f43374a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:44:28.525] #0  0x00007fc282ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:28.525] #1  0x00007fc282c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:28.525] #2  0x00007fc282c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:28.525] #3  0x000055cd6f4cc159 in ExceptionalCondition (conditionName=conditionName@entry=0x55cd6f76e328 "(remain...
[21:44:28.525] #4  0x000055cd6f0e8cd8 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:44:28.525] #5  0x000055cd6f0e936f in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[21:44:28.525] #6  0x000055cd6f0ea0f0 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:44:28.525] #7  0x000055cd6f0ebb5f in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55cd86e61d00) at ../src/ba...
[21:44:28.525] #8  0x000055cd6ef23b85 in main (argc=4, argv=0x55cd86e61d00) at ../src/backend/main/main.c:196
[21:44:28.959] #0  0x00007f469daa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:44:59.222] #0  0x00007fbcd52a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:59.222] #1  0x00007fbcd525afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:59.222] #2  0x00007fbcd5245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:59.222] #3  0x0000560eab6e7159 in ExceptionalCondition (conditionName=conditionName@entry=0x560eab989328 "(remain...
[21:44:59.222] #4  0x0000560eab303cd8 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:44:59.222] #5  0x0000560eab30422e in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[21:44:59.222] #6  0x0000560eab3050f0 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:44:59.223] #7  0x0000560eab306b5f in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x560eb61ddd30) at ../src/ba...
[21:44:59.223] #8  0x0000560eab13eb85 in main (argc=4, argv=0x560eb61ddd30) at ../src/backend/main/main.c:196
[21:44:59.678] #0  0x00007f100daa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:44:28.050] #0  0x00007fb93fca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:28.050] #1  0x00007fb93fc5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:28.050] #2  0x00007fb93fc45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:28.050] #3  0x0000565166b8b159 in ExceptionalCondition (conditionName=conditionName@entry=0x565166e2d328 "(remain...
[21:44:28.050] #4  0x00005651667a7cd8 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:44:28.050] #5  0x00005651667a836f in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[21:44:28.050] #6  0x00005651667a90f0 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:44:28.050] #7  0x00005651667aab5f in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x56519d76bd00) at ../src/ba...
[21:44:28.050] #8  0x00005651665e2b85 in main (argc=4, argv=0x56519d76bd00) at ../src/backend/main/main.c:196
[21:44:28.505] #0  0x00007fc282ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:44:27.575] #0  0x00007f21290a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:27.575] #1  0x00007f212905afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:27.575] #2  0x00007f2129045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:27.575] #3  0x00005621a3762159 in ExceptionalCondition (conditionName=conditionName@entry=0x5621a3a04328 "(remain...
[21:44:27.575] #4  0x00005621a337ecd8 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:44:27.575] #5  0x00005621a337f36f in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[21:44:27.575] #6  0x00005621a33800f0 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:44:27.575] #7  0x00005621a3381b5f in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5621c991bd00) at ../src/ba...
[21:44:27.575] #8  0x00005621a31b9b85 in main (argc=4, argv=0x5621c991bd00) at ../src/backend/main/main.c:196
[21:44:28.028] #0  0x00007fb93fca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:44:27.096] #0  0x00007f320e6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:27.096] #1  0x00007f320e65afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:27.096] #2  0x00007f320e645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:27.096] #3  0x000056247d6b9159 in ExceptionalCondition (conditionName=conditionName@entry=0x56247d95b328 "(remain...
[21:44:27.096] #4  0x000056247d2d5cd8 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:44:27.096] #5  0x000056247d2d636f in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[21:44:27.096] #6  0x000056247d2d70f0 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:44:27.096] #7  0x000056247d2d8b5f in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x562485652d40) at ../src/ba...
[21:44:27.096] #8  0x000056247d110b85 in main (argc=4, argv=0x562485652d40) at ../src/backend/main/main.c:196
[21:44:27.556] #0  0x00007f21290a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:44:26.631] #0  0x00007f6d53aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:26.631] #1  0x00007f6d53a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:26.631] #2  0x00007f6d53a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:44:26.631] #3  0x0000562ae0770159 in ExceptionalCondition (conditionName=conditionName@entry=0x562ae0a12328 "(remain...
[21:44:26.631] #4  0x0000562ae038ccd8 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[21:44:26.631] #5  0x0000562ae038d36f in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[21:44:26.631] #6  0x0000562ae038e0f0 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[21:44:26.631] #7  0x0000562ae038fb5f in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x562ae60cfd20) at ../src/ba...
[21:44:26.631] #8  0x0000562ae01c7b85 in main (argc=4, argv=0x562ae60cfd20) at ../src/backend/main/main.c:196
[21:44:27.075] #0  0x00007f320e6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
tap
[21:33:43.476](1.012s) Bail out!  pg_ctl restart failed
tap
[21:33:53.123](1.073s) Bail out!  pg_ctl stop failed
tap
[21:32:36.368](0.981s) Bail out!  pg_ctl stop failed
tap
[21:32:37.841](1.777s) Bail out!  pg_ctl stop failed
tap
[21:32:37.020](1.892s) Bail out!  pg_ctl stop failed
tap
[21:32:38.395](0.345s) Bail out!  pg_ctl stop failed
tap
[21:32:40.137](3.386s) Bail out!  pg_ctl stop failed
tap
[21:32:40.048](0.527s) Bail out!  pg_ctl restart failed
tap
[21:32:41.195](0.109s) Bail out!  pg_ctl stop failed
tap
[21:32:53.106](12.604s) Bail out!  pg_ctl restart failed
tap
[21:32:43.130](0.494s) Bail out!  pg_ctl stop failed
tap
[21:32:42.538](1.099s) Bail out!  pg_ctl stop failed
tap
[21:32:44.611](2.153s) Bail out!  pg_ctl stop failed
tap
[21:32:46.082](1.566s) Bail out!  pg_ctl stop failed
tap
[21:32:47.878](2.607s) Bail out!  pg_ctl stop failed
tap
[21:32:48.855](3.099s) Bail out!  pg_ctl stop failed
tap
[21:32:49.972](3.278s) Bail out!  pg_ctl restart failed
tap
[21:32:51.475](2.862s) Bail out!  pg_ctl stop failed
tap
[21:32:54.995](1.392s) Bail out!  pg_ctl stop failed
tap
[21:32:51.712](0.915s) Bail out!  pg_ctl stop failed
tap
[21:32:55.216](0.120s) Bail out!  pg_ctl stop failed
tap
[21:32:56.032](0.222s) Bail out!  pg_ctl stop failed
tap
[21:32:56.197](0.864s) Bail out!  pg_ctl restart failed
tap
[21:33:03.078](1.343s) Bail out!  pg_ctl stop failed
tap
[21:33:58.973](0.105s) Bail out!  pg_ctl restart failed
tap
[21:33:03.363](0.342s) Bail out!  pg_ctl stop failed
tap
[21:33:05.900](0.835s) Bail out!  pg_ctl stop failed
tap
[21:33:09.495](0.117s) Bail out!  pg_ctl restart failed
tap
[21:33:09.624](0.125s) Bail out!  pg_ctl restart failed
tap
[21:33:16.346](0.782s) Bail out!  pg_ctl stop failed
tap
[21:33:13.151](3.167s) Bail out!  pg_ctl stop failed
tap
[21:33:16.443](2.488s) Bail out!  pg_ctl stop failed
tap
[21:33:26.299](2.164s) Bail out!  pg_ctl stop failed
tap
[21:33:21.035](3.671s) Bail out!  pg_ctl stop failed
tap
[21:33:29.879](0.338s) Bail out!  pg_ctl restart failed
tap
[21:33:30.065](1.522s) Bail out!  pg_ctl stop failed
tap
[21:33:37.323](0.232s) Bail out!  pg_ctl stop failed
tap
[21:33:34.076](0.123s) Bail out!  pg_ctl stop failed
tap
[21:33:38.664](0.424s) Bail out!  pg_ctl stop failed
test
[21:43:48.390]   5/318 postgresql:pg_upgrade / pg_upgrade/003_logical_slots                            ERROR            ...
[21:43:48.390]   6/318 postgresql:recovery / recovery/001_stream_rep                                   ERROR            ...
[21:43:48.390]   7/318 postgresql:pg_upgrade / pg_upgrade/004_subscription                             ERROR            ...
[21:43:48.390]   8/318 postgresql:recovery / recovery/003_recovery_targets                             ERROR            ...
[21:43:48.390]   9/318 postgresql:recovery / recovery/006_logical_decoding                             ERROR            ...
[21:43:48.390]  10/318 postgresql:recovery / recovery/004_timeline_switch                              ERROR            ...
[21:43:48.390]  12/318 postgresql:recovery / recovery/007_sync_rep                                     ERROR            ...
[21:43:48.390]  13/318 postgresql:recovery / recovery/010_logical_decoding_timelines                   ERROR            ...
[21:43:48.390]  14/318 postgresql:recovery / recovery/009_twophase                                     ERROR            ...
[21:43:48.390]  15/318 postgresql:recovery / recovery/012_subtransactions                              ERROR            ...
[21:43:48.390]  17/318 postgresql:recovery / recovery/014_unlogged_reinit                              ERROR            ...
[21:43:48.390]  18/318 postgresql:recovery / recovery/015_promotion_pages                              ERROR            ...
[21:43:48.390]  19/318 postgresql:recovery / recovery/017_shm                                          ERROR            ...
[21:43:48.390]  20/318 postgresql:recovery / recovery/016_min_consistency                              ERROR            ...
[21:43:48.390]  21/318 postgresql:recovery / recovery/018_wal_optimize                                 ERROR            ...
[21:43:48.390]  22/318 postgresql:recovery / recovery/020_archive_status                               ERROR            ...
[21:43:48.390]  23/318 postgresql:recovery / recovery/008_fsm_truncation                               ERROR            ...
[21:43:48.390]  24/318 postgresql:recovery / recovery/019_replslot_limit                               ERROR            ...
[21:43:48.390]  25/318 postgresql:recovery / recovery/021_row_visibility                               ERROR            ...
[21:43:48.390]  26/318 postgresql:recovery / recovery/024_archive_recovery                             ERROR            ...
[21:43:48.390]  27/318 postgresql:recovery / recovery/023_pitr_prepared_xact                           ERROR            ...
[21:43:48.390]  29/318 postgresql:recovery / recovery/026_overwrite_contrecord                         ERROR            ...
[21:43:48.390]  30/318 postgresql:recovery / recovery/028_pitr_timelines                               ERROR            ...
[21:43:48.390]  31/318 postgresql:recovery / recovery/029_stats_restart                                ERROR            ...
[21:43:48.390]  32/318 postgresql:recovery / recovery/030_stats_cleanup_replica                        ERROR            ...
[21:43:48.390]  33/318 postgresql:recovery / recovery/031_recovery_conflict                            ERROR            ...
[21:43:48.390]  34/318 postgresql:recovery / recovery/033_replay_tsp_drops                             ERROR            ...
[21:43:48.390]  35/318 postgresql:recovery / recovery/034_create_database                              ERROR            ...
[21:43:48.390]  36/318 postgresql:recovery / recovery/032_relfilenode_reuse                            ERROR            ...
[21:43:48.390]  37/318 postgresql:recovery / recovery/036_truncated_dropped                            ERROR            ...
[21:43:48.390]  39/318 postgresql:recovery / recovery/035_standby_logical_decoding                     ERROR            ...
[21:43:48.390]  40/318 postgresql:recovery / recovery/039_end_of_wal                                   ERROR            ...
[21:43:48.390]  41/318 postgresql:recovery / recovery/038_save_logical_slots_shutdown                  ERROR            ...
[21:43:48.390]  42/318 postgresql:recovery / recovery/041_checkpoint_at_promote                        ERROR            ...
[21:43:48.390]  43/318 postgresql:recovery / recovery/042_low_level_backup                             ERROR            ...
[21:43:48.390]  44/318 postgresql:recovery / recovery/040_standby_failover_slots_sync                  ERROR            ...
[21:43:48.390]  45/318 postgresql:kerberos / kerberos/001_auth                                         ERROR            ...
[21:43:48.390]  46/318 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[21:43:48.390]  47/318 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[21:43:48.390]  48/318 postgresql:isolation / isolation/isolation                                      ERROR           1...
[21:43:48.390]  49/318 postgresql:regress / regress/regress                                            ERROR           1...
[21:43:48.390]  50/318 postgresql:plpgsql / plpgsql/regress                                            ERROR           1...
[21:43:48.390]  51/318 postgresql:plperl / plperl/regress                                              ERROR           1...
[21:43:48.390]  52/318 postgresql:plpython / plpython/regress                                          ERROR           1...
[21:43:48.390]  53/318 postgresql:pltcl / pltcl/regress                                                ERROR           1...
[21:43:48.390]  54/318 postgresql:recovery / recovery/013_crash_restart                                ERROR           2...
[21:43:48.390]  55/318 postgresql:recovery / recovery/022_crash_temp_files                             ERROR           2...
[21:43:48.390]  56/318 postgresql:basic_archive / basic_archive/regress                                ERROR           1...
[21:43:48.390]  57/318 postgresql:amcheck / amcheck/regress                                            ERROR           1...
[21:43:48.390]  58/318 postgresql:bloom / bloom/regress                                                ERROR           1...
[21:43:48.390]  59/318 postgresql:bool_plperl / bool_plperl/regress                                    ERROR           1...
[21:43:48.390]  60/318 postgresql:btree_gin / btree_gin/regress                                        ERROR           1...
[21:43:48.390]  61/318 postgresql:btree_gist / btree_gist/regress                                      ERROR           1...
[21:43:48.390]  62/318 postgresql:citext / citext/regress                                              ERROR           1...
[21:43:48.398]  63/318 postgresql:cube / cube/regress                                                  ERROR           1...
[21:43:48.398]  64/318 postgresql:dblink / dblink/regress                                              ERROR           1...
[21:43:48.398]  65/318 postgresql:dict_int / dict_int/regress                                          ERROR           1...
[21:43:48.398]  66/318 postgresql:dict_xsyn / dict_xsyn/regress                                        ERROR           1...
[21:43:48.398]  67/318 postgresql:earthdistance / earthdistance/regress                                ERROR           1...
[21:43:48.398]  68/318 postgresql:file_fdw / file_fdw/regress                                          ERROR           1...
[21:43:48.398]  69/318 postgresql:fuzzystrmatch / fuzzystrmatch/regress                                ERROR           1...
[21:43:48.398]  70/318 postgresql:hstore / hstore/regress                                              ERROR           1...
[21:43:48.398]  71/318 postgresql:hstore_plperl / hstore_plperl/regress                                ERROR           1...
[21:43:48.398]  72/318 postgresql:hstore_plpython / hstore_plpython/regress                            ERROR           1...
[21:43:48.398]  73/318 postgresql:intarray / intarray/regress                                          ERROR           1...
[21:43:48.398]  74/318 postgresql:isn / isn/regress                                                    ERROR           1...
[21:43:48.398]  75/318 postgresql:jsonb_plperl / jsonb_plperl/regress                                  ERROR           1...
[21:43:48.398]  76/318 postgresql:jsonb_plpython / jsonb_plpython/regress                              ERROR           1...
[21:43:48.398]  77/318 postgresql:lo / lo/regress                                                      ERROR           1...
[21:43:48.398]  78/318 postgresql:ltree / ltree/regress                                                ERROR           1...
[21:43:48.398]  79/318 postgresql:ltree_plpython / ltree_plpython/regress                              ERROR           1...
[21:43:48.398]  80/318 postgresql:pageinspect / pageinspect/regress                                    ERROR           1...
[21:43:48.398]  81/318 postgresql:passwordcheck / passwordcheck/regress                                ERROR           1...
[21:43:48.398]  82/318 postgresql:pg_buffercache / pg_buffercache/regress                              ERROR           1...
[21:43:48.398]  83/318 postgresql:pgcrypto / pgcrypto/regress                                          ERROR           1...
Windows - Server 2019, VS 2019 - Meson & ninja
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
core
00000035`423ffb08 00007ff6`f1c72257     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000035`423ffb10 00007ff6`f1b2e6a4     postgres!SubPostmasterMain(
00000035`423ffb80 00007ff6`f2125b29     postgres!main(
00000035`423ffbc0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000035`423ffc10 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000035`423ffc80 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000035`423ffcb0 00007fff`54214cb0     postgres!mainCRTStartup(
00000035`423ffce0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000035`423ffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000035`427ff598 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000035`427ff5a0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000035`427ff890 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000035`427ff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000035`42bffa58 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000035`42bffa60 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000035`42bffd50 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000035`42bffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000016`fbbffbb8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000016`fbbffbc0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000016`fbbffeb0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000016`fbbffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000016`fbfff8e8 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000016`fbfff8f0 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000016`fbfff960 00007fff`54214cb0     postgres!pg_signal_thread(
00000016`fbfffa60 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000016`fbfffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000016`faffed40 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000016`faffed80 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000016`faffedc0 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000016`faffee10 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000016`faffee60 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000016`fafff780 00007ff6`f1b2e738     postgres!PostmasterMain(
00000016`fafff910 00007ff6`f2125b29     postgres!main(
00000016`fafff950 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000016`fafff9a0 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000016`fafffa10 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000016`fb3ffb18 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000016`fb3ffb20 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000016`fb3ffe10 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000016`fb3ffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000016`fb7ff828 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000016`fb7ff830 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000016`fb7ffb20 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000016`fb7ffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000016`fc3ff9c8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000016`fc3ff9d0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000016`fc3ffcc0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000016`fc3ffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000060`781ff838 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000060`781ff840 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000060`781ff8b0 00007fff`54214cb0     postgres!pg_signal_thread(
00000060`781ff9b0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000060`781ff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000060`771ff190 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000060`771ff1d0 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000060`771ff210 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000060`771ff260 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000060`771ff2b0 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000060`771ffbd0 00007ff6`f1b2e738     postgres!PostmasterMain(
00000060`771ffd60 00007ff6`f2125b29     postgres!main(
00000060`771ffda0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000060`771ffdf0 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000060`771ffe60 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000060`775ff708 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000060`775ff710 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000060`775ffa00 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000060`775ffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000060`77dffa38 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000060`77dffa40 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000060`77dffd30 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000060`77dffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000060`779ffbf8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000060`779ffc00 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000060`779ffef0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000060`779fff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000060`785ff678 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000060`785ff680 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000060`785ff970 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000060`785ff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000db`03dff6b8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000db`03dff6c0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000db`03dff9b0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000db`03dff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000db`035ff638 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000db`035ff640 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000db`035ff930 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000db`035ff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000db`031ffaa8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000db`031ffab0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000db`031ffda0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000db`031ffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000db`02dff100 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000db`02dff140 00007ff6`f1c7935c     postgres!ExceptionalCondition(
000000db`02dff180 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000db`02dff1d0 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000db`02dff220 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000db`02dffb40 00007ff6`f1b2e738     postgres!PostmasterMain(
000000db`02dffcd0 00007ff6`f2125b29     postgres!main(
000000db`02dffd10 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000db`02dffd60 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000db`02dffdd0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000db`039ffa98 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
000000db`039ffaa0 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
000000db`039ffb10 00007fff`54214cb0     postgres!pg_signal_thread(
000000db`039ffc10 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000db`039ffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000041`d05fecd0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000041`d05fed10 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000041`d05fed50 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000041`d05feda0 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000041`d05fedf0 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000041`d05ff710 00007ff6`f1b2e738     postgres!PostmasterMain(
00000041`d05ff8a0 00007ff6`f2125b29     postgres!main(
00000041`d05ff8e0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000041`d05ff930 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000041`d05ff9a0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000041`d09ff9a8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000041`d09ff9b0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000041`d09ffca0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000041`d09ffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000041`d0dff868 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000041`d0dff870 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000041`d0dffb60 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000041`d0dffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000041`d11ff8e8 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000041`d11ff8f0 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000041`d11ff960 00007fff`54214cb0     postgres!pg_signal_thread(
00000041`d11ffa60 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000041`d11ffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000041`d15ff518 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000041`d15ff520 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000041`d15ff810 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000041`d15ff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002f`705ff040 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000002f`705ff080 00007ff6`f1c7935c     postgres!ExceptionalCondition(
0000002f`705ff0c0 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000002f`705ff110 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000002f`705ff160 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000002f`705ffa80 00007ff6`f1b2e738     postgres!PostmasterMain(
0000002f`705ffc10 00007ff6`f2125b29     postgres!main(
0000002f`705ffc50 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000002f`705ffca0 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000002f`705ffd10 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000002f`715ff948 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002f`715ff950 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000002f`715ffc40 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000002f`715ffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002f`711ffd88 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
0000002f`711ffd90 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
0000002f`711ffe00 00007fff`54214cb0     postgres!pg_signal_thread(
0000002f`711fff00 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000002f`711fff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003e`0bbff568 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003e`0bbff570 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000003e`0bbff860 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000003e`0bbff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003e`0a7feb10 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000003e`0a7feb50 00007ff6`f1c7935c     postgres!ExceptionalCondition(
0000003e`0a7feb90 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000003e`0a7febe0 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000003e`0a7fec30 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000003e`0a7ff550 00007ff6`f1b2e738     postgres!PostmasterMain(
0000003e`0a7ff6e0 00007ff6`f2125b29     postgres!main(
0000003e`0a7ff720 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000003e`0a7ff770 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000003e`0a7ff7e0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000003e`0abffc08 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003e`0abffc10 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000003e`0abfff00 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000003e`0abfff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003e`0afff988 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003e`0afff990 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000003e`0afffc80 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000003e`0afffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003e`0b3ff508 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003e`0b3ff510 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000003e`0b3ff800 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000003e`0b3ff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003e`0b7ff7a8 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
0000003e`0b7ff7b0 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
0000003e`0b7ff820 00007fff`54214cb0     postgres!pg_signal_thread(
0000003e`0b7ff920 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000003e`0b7ff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000070`225ff718 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000070`225ff720 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000070`225ffa10 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000070`225ffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000070`231ff778 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000070`231ff780 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000070`231ffa70 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000070`231ffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000070`22dff8a8 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000070`22dff8b0 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000070`22dff920 00007fff`54214cb0     postgres!pg_signal_thread(
00000070`22dffa20 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000070`22dffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000070`229ff478 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000070`229ff480 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000070`229ff770 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000070`229ff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000070`221fef70 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000070`221fefb0 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000070`221feff0 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000070`221ff040 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000070`221ff090 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000070`221ff9b0 00007ff6`f1b2e738     postgres!PostmasterMain(
00000070`221ffb40 00007ff6`f2125b29     postgres!main(
00000070`221ffb80 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000070`221ffbd0 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000070`221ffc40 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000060`e21ff8e8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000060`e21ff8f0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000060`e21ffbe0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000060`e21ffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000060`e29ff628 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000060`e29ff630 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000060`e29ff920 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000060`e29ff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000060`e25ff828 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000060`e25ff830 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000060`e25ff8a0 00007fff`54214cb0     postgres!pg_signal_thread(
00000060`e25ff9a0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000060`e25ff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000060`e1dfef70 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000060`e1dfefb0 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000060`e1dfeff0 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000060`e1dff040 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000060`e1dff090 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000060`e1dff9b0 00007ff6`f1b2e738     postgres!PostmasterMain(
00000060`e1dffb40 00007ff6`f2125b29     postgres!main(
00000060`e1dffb80 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000060`e1dffbd0 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000060`e1dffc40 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000060`e2dff798 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000060`e2dff7a0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000060`e2dffa90 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000060`e2dffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005a`0edff488 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005a`0edff490 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000005a`0edff780 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000005a`0edff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005a`0e5ff848 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
0000005a`0e5ff850 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
0000005a`0e5ff8c0 00007fff`54214cb0     postgres!pg_signal_thread(
0000005a`0e5ff9c0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000005a`0e5ff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005a`0ddfeb00 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000005a`0ddfeb40 00007ff6`f1c7935c     postgres!ExceptionalCondition(
0000005a`0ddfeb80 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000005a`0ddfebd0 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000005a`0ddfec20 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000005a`0ddff540 00007ff6`f1b2e738     postgres!PostmasterMain(
0000005a`0ddff6d0 00007ff6`f2125b29     postgres!main(
0000005a`0ddff710 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000005a`0ddff760 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000005a`0ddff7d0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000005b`0c5ffad8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005b`0c5ffae0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000005b`0c5ffdd0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000005b`0c5ffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005b`0d1ff548 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005b`0d1ff550 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000005b`0d1ff840 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000005b`0d1ff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005b`0cdffcf8 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
0000005b`0cdffd00 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
0000005b`0cdffd70 00007fff`54214cb0     postgres!pg_signal_thread(
0000005b`0cdffe70 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000005b`0cdffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005b`0c9ffac8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005b`0c9ffad0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000005b`0c9ffdc0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000005b`0c9ffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005b`0c1fef70 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000005b`0c1fefb0 00007ff6`f1c7935c     postgres!ExceptionalCondition(
0000005b`0c1feff0 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000005b`0c1ff040 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000005b`0c1ff090 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000005b`0c1ff9b0 00007ff6`f1b2e738     postgres!PostmasterMain(
0000005b`0c1ffb40 00007ff6`f2125b29     postgres!main(
0000005b`0c1ffb80 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000005b`0c1ffbd0 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000005b`0c1ffc40 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000001`4efff818 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000001`4efff820 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000001`4efff890 00007fff`54214cb0     postgres!pg_signal_thread(
00000001`4efff990 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000001`4efff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`4f3ffb08 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000001`4f3ffb10 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000001`4f3ffe00 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000001`4f3ffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`4ebffa78 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000001`4ebffa80 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000001`4ebffd70 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000001`4ebffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`4e7ff778 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000001`4e7ff780 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000001`4e7ffa70 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000001`4e7ffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`4e3ff6b8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000001`4e3ff6c0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000001`4e3ff9b0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000001`4e3ff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`4dffefa0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000001`4dffefe0 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000001`4dfff020 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000001`4dfff070 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000001`4dfff0c0 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000001`4dfff9e0 00007ff6`f1b2e738     postgres!PostmasterMain(
00000001`4dfffb70 00007ff6`f2125b29     postgres!main(
00000001`4dfffbb0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000001`4dfffc00 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000001`4dfffc70 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000d1`475feaa0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d1`475feae0 00007ff6`f1c7935c     postgres!ExceptionalCondition(
000000d1`475feb20 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000d1`475feb70 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000d1`475febc0 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000d1`475ff4e0 00007ff6`f1b2e738     postgres!PostmasterMain(
000000d1`475ff670 00007ff6`f2125b29     postgres!main(
000000d1`475ff6b0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d1`475ff700 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d1`475ff770 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000d1`489ff558 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d1`489ff560 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000d1`489ff850 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d1`489ff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d1`485ff868 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d1`485ff870 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000d1`485ffb60 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d1`485ffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d1`481ffbc8 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
000000d1`481ffbd0 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
000000d1`481ffc40 00007fff`54214cb0     postgres!pg_signal_thread(
000000d1`481ffd40 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d1`481ffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d1`47dffaf8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d1`47dffb00 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000d1`47dffdf0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d1`47dffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d1`479ff7d8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d1`479ff7e0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000d1`479ffad0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d1`479ffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bb`1c1ff4f8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bb`1c1ff500 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000bb`1c1ff7f0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000bb`1c1ff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bb`1c5ff4e8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bb`1c5ff4f0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000bb`1c5ff7e0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000bb`1c5ff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bb`1bdff798 00007ff6`f1c72257     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000bb`1bdff7a0 00007ff6`f1b2e6a4     postgres!SubPostmasterMain(
000000bb`1bdff810 00007ff6`f2125b29     postgres!main(
000000bb`1bdff850 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000bb`1bdff8a0 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000bb`1bdff910 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000bb`1bdff940 00007fff`54214cb0     postgres!mainCRTStartup(
000000bb`1bdff970 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000bb`1bdff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c8`867ff828 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
000000c8`867ff830 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
000000c8`867ff8a0 00007fff`54214cb0     postgres!pg_signal_thread(
000000c8`867ff9a0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c8`867ff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c8`863ff5a8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c8`863ff5b0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000c8`863ff8a0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c8`863ff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c8`85fffb58 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c8`85fffb60 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000c8`85fffe50 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c8`85fffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c8`85bfea70 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c8`85bfeab0 00007ff6`f1c7935c     postgres!ExceptionalCondition(
000000c8`85bfeaf0 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c8`85bfeb40 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000c8`85bfeb90 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c8`85bff4b0 00007ff6`f1b2e738     postgres!PostmasterMain(
000000c8`85bff640 00007ff6`f2125b29     postgres!main(
000000c8`85bff680 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c8`85bff6d0 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c8`85bff740 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c8`86bff4d8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c8`86bff4e0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000c8`86bff7d0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c8`86bff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005b`ebdffa28 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005b`ebdffa30 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000005b`ebdffd20 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000005b`ebdffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005b`eb5ffae8 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
0000005b`eb5ffaf0 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
0000005b`eb5ffb60 00007fff`54214cb0     postgres!pg_signal_thread(
0000005b`eb5ffc60 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000005b`eb5ffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005b`eadfea90 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000005b`eadfead0 00007ff6`f1c7935c     postgres!ExceptionalCondition(
0000005b`eadfeb10 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000005b`eadfeb60 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000005b`eadfebb0 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000005b`eadff4d0 00007ff6`f1b2e738     postgres!PostmasterMain(
0000005b`eadff660 00007ff6`f2125b29     postgres!main(
0000005b`eadff6a0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000005b`eadff6f0 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000005b`eadff760 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000b6`b67ff798 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
000000b6`b67ff7a0 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
000000b6`b67ff810 00007fff`54214cb0     postgres!pg_signal_thread(
000000b6`b67ff910 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b6`b67ff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b6`b6bffa58 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b6`b6bffa60 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000b6`b6bffd50 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b6`b6bffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b6`b6fff5d8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b6`b6fff5e0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000b6`b6fff8d0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b6`b6fff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b6`b5ffed20 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b6`b5ffed60 00007ff6`f1c7935c     postgres!ExceptionalCondition(
000000b6`b5ffeda0 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000b6`b5ffedf0 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000b6`b5ffee40 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000b6`b5fff760 00007ff6`f1b2e738     postgres!PostmasterMain(
000000b6`b5fff8f0 00007ff6`f2125b29     postgres!main(
000000b6`b5fff930 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b6`b5fff980 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000b6`b5fff9f0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000b6`b63ffab8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b6`b63ffac0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000b6`b63ffdb0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b6`b63ffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003a`e51ff9a8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003a`e51ff9b0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000003a`e51ffca0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000003a`e51ffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003a`e55ffab8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003a`e55ffac0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000003a`e55ffdb0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000003a`e55ffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003a`e59ffaf8 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
0000003a`e59ffb00 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
0000003a`e59ffb70 00007fff`54214cb0     postgres!pg_signal_thread(
0000003a`e59ffc70 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000003a`e59ffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003a`e4dfef00 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000003a`e4dfef40 00007ff6`f1c7935c     postgres!ExceptionalCondition(
0000003a`e4dfef80 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000003a`e4dfefd0 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000003a`e4dff020 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000003a`e4dff940 00007ff6`f1b2e738     postgres!PostmasterMain(
0000003a`e4dffad0 00007ff6`f2125b29     postgres!main(
0000003a`e4dffb10 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000003a`e4dffb60 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000003a`e4dffbd0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000003a`e5dff7d8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003a`e5dff7e0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000003a`e5dffad0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000003a`e5dffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000075`017feaf0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000075`017feb30 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000075`017feb70 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000075`017febc0 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000075`017fec10 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000075`017ff530 00007ff6`f1b2e738     postgres!PostmasterMain(
00000075`017ff6c0 00007ff6`f2125b29     postgres!main(
00000075`017ff700 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000075`017ff750 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000075`017ff7c0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000075`01bff6c8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000075`01bff6d0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000075`01bff9c0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000075`01bff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000075`01fff618 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000075`01fff620 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000075`01fff910 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000075`01fff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000075`023ff468 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000075`023ff470 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000075`023ff760 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000075`023ff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000075`027ff6e8 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000075`027ff6f0 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000075`027ff760 00007fff`54214cb0     postgres!pg_signal_thread(
00000075`027ff860 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000075`027ff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000075`02bff968 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000075`02bff970 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000075`02bffc60 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000075`02bffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000006`41dfed50 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000006`41dfed90 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000006`41dfedd0 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000006`41dfee20 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000006`41dfee70 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000006`41dff790 00007ff6`f1b2e738     postgres!PostmasterMain(
00000006`41dff920 00007ff6`f2125b29     postgres!main(
00000006`41dff960 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000006`41dff9b0 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000006`41dffa20 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000006`42dff6c8 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000006`42dff6d0 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000006`42dff740 00007fff`54214cb0     postgres!pg_signal_thread(
00000006`42dff840 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000006`42dff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000006`431ffba8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000006`431ffbb0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000006`431ffea0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000006`431ffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009e`ad3fef60 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000009e`ad3fefa0 00007ff6`f1c7935c     postgres!ExceptionalCondition(
0000009e`ad3fefe0 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000009e`ad3ff030 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000009e`ad3ff080 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000009e`ad3ff9a0 00007ff6`f1b2e738     postgres!PostmasterMain(
0000009e`ad3ffb30 00007ff6`f2125b29     postgres!main(
0000009e`ad3ffb70 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000009e`ad3ffbc0 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000009e`ad3ffc30 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000009e`ae7ffb88 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009e`ae7ffb90 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000009e`ae7ffe80 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000009e`ae7ffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009e`ae3ff7c8 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
0000009e`ae3ff7d0 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
0000009e`ae3ff840 00007fff`54214cb0     postgres!pg_signal_thread(
0000009e`ae3ff940 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000009e`ae3ff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004b`891ff9a8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004b`891ff9b0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000004b`891ffca0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000004b`891ffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004b`895ff518 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004b`895ff520 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000004b`895ff810 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000004b`895ff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004b`899ff848 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
0000004b`899ff850 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
0000004b`899ff8c0 00007fff`54214cb0     postgres!pg_signal_thread(
0000004b`899ff9c0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000004b`899ff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004b`89dffae8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004b`89dffaf0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000004b`89dffde0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000004b`89dffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004b`88dfeb70 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000004b`88dfebb0 00007ff6`f1c7935c     postgres!ExceptionalCondition(
0000004b`88dfebf0 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000004b`88dfec40 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000004b`88dfec90 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000004b`88dff5b0 00007ff6`f1b2e738     postgres!PostmasterMain(
0000004b`88dff740 00007ff6`f2125b29     postgres!main(
0000004b`88dff780 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000004b`88dff7d0 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000004b`88dff840 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000002f`22dffaf8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002f`22dffb00 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000002f`22dffdf0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000002f`22dffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002f`225ffb88 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002f`225ffb90 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000002f`225ffe80 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000002f`225ffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002f`221ff508 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002f`221ff510 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000002f`221ff800 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000002f`221ff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002f`21dfeb20 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000002f`21dfeb60 00007ff6`f1c7935c     postgres!ExceptionalCondition(
0000002f`21dfeba0 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000002f`21dfebf0 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000002f`21dfec40 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000002f`21dff560 00007ff6`f1b2e738     postgres!PostmasterMain(
0000002f`21dff6f0 00007ff6`f2125b29     postgres!main(
0000002f`21dff730 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000002f`21dff780 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000002f`21dff7f0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000002f`229ff5d8 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
0000002f`229ff5e0 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
0000002f`229ff650 00007fff`54214cb0     postgres!pg_signal_thread(
0000002f`229ff750 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000002f`229ff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c8`22bff9d8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c8`22bff9e0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000c8`22bffcd0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c8`22bffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c8`227ff638 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c8`227ff640 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000c8`227ff930 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c8`227ff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c8`22fffa58 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
000000c8`22fffa60 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
000000c8`22fffad0 00007fff`54214cb0     postgres!pg_signal_thread(
000000c8`22fffbd0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c8`22fffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c8`233ff768 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c8`233ff770 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000c8`233ffa60 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c8`233ffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c8`223ff878 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c8`223ff880 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000c8`223ffb70 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c8`223ffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c8`21fff1f0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c8`21fff230 00007ff6`f1c7935c     postgres!ExceptionalCondition(
000000c8`21fff270 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c8`21fff2c0 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000c8`21fff310 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c8`21fffc30 00007ff6`f1b2e738     postgres!PostmasterMain(
000000c8`21fffdc0 00007ff6`f2125b29     postgres!main(
000000c8`21fffe00 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c8`21fffe50 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c8`21fffec0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000e9`b3fffa88 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e9`b3fffa90 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000e9`b3fffd80 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e9`b3fffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e9`b3bfebc0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e9`b3bfec00 00007ff6`f1c7935c     postgres!ExceptionalCondition(
000000e9`b3bfec40 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000e9`b3bfec90 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000e9`b3bfece0 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000e9`b3bff600 00007ff6`f1b2e738     postgres!PostmasterMain(
000000e9`b3bff790 00007ff6`f2125b29     postgres!main(
000000e9`b3bff7d0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e9`b3bff820 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e9`b3bff890 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000e9`b43ff7c8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e9`b43ff7d0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000e9`b43ffac0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e9`b43ffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e9`b47ffcb8 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
000000e9`b47ffcc0 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
000000e9`b47ffd30 00007fff`54214cb0     postgres!pg_signal_thread(
000000e9`b47ffe30 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e9`b47ffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e9`b4bff778 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e9`b4bff780 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000e9`b4bffa70 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e9`b4bffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000078`531ff5d8 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000078`531ff5e0 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000078`531ff650 00007fff`54214cb0     postgres!pg_signal_thread(
00000078`531ff750 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000078`531ff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000078`529ff0a0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000078`529ff0e0 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000078`529ff120 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000078`529ff170 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000078`529ff1c0 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000078`529ffae0 00007ff6`f1b2e738     postgres!PostmasterMain(
00000078`529ffc70 00007ff6`f2125b29     postgres!main(
00000078`529ffcb0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000078`529ffd00 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000078`529ffd70 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000078`52dff7a8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000078`52dff7b0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000078`52dffaa0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000078`52dffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000078`539ff968 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000078`539ff970 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000078`539ffc60 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000078`539ffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000078`535ffab8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000078`535ffac0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000078`535ffdb0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000078`535ffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a7`e25ff968 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
000000a7`e25ff970 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
000000a7`e25ff9e0 00007fff`54214cb0     postgres!pg_signal_thread(
000000a7`e25ffae0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a7`e25ffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a7`e1dff0f0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a7`e1dff130 00007ff6`f1c7935c     postgres!ExceptionalCondition(
000000a7`e1dff170 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000a7`e1dff1c0 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000a7`e1dff210 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a7`e1dffb30 00007ff6`f1b2e738     postgres!PostmasterMain(
000000a7`e1dffcc0 00007ff6`f2125b29     postgres!main(
000000a7`e1dffd00 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a7`e1dffd50 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a7`e1dffdc0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a7`e2dff768 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a7`e2dff770 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000a7`e2dffa60 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a7`e2dffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a7`e29ff848 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a7`e29ff850 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000a7`e29ffb40 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a7`e29ffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a7`e21ff738 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a7`e21ff740 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000a7`e21ffa30 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a7`e21ffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000003`26fff808 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000003`26fff810 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000003`26fffb00 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000003`26fffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000003`25ffee00 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000003`25ffee40 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000003`25ffee80 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000003`25ffeed0 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000003`25ffef20 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000003`25fff840 00007ff6`f1b2e738     postgres!PostmasterMain(
00000003`25fff9d0 00007ff6`f2125b29     postgres!main(
00000003`25fffa10 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000003`25fffa60 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000003`25fffad0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000003`263ffb78 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000003`263ffb80 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000003`263ffe70 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000003`263ffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000003`267ffd18 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000003`267ffd20 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000003`267ffd90 00007fff`54214cb0     postgres!pg_signal_thread(
00000003`267ffe90 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000003`267ffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000003`26bff8c8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000003`26bff8d0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000003`26bffbc0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000003`26bffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000043`3d1febe0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000043`3d1fec20 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000043`3d1fec60 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000043`3d1fecb0 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000043`3d1fed00 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000043`3d1ff620 00007ff6`f1b2e738     postgres!PostmasterMain(
00000043`3d1ff7b0 00007ff6`f2125b29     postgres!main(
00000043`3d1ff7f0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000043`3d1ff840 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000043`3d1ff8b0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000043`3e1ff4b8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000043`3e1ff4c0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000043`3e1ff7b0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000043`3e1ff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000043`3ddffb88 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000043`3ddffb90 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000043`3ddffc00 00007fff`54214cb0     postgres!pg_signal_thread(
00000043`3ddffd00 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000043`3ddffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000043`3d9ff668 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000043`3d9ff670 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000043`3d9ff960 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000043`3d9ff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000043`3d5ff808 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000043`3d5ff810 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000043`3d5ffb00 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000043`3d5ffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c8`6c1ff100 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c8`6c1ff140 00007ff6`f1c7935c     postgres!ExceptionalCondition(
000000c8`6c1ff180 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c8`6c1ff1d0 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000c8`6c1ff220 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c8`6c1ffb40 00007ff6`f1b2e738     postgres!PostmasterMain(
000000c8`6c1ffcd0 00007ff6`f2125b29     postgres!main(
000000c8`6c1ffd10 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c8`6c1ffd60 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c8`6c1ffdd0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c8`6d1ffa28 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c8`6d1ffa30 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000c8`6d1ffd20 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c8`6d1ffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c8`6cdff7d8 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
000000c8`6cdff7e0 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
000000c8`6cdff850 00007fff`54214cb0     postgres!pg_signal_thread(
000000c8`6cdff950 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c8`6cdff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c8`6c9ff618 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c8`6c9ff620 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000c8`6c9ff910 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c8`6c9ff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c8`6c5ffae8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c8`6c5ffaf0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000c8`6c5ffde0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c8`6c5ffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000047`0c1ffbc8 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000047`0c1ffbd0 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000047`0c1ffc40 00007fff`54214cb0     postgres!pg_signal_thread(
00000047`0c1ffd40 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000047`0c1ffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000047`0bdff4d8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000047`0bdff4e0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000047`0bdff7d0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000047`0bdff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000047`0b5febb0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000047`0b5febf0 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000047`0b5fec30 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000047`0b5fec80 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000047`0b5fecd0 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000047`0b5ff5f0 00007ff6`f1b2e738     postgres!PostmasterMain(
00000047`0b5ff780 00007ff6`f2125b29     postgres!main(
00000047`0b5ff7c0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000047`0b5ff810 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000047`0b5ff880 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000047`0b9ff708 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000047`0b9ff710 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000047`0b9ffa00 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000047`0b9ffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000047`0c5ff888 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000047`0c5ff890 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000047`0c5ffb80 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000047`0c5ffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b4`1fbfea50 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b4`1fbfea90 00007ff6`f1c7935c     postgres!ExceptionalCondition(
000000b4`1fbfead0 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000b4`1fbfeb20 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000b4`1fbfeb70 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000b4`1fbff490 00007ff6`f1b2e738     postgres!PostmasterMain(
000000b4`1fbff620 00007ff6`f2125b29     postgres!main(
000000b4`1fbff660 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b4`1fbff6b0 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000b4`1fbff720 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000b4`1ffff828 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b4`1ffff830 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000b4`1ffffb20 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b4`1ffffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b4`203ff578 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b4`203ff580 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000b4`203ff870 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b4`203ff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b4`207ff648 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
000000b4`207ff650 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
000000b4`207ff6c0 00007fff`54214cb0     postgres!pg_signal_thread(
000000b4`207ff7c0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b4`207ff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b4`20bffb38 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b4`20bffb40 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000b4`20bffe30 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b4`20bffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001e`eb9fea30 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000001e`eb9fea70 00007ff6`f1c7935c     postgres!ExceptionalCondition(
0000001e`eb9feab0 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000001e`eb9feb00 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000001e`eb9feb50 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000001e`eb9ff470 00007ff6`f1b2e738     postgres!PostmasterMain(
0000001e`eb9ff600 00007ff6`f2125b29     postgres!main(
0000001e`eb9ff640 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000001e`eb9ff690 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000001e`eb9ff700 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000001e`ec9ff488 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001e`ec9ff490 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000001e`ec9ff780 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000001e`ec9ff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001e`ec5ff9a8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001e`ec5ff9b0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000001e`ec5ffca0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000001e`ec5ffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001e`ec1ff998 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
0000001e`ec1ff9a0 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
0000001e`ec1ffa10 00007fff`54214cb0     postgres!pg_signal_thread(
0000001e`ec1ffb10 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000001e`ec1ffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001e`ebdff7d8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001e`ebdff7e0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000001e`ebdffad0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000001e`ebdffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000093`867ff618 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000093`867ff620 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000093`867ff690 00007fff`54214cb0     postgres!pg_signal_thread(
00000093`867ff790 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000093`867ff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000093`85bfea20 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000093`85bfea60 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000093`85bfeaa0 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000093`85bfeaf0 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000093`85bfeb40 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000093`85bff460 00007ff6`f1b2e738     postgres!PostmasterMain(
00000093`85bff5f0 00007ff6`f2125b29     postgres!main(
00000093`85bff630 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000093`85bff680 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000093`85bff6f0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000093`86bffaa8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000093`86bffab0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000093`86bffda0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000093`86bffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000031`931ffd68 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000031`931ffd70 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000031`931ffde0 00007fff`54214cb0     postgres!pg_signal_thread(
00000031`931ffee0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000031`931fff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000031`929fed40 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000031`929fed80 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000031`929fedc0 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000031`929fee10 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000031`929fee60 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000031`929ff780 00007ff6`f1b2e738     postgres!PostmasterMain(
00000031`929ff910 00007ff6`f2125b29     postgres!main(
00000031`929ff950 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000031`929ff9a0 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000031`929ffa10 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000031`92dffb48 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000031`92dffb50 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000031`92dffe40 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000031`92dffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000031`939ff948 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000031`939ff950 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000031`939ffc40 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000031`939ffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000031`935ff698 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000031`935ff6a0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000031`935ff990 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000031`935ff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000d`c2dffa78 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
0000000d`c2dffa80 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
0000000d`c2dffaf0 00007fff`54214cb0     postgres!pg_signal_thread(
0000000d`c2dffbf0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000000d`c2dffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000d`c31ff8f8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000d`c31ff900 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000000d`c31ffbf0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000000d`c31ffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000d`c21feec0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000000d`c21fef00 00007ff6`f1c7935c     postgres!ExceptionalCondition(
0000000d`c21fef40 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000000d`c21fef90 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000000d`c21fefe0 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000000d`c21ff900 00007ff6`f1b2e738     postgres!PostmasterMain(
0000000d`c21ffa90 00007ff6`f2125b29     postgres!main(
0000000d`c21ffad0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000000d`c21ffb20 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000000d`c21ffb90 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000000d`c25ffab8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000d`c25ffac0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000000d`c25ffdb0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000000d`c25ffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000d`c29ff7e8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000d`c29ff7f0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000000d`c29ffae0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000000d`c29ffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003a`bd5ffb28 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003a`bd5ffb30 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000003a`bd5ffe20 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000003a`bd5ffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003a`bd1ff878 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003a`bd1ff880 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000003a`bd1ffb70 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000003a`bd1ffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003a`bcdfee80 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000003a`bcdfeec0 00007ff6`f1c7935c     postgres!ExceptionalCondition(
0000003a`bcdfef00 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000003a`bcdfef50 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000003a`bcdfefa0 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000003a`bcdff8c0 00007ff6`f1b2e738     postgres!PostmasterMain(
0000003a`bcdffa50 00007ff6`f2125b29     postgres!main(
0000003a`bcdffa90 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000003a`bcdffae0 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000003a`bcdffb50 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000003a`be1ff5d8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003a`be1ff5e0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000003a`be1ff8d0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000003a`be1ff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003a`bddffaf8 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
0000003a`bddffb00 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
0000003a`bddffb70 00007fff`54214cb0     postgres!pg_signal_thread(
0000003a`bddffc70 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000003a`bddffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003a`bd9ff4a8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003a`bd9ff4b0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000003a`bd9ff7a0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000003a`bd9ff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004d`fdbffac8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004d`fdbffad0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000004d`fdbffdc0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000004d`fdbffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004d`fd7fecc0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000004d`fd7fed00 00007ff6`f1c7935c     postgres!ExceptionalCondition(
0000004d`fd7fed40 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000004d`fd7fed90 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000004d`fd7fede0 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000004d`fd7ff700 00007ff6`f1b2e738     postgres!PostmasterMain(
0000004d`fd7ff890 00007ff6`f2125b29     postgres!main(
0000004d`fd7ff8d0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000004d`fd7ff920 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000004d`fd7ff990 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000004d`fe7ff6d8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004d`fe7ff6e0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000004d`fe7ff9d0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000004d`fe7ffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004d`fe3ff4d8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004d`fe3ff4e0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000004d`fe3ff7d0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000004d`fe3ff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004d`fdfff6f8 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
0000004d`fdfff700 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
0000004d`fdfff770 00007fff`54214cb0     postgres!pg_signal_thread(
0000004d`fdfff870 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000004d`fdfff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008e`171ff828 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008e`171ff830 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000008e`171ffb20 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000008e`171ffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008e`165ff8a8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008e`165ff8b0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000008e`165ffba0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000008e`165ffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008e`161fef10 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000008e`161fef50 00007ff6`f1c7935c     postgres!ExceptionalCondition(
0000008e`161fef90 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000008e`161fefe0 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000008e`161ff030 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000008e`161ff950 00007ff6`f1b2e738     postgres!PostmasterMain(
0000008e`161ffae0 00007ff6`f2125b29     postgres!main(
0000008e`161ffb20 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000008e`161ffb70 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000008e`161ffbe0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000008e`169ff788 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
0000008e`169ff790 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
0000008e`169ff800 00007fff`54214cb0     postgres!pg_signal_thread(
0000008e`169ff900 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000008e`169ff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008e`16dff5f8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008e`16dff600 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000008e`16dff8f0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000008e`16dff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005c`db1ffbd8 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
0000005c`db1ffbe0 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
0000005c`db1ffc50 00007fff`54214cb0     postgres!pg_signal_thread(
0000005c`db1ffd50 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000005c`db1ffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005c`da9ff8b8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005c`da9ff8c0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000005c`da9ffbb0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000005c`da9ffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005c`da5fed60 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000005c`da5feda0 00007ff6`f1c7935c     postgres!ExceptionalCondition(
0000005c`da5fede0 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000005c`da5fee30 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000005c`da5fee80 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000005c`da5ff7a0 00007ff6`f1b2e738     postgres!PostmasterMain(
0000005c`da5ff930 00007ff6`f2125b29     postgres!main(
0000005c`da5ff970 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000005c`da5ff9c0 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000005c`da5ffa30 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000005c`dadff5e8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005c`dadff5f0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000005c`dadff8e0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000005c`dadff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005c`db5ff6b8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005c`db5ff6c0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000005c`db5ff9b0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000005c`db5ff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002e`257ffd68 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
0000002e`257ffd70 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
0000002e`257ffde0 00007fff`54214cb0     postgres!pg_signal_thread(
0000002e`257ffee0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000002e`257fff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002e`253ffb98 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002e`253ffba0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000002e`253ffe90 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000002e`253ffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002e`24fff000 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000002e`24fff040 00007ff6`f1c7935c     postgres!ExceptionalCondition(
0000002e`24fff080 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000002e`24fff0d0 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000002e`24fff120 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000002e`24fffa40 00007ff6`f1b2e738     postgres!PostmasterMain(
0000002e`24fffbd0 00007ff6`f2125b29     postgres!main(
0000002e`24fffc10 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000002e`24fffc60 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000002e`24fffcd0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000002e`25fff5a8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002e`25fff5b0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000002e`25fff8a0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000002e`25fff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002e`25bff858 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002e`25bff860 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000002e`25bffb50 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000002e`25bffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000004`fdfff858 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000004`fdfff860 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000004`fdfffb50 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000004`fdfffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000004`fcffea30 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000004`fcffea70 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000004`fcffeab0 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000004`fcffeb00 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000004`fcffeb50 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000004`fcfff470 00007ff6`f1b2e738     postgres!PostmasterMain(
00000004`fcfff600 00007ff6`f2125b29     postgres!main(
00000004`fcfff640 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000004`fcfff690 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000004`fcfff700 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000004`fd3ffa48 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000004`fd3ffa50 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000004`fd3ffd40 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000004`fd3ffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000004`fd7ff7b8 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000004`fd7ff7c0 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000004`fd7ff830 00007fff`54214cb0     postgres!pg_signal_thread(
00000004`fd7ff930 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000004`fd7ff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000004`fdbff758 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000004`fdbff760 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000004`fdbffa50 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000004`fdbffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001d`56dffc68 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
0000001d`56dffc70 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
0000001d`56dffce0 00007fff`54214cb0     postgres!pg_signal_thread(
0000001d`56dffde0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000001d`56dffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001d`569ffaa8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001d`569ffab0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000001d`569ffda0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000001d`569ffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001d`575ff508 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001d`575ff510 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000001d`575ff800 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000001d`575ff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001d`571ffa08 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001d`571ffa10 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000001d`571ffd00 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000001d`571ffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001d`565ff190 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000001d`565ff1d0 00007ff6`f1c7935c     postgres!ExceptionalCondition(
0000001d`565ff210 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000001d`565ff260 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000001d`565ff2b0 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000001d`565ffbd0 00007ff6`f1b2e738     postgres!PostmasterMain(
0000001d`565ffd60 00007ff6`f2125b29     postgres!main(
0000001d`565ffda0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000001d`565ffdf0 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000001d`565ffe60 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000000a`c47ff4b8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000a`c47ff4c0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000000a`c47ff7b0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000000a`c47ff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000a`c4bffbc8 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
0000000a`c4bffbd0 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
0000000a`c4bffc40 00007fff`54214cb0     postgres!pg_signal_thread(
0000000a`c4bffd40 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000000a`c4bffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000a`c4fffb98 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000a`c4fffba0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000000a`c4fffe90 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000000a`c4fffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000a`c3fff0b0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000000a`c3fff0f0 00007ff6`f1c7935c     postgres!ExceptionalCondition(
0000000a`c3fff130 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000000a`c3fff180 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000000a`c3fff1d0 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000000a`c3fffaf0 00007ff6`f1b2e738     postgres!PostmasterMain(
0000000a`c3fffc80 00007ff6`f2125b29     postgres!main(
0000000a`c3fffcc0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000000a`c3fffd10 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000000a`c3fffd80 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000000a`c43ff8d8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000a`c43ff8e0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000000a`c43ffbd0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000000a`c43ffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a5`fb5ff4b8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a5`fb5ff4c0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000a5`fb5ff7b0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a5`fb5ff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a5`fb9ff468 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a5`fb9ff470 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000a5`fb9ff760 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a5`fb9ff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a5`fb1ffd38 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
000000a5`fb1ffd40 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
000000a5`fb1ffdb0 00007fff`54214cb0     postgres!pg_signal_thread(
000000a5`fb1ffeb0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a5`fb1ffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a5`fadffa38 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a5`fadffa40 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000a5`fadffd30 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a5`fadffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a5`fa9fef00 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a5`fa9fef40 00007ff6`f1c7935c     postgres!ExceptionalCondition(
000000a5`fa9fef80 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000a5`fa9fefd0 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000a5`fa9ff020 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a5`fa9ff940 00007ff6`f1b2e738     postgres!PostmasterMain(
000000a5`fa9ffad0 00007ff6`f2125b29     postgres!main(
000000a5`fa9ffb10 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a5`fa9ffb60 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a5`fa9ffbd0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000085`591fece0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000085`591fed20 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000085`591fed60 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000085`591fedb0 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000085`591fee00 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000085`591ff720 00007ff6`f1b2e738     postgres!PostmasterMain(
00000085`591ff8b0 00007ff6`f2125b29     postgres!main(
00000085`591ff8f0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000085`591ff940 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000085`591ff9b0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000085`595ffae8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000085`595ffaf0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000085`595ffde0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000085`595ffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000085`5a1ffa78 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000085`5a1ffa80 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000085`5a1ffd70 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000085`5a1ffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000085`59dff6c8 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000085`59dff6d0 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000085`59dff740 00007fff`54214cb0     postgres!pg_signal_thread(
00000085`59dff840 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000085`59dff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000085`599ff568 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000085`599ff570 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000085`599ff860 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000085`599ff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000048`79bfeea0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000048`79bfeee0 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000048`79bfef20 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000048`79bfef70 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000048`79bfefc0 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000048`79bff8e0 00007ff6`f1b2e738     postgres!PostmasterMain(
00000048`79bffa70 00007ff6`f2125b29     postgres!main(
00000048`79bffab0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000048`79bffb00 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000048`79bffb70 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000048`7a7ff718 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000048`7a7ff720 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000048`7a7ffa10 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000048`7a7ffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000048`7abff9c8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000048`7abff9d0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000048`7abffcc0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000048`7abffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000048`79fff628 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000048`79fff630 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000048`79fff920 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000048`79fff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000048`7a3ffbd8 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000048`7a3ffbe0 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000048`7a3ffc50 00007fff`54214cb0     postgres!pg_signal_thread(
00000048`7a3ffd50 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000048`7a3ffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f9`d2fff548 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f9`d2fff550 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000f9`d2fff840 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f9`d2fff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f9`d33ff4c8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f9`d33ff4d0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000f9`d33ff7c0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f9`d33ff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f9`d3bffce8 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
000000f9`d3bffcf0 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
000000f9`d3bffd60 00007fff`54214cb0     postgres!pg_signal_thread(
000000f9`d3bffe60 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f9`d3bffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f9`d37ff6a8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f9`d37ff6b0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000f9`d37ff9a0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f9`d37ff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f9`d3fff8a8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f9`d3fff8b0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000f9`d3fffba0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f9`d3fffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f9`d2bff140 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f9`d2bff180 00007ff6`f1c7935c     postgres!ExceptionalCondition(
000000f9`d2bff1c0 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f9`d2bff210 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000f9`d2bff260 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f9`d2bffb80 00007ff6`f1b2e738     postgres!PostmasterMain(
000000f9`d2bffd10 00007ff6`f2125b29     postgres!main(
000000f9`d2bffd50 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f9`d2bffda0 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f9`d2bffe10 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f4`a09ffd18 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
000000f4`a09ffd20 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
000000f4`a09ffd90 00007fff`54214cb0     postgres!pg_signal_thread(
000000f4`a09ffe90 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f4`a09ffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f4`9fdfedd0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f4`9fdfee10 00007ff6`f1c7935c     postgres!ExceptionalCondition(
000000f4`9fdfee50 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f4`9fdfeea0 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000f4`9fdfeef0 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f4`9fdff810 00007ff6`f1b2e738     postgres!PostmasterMain(
000000f4`9fdff9a0 00007ff6`f2125b29     postgres!main(
000000f4`9fdff9e0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f4`9fdffa30 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f4`9fdffaa0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f4`a01ff738 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f4`a01ff740 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000f4`a01ffa30 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f4`a01ffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f4`a05ff788 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f4`a05ff790 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000f4`a05ffa80 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f4`a05ffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f4`a0dff5a8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f4`a0dff5b0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000f4`a0dff8a0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f4`a0dff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003f`34fff9a8 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
0000003f`34fff9b0 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
0000003f`34fffa20 00007fff`54214cb0     postgres!pg_signal_thread(
0000003f`34fffb20 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000003f`34fffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003f`347fea50 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000003f`347fea90 00007ff6`f1c7935c     postgres!ExceptionalCondition(
0000003f`347fead0 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000003f`347feb20 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000003f`347feb70 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000003f`347ff490 00007ff6`f1b2e738     postgres!PostmasterMain(
0000003f`347ff620 00007ff6`f2125b29     postgres!main(
0000003f`347ff660 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000003f`347ff6b0 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000003f`347ff720 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000003f`357ffa58 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003f`357ffa60 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000003f`357ffd50 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000003f`357ffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000009`429ff9c8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000009`429ff9d0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000009`429ffcc0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000009`429ffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000009`421ff060 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000009`421ff0a0 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000009`421ff0e0 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000009`421ff130 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000009`421ff180 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000009`421ffaa0 00007ff6`f1b2e738     postgres!PostmasterMain(
00000009`421ffc30 00007ff6`f2125b29     postgres!main(
00000009`421ffc70 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000009`421ffcc0 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000009`421ffd30 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000009`425ff6a8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000009`425ff6b0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000009`425ff9a0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000009`425ff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000009`431ff678 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000009`431ff680 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000009`431ff970 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000009`431ff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000009`42dffad8 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000009`42dffae0 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000009`42dffb50 00007fff`54214cb0     postgres!pg_signal_thread(
00000009`42dffc50 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000009`42dffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000041`33bff968 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000041`33bff970 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000041`33bffc60 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000041`33bffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000041`337ffa08 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000041`337ffa10 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000041`337ffa80 00007fff`54214cb0     postgres!pg_signal_thread(
00000041`337ffb80 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000041`337ffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000041`333ff8a8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000041`333ff8b0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000041`333ffba0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000041`333ffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000041`32ffeaa0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000041`32ffeae0 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000041`32ffeb20 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000041`32ffeb70 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000041`32ffebc0 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000041`32fff4e0 00007ff6`f1b2e738     postgres!PostmasterMain(
00000041`32fff670 00007ff6`f2125b29     postgres!main(
00000041`32fff6b0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000041`32fff700 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000041`32fff770 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000041`33fff638 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000041`33fff640 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000041`33fff930 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000041`33fff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000097`b83ff180 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000097`b83ff1c0 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000097`b83ff200 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000097`b83ff250 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000097`b83ff2a0 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000097`b83ffbc0 00007ff6`f1b2e738     postgres!PostmasterMain(
00000097`b83ffd50 00007ff6`f2125b29     postgres!main(
00000097`b83ffd90 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000097`b83ffde0 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000097`b83ffe50 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000097`b93ffbb8 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000097`b93ffbc0 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000097`b93ffc30 00007fff`54214cb0     postgres!pg_signal_thread(
00000097`b93ffd30 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000097`b93ffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000097`b97ff738 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000097`b97ff740 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000097`b97ffa30 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000097`b97ffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000064`bdfffa98 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000064`bdfffaa0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000064`bdfffd90 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000064`bdfffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000064`befff978 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000064`befff980 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000064`befffc70 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000064`befffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000064`bdbfec50 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000064`bdbfec90 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000064`bdbfecd0 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000064`bdbfed20 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000064`bdbfed70 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000064`bdbff690 00007ff6`f1b2e738     postgres!PostmasterMain(
00000064`bdbff820 00007ff6`f2125b29     postgres!main(
00000064`bdbff860 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000064`bdbff8b0 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000064`bdbff920 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000064`be3ffb78 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000064`be3ffb80 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000064`be3ffe70 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000064`be3ffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000064`be7ff9e8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000064`be7ff9f0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000064`be7ffce0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000064`be7ffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000064`bebffa08 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000064`bebffa10 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000064`bebffa80 00007fff`54214cb0     postgres!pg_signal_thread(
00000064`bebffb80 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000064`bebffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c3`ca9ff818 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c3`ca9ff820 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000c3`ca9ffb10 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c3`ca9ffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c3`cadff708 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c3`cadff710 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000c3`cadffa00 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c3`cadffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c3`cb5ff848 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
000000c3`cb5ff850 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
000000c3`cb5ff8c0 00007fff`54214cb0     postgres!pg_signal_thread(
000000c3`cb5ff9c0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c3`cb5ff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c3`ca5fede0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c3`ca5fee20 00007ff6`f1c7935c     postgres!ExceptionalCondition(
000000c3`ca5fee60 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c3`ca5feeb0 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000c3`ca5fef00 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c3`ca5ff820 00007ff6`f1b2e738     postgres!PostmasterMain(
000000c3`ca5ff9b0 00007ff6`f2125b29     postgres!main(
000000c3`ca5ff9f0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c3`ca5ffa40 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c3`ca5ffab0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c3`cb1ff998 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c3`cb1ff9a0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000c3`cb1ffc90 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c3`cb1ffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c3`cb9ff708 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c3`cb9ff710 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000c3`cb9ffa00 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c3`cb9ffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000024`f9fffc38 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000024`f9fffc40 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000024`f9ffff30 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000024`f9ffff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000024`fa7ff908 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000024`fa7ff910 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000024`fa7ffc00 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000024`fa7ffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000024`fa3ff768 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000024`fa3ff770 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000024`fa3ff7e0 00007fff`54214cb0     postgres!pg_signal_thread(
00000024`fa3ff8e0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000024`fa3ff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000024`f9bffb08 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000024`f9bffb10 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000024`f9bffe00 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000024`f9bffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000024`f97feb90 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000024`f97febd0 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000024`f97fec10 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000024`f97fec60 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000024`f97fecb0 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000024`f97ff5d0 00007ff6`f1b2e738     postgres!PostmasterMain(
00000024`f97ff760 00007ff6`f2125b29     postgres!main(
00000024`f97ff7a0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000024`f97ff7f0 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000024`f97ff860 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000007b`747ff5c8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007b`747ff5d0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000007b`747ff8c0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000007b`747ff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007b`74bffc78 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
0000007b`74bffc80 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
0000007b`74bffcf0 00007fff`54214cb0     postgres!pg_signal_thread(
0000007b`74bffdf0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000007b`74bffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007b`743ffa58 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007b`743ffa60 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000007b`743ffd50 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000007b`743ffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007b`73ffec00 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000007b`73ffec40 00007ff6`f1c7935c     postgres!ExceptionalCondition(
0000007b`73ffec80 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000007b`73ffecd0 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000007b`73ffed20 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000007b`73fff640 00007ff6`f1b2e738     postgres!PostmasterMain(
0000007b`73fff7d0 00007ff6`f2125b29     postgres!main(
0000007b`73fff810 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000007b`73fff860 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000007b`73fff8d0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000007b`74fffa08 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007b`74fffa10 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000007b`74fffd00 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000007b`74fffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000010`765ff0b0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000010`765ff0f0 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000010`765ff130 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000010`765ff180 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000010`765ff1d0 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000010`765ffaf0 00007ff6`f1b2e738     postgres!PostmasterMain(
00000010`765ffc80 00007ff6`f2125b29     postgres!main(
00000010`765ffcc0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000010`765ffd10 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000010`765ffd80 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000010`779ffaf8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000010`779ffb00 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000010`779ffdf0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000010`779ffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000010`775ffda8 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000010`775ffdb0 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000010`775ffe20 00007fff`54214cb0     postgres!pg_signal_thread(
00000010`775fff20 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000010`775fff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000010`771ffbc8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000010`771ffbd0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000010`771ffec0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000010`771ffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000010`76dffba8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000010`76dffbb0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000010`76dffea0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000010`76dffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000010`769ff908 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000010`769ff910 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000010`769ffc00 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000010`769ffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e1`a47ffb58 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e1`a47ffb60 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000e1`a47ffe50 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e1`a47ffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e1`a43ff638 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
000000e1`a43ff640 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
000000e1`a43ff6b0 00007fff`54214cb0     postgres!pg_signal_thread(
000000e1`a43ff7b0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e1`a43ff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e1`a3fff7d8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e1`a3fff7e0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000e1`a3fffad0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e1`a3fffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e1`a3bfeb90 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e1`a3bfebd0 00007ff6`f1c7935c     postgres!ExceptionalCondition(
000000e1`a3bfec10 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000e1`a3bfec60 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000e1`a3bfecb0 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000e1`a3bff5d0 00007ff6`f1b2e738     postgres!PostmasterMain(
000000e1`a3bff760 00007ff6`f2125b29     postgres!main(
000000e1`a3bff7a0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e1`a3bff7f0 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e1`a3bff860 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000e1`a4bff798 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e1`a4bff7a0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000e1`a4bffa90 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e1`a4bffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000027`b1bff0b0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000027`b1bff0f0 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000027`b1bff130 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000027`b1bff180 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000027`b1bff1d0 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000027`b1bffaf0 00007ff6`f1b2e738     postgres!PostmasterMain(
00000027`b1bffc80 00007ff6`f2125b29     postgres!main(
00000027`b1bffcc0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000027`b1bffd10 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000027`b1bffd80 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000027`b1fffa18 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000027`b1fffa20 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000027`b1fffd10 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000027`b1fffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000027`b23ff628 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000027`b23ff630 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000027`b23ff920 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000027`b23ff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000027`b27ffa68 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000027`b27ffa70 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000027`b27ffae0 00007fff`54214cb0     postgres!pg_signal_thread(
00000027`b27ffbe0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000027`b27ffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000027`b2bff888 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000027`b2bff890 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000027`b2bffb80 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000027`b2bffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fb`629ff988 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
000000fb`629ff990 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
000000fb`629ffa00 00007fff`54214cb0     postgres!pg_signal_thread(
000000fb`629ffb00 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000fb`629ffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fb`62dff828 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fb`62dff830 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000fb`62dffb20 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000fb`62dffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fb`61dfeb60 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000fb`61dfeba0 00007ff6`f1c7935c     postgres!ExceptionalCondition(
000000fb`61dfebe0 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000fb`61dfec30 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000fb`61dfec80 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000fb`61dff5a0 00007ff6`f1b2e738     postgres!PostmasterMain(
000000fb`61dff730 00007ff6`f2125b29     postgres!main(
000000fb`61dff770 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000fb`61dff7c0 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000fb`61dff830 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000fb`621ff8b8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fb`621ff8c0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000fb`621ffbb0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000fb`621ffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fb`625ff688 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fb`625ff690 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000fb`625ff980 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000fb`625ff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000096`619ff618 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000096`619ff620 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000096`619ff910 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000096`619ff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000096`61dff468 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000096`61dff470 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000096`61dff760 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000096`61dff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000096`611ff5e8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000096`611ff5f0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000096`611ff8e0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000096`611ff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000096`60dfeb70 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000096`60dfebb0 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000096`60dfebf0 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000096`60dfec40 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000096`60dfec90 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000096`60dff5b0 00007ff6`f1b2e738     postgres!PostmasterMain(
00000096`60dff740 00007ff6`f2125b29     postgres!main(
00000096`60dff780 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000096`60dff7d0 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000096`60dff840 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000096`615ffb78 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000096`615ffb80 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000096`615ffbf0 00007fff`54214cb0     postgres!pg_signal_thread(
00000096`615ffcf0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000096`615ffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000010`dffff678 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000010`dffff680 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000010`dffff970 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000010`dffff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000010`dfbff968 00007ff6`f1c72257     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000010`dfbff970 00007ff6`f1b2e6a4     postgres!SubPostmasterMain(
00000010`dfbff9e0 00007ff6`f2125b29     postgres!main(
00000010`dfbffa20 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000010`dfbffa70 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000010`dfbffae0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000010`dfbffb10 00007fff`54214cb0     postgres!mainCRTStartup(
00000010`dfbffb40 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000010`dfbffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000010`e03ff748 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000010`e03ff750 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000010`e03ffa40 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000010`e03ffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000002`9ddff120 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000002`9ddff160 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000002`9ddff1a0 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000002`9ddff1f0 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000002`9ddff240 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000002`9ddffb60 00007ff6`f1b2e738     postgres!PostmasterMain(
00000002`9ddffcf0 00007ff6`f2125b29     postgres!main(
00000002`9ddffd30 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000002`9ddffd80 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000002`9ddffdf0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000002`9e5ffaa8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000002`9e5ffab0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000002`9e5ffda0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000002`9e5ffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000002`9e9ffa58 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000002`9e9ffa60 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000002`9e9ffad0 00007fff`54214cb0     postgres!pg_signal_thread(
00000002`9e9ffbd0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000002`9e9ffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000002`9e1ff738 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000002`9e1ff740 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000002`9e1ffa30 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000002`9e1ffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000002`9edff7e8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000002`9edff7f0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000002`9edffae0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000002`9edffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000072`1c7ffcb8 00007ff6`f1c72257     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000072`1c7ffcc0 00007ff6`f1b2e6a4     postgres!SubPostmasterMain(
00000072`1c7ffd30 00007ff6`f2125b29     postgres!main(
00000072`1c7ffd70 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000072`1c7ffdc0 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000072`1c7ffe30 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000072`1c7ffe60 00007fff`54214cb0     postgres!mainCRTStartup(
00000072`1c7ffe90 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000072`1c7ffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000072`1cbff968 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000072`1cbff970 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000072`1cbffc60 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000072`1cbffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000072`1cfffbf8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000072`1cfffc00 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000072`1cfffef0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000072`1cffff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006d`665ffac8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006d`665ffad0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000006d`665ffdc0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000006d`665ffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006d`661ff6c8 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
0000006d`661ff6d0 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
0000006d`661ff740 00007fff`54214cb0     postgres!pg_signal_thread(
0000006d`661ff840 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000006d`661ff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006d`65dff658 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006d`65dff660 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000006d`65dff950 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000006d`65dff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006d`659ffbd8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006d`659ffbe0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000006d`659ffed0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000006d`659fff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006d`655ff5f8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006d`655ff600 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000006d`655ff8f0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000006d`655ff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006d`651febd0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000006d`651fec10 00007ff6`f1c7935c     postgres!ExceptionalCondition(
0000006d`651fec50 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000006d`651feca0 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000006d`651fecf0 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000006d`651ff610 00007ff6`f1b2e738     postgres!PostmasterMain(
0000006d`651ff7a0 00007ff6`f2125b29     postgres!main(
0000006d`651ff7e0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000006d`651ff830 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000006d`651ff8a0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a7`623ff988 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a7`623ff990 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000a7`623ffc80 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a7`623ffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a7`633ffbd8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a7`633ffbe0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000a7`633ffed0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a7`633fff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a7`62fff668 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
000000a7`62fff670 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
000000a7`62fff6e0 00007fff`54214cb0     postgres!pg_signal_thread(
000000a7`62fff7e0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a7`62fff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a7`62bffba8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a7`62bffbb0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000a7`62bffea0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a7`62bffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a7`627ff948 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a7`627ff950 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000a7`627ffc40 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a7`627ffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a7`61ffef00 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a7`61ffef40 00007ff6`f1c7935c     postgres!ExceptionalCondition(
000000a7`61ffef80 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000a7`61ffefd0 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000a7`61fff020 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a7`61fff940 00007ff6`f1b2e738     postgres!PostmasterMain(
000000a7`61fffad0 00007ff6`f2125b29     postgres!main(
000000a7`61fffb10 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a7`61fffb60 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a7`61fffbd0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000004c`de3ff9a8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004c`de3ff9b0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000004c`de3ffca0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000004c`de3ffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004c`dcfff010 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000004c`dcfff050 00007ff6`f1c7935c     postgres!ExceptionalCondition(
0000004c`dcfff090 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000004c`dcfff0e0 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000004c`dcfff130 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000004c`dcfffa50 00007ff6`f1b2e738     postgres!PostmasterMain(
0000004c`dcfffbe0 00007ff6`f2125b29     postgres!main(
0000004c`dcfffc20 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000004c`dcfffc70 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000004c`dcfffce0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000004c`ddfff848 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
0000004c`ddfff850 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
0000004c`ddfff8c0 00007fff`54214cb0     postgres!pg_signal_thread(
0000004c`ddfff9c0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000004c`ddfff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000da`301fecb0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000da`301fecf0 00007ff6`f1c7935c     postgres!ExceptionalCondition(
000000da`301fed30 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000da`301fed80 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000da`301fedd0 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000da`301ff6f0 00007ff6`f1b2e738     postgres!PostmasterMain(
000000da`301ff880 00007ff6`f2125b29     postgres!main(
000000da`301ff8c0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000da`301ff910 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000da`301ff980 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000da`30dff958 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
000000da`30dff960 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
000000da`30dff9d0 00007fff`54214cb0     postgres!pg_signal_thread(
000000da`30dffad0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000da`30dffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000da`311ff4b8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000da`311ff4c0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000da`311ff7b0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000da`311ff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000e`615fea80 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000000e`615feac0 00007ff6`f1c7935c     postgres!ExceptionalCondition(
0000000e`615feb00 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000000e`615feb50 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000000e`615feba0 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000000e`615ff4c0 00007ff6`f1b2e738     postgres!PostmasterMain(
0000000e`615ff650 00007ff6`f2125b29     postgres!main(
0000000e`615ff690 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000000e`615ff6e0 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000000e`615ff750 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000000e`621ff788 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
0000000e`621ff790 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
0000000e`621ff800 00007fff`54214cb0     postgres!pg_signal_thread(
0000000e`621ff900 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000000e`621ff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000e`61dff8b8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000e`61dff8c0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000000e`61dffbb0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000000e`61dffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000e`625ff9b8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000e`625ff9c0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000000e`625ffcb0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000000e`625ffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000e`619ff778 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000e`619ff780 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000000e`619ffa70 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000000e`619ffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ae`7c5ffa68 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ae`7c5ffa70 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000ae`7c5ffd60 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ae`7c5ffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ae`7bdff0b0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ae`7bdff0f0 00007ff6`f1c7935c     postgres!ExceptionalCondition(
000000ae`7bdff130 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ae`7bdff180 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000ae`7bdff1d0 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ae`7bdffaf0 00007ff6`f1b2e738     postgres!PostmasterMain(
000000ae`7bdffc80 00007ff6`f2125b29     postgres!main(
000000ae`7bdffcc0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ae`7bdffd10 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ae`7bdffd80 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ae`7d1ff7b8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ae`7d1ff7c0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000ae`7d1ffab0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ae`7d1ffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ae`7cdff988 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
000000ae`7cdff990 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
000000ae`7cdffa00 00007fff`54214cb0     postgres!pg_signal_thread(
000000ae`7cdffb00 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ae`7cdffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ae`7c9ff6e8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ae`7c9ff6f0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000ae`7c9ff9e0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ae`7c9ffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ae`7c1ff508 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ae`7c1ff510 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000ae`7c1ff800 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ae`7c1ff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cb`261ff898 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cb`261ff8a0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000cb`261ffb90 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000cb`261ffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cb`25dff5f8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cb`25dff600 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000cb`25dff8f0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000cb`25dff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cb`259ff110 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000cb`259ff150 00007ff6`f1c7935c     postgres!ExceptionalCondition(
000000cb`259ff190 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000cb`259ff1e0 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000cb`259ff230 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000cb`259ffb50 00007ff6`f1b2e738     postgres!PostmasterMain(
000000cb`259ffce0 00007ff6`f2125b29     postgres!main(
000000cb`259ffd20 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000cb`259ffd70 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000cb`259ffde0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000cb`269ffb98 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cb`269ffba0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000cb`269ffe90 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000cb`269ffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cb`265ffb78 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
000000cb`265ffb80 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
000000cb`265ffbf0 00007fff`54214cb0     postgres!pg_signal_thread(
000000cb`265ffcf0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000cb`265ffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e1`a93ffd18 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
000000e1`a93ffd20 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
000000e1`a93ffd90 00007fff`54214cb0     postgres!pg_signal_thread(
000000e1`a93ffe90 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e1`a93ffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e1`a8fff8b8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e1`a8fff8c0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000e1`a8fffbb0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e1`a8fffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e1`a8bffbb8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e1`a8bffbc0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000e1`a8bffeb0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e1`a8bffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e1`a97ffa78 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e1`a97ffa80 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000e1`a97ffd70 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e1`a97ffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e1`a87feaf0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e1`a87feb30 00007ff6`f1c7935c     postgres!ExceptionalCondition(
000000e1`a87feb70 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000e1`a87febc0 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000e1`a87fec10 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000e1`a87ff530 00007ff6`f1b2e738     postgres!PostmasterMain(
000000e1`a87ff6c0 00007ff6`f2125b29     postgres!main(
000000e1`a87ff700 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e1`a87ff750 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e1`a87ff7c0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ba`6c7ff448 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ba`6c7ff450 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000ba`6c7ff740 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ba`6c7ff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ba`6cbff8b8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ba`6cbff8c0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000ba`6cbffbb0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ba`6cbffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ba`6cfff638 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ba`6cfff640 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000ba`6cfff930 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ba`6cfff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ba`6d3ff998 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
000000ba`6d3ff9a0 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
000000ba`6d3ffa10 00007fff`54214cb0     postgres!pg_signal_thread(
000000ba`6d3ffb10 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ba`6d3ffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ba`6d7ffb58 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ba`6d7ffb60 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000ba`6d7ffe50 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ba`6d7ffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ba`6c3feb00 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ba`6c3feb40 00007ff6`f1c7935c     postgres!ExceptionalCondition(
000000ba`6c3feb80 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ba`6c3febd0 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000ba`6c3fec20 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ba`6c3ff540 00007ff6`f1b2e738     postgres!PostmasterMain(
000000ba`6c3ff6d0 00007ff6`f2125b29     postgres!main(
000000ba`6c3ff710 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ba`6c3ff760 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ba`6c3ff7d0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000026`9f7ff5b8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000026`9f7ff5c0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000026`9f7ff8b0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000026`9f7ff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000026`9fbff728 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000026`9fbff730 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000026`9fbff7a0 00007fff`54214cb0     postgres!pg_signal_thread(
00000026`9fbff8a0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000026`9fbff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000026`9ffffb18 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000026`9ffffb20 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000026`9ffffe10 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000026`9ffffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000026`a03ff958 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000026`a03ff960 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000026`a03ffc50 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000026`a03ffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000026`9f3fef50 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000026`9f3fef90 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000026`9f3fefd0 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000026`9f3ff020 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000026`9f3ff070 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000026`9f3ff990 00007ff6`f1b2e738     postgres!PostmasterMain(
00000026`9f3ffb20 00007ff6`f2125b29     postgres!main(
00000026`9f3ffb60 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000026`9f3ffbb0 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000026`9f3ffc20 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f9`1e3ff648 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f9`1e3ff650 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000f9`1e3ff940 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f9`1e3ff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f9`1d7feb40 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f9`1d7feb80 00007ff6`f1c7935c     postgres!ExceptionalCondition(
000000f9`1d7febc0 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f9`1d7fec10 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000f9`1d7fec60 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f9`1d7ff580 00007ff6`f1b2e738     postgres!PostmasterMain(
000000f9`1d7ff710 00007ff6`f2125b29     postgres!main(
000000f9`1d7ff750 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f9`1d7ff7a0 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f9`1d7ff810 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f9`1dbff538 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f9`1dbff540 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000f9`1dbff830 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f9`1dbff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f9`1dfffd88 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
000000f9`1dfffd90 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
000000f9`1dfffe00 00007fff`54214cb0     postgres!pg_signal_thread(
000000f9`1dffff00 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f9`1dffff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f9`1e7ff5a8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f9`1e7ff5b0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000f9`1e7ff8a0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f9`1e7ff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ac`879ff7f8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ac`879ff800 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000ac`879ffaf0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ac`879ffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ac`881ff578 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ac`881ff580 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000ac`881ff870 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ac`881ff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ac`87dff898 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
000000ac`87dff8a0 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
000000ac`87dff910 00007fff`54214cb0     postgres!pg_signal_thread(
000000ac`87dffa10 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ac`87dffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ac`875ff9f8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ac`875ffa00 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000ac`875ffcf0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ac`875ffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ac`871ff060 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ac`871ff0a0 00007ff6`f1c7935c     postgres!ExceptionalCondition(
000000ac`871ff0e0 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ac`871ff130 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000ac`871ff180 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ac`871ffaa0 00007ff6`f1b2e738     postgres!PostmasterMain(
000000ac`871ffc30 00007ff6`f2125b29     postgres!main(
000000ac`871ffc70 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ac`871ffcc0 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ac`871ffd30 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000047`51bff788 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000047`51bff790 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000047`51bffa80 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000047`51bffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000047`50bff0f0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000047`50bff130 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000047`50bff170 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000047`50bff1c0 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000047`50bff210 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000047`50bffb30 00007ff6`f1b2e738     postgres!PostmasterMain(
00000047`50bffcc0 00007ff6`f2125b29     postgres!main(
00000047`50bffd00 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000047`50bffd50 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000047`50bffdc0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000047`50fff7b8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000047`50fff7c0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000047`50fffab0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000047`50fffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000047`513ff568 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000047`513ff570 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000047`513ff860 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000047`513ff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000047`517ffc28 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000047`517ffc30 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000047`517ffca0 00007fff`54214cb0     postgres!pg_signal_thread(
00000047`517ffda0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000047`517ffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000005`33fffc58 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000005`33fffc60 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000005`33fffcd0 00007fff`54214cb0     postgres!pg_signal_thread(
00000005`33fffdd0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000005`33fffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000005`333fef90 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000005`333fefd0 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000005`333ff010 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000005`333ff060 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000005`333ff0b0 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000005`333ff9d0 00007ff6`f1b2e738     postgres!PostmasterMain(
00000005`333ffb60 00007ff6`f2125b29     postgres!main(
00000005`333ffba0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000005`333ffbf0 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000005`333ffc60 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000005`337ff838 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000005`337ff840 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000005`337ffb30 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000005`337ffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000005`33bff9f8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000005`33bffa00 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000005`33bffcf0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000005`33bffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000005`343ff7c8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000005`343ff7d0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000005`343ffac0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000005`343ffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fe`ddbffcb8 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
000000fe`ddbffcc0 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
000000fe`ddbffd30 00007fff`54214cb0     postgres!pg_signal_thread(
000000fe`ddbffe30 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000fe`ddbffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fe`dcbff1d0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000fe`dcbff210 00007ff6`f1c7935c     postgres!ExceptionalCondition(
000000fe`dcbff250 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000fe`dcbff2a0 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000fe`dcbff2f0 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000fe`dcbffc10 00007ff6`f1b2e738     postgres!PostmasterMain(
000000fe`dcbffda0 00007ff6`f2125b29     postgres!main(
000000fe`dcbffde0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000fe`dcbffe30 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000fe`dcbffea0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000fe`dcfff838 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fe`dcfff840 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000fe`dcfffb30 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000fe`dcfffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fe`dd3ff658 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fe`dd3ff660 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000fe`dd3ff950 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000fe`dd3ff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fe`dd7ff578 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fe`dd7ff580 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000fe`dd7ff870 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000fe`dd7ff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fe`ddfffc28 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fe`ddfffc30 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000fe`ddffff20 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000fe`ddffff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000033`f3dff608 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000033`f3dff610 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000033`f3dff900 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000033`f3dff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000033`f29ff200 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000033`f29ff240 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000033`f29ff280 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000033`f29ff2d0 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000033`f29ff320 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000033`f29ffc40 00007ff6`f1b2e738     postgres!PostmasterMain(
00000033`f29ffdd0 00007ff6`f2125b29     postgres!main(
00000033`f29ffe10 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000033`f29ffe60 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000033`f29ffed0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000033`f2dff708 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000033`f2dff710 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000033`f2dffa00 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000033`f2dffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000033`f31ff8d8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000033`f31ff8e0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000033`f31ffbd0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000033`f31ffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000033`f35ff5f8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000033`f35ff600 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000033`f35ff8f0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000033`f35ff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000033`f39ff6d8 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000033`f39ff6e0 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000033`f39ff750 00007fff`54214cb0     postgres!pg_signal_thread(
00000033`f39ff850 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000033`f39ff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000036`609ffbb8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000036`609ffbc0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000036`609ffeb0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000036`609ffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000036`615ff7f8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000036`615ff800 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000036`615ffaf0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000036`615ffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000036`611ff688 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000036`611ff690 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000036`611ff980 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000036`611ff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000036`60dffc88 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000036`60dffc90 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000036`60dffd00 00007fff`54214cb0     postgres!pg_signal_thread(
00000036`60dffe00 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000036`60dffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000036`605feea0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000036`605feee0 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000036`605fef20 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000036`605fef70 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000036`605fefc0 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000036`605ff8e0 00007ff6`f1b2e738     postgres!PostmasterMain(
00000036`605ffa70 00007ff6`f2125b29     postgres!main(
00000036`605ffab0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000036`605ffb00 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000036`605ffb70 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ed`a73ff498 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ed`a73ff4a0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000ed`a73ff790 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ed`a73ff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ed`a63feaa0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ed`a63feae0 00007ff6`f1c7935c     postgres!ExceptionalCondition(
000000ed`a63feb20 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ed`a63feb70 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000ed`a63febc0 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ed`a63ff4e0 00007ff6`f1b2e738     postgres!PostmasterMain(
000000ed`a63ff670 00007ff6`f2125b29     postgres!main(
000000ed`a63ff6b0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ed`a63ff700 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ed`a63ff770 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ed`a67ff8c8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ed`a67ff8d0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000ed`a67ffbc0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ed`a67ffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ed`a6bffa78 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ed`a6bffa80 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000ed`a6bffd70 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ed`a6bffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ed`a6fffb98 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
000000ed`a6fffba0 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
000000ed`a6fffc10 00007fff`54214cb0     postgres!pg_signal_thread(
000000ed`a6fffd10 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ed`a6fffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e4`339ff7c8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e4`339ff7d0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000e4`339ffac0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e4`339ffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e4`335fede0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e4`335fee20 00007ff6`f1c7935c     postgres!ExceptionalCondition(
000000e4`335fee60 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000e4`335feeb0 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000e4`335fef00 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000e4`335ff820 00007ff6`f1b2e738     postgres!PostmasterMain(
000000e4`335ff9b0 00007ff6`f2125b29     postgres!main(
000000e4`335ff9f0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e4`335ffa40 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e4`335ffab0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000e4`341ffb78 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
000000e4`341ffb80 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
000000e4`341ffbf0 00007fff`54214cb0     postgres!pg_signal_thread(
000000e4`341ffcf0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e4`341ffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e4`345ff5d8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e4`345ff5e0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000e4`345ff8d0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e4`345ff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e4`33dff998 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e4`33dff9a0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000e4`33dffc90 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e4`33dffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cc`7f1ff588 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cc`7f1ff590 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000cc`7f1ff880 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000cc`7f1ff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cc`7f5ffd38 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
000000cc`7f5ffd40 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
000000cc`7f5ffdb0 00007fff`54214cb0     postgres!pg_signal_thread(
000000cc`7f5ffeb0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000cc`7f5ffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cc`7e9fefc0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000cc`7e9ff000 00007ff6`f1c7935c     postgres!ExceptionalCondition(
000000cc`7e9ff040 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000cc`7e9ff090 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000cc`7e9ff0e0 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000cc`7e9ffa00 00007ff6`f1b2e738     postgres!PostmasterMain(
000000cc`7e9ffb90 00007ff6`f2125b29     postgres!main(
000000cc`7e9ffbd0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000cc`7e9ffc20 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000cc`7e9ffc90 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000cc`7edffab8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cc`7edffac0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000cc`7edffdb0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000cc`7edffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cc`7f9ffac8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cc`7f9ffad0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000cc`7f9ffdc0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000cc`7f9ffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000048`d37fecb0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000048`d37fecf0 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000048`d37fed30 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000048`d37fed80 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000048`d37fedd0 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000048`d37ff6f0 00007ff6`f1b2e738     postgres!PostmasterMain(
00000048`d37ff880 00007ff6`f2125b29     postgres!main(
00000048`d37ff8c0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000048`d37ff910 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000048`d37ff980 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000048`d43ff4d8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000048`d43ff4e0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000048`d43ff7d0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000048`d43ff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000048`d3bff5c8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000048`d3bff5d0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000048`d3bff8c0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000048`d3bff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000048`d3fff918 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000048`d3fff920 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000048`d3fff990 00007fff`54214cb0     postgres!pg_signal_thread(
00000048`d3fffa90 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000048`d3fffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000048`d47ffb88 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000048`d47ffb90 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000048`d47ffe80 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000048`d47ffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000015`ebbffa78 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000015`ebbffa80 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000015`ebbffd70 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000015`ebbffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000015`ec7ff4f8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000015`ec7ff500 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000015`ec7ff7f0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000015`ec7ff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000015`ebfffc28 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000015`ebfffc30 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000015`ebfffca0 00007fff`54214cb0     postgres!pg_signal_thread(
00000015`ebfffda0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000015`ebfffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000015`ec3ff958 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000015`ec3ff960 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000015`ec3ffc50 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000015`ec3ffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000015`eb7febf0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000015`eb7fec30 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000015`eb7fec70 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000015`eb7fecc0 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000015`eb7fed10 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000015`eb7ff630 00007ff6`f1b2e738     postgres!PostmasterMain(
00000015`eb7ff7c0 00007ff6`f2125b29     postgres!main(
00000015`eb7ff800 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000015`eb7ff850 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000015`eb7ff8c0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000e5`fc7ff8e8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e5`fc7ff8f0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000e5`fc7ffbe0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e5`fc7ffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e5`fcbff708 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e5`fcbff710 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000e5`fcbffa00 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e5`fcbffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e5`fcfff6b8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e5`fcfff6c0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000e5`fcfff9b0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e5`fcfff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e5`fd3ffd58 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
000000e5`fd3ffd60 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
000000e5`fd3ffdd0 00007fff`54214cb0     postgres!pg_signal_thread(
000000e5`fd3ffed0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e5`fd3fff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e5`fc3feac0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e5`fc3feb00 00007ff6`f1c7935c     postgres!ExceptionalCondition(
000000e5`fc3feb40 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000e5`fc3feb90 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000e5`fc3febe0 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000e5`fc3ff500 00007ff6`f1b2e738     postgres!PostmasterMain(
000000e5`fc3ff690 00007ff6`f2125b29     postgres!main(
000000e5`fc3ff6d0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e5`fc3ff720 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e5`fc3ff790 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000e5`fd7ff5b8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e5`fd7ff5c0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000e5`fd7ff8b0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e5`fd7ff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000048`88fffb78 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000048`88fffb80 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000048`88fffbf0 00007fff`54214cb0     postgres!pg_signal_thread(
00000048`88fffcf0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000048`88fffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000048`87ffee10 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000048`87ffee50 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000048`87ffee90 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000048`87ffeee0 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000048`87ffef30 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000048`87fff850 00007ff6`f1b2e738     postgres!PostmasterMain(
00000048`87fff9e0 00007ff6`f2125b29     postgres!main(
00000048`87fffa20 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000048`87fffa70 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000048`87fffae0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000048`883ff648 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000048`883ff650 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000048`883ff940 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000048`883ff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000048`887ffa18 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000048`887ffa20 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000048`887ffd10 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000048`887ffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000048`88bff828 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000048`88bff830 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000048`88bffb20 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000048`88bffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000048`893ff788 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000048`893ff790 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000048`893ffa80 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000048`893ffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000014`f7fff868 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000014`f7fff870 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000014`f7fffb60 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000014`f7fffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000014`f83ff818 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000014`f83ff820 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000014`f83ffb10 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000014`f83ffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000014`f87ff818 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000014`f87ff820 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000014`f87ff890 00007fff`54214cb0     postgres!pg_signal_thread(
00000014`f87ff990 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000014`f87ff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000014`f8bff998 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000014`f8bff9a0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000014`f8bffc90 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000014`f8bffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000014`f7bfef20 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000014`f7bfef60 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000014`f7bfefa0 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000014`f7bfeff0 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000014`f7bff040 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000014`f7bff960 00007ff6`f1b2e738     postgres!PostmasterMain(
00000014`f7bffaf0 00007ff6`f2125b29     postgres!main(
00000014`f7bffb30 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000014`f7bffb80 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000014`f7bffbf0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000021`275ff638 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000021`275ff640 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000021`275ff6b0 00007fff`54214cb0     postgres!pg_signal_thread(
00000021`275ff7b0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000021`275ff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000021`271ffa58 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000021`271ffa60 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000021`271ffd50 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000021`271ffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000021`279ff4e8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000021`279ff4f0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000021`279ff7e0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000021`279ff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000021`265fed70 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000021`265fedb0 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000021`265fedf0 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000021`265fee40 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000021`265fee90 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000021`265ff7b0 00007ff6`f1b2e738     postgres!PostmasterMain(
00000021`265ff940 00007ff6`f2125b29     postgres!main(
00000021`265ff980 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000021`265ff9d0 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000021`265ffa40 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000021`269ffae8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000021`269ffaf0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000021`269ffde0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000021`269ffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000021`26dff578 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000021`26dff580 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000021`26dff870 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000021`26dff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ec`b5dff948 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
000000ec`b5dff950 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
000000ec`b5dff9c0 00007fff`54214cb0     postgres!pg_signal_thread(
000000ec`b5dffac0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ec`b5dffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ec`b51feed0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ec`b51fef10 00007ff6`f1c7935c     postgres!ExceptionalCondition(
000000ec`b51fef50 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ec`b51fefa0 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000ec`b51feff0 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ec`b51ff910 00007ff6`f1b2e738     postgres!PostmasterMain(
000000ec`b51ffaa0 00007ff6`f2125b29     postgres!main(
000000ec`b51ffae0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ec`b51ffb30 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ec`b51ffba0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ec`b55ff7e8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ec`b55ff7f0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000ec`b55ffae0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ec`b55ffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ec`b59ffb18 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ec`b59ffb20 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000ec`b59ffe10 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ec`b59ffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ec`b61ff888 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ec`b61ff890 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000ec`b61ffb80 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ec`b61ffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e9`f25ff648 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e9`f25ff650 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000e9`f25ff940 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e9`f25ff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e9`f1dfeae0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e9`f1dfeb20 00007ff6`f1c7935c     postgres!ExceptionalCondition(
000000e9`f1dfeb60 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000e9`f1dfebb0 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000e9`f1dfec00 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000e9`f1dff520 00007ff6`f1b2e738     postgres!PostmasterMain(
000000e9`f1dff6b0 00007ff6`f2125b29     postgres!main(
000000e9`f1dff6f0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e9`f1dff740 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e9`f1dff7b0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000e9`f29ffb38 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
000000e9`f29ffb40 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
000000e9`f29ffbb0 00007fff`54214cb0     postgres!pg_signal_thread(
000000e9`f29ffcb0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e9`f29ffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e9`f21ffc28 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e9`f21ffc30 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000e9`f21fff20 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e9`f21fff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e9`f2dff8e8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e9`f2dff8f0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000e9`f2dffbe0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e9`f2dffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000056`48fff8e8 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000056`48fff8f0 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000056`48fff960 00007fff`54214cb0     postgres!pg_signal_thread(
00000056`48fffa60 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000056`48fffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000056`483ff1e0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000056`483ff220 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000056`483ff260 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000056`483ff2b0 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000056`483ff300 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000056`483ffc20 00007ff6`f1b2e738     postgres!PostmasterMain(
00000056`483ffdb0 00007ff6`f2125b29     postgres!main(
00000056`483ffdf0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000056`483ffe40 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000056`483ffeb0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000056`487ffc28 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000056`487ffc30 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000056`487fff20 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000056`487fff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000056`48bff7f8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000056`48bff800 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000056`48bffaf0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000056`48bffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000056`493ff7f8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000056`493ff800 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000056`493ffaf0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000056`493ffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ad`e29ff628 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ad`e29ff630 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000ad`e29ff920 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ad`e29ff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ad`e25ff988 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ad`e25ff990 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000ad`e25ffc80 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ad`e25ffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ad`e31ff628 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ad`e31ff630 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000ad`e31ff920 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ad`e31ff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ad`e2dff818 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
000000ad`e2dff820 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
000000ad`e2dff890 00007fff`54214cb0     postgres!pg_signal_thread(
000000ad`e2dff990 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ad`e2dff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ad`e21feb70 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ad`e21febb0 00007ff6`f1c7935c     postgres!ExceptionalCondition(
000000ad`e21febf0 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ad`e21fec40 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000ad`e21fec90 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ad`e21ff5b0 00007ff6`f1b2e738     postgres!PostmasterMain(
000000ad`e21ff740 00007ff6`f2125b29     postgres!main(
000000ad`e21ff780 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ad`e21ff7d0 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ad`e21ff840 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000007e`913ff948 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007e`913ff950 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000007e`913ffc40 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000007e`913ffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007e`90fff938 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007e`90fff940 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000007e`90fffc30 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000007e`90fffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007e`90bffd28 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
0000007e`90bffd30 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
0000007e`90bffda0 00007fff`54214cb0     postgres!pg_signal_thread(
0000007e`90bffea0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000007e`90bffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007e`907ff658 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007e`907ff660 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000007e`907ff950 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000007e`907ff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007e`903feec0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000007e`903fef00 00007ff6`f1c7935c     postgres!ExceptionalCondition(
0000007e`903fef40 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000007e`903fef90 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000007e`903fefe0 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000007e`903ff900 00007ff6`f1b2e738     postgres!PostmasterMain(
0000007e`903ffa90 00007ff6`f2125b29     postgres!main(
0000007e`903ffad0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000007e`903ffb20 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000007e`903ffb90 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000004`425febd0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000004`425fec10 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000004`425fec50 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000004`425feca0 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000004`425fecf0 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000004`425ff610 00007ff6`f1b2e738     postgres!PostmasterMain(
00000004`425ff7a0 00007ff6`f2125b29     postgres!main(
00000004`425ff7e0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000004`425ff830 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000004`425ff8a0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000004`431ffad8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000004`431ffae0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000004`431ffdd0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000004`431ffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000004`42dffb98 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000004`42dffba0 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000004`42dffc10 00007fff`54214cb0     postgres!pg_signal_thread(
00000004`42dffd10 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000004`42dffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000004`429ffc08 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000004`429ffc10 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000004`429fff00 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000004`429fff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000004`435ff448 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000004`435ff450 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000004`435ff740 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000004`435ff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f6`2d3ff788 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f6`2d3ff790 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000f6`2d3ffa80 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f6`2d3ffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f6`2cffef40 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f6`2cffef80 00007ff6`f1c7935c     postgres!ExceptionalCondition(
000000f6`2cffefc0 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f6`2cfff010 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000f6`2cfff060 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f6`2cfff980 00007ff6`f1b2e738     postgres!PostmasterMain(
000000f6`2cfffb10 00007ff6`f2125b29     postgres!main(
000000f6`2cfffb50 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f6`2cfffba0 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f6`2cfffc10 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f6`2dfff568 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f6`2dfff570 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000f6`2dfff860 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f6`2dfff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f6`2dbff938 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f6`2dbff940 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000f6`2dbffc30 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f6`2dbffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f6`2d7ffc88 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
000000f6`2d7ffc90 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
000000f6`2d7ffd00 00007fff`54214cb0     postgres!pg_signal_thread(
000000f6`2d7ffe00 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f6`2d7ffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ed`735ff978 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ed`735ff980 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000ed`735ffc70 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ed`735ffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ed`731ffbc8 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
000000ed`731ffbd0 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
000000ed`731ffc40 00007fff`54214cb0     postgres!pg_signal_thread(
000000ed`731ffd40 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ed`731ffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ed`72dffa28 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ed`72dffa30 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000ed`72dffd20 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ed`72dffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ed`729ff868 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ed`729ff870 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000ed`729ffb60 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ed`729ffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ed`725fefc0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ed`725ff000 00007ff6`f1c7935c     postgres!ExceptionalCondition(
000000ed`725ff040 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ed`725ff090 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000ed`725ff0e0 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ed`725ffa00 00007ff6`f1b2e738     postgres!PostmasterMain(
000000ed`725ffb90 00007ff6`f2125b29     postgres!main(
000000ed`725ffbd0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ed`725ffc20 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ed`725ffc90 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f7`d0dfebd0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f7`d0dfec10 00007ff6`f1c7935c     postgres!ExceptionalCondition(
000000f7`d0dfec50 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f7`d0dfeca0 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000f7`d0dfecf0 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f7`d0dff610 00007ff6`f1b2e738     postgres!PostmasterMain(
000000f7`d0dff7a0 00007ff6`f2125b29     postgres!main(
000000f7`d0dff7e0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f7`d0dff830 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f7`d0dff8a0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f7`d11ffb78 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f7`d11ffb80 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000f7`d11ffe70 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f7`d11ffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f7`d15ff758 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f7`d15ff760 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000f7`d15ffa50 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f7`d15ffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f7`d19ff6a8 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
000000f7`d19ff6b0 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
000000f7`d19ff720 00007fff`54214cb0     postgres!pg_signal_thread(
000000f7`d19ff820 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f7`d19ff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f7`d1dffae8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f7`d1dffaf0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000f7`d1dffde0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f7`d1dffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000021`b3bff688 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000021`b3bff690 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000021`b3bff980 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000021`b3bff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000021`b2bff200 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000021`b2bff240 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000021`b2bff280 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000021`b2bff2d0 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000021`b2bff320 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000021`b2bffc40 00007ff6`f1b2e738     postgres!PostmasterMain(
00000021`b2bffdd0 00007ff6`f2125b29     postgres!main(
00000021`b2bffe10 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000021`b2bffe60 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000021`b2bffed0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000021`b2fff538 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000021`b2fff540 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000021`b2fff830 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000021`b2fff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000021`b33ffc48 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000021`b33ffc50 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000021`b33ffcc0 00007fff`54214cb0     postgres!pg_signal_thread(
00000021`b33ffdc0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000021`b33ffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000021`b37ffc08 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000021`b37ffc10 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000021`b37fff00 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000021`b37fff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e8`d7dff958 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e8`d7dff960 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000e8`d7dffc50 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e8`d7dffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e8`d71ff908 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e8`d71ff910 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000e8`d71ffc00 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e8`d71ffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e8`d75ff888 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e8`d75ff890 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000e8`d75ffb80 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e8`d75ffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e8`d6dfedc0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e8`d6dfee00 00007ff6`f1c7935c     postgres!ExceptionalCondition(
000000e8`d6dfee40 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000e8`d6dfee90 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000e8`d6dfeee0 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000e8`d6dff800 00007ff6`f1b2e738     postgres!PostmasterMain(
000000e8`d6dff990 00007ff6`f2125b29     postgres!main(
000000e8`d6dff9d0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e8`d6dffa20 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e8`d6dffa90 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000e8`d79ff688 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
000000e8`d79ff690 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
000000e8`d79ff700 00007fff`54214cb0     postgres!pg_signal_thread(
000000e8`d79ff800 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e8`d79ff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000aa`385ff5e8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000aa`385ff5f0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000aa`385ff8e0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000aa`385ff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000aa`37dff888 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000aa`37dff890 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000aa`37dffb80 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000aa`37dffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000aa`379ff5b8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000aa`379ff5c0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000aa`379ff8b0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000aa`379ff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000aa`375ffb28 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000aa`375ffb30 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000aa`375ffe20 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000aa`375ffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000aa`371fecd0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000aa`371fed10 00007ff6`f1c7935c     postgres!ExceptionalCondition(
000000aa`371fed50 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000aa`371feda0 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000aa`371fedf0 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000aa`371ff710 00007ff6`f1b2e738     postgres!PostmasterMain(
000000aa`371ff8a0 00007ff6`f2125b29     postgres!main(
000000aa`371ff8e0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000aa`371ff930 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000aa`371ff9a0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000aa`381ff5c8 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
000000aa`381ff5d0 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
000000aa`381ff640 00007fff`54214cb0     postgres!pg_signal_thread(
000000aa`381ff740 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000aa`381ff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e2`e61ffb18 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e2`e61ffb20 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000e2`e61ffe10 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e2`e61ffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e2`e5dff668 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
000000e2`e5dff670 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
000000e2`e5dff6e0 00007fff`54214cb0     postgres!pg_signal_thread(
000000e2`e5dff7e0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e2`e5dff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e2`e4dff0e0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e2`e4dff120 00007ff6`f1c7935c     postgres!ExceptionalCondition(
000000e2`e4dff160 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000e2`e4dff1b0 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000e2`e4dff200 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000e2`e4dffb20 00007ff6`f1b2e738     postgres!PostmasterMain(
000000e2`e4dffcb0 00007ff6`f2125b29     postgres!main(
000000e2`e4dffcf0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e2`e4dffd40 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e2`e4dffdb0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000095`395ffbe8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000095`395ffbf0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000095`395ffee0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000095`395fff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000095`38dff5d8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000095`38dff5e0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000095`38dff8d0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000095`38dff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000095`391ff8d8 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000095`391ff8e0 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000095`391ff950 00007fff`54214cb0     postgres!pg_signal_thread(
00000095`391ffa50 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000095`391ffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000095`389fea20 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000095`389fea60 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000095`389feaa0 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000095`389feaf0 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000095`389feb40 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000095`389ff460 00007ff6`f1b2e738     postgres!PostmasterMain(
00000095`389ff5f0 00007ff6`f2125b29     postgres!main(
00000095`389ff630 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000095`389ff680 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000095`389ff6f0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000095`399ff9e8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000095`399ff9f0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000095`399ffce0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000095`399ffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a5`cd3ff788 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
000000a5`cd3ff790 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
000000a5`cd3ff800 00007fff`54214cb0     postgres!pg_signal_thread(
000000a5`cd3ff900 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a5`cd3ff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a5`cd7ff9d8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a5`cd7ff9e0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000a5`cd7ffcd0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a5`cd7ffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a5`ccbff718 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a5`ccbff720 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000a5`ccbffa10 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a5`ccbffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a5`cc7ff808 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a5`cc7ff810 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000a5`cc7ffb00 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a5`cc7ffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a5`cc3feef0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a5`cc3fef30 00007ff6`f1c7935c     postgres!ExceptionalCondition(
000000a5`cc3fef70 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000a5`cc3fefc0 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000a5`cc3ff010 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a5`cc3ff930 00007ff6`f1b2e738     postgres!PostmasterMain(
000000a5`cc3ffac0 00007ff6`f2125b29     postgres!main(
000000a5`cc3ffb00 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a5`cc3ffb50 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a5`cc3ffbc0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a5`ccfffbf8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a5`ccfffc00 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000a5`ccfffef0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a5`ccffff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007f`5dbff8b8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007f`5dbff8c0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000007f`5dbffbb0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000007f`5dbffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007f`5ebff9f8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007f`5ebffa00 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000007f`5ebffcf0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000007f`5ebffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007f`5e7ff658 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
0000007f`5e7ff660 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
0000007f`5e7ff6d0 00007fff`54214cb0     postgres!pg_signal_thread(
0000007f`5e7ff7d0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000007f`5e7ff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007f`5e3ff9d8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007f`5e3ff9e0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000007f`5e3ffcd0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000007f`5e3ffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007f`5dfff8a8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007f`5dfff8b0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000007f`5dfffba0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000007f`5dfffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007f`5d7ff0e0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000007f`5d7ff120 00007ff6`f1c7935c     postgres!ExceptionalCondition(
0000007f`5d7ff160 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000007f`5d7ff1b0 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000007f`5d7ff200 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000007f`5d7ffb20 00007ff6`f1b2e738     postgres!PostmasterMain(
0000007f`5d7ffcb0 00007ff6`f2125b29     postgres!main(
0000007f`5d7ffcf0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000007f`5d7ffd40 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000007f`5d7ffdb0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000008a`c77ff7c8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008a`c77ff7d0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000008a`c77ffac0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000008a`c77ffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008a`c6fff648 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008a`c6fff650 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000008a`c6fff940 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000008a`c6fff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008a`c63fedb0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000008a`c63fedf0 00007ff6`f1c7935c     postgres!ExceptionalCondition(
0000008a`c63fee30 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000008a`c63fee80 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000008a`c63feed0 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000008a`c63ff7f0 00007ff6`f1b2e738     postgres!PostmasterMain(
0000008a`c63ff980 00007ff6`f2125b29     postgres!main(
0000008a`c63ff9c0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000008a`c63ffa10 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000008a`c63ffa80 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000008a`c67ff848 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008a`c67ff850 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000008a`c67ffb40 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000008a`c67ffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008a`c6bff968 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008a`c6bff970 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000008a`c6bffc60 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000008a`c6bffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008a`c73ffd28 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
0000008a`c73ffd30 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
0000008a`c73ffda0 00007fff`54214cb0     postgres!pg_signal_thread(
0000008a`c73ffea0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000008a`c73ffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000078`e81ff848 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000078`e81ff850 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000078`e81ff8c0 00007fff`54214cb0     postgres!pg_signal_thread(
00000078`e81ff9c0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000078`e81ff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000078`e71fed90 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000078`e71fedd0 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000078`e71fee10 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000078`e71fee60 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000078`e71feeb0 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000078`e71ff7d0 00007ff6`f1b2e738     postgres!PostmasterMain(
00000078`e71ff960 00007ff6`f2125b29     postgres!main(
00000078`e71ff9a0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000078`e71ff9f0 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000078`e71ffa60 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000078`e75ff538 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000078`e75ff540 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000078`e75ff830 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000078`e75ff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000078`e79ffa68 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000078`e79ffa70 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000078`e79ffd60 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000078`e79ffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000078`e7dffa48 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000078`e7dffa50 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000078`e7dffd40 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000078`e7dffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000078`e85ffa98 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000078`e85ffaa0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000078`e85ffd90 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000078`e85ffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f4`137fefd0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f4`137ff010 00007ff6`f1c7935c     postgres!ExceptionalCondition(
000000f4`137ff050 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f4`137ff0a0 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000f4`137ff0f0 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f4`137ffa10 00007ff6`f1b2e738     postgres!PostmasterMain(
000000f4`137ffba0 00007ff6`f2125b29     postgres!main(
000000f4`137ffbe0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f4`137ffc30 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f4`137ffca0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f4`143ff7b8 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
000000f4`143ff7c0 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
000000f4`143ff830 00007fff`54214cb0     postgres!pg_signal_thread(
000000f4`143ff930 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f4`143ff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f4`147ffb58 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f4`147ffb60 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000f4`147ffe50 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f4`147ffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007f`8bfff7f8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007f`8bfff800 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000007f`8bfffaf0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000007f`8bfffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007f`8abff030 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000007f`8abff070 00007ff6`f1c7935c     postgres!ExceptionalCondition(
0000007f`8abff0b0 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000007f`8abff100 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000007f`8abff150 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000007f`8abffa70 00007ff6`f1b2e738     postgres!PostmasterMain(
0000007f`8abffc00 00007ff6`f2125b29     postgres!main(
0000007f`8abffc40 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000007f`8abffc90 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000007f`8abffd00 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000007f`8afff9a8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007f`8afff9b0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000007f`8afffca0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000007f`8afffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007f`8b3ff9e8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007f`8b3ff9f0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000007f`8b3ffce0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000007f`8b3ffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007f`8b7ff9f8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007f`8b7ffa00 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000007f`8b7ffcf0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000007f`8b7ffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007f`8bbff648 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
0000007f`8bbff650 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
0000007f`8bbff6c0 00007fff`54214cb0     postgres!pg_signal_thread(
0000007f`8bbff7c0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000007f`8bbff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009a`d71ff9c8 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
0000009a`d71ff9d0 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
0000009a`d71ffa40 00007fff`54214cb0     postgres!pg_signal_thread(
0000009a`d71ffb40 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000009a`d71ffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009a`d69ff0f0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000009a`d69ff130 00007ff6`f1c7935c     postgres!ExceptionalCondition(
0000009a`d69ff170 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000009a`d69ff1c0 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000009a`d69ff210 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000009a`d69ffb30 00007ff6`f1b2e738     postgres!PostmasterMain(
0000009a`d69ffcc0 00007ff6`f2125b29     postgres!main(
0000009a`d69ffd00 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000009a`d69ffd50 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000009a`d69ffdc0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000009a`d6dff868 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009a`d6dff870 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000009a`d6dffb60 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000009a`d6dffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009a`d79ff618 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009a`d79ff620 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000009a`d79ff910 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000009a`d79ff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009a`d75ffa08 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009a`d75ffa10 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000009a`d75ffd00 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000009a`d75ffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c8`9bdff488 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c8`9bdff490 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000c8`9bdff780 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c8`9bdff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c8`9adfede0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c8`9adfee20 00007ff6`f1c7935c     postgres!ExceptionalCondition(
000000c8`9adfee60 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c8`9adfeeb0 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000c8`9adfef00 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c8`9adff820 00007ff6`f1b2e738     postgres!PostmasterMain(
000000c8`9adff9b0 00007ff6`f2125b29     postgres!main(
000000c8`9adff9f0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c8`9adffa40 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c8`9adffab0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c8`9b1ff888 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c8`9b1ff890 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000c8`9b1ffb80 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c8`9b1ffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c8`9b5ff688 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c8`9b5ff690 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000c8`9b5ff980 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c8`9b5ff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c8`9b9ffd48 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
000000c8`9b9ffd50 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
000000c8`9b9ffdc0 00007fff`54214cb0     postgres!pg_signal_thread(
000000c8`9b9ffec0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c8`9b9ffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000052`2e5ff588 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000052`2e5ff590 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000052`2e5ff880 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000052`2e5ff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000052`2d5fed50 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000052`2d5fed90 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000052`2d5fedd0 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000052`2d5fee20 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000052`2d5fee70 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000052`2d5ff790 00007ff6`f1b2e738     postgres!PostmasterMain(
00000052`2d5ff920 00007ff6`f2125b29     postgres!main(
00000052`2d5ff960 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000052`2d5ff9b0 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000052`2d5ffa20 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000052`2d9ffae8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000052`2d9ffaf0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000052`2d9ffde0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000052`2d9ffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000052`2ddffbf8 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000052`2ddffc00 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000052`2ddffc70 00007fff`54214cb0     postgres!pg_signal_thread(
00000052`2ddffd70 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000052`2ddffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000052`2e1ff5c8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000052`2e1ff5d0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000052`2e1ff8c0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000052`2e1ff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000092`4cdffc58 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000092`4cdffc60 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000092`4cdffcd0 00007fff`54214cb0     postgres!pg_signal_thread(
00000092`4cdffdd0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000092`4cdffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000092`4c1fecf0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000092`4c1fed30 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000092`4c1fed70 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000092`4c1fedc0 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000092`4c1fee10 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000092`4c1ff730 00007ff6`f1b2e738     postgres!PostmasterMain(
00000092`4c1ff8c0 00007ff6`f2125b29     postgres!main(
00000092`4c1ff900 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000092`4c1ff950 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000092`4c1ff9c0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000092`4c5ffb28 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000092`4c5ffb30 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000092`4c5ffe20 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000092`4c5ffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000092`4c9ffa78 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000092`4c9ffa80 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000092`4c9ffd70 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000092`4c9ffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000092`4d1ffa58 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000092`4d1ffa60 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000092`4d1ffd50 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000092`4d1ffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002e`755ff918 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
0000002e`755ff920 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
0000002e`755ff990 00007fff`54214cb0     postgres!pg_signal_thread(
0000002e`755ffa90 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000002e`755ffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002e`749fed90 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000002e`749fedd0 00007ff6`f1c7935c     postgres!ExceptionalCondition(
0000002e`749fee10 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000002e`749fee60 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000002e`749feeb0 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000002e`749ff7d0 00007ff6`f1b2e738     postgres!PostmasterMain(
0000002e`749ff960 00007ff6`f2125b29     postgres!main(
0000002e`749ff9a0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000002e`749ff9f0 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000002e`749ffa60 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000002e`74dff9d8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002e`74dff9e0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000002e`74dffcd0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000002e`74dffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002e`751ffc38 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002e`751ffc40 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000002e`751fff30 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000002e`751fff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002e`759ffb08 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002e`759ffb10 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000002e`759ffe00 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000002e`759ffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000069`3edffd18 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000069`3edffd20 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000069`3edffd90 00007fff`54214cb0     postgres!pg_signal_thread(
00000069`3edffe90 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000069`3edffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000069`3ddfef40 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000069`3ddfef80 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000069`3ddfefc0 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000069`3ddff010 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000069`3ddff060 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000069`3ddff980 00007ff6`f1b2e738     postgres!PostmasterMain(
00000069`3ddffb10 00007ff6`f2125b29     postgres!main(
00000069`3ddffb50 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000069`3ddffba0 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000069`3ddffc10 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000069`3e1ff708 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000069`3e1ff710 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000069`3e1ffa00 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000069`3e1ffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000069`3e5ff6a8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000069`3e5ff6b0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000069`3e5ff9a0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000069`3e5ff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000069`3e9ff6d8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000069`3e9ff6e0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000069`3e9ff9d0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000069`3e9ffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000069`3f1ffb58 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000069`3f1ffb60 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000069`3f1ffe50 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000069`3f1ffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000024`fb1ffcc8 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000024`fb1ffcd0 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000024`fb1ffd40 00007fff`54214cb0     postgres!pg_signal_thread(
00000024`fb1ffe40 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000024`fb1ffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000024`fa5fef20 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000024`fa5fef60 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000024`fa5fefa0 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000024`fa5feff0 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000024`fa5ff040 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000024`fa5ff960 00007ff6`f1b2e738     postgres!PostmasterMain(
00000024`fa5ffaf0 00007ff6`f2125b29     postgres!main(
00000024`fa5ffb30 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000024`fa5ffb80 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000024`fa5ffbf0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000024`fa9ffb18 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000024`fa9ffb20 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000024`fa9ffe10 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000024`fa9ffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000024`fadff7b8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000024`fadff7c0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000024`fadffab0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000024`fadffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000024`fb5ff548 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000024`fb5ff550 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000024`fb5ff840 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000024`fb5ff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ca`d5fffbc8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ca`d5fffbd0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000ca`d5fffec0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ca`d5fffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ca`d4ffecd0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ca`d4ffed10 00007ff6`f1c7935c     postgres!ExceptionalCondition(
000000ca`d4ffed50 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ca`d4ffeda0 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000ca`d4ffedf0 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ca`d4fff710 00007ff6`f1b2e738     postgres!PostmasterMain(
000000ca`d4fff8a0 00007ff6`f2125b29     postgres!main(
000000ca`d4fff8e0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ca`d4fff930 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ca`d4fff9a0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ca`d53ff8b8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ca`d53ff8c0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000ca`d53ffbb0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ca`d53ffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ca`d57ff838 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ca`d57ff840 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000ca`d57ffb30 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ca`d57ffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ca`d5bffb18 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
000000ca`d5bffb20 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
000000ca`d5bffb90 00007fff`54214cb0     postgres!pg_signal_thread(
000000ca`d5bffc90 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ca`d5bffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000df`34bff478 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000df`34bff480 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000df`34bff770 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000df`34bff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000df`337ff1f0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000df`337ff230 00007ff6`f1c7935c     postgres!ExceptionalCondition(
000000df`337ff270 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000df`337ff2c0 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000df`337ff310 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000df`337ffc30 00007ff6`f1b2e738     postgres!PostmasterMain(
000000df`337ffdc0 00007ff6`f2125b29     postgres!main(
000000df`337ffe00 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000df`337ffe50 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000df`337ffec0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000df`33bff968 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000df`33bff970 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000df`33bffc60 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000df`33bffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000df`33fffb28 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000df`33fffb30 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000df`33fffe20 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000df`33fffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000df`343ff4a8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000df`343ff4b0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000df`343ff7a0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000df`343ff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000df`347ffc28 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
000000df`347ffc30 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
000000df`347ffca0 00007fff`54214cb0     postgres!pg_signal_thread(
000000df`347ffda0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000df`347ffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000058`e5dff6e8 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000058`e5dff6f0 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000058`e5dff760 00007fff`54214cb0     postgres!pg_signal_thread(
00000058`e5dff860 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000058`e5dff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000058`e51ff200 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000058`e51ff240 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000058`e51ff280 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000058`e51ff2d0 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000058`e51ff320 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000058`e51ffc40 00007ff6`f1b2e738     postgres!PostmasterMain(
00000058`e51ffdd0 00007ff6`f2125b29     postgres!main(
00000058`e51ffe10 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000058`e51ffe60 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000058`e51ffed0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000058`e55ffa58 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000058`e55ffa60 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000058`e55ffd50 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000058`e55ffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000058`e59ff648 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000058`e59ff650 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000058`e59ff940 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000058`e59ff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000058`e61ffa48 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000058`e61ffa50 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000058`e61ffd40 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000058`e61ffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000c`2b7ffc28 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000c`2b7ffc30 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000000c`2b7fff20 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000000c`2b7fff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000c`2abfede0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000000c`2abfee20 00007ff6`f1c7935c     postgres!ExceptionalCondition(
0000000c`2abfee60 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000000c`2abfeeb0 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000000c`2abfef00 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000000c`2abff820 00007ff6`f1b2e738     postgres!PostmasterMain(
0000000c`2abff9b0 00007ff6`f2125b29     postgres!main(
0000000c`2abff9f0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000000c`2abffa40 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000000c`2abffab0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000000c`2afffa58 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000c`2afffa60 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000000c`2afffd50 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000000c`2afffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000c`2b3ffbe8 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
0000000c`2b3ffbf0 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
0000000c`2b3ffc60 00007fff`54214cb0     postgres!pg_signal_thread(
0000000c`2b3ffd60 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000000c`2b3ffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000c`2bbff7c8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000c`2bbff7d0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000000c`2bbffac0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000000c`2bbffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000053`721ffc08 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000053`721ffc10 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000053`721ffc80 00007fff`54214cb0     postgres!pg_signal_thread(
00000053`721ffd80 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000053`721ffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000053`711fea30 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000053`711fea70 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000053`711feab0 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000053`711feb00 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000053`711feb50 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000053`711ff470 00007ff6`f1b2e738     postgres!PostmasterMain(
00000053`711ff600 00007ff6`f2125b29     postgres!main(
00000053`711ff640 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000053`711ff690 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000053`711ff700 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000053`715ff958 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000053`715ff960 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000053`715ffc50 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000053`715ffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000053`719ff7e8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000053`719ff7f0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000053`719ffae0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000053`719ffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000053`71dff838 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000053`71dff840 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000053`71dffb30 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000053`71dffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000053`725ff5b8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000053`725ff5c0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000053`725ff8b0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000053`725ff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000060`b1bff958 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000060`b1bff960 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000060`b1bffc50 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000060`b1bffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000060`b13fef70 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000060`b13fefb0 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000060`b13feff0 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000060`b13ff040 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000060`b13ff090 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000060`b13ff9b0 00007ff6`f1b2e738     postgres!PostmasterMain(
00000060`b13ffb40 00007ff6`f2125b29     postgres!main(
00000060`b13ffb80 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000060`b13ffbd0 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000060`b13ffc40 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000060`b17ff608 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000060`b17ff610 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000060`b17ff900 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000060`b17ff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000060`b1fffb88 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000060`b1fffb90 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000060`b1fffc00 00007fff`54214cb0     postgres!pg_signal_thread(
00000060`b1fffd00 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000060`b1fffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000060`b23ffac8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000060`b23ffad0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000060`b23ffdc0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000060`b23ffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000034`349ffc98 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000034`349ffca0 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000034`349ffd10 00007fff`54214cb0     postgres!pg_signal_thread(
00000034`349ffe10 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000034`349ffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000034`33dfedc0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000034`33dfee00 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000034`33dfee40 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000034`33dfee90 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000034`33dfeee0 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000034`33dff800 00007ff6`f1b2e738     postgres!PostmasterMain(
00000034`33dff990 00007ff6`f2125b29     postgres!main(
00000034`33dff9d0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000034`33dffa20 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000034`33dffa90 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000034`341ff948 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000034`341ff950 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000034`341ffc40 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000034`341ffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000034`345ffbc8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000034`345ffbd0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000034`345ffec0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000034`345ffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000034`34dff498 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000034`34dff4a0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000034`34dff790 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000034`34dff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000081`20dff6f8 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000081`20dff700 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000081`20dff770 00007fff`54214cb0     postgres!pg_signal_thread(
00000081`20dff870 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000081`20dff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000081`211ff528 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000081`211ff530 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000081`211ff820 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000081`211ff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000081`209ff998 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000081`209ff9a0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000081`209ffc90 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000081`209ffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000081`205ffbe8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000081`205ffbf0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000081`205ffee0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000081`205fff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000081`201ff190 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000081`201ff1d0 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000081`201ff210 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000081`201ff260 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000081`201ff2b0 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000081`201ffbd0 00007ff6`f1b2e738     postgres!PostmasterMain(
00000081`201ffd60 00007ff6`f2125b29     postgres!main(
00000081`201ffda0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000081`201ffdf0 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000081`201ffe60 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000008f`aefffa08 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008f`aefffa10 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000008f`aefffd00 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000008f`aefffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008f`adffec40 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000008f`adffec80 00007ff6`f1c7935c     postgres!ExceptionalCondition(
0000008f`adffecc0 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000008f`adffed10 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000008f`adffed60 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000008f`adfff680 00007ff6`f1b2e738     postgres!PostmasterMain(
0000008f`adfff810 00007ff6`f2125b29     postgres!main(
0000008f`adfff850 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000008f`adfff8a0 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000008f`adfff910 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000008f`ae3ffa38 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008f`ae3ffa40 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000008f`ae3ffd30 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000008f`ae3ffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008f`ae7ff698 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008f`ae7ff6a0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000008f`ae7ff990 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000008f`ae7ff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008f`aebffc78 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
0000008f`aebffc80 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
0000008f`aebffcf0 00007fff`54214cb0     postgres!pg_signal_thread(
0000008f`aebffdf0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000008f`aebffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e3`06fff458 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e3`06fff460 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000e3`06fff750 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e3`06fff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e3`063ff120 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e3`063ff160 00007ff6`f1c7935c     postgres!ExceptionalCondition(
000000e3`063ff1a0 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000e3`063ff1f0 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000e3`063ff240 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000e3`063ffb60 00007ff6`f1b2e738     postgres!PostmasterMain(
000000e3`063ffcf0 00007ff6`f2125b29     postgres!main(
000000e3`063ffd30 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e3`063ffd80 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e3`063ffdf0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000e3`067ff718 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e3`067ff720 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000e3`067ffa10 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e3`067ffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e3`06bff658 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
000000e3`06bff660 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
000000e3`06bff6d0 00007fff`54214cb0     postgres!pg_signal_thread(
000000e3`06bff7d0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e3`06bff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e3`073ff638 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e3`073ff640 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000e3`073ff930 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e3`073ff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b9`d6fffce8 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
000000b9`d6fffcf0 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
000000b9`d6fffd60 00007fff`54214cb0     postgres!pg_signal_thread(
000000b9`d6fffe60 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b9`d6fffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b9`d63ff070 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b9`d63ff0b0 00007ff6`f1c7935c     postgres!ExceptionalCondition(
000000b9`d63ff0f0 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000b9`d63ff140 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000b9`d63ff190 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000b9`d63ffab0 00007ff6`f1b2e738     postgres!PostmasterMain(
000000b9`d63ffc40 00007ff6`f2125b29     postgres!main(
000000b9`d63ffc80 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b9`d63ffcd0 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000b9`d63ffd40 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000b9`d67ff9f8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b9`d67ffa00 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000b9`d67ffcf0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b9`d67ffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b9`d6bff5f8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b9`d6bff600 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000b9`d6bff8f0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b9`d6bff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b9`d73ff478 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b9`d73ff480 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000b9`d73ff770 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b9`d73ff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e2`6dfff4e8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e2`6dfff4f0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000e2`6dfff7e0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e2`6dfff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e2`6cfff1a0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e2`6cfff1e0 00007ff6`f1c7935c     postgres!ExceptionalCondition(
000000e2`6cfff220 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000e2`6cfff270 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000e2`6cfff2c0 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000e2`6cfffbe0 00007ff6`f1b2e738     postgres!PostmasterMain(
000000e2`6cfffd70 00007ff6`f2125b29     postgres!main(
000000e2`6cfffdb0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e2`6cfffe00 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e2`6cfffe70 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000e2`6d3ff4d8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e2`6d3ff4e0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000e2`6d3ff7d0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e2`6d3ff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e2`6d7ff5d8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e2`6d7ff5e0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000e2`6d7ff8d0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e2`6d7ff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e2`6dbffd08 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
000000e2`6dbffd10 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
000000e2`6dbffd80 00007fff`54214cb0     postgres!pg_signal_thread(
000000e2`6dbffe80 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e2`6dbffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009f`371ff948 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009f`371ff950 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000009f`371ffc40 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000009f`371ffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009f`361feb40 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000009f`361feb80 00007ff6`f1c7935c     postgres!ExceptionalCondition(
0000009f`361febc0 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000009f`361fec10 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000009f`361fec60 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000009f`361ff580 00007ff6`f1b2e738     postgres!PostmasterMain(
0000009f`361ff710 00007ff6`f2125b29     postgres!main(
0000009f`361ff750 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000009f`361ff7a0 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000009f`361ff810 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000009f`365ff518 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009f`365ff520 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000009f`365ff810 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000009f`365ff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009f`369ffa78 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009f`369ffa80 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000009f`369ffd70 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000009f`369ffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009f`36dff708 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
0000009f`36dff710 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
0000009f`36dff780 00007fff`54214cb0     postgres!pg_signal_thread(
0000009f`36dff880 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000009f`36dff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004a`063ff708 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
0000004a`063ff710 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
0000004a`063ff780 00007fff`54214cb0     postgres!pg_signal_thread(
0000004a`063ff880 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000004a`063ff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004a`053feba0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000004a`053febe0 00007ff6`f1c7935c     postgres!ExceptionalCondition(
0000004a`053fec20 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000004a`053fec70 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000004a`053fecc0 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000004a`053ff5e0 00007ff6`f1b2e738     postgres!PostmasterMain(
0000004a`053ff770 00007ff6`f2125b29     postgres!main(
0000004a`053ff7b0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000004a`053ff800 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000004a`053ff870 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000004a`067ffa88 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004a`067ffa90 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000004a`067ffd80 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000004a`067ffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000011`723ffbb8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000011`723ffbc0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000011`723ffeb0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000011`723ffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000011`71fff9c8 00007ff6`f1c72257     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000011`71fff9d0 00007ff6`f1b2e6a4     postgres!SubPostmasterMain(
00000011`71fffa40 00007ff6`f2125b29     postgres!main(
00000011`71fffa80 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000011`71fffad0 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000011`71fffb40 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000011`71fffb70 00007fff`54214cb0     postgres!mainCRTStartup(
00000011`71fffba0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000011`71fffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000011`727ff648 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000011`727ff650 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000011`727ff940 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000011`727ff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000079`89fffb58 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000079`89fffb60 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000079`89fffbd0 00007fff`54214cb0     postgres!pg_signal_thread(
00000079`89fffcd0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000079`89fffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000079`893fedb0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000079`893fedf0 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000079`893fee30 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000079`893fee80 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000079`893feed0 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000079`893ff7f0 00007ff6`f1b2e738     postgres!PostmasterMain(
00000079`893ff980 00007ff6`f2125b29     postgres!main(
00000079`893ff9c0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000079`893ffa10 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000079`893ffa80 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000079`897ff6f8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000079`897ff700 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000079`897ff9f0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000079`897ffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000079`89bff668 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000079`89bff670 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000079`89bff960 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000079`89bff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000079`8a3ff888 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000079`8a3ff890 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000079`8a3ffb80 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000079`8a3ffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003c`5edff718 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
0000003c`5edff720 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
0000003c`5edff790 00007fff`54214cb0     postgres!pg_signal_thread(
0000003c`5edff890 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000003c`5edff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003c`5e1fedc0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000003c`5e1fee00 00007ff6`f1c7935c     postgres!ExceptionalCondition(
0000003c`5e1fee40 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000003c`5e1fee90 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000003c`5e1feee0 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000003c`5e1ff800 00007ff6`f1b2e738     postgres!PostmasterMain(
0000003c`5e1ff990 00007ff6`f2125b29     postgres!main(
0000003c`5e1ff9d0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000003c`5e1ffa20 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000003c`5e1ffa90 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000003c`5e5ff768 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003c`5e5ff770 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000003c`5e5ffa60 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000003c`5e5ffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003c`5e9ff8d8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003c`5e9ff8e0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000003c`5e9ffbd0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000003c`5e9ffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003c`5f1ff6f8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003c`5f1ff700 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000003c`5f1ff9f0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000003c`5f1ffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005d`c7dffa28 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005d`c7dffa30 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000005d`c7dffd20 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000005d`c7dffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005d`c79fea70 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000005d`c79feab0 00007ff6`f1c7935c     postgres!ExceptionalCondition(
0000005d`c79feaf0 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000005d`c79feb40 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000005d`c79feb90 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000005d`c79ff4b0 00007ff6`f1b2e738     postgres!PostmasterMain(
0000005d`c79ff640 00007ff6`f2125b29     postgres!main(
0000005d`c79ff680 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000005d`c79ff6d0 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000005d`c79ff740 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000005d`c81ffb48 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005d`c81ffb50 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000005d`c81ffe40 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000005d`c81ffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005d`c85ff748 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005d`c85ff750 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000005d`c85ffa40 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000005d`c85ffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005d`c89ffcf8 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
0000005d`c89ffd00 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
0000005d`c89ffd70 00007fff`54214cb0     postgres!pg_signal_thread(
0000005d`c89ffe70 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000005d`c89ffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005d`c8dff5b8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005d`c8dff5c0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000005d`c8dff8b0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000005d`c8dff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000089`60dff448 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000089`60dff450 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000089`60dff740 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000089`60dff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000089`601ff788 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000089`601ff790 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000089`601ffa80 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000089`601ffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000089`605ff828 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000089`605ff830 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000089`605ffb20 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000089`605ffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000089`5fdfeab0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000089`5fdfeaf0 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000089`5fdfeb30 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000089`5fdfeb80 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000089`5fdfebd0 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000089`5fdff4f0 00007ff6`f1b2e738     postgres!PostmasterMain(
00000089`5fdff680 00007ff6`f2125b29     postgres!main(
00000089`5fdff6c0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000089`5fdff710 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000089`5fdff780 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000089`609ff668 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000089`609ff670 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000089`609ff6e0 00007fff`54214cb0     postgres!pg_signal_thread(
00000089`609ff7e0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000089`609ff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000069`f1dff9f8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000069`f1dffa00 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000069`f1dffcf0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000069`f1dffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000069`f25ff718 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000069`f25ff720 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000069`f25ff790 00007fff`54214cb0     postgres!pg_signal_thread(
00000069`f25ff890 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000069`f25ff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000069`f29ff6d8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000069`f29ff6e0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000069`f29ff9d0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000069`f29ffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000069`f19ff200 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000069`f19ff240 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000069`f19ff280 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000069`f19ff2d0 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000069`f19ff320 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000069`f19ffc40 00007ff6`f1b2e738     postgres!PostmasterMain(
00000069`f19ffdd0 00007ff6`f2125b29     postgres!main(
00000069`f19ffe10 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000069`f19ffe60 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000069`f19ffed0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000069`f21ff718 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000069`f21ff720 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000069`f21ffa10 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000069`f21ffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e8`49fff8e8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e8`49fff8f0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000e8`49fffbe0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e8`49fffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e8`4a3ff6c8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e8`4a3ff6d0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000e8`4a3ff9c0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e8`4a3ff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e8`4a7ffcf8 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
000000e8`4a7ffd00 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
000000e8`4a7ffd70 00007fff`54214cb0     postgres!pg_signal_thread(
000000e8`4a7ffe70 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e8`4a7ffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e8`49bfebd0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e8`49bfec10 00007ff6`f1c7935c     postgres!ExceptionalCondition(
000000e8`49bfec50 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000e8`49bfeca0 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000e8`49bfecf0 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000e8`49bff610 00007ff6`f1b2e738     postgres!PostmasterMain(
000000e8`49bff7a0 00007ff6`f2125b29     postgres!main(
000000e8`49bff7e0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e8`49bff830 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e8`49bff8a0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000e8`4abffaf8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e8`4abffb00 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000e8`4abffdf0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e8`4abffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003f`2fdff8e8 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
0000003f`2fdff8f0 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
0000003f`2fdff960 00007fff`54214cb0     postgres!pg_signal_thread(
0000003f`2fdffa60 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000003f`2fdffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003f`2f1fef90 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000003f`2f1fefd0 00007ff6`f1c7935c     postgres!ExceptionalCondition(
0000003f`2f1ff010 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000003f`2f1ff060 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000003f`2f1ff0b0 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000003f`2f1ff9d0 00007ff6`f1b2e738     postgres!PostmasterMain(
0000003f`2f1ffb60 00007ff6`f2125b29     postgres!main(
0000003f`2f1ffba0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000003f`2f1ffbf0 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000003f`2f1ffc60 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000003f`2f5ff908 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003f`2f5ff910 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000003f`2f5ffc00 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000003f`2f5ffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003f`2f9ffb38 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003f`2f9ffb40 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000003f`2f9ffe30 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000003f`2f9ffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003f`301ffc08 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003f`301ffc10 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000003f`301fff00 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000003f`301fff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000050`2a9ffd78 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000050`2a9ffd80 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000050`2a9ffdf0 00007fff`54214cb0     postgres!pg_signal_thread(
00000050`2a9ffef0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000050`2a9fff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000050`29dfea30 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000050`29dfea70 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000050`29dfeab0 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000050`29dfeb00 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000050`29dfeb50 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000050`29dff470 00007ff6`f1b2e738     postgres!PostmasterMain(
00000050`29dff600 00007ff6`f2125b29     postgres!main(
00000050`29dff640 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000050`29dff690 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000050`29dff700 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000050`2a1ff958 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000050`2a1ff960 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000050`2a1ffc50 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000050`2a1ffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000050`2a5ff8c8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000050`2a5ff8d0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000050`2a5ffbc0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000050`2a5ffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000050`2adff9a8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000050`2adff9b0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000050`2adffca0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000050`2adffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000e`ff9ffd48 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
0000000e`ff9ffd50 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
0000000e`ff9ffdc0 00007fff`54214cb0     postgres!pg_signal_thread(
0000000e`ff9ffec0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000000e`ff9ffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000e`ff1fed70 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000000e`ff1fedb0 00007ff6`f1c7935c     postgres!ExceptionalCondition(
0000000e`ff1fedf0 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000000e`ff1fee40 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000000e`ff1fee90 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000000e`ff1ff7b0 00007ff6`f1b2e738     postgres!PostmasterMain(
0000000e`ff1ff940 00007ff6`f2125b29     postgres!main(
0000000e`ff1ff980 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000000e`ff1ff9d0 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000000e`ff1ffa40 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000000e`803ff818 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000e`803ff820 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000000e`803ffb10 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000000e`803ffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000025`e59ff928 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000025`e59ff930 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000025`e59ff9a0 00007fff`54214cb0     postgres!pg_signal_thread(
00000025`e59ffaa0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000025`e59ffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000025`e49fed70 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000025`e49fedb0 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000025`e49fedf0 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000025`e49fee40 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000025`e49fee90 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000025`e49ff7b0 00007ff6`f1b2e738     postgres!PostmasterMain(
00000025`e49ff940 00007ff6`f2125b29     postgres!main(
00000025`e49ff980 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000025`e49ff9d0 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000025`e49ffa40 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000025`e4dff4f8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000025`e4dff500 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000025`e4dff7f0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000025`e4dff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000025`e51ff468 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000025`e51ff470 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000025`e51ff760 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000025`e51ff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000025`e55ff6f8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000025`e55ff700 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000025`e55ff9f0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000025`e55ffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000025`e5dffbf8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000025`e5dffc00 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000025`e5dffef0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000025`e5dfff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000010`1cfff6f8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000010`1cfff700 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000010`1cfff9f0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000010`1cfffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000010`1d7ff758 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000010`1d7ff760 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000010`1d7ffa50 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000010`1d7ffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000010`1c7fecc0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000010`1c7fed00 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000010`1c7fed40 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000010`1c7fed90 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000010`1c7fede0 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000010`1c7ff700 00007ff6`f1b2e738     postgres!PostmasterMain(
00000010`1c7ff890 00007ff6`f2125b29     postgres!main(
00000010`1c7ff8d0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000010`1c7ff920 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000010`1c7ff990 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000010`1cbff448 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000010`1cbff450 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000010`1cbff740 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000010`1cbff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000010`1d3ff8d8 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000010`1d3ff8e0 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000010`1d3ff950 00007fff`54214cb0     postgres!pg_signal_thread(
00000010`1d3ffa50 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000010`1d3ffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c6`b4fff1f0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c6`b4fff230 00007ff6`f1c7935c     postgres!ExceptionalCondition(
000000c6`b4fff270 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c6`b4fff2c0 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000c6`b4fff310 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c6`b4fffc30 00007ff6`f1b2e738     postgres!PostmasterMain(
000000c6`b4fffdc0 00007ff6`f2125b29     postgres!main(
000000c6`b4fffe00 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c6`b4fffe50 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c6`b4fffec0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c6`b53ff8a8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c6`b53ff8b0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000c6`b53ffba0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c6`b53ffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c6`b57ff5b8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c6`b57ff5c0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000c6`b57ff8b0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c6`b57ff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c6`b5bffad8 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
000000c6`b5bffae0 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
000000c6`b5bffb50 00007fff`54214cb0     postgres!pg_signal_thread(
000000c6`b5bffc50 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c6`b5bffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c6`b5fffa18 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c6`b5fffa20 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000c6`b5fffd10 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c6`b5fffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b7`755ff908 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b7`755ff910 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000b7`755ffc00 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b7`755ffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b7`759ffb88 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b7`759ffb90 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000b7`759ffe80 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b7`759ffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b7`749fec30 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b7`749fec70 00007ff6`f1c7935c     postgres!ExceptionalCondition(
000000b7`749fecb0 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000b7`749fed00 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000b7`749fed50 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000b7`749ff670 00007ff6`f1b2e738     postgres!PostmasterMain(
000000b7`749ff800 00007ff6`f2125b29     postgres!main(
000000b7`749ff840 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b7`749ff890 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000b7`749ff900 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000b7`74dffaf8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b7`74dffb00 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000b7`74dffdf0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b7`74dffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b7`751ffc08 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
000000b7`751ffc10 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
000000b7`751ffc80 00007fff`54214cb0     postgres!pg_signal_thread(
000000b7`751ffd80 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b7`751ffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ca`c89ffb38 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ca`c89ffb40 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000ca`c89ffe30 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ca`c89ffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ca`c85ff7e8 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
000000ca`c85ff7f0 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
000000ca`c85ff860 00007fff`54214cb0     postgres!pg_signal_thread(
000000ca`c85ff960 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ca`c85ff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ca`c7dfebc0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ca`c7dfec00 00007ff6`f1c7935c     postgres!ExceptionalCondition(
000000ca`c7dfec40 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ca`c7dfec90 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000ca`c7dfece0 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ca`c7dff600 00007ff6`f1b2e738     postgres!PostmasterMain(
000000ca`c7dff790 00007ff6`f2125b29     postgres!main(
000000ca`c7dff7d0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ca`c7dff820 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ca`c7dff890 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ca`c81ff9a8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ca`c81ff9b0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000ca`c81ffca0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ca`c81ffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ca`c8dff668 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ca`c8dff670 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000ca`c8dff960 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ca`c8dff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000011`b9fff878 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000011`b9fff880 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000011`b9fff8f0 00007fff`54214cb0     postgres!pg_signal_thread(
00000011`b9fff9f0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000011`b9fffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000011`b93fef30 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000011`b93fef70 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000011`b93fefb0 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000011`b93ff000 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000011`b93ff050 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000011`b93ff970 00007ff6`f1b2e738     postgres!PostmasterMain(
00000011`b93ffb00 00007ff6`f2125b29     postgres!main(
00000011`b93ffb40 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000011`b93ffb90 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000011`b93ffc00 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000011`b97ff908 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000011`b97ff910 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000011`b97ffc00 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000011`b97ffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000011`b9bff668 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000011`b9bff670 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000011`b9bff960 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000011`b9bff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000011`ba3ff5f8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000011`ba3ff600 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000011`ba3ff8f0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000011`ba3ff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d2`e33ffc38 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
000000d2`e33ffc40 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
000000d2`e33ffcb0 00007fff`54214cb0     postgres!pg_signal_thread(
000000d2`e33ffdb0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d2`e33ffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d2`e27fea20 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d2`e27fea60 00007ff6`f1c7935c     postgres!ExceptionalCondition(
000000d2`e27feaa0 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000d2`e27feaf0 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000d2`e27feb40 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000d2`e27ff460 00007ff6`f1b2e738     postgres!PostmasterMain(
000000d2`e27ff5f0 00007ff6`f2125b29     postgres!main(
000000d2`e27ff630 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d2`e27ff680 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d2`e27ff6f0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000d2`e2bff688 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d2`e2bff690 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000d2`e2bff980 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d2`e2bff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d2`e2fffbe8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d2`e2fffbf0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000d2`e2fffee0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d2`e2ffff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d2`e37ff688 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d2`e37ff690 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000d2`e37ff980 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d2`e37ff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000071`72bff958 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000071`72bff960 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000071`72bffc50 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000071`72bffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000071`723ffab8 00007ff6`f1c72257     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000071`723ffac0 00007ff6`f1b2e6a4     postgres!SubPostmasterMain(
00000071`723ffb30 00007ff6`f2125b29     postgres!main(
00000071`723ffb70 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000071`723ffbc0 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000071`723ffc30 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000071`723ffc60 00007fff`54214cb0     postgres!mainCRTStartup(
00000071`723ffc90 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000071`723ffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000071`727ffbb8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000071`727ffbc0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000071`727ffeb0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000071`727ffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000071`72fff578 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000071`72fff580 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000071`72fff870 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000071`72fff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000004`327ff998 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000004`327ff9a0 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000004`327ffa10 00007fff`54214cb0     postgres!pg_signal_thread(
00000004`327ffb10 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000004`327ffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000004`317fece0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000004`317fed20 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000004`317fed60 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000004`317fedb0 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000004`317fee00 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000004`317ff720 00007ff6`f1b2e738     postgres!PostmasterMain(
00000004`317ff8b0 00007ff6`f2125b29     postgres!main(
00000004`317ff8f0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000004`317ff940 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000004`317ff9b0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000004`32bff698 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000004`32bff6a0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000004`32bff990 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000004`32bff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cc`c3fff5e8 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
000000cc`c3fff5f0 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
000000cc`c3fff660 00007fff`54214cb0     postgres!pg_signal_thread(
000000cc`c3fff760 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000cc`c3fff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cc`c33ff020 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000cc`c33ff060 00007ff6`f1c7935c     postgres!ExceptionalCondition(
000000cc`c33ff0a0 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000cc`c33ff0f0 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000cc`c33ff140 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000cc`c33ffa60 00007ff6`f1b2e738     postgres!PostmasterMain(
000000cc`c33ffbf0 00007ff6`f2125b29     postgres!main(
000000cc`c33ffc30 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000cc`c33ffc80 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000cc`c33ffcf0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000cc`c37ff578 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cc`c37ff580 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000cc`c37ff870 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000cc`c37ff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cc`c3bff718 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cc`c3bff720 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000cc`c3bffa10 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000cc`c3bffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cc`c43ff4e8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cc`c43ff4f0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000cc`c43ff7e0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000cc`c43ff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008c`b9bff818 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
0000008c`b9bff820 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
0000008c`b9bff890 00007fff`54214cb0     postgres!pg_signal_thread(
0000008c`b9bff990 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000008c`b9bff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008c`b8bfecc0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000008c`b8bfed00 00007ff6`f1c7935c     postgres!ExceptionalCondition(
0000008c`b8bfed40 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000008c`b8bfed90 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000008c`b8bfede0 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000008c`b8bff700 00007ff6`f1b2e738     postgres!PostmasterMain(
0000008c`b8bff890 00007ff6`f2125b29     postgres!main(
0000008c`b8bff8d0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000008c`b8bff920 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000008c`b8bff990 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000008c`b8fffa78 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008c`b8fffa80 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000008c`b8fffd70 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000008c`b8fffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008c`b93ff878 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008c`b93ff880 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000008c`b93ffb70 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000008c`b93ffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008c`b97ff8b8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008c`b97ff8c0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000008c`b97ffbb0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000008c`b97ffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008c`b9fff928 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008c`b9fff930 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000008c`b9fffc20 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000008c`b9fffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c1`d21ff968 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c1`d21ff970 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000c1`d21ffc60 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c1`d21ffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c1`d11feef0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c1`d11fef30 00007ff6`f1c7935c     postgres!ExceptionalCondition(
000000c1`d11fef70 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c1`d11fefc0 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000c1`d11ff010 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c1`d11ff930 00007ff6`f1b2e738     postgres!PostmasterMain(
000000c1`d11ffac0 00007ff6`f2125b29     postgres!main(
000000c1`d11ffb00 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c1`d11ffb50 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c1`d11ffbc0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c1`d15ff5d8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c1`d15ff5e0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000c1`d15ff8d0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c1`d15ff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c1`d19ffcd8 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
000000c1`d19ffce0 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
000000c1`d19ffd50 00007fff`54214cb0     postgres!pg_signal_thread(
000000c1`d19ffe50 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c1`d19ffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c1`d1dff768 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c1`d1dff770 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000c1`d1dffa60 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c1`d1dffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000049`c7bffa68 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000049`c7bffa70 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000049`c7bffd60 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000049`c7bffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000049`c67fef70 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000049`c67fefb0 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000049`c67feff0 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000049`c67ff040 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000049`c67ff090 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000049`c67ff9b0 00007ff6`f1b2e738     postgres!PostmasterMain(
00000049`c67ffb40 00007ff6`f2125b29     postgres!main(
00000049`c67ffb80 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000049`c67ffbd0 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000049`c67ffc40 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000049`c6bff708 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000049`c6bff710 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000049`c6bffa00 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000049`c6bffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000049`c6fff5d8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000049`c6fff5e0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000049`c6fff8d0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000049`c6fff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000049`c73ff8a8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000049`c73ff8b0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000049`c73ffba0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000049`c73ffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000049`c77ff908 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000049`c77ff910 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000049`c77ff980 00007fff`54214cb0     postgres!pg_signal_thread(
00000049`c77ffa80 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000049`c77ffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000081`21dff5c8 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000081`21dff5d0 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000081`21dff640 00007fff`54214cb0     postgres!pg_signal_thread(
00000081`21dff740 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000081`21dff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000081`20dff000 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000081`20dff040 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000081`20dff080 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000081`20dff0d0 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000081`20dff120 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000081`20dffa40 00007ff6`f1b2e738     postgres!PostmasterMain(
00000081`20dffbd0 00007ff6`f2125b29     postgres!main(
00000081`20dffc10 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000081`20dffc60 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000081`20dffcd0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000081`211ffa98 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000081`211ffaa0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000081`211ffd90 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000081`211ffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000081`215ff768 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000081`215ff770 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000081`215ffa60 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000081`215ffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000081`219ffbd8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000081`219ffbe0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000081`219ffed0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000081`219fff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000081`221ffbd8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000081`221ffbe0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000081`221ffed0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000081`221fff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f6`cf9ffd38 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
000000f6`cf9ffd40 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
000000f6`cf9ffdb0 00007fff`54214cb0     postgres!pg_signal_thread(
000000f6`cf9ffeb0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f6`cf9ffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f6`cedfef20 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f6`cedfef60 00007ff6`f1c7935c     postgres!ExceptionalCondition(
000000f6`cedfefa0 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f6`cedfeff0 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000f6`cedff040 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f6`cedff960 00007ff6`f1b2e738     postgres!PostmasterMain(
000000f6`cedffaf0 00007ff6`f2125b29     postgres!main(
000000f6`cedffb30 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f6`cedffb80 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f6`cedffbf0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f6`cf1ff758 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f6`cf1ff760 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000f6`cf1ffa50 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f6`cf1ffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f6`cf5ffaa8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f6`cf5ffab0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000f6`cf5ffda0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f6`cf5ffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f6`cfdffa68 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f6`cfdffa70 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000f6`cfdffd60 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f6`cfdffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000005`8a3ff708 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000005`8a3ff710 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000005`8a3ffa00 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000005`8a3ffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000005`89bfeea0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000005`89bfeee0 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000005`89bfef20 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000005`89bfef70 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000005`89bfefc0 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000005`89bff8e0 00007ff6`f1b2e738     postgres!PostmasterMain(
00000005`89bffa70 00007ff6`f2125b29     postgres!main(
00000005`89bffab0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000005`89bffb00 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000005`89bffb70 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000005`89fffb08 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000005`89fffb10 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000005`89fffe00 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000005`89fffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000005`8a7ff8f8 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000005`8a7ff900 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000005`8a7ff970 00007fff`54214cb0     postgres!pg_signal_thread(
00000005`8a7ffa70 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000005`8a7ffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000005`8abffa88 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000005`8abffa90 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000005`8abffd80 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000005`8abffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e8`fc3ffac8 00007ff6`f1c72257     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000e8`fc3ffad0 00007ff6`f1b2e6a4     postgres!SubPostmasterMain(
000000e8`fc3ffb40 00007ff6`f2125b29     postgres!main(
000000e8`fc3ffb80 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e8`fc3ffbd0 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e8`fc3ffc40 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000e8`fc3ffc70 00007fff`54214cb0     postgres!mainCRTStartup(
000000e8`fc3ffca0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e8`fc3ffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e8`fc7ff468 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e8`fc7ff470 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000e8`fc7ff760 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e8`fc7ff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e8`fcbff478 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e8`fcbff480 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000e8`fcbff770 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e8`fcbff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e7`ea3ffb08 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e7`ea3ffb10 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000e7`ea3ffe00 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e7`ea3ffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e7`eabff9c8 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
000000e7`eabff9d0 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
000000e7`eabffa40 00007fff`54214cb0     postgres!pg_signal_thread(
000000e7`eabffb40 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e7`eabffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e7`ea7ff9d8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e7`ea7ff9e0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000e7`ea7ffcd0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e7`ea7ffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e7`eafff728 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e7`eafff730 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000e7`eafffa20 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e7`eafffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e7`e9ffeb00 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e7`e9ffeb40 00007ff6`f1c7935c     postgres!ExceptionalCondition(
000000e7`e9ffeb80 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000e7`e9ffebd0 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000e7`e9ffec20 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000e7`e9fff540 00007ff6`f1b2e738     postgres!PostmasterMain(
000000e7`e9fff6d0 00007ff6`f2125b29     postgres!main(
000000e7`e9fff710 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e7`e9fff760 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e7`e9fff7d0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000089`dafffb18 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000089`dafffb20 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000089`dafffe10 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000089`dafffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000089`db7ffa88 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000089`db7ffa90 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000089`db7ffd80 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000089`db7ffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000089`da7ff110 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000089`da7ff150 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000089`da7ff190 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000089`da7ff1e0 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000089`da7ff230 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000089`da7ffb50 00007ff6`f1b2e738     postgres!PostmasterMain(
00000089`da7ffce0 00007ff6`f2125b29     postgres!main(
00000089`da7ffd20 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000089`da7ffd70 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000089`da7ffde0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000089`dabff7d8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000089`dabff7e0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000089`dabffad0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000089`dabffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000089`db3ff708 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000089`db3ff710 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000089`db3ff780 00007fff`54214cb0     postgres!pg_signal_thread(
00000089`db3ff880 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000089`db3ff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000067`0a9ff5b8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000067`0a9ff5c0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000067`0a9ff8b0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000067`0a9ff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000067`0a5ff918 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000067`0a5ff920 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000067`0a5ff990 00007fff`54214cb0     postgres!pg_signal_thread(
00000067`0a5ffa90 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000067`0a5ffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000067`099ff110 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000067`099ff150 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000067`099ff190 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000067`099ff1e0 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000067`099ff230 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000067`099ffb50 00007ff6`f1b2e738     postgres!PostmasterMain(
00000067`099ffce0 00007ff6`f2125b29     postgres!main(
00000067`099ffd20 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000067`099ffd70 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000067`099ffde0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000067`09dff718 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000067`09dff720 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000067`09dffa10 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000067`09dffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000067`0a1ff778 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000067`0a1ff780 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000067`0a1ffa70 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000067`0a1ffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000012`867fefe0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000012`867ff020 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000012`867ff060 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000012`867ff0b0 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000012`867ff100 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000012`867ffa20 00007ff6`f1b2e738     postgres!PostmasterMain(
00000012`867ffbb0 00007ff6`f2125b29     postgres!main(
00000012`867ffbf0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000012`867ffc40 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000012`867ffcb0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000012`873ffb28 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000012`873ffb30 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000012`873ffba0 00007fff`54214cb0     postgres!pg_signal_thread(
00000012`873ffca0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000012`873ffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000012`877ff998 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000012`877ff9a0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000012`877ffc90 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000012`877ffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000be`32bff190 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000be`32bff1d0 00007ff6`f1c7935c     postgres!ExceptionalCondition(
000000be`32bff210 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000be`32bff260 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000be`32bff2b0 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000be`32bffbd0 00007ff6`f1b2e738     postgres!PostmasterMain(
000000be`32bffd60 00007ff6`f2125b29     postgres!main(
000000be`32bffda0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000be`32bffdf0 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000be`32bffe60 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000be`32fff478 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000be`32fff480 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000be`32fff770 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000be`32fff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000be`333ffbb8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000be`333ffbc0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000be`333ffeb0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000be`333ffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000be`337ffab8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000be`337ffac0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000be`337ffdb0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000be`337ffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000be`33bffbc8 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
000000be`33bffbd0 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
000000be`33bffc40 00007fff`54214cb0     postgres!pg_signal_thread(
000000be`33bffd40 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000be`33bffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000be`33fff688 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000be`33fff690 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000be`33fff980 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000be`33fff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cb`d01ff6b8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cb`d01ff6c0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000cb`d01ff9b0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000cb`d01ff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cb`cf1fea40 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000cb`cf1fea80 00007ff6`f1c7935c     postgres!ExceptionalCondition(
000000cb`cf1feac0 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000cb`cf1feb10 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000cb`cf1feb60 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000cb`cf1ff480 00007ff6`f1b2e738     postgres!PostmasterMain(
000000cb`cf1ff610 00007ff6`f2125b29     postgres!main(
000000cb`cf1ff650 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000cb`cf1ff6a0 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000cb`cf1ff710 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000cb`cf5ffb48 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cb`cf5ffb50 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000cb`cf5ffe40 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000cb`cf5ffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cb`cf9ffb58 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
000000cb`cf9ffb60 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
000000cb`cf9ffbd0 00007fff`54214cb0     postgres!pg_signal_thread(
000000cb`cf9ffcd0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000cb`cf9ffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cb`cfdff7f8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cb`cfdff800 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000cb`cfdffaf0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000cb`cfdffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bf`021ff8a8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bf`021ff8b0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000bf`021ffba0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000bf`021ffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bf`015ff070 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000bf`015ff0b0 00007ff6`f1c7935c     postgres!ExceptionalCondition(
000000bf`015ff0f0 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000bf`015ff140 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000bf`015ff190 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000bf`015ffab0 00007ff6`f1b2e738     postgres!PostmasterMain(
000000bf`015ffc40 00007ff6`f2125b29     postgres!main(
000000bf`015ffc80 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000bf`015ffcd0 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000bf`015ffd40 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000bf`019ff728 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bf`019ff730 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000bf`019ffa20 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000bf`019ffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bf`01dff8e8 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
000000bf`01dff8f0 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
000000bf`01dff960 00007fff`54214cb0     postgres!pg_signal_thread(
000000bf`01dffa60 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000bf`01dffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bf`025ff548 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bf`025ff550 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000bf`025ff840 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000bf`025ff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000046`739ffac8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000046`739ffad0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000046`739ffdc0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000046`739ffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000046`735ffc08 00007ff6`f1c72257     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000046`735ffc10 00007ff6`f1b2e6a4     postgres!SubPostmasterMain(
00000046`735ffc80 00007ff6`f2125b29     postgres!main(
00000046`735ffcc0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000046`735ffd10 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000046`735ffd80 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000046`735ffdb0 00007fff`54214cb0     postgres!mainCRTStartup(
00000046`735ffde0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000046`735ffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000046`73dff858 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000046`73dff860 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000046`73dffb50 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000046`73dffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000073`943ffdb8 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000073`943ffdc0 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000073`943ffe30 00007fff`54214cb0     postgres!pg_signal_thread(
00000073`943fff30 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000073`943fff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000073`937fef10 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000073`937fef50 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000073`937fef90 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000073`937fefe0 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000073`937ff030 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000073`937ff950 00007ff6`f1b2e738     postgres!PostmasterMain(
00000073`937ffae0 00007ff6`f2125b29     postgres!main(
00000073`937ffb20 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000073`937ffb70 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000073`937ffbe0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000073`93bff7a8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000073`93bff7b0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000073`93bffaa0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000073`93bffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000073`93fff898 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000073`93fff8a0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000073`93fffb90 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000073`93fffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000073`947ff588 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000073`947ff590 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000073`947ff880 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000073`947ff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000048`a7dff608 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000048`a7dff610 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000048`a7dff900 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000048`a7dff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000048`a75ffaf8 00007ff6`f1c72257     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000048`a75ffb00 00007ff6`f1b2e6a4     postgres!SubPostmasterMain(
00000048`a75ffb70 00007ff6`f2125b29     postgres!main(
00000048`a75ffbb0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000048`a75ffc00 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000048`a75ffc70 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000048`a75ffca0 00007fff`54214cb0     postgres!mainCRTStartup(
00000048`a75ffcd0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000048`a75ffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000048`a79ff828 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000048`a79ff830 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000048`a79ffb20 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000048`a79ffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000048`a81ff928 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000048`a81ff930 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000048`a81ffc20 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000048`a81ffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000095`99bff778 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000095`99bff780 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000095`99bff7f0 00007fff`54214cb0     postgres!pg_signal_thread(
00000095`99bff8f0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000095`99bff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000095`98bfee40 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000095`98bfee80 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000095`98bfeec0 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000095`98bfef10 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000095`98bfef60 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000095`98bff880 00007ff6`f1b2e738     postgres!PostmasterMain(
00000095`98bffa10 00007ff6`f2125b29     postgres!main(
00000095`98bffa50 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000095`98bffaa0 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000095`98bffb10 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000095`98fff7f8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000095`98fff800 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000095`98fffaf0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000095`98fffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000095`993ff9a8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000095`993ff9b0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000095`993ffca0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000095`993ffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000095`997ff9d8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000095`997ff9e0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000095`997ffcd0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000095`997ffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000095`99fffa08 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000095`99fffa10 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000095`99fffd00 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000095`99fffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e8`d3dffc68 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
000000e8`d3dffc70 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
000000e8`d3dffce0 00007fff`54214cb0     postgres!pg_signal_thread(
000000e8`d3dffde0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e8`d3dffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e8`d2dff1b0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e8`d2dff1f0 00007ff6`f1c7935c     postgres!ExceptionalCondition(
000000e8`d2dff230 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000e8`d2dff280 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000e8`d2dff2d0 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000e8`d2dffbf0 00007ff6`f1b2e738     postgres!PostmasterMain(
000000e8`d2dffd80 00007ff6`f2125b29     postgres!main(
000000e8`d2dffdc0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e8`d2dffe10 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e8`d2dffe80 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000e8`d31ffb08 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e8`d31ffb10 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000e8`d31ffe00 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e8`d31ffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e8`d35ff6a8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e8`d35ff6b0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000e8`d35ff9a0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e8`d35ff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e8`d39ff838 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e8`d39ff840 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000e8`d39ffb30 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e8`d39ffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e8`d41ff518 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e8`d41ff520 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000e8`d41ff810 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e8`d41ff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000013`0fdffb68 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000013`0fdffb70 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000013`0fdffe60 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000013`0fdffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000013`0e9feef0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000013`0e9fef30 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000013`0e9fef70 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000013`0e9fefc0 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000013`0e9ff010 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000013`0e9ff930 00007ff6`f1b2e738     postgres!PostmasterMain(
00000013`0e9ffac0 00007ff6`f2125b29     postgres!main(
00000013`0e9ffb00 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000013`0e9ffb50 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000013`0e9ffbc0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000013`0edff448 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000013`0edff450 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000013`0edff740 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000013`0edff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000013`0f1ff9b8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000013`0f1ff9c0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000013`0f1ffcb0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000013`0f1ffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000013`0f5ffa38 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000013`0f5ffa40 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000013`0f5ffd30 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000013`0f5ffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000013`0f9ff988 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000013`0f9ff990 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000013`0f9ffa00 00007fff`54214cb0     postgres!pg_signal_thread(
00000013`0f9ffb00 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000013`0f9ffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d2`539ff7a8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d2`539ff7b0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000d2`539ffaa0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d2`539ffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d2`531ff578 00007ff6`f1c72257     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000d2`531ff580 00007ff6`f1b2e6a4     postgres!SubPostmasterMain(
000000d2`531ff5f0 00007ff6`f2125b29     postgres!main(
000000d2`531ff630 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d2`531ff680 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d2`531ff6f0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000d2`531ff720 00007fff`54214cb0     postgres!mainCRTStartup(
000000d2`531ff750 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d2`531ff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d2`535ffa18 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d2`535ffa20 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000d2`535ffd10 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d2`535ffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f6`5cfff8a8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f6`5cfff8b0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000f6`5cfffba0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f6`5cfffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f6`5d3ff468 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f6`5d3ff470 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000f6`5d3ff760 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f6`5d3ff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f6`5dbffb98 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f6`5dbffba0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000f6`5dbffe90 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f6`5dbffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f6`5d7ff918 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
000000f6`5d7ff920 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
000000f6`5d7ff990 00007fff`54214cb0     postgres!pg_signal_thread(
000000f6`5d7ffa90 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f6`5d7ffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f6`5c7ff0a0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f6`5c7ff0e0 00007ff6`f1c7935c     postgres!ExceptionalCondition(
000000f6`5c7ff120 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f6`5c7ff170 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000f6`5c7ff1c0 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f6`5c7ffae0 00007ff6`f1b2e738     postgres!PostmasterMain(
000000f6`5c7ffc70 00007ff6`f2125b29     postgres!main(
000000f6`5c7ffcb0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f6`5c7ffd00 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f6`5c7ffd70 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f6`5cbff9c8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f6`5cbff9d0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000f6`5cbffcc0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f6`5cbffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000062`16bffc08 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000062`16bffc10 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000062`16bfff00 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000062`16bfff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000062`167fead0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000062`167feb10 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000062`167feb50 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000062`167feba0 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000062`167febf0 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000062`167ff510 00007ff6`f1b2e738     postgres!PostmasterMain(
00000062`167ff6a0 00007ff6`f2125b29     postgres!main(
00000062`167ff6e0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000062`167ff730 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000062`167ff7a0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000062`16fff668 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000062`16fff670 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000062`16fff6e0 00007fff`54214cb0     postgres!pg_signal_thread(
00000062`16fff7e0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000062`16fff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000062`177ff708 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000062`177ff710 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000062`177ffa00 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000062`177ffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000062`173ff478 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000062`173ff480 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000062`173ff770 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000062`173ff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000065`871fed10 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000065`871fed50 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000065`871fed90 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000065`871fede0 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000065`871fee30 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000065`871ff750 00007ff6`f1b2e738     postgres!PostmasterMain(
00000065`871ff8e0 00007ff6`f2125b29     postgres!main(
00000065`871ff920 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000065`871ff970 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000065`871ff9e0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000065`875ff9c8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000065`875ff9d0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000065`875ffcc0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000065`875ffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000065`879ff908 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000065`879ff910 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000065`879ffc00 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000065`879ffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000065`87dff588 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000065`87dff590 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000065`87dff880 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000065`87dff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000065`881ffae8 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000065`881ffaf0 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000065`881ffb60 00007fff`54214cb0     postgres!pg_signal_thread(
00000065`881ffc60 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000065`881ffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000065`885ff758 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000065`885ff760 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000065`885ffa50 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000065`885ffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fe`111ffce8 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
000000fe`111ffcf0 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
000000fe`111ffd60 00007fff`54214cb0     postgres!pg_signal_thread(
000000fe`111ffe60 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000fe`111ffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fe`115ff768 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fe`115ff770 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000fe`115ffa60 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000fe`115ffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fe`101fec50 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000fe`101fec90 00007ff6`f1c7935c     postgres!ExceptionalCondition(
000000fe`101fecd0 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000fe`101fed20 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000fe`101fed70 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000fe`101ff690 00007ff6`f1b2e738     postgres!PostmasterMain(
000000fe`101ff820 00007ff6`f2125b29     postgres!main(
000000fe`101ff860 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000fe`101ff8b0 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000fe`101ff920 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000fe`105ffae8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fe`105ffaf0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000fe`105ffde0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000fe`105ffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fe`109ff468 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fe`109ff470 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000fe`109ff760 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000fe`109ff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fe`10dff5e8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fe`10dff5f0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000fe`10dff8e0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000fe`10dff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e4`7c5ff4e8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e4`7c5ff4f0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000e4`7c5ff7e0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e4`7c5ff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e4`7cdff8d8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e4`7cdff8e0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000e4`7cdffbd0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e4`7cdffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e4`7bdff120 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e4`7bdff160 00007ff6`f1c7935c     postgres!ExceptionalCondition(
000000e4`7bdff1a0 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000e4`7bdff1f0 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000e4`7bdff240 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000e4`7bdffb60 00007ff6`f1b2e738     postgres!PostmasterMain(
000000e4`7bdffcf0 00007ff6`f2125b29     postgres!main(
000000e4`7bdffd30 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e4`7bdffd80 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e4`7bdffdf0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000e4`7c1ff788 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e4`7c1ff790 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000e4`7c1ffa80 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e4`7c1ffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e4`7c9ff828 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
000000e4`7c9ff830 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
000000e4`7c9ff8a0 00007fff`54214cb0     postgres!pg_signal_thread(
000000e4`7c9ff9a0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e4`7c9ff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e2`615ffce8 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
000000e2`615ffcf0 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
000000e2`615ffd60 00007fff`54214cb0     postgres!pg_signal_thread(
000000e2`615ffe60 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e2`615ffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e2`619ffa88 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e2`619ffa90 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000e2`619ffd80 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e2`619ffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e2`609fece0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e2`609fed20 00007ff6`f1c7935c     postgres!ExceptionalCondition(
000000e2`609fed60 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000e2`609fedb0 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000e2`609fee00 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000e2`609ff720 00007ff6`f1b2e738     postgres!PostmasterMain(
000000e2`609ff8b0 00007ff6`f2125b29     postgres!main(
000000e2`609ff8f0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e2`609ff940 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e2`609ff9b0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000e2`611ffb18 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e2`611ffb20 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000e2`611ffe10 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e2`611ffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e2`60dff5b8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e2`60dff5c0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000e2`60dff8b0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e2`60dff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a1`b1bff798 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a1`b1bff7a0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000a1`b1bffa90 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a1`b1bffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a1`b23ff608 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a1`b23ff610 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000a1`b23ff900 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a1`b23ff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a1`b13fea40 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a1`b13fea80 00007ff6`f1c7935c     postgres!ExceptionalCondition(
000000a1`b13feac0 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000a1`b13feb10 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000a1`b13feb60 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a1`b13ff480 00007ff6`f1b2e738     postgres!PostmasterMain(
000000a1`b13ff610 00007ff6`f2125b29     postgres!main(
000000a1`b13ff650 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a1`b13ff6a0 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a1`b13ff710 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a1`b17ffab8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a1`b17ffac0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000a1`b17ffdb0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a1`b17ffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a1`b1fffaa8 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
000000a1`b1fffab0 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
000000a1`b1fffb20 00007fff`54214cb0     postgres!pg_signal_thread(
000000a1`b1fffc20 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a1`b1fffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d5`c25ff688 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d5`c25ff690 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000d5`c25ff980 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d5`c25ff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d5`c15feeb0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d5`c15feef0 00007ff6`f1c7935c     postgres!ExceptionalCondition(
000000d5`c15fef30 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000d5`c15fef80 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000d5`c15fefd0 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000d5`c15ff8f0 00007ff6`f1b2e738     postgres!PostmasterMain(
000000d5`c15ffa80 00007ff6`f2125b29     postgres!main(
000000d5`c15ffac0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d5`c15ffb10 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d5`c15ffb80 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000d5`c19ff558 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d5`c19ff560 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000d5`c19ff850 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d5`c19ff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d5`c1dff4e8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d5`c1dff4f0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000d5`c1dff7e0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d5`c1dff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d5`c21ffc08 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
000000d5`c21ffc10 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
000000d5`c21ffc80 00007fff`54214cb0     postgres!pg_signal_thread(
000000d5`c21ffd80 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d5`c21ffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ae`7e3ff6b8 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
000000ae`7e3ff6c0 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
000000ae`7e3ff730 00007fff`54214cb0     postgres!pg_signal_thread(
000000ae`7e3ff830 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ae`7e3ff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ae`7e7ff638 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ae`7e7ff640 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000ae`7e7ff930 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ae`7e7ff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ae`7d3feb50 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ae`7d3feb90 00007ff6`f1c7935c     postgres!ExceptionalCondition(
000000ae`7d3febd0 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ae`7d3fec20 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000ae`7d3fec70 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ae`7d3ff590 00007ff6`f1b2e738     postgres!PostmasterMain(
000000ae`7d3ff720 00007ff6`f2125b29     postgres!main(
000000ae`7d3ff760 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ae`7d3ff7b0 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ae`7d3ff820 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ae`7d7ffa18 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ae`7d7ffa20 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000ae`7d7ffd10 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ae`7d7ffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ae`7dbff478 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ae`7dbff480 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000ae`7dbff770 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ae`7dbff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ae`7dfffb88 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ae`7dfffb90 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000ae`7dfffe80 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ae`7dfffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001e`237ff4d8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001e`237ff4e0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000001e`237ff7d0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000001e`237ff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001e`23fff448 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001e`23fff450 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000001e`23fff740 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000001e`23fff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001e`22bfec10 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000001e`22bfec50 00007ff6`f1c7935c     postgres!ExceptionalCondition(
0000001e`22bfec90 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000001e`22bfece0 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000001e`22bfed30 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000001e`22bff650 00007ff6`f1b2e738     postgres!PostmasterMain(
0000001e`22bff7e0 00007ff6`f2125b29     postgres!main(
0000001e`22bff820 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000001e`22bff870 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000001e`22bff8e0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000001e`22fff718 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001e`22fff720 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000001e`22fffa10 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000001e`22fffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001e`233ff498 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001e`233ff4a0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000001e`233ff790 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000001e`233ff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001e`23bff928 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
0000001e`23bff930 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
0000001e`23bff9a0 00007fff`54214cb0     postgres!pg_signal_thread(
0000001e`23bffaa0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000001e`23bffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000025`c2fff160 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000025`c2fff1a0 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000025`c2fff1e0 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000025`c2fff230 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000025`c2fff280 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000025`c2fffba0 00007ff6`f1b2e738     postgres!PostmasterMain(
00000025`c2fffd30 00007ff6`f2125b29     postgres!main(
00000025`c2fffd70 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000025`c2fffdc0 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000025`c2fffe30 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000025`c37ffc58 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000025`c37ffc60 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000025`c37ffcd0 00007fff`54214cb0     postgres!pg_signal_thread(
00000025`c37ffdd0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000025`c37ffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000025`c3bff818 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000025`c3bff820 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000025`c3bffb10 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000025`c3bffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000025`c3fff708 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000025`c3fff710 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000025`c3fffa00 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000025`c3fffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000025`c33ff9c8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000025`c33ff9d0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000025`c33ffcc0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000025`c33ffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000f`b27feef0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000000f`b27fef30 00007ff6`f1c7935c     postgres!ExceptionalCondition(
0000000f`b27fef70 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000000f`b27fefc0 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000000f`b27ff010 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000000f`b27ff930 00007ff6`f1b2e738     postgres!PostmasterMain(
0000000f`b27ffac0 00007ff6`f2125b29     postgres!main(
0000000f`b27ffb00 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000000f`b27ffb50 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000000f`b27ffbc0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000000f`b2fffbe8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000f`b2fffbf0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000000f`b2fffee0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000000f`b2ffff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000f`b33ffd48 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
0000000f`b33ffd50 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
0000000f`b33ffdc0 00007fff`54214cb0     postgres!pg_signal_thread(
0000000f`b33ffec0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000000f`b33ffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000f`b37ff928 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000f`b37ff930 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000000f`b37ffc20 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000000f`b37ffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000f`b2bff4b8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000f`b2bff4c0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000000f`b2bff7b0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000000f`b2bff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f0`50bffa58 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f0`50bffa60 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000f0`50bffd50 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f0`50bffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f0`50fff958 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f0`50fff960 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000f0`50fffc50 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f0`50fffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f0`513ff9d8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f0`513ff9e0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000f0`513ffcd0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f0`513ffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f0`517ffd78 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
000000f0`517ffd80 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
000000f0`517ffdf0 00007fff`54214cb0     postgres!pg_signal_thread(
000000f0`517ffef0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f0`517fff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f0`507feb00 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f0`507feb40 00007ff6`f1c7935c     postgres!ExceptionalCondition(
000000f0`507feb80 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f0`507febd0 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000f0`507fec20 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f0`507ff540 00007ff6`f1b2e738     postgres!PostmasterMain(
000000f0`507ff6d0 00007ff6`f2125b29     postgres!main(
000000f0`507ff710 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f0`507ff760 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f0`507ff7d0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f0`51bff738 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f0`51bff740 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000f0`51bffa30 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f0`51bffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004b`7ebff4f8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004b`7ebff500 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000004b`7ebff7f0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000004b`7ebff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004b`7dffedd0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000004b`7dffee10 00007ff6`f1c7935c     postgres!ExceptionalCondition(
0000004b`7dffee50 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000004b`7dffeea0 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000004b`7dffeef0 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000004b`7dfff810 00007ff6`f1b2e738     postgres!PostmasterMain(
0000004b`7dfff9a0 00007ff6`f2125b29     postgres!main(
0000004b`7dfff9e0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000004b`7dfffa30 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000004b`7dfffaa0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000004b`7e3ff558 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004b`7e3ff560 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000004b`7e3ff850 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000004b`7e3ff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004b`7e7ffca8 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
0000004b`7e7ffcb0 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
0000004b`7e7ffd20 00007fff`54214cb0     postgres!pg_signal_thread(
0000004b`7e7ffe20 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000004b`7e7ffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004b`7efffaf8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004b`7efffb00 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000004b`7efffdf0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000004b`7efffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c8`4adffbb8 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
000000c8`4adffbc0 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
000000c8`4adffc30 00007fff`54214cb0     postgres!pg_signal_thread(
000000c8`4adffd30 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c8`4adffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c8`4a1ff040 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c8`4a1ff080 00007ff6`f1c7935c     postgres!ExceptionalCondition(
000000c8`4a1ff0c0 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c8`4a1ff110 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000c8`4a1ff160 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c8`4a1ffa80 00007ff6`f1b2e738     postgres!PostmasterMain(
000000c8`4a1ffc10 00007ff6`f2125b29     postgres!main(
000000c8`4a1ffc50 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c8`4a1ffca0 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c8`4a1ffd10 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c8`4a5ff8b8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c8`4a5ff8c0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000c8`4a5ffbb0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c8`4a5ffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c8`4a9ff838 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c8`4a9ff840 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000c8`4a9ffb30 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c8`4a9ffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c8`4b1ff588 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c8`4b1ff590 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000c8`4b1ff880 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c8`4b1ff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000004`27fffbf8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000004`27fffc00 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000004`27fffef0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000004`27ffff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000004`26ffecc0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000004`26ffed00 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000004`26ffed40 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000004`26ffed90 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000004`26ffede0 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000004`26fff700 00007ff6`f1b2e738     postgres!PostmasterMain(
00000004`26fff890 00007ff6`f2125b29     postgres!main(
00000004`26fff8d0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000004`26fff920 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000004`26fff990 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000004`273ffab8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000004`273ffac0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000004`273ffdb0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000004`273ffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000004`277ff558 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000004`277ff560 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000004`277ff850 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000004`277ff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000004`27bff6d8 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000004`27bff6e0 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000004`27bff750 00007fff`54214cb0     postgres!pg_signal_thread(
00000004`27bff850 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000004`27bff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000091`17dfecb0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000091`17dfecf0 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000091`17dfed30 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000091`17dfed80 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000091`17dfedd0 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000091`17dff6f0 00007ff6`f1b2e738     postgres!PostmasterMain(
00000091`17dff880 00007ff6`f2125b29     postgres!main(
00000091`17dff8c0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000091`17dff910 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000091`17dff980 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000091`181ffa88 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000091`181ffa90 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000091`181ffd80 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000091`181ffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000091`185ff698 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000091`185ff6a0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000091`185ff990 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000091`185ff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000091`189ff798 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000091`189ff7a0 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000091`189ff810 00007fff`54214cb0     postgres!pg_signal_thread(
00000091`189ff910 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000091`189ff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000091`18dffab8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000091`18dffac0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000091`18dffdb0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000091`18dffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001e`249ff5f8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001e`249ff600 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000001e`249ff8f0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000001e`249ff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001e`245ff7a8 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
0000001e`245ff7b0 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
0000001e`245ff820 00007fff`54214cb0     postgres!pg_signal_thread(
0000001e`245ff920 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000001e`245ff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001e`235fea40 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000001e`235fea80 00007ff6`f1c7935c     postgres!ExceptionalCondition(
0000001e`235feac0 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000001e`235feb10 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000001e`235feb60 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000001e`235ff480 00007ff6`f1b2e738     postgres!PostmasterMain(
0000001e`235ff610 00007ff6`f2125b29     postgres!main(
0000001e`235ff650 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000001e`235ff6a0 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000001e`235ff710 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000001e`239ff758 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001e`239ff760 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000001e`239ffa50 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000001e`239ffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001e`23dff9b8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001e`23dff9c0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000001e`23dffcb0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000001e`23dffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001e`241ff938 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001e`241ff940 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000001e`241ffc30 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000001e`241ffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bd`473ffd18 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
000000bd`473ffd20 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
000000bd`473ffd90 00007fff`54214cb0     postgres!pg_signal_thread(
000000bd`473ffe90 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000bd`473ffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bd`467fecb0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000bd`467fecf0 00007ff6`f1c7935c     postgres!ExceptionalCondition(
000000bd`467fed30 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000bd`467fed80 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000bd`467fedd0 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000bd`467ff6f0 00007ff6`f1b2e738     postgres!PostmasterMain(
000000bd`467ff880 00007ff6`f2125b29     postgres!main(
000000bd`467ff8c0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000bd`467ff910 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000bd`467ff980 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000bd`46bff758 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bd`46bff760 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000bd`46bffa50 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000bd`46bffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bd`46fffb18 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bd`46fffb20 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000bd`46fffe10 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000bd`46fffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bd`477ff458 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bd`477ff460 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000bd`477ff750 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000bd`477ff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000046`cc5ff758 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000046`cc5ff760 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000046`cc5ff7d0 00007fff`54214cb0     postgres!pg_signal_thread(
00000046`cc5ff8d0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000046`cc5ff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000046`cb9feec0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000046`cb9fef00 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000046`cb9fef40 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000046`cb9fef90 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000046`cb9fefe0 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000046`cb9ff900 00007ff6`f1b2e738     postgres!PostmasterMain(
00000046`cb9ffa90 00007ff6`f2125b29     postgres!main(
00000046`cb9ffad0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000046`cb9ffb20 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000046`cb9ffb90 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000046`cc9ff8f8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000046`cc9ff900 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000046`cc9ffbf0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000046`cc9ffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f5`93fff5f8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f5`93fff600 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000f5`93fff8f0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f5`93fff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f5`937ff100 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f5`937ff140 00007ff6`f1c7935c     postgres!ExceptionalCondition(
000000f5`937ff180 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f5`937ff1d0 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000f5`937ff220 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f5`937ffb40 00007ff6`f1b2e738     postgres!PostmasterMain(
000000f5`937ffcd0 00007ff6`f2125b29     postgres!main(
000000f5`937ffd10 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f5`937ffd60 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f5`937ffdd0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f5`93bff898 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f5`93bff8a0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000f5`93bffb90 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f5`93bffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f5`943ff738 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
000000f5`943ff740 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
000000f5`943ff7b0 00007fff`54214cb0     postgres!pg_signal_thread(
000000f5`943ff8b0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f5`943ff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f5`947ff5d8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f5`947ff5e0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000f5`947ff8d0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f5`947ff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000061`f4fff978 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000061`f4fff980 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000061`f4fffc70 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000061`f4fffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000061`f3fff000 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000061`f3fff040 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000061`f3fff080 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000061`f3fff0d0 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000061`f3fff120 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000061`f3fffa40 00007ff6`f1b2e738     postgres!PostmasterMain(
00000061`f3fffbd0 00007ff6`f2125b29     postgres!main(
00000061`f3fffc10 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000061`f3fffc60 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000061`f3fffcd0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000061`f43ff878 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000061`f43ff880 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000061`f43ffb70 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000061`f43ffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000061`f47ff928 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000061`f47ff930 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000061`f47ffc20 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000061`f47ffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000061`f4bff918 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000061`f4bff920 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000061`f4bff990 00007fff`54214cb0     postgres!pg_signal_thread(
00000061`f4bffa90 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000061`f4bffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000071`c95ff818 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000071`c95ff820 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000071`c95ff890 00007fff`54214cb0     postgres!pg_signal_thread(
00000071`c95ff990 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000071`c95ff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000071`c89feed0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000071`c89fef10 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000071`c89fef50 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000071`c89fefa0 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000071`c89feff0 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000071`c89ff910 00007ff6`f1b2e738     postgres!PostmasterMain(
00000071`c89ffaa0 00007ff6`f2125b29     postgres!main(
00000071`c89ffae0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000071`c89ffb30 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000071`c89ffba0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000071`c8dff4f8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000071`c8dff500 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000071`c8dff7f0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000071`c8dff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000071`c91ffa78 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000071`c91ffa80 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000071`c91ffd70 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000071`c91ffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000071`c99ffa08 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000071`c99ffa10 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000071`c99ffd00 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000071`c99ffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000de`017ff738 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000de`017ff740 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000de`017ffa30 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000de`017ffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000de`003feb20 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000de`003feb60 00007ff6`f1c7935c     postgres!ExceptionalCondition(
000000de`003feba0 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000de`003febf0 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000de`003fec40 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000de`003ff560 00007ff6`f1b2e738     postgres!PostmasterMain(
000000de`003ff6f0 00007ff6`f2125b29     postgres!main(
000000de`003ff730 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000de`003ff780 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000de`003ff7f0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000de`007ff908 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000de`007ff910 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000de`007ffc00 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000de`007ffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000de`00bff868 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000de`00bff870 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000de`00bffb60 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000de`00bffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000de`00fff788 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000de`00fff790 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000de`00fffa80 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000de`00fffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000de`013ff7a8 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
000000de`013ff7b0 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
000000de`013ff820 00007fff`54214cb0     postgres!pg_signal_thread(
000000de`013ff920 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000de`013ff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f1`1e1ffa38 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f1`1e1ffa40 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000f1`1e1ffd30 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f1`1e1ffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f1`1ddffb48 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
000000f1`1ddffb50 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
000000f1`1ddffbc0 00007fff`54214cb0     postgres!pg_signal_thread(
000000f1`1ddffcc0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f1`1ddffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f1`1d1ff140 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f1`1d1ff180 00007ff6`f1c7935c     postgres!ExceptionalCondition(
000000f1`1d1ff1c0 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f1`1d1ff210 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000f1`1d1ff260 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f1`1d1ffb80 00007ff6`f1b2e738     postgres!PostmasterMain(
000000f1`1d1ffd10 00007ff6`f2125b29     postgres!main(
000000f1`1d1ffd50 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f1`1d1ffda0 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f1`1d1ffe10 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f1`1d9ff9b8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f1`1d9ff9c0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000f1`1d9ffcb0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f1`1d9ffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003d`363ff010 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000003d`363ff050 00007ff6`f1c7935c     postgres!ExceptionalCondition(
0000003d`363ff090 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000003d`363ff0e0 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000003d`363ff130 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000003d`363ffa50 00007ff6`f1b2e738     postgres!PostmasterMain(
0000003d`363ffbe0 00007ff6`f2125b29     postgres!main(
0000003d`363ffc20 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000003d`363ffc70 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000003d`363ffce0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000003d`36bff738 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
0000003d`36bff740 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
0000003d`36bff7b0 00007fff`54214cb0     postgres!pg_signal_thread(
0000003d`36bff8b0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000003d`36bff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003d`36fff528 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003d`36fff530 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000003d`36fff820 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000003d`36fff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003d`367ff448 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003d`367ff450 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000003d`367ff740 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000003d`367ff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003d`373ff6e8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003d`373ff6f0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000003d`373ff9e0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000003d`373ffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005c`e45ff648 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005c`e45ff650 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000005c`e45ff940 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000005c`e45ff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005c`e3dff6f8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005c`e3dff700 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000005c`e3dff9f0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000005c`e3dffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005c`e39ffbb8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005c`e39ffbc0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000005c`e39ffeb0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000005c`e39ffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005c`e35ff8c8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005c`e35ff8d0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000005c`e35ffbc0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000005c`e35ffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005c`e31fed10 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000005c`e31fed50 00007ff6`f1c7935c     postgres!ExceptionalCondition(
0000005c`e31fed90 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000005c`e31fede0 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000005c`e31fee30 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000005c`e31ff750 00007ff6`f1b2e738     postgres!PostmasterMain(
0000005c`e31ff8e0 00007ff6`f2125b29     postgres!main(
0000005c`e31ff920 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000005c`e31ff970 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000005c`e31ff9e0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000005c`e41ffb28 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
0000005c`e41ffb30 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
0000005c`e41ffba0 00007fff`54214cb0     postgres!pg_signal_thread(
0000005c`e41ffca0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000005c`e41ffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003b`065ff5e8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003b`065ff5f0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000003b`065ff8e0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000003b`065ff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003b`059fecc0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000003b`059fed00 00007ff6`f1c7935c     postgres!ExceptionalCondition(
0000003b`059fed40 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000003b`059fed90 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000003b`059fede0 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000003b`059ff700 00007ff6`f1b2e738     postgres!PostmasterMain(
0000003b`059ff890 00007ff6`f2125b29     postgres!main(
0000003b`059ff8d0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000003b`059ff920 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000003b`059ff990 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000003b`05dff968 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003b`05dff970 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000003b`05dffc60 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000003b`05dffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003b`061ff7c8 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
0000003b`061ff7d0 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
0000003b`061ff840 00007fff`54214cb0     postgres!pg_signal_thread(
0000003b`061ff940 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000003b`061ff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003b`069ff6a8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003b`069ff6b0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000003b`069ff9a0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000003b`069ff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000099`415ff928 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000099`415ff930 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000099`415ffc20 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000099`415ffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000099`41dff658 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000099`41dff660 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000099`41dff6d0 00007fff`54214cb0     postgres!pg_signal_thread(
00000099`41dff7d0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000099`41dff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000099`421ff7b8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000099`421ff7c0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000099`421ffab0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000099`421ffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000099`411feab0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000099`411feaf0 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000099`411feb30 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000099`411feb80 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000099`411febd0 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000099`411ff4f0 00007ff6`f1b2e738     postgres!PostmasterMain(
00000099`411ff680 00007ff6`f2125b29     postgres!main(
00000099`411ff6c0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000099`411ff710 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000099`411ff780 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000099`419ff6e8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000099`419ff6f0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000099`419ff9e0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000099`419ffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c7`7c3ff678 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c7`7c3ff680 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000c7`7c3ff970 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c7`7c3ff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c7`7cbff658 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
000000c7`7cbff660 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
000000c7`7cbff6d0 00007fff`54214cb0     postgres!pg_signal_thread(
000000c7`7cbff7d0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c7`7cbff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c7`7cfff7a8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c7`7cfff7b0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000c7`7cfffaa0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c7`7cfffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c7`7bfff0d0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c7`7bfff110 00007ff6`f1c7935c     postgres!ExceptionalCondition(
000000c7`7bfff150 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c7`7bfff1a0 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000c7`7bfff1f0 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c7`7bfffb10 00007ff6`f1b2e738     postgres!PostmasterMain(
000000c7`7bfffca0 00007ff6`f2125b29     postgres!main(
000000c7`7bfffce0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c7`7bfffd30 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c7`7bfffda0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c7`7c7ff828 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c7`7c7ff830 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000c7`7c7ffb20 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c7`7c7ffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000082`ad1ff4f8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000082`ad1ff500 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000082`ad1ff7f0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000082`ad1ff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000082`ad5ffaf8 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000082`ad5ffb00 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000082`ad5ffb70 00007fff`54214cb0     postgres!pg_signal_thread(
00000082`ad5ffc70 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000082`ad5ffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000082`ad9ff5f8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000082`ad9ff600 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000082`ad9ff8f0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000082`ad9ff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000082`acdfea90 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000082`acdfead0 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000082`acdfeb10 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000082`acdfeb60 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000082`acdfebb0 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000082`acdff4d0 00007ff6`f1b2e738     postgres!PostmasterMain(
00000082`acdff660 00007ff6`f2125b29     postgres!main(
00000082`acdff6a0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000082`acdff6f0 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000082`acdff760 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000082`addff728 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000082`addff730 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000082`addffa20 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000082`addffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001d`697ffbb8 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
0000001d`697ffbc0 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
0000001d`697ffc30 00007fff`54214cb0     postgres!pg_signal_thread(
0000001d`697ffd30 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000001d`697ffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001d`687fef90 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000001d`687fefd0 00007ff6`f1c7935c     postgres!ExceptionalCondition(
0000001d`687ff010 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000001d`687ff060 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000001d`687ff0b0 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000001d`687ff9d0 00007ff6`f1b2e738     postgres!PostmasterMain(
0000001d`687ffb60 00007ff6`f2125b29     postgres!main(
0000001d`687ffba0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000001d`687ffbf0 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000001d`687ffc60 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000001d`68bff4f8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001d`68bff500 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000001d`68bff7f0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000001d`68bff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001d`68fff958 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001d`68fff960 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000001d`68fffc50 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000001d`68fffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001d`693ff638 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001d`693ff640 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000001d`693ff930 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000001d`693ff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001d`69bff478 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001d`69bff480 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000001d`69bff770 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000001d`69bff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009f`bc3ff478 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009f`bc3ff480 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000009f`bc3ff770 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000009f`bc3ff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009f`bb3feb60 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000009f`bb3feba0 00007ff6`f1c7935c     postgres!ExceptionalCondition(
0000009f`bb3febe0 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000009f`bb3fec30 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000009f`bb3fec80 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000009f`bb3ff5a0 00007ff6`f1b2e738     postgres!PostmasterMain(
0000009f`bb3ff730 00007ff6`f2125b29     postgres!main(
0000009f`bb3ff770 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000009f`bb3ff7c0 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000009f`bb3ff830 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000009f`bb7ff6e8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009f`bb7ff6f0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000009f`bb7ff9e0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000009f`bb7ffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009f`bbbff648 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
0000009f`bbbff650 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
0000009f`bbbff6c0 00007fff`54214cb0     postgres!pg_signal_thread(
0000009f`bbbff7c0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000009f`bbbff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009f`bbfffa98 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009f`bbfffaa0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000009f`bbfffd90 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000009f`bbfffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000034`addff928 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000034`addff930 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000034`addffc20 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000034`addffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000034`ae5ffbb8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000034`ae5ffbc0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000034`ae5ffeb0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000034`ae5ffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000034`ae1ff838 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000034`ae1ff840 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000034`ae1ff8b0 00007fff`54214cb0     postgres!pg_signal_thread(
00000034`ae1ff9b0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000034`ae1ff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000034`ad1fee20 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000034`ad1fee60 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000034`ad1feea0 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000034`ad1feef0 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000034`ad1fef40 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000034`ad1ff860 00007ff6`f1b2e738     postgres!PostmasterMain(
00000034`ad1ff9f0 00007ff6`f2125b29     postgres!main(
00000034`ad1ffa30 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000034`ad1ffa80 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000034`ad1ffaf0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000034`ad5ff5b8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000034`ad5ff5c0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000034`ad5ff8b0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000034`ad5ff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000034`ad9ff818 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000034`ad9ff820 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000034`ad9ffb10 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000034`ad9ffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e4`375ff458 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e4`375ff460 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000e4`375ff750 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e4`375ff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e4`369ff5f8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e4`369ff600 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000e4`369ff8f0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e4`369ff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e4`36dffcc8 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
000000e4`36dffcd0 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
000000e4`36dffd40 00007fff`54214cb0     postgres!pg_signal_thread(
000000e4`36dffe40 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e4`36dffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e4`371ffa68 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e4`371ffa70 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000e4`371ffd60 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e4`371ffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e4`365feb70 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e4`365febb0 00007ff6`f1c7935c     postgres!ExceptionalCondition(
000000e4`365febf0 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000e4`365fec40 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000e4`365fec90 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000e4`365ff5b0 00007ff6`f1b2e738     postgres!PostmasterMain(
000000e4`365ff740 00007ff6`f2125b29     postgres!main(
000000e4`365ff780 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e4`365ff7d0 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e4`365ff840 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000065`7dfffb88 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000065`7dfffb90 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000065`7dfffe80 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000065`7dfffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000065`7dbff8f8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000065`7dbff900 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000065`7dbffbf0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000065`7dbffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000065`7d7ffd18 00007ff6`f1c72257     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000065`7d7ffd20 00007ff6`f1b2e6a4     postgres!SubPostmasterMain(
00000065`7d7ffd90 00007ff6`f2125b29     postgres!main(
00000065`7d7ffdd0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000065`7d7ffe20 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000065`7d7ffe90 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000065`7d7ffec0 00007fff`54214cb0     postgres!mainCRTStartup(
00000065`7d7ffef0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000065`7d7fff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008f`335ff5e8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008f`335ff5f0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000008f`335ff8e0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000008f`335ff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008f`33dff858 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008f`33dff860 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000008f`33dffb50 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000008f`33dffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008f`331ff838 00007ff6`f1c72257     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
0000008f`331ff840 00007ff6`f1b2e6a4     postgres!SubPostmasterMain(
0000008f`331ff8b0 00007ff6`f2125b29     postgres!main(
0000008f`331ff8f0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000008f`331ff940 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000008f`331ff9b0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
0000008f`331ff9e0 00007fff`54214cb0     postgres!mainCRTStartup(
0000008f`331ffa10 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000008f`331ffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008f`339ff808 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008f`339ff810 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000008f`339ffb00 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000008f`339ffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000aa`d97ff4a8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000aa`d97ff4b0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000aa`d97ff7a0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000aa`d97ff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000aa`d9fffa68 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000aa`d9fffa70 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000aa`d9fffd60 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000aa`d9fffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000aa`d8ffeda0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000aa`d8ffede0 00007ff6`f1c7935c     postgres!ExceptionalCondition(
000000aa`d8ffee20 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000aa`d8ffee70 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000aa`d8ffeec0 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000aa`d8fff7e0 00007ff6`f1b2e738     postgres!PostmasterMain(
000000aa`d8fff970 00007ff6`f2125b29     postgres!main(
000000aa`d8fff9b0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000aa`d8fffa00 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000aa`d8fffa70 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000aa`d93ff878 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000aa`d93ff880 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000aa`d93ffb70 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000aa`d93ffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000aa`d9bff888 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
000000aa`d9bff890 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
000000aa`d9bff900 00007fff`54214cb0     postgres!pg_signal_thread(
000000aa`d9bffa00 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000aa`d9bffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000022`d81ff688 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000022`d81ff690 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000022`d81ff700 00007fff`54214cb0     postgres!pg_signal_thread(
00000022`d81ff800 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000022`d81ff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000022`d89ffc18 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000022`d89ffc20 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000022`d89fff10 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000022`d89fff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000022`d79fec90 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000022`d79fecd0 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000022`d79fed10 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000022`d79fed60 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000022`d79fedb0 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000022`d79ff6d0 00007ff6`f1b2e738     postgres!PostmasterMain(
00000022`d79ff860 00007ff6`f2125b29     postgres!main(
00000022`d79ff8a0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000022`d79ff8f0 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000022`d79ff960 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000022`d7dff898 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000022`d7dff8a0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000022`d7dffb90 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000022`d7dffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000022`d85ffad8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000022`d85ffae0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000022`d85ffdd0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000022`d85ffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007c`da3ff658 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
0000007c`da3ff660 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
0000007c`da3ff6d0 00007fff`54214cb0     postgres!pg_signal_thread(
0000007c`da3ff7d0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000007c`da3ff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007c`d97ff090 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000007c`d97ff0d0 00007ff6`f1c7935c     postgres!ExceptionalCondition(
0000007c`d97ff110 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000007c`d97ff160 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000007c`d97ff1b0 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000007c`d97ffad0 00007ff6`f1b2e738     postgres!PostmasterMain(
0000007c`d97ffc60 00007ff6`f2125b29     postgres!main(
0000007c`d97ffca0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000007c`d97ffcf0 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000007c`d97ffd60 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000007c`d9bffa48 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007c`d9bffa50 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000007c`d9bffd40 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000007c`d9bffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007c`d9fff968 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007c`d9fff970 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000007c`d9fffc60 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000007c`d9fffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007c`da7ff718 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007c`da7ff720 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000007c`da7ffa10 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000007c`da7ffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000016`b9fffd88 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000016`b9fffd90 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000016`b9fffe00 00007fff`54214cb0     postgres!pg_signal_thread(
00000016`b9ffff00 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000016`b9ffff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000016`b93ff1e0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000016`b93ff220 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000016`b93ff260 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000016`b93ff2b0 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000016`b93ff300 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000016`b93ffc20 00007ff6`f1b2e738     postgres!PostmasterMain(
00000016`b93ffdb0 00007ff6`f2125b29     postgres!main(
00000016`b93ffdf0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000016`b93ffe40 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000016`b93ffeb0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000016`b97ff588 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000016`b97ff590 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000016`b97ff880 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000016`b97ff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000016`b9bffb98 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000016`b9bffba0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000016`b9bffe90 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000016`b9bffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000016`ba3ff598 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000016`ba3ff5a0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000016`ba3ff890 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000016`ba3ff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000070`679ff768 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000070`679ff770 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000070`679ffa60 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000070`679ffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000070`66dfeca0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000070`66dfece0 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000070`66dfed20 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000070`66dfed70 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000070`66dfedc0 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000070`66dff6e0 00007ff6`f1b2e738     postgres!PostmasterMain(
00000070`66dff870 00007ff6`f2125b29     postgres!main(
00000070`66dff8b0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000070`66dff900 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000070`66dff970 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000070`671ff878 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000070`671ff880 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000070`671ffb70 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000070`671ffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000070`675ff978 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000070`675ff980 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000070`675ff9f0 00007fff`54214cb0     postgres!pg_signal_thread(
00000070`675ffaf0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000070`675ffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000070`67dffc18 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000070`67dffc20 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000070`67dfff10 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000070`67dfff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000072`819ffc28 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000072`819ffc30 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000072`819fff20 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000072`819fff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000072`805fefb0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000072`805feff0 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000072`805ff030 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000072`805ff080 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000072`805ff0d0 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000072`805ff9f0 00007ff6`f1b2e738     postgres!PostmasterMain(
00000072`805ffb80 00007ff6`f2125b29     postgres!main(
00000072`805ffbc0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000072`805ffc10 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000072`805ffc80 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000072`809ff6d8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000072`809ff6e0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000072`809ff9d0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000072`809ffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000072`80dff9c8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000072`80dff9d0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000072`80dffcc0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000072`80dffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000072`811ffa98 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000072`811ffaa0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000072`811ffd90 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000072`811ffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000072`815ff758 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000072`815ff760 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000072`815ff7d0 00007fff`54214cb0     postgres!pg_signal_thread(
00000072`815ff8d0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000072`815ff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000018`2a1ffb18 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000018`2a1ffb20 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000018`2a1ffb90 00007fff`54214cb0     postgres!pg_signal_thread(
00000018`2a1ffc90 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000018`2a1ffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000018`295ff0d0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000018`295ff110 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000018`295ff150 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000018`295ff1a0 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000018`295ff1f0 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000018`295ffb10 00007ff6`f1b2e738     postgres!PostmasterMain(
00000018`295ffca0 00007ff6`f2125b29     postgres!main(
00000018`295ffce0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000018`295ffd30 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000018`295ffda0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000018`299ff778 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000018`299ff780 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000018`299ffa70 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000018`299ffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000018`29dff8e8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000018`29dff8f0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000018`29dffbe0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000018`29dffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000018`2a5ff9e8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000018`2a5ff9f0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000018`2a5ffce0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000018`2a5ffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000073`9c7ffd68 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000073`9c7ffd70 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000073`9c7ffde0 00007fff`54214cb0     postgres!pg_signal_thread(
00000073`9c7ffee0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000073`9c7fff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000073`9bbfea90 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000073`9bbfead0 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000073`9bbfeb10 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000073`9bbfeb60 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000073`9bbfebb0 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000073`9bbff4d0 00007ff6`f1b2e738     postgres!PostmasterMain(
00000073`9bbff660 00007ff6`f2125b29     postgres!main(
00000073`9bbff6a0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000073`9bbff6f0 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000073`9bbff760 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000073`9bfffa58 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000073`9bfffa60 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000073`9bfffd50 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000073`9bfffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000073`9c3ff478 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000073`9c3ff480 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000073`9c3ff770 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000073`9c3ff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000073`9cbffb48 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000073`9cbffb50 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000073`9cbffe40 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000073`9cbffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004d`da5ff638 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
0000004d`da5ff640 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
0000004d`da5ff6b0 00007fff`54214cb0     postgres!pg_signal_thread(
0000004d`da5ff7b0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000004d`da5ff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004d`d99ff0d0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000004d`d99ff110 00007ff6`f1c7935c     postgres!ExceptionalCondition(
0000004d`d99ff150 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000004d`d99ff1a0 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000004d`d99ff1f0 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000004d`d99ffb10 00007ff6`f1b2e738     postgres!PostmasterMain(
0000004d`d99ffca0 00007ff6`f2125b29     postgres!main(
0000004d`d99ffce0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000004d`d99ffd30 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000004d`d99ffda0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000004d`d9dff928 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004d`d9dff930 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000004d`d9dffc20 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000004d`d9dffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004d`da1ff4a8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004d`da1ff4b0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000004d`da1ff7a0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000004d`da1ff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004d`da9ff638 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004d`da9ff640 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000004d`da9ff930 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000004d`da9ff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d7`ec5ff998 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
000000d7`ec5ff9a0 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
000000d7`ec5ffa10 00007fff`54214cb0     postgres!pg_signal_thread(
000000d7`ec5ffb10 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d7`ec5ffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d7`eb9fecd0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d7`eb9fed10 00007ff6`f1c7935c     postgres!ExceptionalCondition(
000000d7`eb9fed50 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000d7`eb9feda0 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000d7`eb9fedf0 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000d7`eb9ff710 00007ff6`f1b2e738     postgres!PostmasterMain(
000000d7`eb9ff8a0 00007ff6`f2125b29     postgres!main(
000000d7`eb9ff8e0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d7`eb9ff930 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d7`eb9ff9a0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000d7`ebdff4f8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d7`ebdff500 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000d7`ebdff7f0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d7`ebdff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d7`ec1ff8d8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d7`ec1ff8e0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000d7`ec1ffbd0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d7`ec1ffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d7`ec9ff938 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d7`ec9ff940 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000d7`ec9ffc30 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d7`ec9ffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000a`01bff5f8 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
0000000a`01bff600 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
0000000a`01bff670 00007fff`54214cb0     postgres!pg_signal_thread(
0000000a`01bff770 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000000a`01bff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000a`00fff1e0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000000a`00fff220 00007ff6`f1c7935c     postgres!ExceptionalCondition(
0000000a`00fff260 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000000a`00fff2b0 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000000a`00fff300 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000000a`00fffc20 00007ff6`f1b2e738     postgres!PostmasterMain(
0000000a`00fffdb0 00007ff6`f2125b29     postgres!main(
0000000a`00fffdf0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000000a`00fffe40 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000000a`00fffeb0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000000a`013ff758 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000a`013ff760 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000000a`013ffa50 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000000a`013ffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000a`017ff9f8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000a`017ffa00 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000000a`017ffcf0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000000a`017ffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000a`01fff7a8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000a`01fff7b0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000000a`01fffaa0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000000a`01fffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006c`92fff7e8 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
0000006c`92fff7f0 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
0000006c`92fff860 00007fff`54214cb0     postgres!pg_signal_thread(
0000006c`92fff960 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000006c`92fff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006c`923ff100 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000006c`923ff140 00007ff6`f1c7935c     postgres!ExceptionalCondition(
0000006c`923ff180 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000006c`923ff1d0 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000006c`923ff220 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000006c`923ffb40 00007ff6`f1b2e738     postgres!PostmasterMain(
0000006c`923ffcd0 00007ff6`f2125b29     postgres!main(
0000006c`923ffd10 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000006c`923ffd60 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000006c`923ffdd0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000006c`927ff708 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006c`927ff710 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000006c`927ffa00 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000006c`927ffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006c`92bff768 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006c`92bff770 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000006c`92bffa60 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000006c`92bffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006c`933ff458 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006c`933ff460 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000006c`933ff750 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000006c`933ff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000030`bffff6f8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000030`bffff700 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000030`bffff9f0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000030`bffffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000030`bfbfefd0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000030`bfbff010 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000030`bfbff050 00007ff6`f1c784c8     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000030`bfbff0a0 00007ff6`f1c79985     postgres!process_pm_child_exit(void)+0x748 [c:\cirrus\src\backend\postmaster\pos...
00000030`bfbff100 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000030`bfbffa20 00007ff6`f1b2e738     postgres!PostmasterMain(
00000030`bfbffbb0 00007ff6`f2125b29     postgres!main(
00000030`bfbffbf0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000030`bfbffc40 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000030`bfbffcb0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000030`c03ff7a8 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000030`c03ff7b0 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000030`c03ff820 00007fff`54214cb0     postgres!pg_signal_thread(
00000030`c03ff920 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000030`c03ff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000030`c07ffa48 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000030`c07ffa50 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000030`c07ffd40 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000030`c07ffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000030`c0bff8e8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000030`c0bff8f0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000030`c0bffbe0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000030`c0bffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000082`e3bffaf8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000082`e3bffb00 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000082`e3bffdf0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000082`e3bffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000082`e3fff988 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000082`e3fff990 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000082`e3fffc80 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000082`e3fffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000082`e2ffed10 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000082`e2ffed50 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000082`e2ffed90 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000082`e2ffede0 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000082`e2ffee30 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000082`e2fff750 00007ff6`f1b2e738     postgres!PostmasterMain(
00000082`e2fff8e0 00007ff6`f2125b29     postgres!main(
00000082`e2fff920 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000082`e2fff970 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000082`e2fff9e0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000082`e33ff738 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000082`e33ff740 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000082`e33ffa30 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000082`e33ffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000082`e37ffaa8 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000082`e37ffab0 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000082`e37ffb20 00007fff`54214cb0     postgres!pg_signal_thread(
00000082`e37ffc20 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000082`e37ffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000021`b43fef10 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000021`b43fef50 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000021`b43fef90 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000021`b43fefe0 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000021`b43ff030 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000021`b43ff950 00007ff6`f1b2e738     postgres!PostmasterMain(
00000021`b43ffae0 00007ff6`f2125b29     postgres!main(
00000021`b43ffb20 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000021`b43ffb70 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000021`b43ffbe0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000021`b57ffb48 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000021`b57ffb50 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000021`b57ffe40 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000021`b57ffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000021`b53ffa98 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000021`b53ffaa0 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000021`b53ffb10 00007fff`54214cb0     postgres!pg_signal_thread(
00000021`b53ffc10 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000021`b53ffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000004`505ff878 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000004`505ff880 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000004`505ffb70 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000004`505ffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000004`4f9feef0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000004`4f9fef30 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000004`4f9fef70 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000004`4f9fefc0 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000004`4f9ff010 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000004`4f9ff930 00007ff6`f1b2e738     postgres!PostmasterMain(
00000004`4f9ffac0 00007ff6`f2125b29     postgres!main(
00000004`4f9ffb00 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000004`4f9ffb50 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000004`4f9ffbc0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000004`4fdff7e8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000004`4fdff7f0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000004`4fdffae0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000004`4fdffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000004`501ff778 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000004`501ff780 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000004`501ff7f0 00007fff`54214cb0     postgres!pg_signal_thread(
00000004`501ff8f0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000004`501ff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000004`509ffa08 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000004`509ffa10 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000004`509ffd00 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000004`509ffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d9`0a9ffc08 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
000000d9`0a9ffc10 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
000000d9`0a9ffc80 00007fff`54214cb0     postgres!pg_signal_thread(
000000d9`0a9ffd80 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d9`0a9ffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d9`09dfeb40 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d9`09dfeb80 00007ff6`f1c7935c     postgres!ExceptionalCondition(
000000d9`09dfebc0 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000d9`09dfec10 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000d9`09dfec60 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000d9`09dff580 00007ff6`f1b2e738     postgres!PostmasterMain(
000000d9`09dff710 00007ff6`f2125b29     postgres!main(
000000d9`09dff750 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d9`09dff7a0 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d9`09dff810 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000d9`0a1ff5f8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d9`0a1ff600 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000d9`0a1ff8f0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d9`0a1ff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d9`0a5ff558 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d9`0a5ff560 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000d9`0a5ff850 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d9`0a5ff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d9`0adff468 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d9`0adff470 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000d9`0adff760 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d9`0adff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000013`3d3ff988 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000013`3d3ff990 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000013`3d3ffa00 00007fff`54214cb0     postgres!pg_signal_thread(
00000013`3d3ffb00 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000013`3d3ffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000013`3c3fec50 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000013`3c3fec90 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000013`3c3fecd0 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000013`3c3fed20 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000013`3c3fed70 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000013`3c3ff690 00007ff6`f1b2e738     postgres!PostmasterMain(
00000013`3c3ff820 00007ff6`f2125b29     postgres!main(
00000013`3c3ff860 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000013`3c3ff8b0 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000013`3c3ff920 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000013`3c7ffa48 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000013`3c7ffa50 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000013`3c7ffd40 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000013`3c7ffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000013`3cbff798 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000013`3cbff7a0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000013`3cbffa90 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000013`3cbffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000013`3cfff9c8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000013`3cfff9d0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000013`3cfffcc0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000013`3cfffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000013`3d7ffb58 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000013`3d7ffb60 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000013`3d7ffe50 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000013`3d7ffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006f`8e9ff858 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
0000006f`8e9ff860 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
0000006f`8e9ff8d0 00007fff`54214cb0     postgres!pg_signal_thread(
0000006f`8e9ff9d0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000006f`8e9ffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006f`8ddff1e0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000006f`8ddff220 00007ff6`f1c7935c     postgres!ExceptionalCondition(
0000006f`8ddff260 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000006f`8ddff2b0 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000006f`8ddff300 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000006f`8ddffc20 00007ff6`f1b2e738     postgres!PostmasterMain(
0000006f`8ddffdb0 00007ff6`f2125b29     postgres!main(
0000006f`8ddffdf0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000006f`8ddffe40 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000006f`8ddffeb0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000006f`8e1ffb28 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006f`8e1ffb30 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000006f`8e1ffe20 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000006f`8e1ffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006f`8e5ff8c8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006f`8e5ff8d0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000006f`8e5ffbc0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000006f`8e5ffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006f`8edff468 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006f`8edff470 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000006f`8edff760 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000006f`8edff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000eb`99dff5a8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000eb`99dff5b0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000eb`99dff8a0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000eb`99dff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000eb`989feb60 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000eb`989feba0 00007ff6`f1c7935c     postgres!ExceptionalCondition(
000000eb`989febe0 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000eb`989fec30 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000eb`989fec80 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000eb`989ff5a0 00007ff6`f1b2e738     postgres!PostmasterMain(
000000eb`989ff730 00007ff6`f2125b29     postgres!main(
000000eb`989ff770 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000eb`989ff7c0 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000eb`989ff830 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000eb`98dff598 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000eb`98dff5a0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000eb`98dff890 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000eb`98dff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000eb`991ff6a8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000eb`991ff6b0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000eb`991ff9a0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000eb`991ff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000eb`995ffc38 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000eb`995ffc40 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000eb`995fff30 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000eb`995fff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000eb`999ffd48 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
000000eb`999ffd50 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
000000eb`999ffdc0 00007fff`54214cb0     postgres!pg_signal_thread(
000000eb`999ffec0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000eb`999ffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f7`e01ff768 00007ff6`f1c72257     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000f7`e01ff770 00007ff6`f1b2e6a4     postgres!SubPostmasterMain(
000000f7`e01ff7e0 00007ff6`f2125b29     postgres!main(
000000f7`e01ff820 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f7`e01ff870 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f7`e01ff8e0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000f7`e01ff910 00007fff`54214cb0     postgres!mainCRTStartup(
000000f7`e01ff940 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f7`e01ff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f7`e05ff5d8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f7`e05ff5e0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000f7`e05ff8d0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f7`e05ff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f7`e09ff7c8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f7`e09ff7d0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000f7`e09ffac0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f7`e09ffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000041`775ff908 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000041`775ff910 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000041`775ffc00 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000041`775ffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000041`765ff190 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000041`765ff1d0 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000041`765ff210 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000041`765ff260 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000041`765ff2b0 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000041`765ffbd0 00007ff6`f1b2e738     postgres!PostmasterMain(
00000041`765ffd60 00007ff6`f2125b29     postgres!main(
00000041`765ffda0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000041`765ffdf0 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000041`765ffe60 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000041`769ff508 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000041`769ff510 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000041`769ff800 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000041`769ff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000041`76dffd18 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000041`76dffd20 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000041`76dffd90 00007fff`54214cb0     postgres!pg_signal_thread(
00000041`76dffe90 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000041`76dffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000041`771ff468 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000041`771ff470 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000041`771ff760 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000041`771ff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ab`975ffbd8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ab`975ffbe0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000ab`975ffed0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ab`975fff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ab`971ff678 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
000000ab`971ff680 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
000000ab`971ff6f0 00007fff`54214cb0     postgres!pg_signal_thread(
000000ab`971ff7f0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ab`971ff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ab`979ff9c8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ab`979ff9d0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000ab`979ffcc0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ab`979ffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ab`969fee30 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ab`969fee70 00007ff6`f1c7935c     postgres!ExceptionalCondition(
000000ab`969feeb0 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ab`969fef00 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000ab`969fef50 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ab`969ff870 00007ff6`f1b2e738     postgres!PostmasterMain(
000000ab`969ffa00 00007ff6`f2125b29     postgres!main(
000000ab`969ffa40 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ab`969ffa90 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ab`969ffb00 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f5`fe3ff4f8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f5`fe3ff500 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000f5`fe3ff7f0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f5`fe3ff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f5`fdfff8a8 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
000000f5`fdfff8b0 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
000000f5`fdfff920 00007fff`54214cb0     postgres!pg_signal_thread(
000000f5`fdfffa20 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f5`fdfffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f5`fd3ff0b0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f5`fd3ff0f0 00007ff6`f1c7935c     postgres!ExceptionalCondition(
000000f5`fd3ff130 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f5`fd3ff180 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000f5`fd3ff1d0 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f5`fd3ffaf0 00007ff6`f1b2e738     postgres!PostmasterMain(
000000f5`fd3ffc80 00007ff6`f2125b29     postgres!main(
000000f5`fd3ffcc0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f5`fd3ffd10 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f5`fd3ffd80 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f5`fd7ff778 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f5`fd7ff780 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000f5`fd7ffa70 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f5`fd7ffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f5`fdbffa68 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f5`fdbffa70 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000f5`fdbffd60 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f5`fdbffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c8`497ffa98 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
000000c8`497ffaa0 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
000000c8`497ffb10 00007fff`54214cb0     postgres!pg_signal_thread(
000000c8`497ffc10 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c8`497ffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c8`49fffbf8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c8`49fffc00 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000c8`49fffef0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c8`49ffff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c8`48fff180 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c8`48fff1c0 00007ff6`f1c7935c     postgres!ExceptionalCondition(
000000c8`48fff200 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c8`48fff250 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000c8`48fff2a0 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c8`48fffbc0 00007ff6`f1b2e738     postgres!PostmasterMain(
000000c8`48fffd50 00007ff6`f2125b29     postgres!main(
000000c8`48fffd90 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c8`48fffde0 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c8`48fffe50 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c8`493ffb28 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c8`493ffb30 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000c8`493ffe20 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c8`493ffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c8`49bffb18 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c8`49bffb20 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000c8`49bffe10 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c8`49bffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bb`cb3ffa68 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bb`cb3ffa70 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000bb`cb3ffd60 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000bb`cb3ffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bb`ca3fefb0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000bb`ca3feff0 00007ff6`f1c7935c     postgres!ExceptionalCondition(
000000bb`ca3ff030 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000bb`ca3ff080 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000bb`ca3ff0d0 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000bb`ca3ff9f0 00007ff6`f1b2e738     postgres!PostmasterMain(
000000bb`ca3ffb80 00007ff6`f2125b29     postgres!main(
000000bb`ca3ffbc0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000bb`ca3ffc10 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000bb`ca3ffc80 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000bb`cabff878 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
000000bb`cabff880 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
000000bb`cabff8f0 00007fff`54214cb0     postgres!pg_signal_thread(
000000bb`cabff9f0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000bb`cabffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e0`2f5ffbe8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e0`2f5ffbf0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000e0`2f5ffee0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e0`2f5fff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e0`2f1feb70 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e0`2f1febb0 00007ff6`f1c7935c     postgres!ExceptionalCondition(
000000e0`2f1febf0 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000e0`2f1fec40 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000e0`2f1fec90 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000e0`2f1ff5b0 00007ff6`f1b2e738     postgres!PostmasterMain(
000000e0`2f1ff740 00007ff6`f2125b29     postgres!main(
000000e0`2f1ff780 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e0`2f1ff7d0 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e0`2f1ff840 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000e0`305ff4a8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e0`305ff4b0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000e0`305ff7a0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e0`305ff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e0`301ff858 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
000000e0`301ff860 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
000000e0`301ff8d0 00007fff`54214cb0     postgres!pg_signal_thread(
000000e0`301ff9d0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e0`301ffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e0`2fdff668 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e0`2fdff670 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000e0`2fdff960 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e0`2fdff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e0`2f9ffa08 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e0`2f9ffa10 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000e0`2f9ffd00 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e0`2f9ffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000065`eb9feb00 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000065`eb9feb40 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000065`eb9feb80 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000065`eb9febd0 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000065`eb9fec20 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000065`eb9ff540 00007ff6`f1b2e738     postgres!PostmasterMain(
00000065`eb9ff6d0 00007ff6`f2125b29     postgres!main(
00000065`eb9ff710 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000065`eb9ff760 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000065`eb9ff7d0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000065`ec9ffc28 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000065`ec9ffc30 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000065`ec9fff20 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000065`ec9fff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000065`ec5ffaa8 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000065`ec5ffab0 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000065`ec5ffb20 00007fff`54214cb0     postgres!pg_signal_thread(
00000065`ec5ffc20 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000065`ec5ffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000065`ec1ffa68 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000065`ec1ffa70 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000065`ec1ffd60 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000065`ec1ffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000065`ebdff8c8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000065`ebdff8d0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000065`ebdffbc0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000065`ebdffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009b`a9dfeae0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000009b`a9dfeb20 00007ff6`f1c7935c     postgres!ExceptionalCondition(
0000009b`a9dfeb60 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000009b`a9dfebb0 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000009b`a9dfec00 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000009b`a9dff520 00007ff6`f1b2e738     postgres!PostmasterMain(
0000009b`a9dff6b0 00007ff6`f2125b29     postgres!main(
0000009b`a9dff6f0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000009b`a9dff740 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000009b`a9dff7b0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000009b`aadff468 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009b`aadff470 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000009b`aadff760 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000009b`aadff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009b`aa9ff6c8 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
0000009b`aa9ff6d0 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
0000009b`aa9ff740 00007fff`54214cb0     postgres!pg_signal_thread(
0000009b`aa9ff840 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000009b`aa9ff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009b`aa1ffa38 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009b`aa1ffa40 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000009b`aa1ffd30 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000009b`aa1ffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009b`aa5ff638 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009b`aa5ff640 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000009b`aa5ff930 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000009b`aa5ff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c6`e4dff878 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c6`e4dff880 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000c6`e4dffb70 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c6`e4dffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c6`e41ffa28 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c6`e41ffa30 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000c6`e41ffd20 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c6`e41ffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c6`e49ff808 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
000000c6`e49ff810 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
000000c6`e49ff880 00007fff`54214cb0     postgres!pg_signal_thread(
000000c6`e49ff980 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c6`e49ff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c6`e3dff170 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c6`e3dff1b0 00007ff6`f1c7935c     postgres!ExceptionalCondition(
000000c6`e3dff1f0 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c6`e3dff240 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000c6`e3dff290 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c6`e3dffbb0 00007ff6`f1b2e738     postgres!PostmasterMain(
000000c6`e3dffd40 00007ff6`f2125b29     postgres!main(
000000c6`e3dffd80 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c6`e3dffdd0 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c6`e3dffe40 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c6`e45ff4c8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c6`e45ff4d0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000c6`e45ff7c0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c6`e45ff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000047`fc7fea60 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000047`fc7feaa0 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000047`fc7feae0 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000047`fc7feb30 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000047`fc7feb80 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000047`fc7ff4a0 00007ff6`f1b2e738     postgres!PostmasterMain(
00000047`fc7ff630 00007ff6`f2125b29     postgres!main(
00000047`fc7ff670 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000047`fc7ff6c0 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000047`fc7ff730 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000047`fcfff758 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000047`fcfff760 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000047`fcfff7d0 00007fff`54214cb0     postgres!pg_signal_thread(
00000047`fcfff8d0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000047`fcfff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000047`fd3ff628 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000047`fd3ff630 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000047`fd3ff920 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000047`fd3ff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000047`fd7ffc18 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000047`fd7ffc20 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000047`fd7fff10 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000047`fd7fff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000047`fcbff458 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000047`fcbff460 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000047`fcbff750 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000047`fcbff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000021`9cbffd08 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000021`9cbffd10 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000021`9cbffd80 00007fff`54214cb0     postgres!pg_signal_thread(
00000021`9cbffe80 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000021`9cbffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000021`9c7ffba8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000021`9c7ffbb0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000021`9c7ffea0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000021`9c7ffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000021`9c3ff8f8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000021`9c3ff900 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000021`9c3ffbf0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000021`9c3ffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000021`9bffeeb0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000021`9bffeef0 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000021`9bffef30 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000021`9bffef80 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000021`9bffefd0 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000021`9bfff8f0 00007ff6`f1b2e738     postgres!PostmasterMain(
00000021`9bfffa80 00007ff6`f2125b29     postgres!main(
00000021`9bfffac0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000021`9bfffb10 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000021`9bfffb80 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000021`9cfffc08 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000021`9cfffc10 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000021`9cffff00 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000021`9cffff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000014`23dffd48 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000014`23dffd50 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000014`23dffdc0 00007fff`54214cb0     postgres!pg_signal_thread(
00000014`23dffec0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000014`23dffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000014`235ff5e8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000014`235ff5f0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000014`235ff8e0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000014`235ff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000014`231feb50 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000014`231feb90 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000014`231febd0 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000014`231fec20 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000014`231fec70 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000014`231ff590 00007ff6`f1b2e738     postgres!PostmasterMain(
00000014`231ff720 00007ff6`f2125b29     postgres!main(
00000014`231ff760 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000014`231ff7b0 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000014`231ff820 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000014`239ffa08 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000014`239ffa10 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000014`239ffd00 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000014`239ffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000014`241ff5e8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000014`241ff5f0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000014`241ff8e0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000014`241ff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a1`ca3feea0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a1`ca3feee0 00007ff6`f1c7935c     postgres!ExceptionalCondition(
000000a1`ca3fef20 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000a1`ca3fef70 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000a1`ca3fefc0 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a1`ca3ff8e0 00007ff6`f1b2e738     postgres!PostmasterMain(
000000a1`ca3ffa70 00007ff6`f2125b29     postgres!main(
000000a1`ca3ffab0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a1`ca3ffb00 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a1`ca3ffb70 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a1`cb3ff8b8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a1`cb3ff8c0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000a1`cb3ffbb0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a1`cb3ffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a1`cabff468 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a1`cabff470 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000a1`cabff760 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a1`cabff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a1`cafff818 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
000000a1`cafff820 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
000000a1`cafff890 00007fff`54214cb0     postgres!pg_signal_thread(
000000a1`cafff990 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a1`cafff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a1`ca7ff938 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a1`ca7ff940 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000a1`ca7ffc30 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a1`ca7ffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004d`c73ffad8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004d`c73ffae0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000004d`c73ffdd0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000004d`c73ffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004d`c6fffbf8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004d`c6fffc00 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000004d`c6fffef0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000004d`c6ffff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004d`c6bfebb0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000004d`c6bfebf0 00007ff6`f1c7935c     postgres!ExceptionalCondition(
0000004d`c6bfec30 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000004d`c6bfec80 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000004d`c6bfecd0 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000004d`c6bff5f0 00007ff6`f1b2e738     postgres!PostmasterMain(
0000004d`c6bff780 00007ff6`f2125b29     postgres!main(
0000004d`c6bff7c0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000004d`c6bff810 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000004d`c6bff880 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000004d`c7bff6c8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004d`c7bff6d0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000004d`c7bff9c0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000004d`c7bff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004d`c77ff728 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
0000004d`c77ff730 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
0000004d`c77ff7a0 00007fff`54214cb0     postgres!pg_signal_thread(
0000004d`c77ff8a0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000004d`c77ff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000079`96bfefd0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000079`96bff010 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000079`96bff050 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000079`96bff0a0 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000079`96bff0f0 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000079`96bffa10 00007ff6`f1b2e738     postgres!PostmasterMain(
00000079`96bffba0 00007ff6`f2125b29     postgres!main(
00000079`96bffbe0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000079`96bffc30 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000079`96bffca0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000079`973ff948 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000079`973ff950 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000079`973ffc40 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000079`973ffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000079`96fff6c8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000079`96fff6d0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000079`96fff9c0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000079`96fff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000079`977ffa28 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000079`977ffa30 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000079`977ffaa0 00007fff`54214cb0     postgres!pg_signal_thread(
00000079`977ffba0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000079`977ffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000079`97bff888 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000079`97bff890 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000079`97bffb80 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000079`97bffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d0`f2fffaf8 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
000000d0`f2fffb00 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
000000d0`f2fffb70 00007fff`54214cb0     postgres!pg_signal_thread(
000000d0`f2fffc70 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d0`f2fffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d0`f27ff4b8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d0`f27ff4c0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000d0`f27ff7b0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d0`f27ff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d0`f33ffb78 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d0`f33ffb80 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000d0`f33ffe70 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d0`f33ffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d0`f23fef60 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d0`f23fefa0 00007ff6`f1c7935c     postgres!ExceptionalCondition(
000000d0`f23fefe0 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000d0`f23ff030 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000d0`f23ff080 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000d0`f23ff9a0 00007ff6`f1b2e738     postgres!PostmasterMain(
000000d0`f23ffb30 00007ff6`f2125b29     postgres!main(
000000d0`f23ffb70 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d0`f23ffbc0 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d0`f23ffc30 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000d0`f2bff8f8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d0`f2bff900 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000d0`f2bffbf0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d0`f2bffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c9`7bbffac8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c9`7bbffad0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000c9`7bbffdc0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c9`7bbffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c9`7bfff718 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c9`7bfff720 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000c9`7bfffa10 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c9`7bfffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c9`7c7ff9b8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c9`7c7ff9c0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000c9`7c7ffcb0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c9`7c7ffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c9`7b7ff1a0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c9`7b7ff1e0 00007ff6`f1c7935c     postgres!ExceptionalCondition(
000000c9`7b7ff220 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c9`7b7ff270 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000c9`7b7ff2c0 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c9`7b7ffbe0 00007ff6`f1b2e738     postgres!PostmasterMain(
000000c9`7b7ffd70 00007ff6`f2125b29     postgres!main(
000000c9`7b7ffdb0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c9`7b7ffe00 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c9`7b7ffe70 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c9`7c3ff978 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
000000c9`7c3ff980 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
000000c9`7c3ff9f0 00007fff`54214cb0     postgres!pg_signal_thread(
000000c9`7c3ffaf0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c9`7c3ffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000063`e15ff5c8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000063`e15ff5d0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000063`e15ff8c0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000063`e15ff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000063`e11ff070 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000063`e11ff0b0 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000063`e11ff0f0 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000063`e11ff140 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000063`e11ff190 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000063`e11ffab0 00007ff6`f1b2e738     postgres!PostmasterMain(
00000063`e11ffc40 00007ff6`f2125b29     postgres!main(
00000063`e11ffc80 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000063`e11ffcd0 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000063`e11ffd40 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000063`e1dff7d8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000063`e1dff7e0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000063`e1dffad0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000063`e1dffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000063`e19ffc98 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000063`e19ffca0 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000063`e19ffd10 00007fff`54214cb0     postgres!pg_signal_thread(
00000063`e19ffe10 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000063`e19ffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000063`e21ff598 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000063`e21ff5a0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000063`e21ff890 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000063`e21ff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000035`45fff9b8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000035`45fff9c0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000035`45fffcb0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000035`45fffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000035`457ffc38 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000035`457ffc40 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000035`457fff30 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000035`457fff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000035`463ff918 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000035`463ff920 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000035`463ffc10 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000035`463ffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000035`45bff838 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000035`45bff840 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000035`45bff8b0 00007fff`54214cb0     postgres!pg_signal_thread(
00000035`45bff9b0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000035`45bff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000035`453ff080 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000035`453ff0c0 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000035`453ff100 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000035`453ff150 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000035`453ff1a0 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000035`453ffac0 00007ff6`f1b2e738     postgres!PostmasterMain(
00000035`453ffc50 00007ff6`f2125b29     postgres!main(
00000035`453ffc90 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000035`453ffce0 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000035`453ffd50 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000054`2d5ff718 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000054`2d5ff720 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000054`2d5ffa10 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000054`2d5ffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000054`2d1ff448 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000054`2d1ff450 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000054`2d1ff740 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000054`2d1ff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000054`2cdffc98 00007ff6`f1c72257     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000054`2cdffca0 00007ff6`f1b2e6a4     postgres!SubPostmasterMain(
00000054`2cdffd10 00007ff6`f2125b29     postgres!main(
00000054`2cdffd50 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000054`2cdffda0 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000054`2cdffe10 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000054`2cdffe40 00007fff`54214cb0     postgres!mainCRTStartup(
00000054`2cdffe70 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000054`2cdffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e1`885ff7b8 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
000000e1`885ff7c0 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
000000e1`885ff830 00007fff`54214cb0     postgres!pg_signal_thread(
000000e1`885ff930 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e1`885ff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e1`87dfeec0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e1`87dfef00 00007ff6`f1c7935c     postgres!ExceptionalCondition(
000000e1`87dfef40 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000e1`87dfef90 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000e1`87dfefe0 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000e1`87dff900 00007ff6`f1b2e738     postgres!PostmasterMain(
000000e1`87dffa90 00007ff6`f2125b29     postgres!main(
000000e1`87dffad0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e1`87dffb20 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e1`87dffb90 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000e1`881ff9d8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e1`881ff9e0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000e1`881ffcd0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e1`881ffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e1`889ff458 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e1`889ff460 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000e1`889ff750 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e1`889ff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e1`88dff5c8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e1`88dff5d0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000e1`88dff8c0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e1`88dff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007e`c0fff7b8 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
0000007e`c0fff7c0 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
0000007e`c0fff830 00007fff`54214cb0     postgres!pg_signal_thread(
0000007e`c0fff930 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000007e`c0fff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007e`c13ff818 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007e`c13ff820 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000007e`c13ffb10 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000007e`c13ffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007e`c07ff468 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007e`c07ff470 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000007e`c07ff760 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000007e`c07ff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007e`c0bff888 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007e`c0bff890 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000007e`c0bffb80 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000007e`c0bffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007e`c03feff0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000007e`c03ff030 00007ff6`f1c7935c     postgres!ExceptionalCondition(
0000007e`c03ff070 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000007e`c03ff0c0 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000007e`c03ff110 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000007e`c03ffa30 00007ff6`f1b2e738     postgres!PostmasterMain(
0000007e`c03ffbc0 00007ff6`f2125b29     postgres!main(
0000007e`c03ffc00 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000007e`c03ffc50 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000007e`c03ffcc0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000008b`cafff928 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
0000008b`cafff930 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
0000008b`cafff9a0 00007fff`54214cb0     postgres!pg_signal_thread(
0000008b`cafffaa0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000008b`cafffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008b`cabff6e8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008b`cabff6f0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000008b`cabff9e0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000008b`cabffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008b`ca7ff7f8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008b`ca7ff800 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000008b`ca7ffaf0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000008b`ca7ffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008b`ca3fec80 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000008b`ca3fecc0 00007ff6`f1c7935c     postgres!ExceptionalCondition(
0000008b`ca3fed00 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000008b`ca3fed50 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000008b`ca3feda0 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000008b`ca3ff6c0 00007ff6`f1b2e738     postgres!PostmasterMain(
0000008b`ca3ff850 00007ff6`f2125b29     postgres!main(
0000008b`ca3ff890 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000008b`ca3ff8e0 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000008b`ca3ff950 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000008b`cb3ff8c8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008b`cb3ff8d0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000008b`cb3ffbc0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000008b`cb3ffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c8`391ff878 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c8`391ff880 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000c8`391ffb70 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c8`391ffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c8`395ffdb8 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
000000c8`395ffdc0 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
000000c8`395ffe30 00007fff`54214cb0     postgres!pg_signal_thread(
000000c8`395fff30 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c8`395fff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c8`38dffa08 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c8`38dffa10 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000c8`38dffd00 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c8`38dffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c8`399ff6f8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c8`399ff700 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000c8`399ff9f0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c8`399ffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c8`389feb90 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c8`389febd0 00007ff6`f1c7935c     postgres!ExceptionalCondition(
000000c8`389fec10 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c8`389fec60 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000c8`389fecb0 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c8`389ff5d0 00007ff6`f1b2e738     postgres!PostmasterMain(
000000c8`389ff760 00007ff6`f2125b29     postgres!main(
000000c8`389ff7a0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c8`389ff7f0 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c8`389ff860 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000021`84dff938 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000021`84dff940 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000021`84dffc30 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000021`84dffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000021`83dff000 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000021`83dff040 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000021`83dff080 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000021`83dff0d0 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000021`83dff120 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000021`83dffa40 00007ff6`f1b2e738     postgres!PostmasterMain(
00000021`83dffbd0 00007ff6`f2125b29     postgres!main(
00000021`83dffc10 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000021`83dffc60 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000021`83dffcd0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000021`845ffcb8 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000021`845ffcc0 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000021`845ffd30 00007fff`54214cb0     postgres!pg_signal_thread(
00000021`845ffe30 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000021`845ffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000da`cfbffab8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000da`cfbffac0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000da`cfbffdb0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000da`cfbffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000da`cf7fec40 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000da`cf7fec80 00007ff6`f1c7935c     postgres!ExceptionalCondition(
000000da`cf7fecc0 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000da`cf7fed10 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000da`cf7fed60 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000da`cf7ff680 00007ff6`f1b2e738     postgres!PostmasterMain(
000000da`cf7ff810 00007ff6`f2125b29     postgres!main(
000000da`cf7ff850 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000da`cf7ff8a0 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000da`cf7ff910 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000da`cffffb98 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000da`cffffba0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000da`cffffe90 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000da`cffffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000da`d03ff9b8 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
000000da`d03ff9c0 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
000000da`d03ffa30 00007fff`54214cb0     postgres!pg_signal_thread(
000000da`d03ffb30 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000da`d03ffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000da`d07ff758 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000da`d07ff760 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000da`d07ffa50 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000da`d07ffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000082`61fffbc8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000082`61fffbd0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000082`61fffec0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000082`61fffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000082`61bff030 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000082`61bff070 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000082`61bff0b0 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000082`61bff100 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000082`61bff150 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000082`61bffa70 00007ff6`f1b2e738     postgres!PostmasterMain(
00000082`61bffc00 00007ff6`f2125b29     postgres!main(
00000082`61bffc40 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000082`61bffc90 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000082`61bffd00 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000082`623ffcb8 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000082`623ffcc0 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000082`623ffd30 00007fff`54214cb0     postgres!pg_signal_thread(
00000082`623ffe30 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000082`623ffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000082`627ffa38 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000082`627ffa40 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000082`627ffd30 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000082`627ffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000082`62bffa98 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000082`62bffaa0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000082`62bffd90 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000082`62bffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c4`e23ff678 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c4`e23ff680 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000c4`e23ff970 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c4`e23ff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c4`e1fff9b8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c4`e1fff9c0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000c4`e1fffcb0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c4`e1fffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c4`e1bfec00 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c4`e1bfec40 00007ff6`f1c7935c     postgres!ExceptionalCondition(
000000c4`e1bfec80 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c4`e1bfecd0 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000c4`e1bfed20 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c4`e1bff640 00007ff6`f1b2e738     postgres!PostmasterMain(
000000c4`e1bff7d0 00007ff6`f2125b29     postgres!main(
000000c4`e1bff810 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c4`e1bff860 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c4`e1bff8d0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c4`e27ffb38 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
000000c4`e27ffb40 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
000000c4`e27ffbb0 00007fff`54214cb0     postgres!pg_signal_thread(
000000c4`e27ffcb0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c4`e27ffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c4`e2bff928 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c4`e2bff930 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000c4`e2bffc20 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c4`e2bffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005a`409ff708 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005a`409ff710 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000005a`409ffa00 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000005a`409ffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005a`401febf0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000005a`401fec30 00007ff6`f1c7935c     postgres!ExceptionalCondition(
0000005a`401fec70 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000005a`401fecc0 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000005a`401fed10 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000005a`401ff630 00007ff6`f1b2e738     postgres!PostmasterMain(
0000005a`401ff7c0 00007ff6`f2125b29     postgres!main(
0000005a`401ff800 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000005a`401ff850 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000005a`401ff8c0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000005a`405ff9e8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005a`405ff9f0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000005a`405ffce0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000005a`405ffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005a`40dff9f8 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
0000005a`40dffa00 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
0000005a`40dffa70 00007fff`54214cb0     postgres!pg_signal_thread(
0000005a`40dffb70 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000005a`40dffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005a`411ff558 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005a`411ff560 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000005a`411ff850 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000005a`411ff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c7`4afffb18 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c7`4afffb20 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000c7`4afffe10 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c7`4afffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c7`4b3ffaf8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c7`4b3ffb00 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000c7`4b3ffdf0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c7`4b3ffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c7`4b7ffa68 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
000000c7`4b7ffa70 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
000000c7`4b7ffae0 00007fff`54214cb0     postgres!pg_signal_thread(
000000c7`4b7ffbe0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c7`4b7ffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c7`4bbffbf8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c7`4bbffc00 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000c7`4bbffef0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c7`4bbfff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c7`4abff0a0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c7`4abff0e0 00007ff6`f1c7935c     postgres!ExceptionalCondition(
000000c7`4abff120 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c7`4abff170 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000c7`4abff1c0 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c7`4abffae0 00007ff6`f1b2e738     postgres!PostmasterMain(
000000c7`4abffc70 00007ff6`f2125b29     postgres!main(
000000c7`4abffcb0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c7`4abffd00 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c7`4abffd70 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ef`ff5ff538 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ef`ff5ff540 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000ef`ff5ff830 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ef`ff5ff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ef`ff9ff808 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
000000ef`ff9ff810 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
000000ef`ff9ff880 00007fff`54214cb0     postgres!pg_signal_thread(
000000ef`ff9ff980 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ef`ff9ff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ef`ffdff9f8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ef`ffdffa00 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000ef`ffdffcf0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ef`ffdffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ef`fedfec20 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ef`fedfec60 00007ff6`f1c7935c     postgres!ExceptionalCondition(
000000ef`fedfeca0 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ef`fedfecf0 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000ef`fedfed40 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ef`fedff660 00007ff6`f1b2e738     postgres!PostmasterMain(
000000ef`fedff7f0 00007ff6`f2125b29     postgres!main(
000000ef`fedff830 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ef`fedff880 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ef`fedff8f0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a5`555ff7c8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a5`555ff7d0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000a5`555ffac0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a5`555ffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a5`545feb00 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a5`545feb40 00007ff6`f1c7935c     postgres!ExceptionalCondition(
000000a5`545feb80 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000a5`545febd0 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000a5`545fec20 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a5`545ff540 00007ff6`f1b2e738     postgres!PostmasterMain(
000000a5`545ff6d0 00007ff6`f2125b29     postgres!main(
000000a5`545ff710 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a5`545ff760 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a5`545ff7d0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a5`549ffa28 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a5`549ffa30 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000a5`549ffd20 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a5`549ffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a5`54dff4a8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a5`54dff4b0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000a5`54dff7a0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a5`54dff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a5`551ff788 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
000000a5`551ff790 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
000000a5`551ff800 00007fff`54214cb0     postgres!pg_signal_thread(
000000a5`551ff900 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a5`551ff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000083`6afff4b8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000083`6afff4c0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000083`6afff7b0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000083`6afff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000083`6abffd28 00007ff6`f1c72257     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000083`6abffd30 00007ff6`f1b2e6a4     postgres!SubPostmasterMain(
00000083`6abffda0 00007ff6`f2125b29     postgres!main(
00000083`6abffde0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000083`6abffe30 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000083`6abffea0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000083`6abffed0 00007fff`54214cb0     postgres!mainCRTStartup(
00000083`6abfff00 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000083`6abfff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000083`6b3ff728 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000083`6b3ff730 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000083`6b3ffa20 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000083`6b3ffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003c`ebdff7e8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003c`ebdff7f0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000003c`ebdffae0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000003c`ebdffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003c`eb9ff688 00007ff6`f1c72257     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
0000003c`eb9ff690 00007ff6`f1b2e6a4     postgres!SubPostmasterMain(
0000003c`eb9ff700 00007ff6`f2125b29     postgres!main(
0000003c`eb9ff740 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000003c`eb9ff790 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000003c`eb9ff800 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
0000003c`eb9ff830 00007fff`54214cb0     postgres!mainCRTStartup(
0000003c`eb9ff860 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000003c`eb9ff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003c`ec1ff978 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003c`ec1ff980 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000003c`ec1ffc70 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000003c`ec1ffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000058`00dff868 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000058`00dff870 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000058`00dffb60 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000058`00dffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000058`009fee90 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000058`009feed0 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000058`009fef10 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000058`009fef60 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000058`009fefb0 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000058`009ff8d0 00007ff6`f1b2e738     postgres!PostmasterMain(
00000058`009ffa60 00007ff6`f2125b29     postgres!main(
00000058`009ffaa0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000058`009ffaf0 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000058`009ffb60 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000058`015ffc28 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000058`015ffc30 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000058`015ffca0 00007fff`54214cb0     postgres!pg_signal_thread(
00000058`015ffda0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000058`015ffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000058`019ff698 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000058`019ff6a0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000058`019ff990 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000058`019ff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000058`011ff998 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000058`011ff9a0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000058`011ffc90 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000058`011ffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000058`92bffb28 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000058`92bffb30 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000058`92bffe20 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000058`92bffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000058`92fffbd8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000058`92fffbe0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000058`92fffed0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000058`92ffff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000058`933ffa58 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000058`933ffa60 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000058`933ffad0 00007fff`54214cb0     postgres!pg_signal_thread(
00000058`933ffbd0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000058`933ffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000058`937ff908 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000058`937ff910 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000058`937ffc00 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000058`937ffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000058`927feec0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000058`927fef00 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000058`927fef40 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000058`927fef90 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000058`927fefe0 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000058`927ff900 00007ff6`f1b2e738     postgres!PostmasterMain(
00000058`927ffa90 00007ff6`f2125b29     postgres!main(
00000058`927ffad0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000058`927ffb20 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000058`927ffb90 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000d6`a6bffb48 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d6`a6bffb50 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000d6`a6bffe40 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d6`a6bffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d6`a67ff848 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d6`a67ff850 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000d6`a67ffb40 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d6`a67ffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d6`a63ffab8 00007ff6`f1c72257     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000d6`a63ffac0 00007ff6`f1b2e6a4     postgres!SubPostmasterMain(
000000d6`a63ffb30 00007ff6`f2125b29     postgres!main(
000000d6`a63ffb70 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d6`a63ffbc0 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d6`a63ffc30 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000d6`a63ffc60 00007fff`54214cb0     postgres!mainCRTStartup(
000000d6`a63ffc90 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d6`a63ffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000096`9b9ff868 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000096`9b9ff870 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000096`9b9ffb60 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000096`9b9ffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000096`9b5ffa78 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000096`9b5ffa80 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000096`9b5ffd70 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000096`9b5ffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000096`9b1ffa68 00007ff6`f1c72257     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000096`9b1ffa70 00007ff6`f1b2e6a4     postgres!SubPostmasterMain(
00000096`9b1ffae0 00007ff6`f2125b29     postgres!main(
00000096`9b1ffb20 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000096`9b1ffb70 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000096`9b1ffbe0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000096`9b1ffc10 00007fff`54214cb0     postgres!mainCRTStartup(
00000096`9b1ffc40 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000096`9b1ffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003a`f49ff978 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003a`f49ff980 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000003a`f49ffc70 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000003a`f49ffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003a`f51ff718 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
0000003a`f51ff720 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
0000003a`f51ff790 00007fff`54214cb0     postgres!pg_signal_thread(
0000003a`f51ff890 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000003a`f51ff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003a`f4dff5b8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003a`f4dff5c0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000003a`f4dff8b0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000003a`f4dff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003a`f55ff8e8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003a`f55ff8f0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000003a`f55ffbe0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000003a`f55ffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003a`f45ff1e0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000003a`f45ff220 00007ff6`f1c7935c     postgres!ExceptionalCondition(
0000003a`f45ff260 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000003a`f45ff2b0 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000003a`f45ff300 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000003a`f45ffc20 00007ff6`f1b2e738     postgres!PostmasterMain(
0000003a`f45ffdb0 00007ff6`f2125b29     postgres!main(
0000003a`f45ffdf0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000003a`f45ffe40 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000003a`f45ffeb0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000048`2d1ff5d8 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000048`2d1ff5e0 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000048`2d1ff650 00007fff`54214cb0     postgres!pg_signal_thread(
00000048`2d1ff750 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000048`2d1ff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000048`2d9ff448 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000048`2d9ff450 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000048`2d9ff740 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000048`2d9ff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000048`2c9fef20 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000048`2c9fef60 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000048`2c9fefa0 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000048`2c9feff0 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000048`2c9ff040 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000048`2c9ff960 00007ff6`f1b2e738     postgres!PostmasterMain(
00000048`2c9ffaf0 00007ff6`f2125b29     postgres!main(
00000048`2c9ffb30 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000048`2c9ffb80 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000048`2c9ffbf0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000048`2d5ff9e8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000048`2d5ff9f0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000048`2d5ffce0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000048`2d5ffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fc`3c5ffa88 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fc`3c5ffa90 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000fc`3c5ffd80 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000fc`3c5ffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fc`3cdffb88 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fc`3cdffb90 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000fc`3cdffe80 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000fc`3cdffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fc`3bdfecd0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000fc`3bdfed10 00007ff6`f1c7935c     postgres!ExceptionalCondition(
000000fc`3bdfed50 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000fc`3bdfeda0 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000fc`3bdfedf0 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000fc`3bdff710 00007ff6`f1b2e738     postgres!PostmasterMain(
000000fc`3bdff8a0 00007ff6`f2125b29     postgres!main(
000000fc`3bdff8e0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000fc`3bdff930 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000fc`3bdff9a0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000fc`3c1ff6f8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fc`3c1ff700 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000fc`3c1ff9f0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000fc`3c1ffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fc`3c9ff5e8 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
000000fc`3c9ff5f0 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
000000fc`3c9ff660 00007fff`54214cb0     postgres!pg_signal_thread(
000000fc`3c9ff760 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000fc`3c9ff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000086`89dff5d8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000086`89dff5e0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000086`89dff8d0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000086`89dff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000086`8a5ff9d8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000086`8a5ff9e0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000086`8a5ffcd0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000086`8a5ffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000086`899ff628 00007ff6`f1c72257     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000086`899ff630 00007ff6`f1b2e6a4     postgres!SubPostmasterMain(
00000086`899ff6a0 00007ff6`f2125b29     postgres!main(
00000086`899ff6e0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000086`899ff730 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000086`899ff7a0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000086`899ff7d0 00007fff`54214cb0     postgres!mainCRTStartup(
00000086`899ff800 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000086`899ff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000086`8a1ff828 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000086`8a1ff830 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000086`8a1ffb20 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000086`8a1ffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000016`60dff808 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000016`60dff810 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000016`60dff880 00007fff`54214cb0     postgres!pg_signal_thread(
00000016`60dff980 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000016`60dff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000016`615ff518 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000016`615ff520 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000016`615ff810 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000016`615ff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000016`605fec80 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000016`605fecc0 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000016`605fed00 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000016`605fed50 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000016`605feda0 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000016`605ff6c0 00007ff6`f1b2e738     postgres!PostmasterMain(
00000016`605ff850 00007ff6`f2125b29     postgres!main(
00000016`605ff890 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000016`605ff8e0 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000016`605ff950 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000016`609ffae8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000016`609ffaf0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000016`609ffde0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000016`609ffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000016`611ffb08 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000016`611ffb10 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000016`611ffe00 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000016`611ffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000004`21fff9c8 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000004`21fff9d0 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000004`21fffa40 00007fff`54214cb0     postgres!pg_signal_thread(
00000004`21fffb40 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000004`21fffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000004`21bff968 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000004`21bff970 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000004`21bffc60 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000004`21bffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000004`213fef70 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000004`213fefb0 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000004`213feff0 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000004`213ff040 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000004`213ff090 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000004`213ff9b0 00007ff6`f1b2e738     postgres!PostmasterMain(
00000004`213ffb40 00007ff6`f2125b29     postgres!main(
00000004`213ffb80 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000004`213ffbd0 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000004`213ffc40 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000004`217ffb88 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000004`217ffb90 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000004`217ffe80 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000004`217ffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000004`223ff598 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000004`223ff5a0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000004`223ff890 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000004`223ff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004b`bdbff538 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004b`bdbff540 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000004b`bdbff830 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000004b`bdbff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004b`bcbff050 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000004b`bcbff090 00007ff6`f1c7935c     postgres!ExceptionalCondition(
0000004b`bcbff0d0 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000004b`bcbff120 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000004b`bcbff170 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000004b`bcbffa90 00007ff6`f1b2e738     postgres!PostmasterMain(
0000004b`bcbffc20 00007ff6`f2125b29     postgres!main(
0000004b`bcbffc60 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000004b`bcbffcb0 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000004b`bcbffd20 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000004b`bcfff5f8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004b`bcfff600 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000004b`bcfff8f0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000004b`bcfff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004b`bd3ff8c8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004b`bd3ff8d0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000004b`bd3ffbc0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000004b`bd3ffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004b`bd7ffb98 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
0000004b`bd7ffba0 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
0000004b`bd7ffc10 00007fff`54214cb0     postgres!pg_signal_thread(
0000004b`bd7ffd10 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000004b`bd7ffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007c`00bffaf8 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
0000007c`00bffb00 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
0000007c`00bffb70 00007fff`54214cb0     postgres!pg_signal_thread(
0000007c`00bffc70 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000007c`00bffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007c`7fdfef90 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000007c`7fdfefd0 00007ff6`f1c7935c     postgres!ExceptionalCondition(
0000007c`7fdff010 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000007c`7fdff060 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000007c`7fdff0b0 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000007c`7fdff9d0 00007ff6`f1b2e738     postgres!PostmasterMain(
0000007c`7fdffb60 00007ff6`f2125b29     postgres!main(
0000007c`7fdffba0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000007c`7fdffbf0 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000007c`7fdffc60 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000007c`003ff918 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007c`003ff920 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000007c`003ffc10 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000007c`003ffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007c`007ff798 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007c`007ff7a0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000007c`007ffa90 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000007c`007ffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007c`00fff688 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007c`00fff690 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000007c`00fff980 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000007c`00fff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006f`0c7ff858 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006f`0c7ff860 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000006f`0c7ffb50 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000006f`0c7ffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006f`0cfff858 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006f`0cfff860 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000006f`0cfffb50 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000006f`0cfffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006f`0d3ffc38 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006f`0d3ffc40 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000006f`0d3fff30 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000006f`0d3fff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006f`0c3fedf0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000006f`0c3fee30 00007ff6`f1c7935c     postgres!ExceptionalCondition(
0000006f`0c3fee70 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000006f`0c3feec0 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000006f`0c3fef10 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000006f`0c3ff830 00007ff6`f1b2e738     postgres!PostmasterMain(
0000006f`0c3ff9c0 00007ff6`f2125b29     postgres!main(
0000006f`0c3ffa00 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000006f`0c3ffa50 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000006f`0c3ffac0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000006f`0cbffd48 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
0000006f`0cbffd50 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
0000006f`0cbffdc0 00007fff`54214cb0     postgres!pg_signal_thread(
0000006f`0cbffec0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000006f`0cbffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000097`c19ff9b8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000097`c19ff9c0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000097`c19ffcb0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000097`c19ffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000097`c21ff9f8 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000097`c21ffa00 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000097`c21ffa70 00007fff`54214cb0     postgres!pg_signal_thread(
00000097`c21ffb70 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000097`c21ffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000097`c25ff638 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000097`c25ff640 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000097`c25ff930 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000097`c25ff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000097`c15fed50 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000097`c15fed90 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000097`c15fedd0 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000097`c15fee20 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000097`c15fee70 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000097`c15ff790 00007ff6`f1b2e738     postgres!PostmasterMain(
00000097`c15ff920 00007ff6`f2125b29     postgres!main(
00000097`c15ff960 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000097`c15ff9b0 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000097`c15ffa20 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000097`c1dffbb8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000097`c1dffbc0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000097`c1dffeb0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000097`c1dffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b1`12fff738 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b1`12fff740 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000b1`12fffa30 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b1`12fffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b1`133ff998 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
000000b1`133ff9a0 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
000000b1`133ffa10 00007fff`54214cb0     postgres!pg_signal_thread(
000000b1`133ffb10 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b1`133ffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b1`137ff518 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b1`137ff520 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000b1`137ff810 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b1`137ff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b1`12bff030 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b1`12bff070 00007ff6`f1c7935c     postgres!ExceptionalCondition(
000000b1`12bff0b0 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000b1`12bff100 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000b1`12bff150 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000b1`12bffa70 00007ff6`f1b2e738     postgres!PostmasterMain(
000000b1`12bffc00 00007ff6`f2125b29     postgres!main(
000000b1`12bffc40 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b1`12bffc90 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000b1`12bffd00 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000b1`13bffc08 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b1`13bffc10 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000b1`13bfff00 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b1`13bfff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f5`a2bff888 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f5`a2bff890 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000f5`a2bffb80 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f5`a2bffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f5`a1bff110 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f5`a1bff150 00007ff6`f1c7935c     postgres!ExceptionalCondition(
000000f5`a1bff190 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f5`a1bff1e0 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000f5`a1bff230 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f5`a1bffb50 00007ff6`f1b2e738     postgres!PostmasterMain(
000000f5`a1bffce0 00007ff6`f2125b29     postgres!main(
000000f5`a1bffd20 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f5`a1bffd70 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f5`a1bffde0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f5`a1fff558 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f5`a1fff560 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000f5`a1fff850 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f5`a1fff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f5`a23ffb58 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f5`a23ffb60 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000f5`a23ffe50 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f5`a23ffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f5`a27ff5c8 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
000000f5`a27ff5d0 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
000000f5`a27ff640 00007fff`54214cb0     postgres!pg_signal_thread(
000000f5`a27ff740 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f5`a27ff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f9`705ff748 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
000000f9`705ff750 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
000000f9`705ff7c0 00007fff`54214cb0     postgres!pg_signal_thread(
000000f9`705ff8c0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f9`705ff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f9`6fdff0c0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f9`6fdff100 00007ff6`f1c7935c     postgres!ExceptionalCondition(
000000f9`6fdff140 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f9`6fdff190 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000f9`6fdff1e0 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f9`6fdffb00 00007ff6`f1b2e738     postgres!PostmasterMain(
000000f9`6fdffc90 00007ff6`f2125b29     postgres!main(
000000f9`6fdffcd0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f9`6fdffd20 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f9`6fdffd90 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f9`701ff588 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f9`701ff590 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000f9`701ff880 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f9`701ff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f9`709ff6e8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f9`709ff6f0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000f9`709ff9e0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f9`709ffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f9`70dff938 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f9`70dff940 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000f9`70dffc30 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f9`70dffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000004`e3dff7e8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000004`e3dff7f0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000004`e3dffae0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000004`e3dffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000004`e41ff968 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000004`e41ff970 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000004`e41ffc60 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000004`e41ffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000004`e45ff648 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000004`e45ff650 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000004`e45ff6c0 00007fff`54214cb0     postgres!pg_signal_thread(
00000004`e45ff7c0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000004`e45ff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000004`e49ff4c8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000004`e49ff4d0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000004`e49ff7c0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000004`e49ff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000004`e39ff1f0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000004`e39ff230 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000004`e39ff270 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000004`e39ff2c0 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000004`e39ff310 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000004`e39ffc30 00007ff6`f1b2e738     postgres!PostmasterMain(
00000004`e39ffdc0 00007ff6`f2125b29     postgres!main(
00000004`e39ffe00 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000004`e39ffe50 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000004`e39ffec0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f4`7ebfebe0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f4`7ebfec20 00007ff6`f1c7935c     postgres!ExceptionalCondition(
000000f4`7ebfec60 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f4`7ebfecb0 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000f4`7ebfed00 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f4`7ebff620 00007ff6`f1b2e738     postgres!PostmasterMain(
000000f4`7ebff7b0 00007ff6`f2125b29     postgres!main(
000000f4`7ebff7f0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f4`7ebff840 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f4`7ebff8b0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f4`7efff5b8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f4`7efff5c0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000f4`7efff8b0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f4`7efff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f4`7f3ffcf8 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
000000f4`7f3ffd00 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
000000f4`7f3ffd70 00007fff`54214cb0     postgres!pg_signal_thread(
000000f4`7f3ffe70 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f4`7f3ffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f4`7f7ff548 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f4`7f7ff550 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000f4`7f7ff840 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f4`7f7ff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f4`7fbff5c8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f4`7fbff5d0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000f4`7fbff8c0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f4`7fbff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000032`56bff478 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000032`56bff480 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000032`56bff770 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000032`56bff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000032`567ff508 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000032`567ff510 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000032`567ff800 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000032`567ff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000032`56fff708 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000032`56fff710 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000032`56fff780 00007fff`54214cb0     postgres!pg_signal_thread(
00000032`56fff880 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000032`56fff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000032`563ff1d0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000032`563ff210 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000032`563ff250 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000032`563ff2a0 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000032`563ff2f0 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000032`563ffc10 00007ff6`f1b2e738     postgres!PostmasterMain(
00000032`563ffda0 00007ff6`f2125b29     postgres!main(
00000032`563ffde0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000032`563ffe30 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000032`563ffea0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000032`573ff8a8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000032`573ff8b0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000032`573ffba0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000032`573ffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dc`4c1ff7d8 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
000000dc`4c1ff7e0 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
000000dc`4c1ff850 00007fff`54214cb0     postgres!pg_signal_thread(
000000dc`4c1ff950 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000dc`4c1ff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dc`4b5fecd0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000dc`4b5fed10 00007ff6`f1c7935c     postgres!ExceptionalCondition(
000000dc`4b5fed50 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000dc`4b5feda0 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000dc`4b5fedf0 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000dc`4b5ff710 00007ff6`f1b2e738     postgres!PostmasterMain(
000000dc`4b5ff8a0 00007ff6`f2125b29     postgres!main(
000000dc`4b5ff8e0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000dc`4b5ff930 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000dc`4b5ff9a0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000dc`4b9ff7a8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dc`4b9ff7b0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000dc`4b9ffaa0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000dc`4b9ffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dc`4bdff7b8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dc`4bdff7c0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000dc`4bdffab0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000dc`4bdffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dc`4c5ff588 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dc`4c5ff590 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000dc`4c5ff880 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000dc`4c5ff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dc`889ffc88 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
000000dc`889ffc90 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
000000dc`889ffd00 00007fff`54214cb0     postgres!pg_signal_thread(
000000dc`889ffe00 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000dc`889ffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dc`87dfec20 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000dc`87dfec60 00007ff6`f1c7935c     postgres!ExceptionalCondition(
000000dc`87dfeca0 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000dc`87dfecf0 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000dc`87dfed40 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000dc`87dff660 00007ff6`f1b2e738     postgres!PostmasterMain(
000000dc`87dff7f0 00007ff6`f2125b29     postgres!main(
000000dc`87dff830 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000dc`87dff880 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000dc`87dff8f0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000dc`88dff8d8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dc`88dff8e0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000dc`88dffbd0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000dc`88dffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dc`885ff488 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dc`885ff490 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000dc`885ff780 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000dc`885ff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dc`881ff788 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dc`881ff790 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000dc`881ffa80 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000dc`881ffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000025`699ff9b8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000025`699ff9c0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000025`699ffcb0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000025`699ffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000025`689feb50 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000025`689feb90 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000025`689febd0 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000025`689fec20 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000025`689fec70 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000025`689ff590 00007ff6`f1b2e738     postgres!PostmasterMain(
00000025`689ff720 00007ff6`f2125b29     postgres!main(
00000025`689ff760 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000025`689ff7b0 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000025`689ff820 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000025`68dffbc8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000025`68dffbd0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000025`68dffec0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000025`68dffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000025`691ff8b8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000025`691ff8c0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000025`691ffbb0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000025`691ffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000025`695ff6a8 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000025`695ff6b0 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000025`695ff720 00007fff`54214cb0     postgres!pg_signal_thread(
00000025`695ff820 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000025`695ff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000074`41bffb78 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000074`41bffb80 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000074`41bffbf0 00007fff`54214cb0     postgres!pg_signal_thread(
00000074`41bffcf0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000074`41bffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000074`413ff0b0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000074`413ff0f0 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000074`413ff130 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000074`413ff180 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000074`413ff1d0 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000074`413ffaf0 00007ff6`f1b2e738     postgres!PostmasterMain(
00000074`413ffc80 00007ff6`f2125b29     postgres!main(
00000074`413ffcc0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000074`413ffd10 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000074`413ffd80 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000074`417ffbb8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000074`417ffbc0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000074`417ffeb0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000074`417ffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000074`41fffa28 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000074`41fffa30 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000074`41fffd20 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000074`41fffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000074`423ff848 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000074`423ff850 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000074`423ffb40 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000074`423ffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000086`6ffffb38 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000086`6ffffb40 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000086`6ffffbb0 00007fff`54214cb0     postgres!pg_signal_thread(
00000086`6ffffcb0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000086`6ffffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000086`703ff508 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000086`703ff510 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000086`703ff800 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000086`703ff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000086`707ffae8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000086`707ffaf0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000086`707ffde0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000086`707ffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000086`6fbffc38 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000086`6fbffc40 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000086`6fbfff30 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000086`6fbfff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000086`6f7fed20 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000086`6f7fed60 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000086`6f7feda0 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000086`6f7fedf0 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000086`6f7fee40 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000086`6f7ff760 00007ff6`f1b2e738     postgres!PostmasterMain(
00000086`6f7ff8f0 00007ff6`f2125b29     postgres!main(
00000086`6f7ff930 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000086`6f7ff980 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000086`6f7ff9f0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000b0`037feb50 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b0`037feb90 00007ff6`f1c7935c     postgres!ExceptionalCondition(
000000b0`037febd0 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000b0`037fec20 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000b0`037fec70 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000b0`037ff590 00007ff6`f1b2e738     postgres!PostmasterMain(
000000b0`037ff720 00007ff6`f2125b29     postgres!main(
000000b0`037ff760 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b0`037ff7b0 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000b0`037ff820 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000b0`03bffa48 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b0`03bffa50 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000b0`03bffd40 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b0`03bffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b0`03fff9b8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b0`03fff9c0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000b0`03fffcb0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b0`03fffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b0`043ffbe8 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
000000b0`043ffbf0 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
000000b0`043ffc60 00007fff`54214cb0     postgres!pg_signal_thread(
000000b0`043ffd60 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b0`043ffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b0`047ff868 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b0`047ff870 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000b0`047ffb60 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b0`047ffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ab`7d7ff908 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ab`7d7ff910 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000ab`7d7ffc00 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ab`7d7ffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ab`7cbfeec0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ab`7cbfef00 00007ff6`f1c7935c     postgres!ExceptionalCondition(
000000ab`7cbfef40 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ab`7cbfef90 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000ab`7cbfefe0 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ab`7cbff900 00007ff6`f1b2e738     postgres!PostmasterMain(
000000ab`7cbffa90 00007ff6`f2125b29     postgres!main(
000000ab`7cbffad0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ab`7cbffb20 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ab`7cbffb90 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ab`7cfffc18 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ab`7cfffc20 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000ab`7cffff10 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ab`7cffff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ab`7d3ffb18 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ab`7d3ffb20 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000ab`7d3ffe10 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ab`7d3ffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ab`7dbff838 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
000000ab`7dbff840 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
000000ab`7dbff8b0 00007fff`54214cb0     postgres!pg_signal_thread(
000000ab`7dbff9b0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ab`7dbff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ab`7dfff578 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ab`7dfff580 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000ab`7dfff870 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ab`7dfff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000032`41dff468 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000032`41dff470 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000032`41dff760 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000032`41dff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000032`415ff5a8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000032`415ff5b0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000032`415ff8a0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000032`415ff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000032`419ff948 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000032`419ff950 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000032`419ff9c0 00007fff`54214cb0     postgres!pg_signal_thread(
00000032`419ffac0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000032`419ffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000032`411ff8b8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000032`411ff8c0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000032`411ffbb0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000032`411ffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000032`40dfeff0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000032`40dff030 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000032`40dff070 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000032`40dff0c0 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000032`40dff110 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000032`40dffa30 00007ff6`f1b2e738     postgres!PostmasterMain(
00000032`40dffbc0 00007ff6`f2125b29     postgres!main(
00000032`40dffc00 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000032`40dffc50 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000032`40dffcc0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000074`d5fffd98 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000074`d5fffda0 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000074`d5fffe10 00007fff`54214cb0     postgres!pg_signal_thread(
00000074`d5ffff10 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000074`d5ffff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000074`d63ff5a8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000074`d63ff5b0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000074`d63ff8a0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000074`d63ff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000074`d4ffee60 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000074`d4ffeea0 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000074`d4ffeee0 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000074`d4ffef30 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000074`d4ffef80 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000074`d4fff8a0 00007ff6`f1b2e738     postgres!PostmasterMain(
00000074`d4fffa30 00007ff6`f2125b29     postgres!main(
00000074`d4fffa70 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000074`d4fffac0 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000074`d4fffb30 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000074`d53ffa58 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000074`d53ffa60 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000074`d53ffd50 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000074`d53ffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000074`d57ff638 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000074`d57ff640 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000074`d57ff930 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000074`d57ff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000074`d5bff898 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000074`d5bff8a0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000074`d5bffb90 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000074`d5bffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000002`c43ffb18 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000002`c43ffb20 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000002`c43ffb90 00007fff`54214cb0     postgres!pg_signal_thread(
00000002`c43ffc90 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000002`c43ffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000002`c4bff688 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000002`c4bff690 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000002`c4bff980 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000002`c4bff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000002`c47ffc08 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000002`c47ffc10 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000002`c47fff00 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000002`c47fff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000002`c3fff868 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000002`c3fff870 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000002`c3fffb60 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000002`c3fffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000002`c3bfefa0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000002`c3bfefe0 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000002`c3bff020 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000002`c3bff070 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000002`c3bff0c0 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000002`c3bff9e0 00007ff6`f1b2e738     postgres!PostmasterMain(
00000002`c3bffb70 00007ff6`f2125b29     postgres!main(
00000002`c3bffbb0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000002`c3bffc00 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000002`c3bffc70 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000085`315ff738 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000085`315ff740 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000085`315ffa30 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000085`315ffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000085`311ff868 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000085`311ff870 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000085`311ff8e0 00007fff`54214cb0     postgres!pg_signal_thread(
00000085`311ff9e0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000085`311ffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000085`305ff0c0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000085`305ff100 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000085`305ff140 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000085`305ff190 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000085`305ff1e0 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000085`305ffb00 00007ff6`f1b2e738     postgres!PostmasterMain(
00000085`305ffc90 00007ff6`f2125b29     postgres!main(
00000085`305ffcd0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000085`305ffd20 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000085`305ffd90 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000cf`b0bff8b8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cf`b0bff8c0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000cf`b0bffbb0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`b0bffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`b13ff788 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cf`b13ff790 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000cf`b13ffa80 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`b13ffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`b0fff898 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
000000cf`b0fff8a0 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
000000cf`b0fff910 00007fff`54214cb0     postgres!pg_signal_thread(
000000cf`b0fffa10 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`b0fffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`b03ff1a0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000cf`b03ff1e0 00007ff6`f1c7935c     postgres!ExceptionalCondition(
000000cf`b03ff220 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000cf`b03ff270 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000cf`b03ff2c0 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000cf`b03ffbe0 00007ff6`f1b2e738     postgres!PostmasterMain(
000000cf`b03ffd70 00007ff6`f2125b29     postgres!main(
000000cf`b03ffdb0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000cf`b03ffe00 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000cf`b03ffe70 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000cf`b07ffb78 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cf`b07ffb80 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000cf`b07ffe70 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`b07ffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a7`02dff908 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
000000a7`02dff910 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
000000a7`02dff980 00007fff`54214cb0     postgres!pg_signal_thread(
000000a7`02dffa80 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a7`02dffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a7`021ff170 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a7`021ff1b0 00007ff6`f1c7935c     postgres!ExceptionalCondition(
000000a7`021ff1f0 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000a7`021ff240 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000a7`021ff290 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a7`021ffbb0 00007ff6`f1b2e738     postgres!PostmasterMain(
000000a7`021ffd40 00007ff6`f2125b29     postgres!main(
000000a7`021ffd80 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a7`021ffdd0 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a7`021ffe40 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a7`025ff8c8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a7`025ff8d0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000a7`025ffbc0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a7`025ffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a7`029ff648 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a7`029ff650 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000a7`029ff940 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a7`029ff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a7`031ff738 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a7`031ff740 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000a7`031ffa30 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a7`031ffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`3cfff808 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cf`3cfff810 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000cf`3cfffb00 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`3cfffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`3c3fecb0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000cf`3c3fecf0 00007ff6`f1c7935c     postgres!ExceptionalCondition(
000000cf`3c3fed30 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000cf`3c3fed80 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000cf`3c3fedd0 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000cf`3c3ff6f0 00007ff6`f1b2e738     postgres!PostmasterMain(
000000cf`3c3ff880 00007ff6`f2125b29     postgres!main(
000000cf`3c3ff8c0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000cf`3c3ff910 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000cf`3c3ff980 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000cf`3c7ff528 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cf`3c7ff530 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000cf`3c7ff820 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`3c7ff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`3cbffbc8 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
000000cf`3cbffbd0 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
000000cf`3cbffc40 00007fff`54214cb0     postgres!pg_signal_thread(
000000cf`3cbffd40 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`3cbffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`3d3ff8f8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cf`3d3ff900 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000cf`3d3ffbf0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`3d3ffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005e`db1ff678 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
0000005e`db1ff680 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
0000005e`db1ff6f0 00007fff`54214cb0     postgres!pg_signal_thread(
0000005e`db1ff7f0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000005e`db1ff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005e`da9fedf0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000005e`da9fee30 00007ff6`f1c7935c     postgres!ExceptionalCondition(
0000005e`da9fee70 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000005e`da9feec0 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000005e`da9fef10 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000005e`da9ff830 00007ff6`f1b2e738     postgres!PostmasterMain(
0000005e`da9ff9c0 00007ff6`f2125b29     postgres!main(
0000005e`da9ffa00 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000005e`da9ffa50 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000005e`da9ffac0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000005e`dadff9a8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005e`dadff9b0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000005e`dadffca0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000005e`dadffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005e`db5ffa28 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005e`db5ffa30 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000005e`db5ffd20 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000005e`db5ffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005e`db9ffbe8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005e`db9ffbf0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000005e`db9ffee0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000005e`db9fff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fe`58bff758 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fe`58bff760 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000fe`58bffa50 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000fe`58bffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fe`57fff5a8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fe`57fff5b0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000fe`57fff8a0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000fe`57fff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fe`587ffd48 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
000000fe`587ffd50 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
000000fe`587ffdc0 00007fff`54214cb0     postgres!pg_signal_thread(
000000fe`587ffec0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000fe`587ffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fe`583ff888 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fe`583ff890 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000fe`583ffb80 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000fe`583ffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fe`57bff190 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000fe`57bff1d0 00007ff6`f1c7935c     postgres!ExceptionalCondition(
000000fe`57bff210 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000fe`57bff260 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000fe`57bff2b0 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000fe`57bffbd0 00007ff6`f1b2e738     postgres!PostmasterMain(
000000fe`57bffd60 00007ff6`f2125b29     postgres!main(
000000fe`57bffda0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000fe`57bffdf0 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000fe`57bffe60 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000043`2fbffb78 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000043`2fbffb80 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000043`2fbffe70 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000043`2fbffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000043`2f7ff9e8 00007ff6`f1c72257     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000043`2f7ff9f0 00007ff6`f1b2e6a4     postgres!SubPostmasterMain(
00000043`2f7ffa60 00007ff6`f2125b29     postgres!main(
00000043`2f7ffaa0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000043`2f7ffaf0 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000043`2f7ffb60 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000043`2f7ffb90 00007fff`54214cb0     postgres!mainCRTStartup(
00000043`2f7ffbc0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000043`2f7ffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000043`2ffffb38 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000043`2ffffb40 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000043`2ffffe30 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000043`2ffffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ed`3d9ff7a8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ed`3d9ff7b0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000ed`3d9ffaa0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ed`3d9ffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ed`3ddff988 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ed`3ddff990 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000ed`3ddffc80 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ed`3ddffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ed`3e1ffbe8 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
000000ed`3e1ffbf0 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
000000ed`3e1ffc60 00007fff`54214cb0     postgres!pg_signal_thread(
000000ed`3e1ffd60 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ed`3e1ffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ed`3d1feb00 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ed`3d1feb40 00007ff6`f1c7935c     postgres!ExceptionalCondition(
000000ed`3d1feb80 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ed`3d1febd0 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000ed`3d1fec20 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ed`3d1ff540 00007ff6`f1b2e738     postgres!PostmasterMain(
000000ed`3d1ff6d0 00007ff6`f2125b29     postgres!main(
000000ed`3d1ff710 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ed`3d1ff760 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ed`3d1ff7d0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ed`3e5ffa98 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ed`3e5ffaa0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000ed`3e5ffd90 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ed`3e5ffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ed`3d5ff8d8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ed`3d5ff8e0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000ed`3d5ffbd0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ed`3d5ffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000041`cfdff738 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000041`cfdff740 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000041`cfdff7b0 00007fff`54214cb0     postgres!pg_signal_thread(
00000041`cfdff8b0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000041`cfdff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000041`cf1fece0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000041`cf1fed20 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000041`cf1fed60 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000041`cf1fedb0 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000041`cf1fee00 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000041`cf1ff720 00007ff6`f1b2e738     postgres!PostmasterMain(
00000041`cf1ff8b0 00007ff6`f2125b29     postgres!main(
00000041`cf1ff8f0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000041`cf1ff940 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000041`cf1ff9b0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000041`cf5ff688 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000041`cf5ff690 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000041`cf5ff980 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000041`cf5ff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000041`cf9ff798 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000041`cf9ff7a0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000041`cf9ffa90 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000041`cf9ffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000041`d01ff8f8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000041`d01ff900 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000041`d01ffbf0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000041`d01ffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a7`afbff9e8 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
000000a7`afbff9f0 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
000000a7`afbffa60 00007fff`54214cb0     postgres!pg_signal_thread(
000000a7`afbffb60 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a7`afbffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a7`aefff150 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a7`aefff190 00007ff6`f1c7935c     postgres!ExceptionalCondition(
000000a7`aefff1d0 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000a7`aefff220 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000a7`aefff270 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a7`aefffb90 00007ff6`f1b2e738     postgres!PostmasterMain(
000000a7`aefffd20 00007ff6`f2125b29     postgres!main(
000000a7`aefffd60 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a7`aefffdb0 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a7`aefffe20 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a7`af3ff518 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a7`af3ff520 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000a7`af3ff810 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a7`af3ff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a7`af7ff528 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a7`af7ff530 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000a7`af7ff820 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a7`af7ff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a7`affff658 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a7`affff660 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000a7`affff950 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a7`affff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002c`0a3ffb68 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002c`0a3ffb70 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000002c`0a3ffe60 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000002c`0a3ffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002c`09bffad8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002c`09bffae0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000002c`09bffdd0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000002c`09bffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002c`09fffb08 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
0000002c`09fffb10 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
0000002c`09fffb80 00007fff`54214cb0     postgres!pg_signal_thread(
0000002c`09fffc80 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000002c`09fffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002c`093feb40 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000002c`093feb80 00007ff6`f1c7935c     postgres!ExceptionalCondition(
0000002c`093febc0 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000002c`093fec10 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000002c`093fec60 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000002c`093ff580 00007ff6`f1b2e738     postgres!PostmasterMain(
0000002c`093ff710 00007ff6`f2125b29     postgres!main(
0000002c`093ff750 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000002c`093ff7a0 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000002c`093ff810 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000002c`097ff648 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002c`097ff650 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000002c`097ff940 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000002c`097ff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000091`e7dff708 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000091`e7dff710 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000091`e7dffa00 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000091`e7dffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000091`e71fed00 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000091`e71fed40 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000091`e71fed80 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000091`e71fedd0 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000091`e71fee20 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000091`e71ff740 00007ff6`f1b2e738     postgres!PostmasterMain(
00000091`e71ff8d0 00007ff6`f2125b29     postgres!main(
00000091`e71ff910 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000091`e71ff960 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000091`e71ff9d0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000091`e75ffb88 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000091`e75ffb90 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000091`e75ffe80 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000091`e75ffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000091`e79ff988 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000091`e79ff990 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000091`e79ffa00 00007fff`54214cb0     postgres!pg_signal_thread(
00000091`e79ffb00 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000091`e79ffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000091`e81ff998 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000091`e81ff9a0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000091`e81ffc90 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000091`e81ffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000088`445ff948 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000088`445ff950 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000088`445ff9c0 00007fff`54214cb0     postgres!pg_signal_thread(
00000088`445ffac0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000088`445ffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000088`449ff778 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000088`449ff780 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000088`449ffa70 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000088`449ffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000088`441ff7c8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000088`441ff7d0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000088`441ffac0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000088`441ffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000088`43dff848 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000088`43dff850 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000088`43dffb40 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000088`43dffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000088`439fea30 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000088`439fea70 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000088`439feab0 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000088`439feb00 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000088`439feb50 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000088`439ff470 00007ff6`f1b2e738     postgres!PostmasterMain(
00000088`439ff600 00007ff6`f2125b29     postgres!main(
00000088`439ff640 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000088`439ff690 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000088`439ff700 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000dd`9a1ff4d8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dd`9a1ff4e0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000dd`9a1ff7d0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`9a1ff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`995feb80 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000dd`995febc0 00007ff6`f1c7935c     postgres!ExceptionalCondition(
000000dd`995fec00 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000dd`995fec50 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000dd`995feca0 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000dd`995ff5c0 00007ff6`f1b2e738     postgres!PostmasterMain(
000000dd`995ff750 00007ff6`f2125b29     postgres!main(
000000dd`995ff790 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000dd`995ff7e0 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000dd`995ff850 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000dd`999ff9b8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dd`999ff9c0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000dd`999ffcb0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`999ffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`99dffb08 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
000000dd`99dffb10 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
000000dd`99dffb80 00007fff`54214cb0     postgres!pg_signal_thread(
000000dd`99dffc80 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`99dffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`9a5ffa18 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dd`9a5ffa20 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000dd`9a5ffd10 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`9a5ffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000db`b6bff848 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000db`b6bff850 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000db`b6bffb40 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000db`b6bffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000db`b67ffcf8 00007ff6`f1c72257     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000db`b67ffd00 00007ff6`f1b2e6a4     postgres!SubPostmasterMain(
000000db`b67ffd70 00007ff6`f2125b29     postgres!main(
000000db`b67ffdb0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000db`b67ffe00 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000db`b67ffe70 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000db`b67ffea0 00007fff`54214cb0     postgres!mainCRTStartup(
000000db`b67ffed0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000db`b67fff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000db`b6fff9f8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000db`b6fffa00 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000db`b6fffcf0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000db`b6fffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000a`b07ff6d8 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
0000000a`b07ff6e0 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
0000000a`b07ff750 00007fff`54214cb0     postgres!pg_signal_thread(
0000000a`b07ff850 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000000a`b07ff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000a`afbfecc0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000000a`afbfed00 00007ff6`f1c7935c     postgres!ExceptionalCondition(
0000000a`afbfed40 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000000a`afbfed90 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000000a`afbfede0 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000000a`afbff700 00007ff6`f1b2e738     postgres!PostmasterMain(
0000000a`afbff890 00007ff6`f2125b29     postgres!main(
0000000a`afbff8d0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000000a`afbff920 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000000a`afbff990 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000000a`affff468 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000a`affff470 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000000a`affff760 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000000a`affff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000a`b03ff718 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000a`b03ff720 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000000a`b03ffa10 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000000a`b03ffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000a`b0bffb58 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000a`b0bffb60 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000000a`b0bffe50 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000000a`b0bffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000020`cf9ff878 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000020`cf9ff880 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000020`cf9ffb70 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000020`cf9ffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000020`cf1ffbc8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000020`cf1ffbd0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000020`cf1ffec0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000020`cf1ffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000020`cedffad8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000020`cedffae0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000020`cedffdd0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000020`cedffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000020`ce9ff020 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000020`ce9ff060 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000020`ce9ff0a0 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000020`ce9ff0f0 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000020`ce9ff140 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000020`ce9ffa60 00007ff6`f1b2e738     postgres!PostmasterMain(
00000020`ce9ffbf0 00007ff6`f2125b29     postgres!main(
00000020`ce9ffc30 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000020`ce9ffc80 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000020`ce9ffcf0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000020`cf5ff7f8 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000020`cf5ff800 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000020`cf5ff870 00007fff`54214cb0     postgres!pg_signal_thread(
00000020`cf5ff970 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000020`cf5ff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000054`aa3fef00 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000054`aa3fef40 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000054`aa3fef80 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000054`aa3fefd0 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000054`aa3ff020 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000054`aa3ff940 00007ff6`f1b2e738     postgres!PostmasterMain(
00000054`aa3ffad0 00007ff6`f2125b29     postgres!main(
00000054`aa3ffb10 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000054`aa3ffb60 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000054`aa3ffbd0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000054`aa7ffb08 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000054`aa7ffb10 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000054`aa7ffe00 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000054`aa7ffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000054`aabff858 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000054`aabff860 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000054`aabffb50 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000054`aabffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000054`aafff538 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000054`aafff540 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000054`aafff830 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000054`aafff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000054`ab3ffae8 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000054`ab3ffaf0 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000054`ab3ffb60 00007fff`54214cb0     postgres!pg_signal_thread(
00000054`ab3ffc60 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000054`ab3ffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000054`ab7ff978 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000054`ab7ff980 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000054`ab7ffc70 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000054`ab7ffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000057`b03ff6d8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000057`b03ff6e0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000057`b03ff9d0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000057`b03ffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000057`affff838 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000057`affff840 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000057`affffb30 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000057`affffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000057`afbff638 00007ff6`f1c72257     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000057`afbff640 00007ff6`f1b2e6a4     postgres!SubPostmasterMain(
00000057`afbff6b0 00007ff6`f2125b29     postgres!main(
00000057`afbff6f0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000057`afbff740 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000057`afbff7b0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000057`afbff7e0 00007fff`54214cb0     postgres!mainCRTStartup(
00000057`afbff810 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000057`afbff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000033`91fff928 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000033`91fff930 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000033`91fffc20 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000033`91fffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000033`923ffa68 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000033`923ffa70 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000033`923ffd60 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000033`923ffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000033`91bffcb8 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000033`91bffcc0 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000033`91bffd30 00007fff`54214cb0     postgres!pg_signal_thread(
00000033`91bffe30 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000033`91bffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000033`913fed90 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000033`913fedd0 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000033`913fee10 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000033`913fee60 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000033`913feeb0 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000033`913ff7d0 00007ff6`f1b2e738     postgres!PostmasterMain(
00000033`913ff960 00007ff6`f2125b29     postgres!main(
00000033`913ff9a0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000033`913ff9f0 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000033`913ffa60 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000033`917ff918 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000033`917ff920 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000033`917ffc10 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000033`917ffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b2`4c9ff688 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b2`4c9ff690 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000b2`4c9ff980 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b2`4c9ff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b2`4c5ff738 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b2`4c5ff740 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000b2`4c5ffa30 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b2`4c5ffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b2`4c1ff878 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b2`4c1ff880 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000b2`4c1ffb70 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b2`4c1ffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b2`4bdffc98 00007ff6`f1c72257     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000b2`4bdffca0 00007ff6`f1b2e6a4     postgres!SubPostmasterMain(
000000b2`4bdffd10 00007ff6`f2125b29     postgres!main(
000000b2`4bdffd50 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b2`4bdffda0 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000b2`4bdffe10 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000b2`4bdffe40 00007fff`54214cb0     postgres!mainCRTStartup(
000000b2`4bdffe70 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b2`4bdffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000008`407feb60 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000008`407feba0 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000008`407febe0 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000008`407fec30 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000008`407fec80 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000008`407ff5a0 00007ff6`f1b2e738     postgres!PostmasterMain(
00000008`407ff730 00007ff6`f2125b29     postgres!main(
00000008`407ff770 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000008`407ff7c0 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000008`407ff830 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000008`417ffb88 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000008`417ffb90 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000008`417ffe80 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000008`417ffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000008`413ffcc8 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000008`413ffcd0 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000008`413ffd40 00007fff`54214cb0     postgres!pg_signal_thread(
00000008`413ffe40 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000008`413ffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000008`40fffa58 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000008`40fffa60 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000008`40fffd50 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000008`40fffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000008`40bffac8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000008`40bffad0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000008`40bffdc0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000008`40bffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000f`c83ff608 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000f`c83ff610 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000000f`c83ff900 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000000f`c83ff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000f`c7fff140 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000000f`c7fff180 00007ff6`f1c7935c     postgres!ExceptionalCondition(
0000000f`c7fff1c0 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000000f`c7fff210 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000000f`c7fff260 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000000f`c7fffb80 00007ff6`f1b2e738     postgres!PostmasterMain(
0000000f`c7fffd10 00007ff6`f2125b29     postgres!main(
0000000f`c7fffd50 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000000f`c7fffda0 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000000f`c7fffe10 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000000f`c8fffc38 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000f`c8fffc40 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000000f`c8ffff30 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000000f`c8ffff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000f`c8bff4e8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000f`c8bff4f0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000000f`c8bff7e0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000000f`c8bff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000f`c87ffa58 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
0000000f`c87ffa60 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
0000000f`c87ffad0 00007fff`54214cb0     postgres!pg_signal_thread(
0000000f`c87ffbd0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000000f`c87ffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004e`5adff4b8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004e`5adff4c0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000004e`5adff7b0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000004e`5adff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004e`5a9fecb0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000004e`5a9fecf0 00007ff6`f1c7935c     postgres!ExceptionalCondition(
0000004e`5a9fed30 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000004e`5a9fed80 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000004e`5a9fedd0 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000004e`5a9ff6f0 00007ff6`f1b2e738     postgres!PostmasterMain(
0000004e`5a9ff880 00007ff6`f2125b29     postgres!main(
0000004e`5a9ff8c0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000004e`5a9ff910 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000004e`5a9ff980 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000004e`5b9ff858 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004e`5b9ff860 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000004e`5b9ffb50 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000004e`5b9ffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004e`5b5ff998 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
0000004e`5b5ff9a0 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
0000004e`5b5ffa10 00007fff`54214cb0     postgres!pg_signal_thread(
0000004e`5b5ffb10 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000004e`5b5ffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004e`5b1ff6d8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004e`5b1ff6e0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000004e`5b1ff9d0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000004e`5b1ffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000038`1a1ff498 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000038`1a1ff4a0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000038`1a1ff790 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000038`1a1ff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000038`199fed10 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000038`199fed50 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000038`199fed90 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000038`199fede0 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000038`199fee30 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000038`199ff750 00007ff6`f1b2e738     postgres!PostmasterMain(
00000038`199ff8e0 00007ff6`f2125b29     postgres!main(
00000038`199ff920 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000038`199ff970 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000038`199ff9e0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000038`1a5ff828 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000038`1a5ff830 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000038`1a5ff8a0 00007fff`54214cb0     postgres!pg_signal_thread(
00000038`1a5ff9a0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000038`1a5ff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000038`1a9ffae8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000038`1a9ffaf0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000038`1a9ffde0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000038`1a9ffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000038`19dff7b8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000038`19dff7c0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000038`19dffab0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000038`19dffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000013`eadff5d8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000013`eadff5e0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000013`eadff8d0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000013`eadff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000013`ea5ff7b8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000013`ea5ff7c0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000013`ea5ffab0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000013`ea5ffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000013`ea1fec90 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000013`ea1fecd0 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000013`ea1fed10 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000013`ea1fed60 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000013`ea1fedb0 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000013`ea1ff6d0 00007ff6`f1b2e738     postgres!PostmasterMain(
00000013`ea1ff860 00007ff6`f2125b29     postgres!main(
00000013`ea1ff8a0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000013`ea1ff8f0 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000013`ea1ff960 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000013`eb1ffb68 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000013`eb1ffb70 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000013`eb1ffe60 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000013`eb1ffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000013`ea9ff728 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000013`ea9ff730 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000013`ea9ff7a0 00007fff`54214cb0     postgres!pg_signal_thread(
00000013`ea9ff8a0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000013`ea9ff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007d`3a7feb90 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000007d`3a7febd0 00007ff6`f1c7935c     postgres!ExceptionalCondition(
0000007d`3a7fec10 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000007d`3a7fec60 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000007d`3a7fecb0 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000007d`3a7ff5d0 00007ff6`f1b2e738     postgres!PostmasterMain(
0000007d`3a7ff760 00007ff6`f2125b29     postgres!main(
0000007d`3a7ff7a0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000007d`3a7ff7f0 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000007d`3a7ff860 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000007d`3abff8f8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007d`3abff900 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000007d`3abffbf0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000007d`3abffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007d`3afff9a8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007d`3afff9b0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000007d`3afffca0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000007d`3afffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007d`3b3ff728 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
0000007d`3b3ff730 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
0000007d`3b3ff7a0 00007fff`54214cb0     postgres!pg_signal_thread(
0000007d`3b3ff8a0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000007d`3b3ff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007d`3b7ff7c8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007d`3b7ff7d0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000007d`3b7ffac0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000007d`3b7ffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005d`5ebffa68 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005d`5ebffa70 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000005d`5ebffd60 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000005d`5ebffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005d`5e3ff0a0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000005d`5e3ff0e0 00007ff6`f1c7935c     postgres!ExceptionalCondition(
0000005d`5e3ff120 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000005d`5e3ff170 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000005d`5e3ff1c0 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000005d`5e3ffae0 00007ff6`f1b2e738     postgres!PostmasterMain(
0000005d`5e3ffc70 00007ff6`f2125b29     postgres!main(
0000005d`5e3ffcb0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000005d`5e3ffd00 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000005d`5e3ffd70 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000005d`5e7ffb78 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005d`5e7ffb80 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000005d`5e7ffe70 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000005d`5e7ffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005d`5efffb08 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
0000005d`5efffb10 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
0000005d`5efffb80 00007fff`54214cb0     postgres!pg_signal_thread(
0000005d`5efffc80 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000005d`5efffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005d`5f3ffbc8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005d`5f3ffbd0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000005d`5f3ffec0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000005d`5f3ffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003c`961ff200 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000003c`961ff240 00007ff6`f1c7935c     postgres!ExceptionalCondition(
0000003c`961ff280 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000003c`961ff2d0 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000003c`961ff320 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000003c`961ffc40 00007ff6`f1b2e738     postgres!PostmasterMain(
0000003c`961ffdd0 00007ff6`f2125b29     postgres!main(
0000003c`961ffe10 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000003c`961ffe60 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000003c`961ffed0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000003c`965ff638 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003c`965ff640 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000003c`965ff930 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000003c`965ff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003c`969ff608 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003c`969ff610 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000003c`969ff900 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000003c`969ff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003c`96dffd98 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
0000003c`96dffda0 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
0000003c`96dffe10 00007fff`54214cb0     postgres!pg_signal_thread(
0000003c`96dfff10 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000003c`96dfff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003c`971ffb18 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003c`971ffb20 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000003c`971ffe10 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000003c`971ffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000e`2afffab8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000e`2afffac0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000000e`2afffdb0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000000e`2afffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000e`2b7ffb88 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000e`2b7ffb90 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000000e`2b7ffe80 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000000e`2b7ffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000e`2abff668 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000e`2abff670 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000000e`2abff960 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000000e`2abff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000e`2a7fef40 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000000e`2a7fef80 00007ff6`f1c7935c     postgres!ExceptionalCondition(
0000000e`2a7fefc0 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000000e`2a7ff010 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000000e`2a7ff060 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000000e`2a7ff980 00007ff6`f1b2e738     postgres!PostmasterMain(
0000000e`2a7ffb10 00007ff6`f2125b29     postgres!main(
0000000e`2a7ffb50 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000000e`2a7ffba0 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000000e`2a7ffc10 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000000e`2b3ffdb8 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
0000000e`2b3ffdc0 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
0000000e`2b3ffe30 00007fff`54214cb0     postgres!pg_signal_thread(
0000000e`2b3fff30 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000000e`2b3fff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ee`ff5ffa18 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ee`ff5ffa20 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000ee`ff5ffd10 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ee`ff5ffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ee`fe1ff170 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ee`fe1ff1b0 00007ff6`f1c7935c     postgres!ExceptionalCondition(
000000ee`fe1ff1f0 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ee`fe1ff240 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000ee`fe1ff290 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ee`fe1ffbb0 00007ff6`f1b2e738     postgres!PostmasterMain(
000000ee`fe1ffd40 00007ff6`f2125b29     postgres!main(
000000ee`fe1ffd80 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ee`fe1ffdd0 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ee`fe1ffe40 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ee`fe5ff668 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ee`fe5ff670 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000ee`fe5ff960 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ee`fe5ff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ee`fe9ff9d8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ee`fe9ff9e0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000ee`fe9ffcd0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ee`fe9ffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ee`fedff9b8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ee`fedff9c0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000ee`fedffcb0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ee`fedffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ee`ff1ff678 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
000000ee`ff1ff680 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
000000ee`ff1ff6f0 00007fff`54214cb0     postgres!pg_signal_thread(
000000ee`ff1ff7f0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ee`ff1ff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000009`569ff7f8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000009`569ff800 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000009`569ffaf0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000009`569ffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000009`55dfeb70 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000009`55dfebb0 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000009`55dfebf0 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000009`55dfec40 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000009`55dfec90 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000009`55dff5b0 00007ff6`f1b2e738     postgres!PostmasterMain(
00000009`55dff740 00007ff6`f2125b29     postgres!main(
00000009`55dff780 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000009`55dff7d0 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000009`55dff840 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000009`561ffa68 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000009`561ffa70 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000009`561ffd60 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000009`561ffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000009`565ffad8 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000009`565ffae0 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000009`565ffb50 00007fff`54214cb0     postgres!pg_signal_thread(
00000009`565ffc50 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000009`565ffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000009`56dff6c8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000009`56dff6d0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000009`56dff9c0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000009`56dff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008d`705feb30 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000008d`705feb70 00007ff6`f1c7935c     postgres!ExceptionalCondition(
0000008d`705febb0 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000008d`705fec00 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000008d`705fec50 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000008d`705ff570 00007ff6`f1b2e738     postgres!PostmasterMain(
0000008d`705ff700 00007ff6`f2125b29     postgres!main(
0000008d`705ff740 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000008d`705ff790 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000008d`705ff800 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000008d`715ff6b8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008d`715ff6c0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000008d`715ff9b0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000008d`715ff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008d`711ffd38 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
0000008d`711ffd40 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
0000008d`711ffdb0 00007fff`54214cb0     postgres!pg_signal_thread(
0000008d`711ffeb0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000008d`711ffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008d`70dff958 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008d`70dff960 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000008d`70dffc50 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000008d`70dffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008d`709ff778 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008d`709ff780 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000008d`709ffa70 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000008d`709ffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000038`c03ff448 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000038`c03ff450 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000038`c03ff740 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000038`c03ff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000038`bf3feda0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000038`bf3fede0 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000038`bf3fee20 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000038`bf3fee70 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000038`bf3feec0 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000038`bf3ff7e0 00007ff6`f1b2e738     postgres!PostmasterMain(
00000038`bf3ff970 00007ff6`f2125b29     postgres!main(
00000038`bf3ff9b0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000038`bf3ffa00 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000038`bf3ffa70 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000038`bf7ff8b8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000038`bf7ff8c0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000038`bf7ffbb0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000038`bf7ffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000038`bfbffbd8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000038`bfbffbe0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000038`bfbffed0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000038`bfbfff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000038`bffff708 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000038`bffff710 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000038`bffff780 00007fff`54214cb0     postgres!pg_signal_thread(
00000038`bffff880 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000038`bffff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000036`065ff508 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000036`065ff510 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000036`065ff800 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000036`065ff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000036`071ffbd8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000036`071ffbe0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000036`071ffed0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000036`071fff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000036`069ff5a8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000036`069ff5b0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000036`069ff8a0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000036`069ff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000036`05dfebf0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000036`05dfec30 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000036`05dfec70 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000036`05dfecc0 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000036`05dfed10 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000036`05dff630 00007ff6`f1b2e738     postgres!PostmasterMain(
00000036`05dff7c0 00007ff6`f2125b29     postgres!main(
00000036`05dff800 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000036`05dff850 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000036`05dff8c0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000036`061ff4f8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000036`061ff500 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000036`061ff7f0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000036`061ff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000036`06dff5f8 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000036`06dff600 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000036`06dff670 00007fff`54214cb0     postgres!pg_signal_thread(
00000036`06dff770 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000036`06dff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`961fefa0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000001`961fefe0 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000001`961ff020 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000001`961ff070 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000001`961ff0c0 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000001`961ff9e0 00007ff6`f1b2e738     postgres!PostmasterMain(
00000001`961ffb70 00007ff6`f2125b29     postgres!main(
00000001`961ffbb0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000001`961ffc00 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000001`961ffc70 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000001`965ff758 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000001`965ff760 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000001`965ffa50 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000001`965ffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`969ff608 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000001`969ff610 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000001`969ff900 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000001`969ff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`96dff908 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000001`96dff910 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000001`96dffc00 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000001`96dffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`971ffa88 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000001`971ffa90 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000001`971ffb00 00007fff`54214cb0     postgres!pg_signal_thread(
00000001`971ffc00 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000001`971ffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`975ffc08 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000001`975ffc10 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000001`975fff00 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000001`975fff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000025`96fff070 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000025`96fff0b0 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000025`96fff0f0 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000025`96fff140 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000025`96fff190 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000025`96fffab0 00007ff6`f1b2e738     postgres!PostmasterMain(
00000025`96fffc40 00007ff6`f2125b29     postgres!main(
00000025`96fffc80 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000025`96fffcd0 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000025`96fffd40 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000025`977ff6f8 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000025`977ff700 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000025`977ff770 00007fff`54214cb0     postgres!pg_signal_thread(
00000025`977ff870 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000025`977ff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000025`97fff8c8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000025`97fff8d0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000025`97fffbc0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000025`97fffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000025`973ffa38 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000025`973ffa40 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000025`973ffd30 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000025`973ffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000025`97bff9d8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000025`97bff9e0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000025`97bffcd0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000025`97bffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000018`293ff808 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000018`293ff810 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000018`293ffb00 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000018`293ffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000018`29fff778 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000018`29fff780 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000018`29fffa70 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000018`29fffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000018`29bff828 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000018`29bff830 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000018`29bffb20 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000018`29bffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000018`297ff918 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000018`297ff920 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000018`297ff990 00007fff`54214cb0     postgres!pg_signal_thread(
00000018`297ffa90 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000018`297ffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000018`28ffefa0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000018`28ffefe0 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000018`28fff020 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000018`28fff070 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000018`28fff0c0 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000018`28fff9e0 00007ff6`f1b2e738     postgres!PostmasterMain(
00000018`28fffb70 00007ff6`f2125b29     postgres!main(
00000018`28fffbb0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000018`28fffc00 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000018`28fffc70 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000050`799ff658 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000050`799ff660 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000050`799ff6d0 00007fff`54214cb0     postgres!pg_signal_thread(
00000050`799ff7d0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000050`799ff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000050`79dff5b8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000050`79dff5c0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000050`79dff8b0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000050`79dff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000050`78dfedc0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000050`78dfee00 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000050`78dfee40 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000050`78dfee90 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000050`78dfeee0 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000050`78dff800 00007ff6`f1b2e738     postgres!PostmasterMain(
00000050`78dff990 00007ff6`f2125b29     postgres!main(
00000050`78dff9d0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000050`78dffa20 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000050`78dffa90 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000050`791ff958 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000050`791ff960 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000050`791ffc50 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000050`791ffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000050`795ff598 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000050`795ff5a0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000050`795ff890 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000050`795ff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000097`3a7ffce8 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000097`3a7ffcf0 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000097`3a7ffd60 00007fff`54214cb0     postgres!pg_signal_thread(
00000097`3a7ffe60 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000097`3a7ffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000097`3a3ff4f8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000097`3a3ff500 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000097`3a3ff7f0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000097`3a3ff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000097`3abff658 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000097`3abff660 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000097`3abff950 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000097`3abff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000097`39fff618 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000097`39fff620 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000097`39fff910 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000097`39fff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000097`397feb70 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000097`397febb0 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000097`397febf0 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000097`397fec40 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000097`397fec90 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000097`397ff5b0 00007ff6`f1b2e738     postgres!PostmasterMain(
00000097`397ff740 00007ff6`f2125b29     postgres!main(
00000097`397ff780 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000097`397ff7d0 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000097`397ff840 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000097`39bff638 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000097`39bff640 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000097`39bff930 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000097`39bff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000022`3b1ff498 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000022`3b1ff4a0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000022`3b1ff790 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000022`3b1ff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000022`3b9ffaf8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000022`3b9ffb00 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000022`3b9ffdf0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000022`3b9ffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000022`3a9fed60 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000022`3a9feda0 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000022`3a9fede0 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000022`3a9fee30 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000022`3a9fee80 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000022`3a9ff7a0 00007ff6`f1b2e738     postgres!PostmasterMain(
00000022`3a9ff930 00007ff6`f2125b29     postgres!main(
00000022`3a9ff970 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000022`3a9ff9c0 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000022`3a9ffa30 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000022`3adff6b8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000022`3adff6c0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000022`3adff9b0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000022`3adff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000022`3b5ffa18 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000022`3b5ffa20 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000022`3b5ffa90 00007fff`54214cb0     postgres!pg_signal_thread(
00000022`3b5ffb90 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000022`3b5ffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`15fff5c8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dd`15fff5d0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000dd`15fff8c0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`15fff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`167ffbb8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dd`167ffbc0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000dd`167ffeb0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`167ffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`157ff140 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000dd`157ff180 00007ff6`f1c7935c     postgres!ExceptionalCondition(
000000dd`157ff1c0 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000dd`157ff210 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000dd`157ff260 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000dd`157ffb80 00007ff6`f1b2e738     postgres!PostmasterMain(
000000dd`157ffd10 00007ff6`f2125b29     postgres!main(
000000dd`157ffd50 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000dd`157ffda0 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000dd`157ffe10 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000dd`15bff9f8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dd`15bffa00 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000dd`15bffcf0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`15bffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`163ff748 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
000000dd`163ff750 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
000000dd`163ff7c0 00007fff`54214cb0     postgres!pg_signal_thread(
000000dd`163ff8c0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`163ff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000094`783ff6b8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000094`783ff6c0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000094`783ff9b0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000094`783ff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000094`77ffec20 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000094`77ffec60 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000094`77ffeca0 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000094`77ffecf0 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000094`77ffed40 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000094`77fff660 00007ff6`f1b2e738     postgres!PostmasterMain(
00000094`77fff7f0 00007ff6`f2125b29     postgres!main(
00000094`77fff830 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000094`77fff880 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000094`77fff8f0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000094`787ffdb8 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000094`787ffdc0 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000094`787ffe30 00007fff`54214cb0     postgres!pg_signal_thread(
00000094`787fff30 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000094`787fff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000094`78bff478 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000094`78bff480 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000094`78bff770 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000094`78bff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000094`78fff6c8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000094`78fff6d0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000094`78fff9c0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000094`78fff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000013`4e7ffb88 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000013`4e7ffb90 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000013`4e7ffc00 00007fff`54214cb0     postgres!pg_signal_thread(
00000013`4e7ffd00 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000013`4e7ffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000013`4efff668 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000013`4efff670 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000013`4efff960 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000013`4efff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000013`4dbfeee0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000013`4dbfef20 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000013`4dbfef60 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000013`4dbfefb0 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000013`4dbff000 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000013`4dbff920 00007ff6`f1b2e738     postgres!PostmasterMain(
00000013`4dbffab0 00007ff6`f2125b29     postgres!main(
00000013`4dbffaf0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000013`4dbffb40 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000013`4dbffbb0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000013`4ebff7d8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000013`4ebff7e0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000013`4ebffad0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000013`4ebffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000013`4dfff628 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000013`4dfff630 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000013`4dfff920 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000013`4dfff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000013`4e3ff488 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000013`4e3ff490 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000013`4e3ff780 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000013`4e3ff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000002`f55ffd38 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000002`f55ffd40 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000002`f55ffdb0 00007fff`54214cb0     postgres!pg_signal_thread(
00000002`f55ffeb0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000002`f55ffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000002`f5dffc08 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000002`f5dffc10 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000002`f5dfff00 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000002`f5dfff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000002`f51ff5f8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000002`f51ff600 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000002`f51ff8f0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000002`f51ff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000002`f4dfec20 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000002`f4dfec60 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000002`f4dfeca0 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000002`f4dfecf0 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000002`f4dfed40 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000002`f4dff660 00007ff6`f1b2e738     postgres!PostmasterMain(
00000002`f4dff7f0 00007ff6`f2125b29     postgres!main(
00000002`f4dff830 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000002`f4dff880 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000002`f4dff8f0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000002`f59ffb38 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000002`f59ffb40 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000002`f59ffe30 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000002`f59ffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f5`d7dffa88 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f5`d7dffa90 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000f5`d7dffd80 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f5`d7dffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f5`d79ff180 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f5`d79ff1c0 00007ff6`f1c7935c     postgres!ExceptionalCondition(
000000f5`d79ff200 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f5`d79ff250 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000f5`d79ff2a0 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f5`d79ffbc0 00007ff6`f1b2e738     postgres!PostmasterMain(
000000f5`d79ffd50 00007ff6`f2125b29     postgres!main(
000000f5`d79ffd90 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f5`d79ffde0 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f5`d79ffe50 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f5`d81ff678 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f5`d81ff680 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000f5`d81ff970 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f5`d81ff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f5`d85ffb08 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
000000f5`d85ffb10 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
000000f5`d85ffb80 00007fff`54214cb0     postgres!pg_signal_thread(
000000f5`d85ffc80 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f5`d85ffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f5`d89ff808 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f5`d89ff810 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000f5`d89ffb00 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f5`d89ffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005d`e55ff6d8 00007ff6`f1c72257     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
0000005d`e55ff6e0 00007ff6`f1b2e6a4     postgres!SubPostmasterMain(
0000005d`e55ff750 00007ff6`f2125b29     postgres!main(
0000005d`e55ff790 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000005d`e55ff7e0 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000005d`e55ff850 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
0000005d`e55ff880 00007fff`54214cb0     postgres!mainCRTStartup(
0000005d`e55ff8b0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000005d`e55ff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005d`e59ffb88 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005d`e59ffb90 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000005d`e59ffe80 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000005d`e59ffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005d`e5dff9e8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005d`e5dff9f0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000005d`e5dffce0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000005d`e5dffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ec`3a9feba0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ec`3a9febe0 00007ff6`f1c7935c     postgres!ExceptionalCondition(
000000ec`3a9fec20 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ec`3a9fec70 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000ec`3a9fecc0 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ec`3a9ff5e0 00007ff6`f1b2e738     postgres!PostmasterMain(
000000ec`3a9ff770 00007ff6`f2125b29     postgres!main(
000000ec`3a9ff7b0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ec`3a9ff800 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ec`3a9ff870 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ec`3b1ff648 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ec`3b1ff650 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000ec`3b1ff940 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ec`3b1ff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ec`3b9ff4b8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ec`3b9ff4c0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000ec`3b9ff7b0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ec`3b9ff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ec`3adffbd8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ec`3adffbe0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000ec`3adffed0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ec`3adfff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ec`3b5ffc28 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
000000ec`3b5ffc30 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
000000ec`3b5ffca0 00007fff`54214cb0     postgres!pg_signal_thread(
000000ec`3b5ffda0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ec`3b5ffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d0`96bffa98 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d0`96bffaa0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000d0`96bffd90 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d0`96bffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d0`95ffeea0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d0`95ffeee0 00007ff6`f1c7935c     postgres!ExceptionalCondition(
000000d0`95ffef20 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000d0`95ffef70 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000d0`95ffefc0 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000d0`95fff8e0 00007ff6`f1b2e738     postgres!PostmasterMain(
000000d0`95fffa70 00007ff6`f2125b29     postgres!main(
000000d0`95fffab0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d0`95fffb00 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d0`95fffb70 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000d0`963ff908 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d0`963ff910 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000d0`963ffc00 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d0`963ffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d0`967ff8e8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d0`967ff8f0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000d0`967ffbe0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d0`967ffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d0`96fff648 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
000000d0`96fff650 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
000000d0`96fff6c0 00007fff`54214cb0     postgres!pg_signal_thread(
000000d0`96fff7c0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d0`96fff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d0`973ffac8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d0`973ffad0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000d0`973ffdc0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d0`973ffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c5`ec7ffb28 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c5`ec7ffb30 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000c5`ec7ffe20 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c5`ec7ffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c5`ebbffaa8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c5`ebbffab0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000c5`ebbffda0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c5`ebbffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c5`eb7ff1d0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c5`eb7ff210 00007ff6`f1c7935c     postgres!ExceptionalCondition(
000000c5`eb7ff250 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c5`eb7ff2a0 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000c5`eb7ff2f0 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c5`eb7ffc10 00007ff6`f1b2e738     postgres!PostmasterMain(
000000c5`eb7ffda0 00007ff6`f2125b29     postgres!main(
000000c5`eb7ffde0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c5`eb7ffe30 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c5`eb7ffea0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c5`ebfff698 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
000000c5`ebfff6a0 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
000000c5`ebfff710 00007fff`54214cb0     postgres!pg_signal_thread(
000000c5`ebfff810 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c5`ebfff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a8`10bff468 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a8`10bff470 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000a8`10bff760 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a8`10bff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a8`113ff458 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a8`113ff460 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000a8`113ff750 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a8`113ff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a8`10fff798 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
000000a8`10fff7a0 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
000000a8`10fff810 00007fff`54214cb0     postgres!pg_signal_thread(
000000a8`10fff910 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a8`10fff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a8`0fffede0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a8`0fffee20 00007ff6`f1c7935c     postgres!ExceptionalCondition(
000000a8`0fffee60 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000a8`0fffeeb0 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000a8`0fffef00 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a8`0ffff820 00007ff6`f1b2e738     postgres!PostmasterMain(
000000a8`0ffff9b0 00007ff6`f2125b29     postgres!main(
000000a8`0ffff9f0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a8`0ffffa40 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a8`0ffffab0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a8`103ff558 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a8`103ff560 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000a8`103ff850 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a8`103ff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a8`107ff998 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a8`107ff9a0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000a8`107ffc90 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a8`107ffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c8`cbdff6d8 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
000000c8`cbdff6e0 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
000000c8`cbdff750 00007fff`54214cb0     postgres!pg_signal_thread(
000000c8`cbdff850 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c8`cbdff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c8`cadfec20 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c8`cadfec60 00007ff6`f1c7935c     postgres!ExceptionalCondition(
000000c8`cadfeca0 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c8`cadfecf0 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000c8`cadfed40 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c8`cadff660 00007ff6`f1b2e738     postgres!PostmasterMain(
000000c8`cadff7f0 00007ff6`f2125b29     postgres!main(
000000c8`cadff830 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c8`cadff880 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c8`cadff8f0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c8`cb1ff918 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c8`cb1ff920 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000c8`cb1ffc10 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c8`cb1ffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c8`cb5ff778 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c8`cb5ff780 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000c8`cb5ffa70 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c8`cb5ffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c8`cb9ff608 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c8`cb9ff610 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000c8`cb9ff900 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c8`cb9ff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c8`cc1ff578 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c8`cc1ff580 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000c8`cc1ff870 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c8`cc1ff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e4`023feac0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e4`023feb00 00007ff6`f1c7935c     postgres!ExceptionalCondition(
000000e4`023feb40 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000e4`023feb90 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000e4`023febe0 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000e4`023ff500 00007ff6`f1b2e738     postgres!PostmasterMain(
000000e4`023ff690 00007ff6`f2125b29     postgres!main(
000000e4`023ff6d0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e4`023ff720 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e4`023ff790 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000e4`02bffd38 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
000000e4`02bffd40 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
000000e4`02bffdb0 00007fff`54214cb0     postgres!pg_signal_thread(
000000e4`02bffeb0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e4`02bffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e4`02fff518 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e4`02fff520 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000e4`02fff810 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e4`02fff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e4`027ff468 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e4`027ff470 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000e4`027ff760 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e4`027ff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e4`033ffa28 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e4`033ffa30 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000e4`033ffd20 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e4`033ffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007b`ab5ffd48 00007ff6`f1c72257     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
0000007b`ab5ffd50 00007ff6`f1b2e6a4     postgres!SubPostmasterMain(
0000007b`ab5ffdc0 00007ff6`f2125b29     postgres!main(
0000007b`ab5ffe00 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000007b`ab5ffe50 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000007b`ab5ffec0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
0000007b`ab5ffef0 00007fff`54214cb0     postgres!mainCRTStartup(
0000007b`ab5fff20 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000007b`ab5fff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007b`abdffa68 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007b`abdffa70 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000007b`abdffd60 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000007b`abdffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007b`ab9ff6b8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007b`ab9ff6c0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000007b`ab9ff9b0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000007b`ab9ff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000092`62fff458 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000092`62fff460 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000092`62fff750 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000092`62fff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000092`623ff458 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000092`623ff460 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000092`623ff750 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000092`623ff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000092`62bffc28 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000092`62bffc30 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000092`62bfff20 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000092`62bfff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000092`61ffecb0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000092`61ffecf0 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000092`61ffed30 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000092`61ffed80 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000092`61ffedd0 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000092`61fff6f0 00007ff6`f1b2e738     postgres!PostmasterMain(
00000092`61fff880 00007ff6`f2125b29     postgres!main(
00000092`61fff8c0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000092`61fff910 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000092`61fff980 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000092`627ffc68 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000092`627ffc70 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000092`627ffce0 00007fff`54214cb0     postgres!pg_signal_thread(
00000092`627ffde0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000092`627ffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e2`35dff040 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e2`35dff080 00007ff6`f1c7935c     postgres!ExceptionalCondition(
000000e2`35dff0c0 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000e2`35dff110 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000e2`35dff160 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000e2`35dffa80 00007ff6`f1b2e738     postgres!PostmasterMain(
000000e2`35dffc10 00007ff6`f2125b29     postgres!main(
000000e2`35dffc50 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e2`35dffca0 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e2`35dffd10 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000e2`361ff448 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e2`361ff450 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000e2`361ff740 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e2`361ff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e2`371ff5b8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e2`371ff5c0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000e2`371ff8b0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e2`371ff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e2`36dffbf8 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
000000e2`36dffc00 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
000000e2`36dffc70 00007fff`54214cb0     postgres!pg_signal_thread(
000000e2`36dffd70 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e2`36dffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e2`369ff6c8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e2`369ff6d0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000e2`369ff9c0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e2`369ff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e2`365ff558 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e2`365ff560 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000e2`365ff850 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e2`365ff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000059`9abff7b8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000059`9abff7c0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000059`9abffab0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000059`9abffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000059`9b7ff758 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000059`9b7ff760 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000059`9b7ffa50 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000059`9b7ffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000059`9b3ff658 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000059`9b3ff660 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000059`9b3ff6d0 00007fff`54214cb0     postgres!pg_signal_thread(
00000059`9b3ff7d0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000059`9b3ff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000059`9afff918 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000059`9afff920 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000059`9afffc10 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000059`9afffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000059`9a7fee30 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000059`9a7fee70 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000059`9a7feeb0 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000059`9a7fef00 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000059`9a7fef50 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000059`9a7ff870 00007ff6`f1b2e738     postgres!PostmasterMain(
00000059`9a7ffa00 00007ff6`f2125b29     postgres!main(
00000059`9a7ffa40 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000059`9a7ffa90 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000059`9a7ffb00 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000cf`7abffbd8 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
000000cf`7abffbe0 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
000000cf`7abffc50 00007fff`54214cb0     postgres!pg_signal_thread(
000000cf`7abffd50 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`7abffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`7afff798 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cf`7afff7a0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000cf`7afffa90 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`7afffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`7a3ff948 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cf`7a3ff950 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000cf`7a3ffc40 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`7a3ffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`7a7ffb18 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cf`7a7ffb20 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000cf`7a7ffe10 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`7a7ffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`79fff0a0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000cf`79fff0e0 00007ff6`f1c7935c     postgres!ExceptionalCondition(
000000cf`79fff120 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000cf`79fff170 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000cf`79fff1c0 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000cf`79fffae0 00007ff6`f1b2e738     postgres!PostmasterMain(
000000cf`79fffc70 00007ff6`f2125b29     postgres!main(
000000cf`79fffcb0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000cf`79fffd00 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000cf`79fffd70 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000af`d01fed90 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000af`d01fedd0 00007ff6`f1c7935c     postgres!ExceptionalCondition(
000000af`d01fee10 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000af`d01fee60 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000af`d01feeb0 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000af`d01ff7d0 00007ff6`f1b2e738     postgres!PostmasterMain(
000000af`d01ff960 00007ff6`f2125b29     postgres!main(
000000af`d01ff9a0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000af`d01ff9f0 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000af`d01ffa60 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000af`d11ff888 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000af`d11ff890 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000af`d11ffb80 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000af`d11ffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000af`d09ff5d8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000af`d09ff5e0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000af`d09ff8d0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000af`d09ff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000af`d0dff888 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
000000af`d0dff890 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
000000af`d0dff900 00007fff`54214cb0     postgres!pg_signal_thread(
000000af`d0dffa00 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000af`d0dffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000af`d05ff778 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000af`d05ff780 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000af`d05ffa70 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000af`d05ffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a6`bfdffa08 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a6`bfdffa10 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000a6`bfdffd00 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a6`bfdffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a6`c05ffb58 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a6`c05ffb60 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000a6`c05ffe50 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a6`c05ffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a6`bf5ff150 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a6`bf5ff190 00007ff6`f1c7935c     postgres!ExceptionalCondition(
000000a6`bf5ff1d0 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000a6`bf5ff220 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000a6`bf5ff270 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a6`bf5ffb90 00007ff6`f1b2e738     postgres!PostmasterMain(
000000a6`bf5ffd20 00007ff6`f2125b29     postgres!main(
000000a6`bf5ffd60 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a6`bf5ffdb0 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a6`bf5ffe20 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a6`bf9ff5a8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a6`bf9ff5b0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000a6`bf9ff8a0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a6`bf9ff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a6`c01ffb28 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
000000a6`c01ffb30 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
000000a6`c01ffba0 00007fff`54214cb0     postgres!pg_signal_thread(
000000a6`c01ffca0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a6`c01ffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f2`8b5ffc78 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
000000f2`8b5ffc80 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
000000f2`8b5ffcf0 00007fff`54214cb0     postgres!pg_signal_thread(
000000f2`8b5ffdf0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f2`8b5ffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f2`8bdff868 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f2`8bdff870 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000f2`8bdffb60 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f2`8bdffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f2`8adfeea0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f2`8adfeee0 00007ff6`f1c7935c     postgres!ExceptionalCondition(
000000f2`8adfef20 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f2`8adfef70 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000f2`8adfefc0 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f2`8adff8e0 00007ff6`f1b2e738     postgres!PostmasterMain(
000000f2`8adffa70 00007ff6`f2125b29     postgres!main(
000000f2`8adffab0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f2`8adffb00 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f2`8adffb70 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f2`8b1ff5b8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f2`8b1ff5c0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000f2`8b1ff8b0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f2`8b1ff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f2`8b9ff808 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f2`8b9ff810 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000f2`8b9ffb00 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f2`8b9ffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`007ff090 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000001`007ff0d0 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000001`007ff110 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000001`007ff160 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000001`007ff1b0 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000001`007ffad0 00007ff6`f1b2e738     postgres!PostmasterMain(
00000001`007ffc60 00007ff6`f2125b29     postgres!main(
00000001`007ffca0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000001`007ffcf0 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000001`007ffd60 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000001`00bffa58 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000001`00bffa60 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000001`00bffd50 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000001`00bffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`00fff528 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000001`00fff530 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000001`00fff820 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000001`00fff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`013ff788 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000001`013ff790 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000001`013ff800 00007fff`54214cb0     postgres!pg_signal_thread(
00000001`013ff900 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000001`013ff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`017ff838 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000001`017ff840 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000001`017ffb30 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000001`017ffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d0`6d1ffbf8 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
000000d0`6d1ffc00 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
000000d0`6d1ffc70 00007fff`54214cb0     postgres!pg_signal_thread(
000000d0`6d1ffd70 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d0`6d1ffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d0`6d5ff9f8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d0`6d5ffa00 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000d0`6d5ffcf0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d0`6d5ffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d0`6c9ffab8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d0`6c9ffac0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000d0`6c9ffdb0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d0`6c9ffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d0`6c5feda0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d0`6c5fede0 00007ff6`f1c7935c     postgres!ExceptionalCondition(
000000d0`6c5fee20 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000d0`6c5fee70 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000d0`6c5feec0 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000d0`6c5ff7e0 00007ff6`f1b2e738     postgres!PostmasterMain(
000000d0`6c5ff970 00007ff6`f2125b29     postgres!main(
000000d0`6c5ff9b0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d0`6c5ffa00 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d0`6c5ffa70 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000d0`6cdff938 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d0`6cdff940 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000d0`6cdffc30 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d0`6cdffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000063`c79ff7a8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000063`c79ff7b0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000063`c79ffaa0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000063`c79ffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000063`c81ff868 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000063`c81ff870 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000063`c81ffb60 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000063`c81ffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000063`c71fea50 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000063`c71fea90 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000063`c71fead0 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000063`c71feb20 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000063`c71feb70 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000063`c71ff490 00007ff6`f1b2e738     postgres!PostmasterMain(
00000063`c71ff620 00007ff6`f2125b29     postgres!main(
00000063`c71ff660 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000063`c71ff6b0 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000063`c71ff720 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000063`c75ffa58 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000063`c75ffa60 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000063`c75ffd50 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000063`c75ffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000063`c7dff978 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000063`c7dff980 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000063`c7dff9f0 00007fff`54214cb0     postgres!pg_signal_thread(
00000063`c7dffaf0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000063`c7dffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000097`64fffd58 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000097`64fffd60 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000097`64fffdd0 00007fff`54214cb0     postgres!pg_signal_thread(
00000097`64fffed0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000097`64ffff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000097`657ff5a8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000097`657ff5b0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000097`657ff8a0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000097`657ff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000097`647fecc0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000097`647fed00 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000097`647fed40 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000097`647fed90 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000097`647fede0 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000097`647ff700 00007ff6`f1b2e738     postgres!PostmasterMain(
00000097`647ff890 00007ff6`f2125b29     postgres!main(
00000097`647ff8d0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000097`647ff920 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000097`647ff990 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000097`64bff738 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000097`64bff740 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000097`64bffa30 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000097`64bffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000097`653ff638 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000097`653ff640 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000097`653ff930 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000097`653ff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000063`ed3ff1d0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000063`ed3ff210 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000063`ed3ff250 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000063`ed3ff2a0 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000063`ed3ff2f0 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000063`ed3ffc10 00007ff6`f1b2e738     postgres!PostmasterMain(
00000063`ed3ffda0 00007ff6`f2125b29     postgres!main(
00000063`ed3ffde0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000063`ed3ffe30 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000063`ed3ffea0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000063`edbff7e8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000063`edbff7f0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000063`edbffae0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000063`edbffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000063`ee3ff6e8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000063`ee3ff6f0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000063`ee3ff9e0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000063`ee3ffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000063`edfffc68 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000063`edfffc70 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000063`edfffce0 00007fff`54214cb0     postgres!pg_signal_thread(
00000063`edfffde0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000063`edfffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000063`ed7ff568 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000063`ed7ff570 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000063`ed7ff860 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000063`ed7ff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bb`91dfeaa0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000bb`91dfeae0 00007ff6`f1c7935c     postgres!ExceptionalCondition(
000000bb`91dfeb20 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000bb`91dfeb70 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000bb`91dfebc0 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000bb`91dff4e0 00007ff6`f1b2e738     postgres!PostmasterMain(
000000bb`91dff670 00007ff6`f2125b29     postgres!main(
000000bb`91dff6b0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000bb`91dff700 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000bb`91dff770 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000bb`921ffa48 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bb`921ffa50 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000bb`921ffd40 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000bb`921ffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bb`925ffa88 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bb`925ffa90 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000bb`925ffd80 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000bb`925ffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bb`929ff7f8 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
000000bb`929ff800 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
000000bb`929ff870 00007fff`54214cb0     postgres!pg_signal_thread(
000000bb`929ff970 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000bb`929ff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bb`92dffa38 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bb`92dffa40 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000bb`92dffd30 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000bb`92dffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000057`d9dffa98 00007ff6`f1c72257     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000057`d9dffaa0 00007ff6`f1b2e6a4     postgres!SubPostmasterMain(
00000057`d9dffb10 00007ff6`f2125b29     postgres!main(
00000057`d9dffb50 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000057`d9dffba0 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000057`d9dffc10 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000057`d9dffc40 00007fff`54214cb0     postgres!mainCRTStartup(
00000057`d9dffc70 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000057`d9dffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000057`da1ff8f8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000057`da1ff900 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000057`da1ffbf0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000057`da1ffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000057`da5ffa48 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000057`da5ffa50 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000057`da5ffd40 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000057`da5ffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008a`68bff7f8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008a`68bff800 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000008a`68bffaf0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000008a`68bffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008a`693ff628 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
0000008a`693ff630 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
0000008a`693ff6a0 00007fff`54214cb0     postgres!pg_signal_thread(
0000008a`693ff7a0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000008a`693ff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008a`68fff7b8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008a`68fff7c0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000008a`68fffab0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000008a`68fffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008a`697ff9b8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008a`697ff9c0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000008a`697ffcb0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000008a`697ffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008a`687fef70 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000008a`687fefb0 00007ff6`f1c7935c     postgres!ExceptionalCondition(
0000008a`687feff0 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000008a`687ff040 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000008a`687ff090 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000008a`687ff9b0 00007ff6`f1b2e738     postgres!PostmasterMain(
0000008a`687ffb40 00007ff6`f2125b29     postgres!main(
0000008a`687ffb80 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000008a`687ffbd0 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000008a`687ffc40 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000008`653ff5d8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000008`653ff5e0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000008`653ff8d0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000008`653ff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000008`65bffc08 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000008`65bffc10 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000008`65bfff00 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000008`65bfff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000008`647fecb0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000008`647fecf0 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000008`647fed30 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000008`647fed80 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000008`647fedd0 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000008`647ff6f0 00007ff6`f1b2e738     postgres!PostmasterMain(
00000008`647ff880 00007ff6`f2125b29     postgres!main(
00000008`647ff8c0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000008`647ff910 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000008`647ff980 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000008`64bff948 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000008`64bff950 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000008`64bffc40 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000008`64bffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000008`64fffa68 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000008`64fffa70 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000008`64fffd60 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000008`64fffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000008`657ffc48 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000008`657ffc50 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000008`657ffcc0 00007fff`54214cb0     postgres!pg_signal_thread(
00000008`657ffdc0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000008`657ffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000066`b41ffc38 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000066`b41ffc40 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000066`b41ffcb0 00007fff`54214cb0     postgres!pg_signal_thread(
00000066`b41ffdb0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000066`b41ffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000066`b49ffbc8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000066`b49ffbd0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000066`b49ffec0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000066`b49ffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000066`b39fee50 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000066`b39fee90 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000066`b39feed0 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000066`b39fef20 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000066`b39fef70 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000066`b39ff890 00007ff6`f1b2e738     postgres!PostmasterMain(
00000066`b39ffa20 00007ff6`f2125b29     postgres!main(
00000066`b39ffa60 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000066`b39ffab0 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000066`b39ffb20 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000066`b3dff858 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000066`b3dff860 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000066`b3dffb50 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000066`b3dffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000066`b45ff748 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000066`b45ff750 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000066`b45ffa40 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000066`b45ffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b0`d2bff978 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b0`d2bff980 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000b0`d2bffc70 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b0`d2bffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b0`d27ff060 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b0`d27ff0a0 00007ff6`f1c7935c     postgres!ExceptionalCondition(
000000b0`d27ff0e0 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000b0`d27ff130 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000b0`d27ff180 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000b0`d27ffaa0 00007ff6`f1b2e738     postgres!PostmasterMain(
000000b0`d27ffc30 00007ff6`f2125b29     postgres!main(
000000b0`d27ffc70 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b0`d27ffcc0 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000b0`d27ffd30 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000b0`d2fff7f8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b0`d2fff800 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000b0`d2fffaf0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b0`d2fffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b0`d33ffaa8 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
000000b0`d33ffab0 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
000000b0`d33ffb20 00007fff`54214cb0     postgres!pg_signal_thread(
000000b0`d33ffc20 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b0`d33ffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b0`d37ffb18 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b0`d37ffb20 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000b0`d37ffe10 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b0`d37ffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b1`b4dff938 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b1`b4dff940 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000b1`b4dffc30 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b1`b4dffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b1`b51ff638 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
000000b1`b51ff640 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
000000b1`b51ff6b0 00007fff`54214cb0     postgres!pg_signal_thread(
000000b1`b51ff7b0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b1`b51ff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b1`b45feea0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b1`b45feee0 00007ff6`f1c7935c     postgres!ExceptionalCondition(
000000b1`b45fef20 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000b1`b45fef70 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000b1`b45fefc0 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000b1`b45ff8e0 00007ff6`f1b2e738     postgres!PostmasterMain(
000000b1`b45ffa70 00007ff6`f2125b29     postgres!main(
000000b1`b45ffab0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b1`b45ffb00 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000b1`b45ffb70 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000b1`b49ff798 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b1`b49ff7a0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000b1`b49ffa90 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b1`b49ffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b1`b55ff778 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b1`b55ff780 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000b1`b55ffa70 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b1`b55ffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f3`513ff140 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f3`513ff180 00007ff6`f1c7935c     postgres!ExceptionalCondition(
000000f3`513ff1c0 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f3`513ff210 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000f3`513ff260 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f3`513ffb80 00007ff6`f1b2e738     postgres!PostmasterMain(
000000f3`513ffd10 00007ff6`f2125b29     postgres!main(
000000f3`513ffd50 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f3`513ffda0 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f3`513ffe10 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f3`517ff868 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f3`517ff870 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000f3`517ffb60 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f3`517ffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f3`51bffa68 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
000000f3`51bffa70 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
000000f3`51bffae0 00007fff`54214cb0     postgres!pg_signal_thread(
000000f3`51bffbe0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f3`51bffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f3`51fffaf8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f3`51fffb00 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000f3`51fffdf0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f3`51fffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f3`523ffb88 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f3`523ffb90 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000f3`523ffe80 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f3`523ffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008e`8f5fed80 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000008e`8f5fedc0 00007ff6`f1c7935c     postgres!ExceptionalCondition(
0000008e`8f5fee00 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000008e`8f5fee50 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000008e`8f5feea0 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000008e`8f5ff7c0 00007ff6`f1b2e738     postgres!PostmasterMain(
0000008e`8f5ff950 00007ff6`f2125b29     postgres!main(
0000008e`8f5ff990 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000008e`8f5ff9e0 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000008e`8f5ffa50 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000008e`8f9ff4e8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008e`8f9ff4f0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000008e`8f9ff7e0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000008e`8f9ff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008e`8fdffa88 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
0000008e`8fdffa90 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
0000008e`8fdffb00 00007fff`54214cb0     postgres!pg_signal_thread(
0000008e`8fdffc00 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000008e`8fdffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008e`901ff5b8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008e`901ff5c0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000008e`901ff8b0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000008e`901ff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008e`905ff828 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008e`905ff830 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000008e`905ffb20 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000008e`905ffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000023`237fec10 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000023`237fec50 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000023`237fec90 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000023`237fece0 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000023`237fed30 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000023`237ff650 00007ff6`f1b2e738     postgres!PostmasterMain(
00000023`237ff7e0 00007ff6`f2125b29     postgres!main(
00000023`237ff820 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000023`237ff870 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000023`237ff8e0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000023`247ffb48 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000023`247ffb50 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000023`247ffe40 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000023`247ffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000023`23fff998 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000023`23fff9a0 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000023`23fffa10 00007fff`54214cb0     postgres!pg_signal_thread(
00000023`23fffb10 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000023`23fffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000023`243ffa08 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000023`243ffa10 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000023`243ffd00 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000023`243ffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000023`23bffb68 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000023`23bffb70 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000023`23bffe60 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000023`23bffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004c`23dffb78 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004c`23dffb80 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000004c`23dffe70 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000004c`23dffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004c`235ff1d0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000004c`235ff210 00007ff6`f1c7935c     postgres!ExceptionalCondition(
0000004c`235ff250 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000004c`235ff2a0 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000004c`235ff2f0 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000004c`235ffc10 00007ff6`f1b2e738     postgres!PostmasterMain(
0000004c`235ffda0 00007ff6`f2125b29     postgres!main(
0000004c`235ffde0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000004c`235ffe30 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000004c`235ffea0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000004c`239ff668 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004c`239ff670 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000004c`239ff960 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000004c`239ff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004c`241ffb28 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
0000004c`241ffb30 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
0000004c`241ffba0 00007fff`54214cb0     postgres!pg_signal_thread(
0000004c`241ffca0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000004c`241ffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004c`245ff948 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004c`245ff950 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000004c`245ffc40 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000004c`245ffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a4`e31ffb08 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a4`e31ffb10 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000a4`e31ffe00 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a4`e31ffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a4`e25ff588 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a4`e25ff590 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000a4`e25ff880 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a4`e25ff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a4`e29ff768 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a4`e29ff770 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000a4`e29ffa60 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a4`e29ffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a4`e21fea70 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a4`e21feab0 00007ff6`f1c7935c     postgres!ExceptionalCondition(
000000a4`e21feaf0 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000a4`e21feb40 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000a4`e21feb90 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a4`e21ff4b0 00007ff6`f1b2e738     postgres!PostmasterMain(
000000a4`e21ff640 00007ff6`f2125b29     postgres!main(
000000a4`e21ff680 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a4`e21ff6d0 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a4`e21ff740 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a4`e2dffd38 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
000000a4`e2dffd40 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
000000a4`e2dffdb0 00007fff`54214cb0     postgres!pg_signal_thread(
000000a4`e2dffeb0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a4`e2dffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000012`c5fff9d8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000012`c5fff9e0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000012`c5fffcd0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000012`c5fffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000012`c4ffeaa0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000012`c4ffeae0 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000012`c4ffeb20 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000012`c4ffeb70 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000012`c4ffebc0 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000012`c4fff4e0 00007ff6`f1b2e738     postgres!PostmasterMain(
00000012`c4fff670 00007ff6`f2125b29     postgres!main(
00000012`c4fff6b0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000012`c4fff700 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000012`c4fff770 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000012`c53ff768 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000012`c53ff770 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000012`c53ffa60 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000012`c53ffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000012`c57ff528 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000012`c57ff530 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000012`c57ff820 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000012`c57ff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000012`c5bffc18 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000012`c5bffc20 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000012`c5bffc90 00007fff`54214cb0     postgres!pg_signal_thread(
00000012`c5bffd90 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000012`c5bffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006e`27dff9c8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006e`27dff9d0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000006e`27dffcc0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000006e`27dffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006e`275fea90 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000006e`275fead0 00007ff6`f1c7935c     postgres!ExceptionalCondition(
0000006e`275feb10 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000006e`275feb60 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000006e`275febb0 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000006e`275ff4d0 00007ff6`f1b2e738     postgres!PostmasterMain(
0000006e`275ff660 00007ff6`f2125b29     postgres!main(
0000006e`275ff6a0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000006e`275ff6f0 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000006e`275ff760 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000006e`279ff7c8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006e`279ff7d0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000006e`279ffac0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000006e`279ffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006e`281ffd58 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
0000006e`281ffd60 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
0000006e`281ffdd0 00007fff`54214cb0     postgres!pg_signal_thread(
0000006e`281ffed0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000006e`281fff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006e`285ff508 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006e`285ff510 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000006e`285ff800 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000006e`285ff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000084`14dff040 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000084`14dff080 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000084`14dff0c0 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000084`14dff110 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000084`14dff160 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000084`14dffa80 00007ff6`f1b2e738     postgres!PostmasterMain(
00000084`14dffc10 00007ff6`f2125b29     postgres!main(
00000084`14dffc50 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000084`14dffca0 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000084`14dffd10 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000084`151ff4a8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000084`151ff4b0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000084`151ff7a0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000084`151ff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000084`155ff938 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000084`155ff940 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000084`155ffc30 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000084`155ffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000084`159ffaa8 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000084`159ffab0 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000084`159ffb20 00007fff`54214cb0     postgres!pg_signal_thread(
00000084`159ffc20 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000084`159ffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000084`15dff798 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000084`15dff7a0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000084`15dffa90 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000084`15dffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000072`833ff468 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000072`833ff470 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000072`833ff760 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000072`833ff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000072`827feb60 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000072`827feba0 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000072`827febe0 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000072`827fec30 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000072`827fec80 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000072`827ff5a0 00007ff6`f1b2e738     postgres!PostmasterMain(
00000072`827ff730 00007ff6`f2125b29     postgres!main(
00000072`827ff770 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000072`827ff7c0 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000072`827ff830 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000072`82bff6f8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000072`82bff700 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000072`82bff9f0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000072`82bffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000072`82fff548 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000072`82fff550 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000072`82fff840 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000072`82fff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000072`837ffd48 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000072`837ffd50 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000072`837ffdc0 00007fff`54214cb0     postgres!pg_signal_thread(
00000072`837ffec0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000072`837ffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000072`83bffbc8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000072`83bffbd0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000072`83bffec0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000072`83bffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000035`e35ff160 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000035`e35ff1a0 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000035`e35ff1e0 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000035`e35ff230 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000035`e35ff280 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000035`e35ffba0 00007ff6`f1b2e738     postgres!PostmasterMain(
00000035`e35ffd30 00007ff6`f2125b29     postgres!main(
00000035`e35ffd70 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000035`e35ffdc0 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000035`e35ffe30 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000035`e39ff678 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000035`e39ff680 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000035`e39ff970 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000035`e39ff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000035`e3dff9f8 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000035`e3dffa00 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000035`e3dffa70 00007fff`54214cb0     postgres!pg_signal_thread(
00000035`e3dffb70 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000035`e3dffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000035`e41ff5d8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000035`e41ff5e0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000035`e41ff8d0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000035`e41ff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000035`e45ff488 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000035`e45ff490 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000035`e45ff780 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000035`e45ff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000069`a25ffad8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000069`a25ffae0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000069`a25ffdd0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000069`a25ffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000069`a21ff688 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000069`a21ff690 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000069`a21ff980 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000069`a21ff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000069`a11fee30 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000069`a11fee70 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000069`a11feeb0 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000069`a11fef00 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000069`a11fef50 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000069`a11ff870 00007ff6`f1b2e738     postgres!PostmasterMain(
00000069`a11ffa00 00007ff6`f2125b29     postgres!main(
00000069`a11ffa40 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000069`a11ffa90 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000069`a11ffb00 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000069`a15ff6e8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000069`a15ff6f0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000069`a15ff9e0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000069`a15ffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000069`a19ff8b8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000069`a19ff8c0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000069`a19ffbb0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000069`a19ffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000069`a1dff878 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000069`a1dff880 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000069`a1dff8f0 00007fff`54214cb0     postgres!pg_signal_thread(
00000069`a1dff9f0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000069`a1dffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000029`7a3ff8b8 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000029`7a3ff8c0 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000029`7a3ff930 00007fff`54214cb0     postgres!pg_signal_thread(
00000029`7a3ffa30 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000029`7a3ffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000029`797fead0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000029`797feb10 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000029`797feb50 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000029`797feba0 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000029`797febf0 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000029`797ff510 00007ff6`f1b2e738     postgres!PostmasterMain(
00000029`797ff6a0 00007ff6`f2125b29     postgres!main(
00000029`797ff6e0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000029`797ff730 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000029`797ff7a0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000029`7a7ff718 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000029`7a7ff720 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000029`7a7ffa10 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000029`7a7ffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b1`cc9feff0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b1`cc9ff030 00007ff6`f1c7935c     postgres!ExceptionalCondition(
000000b1`cc9ff070 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000b1`cc9ff0c0 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000b1`cc9ff110 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000b1`cc9ffa30 00007ff6`f1b2e738     postgres!PostmasterMain(
000000b1`cc9ffbc0 00007ff6`f2125b29     postgres!main(
000000b1`cc9ffc00 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b1`cc9ffc50 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000b1`cc9ffcc0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000b1`ccdff8e8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b1`ccdff8f0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000b1`ccdffbe0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b1`ccdffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b1`cd1ff5e8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b1`cd1ff5f0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000b1`cd1ff8e0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b1`cd1ff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b1`cd5ff718 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b1`cd5ff720 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000b1`cd5ffa10 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b1`cd5ffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b1`cd9ffc68 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
000000b1`cd9ffc70 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
000000b1`cd9ffce0 00007fff`54214cb0     postgres!pg_signal_thread(
000000b1`cd9ffde0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b1`cd9ffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b1`cddff5e8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b1`cddff5f0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000b1`cddff8e0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b1`cddff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004a`457ff0b0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000004a`457ff0f0 00007ff6`f1c7935c     postgres!ExceptionalCondition(
0000004a`457ff130 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000004a`457ff180 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000004a`457ff1d0 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000004a`457ffaf0 00007ff6`f1b2e738     postgres!PostmasterMain(
0000004a`457ffc80 00007ff6`f2125b29     postgres!main(
0000004a`457ffcc0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000004a`457ffd10 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000004a`457ffd80 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000004a`45bff7b8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004a`45bff7c0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000004a`45bffab0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000004a`45bffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004a`45fff8f8 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
0000004a`45fff900 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
0000004a`45fff970 00007fff`54214cb0     postgres!pg_signal_thread(
0000004a`45fffa70 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000004a`45fffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004a`463ffa28 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004a`463ffa30 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000004a`463ffd20 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000004a`463ffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004a`467ffc18 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004a`467ffc20 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000004a`467fff10 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000004a`467fff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003b`c5dff6e8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003b`c5dff6f0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000003b`c5dff9e0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000003b`c5dffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003b`c61ff448 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003b`c61ff450 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000003b`c61ff740 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000003b`c61ff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003b`c51fed90 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000003b`c51fedd0 00007ff6`f1c7935c     postgres!ExceptionalCondition(
0000003b`c51fee10 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000003b`c51fee60 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000003b`c51feeb0 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000003b`c51ff7d0 00007ff6`f1b2e738     postgres!PostmasterMain(
0000003b`c51ff960 00007ff6`f2125b29     postgres!main(
0000003b`c51ff9a0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000003b`c51ff9f0 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000003b`c51ffa60 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000003b`c55ff4a8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003b`c55ff4b0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000003b`c55ff7a0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000003b`c55ff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003b`c59ffad8 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
0000003b`c59ffae0 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
0000003b`c59ffb50 00007fff`54214cb0     postgres!pg_signal_thread(
0000003b`c59ffc50 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000003b`c59ffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004f`4dfffc08 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
0000004f`4dfffc10 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
0000004f`4dfffc80 00007fff`54214cb0     postgres!pg_signal_thread(
0000004f`4dfffd80 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000004f`4dfffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004f`4e7ff578 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004f`4e7ff580 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000004f`4e7ff870 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000004f`4e7ff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004f`4d7fefa0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000004f`4d7fefe0 00007ff6`f1c7935c     postgres!ExceptionalCondition(
0000004f`4d7ff020 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000004f`4d7ff070 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000004f`4d7ff0c0 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000004f`4d7ff9e0 00007ff6`f1b2e738     postgres!PostmasterMain(
0000004f`4d7ffb70 00007ff6`f2125b29     postgres!main(
0000004f`4d7ffbb0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000004f`4d7ffc00 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000004f`4d7ffc70 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000004f`4dbffb08 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004f`4dbffb10 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000004f`4dbffe00 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000004f`4dbffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004f`4e3ff858 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004f`4e3ff860 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000004f`4e3ffb50 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000004f`4e3ffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ed`af9ff898 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ed`af9ff8a0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000ed`af9ffb90 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ed`af9ffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ed`afdffa38 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ed`afdffa40 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000ed`afdffd30 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ed`afdffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ed`af1febe0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ed`af1fec20 00007ff6`f1c7935c     postgres!ExceptionalCondition(
000000ed`af1fec60 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ed`af1fecb0 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000ed`af1fed00 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ed`af1ff620 00007ff6`f1b2e738     postgres!PostmasterMain(
000000ed`af1ff7b0 00007ff6`f2125b29     postgres!main(
000000ed`af1ff7f0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ed`af1ff840 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ed`af1ff8b0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ed`af5ff758 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ed`af5ff760 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000ed`af5ffa50 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ed`af5ffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ed`b01ffbe8 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
000000ed`b01ffbf0 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
000000ed`b01ffc60 00007fff`54214cb0     postgres!pg_signal_thread(
000000ed`b01ffd60 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ed`b01ffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ed`b05ff858 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ed`b05ff860 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000ed`b05ffb50 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ed`b05ffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000063`34fff0d0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000063`34fff110 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000063`34fff150 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000063`34fff1a0 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000063`34fff1f0 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000063`34fffb10 00007ff6`f1b2e738     postgres!PostmasterMain(
00000063`34fffca0 00007ff6`f2125b29     postgres!main(
00000063`34fffce0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000063`34fffd30 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000063`34fffda0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000063`353ff8f8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000063`353ff900 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000063`353ffbf0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000063`353ffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000063`357ff588 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000063`357ff590 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000063`357ff880 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000063`357ff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000063`35bff998 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000063`35bff9a0 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000063`35bffa10 00007fff`54214cb0     postgres!pg_signal_thread(
00000063`35bffb10 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000063`35bffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000063`35fff5a8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000063`35fff5b0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000063`35fff8a0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000063`35fff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c1`c25ff010 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c1`c25ff050 00007ff6`f1c7935c     postgres!ExceptionalCondition(
000000c1`c25ff090 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c1`c25ff0e0 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000c1`c25ff130 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c1`c25ffa50 00007ff6`f1b2e738     postgres!PostmasterMain(
000000c1`c25ffbe0 00007ff6`f2125b29     postgres!main(
000000c1`c25ffc20 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c1`c25ffc70 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c1`c25ffce0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c1`c29ff568 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c1`c29ff570 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000c1`c29ff860 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c1`c29ff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c1`c2dff738 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c1`c2dff740 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000c1`c2dffa30 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c1`c2dffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c1`c31ff8e8 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
000000c1`c31ff8f0 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
000000c1`c31ff960 00007fff`54214cb0     postgres!pg_signal_thread(
000000c1`c31ffa60 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c1`c31ffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c1`c35ff6f8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c1`c35ff700 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000c1`c35ff9f0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c1`c35ffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e3`35dffd18 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
000000e3`35dffd20 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
000000e3`35dffd90 00007fff`54214cb0     postgres!pg_signal_thread(
000000e3`35dffe90 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e3`35dffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e3`361ff9b8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e3`361ff9c0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000e3`361ffcb0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e3`361ffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e3`34dff090 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e3`34dff0d0 00007ff6`f1c7935c     postgres!ExceptionalCondition(
000000e3`34dff110 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000e3`34dff160 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000e3`34dff1b0 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000e3`34dffad0 00007ff6`f1b2e738     postgres!PostmasterMain(
000000e3`34dffc60 00007ff6`f2125b29     postgres!main(
000000e3`34dffca0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e3`34dffcf0 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e3`34dffd60 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000e3`351ff748 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e3`351ff750 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000e3`351ffa40 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e3`351ffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e3`355ff858 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e3`355ff860 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000e3`355ffb50 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e3`355ffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e3`359ff6f8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e3`359ff700 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000e3`359ff9f0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e3`359ffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c1`993ff6a8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c1`993ff6b0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000c1`993ff9a0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c1`993ff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c1`99bff668 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c1`99bff670 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000c1`99bff960 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c1`99bff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c1`98bfeec0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c1`98bfef00 00007ff6`f1c7935c     postgres!ExceptionalCondition(
000000c1`98bfef40 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c1`98bfef90 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000c1`98bfefe0 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c1`98bff900 00007ff6`f1b2e738     postgres!PostmasterMain(
000000c1`98bffa90 00007ff6`f2125b29     postgres!main(
000000c1`98bffad0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c1`98bffb20 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c1`98bffb90 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c1`98fffbb8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c1`98fffbc0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000c1`98fffeb0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c1`98fffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c1`997ff8f8 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
000000c1`997ff900 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
000000c1`997ff970 00007fff`54214cb0     postgres!pg_signal_thread(
000000c1`997ffa70 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c1`997ffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000009`1ffff448 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000009`1ffff450 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000009`1ffff740 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000009`1ffff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000009`1fbffcd8 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000009`1fbffce0 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000009`1fbffd50 00007fff`54214cb0     postgres!pg_signal_thread(
00000009`1fbffe50 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000009`1fbffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000009`1f3fed50 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000009`1f3fed90 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000009`1f3fedd0 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000009`1f3fee20 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000009`1f3fee70 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000009`1f3ff790 00007ff6`f1b2e738     postgres!PostmasterMain(
00000009`1f3ff920 00007ff6`f2125b29     postgres!main(
00000009`1f3ff960 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000009`1f3ff9b0 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000009`1f3ffa20 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000009`203ff608 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000009`203ff610 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000009`203ff900 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000009`203ff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000009`1f7ff448 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000009`1f7ff450 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000009`1f7ff740 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000009`1f7ff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000be`cb1feef0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000be`cb1fef30 00007ff6`f1c7935c     postgres!ExceptionalCondition(
000000be`cb1fef70 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000be`cb1fefc0 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000be`cb1ff010 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000be`cb1ff930 00007ff6`f1b2e738     postgres!PostmasterMain(
000000be`cb1ffac0 00007ff6`f2125b29     postgres!main(
000000be`cb1ffb00 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000be`cb1ffb50 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000be`cb1ffbc0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000be`cc1ffaa8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000be`cc1ffab0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000be`cc1ffda0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000be`cc1ffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000be`cbdff948 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000be`cbdff950 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000be`cbdffc40 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000be`cbdffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000be`cb9ffd58 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
000000be`cb9ffd60 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
000000be`cb9ffdd0 00007fff`54214cb0     postgres!pg_signal_thread(
000000be`cb9ffed0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000be`cb9fff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000be`cb5ff948 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000be`cb5ff950 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000be`cb5ffc40 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000be`cb5ffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ab`743feca0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ab`743fece0 00007ff6`f1c7935c     postgres!ExceptionalCondition(
000000ab`743fed20 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ab`743fed70 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000ab`743fedc0 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ab`743ff6e0 00007ff6`f1b2e738     postgres!PostmasterMain(
000000ab`743ff870 00007ff6`f2125b29     postgres!main(
000000ab`743ff8b0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ab`743ff900 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ab`743ff970 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ab`757ff758 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ab`757ff760 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000ab`757ffa50 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ab`757ffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ab`753ffbf8 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
000000ab`753ffc00 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
000000ab`753ffc70 00007fff`54214cb0     postgres!pg_signal_thread(
000000ab`753ffd70 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ab`753ffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000043`0b3ff4c8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000043`0b3ff4d0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000043`0b3ff7c0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000043`0b3ff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000043`0afffc08 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000043`0afffc10 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000043`0affff00 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000043`0affff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000043`0abfede0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000043`0abfee20 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000043`0abfee60 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000043`0abfeeb0 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000043`0abfef00 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000043`0abff820 00007ff6`f1b2e738     postgres!PostmasterMain(
00000043`0abff9b0 00007ff6`f2125b29     postgres!main(
00000043`0abff9f0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000043`0abffa40 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000043`0abffab0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000043`0bbff968 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000043`0bbff970 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000043`0bbffc60 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000043`0bbffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000043`0b7ff918 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000043`0b7ff920 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000043`0b7ff990 00007fff`54214cb0     postgres!pg_signal_thread(
00000043`0b7ffa90 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000043`0b7ffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c5`bd1ffb98 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
000000c5`bd1ffba0 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
000000c5`bd1ffc10 00007fff`54214cb0     postgres!pg_signal_thread(
000000c5`bd1ffd10 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c5`bd1ffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c5`bcdff988 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c5`bcdff990 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000c5`bcdffc80 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c5`bcdffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c5`bc9feea0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c5`bc9feee0 00007ff6`f1c7935c     postgres!ExceptionalCondition(
000000c5`bc9fef20 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c5`bc9fef70 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000c5`bc9fefc0 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c5`bc9ff8e0 00007ff6`f1b2e738     postgres!PostmasterMain(
000000c5`bc9ffa70 00007ff6`f2125b29     postgres!main(
000000c5`bc9ffab0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c5`bc9ffb00 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c5`bc9ffb70 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c5`bd9ff938 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c5`bd9ff940 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000c5`bd9ffc30 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c5`bd9ffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c5`bd5ff9b8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c5`bd5ff9c0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000c5`bd5ffcb0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c5`bd5ffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008b`167ff728 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008b`167ff730 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000008b`167ffa20 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000008b`167ffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008b`16bff9f8 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
0000008b`16bffa00 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
0000008b`16bffa70 00007fff`54214cb0     postgres!pg_signal_thread(
0000008b`16bffb70 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000008b`16bffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008b`163ff468 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008b`163ff470 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000008b`163ff760 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000008b`163ff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008b`15fff858 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008b`15fff860 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000008b`15fffb50 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000008b`15fffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008b`15bfed60 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000008b`15bfeda0 00007ff6`f1c7935c     postgres!ExceptionalCondition(
0000008b`15bfede0 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000008b`15bfee30 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000008b`15bfee80 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000008b`15bff7a0 00007ff6`f1b2e738     postgres!PostmasterMain(
0000008b`15bff930 00007ff6`f2125b29     postgres!main(
0000008b`15bff970 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000008b`15bff9c0 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000008b`15bffa30 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000008b`16fff6a8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008b`16fff6b0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000008b`16fff9a0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000008b`16fff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009a`dd7ffc38 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
0000009a`dd7ffc40 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
0000009a`dd7ffcb0 00007fff`54214cb0     postgres!pg_signal_thread(
0000009a`dd7ffdb0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000009a`dd7ffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009a`dcfff558 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009a`dcfff560 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000009a`dcfff850 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000009a`dcfff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009a`dcbff120 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000009a`dcbff160 00007ff6`f1c7935c     postgres!ExceptionalCondition(
0000009a`dcbff1a0 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000009a`dcbff1f0 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000009a`dcbff240 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000009a`dcbffb60 00007ff6`f1b2e738     postgres!PostmasterMain(
0000009a`dcbffcf0 00007ff6`f2125b29     postgres!main(
0000009a`dcbffd30 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000009a`dcbffd80 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000009a`dcbffdf0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000009a`ddbffbe8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009a`ddbffbf0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000009a`ddbffee0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000009a`ddbfff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009a`dd3ff6c8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009a`dd3ff6d0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000009a`dd3ff9c0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000009a`dd3ff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ca`871ff8c8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ca`871ff8d0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000ca`871ffbc0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ca`871ffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ca`881ffbd8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ca`881ffbe0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000ca`881ffed0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ca`881fff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ca`87dff658 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
000000ca`87dff660 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
000000ca`87dff6d0 00007fff`54214cb0     postgres!pg_signal_thread(
000000ca`87dff7d0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ca`87dff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ca`879ff6c8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ca`879ff6d0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000ca`879ff9c0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ca`879ff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ca`86dff010 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ca`86dff050 00007ff6`f1c7935c     postgres!ExceptionalCondition(
000000ca`86dff090 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ca`86dff0e0 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000ca`86dff130 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ca`86dffa50 00007ff6`f1b2e738     postgres!PostmasterMain(
000000ca`86dffbe0 00007ff6`f2125b29     postgres!main(
000000ca`86dffc20 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ca`86dffc70 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ca`86dffce0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ca`875ff7a8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ca`875ff7b0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000ca`875ffaa0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ca`875ffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000af`5b1ff968 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000af`5b1ff970 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000af`5b1ffc60 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000af`5b1ffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000af`5b5ff658 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000af`5b5ff660 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000af`5b5ff950 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000af`5b5ff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000af`5b9ff818 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
000000af`5b9ff820 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
000000af`5b9ff890 00007fff`54214cb0     postgres!pg_signal_thread(
000000af`5b9ff990 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000af`5b9ff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000af`5bdff878 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000af`5bdff880 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000af`5bdffb70 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000af`5bdffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000af`5adfeb00 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000af`5adfeb40 00007ff6`f1c7935c     postgres!ExceptionalCondition(
000000af`5adfeb80 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000af`5adfebd0 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000af`5adfec20 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000af`5adff540 00007ff6`f1b2e738     postgres!PostmasterMain(
000000af`5adff6d0 00007ff6`f2125b29     postgres!main(
000000af`5adff710 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000af`5adff760 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000af`5adff7d0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000085`7dbffb88 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000085`7dbffb90 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000085`7dbffe80 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000085`7dbffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000085`7cfff090 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000085`7cfff0d0 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000085`7cfff110 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000085`7cfff160 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000085`7cfff1b0 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000085`7cfffad0 00007ff6`f1b2e738     postgres!PostmasterMain(
00000085`7cfffc60 00007ff6`f2125b29     postgres!main(
00000085`7cfffca0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000085`7cfffcf0 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000085`7cfffd60 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000085`7d3ff638 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000085`7d3ff640 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000085`7d3ff930 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000085`7d3ff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000085`7d7ffd68 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000085`7d7ffd70 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000085`7d7ffde0 00007fff`54214cb0     postgres!pg_signal_thread(
00000085`7d7ffee0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000085`7d7fff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000085`7dfff6f8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000085`7dfff700 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000085`7dfff9f0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000085`7dfffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009f`dd1ff868 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
0000009f`dd1ff870 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
0000009f`dd1ff8e0 00007fff`54214cb0     postgres!pg_signal_thread(
0000009f`dd1ff9e0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000009f`dd1ffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009f`dc1feaf0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000009f`dc1feb30 00007ff6`f1c7935c     postgres!ExceptionalCondition(
0000009f`dc1feb70 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000009f`dc1febc0 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000009f`dc1fec10 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000009f`dc1ff530 00007ff6`f1b2e738     postgres!PostmasterMain(
0000009f`dc1ff6c0 00007ff6`f2125b29     postgres!main(
0000009f`dc1ff700 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000009f`dc1ff750 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000009f`dc1ff7c0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000009f`dd5ff488 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009f`dd5ff490 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000009f`dd5ff780 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000009f`dd5ff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009f`dcdff848 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009f`dcdff850 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000009f`dcdffb40 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000009f`dcdffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009f`dc9ff968 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009f`dc9ff970 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000009f`dc9ffc60 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000009f`dc9ffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009f`dc5ff5e8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009f`dc5ff5f0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
0000009f`dc5ff8e0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000009f`dc5ff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000021`fd3ffa88 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000021`fd3ffa90 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000021`fd3ffd80 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000021`fd3ffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000021`fdbffae8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000021`fdbffaf0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000021`fdbffde0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000021`fdbffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000021`fcfff7f8 00007ff6`f1c72257     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000021`fcfff800 00007ff6`f1b2e6a4     postgres!SubPostmasterMain(
00000021`fcfff870 00007ff6`f2125b29     postgres!main(
00000021`fcfff8b0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000021`fcfff900 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000021`fcfff970 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000021`fcfff9a0 00007fff`54214cb0     postgres!mainCRTStartup(
00000021`fcfff9d0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000021`fcfffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000021`fd7ff828 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000021`fd7ff830 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000021`fd7ffb20 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000021`fd7ffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000030`cafffa98 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000030`cafffaa0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000030`cafffd90 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000030`cafffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000030`ca7ff1c0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000030`ca7ff200 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000030`ca7ff240 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000030`ca7ff290 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000030`ca7ff2e0 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000030`ca7ffc00 00007ff6`f1b2e738     postgres!PostmasterMain(
00000030`ca7ffd90 00007ff6`f2125b29     postgres!main(
00000030`ca7ffdd0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000030`ca7ffe20 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000030`ca7ffe90 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000030`cb7ff948 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000030`cb7ff950 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000030`cb7ffc40 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000030`cb7ffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000030`cb3ff868 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000030`cb3ff870 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000030`cb3ff8e0 00007fff`54214cb0     postgres!pg_signal_thread(
00000030`cb3ff9e0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000030`cb3ffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000030`cabff9a8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000030`cabff9b0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000030`cabffca0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000030`cabffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000017`fbbffad8 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000017`fbbffae0 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000017`fbbffb50 00007fff`54214cb0     postgres!pg_signal_thread(
00000017`fbbffc50 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000017`fbbffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000017`fabff1d0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000017`fabff210 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000017`fabff250 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000017`fabff2a0 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000017`fabff2f0 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000017`fabffc10 00007ff6`f1b2e738     postgres!PostmasterMain(
00000017`fabffda0 00007ff6`f2125b29     postgres!main(
00000017`fabffde0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000017`fabffe30 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000017`fabffea0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000017`fafff5e8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000017`fafff5f0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000017`fafff8e0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000017`fafff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000017`fb3ffb48 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000017`fb3ffb50 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000017`fb3ffe40 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000017`fb3ffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000017`fb7ff888 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000017`fb7ff890 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000017`fb7ffb80 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000017`fb7ffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000017`fbfffb18 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000017`fbfffb20 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000017`fbfffe10 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000017`fbfffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000025`567ff110 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000025`567ff150 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000025`567ff190 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000025`567ff1e0 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000025`567ff230 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000025`567ffb50 00007ff6`f1b2e738     postgres!PostmasterMain(
00000025`567ffce0 00007ff6`f2125b29     postgres!main(
00000025`567ffd20 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000025`567ffd70 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000025`567ffde0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000025`56bffa08 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000025`56bffa10 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000025`56bffd00 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000025`56bffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000025`56fff8d8 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000025`56fff8e0 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000025`56fff950 00007fff`54214cb0     postgres!pg_signal_thread(
00000025`56fffa50 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000025`56fffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000025`573ff4d8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000025`573ff4e0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000025`573ff7d0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000025`573ff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000025`577ffc08 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000025`577ffc10 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000025`577fff00 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000025`577fff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000095`981ff888 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000095`981ff890 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000095`981ffb80 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000095`981ffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000095`985ff588 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000095`985ff590 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000095`985ff880 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000095`985ff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000095`97dff030 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000095`97dff070 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000095`97dff0b0 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000095`97dff100 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000095`97dff150 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000095`97dffa70 00007ff6`f1b2e738     postgres!PostmasterMain(
00000095`97dffc00 00007ff6`f2125b29     postgres!main(
00000095`97dffc40 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000095`97dffc90 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000095`97dffd00 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000095`989ffb78 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000095`989ffb80 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000095`989ffbf0 00007fff`54214cb0     postgres!pg_signal_thread(
00000095`989ffcf0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000095`989ffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000095`98dff578 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000095`98dff580 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000095`98dff870 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000095`98dff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000032`f69ffb68 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
00000032`f69ffb70 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
00000032`f69ffbe0 00007fff`54214cb0     postgres!pg_signal_thread(
00000032`f69ffce0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000032`f69ffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000032`f65ff8c8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000032`f65ff8d0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000032`f65ffbc0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000032`f65ffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000032`f61ff698 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000032`f61ff6a0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000032`f61ff990 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000032`f61ff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000032`f5dfec90 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000032`f5dfecd0 00007ff6`f1c7935c     postgres!ExceptionalCondition(
00000032`f5dfed10 00007ff6`f1c78a6c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000032`f5dfed60 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000032`f5dfedb0 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000032`f5dff6d0 00007ff6`f1b2e738     postgres!PostmasterMain(
00000032`f5dff860 00007ff6`f2125b29     postgres!main(
00000032`f5dff8a0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000032`f5dff8f0 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000032`f5dff960 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000032`f6dff6e8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000032`f6dff6f0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000032`f6dff9e0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000032`f6dffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d1`eb7febe0 00007ff6`f1fb00d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d1`eb7fec20 00007ff6`f1c7935c     postgres!ExceptionalCondition(
000000d1`eb7fec60 00007ff6`f1c789bc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000d1`eb7fecb0 00007ff6`f1c79967     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000d1`eb7fed00 00007ff6`f1c7705c     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000d1`eb7ff620 00007ff6`f1b2e738     postgres!PostmasterMain(
000000d1`eb7ff7b0 00007ff6`f2125b29     postgres!main(
000000d1`eb7ff7f0 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d1`eb7ff840 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d1`eb7ff8b0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000d1`ebbff7c8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d1`ebbff7d0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000d1`ebbffac0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d1`ebbffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d1`ebfff478 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d1`ebfff480 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000d1`ebfff770 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d1`ebfff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d1`ec3ffc88 00007fff`531d45ca     ntdll!NtFsControlFile+0x14
000000d1`ec3ffc90 00007ff6`f1c6466b     KERNELBASE!ConnectNamedPipe+0x6a
000000d1`ec3ffd00 00007fff`54214cb0     postgres!pg_signal_thread(
000000d1`ec3ffe00 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d1`ec3ffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d1`ec7ff918 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d1`ec7ff920 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000d1`ec7ffc10 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d1`ec7ffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000089`a25ff578 00007ff6`f1c72257     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000089`a25ff580 00007ff6`f1b2e6a4     postgres!SubPostmasterMain(
00000089`a25ff5f0 00007ff6`f2125b29     postgres!main(
00000089`a25ff630 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000089`a25ff680 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000089`a25ff6f0 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000089`a25ff720 00007fff`54214cb0     postgres!mainCRTStartup(
00000089`a25ff750 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000089`a25ff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000089`a2dff568 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000089`a2dff570 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000089`a2dff860 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000089`a2dff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000089`a29ff508 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000089`a29ff510 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
00000089`a29ff800 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000089`a29ff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d2`041ff888 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d2`041ff890 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000d2`041ffb80 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d2`041ffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d2`03dffbe8 00007fff`555cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d2`03dffbf0 00007fff`54214cb0     ntdll!TppWorkerThread+0x2df
000000d2`03dffee0 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d2`03dfff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d2`039ffc98 00007ff6`f1c72257     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000d2`039ffca0 00007ff6`f1b2e6a4     postgres!SubPostmasterMain(
000000d2`039ffd10 00007ff6`f2125b29     postgres!main(
000000d2`039ffd50 00007ff6`f2125a7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d2`039ffda0 00007ff6`f212593e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d2`039ffe10 00007ff6`f2125b9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000d2`039ffe40 00007fff`54214cb0     postgres!mainCRTStartup(
000000d2`039ffe70 00007fff`5563ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d2`039ffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
tap
[21:39:35.214](1.535s) Bail out!  pg_ctl stop failed
tap
[21:39:28.313](1.626s) Bail out!  pg_ctl stop failed
tap
[21:39:29.643](1.393s) Bail out!  pg_ctl restart failed
tap
[21:39:34.603](1.230s) Bail out!  pg_ctl stop failed
tap
[21:39:44.197](13.879s) Bail out!  pg_ctl stop failed
tap
[21:39:50.803](1.294s) Bail out!  pg_ctl restart failed
tap
[21:41:43.315](1.332s) Bail out!  pg_ctl stop failed
tap
[21:47:51.195](335.993s) # poll_query_until timed out executing this query:
[21:47:51.198](0.003s) not ok 2 - ensure checksums are enabled
[21:53:13.991](322.088s) # poll_query_until timed out executing this query:
[21:53:13.994](0.003s) not ok 7 - ensure checksums are enabled
[21:53:15.306](1.198s) Bail out!  pg_ctl stop failed
tap
[21:47:51.932](335.604s) # poll_query_until timed out executing this query:
[21:47:51.935](0.003s) not ok 3 - ensure checksums aren't enabled yet
tap
[21:47:53.737](333.581s) # poll_query_until timed out executing this query:
[21:47:53.740](0.003s) not ok 3 - ensure checksums are in progress on primary
[21:53:14.819](321.078s) # poll_query_until timed out executing this query:
[21:53:14.822](0.003s) not ok 4 - ensure standby has absorbed the inprogress-on barrier
[21:53:14.931](0.109s) not ok 5 - ensure checksums are on, or in progress, on standby_1
[21:58:47.774](332.843s) # poll_query_until timed out executing this query:
[21:58:47.777](0.003s) not ok 6 - ensure checksums are enabled on the primary
tap
[21:42:21.066](1.314s) Bail out!  pg_ctl stop failed
tap
[21:41:45.836](1.689s) Bail out!  pg_ctl stop failed
tap
[21:41:59.770](1.330s) Bail out!  pg_ctl restart failed
tap
[21:42:00.740](16.591s) Bail out!  pg_ctl restart failed
tap
[21:41:50.356](1.251s) Bail out!  pg_ctl stop failed
tap
[21:41:54.662](1.266s) Bail out!  pg_ctl restart failed
tap
[21:41:56.495](1.438s) Bail out!  pg_ctl stop failed
tap
[21:36:11.201](1.771s) Bail out!  pg_ctl stop failed
tap
[21:36:11.987](1.721s) Bail out!  pg_ctl stop failed
tap
[21:36:07.869](1.596s) Bail out!  pg_ctl restart failed
tap
[21:36:19.358](1.469s) Bail out!  pg_ctl stop failed
tap
[21:36:17.309](8.567s) Bail out!  pg_ctl stop failed
tap
[21:36:22.315](1.827s) Bail out!  pg_ctl restart failed
tap
[21:36:40.072](11.904s) Bail out!  pg_ctl stop failed
tap
[21:36:30.482](0.001s) not ok 23 - data_checksums=on is reported on an offline cluster stdout /(?^:^on$)/
[21:36:34.880](4.013s) Bail out!  pg_ctl stop failed
tap
[21:36:48.037](1.377s) Bail out!  pg_ctl restart failed
tap
[21:37:03.412](1.706s) not ok 17 - pg_ctl stop
[21:37:05.635](1.716s) not ok 25 - pg_ctl restart with server running
[21:37:05.669](0.033s) Bail out!  command "pg_ctl stop -D C:\cirrus\build\testrun\pg_ctl\001_start_stop\data\tmp_test_tu...
tap
[21:37:08.953](1.350s) Bail out!  command "pg_ctl stop -D C:\cirrus\build/testrun/pg_ctl/002_status\data/t_002_status_ma...
tap
[21:37:58.314](1.337s) Bail out!  pg_ctl stop failed
tap
[21:39:41.409](1.250s) Bail out!  pg_ctl restart failed
tap
[21:37:30.757](1.510s) Bail out!  pg_ctl stop failed
tap
[21:37:51.287](1.812s) Bail out!  pg_ctl stop failed
tap
[21:37:55.450](21.017s) Bail out!  pg_ctl stop failed
tap
[21:37:59.253](16.344s) Bail out!  pg_ctl stop failed
tap
[21:38:01.364](17.159s) Bail out!  pg_ctl stop failed
tap
[21:38:08.876](15.643s) Bail out!  pg_ctl stop failed
tap
[21:38:28.118](29.190s) Bail out!  pg_ctl stop failed
tap
[21:38:09.581](10.520s) Bail out!  pg_ctl stop failed
tap
[21:38:18.529](16.440s) Bail out!  pg_ctl stop failed
tap
[21:38:19.608](16.303s) Bail out!  pg_ctl stop failed
tap
[21:39:41.909](1.188s) Bail out!  pg_ctl restart failed
tap
[21:33:30.015](3.642s) Bail out!  pg_ctl stop failed
tap
[21:31:02.511](9.092s) Bail out!  pg_ctl stop failed
tap
[21:31:02.950](5.608s) Bail out!  pg_ctl stop failed
tap
[21:38:29.102](1.308s) Bail out!  pg_ctl stop failed
tap
[21:39:59.772](1.706s) Bail out!  pg_ctl stop failed
tap
[21:39:46.140](1.440s) Bail out!  pg_ctl stop failed
tap
[21:38:43.423](5.416s) Bail out!  pg_ctl stop failed
tap
[21:39:42.209](1.552s) Bail out!  pg_ctl stop failed
tap
[21:39:58.472](1.442s) Bail out!  pg_ctl stop failed
tap
[21:31:10.568](19.407s) Bail out!  pg_ctl stop failed
tap
[21:31:15.766](2.172s) Bail out!  pg_ctl stop failed
tap
[21:31:27.582](24.110s) Bail out!  pg_ctl stop failed
tap
[21:31:22.576](4.463s) Bail out!  pg_ctl restart failed
tap
[21:31:50.379](1.777s) Bail out!  pg_ctl stop failed
tap
[21:32:05.157](41.389s) Bail out!  pg_ctl restart failed
tap
[21:31:49.473](2.286s) Bail out!  pg_ctl stop failed
tap
[21:31:45.250](7.967s) Bail out!  pg_ctl stop failed
tap
[21:31:58.344](11.243s) Bail out!  pg_ctl stop failed
tap
[21:32:03.341](3.025s) Bail out!  pg_ctl stop failed
tap
[21:32:12.033](11.047s) Bail out!  pg_ctl stop failed
tap
[21:32:22.031](20.841s) Bail out!  pg_ctl stop failed
tap
[21:32:08.850](3.967s) Bail out!  pg_ctl stop failed
tap
[21:32:29.182](14.830s) Bail out!  pg_ctl stop failed
tap
[21:32:15.401](1.672s) Bail out!  pg_ctl stop failed
tap
[21:32:42.765](3.132s) Bail out!  pg_ctl stop failed
tap
[21:32:25.789](2.065s) Bail out!  pg_ctl stop failed
tap
[21:32:29.292](4.500s) Bail out!  pg_ctl restart failed
tap
[21:32:49.259](2.394s) Bail out!  pg_ctl stop failed
tap
[21:35:14.708](1.614s) Bail out!  pg_ctl restart failed
tap
[21:33:07.660](1.845s) Bail out!  pg_ctl stop failed
tap
[21:33:02.353](3.872s) Bail out!  pg_ctl stop failed
tap
[21:33:46.565](3.872s) Bail out!  pg_ctl restart failed
tap
[21:33:42.239](1.676s) Bail out!  pg_ctl restart failed
tap
[21:33:52.116](6.337s) Bail out!  pg_ctl stop failed
tap
[21:33:40.282](26.510s) Bail out!  pg_ctl stop failed
tap
[21:33:39.810](8.842s) Bail out!  pg_ctl stop failed
tap
[21:34:19.437](2.163s) Bail out!  pg_ctl stop failed
tap
[21:33:51.927](9.183s) Bail out!  pg_ctl stop failed
tap
[21:33:59.146](1.441s) Bail out!  pg_ctl restart failed
tap
[21:33:58.003](1.721s) Bail out!  pg_ctl stop failed
tap
[21:34:32.330](1.784s) Bail out!  pg_ctl stop failed
tap
[21:34:06.517](2.052s) Bail out!  pg_ctl stop failed
tap
[21:34:10.693](2.329s) Bail out!  pg_ctl stop failed
tap
[21:41:54.757](1.222s) Bail out!  pg_ctl stop failed
tap
[21:42:23.102](5.491s) Bail out!  pg_ctl restart failed
tap
[21:42:27.937](7.938s) Bail out!  pg_ctl restart failed
tap
[21:42:29.671](7.907s) Bail out!  pg_ctl restart failed
tap
[21:40:29.485](3.047s) Bail out!  pg_ctl stop failed
tap
[21:40:11.132](1.596s) Bail out!  pg_ctl stop failed
tap
[21:40:11.996](1.443s) Bail out!  pg_ctl stop failed
tap
[21:40:15.877](1.408s) Bail out!  pg_ctl stop failed
tap
[21:40:16.705](1.345s) Bail out!  pg_ctl stop failed
tap
[21:40:21.274](1.408s) Bail out!  pg_ctl stop failed
tap
[21:40:21.618](1.555s) Bail out!  pg_ctl stop failed
tap
[21:40:30.111](1.923s) Bail out!  pg_ctl stop failed
tap
[21:40:25.593](1.485s) Bail out!  pg_ctl stop failed
tap
[21:41:17.912](1.472s) Bail out!  pg_ctl restart failed
tap
[21:40:44.473](1.506s) Bail out!  pg_ctl stop failed
tap
[21:40:57.900](1.707s) Bail out!  pg_ctl stop failed
tap
[21:40:44.208](1.915s) Bail out!  pg_ctl stop failed
tap
[21:40:45.521](1.595s) Bail out!  pg_ctl stop failed
tap
[21:41:04.489](1.501s) Bail out!  pg_ctl stop failed
tap
[21:40:56.678](1.532s) Bail out!  pg_ctl stop failed
tap
[21:40:58.010](1.682s) Bail out!  pg_ctl stop failed
tap
[21:40:57.666](6.728s) Bail out!  pg_ctl restart failed
tap
[21:41:19.375](1.557s) Bail out!  pg_ctl stop failed
tap
[21:41:10.810](1.864s) Bail out!  pg_ctl stop failed
tap
[21:41:11.310](1.658s) Bail out!  pg_ctl stop failed
tap
[21:41:17.049](1.360s) Bail out!  pg_ctl stop failed
tap
[21:41:16.658](1.657s) Bail out!  pg_ctl stop failed
tap
[21:41:49.433](1.255s) Bail out!  pg_ctl stop failed
tap
[21:41:25.995](1.391s) Bail out!  pg_ctl stop failed
tap
[21:41:36.818](1.720s) Bail out!  pg_ctl restart failed
tap
[21:42:04.826](2.467s) Bail out!  pg_ctl stop failed
tap
[21:41:55.338](1.723s) Bail out!  pg_ctl stop failed
tap
[21:41:36.553](1.861s) Bail out!  pg_ctl stop failed
tap
[21:41:59.284](1.297s) Bail out!  pg_ctl stop failed
tap
[21:39:46.593](3.774s) Bail out!  pg_ctl stop failed
tap
[21:42:08.648](1.486s) Bail out!  pg_ctl stop failed
tap
[21:42:05.750](1.420s) Bail out!  pg_ctl stop failed
tap
[21:42:08.978](1.345s) Bail out!  pg_ctl stop failed
tap
[21:42:19.267](1.361s) Bail out!  pg_ctl stop failed
tap
[21:42:14.182](2.740s) Bail out!  pg_ctl stop failed
tap
[21:42:14.496](2.358s) Bail out!  pg_ctl restart failed
test
[21:58:52.355]   5/313 postgresql:pg_upgrade / pg_upgrade/003_logical_slots                            ERROR            ...
[21:58:52.355]   6/313 postgresql:pg_upgrade / pg_upgrade/004_subscription                             ERROR            ...
[21:58:52.355]   7/313 postgresql:recovery / recovery/001_stream_rep                                   ERROR            ...
[21:58:52.355]   8/313 postgresql:recovery / recovery/003_recovery_targets                             ERROR            ...
[21:58:52.355]   9/313 postgresql:recovery / recovery/006_logical_decoding                             ERROR            ...
[21:58:52.355]  11/313 postgresql:recovery / recovery/004_timeline_switch                              ERROR            ...
[21:58:52.355]  12/313 postgresql:recovery / recovery/010_logical_decoding_timelines                   ERROR            ...
[21:58:52.355]  14/313 postgresql:recovery / recovery/009_twophase                                     ERROR            ...
[21:58:52.355]  15/313 postgresql:recovery / recovery/012_subtransactions                              ERROR            ...
[21:58:52.355]  16/313 postgresql:recovery / recovery/007_sync_rep                                     ERROR            ...
[21:58:52.355]  17/313 postgresql:recovery / recovery/014_unlogged_reinit                              ERROR            ...
[21:58:52.355]  19/313 postgresql:recovery / recovery/008_fsm_truncation                               ERROR            ...
[21:58:52.355]  20/313 postgresql:recovery / recovery/018_wal_optimize                                 ERROR            ...
[21:58:52.355]  21/313 postgresql:recovery / recovery/015_promotion_pages                              ERROR            ...
[21:58:52.355]  22/313 postgresql:recovery / recovery/020_archive_status                               ERROR            ...
[21:58:52.355]  24/313 postgresql:recovery / recovery/016_min_consistency                              ERROR            ...
[21:58:52.355]  25/313 postgresql:recovery / recovery/023_pitr_prepared_xact                           ERROR            ...
[21:58:52.355]  26/313 postgresql:recovery / recovery/024_archive_recovery                             ERROR            ...
[21:58:52.355]  27/313 postgresql:recovery / recovery/019_replslot_limit                               ERROR            ...
[21:58:52.355]  28/313 postgresql:recovery / recovery/021_row_visibility                               ERROR            ...
[21:58:52.355]  29/313 postgresql:recovery / recovery/026_overwrite_contrecord                         ERROR            ...
[21:58:52.355]  30/313 postgresql:recovery / recovery/029_stats_restart                                ERROR            ...
[21:58:52.355]  31/313 postgresql:recovery / recovery/028_pitr_timelines                               ERROR            ...
[21:58:52.355]  33/313 postgresql:regress / regress/regress                                            ERROR           1...
[21:58:52.355]  34/313 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[21:58:52.355]  35/313 postgresql:recovery / recovery/034_create_database                              ERROR            ...
[21:58:52.355]  36/313 postgresql:recovery / recovery/033_replay_tsp_drops                             ERROR            ...
[21:58:52.355]  37/313 postgresql:recovery / recovery/031_recovery_conflict                            ERROR            ...
[21:58:52.355]  38/313 postgresql:recovery / recovery/030_stats_cleanup_replica                        ERROR            ...
[21:58:52.355]  39/313 postgresql:recovery / recovery/036_truncated_dropped                            ERROR            ...
[21:58:52.355]  40/313 postgresql:isolation / isolation/isolation                                      ERROR           1...
[21:58:52.355]  41/313 postgresql:recovery / recovery/032_relfilenode_reuse                            ERROR            ...
[21:58:52.355]  43/313 postgresql:recovery / recovery/039_end_of_wal                                   ERROR            ...
[21:58:52.355]  44/313 postgresql:recovery / recovery/038_save_logical_slots_shutdown                  ERROR            ...
[21:58:52.355]  45/313 postgresql:recovery / recovery/041_checkpoint_at_promote                        ERROR            ...
[21:58:52.355]  46/313 postgresql:plpgsql / plpgsql/regress                                            ERROR            ...
[21:58:52.355]  47/313 postgresql:recovery / recovery/042_low_level_backup                             ERROR            ...
[21:58:52.355]  48/313 postgresql:plperl / plperl/regress                                              ERROR            ...
[21:58:52.355]  49/313 postgresql:basic_archive / basic_archive/regress                                ERROR            ...
[21:58:52.355]  50/313 postgresql:bloom / bloom/regress                                                ERROR            ...
[21:58:52.355]  51/313 postgresql:bool_plperl / bool_plperl/regress                                    ERROR            ...
[21:58:52.355]  52/313 postgresql:recovery / recovery/035_standby_logical_decoding                     ERROR            ...
[21:58:52.355]  53/313 postgresql:amcheck / amcheck/regress                                            ERROR            ...
[21:58:52.355]  54/313 postgresql:plpython / plpython/regress                                          ERROR            ...
[21:58:52.355]  55/313 postgresql:cube / cube/regress                                                  ERROR            ...
[21:58:52.355]  56/313 postgresql:citext / citext/regress                                              ERROR            ...
[21:58:52.355]  57/313 postgresql:dblink / dblink/regress                                              ERROR            ...
[21:58:52.355]  58/313 postgresql:btree_gin / btree_gin/regress                                        ERROR            ...
[21:58:52.355]  59/313 postgresql:dict_int / dict_int/regress                                          ERROR            ...
[21:58:52.355]  60/313 postgresql:dict_xsyn / dict_xsyn/regress                                        ERROR            ...
[21:58:52.355]  61/313 postgresql:recovery / recovery/040_standby_failover_slots_sync                  ERROR            ...
[21:58:52.355]  62/313 postgresql:earthdistance / earthdistance/regress                                ERROR            ...
[21:58:52.355]  63/313 postgresql:file_fdw / file_fdw/regress                                          ERROR            ...
[21:58:52.355]  64/313 postgresql:fuzzystrmatch / fuzzystrmatch/regress                                ERROR            ...
[21:58:52.355]  65/313 postgresql:btree_gist / btree_gist/regress                                      ERROR            ...
[21:58:52.356]  66/313 postgresql:hstore_plpython / hstore_plpython/regress                            ERROR            ...
[21:58:52.356]  67/313 postgresql:hstore_plperl / hstore_plperl/regress                                ERROR            ...
[21:58:52.356]  68/313 postgresql:hstore / hstore/regress                                              ERROR            ...
[21:58:52.356]  69/313 postgresql:isn / isn/regress                                                    ERROR            ...
[21:58:52.356]  70/313 postgresql:lo / lo/regress                                                      ERROR            ...
[21:58:52.356]  71/313 postgresql:jsonb_plpython / jsonb_plpython/regress                              ERROR            ...
[21:58:52.356]  72/313 postgresql:jsonb_plperl / jsonb_plperl/regress                                  ERROR            ...
[21:58:52.356]  73/313 postgresql:ltree / ltree/regress                                                ERROR            ...
[21:58:52.356]  74/313 postgresql:ltree_plpython / ltree_plpython/regress                              ERROR            ...
[21:58:52.356]  76/313 postgresql:passwordcheck / passwordcheck/regress                                ERROR            ...
[21:58:52.356]  75/313 postgresql:pg_buffercache / pg_buffercache/regress                              ERROR            ...
[21:58:52.356]  77/313 postgresql:intarray / intarray/regress                                          ERROR            ...
[21:58:52.356]  78/313 postgresql:pg_freespacemap / pg_freespacemap/regress                            ERROR            ...
[21:58:52.356]  79/313 postgresql:pageinspect / pageinspect/regress                                    ERROR            ...
[21:58:52.356]  80/313 postgresql:pg_logicalinspect / pg_logicalinspect/isolation                      ERROR            ...
[21:58:52.356]  81/313 postgresql:pgrowlocks / pgrowlocks/isolation                                    ERROR            ...
[21:58:52.356]  82/313 postgresql:pgstattuple / pgstattuple/regress                                    ERROR            ...
[21:58:52.356]  83/313 postgresql:pg_surgery / pg_surgery/regress                                      ERROR            ...
[21:58:52.356]  84/313 postgresql:pgcrypto / pgcrypto/regress                                          ERROR            ...
[21:58:52.356]  85/313 postgresql:pg_visibility / pg_visibility/regress                                ERROR            ...
[21:58:52.356]  86/313 postgresql:pg_walinspect / pg_walinspect/regress                                ERROR            ...
[21:58:52.356]  87/313 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
[21:58:52.356]  88/313 postgresql:pg_trgm / pg_trgm/regress                                            ERROR            ...
[21:58:52.356]  89/313 postgresql:seg / seg/regress                                                    ERROR            ...
[21:58:52.356]  90/313 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
[21:58:52.356]  91/313 postgresql:tablefunc / tablefunc/regress                                        ERROR            ...
[21:58:52.356]  92/313 postgresql:tcn / tcn/isolation                                                  ERROR            ...
[21:58:52.356]  93/313 postgresql:tsm_system_rows / tsm_system_rows/regress                            ERROR            ...
[21:58:52.356]  94/313 postgresql:tsm_system_time / tsm_system_time/regress                            ERROR            ...
[21:58:52.356]  95/313 postgresql:unaccent / unaccent/regress                                          ERROR            ...
[21:58:52.356]  96/313 postgresql:brin / brin/isolation                                                ERROR            ...
[21:58:52.356]  97/313 postgresql:commit_ts / commit_ts/regress                                        ERROR            ...
[21:58:52.356]  98/313 postgresql:dummy_index_am / dummy_index_am/regress                              ERROR            ...
[21:58:52.356]  99/313 postgresql:postgres_fdw / postgres_fdw/regress                                  ERROR            ...
[21:58:52.356] 100/313 postgresql:delay_execution / delay_execution/isolation                          ERROR            ...
[21:58:52.356] 101/313 postgresql:dummy_seclabel / dummy_seclabel/regress                              ERROR            ...
[21:58:52.356] 102/313 postgresql:test_decoding / test_decoding/isolation                              ERROR            ...
[21:58:52.356] 103/313 postgresql:gin / gin/regress                                                    ERROR            ...
[21:58:52.356] 104/313 postgresql:injection_points / injection_points/regress                          ERROR            ...
[21:58:52.356] 105/313 postgresql:plsample / plsample/regress                                          ERROR            ...
[21:58:52.356] 106/313 postgresql:injection_points / injection_points/isolation                        ERROR            ...
[21:58:52.356] 107/313 postgresql:spgist_name_ops / spgist_name_ops/regress                            ERROR            ...
[21:58:52.356] 108/313 postgresql:test_bloomfilter / test_bloomfilter/regress                          ERROR            ...
[21:58:52.356] 109/313 postgresql:test_copy_callbacks / test_copy_callbacks/regress                    ERROR            ...
[21:58:52.356] 110/313 postgresql:test_dsa / test_dsa/regress                                          ERROR            ...
[21:58:52.356] 111/313 postgresql:test_dsm_registry / test_dsm_registry/regress                        ERROR            ...
[21:58:52.356] 112/313 postgresql:test_decoding / test_decoding/regress                                ERROR            ...
[21:58:52.356] 113/313 postgresql:test_ginpostinglist / test_ginpostinglist/regress                    ERROR            ...
[21:58:52.356] 114/313 postgresql:test_lfind / test_lfind/regress                                      ERROR            ...
[21:58:52.356] 115/313 postgresql:test_extensions / test_extensions/regress                            ERROR            ...
[21:58:52.356] 116/313 postgresql:test_parser / test_parser/regress                                    ERROR            ...
[21:58:52.356] 117/313 postgresql:test_pg_dump / test_pg_dump/regress                                  ERROR            ...
[21:58:52.356] 118/313 postgresql:test_ddl_deparse / test_ddl_deparse/regress                          ERROR            ...
[21:58:52.356] 119/313 postgresql:test_oat_hooks / test_oat_hooks/regress                              ERROR            ...
[21:58:52.356] 120/313 postgresql:test_predtest / test_predtest/regress                                ERROR            ...
[21:58:52.356] 121/313 postgresql:test_radixtree / test_radixtree/regress                              ERROR            ...
[21:58:52.356] 122/313 postgresql:test_integerset / test_integerset/regress                            ERROR            ...
[21:58:52.356] 123/313 postgresql:test_rbtree / test_rbtree/regress                                    ERROR            ...
[21:58:52.356] 124/313 postgresql:test_resowner / test_resowner/regress                                ERROR            ...
[21:58:52.356] 125/313 postgresql:test_regex / test_regex/regress                                      ERROR            ...
[21:58:52.356] 126/313 postgresql:test_rls_hooks / test_rls_hooks/regress                              ERROR            ...
[21:58:52.356] 127/313 postgresql:test_slru / test_slru/regress                                        ERROR            ...
[21:58:52.356] 129/313 postgresql:test_shm_mq / test_shm_mq/regress                                    ERROR            ...
[21:58:52.432] 130/313 postgresql:typcache / typcache/regress                                          ERROR            ...
[21:58:52.432] 131/313 postgresql:test_tidstore / test_tidstore/regress                                ERROR            ...
[21:58:52.432] 132/313 postgresql:unsafe_tests / unsafe_tests/regress                                  ERROR            ...
[21:58:52.432] 135/313 postgresql:libpq / libpq/005_negotiate_encryption                               ERROR            ...
[21:58:52.432] 137/313 postgresql:libpq / libpq/003_load_balance_host_list                             ERROR            ...
[21:58:52.432] 138/313 postgresql:libpq / libpq/004_load_balance_dns                                   ERROR            ...
[21:58:52.432] 140/313 postgresql:pg_amcheck / pg_amcheck/004_verify_heapam                            ERROR            ...
[21:58:52.432] 142/313 postgresql:pg_amcheck / pg_amcheck/003_check                                    ERROR            ...
[21:58:52.432] 145/313 postgresql:pg_basebackup / pg_basebackup/010_pg_basebackup                      ERROR            ...
[21:58:52.432] 149/313 postgresql:pg_checksums / pg_checksums/002_actions                              ERROR            ...
[21:58:52.432] 150/313 postgresql:ecpg / ecpg/ecpg                                                     ERROR            ...
[21:58:52.432] 151/313 postgresql:pg_basebackup / pg_basebackup/040_pg_createsubscriber                ERROR            ...
[21:58:52.432] 153/313 postgresql:pg_combinebackup / pg_combinebackup/007_wal_level_minimal            ERROR            ...
[21:58:52.432] 158/313 postgresql:pg_ctl / pg_ctl/001_start_stop                                       ERROR            ...
[21:58:52.432] 160/313 postgresql:pg_ctl / pg_ctl/002_status                                           ERROR            ...
[21:58:52.432] 168/313 postgresql:pg_resetwal / pg_resetwal/001_basic                                  ERROR            ...
[21:58:52.432] 172/313 postgresql:pg_rewind / pg_rewind/001_basic                                      ERROR            ...
[21:58:52.432] 173/313 postgresql:pg_rewind / pg_rewind/002_databases                                  ERROR            ...
[21:58:52.432] 175/313 postgresql:pg_dump / pg_dump/002_pg_dump                                        ERROR            ...
[21:58:52.432] 176/313 postgresql:pg_rewind / pg_rewind/003_extrafiles                                 ERROR            ...
[21:58:52.432] 178/313 postgresql:pg_rewind / pg_rewind/004_pg_xlog_symlink                            ERROR            ...
[21:58:52.432] 182/313 postgresql:pg_rewind / pg_rewind/005_same_timeline                              ERROR            ...
[21:58:52.432] 183/313 postgresql:pg_rewind / pg_rewind/008_min_recovery_point                         ERROR            ...
[21:58:52.432] 184/313 postgresql:pg_rewind / pg_rewind/009_growing_files                              ERROR            ...
[21:58:52.432] 185/313 postgresql:pg_rewind / pg_rewind/010_keep_recycled_wals                         ERROR            ...
[21:58:52.432] 187/313 postgresql:pg_verifybackup / pg_verifybackup/007_wal                            ERROR            ...
[21:58:52.432] 188/313 postgresql:pg_rewind / pg_rewind/007_standby_source                             ERROR            ...
[21:58:52.432] 196/313 postgresql:pg_waldump / pg_waldump/001_basic                                    ERROR            ...
[21:58:52.432] 216/313 postgresql:amcheck / amcheck/002_cic                                            ERROR            ...
[21:58:52.432] 217/313 postgresql:amcheck / amcheck/003_cic_2pc                                        ERROR            ...
[21:58:52.432] 219/313 postgresql:amcheck / amcheck/004_verify_nbtree_unique                           ERROR            ...
[21:58:52.432] 220/313 postgresql:amcheck / amcheck/001_verify_heapam                                  ERROR            ...
[21:58:52.432] 224/313 postgresql:pg_prewarm / pg_prewarm/001_basic                                    ERROR            ...
[21:58:52.432] 225/313 postgresql:pg_stat_statements / pg_stat_statements/010_restart                  ERROR            ...
[21:58:52.432] 226/313 postgresql:pgbench / pgbench/001_pgbench_with_server                            ERROR            ...
[21:58:52.432] 227/313 postgresql:amcheck / amcheck/005_pitr                                           ERROR            ...
[21:58:52.432] 230/313 postgresql:pg_visibility / pg_visibility/002_corrupt_vm                         ERROR            ...
[21:58:52.432] 231/313 postgresql:test_decoding / test_decoding/001_repl_stats                         ERROR            ...
[21:58:52.432] 233/313 postgresql:authentication / authentication/004_file_inclusion                   ERROR            ...
[21:58:52.432] 236/313 postgresql:postmaster / postmaster/002_start_stop                               ERROR            ...
[21:58:52.432] 239/313 postgresql:pg_visibility / pg_visibility/001_concurrent_transaction             ERROR            ...
[21:58:52.432] 241/313 postgresql:subscription / subscription/002_types                                ERROR            ...
[21:58:52.432] 242/313 postgresql:subscription / subscription/003_constraints                          ERROR            ...
[21:58:52.432] 243/313 postgresql:subscription / subscription/004_sync                                 ERROR            ...
[21:58:52.432] 244/313 postgresql:subscription / subscription/005_encoding                             ERROR            ...
[21:58:52.432] 245/313 postgresql:recovery / recovery/013_crash_restart                                ERROR           5...
[21:58:52.432] 246/313 postgresql:subscription / subscription/006_rewrite                              ERROR            ...
[21:58:52.432] 247/313 postgresql:subscription / subscription/007_ddl                                  ERROR            ...
[21:58:52.432] 249/313 postgresql:subscription / subscription/009_matviews                             ERROR            ...
[21:58:52.432] 250/313 postgresql:subscription / subscription/001_rep_changes                          ERROR            ...
[21:58:52.432] 251/313 postgresql:subscription / subscription/008_diff_schema                          ERROR            ...
[21:58:52.432] 253/313 postgresql:subscription / subscription/016_stream_subxact                       ERROR            ...
[21:58:52.446] 254/313 postgresql:subscription / subscription/014_binary                               ERROR            ...
[21:58:52.446] 255/313 postgresql:subscription / subscription/017_stream_ddl                           ERROR            ...
[21:58:52.446] 258/313 postgresql:subscription / subscription/019_stream_subxact_ddl_abort             ERROR            ...
[21:58:52.446] 259/313 postgresql:subscription / subscription/015_stream                               ERROR            ...
[21:58:52.446] 260/313 postgresql:subscription / subscription/021_twophase                             ERROR            ...
[21:58:52.446] 261/313 postgresql:subscription / subscription/020_messages                             ERROR            ...
[21:58:52.446] 262/313 postgresql:subscription / subscription/018_stream_subxact_abort                 ERROR            ...
[21:58:52.446] 263/313 postgresql:subscription / subscription/023_twophase_stream                      ERROR            ...
[21:58:52.446] 264/313 postgresql:subscription / subscription/024_add_drop_pub                         ERROR            ...
[21:58:52.446] 265/313 postgresql:subscription / subscription/026_stats                                ERROR            ...
[21:58:52.446] 266/313 postgresql:subscription / subscription/025_rep_changes_for_schema               ERROR            ...
[21:58:52.446] 267/313 postgresql:subscription / subscription/013_partition                            ERROR            ...
[21:58:52.446] 268/313 postgresql:subscription / subscription/022_twophase_cascade                     ERROR            ...
[21:58:52.446] 269/313 postgresql:subscription / subscription/029_on_error                             ERROR            ...
[21:58:52.446] 270/313 postgresql:subscription / subscription/100_bugs                                 ERROR            ...
[21:58:52.446] 272/313 postgresql:subscription / subscription/030_origin                               ERROR            ...
[21:58:52.446] 274/313 postgresql:brin / brin/01_workitems                                             ERROR            ...
[21:58:52.446] 275/313 postgresql:commit_ts / commit_ts/001_base                                       ERROR            ...
[21:58:52.446] 276/313 postgresql:commit_ts / commit_ts/004_restart                                    ERROR            ...
[21:58:52.446] 277/313 postgresql:subscription / subscription/028_row_filter                           ERROR            ...
[21:58:52.446] 280/313 postgresql:injection_points / injection_points/001_stats                        ERROR            ...
[21:58:52.446] 281/313 postgresql:ssl_passphrase_callback / ssl_passphrase_callback/001_testfunc       ERROR            ...
[21:58:52.446] 282/313 postgresql:libpq_pipeline / libpq_pipeline/001_libpq_pipeline                   ERROR            ...
[21:58:52.446] 283/313 postgresql:subscription / subscription/032_subscribe_use_index                  ERROR            ...
[21:58:52.446] 286/313 postgresql:test_custom_rmgrs / test_custom_rmgrs/001_basic                      ERROR            ...
[21:58:52.446] 287/313 postgresql:commit_ts / commit_ts/002_standby                                    ERROR            ...
[21:58:52.446] 289/313 postgresql:commit_ts / commit_ts/003_standby_2                                  ERROR            ...
[21:58:52.446] 290/313 postgresql:test_misc / test_misc/002_tablespace                                 ERROR            ...
[21:58:52.446] 292/313 postgresql:subscription / subscription/031_column_list                          ERROR            ...
[21:58:52.446] 293/313 postgresql:test_misc / test_misc/001_constraint_validation                      ERROR            ...
[21:58:52.446] 294/313 postgresql:test_misc / test_misc/004_io_direct                                  ERROR            ...
[21:58:52.446] 300/313 postgresql:test_slru / test_slru/001_multixact                                  ERROR            ...
[21:58:52.446] 301/313 postgresql:worker_spi / worker_spi/001_worker_spi                               ERROR            ...
[21:58:52.446] 302/313 postgresql:test_pg_dump / test_pg_dump/001_base                                 ERROR            ...
[21:58:52.446] 303/313 postgresql:checksums / checksums/004_offline                                    ERROR            ...
[21:58:52.446] 304/313 postgresql:ssl / ssl/001_ssltests                                               ERROR            ...
[21:58:52.446] 307/313 postgresql:ssl / ssl/002_scram                                                  ERROR            ...
[21:58:52.446] 308/313 postgresql:ssl / ssl/003_sslinfo                                                ERROR            ...
[21:58:52.446] 310/313 postgresql:checksums / checksums/002_restarts                                   ERROR           3...
[21:58:52.446] 311/313 postgresql:checksums / checksums/001_basic                                      ERROR           6...
[21:58:52.446] 312/313 postgresql:pg_ctl / pg_ctl/004_logrotate                                        TIMEOUT        10...
[21:58:52.446] 313/313 postgresql:checksums / checksums/003_standby_restarts                           TIMEOUT        10...
50/5208 prefetching for nestloop / indexscan
FreeBSD - 13 - Meson
tap
[18:57:47.017](1.431s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[18:57:57.087] 295/314 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
Linux - Debian Bookworm - Autoconf
tap
[19:00:09.553](0.539s) not ok 1 - no parameters missing from postgresql.conf.sample
Linux - Debian Bookworm - Meson
core
[19:01:31.998] #0  0x00007f115c8beda4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[19:01:31.998] #1  0x00007f115c86b239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[19:01:31.998] #2  0x00007f115c86b497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[19:01:31.998] #3  0x00005639e0f985f3 in ?? ()
[19:01:31.998] #4  0x00005639e0f92369 in ?? ()
[19:01:31.998] #5  0x00005639e0f9120f in ?? ()
[19:01:31.998] #6  0x00005639e0f91c3b in ?? ()
[19:01:31.998] #7  0x00005639e0f8f66f in ?? ()
[19:01:31.998] #8  0x00007f115c85624a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[19:01:31.998] #9  0x00007f115c856305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[19:01:32.376] #0  0x00007f115c8beda4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[19:01:32.376] #1  0x00007f115c86b239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[19:01:32.376] #2  0x00007f115c86b497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[19:01:32.376] #3  0x00005639e0f985c1 in ?? ()
[19:01:32.376] #4  0x00005639e0f92369 in ?? ()
[19:01:32.376] #5  0x00005639e0f9120f in ?? ()
[19:01:32.376] #6  0x00005639e0f91c3b in ?? ()
[19:01:32.376] #7  0x00005639e0f8f66f in ?? ()
[19:01:32.376] #8  0x00007f115c85624a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[19:01:32.376] #9  0x00007f115c856305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[19:01:32.247] #0  0x00007f69982ebda4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[19:01:32.247] #1  0x00007f6998298239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[19:01:32.247] #2  0x00007f6998298497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[19:01:32.247] #3  0x000055fa6d32b5f3 in ?? ()
[19:01:32.247] #4  0x000055fa6d325369 in ?? ()
[19:01:32.247] #5  0x000055fa6d32420f in ?? ()
[19:01:32.247] #6  0x000055fa6d324c3b in ?? ()
[19:01:32.247] #7  0x000055fa6d32266f in ?? ()
[19:01:32.247] #8  0x00007f699828324a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[19:01:32.247] #9  0x00007f6998283305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[19:01:32.247] #0  <unavailable> in ?? ()
core
[19:01:32.121] #0  0x00007f69982ebda4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[19:01:32.121] #1  0x00007f6998298239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[19:01:32.121] #2  0x00007f6998298497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[19:01:32.121] #3  0x000055fa6d32b5c1 in ?? ()
[19:01:32.121] #4  0x000055fa6d325369 in ?? ()
[19:01:32.121] #5  0x000055fa6d32420f in ?? ()
[19:01:32.121] #6  0x000055fa6d324c3b in ?? ()
[19:01:32.121] #7  0x000055fa6d32266f in ?? ()
[19:01:32.121] #8  0x00007f699828324a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[19:01:32.121] #9  0x00007f6998283305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[19:01:31.998] #0  <unavailable> in ?? ()
tap
[19:00:15.639](0.463s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[19:00:26.956] 293/314 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
macOS - Sonoma - Meson
tap
[18:56:55.565](0.688s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[18:57:06.876] 294/314 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[19:05:09.442](1.936s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[19:05:39.602] 290/309 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
51/5231 Consider the number of columns in the sort cost model
FreeBSD - 13 - Meson
core
[17:36:01.230] #0  0x000000082c6058fa in _sigprocmask () from /lib/libc.so.7
[17:36:01.230] #1  0x000000082c63ef91 in _system () from /lib/libc.so.7
[17:36:01.230] #2  0x000000082b65f9d3 in ?? () from /lib/libthr.so.3
[17:36:01.230] #3  0x000000000066b7d5 in RestoreArchivedFile (path=path@entry=0x820ec71d0 "Pr\354 \b", xlogfname=xlogfna...
[17:36:01.230] #4  0x0000000000676e4e in XLogFileRead (segno=segno@entry=4, tli=tli@entry=2, source=source@entry=XLOG_FR...
[17:36:01.230] #5  0x0000000000672b9c in XLogFileReadAnyTLI (segno=4, source=XLOG_FROM_ANY) at ../src/backend/access/tra...
[17:36:01.230] #6  WaitForWALToBecomeAvailable (RecPtr=67210840, tliRecPtr=67210816, replayTLI=2, replayLSN=67210816, ra...
[17:36:01.230] #7  XLogPageRead (xlogreader=0x83606f130, targetPagePtr=67207168, reqLen=3672, targetRecPtr=67210816, rea...
[17:36:01.230] #8  0x0000000000679b32 in ReadPageInternal (state=state@entry=0x83606f130, pageptr=67207168, reqLen=3672)...
[17:36:01.230] #9  0x00000000006789a2 in XLogDecodeNextRecord (state=0x83606f130, nonblocking=false) at ../src/backend/a...
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out /tmp/cirrus-ci-build/build/testrun/...
--- /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out	2024-11-17 17:30:02.368017000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_stat_statements/regress/results/level_tracking.out	2024-11-17 17:32:41.6297110...
@@ -383,26 +383,24 @@
 (1 row)
 
 EXPLAIN (COSTS OFF) SELECT 1, 2 UNION SELECT 3, 4\; EXPLAIN (COSTS OFF) (SELECT 1, 2, 3) UNION SELECT 3, 4, 5;
+      QUERY PLAN       
+-----------------------
+ HashAggregate
+   Group Key: (1), (2)
+   ->  Append
+         ->  Result
+         ->  Result
+(5 rows)
+
          QUERY PLAN         
 ----------------------------
- Unique
-   ->  Sort
...
test
[17:34:53.862]  87/314 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out /tmp/cirrus-ci-build/contrib/pg_sta...
--- /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out	2024-11-17 17:28:48.513409245 +0000
+++ /tmp/cirrus-ci-build/contrib/pg_stat_statements/results/level_tracking.out	2024-11-17 17:33:59.971360894 +0000
@@ -383,25 +383,23 @@
 (1 row)
 
 EXPLAIN (COSTS OFF) SELECT 1, 2 UNION SELECT 3, 4\; EXPLAIN (COSTS OFF) (SELECT 1, 2, 3) UNION SELECT 3, 4, 5;
+      QUERY PLAN       
+-----------------------
+ HashAggregate
+   Group Key: (1), (2)
+   ->  Append
+         ->  Result
+         ->  Result
+(5 rows)
+
          QUERY PLAN         
 ----------------------------
- Unique
-   ->  Sort
...
Linux - Debian Bookworm - Meson
core
[17:37:15.326] #0  0x00007f12fbeceda4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[17:37:15.326] #1  0x00007f12fbe7b239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[17:37:15.326] #2  0x00007f12fbe7b497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[17:37:15.326] #3  0x00005594085955c1 in ?? ()
[17:37:15.326] #4  0x000055940858f369 in ?? ()
[17:37:15.326] #5  0x000055940858e20f in ?? ()
[17:37:15.326] #6  0x000055940858ec3b in ?? ()
[17:37:15.326] #7  0x000055940858c66f in ?? ()
[17:37:15.326] #8  0x00007f12fbe6624a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[17:37:15.326] #9  0x00007f12fbe66305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[17:37:15.454] #0  <unavailable> in ?? ()
core
[17:37:15.454] #0  0x00007f12fbeceda4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[17:37:15.454] #1  0x00007f12fbe7b239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[17:37:15.454] #2  0x00007f12fbe7b497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[17:37:15.454] #3  0x00005594085955f3 in ?? ()
[17:37:15.454] #4  0x000055940858f369 in ?? ()
[17:37:15.454] #5  0x000055940858e20f in ?? ()
[17:37:15.454] #6  0x000055940858ec3b in ?? ()
[17:37:15.454] #7  0x000055940858c66f in ?? ()
[17:37:15.454] #8  0x00007f12fbe6624a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[17:37:15.454] #9  0x00007f12fbe66305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[17:37:15.189] #0  0x00007f0a454aeda4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[17:37:15.189] #1  0x00007f0a4545b239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[17:37:15.189] #2  0x00007f0a45516204 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[17:37:15.189] #3  0x00007f0a4552885c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[17:37:15.325] #0  0x00007f12fbeceda4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
core
[17:37:15.189] #0  <unavailable> in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out /tmp/cirrus-ci-build/build/testrun/...
--- /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out	2024-11-17 17:28:50.849274755 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_stat_statements/regress/results/level_tracking.out	2024-11-17 17:34:08.4781679...
@@ -383,25 +383,23 @@
 (1 row)
 
 EXPLAIN (COSTS OFF) SELECT 1, 2 UNION SELECT 3, 4\; EXPLAIN (COSTS OFF) (SELECT 1, 2, 3) UNION SELECT 3, 4, 5;
+      QUERY PLAN       
+-----------------------
+ HashAggregate
+   Group Key: (1), (2)
+   ->  Append
+         ->  Result
+         ->  Result
+(5 rows)
+
          QUERY PLAN         
 ----------------------------
- Unique
-   ->  Sort
...
test
[17:36:12.761]  86/314 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/contrib/pg_stat_statements/expected/level_tracking.out /Users/admin/pgsql/build/testrun/pg_s...
--- /Users/admin/pgsql/contrib/pg_stat_statements/expected/level_tracking.out	2024-11-17 17:28:10
+++ /Users/admin/pgsql/build/testrun/pg_stat_statements/regress/results/level_tracking.out	2024-11-17 17:31:27
@@ -383,25 +383,23 @@
 (1 row)
 
 EXPLAIN (COSTS OFF) SELECT 1, 2 UNION SELECT 3, 4\; EXPLAIN (COSTS OFF) (SELECT 1, 2, 3) UNION SELECT 3, 4, 5;
+      QUERY PLAN       
+-----------------------
+ HashAggregate
+   Group Key: (1), (2)
+   ->  Append
+         ->  Result
+         ->  Result
+(5 rows)
+
          QUERY PLAN         
 ----------------------------
- Unique
-   ->  Sort
...
test
[17:33:13.043]  87/314 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/contrib/pg_stat_statements/expected/level_tracking.out C:/cirrus/build/testrun/pg...
--- C:/cirrus/contrib/pg_stat_statements/expected/level_tracking.out	2024-11-17 17:29:46.702969800 +0000
+++ C:/cirrus/build/testrun/pg_stat_statements/regress/results/level_tracking.out	2024-11-17 17:36:05.483722100 +0000
@@ -383,25 +383,23 @@
 (1 row)
 
 EXPLAIN (COSTS OFF) SELECT 1, 2 UNION SELECT 3, 4\; EXPLAIN (COSTS OFF) (SELECT 1, 2, 3) UNION SELECT 3, 4, 5;
+      QUERY PLAN       
+-----------------------
+ HashAggregate
+   Group Key: (1), (2)
+   ->  Append
+         ->  Result
+         ->  Result
+(5 rows)
+
          QUERY PLAN         
 ----------------------------
- Unique
-   ->  Sort
...
test
[17:42:07.530]  88/309 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
50/5348 Making error message more user-friendly with spaces in a URI
FreeBSD - 13 - Meson
tap
[16:24:50.130](0.020s) not ok 25 - postgresql://host?  user user  =  uri  & port = 12345 12 
[16:24:50.188](0.056s) not ok 26 - postgresql://host?  user  =  uri-user  & port = 12345 12 
test
[16:27:14.506] 136/314 postgresql:libpq / libpq/001_uri                                                ERROR            ...
Linux - Debian Bookworm - Autoconf
tap
[16:22:49.527](0.042s) not ok 25 - postgresql://host?  user user  =  uri  & port = 12345 12 
[16:22:49.565](0.038s) not ok 26 - postgresql://host?  user  =  uri-user  & port = 12345 12 
Linux - Debian Bookworm - Meson
core
[16:27:32.755] #0  <unavailable> in ?? ()
core
[16:27:32.755] #0  0x00007ff5106aeda4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[16:27:32.755] #1  0x00007ff51065b239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[16:27:32.755] #2  0x00007ff510716204 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[16:27:32.755] #3  0x00007ff51072885c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
tap
[16:24:36.068](0.053s) not ok 25 - postgresql://host?  user user  =  uri  & port = 12345 12 
[16:24:36.090](0.021s) not ok 26 - postgresql://host?  user  =  uri-user  & port = 12345 12 
test
[16:26:22.100] 134/314 postgresql:libpq / libpq/001_uri                                                ERROR            ...
macOS - Sonoma - Meson
tap
[16:54:02.406](0.012s) not ok 25 - postgresql://host?  user user  =  uri  & port = 12345 12 
[16:54:02.418](0.012s) not ok 26 - postgresql://host?  user  =  uri-user  & port = 12345 12 
test
[16:55:37.351] 133/314 postgresql:libpq / libpq/001_uri                                                ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[16:29:42.282](0.049s) not ok 25 - postgresql://host?  user user  =  uri  & port = 12345 12 
[16:29:42.328](0.045s) not ok 26 - postgresql://host?  user  =  uri-user  & port = 12345 12 
test
[16:35:58.347] 135/309 postgresql:libpq / libpq/001_uri                                                ERROR            ...
51/4460 Implement row pattern recognition feature
macOS - Sonoma - Meson
tap
[15:05:11.597](0.000s) not ok 52 - invalid syntax: extra content after object identifier pattern: matches
test
[15:06:21.806] 176/314 postgresql:pg_dump / pg_dump/005_pg_dump_filterfile                             ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[15:01:19.357](1.815s) Bail out!  pg_ctl start failed
test
[15:07:24.584] 136/309 postgresql:libpq / libpq/004_load_balance_dns                                   ERROR            ...
51/5196 Use function smgrclose() to replace the loop
CompilerWarnings
compiler
[13:17:32.226] smgr.c:282:13: error: unused variable 'forknum' [-Werror,-Wunused-variable]
compiler
[13:17:32.226] smgr.c:487:9: error: unused variable 'which' [-Werror,-Wunused-variable]
compiler
[13:17:24.385] smgr.c:487:9: error: unused variable 'which' [-Werror,-Wunused-variable]
compiler
[13:17:24.385] smgr.c:282:13: error: unused variable 'forknum' [-Werror,-Wunused-variable]
compiler
[13:16:56.505] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable]
compiler
[13:16:56.505] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
compiler
[13:16:49.395] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable]
compiler
[13:16:49.395] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
compiler
[13:17:53.050] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
compiler
[13:17:53.050] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable]
51/4319 Avoid unnecessary PlaceHolderVars for simple Vars
Linux - Debian Bookworm - Meson
core
[12:50:11.164] #0  <unavailable> in ?? ()
core
[12:50:11.164] #0  0x00007f5c8c10dda4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[12:50:11.164] #1  0x00007f5c8c0ba239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[12:50:11.164] #2  0x00007f5c8c0ba497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[12:50:11.164] #3  0x0000559a13c385f3 in ?? ()
[12:50:11.164] #4  0x0000559a13c32369 in ?? ()
[12:50:11.164] #5  0x0000559a13c3120f in ?? ()
[12:50:11.164] #6  0x0000559a13c31c3b in ?? ()
[12:50:11.164] #7  0x0000559a13c2f66f in ?? ()
[12:50:11.164] #8  0x00007f5c8c0a524a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:50:11.164] #9  0x00007f5c8c0a5305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[12:50:11.031] #0  0x00007f5c8c10dda4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[12:50:11.031] #1  0x00007f5c8c0ba239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[12:50:11.031] #2  0x00007f5c8c0ba497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[12:50:11.031] #3  0x0000559a13c385c1 in ?? ()
[12:50:11.031] #4  0x0000559a13c32369 in ?? ()
[12:50:11.031] #5  0x0000559a13c3120f in ?? ()
[12:50:11.031] #6  0x0000559a13c31c3b in ?? ()
[12:50:11.031] #7  0x0000559a13c2f66f in ?? ()
[12:50:11.031] #8  0x00007f5c8c0a524a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:50:11.031] #9  0x00007f5c8c0a5305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[12:50:10.903] #0  0x00007f70f1f60b93 in wait4 () from /lib/x86_64-linux-gnu/libc.so.6
[12:50:10.903] #1  0x000055c13bed6cc0 in ?? ()
[12:50:10.903] #2  0x000055c13bed6efa in ?? ()
[12:50:10.903] #3  0x000055c13bed8630 in ?? ()
[12:50:10.903] #4  0x000055c13bed2371 in ?? ()
[12:50:10.903] #5  0x000055c13bed120f in ?? ()
[12:50:10.903] #6  0x000055c13bed1c3b in ?? ()
[12:50:10.903] #7  0x000055c13becf66f in ?? ()
[12:50:10.903] #8  0x00007f70f1eb424a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:50:10.903] #9  0x00007f70f1eb4305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
tap
[12:46:31.169](0.074s) not ok 5 - psql connect success
[12:46:31.170](0.000s) not ok 6 - psql select 1
test
[12:49:03.471]  44/314 postgresql:recovery / recovery/041_checkpoint_at_promote                        ERROR            ...
51/4980 Expand applicability of aggregate's sortop optimization
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/subselect.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/subselect.out	2024-11-17 11:26:52.560283000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/subselect.out	2024-11-17 11:28:53.52073700...
@@ -1029,7 +1029,7 @@
    ->  Seq Scan on tenk1 t
          Filter: ((ANY (unique2 = (hashed SubPlan 2).col1)) OR (ten < 0))
          SubPlan 2
-           ->  Index Only Scan using tenk1_unique1 on tenk1 k
+           ->  Index Only Scan using idx_int4 on tenk1 k
 (5 rows)
 
 select count(*) from tenk1 t
@@ -1403,7 +1403,7 @@
    ->  Seq Scan on public.tenk1 b
          Output: b.unique1, b.unique2, b.two, b.four, b.ten, b.twenty, b.hundred, b.thousand, b.twothousand, b.fivethou...
    SubPlan 1
-     ->  Index Only Scan using tenk1_unique1 on public.tenk1 a
+     ->  Index Only Scan using idx_int4 on public.tenk1 a
            Output: a.unique1
 (10 rows)
...
tap
[11:29:33.881](57.233s) not ok 5 - regression tests pass
test
[11:32:12.307]  78/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
Linux - Debian Bookworm - Meson
core
[11:35:49.684] #0  0x00007fb33abceda4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[11:35:49.684] #1  0x00007fb33ab7b239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[11:35:49.684] #2  0x00007fb33ab7b497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[11:35:49.684] #3  0x000055c408e645c1 in ?? ()
[11:35:49.684] #4  0x000055c408e5e369 in ?? ()
[11:35:49.684] #5  0x000055c408e5d20f in ?? ()
[11:35:49.684] #6  0x000055c408e5dc3b in ?? ()
[11:35:49.684] #7  0x000055c408e5b66f in ?? ()
[11:35:49.684] #8  0x00007fb33ab6624a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[11:35:49.684] #9  0x00007fb33ab66305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[11:35:49.573] #0  <unavailable> in ?? ()
core
[11:35:49.573] #0  0x00007fb33abceda4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[11:35:49.573] #1  0x00007fb33ab7b239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[11:35:49.573] #2  0x00007fb33ab7b497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[11:35:49.573] #3  0x000055c408e645f3 in ?? ()
[11:35:49.573] #4  0x000055c408e5e369 in ?? ()
[11:35:49.573] #5  0x000055c408e5d20f in ?? ()
[11:35:49.573] #6  0x000055c408e5dc3b in ?? ()
[11:35:49.573] #7  0x000055c408e5b66f in ?? ()
[11:35:49.573] #8  0x00007fb33ab6624a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[11:35:49.573] #9  0x00007fb33ab66305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/subselect.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/subselect.out	2024-11-17 11:26:52.881456665 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/subselect.out	2024-11-17 11:31:41.79806432...
@@ -1403,7 +1403,7 @@
    ->  Seq Scan on public.tenk1 b
          Output: b.unique1, b.unique2, b.two, b.four, b.ten, b.twenty, b.hundred, b.thousand, b.twothousand, b.fivethou...
    SubPlan 1
-     ->  Index Only Scan using tenk1_unique1 on public.tenk1 a
+     ->  Index Only Scan using idx_int4 on public.tenk1 a
            Output: a.unique1
 (10 rows)
 
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/join.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_up...
--- /tmp/cirrus-ci-build/src/test/regress/expected/join.out	2024-11-17 11:26:52.833552993 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/join.out	2024-11-17 11:31:44.186058983 +00...
@@ -6540,7 +6540,7 @@
  Aggregate
    ->  Nested Loop
          ->  Nested Loop
-               ->  Index Only Scan using tenk1_unique1 on tenk1 a
...
tap
[11:32:35.817](70.357s) not ok 5 - regression tests pass
test
[11:34:45.242] 131/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/union.out C:/cirrus/build/testrun/pg_upgrade/002_pg_upg...
--- C:/cirrus/src/test/regress/expected/union.out	2024-11-17 11:27:08.065306400 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/union.out	2024-11-17 11:29:38.782288300 +0000
@@ -1480,13 +1480,7 @@
 left join lateral
   (select t1.tenthous from tenk2 t2 union all (values(1)))
 on true limit 1;
-                            QUERY PLAN                             
--------------------------------------------------------------------
- Limit
-   ->  Nested Loop Left Join
-         ->  Seq Scan on tenk1 t1
-         ->  Append
-               ->  Index Only Scan using tenk2_hundred on tenk2 t2
-               ->  Result
-(6 rows)
-
+ERROR:  deadlock detected
+DETAIL:  Process 6304 waits for AccessShareLock on relation 24788 of database 16387; blocked by process 6100.
+Process 6100 waits for AccessExclusiveLock on relation 16421 of database 16387; blocked by process 6304.
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/portals.out C:/cirrus/build/testrun/recovery/027_stream...
--- C:/cirrus/src/test/regress/expected/portals.out	2024-11-17 11:27:07.984741000 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/portals.out	2024-11-17 11:31:54.064193300 +0000
@@ -9,691 +9,163 @@
 DECLARE foo5 SCROLL CURSOR FOR SELECT * FROM tenk1 ORDER BY unique2;
 DECLARE foo6 SCROLL CURSOR FOR SELECT * FROM tenk2;
 DECLARE foo7 SCROLL CURSOR FOR SELECT * FROM tenk1 ORDER BY unique2;
+ERROR:  deadlock detected
+DETAIL:  Process 3168 waits for AccessShareLock on relation 25153 of database 16384; blocked by process 7260.
+Process 7260 waits for AccessExclusiveLock on relation 16418 of database 16384; blocked by process 3168.
+HINT:  See server log for query details.
 DECLARE foo8 SCROLL CURSOR FOR SELECT * FROM tenk2;
+ERROR:  current transaction is aborted, commands ignored until end of transaction block
 DECLARE foo9 SCROLL CURSOR FOR SELECT * FROM tenk1 ORDER BY unique2;
+ERROR:  current transaction is aborted, commands ignored until end of transaction block
 DECLARE foo10 SCROLL CURSOR FOR SELECT * FROM tenk2;
+ERROR:  current transaction is aborted, commands ignored until end of transaction block
 DECLARE foo11 SCROLL CURSOR FOR SELECT * FROM tenk1 ORDER BY unique2;
+ERROR:  current transaction is aborted, commands ignored until end of transaction block
 DECLARE foo12 SCROLL CURSOR FOR SELECT * FROM tenk2;
...
tap
[11:30:59.314](112.192s) not ok 5 - regression tests pass
tap
[11:33:14.911](126.975s) not ok 2 - regression tests pass
test
[11:39:15.769]  39/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[11:39:15.769] 101/309 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5099 CREATE OR REPLACE MATERIALIZED VIEW
FreeBSD - 13 - Meson
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 195, PID: 11031
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 195, PID: 17745
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 195, PID: 10703
core
[11:12:07.064] #0  0x000000082e99e41a in thr_kill () from /lib/libc.so.7
[11:12:07.064] #1  0x000000082e917e64 in raise () from /lib/libc.so.7
[11:12:07.064] #2  0x000000082e9c86f9 in abort () from /lib/libc.so.7
[11:12:07.064] #3  0x0000000000a9d6a5 in ExceptionalCondition (conditionName=0x2ebffa "queryDesc->sourceText != NULL", f...
[11:12:07.064] #4  0x000000000076e049 in standard_ExecutorStart (queryDesc=0x83b0a4088, eflags=0) at ../src/backend/exec...
[11:12:07.064] #5  0x0000000000703a65 in refresh_matview_datafill (dest=<optimized out>, query=<optimized out>, queryStr...
[11:12:07.064] #6  RefreshMatViewByOid (matviewOid=28243, is_create=<optimized out>, skipData=<optimized out>, concurren...
[11:12:07.064] #7  0x0000000000703646 in ExecRefreshMatView (stmt=<optimized out>, queryString=queryString@entry=0x0, qc...
[11:12:07.064] #8  0x00000000006da74c in ExecCreateTableAs (pstate=pstate@entry=0x83b06c900, stmt=stmt@entry=0x8377cdfd0...
[11:12:07.064] #9  0x0000000000949438 in ProcessUtilitySlow (pstate=pstate@entry=0x83b06c900, pstmt=pstmt@entry=0x83762c...
core
[11:12:07.370] #0  0x000000082cebf41a in thr_kill () from /lib/libc.so.7
[11:12:07.370] #1  0x000000082ce38e64 in raise () from /lib/libc.so.7
[11:12:07.370] #2  0x000000082cee96f9 in abort () from /lib/libc.so.7
[11:12:07.370] #3  0x0000000000a9d6a5 in ExceptionalCondition (conditionName=0x2ebffa "queryDesc->sourceText != NULL", f...
[11:12:07.370] #4  0x000000000076e049 in standard_ExecutorStart (queryDesc=0x83ad2e088, eflags=0) at ../src/backend/exec...
[11:12:07.370] #5  0x000000083a8c19c2 in pgss_ExecutorStart (queryDesc=0x83ad2e088, eflags=6) at ../contrib/pg_stat_stat...
[11:12:07.370] #6  0x0000000000703a65 in refresh_matview_datafill (dest=<optimized out>, query=<optimized out>, queryStr...
[11:12:07.370] #7  RefreshMatViewByOid (matviewOid=28445, is_create=<optimized out>, skipData=<optimized out>, concurren...
[11:12:07.370] #8  0x0000000000703646 in ExecRefreshMatView (stmt=<optimized out>, queryString=queryString@entry=0x0, qc...
[11:12:07.370] #9  0x00000000006da74c in ExecCreateTableAs (pstate=pstate@entry=0x83925f900, stmt=stmt@entry=0x839231fd0...
core
[11:12:06.766] #0  0x000000082bba841a in thr_kill () from /lib/libc.so.7
[11:12:06.766] #1  0x000000082bb21e64 in raise () from /lib/libc.so.7
[11:12:06.766] #2  0x000000082bbd26f9 in abort () from /lib/libc.so.7
[11:12:06.766] #3  0x0000000000a9d6a5 in ExceptionalCondition (conditionName=0x2ebffa "queryDesc->sourceText != NULL", f...
[11:12:06.766] #4  0x000000000076e049 in standard_ExecutorStart (queryDesc=0x835b1f088, eflags=0) at ../src/backend/exec...
[11:12:06.766] #5  0x0000000000703a65 in refresh_matview_datafill (dest=<optimized out>, query=<optimized out>, queryStr...
[11:12:06.766] #6  RefreshMatViewByOid (matviewOid=28443, is_create=<optimized out>, skipData=<optimized out>, concurren...
[11:12:06.766] #7  0x0000000000703646 in ExecRefreshMatView (stmt=<optimized out>, queryString=queryString@entry=0x0, qc...
[11:12:06.766] #8  0x00000000006da74c in ExecCreateTableAs (pstate=pstate@entry=0x842f40900, stmt=stmt@entry=0x842f4dfd0...
[11:12:06.766] #9  0x0000000000949438 in ProcessUtilitySlow (pstate=pstate@entry=0x842f40900, pstmt=pstmt@entry=0x835a17...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/privileges.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002...
--- /tmp/cirrus-ci-build/src/test/regress/expected/privileges.out	2024-11-17 11:05:50.944985000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/privileges.out	2024-11-17 11:07:56.7890950...
@@ -1842,1417 +1842,10 @@
 -- Do the same concurrently
 CREATE INDEX CONCURRENTLY sro_idx ON sro_tab ((sro_ifun(a) + sro_ifun(0)))
 	WHERE sro_ifun(a + 10) > sro_ifun(10);
--- REINDEX
-REINDEX TABLE sro_tab;
-REINDEX INDEX sro_idx;
-REINDEX TABLE CONCURRENTLY sro_tab;
-DROP INDEX sro_idx;
--- CLUSTER
-CREATE INDEX sro_cluster_idx ON sro_tab ((sro_ifun(a) + sro_ifun(0)));
-CLUSTER sro_tab USING sro_cluster_idx;
-DROP INDEX sro_cluster_idx;
--- BRIN index
-CREATE INDEX sro_brin ON sro_tab USING brin ((sro_ifun(a) + sro_ifun(0)));
-SELECT brin_desummarize_range('sro_brin', 0);
- brin_desummarize_range 
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/privileges.out /tmp/cirrus-ci-build/build/testrun/recovery/027_s...
--- /tmp/cirrus-ci-build/src/test/regress/expected/privileges.out	2024-11-17 11:05:50.944985000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/privileges.out	2024-11-17 11:08:33.94754...
@@ -1846,1413 +1846,10 @@
 REINDEX TABLE sro_tab;
 REINDEX INDEX sro_idx;
 REINDEX TABLE CONCURRENTLY sro_tab;
-DROP INDEX sro_idx;
--- CLUSTER
-CREATE INDEX sro_cluster_idx ON sro_tab ((sro_ifun(a) + sro_ifun(0)));
-CLUSTER sro_tab USING sro_cluster_idx;
-DROP INDEX sro_cluster_idx;
--- BRIN index
-CREATE INDEX sro_brin ON sro_tab USING brin ((sro_ifun(a) + sro_ifun(0)));
-SELECT brin_desummarize_range('sro_brin', 0);
- brin_desummarize_range 
-------------------------
- 
-(1 row)
-
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/build/testrun/regress/regress/resu...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-11-17 11:05:50.888109000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/brin.out	2024-11-17 11:07:56.008534000 +0000
@@ -588,4 +588,10 @@
 CREATE INDEX brin_insert_optimization_idx ON brin_insert_optimization USING brin (a);
 UPDATE brin_insert_optimization SET a = a;
 REINDEX INDEX CONCURRENTLY brin_insert_optimization_idx;
-DROP TABLE brin_insert_optimization;
+WARNING:  terminating connection because of crash of another server process
+DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because anothe...
+HINT:  In a moment you should be able to reconnect to the database and repeat your command.
+server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
+connection to server was lost
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/privileges.out /tmp/cirrus-ci-build/build/testrun/regress/regres...
--- /tmp/cirrus-ci-build/src/test/regress/expected/privileges.out	2024-11-17 11:05:50.944985000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/privileges.out	2024-11-17 11:07:56.007652000 +0000
@@ -1842,1417 +1842,10 @@
 -- Do the same concurrently
...
tap
[11:07:58.667](26.690s) not ok 5 - regression tests pass
[11:08:00.035](1.347s) not ok 6 - dump before running pg_upgrade
tap
[11:08:35.445](28.035s) not ok 2 - regression tests pass
test
[11:10:56.048]  22/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[11:10:56.048]  24/314 postgresql:regress / regress/regress                                            ERROR            ...
[11:10:56.048]  53/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "execMain.c", Line: 195, PID: 40960
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "execMain.c", Line: 195, PID: 46966
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "execMain.c", Line: 195, PID: 24017
core
[11:15:34.098] #0  0x00007f4bbbbdbebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[11:15:34.098] #1  0x00007f4bbbb8cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[11:15:34.098] #2  0x00007f4bbbb77472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[11:15:34.098] #3  0x000055dd33906b32 in ExceptionalCondition (conditionName=conditionName@entry=0x55dd33be3f60 "queryDe...
[11:15:34.098] #4  0x000055dd331001d3 in standard_ExecutorStart (queryDesc=0x6250001bed20, eflags=0) at execMain.c:195
[11:15:34.098] #5  0x00007f4bb88f242a in pgss_ExecutorStart (queryDesc=0x6250001bed20, eflags=<optimized out>) at pg_sta...
[11:15:34.098] #6  0x000055dd331003ed in ExecutorStart (queryDesc=queryDesc@entry=0x6250001bed20, eflags=eflags@entry=0)...
[11:15:34.098] #7  0x000055dd32ff6648 in refresh_matview_datafill (dest=0x6250001de5a8, query=<optimized out>, query@ent...
[11:15:34.098] #8  0x000055dd32ff8d71 in RefreshMatViewByOid (matviewOid=<optimized out>, is_create=is_create@entry=fals...
[11:15:34.098] #9  0x000055dd32ff8f7d in ExecRefreshMatView (stmt=0x6210000d8e30, queryString=queryString@entry=0x0, qc=...
core
[11:15:35.474] #0  0x00007fd2b36abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[11:15:35.474] #1  0x00007fd2b365cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[11:15:35.474] #2  0x00007fd2b3647472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[11:15:35.474] #3  0x000056423b4a2b32 in ExceptionalCondition (conditionName=conditionName@entry=0x56423b77ff60 "queryDe...
[11:15:35.474] #4  0x000056423ac9c1d3 in standard_ExecutorStart (queryDesc=queryDesc@entry=0x6250001bed20, eflags=eflags...
[11:15:35.474] #5  0x000056423ac9c408 in ExecutorStart (queryDesc=queryDesc@entry=0x6250001bed20, eflags=eflags@entry=0)...
[11:15:35.474] #6  0x000056423ab92648 in refresh_matview_datafill (dest=0x6250001de5a8, query=<optimized out>, query@ent...
[11:15:35.474] #7  0x000056423ab94d71 in RefreshMatViewByOid (matviewOid=<optimized out>, is_create=is_create@entry=fals...
[11:15:35.474] #8  0x000056423ab94f7d in ExecRefreshMatView (stmt=0x62100000aa30, queryString=queryString@entry=0x0, qc=...
[11:15:35.474] #9  0x000056423ab34ada in ExecCreateTableAs (pstate=pstate@entry=0x6190000be180, stmt=stmt@entry=0x625000...
core
[11:15:36.827] #0  0x00007fa485aabebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[11:15:36.827] #1  0x00007fa485a5cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[11:15:36.827] #2  0x00007fa485a47472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[11:15:36.827] #3  0x000055d515288b32 in ExceptionalCondition (conditionName=conditionName@entry=0x55d515565f60 "queryDe...
[11:15:36.827] #4  0x000055d514a821d3 in standard_ExecutorStart (queryDesc=queryDesc@entry=0x62500013f520, eflags=eflags...
[11:15:36.827] #5  0x000055d514a82408 in ExecutorStart (queryDesc=queryDesc@entry=0x62500013f520, eflags=eflags@entry=0)...
[11:15:36.827] #6  0x000055d514978648 in refresh_matview_datafill (dest=0x62500016dda8, query=<optimized out>, query@ent...
[11:15:36.827] #7  0x000055d51497ad71 in RefreshMatViewByOid (matviewOid=<optimized out>, is_create=is_create@entry=fals...
[11:15:36.827] #8  0x000055d51497af7d in ExecRefreshMatView (stmt=0x6210000db630, queryString=queryString@entry=0x0, qc=...
[11:15:36.827] #9  0x000055d51491aada in ExecCreateTableAs (pstate=pstate@entry=0x61900004f280, stmt=stmt@entry=0x625000...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/resul...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-11-17 11:05:50.674187779 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/brin.out	2024-11-17 11:12:22.604975771 +0000
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/src/test/recovery/tmp_check/result...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-11-17 11:05:50.674187779 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/brin.out	2024-11-17 11:13:32.800919062 +0000
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/src/test/regress/results/brin.out
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-11-17 11:05:50.674187779 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/brin.out	2024-11-17 11:10:12.781123640 +0000
@@ -588,4 +588,10 @@
 CREATE INDEX brin_insert_optimization_idx ON brin_insert_optimization USING brin (a);
 UPDATE brin_insert_optimization SET a = a;
 REINDEX INDEX CONCURRENTLY brin_insert_optimization_idx;
-DROP TABLE brin_insert_optimization;
+WARNING:  terminating connection because of crash of another server process
+DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because anothe...
+HINT:  In a moment you should be able to reconnect to the database and repeat your command.
+server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
+connection to server was lost
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/privileges.out /tmp/cirrus-ci-build/src/test/regress/results/pri...
--- /tmp/cirrus-ci-build/src/test/regress/expected/privileges.out	2024-11-17 11:05:50.746187782 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/privileges.out	2024-11-17 11:10:12.701123776 +0000
@@ -1842,1417 +1842,10 @@
 -- Do the same concurrently
...
tap
[11:12:26.296](41.834s) not ok 5 - regression tests pass
[11:12:28.711](2.374s) not ok 6 - dump before running pg_upgrade
tap
[11:13:33.879](20.459s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Meson
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 195, PID: 30056
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 195, PID: 36803
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 195, PID: 29083
core
[11:14:22.286] #0  0x00007fe4176a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[11:14:22.286] #1  0x00007fe41765afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[11:14:22.286] #2  0x00007fe417645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[11:14:22.286] #3  0x00005591e382c93b in ExceptionalCondition (conditionName=conditionName@entry=0x5591e3aa24d5 "queryDe...
[11:14:22.286] #4  0x00005591e31ad01b in standard_ExecutorStart (queryDesc=0x5591f7cc1690, eflags=0) at ../src/backend/e...
[11:14:22.286] #5  0x00007fe4154276f7 in pgss_ExecutorStart (queryDesc=0x5591f7cc1690, eflags=<optimized out>) at ../con...
[11:14:22.286] #6  0x00005591e31ad1b0 in ExecutorStart (queryDesc=queryDesc@entry=0x5591f7cc1690, eflags=eflags@entry=0)...
[11:14:22.286] #7  0x00005591e30d15ae in refresh_matview_datafill (dest=0x5591f7bad578, query=<optimized out>, query@ent...
[11:14:22.286] #8  0x00005591e30d3915 in RefreshMatViewByOid (matviewOid=28369, is_create=is_create@entry=false, skipDat...
[11:14:22.286] #9  0x00005591e30d3a54 in ExecRefreshMatView (stmt=0x5591f7baade0, queryString=queryString@entry=0x0, qc=...
core
[11:14:19.507] #0  <unavailable> in ?? ()
core
[11:14:20.879] #0  0x00007f6b836a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[11:14:20.879] #1  0x00007f6b8365afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[11:14:20.879] #2  0x00007f6b83645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[11:14:20.879] #3  0x0000564261f2793b in ExceptionalCondition (conditionName=conditionName@entry=0x56426219d4d5 "queryDe...
[11:14:20.879] #4  0x00005642618a801b in standard_ExecutorStart (queryDesc=queryDesc@entry=0x5642a053f6a0, eflags=eflags...
[11:14:20.879] #5  0x00005642618a81f7 in ExecutorStart (queryDesc=queryDesc@entry=0x5642a053f6a0, eflags=eflags@entry=0)...
[11:14:20.879] #6  0x00005642617cc5ae in refresh_matview_datafill (dest=0x5642a04cf608, query=<optimized out>, query@ent...
[11:14:20.879] #7  0x00005642617ce915 in RefreshMatViewByOid (matviewOid=28383, is_create=is_create@entry=false, skipDat...
[11:14:20.879] #8  0x00005642617cea54 in ExecRefreshMatView (stmt=0x5642a046c140, queryString=queryString@entry=0x0, qc=...
[11:14:20.879] #9  0x0000564261784683 in ExecCreateTableAs (pstate=pstate@entry=0x5642a0467360, stmt=stmt@entry=0x5642a0...
core
[11:14:19.507] #0  0x00007f4bf4eaeda4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[11:14:19.507] #1  0x00007f4bf4e5b239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[11:14:19.507] #2  0x00007f4bf4f16204 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[11:14:19.507] #3  0x00007f4bf4f2885c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[11:14:19.949] #0  0x00007f6b836a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[11:14:23.679] #0  0x00007f7e9cca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[11:14:23.679] #1  0x00007f7e9cc5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[11:14:23.679] #2  0x00007f7e9cc45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[11:14:23.679] #3  0x00005617d3f2693b in ExceptionalCondition (conditionName=conditionName@entry=0x5617d419c4d5 "queryDe...
[11:14:23.679] #4  0x00005617d38a701b in standard_ExecutorStart (queryDesc=queryDesc@entry=0x5618085eea00, eflags=eflags...
[11:14:23.679] #5  0x00005617d38a71f7 in ExecutorStart (queryDesc=queryDesc@entry=0x5618085eea00, eflags=eflags@entry=0)...
[11:14:23.679] #6  0x00005617d37cb5ae in refresh_matview_datafill (dest=0x56180851cce8, query=<optimized out>, query@ent...
[11:14:23.679] #7  0x00005617d37cd915 in RefreshMatViewByOid (matviewOid=28380, is_create=is_create@entry=false, skipDat...
[11:14:23.679] #8  0x00005617d37cda54 in ExecRefreshMatView (stmt=0x561808534e40, queryString=queryString@entry=0x0, qc=...
[11:14:23.679] #9  0x00005617d3783683 in ExecCreateTableAs (pstate=pstate@entry=0x561808544580, stmt=stmt@entry=0x561808...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_up...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-11-17 11:05:49.986685428 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/brin.out	2024-11-17 11:10:44.013392492 +00...
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-11-17 11:05:49.986685428 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/brin.out	2024-11-17 11:11:16.965373095 +...
@@ -363,229 +363,10 @@
 	END LOOP;
 END;
 $x$;
-RESET enable_seqscan;
-RESET enable_bitmapscan;
-INSERT INTO brintest SELECT
-	repeat(stringu1, 42)::bytea,
-	substr(stringu1, 1, 1)::"char",
-	stringu1::name, 142857 * tenthous,
-	thousand,
-	twothousand,
-	repeat(stringu1, 42),
-	unique1::oid,
-	format('(%s,%s)', tenthous, twenty)::tid,
-	(four + 1.0)/(hundred+1),
-	odd::float8 / (tenthous + 1),
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/build/testrun/regress/regress/resu...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-11-17 11:05:49.986685428 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/brin.out	2024-11-17 11:10:39.333395506 +0000
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
tap
[11:10:48.323](29.208s) not ok 5 - regression tests pass
[11:10:50.736](2.384s) not ok 6 - dump before running pg_upgrade
tap
[11:11:19.707](26.969s) not ok 2 - regression tests pass
test
[11:13:16.419]  26/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[11:13:16.419]  16/314 postgresql:regress / regress/regress                                            ERROR            ...
[11:13:16.419]  56/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
macOS - Sonoma - Meson
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 195, PID: 12359
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 195, PID: 18911
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 195, PID: 12195
core
[11:15:01.222]   * frame #0: 0x00000001923095f0 libsystem_kernel.dylib`__pthread_kill + 8
[11:15:01.222]     frame #1: 0x0000000192341c20 libsystem_pthread.dylib`pthread_kill + 288
[11:15:01.222]     frame #2: 0x000000019224ea30 libsystem_c.dylib`abort + 180
[11:15:01.222]     frame #3: 0x0000000100c69818 postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[11:15:01.222]     frame #4: 0x0000000100999e80 postgres`standard_ExecutorStart(queryDesc=0x000000012a041020, eflags=0) ...
[11:15:01.222]     frame #5: 0x000000010099981c postgres`ExecutorStart(queryDesc=<unavailable>, eflags=<unavailable>) at...
[11:15:01.222]     frame #6: 0x0000000100947f7c postgres`RefreshMatViewByOid [inlined] refresh_matview_datafill(dest=<un...
[11:15:01.222]     frame #7: 0x0000000100947f04 postgres`RefreshMatViewByOid(matviewOid=28610, is_create=false, skipData...
[11:15:01.222]     frame #8: 0x00000001009476d4 postgres`ExecRefreshMatView(stmt=0x000000012a01b730, queryString=<unavai...
[11:15:01.222]     frame #9: 0x0000000100925f78 postgres`ExecCreateTableAs(pstate=0x000000014a067900, stmt=0x000000014b0...
core
[11:14:18.973]   * frame #0: 0x00000001923095f0 libsystem_kernel.dylib`__pthread_kill + 8
[11:14:18.973]     frame #1: 0x0000000192341c20 libsystem_pthread.dylib`pthread_kill + 288
[11:14:18.973]     frame #2: 0x000000019224ea30 libsystem_c.dylib`abort + 180
[11:14:18.973]     frame #3: 0x000000010050d818 postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[11:14:18.973]     frame #4: 0x000000010023de80 postgres`standard_ExecutorStart(queryDesc=0x000000011c835620, eflags=0) ...
[11:14:18.973]     frame #5: 0x0000000100c5fd14 pg_stat_statements.dylib`pgss_ExecutorStart(queryDesc=0x000000011c835620...
[11:14:18.973]     frame #6: 0x00000001001ebf7c postgres`RefreshMatViewByOid [inlined] refresh_matview_datafill(dest=<un...
[11:14:18.973]     frame #7: 0x00000001001ebf04 postgres`RefreshMatViewByOid(matviewOid=28339, is_create=false, skipData...
[11:14:18.973]     frame #8: 0x00000001001eb6d4 postgres`ExecRefreshMatView(stmt=0x000000011c885930, queryString=<unavai...
[11:14:18.973]     frame #9: 0x00000001001c9f78 postgres`ExecCreateTableAs(pstate=0x000000011d04e100, stmt=0x000000011d0...
core
[11:13:38.739]   * frame #0: 0x00000001923095f0 libsystem_kernel.dylib`__pthread_kill + 8
[11:13:38.739]     frame #1: 0x0000000192341c20 libsystem_pthread.dylib`pthread_kill + 288
[11:13:38.739]     frame #2: 0x000000019224ea30 libsystem_c.dylib`abort + 180
[11:13:38.739]     frame #3: 0x00000001033fd818 postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[11:13:38.739]     frame #4: 0x000000010312de80 postgres`standard_ExecutorStart(queryDesc=0x000000014285ae20, eflags=0) ...
[11:13:38.739]     frame #5: 0x000000010312d81c postgres`ExecutorStart(queryDesc=<unavailable>, eflags=<unavailable>) at...
[11:13:38.739]     frame #6: 0x00000001030dbf7c postgres`RefreshMatViewByOid [inlined] refresh_matview_datafill(dest=<un...
[11:13:38.739]     frame #7: 0x00000001030dbf04 postgres`RefreshMatViewByOid(matviewOid=28319, is_create=false, skipData...
[11:13:38.739]     frame #8: 0x00000001030db6d4 postgres`ExecRefreshMatView(stmt=0x0000000142857b30, queryString=<unavai...
[11:13:38.739]     frame #9: 0x00000001030b9f78 postgres`ExecCreateTableAs(pstate=0x0000000142028900, stmt=0x00000001428...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/brin.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrad...
--- /Users/admin/pgsql/src/test/regress/expected/brin.out	2024-11-17 11:05:08
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/brin.out	2024-11-17 11:07:58
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/brin.out /Users/admin/pgsql/build/testrun/recovery/027_stream_regr...
--- /Users/admin/pgsql/src/test/regress/expected/brin.out	2024-11-17 11:05:08
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/brin.out	2024-11-17 11:08:32
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/brin.out /Users/admin/pgsql/build/testrun/regress/regress/results/...
--- /Users/admin/pgsql/src/test/regress/expected/brin.out	2024-11-17 11:05:08
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/brin.out	2024-11-17 11:07:58
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
tap
[11:08:03.629](47.594s) not ok 5 - regression tests pass
[11:08:05.784](2.145s) not ok 6 - dump before running pg_upgrade
tap
[11:08:36.723](45.432s) not ok 2 - regression tests pass
test
[11:10:25.747]  36/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[11:10:25.747]  43/314 postgresql:regress / regress/regress                                            ERROR            ...
[11:10:25.747]  87/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 195, PID: 7928
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 195, PID: 6236
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 195, PID: 5508
core
000000c5`105fe380 00007ff7`83a5da28     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c5`105fe3c0 00007ff7`835406f9     postgres!ExceptionalCondition(
000000c5`105fe400 00007ff7`8354057a     postgres!standard_ExecutorStart(
000000c5`105fe450 00007ff7`83493239     postgres!ExecutorStart(
000000c5`105fe480 00007ff7`83492bd0     postgres!refresh_matview_datafill(
000000c5`105fe510 00007ff7`83492438     postgres!RefreshMatViewByOid(
000000c5`105fe760 00007ff7`83451c57     postgres!ExecRefreshMatView(
000000c5`105fe7e0 00007ff7`83834087     postgres!ExecCreateTableAs(
000000c5`105fe900 00007ff7`8382fd4f     postgres!ProcessUtilitySlow(
000000c5`105ff220 00007ff7`8382ec99     postgres!standard_ProcessUtility(
core
000000c5`10dffb08 00007fff`2b0645ca     ntdll!NtFsControlFile+0x14
000000c5`10dffb10 00007ff7`8371418b     KERNELBASE!ConnectNamedPipe+0x6a
000000c5`10dffb80 00007fff`2c794cb0     postgres!pg_signal_thread(
000000c5`10dffc80 00007fff`2dadecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c5`10dffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c5`111ff7b8 00007fff`2da6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c5`111ff7c0 00007fff`2c794cb0     ntdll!TppWorkerThread+0x2df
000000c5`111ffab0 00007fff`2dadecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c5`111ffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c5`109ff948 00007fff`2da6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c5`109ff950 00007fff`2c794cb0     ntdll!TppWorkerThread+0x2df
000000c5`109ffc40 00007fff`2dadecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c5`109ffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c5`115ff758 00007fff`2b01d71e     ntdll!NtWaitForSingleObject+0x14
000000c5`115ff760 00007ff7`83715c2c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000c5`115ff800 00007fff`2c794cb0     postgres!pg_timer_thread(
000000c5`115ff840 00007fff`2dadecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c5`115ff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cb`eb9ff528 00007fff`2da6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cb`eb9ff530 00007fff`2c794cb0     ntdll!TppWorkerThread+0x2df
000000cb`eb9ff820 00007fff`2dadecdb     KERNEL32!BaseThreadInitThunk+0x10
000000cb`eb9ff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cb`eb5fe580 00007ff7`83a5da28     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000cb`eb5fe5c0 00007ff7`835406f9     postgres!ExceptionalCondition(
000000cb`eb5fe600 00007ff7`8354057a     postgres!standard_ExecutorStart(
000000cb`eb5fe650 00007ff7`83493239     postgres!ExecutorStart(
000000cb`eb5fe680 00007ff7`83492bd0     postgres!refresh_matview_datafill(
000000cb`eb5fe710 00007ff7`83492438     postgres!RefreshMatViewByOid(
000000cb`eb5fe960 00007ff7`83451c57     postgres!ExecRefreshMatView(
000000cb`eb5fe9e0 00007ff7`83834087     postgres!ExecCreateTableAs(
000000cb`eb5feb00 00007ff7`8382fd4f     postgres!ProcessUtilitySlow(
000000cb`eb5ff420 00007ff7`8382ec99     postgres!standard_ProcessUtility(
core
000000cb`ebdffc58 00007fff`2b0645ca     ntdll!NtFsControlFile+0x14
000000cb`ebdffc60 00007ff7`8371418b     KERNELBASE!ConnectNamedPipe+0x6a
000000cb`ebdffcd0 00007fff`2c794cb0     postgres!pg_signal_thread(
000000cb`ebdffdd0 00007fff`2dadecdb     KERNEL32!BaseThreadInitThunk+0x10
000000cb`ebdffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cb`ec1ff7e8 00007fff`2b01d71e     ntdll!NtWaitForSingleObject+0x14
000000cb`ec1ff7f0 00007ff7`83715c2c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000cb`ec1ff890 00007fff`2c794cb0     postgres!pg_timer_thread(
000000cb`ec1ff8d0 00007fff`2dadecdb     KERNEL32!BaseThreadInitThunk+0x10
000000cb`ec1ff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cb`ec5ff5e8 00007fff`2da6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cb`ec5ff5f0 00007fff`2c794cb0     ntdll!TppWorkerThread+0x2df
000000cb`ec5ff8e0 00007fff`2dadecdb     KERNEL32!BaseThreadInitThunk+0x10
000000cb`ec5ff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000051`645fdff0 00007ff7`83a5da28     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000051`645fe030 00007ff7`835406f9     postgres!ExceptionalCondition(
00000051`645fe070 00007fff`19e52d26     postgres!standard_ExecutorStart(
00000051`645fe0c0 00007ff7`8354056a     pg_stat_statements!pgss_ExecutorStart(
00000051`645fe100 00007ff7`83493239     postgres!ExecutorStart(
00000051`645fe130 00007ff7`83492bd0     postgres!refresh_matview_datafill(
00000051`645fe1c0 00007ff7`83492438     postgres!RefreshMatViewByOid(
00000051`645fe410 00007ff7`83451c57     postgres!ExecRefreshMatView(
00000051`645fe490 00007ff7`83834087     postgres!ExecCreateTableAs(
00000051`645fe5b0 00007ff7`8382fd4f     postgres!ProcessUtilitySlow(
core
00000051`651ff948 00007fff`2b0645ca     ntdll!NtFsControlFile+0x14
00000051`651ff950 00007ff7`8371418b     KERNELBASE!ConnectNamedPipe+0x6a
00000051`651ff9c0 00007fff`2c794cb0     postgres!pg_signal_thread(
00000051`651ffac0 00007fff`2dadecdb     KERNEL32!BaseThreadInitThunk+0x10
00000051`651ffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000051`649ffaa8 00007fff`2da6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000051`649ffab0 00007fff`2c794cb0     ntdll!TppWorkerThread+0x2df
00000051`649ffda0 00007fff`2dadecdb     KERNEL32!BaseThreadInitThunk+0x10
00000051`649ffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000051`64dff578 00007fff`2da6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000051`64dff580 00007fff`2c794cb0     ntdll!TppWorkerThread+0x2df
00000051`64dff870 00007fff`2dadecdb     KERNEL32!BaseThreadInitThunk+0x10
00000051`64dff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000051`655ffc58 00007fff`2b01d71e     ntdll!NtWaitForSingleObject+0x14
00000051`655ffc60 00007ff7`83715c2c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000051`655ffd00 00007fff`2c794cb0     postgres!pg_timer_thread(
00000051`655ffd40 00007fff`2dadecdb     KERNEL32!BaseThreadInitThunk+0x10
00000051`655ffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/brin.out C:/cirrus/build/testrun/pg_upgrade/002_pg_upgr...
--- C:/cirrus/src/test/regress/expected/brin.out	2024-11-17 11:06:05.377822600 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/brin.out	2024-11-17 11:08:46.222698200 +0000
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/brin.out C:/cirrus/build/testrun/recovery/027_stream_re...
--- C:/cirrus/src/test/regress/expected/brin.out	2024-11-17 11:06:05.377822600 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/brin.out	2024-11-17 11:10:28.476236800 +0000
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/brin.out C:/cirrus/build/testrun/regress/regress/result...
--- C:/cirrus/src/test/regress/expected/brin.out	2024-11-17 11:06:05.377822600 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/brin.out	2024-11-17 11:08:44.252963900 +0000
@@ -588,4 +588,10 @@
 CREATE INDEX brin_insert_optimization_idx ON brin_insert_optimization USING brin (a);
 UPDATE brin_insert_optimization SET a = a;
 REINDEX INDEX CONCURRENTLY brin_insert_optimization_idx;
-DROP TABLE brin_insert_optimization;
+WARNING:  terminating connection because of crash of another server process
+DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because anothe...
+HINT:  In a moment you should be able to reconnect to the database and repeat your command.
+server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
+connection to server was lost
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/privileges.out C:/cirrus/build/testrun/regress/regress/...
--- C:/cirrus/src/test/regress/expected/privileges.out	2024-11-17 11:06:05.527257100 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/privileges.out	2024-11-17 11:08:44.252963900 +0000
@@ -1842,1417 +1842,10 @@
 -- Do the same concurrently
...
tap
[11:09:27.404](87.814s) not ok 5 - regression tests pass
[11:09:31.349](3.900s) not ok 6 - dump before running pg_upgrade
tap
[11:10:55.971](73.999s) not ok 2 - regression tests pass
test
[11:17:03.686]  25/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[11:17:03.686]  21/309 postgresql:regress / regress/regress                                            ERROR            ...
[11:17:03.686]  52/309 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
51/3256 functions to compute size of schemas/AMs (and maybe \dn++ and \dA++)
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[07:52:17.097](0.330s) not ok 5 - psql connect success
[07:52:17.098](0.000s) not ok 6 - psql select 1
test
[07:59:34.152]  44/309 postgresql:recovery / recovery/041_checkpoint_at_promote                        ERROR            ...
51/5174 Call rm_redo in a temporary memory context
CompilerWarnings
compiler
[07:32:41.850] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
compiler
[07:32:13.760] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
compiler
[07:35:38.857] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
51/5380 Parametrization minimum password length
CompilerWarnings
compiler
[07:15:32.863] passwordcheck.c:37:5: error: no previous extern declaration for non-static variable 'min_password_length'...
compiler
[07:14:29.637] passwordcheck.c:37:5: error: no previous extern declaration for non-static variable 'min_password_length'...
51/5283 Replace IN VALUES with ANY in WHERE clauses during optimization
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/subselect.out C:/cirrus/build/testrun/pg_upgrade/002_pg...
--- C:/cirrus/src/test/regress/expected/subselect.out	2024-11-17 03:25:36.824414800 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/subselect.out	2024-11-17 03:28:12.734818600 +0000
@@ -2313,15 +2313,16 @@
 EXPLAIN (COSTS OFF)
 SELECT c.oid,c.relname FROM pg_class c JOIN pg_am a USING (oid)
 WHERE c.oid IN (VALUES (1), (2));
-                          QUERY PLAN                           
----------------------------------------------------------------
- Hash Join
-   Hash Cond: (a.oid = c.oid)
-   ->  Seq Scan on pg_am a
-   ->  Hash
-         ->  Index Scan using pg_class_oid_index on pg_class c
-               Index Cond: (oid = ANY ('{1,2}'::integer[]))
-(6 rows)
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (c.oid = a.oid)
...
tap
[03:29:44.720](128.075s) not ok 5 - regression tests pass
test
[03:40:07.463]  42/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           2...
51/5105 Prevent incorrect entries in pg_stat_activity.
macOS - Sonoma - Meson
core
[03:21:57.602]   * frame #0: 0x0000000100c24b70 dyld`_dyld_start
tap
[03:18:10.523](0.194s) not ok 29 - delete 10: query result matches
test
[03:18:47.510] 247/314 postgresql:bloom / bloom/001_wal                                                ERROR            ...
51/5272 Truncate logs by max_log_size
CompilerWarnings
compiler
[23:20:09.179] elog.c:1699:9: error: initializing 'char *' with an expression of type 'const char *' discards qualifiers...
compiler
[23:17:50.352] elog.c:1699:9: error: initializing 'char *' with an expression of type 'const char *' discards qualifiers...
compiler
[23:15:27.308] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar...
compiler
[23:13:32.613] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar...
compiler
[23:23:48.870] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar...
51/5378 Conflict detection for update_deleted in logical replication
CompilerWarnings
compiler
[22:37:11.648] worker.c:2748:7: error: variable 'localorigin' is used uninitialized whenever '&&' condition is false [-W...
compiler
[22:37:11.648] worker.c:2748:7: error: variable 'localts' is used uninitialized whenever '&&' condition is false [-Werro...
compiler
[22:37:11.648] worker.c:2748:7: error: variable 'localxid' is used uninitialized whenever '&&' condition is false [-Werr...
compiler
[22:36:15.942] worker.c:2748:7: error: variable 'localts' is used uninitialized whenever '&&' condition is false [-Werro...
compiler
[22:36:15.942] worker.c:2748:7: error: variable 'localorigin' is used uninitialized whenever '&&' condition is false [-W...
compiler
[22:36:15.942] worker.c:2748:7: error: variable 'localxid' is used uninitialized whenever '&&' condition is false [-Werr...
51/5246 Allow SQL functions use CachedPlan machinery
FreeBSD - 13 - Meson
core
[20:09:15.933] #0  0x00000ec053060790 in ?? () from /libexec/ld-elf.so.1
[20:09:15.933] #1  0x00000ec05305b858 in ?? () from /libexec/ld-elf.so.1
[20:09:15.933] #2  0x00000479ed575078 in ?? ()
[20:09:15.933] #3  0x00000479ed5750b0 in ?? ()
[20:09:15.933] #4  0x00000479ed5750e8 in ?? ()
[20:09:15.933] #5  0x00000479ed575120 in ?? ()
[20:09:15.933] #6  0x00000479ecd4a0e8 in ?? ()
[20:09:15.933] #7  0x00000ec053049be4 in ?? () from /libexec/ld-elf.so.1
[20:09:15.933] #8  0x00000479eac936b0 in ?? ()
[20:09:15.933] #9  0x00000479eac8fc00 in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upg...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-11-16 20:03:03.824171000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/xml.out	2024-11-16 20:05:07.561139000 +000...
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-11-16 20:03:03.824171000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/xml.out	2024-11-16 20:05:54.586050000 +0...
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/regress/regress/resul...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-11-16 20:03:03.824171000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/xml.out	2024-11-16 20:05:02.747792000 +0000
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
tap
[20:05:25.845](70.850s) not ok 5 - regression tests pass
tap
[20:06:11.459](78.151s) not ok 2 - regression tests pass
test
[20:08:07.810]  43/314 postgresql:regress / regress/regress                                            ERROR            ...
[20:08:07.810]  95/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[20:08:07.810] 157/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/result...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-11-16 20:03:00.729751679 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/xml.out	2024-11-16 20:10:36.887179661 +0000
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-11-16 20:03:00.729751679 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/xml.out	2024-11-16 20:12:10.682599484 +0000
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/src/test/regress/results/xml.out
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-11-16 20:03:00.729751679 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/xml.out	2024-11-16 20:08:13.218457171 +0000
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
tap
[20:10:44.500](113.777s) not ok 5 - regression tests pass
tap
[20:12:17.561](64.504s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upg...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-11-16 20:03:00.714836917 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/xml.out	2024-11-16 20:07:56.772061648 +000...
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-11-16 20:03:00.714836917 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/xml.out	2024-11-16 20:08:38.160142448 +0...
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/regress/regress/resul...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-11-16 20:03:00.714836917 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/xml.out	2024-11-16 20:07:50.300059515 +0000
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
tap
[20:08:11.662](80.519s) not ok 5 - regression tests pass
tap
[20:08:48.195](81.663s) not ok 2 - regression tests pass
test
[20:10:31.461]  43/314 postgresql:regress / regress/regress                                            ERROR            ...
[20:10:31.461] 138/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[20:10:31.461] 157/314 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/xml.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade...
--- /Users/admin/pgsql/src/test/regress/expected/xml.out	2024-11-16 20:02:12
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/xml.out	2024-11-16 20:04:26
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/xml.out /Users/admin/pgsql/build/testrun/recovery/027_stream_regre...
--- /Users/admin/pgsql/src/test/regress/expected/xml.out	2024-11-16 20:02:12
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/xml.out	2024-11-16 20:05:05
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/xml.out /Users/admin/pgsql/build/testrun/regress/regress/results/x...
--- /Users/admin/pgsql/src/test/regress/expected/xml.out	2024-11-16 20:02:12
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/xml.out	2024-11-16 20:04:26
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
tap
[20:04:32.057](40.451s) not ok 5 - regression tests pass
tap
[20:05:12.758](40.803s) not ok 2 - regression tests pass
test
[20:06:59.352]  28/314 postgresql:regress / regress/regress                                            ERROR            ...
[20:06:59.352]  46/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[20:06:59.352] 139/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
51/4388 UUID v7
CompilerWarnings
linker
[19:57:27.542] /usr/bin/x86_64-w64-mingw32-ld: utils/adt/uuid.o:uuid.c:(.text+0x7d5): undefined reference to `get_real_t...
linker
[19:57:27.542] /usr/bin/x86_64-w64-mingw32-ld: utils/adt/uuid.o:uuid.c:(.text+0x80b): undefined reference to `get_real_t...
51/5004 CREATE INDEX CONCURRENTLY for partitioned tables
FreeBSD - 13 - Meson
core
[17:33:32.963] #0  0x000000082c85c8fa in _sigprocmask () from /lib/libc.so.7
[17:33:32.963] #1  0x000000082c895f91 in _system () from /lib/libc.so.7
[17:33:32.963] #2  0x000000082a9fc9d3 in ?? () from /lib/libthr.so.3
[17:33:32.963] #3  0x000000000066b795 in RestoreArchivedFile (path=path@entry=0x821af61d0 "pg_wal/00000002", '0' <repeat...
[17:33:32.963] #4  0x0000000000652818 in existsTimeLineHistory (probeTLI=probeTLI@entry=3) at ../src/backend/access/tran...
[17:33:32.963] #5  0x00000000006528d8 in findNewestTimeLine (startTLI=startTLI@entry=2) at ../src/backend/access/transam...
[17:33:32.963] #6  0x0000000000676bab in rescanLatestTimeLine (replayTLI=replayTLI@entry=2, replayLSN=replayLSN@entry=67...
[17:33:32.963] #7  0x0000000000672e03 in WaitForWALToBecomeAvailable (RecPtr=67210840, tliRecPtr=67210816, replayTLI=2, ...
[17:33:32.963] #8  XLogPageRead (xlogreader=0x8364c5130, targetPagePtr=67207168, reqLen=3672, targetRecPtr=67210816, rea...
[17:33:32.963] #9  0x0000000000679af2 in ReadPageInternal (state=state@entry=0x8364c5130, pageptr=67207168, reqLen=3672)...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_p...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-11-16 17:14:34.950080000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/indexing.out	2024-11-16 17:16:48.213389000...
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/recovery/027_str...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-11-16 17:14:34.950080000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/indexing.out	2024-11-16 17:17:37.1652020...
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/regress/regress/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-11-16 17:14:34.950080000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/indexing.out	2024-11-16 17:16:51.442435000 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[17:16:51.864](71.977s) not ok 5 - regression tests pass
tap
[17:17:40.011](81.139s) not ok 2 - regression tests pass
test
[17:32:17.530]  43/314 postgresql:regress / regress/regress                                            ERROR            ...
[17:32:17.530]  81/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[17:32:17.530] 146/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[17:32:17.530] 314/314 postgresql:isolation / isolation/isolation                                      TIMEOUT        10...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-11-16 17:14:27.754423356 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/indexing.out	2024-11-16 17:21:01.189557213 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/partitioned-cic.out /tmp/cirrus-ci-build/src/test/isolation/ou...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/partitioned-cic.out	2024-11-16 17:14:27.581756599 +0000
+++ /tmp/cirrus-ci-build/src/test/isolation/output_iso/results/partitioned-cic.out	2024-11-16 17:42:19.218025238 +0000
@@ -3,10 +3,14 @@
 starting permutation: lock_p1 cic insert drop2 commit chk_content
 step lock_p1: lock cictab_part_1 in row exclusive mode;
 step cic: CREATE INDEX CONCURRENTLY ON cictab(i); <waiting ...>
-step insert: insert into cictab values (1, 1), (11, 1);
-step drop2: DROP TABLE cictab_part_2;
+step insert: insert into cictab values (1, 1), (11, 1); <waiting ...>
+isolationtester: canceling step insert after 360 seconds
+step insert: <... completed>
+ERROR:  canceling statement due to user request
+step drop2: DROP TABLE cictab_part_2; <waiting ...>
 step commit: COMMIT;
 step cic: <... completed>
+step drop2: <... completed>
 step chk_content: 
   set enable_seqscan to off;
   explain (costs off) select * from cictab where i > 0;
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/src/test/recovery/tmp_check/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-11-16 17:14:27.754423356 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/indexing.out	2024-11-16 17:22:14.379074418 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/src/test/regress/results/index...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-11-16 17:14:27.754423356 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/indexing.out	2024-11-16 17:18:27.620225079 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[17:21:03.738](93.869s) not ok 5 - regression tests pass
tap
[17:22:17.273](65.847s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_p...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-11-16 17:14:26.910970259 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/indexing.out	2024-11-16 17:18:07.018488773...
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/recovery/027_str...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-11-16 17:14:26.910970259 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/indexing.out	2024-11-16 17:18:36.9584506...
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/regress/regress/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-11-16 17:14:26.910970259 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/indexing.out	2024-11-16 17:18:03.094494783 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[17:18:08.817](73.132s) not ok 5 - regression tests pass
tap
[17:18:39.294](69.768s) not ok 2 - regression tests pass
test
[17:33:32.748]  42/314 postgresql:regress / regress/regress                                            ERROR            ...
[17:33:32.748] 109/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[17:33:32.748] 145/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[17:33:32.748] 314/314 postgresql:isolation / isolation/isolation                                      TIMEOUT        10...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/indexing.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_up...
--- /Users/admin/pgsql/src/test/regress/expected/indexing.out	2024-11-16 17:14:12
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/indexing.out	2024-11-16 17:16:10
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/indexing.out /Users/admin/pgsql/build/testrun/recovery/027_stream_...
--- /Users/admin/pgsql/src/test/regress/expected/indexing.out	2024-11-16 17:14:12
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/indexing.out	2024-11-16 17:16:55
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/indexing.out /Users/admin/pgsql/build/testrun/regress/regress/resu...
--- /Users/admin/pgsql/src/test/regress/expected/indexing.out	2024-11-16 17:14:12
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/indexing.out	2024-11-16 17:16:15
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[17:16:13.044](39.157s) not ok 5 - regression tests pass
tap
[17:16:57.419](41.368s) not ok 2 - regression tests pass
test
[17:32:22.036]  28/314 postgresql:regress / regress/regress                                            ERROR            ...
[17:32:22.036]  42/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[17:32:22.036] 120/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[17:32:22.036] 314/314 postgresql:isolation / isolation/isolation                                      TIMEOUT        10...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/indexing.out C:/cirrus/build/testrun/pg_upgrade/002_pg_...
--- C:/cirrus/src/test/regress/expected/indexing.out	2024-11-16 17:14:48.021163700 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/indexing.out	2024-11-16 17:19:10.130384600 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/indexing.out C:/cirrus/build/testrun/recovery/027_strea...
--- C:/cirrus/src/test/regress/expected/indexing.out	2024-11-16 17:14:48.021163700 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/indexing.out	2024-11-16 17:21:15.282242300 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/indexing.out C:/cirrus/build/testrun/regress/regress/re...
--- C:/cirrus/src/test/regress/expected/indexing.out	2024-11-16 17:14:48.021163700 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/indexing.out	2024-11-16 17:18:54.026372900 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[17:19:17.948](131.944s) not ok 5 - regression tests pass
tap
[17:21:22.128](115.938s) not ok 2 - regression tests pass
test
[17:33:37.890]  21/309 postgresql:regress / regress/regress                                            ERROR           1...
[17:33:37.890]  39/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           2...
[17:33:37.890]  74/309 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
[17:33:37.890] 309/309 postgresql:isolation / isolation/isolation                                      TIMEOUT        10...
51/4390 add not_before and not_after timestamps to sslinfo extension and pg_stat_ssl
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[16:39:17.413] ../src/backend/libpq/be-secure-openssl.c(1566): warning C4047: 'function': 'ASN1_TIME *' differs in level...
compiler
[16:39:35.130] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notAfter referenced in...
compiler
[16:39:35.130] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notBefore referenced i...
compiler
[16:39:17.477] ../src/backend/libpq/be-secure-openssl.c(1575): warning C4024: 'ASN1_TIME_to_timestamptz': different type...
compiler
[16:39:17.477] ../src/backend/libpq/be-secure-openssl.c(1575): warning C4047: 'function': 'ASN1_TIME *' differs in level...
compiler
[16:39:17.477] ../src/backend/libpq/be-secure-openssl.c(1566): warning C4024: 'ASN1_TIME_to_timestamptz': different type...
50/5270 jsonpath string methods: lower, upper, initcap, l/r/btrim, replace, split_part
CompilerWarnings
compiler
[15:05:42.962] jsonpath_exec.c:2827:13: error: mixing declarations and code is incompatible with standards before C99 [-...
compiler
[15:05:33.279] jsonpath_exec.c:2827:13: error: mixing declarations and code is incompatible with standards before C99 [-...
compiler
[15:05:02.995] jsonpath_exec.c:2827:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta...
compiler
[15:04:52.688] jsonpath_exec.c:2827:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta...
compiler
[15:06:08.036] jsonpath_exec.c:2827:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta...
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out /tmp/cirrus-ci-build/build-32/testrun/pg_upgr...
--- /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out	2024-11-16 15:04:11.149931543 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/pg_upgrade/002_pg_upgrade/data/results/jsonb_jsonpath.out	2024-11-16 15:09:58....
@@ -3082,7 +3082,7 @@
 select jsonb_path_query('"abc~@~def~@~ghi"', '$.split_part("~@~", 2)');
  jsonb_path_query 
 ------------------
- "def"
+ ""
 (1 row)
 
 -- Test string methods play nicely together
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out /tmp/cirrus-ci-build/build-32/testrun/recover...
--- /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out	2024-11-16 15:04:11.149931543 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/recovery/027_stream_regress/data/results/jsonb_jsonpath.out	2024-11-16 15:10:3...
@@ -3082,7 +3082,7 @@
 select jsonb_path_query('"abc~@~def~@~ghi"', '$.split_part("~@~", 2)');
  jsonb_path_query 
 ------------------
- "def"
+ ""
 (1 row)
 
 -- Test string methods play nicely together
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out /tmp/cirrus-ci-build/build-32/testrun/regress...
--- /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out	2024-11-16 15:04:11.149931543 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/regress/regress/results/jsonb_jsonpath.out	2024-11-16 15:09:53.757187957 +0000
@@ -3082,7 +3082,7 @@
 select jsonb_path_query('"abc~@~def~@~ghi"', '$.split_part("~@~", 2)');
  jsonb_path_query 
 ------------------
- "def"
+ ""
 (1 row)
 
 -- Test string methods play nicely together
tap
[15:10:16.021](70.092s) not ok 5 - regression tests pass
tap
[15:10:51.963](71.851s) not ok 2 - regression tests pass
test
[15:12:37.922]  39/314 postgresql:regress / regress/regress                                            ERROR            ...
[15:12:37.922] 121/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[15:12:37.922] 152/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
51/5325 Add sortsupport for range types and btree_gist
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/btree_gist/expected/partitions.out /tmp/cirrus-ci-build/build/testrun/btree_gist/r...
--- /tmp/cirrus-ci-build/contrib/btree_gist/expected/partitions.out	2024-11-16 12:49:42.175605000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/btree_gist/regress/results/partitions.out	2024-11-16 12:52:28.920949000 +0000
@@ -11,9 +11,7 @@
 ) partition by range (id);
 create table parttmp_1_to_10 partition of parttmp for values from (1) to (10);
 NOTICE:  notice triggered for injection point btree-gist-sorted-build
-NOTICE:  notice triggered for injection point btree-gist-sorted-build
 create table parttmp_11_to_20 partition of parttmp for values from (11) to (20);
-NOTICE:  notice triggered for injection point btree-gist-sorted-build
 NOTICE:  notice triggered for injection point btree-gist-sorted-build
 insert into parttmp (id, valid_at) values
   (1, '[2000-01-01, 2000-02-01)'),
diff -U3 /tmp/cirrus-ci-build/contrib/btree_gist/expected/without_overlaps.out /tmp/cirrus-ci-build/build/testrun/btree_...
--- /tmp/cirrus-ci-build/contrib/btree_gist/expected/without_overlaps.out	2024-11-16 12:49:42.178191000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/btree_gist/regress/results/without_overlaps.out	2024-11-16 12:52:29.175970000 +00...
@@ -9,7 +9,6 @@
   CONSTRAINT temporal_rng_pk PRIMARY KEY (id, valid_at WITHOUT OVERLAPS)
 );
 NOTICE:  notice triggered for injection point btree-gist-sorted-build
...
test
[12:54:52.259]  67/314 postgresql:btree_gist / btree_gist/regress                                      ERROR            ...
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/btree_gist/expected/partitions.out /tmp/cirrus-ci-build/build/testrun/btree_gist/r...
--- /tmp/cirrus-ci-build/contrib/btree_gist/expected/partitions.out	2024-11-16 12:49:41.393128433 +0000
+++ /tmp/cirrus-ci-build/build/testrun/btree_gist/regress/results/partitions.out	2024-11-16 12:55:11.220074664 +0000
@@ -11,10 +11,8 @@
 ) partition by range (id);
 create table parttmp_1_to_10 partition of parttmp for values from (1) to (10);
 NOTICE:  notice triggered for injection point btree-gist-sorted-build
-NOTICE:  notice triggered for injection point btree-gist-sorted-build
 create table parttmp_11_to_20 partition of parttmp for values from (11) to (20);
 NOTICE:  notice triggered for injection point btree-gist-sorted-build
-NOTICE:  notice triggered for injection point btree-gist-sorted-build
 insert into parttmp (id, valid_at) values
   (1, '[2000-01-01, 2000-02-01)'),
   (1, '[2000-02-01, 2000-03-01)'),
diff -U3 /tmp/cirrus-ci-build/contrib/btree_gist/expected/without_overlaps.out /tmp/cirrus-ci-build/build/testrun/btree_...
--- /tmp/cirrus-ci-build/contrib/btree_gist/expected/without_overlaps.out	2024-11-16 12:49:41.393128433 +0000
+++ /tmp/cirrus-ci-build/build/testrun/btree_gist/regress/results/without_overlaps.out	2024-11-16 12:55:11.428073696 +00...
@@ -9,7 +9,6 @@
   CONSTRAINT temporal_rng_pk PRIMARY KEY (id, valid_at WITHOUT OVERLAPS)
 );
...
test
[12:57:24.881]  69/314 postgresql:btree_gist / btree_gist/regress                                      ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/contrib/btree_gist/expected/partitions.out /Users/admin/pgsql/build/testrun/btree_gist/regre...
--- /Users/admin/pgsql/contrib/btree_gist/expected/partitions.out	2024-11-16 12:49:10
+++ /Users/admin/pgsql/build/testrun/btree_gist/regress/results/partitions.out	2024-11-16 12:52:09
@@ -11,10 +11,8 @@
 ) partition by range (id);
 create table parttmp_1_to_10 partition of parttmp for values from (1) to (10);
 NOTICE:  notice triggered for injection point btree-gist-sorted-build
-NOTICE:  notice triggered for injection point btree-gist-sorted-build
 create table parttmp_11_to_20 partition of parttmp for values from (11) to (20);
 NOTICE:  notice triggered for injection point btree-gist-sorted-build
-NOTICE:  notice triggered for injection point btree-gist-sorted-build
 insert into parttmp (id, valid_at) values
   (1, '[2000-01-01, 2000-02-01)'),
   (1, '[2000-02-01, 2000-03-01)'),
diff -U3 /Users/admin/pgsql/contrib/btree_gist/expected/without_overlaps.out /Users/admin/pgsql/build/testrun/btree_gist...
--- /Users/admin/pgsql/contrib/btree_gist/expected/without_overlaps.out	2024-11-16 12:49:10
+++ /Users/admin/pgsql/build/testrun/btree_gist/regress/results/without_overlaps.out	2024-11-16 12:52:09
@@ -9,7 +9,6 @@
   CONSTRAINT temporal_rng_pk PRIMARY KEY (id, valid_at WITHOUT OVERLAPS)
 );
...
test
[12:54:02.597]  63/314 postgresql:btree_gist / btree_gist/regress                                      ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/contrib/btree_gist/expected/partitions.out C:/cirrus/build/testrun/btree_gist/reg...
--- C:/cirrus/contrib/btree_gist/expected/partitions.out	2024-11-16 12:49:50.375458400 +0000
+++ C:/cirrus/build/testrun/btree_gist/regress/results/partitions.out	2024-11-16 12:56:02.220381800 +0000
@@ -11,10 +11,8 @@
 ) partition by range (id);
 create table parttmp_1_to_10 partition of parttmp for values from (1) to (10);
 NOTICE:  notice triggered for injection point btree-gist-sorted-build
-NOTICE:  notice triggered for injection point btree-gist-sorted-build
 create table parttmp_11_to_20 partition of parttmp for values from (11) to (20);
 NOTICE:  notice triggered for injection point btree-gist-sorted-build
-NOTICE:  notice triggered for injection point btree-gist-sorted-build
 insert into parttmp (id, valid_at) values
   (1, '[2000-01-01, 2000-02-01)'),
   (1, '[2000-02-01, 2000-03-01)'),
diff --strip-trailing-cr -U3 C:/cirrus/contrib/btree_gist/expected/without_overlaps.out C:/cirrus/build/testrun/btree_gi...
--- C:/cirrus/contrib/btree_gist/expected/without_overlaps.out	2024-11-16 12:49:50.397500800 +0000
+++ C:/cirrus/build/testrun/btree_gist/regress/results/without_overlaps.out	2024-11-16 12:56:03.548506400 +0000
@@ -9,7 +9,6 @@
   CONSTRAINT temporal_rng_pk PRIMARY KEY (id, valid_at WITHOUT OVERLAPS)
 );
...
test
[13:01:59.383]  74/309 postgresql:btree_gist / btree_gist/regress                                      ERROR            ...
51/4810 COPY ON_ERROR 'NULL'
CompilerWarnings
compiler
[10:15:32.434] copyfrom.c:1037:10: error: data argument not used by format string [-Werror,-Wformat-extra-args]
compiler
[10:15:24.750] copyfrom.c:1037:10: error: data argument not used by format string [-Werror,-Wformat-extra-args]
compiler
[10:14:57.285] copyfrom.c:1036:64: error: too many arguments for format [-Werror=format-extra-args]
compiler
[10:14:50.023] copyfrom.c:1036:64: error: too many arguments for format [-Werror=format-extra-args]
compiler
[10:15:54.024] copyfrom.c:1036:64: error: too many arguments for format [-Werror=format-extra-args]
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_u...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-11-16 10:14:15.607123000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/copy2.out	2024-11-16 10:15:47.775070000 +0...
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-11-16 10:14:15.607123000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/copy2.out	2024-11-16 10:16:34.313031000 ...
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/build/testrun/regress/regress/res...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-11-16 10:14:15.607123000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/copy2.out	2024-11-16 10:15:44.300141000 +0000
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
tap
[10:16:07.232](68.036s) not ok 5 - regression tests pass
tap
[10:16:51.162](73.325s) not ok 2 - regression tests pass
test
[10:18:45.652]  42/314 postgresql:regress / regress/regress                                            ERROR            ...
[10:18:45.652]  88/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[10:18:45.652] 153/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/resu...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-11-16 10:14:13.325591870 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/copy2.out	2024-11-16 10:18:53.246971167 +0000
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/src/test/regress/results/copy2.ou...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-11-16 10:14:13.325591870 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/copy2.out	2024-11-16 10:17:18.739175070 +0000
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
tap
[10:19:10.276](120.643s) not ok 5 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_u...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-11-16 10:14:13.155237773 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/copy2.out	2024-11-16 10:16:30.801941044 +0...
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-11-16 10:14:13.155237773 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/copy2.out	2024-11-16 10:17:09.094777876 ...
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/build/testrun/regress/regress/res...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-11-16 10:14:13.155237773 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/copy2.out	2024-11-16 10:16:26.221877967 +0000
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
tap
[10:16:43.687](70.176s) not ok 5 - regression tests pass
tap
[10:17:19.260](73.843s) not ok 2 - regression tests pass
test
[10:18:56.155]  43/314 postgresql:regress / regress/regress                                            ERROR            ...
[10:18:56.155] 123/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[10:18:56.155] 154/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/copy2.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgra...
--- /Users/admin/pgsql/src/test/regress/expected/copy2.out	2024-11-16 10:14:12
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/copy2.out	2024-11-16 10:15:56
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/copy2.out /Users/admin/pgsql/build/testrun/recovery/027_stream_reg...
--- /Users/admin/pgsql/src/test/regress/expected/copy2.out	2024-11-16 10:14:12
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/copy2.out	2024-11-16 10:16:44
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/copy2.out /Users/admin/pgsql/build/testrun/regress/regress/results...
--- /Users/admin/pgsql/src/test/regress/expected/copy2.out	2024-11-16 10:14:12
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/copy2.out	2024-11-16 10:15:58
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
tap
[10:16:05.376](41.004s) not ok 5 - regression tests pass
tap
[10:16:53.210](47.129s) not ok 2 - regression tests pass
test
[10:18:37.910]  29/314 postgresql:regress / regress/regress                                            ERROR            ...
[10:18:37.910]  46/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[10:18:37.910] 144/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/copy2.out C:/cirrus/build/testrun/pg_upgrade/002_pg_upg...
--- C:/cirrus/src/test/regress/expected/copy2.out	2024-11-16 10:14:28.345751600 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/copy2.out	2024-11-16 10:17:54.619982900 +0000
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/copy2.out C:/cirrus/build/testrun/recovery/027_stream_r...
--- C:/cirrus/src/test/regress/expected/copy2.out	2024-11-16 10:14:28.345751600 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/copy2.out	2024-11-16 10:20:00.205472000 +0000
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/copy2.out C:/cirrus/build/testrun/regress/regress/resul...
--- C:/cirrus/src/test/regress/expected/copy2.out	2024-11-16 10:14:28.345751600 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/copy2.out	2024-11-16 10:17:47.713720500 +0000
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
tap
[10:18:13.939](109.341s) not ok 5 - regression tests pass
tap
[10:20:20.831](116.391s) not ok 2 - regression tests pass
test
[10:26:34.430]  20/309 postgresql:regress / regress/regress                                            ERROR           1...
[10:26:34.430]  38/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[10:26:34.430]  92/309 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5012 Vacuum statistics
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out /tmp/cirrus-ci-build/bu...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-11-16 07:25:12.42939800...
+++ /tmp/cirrus-ci-build/build/testrun/isolation/isolation/results/vacuum-extending-in-repetable-read.out	2024-11-16 07:...
@@ -9,10 +9,7 @@
     FROM pg_stat_get_vacuum_tables vt, pg_class c
     WHERE vt.relname = 'test_vacuum_stat_isolation' AND vt.relid = c.oid;
 
-relname|tuples_deleted|dead_tuples|tuples_frozen
--------+--------------+-----------+-------------
-(0 rows)
-
+ERROR:  relation "pg_stat_get_vacuum_tables" does not exist
 step s1_begin_repeatable_read: 
   BEGIN transaction ISOLATION LEVEL REPEATABLE READ;
   select count(ival) from test_vacuum_stat_isolation where id>900;
@@ -22,7 +19,8 @@
   100
 (1 row)
 
-step s2_update: UPDATE test_vacuum_stat_isolation SET ival = ival + 2 where id > 900;
...
test
[07:30:41.653]  52/314 postgresql:isolation / isolation/isolation                                      ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out /tmp/cirrus-ci-build/sr...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-11-16 07:25:11.25095489...
+++ /tmp/cirrus-ci-build/src/test/isolation/output_iso/results/vacuum-extending-in-repetable-read.out	2024-11-16 07:30:4...
@@ -9,10 +9,7 @@
     FROM pg_stat_get_vacuum_tables vt, pg_class c
     WHERE vt.relname = 'test_vacuum_stat_isolation' AND vt.relid = c.oid;
 
-relname|tuples_deleted|dead_tuples|tuples_frozen
--------+--------------+-----------+-------------
-(0 rows)
-
+ERROR:  relation "pg_stat_get_vacuum_tables" does not exist
 step s1_begin_repeatable_read: 
   BEGIN transaction ISOLATION LEVEL REPEATABLE READ;
   select count(ival) from test_vacuum_stat_isolation where id>900;
@@ -22,7 +19,8 @@
   100
 (1 row)
 
-step s2_update: UPDATE test_vacuum_stat_isolation SET ival = ival + 2 where id > 900;
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/vacuum_index_statistics.out /tmp/cirrus-ci-build/src/test/regres...
--- /tmp/cirrus-ci-build/src/test/regress/expected/vacuum_index_statistics.out	2024-11-16 07:25:11.478728478 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/vacuum_index_statistics.out	2024-11-16 07:31:14.819225189 +0000
@@ -120,7 +120,7 @@
 WHERE vt.relname = 'vestat_pkey' AND vt.relid = c.oid;
    relname   | relpages | pages_deleted | tuples_deleted 
 -------------+----------+---------------+----------------
- vestat_pkey | t        | t             | t
+ vestat_pkey | f        | t             | t
 (1 row)
 
 SELECT vt.relname,relpages AS irp,pages_deleted AS ipd,tuples_deleted AS itd
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out /tmp/cirrus-ci-build/bu...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-11-16 07:25:10.20395925...
+++ /tmp/cirrus-ci-build/build/testrun/isolation/isolation/results/vacuum-extending-in-repetable-read.out	2024-11-16 07:...
@@ -9,10 +9,7 @@
     FROM pg_stat_get_vacuum_tables vt, pg_class c
     WHERE vt.relname = 'test_vacuum_stat_isolation' AND vt.relid = c.oid;
 
-relname|tuples_deleted|dead_tuples|tuples_frozen
--------+--------------+-----------+-------------
-(0 rows)
-
+ERROR:  relation "pg_stat_get_vacuum_tables" does not exist
 step s1_begin_repeatable_read: 
   BEGIN transaction ISOLATION LEVEL REPEATABLE READ;
   select count(ival) from test_vacuum_stat_isolation where id>900;
@@ -22,7 +19,8 @@
   100
 (1 row)
 
-step s2_update: UPDATE test_vacuum_stat_isolation SET ival = ival + 2 where id > 900;
...
test
[07:33:29.528]  40/314 postgresql:isolation / isolation/isolation                                      ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/isolation/expected/vacuum-extending-in-repetable-read.out /Users/admin/pgsql/build/...
--- /Users/admin/pgsql/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-11-16 07:25:11
+++ /Users/admin/pgsql/build/testrun/isolation/isolation/results/vacuum-extending-in-repetable-read.out	2024-11-16 07:28...
@@ -9,10 +9,7 @@
     FROM pg_stat_get_vacuum_tables vt, pg_class c
     WHERE vt.relname = 'test_vacuum_stat_isolation' AND vt.relid = c.oid;
 
-relname|tuples_deleted|dead_tuples|tuples_frozen
--------+--------------+-----------+-------------
-(0 rows)
-
+ERROR:  relation "pg_stat_get_vacuum_tables" does not exist
 step s1_begin_repeatable_read: 
   BEGIN transaction ISOLATION LEVEL REPEATABLE READ;
   select count(ival) from test_vacuum_stat_isolation where id>900;
@@ -22,7 +19,8 @@
   100
 (1 row)
 
-step s2_update: UPDATE test_vacuum_stat_isolation SET ival = ival + 2 where id > 900;
...
test
[07:30:20.965]  38/314 postgresql:isolation / isolation/isolation                                      ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/isolation/expected/vacuum-extending-in-repetable-read.out C:/cirrus/buil...
--- C:/cirrus/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-11-16 07:25:24.326101300 +0000
+++ C:/cirrus/build/testrun/isolation/isolation/results/vacuum-extending-in-repetable-read.out	2024-11-16 07:29:41.02155...
@@ -9,10 +9,7 @@
     FROM pg_stat_get_vacuum_tables vt, pg_class c
     WHERE vt.relname = 'test_vacuum_stat_isolation' AND vt.relid = c.oid;
 
-relname|tuples_deleted|dead_tuples|tuples_frozen
--------+--------------+-----------+-------------
-(0 rows)
-
+ERROR:  relation "pg_stat_get_vacuum_tables" does not exist
 step s1_begin_repeatable_read: 
   BEGIN transaction ISOLATION LEVEL REPEATABLE READ;
   select count(ival) from test_vacuum_stat_isolation where id>900;
@@ -22,7 +19,8 @@
   100
 (1 row)
 
-step s2_update: UPDATE test_vacuum_stat_isolation SET ival = ival + 2 where id > 900;
...
test
[07:38:26.614]  31/309 postgresql:isolation / isolation/isolation                                      ERROR           1...
51/5318 System views for versions reporting
Linux - Debian Bookworm - Meson
core
[04:55:14.106] #0  0x00007ff6df6867b3 in copy_file_range () from /lib/x86_64-linux-gnu/libc.so.6
[04:55:14.106] #1  0x000055d8f38aa291 in ?? ()
[04:55:14.106] #2  0x000055d8f38ae671 in ?? ()
[04:55:14.106] #3  0x000055d8f38af577 in ?? ()
[04:55:14.106] #4  0x000055d8f38a95bc in ?? ()
[04:55:14.106] #5  0x000055d8f38a7eda in ?? ()
[04:55:14.106] #6  0x00007ff6df5b124a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:55:14.106] #7  0x00007ff6df5b1305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
[04:55:14.106] #8  0x000055d8f38a8171 in ?? ()
core
[04:55:13.984] #0  0x00007f64f1b8eb93 in wait4 () from /lib/x86_64-linux-gnu/libc.so.6
[04:55:13.984] #1  0x00005609a5635cc0 in ?? ()
[04:55:13.984] #2  0x00005609a5635efa in ?? ()
[04:55:13.984] #3  0x00005609a5637630 in ?? ()
[04:55:13.984] #4  0x00005609a5631371 in ?? ()
[04:55:13.984] #5  0x00005609a563020f in ?? ()
[04:55:13.984] #6  0x00005609a5630c3b in ?? ()
[04:55:13.984] #7  0x00005609a562e66f in ?? ()
[04:55:13.984] #8  0x00007f64f1ae224a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:55:13.984] #9  0x00007f64f1ae2305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
test
[04:54:04.207] 300/314 postgresql:test_slru / test_slru/001_multixact                                  ERROR            ...
51/5070 Incorrect error message for cancellation triggered by statement_timeout & flaky test
CompilerWarnings
compiler
[00:41:40.797] backend_startup.c:270:63: error: variable 'status' is uninitialized when used here [-Werror,-Wuninitializ...
compiler
[00:41:40.797] backend_startup.c:270:63: error: data argument not used by format string [-Werror,-Wformat-extra-args]
compiler
[00:41:32.228] backend_startup.c:270:63: error: variable 'status' is uninitialized when used here [-Werror,-Wuninitializ...
compiler
[00:41:32.228] backend_startup.c:270:63: error: data argument not used by format string [-Werror,-Wformat-extra-args]
compiler
[00:41:01.364] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args]
compiler
[00:41:01.364] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit...
compiler
[00:40:53.006] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit...
compiler
[00:40:53.006] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args]
compiler
[00:42:03.988] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit...
compiler
[00:42:03.988] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args]
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[00:41:46.279] c:\cirrus\src\backend\tcop\backend_startup.c(270) : warning C4700: uninitialized local variable 'status' ...
51/4720 "unexpected duplicate for tablespace" problem in logical replication
FreeBSD - 13 - Meson
core
[00:13:15.519] #0  0x000000082bf9b8fa in _sigprocmask () from /lib/libc.so.7
[00:13:15.519] #1  0x000000082bfd4f91 in _system () from /lib/libc.so.7
[00:13:15.519] #2  0x000000082ac739d3 in ?? () from /lib/libthr.so.3
[00:13:15.519] #3  0x000000000067ab0b in shell_archive_file (state=<optimized out>, file=0x82109ae00 "00000001", '0' <re...
[00:13:15.519] #4  0x0000000000891a31 in pgarch_archiveXlog (xlog=xlog@entry=0x82109ae00 "00000001", '0' <repeats 15 tim...
[00:13:15.519] #5  0x0000000000891484 in pgarch_ArchiverCopyLoop () at ../src/backend/postmaster/pgarch.c:474
[00:13:15.519] #6  pgarch_MainLoop () at ../src/backend/postmaster/pgarch.c:348
[00:13:15.519] #7  0x0000000000890d5d in PgArchiverMain (startup_data=<optimized out>, startup_data_len=<optimized out>)...
[00:13:15.519] #8  0x0000000000890ab5 in postmaster_child_launch (child_type=child_type@entry=B_ARCHIVER, child_slot=54,...
[00:13:15.519] #9  0x00000000008936c7 in StartChildProcess (type=type@entry=B_ARCHIVER) at ../src/backend/postmaster/pos...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/00...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-11-16 00:07:02.406664000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_table.out	2024-11-16 00:09:11.153290...
@@ -3481,9 +3481,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39448 |            |             0 |       39448 | pktable_pkey
+ 39443 |            |             0 |       39443 | pktable
+ 39455 |            |             0 |       39455 | fktable
+ 40041 |            |             0 |       40046 | foo
+ 40050 |            |             0 |       40050 | pg_toast_40041_index
+ 40049 |            |             0 |       40049 | pg_toast_40041
+ 40245 |            |             0 |       40245 | old_oids
+ 40265 |            |             0 |       40265 | pg_toast_40262
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/recovery/027_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-11-16 00:07:02.406664000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/alter_table.out	2024-11-16 00:10:03.3309...
@@ -3481,9 +3481,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39516 |            |             0 |       39516 | pktable_pkey
+ 39512 |            |             0 |       39512 | pktable
+ 39518 |            |             0 |       39518 | fktable
+ 40065 |            |             0 |       40065 | pg_toast_40056_index
+ 40064 |            |             0 |       40064 | pg_toast_40056
+ 40056 |            |             0 |       40061 | foo
+ 40260 |            |             0 |       40260 | old_oids
+ 40278 |            |             0 |       40278 | pg_toast_40275
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/regress/regre...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-11-16 00:07:02.406664000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/alter_table.out	2024-11-16 00:09:14.496613000 +0000
@@ -3481,9 +3481,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39558 |            |             0 |       39558 | pktable_pkey
+ 39554 |            |             0 |       39554 | pktable
+ 39560 |            |             0 |       39560 | fktable
+ 40045 |            |             0 |       40050 | foo
+ 40054 |            |             0 |       40054 | pg_toast_40045_index
+ 40053 |            |             0 |       40053 | pg_toast_40045
+ 40316 |            |             0 |       40316 | old_oids
+ 40333 |            |             0 |       40333 | pg_toast_40330
...
tap
[00:09:20.115](63.210s) not ok 5 - regression tests pass
tap
[00:10:13.626](78.729s) not ok 2 - regression tests pass
test
[00:12:03.312]  42/314 postgresql:regress / regress/regress                                            ERROR            ...
[00:12:03.312]  85/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[00:12:03.312] 159/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
core
[00:19:12.911] #0  <unavailable> in ?? ()
core
[00:19:12.911] #0  0x00007fa8f18e0da4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[00:19:12.911] #1  0x00007fa8f188d239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[00:19:12.911] #2  0x00007fa8f188d497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[00:19:12.911] #3  0x0000561eae7ac5f3 in ?? ()
[00:19:12.911] #4  0x0000561eae7a6369 in ?? ()
[00:19:12.911] #5  0x0000561eae7a520f in ?? ()
[00:19:12.911] #6  0x0000561eae7a5c3b in ?? ()
[00:19:12.911] #7  0x0000561eae7a366f in ?? ()
[00:19:12.911] #8  0x00007fa8f187824a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[00:19:12.911] #9  0x00007fa8f1878305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[00:19:12.779] #0  0x00007fa8f18e0da4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[00:19:12.779] #1  0x00007fa8f188d239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[00:19:12.779] #2  0x00007fa8f188d497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[00:19:12.779] #3  0x0000561eae7ac5c1 in ?? ()
[00:19:12.779] #4  0x0000561eae7a6369 in ?? ()
[00:19:12.779] #5  0x0000561eae7a520f in ?? ()
[00:19:12.779] #6  0x0000561eae7a5c3b in ?? ()
[00:19:12.779] #7  0x0000561eae7a366f in ?? ()
[00:19:12.779] #8  0x00007fa8f187824a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[00:19:12.779] #9  0x00007fa8f1878305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_chec...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-11-16 00:07:04.021158405 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/alter_table.out	2024-11-16 00:15:06.212545781 +0000
@@ -3481,9 +3481,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39579 |            |             0 |       39579 | pktable_pkey
+ 39575 |            |             0 |       39575 | pktable
+ 39586 |            |             0 |       39586 | fktable
+ 40133 |            |             0 |       40138 | foo
+ 40142 |            |             0 |       40142 | pg_toast_40133_index
+ 40141 |            |             0 |       40141 | pg_toast_40133
+ 40346 |            |             0 |       40346 | old_oids
+ 40365 |            |             0 |       40365 | pg_toast_40362
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/src/test/recovery/tmp_check...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-11-16 00:07:04.021158405 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/alter_table.out	2024-11-16 00:16:30.492384910 +0000
@@ -3481,9 +3481,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39527 |            |             0 |       39527 | pktable_pkey
+ 39522 |            |             0 |       39522 | pktable
+ 39529 |            |             0 |       39529 | fktable
+ 40041 |            |             0 |       40046 | foo
+ 40050 |            |             0 |       40050 | pg_toast_40041_index
+ 40049 |            |             0 |       40049 | pg_toast_40041
+ 40266 |            |             0 |       40266 | old_oids
+ 40290 |            |             0 |       40290 | pg_toast_40286
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/src/test/regress/results/al...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-11-16 00:07:04.021158405 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/alter_table.out	2024-11-16 00:12:35.580703124 +0000
@@ -3481,9 +3481,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39620 |            |             0 |       39620 | pktable_pkey
+ 39614 |            |             0 |       39614 | pktable
+ 39623 |            |             0 |       39623 | fktable
+ 40130 |            |             0 |       40135 | foo
+ 40139 |            |             0 |       40139 | pg_toast_40130_index
+ 40138 |            |             0 |       40138 | pg_toast_40130
+ 40353 |            |             0 |       40353 | old_oids
+ 40371 |            |             0 |       40371 | pg_toast_40368
...
tap
[00:15:18.641](131.450s) not ok 5 - regression tests pass
tap
[00:16:38.877](72.292s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/00...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-11-16 00:07:02.886905373 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_table.out	2024-11-16 00:12:41.290936...
@@ -3481,9 +3481,26 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39779 |            |             0 |       39779 | users_id_seq
+ 39785 |            |             0 |       39785 | pg_toast_39780
+ 39786 |            |             0 |       39786 | pg_toast_39780_index
+ 39780 |            |             0 |       39780 | users
+ 40046 |            |             0 |       40046 | foo
+ 40255 |            |             0 |       40255 | forc_test
+ 39306 |            |             0 |       39306 | pktable_pkey
+ 39302 |            |             0 |       39302 | pktable
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/recovery/027_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-11-16 00:07:02.886905373 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/alter_table.out	2024-11-16 00:13:20.9868...
@@ -3481,9 +3481,29 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39543 |            |             0 |       39543 | users_id_seq
+ 39549 |            |             0 |       39549 | pg_toast_39544
+ 39550 |            |             0 |       39550 | pg_toast_39544_index
+ 39544 |            |             0 |       39544 | users
+ 39829 |            |             0 |       39829 | foo
+ 40097 |            |             0 |       40097 | forc_test
+ 40563 |            |             0 |       40563 | pg_toast_40560
+ 40564 |            |             0 |       40564 | pg_toast_40560_index
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/regress/regre...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-11-16 00:07:02.886905373 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/alter_table.out	2024-11-16 00:12:29.814951855 +0000
@@ -3481,9 +3481,26 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39652 |            |             0 |       39652 | users_id_seq
+ 39658 |            |             0 |       39658 | pg_toast_39653
+ 39659 |            |             0 |       39659 | pg_toast_39653_index
+ 39653 |            |             0 |       39653 | users
+ 40010 |            |             0 |       40010 | foo
+ 40497 |            |             0 |       40497 | forc_test
+ 39468 |            |             0 |       39468 | pktable_pkey
+ 39464 |            |             0 |       39464 | pktable
...
tap
[00:12:48.858](88.650s) not ok 5 - regression tests pass
tap
[00:13:29.370](91.832s) not ok 2 - regression tests pass
test
[00:15:15.018]  45/314 postgresql:regress / regress/regress                                            ERROR            ...
[00:15:15.018] 140/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[00:15:15.018] 169/314 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/alter_table.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg...
--- /Users/admin/pgsql/src/test/regress/expected/alter_table.out	2024-11-16 00:06:12
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_table.out	2024-11-16 00:08:32
@@ -3481,9 +3481,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39147 |            |             0 |       39147 | pktable_pkey
+ 39140 |            |             0 |       39140 | pktable
+ 39152 |            |             0 |       39152 | fktable
+ 40011 |            |             0 |       40016 | foo
+ 40020 |            |             0 |       40020 | pg_toast_40011_index
+ 40019 |            |             0 |       40019 | pg_toast_40011
+ 40217 |            |             0 |       40217 | old_oids
+ 40234 |            |             0 |       40234 | pg_toast_40231
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/alter_table.out /Users/admin/pgsql/build/testrun/recovery/027_stre...
--- /Users/admin/pgsql/src/test/regress/expected/alter_table.out	2024-11-16 00:06:12
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/alter_table.out	2024-11-16 00:09:10
@@ -3481,9 +3481,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39448 |            |             0 |       39448 | pktable_pkey
+ 39442 |            |             0 |       39442 | pktable
+ 39450 |            |             0 |       39450 | fktable
+ 39961 |            |             0 |       39968 | foo
+ 39972 |            |             0 |       39972 | pg_toast_39961_index
+ 39971 |            |             0 |       39971 | pg_toast_39961
+ 40259 |            |             0 |       40259 | pg_toast_40256
+ 40260 |            |             0 |       40260 | pg_toast_40256_index
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/alter_table.out /Users/admin/pgsql/build/testrun/regress/regress/r...
--- /Users/admin/pgsql/src/test/regress/expected/alter_table.out	2024-11-16 00:06:12
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/alter_table.out	2024-11-16 00:08:33
@@ -3481,9 +3481,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39179 |            |             0 |       39179 | pktable_pkey
+ 39174 |            |             0 |       39174 | pktable
+ 39181 |            |             0 |       39181 | fktable
+ 40005 |            |             0 |       40010 | foo
+ 40014 |            |             0 |       40014 | pg_toast_40005_index
+ 40013 |            |             0 |       40013 | pg_toast_40005
+ 40228 |            |             0 |       40228 | old_oids
+ 40245 |            |             0 |       40245 | pg_toast_40242
...
tap
[00:08:36.129](39.286s) not ok 5 - regression tests pass
tap
[00:09:15.543](38.346s) not ok 2 - regression tests pass
test
[00:11:02.204]  28/314 postgresql:regress / regress/regress                                            ERROR            ...
[00:11:02.204]  44/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[00:11:02.204] 130/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/alter_table.out C:/cirrus/build/testrun/pg_upgrade/002_...
--- C:/cirrus/src/test/regress/expected/alter_table.out	2024-11-16 00:07:16.044827000 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_table.out	2024-11-16 00:11:08.842284500 +0000
@@ -3481,9 +3481,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39941 |            |             0 |       39941 | pg_toast_39937_index
+ 39937 |            |             0 |       39937 | recur2
+ 39932 |            |             0 |       39932 | recur1
+ 39923 |            |             0 |       39923 | old_oids
+ 39940 |            |             0 |       39940 | pg_toast_39937
+ 39188 |            |             0 |       39188 | pktable_pkey
+ 39184 |            |             0 |       39184 | pktable
+ 39190 |            |             0 |       39190 | fktable
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/alter_table.out C:/cirrus/build/testrun/recovery/027_st...
--- C:/cirrus/src/test/regress/expected/alter_table.out	2024-11-16 00:07:16.044827000 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/alter_table.out	2024-11-16 00:13:44.611374600 +0000
@@ -3481,9 +3481,29 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39435 |            |             0 |       39435 | users_id_seq
+ 39450 |            |             0 |       39450 | pg_toast_39439
+ 39451 |            |             0 |       39451 | pg_toast_39439_index
+ 39439 |            |             0 |       39439 | users
+ 39634 |            |             0 |       39634 | foo
+ 39792 |            |             0 |       39792 | forc_test
+ 38451 |            |             0 |       38451 | pktable_pkey
+ 38447 |            |             0 |       38447 | pktable
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/alter_table.out C:/cirrus/build/testrun/regress/regress...
--- C:/cirrus/src/test/regress/expected/alter_table.out	2024-11-16 00:07:16.044827000 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/alter_table.out	2024-11-16 00:11:01.669431800 +0000
@@ -3481,9 +3481,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 38408 |            |             0 |       38408 | pktable_pkey
+ 38400 |            |             0 |       38400 | pktable
+ 38412 |            |             0 |       38412 | fktable
+ 39627 |            |             0 |       39638 | foo
+ 39643 |            |             0 |       39643 | pg_toast_39627_index
+ 39641 |            |             0 |       39641 | pg_toast_39627
+ 39924 |            |             0 |       39924 | old_oids
+ 39947 |            |             0 |       39947 | pg_toast_39941
...
tap
[00:11:26.283](120.863s) not ok 5 - regression tests pass
tap
[00:14:03.036](139.915s) not ok 2 - regression tests pass
test
[00:20:44.353]  22/309 postgresql:regress / regress/regress                                            ERROR           1...
[00:20:44.353]  39/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[00:20:44.353] 111/309 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5031 Remove dependence on integer wrapping
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/date.out C:/cirrus/build/testrun/pg_upgrade/002_pg_upgr...
--- C:/cirrus/src/test/regress/expected/date.out	2024-11-15 23:07:12.611769500 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/date.out	2024-11-15 23:09:23.519143500 +0000
@@ -1533,4 +1533,4 @@
 select make_time(24, 0, 2.1);
 ERROR:  time field value out of range: 24:00:2.1
 SELECT make_date(-2147483648, 1, 1);
-ERROR:  date field value out of range: -2147483648-01-01
+ERROR:  date field value out of range: 24301-01-01
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/date.out C:/cirrus/build/testrun/recovery/027_stream_re...
--- C:/cirrus/src/test/regress/expected/date.out	2024-11-15 23:07:12.611769500 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/date.out	2024-11-15 23:11:45.996677700 +0000
@@ -1533,4 +1533,4 @@
 select make_time(24, 0, 2.1);
 ERROR:  time field value out of range: 24:00:2.1
 SELECT make_date(-2147483648, 1, 1);
-ERROR:  date field value out of range: -2147483648-01-01
+ERROR:  date field value out of range: 24301-01-01
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/date.out C:/cirrus/build/testrun/regress/regress/result...
--- C:/cirrus/src/test/regress/expected/date.out	2024-11-15 23:07:12.611769500 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/date.out	2024-11-15 23:09:18.129992200 +0000
@@ -1533,4 +1533,4 @@
 select make_time(24, 0, 2.1);
 ERROR:  time field value out of range: 24:00:2.1
 SELECT make_date(-2147483648, 1, 1);
-ERROR:  date field value out of range: -2147483648-01-01
+ERROR:  date field value out of range: 24301-01-01
tap
[23:11:15.852](118.515s) not ok 5 - regression tests pass
tap
[23:13:34.908](129.407s) not ok 2 - regression tests pass
test
[23:20:02.568]   6/309 postgresql:regress / regress/regress                                            ERROR           1...
[23:20:02.568]  38/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[23:20:02.568]  95/309 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5252 Trim the heap free memory
CompilerWarnings
compiler
[18:30:08.652] postgres.c:2828:25: error: implicit declaration of function ‘malloc_trim’ [-Werror=implicit-function-decl...
compiler
[18:30:08.652] postgres.c:2825:47: error: initialization of ‘char *’ from ‘int’ makes pointer from integer without a cas...
compiler
[18:30:08.652] postgres.c:2829:33: error: assignment to ‘char *’ from ‘int’ makes pointer from integer without a cast [-...
compiler
[18:30:08.652] postgres.c:2825:47: error: implicit declaration of function ‘sbrk’ [-Werror=implicit-function-declaration...
Linux - Debian Bookworm - Autoconf
tap
[18:29:50.958](0.001s) not ok 28 - options --locale-provider=icu --locale=und --lc-*=C: no stderr
Linux - Debian Bookworm - Meson
tap
[18:31:42.626](0.001s) not ok 28 - options --locale-provider=icu --locale=und --lc-*=C: no stderr
test
[18:33:21.259] 168/314 postgresql:initdb / initdb/001_initdb                                           ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[18:29:49.374] tcop_postgres.c.obj : error LNK2019: unresolved external symbol sbrk referenced in function finish_xact_c...
compiler
[18:29:49.374] tcop_postgres.c.obj : error LNK2019: unresolved external symbol malloc_trim referenced in function finish...
compiler
[18:29:37.960] ../src/backend/tcop/postgres.c(2829): warning C4047: '=': 'char *' differs in levels of indirection from ...
compiler
[18:29:38.039] ../src/backend/tcop/postgres.c(2825): warning C4047: 'initializing': 'char *' differs in levels of indire...
50/5316 Use more CppAsString2() in pg_amcheck.c
Linux - Debian Bookworm - Meson
tap
[17:57:25.836](1.877s) Bail out!  pg_ctl restart failed
test
[17:57:33.212] 307/314 postgresql:ssl / ssl/002_scram                                                  ERROR            ...
51/5242 Fix RelationTruncate() corruption
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[16:46:18.243] ../src/backend/storage/smgr/smgr.c(732): warning C4098: 'smgrtruncate': 'void' function returning a value
51/5357 New predefined role pg_manage_extensions
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out /tmp/cirrus-ci-build/build/testrun/plperl/regress/...
--- /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out	2024-11-15 16:27:18.160408000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/plperl/regress/results/plperl_setup.out	2024-11-15 16:29:14.792765000 +0000
@@ -12,7 +12,7 @@
 HINT:  Must have CREATE privilege on current database to create this extension.
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 RESET ROLE;
 DO $$
 begin
@@ -24,7 +24,7 @@
 CREATE EXTENSION plperl;
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 CREATE SCHEMA plperl_setup_scratch;
 SET search_path = plperl_setup_scratch;
...
test
[16:31:52.181]  46/314 postgresql:plperl / plperl/regress                                              ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out /tmp/cirrus-ci-build/src/pl/plperl/results/plperl_...
--- /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out	2024-11-15 16:27:15.208332627 +0000
+++ /tmp/cirrus-ci-build/src/pl/plperl/results/plperl_setup.out	2024-11-15 16:28:44.510056030 +0000
@@ -12,7 +12,7 @@
 HINT:  Must have CREATE privilege on current database to create this extension.
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 RESET ROLE;
 DO $$
 begin
@@ -24,7 +24,7 @@
 CREATE EXTENSION plperl;
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 CREATE SCHEMA plperl_setup_scratch;
 SET search_path = plperl_setup_scratch;
...
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out /tmp/cirrus-ci-build/build/testrun/plperl/regress/...
--- /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out	2024-11-15 16:27:15.616062799 +0000
+++ /tmp/cirrus-ci-build/build/testrun/plperl/regress/results/plperl_setup.out	2024-11-15 16:30:46.060349968 +0000
@@ -12,7 +12,7 @@
 HINT:  Must have CREATE privilege on current database to create this extension.
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 RESET ROLE;
 DO $$
 begin
@@ -24,7 +24,7 @@
 CREATE EXTENSION plperl;
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 CREATE SCHEMA plperl_setup_scratch;
 SET search_path = plperl_setup_scratch;
...
test
[16:33:45.115]  47/314 postgresql:plperl / plperl/regress                                              ERROR            ...
macOS - Sonoma - Meson
core
[16:34:16.358]   * frame #0: 0x000000018120d60c dyld`dyld3::MachOFile::trieWalk(Diagnostics&, unsigned char const*, unsi...
[16:34:16.358]     frame #1: 0x00000001811d8088 dyld`dyld4::Loader::hasExportedSymbol(Diagnostics&, dyld4::RuntimeState&...
[16:34:16.358]     frame #2: 0x00000001811d73c0 dyld`dyld4::Loader::resolveSymbol(Diagnostics&, dyld4::RuntimeState&, in...
[16:34:16.358]     frame #3: 0x00000001811d6fec dyld`invocation function for block in dyld4::Loader::forEachBindTarget(D...
[16:34:16.358]     frame #4: 0x0000000181211ff0 dyld`invocation function for block in mach_o::Fixups::forEachBindTarget_...
[16:34:16.358]     frame #5: 0x000000018120cf50 dyld`dyld3::MachOFile::forEachChainedFixupTarget(Diagnostics&, dyld_chai...
[16:34:16.358]     frame #6: 0x0000000181211cc0 dyld`mach_o::Fixups::forEachBindTarget_ChainedFixups(Diagnostics&, void ...
[16:34:16.358]     frame #7: 0x00000001811d6f54 dyld`invocation function for block in dyld4::Loader::forEachBindTarget(D...
[16:34:16.358]     frame #8: 0x0000000181215414 dyld`dyld3::MachOAnalyzer::withVMLayout(Diagnostics&, void (mach_o::Layo...
[16:34:16.358]     frame #9: 0x00000001811d6e3c dyld`dyld4::Loader::forEachBindTarget(Diagnostics&, dyld4::RuntimeState&...
regress
diff -U3 /Users/admin/pgsql/src/pl/plperl/expected/plperl_setup.out /Users/admin/pgsql/build/testrun/plperl/regress/resu...
--- /Users/admin/pgsql/src/pl/plperl/expected/plperl_setup.out	2024-11-15 16:26:11
+++ /Users/admin/pgsql/build/testrun/plperl/regress/results/plperl_setup.out	2024-11-15 16:28:40
@@ -12,7 +12,7 @@
 HINT:  Must have CREATE privilege on current database to create this extension.
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 RESET ROLE;
 DO $$
 begin
@@ -24,7 +24,7 @@
 CREATE EXTENSION plperl;
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 CREATE SCHEMA plperl_setup_scratch;
 SET search_path = plperl_setup_scratch;
...
test
[16:30:47.386]  47/314 postgresql:plperl / plperl/regress                                              ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/pl/plperl/expected/plperl_setup.out C:/cirrus/build/testrun/plperl/regress/re...
--- C:/cirrus/src/pl/plperl/expected/plperl_setup.out	2024-11-15 16:27:29.351744000 +0000
+++ C:/cirrus/build/testrun/plperl/regress/results/plperl_setup.out	2024-11-15 16:33:05.603559100 +0000
@@ -12,7 +12,7 @@
 HINT:  Must have CREATE privilege on current database to create this extension.
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 RESET ROLE;
 DO $$
 begin
@@ -24,7 +24,7 @@
 CREATE EXTENSION plperl;
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 CREATE SCHEMA plperl_setup_scratch;
 SET search_path = plperl_setup_scratch;
...
test
[16:40:37.892]  47/309 postgresql:plperl / plperl/regress                                              ERROR            ...
51/5355 Enhance memory context statistics reporting for all PostgreSQL processes.
CompilerWarnings
compiler
[15:54:02.351] ../../../../src/include/utils/dsa.h:114:9: error: ‘area’ may be used uninitialized [-Werror=maybe-uniniti...
compiler
[15:51:53.701] ../../../../src/include/utils/dsa.h:114:9: error: ‘area’ may be used uninitialized [-Werror=maybe-uniniti...
compiler
[16:04:03.167] ../../../../src/include/utils/dsa.h:114:9: error: ‘area’ may be used uninitialized [-Werror=maybe-uniniti...
Linux - Debian Bookworm - Meson
core
[16:02:38.750] #0  <unavailable> in ?? ()
core
[16:02:38.750] #0  0x00007fdca0d44da4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[16:02:38.750] #1  0x00007fdca0cf1239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[16:02:38.750] #2  0x00007fdca0cf1497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[16:02:38.750] #3  0x000055a37a8515f3 in ?? ()
[16:02:38.750] #4  0x000055a37a84b369 in ?? ()
[16:02:38.750] #5  0x000055a37a84a20f in ?? ()
[16:02:38.750] #6  0x000055a37a84ac3b in ?? ()
[16:02:38.750] #7  0x000055a37a84866f in ?? ()
[16:02:38.750] #8  0x00007fdca0cdc24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[16:02:38.750] #9  0x00007fdca0cdc305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[16:02:38.628] #0  0x00007fdca0d44da4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[16:02:38.628] #1  0x00007fdca0cf1239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[16:02:38.628] #2  0x00007fdca0cf1497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[16:02:38.628] #3  0x000055a37a8515c1 in ?? ()
[16:02:38.628] #4  0x000055a37a84b369 in ?? ()
[16:02:38.628] #5  0x000055a37a84a20f in ?? ()
[16:02:38.628] #6  0x000055a37a84ac3b in ?? ()
[16:02:38.628] #7  0x000055a37a84866f in ?? ()
[16:02:38.628] #8  0x00007fdca0cdc24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[16:02:38.628] #9  0x00007fdca0cdc305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/sysviews.out /tmp/cirrus-ci-build/build-32/testrun/pg_upgrade/00...
--- /tmp/cirrus-ci-build/src/test/regress/expected/sysviews.out	2024-11-15 15:49:39.358199681 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/pg_upgrade/002_pg_upgrade/data/results/sysviews.out	2024-11-15 15:59:16.210094...
@@ -233,4 +233,4 @@
         from pg_get_process_memory_contexts(checkpointer_pid, false) where path = '{0}' into r; 
 	RAISE NOTICE '%', r;
 END $$;
-NOTICE:  (AllocSet,TopMemoryContext,,t)
+NOTICE:  (AllocSet,TopMemoryContext,,f)
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/sysviews.out /tmp/cirrus-ci-build/build-32/testrun/recovery/027_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/sysviews.out	2024-11-15 15:49:39.358199681 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/recovery/027_stream_regress/data/results/sysviews.out	2024-11-15 15:58:50.5141...
@@ -233,4 +233,4 @@
         from pg_get_process_memory_contexts(checkpointer_pid, false) where path = '{0}' into r; 
 	RAISE NOTICE '%', r;
 END $$;
-NOTICE:  (AllocSet,TopMemoryContext,,t)
+NOTICE:  (AllocSet,TopMemoryContext,,f)
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/sysviews.out /tmp/cirrus-ci-build/build-32/testrun/regress/regre...
--- /tmp/cirrus-ci-build/src/test/regress/expected/sysviews.out	2024-11-15 15:49:39.358199681 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/regress/regress/results/sysviews.out	2024-11-15 15:58:11.970167931 +0000
@@ -233,4 +233,4 @@
         from pg_get_process_memory_contexts(checkpointer_pid, false) where path = '{0}' into r; 
 	RAISE NOTICE '%', r;
 END $$;
-NOTICE:  (AllocSet,TopMemoryContext,,t)
+NOTICE:  (AllocSet,TopMemoryContext,,f)
tap
[15:59:43.351](120.411s) not ok 5 - regression tests pass
tap
[15:59:18.745](61.552s) not ok 2 - regression tests pass
test
[16:01:18.818]  29/314 postgresql:regress / regress/regress                                            ERROR            ...
[16:01:18.818] 147/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[16:01:18.818] 188/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
51/4912 CSN snapshots in hot standby
Linux - Debian Bookworm - Meson
core
[12:52:54.061] #0  0x00007f62620a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:52:54.061] #1  0x00007f626205afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:52:54.061] #2  0x00007f6262045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:52:54.061] #3  0x00007f626221e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[12:52:54.061] #4  0x00007f626222aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[12:52:54.061] #5  0x00007f626220dad8 in __ubsan::__ubsan_handle_shift_out_of_bounds_abort (Data=Data@entry=0x56022e2811...
[12:52:54.061] #6  0x000056022d7ced35 in XidInMVCCSnapshot (xid=757, snapshot=snapshot@entry=0x56023a3d09b0) at ../src/b...
[12:52:54.061] #7  0x000056022ce157d3 in HeapTupleSatisfiesMVCC (htup=<optimized out>, snapshot=0x56023a3d09b0, buffer=3...
[12:52:54.061] #8  0x000056022ce17017 in HeapTupleSatisfiesVisibility (htup=htup@entry=0x7ffe1fd1bfa0, snapshot=snapshot...
[12:52:54.061] #9  0x000056022ce08499 in page_collect_tuples (check_serializable=<optimized out>, all_visible=<optimized...
core
[12:52:52.697] #0  0x00007f3e56ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:52:52.697] #1  0x00007f3e56e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:52:52.697] #2  0x00007f3e56e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:52:52.697] #3  0x00007f3e5701e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[12:52:52.697] #4  0x00007f3e5702aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[12:52:52.697] #5  0x00007f3e5700dad8 in __ubsan::__ubsan_handle_shift_out_of_bounds_abort (Data=Data@entry=0x55ca333771...
[12:52:52.697] #6  0x000055ca328c4d35 in XidInMVCCSnapshot (xid=755, snapshot=snapshot@entry=0x55ca53b1eeb0) at ../src/b...
[12:52:52.697] #7  0x000055ca31f0b9ab in HeapTupleSatisfiesMVCC (htup=<optimized out>, snapshot=0x55ca53b1eeb0, buffer=4...
[12:52:52.697] #8  0x000055ca31f0d017 in HeapTupleSatisfiesVisibility (htup=htup@entry=0x7ffe60946eb0, snapshot=snapshot...
[12:52:52.697] #9  0x000055ca31efe499 in page_collect_tuples (check_serializable=<optimized out>, all_visible=<optimized...
test
[12:51:43.743] 314/315 postgresql:test_misc / test_misc/000_csn_perf                                   ERROR            ...
[12:51:43.743] 315/315 postgresql:recovery / recovery/031_recovery_conflict                            ERROR           1...
macOS - Sonoma - Meson
core
[12:53:06.183]   * frame #0: 0x0000000102b04b70 dyld`_dyld_start
core
[12:53:24.986]   * frame #0: 0x0000000100248b70 dyld`_dyld_start
test
[12:49:43.505] 315/315 postgresql:test_misc / test_misc/000_csn_perf                                   ERROR           1...
Windows - Server 2019, VS 2019 - Meson & ninja
test
[13:02:09.797] 310/310 postgresql:test_misc / test_misc/000_csn_perf                                   ERROR           3...
51/4997 Return pg_control from pg_backup_stop().
Linux - Debian Bookworm - Meson
core
[06:48:13.160] #0  0x00007f5ea14a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:48:13.160] #1  0x00007f5ea145afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:48:13.160] #2  0x00007f5ea1445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:48:13.160] #3  0x00007f5ea161e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[06:48:13.160] #4  0x00007f5ea162aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[06:48:13.160] #5  0x00007f5ea160d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x559a882cde40,...
[06:48:13.160] #6  0x0000559a873ee14e in backup_control_file (controlFile=controlFile@entry=0x559a9124ea7c "\fۛ\275\226\...
[06:48:13.160] #7  0x0000559a873f2e80 in pg_backup_stop (fcinfo=<optimized out>) at ../src/backend/access/transam/xlogfu...
[06:48:13.160] #8  0x0000559a875cc853 in ExecInterpExpr (state=0x559a91246190, econtext=0x559a91245f38, isnull=0x7fffd8c...
[06:48:13.160] #9  0x0000559a875c1121 in ExecInterpExprStillValid (state=0x559a91246190, econtext=0x559a91245f38, isNull...
core
[06:48:12.671] #0  0x00007f03988a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:48:12.671] #1  0x00007f039885afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:48:12.671] #2  0x00007f0398845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:48:12.671] #3  0x00007f0398a1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[06:48:12.671] #4  0x00007f0398a2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[06:48:12.671] #5  0x00007f0398a0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x56332d2e1e40,...
[06:48:12.671] #6  0x000056332c40214e in backup_control_file (controlFile=controlFile@entry=0x5633561a2b0c "\fۛ\275\226\...
[06:48:12.671] #7  0x000056332c406e80 in pg_backup_stop (fcinfo=<optimized out>) at ../src/backend/access/transam/xlogfu...
[06:48:12.671] #8  0x000056332c607d05 in ExecMakeTableFunctionResult (setexpr=0x5633561b3bf8, econtext=0x5633561b3ac8, a...
[06:48:12.671] #9  0x000056332c635f1e in FunctionNext (node=0x5633561b38b8) at ../src/backend/executor/nodeFunctionscan....
tap
[06:44:10.473](1.553s) not ok 18 - psql fails correctly
[06:44:10.473](0.000s) not ok 19 - pg_backup_start fails gracefully
test
[06:47:02.821]  26/313 postgresql:recovery / recovery/020_archive_status                               ERROR            ...
[06:47:02.821]  45/313 postgresql:recovery / recovery/042_low_level_backup                             ERROR            ...
51/4966 Parallel CREATE INDEX for GIN indexes
CompilerWarnings
compiler
[06:12:37.309] gininsert.c:2402:37: error: format ‘%ld’ expects argument of type ‘long int’, but argument 3 has type ‘lo...
compiler
[06:12:37.309] gininsert.c:2421:35: error: format ‘%ld’ expects argument of type ‘long int’, but argument 2 has type ‘in...
51/4929 apply_scanjoin_target_to_paths and partitionwise join
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-11-15 04:54:13.691686000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_join.out	2024-11-15 04:55:53.838...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/recovery/0...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-11-15 04:54:13.691686000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/partition_join.out	2024-11-15 04:56:48.5...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/regress/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-11-15 04:54:13.691686000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/partition_join.out	2024-11-15 04:55:53.462737000 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[04:55:56.271](61.341s) not ok 5 - regression tests pass
tap
[04:56:51.259](78.495s) not ok 2 - regression tests pass
test
[04:58:40.376]  42/313 postgresql:regress / regress/regress                                            ERROR            ...
[04:58:40.376]  90/313 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[04:58:40.376] 158/313 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_c...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-11-15 04:54:09.719329491 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/partition_join.out	2024-11-15 04:59:44.829127170 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/src/test/recovery/tmp_ch...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-11-15 04:54:09.719329491 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/partition_join.out	2024-11-15 05:00:49.597722959 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/src/test/regress/results...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-11-15 04:54:09.719329491 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/partition_join.out	2024-11-15 04:57:16.297258623 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[04:59:47.419](92.302s) not ok 5 - regression tests pass
tap
[05:00:52.615](62.607s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-11-15 04:54:09.641108440 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_join.out	2024-11-15 04:56:39.563...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/recovery/0...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-11-15 04:54:09.641108440 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/partition_join.out	2024-11-15 04:57:15.3...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/regress/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-11-15 04:54:09.641108440 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/partition_join.out	2024-11-15 04:56:32.067380114 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[04:56:42.588](70.354s) not ok 5 - regression tests pass
tap
[04:57:18.419](72.154s) not ok 2 - regression tests pass
test
[04:58:56.280]  40/313 postgresql:regress / regress/regress                                            ERROR            ...
[04:58:56.280] 126/313 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[04:58:56.280] 155/313 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/partition_join.out /Users/admin/pgsql/build/testrun/pg_upgrade/002...
--- /Users/admin/pgsql/src/test/regress/expected/partition_join.out	2024-11-15 04:53:12
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_join.out	2024-11-15 04:55:02
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/partition_join.out /Users/admin/pgsql/build/testrun/recovery/027_s...
--- /Users/admin/pgsql/src/test/regress/expected/partition_join.out	2024-11-15 04:53:12
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/partition_join.out	2024-11-15 04:55:52
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/partition_join.out /Users/admin/pgsql/build/testrun/regress/regres...
--- /Users/admin/pgsql/src/test/regress/expected/partition_join.out	2024-11-15 04:53:12
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/partition_join.out	2024-11-15 04:55:06
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[04:55:04.482](37.330s) not ok 5 - regression tests pass
tap
[04:55:55.622](46.684s) not ok 2 - regression tests pass
test
[04:57:38.810]  28/313 postgresql:regress / regress/regress                                            ERROR            ...
[04:57:38.810]  43/313 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[04:57:38.810] 140/313 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/partition_join.out C:/cirrus/build/testrun/pg_upgrade/0...
--- C:/cirrus/src/test/regress/expected/partition_join.out	2024-11-15 04:54:35.979490100 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_join.out	2024-11-15 04:58:38.951606000 +000...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/partition_join.out C:/cirrus/build/testrun/recovery/027...
--- C:/cirrus/src/test/regress/expected/partition_join.out	2024-11-15 04:54:35.979490100 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/partition_join.out	2024-11-15 05:00:49.668998500 +0...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/partition_join.out C:/cirrus/build/testrun/regress/regr...
--- C:/cirrus/src/test/regress/expected/partition_join.out	2024-11-15 04:54:35.979490100 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/partition_join.out	2024-11-15 04:58:32.100524600 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[04:58:47.818](121.959s) not ok 5 - regression tests pass
tap
[05:01:01.409](121.813s) not ok 2 - regression tests pass
test
[05:07:55.267]  22/308 postgresql:regress / regress/regress                                            ERROR           1...
[05:07:55.267]  38/308 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[05:07:55.267]  85/308 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/4538 Statistics Import and Export
Linux - Debian Bookworm - Autoconf
core
[03:59:05.583] #0  0x00007f8b9f928ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[03:59:05.583] #1  0x00007f8b9f8d9fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[03:59:05.583] #2  0x00007f8b9f8c4472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[03:59:05.583] #3  0x00007f8b9fcd650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[03:59:05.583] #4  0x00007f8b9fce2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[03:59:05.583] #5  0x00007f8b9fcc1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffd099c3ac6, __in_ch...
[03:59:05.583] #6  0x00007f8b9fcc14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140724764690224, sp...
[03:59:05.583] #7  0x00007f8b9fcc251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[03:59:05.583] #8  0x0000561f8a1720ae in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[03:59:05.583] #9  0x0000561f8a1b0afe in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[03:59:06.490] #0  0x00007f298df28ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[03:59:06.490] #1  0x00007f298ded9fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[03:59:06.490] #2  0x00007f298dec4472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[03:59:06.490] #3  0x00007f298e2d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[03:59:06.490] #4  0x00007f298e2e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[03:59:06.490] #5  0x00007f298e2c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffe499d78e6, __in_ch...
[03:59:06.490] #6  0x00007f298e2c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140730133480784, sp...
[03:59:06.490] #7  0x00007f298e2c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[03:59:06.490] #8  0x0000555d445ef0ae in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[03:59:06.490] #9  0x0000555d4462dafe in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[03:59:06.958] #0  0x00007f59ebda8ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[03:59:06.958] #1  0x00007f59ebd59fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[03:59:06.958] #2  0x00007f59ebd44472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[03:59:06.958] #3  0x00007f59ec0d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[03:59:06.958] #4  0x00007f59ec0e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[03:59:06.958] #5  0x00007f59ec0c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffeefd99736, __in_ch...
[03:59:06.958] #6  0x00007f59ec0c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140732922438560, sp...
[03:59:06.958] #7  0x00007f59ec0c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[03:59:06.958] #8  0x0000560cf2b2c0ae in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[03:59:06.958] #9  0x0000560cf2b6aafe in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[03:59:07.442] #0  0x00007f142eca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[03:59:07.442] #1  0x00007f142ec5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[03:59:07.442] #2  0x00007f142ec45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[03:59:07.442] #3  0x00007f142eed650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[03:59:07.442] #4  0x00007f142eee2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[03:59:07.442] #5  0x00007f142eec1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffc2a1129c6, __in_ch...
[03:59:07.442] #6  0x00007f142eec14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140721014257200, sp...
[03:59:07.442] #7  0x00007f142eec251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[03:59:07.442] #8  0x000056151e6de0ae in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[03:59:07.442] #9  0x000056151e71ca65 in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[03:59:06.036] #0  0x00007f31c45edebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[03:59:06.036] #1  0x00007f31c459efb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[03:59:06.036] #2  0x00007f31c4589472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[03:59:06.036] #3  0x00007f31c48d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[03:59:06.036] #4  0x00007f31c48e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[03:59:06.036] #5  0x00007f31c48c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffe1257de46, __in_ch...
[03:59:06.036] #6  0x00007f31c48c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140729206172336, sp...
[03:59:06.036] #7  0x00007f31c48c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[03:59:06.036] #8  0x0000561171f210ae in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[03:59:06.036] #9  0x0000561171f5fa65 in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[03:59:01.289] #0  0x00007f4e70d09ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[03:59:01.289] #1  0x00007f4e70cbafb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[03:59:01.289] #2  0x00007f4e70ca5472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[03:59:01.289] #3  0x00007f4e710d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[03:59:01.289] #4  0x00007f4e710e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[03:59:01.289] #5  0x00007f4e710c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffd0c620bb6, __in_ch...
[03:59:01.289] #6  0x00007f4e710c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140724811208736, sp...
[03:59:01.289] #7  0x00007f4e710c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[03:59:01.289] #8  0x0000564df72240ae in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[03:59:01.289] #9  0x0000564df7262afe in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[03:59:01.774] #0  0x00007f77861edebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[03:59:01.774] #1  0x00007f778619efb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[03:59:01.774] #2  0x00007f7786189472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[03:59:01.774] #3  0x00007f77864d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[03:59:01.774] #4  0x00007f77864e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[03:59:01.774] #5  0x00007f77864c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffe8262cde6, __in_ch...
[03:59:01.774] #6  0x00007f77864c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140731085937232, sp...
[03:59:01.774] #7  0x00007f77864c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[03:59:01.774] #8  0x000055bb6f78e0ae in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[03:59:01.774] #9  0x000055bb6f7cca65 in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[03:59:02.255] #0  0x00007fa4db0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[03:59:02.255] #1  0x00007fa4db05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[03:59:02.255] #2  0x00007fa4db045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[03:59:02.255] #3  0x00007fa4db2d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[03:59:02.255] #4  0x00007fa4db2e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[03:59:02.255] #5  0x00007fa4db2c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffe1ed156c6, __in_ch...
[03:59:02.255] #6  0x00007fa4db2c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140729415459632, sp...
[03:59:02.255] #7  0x00007fa4db2c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[03:59:02.255] #8  0x000055819e25a0ae in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[03:59:02.255] #9  0x000055819e298afe in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[03:59:02.726] #0  0x00007fd128fa8ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[03:59:02.726] #1  0x00007fd128f59fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[03:59:02.726] #2  0x00007fd128f44472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[03:59:02.726] #3  0x00007fd1292d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[03:59:02.726] #4  0x00007fd1292e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[03:59:02.726] #5  0x00007fd1292c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffe8df0d256, __in_ch...
[03:59:02.726] #6  0x00007fd1292c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140731279793856, sp...
[03:59:02.726] #7  0x00007fd1292c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[03:59:02.726] #8  0x000055e2b327b0ae in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[03:59:02.726] #9  0x000055e2b32b9a65 in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[03:59:03.210] #0  0x00007fe9921ebebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[03:59:03.210] #1  0x00007fe99219cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[03:59:03.210] #2  0x00007fe992187472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[03:59:03.210] #3  0x00007fe9924d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[03:59:03.210] #4  0x00007fe9924e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[03:59:03.210] #5  0x00007fe9924c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffd4dbdf0a6, __in_ch...
[03:59:03.210] #6  0x00007fe9924c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140725907750160, sp...
[03:59:03.210] #7  0x00007fe9924c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[03:59:03.210] #8  0x0000559eee9800ae in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[03:59:03.210] #9  0x0000559eee9bea65 in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[03:59:03.692] #0  0x00007f184d528ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[03:59:03.692] #1  0x00007f184d4d9fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[03:59:03.692] #2  0x00007f184d4c4472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[03:59:03.692] #3  0x00007f184d8d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[03:59:03.692] #4  0x00007f184d8e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[03:59:03.692] #5  0x00007f184d8c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffd488aa236, __in_ch...
[03:59:03.692] #6  0x00007f184d8c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140725820501664, sp...
[03:59:03.692] #7  0x00007f184d8c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[03:59:03.692] #8  0x000055737a98d0ae in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[03:59:03.692] #9  0x000055737a9cbafe in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[03:59:04.170] #0  0x00007fd75d1edebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[03:59:04.170] #1  0x00007fd75d19efb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[03:59:04.170] #2  0x00007fd75d189472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[03:59:04.170] #3  0x00007fd75d4d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[03:59:04.170] #4  0x00007fd75d4e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[03:59:04.170] #5  0x00007fd75d4c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffc76d48516, __in_ch...
[03:59:04.170] #6  0x00007fd75d4c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140722302128512, sp...
[03:59:04.170] #7  0x00007fd75d4c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[03:59:04.170] #8  0x000055e60d1ec0ae in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[03:59:04.170] #9  0x000055e60d22aafe in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[03:59:04.660] #0  0x00007f5998e64ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[03:59:04.660] #1  0x00007f5998e15fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[03:59:04.660] #2  0x00007f5998e00472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[03:59:04.660] #3  0x00007f59990d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[03:59:04.660] #4  0x00007f59990e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[03:59:04.660] #5  0x00007f59990c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffedb1a8296, __in_ch...
[03:59:04.660] #6  0x00007f59990c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140732574371584, sp...
[03:59:04.660] #7  0x00007f59990c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[03:59:04.660] #8  0x000055d32cf6c0ae in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[03:59:04.660] #9  0x000055d32cfaaa65 in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[03:59:05.126] #0  0x00007f056379febc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[03:59:05.126] #1  0x00007f0563750fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[03:59:05.126] #2  0x00007f056373b472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[03:59:05.126] #3  0x00007f0563ad650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[03:59:05.126] #4  0x00007f0563ae2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[03:59:05.126] #5  0x00007f0563ac1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7fff3c3fb1d6, __in_ch...
[03:59:05.126] #6  0x00007f0563ac14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140734204198464, sp...
[03:59:05.127] #7  0x00007f0563ac251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[03:59:05.127] #8  0x0000555f9737a0ae in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[03:59:05.127] #9  0x0000555f973b8afe in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
tap
[03:53:15.086](4.965s) not ok 4 - dump from PITR 1
[03:53:17.195](2.108s) not ok 5 - dump from PITR 2
tap
[03:53:40.433](0.722s) not ok 19 - pg_dump: option -n pg_catalog
[03:53:42.695](2.262s) not ok 20 - pg_dumpall: option --exclude-database handles database names with embedded dots
[03:53:43.678](0.474s) not ok 37 - binary_upgrade: pg_dump runs
[03:53:43.714](0.036s) not ok 38 - binary_upgrade: pg_restore runs
tap
[03:53:49.651](2.202s) not ok 1 - parallel dump
[03:53:49.690](0.038s) not ok 2 - parallel restore
[03:53:50.118](0.428s) not ok 3 - parallel dump as inserts
[03:53:50.145](0.026s) not ok 4 - parallel restore as inserts
tap
[03:53:54.057](3.584s) not ok 1 - filter file without patterns
tap
[03:54:01.735](0.700s) not ok 7 - parallel dump
[03:54:02.002](0.267s) not ok 8 - parallel restore
[03:54:02.132](0.129s) not ok 9 - parallel restore with create
tap
[03:54:18.221](1.100s) not ok 1 - binary_upgrade: pg_dump runs
tap
[03:56:57.707](1.247s) not ok 3 - dump primary server
[03:56:58.875](1.167s) not ok 4 - dump standby server
[03:57:00.045](1.166s) not ok 6 - dump catalogs of primary server
[03:57:00.538](0.493s) not ok 7 - dump catalogs of standby server
[03:57:00.542](0.003s) not ok 8 - compare primary and standby catalog dumps
Linux - Debian Bookworm - Meson
core
[03:57:14.727] #0  0x00007f223aea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[03:57:14.727] #1  0x00007f223ae5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[03:57:14.727] #2  0x00007f223ae45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[03:57:14.727] #3  0x00007f223b01e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[03:57:14.727] #4  0x00007f223b02aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[03:57:14.727] #5  0x00007f223b00db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55582e5cdcc0, In...
[03:57:14.727] #6  0x000055582e5495eb in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[03:57:14.727] #7  0x000055582e57b060 in pg_qsort (data=<optimized out>, n=4993, element_size=element_size@entry=8, comp...
[03:57:14.727] #8  0x000055582e54bb65 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[03:57:14.727] #9  0x000055582e540baf in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[03:57:15.706] #0  <unavailable> in ?? ()
core
[03:57:11.547] #0  0x00007f0a09ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[03:57:11.547] #1  0x00007f0a09c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[03:57:11.547] #2  0x00007f0a09c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[03:57:11.547] #3  0x00007f0a09e1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[03:57:11.547] #4  0x00007f0a09e2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[03:57:11.547] #5  0x00007f0a09e0db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x56169a826cc0, In...
[03:57:11.547] #6  0x000056169a7a25eb in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[03:57:11.547] #7  0x000056169a7d418a in pg_qsort (data=<optimized out>, n=4014, element_size=element_size@entry=8, comp...
[03:57:11.547] #8  0x000056169a7a4b65 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[03:57:11.547] #9  0x000056169a799baf in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[03:57:15.252] #0  0x00007f6f240a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[03:57:15.252] #1  0x00007f6f2405afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[03:57:15.252] #2  0x00007f6f24045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[03:57:15.252] #3  0x00007f6f2421e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[03:57:15.252] #4  0x00007f6f2422aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[03:57:15.252] #5  0x00007f6f2420db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55c938e53cc0, In...
[03:57:15.252] #6  0x000055c938dcf5eb in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[03:57:15.252] #7  0x000055c938e01060 in pg_qsort (data=<optimized out>, n=4091, element_size=element_size@entry=8, comp...
[03:57:15.252] #8  0x000055c938dd1b65 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[03:57:15.252] #9  0x000055c938dc6baf in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[03:57:11.818] #0  0x00007fba176a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[03:57:11.818] #1  0x00007fba1765afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[03:57:11.818] #2  0x00007fba17645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[03:57:11.818] #3  0x00007fba1781e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[03:57:11.818] #4  0x00007fba1782aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[03:57:11.818] #5  0x00007fba1780db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55d519b2dcc0, In...
[03:57:11.818] #6  0x000055d519aa95eb in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[03:57:11.818] #7  0x000055d519adb18a in pg_qsort (data=<optimized out>, n=7608, element_size=element_size@entry=8, comp...
[03:57:11.818] #8  0x000055d519aabb65 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[03:57:11.818] #9  0x000055d519aa0baf in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[03:57:14.990] #0  0x00007f57254a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[03:57:14.990] #1  0x00007f572545afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[03:57:14.990] #2  0x00007f5725445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[03:57:14.990] #3  0x00007f572561e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[03:57:14.990] #4  0x00007f572562aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[03:57:14.990] #5  0x00007f572560db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x565437a47cc0, In...
[03:57:14.990] #6  0x00005654379c35eb in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[03:57:14.990] #7  0x00005654379f5060 in pg_qsort (data=<optimized out>, n=4465, element_size=element_size@entry=8, comp...
[03:57:14.990] #8  0x00005654379c5b65 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[03:57:14.990] #9  0x00005654379babaf in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[03:57:12.354] #0  0x00007f06ebca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[03:57:12.354] #1  0x00007f06ebc5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[03:57:12.354] #2  0x00007f06ebc45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[03:57:12.354] #3  0x00007f06ebe1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[03:57:12.354] #4  0x00007f06ebe2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[03:57:12.354] #5  0x00007f06ebe0db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55f9aba0bcc0, In...
[03:57:12.354] #6  0x000055f9ab9875eb in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[03:57:12.354] #7  0x000055f9ab9b918a in pg_qsort (data=<optimized out>, n=4051, element_size=element_size@entry=8, comp...
[03:57:12.354] #8  0x000055f9ab989b65 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[03:57:12.354] #9  0x000055f9ab97ebaf in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[03:57:12.087] #0  0x00007f1fca8c2ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[03:57:12.087] #1  0x00007f1fca873fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[03:57:12.087] #2  0x00007f1fca85e472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[03:57:12.087] #3  0x00007f1fca21e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[03:57:12.087] #4  0x00007f1fca22aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[03:57:12.087] #5  0x00007f1fca20db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55e39e0b5c40, In...
[03:57:12.087] #6  0x000055e39e03162f in DOTypeNameCompare (p1=p1@entry=0x55e3b266a580, p2=p2@entry=0x55e3b266ca90) at ....
[03:57:12.087] #7  0x000055e39e0628c8 in pg_qsort_med3 (a=a@entry=0x55e3b266a580, b=b@entry=0x55e3b266ca90, c=c@entry=0x...
[03:57:12.087] #8  0x000055e39e062ce3 in pg_qsort (data=<optimized out>, n=9492, element_size=element_size@entry=8, comp...
[03:57:12.087] #9  0x000055e39e033b65 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
core
[03:57:14.468] #0  0x00007f763b2a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[03:57:14.468] #1  0x00007f763b25afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[03:57:14.468] #2  0x00007f763b245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[03:57:14.468] #3  0x00007f763b41e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[03:57:14.468] #4  0x00007f763b42aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[03:57:14.468] #5  0x00007f763b40db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x5557baf9bcc0, In...
[03:57:14.468] #6  0x00005557baf175eb in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[03:57:14.468] #7  0x00005557baf4918a in pg_qsort (data=<optimized out>, n=4006, element_size=element_size@entry=8, comp...
[03:57:14.468] #8  0x00005557baf19b65 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[03:57:14.468] #9  0x00005557baf0ebaf in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[03:57:14.207] #0  0x00007f039cca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[03:57:14.207] #1  0x00007f039cc5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[03:57:14.207] #2  0x00007f039cc45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[03:57:14.207] #3  0x00007f039ce1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[03:57:14.207] #4  0x00007f039ce2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[03:57:14.207] #5  0x00007f039ce0db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x556d1a5f2cc0, In...
[03:57:14.207] #6  0x0000556d1a56e5eb in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[03:57:14.207] #7  0x0000556d1a5a018a in pg_qsort (data=<optimized out>, n=4047, element_size=element_size@entry=8, comp...
[03:57:14.207] #8  0x0000556d1a570b65 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[03:57:14.207] #9  0x0000556d1a565baf in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[03:57:13.930] #0  0x00007f5f64cc6ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[03:57:13.930] #1  0x00007f5f64c77fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[03:57:13.930] #2  0x00007f5f64c62472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[03:57:13.930] #3  0x00007f5f6461e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[03:57:13.930] #4  0x00007f5f6462aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[03:57:13.930] #5  0x00007f5f6460db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x555cda911cc0, In...
[03:57:13.930] #6  0x0000555cda88d5eb in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[03:57:13.930] #7  0x0000555cda8bf18a in pg_qsort (data=<optimized out>, n=9971, element_size=element_size@entry=8, comp...
[03:57:13.930] #8  0x0000555cda88fb65 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[03:57:13.930] #9  0x0000555cda884baf in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[03:57:13.659] #0  0x00007ff7caca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[03:57:13.659] #1  0x00007ff7cac5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[03:57:13.659] #2  0x00007ff7cac45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[03:57:13.659] #3  0x00007ff7cae1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[03:57:13.659] #4  0x00007ff7cae2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[03:57:13.659] #5  0x00007ff7cae0db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55ef15293cc0, In...
[03:57:13.659] #6  0x000055ef1520f5eb in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[03:57:13.659] #7  0x000055ef15241060 in pg_qsort (data=<optimized out>, n=4060, element_size=element_size@entry=8, comp...
[03:57:13.659] #8  0x000055ef15211b65 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[03:57:13.659] #9  0x000055ef15206baf in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[03:57:13.396] #0  0x00007fe9058a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[03:57:13.396] #1  0x00007fe90585afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[03:57:13.396] #2  0x00007fe905845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[03:57:13.396] #3  0x00007fe905a1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[03:57:13.396] #4  0x00007fe905a2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[03:57:13.396] #5  0x00007fe905a0db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55747b9d4cc0, In...
[03:57:13.396] #6  0x000055747b9505eb in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[03:57:13.396] #7  0x000055747b98218a in pg_qsort (data=<optimized out>, n=10066, element_size=element_size@entry=8, com...
[03:57:13.396] #8  0x000055747b952b65 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[03:57:13.396] #9  0x000055747b947baf in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[03:57:11.013] #0  0x00007f5e790a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[03:57:11.013] #1  0x00007f5e7905afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[03:57:11.013] #2  0x00007f5e79045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[03:57:11.013] #3  0x00007f5e7921e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[03:57:11.013] #4  0x00007f5e7922aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[03:57:11.013] #5  0x00007f5e7920db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x563f63afecc0, In...
[03:57:11.013] #6  0x0000563f63a7a5eb in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[03:57:11.013] #7  0x0000563f63aac060 in pg_qsort (data=<optimized out>, n=4429, element_size=element_size@entry=8, comp...
[03:57:11.013] #8  0x0000563f63a7cb65 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[03:57:11.013] #9  0x0000563f63a71baf in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[03:57:13.140] #0  0x00007fa4f7ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[03:57:13.140] #1  0x00007fa4f7c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[03:57:13.140] #2  0x00007fa4f7c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[03:57:13.140] #3  0x00007fa4f7e1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[03:57:13.140] #4  0x00007fa4f7e2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[03:57:13.140] #5  0x00007fa4f7e0db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x5592f7c7ecc0, In...
[03:57:13.140] #6  0x00005592f7bfa5eb in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[03:57:13.140] #7  0x00005592f7c2c18a in pg_qsort (data=<optimized out>, n=7608, element_size=element_size@entry=8, comp...
[03:57:13.140] #8  0x00005592f7bfcb65 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[03:57:13.140] #9  0x00005592f7bf1baf in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[03:57:12.880] #0  0x00007f3d1d0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[03:57:12.880] #1  0x00007f3d1d05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[03:57:12.880] #2  0x00007f3d1d045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[03:57:12.880] #3  0x00007f3d1d21e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[03:57:12.880] #4  0x00007f3d1d22aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[03:57:12.880] #5  0x00007f3d1d20db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x5571a74b4cc0, In...
[03:57:12.880] #6  0x00005571a74305eb in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[03:57:12.880] #7  0x00005571a7462060 in pg_qsort (data=<optimized out>, n=4091, element_size=element_size@entry=8, comp...
[03:57:12.880] #8  0x00005571a7432b65 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[03:57:12.880] #9  0x00005571a7427baf in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[03:57:11.278] #0  0x00007f79e94a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[03:57:11.278] #1  0x00007f79e945afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[03:57:11.278] #2  0x00007f79e9445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[03:57:11.278] #3  0x00007f79e961e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[03:57:11.278] #4  0x00007f79e962aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[03:57:11.278] #5  0x00007f79e960db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x565298e63cc0, In...
[03:57:11.278] #6  0x0000565298ddf5eb in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[03:57:11.278] #7  0x0000565298e1118a in pg_qsort (data=<optimized out>, n=9971, element_size=element_size@entry=8, comp...
[03:57:11.278] #8  0x0000565298de1b65 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[03:57:11.278] #9  0x0000565298dd6baf in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[03:57:12.614] #0  0x00007f2554ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[03:57:12.614] #1  0x00007f2554e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[03:57:12.614] #2  0x00007f2554e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[03:57:12.614] #3  0x00007f255501e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[03:57:12.614] #4  0x00007f255502aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[03:57:12.614] #5  0x00007f255500db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55a24590ccc0, In...
[03:57:12.614] #6  0x000055a2458885eb in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[03:57:12.614] #7  0x000055a2458ba18a in pg_qsort (data=<optimized out>, n=4051, element_size=element_size@entry=8, comp...
[03:57:12.614] #8  0x000055a24588ab65 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[03:57:12.614] #9  0x000055a24587fbaf in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[03:57:15.706] #0  0x00007ff3c6aaeda4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[03:57:15.706] #1  0x00007ff3c6a5b239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[03:57:15.706] #2  0x00007ff3c6b16204 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[03:57:15.706] #3  0x00007ff3c6b2885c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[03:57:15.956] #0  0x00007f5bbb0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[03:57:15.979] #0  0x00007f5bbb0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[03:57:15.979] #1  0x00007f5bbb05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[03:57:15.979] #2  0x00007f5bbb045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[03:57:15.979] #3  0x00007f5bbb21e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[03:57:15.979] #4  0x00007f5bbb22aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[03:57:15.979] #5  0x00007f5bbb20db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x558f88e9fcc0, In...
[03:57:15.979] #6  0x0000558f88e1b5eb in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[03:57:15.979] #7  0x0000558f88e4d18a in pg_qsort (data=<optimized out>, n=4003, element_size=element_size@entry=8, comp...
[03:57:15.979] #8  0x0000558f88e1db65 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[03:57:15.979] #9  0x0000558f88e12baf in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
tap
[03:54:40.090](2.602s) not ok 4 - dump from PITR 1
[03:54:41.209](1.118s) not ok 5 - dump from PITR 2
tap
[03:54:49.612](0.420s) not ok 19 - pg_dump: option -n pg_catalog
[03:54:50.512](0.899s) not ok 20 - pg_dumpall: option --exclude-database handles database names with embedded dots
[03:54:51.037](0.254s) not ok 37 - binary_upgrade: pg_dump runs
[03:54:51.057](0.020s) not ok 38 - binary_upgrade: pg_restore runs
tap
[03:54:50.194](1.183s) not ok 1 - parallel dump
[03:54:50.217](0.022s) not ok 2 - parallel restore
[03:54:50.487](0.270s) not ok 3 - parallel dump as inserts
[03:54:50.510](0.022s) not ok 4 - parallel restore as inserts
tap
[03:54:51.743](2.268s) not ok 1 - filter file without patterns
tap
[03:54:53.399](0.472s) not ok 7 - parallel dump
[03:54:53.859](0.379s) not ok 8 - parallel restore
[03:54:53.953](0.094s) not ok 9 - parallel restore with create
tap
[03:53:59.867](3.377s) not ok 6 - dump before running pg_upgrade
[03:54:07.965](4.103s) not ok 14 - run of pg_upgrade for new instance
[03:54:07.965](0.000s) not ok 15 - pg_upgrade_output.d/ removed after pg_upgrade success
[03:54:08.273](0.031s) not ok 16 - check that locales in new cluster match original cluster
[03:54:08.771](0.001s) not ok 18 - old and new dumps match after pg_upgrade
tap
[03:52:51.248](3.573s) not ok 10 - run of pg_upgrade of old cluster
[03:52:51.448](0.199s) not ok 11 - check the slot exists on new cluster
tap
[03:52:52.093](1.958s) not ok 8 - run of pg_upgrade for old instance when the subscription tables are in init/ready stat...
[03:52:52.094](0.000s) not ok 9 - pg_upgrade_output.d/ removed after successful pg_upgrade
[03:52:52.651](0.557s) not ok 10 - check that the subscription's running status and failover are preserved
[03:52:52.711](0.060s) not ok 11 - there should be 2 rows in pg_subscription_rel(representing tab_upgraded1 and tab_upgr...
tap
[03:54:29.901](1.315s) not ok 3 - dump primary server
[03:54:31.022](1.119s) not ok 4 - dump standby server
[03:54:32.161](1.133s) not ok 6 - dump catalogs of primary server
[03:54:32.684](0.522s) not ok 7 - dump catalogs of standby server
[03:54:32.710](0.026s) not ok 8 - compare primary and standby catalog dumps
tap
[03:55:49.740](0.572s) not ok 1 - binary_upgrade: pg_dump runs
test
[03:55:58.469]   6/313 postgresql:pg_upgrade / pg_upgrade/003_logical_slots                            ERROR            ...
[03:55:58.469]   8/313 postgresql:pg_upgrade / pg_upgrade/004_subscription                             ERROR            ...
[03:55:58.469]  83/313 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[03:55:58.469] 144/313 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[03:55:58.469] 155/313 postgresql:pg_combinebackup / pg_combinebackup/002_compare_backups              ERROR            ...
[03:55:58.469] 174/313 postgresql:pg_dump / pg_dump/004_pg_dump_parallel                               ERROR            ...
[03:55:58.469] 175/313 postgresql:pg_dump / pg_dump/002_pg_dump                                        ERROR            ...
[03:55:58.469] 176/313 postgresql:pg_dump / pg_dump/005_pg_dump_filterfile                             ERROR            ...
[03:55:58.469] 191/313 postgresql:pg_dump / pg_dump/010_dump_connstr                                   ERROR            ...
[03:55:58.469] 297/313 postgresql:test_pg_dump / test_pg_dump/001_base                                 ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[03:54:23.877](0.578s) not ok 18 - old and new dumps match after pg_upgrade
tap
[03:55:44.947](0.139s) not ok 5 - compare primary and standby dumps
test
[04:01:31.075]  43/308 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           2...
[04:01:31.075] 109/308 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5334 Support regular expressions with nondeterministic collations
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out /tmp/cirrus-ci-build/build/testrun/postgres...
--- /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out	2024-11-15 02:50:49.430479000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/postgres_fdw-running/regress/results/postgres_fdw.out	2024-11-15 02:56:11.8180190...
@@ -12325,8 +12325,7 @@
   FROM postgres_fdw_get_connections(true);
  case 
 ------
-    1
-(1 row)
+(0 rows)
 
 -- After terminating the remote backend, since the connection is closed,
 -- "closed" should be TRUE, or NULL if the connection status check
@@ -12339,8 +12338,7 @@
   FROM postgres_fdw_get_connections(true);
  case 
 ------
-    1
-(1 row)
+(0 rows)
...
test
[02:56:39.477] 74/76 postgresql:postgres_fdw-running / postgres_fdw-running/regress               ERROR             9.39...
Linux - Debian Bookworm - Meson
core
[03:03:02.354] #0  0x00007fef513bc7b3 in copy_file_range () from /lib/x86_64-linux-gnu/libc.so.6
[03:03:02.354] #1  0x0000557730a18291 in ?? ()
[03:03:02.354] #2  0x0000557730a1c671 in ?? ()
[03:03:02.354] #3  0x0000557730a1d577 in ?? ()
[03:03:02.354] #4  0x0000557730a175bc in ?? ()
[03:03:02.354] #5  0x0000557730a15eda in ?? ()
[03:03:02.354] #6  0x00007fef512e724a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[03:03:02.354] #7  0x00007fef512e7305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
[03:03:02.354] #8  0x0000557730a16171 in ?? ()
[03:03:02.783] #0  0xf7ecf559 in __kernel_vsyscall ()
core
[03:03:02.855] #0  0xf7ecf559 in __kernel_vsyscall ()
[03:03:02.855] #1  0xf680a407 in ?? () from /lib/i386-linux-gnu/libc.so.6
[03:03:02.855] #2  0xf67b9111 in raise () from /lib/i386-linux-gnu/libc.so.6
[03:03:02.855] #3  0xf67a226a in abort () from /lib/i386-linux-gnu/libc.so.6
[03:03:02.855] #4  0xf69c5d4a in __sanitizer::Abort () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_pos...
[03:03:02.855] #5  0xf69d4896 in __sanitizer::Die () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_termi...
[03:03:02.855] #6  0xf69b258c in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=<optimized out>, Pointer=<optimize...
[03:03:02.855] #7  0x56f8ac2f in pg_check_regex_collation (is_similar_to=true) at ../src/backend/regex/regc_pg_locale.c:...
[03:03:02.855] #8  0x56f8afba in pg_regcomp (re=0xff8c0240, string=0x5840f9b0, len=16, flags=27, collation=100) at ../sr...
[03:03:02.855] #9  0x572915d7 in RE_compile_and_cache (text_re=0x5842f998, cflags=27, collation=100) at ../src/backend/u...
core
[03:03:01.103] #0  <unavailable> in ?? ()
core
[03:03:00.094] #0  0xf7edf559 in __kernel_vsyscall ()
[03:03:00.094] #1  0xf681a407 in ?? () from /lib/i386-linux-gnu/libc.so.6
[03:03:00.094] #2  0xf67c9111 in raise () from /lib/i386-linux-gnu/libc.so.6
[03:03:00.094] #3  0xf67b226a in abort () from /lib/i386-linux-gnu/libc.so.6
[03:03:00.094] #4  0xf69d5d4a in __sanitizer::Abort () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_pos...
[03:03:00.094] #5  0xf69e4896 in __sanitizer::Die () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_termi...
[03:03:00.094] #6  0xf69c258c in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=<optimized out>, Pointer=<optimize...
[03:03:00.094] #7  0x57007c2f in pg_check_regex_collation (is_similar_to=true) at ../src/backend/regex/regc_pg_locale.c:...
[03:03:00.094] #8  0x57007fba in pg_regcomp (re=0xffef2b90, string=0x5945ea5c, len=37, flags=3, collation=100) at ../src...
[03:03:00.094] #9  0x5730e5d7 in RE_compile_and_cache (text_re=0x5945ea10, cflags=3, collation=100) at ../src/backend/ut...
core
[03:03:01.103] #0  0x00007f6c936eeda4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[03:03:01.103] #1  0x00007f6c9369b239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[03:03:01.103] #2  0x00007f6c9369b497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[03:03:01.103] #3  0x0000562a4a49f5f3 in ?? ()
[03:03:01.103] #4  0x0000562a4a499369 in ?? ()
[03:03:01.103] #5  0x0000562a4a49820f in ?? ()
[03:03:01.103] #6  0x0000562a4a498c3b in ?? ()
[03:03:01.103] #7  0x0000562a4a49666f in ?? ()
[03:03:01.103] #8  0x00007f6c9368624a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[03:03:01.103] #9  0x00007f6c93686305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[03:03:01.630] #0  0xf7f06559 in __kernel_vsyscall ()
[03:03:01.630] #1  0xf6841407 in ?? () from /lib/i386-linux-gnu/libc.so.6
[03:03:01.630] #2  0xf67f0111 in raise () from /lib/i386-linux-gnu/libc.so.6
[03:03:01.630] #3  0xf67d926a in abort () from /lib/i386-linux-gnu/libc.so.6
[03:03:01.630] #4  0xf69fcd4a in __sanitizer::Abort () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_pos...
[03:03:01.630] #5  0xf6a0b896 in __sanitizer::Die () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_termi...
[03:03:01.630] #6  0xf69e958c in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=<optimized out>, Pointer=<optimize...
[03:03:01.630] #7  0x56f3ac2f in pg_check_regex_collation (is_similar_to=true) at ../src/backend/regex/regc_pg_locale.c:...
[03:03:01.630] #8  0x56f3afba in pg_regcomp (re=0xffe9ac70, string=0x59859c1c, len=37, flags=3, collation=100) at ../src...
[03:03:01.630] #9  0x572415d7 in RE_compile_and_cache (text_re=0x59859bd0, cflags=3, collation=100) at ../src/backend/ut...
core
[03:03:02.085] #0  <unavailable> in ?? ()
core
[03:03:02.085] #0  0xf7fbd559 in __kernel_vsyscall ()
[03:03:02.085] #1  0xf68fd692 in pthread_sigmask () from /lib/i386-linux-gnu/libc.so.6
[03:03:02.085] #2  0xf68a7380 in sigprocmask () from /lib/i386-linux-gnu/libc.so.6
[03:03:02.085] #3  0xf6974085 in ?? () from /lib/i386-linux-gnu/libc.so.6
[03:03:02.085] #4  0xf69917a8 in ?? () from /lib/i386-linux-gnu/libc.so.6
[03:03:02.224] #0  0x00007f55fc613b93 in wait4 () from /lib/x86_64-linux-gnu/libc.so.6
core
[03:02:59.567] #0  0x00007f6c936eeda4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[03:02:59.567] #1  0x00007f6c9369b239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[03:02:59.567] #2  0x00007f6c9369b497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[03:02:59.567] #3  0x0000562a4a49f5c1 in ?? ()
[03:02:59.567] #4  0x0000562a4a499369 in ?? ()
[03:02:59.567] #5  0x0000562a4a49820f in ?? ()
[03:02:59.567] #6  0x0000562a4a498c3b in ?? ()
[03:02:59.567] #7  0x0000562a4a49666f in ?? ()
[03:02:59.567] #8  0x00007f6c9368624a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[03:02:59.567] #9  0x00007f6c93686305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[03:03:02.225] #0  0x00007f55fc613b93 in wait4 () from /lib/x86_64-linux-gnu/libc.so.6
[03:03:02.225] #1  0x00005597c1b5ecc0 in ?? ()
[03:03:02.225] #2  0x00005597c1b5eefa in ?? ()
[03:03:02.225] #3  0x00005597c1b60630 in ?? ()
[03:03:02.225] #4  0x00005597c1b5a371 in ?? ()
[03:03:02.225] #5  0x00005597c1b5920f in ?? ()
[03:03:02.225] #6  0x00005597c1b59c3b in ?? ()
[03:03:02.225] #7  0x00005597c1b5766f in ?? ()
[03:03:02.225] #8  0x00007f55fc56724a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[03:03:02.225] #9  0x00007f55fc567305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[03:03:00.959] #0  0xf7edf559 in __kernel_vsyscall ()
[03:03:00.959] #1  0xf681a407 in ?? () from /lib/i386-linux-gnu/libc.so.6
[03:03:00.959] #2  0xf67c9111 in raise () from /lib/i386-linux-gnu/libc.so.6
[03:03:00.959] #3  0xf67b226a in abort () from /lib/i386-linux-gnu/libc.so.6
[03:03:00.959] #4  0xf69d5d4a in __sanitizer::Abort () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_pos...
[03:03:00.959] #5  0xf69e4896 in __sanitizer::Die () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_termi...
[03:03:00.959] #6  0xf69c258c in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=<optimized out>, Pointer=<optimize...
[03:03:00.959] #7  0x57007c2f in pg_check_regex_collation (is_similar_to=true) at ../src/backend/regex/regc_pg_locale.c:...
[03:03:00.959] #8  0x57007fba in pg_regcomp (re=0xffef2990, string=0x594a7ec4, len=5, flags=19, collation=100) at ../src...
[03:03:00.959] #9  0x5730e5d7 in RE_compile_and_cache (text_re=0x59480098, cflags=19, collation=100) at ../src/backend/u...
core
[03:02:59.418] #0  0xf7edb559 in __kernel_vsyscall ()
[03:02:59.418] #1  0xf6816407 in ?? () from /lib/i386-linux-gnu/libc.so.6
[03:02:59.418] #2  0xf67c5111 in raise () from /lib/i386-linux-gnu/libc.so.6
[03:02:59.418] #3  0xf67ae26a in abort () from /lib/i386-linux-gnu/libc.so.6
[03:02:59.418] #4  0xf69d1d4a in __sanitizer::Abort () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_pos...
[03:02:59.418] #5  0xf69e0896 in __sanitizer::Die () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_termi...
[03:02:59.418] #6  0xf69be58c in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=<optimized out>, Pointer=<optimize...
[03:02:59.418] #7  0x56ff6c2f in pg_check_regex_collation (is_similar_to=true) at ../src/backend/regex/regc_pg_locale.c:...
[03:02:59.418] #8  0x56ff6fba in pg_regcomp (re=0xffb829d0, string=0x599e91dc, len=8, flags=3, collation=100) at ../src/...
[03:02:59.418] #9  0xeaf5e89f in test_re_compile (text_re=text_re@entry=0x599c24c4, cflags=3, collation=collation@entry=...
regress
diff -U3 /tmp/cirrus-ci-build/contrib/citext/expected/citext.out /tmp/cirrus-ci-build/build-32/testrun/citext/regress/re...
--- /tmp/cirrus-ci-build/contrib/citext/expected/citext.out	2024-11-15 02:50:50.569670639 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/citext/regress/results/citext.out	2024-11-15 02:59:37.725136076 +0000
@@ -500,2185 +500,7 @@
 
 -- SIMILAR TO should be case-insensitive.
 SELECT name FROM srt WHERE name SIMILAR TO '%a.*';
- name 
-------
- ABA
-(1 row)
-
-SELECT name FROM srt WHERE name SIMILAR TO '%A.*';
- name 
-------
- ABA
-(1 row)
-
--- Explicit casts.
-SELECT true::citext = 'true' AS t;
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/strings.out /tmp/cirrus-ci-build/build-32/testrun/recovery/027_s...
--- /tmp/cirrus-ci-build/src/test/regress/expected/strings.out	2024-11-15 02:50:52.506022717 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/recovery/027_stream_regress/data/results/strings.out	2024-11-15 02:59:12.82510...
@@ -438,2255 +438,7 @@
 ERROR:  negative substring length not allowed
 -- T581 regular expression substring (with SQL's bizarre regexp syntax)
 SELECT SUBSTRING('abcdefg' SIMILAR 'a#"(b_d)#"%' ESCAPE '#') AS "bcd";
- bcd 
------
- bcd
-(1 row)
-
--- obsolete SQL99 syntax
-SELECT SUBSTRING('abcdefg' FROM 'a#"(b_d)#"%' FOR '#') AS "bcd";
- bcd 
------
- bcd
-(1 row)
-
--- No match should return NULL
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/strings.out /tmp/cirrus-ci-build/build-32/testrun/regress/regres...
--- /tmp/cirrus-ci-build/src/test/regress/expected/strings.out	2024-11-15 02:50:52.506022717 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/regress/regress/results/strings.out	2024-11-15 02:58:31.825049316 +0000
@@ -438,2255 +438,7 @@
 ERROR:  negative substring length not allowed
 -- T581 regular expression substring (with SQL's bizarre regexp syntax)
 SELECT SUBSTRING('abcdefg' SIMILAR 'a#"(b_d)#"%' ESCAPE '#') AS "bcd";
- bcd 
------
- bcd
-(1 row)
-
--- obsolete SQL99 syntax
-SELECT SUBSTRING('abcdefg' FROM 'a#"(b_d)#"%' FOR '#') AS "bcd";
- bcd 
------
- bcd
-(1 row)
-
--- No match should return NULL
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/test_regex/expected/test_regex.out /tmp/cirrus-ci-build/build-32/testrun/...
--- /tmp/cirrus-ci-build/src/test/modules/test_regex/expected/test_regex.out	2024-11-15 02:50:52.366253121 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/test_regex/regress/results/test_regex.out	2024-11-15 02:59:57.185143438 +0000
@@ -1010,4075 +1010,7 @@
 ERROR:  invalid regular expression: invalid character range
 -- expectMatch	9.15 &LP	{[[:<:]]a}	a	a
 select * from test_regex('[[:<:]]a', 'a', 'LP');
-          test_regex           
--------------------------------
- {0,REG_UNONPOSIX,REG_ULOCALE}
- {a}
-(2 rows)
-
-select * from test_regex('[[:<:]]a', 'a', 'LPb');
-          test_regex           
--------------------------------
- {0,REG_UNONPOSIX,REG_ULOCALE}
- {a}
-(2 rows)
-
...
tap
[02:59:20.272](12.223s) not ok 2 - regression tests pass
test
[03:01:46.386]   6/313 postgresql:regress / regress/regress                                            ERROR            ...
[03:01:46.386]  38/313 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[03:01:46.386]  57/313 postgresql:citext / citext/regress                                              ERROR            ...
[03:01:46.386] 128/313 postgresql:test_regex / test_regex/regress                                      ERROR            ...
51/5284 database-specific role memberships
FreeBSD - 13 - Meson
core
[02:37:46.726] #0  0x000008b2e10b823a in copy_file_range () from /lib/libc.so.7
[02:37:46.726] #1  0x000008aabf5233e0 in ?? ()
[02:37:46.726] #2  0x000008aabf52301e in ?? ()
[02:37:46.726] #3  0x000008aabf5228ad in ?? ()
[02:37:46.726] #4  0x000008aabf52233d in ?? ()
[02:37:46.726] #5  0x000008b2e06ad408 in ?? ()
[02:37:46.726] #6  0x0000000000000000 in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/privs_in_db.out /tmp/cirrus-ci-build/build/testrun/regress-runni...
--- /tmp/cirrus-ci-build/src/test/regress/expected/privs_in_db.out	2024-11-15 02:29:59.985311000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress-running/regress/results/privs_in_db.out	2024-11-15 02:36:11.162822000 +00...
@@ -756,9 +756,10 @@
 DROP DATABASE regression_db_0;
 DROP ROLE regress_role_admin;
 SELECT datname FROM pg_database WHERE datname LIKE 'regression_db_%';
- datname 
----------
-(0 rows)
+      datname      
+-------------------
+ regression_dblink
+(1 row)
 
 SELECT rolname FROM pg_roles WHERE rolname LIKE 'regress_role_%';
  rolname 
test
[02:36:33.454] 75/76 postgresql:regress-running / regress-running/regress                         ERROR            27.40...
51/5160 Issues with ON CONFLICT UPDATE and REINDEX CONCURRENTLY
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/reindex_concurrently_upsert.out /tmp/cirrus-ci-...
--- /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/reindex_concurrently_upsert.out	2024-11-15 00:10:28....
+++ /tmp/cirrus-ci-build/build/testrun/injection_points/isolation/results/reindex_concurrently_upsert.out	2024-11-15 00:...
@@ -47,7 +47,6 @@
                        
 (1 row)
 
-step s1_start_upsert: <... completed>
 step s4_wakeup_s2: 
 	SELECT injection_points_wakeup('exec_insert_before_insert_speculative');
 	SELECT injection_points_detach('exec_insert_before_insert_speculative');
@@ -67,17 +66,13 @@
 	SELECT injection_points_wakeup('reindex_relation_concurrently_before_set_dead');
 	SELECT injection_points_detach('reindex_relation_concurrently_before_set_dead');
 
-injection_points_wakeup
------------------------
-                       
-(1 row)
-
...
test
[00:24:57.027] 313/313 postgresql:injection_points / injection_points/isolation                        ERROR           7...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/modules/injection_points/expected/reindex_concurrently_upsert_partitione...
--- C:/cirrus/src/test/modules/injection_points/expected/reindex_concurrently_upsert_partitioned.out	2024-11-15 00:10:45...
+++ C:/cirrus/build/testrun/injection_points/isolation/results/reindex_concurrently_upsert_partitioned.out	2024-11-15 00...
@@ -47,7 +47,6 @@
                        
 (1 row)
 
-step s1_start_upsert: <... completed>
 step s4_wakeup_s2: 
 	SELECT injection_points_wakeup('exec_insert_before_insert_speculative');
 	SELECT injection_points_detach('exec_insert_before_insert_speculative');
@@ -67,103 +66,15 @@
 	SELECT injection_points_wakeup('reindex_relation_concurrently_before_set_dead');
 	SELECT injection_points_detach('reindex_relation_concurrently_before_set_dead');
 
-injection_points_wakeup
------------------------
-                       
-(1 row)
-
...
test
[00:29:28.821] 308/308 postgresql:injection_points / injection_points/isolation                        ERROR           7...
51/5382 Adding compression of temporary files
CompilerWarnings
compiler
[23:56:57.682] buffile.c:624:17: error: ‘cSize’ may be used uninitialized [-Werror=maybe-uninitialized]
51/5114 MergeJoin beats HashJoin in the case of multiple hash clauses
macOS - Sonoma - Meson
tap
[22:57:45.380](0.000s) not ok 277 - pgbench script error: set invalid variable name stderr /(?^:invalid variable name)/
test
[22:58:33.053] 216/313 postgresql:pgbench / pgbench/001_pgbench_with_server                            ERROR            ...
51/5131 add log_transaction GUC setting
FreeBSD - 13 - Meson
tap
[22:47:46.342](1.471s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[22:47:56.935] 294/313 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
Linux - Debian Bookworm - Autoconf
tap
[22:46:57.298](0.853s) not ok 1 - no parameters missing from postgresql.conf.sample
Linux - Debian Bookworm - Meson
tap
[22:48:37.016](0.483s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[22:48:48.227] 292/313 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
macOS - Sonoma - Meson
tap
[22:47:32.286](0.875s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[22:47:43.205] 294/313 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[22:55:49.663](2.445s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[22:56:18.789] 289/308 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
51/5323 Support enabling checksums online
CompilerWarnings
compiler
[22:09:40.666] datachecksumsworker.c:590:67: error: format ‘%d’ expects argument of type ‘int’, but argument 5 has type ...
FreeBSD - 13 - Meson
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
core
[22:24:33.370] #0  0x000000082aa3641a in thr_kill () from /lib/libc.so.7
[22:24:33.370] #1  0x000000082a9afe64 in raise () from /lib/libc.so.7
[22:24:33.370] #2  0x000000082aa606f9 in abort () from /lib/libc.so.7
[22:24:33.370] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:24:33.370] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:24:33.370] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:24:33.370] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:24:33.370] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821378a20) at ../src/backe...
[22:24:33.370] #8  0x00000000007d22ac in main (argc=4, argv=0x821378a20) at ../src/backend/main/main.c:196
[22:24:33.630] #0  0x000000082c61741a in thr_kill () from /lib/libc.so.7
core
[22:24:33.640] #0  0x000000082c61741a in thr_kill () from /lib/libc.so.7
[22:24:33.640] #1  0x000000082c590e64 in raise () from /lib/libc.so.7
[22:24:33.640] #2  0x000000082c6416f9 in abort () from /lib/libc.so.7
[22:24:33.640] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:24:33.640] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:24:33.640] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:24:33.640] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:24:33.640] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8215685c8) at ../src/backe...
[22:24:33.640] #8  0x00000000007d22ac in main (argc=4, argv=0x8215685c8) at ../src/backend/main/main.c:196
[22:24:33.903] #0  0x000000082d4af41a in thr_kill () from /lib/libc.so.7
core
[22:24:33.913] #0  0x000000082d4af41a in thr_kill () from /lib/libc.so.7
[22:24:33.913] #1  0x000000082d428e64 in raise () from /lib/libc.so.7
[22:24:33.913] #2  0x000000082d4d96f9 in abort () from /lib/libc.so.7
[22:24:33.913] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:24:33.913] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:24:33.913] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:24:33.913] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:24:33.913] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8210fc4d0) at ../src/backe...
[22:24:33.913] #8  0x00000000007d22ac in main (argc=4, argv=0x8210fc4d0) at ../src/backend/main/main.c:196
[22:24:34.173] #0  0x00000008282b641a in thr_kill () from /lib/libc.so.7
core
[22:24:34.183] #0  0x00000008282b641a in thr_kill () from /lib/libc.so.7
[22:24:34.183] #1  0x000000082822fe64 in raise () from /lib/libc.so.7
[22:24:34.183] #2  0x00000008282e06f9 in abort () from /lib/libc.so.7
[22:24:34.183] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:24:34.183] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:24:34.183] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:24:34.183] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:24:34.183] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820d83df8) at ../src/backe...
[22:24:34.183] #8  0x00000000007d22ac in main (argc=4, argv=0x820d83df8) at ../src/backend/main/main.c:196
[22:24:34.441] #0  0x000000082b9db41a in thr_kill () from /lib/libc.so.7
core
[22:24:34.451] #0  0x000000082b9db41a in thr_kill () from /lib/libc.so.7
[22:24:34.451] #1  0x000000082b954e64 in raise () from /lib/libc.so.7
[22:24:34.451] #2  0x000000082ba056f9 in abort () from /lib/libc.so.7
[22:24:34.451] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:24:34.451] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:24:34.451] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:24:34.451] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:24:34.451] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82194e228) at ../src/backe...
[22:24:34.451] #8  0x00000000007d22ac in main (argc=4, argv=0x82194e228) at ../src/backend/main/main.c:196
[22:24:34.708] #0  0x000000082b59141a in thr_kill () from /lib/libc.so.7
core
[22:25:22.445] #0  0x000000082da3a41a in thr_kill () from /lib/libc.so.7
[22:25:22.445] #1  0x000000082d9b3e64 in raise () from /lib/libc.so.7
[22:25:22.445] #2  0x000000082da646f9 in abort () from /lib/libc.so.7
[22:25:22.445] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:25:22.445] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:25:22.445] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:25:22.445] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:25:22.445] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820bc0fb0) at ../src/backe...
[22:25:22.445] #8  0x00000000007d22ac in main (argc=4, argv=0x820bc0fb0) at ../src/backend/main/main.c:196
[22:25:22.702] #0  0x000000082d5f941a in thr_kill () from /lib/libc.so.7
core
[22:25:22.711] #0  0x000000082d5f941a in thr_kill () from /lib/libc.so.7
[22:25:22.711] #1  0x000000082d572e64 in raise () from /lib/libc.so.7
[22:25:22.711] #2  0x000000082d6236f9 in abort () from /lib/libc.so.7
[22:25:22.711] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:25:22.711] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:25:22.711] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:25:22.711] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:25:22.711] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820fa5740) at ../src/backe...
[22:25:22.711] #8  0x00000000007d22ac in main (argc=4, argv=0x820fa5740) at ../src/backend/main/main.c:196
[22:25:22.974] #0  0x000000082d4ce41a in thr_kill () from /lib/libc.so.7
core
[22:25:22.984] #0  0x000000082d4ce41a in thr_kill () from /lib/libc.so.7
[22:25:22.984] #1  0x000000082d447e64 in raise () from /lib/libc.so.7
[22:25:22.984] #2  0x000000082d4f86f9 in abort () from /lib/libc.so.7
[22:25:22.984] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:25:22.984] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:25:22.984] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:25:22.984] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:25:22.984] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821748028) at ../src/backe...
[22:25:22.984] #8  0x00000000007d22ac in main (argc=4, argv=0x821748028) at ../src/backend/main/main.c:196
core
[22:24:34.718] #0  0x000000082b59141a in thr_kill () from /lib/libc.so.7
[22:24:34.718] #1  0x000000082b50ae64 in raise () from /lib/libc.so.7
[22:24:34.718] #2  0x000000082b5bb6f9 in abort () from /lib/libc.so.7
[22:24:34.718] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:24:34.718] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:24:34.718] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:24:34.718] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:24:34.719] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82121b880) at ../src/backe...
[22:24:34.719] #8  0x00000000007d22ac in main (argc=4, argv=0x82121b880) at ../src/backend/main/main.c:196
[22:24:34.983] #0  0x000000082c51941a in thr_kill () from /lib/libc.so.7
core
[22:25:07.372] #0  0x0000000829deb41a in thr_kill () from /lib/libc.so.7
[22:25:07.372] #1  0x0000000829d64e64 in raise () from /lib/libc.so.7
[22:25:07.372] #2  0x0000000829e156f9 in abort () from /lib/libc.so.7
[22:25:07.372] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:25:07.372] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:25:07.372] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:25:07.372] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:25:07.372] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x82123e570) at ../src/backe...
[22:25:07.372] #8  0x00000000007d22ac in main (argc=8, argv=0x82123e570) at ../src/backend/main/main.c:196
[22:25:07.626] #0  0x000000082c2ee41a in thr_kill () from /lib/libc.so.7
core
[22:24:34.992] #0  0x000000082c51941a in thr_kill () from /lib/libc.so.7
[22:24:34.992] #1  0x000000082c492e64 in raise () from /lib/libc.so.7
[22:24:34.992] #2  0x000000082c5436f9 in abort () from /lib/libc.so.7
[22:24:34.992] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:24:34.992] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:24:34.992] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:24:34.992] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:24:34.992] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8210334a0) at ../src/backe...
[22:24:34.992] #8  0x00000000007d22ac in main (argc=4, argv=0x8210334a0) at ../src/backend/main/main.c:196
[22:24:35.252] #0  0x000000082baee41a in thr_kill () from /lib/libc.so.7
core
[22:25:07.113] #0  0x0000000829ea541a in thr_kill () from /lib/libc.so.7
[22:25:07.113] #1  0x0000000829e1ee64 in raise () from /lib/libc.so.7
[22:25:07.113] #2  0x0000000829ecf6f9 in abort () from /lib/libc.so.7
[22:25:07.113] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:25:07.113] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:25:07.113] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:25:07.113] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:25:07.114] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821604f90) at ../src/backe...
[22:25:07.114] #8  0x00000000007d22ac in main (argc=8, argv=0x821604f90) at ../src/backend/main/main.c:196
[22:25:07.362] #0  0x0000000829deb41a in thr_kill () from /lib/libc.so.7
core
[22:24:35.261] #0  0x000000082baee41a in thr_kill () from /lib/libc.so.7
[22:24:35.261] #1  0x000000082ba67e64 in raise () from /lib/libc.so.7
[22:24:35.261] #2  0x000000082bb186f9 in abort () from /lib/libc.so.7
[22:24:35.261] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:24:35.261] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:24:35.261] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:24:35.261] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:24:35.261] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821ba79b8) at ../src/backe...
[22:24:35.261] #8  0x00000000007d22ac in main (argc=4, argv=0x821ba79b8) at ../src/backend/main/main.c:196
[22:24:35.518] #0  0x000000082c57a41a in thr_kill () from /lib/libc.so.7
core
[22:24:35.528] #0  0x000000082c57a41a in thr_kill () from /lib/libc.so.7
[22:24:35.528] #1  0x000000082c4f3e64 in raise () from /lib/libc.so.7
[22:24:35.528] #2  0x000000082c5a46f9 in abort () from /lib/libc.so.7
[22:24:35.528] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:24:35.528] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:24:35.528] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:24:35.528] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:24:35.528] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820fed240) at ../src/backe...
[22:24:35.528] #8  0x00000000007d22ac in main (argc=4, argv=0x820fed240) at ../src/backend/main/main.c:196
[22:24:35.780] #0  0x000000082b3ef41a in thr_kill () from /lib/libc.so.7
core
[22:24:35.790] #0  0x000000082b3ef41a in thr_kill () from /lib/libc.so.7
[22:24:35.790] #1  0x000000082b368e64 in raise () from /lib/libc.so.7
[22:24:35.790] #2  0x000000082b4196f9 in abort () from /lib/libc.so.7
[22:24:35.790] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:24:35.790] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:24:35.790] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:24:35.790] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:24:35.790] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8210ef380) at ../src/backe...
[22:24:35.790] #8  0x00000000007d22ac in main (argc=4, argv=0x8210ef380) at ../src/backend/main/main.c:196
[22:24:36.053] #0  0x000000082c35241a in thr_kill () from /lib/libc.so.7
core
[22:24:36.063] #0  0x000000082c35241a in thr_kill () from /lib/libc.so.7
[22:24:36.063] #1  0x000000082c2cbe64 in raise () from /lib/libc.so.7
[22:24:36.063] #2  0x000000082c37c6f9 in abort () from /lib/libc.so.7
[22:24:36.063] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:24:36.063] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:24:36.063] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:24:36.063] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:24:36.063] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8219a1ce0) at ../src/backe...
[22:24:36.063] #8  0x00000000007d22ac in main (argc=4, argv=0x8219a1ce0) at ../src/backend/main/main.c:196
[22:24:36.333] #0  0x000000082bec341a in thr_kill () from /lib/libc.so.7
core
[22:24:36.343] #0  0x000000082bec341a in thr_kill () from /lib/libc.so.7
[22:24:36.343] #1  0x000000082be3ce64 in raise () from /lib/libc.so.7
[22:24:36.343] #2  0x000000082beed6f9 in abort () from /lib/libc.so.7
[22:24:36.343] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:24:36.343] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:24:36.343] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:24:36.343] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:24:36.343] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820e33988) at ../src/backe...
[22:24:36.343] #8  0x00000000007d22ac in main (argc=4, argv=0x820e33988) at ../src/backend/main/main.c:196
[22:24:36.599] #0  0x000000082b5bd41a in thr_kill () from /lib/libc.so.7
core
[22:25:06.854] #0  0x000000082beda41a in thr_kill () from /lib/libc.so.7
[22:25:06.854] #1  0x000000082be53e64 in raise () from /lib/libc.so.7
[22:25:06.854] #2  0x000000082bf046f9 in abort () from /lib/libc.so.7
[22:25:06.854] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:25:06.854] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:25:06.854] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:25:06.854] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:25:06.854] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820bfe608) at ../src/backe...
[22:25:06.854] #8  0x00000000007d22ac in main (argc=8, argv=0x820bfe608) at ../src/backend/main/main.c:196
[22:25:07.104] #0  0x0000000829ea541a in thr_kill () from /lib/libc.so.7
core
[22:24:36.609] #0  0x000000082b5bd41a in thr_kill () from /lib/libc.so.7
[22:24:36.609] #1  0x000000082b536e64 in raise () from /lib/libc.so.7
[22:24:36.609] #2  0x000000082b5e76f9 in abort () from /lib/libc.so.7
[22:24:36.609] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:24:36.609] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:24:36.609] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:24:36.609] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:24:36.609] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821123780) at ../src/backe...
[22:24:36.609] #8  0x00000000007d22ac in main (argc=4, argv=0x821123780) at ../src/backend/main/main.c:196
[22:24:36.871] #0  0x000000082bea541a in thr_kill () from /lib/libc.so.7
core
[22:24:36.881] #0  0x000000082bea541a in thr_kill () from /lib/libc.so.7
[22:24:36.881] #1  0x000000082be1ee64 in raise () from /lib/libc.so.7
[22:24:36.881] #2  0x000000082becf6f9 in abort () from /lib/libc.so.7
[22:24:36.881] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:24:36.881] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:24:36.881] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:24:36.881] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:24:36.881] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820f612a0) at ../src/backe...
[22:24:36.881] #8  0x00000000007d22ac in main (argc=4, argv=0x820f612a0) at ../src/backend/main/main.c:196
[22:24:37.149] #0  0x000000082b16641a in thr_kill () from /lib/libc.so.7
core
[22:24:37.158] #0  0x000000082b16641a in thr_kill () from /lib/libc.so.7
[22:24:37.158] #1  0x000000082b0dfe64 in raise () from /lib/libc.so.7
[22:24:37.158] #2  0x000000082b1906f9 in abort () from /lib/libc.so.7
[22:24:37.158] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:24:37.158] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:24:37.158] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:24:37.158] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:24:37.158] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820bf6498) at ../src/backe...
[22:24:37.158] #8  0x00000000007d22ac in main (argc=4, argv=0x820bf6498) at ../src/backend/main/main.c:196
[22:24:37.424] #0  0x000000082abc041a in thr_kill () from /lib/libc.so.7
core
[22:24:37.434] #0  0x000000082abc041a in thr_kill () from /lib/libc.so.7
[22:24:37.434] #1  0x000000082ab39e64 in raise () from /lib/libc.so.7
[22:24:37.434] #2  0x000000082abea6f9 in abort () from /lib/libc.so.7
[22:24:37.434] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:24:37.434] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:24:37.434] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:24:37.434] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:24:37.434] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821b63260) at ../src/backe...
[22:24:37.434] #8  0x00000000007d22ac in main (argc=4, argv=0x821b63260) at ../src/backend/main/main.c:196
[22:24:37.687] #0  0x000000082bc8b41a in thr_kill () from /lib/libc.so.7
core
[22:24:37.697] #0  0x000000082bc8b41a in thr_kill () from /lib/libc.so.7
[22:24:37.697] #1  0x000000082bc04e64 in raise () from /lib/libc.so.7
[22:24:37.697] #2  0x000000082bcb56f9 in abort () from /lib/libc.so.7
[22:24:37.697] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:24:37.697] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:24:37.697] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:24:37.697] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:24:37.697] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820dc6330) at ../src/backe...
[22:24:37.697] #8  0x00000000007d22ac in main (argc=4, argv=0x820dc6330) at ../src/backend/main/main.c:196
[22:24:37.959] #0  0x000000082bf3a41a in thr_kill () from /lib/libc.so.7
core
[22:24:37.969] #0  0x000000082bf3a41a in thr_kill () from /lib/libc.so.7
[22:24:37.969] #1  0x000000082beb3e64 in raise () from /lib/libc.so.7
[22:24:37.969] #2  0x000000082bf646f9 in abort () from /lib/libc.so.7
[22:24:37.969] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:24:37.969] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:24:37.969] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:24:37.969] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:24:37.970] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821694250) at ../src/backe...
[22:24:37.970] #8  0x00000000007d22ac in main (argc=4, argv=0x821694250) at ../src/backend/main/main.c:196
[22:24:38.231] #0  0x000000082bf5e41a in thr_kill () from /lib/libc.so.7
core
[22:24:38.240] #0  0x000000082bf5e41a in thr_kill () from /lib/libc.so.7
[22:24:38.240] #1  0x000000082bed7e64 in raise () from /lib/libc.so.7
[22:24:38.240] #2  0x000000082bf886f9 in abort () from /lib/libc.so.7
[22:24:38.240] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:24:38.240] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:24:38.240] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:24:38.240] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:24:38.241] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820ef5938) at ../src/backe...
[22:24:38.241] #8  0x00000000007d22ac in main (argc=4, argv=0x820ef5938) at ../src/backend/main/main.c:196
[22:24:38.505] #0  0x000000082c77a41a in thr_kill () from /lib/libc.so.7
core
[22:24:38.514] #0  0x000000082c77a41a in thr_kill () from /lib/libc.so.7
[22:24:38.514] #1  0x000000082c6f3e64 in raise () from /lib/libc.so.7
[22:24:38.514] #2  0x000000082c7a46f9 in abort () from /lib/libc.so.7
[22:24:38.514] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:24:38.514] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:24:38.514] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:24:38.514] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:24:38.515] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821720308) at ../src/backe...
[22:24:38.515] #8  0x00000000007d22ac in main (argc=4, argv=0x821720308) at ../src/backend/main/main.c:196
[22:24:38.784] #0  0x000000082d88841a in thr_kill () from /lib/libc.so.7
core
[22:24:38.794] #0  0x000000082d88841a in thr_kill () from /lib/libc.so.7
[22:24:38.794] #1  0x000000082d801e64 in raise () from /lib/libc.so.7
[22:24:38.794] #2  0x000000082d8b26f9 in abort () from /lib/libc.so.7
[22:24:38.794] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:24:38.794] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:24:38.794] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:24:38.794] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:24:38.794] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821ae8080) at ../src/backe...
[22:24:38.794] #8  0x00000000007d22ac in main (argc=4, argv=0x821ae8080) at ../src/backend/main/main.c:196
[22:24:39.052] #0  0x000000082b8d941a in thr_kill () from /lib/libc.so.7
core
[22:24:39.063] #0  0x000000082b8d941a in thr_kill () from /lib/libc.so.7
[22:24:39.063] #1  0x000000082b852e64 in raise () from /lib/libc.so.7
[22:24:39.063] #2  0x000000082b9036f9 in abort () from /lib/libc.so.7
[22:24:39.063] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:24:39.063] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:24:39.063] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:24:39.063] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:24:39.063] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820fc7140) at ../src/backe...
[22:24:39.063] #8  0x00000000007d22ac in main (argc=4, argv=0x820fc7140) at ../src/backend/main/main.c:196
[22:24:39.320] #0  0x000000082aeee41a in thr_kill () from /lib/libc.so.7
core
[22:24:39.329] #0  0x000000082aeee41a in thr_kill () from /lib/libc.so.7
[22:24:39.329] #1  0x000000082ae67e64 in raise () from /lib/libc.so.7
[22:24:39.329] #2  0x000000082af186f9 in abort () from /lib/libc.so.7
[22:24:39.329] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:24:39.329] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:24:39.329] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:24:39.329] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:24:39.329] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82170acd0) at ../src/backe...
[22:24:39.329] #8  0x00000000007d22ac in main (argc=4, argv=0x82170acd0) at ../src/backend/main/main.c:196
[22:24:39.586] #0  0x000000082d68441a in thr_kill () from /lib/libc.so.7
core
[22:24:39.596] #0  0x000000082d68441a in thr_kill () from /lib/libc.so.7
[22:24:39.596] #1  0x000000082d5fde64 in raise () from /lib/libc.so.7
[22:24:39.596] #2  0x000000082d6ae6f9 in abort () from /lib/libc.so.7
[22:24:39.596] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:24:39.596] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:24:39.596] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:24:39.596] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:24:39.596] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8218db420) at ../src/backe...
[22:24:39.596] #8  0x00000000007d22ac in main (argc=4, argv=0x8218db420) at ../src/backend/main/main.c:196
[22:24:39.847] #0  0x000000082b01641a in thr_kill () from /lib/libc.so.7
core
[22:24:39.856] #0  0x000000082b01641a in thr_kill () from /lib/libc.so.7
[22:24:39.856] #1  0x000000082af8fe64 in raise () from /lib/libc.so.7
[22:24:39.856] #2  0x000000082b0406f9 in abort () from /lib/libc.so.7
[22:24:39.856] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:24:39.856] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:24:39.856] #5  0x000000000089bcc5 in process_pm_child_exit () at ../src/backend/postmaster/postmaster.c:2523
[22:24:39.856] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1654
[22:24:39.856] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820cde888) at ../src/backe...
[22:24:39.856] #8  0x00000000007d22ac in main (argc=4, argv=0x820cde888) at ../src/backend/main/main.c:196
[22:24:40.110] #0  0x000000082c8f641a in thr_kill () from /lib/libc.so.7
core
[22:24:40.119] #0  0x000000082c8f641a in thr_kill () from /lib/libc.so.7
[22:24:40.119] #1  0x000000082c86fe64 in raise () from /lib/libc.so.7
[22:24:40.119] #2  0x000000082c9206f9 in abort () from /lib/libc.so.7
[22:24:40.119] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:24:40.119] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:24:40.119] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:24:40.119] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:24:40.119] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821a4bf80) at ../src/backe...
[22:24:40.119] #8  0x00000000007d22ac in main (argc=4, argv=0x821a4bf80) at ../src/backend/main/main.c:196
[22:24:40.378] #0  0x000000082dda841a in thr_kill () from /lib/libc.so.7
core
[22:24:40.387] #0  0x000000082dda841a in thr_kill () from /lib/libc.so.7
[22:24:40.387] #1  0x000000082dd21e64 in raise () from /lib/libc.so.7
[22:24:40.387] #2  0x000000082ddd26f9 in abort () from /lib/libc.so.7
[22:24:40.387] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:24:40.387] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:24:40.387] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:24:40.387] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:24:40.387] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8215c6db0) at ../src/backe...
[22:24:40.387] #8  0x00000000007d22ac in main (argc=4, argv=0x8215c6db0) at ../src/backend/main/main.c:196
[22:24:40.640] #0  0x000000082a6f441a in thr_kill () from /lib/libc.so.7
core
[22:24:40.649] #0  0x000000082a6f441a in thr_kill () from /lib/libc.so.7
[22:24:40.649] #1  0x000000082a66de64 in raise () from /lib/libc.so.7
[22:24:40.649] #2  0x000000082a71e6f9 in abort () from /lib/libc.so.7
[22:24:40.649] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:24:40.649] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:24:40.649] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:24:40.649] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:24:40.649] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8213c5570) at ../src/backe...
[22:24:40.649] #8  0x00000000007d22ac in main (argc=4, argv=0x8213c5570) at ../src/backend/main/main.c:196
[22:24:40.908] #0  0x000000082dd2541a in thr_kill () from /lib/libc.so.7
core
[22:24:40.917] #0  0x000000082dd2541a in thr_kill () from /lib/libc.so.7
[22:24:40.917] #1  0x000000082dc9ee64 in raise () from /lib/libc.so.7
[22:24:40.917] #2  0x000000082dd4f6f9 in abort () from /lib/libc.so.7
[22:24:40.917] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:24:40.917] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:24:40.917] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:24:40.917] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:24:40.917] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821ac71a8) at ../src/backe...
[22:24:40.917] #8  0x00000000007d22ac in main (argc=4, argv=0x821ac71a8) at ../src/backend/main/main.c:196
[22:24:41.171] #0  0x000000082a25841a in thr_kill () from /lib/libc.so.7
core
[22:24:41.180] #0  0x000000082a25841a in thr_kill () from /lib/libc.so.7
[22:24:41.180] #1  0x000000082a1d1e64 in raise () from /lib/libc.so.7
[22:24:41.180] #2  0x000000082a2826f9 in abort () from /lib/libc.so.7
[22:24:41.180] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:24:41.180] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:24:41.180] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:24:41.180] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:24:41.181] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8219f2398) at ../src/backe...
[22:24:41.181] #8  0x00000000007d22ac in main (argc=4, argv=0x8219f2398) at ../src/backend/main/main.c:196
[22:24:41.430] #0  0x000000082cd6d41a in thr_kill () from /lib/libc.so.7
core
[22:24:41.439] #0  0x000000082cd6d41a in thr_kill () from /lib/libc.so.7
[22:24:41.439] #1  0x000000082cce6e64 in raise () from /lib/libc.so.7
[22:24:41.439] #2  0x000000082cd976f9 in abort () from /lib/libc.so.7
[22:24:41.439] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:24:41.439] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:24:41.439] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:24:41.439] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:24:41.439] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8218b8d18) at ../src/backe...
[22:24:41.439] #8  0x00000000007d22ac in main (argc=4, argv=0x8218b8d18) at ../src/backend/main/main.c:196
[22:24:41.689] #0  0x000000082984041a in thr_kill () from /lib/libc.so.7
core
[22:25:06.591] #0  0x000000082b12d41a in thr_kill () from /lib/libc.so.7
[22:25:06.591] #1  0x000000082b0a6e64 in raise () from /lib/libc.so.7
[22:25:06.591] #2  0x000000082b1576f9 in abort () from /lib/libc.so.7
[22:25:06.591] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:25:06.591] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:25:06.591] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:25:06.591] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:25:06.591] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x82159d838) at ../src/backe...
[22:25:06.591] #8  0x00000000007d22ac in main (argc=8, argv=0x82159d838) at ../src/backend/main/main.c:196
[22:25:06.845] #0  0x000000082beda41a in thr_kill () from /lib/libc.so.7
core
[22:24:41.698] #0  0x000000082984041a in thr_kill () from /lib/libc.so.7
[22:24:41.698] #1  0x00000008297b9e64 in raise () from /lib/libc.so.7
[22:24:41.698] #2  0x000000082986a6f9 in abort () from /lib/libc.so.7
[22:24:41.698] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:24:41.698] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:24:41.698] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:24:41.698] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:24:41.698] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820d8cc10) at ../src/backe...
[22:24:41.698] #8  0x00000000007d22ac in main (argc=4, argv=0x820d8cc10) at ../src/backend/main/main.c:196
[22:24:41.944] #0  0x000000082a71d41a in thr_kill () from /lib/libc.so.7
core
[22:24:41.953] #0  0x000000082a71d41a in thr_kill () from /lib/libc.so.7
[22:24:41.953] #1  0x000000082a696e64 in raise () from /lib/libc.so.7
[22:24:41.953] #2  0x000000082a7476f9 in abort () from /lib/libc.so.7
[22:24:41.953] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:24:41.953] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:24:41.953] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:24:41.953] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:24:41.953] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82107f690) at ../src/backe...
[22:24:41.953] #8  0x00000000007d22ac in main (argc=4, argv=0x82107f690) at ../src/backend/main/main.c:196
[22:24:42.199] #0  0x000000082cb3e41a in thr_kill () from /lib/libc.so.7
core
[22:24:42.208] #0  0x000000082cb3e41a in thr_kill () from /lib/libc.so.7
[22:24:42.208] #1  0x000000082cab7e64 in raise () from /lib/libc.so.7
[22:24:42.208] #2  0x000000082cb686f9 in abort () from /lib/libc.so.7
[22:24:42.208] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:24:42.208] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:24:42.208] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:24:42.208] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:24:42.209] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821563b50) at ../src/backe...
[22:24:42.209] #8  0x00000000007d22ac in main (argc=4, argv=0x821563b50) at ../src/backend/main/main.c:196
[22:24:42.453] #0  0x000000082c7cb41a in thr_kill () from /lib/libc.so.7
core
[22:24:42.463] #0  0x000000082c7cb41a in thr_kill () from /lib/libc.so.7
[22:24:42.463] #1  0x000000082c744e64 in raise () from /lib/libc.so.7
[22:24:42.463] #2  0x000000082c7f56f9 in abort () from /lib/libc.so.7
[22:24:42.463] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:24:42.463] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:24:42.463] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:24:42.463] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:24:42.463] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8216ace58) at ../src/backe...
[22:24:42.463] #8  0x00000000007d22ac in main (argc=4, argv=0x8216ace58) at ../src/backend/main/main.c:196
[22:24:42.709] #0  0x000000082cd8b41a in thr_kill () from /lib/libc.so.7
core
[22:24:42.718] #0  0x000000082cd8b41a in thr_kill () from /lib/libc.so.7
[22:24:42.718] #1  0x000000082cd04e64 in raise () from /lib/libc.so.7
[22:24:42.718] #2  0x000000082cdb56f9 in abort () from /lib/libc.so.7
[22:24:42.718] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:24:42.718] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:24:42.718] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:24:42.718] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:24:42.719] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82172e708) at ../src/backe...
[22:24:42.719] #8  0x00000000007d22ac in main (argc=4, argv=0x82172e708) at ../src/backend/main/main.c:196
[22:24:42.963] #0  0x000000082ba7b41a in thr_kill () from /lib/libc.so.7
core
[22:24:42.972] #0  0x000000082ba7b41a in thr_kill () from /lib/libc.so.7
[22:24:42.972] #1  0x000000082b9f4e64 in raise () from /lib/libc.so.7
[22:24:42.972] #2  0x000000082baa56f9 in abort () from /lib/libc.so.7
[22:24:42.972] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:24:42.972] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:24:42.972] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:24:42.972] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:24:42.972] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82129af20) at ../src/backe...
[22:24:42.972] #8  0x00000000007d22ac in main (argc=4, argv=0x82129af20) at ../src/backend/main/main.c:196
[22:24:43.215] #0  0x000000082cbc941a in thr_kill () from /lib/libc.so.7
core
[22:24:43.224] #0  0x000000082cbc941a in thr_kill () from /lib/libc.so.7
[22:24:43.224] #1  0x000000082cb42e64 in raise () from /lib/libc.so.7
[22:24:43.224] #2  0x000000082cbf36f9 in abort () from /lib/libc.so.7
[22:24:43.224] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:24:43.224] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:24:43.224] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:24:43.224] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:24:43.224] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8218fc170) at ../src/backe...
[22:24:43.224] #8  0x00000000007d22ac in main (argc=4, argv=0x8218fc170) at ../src/backend/main/main.c:196
[22:24:43.471] #0  0x000000082c79441a in thr_kill () from /lib/libc.so.7
core
[22:24:43.481] #0  0x000000082c79441a in thr_kill () from /lib/libc.so.7
[22:24:43.481] #1  0x000000082c70de64 in raise () from /lib/libc.so.7
[22:24:43.481] #2  0x000000082c7be6f9 in abort () from /lib/libc.so.7
[22:24:43.481] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:24:43.481] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:24:43.481] #5  0x000000000089bcc5 in process_pm_child_exit () at ../src/backend/postmaster/postmaster.c:2523
[22:24:43.481] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1654
[22:24:43.481] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821031b98) at ../src/backe...
[22:24:43.481] #8  0x00000000007d22ac in main (argc=4, argv=0x821031b98) at ../src/backend/main/main.c:196
[22:24:43.728] #0  0x000000082aee941a in thr_kill () from /lib/libc.so.7
core
[22:24:43.738] #0  0x000000082aee941a in thr_kill () from /lib/libc.so.7
[22:24:43.738] #1  0x000000082ae62e64 in raise () from /lib/libc.so.7
[22:24:43.738] #2  0x000000082af136f9 in abort () from /lib/libc.so.7
[22:24:43.738] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:24:43.738] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:24:43.738] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:24:43.738] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:24:43.738] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820f5ab20) at ../src/backe...
[22:24:43.738] #8  0x00000000007d22ac in main (argc=4, argv=0x820f5ab20) at ../src/backend/main/main.c:196
[22:24:43.985] #0  0x000000082d31441a in thr_kill () from /lib/libc.so.7
core
[22:24:43.994] #0  0x000000082d31441a in thr_kill () from /lib/libc.so.7
[22:24:43.994] #1  0x000000082d28de64 in raise () from /lib/libc.so.7
[22:24:43.994] #2  0x000000082d33e6f9 in abort () from /lib/libc.so.7
[22:24:43.994] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:24:43.994] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:24:43.994] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:24:43.994] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:24:43.994] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8217a8720) at ../src/backe...
[22:24:43.994] #8  0x00000000007d22ac in main (argc=4, argv=0x8217a8720) at ../src/backend/main/main.c:196
[22:24:44.241] #0  0x000000082c79541a in thr_kill () from /lib/libc.so.7
core
[22:24:44.251] #0  0x000000082c79541a in thr_kill () from /lib/libc.so.7
[22:24:44.251] #1  0x000000082c70ee64 in raise () from /lib/libc.so.7
[22:24:44.251] #2  0x000000082c7bf6f9 in abort () from /lib/libc.so.7
[22:24:44.251] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:24:44.251] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:24:44.251] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:24:44.251] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:24:44.251] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821a27f28) at ../src/backe...
[22:24:44.251] #8  0x00000000007d22ac in main (argc=4, argv=0x821a27f28) at ../src/backend/main/main.c:196
[22:24:44.499] #0  0x000000082b5b841a in thr_kill () from /lib/libc.so.7
core
[22:24:44.509] #0  0x000000082b5b841a in thr_kill () from /lib/libc.so.7
[22:24:44.509] #1  0x000000082b531e64 in raise () from /lib/libc.so.7
[22:24:44.509] #2  0x000000082b5e26f9 in abort () from /lib/libc.so.7
[22:24:44.509] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:24:44.509] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:24:44.509] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:24:44.509] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:24:44.509] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820fcf6f0) at ../src/backe...
[22:24:44.509] #8  0x00000000007d22ac in main (argc=4, argv=0x820fcf6f0) at ../src/backend/main/main.c:196
[22:24:44.760] #0  0x000000082b6a441a in thr_kill () from /lib/libc.so.7
core
[22:24:44.769] #0  0x000000082b6a441a in thr_kill () from /lib/libc.so.7
[22:24:44.769] #1  0x000000082b61de64 in raise () from /lib/libc.so.7
[22:24:44.769] #2  0x000000082b6ce6f9 in abort () from /lib/libc.so.7
[22:24:44.769] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:24:44.769] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:24:44.769] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:24:44.769] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:24:44.769] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820dec280) at ../src/backe...
[22:24:44.769] #8  0x00000000007d22ac in main (argc=4, argv=0x820dec280) at ../src/backend/main/main.c:196
[22:24:45.018] #0  0x000000082b11b41a in thr_kill () from /lib/libc.so.7
core
[22:24:45.027] #0  0x000000082b11b41a in thr_kill () from /lib/libc.so.7
[22:24:45.027] #1  0x000000082b094e64 in raise () from /lib/libc.so.7
[22:24:45.027] #2  0x000000082b1456f9 in abort () from /lib/libc.so.7
[22:24:45.027] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:24:45.027] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:24:45.027] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:24:45.027] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:24:45.027] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8219316b0) at ../src/backe...
[22:24:45.027] #8  0x00000000007d22ac in main (argc=4, argv=0x8219316b0) at ../src/backend/main/main.c:196
[22:24:45.277] #0  0x000000082ab3841a in thr_kill () from /lib/libc.so.7
core
[22:24:45.286] #0  0x000000082ab3841a in thr_kill () from /lib/libc.so.7
[22:24:45.286] #1  0x000000082aab1e64 in raise () from /lib/libc.so.7
[22:24:45.286] #2  0x000000082ab626f9 in abort () from /lib/libc.so.7
[22:24:45.286] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:24:45.286] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:24:45.286] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:24:45.286] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:24:45.286] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8216694e0) at ../src/backe...
[22:24:45.286] #8  0x00000000007d22ac in main (argc=4, argv=0x8216694e0) at ../src/backend/main/main.c:196
[22:24:45.537] #0  0x000000082d4b741a in thr_kill () from /lib/libc.so.7
core
[22:24:45.546] #0  0x000000082d4b741a in thr_kill () from /lib/libc.so.7
[22:24:45.546] #1  0x000000082d430e64 in raise () from /lib/libc.so.7
[22:24:45.546] #2  0x000000082d4e16f9 in abort () from /lib/libc.so.7
[22:24:45.546] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:24:45.546] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:24:45.546] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:24:45.546] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:24:45.547] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821a242c0) at ../src/backe...
[22:24:45.547] #8  0x00000000007d22ac in main (argc=4, argv=0x821a242c0) at ../src/backend/main/main.c:196
[22:24:45.808] #0  0x000000082a59541a in thr_kill () from /lib/libc.so.7
core
[22:24:45.817] #0  0x000000082a59541a in thr_kill () from /lib/libc.so.7
[22:24:45.817] #1  0x000000082a50ee64 in raise () from /lib/libc.so.7
[22:24:45.817] #2  0x000000082a5bf6f9 in abort () from /lib/libc.so.7
[22:24:45.817] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:24:45.817] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:24:45.817] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:24:45.817] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:24:45.817] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820bd0dc0) at ../src/backe...
[22:24:45.817] #8  0x00000000007d22ac in main (argc=4, argv=0x820bd0dc0) at ../src/backend/main/main.c:196
[22:24:46.078] #0  0x000000082c3dc41a in thr_kill () from /lib/libc.so.7
core
[22:24:46.087] #0  0x000000082c3dc41a in thr_kill () from /lib/libc.so.7
[22:24:46.087] #1  0x000000082c355e64 in raise () from /lib/libc.so.7
[22:24:46.087] #2  0x000000082c4066f9 in abort () from /lib/libc.so.7
[22:24:46.087] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:24:46.087] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:24:46.087] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:24:46.087] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:24:46.087] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821b2b8b8) at ../src/backe...
[22:24:46.087] #8  0x00000000007d22ac in main (argc=4, argv=0x821b2b8b8) at ../src/backend/main/main.c:196
[22:24:46.345] #0  0x000000082b7db41a in thr_kill () from /lib/libc.so.7
core
[22:24:46.354] #0  0x000000082b7db41a in thr_kill () from /lib/libc.so.7
[22:24:46.354] #1  0x000000082b754e64 in raise () from /lib/libc.so.7
[22:24:46.354] #2  0x000000082b8056f9 in abort () from /lib/libc.so.7
[22:24:46.354] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:24:46.354] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:24:46.354] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:24:46.354] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:24:46.354] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82166fbe0) at ../src/backe...
[22:24:46.354] #8  0x00000000007d22ac in main (argc=4, argv=0x82166fbe0) at ../src/backend/main/main.c:196
[22:24:46.603] #0  0x000000082965c41a in thr_kill () from /lib/libc.so.7
core
[22:24:46.613] #0  0x000000082965c41a in thr_kill () from /lib/libc.so.7
[22:24:46.613] #1  0x00000008295d5e64 in raise () from /lib/libc.so.7
[22:24:46.613] #2  0x00000008296866f9 in abort () from /lib/libc.so.7
[22:24:46.613] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:24:46.613] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:24:46.613] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:24:46.613] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:24:46.613] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821175a78) at ../src/backe...
[22:24:46.613] #8  0x00000000007d22ac in main (argc=4, argv=0x821175a78) at ../src/backend/main/main.c:196
[22:24:46.863] #0  0x000000082c24d41a in thr_kill () from /lib/libc.so.7
core
[22:24:46.873] #0  0x000000082c24d41a in thr_kill () from /lib/libc.so.7
[22:24:46.873] #1  0x000000082c1c6e64 in raise () from /lib/libc.so.7
[22:24:46.873] #2  0x000000082c2776f9 in abort () from /lib/libc.so.7
[22:24:46.873] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:24:46.873] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:24:46.873] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:24:46.873] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:24:46.873] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8218e5f88) at ../src/backe...
[22:24:46.873] #8  0x00000000007d22ac in main (argc=4, argv=0x8218e5f88) at ../src/backend/main/main.c:196
[22:24:47.127] #0  0x000000082c79e41a in thr_kill () from /lib/libc.so.7
core
[22:24:47.136] #0  0x000000082c79e41a in thr_kill () from /lib/libc.so.7
[22:24:47.136] #1  0x000000082c717e64 in raise () from /lib/libc.so.7
[22:24:47.136] #2  0x000000082c7c86f9 in abort () from /lib/libc.so.7
[22:24:47.136] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:24:47.136] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:24:47.136] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:24:47.136] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:24:47.136] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8219a05a8) at ../src/backe...
[22:24:47.136] #8  0x00000000007d22ac in main (argc=4, argv=0x8219a05a8) at ../src/backend/main/main.c:196
[22:24:47.391] #0  0x000000082c2b441a in thr_kill () from /lib/libc.so.7
core
[22:24:47.400] #0  0x000000082c2b441a in thr_kill () from /lib/libc.so.7
[22:24:47.400] #1  0x000000082c22de64 in raise () from /lib/libc.so.7
[22:24:47.400] #2  0x000000082c2de6f9 in abort () from /lib/libc.so.7
[22:24:47.400] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:24:47.400] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:24:47.400] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:24:47.400] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:24:47.400] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82138c350) at ../src/backe...
[22:24:47.400] #8  0x00000000007d22ac in main (argc=4, argv=0x82138c350) at ../src/backend/main/main.c:196
[22:24:47.652] #0  0x000000082c35641a in thr_kill () from /lib/libc.so.7
core
[22:24:47.661] #0  0x000000082c35641a in thr_kill () from /lib/libc.so.7
[22:24:47.661] #1  0x000000082c2cfe64 in raise () from /lib/libc.so.7
[22:24:47.661] #2  0x000000082c3806f9 in abort () from /lib/libc.so.7
[22:24:47.661] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:24:47.661] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:24:47.661] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:24:47.661] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:24:47.661] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82173c2f0) at ../src/backe...
[22:24:47.661] #8  0x00000000007d22ac in main (argc=4, argv=0x82173c2f0) at ../src/backend/main/main.c:196
[22:24:47.911] #0  0x000000082aad841a in thr_kill () from /lib/libc.so.7
core
[22:24:47.920] #0  0x000000082aad841a in thr_kill () from /lib/libc.so.7
[22:24:47.920] #1  0x000000082aa51e64 in raise () from /lib/libc.so.7
[22:24:47.920] #2  0x000000082ab026f9 in abort () from /lib/libc.so.7
[22:24:47.920] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:24:47.920] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:24:47.920] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:24:47.920] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:24:47.920] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820fa52d8) at ../src/backe...
[22:24:47.920] #8  0x00000000007d22ac in main (argc=4, argv=0x820fa52d8) at ../src/backend/main/main.c:196
[22:24:48.171] #0  0x000000082cabb41a in thr_kill () from /lib/libc.so.7
core
[22:24:48.180] #0  0x000000082cabb41a in thr_kill () from /lib/libc.so.7
[22:24:48.180] #1  0x000000082ca34e64 in raise () from /lib/libc.so.7
[22:24:48.180] #2  0x000000082cae56f9 in abort () from /lib/libc.so.7
[22:24:48.180] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:24:48.180] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:24:48.180] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:24:48.180] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:24:48.181] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82100a530) at ../src/backe...
[22:24:48.181] #8  0x00000000007d22ac in main (argc=4, argv=0x82100a530) at ../src/backend/main/main.c:196
[22:24:48.432] #0  0x000000082a31941a in thr_kill () from /lib/libc.so.7
core
[22:24:48.441] #0  0x000000082a31941a in thr_kill () from /lib/libc.so.7
[22:24:48.441] #1  0x000000082a292e64 in raise () from /lib/libc.so.7
[22:24:48.441] #2  0x000000082a3436f9 in abort () from /lib/libc.so.7
[22:24:48.441] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:24:48.441] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:24:48.441] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:24:48.441] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:24:48.442] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820bad168) at ../src/backe...
[22:24:48.442] #8  0x00000000007d22ac in main (argc=4, argv=0x820bad168) at ../src/backend/main/main.c:196
[22:24:48.701] #0  0x000000082d8de41a in thr_kill () from /lib/libc.so.7
core
[22:24:48.711] #0  0x000000082d8de41a in thr_kill () from /lib/libc.so.7
[22:24:48.711] #1  0x000000082d857e64 in raise () from /lib/libc.so.7
[22:24:48.711] #2  0x000000082d9086f9 in abort () from /lib/libc.so.7
[22:24:48.711] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:24:48.711] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:24:48.711] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:24:48.711] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:24:48.711] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82127a120) at ../src/backe...
[22:24:48.711] #8  0x00000000007d22ac in main (argc=4, argv=0x82127a120) at ../src/backend/main/main.c:196
[22:24:48.963] #0  0x000000082aeb941a in thr_kill () from /lib/libc.so.7
core
[22:24:48.973] #0  0x000000082aeb941a in thr_kill () from /lib/libc.so.7
[22:24:48.973] #1  0x000000082ae32e64 in raise () from /lib/libc.so.7
[22:24:48.973] #2  0x000000082aee36f9 in abort () from /lib/libc.so.7
[22:24:48.973] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:24:48.973] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:24:48.973] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:24:48.973] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:24:48.973] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821077858) at ../src/backe...
[22:24:48.973] #8  0x00000000007d22ac in main (argc=4, argv=0x821077858) at ../src/backend/main/main.c:196
[22:24:49.221] #0  0x000000082da6f41a in thr_kill () from /lib/libc.so.7
core
[22:24:49.230] #0  0x000000082da6f41a in thr_kill () from /lib/libc.so.7
[22:24:49.230] #1  0x000000082d9e8e64 in raise () from /lib/libc.so.7
[22:24:49.230] #2  0x000000082da996f9 in abort () from /lib/libc.so.7
[22:24:49.230] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:24:49.230] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:24:49.230] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:24:49.230] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:24:49.230] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82161e308) at ../src/backe...
[22:24:49.230] #8  0x00000000007d22ac in main (argc=4, argv=0x82161e308) at ../src/backend/main/main.c:196
[22:24:49.479] #0  0x000000082a54941a in thr_kill () from /lib/libc.so.7
core
[22:24:49.488] #0  0x000000082a54941a in thr_kill () from /lib/libc.so.7
[22:24:49.488] #1  0x000000082a4c2e64 in raise () from /lib/libc.so.7
[22:24:49.488] #2  0x000000082a5736f9 in abort () from /lib/libc.so.7
[22:24:49.488] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:24:49.488] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:24:49.488] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:24:49.488] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:24:49.488] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x82172d090) at ../src/backe...
[22:24:49.488] #8  0x00000000007d22ac in main (argc=8, argv=0x82172d090) at ../src/backend/main/main.c:196
[22:24:49.736] #0  0x000000082da8341a in thr_kill () from /lib/libc.so.7
core
[22:24:49.745] #0  0x000000082da8341a in thr_kill () from /lib/libc.so.7
[22:24:49.745] #1  0x000000082d9fce64 in raise () from /lib/libc.so.7
[22:24:49.745] #2  0x000000082daad6f9 in abort () from /lib/libc.so.7
[22:24:49.745] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:24:49.745] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:24:49.745] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:24:49.745] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:24:49.745] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821a87b28) at ../src/backe...
[22:24:49.745] #8  0x00000000007d22ac in main (argc=4, argv=0x821a87b28) at ../src/backend/main/main.c:196
[22:24:49.999] #0  0x000000082c0d041a in thr_kill () from /lib/libc.so.7
core
[22:24:50.008] #0  0x000000082c0d041a in thr_kill () from /lib/libc.so.7
[22:24:50.008] #1  0x000000082c049e64 in raise () from /lib/libc.so.7
[22:24:50.008] #2  0x000000082c0fa6f9 in abort () from /lib/libc.so.7
[22:24:50.008] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:24:50.008] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:24:50.008] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:24:50.008] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:24:50.009] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821b90c80) at ../src/backe...
[22:24:50.009] #8  0x00000000007d22ac in main (argc=4, argv=0x821b90c80) at ../src/backend/main/main.c:196
[22:24:50.260] #0  0x000000082b86541a in thr_kill () from /lib/libc.so.7
core
[22:24:50.270] #0  0x000000082b86541a in thr_kill () from /lib/libc.so.7
[22:24:50.270] #1  0x000000082b7dee64 in raise () from /lib/libc.so.7
[22:24:50.270] #2  0x000000082b88f6f9 in abort () from /lib/libc.so.7
[22:24:50.270] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:24:50.270] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:24:50.270] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:24:50.270] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:24:50.270] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8217962a8) at ../src/backe...
[22:24:50.270] #8  0x00000000007d22ac in main (argc=4, argv=0x8217962a8) at ../src/backend/main/main.c:196
[22:24:50.517] #0  0x000000082bbf141a in thr_kill () from /lib/libc.so.7
core
[22:24:50.527] #0  0x000000082bbf141a in thr_kill () from /lib/libc.so.7
[22:24:50.527] #1  0x000000082bb6ae64 in raise () from /lib/libc.so.7
[22:24:50.527] #2  0x000000082bc1b6f9 in abort () from /lib/libc.so.7
[22:24:50.527] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:24:50.527] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:24:50.527] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:24:50.527] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:24:50.527] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821297e10) at ../src/backe...
[22:24:50.527] #8  0x00000000007d22ac in main (argc=4, argv=0x821297e10) at ../src/backend/main/main.c:196
[22:24:50.775] #0  0x000000082bb2541a in thr_kill () from /lib/libc.so.7
core
[22:24:50.784] #0  0x000000082bb2541a in thr_kill () from /lib/libc.so.7
[22:24:50.784] #1  0x000000082ba9ee64 in raise () from /lib/libc.so.7
[22:24:50.784] #2  0x000000082bb4f6f9 in abort () from /lib/libc.so.7
[22:24:50.784] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:24:50.784] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:24:50.784] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:24:50.784] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:24:50.784] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8214760a0) at ../src/backe...
[22:24:50.784] #8  0x00000000007d22ac in main (argc=4, argv=0x8214760a0) at ../src/backend/main/main.c:196
[22:24:51.034] #0  0x000000082c3cb41a in thr_kill () from /lib/libc.so.7
core
[22:24:51.043] #0  0x000000082c3cb41a in thr_kill () from /lib/libc.so.7
[22:24:51.043] #1  0x000000082c344e64 in raise () from /lib/libc.so.7
[22:24:51.043] #2  0x000000082c3f56f9 in abort () from /lib/libc.so.7
[22:24:51.043] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:24:51.043] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:24:51.043] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:24:51.043] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:24:51.043] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820dba598) at ../src/backe...
[22:24:51.043] #8  0x00000000007d22ac in main (argc=4, argv=0x820dba598) at ../src/backend/main/main.c:196
[22:24:51.297] #0  0x000000082d9d241a in thr_kill () from /lib/libc.so.7
core
[22:24:51.306] #0  0x000000082d9d241a in thr_kill () from /lib/libc.so.7
[22:24:51.306] #1  0x000000082d94be64 in raise () from /lib/libc.so.7
[22:24:51.306] #2  0x000000082d9fc6f9 in abort () from /lib/libc.so.7
[22:24:51.306] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:24:51.306] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:24:51.306] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:24:51.306] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:24:51.307] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821b636b0) at ../src/backe...
[22:24:51.307] #8  0x00000000007d22ac in main (argc=4, argv=0x821b636b0) at ../src/backend/main/main.c:196
[22:24:51.552] #0  0x000000082a29841a in thr_kill () from /lib/libc.so.7
core
[22:24:51.562] #0  0x000000082a29841a in thr_kill () from /lib/libc.so.7
[22:24:51.562] #1  0x000000082a211e64 in raise () from /lib/libc.so.7
[22:24:51.562] #2  0x000000082a2c26f9 in abort () from /lib/libc.so.7
[22:24:51.562] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:24:51.562] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:24:51.562] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:24:51.562] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:24:51.562] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821aab9a8) at ../src/backe...
[22:24:51.562] #8  0x00000000007d22ac in main (argc=4, argv=0x821aab9a8) at ../src/backend/main/main.c:196
[22:24:51.814] #0  0x000000082bd3941a in thr_kill () from /lib/libc.so.7
core
[22:25:06.335] #0  0x000000082a4ad41a in thr_kill () from /lib/libc.so.7
[22:25:06.335] #1  0x000000082a426e64 in raise () from /lib/libc.so.7
[22:25:06.335] #2  0x000000082a4d76f9 in abort () from /lib/libc.so.7
[22:25:06.335] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:25:06.335] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:25:06.335] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:25:06.335] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:25:06.335] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820d89370) at ../src/backe...
[22:25:06.335] #8  0x00000000007d22ac in main (argc=8, argv=0x820d89370) at ../src/backend/main/main.c:196
[22:25:06.582] #0  0x000000082b12d41a in thr_kill () from /lib/libc.so.7
core
[22:24:51.823] #0  0x000000082bd3941a in thr_kill () from /lib/libc.so.7
[22:24:51.823] #1  0x000000082bcb2e64 in raise () from /lib/libc.so.7
[22:24:51.823] #2  0x000000082bd636f9 in abort () from /lib/libc.so.7
[22:24:51.823] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:24:51.823] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:24:51.823] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:24:51.823] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:24:51.823] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820fddb58) at ../src/backe...
[22:24:51.823] #8  0x00000000007d22ac in main (argc=4, argv=0x820fddb58) at ../src/backend/main/main.c:196
[22:24:52.072] #0  0x000000082bb4841a in thr_kill () from /lib/libc.so.7
core
[22:24:52.081] #0  0x000000082bb4841a in thr_kill () from /lib/libc.so.7
[22:24:52.081] #1  0x000000082bac1e64 in raise () from /lib/libc.so.7
[22:24:52.081] #2  0x000000082bb726f9 in abort () from /lib/libc.so.7
[22:24:52.081] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:24:52.081] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:24:52.081] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:24:52.081] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:24:52.081] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821605238) at ../src/backe...
[22:24:52.081] #8  0x00000000007d22ac in main (argc=4, argv=0x821605238) at ../src/backend/main/main.c:196
[22:24:52.343] #0  0x000000082c34141a in thr_kill () from /lib/libc.so.7
core
[22:24:52.353] #0  0x000000082c34141a in thr_kill () from /lib/libc.so.7
[22:24:52.353] #1  0x000000082c2bae64 in raise () from /lib/libc.so.7
[22:24:52.353] #2  0x000000082c36b6f9 in abort () from /lib/libc.so.7
[22:24:52.353] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:24:52.353] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:24:52.353] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:24:52.353] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:24:52.353] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8210013f0) at ../src/backe...
[22:24:52.353] #8  0x00000000007d22ac in main (argc=4, argv=0x8210013f0) at ../src/backend/main/main.c:196
[22:24:52.621] #0  0x000000082e8c141a in thr_kill () from /lib/libc.so.7
core
[22:24:52.631] #0  0x000000082e8c141a in thr_kill () from /lib/libc.so.7
[22:24:52.631] #1  0x000000082e83ae64 in raise () from /lib/libc.so.7
[22:24:52.631] #2  0x000000082e8eb6f9 in abort () from /lib/libc.so.7
[22:24:52.631] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:24:52.631] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:24:52.631] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:24:52.631] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:24:52.631] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8216791b8) at ../src/backe...
[22:24:52.631] #8  0x00000000007d22ac in main (argc=4, argv=0x8216791b8) at ../src/backend/main/main.c:196
[22:24:52.893] #0  0x000000082cf7841a in thr_kill () from /lib/libc.so.7
core
[22:24:52.902] #0  0x000000082cf7841a in thr_kill () from /lib/libc.so.7
[22:24:52.902] #1  0x000000082cef1e64 in raise () from /lib/libc.so.7
[22:24:52.902] #2  0x000000082cfa26f9 in abort () from /lib/libc.so.7
[22:24:52.902] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:24:52.902] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:24:52.902] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:24:52.902] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:24:52.902] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821a188a8) at ../src/backe...
[22:24:52.902] #8  0x00000000007d22ac in main (argc=4, argv=0x821a188a8) at ../src/backend/main/main.c:196
[22:24:53.164] #0  0x000000082ccc941a in thr_kill () from /lib/libc.so.7
core
[22:25:05.315] #0  0x000000082c3f341a in thr_kill () from /lib/libc.so.7
[22:25:05.315] #1  0x000000082c36ce64 in raise () from /lib/libc.so.7
[22:25:05.315] #2  0x000000082c41d6f9 in abort () from /lib/libc.so.7
[22:25:05.315] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:25:05.315] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:25:05.315] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:25:05.315] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:25:05.315] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820bb5838) at ../src/backe...
[22:25:05.315] #8  0x00000000007d22ac in main (argc=8, argv=0x820bb5838) at ../src/backend/main/main.c:196
[22:25:05.564] #0  0x000000082b6a641a in thr_kill () from /lib/libc.so.7
core
[22:25:12.680] #0  0x000000082b9e241a in thr_kill () from /lib/libc.so.7
[22:25:12.680] #1  0x000000082b95be64 in raise () from /lib/libc.so.7
[22:25:12.680] #2  0x000000082ba0c6f9 in abort () from /lib/libc.so.7
[22:25:12.680] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:25:12.680] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:25:12.680] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:25:12.680] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:25:12.680] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821608ae8) at ../src/backe...
[22:25:12.680] #8  0x00000000007d22ac in main (argc=8, argv=0x821608ae8) at ../src/backend/main/main.c:196
[22:25:12.927] #0  0x000000082bdc641a in thr_kill () from /lib/libc.so.7
core
[22:25:12.936] #0  0x000000082bdc641a in thr_kill () from /lib/libc.so.7
[22:25:12.936] #1  0x000000082bd3fe64 in raise () from /lib/libc.so.7
[22:25:12.936] #2  0x000000082bdf06f9 in abort () from /lib/libc.so.7
[22:25:12.936] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:25:12.936] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:25:12.936] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:25:12.936] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:25:12.937] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8219e2ae8) at ../src/backe...
[22:25:12.937] #8  0x00000000007d22ac in main (argc=8, argv=0x8219e2ae8) at ../src/backend/main/main.c:196
[22:25:13.181] #0  0x000000082baf341a in thr_kill () from /lib/libc.so.7
core
[22:25:13.190] #0  0x000000082baf341a in thr_kill () from /lib/libc.so.7
[22:25:13.190] #1  0x000000082ba6ce64 in raise () from /lib/libc.so.7
[22:25:13.190] #2  0x000000082bb1d6f9 in abort () from /lib/libc.so.7
[22:25:13.190] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:25:13.190] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:25:13.190] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:25:13.190] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:25:13.190] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8211cc2e8) at ../src/backe...
[22:25:13.190] #8  0x00000000007d22ac in main (argc=8, argv=0x8211cc2e8) at ../src/backend/main/main.c:196
[22:25:13.433] #0  0x000000082ed2041a in thr_kill () from /lib/libc.so.7
core
[22:25:13.442] #0  0x000000082ed2041a in thr_kill () from /lib/libc.so.7
[22:25:13.442] #1  0x000000082ec99e64 in raise () from /lib/libc.so.7
[22:25:13.442] #2  0x000000082ed4a6f9 in abort () from /lib/libc.so.7
[22:25:13.442] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:25:13.442] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:25:13.442] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:25:13.442] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:25:13.442] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821832ce8) at ../src/backe...
[22:25:13.442] #8  0x00000000007d22ac in main (argc=8, argv=0x821832ce8) at ../src/backend/main/main.c:196
[22:25:13.685] #0  0x000000082b15c41a in thr_kill () from /lib/libc.so.7
core
[22:25:13.694] #0  0x000000082b15c41a in thr_kill () from /lib/libc.so.7
[22:25:13.694] #1  0x000000082b0d5e64 in raise () from /lib/libc.so.7
[22:25:13.694] #2  0x000000082b1866f9 in abort () from /lib/libc.so.7
[22:25:13.694] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:25:13.694] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:25:13.694] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:25:13.694] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:25:13.694] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821b815b0) at ../src/backe...
[22:25:13.694] #8  0x00000000007d22ac in main (argc=8, argv=0x821b815b0) at ../src/backend/main/main.c:196
[22:25:13.941] #0  0x000000082b73741a in thr_kill () from /lib/libc.so.7
core
[22:25:12.417] #0  0x000000082a88a41a in thr_kill () from /lib/libc.so.7
[22:25:12.417] #1  0x000000082a803e64 in raise () from /lib/libc.so.7
[22:25:12.417] #2  0x000000082a8b46f9 in abort () from /lib/libc.so.7
[22:25:12.417] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:25:12.417] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:25:12.417] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:25:12.417] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:25:12.417] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8211645c8) at ../src/backe...
[22:25:12.417] #8  0x00000000007d22ac in main (argc=8, argv=0x8211645c8) at ../src/backend/main/main.c:196
[22:25:12.671] #0  0x000000082b9e241a in thr_kill () from /lib/libc.so.7
core
[22:25:12.154] #0  0x000000082c98841a in thr_kill () from /lib/libc.so.7
[22:25:12.154] #1  0x000000082c901e64 in raise () from /lib/libc.so.7
[22:25:12.154] #2  0x000000082c9b26f9 in abort () from /lib/libc.so.7
[22:25:12.154] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:25:12.154] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:25:12.154] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:25:12.154] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:25:12.154] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821354318) at ../src/backe...
[22:25:12.154] #8  0x00000000007d22ac in main (argc=8, argv=0x821354318) at ../src/backend/main/main.c:196
[22:25:12.407] #0  0x000000082a88a41a in thr_kill () from /lib/libc.so.7
core
[22:25:11.881] #0  0x000000082e7ff41a in thr_kill () from /lib/libc.so.7
[22:25:11.881] #1  0x000000082e778e64 in raise () from /lib/libc.so.7
[22:25:11.881] #2  0x000000082e8296f9 in abort () from /lib/libc.so.7
[22:25:11.881] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:25:11.881] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:25:11.881] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:25:11.881] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:25:11.881] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821453f50) at ../src/backe...
[22:25:11.881] #8  0x00000000007d22ac in main (argc=8, argv=0x821453f50) at ../src/backend/main/main.c:196
[22:25:12.144] #0  0x000000082c98841a in thr_kill () from /lib/libc.so.7
core
[22:25:11.611] #0  0x000000082c68b41a in thr_kill () from /lib/libc.so.7
[22:25:11.611] #1  0x000000082c604e64 in raise () from /lib/libc.so.7
[22:25:11.611] #2  0x000000082c6b56f9 in abort () from /lib/libc.so.7
[22:25:11.611] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:25:11.611] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:25:11.611] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:25:11.611] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:25:11.611] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8211336d8) at ../src/backe...
[22:25:11.611] #8  0x00000000007d22ac in main (argc=8, argv=0x8211336d8) at ../src/backend/main/main.c:196
[22:25:11.871] #0  0x000000082e7ff41a in thr_kill () from /lib/libc.so.7
core
[22:25:11.348] #0  0x000000082a49741a in thr_kill () from /lib/libc.so.7
[22:25:11.348] #1  0x000000082a410e64 in raise () from /lib/libc.so.7
[22:25:11.348] #2  0x000000082a4c16f9 in abort () from /lib/libc.so.7
[22:25:11.348] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:25:11.348] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:25:11.348] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:25:11.348] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:25:11.348] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x82107a6d8) at ../src/backe...
[22:25:11.348] #8  0x00000000007d22ac in main (argc=8, argv=0x82107a6d8) at ../src/backend/main/main.c:196
[22:25:11.601] #0  0x000000082c68b41a in thr_kill () from /lib/libc.so.7
core
[22:25:13.950] #0  0x000000082b73741a in thr_kill () from /lib/libc.so.7
[22:25:13.950] #1  0x000000082b6b0e64 in raise () from /lib/libc.so.7
[22:25:13.950] #2  0x000000082b7616f9 in abort () from /lib/libc.so.7
[22:25:13.950] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:25:13.950] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:25:13.950] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:25:13.950] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:25:13.950] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820d79970) at ../src/backe...
[22:25:13.950] #8  0x00000000007d22ac in main (argc=8, argv=0x820d79970) at ../src/backend/main/main.c:196
[22:25:14.198] #0  0x000000082b6e541a in thr_kill () from /lib/libc.so.7
core
[22:25:11.083] #0  0x000000082dbfc41a in thr_kill () from /lib/libc.so.7
[22:25:11.083] #1  0x000000082db75e64 in raise () from /lib/libc.so.7
[22:25:11.083] #2  0x000000082dc266f9 in abort () from /lib/libc.so.7
[22:25:11.083] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:25:11.083] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:25:11.083] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:25:11.083] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:25:11.083] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8215ab898) at ../src/backe...
[22:25:11.083] #8  0x00000000007d22ac in main (argc=8, argv=0x8215ab898) at ../src/backend/main/main.c:196
[22:25:11.338] #0  0x000000082a49741a in thr_kill () from /lib/libc.so.7
core
[22:25:14.207] #0  0x000000082b6e541a in thr_kill () from /lib/libc.so.7
[22:25:14.207] #1  0x000000082b65ee64 in raise () from /lib/libc.so.7
[22:25:14.207] #2  0x000000082b70f6f9 in abort () from /lib/libc.so.7
[22:25:14.207] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:25:14.207] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:25:14.207] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:25:14.207] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:25:14.207] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820f3ad30) at ../src/backe...
[22:25:14.207] #8  0x00000000007d22ac in main (argc=8, argv=0x820f3ad30) at ../src/backend/main/main.c:196
[22:25:14.451] #0  0x000000082b00341a in thr_kill () from /lib/libc.so.7
core
[22:25:10.812] #0  0x000000082c0a141a in thr_kill () from /lib/libc.so.7
[22:25:10.812] #1  0x000000082c01ae64 in raise () from /lib/libc.so.7
[22:25:10.812] #2  0x000000082c0cb6f9 in abort () from /lib/libc.so.7
[22:25:10.812] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:25:10.812] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:25:10.812] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:25:10.812] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:25:10.812] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x82192b098) at ../src/backe...
[22:25:10.812] #8  0x00000000007d22ac in main (argc=8, argv=0x82192b098) at ../src/backend/main/main.c:196
[22:25:11.073] #0  0x000000082dbfc41a in thr_kill () from /lib/libc.so.7
core
[22:25:10.545] #0  0x000000082c6b641a in thr_kill () from /lib/libc.so.7
[22:25:10.545] #1  0x000000082c62fe64 in raise () from /lib/libc.so.7
[22:25:10.545] #2  0x000000082c6e06f9 in abort () from /lib/libc.so.7
[22:25:10.545] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:25:10.545] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:25:10.545] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:25:10.545] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:25:10.545] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8212cab18) at ../src/backe...
[22:25:10.545] #8  0x00000000007d22ac in main (argc=8, argv=0x8212cab18) at ../src/backend/main/main.c:196
[22:25:10.803] #0  0x000000082c0a141a in thr_kill () from /lib/libc.so.7
core
[22:25:10.275] #0  0x000000082ba3c41a in thr_kill () from /lib/libc.so.7
[22:25:10.275] #1  0x000000082b9b5e64 in raise () from /lib/libc.so.7
[22:25:10.275] #2  0x000000082ba666f9 in abort () from /lib/libc.so.7
[22:25:10.275] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:25:10.275] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:25:10.275] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:25:10.275] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:25:10.275] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8218a60c0) at ../src/backe...
[22:25:10.275] #8  0x00000000007d22ac in main (argc=8, argv=0x8218a60c0) at ../src/backend/main/main.c:196
[22:25:10.536] #0  0x000000082c6b641a in thr_kill () from /lib/libc.so.7
core
[22:25:10.010] #0  0x000000082b30b41a in thr_kill () from /lib/libc.so.7
[22:25:10.010] #1  0x000000082b284e64 in raise () from /lib/libc.so.7
[22:25:10.010] #2  0x000000082b3356f9 in abort () from /lib/libc.so.7
[22:25:10.010] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:25:10.010] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:25:10.010] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:25:10.010] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:25:10.010] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820cc3c98) at ../src/backe...
[22:25:10.010] #8  0x00000000007d22ac in main (argc=8, argv=0x820cc3c98) at ../src/backend/main/main.c:196
[22:25:10.265] #0  0x000000082ba3c41a in thr_kill () from /lib/libc.so.7
core
[22:25:09.738] #0  0x000000082bdba41a in thr_kill () from /lib/libc.so.7
[22:25:09.738] #1  0x000000082bd33e64 in raise () from /lib/libc.so.7
[22:25:09.738] #2  0x000000082bde46f9 in abort () from /lib/libc.so.7
[22:25:09.738] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:25:09.738] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:25:09.738] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:25:09.738] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:25:09.738] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x82161fc88) at ../src/backe...
[22:25:09.738] #8  0x00000000007d22ac in main (argc=8, argv=0x82161fc88) at ../src/backend/main/main.c:196
[22:25:10.000] #0  0x000000082b30b41a in thr_kill () from /lib/libc.so.7
core
[22:25:09.475] #0  0x000000082d47241a in thr_kill () from /lib/libc.so.7
[22:25:09.475] #1  0x000000082d3ebe64 in raise () from /lib/libc.so.7
[22:25:09.475] #2  0x000000082d49c6f9 in abort () from /lib/libc.so.7
[22:25:09.475] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:25:09.475] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:25:09.475] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:25:09.475] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:25:09.475] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8211a7188) at ../src/backe...
[22:25:09.475] #8  0x00000000007d22ac in main (argc=8, argv=0x8211a7188) at ../src/backend/main/main.c:196
[22:25:09.728] #0  0x000000082bdba41a in thr_kill () from /lib/libc.so.7
core
[22:25:14.460] #0  0x000000082b00341a in thr_kill () from /lib/libc.so.7
[22:25:14.460] #1  0x000000082af7ce64 in raise () from /lib/libc.so.7
[22:25:14.460] #2  0x000000082b02d6f9 in abort () from /lib/libc.so.7
[22:25:14.460] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:25:14.460] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:25:14.460] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:25:14.460] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:25:14.460] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820c6f7f8) at ../src/backe...
[22:25:14.460] #8  0x00000000007d22ac in main (argc=8, argv=0x820c6f7f8) at ../src/backend/main/main.c:196
[22:25:14.706] #0  0x000000082e3cb41a in thr_kill () from /lib/libc.so.7
core
[22:25:14.715] #0  0x000000082e3cb41a in thr_kill () from /lib/libc.so.7
[22:25:14.715] #1  0x000000082e344e64 in raise () from /lib/libc.so.7
[22:25:14.715] #2  0x000000082e3f56f9 in abort () from /lib/libc.so.7
[22:25:14.715] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:25:14.715] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:25:14.715] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:25:14.715] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:25:14.715] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821499838) at ../src/backe...
[22:25:14.715] #8  0x00000000007d22ac in main (argc=8, argv=0x821499838) at ../src/backend/main/main.c:196
[22:25:14.962] #0  0x0000000829fda41a in thr_kill () from /lib/libc.so.7
core
[22:25:14.972] #0  0x0000000829fda41a in thr_kill () from /lib/libc.so.7
[22:25:14.972] #1  0x0000000829f53e64 in raise () from /lib/libc.so.7
[22:25:14.972] #2  0x000000082a0046f9 in abort () from /lib/libc.so.7
[22:25:14.972] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:25:14.972] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:25:14.972] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:25:14.972] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:25:14.972] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8210348b0) at ../src/backe...
[22:25:14.972] #8  0x00000000007d22ac in main (argc=8, argv=0x8210348b0) at ../src/backend/main/main.c:196
[22:25:15.216] #0  0x000000082c3af41a in thr_kill () from /lib/libc.so.7
core
[22:25:15.225] #0  0x000000082c3af41a in thr_kill () from /lib/libc.so.7
[22:25:15.225] #1  0x000000082c328e64 in raise () from /lib/libc.so.7
[22:25:15.225] #2  0x000000082c3d96f9 in abort () from /lib/libc.so.7
[22:25:15.225] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:25:15.225] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:25:15.225] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:25:15.225] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:25:15.225] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x82100ebe8) at ../src/backe...
[22:25:15.225] #8  0x00000000007d22ac in main (argc=8, argv=0x82100ebe8) at ../src/backend/main/main.c:196
[22:25:15.471] #0  0x00000008295e741a in thr_kill () from /lib/libc.so.7
core
[22:25:15.480] #0  0x00000008295e741a in thr_kill () from /lib/libc.so.7
[22:25:15.480] #1  0x0000000829560e64 in raise () from /lib/libc.so.7
[22:25:15.480] #2  0x00000008296116f9 in abort () from /lib/libc.so.7
[22:25:15.480] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:25:15.480] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:25:15.480] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:25:15.480] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:25:15.480] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820f6bef8) at ../src/backe...
[22:25:15.480] #8  0x00000000007d22ac in main (argc=8, argv=0x820f6bef8) at ../src/backend/main/main.c:196
[22:25:15.723] #0  0x000000082c7c741a in thr_kill () from /lib/libc.so.7
core
[22:25:15.733] #0  0x000000082c7c741a in thr_kill () from /lib/libc.so.7
[22:25:15.733] #1  0x000000082c740e64 in raise () from /lib/libc.so.7
[22:25:15.733] #2  0x000000082c7f16f9 in abort () from /lib/libc.so.7
[22:25:15.733] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:25:15.733] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:25:15.733] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:25:15.733] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:25:15.733] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820ef4aa8) at ../src/backe...
[22:25:15.733] #8  0x00000000007d22ac in main (argc=8, argv=0x820ef4aa8) at ../src/backend/main/main.c:196
[22:25:15.978] #0  0x000000082aa6e41a in thr_kill () from /lib/libc.so.7
core
[22:25:15.987] #0  0x000000082aa6e41a in thr_kill () from /lib/libc.so.7
[22:25:15.987] #1  0x000000082a9e7e64 in raise () from /lib/libc.so.7
[22:25:15.987] #2  0x000000082aa986f9 in abort () from /lib/libc.so.7
[22:25:15.987] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:25:15.987] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:25:15.987] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:25:15.987] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:25:15.988] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820c54028) at ../src/backe...
[22:25:15.988] #8  0x00000000007d22ac in main (argc=8, argv=0x820c54028) at ../src/backend/main/main.c:196
[22:25:16.230] #0  0x000000082b50941a in thr_kill () from /lib/libc.so.7
core
[22:25:09.215] #0  0x000000082c57e41a in thr_kill () from /lib/libc.so.7
[22:25:09.215] #1  0x000000082c4f7e64 in raise () from /lib/libc.so.7
[22:25:09.215] #2  0x000000082c5a86f9 in abort () from /lib/libc.so.7
[22:25:09.215] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:25:09.215] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:25:09.215] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:25:09.215] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:25:09.215] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8218ec798) at ../src/backe...
[22:25:09.215] #8  0x00000000007d22ac in main (argc=8, argv=0x8218ec798) at ../src/backend/main/main.c:196
[22:25:09.466] #0  0x000000082d47241a in thr_kill () from /lib/libc.so.7
core
[22:25:08.947] #0  0x000000082996c41a in thr_kill () from /lib/libc.so.7
[22:25:08.947] #1  0x00000008298e5e64 in raise () from /lib/libc.so.7
[22:25:08.947] #2  0x00000008299966f9 in abort () from /lib/libc.so.7
[22:25:08.947] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:25:08.947] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:25:08.947] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:25:08.947] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:25:08.948] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8213c1fb8) at ../src/backe...
[22:25:08.948] #8  0x00000000007d22ac in main (argc=8, argv=0x8213c1fb8) at ../src/backend/main/main.c:196
[22:25:09.206] #0  0x000000082c57e41a in thr_kill () from /lib/libc.so.7
core
[22:25:08.687] #0  0x0000000829c6c41a in thr_kill () from /lib/libc.so.7
[22:25:08.687] #1  0x0000000829be5e64 in raise () from /lib/libc.so.7
[22:25:08.687] #2  0x0000000829c966f9 in abort () from /lib/libc.so.7
[22:25:08.687] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:25:08.687] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:25:08.687] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:25:08.687] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:25:08.687] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8212dbea0) at ../src/backe...
[22:25:08.687] #8  0x00000000007d22ac in main (argc=8, argv=0x8212dbea0) at ../src/backend/main/main.c:196
[22:25:08.938] #0  0x000000082996c41a in thr_kill () from /lib/libc.so.7
core
[22:25:08.419] #0  0x000000082afb441a in thr_kill () from /lib/libc.so.7
[22:25:08.419] #1  0x000000082af2de64 in raise () from /lib/libc.so.7
[22:25:08.419] #2  0x000000082afde6f9 in abort () from /lib/libc.so.7
[22:25:08.419] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:25:08.419] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:25:08.419] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:25:08.419] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:25:08.419] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820e6d008) at ../src/backe...
[22:25:08.419] #8  0x00000000007d22ac in main (argc=8, argv=0x820e6d008) at ../src/backend/main/main.c:196
[22:25:08.677] #0  0x0000000829c6c41a in thr_kill () from /lib/libc.so.7
core
[22:25:08.157] #0  0x000000082a9d841a in thr_kill () from /lib/libc.so.7
[22:25:08.157] #1  0x000000082a951e64 in raise () from /lib/libc.so.7
[22:25:08.157] #2  0x000000082aa026f9 in abort () from /lib/libc.so.7
[22:25:08.157] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:25:08.157] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:25:08.157] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:25:08.157] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:25:08.157] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821b1dd00) at ../src/backe...
[22:25:08.157] #8  0x00000000007d22ac in main (argc=8, argv=0x821b1dd00) at ../src/backend/main/main.c:196
[22:25:08.409] #0  0x000000082afb441a in thr_kill () from /lib/libc.so.7
core
[22:25:07.896] #0  0x0000000829eb041a in thr_kill () from /lib/libc.so.7
[22:25:07.896] #1  0x0000000829e29e64 in raise () from /lib/libc.so.7
[22:25:07.896] #2  0x0000000829eda6f9 in abort () from /lib/libc.so.7
[22:25:07.896] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:25:07.896] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:25:07.896] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:25:07.896] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:25:07.896] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820d93410) at ../src/backe...
[22:25:07.896] #8  0x00000000007d22ac in main (argc=8, argv=0x820d93410) at ../src/backend/main/main.c:196
[22:25:08.148] #0  0x000000082a9d841a in thr_kill () from /lib/libc.so.7
core
[22:25:16.240] #0  0x000000082b50941a in thr_kill () from /lib/libc.so.7
[22:25:16.240] #1  0x000000082b482e64 in raise () from /lib/libc.so.7
[22:25:16.240] #2  0x000000082b5336f9 in abort () from /lib/libc.so.7
[22:25:16.240] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:25:16.240] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:25:16.240] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:25:16.240] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:25:16.240] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820c95730) at ../src/backe...
[22:25:16.240] #8  0x00000000007d22ac in main (argc=8, argv=0x820c95730) at ../src/backend/main/main.c:196
[22:25:16.482] #0  0x000000082c83141a in thr_kill () from /lib/libc.so.7
core
[22:25:16.491] #0  0x000000082c83141a in thr_kill () from /lib/libc.so.7
[22:25:16.491] #1  0x000000082c7aae64 in raise () from /lib/libc.so.7
[22:25:16.491] #2  0x000000082c85b6f9 in abort () from /lib/libc.so.7
[22:25:16.491] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:25:16.491] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:25:16.491] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:25:16.491] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:25:16.491] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820c40178) at ../src/backe...
[22:25:16.491] #8  0x00000000007d22ac in main (argc=8, argv=0x820c40178) at ../src/backend/main/main.c:196
[22:25:16.739] #0  0x000000082cc4841a in thr_kill () from /lib/libc.so.7
core
[22:25:07.635] #0  0x000000082c2ee41a in thr_kill () from /lib/libc.so.7
[22:25:07.635] #1  0x000000082c267e64 in raise () from /lib/libc.so.7
[22:25:07.635] #2  0x000000082c3186f9 in abort () from /lib/libc.so.7
[22:25:07.635] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:25:07.635] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:25:07.635] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:25:07.635] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:25:07.635] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8215a0c68) at ../src/backe...
[22:25:07.635] #8  0x00000000007d22ac in main (argc=8, argv=0x8215a0c68) at ../src/backend/main/main.c:196
[22:25:07.887] #0  0x0000000829eb041a in thr_kill () from /lib/libc.so.7
core
[22:25:16.749] #0  0x000000082cc4841a in thr_kill () from /lib/libc.so.7
[22:25:16.749] #1  0x000000082cbc1e64 in raise () from /lib/libc.so.7
[22:25:16.749] #2  0x000000082cc726f9 in abort () from /lib/libc.so.7
[22:25:16.749] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:25:16.749] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:25:16.749] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:25:16.749] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:25:16.749] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821a7f7c8) at ../src/backe...
[22:25:16.749] #8  0x00000000007d22ac in main (argc=8, argv=0x821a7f7c8) at ../src/backend/main/main.c:196
[22:25:17.000] #0  0x000000082b28941a in thr_kill () from /lib/libc.so.7
core
[22:25:17.010] #0  0x000000082b28941a in thr_kill () from /lib/libc.so.7
[22:25:17.010] #1  0x000000082b202e64 in raise () from /lib/libc.so.7
[22:25:17.010] #2  0x000000082b2b36f9 in abort () from /lib/libc.so.7
[22:25:17.010] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:25:17.010] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:25:17.010] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:25:17.010] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:25:17.010] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8212936c0) at ../src/backe...
[22:25:17.010] #8  0x00000000007d22ac in main (argc=8, argv=0x8212936c0) at ../src/backend/main/main.c:196
[22:25:17.260] #0  0x000000082b6e941a in thr_kill () from /lib/libc.so.7
core
[22:25:17.269] #0  0x000000082b6e941a in thr_kill () from /lib/libc.so.7
[22:25:17.269] #1  0x000000082b662e64 in raise () from /lib/libc.so.7
[22:25:17.269] #2  0x000000082b7136f9 in abort () from /lib/libc.so.7
[22:25:17.269] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:25:17.269] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:25:17.269] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:25:17.269] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:25:17.270] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x82168e008) at ../src/backe...
[22:25:17.270] #8  0x00000000007d22ac in main (argc=8, argv=0x82168e008) at ../src/backend/main/main.c:196
[22:25:17.521] #0  0x000000082a51d41a in thr_kill () from /lib/libc.so.7
core
[22:25:17.531] #0  0x000000082a51d41a in thr_kill () from /lib/libc.so.7
[22:25:17.531] #1  0x000000082a496e64 in raise () from /lib/libc.so.7
[22:25:17.531] #2  0x000000082a5476f9 in abort () from /lib/libc.so.7
[22:25:17.531] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:25:17.531] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:25:17.531] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:25:17.531] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:25:17.531] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821538f98) at ../src/backe...
[22:25:17.531] #8  0x00000000007d22ac in main (argc=4, argv=0x821538f98) at ../src/backend/main/main.c:196
[22:25:17.783] #0  0x000000082d36a41a in thr_kill () from /lib/libc.so.7
core
[22:25:17.792] #0  0x000000082d36a41a in thr_kill () from /lib/libc.so.7
[22:25:17.792] #1  0x000000082d2e3e64 in raise () from /lib/libc.so.7
[22:25:17.792] #2  0x000000082d3946f9 in abort () from /lib/libc.so.7
[22:25:17.792] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:25:17.792] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:25:17.792] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:25:17.792] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:25:17.792] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821aa1df0) at ../src/backe...
[22:25:17.792] #8  0x00000000007d22ac in main (argc=4, argv=0x821aa1df0) at ../src/backend/main/main.c:196
[22:25:18.038] #0  0x000000082a61941a in thr_kill () from /lib/libc.so.7
core
[22:25:18.047] #0  0x000000082a61941a in thr_kill () from /lib/libc.so.7
[22:25:18.047] #1  0x000000082a592e64 in raise () from /lib/libc.so.7
[22:25:18.047] #2  0x000000082a6436f9 in abort () from /lib/libc.so.7
[22:25:18.047] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:25:18.047] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:25:18.047] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:25:18.047] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:25:18.047] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821473938) at ../src/backe...
[22:25:18.047] #8  0x00000000007d22ac in main (argc=4, argv=0x821473938) at ../src/backend/main/main.c:196
[22:25:18.301] #0  0x000000082de4341a in thr_kill () from /lib/libc.so.7
core
[22:25:18.310] #0  0x000000082de4341a in thr_kill () from /lib/libc.so.7
[22:25:18.310] #1  0x000000082ddbce64 in raise () from /lib/libc.so.7
[22:25:18.310] #2  0x000000082de6d6f9 in abort () from /lib/libc.so.7
[22:25:18.310] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:25:18.310] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:25:18.310] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:25:18.310] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:25:18.311] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820cb44f8) at ../src/backe...
[22:25:18.311] #8  0x00000000007d22ac in main (argc=4, argv=0x820cb44f8) at ../src/backend/main/main.c:196
[22:25:18.560] #0  0x000000082928041a in thr_kill () from /lib/libc.so.7
core
[22:25:18.569] #0  0x000000082928041a in thr_kill () from /lib/libc.so.7
[22:25:18.569] #1  0x00000008291f9e64 in raise () from /lib/libc.so.7
[22:25:18.569] #2  0x00000008292aa6f9 in abort () from /lib/libc.so.7
[22:25:18.569] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:25:18.569] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:25:18.569] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:25:18.569] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:25:18.569] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82105f850) at ../src/backe...
[22:25:18.569] #8  0x00000000007d22ac in main (argc=4, argv=0x82105f850) at ../src/backend/main/main.c:196
[22:25:18.818] #0  0x000000082b4a941a in thr_kill () from /lib/libc.so.7
core
[22:25:18.827] #0  0x000000082b4a941a in thr_kill () from /lib/libc.so.7
[22:25:18.827] #1  0x000000082b422e64 in raise () from /lib/libc.so.7
[22:25:18.827] #2  0x000000082b4d36f9 in abort () from /lib/libc.so.7
[22:25:18.827] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:25:18.827] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:25:18.827] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:25:18.827] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:25:18.827] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82101e908) at ../src/backe...
[22:25:18.827] #8  0x00000000007d22ac in main (argc=4, argv=0x82101e908) at ../src/backend/main/main.c:196
[22:25:19.076] #0  0x000000082abaf41a in thr_kill () from /lib/libc.so.7
core
[22:25:19.085] #0  0x000000082abaf41a in thr_kill () from /lib/libc.so.7
[22:25:19.085] #1  0x000000082ab28e64 in raise () from /lib/libc.so.7
[22:25:19.085] #2  0x000000082abd96f9 in abort () from /lib/libc.so.7
[22:25:19.085] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:25:19.085] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:25:19.085] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:25:19.085] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:25:19.085] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82123e400) at ../src/backe...
[22:25:19.085] #8  0x00000000007d22ac in main (argc=4, argv=0x82123e400) at ../src/backend/main/main.c:196
[22:25:19.336] #0  0x000000082b0bf41a in thr_kill () from /lib/libc.so.7
core
[22:25:19.345] #0  0x000000082b0bf41a in thr_kill () from /lib/libc.so.7
[22:25:19.345] #1  0x000000082b038e64 in raise () from /lib/libc.so.7
[22:25:19.345] #2  0x000000082b0e96f9 in abort () from /lib/libc.so.7
[22:25:19.345] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:25:19.345] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:25:19.345] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:25:19.345] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:25:19.345] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821775188) at ../src/backe...
[22:25:19.345] #8  0x00000000007d22ac in main (argc=4, argv=0x821775188) at ../src/backend/main/main.c:196
[22:25:19.596] #0  0x000000082c2f041a in thr_kill () from /lib/libc.so.7
core
[22:25:19.605] #0  0x000000082c2f041a in thr_kill () from /lib/libc.so.7
[22:25:19.605] #1  0x000000082c269e64 in raise () from /lib/libc.so.7
[22:25:19.605] #2  0x000000082c31a6f9 in abort () from /lib/libc.so.7
[22:25:19.605] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:25:19.605] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:25:19.605] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:25:19.605] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:25:19.605] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821b98058) at ../src/backe...
[22:25:19.605] #8  0x00000000007d22ac in main (argc=4, argv=0x821b98058) at ../src/backend/main/main.c:196
[22:25:19.850] #0  0x000000082c36141a in thr_kill () from /lib/libc.so.7
core
[22:25:19.859] #0  0x000000082c36141a in thr_kill () from /lib/libc.so.7
[22:25:19.859] #1  0x000000082c2dae64 in raise () from /lib/libc.so.7
[22:25:19.859] #2  0x000000082c38b6f9 in abort () from /lib/libc.so.7
[22:25:19.859] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:25:19.859] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:25:19.859] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:25:19.859] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:25:19.859] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82165c200) at ../src/backe...
[22:25:19.859] #8  0x00000000007d22ac in main (argc=4, argv=0x82165c200) at ../src/backend/main/main.c:196
[22:25:20.106] #0  0x000000082c93341a in thr_kill () from /lib/libc.so.7
core
[22:25:20.115] #0  0x000000082c93341a in thr_kill () from /lib/libc.so.7
[22:25:20.115] #1  0x000000082c8ace64 in raise () from /lib/libc.so.7
[22:25:20.115] #2  0x000000082c95d6f9 in abort () from /lib/libc.so.7
[22:25:20.115] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:25:20.115] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:25:20.115] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:25:20.115] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:25:20.116] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82104c2f0) at ../src/backe...
[22:25:20.116] #8  0x00000000007d22ac in main (argc=4, argv=0x82104c2f0) at ../src/backend/main/main.c:196
[22:25:20.361] #0  0x000000082ad8d41a in thr_kill () from /lib/libc.so.7
core
[22:25:20.370] #0  0x000000082ad8d41a in thr_kill () from /lib/libc.so.7
[22:25:20.370] #1  0x000000082ad06e64 in raise () from /lib/libc.so.7
[22:25:20.370] #2  0x000000082adb76f9 in abort () from /lib/libc.so.7
[22:25:20.370] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:25:20.370] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:25:20.370] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:25:20.370] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:25:20.370] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821262cf8) at ../src/backe...
[22:25:20.370] #8  0x00000000007d22ac in main (argc=4, argv=0x821262cf8) at ../src/backend/main/main.c:196
[22:25:20.619] #0  0x000000082c43d41a in thr_kill () from /lib/libc.so.7
core
[22:25:20.629] #0  0x000000082c43d41a in thr_kill () from /lib/libc.so.7
[22:25:20.629] #1  0x000000082c3b6e64 in raise () from /lib/libc.so.7
[22:25:20.629] #2  0x000000082c4676f9 in abort () from /lib/libc.so.7
[22:25:20.629] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:25:20.629] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:25:20.629] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:25:20.629] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:25:20.629] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821204cf8) at ../src/backe...
[22:25:20.629] #8  0x00000000007d22ac in main (argc=4, argv=0x821204cf8) at ../src/backend/main/main.c:196
[22:25:20.869] #0  0x000000082bfee41a in thr_kill () from /lib/libc.so.7
core
[22:25:20.877] #0  0x000000082bfee41a in thr_kill () from /lib/libc.so.7
[22:25:20.877] #1  0x000000082bf67e64 in raise () from /lib/libc.so.7
[22:25:20.877] #2  0x000000082c0186f9 in abort () from /lib/libc.so.7
[22:25:20.877] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:25:20.877] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:25:20.877] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:25:20.877] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:25:20.878] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821579648) at ../src/backe...
[22:25:20.878] #8  0x00000000007d22ac in main (argc=4, argv=0x821579648) at ../src/backend/main/main.c:196
[22:25:21.125] #0  0x000000082c26c41a in thr_kill () from /lib/libc.so.7
core
[22:25:21.135] #0  0x000000082c26c41a in thr_kill () from /lib/libc.so.7
[22:25:21.135] #1  0x000000082c1e5e64 in raise () from /lib/libc.so.7
[22:25:21.135] #2  0x000000082c2966f9 in abort () from /lib/libc.so.7
[22:25:21.135] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:25:21.135] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:25:21.135] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:25:21.135] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:25:21.135] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82143ad40) at ../src/backe...
[22:25:21.135] #8  0x00000000007d22ac in main (argc=4, argv=0x82143ad40) at ../src/backend/main/main.c:196
[22:25:21.382] #0  0x000000082aa8641a in thr_kill () from /lib/libc.so.7
core
[22:25:21.391] #0  0x000000082aa8641a in thr_kill () from /lib/libc.so.7
[22:25:21.391] #1  0x000000082a9ffe64 in raise () from /lib/libc.so.7
[22:25:21.391] #2  0x000000082aab06f9 in abort () from /lib/libc.so.7
[22:25:21.391] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:25:21.391] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:25:21.391] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:25:21.391] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:25:21.391] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820bfe220) at ../src/backe...
[22:25:21.391] #8  0x00000000007d22ac in main (argc=4, argv=0x820bfe220) at ../src/backend/main/main.c:196
[22:25:21.641] #0  0x000000082ce6c41a in thr_kill () from /lib/libc.so.7
core
[22:25:21.651] #0  0x000000082ce6c41a in thr_kill () from /lib/libc.so.7
[22:25:21.651] #1  0x000000082cde5e64 in raise () from /lib/libc.so.7
[22:25:21.651] #2  0x000000082ce966f9 in abort () from /lib/libc.so.7
[22:25:21.651] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:25:21.651] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:25:21.651] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:25:21.651] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:25:21.651] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8212c4690) at ../src/backe...
[22:25:21.651] #8  0x00000000007d22ac in main (argc=4, argv=0x8212c4690) at ../src/backend/main/main.c:196
[22:25:21.907] #0  0x000000082b73741a in thr_kill () from /lib/libc.so.7
core
[22:25:21.916] #0  0x000000082b73741a in thr_kill () from /lib/libc.so.7
[22:25:21.916] #1  0x000000082b6b0e64 in raise () from /lib/libc.so.7
[22:25:21.916] #2  0x000000082b7616f9 in abort () from /lib/libc.so.7
[22:25:21.916] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:25:21.916] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:25:21.916] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:25:21.916] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:25:21.916] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82152a098) at ../src/backe...
[22:25:21.916] #8  0x00000000007d22ac in main (argc=4, argv=0x82152a098) at ../src/backend/main/main.c:196
[22:25:22.165] #0  0x000000082a2aa41a in thr_kill () from /lib/libc.so.7
core
[22:25:22.174] #0  0x000000082a2aa41a in thr_kill () from /lib/libc.so.7
[22:25:22.174] #1  0x000000082a223e64 in raise () from /lib/libc.so.7
[22:25:22.174] #2  0x000000082a2d46f9 in abort () from /lib/libc.so.7
[22:25:22.174] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:25:22.174] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:25:22.174] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:25:22.174] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:25:22.175] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820e54940) at ../src/backe...
[22:25:22.175] #8  0x00000000007d22ac in main (argc=4, argv=0x820e54940) at ../src/backend/main/main.c:196
[22:25:22.435] #0  0x000000082da3a41a in thr_kill () from /lib/libc.so.7
core
[22:24:56.579] #0  0x000000082a7e441a in thr_kill () from /lib/libc.so.7
[22:24:56.579] #1  0x000000082a75de64 in raise () from /lib/libc.so.7
[22:24:56.579] #2  0x000000082a80e6f9 in abort () from /lib/libc.so.7
[22:24:56.579] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:24:56.579] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:24:56.579] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:24:56.579] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:24:56.579] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820d9e138) at ../src/backe...
[22:24:56.579] #8  0x00000000007d22ac in main (argc=8, argv=0x820d9e138) at ../src/backend/main/main.c:196
[22:24:56.829] #0  0x00000008297f841a in thr_kill () from /lib/libc.so.7
core
[22:24:56.838] #0  0x00000008297f841a in thr_kill () from /lib/libc.so.7
[22:24:56.838] #1  0x0000000829771e64 in raise () from /lib/libc.so.7
[22:24:56.838] #2  0x00000008298226f9 in abort () from /lib/libc.so.7
[22:24:56.838] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:24:56.838] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:24:56.838] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:24:56.838] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:24:56.838] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8218aba70) at ../src/backe...
[22:24:56.838] #8  0x00000000007d22ac in main (argc=8, argv=0x8218aba70) at ../src/backend/main/main.c:196
[22:24:57.091] #0  0x000000082b1da41a in thr_kill () from /lib/libc.so.7
core
[22:24:57.100] #0  0x000000082b1da41a in thr_kill () from /lib/libc.so.7
[22:24:57.100] #1  0x000000082b153e64 in raise () from /lib/libc.so.7
[22:24:57.100] #2  0x000000082b2046f9 in abort () from /lib/libc.so.7
[22:24:57.100] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:24:57.100] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:24:57.100] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:24:57.100] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:24:57.100] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820f1fa68) at ../src/backe...
[22:24:57.100] #8  0x00000000007d22ac in main (argc=8, argv=0x820f1fa68) at ../src/backend/main/main.c:196
[22:24:57.359] #0  0x0000000828ce441a in thr_kill () from /lib/libc.so.7
core
[22:24:57.368] #0  0x0000000828ce441a in thr_kill () from /lib/libc.so.7
[22:24:57.368] #1  0x0000000828c5de64 in raise () from /lib/libc.so.7
[22:24:57.368] #2  0x0000000828d0e6f9 in abort () from /lib/libc.so.7
[22:24:57.368] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:24:57.368] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:24:57.368] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:24:57.368] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:24:57.368] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8214d3060) at ../src/backe...
[22:24:57.368] #8  0x00000000007d22ac in main (argc=8, argv=0x8214d3060) at ../src/backend/main/main.c:196
[22:24:57.618] #0  0x000000082b78041a in thr_kill () from /lib/libc.so.7
core
[22:24:57.627] #0  0x000000082b78041a in thr_kill () from /lib/libc.so.7
[22:24:57.627] #1  0x000000082b6f9e64 in raise () from /lib/libc.so.7
[22:24:57.627] #2  0x000000082b7aa6f9 in abort () from /lib/libc.so.7
[22:24:57.627] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:24:57.627] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:24:57.627] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:24:57.627] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:24:57.628] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x82166fc68) at ../src/backe...
[22:24:57.628] #8  0x00000000007d22ac in main (argc=8, argv=0x82166fc68) at ../src/backend/main/main.c:196
[22:24:57.877] #0  0x000000082a2c441a in thr_kill () from /lib/libc.so.7
core
[22:24:57.886] #0  0x000000082a2c441a in thr_kill () from /lib/libc.so.7
[22:24:57.886] #1  0x000000082a23de64 in raise () from /lib/libc.so.7
[22:24:57.886] #2  0x000000082a2ee6f9 in abort () from /lib/libc.so.7
[22:24:57.886] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:24:57.886] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:24:57.886] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:24:57.886] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:24:57.886] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820c77f60) at ../src/backe...
[22:24:57.886] #8  0x00000000007d22ac in main (argc=8, argv=0x820c77f60) at ../src/backend/main/main.c:196
[22:24:58.135] #0  0x000000082cd3c41a in thr_kill () from /lib/libc.so.7
core
[22:24:58.144] #0  0x000000082cd3c41a in thr_kill () from /lib/libc.so.7
[22:24:58.144] #1  0x000000082ccb5e64 in raise () from /lib/libc.so.7
[22:24:58.144] #2  0x000000082cd666f9 in abort () from /lib/libc.so.7
[22:24:58.144] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:24:58.144] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:24:58.144] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:24:58.144] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:24:58.144] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8214ac8d0) at ../src/backe...
[22:24:58.144] #8  0x00000000007d22ac in main (argc=8, argv=0x8214ac8d0) at ../src/backend/main/main.c:196
[22:24:58.390] #0  0x000000082c54b41a in thr_kill () from /lib/libc.so.7
core
[22:24:58.399] #0  0x000000082c54b41a in thr_kill () from /lib/libc.so.7
[22:24:58.399] #1  0x000000082c4c4e64 in raise () from /lib/libc.so.7
[22:24:58.399] #2  0x000000082c5756f9 in abort () from /lib/libc.so.7
[22:24:58.399] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:24:58.399] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:24:58.399] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:24:58.399] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:24:58.399] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821796820) at ../src/backe...
[22:24:58.399] #8  0x00000000007d22ac in main (argc=8, argv=0x821796820) at ../src/backend/main/main.c:196
[22:24:58.645] #0  0x000000082c5fa41a in thr_kill () from /lib/libc.so.7
core
[22:24:58.654] #0  0x000000082c5fa41a in thr_kill () from /lib/libc.so.7
[22:24:58.654] #1  0x000000082c573e64 in raise () from /lib/libc.so.7
[22:24:58.654] #2  0x000000082c6246f9 in abort () from /lib/libc.so.7
[22:24:58.654] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:24:58.654] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:24:58.654] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:24:58.654] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:24:58.654] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820d8d290) at ../src/backe...
[22:24:58.654] #8  0x00000000007d22ac in main (argc=8, argv=0x820d8d290) at ../src/backend/main/main.c:196
[22:24:58.898] #0  0x000000082bdcf41a in thr_kill () from /lib/libc.so.7
core
[22:24:58.908] #0  0x000000082bdcf41a in thr_kill () from /lib/libc.so.7
[22:24:58.908] #1  0x000000082bd48e64 in raise () from /lib/libc.so.7
[22:24:58.908] #2  0x000000082bdf96f9 in abort () from /lib/libc.so.7
[22:24:58.908] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:24:58.908] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:24:58.908] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:24:58.908] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:24:58.908] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8212468d8) at ../src/backe...
[22:24:58.908] #8  0x00000000007d22ac in main (argc=8, argv=0x8212468d8) at ../src/backend/main/main.c:196
[22:24:59.152] #0  0x000000082b0c541a in thr_kill () from /lib/libc.so.7
core
[22:24:59.161] #0  0x000000082b0c541a in thr_kill () from /lib/libc.so.7
[22:24:59.161] #1  0x000000082b03ee64 in raise () from /lib/libc.so.7
[22:24:59.161] #2  0x000000082b0ef6f9 in abort () from /lib/libc.so.7
[22:24:59.161] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:24:59.161] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:24:59.161] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:24:59.161] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:24:59.162] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821a52e00) at ../src/backe...
[22:24:59.162] #8  0x00000000007d22ac in main (argc=8, argv=0x821a52e00) at ../src/backend/main/main.c:196
[22:24:59.406] #0  0x00000008297fc41a in thr_kill () from /lib/libc.so.7
core
[22:24:59.415] #0  0x00000008297fc41a in thr_kill () from /lib/libc.so.7
[22:24:59.415] #1  0x0000000829775e64 in raise () from /lib/libc.so.7
[22:24:59.415] #2  0x00000008298266f9 in abort () from /lib/libc.so.7
[22:24:59.415] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:24:59.415] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:24:59.415] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:24:59.415] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:24:59.416] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820cde7e8) at ../src/backe...
[22:24:59.416] #8  0x00000000007d22ac in main (argc=8, argv=0x820cde7e8) at ../src/backend/main/main.c:196
[22:24:59.664] #0  0x000000082a85541a in thr_kill () from /lib/libc.so.7
core
[22:24:59.673] #0  0x000000082a85541a in thr_kill () from /lib/libc.so.7
[22:24:59.673] #1  0x000000082a7cee64 in raise () from /lib/libc.so.7
[22:24:59.673] #2  0x000000082a87f6f9 in abort () from /lib/libc.so.7
[22:24:59.673] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:24:59.673] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:24:59.673] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:24:59.673] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:24:59.673] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820de1c00) at ../src/backe...
[22:24:59.673] #8  0x00000000007d22ac in main (argc=8, argv=0x820de1c00) at ../src/backend/main/main.c:196
[22:24:59.920] #0  0x0000000829a2041a in thr_kill () from /lib/libc.so.7
core
[22:24:59.929] #0  0x0000000829a2041a in thr_kill () from /lib/libc.so.7
[22:24:59.929] #1  0x0000000829999e64 in raise () from /lib/libc.so.7
[22:24:59.929] #2  0x0000000829a4a6f9 in abort () from /lib/libc.so.7
[22:24:59.929] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:24:59.929] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:24:59.929] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:24:59.929] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:24:59.929] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821322e98) at ../src/backe...
[22:24:59.929] #8  0x00000000007d22ac in main (argc=8, argv=0x821322e98) at ../src/backend/main/main.c:196
[22:25:00.174] #0  0x000000082c7dd41a in thr_kill () from /lib/libc.so.7
core
[22:25:00.183] #0  0x000000082c7dd41a in thr_kill () from /lib/libc.so.7
[22:25:00.183] #1  0x000000082c756e64 in raise () from /lib/libc.so.7
[22:25:00.183] #2  0x000000082c8076f9 in abort () from /lib/libc.so.7
[22:25:00.183] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:25:00.183] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:25:00.183] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:25:00.183] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:25:00.183] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820d10c40) at ../src/backe...
[22:25:00.183] #8  0x00000000007d22ac in main (argc=8, argv=0x820d10c40) at ../src/backend/main/main.c:196
[22:25:00.425] #0  0x000000082d1b141a in thr_kill () from /lib/libc.so.7
core
[22:25:00.434] #0  0x000000082d1b141a in thr_kill () from /lib/libc.so.7
[22:25:00.434] #1  0x000000082d12ae64 in raise () from /lib/libc.so.7
[22:25:00.434] #2  0x000000082d1db6f9 in abort () from /lib/libc.so.7
[22:25:00.434] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:25:00.434] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:25:00.434] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:25:00.434] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:25:00.434] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8217fd8d0) at ../src/backe...
[22:25:00.434] #8  0x00000000007d22ac in main (argc=8, argv=0x8217fd8d0) at ../src/backend/main/main.c:196
[22:25:00.677] #0  0x000000082b18f41a in thr_kill () from /lib/libc.so.7
core
[22:25:00.686] #0  0x000000082b18f41a in thr_kill () from /lib/libc.so.7
[22:25:00.686] #1  0x000000082b108e64 in raise () from /lib/libc.so.7
[22:25:00.686] #2  0x000000082b1b96f9 in abort () from /lib/libc.so.7
[22:25:00.686] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:25:00.686] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:25:00.686] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:25:00.686] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:25:00.687] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x82156d828) at ../src/backe...
[22:25:00.687] #8  0x00000000007d22ac in main (argc=8, argv=0x82156d828) at ../src/backend/main/main.c:196
[22:25:00.935] #0  0x000000082d8c641a in thr_kill () from /lib/libc.so.7
core
[22:25:00.944] #0  0x000000082d8c641a in thr_kill () from /lib/libc.so.7
[22:25:00.944] #1  0x000000082d83fe64 in raise () from /lib/libc.so.7
[22:25:00.944] #2  0x000000082d8f06f9 in abort () from /lib/libc.so.7
[22:25:00.944] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:25:00.944] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:25:00.944] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:25:00.944] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:25:00.944] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821443fe8) at ../src/backe...
[22:25:00.944] #8  0x00000000007d22ac in main (argc=8, argv=0x821443fe8) at ../src/backend/main/main.c:196
[22:25:01.189] #0  0x000000082da4e41a in thr_kill () from /lib/libc.so.7
core
[22:25:05.825] #0  0x000000082bbf041a in thr_kill () from /lib/libc.so.7
[22:25:05.825] #1  0x000000082bb69e64 in raise () from /lib/libc.so.7
[22:25:05.825] #2  0x000000082bc1a6f9 in abort () from /lib/libc.so.7
[22:25:05.825] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:25:05.825] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:25:05.825] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:25:05.825] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:25:05.825] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x82170bec8) at ../src/backe...
[22:25:05.825] #8  0x00000000007d22ac in main (argc=8, argv=0x82170bec8) at ../src/backend/main/main.c:196
[22:25:06.065] #0  0x000000082a78541a in thr_kill () from /lib/libc.so.7
core
[22:25:01.198] #0  0x000000082da4e41a in thr_kill () from /lib/libc.so.7
[22:25:01.198] #1  0x000000082d9c7e64 in raise () from /lib/libc.so.7
[22:25:01.198] #2  0x000000082da786f9 in abort () from /lib/libc.so.7
[22:25:01.198] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:25:01.198] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:25:01.198] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:25:01.198] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:25:01.198] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8214981d0) at ../src/backe...
[22:25:01.198] #8  0x00000000007d22ac in main (argc=8, argv=0x8214981d0) at ../src/backend/main/main.c:196
[22:25:01.445] #0  0x000000082e51e41a in thr_kill () from /lib/libc.so.7
core
[22:25:01.454] #0  0x000000082e51e41a in thr_kill () from /lib/libc.so.7
[22:25:01.454] #1  0x000000082e497e64 in raise () from /lib/libc.so.7
[22:25:01.454] #2  0x000000082e5486f9 in abort () from /lib/libc.so.7
[22:25:01.454] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:25:01.454] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:25:01.454] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:25:01.454] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:25:01.455] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821636cb8) at ../src/backe...
[22:25:01.455] #8  0x00000000007d22ac in main (argc=8, argv=0x821636cb8) at ../src/backend/main/main.c:196
[22:25:01.703] #0  0x000000082bef841a in thr_kill () from /lib/libc.so.7
core
[22:25:01.712] #0  0x000000082bef841a in thr_kill () from /lib/libc.so.7
[22:25:01.712] #1  0x000000082be71e64 in raise () from /lib/libc.so.7
[22:25:01.712] #2  0x000000082bf226f9 in abort () from /lib/libc.so.7
[22:25:01.712] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:25:01.712] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:25:01.712] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:25:01.712] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:25:01.712] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8213725e0) at ../src/backe...
[22:25:01.712] #8  0x00000000007d22ac in main (argc=8, argv=0x8213725e0) at ../src/backend/main/main.c:196
[22:25:01.958] #0  0x000000082c32e41a in thr_kill () from /lib/libc.so.7
core
[22:25:01.967] #0  0x000000082c32e41a in thr_kill () from /lib/libc.so.7
[22:25:01.967] #1  0x000000082c2a7e64 in raise () from /lib/libc.so.7
[22:25:01.967] #2  0x000000082c3586f9 in abort () from /lib/libc.so.7
[22:25:01.967] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:25:01.967] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:25:01.967] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:25:01.967] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:25:01.967] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8216de358) at ../src/backe...
[22:25:01.967] #8  0x00000000007d22ac in main (argc=8, argv=0x8216de358) at ../src/backend/main/main.c:196
[22:25:02.212] #0  0x000000082a07841a in thr_kill () from /lib/libc.so.7
core
[22:25:02.221] #0  0x000000082a07841a in thr_kill () from /lib/libc.so.7
[22:25:02.221] #1  0x0000000829ff1e64 in raise () from /lib/libc.so.7
[22:25:02.221] #2  0x000000082a0a26f9 in abort () from /lib/libc.so.7
[22:25:02.221] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:25:02.221] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:25:02.221] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:25:02.221] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:25:02.221] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820e8da58) at ../src/backe...
[22:25:02.221] #8  0x00000000007d22ac in main (argc=8, argv=0x820e8da58) at ../src/backend/main/main.c:196
[22:25:02.473] #0  0x000000082bcf441a in thr_kill () from /lib/libc.so.7
core
[22:25:02.482] #0  0x000000082bcf441a in thr_kill () from /lib/libc.so.7
[22:25:02.482] #1  0x000000082bc6de64 in raise () from /lib/libc.so.7
[22:25:02.482] #2  0x000000082bd1e6f9 in abort () from /lib/libc.so.7
[22:25:02.482] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:25:02.482] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:25:02.482] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:25:02.482] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:25:02.482] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x82144ea60) at ../src/backe...
[22:25:02.482] #8  0x00000000007d22ac in main (argc=8, argv=0x82144ea60) at ../src/backend/main/main.c:196
[22:25:02.726] #0  0x000000082a97841a in thr_kill () from /lib/libc.so.7
core
[22:25:02.735] #0  0x000000082a97841a in thr_kill () from /lib/libc.so.7
[22:25:02.735] #1  0x000000082a8f1e64 in raise () from /lib/libc.so.7
[22:25:02.735] #2  0x000000082a9a26f9 in abort () from /lib/libc.so.7
[22:25:02.735] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:25:02.735] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:25:02.735] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:25:02.735] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:25:02.735] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820fe4708) at ../src/backe...
[22:25:02.735] #8  0x00000000007d22ac in main (argc=8, argv=0x820fe4708) at ../src/backend/main/main.c:196
[22:25:02.981] #0  0x000000082c87841a in thr_kill () from /lib/libc.so.7
core
[22:25:02.991] #0  0x000000082c87841a in thr_kill () from /lib/libc.so.7
[22:25:02.991] #1  0x000000082c7f1e64 in raise () from /lib/libc.so.7
[22:25:02.991] #2  0x000000082c8a26f9 in abort () from /lib/libc.so.7
[22:25:02.991] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:25:02.991] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:25:02.991] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:25:02.991] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:25:02.991] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821b7bbb8) at ../src/backe...
[22:25:02.991] #8  0x00000000007d22ac in main (argc=8, argv=0x821b7bbb8) at ../src/backend/main/main.c:196
[22:25:03.241] #0  0x000000082b35041a in thr_kill () from /lib/libc.so.7
core
[22:25:03.250] #0  0x000000082b35041a in thr_kill () from /lib/libc.so.7
[22:25:03.250] #1  0x000000082b2c9e64 in raise () from /lib/libc.so.7
[22:25:03.250] #2  0x000000082b37a6f9 in abort () from /lib/libc.so.7
[22:25:03.250] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:25:03.250] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:25:03.250] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:25:03.250] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:25:03.250] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821119590) at ../src/backe...
[22:25:03.250] #8  0x00000000007d22ac in main (argc=8, argv=0x821119590) at ../src/backend/main/main.c:196
[22:25:03.499] #0  0x000000082a9e841a in thr_kill () from /lib/libc.so.7
core
[22:25:03.508] #0  0x000000082a9e841a in thr_kill () from /lib/libc.so.7
[22:25:03.508] #1  0x000000082a961e64 in raise () from /lib/libc.so.7
[22:25:03.508] #2  0x000000082aa126f9 in abort () from /lib/libc.so.7
[22:25:03.508] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:25:03.508] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:25:03.508] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:25:03.508] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:25:03.508] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8211c1958) at ../src/backe...
[22:25:03.508] #8  0x00000000007d22ac in main (argc=8, argv=0x8211c1958) at ../src/backend/main/main.c:196
[22:25:03.755] #0  0x000000082d5d941a in thr_kill () from /lib/libc.so.7
core
[22:25:03.764] #0  0x000000082d5d941a in thr_kill () from /lib/libc.so.7
[22:25:03.764] #1  0x000000082d552e64 in raise () from /lib/libc.so.7
[22:25:03.764] #2  0x000000082d6036f9 in abort () from /lib/libc.so.7
[22:25:03.764] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:25:03.764] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:25:03.764] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:25:03.764] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:25:03.764] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821832d28) at ../src/backe...
[22:25:03.764] #8  0x00000000007d22ac in main (argc=8, argv=0x821832d28) at ../src/backend/main/main.c:196
[22:25:04.013] #0  0x000000082b18841a in thr_kill () from /lib/libc.so.7
core
[22:25:04.022] #0  0x000000082b18841a in thr_kill () from /lib/libc.so.7
[22:25:04.022] #1  0x000000082b101e64 in raise () from /lib/libc.so.7
[22:25:04.022] #2  0x000000082b1b26f9 in abort () from /lib/libc.so.7
[22:25:04.022] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:25:04.022] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:25:04.022] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:25:04.022] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:25:04.022] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821967620) at ../src/backe...
[22:25:04.022] #8  0x00000000007d22ac in main (argc=8, argv=0x821967620) at ../src/backend/main/main.c:196
[22:25:04.276] #0  0x000000082b49841a in thr_kill () from /lib/libc.so.7
core
[22:25:04.285] #0  0x000000082b49841a in thr_kill () from /lib/libc.so.7
[22:25:04.285] #1  0x000000082b411e64 in raise () from /lib/libc.so.7
[22:25:04.285] #2  0x000000082b4c26f9 in abort () from /lib/libc.so.7
[22:25:04.285] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:25:04.285] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:25:04.285] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:25:04.285] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:25:04.285] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8214919e0) at ../src/backe...
[22:25:04.285] #8  0x00000000007d22ac in main (argc=8, argv=0x8214919e0) at ../src/backend/main/main.c:196
[22:25:04.531] #0  0x000000082bc4341a in thr_kill () from /lib/libc.so.7
core
[22:25:04.540] #0  0x000000082bc4341a in thr_kill () from /lib/libc.so.7
[22:25:04.540] #1  0x000000082bbbce64 in raise () from /lib/libc.so.7
[22:25:04.540] #2  0x000000082bc6d6f9 in abort () from /lib/libc.so.7
[22:25:04.540] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:25:04.540] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:25:04.540] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:25:04.540] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:25:04.541] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x82109bd80) at ../src/backe...
[22:25:04.541] #8  0x00000000007d22ac in main (argc=8, argv=0x82109bd80) at ../src/backend/main/main.c:196
[22:25:04.790] #0  0x000000082bfc841a in thr_kill () from /lib/libc.so.7
core
[22:25:05.572] #0  0x000000082b6a641a in thr_kill () from /lib/libc.so.7
[22:25:05.572] #1  0x000000082b61fe64 in raise () from /lib/libc.so.7
[22:25:05.572] #2  0x000000082b6d06f9 in abort () from /lib/libc.so.7
[22:25:05.572] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:25:05.572] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:25:05.572] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:25:05.572] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:25:05.573] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x82142c1e0) at ../src/backe...
[22:25:05.573] #8  0x00000000007d22ac in main (argc=8, argv=0x82142c1e0) at ../src/backend/main/main.c:196
[22:25:05.816] #0  0x000000082bbf041a in thr_kill () from /lib/libc.so.7
core
[22:25:04.800] #0  0x000000082bfc841a in thr_kill () from /lib/libc.so.7
[22:25:04.800] #1  0x000000082bf41e64 in raise () from /lib/libc.so.7
[22:25:04.800] #2  0x000000082bff26f9 in abort () from /lib/libc.so.7
[22:25:04.800] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:25:04.800] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:25:04.800] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:25:04.800] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:25:04.800] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820fd2428) at ../src/backe...
[22:25:04.800] #8  0x00000000007d22ac in main (argc=8, argv=0x820fd2428) at ../src/backend/main/main.c:196
[22:25:05.051] #0  0x000000082cee741a in thr_kill () from /lib/libc.so.7
core
[22:25:05.060] #0  0x000000082cee741a in thr_kill () from /lib/libc.so.7
[22:25:05.060] #1  0x000000082ce60e64 in raise () from /lib/libc.so.7
[22:25:05.060] #2  0x000000082cf116f9 in abort () from /lib/libc.so.7
[22:25:05.060] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:25:05.060] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:25:05.060] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:25:05.060] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:25:05.060] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820ec5780) at ../src/backe...
[22:25:05.060] #8  0x00000000007d22ac in main (argc=8, argv=0x820ec5780) at ../src/backend/main/main.c:196
[22:25:05.306] #0  0x000000082c3f341a in thr_kill () from /lib/libc.so.7
core
[22:24:53.173] #0  0x000000082ccc941a in thr_kill () from /lib/libc.so.7
[22:24:53.173] #1  0x000000082cc42e64 in raise () from /lib/libc.so.7
[22:24:53.173] #2  0x000000082ccf36f9 in abort () from /lib/libc.so.7
[22:24:53.173] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:24:53.173] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:24:53.173] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:24:53.173] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:24:53.173] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821aec5b0) at ../src/backe...
[22:24:53.173] #8  0x00000000007d22ac in main (argc=8, argv=0x821aec5b0) at ../src/backend/main/main.c:196
[22:24:53.423] #0  0x000000082c65241a in thr_kill () from /lib/libc.so.7
core
[22:24:53.432] #0  0x000000082c65241a in thr_kill () from /lib/libc.so.7
[22:24:53.432] #1  0x000000082c5cbe64 in raise () from /lib/libc.so.7
[22:24:53.432] #2  0x000000082c67c6f9 in abort () from /lib/libc.so.7
[22:24:53.432] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:24:53.432] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:24:53.432] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:24:53.432] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:24:53.432] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82128c1e8) at ../src/backe...
[22:24:53.432] #8  0x00000000007d22ac in main (argc=4, argv=0x82128c1e8) at ../src/backend/main/main.c:196
[22:24:53.684] #0  0x000000082a46341a in thr_kill () from /lib/libc.so.7
core
[22:24:53.695] #0  0x000000082a46341a in thr_kill () from /lib/libc.so.7
[22:24:53.695] #1  0x000000082a3dce64 in raise () from /lib/libc.so.7
[22:24:53.695] #2  0x000000082a48d6f9 in abort () from /lib/libc.so.7
[22:24:53.695] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:24:53.695] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:24:53.695] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:24:53.695] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:24:53.696] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8212a5708) at ../src/backe...
[22:24:53.696] #8  0x00000000007d22ac in main (argc=4, argv=0x8212a5708) at ../src/backend/main/main.c:196
[22:24:53.951] #0  0x0000000829a0241a in thr_kill () from /lib/libc.so.7
core
[22:24:53.960] #0  0x0000000829a0241a in thr_kill () from /lib/libc.so.7
[22:24:53.960] #1  0x000000082997be64 in raise () from /lib/libc.so.7
[22:24:53.960] #2  0x0000000829a2c6f9 in abort () from /lib/libc.so.7
[22:24:53.960] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:24:53.960] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:24:53.960] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:24:53.960] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:24:53.960] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821162b98) at ../src/backe...
[22:24:53.960] #8  0x00000000007d22ac in main (argc=4, argv=0x821162b98) at ../src/backend/main/main.c:196
[22:24:54.214] #0  0x000000082a5a841a in thr_kill () from /lib/libc.so.7
core
[22:24:54.223] #0  0x000000082a5a841a in thr_kill () from /lib/libc.so.7
[22:24:54.223] #1  0x000000082a521e64 in raise () from /lib/libc.so.7
[22:24:54.223] #2  0x000000082a5d26f9 in abort () from /lib/libc.so.7
[22:24:54.223] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:24:54.223] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:24:54.223] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:24:54.223] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:24:54.224] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8218ba0c8) at ../src/backe...
[22:24:54.224] #8  0x00000000007d22ac in main (argc=4, argv=0x8218ba0c8) at ../src/backend/main/main.c:196
[22:24:54.476] #0  0x000000082a4ad41a in thr_kill () from /lib/libc.so.7
core
[22:24:54.486] #0  0x000000082a4ad41a in thr_kill () from /lib/libc.so.7
[22:24:54.486] #1  0x000000082a426e64 in raise () from /lib/libc.so.7
[22:24:54.486] #2  0x000000082a4d76f9 in abort () from /lib/libc.so.7
[22:24:54.486] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:24:54.486] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:24:54.486] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:24:54.486] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:24:54.486] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821688158) at ../src/backe...
[22:24:54.486] #8  0x00000000007d22ac in main (argc=4, argv=0x821688158) at ../src/backend/main/main.c:196
[22:24:54.737] #0  0x000000082a14a41a in thr_kill () from /lib/libc.so.7
core
[22:24:54.747] #0  0x000000082a14a41a in thr_kill () from /lib/libc.so.7
[22:24:54.747] #1  0x000000082a0c3e64 in raise () from /lib/libc.so.7
[22:24:54.747] #2  0x000000082a1746f9 in abort () from /lib/libc.so.7
[22:24:54.747] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:24:54.747] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:24:54.747] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:24:54.747] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:24:54.747] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8211453c0) at ../src/backe...
[22:24:54.747] #8  0x00000000007d22ac in main (argc=8, argv=0x8211453c0) at ../src/backend/main/main.c:196
[22:24:54.995] #0  0x0000000829e2441a in thr_kill () from /lib/libc.so.7
core
[22:25:06.074] #0  0x000000082a78541a in thr_kill () from /lib/libc.so.7
[22:25:06.074] #1  0x000000082a6fee64 in raise () from /lib/libc.so.7
[22:25:06.074] #2  0x000000082a7af6f9 in abort () from /lib/libc.so.7
[22:25:06.074] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:25:06.074] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:25:06.074] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:25:06.074] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:25:06.074] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x82125ca38) at ../src/backe...
[22:25:06.074] #8  0x00000000007d22ac in main (argc=8, argv=0x82125ca38) at ../src/backend/main/main.c:196
[22:25:06.325] #0  0x000000082a4ad41a in thr_kill () from /lib/libc.so.7
core
[22:24:55.004] #0  0x0000000829e2441a in thr_kill () from /lib/libc.so.7
[22:24:55.004] #1  0x0000000829d9de64 in raise () from /lib/libc.so.7
[22:24:55.004] #2  0x0000000829e4e6f9 in abort () from /lib/libc.so.7
[22:24:55.004] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:24:55.004] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:24:55.004] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:24:55.004] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:24:55.004] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820bbbf68) at ../src/backe...
[22:24:55.004] #8  0x00000000007d22ac in main (argc=8, argv=0x820bbbf68) at ../src/backend/main/main.c:196
[22:24:55.256] #0  0x000000082b98041a in thr_kill () from /lib/libc.so.7
core
[22:24:55.265] #0  0x000000082b98041a in thr_kill () from /lib/libc.so.7
[22:24:55.265] #1  0x000000082b8f9e64 in raise () from /lib/libc.so.7
[22:24:55.265] #2  0x000000082b9aa6f9 in abort () from /lib/libc.so.7
[22:24:55.265] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:24:55.265] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:24:55.265] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:24:55.265] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:24:55.266] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8211f3340) at ../src/backe...
[22:24:55.266] #8  0x00000000007d22ac in main (argc=8, argv=0x8211f3340) at ../src/backend/main/main.c:196
[22:24:55.519] #0  0x000000082d37541a in thr_kill () from /lib/libc.so.7
core
[22:24:55.528] #0  0x000000082d37541a in thr_kill () from /lib/libc.so.7
[22:24:55.528] #1  0x000000082d2eee64 in raise () from /lib/libc.so.7
[22:24:55.528] #2  0x000000082d39f6f9 in abort () from /lib/libc.so.7
[22:24:55.528] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:24:55.528] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:24:55.528] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:24:55.528] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:24:55.528] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821177140) at ../src/backe...
[22:24:55.528] #8  0x00000000007d22ac in main (argc=4, argv=0x821177140) at ../src/backend/main/main.c:196
[22:24:55.777] #0  0x000000082ce8041a in thr_kill () from /lib/libc.so.7
core
[22:24:55.786] #0  0x000000082ce8041a in thr_kill () from /lib/libc.so.7
[22:24:55.786] #1  0x000000082cdf9e64 in raise () from /lib/libc.so.7
[22:24:55.786] #2  0x000000082ceaa6f9 in abort () from /lib/libc.so.7
[22:24:55.786] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:24:55.786] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:24:55.786] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:24:55.786] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:24:55.786] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820fb9628) at ../src/backe...
[22:24:55.786] #8  0x00000000007d22ac in main (argc=4, argv=0x820fb9628) at ../src/backend/main/main.c:196
[22:24:56.037] #0  0x000000082c0c941a in thr_kill () from /lib/libc.so.7
core
[22:24:56.046] #0  0x000000082c0c941a in thr_kill () from /lib/libc.so.7
[22:24:56.046] #1  0x000000082c042e64 in raise () from /lib/libc.so.7
[22:24:56.046] #2  0x000000082c0f36f9 in abort () from /lib/libc.so.7
[22:24:56.046] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:24:56.046] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:24:56.046] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:24:56.046] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:24:56.046] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820ef34b0) at ../src/backe...
[22:24:56.046] #8  0x00000000007d22ac in main (argc=8, argv=0x820ef34b0) at ../src/backend/main/main.c:196
[22:24:56.303] #0  0x000000082ce3d41a in thr_kill () from /lib/libc.so.7
core
[22:24:56.313] #0  0x000000082ce3d41a in thr_kill () from /lib/libc.so.7
[22:24:56.313] #1  0x000000082cdb6e64 in raise () from /lib/libc.so.7
[22:24:56.313] #2  0x000000082ce676f9 in abort () from /lib/libc.so.7
[22:24:56.313] #3  0x0000000000a9fc05 in ExceptionalCondition (conditionName=0x2e71bb "(remainMask.mask | targetMask.mas...
[22:24:56.313] #4  0x000000000089ce97 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:24:56.313] #5  0x000000000089b399 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[22:24:56.313] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:24:56.313] #7  0x000000000089a76b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8212d7530) at ../src/backe...
[22:24:56.313] #8  0x00000000007d22ac in main (argc=8, argv=0x8212d7530) at ../src/backend/main/main.c:196
[22:24:56.570] #0  0x000000082a7e441a in thr_kill () from /lib/libc.so.7
tap
[22:21:50.186](0.181s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/amcheck/001_verify_heapam/data/t...
tap
[22:21:50.193](0.167s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/amcheck/002_cic/data/t_002_cic_C...
tap
[22:21:50.373](0.184s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/amcheck/003_cic_2pc/data/t_003_c...
tap
[22:21:50.377](0.184s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/amcheck/004_verify_nbtree_unique...
tap
[22:21:50.564](0.229s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/amcheck/005_pitr/data/t_005_pitr...
tap
[22:21:51.360](0.216s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/authentication/001_password/data...
tap
[22:21:51.449](0.305s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/authentication/002_saslprep/data...
tap
[22:21:51.679](0.314s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/authentication/003_peer/data/t_0...
tap
[22:21:51.573](0.247s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/authentication/004_file_inclusio...
tap
[22:21:51.728](0.225s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/authentication/006_login_trigger...
tap
[22:21:50.555](0.211s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/auto_explain/001_auto_explain/da...
tap
[22:21:50.745](0.216s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/basebackup_to_shell/001_basic/da...
tap
[22:21:50.800](0.229s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/bloom/001_wal/data/t_001_wal_pri...
tap
[22:21:54.859](0.254s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/brin/01_workitems/data/t_01_work...
tap
[22:21:54.857](0.248s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/brin/02_wal_consistency/data/t_0...
tap
[22:21:57.177](0.177s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/checksums/001_basic/data/t_001_b...
tap
[22:21:57.189](0.198s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/checksums/002_restarts/data/t_00...
tap
[22:21:57.178](0.194s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/checksums/003_standby_restarts/d...
tap
[22:21:57.395](0.291s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/checksums/004_offline/data/t_004...
tap
[22:21:54.921](0.209s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/commit_ts/001_base/data/t_001_ba...
tap
[22:21:55.028](0.211s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/commit_ts/002_standby/data/t_002...
tap
[22:21:55.150](0.247s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/commit_ts/003_standby_2/data/t_0...
tap
[22:21:55.190](0.187s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/commit_ts/004_restart/data/t_004...
tap
[22:21:57.848](0.170s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/icu/010_database/data/t_010_data...
tap
[22:21:55.223](0.184s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/injection_points/001_stats/data/...
tap
[21:57:59.909](0.309s) Bail out!  pg_ctl restart failed
tap
[22:21:56.160](0.300s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/ldap_password_func/001_mutated_b...
tap
[22:21:57.872](0.162s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/ldap/001_auth/data/t_001_auth_no...
tap
[22:21:58.001](0.168s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/ldap/002_bindpasswd/data/t_002_b...
tap
[22:21:55.404](0.202s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/libpq_pipeline/001_libpq_pipelin...
tap
[22:21:33.216](0.210s) Bail out!  pg_ctl stop failed
tap
[22:21:31.583](0.211s) Bail out!  pg_ctl restart failed
tap
[22:21:36.856](0.206s) Bail out!  pg_ctl stop failed
tap
[22:21:35.969](1.519s) Bail out!  pg_ctl stop failed
tap
[22:21:38.534](0.205s) Bail out!  pg_ctl restart failed
tap
[22:21:43.618](0.986s) Bail out!  pg_ctl stop failed
tap
[22:21:42.869](0.000s) not ok 23 - data_checksums=on is reported on an offline cluster stdout /(?^:^on$)/
[22:21:43.342](0.359s) Bail out!  pg_ctl stop failed
tap
[22:21:44.947](0.269s) Bail out!  pg_ctl start failed
tap
[22:21:44.379](0.090s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_combinebackup/005_integrity/d...
tap
[22:21:44.604](0.077s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_combinebackup/006_db_file_cop...
tap
[22:21:44.974](0.207s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_combinebackup/007_wal_level_m...
tap
[22:21:45.311](0.191s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_combinebackup/008_promote/dat...
tap
[22:21:45.470](0.180s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_combinebackup/009_no_full_fil...
tap
[22:21:45.694](0.173s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_controldata/001_pg_controldat...
tap
[22:21:45.799](0.189s) not ok 11 - pg_ctl initdb
tap
[22:21:45.786](0.172s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_ctl/002_status/data/t_002_sta...
tap
[22:21:45.910](0.203s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_ctl/003_promote/data/t_003_pr...
tap
[22:21:46.068](0.221s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_ctl/004_logrotate/data/t_004_...
tap
[22:21:46.173](0.196s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_dump/002_pg_dump/data/t_002_p...
tap
[22:21:46.259](0.200s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_dump/003_pg_dump_with_server/...
tap
[22:21:46.406](0.189s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_dump/004_pg_dump_parallel/dat...
tap
[22:21:46.493](0.181s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_dump/005_pg_dump_filterfile/d...
tap
[22:21:46.530](0.198s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_dump/010_dump_connstr/data/t_...
tap
[22:21:50.955](0.230s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_prewarm/001_basic/data/t_001_...
tap
[22:21:46.622](0.208s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_resetwal/001_basic/data/t_001...
tap
[22:21:46.751](0.198s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_resetwal/002_corrupted/data/t...
tap
[22:21:46.821](0.173s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_rewind/001_basic/data/t_001_b...
tap
[22:21:46.849](0.170s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_rewind/002_databases/data/t_0...
tap
[22:21:47.016](0.237s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_rewind/003_extrafiles/data/t_...
tap
[22:21:47.070](0.171s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_rewind/004_pg_xlog_symlink/da...
tap
[22:21:47.138](0.170s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_rewind/005_same_timeline/data...
tap
[22:21:47.340](0.195s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_rewind/007_standby_source/dat...
tap
[22:21:47.352](0.192s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_rewind/008_min_recovery_point...
tap
[22:21:47.421](0.202s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_rewind/009_growing_files/data...
tap
[22:21:50.992](0.273s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_stat_statements/010_restart/d...
tap
[21:57:51.177](0.540s) Bail out!  pg_ctl stop failed
tap
[21:56:56.452](4.218s) Bail out!  pg_ctl stop failed
tap
[21:56:56.269](2.210s) Bail out!  pg_ctl stop failed
tap
[22:21:47.690](0.188s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_verifybackup/002_algorithm/da...
tap
[22:21:47.749](0.181s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_verifybackup/003_corruption/d...
tap
[22:21:47.808](0.222s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_verifybackup/004_options/data...
tap
[22:21:48.004](0.169s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_verifybackup/006_encoding/dat...
tap
[22:21:48.050](0.159s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_verifybackup/007_wal/data/t_0...
tap
[22:21:48.118](0.164s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_verifybackup/008_untar/data/t...
tap
[22:21:48.130](0.167s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_verifybackup/009_extract/data...
tap
[22:21:48.337](0.190s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_verifybackup/010_client_untar...
tap
[22:21:50.981](0.188s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_visibility/001_concurrent_tra...
tap
[22:21:51.163](0.268s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_visibility/002_corrupt_vm/dat...
tap
[22:21:48.492](0.259s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_waldump/001_basic/data/t_001_...
tap
[22:21:48.485](0.224s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_waldump/002_save_fullpage/dat...
tap
[22:21:48.563](0.191s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_walsummary/002_blocks/data/t_...
tap
[22:21:48.667](0.242s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pgbench/001_pgbench_with_server/...
tap
[22:21:51.875](0.315s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/postmaster/001_connection_limits...
tap
[22:21:51.869](0.263s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/postmaster/002_start_stop/data/t...
tap
[22:21:48.898](0.199s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/psql/001_basic/data/t_001_basic_...
tap
[22:21:48.938](0.250s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/psql/010_tab_completion/data/t_0...
tap
[22:21:48.882](0.169s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/psql/020_cancel/data/t_020_cance...
tap
[21:56:54.311](4.435s) Bail out!  pg_ctl stop failed
tap
[21:56:54.696](0.935s) Bail out!  pg_ctl stop failed
tap
[21:56:59.714](3.608s) Bail out!  pg_ctl stop failed
tap
[21:56:59.236](0.626s) Bail out!  pg_ctl restart failed
tap
[21:57:01.640](0.221s) Bail out!  pg_ctl stop failed
tap
[21:57:12.720](13.330s) Bail out!  pg_ctl restart failed
tap
[21:57:03.529](1.191s) Bail out!  pg_ctl stop failed
tap
[21:57:04.712](0.835s) Bail out!  pg_ctl stop failed
tap
[21:57:07.374](3.263s) Bail out!  pg_ctl stop failed
tap
[21:57:10.326](2.911s) Bail out!  pg_ctl stop failed
tap
[21:57:13.250](6.042s) Bail out!  pg_ctl stop failed
tap
[21:57:15.035](5.765s) Bail out!  pg_ctl stop failed
tap
[21:57:14.665](1.596s) Bail out!  pg_ctl restart failed
tap
[21:57:15.886](2.452s) Bail out!  pg_ctl stop failed
tap
[21:57:18.657](1.990s) Bail out!  pg_ctl stop failed
tap
[21:57:17.564](0.731s) Bail out!  pg_ctl stop failed
tap
[21:57:20.722](1.193s) Bail out!  pg_ctl stop failed
tap
[21:57:20.958](0.940s) Bail out!  pg_ctl stop failed
tap
[21:57:22.013](2.319s) Bail out!  pg_ctl restart failed
tap
[21:57:26.071](0.842s) Bail out!  pg_ctl stop failed
tap
[21:58:11.825](0.314s) Bail out!  pg_ctl restart failed
tap
[21:57:29.649](0.517s) Bail out!  pg_ctl stop failed
tap
[21:57:29.719](0.521s) Bail out!  pg_ctl stop failed
tap
[21:57:36.033](0.737s) Bail out!  pg_ctl restart failed
tap
[21:57:35.911](0.621s) Bail out!  pg_ctl restart failed
tap
[21:57:42.334](1.081s) Bail out!  pg_ctl stop failed
tap
[21:57:41.386](4.649s) Bail out!  pg_ctl stop failed
tap
[21:57:45.665](3.397s) Bail out!  pg_ctl stop failed
tap
[21:57:50.587](0.434s) Bail out!  pg_ctl stop failed
tap
[21:57:48.750](2.908s) Bail out!  pg_ctl stop failed
tap
[21:57:55.428](0.728s) Bail out!  pg_ctl restart failed
tap
[21:57:54.370](0.967s) Bail out!  pg_ctl stop failed
tap
[21:57:56.861](0.433s) Bail out!  pg_ctl stop failed
tap
[21:57:56.802](0.413s) Bail out!  pg_ctl stop failed
tap
[21:57:59.657](0.629s) Bail out!  pg_ctl stop failed
tap
[22:21:49.065](0.223s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/010_clusterdb/data/t_010...
tap
[22:21:49.307](0.264s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/011_clusterdb_all/data/t...
tap
[22:21:49.305](0.192s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/020_createdb/data/t_020_...
tap
[22:21:49.302](0.191s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/040_createuser/data/t_04...
tap
[22:21:49.443](0.272s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/050_dropdb/data/t_050_dr...
tap
[22:21:49.458](0.218s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/070_dropuser/data/t_070_...
tap
[22:21:49.700](0.220s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/080_pg_isready/data/t_08...
tap
[22:21:49.685](0.195s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/090_reindexdb/data/t_090...
tap
[22:21:49.688](0.192s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/091_reindexdb_all/data/t...
tap
[22:21:49.848](0.189s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/100_vacuumdb/data/t_100_...
tap
[22:21:49.861](0.193s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/101_vacuumdb_all/data/t_...
tap
[22:21:50.048](0.199s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/102_vacuumdb_stages/data...
tap
[22:21:50.043](0.205s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/200_connstr/data/t_200_c...
tap
[22:21:55.486](0.188s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/ssl_passphrase_callback/001_test...
tap
[22:21:57.530](0.198s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/ssl/001_ssltests/data/t_001_sslt...
tap
[22:21:57.514](0.187s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/ssl/002_scram/data/t_002_scram_p...
tap
[22:21:57.531](0.193s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/ssl/003_sslinfo/data/t_003_sslin...
tap
[22:21:51.939](0.194s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/001_rep_changes/dat...
tap
[22:21:52.143](0.272s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/002_types/data/t_00...
tap
[22:21:52.082](0.207s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/003_constraints/dat...
tap
[22:21:52.300](0.270s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/004_sync/data/t_004...
tap
[22:21:52.316](0.265s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/005_encoding/data/t...
tap
[22:21:52.377](0.255s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/006_rewrite/data/t_...
tap
[22:21:52.524](0.284s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/007_ddl/data/t_007_...
tap
[22:21:52.564](0.272s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/008_diff_schema/dat...
tap
[22:21:52.781](0.320s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/009_matviews/data/t...
tap
[22:21:52.730](0.250s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/010_truncate/data/t...
tap
[22:21:52.794](0.232s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/011_generated/data/...
tap
[22:21:52.901](0.207s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/012_collation/data/...
tap
[22:21:53.004](0.278s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/013_partition/data/...
tap
[22:21:53.150](0.265s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/014_binary/data/t_0...
tap
[22:21:53.172](0.219s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/015_stream/data/t_0...
tap
[22:21:53.301](0.314s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/016_stream_subxact/...
tap
[22:21:53.315](0.262s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/017_stream_ddl/data...
tap
[22:21:53.448](0.288s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/018_stream_subxact_...
tap
[22:21:53.612](0.300s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/019_stream_subxact_...
tap
[22:21:53.610](0.283s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/020_messages/data/t...
tap
[22:21:53.629](0.178s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/021_twophase/data/t...
tap
[22:21:53.666](0.199s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/022_twophase_cascad...
tap
[22:21:53.867](0.259s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/023_twophase_stream...
tap
[22:21:54.007](0.231s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/024_add_drop_pub/da...
tap
[22:21:54.021](0.244s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/025_rep_changes_for...
tap
[22:21:53.992](0.212s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/026_stats/data/t_02...
tap
[22:21:54.160](0.297s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/027_nosuperuser/dat...
tap
[22:21:54.277](0.245s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/028_row_filter/data...
tap
[22:21:54.424](0.226s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/029_on_error/data/t...
tap
[22:21:54.451](0.286s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/030_origin/data/t_0...
tap
[22:21:54.403](0.232s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/031_column_list/dat...
tap
[22:21:54.540](0.232s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/032_subscribe_use_i...
tap
[22:21:54.672](0.249s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/033_run_as_table_ow...
tap
[22:21:54.750](0.202s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/100_bugs/data/t_100...
tap
[22:21:55.516](0.180s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/test_custom_rmgrs/001_basic/data...
tap
[22:21:51.183](0.231s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/test_decoding/001_repl_stats/dat...
tap
[22:21:56.036](0.217s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/test_misc/001_constraint_validat...
tap
[22:21:56.101](0.233s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/test_misc/002_tablespace/data/t_...
tap
[22:21:56.420](0.222s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/test_misc/003_check_guc/data/t_0...
tap
[22:21:56.462](0.247s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/test_misc/004_io_direct/data/t_0...
tap
[22:21:56.456](0.188s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/test_misc/005_timeouts/data/t_00...
tap
[22:21:56.569](0.226s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/test_misc/006_signal_autovacuum/...
tap
[22:21:56.809](0.237s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/test_pg_dump/001_base/data/t_001...
tap
[22:21:56.821](0.189s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/test_slru/001_multixact/data/t_0...
tap
[22:21:56.797](0.174s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/worker_spi/001_worker_spi/data/t...
test
[22:23:37.394]   5/317 postgresql:recovery / recovery/001_stream_rep                                   ERROR            ...
[22:23:37.394]   6/317 postgresql:recovery / recovery/003_recovery_targets                             ERROR            ...
[22:23:37.394]   7/317 postgresql:pg_upgrade / pg_upgrade/003_logical_slots                            ERROR            ...
[22:23:37.394]   8/317 postgresql:pg_upgrade / pg_upgrade/004_subscription                             ERROR            ...
[22:23:37.394]   9/317 postgresql:recovery / recovery/006_logical_decoding                             ERROR            ...
[22:23:37.394]  11/317 postgresql:recovery / recovery/004_timeline_switch                              ERROR            ...
[22:23:37.394]  12/317 postgresql:recovery / recovery/007_sync_rep                                     ERROR            ...
[22:23:37.394]  13/317 postgresql:recovery / recovery/009_twophase                                     ERROR            ...
[22:23:37.394]  14/317 postgresql:recovery / recovery/010_logical_decoding_timelines                   ERROR            ...
[22:23:37.394]  16/317 postgresql:recovery / recovery/012_subtransactions                              ERROR            ...
[22:23:37.394]  17/317 postgresql:recovery / recovery/014_unlogged_reinit                              ERROR            ...
[22:23:37.394]  18/317 postgresql:recovery / recovery/008_fsm_truncation                               ERROR            ...
[22:23:37.394]  19/317 postgresql:recovery / recovery/015_promotion_pages                              ERROR            ...
[22:23:37.394]  20/317 postgresql:recovery / recovery/017_shm                                          ERROR            ...
[22:23:37.394]  21/317 postgresql:recovery / recovery/018_wal_optimize                                 ERROR            ...
[22:23:37.394]  22/317 postgresql:recovery / recovery/016_min_consistency                              ERROR            ...
[22:23:37.394]  23/317 postgresql:recovery / recovery/020_archive_status                               ERROR            ...
[22:23:37.394]  24/317 postgresql:recovery / recovery/019_replslot_limit                               ERROR            ...
[22:23:37.394]  25/317 postgresql:recovery / recovery/021_row_visibility                               ERROR            ...
[22:23:37.394]  26/317 postgresql:recovery / recovery/023_pitr_prepared_xact                           ERROR            ...
[22:23:37.394]  27/317 postgresql:recovery / recovery/024_archive_recovery                             ERROR            ...
[22:23:37.394]  28/317 postgresql:recovery / recovery/026_overwrite_contrecord                         ERROR            ...
[22:23:37.394]  30/317 postgresql:recovery / recovery/029_stats_restart                                ERROR            ...
[22:23:37.394]  31/317 postgresql:recovery / recovery/028_pitr_timelines                               ERROR            ...
[22:23:37.394]  32/317 postgresql:recovery / recovery/031_recovery_conflict                            ERROR            ...
[22:23:37.394]  33/317 postgresql:recovery / recovery/030_stats_cleanup_replica                        ERROR            ...
[22:23:37.394]  34/317 postgresql:recovery / recovery/033_replay_tsp_drops                             ERROR            ...
[22:23:37.394]  35/317 postgresql:recovery / recovery/032_relfilenode_reuse                            ERROR            ...
[22:23:37.394]  36/317 postgresql:recovery / recovery/034_create_database                              ERROR            ...
[22:23:37.394]  37/317 postgresql:recovery / recovery/036_truncated_dropped                            ERROR            ...
[22:23:37.394]  39/317 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[22:23:37.394]  40/317 postgresql:recovery / recovery/035_standby_logical_decoding                     ERROR            ...
[22:23:37.394]  41/317 postgresql:recovery / recovery/039_end_of_wal                                   ERROR            ...
[22:23:37.394]  42/317 postgresql:recovery / recovery/038_save_logical_slots_shutdown                  ERROR            ...
[22:23:37.394]  43/317 postgresql:recovery / recovery/041_checkpoint_at_promote                        ERROR            ...
[22:23:37.394]  44/317 postgresql:recovery / recovery/040_standby_failover_slots_sync                  ERROR            ...
[22:23:37.394]  45/317 postgresql:kerberos / kerberos/001_auth                                         ERROR            ...
[22:23:37.394]  46/317 postgresql:recovery / recovery/042_low_level_backup                             ERROR            ...
[22:23:37.394]  47/317 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[22:23:37.394]  48/317 postgresql:regress / regress/regress                                            ERROR           1...
[22:23:37.394]  49/317 postgresql:isolation / isolation/isolation                                      ERROR           1...
[22:23:37.394]  50/317 postgresql:plpgsql / plpgsql/regress                                            ERROR           1...
[22:23:37.394]  51/317 postgresql:plperl / plperl/regress                                              ERROR           1...
[22:23:37.394]  52/317 postgresql:plpython / plpython/regress                                          ERROR           1...
[22:23:37.394]  53/317 postgresql:pltcl / pltcl/regress                                                ERROR           1...
[22:23:37.394]  54/317 postgresql:recovery / recovery/013_crash_restart                                ERROR           2...
[22:23:37.394]  55/317 postgresql:recovery / recovery/022_crash_temp_files                             ERROR           2...
[22:23:37.394]  56/317 postgresql:amcheck / amcheck/regress                                            ERROR           1...
[22:23:37.394]  57/317 postgresql:basic_archive / basic_archive/regress                                ERROR           1...
[22:23:37.394]  58/317 postgresql:bloom / bloom/regress                                                ERROR           1...
[22:23:37.394]  59/317 postgresql:bool_plperl / bool_plperl/regress                                    ERROR           1...
[22:23:37.394]  60/317 postgresql:btree_gin / btree_gin/regress                                        ERROR           1...
[22:23:37.394]  61/317 postgresql:btree_gist / btree_gist/regress                                      ERROR           1...
[22:23:37.394]  62/317 postgresql:citext / citext/regress                                              ERROR           1...
[22:23:37.394]  63/317 postgresql:cube / cube/regress                                                  ERROR           1...
[22:23:37.395]  64/317 postgresql:dblink / dblink/regress                                              ERROR           1...
[22:23:37.395]  65/317 postgresql:dict_int / dict_int/regress                                          ERROR           1...
[22:23:37.395]  66/317 postgresql:dict_xsyn / dict_xsyn/regress                                        ERROR           1...
[22:23:37.395]  67/317 postgresql:earthdistance / earthdistance/regress                                ERROR           1...
[22:23:37.395]  68/317 postgresql:file_fdw / file_fdw/regress                                          ERROR           1...
[22:23:37.395]  69/317 postgresql:fuzzystrmatch / fuzzystrmatch/regress                                ERROR           1...
[22:23:37.395]  70/317 postgresql:hstore / hstore/regress                                              ERROR           1...
[22:23:37.395]  71/317 postgresql:hstore_plperl / hstore_plperl/regress                                ERROR           1...
[22:23:37.395]  72/317 postgresql:hstore_plpython / hstore_plpython/regress                            ERROR           1...
[22:23:37.395]  73/317 postgresql:intarray / intarray/regress                                          ERROR           1...
[22:23:37.395]  74/317 postgresql:isn / isn/regress                                                    ERROR           1...
[22:23:37.395]  75/317 postgresql:jsonb_plperl / jsonb_plperl/regress                                  ERROR           1...
[22:23:37.395]  76/317 postgresql:jsonb_plpython / jsonb_plpython/regress                              ERROR           1...
[22:23:37.395]  77/317 postgresql:lo / lo/regress                                                      ERROR           1...
[22:23:37.395]  78/317 postgresql:ltree / ltree/regress                                                ERROR           1...
[22:23:37.395]  79/317 postgresql:ltree_plpython / ltree_plpython/regress                              ERROR           1...
[22:23:37.395]  80/317 postgresql:pageinspect / pageinspect/regress                                    ERROR           1...
[22:23:37.395]  81/317 postgresql:passwordcheck / passwordcheck/regress                                ERROR           1...
[22:23:37.395]  82/317 postgresql:pg_buffercache / pg_buffercache/regress                              ERROR           1...
[22:23:37.395]  83/317 postgresql:pgcrypto / pgcrypto/regress                                          ERROR           1...
[22:23:37.395]  84/317 postgresql:pg_freespacemap / pg_freespacemap/regress                            ERROR           1...
[22:23:37.395]  85/317 postgresql:pg_logicalinspect / pg_logicalinspect/isolation                      ERROR           1...
[22:23:37.395]  86/317 postgresql:pgrowlocks / pgrowlocks/isolation                                    ERROR           1...
[22:23:37.395]  87/317 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR           1...
[22:23:37.395]  88/317 postgresql:pgstattuple / pgstattuple/regress                                    ERROR           1...
[22:23:37.395]  89/317 postgresql:pg_surgery / pg_surgery/regress                                      ERROR           1...
[22:23:37.395]  90/317 postgresql:pg_trgm / pg_trgm/regress                                            ERROR           1...
[22:23:37.395]  91/317 postgresql:pg_visibility / pg_visibility/regress                                ERROR           1...
[22:23:37.395]  92/317 postgresql:pg_walinspect / pg_walinspect/regress                                ERROR           1...
[22:23:37.395]  93/317 postgresql:postgres_fdw / postgres_fdw/regress                                  ERROR           1...
[22:23:37.395]  94/317 postgresql:seg / seg/regress                                                    ERROR           1...
[22:23:37.395]  95/317 postgresql:tablefunc / tablefunc/regress                                        ERROR           1...
[22:23:37.395]  96/317 postgresql:tcn / tcn/isolation                                                  ERROR           1...
[22:23:37.395]  97/317 postgresql:tsm_system_rows / tsm_system_rows/regress                            ERROR           1...
[22:23:37.395]  98/317 postgresql:tsm_system_time / tsm_system_time/regress                            ERROR           1...
[22:23:37.395]  99/317 postgresql:test_decoding / test_decoding/isolation                              ERROR           1...
[22:23:37.395] 100/317 postgresql:test_decoding / test_decoding/regress                                ERROR           1...
[22:23:37.395] 101/317 postgresql:unaccent / unaccent/regress                                          ERROR           1...
[22:23:37.395] 102/317 postgresql:uuid-ossp / uuid-ossp/regress                                        ERROR           1...
[22:23:37.395] 103/317 postgresql:xml2 / xml2/regress                                                  ERROR           1...
[22:23:37.395] 104/317 postgresql:brin / brin/isolation                                                ERROR           1...
[22:23:37.395] 105/317 postgresql:commit_ts / commit_ts/regress                                        ERROR           1...
[22:23:37.395] 106/317 postgresql:delay_execution / delay_execution/isolation                          ERROR           1...
[22:23:37.395] 107/317 postgresql:dummy_index_am / dummy_index_am/regress                              ERROR           1...
[22:23:37.395] 108/317 postgresql:dummy_seclabel / dummy_seclabel/regress                              ERROR           1...
[22:23:37.395] 109/317 postgresql:gin / gin/regress                                                    ERROR           1...
[22:23:37.395] 110/317 postgresql:injection_points / injection_points/regress                          ERROR           1...
[22:23:37.395] 111/317 postgresql:injection_points / injection_points/isolation                        ERROR           1...
[22:23:37.395] 112/317 postgresql:plsample / plsample/regress                                          ERROR           1...
[22:23:37.395] 113/317 postgresql:spgist_name_ops / spgist_name_ops/regress                            ERROR           1...
[22:23:37.395] 114/317 postgresql:test_bloomfilter / test_bloomfilter/regress                          ERROR           1...
[22:23:37.395] 115/317 postgresql:test_copy_callbacks / test_copy_callbacks/regress                    ERROR           1...
[22:23:37.395] 116/317 postgresql:test_ddl_deparse / test_ddl_deparse/regress                          ERROR           1...
[22:23:37.395] 117/317 postgresql:test_dsa / test_dsa/regress                                          ERROR           1...
[22:23:37.395] 118/317 postgresql:test_dsm_registry / test_dsm_registry/regress                        ERROR           1...
[22:23:37.395] 119/317 postgresql:test_extensions / test_extensions/regress                            ERROR           1...
[22:23:37.395] 120/317 postgresql:test_ginpostinglist / test_ginpostinglist/regress                    ERROR           1...
[22:23:37.395] 121/317 postgresql:test_lfind / test_lfind/regress                                      ERROR           1...
[22:23:37.395] 122/317 postgresql:test_oat_hooks / test_oat_hooks/regress                              ERROR           1...
[22:23:37.395] 123/317 postgresql:test_parser / test_parser/regress                                    ERROR           1...
[22:23:37.395] 124/317 postgresql:test_integerset / test_integerset/regress                            ERROR           1...
[22:23:37.395] 125/317 postgresql:test_pg_dump / test_pg_dump/regress                                  ERROR           1...
[22:23:37.395] 126/317 postgresql:test_predtest / test_predtest/regress                                ERROR           1...
[22:23:37.395] 127/317 postgresql:test_radixtree / test_radixtree/regress                              ERROR           1...
[22:23:37.396] 128/317 postgresql:test_rbtree / test_rbtree/regress                                    ERROR           1...
[22:23:37.396] 130/317 postgresql:test_resowner / test_resowner/regress                                ERROR           1...
[22:23:37.396] 129/317 postgresql:test_regex / test_regex/regress                                      ERROR           1...
[22:23:37.396] 133/317 postgresql:test_rls_hooks / test_rls_hooks/regress                              ERROR           1...
[22:23:37.396] 135/317 postgresql:test_shm_mq / test_shm_mq/regress                                    ERROR           1...
[22:23:37.396] 136/317 postgresql:libpq / libpq/005_negotiate_encryption                               ERROR            ...
[22:23:37.396] 138/317 postgresql:libpq / libpq/003_load_balance_host_list                             ERROR            ...
[22:23:37.396] 140/317 postgresql:pg_amcheck / pg_amcheck/004_verify_heapam                            ERROR            ...
[22:23:37.396] 141/317 postgresql:pg_amcheck / pg_amcheck/003_check                                    ERROR            ...
[22:23:37.396] 143/317 postgresql:pg_basebackup / pg_basebackup/010_pg_basebackup                      ERROR            ...
[22:23:37.396] 151/317 postgresql:test_slru / test_slru/regress                                        ERROR           1...
[22:23:37.396] 152/317 postgresql:pg_checksums / pg_checksums/002_actions                              ERROR            ...
[22:23:37.396] 153/317 postgresql:pg_basebackup / pg_basebackup/040_pg_createsubscriber                ERROR            ...
[22:23:37.396] 154/317 postgresql:pg_combinebackup / pg_combinebackup/005_integrity                    ERROR            ...
[22:23:37.396] 155/317 postgresql:pg_combinebackup / pg_combinebackup/006_db_file_copy                 ERROR            ...
[22:23:37.396] 156/317 postgresql:pg_combinebackup / pg_combinebackup/007_wal_level_minimal            ERROR            ...
[22:23:37.396] 157/317 postgresql:pg_combinebackup / pg_combinebackup/003_timeline                     ERROR            ...
[22:23:37.396] 158/317 postgresql:pg_combinebackup / pg_combinebackup/008_promote                      ERROR            ...
[22:23:37.396] 161/317 postgresql:pg_combinebackup / pg_combinebackup/009_no_full_file                 ERROR            ...
[22:23:37.396] 163/317 postgresql:pg_controldata / pg_controldata/001_pg_controldata                   ERROR            ...
[22:23:37.396] 164/317 postgresql:pg_ctl / pg_ctl/002_status                                           ERROR            ...
[22:23:37.396] 165/317 postgresql:pg_ctl / pg_ctl/001_start_stop                                       ERROR            ...
[22:23:37.396] 166/317 postgresql:pg_ctl / pg_ctl/003_promote                                          ERROR            ...
[22:23:37.396] 167/317 postgresql:pg_ctl / pg_ctl/004_logrotate                                        ERROR            ...
[22:23:37.396] 169/317 postgresql:pg_dump / pg_dump/002_pg_dump                                        ERROR            ...
[22:23:37.396] 170/317 postgresql:pg_dump / pg_dump/003_pg_dump_with_server                            ERROR            ...
[22:23:37.396] 171/317 postgresql:pg_dump / pg_dump/004_pg_dump_parallel                               ERROR            ...
[22:23:37.396] 172/317 postgresql:pg_dump / pg_dump/005_pg_dump_filterfile                             ERROR            ...
[22:23:37.396] 173/317 postgresql:pg_dump / pg_dump/010_dump_connstr                                   ERROR            ...
[22:23:37.396] 174/317 postgresql:pg_resetwal / pg_resetwal/001_basic                                  ERROR            ...
[22:23:37.396] 175/317 postgresql:pg_resetwal / pg_resetwal/002_corrupted                              ERROR            ...
[22:23:37.396] 176/317 postgresql:pg_rewind / pg_rewind/001_basic                                      ERROR            ...
[22:23:37.396] 177/317 postgresql:pg_rewind / pg_rewind/002_databases                                  ERROR            ...
[22:23:37.396] 179/317 postgresql:pg_rewind / pg_rewind/003_extrafiles                                 ERROR            ...
[22:23:37.396] 180/317 postgresql:pg_rewind / pg_rewind/004_pg_xlog_symlink                            ERROR            ...
[22:23:37.396] 181/317 postgresql:pg_rewind / pg_rewind/005_same_timeline                              ERROR            ...
[22:23:37.396] 183/317 postgresql:pg_rewind / pg_rewind/007_standby_source                             ERROR            ...
[22:23:37.396] 184/317 postgresql:pg_rewind / pg_rewind/008_min_recovery_point                         ERROR            ...
[22:23:37.396] 185/317 postgresql:pg_rewind / pg_rewind/009_growing_files                              ERROR            ...
[22:23:37.396] 188/317 postgresql:pg_verifybackup / pg_verifybackup/002_algorithm                      ERROR            ...
[22:23:37.396] 189/317 postgresql:pg_verifybackup / pg_verifybackup/003_corruption                     ERROR            ...
[22:23:37.396] 190/317 postgresql:pg_verifybackup / pg_verifybackup/004_options                        ERROR            ...
[22:23:37.396] 192/317 postgresql:pg_verifybackup / pg_verifybackup/006_encoding                       ERROR            ...
[22:23:37.396] 193/317 postgresql:pg_verifybackup / pg_verifybackup/007_wal                            ERROR            ...
[22:23:37.396] 194/317 postgresql:pg_verifybackup / pg_verifybackup/008_untar                          ERROR            ...
[22:23:37.396] 195/317 postgresql:pg_verifybackup / pg_verifybackup/009_extract                        ERROR            ...
[22:23:37.396] 196/317 postgresql:test_tidstore / test_tidstore/regress                                ERROR           1...
[22:23:37.396] 198/317 postgresql:pg_verifybackup / pg_verifybackup/010_client_untar                   ERROR            ...
[22:23:37.396] 199/317 postgresql:pg_waldump / pg_waldump/002_save_fullpage                            ERROR            ...
[22:23:37.396] 200/317 postgresql:pg_waldump / pg_waldump/001_basic                                    ERROR            ...
[22:23:37.396] 201/317 postgresql:pg_walsummary / pg_walsummary/002_blocks                             ERROR            ...
[22:23:37.396] 202/317 postgresql:pgbench / pgbench/001_pgbench_with_server                            ERROR            ...
[22:23:37.396] 203/317 postgresql:psql / psql/020_cancel                                               ERROR            ...
[22:23:37.396] 204/317 postgresql:psql / psql/001_basic                                                ERROR            ...
[22:23:37.397] 206/317 postgresql:psql / psql/010_tab_completion                                       ERROR            ...
[22:23:37.397] 207/317 postgresql:scripts / scripts/010_clusterdb                                      ERROR            ...
[22:23:37.397] 208/317 postgresql:scripts / scripts/020_createdb                                       ERROR            ...
[22:23:37.397] 209/317 postgresql:scripts / scripts/040_createuser                                     ERROR            ...
[22:23:37.397] 210/317 postgresql:scripts / scripts/011_clusterdb_all                                  ERROR            ...
[22:23:37.397] 211/317 postgresql:scripts / scripts/050_dropdb                                         ERROR            ...
[22:23:37.397] 212/317 postgresql:scripts / scripts/070_dropuser                                       ERROR            ...
[22:23:37.397] 213/317 postgresql:scripts / scripts/090_reindexdb                                      ERROR            ...
[22:23:37.397] 214/317 postgresql:scripts / scripts/091_reindexdb_all                                  ERROR            ...
[22:23:37.397] 215/317 postgresql:scripts / scripts/080_pg_isready                                     ERROR            ...
[22:23:37.397] 216/317 postgresql:scripts / scripts/100_vacuumdb                                       ERROR            ...
[22:23:37.397] 217/317 postgresql:scripts / scripts/101_vacuumdb_all                                   ERROR            ...
[22:23:37.397] 218/317 postgresql:scripts / scripts/200_connstr                                        ERROR            ...
[22:23:37.397] 219/317 postgresql:scripts / scripts/102_vacuumdb_stages                                ERROR            ...
[22:23:37.397] 220/317 postgresql:amcheck / amcheck/001_verify_heapam                                  ERROR            ...
[22:23:37.397] 221/317 postgresql:amcheck / amcheck/002_cic                                            ERROR            ...
[22:23:37.397] 222/317 postgresql:amcheck / amcheck/003_cic_2pc                                        ERROR            ...
[22:23:37.397] 223/317 postgresql:amcheck / amcheck/004_verify_nbtree_unique                           ERROR            ...
[22:23:37.397] 225/317 postgresql:auto_explain / auto_explain/001_auto_explain                         ERROR            ...
[22:23:37.397] 226/317 postgresql:amcheck / amcheck/005_pitr                                           ERROR            ...
[22:23:37.397] 228/317 postgresql:basebackup_to_shell / basebackup_to_shell/001_basic                  ERROR            ...
[22:23:37.397] 229/317 postgresql:bloom / bloom/001_wal                                                ERROR            ...
[22:23:37.397] 230/317 postgresql:pg_prewarm / pg_prewarm/001_basic                                    ERROR            ...
[22:23:37.397] 231/317 postgresql:pg_visibility / pg_visibility/001_concurrent_transaction             ERROR            ...
[22:23:37.397] 232/317 postgresql:pg_stat_statements / pg_stat_statements/010_restart                  ERROR            ...
[22:23:37.397] 233/317 postgresql:pg_visibility / pg_visibility/002_corrupt_vm                         ERROR            ...
[22:23:37.397] 235/317 postgresql:test_decoding / test_decoding/001_repl_stats                         ERROR            ...
[22:23:37.397] 236/317 postgresql:authentication / authentication/001_password                         ERROR            ...
[22:23:37.397] 238/317 postgresql:authentication / authentication/002_saslprep                         ERROR            ...
[22:23:37.397] 239/317 postgresql:authentication / authentication/004_file_inclusion                   ERROR            ...
[22:23:37.397] 240/317 postgresql:authentication / authentication/003_peer                             ERROR            ...
[22:23:37.397] 241/317 postgresql:authentication / authentication/006_login_trigger                    ERROR            ...
[22:23:37.397] 242/317 postgresql:postmaster / postmaster/002_start_stop                               ERROR            ...
[22:23:37.397] 243/317 postgresql:postmaster / postmaster/001_connection_limits                        ERROR            ...
[22:23:37.397] 244/317 postgresql:subscription / subscription/001_rep_changes                          ERROR            ...
[22:23:37.397] 245/317 postgresql:subscription / subscription/003_constraints                          ERROR            ...
[22:23:37.397] 246/317 postgresql:subscription / subscription/002_types                                ERROR            ...
[22:23:37.397] 247/317 postgresql:subscription / subscription/004_sync                                 ERROR            ...
[22:23:37.397] 248/317 postgresql:subscription / subscription/005_encoding                             ERROR            ...
[22:23:37.397] 249/317 postgresql:subscription / subscription/006_rewrite                              ERROR            ...
[22:23:37.397] 250/317 postgresql:subscription / subscription/007_ddl                                  ERROR            ...
[22:23:37.397] 251/317 postgresql:subscription / subscription/008_diff_schema                          ERROR            ...
[22:23:37.397] 252/317 postgresql:subscription / subscription/010_truncate                             ERROR            ...
[22:23:37.397] 253/317 postgresql:subscription / subscription/009_matviews                             ERROR            ...
[22:23:37.397] 254/317 postgresql:subscription / subscription/011_generated                            ERROR            ...
[22:23:37.397] 255/317 postgresql:subscription / subscription/012_collation                            ERROR            ...
[22:23:37.397] 256/317 postgresql:subscription / subscription/013_partition                            ERROR            ...
[22:23:37.397] 257/317 postgresql:subscription / subscription/014_binary                               ERROR            ...
[22:23:37.397] 258/317 postgresql:subscription / subscription/015_stream                               ERROR            ...
[22:23:37.397] 259/317 postgresql:subscription / subscription/016_stream_subxact                       ERROR            ...
[22:23:37.397] 260/317 postgresql:subscription / subscription/017_stream_ddl                           ERROR            ...
[22:23:37.397] 261/317 postgresql:subscription / subscription/018_stream_subxact_abort                 ERROR            ...
[22:23:37.397] 263/317 postgresql:subscription / subscription/019_stream_subxact_ddl_abort             ERROR            ...
[22:23:37.429] 262/317 postgresql:subscription / subscription/020_messages                             ERROR            ...
[22:23:37.429] 264/317 postgresql:subscription / subscription/021_twophase                             ERROR            ...
[22:23:37.429] 265/317 postgresql:subscription / subscription/022_twophase_cascade                     ERROR            ...
[22:23:37.429] 266/317 postgresql:subscription / subscription/023_twophase_stream                      ERROR            ...
[22:23:37.429] 267/317 postgresql:subscription / subscription/026_stats                                ERROR            ...
[22:23:37.429] 268/317 postgresql:subscription / subscription/024_add_drop_pub                         ERROR            ...
[22:23:37.429] 269/317 postgresql:subscription / subscription/025_rep_changes_for_schema               ERROR            ...
[22:23:37.429] 270/317 postgresql:subscription / subscription/027_nosuperuser                          ERROR            ...
[22:23:37.429] 271/317 postgresql:subscription / subscription/028_row_filter                           ERROR            ...
[22:23:37.429] 272/317 postgresql:subscription / subscription/031_column_list                          ERROR            ...
[22:23:37.429] 273/317 postgresql:subscription / subscription/029_on_error                             ERROR            ...
[22:23:37.429] 274/317 postgresql:subscription / subscription/030_origin                               ERROR            ...
[22:23:37.429] 275/317 postgresql:subscription / subscription/032_subscribe_use_index                  ERROR            ...
[22:23:37.429] 276/317 postgresql:subscription / subscription/033_run_as_table_owner                   ERROR            ...
[22:23:37.429] 277/317 postgresql:subscription / subscription/100_bugs                                 ERROR            ...
[22:23:37.429] 279/317 postgresql:brin / brin/01_workitems                                             ERROR            ...
[22:23:37.429] 278/317 postgresql:brin / brin/02_wal_consistency                                       ERROR            ...
[22:23:37.429] 280/317 postgresql:commit_ts / commit_ts/001_base                                       ERROR            ...
[22:23:37.429] 281/317 postgresql:commit_ts / commit_ts/002_standby                                    ERROR            ...
[22:23:37.429] 282/317 postgresql:commit_ts / commit_ts/003_standby_2                                  ERROR            ...
[22:23:37.429] 283/317 postgresql:commit_ts / commit_ts/004_restart                                    ERROR            ...
[22:23:37.429] 284/317 postgresql:injection_points / injection_points/001_stats                        ERROR            ...
[22:23:37.429] 285/317 postgresql:libpq_pipeline / libpq_pipeline/001_libpq_pipeline                   ERROR            ...
[22:23:37.429] 286/317 postgresql:ssl_passphrase_callback / ssl_passphrase_callback/001_testfunc       ERROR            ...
[22:23:37.429] 287/317 postgresql:test_custom_rmgrs / test_custom_rmgrs/001_basic                      ERROR            ...
[22:23:37.429] 291/317 postgresql:test_misc / test_misc/001_constraint_validation                      ERROR            ...
[22:23:37.429] 292/317 postgresql:test_misc / test_misc/002_tablespace                                 ERROR            ...
[22:23:37.429] 293/317 postgresql:ldap_password_func / ldap_password_func/001_mutated_bindpasswd       ERROR            ...
[22:23:37.429] 294/317 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
[22:23:37.429] 295/317 postgresql:test_misc / test_misc/005_timeouts                                   ERROR            ...
[22:23:37.429] 296/317 postgresql:test_misc / test_misc/004_io_direct                                  ERROR            ...
[22:23:37.429] 297/317 postgresql:test_misc / test_misc/006_signal_autovacuum                          ERROR            ...
[22:23:37.429] 299/317 postgresql:worker_spi / worker_spi/001_worker_spi                               ERROR            ...
[22:23:37.429] 300/317 postgresql:test_pg_dump / test_pg_dump/001_base                                 ERROR            ...
[22:23:37.429] 301/317 postgresql:test_slru / test_slru/001_multixact                                  ERROR            ...
[22:23:37.429] 304/317 postgresql:checksums / checksums/001_basic                                      ERROR            ...
[22:23:37.429] 305/317 postgresql:checksums / checksums/003_standby_restarts                           ERROR            ...
[22:23:37.429] 306/317 postgresql:checksums / checksums/002_restarts                                   ERROR            ...
[22:23:37.429] 307/317 postgresql:checksums / checksums/004_offline                                    ERROR            ...
[22:23:37.429] 308/317 postgresql:ssl / ssl/002_scram                                                  ERROR            ...
[22:23:37.429] 309/317 postgresql:ssl / ssl/001_ssltests                                               ERROR            ...
[22:23:37.429] 310/317 postgresql:ssl / ssl/003_sslinfo                                                ERROR            ...
[22:23:37.429] 311/317 postgresql:icu / icu/010_database                                               ERROR            ...
[22:23:37.429] 312/317 postgresql:ldap / ldap/001_auth                                                 ERROR            ...
[22:23:37.429] 313/317 postgresql:ldap / ldap/002_bindpasswd                                           ERROR            ...
[22:23:37.429] 315/317 postgresql:typcache / typcache/regress                                          ERROR           1...
[22:23:37.429] 316/317 postgresql:unsafe_tests / unsafe_tests/regress                                  ERROR           1...
[22:23:37.429] 317/317 postgresql:ecpg / ecpg/ecpg                                                     ERROR           1...
Linux - Debian Bookworm - Autoconf
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2887, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2887, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2887, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2887, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2887, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2887, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2887, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2887, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2887, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2887, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2887, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2887, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2887, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2887, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2887, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2887, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2887, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2887, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2887, PID...
core
[22:03:15.397] #0  0x00007fe0274abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:03:15.397] #1  0x00007fe02745cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:03:15.397] #2  0x00007fe027447472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:03:15.397] #3  0x00005568b7eab1ed in ExceptionalCondition (conditionName=conditionName@entry=0x5568b82147c0 "(remain...
[22:03:15.397] #4  0x00005568b79fa06d in PostmasterStateMachine () at postmaster.c:2887
[22:03:15.397] #5  0x00005568b79fa5a1 in process_pm_shutdown_request () at postmaster.c:2142
[22:03:15.397] #6  0x00005568b79fb6dc in ServerLoop () at postmaster.c:1650
[22:03:15.397] #7  0x00005568b79fd9d3 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x6070000003a0) at postmaste...
[22:03:15.397] #8  0x00005568b77a34b3 in main (argc=8, argv=0x6070000003a0) at main.c:196
[22:03:15.787] #0  0x00007f8729aabebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:03:17.451] #0  0x00007f0dbc8abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:03:17.451] #1  0x00007f0dbc85cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:03:17.451] #2  0x00007f0dbc847472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:03:17.451] #3  0x0000556dee5871ed in ExceptionalCondition (conditionName=conditionName@entry=0x556dee8f07c0 "(remain...
[22:03:17.451] #4  0x0000556dee0d606d in PostmasterStateMachine () at postmaster.c:2887
[22:03:17.451] #5  0x0000556dee0d65a1 in process_pm_shutdown_request () at postmaster.c:2142
[22:03:17.451] #6  0x0000556dee0d76dc in ServerLoop () at postmaster.c:1650
[22:03:17.451] #7  0x0000556dee0d99d3 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x6070000003a0) at postmaste...
[22:03:17.451] #8  0x0000556dede7f4b3 in main (argc=8, argv=0x6070000003a0) at main.c:196
[22:03:17.849] #0  0x00007fc613aabebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:03:17.860] #0  0x00007fc613aabebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:03:17.860] #1  0x00007fc613a5cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:03:17.860] #2  0x00007fc613a47472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:03:17.860] #3  0x00005566fd7da1ed in ExceptionalCondition (conditionName=conditionName@entry=0x5566fdb437c0 "(remain...
[22:03:17.860] #4  0x00005566fd32906d in PostmasterStateMachine () at postmaster.c:2887
[22:03:17.860] #5  0x00005566fd3295a1 in process_pm_shutdown_request () at postmaster.c:2142
[22:03:17.860] #6  0x00005566fd32a6dc in ServerLoop () at postmaster.c:1650
[22:03:17.860] #7  0x00005566fd32c9d3 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x6070000003a0) at postmaste...
[22:03:17.860] #8  0x00005566fd0d24b3 in main (argc=8, argv=0x6070000003a0) at main.c:196
[22:03:18.270] #0  0x00007fe157eabebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:03:18.281] #0  0x00007fe157eabebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:03:18.281] #1  0x00007fe157e5cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:03:18.281] #2  0x00007fe157e47472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:03:18.281] #3  0x000055e7d28121ed in ExceptionalCondition (conditionName=conditionName@entry=0x55e7d2b7b7c0 "(remain...
[22:03:18.281] #4  0x000055e7d236106d in PostmasterStateMachine () at postmaster.c:2887
[22:03:18.281] #5  0x000055e7d23615a1 in process_pm_shutdown_request () at postmaster.c:2142
[22:03:18.281] #6  0x000055e7d23626dc in ServerLoop () at postmaster.c:1650
[22:03:18.281] #7  0x000055e7d23649d3 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x6070000003a0) at postmaste...
[22:03:18.281] #8  0x000055e7d210a4b3 in main (argc=8, argv=0x6070000003a0) at main.c:196
[22:03:18.692] #0  0x00007fb2b1aabebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:03:18.702] #0  0x00007fb2b1aabebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:03:18.702] #1  0x00007fb2b1a5cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:03:18.702] #2  0x00007fb2b1a47472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:03:18.702] #3  0x000055e1c6cf31ed in ExceptionalCondition (conditionName=conditionName@entry=0x55e1c705c7c0 "(remain...
[22:03:18.702] #4  0x000055e1c684206d in PostmasterStateMachine () at postmaster.c:2887
[22:03:18.702] #5  0x000055e1c68426e2 in process_pm_shutdown_request () at postmaster.c:2179
[22:03:18.702] #6  0x000055e1c68436dc in ServerLoop () at postmaster.c:1650
[22:03:18.702] #7  0x000055e1c68459d3 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x604000000610) at postmaste...
[22:03:18.702] #8  0x000055e1c65eb4b3 in main (argc=4, argv=0x604000000610) at main.c:196
[22:03:19.122] #0  0x00007fc1d45dbebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:03:19.132] #0  0x00007fc1d45dbebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:03:19.132] #1  0x00007fc1d458cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:03:19.132] #2  0x00007fc1d4577472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:03:19.132] #3  0x000055fbf09a21ed in ExceptionalCondition (conditionName=conditionName@entry=0x55fbf0d0b7c0 "(remain...
[22:03:19.132] #4  0x000055fbf04f106d in PostmasterStateMachine () at postmaster.c:2887
[22:03:19.132] #5  0x000055fbf04f16e2 in process_pm_shutdown_request () at postmaster.c:2179
[22:03:19.132] #6  0x000055fbf04f26dc in ServerLoop () at postmaster.c:1650
[22:03:19.132] #7  0x000055fbf04f49d3 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x604000000590) at postmaste...
[22:03:19.132] #8  0x000055fbf029a4b3 in main (argc=4, argv=0x604000000590) at main.c:196
[22:03:19.546] #0  0x00007fae2efdbebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:03:19.557] #0  0x00007fae2efdbebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:03:19.557] #1  0x00007fae2ef8cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:03:19.557] #2  0x00007fae2ef77472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:03:19.557] #3  0x0000562c9e7261ed in ExceptionalCondition (conditionName=conditionName@entry=0x562c9ea8f7c0 "(remain...
[22:03:19.557] #4  0x0000562c9e27506d in PostmasterStateMachine () at postmaster.c:2887
[22:03:19.557] #5  0x0000562c9e2756e2 in process_pm_shutdown_request () at postmaster.c:2179
[22:03:19.557] #6  0x0000562c9e2766dc in ServerLoop () at postmaster.c:1650
[22:03:19.557] #7  0x0000562c9e2789d3 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x604000000610) at postmaste...
[22:03:19.557] #8  0x0000562c9e01e4b3 in main (argc=4, argv=0x604000000610) at main.c:196
[22:03:19.959] #0  0x00007efda10abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:03:19.969] #0  0x00007efda10abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:03:19.969] #1  0x00007efda105cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:03:19.969] #2  0x00007efda1047472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:03:19.969] #3  0x000055e57b4821ed in ExceptionalCondition (conditionName=conditionName@entry=0x55e57b7eb7c0 "(remain...
[22:03:19.969] #4  0x000055e57afd106d in PostmasterStateMachine () at postmaster.c:2887
[22:03:19.969] #5  0x000055e57afd16e2 in process_pm_shutdown_request () at postmaster.c:2179
[22:03:19.969] #6  0x000055e57afd26dc in ServerLoop () at postmaster.c:1650
[22:03:19.969] #7  0x000055e57afd49d3 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x6040000005d0) at postmaste...
[22:03:19.969] #8  0x000055e57ad7a4b3 in main (argc=4, argv=0x6040000005d0) at main.c:196
[22:03:20.359] #0  0x00007f0c9d0abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:03:20.370] #0  0x00007f0c9d0abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:03:20.370] #1  0x00007f0c9d05cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:03:20.370] #2  0x00007f0c9d047472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:03:20.370] #3  0x000055dcaeb781ed in ExceptionalCondition (conditionName=conditionName@entry=0x55dcaeee17c0 "(remain...
[22:03:20.370] #4  0x000055dcae6c706d in PostmasterStateMachine () at postmaster.c:2887
[22:03:20.370] #5  0x000055dcae6c75a1 in process_pm_shutdown_request () at postmaster.c:2142
[22:03:20.370] #6  0x000055dcae6c86dc in ServerLoop () at postmaster.c:1650
[22:03:20.370] #7  0x000055dcae6ca9d3 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x6070000003a0) at postmaste...
[22:03:20.370] #8  0x000055dcae4704b3 in main (argc=8, argv=0x6070000003a0) at main.c:196
[22:03:20.765] #0  0x00007fde44cabebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:03:20.776] #0  0x00007fde44cabebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:03:20.776] #1  0x00007fde44c5cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:03:20.776] #2  0x00007fde44c47472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:03:20.776] #3  0x0000562a2404e1ed in ExceptionalCondition (conditionName=conditionName@entry=0x562a243b77c0 "(remain...
[22:03:20.776] #4  0x0000562a23b9d06d in PostmasterStateMachine () at postmaster.c:2887
[22:03:20.776] #5  0x0000562a23b9d5a1 in process_pm_shutdown_request () at postmaster.c:2142
[22:03:20.776] #6  0x0000562a23b9e6dc in ServerLoop () at postmaster.c:1650
[22:03:20.776] #7  0x0000562a23ba09d3 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x604000000610) at postmaste...
[22:03:20.776] #8  0x0000562a239464b3 in main (argc=4, argv=0x604000000610) at main.c:196
[22:03:21.181] #0  0x00007fe08f0abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:03:21.192] #0  0x00007fe08f0abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:03:21.192] #1  0x00007fe08f05cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:03:21.192] #2  0x00007fe08f047472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:03:21.192] #3  0x000056465c2d51ed in ExceptionalCondition (conditionName=conditionName@entry=0x56465c63e7c0 "(remain...
[22:03:21.192] #4  0x000056465be2406d in PostmasterStateMachine () at postmaster.c:2887
[22:03:21.192] #5  0x000056465be245a1 in process_pm_shutdown_request () at postmaster.c:2142
[22:03:21.192] #6  0x000056465be256dc in ServerLoop () at postmaster.c:1650
[22:03:21.192] #7  0x000056465be279d3 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x6070000003a0) at postmaste...
[22:03:21.192] #8  0x000056465bbcd4b3 in main (argc=8, argv=0x6070000003a0) at main.c:196
[22:03:21.594] #0  0x00007fb6150abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:03:21.604] #0  0x00007fb6150abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:03:21.604] #1  0x00007fb61505cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:03:21.604] #2  0x00007fb615047472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:03:21.604] #3  0x000055a38fdfe1ed in ExceptionalCondition (conditionName=conditionName@entry=0x55a3901677c0 "(remain...
[22:03:21.604] #4  0x000055a38f94d06d in PostmasterStateMachine () at postmaster.c:2887
[22:03:21.604] #5  0x000055a38f94d6e2 in process_pm_shutdown_request () at postmaster.c:2179
[22:03:21.604] #6  0x000055a38f94e6dc in ServerLoop () at postmaster.c:1650
[22:03:21.604] #7  0x000055a38f9509d3 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x6040000005d0) at postmaste...
[22:03:21.604] #8  0x000055a38f6f64b3 in main (argc=4, argv=0x6040000005d0) at main.c:196
[22:03:22.020] #0  0x00007f6d7eaabebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:03:22.030] #0  0x00007f6d7eaabebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:03:22.030] #1  0x00007f6d7ea5cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:03:22.030] #2  0x00007f6d7ea47472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:03:22.030] #3  0x000055f99c3dc1ed in ExceptionalCondition (conditionName=conditionName@entry=0x55f99c7457c0 "(remain...
[22:03:22.030] #4  0x000055f99bf2b06d in PostmasterStateMachine () at postmaster.c:2887
[22:03:22.030] #5  0x000055f99bf2b5a1 in process_pm_shutdown_request () at postmaster.c:2142
[22:03:22.030] #6  0x000055f99bf2c6dc in ServerLoop () at postmaster.c:1650
[22:03:22.030] #7  0x000055f99bf2e9d3 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x6070000003a0) at postmaste...
[22:03:22.030] #8  0x000055f99bcd44b3 in main (argc=8, argv=0x6070000003a0) at main.c:196
core
[22:03:17.034] #0  0x00007ff9b5eabebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:03:17.034] #1  0x00007ff9b5e5cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:03:17.034] #2  0x00007ff9b5e47472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:03:17.034] #3  0x000055b3f85d31ed in ExceptionalCondition (conditionName=conditionName@entry=0x55b3f893c7c0 "(remain...
[22:03:17.034] #4  0x000055b3f812206d in PostmasterStateMachine () at postmaster.c:2887
[22:03:17.034] #5  0x000055b3f81225a1 in process_pm_shutdown_request () at postmaster.c:2142
[22:03:17.034] #6  0x000055b3f81236dc in ServerLoop () at postmaster.c:1650
[22:03:17.034] #7  0x000055b3f81259d3 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x6070000003a0) at postmaste...
[22:03:17.034] #8  0x000055b3f7ecb4b3 in main (argc=8, argv=0x6070000003a0) at main.c:196
[22:03:17.439] #0  0x00007f0dbc8abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:03:14.579] #0  0x00007fba52ddbebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:03:14.579] #1  0x00007fba52d8cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:03:14.579] #2  0x00007fba52d77472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:03:14.579] #3  0x00005591f599a1ed in ExceptionalCondition (conditionName=conditionName@entry=0x5591f5d037c0 "(remain...
[22:03:14.579] #4  0x00005591f54e906d in PostmasterStateMachine () at postmaster.c:2887
[22:03:14.579] #5  0x00005591f54e95a1 in process_pm_shutdown_request () at postmaster.c:2142
[22:03:14.579] #6  0x00005591f54ea6dc in ServerLoop () at postmaster.c:1650
[22:03:14.579] #7  0x00005591f54ec9d3 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x604000000610) at postmaste...
[22:03:14.579] #8  0x00005591f52924b3 in main (argc=4, argv=0x604000000610) at main.c:196
[22:03:14.967] #0  0x00007f44574abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:03:14.977] #0  0x00007f44574abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:03:14.977] #1  0x00007f445745cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:03:14.977] #2  0x00007f4457447472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:03:14.977] #3  0x000055e01f94b1ed in ExceptionalCondition (conditionName=conditionName@entry=0x55e01fcb47c0 "(remain...
[22:03:14.977] #4  0x000055e01f49a06d in PostmasterStateMachine () at postmaster.c:2887
[22:03:14.977] #5  0x000055e01f49a5a1 in process_pm_shutdown_request () at postmaster.c:2142
[22:03:14.977] #6  0x000055e01f49b6dc in ServerLoop () at postmaster.c:1650
[22:03:14.977] #7  0x000055e01f49d9d3 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x6070000003a0) at postmaste...
[22:03:14.977] #8  0x000055e01f2434b3 in main (argc=8, argv=0x6070000003a0) at main.c:196
[22:03:15.387] #0  0x00007fe0274abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:03:15.798] #0  0x00007f8729aabebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:03:15.798] #1  0x00007f8729a5cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:03:15.798] #2  0x00007f8729a47472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:03:15.798] #3  0x000055a36e1201ed in ExceptionalCondition (conditionName=conditionName@entry=0x55a36e4897c0 "(remain...
[22:03:15.798] #4  0x000055a36dc6f06d in PostmasterStateMachine () at postmaster.c:2887
[22:03:15.798] #5  0x000055a36dc6f5a1 in process_pm_shutdown_request () at postmaster.c:2142
[22:03:15.798] #6  0x000055a36dc706dc in ServerLoop () at postmaster.c:1650
[22:03:15.798] #7  0x000055a36dc729d3 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x6070000003a0) at postmaste...
[22:03:15.798] #8  0x000055a36da184b3 in main (argc=8, argv=0x6070000003a0) at main.c:196
[22:03:16.196] #0  0x00007f95669dbebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:03:16.206] #0  0x00007f95669dbebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:03:16.206] #1  0x00007f956698cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:03:16.206] #2  0x00007f9566977472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:03:16.206] #3  0x000055bfeccbc1ed in ExceptionalCondition (conditionName=conditionName@entry=0x55bfed0257c0 "(remain...
[22:03:16.206] #4  0x000055bfec80b06d in PostmasterStateMachine () at postmaster.c:2887
[22:03:16.206] #5  0x000055bfec80b5a1 in process_pm_shutdown_request () at postmaster.c:2142
[22:03:16.206] #6  0x000055bfec80c6dc in ServerLoop () at postmaster.c:1650
[22:03:16.206] #7  0x000055bfec80e9d3 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x6040000005d0) at postmaste...
[22:03:16.206] #8  0x000055bfec5b44b3 in main (argc=4, argv=0x6040000005d0) at main.c:196
[22:03:16.606] #0  0x00007f66bfeabebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:03:16.617] #0  0x00007f66bfeabebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:03:16.617] #1  0x00007f66bfe5cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:03:16.617] #2  0x00007f66bfe47472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:03:16.617] #3  0x0000558f35f441ed in ExceptionalCondition (conditionName=conditionName@entry=0x558f362ad7c0 "(remain...
[22:03:16.617] #4  0x0000558f35a9306d in PostmasterStateMachine () at postmaster.c:2887
[22:03:16.617] #5  0x0000558f35a936e2 in process_pm_shutdown_request () at postmaster.c:2179
[22:03:16.617] #6  0x0000558f35a946dc in ServerLoop () at postmaster.c:1650
[22:03:16.617] #7  0x0000558f35a969d3 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x6040000005d0) at postmaste...
[22:03:16.617] #8  0x0000558f3583c4b3 in main (argc=4, argv=0x6040000005d0) at main.c:196
[22:03:17.024] #0  0x00007ff9b5eabebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
tap
[21:59:47.885](1.511s) Bail out!  pg_ctl stop failed
tap
[21:59:09.211](1.621s) Bail out!  pg_ctl stop failed
tap
[21:59:05.778](1.926s) Bail out!  pg_ctl stop failed
Linux - Debian Bookworm - Meson
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
core
[22:12:21.706] #0  0x00007f19006a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:21.706] #1  0x00007f190065afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:21.706] #2  0x00007f1900645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:21.706] #3  0x0000555c4ba148de in ExceptionalCondition (conditionName=conditionName@entry=0x555c4bcb7288 "(remain...
[22:12:21.706] #4  0x0000555c4b631490 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:12:21.706] #5  0x0000555c4b631b27 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[22:12:21.706] #6  0x0000555c4b6328a8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:12:21.706] #7  0x0000555c4b634317 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x555c64d7fd00) at ../src/ba...
[22:12:21.706] #8  0x0000555c4b46c33d in main (argc=4, argv=0x555c64d7fd00) at ../src/backend/main/main.c:196
[22:12:22.115] #0  0x00007f3c82ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:12:28.994] #0  0x00007fd8d54a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:28.994] #1  0x00007fd8d545afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:28.994] #2  0x00007fd8d5445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:28.994] #3  0x0000558498dcb8de in ExceptionalCondition (conditionName=conditionName@entry=0x55849906e288 "(remain...
[22:12:28.994] #4  0x00005584989e8490 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:12:28.994] #5  0x00005584989e97af in process_pm_child_exit () at ../src/backend/postmaster/postmaster.c:2523
[22:12:28.994] #6  0x00005584989e98b6 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1654
[22:12:28.994] #7  0x00005584989eb317 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5584d15eed10) at ../src/ba...
[22:12:28.994] #8  0x000055849882333d in main (argc=4, argv=0x5584d15eed10) at ../src/backend/main/main.c:196
[22:12:29.410] #0  0x00007f1353ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:12:28.522] #0  0x00007fb8d84a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:28.522] #1  0x00007fb8d845afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:28.522] #2  0x00007fb8d8445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:28.522] #3  0x00005571c9b418de in ExceptionalCondition (conditionName=conditionName@entry=0x5571c9de4288 "(remain...
[22:12:28.522] #4  0x00005571c975e490 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:12:28.522] #5  0x00005571c975eb27 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[22:12:28.522] #6  0x00005571c975f8a8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:12:28.522] #7  0x00005571c9761317 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5571d7086d00) at ../src/ba...
[22:12:28.522] #8  0x00005571c959933d in main (argc=4, argv=0x5571d7086d00) at ../src/backend/main/main.c:196
[22:12:28.972] #0  0x00007fd8d54a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:12:28.049] #0  0x00007fca71aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:28.049] #1  0x00007fca71a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:28.049] #2  0x00007fca71a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:28.049] #3  0x000055ea857ca8de in ExceptionalCondition (conditionName=conditionName@entry=0x55ea85a6d288 "(remain...
[22:12:28.049] #4  0x000055ea853e7490 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:12:28.049] #5  0x000055ea853e7b27 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[22:12:28.049] #6  0x000055ea853e88a8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:12:28.049] #7  0x000055ea853ea317 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55eab3071d00) at ../src/ba...
[22:12:28.049] #8  0x000055ea8522233d in main (argc=4, argv=0x55eab3071d00) at ../src/backend/main/main.c:196
[22:12:28.503] #0  0x00007fb8d84a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:12:27.582] #0  0x00007f1d6f6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:27.582] #1  0x00007f1d6f65afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:27.582] #2  0x00007f1d6f645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:27.582] #3  0x00005578354058de in ExceptionalCondition (conditionName=conditionName@entry=0x5578356a8288 "(remain...
[22:12:27.582] #4  0x0000557835022490 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:12:27.582] #5  0x00005578350229e6 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[22:12:27.582] #6  0x00005578350238a8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:12:27.582] #7  0x0000557835025317 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55783d793cf0) at ../src/ba...
[22:12:27.582] #8  0x0000557834e5d33d in main (argc=4, argv=0x55783d793cf0) at ../src/backend/main/main.c:196
[22:12:28.030] #0  0x00007fca71aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:12:27.114] #0  0x00007f55146a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:27.114] #1  0x00007f551465afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:27.114] #2  0x00007f5514645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:27.114] #3  0x0000563a32cc48de in ExceptionalCondition (conditionName=conditionName@entry=0x563a32f67288 "(remain...
[22:12:27.114] #4  0x0000563a328e1490 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:12:27.114] #5  0x0000563a328e19e6 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[22:12:27.114] #6  0x0000563a328e28a8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:12:27.115] #7  0x0000563a328e4317 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x563a3c164d40) at ../src/ba...
[22:12:27.115] #8  0x0000563a3271c33d in main (argc=8, argv=0x563a3c164d40) at ../src/backend/main/main.c:196
[22:12:27.562] #0  0x00007f1d6f6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:12:26.679] #0  0x00007f1489ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:26.679] #1  0x00007f1489c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:26.679] #2  0x00007f1489c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:26.679] #3  0x000055ad8974e8de in ExceptionalCondition (conditionName=conditionName@entry=0x55ad899f1288 "(remain...
[22:12:26.679] #4  0x000055ad8936b490 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:12:26.679] #5  0x000055ad8936bb27 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[22:12:26.679] #6  0x000055ad8936c8a8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:12:26.679] #7  0x000055ad8936e317 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55adc9c9ad00) at ../src/ba...
[22:12:26.679] #8  0x000055ad891a633d in main (argc=4, argv=0x55adc9c9ad00) at ../src/backend/main/main.c:196
[22:12:27.094] #0  0x00007f55146a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:12:26.211] #0  0x00007f075e6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:26.211] #1  0x00007f075e65afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:26.211] #2  0x00007f075e645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:26.211] #3  0x000055a5010f58de in ExceptionalCondition (conditionName=conditionName@entry=0x55a501398288 "(remain...
[22:12:26.211] #4  0x000055a500d12490 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:12:26.211] #5  0x000055a500d12b27 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[22:12:26.211] #6  0x000055a500d138a8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:12:26.211] #7  0x000055a500d15317 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55a51e503d00) at ../src/ba...
[22:12:26.211] #8  0x000055a500b4d33d in main (argc=4, argv=0x55a51e503d00) at ../src/backend/main/main.c:196
[22:12:26.656] #0  0x00007f1489ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:12:25.740] #0  0x00007f9cfcca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:25.740] #1  0x00007f9cfcc5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:25.740] #2  0x00007f9cfcc45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:25.740] #3  0x000055ae921e08de in ExceptionalCondition (conditionName=conditionName@entry=0x55ae92483288 "(remain...
[22:12:25.740] #4  0x000055ae91dfd490 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:12:25.740] #5  0x000055ae91dfd9e6 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[22:12:25.740] #6  0x000055ae91dfe8a8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:12:25.740] #7  0x000055ae91e00317 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55aec4873ce0) at ../src/ba...
[22:12:25.740] #8  0x000055ae91c3833d in main (argc=4, argv=0x55aec4873ce0) at ../src/backend/main/main.c:196
[22:12:26.192] #0  0x00007f075e6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:12:25.291] #0  0x00007f4106aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:25.291] #1  0x00007f4106a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:25.291] #2  0x00007f4106a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:25.291] #3  0x000055736c91a8de in ExceptionalCondition (conditionName=conditionName@entry=0x55736cbbd288 "(remain...
[22:12:25.291] #4  0x000055736c537490 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:12:25.291] #5  0x000055736c537b27 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[22:12:25.291] #6  0x000055736c5388a8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:12:25.291] #7  0x000055736c53a317 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x557396168d20) at ../src/ba...
[22:12:25.291] #8  0x000055736c37233d in main (argc=4, argv=0x557396168d20) at ../src/backend/main/main.c:196
[22:12:25.721] #0  0x00007f9cfcca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:12:24.824] #0  0x00007f6dfcca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:24.824] #1  0x00007f6dfcc5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:24.824] #2  0x00007f6dfcc45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:24.824] #3  0x0000556abebb28de in ExceptionalCondition (conditionName=conditionName@entry=0x556abee55288 "(remain...
[22:12:24.824] #4  0x0000556abe7cf490 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:12:24.824] #5  0x0000556abe7cfb27 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[22:12:24.824] #6  0x0000556abe7d08a8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:12:24.824] #7  0x0000556abe7d2317 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x556ae96a5cd0) at ../src/ba...
[22:12:24.824] #8  0x0000556abe60a33d in main (argc=4, argv=0x556ae96a5cd0) at ../src/backend/main/main.c:196
[22:12:25.272] #0  0x00007f4106aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:12:24.366] #0  0x00007fc6a58a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:24.366] #1  0x00007fc6a585afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:24.366] #2  0x00007fc6a5845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:24.366] #3  0x000055af5b73b8de in ExceptionalCondition (conditionName=conditionName@entry=0x55af5b9de288 "(remain...
[22:12:24.366] #4  0x000055af5b358490 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:12:24.366] #5  0x000055af5b3589e6 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[22:12:24.366] #6  0x000055af5b3598a8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:12:24.366] #7  0x000055af5b35b317 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55af90f61cf0) at ../src/ba...
[22:12:24.366] #8  0x000055af5b19333d in main (argc=4, argv=0x55af90f61cf0) at ../src/backend/main/main.c:196
[22:12:24.802] #0  0x00007f6dfcca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:12:23.909] #0  0x00007f40e0ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:23.909] #1  0x00007f40e0e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:23.909] #2  0x00007f40e0e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:23.909] #3  0x0000558b5d44b8de in ExceptionalCondition (conditionName=conditionName@entry=0x558b5d6ee288 "(remain...
[22:12:23.909] #4  0x0000558b5d068490 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:12:23.909] #5  0x0000558b5d0689e6 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[22:12:23.909] #6  0x0000558b5d0698a8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:12:23.909] #7  0x0000558b5d06b317 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x558b6a4f0d20) at ../src/ba...
[22:12:23.909] #8  0x0000558b5cea333d in main (argc=8, argv=0x558b6a4f0d20) at ../src/backend/main/main.c:196
[22:12:24.346] #0  0x00007fc6a58a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:12:23.473] #0  0x00007f0617ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:23.473] #1  0x00007f0617e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:23.473] #2  0x00007f0617e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:23.473] #3  0x000055ef2cede8de in ExceptionalCondition (conditionName=conditionName@entry=0x55ef2d181288 "(remain...
[22:12:23.473] #4  0x000055ef2cafb490 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:12:23.473] #5  0x000055ef2cafb9e6 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[22:12:23.473] #6  0x000055ef2cafc8a8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:12:23.473] #7  0x000055ef2cafe317 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55ef6ae17d40) at ../src/ba...
[22:12:23.473] #8  0x000055ef2c93633d in main (argc=8, argv=0x55ef6ae17d40) at ../src/backend/main/main.c:196
[22:12:23.890] #0  0x00007f40e0ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:12:23.034] #0  0x00007f0088aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:23.034] #1  0x00007f0088a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:23.034] #2  0x00007f0088a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:23.034] #3  0x0000559031bae8de in ExceptionalCondition (conditionName=conditionName@entry=0x559031e51288 "(remain...
[22:12:23.034] #4  0x00005590317cb490 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:12:23.034] #5  0x00005590317cb9e6 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[22:12:23.034] #6  0x00005590317cc8a8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:12:23.034] #7  0x00005590317ce317 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x559052a91d20) at ../src/ba...
[22:12:23.034] #8  0x000055903160633d in main (argc=8, argv=0x559052a91d20) at ../src/backend/main/main.c:196
[22:12:23.454] #0  0x00007f0617ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:12:22.589] #0  0x00007fd14f8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:22.589] #1  0x00007fd14f85afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:22.589] #2  0x00007fd14f845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:22.589] #3  0x000055a271b318de in ExceptionalCondition (conditionName=conditionName@entry=0x55a271dd4288 "(remain...
[22:12:22.589] #4  0x000055a27174e490 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:12:22.589] #5  0x000055a27174e9e6 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[22:12:22.589] #6  0x000055a27174f8a8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:12:22.589] #7  0x000055a271751317 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55a2a40d2d90) at ../src/ba...
[22:12:22.589] #8  0x000055a27158933d in main (argc=8, argv=0x55a2a40d2d90) at ../src/backend/main/main.c:196
[22:12:23.016] #0  0x00007f0088aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:12:22.137] #0  0x00007f3c82ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:22.137] #1  0x00007f3c82c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:22.137] #2  0x00007f3c82c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:22.137] #3  0x000055eae44ea8de in ExceptionalCondition (conditionName=conditionName@entry=0x55eae478d288 "(remain...
[22:12:22.137] #4  0x000055eae4107490 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:12:22.137] #5  0x000055eae41079e6 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[22:12:22.137] #6  0x000055eae41088a8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:12:22.137] #7  0x000055eae410a317 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55eb15655d10) at ../src/ba...
[22:12:22.137] #8  0x000055eae3f4233d in main (argc=4, argv=0x55eb15655d10) at ../src/backend/main/main.c:196
[22:12:22.570] #0  0x00007fd14f8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:12:21.263] #0  0x00007fe816aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:21.263] #1  0x00007fe816a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:21.263] #2  0x00007fe816a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:21.263] #3  0x0000560a44b4d8de in ExceptionalCondition (conditionName=conditionName@entry=0x560a44df0288 "(remain...
[22:12:21.263] #4  0x0000560a4476a490 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:12:21.263] #5  0x0000560a4476a9e6 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[22:12:21.263] #6  0x0000560a4476b8a8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:12:21.264] #7  0x0000560a4476d317 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x560a6c231d90) at ../src/ba...
[22:12:21.264] #8  0x0000560a445a533d in main (argc=8, argv=0x560a6c231d90) at ../src/backend/main/main.c:196
[22:12:21.688] #0  0x00007f19006a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:12:20.821] #0  0x00007f0f42ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:20.821] #1  0x00007f0f42e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:20.821] #2  0x00007f0f42e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:20.821] #3  0x000056519a8ef8de in ExceptionalCondition (conditionName=conditionName@entry=0x56519ab92288 "(remain...
[22:12:20.821] #4  0x000056519a50c490 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:12:20.821] #5  0x000056519a50c9e6 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[22:12:20.821] #6  0x000056519a50d8a8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:12:20.821] #7  0x000056519a50f317 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x5651b826dd20) at ../src/ba...
[22:12:20.821] #8  0x000056519a34733d in main (argc=8, argv=0x5651b826dd20) at ../src/backend/main/main.c:196
[22:12:21.241] #0  0x00007fe816aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:12:20.366] #0  0x00007fd1eeaa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:20.366] #1  0x00007fd1eea5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:20.366] #2  0x00007fd1eea45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:20.366] #3  0x00005652ffade8de in ExceptionalCondition (conditionName=conditionName@entry=0x5652ffd81288 "(remain...
[22:12:20.366] #4  0x00005652ff6fb490 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:12:20.366] #5  0x00005652ff6fbb27 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[22:12:20.366] #6  0x00005652ff6fc8a8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:12:20.366] #7  0x00005652ff6fe317 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5653120f7d00) at ../src/ba...
[22:12:20.366] #8  0x00005652ff53633d in main (argc=4, argv=0x5653120f7d00) at ../src/backend/main/main.c:196
[22:12:20.802] #0  0x00007f0f42ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:12:19.910] #0  0x00007f77d94a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:19.910] #1  0x00007f77d945afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:19.910] #2  0x00007f77d9445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:19.910] #3  0x0000559a901bd8de in ExceptionalCondition (conditionName=conditionName@entry=0x559a90460288 "(remain...
[22:12:19.910] #4  0x0000559a8fdda490 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:12:19.910] #5  0x0000559a8fddab27 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[22:12:19.910] #6  0x0000559a8fddb8a8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:12:19.910] #7  0x0000559a8fddd317 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x559aac063d00) at ../src/ba...
[22:12:19.910] #8  0x0000559a8fc1533d in main (argc=4, argv=0x559aac063d00) at ../src/backend/main/main.c:196
[22:12:20.344] #0  0x00007fd1eeaa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:12:19.425] #0  0x00007f05840a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:19.425] #1  0x00007f058405afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:19.425] #2  0x00007f0584045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:19.425] #3  0x000055aeb9faf8de in ExceptionalCondition (conditionName=conditionName@entry=0x55aeba252288 "(remain...
[22:12:19.425] #4  0x000055aeb9bcc490 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:12:19.425] #5  0x000055aeb9bcc9e6 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[22:12:19.425] #6  0x000055aeb9bcd8a8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:12:19.425] #7  0x000055aeb9bcf317 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55aed0d57cd0) at ../src/ba...
[22:12:19.425] #8  0x000055aeb9a0733d in main (argc=4, argv=0x55aed0d57cd0) at ../src/backend/main/main.c:196
[22:12:19.888] #0  0x00007f77d94a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:12:18.944] #0  0x00007f1f7aca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:18.944] #1  0x00007f1f7ac5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:18.944] #2  0x00007f1f7ac45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:18.944] #3  0x0000558b3aaa08de in ExceptionalCondition (conditionName=conditionName@entry=0x558b3ad43288 "(remain...
[22:12:18.944] #4  0x0000558b3a6bd490 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:12:18.944] #5  0x0000558b3a6bd9e6 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[22:12:18.944] #6  0x0000558b3a6be8a8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:12:18.944] #7  0x0000558b3a6c0317 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x558b3c30fd90) at ../src/ba...
[22:12:18.944] #8  0x0000558b3a4f833d in main (argc=8, argv=0x558b3c30fd90) at ../src/backend/main/main.c:196
[22:12:19.405] #0  0x00007f05840a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:12:18.510] #0  0x00007fca256a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:18.510] #1  0x00007fca2565afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:18.510] #2  0x00007fca25645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:18.510] #3  0x0000564cda5de8de in ExceptionalCondition (conditionName=conditionName@entry=0x564cda881288 "(remain...
[22:12:18.510] #4  0x0000564cda1fb490 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:12:18.510] #5  0x0000564cda1fb9e6 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[22:12:18.510] #6  0x0000564cda1fc8a8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:12:18.511] #7  0x0000564cda1fe317 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x564d1b1d7d00) at ../src/ba...
[22:12:18.511] #8  0x0000564cda03633d in main (argc=4, argv=0x564d1b1d7d00) at ../src/backend/main/main.c:196
[22:12:18.925] #0  0x00007f1f7aca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:12:18.037] #0  0x00007fa763ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:18.037] #1  0x00007fa763e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:18.037] #2  0x00007fa763e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:18.037] #3  0x0000564d459e48de in ExceptionalCondition (conditionName=conditionName@entry=0x564d45c87288 "(remain...
[22:12:18.037] #4  0x0000564d45601490 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:12:18.037] #5  0x0000564d456019e6 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[22:12:18.037] #6  0x0000564d456028a8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:12:18.037] #7  0x0000564d45604317 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x564d4bcd3d20) at ../src/ba...
[22:12:18.037] #8  0x0000564d4543c33d in main (argc=8, argv=0x564d4bcd3d20) at ../src/backend/main/main.c:196
[22:12:18.489] #0  0x00007fca256a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:12:17.596] #0  0x00007fb0c54a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:17.596] #1  0x00007fb0c545afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:17.596] #2  0x00007fb0c5445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:17.596] #3  0x000055a7813da8de in ExceptionalCondition (conditionName=conditionName@entry=0x55a78167d288 "(remain...
[22:12:17.596] #4  0x000055a780ff7490 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:12:17.596] #5  0x000055a780ff7b27 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[22:12:17.596] #6  0x000055a780ff88a8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:12:17.596] #7  0x000055a780ffa317 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55a79f7dcce0) at ../src/ba...
[22:12:17.596] #8  0x000055a780e3233d in main (argc=4, argv=0x55a79f7dcce0) at ../src/backend/main/main.c:196
[22:12:18.018] #0  0x00007fa763ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:12:17.115] #0  0x00007f74684a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:17.115] #1  0x00007f746845afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:17.115] #2  0x00007f7468445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:17.115] #3  0x0000557f62f178de in ExceptionalCondition (conditionName=conditionName@entry=0x557f631ba288 "(remain...
[22:12:17.115] #4  0x0000557f62b34490 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:12:17.115] #5  0x0000557f62b349e6 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[22:12:17.115] #6  0x0000557f62b358a8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:12:17.116] #7  0x0000557f62b37317 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x557f778b2d40) at ../src/ba...
[22:12:17.116] #8  0x0000557f6296f33d in main (argc=8, argv=0x557f778b2d40) at ../src/backend/main/main.c:196
[22:12:17.577] #0  0x00007fb0c54a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:12:16.669] #0  0x00007f1b3e8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:16.669] #1  0x00007f1b3e85afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:16.669] #2  0x00007f1b3e845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:16.669] #3  0x000055a3920bc8de in ExceptionalCondition (conditionName=conditionName@entry=0x55a39235f288 "(remain...
[22:12:16.669] #4  0x000055a391cd9490 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:12:16.669] #5  0x000055a391cd99e6 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[22:12:16.669] #6  0x000055a391cda8a8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:12:16.669] #7  0x000055a391cdc317 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55a3d27bed90) at ../src/ba...
[22:12:16.669] #8  0x000055a391b1433d in main (argc=8, argv=0x55a3d27bed90) at ../src/backend/main/main.c:196
[22:12:17.097] #0  0x00007f74684a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:12:16.218] #0  0x00007fb0dd6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:16.218] #1  0x00007fb0dd65afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:16.218] #2  0x00007fb0dd645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:16.218] #3  0x0000562e9cf888de in ExceptionalCondition (conditionName=conditionName@entry=0x562e9d22b288 "(remain...
[22:12:16.218] #4  0x0000562e9cba5490 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:12:16.218] #5  0x0000562e9cba5b27 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[22:12:16.218] #6  0x0000562e9cba68a8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:12:16.218] #7  0x0000562e9cba8317 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x562e9e196d10) at ../src/ba...
[22:12:16.218] #8  0x0000562e9c9e033d in main (argc=4, argv=0x562e9e196d10) at ../src/backend/main/main.c:196
[22:12:16.648] #0  0x00007f1b3e8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:12:15.754] #0  0x00007fe43b2a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:15.754] #1  0x00007fe43b25afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:15.754] #2  0x00007fe43b245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:15.754] #3  0x0000558dc99d98de in ExceptionalCondition (conditionName=conditionName@entry=0x558dc9c7c288 "(remain...
[22:12:15.754] #4  0x0000558dc95f6490 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:12:15.754] #5  0x0000558dc95f6b27 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[22:12:15.754] #6  0x0000558dc95f78a8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:12:15.754] #7  0x0000558dc95f9317 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x558dfc2fcd10) at ../src/ba...
[22:12:15.754] #8  0x0000558dc943133d in main (argc=4, argv=0x558dfc2fcd10) at ../src/backend/main/main.c:196
[22:12:16.196] #0  0x00007fb0dd6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:12:15.324] #0  0x00007f43c36a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:15.324] #1  0x00007f43c365afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:15.324] #2  0x00007f43c3645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:15.324] #3  0x0000558b9142d8de in ExceptionalCondition (conditionName=conditionName@entry=0x558b916d0288 "(remain...
[22:12:15.324] #4  0x0000558b9104a490 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:12:15.324] #5  0x0000558b9104a9e6 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[22:12:15.324] #6  0x0000558b9104b8a8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:12:15.324] #7  0x0000558b9104d317 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x558bc42fcd10) at ../src/ba...
[22:12:15.324] #8  0x0000558b90e8533d in main (argc=4, argv=0x558bc42fcd10) at ../src/backend/main/main.c:196
[22:12:15.733] #0  0x00007fe43b2a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:12:14.872] #0  0x00007f23340a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:14.872] #1  0x00007f233405afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:14.872] #2  0x00007f2334045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:14.872] #3  0x00005619a78b38de in ExceptionalCondition (conditionName=conditionName@entry=0x5619a7b56288 "(remain...
[22:12:14.872] #4  0x00005619a74d0490 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:12:14.872] #5  0x00005619a74d0b27 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[22:12:14.872] #6  0x00005619a74d18a8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:12:14.872] #7  0x00005619a74d3317 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5619c02c4d00) at ../src/ba...
[22:12:14.872] #8  0x00005619a730b33d in main (argc=4, argv=0x5619c02c4d00) at ../src/backend/main/main.c:196
[22:12:15.303] #0  0x00007f43c36a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:12:14.413] #0  0x00007f94edca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:14.413] #1  0x00007f94edc5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:14.413] #2  0x00007f94edc45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:14.413] #3  0x000055ec2cacb8de in ExceptionalCondition (conditionName=conditionName@entry=0x55ec2cd6e288 "(remain...
[22:12:14.413] #4  0x000055ec2c6e8490 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:12:14.413] #5  0x000055ec2c6e89e6 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[22:12:14.413] #6  0x000055ec2c6e98a8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:12:14.413] #7  0x000055ec2c6eb317 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55ec3e02acd0) at ../src/ba...
[22:12:14.413] #8  0x000055ec2c52333d in main (argc=4, argv=0x55ec3e02acd0) at ../src/backend/main/main.c:196
[22:12:14.852] #0  0x00007f23340a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:12:13.963] #0  0x00007fa0bfca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:13.963] #1  0x00007fa0bfc5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:13.963] #2  0x00007fa0bfc45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:13.963] #3  0x000055a9e5d5f8de in ExceptionalCondition (conditionName=conditionName@entry=0x55a9e6002288 "(remain...
[22:12:13.963] #4  0x000055a9e597c490 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:12:13.963] #5  0x000055a9e597cb27 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[22:12:13.963] #6  0x000055a9e597d8a8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:12:13.963] #7  0x000055a9e597f317 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55aa0db4fd20) at ../src/ba...
[22:12:13.963] #8  0x000055a9e57b733d in main (argc=4, argv=0x55aa0db4fd20) at ../src/backend/main/main.c:196
[22:12:14.392] #0  0x00007f94edca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:12:13.497] #0  0x00007f4403ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:13.497] #1  0x00007f4403c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:13.497] #2  0x00007f4403c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:13.497] #3  0x000055ae9f6758de in ExceptionalCondition (conditionName=conditionName@entry=0x55ae9f918288 "(remain...
[22:12:13.497] #4  0x000055ae9f292490 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:12:13.497] #5  0x000055ae9f292b27 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[22:12:13.497] #6  0x000055ae9f2938a8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:12:13.497] #7  0x000055ae9f295317 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55aeacf6bd20) at ../src/ba...
[22:12:13.497] #8  0x000055ae9f0cd33d in main (argc=4, argv=0x55aeacf6bd20) at ../src/backend/main/main.c:196
[22:12:13.941] #0  0x00007fa0bfca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:12:13.054] #0  0x00007fcdd2ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:13.054] #1  0x00007fcdd2c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:13.054] #2  0x00007fcdd2c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:13.054] #3  0x000055c9500ce8de in ExceptionalCondition (conditionName=conditionName@entry=0x55c950371288 "(remain...
[22:12:13.054] #4  0x000055c94fceb490 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:12:13.054] #5  0x000055c94fceb9e6 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[22:12:13.054] #6  0x000055c94fcec8a8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:12:13.054] #7  0x000055c94fcee317 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55c974108d00) at ../src/ba...
[22:12:13.054] #8  0x000055c94fb2633d in main (argc=4, argv=0x55c974108d00) at ../src/backend/main/main.c:196
[22:12:13.478] #0  0x00007f4403ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:12:12.596] #0  0x00007f86470a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:12.596] #1  0x00007f864705afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:12.596] #2  0x00007f8647045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:12.596] #3  0x000055e2001068de in ExceptionalCondition (conditionName=conditionName@entry=0x55e2003a9288 "(remain...
[22:12:12.596] #4  0x000055e1ffd23490 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:12:12.596] #5  0x000055e1ffd23b27 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[22:12:12.596] #6  0x000055e1ffd248a8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:12:12.596] #7  0x000055e1ffd26317 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55e20d848d00) at ../src/ba...
[22:12:12.596] #8  0x000055e1ffb5e33d in main (argc=4, argv=0x55e20d848d00) at ../src/backend/main/main.c:196
[22:12:13.035] #0  0x00007fcdd2ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:12:12.157] #0  0x00007f4d9c0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:12.157] #1  0x00007f4d9c05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:12.157] #2  0x00007f4d9c045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:12.157] #3  0x0000561cfdbe18de in ExceptionalCondition (conditionName=conditionName@entry=0x561cfde84288 "(remain...
[22:12:12.157] #4  0x0000561cfd7fe490 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:12:12.157] #5  0x0000561cfd7feb27 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[22:12:12.157] #6  0x0000561cfd7ff8a8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:12:12.157] #7  0x0000561cfd801317 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x561d0129ed10) at ../src/ba...
[22:12:12.157] #8  0x0000561cfd63933d in main (argc=4, argv=0x561d0129ed10) at ../src/backend/main/main.c:196
[22:12:12.574] #0  0x00007f86470a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:12:11.695] #0  0x00007fa5d0ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:11.695] #1  0x00007fa5d0c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:11.695] #2  0x00007fa5d0c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:11.695] #3  0x000055c987f448de in ExceptionalCondition (conditionName=conditionName@entry=0x55c9881e7288 "(remain...
[22:12:11.695] #4  0x000055c987b61490 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:12:11.695] #5  0x000055c987b619e6 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[22:12:11.695] #6  0x000055c987b628a8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:12:11.695] #7  0x000055c987b64317 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55c9b6380d50) at ../src/ba...
[22:12:11.695] #8  0x000055c98799c33d in main (argc=8, argv=0x55c9b6380d50) at ../src/backend/main/main.c:196
[22:12:12.135] #0  0x00007f4d9c0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:12:11.251] #0  0x00007f35812a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:11.251] #1  0x00007f358125afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:11.251] #2  0x00007f3581245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:11.251] #3  0x0000560624d658de in ExceptionalCondition (conditionName=conditionName@entry=0x560625008288 "(remain...
[22:12:11.251] #4  0x0000560624982490 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:12:11.251] #5  0x0000560624982b27 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[22:12:11.251] #6  0x00005606249838a8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:12:11.251] #7  0x0000560624985317 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x560630dd2d00) at ../src/ba...
[22:12:11.251] #8  0x00005606247bd33d in main (argc=4, argv=0x560630dd2d00) at ../src/backend/main/main.c:196
[22:12:11.676] #0  0x00007fa5d0ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:12:10.772] #0  0x00007fa18baa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:10.772] #1  0x00007fa18ba5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:10.772] #2  0x00007fa18ba45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:10.772] #3  0x00005643b8f5d8de in ExceptionalCondition (conditionName=conditionName@entry=0x5643b9200288 "(remain...
[22:12:10.772] #4  0x00005643b8b7a490 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:12:10.772] #5  0x00005643b8b7a9e6 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[22:12:10.772] #6  0x00005643b8b7b8a8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:12:10.773] #7  0x00005643b8b7d317 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x5643ba176d90) at ../src/ba...
[22:12:10.773] #8  0x00005643b89b533d in main (argc=8, argv=0x5643ba176d90) at ../src/backend/main/main.c:196
[22:12:11.232] #0  0x00007f35812a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:12:10.334] #0  0x00007f22066a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:10.334] #1  0x00007f220665afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:10.334] #2  0x00007f2206645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:10.334] #3  0x000055e39d0318de in ExceptionalCondition (conditionName=conditionName@entry=0x55e39d2d4288 "(remain...
[22:12:10.334] #4  0x000055e39cc4e490 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:12:10.334] #5  0x000055e39cc4e9e6 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[22:12:10.334] #6  0x000055e39cc4f8a8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:12:10.334] #7  0x000055e39cc51317 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55e3a5acfd90) at ../src/ba...
[22:12:10.334] #8  0x000055e39ca8933d in main (argc=8, argv=0x55e3a5acfd90) at ../src/backend/main/main.c:196
[22:12:10.751] #0  0x00007fa18baa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:12:09.876] #0  0x00007f1a9f6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:09.876] #1  0x00007f1a9f65afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:09.876] #2  0x00007f1a9f645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:09.876] #3  0x000055aeaeaa38de in ExceptionalCondition (conditionName=conditionName@entry=0x55aeaed46288 "(remain...
[22:12:09.876] #4  0x000055aeae6c0490 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:12:09.876] #5  0x000055aeae6c0b27 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[22:12:09.876] #6  0x000055aeae6c18a8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:12:09.876] #7  0x000055aeae6c3317 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55aee8cc7ce0) at ../src/ba...
[22:12:09.876] #8  0x000055aeae4fb33d in main (argc=4, argv=0x55aee8cc7ce0) at ../src/backend/main/main.c:196
[22:12:10.315] #0  0x00007f22066a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:12:09.410] #0  0x00007fc3666a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:09.410] #1  0x00007fc36665afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:09.410] #2  0x00007fc366645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:09.410] #3  0x0000555a690458de in ExceptionalCondition (conditionName=conditionName@entry=0x555a692e8288 "(remain...
[22:12:09.410] #4  0x0000555a68c62490 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:12:09.410] #5  0x0000555a68c62b27 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[22:12:09.410] #6  0x0000555a68c638a8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:12:09.410] #7  0x0000555a68c65317 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x555aa4976d00) at ../src/ba...
[22:12:09.410] #8  0x0000555a68a9d33d in main (argc=4, argv=0x555aa4976d00) at ../src/backend/main/main.c:196
[22:12:09.854] #0  0x00007f1a9f6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:12:08.945] #0  0x00007f7a2b4a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:08.945] #1  0x00007f7a2b45afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:08.945] #2  0x00007f7a2b445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:08.945] #3  0x000056117acc98de in ExceptionalCondition (conditionName=conditionName@entry=0x56117af6c288 "(remain...
[22:12:08.945] #4  0x000056117a8e6490 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:12:08.945] #5  0x000056117a8e6b27 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[22:12:08.945] #6  0x000056117a8e78a8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:12:08.945] #7  0x000056117a8e9317 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5611a62a6d10) at ../src/ba...
[22:12:08.945] #8  0x000056117a72133d in main (argc=4, argv=0x5611a62a6d10) at ../src/backend/main/main.c:196
[22:12:09.387] #0  0x00007fc3666a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:12:08.501] #0  0x00007fa2738a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:08.501] #1  0x00007fa27385afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:08.501] #2  0x00007fa273845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:08.501] #3  0x00005597264a08de in ExceptionalCondition (conditionName=conditionName@entry=0x559726743288 "(remain...
[22:12:08.501] #4  0x00005597260bd490 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:12:08.501] #5  0x00005597260bdb27 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[22:12:08.501] #6  0x00005597260be8a8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:12:08.501] #7  0x00005597260c0317 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55975a3dfd00) at ../src/ba...
[22:12:08.501] #8  0x0000559725ef833d in main (argc=4, argv=0x55975a3dfd00) at ../src/backend/main/main.c:196
[22:12:08.927] #0  0x00007f7a2b4a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:12:08.045] #0  0x00007f780f4a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:08.045] #1  0x00007f780f45afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:08.045] #2  0x00007f780f445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:08.045] #3  0x0000558bc8bef8de in ExceptionalCondition (conditionName=conditionName@entry=0x558bc8e92288 "(remain...
[22:12:08.045] #4  0x0000558bc880c490 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:12:08.045] #5  0x0000558bc880c9e6 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[22:12:08.045] #6  0x0000558bc880d8a8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:12:08.046] #7  0x0000558bc880f317 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x558beeb97d20) at ../src/ba...
[22:12:08.046] #8  0x0000558bc864733d in main (argc=8, argv=0x558beeb97d20) at ../src/backend/main/main.c:196
[22:12:08.479] #0  0x00007fa2738a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:12:07.614] #0  0x00007f0f7f6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:07.614] #1  0x00007f0f7f65afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:07.614] #2  0x00007f0f7f645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:07.614] #3  0x00005590c81698de in ExceptionalCondition (conditionName=conditionName@entry=0x5590c840c288 "(remain...
[22:12:07.614] #4  0x00005590c7d86490 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:12:07.614] #5  0x00005590c7d869e6 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[22:12:07.614] #6  0x00005590c7d878a8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:12:07.614] #7  0x00005590c7d89317 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5590dff8cd00) at ../src/ba...
[22:12:07.614] #8  0x00005590c7bc133d in main (argc=4, argv=0x5590dff8cd00) at ../src/backend/main/main.c:196
[22:12:08.024] #0  0x00007f780f4a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:12:07.155] #0  0x00007f1da76a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:07.155] #1  0x00007f1da765afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:07.155] #2  0x00007f1da7645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:07.155] #3  0x00005562edc078de in ExceptionalCondition (conditionName=conditionName@entry=0x5562edeaa288 "(remain...
[22:12:07.155] #4  0x00005562ed824490 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:12:07.155] #5  0x00005562ed824b27 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[22:12:07.155] #6  0x00005562ed8258a8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:12:07.155] #7  0x00005562ed827317 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x556310cb2d40) at ../src/ba...
[22:12:07.155] #8  0x00005562ed65f33d in main (argc=4, argv=0x556310cb2d40) at ../src/backend/main/main.c:196
[22:12:07.592] #0  0x00007f0f7f6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:12:06.704] #0  0x00007ff4b28a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:06.704] #1  0x00007ff4b285afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:06.704] #2  0x00007ff4b2845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:06.704] #3  0x0000561362c428de in ExceptionalCondition (conditionName=conditionName@entry=0x561362ee5288 "(remain...
[22:12:06.704] #4  0x000056136285f490 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:12:06.704] #5  0x000056136285fb27 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[22:12:06.704] #6  0x00005613628608a8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:12:06.704] #7  0x0000561362862317 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x56136607ed00) at ../src/ba...
[22:12:06.704] #8  0x000056136269a33d in main (argc=4, argv=0x56136607ed00) at ../src/backend/main/main.c:196
[22:12:07.136] #0  0x00007f1da76a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:12:06.254] #0  0x00007f0ce90a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:06.254] #1  0x00007f0ce905afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:06.254] #2  0x00007f0ce9045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:06.254] #3  0x00005601866fc8de in ExceptionalCondition (conditionName=conditionName@entry=0x56018699f288 "(remain...
[22:12:06.254] #4  0x0000560186319490 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:12:06.254] #5  0x00005601863199e6 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[22:12:06.254] #6  0x000056018631a8a8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:12:06.254] #7  0x000056018631c317 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x56018c69de10) at ../src/ba...
[22:12:06.254] #8  0x000056018615433d in main (argc=4, argv=0x56018c69de10) at ../src/backend/main/main.c:196
[22:12:06.683] #0  0x00007ff4b28a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:12:00.232] #0  0x00007ff71eca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:00.232] #1  0x00007ff71ec5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:00.232] #2  0x00007ff71ec45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:00.232] #3  0x000055ab83ce38de in ExceptionalCondition (conditionName=conditionName@entry=0x55ab83f86288 "(remain...
[22:12:00.232] #4  0x000055ab83900490 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:12:00.232] #5  0x000055ab83900b27 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[22:12:00.232] #6  0x000055ab839018a8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:12:00.232] #7  0x000055ab83903317 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55aba77e3d00) at ../src/ba...
[22:12:00.232] #8  0x000055ab8373b33d in main (argc=4, argv=0x55aba77e3d00) at ../src/backend/main/main.c:196
[22:12:00.362] #0  0x00007f9141aa9ebc in ?? ()
core
[22:12:05.801] #0  0x00007f08344a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:05.801] #1  0x00007f083445afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:05.801] #2  0x00007f0834445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:05.801] #3  0x000055d9136f08de in ExceptionalCondition (conditionName=conditionName@entry=0x55d913993288 "(remain...
[22:12:05.801] #4  0x000055d91330d490 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:12:05.801] #5  0x000055d91330d9e6 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[22:12:05.801] #6  0x000055d91330e8a8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:12:05.801] #7  0x000055d913310317 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55d9199a9d50) at ../src/ba...
[22:12:05.801] #8  0x000055d91314833d in main (argc=8, argv=0x55d9199a9d50) at ../src/backend/main/main.c:196
[22:12:06.232] #0  0x00007f0ce90a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:12:05.351] #0  0x00007fc2992a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:05.351] #1  0x00007fc29925afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:05.351] #2  0x00007fc299245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:05.351] #3  0x000055e3089aa8de in ExceptionalCondition (conditionName=conditionName@entry=0x55e308c4d288 "(remain...
[22:12:05.351] #4  0x000055e3085c7490 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:12:05.351] #5  0x000055e3085c79e6 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[22:12:05.351] #6  0x000055e3085c88a8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:12:05.351] #7  0x000055e3085ca317 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55e320d15d40) at ../src/ba...
[22:12:05.351] #8  0x000055e30840233d in main (argc=8, argv=0x55e320d15d40) at ../src/backend/main/main.c:196
[22:12:05.780] #0  0x00007f08344a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:12:04.896] #0  0x00007fde2a6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:04.896] #1  0x00007fde2a65afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:04.896] #2  0x00007fde2a645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:04.896] #3  0x000055dd6abd28de in ExceptionalCondition (conditionName=conditionName@entry=0x55dd6ae75288 "(remain...
[22:12:04.896] #4  0x000055dd6a7ef490 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:12:04.896] #5  0x000055dd6a7ef9e6 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[22:12:04.896] #6  0x000055dd6a7f08a8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:12:04.896] #7  0x000055dd6a7f2317 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55dd7ab82d00) at ../src/ba...
[22:12:04.896] #8  0x000055dd6a62a33d in main (argc=4, argv=0x55dd7ab82d00) at ../src/backend/main/main.c:196
[22:12:05.331] #0  0x00007fc2992a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:12:04.439] #0  0x00007f0454ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:04.439] #1  0x00007f0454e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:04.439] #2  0x00007f0454e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:04.439] #3  0x00005644a3a448de in ExceptionalCondition (conditionName=conditionName@entry=0x5644a3ce7288 "(remain...
[22:12:04.439] #4  0x00005644a3661490 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:12:04.439] #5  0x00005644a36619e6 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[22:12:04.439] #6  0x00005644a36628a8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:12:04.439] #7  0x00005644a3664317 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5644cdb71d00) at ../src/ba...
[22:12:04.439] #8  0x00005644a349c33d in main (argc=4, argv=0x5644cdb71d00) at ../src/backend/main/main.c:196
[22:12:04.875] #0  0x00007fde2a6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:12:03.974] #0  0x00007fae532a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:03.974] #1  0x00007fae5325afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:03.974] #2  0x00007fae53245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:03.974] #3  0x000055f429b798de in ExceptionalCondition (conditionName=conditionName@entry=0x55f429e1c288 "(remain...
[22:12:03.974] #4  0x000055f429796490 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:12:03.974] #5  0x000055f4297969e6 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[22:12:03.974] #6  0x000055f4297978a8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:12:03.974] #7  0x000055f429799317 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55f43c8efd00) at ../src/ba...
[22:12:03.974] #8  0x000055f4295d133d in main (argc=4, argv=0x55f43c8efd00) at ../src/backend/main/main.c:196
[22:12:04.419] #0  0x00007f0454ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:12:03.506] #0  0x00007f6d69ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:03.506] #1  0x00007f6d69e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:03.506] #2  0x00007f6d69e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:03.506] #3  0x000055a8128de8de in ExceptionalCondition (conditionName=conditionName@entry=0x55a812b81288 "(remain...
[22:12:03.506] #4  0x000055a8124fb490 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:12:03.506] #5  0x000055a8124fbb27 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[22:12:03.506] #6  0x000055a8124fc8a8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:12:03.506] #7  0x000055a8124fe317 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55a82da42d40) at ../src/ba...
[22:12:03.506] #8  0x000055a81233633d in main (argc=4, argv=0x55a82da42d40) at ../src/backend/main/main.c:196
[22:12:03.955] #0  0x00007fae532a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:12:03.057] #0  0x00007ff5422a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:03.057] #1  0x00007ff54225afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:03.057] #2  0x00007ff542245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:03.057] #3  0x0000558ee7ff78de in ExceptionalCondition (conditionName=conditionName@entry=0x558ee829a288 "(remain...
[22:12:03.057] #4  0x0000558ee7c14490 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:12:03.057] #5  0x0000558ee7c149e6 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[22:12:03.057] #6  0x0000558ee7c158a8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:12:03.057] #7  0x0000558ee7c17317 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x558f0843dd60) at ../src/ba...
[22:12:03.057] #8  0x0000558ee7a4f33d in main (argc=8, argv=0x558f0843dd60) at ../src/backend/main/main.c:196
[22:12:03.485] #0  0x00007f6d69ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:12:02.616] #0  0x00007f83456a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:02.616] #1  0x00007f834565afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:02.616] #2  0x00007f8345645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:02.616] #3  0x000055c8e18ae8de in ExceptionalCondition (conditionName=conditionName@entry=0x55c8e1b51288 "(remain...
[22:12:02.616] #4  0x000055c8e14cb490 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:12:02.616] #5  0x000055c8e14cb9e6 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[22:12:02.616] #6  0x000055c8e14cc8a8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:12:02.616] #7  0x000055c8e14ce317 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55c8ff3bfd20) at ../src/ba...
[22:12:02.616] #8  0x000055c8e130633d in main (argc=8, argv=0x55c8ff3bfd20) at ../src/backend/main/main.c:196
[22:12:03.039] #0  0x00007ff5422a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:12:02.163] #0  0x00007ff3662a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:02.163] #1  0x00007ff36625afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:02.163] #2  0x00007ff366245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:02.163] #3  0x00005581987088de in ExceptionalCondition (conditionName=conditionName@entry=0x5581989ab288 "(remain...
[22:12:02.163] #4  0x0000558198325490 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:12:02.163] #5  0x00005581983259e6 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[22:12:02.163] #6  0x00005581983268a8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:12:02.163] #7  0x0000558198328317 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x5581bf249d50) at ../src/ba...
[22:12:02.163] #8  0x000055819816033d in main (argc=8, argv=0x5581bf249d50) at ../src/backend/main/main.c:196
[22:12:02.595] #0  0x00007f83456a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:12:29.431] #0  0x00007f1353ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:29.431] #1  0x00007f1353c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:29.431] #2  0x00007f1353c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:29.431] #3  0x000055fdc578a8de in ExceptionalCondition (conditionName=conditionName@entry=0x55fdc5a2d288 "(remain...
[22:12:29.431] #4  0x000055fdc53a7490 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:12:29.431] #5  0x000055fdc53a79e6 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[22:12:29.431] #6  0x000055fdc53a88a8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:12:29.432] #7  0x000055fdc53aa317 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55fe040e4d10) at ../src/ba...
[22:12:29.432] #8  0x000055fdc51e233d in main (argc=4, argv=0x55fe040e4d10) at ../src/backend/main/main.c:196
core
[22:12:01.711] #0  0x00007f3fe5ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:01.711] #1  0x00007f3fe5c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:01.711] #2  0x00007f3fe5c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:01.711] #3  0x000055a3c48b08de in ExceptionalCondition (conditionName=conditionName@entry=0x55a3c4b53288 "(remain...
[22:12:01.711] #4  0x000055a3c44cd490 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:12:01.711] #5  0x000055a3c44cd9e6 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[22:12:01.711] #6  0x000055a3c44ce8a8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:12:01.711] #7  0x000055a3c44d0317 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55a3d9ba1d20) at ../src/ba...
[22:12:01.711] #8  0x000055a3c430833d in main (argc=8, argv=0x55a3d9ba1d20) at ../src/backend/main/main.c:196
[22:12:02.144] #0  0x00007ff3662a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:12:01.270] #0  0x00007f43342a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:01.270] #1  0x00007f433425afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:01.270] #2  0x00007f4334245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:01.270] #3  0x0000559e9c2818de in ExceptionalCondition (conditionName=conditionName@entry=0x559e9c524288 "(remain...
[22:12:01.270] #4  0x0000559e9be9e490 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:12:01.270] #5  0x0000559e9be9e9e6 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[22:12:01.270] #6  0x0000559e9be9f8a8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:12:01.270] #7  0x0000559e9bea1317 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x559ebad57d80) at ../src/ba...
[22:12:01.270] #8  0x0000559e9bcd933d in main (argc=8, argv=0x559ebad57d80) at ../src/backend/main/main.c:196
[22:12:01.689] #0  0x00007f3fe5ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:12:00.838] #0  0x00007ff6dcea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:00.838] #1  0x00007ff6dce5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:00.838] #2  0x00007ff6dce45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:00.838] #3  0x00005644de4ba8de in ExceptionalCondition (conditionName=conditionName@entry=0x5644de75d288 "(remain...
[22:12:00.838] #4  0x00005644de0d7490 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:12:00.838] #5  0x00005644de0d7b27 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[22:12:00.838] #6  0x00005644de0d88a8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:12:00.838] #7  0x00005644de0da317 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5644ed733d00) at ../src/ba...
[22:12:00.838] #8  0x00005644ddf1233d in main (argc=4, argv=0x5644ed733d00) at ../src/backend/main/main.c:196
[22:12:01.249] #0  0x00007f43342a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:12:00.363] #0  0x00007f9141aa9ebc in ?? ()
[22:12:00.816] #0  0x00007ff6dcea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:11:34.832] #0  0x00007f54c86a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:34.832] #1  0x00007f54c865afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:34.832] #2  0x00007f54c8645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:34.832] #3  0x0000556cb71298de in ExceptionalCondition (conditionName=conditionName@entry=0x556cb73cc288 "(remain...
[22:11:34.832] #4  0x0000556cb6d46490 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:11:34.832] #5  0x0000556cb6d469e6 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[22:11:34.832] #6  0x0000556cb6d478a8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:11:34.832] #7  0x0000556cb6d49317 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x556cc180cd00) at ../src/ba...
[22:11:34.832] #8  0x0000556cb6b8133d in main (argc=4, argv=0x556cc180cd00) at ../src/backend/main/main.c:196
[22:11:35.306] #0  0x00007fa3020a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:11:35.328] #0  0x00007fa3020a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:35.328] #1  0x00007fa30205afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:35.328] #2  0x00007fa302045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:35.328] #3  0x00005585cc57f8de in ExceptionalCondition (conditionName=conditionName@entry=0x5585cc822288 "(remain...
[22:11:35.328] #4  0x00005585cc19c490 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:11:35.328] #5  0x00005585cc19cb27 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[22:11:35.328] #6  0x00005585cc19d8a8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:11:35.328] #7  0x00005585cc19f317 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5585cd7f3cf0) at ../src/ba...
[22:11:35.328] #8  0x00005585cbfd733d in main (argc=4, argv=0x5585cd7f3cf0) at ../src/backend/main/main.c:196
[22:11:35.801] #0  0x00007f5924aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:11:35.820] #0  0x00007f5924aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:35.820] #1  0x00007f5924a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:35.820] #2  0x00007f5924a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:35.820] #3  0x000055f9598e68de in ExceptionalCondition (conditionName=conditionName@entry=0x55f959b89288 "(remain...
[22:11:35.820] #4  0x000055f959503490 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:11:35.820] #5  0x000055f959503b27 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[22:11:35.820] #6  0x000055f9595048a8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:11:35.820] #7  0x000055f959506317 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55f96caa0d00) at ../src/ba...
[22:11:35.820] #8  0x000055f95933e33d in main (argc=4, argv=0x55f96caa0d00) at ../src/backend/main/main.c:196
[22:11:36.240] #0  0x00007f608b6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:11:36.262] #0  0x00007f608b6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:36.262] #1  0x00007f608b65afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:36.262] #2  0x00007f608b645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:36.262] #3  0x00005582123d08de in ExceptionalCondition (conditionName=conditionName@entry=0x558212673288 "(remain...
[22:11:36.262] #4  0x0000558211fed490 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:11:36.262] #5  0x0000558211fed9e6 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[22:11:36.262] #6  0x0000558211fee8a8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:11:36.262] #7  0x0000558211ff0317 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55824b488d90) at ../src/ba...
[22:11:36.262] #8  0x0000558211e2833d in main (argc=8, argv=0x55824b488d90) at ../src/backend/main/main.c:196
[22:11:36.719] #0  0x00007fb5bd4a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:11:36.742] #0  0x00007fb5bd4a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:36.742] #1  0x00007fb5bd45afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:36.742] #2  0x00007fb5bd445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:36.742] #3  0x00005607219db8de in ExceptionalCondition (conditionName=conditionName@entry=0x560721c7e288 "(remain...
[22:11:36.742] #4  0x00005607215f8490 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:11:36.742] #5  0x00005607215f89e6 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[22:11:36.742] #6  0x00005607215f98a8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:11:36.743] #7  0x00005607215fb317 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x5607524e7d80) at ../src/ba...
[22:11:36.743] #8  0x000056072143333d in main (argc=8, argv=0x5607524e7d80) at ../src/backend/main/main.c:196
[22:11:37.221] #0  0x00007f20a24a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:11:37.242] #0  0x00007f20a24a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:37.242] #1  0x00007f20a245afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:37.242] #2  0x00007f20a2445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:37.242] #3  0x000055b7627a68de in ExceptionalCondition (conditionName=conditionName@entry=0x55b762a49288 "(remain...
[22:11:37.242] #4  0x000055b7623c3490 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:11:37.242] #5  0x000055b7623c3b27 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[22:11:37.242] #6  0x000055b7623c48a8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:11:37.242] #7  0x000055b7623c6317 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55b79e080d00) at ../src/ba...
[22:11:37.242] #8  0x000055b7621fe33d in main (argc=4, argv=0x55b79e080d00) at ../src/backend/main/main.c:196
[22:11:37.689] #0  0x00007f75028a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:11:37.708] #0  0x00007f75028a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:37.708] #1  0x00007f750285afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:37.708] #2  0x00007f7502845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:37.708] #3  0x0000564e242358de in ExceptionalCondition (conditionName=conditionName@entry=0x564e244d8288 "(remain...
[22:11:37.708] #4  0x0000564e23e52490 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:11:37.708] #5  0x0000564e23e529e6 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[22:11:37.708] #6  0x0000564e23e538a8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:11:37.708] #7  0x0000564e23e55317 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x564e541c7cd0) at ../src/ba...
[22:11:37.708] #8  0x0000564e23c8d33d in main (argc=4, argv=0x564e541c7cd0) at ../src/backend/main/main.c:196
[22:11:38.153] #0  0x00007f5b2a6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:11:38.175] #0  0x00007f5b2a6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:38.175] #1  0x00007f5b2a65afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:38.175] #2  0x00007f5b2a645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:38.175] #3  0x000055cf9f5a28de in ExceptionalCondition (conditionName=conditionName@entry=0x55cf9f845288 "(remain...
[22:11:38.175] #4  0x000055cf9f1bf490 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:11:38.175] #5  0x000055cf9f1bfb27 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[22:11:38.175] #6  0x000055cf9f1c08a8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:11:38.176] #7  0x000055cf9f1c2317 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55cfaf54bd10) at ../src/ba...
[22:11:38.176] #8  0x000055cf9effa33d in main (argc=4, argv=0x55cfaf54bd10) at ../src/backend/main/main.c:196
[22:11:38.612] #0  0x00007f3bf52a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:11:38.631] #0  0x00007f3bf52a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:38.631] #1  0x00007f3bf525afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:38.631] #2  0x00007f3bf5245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:38.631] #3  0x00005621d4f6a8de in ExceptionalCondition (conditionName=conditionName@entry=0x5621d520d288 "(remain...
[22:11:38.631] #4  0x00005621d4b87490 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:11:38.631] #5  0x00005621d4b879e6 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[22:11:38.631] #6  0x00005621d4b888a8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:11:38.631] #7  0x00005621d4b8a317 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x5622044dad40) at ../src/ba...
[22:11:38.631] #8  0x00005621d49c233d in main (argc=8, argv=0x5622044dad40) at ../src/backend/main/main.c:196
[22:11:39.056] #0  0x00007ff4cbaa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:11:39.074] #0  0x00007ff4cbaa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:39.074] #1  0x00007ff4cba5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:39.074] #2  0x00007ff4cba45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:39.074] #3  0x0000561e568678de in ExceptionalCondition (conditionName=conditionName@entry=0x561e56b0a288 "(remain...
[22:11:39.074] #4  0x0000561e56484490 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:11:39.074] #5  0x0000561e564849e6 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[22:11:39.074] #6  0x0000561e564858a8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:11:39.074] #7  0x0000561e56487317 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x561e6b055d40) at ../src/ba...
[22:11:39.074] #8  0x0000561e562bf33d in main (argc=8, argv=0x561e6b055d40) at ../src/backend/main/main.c:196
[22:11:39.498] #0  0x00007fc8ee0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:11:39.517] #0  0x00007fc8ee0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:39.517] #1  0x00007fc8ee05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:39.517] #2  0x00007fc8ee045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:39.517] #3  0x000055773cba98de in ExceptionalCondition (conditionName=conditionName@entry=0x55773ce4c288 "(remain...
[22:11:39.517] #4  0x000055773c7c6490 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:11:39.517] #5  0x000055773c7c69e6 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[22:11:39.517] #6  0x000055773c7c78a8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:11:39.517] #7  0x000055773c7c9317 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55773e79fd80) at ../src/ba...
[22:11:39.517] #8  0x000055773c60133d in main (argc=8, argv=0x55773e79fd80) at ../src/backend/main/main.c:196
[22:11:39.967] #0  0x00007fec278a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:11:39.986] #0  0x00007fec278a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:39.986] #1  0x00007fec2785afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:39.986] #2  0x00007fec27845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:39.986] #3  0x00005617ce04f8de in ExceptionalCondition (conditionName=conditionName@entry=0x5617ce2f2288 "(remain...
[22:11:39.986] #4  0x00005617cdc6c490 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:11:39.986] #5  0x00005617cdc6c9e6 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[22:11:39.986] #6  0x00005617cdc6d8a8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:11:39.986] #7  0x00005617cdc6f317 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5617f7fa0d00) at ../src/ba...
[22:11:39.986] #8  0x00005617cdaa733d in main (argc=4, argv=0x5617f7fa0d00) at ../src/backend/main/main.c:196
[22:11:40.444] #0  0x00007fa95e4a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:11:40.466] #0  0x00007fa95e4a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:40.466] #1  0x00007fa95e45afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:40.466] #2  0x00007fa95e445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:40.466] #3  0x000055fee13708de in ExceptionalCondition (conditionName=conditionName@entry=0x55fee1613288 "(remain...
[22:11:40.466] #4  0x000055fee0f8d490 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:11:40.466] #5  0x000055fee0f8db27 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[22:11:40.466] #6  0x000055fee0f8e8a8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:11:40.467] #7  0x000055fee0f90317 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55fefc4facf0) at ../src/ba...
[22:11:40.467] #8  0x000055fee0dc833d in main (argc=4, argv=0x55fefc4facf0) at ../src/backend/main/main.c:196
[22:11:40.937] #0  0x00007fbd5aaa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:11:40.956] #0  0x00007fbd5aaa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:40.956] #1  0x00007fbd5aa5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:40.956] #2  0x00007fbd5aa45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:40.956] #3  0x00005632e4b998de in ExceptionalCondition (conditionName=conditionName@entry=0x5632e4e3c288 "(remain...
[22:11:40.956] #4  0x00005632e47b6490 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:11:40.956] #5  0x00005632e47b6b27 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[22:11:40.956] #6  0x00005632e47b78a8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:11:40.956] #7  0x00005632e47b9317 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5632f6e76d00) at ../src/ba...
[22:11:40.956] #8  0x00005632e45f133d in main (argc=4, argv=0x5632f6e76d00) at ../src/backend/main/main.c:196
[22:11:41.419] #0  0x00007fee70ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:11:41.441] #0  0x00007fee70ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:41.441] #1  0x00007fee70c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:41.441] #2  0x00007fee70c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:41.441] #3  0x00005648fb07e8de in ExceptionalCondition (conditionName=conditionName@entry=0x5648fb321288 "(remain...
[22:11:41.441] #4  0x00005648fac9b490 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:11:41.441] #5  0x00005648fac9bb27 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[22:11:41.441] #6  0x00005648fac9c8a8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:11:41.442] #7  0x00005648fac9e317 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x56493381fd00) at ../src/ba...
[22:11:41.442] #8  0x00005648faad633d in main (argc=4, argv=0x56493381fd00) at ../src/backend/main/main.c:196
[22:11:41.902] #0  0x00007f24a10a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:11:41.921] #0  0x00007f24a10a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:41.921] #1  0x00007f24a105afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:41.921] #2  0x00007f24a1045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:41.921] #3  0x0000555c94dbf8de in ExceptionalCondition (conditionName=conditionName@entry=0x555c95062288 "(remain...
[22:11:41.921] #4  0x0000555c949dc490 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:11:41.921] #5  0x0000555c949dcb27 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[22:11:41.921] #6  0x0000555c949dd8a8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:11:41.921] #7  0x0000555c949df317 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x555cbc478d10) at ../src/ba...
[22:11:41.921] #8  0x0000555c9481733d in main (argc=4, argv=0x555cbc478d10) at ../src/backend/main/main.c:196
[22:11:42.381] #0  0x00007f54068a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:11:42.403] #0  0x00007f54068a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:42.403] #1  0x00007f540685afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:42.403] #2  0x00007f5406845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:42.403] #3  0x0000558a466798de in ExceptionalCondition (conditionName=conditionName@entry=0x558a4691c288 "(remain...
[22:11:42.403] #4  0x0000558a46296490 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:11:42.403] #5  0x0000558a46296b27 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[22:11:42.403] #6  0x0000558a462978a8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:11:42.404] #7  0x0000558a46299317 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x558a706d1d00) at ../src/ba...
[22:11:42.404] #8  0x0000558a460d133d in main (argc=4, argv=0x558a706d1d00) at ../src/backend/main/main.c:196
[22:11:42.840] #0  0x00007f22d64a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:11:42.859] #0  0x00007f22d64a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:42.859] #1  0x00007f22d645afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:42.859] #2  0x00007f22d6445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:42.859] #3  0x00005562897f88de in ExceptionalCondition (conditionName=conditionName@entry=0x556289a9b288 "(remain...
[22:11:42.859] #4  0x0000556289415490 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:11:42.859] #5  0x0000556289415b27 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[22:11:42.859] #6  0x00005562894168a8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:11:42.859] #7  0x0000556289418317 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55629c21cd00) at ../src/ba...
[22:11:42.859] #8  0x000055628925033d in main (argc=4, argv=0x55629c21cd00) at ../src/backend/main/main.c:196
[22:11:43.275] #0  0x00007f49e7aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:11:43.294] #0  0x00007f49e7aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:43.294] #1  0x00007f49e7a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:43.294] #2  0x00007f49e7a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:43.294] #3  0x000055f1967218de in ExceptionalCondition (conditionName=conditionName@entry=0x55f1969c4288 "(remain...
[22:11:43.294] #4  0x000055f19633e490 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:11:43.294] #5  0x000055f19633e9e6 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[22:11:43.294] #6  0x000055f19633f8a8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:11:43.294] #7  0x000055f196341317 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55f1c75f7d20) at ../src/ba...
[22:11:43.294] #8  0x000055f19617933d in main (argc=8, argv=0x55f1c75f7d20) at ../src/backend/main/main.c:196
[22:11:43.761] #0  0x00007f3319ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:11:43.783] #0  0x00007f3319ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:43.783] #1  0x00007f3319c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:43.783] #2  0x00007f3319c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:43.783] #3  0x00005636269e58de in ExceptionalCondition (conditionName=conditionName@entry=0x563626c88288 "(remain...
[22:11:43.783] #4  0x0000563626602490 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:11:43.783] #5  0x0000563626602b27 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[22:11:43.783] #6  0x00005636266038a8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:11:43.783] #7  0x0000563626605317 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x563654f9dd00) at ../src/ba...
[22:11:43.783] #8  0x000056362643d33d in main (argc=4, argv=0x563654f9dd00) at ../src/backend/main/main.c:196
[22:11:44.231] #0  0x00007f09fc4a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:11:44.250] #0  0x00007f09fc4a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:44.250] #1  0x00007f09fc45afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:44.250] #2  0x00007f09fc445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:44.250] #3  0x0000563c110d98de in ExceptionalCondition (conditionName=conditionName@entry=0x563c1137c288 "(remain...
[22:11:44.250] #4  0x0000563c10cf6490 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:11:44.250] #5  0x0000563c10cf6b27 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[22:11:44.250] #6  0x0000563c10cf78a8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:11:44.250] #7  0x0000563c10cf9317 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x563c4539cd00) at ../src/ba...
[22:11:44.250] #8  0x0000563c10b3133d in main (argc=4, argv=0x563c4539cd00) at ../src/backend/main/main.c:196
[22:11:44.700] #0  0x00007fa57b4a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:11:44.720] #0  0x00007fa57b4a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:44.720] #1  0x00007fa57b45afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:44.720] #2  0x00007fa57b445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:44.720] #3  0x00005609c8f778de in ExceptionalCondition (conditionName=conditionName@entry=0x5609c921a288 "(remain...
[22:11:44.720] #4  0x00005609c8b94490 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:11:44.720] #5  0x00005609c8b94b27 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[22:11:44.720] #6  0x00005609c8b958a8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:11:44.720] #7  0x00005609c8b97317 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5609cdb45d00) at ../src/ba...
[22:11:44.720] #8  0x00005609c89cf33d in main (argc=4, argv=0x5609cdb45d00) at ../src/backend/main/main.c:196
[22:11:45.169] #0  0x00007f2aa80a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:11:45.191] #0  0x00007f2aa80a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:45.191] #1  0x00007f2aa805afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:45.191] #2  0x00007f2aa8045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:45.191] #3  0x0000557af59b38de in ExceptionalCondition (conditionName=conditionName@entry=0x557af5c56288 "(remain...
[22:11:45.191] #4  0x0000557af55d0490 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:11:45.191] #5  0x0000557af55d17af in process_pm_child_exit () at ../src/backend/postmaster/postmaster.c:2523
[22:11:45.191] #6  0x0000557af55d18b6 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1654
[22:11:45.191] #7  0x0000557af55d3317 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x557b106ffd00) at ../src/ba...
[22:11:45.191] #8  0x0000557af540b33d in main (argc=4, argv=0x557b106ffd00) at ../src/backend/main/main.c:196
[22:11:45.614] #0  0x00007fc1946a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:11:45.636] #0  0x00007fc1946a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:45.636] #1  0x00007fc19465afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:45.636] #2  0x00007fc194645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:45.636] #3  0x0000562e8eb408de in ExceptionalCondition (conditionName=conditionName@entry=0x562e8ede3288 "(remain...
[22:11:45.636] #4  0x0000562e8e75d490 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:11:45.636] #5  0x0000562e8e75d9e6 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[22:11:45.636] #6  0x0000562e8e75e8a8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:11:45.637] #7  0x0000562e8e760317 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x562ea80e1d40) at ../src/ba...
[22:11:45.637] #8  0x0000562e8e59833d in main (argc=8, argv=0x562ea80e1d40) at ../src/backend/main/main.c:196
[22:11:46.071] #0  0x00007f5c298a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:11:46.091] #0  0x00007f5c298a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:46.091] #1  0x00007f5c2985afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:46.091] #2  0x00007f5c29845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:46.091] #3  0x0000555b07f7f8de in ExceptionalCondition (conditionName=conditionName@entry=0x555b08222288 "(remain...
[22:11:46.091] #4  0x0000555b07b9c490 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:11:46.091] #5  0x0000555b07b9c9e6 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[22:11:46.091] #6  0x0000555b07b9d8a8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:11:46.091] #7  0x0000555b07b9f317 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x555b165ebd10) at ../src/ba...
[22:11:46.091] #8  0x0000555b079d733d in main (argc=4, argv=0x555b165ebd10) at ../src/backend/main/main.c:196
[22:11:46.521] #0  0x00007f625a0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:11:46.541] #0  0x00007f625a0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:46.541] #1  0x00007f625a05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:46.541] #2  0x00007f625a045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:46.541] #3  0x000055c8d3ffb8de in ExceptionalCondition (conditionName=conditionName@entry=0x55c8d429e288 "(remain...
[22:11:46.541] #4  0x000055c8d3c18490 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:11:46.541] #5  0x000055c8d3c18b27 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[22:11:46.541] #6  0x000055c8d3c198a8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:11:46.541] #7  0x000055c8d3c1b317 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55c8d50f8d10) at ../src/ba...
[22:11:46.541] #8  0x000055c8d3a5333d in main (argc=4, argv=0x55c8d50f8d10) at ../src/backend/main/main.c:196
[22:11:46.960] #0  0x00007fa37aca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:11:46.981] #0  0x00007fa37aca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:46.981] #1  0x00007fa37ac5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:46.981] #2  0x00007fa37ac45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:46.981] #3  0x000055c6dca0e8de in ExceptionalCondition (conditionName=conditionName@entry=0x55c6dccb1288 "(remain...
[22:11:46.981] #4  0x000055c6dc62b490 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:11:46.981] #5  0x000055c6dc62b9e6 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[22:11:46.981] #6  0x000055c6dc62c8a8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:11:46.981] #7  0x000055c6dc62e317 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55c702014d40) at ../src/ba...
[22:11:46.981] #8  0x000055c6dc46633d in main (argc=4, argv=0x55c702014d40) at ../src/backend/main/main.c:196
[22:11:47.392] #0  0x00007f34e42a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:11:47.410] #0  0x00007f34e42a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:47.410] #1  0x00007f34e425afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:47.410] #2  0x00007f34e4245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:47.410] #3  0x000055f3033668de in ExceptionalCondition (conditionName=conditionName@entry=0x55f303609288 "(remain...
[22:11:47.410] #4  0x000055f302f83490 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:11:47.410] #5  0x000055f302f83b27 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[22:11:47.410] #6  0x000055f302f848a8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:11:47.410] #7  0x000055f302f86317 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55f32cdead00) at ../src/ba...
[22:11:47.410] #8  0x000055f302dbe33d in main (argc=4, argv=0x55f32cdead00) at ../src/backend/main/main.c:196
[22:11:47.843] #0  0x00007f95898a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:11:47.865] #0  0x00007f95898a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:47.865] #1  0x00007f958985afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:47.865] #2  0x00007f9589845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:47.865] #3  0x00005570d64298de in ExceptionalCondition (conditionName=conditionName@entry=0x5570d66cc288 "(remain...
[22:11:47.865] #4  0x00005570d6046490 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:11:47.865] #5  0x00005570d6046b27 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[22:11:47.865] #6  0x00005570d60478a8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:11:47.865] #7  0x00005570d6049317 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5570e6499d00) at ../src/ba...
[22:11:47.865] #8  0x00005570d5e8133d in main (argc=4, argv=0x5570e6499d00) at ../src/backend/main/main.c:196
[22:11:48.303] #0  0x00007f26ff6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:11:48.325] #0  0x00007f26ff6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:48.325] #1  0x00007f26ff65afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:48.325] #2  0x00007f26ff645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:48.325] #3  0x0000558b412898de in ExceptionalCondition (conditionName=conditionName@entry=0x558b4152c288 "(remain...
[22:11:48.325] #4  0x0000558b40ea6490 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:11:48.325] #5  0x0000558b40ea6b27 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[22:11:48.325] #6  0x0000558b40ea78a8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:11:48.325] #7  0x0000558b40ea9317 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x558b4c715d10) at ../src/ba...
[22:11:48.325] #8  0x0000558b40ce133d in main (argc=4, argv=0x558b4c715d10) at ../src/backend/main/main.c:196
[22:11:48.750] #0  0x00007f790daa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:11:48.769] #0  0x00007f790daa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:48.769] #1  0x00007f790da5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:48.769] #2  0x00007f790da45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:48.769] #3  0x000055d01eaa18de in ExceptionalCondition (conditionName=conditionName@entry=0x55d01ed44288 "(remain...
[22:11:48.769] #4  0x000055d01e6be490 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:11:48.769] #5  0x000055d01e6be9e6 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[22:11:48.769] #6  0x000055d01e6bf8a8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:11:48.769] #7  0x000055d01e6c1317 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55d032176d20) at ../src/ba...
[22:11:48.769] #8  0x000055d01e4f933d in main (argc=8, argv=0x55d032176d20) at ../src/backend/main/main.c:196
[22:11:49.196] #0  0x00007f2926ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:11:49.214] #0  0x00007f2926ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:49.214] #1  0x00007f2926e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:49.214] #2  0x00007f2926e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:49.214] #3  0x000055bdbb8488de in ExceptionalCondition (conditionName=conditionName@entry=0x55bdbbaeb288 "(remain...
[22:11:49.214] #4  0x000055bdbb465490 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:11:49.214] #5  0x000055bdbb4659e6 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[22:11:49.214] #6  0x000055bdbb4668a8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:11:49.214] #7  0x000055bdbb468317 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55bdc6b12d80) at ../src/ba...
[22:11:49.214] #8  0x000055bdbb2a033d in main (argc=8, argv=0x55bdc6b12d80) at ../src/backend/main/main.c:196
[22:11:49.649] #0  0x00007f1f04aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:11:49.671] #0  0x00007f1f04aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:49.671] #1  0x00007f1f04a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:49.671] #2  0x00007f1f04a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:49.671] #3  0x000055b18f93d8de in ExceptionalCondition (conditionName=conditionName@entry=0x55b18fbe0288 "(remain...
[22:11:49.671] #4  0x000055b18f55a490 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:11:49.671] #5  0x000055b18f55ab27 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[22:11:49.671] #6  0x000055b18f55b8a8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:11:49.671] #7  0x000055b18f55d317 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55b195cb1d00) at ../src/ba...
[22:11:49.671] #8  0x000055b18f39533d in main (argc=4, argv=0x55b195cb1d00) at ../src/backend/main/main.c:196
[22:11:50.090] #0  0x00007fd60d6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:11:50.112] #0  0x00007fd60d6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:50.112] #1  0x00007fd60d65afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:50.112] #2  0x00007fd60d645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:50.112] #3  0x00005565402478de in ExceptionalCondition (conditionName=conditionName@entry=0x5565404ea288 "(remain...
[22:11:50.112] #4  0x000055653fe64490 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:11:50.112] #5  0x000055653fe64b27 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[22:11:50.112] #6  0x000055653fe658a8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:11:50.113] #7  0x000055653fe67317 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x556544f00d10) at ../src/ba...
[22:11:50.113] #8  0x000055653fc9f33d in main (argc=4, argv=0x556544f00d10) at ../src/backend/main/main.c:196
[22:11:50.555] #0  0x00007fd5f9ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:11:50.575] #0  0x00007fd5f9ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:50.575] #1  0x00007fd5f9c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:50.575] #2  0x00007fd5f9c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:50.575] #3  0x000055f73d16d8de in ExceptionalCondition (conditionName=conditionName@entry=0x55f73d410288 "(remain...
[22:11:50.575] #4  0x000055f73cd8a490 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:11:50.575] #5  0x000055f73cd8a9e6 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[22:11:50.575] #6  0x000055f73cd8b8a8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:11:50.575] #7  0x000055f73cd8d317 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55f76f796d50) at ../src/ba...
[22:11:50.575] #8  0x000055f73cbc533d in main (argc=8, argv=0x55f76f796d50) at ../src/backend/main/main.c:196
[22:11:51.008] #0  0x00007f47e4aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:11:51.029] #0  0x00007f47e4aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:51.029] #1  0x00007f47e4a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:51.029] #2  0x00007f47e4a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:51.029] #3  0x0000557a6827b8de in ExceptionalCondition (conditionName=conditionName@entry=0x557a6851e288 "(remain...
[22:11:51.029] #4  0x0000557a67e98490 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:11:51.029] #5  0x0000557a67e98b27 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[22:11:51.029] #6  0x0000557a67e998a8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:11:51.029] #7  0x0000557a67e9b317 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x557a7fe68d40) at ../src/ba...
[22:11:51.029] #8  0x0000557a67cd333d in main (argc=4, argv=0x557a7fe68d40) at ../src/backend/main/main.c:196
[22:11:51.485] #0  0x00007ff86baa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:11:51.505] #0  0x00007ff86baa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:51.505] #1  0x00007ff86ba5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:51.505] #2  0x00007ff86ba45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:51.505] #3  0x00005611c4ace8de in ExceptionalCondition (conditionName=conditionName@entry=0x5611c4d71288 "(remain...
[22:11:51.505] #4  0x00005611c46eb490 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:11:51.505] #5  0x00005611c46eb9e6 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[22:11:51.505] #6  0x00005611c46ec8a8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:11:51.505] #7  0x00005611c46ee317 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5611eee3cd40) at ../src/ba...
[22:11:51.505] #8  0x00005611c452633d in main (argc=4, argv=0x5611eee3cd40) at ../src/backend/main/main.c:196
[22:11:51.961] #0  0x00007fbe568a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:11:51.982] #0  0x00007fbe568a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:51.982] #1  0x00007fbe5685afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:51.982] #2  0x00007fbe56845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:51.982] #3  0x000055e14baf98de in ExceptionalCondition (conditionName=conditionName@entry=0x55e14bd9c288 "(remain...
[22:11:51.982] #4  0x000055e14b716490 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:11:51.982] #5  0x000055e14b716b27 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[22:11:51.982] #6  0x000055e14b7178a8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:11:51.982] #7  0x000055e14b719317 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55e151106d00) at ../src/ba...
[22:11:51.982] #8  0x000055e14b55133d in main (argc=4, argv=0x55e151106d00) at ../src/backend/main/main.c:196
[22:11:52.418] #0  0x00007f3893ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:11:52.438] #0  0x00007f3893ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:52.438] #1  0x00007f3893c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:52.438] #2  0x00007f3893c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:52.438] #3  0x000055aaba3c08de in ExceptionalCondition (conditionName=conditionName@entry=0x55aaba663288 "(remain...
[22:11:52.438] #4  0x000055aab9fdd490 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:11:52.438] #5  0x000055aab9fddb27 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[22:11:52.438] #6  0x000055aab9fde8a8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:11:52.438] #7  0x000055aab9fe0317 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55aae7800d10) at ../src/ba...
[22:11:52.438] #8  0x000055aab9e1833d in main (argc=4, argv=0x55aae7800d10) at ../src/backend/main/main.c:196
[22:11:52.861] #0  0x00007f0be98a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:11:52.883] #0  0x00007f0be98a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:52.883] #1  0x00007f0be985afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:52.883] #2  0x00007f0be9845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:52.883] #3  0x000055aacf1ce8de in ExceptionalCondition (conditionName=conditionName@entry=0x55aacf471288 "(remain...
[22:11:52.883] #4  0x000055aacedeb490 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:11:52.883] #5  0x000055aacedeb9e6 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[22:11:52.883] #6  0x000055aacedec8a8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:11:52.883] #7  0x000055aacedee317 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55aaf8cded80) at ../src/ba...
[22:11:52.883] #8  0x000055aacec2633d in main (argc=8, argv=0x55aaf8cded80) at ../src/backend/main/main.c:196
[22:11:53.340] #0  0x00007f00ac4a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:11:53.360] #0  0x00007f00ac4a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:53.360] #1  0x00007f00ac45afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:53.360] #2  0x00007f00ac445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:53.360] #3  0x000055a0ed83e8de in ExceptionalCondition (conditionName=conditionName@entry=0x55a0edae1288 "(remain...
[22:11:53.360] #4  0x000055a0ed45b490 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:11:53.360] #5  0x000055a0ed45b9e6 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[22:11:53.360] #6  0x000055a0ed45c8a8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:11:53.360] #7  0x000055a0ed45e317 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55a1200f5d00) at ../src/ba...
[22:11:53.360] #8  0x000055a0ed29633d in main (argc=4, argv=0x55a1200f5d00) at ../src/backend/main/main.c:196
[22:11:53.780] #0  0x00007f6a232a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:11:53.798] #0  0x00007f6a232a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:53.798] #1  0x00007f6a2325afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:53.798] #2  0x00007f6a23245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:53.798] #3  0x00005577e65a48de in ExceptionalCondition (conditionName=conditionName@entry=0x5577e6847288 "(remain...
[22:11:53.798] #4  0x00005577e61c1490 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:11:53.798] #5  0x00005577e61c19e6 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[22:11:53.798] #6  0x00005577e61c28a8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:11:53.798] #7  0x00005577e61c4317 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x5577fb5b4d40) at ../src/ba...
[22:11:53.798] #8  0x00005577e5ffc33d in main (argc=8, argv=0x5577fb5b4d40) at ../src/backend/main/main.c:196
[22:11:54.260] #0  0x00007f218f6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:11:54.280] #0  0x00007f218f6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:54.280] #1  0x00007f218f65afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:54.280] #2  0x00007f218f645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:54.280] #3  0x000055b7b1f348de in ExceptionalCondition (conditionName=conditionName@entry=0x55b7b21d7288 "(remain...
[22:11:54.280] #4  0x000055b7b1b51490 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:11:54.280] #5  0x000055b7b1b51b27 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[22:11:54.280] #6  0x000055b7b1b528a8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:11:54.280] #7  0x000055b7b1b54317 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55b7dfff7d20) at ../src/ba...
[22:11:54.280] #8  0x000055b7b198c33d in main (argc=4, argv=0x55b7dfff7d20) at ../src/backend/main/main.c:196
[22:11:54.715] #0  0x00007f399f2a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:11:54.737] #0  0x00007f399f2a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:54.737] #1  0x00007f399f25afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:54.737] #2  0x00007f399f245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:54.737] #3  0x0000558132be68de in ExceptionalCondition (conditionName=conditionName@entry=0x558132e89288 "(remain...
[22:11:54.737] #4  0x0000558132803490 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:11:54.737] #5  0x0000558132803b27 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[22:11:54.737] #6  0x00005581328048a8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:11:54.737] #7  0x0000558132806317 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x558165230d20) at ../src/ba...
[22:11:54.737] #8  0x000055813263e33d in main (argc=4, argv=0x558165230d20) at ../src/backend/main/main.c:196
[22:11:55.192] #0  0x00007f43b08a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:11:55.214] #0  0x00007f43b08a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:55.214] #1  0x00007f43b085afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:55.214] #2  0x00007f43b0845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:55.214] #3  0x000055e486b728de in ExceptionalCondition (conditionName=conditionName@entry=0x55e486e15288 "(remain...
[22:11:55.214] #4  0x000055e48678f490 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:11:55.214] #5  0x000055e48678fb27 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[22:11:55.214] #6  0x000055e4867908a8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:11:55.214] #7  0x000055e486792317 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55e4a2a78d10) at ../src/ba...
[22:11:55.214] #8  0x000055e4865ca33d in main (argc=4, argv=0x55e4a2a78d10) at ../src/backend/main/main.c:196
[22:11:55.656] #0  0x00007f09da0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:11:55.675] #0  0x00007f09da0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:55.675] #1  0x00007f09da05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:55.675] #2  0x00007f09da045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:55.675] #3  0x0000557ad63698de in ExceptionalCondition (conditionName=conditionName@entry=0x557ad660c288 "(remain...
[22:11:55.675] #4  0x0000557ad5f86490 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:11:55.675] #5  0x0000557ad5f869e6 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[22:11:55.675] #6  0x0000557ad5f878a8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:11:55.675] #7  0x0000557ad5f89317 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x557afd2c5d40) at ../src/ba...
[22:11:55.675] #8  0x0000557ad5dc133d in main (argc=8, argv=0x557afd2c5d40) at ../src/backend/main/main.c:196
[22:11:56.102] #0  0x00007f9c670a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:11:56.123] #0  0x00007f9c670a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:56.123] #1  0x00007f9c6705afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:56.123] #2  0x00007f9c67045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:56.123] #3  0x00005627250b58de in ExceptionalCondition (conditionName=conditionName@entry=0x562725358288 "(remain...
[22:11:56.123] #4  0x0000562724cd2490 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:11:56.123] #5  0x0000562724cd2b27 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[22:11:56.123] #6  0x0000562724cd38a8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:11:56.123] #7  0x0000562724cd5317 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5627414e1d40) at ../src/ba...
[22:11:56.123] #8  0x0000562724b0d33d in main (argc=4, argv=0x5627414e1d40) at ../src/backend/main/main.c:196
[22:11:56.562] #0  0x00007fd0bd0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:11:56.582] #0  0x00007fd0bd0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:56.582] #1  0x00007fd0bd05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:56.582] #2  0x00007fd0bd045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:56.582] #3  0x0000557c302cf8de in ExceptionalCondition (conditionName=conditionName@entry=0x557c30572288 "(remain...
[22:11:56.582] #4  0x0000557c2feec490 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:11:56.582] #5  0x0000557c2feec9e6 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[22:11:56.582] #6  0x0000557c2feed8a8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:11:56.582] #7  0x0000557c2feef317 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x557c610ccd20) at ../src/ba...
[22:11:56.582] #8  0x0000557c2fd2733d in main (argc=8, argv=0x557c610ccd20) at ../src/backend/main/main.c:196
[22:11:57.028] #0  0x00007f04e3ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:11:57.047] #0  0x00007f04e3ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:57.047] #1  0x00007f04e3c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:57.047] #2  0x00007f04e3c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:57.047] #3  0x000055fb6136f8de in ExceptionalCondition (conditionName=conditionName@entry=0x55fb61612288 "(remain...
[22:11:57.047] #4  0x000055fb60f8c490 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:11:57.047] #5  0x000055fb60f8cb27 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[22:11:57.047] #6  0x000055fb60f8d8a8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:11:57.047] #7  0x000055fb60f8f317 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55fb6acebd00) at ../src/ba...
[22:11:57.047] #8  0x000055fb60dc733d in main (argc=4, argv=0x55fb6acebd00) at ../src/backend/main/main.c:196
[22:11:57.473] #0  0x00007f9f232a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:11:57.496] #0  0x00007f9f232a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:57.496] #1  0x00007f9f2325afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:57.496] #2  0x00007f9f23245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:57.496] #3  0x00005630a9e648de in ExceptionalCondition (conditionName=conditionName@entry=0x5630aa107288 "(remain...
[22:11:57.496] #4  0x00005630a9a81490 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:11:57.496] #5  0x00005630a9a819e6 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[22:11:57.496] #6  0x00005630a9a828a8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:11:57.496] #7  0x00005630a9a84317 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5630bf04fd30) at ../src/ba...
[22:11:57.496] #8  0x00005630a98bc33d in main (argc=4, argv=0x5630bf04fd30) at ../src/backend/main/main.c:196
[22:11:57.926] #0  0x00007f21876a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:11:57.945] #0  0x00007f21876a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:57.945] #1  0x00007f218765afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:57.945] #2  0x00007f2187645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:57.945] #3  0x0000557fd16258de in ExceptionalCondition (conditionName=conditionName@entry=0x557fd18c8288 "(remain...
[22:11:57.945] #4  0x0000557fd1242490 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:11:57.945] #5  0x0000557fd12429e6 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[22:11:57.945] #6  0x0000557fd12438a8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:11:57.945] #7  0x0000557fd1245317 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55800afffd40) at ../src/ba...
[22:11:57.945] #8  0x0000557fd107d33d in main (argc=8, argv=0x55800afffd40) at ../src/backend/main/main.c:196
[22:11:58.369] #0  0x00007fedc6ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:11:58.390] #0  0x00007fedc6ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:58.390] #1  0x00007fedc6c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:58.390] #2  0x00007fedc6c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:58.390] #3  0x000055959e51a8de in ExceptionalCondition (conditionName=conditionName@entry=0x55959e7bd288 "(remain...
[22:11:58.390] #4  0x000055959e137490 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:11:58.390] #5  0x000055959e1379e6 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[22:11:58.390] #6  0x000055959e1388a8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:11:58.391] #7  0x000055959e13a317 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x5595c8565d40) at ../src/ba...
[22:11:58.391] #8  0x000055959df7233d in main (argc=8, argv=0x5595c8565d40) at ../src/backend/main/main.c:196
[22:11:58.822] #0  0x00007f8e560a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:11:58.841] #0  0x00007f8e560a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:58.841] #1  0x00007f8e5605afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:58.841] #2  0x00007f8e56045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:58.841] #3  0x00005583fae008de in ExceptionalCondition (conditionName=conditionName@entry=0x5583fb0a3288 "(remain...
[22:11:58.841] #4  0x00005583faa1d490 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:11:58.841] #5  0x00005583faa1d9e6 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[22:11:58.841] #6  0x00005583faa1e8a8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:11:58.841] #7  0x00005583faa20317 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x558431fccd40) at ../src/ba...
[22:11:58.841] #8  0x00005583fa85833d in main (argc=8, argv=0x558431fccd40) at ../src/backend/main/main.c:196
[22:11:59.285] #0  0x00007f678c4a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:11:59.308] #0  0x00007f678c4a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:59.308] #1  0x00007f678c45afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:59.308] #2  0x00007f678c445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:59.308] #3  0x000055ec025ef8de in ExceptionalCondition (conditionName=conditionName@entry=0x55ec02892288 "(remain...
[22:11:59.308] #4  0x000055ec0220c490 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:11:59.308] #5  0x000055ec0220cb27 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[22:11:59.308] #6  0x000055ec0220d8a8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:11:59.309] #7  0x000055ec0220f317 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55ec0d05ad00) at ../src/ba...
[22:11:59.309] #8  0x000055ec0204733d in main (argc=4, argv=0x55ec0d05ad00) at ../src/backend/main/main.c:196
[22:11:59.748] #0  0x00007f4c168a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:11:59.769] #0  0x00007f4c168a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:59.769] #1  0x00007f4c1685afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:59.769] #2  0x00007f4c16845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:11:59.769] #3  0x0000562c7bf188de in ExceptionalCondition (conditionName=conditionName@entry=0x562c7c1bb288 "(remain...
[22:11:59.769] #4  0x0000562c7bb35490 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[22:11:59.769] #5  0x0000562c7bb359e6 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[22:11:59.769] #6  0x0000562c7bb368a8 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[22:11:59.769] #7  0x0000562c7bb38317 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x562c83064d40) at ../src/ba...
[22:11:59.769] #8  0x0000562c7b97033d in main (argc=4, argv=0x562c83064d40) at ../src/backend/main/main.c:196
[22:12:00.210] #0  0x00007ff71eca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
tap
[22:00:59.798](1.336s) Bail out!  pg_ctl restart failed
tap
[22:01:13.200](1.108s) Bail out!  pg_ctl stop failed
tap
[21:59:52.491](0.591s) Bail out!  pg_ctl stop failed
tap
[21:59:56.476](3.609s) Bail out!  pg_ctl stop failed
tap
[21:59:53.586](1.959s) Bail out!  pg_ctl stop failed
tap
[21:59:54.876](0.358s) Bail out!  pg_ctl stop failed
tap
[21:59:55.558](2.629s) Bail out!  pg_ctl stop failed
tap
[21:59:56.578](0.139s) Bail out!  pg_ctl restart failed
tap
[22:00:00.077](0.227s) Bail out!  pg_ctl stop failed
tap
[22:00:10.784](13.886s) Bail out!  pg_ctl restart failed
tap
[21:59:59.288](0.606s) Bail out!  pg_ctl stop failed
tap
[21:59:58.950](1.275s) Bail out!  pg_ctl stop failed
tap
[22:00:01.539](2.337s) Bail out!  pg_ctl stop failed
tap
[22:00:04.726](2.523s) Bail out!  pg_ctl stop failed
tap
[22:00:04.271](2.257s) Bail out!  pg_ctl stop failed
tap
[22:00:04.575](2.195s) Bail out!  pg_ctl stop failed
tap
[22:00:08.814](3.128s) Bail out!  pg_ctl restart failed
tap
[22:00:09.053](3.486s) Bail out!  pg_ctl stop failed
tap
[22:00:09.356](1.290s) Bail out!  pg_ctl stop failed
tap
[22:00:11.657](0.437s) Bail out!  pg_ctl stop failed
tap
[22:00:13.423](0.414s) Bail out!  pg_ctl stop failed
tap
[22:00:13.893](0.132s) Bail out!  pg_ctl stop failed
tap
[22:00:13.379](1.267s) Bail out!  pg_ctl restart failed
tap
[22:00:17.923](0.127s) Bail out!  pg_ctl stop failed
tap
[22:01:18.109](0.205s) Bail out!  pg_ctl restart failed
tap
[22:00:20.624](0.323s) Bail out!  pg_ctl stop failed
tap
[22:00:19.457](0.140s) Bail out!  pg_ctl stop failed
tap
[22:00:26.311](0.110s) Bail out!  pg_ctl restart failed
tap
[22:00:25.901](0.131s) Bail out!  pg_ctl restart failed
tap
[22:00:32.806](0.936s) Bail out!  pg_ctl stop failed
tap
[22:00:29.675](2.809s) Bail out!  pg_ctl stop failed
tap
[22:00:32.895](2.538s) Bail out!  pg_ctl stop failed
tap
[22:00:42.545](2.191s) Bail out!  pg_ctl stop failed
tap
[22:00:35.564](2.384s) Bail out!  pg_ctl stop failed
tap
[22:00:44.865](0.134s) Bail out!  pg_ctl restart failed
tap
[22:00:45.418](1.215s) Bail out!  pg_ctl stop failed
tap
[22:00:52.752](0.213s) Bail out!  pg_ctl stop failed
tap
[22:00:49.597](0.122s) Bail out!  pg_ctl stop failed
tap
[22:00:53.407](0.356s) Bail out!  pg_ctl stop failed
test
[22:11:04.428]   5/317 postgresql:pg_upgrade / pg_upgrade/003_logical_slots                            ERROR            ...
[22:11:04.428]   6/317 postgresql:recovery / recovery/001_stream_rep                                   ERROR            ...
[22:11:04.428]   7/317 postgresql:recovery / recovery/003_recovery_targets                             ERROR            ...
[22:11:04.428]   8/317 postgresql:recovery / recovery/004_timeline_switch                              ERROR            ...
[22:11:04.428]   9/317 postgresql:recovery / recovery/006_logical_decoding                             ERROR            ...
[22:11:04.428]  10/317 postgresql:pg_upgrade / pg_upgrade/004_subscription                             ERROR            ...
[22:11:04.428]  12/317 postgresql:recovery / recovery/010_logical_decoding_timelines                   ERROR            ...
[22:11:04.428]  13/317 postgresql:recovery / recovery/009_twophase                                     ERROR            ...
[22:11:04.428]  14/317 postgresql:recovery / recovery/007_sync_rep                                     ERROR            ...
[22:11:04.428]  15/317 postgresql:recovery / recovery/012_subtransactions                              ERROR            ...
[22:11:04.428]  17/317 postgresql:recovery / recovery/014_unlogged_reinit                              ERROR            ...
[22:11:04.428]  18/317 postgresql:recovery / recovery/015_promotion_pages                              ERROR            ...
[22:11:04.428]  19/317 postgresql:recovery / recovery/016_min_consistency                              ERROR            ...
[22:11:04.428]  20/317 postgresql:recovery / recovery/017_shm                                          ERROR            ...
[22:11:04.428]  21/317 postgresql:recovery / recovery/018_wal_optimize                                 ERROR            ...
[22:11:04.428]  22/317 postgresql:recovery / recovery/019_replslot_limit                               ERROR            ...
[22:11:04.428]  23/317 postgresql:recovery / recovery/008_fsm_truncation                               ERROR            ...
[22:11:04.428]  24/317 postgresql:recovery / recovery/020_archive_status                               ERROR            ...
[22:11:04.428]  25/317 postgresql:recovery / recovery/024_archive_recovery                             ERROR            ...
[22:11:04.428]  26/317 postgresql:recovery / recovery/021_row_visibility                               ERROR            ...
[22:11:04.428]  27/317 postgresql:recovery / recovery/023_pitr_prepared_xact                           ERROR            ...
[22:11:04.428]  28/317 postgresql:recovery / recovery/026_overwrite_contrecord                         ERROR            ...
[22:11:04.428]  30/317 postgresql:recovery / recovery/029_stats_restart                                ERROR            ...
[22:11:04.428]  31/317 postgresql:recovery / recovery/028_pitr_timelines                               ERROR            ...
[22:11:04.428]  32/317 postgresql:recovery / recovery/031_recovery_conflict                            ERROR            ...
[22:11:04.428]  33/317 postgresql:recovery / recovery/030_stats_cleanup_replica                        ERROR            ...
[22:11:04.428]  34/317 postgresql:recovery / recovery/033_replay_tsp_drops                             ERROR            ...
[22:11:04.428]  35/317 postgresql:recovery / recovery/034_create_database                              ERROR            ...
[22:11:04.428]  36/317 postgresql:recovery / recovery/032_relfilenode_reuse                            ERROR            ...
[22:11:04.428]  37/317 postgresql:recovery / recovery/036_truncated_dropped                            ERROR            ...
[22:11:04.428]  39/317 postgresql:recovery / recovery/035_standby_logical_decoding                     ERROR            ...
[22:11:04.428]  40/317 postgresql:recovery / recovery/039_end_of_wal                                   ERROR            ...
[22:11:04.428]  41/317 postgresql:recovery / recovery/038_save_logical_slots_shutdown                  ERROR            ...
[22:11:04.428]  42/317 postgresql:recovery / recovery/041_checkpoint_at_promote                        ERROR            ...
[22:11:04.428]  43/317 postgresql:recovery / recovery/042_low_level_backup                             ERROR            ...
[22:11:04.428]  44/317 postgresql:recovery / recovery/040_standby_failover_slots_sync                  ERROR            ...
[22:11:04.428]  45/317 postgresql:kerberos / kerberos/001_auth                                         ERROR            ...
[22:11:04.428]  46/317 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[22:11:04.428]  47/317 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[22:11:04.428]  48/317 postgresql:isolation / isolation/isolation                                      ERROR           1...
[22:11:04.428]  49/317 postgresql:regress / regress/regress                                            ERROR           1...
[22:11:04.428]  50/317 postgresql:plpgsql / plpgsql/regress                                            ERROR           1...
[22:11:04.428]  51/317 postgresql:plperl / plperl/regress                                              ERROR           1...
[22:11:04.428]  52/317 postgresql:plpython / plpython/regress                                          ERROR           1...
[22:11:04.428]  53/317 postgresql:pltcl / pltcl/regress                                                ERROR           1...
[22:11:04.428]  54/317 postgresql:recovery / recovery/013_crash_restart                                ERROR           2...
[22:11:04.428]  55/317 postgresql:recovery / recovery/022_crash_temp_files                             ERROR           2...
[22:11:04.428]  56/317 postgresql:amcheck / amcheck/regress                                            ERROR           1...
[22:11:04.428]  57/317 postgresql:basic_archive / basic_archive/regress                                ERROR           1...
[22:11:04.428]  58/317 postgresql:bloom / bloom/regress                                                ERROR           1...
[22:11:04.428]  59/317 postgresql:bool_plperl / bool_plperl/regress                                    ERROR           1...
[22:11:04.428]  60/317 postgresql:btree_gin / btree_gin/regress                                        ERROR           1...
[22:11:04.428]  61/317 postgresql:btree_gist / btree_gist/regress                                      ERROR           1...
[22:11:04.428]  62/317 postgresql:citext / citext/regress                                              ERROR           1...
[22:11:04.438]  63/317 postgresql:cube / cube/regress                                                  ERROR           1...
[22:11:04.438]  64/317 postgresql:dblink / dblink/regress                                              ERROR           1...
[22:11:04.438]  65/317 postgresql:dict_int / dict_int/regress                                          ERROR           1...
[22:11:04.438]  66/317 postgresql:dict_xsyn / dict_xsyn/regress                                        ERROR           1...
[22:11:04.438]  67/317 postgresql:earthdistance / earthdistance/regress                                ERROR           1...
[22:11:04.438]  68/317 postgresql:file_fdw / file_fdw/regress                                          ERROR           1...
[22:11:04.438]  69/317 postgresql:fuzzystrmatch / fuzzystrmatch/regress                                ERROR           1...
[22:11:04.438]  70/317 postgresql:hstore / hstore/regress                                              ERROR           1...
[22:11:04.438]  71/317 postgresql:hstore_plperl / hstore_plperl/regress                                ERROR           1...
[22:11:04.438]  72/317 postgresql:hstore_plpython / hstore_plpython/regress                            ERROR           1...
[22:11:04.438]  73/317 postgresql:isn / isn/regress                                                    ERROR           1...
[22:11:04.438]  74/317 postgresql:jsonb_plperl / jsonb_plperl/regress                                  ERROR           1...
[22:11:04.438]  75/317 postgresql:intarray / intarray/regress                                          ERROR           1...
[22:11:04.438]  76/317 postgresql:jsonb_plpython / jsonb_plpython/regress                              ERROR           1...
[22:11:04.438]  77/317 postgresql:lo / lo/regress                                                      ERROR           1...
[22:11:04.438]  78/317 postgresql:ltree / ltree/regress                                                ERROR           1...
[22:11:04.438]  79/317 postgresql:ltree_plpython / ltree_plpython/regress                              ERROR           1...
[22:11:04.438]  80/317 postgresql:pageinspect / pageinspect/regress                                    ERROR           1...
[22:11:04.438]  81/317 postgresql:passwordcheck / passwordcheck/regress                                ERROR           1...
[22:11:04.438]  82/317 postgresql:pg_buffercache / pg_buffercache/regress                              ERROR           1...
macOS - Sonoma - Meson
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
core
[22:04:39.896]   * frame #0: 0x000000019a1d55f0
core
[22:01:44.860]   * frame #0: 0x000000019a1d55f0 libsystem_kernel.dylib`__pthread_kill + 8
[22:01:44.860]     frame #1: 0x000000019a20dc20 libsystem_pthread.dylib`pthread_kill + 288
[22:01:44.860]     frame #2: 0x000000019a11aa30 libsystem_c.dylib`abort + 180
[22:01:44.860]     frame #3: 0x0000000104495468 postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[22:01:44.860]     frame #4: 0x00000001042ca34c postgres`PostmasterStateMachine at postmaster.c:2887:4
[22:01:44.860]     frame #5: 0x00000001042c8b60 postgres`ServerLoop [inlined] process_pm_shutdown_request at postmaster....
[22:01:44.860]     frame #6: 0x00000001042c88f8 postgres`ServerLoop at postmaster.c:1650:5
[22:01:44.860]     frame #7: 0x00000001042c7efc postgres`PostmasterMain(argc=<unavailable>, argv=<unavailable>) at postm...
[22:01:44.860]     frame #8: 0x000000010421a20c postgres`main(argc=4, argv=0x0000600000b4c420) at main.c:196:3
[22:01:44.860]     frame #9: 0x0000000199e83154 dyld`start + 2476
core
[21:59:08.858]   * frame #0: 0x000000019a1d55f0 libsystem_kernel.dylib`__pthread_kill + 8
[21:59:08.858]     frame #1: 0x000000019a20dc20 libsystem_pthread.dylib`pthread_kill + 288
[21:59:08.858]     frame #2: 0x000000019a11aa30 libsystem_c.dylib`abort + 180
[21:59:08.858]     frame #3: 0x0000000102621468 postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[21:59:08.858]     frame #4: 0x000000010245634c postgres`PostmasterStateMachine at postmaster.c:2887:4
[21:59:08.858]     frame #5: 0x0000000102454b60 postgres`ServerLoop [inlined] process_pm_shutdown_request at postmaster....
[21:59:08.858]     frame #6: 0x00000001024548f8 postgres`ServerLoop at postmaster.c:1650:5
[21:59:08.858]     frame #7: 0x0000000102453efc postgres`PostmasterMain(argc=<unavailable>, argv=<unavailable>) at postm...
[21:59:08.858]     frame #8: 0x00000001023a620c postgres`main(argc=4, argv=0x00006000014d0420) at main.c:196:3
[21:59:08.858]     frame #9: 0x0000000199e83154 dyld`start + 2476
core
[21:59:35.935]   * frame #0: 0x000000019a1d55f0 libsystem_kernel.dylib`__pthread_kill + 8
[21:59:35.935]     frame #1: 0x000000019a20dc20 libsystem_pthread.dylib`pthread_kill + 288
[21:59:35.935]     frame #2: 0x000000019a11aa30 libsystem_c.dylib`abort + 180
[21:59:35.935]     frame #3: 0x0000000102af1468 postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[21:59:35.935]     frame #4: 0x000000010292634c postgres`PostmasterStateMachine at postmaster.c:2887:4
[21:59:35.935]     frame #5: 0x0000000102924b60 postgres`ServerLoop [inlined] process_pm_shutdown_request at postmaster....
[21:59:35.935]     frame #6: 0x00000001029248f8 postgres`ServerLoop at postmaster.c:1650:5
[21:59:35.935]     frame #7: 0x0000000102923efc postgres`PostmasterMain(argc=<unavailable>, argv=<unavailable>) at postm...
[21:59:35.935]     frame #8: 0x000000010287620c postgres`main(argc=4, argv=0x00006000001e4ba0) at main.c:196:3
[21:59:35.935]     frame #9: 0x0000000199e83154 dyld`start + 2476
core
[21:59:58.012]   * frame #0: 0x000000019a1d55f0
[21:59:58.012]     frame #1: 0x000000019a20dc20
[21:59:58.012]     frame #2: 0x000000019a11aa30
[21:59:58.012]     frame #3: 0x0000000101029468 postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[21:59:58.012]     frame #4: 0x0000000100e5e34c postgres`PostmasterStateMachine at postmaster.c:2887:4
[21:59:58.012]     frame #5: 0x0000000100e5cb60 postgres`ServerLoop [inlined] process_pm_shutdown_request at postmaster....
[21:59:58.012]     frame #6: 0x0000000100e5c8f8 postgres`ServerLoop at postmaster.c:1650:5
[21:59:58.012]     frame #7: 0x0000000100e5befc postgres`PostmasterMain(argc=<unavailable>, argv=<unavailable>) at postm...
[21:59:58.012]     frame #8: 0x0000000100dae20c postgres`main(argc=4, argv=0x0000600003484ba0) at main.c:196:3
[21:59:58.012]     frame #9: 0x0000000199e83154 dyld`start + 2476
core
[22:00:35.164]   * frame #0: 0x000000019a1d55f0 libsystem_kernel.dylib`__pthread_kill + 8
[22:00:35.164]     frame #1: 0x000000019a20dc20 libsystem_pthread.dylib`pthread_kill + 288
[22:00:35.164]     frame #2: 0x000000019a11aa30 libsystem_c.dylib`abort + 180
[22:00:35.164]     frame #3: 0x0000000104b8d468 postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[22:00:35.164]     frame #4: 0x00000001049c234c postgres`PostmasterStateMachine at postmaster.c:2887:4
[22:00:35.164]     frame #5: 0x00000001049c0b60 postgres`ServerLoop [inlined] process_pm_shutdown_request at postmaster....
[22:00:35.164]     frame #6: 0x00000001049c08f8 postgres`ServerLoop at postmaster.c:1650:5
[22:00:35.164]     frame #7: 0x00000001049bfefc postgres`PostmasterMain(argc=<unavailable>, argv=<unavailable>) at postm...
[22:00:35.164]     frame #8: 0x000000010491220c postgres`main(argc=4, argv=0x0000600002d10ba0) at main.c:196:3
[22:00:35.164]     frame #9: 0x0000000199e83154 dyld`start + 2476
core
[22:01:14.953]   * frame #0: 0x000000019a1d55f0 libsystem_kernel.dylib`__pthread_kill + 8
[22:01:14.953]     frame #1: 0x000000019a20dc20 libsystem_pthread.dylib`pthread_kill + 288
[22:01:14.953]     frame #2: 0x000000019a11aa30 libsystem_c.dylib`abort + 180
[22:01:14.953]     frame #3: 0x0000000100959468 postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[22:01:14.953]     frame #4: 0x000000010078e34c postgres`PostmasterStateMachine at postmaster.c:2887:4
[22:01:14.953]     frame #5: 0x000000010078cb60 postgres`ServerLoop [inlined] process_pm_shutdown_request at postmaster....
[22:01:14.953]     frame #6: 0x000000010078c8f8 postgres`ServerLoop at postmaster.c:1650:5
[22:01:14.953]     frame #7: 0x000000010078befc postgres`PostmasterMain(argc=<unavailable>, argv=<unavailable>) at postm...
[22:01:14.953]     frame #8: 0x00000001006de20c postgres`main(argc=4, argv=0x0000600003164ba0) at main.c:196:3
[22:01:14.953]     frame #9: 0x0000000199e83154 dyld`start + 2476
core
[22:09:11.985]   * frame #0: 0x000000019a1d55f0 libsystem_kernel.dylib`__pthread_kill + 8
[22:09:11.985]     frame #1: 0x000000019a20dc20 libsystem_pthread.dylib`pthread_kill + 288
[22:09:11.985]     frame #2: 0x000000019a11aa30 libsystem_c.dylib`abort + 180
[22:09:11.985]     frame #3: 0x0000000103351468 postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[22:09:11.985]     frame #4: 0x000000010318634c postgres`PostmasterStateMachine at postmaster.c:2887:4
[22:09:11.985]     frame #5: 0x0000000103184b60 postgres`ServerLoop [inlined] process_pm_shutdown_request at postmaster....
[22:09:11.985]     frame #6: 0x00000001031848f8 postgres`ServerLoop at postmaster.c:1650:5
[22:09:11.985]     frame #7: 0x0000000103183efc postgres`PostmasterMain(argc=<unavailable>, argv=<unavailable>) at postm...
[22:09:11.985]     frame #8: 0x00000001030d620c postgres`main(argc=8, argv=0x0000600002c64500) at main.c:196:3
[22:09:11.985]     frame #9: 0x0000000199e83154 dyld`start + 2476
core
[22:08:48.480]   * frame #0: 0x000000019a1d55f0 libsystem_kernel.dylib`__pthread_kill + 8
[22:08:48.480]     frame #1: 0x000000019a20dc20 libsystem_pthread.dylib`pthread_kill + 288
[22:08:48.480]     frame #2: 0x000000019a11aa30 libsystem_c.dylib`abort + 180
[22:08:48.480]     frame #3: 0x000000010465d468 postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[22:08:48.480]     frame #4: 0x000000010449234c postgres`PostmasterStateMachine at postmaster.c:2887:4
[22:08:48.480]     frame #5: 0x0000000104490b60 postgres`ServerLoop [inlined] process_pm_shutdown_request at postmaster....
[22:08:48.480]     frame #6: 0x00000001044908f8 postgres`ServerLoop at postmaster.c:1650:5
[22:08:48.480]     frame #7: 0x000000010448fefc postgres`PostmasterMain(argc=<unavailable>, argv=<unavailable>) at postm...
[22:08:48.480]     frame #8: 0x00000001043e220c postgres`main(argc=4, argv=0x0000600001034ba0) at main.c:196:3
[22:08:48.480]     frame #9: 0x0000000199e83154 dyld`start + 2476
core
[22:08:22.095]   * frame #0: 0x000000019a1d55f0 libsystem_kernel.dylib`__pthread_kill + 8
[22:08:22.095]     frame #1: 0x000000019a20dc20 libsystem_pthread.dylib`pthread_kill + 288
[22:08:22.095]     frame #2: 0x000000019a11aa30 libsystem_c.dylib`abort + 180
[22:08:22.095]     frame #3: 0x0000000100a55468 postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[22:08:22.095]     frame #4: 0x000000010088a34c postgres`PostmasterStateMachine at postmaster.c:2887:4
[22:08:22.095]     frame #5: 0x0000000100888b60 postgres`ServerLoop [inlined] process_pm_shutdown_request at postmaster....
[22:08:22.095]     frame #6: 0x00000001008888f8 postgres`ServerLoop at postmaster.c:1650:5
[22:08:22.095]     frame #7: 0x0000000100887efc postgres`PostmasterMain(argc=<unavailable>, argv=<unavailable>) at postm...
[22:08:22.095]     frame #8: 0x00000001007da20c postgres`main(argc=4, argv=0x0000600001a307b0) at main.c:196:3
[22:08:22.095]     frame #9: 0x0000000199e83154 dyld`start + 2476
core
[22:07:59.080]   * frame #0: 0x000000019a1d55f0 libsystem_kernel.dylib`__pthread_kill + 8
[22:07:59.080]     frame #1: 0x000000019a20dc20 libsystem_pthread.dylib`pthread_kill + 288
[22:07:59.080]     frame #2: 0x000000019a11aa30 libsystem_c.dylib`abort + 180
[22:07:59.080]     frame #3: 0x0000000104d05468 postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[22:07:59.080]     frame #4: 0x0000000104b3a34c postgres`PostmasterStateMachine at postmaster.c:2887:4
[22:07:59.080]     frame #5: 0x0000000104b38b60 postgres`ServerLoop [inlined] process_pm_shutdown_request at postmaster....
[22:07:59.080]     frame #6: 0x0000000104b388f8 postgres`ServerLoop at postmaster.c:1650:5
[22:07:59.080]     frame #7: 0x0000000104b37efc postgres`PostmasterMain(argc=<unavailable>, argv=<unavailable>) at postm...
[22:07:59.080]     frame #8: 0x0000000104a8a20c postgres`main(argc=4, argv=0x0000600003b88ba0) at main.c:196:3
[22:07:59.080]     frame #9: 0x0000000199e83154 dyld`start + 2476
core
[22:07:35.570]   * frame #0: 0x000000019a1d55f0 libsystem_kernel.dylib`__pthread_kill + 8
[22:07:35.570]     frame #1: 0x000000019a20dc20 libsystem_pthread.dylib`pthread_kill + 288
[22:07:35.570]     frame #2: 0x000000019a11aa30 libsystem_c.dylib`abort + 180
[22:07:35.570]     frame #3: 0x0000000102cbd468 postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[22:07:35.570]     frame #4: 0x0000000102af234c postgres`PostmasterStateMachine at postmaster.c:2887:4
[22:07:35.570]     frame #5: 0x0000000102af0b60 postgres`ServerLoop [inlined] process_pm_shutdown_request at postmaster....
[22:07:35.570]     frame #6: 0x0000000102af08f8 postgres`ServerLoop at postmaster.c:1650:5
[22:07:35.570]     frame #7: 0x0000000102aefefc postgres`PostmasterMain(argc=<unavailable>, argv=<unavailable>) at postm...
[22:07:35.570]     frame #8: 0x0000000102a4220c postgres`main(argc=8, argv=0x0000600000cbc4b0) at main.c:196:3
[22:07:35.570]     frame #9: 0x0000000199e83154 dyld`start + 2476
core
[22:07:11.650]   * frame #0: 0x000000019a1d55f0 libsystem_kernel.dylib`__pthread_kill + 8
[22:07:11.650]     frame #1: 0x000000019a20dc20 libsystem_pthread.dylib`pthread_kill + 288
[22:07:11.650]     frame #2: 0x000000019a11aa30 libsystem_c.dylib`abort + 180
[22:07:11.650]     frame #3: 0x000000010101d468 postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[22:07:11.650]     frame #4: 0x0000000100e5234c postgres`PostmasterStateMachine at postmaster.c:2887:4
[22:07:11.650]     frame #5: 0x0000000100e50b60 postgres`ServerLoop [inlined] process_pm_shutdown_request at postmaster....
[22:07:11.650]     frame #6: 0x0000000100e508f8 postgres`ServerLoop at postmaster.c:1650:5
[22:07:11.650]     frame #7: 0x0000000100e4fefc postgres`PostmasterMain(argc=<unavailable>, argv=<unavailable>) at postm...
[22:07:11.650]     frame #8: 0x0000000100da220c postgres`main(argc=4, argv=0x0000600003f64ba0) at main.c:196:3
[22:07:11.650]     frame #9: 0x0000000199e83154 dyld`start + 2476
core
[22:02:25.826]   * frame #0: 0x000000019a1d55f0 libsystem_kernel.dylib`__pthread_kill + 8
[22:02:25.826]     frame #1: 0x000000019a20dc20 libsystem_pthread.dylib`pthread_kill + 288
[22:02:25.826]     frame #2: 0x000000019a11aa30 libsystem_c.dylib`abort + 180
[22:02:25.826]     frame #3: 0x000000010282d468 postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[22:02:25.826]     frame #4: 0x000000010266234c postgres`PostmasterStateMachine at postmaster.c:2887:4
[22:02:25.826]     frame #5: 0x0000000102660b60 postgres`ServerLoop [inlined] process_pm_shutdown_request at postmaster....
[22:02:25.826]     frame #6: 0x00000001026608f8 postgres`ServerLoop at postmaster.c:1650:5
[22:02:25.826]     frame #7: 0x000000010265fefc postgres`PostmasterMain(argc=<unavailable>, argv=<unavailable>) at postm...
[22:02:25.826]     frame #8: 0x00000001025b220c postgres`main(argc=4, argv=0x0000600003388ba0) at main.c:196:3
[22:02:25.826]     frame #9: 0x0000000199e83154 dyld`start + 2476
core
[22:02:49.643]   * frame #0: 0x000000019a1d55f0 libsystem_kernel.dylib`__pthread_kill + 8
[22:02:49.643]     frame #1: 0x000000019a20dc20 libsystem_pthread.dylib`pthread_kill + 288
[22:02:49.643]     frame #2: 0x000000019a11aa30 libsystem_c.dylib`abort + 180
[22:02:49.643]     frame #3: 0x00000001007ed468 postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[22:02:49.643]     frame #4: 0x000000010062234c postgres`PostmasterStateMachine at postmaster.c:2887:4
[22:02:49.643]     frame #5: 0x0000000100620b60 postgres`ServerLoop [inlined] process_pm_shutdown_request at postmaster....
[22:02:49.643]     frame #6: 0x00000001006208f8 postgres`ServerLoop at postmaster.c:1650:5
[22:02:49.643]     frame #7: 0x000000010061fefc postgres`PostmasterMain(argc=<unavailable>, argv=<unavailable>) at postm...
[22:02:49.643]     frame #8: 0x000000010057220c postgres`main(argc=4, argv=0x0000600000264ba0) at main.c:196:3
[22:02:49.643]     frame #9: 0x0000000199e83154 dyld`start + 2476
core
[22:06:48.332]   * frame #0: 0x000000019a1d55f0 libsystem_kernel.dylib`__pthread_kill + 8
[22:06:48.332]     frame #1: 0x000000019a20dc20 libsystem_pthread.dylib`pthread_kill + 288
[22:06:48.332]     frame #2: 0x000000019a11aa30 libsystem_c.dylib`abort + 180
[22:06:48.332]     frame #3: 0x00000001050dd468 postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[22:06:48.332]     frame #4: 0x0000000104f1234c postgres`PostmasterStateMachine at postmaster.c:2887:4
[22:06:48.332]     frame #5: 0x0000000104f10b60 postgres`ServerLoop [inlined] process_pm_shutdown_request at postmaster....
[22:06:48.332]     frame #6: 0x0000000104f108f8 postgres`ServerLoop at postmaster.c:1650:5
[22:06:48.332]     frame #7: 0x0000000104f0fefc postgres`PostmasterMain(argc=<unavailable>, argv=<unavailable>) at postm...
[22:06:48.332]     frame #8: 0x0000000104e6220c postgres`main(argc=4, argv=0x00006000009a0ba0) at main.c:196:3
[22:06:48.332]     frame #9: 0x0000000199e83154 dyld`start + 2476
core
[22:06:24.579]   * frame #0: 0x000000019a1d55f0
[22:06:24.579]     frame #1: 0x000000019a11aa30
[22:06:24.579]     frame #2: 0x00000001028f1468 postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[22:06:24.579]     frame #3: 0x000000010272634c postgres`PostmasterStateMachine at postmaster.c:2887:4
[22:06:24.579]     frame #4: 0x0000000102724b60 postgres`ServerLoop [inlined] process_pm_shutdown_request at postmaster....
[22:06:24.579]     frame #5: 0x00000001027248f8 postgres`ServerLoop at postmaster.c:1650:5
[22:06:24.579]     frame #6: 0x0000000102723efc postgres`PostmasterMain(argc=<unavailable>, argv=<unavailable>) at postm...
[22:06:24.579]     frame #7: 0x000000010267620c postgres`main(argc=4, argv=0x00006000036d4ba0) at main.c:196:3
[22:06:24.579]     frame #8: 0x0000000199e83154 dyld`start + 2476
core
[22:03:13.759]   * frame #0: 0x000000019a1d55f0 libsystem_kernel.dylib`__pthread_kill + 8
[22:03:13.759]     frame #1: 0x000000019a20dc20 libsystem_pthread.dylib`pthread_kill + 288
[22:03:13.759]     frame #2: 0x000000019a11aa30 libsystem_c.dylib`abort + 180
[22:03:13.759]     frame #3: 0x00000001005f9468 postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[22:03:13.759]     frame #4: 0x000000010042e34c postgres`PostmasterStateMachine at postmaster.c:2887:4
[22:03:13.759]     frame #5: 0x000000010042cb60 postgres`ServerLoop [inlined] process_pm_shutdown_request at postmaster....
[22:03:13.759]     frame #6: 0x000000010042c8f8 postgres`ServerLoop at postmaster.c:1650:5
[22:03:13.759]     frame #7: 0x000000010042befc postgres`PostmasterMain(argc=<unavailable>, argv=<unavailable>) at postm...
[22:03:13.759]     frame #8: 0x000000010037e20c postgres`main(argc=4, argv=0x0000600003ef0ba0) at main.c:196:3
[22:03:13.759]     frame #9: 0x0000000199e83154 dyld`start + 2476
core
[22:03:37.296]   * frame #0: 0x000000019a1d55f0 libsystem_kernel.dylib`__pthread_kill + 8
[22:03:37.296]     frame #1: 0x000000019a20dc20 libsystem_pthread.dylib`pthread_kill + 288
[22:03:37.296]     frame #2: 0x000000019a11aa30 libsystem_c.dylib`abort + 180
[22:03:37.296]     frame #3: 0x0000000100b3d468 postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[22:03:37.296]     frame #4: 0x000000010097234c postgres`PostmasterStateMachine at postmaster.c:2887:4
[22:03:37.296]     frame #5: 0x0000000100970b60 postgres`ServerLoop [inlined] process_pm_shutdown_request at postmaster....
[22:03:37.296]     frame #6: 0x00000001009708f8 postgres`ServerLoop at postmaster.c:1650:5
[22:03:37.296]     frame #7: 0x000000010096fefc postgres`PostmasterMain(argc=<unavailable>, argv=<unavailable>) at postm...
[22:03:37.296]     frame #8: 0x00000001008c220c postgres`main(argc=4, argv=0x00006000005b0ba0) at main.c:196:3
[22:03:37.296]     frame #9: 0x0000000199e83154 dyld`start + 2476
core
[22:04:01.669]   * frame #0: 0x000000019a1d55f0 libsystem_kernel.dylib`__pthread_kill + 8
[22:04:01.669]     frame #1: 0x000000019a20dc20 libsystem_pthread.dylib`pthread_kill + 288
[22:04:01.669]     frame #2: 0x000000019a11aa30 libsystem_c.dylib`abort + 180
[22:04:01.669]     frame #3: 0x0000000100d09468 postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[22:04:01.669]     frame #4: 0x0000000100b3e34c postgres`PostmasterStateMachine at postmaster.c:2887:4
[22:04:01.669]     frame #5: 0x0000000100b3cb60 postgres`ServerLoop [inlined] process_pm_shutdown_request at postmaster....
[22:04:01.669]     frame #6: 0x0000000100b3c8f8 postgres`ServerLoop at postmaster.c:1650:5
[22:04:01.669]     frame #7: 0x0000000100b3befc postgres`PostmasterMain(argc=<unavailable>, argv=<unavailable>) at postm...
[22:04:01.669]     frame #8: 0x0000000100a8e20c postgres`main(argc=4, argv=0x00006000011cc7e0) at main.c:196:3
[22:04:01.669]     frame #9: 0x0000000199e83154 dyld`start + 2476
core
[22:04:15.533]   * frame #0: 0x000000019a1d55f0
[22:04:15.533]     frame #1: 0x000000019a20dc20
[22:04:15.533]     frame #2: 0x000000019a11aa30
[22:04:15.533]     frame #3: 0x0000000102c61468 postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[22:04:15.533]     frame #4: 0x0000000102a9634c postgres`PostmasterStateMachine at postmaster.c:2887:4
[22:04:15.533]     frame #5: 0x0000000102a94b60 postgres`ServerLoop [inlined] process_pm_shutdown_request at postmaster....
[22:04:15.533]     frame #6: 0x0000000102a948f8 postgres`ServerLoop at postmaster.c:1650:5
[22:04:15.533]     frame #7: 0x0000000102a93efc postgres`PostmasterMain(argc=<unavailable>, argv=<unavailable>) at postm...
[22:04:15.533]     frame #8: 0x00000001029e620c postgres`main(argc=4, argv=0x000060000093cba0) at main.c:196:3
[22:04:15.533]     frame #9: 0x0000000199e83154 dyld`start + 2476
core
[22:04:39.639]   * frame #0: 0x000000019a1d55f0 libsystem_kernel.dylib`__pthread_kill + 8
[22:04:39.639]     frame #1: 0x000000019a20dc20 libsystem_pthread.dylib`pthread_kill + 288
[22:04:39.639]     frame #2: 0x000000019a11aa30 libsystem_c.dylib`abort + 180
[22:04:39.639]     frame #3: 0x0000000103101468 postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[22:04:39.639]     frame #4: 0x0000000102f3634c postgres`PostmasterStateMachine at postmaster.c:2887:4
[22:04:39.639]     frame #5: 0x0000000102f34b60 postgres`ServerLoop [inlined] process_pm_shutdown_request at postmaster....
[22:04:39.639]     frame #6: 0x0000000102f348f8 postgres`ServerLoop at postmaster.c:1650:5
[22:04:39.639]     frame #7: 0x0000000102f33efc postgres`PostmasterMain(argc=<unavailable>, argv=<unavailable>) at postm...
[22:04:39.639]     frame #8: 0x0000000102e8620c postgres`main(argc=4, argv=0x00006000002dcba0) at main.c:196:3
[22:04:39.639]     frame #9: 0x0000000199e83154 dyld`start + 2476
core
[22:06:13.541]   * frame #0: 0x000000019a1d55f0
[22:06:13.541]     frame #1: 0x000000019a11aa30
[22:06:13.541]     frame #2: 0x0000000101205468 postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[22:06:13.541]     frame #3: 0x000000010103a34c postgres`PostmasterStateMachine at postmaster.c:2887:4
[22:06:13.541]     frame #4: 0x0000000101038b60 postgres`ServerLoop [inlined] process_pm_shutdown_request at postmaster....
[22:06:13.541]     frame #5: 0x00000001010388f8 postgres`ServerLoop at postmaster.c:1650:5
[22:06:13.541]     frame #6: 0x0000000101037efc postgres`PostmasterMain(argc=<unavailable>, argv=<unavailable>) at postm...
[22:06:13.541]     frame #7: 0x0000000100f8a20c postgres`main(argc=4, argv=0x00006000001b0ba0) at main.c:196:3
[22:06:13.541]     frame #8: 0x0000000199e83154 dyld`start + 2476
core
[22:06:02.517]   * frame #0: 0x000000019a1d55f0
core
[22:06:02.272]   * frame #0: 0x000000019a1d55f0 libsystem_kernel.dylib`__pthread_kill + 8
[22:06:02.272]     frame #1: 0x000000019a20dc20 libsystem_pthread.dylib`pthread_kill + 288
[22:06:02.272]     frame #2: 0x000000019a11aa30 libsystem_c.dylib`abort + 180
[22:06:02.272]     frame #3: 0x000000010247d468 postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[22:06:02.272]     frame #4: 0x00000001022b234c postgres`PostmasterStateMachine at postmaster.c:2887:4
[22:06:02.272]     frame #5: 0x00000001022b0b60 postgres`ServerLoop [inlined] process_pm_shutdown_request at postmaster....
[22:06:02.272]     frame #6: 0x00000001022b08f8 postgres`ServerLoop at postmaster.c:1650:5
[22:06:02.272]     frame #7: 0x00000001022afefc postgres`PostmasterMain(argc=<unavailable>, argv=<unavailable>) at postm...
[22:06:02.272]     frame #8: 0x000000010220220c postgres`main(argc=4, argv=0x0000600001f78a50) at main.c:196:3
[22:06:02.272]     frame #9: 0x0000000199e83154 dyld`start + 2476
core
[22:05:38.082]   * frame #0: 0x000000019a1d55f0
[22:05:38.082]     frame #1: 0x000000019a11aa30
[22:05:38.082]     frame #2: 0x00000001045b5468 postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[22:05:38.082]     frame #3: 0x00000001043ea34c postgres`PostmasterStateMachine at postmaster.c:2887:4
[22:05:38.082]     frame #4: 0x00000001043e8b60 postgres`ServerLoop [inlined] process_pm_shutdown_request at postmaster....
[22:05:38.082]     frame #5: 0x00000001043e88f8 postgres`ServerLoop at postmaster.c:1650:5
[22:05:38.082]     frame #6: 0x00000001043e7efc postgres`PostmasterMain(argc=<unavailable>, argv=<unavailable>) at postm...
[22:05:38.082]     frame #7: 0x000000010433a20c postgres`main(argc=4, argv=0x00006000026dcba0) at main.c:196:3
[22:05:38.082]     frame #8: 0x0000000199e83154 dyld`start + 2476
core
[22:05:27.920]   * frame #0: 0x000000019a1d55f0 libsystem_kernel.dylib`__pthread_kill + 8
[22:05:27.920]     frame #1: 0x000000019a20dc20 libsystem_pthread.dylib`pthread_kill + 288
[22:05:27.920]     frame #2: 0x000000019a11aa30 libsystem_c.dylib`abort + 180
[22:05:27.920]     frame #3: 0x0000000100d39468 postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[22:05:27.920]     frame #4: 0x0000000100b6e34c postgres`PostmasterStateMachine at postmaster.c:2887:4
[22:05:27.920]     frame #5: 0x0000000100b6cb60 postgres`ServerLoop [inlined] process_pm_shutdown_request at postmaster....
[22:05:27.920]     frame #6: 0x0000000100b6c8f8 postgres`ServerLoop at postmaster.c:1650:5
[22:05:27.920]     frame #7: 0x0000000100b6befc postgres`PostmasterMain(argc=<unavailable>, argv=<unavailable>) at postm...
[22:05:27.920]     frame #8: 0x0000000100abe20c postgres`main(argc=4, argv=0x0000600001e1c420) at main.c:196:3
[22:05:27.920]     frame #9: 0x0000000199e83154 dyld`start + 2476
core
[22:05:03.834]   * frame #0: 0x000000019a1d55f0 libsystem_kernel.dylib`__pthread_kill + 8
[22:05:03.834]     frame #1: 0x000000019a20dc20 libsystem_pthread.dylib`pthread_kill + 288
[22:05:03.834]     frame #2: 0x000000019a11aa30 libsystem_c.dylib`abort + 180
[22:05:03.834]     frame #3: 0x00000001011d1468 postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[22:05:03.834]     frame #4: 0x000000010100634c postgres`PostmasterStateMachine at postmaster.c:2887:4
[22:05:03.834]     frame #5: 0x0000000101004b60 postgres`ServerLoop [inlined] process_pm_shutdown_request at postmaster....
[22:05:03.834]     frame #6: 0x00000001010048f8 postgres`ServerLoop at postmaster.c:1650:5
[22:05:03.834]     frame #7: 0x0000000101003efc postgres`PostmasterMain(argc=<unavailable>, argv=<unavailable>) at postm...
[22:05:03.834]     frame #8: 0x0000000100f5620c postgres`main(argc=4, argv=0x0000600001c64ba0) at main.c:196:3
[22:05:03.834]     frame #9: 0x0000000199e83154 dyld`start + 2476
core
[22:02:02.310]   * frame #0: 0x000000019a1d55f0
[22:02:02.310]     frame #1: 0x000000019a20dc20
[22:02:02.310]     frame #2: 0x000000019a11aa30
[22:02:02.310]     frame #3: 0x000000010266d468 postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[22:02:02.310]     frame #4: 0x00000001024a234c postgres`PostmasterStateMachine at postmaster.c:2887:4
[22:02:02.310]     frame #5: 0x00000001024a0b60 postgres`ServerLoop [inlined] process_pm_shutdown_request at postmaster....
[22:02:02.310]     frame #6: 0x00000001024a08f8 postgres`ServerLoop at postmaster.c:1650:5
[22:02:02.310]     frame #7: 0x000000010249fefc postgres`PostmasterMain(argc=<unavailable>, argv=<unavailable>) at postm...
[22:02:02.310]     frame #8: 0x00000001023f220c postgres`main(argc=4, argv=0x0000600001960ba0) at main.c:196:3
[22:02:02.310]     frame #9: 0x0000000199e83154 dyld`start + 2476
tap
[21:57:39.094](41.050s) Bail out!  pg_ctl stop failed
tap
[21:57:00.113](36.175s) Bail out!  pg_ctl stop failed
tap
[21:56:59.768](34.874s) Bail out!  pg_ctl stop failed
tap
[21:57:00.484](37.215s) Bail out!  pg_ctl stop failed
tap
[21:57:02.145](33.077s) Bail out!  pg_ctl stop failed
tap
[21:57:38.155](37.596s) Bail out!  pg_ctl stop failed
tap
[21:57:56.046](14.637s) Bail out!  pg_ctl restart failed
tap
[21:57:57.800](9.869s) Bail out!  pg_ctl stop failed
tap
[21:58:17.923](38.486s) Bail out!  pg_ctl restart failed
tap
[21:58:17.574](14.806s) Bail out!  pg_ctl stop failed
tap
[21:58:17.410](14.213s) Bail out!  pg_ctl stop failed
tap
[21:58:17.654](16.343s) Bail out!  pg_ctl stop failed
test
[21:58:21.970]   5/317 postgresql:pg_upgrade / pg_upgrade/003_logical_slots                            ERROR            ...
[21:58:21.970]   6/317 postgresql:recovery / recovery/003_recovery_targets                             ERROR            ...
[21:58:21.970]   7/317 postgresql:recovery / recovery/001_stream_rep                                   ERROR            ...
[21:58:21.970]   8/317 postgresql:pg_upgrade / pg_upgrade/004_subscription                             ERROR            ...
[21:58:21.970]   9/317 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[21:58:21.970]  11/317 postgresql:recovery / recovery/006_logical_decoding                             ERROR            ...
[21:58:21.970]  12/317 postgresql:recovery / recovery/004_timeline_switch                              ERROR            ...
[21:58:21.970]  13/317 postgresql:recovery / recovery/010_logical_decoding_timelines                   ERROR            ...
[21:58:21.970]  14/317 postgresql:recovery / recovery/007_sync_rep                                     ERROR            ...
[21:58:21.970]  15/317 postgresql:recovery / recovery/012_subtransactions                              ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
core
000000cc`2efff9f8 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
000000cc`2efffa00 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
000000cc`2efffa70 00007ff9`cc584cb0     postgres!pg_signal_thread(
000000cc`2efffb70 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000cc`2efffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cc`2f3ff628 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cc`2f3ff630 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000cc`2f3ff920 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000cc`2f3ff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cc`2dffef90 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000cc`2dffefd0 00007ff7`c43097bc     postgres!ExceptionalCondition(
000000cc`2dfff010 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000cc`2dfff060 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000cc`2dfff0b0 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000cc`2dfff9d0 00007ff7`c41beb98     postgres!PostmasterMain(
000000cc`2dfffb60 00007ff7`c47b5f29     postgres!main(
000000cc`2dfffba0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000cc`2dfffbf0 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000cc`2dfffc60 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000cc`2e3ff458 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cc`2e3ff460 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000cc`2e3ff750 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000cc`2e3ff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cc`2e7ff838 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cc`2e7ff840 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000cc`2e7ffb30 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000cc`2e7ffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cc`2ebff928 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cc`2ebff930 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000cc`2ebffc20 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000cc`2ebffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003f`9e7ffb88 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003f`9e7ffb90 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000003f`9e7ffe80 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000003f`9e7ffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003f`9e3ffaf8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003f`9e3ffb00 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000003f`9e3ffdf0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000003f`9e3ffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003f`9dfff588 00007ff7`c43026b7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
0000003f`9dfff590 00007ff7`c41beb04     postgres!SubPostmasterMain(
0000003f`9dfff600 00007ff7`c47b5f29     postgres!main(
0000003f`9dfff640 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000003f`9dfff690 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000003f`9dfff700 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
0000003f`9dfff730 00007ff9`cc584cb0     postgres!mainCRTStartup(
0000003f`9dfff760 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000003f`9dfff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000071`445ff000 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000071`445ff040 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000071`445ff080 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000071`445ff0d0 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000071`445ff120 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000071`445ffa40 00007ff7`c41beb98     postgres!PostmasterMain(
00000071`445ffbd0 00007ff7`c47b5f29     postgres!main(
00000071`445ffc10 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000071`445ffc60 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000071`445ffcd0 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000071`451ff6d8 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000071`451ff6e0 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000071`451ff750 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000071`451ff850 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000071`451ff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000071`44dffb08 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000071`44dffb10 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000071`44dffe00 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000071`44dffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000071`455ff798 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000071`455ff7a0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000071`455ffa90 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000071`455ffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000071`449ffad8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000071`449ffae0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000071`449ffdd0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000071`449ffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c9`20bffb58 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c9`20bffb60 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000c9`20bffe50 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000c9`20bffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c9`217ff9e8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c9`217ff9f0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000c9`217ffce0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000c9`217ffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c9`213ff558 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c9`213ff560 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000c9`213ff850 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000c9`213ff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c9`20fffa68 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
000000c9`20fffa70 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
000000c9`20fffae0 00007ff9`cc584cb0     postgres!pg_signal_thread(
000000c9`20fffbe0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000c9`20fffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c9`207ff0f0 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c9`207ff130 00007ff7`c43097bc     postgres!ExceptionalCondition(
000000c9`207ff170 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c9`207ff1c0 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000c9`207ff210 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c9`207ffb30 00007ff7`c41beb98     postgres!PostmasterMain(
000000c9`207ffcc0 00007ff7`c47b5f29     postgres!main(
000000c9`207ffd00 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c9`207ffd50 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c9`207ffdc0 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000bb`505ffb08 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
000000bb`505ffb10 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
000000bb`505ffb80 00007ff9`cc584cb0     postgres!pg_signal_thread(
000000bb`505ffc80 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000bb`505ffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bb`4f9fec50 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000bb`4f9fec90 00007ff7`c43097bc     postgres!ExceptionalCondition(
000000bb`4f9fecd0 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000bb`4f9fed20 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000bb`4f9fed70 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000bb`4f9ff690 00007ff7`c41beb98     postgres!PostmasterMain(
000000bb`4f9ff820 00007ff7`c47b5f29     postgres!main(
000000bb`4f9ff860 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000bb`4f9ff8b0 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000bb`4f9ff920 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000bb`4fdff8f8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bb`4fdff900 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000bb`4fdffbf0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000bb`4fdffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bb`509ff4b8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bb`509ff4c0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000bb`509ff7b0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000bb`509ff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bb`501ff658 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bb`501ff660 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000bb`501ff950 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000bb`501ff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d3`5d3ff478 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d3`5d3ff480 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000d3`5d3ff770 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000d3`5d3ff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d3`5dfff488 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d3`5dfff490 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000d3`5dfff780 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000d3`5dfff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d3`5dbff728 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
000000d3`5dbff730 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
000000d3`5dbff7a0 00007ff9`cc584cb0     postgres!pg_signal_thread(
000000d3`5dbff8a0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000d3`5dbff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d3`5d7ffc28 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d3`5d7ffc30 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000d3`5d7fff20 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000d3`5d7fff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d3`5cffebd0 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d3`5cffec10 00007ff7`c43097bc     postgres!ExceptionalCondition(
000000d3`5cffec50 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000d3`5cffeca0 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000d3`5cffecf0 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000d3`5cfff610 00007ff7`c41beb98     postgres!PostmasterMain(
000000d3`5cfff7a0 00007ff7`c47b5f29     postgres!main(
000000d3`5cfff7e0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d3`5cfff830 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d3`5cfff8a0 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000050`ee5febd0 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000050`ee5fec10 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000050`ee5fec50 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000050`ee5feca0 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000050`ee5fecf0 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000050`ee5ff610 00007ff7`c41beb98     postgres!PostmasterMain(
00000050`ee5ff7a0 00007ff7`c47b5f29     postgres!main(
00000050`ee5ff7e0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000050`ee5ff830 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000050`ee5ff8a0 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000050`ee9ffbe8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000050`ee9ffbf0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000050`ee9ffee0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000050`ee9fff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000050`eedff7d8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000050`eedff7e0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000050`eedffad0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000050`eedffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000050`ef1ffb38 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000050`ef1ffb40 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000050`ef1ffbb0 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000050`ef1ffcb0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000050`ef1ffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000050`ef5ff7d8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000050`ef5ff7e0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000050`ef5ffad0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000050`ef5ffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bc`d9ffeb80 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000bc`d9ffebc0 00007ff7`c43097bc     postgres!ExceptionalCondition(
000000bc`d9ffec00 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000bc`d9ffec50 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000bc`d9ffeca0 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000bc`d9fff5c0 00007ff7`c41beb98     postgres!PostmasterMain(
000000bc`d9fff750 00007ff7`c47b5f29     postgres!main(
000000bc`d9fff790 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000bc`d9fff7e0 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000bc`d9fff850 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000bc`da3ff5e8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bc`da3ff5f0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000bc`da3ff8e0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000bc`da3ff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bc`da7ff928 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bc`da7ff930 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000bc`da7ffc20 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000bc`da7ffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bc`dabff8f8 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
000000bc`dabff900 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
000000bc`dabff970 00007ff9`cc584cb0     postgres!pg_signal_thread(
000000bc`dabffa70 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000bc`dabffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bc`dafff5c8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bc`dafff5d0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000bc`dafff8c0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000bc`dafff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c8`cc5ff4d8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c8`cc5ff4e0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000c8`cc5ff7d0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000c8`cc5ff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c8`cc9ff5e8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c8`cc9ff5f0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000c8`cc9ff8e0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000c8`cc9ff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c8`cc1ffd48 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
000000c8`cc1ffd50 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
000000c8`cc1ffdc0 00007ff9`cc584cb0     postgres!pg_signal_thread(
000000c8`cc1ffec0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000c8`cc1ffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c8`cbdff888 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c8`cbdff890 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000c8`cbdffb80 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000c8`cbdffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c8`cb9feb90 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c8`cb9febd0 00007ff7`c43097bc     postgres!ExceptionalCondition(
000000c8`cb9fec10 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c8`cb9fec60 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000c8`cb9fecb0 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c8`cb9ff5d0 00007ff7`c41beb98     postgres!PostmasterMain(
000000c8`cb9ff760 00007ff7`c47b5f29     postgres!main(
000000c8`cb9ff7a0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c8`cb9ff7f0 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c8`cb9ff860 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ec`c99ff858 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ec`c99ff860 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000ec`c99ffb50 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000ec`c99ffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ec`c95ffc18 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ec`c95ffc20 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000ec`c95fff10 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000ec`c95fff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ec`ca1ffa18 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ec`ca1ffa20 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000ec`ca1ffd10 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000ec`ca1ffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ec`c9dffaa8 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
000000ec`c9dffab0 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
000000ec`c9dffb20 00007ff9`cc584cb0     postgres!pg_signal_thread(
000000ec`c9dffc20 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000ec`c9dffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ec`c8dfedb0 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ec`c8dfedf0 00007ff7`c43097bc     postgres!ExceptionalCondition(
000000ec`c8dfee30 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ec`c8dfee80 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000ec`c8dfeed0 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ec`c8dff7f0 00007ff7`c41beb98     postgres!PostmasterMain(
000000ec`c8dff980 00007ff7`c47b5f29     postgres!main(
000000ec`c8dff9c0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ec`c8dffa10 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ec`c8dffa80 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ec`c91ff7c8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ec`c91ff7d0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000ec`c91ffac0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000ec`c91ffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c7`e5ffed00 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c7`e5ffed40 00007ff7`c43097bc     postgres!ExceptionalCondition(
000000c7`e5ffed80 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c7`e5ffedd0 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000c7`e5ffee20 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c7`e5fff740 00007ff7`c41beb98     postgres!PostmasterMain(
000000c7`e5fff8d0 00007ff7`c47b5f29     postgres!main(
000000c7`e5fff910 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c7`e5fff960 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c7`e5fff9d0 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c7`e6fff9e8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c7`e6fff9f0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000c7`e6fffce0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000c7`e6fffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c7`e6bff838 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
000000c7`e6bff840 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
000000c7`e6bff8b0 00007ff9`cc584cb0     postgres!pg_signal_thread(
000000c7`e6bff9b0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000c7`e6bff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c7`e67ff908 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c7`e67ff910 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000c7`e67ffc00 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000c7`e67ffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c7`e63ffba8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c7`e63ffbb0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000c7`e63ffea0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000c7`e63ffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008e`d5fff858 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008e`d5fff860 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000008e`d5fffb50 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000008e`d5fffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008e`d5bff888 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008e`d5bff890 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000008e`d5bffb80 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000008e`d5bffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008e`d57ffa38 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
0000008e`d57ffa40 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
0000008e`d57ffab0 00007ff9`cc584cb0     postgres!pg_signal_thread(
0000008e`d57ffbb0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000008e`d57ffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008e`d4ffeee0 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000008e`d4ffef20 00007ff7`c43097bc     postgres!ExceptionalCondition(
0000008e`d4ffef60 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000008e`d4ffefb0 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000008e`d4fff000 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000008e`d4fff920 00007ff7`c41beb98     postgres!PostmasterMain(
0000008e`d4fffab0 00007ff7`c47b5f29     postgres!main(
0000008e`d4fffaf0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000008e`d4fffb40 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000008e`d4fffbb0 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000e3`b93ff938 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e3`b93ff940 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000e3`b93ffc30 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000e3`b93ffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e3`b8fff9c8 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
000000e3`b8fff9d0 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
000000e3`b8fffa40 00007ff9`cc584cb0     postgres!pg_signal_thread(
000000e3`b8fffb40 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000e3`b8fffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e3`b8bff6a8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e3`b8bff6b0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000e3`b8bff9a0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000e3`b8bff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e3`b7ffeed0 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e3`b7ffef10 00007ff7`c43097bc     postgres!ExceptionalCondition(
000000e3`b7ffef50 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000e3`b7ffefa0 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000e3`b7ffeff0 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000e3`b7fff910 00007ff7`c41beb98     postgres!PostmasterMain(
000000e3`b7fffaa0 00007ff7`c47b5f29     postgres!main(
000000e3`b7fffae0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e3`b7fffb30 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e3`b7fffba0 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000e3`b87ffb78 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e3`b87ffb80 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000e3`b87ffe70 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000e3`b87ffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e3`b83ffa48 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e3`b83ffa50 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000e3`b83ffd40 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000e3`b83ffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000056`a59ff130 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000056`a59ff170 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000056`a59ff1b0 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000056`a59ff200 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000056`a59ff250 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000056`a59ffb70 00007ff7`c41beb98     postgres!PostmasterMain(
00000056`a59ffd00 00007ff7`c47b5f29     postgres!main(
00000056`a59ffd40 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000056`a59ffd90 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000056`a59ffe00 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000056`a5dffaf8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000056`a5dffb00 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000056`a5dffdf0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000056`a5dffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000056`a61ff6e8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000056`a61ff6f0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000056`a61ff9e0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000056`a61ffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000056`a65ffc38 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000056`a65ffc40 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000056`a65fff30 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000056`a65fff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000056`a69ffac8 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000056`a69ffad0 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000056`a69ffb40 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000056`a69ffc40 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000056`a69ffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000056`a6dff6a8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000056`a6dff6b0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000056`a6dff9a0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000056`a6dff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002e`f55ff738 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002e`f55ff740 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000002e`f55ffa30 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000002e`f55ffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002e`f51ff5a8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002e`f51ff5b0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000002e`f51ff8a0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000002e`f51ff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002e`f4dff090 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000002e`f4dff0d0 00007ff7`c43097bc     postgres!ExceptionalCondition(
0000002e`f4dff110 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000002e`f4dff160 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000002e`f4dff1b0 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000002e`f4dffad0 00007ff7`c41beb98     postgres!PostmasterMain(
0000002e`f4dffc60 00007ff7`c47b5f29     postgres!main(
0000002e`f4dffca0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000002e`f4dffcf0 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000002e`f4dffd60 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000002e`f61ff7d8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002e`f61ff7e0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000002e`f61ffad0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000002e`f61ffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002e`f5dffae8 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
0000002e`f5dffaf0 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
0000002e`f5dffb60 00007ff9`cc584cb0     postgres!pg_signal_thread(
0000002e`f5dffc60 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000002e`f5dffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002e`f59ff8c8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002e`f59ff8d0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000002e`f59ffbc0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000002e`f59ffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000be`b21ff6a8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000be`b21ff6b0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000be`b21ff9a0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000be`b21ff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000be`b19ff6d8 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
000000be`b19ff6e0 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
000000be`b19ff750 00007ff9`cc584cb0     postgres!pg_signal_thread(
000000be`b19ff850 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000be`b19ff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000be`b11fec20 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000be`b11fec60 00007ff7`c43097bc     postgres!ExceptionalCondition(
000000be`b11feca0 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000be`b11fecf0 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000be`b11fed40 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000be`b11ff660 00007ff7`c41beb98     postgres!PostmasterMain(
000000be`b11ff7f0 00007ff7`c47b5f29     postgres!main(
000000be`b11ff830 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000be`b11ff880 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000be`b11ff8f0 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000be`b15ff9f8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000be`b15ffa00 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000be`b15ffcf0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000be`b15ffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000be`b1dff798 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000be`b1dff7a0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000be`b1dffa90 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000be`b1dffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004f`03dff778 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004f`03dff780 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000004f`03dffa70 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000004f`03dffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004f`035fecc0 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000004f`035fed00 00007ff7`c43097bc     postgres!ExceptionalCondition(
0000004f`035fed40 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000004f`035fed90 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000004f`035fede0 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000004f`035ff700 00007ff7`c41beb98     postgres!PostmasterMain(
0000004f`035ff890 00007ff7`c47b5f29     postgres!main(
0000004f`035ff8d0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000004f`035ff920 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000004f`035ff990 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000004f`039ff528 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004f`039ff530 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000004f`039ff820 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000004f`039ff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004f`041ffa88 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
0000004f`041ffa90 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
0000004f`041ffb00 00007ff9`cc584cb0     postgres!pg_signal_thread(
0000004f`041ffc00 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000004f`041ffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004f`045ff878 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004f`045ff880 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000004f`045ffb70 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000004f`045ffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001b`6bfffbe8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001b`6bfffbf0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000001b`6bfffee0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000001b`6bffff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001b`6bbff5c8 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
0000001b`6bbff5d0 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
0000001b`6bbff640 00007ff9`cc584cb0     postgres!pg_signal_thread(
0000001b`6bbff740 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000001b`6bbff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001b`6b3ffc28 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001b`6b3ffc30 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000001b`6b3fff20 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000001b`6b3fff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001b`6affec60 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000001b`6affeca0 00007ff7`c43097bc     postgres!ExceptionalCondition(
0000001b`6affece0 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000001b`6affed30 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000001b`6affed80 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000001b`6afff6a0 00007ff7`c41beb98     postgres!PostmasterMain(
0000001b`6afff830 00007ff7`c47b5f29     postgres!main(
0000001b`6afff870 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000001b`6afff8c0 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000001b`6afff930 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000001b`6b7ff4d8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001b`6b7ff4e0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000001b`6b7ff7d0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000001b`6b7ff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a9`7a9ff638 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a9`7a9ff640 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000a9`7a9ff930 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000a9`7a9ff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a9`7a5ffa58 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
000000a9`7a5ffa60 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
000000a9`7a5ffad0 00007ff9`cc584cb0     postgres!pg_signal_thread(
000000a9`7a5ffbd0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000a9`7a5ffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a9`79dff9e8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a9`79dff9f0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000a9`79dffce0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000a9`79dffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a9`7a1ffab8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a9`7a1ffac0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000a9`7a1ffdb0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000a9`7a1ffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a9`799ff190 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a9`799ff1d0 00007ff7`c43097bc     postgres!ExceptionalCondition(
000000a9`799ff210 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000a9`799ff260 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000a9`799ff2b0 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a9`799ffbd0 00007ff7`c41beb98     postgres!PostmasterMain(
000000a9`799ffd60 00007ff7`c47b5f29     postgres!main(
000000a9`799ffda0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a9`799ffdf0 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a9`799ffe60 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000084`edbff828 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000084`edbff830 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000084`edbffb20 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000084`edbffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000084`edfff8a8 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000084`edfff8b0 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000084`edfff920 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000084`edfffa20 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000084`edfffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000084`ee3ff628 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000084`ee3ff630 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000084`ee3ff920 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000084`ee3ff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000084`ed7ff4f8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000084`ed7ff500 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000084`ed7ff7f0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000084`ed7ff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000084`ed3fef30 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000084`ed3fef70 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000084`ed3fefb0 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000084`ed3ff000 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000084`ed3ff050 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000084`ed3ff970 00007ff7`c41beb98     postgres!PostmasterMain(
00000084`ed3ffb00 00007ff7`c47b5f29     postgres!main(
00000084`ed3ffb40 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000084`ed3ffb90 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000084`ed3ffc00 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000049`201ffa68 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000049`201ffa70 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000049`201ffd60 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000049`201ffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000049`205ff788 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000049`205ff790 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000049`205ffa80 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000049`205ffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000049`209ffd68 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000049`209ffd70 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000049`209ffde0 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000049`209ffee0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000049`209fff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000049`20dffb78 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000049`20dffb80 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000049`20dffe70 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000049`20dffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000049`1fdff1d0 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000049`1fdff210 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000049`1fdff250 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000049`1fdff2a0 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000049`1fdff2f0 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000049`1fdffc10 00007ff7`c41beb98     postgres!PostmasterMain(
00000049`1fdffda0 00007ff7`c47b5f29     postgres!main(
00000049`1fdffde0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000049`1fdffe30 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000049`1fdffea0 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000007a`617fef80 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000007a`617fefc0 00007ff7`c43097bc     postgres!ExceptionalCondition(
0000007a`617ff000 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000007a`617ff050 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000007a`617ff0a0 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000007a`617ff9c0 00007ff7`c41beb98     postgres!PostmasterMain(
0000007a`617ffb50 00007ff7`c47b5f29     postgres!main(
0000007a`617ffb90 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000007a`617ffbe0 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000007a`617ffc50 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000007a`627ff5d8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007a`627ff5e0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000007a`627ff8d0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000007a`627ff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007a`623ff608 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
0000007a`623ff610 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
0000007a`623ff680 00007ff9`cc584cb0     postgres!pg_signal_thread(
0000007a`623ff780 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000007a`623ff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007a`61fff6b8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007a`61fff6c0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000007a`61fff9b0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000007a`61fff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007a`61bff628 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007a`61bff630 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000007a`61bff920 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000007a`61bff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f8`0e5ff858 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f8`0e5ff860 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000f8`0e5ffb50 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000f8`0e5ffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f8`0e1ff110 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f8`0e1ff150 00007ff7`c43097bc     postgres!ExceptionalCondition(
000000f8`0e1ff190 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f8`0e1ff1e0 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000f8`0e1ff230 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f8`0e1ffb50 00007ff7`c41beb98     postgres!PostmasterMain(
000000f8`0e1ffce0 00007ff7`c47b5f29     postgres!main(
000000f8`0e1ffd20 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f8`0e1ffd70 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f8`0e1ffde0 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f8`0f1ff678 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f8`0f1ff680 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000f8`0f1ff970 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000f8`0f1ff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f8`0edffce8 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
000000f8`0edffcf0 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
000000f8`0edffd60 00007ff9`cc584cb0     postgres!pg_signal_thread(
000000f8`0edffe60 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000f8`0edffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f8`0e9ff8f8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f8`0e9ff900 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000f8`0e9ffbf0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000f8`0e9ffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ff`bafff558 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ff`bafff560 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000ff`bafff850 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000ff`bafff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ff`bb7ff7c8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ff`bb7ff7d0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000ff`bb7ffac0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000ff`bb7ffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ff`bb3ffda8 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
000000ff`bb3ffdb0 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
000000ff`bb3ffe20 00007ff9`cc584cb0     postgres!pg_signal_thread(
000000ff`bb3fff20 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000ff`bb3fff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ff`babfeac0 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ff`babfeb00 00007ff7`c43097bc     postgres!ExceptionalCondition(
000000ff`babfeb40 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ff`babfeb90 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000ff`babfebe0 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ff`babff500 00007ff7`c41beb98     postgres!PostmasterMain(
000000ff`babff690 00007ff7`c47b5f29     postgres!main(
000000ff`babff6d0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ff`babff720 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ff`babff790 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ff`bbbff5e8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ff`bbbff5f0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000ff`bbbff8e0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000ff`bbbff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000be`9bbffab8 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
000000be`9bbffac0 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
000000be`9bbffb30 00007ff9`cc584cb0     postgres!pg_signal_thread(
000000be`9bbffc30 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000be`9bbffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000be`9bfff4d8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000be`9bfff4e0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000be`9bfff7d0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000be`9bfff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000be`9affeb80 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000be`9affebc0 00007ff7`c43097bc     postgres!ExceptionalCondition(
000000be`9affec00 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000be`9affec50 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000be`9affeca0 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000be`9afff5c0 00007ff7`c41beb98     postgres!PostmasterMain(
000000be`9afff750 00007ff7`c47b5f29     postgres!main(
000000be`9afff790 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000be`9afff7e0 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000be`9afff850 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f3`3cbff4f8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f3`3cbff500 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000f3`3cbff7f0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000f3`3cbff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f3`3c7ff1b0 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f3`3c7ff1f0 00007ff7`c43097bc     postgres!ExceptionalCondition(
000000f3`3c7ff230 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f3`3c7ff280 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000f3`3c7ff2d0 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f3`3c7ffbf0 00007ff7`c41beb98     postgres!PostmasterMain(
000000f3`3c7ffd80 00007ff7`c47b5f29     postgres!main(
000000f3`3c7ffdc0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f3`3c7ffe10 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f3`3c7ffe80 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f3`3cfffd98 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
000000f3`3cfffda0 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
000000f3`3cfffe10 00007ff9`cc584cb0     postgres!pg_signal_thread(
000000f3`3cffff10 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000f3`3cffff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f3`3d7ff7c8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f3`3d7ff7d0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000f3`3d7ffac0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000f3`3d7ffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f3`3d3ff7e8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f3`3d3ff7f0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000f3`3d3ffae0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000f3`3d3ffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000028`18fff718 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000028`18fff720 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000028`18fffa10 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000028`18fffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000028`193ffb18 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000028`193ffb20 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000028`193ffb90 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000028`193ffc90 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000028`193ffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000028`197ff508 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000028`197ff510 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000028`197ff800 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000028`197ff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000028`18bff788 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000028`18bff790 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000028`18bffa80 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000028`18bffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000028`187fed90 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000028`187fedd0 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000028`187fee10 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000028`187fee60 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000028`187feeb0 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000028`187ff7d0 00007ff7`c41beb98     postgres!PostmasterMain(
00000028`187ff960 00007ff7`c47b5f29     postgres!main(
00000028`187ff9a0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000028`187ff9f0 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000028`187ffa60 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000028`19bff7f8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000028`19bff800 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000028`19bffaf0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000028`19bffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003b`919ffa98 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003b`919ffaa0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000003b`919ffd90 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000003b`919ffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003b`911ffaa8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003b`911ffab0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000003b`911ffda0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000003b`911ffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003b`915ff5e8 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
0000003b`915ff5f0 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
0000003b`915ff660 00007ff9`cc584cb0     postgres!pg_signal_thread(
0000003b`915ff760 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000003b`915ff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003b`90dff518 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003b`90dff520 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000003b`90dff810 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000003b`90dff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003b`909ff050 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000003b`909ff090 00007ff7`c43097bc     postgres!ExceptionalCondition(
0000003b`909ff0d0 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000003b`909ff120 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000003b`909ff170 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000003b`909ffa90 00007ff7`c41beb98     postgres!PostmasterMain(
0000003b`909ffc20 00007ff7`c47b5f29     postgres!main(
0000003b`909ffc60 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000003b`909ffcb0 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000003b`909ffd20 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000049`379ffbb8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000049`379ffbc0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000049`379ffeb0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000049`379ffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000049`385ffaa8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000049`385ffab0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000049`385ffda0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000049`385ffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000049`37dffc38 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000049`37dffc40 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000049`37dfff30 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000049`37dfff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000049`375ff1c0 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000049`375ff200 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000049`375ff240 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000049`375ff290 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000049`375ff2e0 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000049`375ffc00 00007ff7`c41beb98     postgres!PostmasterMain(
00000049`375ffd90 00007ff7`c47b5f29     postgres!main(
00000049`375ffdd0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000049`375ffe20 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000049`375ffe90 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000049`381ffcd8 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000049`381ffce0 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000049`381ffd50 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000049`381ffe50 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000049`381ffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c5`819ff8b8 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
000000c5`819ff8c0 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
000000c5`819ff930 00007ff9`cc584cb0     postgres!pg_signal_thread(
000000c5`819ffa30 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000c5`819ffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c5`809fef40 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c5`809fef80 00007ff7`c43097bc     postgres!ExceptionalCondition(
000000c5`809fefc0 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c5`809ff010 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000c5`809ff060 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c5`809ff980 00007ff7`c41beb98     postgres!PostmasterMain(
000000c5`809ffb10 00007ff7`c47b5f29     postgres!main(
000000c5`809ffb50 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c5`809ffba0 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c5`809ffc10 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c5`80dffa38 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c5`80dffa40 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000c5`80dffd30 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000c5`80dffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c5`811ffbc8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c5`811ffbd0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000c5`811ffec0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000c5`811ffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c5`815ff9e8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c5`815ff9f0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000c5`815ffce0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000c5`815ffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c5`81dff6b8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c5`81dff6c0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000c5`81dff9b0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000c5`81dff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`709ff7e8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000001`709ff7f0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000001`709ffae0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000001`709ffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`705ff618 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000001`705ff620 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000001`705ff910 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000001`705ff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`701feb10 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000001`701feb50 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000001`701feb90 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000001`701febe0 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000001`701fec30 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000001`701ff550 00007ff7`c41beb98     postgres!PostmasterMain(
00000001`701ff6e0 00007ff7`c47b5f29     postgres!main(
00000001`701ff720 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000001`701ff770 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000001`701ff7e0 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000001`70dffc58 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000001`70dffc60 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000001`70dffcd0 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000001`70dffdd0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000001`70dffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`711ff478 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000001`711ff480 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000001`711ff770 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000001`711ff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000004`4abff5c8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000004`4abff5d0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000004`4abff8c0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000004`4abff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000004`4a7ff6c8 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000004`4a7ff6d0 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000004`4a7ff740 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000004`4a7ff840 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000004`4a7ff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000004`4a3ff5d8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000004`4a3ff5e0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000004`4a3ff8d0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000004`4a3ff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000004`49fff928 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000004`49fff930 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000004`49fffc20 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000004`49fffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000004`49bfea80 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000004`49bfeac0 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000004`49bfeb00 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000004`49bfeb50 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000004`49bfeba0 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000004`49bff4c0 00007ff7`c41beb98     postgres!PostmasterMain(
00000004`49bff650 00007ff7`c47b5f29     postgres!main(
00000004`49bff690 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000004`49bff6e0 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000004`49bff750 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000098`9fdffa58 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000098`9fdffa60 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000098`9fdffd50 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000098`9fdffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000098`a01ff5a8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000098`a01ff5b0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000098`a01ff8a0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000098`a01ff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000098`9f5ffc28 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000098`9f5ffc30 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000098`9f5fff20 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000098`9f5fff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000098`9f1ff170 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000098`9f1ff1b0 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000098`9f1ff1f0 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000098`9f1ff240 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000098`9f1ff290 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000098`9f1ffbb0 00007ff7`c41beb98     postgres!PostmasterMain(
00000098`9f1ffd40 00007ff7`c47b5f29     postgres!main(
00000098`9f1ffd80 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000098`9f1ffdd0 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000098`9f1ffe40 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000098`9f9ffc68 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000098`9f9ffc70 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000098`9f9ffce0 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000098`9f9ffde0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000098`9f9ffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000046`957ff818 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000046`957ff820 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000046`957ffb10 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000046`957ffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000046`95bff7e8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000046`95bff7f0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000046`95bffae0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000046`95bffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000046`95fff658 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000046`95fff660 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000046`95fff950 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000046`95fff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000046`963ffa98 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000046`963ffaa0 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000046`963ffb10 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000046`963ffc10 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000046`963ffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000046`967ffc18 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000046`967ffc20 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000046`967fff10 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000046`967fff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000046`953feed0 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000046`953fef10 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000046`953fef50 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000046`953fefa0 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000046`953feff0 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000046`953ff910 00007ff7`c41beb98     postgres!PostmasterMain(
00000046`953ffaa0 00007ff7`c47b5f29     postgres!main(
00000046`953ffae0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000046`953ffb30 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000046`953ffba0 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c4`9adfebe0 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c4`9adfec20 00007ff7`c43097bc     postgres!ExceptionalCondition(
000000c4`9adfec60 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c4`9adfecb0 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000c4`9adfed00 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c4`9adff620 00007ff7`c41beb98     postgres!PostmasterMain(
000000c4`9adff7b0 00007ff7`c47b5f29     postgres!main(
000000c4`9adff7f0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c4`9adff840 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c4`9adff8b0 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c4`9b1ff538 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c4`9b1ff540 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000c4`9b1ff830 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000c4`9b1ff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c4`9b5ff528 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c4`9b5ff530 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000c4`9b5ff820 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000c4`9b5ff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c4`9b9ff968 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
000000c4`9b9ff970 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
000000c4`9b9ff9e0 00007ff9`cc584cb0     postgres!pg_signal_thread(
000000c4`9b9ffae0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000c4`9b9ffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c4`9bdffa88 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c4`9bdffa90 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000c4`9bdffd80 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000c4`9bdffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b7`22bff7c8 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
000000b7`22bff7d0 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
000000b7`22bff840 00007ff9`cc584cb0     postgres!pg_signal_thread(
000000b7`22bff940 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000b7`22bff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b7`227ff488 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b7`227ff490 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000b7`227ff780 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000b7`227ff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b7`223fed00 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b7`223fed40 00007ff7`c43097bc     postgres!ExceptionalCondition(
000000b7`223fed80 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000b7`223fedd0 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000b7`223fee20 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000b7`223ff740 00007ff7`c41beb98     postgres!PostmasterMain(
000000b7`223ff8d0 00007ff7`c47b5f29     postgres!main(
000000b7`223ff910 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b7`223ff960 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000b7`223ff9d0 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000b7`233ff468 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b7`233ff470 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000b7`233ff760 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000b7`233ff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b7`22fff5c8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b7`22fff5d0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000b7`22fff8c0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000b7`22fff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001d`079ffc18 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001d`079ffc20 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000001d`079fff10 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000001d`079fff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001d`075ff548 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001d`075ff550 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000001d`075ff840 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000001d`075ff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001d`071ffbd8 00007ff7`c43026b7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
0000001d`071ffbe0 00007ff7`c41beb04     postgres!SubPostmasterMain(
0000001d`071ffc50 00007ff7`c47b5f29     postgres!main(
0000001d`071ffc90 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000001d`071ffce0 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000001d`071ffd50 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
0000001d`071ffd80 00007ff9`cc584cb0     postgres!mainCRTStartup(
0000001d`071ffdb0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000001d`071ffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fa`f9bff8c8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fa`f9bff8d0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000fa`f9bffbc0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000fa`f9bffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fa`fa3ff908 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fa`fa3ff910 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000fa`fa3ffc00 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000fa`fa3ffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fa`f9fff9b8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fa`f9fff9c0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000fa`f9fffcb0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000fa`f9fffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fa`f97ffaa8 00007ff7`c43026b7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000fa`f97ffab0 00007ff7`c41beb04     postgres!SubPostmasterMain(
000000fa`f97ffb20 00007ff7`c47b5f29     postgres!main(
000000fa`f97ffb60 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000fa`f97ffbb0 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000fa`f97ffc20 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000fa`f97ffc50 00007ff9`cc584cb0     postgres!mainCRTStartup(
000000fa`f97ffc80 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000fa`f97ffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000020`559febd0 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000020`559fec10 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000020`559fec50 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000020`559feca0 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000020`559fecf0 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000020`559ff610 00007ff7`c41beb98     postgres!PostmasterMain(
00000020`559ff7a0 00007ff7`c47b5f29     postgres!main(
00000020`559ff7e0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000020`559ff830 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000020`559ff8a0 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000020`569ff6c8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000020`569ff6d0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000020`569ff9c0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000020`569ff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000020`565ff808 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000020`565ff810 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000020`565ffb00 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000020`565ffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000020`561ffcc8 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000020`561ffcd0 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000020`561ffd40 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000020`561ffe40 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000020`561ffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000020`55dff4b8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000020`55dff4c0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000020`55dff7b0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000020`55dff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007d`301fee30 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000007d`301fee70 00007ff7`c43097bc     postgres!ExceptionalCondition(
0000007d`301feeb0 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000007d`301fef00 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000007d`301fef50 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000007d`301ff870 00007ff7`c41beb98     postgres!PostmasterMain(
0000007d`301ffa00 00007ff7`c47b5f29     postgres!main(
0000007d`301ffa40 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000007d`301ffa90 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000007d`301ffb00 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000007d`311ffa88 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007d`311ffa90 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000007d`311ffd80 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000007d`311ffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007d`30dffa08 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007d`30dffa10 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000007d`30dffd00 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000007d`30dffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007d`309ff968 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
0000007d`309ff970 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
0000007d`309ff9e0 00007ff9`cc584cb0     postgres!pg_signal_thread(
0000007d`309ffae0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000007d`309ffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007d`305ffc38 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007d`305ffc40 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000007d`305fff30 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000007d`305fff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000091`36dff8f8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000091`36dff900 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000091`36dffbf0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000091`36dffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000091`371ff9a8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000091`371ff9b0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000091`371ffca0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000091`371ffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000091`375ffc18 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000091`375ffc20 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000091`375fff10 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000091`375fff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000091`379ffaa8 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000091`379ffab0 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000091`379ffb20 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000091`379ffc20 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000091`379ffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000091`369fec70 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000091`369fecb0 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000091`369fecf0 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000091`369fed40 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000091`369fed90 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000091`369ff6b0 00007ff7`c41beb98     postgres!PostmasterMain(
00000091`369ff840 00007ff7`c47b5f29     postgres!main(
00000091`369ff880 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000091`369ff8d0 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000091`369ff940 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000091`37dff538 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000091`37dff540 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000091`37dff830 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000091`37dff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000010`f05ff878 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000010`f05ff880 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000010`f05ffb70 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000010`f05ffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000010`f01fec10 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000010`f01fec50 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000010`f01fec90 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000010`f01fece0 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000010`f01fed30 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000010`f01ff650 00007ff7`c41beb98     postgres!PostmasterMain(
00000010`f01ff7e0 00007ff7`c47b5f29     postgres!main(
00000010`f01ff820 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000010`f01ff870 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000010`f01ff8e0 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000010`f11ff7d8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000010`f11ff7e0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000010`f11ffad0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000010`f11ffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000010`f0dff518 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000010`f0dff520 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000010`f0dff810 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000010`f0dff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000010`f09ff828 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000010`f09ff830 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000010`f09ff8a0 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000010`f09ff9a0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000010`f09ff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000044`991ffb68 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000044`991ffb70 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000044`991ffe60 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000044`991ffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000044`995ffbd8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000044`995ffbe0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000044`995ffed0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000044`995fff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000044`999ff928 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000044`999ff930 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000044`999ff9a0 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000044`999ffaa0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000044`999ffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000044`99dff758 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000044`99dff760 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000044`99dffa50 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000044`99dffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000044`989feda0 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000044`989fede0 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000044`989fee20 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000044`989fee70 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000044`989feec0 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000044`989ff7e0 00007ff7`c41beb98     postgres!PostmasterMain(
00000044`989ff970 00007ff7`c47b5f29     postgres!main(
00000044`989ff9b0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000044`989ffa00 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000044`989ffa70 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000044`98dff788 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000044`98dff790 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000044`98dffa80 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000044`98dffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000017`c2bfedc0 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000017`c2bfee00 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000017`c2bfee40 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000017`c2bfee90 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000017`c2bfeee0 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000017`c2bff800 00007ff7`c41beb98     postgres!PostmasterMain(
00000017`c2bff990 00007ff7`c47b5f29     postgres!main(
00000017`c2bff9d0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000017`c2bffa20 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000017`c2bffa90 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000017`c3bffb58 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000017`c3bffb60 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000017`c3bffe50 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000017`c3bffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000017`c37ffda8 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000017`c37ffdb0 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000017`c37ffe20 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000017`c37fff20 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000017`c37fff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000090`a97ff0d0 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000090`a97ff110 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000090`a97ff150 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000090`a97ff1a0 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000090`a97ff1f0 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000090`a97ffb10 00007ff7`c41beb98     postgres!PostmasterMain(
00000090`a97ffca0 00007ff7`c47b5f29     postgres!main(
00000090`a97ffce0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000090`a97ffd30 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000090`a97ffda0 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000090`a9bff6e8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000090`a9bff6f0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000090`a9bff9e0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000090`a9bffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000090`a9fffcc8 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000090`a9fffcd0 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000090`a9fffd40 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000090`a9fffe40 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000090`a9fffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000090`aa3ff458 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000090`aa3ff460 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000090`aa3ff750 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000090`aa3ff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000090`aa7ff538 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000090`aa7ff540 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000090`aa7ff830 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000090`aa7ff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000039`f1dff958 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000039`f1dff960 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000039`f1dffc50 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000039`f1dffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000039`f25ff7b8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000039`f25ff7c0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000039`f25ffab0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000039`f25ffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000039`f21ffab8 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000039`f21ffac0 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000039`f21ffb30 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000039`f21ffc30 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000039`f21ffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000039`f19ff5b8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000039`f19ff5c0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000039`f19ff8b0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000039`f19ff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000039`f15feae0 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000039`f15feb20 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000039`f15feb60 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000039`f15febb0 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000039`f15fec00 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000039`f15ff520 00007ff7`c41beb98     postgres!PostmasterMain(
00000039`f15ff6b0 00007ff7`c47b5f29     postgres!main(
00000039`f15ff6f0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000039`f15ff740 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000039`f15ff7b0 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000e7`47fff738 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
000000e7`47fff740 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
000000e7`47fff7b0 00007ff9`cc584cb0     postgres!pg_signal_thread(
000000e7`47fff8b0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000e7`47fff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e7`483ff558 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e7`483ff560 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000e7`483ff850 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000e7`483ff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e7`473ff1c0 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e7`473ff200 00007ff7`c43097bc     postgres!ExceptionalCondition(
000000e7`473ff240 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000e7`473ff290 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000e7`473ff2e0 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000e7`473ffc00 00007ff7`c41beb98     postgres!PostmasterMain(
000000e7`473ffd90 00007ff7`c47b5f29     postgres!main(
000000e7`473ffdd0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e7`473ffe20 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e7`473ffe90 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000e7`477ff858 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e7`477ff860 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000e7`477ffb50 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000e7`477ffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e7`47bff5c8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e7`47bff5d0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000e7`47bff8c0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000e7`47bff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004f`a9bff130 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000004f`a9bff170 00007ff7`c43097bc     postgres!ExceptionalCondition(
0000004f`a9bff1b0 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000004f`a9bff200 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000004f`a9bff250 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000004f`a9bffb70 00007ff7`c41beb98     postgres!PostmasterMain(
0000004f`a9bffd00 00007ff7`c47b5f29     postgres!main(
0000004f`a9bffd40 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000004f`a9bffd90 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000004f`a9bffe00 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000004f`aabff698 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004f`aabff6a0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000004f`aabff990 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000004f`aabff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004f`aa7ff5d8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004f`aa7ff5e0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000004f`aa7ff8d0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000004f`aa7ff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004f`aa3ff788 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
0000004f`aa3ff790 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
0000004f`aa3ff800 00007ff9`cc584cb0     postgres!pg_signal_thread(
0000004f`aa3ff900 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000004f`aa3ff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004f`a9fff998 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004f`a9fff9a0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000004f`a9fffc90 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000004f`a9fffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ba`77fffb98 00007ff7`c43026b7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000ba`77fffba0 00007ff7`c41beb04     postgres!SubPostmasterMain(
000000ba`77fffc10 00007ff7`c47b5f29     postgres!main(
000000ba`77fffc50 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ba`77fffca0 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ba`77fffd10 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000ba`77fffd40 00007ff9`cc584cb0     postgres!mainCRTStartup(
000000ba`77fffd70 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000ba`77fffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ba`787ff6f8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ba`787ff700 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000ba`787ff9f0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000ba`787ffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ba`78bff768 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ba`78bff770 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000ba`78bffa60 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000ba`78bffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ba`783ff7f8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ba`783ff800 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000ba`783ffaf0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000ba`783ffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a9`dfdff4e8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a9`dfdff4f0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000a9`dfdff7e0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000a9`dfdff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a9`df9ffbe8 00007ff7`c43026b7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000a9`df9ffbf0 00007ff7`c41beb04     postgres!SubPostmasterMain(
000000a9`df9ffc60 00007ff7`c47b5f29     postgres!main(
000000a9`df9ffca0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a9`df9ffcf0 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a9`df9ffd60 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000a9`df9ffd90 00007ff9`cc584cb0     postgres!mainCRTStartup(
000000a9`df9ffdc0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000a9`df9ffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a9`e01ff588 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a9`e01ff590 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000a9`e01ff880 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000a9`e01ff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e4`b43fea30 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e4`b43fea70 00007ff7`c43097bc     postgres!ExceptionalCondition(
000000e4`b43feab0 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000e4`b43feb00 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000e4`b43feb50 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000e4`b43ff470 00007ff7`c41beb98     postgres!PostmasterMain(
000000e4`b43ff600 00007ff7`c47b5f29     postgres!main(
000000e4`b43ff640 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e4`b43ff690 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e4`b43ff700 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000e4`b53ffa48 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e4`b53ffa50 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000e4`b53ffd40 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000e4`b53ffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e4`b4fff878 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
000000e4`b4fff880 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
000000e4`b4fff8f0 00007ff9`cc584cb0     postgres!pg_signal_thread(
000000e4`b4fff9f0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000e4`b4fffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e4`b4bffac8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e4`b4bffad0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000e4`b4bffdc0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000e4`b4bffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e4`b47ff528 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e4`b47ff530 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000e4`b47ff820 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000e4`b47ff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000e`0bbffbb8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000e`0bbffbc0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000000e`0bbffeb0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000000e`0bbffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000e`0b7ff0b0 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000000e`0b7ff0f0 00007ff7`c43097bc     postgres!ExceptionalCondition(
0000000e`0b7ff130 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000000e`0b7ff180 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000000e`0b7ff1d0 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000000e`0b7ffaf0 00007ff7`c41beb98     postgres!PostmasterMain(
0000000e`0b7ffc80 00007ff7`c47b5f29     postgres!main(
0000000e`0b7ffcc0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000000e`0b7ffd10 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000000e`0b7ffd80 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000000e`0cbff9b8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000e`0cbff9c0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000000e`0cbffcb0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000000e`0cbffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000e`0c7ffce8 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
0000000e`0c7ffcf0 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
0000000e`0c7ffd60 00007ff9`cc584cb0     postgres!pg_signal_thread(
0000000e`0c7ffe60 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000000e`0c7ffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000e`0c3ffa98 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000e`0c3ffaa0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000000e`0c3ffd90 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000000e`0c3ffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000e`0bfff528 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000e`0bfff530 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000000e`0bfff820 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000000e`0bfff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000012`fe3ffb88 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000012`fe3ffb90 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000012`fe3ffe80 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000012`fe3ffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000012`fd3febc0 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000012`fd3fec00 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000012`fd3fec40 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000012`fd3fec90 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000012`fd3fece0 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000012`fd3ff600 00007ff7`c41beb98     postgres!PostmasterMain(
00000012`fd3ff790 00007ff7`c47b5f29     postgres!main(
00000012`fd3ff7d0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000012`fd3ff820 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000012`fd3ff890 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000012`fd7ff518 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000012`fd7ff520 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000012`fd7ff810 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000012`fd7ff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000012`fdbffac8 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000012`fdbffad0 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000012`fdbffb40 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000012`fdbffc40 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000012`fdbffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000012`fdfff8a8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000012`fdfff8b0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000012`fdfffba0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000012`fdfffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a4`b09ff4b8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a4`b09ff4c0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000a4`b09ff7b0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000a4`b09ff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a4`af5fec20 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a4`af5fec60 00007ff7`c43097bc     postgres!ExceptionalCondition(
000000a4`af5feca0 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000a4`af5fecf0 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000a4`af5fed40 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a4`af5ff660 00007ff7`c41beb98     postgres!PostmasterMain(
000000a4`af5ff7f0 00007ff7`c47b5f29     postgres!main(
000000a4`af5ff830 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a4`af5ff880 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a4`af5ff8f0 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a4`b01ffa48 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a4`b01ffa50 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000a4`b01ffd40 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000a4`b01ffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a4`afdff7a8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a4`afdff7b0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000a4`afdffaa0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000a4`afdffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a4`af9ff908 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a4`af9ff910 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000a4`af9ffc00 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000a4`af9ffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a4`b05ffb48 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
000000a4`b05ffb50 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
000000a4`b05ffbc0 00007ff9`cc584cb0     postgres!pg_signal_thread(
000000a4`b05ffcc0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000a4`b05ffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a9`ee5ff180 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a9`ee5ff1c0 00007ff7`c43097bc     postgres!ExceptionalCondition(
000000a9`ee5ff200 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000a9`ee5ff250 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000a9`ee5ff2a0 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a9`ee5ffbc0 00007ff7`c41beb98     postgres!PostmasterMain(
000000a9`ee5ffd50 00007ff7`c47b5f29     postgres!main(
000000a9`ee5ffd90 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a9`ee5ffde0 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a9`ee5ffe50 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a9`ef9ff518 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a9`ef9ff520 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000a9`ef9ff810 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000a9`ef9ff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a9`ef5ff6f8 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
000000a9`ef5ff700 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
000000a9`ef5ff770 00007ff9`cc584cb0     postgres!pg_signal_thread(
000000a9`ef5ff870 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000a9`ef5ff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e0`099ff4d8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e0`099ff4e0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000e0`099ff7d0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000e0`099ff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e0`095ff688 00007ff7`c43026b7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000e0`095ff690 00007ff7`c41beb04     postgres!SubPostmasterMain(
000000e0`095ff700 00007ff7`c47b5f29     postgres!main(
000000e0`095ff740 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e0`095ff790 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e0`095ff800 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000e0`095ff830 00007ff9`cc584cb0     postgres!mainCRTStartup(
000000e0`095ff860 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000e0`095ff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e0`09dffba8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e0`09dffbb0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000e0`09dffea0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000e0`09dffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000068`c05ff748 00007ff7`c43026b7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000068`c05ff750 00007ff7`c41beb04     postgres!SubPostmasterMain(
00000068`c05ff7c0 00007ff7`c47b5f29     postgres!main(
00000068`c05ff800 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000068`c05ff850 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000068`c05ff8c0 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000068`c05ff8f0 00007ff9`cc584cb0     postgres!mainCRTStartup(
00000068`c05ff920 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000068`c05ff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000068`c0dff6c8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000068`c0dff6d0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000068`c0dff9c0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000068`c0dff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000068`c09ffa78 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000068`c09ffa80 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000068`c09ffd70 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000068`c09ffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007c`429ffb28 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007c`429ffb30 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000007c`429ffe20 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000007c`429ffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007c`431ff6c8 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
0000007c`431ff6d0 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
0000007c`431ff740 00007ff9`cc584cb0     postgres!pg_signal_thread(
0000007c`431ff840 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000007c`431ff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007c`435ffac8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007c`435ffad0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000007c`435ffdc0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000007c`435ffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007c`425fec60 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000007c`425feca0 00007ff7`c43097bc     postgres!ExceptionalCondition(
0000007c`425fece0 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000007c`425fed30 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000007c`425fed80 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000007c`425ff6a0 00007ff7`c41beb98     postgres!PostmasterMain(
0000007c`425ff830 00007ff7`c47b5f29     postgres!main(
0000007c`425ff870 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000007c`425ff8c0 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000007c`425ff930 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000007c`42dff498 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007c`42dff4a0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000007c`42dff790 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000007c`42dff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000050`63bffbf8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000050`63bffc00 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000050`63bffef0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000050`63bfff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000050`647ffce8 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000050`647ffcf0 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000050`647ffd60 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000050`647ffe60 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000050`647ffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000050`64bffbe8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000050`64bffbf0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000050`64bffee0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000050`64bfff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000050`637fed40 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000050`637fed80 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000050`637fedc0 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000050`637fee10 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000050`637fee60 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000050`637ff780 00007ff7`c41beb98     postgres!PostmasterMain(
00000050`637ff910 00007ff7`c47b5f29     postgres!main(
00000050`637ff950 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000050`637ff9a0 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000050`637ffa10 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000050`63fff638 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000050`63fff640 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000050`63fff930 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000050`63fff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000050`643ff998 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000050`643ff9a0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000050`643ffc90 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000050`643ffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004d`6a9ff4b8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004d`6a9ff4c0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000004d`6a9ff7b0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000004d`6a9ff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004d`6a5fedc0 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000004d`6a5fee00 00007ff7`c43097bc     postgres!ExceptionalCondition(
0000004d`6a5fee40 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000004d`6a5fee90 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000004d`6a5feee0 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000004d`6a5ff800 00007ff7`c41beb98     postgres!PostmasterMain(
0000004d`6a5ff990 00007ff7`c47b5f29     postgres!main(
0000004d`6a5ff9d0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000004d`6a5ffa20 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000004d`6a5ffa90 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000004d`6b5ff4b8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004d`6b5ff4c0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000004d`6b5ff7b0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000004d`6b5ff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004d`6b1ff8e8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004d`6b1ff8f0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000004d`6b1ffbe0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000004d`6b1ffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004d`6adffaf8 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
0000004d`6adffb00 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
0000004d`6adffb70 00007ff9`cc584cb0     postgres!pg_signal_thread(
0000004d`6adffc70 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000004d`6adffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b4`13bff1f0 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b4`13bff230 00007ff7`c43097bc     postgres!ExceptionalCondition(
000000b4`13bff270 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000b4`13bff2c0 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000b4`13bff310 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000b4`13bffc30 00007ff7`c41beb98     postgres!PostmasterMain(
000000b4`13bffdc0 00007ff7`c47b5f29     postgres!main(
000000b4`13bffe00 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b4`13bffe50 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000b4`13bffec0 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000b4`13fff8b8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b4`13fff8c0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000b4`13fffbb0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000b4`13fffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b4`143ff638 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b4`143ff640 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000b4`143ff930 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000b4`143ff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b4`147ff998 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
000000b4`147ff9a0 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
000000b4`147ffa10 00007ff9`cc584cb0     postgres!pg_signal_thread(
000000b4`147ffb10 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000b4`147ffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b4`14bff558 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b4`14bff560 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000b4`14bff850 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000b4`14bff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000084`21fff618 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000084`21fff620 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000084`21fff910 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000084`21fff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000084`21bff728 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000084`21bff730 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000084`21bff7a0 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000084`21bff8a0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000084`21bff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000084`217ff8e8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000084`217ff8f0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000084`217ffbe0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000084`217ffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000084`213ff868 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000084`213ff870 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000084`213ffb60 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000084`213ffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000084`20ffebc0 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000084`20ffec00 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000084`20ffec40 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000084`20ffec90 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000084`20ffece0 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000084`20fff600 00007ff7`c41beb98     postgres!PostmasterMain(
00000084`20fff790 00007ff7`c47b5f29     postgres!main(
00000084`20fff7d0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000084`20fff820 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000084`20fff890 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000084`a63ff818 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000084`a63ff820 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000084`a63ffb10 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000084`a63ffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000084`a5fff1f0 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000084`a5fff230 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000084`a5fff270 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000084`a5fff2c0 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000084`a5fff310 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000084`a5fffc30 00007ff7`c41beb98     postgres!PostmasterMain(
00000084`a5fffdc0 00007ff7`c47b5f29     postgres!main(
00000084`a5fffe00 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000084`a5fffe50 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000084`a5fffec0 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000084`a67ffa38 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000084`a67ffa40 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000084`a67ffd30 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000084`a67ffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000084`a6bff968 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000084`a6bff970 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000084`a6bff9e0 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000084`a6bffae0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000084`a6bffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000084`a6fff5b8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000084`a6fff5c0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000084`a6fff8b0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000084`a6fff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c9`49dff9f8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c9`49dffa00 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000c9`49dffcf0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000c9`49dffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c9`4a9ff618 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c9`4a9ff620 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000c9`4a9ff910 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000c9`4a9ff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c9`4a1ff958 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c9`4a1ff960 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000c9`4a1ffc50 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000c9`4a1ffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c9`4a5ff5c8 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
000000c9`4a5ff5d0 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
000000c9`4a5ff640 00007ff9`cc584cb0     postgres!pg_signal_thread(
000000c9`4a5ff740 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000c9`4a5ff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c9`495fed10 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c9`495fed50 00007ff7`c43097bc     postgres!ExceptionalCondition(
000000c9`495fed90 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c9`495fede0 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000c9`495fee30 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c9`495ff750 00007ff7`c41beb98     postgres!PostmasterMain(
000000c9`495ff8e0 00007ff7`c47b5f29     postgres!main(
000000c9`495ff920 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c9`495ff970 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c9`495ff9e0 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c9`499ff718 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c9`499ff720 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000c9`499ffa10 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000c9`499ffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000053`e81ff060 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000053`e81ff0a0 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000053`e81ff0e0 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000053`e81ff130 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000053`e81ff180 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000053`e81ffaa0 00007ff7`c41beb98     postgres!PostmasterMain(
00000053`e81ffc30 00007ff7`c47b5f29     postgres!main(
00000053`e81ffc70 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000053`e81ffcc0 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000053`e81ffd30 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000053`e85ff658 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000053`e85ff660 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000053`e85ff950 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000053`e85ff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000053`e8dff4a8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000053`e8dff4b0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000053`e8dff7a0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000053`e8dff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000053`e95ffba8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000053`e95ffbb0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000053`e95ffea0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000053`e95ffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000053`e89ffb08 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000053`e89ffb10 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000053`e89ffe00 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000053`e89ffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000053`e91ffa38 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000053`e91ffa40 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000053`e91ffab0 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000053`e91ffbb0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000053`e91ffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000045`8d7ff668 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000045`8d7ff670 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000045`8d7ff6e0 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000045`8d7ff7e0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000045`8d7ff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000045`8cfff588 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000045`8cfff590 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000045`8cfff880 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000045`8cfff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000045`8cbff050 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000045`8cbff090 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000045`8cbff0d0 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000045`8cbff120 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000045`8cbff170 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000045`8cbffa90 00007ff7`c41beb98     postgres!PostmasterMain(
00000045`8cbffc20 00007ff7`c47b5f29     postgres!main(
00000045`8cbffc60 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000045`8cbffcb0 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000045`8cbffd20 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000045`8dbff5a8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000045`8dbff5b0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000045`8dbff8a0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000045`8dbff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000045`8d3ff588 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000045`8d3ff590 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000045`8d3ff880 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000045`8d3ff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f6`573ffb08 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f6`573ffb10 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000f6`573ffe00 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000f6`573ffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f6`56bff7d8 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
000000f6`56bff7e0 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
000000f6`56bff850 00007ff9`cc584cb0     postgres!pg_signal_thread(
000000f6`56bff950 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000f6`56bff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f6`567ff818 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f6`567ff820 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000f6`567ffb10 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000f6`567ffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f6`563feb20 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f6`563feb60 00007ff7`c43097bc     postgres!ExceptionalCondition(
000000f6`563feba0 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f6`563febf0 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000f6`563fec40 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f6`563ff560 00007ff7`c41beb98     postgres!PostmasterMain(
000000f6`563ff6f0 00007ff7`c47b5f29     postgres!main(
000000f6`563ff730 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f6`563ff780 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f6`563ff7f0 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f6`56fff648 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f6`56fff650 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000f6`56fff940 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000f6`56fff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000e`619ff838 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
0000000e`619ff840 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
0000000e`619ff8b0 00007ff9`cc584cb0     postgres!pg_signal_thread(
0000000e`619ff9b0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000000e`619ff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000e`611ff748 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000e`611ff750 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000000e`611ffa40 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000000e`611ffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000e`615ffa68 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000e`615ffa70 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000000e`615ffd60 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000000e`615ffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000e`609feda0 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000000e`609fede0 00007ff7`c43097bc     postgres!ExceptionalCondition(
0000000e`609fee20 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000000e`609fee70 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000000e`609feec0 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000000e`609ff7e0 00007ff7`c41beb98     postgres!PostmasterMain(
0000000e`609ff970 00007ff7`c47b5f29     postgres!main(
0000000e`609ff9b0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000000e`609ffa00 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000000e`609ffa70 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000000e`60dff988 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000e`60dff990 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000000e`60dffc80 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000000e`60dffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000e`61dffb68 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000e`61dffb70 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000000e`61dffe60 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000000e`61dffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000be`165ff5c8 00007ff7`c43026b7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000be`165ff5d0 00007ff7`c41beb04     postgres!SubPostmasterMain(
000000be`165ff640 00007ff7`c47b5f29     postgres!main(
000000be`165ff680 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000be`165ff6d0 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000be`165ff740 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000be`165ff770 00007ff9`cc584cb0     postgres!mainCRTStartup(
000000be`165ff7a0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000be`165ff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000be`16dff968 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000be`16dff970 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000be`16dffc60 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000be`16dffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000be`169ff6e8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000be`169ff6f0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000be`169ff9e0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000be`169ffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000050`989ff6d8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000050`989ff6e0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000050`989ff9d0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000050`989ffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000050`985ffa78 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000050`985ffa80 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000050`985ffd70 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000050`985ffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000050`981ff488 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000050`981ff490 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000050`981ff780 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000050`981ff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000050`97dfed40 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000050`97dfed80 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000050`97dfedc0 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000050`97dfee10 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000050`97dfee60 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000050`97dff780 00007ff7`c41beb98     postgres!PostmasterMain(
00000050`97dff910 00007ff7`c47b5f29     postgres!main(
00000050`97dff950 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000050`97dff9a0 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000050`97dffa10 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000050`991ffb58 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000050`991ffb60 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000050`991ffe50 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000050`991ffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000050`98dffbd8 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000050`98dffbe0 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000050`98dffc50 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000050`98dffd50 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000050`98dffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cd`d1fffb38 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
000000cd`d1fffb40 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
000000cd`d1fffbb0 00007ff9`cc584cb0     postgres!pg_signal_thread(
000000cd`d1fffcb0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000cd`d1fffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cd`d23ff698 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cd`d23ff6a0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000cd`d23ff990 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000cd`d23ff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cd`d13feb30 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000cd`d13feb70 00007ff7`c43097bc     postgres!ExceptionalCondition(
000000cd`d13febb0 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000cd`d13fec00 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000cd`d13fec50 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000cd`d13ff570 00007ff7`c41beb98     postgres!PostmasterMain(
000000cd`d13ff700 00007ff7`c47b5f29     postgres!main(
000000cd`d13ff740 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000cd`d13ff790 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000cd`d13ff800 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000cd`d1bff978 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cd`d1bff980 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000cd`d1bffc70 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000cd`d1bffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cd`d17ff7b8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cd`d17ff7c0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000cd`d17ffab0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000cd`d17ffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f6`a93ff738 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f6`a93ff740 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000f6`a93ffa30 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000f6`a93ffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f6`a8ffebb0 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f6`a8ffebf0 00007ff7`c43097bc     postgres!ExceptionalCondition(
000000f6`a8ffec30 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f6`a8ffec80 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000f6`a8ffecd0 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f6`a8fff5f0 00007ff7`c41beb98     postgres!PostmasterMain(
000000f6`a8fff780 00007ff7`c47b5f29     postgres!main(
000000f6`a8fff7c0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f6`a8fff810 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f6`a8fff880 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f6`a97ffc38 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
000000f6`a97ffc40 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
000000f6`a97ffcb0 00007ff9`cc584cb0     postgres!pg_signal_thread(
000000f6`a97ffdb0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000f6`a97ffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f6`a9bff508 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f6`a9bff510 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000f6`a9bff800 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000f6`a9bff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f6`a9fff528 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f6`a9fff530 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000f6`a9fff820 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000f6`a9fff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004c`9b5ff498 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004c`9b5ff4a0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000004c`9b5ff790 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000004c`9b5ff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004c`9a9fedc0 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000004c`9a9fee00 00007ff7`c43097bc     postgres!ExceptionalCondition(
0000004c`9a9fee40 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000004c`9a9fee90 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000004c`9a9feee0 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000004c`9a9ff800 00007ff7`c41beb98     postgres!PostmasterMain(
0000004c`9a9ff990 00007ff7`c47b5f29     postgres!main(
0000004c`9a9ff9d0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000004c`9a9ffa20 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000004c`9a9ffa90 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000004c`9adff458 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004c`9adff460 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000004c`9adff750 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000004c`9adff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004c`9b1ffc18 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
0000004c`9b1ffc20 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
0000004c`9b1ffc90 00007ff9`cc584cb0     postgres!pg_signal_thread(
0000004c`9b1ffd90 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000004c`9b1ffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004c`9b9ff9d8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004c`9b9ff9e0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000004c`9b9ffcd0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000004c`9b9ffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000063`53dff6f8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000063`53dff700 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000063`53dff9f0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000063`53dffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000063`529feea0 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000063`529feee0 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000063`529fef20 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000063`529fef70 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000063`529fefc0 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000063`529ff8e0 00007ff7`c41beb98     postgres!PostmasterMain(
00000063`529ffa70 00007ff7`c47b5f29     postgres!main(
00000063`529ffab0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000063`529ffb00 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000063`529ffb70 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000063`52dff758 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000063`52dff760 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000063`52dffa50 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000063`52dffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000063`531ffa78 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000063`531ffa80 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000063`531ffd70 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000063`531ffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000063`535ff4f8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000063`535ff500 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000063`535ff7f0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000063`535ff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000063`539ff628 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000063`539ff630 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000063`539ff6a0 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000063`539ff7a0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000063`539ff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000a`2ebff9c8 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
0000000a`2ebff9d0 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
0000000a`2ebffa40 00007ff9`cc584cb0     postgres!pg_signal_thread(
0000000a`2ebffb40 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000000a`2ebffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000a`2e7ff908 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000a`2e7ff910 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000000a`2e7ffc00 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000000a`2e7ffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000a`2e3ff0e0 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000000a`2e3ff120 00007ff7`c43097bc     postgres!ExceptionalCondition(
0000000a`2e3ff160 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000000a`2e3ff1b0 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000000a`2e3ff200 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000000a`2e3ffb20 00007ff7`c41beb98     postgres!PostmasterMain(
0000000a`2e3ffcb0 00007ff7`c47b5f29     postgres!main(
0000000a`2e3ffcf0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000000a`2e3ffd40 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000000a`2e3ffdb0 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000000a`2f3ffa98 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000a`2f3ffaa0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000000a`2f3ffd90 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000000a`2f3ffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000a`2efff7c8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000a`2efff7d0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000000a`2efffac0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000000a`2efffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000008`0edffa18 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000008`0edffa20 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000008`0edffd10 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000008`0edffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000008`0e1ffbf8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000008`0e1ffc00 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000008`0e1ffef0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000008`0e1fff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000008`0e9ff4f8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000008`0e9ff500 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000008`0e9ff7f0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000008`0e9ff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000008`0e5ffc48 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000008`0e5ffc50 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000008`0e5ffcc0 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000008`0e5ffdc0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000008`0e5ffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000008`0ddfef20 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000008`0ddfef60 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000008`0ddfefa0 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000008`0ddfeff0 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000008`0ddff040 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000008`0ddff960 00007ff7`c41beb98     postgres!PostmasterMain(
00000008`0ddffaf0 00007ff7`c47b5f29     postgres!main(
00000008`0ddffb30 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000008`0ddffb80 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000008`0ddffbf0 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000005e`b67ff6e8 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
0000005e`b67ff6f0 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
0000005e`b67ff760 00007ff9`cc584cb0     postgres!pg_signal_thread(
0000005e`b67ff860 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000005e`b67ff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005e`b63ff7f8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005e`b63ff800 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000005e`b63ffaf0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000005e`b63ffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005e`b5fff6e8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005e`b5fff6f0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000005e`b5fff9e0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000005e`b5fffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005e`b5bff488 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005e`b5bff490 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000005e`b5bff780 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000005e`b5bff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005e`b6bff6c8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005e`b6bff6d0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000005e`b6bff9c0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000005e`b6bff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005e`b57febb0 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000005e`b57febf0 00007ff7`c43097bc     postgres!ExceptionalCondition(
0000005e`b57fec30 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000005e`b57fec80 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000005e`b57fecd0 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000005e`b57ff5f0 00007ff7`c41beb98     postgres!PostmasterMain(
0000005e`b57ff780 00007ff7`c47b5f29     postgres!main(
0000005e`b57ff7c0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000005e`b57ff810 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000005e`b57ff880 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000009a`155ffa48 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009a`155ffa50 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000009a`155ffd40 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000009a`155ffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009a`151ff010 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000009a`151ff050 00007ff7`c43097bc     postgres!ExceptionalCondition(
0000009a`151ff090 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000009a`151ff0e0 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000009a`151ff130 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000009a`151ffa50 00007ff7`c41beb98     postgres!PostmasterMain(
0000009a`151ffbe0 00007ff7`c47b5f29     postgres!main(
0000009a`151ffc20 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000009a`151ffc70 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000009a`151ffce0 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000009a`159ff448 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009a`159ff450 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000009a`159ff740 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000009a`159ff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009a`15dffdb8 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
0000009a`15dffdc0 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
0000009a`15dffe30 00007ff9`cc584cb0     postgres!pg_signal_thread(
0000009a`15dfff30 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000009a`15dfff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009a`161ffbd8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009a`161ffbe0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000009a`161ffed0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000009a`161fff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c5`473ffb18 00007ff7`c43026b7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000c5`473ffb20 00007ff7`c41beb04     postgres!SubPostmasterMain(
000000c5`473ffb90 00007ff7`c47b5f29     postgres!main(
000000c5`473ffbd0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c5`473ffc20 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c5`473ffc90 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000c5`473ffcc0 00007ff9`cc584cb0     postgres!mainCRTStartup(
000000c5`473ffcf0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000c5`473ffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c5`47bff948 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c5`47bff950 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000c5`47bffc40 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000c5`47bffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c5`477ff968 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c5`477ff970 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000c5`477ffc60 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000c5`477ffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ea`975ff9d8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ea`975ff9e0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000ea`975ffcd0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000ea`975ffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ea`971ffc38 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
000000ea`971ffc40 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
000000ea`971ffcb0 00007ff9`cc584cb0     postgres!pg_signal_thread(
000000ea`971ffdb0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000ea`971ffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ea`979ff738 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ea`979ff740 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000ea`979ffa30 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000ea`979ffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ea`969fea80 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ea`969feac0 00007ff7`c43097bc     postgres!ExceptionalCondition(
000000ea`969feb00 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ea`969feb50 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000ea`969feba0 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ea`969ff4c0 00007ff7`c41beb98     postgres!PostmasterMain(
000000ea`969ff650 00007ff7`c47b5f29     postgres!main(
000000ea`969ff690 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ea`969ff6e0 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ea`969ff750 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000da`88fff948 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000da`88fff950 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000da`88fffc40 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000da`88fffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000da`887ff828 00007ff7`c43026b7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000da`887ff830 00007ff7`c41beb04     postgres!SubPostmasterMain(
000000da`887ff8a0 00007ff7`c47b5f29     postgres!main(
000000da`887ff8e0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000da`887ff930 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000da`887ff9a0 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000da`887ff9d0 00007ff9`cc584cb0     postgres!mainCRTStartup(
000000da`887ffa00 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000da`887ffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000da`88bffbf8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000da`88bffc00 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000da`88bffef0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000da`88bfff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d7`6e1ff718 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
000000d7`6e1ff720 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
000000d7`6e1ff790 00007ff9`cc584cb0     postgres!pg_signal_thread(
000000d7`6e1ff890 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000d7`6e1ff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d7`6ddff648 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d7`6ddff650 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000d7`6ddff940 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000d7`6ddff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d7`6d9ff1a0 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d7`6d9ff1e0 00007ff7`c43097bc     postgres!ExceptionalCondition(
000000d7`6d9ff220 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000d7`6d9ff270 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000d7`6d9ff2c0 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000d7`6d9ffbe0 00007ff7`c41beb98     postgres!PostmasterMain(
000000d7`6d9ffd70 00007ff7`c47b5f29     postgres!main(
000000d7`6d9ffdb0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d7`6d9ffe00 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d7`6d9ffe70 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000d7`6e9ff618 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d7`6e9ff620 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000d7`6e9ff910 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000d7`6e9ff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d7`6e5ffb78 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d7`6e5ffb80 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000d7`6e5ffe70 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000d7`6e5ffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000030`c51ff578 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000030`c51ff580 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000030`c51ff870 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000030`c51ff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000030`c45ff4e8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000030`c45ff4f0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000030`c45ff7e0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000030`c45ff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000030`c41feec0 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000030`c41fef00 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000030`c41fef40 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000030`c41fef90 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000030`c41fefe0 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000030`c41ff900 00007ff7`c41beb98     postgres!PostmasterMain(
00000030`c41ffa90 00007ff7`c47b5f29     postgres!main(
00000030`c41ffad0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000030`c41ffb20 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000030`c41ffb90 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000030`c4dffc58 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000030`c4dffc60 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000030`c4dffcd0 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000030`c4dffdd0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000030`c4dffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000030`c49ffa98 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000030`c49ffaa0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000030`c49ffd90 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000030`c49ffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000090`bfbff4c8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000090`bfbff4d0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000090`bfbff7c0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000090`bfbff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000090`bf7fedc0 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000090`bf7fee00 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000090`bf7fee40 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000090`bf7fee90 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000090`bf7feee0 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000090`bf7ff800 00007ff7`c41beb98     postgres!PostmasterMain(
00000090`bf7ff990 00007ff7`c47b5f29     postgres!main(
00000090`bf7ff9d0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000090`bf7ffa20 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000090`bf7ffa90 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000090`bffff978 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000090`bffff980 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000090`bffffc70 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000090`bffffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000090`c03ffad8 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000090`c03ffae0 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000090`c03ffb50 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000090`c03ffc50 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000090`c03ffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000090`c07ff918 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000090`c07ff920 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000090`c07ffc10 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000090`c07ffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c1`d91ff768 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c1`d91ff770 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000c1`d91ffa60 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000c1`d91ffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c1`d9dff908 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c1`d9dff910 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000c1`d9dffc00 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000c1`d9dffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c1`d99ff868 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
000000c1`d99ff870 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
000000c1`d99ff8e0 00007ff9`cc584cb0     postgres!pg_signal_thread(
000000c1`d99ff9e0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000c1`d99ffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c1`d95ffa28 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c1`d95ffa30 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000c1`d95ffd20 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000c1`d95ffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c1`d8dfea20 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c1`d8dfea60 00007ff7`c43097bc     postgres!ExceptionalCondition(
000000c1`d8dfeaa0 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c1`d8dfeaf0 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000c1`d8dfeb40 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c1`d8dff460 00007ff7`c41beb98     postgres!PostmasterMain(
000000c1`d8dff5f0 00007ff7`c47b5f29     postgres!main(
000000c1`d8dff630 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c1`d8dff680 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c1`d8dff6f0 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000067`3b3fed30 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000067`3b3fed70 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000067`3b3fedb0 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000067`3b3fee00 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000067`3b3fee50 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000067`3b3ff770 00007ff7`c41beb98     postgres!PostmasterMain(
00000067`3b3ff900 00007ff7`c47b5f29     postgres!main(
00000067`3b3ff940 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000067`3b3ff990 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000067`3b3ffa00 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000067`3bfffc08 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000067`3bfffc10 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000067`3bfffc80 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000067`3bfffd80 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000067`3bfffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000067`3bbff8b8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000067`3bbff8c0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000067`3bbffbb0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000067`3bbffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000067`3b7ffbc8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000067`3b7ffbd0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000067`3b7ffec0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000067`3b7ffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000067`3c3ffc08 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000067`3c3ffc10 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000067`3c3fff00 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000067`3c3fff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a8`e09ffb38 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a8`e09ffb40 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000a8`e09ffe30 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000a8`e09ffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a8`e05feb40 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a8`e05feb80 00007ff7`c43097bc     postgres!ExceptionalCondition(
000000a8`e05febc0 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000a8`e05fec10 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000a8`e05fec60 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a8`e05ff580 00007ff7`c41beb98     postgres!PostmasterMain(
000000a8`e05ff710 00007ff7`c47b5f29     postgres!main(
000000a8`e05ff750 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a8`e05ff7a0 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a8`e05ff810 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a8`e0dffaf8 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
000000a8`e0dffb00 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
000000a8`e0dffb70 00007ff9`cc584cb0     postgres!pg_signal_thread(
000000a8`e0dffc70 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000a8`e0dffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a8`e11ffa58 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a8`e11ffa60 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000a8`e11ffd50 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000a8`e11ffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a8`e15ff658 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a8`e15ff660 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000a8`e15ff950 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000a8`e15ff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c5`613fee40 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c5`613fee80 00007ff7`c43097bc     postgres!ExceptionalCondition(
000000c5`613feec0 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c5`613fef10 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000c5`613fef60 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c5`613ff880 00007ff7`c41beb98     postgres!PostmasterMain(
000000c5`613ffa10 00007ff7`c47b5f29     postgres!main(
000000c5`613ffa50 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c5`613ffaa0 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c5`613ffb10 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c5`617ff908 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c5`617ff910 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000c5`617ffc00 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000c5`617ffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c5`61bff838 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c5`61bff840 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000c5`61bffb30 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000c5`61bffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c5`61fff6d8 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
000000c5`61fff6e0 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
000000c5`61fff750 00007ff9`cc584cb0     postgres!pg_signal_thread(
000000c5`61fff850 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000c5`61fff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c5`623ffae8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c5`623ffaf0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000c5`623ffde0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000c5`623ffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004d`f19ff5b8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004d`f19ff5c0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000004d`f19ff8b0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000004d`f19ff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004d`f1dffc28 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
0000004d`f1dffc30 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
0000004d`f1dffca0 00007ff9`cc584cb0     postgres!pg_signal_thread(
0000004d`f1dffda0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000004d`f1dffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004d`f21ff8b8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004d`f21ff8c0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000004d`f21ffbb0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000004d`f21ffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004d`f11feb30 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000004d`f11feb70 00007ff7`c43097bc     postgres!ExceptionalCondition(
0000004d`f11febb0 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000004d`f11fec00 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000004d`f11fec50 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000004d`f11ff570 00007ff7`c41beb98     postgres!PostmasterMain(
0000004d`f11ff700 00007ff7`c47b5f29     postgres!main(
0000004d`f11ff740 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000004d`f11ff790 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000004d`f11ff800 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000004d`f15ffc18 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004d`f15ffc20 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000004d`f15fff10 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000004d`f15fff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000037`917ffbf8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000037`917ffc00 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000037`917ffef0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000037`917fff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000037`913ff908 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000037`913ff910 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000037`913ff980 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000037`913ffa80 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000037`913ffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000037`903fef70 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000037`903fefb0 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000037`903feff0 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000037`903ff040 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000037`903ff090 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000037`903ff9b0 00007ff7`c41beb98     postgres!PostmasterMain(
00000037`903ffb40 00007ff7`c47b5f29     postgres!main(
00000037`903ffb80 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000037`903ffbd0 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000037`903ffc40 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000037`90fffba8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000037`90fffbb0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000037`90fffea0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000037`90fffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000037`90bff868 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000037`90bff870 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000037`90bffb60 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000037`90bffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000037`907ffa88 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000037`907ffa90 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000037`907ffd80 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000037`907ffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000066`41dff9f8 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000066`41dffa00 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000066`41dffa70 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000066`41dffb70 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000066`41dffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000066`425ff688 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000066`425ff690 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000066`425ff980 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000066`425ff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000066`415fed70 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000066`415fedb0 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000066`415fedf0 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000066`415fee40 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000066`415fee90 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000066`415ff7b0 00007ff7`c41beb98     postgres!PostmasterMain(
00000066`415ff940 00007ff7`c47b5f29     postgres!main(
00000066`415ff980 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000066`415ff9d0 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000066`415ffa40 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000066`419ffb78 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000066`419ffb80 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000066`419ffe70 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000066`419ffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000066`421ffb18 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000066`421ffb20 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000066`421ffe10 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000066`421ffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f1`f5fff698 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f1`f5fff6a0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000f1`f5fff990 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000f1`f5fff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f1`f53ff888 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f1`f53ff890 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000f1`f53ffb80 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000f1`f53ffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f1`f57ffad8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f1`f57ffae0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000f1`f57ffdd0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000f1`f57ffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f1`f4ffeed0 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f1`f4ffef10 00007ff7`c43097bc     postgres!ExceptionalCondition(
000000f1`f4ffef50 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f1`f4ffefa0 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000f1`f4ffeff0 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f1`f4fff910 00007ff7`c41beb98     postgres!PostmasterMain(
000000f1`f4fffaa0 00007ff7`c47b5f29     postgres!main(
000000f1`f4fffae0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f1`f4fffb30 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f1`f4fffba0 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f1`f5bffa98 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
000000f1`f5bffaa0 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
000000f1`f5bffb10 00007ff9`cc584cb0     postgres!pg_signal_thread(
000000f1`f5bffc10 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000f1`f5bffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000da`d45feea0 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000da`d45feee0 00007ff7`c43097bc     postgres!ExceptionalCondition(
000000da`d45fef20 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000da`d45fef70 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000da`d45fefc0 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000da`d45ff8e0 00007ff7`c41beb98     postgres!PostmasterMain(
000000da`d45ffa70 00007ff7`c47b5f29     postgres!main(
000000da`d45ffab0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000da`d45ffb00 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000da`d45ffb70 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000da`d49ff7e8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000da`d49ff7f0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000da`d49ffae0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000da`d49ffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000da`d4dffaa8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000da`d4dffab0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000da`d4dffda0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000da`d4dffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000da`d51ffaf8 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
000000da`d51ffb00 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
000000da`d51ffb70 00007ff9`cc584cb0     postgres!pg_signal_thread(
000000da`d51ffc70 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000da`d51ffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000da`d55ffb78 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000da`d55ffb80 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000da`d55ffe70 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000da`d55ffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000047`82ffea10 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000047`82ffea50 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000047`82ffea90 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000047`82ffeae0 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000047`82ffeb30 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000047`82fff450 00007ff7`c41beb98     postgres!PostmasterMain(
00000047`82fff5e0 00007ff7`c47b5f29     postgres!main(
00000047`82fff620 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000047`82fff670 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000047`82fff6e0 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000047`833ffbe8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000047`833ffbf0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000047`833ffee0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000047`833fff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000047`837ff668 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000047`837ff670 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000047`837ff960 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000047`837ff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000047`83bff6a8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000047`83bff6b0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000047`83bff9a0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000047`83bff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000047`83fff7e8 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000047`83fff7f0 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000047`83fff860 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000047`83fff960 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000047`83fff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000047`843ff798 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000047`843ff7a0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000047`843ffa90 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000047`843ffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000016`65bffa48 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000016`65bffa50 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000016`65bffac0 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000016`65bffbc0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000016`65bffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000016`64bfea30 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000016`64bfea70 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000016`64bfeab0 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000016`64bfeb00 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000016`64bfeb50 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000016`64bff470 00007ff7`c41beb98     postgres!PostmasterMain(
00000016`64bff600 00007ff7`c47b5f29     postgres!main(
00000016`64bff640 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000016`64bff690 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000016`64bff700 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000016`64fff758 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000016`64fff760 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000016`64fffa50 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000016`64fffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000016`653ffa08 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000016`653ffa10 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000016`653ffd00 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000016`653ffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000016`657ff5d8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000016`657ff5e0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000016`657ff8d0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000016`657ff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000016`65fffbe8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000016`65fffbf0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000016`65fffee0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000016`65ffff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003b`0adff658 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
0000003b`0adff660 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
0000003b`0adff6d0 00007ff9`cc584cb0     postgres!pg_signal_thread(
0000003b`0adff7d0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000003b`0adff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003b`0a5ff110 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000003b`0a5ff150 00007ff7`c43097bc     postgres!ExceptionalCondition(
0000003b`0a5ff190 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000003b`0a5ff1e0 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000003b`0a5ff230 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000003b`0a5ffb50 00007ff7`c41beb98     postgres!PostmasterMain(
0000003b`0a5ffce0 00007ff7`c47b5f29     postgres!main(
0000003b`0a5ffd20 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000003b`0a5ffd70 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000003b`0a5ffde0 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000003b`0a9ff978 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003b`0a9ff980 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000003b`0a9ffc70 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000003b`0a9ffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003b`0b1ff688 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003b`0b1ff690 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000003b`0b1ff980 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000003b`0b1ff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003b`0b5ffb18 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003b`0b5ffb20 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000003b`0b5ffe10 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000003b`0b5ffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000086`a67fea40 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000086`a67fea80 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000086`a67feac0 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000086`a67feb10 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000086`a67feb60 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000086`a67ff480 00007ff7`c41beb98     postgres!PostmasterMain(
00000086`a67ff610 00007ff7`c47b5f29     postgres!main(
00000086`a67ff650 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000086`a67ff6a0 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000086`a67ff710 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000086`a6bff7d8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000086`a6bff7e0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000086`a6bffad0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000086`a6bffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000086`a6fffbb8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000086`a6fffbc0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000086`a6fffeb0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000086`a6fffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000086`a73ff468 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000086`a73ff470 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000086`a73ff760 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000086`a73ff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000086`a77ff918 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000086`a77ff920 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000086`a77ff990 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000086`a77ffa90 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000086`a77ffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000086`a7bffb58 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000086`a7bffb60 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000086`a7bffe50 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000086`a7bffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000079`6adfedc0 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000079`6adfee00 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000079`6adfee40 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000079`6adfee90 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000079`6adfeee0 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000079`6adff800 00007ff7`c41beb98     postgres!PostmasterMain(
00000079`6adff990 00007ff7`c47b5f29     postgres!main(
00000079`6adff9d0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000079`6adffa20 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000079`6adffa90 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000079`6b1ff818 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000079`6b1ff820 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000079`6b1ffb10 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000079`6b1ffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000079`6b5ffb18 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000079`6b5ffb20 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000079`6b5ffb90 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000079`6b5ffc90 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000079`6b5ffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000079`6b9ff5a8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000079`6b9ff5b0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000079`6b9ff8a0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000079`6b9ff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000079`6bdff4d8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000079`6bdff4e0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000079`6bdff7d0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000079`6bdff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000d`7ddfebf0 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000000d`7ddfec30 00007ff7`c43097bc     postgres!ExceptionalCondition(
0000000d`7ddfec70 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000000d`7ddfecc0 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000000d`7ddfed10 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000000d`7ddff630 00007ff7`c41beb98     postgres!PostmasterMain(
0000000d`7ddff7c0 00007ff7`c47b5f29     postgres!main(
0000000d`7ddff800 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000000d`7ddff850 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000000d`7ddff8c0 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000000d`7e1ffa78 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000d`7e1ffa80 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000000d`7e1ffd70 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000000d`7e1ffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000d`7e5ffb48 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000d`7e5ffb50 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000000d`7e5ffe40 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000000d`7e5ffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000d`7e9ffa18 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
0000000d`7e9ffa20 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
0000000d`7e9ffa90 00007ff9`cc584cb0     postgres!pg_signal_thread(
0000000d`7e9ffb90 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000000d`7e9ffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000d`7edffaa8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000d`7edffab0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000000d`7edffda0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000000d`7edffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bd`4a7ff858 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bd`4a7ff860 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000bd`4a7ffb50 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000bd`4a7ffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bd`4a3ff728 00007ff7`c43026b7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000bd`4a3ff730 00007ff7`c41beb04     postgres!SubPostmasterMain(
000000bd`4a3ff7a0 00007ff7`c47b5f29     postgres!main(
000000bd`4a3ff7e0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000bd`4a3ff830 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000bd`4a3ff8a0 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000bd`4a3ff8d0 00007ff9`cc584cb0     postgres!mainCRTStartup(
000000bd`4a3ff900 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000bd`4a3ff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bd`4abff448 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bd`4abff450 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000bd`4abff740 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000bd`4abff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002c`e8bff588 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002c`e8bff590 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000002c`e8bff880 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000002c`e8bff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002c`e7fff0f0 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000002c`e7fff130 00007ff7`c43097bc     postgres!ExceptionalCondition(
0000002c`e7fff170 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000002c`e7fff1c0 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000002c`e7fff210 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000002c`e7fffb30 00007ff7`c41beb98     postgres!PostmasterMain(
0000002c`e7fffcc0 00007ff7`c47b5f29     postgres!main(
0000002c`e7fffd00 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000002c`e7fffd50 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000002c`e7fffdc0 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000002c`e83ffb78 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002c`e83ffb80 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000002c`e83ffe70 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000002c`e83ffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002c`e87ff5f8 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
0000002c`e87ff600 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
0000002c`e87ff670 00007ff9`cc584cb0     postgres!pg_signal_thread(
0000002c`e87ff770 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000002c`e87ff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002c`e8fff588 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002c`e8fff590 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000002c`e8fff880 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000002c`e8fff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000084`003ffc28 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000084`003ffc30 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000084`003fff20 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000084`003fff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000084`007ffa38 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000084`007ffa40 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000084`007ffab0 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000084`007ffbb0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000084`007ffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000084`7fffec70 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000084`7fffecb0 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000084`7fffecf0 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000084`7fffed40 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000084`7fffed90 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000084`7ffff6b0 00007ff7`c41beb98     postgres!PostmasterMain(
00000084`7ffff840 00007ff7`c47b5f29     postgres!main(
00000084`7ffff880 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000084`7ffff8d0 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000084`7ffff940 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000084`00bff808 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000084`00bff810 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000084`00bffb00 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000084`00bffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000084`00fff988 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000084`00fff990 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000084`00fffc80 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000084`00fffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d1`aafff0b0 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d1`aafff0f0 00007ff7`c43097bc     postgres!ExceptionalCondition(
000000d1`aafff130 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000d1`aafff180 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000d1`aafff1d0 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000d1`aafffaf0 00007ff7`c41beb98     postgres!PostmasterMain(
000000d1`aafffc80 00007ff7`c47b5f29     postgres!main(
000000d1`aafffcc0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d1`aafffd10 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d1`aafffd80 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000d1`ab3ffb28 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d1`ab3ffb30 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000d1`ab3ffe20 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000d1`ab3ffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d1`ab7ff598 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d1`ab7ff5a0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000d1`ab7ff890 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000d1`ab7ff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d1`abbffb78 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d1`abbffb80 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000d1`abbffe70 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000d1`abbffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d1`abfffd48 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
000000d1`abfffd50 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
000000d1`abfffdc0 00007ff9`cc584cb0     postgres!pg_signal_thread(
000000d1`abfffec0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000d1`abfffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d1`ac3ff488 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d1`ac3ff490 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000d1`ac3ff780 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000d1`ac3ff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000be`71fff150 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000be`71fff190 00007ff7`c43097bc     postgres!ExceptionalCondition(
000000be`71fff1d0 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000be`71fff220 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000be`71fff270 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000be`71fffb90 00007ff7`c41beb98     postgres!PostmasterMain(
000000be`71fffd20 00007ff7`c47b5f29     postgres!main(
000000be`71fffd60 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000be`71fffdb0 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000be`71fffe20 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000be`723ff618 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000be`723ff620 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000be`723ff910 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000be`723ff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000be`727ff5b8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000be`727ff5c0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000be`727ff8b0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000be`727ff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000be`72bff948 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
000000be`72bff950 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
000000be`72bff9c0 00007ff9`cc584cb0     postgres!pg_signal_thread(
000000be`72bffac0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000be`72bffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000be`72fff748 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000be`72fff750 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000be`72fffa40 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000be`72fffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000df`55dfee70 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000df`55dfeeb0 00007ff7`c43097bc     postgres!ExceptionalCondition(
000000df`55dfeef0 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000df`55dfef40 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000df`55dfef90 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000df`55dff8b0 00007ff7`c41beb98     postgres!PostmasterMain(
000000df`55dffa40 00007ff7`c47b5f29     postgres!main(
000000df`55dffa80 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000df`55dffad0 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000df`55dffb40 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000df`561ff9b8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000df`561ff9c0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000df`561ffcb0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000df`561ffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000df`565ffd28 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
000000df`565ffd30 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
000000df`565ffda0 00007ff9`cc584cb0     postgres!pg_signal_thread(
000000df`565ffea0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000df`565ffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000df`569ff698 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000df`569ff6a0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000df`569ff990 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000df`569ff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000df`56dff638 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000df`56dff640 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000df`56dff930 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000df`56dff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c4`85bfed10 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c4`85bfed50 00007ff7`c43097bc     postgres!ExceptionalCondition(
000000c4`85bfed90 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c4`85bfede0 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000c4`85bfee30 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c4`85bff750 00007ff7`c41beb98     postgres!PostmasterMain(
000000c4`85bff8e0 00007ff7`c47b5f29     postgres!main(
000000c4`85bff920 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c4`85bff970 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c4`85bff9e0 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c4`85fffb08 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c4`85fffb10 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000c4`85fffe00 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000c4`85fffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c4`863ffa28 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
000000c4`863ffa30 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
000000c4`863ffaa0 00007ff9`cc584cb0     postgres!pg_signal_thread(
000000c4`863ffba0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000c4`863ffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c4`867ff9e8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c4`867ff9f0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000c4`867ffce0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000c4`867ffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c4`86bff9c8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c4`86bff9d0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000c4`86bffcc0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000c4`86bffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bb`11bfed70 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000bb`11bfedb0 00007ff7`c43097bc     postgres!ExceptionalCondition(
000000bb`11bfedf0 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000bb`11bfee40 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000bb`11bfee90 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000bb`11bff7b0 00007ff7`c41beb98     postgres!PostmasterMain(
000000bb`11bff940 00007ff7`c47b5f29     postgres!main(
000000bb`11bff980 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000bb`11bff9d0 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000bb`11bffa40 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000bb`11fff628 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bb`11fff630 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000bb`11fff920 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000bb`11fff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bb`123ff8c8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bb`123ff8d0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000bb`123ffbc0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000bb`123ffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bb`127ffa18 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
000000bb`127ffa20 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
000000bb`127ffa90 00007ff9`cc584cb0     postgres!pg_signal_thread(
000000bb`127ffb90 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000bb`127ffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bb`12bff6e8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bb`12bff6f0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000bb`12bff9e0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000bb`12bffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c5`461ff070 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c5`461ff0b0 00007ff7`c43097bc     postgres!ExceptionalCondition(
000000c5`461ff0f0 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c5`461ff140 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000c5`461ff190 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c5`461ffab0 00007ff7`c41beb98     postgres!PostmasterMain(
000000c5`461ffc40 00007ff7`c47b5f29     postgres!main(
000000c5`461ffc80 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c5`461ffcd0 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c5`461ffd40 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c5`465ff8f8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c5`465ff900 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000c5`465ffbf0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000c5`465ffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c5`469ff698 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c5`469ff6a0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000c5`469ff990 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000c5`469ff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c5`46dff658 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
000000c5`46dff660 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
000000c5`46dff6d0 00007ff9`cc584cb0     postgres!pg_signal_thread(
000000c5`46dff7d0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000c5`46dff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c5`471ffa18 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c5`471ffa20 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000c5`471ffd10 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000c5`471ffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000039`74fff000 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000039`74fff040 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000039`74fff080 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000039`74fff0d0 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000039`74fff120 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000039`74fffa40 00007ff7`c41beb98     postgres!PostmasterMain(
00000039`74fffbd0 00007ff7`c47b5f29     postgres!main(
00000039`74fffc10 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000039`74fffc60 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000039`74fffcd0 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000039`757ffa28 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000039`757ffa30 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000039`757ffaa0 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000039`757ffba0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000039`757ffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000039`75fff918 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000039`75fff920 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000039`75fffc10 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000039`75fffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000039`753ff978 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000039`753ff980 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000039`753ffc70 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000039`753ffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000039`75bffc18 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000039`75bffc20 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000039`75bfff10 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000039`75bfff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004d`761fef50 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000004d`761fef90 00007ff7`c43097bc     postgres!ExceptionalCondition(
0000004d`761fefd0 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000004d`761ff020 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000004d`761ff070 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000004d`761ff990 00007ff7`c41beb98     postgres!PostmasterMain(
0000004d`761ffb20 00007ff7`c47b5f29     postgres!main(
0000004d`761ffb60 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000004d`761ffbb0 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000004d`761ffc20 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000004d`765ff658 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004d`765ff660 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000004d`765ff950 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000004d`765ff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004d`769ff4e8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004d`769ff4f0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000004d`769ff7e0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000004d`769ff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004d`76dffc48 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
0000004d`76dffc50 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
0000004d`76dffcc0 00007ff9`cc584cb0     postgres!pg_signal_thread(
0000004d`76dffdc0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000004d`76dffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004d`771ff668 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004d`771ff670 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000004d`771ff960 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000004d`771ff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ae`ad1fedb0 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ae`ad1fedf0 00007ff7`c43097bc     postgres!ExceptionalCondition(
000000ae`ad1fee30 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ae`ad1fee80 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000ae`ad1feed0 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ae`ad1ff7f0 00007ff7`c41beb98     postgres!PostmasterMain(
000000ae`ad1ff980 00007ff7`c47b5f29     postgres!main(
000000ae`ad1ff9c0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ae`ad1ffa10 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ae`ad1ffa80 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ae`ad5ff458 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ae`ad5ff460 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000ae`ad5ff750 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000ae`ad5ff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ae`ad9ff578 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ae`ad9ff580 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000ae`ad9ff870 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000ae`ad9ff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ae`addff528 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ae`addff530 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000ae`addff820 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000ae`addff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ae`ae1ffa88 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
000000ae`ae1ffa90 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
000000ae`ae1ffb00 00007ff9`cc584cb0     postgres!pg_signal_thread(
000000ae`ae1ffc00 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000ae`ae1ffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ae`ae5ff458 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ae`ae5ff460 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000ae`ae5ff750 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000ae`ae5ff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c4`89bfecf0 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c4`89bfed30 00007ff7`c43097bc     postgres!ExceptionalCondition(
000000c4`89bfed70 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c4`89bfedc0 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000c4`89bfee10 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c4`89bff730 00007ff7`c41beb98     postgres!PostmasterMain(
000000c4`89bff8c0 00007ff7`c47b5f29     postgres!main(
000000c4`89bff900 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c4`89bff950 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c4`89bff9c0 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c4`89fff928 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c4`89fff930 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000c4`89fffc20 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000c4`89fffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c4`8a3ff938 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c4`8a3ff940 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000c4`8a3ffc30 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000c4`8a3ffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c4`8a7ff758 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
000000c4`8a7ff760 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
000000c4`8a7ff7d0 00007ff9`cc584cb0     postgres!pg_signal_thread(
000000c4`8a7ff8d0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000c4`8a7ff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c4`8abff838 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c4`8abff840 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000c4`8abffb30 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000c4`8abffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d1`18ffee00 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d1`18ffee40 00007ff7`c43097bc     postgres!ExceptionalCondition(
000000d1`18ffee80 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000d1`18ffeed0 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000d1`18ffef20 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000d1`18fff840 00007ff7`c41beb98     postgres!PostmasterMain(
000000d1`18fff9d0 00007ff7`c47b5f29     postgres!main(
000000d1`18fffa10 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d1`18fffa60 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d1`18fffad0 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000d1`193ffc38 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d1`193ffc40 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000d1`193fff30 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000d1`193fff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d1`197ff938 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d1`197ff940 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000d1`197ffc30 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000d1`197ffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d1`19bff9e8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d1`19bff9f0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000d1`19bffce0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000d1`19bffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d1`19fff668 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
000000d1`19fff670 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
000000d1`19fff6e0 00007ff9`cc584cb0     postgres!pg_signal_thread(
000000d1`19fff7e0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000d1`19fff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d1`1a3ffba8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d1`1a3ffbb0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000d1`1a3ffea0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000d1`1a3ffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d4`b75ff468 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d4`b75ff470 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000d4`b75ff760 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000d4`b75ff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d4`b6dff1f0 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d4`b6dff230 00007ff7`c43097bc     postgres!ExceptionalCondition(
000000d4`b6dff270 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000d4`b6dff2c0 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000d4`b6dff310 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000d4`b6dffc30 00007ff7`c41beb98     postgres!PostmasterMain(
000000d4`b6dffdc0 00007ff7`c47b5f29     postgres!main(
000000d4`b6dffe00 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d4`b6dffe50 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d4`b6dffec0 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000d4`b71ffa58 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d4`b71ffa60 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000d4`b71ffd50 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000d4`b71ffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d4`b79ffb88 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d4`b79ffb90 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000d4`b79ffe80 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000d4`b79ffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d4`b7dffab8 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
000000d4`b7dffac0 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
000000d4`b7dffb30 00007ff9`cc584cb0     postgres!pg_signal_thread(
000000d4`b7dffc30 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000d4`b7dffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d4`b81ff8f8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d4`b81ff900 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000d4`b81ffbf0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000d4`b81ffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c6`1d3ff758 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c6`1d3ff760 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000c6`1d3ffa50 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000c6`1d3ffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c6`1c3fee10 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c6`1c3fee50 00007ff7`c43097bc     postgres!ExceptionalCondition(
000000c6`1c3fee90 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c6`1c3feee0 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000c6`1c3fef30 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c6`1c3ff850 00007ff7`c41beb98     postgres!PostmasterMain(
000000c6`1c3ff9e0 00007ff7`c47b5f29     postgres!main(
000000c6`1c3ffa20 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c6`1c3ffa70 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c6`1c3ffae0 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c6`1c7ffb58 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c6`1c7ffb60 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000c6`1c7ffe50 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000c6`1c7ffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c6`1cbff678 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
000000c6`1cbff680 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
000000c6`1cbff6f0 00007ff9`cc584cb0     postgres!pg_signal_thread(
000000c6`1cbff7f0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000c6`1cbff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c6`1cfffa28 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c6`1cfffa30 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000c6`1cfffd20 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000c6`1cfffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ee`c09ffa48 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
000000ee`c09ffa50 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
000000ee`c09ffac0 00007ff9`cc584cb0     postgres!pg_signal_thread(
000000ee`c09ffbc0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000ee`c09ffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ee`c05ff778 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ee`c05ff780 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000ee`c05ffa70 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000ee`c05ffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ee`c0dff548 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ee`c0dff550 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000ee`c0dff840 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000ee`c0dff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ee`bf9fec30 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ee`bf9fec70 00007ff7`c43097bc     postgres!ExceptionalCondition(
000000ee`bf9fecb0 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ee`bf9fed00 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000ee`bf9fed50 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ee`bf9ff670 00007ff7`c41beb98     postgres!PostmasterMain(
000000ee`bf9ff800 00007ff7`c47b5f29     postgres!main(
000000ee`bf9ff840 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ee`bf9ff890 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ee`bf9ff900 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ee`bfdff658 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ee`bfdff660 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000ee`bfdff950 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000ee`bfdff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ee`c01ff548 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ee`c01ff550 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000ee`c01ff840 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000ee`c01ff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000062`7d7ff868 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000062`7d7ff870 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000062`7d7ffb60 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000062`7d7ffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000062`7dbff758 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000062`7dbff760 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000062`7dbff7d0 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000062`7dbff8d0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000062`7dbff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000062`7d3ff010 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000062`7d3ff050 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000062`7d3ff090 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000062`7d3ff0e0 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000062`7d3ff130 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000062`7d3ffa50 00007ff7`c41beb98     postgres!PostmasterMain(
00000062`7d3ffbe0 00007ff7`c47b5f29     postgres!main(
00000062`7d3ffc20 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000062`7d3ffc70 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000062`7d3ffce0 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000062`7dfff948 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000062`7dfff950 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000062`7dfffc40 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000062`7dfffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000062`7e3ffa88 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000062`7e3ffa90 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000062`7e3ffd80 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000062`7e3ffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000021`659ff030 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000021`659ff070 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000021`659ff0b0 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000021`659ff100 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000021`659ff150 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000021`659ffa70 00007ff7`c41beb98     postgres!PostmasterMain(
00000021`659ffc00 00007ff7`c47b5f29     postgres!main(
00000021`659ffc40 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000021`659ffc90 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000021`659ffd00 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000021`661ff5d8 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000021`661ff5e0 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000021`661ff650 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000021`661ff750 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000021`661ff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000021`669ff5b8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000021`669ff5c0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000021`669ff8b0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000021`669ff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000021`65dff7f8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000021`65dff800 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000021`65dffaf0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000021`65dffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ac`a1bff180 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ac`a1bff1c0 00007ff7`c43097bc     postgres!ExceptionalCondition(
000000ac`a1bff200 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ac`a1bff250 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000ac`a1bff2a0 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ac`a1bffbc0 00007ff7`c41beb98     postgres!PostmasterMain(
000000ac`a1bffd50 00007ff7`c47b5f29     postgres!main(
000000ac`a1bffd90 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ac`a1bffde0 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ac`a1bffe50 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ac`a1fffaa8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ac`a1fffab0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000ac`a1fffda0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000ac`a1fffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ac`a23ffb48 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
000000ac`a23ffb50 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
000000ac`a23ffbc0 00007ff9`cc584cb0     postgres!pg_signal_thread(
000000ac`a23ffcc0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000ac`a23ffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ac`a27ffaa8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ac`a27ffab0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000ac`a27ffda0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000ac`a27ffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ac`a2bff678 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ac`a2bff680 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000ac`a2bff970 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000ac`a2bff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009e`05bfeec0 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000009e`05bfef00 00007ff7`c43097bc     postgres!ExceptionalCondition(
0000009e`05bfef40 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000009e`05bfef90 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000009e`05bfefe0 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000009e`05bff900 00007ff7`c41beb98     postgres!PostmasterMain(
0000009e`05bffa90 00007ff7`c47b5f29     postgres!main(
0000009e`05bffad0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000009e`05bffb20 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000009e`05bffb90 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000009e`05fff568 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009e`05fff570 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000009e`05fff860 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000009e`05fff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009e`063ffb68 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
0000009e`063ffb70 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
0000009e`063ffbe0 00007ff9`cc584cb0     postgres!pg_signal_thread(
0000009e`063ffce0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000009e`063ffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009e`067ffaf8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009e`067ffb00 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000009e`067ffdf0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000009e`067ffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009e`06bff908 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009e`06bff910 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000009e`06bffc00 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000009e`06bffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a6`d27ff0a0 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a6`d27ff0e0 00007ff7`c43097bc     postgres!ExceptionalCondition(
000000a6`d27ff120 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000a6`d27ff170 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000a6`d27ff1c0 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a6`d27ffae0 00007ff7`c41beb98     postgres!PostmasterMain(
000000a6`d27ffc70 00007ff7`c47b5f29     postgres!main(
000000a6`d27ffcb0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a6`d27ffd00 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a6`d27ffd70 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a6`d2bff6c8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a6`d2bff6d0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000a6`d2bff9c0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000a6`d2bff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a6`d2fff8b8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a6`d2fff8c0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000a6`d2fffbb0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000a6`d2fffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a6`d33ffa98 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a6`d33ffaa0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000a6`d33ffd90 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000a6`d33ffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a6`d37ff8a8 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
000000a6`d37ff8b0 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
000000a6`d37ff920 00007ff9`cc584cb0     postgres!pg_signal_thread(
000000a6`d37ffa20 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000a6`d37ffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a6`d3bff578 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a6`d3bff580 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000a6`d3bff870 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000a6`d3bff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000040`a15febb0 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000040`a15febf0 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000040`a15fec30 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000040`a15fec80 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000040`a15fecd0 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000040`a15ff5f0 00007ff7`c41beb98     postgres!PostmasterMain(
00000040`a15ff780 00007ff7`c47b5f29     postgres!main(
00000040`a15ff7c0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000040`a15ff810 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000040`a15ff880 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000040`a19ff7f8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000040`a19ff800 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000040`a19ffaf0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000040`a19ffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000040`a1dff618 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000040`a1dff620 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000040`a1dff910 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000040`a1dff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000040`a21ff8c8 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000040`a21ff8d0 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000040`a21ff940 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000040`a21ffa40 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000040`a21ffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000040`a25ffb08 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000040`a25ffb10 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000040`a25ffe00 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000040`a25ffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000035`f2dff010 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000035`f2dff050 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000035`f2dff090 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000035`f2dff0e0 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000035`f2dff130 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000035`f2dffa50 00007ff7`c41beb98     postgres!PostmasterMain(
00000035`f2dffbe0 00007ff7`c47b5f29     postgres!main(
00000035`f2dffc20 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000035`f2dffc70 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000035`f2dffce0 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000035`f31ffa68 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000035`f31ffa70 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000035`f31ffd60 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000035`f31ffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000035`f35ff738 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000035`f35ff740 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000035`f35ffa30 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000035`f35ffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000035`f39ff918 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000035`f39ff920 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000035`f39ff990 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000035`f39ffa90 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000035`f39ffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000035`f3dff538 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000035`f3dff540 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000035`f3dff830 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000035`f3dff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003f`ce3feb80 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000003f`ce3febc0 00007ff7`c43097bc     postgres!ExceptionalCondition(
0000003f`ce3fec00 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000003f`ce3fec50 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000003f`ce3feca0 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000003f`ce3ff5c0 00007ff7`c41beb98     postgres!PostmasterMain(
0000003f`ce3ff750 00007ff7`c47b5f29     postgres!main(
0000003f`ce3ff790 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000003f`ce3ff7e0 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000003f`ce3ff850 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000003f`ce7ff5f8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003f`ce7ff600 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000003f`ce7ff8f0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000003f`ce7ff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003f`cebff9f8 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
0000003f`cebffa00 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
0000003f`cebffa70 00007ff9`cc584cb0     postgres!pg_signal_thread(
0000003f`cebffb70 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000003f`cebffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003f`cefff5b8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003f`cefff5c0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000003f`cefff8b0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000003f`cefff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003f`cf3ffaf8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003f`cf3ffb00 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000003f`cf3ffdf0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000003f`cf3ffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005c`f5bfea30 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000005c`f5bfea70 00007ff7`c43097bc     postgres!ExceptionalCondition(
0000005c`f5bfeab0 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000005c`f5bfeb00 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000005c`f5bfeb50 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000005c`f5bff470 00007ff7`c41beb98     postgres!PostmasterMain(
0000005c`f5bff600 00007ff7`c47b5f29     postgres!main(
0000005c`f5bff640 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000005c`f5bff690 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000005c`f5bff700 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000005c`f5fff508 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005c`f5fff510 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000005c`f5fff800 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000005c`f5fff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005c`f63ff4c8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005c`f63ff4d0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000005c`f63ff7c0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000005c`f63ff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005c`f67ffbc8 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
0000005c`f67ffbd0 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
0000005c`f67ffc40 00007ff9`cc584cb0     postgres!pg_signal_thread(
0000005c`f67ffd40 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000005c`f67ffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005c`f6bff518 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005c`f6bff520 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000005c`f6bff810 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000005c`f6bff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bc`f23ff130 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000bc`f23ff170 00007ff7`c43097bc     postgres!ExceptionalCondition(
000000bc`f23ff1b0 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000bc`f23ff200 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000bc`f23ff250 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000bc`f23ffb70 00007ff7`c41beb98     postgres!PostmasterMain(
000000bc`f23ffd00 00007ff7`c47b5f29     postgres!main(
000000bc`f23ffd40 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000bc`f23ffd90 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000bc`f23ffe00 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000bc`f27ffb58 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bc`f27ffb60 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000bc`f27ffe50 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000bc`f27ffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bc`f2bffa48 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
000000bc`f2bffa50 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
000000bc`f2bffac0 00007ff9`cc584cb0     postgres!pg_signal_thread(
000000bc`f2bffbc0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000bc`f2bffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bc`f2fff868 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bc`f2fff870 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000bc`f2fffb60 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000bc`f2fffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bc`f33ff848 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bc`f33ff850 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000bc`f33ffb40 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000bc`f33ffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`00bff6c8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000001`00bff6d0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000001`00bff9c0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000001`00bff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`007fecb0 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000001`007fecf0 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000001`007fed30 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000001`007fed80 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000001`007fedd0 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000001`007ff6f0 00007ff7`c41beb98     postgres!PostmasterMain(
00000001`007ff880 00007ff7`c47b5f29     postgres!main(
00000001`007ff8c0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000001`007ff910 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000001`007ff980 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000001`00fff7e8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000001`00fff7f0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000001`00fffae0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000001`00fffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`013ff6f8 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000001`013ff700 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000001`013ff770 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000001`013ff870 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000001`013ff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`017ffad8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000001`017ffae0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000001`017ffdd0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000001`017ffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c3`2d5ff618 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c3`2d5ff620 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000c3`2d5ff910 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000c3`2d5ff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c3`2d1ff6e8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c3`2d1ff6f0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000c3`2d1ff9e0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000c3`2d1ffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c3`2d9ff868 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c3`2d9ff870 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000c3`2d9ffb60 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000c3`2d9ffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c3`2ddff838 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
000000c3`2ddff840 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
000000c3`2ddff8b0 00007ff9`cc584cb0     postgres!pg_signal_thread(
000000c3`2ddff9b0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000c3`2ddff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c3`2cdff1d0 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c3`2cdff210 00007ff7`c43097bc     postgres!ExceptionalCondition(
000000c3`2cdff250 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c3`2cdff2a0 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000c3`2cdff2f0 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c3`2cdffc10 00007ff7`c41beb98     postgres!PostmasterMain(
000000c3`2cdffda0 00007ff7`c47b5f29     postgres!main(
000000c3`2cdffde0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c3`2cdffe30 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c3`2cdffea0 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c3`2e1ff9c8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c3`2e1ff9d0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000c3`2e1ffcc0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000c3`2e1ffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e0`177fef90 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e0`177fefd0 00007ff7`c43097bc     postgres!ExceptionalCondition(
000000e0`177ff010 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000e0`177ff060 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000e0`177ff0b0 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000e0`177ff9d0 00007ff7`c41beb98     postgres!PostmasterMain(
000000e0`177ffb60 00007ff7`c47b5f29     postgres!main(
000000e0`177ffba0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e0`177ffbf0 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e0`177ffc60 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000e0`17bffba8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e0`17bffbb0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000e0`17bffea0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000e0`17bffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e0`17fffbd8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e0`17fffbe0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000e0`17fffed0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000e0`17ffff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e0`183ff698 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e0`183ff6a0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000e0`183ff990 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000e0`183ff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e0`187ff5d8 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
000000e0`187ff5e0 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
000000e0`187ff650 00007ff9`cc584cb0     postgres!pg_signal_thread(
000000e0`187ff750 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000e0`187ff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e0`18bff9b8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e0`18bff9c0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000e0`18bffcb0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000e0`18bffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000081`973fecb0 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000081`973fecf0 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000081`973fed30 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000081`973fed80 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000081`973fedd0 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000081`973ff6f0 00007ff7`c41beb98     postgres!PostmasterMain(
00000081`973ff880 00007ff7`c47b5f29     postgres!main(
00000081`973ff8c0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000081`973ff910 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000081`973ff980 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000081`977ff6a8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000081`977ff6b0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000081`977ff9a0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000081`977ff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000081`97bff728 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000081`97bff730 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000081`97bffa20 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000081`97bffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000081`97fffa98 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000081`97fffaa0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000081`97fffd90 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000081`97fffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000081`983ffaf8 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000081`983ffb00 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000081`983ffb70 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000081`983ffc70 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000081`983ffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000081`987ff9a8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000081`987ff9b0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000081`987ffca0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000081`987ffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000075`e01fec00 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000075`e01fec40 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000075`e01fec80 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000075`e01fecd0 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000075`e01fed20 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000075`e01ff640 00007ff7`c41beb98     postgres!PostmasterMain(
00000075`e01ff7d0 00007ff7`c47b5f29     postgres!main(
00000075`e01ff810 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000075`e01ff860 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000075`e01ff8d0 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000075`e05ff968 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000075`e05ff970 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000075`e05ffc60 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000075`e05ffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000075`e0dff708 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000075`e0dff710 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000075`e0dffa00 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000075`e0dffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000075`e11ff898 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000075`e11ff8a0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000075`e11ffb90 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000075`e11ffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000075`e09ffc98 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000075`e09ffca0 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000075`e09ffd10 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000075`e09ffe10 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000075`e09ffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004f`0edfeed0 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000004f`0edfef10 00007ff7`c43097bc     postgres!ExceptionalCondition(
0000004f`0edfef50 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000004f`0edfefa0 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000004f`0edfeff0 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000004f`0edff910 00007ff7`c41beb98     postgres!PostmasterMain(
0000004f`0edffaa0 00007ff7`c47b5f29     postgres!main(
0000004f`0edffae0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000004f`0edffb30 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000004f`0edffba0 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000004f`0fdffba8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004f`0fdffbb0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000004f`0fdffea0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000004f`0fdffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004f`0f5ff648 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
0000004f`0f5ff650 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
0000004f`0f5ff6c0 00007ff9`cc584cb0     postgres!pg_signal_thread(
0000004f`0f5ff7c0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000004f`0f5ff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004f`0f1ff998 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004f`0f1ff9a0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000004f`0f1ffc90 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000004f`0f1ffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004f`0f9ff7e8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004f`0f9ff7f0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000004f`0f9ffae0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000004f`0f9ffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b6`703ff918 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b6`703ff920 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000b6`703ffc10 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000b6`703ffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b6`6f3ff1e0 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b6`6f3ff220 00007ff7`c43097bc     postgres!ExceptionalCondition(
000000b6`6f3ff260 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000b6`6f3ff2b0 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000b6`6f3ff300 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000b6`6f3ffc20 00007ff7`c41beb98     postgres!PostmasterMain(
000000b6`6f3ffdb0 00007ff7`c47b5f29     postgres!main(
000000b6`6f3ffdf0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b6`6f3ffe40 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000b6`6f3ffeb0 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000b6`6f7ff4a8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b6`6f7ff4b0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000b6`6f7ff7a0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000b6`6f7ff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b6`6fbff7a8 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
000000b6`6fbff7b0 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
000000b6`6fbff820 00007ff9`cc584cb0     postgres!pg_signal_thread(
000000b6`6fbff920 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000b6`6fbff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b6`6ffff978 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b6`6ffff980 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000b6`6ffffc70 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000b6`6ffffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bc`6c5ff788 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bc`6c5ff790 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000bc`6c5ffa80 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000bc`6c5ffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bc`6c9ff618 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bc`6c9ff620 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000bc`6c9ff910 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000bc`6c9ff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bc`6c1fedf0 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000bc`6c1fee30 00007ff7`c43097bc     postgres!ExceptionalCondition(
000000bc`6c1fee70 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000bc`6c1feec0 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000bc`6c1fef10 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000bc`6c1ff830 00007ff7`c41beb98     postgres!PostmasterMain(
000000bc`6c1ff9c0 00007ff7`c47b5f29     postgres!main(
000000bc`6c1ffa00 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000bc`6c1ffa50 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000bc`6c1ffac0 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000bc`6cdffd58 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
000000bc`6cdffd60 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
000000bc`6cdffdd0 00007ff9`cc584cb0     postgres!pg_signal_thread(
000000bc`6cdffed0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000bc`6cdfff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bc`6d1ffb28 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bc`6d1ffb30 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000bc`6d1ffe20 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000bc`6d1ffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fa`63fffb58 00007ff7`c43026b7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000fa`63fffb60 00007ff7`c41beb04     postgres!SubPostmasterMain(
000000fa`63fffbd0 00007ff7`c47b5f29     postgres!main(
000000fa`63fffc10 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000fa`63fffc60 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000fa`63fffcd0 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000fa`63fffd00 00007ff9`cc584cb0     postgres!mainCRTStartup(
000000fa`63fffd30 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000fa`63fffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fa`643ff768 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fa`643ff770 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000fa`643ffa60 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000fa`643ffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fa`647ff9c8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fa`647ff9d0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000fa`647ffcc0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000fa`647ffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000097`237fecc0 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000097`237fed00 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000097`237fed40 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000097`237fed90 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000097`237fede0 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000097`237ff700 00007ff7`c41beb98     postgres!PostmasterMain(
00000097`237ff890 00007ff7`c47b5f29     postgres!main(
00000097`237ff8d0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000097`237ff920 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000097`237ff990 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000097`23bffaf8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000097`23bffb00 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000097`23bffdf0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000097`23bffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000097`23fffa08 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000097`23fffa10 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000097`23fffd00 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000097`23fffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000097`243ffa18 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000097`243ffa20 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000097`243ffa90 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000097`243ffb90 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000097`243ffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000097`247ff718 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000097`247ff720 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000097`247ffa10 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000097`247ffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002e`dd1ffc28 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002e`dd1ffc30 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000002e`dd1fff20 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000002e`dd1fff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002e`dc9fee00 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000002e`dc9fee40 00007ff7`c43097bc     postgres!ExceptionalCondition(
0000002e`dc9fee80 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000002e`dc9feed0 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000002e`dc9fef20 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000002e`dc9ff840 00007ff7`c41beb98     postgres!PostmasterMain(
0000002e`dc9ff9d0 00007ff7`c47b5f29     postgres!main(
0000002e`dc9ffa10 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000002e`dc9ffa60 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000002e`dc9ffad0 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000002e`dcdff8d8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002e`dcdff8e0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000002e`dcdffbd0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000002e`dcdffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002e`dd5ffb58 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
0000002e`dd5ffb60 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
0000002e`dd5ffbd0 00007ff9`cc584cb0     postgres!pg_signal_thread(
0000002e`dd5ffcd0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000002e`dd5ffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002e`dd9ff448 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002e`dd9ff450 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000002e`dd9ff740 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000002e`dd9ff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000046`b17ffa38 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000046`b17ffa40 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000046`b17ffab0 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000046`b17ffbb0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000046`b17ffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000046`b1bff4b8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000046`b1bff4c0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000046`b1bff7b0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000046`b1bff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000046`b0bff070 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000046`b0bff0b0 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000046`b0bff0f0 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000046`b0bff140 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000046`b0bff190 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000046`b0bffab0 00007ff7`c41beb98     postgres!PostmasterMain(
00000046`b0bffc40 00007ff7`c47b5f29     postgres!main(
00000046`b0bffc80 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000046`b0bffcd0 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000046`b0bffd40 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000046`b0fffbe8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000046`b0fffbf0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000046`b0fffee0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000046`b0ffff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000046`b13ff478 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000046`b13ff480 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000046`b13ff770 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000046`b13ff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b1`c2fffa48 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
000000b1`c2fffa50 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
000000b1`c2fffac0 00007ff9`cc584cb0     postgres!pg_signal_thread(
000000b1`c2fffbc0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000b1`c2fffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b1`c37ffa88 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b1`c37ffa90 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000b1`c37ffd80 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000b1`c37ffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b1`c27fef70 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b1`c27fefb0 00007ff7`c43097bc     postgres!ExceptionalCondition(
000000b1`c27feff0 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000b1`c27ff040 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000b1`c27ff090 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000b1`c27ff9b0 00007ff7`c41beb98     postgres!PostmasterMain(
000000b1`c27ffb40 00007ff7`c47b5f29     postgres!main(
000000b1`c27ffb80 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b1`c27ffbd0 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000b1`c27ffc40 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000b1`c2bffa88 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b1`c2bffa90 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000b1`c2bffd80 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000b1`c2bffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b1`c33ff638 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b1`c33ff640 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000b1`c33ff930 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000b1`c33ff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ee`233fef50 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ee`233fef90 00007ff7`c43097bc     postgres!ExceptionalCondition(
000000ee`233fefd0 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ee`233ff020 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000ee`233ff070 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ee`233ff990 00007ff7`c41beb98     postgres!PostmasterMain(
000000ee`233ffb20 00007ff7`c47b5f29     postgres!main(
000000ee`233ffb60 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ee`233ffbb0 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ee`233ffc20 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ee`23bffcc8 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
000000ee`23bffcd0 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
000000ee`23bffd40 00007ff9`cc584cb0     postgres!pg_signal_thread(
000000ee`23bffe40 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000ee`23bffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ee`243ff668 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ee`243ff670 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000ee`243ff960 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000ee`243ff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cc`b8bff0e0 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000cc`b8bff120 00007ff7`c43097bc     postgres!ExceptionalCondition(
000000cc`b8bff160 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000cc`b8bff1b0 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000cc`b8bff200 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000cc`b8bffb20 00007ff7`c41beb98     postgres!PostmasterMain(
000000cc`b8bffcb0 00007ff7`c47b5f29     postgres!main(
000000cc`b8bffcf0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000cc`b8bffd40 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000cc`b8bffdb0 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000cc`b8fff808 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cc`b8fff810 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000cc`b8fffb00 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000cc`b8fffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cc`b93ff6d8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cc`b93ff6e0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000cc`b93ff9d0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000cc`b93ffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cc`b97ff748 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cc`b97ff750 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000cc`b97ffa40 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000cc`b97ffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cc`b9bff6d8 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
000000cc`b9bff6e0 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
000000cc`b9bff750 00007ff9`cc584cb0     postgres!pg_signal_thread(
000000cc`b9bff850 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000cc`b9bff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cc`b9fff9a8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cc`b9fff9b0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000cc`b9fffca0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000cc`b9fffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f9`799ff568 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f9`799ff570 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000f9`799ff860 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000f9`799ff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f9`79dffb38 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f9`79dffb40 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000f9`79dffe30 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000f9`79dffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f9`7a1ff848 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
000000f9`7a1ff850 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
000000f9`7a1ff8c0 00007ff9`cc584cb0     postgres!pg_signal_thread(
000000f9`7a1ff9c0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000f9`7a1ff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f9`795ff090 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f9`795ff0d0 00007ff7`c43097bc     postgres!ExceptionalCondition(
000000f9`795ff110 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f9`795ff160 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000f9`795ff1b0 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f9`795ffad0 00007ff7`c41beb98     postgres!PostmasterMain(
000000f9`795ffc60 00007ff7`c47b5f29     postgres!main(
000000f9`795ffca0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f9`795ffcf0 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f9`795ffd60 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f9`7a5ff538 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f9`7a5ff540 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000f9`7a5ff830 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000f9`7a5ff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007d`0c5ff898 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007d`0c5ff8a0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000007d`0c5ffb90 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000007d`0c5ffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007d`0b5feb70 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000007d`0b5febb0 00007ff7`c43097bc     postgres!ExceptionalCondition(
0000007d`0b5febf0 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000007d`0b5fec40 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000007d`0b5fec90 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000007d`0b5ff5b0 00007ff7`c41beb98     postgres!PostmasterMain(
0000007d`0b5ff740 00007ff7`c47b5f29     postgres!main(
0000007d`0b5ff780 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000007d`0b5ff7d0 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000007d`0b5ff840 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000007d`0bdff788 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
0000007d`0bdff790 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
0000007d`0bdff800 00007ff9`cc584cb0     postgres!pg_signal_thread(
0000007d`0bdff900 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000007d`0bdff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007d`0c1ff698 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007d`0c1ff6a0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000007d`0c1ff990 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000007d`0c1ff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007d`0b9ffb98 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007d`0b9ffba0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000007d`0b9ffe90 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000007d`0b9ffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fc`c59ffca8 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
000000fc`c59ffcb0 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
000000fc`c59ffd20 00007ff9`cc584cb0     postgres!pg_signal_thread(
000000fc`c59ffe20 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000fc`c59ffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fc`c4dfeae0 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000fc`c4dfeb20 00007ff7`c43097bc     postgres!ExceptionalCondition(
000000fc`c4dfeb60 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000fc`c4dfebb0 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000fc`c4dfec00 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000fc`c4dff520 00007ff7`c41beb98     postgres!PostmasterMain(
000000fc`c4dff6b0 00007ff7`c47b5f29     postgres!main(
000000fc`c4dff6f0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000fc`c4dff740 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000fc`c4dff7b0 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000fc`c51ff9f8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fc`c51ffa00 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000fc`c51ffcf0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000fc`c51ffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fc`c55ffb18 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fc`c55ffb20 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000fc`c55ffe10 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000fc`c55ffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fc`c5dff9c8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fc`c5dff9d0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000fc`c5dffcc0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000fc`c5dffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bf`48fff100 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000bf`48fff140 00007ff7`c43097bc     postgres!ExceptionalCondition(
000000bf`48fff180 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000bf`48fff1d0 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000bf`48fff220 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000bf`48fffb40 00007ff7`c41beb98     postgres!PostmasterMain(
000000bf`48fffcd0 00007ff7`c47b5f29     postgres!main(
000000bf`48fffd10 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000bf`48fffd60 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000bf`48fffdd0 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000bf`493ff698 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bf`493ff6a0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000bf`493ff990 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000bf`493ff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bf`497ff458 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bf`497ff460 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000bf`497ff750 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000bf`497ff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bf`49bff928 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bf`49bff930 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000bf`49bffc20 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000bf`49bffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bf`49fff668 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
000000bf`49fff670 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
000000bf`49fff6e0 00007ff9`cc584cb0     postgres!pg_signal_thread(
000000bf`49fff7e0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000bf`49fff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bf`4a3ff578 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bf`4a3ff580 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000bf`4a3ff870 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000bf`4a3ff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fb`3f7fed50 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000fb`3f7fed90 00007ff7`c43097bc     postgres!ExceptionalCondition(
000000fb`3f7fedd0 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000fb`3f7fee20 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000fb`3f7fee70 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000fb`3f7ff790 00007ff7`c41beb98     postgres!PostmasterMain(
000000fb`3f7ff920 00007ff7`c47b5f29     postgres!main(
000000fb`3f7ff960 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000fb`3f7ff9b0 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000fb`3f7ffa20 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000fb`3ffff918 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
000000fb`3ffff920 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
000000fb`3ffff990 00007ff9`cc584cb0     postgres!pg_signal_thread(
000000fb`3ffffa90 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000fb`3ffffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fb`407ffbe8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fb`407ffbf0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000fb`407ffee0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000fb`407fff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fb`3fbffb18 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fb`3fbffb20 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000fb`3fbffe10 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000fb`3fbffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fb`403ff788 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fb`403ff790 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000fb`403ffa80 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000fb`403ffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000099`821ffcf8 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000099`821ffd00 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000099`821ffd70 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000099`821ffe70 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000099`821ffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000099`811febf0 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000099`811fec30 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000099`811fec70 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000099`811fecc0 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000099`811fed10 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000099`811ff630 00007ff7`c41beb98     postgres!PostmasterMain(
00000099`811ff7c0 00007ff7`c47b5f29     postgres!main(
00000099`811ff800 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000099`811ff850 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000099`811ff8c0 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000099`815ff8e8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000099`815ff8f0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000099`815ffbe0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000099`815ffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000099`819ff5d8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000099`819ff5e0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000099`819ff8d0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000099`819ff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000099`81dffb08 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000099`81dffb10 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000099`81dffe00 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000099`81dffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000099`825ff618 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000099`825ff620 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000099`825ff910 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000099`825ff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a7`161fec40 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a7`161fec80 00007ff7`c43097bc     postgres!ExceptionalCondition(
000000a7`161fecc0 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000a7`161fed10 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000a7`161fed60 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a7`161ff680 00007ff7`c41beb98     postgres!PostmasterMain(
000000a7`161ff810 00007ff7`c47b5f29     postgres!main(
000000a7`161ff850 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a7`161ff8a0 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a7`161ff910 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a7`165ff758 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a7`165ff760 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000a7`165ffa50 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000a7`165ffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a7`169ff8b8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a7`169ff8c0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000a7`169ffbb0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000a7`169ffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a7`16dffbb8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a7`16dffbc0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000a7`16dffeb0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000a7`16dffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a7`171ffcc8 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
000000a7`171ffcd0 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
000000a7`171ffd40 00007ff9`cc584cb0     postgres!pg_signal_thread(
000000a7`171ffe40 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000a7`171ffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a7`175ff718 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a7`175ff720 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000a7`175ffa10 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000a7`175ffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b2`3bdfebc0 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b2`3bdfec00 00007ff7`c43097bc     postgres!ExceptionalCondition(
000000b2`3bdfec40 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000b2`3bdfec90 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000b2`3bdfece0 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000b2`3bdff600 00007ff7`c41beb98     postgres!PostmasterMain(
000000b2`3bdff790 00007ff7`c47b5f29     postgres!main(
000000b2`3bdff7d0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b2`3bdff820 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000b2`3bdff890 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000b2`3c1ff9b8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b2`3c1ff9c0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000b2`3c1ffcb0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000b2`3c1ffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b2`3c5ffa18 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b2`3c5ffa20 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000b2`3c5ffd10 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000b2`3c5ffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b2`3c9ff818 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b2`3c9ff820 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000b2`3c9ffb10 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000b2`3c9ffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b2`3cdff9b8 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
000000b2`3cdff9c0 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
000000b2`3cdffa30 00007ff9`cc584cb0     postgres!pg_signal_thread(
000000b2`3cdffb30 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000b2`3cdffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b2`3d1ff878 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b2`3d1ff880 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000b2`3d1ffb70 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000b2`3d1ffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e0`78ffed20 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e0`78ffed60 00007ff7`c43097bc     postgres!ExceptionalCondition(
000000e0`78ffeda0 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000e0`78ffedf0 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000e0`78ffee40 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000e0`78fff760 00007ff7`c41beb98     postgres!PostmasterMain(
000000e0`78fff8f0 00007ff7`c47b5f29     postgres!main(
000000e0`78fff930 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e0`78fff980 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e0`78fff9f0 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000e0`793ff6a8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e0`793ff6b0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000e0`793ff9a0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000e0`793ff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e0`797ffa28 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
000000e0`797ffa30 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
000000e0`797ffaa0 00007ff9`cc584cb0     postgres!pg_signal_thread(
000000e0`797ffba0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000e0`797ffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e0`79bff5f8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e0`79bff600 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000e0`79bff8f0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000e0`79bff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e0`79fffa98 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e0`79fffaa0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000e0`79fffd90 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000e0`79fffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f7`455ff190 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f7`455ff1d0 00007ff7`c43097bc     postgres!ExceptionalCondition(
000000f7`455ff210 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f7`455ff260 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000f7`455ff2b0 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f7`455ffbd0 00007ff7`c41beb98     postgres!PostmasterMain(
000000f7`455ffd60 00007ff7`c47b5f29     postgres!main(
000000f7`455ffda0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f7`455ffdf0 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f7`455ffe60 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f7`459ff638 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f7`459ff640 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000f7`459ff930 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000f7`459ff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f7`45dffab8 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
000000f7`45dffac0 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
000000f7`45dffb30 00007ff9`cc584cb0     postgres!pg_signal_thread(
000000f7`45dffc30 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000f7`45dffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f7`461ffb08 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f7`461ffb10 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000f7`461ffe00 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000f7`461ffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f7`465ffa38 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f7`465ffa40 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000f7`465ffd30 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000f7`465ffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a3`e33fea20 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a3`e33fea60 00007ff7`c43097bc     postgres!ExceptionalCondition(
000000a3`e33feaa0 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000a3`e33feaf0 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000a3`e33feb40 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a3`e33ff460 00007ff7`c41beb98     postgres!PostmasterMain(
000000a3`e33ff5f0 00007ff7`c47b5f29     postgres!main(
000000a3`e33ff630 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a3`e33ff680 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a3`e33ff6f0 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a3`e47ff648 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a3`e47ff650 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000a3`e47ff940 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000a3`e47ff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a3`e37ffb48 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a3`e37ffb50 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000a3`e37ffe40 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000a3`e37ffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a3`e3bffbe8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a3`e3bffbf0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000a3`e3bffee0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000a3`e3bfff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a3`e3fff608 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a3`e3fff610 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000a3`e3fff900 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000a3`e3fff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a3`e43ffd38 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
000000a3`e43ffd40 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
000000a3`e43ffdb0 00007ff9`cc584cb0     postgres!pg_signal_thread(
000000a3`e43ffeb0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000a3`e43ffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c5`87bff8a8 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
000000c5`87bff8b0 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
000000c5`87bff920 00007ff9`cc584cb0     postgres!pg_signal_thread(
000000c5`87bffa20 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000c5`87bffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c5`86bff0e0 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c5`86bff120 00007ff7`c43097bc     postgres!ExceptionalCondition(
000000c5`86bff160 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c5`86bff1b0 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000c5`86bff200 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c5`86bffb20 00007ff7`c41beb98     postgres!PostmasterMain(
000000c5`86bffcb0 00007ff7`c47b5f29     postgres!main(
000000c5`86bffcf0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c5`86bffd40 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c5`86bffdb0 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c5`87fff508 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c5`87fff510 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000c5`87fff800 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000c5`87fff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c5`877ff6e8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c5`877ff6f0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000c5`877ff9e0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000c5`877ffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c5`873ff728 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c5`873ff730 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000c5`873ffa20 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000c5`873ffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c5`86fff618 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c5`86fff620 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000c5`86fff910 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000c5`86fff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000088`d03ff8f8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000088`d03ff900 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000088`d03ffbf0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000088`d03ffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000088`d0bff698 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000088`d0bff6a0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000088`d0bff990 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000088`d0bff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000088`d0fff768 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000088`d0fff770 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000088`d0fffa60 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000088`d0fffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000088`d07ffd08 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000088`d07ffd10 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000088`d07ffd80 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000088`d07ffe80 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000088`d07ffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000088`cfffed90 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000088`cfffedd0 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000088`cfffee10 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000088`cfffee60 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000088`cfffeeb0 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000088`cffff7d0 00007ff7`c41beb98     postgres!PostmasterMain(
00000088`cffff960 00007ff7`c47b5f29     postgres!main(
00000088`cffff9a0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000088`cffff9f0 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000088`cffffa60 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000051`b49ffa48 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000051`b49ffa50 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000051`b49ffd40 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000051`b49ffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000051`b55ff798 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000051`b55ff7a0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000051`b55ffa90 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000051`b55ffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000051`b45fed70 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000051`b45fedb0 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000051`b45fedf0 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000051`b45fee40 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000051`b45fee90 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000051`b45ff7b0 00007ff7`c41beb98     postgres!PostmasterMain(
00000051`b45ff940 00007ff7`c47b5f29     postgres!main(
00000051`b45ff980 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000051`b45ff9d0 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000051`b45ffa40 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000051`b4dffa78 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000051`b4dffa80 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000051`b4dffd70 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000051`b4dffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000051`b51ffd48 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000051`b51ffd50 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000051`b51ffdc0 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000051`b51ffec0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000051`b51ffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000067`711ff140 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000067`711ff180 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000067`711ff1c0 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000067`711ff210 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000067`711ff260 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000067`711ffb80 00007ff7`c41beb98     postgres!PostmasterMain(
00000067`711ffd10 00007ff7`c47b5f29     postgres!main(
00000067`711ffd50 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000067`711ffda0 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000067`711ffe10 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000067`715ff838 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000067`715ff840 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000067`715ffb30 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000067`715ffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000067`719ff9f8 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000067`719ffa00 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000067`719ffa70 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000067`719ffb70 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000067`719ffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000067`71dff728 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000067`71dff730 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000067`71dffa20 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000067`71dffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000067`721ff4c8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000067`721ff4d0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000067`721ff7c0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000067`721ff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bc`051fed10 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000bc`051fed50 00007ff7`c43097bc     postgres!ExceptionalCondition(
000000bc`051fed90 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000bc`051fede0 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000bc`051fee30 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000bc`051ff750 00007ff7`c41beb98     postgres!PostmasterMain(
000000bc`051ff8e0 00007ff7`c47b5f29     postgres!main(
000000bc`051ff920 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000bc`051ff970 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000bc`051ff9e0 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000bc`05dff668 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
000000bc`05dff670 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
000000bc`05dff6e0 00007ff9`cc584cb0     postgres!pg_signal_thread(
000000bc`05dff7e0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000bc`05dff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bc`061ff7d8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bc`061ff7e0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000bc`061ffad0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000bc`061ffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002e`96dffa78 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002e`96dffa80 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000002e`96dffd70 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000002e`96dffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002e`971ff6f8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002e`971ff700 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000002e`971ff9f0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000002e`971ffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002e`961ff1f0 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000002e`961ff230 00007ff7`c43097bc     postgres!ExceptionalCondition(
0000002e`961ff270 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000002e`961ff2c0 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000002e`961ff310 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000002e`961ffc30 00007ff7`c41beb98     postgres!PostmasterMain(
0000002e`961ffdc0 00007ff7`c47b5f29     postgres!main(
0000002e`961ffe00 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000002e`961ffe50 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000002e`961ffec0 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000002e`965ff948 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002e`965ff950 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000002e`965ffc40 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000002e`965ffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002e`969ffcf8 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
0000002e`969ffd00 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
0000002e`969ffd70 00007ff9`cc584cb0     postgres!pg_signal_thread(
0000002e`969ffe70 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000002e`969ffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000af`61dffbe8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000af`61dffbf0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000af`61dffee0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000af`61dfff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000af`621ff698 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
000000af`621ff6a0 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
000000af`621ff710 00007ff9`cc584cb0     postgres!pg_signal_thread(
000000af`621ff810 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000af`621ff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000af`625ffc38 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000af`625ffc40 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000af`625fff30 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000af`625fff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000af`611febf0 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000af`611fec30 00007ff7`c43097bc     postgres!ExceptionalCondition(
000000af`611fec70 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000af`611fecc0 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000af`611fed10 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000af`611ff630 00007ff7`c41beb98     postgres!PostmasterMain(
000000af`611ff7c0 00007ff7`c47b5f29     postgres!main(
000000af`611ff800 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000af`611ff850 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000af`611ff8c0 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000af`615ff6b8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000af`615ff6c0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000af`615ff9b0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000af`615ff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000af`619ff818 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000af`619ff820 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000af`619ffb10 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000af`619ffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000017`ef3ff788 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000017`ef3ff790 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000017`ef3ffa80 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000017`ef3ffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000017`ef7ff6f8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000017`ef7ff700 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000017`ef7ff9f0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000017`ef7ffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000017`ee7ff030 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000017`ee7ff070 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000017`ee7ff0b0 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000017`ee7ff100 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000017`ee7ff150 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000017`ee7ffa70 00007ff7`c41beb98     postgres!PostmasterMain(
00000017`ee7ffc00 00007ff7`c47b5f29     postgres!main(
00000017`ee7ffc40 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000017`ee7ffc90 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000017`ee7ffd00 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000017`eebff948 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000017`eebff950 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000017`eebffc40 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000017`eebffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000017`eefffb08 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000017`eefffb10 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000017`eefffb80 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000017`eefffc80 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000017`eefffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ef`d93ff6b8 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
000000ef`d93ff6c0 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
000000ef`d93ff730 00007ff9`cc584cb0     postgres!pg_signal_thread(
000000ef`d93ff830 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000ef`d93ff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ef`d97ffaa8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ef`d97ffab0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000ef`d97ffda0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000ef`d97ffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ef`d87fecd0 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ef`d87fed10 00007ff7`c43097bc     postgres!ExceptionalCondition(
000000ef`d87fed50 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ef`d87feda0 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000ef`d87fedf0 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ef`d87ff710 00007ff7`c41beb98     postgres!PostmasterMain(
000000ef`d87ff8a0 00007ff7`c47b5f29     postgres!main(
000000ef`d87ff8e0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ef`d87ff930 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ef`d87ff9a0 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ef`d8bff6a8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ef`d8bff6b0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000ef`d8bff9a0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000ef`d8bff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ef`d8fff4f8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ef`d8fff500 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000ef`d8fff7f0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000ef`d8fff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000009`e0ffed60 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000009`e0ffeda0 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000009`e0ffede0 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000009`e0ffee30 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000009`e0ffee80 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000009`e0fff7a0 00007ff7`c41beb98     postgres!PostmasterMain(
00000009`e0fff930 00007ff7`c47b5f29     postgres!main(
00000009`e0fff970 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000009`e0fff9c0 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000009`e0fffa30 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000009`e1bff978 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000009`e1bff980 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000009`e1bff9f0 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000009`e1bffaf0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000009`e1bffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000009`e1fff8f8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000009`e1fff900 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000009`e1fffbf0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000009`e1fffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005f`b97fea90 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000005f`b97fead0 00007ff7`c43097bc     postgres!ExceptionalCondition(
0000005f`b97feb10 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000005f`b97feb60 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000005f`b97febb0 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000005f`b97ff4d0 00007ff7`c41beb98     postgres!PostmasterMain(
0000005f`b97ff660 00007ff7`c47b5f29     postgres!main(
0000005f`b97ff6a0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000005f`b97ff6f0 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000005f`b97ff760 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000005f`b9bff708 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005f`b9bff710 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000005f`b9bffa00 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000005f`b9bffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005f`b9fffaa8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005f`b9fffab0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000005f`b9fffda0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000005f`b9fffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005f`ba3ff5e8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005f`ba3ff5f0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000005f`ba3ff8e0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000005f`ba3ff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005f`ba7ff9e8 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
0000005f`ba7ff9f0 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
0000005f`ba7ffa60 00007ff9`cc584cb0     postgres!pg_signal_thread(
0000005f`ba7ffb60 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000005f`ba7ffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005f`babff868 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005f`babff870 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000005f`babffb60 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000005f`babffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000096`59ffeb00 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000096`59ffeb40 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000096`59ffeb80 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000096`59ffebd0 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000096`59ffec20 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000096`59fff540 00007ff7`c41beb98     postgres!PostmasterMain(
00000096`59fff6d0 00007ff7`c47b5f29     postgres!main(
00000096`59fff710 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000096`59fff760 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000096`59fff7d0 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000096`5afff938 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000096`5afff940 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000096`5afffc30 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000096`5afffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000096`5a7ff518 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000096`5a7ff520 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000096`5a7ff810 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000096`5a7ff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000096`5a3ff878 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000096`5a3ff880 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000096`5a3ffb70 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000096`5a3ffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000096`5abffd48 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000096`5abffd50 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000096`5abffdc0 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000096`5abffec0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000096`5abffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000006`3d5ffa98 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000006`3d5ffaa0 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000006`3d5ffb10 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000006`3d5ffc10 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000006`3d5ffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000006`3d9ffbf8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000006`3d9ffc00 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000006`3d9ffef0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000006`3d9fff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000006`3c9fedf0 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000006`3c9fee30 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000006`3c9fee70 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000006`3c9feec0 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000006`3c9fef10 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000006`3c9ff830 00007ff7`c41beb98     postgres!PostmasterMain(
00000006`3c9ff9c0 00007ff7`c47b5f29     postgres!main(
00000006`3c9ffa00 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000006`3c9ffa50 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000006`3c9ffac0 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000006`3cdff678 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000006`3cdff680 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000006`3cdff970 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000006`3cdff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000006`3d1ffab8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000006`3d1ffac0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000006`3d1ffdb0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000006`3d1ffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000043`121ff9c8 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000043`121ff9d0 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000043`121ffa40 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000043`121ffb40 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000043`121ffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000043`125ff5c8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000043`125ff5d0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000043`125ff8c0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000043`125ff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000043`129ff6d8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000043`129ff6e0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000043`129ff9d0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000043`129ffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000043`119fefd0 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000043`119ff010 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000043`119ff050 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000043`119ff0a0 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000043`119ff0f0 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000043`119ffa10 00007ff7`c41beb98     postgres!PostmasterMain(
00000043`119ffba0 00007ff7`c47b5f29     postgres!main(
00000043`119ffbe0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000043`119ffc30 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000043`119ffca0 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000043`11dffb28 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000043`11dffb30 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000043`11dffe20 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000043`11dffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f7`b11ffbf8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f7`b11ffc00 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000f7`b11ffef0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000f7`b11fff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f7`b0dfefd0 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f7`b0dff010 00007ff7`c43097bc     postgres!ExceptionalCondition(
000000f7`b0dff050 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f7`b0dff0a0 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000f7`b0dff0f0 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f7`b0dffa10 00007ff7`c41beb98     postgres!PostmasterMain(
000000f7`b0dffba0 00007ff7`c47b5f29     postgres!main(
000000f7`b0dffbe0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f7`b0dffc30 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f7`b0dffca0 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f7`b15ff998 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f7`b15ff9a0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000f7`b15ffc90 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000f7`b15ffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f7`b19ffa48 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
000000f7`b19ffa50 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
000000f7`b19ffac0 00007ff9`cc584cb0     postgres!pg_signal_thread(
000000f7`b19ffbc0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000f7`b19ffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f7`b1dff498 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f7`b1dff4a0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000f7`b1dff790 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000f7`b1dff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000059`6c5ff798 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000059`6c5ff7a0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000059`6c5ffa90 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000059`6c5ffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000059`6c1ff768 00007ff7`c43026b7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000059`6c1ff770 00007ff7`c41beb04     postgres!SubPostmasterMain(
00000059`6c1ff7e0 00007ff7`c47b5f29     postgres!main(
00000059`6c1ff820 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000059`6c1ff870 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000059`6c1ff8e0 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000059`6c1ff910 00007ff9`cc584cb0     postgres!mainCRTStartup(
00000059`6c1ff940 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000059`6c1ff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000059`6c9ff9a8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000059`6c9ff9b0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000059`6c9ffca0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000059`6c9ffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c2`dbdff448 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c2`dbdff450 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000c2`dbdff740 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000c2`dbdff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c2`dc9ffa98 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c2`dc9ffaa0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000c2`dc9ffd90 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000c2`dc9ffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c2`dc5ff448 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c2`dc5ff450 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000c2`dc5ff740 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000c2`dc5ff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c2`dc1ffcb8 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
000000c2`dc1ffcc0 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
000000c2`dc1ffd30 00007ff9`cc584cb0     postgres!pg_signal_thread(
000000c2`dc1ffe30 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000c2`dc1ffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c2`db9feda0 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c2`db9fede0 00007ff7`c43097bc     postgres!ExceptionalCondition(
000000c2`db9fee20 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c2`db9fee70 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000c2`db9feec0 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c2`db9ff7e0 00007ff7`c41beb98     postgres!PostmasterMain(
000000c2`db9ff970 00007ff7`c47b5f29     postgres!main(
000000c2`db9ff9b0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c2`db9ffa00 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c2`db9ffa70 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000045`ce9ff9a8 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000045`ce9ff9b0 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000045`ce9ffa20 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000045`ce9ffb20 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000045`ce9ffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000045`cddfea40 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000045`cddfea80 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000045`cddfeac0 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000045`cddfeb10 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000045`cddfeb60 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000045`cddff480 00007ff7`c41beb98     postgres!PostmasterMain(
00000045`cddff610 00007ff7`c47b5f29     postgres!main(
00000045`cddff650 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000045`cddff6a0 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000045`cddff710 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000045`ce1ffa98 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000045`ce1ffaa0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000045`ce1ffd90 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000045`ce1ffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000045`ce5ff818 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000045`ce5ff820 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000045`ce5ffb10 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000045`ce5ffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000045`cedff8e8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000045`cedff8f0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000045`cedffbe0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000045`cedffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000063`693ff578 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000063`693ff580 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000063`693ff870 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000063`693ff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000063`67fff170 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000063`67fff1b0 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000063`67fff1f0 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000063`67fff240 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000063`67fff290 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000063`67fffbb0 00007ff7`c41beb98     postgres!PostmasterMain(
00000063`67fffd40 00007ff7`c47b5f29     postgres!main(
00000063`67fffd80 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000063`67fffdd0 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000063`67fffe40 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000063`683ff498 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000063`683ff4a0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000063`683ff790 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000063`683ff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000063`68bff538 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000063`68bff540 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000063`68bff830 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000063`68bff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000063`68fffc98 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000063`68fffca0 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000063`68fffd10 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000063`68fffe10 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000063`68fffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000063`687ff678 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000063`687ff680 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000063`687ff970 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000063`687ff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d4`42bff698 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d4`42bff6a0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000d4`42bff990 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000d4`42bff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d4`41bfea80 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d4`41bfeac0 00007ff7`c43097bc     postgres!ExceptionalCondition(
000000d4`41bfeb00 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000d4`41bfeb50 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000d4`41bfeba0 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000d4`41bff4c0 00007ff7`c41beb98     postgres!PostmasterMain(
000000d4`41bff650 00007ff7`c47b5f29     postgres!main(
000000d4`41bff690 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d4`41bff6e0 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d4`41bff750 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000d4`41fff758 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d4`41fff760 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000d4`41fffa50 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000d4`41fffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d4`423ff458 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d4`423ff460 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000d4`423ff750 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000d4`423ff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d4`427ffc08 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
000000d4`427ffc10 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
000000d4`427ffc80 00007ff9`cc584cb0     postgres!pg_signal_thread(
000000d4`427ffd80 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000d4`427ffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009a`3dbffa48 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009a`3dbffa50 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000009a`3dbffd40 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000009a`3dbffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009a`3cbfed60 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000009a`3cbfeda0 00007ff7`c43097bc     postgres!ExceptionalCondition(
0000009a`3cbfede0 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000009a`3cbfee30 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000009a`3cbfee80 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000009a`3cbff7a0 00007ff7`c41beb98     postgres!PostmasterMain(
0000009a`3cbff930 00007ff7`c47b5f29     postgres!main(
0000009a`3cbff970 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000009a`3cbff9c0 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000009a`3cbffa30 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000009a`3cfffae8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009a`3cfffaf0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000009a`3cfffde0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000009a`3cfffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009a`3d3ffbd8 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
0000009a`3d3ffbe0 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
0000009a`3d3ffc50 00007ff9`cc584cb0     postgres!pg_signal_thread(
0000009a`3d3ffd50 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000009a`3d3ffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009a`3d7ffa58 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009a`3d7ffa60 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000009a`3d7ffd50 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000009a`3d7ffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000073`50dff7c8 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000073`50dff7d0 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000073`50dff840 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000073`50dff940 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000073`50dff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000073`501ff020 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000073`501ff060 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000073`501ff0a0 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000073`501ff0f0 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000073`501ff140 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000073`501ffa60 00007ff7`c41beb98     postgres!PostmasterMain(
00000073`501ffbf0 00007ff7`c47b5f29     postgres!main(
00000073`501ffc30 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000073`501ffc80 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000073`501ffcf0 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000073`505ff798 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000073`505ff7a0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000073`505ffa90 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000073`505ffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000073`509ff7b8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000073`509ff7c0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000073`509ffab0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000073`509ffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000073`511ffa08 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000073`511ffa10 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000073`511ffd00 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000073`511ffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000069`029ff958 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000069`029ff960 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000069`029ff9d0 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000069`029ffad0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000069`029ffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000069`025ff798 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000069`025ff7a0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000069`025ffa90 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000069`025ffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000069`021ff8b8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000069`021ff8c0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000069`021ffbb0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000069`021ffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000069`01dfef90 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000069`01dfefd0 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000069`01dff010 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000069`01dff060 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000069`01dff0b0 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000069`01dff9d0 00007ff7`c41beb98     postgres!PostmasterMain(
00000069`01dffb60 00007ff7`c47b5f29     postgres!main(
00000069`01dffba0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000069`01dffbf0 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000069`01dffc60 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000069`02dff458 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000069`02dff460 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000069`02dff750 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000069`02dff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000079`e3bff948 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000079`e3bff950 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000079`e3bffc40 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000079`e3bffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000079`e37ffc28 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000079`e37ffc30 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000079`e37fff20 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000079`e37fff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000079`e47ff748 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000079`e47ff750 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000079`e47ffa40 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000079`e47ffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000079`e43ffa88 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000079`e43ffa90 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000079`e43ffb00 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000079`e43ffc00 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000079`e43ffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000079`e3fff568 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000079`e3fff570 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000079`e3fff860 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000079`e3fff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000079`e33ff0d0 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000079`e33ff110 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000079`e33ff150 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000079`e33ff1a0 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000079`e33ff1f0 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000079`e33ffb10 00007ff7`c41beb98     postgres!PostmasterMain(
00000079`e33ffca0 00007ff7`c47b5f29     postgres!main(
00000079`e33ffce0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000079`e33ffd30 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000079`e33ffda0 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ad`b13ff748 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
000000ad`b13ff750 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
000000ad`b13ff7c0 00007ff9`cc584cb0     postgres!pg_signal_thread(
000000ad`b13ff8c0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000ad`b13ff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ad`b07ff1a0 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ad`b07ff1e0 00007ff7`c43097bc     postgres!ExceptionalCondition(
000000ad`b07ff220 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ad`b07ff270 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000ad`b07ff2c0 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ad`b07ffbe0 00007ff7`c41beb98     postgres!PostmasterMain(
000000ad`b07ffd70 00007ff7`c47b5f29     postgres!main(
000000ad`b07ffdb0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ad`b07ffe00 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ad`b07ffe70 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ad`b17ff7f8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ad`b17ff800 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000ad`b17ffaf0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000ad`b17ffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000069`429ff4d8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000069`429ff4e0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000069`429ff7d0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000069`429ff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000069`425ffb28 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000069`425ffb30 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000069`425ffe20 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000069`425ffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000069`421fed90 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000069`421fedd0 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000069`421fee10 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000069`421fee60 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000069`421feeb0 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000069`421ff7d0 00007ff7`c41beb98     postgres!PostmasterMain(
00000069`421ff960 00007ff7`c47b5f29     postgres!main(
00000069`421ff9a0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000069`421ff9f0 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000069`421ffa60 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000069`431ff848 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000069`431ff850 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000069`431ffb40 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000069`431ffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000069`42dff7d8 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000069`42dff7e0 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000069`42dff850 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000069`42dff950 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000069`42dff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000092`e89ff708 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000092`e89ff710 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000092`e89ffa00 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000092`e89ffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000092`e81ff5b8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000092`e81ff5c0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000092`e81ff8b0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000092`e81ff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000092`e7dfed50 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000092`e7dfed90 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000092`e7dfedd0 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000092`e7dfee20 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000092`e7dfee70 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000092`e7dff790 00007ff7`c41beb98     postgres!PostmasterMain(
00000092`e7dff920 00007ff7`c47b5f29     postgres!main(
00000092`e7dff960 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000092`e7dff9b0 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000092`e7dffa20 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000092`e8dff9f8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000092`e8dffa00 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000092`e8dffcf0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000092`e8dffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000092`e85ffa28 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000092`e85ffa30 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000092`e85ffaa0 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000092`e85ffba0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000092`e85ffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ac`fabff778 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ac`fabff780 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000ac`fabffa70 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000ac`fabffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ac`fa3feba0 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ac`fa3febe0 00007ff7`c43097bc     postgres!ExceptionalCondition(
000000ac`fa3fec20 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ac`fa3fec70 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000ac`fa3fecc0 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ac`fa3ff5e0 00007ff7`c41beb98     postgres!PostmasterMain(
000000ac`fa3ff770 00007ff7`c47b5f29     postgres!main(
000000ac`fa3ff7b0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ac`fa3ff800 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ac`fa3ff870 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ac`fa7ff7c8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ac`fa7ff7d0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000ac`fa7ffac0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000ac`fa7ffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ac`fafff8d8 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
000000ac`fafff8e0 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
000000ac`fafff950 00007ff9`cc584cb0     postgres!pg_signal_thread(
000000ac`fafffa50 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000ac`fafffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ac`fb3ff4e8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ac`fb3ff4f0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000ac`fb3ff7e0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000ac`fb3ff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000032`f51ff5d8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000032`f51ff5e0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000032`f51ff8d0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000032`f51ff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000032`f4dff9c8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000032`f4dff9d0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000032`f4dffcc0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000032`f4dffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000032`f49fed20 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000032`f49fed60 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000032`f49feda0 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000032`f49fedf0 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000032`f49fee40 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000032`f49ff760 00007ff7`c41beb98     postgres!PostmasterMain(
00000032`f49ff8f0 00007ff7`c47b5f29     postgres!main(
00000032`f49ff930 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000032`f49ff980 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000032`f49ff9f0 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000032`f59ff488 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000032`f59ff490 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000032`f59ff780 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000032`f59ff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000032`f55ffd18 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000032`f55ffd20 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000032`f55ffd90 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000032`f55ffe90 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000032`f55ffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008d`3bdff768 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
0000008d`3bdff770 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
0000008d`3bdff7e0 00007ff9`cc584cb0     postgres!pg_signal_thread(
0000008d`3bdff8e0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000008d`3bdff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008d`3b9ff4a8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008d`3b9ff4b0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000008d`3b9ff7a0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000008d`3b9ff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008d`3c1ffa08 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008d`3c1ffa10 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000008d`3c1ffd00 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000008d`3c1ffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008d`3b1ff6b8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008d`3b1ff6c0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000008d`3b1ff9b0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000008d`3b1ff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008d`3adfeb10 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000008d`3adfeb50 00007ff7`c43097bc     postgres!ExceptionalCondition(
0000008d`3adfeb90 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000008d`3adfebe0 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000008d`3adfec30 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000008d`3adff550 00007ff7`c41beb98     postgres!PostmasterMain(
0000008d`3adff6e0 00007ff7`c47b5f29     postgres!main(
0000008d`3adff720 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000008d`3adff770 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000008d`3adff7e0 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000008d`3b5ff7c8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008d`3b5ff7d0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000008d`3b5ffac0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000008d`3b5ffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e3`165ff6b8 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
000000e3`165ff6c0 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
000000e3`165ff730 00007ff9`cc584cb0     postgres!pg_signal_thread(
000000e3`165ff830 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000e3`165ff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e3`161ff488 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e3`161ff490 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000e3`161ff780 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000e3`161ff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e3`15dff8e8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e3`15dff8f0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000e3`15dffbe0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000e3`15dffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e3`159fea60 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e3`159feaa0 00007ff7`c43097bc     postgres!ExceptionalCondition(
000000e3`159feae0 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000e3`159feb30 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000e3`159feb80 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000e3`159ff4a0 00007ff7`c41beb98     postgres!PostmasterMain(
000000e3`159ff630 00007ff7`c47b5f29     postgres!main(
000000e3`159ff670 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e3`159ff6c0 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e3`159ff730 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000e3`169ffa28 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e3`169ffa30 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000e3`169ffd20 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000e3`169ffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000090`a0bff918 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000090`a0bff920 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000090`a0bffc10 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000090`a0bffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000090`a07feb30 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000090`a07feb70 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000090`a07febb0 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000090`a07fec00 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000090`a07fec50 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000090`a07ff570 00007ff7`c41beb98     postgres!PostmasterMain(
00000090`a07ff700 00007ff7`c47b5f29     postgres!main(
00000090`a07ff740 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000090`a07ff790 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000090`a07ff800 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000090`a17ffb88 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000090`a17ffb90 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000090`a17ffe80 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000090`a17ffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000090`a13ff5e8 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000090`a13ff5f0 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000090`a13ff660 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000090`a13ff760 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000090`a13ff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000090`a0fff788 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000090`a0fff790 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000090`a0fffa80 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000090`a0fffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f7`7ebff8b8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f7`7ebff8c0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000f7`7ebffbb0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000f7`7ebffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f7`7e3fec30 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f7`7e3fec70 00007ff7`c43097bc     postgres!ExceptionalCondition(
000000f7`7e3fecb0 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f7`7e3fed00 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000f7`7e3fed50 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f7`7e3ff670 00007ff7`c41beb98     postgres!PostmasterMain(
000000f7`7e3ff800 00007ff7`c47b5f29     postgres!main(
000000f7`7e3ff840 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f7`7e3ff890 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f7`7e3ff900 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f7`7f3ffc28 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f7`7f3ffc30 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000f7`7f3fff20 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000f7`7f3fff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f7`7efffcd8 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
000000f7`7efffce0 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
000000f7`7efffd50 00007ff9`cc584cb0     postgres!pg_signal_thread(
000000f7`7efffe50 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000f7`7efffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f7`7e7ffb18 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f7`7e7ffb20 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000f7`7e7ffe10 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000f7`7e7ffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000070`c5dff9a8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000070`c5dff9b0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000070`c5dffca0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000070`c5dffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000070`c59febc0 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000070`c59fec00 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000070`c59fec40 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000070`c59fec90 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000070`c59fece0 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000070`c59ff600 00007ff7`c41beb98     postgres!PostmasterMain(
00000070`c59ff790 00007ff7`c47b5f29     postgres!main(
00000070`c59ff7d0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000070`c59ff820 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000070`c59ff890 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000070`c61ffad8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000070`c61ffae0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000070`c61ffdd0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000070`c61ffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000070`c65ff7f8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000070`c65ff800 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000070`c65ffaf0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000070`c65ffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000070`c69ffcb8 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000070`c69ffcc0 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000070`c69ffd30 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000070`c69ffe30 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000070`c69ffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000070`c6dff5d8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000070`c6dff5e0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000070`c6dff8d0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000070`c6dff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009d`f55ffaa8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009d`f55ffab0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000009d`f55ffda0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000009d`f55ffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009d`f45ff120 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000009d`f45ff160 00007ff7`c43097bc     postgres!ExceptionalCondition(
0000009d`f45ff1a0 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000009d`f45ff1f0 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000009d`f45ff240 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000009d`f45ffb60 00007ff7`c41beb98     postgres!PostmasterMain(
0000009d`f45ffcf0 00007ff7`c47b5f29     postgres!main(
0000009d`f45ffd30 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000009d`f45ffd80 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000009d`f45ffdf0 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000009d`f49ffbb8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009d`f49ffbc0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000009d`f49ffeb0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000009d`f49ffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009d`f4dff668 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
0000009d`f4dff670 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
0000009d`f4dff6e0 00007ff9`cc584cb0     postgres!pg_signal_thread(
0000009d`f4dff7e0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000009d`f4dff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009d`f51ff598 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009d`f51ff5a0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000009d`f51ff890 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000009d`f51ff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d1`e93ff060 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d1`e93ff0a0 00007ff7`c43097bc     postgres!ExceptionalCondition(
000000d1`e93ff0e0 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000d1`e93ff130 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000d1`e93ff180 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000d1`e93ffaa0 00007ff7`c41beb98     postgres!PostmasterMain(
000000d1`e93ffc30 00007ff7`c47b5f29     postgres!main(
000000d1`e93ffc70 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d1`e93ffcc0 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d1`e93ffd30 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000d1`ea3ffc38 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d1`ea3ffc40 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000d1`ea3fff30 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000d1`ea3fff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d1`e9fff7b8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d1`e9fff7c0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000d1`e9fffab0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000d1`e9fffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d1`e9bff698 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
000000d1`e9bff6a0 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
000000d1`e9bff710 00007ff9`cc584cb0     postgres!pg_signal_thread(
000000d1`e9bff810 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000d1`e9bff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d1`e97ffb78 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d1`e97ffb80 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000d1`e97ffe70 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000d1`e97ffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000007`0fbfeb70 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000007`0fbfebb0 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000007`0fbfebf0 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000007`0fbfec40 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000007`0fbfec90 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000007`0fbff5b0 00007ff7`c41beb98     postgres!PostmasterMain(
00000007`0fbff740 00007ff7`c47b5f29     postgres!main(
00000007`0fbff780 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000007`0fbff7d0 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000007`0fbff840 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000007`103ff6b8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000007`103ff6c0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000007`103ff9b0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000007`103ff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000007`0ffff858 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000007`0ffff860 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000007`0ffffb50 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000007`0ffffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000007`10bffa68 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000007`10bffa70 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000007`10bffd60 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000007`10bffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000007`107ffaa8 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000007`107ffab0 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000007`107ffb20 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000007`107ffc20 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000007`107ffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000006`6cfff548 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000006`6cfff550 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000006`6cfff840 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000006`6cfff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000006`6dbff568 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000006`6dbff570 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000006`6dbff860 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000006`6dbff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000006`6d7ff888 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000006`6d7ff890 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000006`6d7ff900 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000006`6d7ffa00 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000006`6d7ffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000006`6d3ff588 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000006`6d3ff590 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000006`6d3ff880 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000006`6d3ff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000006`6cbfeb60 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000006`6cbfeba0 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000006`6cbfebe0 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000006`6cbfec30 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000006`6cbfec80 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000006`6cbff5a0 00007ff7`c41beb98     postgres!PostmasterMain(
00000006`6cbff730 00007ff7`c47b5f29     postgres!main(
00000006`6cbff770 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000006`6cbff7c0 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000006`6cbff830 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000003b`299ff838 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003b`299ff840 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000003b`299ffb30 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000003b`299ffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003b`28dfea80 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000003b`28dfeac0 00007ff7`c43097bc     postgres!ExceptionalCondition(
0000003b`28dfeb00 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000003b`28dfeb50 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000003b`28dfeba0 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000003b`28dff4c0 00007ff7`c41beb98     postgres!PostmasterMain(
0000003b`28dff650 00007ff7`c47b5f29     postgres!main(
0000003b`28dff690 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000003b`28dff6e0 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000003b`28dff750 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000003b`291ffa08 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003b`291ffa10 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000003b`291ffd00 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000003b`291ffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003b`295ffca8 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
0000003b`295ffcb0 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
0000003b`295ffd20 00007ff9`cc584cb0     postgres!pg_signal_thread(
0000003b`295ffe20 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000003b`295ffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003b`29dff788 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003b`29dff790 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000003b`29dffa80 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000003b`29dffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000073`ef3fee00 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000073`ef3fee40 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000073`ef3fee80 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000073`ef3feed0 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000073`ef3fef20 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000073`ef3ff840 00007ff7`c41beb98     postgres!PostmasterMain(
00000073`ef3ff9d0 00007ff7`c47b5f29     postgres!main(
00000073`ef3ffa10 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000073`ef3ffa60 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000073`ef3ffad0 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000073`effff618 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000073`effff620 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000073`effff690 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000073`effff790 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000073`effff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000073`f03ffb18 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000073`f03ffb20 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000073`f03ffe10 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000073`f03ffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000073`efbffaa8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000073`efbffab0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000073`efbffda0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000073`efbffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000073`ef7ff6f8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000073`ef7ff700 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000073`ef7ff9f0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000073`ef7ffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000038`d2fff528 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000038`d2fff530 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000038`d2fff820 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000038`d2fff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000038`d1fff1c0 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000038`d1fff200 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000038`d1fff240 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000038`d1fff290 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000038`d1fff2e0 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000038`d1fffc00 00007ff7`c41beb98     postgres!PostmasterMain(
00000038`d1fffd90 00007ff7`c47b5f29     postgres!main(
00000038`d1fffdd0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000038`d1fffe20 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000038`d1fffe90 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000038`d23ffa28 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000038`d23ffa30 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000038`d23ffd20 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000038`d23ffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000038`d27ff638 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000038`d27ff640 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000038`d27ff6b0 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000038`d27ff7b0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000038`d27ff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000038`d2bffc08 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000038`d2bffc10 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000038`d2bfff00 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000038`d2bfff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006d`87dfeb50 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000006d`87dfeb90 00007ff7`c43097bc     postgres!ExceptionalCondition(
0000006d`87dfebd0 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000006d`87dfec20 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000006d`87dfec70 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000006d`87dff590 00007ff7`c41beb98     postgres!PostmasterMain(
0000006d`87dff720 00007ff7`c47b5f29     postgres!main(
0000006d`87dff760 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000006d`87dff7b0 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000006d`87dff820 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000006d`88dff768 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006d`88dff770 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000006d`88dffa60 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000006d`88dffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006d`889ff838 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006d`889ff840 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000006d`889ffb30 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000006d`889ffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006d`885ff9c8 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
0000006d`885ff9d0 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
0000006d`885ffa40 00007ff9`cc584cb0     postgres!pg_signal_thread(
0000006d`885ffb40 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000006d`885ffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006d`881ffb58 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006d`881ffb60 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000006d`881ffe50 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000006d`881ffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000da`dfbff588 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000da`dfbff590 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000da`dfbff880 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000da`dfbff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000da`deffebb0 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000da`deffebf0 00007ff7`c43097bc     postgres!ExceptionalCondition(
000000da`deffec30 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000da`deffec80 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000da`deffecd0 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000da`defff5f0 00007ff7`c41beb98     postgres!PostmasterMain(
000000da`defff780 00007ff7`c47b5f29     postgres!main(
000000da`defff7c0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000da`defff810 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000da`defff880 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000da`df3ff668 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000da`df3ff670 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000da`df3ff960 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000da`df3ff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000da`df7ffd08 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
000000da`df7ffd10 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
000000da`df7ffd80 00007ff9`cc584cb0     postgres!pg_signal_thread(
000000da`df7ffe80 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000da`df7ffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000da`dffff528 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000da`dffff530 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000da`dffff820 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000da`dffff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f2`7b9ffa58 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f2`7b9ffa60 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000f2`7b9ffd50 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000f2`7b9ffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f2`7b5feef0 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f2`7b5fef30 00007ff7`c43097bc     postgres!ExceptionalCondition(
000000f2`7b5fef70 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f2`7b5fefc0 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000f2`7b5ff010 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f2`7b5ff930 00007ff7`c41beb98     postgres!PostmasterMain(
000000f2`7b5ffac0 00007ff7`c47b5f29     postgres!main(
000000f2`7b5ffb00 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f2`7b5ffb50 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f2`7b5ffbc0 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f2`7bdff9b8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f2`7bdff9c0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000f2`7bdffcb0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000f2`7bdffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f2`7c1ffba8 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
000000f2`7c1ffbb0 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
000000f2`7c1ffc20 00007ff9`cc584cb0     postgres!pg_signal_thread(
000000f2`7c1ffd20 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000f2`7c1ffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f2`7c5ff528 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f2`7c5ff530 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000f2`7c5ff820 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000f2`7c5ff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001b`a59ff808 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001b`a59ff810 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000001b`a59ffb00 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000001b`a59ffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001b`a55ff868 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001b`a55ff870 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000001b`a55ffb60 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000001b`a55ffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001b`a51ffcb8 00007ff7`c43026b7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
0000001b`a51ffcc0 00007ff7`c41beb04     postgres!SubPostmasterMain(
0000001b`a51ffd30 00007ff7`c47b5f29     postgres!main(
0000001b`a51ffd70 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000001b`a51ffdc0 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000001b`a51ffe30 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
0000001b`a51ffe60 00007ff9`cc584cb0     postgres!mainCRTStartup(
0000001b`a51ffe90 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000001b`a51ffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000088`3f7ff748 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000088`3f7ff750 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000088`3f7ff7c0 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000088`3f7ff8c0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000088`3f7ff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000088`3ebfefd0 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000088`3ebff010 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000088`3ebff050 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000088`3ebff0a0 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000088`3ebff0f0 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000088`3ebffa10 00007ff7`c41beb98     postgres!PostmasterMain(
00000088`3ebffba0 00007ff7`c47b5f29     postgres!main(
00000088`3ebffbe0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000088`3ebffc30 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000088`3ebffca0 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000088`3efff7c8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000088`3efff7d0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000088`3efffac0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000088`3efffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000088`3f3ff4e8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000088`3f3ff4f0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000088`3f3ff7e0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000088`3f3ff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000088`3fbff8a8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000088`3fbff8b0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000088`3fbffba0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000088`3fbffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000e`5e1ffbe8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000e`5e1ffbf0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000000e`5e1ffee0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000000e`5e1fff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000e`5e5ff8d8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000e`5e5ff8e0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000000e`5e5ffbd0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000000e`5e5ffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000e`5ddff618 00007ff7`c43026b7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
0000000e`5ddff620 00007ff7`c41beb04     postgres!SubPostmasterMain(
0000000e`5ddff690 00007ff7`c47b5f29     postgres!main(
0000000e`5ddff6d0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000000e`5ddff720 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000000e`5ddff790 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
0000000e`5ddff7c0 00007ff9`cc584cb0     postgres!mainCRTStartup(
0000000e`5ddff7f0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000000e`5ddff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000088`56fff928 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000088`56fff930 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000088`56fffc20 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000088`56fffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000088`567ff608 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000088`567ff610 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000088`567ff680 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000088`567ff780 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000088`567ff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000088`563ff638 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000088`563ff640 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000088`563ff930 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000088`563ff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000088`55ffeae0 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000088`55ffeb20 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000088`55ffeb60 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000088`55ffebb0 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000088`55ffec00 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000088`55fff520 00007ff7`c41beb98     postgres!PostmasterMain(
00000088`55fff6b0 00007ff7`c47b5f29     postgres!main(
00000088`55fff6f0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000088`55fff740 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000088`55fff7b0 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000088`56bff998 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000088`56bff9a0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000088`56bffc90 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000088`56bffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000056`28fff848 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000056`28fff850 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000056`28fffb40 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000056`28fffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000056`283ff8f8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000056`283ff900 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000056`283ffbf0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000056`283ffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000056`27ffea80 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000056`27ffeac0 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000056`27ffeb00 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000056`27ffeb50 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000056`27ffeba0 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000056`27fff4c0 00007ff7`c41beb98     postgres!PostmasterMain(
00000056`27fff650 00007ff7`c47b5f29     postgres!main(
00000056`27fff690 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000056`27fff6e0 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000056`27fff750 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000056`28bff4d8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000056`28bff4e0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000056`28bff7d0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000056`28bff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000056`287ff998 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000056`287ff9a0 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000056`287ffa10 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000056`287ffb10 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000056`287ffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000047`c73ff508 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000047`c73ff510 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000047`c73ff800 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000047`c73ff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000047`c63ff628 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000047`c63ff630 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000047`c63ff920 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000047`c63ff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000047`c5fff0a0 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000047`c5fff0e0 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000047`c5fff120 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000047`c5fff170 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000047`c5fff1c0 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000047`c5fffae0 00007ff7`c41beb98     postgres!PostmasterMain(
00000047`c5fffc70 00007ff7`c47b5f29     postgres!main(
00000047`c5fffcb0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000047`c5fffd00 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000047`c5fffd70 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000047`c67ffb38 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000047`c67ffb40 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000047`c67ffe30 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000047`c67ffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000047`c6bff698 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000047`c6bff6a0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000047`c6bff990 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000047`c6bff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000047`c6fff608 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000047`c6fff610 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000047`c6fff680 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000047`c6fff780 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000047`c6fff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000034`c79fee90 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000034`c79feed0 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000034`c79fef10 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000034`c79fef60 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000034`c79fefb0 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000034`c79ff8d0 00007ff7`c41beb98     postgres!PostmasterMain(
00000034`c79ffa60 00007ff7`c47b5f29     postgres!main(
00000034`c79ffaa0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000034`c79ffaf0 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000034`c79ffb60 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000034`c89ff718 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000034`c89ff720 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000034`c89ffa10 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000034`c89ffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000034`c85ffa88 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000034`c85ffa90 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000034`c85ffd80 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000034`c85ffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000034`c81ffd08 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000034`c81ffd10 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000034`c81ffd80 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000034`c81ffe80 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000034`c81ffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000034`c7dff4e8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000034`c7dff4f0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000034`c7dff7e0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000034`c7dff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000af`de3ff908 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000af`de3ff910 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000af`de3ffc00 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000af`de3ffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000af`ddfff7d8 00007ff7`c43026b7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000af`ddfff7e0 00007ff7`c41beb04     postgres!SubPostmasterMain(
000000af`ddfff850 00007ff7`c47b5f29     postgres!main(
000000af`ddfff890 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000af`ddfff8e0 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000af`ddfff950 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000af`ddfff980 00007ff9`cc584cb0     postgres!mainCRTStartup(
000000af`ddfff9b0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000af`ddfff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000af`de7ffb68 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000af`de7ffb70 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000af`de7ffe60 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000af`de7ffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f2`295ff678 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f2`295ff680 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000f2`295ff970 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000f2`295ff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f2`299ff978 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
000000f2`299ff980 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
000000f2`299ff9f0 00007ff9`cc584cb0     postgres!pg_signal_thread(
000000f2`299ffaf0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000f2`299ffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f2`29dffb08 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f2`29dffb10 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000f2`29dffe00 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000f2`29dffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f2`28dfed60 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f2`28dfeda0 00007ff7`c43097bc     postgres!ExceptionalCondition(
000000f2`28dfede0 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f2`28dfee30 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000f2`28dfee80 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f2`28dff7a0 00007ff7`c41beb98     postgres!PostmasterMain(
000000f2`28dff930 00007ff7`c47b5f29     postgres!main(
000000f2`28dff970 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f2`28dff9c0 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f2`28dffa30 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f2`291ff8d8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f2`291ff8e0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000f2`291ffbd0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000f2`291ffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002e`029ff948 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002e`029ff950 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000002e`029ffc40 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000002e`029ffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002e`01dfee20 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000002e`01dfee60 00007ff7`c43097bc     postgres!ExceptionalCondition(
0000002e`01dfeea0 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000002e`01dfeef0 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000002e`01dfef40 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000002e`01dff860 00007ff7`c41beb98     postgres!PostmasterMain(
0000002e`01dff9f0 00007ff7`c47b5f29     postgres!main(
0000002e`01dffa30 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000002e`01dffa80 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000002e`01dffaf0 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000002e`021ff4d8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002e`021ff4e0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000002e`021ff7d0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000002e`021ff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002e`025ff828 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
0000002e`025ff830 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
0000002e`025ff8a0 00007ff9`cc584cb0     postgres!pg_signal_thread(
0000002e`025ff9a0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000002e`025ff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002e`02dffb98 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002e`02dffba0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000002e`02dffe90 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000002e`02dffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009f`b97ff858 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009f`b97ff860 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000009f`b97ffb50 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000009f`b97ffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009f`b87fea50 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000009f`b87fea90 00007ff7`c43097bc     postgres!ExceptionalCondition(
0000009f`b87fead0 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000009f`b87feb20 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000009f`b87feb70 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000009f`b87ff490 00007ff7`c41beb98     postgres!PostmasterMain(
0000009f`b87ff620 00007ff7`c47b5f29     postgres!main(
0000009f`b87ff660 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000009f`b87ff6b0 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000009f`b87ff720 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000009f`b8bffb58 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009f`b8bffb60 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000009f`b8bffe50 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000009f`b8bffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009f`b8fffbd8 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
0000009f`b8fffbe0 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
0000009f`b8fffc50 00007ff9`cc584cb0     postgres!pg_signal_thread(
0000009f`b8fffd50 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000009f`b8fffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009f`b93ffa98 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009f`b93ffaa0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000009f`b93ffd90 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000009f`b93ffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c6`347ffcb8 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
000000c6`347ffcc0 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
000000c6`347ffd30 00007ff9`cc584cb0     postgres!pg_signal_thread(
000000c6`347ffe30 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000c6`347ffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c6`33bff0a0 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c6`33bff0e0 00007ff7`c43097bc     postgres!ExceptionalCondition(
000000c6`33bff120 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c6`33bff170 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000c6`33bff1c0 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c6`33bffae0 00007ff7`c41beb98     postgres!PostmasterMain(
000000c6`33bffc70 00007ff7`c47b5f29     postgres!main(
000000c6`33bffcb0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c6`33bffd00 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c6`33bffd70 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c6`33fff7b8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c6`33fff7c0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000c6`33fffab0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000c6`33fffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c6`343ffad8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c6`343ffae0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000c6`343ffdd0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000c6`343ffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c6`34bffa88 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c6`34bffa90 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000c6`34bffd80 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000c6`34bffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003c`a5bffa38 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003c`a5bffa40 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000003c`a5bffd30 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000003c`a5bffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003c`a4bfea90 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000003c`a4bfead0 00007ff7`c43097bc     postgres!ExceptionalCondition(
0000003c`a4bfeb10 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000003c`a4bfeb60 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000003c`a4bfebb0 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000003c`a4bff4d0 00007ff7`c41beb98     postgres!PostmasterMain(
0000003c`a4bff660 00007ff7`c47b5f29     postgres!main(
0000003c`a4bff6a0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000003c`a4bff6f0 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000003c`a4bff760 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000003c`a4fff488 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003c`a4fff490 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000003c`a4fff780 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000003c`a4fff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003c`a53ff6d8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003c`a53ff6e0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000003c`a53ff9d0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000003c`a53ffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003c`a57ff868 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
0000003c`a57ff870 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
0000003c`a57ff8e0 00007ff9`cc584cb0     postgres!pg_signal_thread(
0000003c`a57ff9e0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000003c`a57ffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004d`a5fff9f8 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
0000004d`a5fffa00 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
0000004d`a5fffa70 00007ff9`cc584cb0     postgres!pg_signal_thread(
0000004d`a5fffb70 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000004d`a5fffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004d`a53ff0a0 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000004d`a53ff0e0 00007ff7`c43097bc     postgres!ExceptionalCondition(
0000004d`a53ff120 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000004d`a53ff170 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000004d`a53ff1c0 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000004d`a53ffae0 00007ff7`c41beb98     postgres!PostmasterMain(
0000004d`a53ffc70 00007ff7`c47b5f29     postgres!main(
0000004d`a53ffcb0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000004d`a53ffd00 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000004d`a53ffd70 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000004d`a57ff958 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004d`a57ff960 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000004d`a57ffc50 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000004d`a57ffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004d`a5bffba8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004d`a5bffbb0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000004d`a5bffea0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000004d`a5bffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004d`a63ff4f8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004d`a63ff500 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000004d`a63ff7f0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000004d`a63ff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000af`d39ff9c8 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
000000af`d39ff9d0 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
000000af`d39ffa40 00007ff9`cc584cb0     postgres!pg_signal_thread(
000000af`d39ffb40 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000af`d39ffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000af`d3dff488 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000af`d3dff490 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000af`d3dff780 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000af`d3dff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000af`d2dfecb0 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000af`d2dfecf0 00007ff7`c43097bc     postgres!ExceptionalCondition(
000000af`d2dfed30 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000af`d2dfed80 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000af`d2dfedd0 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000af`d2dff6f0 00007ff7`c41beb98     postgres!PostmasterMain(
000000af`d2dff880 00007ff7`c47b5f29     postgres!main(
000000af`d2dff8c0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000af`d2dff910 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000af`d2dff980 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000af`d31ffae8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000af`d31ffaf0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000af`d31ffde0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000af`d31ffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000af`d35ff838 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000af`d35ff840 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000af`d35ffb30 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000af`d35ffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ae`123ff778 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ae`123ff780 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000ae`123ffa70 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000ae`123ffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ae`12fff6d8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ae`12fff6e0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000ae`12fff9d0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000ae`12fffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ae`11ffee70 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ae`11ffeeb0 00007ff7`c43097bc     postgres!ExceptionalCondition(
000000ae`11ffeef0 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ae`11ffef40 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000ae`11ffef90 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ae`11fff8b0 00007ff7`c41beb98     postgres!PostmasterMain(
000000ae`11fffa40 00007ff7`c47b5f29     postgres!main(
000000ae`11fffa80 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ae`11fffad0 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ae`11fffb40 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ae`12bff6c8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ae`12bff6d0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000ae`12bff9c0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000ae`12bff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ae`127ff898 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
000000ae`127ff8a0 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
000000ae`127ff910 00007ff9`cc584cb0     postgres!pg_signal_thread(
000000ae`127ffa10 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000ae`127ffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002e`0b3ff988 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002e`0b3ff990 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000002e`0b3ffc80 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000002e`0b3ffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002e`0bbff8a8 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
0000002e`0bbff8b0 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
0000002e`0bbff920 00007ff9`cc584cb0     postgres!pg_signal_thread(
0000002e`0bbffa20 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000002e`0bbffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002e`0bfff688 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002e`0bfff690 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000002e`0bfff980 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000002e`0bfff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002e`0afff0c0 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000002e`0afff100 00007ff7`c43097bc     postgres!ExceptionalCondition(
0000002e`0afff140 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000002e`0afff190 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000002e`0afff1e0 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000002e`0afffb00 00007ff7`c41beb98     postgres!PostmasterMain(
0000002e`0afffc90 00007ff7`c47b5f29     postgres!main(
0000002e`0afffcd0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000002e`0afffd20 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000002e`0afffd90 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000002e`0b7ff998 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002e`0b7ff9a0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000002e`0b7ffc90 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000002e`0b7ffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d4`9abffaf8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d4`9abffb00 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000d4`9abffdf0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000d4`9abffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d4`9afff5e8 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
000000d4`9afff5f0 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
000000d4`9afff660 00007ff9`cc584cb0     postgres!pg_signal_thread(
000000d4`9afff760 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000d4`9afff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d4`9b3ffa88 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d4`9b3ffa90 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000d4`9b3ffd80 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000d4`9b3ffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d4`9a3feb00 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d4`9a3feb40 00007ff7`c43097bc     postgres!ExceptionalCondition(
000000d4`9a3feb80 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000d4`9a3febd0 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000d4`9a3fec20 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000d4`9a3ff540 00007ff7`c41beb98     postgres!PostmasterMain(
000000d4`9a3ff6d0 00007ff7`c47b5f29     postgres!main(
000000d4`9a3ff710 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d4`9a3ff760 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d4`9a3ff7d0 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000d4`9a7ffab8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d4`9a7ffac0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000d4`9a7ffdb0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000d4`9a7ffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000087`211ffc48 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000087`211ffc50 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000087`211ffcc0 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000087`211ffdc0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000087`211ffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000087`20dff868 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000087`20dff870 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000087`20dffb60 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000087`20dffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000087`205ff070 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000087`205ff0b0 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000087`205ff0f0 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000087`205ff140 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000087`205ff190 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000087`205ffab0 00007ff7`c41beb98     postgres!PostmasterMain(
00000087`205ffc40 00007ff7`c47b5f29     postgres!main(
00000087`205ffc80 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000087`205ffcd0 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000087`205ffd40 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000087`209ffb08 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000087`209ffb10 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000087`209ffe00 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000087`209ffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000087`215ff998 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000087`215ff9a0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000087`215ffc90 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000087`215ffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000074`d73ffb98 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000074`d73ffba0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000074`d73ffe90 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000074`d73ffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000074`d77ffa98 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000074`d77ffaa0 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000074`d77ffb10 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000074`d77ffc10 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000074`d77ffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000074`d7bff658 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000074`d7bff660 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000074`d7bff950 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000074`d7bff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000074`d67ff140 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000074`d67ff180 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000074`d67ff1c0 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000074`d67ff210 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000074`d67ff260 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000074`d67ffb80 00007ff7`c41beb98     postgres!PostmasterMain(
00000074`d67ffd10 00007ff7`c47b5f29     postgres!main(
00000074`d67ffd50 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000074`d67ffda0 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000074`d67ffe10 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000074`d6bff758 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000074`d6bff760 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000074`d6bffa50 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000074`d6bffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000074`d6fff708 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000074`d6fff710 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000074`d6fffa00 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000074`d6fffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000077`b37ff4e8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000077`b37ff4f0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000077`b37ff7e0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000077`b37ff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000077`b27ff180 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000077`b27ff1c0 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000077`b27ff200 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000077`b27ff250 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000077`b27ff2a0 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000077`b27ffbc0 00007ff7`c41beb98     postgres!PostmasterMain(
00000077`b27ffd50 00007ff7`c47b5f29     postgres!main(
00000077`b27ffd90 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000077`b27ffde0 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000077`b27ffe50 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000077`b2bff628 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000077`b2bff630 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000077`b2bff920 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000077`b2bff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000077`b2fff658 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000077`b2fff660 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000077`b2fff6d0 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000077`b2fff7d0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000077`b2fff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000077`b33ffa18 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000077`b33ffa20 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000077`b33ffd10 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000077`b33ffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001d`315ffb28 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001d`315ffb30 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000001d`315ffe20 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000001d`315ffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001d`311ff778 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001d`311ff780 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000001d`311ffa70 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000001d`311ffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001d`30dff868 00007ff7`c43026b7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
0000001d`30dff870 00007ff7`c41beb04     postgres!SubPostmasterMain(
0000001d`30dff8e0 00007ff7`c47b5f29     postgres!main(
0000001d`30dff920 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000001d`30dff970 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000001d`30dff9e0 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
0000001d`30dffa10 00007ff9`cc584cb0     postgres!mainCRTStartup(
0000001d`30dffa40 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000001d`30dffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000015`097fea90 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000015`097fead0 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000015`097feb10 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000015`097feb60 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000015`097febb0 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000015`097ff4d0 00007ff7`c41beb98     postgres!PostmasterMain(
00000015`097ff660 00007ff7`c47b5f29     postgres!main(
00000015`097ff6a0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000015`097ff6f0 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000015`097ff760 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000015`0a3ff648 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000015`0a3ff650 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000015`0a3ff940 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000015`0a3ff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000015`0a7ff868 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000015`0a7ff870 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000015`0a7ffb60 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000015`0a7ffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000015`09bff448 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000015`09bff450 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000015`09bff740 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000015`09bff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000015`09fff7d8 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000015`09fff7e0 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000015`09fff850 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000015`09fff950 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000015`09fff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f1`7ebfee90 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f1`7ebfeed0 00007ff7`c43097bc     postgres!ExceptionalCondition(
000000f1`7ebfef10 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f1`7ebfef60 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000f1`7ebfefb0 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f1`7ebff8d0 00007ff7`c41beb98     postgres!PostmasterMain(
000000f1`7ebffa60 00007ff7`c47b5f29     postgres!main(
000000f1`7ebffaa0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f1`7ebffaf0 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f1`7ebffb60 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f1`7f7ffd68 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
000000f1`7f7ffd70 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
000000f1`7f7ffde0 00007ff9`cc584cb0     postgres!pg_signal_thread(
000000f1`7f7ffee0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000f1`7f7fff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f1`7fbffc28 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f1`7fbffc30 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000f1`7fbfff20 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000f1`7fbfff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f1`7f3ffc18 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f1`7f3ffc20 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000f1`7f3fff10 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000f1`7f3fff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f1`7efffab8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f1`7efffac0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000f1`7efffdb0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000f1`7efffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000072`549ff1e0 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000072`549ff220 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000072`549ff260 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000072`549ff2b0 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000072`549ff300 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000072`549ffc20 00007ff7`c41beb98     postgres!PostmasterMain(
00000072`549ffdb0 00007ff7`c47b5f29     postgres!main(
00000072`549ffdf0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000072`549ffe40 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000072`549ffeb0 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000072`54dff4e8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000072`54dff4f0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000072`54dff7e0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000072`54dff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000072`551ff8e8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000072`551ff8f0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000072`551ffbe0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000072`551ffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000072`555ff658 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000072`555ff660 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000072`555ff6d0 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000072`555ff7d0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000072`555ff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000072`559ff6e8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000072`559ff6f0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000072`559ff9e0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000072`559ffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000059`265ff848 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000059`265ff850 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000059`265ff8c0 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000059`265ff9c0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000059`265ff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000059`269ffab8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000059`269ffac0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000059`269ffdb0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000059`269ffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000059`255feda0 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000059`255fede0 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000059`255fee20 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000059`255fee70 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000059`255feec0 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000059`255ff7e0 00007ff7`c41beb98     postgres!PostmasterMain(
00000059`255ff970 00007ff7`c47b5f29     postgres!main(
00000059`255ff9b0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000059`255ffa00 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000059`255ffa70 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000042`499ffb08 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000042`499ffb10 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000042`499ffe00 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000042`499ffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000042`485feeb0 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000042`485feef0 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000042`485fef30 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000042`485fef80 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000042`485fefd0 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000042`485ff8f0 00007ff7`c41beb98     postgres!PostmasterMain(
00000042`485ffa80 00007ff7`c47b5f29     postgres!main(
00000042`485ffac0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000042`485ffb10 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000042`485ffb80 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000042`489ffb48 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000042`489ffb50 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000042`489ffe40 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000042`489ffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000042`48dff8c8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000042`48dff8d0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000042`48dffbc0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000042`48dffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000042`495ff8c8 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000042`495ff8d0 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000042`495ff940 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000042`495ffa40 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000042`495ffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000042`491ffb98 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000042`491ffba0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000042`491ffe90 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000042`491ffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008b`54bffc38 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008b`54bffc40 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000008b`54bfff30 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000008b`54bfff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008b`543fea90 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000008b`543fead0 00007ff7`c43097bc     postgres!ExceptionalCondition(
0000008b`543feb10 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000008b`543feb60 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000008b`543febb0 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000008b`543ff4d0 00007ff7`c41beb98     postgres!PostmasterMain(
0000008b`543ff660 00007ff7`c47b5f29     postgres!main(
0000008b`543ff6a0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000008b`543ff6f0 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000008b`543ff760 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000008b`547ff638 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008b`547ff640 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000008b`547ff930 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000008b`547ff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008b`54fff6d8 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
0000008b`54fff6e0 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
0000008b`54fff750 00007ff9`cc584cb0     postgres!pg_signal_thread(
0000008b`54fff850 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000008b`54fff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008b`553ffb98 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008b`553ffba0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000008b`553ffe90 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000008b`553ffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001b`c57ff928 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
0000001b`c57ff930 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
0000001b`c57ff9a0 00007ff9`cc584cb0     postgres!pg_signal_thread(
0000001b`c57ffaa0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000001b`c57ffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001b`c5bff7f8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001b`c5bff800 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000001b`c5bffaf0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000001b`c5bffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001b`c47feb60 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000001b`c47feba0 00007ff7`c43097bc     postgres!ExceptionalCondition(
0000001b`c47febe0 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000001b`c47fec30 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000001b`c47fec80 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000001b`c47ff5a0 00007ff7`c41beb98     postgres!PostmasterMain(
0000001b`c47ff730 00007ff7`c47b5f29     postgres!main(
0000001b`c47ff770 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000001b`c47ff7c0 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000001b`c47ff830 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000076`261ff538 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000076`261ff540 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000076`261ff830 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000076`261ff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000076`25dff968 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000076`25dff970 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000076`25dffc60 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000076`25dffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000076`259ffb88 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000076`259ffb90 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000076`259ffc00 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000076`259ffd00 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000076`259ffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000076`251fef30 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000076`251fef70 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000076`251fefb0 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000076`251ff000 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000076`251ff050 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000076`251ff970 00007ff7`c41beb98     postgres!PostmasterMain(
00000076`251ffb00 00007ff7`c47b5f29     postgres!main(
00000076`251ffb40 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000076`251ffb90 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000076`251ffc00 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000076`255ff7b8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000076`255ff7c0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000076`255ffab0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000076`255ffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ab`e8dffba8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ab`e8dffbb0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000ab`e8dffea0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000ab`e8dffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ab`e99ff6e8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ab`e99ff6f0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000ab`e99ff9e0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000ab`e99ffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ab`e95ffb78 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ab`e95ffb80 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000ab`e95ffe70 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000ab`e95ffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ab`e91ff5c8 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
000000ab`e91ff5d0 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
000000ab`e91ff640 00007ff9`cc584cb0     postgres!pg_signal_thread(
000000ab`e91ff740 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000ab`e91ff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ab`e89febd0 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ab`e89fec10 00007ff7`c43097bc     postgres!ExceptionalCondition(
000000ab`e89fec50 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ab`e89feca0 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000ab`e89fecf0 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ab`e89ff610 00007ff7`c41beb98     postgres!PostmasterMain(
000000ab`e89ff7a0 00007ff7`c47b5f29     postgres!main(
000000ab`e89ff7e0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ab`e89ff830 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ab`e89ff8a0 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000009`8cfff9e8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000009`8cfff9f0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000009`8cfffce0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000009`8cfffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000009`8bfff180 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000009`8bfff1c0 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000009`8bfff200 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000009`8bfff250 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000009`8bfff2a0 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000009`8bfffbc0 00007ff7`c41beb98     postgres!PostmasterMain(
00000009`8bfffd50 00007ff7`c47b5f29     postgres!main(
00000009`8bfffd90 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000009`8bfffde0 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000009`8bfffe50 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000009`8c3ff9c8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000009`8c3ff9d0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000009`8c3ffcc0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000009`8c3ffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000009`8c7ffa98 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000009`8c7ffaa0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000009`8c7ffd90 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000009`8c7ffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000009`8cbffbc8 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000009`8cbffbd0 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000009`8cbffc40 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000009`8cbffd40 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000009`8cbffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008e`a91ff8b8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008e`a91ff8c0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000008e`a91ffbb0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000008e`a91ffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008e`a99ff738 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
0000008e`a99ff740 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
0000008e`a99ff7b0 00007ff9`cc584cb0     postgres!pg_signal_thread(
0000008e`a99ff8b0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000008e`a99ff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008e`a9dff468 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008e`a9dff470 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000008e`a9dff760 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000008e`a9dff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008e`a8dfeaf0 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000008e`a8dfeb30 00007ff7`c43097bc     postgres!ExceptionalCondition(
0000008e`a8dfeb70 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000008e`a8dfebc0 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000008e`a8dfec10 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000008e`a8dff530 00007ff7`c41beb98     postgres!PostmasterMain(
0000008e`a8dff6c0 00007ff7`c47b5f29     postgres!main(
0000008e`a8dff700 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000008e`a8dff750 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000008e`a8dff7c0 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000008e`a95ff888 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008e`a95ff890 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000008e`a95ffb80 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000008e`a95ffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005d`5d1ff718 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005d`5d1ff720 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000005d`5d1ffa10 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000005d`5d1ffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005d`5d9ff818 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005d`5d9ff820 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000005d`5d9ffb10 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000005d`5d9ffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005d`5ddff768 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005d`5ddff770 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000005d`5ddffa60 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000005d`5ddffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005d`5cdfea70 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000005d`5cdfeab0 00007ff7`c43097bc     postgres!ExceptionalCondition(
0000005d`5cdfeaf0 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000005d`5cdfeb40 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000005d`5cdfeb90 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000005d`5cdff4b0 00007ff7`c41beb98     postgres!PostmasterMain(
0000005d`5cdff640 00007ff7`c47b5f29     postgres!main(
0000005d`5cdff680 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000005d`5cdff6d0 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000005d`5cdff740 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000005d`5d5ffa78 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
0000005d`5d5ffa80 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
0000005d`5d5ffaf0 00007ff9`cc584cb0     postgres!pg_signal_thread(
0000005d`5d5ffbf0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000005d`5d5ffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000087`d13ff8c8 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000087`d13ff8d0 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000087`d13ff940 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000087`d13ffa40 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000087`d13ffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000087`d0bff4d8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000087`d0bff4e0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000087`d0bff7d0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000087`d0bff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000087`d0fff6b8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000087`d0fff6c0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000087`d0fff9b0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000087`d0fff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000087`d03fee90 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000087`d03feed0 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000087`d03fef10 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000087`d03fef60 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000087`d03fefb0 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000087`d03ff8d0 00007ff7`c41beb98     postgres!PostmasterMain(
00000087`d03ffa60 00007ff7`c47b5f29     postgres!main(
00000087`d03ffaa0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000087`d03ffaf0 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000087`d03ffb60 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000087`d07ff518 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000087`d07ff520 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000087`d07ff810 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000087`d07ff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000087`d17ff968 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000087`d17ff970 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000087`d17ffc60 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000087`d17ffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f3`9fbff608 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f3`9fbff610 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000f3`9fbff900 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000f3`9fbff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f3`9ffff748 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f3`9ffff750 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000f3`9ffffa40 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000f3`9ffffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f3`9f7ffd18 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
000000f3`9f7ffd20 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
000000f3`9f7ffd90 00007ff9`cc584cb0     postgres!pg_signal_thread(
000000f3`9f7ffe90 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000f3`9f7ffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f3`9f3ff5a8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f3`9f3ff5b0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000f3`9f3ff8a0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000f3`9f3ff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f3`9effede0 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f3`9effee20 00007ff7`c43097bc     postgres!ExceptionalCondition(
000000f3`9effee60 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f3`9effeeb0 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000f3`9effef00 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f3`9efff820 00007ff7`c41beb98     postgres!PostmasterMain(
000000f3`9efff9b0 00007ff7`c47b5f29     postgres!main(
000000f3`9efff9f0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f3`9efffa40 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f3`9efffab0 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000056`d79ff668 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000056`d79ff670 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000056`d79ff6e0 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000056`d79ff7e0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000056`d79ff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000056`d7dff498 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000056`d7dff4a0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000056`d7dff790 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000056`d7dff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000056`d71ff8c8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000056`d71ff8d0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000056`d71ffbc0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000056`d71ffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000056`d6dfebc0 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000056`d6dfec00 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000056`d6dfec40 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000056`d6dfec90 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000056`d6dfece0 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000056`d6dff600 00007ff7`c41beb98     postgres!PostmasterMain(
00000056`d6dff790 00007ff7`c47b5f29     postgres!main(
00000056`d6dff7d0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000056`d6dff820 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000056`d6dff890 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000056`d75ff688 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000056`d75ff690 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000056`d75ff980 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000056`d75ff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000db`5dbff818 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000db`5dbff820 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000db`5dbffb10 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000db`5dbffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000db`5c7fec70 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000db`5c7fecb0 00007ff7`c43097bc     postgres!ExceptionalCondition(
000000db`5c7fecf0 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000db`5c7fed40 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000db`5c7fed90 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000db`5c7ff6b0 00007ff7`c41beb98     postgres!PostmasterMain(
000000db`5c7ff840 00007ff7`c47b5f29     postgres!main(
000000db`5c7ff880 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000db`5c7ff8d0 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000db`5c7ff940 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000db`5cbff918 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000db`5cbff920 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000db`5cbffc10 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000db`5cbffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000db`5cfff6a8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000db`5cfff6b0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000db`5cfff9a0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000db`5cfff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000db`5d3ffb18 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000db`5d3ffb20 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000db`5d3ffe10 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000db`5d3ffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000db`5d7ffac8 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
000000db`5d7ffad0 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
000000db`5d7ffb40 00007ff9`cc584cb0     postgres!pg_signal_thread(
000000db`5d7ffc40 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000db`5d7ffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f3`9efff938 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
000000f3`9efff940 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
000000f3`9efff9b0 00007ff9`cc584cb0     postgres!pg_signal_thread(
000000f3`9efffab0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000f3`9efffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f3`9e3fef40 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f3`9e3fef80 00007ff7`c43097bc     postgres!ExceptionalCondition(
000000f3`9e3fefc0 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f3`9e3ff010 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000f3`9e3ff060 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f3`9e3ff980 00007ff7`c41beb98     postgres!PostmasterMain(
000000f3`9e3ffb10 00007ff7`c47b5f29     postgres!main(
000000f3`9e3ffb50 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f3`9e3ffba0 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f3`9e3ffc10 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f3`9e7ff538 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f3`9e7ff540 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000f3`9e7ff830 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000f3`9e7ff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f3`9ebff9f8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f3`9ebffa00 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000f3`9ebffcf0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000f3`9ebffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f3`9f3ffc08 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f3`9f3ffc10 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000f3`9f3fff00 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000f3`9f3fff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000081`c21ff728 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000081`c21ff730 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000081`c21ff7a0 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000081`c21ff8a0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000081`c21ff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000081`c19ff100 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000081`c19ff140 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000081`c19ff180 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000081`c19ff1d0 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000081`c19ff220 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000081`c19ffb40 00007ff7`c41beb98     postgres!PostmasterMain(
00000081`c19ffcd0 00007ff7`c47b5f29     postgres!main(
00000081`c19ffd10 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000081`c19ffd60 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000081`c19ffdd0 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000081`c25ff8d8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000081`c25ff8e0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000081`c25ffbd0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000081`c25ffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000081`c1dffb28 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000081`c1dffb30 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000081`c1dffe20 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000081`c1dffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000081`c29ff5c8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000081`c29ff5d0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000081`c29ff8c0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000081`c29ff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b5`d91ff738 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b5`d91ff740 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000b5`d91ffa30 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000b5`d91ffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b5`d85feba0 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b5`d85febe0 00007ff7`c43097bc     postgres!ExceptionalCondition(
000000b5`d85fec20 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000b5`d85fec70 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000b5`d85fecc0 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000b5`d85ff5e0 00007ff7`c41beb98     postgres!PostmasterMain(
000000b5`d85ff770 00007ff7`c47b5f29     postgres!main(
000000b5`d85ff7b0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b5`d85ff800 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000b5`d85ff870 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000b5`d89ff528 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b5`d89ff530 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000b5`d89ff820 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000b5`d89ff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b5`d8dff858 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b5`d8dff860 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000b5`d8dffb50 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000b5`d8dffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b5`d95ffae8 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
000000b5`d95ffaf0 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
000000b5`d95ffb60 00007ff9`cc584cb0     postgres!pg_signal_thread(
000000b5`d95ffc60 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000b5`d95ffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b5`d99ffae8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b5`d99ffaf0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000b5`d99ffde0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000b5`d99ffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009e`799ff958 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009e`799ff960 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000009e`799ffc50 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000009e`799ffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009e`79dff9f8 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
0000009e`79dffa00 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
0000009e`79dffa70 00007ff9`cc584cb0     postgres!pg_signal_thread(
0000009e`79dffb70 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000009e`79dffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009e`7a1ffbf8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009e`7a1ffc00 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000009e`7a1ffef0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000009e`7a1fff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009e`7a5ffbf8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009e`7a5ffc00 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000009e`7a5ffef0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000009e`7a5fff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009e`795fedd0 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000009e`795fee10 00007ff7`c43097bc     postgres!ExceptionalCondition(
0000009e`795fee50 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000009e`795feea0 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000009e`795feef0 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000009e`795ff810 00007ff7`c41beb98     postgres!PostmasterMain(
0000009e`795ff9a0 00007ff7`c47b5f29     postgres!main(
0000009e`795ff9e0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000009e`795ffa30 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000009e`795ffaa0 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000010`077fed80 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000010`077fedc0 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000010`077fee00 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000010`077fee50 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000010`077feea0 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000010`077ff7c0 00007ff7`c41beb98     postgres!PostmasterMain(
00000010`077ff950 00007ff7`c47b5f29     postgres!main(
00000010`077ff990 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000010`077ff9e0 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000010`077ffa50 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000010`07bff448 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000010`07bff450 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000010`07bff740 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000010`07bff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000010`07fff9b8 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000010`07fff9c0 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000010`07fffa30 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000010`07fffb30 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000010`07fffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000010`083ff538 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000010`083ff540 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000010`083ff830 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000010`083ff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000010`087ff908 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000010`087ff910 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000010`087ffc00 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000010`087ffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fe`27ffec60 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000fe`27ffeca0 00007ff7`c43097bc     postgres!ExceptionalCondition(
000000fe`27ffece0 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000fe`27ffed30 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000fe`27ffed80 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000fe`27fff6a0 00007ff7`c41beb98     postgres!PostmasterMain(
000000fe`27fff830 00007ff7`c47b5f29     postgres!main(
000000fe`27fff870 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000fe`27fff8c0 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000fe`27fff930 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000fe`283ff608 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fe`283ff610 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000fe`283ff900 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000fe`283ff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fe`287ff548 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fe`287ff550 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000fe`287ff840 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000fe`287ff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fe`28bff7c8 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
000000fe`28bff7d0 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
000000fe`28bff840 00007ff9`cc584cb0     postgres!pg_signal_thread(
000000fe`28bff940 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000fe`28bff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fe`28fff728 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fe`28fff730 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000fe`28fffa20 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000fe`28fffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000087`7e9feeb0 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000087`7e9feef0 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000087`7e9fef30 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000087`7e9fef80 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000087`7e9fefd0 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000087`7e9ff8f0 00007ff7`c41beb98     postgres!PostmasterMain(
00000087`7e9ffa80 00007ff7`c47b5f29     postgres!main(
00000087`7e9ffac0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000087`7e9ffb10 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000087`7e9ffb80 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000087`7edff4b8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000087`7edff4c0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000087`7edff7b0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000087`7edff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000087`7f1ff858 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000087`7f1ff860 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000087`7f1ffb50 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000087`7f1ffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000087`7f5ffb68 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000087`7f5ffb70 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000087`7f5ffbe0 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000087`7f5ffce0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000087`7f5ffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000087`7f9ffa28 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000087`7f9ffa30 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000087`7f9ffd20 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000087`7f9ffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f2`debff7d8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f2`debff7e0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000f2`debffad0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000f2`debffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f2`ddffeda0 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f2`ddffede0 00007ff7`c43097bc     postgres!ExceptionalCondition(
000000f2`ddffee20 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f2`ddffee70 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000f2`ddffeec0 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f2`ddfff7e0 00007ff7`c41beb98     postgres!PostmasterMain(
000000f2`ddfff970 00007ff7`c47b5f29     postgres!main(
000000f2`ddfff9b0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f2`ddfffa00 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f2`ddfffa70 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f2`de3ff9a8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f2`de3ff9b0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000f2`de3ffca0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000f2`de3ffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f2`de7ff888 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
000000f2`de7ff890 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
000000f2`de7ff900 00007ff9`cc584cb0     postgres!pg_signal_thread(
000000f2`de7ffa00 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000f2`de7ffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f2`defff528 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f2`defff530 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000f2`defff820 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000f2`defff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007d`25dff7d8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007d`25dff7e0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000007d`25dffad0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000007d`25dffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007d`259ffac8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007d`259ffad0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000007d`259ffdc0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000007d`259ffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007d`255ffd68 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
0000007d`255ffd70 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
0000007d`255ffde0 00007ff9`cc584cb0     postgres!pg_signal_thread(
0000007d`255ffee0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000007d`255fff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007d`251ffc08 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007d`251ffc10 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000007d`251fff00 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000007d`251fff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007d`24dff170 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000007d`24dff1b0 00007ff7`c43097bc     postgres!ExceptionalCondition(
0000007d`24dff1f0 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000007d`24dff240 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000007d`24dff290 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000007d`24dffbb0 00007ff7`c41beb98     postgres!PostmasterMain(
0000007d`24dffd40 00007ff7`c47b5f29     postgres!main(
0000007d`24dffd80 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000007d`24dffdd0 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000007d`24dffe40 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000097`d37ffa78 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000097`d37ffa80 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000097`d37ffd70 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000097`d37ffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000097`d2bfeb00 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000097`d2bfeb40 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000097`d2bfeb80 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000097`d2bfebd0 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000097`d2bfec20 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000097`d2bff540 00007ff7`c41beb98     postgres!PostmasterMain(
00000097`d2bff6d0 00007ff7`c47b5f29     postgres!main(
00000097`d2bff710 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000097`d2bff760 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000097`d2bff7d0 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000097`d2fff6f8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000097`d2fff700 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000097`d2fff9f0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000097`d2fffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000097`d33ffb98 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000097`d33ffba0 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000097`d33ffc10 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000097`d33ffd10 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000097`d33ffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000097`d3bff568 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000097`d3bff570 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000097`d3bff860 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000097`d3bff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000039`965ffb68 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000039`965ffb70 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000039`965ffe60 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000039`965ffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000039`95dff060 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000039`95dff0a0 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000039`95dff0e0 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000039`95dff130 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000039`95dff180 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000039`95dffaa0 00007ff7`c41beb98     postgres!PostmasterMain(
00000039`95dffc30 00007ff7`c47b5f29     postgres!main(
00000039`95dffc70 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000039`95dffcc0 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000039`95dffd30 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000039`961ff958 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000039`961ff960 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000039`961ffc50 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000039`961ffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000039`96dff698 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000039`96dff6a0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000039`96dff990 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000039`96dff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000039`969ff928 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000039`969ff930 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000039`969ff9a0 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000039`969ffaa0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000039`969ffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f9`0e3ff718 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f9`0e3ff720 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000f9`0e3ffa10 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000f9`0e3ffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f9`0dbfecf0 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f9`0dbfed30 00007ff7`c43097bc     postgres!ExceptionalCondition(
000000f9`0dbfed70 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f9`0dbfedc0 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000f9`0dbfee10 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f9`0dbff730 00007ff7`c41beb98     postgres!PostmasterMain(
000000f9`0dbff8c0 00007ff7`c47b5f29     postgres!main(
000000f9`0dbff900 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f9`0dbff950 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f9`0dbff9c0 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f9`0dfff7b8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f9`0dfff7c0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000f9`0dfffab0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000f9`0dfffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f9`0ebff598 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f9`0ebff5a0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000f9`0ebff890 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000f9`0ebff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f9`0e7ff8c8 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
000000f9`0e7ff8d0 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
000000f9`0e7ff940 00007ff9`cc584cb0     postgres!pg_signal_thread(
000000f9`0e7ffa40 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000f9`0e7ffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000081`33bfee70 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000081`33bfeeb0 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000081`33bfeef0 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000081`33bfef40 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000081`33bfef90 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000081`33bff8b0 00007ff7`c41beb98     postgres!PostmasterMain(
00000081`33bffa40 00007ff7`c47b5f29     postgres!main(
00000081`33bffa80 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000081`33bffad0 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000081`33bffb40 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000081`347ff5c8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000081`347ff5d0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000081`347ff8c0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000081`347ff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000081`34fff978 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000081`34fff980 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000081`34fffc70 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000081`34fffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000081`33fff848 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000081`33fff850 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000081`33fffb40 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000081`33fffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000081`343ff6d8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000081`343ff6e0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000081`343ff9d0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000081`343ffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000081`34bffba8 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000081`34bffbb0 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000081`34bffc20 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000081`34bffd20 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000081`34bffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000084`af1ff160 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000084`af1ff1a0 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000084`af1ff1e0 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000084`af1ff230 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000084`af1ff280 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000084`af1ffba0 00007ff7`c41beb98     postgres!PostmasterMain(
00000084`af1ffd30 00007ff7`c47b5f29     postgres!main(
00000084`af1ffd70 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000084`af1ffdc0 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000084`af1ffe30 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000084`af5ffae8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000084`af5ffaf0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000084`af5ffde0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000084`af5ffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000084`af9ffd48 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000084`af9ffd50 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000084`af9ffdc0 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000084`af9ffec0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000084`af9ffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000084`afdff748 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000084`afdff750 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000084`afdffa40 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000084`afdffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000084`b01ff8e8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000084`b01ff8f0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000084`b01ffbe0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000084`b01ffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000034`a01ffb48 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000034`a01ffb50 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000034`a01ffe40 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000034`a01ffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000034`a05ff908 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000034`a05ff910 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000034`a05ff980 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000034`a05ffa80 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000034`a05ffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000034`a09ff898 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000034`a09ff8a0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000034`a09ffb90 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000034`a09ffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000034`9fdfea10 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000034`9fdfea50 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000034`9fdfea90 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000034`9fdfeae0 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000034`9fdfeb30 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000034`9fdff450 00007ff7`c41beb98     postgres!PostmasterMain(
00000034`9fdff5e0 00007ff7`c47b5f29     postgres!main(
00000034`9fdff620 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000034`9fdff670 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000034`9fdff6e0 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000034`a0dff608 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000034`a0dff610 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000034`a0dff900 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000034`a0dff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000007`091ff748 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000007`091ff750 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000007`091ffa40 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000007`091ffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000007`0a1ffb68 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000007`0a1ffb70 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000007`0a1ffe60 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000007`0a1ffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000007`09dff668 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000007`09dff670 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000007`09dff6e0 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000007`09dff7e0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000007`09dff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000007`099ff7e8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000007`099ff7f0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000007`099ffae0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000007`099ffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000007`095ff808 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000007`095ff810 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000007`095ffb00 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000007`095ffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000007`08dfeea0 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000007`08dfeee0 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000007`08dfef20 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000007`08dfef70 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000007`08dfefc0 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000007`08dff8e0 00007ff7`c41beb98     postgres!PostmasterMain(
00000007`08dffa70 00007ff7`c47b5f29     postgres!main(
00000007`08dffab0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000007`08dffb00 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000007`08dffb70 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000086`e09ff918 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000086`e09ff920 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000086`e09ff990 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000086`e09ffa90 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000086`e09ffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000086`e05ff778 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000086`e05ff780 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000086`e05ffa70 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000086`e05ffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000086`e01ffa98 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000086`e01ffaa0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000086`e01ffd90 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000086`e01ffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000086`dfdfefb0 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000086`dfdfeff0 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000086`dfdff030 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000086`dfdff080 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000086`dfdff0d0 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000086`dfdff9f0 00007ff7`c41beb98     postgres!PostmasterMain(
00000086`dfdffb80 00007ff7`c47b5f29     postgres!main(
00000086`dfdffbc0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000086`dfdffc10 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000086`dfdffc80 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000086`e0dff478 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000086`e0dff480 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000086`e0dff770 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000086`e0dff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000079`56dff678 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000079`56dff680 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000079`56dff6f0 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000079`56dff7f0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000079`56dff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000079`561ff160 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000079`561ff1a0 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000079`561ff1e0 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000079`561ff230 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000079`561ff280 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000079`561ffba0 00007ff7`c41beb98     postgres!PostmasterMain(
00000079`561ffd30 00007ff7`c47b5f29     postgres!main(
00000079`561ffd70 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000079`561ffdc0 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000079`561ffe30 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000079`565ff8f8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000079`565ff900 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000079`565ffbf0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000079`565ffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000079`569ffc28 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000079`569ffc30 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000079`569fff20 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000079`569fff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000079`571ff838 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000079`571ff840 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000079`571ffb30 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000079`571ffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003f`19ffea90 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000003f`19ffead0 00007ff7`c43097bc     postgres!ExceptionalCondition(
0000003f`19ffeb10 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000003f`19ffeb60 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000003f`19ffebb0 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000003f`19fff4d0 00007ff7`c41beb98     postgres!PostmasterMain(
0000003f`19fff660 00007ff7`c47b5f29     postgres!main(
0000003f`19fff6a0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000003f`19fff6f0 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000003f`19fff760 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000003f`1a3ff828 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003f`1a3ff830 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000003f`1a3ffb20 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000003f`1a3ffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003f`1a7ff938 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003f`1a7ff940 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000003f`1a7ffc30 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000003f`1a7ffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003f`1abff758 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
0000003f`1abff760 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
0000003f`1abff7d0 00007ff9`cc584cb0     postgres!pg_signal_thread(
0000003f`1abff8d0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000003f`1abff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003f`1afff708 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003f`1afff710 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000003f`1afffa00 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000003f`1afffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000045`0c5ff9f8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000045`0c5ffa00 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000045`0c5ffcf0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000045`0c5ffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000045`0b5ff9e8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000045`0b5ff9f0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000045`0b5ffce0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000045`0b5ffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000045`0b9ff908 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000045`0b9ff910 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000045`0b9ffc00 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000045`0b9ffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000045`0bdff568 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000045`0bdff570 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000045`0bdff860 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000045`0bdff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000045`0c1ffd18 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000045`0c1ffd20 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000045`0c1ffd90 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000045`0c1ffe90 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000045`0c1ffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000045`0b1fea60 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000045`0b1feaa0 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000045`0b1feae0 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000045`0b1feb30 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000045`0b1feb80 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000045`0b1ff4a0 00007ff7`c41beb98     postgres!PostmasterMain(
00000045`0b1ff630 00007ff7`c47b5f29     postgres!main(
00000045`0b1ff670 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000045`0b1ff6c0 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000045`0b1ff730 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000012`585ffc08 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000012`585ffc10 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000012`585fff00 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000012`585fff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000012`589ffa48 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000012`589ffa50 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000012`589ffd40 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000012`589ffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000012`57dffbf8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000012`57dffc00 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000012`57dffef0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000012`57dfff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000012`579feba0 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000012`579febe0 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000012`579fec20 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000012`579fec70 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000012`579fecc0 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000012`579ff5e0 00007ff7`c41beb98     postgres!PostmasterMain(
00000012`579ff770 00007ff7`c47b5f29     postgres!main(
00000012`579ff7b0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000012`579ff800 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000012`579ff870 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000012`581ff628 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000012`581ff630 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000012`581ff6a0 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000012`581ff7a0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000012`581ff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008f`f63ff5a8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008f`f63ff5b0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000008f`f63ff8a0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000008f`f63ff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008f`f5fff6a8 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
0000008f`f5fff6b0 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
0000008f`f5fff720 00007ff9`cc584cb0     postgres!pg_signal_thread(
0000008f`f5fff820 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000008f`f5fff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008f`f53fedc0 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000008f`f53fee00 00007ff7`c43097bc     postgres!ExceptionalCondition(
0000008f`f53fee40 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000008f`f53fee90 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000008f`f53feee0 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000008f`f53ff800 00007ff7`c41beb98     postgres!PostmasterMain(
0000008f`f53ff990 00007ff7`c47b5f29     postgres!main(
0000008f`f53ff9d0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000008f`f53ffa20 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000008f`f53ffa90 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000008f`f57ff5c8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008f`f57ff5d0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000008f`f57ff8c0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000008f`f57ff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008f`f5bffb28 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008f`f5bffb30 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000008f`f5bffe20 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000008f`f5bffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b2`72bff478 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b2`72bff480 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000b2`72bff770 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000b2`72bff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b2`72fffb38 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
000000b2`72fffb40 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
000000b2`72fffbb0 00007ff9`cc584cb0     postgres!pg_signal_thread(
000000b2`72fffcb0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000b2`72fffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b2`733ffb28 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b2`733ffb30 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000b2`733ffe20 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000b2`733ffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b2`71ffee90 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b2`71ffeed0 00007ff7`c43097bc     postgres!ExceptionalCondition(
000000b2`71ffef10 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000b2`71ffef60 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000b2`71ffefb0 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000b2`71fff8d0 00007ff7`c41beb98     postgres!PostmasterMain(
000000b2`71fffa60 00007ff7`c47b5f29     postgres!main(
000000b2`71fffaa0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b2`71fffaf0 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000b2`71fffb60 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000b2`723ff448 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b2`723ff450 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000b2`723ff740 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000b2`723ff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b2`727ff8e8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b2`727ff8f0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000b2`727ffbe0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000b2`727ffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008b`0a1ffba8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008b`0a1ffbb0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000008b`0a1ffea0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000008b`0a1ffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008b`0a5ff978 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008b`0a5ff980 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000008b`0a5ffc70 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000008b`0a5ffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008b`09dffc28 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
0000008b`09dffc30 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
0000008b`09dffca0 00007ff9`cc584cb0     postgres!pg_signal_thread(
0000008b`09dffda0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000008b`09dffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008b`099ff8b8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008b`099ff8c0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000008b`099ffbb0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000008b`099ffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008b`095ff000 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000008b`095ff040 00007ff7`c43097bc     postgres!ExceptionalCondition(
0000008b`095ff080 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000008b`095ff0d0 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000008b`095ff120 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000008b`095ffa40 00007ff7`c41beb98     postgres!PostmasterMain(
0000008b`095ffbd0 00007ff7`c47b5f29     postgres!main(
0000008b`095ffc10 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000008b`095ffc60 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000008b`095ffcd0 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ba`8cdff608 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ba`8cdff610 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000ba`8cdff900 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000ba`8cdff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ba`8c9ff0c0 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ba`8c9ff100 00007ff7`c43097bc     postgres!ExceptionalCondition(
000000ba`8c9ff140 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ba`8c9ff190 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000ba`8c9ff1e0 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ba`8c9ffb00 00007ff7`c41beb98     postgres!PostmasterMain(
000000ba`8c9ffc90 00007ff7`c47b5f29     postgres!main(
000000ba`8c9ffcd0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ba`8c9ffd20 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ba`8c9ffd90 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ba`8d1ff748 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ba`8d1ff750 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000ba`8d1ffa40 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000ba`8d1ffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ba`8d5ff8d8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ba`8d5ff8e0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000ba`8d5ffbd0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000ba`8d5ffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ba`8d9ffd28 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
000000ba`8d9ffd30 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
000000ba`8d9ffda0 00007ff9`cc584cb0     postgres!pg_signal_thread(
000000ba`8d9ffea0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000ba`8d9ffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ba`8ddff548 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ba`8ddff550 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000ba`8ddff840 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000ba`8ddff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005f`ba9ffae8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005f`ba9ffaf0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000005f`ba9ffde0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000005f`ba9ffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005f`bb1ff998 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005f`bb1ff9a0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000005f`bb1ffc90 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000005f`bb1ffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005f`badff9c8 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
0000005f`badff9d0 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
0000005f`badffa40 00007ff9`cc584cb0     postgres!pg_signal_thread(
0000005f`badffb40 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000005f`badffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005f`ba1fea40 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000005f`ba1fea80 00007ff7`c43097bc     postgres!ExceptionalCondition(
0000005f`ba1feac0 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000005f`ba1feb10 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000005f`ba1feb60 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000005f`ba1ff480 00007ff7`c41beb98     postgres!PostmasterMain(
0000005f`ba1ff610 00007ff7`c47b5f29     postgres!main(
0000005f`ba1ff650 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000005f`ba1ff6a0 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000005f`ba1ff710 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000005f`ba5ff7d8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005f`ba5ff7e0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000005f`ba5ffad0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000005f`ba5ffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f7`629fedb0 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f7`629fedf0 00007ff7`c43097bc     postgres!ExceptionalCondition(
000000f7`629fee30 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f7`629fee80 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000f7`629feed0 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f7`629ff7f0 00007ff7`c41beb98     postgres!PostmasterMain(
000000f7`629ff980 00007ff7`c47b5f29     postgres!main(
000000f7`629ff9c0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f7`629ffa10 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f7`629ffa80 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f7`63dff4c8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f7`63dff4d0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000f7`63dff7c0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000f7`63dff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f7`639ffc98 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
000000f7`639ffca0 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
000000f7`639ffd10 00007ff9`cc584cb0     postgres!pg_signal_thread(
000000f7`639ffe10 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000f7`639ffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000082`cffffaa8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000082`cffffab0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000082`cffffda0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000082`cffffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000082`cfbff6c8 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000082`cfbff6d0 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000082`cfbff740 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000082`cfbff840 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000082`cfbff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000082`cebfee00 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000082`cebfee40 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000082`cebfee80 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000082`cebfeed0 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000082`cebfef20 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000082`cebff840 00007ff7`c41beb98     postgres!PostmasterMain(
00000082`cebff9d0 00007ff7`c47b5f29     postgres!main(
00000082`cebffa10 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000082`cebffa60 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000082`cebffad0 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a5`b99ffbd8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a5`b99ffbe0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000a5`b99ffed0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000a5`b99fff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a5`b91fead0 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a5`b91feb10 00007ff7`c43097bc     postgres!ExceptionalCondition(
000000a5`b91feb50 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000a5`b91feba0 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000a5`b91febf0 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a5`b91ff510 00007ff7`c41beb98     postgres!PostmasterMain(
000000a5`b91ff6a0 00007ff7`c47b5f29     postgres!main(
000000a5`b91ff6e0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a5`b91ff730 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a5`b91ff7a0 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a5`b95ff4d8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a5`b95ff4e0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000a5`b95ff7d0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000a5`b95ff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a5`b9dffd98 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
000000a5`b9dffda0 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
000000a5`b9dffe10 00007ff9`cc584cb0     postgres!pg_signal_thread(
000000a5`b9dfff10 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000a5`b9dfff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a5`ba1ff748 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a5`ba1ff750 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000a5`ba1ffa40 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000a5`ba1ffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000008`21dffca8 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000008`21dffcb0 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000008`21dffd20 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000008`21dffe20 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000008`21dffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000008`221ff5f8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000008`221ff600 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000008`221ff8f0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000008`221ff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000008`219ffba8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000008`219ffbb0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000008`219ffea0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000008`219ffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000008`215feac0 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000008`215feb00 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000008`215feb40 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000008`215feb90 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000008`215febe0 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000008`215ff500 00007ff7`c41beb98     postgres!PostmasterMain(
00000008`215ff690 00007ff7`c47b5f29     postgres!main(
00000008`215ff6d0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000008`215ff720 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000008`215ff790 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000008`225ff458 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000008`225ff460 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000008`225ff750 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000008`225ff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d1`dbbff578 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d1`dbbff580 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000d1`dbbff870 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000d1`dbbff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d1`db7ff828 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
000000d1`db7ff830 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
000000d1`db7ff8a0 00007ff9`cc584cb0     postgres!pg_signal_thread(
000000d1`db7ff9a0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000d1`db7ff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d1`db3ff618 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d1`db3ff620 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000d1`db3ff910 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000d1`db3ff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d1`dafff508 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d1`dafff510 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000d1`dafff800 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000d1`dafff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d1`dabff548 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d1`dabff550 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000d1`dabff840 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000d1`dabff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d1`da7ff050 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d1`da7ff090 00007ff7`c43097bc     postgres!ExceptionalCondition(
000000d1`da7ff0d0 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000d1`da7ff120 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000d1`da7ff170 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000d1`da7ffa90 00007ff7`c41beb98     postgres!PostmasterMain(
000000d1`da7ffc20 00007ff7`c47b5f29     postgres!main(
000000d1`da7ffc60 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d1`da7ffcb0 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d1`da7ffd20 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a2`1cdffbc8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a2`1cdffbd0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000a2`1cdffec0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000a2`1cdffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a2`1c5ffb88 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a2`1c5ffb90 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000a2`1c5ffe80 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000a2`1c5ffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a2`1c1ff9a8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a2`1c1ff9b0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000a2`1c1ffca0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000a2`1c1ffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a2`1bdff4f8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a2`1bdff500 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000a2`1bdff7f0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000a2`1bdff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a2`1b9fede0 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a2`1b9fee20 00007ff7`c43097bc     postgres!ExceptionalCondition(
000000a2`1b9fee60 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000a2`1b9feeb0 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000a2`1b9fef00 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a2`1b9ff820 00007ff7`c41beb98     postgres!PostmasterMain(
000000a2`1b9ff9b0 00007ff7`c47b5f29     postgres!main(
000000a2`1b9ff9f0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a2`1b9ffa40 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a2`1b9ffab0 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a2`1c9ffce8 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
000000a2`1c9ffcf0 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
000000a2`1c9ffd60 00007ff9`cc584cb0     postgres!pg_signal_thread(
000000a2`1c9ffe60 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000a2`1c9ffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000077`b9dff948 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000077`b9dff950 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000077`b9dff9c0 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000077`b9dffac0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000077`b9dffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000077`b8dfee10 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000077`b8dfee50 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000077`b8dfee90 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000077`b8dfeee0 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000077`b8dfef30 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000077`b8dff850 00007ff7`c41beb98     postgres!PostmasterMain(
00000077`b8dff9e0 00007ff7`c47b5f29     postgres!main(
00000077`b8dffa20 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000077`b8dffa70 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000077`b8dffae0 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000077`b91ff678 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000077`b91ff680 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000077`b91ff970 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000077`b91ff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000077`b95ffa28 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000077`b95ffa30 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000077`b95ffd20 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000077`b95ffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000077`b99ff998 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000077`b99ff9a0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000077`b99ffc90 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000077`b99ffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000077`ba1ff5a8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000077`ba1ff5b0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000077`ba1ff8a0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000077`ba1ff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000002`b6bff8f8 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000002`b6bff900 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000002`b6bff970 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000002`b6bffa70 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000002`b6bffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000002`b5ffed50 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000002`b5ffed90 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000002`b5ffedd0 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000002`b5ffee20 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000002`b5ffee70 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000002`b5fff790 00007ff7`c41beb98     postgres!PostmasterMain(
00000002`b5fff920 00007ff7`c47b5f29     postgres!main(
00000002`b5fff960 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000002`b5fff9b0 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000002`b5fffa20 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000002`b63ffa08 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000002`b63ffa10 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000002`b63ffd00 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000002`b63ffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000002`b67ff528 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000002`b67ff530 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000002`b67ff820 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000002`b67ff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000002`b6fff478 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000002`b6fff480 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000002`b6fff770 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000002`b6fff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009d`e67ff6b8 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
0000009d`e67ff6c0 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
0000009d`e67ff730 00007ff9`cc584cb0     postgres!pg_signal_thread(
0000009d`e67ff830 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000009d`e67ff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009d`e57fecf0 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000009d`e57fed30 00007ff7`c43097bc     postgres!ExceptionalCondition(
0000009d`e57fed70 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000009d`e57fedc0 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000009d`e57fee10 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000009d`e57ff730 00007ff7`c41beb98     postgres!PostmasterMain(
0000009d`e57ff8c0 00007ff7`c47b5f29     postgres!main(
0000009d`e57ff900 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000009d`e57ff950 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000009d`e57ff9c0 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000009d`e5bff7c8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009d`e5bff7d0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000009d`e5bffac0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000009d`e5bffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009d`e5fffae8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009d`e5fffaf0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000009d`e5fffde0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000009d`e5fffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009d`e63ff7c8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009d`e63ff7d0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000009d`e63ffac0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000009d`e63ffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009d`e6bff5a8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009d`e6bff5b0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000009d`e6bff8a0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000009d`e6bff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cb`9a9ff6e8 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
000000cb`9a9ff6f0 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
000000cb`9a9ff760 00007ff9`cc584cb0     postgres!pg_signal_thread(
000000cb`9a9ff860 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000cb`9a9ff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cb`99dfeaf0 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000cb`99dfeb30 00007ff7`c43097bc     postgres!ExceptionalCondition(
000000cb`99dfeb70 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000cb`99dfebc0 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000cb`99dfec10 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000cb`99dff530 00007ff7`c41beb98     postgres!PostmasterMain(
000000cb`99dff6c0 00007ff7`c47b5f29     postgres!main(
000000cb`99dff700 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000cb`99dff750 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000cb`99dff7c0 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000cb`9a1ffb98 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cb`9a1ffba0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000cb`9a1ffe90 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000cb`9a1ffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cb`9a5ffa28 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cb`9a5ffa30 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000cb`9a5ffd20 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000cb`9a5ffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cb`9adffae8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cb`9adffaf0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000cb`9adffde0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000cb`9adffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004a`af1ffa08 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
0000004a`af1ffa10 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
0000004a`af1ffa80 00007ff9`cc584cb0     postgres!pg_signal_thread(
0000004a`af1ffb80 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000004a`af1ffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004a`ae5fec20 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000004a`ae5fec60 00007ff7`c43097bc     postgres!ExceptionalCondition(
0000004a`ae5feca0 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000004a`ae5fecf0 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000004a`ae5fed40 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000004a`ae5ff660 00007ff7`c41beb98     postgres!PostmasterMain(
0000004a`ae5ff7f0 00007ff7`c47b5f29     postgres!main(
0000004a`ae5ff830 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000004a`ae5ff880 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000004a`ae5ff8f0 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000004a`ae9ff9b8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004a`ae9ff9c0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000004a`ae9ffcb0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000004a`ae9ffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004a`aedffa48 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004a`aedffa50 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000004a`aedffd40 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000004a`aedffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004a`af5ff9a8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004a`af5ff9b0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000004a`af5ffca0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000004a`af5ffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bf`f87ff7c8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bf`f87ff7d0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000bf`f87ffac0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000bf`f87ffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bf`f83fea10 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000bf`f83fea50 00007ff7`c43097bc     postgres!ExceptionalCondition(
000000bf`f83fea90 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000bf`f83feae0 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000bf`f83feb30 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000bf`f83ff450 00007ff7`c41beb98     postgres!PostmasterMain(
000000bf`f83ff5e0 00007ff7`c47b5f29     postgres!main(
000000bf`f83ff620 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000bf`f83ff670 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000bf`f83ff6e0 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000bf`f8bff698 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bf`f8bff6a0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000bf`f8bff990 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000bf`f8bff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bf`f8fffbe8 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
000000bf`f8fffbf0 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
000000bf`f8fffc60 00007ff9`cc584cb0     postgres!pg_signal_thread(
000000bf`f8fffd60 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000bf`f8fffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bf`f93ff518 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bf`f93ff520 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000bf`f93ff810 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000bf`f93ff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000be`33dff7f8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000be`33dff800 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000be`33dffaf0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000be`33dffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000be`329fea30 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000be`329fea70 00007ff7`c43097bc     postgres!ExceptionalCondition(
000000be`329feab0 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000be`329feb00 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000be`329feb50 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000be`329ff470 00007ff7`c41beb98     postgres!PostmasterMain(
000000be`329ff600 00007ff7`c47b5f29     postgres!main(
000000be`329ff640 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000be`329ff690 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000be`329ff700 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000be`32dffb58 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000be`32dffb60 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000be`32dffe50 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000be`32dffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000be`331ff4f8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000be`331ff500 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000be`331ff7f0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000be`331ff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000be`335ff6f8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000be`335ff700 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000be`335ff9f0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000be`335ffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000be`339ffa48 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
000000be`339ffa50 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
000000be`339ffac0 00007ff9`cc584cb0     postgres!pg_signal_thread(
000000be`339ffbc0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000be`339ffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004f`b97ff528 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004f`b97ff530 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000004f`b97ff820 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000004f`b97ff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004f`b8bff738 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004f`b8bff740 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000004f`b8bffa30 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000004f`b8bffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004f`b8fff678 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004f`b8fff680 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000004f`b8fff970 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000004f`b8fff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004f`b93ffd68 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
0000004f`b93ffd70 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
0000004f`b93ffde0 00007ff9`cc584cb0     postgres!pg_signal_thread(
0000004f`b93ffee0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000004f`b93fff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004f`b87fec40 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000004f`b87fec80 00007ff7`c43097bc     postgres!ExceptionalCondition(
0000004f`b87fecc0 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000004f`b87fed10 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000004f`b87fed60 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000004f`b87ff680 00007ff7`c41beb98     postgres!PostmasterMain(
0000004f`b87ff810 00007ff7`c47b5f29     postgres!main(
0000004f`b87ff850 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000004f`b87ff8a0 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000004f`b87ff910 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000048`cadff7c8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000048`cadff7d0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000048`cadffac0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000048`cadffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000048`ca9ffc28 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000048`ca9ffc30 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000048`ca9fff20 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000048`ca9fff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000048`ca5ffc28 00007ff7`c43026b7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000048`ca5ffc30 00007ff7`c41beb04     postgres!SubPostmasterMain(
00000048`ca5ffca0 00007ff7`c47b5f29     postgres!main(
00000048`ca5ffce0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000048`ca5ffd30 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000048`ca5ffda0 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000048`ca5ffdd0 00007ff9`cc584cb0     postgres!mainCRTStartup(
00000048`ca5ffe00 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000048`ca5ffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f4`0a3ff9a8 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
000000f4`0a3ff9b0 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
000000f4`0a3ffa20 00007ff9`cc584cb0     postgres!pg_signal_thread(
000000f4`0a3ffb20 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000f4`0a3ffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f4`097fedd0 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f4`097fee10 00007ff7`c43097bc     postgres!ExceptionalCondition(
000000f4`097fee50 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f4`097feea0 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000f4`097feef0 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f4`097ff810 00007ff7`c41beb98     postgres!PostmasterMain(
000000f4`097ff9a0 00007ff7`c47b5f29     postgres!main(
000000f4`097ff9e0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f4`097ffa30 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f4`097ffaa0 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f4`09bffac8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f4`09bffad0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000f4`09bffdc0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000f4`09bffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f4`09fffb08 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f4`09fffb10 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000f4`09fffe00 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000f4`09fffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f4`0a7ff758 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f4`0a7ff760 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000f4`0a7ffa50 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000f4`0a7ffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bc`5e3ff538 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bc`5e3ff540 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000bc`5e3ff830 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000bc`5e3ff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bc`5dbff8c8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bc`5dbff8d0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000bc`5dbffbc0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000bc`5dbffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bc`5d7fef10 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000bc`5d7fef50 00007ff7`c43097bc     postgres!ExceptionalCondition(
000000bc`5d7fef90 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000bc`5d7fefe0 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000bc`5d7ff030 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000bc`5d7ff950 00007ff7`c41beb98     postgres!PostmasterMain(
000000bc`5d7ffae0 00007ff7`c47b5f29     postgres!main(
000000bc`5d7ffb20 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000bc`5d7ffb70 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000bc`5d7ffbe0 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000bc`5dfff788 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
000000bc`5dfff790 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
000000bc`5dfff800 00007ff9`cc584cb0     postgres!pg_signal_thread(
000000bc`5dfff900 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000bc`5dfff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bc`5e7ffb48 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bc`5e7ffb50 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000bc`5e7ffe40 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000bc`5e7ffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000083`dddff988 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000083`dddff990 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000083`dddffc80 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000083`dddffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000083`dd5fea20 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000083`dd5fea60 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000083`dd5feaa0 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000083`dd5feaf0 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000083`dd5feb40 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000083`dd5ff460 00007ff7`c41beb98     postgres!PostmasterMain(
00000083`dd5ff5f0 00007ff7`c47b5f29     postgres!main(
00000083`dd5ff630 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000083`dd5ff680 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000083`dd5ff6f0 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000083`dd9ff848 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000083`dd9ff850 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000083`dd9ffb40 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000083`dd9ffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000083`de1ffba8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000083`de1ffbb0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000083`de1ffea0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000083`de1ffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000083`de5ffb68 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000083`de5ffb70 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000083`de5ffbe0 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000083`de5ffce0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000083`de5ffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000083`de9ff498 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000083`de9ff4a0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000083`de9ff790 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000083`de9ff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000df`a61ffb28 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000df`a61ffb30 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000df`a61ffe20 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000df`a61ffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000df`a65ff828 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000df`a65ff830 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000df`a65ffb20 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000df`a65ffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000df`a5dffb48 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
000000df`a5dffb50 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
000000df`a5dffbc0 00007ff9`cc584cb0     postgres!pg_signal_thread(
000000df`a5dffcc0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000df`a5dffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000df`a59ff928 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000df`a59ff930 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000df`a59ffc20 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000df`a59ffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000df`a55fea50 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000df`a55fea90 00007ff7`c43097bc     postgres!ExceptionalCondition(
000000df`a55fead0 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000df`a55feb20 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000df`a55feb70 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000df`a55ff490 00007ff7`c41beb98     postgres!PostmasterMain(
000000df`a55ff620 00007ff7`c47b5f29     postgres!main(
000000df`a55ff660 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000df`a55ff6b0 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000df`a55ff720 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000080`315ff858 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000080`315ff860 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000080`315ffb50 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000080`315ffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000080`319ffb58 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000080`319ffb60 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000080`319ffe50 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000080`319ffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000080`31dffd78 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000080`31dffd80 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000080`31dffdf0 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000080`31dffef0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000080`31dfff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000080`321ff648 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000080`321ff650 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000080`321ff940 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000080`321ff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000080`311feb10 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000080`311feb50 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000080`311feb90 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000080`311febe0 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000080`311fec30 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000080`311ff550 00007ff7`c41beb98     postgres!PostmasterMain(
00000080`311ff6e0 00007ff7`c47b5f29     postgres!main(
00000080`311ff720 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000080`311ff770 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000080`311ff7e0 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000032`173ff4b8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000032`173ff4c0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000032`173ff7b0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000032`173ff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000032`177ffc78 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000032`177ffc80 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000032`177ffcf0 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000032`177ffdf0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000032`177ffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000032`17bff698 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000032`17bff6a0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000032`17bff990 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000032`17bff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000032`17fff9c8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000032`17fff9d0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000032`17fffcc0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000032`17fffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000032`16ffeb40 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000032`16ffeb80 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000032`16ffebc0 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000032`16ffec10 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000032`16ffec60 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000032`16fff580 00007ff7`c41beb98     postgres!PostmasterMain(
00000032`16fff710 00007ff7`c47b5f29     postgres!main(
00000032`16fff750 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000032`16fff7a0 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000032`16fff810 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000001e`e2dffa38 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001e`e2dffa40 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000001e`e2dffd30 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000001e`e2dffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001e`e31ff848 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001e`e31ff850 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000001e`e31ffb40 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000001e`e31ffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001e`e35ff5f8 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
0000001e`e35ff600 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
0000001e`e35ff670 00007ff9`cc584cb0     postgres!pg_signal_thread(
0000001e`e35ff770 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000001e`e35ff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001e`e39ffa98 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001e`e39ffaa0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000001e`e39ffd90 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000001e`e39ffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001e`e29fef40 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000001e`e29fef80 00007ff7`c43097bc     postgres!ExceptionalCondition(
0000001e`e29fefc0 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000001e`e29ff010 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000001e`e29ff060 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000001e`e29ff980 00007ff7`c41beb98     postgres!PostmasterMain(
0000001e`e29ffb10 00007ff7`c47b5f29     postgres!main(
0000001e`e29ffb50 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000001e`e29ffba0 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000001e`e29ffc10 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a4`8e3ff798 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a4`8e3ff7a0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000a4`8e3ffa90 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000a4`8e3ffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a4`8d7fecf0 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a4`8d7fed30 00007ff7`c43097bc     postgres!ExceptionalCondition(
000000a4`8d7fed70 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000a4`8d7fedc0 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000a4`8d7fee10 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a4`8d7ff730 00007ff7`c41beb98     postgres!PostmasterMain(
000000a4`8d7ff8c0 00007ff7`c47b5f29     postgres!main(
000000a4`8d7ff900 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a4`8d7ff950 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a4`8d7ff9c0 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a4`8dbff738 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a4`8dbff740 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000a4`8dbffa30 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000a4`8dbffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a4`8dfff7b8 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
000000a4`8dfff7c0 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
000000a4`8dfff830 00007ff9`cc584cb0     postgres!pg_signal_thread(
000000a4`8dfff930 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000a4`8dfff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a4`8e7ff868 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a4`8e7ff870 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000a4`8e7ffb60 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000a4`8e7ffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000064`817ff798 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000064`817ff7a0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000064`817ffa90 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000064`817ffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000064`80bffc18 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000064`80bffc20 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000064`80bfff10 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000064`80bfff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000064`807fec00 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000064`807fec40 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000064`807fec80 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000064`807fecd0 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000064`807fed20 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000064`807ff640 00007ff7`c41beb98     postgres!PostmasterMain(
00000064`807ff7d0 00007ff7`c47b5f29     postgres!main(
00000064`807ff810 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000064`807ff860 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000064`807ff8d0 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000064`813ffc38 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000064`813ffc40 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000064`813fff30 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000064`813fff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000064`80fff8f8 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000064`80fff900 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000064`80fff970 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000064`80fffa70 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000064`80fffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000025`a05ff758 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000025`a05ff760 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000025`a05ffa50 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000025`a05ffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000025`a0dff918 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000025`a0dff920 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000025`a0dffc10 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000025`a0dffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000025`a11ffa58 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000025`a11ffa60 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000025`a11ffad0 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000025`a11ffbd0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000025`a11ffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000025`a15ffc08 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000025`a15ffc10 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000025`a15fff00 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000025`a15fff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000025`a01fec90 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000025`a01fecd0 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000025`a01fed10 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000025`a01fed60 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000025`a01fedb0 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000025`a01ff6d0 00007ff7`c41beb98     postgres!PostmasterMain(
00000025`a01ff860 00007ff7`c47b5f29     postgres!main(
00000025`a01ff8a0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000025`a01ff8f0 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000025`a01ff960 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000025`a09ffa68 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000025`a09ffa70 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000025`a09ffd60 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000025`a09ffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d6`46fff748 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d6`46fff750 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000d6`46fffa40 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000d6`46fffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d6`473ff808 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d6`473ff810 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000d6`473ffb00 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000d6`473ffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d6`477ff7a8 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
000000d6`477ff7b0 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
000000d6`477ff820 00007ff9`cc584cb0     postgres!pg_signal_thread(
000000d6`477ff920 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000d6`477ff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d6`47bff7d8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d6`47bff7e0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000d6`47bffad0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000d6`47bffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d6`46bff040 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d6`46bff080 00007ff7`c43097bc     postgres!ExceptionalCondition(
000000d6`46bff0c0 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000d6`46bff110 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000d6`46bff160 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000d6`46bffa80 00007ff7`c41beb98     postgres!PostmasterMain(
000000d6`46bffc10 00007ff7`c47b5f29     postgres!main(
000000d6`46bffc50 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d6`46bffca0 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d6`46bffd10 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ae`9a9ffbb8 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
000000ae`9a9ffbc0 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
000000ae`9a9ffc30 00007ff9`cc584cb0     postgres!pg_signal_thread(
000000ae`9a9ffd30 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000ae`9a9ffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ae`99dfee60 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ae`99dfeea0 00007ff7`c43097bc     postgres!ExceptionalCondition(
000000ae`99dfeee0 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ae`99dfef30 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000ae`99dfef80 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ae`99dff8a0 00007ff7`c41beb98     postgres!PostmasterMain(
000000ae`99dffa30 00007ff7`c47b5f29     postgres!main(
000000ae`99dffa70 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ae`99dffac0 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ae`99dffb30 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ae`9a1ffad8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ae`9a1ffae0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000ae`9a1ffdd0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000ae`9a1ffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ae`9a5ffc38 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ae`9a5ffc40 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000ae`9a5fff30 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000ae`9a5fff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ae`9adff758 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ae`9adff760 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000ae`9adffa50 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000ae`9adffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003f`c0fff698 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
0000003f`c0fff6a0 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
0000003f`c0fff710 00007ff9`cc584cb0     postgres!pg_signal_thread(
0000003f`c0fff810 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000003f`c0fff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003f`bfffea60 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000003f`bfffeaa0 00007ff7`c43097bc     postgres!ExceptionalCondition(
0000003f`bfffeae0 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000003f`bfffeb30 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000003f`bfffeb80 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000003f`bffff4a0 00007ff7`c41beb98     postgres!PostmasterMain(
0000003f`bffff630 00007ff7`c47b5f29     postgres!main(
0000003f`bffff670 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000003f`bffff6c0 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000003f`bffff730 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000003f`c03ffb78 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003f`c03ffb80 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000003f`c03ffe70 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000003f`c03ffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003f`c07ffbc8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003f`c07ffbd0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000003f`c07ffec0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000003f`c07ffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003f`c0bff908 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003f`c0bff910 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000003f`c0bffc00 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000003f`c0bffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003f`c13ff6c8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003f`c13ff6d0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000003f`c13ff9c0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000003f`c13ff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000061`fb3ff718 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000061`fb3ff720 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000061`fb3ffa10 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000061`fb3ffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000061`fb7ffc18 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000061`fb7ffc20 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000061`fb7ffc90 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000061`fb7ffd90 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000061`fb7ffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000061`faffef20 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000061`faffef60 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000061`faffefa0 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000061`faffeff0 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000061`fafff040 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000061`fafff960 00007ff7`c41beb98     postgres!PostmasterMain(
00000061`fafffaf0 00007ff7`c47b5f29     postgres!main(
00000061`fafffb30 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000061`fafffb80 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000061`fafffbf0 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000061`fbbff808 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000061`fbbff810 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000061`fbbffb00 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000061`fbbffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000061`fbfff758 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000061`fbfff760 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000061`fbfffa50 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000061`fbfffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000049`d91ff658 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000049`d91ff660 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000049`d91ff6d0 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000049`d91ff7d0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000049`d91ff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000049`d95ffc38 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000049`d95ffc40 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000049`d95fff30 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000049`d95fff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000049`d89ff6a8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000049`d89ff6b0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000049`d89ff9a0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000049`d89ff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000049`d8dff938 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000049`d8dff940 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000049`d8dffc30 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000049`d8dffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000049`d85fecd0 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000049`d85fed10 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000049`d85fed50 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000049`d85feda0 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000049`d85fedf0 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000049`d85ff710 00007ff7`c41beb98     postgres!PostmasterMain(
00000049`d85ff8a0 00007ff7`c47b5f29     postgres!main(
00000049`d85ff8e0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000049`d85ff930 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000049`d85ff9a0 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000049`5f3ff958 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000049`5f3ff960 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000049`5f3ffc50 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000049`5f3ffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000049`5e7fece0 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000049`5e7fed20 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000049`5e7fed60 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000049`5e7fedb0 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000049`5e7fee00 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000049`5e7ff720 00007ff7`c41beb98     postgres!PostmasterMain(
00000049`5e7ff8b0 00007ff7`c47b5f29     postgres!main(
00000049`5e7ff8f0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000049`5e7ff940 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000049`5e7ff9b0 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000049`5ebff588 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000049`5ebff590 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000049`5ebff880 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000049`5ebff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000049`5efffa68 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000049`5efffa70 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000049`5efffae0 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000049`5efffbe0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000049`5efffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000049`5f7ff5c8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000049`5f7ff5d0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000049`5f7ff8c0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000049`5f7ff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f1`fa3ffa68 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f1`fa3ffa70 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000f1`fa3ffd60 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000f1`fa3ffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f1`f93fefc0 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f1`f93ff000 00007ff7`c43097bc     postgres!ExceptionalCondition(
000000f1`f93ff040 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f1`f93ff090 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000f1`f93ff0e0 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f1`f93ffa00 00007ff7`c41beb98     postgres!PostmasterMain(
000000f1`f93ffb90 00007ff7`c47b5f29     postgres!main(
000000f1`f93ffbd0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f1`f93ffc20 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f1`f93ffc90 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f1`f97ff828 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f1`f97ff830 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000f1`f97ffb20 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000f1`f97ffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f1`f9bff938 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f1`f9bff940 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000f1`f9bffc30 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000f1`f9bffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f1`f9fffa48 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
000000f1`f9fffa50 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
000000f1`f9fffac0 00007ff9`cc584cb0     postgres!pg_signal_thread(
000000f1`f9fffbc0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000f1`f9fffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005f`853ff928 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005f`853ff930 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000005f`853ffc20 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000005f`853ffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005f`84bfef90 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000005f`84bfefd0 00007ff7`c43097bc     postgres!ExceptionalCondition(
0000005f`84bff010 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000005f`84bff060 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000005f`84bff0b0 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000005f`84bff9d0 00007ff7`c41beb98     postgres!PostmasterMain(
0000005f`84bffb60 00007ff7`c47b5f29     postgres!main(
0000005f`84bffba0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000005f`84bffbf0 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000005f`84bffc60 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000005f`84fff9b8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005f`84fff9c0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000005f`84fffcb0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000005f`84fffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005f`857ffd48 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
0000005f`857ffd50 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
0000005f`857ffdc0 00007ff9`cc584cb0     postgres!pg_signal_thread(
0000005f`857ffec0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000005f`857ffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005f`85bffa48 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005f`85bffa50 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000005f`85bffd40 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000005f`85bffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000035`711fec80 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000035`711fecc0 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000035`711fed00 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000035`711fed50 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000035`711feda0 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000035`711ff6c0 00007ff7`c41beb98     postgres!PostmasterMain(
00000035`711ff850 00007ff7`c47b5f29     postgres!main(
00000035`711ff890 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000035`711ff8e0 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000035`711ff950 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000035`715ff6e8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000035`715ff6f0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000035`715ff9e0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000035`715ffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000035`719ffa18 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000035`719ffa20 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000035`719ffd10 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000035`719ffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000035`71dff638 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000035`71dff640 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000035`71dff930 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000035`71dff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000035`721ff7a8 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000035`721ff7b0 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000035`721ff820 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000035`721ff920 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000035`721ff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000035`725ffbc8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000035`725ffbd0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000035`725ffec0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000035`725ffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000023`d13fed40 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000023`d13fed80 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000023`d13fedc0 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000023`d13fee10 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000023`d13fee60 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000023`d13ff780 00007ff7`c41beb98     postgres!PostmasterMain(
00000023`d13ff910 00007ff7`c47b5f29     postgres!main(
00000023`d13ff950 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000023`d13ff9a0 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000023`d13ffa10 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000023`d17ff808 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000023`d17ff810 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000023`d17ffb00 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000023`d17ffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000023`d1bff868 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000023`d1bff870 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000023`d1bff8e0 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000023`d1bff9e0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000023`d1bffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000023`d1fff7e8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000023`d1fff7f0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000023`d1fffae0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000023`d1fffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000023`d23ff9a8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000023`d23ff9b0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000023`d23ffca0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000023`d23ffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004c`f71feae0 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000004c`f71feb20 00007ff7`c43097bc     postgres!ExceptionalCondition(
0000004c`f71feb60 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000004c`f71febb0 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000004c`f71fec00 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000004c`f71ff520 00007ff7`c41beb98     postgres!PostmasterMain(
0000004c`f71ff6b0 00007ff7`c47b5f29     postgres!main(
0000004c`f71ff6f0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000004c`f71ff740 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000004c`f71ff7b0 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000004c`f79ffbd8 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
0000004c`f79ffbe0 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
0000004c`f79ffc50 00007ff9`cc584cb0     postgres!pg_signal_thread(
0000004c`f79ffd50 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000004c`f79ffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004c`f81ffa18 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004c`f81ffa20 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000004c`f81ffd10 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000004c`f81ffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004c`f75ff4f8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004c`f75ff500 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000004c`f75ff7f0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000004c`f75ff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004c`f7dff508 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004c`f7dff510 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000004c`f7dff800 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000004c`f7dff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000011`535fec90 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000011`535fecd0 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000011`535fed10 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000011`535fed60 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000011`535fedb0 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000011`535ff6d0 00007ff7`c41beb98     postgres!PostmasterMain(
00000011`535ff860 00007ff7`c47b5f29     postgres!main(
00000011`535ff8a0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000011`535ff8f0 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000011`535ff960 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000011`539ff538 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000011`539ff540 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000011`539ff830 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000011`539ff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000011`53dff8e8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000011`53dff8f0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000011`53dffbe0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000011`53dffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000011`541ffce8 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000011`541ffcf0 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000011`541ffd60 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000011`541ffe60 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000011`541ffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000011`545ff598 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000011`545ff5a0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000011`545ff890 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000011`545ff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000021`45bff8a8 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000021`45bff8b0 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000021`45bff920 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000021`45bffa20 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000021`45bffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000021`44ffec90 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000021`44ffecd0 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000021`44ffed10 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000021`44ffed60 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000021`44ffedb0 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000021`44fff6d0 00007ff7`c41beb98     postgres!PostmasterMain(
00000021`44fff860 00007ff7`c47b5f29     postgres!main(
00000021`44fff8a0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000021`44fff8f0 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000021`44fff960 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000021`453ff538 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000021`453ff540 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000021`453ff830 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000021`453ff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000021`457ffab8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000021`457ffac0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000021`457ffdb0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000021`457ffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000021`45fff8c8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000021`45fff8d0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000021`45fffbc0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000021`45fffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e9`17dff668 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e9`17dff670 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000e9`17dff960 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000e9`17dff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e9`171ff818 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e9`171ff820 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000e9`171ffb10 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000e9`171ffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e9`16dfeb60 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e9`16dfeba0 00007ff7`c43097bc     postgres!ExceptionalCondition(
000000e9`16dfebe0 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000e9`16dfec30 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000e9`16dfec80 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000e9`16dff5a0 00007ff7`c41beb98     postgres!PostmasterMain(
000000e9`16dff730 00007ff7`c47b5f29     postgres!main(
000000e9`16dff770 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e9`16dff7c0 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e9`16dff830 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000e9`179ff838 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
000000e9`179ff840 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
000000e9`179ff8b0 00007ff9`cc584cb0     postgres!pg_signal_thread(
000000e9`179ff9b0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000e9`179ff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e9`175ff968 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e9`175ff970 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000e9`175ffc60 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000e9`175ffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000054`dd9fef20 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000054`dd9fef60 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000054`dd9fefa0 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000054`dd9feff0 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000054`dd9ff040 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000054`dd9ff960 00007ff7`c41beb98     postgres!PostmasterMain(
00000054`dd9ffaf0 00007ff7`c47b5f29     postgres!main(
00000054`dd9ffb30 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000054`dd9ffb80 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000054`dd9ffbf0 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000054`de5ff6b8 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000054`de5ff6c0 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000054`de5ff730 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000054`de5ff830 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000054`de5ff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000054`de1ff958 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000054`de1ff960 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000054`de1ffc50 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000054`de1ffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000054`de9ff9b8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000054`de9ff9c0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000054`de9ffcb0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000054`de9ffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000054`dddff728 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000054`dddff730 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000054`dddffa20 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000054`dddffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000028`3afffaf8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000028`3afffb00 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000028`3afffdf0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000028`3afffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000028`3b3ff7f8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000028`3b3ff800 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000028`3b3ffaf0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000028`3b3ffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000028`3b7ffd08 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000028`3b7ffd10 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000028`3b7ffd80 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000028`3b7ffe80 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000028`3b7ffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000028`3a7fea40 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000028`3a7fea80 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000028`3a7feac0 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000028`3a7feb10 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000028`3a7feb60 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000028`3a7ff480 00007ff7`c41beb98     postgres!PostmasterMain(
00000028`3a7ff610 00007ff7`c47b5f29     postgres!main(
00000028`3a7ff650 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000028`3a7ff6a0 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000028`3a7ff710 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000028`3bbff5f8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000028`3bbff600 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000028`3bbff8f0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000028`3bbff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000028`3abff828 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000028`3abff830 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000028`3abffb20 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000028`3abffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000057`a2fff9f8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000057`a2fffa00 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000057`a2fffcf0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000057`a2fffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000057`a2bffae8 00007ff7`c43026b7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000057`a2bffaf0 00007ff7`c41beb04     postgres!SubPostmasterMain(
00000057`a2bffb60 00007ff7`c47b5f29     postgres!main(
00000057`a2bffba0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000057`a2bffbf0 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000057`a2bffc60 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000057`a2bffc90 00007ff9`cc584cb0     postgres!mainCRTStartup(
00000057`a2bffcc0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000057`a2bffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000057`a33ff7b8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000057`a33ff7c0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000057`a33ffab0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000057`a33ffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000010`779ff180 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000010`779ff1c0 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000010`779ff200 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000010`779ff250 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000010`779ff2a0 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000010`779ffbc0 00007ff7`c41beb98     postgres!PostmasterMain(
00000010`779ffd50 00007ff7`c47b5f29     postgres!main(
00000010`779ffd90 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000010`779ffde0 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000010`779ffe50 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000010`77dff668 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000010`77dff670 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000010`77dff960 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000010`77dff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000010`781ff5a8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000010`781ff5b0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000010`781ff8a0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000010`781ff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000010`785ff578 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000010`785ff580 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000010`785ff870 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000010`785ff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000010`789ffc88 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000010`789ffc90 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000010`789ffd00 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000010`789ffe00 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000010`789ffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000010`78dff4b8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000010`78dff4c0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000010`78dff7b0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000010`78dff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002c`e33fec20 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000002c`e33fec60 00007ff7`c43097bc     postgres!ExceptionalCondition(
0000002c`e33feca0 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000002c`e33fecf0 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000002c`e33fed40 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000002c`e33ff660 00007ff7`c41beb98     postgres!PostmasterMain(
0000002c`e33ff7f0 00007ff7`c47b5f29     postgres!main(
0000002c`e33ff830 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000002c`e33ff880 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000002c`e33ff8f0 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000002c`e37ff858 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002c`e37ff860 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000002c`e37ffb50 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000002c`e37ffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002c`e3bffa28 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
0000002c`e3bffa30 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
0000002c`e3bffaa0 00007ff9`cc584cb0     postgres!pg_signal_thread(
0000002c`e3bffba0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000002c`e3bffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002c`e3fff5f8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002c`e3fff600 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000002c`e3fff8f0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000002c`e3fff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002c`e43ff878 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002c`e43ff880 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000002c`e43ffb70 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000002c`e43ffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bf`2f5ff638 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bf`2f5ff640 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000bf`2f5ff930 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000bf`2f5ff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bf`2e9ff130 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000bf`2e9ff170 00007ff7`c43097bc     postgres!ExceptionalCondition(
000000bf`2e9ff1b0 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000bf`2e9ff200 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000bf`2e9ff250 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000bf`2e9ffb70 00007ff7`c41beb98     postgres!PostmasterMain(
000000bf`2e9ffd00 00007ff7`c47b5f29     postgres!main(
000000bf`2e9ffd40 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000bf`2e9ffd90 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000bf`2e9ffe00 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000bf`2edff708 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bf`2edff710 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000bf`2edffa00 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000bf`2edffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bf`2f1ff6c8 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
000000bf`2f1ff6d0 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
000000bf`2f1ff740 00007ff9`cc584cb0     postgres!pg_signal_thread(
000000bf`2f1ff840 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000bf`2f1ff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bf`2f9ffa68 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bf`2f9ffa70 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000bf`2f9ffd60 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000bf`2f9ffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000f`ff5ffb38 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
0000000f`ff5ffb40 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
0000000f`ff5ffbb0 00007ff9`cc584cb0     postgres!pg_signal_thread(
0000000f`ff5ffcb0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000000f`ff5ffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000f`fedfefc0 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000000f`fedff000 00007ff7`c43097bc     postgres!ExceptionalCondition(
0000000f`fedff040 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000000f`fedff090 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000000f`fedff0e0 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000000f`fedffa00 00007ff7`c41beb98     postgres!PostmasterMain(
0000000f`fedffb90 00007ff7`c47b5f29     postgres!main(
0000000f`fedffbd0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000000f`fedffc20 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000000f`fedffc90 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000000f`ffdffc18 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000f`ffdffc20 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000000f`ffdfff10 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000000f`ffdfff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000014`77bff698 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000014`77bff6a0 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000014`77bff710 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000014`77bff810 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000014`77bff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000014`783ff908 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000014`783ff910 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000014`783ffc00 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000014`783ffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000014`773ff020 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000014`773ff060 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000014`773ff0a0 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000014`773ff0f0 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000014`773ff140 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000014`773ffa60 00007ff7`c41beb98     postgres!PostmasterMain(
00000014`773ffbf0 00007ff7`c47b5f29     postgres!main(
00000014`773ffc30 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000014`773ffc80 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000014`773ffcf0 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000014`777ff6c8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000014`777ff6d0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000014`777ff9c0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000014`777ff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000014`77fff9c8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000014`77fff9d0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000014`77fffcc0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000014`77fffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000069`f51fed30 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000069`f51fed70 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000069`f51fedb0 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000069`f51fee00 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000069`f51fee50 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000069`f51ff770 00007ff7`c41beb98     postgres!PostmasterMain(
00000069`f51ff900 00007ff7`c47b5f29     postgres!main(
00000069`f51ff940 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000069`f51ff990 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000069`f51ffa00 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000069`f55ff638 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000069`f55ff640 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000069`f55ff930 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000069`f55ff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000069`f59ff618 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000069`f59ff620 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000069`f59ff910 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000069`f59ff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000069`f5dffb48 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000069`f5dffb50 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000069`f5dffe40 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000069`f5dffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000069`f61ff6f8 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000069`f61ff700 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000069`f61ff770 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000069`f61ff870 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000069`f61ff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000069`f65ff4f8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000069`f65ff500 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000069`f65ff7f0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000069`f65ff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005e`b1ffed40 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000005e`b1ffed80 00007ff7`c43097bc     postgres!ExceptionalCondition(
0000005e`b1ffedc0 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000005e`b1ffee10 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000005e`b1ffee60 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000005e`b1fff780 00007ff7`c41beb98     postgres!PostmasterMain(
0000005e`b1fff910 00007ff7`c47b5f29     postgres!main(
0000005e`b1fff950 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000005e`b1fff9a0 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000005e`b1fffa10 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000005e`b23ff5b8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005e`b23ff5c0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000005e`b23ff8b0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000005e`b23ff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005e`b27ff838 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005e`b27ff840 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000005e`b27ffb30 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000005e`b27ffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005e`b2bff968 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005e`b2bff970 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000005e`b2bffc60 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000005e`b2bffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005e`b2fffb28 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
0000005e`b2fffb30 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
0000005e`b2fffba0 00007ff9`cc584cb0     postgres!pg_signal_thread(
0000005e`b2fffca0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000005e`b2fffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005e`b33ff858 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005e`b33ff860 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000005e`b33ffb50 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000005e`b33ffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000066`18dfee80 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000066`18dfeec0 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000066`18dfef00 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000066`18dfef50 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000066`18dfefa0 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000066`18dff8c0 00007ff7`c41beb98     postgres!PostmasterMain(
00000066`18dffa50 00007ff7`c47b5f29     postgres!main(
00000066`18dffa90 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000066`18dffae0 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000066`18dffb50 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000066`1a1ff558 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000066`1a1ff560 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000066`1a1ff850 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000066`1a1ff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000066`19dffa18 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000066`19dffa20 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000066`19dffa90 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000066`19dffb90 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000066`19dffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004b`6bbfea10 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000004b`6bbfea50 00007ff7`c43097bc     postgres!ExceptionalCondition(
0000004b`6bbfea90 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000004b`6bbfeae0 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000004b`6bbfeb30 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000004b`6bbff450 00007ff7`c41beb98     postgres!PostmasterMain(
0000004b`6bbff5e0 00007ff7`c47b5f29     postgres!main(
0000004b`6bbff620 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000004b`6bbff670 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000004b`6bbff6e0 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000004b`6bfffa38 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004b`6bfffa40 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000004b`6bfffd30 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000004b`6bfffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004b`6c3ff8d8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004b`6c3ff8e0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000004b`6c3ffbd0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000004b`6c3ffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004b`6c7ff968 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
0000004b`6c7ff970 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
0000004b`6c7ff9e0 00007ff9`cc584cb0     postgres!pg_signal_thread(
0000004b`6c7ffae0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000004b`6c7ffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004b`6cbff528 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004b`6cbff530 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000004b`6cbff820 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000004b`6cbff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000053`f3bff608 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000053`f3bff610 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000053`f3bff680 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000053`f3bff780 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000053`f3bff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000053`f2ffef80 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000053`f2ffefc0 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000053`f2fff000 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000053`f2fff050 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000053`f2fff0a0 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000053`f2fff9c0 00007ff7`c41beb98     postgres!PostmasterMain(
00000053`f2fffb50 00007ff7`c47b5f29     postgres!main(
00000053`f2fffb90 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000053`f2fffbe0 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000053`f2fffc50 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000053`f3fff818 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000053`f3fff820 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000053`f3fffb10 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000053`f3fffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000053`f33ff888 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000053`f33ff890 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000053`f33ffb80 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000053`f33ffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000053`f37ff668 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000053`f37ff670 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000053`f37ff960 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000053`f37ff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007b`c89ffa68 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
0000007b`c89ffa70 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
0000007b`c89ffae0 00007ff9`cc584cb0     postgres!pg_signal_thread(
0000007b`c89ffbe0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000007b`c89ffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007b`c7dff190 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000007b`c7dff1d0 00007ff7`c43097bc     postgres!ExceptionalCondition(
0000007b`c7dff210 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000007b`c7dff260 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000007b`c7dff2b0 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000007b`c7dffbd0 00007ff7`c41beb98     postgres!PostmasterMain(
0000007b`c7dffd60 00007ff7`c47b5f29     postgres!main(
0000007b`c7dffda0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000007b`c7dffdf0 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000007b`c7dffe60 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000007b`c81ff488 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007b`c81ff490 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000007b`c81ff780 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000007b`c81ff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007b`c85ff588 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007b`c85ff590 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000007b`c85ff880 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000007b`c85ff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007b`c8dff598 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007b`c8dff5a0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000007b`c8dff890 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000007b`c8dff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000052`bb5ff6a8 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000052`bb5ff6b0 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000052`bb5ff720 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000052`bb5ff820 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000052`bb5ff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000052`bb1ff618 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000052`bb1ff620 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000052`bb1ff910 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000052`bb1ff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000052`bbdffae8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000052`bbdffaf0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000052`bbdffde0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000052`bbdffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000052`bb9ff9f8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000052`bb9ffa00 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000052`bb9ffcf0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000052`bb9ffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000052`badfeb00 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000052`badfeb40 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000052`badfeb80 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000052`badfebd0 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000052`badfec20 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000052`badff540 00007ff7`c41beb98     postgres!PostmasterMain(
00000052`badff6d0 00007ff7`c47b5f29     postgres!main(
00000052`badff710 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000052`badff760 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000052`badff7d0 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000077`f3bff6b8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000077`f3bff6c0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000077`f3bff9b0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000077`f3bff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000077`f3fff4c8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000077`f3fff4d0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000077`f3fff7c0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000077`f3fff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000077`f47ffa88 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000077`f47ffa90 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000077`f47ffd80 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000077`f47ffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000077`f43ffcb8 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000077`f43ffcc0 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000077`f43ffd30 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000077`f43ffe30 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000077`f43ffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000077`f37fea90 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000077`f37fead0 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000077`f37feb10 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000077`f37feb60 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000077`f37febb0 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000077`f37ff4d0 00007ff7`c41beb98     postgres!PostmasterMain(
00000077`f37ff660 00007ff7`c47b5f29     postgres!main(
00000077`f37ff6a0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000077`f37ff6f0 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000077`f37ff760 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000086`e35fee90 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000086`e35feed0 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000086`e35fef10 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000086`e35fef60 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000086`e35fefb0 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000086`e35ff8d0 00007ff7`c41beb98     postgres!PostmasterMain(
00000086`e35ffa60 00007ff7`c47b5f29     postgres!main(
00000086`e35ffaa0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000086`e35ffaf0 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000086`e35ffb60 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000086`e41ff4f8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000086`e41ff500 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000086`e41ff7f0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000086`e41ff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000086`e39ff6d8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000086`e39ff6e0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000086`e39ff9d0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000086`e39ffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000086`e3dff798 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000086`e3dff7a0 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000086`e3dff810 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000086`e3dff910 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000086`e3dff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000086`e45ff578 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000086`e45ff580 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000086`e45ff870 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000086`e45ff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000049`59dff868 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000049`59dff870 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000049`59dff8e0 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000049`59dff9e0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000049`59dffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000049`5a1ff768 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000049`5a1ff770 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000049`5a1ffa60 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000049`5a1ffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000049`5a5ff6e8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000049`5a5ff6f0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000049`5a5ff9e0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000049`5a5ffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000049`595fee10 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000049`595fee50 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000049`595fee90 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000049`595feee0 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000049`595fef30 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000049`595ff850 00007ff7`c41beb98     postgres!PostmasterMain(
00000049`595ff9e0 00007ff7`c47b5f29     postgres!main(
00000049`595ffa20 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000049`595ffa70 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000049`595ffae0 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000049`599ff998 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000049`599ff9a0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000049`599ffc90 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000049`599ffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000092`b05ff7e8 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000092`b05ff7f0 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000092`b05ff860 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000092`b05ff960 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000092`b05ff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000092`af9fefc0 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000092`af9ff000 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000092`af9ff040 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000092`af9ff090 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000092`af9ff0e0 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000092`af9ffa00 00007ff7`c41beb98     postgres!PostmasterMain(
00000092`af9ffb90 00007ff7`c47b5f29     postgres!main(
00000092`af9ffbd0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000092`af9ffc20 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000092`af9ffc90 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000092`afdff5c8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000092`afdff5d0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000092`afdff8c0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000092`afdff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000092`b01ffa18 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000092`b01ffa20 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000092`b01ffd10 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000092`b01ffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000092`b09ff5a8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000092`b09ff5b0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000092`b09ff8a0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000092`b09ff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a3`bddff968 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a3`bddff970 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000a3`bddffc60 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000a3`bddffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a3`be1ffb98 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a3`be1ffba0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000a3`be1ffe90 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000a3`be1ffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a3`bd1fee60 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a3`bd1feea0 00007ff7`c43097bc     postgres!ExceptionalCondition(
000000a3`bd1feee0 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000a3`bd1fef30 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000a3`bd1fef80 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a3`bd1ff8a0 00007ff7`c41beb98     postgres!PostmasterMain(
000000a3`bd1ffa30 00007ff7`c47b5f29     postgres!main(
000000a3`bd1ffa70 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a3`bd1ffac0 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a3`bd1ffb30 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a3`bd5ffac8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a3`bd5ffad0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000a3`bd5ffdc0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000a3`bd5ffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a3`bd9ff7c8 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
000000a3`bd9ff7d0 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
000000a3`bd9ff840 00007ff9`cc584cb0     postgres!pg_signal_thread(
000000a3`bd9ff940 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000a3`bd9ff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000da`f0dff868 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
000000da`f0dff870 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
000000da`f0dff8e0 00007ff9`cc584cb0     postgres!pg_signal_thread(
000000da`f0dff9e0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000da`f0dffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000da`f05feed0 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000da`f05fef10 00007ff7`c43097bc     postgres!ExceptionalCondition(
000000da`f05fef50 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000da`f05fefa0 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000da`f05feff0 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000da`f05ff910 00007ff7`c41beb98     postgres!PostmasterMain(
000000da`f05ffaa0 00007ff7`c47b5f29     postgres!main(
000000da`f05ffae0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000da`f05ffb30 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000da`f05ffba0 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000da`f09ff488 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000da`f09ff490 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000da`f09ff780 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000da`f09ff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000da`f15ff968 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000da`f15ff970 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000da`f15ffc60 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000da`f15ffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000da`f11ffa98 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000da`f11ffaa0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000da`f11ffd90 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000da`f11ffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f7`fb3feeb0 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f7`fb3feef0 00007ff7`c43097bc     postgres!ExceptionalCondition(
000000f7`fb3fef30 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f7`fb3fef80 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000f7`fb3fefd0 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f7`fb3ff8f0 00007ff7`c41beb98     postgres!PostmasterMain(
000000f7`fb3ffa80 00007ff7`c47b5f29     postgres!main(
000000f7`fb3ffac0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f7`fb3ffb10 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f7`fb3ffb80 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f7`fc3ffa38 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f7`fc3ffa40 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000f7`fc3ffd30 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000f7`fc3ffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f7`fb7ff968 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f7`fb7ff970 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000f7`fb7ffc60 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000f7`fb7ffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f7`fbfff798 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
000000f7`fbfff7a0 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
000000f7`fbfff810 00007ff9`cc584cb0     postgres!pg_signal_thread(
000000f7`fbfff910 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000f7`fbfff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f7`fbbffb68 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f7`fbbffb70 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000f7`fbbffe60 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000f7`fbbffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006b`f99ff5a8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006b`f99ff5b0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000006b`f99ff8a0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000006b`f99ff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006b`fa1ff5e8 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
0000006b`fa1ff5f0 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
0000006b`fa1ff660 00007ff9`cc584cb0     postgres!pg_signal_thread(
0000006b`fa1ff760 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000006b`fa1ff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006b`fa5ff548 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006b`fa5ff550 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000006b`fa5ff840 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000006b`fa5ff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006b`f95ff010 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000006b`f95ff050 00007ff7`c43097bc     postgres!ExceptionalCondition(
0000006b`f95ff090 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000006b`f95ff0e0 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000006b`f95ff130 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000006b`f95ffa50 00007ff7`c41beb98     postgres!PostmasterMain(
0000006b`f95ffbe0 00007ff7`c47b5f29     postgres!main(
0000006b`f95ffc20 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000006b`f95ffc70 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000006b`f95ffce0 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000006b`f9dff9c8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006b`f9dff9d0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000006b`f9dffcc0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000006b`f9dffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c7`e3bff140 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c7`e3bff180 00007ff7`c43097bc     postgres!ExceptionalCondition(
000000c7`e3bff1c0 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c7`e3bff210 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000c7`e3bff260 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c7`e3bffb80 00007ff7`c41beb98     postgres!PostmasterMain(
000000c7`e3bffd10 00007ff7`c47b5f29     postgres!main(
000000c7`e3bffd50 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c7`e3bffda0 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c7`e3bffe10 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c7`e4bff678 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c7`e4bff680 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000c7`e4bff970 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000c7`e4bff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c7`e47ff798 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c7`e47ff7a0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000c7`e47ffa90 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000c7`e47ffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c7`e43ff5f8 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
000000c7`e43ff600 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
000000c7`e43ff670 00007ff9`cc584cb0     postgres!pg_signal_thread(
000000c7`e43ff770 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000c7`e43ff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c7`e3fff478 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c7`e3fff480 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000c7`e3fff770 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000c7`e3fff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b9`fadff938 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
000000b9`fadff940 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
000000b9`fadff9b0 00007ff9`cc584cb0     postgres!pg_signal_thread(
000000b9`fadffab0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000b9`fadffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b9`fb1ffb88 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b9`fb1ffb90 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000b9`fb1ffe80 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000b9`fb1ffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b9`f9dfef40 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b9`f9dfef80 00007ff7`c43097bc     postgres!ExceptionalCondition(
000000b9`f9dfefc0 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000b9`f9dff010 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000b9`f9dff060 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000b9`f9dff980 00007ff7`c41beb98     postgres!PostmasterMain(
000000b9`f9dffb10 00007ff7`c47b5f29     postgres!main(
000000b9`f9dffb50 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b9`f9dffba0 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000b9`f9dffc10 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000b9`fa1ff918 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b9`fa1ff920 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000b9`fa1ffc10 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000b9`fa1ffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b9`fa5ff6d8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b9`fa5ff6e0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000b9`fa5ff9d0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000b9`fa5ffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b9`fa9ffb28 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b9`fa9ffb30 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000b9`fa9ffe20 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000b9`fa9ffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000041`255ff5e8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000041`255ff5f0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000041`255ff8e0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000041`255ff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000041`25dff838 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000041`25dff840 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000041`25dffb30 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000041`25dffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000041`24dff080 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000041`24dff0c0 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000041`24dff100 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000041`24dff150 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000041`24dff1a0 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000041`24dffac0 00007ff7`c41beb98     postgres!PostmasterMain(
00000041`24dffc50 00007ff7`c47b5f29     postgres!main(
00000041`24dffc90 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000041`24dffce0 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000041`24dffd50 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000041`251ffb38 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000041`251ffb40 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000041`251ffe30 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000041`251ffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000041`259ff6d8 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000041`259ff6e0 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000041`259ff750 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000041`259ff850 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000041`259ff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000051`b9bff458 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000051`b9bff460 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000051`b9bff750 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000051`b9bff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000051`ba3ff538 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000051`ba3ff540 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000051`ba3ff830 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000051`ba3ff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000051`b93ff000 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000051`b93ff040 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000051`b93ff080 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000051`b93ff0d0 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000051`b93ff120 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000051`b93ffa40 00007ff7`c41beb98     postgres!PostmasterMain(
00000051`b93ffbd0 00007ff7`c47b5f29     postgres!main(
00000051`b93ffc10 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000051`b93ffc60 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000051`b93ffcd0 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000051`b97ff7f8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000051`b97ff800 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000051`b97ffaf0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000051`b97ffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000051`b9fffcd8 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000051`b9fffce0 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000051`b9fffd50 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000051`b9fffe50 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000051`b9fffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000029`029ffa58 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000029`029ffa60 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000029`029ffd50 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000029`029ffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000029`031ffc38 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000029`031ffc40 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000029`031fff30 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000029`031fff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000029`021fefa0 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000029`021fefe0 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000029`021ff020 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000029`021ff070 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000029`021ff0c0 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000029`021ff9e0 00007ff7`c41beb98     postgres!PostmasterMain(
00000029`021ffb70 00007ff7`c47b5f29     postgres!main(
00000029`021ffbb0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000029`021ffc00 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000029`021ffc70 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000029`025ffa68 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000029`025ffa70 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000029`025ffd60 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000029`025ffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000029`02dffa58 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000029`02dffa60 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000029`02dffad0 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000029`02dffbd0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000029`02dffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008f`b25ffc38 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
0000008f`b25ffc40 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
0000008f`b25ffcb0 00007ff9`cc584cb0     postgres!pg_signal_thread(
0000008f`b25ffdb0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000008f`b25ffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008f`b2dff578 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008f`b2dff580 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000008f`b2dff870 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000008f`b2dff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008f`b1dff050 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000008f`b1dff090 00007ff7`c43097bc     postgres!ExceptionalCondition(
0000008f`b1dff0d0 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000008f`b1dff120 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000008f`b1dff170 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000008f`b1dffa90 00007ff7`c41beb98     postgres!PostmasterMain(
0000008f`b1dffc20 00007ff7`c47b5f29     postgres!main(
0000008f`b1dffc60 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000008f`b1dffcb0 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000008f`b1dffd20 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000008f`b21ffa58 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008f`b21ffa60 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000008f`b21ffd50 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000008f`b21ffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008f`b29ffa48 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008f`b29ffa50 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000008f`b29ffd40 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000008f`b29ffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000087`68bff748 00007ff7`c43026b7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000087`68bff750 00007ff7`c41beb04     postgres!SubPostmasterMain(
00000087`68bff7c0 00007ff7`c47b5f29     postgres!main(
00000087`68bff800 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000087`68bff850 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000087`68bff8c0 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000087`68bff8f0 00007ff9`cc584cb0     postgres!mainCRTStartup(
00000087`68bff920 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000087`68bff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000087`693ffb48 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000087`693ffb50 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000087`693ffe40 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000087`693ffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000087`68fff6c8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000087`68fff6d0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000087`68fff9c0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000087`68fff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000e`589ffbf8 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
0000000e`589ffc00 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
0000000e`589ffc70 00007ff9`cc584cb0     postgres!pg_signal_thread(
0000000e`589ffd70 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000000e`589ffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000e`591ff7a8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000e`591ff7b0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000000e`591ffaa0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000000e`591ffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000e`581febb0 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000000e`581febf0 00007ff7`c43097bc     postgres!ExceptionalCondition(
0000000e`581fec30 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000000e`581fec80 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000000e`581fecd0 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000000e`581ff5f0 00007ff7`c41beb98     postgres!PostmasterMain(
0000000e`581ff780 00007ff7`c47b5f29     postgres!main(
0000000e`581ff7c0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000000e`581ff810 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000000e`581ff880 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000000e`585ff838 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000e`585ff840 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000000e`585ffb30 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000000e`585ffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000e`58dff7f8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000e`58dff800 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000000e`58dffaf0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000000e`58dffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003f`29dff618 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003f`29dff620 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000003f`29dff910 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000003f`29dff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003f`2a5ff478 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003f`2a5ff480 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000003f`2a5ff770 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000003f`2a5ff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003f`299ffd38 00007ff7`c43026b7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
0000003f`299ffd40 00007ff7`c41beb04     postgres!SubPostmasterMain(
0000003f`299ffdb0 00007ff7`c47b5f29     postgres!main(
0000003f`299ffdf0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000003f`299ffe40 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000003f`299ffeb0 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
0000003f`299ffee0 00007ff9`cc584cb0     postgres!mainCRTStartup(
0000003f`299fff10 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000003f`299fff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003f`2a1ffbc8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003f`2a1ffbd0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000003f`2a1ffec0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000003f`2a1ffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000031`3c5ff918 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000031`3c5ff920 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000031`3c5ffc10 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000031`3c5ffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000031`3bdfeb40 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000031`3bdfeb80 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000031`3bdfebc0 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000031`3bdfec10 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000031`3bdfec60 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000031`3bdff580 00007ff7`c41beb98     postgres!PostmasterMain(
00000031`3bdff710 00007ff7`c47b5f29     postgres!main(
00000031`3bdff750 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000031`3bdff7a0 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000031`3bdff810 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000031`3c1ffbd8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000031`3c1ffbe0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000031`3c1ffed0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000031`3c1fff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000031`3c9ff9c8 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000031`3c9ff9d0 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000031`3c9ffa40 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000031`3c9ffb40 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000031`3c9ffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000031`3cdff8d8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000031`3cdff8e0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000031`3cdffbd0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000031`3cdffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000099`3f5ffb78 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000099`3f5ffb80 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000099`3f5ffe70 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000099`3f5ffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000099`3edffbe8 00007ff7`c43026b7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000099`3edffbf0 00007ff7`c41beb04     postgres!SubPostmasterMain(
00000099`3edffc60 00007ff7`c47b5f29     postgres!main(
00000099`3edffca0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000099`3edffcf0 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000099`3edffd60 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000099`3edffd90 00007ff9`cc584cb0     postgres!mainCRTStartup(
00000099`3edffdc0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000099`3edffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000099`3f1ff828 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000099`3f1ff830 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000099`3f1ffb20 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000099`3f1ffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ba`e45ff040 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ba`e45ff080 00007ff7`c43097bc     postgres!ExceptionalCondition(
000000ba`e45ff0c0 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ba`e45ff110 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000ba`e45ff160 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ba`e45ffa80 00007ff7`c41beb98     postgres!PostmasterMain(
000000ba`e45ffc10 00007ff7`c47b5f29     postgres!main(
000000ba`e45ffc50 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ba`e45ffca0 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ba`e45ffd10 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ba`e4dffa08 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ba`e4dffa10 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000ba`e4dffd00 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000ba`e4dffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ba`e49ff5a8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ba`e49ff5b0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000ba`e49ff8a0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000ba`e49ff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ba`e51ffbf8 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
000000ba`e51ffc00 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
000000ba`e51ffc70 00007ff9`cc584cb0     postgres!pg_signal_thread(
000000ba`e51ffd70 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000ba`e51ffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ba`e55ff828 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ba`e55ff830 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000ba`e55ffb20 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000ba`e55ffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000006`64fff518 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000006`64fff520 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000006`64fff810 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000006`64fff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000006`657ffc88 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000006`657ffc90 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000006`657ffd00 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000006`657ffe00 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000006`657ffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000006`65bff538 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000006`65bff540 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000006`65bff830 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000006`65bff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000006`64bfeca0 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000006`64bfece0 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000006`64bfed20 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000006`64bfed70 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000006`64bfedc0 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000006`64bff6e0 00007ff7`c41beb98     postgres!PostmasterMain(
00000006`64bff870 00007ff7`c47b5f29     postgres!main(
00000006`64bff8b0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000006`64bff900 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000006`64bff970 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000006`653ff768 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000006`653ff770 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000006`653ffa60 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000006`653ffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000024`c29ff598 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000024`c29ff5a0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000024`c29ff890 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000024`c29ff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000024`c35ffb18 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000024`c35ffb20 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000024`c35ffe10 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000024`c35ffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000024`c31ff9d8 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000024`c31ff9e0 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000024`c31ffa50 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000024`c31ffb50 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000024`c31ffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000024`c25ff200 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000024`c25ff240 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000024`c25ff280 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000024`c25ff2d0 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000024`c25ff320 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000024`c25ffc40 00007ff7`c41beb98     postgres!PostmasterMain(
00000024`c25ffdd0 00007ff7`c47b5f29     postgres!main(
00000024`c25ffe10 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000024`c25ffe60 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000024`c25ffed0 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000024`c2dffc18 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000024`c2dffc20 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000024`c2dfff10 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000024`c2dfff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002c`8a5ffa88 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
0000002c`8a5ffa90 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
0000002c`8a5ffb00 00007ff9`cc584cb0     postgres!pg_signal_thread(
0000002c`8a5ffc00 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000002c`8a5ffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002c`89dfecf0 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000002c`89dfed30 00007ff7`c43097bc     postgres!ExceptionalCondition(
0000002c`89dfed70 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000002c`89dfedc0 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000002c`89dfee10 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000002c`89dff730 00007ff7`c41beb98     postgres!PostmasterMain(
0000002c`89dff8c0 00007ff7`c47b5f29     postgres!main(
0000002c`89dff900 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000002c`89dff950 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000002c`89dff9c0 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000002c`8a1ff4a8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002c`8a1ff4b0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000002c`8a1ff7a0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000002c`8a1ff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002c`8a9ff7d8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002c`8a9ff7e0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000002c`8a9ffad0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000002c`8a9ffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002c`8adff768 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002c`8adff770 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000002c`8adffa60 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000002c`8adffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000016`f6fff518 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000016`f6fff520 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000016`f6fff810 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000016`f6fff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000016`f63ffc38 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000016`f63ffc40 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000016`f63fff30 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000016`f63fff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000016`f5ffefc0 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000016`f5fff000 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000016`f5fff040 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000016`f5fff090 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000016`f5fff0e0 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000016`f5fffa00 00007ff7`c41beb98     postgres!PostmasterMain(
00000016`f5fffb90 00007ff7`c47b5f29     postgres!main(
00000016`f5fffbd0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000016`f5fffc20 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000016`f5fffc90 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000016`f67ff878 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000016`f67ff880 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000016`f67ff8f0 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000016`f67ff9f0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000016`f67ffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000016`f6bff6f8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000016`f6bff700 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000016`f6bff9f0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000016`f6bffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e7`635ffbf8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e7`635ffc00 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000e7`635ffef0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000e7`635fff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e7`625ffaa8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e7`625ffab0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000e7`625ffda0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000e7`625ffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e7`62dff938 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e7`62dff940 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000e7`62dffc30 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000e7`62dffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e7`629ffa18 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e7`629ffa20 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000e7`629ffd10 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000e7`629ffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e7`621feec0 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e7`621fef00 00007ff7`c43097bc     postgres!ExceptionalCondition(
000000e7`621fef40 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000e7`621fef90 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000e7`621fefe0 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000e7`621ff900 00007ff7`c41beb98     postgres!PostmasterMain(
000000e7`621ffa90 00007ff7`c47b5f29     postgres!main(
000000e7`621ffad0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e7`621ffb20 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e7`621ffb90 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000e7`631ffc98 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
000000e7`631ffca0 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
000000e7`631ffd10 00007ff9`cc584cb0     postgres!pg_signal_thread(
000000e7`631ffe10 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000e7`631ffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000c`9bbfee40 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000000c`9bbfee80 00007ff7`c43097bc     postgres!ExceptionalCondition(
0000000c`9bbfeec0 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000000c`9bbfef10 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000000c`9bbfef60 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000000c`9bbff880 00007ff7`c41beb98     postgres!PostmasterMain(
0000000c`9bbffa10 00007ff7`c47b5f29     postgres!main(
0000000c`9bbffa50 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000000c`9bbffaa0 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000000c`9bbffb10 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000000c`9bfffc18 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000c`9bfffc20 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000000c`9bffff10 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000000c`9bffff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000c`9c3ff668 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000c`9c3ff670 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000000c`9c3ff960 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000000c`9c3ff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000c`9c7ffa08 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
0000000c`9c7ffa10 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
0000000c`9c7ffa80 00007ff9`cc584cb0     postgres!pg_signal_thread(
0000000c`9c7ffb80 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000000c`9c7ffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000c`9cbff8f8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000c`9cbff900 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000000c`9cbffbf0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000000c`9cbffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000030`2f7ff728 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000030`2f7ff730 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000030`2f7ffa20 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000030`2f7ffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000030`2efff648 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000030`2efff650 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000030`2efff940 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000030`2efff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000030`2e7fedf0 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000030`2e7fee30 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000030`2e7fee70 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000030`2e7feec0 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000030`2e7fef10 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000030`2e7ff830 00007ff7`c41beb98     postgres!PostmasterMain(
00000030`2e7ff9c0 00007ff7`c47b5f29     postgres!main(
00000030`2e7ffa00 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000030`2e7ffa50 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000030`2e7ffac0 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000030`2f3ffd78 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000030`2f3ffd80 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000030`2f3ffdf0 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000030`2f3ffef0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000030`2f3fff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000030`2ebff7e8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000030`2ebff7f0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000030`2ebffae0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000030`2ebffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a5`f19ff4f8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a5`f19ff500 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000a5`f19ff7f0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000a5`f19ff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a5`f0dfef90 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a5`f0dfefd0 00007ff7`c43097bc     postgres!ExceptionalCondition(
000000a5`f0dff010 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000a5`f0dff060 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000a5`f0dff0b0 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a5`f0dff9d0 00007ff7`c41beb98     postgres!PostmasterMain(
000000a5`f0dffb60 00007ff7`c47b5f29     postgres!main(
000000a5`f0dffba0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a5`f0dffbf0 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a5`f0dffc60 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a5`f11ffbc8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a5`f11ffbd0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000a5`f11ffec0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000a5`f11ffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a5`f15ffb88 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
000000a5`f15ffb90 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
000000a5`f15ffc00 00007ff9`cc584cb0     postgres!pg_signal_thread(
000000a5`f15ffd00 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000a5`f15ffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a5`f1dff518 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a5`f1dff520 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000a5`f1dff810 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000a5`f1dff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000026`94fff7e8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000026`94fff7f0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000026`94fffae0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000026`94fffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000026`94bffc28 00007ff7`c43026b7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000026`94bffc30 00007ff7`c41beb04     postgres!SubPostmasterMain(
00000026`94bffca0 00007ff7`c47b5f29     postgres!main(
00000026`94bffce0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000026`94bffd30 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000026`94bffda0 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000026`94bffdd0 00007ff9`cc584cb0     postgres!mainCRTStartup(
00000026`94bffe00 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000026`94bffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000026`953ffc38 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000026`953ffc40 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000026`953fff30 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000026`953fff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000026`957ff7d8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000026`957ff7e0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000026`957ffad0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000026`957ffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`00fff928 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000001`00fff930 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000001`00fffc20 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000001`00fffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`01bffa98 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000001`01bffaa0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000001`01bffd90 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000001`01bffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`013ff6d8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000001`013ff6e0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000001`013ff9d0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000001`013ffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`017ffa68 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000001`017ffa70 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000001`017ffae0 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000001`017ffbe0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000001`017ffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`007fef20 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000001`007fef60 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000001`007fefa0 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000001`007feff0 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000001`007ff040 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000001`007ff960 00007ff7`c41beb98     postgres!PostmasterMain(
00000001`007ffaf0 00007ff7`c47b5f29     postgres!main(
00000001`007ffb30 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000001`007ffb80 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000001`007ffbf0 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000001`00bff7f8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000001`00bff800 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000001`00bffaf0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000001`00bffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000005`d79ff160 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000005`d79ff1a0 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000005`d79ff1e0 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000005`d79ff230 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000005`d79ff280 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000005`d79ffba0 00007ff7`c41beb98     postgres!PostmasterMain(
00000005`d79ffd30 00007ff7`c47b5f29     postgres!main(
00000005`d79ffd70 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000005`d79ffdc0 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000005`d79ffe30 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000005`d7dff9b8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000005`d7dff9c0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000005`d7dffcb0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000005`d7dffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000005`d81ff548 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000005`d81ff550 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000005`d81ff840 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000005`d81ff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000005`d85ff618 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000005`d85ff620 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000005`d85ff690 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000005`d85ff790 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000005`d85ff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000005`d89ff5c8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000005`d89ff5d0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000005`d89ff8c0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000005`d89ff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000010`f57feb10 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000010`f57feb50 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000010`f57feb90 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000010`f57febe0 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000010`f57fec30 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000010`f57ff550 00007ff7`c41beb98     postgres!PostmasterMain(
00000010`f57ff6e0 00007ff7`c47b5f29     postgres!main(
00000010`f57ff720 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000010`f57ff770 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000010`f57ff7e0 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000010`f5bff708 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000010`f5bff710 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000010`f5bffa00 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000010`f5bffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000010`f5fffb68 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000010`f5fffb70 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000010`f5fffbe0 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000010`f5fffce0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000010`f5fffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000010`f63ff998 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000010`f63ff9a0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000010`f63ffc90 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000010`f63ffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000010`f67ff968 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000010`f67ff970 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000010`f67ffc60 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000010`f67ffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`9c1ff508 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000001`9c1ff510 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000001`9c1ff800 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000001`9c1ff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`9b5fed30 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000001`9b5fed70 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000001`9b5fedb0 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000001`9b5fee00 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000001`9b5fee50 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000001`9b5ff770 00007ff7`c41beb98     postgres!PostmasterMain(
00000001`9b5ff900 00007ff7`c47b5f29     postgres!main(
00000001`9b5ff940 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000001`9b5ff990 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000001`9b5ffa00 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000001`9b9ff568 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000001`9b9ff570 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000001`9b9ff860 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000001`9b9ff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`9bdff6a8 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000001`9bdff6b0 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000001`9bdff720 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000001`9bdff820 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000001`9bdff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`9c5ffc38 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000001`9c5ffc40 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000001`9c5fff30 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000001`9c5fff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000098`2a3ff688 00007ff7`c43026b7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000098`2a3ff690 00007ff7`c41beb04     postgres!SubPostmasterMain(
00000098`2a3ff700 00007ff7`c47b5f29     postgres!main(
00000098`2a3ff740 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000098`2a3ff790 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000098`2a3ff800 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000098`2a3ff830 00007ff9`cc584cb0     postgres!mainCRTStartup(
00000098`2a3ff860 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000098`2a3ff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000098`2a7ff908 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000098`2a7ff910 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000098`2a7ffc00 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000098`2a7ffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000098`2abff848 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000098`2abff850 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000098`2abffb40 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000098`2abffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000064`c53fef60 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000064`c53fefa0 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000064`c53fefe0 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000064`c53ff030 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000064`c53ff080 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000064`c53ff9a0 00007ff7`c41beb98     postgres!PostmasterMain(
00000064`c53ffb30 00007ff7`c47b5f29     postgres!main(
00000064`c53ffb70 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000064`c53ffbc0 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000064`c53ffc30 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000064`c57ff5c8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000064`c57ff5d0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000064`c57ff8c0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000064`c57ff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000064`c5bffac8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000064`c5bffad0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000064`c5bffdc0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000064`c5bffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000064`c5fff988 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000064`c5fff990 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000064`c5fffa00 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000064`c5fffb00 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000064`c5fffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000064`c63ff9d8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000064`c63ff9e0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000064`c63ffcd0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000064`c63ffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000078`4bffea40 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000078`4bffea80 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000078`4bffeac0 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000078`4bffeb10 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000078`4bffeb60 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000078`4bfff480 00007ff7`c41beb98     postgres!PostmasterMain(
00000078`4bfff610 00007ff7`c47b5f29     postgres!main(
00000078`4bfff650 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000078`4bfff6a0 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000078`4bfff710 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000078`4c3ff688 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000078`4c3ff690 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000078`4c3ff980 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000078`4c3ff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000078`4c7ffc58 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000078`4c7ffc60 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000078`4c7ffcd0 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000078`4c7ffdd0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000078`4c7ffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000078`4cbff8d8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000078`4cbff8e0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000078`4cbffbd0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000078`4cbffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000078`4cfff578 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000078`4cfff580 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000078`4cfff870 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000078`4cfff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f2`0e5ffb88 00007ff7`c43026b7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000f2`0e5ffb90 00007ff7`c41beb04     postgres!SubPostmasterMain(
000000f2`0e5ffc00 00007ff7`c47b5f29     postgres!main(
000000f2`0e5ffc40 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f2`0e5ffc90 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f2`0e5ffd00 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000f2`0e5ffd30 00007ff9`cc584cb0     postgres!mainCRTStartup(
000000f2`0e5ffd60 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000f2`0e5ffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f2`0e9ff8b8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f2`0e9ff8c0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000f2`0e9ffbb0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000f2`0e9ffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f2`0edffb98 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f2`0edffba0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000f2`0edffe90 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000f2`0edffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c7`f13ff060 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c7`f13ff0a0 00007ff7`c43097bc     postgres!ExceptionalCondition(
000000c7`f13ff0e0 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c7`f13ff130 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000c7`f13ff180 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c7`f13ffaa0 00007ff7`c41beb98     postgres!PostmasterMain(
000000c7`f13ffc30 00007ff7`c47b5f29     postgres!main(
000000c7`f13ffc70 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c7`f13ffcc0 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c7`f13ffd30 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c7`f17ffbf8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c7`f17ffc00 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000c7`f17ffef0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000c7`f17fff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c7`f1bff6d8 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
000000c7`f1bff6e0 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
000000c7`f1bff750 00007ff9`cc584cb0     postgres!pg_signal_thread(
000000c7`f1bff850 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000c7`f1bff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c7`f1fff868 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c7`f1fff870 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000c7`f1fffb60 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000c7`f1fffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c7`f23ff708 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c7`f23ff710 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000c7`f23ffa00 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000c7`f23ffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000048`0bdffa68 00007ff7`c43026b7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000048`0bdffa70 00007ff7`c41beb04     postgres!SubPostmasterMain(
00000048`0bdffae0 00007ff7`c47b5f29     postgres!main(
00000048`0bdffb20 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000048`0bdffb70 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000048`0bdffbe0 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000048`0bdffc10 00007ff9`cc584cb0     postgres!mainCRTStartup(
00000048`0bdffc40 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000048`0bdffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000048`0c1ffb48 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000048`0c1ffb50 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000048`0c1ffe40 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000048`0c1ffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000048`0c5ff9e8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000048`0c5ff9f0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000048`0c5ffce0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000048`0c5ffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000048`0c9ff738 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000048`0c9ff740 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000048`0c9ffa30 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000048`0c9ffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fb`2a5ff010 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000fb`2a5ff050 00007ff7`c43097bc     postgres!ExceptionalCondition(
000000fb`2a5ff090 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000fb`2a5ff0e0 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000fb`2a5ff130 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000fb`2a5ffa50 00007ff7`c41beb98     postgres!PostmasterMain(
000000fb`2a5ffbe0 00007ff7`c47b5f29     postgres!main(
000000fb`2a5ffc20 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000fb`2a5ffc70 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000fb`2a5ffce0 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000fb`2a9ff4f8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fb`2a9ff500 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000fb`2a9ff7f0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000fb`2a9ff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fb`2adffa78 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fb`2adffa80 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000fb`2adffd70 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000fb`2adffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fb`2b1ff658 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
000000fb`2b1ff660 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
000000fb`2b1ff6d0 00007ff9`cc584cb0     postgres!pg_signal_thread(
000000fb`2b1ff7d0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000fb`2b1ff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fb`2b5ff578 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fb`2b5ff580 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000fb`2b5ff870 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000fb`2b5ff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000028`cabfef00 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000028`cabfef40 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000028`cabfef80 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000028`cabfefd0 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000028`cabff020 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000028`cabff940 00007ff7`c41beb98     postgres!PostmasterMain(
00000028`cabffad0 00007ff7`c47b5f29     postgres!main(
00000028`cabffb10 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000028`cabffb60 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000028`cabffbd0 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000028`cafff618 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000028`cafff620 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000028`cafff910 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000028`cafff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000028`cb3ff808 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000028`cb3ff810 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000028`cb3ffb00 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000028`cb3ffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000028`cb7ffbd8 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000028`cb7ffbe0 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000028`cb7ffc50 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000028`cb7ffd50 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000028`cb7ffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000028`cbbff8f8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000028`cbbff900 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000028`cbbffbf0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000028`cbbffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000065`18bff0a0 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000065`18bff0e0 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000065`18bff120 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000065`18bff170 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000065`18bff1c0 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000065`18bffae0 00007ff7`c41beb98     postgres!PostmasterMain(
00000065`18bffc70 00007ff7`c47b5f29     postgres!main(
00000065`18bffcb0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000065`18bffd00 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000065`18bffd70 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000065`18fffb98 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000065`18fffba0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000065`18fffe90 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000065`18fffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000065`193ffc98 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000065`193ffca0 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000065`193ffd10 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000065`193ffe10 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000065`193ffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000065`197ff708 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000065`197ff710 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000065`197ffa00 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000065`197ffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000065`19bff7a8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000065`19bff7b0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000065`19bffaa0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000065`19bffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000032`331fed50 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000032`331fed90 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000032`331fedd0 00007ff7`c4308928     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000032`331fee20 00007ff7`c4309de5     postgres!process_pm_child_exit(void)+0x748 [c:\cirrus\src\backend\postmaster\pos...
00000032`331fee80 00007ff7`c43074bc     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000032`331ff7a0 00007ff7`c41beb98     postgres!PostmasterMain(
00000032`331ff930 00007ff7`c47b5f29     postgres!main(
00000032`331ff970 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000032`331ff9c0 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000032`331ffa30 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000032`335ff7d8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000032`335ff7e0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000032`335ffad0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000032`335ffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000032`339ffac8 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000032`339ffad0 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000032`339ffb40 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000032`339ffc40 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000032`339ffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000032`33dffae8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000032`33dffaf0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000032`33dffde0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000032`33dffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000032`341ffa38 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000032`341ffa40 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000032`341ffd30 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000032`341ffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000013`d25ff0e0 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000013`d25ff120 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000013`d25ff160 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000013`d25ff1b0 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000013`d25ff200 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000013`d25ffb20 00007ff7`c41beb98     postgres!PostmasterMain(
00000013`d25ffcb0 00007ff7`c47b5f29     postgres!main(
00000013`d25ffcf0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000013`d25ffd40 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000013`d25ffdb0 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000013`d29ffa18 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000013`d29ffa20 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000013`d29ffd10 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000013`d29ffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000013`d2dff998 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000013`d2dff9a0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000013`d2dffc90 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000013`d2dffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000013`d31ff688 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000013`d31ff690 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000013`d31ff980 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000013`d31ff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000013`d35ff6c8 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000013`d35ff6d0 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000013`d35ff740 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000013`d35ff840 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000013`d35ff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000013`d39ffb48 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000013`d39ffb50 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000013`d39ffe40 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000013`d39ffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000aa`14dfef60 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000aa`14dfefa0 00007ff7`c43097bc     postgres!ExceptionalCondition(
000000aa`14dfefe0 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000aa`14dff030 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000aa`14dff080 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000aa`14dff9a0 00007ff7`c41beb98     postgres!PostmasterMain(
000000aa`14dffb30 00007ff7`c47b5f29     postgres!main(
000000aa`14dffb70 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000aa`14dffbc0 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000aa`14dffc30 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000aa`151ff4c8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000aa`151ff4d0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000aa`151ff7c0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000aa`151ff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000aa`155ff778 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000aa`155ff780 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000aa`155ffa70 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000aa`155ffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000aa`159ff978 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
000000aa`159ff980 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
000000aa`159ff9f0 00007ff9`cc584cb0     postgres!pg_signal_thread(
000000aa`159ffaf0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000aa`159ffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000aa`15dffbb8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000aa`15dffbc0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000aa`15dffeb0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000aa`15dffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ef`9affedd0 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ef`9affee10 00007ff7`c43097bc     postgres!ExceptionalCondition(
000000ef`9affee50 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ef`9affeea0 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000ef`9affeef0 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ef`9afff810 00007ff7`c41beb98     postgres!PostmasterMain(
000000ef`9afff9a0 00007ff7`c47b5f29     postgres!main(
000000ef`9afff9e0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ef`9afffa30 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ef`9afffaa0 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ef`9b3ff518 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ef`9b3ff520 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000ef`9b3ff810 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000ef`9b3ff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ef`9b7ff718 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ef`9b7ff720 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000ef`9b7ffa10 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000ef`9b7ffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ef`9bbff5b8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ef`9bbff5c0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000ef`9bbff8b0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000ef`9bbff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ef`9bfffdb8 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
000000ef`9bfffdc0 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
000000ef`9bfffe30 00007ff9`cc584cb0     postgres!pg_signal_thread(
000000ef`9bffff30 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000ef`9bffff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ef`9c3ff818 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ef`9c3ff820 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000ef`9c3ffb10 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000ef`9c3ffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000004`32fff7a8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000004`32fff7b0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000004`32fffaa0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000004`32fffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000004`31ffece0 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000004`31ffed20 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000004`31ffed60 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000004`31ffedb0 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000004`31ffee00 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000004`31fff720 00007ff7`c41beb98     postgres!PostmasterMain(
00000004`31fff8b0 00007ff7`c47b5f29     postgres!main(
00000004`31fff8f0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000004`31fff940 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000004`31fff9b0 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000004`32bffcd8 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000004`32bffce0 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000004`32bffd50 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000004`32bffe50 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000004`32bffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000004`327ffb98 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000004`327ffba0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000004`327ffe90 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000004`327ffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000004`323ffa48 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000004`323ffa50 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000004`323ffd40 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000004`323ffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007b`d2dff998 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007b`d2dff9a0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000007b`d2dffc90 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000007b`d2dffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007b`d39ff648 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007b`d39ff650 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000007b`d39ff940 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000007b`d39ff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007b`d35ffa58 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
0000007b`d35ffa60 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
0000007b`d35ffad0 00007ff9`cc584cb0     postgres!pg_signal_thread(
0000007b`d35ffbd0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000007b`d35ffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007b`d31ffa38 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007b`d31ffa40 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000007b`d31ffd30 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000007b`d31ffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007b`d29ff9a8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007b`d29ff9b0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000007b`d29ffca0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000007b`d29ffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007b`d25ff0a0 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000007b`d25ff0e0 00007ff7`c43097bc     postgres!ExceptionalCondition(
0000007b`d25ff120 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000007b`d25ff170 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000007b`d25ff1c0 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000007b`d25ffae0 00007ff7`c41beb98     postgres!PostmasterMain(
0000007b`d25ffc70 00007ff7`c47b5f29     postgres!main(
0000007b`d25ffcb0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000007b`d25ffd00 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000007b`d25ffd70 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000bb`d5dff988 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
000000bb`d5dff990 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
000000bb`d5dffa00 00007ff9`cc584cb0     postgres!pg_signal_thread(
000000bb`d5dffb00 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000bb`d5dffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bb`d55ff080 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000bb`d55ff0c0 00007ff7`c43097bc     postgres!ExceptionalCondition(
000000bb`d55ff100 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000bb`d55ff150 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000bb`d55ff1a0 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000bb`d55ffac0 00007ff7`c41beb98     postgres!PostmasterMain(
000000bb`d55ffc50 00007ff7`c47b5f29     postgres!main(
000000bb`d55ffc90 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000bb`d55ffce0 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000bb`d55ffd50 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000bb`d61ff5c8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bb`d61ff5d0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000bb`d61ff8c0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000bb`d61ff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bb`d65ffae8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bb`d65ffaf0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000bb`d65ffde0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000bb`d65ffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bb`d59ff7a8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bb`d59ff7b0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000bb`d59ffaa0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000bb`d59ffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ec`8e3feb20 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ec`8e3feb60 00007ff7`c43097bc     postgres!ExceptionalCondition(
000000ec`8e3feba0 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ec`8e3febf0 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000ec`8e3fec40 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ec`8e3ff560 00007ff7`c41beb98     postgres!PostmasterMain(
000000ec`8e3ff6f0 00007ff7`c47b5f29     postgres!main(
000000ec`8e3ff730 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ec`8e3ff780 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ec`8e3ff7f0 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ec`8ebff918 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ec`8ebff920 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000ec`8ebffc10 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000ec`8ebffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ec`8efffd78 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
000000ec`8efffd80 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
000000ec`8efffdf0 00007ff9`cc584cb0     postgres!pg_signal_thread(
000000ec`8efffef0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000ec`8effff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ec`8f3ff748 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ec`8f3ff750 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000ec`8f3ffa40 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000ec`8f3ffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ec`8e7ff8f8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ec`8e7ff900 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000ec`8e7ffbf0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000ec`8e7ffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000056`41bff040 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000056`41bff080 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000056`41bff0c0 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000056`41bff110 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000056`41bff160 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000056`41bffa80 00007ff7`c41beb98     postgres!PostmasterMain(
00000056`41bffc10 00007ff7`c47b5f29     postgres!main(
00000056`41bffc50 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000056`41bffca0 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000056`41bffd10 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000056`42bff528 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000056`42bff530 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000056`42bff820 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000056`42bff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000056`427ff6f8 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000056`427ff700 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000056`427ff770 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000056`427ff870 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000056`427ff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000056`423ff528 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000056`423ff530 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000056`423ff820 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000056`423ff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000056`41fff4e8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000056`41fff4f0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000056`41fff7e0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000056`41fff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000013`01bff5b8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000013`01bff5c0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000013`01bff8b0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000013`01bff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000013`00fff200 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000013`00fff240 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000013`00fff280 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000013`00fff2d0 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000013`00fff320 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000013`00fffc40 00007ff7`c41beb98     postgres!PostmasterMain(
00000013`00fffdd0 00007ff7`c47b5f29     postgres!main(
00000013`00fffe10 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000013`00fffe60 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000013`00fffed0 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000013`013ff668 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000013`013ff670 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000013`013ff960 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000013`013ff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000013`017ff818 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000013`017ff820 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000013`017ff890 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000013`017ff990 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000013`017ff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000013`01fff8d8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000013`01fff8e0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000013`01fffbd0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000013`01fffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000073`c8bff518 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000073`c8bff520 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000073`c8bff810 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000073`c8bff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000073`c83ffa18 00007ff7`c43026b7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000073`c83ffa20 00007ff7`c41beb04     postgres!SubPostmasterMain(
00000073`c83ffa90 00007ff7`c47b5f29     postgres!main(
00000073`c83ffad0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000073`c83ffb20 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000073`c83ffb90 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000073`c83ffbc0 00007ff9`cc584cb0     postgres!mainCRTStartup(
00000073`c83ffbf0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000073`c83ffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000073`c87ff828 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000073`c87ff830 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000073`c87ffb20 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000073`c87ffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000004`469ffbd8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000004`469ffbe0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000004`469ffed0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000004`469fff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000004`465ff9d8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000004`465ff9e0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000004`465ffcd0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000004`465ffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000004`461ff020 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000004`461ff060 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000004`461ff0a0 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000004`461ff0f0 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000004`461ff140 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000004`461ffa60 00007ff7`c41beb98     postgres!PostmasterMain(
00000004`461ffbf0 00007ff7`c47b5f29     postgres!main(
00000004`461ffc30 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000004`461ffc80 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000004`461ffcf0 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000004`471ff9c8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000004`471ff9d0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000004`471ffcc0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000004`471ffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000004`46dffc78 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000004`46dffc80 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000004`46dffcf0 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000004`46dffdf0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000004`46dffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f0`b67ff9a8 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
000000f0`b67ff9b0 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
000000f0`b67ffa20 00007ff9`cc584cb0     postgres!pg_signal_thread(
000000f0`b67ffb20 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000f0`b67ffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f0`b5bfef50 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f0`b5bfef90 00007ff7`c43097bc     postgres!ExceptionalCondition(
000000f0`b5bfefd0 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f0`b5bff020 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000f0`b5bff070 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f0`b5bff990 00007ff7`c41beb98     postgres!PostmasterMain(
000000f0`b5bffb20 00007ff7`c47b5f29     postgres!main(
000000f0`b5bffb60 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f0`b5bffbb0 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f0`b5bffc20 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f0`b5fff458 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f0`b5fff460 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000f0`b5fff750 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000f0`b5fff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f0`b63ffa08 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f0`b63ffa10 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000f0`b63ffd00 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000f0`b63ffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f0`b6bff948 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f0`b6bff950 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000f0`b6bffc40 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000f0`b6bffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b2`941fea90 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b2`941fead0 00007ff7`c43097bc     postgres!ExceptionalCondition(
000000b2`941feb10 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000b2`941feb60 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000b2`941febb0 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000b2`941ff4d0 00007ff7`c41beb98     postgres!PostmasterMain(
000000b2`941ff660 00007ff7`c47b5f29     postgres!main(
000000b2`941ff6a0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b2`941ff6f0 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000b2`941ff760 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000b2`949ffb88 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b2`949ffb90 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000b2`949ffe80 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000b2`949ffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b2`94dff658 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
000000b2`94dff660 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
000000b2`94dff6d0 00007ff9`cc584cb0     postgres!pg_signal_thread(
000000b2`94dff7d0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000b2`94dff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b2`951ff938 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b2`951ff940 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000b2`951ffc30 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000b2`951ffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b2`945ffc28 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b2`945ffc30 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000b2`945fff20 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000b2`945fff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ec`41fff748 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ec`41fff750 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000ec`41fffa40 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000ec`41fffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ec`41bffaf8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ec`41bffb00 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000ec`41bffdf0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000ec`41bffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ec`427ffbc8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ec`427ffbd0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000ec`427ffec0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000ec`427ffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ec`417fec60 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ec`417feca0 00007ff7`c43097bc     postgres!ExceptionalCondition(
000000ec`417fece0 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ec`417fed30 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000ec`417fed80 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ec`417ff6a0 00007ff7`c41beb98     postgres!PostmasterMain(
000000ec`417ff830 00007ff7`c47b5f29     postgres!main(
000000ec`417ff870 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ec`417ff8c0 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ec`417ff930 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ec`423ffa08 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
000000ec`423ffa10 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
000000ec`423ffa80 00007ff9`cc584cb0     postgres!pg_signal_thread(
000000ec`423ffb80 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000ec`423ffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bc`b65fed20 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000bc`b65fed60 00007ff7`c43097bc     postgres!ExceptionalCondition(
000000bc`b65feda0 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000bc`b65fedf0 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000bc`b65fee40 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000bc`b65ff760 00007ff7`c41beb98     postgres!PostmasterMain(
000000bc`b65ff8f0 00007ff7`c47b5f29     postgres!main(
000000bc`b65ff930 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000bc`b65ff980 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000bc`b65ff9f0 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000bc`b79ffa98 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bc`b79ffaa0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000bc`b79ffd90 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000bc`b79ffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bc`b71ff888 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bc`b71ff890 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000bc`b71ffb80 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000bc`b71ffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bc`b75ffa28 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
000000bc`b75ffa30 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
000000bc`b75ffaa0 00007ff9`cc584cb0     postgres!pg_signal_thread(
000000bc`b75ffba0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000bc`b75ffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bc`b69ff6e8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bc`b69ff6f0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000bc`b69ff9e0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000bc`b69ffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bc`b6dff5d8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bc`b6dff5e0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000bc`b6dff8d0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000bc`b6dff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d5`dadffd18 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
000000d5`dadffd20 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
000000d5`dadffd90 00007ff9`cc584cb0     postgres!pg_signal_thread(
000000d5`dadffe90 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000d5`dadffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d5`d9dfee80 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d5`d9dfeec0 00007ff7`c43097bc     postgres!ExceptionalCondition(
000000d5`d9dfef00 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000d5`d9dfef50 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000d5`d9dfefa0 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000d5`d9dff8c0 00007ff7`c41beb98     postgres!PostmasterMain(
000000d5`d9dffa50 00007ff7`c47b5f29     postgres!main(
000000d5`d9dffa90 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d5`d9dffae0 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d5`d9dffb50 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000d5`da1ffa78 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d5`da1ffa80 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000d5`da1ffd70 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000d5`da1ffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d5`da5ffa78 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d5`da5ffa80 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000d5`da5ffd70 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000d5`da5ffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d5`da9ffa78 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d5`da9ffa80 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000d5`da9ffd70 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000d5`da9ffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d5`db1ffa68 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d5`db1ffa70 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000d5`db1ffd60 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000d5`db1ffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000093`431febf0 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000093`431fec30 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000093`431fec70 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000093`431fecc0 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000093`431fed10 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000093`431ff630 00007ff7`c41beb98     postgres!PostmasterMain(
00000093`431ff7c0 00007ff7`c47b5f29     postgres!main(
00000093`431ff800 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000093`431ff850 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000093`431ff8c0 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000093`441ff5e8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000093`441ff5f0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000093`441ff8e0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000093`441ff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000093`43dff6b8 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000093`43dff6c0 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000093`43dff730 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000093`43dff830 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000093`43dff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000093`439ff728 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000093`439ff730 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000093`439ffa20 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000093`439ffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000093`435ff8f8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000093`435ff900 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000093`435ffbf0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000093`435ffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000004`89fff7b8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000004`89fff7c0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000004`89fffab0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000004`89fffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000004`88ffef50 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000004`88ffef90 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000004`88ffefd0 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000004`88fff020 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000004`88fff070 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000004`88fff990 00007ff7`c41beb98     postgres!PostmasterMain(
00000004`88fffb20 00007ff7`c47b5f29     postgres!main(
00000004`88fffb60 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000004`88fffbb0 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000004`88fffc20 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000004`893ff7b8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000004`893ff7c0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000004`893ffab0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000004`893ffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000004`897ff648 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000004`897ff650 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000004`897ff6c0 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000004`897ff7c0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000004`897ff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000004`89bff6b8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000004`89bff6c0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000004`89bff9b0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000004`89bff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a7`a9fff0f0 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a7`a9fff130 00007ff7`c43097bc     postgres!ExceptionalCondition(
000000a7`a9fff170 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000a7`a9fff1c0 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000a7`a9fff210 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a7`a9fffb30 00007ff7`c41beb98     postgres!PostmasterMain(
000000a7`a9fffcc0 00007ff7`c47b5f29     postgres!main(
000000a7`a9fffd00 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a7`a9fffd50 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a7`a9fffdc0 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a7`aa7ff908 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a7`aa7ff910 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000a7`aa7ffc00 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000a7`aa7ffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a7`aa3ffa28 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a7`aa3ffa30 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000a7`aa3ffd20 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000a7`aa3ffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a7`aabffc68 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
000000a7`aabffc70 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
000000a7`aabffce0 00007ff9`cc584cb0     postgres!pg_signal_thread(
000000a7`aabffde0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000a7`aabffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a7`aafff558 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a7`aafff560 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000a7`aafff850 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000a7`aafff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004f`a6bff778 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
0000004f`a6bff780 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
0000004f`a6bff7f0 00007ff9`cc584cb0     postgres!pg_signal_thread(
0000004f`a6bff8f0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000004f`a6bff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004f`a63fea50 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000004f`a63fea90 00007ff7`c43097bc     postgres!ExceptionalCondition(
0000004f`a63fead0 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000004f`a63feb20 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000004f`a63feb70 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000004f`a63ff490 00007ff7`c41beb98     postgres!PostmasterMain(
0000004f`a63ff620 00007ff7`c47b5f29     postgres!main(
0000004f`a63ff660 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000004f`a63ff6b0 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000004f`a63ff720 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000004f`a67ff768 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004f`a67ff770 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000004f`a67ffa60 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000004f`a67ffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004f`a6fff908 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004f`a6fff910 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000004f`a6fffc00 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000004f`a6fffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004f`a73ff508 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004f`a73ff510 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000004f`a73ff800 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000004f`a73ff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000049`275ff8f8 00007ff7`c43026b7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000049`275ff900 00007ff7`c41beb04     postgres!SubPostmasterMain(
00000049`275ff970 00007ff7`c47b5f29     postgres!main(
00000049`275ff9b0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000049`275ffa00 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000049`275ffa70 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000049`275ffaa0 00007ff9`cc584cb0     postgres!mainCRTStartup(
00000049`275ffad0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000049`275ffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000049`27dffc08 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000049`27dffc10 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000049`27dfff00 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000049`27dfff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000049`279ff4d8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000049`279ff4e0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000049`279ff7d0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000049`279ff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008b`825ff838 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008b`825ff840 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000008b`825ffb30 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000008b`825ffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008b`821febd0 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000008b`821fec10 00007ff7`c43097bc     postgres!ExceptionalCondition(
0000008b`821fec50 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000008b`821feca0 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000008b`821fecf0 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000008b`821ff610 00007ff7`c41beb98     postgres!PostmasterMain(
0000008b`821ff7a0 00007ff7`c47b5f29     postgres!main(
0000008b`821ff7e0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000008b`821ff830 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000008b`821ff8a0 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000008b`829ff6a8 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
0000008b`829ff6b0 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
0000008b`829ff720 00007ff9`cc584cb0     postgres!pg_signal_thread(
0000008b`829ff820 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000008b`829ff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008b`82dff9d8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008b`82dff9e0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000008b`82dffcd0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000008b`82dffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008b`831ff838 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008b`831ff840 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000008b`831ffb30 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000008b`831ffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001c`78dff958 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001c`78dff960 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000001c`78dffc50 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000001c`78dffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001c`77dfebd0 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000001c`77dfec10 00007ff7`c43097bc     postgres!ExceptionalCondition(
0000001c`77dfec50 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000001c`77dfeca0 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000001c`77dfecf0 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000001c`77dff610 00007ff7`c41beb98     postgres!PostmasterMain(
0000001c`77dff7a0 00007ff7`c47b5f29     postgres!main(
0000001c`77dff7e0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000001c`77dff830 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000001c`77dff8a0 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000001c`781ffbd8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001c`781ffbe0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000001c`781ffed0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000001c`781fff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001c`785ff6b8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001c`785ff6c0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000001c`785ff9b0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000001c`785ff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001c`789ffa38 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
0000001c`789ffa40 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
0000001c`789ffab0 00007ff9`cc584cb0     postgres!pg_signal_thread(
0000001c`789ffbb0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000001c`789ffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000086`627ff050 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000086`627ff090 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000086`627ff0d0 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000086`627ff120 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000086`627ff170 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000086`627ffa90 00007ff7`c41beb98     postgres!PostmasterMain(
00000086`627ffc20 00007ff7`c47b5f29     postgres!main(
00000086`627ffc60 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000086`627ffcb0 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000086`627ffd20 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000086`62bffb38 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000086`62bffb40 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000086`62bffe30 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000086`62bffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000086`637ff708 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000086`637ff710 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000086`637ffa00 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000086`637ffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000086`633ffcf8 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000086`633ffd00 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000086`633ffd70 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000086`633ffe70 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000086`633ffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000086`62fff898 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000086`62fff8a0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000086`62fffb90 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000086`62fffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ca`f51ff788 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ca`f51ff790 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000ca`f51ffa80 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000ca`f51ffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ca`f59ffbc8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ca`f59ffbd0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000ca`f59ffec0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000ca`f59ffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ca`f45ff1e0 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ca`f45ff220 00007ff7`c43097bc     postgres!ExceptionalCondition(
000000ca`f45ff260 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ca`f45ff2b0 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000ca`f45ff300 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ca`f45ffc20 00007ff7`c41beb98     postgres!PostmasterMain(
000000ca`f45ffdb0 00007ff7`c47b5f29     postgres!main(
000000ca`f45ffdf0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ca`f45ffe40 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ca`f45ffeb0 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ca`f49ff838 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ca`f49ff840 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000ca`f49ffb30 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000ca`f49ffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ca`f4dff958 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ca`f4dff960 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000ca`f4dffc50 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000ca`f4dffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ca`f55ffbd8 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
000000ca`f55ffbe0 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
000000ca`f55ffc50 00007ff9`cc584cb0     postgres!pg_signal_thread(
000000ca`f55ffd50 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000ca`f55ffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000093`19dff988 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000093`19dff990 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000093`19dffa00 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000093`19dffb00 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000093`19dffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000093`1a1ff628 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000093`1a1ff630 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000093`1a1ff920 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000093`1a1ff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000093`195ff888 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000093`195ff890 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000093`195ffb80 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000093`195ffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000093`191feba0 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000093`191febe0 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000093`191fec20 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000093`191fec70 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000093`191fecc0 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000093`191ff5e0 00007ff7`c41beb98     postgres!PostmasterMain(
00000093`191ff770 00007ff7`c47b5f29     postgres!main(
00000093`191ff7b0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000093`191ff800 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000093`191ff870 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000093`199ff868 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000093`199ff870 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000093`199ffb60 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000093`199ffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f6`3ffff948 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f6`3ffff950 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000f6`3ffffc40 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000f6`3ffffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f6`3f3feec0 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f6`3f3fef00 00007ff7`c43097bc     postgres!ExceptionalCondition(
000000f6`3f3fef40 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f6`3f3fef90 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000f6`3f3fefe0 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f6`3f3ff900 00007ff7`c41beb98     postgres!PostmasterMain(
000000f6`3f3ffa90 00007ff7`c47b5f29     postgres!main(
000000f6`3f3ffad0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f6`3f3ffb20 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f6`3f3ffb90 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f6`3f7ff4f8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f6`3f7ff500 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000f6`3f7ff7f0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000f6`3f7ff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f6`3fbffcd8 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
000000f6`3fbffce0 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
000000f6`3fbffd50 00007ff9`cc584cb0     postgres!pg_signal_thread(
000000f6`3fbffe50 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000f6`3fbffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f6`403ff618 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f6`403ff620 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000f6`403ff910 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000f6`403ff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000031`647ffaf8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000031`647ffb00 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000031`647ffdf0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000031`647ffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000031`643ff538 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000031`643ff540 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000031`643ff830 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000031`643ff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000031`64bff5e8 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000031`64bff5f0 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000031`64bff660 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000031`64bff760 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000031`64bff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000031`63ffed30 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000031`63ffed70 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000031`63ffedb0 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000031`63ffee00 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000031`63ffee50 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000031`63fff770 00007ff7`c41beb98     postgres!PostmasterMain(
00000031`63fff900 00007ff7`c47b5f29     postgres!main(
00000031`63fff940 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000031`63fff990 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000031`63fffa00 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000031`64fff6c8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000031`64fff6d0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000031`64fff9c0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000031`64fff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a7`2f5ff7c8 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
000000a7`2f5ff7d0 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
000000a7`2f5ff840 00007ff9`cc584cb0     postgres!pg_signal_thread(
000000a7`2f5ff940 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000a7`2f5ff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a7`2edff1b0 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a7`2edff1f0 00007ff7`c43097bc     postgres!ExceptionalCondition(
000000a7`2edff230 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000a7`2edff280 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000a7`2edff2d0 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a7`2edffbf0 00007ff7`c41beb98     postgres!PostmasterMain(
000000a7`2edffd80 00007ff7`c47b5f29     postgres!main(
000000a7`2edffdc0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a7`2edffe10 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a7`2edffe80 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a7`2f1ff678 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a7`2f1ff680 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000a7`2f1ff970 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000a7`2f1ff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a7`2f9ff558 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a7`2f9ff560 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000a7`2f9ff850 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000a7`2f9ff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a7`2fdffaa8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a7`2fdffab0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000a7`2fdffda0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000a7`2fdffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004a`bb7ffb28 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
0000004a`bb7ffb30 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
0000004a`bb7ffba0 00007ff9`cc584cb0     postgres!pg_signal_thread(
0000004a`bb7ffca0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000004a`bb7ffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004a`bbfffad8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004a`bbfffae0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000004a`bbfffdd0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000004a`bbfffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004a`baffef30 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000004a`baffef70 00007ff7`c43097bc     postgres!ExceptionalCondition(
0000004a`baffefb0 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000004a`bafff000 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000004a`bafff050 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000004a`bafff970 00007ff7`c41beb98     postgres!PostmasterMain(
0000004a`bafffb00 00007ff7`c47b5f29     postgres!main(
0000004a`bafffb40 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000004a`bafffb90 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000004a`bafffc00 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000004a`bb3ff958 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004a`bb3ff960 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000004a`bb3ffc50 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000004a`bb3ffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004a`bbbff8c8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004a`bbbff8d0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000004a`bbbffbc0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000004a`bbbffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ef`821ff5b8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ef`821ff5c0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000ef`821ff8b0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000ef`821ff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ef`819ff8c8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ef`819ff8d0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000ef`819ffbc0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000ef`819ffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ef`81dffa08 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ef`81dffa10 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000ef`81dffd00 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000ef`81dffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ef`815ffab8 00007ff7`c43026b7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000ef`815ffac0 00007ff7`c41beb04     postgres!SubPostmasterMain(
000000ef`815ffb30 00007ff7`c47b5f29     postgres!main(
000000ef`815ffb70 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ef`815ffbc0 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ef`815ffc30 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000ef`815ffc60 00007ff9`cc584cb0     postgres!mainCRTStartup(
000000ef`815ffc90 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000ef`815ffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000095`defff1a0 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000095`defff1e0 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000095`defff220 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000095`defff270 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000095`defff2c0 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000095`defffbe0 00007ff7`c41beb98     postgres!PostmasterMain(
00000095`defffd70 00007ff7`c47b5f29     postgres!main(
00000095`defffdb0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000095`defffe00 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000095`defffe70 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000095`dffff818 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000095`dffff820 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000095`dffff890 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000095`dffff990 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000095`dffff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000095`e03ff688 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000095`e03ff690 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000095`e03ff980 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000095`e03ff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006d`7d1ff518 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006d`7d1ff520 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000006d`7d1ff810 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000006d`7d1ff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006d`7d9ff808 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006d`7d9ff810 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000006d`7d9ffb00 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000006d`7d9ffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006d`7ddff978 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006d`7ddff980 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000006d`7ddffc70 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000006d`7ddffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006d`7cdfea10 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000006d`7cdfea50 00007ff7`c43097bc     postgres!ExceptionalCondition(
0000006d`7cdfea90 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000006d`7cdfeae0 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000006d`7cdfeb30 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000006d`7cdff450 00007ff7`c41beb98     postgres!PostmasterMain(
0000006d`7cdff5e0 00007ff7`c47b5f29     postgres!main(
0000006d`7cdff620 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000006d`7cdff670 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000006d`7cdff6e0 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000006d`7d5ffc38 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
0000006d`7d5ffc40 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
0000006d`7d5ffcb0 00007ff9`cc584cb0     postgres!pg_signal_thread(
0000006d`7d5ffdb0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000006d`7d5ffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ff`4c1ffa98 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ff`4c1ffaa0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000ff`4c1ffd90 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000ff`4c1ffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ff`4c5ffa68 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
000000ff`4c5ffa70 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
000000ff`4c5ffae0 00007ff9`cc584cb0     postgres!pg_signal_thread(
000000ff`4c5ffbe0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000ff`4c5ffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ff`4c9ff4d8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ff`4c9ff4e0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000ff`4c9ff7d0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000ff`4c9ff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ff`4bdff090 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ff`4bdff0d0 00007ff7`c43097bc     postgres!ExceptionalCondition(
000000ff`4bdff110 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ff`4bdff160 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000ff`4bdff1b0 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ff`4bdffad0 00007ff7`c41beb98     postgres!PostmasterMain(
000000ff`4bdffc60 00007ff7`c47b5f29     postgres!main(
000000ff`4bdffca0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ff`4bdffcf0 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ff`4bdffd60 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ff`4cdff5d8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ff`4cdff5e0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000ff`4cdff8d0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000ff`4cdff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006f`fd3ff938 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006f`fd3ff940 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000006f`fd3ffc30 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000006f`fd3ffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006f`fcfff828 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006f`fcfff830 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000006f`fcfffb20 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000006f`fcfffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006f`fd7ffb18 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
0000006f`fd7ffb20 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
0000006f`fd7ffb90 00007ff9`cc584cb0     postgres!pg_signal_thread(
0000006f`fd7ffc90 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000006f`fd7ffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006f`fc7fea70 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000006f`fc7feab0 00007ff7`c43097bc     postgres!ExceptionalCondition(
0000006f`fc7feaf0 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000006f`fc7feb40 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000006f`fc7feb90 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000006f`fc7ff4b0 00007ff7`c41beb98     postgres!PostmasterMain(
0000006f`fc7ff640 00007ff7`c47b5f29     postgres!main(
0000006f`fc7ff680 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000006f`fc7ff6d0 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000006f`fc7ff740 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000006f`fcbff8e8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006f`fcbff8f0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000006f`fcbffbe0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000006f`fcbffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006f`fdbff528 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006f`fdbff530 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000006f`fdbff820 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000006f`fdbff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009c`90bffa48 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009c`90bffa50 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000009c`90bffd40 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000009c`90bffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009c`8fbfea40 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000009c`8fbfea80 00007ff7`c43097bc     postgres!ExceptionalCondition(
0000009c`8fbfeac0 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000009c`8fbfeb10 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000009c`8fbfeb60 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000009c`8fbff480 00007ff7`c41beb98     postgres!PostmasterMain(
0000009c`8fbff610 00007ff7`c47b5f29     postgres!main(
0000009c`8fbff650 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000009c`8fbff6a0 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000009c`8fbff710 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000009c`8ffffa28 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009c`8ffffa30 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000009c`8ffffd20 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000009c`8ffffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009c`903ff5b8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009c`903ff5c0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000009c`903ff8b0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000009c`903ff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009c`907ff828 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
0000009c`907ff830 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
0000009c`907ff8a0 00007ff9`cc584cb0     postgres!pg_signal_thread(
0000009c`907ff9a0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000009c`907ff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000048`f87fec30 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000048`f87fec70 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000048`f87fecb0 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000048`f87fed00 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000048`f87fed50 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000048`f87ff670 00007ff7`c41beb98     postgres!PostmasterMain(
00000048`f87ff800 00007ff7`c47b5f29     postgres!main(
00000048`f87ff840 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000048`f87ff890 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000048`f87ff900 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000048`f8bff548 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000048`f8bff550 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000048`f8bff840 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000048`f8bff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000048`f8fff968 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000048`f8fff970 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000048`f8fffc60 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000048`f8fffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000048`f93ffc08 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000048`f93ffc10 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000048`f93ffc80 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000048`f93ffd80 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000048`f93ffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000048`f97ffb68 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000048`f97ffb70 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000048`f97ffe60 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000048`f97ffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000039`bd9fed90 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000039`bd9fedd0 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000039`bd9fee10 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000039`bd9fee60 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000039`bd9feeb0 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000039`bd9ff7d0 00007ff7`c41beb98     postgres!PostmasterMain(
00000039`bd9ff960 00007ff7`c47b5f29     postgres!main(
00000039`bd9ff9a0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000039`bd9ff9f0 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000039`bd9ffa60 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000039`be1ff998 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000039`be1ff9a0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000039`be1ffc90 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000039`be1ffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000039`be5ff978 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000039`be5ff980 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000039`be5ff9f0 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000039`be5ffaf0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000039`be5ffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000039`be9ffbe8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000039`be9ffbf0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000039`be9ffee0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000039`be9fff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000039`bedff6a8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000039`bedff6b0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000039`bedff9a0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000039`bedff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000039`bddff688 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000039`bddff690 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000039`bddff980 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000039`bddff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008b`afbfece0 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000008b`afbfed20 00007ff7`c43097bc     postgres!ExceptionalCondition(
0000008b`afbfed60 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000008b`afbfedb0 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000008b`afbfee00 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000008b`afbff720 00007ff7`c41beb98     postgres!PostmasterMain(
0000008b`afbff8b0 00007ff7`c47b5f29     postgres!main(
0000008b`afbff8f0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000008b`afbff940 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000008b`afbff9b0 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000008b`b03ff918 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008b`b03ff920 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000008b`b03ffc10 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000008b`b03ffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008b`b07ff718 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008b`b07ff720 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000008b`b07ffa10 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000008b`b07ffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008b`b0bff768 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
0000008b`b0bff770 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
0000008b`b0bff7e0 00007ff9`cc584cb0     postgres!pg_signal_thread(
0000008b`b0bff8e0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000008b`b0bff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008b`b0fff688 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008b`b0fff690 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000008b`b0fff980 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000008b`b0fff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008b`affff498 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008b`affff4a0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000008b`affff790 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000008b`affff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f4`315ff988 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
000000f4`315ff990 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
000000f4`315ffa00 00007ff9`cc584cb0     postgres!pg_signal_thread(
000000f4`315ffb00 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000f4`315ffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f4`31dff618 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f4`31dff620 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000f4`31dff910 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000f4`31dff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f4`30dff040 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f4`30dff080 00007ff7`c43097bc     postgres!ExceptionalCondition(
000000f4`30dff0c0 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f4`30dff110 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000f4`30dff160 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f4`30dffa80 00007ff7`c41beb98     postgres!PostmasterMain(
000000f4`30dffc10 00007ff7`c47b5f29     postgres!main(
000000f4`30dffc50 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f4`30dffca0 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f4`30dffd10 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f4`311ff498 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f4`311ff4a0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000f4`311ff790 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000f4`311ff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f4`319ffbd8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f4`319ffbe0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000f4`319ffed0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000f4`319fff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ba`b33ffbb8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ba`b33ffbc0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000ba`b33ffeb0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000ba`b33ffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ba`b2ffee50 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ba`b2ffee90 00007ff7`c43097bc     postgres!ExceptionalCondition(
000000ba`b2ffeed0 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ba`b2ffef20 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000ba`b2ffef70 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ba`b2fff890 00007ff7`c41beb98     postgres!PostmasterMain(
000000ba`b2fffa20 00007ff7`c47b5f29     postgres!main(
000000ba`b2fffa60 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ba`b2fffab0 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ba`b2fffb20 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ba`b37ffb18 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
000000ba`b37ffb20 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
000000ba`b37ffb90 00007ff9`cc584cb0     postgres!pg_signal_thread(
000000ba`b37ffc90 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000ba`b37ffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ba`b3bffb68 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ba`b3bffb70 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000ba`b3bffe60 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000ba`b3bffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ba`b3fffc38 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ba`b3fffc40 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000ba`b3ffff30 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000ba`b3ffff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008f`947ff848 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008f`947ff850 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000008f`947ffb40 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000008f`947ffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008f`933ff000 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000008f`933ff040 00007ff7`c43097bc     postgres!ExceptionalCondition(
0000008f`933ff080 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000008f`933ff0d0 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000008f`933ff120 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000008f`933ffa40 00007ff7`c41beb98     postgres!PostmasterMain(
0000008f`933ffbd0 00007ff7`c47b5f29     postgres!main(
0000008f`933ffc10 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000008f`933ffc60 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000008f`933ffcd0 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000008f`937ff808 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008f`937ff810 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000008f`937ffb00 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000008f`937ffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008f`93bff6f8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008f`93bff700 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000008f`93bff9f0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000008f`93bffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008f`93fff898 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008f`93fff8a0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000008f`93fffb90 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000008f`93fffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008f`943ff828 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
0000008f`943ff830 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
0000008f`943ff8a0 00007ff9`cc584cb0     postgres!pg_signal_thread(
0000008f`943ff9a0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000008f`943ff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e7`b8dff598 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e7`b8dff5a0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000e7`b8dff890 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000e7`b8dff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e7`b89ffca8 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
000000e7`b89ffcb0 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
000000e7`b89ffd20 00007ff9`cc584cb0     postgres!pg_signal_thread(
000000e7`b89ffe20 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000e7`b89ffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e7`b85ffac8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e7`b85ffad0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000e7`b85ffdc0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000e7`b85ffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e7`b81ff4c8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e7`b81ff4d0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000e7`b81ff7c0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000e7`b81ff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e7`b7dfecf0 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e7`b7dfed30 00007ff7`c43097bc     postgres!ExceptionalCondition(
000000e7`b7dfed70 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000e7`b7dfedc0 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000e7`b7dfee10 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000e7`b7dff730 00007ff7`c41beb98     postgres!PostmasterMain(
000000e7`b7dff8c0 00007ff7`c47b5f29     postgres!main(
000000e7`b7dff900 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e7`b7dff950 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e7`b7dff9c0 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000094`4ebff6e8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000094`4ebff6f0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000094`4ebff9e0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000094`4ebffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000094`4d7feeb0 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000094`4d7feef0 00007ff7`c43097bc     postgres!ExceptionalCondition(
00000094`4d7fef30 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000094`4d7fef80 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000094`4d7fefd0 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000094`4d7ff8f0 00007ff7`c41beb98     postgres!PostmasterMain(
00000094`4d7ffa80 00007ff7`c47b5f29     postgres!main(
00000094`4d7ffac0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000094`4d7ffb10 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000094`4d7ffb80 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000094`4dbff458 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000094`4dbff460 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000094`4dbff750 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000094`4dbff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000094`4dfff738 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000094`4dfff740 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000094`4dfffa30 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000094`4dfffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000094`4e3ffb58 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000094`4e3ffb60 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
00000094`4e3ffe50 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000094`4e3ffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000094`4e7ffb58 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
00000094`4e7ffb60 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
00000094`4e7ffbd0 00007ff9`cc584cb0     postgres!pg_signal_thread(
00000094`4e7ffcd0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
00000094`4e7ffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e8`63fffb88 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e8`63fffb90 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000e8`63fffe80 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000e8`63fffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e8`62bfecc0 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e8`62bfed00 00007ff7`c43097bc     postgres!ExceptionalCondition(
000000e8`62bfed40 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000e8`62bfed90 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000e8`62bfede0 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000e8`62bff700 00007ff7`c41beb98     postgres!PostmasterMain(
000000e8`62bff890 00007ff7`c47b5f29     postgres!main(
000000e8`62bff8d0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e8`62bff920 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e8`62bff990 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000e8`62fffa78 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e8`62fffa80 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000e8`62fffd70 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000e8`62fffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e8`633ff798 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e8`633ff7a0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000e8`633ffa90 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000e8`633ffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e8`637ffba8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e8`637ffbb0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000e8`637ffea0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000e8`637ffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e8`63bffb58 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
000000e8`63bffb60 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
000000e8`63bffbd0 00007ff9`cc584cb0     postgres!pg_signal_thread(
000000e8`63bffcd0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000e8`63bffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c5`4f7ff6e8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c5`4f7ff6f0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000c5`4f7ff9e0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000c5`4f7ffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c5`4e7fee20 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c5`4e7fee60 00007ff7`c43097bc     postgres!ExceptionalCondition(
000000c5`4e7feea0 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c5`4e7feef0 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000c5`4e7fef40 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c5`4e7ff860 00007ff7`c41beb98     postgres!PostmasterMain(
000000c5`4e7ff9f0 00007ff7`c47b5f29     postgres!main(
000000c5`4e7ffa30 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c5`4e7ffa80 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c5`4e7ffaf0 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c5`4efffb98 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
000000c5`4efffba0 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
000000c5`4efffc10 00007ff9`cc584cb0     postgres!pg_signal_thread(
000000c5`4efffd10 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000c5`4efffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c5`4ebff9d8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c5`4ebff9e0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000c5`4ebffcd0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000c5`4ebffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c5`4f3ff988 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c5`4f3ff990 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000c5`4f3ffc80 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000c5`4f3ffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`2fffecd0 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000cf`2fffed10 00007ff7`c43097bc     postgres!ExceptionalCondition(
000000cf`2fffed50 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000cf`2fffeda0 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000cf`2fffedf0 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000cf`2ffff710 00007ff7`c41beb98     postgres!PostmasterMain(
000000cf`2ffff8a0 00007ff7`c47b5f29     postgres!main(
000000cf`2ffff8e0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000cf`2ffff930 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000cf`2ffff9a0 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000cf`30fff8e8 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
000000cf`30fff8f0 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
000000cf`30fff960 00007ff9`cc584cb0     postgres!pg_signal_thread(
000000cf`30fffa60 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`30fffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`313ffb68 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cf`313ffb70 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000cf`313ffe60 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`313ffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f7`92bffad8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f7`92bffae0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000f7`92bffdd0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000f7`92bffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f7`91fff0a0 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f7`91fff0e0 00007ff7`c43097bc     postgres!ExceptionalCondition(
000000f7`91fff120 00007ff7`c4308e1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f7`91fff170 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000f7`91fff1c0 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f7`91fffae0 00007ff7`c41beb98     postgres!PostmasterMain(
000000f7`91fffc70 00007ff7`c47b5f29     postgres!main(
000000f7`91fffcb0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f7`91fffd00 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f7`91fffd70 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f7`923ff558 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f7`923ff560 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000f7`923ff850 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000f7`923ff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f7`927ffc08 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f7`927ffc10 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000f7`927fff00 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000f7`927fff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f7`933ff5e8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f7`933ff5f0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000f7`933ff8e0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000f7`933ff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f7`92fffd28 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
000000f7`92fffd30 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
000000f7`92fffda0 00007ff9`cc584cb0     postgres!pg_signal_thread(
000000f7`92fffea0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000f7`92fffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002d`a97ffb78 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002d`a97ffb80 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000002d`a97ffe70 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000002d`a97ffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002d`a83feec0 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000002d`a83fef00 00007ff7`c43097bc     postgres!ExceptionalCondition(
0000002d`a83fef40 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000002d`a83fef90 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000002d`a83fefe0 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000002d`a83ff900 00007ff7`c41beb98     postgres!PostmasterMain(
0000002d`a83ffa90 00007ff7`c47b5f29     postgres!main(
0000002d`a83ffad0 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000002d`a83ffb20 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000002d`a83ffb90 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000002d`a87ff758 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002d`a87ff760 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000002d`a87ffa50 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000002d`a87ffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002d`a8bffb68 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002d`a8bffb70 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000002d`a8bffe60 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000002d`a8bffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002d`a8fffbb8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002d`a8fffbc0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
0000002d`a8fffeb0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000002d`a8fffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002d`a93ffc48 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
0000002d`a93ffc50 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
0000002d`a93ffcc0 00007ff9`cc584cb0     postgres!pg_signal_thread(
0000002d`a93ffdc0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
0000002d`a93ffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f9`e43ffa18 00007ff9`cb2845ca     ntdll!NtFsControlFile+0x14
000000f9`e43ffa20 00007ff7`c42f4acb     KERNELBASE!ConnectNamedPipe+0x6a
000000f9`e43ffa90 00007ff9`cc584cb0     postgres!pg_signal_thread(
000000f9`e43ffb90 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000f9`e43ffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f9`e3bfeff0 00007ff7`c4640508     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f9`e3bff030 00007ff7`c43097bc     postgres!ExceptionalCondition(
000000f9`e3bff070 00007ff7`c4308ecc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f9`e3bff0c0 00007ff7`c4309dc7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000f9`e3bff110 00007ff7`c43074bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f9`e3bffa30 00007ff7`c41beb98     postgres!PostmasterMain(
000000f9`e3bffbc0 00007ff7`c47b5f29     postgres!main(
000000f9`e3bffc00 00007ff7`c47b5e7e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f9`e3bffc50 00007ff7`c47b5d3e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f9`e3bffcc0 00007ff7`c47b5f9e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f9`e3fff518 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f9`e3fff520 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000f9`e3fff810 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000f9`e3fff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f9`e47ff5e8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f9`e47ff5f0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000f9`e47ff8e0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000f9`e47ff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f9`e4bffbb8 00007ff9`cd96b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f9`e4bffbc0 00007ff9`cc584cb0     ntdll!TppWorkerThread+0x2df
000000f9`e4bffeb0 00007ff9`cd9decdb     KERNEL32!BaseThreadInitThunk+0x10
000000f9`e4bffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
tap
[22:04:29.947](1.393s) Bail out!  pg_ctl stop failed
tap
[22:04:24.064](1.157s) Bail out!  pg_ctl stop failed
tap
[22:04:25.065](1.462s) Bail out!  pg_ctl restart failed
tap
[22:04:29.147](1.126s) Bail out!  pg_ctl stop failed
tap
[22:04:39.036](13.332s) Bail out!  pg_ctl stop failed
tap
[22:04:45.178](1.319s) Bail out!  pg_ctl restart failed
tap
[22:06:18.786](1.423s) Bail out!  pg_ctl stop failed
tap
[22:11:54.529](311.513s) # poll_query_until timed out executing this query:
[22:11:54.532](0.003s) not ok 2 - ensure checksums are enabled
[22:17:04.595](309.581s) # poll_query_until timed out executing this query:
[22:17:04.597](0.002s) not ok 7 - ensure checksums are enabled
[22:17:05.848](1.184s) Bail out!  pg_ctl stop failed
tap
[22:11:54.857](311.058s) # poll_query_until timed out executing this query:
[22:11:54.859](0.003s) not ok 3 - ensure checksums aren't enabled yet
tap
[22:12:05.494](309.583s) # poll_query_until timed out executing this query:
[22:12:05.497](0.003s) not ok 3 - ensure checksums are in progress on primary
[22:17:15.268](309.771s) # poll_query_until timed out executing this query:
[22:17:15.270](0.002s) not ok 4 - ensure standby has absorbed the inprogress-on barrier
[22:17:15.336](0.065s) not ok 5 - ensure checksums are on, or in progress, on standby_1
[22:22:24.002](308.665s) # poll_query_until timed out executing this query:
[22:22:24.004](0.002s) not ok 6 - ensure checksums are enabled on the primary
tap
[22:06:47.413](1.143s) Bail out!  pg_ctl stop failed
tap
[22:06:22.182](1.516s) Bail out!  pg_ctl stop failed
tap
[22:06:25.534](1.224s) Bail out!  pg_ctl restart failed
tap
[22:06:34.945](14.991s) Bail out!  pg_ctl restart failed
tap
[22:06:24.765](1.269s) Bail out!  pg_ctl stop failed
tap
[22:06:25.846](1.146s) Bail out!  pg_ctl restart failed
tap
[22:06:29.167](1.175s) Bail out!  pg_ctl stop failed
tap
[22:01:54.230](1.359s) Bail out!  pg_ctl stop failed
tap
[22:01:55.028](1.567s) Bail out!  pg_ctl stop failed
tap
[22:01:52.100](1.296s) Bail out!  pg_ctl restart failed
tap
[22:02:01.448](1.393s) Bail out!  pg_ctl stop failed
tap
[22:01:59.834](7.124s) Bail out!  pg_ctl stop failed
tap
[22:02:04.017](1.424s) Bail out!  pg_ctl restart failed
tap
[22:02:18.349](9.446s) Bail out!  pg_ctl stop failed
tap
[22:02:11.571](0.001s) not ok 23 - data_checksums=on is reported on an offline cluster stdout /(?^:^on$)/
[22:02:15.124](1.486s) Bail out!  pg_ctl stop failed
tap
[22:02:24.998](1.205s) Bail out!  pg_ctl restart failed
tap
[22:02:48.422](1.735s) not ok 17 - pg_ctl stop
[22:02:48.842](0.186s) not ok 25 - pg_ctl restart with server running
[22:02:48.853](0.011s) Bail out!  command "pg_ctl stop -D C:\cirrus\build\testrun\pg_ctl\001_start_stop\data\tmp_test_We...
tap
[22:02:42.648](1.173s) Bail out!  command "pg_ctl stop -D C:\cirrus\build/testrun/pg_ctl/002_status\data/t_002_status_ma...
tap
[22:03:25.196](1.142s) Bail out!  pg_ctl stop failed
tap
[22:04:33.436](1.143s) Bail out!  pg_ctl restart failed
tap
[22:03:00.299](1.375s) Bail out!  pg_ctl stop failed
tap
[22:03:10.543](1.712s) Bail out!  pg_ctl stop failed
tap
[22:03:14.504](11.127s) Bail out!  pg_ctl stop failed
tap
[22:03:24.461](14.929s) Bail out!  pg_ctl stop failed
tap
[22:03:28.441](15.472s) Bail out!  pg_ctl stop failed
tap
[22:03:19.745](4.934s) Bail out!  pg_ctl stop failed
tap
[22:03:35.532](18.137s) Bail out!  pg_ctl stop failed
tap
[22:03:28.378](6.639s) Bail out!  pg_ctl stop failed
tap
[22:03:31.636](5.765s) Bail out!  pg_ctl stop failed
tap
[22:04:33.531](1.111s) Bail out!  pg_ctl restart failed
tap
[21:59:48.375](4.664s) Bail out!  pg_ctl stop failed
tap
[21:57:34.508](9.256s) Bail out!  pg_ctl stop failed
tap
[21:57:34.900](5.649s) Bail out!  pg_ctl stop failed
tap
[22:03:38.347](1.125s) Bail out!  pg_ctl stop failed
tap
[22:04:39.885](1.193s) Bail out!  pg_ctl stop failed
tap
[22:04:36.815](1.361s) Bail out!  pg_ctl stop failed
tap
[22:03:48.100](3.808s) Bail out!  pg_ctl stop failed
tap
[22:04:29.273](1.408s) Bail out!  pg_ctl stop failed
tap
[22:04:49.873](1.447s) Bail out!  pg_ctl stop failed
tap
[21:57:42.584](19.080s) Bail out!  pg_ctl stop failed
tap
[21:57:48.264](3.820s) Bail out!  pg_ctl stop failed
tap
[21:57:57.321](21.695s) Bail out!  pg_ctl stop failed
tap
[21:57:53.098](1.767s) Bail out!  pg_ctl restart failed
tap
[21:58:04.520](3.129s) Bail out!  pg_ctl stop failed
tap
[21:58:30.538](39.414s) Bail out!  pg_ctl restart failed
tap
[21:58:05.532](2.623s) Bail out!  pg_ctl stop failed
tap
[21:58:11.225](5.782s) Bail out!  pg_ctl stop failed
tap
[21:58:19.597](9.249s) Bail out!  pg_ctl stop failed
tap
[21:58:23.335](4.816s) Bail out!  pg_ctl stop failed
tap
[21:58:29.865](12.554s) Bail out!  pg_ctl stop failed
tap
[21:58:43.966](19.591s) Bail out!  pg_ctl stop failed
tap
[21:58:29.770](4.415s) Bail out!  pg_ctl stop failed
tap
[21:58:49.019](14.412s) Bail out!  pg_ctl stop failed
tap
[21:58:36.766](1.562s) Bail out!  pg_ctl stop failed
tap
[21:58:45.138](1.781s) Bail out!  pg_ctl stop failed
tap
[21:58:47.455](2.004s) Bail out!  pg_ctl stop failed
tap
[21:58:51.622](5.596s) Bail out!  pg_ctl restart failed
tap
[21:59:03.849](2.396s) Bail out!  pg_ctl stop failed
tap
[22:01:14.199](1.486s) Bail out!  pg_ctl restart failed
tap
[21:59:02.894](3.715s) Bail out!  pg_ctl stop failed
tap
[21:59:14.313](2.923s) Bail out!  pg_ctl stop failed
tap
[21:59:33.672](1.838s) Bail out!  pg_ctl restart failed
tap
[21:59:42.914](2.247s) Bail out!  pg_ctl restart failed
tap
[22:00:02.323](8.155s) Bail out!  pg_ctl stop failed
tap
[21:59:49.988](23.790s) Bail out!  pg_ctl stop failed
tap
[21:59:44.228](6.586s) Bail out!  pg_ctl stop failed
tap
[22:00:11.987](1.927s) Bail out!  pg_ctl stop failed
tap
[21:59:51.884](6.188s) Bail out!  pg_ctl stop failed
tap
[22:00:04.264](1.550s) Bail out!  pg_ctl restart failed
tap
[22:00:01.396](3.849s) Bail out!  pg_ctl stop failed
tap
[22:00:31.477](1.519s) Bail out!  pg_ctl stop failed
tap
[22:00:11.391](1.519s) Bail out!  pg_ctl stop failed
tap
[22:00:15.226](2.096s) Bail out!  pg_ctl stop failed
tap
[22:06:27.867](1.175s) Bail out!  pg_ctl stop failed
tap
[22:06:48.618](3.802s) Bail out!  pg_ctl restart failed
tap
[22:06:52.499](5.204s) Bail out!  pg_ctl restart failed
tap
[22:06:53.031](5.072s) Bail out!  pg_ctl restart failed
tap
[22:05:10.789](2.417s) Bail out!  pg_ctl stop failed
tap
[22:04:59.058](1.360s) Bail out!  pg_ctl stop failed
tap
[22:05:00.609](1.254s) Bail out!  pg_ctl stop failed
tap
[22:05:03.644](1.267s) Bail out!  pg_ctl stop failed
tap
[22:05:05.822](1.410s) Bail out!  pg_ctl stop failed
tap
[22:05:07.512](1.331s) Bail out!  pg_ctl stop failed
tap
[22:05:08.731](1.257s) Bail out!  pg_ctl stop failed
tap
[22:05:14.026](1.284s) Bail out!  pg_ctl stop failed
tap
[22:05:13.463](1.377s) Bail out!  pg_ctl stop failed
tap
[22:05:51.465](1.236s) Bail out!  pg_ctl restart failed
tap
[22:05:29.188](1.268s) Bail out!  pg_ctl stop failed
tap
[22:05:36.138](1.262s) Bail out!  pg_ctl stop failed
tap
[22:05:27.905](1.878s) Bail out!  pg_ctl stop failed
tap
[22:05:36.779](1.251s) Bail out!  pg_ctl stop failed
tap
[22:05:42.854](1.359s) Bail out!  pg_ctl stop failed
tap
[22:05:36.795](1.251s) Bail out!  pg_ctl stop failed
tap
[22:05:37.969](1.302s) Bail out!  pg_ctl stop failed
tap
[22:05:43.010](4.023s) Bail out!  pg_ctl restart failed
tap
[22:06:01.043](1.298s) Bail out!  pg_ctl stop failed
tap
[22:05:47.723](1.364s) Bail out!  pg_ctl stop failed
tap
[22:05:47.832](1.203s) Bail out!  pg_ctl stop failed
tap
[22:05:57.458](1.548s) Bail out!  pg_ctl stop failed
tap
[22:05:57.864](1.516s) Bail out!  pg_ctl stop failed
tap
[22:06:19.256](1.349s) Bail out!  pg_ctl stop failed
tap
[22:06:04.984](1.448s) Bail out!  pg_ctl stop failed
tap
[22:06:11.103](1.413s) Bail out!  pg_ctl restart failed
tap
[22:06:35.195](1.895s) Bail out!  pg_ctl stop failed
tap
[22:06:26.269](1.550s) Bail out!  pg_ctl stop failed
tap
[22:06:13.355](1.705s) Bail out!  pg_ctl stop failed
tap
[22:06:29.325](1.129s) Bail out!  pg_ctl stop failed
tap
[22:04:41.014](3.613s) Bail out!  pg_ctl stop failed
tap
[22:06:37.014](1.417s) Bail out!  pg_ctl stop failed
tap
[22:06:34.365](1.189s) Bail out!  pg_ctl stop failed
tap
[22:06:37.249](1.286s) Bail out!  pg_ctl stop failed
tap
[22:06:46.803](1.146s) Bail out!  pg_ctl stop failed
tap
[22:06:42.280](2.156s) Bail out!  pg_ctl stop failed
tap
[22:06:42.074](1.945s) Bail out!  pg_ctl restart failed
test
[22:23:20.192]   5/312 postgresql:pg_upgrade / pg_upgrade/003_logical_slots                            ERROR            ...
[22:23:20.192]   6/312 postgresql:pg_upgrade / pg_upgrade/004_subscription                             ERROR            ...
[22:23:20.192]   8/312 postgresql:recovery / recovery/001_stream_rep                                   ERROR            ...
[22:23:20.192]   9/312 postgresql:recovery / recovery/003_recovery_targets                             ERROR            ...
[22:23:20.192]  10/312 postgresql:recovery / recovery/006_logical_decoding                             ERROR            ...
[22:23:20.192]  11/312 postgresql:recovery / recovery/004_timeline_switch                              ERROR            ...
[22:23:20.192]  12/312 postgresql:recovery / recovery/009_twophase                                     ERROR            ...
[22:23:20.192]  13/312 postgresql:recovery / recovery/010_logical_decoding_timelines                   ERROR            ...
[22:23:20.192]  14/312 postgresql:recovery / recovery/007_sync_rep                                     ERROR            ...
[22:23:20.192]  16/312 postgresql:recovery / recovery/014_unlogged_reinit                              ERROR            ...
[22:23:20.192]  17/312 postgresql:recovery / recovery/012_subtransactions                              ERROR            ...
[22:23:20.192]  19/312 postgresql:recovery / recovery/018_wal_optimize                                 ERROR            ...
[22:23:20.192]  20/312 postgresql:recovery / recovery/015_promotion_pages                              ERROR            ...
[22:23:20.192]  21/312 postgresql:recovery / recovery/008_fsm_truncation                               ERROR            ...
[22:23:20.192]  22/312 postgresql:recovery / recovery/020_archive_status                               ERROR            ...
[22:23:20.192]  24/312 postgresql:recovery / recovery/016_min_consistency                              ERROR            ...
[22:23:20.192]  25/312 postgresql:recovery / recovery/021_row_visibility                               ERROR            ...
[22:23:20.192]  26/312 postgresql:recovery / recovery/023_pitr_prepared_xact                           ERROR            ...
[22:23:20.192]  27/312 postgresql:recovery / recovery/024_archive_recovery                             ERROR            ...
[22:23:20.192]  28/312 postgresql:recovery / recovery/019_replslot_limit                               ERROR            ...
[22:23:20.192]  29/312 postgresql:recovery / recovery/026_overwrite_contrecord                         ERROR            ...
[22:23:20.192]  30/312 postgresql:recovery / recovery/028_pitr_timelines                               ERROR            ...
[22:23:20.192]  31/312 postgresql:recovery / recovery/029_stats_restart                                ERROR            ...
[22:23:20.192]  32/312 postgresql:regress / regress/regress                                            ERROR           1...
[22:23:20.192]  34/312 postgresql:recovery / recovery/030_stats_cleanup_replica                        ERROR            ...
[22:23:20.192]  35/312 postgresql:recovery / recovery/034_create_database                              ERROR            ...
[22:23:20.192]  36/312 postgresql:recovery / recovery/031_recovery_conflict                            ERROR            ...
[22:23:20.192]  37/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[22:23:20.192]  38/312 postgresql:recovery / recovery/033_replay_tsp_drops                             ERROR            ...
[22:23:20.192]  39/312 postgresql:recovery / recovery/036_truncated_dropped                            ERROR            ...
[22:23:20.192]  41/312 postgresql:recovery / recovery/039_end_of_wal                                   ERROR            ...
[22:23:20.192]  42/312 postgresql:isolation / isolation/isolation                                      ERROR           1...
[22:23:20.192]  43/312 postgresql:recovery / recovery/032_relfilenode_reuse                            ERROR            ...
[22:23:20.192]  44/312 postgresql:recovery / recovery/038_save_logical_slots_shutdown                  ERROR            ...
[22:23:20.192]  45/312 postgresql:recovery / recovery/041_checkpoint_at_promote                        ERROR            ...
[22:23:20.192]  46/312 postgresql:plpgsql / plpgsql/regress                                            ERROR            ...
[22:23:20.192]  47/312 postgresql:recovery / recovery/035_standby_logical_decoding                     ERROR            ...
[22:23:20.192]  48/312 postgresql:plperl / plperl/regress                                              ERROR            ...
[22:23:20.192]  49/312 postgresql:recovery / recovery/042_low_level_backup                             ERROR            ...
[22:23:20.192]  50/312 postgresql:basic_archive / basic_archive/regress                                ERROR            ...
[22:23:20.192]  51/312 postgresql:bloom / bloom/regress                                                ERROR            ...
[22:23:20.192]  52/312 postgresql:bool_plperl / bool_plperl/regress                                    ERROR            ...
[22:23:20.192]  53/312 postgresql:amcheck / amcheck/regress                                            ERROR            ...
[22:23:20.192]  54/312 postgresql:citext / citext/regress                                              ERROR            ...
[22:23:20.192]  55/312 postgresql:plpython / plpython/regress                                          ERROR            ...
[22:23:20.192]  56/312 postgresql:cube / cube/regress                                                  ERROR            ...
[22:23:20.192]  57/312 postgresql:dict_int / dict_int/regress                                          ERROR            ...
[22:23:20.192]  58/312 postgresql:dict_xsyn / dict_xsyn/regress                                        ERROR            ...
[22:23:20.192]  59/312 postgresql:dblink / dblink/regress                                              ERROR            ...
[22:23:20.192]  60/312 postgresql:btree_gin / btree_gin/regress                                        ERROR            ...
[22:23:20.192]  61/312 postgresql:recovery / recovery/040_standby_failover_slots_sync                  ERROR            ...
[22:23:20.192]  62/312 postgresql:earthdistance / earthdistance/regress                                ERROR            ...
[22:23:20.192]  63/312 postgresql:btree_gist / btree_gist/regress                                      ERROR            ...
[22:23:20.192]  64/312 postgresql:file_fdw / file_fdw/regress                                          ERROR            ...
[22:23:20.192]  65/312 postgresql:fuzzystrmatch / fuzzystrmatch/regress                                ERROR            ...
[22:23:20.194]  66/312 postgresql:hstore_plpython / hstore_plpython/regress                            ERROR            ...
[22:23:20.194]  67/312 postgresql:hstore / hstore/regress                                              ERROR            ...
[22:23:20.194]  68/312 postgresql:isn / isn/regress                                                    ERROR            ...
[22:23:20.194]  69/312 postgresql:hstore_plperl / hstore_plperl/regress                                ERROR            ...
[22:23:20.194]  70/312 postgresql:jsonb_plperl / jsonb_plperl/regress                                  ERROR            ...
[22:23:20.194]  71/312 postgresql:jsonb_plpython / jsonb_plpython/regress                              ERROR            ...
[22:23:20.194]  72/312 postgresql:lo / lo/regress                                                      ERROR            ...
[22:23:20.194]  73/312 postgresql:ltree_plpython / ltree_plpython/regress                              ERROR            ...
[22:23:20.194]  74/312 postgresql:ltree / ltree/regress                                                ERROR            ...
[22:23:20.194]  75/312 postgresql:passwordcheck / passwordcheck/regress                                ERROR            ...
[22:23:20.194]  76/312 postgresql:intarray / intarray/regress                                          ERROR            ...
[22:23:20.194]  77/312 postgresql:pg_buffercache / pg_buffercache/regress                              ERROR            ...
[22:23:20.194]  78/312 postgresql:pg_freespacemap / pg_freespacemap/regress                            ERROR            ...
[22:23:20.194]  79/312 postgresql:pageinspect / pageinspect/regress                                    ERROR            ...
[22:23:20.194]  80/312 postgresql:pg_logicalinspect / pg_logicalinspect/isolation                      ERROR            ...
[22:23:20.194]  81/312 postgresql:pgrowlocks / pgrowlocks/isolation                                    ERROR            ...
[22:23:20.194]  82/312 postgresql:pg_surgery / pg_surgery/regress                                      ERROR            ...
[22:23:20.194]  83/312 postgresql:pgstattuple / pgstattuple/regress                                    ERROR            ...
[22:23:20.194]  84/312 postgresql:pg_visibility / pg_visibility/regress                                ERROR            ...
[22:23:20.194]  85/312 postgresql:pgcrypto / pgcrypto/regress                                          ERROR            ...
[22:23:20.194]  87/312 postgresql:pg_trgm / pg_trgm/regress                                            ERROR            ...
[22:23:20.194]  86/312 postgresql:pg_walinspect / pg_walinspect/regress                                ERROR            ...
[22:23:20.194]  88/312 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
[22:23:20.194]  89/312 postgresql:seg / seg/regress                                                    ERROR            ...
[22:23:20.194]  90/312 postgresql:tablefunc / tablefunc/regress                                        ERROR            ...
[22:23:20.194]  91/312 postgresql:tcn / tcn/isolation                                                  ERROR            ...
[22:23:20.194]  92/312 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
[22:23:20.194]  93/312 postgresql:tsm_system_rows / tsm_system_rows/regress                            ERROR            ...
[22:23:20.194]  94/312 postgresql:tsm_system_time / tsm_system_time/regress                            ERROR            ...
[22:23:20.194]  95/312 postgresql:unaccent / unaccent/regress                                          ERROR            ...
[22:23:20.194]  96/312 postgresql:postgres_fdw / postgres_fdw/regress                                  ERROR            ...
[22:23:20.194]  97/312 postgresql:brin / brin/isolation                                                ERROR            ...
[22:23:20.194]  98/312 postgresql:commit_ts / commit_ts/regress                                        ERROR            ...
[22:23:20.194]  99/312 postgresql:dummy_index_am / dummy_index_am/regress                              ERROR            ...
[22:23:20.194] 100/312 postgresql:dummy_seclabel / dummy_seclabel/regress                              ERROR            ...
[22:23:20.194] 101/312 postgresql:test_decoding / test_decoding/isolation                              ERROR            ...
[22:23:20.194] 102/312 postgresql:delay_execution / delay_execution/isolation                          ERROR            ...
[22:23:20.194] 103/312 postgresql:gin / gin/regress                                                    ERROR            ...
[22:23:20.194] 104/312 postgresql:injection_points / injection_points/regress                          ERROR            ...
[22:23:20.194] 105/312 postgresql:plsample / plsample/regress                                          ERROR            ...
[22:23:20.194] 106/312 postgresql:spgist_name_ops / spgist_name_ops/regress                            ERROR            ...
[22:23:20.194] 107/312 postgresql:test_bloomfilter / test_bloomfilter/regress                          ERROR            ...
[22:23:20.194] 108/312 postgresql:injection_points / injection_points/isolation                        ERROR            ...
[22:23:20.194] 109/312 postgresql:test_copy_callbacks / test_copy_callbacks/regress                    ERROR            ...
[22:23:20.194] 110/312 postgresql:test_dsa / test_dsa/regress                                          ERROR            ...
[22:23:20.194] 111/312 postgresql:test_dsm_registry / test_dsm_registry/regress                        ERROR            ...
[22:23:20.194] 112/312 postgresql:test_decoding / test_decoding/regress                                ERROR            ...
[22:23:20.194] 113/312 postgresql:test_ginpostinglist / test_ginpostinglist/regress                    ERROR            ...
[22:23:20.194] 114/312 postgresql:test_lfind / test_lfind/regress                                      ERROR            ...
[22:23:20.194] 115/312 postgresql:test_extensions / test_extensions/regress                            ERROR            ...
[22:23:20.194] 116/312 postgresql:test_ddl_deparse / test_ddl_deparse/regress                          ERROR            ...
[22:23:20.194] 117/312 postgresql:test_parser / test_parser/regress                                    ERROR            ...
[22:23:20.194] 118/312 postgresql:test_pg_dump / test_pg_dump/regress                                  ERROR            ...
[22:23:20.194] 119/312 postgresql:test_oat_hooks / test_oat_hooks/regress                              ERROR            ...
[22:23:20.194] 120/312 postgresql:test_predtest / test_predtest/regress                                ERROR            ...
[22:23:20.194] 121/312 postgresql:test_radixtree / test_radixtree/regress                              ERROR            ...
[22:23:20.194] 122/312 postgresql:test_rbtree / test_rbtree/regress                                    ERROR            ...
[22:23:20.194] 123/312 postgresql:test_resowner / test_resowner/regress                                ERROR            ...
[22:23:20.194] 124/312 postgresql:test_regex / test_regex/regress                                      ERROR            ...
[22:23:20.194] 125/312 postgresql:test_rls_hooks / test_rls_hooks/regress                              ERROR            ...
[22:23:20.194] 126/312 postgresql:test_slru / test_slru/regress                                        ERROR            ...
[22:23:20.194] 127/312 postgresql:test_integerset / test_integerset/regress                            ERROR            ...
[22:23:20.194] 129/312 postgresql:test_shm_mq / test_shm_mq/regress                                    ERROR            ...
[22:23:20.266] 130/312 postgresql:test_tidstore / test_tidstore/regress                                ERROR            ...
[22:23:20.266] 131/312 postgresql:typcache / typcache/regress                                          ERROR            ...
[22:23:20.266] 132/312 postgresql:unsafe_tests / unsafe_tests/regress                                  ERROR            ...
[22:23:20.266] 135/312 postgresql:libpq / libpq/005_negotiate_encryption                               ERROR            ...
[22:23:20.266] 137/312 postgresql:libpq / libpq/003_load_balance_host_list                             ERROR            ...
[22:23:20.266] 138/312 postgresql:libpq / libpq/004_load_balance_dns                                   ERROR            ...
[22:23:20.266] 140/312 postgresql:pg_amcheck / pg_amcheck/004_verify_heapam                            ERROR            ...
[22:23:20.266] 142/312 postgresql:pg_amcheck / pg_amcheck/003_check                                    ERROR            ...
[22:23:20.266] 145/312 postgresql:pg_basebackup / pg_basebackup/010_pg_basebackup                      ERROR            ...
[22:23:20.266] 148/312 postgresql:ecpg / ecpg/ecpg                                                     ERROR            ...
[22:23:20.266] 149/312 postgresql:pg_checksums / pg_checksums/002_actions                              ERROR            ...
[22:23:20.266] 151/312 postgresql:pg_basebackup / pg_basebackup/040_pg_createsubscriber                ERROR            ...
[22:23:20.266] 153/312 postgresql:pg_combinebackup / pg_combinebackup/007_wal_level_minimal            ERROR            ...
[22:23:20.266] 159/312 postgresql:pg_ctl / pg_ctl/002_status                                           ERROR            ...
[22:23:20.266] 162/312 postgresql:pg_ctl / pg_ctl/001_start_stop                                       ERROR            ...
[22:23:20.266] 168/312 postgresql:pg_resetwal / pg_resetwal/001_basic                                  ERROR            ...
[22:23:20.266] 171/312 postgresql:pg_rewind / pg_rewind/001_basic                                      ERROR            ...
[22:23:20.266] 173/312 postgresql:pg_rewind / pg_rewind/002_databases                                  ERROR            ...
[22:23:20.266] 175/312 postgresql:pg_rewind / pg_rewind/005_same_timeline                              ERROR            ...
[22:23:20.266] 176/312 postgresql:pg_dump / pg_dump/002_pg_dump                                        ERROR            ...
[22:23:20.266] 177/312 postgresql:pg_rewind / pg_rewind/003_extrafiles                                 ERROR            ...
[22:23:20.266] 182/312 postgresql:pg_rewind / pg_rewind/004_pg_xlog_symlink                            ERROR            ...
[22:23:20.266] 183/312 postgresql:pg_rewind / pg_rewind/008_min_recovery_point                         ERROR            ...
[22:23:20.266] 184/312 postgresql:pg_rewind / pg_rewind/009_growing_files                              ERROR            ...
[22:23:20.266] 186/312 postgresql:pg_rewind / pg_rewind/007_standby_source                             ERROR            ...
[22:23:20.266] 187/312 postgresql:pg_verifybackup / pg_verifybackup/007_wal                            ERROR            ...
[22:23:20.266] 195/312 postgresql:pg_waldump / pg_waldump/001_basic                                    ERROR            ...
[22:23:20.266] 215/312 postgresql:amcheck / amcheck/002_cic                                            ERROR            ...
[22:23:20.266] 216/312 postgresql:amcheck / amcheck/003_cic_2pc                                        ERROR            ...
[22:23:20.266] 218/312 postgresql:amcheck / amcheck/004_verify_nbtree_unique                           ERROR            ...
[22:23:20.266] 219/312 postgresql:pgbench / pgbench/001_pgbench_with_server                            ERROR            ...
[22:23:20.266] 220/312 postgresql:amcheck / amcheck/001_verify_heapam                                  ERROR            ...
[22:23:20.266] 223/312 postgresql:pg_prewarm / pg_prewarm/001_basic                                    ERROR            ...
[22:23:20.266] 224/312 postgresql:pg_stat_statements / pg_stat_statements/010_restart                  ERROR            ...
[22:23:20.266] 225/312 postgresql:pg_visibility / pg_visibility/002_corrupt_vm                         ERROR            ...
[22:23:20.266] 227/312 postgresql:amcheck / amcheck/005_pitr                                           ERROR            ...
[22:23:20.266] 229/312 postgresql:test_decoding / test_decoding/001_repl_stats                         ERROR            ...
[22:23:20.266] 230/312 postgresql:pg_visibility / pg_visibility/001_concurrent_transaction             ERROR            ...
[22:23:20.266] 233/312 postgresql:authentication / authentication/004_file_inclusion                   ERROR            ...
[22:23:20.266] 237/312 postgresql:postmaster / postmaster/002_start_stop                               ERROR            ...
[22:23:20.266] 240/312 postgresql:subscription / subscription/002_types                                ERROR            ...
[22:23:20.266] 241/312 postgresql:subscription / subscription/003_constraints                          ERROR            ...
[22:23:20.266] 242/312 postgresql:subscription / subscription/004_sync                                 ERROR            ...
[22:23:20.266] 243/312 postgresql:subscription / subscription/005_encoding                             ERROR            ...
[22:23:20.266] 244/312 postgresql:subscription / subscription/006_rewrite                              ERROR            ...
[22:23:20.266] 245/312 postgresql:subscription / subscription/007_ddl                                  ERROR            ...
[22:23:20.266] 246/312 postgresql:subscription / subscription/001_rep_changes                          ERROR            ...
[22:23:20.266] 248/312 postgresql:subscription / subscription/009_matviews                             ERROR            ...
[22:23:20.266] 249/312 postgresql:subscription / subscription/008_diff_schema                          ERROR            ...
[22:23:20.266] 252/312 postgresql:subscription / subscription/016_stream_subxact                       ERROR            ...
[22:23:20.266] 254/312 postgresql:subscription / subscription/014_binary                               ERROR            ...
[22:23:20.266] 255/312 postgresql:subscription / subscription/015_stream                               ERROR            ...
[22:23:20.266] 256/312 postgresql:subscription / subscription/017_stream_ddl                           ERROR            ...
[22:23:20.266] 257/312 postgresql:subscription / subscription/019_stream_subxact_ddl_abort             ERROR            ...
[22:23:20.266] 258/312 postgresql:subscription / subscription/020_messages                             ERROR            ...
[22:23:20.266] 259/312 postgresql:subscription / subscription/018_stream_subxact_abort                 ERROR            ...
[22:23:20.266] 260/312 postgresql:subscription / subscription/021_twophase                             ERROR            ...
[22:23:20.266] 261/312 postgresql:subscription / subscription/023_twophase_stream                      ERROR            ...
[22:23:20.266] 262/312 postgresql:subscription / subscription/024_add_drop_pub                         ERROR            ...
[22:23:20.266] 263/312 postgresql:subscription / subscription/013_partition                            ERROR            ...
[22:23:20.266] 264/312 postgresql:recovery / recovery/013_crash_restart                                ERROR           4...
[22:23:20.266] 265/312 postgresql:subscription / subscription/025_rep_changes_for_schema               ERROR            ...
[22:23:20.266] 266/312 postgresql:subscription / subscription/026_stats                                ERROR            ...
[22:23:20.266] 267/312 postgresql:subscription / subscription/022_twophase_cascade                     ERROR            ...
[22:23:20.266] 268/312 postgresql:subscription / subscription/029_on_error                             ERROR            ...
[22:23:20.266] 269/312 postgresql:subscription / subscription/030_origin                               ERROR            ...
[22:23:20.266] 270/312 postgresql:subscription / subscription/100_bugs                                 ERROR            ...
[22:23:20.266] 272/312 postgresql:brin / brin/01_workitems                                             ERROR            ...
[22:23:20.266] 274/312 postgresql:subscription / subscription/028_row_filter                           ERROR            ...
[22:23:20.266] 275/312 postgresql:commit_ts / commit_ts/001_base                                       ERROR            ...
[22:23:20.266] 277/312 postgresql:commit_ts / commit_ts/004_restart                                    ERROR            ...
[22:23:20.266] 279/312 postgresql:injection_points / injection_points/001_stats                        ERROR            ...
[22:23:20.266] 280/312 postgresql:commit_ts / commit_ts/002_standby                                    ERROR            ...
[22:23:20.266] 281/312 postgresql:subscription / subscription/032_subscribe_use_index                  ERROR            ...
[22:23:20.266] 282/312 postgresql:ssl_passphrase_callback / ssl_passphrase_callback/001_testfunc       ERROR            ...
[22:23:20.266] 285/312 postgresql:libpq_pipeline / libpq_pipeline/001_libpq_pipeline                   ERROR            ...
[22:23:20.266] 286/312 postgresql:test_custom_rmgrs / test_custom_rmgrs/001_basic                      ERROR            ...
[22:23:20.266] 289/312 postgresql:test_misc / test_misc/002_tablespace                                 ERROR            ...
[22:23:20.266] 290/312 postgresql:commit_ts / commit_ts/003_standby_2                                  ERROR            ...
[22:23:20.266] 291/312 postgresql:subscription / subscription/031_column_list                          ERROR            ...
[22:23:20.266] 292/312 postgresql:test_misc / test_misc/001_constraint_validation                      ERROR            ...
[22:23:20.266] 293/312 postgresql:test_misc / test_misc/004_io_direct                                  ERROR            ...
[22:23:20.266] 299/312 postgresql:worker_spi / worker_spi/001_worker_spi                               ERROR            ...
[22:23:20.266] 300/312 postgresql:test_slru / test_slru/001_multixact                                  ERROR            ...
[22:23:20.266] 301/312 postgresql:test_pg_dump / test_pg_dump/001_base                                 ERROR            ...
[22:23:20.266] 302/312 postgresql:checksums / checksums/004_offline                                    ERROR            ...
[22:23:20.266] 303/312 postgresql:ssl / ssl/001_ssltests                                               ERROR            ...
[22:23:20.266] 306/312 postgresql:ssl / ssl/002_scram                                                  ERROR            ...
[22:23:20.266] 307/312 postgresql:ssl / ssl/003_sslinfo                                                ERROR            ...
[22:23:20.266] 309/312 postgresql:checksums / checksums/002_restarts                                   ERROR           3...
[22:23:20.266] 310/312 postgresql:checksums / checksums/001_basic                                      ERROR           6...
[22:23:20.266] 311/312 postgresql:pg_ctl / pg_ctl/004_logrotate                                        TIMEOUT        10...
[22:23:20.266] 312/312 postgresql:checksums / checksums/003_standby_restarts                           TIMEOUT        10...
50/5208 prefetching for nestloop / indexscan
FreeBSD - 13 - Meson
core
[20:10:55.597] #0  0x000000082b0328fa in _sigprocmask () from /lib/libc.so.7
[20:10:55.597] #1  0x000000082b06bf91 in _system () from /lib/libc.so.7
[20:10:55.597] #2  0x000000082981f9d3 in ?? () from /lib/libthr.so.3
[20:10:55.597] #3  0x000000000066e7a5 in RestoreArchivedFile (path=path@entry=0x82174c1d0 "pg_wal/00000001", '0' <repeat...
[20:10:55.597] #4  0x0000000000655828 in existsTimeLineHistory (probeTLI=probeTLI@entry=2) at ../src/backend/access/tran...
[20:10:55.597] #5  0x00000000006558e8 in findNewestTimeLine (startTLI=startTLI@entry=1) at ../src/backend/access/transam...
[20:10:55.597] #6  0x0000000000679bbb in rescanLatestTimeLine (replayTLI=replayTLI@entry=1, replayLSN=replayLSN@entry=83...
[20:10:55.597] #7  0x0000000000675e13 in WaitForWALToBecomeAvailable (RecPtr=83886104, tliRecPtr=83886080, replayTLI=1, ...
[20:10:55.597] #8  XLogPageRead (xlogreader=0x834d5e130, targetPagePtr=83886080, reqLen=24, targetRecPtr=83886080, readB...
[20:10:55.597] #9  0x000000000067cb02 in ReadPageInternal (state=state@entry=0x834d5e130, pageptr=83886080, reqLen=24) a...
tap
[20:09:35.611](1.657s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[20:09:46.451] 294/313 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
Linux - Debian Bookworm - Autoconf
tap
[20:11:24.449](0.811s) not ok 1 - no parameters missing from postgresql.conf.sample
Linux - Debian Bookworm - Meson
core
[20:13:08.736] #0  <unavailable> in ?? ()
core
[20:13:08.977] #0  0x00007f98d0762da4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[20:13:08.977] #1  0x00007f98d070f239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[20:13:08.977] #2  0x00007f98d070f497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[20:13:08.977] #3  0x0000557b48b895c1 in ?? ()
[20:13:08.977] #4  0x0000557b48b83369 in ?? ()
[20:13:08.977] #5  0x0000557b48b8220f in ?? ()
[20:13:08.977] #6  0x0000557b48b82c3b in ?? ()
[20:13:08.977] #7  0x0000557b48b8066f in ?? ()
[20:13:08.977] #8  0x00007f98d06fa24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[20:13:08.977] #9  0x00007f98d06fa305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[20:13:08.861] #0  0x00007f98d0762da4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[20:13:08.861] #1  0x00007f98d070f239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[20:13:08.861] #2  0x00007f98d070f497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[20:13:08.861] #3  0x0000557b48b895f3 in ?? ()
[20:13:08.861] #4  0x0000557b48b83369 in ?? ()
[20:13:08.861] #5  0x0000557b48b8220f in ?? ()
[20:13:08.861] #6  0x0000557b48b82c3b in ?? ()
[20:13:08.861] #7  0x0000557b48b8066f in ?? ()
[20:13:08.861] #8  0x00007f98d06fa24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[20:13:08.861] #9  0x00007f98d06fa305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[20:13:08.861] #0  <unavailable> in ?? ()
core
[20:13:08.736] #0  0x00007f229b17bda4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[20:13:08.736] #1  0x00007f229b128239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[20:13:08.736] #2  0x00007f229b128497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[20:13:08.736] #3  0x00005620d41025f3 in ?? ()
[20:13:08.736] #4  0x00005620d40fc369 in ?? ()
[20:13:08.736] #5  0x00005620d40fb20f in ?? ()
[20:13:08.736] #6  0x00005620d40fbc3b in ?? ()
[20:13:08.736] #7  0x00005620d40f966f in ?? ()
[20:13:08.736] #8  0x00007f229b11324a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[20:13:08.736] #9  0x00007f229b113305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[20:13:08.619] #0  0x00007f229b17bda4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[20:13:08.619] #1  0x00007f229b128239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[20:13:08.619] #2  0x00007f229b128497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[20:13:08.619] #3  0x00005620d41025c1 in ?? ()
[20:13:08.619] #4  0x00005620d40fc369 in ?? ()
[20:13:08.619] #5  0x00005620d40fb20f in ?? ()
[20:13:08.619] #6  0x00005620d40fbc3b in ?? ()
[20:13:08.619] #7  0x00005620d40f966f in ?? ()
[20:13:08.619] #8  0x00007f229b11324a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[20:13:08.619] #9  0x00007f229b113305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
tap
[20:11:49.899](0.474s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[20:12:01.178] 292/313 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
macOS - Sonoma - Meson
tap
[20:09:00.753](0.885s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[20:09:12.238] 294/313 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[20:16:21.410](2.075s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[20:16:47.355] 287/308 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
51/5231 Consider the number of columns in the sort cost model
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out /tmp/cirrus-ci-build/build/testrun/...
--- /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out	2024-11-14 18:36:39.990798000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_stat_statements/regress/results/level_tracking.out	2024-11-14 18:39:31.9707580...
@@ -383,26 +383,24 @@
 (1 row)
 
 EXPLAIN (COSTS OFF) SELECT 1, 2 UNION SELECT 3, 4\; EXPLAIN (COSTS OFF) (SELECT 1, 2, 3) UNION SELECT 3, 4, 5;
+      QUERY PLAN       
+-----------------------
+ HashAggregate
+   Group Key: (1), (2)
+   ->  Append
+         ->  Result
+         ->  Result
+(5 rows)
+
          QUERY PLAN         
 ----------------------------
- Unique
-   ->  Sort
...
test
[18:42:08.354]  89/313 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out /tmp/cirrus-ci-build/contrib/pg_sta...
--- /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out	2024-11-14 18:36:36.112270275 +0000
+++ /tmp/cirrus-ci-build/contrib/pg_stat_statements/results/level_tracking.out	2024-11-14 18:42:18.618566112 +0000
@@ -383,25 +383,23 @@
 (1 row)
 
 EXPLAIN (COSTS OFF) SELECT 1, 2 UNION SELECT 3, 4\; EXPLAIN (COSTS OFF) (SELECT 1, 2, 3) UNION SELECT 3, 4, 5;
+      QUERY PLAN       
+-----------------------
+ HashAggregate
+   Group Key: (1), (2)
+   ->  Append
+         ->  Result
+         ->  Result
+(5 rows)
+
          QUERY PLAN         
 ----------------------------
- Unique
-   ->  Sort
...
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out /tmp/cirrus-ci-build/build/testrun/...
--- /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out	2024-11-14 18:36:37.908791426 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_stat_statements/regress/results/level_tracking.out	2024-11-14 18:40:25.5377867...
@@ -383,25 +383,23 @@
 (1 row)
 
 EXPLAIN (COSTS OFF) SELECT 1, 2 UNION SELECT 3, 4\; EXPLAIN (COSTS OFF) (SELECT 1, 2, 3) UNION SELECT 3, 4, 5;
+      QUERY PLAN       
+-----------------------
+ HashAggregate
+   Group Key: (1), (2)
+   ->  Append
+         ->  Result
+         ->  Result
+(5 rows)
+
          QUERY PLAN         
 ----------------------------
- Unique
-   ->  Sort
...
test
[18:42:23.236]  88/313 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/contrib/pg_stat_statements/expected/level_tracking.out C:/cirrus/build/testrun/pg...
--- C:/cirrus/contrib/pg_stat_statements/expected/level_tracking.out	2024-11-14 18:36:56.108319400 +0000
+++ C:/cirrus/build/testrun/pg_stat_statements/regress/results/level_tracking.out	2024-11-14 18:43:18.449146200 +0000
@@ -383,25 +383,23 @@
 (1 row)
 
 EXPLAIN (COSTS OFF) SELECT 1, 2 UNION SELECT 3, 4\; EXPLAIN (COSTS OFF) (SELECT 1, 2, 3) UNION SELECT 3, 4, 5;
+      QUERY PLAN       
+-----------------------
+ HashAggregate
+   Group Key: (1), (2)
+   ->  Append
+         ->  Result
+         ->  Result
+(5 rows)
+
          QUERY PLAN         
 ----------------------------
- Unique
-   ->  Sort
...
test
[18:49:26.834]  87/308 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
50/5348 Making error message more user-friendly with spaces in a URI
FreeBSD - 13 - Meson
tap
[18:13:41.501](0.053s) not ok 25 - postgresql://host?  user user  =  uri  & port = 12345 12 
[18:13:41.525](0.023s) not ok 26 - postgresql://host?  user  =  uri-user  & port = 12345 12 
test
[18:15:31.716] 136/313 postgresql:libpq / libpq/001_uri                                                ERROR            ...
Linux - Debian Bookworm - Autoconf
tap
[18:12:31.159](0.040s) not ok 25 - postgresql://host?  user user  =  uri  & port = 12345 12 
[18:12:31.213](0.054s) not ok 26 - postgresql://host?  user  =  uri-user  & port = 12345 12 
Linux - Debian Bookworm - Meson
core
[18:17:02.290] #0  0x00007fc2d39f2da4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[18:17:02.290] #1  0x00007fc2d399f239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[18:17:02.290] #2  0x00007fc2d399f497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[18:17:02.290] #3  0x000055d188f915f3 in ?? ()
[18:17:02.290] #4  0x000055d188f8b369 in ?? ()
[18:17:02.290] #5  0x000055d188f8a20f in ?? ()
[18:17:02.290] #6  0x000055d188f8ac3b in ?? ()
[18:17:02.290] #7  0x000055d188f8866f in ?? ()
[18:17:02.290] #8  0x00007fc2d398a24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[18:17:02.290] #9  0x00007fc2d398a305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[18:17:02.290] #0  <unavailable> in ?? ()
core
[18:17:02.168] #0  0x00007fc2d39f2da4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[18:17:02.168] #1  0x00007fc2d399f239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[18:17:02.168] #2  0x00007fc2d399f497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[18:17:02.168] #3  0x000055d188f915c1 in ?? ()
[18:17:02.168] #4  0x000055d188f8b369 in ?? ()
[18:17:02.168] #5  0x000055d188f8a20f in ?? ()
[18:17:02.168] #6  0x000055d188f8ac3b in ?? ()
[18:17:02.168] #7  0x000055d188f8866f in ?? ()
[18:17:02.168] #8  0x00007fc2d398a24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[18:17:02.168] #9  0x00007fc2d398a305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
tap
[18:14:16.844](0.028s) not ok 25 - postgresql://host?  user user  =  uri  & port = 12345 12 
[18:14:16.874](0.030s) not ok 26 - postgresql://host?  user  =  uri-user  & port = 12345 12 
test
[18:15:59.175] 134/313 postgresql:libpq / libpq/001_uri                                                ERROR            ...
macOS - Sonoma - Meson
tap
[18:14:03.801](0.018s) not ok 25 - postgresql://host?  user user  =  uri  & port = 12345 12 
[18:14:03.814](0.011s) not ok 26 - postgresql://host?  user  =  uri-user  & port = 12345 12 
test
[18:15:38.412] 136/313 postgresql:libpq / libpq/001_uri                                                ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[18:17:56.298](0.068s) not ok 25 - postgresql://host?  user user  =  uri  & port = 12345 12 
[18:17:56.354](0.055s) not ok 26 - postgresql://host?  user  =  uri-user  & port = 12345 12 
test
[18:22:55.691] 135/308 postgresql:libpq / libpq/001_uri                                                ERROR            ...
51/5196 Use function smgrclose() to replace the loop
CompilerWarnings
compiler
[15:35:46.971] smgr.c:487:9: error: unused variable 'which' [-Werror,-Wunused-variable]
compiler
[15:35:46.971] smgr.c:282:13: error: unused variable 'forknum' [-Werror,-Wunused-variable]
compiler
[15:35:38.291] smgr.c:282:13: error: unused variable 'forknum' [-Werror,-Wunused-variable]
compiler
[15:35:38.291] smgr.c:487:9: error: unused variable 'which' [-Werror,-Wunused-variable]
compiler
[15:35:07.555] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
compiler
[15:35:07.555] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable]
compiler
[15:34:58.984] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable]
compiler
[15:34:58.984] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
compiler
[15:36:10.114] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
compiler
[15:36:10.114] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable]
51/4319 Avoid unnecessary PlaceHolderVars for simple Vars
macOS - Sonoma - Meson
tap
[15:03:12.518](0.001s) not ok 2 - initdb --help goes to stdout
test
[15:04:46.343] 159/313 postgresql:initdb / initdb/001_initdb                                           ERROR            ...
51/4980 Expand applicability of aggregate's sortop optimization
FreeBSD - 13 - Meson
core
[14:10:02.786] #0  0x0000085e1534923a in copy_file_range () from /lib/libc.so.7
[14:10:02.786] #1  0x00000855f48db3e0 in ?? ()
[14:10:02.786] #2  0x00000855f48db01e in ?? ()
[14:10:02.786] #3  0x00000855f48da8ad in ?? ()
[14:10:02.786] #4  0x00000855f48da33d in ?? ()
[14:10:02.786] #5  0x0000085e15172408 in ?? ()
[14:10:02.786] #6  0x0000000000000000 in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/subselect.out /tmp/cirrus-ci-build/build/testrun/regress-running...
--- /tmp/cirrus-ci-build/src/test/regress/expected/subselect.out	2024-11-14 14:00:01.040500000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress-running/regress/results/subselect.out	2024-11-14 14:06:24.017878000 +0000
@@ -671,11 +671,10 @@
   select min(unique1) from tenk1 as a
   where not exists (select 1 from tenk1 as b where b.unique2 = 10000)
 ) ss;
- min 
------
-   0
-(1 row)
-
+ERROR:  deadlock detected
+DETAIL:  Process 47392 waits for AccessShareLock on relation 44360 of database 16386; blocked by process 47399.
+Process 47399 waits for AccessExclusiveLock on relation 16676 of database 16386; blocked by process 47392.
+HINT:  See server log for query details.
 --
 -- Test that an IN implemented using a UniquePath does unique-ification
 -- with the right semantics, as per bug #4113.  (Unfortunately we have
@@ -1029,7 +1028,7 @@
...
test
[14:07:37.417] 75/76 postgresql:regress-running / regress-running/regress                         ERROR            30.84...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/subselect.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/subselect.out	2024-11-14 13:59:57.949832222 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/subselect.out	2024-11-14 14:06:45.458509558 +0000
@@ -1023,15 +1023,10 @@
 explain (costs off)
 select count(*) from tenk1 t
 where (exists(select 1 from tenk1 k where k.unique1 = t.unique2) or ten < 0);
-                                QUERY PLAN                                
---------------------------------------------------------------------------
- Aggregate
-   ->  Seq Scan on tenk1 t
-         Filter: ((ANY (unique2 = (hashed SubPlan 2).col1)) OR (ten < 0))
-         SubPlan 2
-           ->  Index Only Scan using tenk1_unique1 on tenk1 k
-(5 rows)
-
+ERROR:  deadlock detected
+DETAIL:  Process 42966 waits for AccessShareLock on relation 25178 of database 16387; blocked by process 42977.
+Process 42977 waits for AccessExclusiveLock on relation 16421 of database 16387; blocked by process 42966.
+HINT:  See server log for query details.
...
tap
[14:08:01.056](101.070s) not ok 5 - regression tests pass
Linux - Debian Bookworm - Meson
core
[14:09:52.824] #0  0x00007fe6cbeaeda4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[14:09:52.824] #1  0x00007fe6cbe5b239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[14:09:52.824] #2  0x00007fe6cbf16204 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[14:09:52.824] #3  0x00007fe6cbf2885c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[14:09:52.824] #0  <unavailable> in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/select_distinct.out /tmp/cirrus-ci-build/build/testrun/pg_upgrad...
--- /tmp/cirrus-ci-build/src/test/regress/expected/select_distinct.out	2024-11-14 14:00:01.422439865 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/select_distinct.out	2024-11-14 14:05:24.68...
@@ -262,14 +262,10 @@
 -- Ensure we don't do parallel distinct with a parallel unsafe function
 EXPLAIN (COSTS OFF)
 SELECT DISTINCT distinct_func(1) FROM tenk1;
-                        QUERY PLAN                        
-----------------------------------------------------------
- Unique
-   ->  Sort
-         Sort Key: (distinct_func(1))
-         ->  Index Only Scan using tenk1_hundred on tenk1
-(4 rows)
-
+ERROR:  deadlock detected
+DETAIL:  Process 30614 waits for AccessShareLock on relation 25228 of database 16387; blocked by process 30622.
+Process 30622 waits for AccessExclusiveLock on relation 16421 of database 16387; blocked by process 30614.
+HINT:  See server log for query details.
 -- make the function parallel safe
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/union.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream...
--- /tmp/cirrus-ci-build/src/test/regress/expected/union.out	2024-11-14 14:00:01.442439866 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/union.out	2024-11-14 14:06:07.700973886 ...
@@ -1461,19 +1461,10 @@
 inner join tenk2 t2 on t1.tenthous = t2.tenthous and t2.thousand = 0
    union all
 (values(1)) limit 1;
-                       QUERY PLAN                       
---------------------------------------------------------
- Limit
-   ->  Append
-         ->  Nested Loop
-               Join Filter: (t1.tenthous = t2.tenthous)
-               ->  Seq Scan on tenk1 t1
-               ->  Materialize
-                     ->  Seq Scan on tenk2 t2
-                           Filter: (thousand = 0)
-         ->  Result
-(9 rows)
-
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/select_distinct.out /tmp/cirrus-ci-build/build/testrun/regress/r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/select_distinct.out	2024-11-14 14:00:01.422439865 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/select_distinct.out	2024-11-14 14:05:19.797019776 +0000
@@ -246,14 +246,10 @@
 
 -- Ensure the parallel plan produces the correct results
 SELECT DISTINCT four FROM tenk1;
- four 
-------
-    0
-    1
-    2
-    3
-(4 rows)
-
+ERROR:  deadlock detected
+DETAIL:  Process 29966 waits for AccessShareLock on relation 25216 of database 16384; blocked by process 29964.
+Process 29964 waits for AccessExclusiveLock on relation 16418 of database 16384; blocked by process 29966.
+HINT:  See server log for query details.
 CREATE OR REPLACE FUNCTION distinct_func(a INT) RETURNS INT AS $$
...
tap
[14:06:27.353](82.160s) not ok 5 - regression tests pass
tap
[14:07:03.214](81.944s) not ok 2 - regression tests pass
test
[14:08:47.324]  14/312 postgresql:regress / regress/regress                                            ERROR            ...
[14:08:47.324] 138/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[14:08:47.324] 155/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/subselect.out /Users/admin/pgsql/build/testrun/recovery/027_stream...
--- /Users/admin/pgsql/src/test/regress/expected/subselect.out	2024-11-14 13:59:12
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/subselect.out	2024-11-14 14:02:12
@@ -1403,7 +1403,7 @@
    ->  Seq Scan on public.tenk1 b
          Output: b.unique1, b.unique2, b.two, b.four, b.ten, b.twenty, b.hundred, b.thousand, b.twothousand, b.fivethou...
    SubPlan 1
-     ->  Index Only Scan using tenk1_unique1 on public.tenk1 a
+     ->  Index Only Scan using idx_int4 on public.tenk1 a
            Output: a.unique1
 (10 rows)
 
diff -U3 /Users/admin/pgsql/src/test/regress/expected/join.out /Users/admin/pgsql/build/testrun/recovery/027_stream_regr...
--- /Users/admin/pgsql/src/test/regress/expected/join.out	2024-11-14 13:59:12
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/join.out	2024-11-14 14:02:13
@@ -6540,7 +6540,7 @@
  Aggregate
    ->  Nested Loop
          ->  Nested Loop
-               ->  Index Only Scan using tenk1_unique1 on tenk1 a
...
tap
[14:02:39.813](40.244s) not ok 2 - regression tests pass
test
[14:04:25.560] 139/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/join.out C:/cirrus/build/testrun/pg_upgrade/002_pg_upgr...
--- C:/cirrus/src/test/regress/expected/join.out	2024-11-14 14:00:17.172885400 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/join.out	2024-11-14 14:03:10.991995100 +0000
@@ -2238,11 +2238,10 @@
   x.unique1 in (select a.f1 from int4_tbl a,float8_tbl b where a.f1=b.f1) and
   x.unique1 = 0 and
   x.unique1 in (select aa.f1 from int4_tbl aa,float8_tbl bb where aa.f1=bb.f1);
- count 
--------
-     1
-(1 row)
-
+ERROR:  deadlock detected
+DETAIL:  Process 3672 waits for AccessShareLock on relation 24994 of database 16387; blocked by process 4932.
+Process 4932 waits for AccessExclusiveLock on relation 16421 of database 16387; blocked by process 3672.
+HINT:  See server log for query details.
 -- try that with GEQO too
 begin;
 set geqo = on;
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/join.out C:/cirrus/build/testrun/recovery/027_stream_re...
--- C:/cirrus/src/test/regress/expected/join.out	2024-11-14 14:00:17.172885400 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/join.out	2024-11-14 14:05:47.488124100 +0000
@@ -6540,7 +6540,7 @@
  Aggregate
    ->  Nested Loop
          ->  Nested Loop
-               ->  Index Only Scan using tenk1_unique1 on tenk1 a
+               ->  Index Only Scan using idx_int4 on tenk1 a
                ->  Values Scan on "*VALUES*"
          ->  Memoize
                Cache Key: "*VALUES*".column1
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/aggregates.out C:/cirrus/build/testrun/recovery/027_str...
--- C:/cirrus/src/test/regress/expected/aggregates.out	2024-11-14 14:00:17.055334000 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/aggregates.out	2024-11-14 14:05:48.849953200 +0000
@@ -1110,10 +1110,29 @@
 DROP AGGREGATE my_int_max(int4);
 DROP OPERATOR CLASS my_int_ops USING btree CASCADE;
 NOTICE:  drop cascades to index idx_int4
+ERROR:  deadlock detected
...
tap
[14:04:41.857](132.982s) not ok 5 - regression tests pass
tap
[14:07:18.785](147.025s) not ok 2 - regression tests pass
test
[14:13:59.266]  43/307 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           2...
[14:13:59.266] 110/307 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5099 CREATE OR REPLACE MATERIALIZED VIEW
FreeBSD - 13 - Meson
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 195, PID: 10977
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 195, PID: 17676
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 195, PID: 10707
core
[13:52:24.413] #0  0x000000082c35041a in thr_kill () from /lib/libc.so.7
[13:52:24.413] #1  0x000000082c2c9e64 in raise () from /lib/libc.so.7
[13:52:24.413] #2  0x000000082c37a6f9 in abort () from /lib/libc.so.7
[13:52:24.413] #3  0x0000000000a990b5 in ExceptionalCondition (conditionName=0x2e7eee "queryDesc->sourceText != NULL", f...
[13:52:24.413] #4  0x0000000000769009 in standard_ExecutorStart (queryDesc=0x838088088, eflags=0) at ../src/backend/exec...
[13:52:24.413] #5  0x00000000006fedc5 in refresh_matview_datafill (dest=<optimized out>, query=<optimized out>, queryStr...
[13:52:24.413] #6  RefreshMatViewByOid (matviewOid=28290, is_create=<optimized out>, skipData=<optimized out>, concurren...
[13:52:24.413] #7  0x00000000006fe9a6 in ExecRefreshMatView (stmt=<optimized out>, queryString=queryString@entry=0x0, qc...
[13:52:24.413] #8  0x00000000006d5aac in ExecCreateTableAs (pstate=pstate@entry=0x83817d900, stmt=stmt@entry=0x8380eafd0...
[13:52:24.413] #9  0x0000000000944c58 in ProcessUtilitySlow (pstate=pstate@entry=0x83817d900, pstmt=pstmt@entry=0x837fe8...
core
[13:52:24.716] #0  0x000000082c18241a in thr_kill () from /lib/libc.so.7
[13:52:24.716] #1  0x000000082c0fbe64 in raise () from /lib/libc.so.7
[13:52:24.716] #2  0x000000082c1ac6f9 in abort () from /lib/libc.so.7
[13:52:24.716] #3  0x0000000000a990b5 in ExceptionalCondition (conditionName=0x2e7eee "queryDesc->sourceText != NULL", f...
[13:52:24.716] #4  0x0000000000769009 in standard_ExecutorStart (queryDesc=0x835e87088, eflags=0) at ../src/backend/exec...
[13:52:24.716] #5  0x00000000006fedc5 in refresh_matview_datafill (dest=<optimized out>, query=<optimized out>, queryStr...
[13:52:24.716] #6  RefreshMatViewByOid (matviewOid=28332, is_create=<optimized out>, skipData=<optimized out>, concurren...
[13:52:24.716] #7  0x00000000006fe9a6 in ExecRefreshMatView (stmt=<optimized out>, queryString=queryString@entry=0x0, qc...
[13:52:24.716] #8  0x00000000006d5aac in ExecCreateTableAs (pstate=pstate@entry=0x841eb6900, stmt=stmt@entry=0x835faefd0...
[13:52:24.716] #9  0x0000000000944c58 in ProcessUtilitySlow (pstate=pstate@entry=0x841eb6900, pstmt=pstmt@entry=0x835e10...
core
[13:52:25.022] #0  0x000000082bb8341a in thr_kill () from /lib/libc.so.7
[13:52:25.022] #1  0x000000082bafce64 in raise () from /lib/libc.so.7
[13:52:25.022] #2  0x000000082bbad6f9 in abort () from /lib/libc.so.7
[13:52:25.022] #3  0x0000000000a990b5 in ExceptionalCondition (conditionName=0x2e7eee "queryDesc->sourceText != NULL", f...
[13:52:25.022] #4  0x0000000000769009 in standard_ExecutorStart (queryDesc=0x83f8f4088, eflags=0) at ../src/backend/exec...
[13:52:25.022] #5  0x000000083a0259c2 in pgss_ExecutorStart (queryDesc=0x83f8f4088, eflags=6) at ../contrib/pg_stat_stat...
[13:52:25.022] #6  0x00000000006fedc5 in refresh_matview_datafill (dest=<optimized out>, query=<optimized out>, queryStr...
[13:52:25.022] #7  RefreshMatViewByOid (matviewOid=28059, is_create=<optimized out>, skipData=<optimized out>, concurren...
[13:52:25.022] #8  0x00000000006fe9a6 in ExecRefreshMatView (stmt=<optimized out>, queryString=queryString@entry=0x0, qc...
[13:52:25.022] #9  0x00000000006d5aac in ExecCreateTableAs (pstate=pstate@entry=0x837ef3900, stmt=stmt@entry=0x837e00fd0...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_up...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-11-14 13:45:57.624484000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/brin.out	2024-11-14 13:48:08.258816000 +00...
@@ -588,4 +588,10 @@
 CREATE INDEX brin_insert_optimization_idx ON brin_insert_optimization USING brin (a);
 UPDATE brin_insert_optimization SET a = a;
 REINDEX INDEX CONCURRENTLY brin_insert_optimization_idx;
-DROP TABLE brin_insert_optimization;
+WARNING:  terminating connection because of crash of another server process
+DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because anothe...
+HINT:  In a moment you should be able to reconnect to the database and repeat your command.
+server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
+connection to server was lost
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/privileges.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002...
--- /tmp/cirrus-ci-build/src/test/regress/expected/privileges.out	2024-11-14 13:45:57.681445000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/privileges.out	2024-11-14 13:48:08.2577680...
@@ -1846,1413 +1846,10 @@
 REINDEX TABLE sro_tab;
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-11-14 13:45:57.624484000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/brin.out	2024-11-14 13:48:44.217386000 +...
@@ -363,229 +363,10 @@
 	END LOOP;
 END;
 $x$;
-RESET enable_seqscan;
-RESET enable_bitmapscan;
-INSERT INTO brintest SELECT
-	repeat(stringu1, 42)::bytea,
-	substr(stringu1, 1, 1)::"char",
-	stringu1::name, 142857 * tenthous,
-	thousand,
-	twothousand,
-	repeat(stringu1, 42),
-	unique1::oid,
-	format('(%s,%s)', tenthous, twenty)::tid,
-	(four + 1.0)/(hundred+1),
-	odd::float8 / (tenthous + 1),
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/build/testrun/regress/regress/resu...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-11-14 13:45:57.624484000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/brin.out	2024-11-14 13:48:07.172041000 +0000
@@ -588,4 +588,10 @@
 CREATE INDEX brin_insert_optimization_idx ON brin_insert_optimization USING brin (a);
 UPDATE brin_insert_optimization SET a = a;
 REINDEX INDEX CONCURRENTLY brin_insert_optimization_idx;
-DROP TABLE brin_insert_optimization;
+WARNING:  terminating connection because of crash of another server process
+DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because anothe...
+HINT:  In a moment you should be able to reconnect to the database and repeat your command.
+server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
+connection to server was lost
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/privileges.out /tmp/cirrus-ci-build/build/testrun/regress/regres...
--- /tmp/cirrus-ci-build/src/test/regress/expected/privileges.out	2024-11-14 13:45:57.681445000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/privileges.out	2024-11-14 13:48:07.170976000 +0000
@@ -1842,1417 +1842,10 @@
 -- Do the same concurrently
...
tap
[13:48:10.738](27.542s) not ok 5 - regression tests pass
[13:48:12.046](1.296s) not ok 6 - dump before running pg_upgrade
tap
[13:48:45.650](27.354s) not ok 2 - regression tests pass
test
[13:51:09.011]  22/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[13:51:09.011]  26/312 postgresql:regress / regress/regress                                            ERROR            ...
[13:51:09.011]  50/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "execMain.c", Line: 195, PID: 37412
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "execMain.c", Line: 195, PID: 46796
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "execMain.c", Line: 195, PID: 24368
core
[13:56:11.067] #0  0x00007f3b932abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:56:11.067] #1  0x00007f3b9325cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:56:11.067] #2  0x00007f3b93247472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:56:11.067] #3  0x000055eab20444b6 in ExceptionalCondition (conditionName=conditionName@entry=0x55eab2320e40 "queryDe...
[13:56:11.067] #4  0x000055eab183e58e in standard_ExecutorStart (queryDesc=queryDesc@entry=0x6250001e9520, eflags=eflags...
[13:56:11.067] #5  0x000055eab183e7c3 in ExecutorStart (queryDesc=queryDesc@entry=0x6250001e9520, eflags=eflags@entry=0)...
[13:56:11.067] #6  0x000055eab1734ef4 in refresh_matview_datafill (dest=0x6250001ed5a8, query=<optimized out>, query@ent...
[13:56:11.067] #7  0x000055eab173761d in RefreshMatViewByOid (matviewOid=<optimized out>, is_create=is_create@entry=fals...
[13:56:11.067] #8  0x000055eab1737829 in ExecRefreshMatView (stmt=0x62100000be30, queryString=queryString@entry=0x0, qc=...
[13:56:11.067] #9  0x000055eab16d7386 in ExecCreateTableAs (pstate=pstate@entry=0x619000051080, stmt=stmt@entry=0x625000...
core
[13:56:13.893] #0  0x00007f51d82abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:56:13.893] #1  0x00007f51d825cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:56:13.893] #2  0x00007f51d8247472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:56:13.893] #3  0x000055d5485404b6 in ExceptionalCondition (conditionName=conditionName@entry=0x55d54881ce40 "queryDe...
[13:56:13.893] #4  0x000055d547d3a58e in standard_ExecutorStart (queryDesc=0x6250001e4520, eflags=0) at execMain.c:195
[13:56:13.893] #5  0x00007f51d515942a in pgss_ExecutorStart (queryDesc=0x6250001e4520, eflags=<optimized out>) at pg_sta...
[13:56:13.893] #6  0x000055d547d3a7a8 in ExecutorStart (queryDesc=queryDesc@entry=0x6250001e4520, eflags=eflags@entry=0)...
[13:56:13.893] #7  0x000055d547c30ef4 in refresh_matview_datafill (dest=0x6250001e85a8, query=<optimized out>, query@ent...
[13:56:13.893] #8  0x000055d547c3361d in RefreshMatViewByOid (matviewOid=<optimized out>, is_create=is_create@entry=fals...
[13:56:13.893] #9  0x000055d547c33829 in ExecRefreshMatView (stmt=0x6210000d66c0, queryString=queryString@entry=0x0, qc=...
core
[13:56:12.500] #0  0x00007f94624abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:56:12.500] #1  0x00007f946245cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:56:12.500] #2  0x00007f9462447472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:56:12.500] #3  0x0000560a236114b6 in ExceptionalCondition (conditionName=conditionName@entry=0x560a238ede40 "queryDe...
[13:56:12.500] #4  0x0000560a22e0b58e in standard_ExecutorStart (queryDesc=queryDesc@entry=0x625000356530, eflags=eflags...
[13:56:12.500] #5  0x0000560a22e0b7c3 in ExecutorStart (queryDesc=queryDesc@entry=0x625000356530, eflags=eflags@entry=0)...
[13:56:12.500] #6  0x0000560a22d01ef4 in refresh_matview_datafill (dest=0x625000350688, query=<optimized out>, query@ent...
[13:56:12.500] #7  0x0000560a22d0461d in RefreshMatViewByOid (matviewOid=<optimized out>, is_create=is_create@entry=fals...
[13:56:12.500] #8  0x0000560a22d04829 in ExecRefreshMatView (stmt=0x621000038e30, queryString=queryString@entry=0x0, qc=...
[13:56:12.500] #9  0x0000560a22ca4386 in ExecCreateTableAs (pstate=pstate@entry=0x619000039480, stmt=stmt@entry=0x625000...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/resul...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-11-14 13:45:57.884570927 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/brin.out	2024-11-14 13:52:18.150700014 +0000
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/src/test/recovery/tmp_check/result...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-11-14 13:45:57.884570927 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/brin.out	2024-11-14 13:54:00.501741428 +0000
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/src/test/regress/results/brin.out
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-11-14 13:45:57.884570927 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/brin.out	2024-11-14 13:50:31.259547454 +0000
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
tap
[13:52:24.016](47.110s) not ok 5 - regression tests pass
[13:52:28.408](4.384s) not ok 6 - dump before running pg_upgrade
tap
[13:54:01.670](21.686s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Meson
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 195, PID: 30136
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 195, PID: 36654
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 195, PID: 29161
core
[13:54:56.775] #0  0x00007ff25997fda4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[13:54:56.775] #1  0x00007ff25992c239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[13:54:56.775] #2  0x00007ff25992c497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[13:54:56.775] #3  0x0000555a4ad3f5f3 in ?? ()
[13:54:56.775] #4  0x0000555a4ad39369 in ?? ()
[13:54:56.775] #5  0x0000555a4ad3820f in ?? ()
[13:54:56.775] #6  0x0000555a4ad38c3b in ?? ()
[13:54:56.775] #7  0x0000555a4ad3666f in ?? ()
[13:54:56.775] #8  0x00007ff25991724a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:54:56.775] #9  0x00007ff259917305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:54:56.775] #0  <unavailable> in ?? ()
core
[13:54:58.155] #0  0x00007f4c908a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:54:58.155] #1  0x00007f4c9085afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:54:58.155] #2  0x00007f4c90845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:54:58.155] #3  0x00005591a62f0fe9 in ExceptionalCondition (conditionName=conditionName@entry=0x5591a6566435 "queryDe...
[13:54:58.155] #4  0x00005591a5c727ce in standard_ExecutorStart (queryDesc=queryDesc@entry=0x5591c2b35b60, eflags=eflags...
[13:54:58.155] #5  0x00005591a5c729aa in ExecutorStart (queryDesc=queryDesc@entry=0x5591c2b35b60, eflags=eflags@entry=0)...
[13:54:58.155] #6  0x00005591a5b971c5 in refresh_matview_datafill (dest=0x5591c2b32bd8, query=<optimized out>, query@ent...
[13:54:58.155] #7  0x00005591a5b9952c in RefreshMatViewByOid (matviewOid=28463, is_create=is_create@entry=false, skipDat...
[13:54:58.155] #8  0x00005591a5b9966b in ExecRefreshMatView (stmt=0x5591c2af22b0, queryString=queryString@entry=0x0, qc=...
[13:54:58.155] #9  0x00005591a5b4f29a in ExecCreateTableAs (pstate=pstate@entry=0x5591c2b41fd0, stmt=stmt@entry=0x5591c2...
core
[13:54:56.649] #0  0x00007ff25997fda4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[13:54:56.649] #1  0x00007ff25992c239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[13:54:56.649] #2  0x00007ff25992c497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[13:54:56.649] #3  0x0000555a4ad3f5c1 in ?? ()
[13:54:56.649] #4  0x0000555a4ad39369 in ?? ()
[13:54:56.649] #5  0x0000555a4ad3820f in ?? ()
[13:54:56.649] #6  0x0000555a4ad38c3b in ?? ()
[13:54:56.649] #7  0x0000555a4ad3666f in ?? ()
[13:54:56.649] #8  0x00007ff25991724a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:54:56.649] #9  0x00007ff259917305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:54:55.097] #0  0x00007f830cea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:54:55.097] #1  0x00007f830ce5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:54:55.097] #2  0x00007f830ce45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:54:55.097] #3  0x0000560b1727afe9 in ExceptionalCondition (conditionName=conditionName@entry=0x560b174f0435 "queryDe...
[13:54:55.097] #4  0x0000560b16bfc7ce in standard_ExecutorStart (queryDesc=queryDesc@entry=0x560b46e45ed0, eflags=eflags...
[13:54:55.097] #5  0x0000560b16bfc9aa in ExecutorStart (queryDesc=queryDesc@entry=0x560b46e45ed0, eflags=eflags@entry=0)...
[13:54:55.097] #6  0x0000560b16b211c5 in refresh_matview_datafill (dest=0x560b46dfe988, query=<optimized out>, query@ent...
[13:54:55.097] #7  0x0000560b16b2352c in RefreshMatViewByOid (matviewOid=28438, is_create=is_create@entry=false, skipDat...
[13:54:55.097] #8  0x0000560b16b2366b in ExecRefreshMatView (stmt=0x560b46e013f0, queryString=queryString@entry=0x0, qc=...
[13:54:55.097] #9  0x0000560b16ad929a in ExecCreateTableAs (pstate=pstate@entry=0x560b46e11300, stmt=stmt@entry=0x560b46...
core
[13:54:56.490] #0  0x00007fe8288a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:54:56.490] #1  0x00007fe82885afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:54:56.490] #2  0x00007fe828845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:54:56.490] #3  0x000056218014cfe9 in ExceptionalCondition (conditionName=conditionName@entry=0x5621803c2435 "queryDe...
[13:54:56.490] #4  0x000056217face7ce in standard_ExecutorStart (queryDesc=0x5621bceda9a0, eflags=0) at ../src/backend/e...
[13:54:56.490] #5  0x00007fe825ec26f7 in pgss_ExecutorStart (queryDesc=0x5621bceda9a0, eflags=<optimized out>) at ../con...
[13:54:56.490] #6  0x000056217face963 in ExecutorStart (queryDesc=queryDesc@entry=0x5621bceda9a0, eflags=eflags@entry=0)...
[13:54:56.490] #7  0x000056217f9f31c5 in refresh_matview_datafill (dest=0x5621bced7a18, query=<optimized out>, query@ent...
[13:54:56.490] #8  0x000056217f9f552c in RefreshMatViewByOid (matviewOid=28404, is_create=is_create@entry=false, skipDat...
[13:54:56.490] #9  0x000056217f9f566b in ExecRefreshMatView (stmt=0x5621bcdff360, queryString=queryString@entry=0x0, qc=...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_up...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-11-14 13:45:56.147434490 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/brin.out	2024-11-14 13:51:03.151802345 +00...
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-11-14 13:45:56.147434490 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/brin.out	2024-11-14 13:51:38.647889450 +...
@@ -363,229 +363,10 @@
 	END LOOP;
 END;
 $x$;
-RESET enable_seqscan;
-RESET enable_bitmapscan;
-INSERT INTO brintest SELECT
-	repeat(stringu1, 42)::bytea,
-	substr(stringu1, 1, 1)::"char",
-	stringu1::name, 142857 * tenthous,
-	thousand,
-	twothousand,
-	repeat(stringu1, 42),
-	unique1::oid,
-	format('(%s,%s)', tenthous, twenty)::tid,
-	(four + 1.0)/(hundred+1),
-	odd::float8 / (tenthous + 1),
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/build/testrun/regress/regress/resu...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-11-14 13:45:56.147434490 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/brin.out	2024-11-14 13:50:56.191794198 +0000
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
tap
[13:51:08.677](34.981s) not ok 5 - regression tests pass
[13:51:10.522](1.804s) not ok 6 - dump before running pg_upgrade
tap
[13:51:42.074](30.115s) not ok 2 - regression tests pass
test
[13:53:45.011]  26/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[13:53:45.011]  17/312 postgresql:regress / regress/regress                                            ERROR            ...
[13:53:45.011]  57/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
macOS - Sonoma - Meson
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 195, PID: 12282
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 195, PID: 18745
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 195, PID: 12258
core
[13:54:58.530]   * frame #0: 0x00000001903115f0 libsystem_kernel.dylib`__pthread_kill + 8
[13:54:58.530]     frame #1: 0x0000000190349c20 libsystem_pthread.dylib`pthread_kill + 288
[13:54:58.530]     frame #2: 0x0000000190256a30 libsystem_c.dylib`abort + 180
[13:54:58.530]     frame #3: 0x0000000104b61c80 postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[13:54:58.530]     frame #4: 0x00000001048917b8 postgres`standard_ExecutorStart(queryDesc=0x000000015907ba20, eflags=0) ...
[13:54:58.530]     frame #5: 0x0000000104891154 postgres`ExecutorStart(queryDesc=<unavailable>, eflags=<unavailable>) at...
[13:54:58.530]     frame #6: 0x000000010483fa44 postgres`RefreshMatViewByOid [inlined] refresh_matview_datafill(dest=<un...
[13:54:58.530]     frame #7: 0x000000010483f9cc postgres`RefreshMatViewByOid(matviewOid=28343, is_create=false, skipData...
[13:54:58.530]     frame #8: 0x000000010483f19c postgres`ExecRefreshMatView(stmt=0x0000000158858d30, queryString=<unavai...
[13:54:58.530]     frame #9: 0x000000010481da40 postgres`ExecCreateTableAs(pstate=0x0000000138833300, stmt=0x00000001590...
core
[13:54:07.344]   * frame #0: 0x00000001903115f0 libsystem_kernel.dylib`__pthread_kill + 8
[13:54:07.344]     frame #1: 0x0000000190349c20 libsystem_pthread.dylib`pthread_kill + 288
[13:54:07.344]     frame #2: 0x0000000190256a30 libsystem_c.dylib`abort + 180
[13:54:07.344]     frame #3: 0x0000000104c59c80 postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[13:54:07.344]     frame #4: 0x00000001049897b8 postgres`standard_ExecutorStart(queryDesc=0x000000014a051c50, eflags=0) ...
[13:54:07.344]     frame #5: 0x00000001053abd14 pg_stat_statements.dylib`pgss_ExecutorStart(queryDesc=0x000000014a051c50...
[13:54:07.344]     frame #6: 0x0000000104937a44 postgres`RefreshMatViewByOid [inlined] refresh_matview_datafill(dest=<un...
[13:54:07.344]     frame #7: 0x00000001049379cc postgres`RefreshMatViewByOid(matviewOid=28196, is_create=false, skipData...
[13:54:07.344]     frame #8: 0x000000010493719c postgres`ExecRefreshMatView(stmt=0x000000014a055130, queryString=<unavai...
[13:54:07.344]     frame #9: 0x0000000104915a40 postgres`ExecCreateTableAs(pstate=0x000000014a067900, stmt=0x000000014a0...
core
[13:54:33.560]   * frame #0: 0x00000001903115f0 libsystem_kernel.dylib`__pthread_kill + 8
[13:54:33.560]     frame #1: 0x0000000190349c20 libsystem_pthread.dylib`pthread_kill + 288
[13:54:33.560]     frame #2: 0x0000000190256a30 libsystem_c.dylib`abort + 180
[13:54:33.560]     frame #3: 0x0000000100e09c80 postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[13:54:33.560]     frame #4: 0x0000000100b397b8 postgres`standard_ExecutorStart(queryDesc=0x000000015d87fa20, eflags=0) ...
[13:54:33.560]     frame #5: 0x0000000100b39154 postgres`ExecutorStart(queryDesc=<unavailable>, eflags=<unavailable>) at...
[13:54:33.560]     frame #6: 0x0000000100ae7a44 postgres`RefreshMatViewByOid [inlined] refresh_matview_datafill(dest=<un...
[13:54:33.560]     frame #7: 0x0000000100ae79cc postgres`RefreshMatViewByOid(matviewOid=28787, is_create=false, skipData...
[13:54:33.560]     frame #8: 0x0000000100ae719c postgres`ExecRefreshMatView(stmt=0x000000015d009730, queryString=<unavai...
[13:54:33.560]     frame #9: 0x0000000100ac5a40 postgres`ExecCreateTableAs(pstate=0x000000015b858f00, stmt=0x000000015b8...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/brin.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrad...
--- /Users/admin/pgsql/src/test/regress/expected/brin.out	2024-11-14 13:45:11
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/brin.out	2024-11-14 13:48:01
@@ -588,4 +588,10 @@
 CREATE INDEX brin_insert_optimization_idx ON brin_insert_optimization USING brin (a);
 UPDATE brin_insert_optimization SET a = a;
 REINDEX INDEX CONCURRENTLY brin_insert_optimization_idx;
-DROP TABLE brin_insert_optimization;
+WARNING:  terminating connection because of crash of another server process
+DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because anothe...
+HINT:  In a moment you should be able to reconnect to the database and repeat your command.
+server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
+connection to server was lost
diff -U3 /Users/admin/pgsql/src/test/regress/expected/privileges.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_...
--- /Users/admin/pgsql/src/test/regress/expected/privileges.out	2024-11-14 13:45:12
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/privileges.out	2024-11-14 13:48:01
@@ -1846,1413 +1846,10 @@
 REINDEX TABLE sro_tab;
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/brin.out /Users/admin/pgsql/build/testrun/recovery/027_stream_regr...
--- /Users/admin/pgsql/src/test/regress/expected/brin.out	2024-11-14 13:45:11
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/brin.out	2024-11-14 13:48:35
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/brin.out /Users/admin/pgsql/build/testrun/regress/regress/results/...
--- /Users/admin/pgsql/src/test/regress/expected/brin.out	2024-11-14 13:45:11
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/brin.out	2024-11-14 13:48:01
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
tap
[13:48:06.523](47.373s) not ok 5 - regression tests pass
[13:48:08.971](2.428s) not ok 6 - dump before running pg_upgrade
tap
[13:48:39.576](44.366s) not ok 2 - regression tests pass
test
[13:50:27.794]  35/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[13:50:27.794]  42/312 postgresql:regress / regress/regress                                            ERROR            ...
[13:50:27.794]  86/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 195, PID: 6184
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 195, PID: 4276
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 195, PID: 4028
core
0000006f`531ffab8 00007ffd`e6eab77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006f`531ffac0 00007ffd`e5254cb0     ntdll!TppWorkerThread+0x2df
0000006f`531ffdb0 00007ffd`e6f1ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000006f`531ffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006f`52dff828 00007ffd`e451d71e     ntdll!NtWaitForSingleObject+0x14
0000006f`52dff830 00007ff7`686c608c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000006f`52dff8d0 00007ffd`e5254cb0     postgres!pg_timer_thread(
0000006f`52dff910 00007ffd`e6f1ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000006f`52dff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006f`529ff8e8 00007ffd`e45645ca     ntdll!NtFsControlFile+0x14
0000006f`529ff8f0 00007ff7`686c45eb     KERNELBASE!ConnectNamedPipe+0x6a
0000006f`529ff960 00007ffd`e5254cb0     postgres!pg_signal_thread(
0000006f`529ffa60 00007ffd`e6f1ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000006f`529ffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006f`525ffb18 00007ffd`e6eab77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006f`525ffb20 00007ffd`e5254cb0     ntdll!TppWorkerThread+0x2df
0000006f`525ffe10 00007ffd`e6f1ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000006f`525ffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006f`521fe000 00007ff7`68a0d3a8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000006f`521fe040 00007ff7`684f0b59     postgres!ExceptionalCondition(
0000006f`521fe080 00007ff7`684f09da     postgres!standard_ExecutorStart(
0000006f`521fe0d0 00007ff7`68443b79     postgres!ExecutorStart(
0000006f`521fe100 00007ff7`68443510     postgres!refresh_matview_datafill(
0000006f`521fe190 00007ff7`68442d78     postgres!RefreshMatViewByOid(
0000006f`521fe3e0 00007ff7`68402597     postgres!ExecRefreshMatView(
0000006f`521fe460 00007ff7`687e38c7     postgres!ExecCreateTableAs(
0000006f`521fe580 00007ff7`687df58f     postgres!ProcessUtilitySlow(
0000006f`521feea0 00007ff7`687de4d9     postgres!standard_ProcessUtility(
core
000000e5`b49ff648 00007ffd`e45645ca     ntdll!NtFsControlFile+0x14
000000e5`b49ff650 00007ff7`686c45eb     KERNELBASE!ConnectNamedPipe+0x6a
000000e5`b49ff6c0 00007ffd`e5254cb0     postgres!pg_signal_thread(
000000e5`b49ff7c0 00007ffd`e6f1ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e5`b49ff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e5`b4dffd48 00007ffd`e451d71e     ntdll!NtWaitForSingleObject+0x14
000000e5`b4dffd50 00007ff7`686c608c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000e5`b4dffdf0 00007ffd`e5254cb0     postgres!pg_timer_thread(
000000e5`b4dffe30 00007ffd`e6f1ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e5`b4dffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e5`b45ff7b8 00007ffd`e6eab77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e5`b45ff7c0 00007ffd`e5254cb0     ntdll!TppWorkerThread+0x2df
000000e5`b45ffab0 00007ffd`e6f1ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e5`b45ffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e5`b41ffb68 00007ffd`e6eab77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e5`b41ffb70 00007ffd`e5254cb0     ntdll!TppWorkerThread+0x2df
000000e5`b41ffe60 00007ffd`e6f1ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e5`b41ffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e5`b3dfe0e0 00007ff7`68a0d3a8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e5`b3dfe120 00007ff7`684f0b59     postgres!ExceptionalCondition(
000000e5`b3dfe160 00007ff7`684f09da     postgres!standard_ExecutorStart(
000000e5`b3dfe1b0 00007ff7`68443b79     postgres!ExecutorStart(
000000e5`b3dfe1e0 00007ff7`68443510     postgres!refresh_matview_datafill(
000000e5`b3dfe270 00007ff7`68442d78     postgres!RefreshMatViewByOid(
000000e5`b3dfe4c0 00007ff7`68402597     postgres!ExecRefreshMatView(
000000e5`b3dfe540 00007ff7`687e38c7     postgres!ExecCreateTableAs(
000000e5`b3dfe660 00007ff7`687df58f     postgres!ProcessUtilitySlow(
000000e5`b3dfef80 00007ff7`687de4d9     postgres!standard_ProcessUtility(
core
00000021`413ff6a8 00007ffd`e45645ca     ntdll!NtFsControlFile+0x14
00000021`413ff6b0 00007ff7`686c45eb     KERNELBASE!ConnectNamedPipe+0x6a
00000021`413ff720 00007ffd`e5254cb0     postgres!pg_signal_thread(
00000021`413ff820 00007ffd`e6f1ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000021`413ff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000021`417ff738 00007ffd`e451d71e     ntdll!NtWaitForSingleObject+0x14
00000021`417ff740 00007ff7`686c608c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000021`417ff7e0 00007ffd`e5254cb0     postgres!pg_timer_thread(
00000021`417ff820 00007ffd`e6f1ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000021`417ff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000021`41bff758 00007ffd`e6eab77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000021`41bff760 00007ffd`e5254cb0     ntdll!TppWorkerThread+0x2df
00000021`41bffa50 00007ffd`e6f1ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000021`41bffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000021`40bfde20 00007ff7`68a0d3a8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000021`40bfde60 00007ff7`684f0b59     postgres!ExceptionalCondition(
00000021`40bfdea0 00007ffd`cd052d26     postgres!standard_ExecutorStart(
00000021`40bfdef0 00007ff7`684f09ca     pg_stat_statements!pgss_ExecutorStart(
00000021`40bfdf30 00007ff7`68443b79     postgres!ExecutorStart(
00000021`40bfdf60 00007ff7`68443510     postgres!refresh_matview_datafill(
00000021`40bfdff0 00007ff7`68442d78     postgres!RefreshMatViewByOid(
00000021`40bfe240 00007ff7`68402597     postgres!ExecRefreshMatView(
00000021`40bfe2c0 00007ff7`687e38c7     postgres!ExecCreateTableAs(
00000021`40bfe3e0 00007ff7`687df58f     postgres!ProcessUtilitySlow(
core
00000021`40fffbc8 00007ffd`e6eab77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000021`40fffbd0 00007ffd`e5254cb0     ntdll!TppWorkerThread+0x2df
00000021`40fffec0 00007ffd`e6f1ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000021`40fffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/brin.out C:/cirrus/build/testrun/pg_upgrade/002_pg_upgr...
--- C:/cirrus/src/test/regress/expected/brin.out	2024-11-14 13:46:16.134529200 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/brin.out	2024-11-14 13:49:36.273907700 +0000
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/brin.out C:/cirrus/build/testrun/recovery/027_stream_re...
--- C:/cirrus/src/test/regress/expected/brin.out	2024-11-14 13:46:16.134529200 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/brin.out	2024-11-14 13:51:47.218236800 +0000
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/brin.out C:/cirrus/build/testrun/regress/regress/result...
--- C:/cirrus/src/test/regress/expected/brin.out	2024-11-14 13:46:16.134529200 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/brin.out	2024-11-14 13:49:26.052679900 +0000
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
tap
[13:50:27.413](110.260s) not ok 5 - regression tests pass
[13:50:33.017](5.520s) not ok 6 - dump before running pg_upgrade
tap
[13:52:24.676](97.040s) not ok 2 - regression tests pass
test
[13:59:58.197]  21/307 postgresql:regress / regress/regress                                            ERROR           1...
[13:59:58.197]  25/307 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[13:59:58.197]  57/307 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/4355 Add last_commit_lsn to pg_stat_database
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out /tmp/cirrus-ci-build/build/testrun/postgres...
--- /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out	2024-11-14 12:59:39.640706000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/postgres_fdw-running/regress/results/postgres_fdw.out	2024-11-14 13:05:32.1761430...
@@ -12325,8 +12325,7 @@
   FROM postgres_fdw_get_connections(true);
  case 
 ------
-    1
-(1 row)
+(0 rows)
 
 -- After terminating the remote backend, since the connection is closed,
 -- "closed" should be TRUE, or NULL if the connection status check
@@ -12339,8 +12338,7 @@
   FROM postgres_fdw_get_connections(true);
  case 
 ------
-    1
-(1 row)
+(0 rows)
...
test
[13:06:02.014] 74/76 postgresql:postgres_fdw-running / postgres_fdw-running/regress               ERROR            10.93...
51/5174 Call rm_redo in a temporary memory context
CompilerWarnings
compiler
[11:04:39.971] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
compiler
[11:03:54.045] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
compiler
[11:08:55.039] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
51/5380 Parametrization minimum password length
CompilerWarnings
compiler
[10:27:27.332] passwordcheck.c:37:5: error: no previous extern declaration for non-static variable 'min_password_length'...
compiler
[10:27:12.485] passwordcheck.c:37:5: error: no previous extern declaration for non-static variable 'min_password_length'...
51/5283 Replace IN VALUES with ANY in WHERE clauses during optimization
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/subselect.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_u...
--- /Users/admin/pgsql/src/test/regress/expected/subselect.out	2024-11-14 07:35:12
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/subselect.out	2024-11-14 07:36:39
@@ -2313,15 +2313,16 @@
 EXPLAIN (COSTS OFF)
 SELECT c.oid,c.relname FROM pg_class c JOIN pg_am a USING (oid)
 WHERE c.oid IN (VALUES (1), (2));
-                          QUERY PLAN                           
----------------------------------------------------------------
- Hash Join
-   Hash Cond: (a.oid = c.oid)
-   ->  Seq Scan on pg_am a
-   ->  Hash
-         ->  Index Scan using pg_class_oid_index on pg_class c
-               Index Cond: (oid = ANY ('{1,2}'::integer[]))
-(6 rows)
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (c.oid = a.oid)
...
tap
[07:37:07.130](41.161s) not ok 5 - regression tests pass
test
[07:39:39.354]  48/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/subselect.out C:/cirrus/build/testrun/pg_upgrade/002_pg...
--- C:/cirrus/src/test/regress/expected/subselect.out	2024-11-14 07:36:30.492208900 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/subselect.out	2024-11-14 07:39:08.028894900 +0000
@@ -2313,15 +2313,16 @@
 EXPLAIN (COSTS OFF)
 SELECT c.oid,c.relname FROM pg_class c JOIN pg_am a USING (oid)
 WHERE c.oid IN (VALUES (1), (2));
-                          QUERY PLAN                           
----------------------------------------------------------------
- Hash Join
-   Hash Cond: (a.oid = c.oid)
-   ->  Seq Scan on pg_am a
-   ->  Hash
-         ->  Index Scan using pg_class_oid_index on pg_class c
-               Index Cond: (oid = ANY ('{1,2}'::integer[]))
-(6 rows)
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (c.oid = a.oid)
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/subselect.out C:/cirrus/build/testrun/recovery/027_stre...
--- C:/cirrus/src/test/regress/expected/subselect.out	2024-11-14 07:36:30.492208900 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/subselect.out	2024-11-14 07:41:20.685815700 +0000
@@ -2313,15 +2313,16 @@
 EXPLAIN (COSTS OFF)
 SELECT c.oid,c.relname FROM pg_class c JOIN pg_am a USING (oid)
 WHERE c.oid IN (VALUES (1), (2));
-                          QUERY PLAN                           
----------------------------------------------------------------
- Hash Join
-   Hash Cond: (a.oid = c.oid)
-   ->  Seq Scan on pg_am a
-   ->  Hash
-         ->  Index Scan using pg_class_oid_index on pg_class c
-               Index Cond: (oid = ANY ('{1,2}'::integer[]))
-(6 rows)
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (c.oid = a.oid)
...
tap
[07:40:33.358](119.660s) not ok 5 - regression tests pass
tap
[07:42:46.784](121.650s) not ok 2 - regression tests pass
test
[07:51:15.384]  38/307 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[07:51:15.384]  90/307 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5272 Truncate logs by max_log_size
CompilerWarnings
compiler
[04:42:46.785] elog.c:1699:9: error: initializing 'char *' with an expression of type 'const char *' discards qualifiers...
compiler
[04:40:35.836] elog.c:1699:9: error: initializing 'char *' with an expression of type 'const char *' discards qualifiers...
compiler
[04:38:20.351] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar...
compiler
[04:36:23.916] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar...
compiler
[04:46:15.044] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar...
51/5378 Conflict detection for update_deleted in logical replication
CompilerWarnings
compiler
[04:09:49.170] worker.c:2748:7: error: variable 'localxid' is used uninitialized whenever '&&' condition is false [-Werr...
compiler
[04:09:49.170] worker.c:2748:7: error: variable 'localorigin' is used uninitialized whenever '&&' condition is false [-W...
compiler
[04:09:49.170] worker.c:2748:7: error: variable 'localts' is used uninitialized whenever '&&' condition is false [-Werro...
compiler
[04:08:40.310] worker.c:2748:7: error: variable 'localts' is used uninitialized whenever '&&' condition is false [-Werro...
compiler
[04:08:40.310] worker.c:2748:7: error: variable 'localorigin' is used uninitialized whenever '&&' condition is false [-W...
compiler
[04:08:40.310] worker.c:2748:7: error: variable 'localxid' is used uninitialized whenever '&&' condition is false [-Werr...
CompilerWarnings
compiler
[03:58:37.164] worker.c:2748:7: error: variable 'localorigin' is used uninitialized whenever '&&' condition is false [-W...
compiler
[03:58:37.164] worker.c:2748:7: error: variable 'localxid' is used uninitialized whenever '&&' condition is false [-Werr...
compiler
[03:58:37.164] worker.c:2748:7: error: variable 'localts' is used uninitialized whenever '&&' condition is false [-Werro...
compiler
[03:57:33.121] worker.c:2748:7: error: variable 'localorigin' is used uninitialized whenever '&&' condition is false [-W...
compiler
[03:57:33.121] worker.c:2748:7: error: variable 'localxid' is used uninitialized whenever '&&' condition is false [-Werr...
compiler
[03:57:33.121] worker.c:2748:7: error: variable 'localts' is used uninitialized whenever '&&' condition is false [-Werro...
51/5246 Allow SQL functions use CachedPlan machinery
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upg...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-11-14 01:57:15.696402000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/xml.out	2024-11-14 01:58:54.601189000 +000...
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-11-14 01:57:15.696402000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/xml.out	2024-11-14 01:59:49.038408000 +0...
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/regress/regress/resul...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-11-14 01:57:15.696402000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/xml.out	2024-11-14 01:58:52.623905000 +0000
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
tap
[01:59:14.572](73.714s) not ok 5 - regression tests pass
tap
[02:00:08.158](88.432s) not ok 2 - regression tests pass
test
[02:02:05.881]  42/312 postgresql:regress / regress/regress                                            ERROR            ...
[02:02:05.881]  93/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[02:02:05.881] 160/312 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/result...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-11-14 01:57:11.902527594 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/xml.out	2024-11-14 02:02:16.500834031 +0000
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/src/test/regress/results/xml.out
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-11-14 01:57:11.902527594 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/xml.out	2024-11-14 02:00:27.165132323 +0000
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
tap
[02:02:23.101](106.921s) not ok 5 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upg...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-11-14 01:57:10.317176307 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/xml.out	2024-11-14 01:59:27.750429047 +000...
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-11-14 01:57:10.317176307 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/xml.out	2024-11-14 02:00:02.007318937 +0...
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/regress/regress/resul...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-11-14 01:57:10.317176307 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/xml.out	2024-11-14 01:59:20.246307256 +0000
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
tap
[01:59:38.345](68.609s) not ok 5 - regression tests pass
tap
[02:00:11.423](69.162s) not ok 2 - regression tests pass
test
[02:01:47.036]  40/312 postgresql:regress / regress/regress                                            ERROR            ...
[02:01:47.036] 128/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[02:01:47.036] 154/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/xml.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade...
--- /Users/admin/pgsql/src/test/regress/expected/xml.out	2024-11-14 01:57:12
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/xml.out	2024-11-14 01:58:57
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/xml.out /Users/admin/pgsql/build/testrun/recovery/027_stream_regre...
--- /Users/admin/pgsql/src/test/regress/expected/xml.out	2024-11-14 01:57:12
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/xml.out	2024-11-14 01:59:44
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/xml.out /Users/admin/pgsql/build/testrun/regress/regress/results/x...
--- /Users/admin/pgsql/src/test/regress/expected/xml.out	2024-11-14 01:57:12
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/xml.out	2024-11-14 01:59:01
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
tap
[01:59:04.295](40.271s) not ok 5 - regression tests pass
tap
[01:59:51.282](45.362s) not ok 2 - regression tests pass
test
[02:01:35.277]  28/312 postgresql:regress / regress/regress                                            ERROR            ...
[02:01:35.277]  46/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[02:01:35.277] 139/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
51/5004 CREATE INDEX CONCURRENTLY for partitioned tables
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_p...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-11-13 23:55:26.557406000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/indexing.out	2024-11-13 23:57:13.276744000...
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/recovery/027_str...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-11-13 23:55:26.557406000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/indexing.out	2024-11-13 23:57:52.5703690...
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/regress/regress/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-11-13 23:55:26.557406000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/indexing.out	2024-11-13 23:57:10.371085000 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[23:57:15.959](62.384s) not ok 5 - regression tests pass
tap
[23:57:55.116](65.244s) not ok 2 - regression tests pass
test
[00:12:51.209]  40/312 postgresql:regress / regress/regress                                            ERROR            ...
[00:12:51.209]  79/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[00:12:51.209] 141/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[00:12:51.209] 312/312 postgresql:isolation / isolation/isolation                                      TIMEOUT        10...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-11-13 23:55:24.783414713 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/indexing.out	2024-11-14 00:00:59.232776182 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/partitioned-cic.out /tmp/cirrus-ci-build/src/test/isolation/ou...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/partitioned-cic.out	2024-11-13 23:55:24.619875351 +0000
+++ /tmp/cirrus-ci-build/src/test/isolation/output_iso/results/partitioned-cic.out	2024-11-14 00:23:12.307166066 +0000
@@ -3,10 +3,14 @@
 starting permutation: lock_p1 cic insert drop2 commit chk_content
 step lock_p1: lock cictab_part_1 in row exclusive mode;
 step cic: CREATE INDEX CONCURRENTLY ON cictab(i); <waiting ...>
-step insert: insert into cictab values (1, 1), (11, 1);
-step drop2: DROP TABLE cictab_part_2;
+step insert: insert into cictab values (1, 1), (11, 1); <waiting ...>
+isolationtester: canceling step insert after 360 seconds
+step insert: <... completed>
+ERROR:  canceling statement due to user request
+step drop2: DROP TABLE cictab_part_2; <waiting ...>
 step commit: COMMIT;
 step cic: <... completed>
+step drop2: <... completed>
 step chk_content: 
   set enable_seqscan to off;
   explain (costs off) select * from cictab where i > 0;
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/src/test/recovery/tmp_check/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-11-13 23:55:24.783414713 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/indexing.out	2024-11-14 00:02:32.904566313 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/src/test/regress/results/index...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-11-13 23:55:24.783414713 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/indexing.out	2024-11-13 23:59:09.208944798 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[00:01:01.621](91.703s) not ok 5 - regression tests pass
tap
[00:02:35.359](52.624s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_p...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-11-13 23:55:22.177606600 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/indexing.out	2024-11-13 23:58:39.150182772...
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/recovery/027_str...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-11-13 23:55:22.177606600 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/indexing.out	2024-11-13 23:59:10.0101256...
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/regress/regress/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-11-13 23:55:22.177606600 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/indexing.out	2024-11-13 23:58:31.186174491 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[23:58:41.243](74.739s) not ok 5 - regression tests pass
tap
[23:59:12.899](72.700s) not ok 2 - regression tests pass
test
[00:14:03.115]  42/312 postgresql:regress / regress/regress                                            ERROR            ...
[00:14:03.115] 115/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[00:14:03.115] 150/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[00:14:03.115] 312/312 postgresql:isolation / isolation/isolation                                      TIMEOUT        10...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/indexing.out C:/cirrus/build/testrun/pg_upgrade/002_pg_...
--- C:/cirrus/src/test/regress/expected/indexing.out	2024-11-13 23:55:34.312606200 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/indexing.out	2024-11-13 23:59:12.493271500 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/indexing.out C:/cirrus/build/testrun/recovery/027_strea...
--- C:/cirrus/src/test/regress/expected/indexing.out	2024-11-13 23:55:34.312606200 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/indexing.out	2024-11-14 00:01:17.077233000 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/indexing.out C:/cirrus/build/testrun/regress/regress/re...
--- C:/cirrus/src/test/regress/expected/indexing.out	2024-11-13 23:55:34.312606200 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/indexing.out	2024-11-13 23:59:06.387312600 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[23:59:20.698](109.232s) not ok 5 - regression tests pass
tap
[00:01:24.421](111.167s) not ok 2 - regression tests pass
test
[00:14:04.774]  22/307 postgresql:regress / regress/regress                                            ERROR           1...
[00:14:04.774]  37/307 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[00:14:04.774]  73/307 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
[00:14:04.774] 307/307 postgresql:isolation / isolation/isolation                                      TIMEOUT        10...
51/4390 add not_before and not_after timestamps to sslinfo extension and pg_stat_ssl
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[23:40:43.958] ../src/backend/libpq/be-secure-openssl.c(1575): warning C4024: 'ASN1_TIME_to_timestamptz': different type...
compiler
[23:40:43.958] ../src/backend/libpq/be-secure-openssl.c(1575): warning C4047: 'function': 'ASN1_TIME *' differs in level...
compiler
[23:41:02.436] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notBefore referenced i...
compiler
[23:40:43.958] ../src/backend/libpq/be-secure-openssl.c(1566): warning C4047: 'function': 'ASN1_TIME *' differs in level...
compiler
[23:41:02.547] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notAfter referenced in...
compiler
[23:40:43.958] ../src/backend/libpq/be-secure-openssl.c(1566): warning C4024: 'ASN1_TIME_to_timestamptz': different type...
50/5270 jsonpath string methods: lower, upper, initcap, l/r/btrim, replace, split_part
CompilerWarnings
compiler
[22:19:56.858] jsonpath_exec.c:2827:13: error: mixing declarations and code is incompatible with standards before C99 [-...
compiler
[22:19:47.441] jsonpath_exec.c:2827:13: error: mixing declarations and code is incompatible with standards before C99 [-...
compiler
[22:19:16.347] jsonpath_exec.c:2827:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta...
compiler
[22:19:06.702] jsonpath_exec.c:2827:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta...
compiler
[22:20:21.793] jsonpath_exec.c:2827:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta...
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out /tmp/cirrus-ci-build/build-32/testrun/pg_upgr...
--- /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out	2024-11-13 22:18:28.878545269 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/pg_upgrade/002_pg_upgrade/data/results/jsonb_jsonpath.out	2024-11-13 22:24:38....
@@ -3082,7 +3082,7 @@
 select jsonb_path_query('"abc~@~def~@~ghi"', '$.split_part("~@~", 2)');
  jsonb_path_query 
 ------------------
- "def"
+ ""
 (1 row)
 
 -- Test string methods play nicely together
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out /tmp/cirrus-ci-build/build-32/testrun/recover...
--- /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out	2024-11-13 22:18:28.878545269 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/recovery/027_stream_regress/data/results/jsonb_jsonpath.out	2024-11-13 22:25:2...
@@ -3082,7 +3082,7 @@
 select jsonb_path_query('"abc~@~def~@~ghi"', '$.split_part("~@~", 2)');
  jsonb_path_query 
 ------------------
- "def"
+ ""
 (1 row)
 
 -- Test string methods play nicely together
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out /tmp/cirrus-ci-build/build-32/testrun/regress...
--- /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out	2024-11-13 22:18:28.878545269 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/regress/regress/results/jsonb_jsonpath.out	2024-11-13 22:24:33.334014135 +0000
@@ -3082,7 +3082,7 @@
 select jsonb_path_query('"abc~@~def~@~ghi"', '$.split_part("~@~", 2)');
  jsonb_path_query 
 ------------------
- "def"
+ ""
 (1 row)
 
 -- Test string methods play nicely together
tap
[22:24:58.319](76.884s) not ok 5 - regression tests pass
tap
[22:25:35.181](78.229s) not ok 2 - regression tests pass
test
[22:27:26.939]  42/312 postgresql:regress / regress/regress                                            ERROR            ...
[22:27:26.939] 134/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[22:27:26.939] 152/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
51/5325 Add sortsupport for range types and btree_gist
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/btree_gist/expected/partitions.out /tmp/cirrus-ci-build/build/testrun/btree_gist/r...
--- /tmp/cirrus-ci-build/contrib/btree_gist/expected/partitions.out	2024-11-13 20:17:48.707397000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/btree_gist/regress/results/partitions.out	2024-11-13 20:20:42.116751000 +0000
@@ -11,9 +11,7 @@
 ) partition by range (id);
 create table parttmp_1_to_10 partition of parttmp for values from (1) to (10);
 NOTICE:  notice triggered for injection point btree-gist-sorted-build
-NOTICE:  notice triggered for injection point btree-gist-sorted-build
 create table parttmp_11_to_20 partition of parttmp for values from (11) to (20);
-NOTICE:  notice triggered for injection point btree-gist-sorted-build
 NOTICE:  notice triggered for injection point btree-gist-sorted-build
 insert into parttmp (id, valid_at) values
   (1, '[2000-01-01, 2000-02-01)'),
diff -U3 /tmp/cirrus-ci-build/contrib/btree_gist/expected/without_overlaps.out /tmp/cirrus-ci-build/build/testrun/btree_...
--- /tmp/cirrus-ci-build/contrib/btree_gist/expected/without_overlaps.out	2024-11-13 20:17:48.709908000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/btree_gist/regress/results/without_overlaps.out	2024-11-13 20:20:42.545224000 +00...
@@ -9,7 +9,6 @@
   CONSTRAINT temporal_rng_pk PRIMARY KEY (id, valid_at WITHOUT OVERLAPS)
 );
 NOTICE:  notice triggered for injection point btree-gist-sorted-build
...
test
[20:23:14.541]  64/312 postgresql:btree_gist / btree_gist/regress                                      ERROR            ...
Linux - Debian Bookworm - Autoconf
core
[20:29:34.841] #0  0x00007f5bdc57a000 in ?? () from /lib/x86_64-linux-gnu/libpcre2-8.so.0
[20:29:34.841] #1  0x00007f5bdc843985 in ?? () from /lib64/ld-linux-x86-64.so.2
[20:29:34.841] #2  0x00007f5bdc843ab4 in ?? () from /lib64/ld-linux-x86-64.so.2
[20:29:34.841] #3  0x00007f5bdc859a80 in ?? () from /lib64/ld-linux-x86-64.so.2
[20:29:34.841] #4  0x0000000000000003 in ?? ()
[20:29:34.841] #5  0x00007ffd107c5045 in ?? ()
[20:29:34.841] #6  0x00007ffd107c5048 in ?? ()
[20:29:34.841] #7  0x00007ffd107c50bc in ?? ()
[20:29:34.841] #8  0x0000000000000000 in ?? ()
core
[20:29:34.712] #0  0x00007fbccbcf6b93 in wait4 () from /lib/x86_64-linux-gnu/libc.so.6
[20:29:34.712] #1  0x000055cd9ce54cc0 in ?? ()
[20:29:34.712] #2  0x000055cd9ce54efa in ?? ()
[20:29:34.712] #3  0x000055cd9ce56630 in ?? ()
[20:29:34.712] #4  0x000055cd9ce50371 in ?? ()
[20:29:34.712] #5  0x000055cd9ce4f20f in ?? ()
[20:29:34.712] #6  0x000055cd9ce4fc3b in ?? ()
[20:29:34.712] #7  0x000055cd9ce4d66f in ?? ()
[20:29:34.712] #8  0x00007fbccbc4a24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[20:29:34.712] #9  0x00007fbccbc4a305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/btree_gist/expected/partitions.out /tmp/cirrus-ci-build/build/testrun/btree_gist/r...
--- /tmp/cirrus-ci-build/contrib/btree_gist/expected/partitions.out	2024-11-13 20:17:47.031859364 +0000
+++ /tmp/cirrus-ci-build/build/testrun/btree_gist/regress/results/partitions.out	2024-11-13 20:23:11.145449780 +0000
@@ -11,10 +11,8 @@
 ) partition by range (id);
 create table parttmp_1_to_10 partition of parttmp for values from (1) to (10);
 NOTICE:  notice triggered for injection point btree-gist-sorted-build
-NOTICE:  notice triggered for injection point btree-gist-sorted-build
 create table parttmp_11_to_20 partition of parttmp for values from (11) to (20);
 NOTICE:  notice triggered for injection point btree-gist-sorted-build
-NOTICE:  notice triggered for injection point btree-gist-sorted-build
 insert into parttmp (id, valid_at) values
   (1, '[2000-01-01, 2000-02-01)'),
   (1, '[2000-02-01, 2000-03-01)'),
diff -U3 /tmp/cirrus-ci-build/contrib/btree_gist/expected/without_overlaps.out /tmp/cirrus-ci-build/build/testrun/btree_...
--- /tmp/cirrus-ci-build/contrib/btree_gist/expected/without_overlaps.out	2024-11-13 20:17:47.035888217 +0000
+++ /tmp/cirrus-ci-build/build/testrun/btree_gist/regress/results/without_overlaps.out	2024-11-13 20:23:11.357456420 +00...
@@ -9,7 +9,6 @@
   CONSTRAINT temporal_rng_pk PRIMARY KEY (id, valid_at WITHOUT OVERLAPS)
 );
...
test
[20:25:22.642]  71/312 postgresql:btree_gist / btree_gist/regress                                      ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/contrib/btree_gist/expected/partitions.out C:/cirrus/build/testrun/btree_gist/reg...
--- C:/cirrus/contrib/btree_gist/expected/partitions.out	2024-11-13 20:17:53.643827600 +0000
+++ C:/cirrus/build/testrun/btree_gist/regress/results/partitions.out	2024-11-13 20:24:37.870982600 +0000
@@ -11,10 +11,8 @@
 ) partition by range (id);
 create table parttmp_1_to_10 partition of parttmp for values from (1) to (10);
 NOTICE:  notice triggered for injection point btree-gist-sorted-build
-NOTICE:  notice triggered for injection point btree-gist-sorted-build
 create table parttmp_11_to_20 partition of parttmp for values from (11) to (20);
 NOTICE:  notice triggered for injection point btree-gist-sorted-build
-NOTICE:  notice triggered for injection point btree-gist-sorted-build
 insert into parttmp (id, valid_at) values
   (1, '[2000-01-01, 2000-02-01)'),
   (1, '[2000-02-01, 2000-03-01)'),
diff --strip-trailing-cr -U3 C:/cirrus/contrib/btree_gist/expected/without_overlaps.out C:/cirrus/build/testrun/btree_gi...
--- C:/cirrus/contrib/btree_gist/expected/without_overlaps.out	2024-11-13 20:17:53.663904000 +0000
+++ C:/cirrus/build/testrun/btree_gist/regress/results/without_overlaps.out	2024-11-13 20:24:39.389039600 +0000
@@ -9,7 +9,6 @@
   CONSTRAINT temporal_rng_pk PRIMARY KEY (id, valid_at WITHOUT OVERLAPS)
 );
...
test
[20:31:58.984]  78/307 postgresql:btree_gist / btree_gist/regress                                      ERROR            ...
51/5093 Incremental Sort Cost Estimation Instability
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out /tmp/cirrus-ci-build/build/testrun/postgres...
--- /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out	2024-11-13 17:51:26.916937000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/postgres_fdw-running/regress/results/postgres_fdw.out	2024-11-13 17:56:50.7025340...
@@ -12325,8 +12325,7 @@
   FROM postgres_fdw_get_connections(true);
  case 
 ------
-    1
-(1 row)
+(0 rows)
 
 -- After terminating the remote backend, since the connection is closed,
 -- "closed" should be TRUE, or NULL if the connection status check
@@ -12339,8 +12338,7 @@
   FROM postgres_fdw_get_connections(true);
  case 
 ------
-    1
-(1 row)
+(0 rows)
...
test
[17:57:20.038] 74/76 postgresql:postgres_fdw-running / postgres_fdw-running/regress               ERROR            10.01...
51/4810 COPY ON_ERROR 'NULL'
CompilerWarnings
compiler
[17:52:39.256] copyfrom.c:1036:10: error: data argument not used by format string [-Werror,-Wformat-extra-args]
compiler
[17:52:24.372] copyfrom.c:1036:10: error: data argument not used by format string [-Werror,-Wformat-extra-args]
compiler
[17:51:40.799] copyfrom.c:1035:64: error: too many arguments for format [-Werror=format-extra-args]
compiler
[17:51:13.671] copyfrom.c:1035:64: error: too many arguments for format [-Werror=format-extra-args]
compiler
[17:53:22.513] copyfrom.c:1035:64: error: too many arguments for format [-Werror=format-extra-args]
51/5012 Vacuum statistics
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out /tmp/cirrus-ci-build/bu...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-11-13 16:44:11.31641500...
+++ /tmp/cirrus-ci-build/build/testrun/isolation/isolation/results/vacuum-extending-in-repetable-read.out	2024-11-13 16:...
@@ -9,10 +9,7 @@
     FROM pg_stat_get_vacuum_tables vt, pg_class c
     WHERE vt.relname = 'test_vacuum_stat_isolation' AND vt.relid = c.oid;
 
-relname|tuples_deleted|dead_tuples|tuples_frozen
--------+--------------+-----------+-------------
-(0 rows)
-
+ERROR:  relation "pg_stat_get_vacuum_tables" does not exist
 step s1_begin_repeatable_read: 
   BEGIN transaction ISOLATION LEVEL REPEATABLE READ;
   select count(ival) from test_vacuum_stat_isolation where id>900;
@@ -22,7 +19,8 @@
   100
 (1 row)
 
-step s2_update: UPDATE test_vacuum_stat_isolation SET ival = ival + 2 where id > 900;
...
test
[16:49:40.204]  51/312 postgresql:isolation / isolation/isolation                                      ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out /tmp/cirrus-ci-build/sr...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-11-13 16:44:10.14380578...
+++ /tmp/cirrus-ci-build/src/test/isolation/output_iso/results/vacuum-extending-in-repetable-read.out	2024-11-13 16:49:3...
@@ -9,10 +9,7 @@
     FROM pg_stat_get_vacuum_tables vt, pg_class c
     WHERE vt.relname = 'test_vacuum_stat_isolation' AND vt.relid = c.oid;
 
-relname|tuples_deleted|dead_tuples|tuples_frozen
--------+--------------+-----------+-------------
-(0 rows)
-
+ERROR:  relation "pg_stat_get_vacuum_tables" does not exist
 step s1_begin_repeatable_read: 
   BEGIN transaction ISOLATION LEVEL REPEATABLE READ;
   select count(ival) from test_vacuum_stat_isolation where id>900;
@@ -22,7 +19,8 @@
   100
 (1 row)
 
-step s2_update: UPDATE test_vacuum_stat_isolation SET ival = ival + 2 where id > 900;
...
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out /tmp/cirrus-ci-build/bu...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-11-13 16:44:11.56408072...
+++ /tmp/cirrus-ci-build/build/testrun/isolation/isolation/results/vacuum-extending-in-repetable-read.out	2024-11-13 16:...
@@ -9,10 +9,7 @@
     FROM pg_stat_get_vacuum_tables vt, pg_class c
     WHERE vt.relname = 'test_vacuum_stat_isolation' AND vt.relid = c.oid;
 
-relname|tuples_deleted|dead_tuples|tuples_frozen
--------+--------------+-----------+-------------
-(0 rows)
-
+ERROR:  relation "pg_stat_get_vacuum_tables" does not exist
 step s1_begin_repeatable_read: 
   BEGIN transaction ISOLATION LEVEL REPEATABLE READ;
   select count(ival) from test_vacuum_stat_isolation where id>900;
@@ -22,7 +19,8 @@
   100
 (1 row)
 
-step s2_update: UPDATE test_vacuum_stat_isolation SET ival = ival + 2 where id > 900;
...
test
[16:52:39.588]  41/312 postgresql:isolation / isolation/isolation                                      ERROR            ...
macOS - Sonoma - Meson
test
[16:48:25.520]  39/312 postgresql:isolation / isolation/isolation                                      ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/isolation/expected/vacuum-extending-in-repetable-read.out C:/cirrus/buil...
--- C:/cirrus/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-11-13 16:44:27.131512800 +0000
+++ C:/cirrus/build/testrun/isolation/isolation/results/vacuum-extending-in-repetable-read.out	2024-11-13 16:48:33.06306...
@@ -9,10 +9,7 @@
     FROM pg_stat_get_vacuum_tables vt, pg_class c
     WHERE vt.relname = 'test_vacuum_stat_isolation' AND vt.relid = c.oid;
 
-relname|tuples_deleted|dead_tuples|tuples_frozen
--------+--------------+-----------+-------------
-(0 rows)
-
+ERROR:  relation "pg_stat_get_vacuum_tables" does not exist
 step s1_begin_repeatable_read: 
   BEGIN transaction ISOLATION LEVEL REPEATABLE READ;
   select count(ival) from test_vacuum_stat_isolation where id>900;
@@ -22,7 +19,8 @@
   100
 (1 row)
 
-step s2_update: UPDATE test_vacuum_stat_isolation SET ival = ival + 2 where id > 900;
...
test
[16:57:58.444]  31/307 postgresql:isolation / isolation/isolation                                      ERROR           1...
51/5318 System views for versions reporting
Linux - Debian Bookworm - Meson
test
[14:59:46.139] 298/312 postgresql:test_slru / test_slru/001_multixact                                  ERROR            ...
51/5070 Incorrect error message for cancellation triggered by statement_timeout & flaky test
CompilerWarnings
compiler
[12:02:47.986] backend_startup.c:270:63: error: data argument not used by format string [-Werror,-Wformat-extra-args]
compiler
[12:02:47.986] backend_startup.c:270:63: error: variable 'status' is uninitialized when used here [-Werror,-Wuninitializ...
compiler
[12:02:39.820] backend_startup.c:270:63: error: variable 'status' is uninitialized when used here [-Werror,-Wuninitializ...
compiler
[12:02:39.820] backend_startup.c:270:63: error: data argument not used by format string [-Werror,-Wformat-extra-args]
compiler
[12:02:11.775] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit...
compiler
[12:02:11.775] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args]
compiler
[12:02:03.834] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit...
compiler
[12:02:03.834] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args]
compiler
[12:03:09.793] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit...
compiler
[12:03:09.793] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args]
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[11:36:54.934] c:\cirrus\src\backend\tcop\backend_startup.c(270) : warning C4700: uninitialized local variable 'status' ...
51/4720 "unexpected duplicate for tablespace" problem in logical replication
FreeBSD - 13 - Meson
core
[11:07:55.298] #0  0x000000082cf8b8fa in _sigprocmask () from /lib/libc.so.7
[11:07:55.298] #1  0x000000082cfc4f91 in _system () from /lib/libc.so.7
[11:07:55.298] #2  0x000000082c4e59d3 in ?? () from /lib/libthr.so.3
[11:07:55.298] #3  0x000000000066a5e5 in RestoreArchivedFile (path=path@entry=0x821a981d0 "pg_wal/00000001", '0' <repeat...
[11:07:55.298] #4  0x0000000000651668 in existsTimeLineHistory (probeTLI=probeTLI@entry=2) at ../src/backend/access/tran...
[11:07:55.298] #5  0x0000000000651728 in findNewestTimeLine (startTLI=startTLI@entry=1) at ../src/backend/access/transam...
[11:07:55.298] #6  0x00000000006759fb in rescanLatestTimeLine (replayTLI=replayTLI@entry=1, replayLSN=replayLSN@entry=50...
[11:07:55.298] #7  0x0000000000671c53 in WaitForWALToBecomeAvailable (RecPtr=50331672, tliRecPtr=50331648, replayTLI=1, ...
[11:07:55.298] #8  XLogPageRead (xlogreader=0x8367a0130, targetPagePtr=50331648, reqLen=24, targetRecPtr=50331648, readB...
[11:07:55.298] #9  0x0000000000678942 in ReadPageInternal (state=state@entry=0x8367a0130, pageptr=50331648, reqLen=24) a...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/00...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-11-13 11:01:45.303441000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_table.out	2024-11-13 11:03:58.229316...
@@ -3481,9 +3481,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39546 |            |             0 |       39546 | pktable_pkey
+ 39541 |            |             0 |       39541 | pktable
+ 39548 |            |             0 |       39548 | fktable
+ 40032 |            |             0 |       40037 | foo
+ 40041 |            |             0 |       40041 | pg_toast_40032_index
+ 40040 |            |             0 |       40040 | pg_toast_40032
+ 40311 |            |             0 |       40311 | old_oids
+ 40328 |            |             0 |       40328 | pg_toast_40325
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/recovery/027_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-11-13 11:01:45.303441000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/alter_table.out	2024-11-13 11:04:48.4065...
@@ -3481,9 +3481,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39471 |            |             0 |       39471 | pktable_pkey
+ 39466 |            |             0 |       39466 | pktable
+ 39473 |            |             0 |       39473 | fktable
+ 39990 |            |             0 |       39995 | foo
+ 39999 |            |             0 |       39999 | pg_toast_39990_index
+ 39998 |            |             0 |       39998 | pg_toast_39990
+ 40301 |            |             0 |       40301 | old_oids
+ 40318 |            |             0 |       40318 | pg_toast_40315
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/regress/regre...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-11-13 11:01:45.303441000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/alter_table.out	2024-11-13 11:03:51.460948000 +0000
@@ -3481,9 +3481,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39335 |            |             0 |       39335 | pktable_pkey
+ 39331 |            |             0 |       39331 | pktable
+ 39337 |            |             0 |       39337 | fktable
+ 40044 |            |             0 |       40049 | foo
+ 40053 |            |             0 |       40053 | pg_toast_40044_index
+ 40052 |            |             0 |       40052 | pg_toast_40044
+ 40269 |            |             0 |       40269 | old_oids
+ 40286 |            |             0 |       40286 | pg_toast_40283
...
tap
[11:04:05.484](67.563s) not ok 5 - regression tests pass
tap
[11:04:56.545](78.584s) not ok 2 - regression tests pass
test
[11:06:45.387]  40/312 postgresql:regress / regress/regress                                            ERROR            ...
[11:06:45.387]  96/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[11:06:45.387] 160/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_chec...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-11-13 11:01:45.562642878 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/alter_table.out	2024-11-13 11:08:24.792149554 +0000
@@ -3481,9 +3481,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39639 |            |             0 |       39639 | pktable_pkey
+ 39635 |            |             0 |       39635 | pktable
+ 39641 |            |             0 |       39641 | fktable
+ 40130 |            |             0 |       40135 | foo
+ 40139 |            |             0 |       40139 | pg_toast_40130_index
+ 40138 |            |             0 |       40138 | pg_toast_40130
+ 40350 |            |             0 |       40350 | old_oids
+ 40370 |            |             0 |       40370 | pg_toast_40367
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/src/test/regress/results/al...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-11-13 11:01:45.562642878 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/alter_table.out	2024-11-13 11:06:57.768151101 +0000
@@ -3481,9 +3481,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39593 |            |             0 |       39593 | pktable_pkey
+ 39589 |            |             0 |       39589 | pktable
+ 39598 |            |             0 |       39598 | fktable
+ 40131 |            |             0 |       40136 | foo
+ 40140 |            |             0 |       40140 | pg_toast_40131_index
+ 40139 |            |             0 |       40139 | pg_toast_40131
+ 40354 |            |             0 |       40354 | old_oids
+ 40373 |            |             0 |       40373 | pg_toast_40370
...
tap
[11:08:40.578](131.038s) not ok 5 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/00...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-11-13 11:01:42.479122661 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_table.out	2024-11-13 11:07:04.262210...
@@ -3481,9 +3481,29 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39614 |            |             0 |       39614 | pg_toast_39609
+ 39615 |            |             0 |       39615 | pg_toast_39609_index
+ 39609 |            |             0 |       39609 | users
+ 39608 |            |             0 |       39608 | users_id_seq
+ 39914 |            |             0 |       39914 | foo
+ 40269 |            |             0 |       40269 | forc_test
+ 40645 |            |             0 |       40645 | pg_toast_40642
+ 40646 |            |             0 |       40646 | pg_toast_40642_index
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/recovery/027_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-11-13 11:01:42.479122661 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/alter_table.out	2024-11-13 11:07:40.8744...
@@ -3481,9 +3481,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39381 |            |             0 |       39381 | pktable_pkey
+ 39377 |            |             0 |       39377 | pktable
+ 39383 |            |             0 |       39383 | fktable
+ 39935 |            |             0 |       39944 | foo
+ 39948 |            |             0 |       39948 | pg_toast_39935_index
+ 39947 |            |             0 |       39947 | pg_toast_39935
+ 40179 |            |             0 |       40179 | old_oids
+ 40199 |            |             0 |       40199 | pg_toast_40196
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/regress/regre...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-11-13 11:01:42.479122661 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/alter_table.out	2024-11-13 11:06:57.830180626 +0000
@@ -3481,9 +3481,29 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39724 |            |             0 |       39724 | users_id_seq
+ 39732 |            |             0 |       39732 | pg_toast_39727
+ 39733 |            |             0 |       39733 | pg_toast_39727_index
+ 39727 |            |             0 |       39727 | users
+ 40060 |            |             0 |       40060 | foo
+ 40229 |            |             0 |       40229 | forc_test
+ 39477 |            |             0 |       39477 | pktable_pkey
+ 39473 |            |             0 |       39473 | pktable
...
tap
[11:07:11.741](79.953s) not ok 5 - regression tests pass
tap
[11:07:48.879](82.556s) not ok 2 - regression tests pass
test
[11:09:36.525]  44/312 postgresql:regress / regress/regress                                            ERROR            ...
[11:09:36.525] 138/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[11:09:36.525] 156/312 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
macOS - Sonoma - Meson
core
[11:10:02.232]   * frame #0: 0x0000000187690cc4 libsystem_kernel.dylib`__write_nocancel + 8
[11:10:02.232]     frame #1: 0x00000001875943fc libsystem_c.dylib`__swrite + 24
[11:10:02.232]     frame #2: 0x00000001875759a4 libsystem_c.dylib`_swrite + 108
[11:10:02.232]     frame #3: 0x0000000187573b2c libsystem_c.dylib`__sflush + 232
[11:10:02.232]     frame #4: 0x000000018757587c libsystem_c.dylib`__xvprintf + 292
[11:10:02.232]     frame #5: 0x0000000187575738 libsystem_c.dylib`vfprintf_l + 68
[11:10:02.232]     frame #6: 0x00000001875756e8 libsystem_c.dylib`fprintf + 68
[11:10:02.232]     frame #7: 0x00000001875da180 libsystem_c.dylib`vwarnx + 84
[11:10:02.232]     frame #8: 0x00000001875da120 libsystem_c.dylib`warnx + 32
[11:10:02.232]     frame #9: 0x0000000102d3b598 cp`___lldb_unnamed_symbol97 + 48
core
[11:09:23.001]   * frame #0: 0x0000000100d16c3c dyld`__shared_region_check_np + 8
[11:09:23.001]     frame #1: 0x0000000100cd0cf4 dyld`dyld4::SyscallDelegate::hasExistingDyldCache(unsigned long long&, u...
[11:09:23.001]     frame #2: 0x0000000100cadbf0 dyld`start + 1096
core
[11:09:41.642]   * frame #0: 0x00000001872ee0ac libobjc.A.dylib`map_images_nolock + 856
[11:09:41.642]     frame #1: 0x00000001872edccc libobjc.A.dylib`map_images + 112
[11:09:41.642]     frame #2: 0x000000018735423c dyld`invocation function for block in dyld4::RuntimeState::setObjCNotifi...
[11:09:41.642]     frame #3: 0x000000018734a77c dyld`dyld4::RuntimeLocks::withLoadersReadLock(void () block_pointer) + 1...
[11:09:41.642]     frame #4: 0x00000001873519a4 dyld`dyld4::RuntimeState::setObjCNotifiers(void (*)(char const*, mach_he...
[11:09:41.642]     frame #5: 0x0000000187375544 dyld`dyld4::APIs::_dyld_objc_register_callbacks(_dyld_objc_callbacks con...
[11:09:41.642]     frame #6: 0x00000001872eda34 libobjc.A.dylib`_objc_init + 1580
[11:09:41.642]     frame #7: 0x000000018751c728 libdispatch.dylib`_os_object_init + 24
[11:09:41.642]     frame #8: 0x000000018752c17c libdispatch.dylib`libdispatch_init + 452
[11:09:41.642]     frame #9: 0x0000000194352640 libSystem.B.dylib`libSystem_initializer + 244
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/alter_table.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg...
--- /Users/admin/pgsql/src/test/regress/expected/alter_table.out	2024-11-13 11:01:12
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_table.out	2024-11-13 11:03:27
@@ -3481,9 +3481,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39309 |            |             0 |       39309 | pktable_pkey
+ 39305 |            |             0 |       39305 | pktable
+ 39333 |            |             0 |       39333 | fktable
+ 40003 |            |             0 |       40008 | foo
+ 40012 |            |             0 |       40012 | pg_toast_40003_index
+ 40011 |            |             0 |       40011 | pg_toast_40003
+ 40217 |            |             0 |       40217 | old_oids
+ 40234 |            |             0 |       40234 | pg_toast_40231
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/alter_table.out /Users/admin/pgsql/build/testrun/recovery/027_stre...
--- /Users/admin/pgsql/src/test/regress/expected/alter_table.out	2024-11-13 11:01:12
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/alter_table.out	2024-11-13 11:04:15
@@ -3481,9 +3481,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39019 |            |             0 |       39019 | pktable_pkey
+ 39015 |            |             0 |       39015 | pktable
+ 39024 |            |             0 |       39024 | fktable
+ 39946 |            |             0 |       39952 | foo
+ 39956 |            |             0 |       39956 | pg_toast_39946_index
+ 39955 |            |             0 |       39955 | pg_toast_39946
+ 40176 |            |             0 |       40176 | old_oids
+ 40194 |            |             0 |       40194 | pg_toast_40191
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/alter_table.out /Users/admin/pgsql/build/testrun/regress/regress/r...
--- /Users/admin/pgsql/src/test/regress/expected/alter_table.out	2024-11-13 11:01:12
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/alter_table.out	2024-11-13 11:03:30
@@ -3481,9 +3481,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39415 |            |             0 |       39415 | pktable_pkey
+ 39411 |            |             0 |       39411 | pktable
+ 39417 |            |             0 |       39417 | fktable
+ 40050 |            |             0 |       40055 | foo
+ 40059 |            |             0 |       40059 | pg_toast_40050_index
+ 40058 |            |             0 |       40058 | pg_toast_40050
+ 40309 |            |             0 |       40309 | old_oids
+ 40363 |            |             0 |       40363 | pg_toast_40360
...
tap
[11:03:31.457](39.428s) not ok 5 - regression tests pass
tap
[11:04:21.740](49.726s) not ok 2 - regression tests pass
test
[11:06:09.490]  28/312 postgresql:regress / regress/regress                                            ERROR            ...
[11:06:09.490]  46/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[11:06:09.490] 133/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/alter_table.out C:/cirrus/build/testrun/pg_upgrade/002_...
--- C:/cirrus/src/test/regress/expected/alter_table.out	2024-11-13 11:01:58.666148600 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_table.out	2024-11-13 11:05:22.797071100 +0000
@@ -3481,9 +3481,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39187 |            |             0 |       39187 | pktable_pkey
+ 39183 |            |             0 |       39183 | pktable
+ 39189 |            |             0 |       39189 | fktable
+ 39703 |            |             0 |       39710 | foo
+ 39714 |            |             0 |       39714 | pg_toast_39703_index
+ 39713 |            |             0 |       39713 | pg_toast_39703
+ 39958 |            |             0 |       39958 | pg_toast_39955
+ 39959 |            |             0 |       39959 | pg_toast_39955_index
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/alter_table.out C:/cirrus/build/testrun/recovery/027_st...
--- C:/cirrus/src/test/regress/expected/alter_table.out	2024-11-13 11:01:58.666148600 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/alter_table.out	2024-11-13 11:07:44.113027000 +0000
@@ -3481,9 +3481,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39015 |            |             0 |       39015 | pktable_pkey
+ 39011 |            |             0 |       39011 | pktable
+ 39017 |            |             0 |       39017 | fktable
+ 39649 |            |             0 |       39655 | foo
+ 39659 |            |             0 |       39659 | pg_toast_39649_index
+ 39658 |            |             0 |       39658 | pg_toast_39649
+ 39925 |            |             0 |       39925 | old_oids
+ 39942 |            |             0 |       39942 | pg_toast_39939
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/alter_table.out C:/cirrus/build/testrun/regress/regress...
--- C:/cirrus/src/test/regress/expected/alter_table.out	2024-11-13 11:01:58.666148600 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/alter_table.out	2024-11-13 11:05:18.854687900 +0000
@@ -3481,9 +3481,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 38558 |            |             0 |       38558 | pktable_pkey
+ 38551 |            |             0 |       38551 | pktable
+ 38560 |            |             0 |       38560 | fktable
+ 39675 |            |             0 |       39680 | foo
+ 39684 |            |             0 |       39684 | pg_toast_39675_index
+ 39683 |            |             0 |       39683 | pg_toast_39675
+ 40028 |            |             0 |       40028 | old_oids
+ 40045 |            |             0 |       40045 | pg_toast_40042
...
tap
[11:05:37.751](104.337s) not ok 5 - regression tests pass
tap
[11:08:00.594](125.159s) not ok 2 - regression tests pass
test
[11:14:48.040]  17/307 postgresql:regress / regress/regress                                            ERROR           1...
[11:14:48.040]  35/307 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[11:14:48.040] 108/307 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5031 Remove dependence on integer wrapping
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/date.out C:/cirrus/build/testrun/pg_upgrade/002_pg_upgr...
--- C:/cirrus/src/test/regress/expected/date.out	2024-11-13 10:33:50.374990700 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/date.out	2024-11-13 10:36:05.310531500 +0000
@@ -1533,4 +1533,4 @@
 select make_time(24, 0, 2.1);
 ERROR:  time field value out of range: 24:00:2.1
 SELECT make_date(-2147483648, 1, 1);
-ERROR:  date field value out of range: -2147483648-01-01
+ERROR:  date field value out of range: 24301-01-01
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/date.out C:/cirrus/build/testrun/recovery/027_stream_re...
--- C:/cirrus/src/test/regress/expected/date.out	2024-11-13 10:33:50.374990700 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/date.out	2024-11-13 10:38:25.917638500 +0000
@@ -1533,4 +1533,4 @@
 select make_time(24, 0, 2.1);
 ERROR:  time field value out of range: 24:00:2.1
 SELECT make_date(-2147483648, 1, 1);
-ERROR:  date field value out of range: -2147483648-01-01
+ERROR:  date field value out of range: 24301-01-01
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/date.out C:/cirrus/build/testrun/regress/regress/result...
--- C:/cirrus/src/test/regress/expected/date.out	2024-11-13 10:33:50.374990700 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/date.out	2024-11-13 10:35:58.569023200 +0000
@@ -1533,4 +1533,4 @@
 select make_time(24, 0, 2.1);
 ERROR:  time field value out of range: 24:00:2.1
 SELECT make_date(-2147483648, 1, 1);
-ERROR:  date field value out of range: -2147483648-01-01
+ERROR:  date field value out of range: 24301-01-01
tap
[10:38:06.547](128.725s) not ok 5 - regression tests pass
tap
[10:40:27.995](132.842s) not ok 2 - regression tests pass
test
[10:48:15.272]   6/307 postgresql:regress / regress/regress                                            ERROR           1...
[10:48:15.272]  41/307 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           2...
[10:48:15.272]  89/307 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5355 Enhance memory context statistics reporting for all PostgreSQL processes.
CompilerWarnings
compiler
[08:13:16.464] mcxtfuncs.c:38:13: error: no previous extern declaration for non-static variable 'memstats_area' [-Werror...
compiler
[08:11:25.531] mcxtfuncs.c:38:13: error: no previous extern declaration for non-static variable 'memstats_area' [-Werror...
51/5227 AIO
macOS - Sonoma - Meson
tap
[07:57:47.085](0.000s) not ok 277 - pgbench script error: set invalid variable name stderr /(?^:invalid variable name)/
test
[07:58:33.510] 217/312 postgresql:pgbench / pgbench/001_pgbench_with_server                            ERROR            ...
51/5252 Trim the heap free memory
CompilerWarnings
compiler
[07:04:33.474] postgres.c:2829:33: error: assignment to ‘char *’ from ‘int’ makes pointer from integer without a cast [-...
compiler
[07:04:33.474] postgres.c:2828:25: error: implicit declaration of function ‘malloc_trim’ [-Werror=implicit-function-decl...
compiler
[07:04:33.474] postgres.c:2825:47: error: initialization of ‘char *’ from ‘int’ makes pointer from integer without a cas...
compiler
[07:04:33.474] postgres.c:2825:47: error: implicit declaration of function ‘sbrk’ [-Werror=implicit-function-declaration...
Linux - Debian Bookworm - Autoconf
tap
[07:04:21.091](0.001s) not ok 28 - options --locale-provider=icu --locale=und --lc-*=C: no stderr
Linux - Debian Bookworm - Meson
tap
[07:05:45.223](0.001s) not ok 28 - options --locale-provider=icu --locale=und --lc-*=C: no stderr
test
[07:07:14.951] 167/312 postgresql:initdb / initdb/001_initdb                                           ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[07:03:58.235] tcop_postgres.c.obj : error LNK2019: unresolved external symbol malloc_trim referenced in function finish...
compiler
[07:03:48.248] ../src/backend/tcop/postgres.c(2825): warning C4047: 'initializing': 'char *' differs in levels of indire...
compiler
[07:03:58.235] tcop_postgres.c.obj : error LNK2019: unresolved external symbol sbrk referenced in function finish_xact_c...
compiler
[07:03:48.248] ../src/backend/tcop/postgres.c(2829): warning C4047: '=': 'char *' differs in levels of indirection from ...
51/5357 New predefined role pg_manage_extensions
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/pl/plperl/expected/plperl_setup.out /Users/admin/pgsql/build/testrun/plperl/regress/resu...
--- /Users/admin/pgsql/src/pl/plperl/expected/plperl_setup.out	2024-11-13 06:27:12
+++ /Users/admin/pgsql/build/testrun/plperl/regress/results/plperl_setup.out	2024-11-13 06:30:42
@@ -12,7 +12,7 @@
 HINT:  Must have CREATE privilege on current database to create this extension.
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 RESET ROLE;
 DO $$
 begin
@@ -24,7 +24,7 @@
 CREATE EXTENSION plperl;
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 CREATE SCHEMA plperl_setup_scratch;
 SET search_path = plperl_setup_scratch;
...
test
[06:34:12.679]  48/312 postgresql:plperl / plperl/regress                                              ERROR            ...
51/5242 Fix RelationTruncate() corruption
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[05:46:14.370] ../src/backend/storage/smgr/smgr.c(732): warning C4098: 'smgrtruncate': 'void' function returning a value
51/5357 New predefined role pg_manage_extensions
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out /tmp/cirrus-ci-build/build/testrun/plperl/regress/...
--- /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out	2024-11-13 05:35:06.505401000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/plperl/regress/results/plperl_setup.out	2024-11-13 05:37:00.910655000 +0000
@@ -12,7 +12,7 @@
 HINT:  Must have CREATE privilege on current database to create this extension.
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 RESET ROLE;
 DO $$
 begin
@@ -24,7 +24,7 @@
 CREATE EXTENSION plperl;
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 CREATE SCHEMA plperl_setup_scratch;
 SET search_path = plperl_setup_scratch;
...
test
[05:39:30.466]  48/312 postgresql:plperl / plperl/regress                                              ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out /tmp/cirrus-ci-build/src/pl/plperl/results/plperl_...
--- /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out	2024-11-13 05:35:06.792574652 +0000
+++ /tmp/cirrus-ci-build/src/pl/plperl/results/plperl_setup.out	2024-11-13 05:36:27.545462838 +0000
@@ -12,7 +12,7 @@
 HINT:  Must have CREATE privilege on current database to create this extension.
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 RESET ROLE;
 DO $$
 begin
@@ -24,7 +24,7 @@
 CREATE EXTENSION plperl;
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 CREATE SCHEMA plperl_setup_scratch;
 SET search_path = plperl_setup_scratch;
...
Linux - Debian Bookworm - Meson
core
[05:41:03.627] #0  <unavailable> in ?? ()
core
[05:41:03.867] #0  0x00007fe8c5d45da4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[05:41:03.867] #1  0x00007fe8c5cf2239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[05:41:03.867] #2  0x00007fe8c5cf2497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[05:41:03.867] #3  0x000055e3e76d55f3 in ?? ()
[05:41:03.867] #4  0x000055e3e76cf369 in ?? ()
[05:41:03.867] #5  0x000055e3e76ce20f in ?? ()
[05:41:03.867] #6  0x000055e3e76cec3b in ?? ()
[05:41:03.867] #7  0x000055e3e76cc66f in ?? ()
[05:41:03.867] #8  0x00007fe8c5cdd24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:41:03.867] #9  0x00007fe8c5cdd305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:41:03.867] #0  <unavailable> in ?? ()
core
[05:41:03.748] #0  0x00007fe8c5d45da4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[05:41:03.748] #1  0x00007fe8c5cf2239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[05:41:03.748] #2  0x00007fe8c5cf2497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[05:41:03.748] #3  0x000055e3e76d55c1 in ?? ()
[05:41:03.748] #4  0x000055e3e76cf369 in ?? ()
[05:41:03.748] #5  0x000055e3e76ce20f in ?? ()
[05:41:03.748] #6  0x000055e3e76cec3b in ?? ()
[05:41:03.748] #7  0x000055e3e76cc66f in ?? ()
[05:41:03.748] #8  0x00007fe8c5cdd24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:41:03.748] #9  0x00007fe8c5cdd305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:41:03.627] #0  0x00007f984b3d7da4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[05:41:03.627] #1  0x00007f984b384239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[05:41:03.627] #2  0x00007f984b384497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[05:41:03.627] #3  0x0000557b2f7e55f3 in ?? ()
[05:41:03.627] #4  0x0000557b2f7df369 in ?? ()
[05:41:03.627] #5  0x0000557b2f7de20f in ?? ()
[05:41:03.627] #6  0x0000557b2f7dec3b in ?? ()
[05:41:03.627] #7  0x0000557b2f7dc66f in ?? ()
[05:41:03.627] #8  0x00007f984b36f24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:41:03.627] #9  0x00007f984b36f305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:41:03.510] #0  0x00007f984b3d7da4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[05:41:03.510] #1  0x00007f984b384239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[05:41:03.510] #2  0x00007f984b384497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[05:41:03.510] #3  0x0000557b2f7e55c1 in ?? ()
[05:41:03.510] #4  0x0000557b2f7df369 in ?? ()
[05:41:03.510] #5  0x0000557b2f7de20f in ?? ()
[05:41:03.510] #6  0x0000557b2f7dec3b in ?? ()
[05:41:03.510] #7  0x0000557b2f7dc66f in ?? ()
[05:41:03.510] #8  0x00007f984b36f24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:41:03.510] #9  0x00007f984b36f305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
regress
diff -U3 /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out /tmp/cirrus-ci-build/build/testrun/plperl/regress/...
--- /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out	2024-11-13 05:35:05.167632645 +0000
+++ /tmp/cirrus-ci-build/build/testrun/plperl/regress/results/plperl_setup.out	2024-11-13 05:37:39.380616381 +0000
@@ -12,7 +12,7 @@
 HINT:  Must have CREATE privilege on current database to create this extension.
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 RESET ROLE;
 DO $$
 begin
@@ -24,7 +24,7 @@
 CREATE EXTENSION plperl;
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 CREATE SCHEMA plperl_setup_scratch;
 SET search_path = plperl_setup_scratch;
...
test
[05:39:55.187]  46/312 postgresql:plperl / plperl/regress                                              ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/pl/plperl/expected/plperl_setup.out /Users/admin/pgsql/build/testrun/plperl/regress/resu...
--- /Users/admin/pgsql/src/pl/plperl/expected/plperl_setup.out	2024-11-13 05:35:10
+++ /Users/admin/pgsql/build/testrun/plperl/regress/results/plperl_setup.out	2024-11-13 05:38:00
@@ -12,7 +12,7 @@
 HINT:  Must have CREATE privilege on current database to create this extension.
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 RESET ROLE;
 DO $$
 begin
@@ -24,7 +24,7 @@
 CREATE EXTENSION plperl;
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 CREATE SCHEMA plperl_setup_scratch;
 SET search_path = plperl_setup_scratch;
...
tap
[05:39:16.986](0.000s) not ok 66 - all output lines are FPW
test
[05:40:15.247]  49/312 postgresql:plperl / plperl/regress                                              ERROR            ...
[05:40:15.247] 198/312 postgresql:pg_waldump / pg_waldump/001_basic                                    ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/pl/plperl/expected/plperl_setup.out C:/cirrus/build/testrun/plperl/regress/re...
--- C:/cirrus/src/pl/plperl/expected/plperl_setup.out	2024-11-13 05:35:15.359415600 +0000
+++ C:/cirrus/build/testrun/plperl/regress/results/plperl_setup.out	2024-11-13 05:40:44.928474800 +0000
@@ -12,7 +12,7 @@
 HINT:  Must have CREATE privilege on current database to create this extension.
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 RESET ROLE;
 DO $$
 begin
@@ -24,7 +24,7 @@
 CREATE EXTENSION plperl;
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 CREATE SCHEMA plperl_setup_scratch;
 SET search_path = plperl_setup_scratch;
...
tap
[05:53:08.864](352.976s) # poll_query_until timed out executing this query:
timed out waiting for catchup at C:/cirrus/src/test/subscription/t/021_twophase.pl line 242.
test
[05:53:09.287]  47/307 postgresql:plperl / plperl/regress                                              ERROR            ...
[05:53:09.287] 307/307 postgresql:subscription / subscription/021_twophase                             ERROR           3...
51/4912 CSN snapshots in hot standby
Linux - Debian Bookworm - Meson
core
[05:09:39.657] #0  0x00007f0ce18a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:09:39.657] #1  0x00007f0ce185afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:09:39.657] #2  0x00007f0ce1845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:09:39.657] #3  0x00007f0ce1a1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:09:39.657] #4  0x00007f0ce1a2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:09:39.657] #5  0x00007f0ce1a0dad8 in __ubsan::__ubsan_handle_shift_out_of_bounds_abort (Data=Data@entry=0x5585f118dd...
[05:09:39.657] #6  0x00005585f06db9ca in XidInMVCCSnapshot (xid=757, snapshot=snapshot@entry=0x5585f1d29120) at ../src/b...
[05:09:39.657] #7  0x00005585efd227d3 in HeapTupleSatisfiesMVCC (htup=<optimized out>, snapshot=0x5585f1d29120, buffer=3...
[05:09:39.657] #8  0x00005585efd24017 in HeapTupleSatisfiesVisibility (htup=htup@entry=0x7ffe4b3e79b0, snapshot=snapshot...
[05:09:39.657] #9  0x00005585efd15499 in page_collect_tuples (check_serializable=<optimized out>, all_visible=<optimized...
core
[05:09:38.321] #0  0x00007fa86b6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:09:38.321] #1  0x00007fa86b65afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:09:38.321] #2  0x00007fa86b645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:09:38.321] #3  0x00007fa86b81e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:09:38.321] #4  0x00007fa86b82aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:09:38.321] #5  0x00007fa86b80dad8 in __ubsan::__ubsan_handle_shift_out_of_bounds_abort (Data=Data@entry=0x55d545848d...
[05:09:38.321] #6  0x000055d544d969ca in XidInMVCCSnapshot (xid=755, snapshot=snapshot@entry=0x55d548258bf0) at ../src/b...
[05:09:38.321] #7  0x000055d5443dd9ab in HeapTupleSatisfiesMVCC (htup=<optimized out>, snapshot=0x55d548258bf0, buffer=4...
[05:09:38.321] #8  0x000055d5443df017 in HeapTupleSatisfiesVisibility (htup=htup@entry=0x7ffd988085c0, snapshot=snapshot...
[05:09:38.321] #9  0x000055d5443d0499 in page_collect_tuples (check_serializable=<optimized out>, all_visible=<optimized...
core
[05:09:37.804] #0  0x00007f19596a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:09:37.804] #1  0x00007f195965afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:09:37.804] #2  0x00007f1959645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:09:37.804] #3  0x00007f195981e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:09:37.804] #4  0x00007f195982aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:09:37.804] #5  0x00007f195980dad8 in __ubsan::__ubsan_handle_shift_out_of_bounds_abort (Data=Data@entry=0x55eec649ed...
[05:09:37.804] #6  0x000055eec59ec9ca in XidInMVCCSnapshot (xid=880, snapshot=snapshot@entry=0x55eef2093140) at ../src/b...
[05:09:37.804] #7  0x000055eec50339ab in HeapTupleSatisfiesMVCC (htup=<optimized out>, snapshot=0x55eef2093140, buffer=1...
[05:09:37.804] #8  0x000055eec5035017 in HeapTupleSatisfiesVisibility (htup=htup@entry=0x7fffc1ef5850, snapshot=snapshot...
[05:09:37.804] #9  0x000055eec5026499 in page_collect_tuples (check_serializable=<optimized out>, all_visible=<optimized...
tap
[05:00:48.451](1.168s) not ok 5 - Not visible
[05:00:48.598](0.147s) Bail out!  command "pg_ctl -D /tmp/cirrus-ci-build/build/testrun/recovery/012_subtransactions/dat...
tap
[05:04:59.779](223.472s) # poll_query_until timed out executing this query:
[05:04:59.779](0.000s) not ok 14 - startup deadlock: lock acquisition is waiting
[05:08:30.873](211.094s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /tmp/cirrus-ci-build/src/test/recovery/t/031_recovery_conflict.pl line 270.
test
[05:08:31.076]  17/313 postgresql:recovery / recovery/012_subtransactions                              ERROR            ...
[05:08:31.076] 312/313 postgresql:test_misc / test_misc/000_csn_perf                                   ERROR            ...
[05:08:31.076] 313/313 postgresql:recovery / recovery/031_recovery_conflict                            ERROR           4...
macOS - Sonoma - Meson
test
[05:03:34.644] 313/313 postgresql:test_misc / test_misc/000_csn_perf                                   ERROR           1...
Windows - Server 2019, VS 2019 - Meson & ninja
test
[05:14:38.822] 308/308 postgresql:test_misc / test_misc/000_csn_perf                                   ERROR           3...
51/5354 Improve code coverage of network address functions
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/query_cancel.out /tmp/cirrus-ci-build/build/testrun/postgres...
--- /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/query_cancel.out	2024-11-13 00:38:38.087906802 +0000
+++ /tmp/cirrus-ci-build/build/testrun/postgres_fdw/regress/results/query_cancel.out	2024-11-13 00:43:54.935259336 +0000
@@ -29,4 +29,5 @@
 -- This would take very long if not canceled:
 SELECT count(*) FROM ft1 a CROSS JOIN ft1 b CROSS JOIN ft1 c CROSS JOIN ft1 d;
 ERROR:  canceling statement due to statement timeout
+WARNING:  could not get result of cancel request due to timeout
 COMMIT;
test
[00:45:15.915] 154/312 postgresql:postgres_fdw / postgres_fdw/regress                                  ERROR            ...
51/4997 Return pg_control from pg_backup_stop().
Linux - Debian Bookworm - Meson
core
[00:38:19.579] #0  0x00007f74e2ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[00:38:19.579] #1  0x00007f74e2c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[00:38:19.579] #2  0x00007f74e2c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[00:38:19.579] #3  0x00007f74e2e1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[00:38:19.579] #4  0x00007f74e2e2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[00:38:19.579] #5  0x00007f74e2e0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x559bc09b7f40,...
[00:38:19.579] #6  0x0000559bbfada389 in backup_control_file (controlFile=controlFile@entry=0x559bd931e18c "䚁;\336\3633g...
[00:38:19.579] #7  0x0000559bbfadf0bb in pg_backup_stop (fcinfo=<optimized out>) at ../src/backend/access/transam/xlogfu...
[00:38:19.579] #8  0x0000559bbfcb8a89 in ExecInterpExpr (state=0x559bd93158a0, econtext=0x559bd9315648, isnull=0x7ffdfd0...
[00:38:19.579] #9  0x0000559bbfcad357 in ExecInterpExprStillValid (state=0x559bd93158a0, econtext=0x559bd9315648, isNull...
core
[00:38:20.336] #0  0x00007f49358a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[00:38:20.336] #1  0x00007f493585afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[00:38:20.336] #2  0x00007f4935845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[00:38:20.336] #3  0x00007f4935a1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[00:38:20.336] #4  0x00007f4935a2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[00:38:20.336] #5  0x00007f4935a0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55f3d7c16f40,...
[00:38:20.336] #6  0x000055f3d6d39389 in backup_control_file (controlFile=controlFile@entry=0x55f3de47526c "䚁;\336\3633g...
[00:38:20.336] #7  0x000055f3d6d3e0bb in pg_backup_stop (fcinfo=<optimized out>) at ../src/backend/access/transam/xlogfu...
[00:38:20.336] #8  0x000055f3d6f3ef3b in ExecMakeTableFunctionResult (setexpr=0x55f3de484358, econtext=0x55f3de484228, a...
[00:38:20.336] #9  0x000055f3d6f6d154 in FunctionNext (node=0x55f3de484018) at ../src/backend/executor/nodeFunctionscan....
tap
[00:34:11.624](1.243s) not ok 18 - psql fails correctly
[00:34:11.625](0.000s) not ok 19 - pg_backup_start fails gracefully
test
[00:37:04.671]  27/312 postgresql:recovery / recovery/020_archive_status                               ERROR            ...
[00:37:04.671]  44/312 postgresql:recovery / recovery/042_low_level_backup                             ERROR            ...
51/4966 Parallel CREATE INDEX for GIN indexes
CompilerWarnings
compiler
[00:16:17.871] gininsert.c:2402:37: error: format ‘%ld’ expects argument of type ‘long int’, but argument 3 has type ‘lo...
compiler
[00:16:17.871] gininsert.c:2421:35: error: format ‘%ld’ expects argument of type ‘long int’, but argument 2 has type ‘in...
51/4929 apply_scanjoin_target_to_paths and partitionwise join
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-11-12 23:13:55.202020000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_join.out	2024-11-12 23:15:36.555...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/recovery/0...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-11-12 23:13:55.202020000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/partition_join.out	2024-11-12 23:16:19.6...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/regress/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-11-12 23:13:55.202020000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/partition_join.out	2024-11-12 23:15:35.934158000 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[23:15:39.454](63.068s) not ok 5 - regression tests pass
tap
[23:16:23.720](70.021s) not ok 2 - regression tests pass
test
[23:18:23.754]  41/312 postgresql:regress / regress/regress                                            ERROR            ...
[23:18:23.754]  73/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[23:18:23.754] 149/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_c...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-11-12 23:14:56.990860553 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/partition_join.out	2024-11-12 23:21:29.059328245 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/src/test/recovery/tmp_ch...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-11-12 23:14:56.990860553 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/partition_join.out	2024-11-12 23:22:38.469905701 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/src/test/regress/results...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-11-12 23:14:56.990860553 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/partition_join.out	2024-11-12 23:18:40.435976595 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[23:21:34.085](105.367s) not ok 5 - regression tests pass
tap
[23:22:42.099](73.146s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-11-12 23:13:53.885149994 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_join.out	2024-11-12 23:16:43.807...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/recovery/0...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-11-12 23:13:53.885149994 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/partition_join.out	2024-11-12 23:17:20.8...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/regress/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-11-12 23:13:53.885149994 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/partition_join.out	2024-11-12 23:16:36.447471802 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[23:16:48.417](86.193s) not ok 5 - regression tests pass
tap
[23:17:24.449](85.724s) not ok 2 - regression tests pass
test
[23:19:05.639]  44/312 postgresql:regress / regress/regress                                            ERROR            ...
[23:19:05.639] 138/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[23:19:05.639] 158/312 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
macOS - Sonoma - Meson
core
[23:22:08.865]   * frame #0: 0x0000000195ff9618 dyld`dyld3::MachOFile::trieWalk(Diagnostics&, unsigned char const*, unsi...
[23:22:08.865]     frame #1: 0x0000000195fc4088 dyld`dyld4::Loader::hasExportedSymbol(Diagnostics&, dyld4::RuntimeState&...
[23:22:08.865]     frame #2: 0x0000000195fc433c dyld`dyld4::Loader::hasExportedSymbol(Diagnostics&, dyld4::RuntimeState&...
[23:22:08.865]     frame #3: 0x0000000195fc33c0 dyld`dyld4::Loader::resolveSymbol(Diagnostics&, dyld4::RuntimeState&, in...
[23:22:08.865]     frame #4: 0x0000000195fc2fec dyld`invocation function for block in dyld4::Loader::forEachBindTarget(D...
[23:22:08.865]     frame #5: 0x0000000195ffdff0 dyld`invocation function for block in mach_o::Fixups::forEachBindTarget_...
[23:22:08.865]     frame #6: 0x0000000195ff8f50 dyld`dyld3::MachOFile::forEachChainedFixupTarget(Diagnostics&, dyld_chai...
[23:22:08.865]     frame #7: 0x0000000195ffdcc0 dyld`mach_o::Fixups::forEachBindTarget_ChainedFixups(Diagnostics&, void ...
[23:22:08.865]     frame #8: 0x0000000195fc2f54 dyld`invocation function for block in dyld4::Loader::forEachBindTarget(D...
[23:22:08.865]     frame #9: 0x0000000196001414 dyld`dyld3::MachOAnalyzer::withVMLayout(Diagnostics&, void (mach_o::Layo...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/partition_join.out /Users/admin/pgsql/build/testrun/pg_upgrade/002...
--- /Users/admin/pgsql/src/test/regress/expected/partition_join.out	2024-11-12 23:13:51
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_join.out	2024-11-12 23:15:57
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/partition_join.out /Users/admin/pgsql/build/testrun/recovery/027_s...
--- /Users/admin/pgsql/src/test/regress/expected/partition_join.out	2024-11-12 23:13:51
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/partition_join.out	2024-11-12 23:16:44
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/partition_join.out /Users/admin/pgsql/build/testrun/regress/regres...
--- /Users/admin/pgsql/src/test/regress/expected/partition_join.out	2024-11-12 23:13:51
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/partition_join.out	2024-11-12 23:16:00
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[23:16:00.712](47.288s) not ok 5 - regression tests pass
tap
[23:16:48.810](48.023s) not ok 2 - regression tests pass
test
[23:18:37.449]  28/312 postgresql:regress / regress/regress                                            ERROR            ...
[23:18:37.449]  47/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[23:18:37.449] 139/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/partition_join.out C:/cirrus/build/testrun/pg_upgrade/0...
--- C:/cirrus/src/test/regress/expected/partition_join.out	2024-11-12 23:14:15.567540400 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_join.out	2024-11-12 23:20:13.392952500 +000...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/partition_join.out C:/cirrus/build/testrun/recovery/027...
--- C:/cirrus/src/test/regress/expected/partition_join.out	2024-11-12 23:14:15.567540400 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/partition_join.out	2024-11-12 23:23:29.734748400 +0...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/partition_join.out C:/cirrus/build/testrun/regress/regr...
--- C:/cirrus/src/test/regress/expected/partition_join.out	2024-11-12 23:14:15.567540400 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/partition_join.out	2024-11-12 23:19:51.698619100 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[23:20:27.412](181.570s) not ok 5 - regression tests pass
tap
[23:23:43.931](196.706s) not ok 2 - regression tests pass
test
[23:33:38.146]  24/307 postgresql:regress / regress/regress                                            ERROR           1...
[23:33:38.146]  44/307 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           3...
[23:33:38.146] 103/307 postgresql:recovery / recovery/027_stream_regress                               ERROR           2...
51/4538 Statistics Import and Export
Linux - Debian Bookworm - Autoconf
core
[22:03:53.184] #0  0x00007f7eb19a8ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:03:53.184] #1  0x00007f7eb1959fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:03:53.184] #2  0x00007f7eb1944472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:03:53.184] #3  0x00007f7eb1cd650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[22:03:53.184] #4  0x00007f7eb1ce2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[22:03:53.184] #5  0x00007f7eb1cc1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffdb3f38236, __in_ch...
[22:03:53.184] #6  0x00007f7eb1cc14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140727622536864, sp...
[22:03:53.184] #7  0x00007f7eb1cc251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[22:03:53.184] #8  0x00005568037220ae in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[22:03:53.184] #9  0x0000556803760afe in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[22:03:55.628] #0  0x00007f2c626a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:03:55.628] #1  0x00007f2c6265afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:03:55.628] #2  0x00007f2c62645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:03:55.628] #3  0x00007f2c628d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[22:03:55.628] #4  0x00007f2c628e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[22:03:55.628] #5  0x00007f2c628c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffcde8878c6, __in_ch...
[22:03:55.628] #6  0x00007f2c628c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140724041975088, sp...
[22:03:55.628] #7  0x00007f2c628c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[22:03:55.628] #8  0x000055ff691be0ae in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[22:03:55.628] #9  0x000055ff691fca65 in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[22:03:55.131] #0  0x00007faae55a8ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:03:55.131] #1  0x00007faae5559fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:03:55.131] #2  0x00007faae5544472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:03:55.131] #3  0x00007faae58d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[22:03:55.131] #4  0x00007faae58e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[22:03:55.131] #5  0x00007faae58c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffe25a9e9d6, __in_ch...
[22:03:55.131] #6  0x00007faae58c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140729530316352, sp...
[22:03:55.131] #7  0x00007faae58c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[22:03:55.131] #8  0x000055e63dae90ae in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[22:03:55.131] #9  0x000055e63db27afe in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[22:03:54.619] #0  0x00007f5ef1ce3ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:03:54.619] #1  0x00007f5ef1c94fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:03:54.619] #2  0x00007f5ef1c7f472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:03:54.619] #3  0x00007f5ef20d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[22:03:54.619] #4  0x00007f5ef20e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[22:03:54.619] #5  0x00007f5ef20c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7fff88845056, __in_ch...
[22:03:54.619] #6  0x00007f5ef20c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140735483763904, sp...
[22:03:54.619] #7  0x00007f5ef20c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[22:03:54.619] #8  0x000055eb99fbf0ae in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[22:03:54.619] #9  0x000055eb99ffda65 in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[22:03:54.146] #0  0x00007f6854909ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:03:54.146] #1  0x00007f68548bafb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:03:54.146] #2  0x00007f68548a5472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:03:54.146] #3  0x00007f6854cd650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[22:03:54.146] #4  0x00007f6854ce2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[22:03:54.146] #5  0x00007f6854cc1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7fff8dfa7106, __in_ch...
[22:03:54.146] #6  0x00007f6854cc14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140735575391600, sp...
[22:03:54.146] #7  0x00007f6854cc251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[22:03:54.146] #8  0x0000562662e060ae in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[22:03:54.146] #9  0x0000562662e44afe in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[22:03:53.670] #0  0x00007f808d864ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:03:53.670] #1  0x00007f808d815fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:03:53.670] #2  0x00007f808d800472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:03:53.670] #3  0x00007f808dad650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[22:03:53.670] #4  0x00007f808dae2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[22:03:53.670] #5  0x00007f808dac1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffee7f43686, __in_ch...
[22:03:53.670] #6  0x00007f808dac14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140732789965552, sp...
[22:03:53.670] #7  0x00007f808dac251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[22:03:53.670] #8  0x000055fc646500ae in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[22:03:53.670] #9  0x000055fc6468ea65 in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[22:03:52.701] #0  0x00007f8a802e3ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:03:52.701] #1  0x00007f8a80294fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:03:52.701] #2  0x00007f8a8027f472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:03:52.701] #3  0x00007f8a806d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[22:03:52.701] #4  0x00007f8a806e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[22:03:52.701] #5  0x00007f8a806c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7fff7a1e0556, __in_ch...
[22:03:52.701] #6  0x00007f8a806c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140735242179008, sp...
[22:03:52.701] #7  0x00007f8a806c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[22:03:52.701] #8  0x000056387e9830ae in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[22:03:52.701] #9  0x000056387e9c1afe in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[22:03:52.220] #0  0x00007fa1a5128ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:03:52.220] #1  0x00007fa1a50d9fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:03:52.220] #2  0x00007fa1a50c4472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:03:52.220] #3  0x00007fa1a54d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[22:03:52.220] #4  0x00007fa1a54e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[22:03:52.220] #5  0x00007fa1a54c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffd2aa1d5a6, __in_ch...
[22:03:52.220] #6  0x00007fa1a54c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140725318705680, sp...
[22:03:52.221] #7  0x00007fa1a54c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[22:03:52.221] #8  0x00005625cc7300ae in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[22:03:52.221] #9  0x00005625cc76ea65 in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[22:03:51.740] #0  0x00007f43d60e3ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:03:51.740] #1  0x00007f43d6094fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:03:51.740] #2  0x00007f43d607f472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:03:51.740] #3  0x00007f43d64d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[22:03:51.740] #4  0x00007f43d64e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[22:03:51.740] #5  0x00007f43d64c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffc6cfdbc46, __in_ch...
[22:03:51.740] #6  0x00007f43d64c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140722137057456, sp...
[22:03:51.740] #7  0x00007f43d64c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[22:03:51.740] #8  0x000055bab304d0bb in DOTypeNameCompare (p1=p1@entry=0x7f43d4806800, p2=p2@entry=0x7f43d4808ef0) at p...
[22:03:51.740] #9  0x000055bab308b6e5 in pg_qsort_med3 (a=a@entry=0x7f43d4806800, b=b@entry=0x7f43d4808ef0, c=c@entry=0x...
core
[22:03:51.282] #0  0x00007f2afc68aebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:03:51.282] #1  0x00007f2afc63bfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:03:51.282] #2  0x00007f2afc626472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:03:51.282] #3  0x00007f2afc8d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[22:03:51.282] #4  0x00007f2afc8e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[22:03:51.282] #5  0x00007f2afc8c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffd01b67ce6, __in_ch...
[22:03:51.282] #6  0x00007f2afc8c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140724632193360, sp...
[22:03:51.282] #7  0x00007f2afc8c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[22:03:51.282] #8  0x000056256f5780ae in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[22:03:51.282] #9  0x000056256f5b6afe in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[22:03:50.833] #0  0x00007fcdc9ee3ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:03:50.833] #1  0x00007fcdc9e94fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:03:50.833] #2  0x00007fcdc9e7f472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:03:50.833] #3  0x00007fcdca2d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[22:03:50.833] #4  0x00007fcdca2e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[22:03:50.833] #5  0x00007fcdca2c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffc9dad52c6, __in_ch...
[22:03:50.833] #6  0x00007fcdca2c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140722953871152, sp...
[22:03:50.833] #7  0x00007fcdca2c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[22:03:50.833] #8  0x0000561b63caa0ae in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[22:03:50.833] #9  0x0000561b63ce8a65 in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[22:03:50.370] #0  0x00007f5fde728ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:03:50.370] #1  0x00007f5fde6d9fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:03:50.370] #2  0x00007f5fde6c4472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:03:50.370] #3  0x00007f5fdead650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[22:03:50.370] #4  0x00007f5fdeae2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[22:03:50.370] #5  0x00007f5fdeac1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffc8c7577f6, __in_ch...
[22:03:50.370] #6  0x00007f5fdeac14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140722664997984, sp...
[22:03:50.370] #7  0x00007f5fdeac251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[22:03:50.370] #8  0x0000556355f0e0bb in DOTypeNameCompare (p1=p1@entry=0x7f5fdd008800, p2=p2@entry=0x7f5fdd00aef0) at p...
[22:03:50.370] #9  0x0000556355f4c6e5 in pg_qsort_med3 (a=a@entry=0x7f5fdd008800, b=b@entry=0x7f5fdd00aef0, c=c@entry=0x...
core
[22:03:49.930] #0  0x00007f3546aa7ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:03:49.930] #1  0x00007f3546a58fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:03:49.930] #2  0x00007f3546a43472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:03:49.930] #3  0x00007f3546cd650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[22:03:49.930] #4  0x00007f3546ce2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[22:03:49.930] #5  0x00007f3546cc1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffd41468326, __in_ch...
[22:03:49.930] #6  0x00007f3546cc14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140725698596752, sp...
[22:03:49.930] #7  0x00007f3546cc251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[22:03:49.930] #8  0x000055cd79b7e0ae in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[22:03:49.930] #9  0x000055cd79bbca65 in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[22:03:49.491] #0  0x00007f45b46a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:03:49.491] #1  0x00007f45b465afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:03:49.491] #2  0x00007f45b4645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:03:49.491] #3  0x00007f45b48d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[22:03:49.491] #4  0x00007f45b48e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[22:03:49.491] #5  0x00007f45b48c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffd6f71f1e6, __in_ch...
[22:03:49.491] #6  0x00007f45b48c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140726473195088, sp...
[22:03:49.491] #7  0x00007f45b48c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[22:03:49.491] #8  0x0000564856a340ae in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[22:03:49.491] #9  0x0000564856a72afe in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:204 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:204 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
tap
[21:57:31.633](5.318s) not ok 4 - dump from PITR 1
[21:57:33.296](1.662s) not ok 5 - dump from PITR 2
tap
[21:57:52.520](0.712s) not ok 19 - pg_dump: option -n pg_catalog
[21:57:54.389](1.869s) not ok 20 - pg_dumpall: option --exclude-database handles database names with embedded dots
[21:57:56.160](0.963s) not ok 37 - binary_upgrade: pg_dump runs
[21:57:56.258](0.098s) not ok 38 - binary_upgrade: pg_restore runs
tap
[21:58:01.046](1.854s) not ok 1 - parallel dump
[21:58:01.104](0.051s) not ok 2 - parallel restore
[21:58:01.819](0.714s) not ok 3 - parallel dump as inserts
[21:58:01.899](0.080s) not ok 4 - parallel restore as inserts
tap
[21:58:07.623](5.301s) not ok 1 - filter file without patterns
tap
[21:58:16.919](1.469s) not ok 7 - parallel dump
[21:58:17.465](0.546s) not ok 8 - parallel restore
[21:58:17.682](0.217s) not ok 9 - parallel restore with create
tap
[21:58:49.247](1.144s) not ok 1 - binary_upgrade: pg_dump runs
tap
[22:01:33.003](1.262s) not ok 3 - dump primary server
[22:01:34.156](1.153s) not ok 4 - dump standby server
[22:01:35.320](1.160s) not ok 6 - dump catalogs of primary server
[22:01:35.803](0.482s) not ok 7 - dump catalogs of standby server
[22:01:35.807](0.004s) not ok 8 - compare primary and standby catalog dumps
Linux - Debian Bookworm - Meson
core
[22:02:00.828] #0  0x00007f7aefca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:02:00.828] #1  0x00007f7aefc5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:02:00.828] #2  0x00007f7aefc45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:02:00.828] #3  0x00007f7aefe1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[22:02:00.828] #4  0x00007f7aefe2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[22:02:00.828] #5  0x00007f7aefe0db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55a5d8c25cc0, In...
[22:02:00.828] #6  0x000055a5d8ba15eb in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[22:02:00.828] #7  0x000055a5d8bd3060 in pg_qsort (data=<optimized out>, n=4091, element_size=element_size@entry=8, comp...
[22:02:00.828] #8  0x000055a5d8ba3b65 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[22:02:00.828] #9  0x000055a5d8b98baf in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[22:02:02.339] #0  0x00007fbb5c8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:02:02.339] #1  0x00007fbb5c85afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:02:02.339] #2  0x00007fbb5c845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:02:02.339] #3  0x00007fbb5ca1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[22:02:02.339] #4  0x00007fbb5ca2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[22:02:02.339] #5  0x00007fbb5ca0db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55d9f4fd6cc0, In...
[22:02:02.339] #6  0x000055d9f4f525eb in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[22:02:02.339] #7  0x000055d9f4f8418a in pg_qsort (data=<optimized out>, n=4051, element_size=element_size@entry=8, comp...
[22:02:02.339] #8  0x000055d9f4f54b65 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[22:02:02.339] #9  0x000055d9f4f49baf in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[22:02:02.043] #0  0x00007fdfab4a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:02:02.043] #1  0x00007fdfab45afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:02:02.043] #2  0x00007fdfab445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:02:02.043] #3  0x00007fdfab61e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[22:02:02.043] #4  0x00007fdfab62aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[22:02:02.043] #5  0x00007fdfab60db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55e6c5418cc0, In...
[22:02:02.043] #6  0x000055e6c53945eb in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[22:02:02.043] #7  0x000055e6c53c618a in pg_qsort (data=<optimized out>, n=4014, element_size=element_size@entry=8, comp...
[22:02:02.043] #8  0x000055e6c5396b65 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[22:02:02.043] #9  0x000055e6c538bbaf in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[22:02:01.735] #0  0x00007f891d0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:02:01.735] #1  0x00007f891d05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:02:01.735] #2  0x00007f891d045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:02:01.735] #3  0x00007f891d21e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[22:02:01.735] #4  0x00007f891d22aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[22:02:01.735] #5  0x00007f891d20db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x56086cc7dc40, In...
[22:02:01.735] #6  0x000056086cbf962f in DOTypeNameCompare (p1=p1@entry=0x56086d425350, p2=p2@entry=0x56086d427a40) at ....
[22:02:01.735] #7  0x000056086cc2a8c8 in pg_qsort_med3 (a=a@entry=0x56086d425350, b=b@entry=0x56086d427a40, c=c@entry=0x...
[22:02:01.735] #8  0x000056086cc2ace3 in pg_qsort (data=<optimized out>, n=9971, element_size=element_size@entry=8, comp...
[22:02:01.735] #9  0x000056086cbfbb65 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
core
[22:02:01.424] #0  0x00007f69efca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:02:01.424] #1  0x00007f69efc5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:02:01.424] #2  0x00007f69efc45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:02:01.424] #3  0x00007f69efe1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[22:02:01.424] #4  0x00007f69efe2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[22:02:01.424] #5  0x00007f69efe0db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x561b17f4dcc0, In...
[22:02:01.424] #6  0x0000561b17ec95eb in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[22:02:01.424] #7  0x0000561b17efb18a in pg_qsort (data=<optimized out>, n=4051, element_size=element_size@entry=8, comp...
[22:02:01.424] #8  0x0000561b17ecbb65 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[22:02:01.424] #9  0x0000561b17ec0baf in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[22:02:01.125] #0  0x00007f8e8a6c3ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:02:01.125] #1  0x00007f8e8a674fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:02:01.125] #2  0x00007f8e8a65f472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:02:01.125] #3  0x00007f8e8a01e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[22:02:01.125] #4  0x00007f8e8a02aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[22:02:01.125] #5  0x00007f8e8a00db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55c124ce2cc0, In...
[22:02:01.125] #6  0x000055c124c5e5eb in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[22:02:01.125] #7  0x000055c124c90060 in pg_qsort (data=<optimized out>, n=4060, element_size=element_size@entry=8, comp...
[22:02:01.125] #8  0x000055c124c60b65 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[22:02:01.125] #9  0x000055c124c55baf in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[22:02:00.524] #0  0x00007f6e9a4a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:02:00.524] #1  0x00007f6e9a45afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:02:00.524] #2  0x00007f6e9a445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:02:00.524] #3  0x00007f6e9a61e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[22:02:00.524] #4  0x00007f6e9a62aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[22:02:00.524] #5  0x00007f6e9a60db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x5654205cac40, In...
[22:02:00.524] #6  0x000056542054662f in DOTypeNameCompare (p1=p1@entry=0x56543373d130, p2=p2@entry=0x56543373f880) at ....
[22:02:00.524] #7  0x00005654205778c8 in pg_qsort_med3 (a=a@entry=0x56543373d130, b=b@entry=0x56543373f880, c=c@entry=0x...
[22:02:00.524] #8  0x0000565420577ce3 in pg_qsort (data=<optimized out>, n=10066, element_size=element_size@entry=8, com...
[22:02:00.524] #9  0x0000565420548b65 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
core
[22:02:00.224] #0  0x00007fcc6e0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:02:00.224] #1  0x00007fcc6e05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:02:00.224] #2  0x00007fcc6e045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:02:00.224] #3  0x00007fcc6e21e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[22:02:00.224] #4  0x00007fcc6e22aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[22:02:00.224] #5  0x00007fcc6e20db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55cd2214ecc0, In...
[22:02:00.224] #6  0x000055cd220ca5eb in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[22:02:00.224] #7  0x000055cd220fc18a in pg_qsort (data=<optimized out>, n=4006, element_size=element_size@entry=8, comp...
[22:02:00.224] #8  0x000055cd220ccb65 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[22:02:00.224] #9  0x000055cd220c1baf in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[22:01:59.930] #0  0x00007fc2dcca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:01:59.930] #1  0x00007fc2dcc5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:01:59.930] #2  0x00007fc2dcc45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:01:59.930] #3  0x00007fc2dce1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[22:01:59.930] #4  0x00007fc2dce2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[22:01:59.930] #5  0x00007fc2dce0db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55cb241f8cc0, In...
[22:01:59.930] #6  0x000055cb241745eb in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[22:01:59.930] #7  0x000055cb241a618a in pg_qsort (data=<optimized out>, n=7608, element_size=element_size@entry=8, comp...
[22:01:59.930] #8  0x000055cb24176b65 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[22:01:59.930] #9  0x000055cb2416bbaf in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[22:01:59.633] #0  0x00007f8378aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:01:59.633] #1  0x00007f8378a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:01:59.633] #2  0x00007f8378a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:01:59.633] #3  0x00007f8378c1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[22:01:59.633] #4  0x00007f8378c2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[22:01:59.633] #5  0x00007f8378c0db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55e91d75ecc0, In...
[22:01:59.633] #6  0x000055e91d6da5eb in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[22:01:59.633] #7  0x000055e91d70c18a in pg_qsort (data=<optimized out>, n=4003, element_size=element_size@entry=8, comp...
[22:01:59.633] #8  0x000055e91d6dcb65 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[22:01:59.633] #9  0x000055e91d6d1baf in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[22:01:59.343] #0  0x00007fca474a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:01:59.343] #1  0x00007fca4745afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:01:59.343] #2  0x00007fca47445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:01:59.343] #3  0x00007fca4761e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[22:01:59.343] #4  0x00007fca4762aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[22:01:59.343] #5  0x00007fca4760db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55af5baeacc0, In...
[22:01:59.343] #6  0x000055af5ba665eb in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[22:01:59.343] #7  0x000055af5ba98060 in pg_qsort (data=<optimized out>, n=4993, element_size=element_size@entry=8, comp...
[22:01:59.343] #8  0x000055af5ba68b65 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[22:01:59.343] #9  0x000055af5ba5dbaf in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[22:01:59.059] #0  0x00007fc60f2a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:01:59.059] #1  0x00007fc60f25afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:01:59.059] #2  0x00007fc60f245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:01:59.059] #3  0x00007fc60f41e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[22:01:59.059] #4  0x00007fc60f42aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[22:01:59.059] #5  0x00007fc60f40db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55a31fed1c40, In...
[22:01:59.059] #6  0x000055a31fe4d62f in DOTypeNameCompare (p1=p1@entry=0x55a349f67550, p2=p2@entry=0x55a349f69a60) at ....
[22:01:59.059] #7  0x000055a31fe7e8c8 in pg_qsort_med3 (a=a@entry=0x55a349f67550, b=b@entry=0x55a349f69a60, c=c@entry=0x...
[22:01:59.059] #8  0x000055a31fe7ece3 in pg_qsort (data=<optimized out>, n=9492, element_size=element_size@entry=8, comp...
[22:01:59.059] #9  0x000055a31fe4fb65 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
core
[22:01:58.750] #0  0x00007fdb492a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:01:58.750] #1  0x00007fdb4925afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:01:58.750] #2  0x00007fdb49245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:01:58.750] #3  0x00007fdb4941e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[22:01:58.750] #4  0x00007fdb4942aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[22:01:58.750] #5  0x00007fdb4940db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55da3a67acc0, In...
[22:01:58.750] #6  0x000055da3a5f65eb in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[22:01:58.750] #7  0x000055da3a62818a in pg_qsort (data=<optimized out>, n=4047, element_size=element_size@entry=8, comp...
[22:01:58.750] #8  0x000055da3a5f8b65 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[22:01:58.750] #9  0x000055da3a5edbaf in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[22:01:58.450] #0  0x00007fba90ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:01:58.450] #1  0x00007fba90e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:01:58.450] #2  0x00007fba90e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:01:58.450] #3  0x00007fba9101e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[22:01:58.450] #4  0x00007fba9102aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[22:01:58.450] #5  0x00007fba9100db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55c33b777cc0, In...
[22:01:58.450] #6  0x000055c33b6f35eb in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[22:01:58.450] #7  0x000055c33b725060 in pg_qsort (data=<optimized out>, n=4091, element_size=element_size@entry=8, comp...
[22:01:58.450] #8  0x000055c33b6f5b65 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[22:01:58.450] #9  0x000055c33b6eabaf in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[22:01:58.159] #0  0x00007f7b28aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:01:58.159] #1  0x00007f7b28a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:01:58.159] #2  0x00007f7b28a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:01:58.159] #3  0x00007f7b28c1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[22:01:58.159] #4  0x00007f7b28c2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[22:01:58.159] #5  0x00007f7b28c0db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x5578d9a89c40, In...
[22:01:58.159] #6  0x00005578d9a0562f in DOTypeNameCompare (p1=p1@entry=0x5578fea01350, p2=p2@entry=0x5578fea03a40) at ....
[22:01:58.159] #7  0x00005578d9a368c8 in pg_qsort_med3 (a=a@entry=0x5578fea01350, b=b@entry=0x5578fea03a40, c=c@entry=0x...
[22:01:58.159] #8  0x00005578d9a36ce3 in pg_qsort (data=<optimized out>, n=9971, element_size=element_size@entry=8, comp...
[22:01:58.159] #9  0x00005578d9a07b65 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
core
[22:01:57.848] #0  0x00007fac98ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:01:57.848] #1  0x00007fac98e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:01:57.848] #2  0x00007fac98e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:01:57.848] #3  0x00007fac9901e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[22:01:57.848] #4  0x00007fac9902aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[22:01:57.848] #5  0x00007fac9900db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x555b46625cc0, In...
[22:01:57.848] #6  0x0000555b465a15eb in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[22:01:57.848] #7  0x0000555b465d3060 in pg_qsort (data=<optimized out>, n=4465, element_size=element_size@entry=8, comp...
[22:01:57.848] #8  0x0000555b465a3b65 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[22:01:57.848] #9  0x0000555b46598baf in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[22:01:57.557] #0  0x00007f90822a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:01:57.557] #1  0x00007f908225afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:01:57.557] #2  0x00007f9082245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:01:57.557] #3  0x00007f908241e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[22:01:57.557] #4  0x00007f908242aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[22:01:57.557] #5  0x00007f908240db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x5600f6b07cc0, In...
[22:01:57.557] #6  0x00005600f6a835eb in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[22:01:57.557] #7  0x00005600f6ab518a in pg_qsort (data=<optimized out>, n=7608, element_size=element_size@entry=8, comp...
[22:01:57.557] #8  0x00005600f6a85b65 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[22:01:57.557] #9  0x00005600f6a7abaf in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[22:01:57.265] #0  0x00007f2ebd6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:01:57.265] #1  0x00007f2ebd65afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:01:57.265] #2  0x00007f2ebd645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:01:57.265] #3  0x00007f2ebd81e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[22:01:57.265] #4  0x00007f2ebd82aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[22:01:57.265] #5  0x00007f2ebd80db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55c3edf3acc0, In...
[22:01:57.265] #6  0x000055c3edeb65eb in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[22:01:57.265] #7  0x000055c3edee8060 in pg_qsort (data=<optimized out>, n=4429, element_size=element_size@entry=8, comp...
[22:01:57.265] #8  0x000055c3edeb8b65 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[22:01:57.265] #9  0x000055c3edeadbaf in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
tap
[21:59:10.528](3.038s) not ok 4 - dump from PITR 1
[21:59:11.357](0.829s) not ok 5 - dump from PITR 2
tap
[21:59:22.670](0.288s) not ok 19 - pg_dump: option -n pg_catalog
[21:59:23.637](0.967s) not ok 20 - pg_dumpall: option --exclude-database handles database names with embedded dots
[21:59:24.371](0.316s) not ok 37 - binary_upgrade: pg_dump runs
[21:59:24.389](0.017s) not ok 38 - binary_upgrade: pg_restore runs
tap
[21:59:22.078](1.143s) not ok 1 - parallel dump
[21:59:22.106](0.028s) not ok 2 - parallel restore
[21:59:22.363](0.257s) not ok 3 - parallel dump as inserts
[21:59:22.375](0.011s) not ok 4 - parallel restore as inserts
tap
[21:59:24.009](2.395s) not ok 1 - filter file without patterns
tap
[21:59:26.164](0.439s) not ok 7 - parallel dump
[21:59:26.375](0.211s) not ok 8 - parallel restore
[21:59:26.485](0.110s) not ok 9 - parallel restore with create
tap
[21:58:30.415](3.733s) not ok 6 - dump before running pg_upgrade
[21:58:39.429](4.165s) not ok 14 - run of pg_upgrade for new instance
[21:58:39.438](0.008s) not ok 15 - pg_upgrade_output.d/ removed after pg_upgrade success
[21:58:39.751](0.049s) not ok 16 - check that locales in new cluster match original cluster
[21:58:40.213](0.001s) not ok 18 - old and new dumps match after pg_upgrade
tap
[21:57:09.492](3.958s) not ok 10 - run of pg_upgrade of old cluster
[21:57:09.743](0.250s) not ok 11 - check the slot exists on new cluster
tap
[21:57:09.694](2.700s) not ok 8 - run of pg_upgrade for old instance when the subscription tables are in init/ready stat...
[21:57:09.695](0.000s) not ok 9 - pg_upgrade_output.d/ removed after successful pg_upgrade
[21:57:10.178](0.483s) not ok 10 - check that the subscription's running status and failover are preserved
[21:57:10.263](0.084s) not ok 11 - there should be 2 rows in pg_subscription_rel(representing tab_upgraded1 and tab_upgr...
tap
[21:59:01.256](1.330s) not ok 3 - dump primary server
[21:59:02.681](1.425s) not ok 4 - dump standby server
[21:59:03.934](1.242s) not ok 6 - dump catalogs of primary server
[21:59:04.366](0.432s) not ok 7 - dump catalogs of standby server
[21:59:04.377](0.010s) not ok 8 - compare primary and standby catalog dumps
tap
[22:00:29.946](0.762s) not ok 1 - binary_upgrade: pg_dump runs
test
[22:00:39.340]   7/312 postgresql:pg_upgrade / pg_upgrade/003_logical_slots                            ERROR            ...
[22:00:39.340]   8/312 postgresql:pg_upgrade / pg_upgrade/004_subscription                             ERROR            ...
[22:00:39.340]  95/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[22:00:39.340] 147/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[22:00:39.340] 154/312 postgresql:pg_combinebackup / pg_combinebackup/002_compare_backups              ERROR            ...
[22:00:39.340] 173/312 postgresql:pg_dump / pg_dump/004_pg_dump_parallel                               ERROR            ...
[22:00:39.340] 176/312 postgresql:pg_dump / pg_dump/005_pg_dump_filterfile                             ERROR            ...
[22:00:39.340] 177/312 postgresql:pg_dump / pg_dump/002_pg_dump                                        ERROR            ...
[22:00:39.340] 192/312 postgresql:pg_dump / pg_dump/010_dump_connstr                                   ERROR            ...
[22:00:39.340] 296/312 postgresql:test_pg_dump / test_pg_dump/001_base                                 ERROR            ...
51/5334 Support regular expressions with nondeterministic collations
Linux - Debian Bookworm - Meson
core
[21:20:11.929] #0  0xf7f8b559 in __kernel_vsyscall ()
[21:20:11.929] #1  0xf68c6407 in ?? () from /lib/i386-linux-gnu/libc.so.6
[21:20:11.929] #2  0xf6875111 in raise () from /lib/i386-linux-gnu/libc.so.6
[21:20:11.929] #3  0xf685e26a in abort () from /lib/i386-linux-gnu/libc.so.6
[21:20:11.929] #4  0xf6a81d4a in __sanitizer::Abort () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_pos...
[21:20:11.929] #5  0xf6a90896 in __sanitizer::Die () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_termi...
[21:20:11.929] #6  0xf6a6e58c in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=<optimized out>, Pointer=<optimize...
[21:20:11.929] #7  0x56fcdbf4 in pg_check_regex_collation (is_similar_to=true) at ../src/backend/regex/regc_pg_locale.c:...
[21:20:11.929] #8  0x56fcdf7f in pg_regcomp (re=0xfffa2c70, string=0x5a08adac, len=37, flags=3, collation=100) at ../src...
[21:20:11.929] #9  0x572d45b2 in RE_compile_and_cache (text_re=0x5a08ad60, cflags=3, collation=100) at ../src/backend/ut...
core
[21:20:14.097] #0  0xf7f94559 in __kernel_vsyscall ()
[21:20:14.097] #1  0xf68cf407 in ?? () from /lib/i386-linux-gnu/libc.so.6
[21:20:14.097] #2  0xf687e111 in raise () from /lib/i386-linux-gnu/libc.so.6
[21:20:14.097] #3  0xf686726a in abort () from /lib/i386-linux-gnu/libc.so.6
[21:20:14.097] #4  0xf6a8ad4a in __sanitizer::Abort () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_pos...
[21:20:14.097] #5  0xf6a99896 in __sanitizer::Die () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_termi...
[21:20:14.097] #6  0xf6a7758c in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=<optimized out>, Pointer=<optimize...
[21:20:14.097] #7  0x56f1ebf4 in pg_check_regex_collation (is_similar_to=true) at ../src/backend/regex/regc_pg_locale.c:...
[21:20:14.097] #8  0x56f1ef7f in pg_regcomp (re=0xff95bec0, string=0x58d0cc4c, len=37, flags=3, collation=100) at ../src...
[21:20:14.097] #9  0x572255b2 in RE_compile_and_cache (text_re=0x58d0cc00, cflags=3, collation=100) at ../src/backend/ut...
core
[21:20:13.528] #0  0xf7f6f559 in __kernel_vsyscall ()
[21:20:13.528] #1  0xf68aa407 in ?? () from /lib/i386-linux-gnu/libc.so.6
[21:20:13.528] #2  0xf6859111 in raise () from /lib/i386-linux-gnu/libc.so.6
[21:20:13.528] #3  0xf684226a in abort () from /lib/i386-linux-gnu/libc.so.6
[21:20:13.528] #4  0xf6a65d4a in __sanitizer::Abort () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_pos...
[21:20:13.528] #5  0xf6a74896 in __sanitizer::Die () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_termi...
[21:20:13.528] #6  0xf6a5258c in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=<optimized out>, Pointer=<optimize...
[21:20:13.528] #7  0x56fe6bf4 in pg_check_regex_collation (is_similar_to=true) at ../src/backend/regex/regc_pg_locale.c:...
[21:20:13.528] #8  0x56fe6f7f in pg_regcomp (re=0xffbca280, string=0x58d54140, len=16, flags=27, collation=100) at ../sr...
[21:20:13.528] #9  0x572ed5b2 in RE_compile_and_cache (text_re=0x58d20658, cflags=27, collation=100) at ../src/backend/u...
core
[21:20:12.963] #0  0xf7f94559 in __kernel_vsyscall ()
[21:20:12.963] #1  0xf68cf407 in ?? () from /lib/i386-linux-gnu/libc.so.6
[21:20:12.963] #2  0xf687e111 in raise () from /lib/i386-linux-gnu/libc.so.6
[21:20:12.963] #3  0xf686726a in abort () from /lib/i386-linux-gnu/libc.so.6
[21:20:12.963] #4  0xf6a8ad4a in __sanitizer::Abort () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_pos...
[21:20:12.963] #5  0xf6a99896 in __sanitizer::Die () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_termi...
[21:20:12.963] #6  0xf6a7758c in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=<optimized out>, Pointer=<optimize...
[21:20:12.963] #7  0x56f1ebf4 in pg_check_regex_collation (is_similar_to=true) at ../src/backend/regex/regc_pg_locale.c:...
[21:20:12.963] #8  0x56f1ef7f in pg_regcomp (re=0xff95bcc0, string=0x58d5ab64, len=5, flags=19, collation=100) at ../src...
[21:20:12.963] #9  0x572255b2 in RE_compile_and_cache (text_re=0x58d32d28, cflags=19, collation=100) at ../src/backend/u...
core
[21:20:11.349] #0  0xf7f4f559 in __kernel_vsyscall ()
[21:20:11.349] #1  0xf688a407 in ?? () from /lib/i386-linux-gnu/libc.so.6
[21:20:11.349] #2  0xf6839111 in raise () from /lib/i386-linux-gnu/libc.so.6
[21:20:11.349] #3  0xf682226a in abort () from /lib/i386-linux-gnu/libc.so.6
[21:20:11.349] #4  0xf6a45d4a in __sanitizer::Abort () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_pos...
[21:20:11.349] #5  0xf6a54896 in __sanitizer::Die () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_termi...
[21:20:11.349] #6  0xf6a3258c in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=<optimized out>, Pointer=<optimize...
[21:20:11.349] #7  0x56fb8bf4 in pg_check_regex_collation (is_similar_to=true) at ../src/backend/regex/regc_pg_locale.c:...
[21:20:11.349] #8  0x56fb8f7f in pg_regcomp (re=0xffb745b0, string=0x590359ac, len=8, flags=3, collation=100) at ../src/...
[21:20:11.349] #9  0xeafd289f in test_re_compile (text_re=text_re@entry=0x590084c4, cflags=3, collation=collation@entry=...
regress
diff -U3 /tmp/cirrus-ci-build/contrib/citext/expected/citext.out /tmp/cirrus-ci-build/build-32/testrun/citext/regress/re...
--- /tmp/cirrus-ci-build/contrib/citext/expected/citext.out	2024-11-12 21:06:54.879105614 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/citext/regress/results/citext.out	2024-11-12 21:16:35.209332840 +0000
@@ -500,2185 +500,7 @@
 
 -- SIMILAR TO should be case-insensitive.
 SELECT name FROM srt WHERE name SIMILAR TO '%a.*';
- name 
-------
- ABA
-(1 row)
-
-SELECT name FROM srt WHERE name SIMILAR TO '%A.*';
- name 
-------
- ABA
-(1 row)
-
--- Explicit casts.
-SELECT true::citext = 'true' AS t;
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/strings.out /tmp/cirrus-ci-build/build-32/testrun/recovery/027_s...
--- /tmp/cirrus-ci-build/src/test/regress/expected/strings.out	2024-11-12 21:06:56.859105656 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/recovery/027_stream_regress/data/results/strings.out	2024-11-12 21:16:05.12136...
@@ -438,2255 +438,7 @@
 ERROR:  negative substring length not allowed
 -- T581 regular expression substring (with SQL's bizarre regexp syntax)
 SELECT SUBSTRING('abcdefg' SIMILAR 'a#"(b_d)#"%' ESCAPE '#') AS "bcd";
- bcd 
------
- bcd
-(1 row)
-
--- obsolete SQL99 syntax
-SELECT SUBSTRING('abcdefg' FROM 'a#"(b_d)#"%' FOR '#') AS "bcd";
- bcd 
------
- bcd
-(1 row)
-
--- No match should return NULL
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/strings.out /tmp/cirrus-ci-build/build-32/testrun/regress/regres...
--- /tmp/cirrus-ci-build/src/test/regress/expected/strings.out	2024-11-12 21:06:56.859105656 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/regress/regress/results/strings.out	2024-11-12 21:15:21.949424116 +0000
@@ -438,2255 +438,7 @@
 ERROR:  negative substring length not allowed
 -- T581 regular expression substring (with SQL's bizarre regexp syntax)
 SELECT SUBSTRING('abcdefg' SIMILAR 'a#"(b_d)#"%' ESCAPE '#') AS "bcd";
- bcd 
------
- bcd
-(1 row)
-
--- obsolete SQL99 syntax
-SELECT SUBSTRING('abcdefg' FROM 'a#"(b_d)#"%' FOR '#') AS "bcd";
- bcd 
------
- bcd
-(1 row)
-
--- No match should return NULL
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/test_regex/expected/test_regex.out /tmp/cirrus-ci-build/build-32/testrun/...
--- /tmp/cirrus-ci-build/src/test/modules/test_regex/expected/test_regex.out	2024-11-12 21:06:56.715105653 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/test_regex/regress/results/test_regex.out	2024-11-12 21:16:57.397310050 +0000
@@ -1010,4075 +1010,7 @@
 ERROR:  invalid regular expression: invalid character range
 -- expectMatch	9.15 &LP	{[[:<:]]a}	a	a
 select * from test_regex('[[:<:]]a', 'a', 'LP');
-          test_regex           
--------------------------------
- {0,REG_UNONPOSIX,REG_ULOCALE}
- {a}
-(2 rows)
-
-select * from test_regex('[[:<:]]a', 'a', 'LPb');
-          test_regex           
--------------------------------
- {0,REG_UNONPOSIX,REG_ULOCALE}
- {a}
-(2 rows)
-
...
tap
[21:16:13.220](13.926s) not ok 2 - regression tests pass
test
[21:18:55.395]   6/312 postgresql:regress / regress/regress                                            ERROR            ...
[21:18:55.395]  36/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[21:18:55.395]  57/312 postgresql:citext / citext/regress                                              ERROR            ...
[21:18:55.395] 129/312 postgresql:test_regex / test_regex/regress                                      ERROR            ...
51/5284 database-specific role memberships
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/privs_in_db.out /tmp/cirrus-ci-build/build/testrun/regress-runni...
--- /tmp/cirrus-ci-build/src/test/regress/expected/privs_in_db.out	2024-11-12 21:00:50.093838000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress-running/regress/results/privs_in_db.out	2024-11-12 21:06:31.589989000 +00...
@@ -756,9 +756,10 @@
 DROP DATABASE regression_db_0;
 DROP ROLE regress_role_admin;
 SELECT datname FROM pg_database WHERE datname LIKE 'regression_db_%';
- datname 
----------
-(0 rows)
+      datname      
+-------------------
+ regression_dblink
+(1 row)
 
 SELECT rolname FROM pg_roles WHERE rolname LIKE 'regress_role_%';
  rolname 
test
[21:06:52.940] 75/76 postgresql:regress-running / regress-running/regress                         ERROR            25.61...
51/4959 Fix BackgroundPsql to report error on query timeout rather than calling die
macOS - Sonoma - Meson
tap
[20:04:47.933](0.000s) not ok 111 - server parameter logging stderr /(?^:ERROR:  invalid input syntax for type smallint:...
[20:04:47.934](0.000s) not ok 112 - server parameter logging stderr /(?^:CONTEXT:  unnamed portal parameter \$2 = '1a')/
test
[20:05:38.501] 214/312 postgresql:pgbench / pgbench/001_pgbench_with_server                            ERROR            ...
51/5310 Clarify old WAL files cannot be removed until they are summarized
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[19:33:51.691](0.352s) not ok 5 - psql connect success
[19:33:51.692](0.000s) not ok 6 - psql select 1
test
[19:41:33.905]  47/307 postgresql:recovery / recovery/041_checkpoint_at_promote                        ERROR            ...
51/5131 add log_transaction GUC setting
FreeBSD - 13 - Meson
tap
[19:05:44.365](1.640s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[19:05:54.685] 293/312 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
Linux - Debian Bookworm - Autoconf
tap
[19:05:18.383](0.615s) not ok 1 - no parameters missing from postgresql.conf.sample
Linux - Debian Bookworm - Meson
tap
[19:06:30.710](0.424s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[19:06:41.551] 292/312 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[19:14:40.238](2.025s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[19:15:20.622] 286/307 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
51/5323 Support enabling checksums online
Linux - Debian Bookworm - Meson
tap
[18:31:03.041](0.000s) not ok 23 - data_checksums=on is reported on an offline cluster stdout /(?^:^on$)/
test
[18:32:38.302] 152/316 postgresql:pg_checksums / pg_checksums/002_actions                              ERROR            ...
CompilerWarnings
compiler
[18:18:37.318] datachecksumsworker.c:590:67: error: format ‘%d’ expects argument of type ‘int’, but argument 5 has type ...
FreeBSD - 13 - Meson
tap
[18:08:41.194](0.000s) not ok 23 - data_checksums=on is reported on an offline cluster stdout /(?^:^on$)/
test
[18:10:23.499] 152/316 postgresql:pg_checksums / pg_checksums/002_actions                              ERROR            ...
Linux - Debian Bookworm - Autoconf
tap
[18:10:04.216](0.000s) not ok 23 - data_checksums=on is reported on an offline cluster stdout /(?^:^on$)/
macOS - Sonoma - Meson
tap
[18:09:36.999](0.000s) not ok 23 - data_checksums=on is reported on an offline cluster stdout /(?^:^on$)/
test
[18:11:55.916] 154/316 postgresql:pg_checksums / pg_checksums/002_actions                              ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
core
000000d1`b5fff958 00007ff9`3032b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d1`b5fff960 00007ff9`2f014cb0     ntdll!TppWorkerThread+0x2df
000000d1`b5fffc50 00007ff9`3039ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d1`b5fffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d1`b63ff748 00007ff9`3032b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d1`b63ff750 00007ff9`2f014cb0     ntdll!TppWorkerThread+0x2df
000000d1`b63ffa40 00007ff9`3039ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d1`b63ffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d1`b5bff9c8 00007ff7`32ef2757     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000d1`b5bff9d0 00007ff7`32daeba4     postgres!SubPostmasterMain(
000000d1`b5bffa40 00007ff7`333a5509     postgres!main(
000000d1`b5bffa80 00007ff7`333a545e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d1`b5bffad0 00007ff7`333a531e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d1`b5bffb40 00007ff7`333a557e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000d1`b5bffb70 00007ff9`2f014cb0     postgres!mainCRTStartup(
000000d1`b5bffba0 00007ff9`3039ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d1`b5bffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004f`a21ffb88 00007ff9`3032b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004f`a21ffb90 00007ff9`2f014cb0     ntdll!TppWorkerThread+0x2df
0000004f`a21ffe80 00007ff9`3039ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000004f`a21ffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004f`a19ff888 00007ff7`32ef2757     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
0000004f`a19ff890 00007ff7`32daeba4     postgres!SubPostmasterMain(
0000004f`a19ff900 00007ff7`333a5509     postgres!main(
0000004f`a19ff940 00007ff7`333a545e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000004f`a19ff990 00007ff7`333a531e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000004f`a19ffa00 00007ff7`333a557e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
0000004f`a19ffa30 00007ff9`2f014cb0     postgres!mainCRTStartup(
0000004f`a19ffa60 00007ff9`3039ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000004f`a19ffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004f`a1dff5f8 00007ff9`3032b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004f`a1dff600 00007ff9`2f014cb0     ntdll!TppWorkerThread+0x2df
0000004f`a1dff8f0 00007ff9`3039ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000004f`a1dff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d0`2dbffaa8 00007ff7`32ef2757     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000d0`2dbffab0 00007ff7`32daeba4     postgres!SubPostmasterMain(
000000d0`2dbffb20 00007ff7`333a5509     postgres!main(
000000d0`2dbffb60 00007ff7`333a545e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d0`2dbffbb0 00007ff7`333a531e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d0`2dbffc20 00007ff7`333a557e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000d0`2dbffc50 00007ff9`2f014cb0     postgres!mainCRTStartup(
000000d0`2dbffc80 00007ff9`3039ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d0`2dbffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d0`2dfff718 00007ff9`3032b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d0`2dfff720 00007ff9`2f014cb0     ntdll!TppWorkerThread+0x2df
000000d0`2dfffa10 00007ff9`3039ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d0`2dfffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d0`2e3ff618 00007ff9`3032b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d0`2e3ff620 00007ff9`2f014cb0     ntdll!TppWorkerThread+0x2df
000000d0`2e3ff910 00007ff9`3039ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d0`2e3ff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000039`a37ff718 00007ff7`32ef2757     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000039`a37ff720 00007ff7`32daeba4     postgres!SubPostmasterMain(
00000039`a37ff790 00007ff7`333a5509     postgres!main(
00000039`a37ff7d0 00007ff7`333a545e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000039`a37ff820 00007ff7`333a531e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000039`a37ff890 00007ff7`333a557e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000039`a37ff8c0 00007ff9`2f014cb0     postgres!mainCRTStartup(
00000039`a37ff8f0 00007ff9`3039ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000039`a37ff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000039`a3bffbe8 00007ff9`3032b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000039`a3bffbf0 00007ff9`2f014cb0     ntdll!TppWorkerThread+0x2df
00000039`a3bffee0 00007ff9`3039ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000039`a3bfff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000039`a3fff6c8 00007ff9`3032b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000039`a3fff6d0 00007ff9`2f014cb0     ntdll!TppWorkerThread+0x2df
00000039`a3fff9c0 00007ff9`3039ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000039`a3fff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000014`d1dff598 00007ff9`3032b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000014`d1dff5a0 00007ff9`2f014cb0     ntdll!TppWorkerThread+0x2df
00000014`d1dff890 00007ff9`3039ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000014`d1dff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000014`d21ff6a8 00007ff9`3032b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000014`d21ff6b0 00007ff9`2f014cb0     ntdll!TppWorkerThread+0x2df
00000014`d21ff9a0 00007ff9`3039ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000014`d21ff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000014`d19ffb28 00007ff7`32ef2757     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000014`d19ffb30 00007ff7`32daeba4     postgres!SubPostmasterMain(
00000014`d19ffba0 00007ff7`333a5509     postgres!main(
00000014`d19ffbe0 00007ff7`333a545e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000014`d19ffc30 00007ff7`333a531e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000014`d19ffca0 00007ff7`333a557e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000014`d19ffcd0 00007ff9`2f014cb0     postgres!mainCRTStartup(
00000014`d19ffd00 00007ff9`3039ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000014`d19ffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fe`aabffbc8 00007ff7`32ef2757     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000fe`aabffbd0 00007ff7`32daeba4     postgres!SubPostmasterMain(
000000fe`aabffc40 00007ff7`333a5509     postgres!main(
000000fe`aabffc80 00007ff7`333a545e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000fe`aabffcd0 00007ff7`333a531e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000fe`aabffd40 00007ff7`333a557e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000fe`aabffd70 00007ff9`2f014cb0     postgres!mainCRTStartup(
000000fe`aabffda0 00007ff9`3039ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000fe`aabffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fe`aafff4c8 00007ff9`3032b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fe`aafff4d0 00007ff9`2f014cb0     ntdll!TppWorkerThread+0x2df
000000fe`aafff7c0 00007ff9`3039ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000fe`aafff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fe`ab3ff7e8 00007ff9`3032b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fe`ab3ff7f0 00007ff9`2f014cb0     ntdll!TppWorkerThread+0x2df
000000fe`ab3ffae0 00007ff9`3039ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000fe`ab3ffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c7`657ff958 00007ff7`32ef2757     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000c7`657ff960 00007ff7`32daeba4     postgres!SubPostmasterMain(
000000c7`657ff9d0 00007ff7`333a5509     postgres!main(
000000c7`657ffa10 00007ff7`333a545e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c7`657ffa60 00007ff7`333a531e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c7`657ffad0 00007ff7`333a557e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000c7`657ffb00 00007ff9`2f014cb0     postgres!mainCRTStartup(
000000c7`657ffb30 00007ff9`3039ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c7`657ffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c7`65bff9e8 00007ff9`3032b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c7`65bff9f0 00007ff9`2f014cb0     ntdll!TppWorkerThread+0x2df
000000c7`65bffce0 00007ff9`3039ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c7`65bffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c7`65fff838 00007ff9`3032b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c7`65fff840 00007ff9`2f014cb0     ntdll!TppWorkerThread+0x2df
000000c7`65fffb30 00007ff9`3039ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c7`65fffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a6`af1ffa28 00007ff7`32ef2757     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000a6`af1ffa30 00007ff7`32daeba4     postgres!SubPostmasterMain(
000000a6`af1ffaa0 00007ff7`333a5509     postgres!main(
000000a6`af1ffae0 00007ff7`333a545e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a6`af1ffb30 00007ff7`333a531e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a6`af1ffba0 00007ff7`333a557e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000a6`af1ffbd0 00007ff9`2f014cb0     postgres!mainCRTStartup(
000000a6`af1ffc00 00007ff9`3039ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a6`af1ffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a6`af5ffa58 00007ff9`3032b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a6`af5ffa60 00007ff9`2f014cb0     ntdll!TppWorkerThread+0x2df
000000a6`af5ffd50 00007ff9`3039ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a6`af5ffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a6`af9ff898 00007ff9`3032b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a6`af9ff8a0 00007ff9`2f014cb0     ntdll!TppWorkerThread+0x2df
000000a6`af9ffb90 00007ff9`3039ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a6`af9ffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000056`eafff668 00007ff9`3032b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000056`eafff670 00007ff9`2f014cb0     ntdll!TppWorkerThread+0x2df
00000056`eafff960 00007ff9`3039ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000056`eafff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000056`ea7ff868 00007ff9`3032b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000056`ea7ff870 00007ff9`2f014cb0     ntdll!TppWorkerThread+0x2df
00000056`ea7ffb60 00007ff9`3039ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000056`ea7ffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000056`eabff5e8 00007ff9`3032b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000056`eabff5f0 00007ff9`2f014cb0     ntdll!TppWorkerThread+0x2df
00000056`eabff8e0 00007ff9`3039ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000056`eabff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000056`ea3ffb88 00007ff7`32ef2757     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000056`ea3ffb90 00007ff7`32daeba4     postgres!SubPostmasterMain(
00000056`ea3ffc00 00007ff7`333a5509     postgres!main(
00000056`ea3ffc40 00007ff7`333a545e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000056`ea3ffc90 00007ff7`333a531e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000056`ea3ffd00 00007ff7`333a557e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000056`ea3ffd30 00007ff9`2f014cb0     postgres!mainCRTStartup(
00000056`ea3ffd60 00007ff9`3039ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000056`ea3ffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008d`01bff568 00007ff7`32ef2757     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
0000008d`01bff570 00007ff7`32daeba4     postgres!SubPostmasterMain(
0000008d`01bff5e0 00007ff7`333a5509     postgres!main(
0000008d`01bff620 00007ff7`333a545e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000008d`01bff670 00007ff7`333a531e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000008d`01bff6e0 00007ff7`333a557e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
0000008d`01bff710 00007ff9`2f014cb0     postgres!mainCRTStartup(
0000008d`01bff740 00007ff9`3039ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000008d`01bff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008d`01fff788 00007ff9`3032b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008d`01fff790 00007ff9`2f014cb0     ntdll!TppWorkerThread+0x2df
0000008d`01fffa80 00007ff9`3039ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000008d`01fffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008d`023ffa48 00007ff9`3032b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008d`023ffa50 00007ff9`2f014cb0     ntdll!TppWorkerThread+0x2df
0000008d`023ffd40 00007ff9`3039ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000008d`023ffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006f`209ff8c8 00007ff9`3032b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006f`209ff8d0 00007ff9`2f014cb0     ntdll!TppWorkerThread+0x2df
0000006f`209ffbc0 00007ff9`3039ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000006f`209ffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006f`205ff618 00007ff7`32ef2757     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
0000006f`205ff620 00007ff7`32daeba4     postgres!SubPostmasterMain(
0000006f`205ff690 00007ff7`333a5509     postgres!main(
0000006f`205ff6d0 00007ff7`333a545e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000006f`205ff720 00007ff7`333a531e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000006f`205ff790 00007ff7`333a557e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
0000006f`205ff7c0 00007ff9`2f014cb0     postgres!mainCRTStartup(
0000006f`205ff7f0 00007ff9`3039ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000006f`205ff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006f`20dff688 00007ff9`3032b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006f`20dff690 00007ff9`2f014cb0     ntdll!TppWorkerThread+0x2df
0000006f`20dff980 00007ff9`3039ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000006f`20dff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000049`4f1ffc58 00007ff7`32ef2757     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000049`4f1ffc60 00007ff7`32daeba4     postgres!SubPostmasterMain(
00000049`4f1ffcd0 00007ff7`333a5509     postgres!main(
00000049`4f1ffd10 00007ff7`333a545e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000049`4f1ffd60 00007ff7`333a531e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000049`4f1ffdd0 00007ff7`333a557e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000049`4f1ffe00 00007ff9`2f014cb0     postgres!mainCRTStartup(
00000049`4f1ffe30 00007ff9`3039ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000049`4f1ffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000049`4f5ff668 00007ff9`3032b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000049`4f5ff670 00007ff9`2f014cb0     ntdll!TppWorkerThread+0x2df
00000049`4f5ff960 00007ff9`3039ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000049`4f5ff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000049`4f9ff7b8 00007ff9`3032b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000049`4f9ff7c0 00007ff9`2f014cb0     ntdll!TppWorkerThread+0x2df
00000049`4f9ffab0 00007ff9`3039ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000049`4f9ffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ae`e49ff9a8 00007ff9`3032b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ae`e49ff9b0 00007ff9`2f014cb0     ntdll!TppWorkerThread+0x2df
000000ae`e49ffca0 00007ff9`3039ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ae`e49ffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ae`e41ff608 00007ff7`32ef2757     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000ae`e41ff610 00007ff7`32daeba4     postgres!SubPostmasterMain(
000000ae`e41ff680 00007ff7`333a5509     postgres!main(
000000ae`e41ff6c0 00007ff7`333a545e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ae`e41ff710 00007ff7`333a531e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ae`e41ff780 00007ff7`333a557e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000ae`e41ff7b0 00007ff9`2f014cb0     postgres!mainCRTStartup(
000000ae`e41ff7e0 00007ff9`3039ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ae`e41ff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ae`e45ff9c8 00007ff9`3032b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ae`e45ff9d0 00007ff9`2f014cb0     ntdll!TppWorkerThread+0x2df
000000ae`e45ffcc0 00007ff9`3039ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ae`e45ffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e6`6b7ffbc8 00007ff9`3032b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e6`6b7ffbd0 00007ff9`2f014cb0     ntdll!TppWorkerThread+0x2df
000000e6`6b7ffec0 00007ff9`3039ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e6`6b7ffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e6`6b3ffbe8 00007ff7`32ef2757     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000e6`6b3ffbf0 00007ff7`32daeba4     postgres!SubPostmasterMain(
000000e6`6b3ffc60 00007ff7`333a5509     postgres!main(
000000e6`6b3ffca0 00007ff7`333a545e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e6`6b3ffcf0 00007ff7`333a531e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e6`6b3ffd60 00007ff7`333a557e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000e6`6b3ffd90 00007ff9`2f014cb0     postgres!mainCRTStartup(
000000e6`6b3ffdc0 00007ff9`3039ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e6`6b3ffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e6`6bbff838 00007ff9`3032b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e6`6bbff840 00007ff9`2f014cb0     ntdll!TppWorkerThread+0x2df
000000e6`6bbffb30 00007ff9`3039ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e6`6bbffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005e`585ff918 00007ff7`32ef2757     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
0000005e`585ff920 00007ff7`32daeba4     postgres!SubPostmasterMain(
0000005e`585ff990 00007ff7`333a5509     postgres!main(
0000005e`585ff9d0 00007ff7`333a545e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000005e`585ffa20 00007ff7`333a531e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000005e`585ffa90 00007ff7`333a557e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
0000005e`585ffac0 00007ff9`2f014cb0     postgres!mainCRTStartup(
0000005e`585ffaf0 00007ff9`3039ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000005e`585ffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005e`58dff9d8 00007ff9`3032b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005e`58dff9e0 00007ff9`2f014cb0     ntdll!TppWorkerThread+0x2df
0000005e`58dffcd0 00007ff9`3039ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000005e`58dffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005e`589ff658 00007ff9`3032b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005e`589ff660 00007ff9`2f014cb0     ntdll!TppWorkerThread+0x2df
0000005e`589ff950 00007ff9`3039ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000005e`589ff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fc`f47ffb98 00007ff9`3032b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fc`f47ffba0 00007ff9`2f014cb0     ntdll!TppWorkerThread+0x2df
000000fc`f47ffe90 00007ff9`3039ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000fc`f47ffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fc`f4fffb48 00007ff9`3032b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fc`f4fffb50 00007ff9`2f014cb0     ntdll!TppWorkerThread+0x2df
000000fc`f4fffe40 00007ff9`3039ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000fc`f4fffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fc`f4bffa28 00007ff9`3032b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fc`f4bffa30 00007ff9`2f014cb0     ntdll!TppWorkerThread+0x2df
000000fc`f4bffd20 00007ff9`3039ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000fc`f4bffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fc`f43ff658 00007ff7`32ef2757     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000fc`f43ff660 00007ff7`32daeba4     postgres!SubPostmasterMain(
000000fc`f43ff6d0 00007ff7`333a5509     postgres!main(
000000fc`f43ff710 00007ff7`333a545e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000fc`f43ff760 00007ff7`333a531e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000fc`f43ff7d0 00007ff7`333a557e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000fc`f43ff800 00007ff9`2f014cb0     postgres!mainCRTStartup(
000000fc`f43ff830 00007ff9`3039ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000fc`f43ff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000058`993ff928 00007ff7`32ef2757     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000058`993ff930 00007ff7`32daeba4     postgres!SubPostmasterMain(
00000058`993ff9a0 00007ff7`333a5509     postgres!main(
00000058`993ff9e0 00007ff7`333a545e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000058`993ffa30 00007ff7`333a531e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000058`993ffaa0 00007ff7`333a557e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000058`993ffad0 00007ff9`2f014cb0     postgres!mainCRTStartup(
00000058`993ffb00 00007ff9`3039ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000058`993ffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000058`997ff858 00007ff9`3032b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000058`997ff860 00007ff9`2f014cb0     ntdll!TppWorkerThread+0x2df
00000058`997ffb50 00007ff9`3039ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000058`997ffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000058`99bff948 00007ff9`3032b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000058`99bff950 00007ff9`2f014cb0     ntdll!TppWorkerThread+0x2df
00000058`99bffc40 00007ff9`3039ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000058`99bffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a6`1b3ff7b8 00007ff9`3032b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a6`1b3ff7c0 00007ff9`2f014cb0     ntdll!TppWorkerThread+0x2df
000000a6`1b3ffab0 00007ff9`3039ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a6`1b3ffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a6`1abff848 00007ff7`32ef2757     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000a6`1abff850 00007ff7`32daeba4     postgres!SubPostmasterMain(
000000a6`1abff8c0 00007ff7`333a5509     postgres!main(
000000a6`1abff900 00007ff7`333a545e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a6`1abff950 00007ff7`333a531e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a6`1abff9c0 00007ff7`333a557e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000a6`1abff9f0 00007ff9`2f014cb0     postgres!mainCRTStartup(
000000a6`1abffa20 00007ff9`3039ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a6`1abffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a6`1afffb48 00007ff9`3032b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a6`1afffb50 00007ff9`2f014cb0     ntdll!TppWorkerThread+0x2df
000000a6`1afffe40 00007ff9`3039ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a6`1afffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005f`d5dff4d8 00007ff9`3032b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005f`d5dff4e0 00007ff9`2f014cb0     ntdll!TppWorkerThread+0x2df
0000005f`d5dff7d0 00007ff9`3039ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000005f`d5dff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005f`d59ffcf8 00007ff7`32ef2757     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
0000005f`d59ffd00 00007ff7`32daeba4     postgres!SubPostmasterMain(
0000005f`d59ffd70 00007ff7`333a5509     postgres!main(
0000005f`d59ffdb0 00007ff7`333a545e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000005f`d59ffe00 00007ff7`333a531e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000005f`d59ffe70 00007ff7`333a557e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
0000005f`d59ffea0 00007ff9`2f014cb0     postgres!mainCRTStartup(
0000005f`d59ffed0 00007ff9`3039ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000005f`d59fff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005f`d61ff5a8 00007ff9`3032b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005f`d61ff5b0 00007ff9`2f014cb0     ntdll!TppWorkerThread+0x2df
0000005f`d61ff8a0 00007ff9`3039ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000005f`d61ff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ca`693ff9d8 00007ff9`3032b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ca`693ff9e0 00007ff9`2f014cb0     ntdll!TppWorkerThread+0x2df
000000ca`693ffcd0 00007ff9`3039ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ca`693ffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ca`68fffca8 00007ff7`32ef2757     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000ca`68fffcb0 00007ff7`32daeba4     postgres!SubPostmasterMain(
000000ca`68fffd20 00007ff7`333a5509     postgres!main(
000000ca`68fffd60 00007ff7`333a545e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ca`68fffdb0 00007ff7`333a531e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ca`68fffe20 00007ff7`333a557e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000ca`68fffe50 00007ff9`2f014cb0     postgres!mainCRTStartup(
000000ca`68fffe80 00007ff9`3039ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ca`68fffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ca`697ff728 00007ff9`3032b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ca`697ff730 00007ff9`2f014cb0     ntdll!TppWorkerThread+0x2df
000000ca`697ffa20 00007ff9`3039ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ca`697ffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000090`4f7ff858 00007ff9`3032b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000090`4f7ff860 00007ff9`2f014cb0     ntdll!TppWorkerThread+0x2df
00000090`4f7ffb50 00007ff9`3039ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000090`4f7ffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000090`4f3ffa38 00007ff7`32ef2757     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000090`4f3ffa40 00007ff7`32daeba4     postgres!SubPostmasterMain(
00000090`4f3ffab0 00007ff7`333a5509     postgres!main(
00000090`4f3ffaf0 00007ff7`333a545e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000090`4f3ffb40 00007ff7`333a531e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000090`4f3ffbb0 00007ff7`333a557e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000090`4f3ffbe0 00007ff9`2f014cb0     postgres!mainCRTStartup(
00000090`4f3ffc10 00007ff9`3039ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000090`4f3ffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000090`4fbff538 00007ff9`3032b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000090`4fbff540 00007ff9`2f014cb0     ntdll!TppWorkerThread+0x2df
00000090`4fbff830 00007ff9`3039ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000090`4fbff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005e`70dff828 00007ff9`3032b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005e`70dff830 00007ff9`2f014cb0     ntdll!TppWorkerThread+0x2df
0000005e`70dffb20 00007ff9`3039ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000005e`70dffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005e`709ff838 00007ff7`32ef2757     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
0000005e`709ff840 00007ff7`32daeba4     postgres!SubPostmasterMain(
0000005e`709ff8b0 00007ff7`333a5509     postgres!main(
0000005e`709ff8f0 00007ff7`333a545e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000005e`709ff940 00007ff7`333a531e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000005e`709ff9b0 00007ff7`333a557e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
0000005e`709ff9e0 00007ff9`2f014cb0     postgres!mainCRTStartup(
0000005e`709ffa10 00007ff9`3039ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000005e`709ffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005e`711ff538 00007ff9`3032b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005e`711ff540 00007ff9`2f014cb0     ntdll!TppWorkerThread+0x2df
0000005e`711ff830 00007ff9`3039ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000005e`711ff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000017`59dff798 00007ff9`3032b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000017`59dff7a0 00007ff9`2f014cb0     ntdll!TppWorkerThread+0x2df
00000017`59dffa90 00007ff9`3039ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000017`59dffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000017`599ffa38 00007ff7`32ef2757     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000017`599ffa40 00007ff7`32daeba4     postgres!SubPostmasterMain(
00000017`599ffab0 00007ff7`333a5509     postgres!main(
00000017`599ffaf0 00007ff7`333a545e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000017`599ffb40 00007ff7`333a531e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000017`599ffbb0 00007ff7`333a557e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000017`599ffbe0 00007ff9`2f014cb0     postgres!mainCRTStartup(
00000017`599ffc10 00007ff9`3039ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000017`599ffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000017`5a1ff448 00007ff9`3032b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000017`5a1ff450 00007ff9`2f014cb0     ntdll!TppWorkerThread+0x2df
00000017`5a1ff740 00007ff9`3039ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000017`5a1ff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000014`3b1ff4c8 00007ff9`3032b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000014`3b1ff4d0 00007ff9`2f014cb0     ntdll!TppWorkerThread+0x2df
00000014`3b1ff7c0 00007ff9`3039ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000014`3b1ff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000014`3adffce8 00007ff7`32ef2757     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000014`3adffcf0 00007ff7`32daeba4     postgres!SubPostmasterMain(
00000014`3adffd60 00007ff7`333a5509     postgres!main(
00000014`3adffda0 00007ff7`333a545e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000014`3adffdf0 00007ff7`333a531e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000014`3adffe60 00007ff7`333a557e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000014`3adffe90 00007ff9`2f014cb0     postgres!mainCRTStartup(
00000014`3adffec0 00007ff9`3039ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000014`3adffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000014`3b5ffa88 00007ff9`3032b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000014`3b5ffa90 00007ff9`2f014cb0     ntdll!TppWorkerThread+0x2df
00000014`3b5ffd80 00007ff9`3039ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000014`3b5ffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000015`a75ff4f8 00007ff9`3032b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000015`a75ff500 00007ff9`2f014cb0     ntdll!TppWorkerThread+0x2df
00000015`a75ff7f0 00007ff9`3039ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000015`a75ff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000015`a71ffae8 00007ff7`32ef2757     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000015`a71ffaf0 00007ff7`32daeba4     postgres!SubPostmasterMain(
00000015`a71ffb60 00007ff7`333a5509     postgres!main(
00000015`a71ffba0 00007ff7`333a545e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000015`a71ffbf0 00007ff7`333a531e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000015`a71ffc60 00007ff7`333a557e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000015`a71ffc90 00007ff9`2f014cb0     postgres!mainCRTStartup(
00000015`a71ffcc0 00007ff9`3039ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000015`a71ffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000015`a79ff858 00007ff9`3032b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000015`a79ff860 00007ff9`2f014cb0     ntdll!TppWorkerThread+0x2df
00000015`a79ffb50 00007ff9`3039ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000015`a79ffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000083`aabff5f8 00007ff9`3032b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000083`aabff600 00007ff9`2f014cb0     ntdll!TppWorkerThread+0x2df
00000083`aabff8f0 00007ff9`3039ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000083`aabff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000083`aa7ff5f8 00007ff7`32ef2757     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000083`aa7ff600 00007ff7`32daeba4     postgres!SubPostmasterMain(
00000083`aa7ff670 00007ff7`333a5509     postgres!main(
00000083`aa7ff6b0 00007ff7`333a545e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000083`aa7ff700 00007ff7`333a531e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000083`aa7ff770 00007ff7`333a557e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000083`aa7ff7a0 00007ff9`2f014cb0     postgres!mainCRTStartup(
00000083`aa7ff7d0 00007ff9`3039ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000083`aa7ff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000083`aafffb88 00007ff9`3032b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000083`aafffb90 00007ff9`2f014cb0     ntdll!TppWorkerThread+0x2df
00000083`aafffe80 00007ff9`3039ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000083`aafffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000023`093ffa28 00007ff9`3032b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000023`093ffa30 00007ff9`2f014cb0     ntdll!TppWorkerThread+0x2df
00000023`093ffd20 00007ff9`3039ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000023`093ffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000023`08fffbb8 00007ff7`32ef2757     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000023`08fffbc0 00007ff7`32daeba4     postgres!SubPostmasterMain(
00000023`08fffc30 00007ff7`333a5509     postgres!main(
00000023`08fffc70 00007ff7`333a545e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000023`08fffcc0 00007ff7`333a531e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000023`08fffd30 00007ff7`333a557e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000023`08fffd60 00007ff9`2f014cb0     postgres!mainCRTStartup(
00000023`08fffd90 00007ff9`3039ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000023`08fffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000023`097ff9c8 00007ff9`3032b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000023`097ff9d0 00007ff9`2f014cb0     ntdll!TppWorkerThread+0x2df
00000023`097ffcc0 00007ff9`3039ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000023`097ffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008d`61dff728 00007ff7`32ef2757     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
0000008d`61dff730 00007ff7`32daeba4     postgres!SubPostmasterMain(
0000008d`61dff7a0 00007ff7`333a5509     postgres!main(
0000008d`61dff7e0 00007ff7`333a545e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000008d`61dff830 00007ff7`333a531e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000008d`61dff8a0 00007ff7`333a557e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
0000008d`61dff8d0 00007ff9`2f014cb0     postgres!mainCRTStartup(
0000008d`61dff900 00007ff9`3039ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000008d`61dff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008d`621ffa78 00007ff9`3032b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008d`621ffa80 00007ff9`2f014cb0     ntdll!TppWorkerThread+0x2df
0000008d`621ffd70 00007ff9`3039ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000008d`621ffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008d`625ff798 00007ff9`3032b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008d`625ff7a0 00007ff9`2f014cb0     ntdll!TppWorkerThread+0x2df
0000008d`625ffa90 00007ff9`3039ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000008d`625ffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b5`d67ff5e8 00007ff9`3032b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b5`d67ff5f0 00007ff9`2f014cb0     ntdll!TppWorkerThread+0x2df
000000b5`d67ff8e0 00007ff9`3039ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b5`d67ff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b5`d5fff7f8 00007ff7`32ef2757     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000b5`d5fff800 00007ff7`32daeba4     postgres!SubPostmasterMain(
000000b5`d5fff870 00007ff7`333a5509     postgres!main(
000000b5`d5fff8b0 00007ff7`333a545e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b5`d5fff900 00007ff7`333a531e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000b5`d5fff970 00007ff7`333a557e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000b5`d5fff9a0 00007ff9`2f014cb0     postgres!mainCRTStartup(
000000b5`d5fff9d0 00007ff9`3039ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b5`d5fffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b5`d63ff818 00007ff9`3032b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b5`d63ff820 00007ff9`2f014cb0     ntdll!TppWorkerThread+0x2df
000000b5`d63ffb10 00007ff9`3039ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b5`d63ffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
tap
[18:23:07.177](316.508s) # poll_query_until timed out executing this query:
[18:23:07.180](0.003s) not ok 2 - ensure checksums are enabled
[18:28:14.867](307.188s) # poll_query_until timed out executing this query:
[18:28:14.870](0.003s) not ok 7 - ensure checksums are enabled
tap
[18:23:08.318](316.801s) # poll_query_until timed out executing this query:
[18:23:08.320](0.003s) not ok 3 - ensure checksums aren't enabled yet
tap
[18:23:11.071](316.215s) # poll_query_until timed out executing this query:
[18:23:11.073](0.002s) not ok 3 - ensure checksums are in progress on primary
[18:28:18.060](306.986s) # poll_query_until timed out executing this query:
[18:28:18.062](0.002s) not ok 4 - ensure standby has absorbed the inprogress-on barrier
[18:28:18.128](0.066s) not ok 5 - ensure checksums are on, or in progress, on standby_1
[18:33:22.312](304.183s) # poll_query_until timed out executing this query:
[18:33:22.314](0.002s) not ok 6 - ensure checksums are enabled on the primary
tap
[18:23:11.761](315.062s) # poll_query_until timed out executing this query:
[18:23:11.764](0.003s) not ok 6 - ensure checksums are in the process of being enabled
tap
[18:12:26.332](0.001s) not ok 23 - data_checksums=on is reported on an offline cluster stdout /(?^:^on$)/
test
[18:34:27.195] 150/311 postgresql:pg_checksums / pg_checksums/002_actions                              ERROR            ...
[18:34:27.195] 307/311 postgresql:checksums / checksums/002_restarts                                   ERROR           3...
[18:34:27.195] 308/311 postgresql:checksums / checksums/004_offline                                    ERROR           3...
[18:34:27.195] 309/311 postgresql:checksums / checksums/001_basic                                      ERROR           6...
[18:34:27.195] 310/311 postgresql:pg_ctl / pg_ctl/004_logrotate                                        TIMEOUT        10...
[18:34:27.195] 311/311 postgresql:checksums / checksums/003_standby_restarts                           TIMEOUT        10...
51/4956 Test to dump and restore objects left behind by regression
FreeBSD - 13 - Meson
tap
[17:35:21.930](0.003s) not ok 11 - dump outputs of original and restored regression database, using format 'plain', matc...
test
[17:37:32.068] 143/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
Linux - Debian Bookworm - Autoconf
tap
[17:30:16.503](0.004s) not ok 11 - dump outputs of original and restored regression database, using format 'plain', matc...
Linux - Debian Bookworm - Meson
tap
[17:27:01.942](0.004s) not ok 11 - dump outputs of original and restored regression database, using format 'plain', matc...
test
[17:29:05.732] 152/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
macOS - Sonoma - Meson
tap
[17:26:58.511](0.004s) not ok 11 - dump outputs of original and restored regression database, using format 'plain', matc...
test
[17:30:37.400]  70/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[17:28:50.807](0.007s) not ok 11 - dump outputs of original and restored regression database, using format 'plain', matc...
test
[17:37:38.142]  45/307 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           2...
50/5208 prefetching for nestloop / indexscan
FreeBSD - 13 - Meson
tap
[15:54:15.996](1.597s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[15:54:27.751] 293/312 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
Linux - Debian Bookworm - Autoconf
tap
[15:55:53.956](1.301s) not ok 1 - no parameters missing from postgresql.conf.sample
Linux - Debian Bookworm - Meson
tap
[15:56:27.024](0.450s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[15:56:39.162] 291/312 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[16:00:59.986](2.744s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[16:01:28.676] 289/307 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
50/5351 Proper object locking for GRANT/REVOKE
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out /tmp/cirrus-ci-build/build/testrun/postgres...
--- /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out	2024-11-12 14:42:29.313480000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/postgres_fdw-running/regress/results/postgres_fdw.out	2024-11-12 14:47:25.2584860...
@@ -12325,8 +12325,7 @@
   FROM postgres_fdw_get_connections(true);
  case 
 ------
-    1
-(1 row)
+(0 rows)
 
 -- After terminating the remote backend, since the connection is closed,
 -- "closed" should be TRUE, or NULL if the connection status check
@@ -12339,8 +12338,7 @@
   FROM postgres_fdw_get_connections(true);
  case 
 ------
-    1
-(1 row)
+(0 rows)
...
test
[14:47:52.305] 74/76 postgresql:postgres_fdw-running / postgres_fdw-running/regress               ERROR             9.49...
51/5231 Consider the number of columns in the sort cost model
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out /tmp/cirrus-ci-build/build/testrun/...
--- /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out	2024-11-12 14:26:31.740650000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_stat_statements/regress/results/level_tracking.out	2024-11-12 14:29:25.2972940...
@@ -383,26 +383,24 @@
 (1 row)
 
 EXPLAIN (COSTS OFF) SELECT 1, 2 UNION SELECT 3, 4\; EXPLAIN (COSTS OFF) (SELECT 1, 2, 3) UNION SELECT 3, 4, 5;
+      QUERY PLAN       
+-----------------------
+ HashAggregate
+   Group Key: (1), (2)
+   ->  Append
+         ->  Result
+         ->  Result
+(5 rows)
+
          QUERY PLAN         
 ----------------------------
- Unique
-   ->  Sort
...
test
[14:31:40.523]  88/312 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out /tmp/cirrus-ci-build/contrib/pg_sta...
--- /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out	2024-11-12 14:26:26.040278090 +0000
+++ /tmp/cirrus-ci-build/contrib/pg_stat_statements/results/level_tracking.out	2024-11-12 14:31:17.112344115 +0000
@@ -383,25 +383,23 @@
 (1 row)
 
 EXPLAIN (COSTS OFF) SELECT 1, 2 UNION SELECT 3, 4\; EXPLAIN (COSTS OFF) (SELECT 1, 2, 3) UNION SELECT 3, 4, 5;
+      QUERY PLAN       
+-----------------------
+ HashAggregate
+   Group Key: (1), (2)
+   ->  Append
+         ->  Result
+         ->  Result
+(5 rows)
+
          QUERY PLAN         
 ----------------------------
- Unique
-   ->  Sort
...
Linux - Debian Bookworm - Meson
core
[14:33:31.567] #0  0x00007f695e3b1da4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[14:33:31.567] #1  0x00007f695e35e239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[14:33:31.567] #2  0x00007f695e35e497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[14:33:31.567] #3  0x000055bc944f45c1 in ?? ()
[14:33:31.567] #4  0x000055bc944ee369 in ?? ()
[14:33:31.567] #5  0x000055bc944ed20f in ?? ()
[14:33:31.567] #6  0x000055bc944edc3b in ?? ()
[14:33:31.567] #7  0x000055bc944eb66f in ?? ()
[14:33:31.567] #8  0x00007f695e34924a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[14:33:31.567] #9  0x00007f695e349305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[14:33:31.453] #0  0x00007f695e3b1da4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[14:33:31.453] #1  0x00007f695e35e239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[14:33:31.453] #2  0x00007f695e35e497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[14:33:31.453] #3  0x000055bc944f45f3 in ?? ()
[14:33:31.453] #4  0x000055bc944ee369 in ?? ()
[14:33:31.453] #5  0x000055bc944ed20f in ?? ()
[14:33:31.453] #6  0x000055bc944edc3b in ?? ()
[14:33:31.453] #7  0x000055bc944eb66f in ?? ()
[14:33:31.453] #8  0x00007f695e34924a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[14:33:31.453] #9  0x00007f695e349305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[14:33:31.453] #0  <unavailable> in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out /tmp/cirrus-ci-build/build/testrun/...
--- /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out	2024-11-12 14:26:24.719493989 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_stat_statements/regress/results/level_tracking.out	2024-11-12 14:30:25.4505217...
@@ -383,25 +383,23 @@
 (1 row)
 
 EXPLAIN (COSTS OFF) SELECT 1, 2 UNION SELECT 3, 4\; EXPLAIN (COSTS OFF) (SELECT 1, 2, 3) UNION SELECT 3, 4, 5;
+      QUERY PLAN       
+-----------------------
+ HashAggregate
+   Group Key: (1), (2)
+   ->  Append
+         ->  Result
+         ->  Result
+(5 rows)
+
          QUERY PLAN         
 ----------------------------
- Unique
-   ->  Sort
...
test
[14:32:26.875]  85/312 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/contrib/pg_stat_statements/expected/level_tracking.out /Users/admin/pgsql/build/testrun/pg_s...
--- /Users/admin/pgsql/contrib/pg_stat_statements/expected/level_tracking.out	2024-11-12 14:26:30
+++ /Users/admin/pgsql/build/testrun/pg_stat_statements/regress/results/level_tracking.out	2024-11-12 14:31:12
@@ -383,25 +383,23 @@
 (1 row)
 
 EXPLAIN (COSTS OFF) SELECT 1, 2 UNION SELECT 3, 4\; EXPLAIN (COSTS OFF) (SELECT 1, 2, 3) UNION SELECT 3, 4, 5;
+      QUERY PLAN       
+-----------------------
+ HashAggregate
+   Group Key: (1), (2)
+   ->  Append
+         ->  Result
+         ->  Result
+(5 rows)
+
          QUERY PLAN         
 ----------------------------
- Unique
-   ->  Sort
...
test
[14:34:10.756]  89/312 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/contrib/pg_stat_statements/expected/level_tracking.out C:/cirrus/build/testrun/pg...
--- C:/cirrus/contrib/pg_stat_statements/expected/level_tracking.out	2024-11-12 14:26:35.506376400 +0000
+++ C:/cirrus/build/testrun/pg_stat_statements/regress/results/level_tracking.out	2024-11-12 14:33:52.622120200 +0000
@@ -383,25 +383,23 @@
 (1 row)
 
 EXPLAIN (COSTS OFF) SELECT 1, 2 UNION SELECT 3, 4\; EXPLAIN (COSTS OFF) (SELECT 1, 2, 3) UNION SELECT 3, 4, 5;
+      QUERY PLAN       
+-----------------------
+ HashAggregate
+   Group Key: (1), (2)
+   ->  Append
+         ->  Result
+         ->  Result
+(5 rows)
+
          QUERY PLAN         
 ----------------------------
- Unique
-   ->  Sort
...
test
[14:40:56.709]  87/307 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
50/5348 Making error message more user-friendly with spaces in a URI
FreeBSD - 13 - Meson
tap
[14:02:38.944](0.048s) not ok 25 - postgresql://host?  user user  =  uri  & port = 12345 12 
[14:02:38.950](0.005s) not ok 26 - postgresql://host?  user  =  uri-user  & port = 12345 12 
test
[14:04:33.276] 137/312 postgresql:libpq / libpq/001_uri                                                ERROR            ...
Linux - Debian Bookworm - Autoconf
tap
[14:01:22.461](0.029s) not ok 25 - postgresql://host?  user user  =  uri  & port = 12345 12 
[14:01:22.501](0.039s) not ok 26 - postgresql://host?  user  =  uri-user  & port = 12345 12 
Linux - Debian Bookworm - Meson
tap
[14:03:04.904](0.027s) not ok 25 - postgresql://host?  user user  =  uri  & port = 12345 12 
[14:03:04.927](0.022s) not ok 26 - postgresql://host?  user  =  uri-user  & port = 12345 12 
test
[14:04:44.276] 136/312 postgresql:libpq / libpq/001_uri                                                ERROR            ...
macOS - Sonoma - Meson
tap
[14:03:49.646](0.015s) not ok 25 - postgresql://host?  user user  =  uri  & port = 12345 12 
[14:03:49.664](0.017s) not ok 26 - postgresql://host?  user  =  uri-user  & port = 12345 12 
test
[14:06:31.658] 135/312 postgresql:libpq / libpq/001_uri                                                ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[14:06:29.008](0.062s) not ok 25 - postgresql://host?  user user  =  uri  & port = 12345 12 
[14:06:29.050](0.042s) not ok 26 - postgresql://host?  user  =  uri-user  & port = 12345 12 
test
[14:11:18.598] 135/307 postgresql:libpq / libpq/001_uri                                                ERROR            ...
51/5196 Use function smgrclose() to replace the loop
CompilerWarnings
compiler
[11:24:29.130] smgr.c:282:13: error: unused variable 'forknum' [-Werror,-Wunused-variable]
compiler
[11:24:29.130] smgr.c:487:9: error: unused variable 'which' [-Werror,-Wunused-variable]
compiler
[11:24:20.530] smgr.c:282:13: error: unused variable 'forknum' [-Werror,-Wunused-variable]
compiler
[11:24:20.530] smgr.c:487:9: error: unused variable 'which' [-Werror,-Wunused-variable]
compiler
[11:23:51.747] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable]
compiler
[11:23:51.747] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
compiler
[11:23:43.506] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
compiler
[11:23:43.506] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable]
compiler
[11:24:50.910] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable]
compiler
[11:24:50.910] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
51/4980 Expand applicability of aggregate's sortop optimization
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/subselect.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/subselect.out	2024-11-12 10:00:07.998958000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/subselect.out	2024-11-12 10:02:19.61608700...
@@ -1029,7 +1029,7 @@
    ->  Seq Scan on tenk1 t
          Filter: ((ANY (unique2 = (hashed SubPlan 2).col1)) OR (ten < 0))
          SubPlan 2
-           ->  Index Only Scan using tenk1_unique1 on tenk1 k
+           ->  Index Only Scan using idx_int4 on tenk1 k
 (5 rows)
 
 select count(*) from tenk1 t
tap
[10:03:11.234](70.822s) not ok 5 - regression tests pass
test
[10:05:52.203]  99/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/subselect.out /tmp/cirrus-ci-build/build-32/testrun/recovery/027...
--- /tmp/cirrus-ci-build/src/test/regress/expected/subselect.out	2024-11-12 10:00:03.587129690 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/recovery/027_stream_regress/data/results/subselect.out	2024-11-12 10:08:50.889...
@@ -2009,17 +2009,10 @@
 -- Pull up direct-correlated ANY_SUBLINKs
 explain (costs off)
 select * from tenk1 A where hundred in (select hundred from tenk2 B where B.odd = A.odd);
-                         QUERY PLAN                         
-------------------------------------------------------------
- Hash Join
-   Hash Cond: ((a.odd = b.odd) AND (a.hundred = b.hundred))
-   ->  Seq Scan on tenk1 a
-   ->  Hash
-         ->  HashAggregate
-               Group Key: b.odd, b.hundred
-               ->  Seq Scan on tenk2 b
-(7 rows)
-
+ERROR:  deadlock detected
+DETAIL:  Process 76198 waits for AccessShareLock on relation 25584 of database 16384; blocked by process 76183.
...
tap
[10:09:31.871](68.235s) not ok 2 - regression tests pass
test
[10:11:10.191] 153/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
51/5099 CREATE OR REPLACE MATERIALIZED VIEW
FreeBSD - 13 - Meson
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 195, PID: 11184
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 195, PID: 17696
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 195, PID: 10963
core
[10:05:16.804] #0  0x000000082b72e41a in thr_kill () from /lib/libc.so.7
[10:05:16.804] #1  0x000000082b6a7e64 in raise () from /lib/libc.so.7
[10:05:16.804] #2  0x000000082b7586f9 in abort () from /lib/libc.so.7
[10:05:16.804] #3  0x0000000000a990e5 in ExceptionalCondition (conditionName=0x2e7ee6 "queryDesc->sourceText != NULL", f...
[10:05:16.804] #4  0x0000000000769039 in standard_ExecutorStart (queryDesc=0x83e5d3088, eflags=0) at ../src/backend/exec...
[10:05:16.804] #5  0x0000000838a6f9c2 in pgss_ExecutorStart (queryDesc=0x83e5d3088, eflags=6) at ../contrib/pg_stat_stat...
[10:05:16.804] #6  0x00000000006fedf5 in refresh_matview_datafill (dest=<optimized out>, query=<optimized out>, queryStr...
[10:05:16.804] #7  RefreshMatViewByOid (matviewOid=28126, is_create=<optimized out>, skipData=<optimized out>, concurren...
[10:05:16.804] #8  0x00000000006fe9d6 in ExecRefreshMatView (stmt=<optimized out>, queryString=queryString@entry=0x0, qc...
[10:05:16.804] #9  0x00000000006d5adc in ExecCreateTableAs (pstate=pstate@entry=0x836ee3900, stmt=stmt@entry=0x836df0fd0...
core
[10:05:16.220] #0  0x000000082a48e41a in thr_kill () from /lib/libc.so.7
[10:05:16.220] #1  0x000000082a407e64 in raise () from /lib/libc.so.7
[10:05:16.220] #2  0x000000082a4b86f9 in abort () from /lib/libc.so.7
[10:05:16.220] #3  0x0000000000a990e5 in ExceptionalCondition (conditionName=0x2e7ee6 "queryDesc->sourceText != NULL", f...
[10:05:16.220] #4  0x0000000000769039 in standard_ExecutorStart (queryDesc=0x8418cc088, eflags=0) at ../src/backend/exec...
[10:05:16.220] #5  0x00000000006fedf5 in refresh_matview_datafill (dest=<optimized out>, query=<optimized out>, queryStr...
[10:05:16.220] #6  RefreshMatViewByOid (matviewOid=28319, is_create=<optimized out>, skipData=<optimized out>, concurren...
[10:05:16.220] #7  0x00000000006fe9d6 in ExecRefreshMatView (stmt=<optimized out>, queryString=queryString@entry=0x0, qc...
[10:05:16.220] #8  0x00000000006d5adc in ExecCreateTableAs (pstate=pstate@entry=0x835232900, stmt=stmt@entry=0x835101fd0...
[10:05:16.220] #9  0x0000000000944c88 in ProcessUtilitySlow (pstate=pstate@entry=0x835232900, pstmt=pstmt@entry=0x83505e...
core
[10:05:16.509] #0  0x000000082aea841a in thr_kill () from /lib/libc.so.7
[10:05:16.509] #1  0x000000082ae21e64 in raise () from /lib/libc.so.7
[10:05:16.509] #2  0x000000082aed26f9 in abort () from /lib/libc.so.7
[10:05:16.509] #3  0x0000000000a990e5 in ExceptionalCondition (conditionName=0x2e7ee6 "queryDesc->sourceText != NULL", f...
[10:05:16.509] #4  0x0000000000769039 in standard_ExecutorStart (queryDesc=0x840e01088, eflags=0) at ../src/backend/exec...
[10:05:16.509] #5  0x00000000006fedf5 in refresh_matview_datafill (dest=<optimized out>, query=<optimized out>, queryStr...
[10:05:16.509] #6  RefreshMatViewByOid (matviewOid=28256, is_create=<optimized out>, skipData=<optimized out>, concurren...
[10:05:16.509] #7  0x00000000006fe9d6 in ExecRefreshMatView (stmt=<optimized out>, queryString=queryString@entry=0x0, qc...
[10:05:16.509] #8  0x00000000006d5adc in ExecCreateTableAs (pstate=pstate@entry=0x83385e900, stmt=stmt@entry=0x833831fd0...
[10:05:16.509] #9  0x0000000000944c88 in ProcessUtilitySlow (pstate=pstate@entry=0x83385e900, pstmt=pstmt@entry=0x833695...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_up...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-11-12 09:59:00.160142000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/brin.out	2024-11-12 10:01:09.385274000 +00...
@@ -588,4 +588,10 @@
 CREATE INDEX brin_insert_optimization_idx ON brin_insert_optimization USING brin (a);
 UPDATE brin_insert_optimization SET a = a;
 REINDEX INDEX CONCURRENTLY brin_insert_optimization_idx;
-DROP TABLE brin_insert_optimization;
+WARNING:  terminating connection because of crash of another server process
+DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because anothe...
+HINT:  In a moment you should be able to reconnect to the database and repeat your command.
+server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
+connection to server was lost
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/privileges.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002...
--- /tmp/cirrus-ci-build/src/test/regress/expected/privileges.out	2024-11-12 09:59:00.222350000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/privileges.out	2024-11-12 10:01:09.3840920...
@@ -1842,1417 +1842,10 @@
 -- Do the same concurrently
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-11-12 09:59:00.160142000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/brin.out	2024-11-12 10:01:42.089819000 +...
@@ -363,229 +363,10 @@
 	END LOOP;
 END;
 $x$;
-RESET enable_seqscan;
-RESET enable_bitmapscan;
-INSERT INTO brintest SELECT
-	repeat(stringu1, 42)::bytea,
-	substr(stringu1, 1, 1)::"char",
-	stringu1::name, 142857 * tenthous,
-	thousand,
-	twothousand,
-	repeat(stringu1, 42),
-	unique1::oid,
-	format('(%s,%s)', tenthous, twenty)::tid,
-	(four + 1.0)/(hundred+1),
-	odd::float8 / (tenthous + 1),
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/privileges.out /tmp/cirrus-ci-build/build/testrun/regress/regres...
--- /tmp/cirrus-ci-build/src/test/regress/expected/privileges.out	2024-11-12 09:59:00.222350000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/privileges.out	2024-11-12 10:01:08.919437000 +0000
@@ -1842,1417 +1842,10 @@
 -- Do the same concurrently
 CREATE INDEX CONCURRENTLY sro_idx ON sro_tab ((sro_ifun(a) + sro_ifun(0)))
 	WHERE sro_ifun(a + 10) > sro_ifun(10);
--- REINDEX
-REINDEX TABLE sro_tab;
-REINDEX INDEX sro_idx;
-REINDEX TABLE CONCURRENTLY sro_tab;
-DROP INDEX sro_idx;
--- CLUSTER
-CREATE INDEX sro_cluster_idx ON sro_tab ((sro_ifun(a) + sro_ifun(0)));
-CLUSTER sro_tab USING sro_cluster_idx;
-DROP INDEX sro_cluster_idx;
--- BRIN index
-CREATE INDEX sro_brin ON sro_tab USING brin ((sro_ifun(a) + sro_ifun(0)));
-SELECT brin_desummarize_range('sro_brin', 0);
- brin_desummarize_range 
...
tap
[10:01:11.409](26.746s) not ok 5 - regression tests pass
[10:01:13.054](1.627s) not ok 6 - dump before running pg_upgrade
tap
[10:01:42.953](22.817s) not ok 2 - regression tests pass
test
[10:04:00.536]  23/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[10:04:00.536]  18/312 postgresql:regress / regress/regress                                            ERROR            ...
[10:04:00.536]  51/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "execMain.c", Line: 195, PID: 31099
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "execMain.c", Line: 195, PID: 24043
core
[10:05:44.255] #0  0x00007f6077aabebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[10:05:44.255] #1  0x00007f6077a5cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[10:05:44.255] #2  0x00007f6077a47472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[10:05:44.255] #3  0x0000555f745139eb in ExceptionalCondition (conditionName=conditionName@entry=0x555f747f0d60 "queryDe...
[10:05:44.255] #4  0x0000555f73d0dac3 in standard_ExecutorStart (queryDesc=queryDesc@entry=0x625000360520, eflags=eflags...
[10:05:44.255] #5  0x0000555f73d0dcf8 in ExecutorStart (queryDesc=queryDesc@entry=0x625000360520, eflags=eflags@entry=0)...
[10:05:44.255] #6  0x0000555f73c04429 in refresh_matview_datafill (dest=0x6250003735a8, query=<optimized out>, query@ent...
[10:05:44.255] #7  0x0000555f73c06b52 in RefreshMatViewByOid (matviewOid=<optimized out>, is_create=is_create@entry=fals...
[10:05:44.255] #8  0x0000555f73c06d5e in ExecRefreshMatView (stmt=0x62100003de30, queryString=queryString@entry=0x0, qc=...
[10:05:44.255] #9  0x0000555f73ba68bb in ExecCreateTableAs (pstate=pstate@entry=0x619000039480, stmt=stmt@entry=0x625000...
core
[10:05:42.974] #0  0x00007fa0a00abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[10:05:42.974] #1  0x00007fa0a005cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[10:05:42.974] #2  0x00007fa0a0047472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[10:05:42.974] #3  0x0000561fda3399eb in ExceptionalCondition (conditionName=conditionName@entry=0x561fda616d60 "queryDe...
[10:05:42.974] #4  0x0000561fd9b33ac3 in standard_ExecutorStart (queryDesc=queryDesc@entry=0x62500018f550, eflags=eflags...
[10:05:42.974] #5  0x0000561fd9b33cf8 in ExecutorStart (queryDesc=queryDesc@entry=0x62500018f550, eflags=eflags@entry=0)...
[10:05:42.974] #6  0x0000561fd9a2a429 in refresh_matview_datafill (dest=0x6250001bdda8, query=<optimized out>, query@ent...
[10:05:42.974] #7  0x0000561fd9a2cb52 in RefreshMatViewByOid (matviewOid=<optimized out>, is_create=is_create@entry=fals...
[10:05:42.974] #8  0x0000561fd9a2cd5e in ExecRefreshMatView (stmt=0x62100000be30, queryString=queryString@entry=0x0, qc=...
[10:05:42.974] #9  0x0000561fd99cc8bb in ExecCreateTableAs (pstate=pstate@entry=0x619000051a80, stmt=stmt@entry=0x625000...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/resul...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-11-12 09:58:56.105355663 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/brin.out	2024-11-12 10:04:20.936461753 +0000
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/src/test/regress/results/brin.out
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-11-12 09:58:56.105355663 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/brin.out	2024-11-12 10:03:16.504473537 +0000
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
tap
[10:04:25.591](45.941s) not ok 5 - regression tests pass
[10:04:29.071](3.468s) not ok 6 - dump before running pg_upgrade
Linux - Debian Bookworm - Meson
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 195, PID: 30410
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 195, PID: 36865
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 195, PID: 29266
core
[10:07:28.491] #0  0x00007f426e6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[10:07:28.491] #1  0x00007f426e65afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[10:07:28.491] #2  0x00007f426e645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[10:07:28.491] #3  0x00005605831cd248 in ExceptionalCondition (conditionName=conditionName@entry=0x560583442395 "queryDe...
[10:07:28.491] #4  0x0000560582b4ea2d in standard_ExecutorStart (queryDesc=queryDesc@entry=0x560593ba38b0, eflags=eflags...
[10:07:28.491] #5  0x0000560582b4ec09 in ExecutorStart (queryDesc=queryDesc@entry=0x560593ba38b0, eflags=eflags@entry=0)...
[10:07:28.491] #6  0x0000560582a73424 in refresh_matview_datafill (dest=0x560593b34068, query=<optimized out>, query@ent...
[10:07:28.491] #7  0x0000560582a7578b in RefreshMatViewByOid (matviewOid=28391, is_create=is_create@entry=false, skipDat...
[10:07:28.491] #8  0x0000560582a758ca in ExecRefreshMatView (stmt=0x560593abffa0, queryString=queryString@entry=0x0, qc=...
[10:07:28.491] #9  0x0000560582a2b4f9 in ExecCreateTableAs (pstate=pstate@entry=0x560593a9bb70, stmt=stmt@entry=0x560593...
core
[10:07:27.174] #0  0x00007f4a6cca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[10:07:27.174] #1  0x00007f4a6cc5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[10:07:27.174] #2  0x00007f4a6cc45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[10:07:27.174] #3  0x000055b65d7de248 in ExceptionalCondition (conditionName=conditionName@entry=0x55b65da53395 "queryDe...
[10:07:27.174] #4  0x000055b65d15fa2d in standard_ExecutorStart (queryDesc=queryDesc@entry=0x55b6994bc0f0, eflags=eflags...
[10:07:27.174] #5  0x000055b65d15fc09 in ExecutorStart (queryDesc=queryDesc@entry=0x55b6994bc0f0, eflags=eflags@entry=0)...
[10:07:27.174] #6  0x000055b65d084424 in refresh_matview_datafill (dest=0x55b69944f0c8, query=<optimized out>, query@ent...
[10:07:27.174] #7  0x000055b65d08678b in RefreshMatViewByOid (matviewOid=28406, is_create=is_create@entry=false, skipDat...
[10:07:27.174] #8  0x000055b65d0868ca in ExecRefreshMatView (stmt=0x55b699407410, queryString=queryString@entry=0x0, qc=...
[10:07:27.174] #9  0x000055b65d03c4f9 in ExecCreateTableAs (pstate=pstate@entry=0x55b699450cf0, stmt=stmt@entry=0x55b699...
core
[10:07:25.856] #0  0x00007efe662a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[10:07:25.856] #1  0x00007efe6625afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[10:07:25.856] #2  0x00007efe66245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[10:07:25.856] #3  0x000055c6fb397248 in ExceptionalCondition (conditionName=conditionName@entry=0x55c6fb60c395 "queryDe...
[10:07:25.856] #4  0x000055c6fad18a2d in standard_ExecutorStart (queryDesc=0x55c732c9da50, eflags=0) at ../src/backend/e...
[10:07:25.856] #5  0x00007efe640276f7 in pgss_ExecutorStart (queryDesc=0x55c732c9da50, eflags=<optimized out>) at ../con...
[10:07:25.856] #6  0x000055c6fad18bc2 in ExecutorStart (queryDesc=queryDesc@entry=0x55c732c9da50, eflags=eflags@entry=0)...
[10:07:25.856] #7  0x000055c6fac3d424 in refresh_matview_datafill (dest=0x55c732c9aac8, query=<optimized out>, query@ent...
[10:07:25.856] #8  0x000055c6fac3f78b in RefreshMatViewByOid (matviewOid=28346, is_create=is_create@entry=false, skipDat...
[10:07:25.856] #9  0x000055c6fac3f8ca in ExecRefreshMatView (stmt=0x55c732c0f7d0, queryString=queryString@entry=0x0, qc=...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_up...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-11-12 09:58:57.712525792 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/brin.out	2024-11-12 10:03:50.147559089 +00...
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-11-12 09:58:57.712525792 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/brin.out	2024-11-12 10:04:23.391537344 +...
@@ -363,229 +363,10 @@
 	END LOOP;
 END;
 $x$;
-RESET enable_seqscan;
-RESET enable_bitmapscan;
-INSERT INTO brintest SELECT
-	repeat(stringu1, 42)::bytea,
-	substr(stringu1, 1, 1)::"char",
-	stringu1::name, 142857 * tenthous,
-	thousand,
-	twothousand,
-	repeat(stringu1, 42),
-	unique1::oid,
-	format('(%s,%s)', tenthous, twenty)::tid,
-	(four + 1.0)/(hundred+1),
-	odd::float8 / (tenthous + 1),
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/build/testrun/regress/regress/resu...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-11-12 09:58:57.712525792 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/brin.out	2024-11-12 10:03:44.767563205 +0000
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
tap
[10:03:55.016](29.162s) not ok 5 - regression tests pass
[10:03:56.977](1.928s) not ok 6 - dump before running pg_upgrade
tap
[10:04:26.811](27.208s) not ok 2 - regression tests pass
test
[10:06:21.850]  26/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[10:06:21.850]  20/312 postgresql:regress / regress/regress                                            ERROR            ...
[10:06:21.850]  56/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
macOS - Sonoma - Meson
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 195, PID: 12037
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 195, PID: 19659
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 195, PID: 12031
core
[10:11:38.598]   * frame #0: 0x000000019512c030 dyld`getfsstat64 + 8
[10:11:38.598]     frame #1: 0x00000001950e7b04 dyld`dyld4::FileManager::reloadFSInfos() const + 136
[10:11:38.598]     frame #2: 0x00000001950e7f54 dyld`dyld4::FileManager::uuidForFileSystem(unsigned long long) const + 2...
[10:11:38.598]     frame #3: 0x00000001950e860c dyld`dyld4::FileRecord::FileRecord(dyld4::FileManager&, unsigned long lo...
[10:11:38.598]     frame #4: 0x000000019510101c dyld`dyld4::recordFromInfo(lsl::Allocator&, dyld4::FileManager&, dyld4::...
[10:11:38.598]     frame #5: 0x0000000195101f60 dyld`dyld4::ExternallyViewableState::setSharedCacheInfo(lsl::Allocator&,...
[10:11:38.598]     frame #6: 0x00000001950c2e54 dyld`start + 1708
core
[10:13:00.676]   * frame #0: 0x00000001954155f0 libsystem_kernel.dylib`__pthread_kill + 8
[10:13:00.676]     frame #1: 0x000000019544dc20 libsystem_pthread.dylib`pthread_kill + 288
[10:13:00.676]     frame #2: 0x000000019535aa30 libsystem_c.dylib`abort + 180
[10:13:00.676]     frame #3: 0x000000010511dd04 postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[10:13:00.676]     frame #4: 0x0000000104e4d83c postgres`standard_ExecutorStart(queryDesc=0x000000012b064e20, eflags=0) ...
[10:13:00.676]     frame #5: 0x0000000104e4d1d8 postgres`ExecutorStart(queryDesc=<unavailable>, eflags=<unavailable>) at...
[10:13:00.676]     frame #6: 0x0000000104dfbac8 postgres`RefreshMatViewByOid [inlined] refresh_matview_datafill(dest=<un...
[10:13:00.676]     frame #7: 0x0000000104dfba50 postgres`RefreshMatViewByOid(matviewOid=28555, is_create=false, skipData...
[10:13:00.676]     frame #8: 0x0000000104dfb220 postgres`ExecRefreshMatView(stmt=0x000000012b016730, queryString=<unavai...
[10:13:00.676]     frame #9: 0x0000000104dd9ac4 postgres`ExecCreateTableAs(pstate=0x000000012b81e900, stmt=0x000000012b8...
core
[10:12:34.089]   * frame #0: 0x00000001954155f0 libsystem_kernel.dylib`__pthread_kill + 8
[10:12:34.089]     frame #1: 0x000000019544dc20 libsystem_pthread.dylib`pthread_kill + 288
[10:12:34.089]     frame #2: 0x000000019535aa30 libsystem_c.dylib`abort + 180
[10:12:34.089]     frame #3: 0x0000000100f59d04 postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[10:12:34.089]     frame #4: 0x0000000100c8983c postgres`standard_ExecutorStart(queryDesc=0x0000000131017c20, eflags=0) ...
[10:12:34.089]     frame #5: 0x0000000100c891d8 postgres`ExecutorStart(queryDesc=<unavailable>, eflags=<unavailable>) at...
[10:12:34.089]     frame #6: 0x0000000100c37ac8 postgres`RefreshMatViewByOid [inlined] refresh_matview_datafill(dest=<un...
[10:12:34.089]     frame #7: 0x0000000100c37a50 postgres`RefreshMatViewByOid(matviewOid=28321, is_create=false, skipData...
[10:12:34.089]     frame #8: 0x0000000100c37220 postgres`ExecRefreshMatView(stmt=0x000000012082c730, queryString=<unavai...
[10:12:34.089]     frame #9: 0x0000000100c15ac4 postgres`ExecCreateTableAs(pstate=0x000000013081f500, stmt=0x00000001318...
core
[10:12:07.332]   * frame #0: 0x00000001954155f0 libsystem_kernel.dylib`__pthread_kill + 8
[10:12:07.332]     frame #1: 0x000000019544dc20 libsystem_pthread.dylib`pthread_kill + 288
[10:12:07.332]     frame #2: 0x000000019535aa30 libsystem_c.dylib`abort + 180
[10:12:07.332]     frame #3: 0x0000000100925d04 postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[10:12:07.332]     frame #4: 0x000000010065583c postgres`standard_ExecutorStart(queryDesc=0x0000000150010e50, eflags=0) ...
[10:12:07.332]     frame #5: 0x0000000101077d14 pg_stat_statements.dylib`pgss_ExecutorStart(queryDesc=0x0000000150010e50...
[10:12:07.332]     frame #6: 0x0000000100603ac8 postgres`RefreshMatViewByOid [inlined] refresh_matview_datafill(dest=<un...
[10:12:07.332]     frame #7: 0x0000000100603a50 postgres`RefreshMatViewByOid(matviewOid=28371, is_create=false, skipData...
[10:12:07.332]     frame #8: 0x0000000100603220 postgres`ExecRefreshMatView(stmt=0x0000000147815930, queryString=<unavai...
[10:12:07.332]     frame #9: 0x00000001005e1ac4 postgres`ExecCreateTableAs(pstate=0x0000000150022300, stmt=0x00000001500...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/brin.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrad...
--- /Users/admin/pgsql/src/test/regress/expected/brin.out	2024-11-12 09:59:00
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/brin.out	2024-11-12 10:03:34
@@ -588,4 +588,10 @@
 CREATE INDEX brin_insert_optimization_idx ON brin_insert_optimization USING brin (a);
 UPDATE brin_insert_optimization SET a = a;
 REINDEX INDEX CONCURRENTLY brin_insert_optimization_idx;
-DROP TABLE brin_insert_optimization;
+WARNING:  terminating connection because of crash of another server process
+DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because anothe...
+HINT:  In a moment you should be able to reconnect to the database and repeat your command.
+server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
+connection to server was lost
diff -U3 /Users/admin/pgsql/src/test/regress/expected/privileges.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_...
--- /Users/admin/pgsql/src/test/regress/expected/privileges.out	2024-11-12 09:59:00
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/privileges.out	2024-11-12 10:03:34
@@ -1876,1383 +1876,10 @@
 	WHERE sro_ifun(a + 10) > sro_ifun(10);
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/brin.out /Users/admin/pgsql/build/testrun/recovery/027_stream_regr...
--- /Users/admin/pgsql/src/test/regress/expected/brin.out	2024-11-12 09:59:00
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/brin.out	2024-11-12 10:04:56
@@ -588,4 +588,10 @@
 CREATE INDEX brin_insert_optimization_idx ON brin_insert_optimization USING brin (a);
 UPDATE brin_insert_optimization SET a = a;
 REINDEX INDEX CONCURRENTLY brin_insert_optimization_idx;
-DROP TABLE brin_insert_optimization;
+WARNING:  terminating connection because of crash of another server process
+DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because anothe...
+HINT:  In a moment you should be able to reconnect to the database and repeat your command.
+server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
+connection to server was lost
diff -U3 /Users/admin/pgsql/src/test/regress/expected/privileges.out /Users/admin/pgsql/build/testrun/recovery/027_strea...
--- /Users/admin/pgsql/src/test/regress/expected/privileges.out	2024-11-12 09:59:00
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/privileges.out	2024-11-12 10:04:56
@@ -1841,1418 +1841,11 @@
 DROP INDEX sro_idx;
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/brin.out /Users/admin/pgsql/build/testrun/regress/regress/results/...
--- /Users/admin/pgsql/src/test/regress/expected/brin.out	2024-11-12 09:59:00
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/brin.out	2024-11-12 10:03:34
@@ -588,4 +588,10 @@
 CREATE INDEX brin_insert_optimization_idx ON brin_insert_optimization USING brin (a);
 UPDATE brin_insert_optimization SET a = a;
 REINDEX INDEX CONCURRENTLY brin_insert_optimization_idx;
-DROP TABLE brin_insert_optimization;
+WARNING:  terminating connection because of crash of another server process
+DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because anothe...
+HINT:  In a moment you should be able to reconnect to the database and repeat your command.
+server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
+connection to server was lost
diff -U3 /Users/admin/pgsql/src/test/regress/expected/privileges.out /Users/admin/pgsql/build/testrun/regress/regress/re...
--- /Users/admin/pgsql/src/test/regress/expected/privileges.out	2024-11-12 09:59:00
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/privileges.out	2024-11-12 10:03:34
@@ -1846,1413 +1846,10 @@
 REINDEX TABLE sro_tab;
...
tap
[10:03:43.601](123.434s) not ok 5 - regression tests pass
[10:03:46.086](2.393s) not ok 6 - dump before running pg_upgrade
tap
[10:05:03.333](99.724s) not ok 2 - regression tests pass
test
[10:07:59.900]  33/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[10:07:59.900]  41/312 postgresql:regress / regress/regress                                            ERROR           1...
[10:07:59.900]  96/312 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
Windows - Server 2019, VS 2019 - Meson & ninja
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 195, PID: 2368
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 195, PID: 6456
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 195, PID: 7160
core
000000a0`3c1ff6c8 00007fff`2b66d71e     ntdll!NtWaitForSingleObject+0x14
000000a0`3c1ff6d0 00007ff7`2964618c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000a0`3c1ff770 00007fff`2c524cb0     postgres!pg_timer_thread(
000000a0`3c1ff7b0 00007fff`2df5ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a0`3c1ff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a0`3b9ffa68 00007fff`2deeb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a0`3b9ffa70 00007fff`2c524cb0     ntdll!TppWorkerThread+0x2df
000000a0`3b9ffd60 00007fff`2df5ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a0`3b9ffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a0`3b5fe110 00007ff7`2998d4a8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a0`3b5fe150 00007ff7`29470c59     postgres!ExceptionalCondition(
000000a0`3b5fe190 00007fff`18c52d26     postgres!standard_ExecutorStart(
000000a0`3b5fe1e0 00007ff7`29470aca     pg_stat_statements!pgss_ExecutorStart(
000000a0`3b5fe220 00007ff7`293c3c79     postgres!ExecutorStart(
000000a0`3b5fe250 00007ff7`293c3610     postgres!refresh_matview_datafill(
000000a0`3b5fe2e0 00007ff7`293c2e78     postgres!RefreshMatViewByOid(
000000a0`3b5fe530 00007ff7`29382697     postgres!ExecRefreshMatView(
000000a0`3b5fe5b0 00007ff7`297639c7     postgres!ExecCreateTableAs(
000000a0`3b5fe6d0 00007ff7`2975f68f     postgres!ProcessUtilitySlow(
core
000000a0`3bdff998 00007fff`2b6b45ca     ntdll!NtFsControlFile+0x14
000000a0`3bdff9a0 00007ff7`296446eb     KERNELBASE!ConnectNamedPipe+0x6a
000000a0`3bdffa10 00007fff`2c524cb0     postgres!pg_signal_thread(
000000a0`3bdffb10 00007fff`2df5ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a0`3bdffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a0`3c5ff568 00007fff`2deeb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a0`3c5ff570 00007fff`2c524cb0     ntdll!TppWorkerThread+0x2df
000000a0`3c5ff860 00007fff`2df5ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a0`3c5ff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000072`ef9ff6f8 00007fff`2deeb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000072`ef9ff700 00007fff`2c524cb0     ntdll!TppWorkerThread+0x2df
00000072`ef9ff9f0 00007fff`2df5ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000072`ef9ffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000072`ef1ffda8 00007fff`2b6b45ca     ntdll!NtFsControlFile+0x14
00000072`ef1ffdb0 00007ff7`296446eb     KERNELBASE!ConnectNamedPipe+0x6a
00000072`ef1ffe20 00007fff`2c524cb0     postgres!pg_signal_thread(
00000072`ef1fff20 00007fff`2df5ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000072`ef1fff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000072`ef5ffde8 00007fff`2b66d71e     ntdll!NtWaitForSingleObject+0x14
00000072`ef5ffdf0 00007ff7`2964618c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000072`ef5ffe90 00007fff`2c524cb0     postgres!pg_timer_thread(
00000072`ef5ffed0 00007fff`2df5ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000072`ef5fff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000072`ee9fe250 00007ff7`2998d4a8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000072`ee9fe290 00007ff7`29470c59     postgres!ExceptionalCondition(
00000072`ee9fe2d0 00007ff7`29470ada     postgres!standard_ExecutorStart(
00000072`ee9fe320 00007ff7`293c3c79     postgres!ExecutorStart(
00000072`ee9fe350 00007ff7`293c3610     postgres!refresh_matview_datafill(
00000072`ee9fe3e0 00007ff7`293c2e78     postgres!RefreshMatViewByOid(
00000072`ee9fe630 00007ff7`29382697     postgres!ExecRefreshMatView(
00000072`ee9fe6b0 00007ff7`297639c7     postgres!ExecCreateTableAs(
00000072`ee9fe7d0 00007ff7`2975f68f     postgres!ProcessUtilitySlow(
00000072`ee9ff0f0 00007ff7`2975e5d9     postgres!standard_ProcessUtility(
core
00000072`eedff878 00007fff`2deeb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000072`eedff880 00007fff`2c524cb0     ntdll!TppWorkerThread+0x2df
00000072`eedffb70 00007fff`2df5ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000072`eedffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c3`d5dfdfe0 00007ff7`2998d4a8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c3`d5dfe020 00007ff7`29470c59     postgres!ExceptionalCondition(
000000c3`d5dfe060 00007ff7`29470ada     postgres!standard_ExecutorStart(
000000c3`d5dfe0b0 00007ff7`293c3c79     postgres!ExecutorStart(
000000c3`d5dfe0e0 00007ff7`293c3610     postgres!refresh_matview_datafill(
000000c3`d5dfe170 00007ff7`293c2e78     postgres!RefreshMatViewByOid(
000000c3`d5dfe3c0 00007ff7`29382697     postgres!ExecRefreshMatView(
000000c3`d5dfe440 00007ff7`297639c7     postgres!ExecCreateTableAs(
000000c3`d5dfe560 00007ff7`2975f68f     postgres!ProcessUtilitySlow(
000000c3`d5dfee80 00007ff7`2975e5d9     postgres!standard_ProcessUtility(
core
000000c3`d61ffaf8 00007fff`2deeb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c3`d61ffb00 00007fff`2c524cb0     ntdll!TppWorkerThread+0x2df
000000c3`d61ffdf0 00007fff`2df5ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c3`d61ffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c3`d65ff7f8 00007fff`2b6b45ca     ntdll!NtFsControlFile+0x14
000000c3`d65ff800 00007ff7`296446eb     KERNELBASE!ConnectNamedPipe+0x6a
000000c3`d65ff870 00007fff`2c524cb0     postgres!pg_signal_thread(
000000c3`d65ff970 00007fff`2df5ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c3`d65ff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c3`d69ff868 00007fff`2b66d71e     ntdll!NtWaitForSingleObject+0x14
000000c3`d69ff870 00007ff7`2964618c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000c3`d69ff910 00007fff`2c524cb0     postgres!pg_timer_thread(
000000c3`d69ff950 00007fff`2df5ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c3`d69ff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c3`d6dff728 00007fff`2deeb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c3`d6dff730 00007fff`2c524cb0     ntdll!TppWorkerThread+0x2df
000000c3`d6dffa20 00007fff`2df5ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c3`d6dffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/brin.out C:/cirrus/build/testrun/pg_upgrade/002_pg_upgr...
--- C:/cirrus/src/test/regress/expected/brin.out	2024-11-12 09:59:13.986322500 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/brin.out	2024-11-12 10:02:12.329059800 +0000
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/brin.out C:/cirrus/build/testrun/recovery/027_stream_re...
--- C:/cirrus/src/test/regress/expected/brin.out	2024-11-12 09:59:13.986322500 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/brin.out	2024-11-12 10:04:09.037533600 +0000
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/brin.out C:/cirrus/build/testrun/regress/regress/result...
--- C:/cirrus/src/test/regress/expected/brin.out	2024-11-12 09:59:13.986322500 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/brin.out	2024-11-12 10:02:05.252863400 +0000
@@ -588,4 +588,10 @@
 CREATE INDEX brin_insert_optimization_idx ON brin_insert_optimization USING brin (a);
 UPDATE brin_insert_optimization SET a = a;
 REINDEX INDEX CONCURRENTLY brin_insert_optimization_idx;
-DROP TABLE brin_insert_optimization;
+WARNING:  terminating connection because of crash of another server process
+DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because anothe...
+HINT:  In a moment you should be able to reconnect to the database and repeat your command.
+server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
+connection to server was lost
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/privileges.out C:/cirrus/build/testrun/regress/regress/...
--- C:/cirrus/src/test/regress/expected/privileges.out	2024-11-12 09:59:14.117625200 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/privileges.out	2024-11-12 10:02:05.252863400 +0000
@@ -1842,1417 +1842,10 @@
 -- Do the same concurrently
...
tap
[10:02:56.024](97.355s) not ok 5 - regression tests pass
[10:02:59.816](3.759s) not ok 6 - dump before running pg_upgrade
tap
[10:04:33.639](77.661s) not ok 2 - regression tests pass
test
[10:13:39.689]  23/307 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[10:13:39.689]  21/307 postgresql:regress / regress/regress                                            ERROR           1...
[10:13:39.689]  51/307 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
51/5174 Call rm_redo in a temporary memory context
CompilerWarnings
compiler
[07:23:05.407] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
compiler
[07:22:04.318] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
compiler
[07:30:07.121] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
51/5283 Replace IN VALUES with ANY in WHERE clauses during optimization
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/subselect.out /tmp/cirrus-ci-build/build/testrun/regress/regress...
--- /tmp/cirrus-ci-build/src/test/regress/expected/subselect.out	2024-11-12 04:53:36.516319000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/subselect.out	2024-11-12 04:54:46.106647000 +0000
@@ -2313,15 +2313,16 @@
 EXPLAIN (COSTS OFF)
 SELECT c.oid,c.relname FROM pg_class c JOIN pg_am a USING (oid)
 WHERE c.oid IN (VALUES (1), (2));
-                          QUERY PLAN                           
----------------------------------------------------------------
- Hash Join
-   Hash Cond: (a.oid = c.oid)
-   ->  Seq Scan on pg_am a
-   ->  Hash
-         ->  Index Scan using pg_class_oid_index on pg_class c
-               Index Cond: (oid = ANY ('{1,2}'::integer[]))
-(6 rows)
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (c.oid = a.oid)
...
test
[04:58:44.785]  14/312 postgresql:regress / regress/regress                                            ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/subselect.out C:/cirrus/build/testrun/regress/regress/r...
--- C:/cirrus/src/test/regress/expected/subselect.out	2024-11-12 04:53:46.956644600 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/subselect.out	2024-11-12 04:56:12.390105000 +0000
@@ -2313,15 +2313,16 @@
 EXPLAIN (COSTS OFF)
 SELECT c.oid,c.relname FROM pg_class c JOIN pg_am a USING (oid)
 WHERE c.oid IN (VALUES (1), (2));
-                          QUERY PLAN                           
----------------------------------------------------------------
- Hash Join
-   Hash Cond: (a.oid = c.oid)
-   ->  Seq Scan on pg_am a
-   ->  Hash
-         ->  Index Scan using pg_class_oid_index on pg_class c
-               Index Cond: (oid = ANY ('{1,2}'::integer[]))
-(6 rows)
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (c.oid = a.oid)
...
test
[05:06:20.188]   7/307 postgresql:regress / regress/regress                                            ERROR           1...
51/5272 Truncate logs by max_log_size
CompilerWarnings
compiler
[01:39:00.697] elog.c:1699:9: error: initializing 'char *' with an expression of type 'const char *' discards qualifiers...
compiler
[01:36:55.768] elog.c:1699:9: error: initializing 'char *' with an expression of type 'const char *' discards qualifiers...
compiler
[01:34:15.488] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar...
compiler
[01:32:21.593] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar...
compiler
[01:42:51.122] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar...
51/5246 Allow SQL functions use CachedPlan machinery
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upg...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-11-11 23:28:17.952799000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/xml.out	2024-11-11 23:29:44.433792000 +000...
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-11-11 23:28:17.952799000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/xml.out	2024-11-11 23:30:36.947497000 +0...
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/regress/regress/resul...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-11-11 23:28:17.952799000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/xml.out	2024-11-11 23:29:46.021717000 +0000
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
tap
[23:30:03.249](64.092s) not ok 5 - regression tests pass
tap
[23:30:52.600](75.630s) not ok 2 - regression tests pass
test
[23:32:47.241]  40/312 postgresql:regress / regress/regress                                            ERROR            ...
[23:32:47.241]  94/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[23:32:47.241] 154/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/result...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-11-11 23:28:17.619495037 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/xml.out	2024-11-11 23:34:03.498769255 +0000
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-11-11 23:28:17.619495037 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/xml.out	2024-11-11 23:35:20.374683044 +0000
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/src/test/regress/results/xml.out
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-11-11 23:28:17.619495037 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/xml.out	2024-11-11 23:31:35.599122210 +0000
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
tap
[23:34:10.708](110.352s) not ok 5 - regression tests pass
tap
[23:35:26.987](65.557s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upg...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-11-11 23:28:18.293109732 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/xml.out	2024-11-11 23:30:54.622963511 +000...
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-11-11 23:28:18.293109732 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/xml.out	2024-11-11 23:31:37.402727388 +0...
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/regress/regress/resul...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-11-11 23:28:18.293109732 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/xml.out	2024-11-11 23:30:46.971003029 +0000
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
tap
[23:31:10.203](87.566s) not ok 5 - regression tests pass
tap
[23:31:50.601](90.487s) not ok 2 - regression tests pass
test
[23:33:44.081]  44/312 postgresql:regress / regress/regress                                            ERROR            ...
[23:33:44.081] 141/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[23:33:44.081] 176/312 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/4942 Avoid orphaned objects dependencies, take 3
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/query_cancel.out /tmp/cirrus-ci-build/build/testrun/postgres...
--- /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/query_cancel.out	2024-11-11 21:06:53.471125002 +0000
+++ /tmp/cirrus-ci-build/build/testrun/postgres_fdw/regress/results/query_cancel.out	2024-11-11 21:13:38.191880031 +0000
@@ -29,4 +29,5 @@
 -- This would take very long if not canceled:
 SELECT count(*) FROM ft1 a CROSS JOIN ft1 b CROSS JOIN ft1 c CROSS JOIN ft1 d;
 ERROR:  canceling statement due to statement timeout
+WARNING:  could not get result of cancel request due to timeout
 COMMIT;
test
[21:15:11.267] 151/312 postgresql:postgres_fdw / postgres_fdw/regress                                  ERROR            ...
51/5004 CREATE INDEX CONCURRENTLY for partitioned tables
FreeBSD - 13 - Meson
core
[21:13:10.351] #0  0x000000082b19b8fa in _sigprocmask () from /lib/libc.so.7
[21:13:10.351] #1  0x000000082b1d4f91 in _system () from /lib/libc.so.7
[21:13:10.351] #2  0x000000082a28b9d3 in ?? () from /lib/libthr.so.3
[21:13:10.351] #3  0x000000000066a615 in RestoreArchivedFile (path=path@entry=0x8219141d0 "pg_wal/00000002", '0' <repeat...
[21:13:10.351] #4  0x0000000000651698 in existsTimeLineHistory (probeTLI=probeTLI@entry=3) at ../src/backend/access/tran...
[21:13:10.351] #5  0x0000000000651758 in findNewestTimeLine (startTLI=startTLI@entry=2) at ../src/backend/access/transam...
[21:13:10.351] #6  0x0000000000675a2b in rescanLatestTimeLine (replayTLI=replayTLI@entry=2, replayLSN=replayLSN@entry=67...
[21:13:10.351] #7  0x0000000000671c83 in WaitForWALToBecomeAvailable (RecPtr=67210840, tliRecPtr=67210816, replayTLI=2, ...
[21:13:10.351] #8  XLogPageRead (xlogreader=0x836075130, targetPagePtr=67207168, reqLen=3672, targetRecPtr=67210816, rea...
[21:13:10.351] #9  0x0000000000678972 in ReadPageInternal (state=state@entry=0x836075130, pageptr=67207168, reqLen=3672)...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_p...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-11-11 20:54:26.522771000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/indexing.out	2024-11-11 20:56:15.226197000...
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/recovery/027_str...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-11-11 20:54:26.522771000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/indexing.out	2024-11-11 20:56:54.6116210...
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/regress/regress/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-11-11 20:54:26.522771000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/indexing.out	2024-11-11 20:56:13.064312000 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[20:56:18.789](64.474s) not ok 5 - regression tests pass
tap
[20:56:57.008](66.708s) not ok 2 - regression tests pass
test
[21:11:51.881]  41/312 postgresql:regress / regress/regress                                            ERROR            ...
[21:11:51.881]  78/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[21:11:51.881] 139/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[21:11:51.881] 312/312 postgresql:isolation / isolation/isolation                                      TIMEOUT        10...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-11-11 20:54:22.348894372 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/indexing.out	2024-11-11 21:01:00.075471785 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/partitioned-cic.out /tmp/cirrus-ci-build/src/test/isolation/ou...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/partitioned-cic.out	2024-11-11 20:54:22.184480405 +0000
+++ /tmp/cirrus-ci-build/src/test/isolation/output_iso/results/partitioned-cic.out	2024-11-11 21:22:15.197186211 +0000
@@ -3,10 +3,14 @@
 starting permutation: lock_p1 cic insert drop2 commit chk_content
 step lock_p1: lock cictab_part_1 in row exclusive mode;
 step cic: CREATE INDEX CONCURRENTLY ON cictab(i); <waiting ...>
-step insert: insert into cictab values (1, 1), (11, 1);
-step drop2: DROP TABLE cictab_part_2;
+step insert: insert into cictab values (1, 1), (11, 1); <waiting ...>
+isolationtester: canceling step insert after 360 seconds
+step insert: <... completed>
+ERROR:  canceling statement due to user request
+step drop2: DROP TABLE cictab_part_2; <waiting ...>
 step commit: COMMIT;
 step cic: <... completed>
+step drop2: <... completed>
 step chk_content: 
   set enable_seqscan to off;
   explain (costs off) select * from cictab where i > 0;
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/src/test/recovery/tmp_check/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-11-11 20:54:22.348894372 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/indexing.out	2024-11-11 21:02:05.764208940 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/src/test/regress/results/index...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-11-11 20:54:22.348894372 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/indexing.out	2024-11-11 20:58:23.530787431 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[21:01:04.784](101.560s) not ok 5 - regression tests pass
tap
[21:02:08.517](71.831s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_p...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-11-11 20:54:22.425608096 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/indexing.out	2024-11-11 20:57:47.495487846...
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/recovery/027_str...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-11-11 20:54:22.425608096 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/indexing.out	2024-11-11 20:58:16.9511102...
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/regress/regress/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-11-11 20:54:22.425608096 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/indexing.out	2024-11-11 20:57:41.839405395 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[20:57:49.343](71.091s) not ok 5 - regression tests pass
tap
[20:58:19.298](67.692s) not ok 2 - regression tests pass
test
[21:13:14.595]  42/312 postgresql:regress / regress/regress                                            ERROR            ...
[21:13:14.595] 108/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[21:13:14.595] 147/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[21:13:14.595] 312/312 postgresql:isolation / isolation/isolation                                      TIMEOUT        10...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/indexing.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_up...
--- /Users/admin/pgsql/src/test/regress/expected/indexing.out	2024-11-11 20:54:23
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/indexing.out	2024-11-11 20:56:53
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/indexing.out /Users/admin/pgsql/build/testrun/recovery/027_stream_...
--- /Users/admin/pgsql/src/test/regress/expected/indexing.out	2024-11-11 20:54:23
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/indexing.out	2024-11-11 20:58:00
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/indexing.out /Users/admin/pgsql/build/testrun/regress/regress/resu...
--- /Users/admin/pgsql/src/test/regress/expected/indexing.out	2024-11-11 20:54:23
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/indexing.out	2024-11-11 20:56:50
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[20:56:56.362](64.767s) not ok 5 - regression tests pass
tap
[20:58:03.788](67.309s) not ok 2 - regression tests pass
test
[21:12:28.411]  27/312 postgresql:regress / regress/regress                                            ERROR            ...
[21:12:28.411]  48/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[21:12:28.411] 128/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[21:12:28.411] 312/312 postgresql:isolation / isolation/isolation                                      TIMEOUT        10...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/indexing.out C:/cirrus/build/testrun/pg_upgrade/002_pg_...
--- C:/cirrus/src/test/regress/expected/indexing.out	2024-11-11 20:54:53.327362400 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/indexing.out	2024-11-11 20:58:43.785151700 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/indexing.out C:/cirrus/build/testrun/recovery/027_strea...
--- C:/cirrus/src/test/regress/expected/indexing.out	2024-11-11 20:54:53.327362400 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/indexing.out	2024-11-11 21:00:57.025545800 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/indexing.out C:/cirrus/build/testrun/regress/regress/re...
--- C:/cirrus/src/test/regress/expected/indexing.out	2024-11-11 20:54:53.327362400 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/indexing.out	2024-11-11 20:58:36.741195200 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[20:58:52.705](117.222s) not ok 5 - regression tests pass
tap
[21:01:04.255](114.787s) not ok 2 - regression tests pass
test
[21:13:28.801]  24/307 postgresql:regress / regress/regress                                            ERROR           1...
[21:13:28.801]  37/307 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[21:13:28.801]  76/307 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
[21:13:28.801] 307/307 postgresql:isolation / isolation/isolation                                      TIMEOUT        10...
51/4390 add not_before and not_after timestamps to sslinfo extension and pg_stat_ssl
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[20:33:53.744] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notAfter referenced in...
compiler
[20:33:36.374] ../src/backend/libpq/be-secure-openssl.c(1575): warning C4024: 'ASN1_TIME_to_timestamptz': different type...
compiler
[20:33:36.374] ../src/backend/libpq/be-secure-openssl.c(1566): warning C4024: 'ASN1_TIME_to_timestamptz': different type...
compiler
[20:33:36.361] ../src/backend/libpq/be-secure-openssl.c(1566): warning C4047: 'function': 'ASN1_TIME *' differs in level...
compiler
[20:33:53.744] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notBefore referenced i...
compiler
[20:33:36.374] ../src/backend/libpq/be-secure-openssl.c(1575): warning C4047: 'function': 'ASN1_TIME *' differs in level...
50/5270 jsonpath string methods: lower, upper, initcap, l/r/btrim, replace, split_part
CompilerWarnings
compiler
[19:16:36.780] jsonpath_exec.c:2827:13: error: mixing declarations and code is incompatible with standards before C99 [-...
compiler
[19:16:26.628] jsonpath_exec.c:2827:13: error: mixing declarations and code is incompatible with standards before C99 [-...
compiler
[19:15:56.752] jsonpath_exec.c:2827:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta...
compiler
[19:15:47.271] jsonpath_exec.c:2827:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta...
compiler
[19:17:01.048] jsonpath_exec.c:2827:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta...
Linux - Debian Bookworm - Meson
core
[19:25:19.196] #0  0x00007efc41a33da4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[19:25:19.196] #1  0x00007efc419e0239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[19:25:19.196] #2  0x00007efc419e0497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[19:25:19.196] #3  0x00005557a19fe5f3 in ?? ()
[19:25:19.196] #4  0x00005557a19f8369 in ?? ()
[19:25:19.196] #5  0x00005557a19f720f in ?? ()
[19:25:19.196] #6  0x00005557a19f7c3b in ?? ()
[19:25:19.196] #7  0x00005557a19f566f in ?? ()
[19:25:19.196] #8  0x00007efc419cb24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[19:25:19.196] #9  0x00007efc419cb305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[19:25:19.836] #0  0xf7f4f559 in __kernel_vsyscall ()
[19:25:19.836] #1  0xf688f692 in pthread_sigmask () from /lib/i386-linux-gnu/libc.so.6
[19:25:19.836] #2  0xf6839380 in sigprocmask () from /lib/i386-linux-gnu/libc.so.6
[19:25:19.836] #3  0xf6906085 in ?? () from /lib/i386-linux-gnu/libc.so.6
[19:25:19.836] #4  0xf69237a8 in ?? () from /lib/i386-linux-gnu/libc.so.6
core
[19:25:19.836] #0  <unavailable> in ?? ()
core
[19:25:19.324] #0  0x00007efc41a33da4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[19:25:19.324] #1  0x00007efc419e0239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[19:25:19.324] #2  0x00007efc419e0497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[19:25:19.324] #3  0x00005557a19fe5c1 in ?? ()
[19:25:19.324] #4  0x00005557a19f8369 in ?? ()
[19:25:19.324] #5  0x00005557a19f720f in ?? ()
[19:25:19.324] #6  0x00005557a19f7c3b in ?? ()
[19:25:19.324] #7  0x00005557a19f566f in ?? ()
[19:25:19.324] #8  0x00007efc419cb24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[19:25:19.324] #9  0x00007efc419cb305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[19:25:19.196] #0  <unavailable> in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out /tmp/cirrus-ci-build/build-32/testrun/pg_upgr...
--- /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out	2024-11-11 19:15:08.522425107 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/pg_upgrade/002_pg_upgrade/data/results/jsonb_jsonpath.out	2024-11-11 19:21:20....
@@ -3082,7 +3082,7 @@
 select jsonb_path_query('"abc~@~def~@~ghi"', '$.split_part("~@~", 2)');
  jsonb_path_query 
 ------------------
- "def"
+ ""
 (1 row)
 
 -- Test string methods play nicely together
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out /tmp/cirrus-ci-build/build-32/testrun/recover...
--- /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out	2024-11-11 19:15:08.522425107 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/recovery/027_stream_regress/data/results/jsonb_jsonpath.out	2024-11-11 19:21:5...
@@ -3082,7 +3082,7 @@
 select jsonb_path_query('"abc~@~def~@~ghi"', '$.split_part("~@~", 2)');
  jsonb_path_query 
 ------------------
- "def"
+ ""
 (1 row)
 
 -- Test string methods play nicely together
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out /tmp/cirrus-ci-build/build-32/testrun/regress...
--- /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out	2024-11-11 19:15:08.522425107 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/regress/regress/results/jsonb_jsonpath.out	2024-11-11 19:21:16.565038894 +0000
@@ -3082,7 +3082,7 @@
 select jsonb_path_query('"abc~@~def~@~ghi"', '$.split_part("~@~", 2)');
  jsonb_path_query 
 ------------------
- "def"
+ ""
 (1 row)
 
 -- Test string methods play nicely together
tap
[19:21:39.909](75.993s) not ok 5 - regression tests pass
tap
[19:22:13.729](74.142s) not ok 2 - regression tests pass
test
[19:24:05.438]  41/312 postgresql:regress / regress/regress                                            ERROR            ...
[19:24:05.438] 125/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[19:24:05.438] 152/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
51/5325 Add sortsupport for range types and btree_gist
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/btree_gist/expected/partitions.out /tmp/cirrus-ci-build/build/testrun/btree_gist/r...
--- /tmp/cirrus-ci-build/contrib/btree_gist/expected/partitions.out	2024-11-11 17:03:55.087040000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/btree_gist/regress/results/partitions.out	2024-11-11 17:07:05.142859000 +0000
@@ -11,9 +11,7 @@
 ) partition by range (id);
 create table parttmp_1_to_10 partition of parttmp for values from (1) to (10);
 NOTICE:  notice triggered for injection point btree-gist-sorted-build
-NOTICE:  notice triggered for injection point btree-gist-sorted-build
 create table parttmp_11_to_20 partition of parttmp for values from (11) to (20);
-NOTICE:  notice triggered for injection point btree-gist-sorted-build
 NOTICE:  notice triggered for injection point btree-gist-sorted-build
 insert into parttmp (id, valid_at) values
   (1, '[2000-01-01, 2000-02-01)'),
diff -U3 /tmp/cirrus-ci-build/contrib/btree_gist/expected/without_overlaps.out /tmp/cirrus-ci-build/build/testrun/btree_...
--- /tmp/cirrus-ci-build/contrib/btree_gist/expected/without_overlaps.out	2024-11-11 17:03:55.089831000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/btree_gist/regress/results/without_overlaps.out	2024-11-11 17:07:05.502781000 +00...
@@ -9,7 +9,6 @@
   CONSTRAINT temporal_rng_pk PRIMARY KEY (id, valid_at WITHOUT OVERLAPS)
 );
 NOTICE:  notice triggered for injection point btree-gist-sorted-build
...
regress
diff -U3 /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_env.out /tmp/cirrus-ci-build/build/testrun/plperl/regress/re...
--- /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_env.out	2024-11-11 17:03:56.536252000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/plperl/regress/results/plperl_env.out	2024-11-11 17:06:54.783161000 +0000
@@ -49,5 +49,5 @@
    }
 
 $$ LANGUAGE plperl;
-WARNING:  attempted alteration of $ENV{TEST_PLPERL_ENV_FOO} at line 12.
+WARNING:  attempted alteration of $ENV{TEST_PLPERL_ENV_FOO} at line 43.
 NOTICE:  environ unaffected
test
[17:09:50.105]  48/312 postgresql:plperl / plperl/regress                                              ERROR            ...
[17:09:50.105]  65/312 postgresql:btree_gist / btree_gist/regress                                      ERROR            ...
Linux - Debian Bookworm - Meson
core
[17:12:14.549] #0  0x00007f788fd10da4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[17:12:14.549] #1  0x00007f788fcbd239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[17:12:14.549] #2  0x00007f788fcbd497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[17:12:14.549] #3  0x000055fa5f76a5c1 in ?? ()
[17:12:14.549] #4  0x000055fa5f764369 in ?? ()
[17:12:14.549] #5  0x000055fa5f76320f in ?? ()
[17:12:14.549] #6  0x000055fa5f763c3b in ?? ()
[17:12:14.549] #7  0x000055fa5f76166f in ?? ()
[17:12:14.549] #8  0x00007f788fca824a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[17:12:14.549] #9  0x00007f788fca8305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[17:12:15.212] #0  0x00007f04232aeda4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[17:12:15.212] #1  0x00007f042325b239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[17:12:15.212] #2  0x00007f0423316204 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[17:12:15.212] #3  0x00007f042332885c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[17:12:15.212] #0  <unavailable> in ?? ()
core
[17:12:14.682] #0  0x00007f788fd10da4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[17:12:14.682] #1  0x00007f788fcbd239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[17:12:14.682] #2  0x00007f788fcbd497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[17:12:14.682] #3  0x000055fa5f76a5f3 in ?? ()
[17:12:14.682] #4  0x000055fa5f764369 in ?? ()
[17:12:14.682] #5  0x000055fa5f76320f in ?? ()
[17:12:14.682] #6  0x000055fa5f763c3b in ?? ()
[17:12:14.682] #7  0x000055fa5f76166f in ?? ()
[17:12:14.682] #8  0x00007f788fca824a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[17:12:14.682] #9  0x00007f788fca8305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[17:12:14.682] #0  <unavailable> in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/contrib/btree_gist/expected/partitions.out /tmp/cirrus-ci-build/build/testrun/btree_gist/r...
--- /tmp/cirrus-ci-build/contrib/btree_gist/expected/partitions.out	2024-11-11 17:03:50.729864391 +0000
+++ /tmp/cirrus-ci-build/build/testrun/btree_gist/regress/results/partitions.out	2024-11-11 17:08:53.639451335 +0000
@@ -11,10 +11,8 @@
 ) partition by range (id);
 create table parttmp_1_to_10 partition of parttmp for values from (1) to (10);
 NOTICE:  notice triggered for injection point btree-gist-sorted-build
-NOTICE:  notice triggered for injection point btree-gist-sorted-build
 create table parttmp_11_to_20 partition of parttmp for values from (11) to (20);
 NOTICE:  notice triggered for injection point btree-gist-sorted-build
-NOTICE:  notice triggered for injection point btree-gist-sorted-build
 insert into parttmp (id, valid_at) values
   (1, '[2000-01-01, 2000-02-01)'),
   (1, '[2000-02-01, 2000-03-01)'),
diff -U3 /tmp/cirrus-ci-build/contrib/btree_gist/expected/without_overlaps.out /tmp/cirrus-ci-build/build/testrun/btree_...
--- /tmp/cirrus-ci-build/contrib/btree_gist/expected/without_overlaps.out	2024-11-11 17:03:50.733874321 +0000
+++ /tmp/cirrus-ci-build/build/testrun/btree_gist/regress/results/without_overlaps.out	2024-11-11 17:08:53.819451426 +00...
@@ -9,7 +9,6 @@
   CONSTRAINT temporal_rng_pk PRIMARY KEY (id, valid_at WITHOUT OVERLAPS)
 );
...
regress
diff -U3 /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_env.out /tmp/cirrus-ci-build/build/testrun/plperl/regress/re...
--- /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_env.out	2024-11-11 17:03:52.373411140 +0000
+++ /tmp/cirrus-ci-build/build/testrun/plperl/regress/results/plperl_env.out	2024-11-11 17:08:43.739448543 +0000
@@ -49,5 +49,5 @@
    }
 
 $$ LANGUAGE plperl;
-WARNING:  attempted alteration of $ENV{TEST_PLPERL_ENV_FOO} at line 12.
+WARNING:  attempted alteration of $ENV{TEST_PLPERL_ENV_FOO} at line 43.
 NOTICE:  environ unaffected
test
[17:11:05.562]  47/312 postgresql:plperl / plperl/regress                                              ERROR            ...
[17:11:05.562]  71/312 postgresql:btree_gist / btree_gist/regress                                      ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/contrib/btree_gist/expected/partitions.out C:/cirrus/build/testrun/btree_gist/reg...
--- C:/cirrus/contrib/btree_gist/expected/partitions.out	2024-11-11 17:04:03.535993700 +0000
+++ C:/cirrus/build/testrun/btree_gist/regress/results/partitions.out	2024-11-11 17:10:36.924249400 +0000
@@ -11,10 +11,8 @@
 ) partition by range (id);
 create table parttmp_1_to_10 partition of parttmp for values from (1) to (10);
 NOTICE:  notice triggered for injection point btree-gist-sorted-build
-NOTICE:  notice triggered for injection point btree-gist-sorted-build
 create table parttmp_11_to_20 partition of parttmp for values from (11) to (20);
 NOTICE:  notice triggered for injection point btree-gist-sorted-build
-NOTICE:  notice triggered for injection point btree-gist-sorted-build
 insert into parttmp (id, valid_at) values
   (1, '[2000-01-01, 2000-02-01)'),
   (1, '[2000-02-01, 2000-03-01)'),
diff --strip-trailing-cr -U3 C:/cirrus/contrib/btree_gist/expected/without_overlaps.out C:/cirrus/build/testrun/btree_gi...
--- C:/cirrus/contrib/btree_gist/expected/without_overlaps.out	2024-11-11 17:04:03.548259000 +0000
+++ C:/cirrus/build/testrun/btree_gist/regress/results/without_overlaps.out	2024-11-11 17:10:38.706479800 +0000
@@ -9,7 +9,6 @@
   CONSTRAINT temporal_rng_pk PRIMARY KEY (id, valid_at WITHOUT OVERLAPS)
 );
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/pl/plperl/expected/plperl_env.out C:/cirrus/build/testrun/plperl/regress/resu...
--- C:/cirrus/src/pl/plperl/expected/plperl_env.out	2024-11-11 17:04:07.504654800 +0000
+++ C:/cirrus/build/testrun/plperl/regress/results/plperl_env.out	2024-11-11 17:09:47.367128700 +0000
@@ -49,5 +49,5 @@
    }
 
 $$ LANGUAGE plperl;
-WARNING:  attempted alteration of $ENV{TEST_PLPERL_ENV_FOO} at line 12.
+WARNING:  attempted alteration of $ENV{TEST_PLPERL_ENV_FOO} at line 43.
 NOTICE:  environ unaffected
test
[17:17:08.996]  46/307 postgresql:plperl / plperl/regress                                              ERROR            ...
[17:17:08.996]  76/307 postgresql:btree_gist / btree_gist/regress                                      ERROR            ...
50/4908 Recheck foreign key if a referenced collation was nondeterministic
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_env.out /tmp/cirrus-ci-build/build/testrun/plperl/regress/re...
--- /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_env.out	2024-11-11 16:53:52.591046000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/plperl/regress/results/plperl_env.out	2024-11-11 16:56:10.870599000 +0000
@@ -49,5 +49,5 @@
    }
 
 $$ LANGUAGE plperl;
-WARNING:  attempted alteration of $ENV{TEST_PLPERL_ENV_FOO} at line 12.
+WARNING:  attempted alteration of $ENV{TEST_PLPERL_ENV_FOO} at line 43.
 NOTICE:  environ unaffected
test
[16:58:46.025]  47/312 postgresql:plperl / plperl/regress                                              ERROR            ...
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_env.out /tmp/cirrus-ci-build/build/testrun/plperl/regress/re...
--- /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_env.out	2024-11-11 16:53:50.133852331 +0000
+++ /tmp/cirrus-ci-build/build/testrun/plperl/regress/results/plperl_env.out	2024-11-11 16:58:28.670392594 +0000
@@ -49,5 +49,5 @@
    }
 
 $$ LANGUAGE plperl;
-WARNING:  attempted alteration of $ENV{TEST_PLPERL_ENV_FOO} at line 12.
+WARNING:  attempted alteration of $ENV{TEST_PLPERL_ENV_FOO} at line 43.
 NOTICE:  environ unaffected
test
[17:00:41.358]  47/312 postgresql:plperl / plperl/regress                                              ERROR            ...
macOS - Sonoma - Meson
test
[17:01:06.042]  47/312 postgresql:plperl / plperl/regress                                              ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/pl/plperl/expected/plperl_env.out C:/cirrus/build/testrun/plperl/regress/resu...
--- C:/cirrus/src/pl/plperl/expected/plperl_env.out	2024-11-11 16:54:09.302421000 +0000
+++ C:/cirrus/build/testrun/plperl/regress/results/plperl_env.out	2024-11-11 16:59:57.641811100 +0000
@@ -49,5 +49,5 @@
    }
 
 $$ LANGUAGE plperl;
-WARNING:  attempted alteration of $ENV{TEST_PLPERL_ENV_FOO} at line 12.
+WARNING:  attempted alteration of $ENV{TEST_PLPERL_ENV_FOO} at line 43.
 NOTICE:  environ unaffected
test
[17:09:33.922]  47/307 postgresql:plperl / plperl/regress                                              ERROR            ...
51/5277 general purpose array_sort
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_env.out /tmp/cirrus-ci-build/build/testrun/plperl/regress/re...
--- /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_env.out	2024-11-11 16:30:48.559197000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/plperl/regress/results/plperl_env.out	2024-11-11 16:33:27.213492000 +0000
@@ -49,5 +49,5 @@
    }
 
 $$ LANGUAGE plperl;
-WARNING:  attempted alteration of $ENV{TEST_PLPERL_ENV_FOO} at line 12.
+WARNING:  attempted alteration of $ENV{TEST_PLPERL_ENV_FOO} at line 43.
 NOTICE:  environ unaffected
test
[16:35:58.866]  47/312 postgresql:plperl / plperl/regress                                              ERROR            ...
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_env.out /tmp/cirrus-ci-build/build/testrun/plperl/regress/re...
--- /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_env.out	2024-11-11 16:30:47.457895840 +0000
+++ /tmp/cirrus-ci-build/build/testrun/plperl/regress/results/plperl_env.out	2024-11-11 16:36:12.080388134 +0000
@@ -49,5 +49,5 @@
    }
 
 $$ LANGUAGE plperl;
-WARNING:  attempted alteration of $ENV{TEST_PLPERL_ENV_FOO} at line 12.
+WARNING:  attempted alteration of $ENV{TEST_PLPERL_ENV_FOO} at line 43.
 NOTICE:  environ unaffected
test
[16:38:34.062]  47/312 postgresql:plperl / plperl/regress                                              ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/pl/plperl/expected/plperl_env.out /Users/admin/pgsql/build/testrun/plperl/regress/result...
--- /Users/admin/pgsql/src/pl/plperl/expected/plperl_env.out	2024-11-11 16:30:44
+++ /Users/admin/pgsql/build/testrun/plperl/regress/results/plperl_env.out	2024-11-11 16:34:39
@@ -49,5 +49,5 @@
    }
 
 $$ LANGUAGE plperl;
-WARNING:  attempted alteration of $ENV{TEST_PLPERL_ENV_FOO} at line 12.
+WARNING:  attempted alteration of $ENV{TEST_PLPERL_ENV_FOO} at line 43.
 NOTICE:  environ unaffected
test
[16:38:02.056]  49/312 postgresql:plperl / plperl/regress                                              ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/pl/plperl/expected/plperl_env.out C:/cirrus/build/testrun/plperl/regress/resu...
--- C:/cirrus/src/pl/plperl/expected/plperl_env.out	2024-11-11 16:31:05.074156500 +0000
+++ C:/cirrus/build/testrun/plperl/regress/results/plperl_env.out	2024-11-11 16:36:25.294936100 +0000
@@ -49,5 +49,5 @@
    }
 
 $$ LANGUAGE plperl;
-WARNING:  attempted alteration of $ENV{TEST_PLPERL_ENV_FOO} at line 12.
+WARNING:  attempted alteration of $ENV{TEST_PLPERL_ENV_FOO} at line 43.
 NOTICE:  environ unaffected
test
[16:45:54.303]  47/307 postgresql:plperl / plperl/regress                                              ERROR            ...
51/5018 Extension security improvement: Add support for extensions with an owned schema
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_env.out /tmp/cirrus-ci-build/build/testrun/plperl/regress/re...
--- /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_env.out	2024-11-11 16:16:12.801277000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/plperl/regress/results/plperl_env.out	2024-11-11 16:18:06.781176000 +0000
@@ -49,5 +49,5 @@
    }
 
 $$ LANGUAGE plperl;
-WARNING:  attempted alteration of $ENV{TEST_PLPERL_ENV_FOO} at line 12.
+WARNING:  attempted alteration of $ENV{TEST_PLPERL_ENV_FOO} at line 43.
 NOTICE:  environ unaffected
test
[16:20:34.802]  48/312 postgresql:plperl / plperl/regress                                              ERROR            ...
Linux - Debian Bookworm - Meson
core
[16:22:14.567] #0  0x00007f2dbc81bda4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[16:22:14.567] #1  0x00007f2dbc7c8239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[16:22:14.567] #2  0x00007f2dbc7c8497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[16:22:14.567] #3  0x0000556184cc55f3 in ?? ()
[16:22:14.567] #4  0x0000556184cbf369 in ?? ()
[16:22:14.567] #5  0x0000556184cbe20f in ?? ()
[16:22:14.567] #6  0x0000556184cbec3b in ?? ()
[16:22:14.567] #7  0x0000556184cbc66f in ?? ()
[16:22:14.567] #8  0x00007f2dbc7b324a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[16:22:14.567] #9  0x00007f2dbc7b3305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[16:22:14.567] #0  <unavailable> in ?? ()
core
[16:22:14.447] #0  0x00007f2dbc81bda4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[16:22:14.447] #1  0x00007f2dbc7c8239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[16:22:14.447] #2  0x00007f2dbc7c8497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[16:22:14.447] #3  0x0000556184cc55c1 in ?? ()
[16:22:14.447] #4  0x0000556184cbf369 in ?? ()
[16:22:14.447] #5  0x0000556184cbe20f in ?? ()
[16:22:14.447] #6  0x0000556184cbec3b in ?? ()
[16:22:14.447] #7  0x0000556184cbc66f in ?? ()
[16:22:14.447] #8  0x00007f2dbc7b324a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[16:22:14.447] #9  0x00007f2dbc7b3305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
regress
diff -U3 /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_env.out /tmp/cirrus-ci-build/build/testrun/plperl/regress/re...
--- /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_env.out	2024-11-11 16:16:12.198921369 +0000
+++ /tmp/cirrus-ci-build/build/testrun/plperl/regress/results/plperl_env.out	2024-11-11 16:18:54.133973514 +0000
@@ -49,5 +49,5 @@
    }
 
 $$ LANGUAGE plperl;
-WARNING:  attempted alteration of $ENV{TEST_PLPERL_ENV_FOO} at line 12.
+WARNING:  attempted alteration of $ENV{TEST_PLPERL_ENV_FOO} at line 43.
 NOTICE:  environ unaffected
test
[16:21:08.910]  47/312 postgresql:plperl / plperl/regress                                              ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/pl/plperl/expected/plperl_env.out /Users/admin/pgsql/build/testrun/plperl/regress/result...
--- /Users/admin/pgsql/src/pl/plperl/expected/plperl_env.out	2024-11-11 16:16:07
+++ /Users/admin/pgsql/build/testrun/plperl/regress/results/plperl_env.out	2024-11-11 16:19:22
@@ -49,5 +49,5 @@
    }
 
 $$ LANGUAGE plperl;
-WARNING:  attempted alteration of $ENV{TEST_PLPERL_ENV_FOO} at line 12.
+WARNING:  attempted alteration of $ENV{TEST_PLPERL_ENV_FOO} at line 43.
 NOTICE:  environ unaffected
test
[16:22:41.404]  49/312 postgresql:plperl / plperl/regress                                              ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/pl/plperl/expected/plperl_env.out C:/cirrus/build/testrun/plperl/regress/resu...
--- C:/cirrus/src/pl/plperl/expected/plperl_env.out	2024-11-11 16:16:25.550076900 +0000
+++ C:/cirrus/build/testrun/plperl/regress/results/plperl_env.out	2024-11-11 16:22:30.057989000 +0000
@@ -49,5 +49,5 @@
    }
 
 $$ LANGUAGE plperl;
-WARNING:  attempted alteration of $ENV{TEST_PLPERL_ENV_FOO} at line 12.
+WARNING:  attempted alteration of $ENV{TEST_PLPERL_ENV_FOO} at line 43.
 NOTICE:  environ unaffected
test
[16:30:05.854]  48/307 postgresql:plperl / plperl/regress                                              ERROR            ...
51/4814 psql meta-command conninfo+
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_env.out /tmp/cirrus-ci-build/build/testrun/plperl/regress/re...
--- /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_env.out	2024-11-11 16:05:47.470929000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/plperl/regress/results/plperl_env.out	2024-11-11 16:07:46.266131000 +0000
@@ -49,5 +49,5 @@
    }
 
 $$ LANGUAGE plperl;
-WARNING:  attempted alteration of $ENV{TEST_PLPERL_ENV_FOO} at line 12.
+WARNING:  attempted alteration of $ENV{TEST_PLPERL_ENV_FOO} at line 43.
 NOTICE:  environ unaffected
test
[16:10:28.674]  46/312 postgresql:plperl / plperl/regress                                              ERROR            ...
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_env.out /tmp/cirrus-ci-build/build/testrun/plperl/regress/re...
--- /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_env.out	2024-11-11 16:05:43.372715490 +0000
+++ /tmp/cirrus-ci-build/build/testrun/plperl/regress/results/plperl_env.out	2024-11-11 16:08:25.029904617 +0000
@@ -49,5 +49,5 @@
    }
 
 $$ LANGUAGE plperl;
-WARNING:  attempted alteration of $ENV{TEST_PLPERL_ENV_FOO} at line 12.
+WARNING:  attempted alteration of $ENV{TEST_PLPERL_ENV_FOO} at line 43.
 NOTICE:  environ unaffected
test
[16:10:46.097]  48/312 postgresql:plperl / plperl/regress                                              ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/pl/plperl/expected/plperl_env.out /Users/admin/pgsql/build/testrun/plperl/regress/result...
--- /Users/admin/pgsql/src/pl/plperl/expected/plperl_env.out	2024-11-11 16:04:18
+++ /Users/admin/pgsql/build/testrun/plperl/regress/results/plperl_env.out	2024-11-11 16:07:29
@@ -49,5 +49,5 @@
    }
 
 $$ LANGUAGE plperl;
-WARNING:  attempted alteration of $ENV{TEST_PLPERL_ENV_FOO} at line 12.
+WARNING:  attempted alteration of $ENV{TEST_PLPERL_ENV_FOO} at line 43.
 NOTICE:  environ unaffected
test
[16:11:05.813]  48/312 postgresql:plperl / plperl/regress                                              ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/pl/plperl/expected/plperl_env.out C:/cirrus/build/testrun/plperl/regress/resu...
--- C:/cirrus/src/pl/plperl/expected/plperl_env.out	2024-11-11 16:06:09.625333200 +0000
+++ C:/cirrus/build/testrun/plperl/regress/results/plperl_env.out	2024-11-11 16:11:59.120994300 +0000
@@ -49,5 +49,5 @@
    }
 
 $$ LANGUAGE plperl;
-WARNING:  attempted alteration of $ENV{TEST_PLPERL_ENV_FOO} at line 12.
+WARNING:  attempted alteration of $ENV{TEST_PLPERL_ENV_FOO} at line 43.
 NOTICE:  environ unaffected
test
[16:19:15.916]  47/307 postgresql:plperl / plperl/regress                                              ERROR            ...
51/4829 Add trim_trailing_whitespace to editorconfig file
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_env.out /tmp/cirrus-ci-build/build/testrun/plperl/regress/re...
--- /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_env.out	2024-11-11 15:52:39.145698000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/plperl/regress/results/plperl_env.out	2024-11-11 15:55:45.216473000 +0000
@@ -49,5 +49,5 @@
    }
 
 $$ LANGUAGE plperl;
-WARNING:  attempted alteration of $ENV{TEST_PLPERL_ENV_FOO} at line 12.
+WARNING:  attempted alteration of $ENV{TEST_PLPERL_ENV_FOO} at line 43.
 NOTICE:  environ unaffected
test
[15:58:27.569]  48/312 postgresql:plperl / plperl/regress                                              ERROR            ...
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_env.out /tmp/cirrus-ci-build/build/testrun/plperl/regress/re...
--- /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_env.out	2024-11-11 15:52:33.237486408 +0000
+++ /tmp/cirrus-ci-build/build/testrun/plperl/regress/results/plperl_env.out	2024-11-11 15:58:33.035605220 +0000
@@ -49,5 +49,5 @@
    }
 
 $$ LANGUAGE plperl;
-WARNING:  attempted alteration of $ENV{TEST_PLPERL_ENV_FOO} at line 12.
+WARNING:  attempted alteration of $ENV{TEST_PLPERL_ENV_FOO} at line 43.
 NOTICE:  environ unaffected
test
[16:00:54.066]  47/312 postgresql:plperl / plperl/regress                                              ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/pl/plperl/expected/plperl_env.out /Users/admin/pgsql/build/testrun/plperl/regress/result...
--- /Users/admin/pgsql/src/pl/plperl/expected/plperl_env.out	2024-11-11 15:52:32
+++ /Users/admin/pgsql/build/testrun/plperl/regress/results/plperl_env.out	2024-11-11 15:56:25
@@ -49,5 +49,5 @@
    }
 
 $$ LANGUAGE plperl;
-WARNING:  attempted alteration of $ENV{TEST_PLPERL_ENV_FOO} at line 12.
+WARNING:  attempted alteration of $ENV{TEST_PLPERL_ENV_FOO} at line 43.
 NOTICE:  environ unaffected
test
[15:59:47.888]  50/312 postgresql:plperl / plperl/regress                                              ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/pl/plperl/expected/plperl_env.out C:/cirrus/build/testrun/plperl/regress/resu...
--- C:/cirrus/src/pl/plperl/expected/plperl_env.out	2024-11-11 15:52:49.057736300 +0000
+++ C:/cirrus/build/testrun/plperl/regress/results/plperl_env.out	2024-11-11 15:58:03.555106200 +0000
@@ -49,5 +49,5 @@
    }
 
 $$ LANGUAGE plperl;
-WARNING:  attempted alteration of $ENV{TEST_PLPERL_ENV_FOO} at line 12.
+WARNING:  attempted alteration of $ENV{TEST_PLPERL_ENV_FOO} at line 43.
 NOTICE:  environ unaffected
test
[16:05:33.653]  47/307 postgresql:plperl / plperl/regress                                              ERROR            ...
51/4735 Support a wildcard in backtrace_functions
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_env.out /tmp/cirrus-ci-build/build/testrun/plperl/regress/re...
--- /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_env.out	2024-11-11 15:38:56.332536000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/plperl/regress/results/plperl_env.out	2024-11-11 15:42:05.129307000 +0000
@@ -49,5 +49,5 @@
    }
 
 $$ LANGUAGE plperl;
-WARNING:  attempted alteration of $ENV{TEST_PLPERL_ENV_FOO} at line 12.
+WARNING:  attempted alteration of $ENV{TEST_PLPERL_ENV_FOO} at line 43.
 NOTICE:  environ unaffected
test
[15:44:35.038]  48/312 postgresql:plperl / plperl/regress                                              ERROR            ...
Linux - Debian Bookworm - Meson
core
[15:48:21.613] #0  <unavailable> in ?? ()
core
[15:48:21.131] #0  0x00007f112aa7bda4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[15:48:21.131] #1  0x00007f112aa28239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[15:48:21.131] #2  0x00007f112aa28497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[15:48:21.131] #3  0x000055627d3695c1 in ?? ()
[15:48:21.131] #4  0x000055627d363369 in ?? ()
[15:48:21.131] #5  0x000055627d36220f in ?? ()
[15:48:21.131] #6  0x000055627d362c3b in ?? ()
[15:48:21.131] #7  0x000055627d36066f in ?? ()
[15:48:21.131] #8  0x00007f112aa1324a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:48:21.131] #9  0x00007f112aa13305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[15:48:21.613] #0  0x00007f26decaeda4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[15:48:21.613] #1  0x00007f26dec5b239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[15:48:21.613] #2  0x00007f26ded16204 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:48:21.613] #3  0x00007f26ded2885c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
regress
diff -U3 /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_env.out /tmp/cirrus-ci-build/build/testrun/plperl/regress/re...
--- /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_env.out	2024-11-11 15:38:53.515181480 +0000
+++ /tmp/cirrus-ci-build/build/testrun/plperl/regress/results/plperl_env.out	2024-11-11 15:44:59.872808940 +0000
@@ -49,5 +49,5 @@
    }
 
 $$ LANGUAGE plperl;
-WARNING:  attempted alteration of $ENV{TEST_PLPERL_ENV_FOO} at line 12.
+WARNING:  attempted alteration of $ENV{TEST_PLPERL_ENV_FOO} at line 43.
 NOTICE:  environ unaffected
test
[15:47:13.759]  48/312 postgresql:plperl / plperl/regress                                              ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/pl/plperl/expected/plperl_env.out C:/cirrus/build/testrun/plperl/regress/resu...
--- C:/cirrus/src/pl/plperl/expected/plperl_env.out	2024-11-11 15:39:13.483057000 +0000
+++ C:/cirrus/build/testrun/plperl/regress/results/plperl_env.out	2024-11-11 15:45:31.252939200 +0000
@@ -49,5 +49,5 @@
    }
 
 $$ LANGUAGE plperl;
-WARNING:  attempted alteration of $ENV{TEST_PLPERL_ENV_FOO} at line 12.
+WARNING:  attempted alteration of $ENV{TEST_PLPERL_ENV_FOO} at line 43.
 NOTICE:  environ unaffected
test
[15:53:21.733]  48/307 postgresql:plperl / plperl/regress                                              ERROR            ...
51/5327 Use read_stream in index vacuum
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_env.out /tmp/cirrus-ci-build/build/testrun/plperl/regress/re...
--- /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_env.out	2024-11-11 15:29:13.189384000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/plperl/regress/results/plperl_env.out	2024-11-11 15:31:06.743528000 +0000
@@ -49,5 +49,5 @@
    }
 
 $$ LANGUAGE plperl;
-WARNING:  attempted alteration of $ENV{TEST_PLPERL_ENV_FOO} at line 12.
+WARNING:  attempted alteration of $ENV{TEST_PLPERL_ENV_FOO} at line 43.
 NOTICE:  environ unaffected
test
[15:33:42.197]  46/313 postgresql:plperl / plperl/regress                                              ERROR            ...
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_env.out /tmp/cirrus-ci-build/build/testrun/plperl/regress/re...
--- /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_env.out	2024-11-11 15:29:10.214895545 +0000
+++ /tmp/cirrus-ci-build/build/testrun/plperl/regress/results/plperl_env.out	2024-11-11 15:31:48.719328561 +0000
@@ -49,5 +49,5 @@
    }
 
 $$ LANGUAGE plperl;
-WARNING:  attempted alteration of $ENV{TEST_PLPERL_ENV_FOO} at line 12.
+WARNING:  attempted alteration of $ENV{TEST_PLPERL_ENV_FOO} at line 43.
 NOTICE:  environ unaffected
test
[15:34:04.382]  48/313 postgresql:plperl / plperl/regress                                              ERROR            ...
macOS - Sonoma - Meson
test
[15:35:34.511]  49/313 postgresql:plperl / plperl/regress                                              ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/pl/plperl/expected/plperl_env.out C:/cirrus/build/testrun/plperl/regress/resu...
--- C:/cirrus/src/pl/plperl/expected/plperl_env.out	2024-11-11 15:29:24.715233700 +0000
+++ C:/cirrus/build/testrun/plperl/regress/results/plperl_env.out	2024-11-11 15:34:53.599964900 +0000
@@ -49,5 +49,5 @@
    }
 
 $$ LANGUAGE plperl;
-WARNING:  attempted alteration of $ENV{TEST_PLPERL_ENV_FOO} at line 12.
+WARNING:  attempted alteration of $ENV{TEST_PLPERL_ENV_FOO} at line 43.
 NOTICE:  environ unaffected
test
[15:42:00.063]  47/308 postgresql:plperl / plperl/regress                                              ERROR            ...
51/4770 Introduce XID age and inactive timeout based replication slot invalidation
FreeBSD - 13 - Meson
core
[15:20:40.958] #0  0x0000184b1fb6423a in copy_file_range () from /lib/libc.so.7
[15:20:40.958] #1  0x00001842fc8ec3e0 in ?? ()
[15:20:40.958] #2  0x00001842fc8ec01e in ?? ()
[15:20:40.958] #3  0x00001842fc8eb8ad in ?? ()
[15:20:40.958] #4  0x00001842fc8eb33d in ?? ()
[15:20:40.958] #5  0x0000184b1e3d3408 in ?? ()
[15:20:40.958] #6  0x0000000000000000 in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_env.out /tmp/cirrus-ci-build/build/testrun/plperl/regress/re...
--- /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_env.out	2024-11-11 15:15:14.043715000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/plperl/regress/results/plperl_env.out	2024-11-11 15:17:04.617309000 +0000
@@ -49,5 +49,5 @@
    }
 
 $$ LANGUAGE plperl;
-WARNING:  attempted alteration of $ENV{TEST_PLPERL_ENV_FOO} at line 12.
+WARNING:  attempted alteration of $ENV{TEST_PLPERL_ENV_FOO} at line 43.
 NOTICE:  environ unaffected
test
[15:19:26.358]  49/313 postgresql:plperl / plperl/regress                                              ERROR            ...
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_env.out /tmp/cirrus-ci-build/build/testrun/plperl/regress/re...
--- /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_env.out	2024-11-11 15:15:14.490009538 +0000
+++ /tmp/cirrus-ci-build/build/testrun/plperl/regress/results/plperl_env.out	2024-11-11 15:18:03.136325694 +0000
@@ -49,5 +49,5 @@
    }
 
 $$ LANGUAGE plperl;
-WARNING:  attempted alteration of $ENV{TEST_PLPERL_ENV_FOO} at line 12.
+WARNING:  attempted alteration of $ENV{TEST_PLPERL_ENV_FOO} at line 43.
 NOTICE:  environ unaffected
test
[15:20:15.778]  47/313 postgresql:plperl / plperl/regress                                              ERROR            ...
macOS - Sonoma - Meson
core
[15:25:38.768]   * frame #0: 0x0000000186807d70 libsystem_malloc.dylib`malloc_set_zone_name + 408
[15:25:38.768]     frame #1: 0x000000018680c324 libsystem_malloc.dylib`__malloc_init + 4320
[15:25:38.768]     frame #2: 0x0000000193672618 libSystem.B.dylib`libSystem_initializer + 204
[15:25:38.768]     frame #3: 0x000000018667e608 dyld`invocation function for block in dyld4::Loader::findAndRunAllInitia...
[15:25:38.768]     frame #4: 0x00000001866bcd6c dyld`invocation function for block in dyld3::MachOAnalyzer::forEachIniti...
[15:25:38.768]     frame #5: 0x00000001866b0400 dyld`invocation function for block in dyld3::MachOFile::forEachSection(v...
[15:25:38.768]     frame #6: 0x000000018665f2fc dyld`dyld3::MachOFile::forEachLoadCommand(Diagnostics&, void (load_comma...
[15:25:38.768]     frame #7: 0x00000001866af394 dyld`dyld3::MachOFile::forEachSection(void (dyld3::MachOFile::SectionInf...
[15:25:38.768]     frame #8: 0x00000001866bc880 dyld`dyld3::MachOAnalyzer::forEachInitializer(Diagnostics&, dyld3::MachO...
[15:25:38.768]     frame #9: 0x000000018667a53c dyld`dyld4::Loader::findAndRunAllInitializers(dyld4::RuntimeState&) cons...
regress
diff -U3 /Users/admin/pgsql/src/pl/plperl/expected/plperl_env.out /Users/admin/pgsql/build/testrun/plperl/regress/result...
--- /Users/admin/pgsql/src/pl/plperl/expected/plperl_env.out	2024-11-11 15:15:12
+++ /Users/admin/pgsql/build/testrun/plperl/regress/results/plperl_env.out	2024-11-11 15:18:37
@@ -49,5 +49,5 @@
    }
 
 $$ LANGUAGE plperl;
-WARNING:  attempted alteration of $ENV{TEST_PLPERL_ENV_FOO} at line 12.
+WARNING:  attempted alteration of $ENV{TEST_PLPERL_ENV_FOO} at line 43.
 NOTICE:  environ unaffected
test
[15:22:18.152]  47/313 postgresql:plperl / plperl/regress                                              ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/pl/plperl/expected/plperl_env.out C:/cirrus/build/testrun/plperl/regress/resu...
--- C:/cirrus/src/pl/plperl/expected/plperl_env.out	2024-11-11 15:15:24.128057400 +0000
+++ C:/cirrus/build/testrun/plperl/regress/results/plperl_env.out	2024-11-11 15:21:12.946951500 +0000
@@ -49,5 +49,5 @@
    }
 
 $$ LANGUAGE plperl;
-WARNING:  attempted alteration of $ENV{TEST_PLPERL_ENV_FOO} at line 12.
+WARNING:  attempted alteration of $ENV{TEST_PLPERL_ENV_FOO} at line 43.
 NOTICE:  environ unaffected
test
[15:28:57.239]  47/308 postgresql:plperl / plperl/regress                                              ERROR            ...
51/5044 new plpgsql.extra_errors check - strict_expr_check
FreeBSD - 13 - Meson
core
[15:17:25.868] #0  0x000000082b5c18fa in _sigprocmask () from /lib/libc.so.7
[15:17:25.868] #1  0x000000082b5faf91 in _system () from /lib/libc.so.7
[15:17:25.868] #2  0x000000082abcd9d3 in ?? () from /lib/libthr.so.3
[15:17:25.868] #3  0x000000000066b945 in RestoreArchivedFile (path=path@entry=0x821a201d0 "pg_wal/00000002", '0' <repeat...
[15:17:25.868] #4  0x00000000006529c8 in existsTimeLineHistory (probeTLI=probeTLI@entry=3) at ../src/backend/access/tran...
[15:17:25.868] #5  0x0000000000652a88 in findNewestTimeLine (startTLI=startTLI@entry=2) at ../src/backend/access/transam...
[15:17:25.868] #6  0x0000000000676d5b in rescanLatestTimeLine (replayTLI=replayTLI@entry=2, replayLSN=replayLSN@entry=67...
[15:17:25.868] #7  0x0000000000672fb3 in WaitForWALToBecomeAvailable (RecPtr=67210840, tliRecPtr=67210816, replayTLI=2, ...
[15:17:25.868] #8  XLogPageRead (xlogreader=0x834d4e130, targetPagePtr=67207168, reqLen=3672, targetRecPtr=67210816, rea...
[15:17:25.868] #9  0x0000000000679ca2 in ReadPageInternal (state=state@entry=0x834d4e130, pageptr=67207168, reqLen=3672)...
regress
diff -U3 /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_env.out /tmp/cirrus-ci-build/build/testrun/plperl/regress/re...
--- /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_env.out	2024-11-11 15:11:28.757638000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/plperl/regress/results/plperl_env.out	2024-11-11 15:13:35.597585000 +0000
@@ -49,5 +49,5 @@
    }
 
 $$ LANGUAGE plperl;
-WARNING:  attempted alteration of $ENV{TEST_PLPERL_ENV_FOO} at line 12.
+WARNING:  attempted alteration of $ENV{TEST_PLPERL_ENV_FOO} at line 43.
 NOTICE:  environ unaffected
test
[15:16:14.422]  48/312 postgresql:plperl / plperl/regress                                              ERROR            ...
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_env.out /tmp/cirrus-ci-build/build/testrun/plperl/regress/re...
--- /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_env.out	2024-11-11 15:11:24.422464088 +0000
+++ /tmp/cirrus-ci-build/build/testrun/plperl/regress/results/plperl_env.out	2024-11-11 15:14:38.667723078 +0000
@@ -49,5 +49,5 @@
    }
 
 $$ LANGUAGE plperl;
-WARNING:  attempted alteration of $ENV{TEST_PLPERL_ENV_FOO} at line 12.
+WARNING:  attempted alteration of $ENV{TEST_PLPERL_ENV_FOO} at line 43.
 NOTICE:  environ unaffected
test
[15:17:00.362]  47/312 postgresql:plperl / plperl/regress                                              ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/pl/plperl/expected/plperl_env.out C:/cirrus/build/testrun/plperl/regress/resu...
--- C:/cirrus/src/pl/plperl/expected/plperl_env.out	2024-11-11 15:11:44.008037800 +0000
+++ C:/cirrus/build/testrun/plperl/regress/results/plperl_env.out	2024-11-11 15:17:30.089807200 +0000
@@ -49,5 +49,5 @@
    }
 
 $$ LANGUAGE plperl;
-WARNING:  attempted alteration of $ENV{TEST_PLPERL_ENV_FOO} at line 12.
+WARNING:  attempted alteration of $ENV{TEST_PLPERL_ENV_FOO} at line 43.
 NOTICE:  environ unaffected
test
[15:24:29.914]  49/307 postgresql:plperl / plperl/regress                                              ERROR            ...
51/5087 Doc: Move and modify standalone hot backups section
FreeBSD - 13 - Meson
core
[15:00:54.687] #0  0x000034a357ae7ff0 in ?? ()
[15:00:54.687] #1  0x0000000000000000 in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_env.out /tmp/cirrus-ci-build/build/testrun/plperl/regress/re...
--- /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_env.out	2024-11-11 14:54:41.164262000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/plperl/regress/results/plperl_env.out	2024-11-11 14:56:42.191943000 +0000
@@ -49,5 +49,5 @@
    }
 
 $$ LANGUAGE plperl;
-WARNING:  attempted alteration of $ENV{TEST_PLPERL_ENV_FOO} at line 12.
+WARNING:  attempted alteration of $ENV{TEST_PLPERL_ENV_FOO} at line 43.
 NOTICE:  environ unaffected
test
[14:59:31.788]  47/312 postgresql:plperl / plperl/regress                                              ERROR            ...
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_env.out /tmp/cirrus-ci-build/build/testrun/plperl/regress/re...
--- /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_env.out	2024-11-11 14:54:44.348125192 +0000
+++ /tmp/cirrus-ci-build/build/testrun/plperl/regress/results/plperl_env.out	2024-11-11 14:57:34.963638437 +0000
@@ -49,5 +49,5 @@
    }
 
 $$ LANGUAGE plperl;
-WARNING:  attempted alteration of $ENV{TEST_PLPERL_ENV_FOO} at line 12.
+WARNING:  attempted alteration of $ENV{TEST_PLPERL_ENV_FOO} at line 43.
 NOTICE:  environ unaffected
test
[15:00:08.404]  47/312 postgresql:plperl / plperl/regress                                              ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/pl/plperl/expected/plperl_env.out /Users/admin/pgsql/build/testrun/plperl/regress/result...
--- /Users/admin/pgsql/src/pl/plperl/expected/plperl_env.out	2024-11-11 14:54:36
+++ /Users/admin/pgsql/build/testrun/plperl/regress/results/plperl_env.out	2024-11-11 14:57:48
@@ -49,5 +49,5 @@
    }
 
 $$ LANGUAGE plperl;
-WARNING:  attempted alteration of $ENV{TEST_PLPERL_ENV_FOO} at line 12.
+WARNING:  attempted alteration of $ENV{TEST_PLPERL_ENV_FOO} at line 43.
 NOTICE:  environ unaffected
test
[15:01:27.829]  46/312 postgresql:plperl / plperl/regress                                              ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/pl/plperl/expected/plperl_env.out C:/cirrus/build/testrun/plperl/regress/resu...
--- C:/cirrus/src/pl/plperl/expected/plperl_env.out	2024-11-11 14:54:54.466634000 +0000
+++ C:/cirrus/build/testrun/plperl/regress/results/plperl_env.out	2024-11-11 15:00:47.483586700 +0000
@@ -49,5 +49,5 @@
    }
 
 $$ LANGUAGE plperl;
-WARNING:  attempted alteration of $ENV{TEST_PLPERL_ENV_FOO} at line 12.
+WARNING:  attempted alteration of $ENV{TEST_PLPERL_ENV_FOO} at line 43.
 NOTICE:  environ unaffected
test
[15:08:14.359]  46/307 postgresql:plperl / plperl/regress                                              ERROR            ...
50/5339 Inconsistent output handling in 002_pg_upgrade.pl test logs
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_env.out /tmp/cirrus-ci-build/build/testrun/plperl/regress/re...
--- /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_env.out	2024-11-11 14:51:40.014541000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/plperl/regress/results/plperl_env.out	2024-11-11 14:53:44.668749000 +0000
@@ -49,5 +49,5 @@
    }
 
 $$ LANGUAGE plperl;
-WARNING:  attempted alteration of $ENV{TEST_PLPERL_ENV_FOO} at line 12.
+WARNING:  attempted alteration of $ENV{TEST_PLPERL_ENV_FOO} at line 43.
 NOTICE:  environ unaffected
test
[14:56:28.106]  46/312 postgresql:plperl / plperl/regress                                              ERROR            ...
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_env.out /tmp/cirrus-ci-build/build/testrun/plperl/regress/re...
--- /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_env.out	2024-11-11 14:51:40.187360423 +0000
+++ /tmp/cirrus-ci-build/build/testrun/plperl/regress/results/plperl_env.out	2024-11-11 14:54:24.340110343 +0000
@@ -49,5 +49,5 @@
    }
 
 $$ LANGUAGE plperl;
-WARNING:  attempted alteration of $ENV{TEST_PLPERL_ENV_FOO} at line 12.
+WARNING:  attempted alteration of $ENV{TEST_PLPERL_ENV_FOO} at line 43.
 NOTICE:  environ unaffected
test
[14:56:37.400]  47/312 postgresql:plperl / plperl/regress                                              ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/pl/plperl/expected/plperl_env.out C:/cirrus/build/testrun/plperl/regress/resu...
--- C:/cirrus/src/pl/plperl/expected/plperl_env.out	2024-11-11 14:51:51.151577300 +0000
+++ C:/cirrus/build/testrun/plperl/regress/results/plperl_env.out	2024-11-11 14:57:30.209535700 +0000
@@ -49,5 +49,5 @@
    }
 
 $$ LANGUAGE plperl;
-WARNING:  attempted alteration of $ENV{TEST_PLPERL_ENV_FOO} at line 12.
+WARNING:  attempted alteration of $ENV{TEST_PLPERL_ENV_FOO} at line 43.
 NOTICE:  environ unaffected
test
[15:04:37.313]  47/307 postgresql:plperl / plperl/regress                                              ERROR            ...
51/5093 Incremental Sort Cost Estimation Instability
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_env.out /tmp/cirrus-ci-build/build/testrun/plperl/regress/re...
--- /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_env.out	2024-11-11 14:36:49.480058000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/plperl/regress/results/plperl_env.out	2024-11-11 14:38:56.049196000 +0000
@@ -49,5 +49,5 @@
    }
 
 $$ LANGUAGE plperl;
-WARNING:  attempted alteration of $ENV{TEST_PLPERL_ENV_FOO} at line 12.
+WARNING:  attempted alteration of $ENV{TEST_PLPERL_ENV_FOO} at line 43.
 NOTICE:  environ unaffected
test
[14:41:30.363]  47/312 postgresql:plperl / plperl/regress                                              ERROR            ...
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_env.out /tmp/cirrus-ci-build/build/testrun/plperl/regress/re...
--- /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_env.out	2024-11-11 14:36:47.942445070 +0000
+++ /tmp/cirrus-ci-build/build/testrun/plperl/regress/results/plperl_env.out	2024-11-11 14:40:23.993052037 +0000
@@ -49,5 +49,5 @@
    }
 
 $$ LANGUAGE plperl;
-WARNING:  attempted alteration of $ENV{TEST_PLPERL_ENV_FOO} at line 12.
+WARNING:  attempted alteration of $ENV{TEST_PLPERL_ENV_FOO} at line 43.
 NOTICE:  environ unaffected
test
[14:42:46.690]  48/312 postgresql:plperl / plperl/regress                                              ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/pl/plperl/expected/plperl_env.out C:/cirrus/build/testrun/plperl/regress/resu...
--- C:/cirrus/src/pl/plperl/expected/plperl_env.out	2024-11-11 14:37:04.586366400 +0000
+++ C:/cirrus/build/testrun/plperl/regress/results/plperl_env.out	2024-11-11 14:43:01.548411000 +0000
@@ -49,5 +49,5 @@
    }
 
 $$ LANGUAGE plperl;
-WARNING:  attempted alteration of $ENV{TEST_PLPERL_ENV_FOO} at line 12.
+WARNING:  attempted alteration of $ENV{TEST_PLPERL_ENV_FOO} at line 43.
 NOTICE:  environ unaffected
test
[14:50:34.990]  46/307 postgresql:plperl / plperl/regress                                              ERROR            ...
51/4810 COPY ON_ERROR 'NULL'
CompilerWarnings
compiler
[14:31:02.665] copyfrom.c:1036:10: error: data argument not used by format string [-Werror,-Wformat-extra-args]
compiler
[14:30:47.791] copyfrom.c:1036:10: error: data argument not used by format string [-Werror,-Wformat-extra-args]
compiler
[14:30:08.858] copyfrom.c:1035:64: error: too many arguments for format [-Werror=format-extra-args]
compiler
[14:29:54.368] copyfrom.c:1035:64: error: too many arguments for format [-Werror=format-extra-args]
compiler
[14:31:43.360] copyfrom.c:1035:64: error: too many arguments for format [-Werror=format-extra-args]
FreeBSD - 13 - Meson
core
[14:35:12.216] #0  0x00002aa5080beff0 in ?? ()
[14:35:12.216] #1  0x0000000000000000 in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_env.out /tmp/cirrus-ci-build/build/testrun/plperl/regress/re...
--- /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_env.out	2024-11-11 14:29:17.749484000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/plperl/regress/results/plperl_env.out	2024-11-11 14:31:20.696985000 +0000
@@ -49,5 +49,5 @@
    }
 
 $$ LANGUAGE plperl;
-WARNING:  attempted alteration of $ENV{TEST_PLPERL_ENV_FOO} at line 12.
+WARNING:  attempted alteration of $ENV{TEST_PLPERL_ENV_FOO} at line 43.
 NOTICE:  environ unaffected
test
[14:34:03.862]  46/312 postgresql:plperl / plperl/regress                                              ERROR            ...
Linux - Debian Bookworm - Meson
core
[14:35:27.114] #0  0x00007fced3939da4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[14:35:27.114] #1  0x00007fced38e6239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[14:35:27.114] #2  0x00007fced38e6497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[14:35:27.114] #3  0x000056036dfe05f3 in ?? ()
[14:35:27.114] #4  0x000056036dfda369 in ?? ()
[14:35:27.114] #5  0x000056036dfd920f in ?? ()
[14:35:27.114] #6  0x000056036dfd9c3b in ?? ()
[14:35:27.114] #7  0x000056036dfd766f in ?? ()
[14:35:27.114] #8  0x00007fced38d124a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[14:35:27.114] #9  0x00007fced38d1305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[14:35:27.114] #0  <unavailable> in ?? ()
core
[14:35:27.246] #0  0x00007fced3939da4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[14:35:27.246] #1  0x00007fced38e6239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[14:35:27.246] #2  0x00007fced38e6497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[14:35:27.246] #3  0x000056036dfe05c1 in ?? ()
[14:35:27.246] #4  0x000056036dfda369 in ?? ()
[14:35:27.246] #5  0x000056036dfd920f in ?? ()
[14:35:27.246] #6  0x000056036dfd9c3b in ?? ()
[14:35:27.246] #7  0x000056036dfd766f in ?? ()
[14:35:27.246] #8  0x00007fced38d124a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[14:35:27.246] #9  0x00007fced38d1305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
regress
diff -U3 /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_env.out /tmp/cirrus-ci-build/build/testrun/plperl/regress/re...
--- /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_env.out	2024-11-11 14:29:15.767154632 +0000
+++ /tmp/cirrus-ci-build/build/testrun/plperl/regress/results/plperl_env.out	2024-11-11 14:32:01.274028009 +0000
@@ -49,5 +49,5 @@
    }
 
 $$ LANGUAGE plperl;
-WARNING:  attempted alteration of $ENV{TEST_PLPERL_ENV_FOO} at line 12.
+WARNING:  attempted alteration of $ENV{TEST_PLPERL_ENV_FOO} at line 43.
 NOTICE:  environ unaffected
test
[14:34:25.001]  47/312 postgresql:plperl / plperl/regress                                              ERROR            ...
macOS - Sonoma - Meson
test
[14:36:16.073]  49/312 postgresql:plperl / plperl/regress                                              ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/pl/plperl/expected/plperl_env.out C:/cirrus/build/testrun/plperl/regress/resu...
--- C:/cirrus/src/pl/plperl/expected/plperl_env.out	2024-11-11 14:29:27.147648400 +0000
+++ C:/cirrus/build/testrun/plperl/regress/results/plperl_env.out	2024-11-11 14:35:21.076570600 +0000
@@ -49,5 +49,5 @@
    }
 
 $$ LANGUAGE plperl;
-WARNING:  attempted alteration of $ENV{TEST_PLPERL_ENV_FOO} at line 12.
+WARNING:  attempted alteration of $ENV{TEST_PLPERL_ENV_FOO} at line 43.
 NOTICE:  environ unaffected
test
[14:42:56.471]  47/307 postgresql:plperl / plperl/regress                                              ERROR            ...
51/4627 Special-case executor expression steps for common combinations
Linux - Debian Bookworm - Meson
tap
[13:37:58.433](0.030s) not ok 5 - psql connect success
[13:37:58.434](0.000s) not ok 6 - psql select 1
test
[13:40:22.629]  43/312 postgresql:recovery / recovery/041_checkpoint_at_promote                        ERROR            ...
51/5318 System views for versions reporting
Linux - Debian Bookworm - Meson
test
[12:19:45.942] 296/312 postgresql:test_slru / test_slru/001_multixact                                  ERROR            ...
51/5052 better error message when --single is not the first arg to postgres executable
FreeBSD - 13 - Meson
test
[09:30:54.783] 243/312 postgresql:postmaster / postmaster/001_connection_limits                        ERROR            ...
51/5070 Incorrect error message for cancellation triggered by statement_timeout & flaky test
CompilerWarnings
compiler
[09:10:51.660] backend_startup.c:270:63: error: data argument not used by format string [-Werror,-Wformat-extra-args]
compiler
[09:10:51.660] backend_startup.c:270:63: error: variable 'status' is uninitialized when used here [-Werror,-Wuninitializ...
compiler
[09:10:42.119] backend_startup.c:270:63: error: data argument not used by format string [-Werror,-Wformat-extra-args]
compiler
[09:10:42.119] backend_startup.c:270:63: error: variable 'status' is uninitialized when used here [-Werror,-Wuninitializ...
compiler
[09:10:06.046] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args]
compiler
[09:10:06.046] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit...
compiler
[09:09:57.279] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit...
compiler
[09:09:57.279] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args]
compiler
[09:11:16.753] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit...
compiler
[09:11:16.753] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args]
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[09:10:34.592] c:\cirrus\src\backend\tcop\backend_startup.c(270) : warning C4700: uninitialized local variable 'status' ...
51/4720 "unexpected duplicate for tablespace" problem in logical replication
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/00...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-11-11 08:51:22.035488000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_table.out	2024-11-11 08:53:53.745408...
@@ -3481,9 +3481,29 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39722 |            |             0 |       39722 | users_id_seq
+ 39728 |            |             0 |       39728 | pg_toast_39723
+ 39729 |            |             0 |       39729 | pg_toast_39723_index
+ 39723 |            |             0 |       39723 | users
+ 39830 |            |             0 |       39830 | foo
+ 39900 |            |             0 |       39900 | forc_test
+ 40351 |            |             0 |       40351 | pg_toast_40348
+ 40352 |            |             0 |       40352 | pg_toast_40348_index
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/recovery/027_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-11-11 08:51:22.035488000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/alter_table.out	2024-11-11 08:54:38.2508...
@@ -3481,9 +3481,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39480 |            |             0 |       39480 | pktable_pkey
+ 39476 |            |             0 |       39476 | pktable
+ 39482 |            |             0 |       39482 | fktable
+ 39954 |            |             0 |       39954 | pg_toast_39945_index
+ 39953 |            |             0 |       39953 | pg_toast_39945
+ 39945 |            |             0 |       39950 | foo
+ 40166 |            |             0 |       40166 | old_oids
+ 40185 |            |             0 |       40185 | pg_toast_40182
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/regress/regre...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-11-11 08:51:22.035488000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/alter_table.out	2024-11-11 08:53:48.802042000 +0000
@@ -3481,9 +3481,29 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39657 |            |             0 |       39657 | users_id_seq
+ 39663 |            |             0 |       39663 | pg_toast_39658
+ 39664 |            |             0 |       39664 | pg_toast_39658_index
+ 39658 |            |             0 |       39658 | users
+ 39789 |            |             0 |       39789 | foo
+ 40108 |            |             0 |       40108 | forc_test
+ 40565 |            |             0 |       40565 | pg_toast_40562
+ 40566 |            |             0 |       40566 | pg_toast_40562_index
...
tap
[08:54:04.484](81.846s) not ok 5 - regression tests pass
tap
[08:54:47.621](83.324s) not ok 2 - regression tests pass
test
[08:56:38.881]  42/312 postgresql:regress / regress/regress                                            ERROR            ...
[08:56:38.881]  97/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[08:56:38.881] 155/312 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_chec...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-11-11 08:51:15.376370889 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/alter_table.out	2024-11-11 08:58:41.099701665 +0000
@@ -3481,9 +3481,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39547 |            |             0 |       39547 | pktable_pkey
+ 39540 |            |             0 |       39540 | pktable
+ 39550 |            |             0 |       39550 | fktable
+ 40128 |            |             0 |       40133 | foo
+ 40137 |            |             0 |       40137 | pg_toast_40128_index
+ 40136 |            |             0 |       40136 | pg_toast_40128
+ 40354 |            |             0 |       40354 | old_oids
+ 40372 |            |             0 |       40372 | pg_toast_40369
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/src/test/recovery/tmp_check...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-11-11 08:51:15.376370889 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/alter_table.out	2024-11-11 08:59:50.507634778 +0000
@@ -3481,9 +3481,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39559 |            |             0 |       39559 | pktable_pkey
+ 39555 |            |             0 |       39555 | pktable
+ 39562 |            |             0 |       39562 | fktable
+ 40083 |            |             0 |       40088 | foo
+ 40092 |            |             0 |       40092 | pg_toast_40083_index
+ 40091 |            |             0 |       40091 | pg_toast_40083
+ 40362 |            |             0 |       40362 | old_oids
+ 40379 |            |             0 |       40379 | pg_toast_40376
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/src/test/regress/results/al...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-11-11 08:51:15.376370889 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/alter_table.out	2024-11-11 08:56:12.059777300 +0000
@@ -3481,9 +3481,29 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39643 |            |             0 |       39643 | pg_toast_39634_index
+ 39634 |            |             0 |       39634 | users
+ 39632 |            |             0 |       39632 | users_id_seq
+ 39642 |            |             0 |       39642 | pg_toast_39634
+ 39878 |            |             0 |       39878 | foo
+ 40066 |            |             0 |       40066 | forc_test
+ 39537 |            |             0 |       39537 | pktable_pkey
+ 39533 |            |             0 |       39533 | pktable
...
tap
[08:58:48.344](98.437s) not ok 5 - regression tests pass
tap
[08:59:58.166](61.990s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Meson
core
[08:59:46.482] #0  <unavailable> in ?? ()
core
[08:59:46.482] #0  0x00007ff75b8aeda4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[08:59:46.482] #1  0x00007ff75b85b239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[08:59:46.482] #2  0x00007ff75b916204 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[08:59:46.482] #3  0x00007ff75b92885c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/00...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-11-11 08:51:16.809441093 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_table.out	2024-11-11 08:56:20.496299...
@@ -3481,9 +3481,29 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39651 |            |             0 |       39651 | pg_toast_39643
+ 39652 |            |             0 |       39652 | pg_toast_39643_index
+ 39643 |            |             0 |       39643 | users
+ 39642 |            |             0 |       39642 | users_id_seq
+ 39981 |            |             0 |       39981 | foo
+ 40236 |            |             0 |       40236 | forc_test
+ 40581 |            |             0 |       40581 | pg_toast_40578
+ 40582 |            |             0 |       40582 | pg_toast_40578_index
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/recovery/027_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-11-11 08:51:16.809441093 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/alter_table.out	2024-11-11 08:56:54.1090...
@@ -3481,9 +3481,29 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39496 |            |             0 |       39496 | users_id_seq
+ 39502 |            |             0 |       39502 | pg_toast_39497
+ 39503 |            |             0 |       39503 | pg_toast_39497_index
+ 39497 |            |             0 |       39497 | users
+ 39761 |            |             0 |       39761 | foo
+ 40089 |            |             0 |       40089 | forc_test
+ 40493 |            |             0 |       40493 | pg_toast_40490
+ 40494 |            |             0 |       40494 | pg_toast_40490_index
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/regress/regre...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-11-11 08:51:16.809441093 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/alter_table.out	2024-11-11 08:56:13.524194721 +0000
@@ -3481,9 +3481,29 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39699 |            |             0 |       39699 | users_id_seq
+ 39705 |            |             0 |       39705 | pg_toast_39700
+ 39706 |            |             0 |       39706 | pg_toast_39700_index
+ 39700 |            |             0 |       39700 | users
+ 39957 |            |             0 |       39957 | foo
+ 40237 |            |             0 |       40237 | forc_test
+ 40609 |            |             0 |       40609 | pg_toast_40606
+ 40610 |            |             0 |       40610 | pg_toast_40606_index
...
tap
[08:56:27.233](77.753s) not ok 5 - regression tests pass
tap
[08:57:01.548](77.807s) not ok 2 - regression tests pass
test
[08:58:41.826]  44/312 postgresql:regress / regress/regress                                            ERROR            ...
[08:58:41.826] 138/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[08:58:41.826] 155/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/alter_table.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg...
--- /Users/admin/pgsql/src/test/regress/expected/alter_table.out	2024-11-11 08:51:19
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_table.out	2024-11-11 08:53:58
@@ -3481,9 +3481,29 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39552 |            |             0 |       39552 | foo
+ 39884 |            |             0 |       39884 | forc_test
+ 39420 |            |             0 |       39420 | users_id_seq
+ 39426 |            |             0 |       39426 | pg_toast_39421
+ 39427 |            |             0 |       39427 | pg_toast_39421_index
+ 39421 |            |             0 |       39421 | users
+ 40298 |            |             0 |       40298 | pg_toast_40295
+ 40299 |            |             0 |       40299 | pg_toast_40295_index
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/alter_table.out /Users/admin/pgsql/build/testrun/recovery/027_stre...
--- /Users/admin/pgsql/src/test/regress/expected/alter_table.out	2024-11-11 08:51:19
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/alter_table.out	2024-11-11 08:55:26
@@ -3481,9 +3481,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39338 |            |             0 |       39338 | pktable_pkey
+ 39334 |            |             0 |       39334 | pktable
+ 39340 |            |             0 |       39340 | fktable
+ 39945 |            |             0 |       39945 | pg_toast_39936
+ 39936 |            |             0 |       39942 | foo
+ 39946 |            |             0 |       39946 | pg_toast_39936_index
+ 40160 |            |             0 |       40160 | old_oids
+ 40180 |            |             0 |       40180 | pg_toast_40177
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/alter_table.out /Users/admin/pgsql/build/testrun/regress/regress/r...
--- /Users/admin/pgsql/src/test/regress/expected/alter_table.out	2024-11-11 08:51:19
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/alter_table.out	2024-11-11 08:53:59
@@ -3481,9 +3481,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 38951 |            |             0 |       38951 | pktable_pkey
+ 38945 |            |             0 |       38945 | pktable
+ 38954 |            |             0 |       38954 | fktable
+ 39990 |            |             0 |       39995 | foo
+ 39999 |            |             0 |       39999 | pg_toast_39990_index
+ 39998 |            |             0 |       39998 | pg_toast_39990
+ 40191 |            |             0 |       40191 | old_oids
+ 40208 |            |             0 |       40208 | pg_toast_40205
...
tap
[08:54:07.728](55.784s) not ok 5 - regression tests pass
tap
[08:55:34.384](82.737s) not ok 2 - regression tests pass
test
[08:58:30.202]  25/312 postgresql:regress / regress/regress                                            ERROR            ...
[08:58:30.202]  42/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[08:58:30.202] 130/312 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/alter_table.out C:/cirrus/build/testrun/pg_upgrade/002_...
--- C:/cirrus/src/test/regress/expected/alter_table.out	2024-11-11 08:51:27.166547000 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_table.out	2024-11-11 08:55:07.391651600 +0000
@@ -3481,9 +3481,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39004 |            |             0 |       39004 | pktable_pkey
+ 39000 |            |             0 |       39000 | pktable
+ 39006 |            |             0 |       39006 | fktable
+ 39586 |            |             0 |       39591 | foo
+ 39595 |            |             0 |       39595 | pg_toast_39586_index
+ 39594 |            |             0 |       39594 | pg_toast_39586
+ 39854 |            |             0 |       39854 | old_oids
+ 39890 |            |             0 |       39890 | pg_toast_39887
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/alter_table.out C:/cirrus/build/testrun/recovery/027_st...
--- C:/cirrus/src/test/regress/expected/alter_table.out	2024-11-11 08:51:27.166547000 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/alter_table.out	2024-11-11 08:57:22.570461300 +0000
@@ -3481,9 +3481,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 38709 |            |             0 |       38709 | pktable_pkey
+ 38705 |            |             0 |       38705 | pktable
+ 38712 |            |             0 |       38712 | fktable
+ 39609 |            |             0 |       39618 | foo
+ 39622 |            |             0 |       39622 | pg_toast_39609_index
+ 39621 |            |             0 |       39621 | pg_toast_39609
+ 39843 |            |             0 |       39843 | old_oids
+ 39861 |            |             0 |       39861 | pg_toast_39858
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/alter_table.out C:/cirrus/build/testrun/regress/regress...
--- C:/cirrus/src/test/regress/expected/alter_table.out	2024-11-11 08:51:27.166547000 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/alter_table.out	2024-11-11 08:54:53.978057400 +0000
@@ -3481,9 +3481,29 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37878 |            |             0 |       37878 | pktable_pkey
+ 37873 |            |             0 |       37873 | pktable
+ 37887 |            |             0 |       37887 | fktable
+ 38925 |            |             0 |       38925 | users_id_seq
+ 38950 |            |             0 |       38950 | pg_toast_38933
+ 38959 |            |             0 |       38959 | pg_toast_38933_index
+ 38933 |            |             0 |       38933 | users
+ 39197 |            |             0 |       39197 | foo
...
tap
[08:55:20.593](111.184s) not ok 5 - regression tests pass
tap
[08:57:40.118](123.470s) not ok 2 - regression tests pass
test
[09:04:04.325]  17/307 postgresql:regress / regress/regress                                            ERROR           1...
[09:04:04.325]  38/307 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[09:04:04.325]  92/307 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5031 Remove dependence on integer wrapping
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/date.out C:/cirrus/build/testrun/pg_upgrade/002_pg_upgr...
--- C:/cirrus/src/test/regress/expected/date.out	2024-11-11 08:02:42.075880400 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/date.out	2024-11-11 08:04:57.799744500 +0000
@@ -1533,4 +1533,4 @@
 select make_time(24, 0, 2.1);
 ERROR:  time field value out of range: 24:00:2.1
 SELECT make_date(-2147483648, 1, 1);
-ERROR:  date field value out of range: -2147483648-01-01
+ERROR:  date field value out of range: 24301-01-01
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/date.out C:/cirrus/build/testrun/recovery/027_stream_re...
--- C:/cirrus/src/test/regress/expected/date.out	2024-11-11 08:02:42.075880400 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/date.out	2024-11-11 08:07:25.400485500 +0000
@@ -1533,4 +1533,4 @@
 select make_time(24, 0, 2.1);
 ERROR:  time field value out of range: 24:00:2.1
 SELECT make_date(-2147483648, 1, 1);
-ERROR:  date field value out of range: -2147483648-01-01
+ERROR:  date field value out of range: 24301-01-01
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/date.out C:/cirrus/build/testrun/regress/regress/result...
--- C:/cirrus/src/test/regress/expected/date.out	2024-11-11 08:02:42.075880400 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/date.out	2024-11-11 08:04:49.963257500 +0000
@@ -1533,4 +1533,4 @@
 select make_time(24, 0, 2.1);
 ERROR:  time field value out of range: 24:00:2.1
 SELECT make_date(-2147483648, 1, 1);
-ERROR:  date field value out of range: -2147483648-01-01
+ERROR:  date field value out of range: 24301-01-01
tap
[08:06:51.023](121.357s) not ok 5 - regression tests pass
tap
[08:09:20.353](134.230s) not ok 2 - regression tests pass
test
[08:16:18.932]   6/307 postgresql:regress / regress/regress                                            ERROR           1...
[08:16:18.932]  37/307 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[08:16:18.932]  95/307 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/4620 CRC32C Parallel Computation Optimization on ARM
macOS - Sonoma - Meson
tap
[07:15:04.051](0.000s) not ok 66 - all output lines are FPW
test
[07:16:25.348] 198/312 postgresql:pg_waldump / pg_waldump/001_basic                                    ERROR            ...
51/5252 Trim the heap free memory
CompilerWarnings
compiler
[05:29:26.253] postgres.c:2825:47: error: initialization of ‘char *’ from ‘int’ makes pointer from integer without a cas...
compiler
[05:29:26.253] postgres.c:2825:47: error: implicit declaration of function ‘sbrk’ [-Werror=implicit-function-declaration...
compiler
[05:29:26.253] postgres.c:2828:25: error: implicit declaration of function ‘malloc_trim’ [-Werror=implicit-function-decl...
compiler
[05:29:26.253] postgres.c:2829:33: error: assignment to ‘char *’ from ‘int’ makes pointer from integer without a cast [-...
Linux - Debian Bookworm - Autoconf
tap
[05:25:47.299](0.001s) not ok 28 - options --locale-provider=icu --locale=und --lc-*=C: no stderr
Linux - Debian Bookworm - Meson
tap
[05:27:27.509](0.001s) not ok 28 - options --locale-provider=icu --locale=und --lc-*=C: no stderr
test
[05:28:56.495] 170/312 postgresql:initdb / initdb/001_initdb                                           ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[05:25:29.045] ../src/backend/tcop/postgres.c(2825): warning C4047: 'initializing': 'char *' differs in levels of indire...
compiler
[05:25:40.538] tcop_postgres.c.obj : error LNK2019: unresolved external symbol malloc_trim referenced in function finish...
compiler
[05:25:40.538] tcop_postgres.c.obj : error LNK2019: unresolved external symbol sbrk referenced in function finish_xact_c...
compiler
[05:25:29.045] ../src/backend/tcop/postgres.c(2829): warning C4047: '=': 'char *' differs in levels of indirection from ...
51/5242 Fix RelationTruncate() corruption
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[04:23:59.323] ../src/backend/storage/smgr/smgr.c(732): warning C4098: 'smgrtruncate': 'void' function returning a value
51/5357 New predefined role pg_manage_extensions
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out /tmp/cirrus-ci-build/build/testrun/plperl/regress/...
--- /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out	2024-11-11 04:07:07.877195000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/plperl/regress/results/plperl_setup.out	2024-11-11 04:09:04.224315000 +0000
@@ -12,7 +12,7 @@
 HINT:  Must have CREATE privilege on current database to create this extension.
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 RESET ROLE;
 DO $$
 begin
@@ -24,7 +24,7 @@
 CREATE EXTENSION plperl;
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 CREATE SCHEMA plperl_setup_scratch;
 SET search_path = plperl_setup_scratch;
...
test
[04:11:43.033]  46/312 postgresql:plperl / plperl/regress                                              ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out /tmp/cirrus-ci-build/src/pl/plperl/results/plperl_...
--- /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out	2024-11-11 04:07:06.806202170 +0000
+++ /tmp/cirrus-ci-build/src/pl/plperl/results/plperl_setup.out	2024-11-11 04:08:29.773112226 +0000
@@ -12,7 +12,7 @@
 HINT:  Must have CREATE privilege on current database to create this extension.
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 RESET ROLE;
 DO $$
 begin
@@ -24,7 +24,7 @@
 CREATE EXTENSION plperl;
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 CREATE SCHEMA plperl_setup_scratch;
 SET search_path = plperl_setup_scratch;
...
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out /tmp/cirrus-ci-build/build/testrun/plperl/regress/...
--- /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out	2024-11-11 04:07:08.157031026 +0000
+++ /tmp/cirrus-ci-build/build/testrun/plperl/regress/results/plperl_setup.out	2024-11-11 04:09:45.642369861 +0000
@@ -12,7 +12,7 @@
 HINT:  Must have CREATE privilege on current database to create this extension.
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 RESET ROLE;
 DO $$
 begin
@@ -24,7 +24,7 @@
 CREATE EXTENSION plperl;
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 CREATE SCHEMA plperl_setup_scratch;
 SET search_path = plperl_setup_scratch;
...
test
[04:12:04.908]  48/312 postgresql:plperl / plperl/regress                                              ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/pl/plperl/expected/plperl_setup.out C:/cirrus/build/testrun/plperl/regress/re...
--- C:/cirrus/src/pl/plperl/expected/plperl_setup.out	2024-11-11 04:07:19.408498600 +0000
+++ C:/cirrus/build/testrun/plperl/regress/results/plperl_setup.out	2024-11-11 04:12:07.826129800 +0000
@@ -12,7 +12,7 @@
 HINT:  Must have CREATE privilege on current database to create this extension.
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 RESET ROLE;
 DO $$
 begin
@@ -24,7 +24,7 @@
 CREATE EXTENSION plperl;
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 CREATE SCHEMA plperl_setup_scratch;
 SET search_path = plperl_setup_scratch;
...
test
[04:18:29.319]  47/307 postgresql:plperl / plperl/regress                                              ERROR            ...
51/4912 CSN snapshots in hot standby
Linux - Debian Bookworm - Meson
core
[03:39:39.137] #0  0x00007f394bca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[03:39:39.137] #1  0x00007f394bc5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[03:39:39.137] #2  0x00007f394bc45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[03:39:39.137] #3  0x00007f394be1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[03:39:39.137] #4  0x00007f394be2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[03:39:39.137] #5  0x00007f394be0dad8 in __ubsan::__ubsan_handle_shift_out_of_bounds_abort (Data=Data@entry=0x5639b5b839...
[03:39:39.137] #6  0x00005639b50d23fc in XidInMVCCSnapshot (xid=755, snapshot=snapshot@entry=0x5639c11b3bf0) at ../src/b...
[03:39:39.137] #7  0x00005639b47199ab in HeapTupleSatisfiesMVCC (htup=<optimized out>, snapshot=0x5639c11b3bf0, buffer=4...
[03:39:39.137] #8  0x00005639b471b017 in HeapTupleSatisfiesVisibility (htup=htup@entry=0x7ffe139d01c0, snapshot=snapshot...
[03:39:39.137] #9  0x00005639b470c499 in page_collect_tuples (check_serializable=<optimized out>, all_visible=<optimized...
core
[03:39:40.490] #0  0x00007faf2f2a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[03:39:40.490] #1  0x00007faf2f25afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[03:39:40.490] #2  0x00007faf2f245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[03:39:40.490] #3  0x00007faf2f41e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[03:39:40.490] #4  0x00007faf2f42aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[03:39:40.490] #5  0x00007faf2f40dad8 in __ubsan::__ubsan_handle_shift_out_of_bounds_abort (Data=Data@entry=0x5598b85f29...
[03:39:40.490] #6  0x00005598b7b413fc in XidInMVCCSnapshot (xid=757, snapshot=snapshot@entry=0x5598ccba5120) at ../src/b...
[03:39:40.490] #7  0x00005598b71887d3 in HeapTupleSatisfiesMVCC (htup=<optimized out>, snapshot=0x5598ccba5120, buffer=3...
[03:39:40.490] #8  0x00005598b718a017 in HeapTupleSatisfiesVisibility (htup=htup@entry=0x7ffd6ff4d020, snapshot=snapshot...
[03:39:40.490] #9  0x00005598b717b499 in page_collect_tuples (check_serializable=<optimized out>, all_visible=<optimized...
tap
[03:35:00.854](223.121s) # poll_query_until timed out executing this query:
[03:35:00.854](0.000s) not ok 14 - startup deadlock: lock acquisition is waiting
[03:38:31.267](210.413s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /tmp/cirrus-ci-build/src/test/recovery/t/031_recovery_conflict.pl line 270.
test
[03:38:31.463] 312/313 postgresql:test_misc / test_misc/000_csn_perf                                   ERROR            ...
[03:38:31.463] 313/313 postgresql:recovery / recovery/031_recovery_conflict                            ERROR           4...
Windows - Server 2019, VS 2019 - Meson & ninja
test
[03:43:32.637] 308/308 postgresql:test_misc / test_misc/000_csn_perf                                   ERROR           3...
51/4997 Return pg_control from pg_backup_stop().
Linux - Debian Bookworm - Meson
core
[23:07:34.294] #0  0x00007f4608ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[23:07:34.294] #1  0x00007f4608e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[23:07:34.294] #2  0x00007f4608e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[23:07:34.294] #3  0x00007f460901e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[23:07:34.294] #4  0x00007f460902aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[23:07:34.294] #5  0x00007f460900d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x561247db8f00,...
[23:07:34.294] #6  0x0000561246edd2f1 in backup_control_file (controlFile=controlFile@entry=0x56124b36a26c "j\351A\275\2...
[23:07:34.294] #7  0x0000561246ee2023 in pg_backup_stop (fcinfo=<optimized out>) at ../src/backend/access/transam/xlogfu...
[23:07:34.294] #8  0x00005612470e2dd9 in ExecMakeTableFunctionResult (setexpr=0x56124b379358, econtext=0x56124b379228, a...
[23:07:34.294] #9  0x0000561247110fcb in FunctionNext (node=0x56124b379018) at ../src/backend/executor/nodeFunctionscan....
core
[23:07:34.822] #0  0x00007fb6f68a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[23:07:34.822] #1  0x00007fb6f685afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[23:07:34.822] #2  0x00007fb6f6845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[23:07:34.822] #3  0x00007fb6f6a1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[23:07:34.822] #4  0x00007fb6f6a2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[23:07:34.822] #5  0x00007fb6f6a0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55c7a2046f00,...
[23:07:34.822] #6  0x000055c7a116b2f1 in backup_control_file (controlFile=controlFile@entry=0x55c7c6b9e18c "j\351A\275\2...
[23:07:34.822] #7  0x000055c7a1170023 in pg_backup_stop (fcinfo=<optimized out>) at ../src/backend/access/transam/xlogfu...
[23:07:34.822] #8  0x000055c7a1349945 in ExecInterpExpr (state=0x55c7c6b958a0, econtext=0x55c7c6b95648, isnull=0x7ffd78a...
[23:07:34.822] #9  0x000055c7a133e213 in ExecInterpExprStillValid (state=0x55c7c6b958a0, econtext=0x55c7c6b95648, isNull...
tap
[23:03:10.157](1.355s) not ok 18 - psql fails correctly
[23:03:10.158](0.000s) not ok 19 - pg_backup_start fails gracefully
test
[23:06:14.057]  25/312 postgresql:recovery / recovery/020_archive_status                               ERROR            ...
[23:06:14.057]  43/312 postgresql:recovery / recovery/042_low_level_backup                             ERROR            ...
51/4966 Parallel CREATE INDEX for GIN indexes
CompilerWarnings
compiler
[22:45:28.533] gininsert.c:2421:35: error: format ‘%ld’ expects argument of type ‘long int’, but argument 2 has type ‘in...
compiler
[22:45:28.533] gininsert.c:2402:37: error: format ‘%ld’ expects argument of type ‘long int’, but argument 3 has type ‘lo...
51/4929 apply_scanjoin_target_to_paths and partitionwise join
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-11-10 21:39:20.742034000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_join.out	2024-11-10 21:41:12.434...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/recovery/0...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-11-10 21:39:20.742034000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/partition_join.out	2024-11-10 21:42:06.3...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/regress/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-11-10 21:39:20.742034000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/partition_join.out	2024-11-10 21:41:09.991811000 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[21:41:16.168](71.879s) not ok 5 - regression tests pass
tap
[21:42:09.010](84.759s) not ok 2 - regression tests pass
test
[21:44:03.912]  42/312 postgresql:regress / regress/regress                                            ERROR            ...
[21:44:03.912]  97/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[21:44:03.912] 163/312 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_c...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-11-10 21:39:16.987911971 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/partition_join.out	2024-11-10 21:44:16.631643778 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/src/test/recovery/tmp_ch...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-11-10 21:39:16.987911971 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/partition_join.out	2024-11-10 21:45:51.435301854 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/src/test/regress/results...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-11-10 21:39:16.987911971 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/partition_join.out	2024-11-10 21:42:21.312432947 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[21:44:19.524](88.427s) not ok 5 - regression tests pass
tap
[21:45:54.245](51.866s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-11-10 21:39:18.542313877 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_join.out	2024-11-10 21:41:44.632...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/recovery/0...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-11-10 21:39:18.542313877 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/partition_join.out	2024-11-10 21:42:18.6...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/regress/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-11-10 21:39:18.542313877 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/partition_join.out	2024-11-10 21:41:40.616576734 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[21:41:47.389](73.325s) not ok 5 - regression tests pass
tap
[21:42:21.443](74.383s) not ok 2 - regression tests pass
test
[21:43:58.354]  44/312 postgresql:regress / regress/regress                                            ERROR            ...
[21:43:58.354] 136/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[21:43:58.354] 154/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/partition_join.out C:/cirrus/build/testrun/pg_upgrade/0...
--- C:/cirrus/src/test/regress/expected/partition_join.out	2024-11-10 21:39:29.793857000 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_join.out	2024-11-10 21:43:37.893302300 +000...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/partition_join.out C:/cirrus/build/testrun/recovery/027...
--- C:/cirrus/src/test/regress/expected/partition_join.out	2024-11-10 21:39:29.793857000 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/partition_join.out	2024-11-10 21:46:02.050038200 +0...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/partition_join.out C:/cirrus/build/testrun/regress/regr...
--- C:/cirrus/src/test/regress/expected/partition_join.out	2024-11-10 21:39:29.793857000 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/partition_join.out	2024-11-10 21:43:30.845938300 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[21:43:47.202](127.618s) not ok 5 - regression tests pass
tap
[21:46:14.149](134.382s) not ok 2 - regression tests pass
test
[21:52:48.585]  23/307 postgresql:regress / regress/regress                                            ERROR           1...
[21:52:48.585]  41/307 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           2...
[21:52:48.585]  99/307 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/4538 Statistics Import and Export
Linux - Debian Bookworm - Autoconf
core
[20:29:08.431] #0  0x00007fbd53ba8ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[20:29:08.431] #1  0x00007fbd53b59fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[20:29:08.431] #2  0x00007fbd53b44472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[20:29:08.431] #3  0x00007fbd53ed650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[20:29:08.431] #4  0x00007fbd53ee2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[20:29:08.431] #5  0x00007fbd53ec1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffe519c8b56, __in_ch...
[20:29:08.431] #6  0x00007fbd53ec14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140730267637696, sp...
[20:29:08.431] #7  0x00007fbd53ec251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[20:29:08.431] #8  0x000055da662350ae in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[20:29:08.431] #9  0x000055da66273a65 in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[20:29:13.489] #0  0x00007f4048dedebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[20:29:13.489] #1  0x00007f4048d9efb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[20:29:13.489] #2  0x00007f4048d89472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[20:29:13.489] #3  0x00007f40490d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[20:29:13.489] #4  0x00007f40490e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[20:29:13.489] #5  0x00007f40490c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffcfce26f96, __in_ch...
[20:29:13.489] #6  0x00007f40490c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140724551187456, sp...
[20:29:13.489] #7  0x00007f40490c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[20:29:13.489] #8  0x00005582ab5d10ae in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[20:29:13.489] #9  0x00005582ab60fafe in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[20:29:13.005] #0  0x00007fe28f4e3ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[20:29:13.005] #1  0x00007fe28f494fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[20:29:13.005] #2  0x00007fe28f47f472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[20:29:13.005] #3  0x00007fe28f8d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[20:29:13.005] #4  0x00007fe28f8e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[20:29:13.005] #5  0x00007fe28f8c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffcd243e076, __in_ch...
[20:29:13.005] #6  0x00007fe28f8c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140723836153056, sp...
[20:29:13.005] #7  0x00007fe28f8c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[20:29:13.005] #8  0x0000559957cd90ae in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[20:29:13.005] #9  0x0000559957d17a65 in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[20:29:12.560] #0  0x00007f5f89fedebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[20:29:12.560] #1  0x00007f5f89f9efb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[20:29:12.560] #2  0x00007f5f89f89472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[20:29:12.560] #3  0x00007f5f8a2d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[20:29:12.560] #4  0x00007f5f8a2e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[20:29:12.560] #5  0x00007f5f8a2c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffd605269c6, __in_ch...
[20:29:12.560] #6  0x00007f5f8a2c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140726219470384, sp...
[20:29:12.560] #7  0x00007f5f8a2c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[20:29:12.560] #8  0x000056151a7790ae in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[20:29:12.560] #9  0x000056151a7b7a65 in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[20:29:12.124] #0  0x00007f3d141a8ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[20:29:12.124] #1  0x00007f3d14159fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[20:29:12.124] #2  0x00007f3d14144472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[20:29:12.124] #3  0x00007f3d144d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[20:29:12.124] #4  0x00007f3d144e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[20:29:12.124] #5  0x00007f3d144c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffed2ef6356, __in_ch...
[20:29:12.124] #6  0x00007f3d144c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140732437327808, sp...
[20:29:12.124] #7  0x00007f3d144c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[20:29:12.124] #8  0x00005586e51a30ae in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[20:29:12.124] #9  0x00005586e51e1afe in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[20:29:11.680] #0  0x00007f32017edebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[20:29:11.680] #1  0x00007f320179efb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[20:29:11.680] #2  0x00007f3201789472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[20:29:11.680] #3  0x00007f3201ad650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[20:29:11.680] #4  0x00007f3201ae2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[20:29:11.680] #5  0x00007f3201ac1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffed8284e06, __in_ch...
[20:29:11.680] #6  0x00007f3201ac14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140732524943984, sp...
[20:29:11.680] #7  0x00007f3201ac251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[20:29:11.680] #8  0x00005626b8f6e0ae in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[20:29:11.680] #9  0x00005626b8facafe in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[20:29:11.242] #0  0x00007f77473ebebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[20:29:11.242] #1  0x00007f774739cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[20:29:11.242] #2  0x00007f7747387472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[20:29:11.242] #3  0x00007f77476d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[20:29:11.242] #4  0x00007f77476e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[20:29:11.242] #5  0x00007f77476c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffc93eafb76, __in_ch...
[20:29:11.242] #6  0x00007f77476c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140722790139872, sp...
[20:29:11.242] #7  0x00007f77476c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[20:29:11.242] #8  0x000055fe1a2810ae in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[20:29:11.242] #9  0x000055fe1a2bfa65 in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[20:29:10.796] #0  0x00007f04c44a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[20:29:10.796] #1  0x00007f04c445afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[20:29:10.796] #2  0x00007f04c4445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[20:29:10.796] #3  0x00007f04c46d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[20:29:10.796] #4  0x00007f04c46e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[20:29:10.796] #5  0x00007f04c46c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffd9f710ec6, __in_ch...
[20:29:10.796] #6  0x00007f04c46c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140727278443312, sp...
[20:29:10.796] #7  0x00007f04c46c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[20:29:10.796] #8  0x00005653c21dc0ae in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[20:29:10.796] #9  0x00005653c221aafe in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[20:29:10.335] #0  0x00007fa8907a695d in ?? () from /lib64/ld-linux-x86-64.so.2
[20:29:10.335] #1  0x00007fa89078adfc in ?? () from /lib64/ld-linux-x86-64.so.2
[20:29:10.335] #2  0x00007fa89078b2c2 in ?? () from /lib64/ld-linux-x86-64.so.2
[20:29:10.335] #3  0x00007fa89078e126 in ?? () from /lib64/ld-linux-x86-64.so.2
[20:29:10.335] #4  0x00007fa890788261 in ?? () from /lib64/ld-linux-x86-64.so.2
[20:29:10.335] #5  0x00007fa89079e2f1 in _dl_catch_exception () from /lib64/ld-linux-x86-64.so.2
[20:29:10.335] #6  0x00007fa8907885ca in ?? () from /lib64/ld-linux-x86-64.so.2
[20:29:10.335] #7  0x00007fa8907a397a in ?? () from /lib64/ld-linux-x86-64.so.2
[20:29:10.335] #8  0x00007fa8907a022f in ?? () from /lib64/ld-linux-x86-64.so.2
[20:29:10.335] #9  0x00007fa8907a1bac in ?? () from /lib64/ld-linux-x86-64.so.2
core
[20:29:10.218] #0  0x00007f05bac64ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[20:29:10.218] #1  0x00007f05bac15fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[20:29:10.218] #2  0x00007f05bac00472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[20:29:10.218] #3  0x00007f05baed650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[20:29:10.218] #4  0x00007f05baee2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[20:29:10.218] #5  0x00007f05baec1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffd6f7a6636, __in_ch...
[20:29:10.218] #6  0x00007f05baec14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140726473749152, sp...
[20:29:10.218] #7  0x00007f05baec251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[20:29:10.218] #8  0x0000562f5e09a0ae in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[20:29:10.218] #9  0x0000562f5e0d8a65 in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[20:29:09.768] #0  0x00007f22f97ceebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[20:29:09.768] #1  0x00007f22f977ffb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[20:29:09.768] #2  0x00007f22f976a472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[20:29:09.768] #3  0x00007f22f9ad650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[20:29:09.768] #4  0x00007f22f9ae2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[20:29:09.768] #5  0x00007f22f9ac1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffdde7a1836, __in_ch...
[20:29:09.768] #6  0x00007f22f9ac14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140728336000160, sp...
[20:29:09.768] #7  0x00007f22f9ac251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[20:29:09.768] #8  0x0000564c62a920ae in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[20:29:09.768] #9  0x0000564c62ad0afe in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[20:29:09.320] #0  0x00007f5fadbceebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[20:29:09.320] #1  0x00007f5fadb7ffb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[20:29:09.320] #2  0x00007f5fadb6a472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[20:29:09.320] #3  0x00007f5faded650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[20:29:09.320] #4  0x00007f5fadee2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[20:29:09.320] #5  0x00007f5fadec1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffe680af6e6, __in_ch...
[20:29:09.320] #6  0x00007f5fadec14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140730643972944, sp...
[20:29:09.320] #7  0x00007f5fadec251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[20:29:09.320] #8  0x000055f03f0a90ae in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[20:29:09.320] #9  0x000055f03f0e7afe in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[20:29:08.874] #0  0x00007fab1fca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[20:29:08.874] #1  0x00007fab1fc5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[20:29:08.874] #2  0x00007fab1fc45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[20:29:08.874] #3  0x00007fab1fed650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[20:29:08.874] #4  0x00007fab1fee2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[20:29:08.874] #5  0x00007fab1fec1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7fff6a56adf6, __in_ch...
[20:29:08.874] #6  0x00007fab1fec14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140734977456736, sp...
[20:29:08.874] #7  0x00007fab1fec251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[20:29:08.874] #8  0x000055e59f04a0ae in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[20:29:08.874] #9  0x000055e59f088afe in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[20:29:08.002] #0  0x00007f30e150ab93 in wait4 () from /lib/x86_64-linux-gnu/libc.so.6
[20:29:08.002] #1  0x0000562d7be1acc0 in ?? ()
[20:29:08.002] #2  0x0000562d7be1aefa in ?? ()
[20:29:08.002] #3  0x0000562d7be1c630 in ?? ()
[20:29:08.002] #4  0x0000562d7be16371 in ?? ()
[20:29:08.002] #5  0x0000562d7be1520f in ?? ()
[20:29:08.002] #6  0x0000562d7be15c3b in ?? ()
[20:29:08.002] #7  0x0000562d7be1366f in ?? ()
[20:29:08.002] #8  0x00007f30e145e24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[20:29:08.002] #9  0x00007f30e145e305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[20:29:07.878] #0  0x00007f0d94928ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[20:29:07.878] #1  0x00007f0d948d9fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[20:29:07.878] #2  0x00007f0d948c4472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[20:29:07.878] #3  0x00007f0d94cd650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[20:29:07.878] #4  0x00007f0d94ce2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[20:29:07.878] #5  0x00007f0d94cc1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7fff34ab2996, __in_ch...
[20:29:07.878] #6  0x00007f0d94cc14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140734077023744, sp...
[20:29:07.878] #7  0x00007f0d94cc251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[20:29:07.878] #8  0x0000557c5371d0ae in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[20:29:07.878] #9  0x0000557c5375bafe in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[20:29:07.432] #0  0x00007fd809ae3ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[20:29:07.432] #1  0x00007fd809a94fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[20:29:07.432] #2  0x00007fd809a7f472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[20:29:07.432] #3  0x00007fd809ed650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[20:29:07.432] #4  0x00007fd809ee2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[20:29:07.432] #5  0x00007fd809ec1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7fff170e7536, __in_ch...
[20:29:07.432] #6  0x00007fd809ec14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140733580214688, sp...
[20:29:07.432] #7  0x00007fd809ec251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[20:29:07.432] #8  0x0000559ef8e9c0ae in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[20:29:07.432] #9  0x0000559ef8edaa65 in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
tap
[20:24:19.487](4.600s) not ok 4 - dump from PITR 1
[20:24:22.418](2.930s) not ok 5 - dump from PITR 2
tap
[20:24:44.233](0.839s) not ok 19 - pg_dump: option -n pg_catalog
[20:24:45.977](1.743s) not ok 20 - pg_dumpall: option --exclude-database handles database names with embedded dots
[20:24:46.963](0.435s) not ok 37 - binary_upgrade: pg_dump runs
[20:24:47.009](0.045s) not ok 38 - binary_upgrade: pg_restore runs
tap
[20:24:51.143](1.735s) not ok 1 - parallel dump
[20:24:51.172](0.029s) not ok 2 - parallel restore
[20:24:51.653](0.481s) not ok 3 - parallel dump as inserts
[20:24:51.698](0.045s) not ok 4 - parallel restore as inserts
tap
[20:24:55.488](3.517s) not ok 1 - filter file without patterns
tap
[20:25:02.932](0.720s) not ok 7 - parallel dump
[20:25:03.243](0.310s) not ok 8 - parallel restore
[20:25:03.338](0.094s) not ok 9 - parallel restore with create
tap
[20:24:33.949](1.054s) not ok 1 - binary_upgrade: pg_dump runs
tap
[20:27:02.607](1.260s) not ok 3 - dump primary server
[20:27:03.879](1.271s) not ok 4 - dump standby server
[20:27:05.095](1.212s) not ok 6 - dump catalogs of primary server
[20:27:05.611](0.516s) not ok 7 - dump catalogs of standby server
[20:27:05.616](0.004s) not ok 8 - compare primary and standby catalog dumps
Linux - Debian Bookworm - Meson
core
[20:27:24.681] #0  0x00007f04cfca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[20:27:24.681] #1  0x00007f04cfc5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[20:27:24.681] #2  0x00007f04cfc45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[20:27:24.681] #3  0x00007f04cfe1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[20:27:24.681] #4  0x00007f04cfe2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[20:27:24.681] #5  0x00007f04cfe0db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x562d28733cc0, In...
[20:27:24.681] #6  0x0000562d286af5eb in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[20:27:24.681] #7  0x0000562d286e118a in pg_qsort (data=<optimized out>, n=4051, element_size=element_size@entry=8, comp...
[20:27:24.681] #8  0x0000562d286b1b65 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[20:27:24.681] #9  0x0000562d286a6baf in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[20:27:26.269] #0  0x00007fc7fcca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[20:27:26.269] #1  0x00007fc7fcc5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[20:27:26.269] #2  0x00007fc7fcc45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[20:27:26.269] #3  0x00007fc7fce1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[20:27:26.269] #4  0x00007fc7fce2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[20:27:26.269] #5  0x00007fc7fce0db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55c2a81c9cc0, In...
[20:27:26.269] #6  0x000055c2a81455eb in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[20:27:26.269] #7  0x000055c2a817718a in pg_qsort (data=<optimized out>, n=9971, element_size=element_size@entry=8, comp...
[20:27:26.269] #8  0x000055c2a8147b65 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[20:27:26.269] #9  0x000055c2a813cbaf in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[20:27:25.996] #0  0x00007f8f160a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[20:27:25.996] #1  0x00007f8f1605afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[20:27:25.996] #2  0x00007f8f16045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[20:27:25.996] #3  0x00007f8f1621e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[20:27:25.996] #4  0x00007f8f1622aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[20:27:25.996] #5  0x00007f8f1620db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x561835011c40, In...
[20:27:25.996] #6  0x0000561834f8d62f in DOTypeNameCompare (p1=p1@entry=0x561841300e60, p2=p2@entry=0x5618413035a8) at ....
[20:27:25.996] #7  0x0000561834fbe8c8 in pg_qsort_med3 (a=a@entry=0x561841300e60, b=b@entry=0x5618413035a8, c=c@entry=0x...
[20:27:25.996] #8  0x0000561834fbece3 in pg_qsort (data=<optimized out>, n=10062, element_size=element_size@entry=8, com...
[20:27:25.996] #9  0x0000561834f8fb65 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
core
[20:27:25.729] #0  0x00007f3f79aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[20:27:25.729] #1  0x00007f3f79a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[20:27:25.729] #2  0x00007f3f79a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[20:27:25.729] #3  0x00007f3f79c1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[20:27:25.729] #4  0x00007f3f79c2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[20:27:25.729] #5  0x00007f3f79c0db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x56217e6d5cc0, In...
[20:27:25.729] #6  0x000056217e6515eb in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[20:27:25.729] #7  0x000056217e683060 in pg_qsort (data=<optimized out>, n=4429, element_size=element_size@entry=8, comp...
[20:27:25.729] #8  0x000056217e653b65 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[20:27:25.729] #9  0x000056217e648baf in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[20:27:25.466] #0  0x00007f76070a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[20:27:25.466] #1  0x00007f760705afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[20:27:25.466] #2  0x00007f7607045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[20:27:25.466] #3  0x00007f760721e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[20:27:25.466] #4  0x00007f760722aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[20:27:25.466] #5  0x00007f760720db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x557d44d98cc0, In...
[20:27:25.466] #6  0x0000557d44d145eb in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[20:27:25.466] #7  0x0000557d44d46060 in pg_qsort (data=<optimized out>, n=4465, element_size=element_size@entry=8, comp...
[20:27:25.466] #8  0x0000557d44d16b65 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[20:27:25.466] #9  0x0000557d44d0bbaf in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[20:27:25.205] #0  0x00007ff509aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[20:27:25.205] #1  0x00007ff509a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[20:27:25.205] #2  0x00007ff509a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[20:27:25.205] #3  0x00007ff509c1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[20:27:25.205] #4  0x00007ff509c2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[20:27:25.205] #5  0x00007ff509c0db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55cd96d0ccc0, In...
[20:27:25.205] #6  0x000055cd96c885eb in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[20:27:25.205] #7  0x000055cd96cba18a in pg_qsort (data=<optimized out>, n=4014, element_size=element_size@entry=8, comp...
[20:27:25.205] #8  0x000055cd96c8ab65 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[20:27:25.205] #9  0x000055cd96c7fbaf in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[20:27:24.947] #0  0x00007f97874a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[20:27:24.947] #1  0x00007f978745afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[20:27:24.947] #2  0x00007f9787445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[20:27:24.947] #3  0x00007f978761e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[20:27:24.947] #4  0x00007f978762aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[20:27:24.947] #5  0x00007f978760db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x56251061ccc0, In...
[20:27:24.947] #6  0x00005625105985eb in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[20:27:24.947] #7  0x00005625105ca18a in pg_qsort (data=<optimized out>, n=9971, element_size=element_size@entry=8, comp...
[20:27:24.947] #8  0x000056251059ab65 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[20:27:24.947] #9  0x000056251058fbaf in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[20:27:24.426] #0  0x00007f75f52a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[20:27:24.426] #1  0x00007f75f525afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[20:27:24.426] #2  0x00007f75f5245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[20:27:24.426] #3  0x00007f75f541e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[20:27:24.426] #4  0x00007f75f542aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[20:27:24.426] #5  0x00007f75f540db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55a874416cc0, In...
[20:27:24.426] #6  0x000055a8743925eb in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[20:27:24.426] #7  0x000055a8743c4060 in pg_qsort (data=<optimized out>, n=4060, element_size=element_size@entry=8, comp...
[20:27:24.426] #8  0x000055a874394b65 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[20:27:24.426] #9  0x000055a874389baf in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[20:27:24.164] #0  0x00007fed2a2a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[20:27:24.164] #1  0x00007fed2a25afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[20:27:24.164] #2  0x00007fed2a245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[20:27:24.164] #3  0x00007fed2a41e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[20:27:24.164] #4  0x00007fed2a42aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[20:27:24.164] #5  0x00007fed2a40db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55cd134a3cc0, In...
[20:27:24.164] #6  0x000055cd1341f5eb in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[20:27:24.164] #7  0x000055cd1345118a in pg_qsort (data=<optimized out>, n=4006, element_size=element_size@entry=8, comp...
[20:27:24.164] #8  0x000055cd13421b65 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[20:27:24.164] #9  0x000055cd13416baf in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[20:27:23.904] #0  0x00007f03336a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[20:27:23.904] #1  0x00007f033365afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[20:27:23.904] #2  0x00007f0333645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[20:27:23.904] #3  0x00007f033381e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[20:27:23.904] #4  0x00007f033382aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[20:27:23.904] #5  0x00007f033380db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x56526835acc0, In...
[20:27:23.904] #6  0x00005652682d65eb in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[20:27:23.904] #7  0x0000565268308060 in pg_qsort (data=<optimized out>, n=4091, element_size=element_size@entry=8, comp...
[20:27:23.904] #8  0x00005652682d8b65 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[20:27:23.904] #9  0x00005652682cdbaf in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[20:27:23.633] #0  0x00007feb902a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[20:27:23.633] #1  0x00007feb9025afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[20:27:23.633] #2  0x00007feb90245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[20:27:23.633] #3  0x00007feb9041e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[20:27:23.633] #4  0x00007feb9042aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[20:27:23.633] #5  0x00007feb9040db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x5562beb53cc0, In...
[20:27:23.633] #6  0x00005562beacf5eb in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[20:27:23.633] #7  0x00005562beb0118a in pg_qsort (data=<optimized out>, n=4003, element_size=element_size@entry=8, comp...
[20:27:23.633] #8  0x00005562bead1b65 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[20:27:23.633] #9  0x00005562beac6baf in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[20:27:23.370] #0  0x00007f507cca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[20:27:23.370] #1  0x00007f507cc5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[20:27:23.370] #2  0x00007f507cc45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[20:27:23.370] #3  0x00007f507ce1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[20:27:23.370] #4  0x00007f507ce2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[20:27:23.370] #5  0x00007f507ce0db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x5599bdf60cc0, In...
[20:27:23.370] #6  0x00005599bdedc5eb in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[20:27:23.370] #7  0x00005599bdf0e18a in pg_qsort (data=<optimized out>, n=7608, element_size=element_size@entry=8, comp...
[20:27:23.370] #8  0x00005599bdedeb65 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[20:27:23.370] #9  0x00005599bded3baf in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[20:27:23.109] #0  0x00007f2afcaa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[20:27:23.109] #1  0x00007f2afca5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[20:27:23.109] #2  0x00007f2afca45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[20:27:23.109] #3  0x00007f2afcc1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[20:27:23.109] #4  0x00007f2afcc2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[20:27:23.109] #5  0x00007f2afcc0db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55717ada4cc0, In...
[20:27:23.109] #6  0x000055717ad205eb in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[20:27:23.109] #7  0x000055717ad5218a in pg_qsort (data=<optimized out>, n=7608, element_size=element_size@entry=8, comp...
[20:27:23.109] #8  0x000055717ad22b65 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[20:27:23.109] #9  0x000055717ad17baf in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[20:27:22.829] #0  0x00007f66756a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[20:27:22.829] #1  0x00007f667565afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[20:27:22.829] #2  0x00007f6675645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[20:27:22.829] #3  0x00007f667581e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[20:27:22.829] #4  0x00007f667582aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[20:27:22.829] #5  0x00007f667580db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55889dd5ccc0, In...
[20:27:22.829] #6  0x000055889dcd85eb in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[20:27:22.829] #7  0x000055889dd0a060 in pg_qsort (data=<optimized out>, n=4993, element_size=element_size@entry=8, comp...
[20:27:22.829] #8  0x000055889dcdab65 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[20:27:22.829] #9  0x000055889dccfbaf in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[20:27:22.567] #0  0x00007f447aaa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[20:27:22.567] #1  0x00007f447aa5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[20:27:22.567] #2  0x00007f447aa45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[20:27:22.567] #3  0x00007f447ac1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[20:27:22.567] #4  0x00007f447ac2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[20:27:22.567] #5  0x00007f447ac0db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x56193e2c8cc0, In...
[20:27:22.567] #6  0x000056193e2445eb in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[20:27:22.567] #7  0x000056193e27618a in pg_qsort (data=<optimized out>, n=4047, element_size=element_size@entry=8, comp...
[20:27:22.567] #8  0x000056193e246b65 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[20:27:22.567] #9  0x000056193e23bbaf in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[20:27:22.296] #0  0x00007fead00a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[20:27:22.296] #1  0x00007fead005afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[20:27:22.296] #2  0x00007fead0045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[20:27:22.296] #3  0x00007fead021e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[20:27:22.296] #4  0x00007fead022aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[20:27:22.296] #5  0x00007fead020db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x5649e931bc40, In...
[20:27:22.296] #6  0x00005649e929762f in DOTypeNameCompare (p1=p1@entry=0x564a048a6260, p2=p2@entry=0x564a048a8770) at ....
[20:27:22.296] #7  0x00005649e92c88c8 in pg_qsort_med3 (a=a@entry=0x564a048a6260, b=b@entry=0x564a048a8770, c=c@entry=0x...
[20:27:22.296] #8  0x00005649e92c8ce3 in pg_qsort (data=<optimized out>, n=9488, element_size=element_size@entry=8, comp...
[20:27:22.296] #9  0x00005649e9299b65 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
core
[20:27:22.029] #0  0x00007f36350a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[20:27:22.029] #1  0x00007f363505afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[20:27:22.029] #2  0x00007f3635045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[20:27:22.029] #3  0x00007f363521e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[20:27:22.029] #4  0x00007f363522aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[20:27:22.029] #5  0x00007f363520db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x563ab6933cc0, In...
[20:27:22.029] #6  0x0000563ab68af5eb in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[20:27:22.029] #7  0x0000563ab68e118a in pg_qsort (data=<optimized out>, n=4051, element_size=element_size@entry=8, comp...
[20:27:22.029] #8  0x0000563ab68b1b65 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[20:27:22.029] #9  0x0000563ab68a6baf in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[20:27:21.736] #0  0x00007f36674a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[20:27:21.736] #1  0x00007f366745afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[20:27:21.736] #2  0x00007f3667445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[20:27:21.736] #3  0x00007f366761e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[20:27:21.736] #4  0x00007f366762aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[20:27:21.736] #5  0x00007f366760db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55e92f2a4cc0, In...
[20:27:21.736] #6  0x000055e92f2205eb in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[20:27:21.736] #7  0x000055e92f252060 in pg_qsort (data=<optimized out>, n=4091, element_size=element_size@entry=8, comp...
[20:27:21.736] #8  0x000055e92f222b65 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[20:27:21.736] #9  0x000055e92f217baf in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
tap
[20:24:45.975](3.232s) not ok 4 - dump from PITR 1
[20:24:46.861](0.886s) not ok 5 - dump from PITR 2
tap
[20:24:55.488](0.305s) not ok 19 - pg_dump: option -n pg_catalog
[20:24:56.448](0.960s) not ok 20 - pg_dumpall: option --exclude-database handles database names with embedded dots
[20:24:57.200](0.352s) not ok 37 - binary_upgrade: pg_dump runs
[20:24:57.226](0.025s) not ok 38 - binary_upgrade: pg_restore runs
tap
[20:24:54.868](1.038s) not ok 1 - parallel dump
[20:24:54.881](0.013s) not ok 2 - parallel restore
[20:24:55.095](0.214s) not ok 3 - parallel dump as inserts
[20:24:55.120](0.025s) not ok 4 - parallel restore as inserts
tap
[20:24:56.278](2.123s) not ok 1 - filter file without patterns
tap
[20:24:59.084](0.406s) not ok 7 - parallel dump
[20:24:59.328](0.243s) not ok 8 - parallel restore
[20:24:59.371](0.043s) not ok 9 - parallel restore with create
tap
[20:24:05.885](4.426s) not ok 6 - dump before running pg_upgrade
[20:24:14.001](4.664s) not ok 14 - run of pg_upgrade for new instance
[20:24:14.001](0.000s) not ok 15 - pg_upgrade_output.d/ removed after pg_upgrade success
[20:24:14.272](0.083s) not ok 16 - check that locales in new cluster match original cluster
[20:24:14.748](0.001s) not ok 18 - old and new dumps match after pg_upgrade
tap
[20:22:51.445](3.323s) not ok 10 - run of pg_upgrade of old cluster
[20:22:51.666](0.221s) not ok 11 - check the slot exists on new cluster
tap
[20:22:52.113](2.296s) not ok 8 - run of pg_upgrade for old instance when the subscription tables are in init/ready stat...
[20:22:52.113](0.000s) not ok 9 - pg_upgrade_output.d/ removed after successful pg_upgrade
[20:22:52.553](0.440s) not ok 10 - check that the subscription's running status and failover are preserved
[20:22:52.605](0.051s) not ok 11 - there should be 2 rows in pg_subscription_rel(representing tab_upgraded1 and tab_upgr...
tap
[20:24:37.080](1.182s) not ok 3 - dump primary server
[20:24:38.476](1.396s) not ok 4 - dump standby server
[20:24:39.675](1.191s) not ok 6 - dump catalogs of primary server
[20:24:40.196](0.521s) not ok 7 - dump catalogs of standby server
[20:24:40.212](0.016s) not ok 8 - compare primary and standby catalog dumps
tap
[20:25:57.710](0.555s) not ok 1 - binary_upgrade: pg_dump runs
test
[20:26:06.795]   6/312 postgresql:pg_upgrade / pg_upgrade/003_logical_slots                            ERROR            ...
[20:26:06.795]   9/312 postgresql:pg_upgrade / pg_upgrade/004_subscription                             ERROR            ...
[20:26:06.795]  89/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[20:26:06.795] 149/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[20:26:06.795] 155/312 postgresql:pg_combinebackup / pg_combinebackup/002_compare_backups              ERROR            ...
[20:26:06.795] 170/312 postgresql:pg_dump / pg_dump/004_pg_dump_parallel                               ERROR            ...
[20:26:06.795] 174/312 postgresql:pg_dump / pg_dump/005_pg_dump_filterfile                             ERROR            ...
[20:26:06.795] 176/312 postgresql:pg_dump / pg_dump/002_pg_dump                                        ERROR            ...
[20:26:06.795] 191/312 postgresql:pg_dump / pg_dump/010_dump_connstr                                   ERROR            ...
[20:26:06.795] 296/312 postgresql:test_pg_dump / test_pg_dump/001_base                                 ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[20:30:02.281](0.175s) not ok 5 - compare primary and standby dumps
test
[20:36:49.816] 135/307 postgresql:recovery / recovery/027_stream_regress                               ERROR           2...
51/5334 Support regular expressions with nondeterministic collations
Linux - Debian Bookworm - Meson
core
[19:33:02.456] #0  0xf7f63559 in __kernel_vsyscall ()
[19:33:02.456] #1  0xf689e407 in ?? () from /lib/i386-linux-gnu/libc.so.6
[19:33:02.456] #2  0xf684d111 in raise () from /lib/i386-linux-gnu/libc.so.6
[19:33:02.456] #3  0xf683626a in abort () from /lib/i386-linux-gnu/libc.so.6
[19:33:02.456] #4  0xf6a59d4a in __sanitizer::Abort () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_pos...
[19:33:02.456] #5  0xf6a68896 in __sanitizer::Die () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_termi...
[19:33:02.456] #6  0xf6a4658c in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=<optimized out>, Pointer=<optimize...
[19:33:02.456] #7  0x56f18a5f in pg_check_regex_collation (is_similar_to=true) at ../src/backend/regex/regc_pg_locale.c:...
[19:33:02.456] #8  0x56f18dea in pg_regcomp (re=0xffef11a0, string=0x58540dac, len=37, flags=3, collation=100) at ../src...
[19:33:02.456] #9  0x5721efce in RE_compile_and_cache (text_re=0x58540d60, cflags=3, collation=100) at ../src/backend/ut...
core
[19:32:59.854] #0  0x00007f1dda0aeda4 in ?? ()
[19:32:59.854] #1  0x0000000000000000 in ?? ()
[19:33:00.274] #0  0xf7f98559 in __kernel_vsyscall ()
core
[19:33:01.233] #0  0xf7f9f559 in __kernel_vsyscall ()
[19:33:01.233] #1  0xf68da407 in ?? () from /lib/i386-linux-gnu/libc.so.6
[19:33:01.233] #2  0xf6889111 in raise () from /lib/i386-linux-gnu/libc.so.6
[19:33:01.233] #3  0xf687226a in abort () from /lib/i386-linux-gnu/libc.so.6
[19:33:01.233] #4  0xf6a95d4a in __sanitizer::Abort () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_pos...
[19:33:01.233] #5  0xf6aa4896 in __sanitizer::Die () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_termi...
[19:33:01.233] #6  0xf6a8258c in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=<optimized out>, Pointer=<optimize...
[19:33:01.233] #7  0x56fdea5f in pg_check_regex_collation (is_similar_to=true) at ../src/backend/regex/regc_pg_locale.c:...
[19:33:01.233] #8  0x56fdedea in pg_regcomp (re=0xffecb440, string=0x586a8b34, len=5, flags=19, collation=100) at ../src...
[19:33:01.233] #9  0x572e4fce in RE_compile_and_cache (text_re=0x58695938, cflags=19, collation=100) at ../src/backend/u...
core
[19:32:59.717] #0  0xf7f9f559 in __kernel_vsyscall ()
[19:32:59.717] #1  0xf68da407 in ?? () from /lib/i386-linux-gnu/libc.so.6
[19:32:59.717] #2  0xf6889111 in raise () from /lib/i386-linux-gnu/libc.so.6
[19:32:59.717] #3  0xf687226a in abort () from /lib/i386-linux-gnu/libc.so.6
[19:32:59.717] #4  0xf6a95d4a in __sanitizer::Abort () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_pos...
[19:32:59.717] #5  0xf6aa4896 in __sanitizer::Die () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_termi...
[19:32:59.717] #6  0xf6a8258c in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=<optimized out>, Pointer=<optimize...
[19:32:59.717] #7  0x56fdea5f in pg_check_regex_collation (is_similar_to=true) at ../src/backend/regex/regc_pg_locale.c:...
[19:32:59.717] #8  0x56fdedea in pg_regcomp (re=0xffecb640, string=0x58661c4c, len=37, flags=3, collation=100) at ../src...
[19:32:59.717] #9  0x572e4fce in RE_compile_and_cache (text_re=0x58661c00, cflags=3, collation=100) at ../src/backend/ut...
core
[19:33:00.341] #0  0xf7f98559 in __kernel_vsyscall ()
[19:33:00.341] #1  0xf68d3407 in ?? () from /lib/i386-linux-gnu/libc.so.6
[19:33:00.341] #2  0xf6882111 in raise () from /lib/i386-linux-gnu/libc.so.6
[19:33:00.341] #3  0xf686b26a in abort () from /lib/i386-linux-gnu/libc.so.6
[19:33:00.341] #4  0xf6a8ed4a in __sanitizer::Abort () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_pos...
[19:33:00.341] #5  0xf6a9d896 in __sanitizer::Die () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_termi...
[19:33:00.341] #6  0xf6a7b58c in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=<optimized out>, Pointer=<optimize...
[19:33:00.341] #7  0x56fffa5f in pg_check_regex_collation (is_similar_to=true) at ../src/backend/regex/regc_pg_locale.c:...
[19:33:00.341] #8  0x56fffdea in pg_regcomp (re=0xffad9440, string=0x59831d30, len=16, flags=27, collation=100) at ../sr...
[19:33:00.341] #9  0x57305fce in RE_compile_and_cache (text_re=0x597f9658, cflags=27, collation=100) at ../src/backend/u...
core
[19:33:01.933] #0  0xf7f6a559 in __kernel_vsyscall ()
[19:33:01.933] #1  0xf68a5407 in ?? () from /lib/i386-linux-gnu/libc.so.6
[19:33:01.933] #2  0xf6854111 in raise () from /lib/i386-linux-gnu/libc.so.6
[19:33:01.933] #3  0xf683d26a in abort () from /lib/i386-linux-gnu/libc.so.6
[19:33:01.933] #4  0xf6a60d4a in __sanitizer::Abort () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_pos...
[19:33:01.933] #5  0xf6a6f896 in __sanitizer::Die () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_termi...
[19:33:01.933] #6  0xf6a4d58c in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=<optimized out>, Pointer=<optimize...
[19:33:01.933] #7  0x56f5ba5f in pg_check_regex_collation (is_similar_to=true) at ../src/backend/regex/regc_pg_locale.c:...
[19:33:01.933] #8  0x56f5bdea in pg_regcomp (re=0xffacfde0, string=0x59be89ac, len=8, flags=3, collation=100) at ../src/...
[19:33:01.933] #9  0xeafed89f in test_re_compile (text_re=text_re@entry=0x59bbb4c4, cflags=3, collation=collation@entry=...
regress
diff -U3 /tmp/cirrus-ci-build/contrib/citext/expected/citext.out /tmp/cirrus-ci-build/build-32/testrun/citext/regress/re...
--- /tmp/cirrus-ci-build/contrib/citext/expected/citext.out	2024-11-10 19:21:10.622419671 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/citext/regress/results/citext.out	2024-11-10 19:29:41.177370650 +0000
@@ -500,2185 +500,7 @@
 
 -- SIMILAR TO should be case-insensitive.
 SELECT name FROM srt WHERE name SIMILAR TO '%a.*';
- name 
-------
- ABA
-(1 row)
-
-SELECT name FROM srt WHERE name SIMILAR TO '%A.*';
- name 
-------
- ABA
-(1 row)
-
--- Explicit casts.
-SELECT true::citext = 'true' AS t;
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/strings.out /tmp/cirrus-ci-build/build-32/testrun/recovery/027_s...
--- /tmp/cirrus-ci-build/src/test/regress/expected/strings.out	2024-11-10 19:21:12.554419711 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/recovery/027_stream_regress/data/results/strings.out	2024-11-10 19:29:16.08140...
@@ -438,2255 +438,7 @@
 ERROR:  negative substring length not allowed
 -- T581 regular expression substring (with SQL's bizarre regexp syntax)
 SELECT SUBSTRING('abcdefg' SIMILAR 'a#"(b_d)#"%' ESCAPE '#') AS "bcd";
- bcd 
------
- bcd
-(1 row)
-
--- obsolete SQL99 syntax
-SELECT SUBSTRING('abcdefg' FROM 'a#"(b_d)#"%' FOR '#') AS "bcd";
- bcd 
------
- bcd
-(1 row)
-
--- No match should return NULL
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/strings.out /tmp/cirrus-ci-build/build-32/testrun/regress/regres...
--- /tmp/cirrus-ci-build/src/test/regress/expected/strings.out	2024-11-10 19:21:12.554419711 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/regress/regress/results/strings.out	2024-11-10 19:28:36.981444825 +0000
@@ -438,2255 +438,7 @@
 ERROR:  negative substring length not allowed
 -- T581 regular expression substring (with SQL's bizarre regexp syntax)
 SELECT SUBSTRING('abcdefg' SIMILAR 'a#"(b_d)#"%' ESCAPE '#') AS "bcd";
- bcd 
------
- bcd
-(1 row)
-
--- obsolete SQL99 syntax
-SELECT SUBSTRING('abcdefg' FROM 'a#"(b_d)#"%' FOR '#') AS "bcd";
- bcd 
------
- bcd
-(1 row)
-
--- No match should return NULL
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/test_regex/expected/test_regex.out /tmp/cirrus-ci-build/build-32/testrun/...
--- /tmp/cirrus-ci-build/src/test/modules/test_regex/expected/test_regex.out	2024-11-10 19:21:12.414419708 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/test_regex/regress/results/test_regex.out	2024-11-10 19:30:00.337345814 +0000
@@ -1010,4075 +1010,7 @@
 ERROR:  invalid regular expression: invalid character range
 -- expectMatch	9.15 &LP	{[[:<:]]a}	a	a
 select * from test_regex('[[:<:]]a', 'a', 'LP');
-          test_regex           
--------------------------------
- {0,REG_UNONPOSIX,REG_ULOCALE}
- {a}
-(2 rows)
-
-select * from test_regex('[[:<:]]a', 'a', 'LPb');
-          test_regex           
--------------------------------
- {0,REG_UNONPOSIX,REG_ULOCALE}
- {a}
-(2 rows)
-
...
tap
[19:29:22.409](10.976s) not ok 2 - regression tests pass
test
[19:31:47.520]   6/312 postgresql:regress / regress/regress                                            ERROR            ...
[19:31:47.520]  35/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[19:31:47.520]  57/312 postgresql:citext / citext/regress                                              ERROR            ...
[19:31:47.520] 128/312 postgresql:test_regex / test_regex/regress                                      ERROR            ...
51/5284 database-specific role memberships
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/privs_in_db.out /tmp/cirrus-ci-build/build/testrun/regress-runni...
--- /tmp/cirrus-ci-build/src/test/regress/expected/privs_in_db.out	2024-11-10 19:09:04.224508000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress-running/regress/results/privs_in_db.out	2024-11-10 19:15:25.222070000 +00...
@@ -756,9 +756,10 @@
 DROP DATABASE regression_db_0;
 DROP ROLE regress_role_admin;
 SELECT datname FROM pg_database WHERE datname LIKE 'regression_db_%';
- datname 
----------
-(0 rows)
+      datname      
+-------------------
+ regression_dblink
+(1 row)
 
 SELECT rolname FROM pg_roles WHERE rolname LIKE 'regress_role_%';
  rolname 
test
[19:15:49.335] 75/76 postgresql:regress-running / regress-running/regress                         ERROR            30.50...
51/5131 add log_transaction GUC setting
FreeBSD - 13 - Meson
tap
[17:24:48.526](1.610s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[17:24:58.414] 293/312 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
Linux - Debian Bookworm - Autoconf
tap
[17:25:34.109](0.862s) not ok 1 - no parameters missing from postgresql.conf.sample
Linux - Debian Bookworm - Meson
tap
[17:27:31.524](0.483s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[17:27:42.536] 291/312 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[17:32:05.756](2.278s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[17:32:36.965] 287/307 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
51/5012 Vacuum statistics
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out /tmp/cirrus-ci-build/bu...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-11-10 17:09:12.82561500...
+++ /tmp/cirrus-ci-build/build/testrun/isolation/isolation/results/vacuum-extending-in-repetable-read.out	2024-11-10 17:...
@@ -9,9 +9,10 @@
     FROM pg_stat_get_vacuum_tables vt, pg_class c
     WHERE vt.relname = 'test_vacuum_stat_isolation' AND vt.relid = c.oid;
 
-relname|tuples_deleted|dead_tuples|tuples_frozen
--------+--------------+-----------+-------------
-(0 rows)
+relname                   |tuples_deleted|dead_tuples|tuples_frozen
+--------------------------+--------------+-----------+-------------
+test_vacuum_stat_isolation|             0|          0|            0
+(1 row)
 
 step s1_begin_repeatable_read: 
   BEGIN transaction ISOLATION LEVEL REPEATABLE READ;
@@ -22,7 +23,8 @@
   100
 (1 row)
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/vacuum_tables_and_db_statistics.out /tmp/cirrus-ci-build/build/t...
--- /tmp/cirrus-ci-build/src/test/regress/expected/vacuum_tables_and_db_statistics.out	2024-11-10 17:09:13.000321000 +00...
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/vacuum_tables_and_db_statistics.out	2024-1...
@@ -186,7 +186,7 @@
 
 SELECT pages_frozen AS pf, pages_all_visible AS pv, rev_all_frozen_pages AS hafp,rev_all_visible_pages AS havp
 FROM pg_stat_get_vacuum_tables, pg_stat_all_tables WHERE pg_stat_get_vacuum_tables.relname = 'vestat' and pg_stat_get_v...
-UPDATE vestat SET x = x + 1001;
+UPDATE vestat SET x = x+1001;
 VACUUM (PARALLEL 0, BUFFER_USAGE_LIMIT 128) vestat;
 SELECT pages_frozen > :pf AS pages_frozen,pages_all_visible > :pv AS pages_all_visible,rev_all_frozen_pages > :hafp AS ...
 FROM pg_stat_get_vacuum_tables, pg_stat_all_tables WHERE pg_stat_get_vacuum_tables.relname = 'vestat' and pg_stat_get_v...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/vacuum_tables_and_db_statistics.out /tmp/cirrus-ci-build/build/t...
--- /tmp/cirrus-ci-build/src/test/regress/expected/vacuum_tables_and_db_statistics.out	2024-11-10 17:09:13.000321000 +00...
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/vacuum_tables_and_db_statistics.out	2024...
@@ -186,7 +186,7 @@
 
 SELECT pages_frozen AS pf, pages_all_visible AS pv, rev_all_frozen_pages AS hafp,rev_all_visible_pages AS havp
 FROM pg_stat_get_vacuum_tables, pg_stat_all_tables WHERE pg_stat_get_vacuum_tables.relname = 'vestat' and pg_stat_get_v...
-UPDATE vestat SET x = x + 1001;
+UPDATE vestat SET x = x+1001;
 VACUUM (PARALLEL 0, BUFFER_USAGE_LIMIT 128) vestat;
 SELECT pages_frozen > :pf AS pages_frozen,pages_all_visible > :pv AS pages_all_visible,rev_all_frozen_pages > :hafp AS ...
 FROM pg_stat_get_vacuum_tables, pg_stat_all_tables WHERE pg_stat_get_vacuum_tables.relname = 'vestat' and pg_stat_get_v...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/vacuum_tables_and_db_statistics.out /tmp/cirrus-ci-build/build/t...
--- /tmp/cirrus-ci-build/src/test/regress/expected/vacuum_tables_and_db_statistics.out	2024-11-10 17:09:13.000321000 +00...
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/vacuum_tables_and_db_statistics.out	2024-11-10 17:12:08.7...
@@ -186,7 +186,7 @@
 
 SELECT pages_frozen AS pf, pages_all_visible AS pv, rev_all_frozen_pages AS hafp,rev_all_visible_pages AS havp
 FROM pg_stat_get_vacuum_tables, pg_stat_all_tables WHERE pg_stat_get_vacuum_tables.relname = 'vestat' and pg_stat_get_v...
-UPDATE vestat SET x = x + 1001;
+UPDATE vestat SET x = x+1001;
 VACUUM (PARALLEL 0, BUFFER_USAGE_LIMIT 128) vestat;
 SELECT pages_frozen > :pf AS pages_frozen,pages_all_visible > :pv AS pages_all_visible,rev_all_frozen_pages > :hafp AS ...
 FROM pg_stat_get_vacuum_tables, pg_stat_all_tables WHERE pg_stat_get_vacuum_tables.relname = 'vestat' and pg_stat_get_v...
tap
[17:12:09.014](63.907s) not ok 5 - regression tests pass
tap
[17:13:05.710](81.310s) not ok 2 - regression tests pass
test
[17:14:55.057]  42/312 postgresql:regress / regress/regress                                            ERROR            ...
[17:14:55.057]  49/312 postgresql:isolation / isolation/isolation                                      ERROR            ...
[17:14:55.057]  87/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[17:14:55.057] 159/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/vacuum_tables_and_db_statistics.out /tmp/cirrus-ci-build/src/bin...
--- /tmp/cirrus-ci-build/src/test/regress/expected/vacuum_tables_and_db_statistics.out	2024-11-10 17:09:13.014258472 +00...
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/vacuum_tables_and_db_statistics.out	2024-11-10 17:17:08.34...
@@ -186,7 +186,7 @@
 
 SELECT pages_frozen AS pf, pages_all_visible AS pv, rev_all_frozen_pages AS hafp,rev_all_visible_pages AS havp
 FROM pg_stat_get_vacuum_tables, pg_stat_all_tables WHERE pg_stat_get_vacuum_tables.relname = 'vestat' and pg_stat_get_v...
-UPDATE vestat SET x = x + 1001;
+UPDATE vestat SET x = x+1001;
 VACUUM (PARALLEL 0, BUFFER_USAGE_LIMIT 128) vestat;
 SELECT pages_frozen > :pf AS pages_frozen,pages_all_visible > :pv AS pages_all_visible,rev_all_frozen_pages > :hafp AS ...
 FROM pg_stat_get_vacuum_tables, pg_stat_all_tables WHERE pg_stat_get_vacuum_tables.relname = 'vestat' and pg_stat_get_v...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out /tmp/cirrus-ci-build/sr...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-11-10 17:09:12.79186513...
+++ /tmp/cirrus-ci-build/src/test/isolation/output_iso/results/vacuum-extending-in-repetable-read.out	2024-11-10 17:14:5...
@@ -9,9 +9,10 @@
     FROM pg_stat_get_vacuum_tables vt, pg_class c
     WHERE vt.relname = 'test_vacuum_stat_isolation' AND vt.relid = c.oid;
 
-relname|tuples_deleted|dead_tuples|tuples_frozen
--------+--------------+-----------+-------------
-(0 rows)
+relname                   |tuples_deleted|dead_tuples|tuples_frozen
+--------------------------+--------------+-----------+-------------
+test_vacuum_stat_isolation|             0|          0|            0
+(1 row)
 
 step s1_begin_repeatable_read: 
   BEGIN transaction ISOLATION LEVEL REPEATABLE READ;
@@ -22,7 +23,8 @@
   100
 (1 row)
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/vacuum_tables_and_db_statistics.out /tmp/cirrus-ci-build/src/tes...
--- /tmp/cirrus-ci-build/src/test/regress/expected/vacuum_tables_and_db_statistics.out	2024-11-10 17:09:13.014258472 +00...
+++ /tmp/cirrus-ci-build/src/test/regress/results/vacuum_tables_and_db_statistics.out	2024-11-10 17:15:29.152313144 +000...
@@ -186,7 +186,7 @@
 
 SELECT pages_frozen AS pf, pages_all_visible AS pv, rev_all_frozen_pages AS hafp,rev_all_visible_pages AS havp
 FROM pg_stat_get_vacuum_tables, pg_stat_all_tables WHERE pg_stat_get_vacuum_tables.relname = 'vestat' and pg_stat_get_v...
-UPDATE vestat SET x = x + 1001;
+UPDATE vestat SET x = x+1001;
 VACUUM (PARALLEL 0, BUFFER_USAGE_LIMIT 128) vestat;
 SELECT pages_frozen > :pf AS pages_frozen,pages_all_visible > :pv AS pages_all_visible,rev_all_frozen_pages > :hafp AS ...
 FROM pg_stat_get_vacuum_tables, pg_stat_all_tables WHERE pg_stat_get_vacuum_tables.relname = 'vestat' and pg_stat_get_v...
tap
[17:17:08.376](102.741s) not ok 5 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out /tmp/cirrus-ci-build/bu...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-11-10 17:09:13.06187880...
+++ /tmp/cirrus-ci-build/build/testrun/isolation/isolation/results/vacuum-extending-in-repetable-read.out	2024-11-10 17:...
@@ -9,9 +9,10 @@
     FROM pg_stat_get_vacuum_tables vt, pg_class c
     WHERE vt.relname = 'test_vacuum_stat_isolation' AND vt.relid = c.oid;
 
-relname|tuples_deleted|dead_tuples|tuples_frozen
--------+--------------+-----------+-------------
-(0 rows)
+relname                   |tuples_deleted|dead_tuples|tuples_frozen
+--------------------------+--------------+-----------+-------------
+test_vacuum_stat_isolation|             0|          0|            0
+(1 row)
 
 step s1_begin_repeatable_read: 
   BEGIN transaction ISOLATION LEVEL REPEATABLE READ;
@@ -22,7 +23,8 @@
   100
 (1 row)
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/vacuum_tables_and_db_statistics.out /tmp/cirrus-ci-build/build/t...
--- /tmp/cirrus-ci-build/src/test/regress/expected/vacuum_tables_and_db_statistics.out	2024-11-10 17:09:13.273878807 +00...
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/vacuum_tables_and_db_statistics.out	2024-1...
@@ -186,7 +186,7 @@
 
 SELECT pages_frozen AS pf, pages_all_visible AS pv, rev_all_frozen_pages AS hafp,rev_all_visible_pages AS havp
 FROM pg_stat_get_vacuum_tables, pg_stat_all_tables WHERE pg_stat_get_vacuum_tables.relname = 'vestat' and pg_stat_get_v...
-UPDATE vestat SET x = x + 1001;
+UPDATE vestat SET x = x+1001;
 VACUUM (PARALLEL 0, BUFFER_USAGE_LIMIT 128) vestat;
 SELECT pages_frozen > :pf AS pages_frozen,pages_all_visible > :pv AS pages_all_visible,rev_all_frozen_pages > :hafp AS ...
 FROM pg_stat_get_vacuum_tables, pg_stat_all_tables WHERE pg_stat_get_vacuum_tables.relname = 'vestat' and pg_stat_get_v...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/vacuum_tables_and_db_statistics.out /tmp/cirrus-ci-build/build/t...
--- /tmp/cirrus-ci-build/src/test/regress/expected/vacuum_tables_and_db_statistics.out	2024-11-10 17:09:13.273878807 +00...
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/vacuum_tables_and_db_statistics.out	2024...
@@ -186,7 +186,7 @@
 
 SELECT pages_frozen AS pf, pages_all_visible AS pv, rev_all_frozen_pages AS hafp,rev_all_visible_pages AS havp
 FROM pg_stat_get_vacuum_tables, pg_stat_all_tables WHERE pg_stat_get_vacuum_tables.relname = 'vestat' and pg_stat_get_v...
-UPDATE vestat SET x = x + 1001;
+UPDATE vestat SET x = x+1001;
 VACUUM (PARALLEL 0, BUFFER_USAGE_LIMIT 128) vestat;
 SELECT pages_frozen > :pf AS pages_frozen,pages_all_visible > :pv AS pages_all_visible,rev_all_frozen_pages > :hafp AS ...
 FROM pg_stat_get_vacuum_tables, pg_stat_all_tables WHERE pg_stat_get_vacuum_tables.relname = 'vestat' and pg_stat_get_v...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/vacuum_tables_and_db_statistics.out /tmp/cirrus-ci-build/build/t...
--- /tmp/cirrus-ci-build/src/test/regress/expected/vacuum_tables_and_db_statistics.out	2024-11-10 17:09:13.273878807 +00...
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/vacuum_tables_and_db_statistics.out	2024-11-10 17:15:01.2...
@@ -186,7 +186,7 @@
 
 SELECT pages_frozen AS pf, pages_all_visible AS pv, rev_all_frozen_pages AS hafp,rev_all_visible_pages AS havp
 FROM pg_stat_get_vacuum_tables, pg_stat_all_tables WHERE pg_stat_get_vacuum_tables.relname = 'vestat' and pg_stat_get_v...
-UPDATE vestat SET x = x + 1001;
+UPDATE vestat SET x = x+1001;
 VACUUM (PARALLEL 0, BUFFER_USAGE_LIMIT 128) vestat;
 SELECT pages_frozen > :pf AS pages_frozen,pages_all_visible > :pv AS pages_all_visible,rev_all_frozen_pages > :hafp AS ...
 FROM pg_stat_get_vacuum_tables, pg_stat_all_tables WHERE pg_stat_get_vacuum_tables.relname = 'vestat' and pg_stat_get_v...
tap
[17:15:06.975](71.493s) not ok 5 - regression tests pass
tap
[17:15:40.751](71.412s) not ok 2 - regression tests pass
test
[17:17:18.330]  39/312 postgresql:isolation / isolation/isolation                                      ERROR            ...
[17:17:18.330]  42/312 postgresql:regress / regress/regress                                            ERROR            ...
[17:17:18.330] 125/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[17:17:18.330] 154/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/isolation/expected/vacuum-extending-in-repetable-read.out /Users/admin/pgsql/build/...
--- /Users/admin/pgsql/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-11-10 17:09:12
+++ /Users/admin/pgsql/build/testrun/isolation/isolation/results/vacuum-extending-in-repetable-read.out	2024-11-10 17:12...
@@ -9,9 +9,10 @@
     FROM pg_stat_get_vacuum_tables vt, pg_class c
     WHERE vt.relname = 'test_vacuum_stat_isolation' AND vt.relid = c.oid;
 
-relname|tuples_deleted|dead_tuples|tuples_frozen
--------+--------------+-----------+-------------
-(0 rows)
+relname                   |tuples_deleted|dead_tuples|tuples_frozen
+--------------------------+--------------+-----------+-------------
+test_vacuum_stat_isolation|             0|          0|            0
+(1 row)
 
 step s1_begin_repeatable_read: 
   BEGIN transaction ISOLATION LEVEL REPEATABLE READ;
@@ -22,7 +23,8 @@
   100
 (1 row)
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/vacuum_tables_and_db_statistics.out /Users/admin/pgsql/build/testr...
--- /Users/admin/pgsql/src/test/regress/expected/vacuum_tables_and_db_statistics.out	2024-11-10 17:09:12
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/vacuum_tables_and_db_statistics.out	2024-11-...
@@ -186,7 +186,7 @@
 
 SELECT pages_frozen AS pf, pages_all_visible AS pv, rev_all_frozen_pages AS hafp,rev_all_visible_pages AS havp
 FROM pg_stat_get_vacuum_tables, pg_stat_all_tables WHERE pg_stat_get_vacuum_tables.relname = 'vestat' and pg_stat_get_v...
-UPDATE vestat SET x = x + 1001;
+UPDATE vestat SET x = x+1001;
 VACUUM (PARALLEL 0, BUFFER_USAGE_LIMIT 128) vestat;
 SELECT pages_frozen > :pf AS pages_frozen,pages_all_visible > :pv AS pages_all_visible,rev_all_frozen_pages > :hafp AS ...
 FROM pg_stat_get_vacuum_tables, pg_stat_all_tables WHERE pg_stat_get_vacuum_tables.relname = 'vestat' and pg_stat_get_v...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/vacuum_tables_and_db_statistics.out /Users/admin/pgsql/build/testr...
--- /Users/admin/pgsql/src/test/regress/expected/vacuum_tables_and_db_statistics.out	2024-11-10 17:09:12
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/vacuum_tables_and_db_statistics.out	2024-1...
@@ -186,7 +186,7 @@
 
 SELECT pages_frozen AS pf, pages_all_visible AS pv, rev_all_frozen_pages AS hafp,rev_all_visible_pages AS havp
 FROM pg_stat_get_vacuum_tables, pg_stat_all_tables WHERE pg_stat_get_vacuum_tables.relname = 'vestat' and pg_stat_get_v...
-UPDATE vestat SET x = x + 1001;
+UPDATE vestat SET x = x+1001;
 VACUUM (PARALLEL 0, BUFFER_USAGE_LIMIT 128) vestat;
 SELECT pages_frozen > :pf AS pages_frozen,pages_all_visible > :pv AS pages_all_visible,rev_all_frozen_pages > :hafp AS ...
 FROM pg_stat_get_vacuum_tables, pg_stat_all_tables WHERE pg_stat_get_vacuum_tables.relname = 'vestat' and pg_stat_get_v...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/vacuum_tables_and_db_statistics.out /Users/admin/pgsql/build/testr...
--- /Users/admin/pgsql/src/test/regress/expected/vacuum_tables_and_db_statistics.out	2024-11-10 17:09:12
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/vacuum_tables_and_db_statistics.out	2024-11-10 17:12:23
@@ -186,7 +186,7 @@
 
 SELECT pages_frozen AS pf, pages_all_visible AS pv, rev_all_frozen_pages AS hafp,rev_all_visible_pages AS havp
 FROM pg_stat_get_vacuum_tables, pg_stat_all_tables WHERE pg_stat_get_vacuum_tables.relname = 'vestat' and pg_stat_get_v...
-UPDATE vestat SET x = x + 1001;
+UPDATE vestat SET x = x+1001;
 VACUUM (PARALLEL 0, BUFFER_USAGE_LIMIT 128) vestat;
 SELECT pages_frozen > :pf AS pages_frozen,pages_all_visible > :pv AS pages_all_visible,rev_all_frozen_pages > :hafp AS ...
 FROM pg_stat_get_vacuum_tables, pg_stat_all_tables WHERE pg_stat_get_vacuum_tables.relname = 'vestat' and pg_stat_get_v...
tap
[17:12:22.472](52.245s) not ok 5 - regression tests pass
tap
[17:13:48.193](80.343s) not ok 2 - regression tests pass
test
[17:16:46.845]  26/312 postgresql:regress / regress/regress                                            ERROR            ...
[17:16:46.845]  34/312 postgresql:isolation / isolation/isolation                                      ERROR            ...
[17:16:46.845]  43/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[17:16:46.845] 135/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/isolation/expected/vacuum-extending-in-repetable-read.out C:/cirrus/buil...
--- C:/cirrus/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-11-10 17:09:29.328368500 +0000
+++ C:/cirrus/build/testrun/isolation/isolation/results/vacuum-extending-in-repetable-read.out	2024-11-10 17:13:39.28100...
@@ -9,9 +9,10 @@
     FROM pg_stat_get_vacuum_tables vt, pg_class c
     WHERE vt.relname = 'test_vacuum_stat_isolation' AND vt.relid = c.oid;
 
-relname|tuples_deleted|dead_tuples|tuples_frozen
--------+--------------+-----------+-------------
-(0 rows)
+relname                   |tuples_deleted|dead_tuples|tuples_frozen
+--------------------------+--------------+-----------+-------------
+test_vacuum_stat_isolation|             0|          0|            0
+(1 row)
 
 step s1_begin_repeatable_read: 
   BEGIN transaction ISOLATION LEVEL REPEATABLE READ;
@@ -22,7 +23,8 @@
   100
 (1 row)
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/vacuum_tables_and_db_statistics.out C:/cirrus/build/tes...
--- C:/cirrus/src/test/regress/expected/vacuum_tables_and_db_statistics.out	2024-11-10 17:09:29.970977700 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/vacuum_tables_and_db_statistics.out	2024-11-10 17:13:...
@@ -186,7 +186,7 @@
 
 SELECT pages_frozen AS pf, pages_all_visible AS pv, rev_all_frozen_pages AS hafp,rev_all_visible_pages AS havp
 FROM pg_stat_get_vacuum_tables, pg_stat_all_tables WHERE pg_stat_get_vacuum_tables.relname = 'vestat' and pg_stat_get_v...
-UPDATE vestat SET x = x + 1001;
+UPDATE vestat SET x = x+1001;
 VACUUM (PARALLEL 0, BUFFER_USAGE_LIMIT 128) vestat;
 SELECT pages_frozen > :pf AS pages_frozen,pages_all_visible > :pv AS pages_all_visible,rev_all_frozen_pages > :hafp AS ...
 FROM pg_stat_get_vacuum_tables, pg_stat_all_tables WHERE pg_stat_get_vacuum_tables.relname = 'vestat' and pg_stat_get_v...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/vacuum_index_statistics.out C:/cirrus/build/testrun/rec...
--- C:/cirrus/src/test/regress/expected/vacuum_index_statistics.out	2024-11-10 17:09:29.968993000 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/vacuum_index_statistics.out	2024-11-10 17:15:57.540...
@@ -54,7 +54,7 @@
 WHERE vt.relname = 'vestat_pkey' AND vt.relid = c.oid;
    relname   | relpages | pages_deleted | tuples_deleted 
 -------------+----------+---------------+----------------
- vestat_pkey | t        | t             | t
+ vestat_pkey | t        | t             | f
 (1 row)
 
 SELECT vt.relname,relpages AS irp,pages_deleted AS ipd,tuples_deleted AS itd
@@ -67,7 +67,7 @@
 FROM pg_stat_get_vacuum_indexes WHERE relname = 'vestat_pkey';
  diwr | diwb 
 ------+------
- t    | t
+ f    | f
 (1 row)
 
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/vacuum_tables_and_db_statistics.out C:/cirrus/build/tes...
--- C:/cirrus/src/test/regress/expected/vacuum_tables_and_db_statistics.out	2024-11-10 17:09:29.970977700 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/vacuum_tables_and_db_statistics.out	2024-11-10 17:13:22.788571800 +0...
@@ -186,7 +186,7 @@
 
 SELECT pages_frozen AS pf, pages_all_visible AS pv, rev_all_frozen_pages AS hafp,rev_all_visible_pages AS havp
 FROM pg_stat_get_vacuum_tables, pg_stat_all_tables WHERE pg_stat_get_vacuum_tables.relname = 'vestat' and pg_stat_get_v...
-UPDATE vestat SET x = x + 1001;
+UPDATE vestat SET x = x+1001;
 VACUUM (PARALLEL 0, BUFFER_USAGE_LIMIT 128) vestat;
 SELECT pages_frozen > :pf AS pages_frozen,pages_all_visible > :pv AS pages_all_visible,rev_all_frozen_pages > :hafp AS ...
 FROM pg_stat_get_vacuum_tables, pg_stat_all_tables WHERE pg_stat_get_vacuum_tables.relname = 'vestat' and pg_stat_get_v...
tap
[17:13:31.111](115.944s) not ok 5 - regression tests pass
tap
[17:16:01.029](126.592s) not ok 2 - regression tests pass
test
[17:22:25.605]  21/307 postgresql:regress / regress/regress                                            ERROR           1...
[17:22:25.605]  30/307 postgresql:isolation / isolation/isolation                                      ERROR           1...
[17:22:25.605]  37/307 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[17:22:25.605] 101/307 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5323 Support enabling checksums online
CompilerWarnings
compiler
[16:33:17.364] datachecksumsworker.c:590:67: error: format ‘%d’ expects argument of type ‘int’, but argument 5 has type ...
FreeBSD - 13 - Meson
tap
[16:28:18.734](216.019s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /tmp/cirrus-ci-build/src/test/checksum/t/003_standby_restarts.pl line 65.
tap
[16:23:05.553](0.000s) not ok 23 - data_checksums=on is reported on an offline cluster stdout /(?^:^on$)/
test
[16:28:19.062] 152/316 postgresql:pg_checksums / pg_checksums/002_actions                              ERROR            ...
[16:28:19.062] 316/316 postgresql:checksums / checksums/003_standby_restarts                           ERROR           2...
Linux - Debian Bookworm - Autoconf
tap
[16:24:27.542](0.000s) not ok 23 - data_checksums=on is reported on an offline cluster stdout /(?^:^on$)/
Linux - Debian Bookworm - Meson
core
[16:28:27.758] #0  0x00007f9dde497d7c in ?? () from /lib64/ld-linux-x86-64.so.2
[16:28:27.758] #1  0x00007f9dde4a7c99 in ?? () from /lib64/ld-linux-x86-64.so.2
[16:28:27.758] #2  0x00007f9dde4a422f in ?? () from /lib64/ld-linux-x86-64.so.2
[16:28:27.758] #3  0x00007f9dde4a5bac in ?? () from /lib64/ld-linux-x86-64.so.2
[16:28:27.758] #4  0x00007f9dde4a4a58 in ?? () from /lib64/ld-linux-x86-64.so.2
[16:28:27.758] #5  0x0000000000000003 in ?? ()
[16:28:27.758] #6  0x00007ffc6e65449b in ?? ()
[16:28:27.758] #7  0x00007ffc6e65449e in ?? ()
[16:28:27.758] #8  0x00007ffc6e6544a1 in ?? ()
[16:28:27.758] #9  0x0000000000000000 in ?? ()
tap
[16:25:42.785](0.000s) not ok 23 - data_checksums=on is reported on an offline cluster stdout /(?^:^on$)/
test
[16:27:13.861] 152/316 postgresql:pg_checksums / pg_checksums/002_actions                              ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
core
000000f6`6d7ff568 00007ffb`aa6eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f6`6d7ff570 00007ffb`a8624cb0     ntdll!TppWorkerThread+0x2df
000000f6`6d7ff860 00007ffb`aa75ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f6`6d7ff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f6`6dbff4e8 00007ffb`aa6eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f6`6dbff4f0 00007ffb`a8624cb0     ntdll!TppWorkerThread+0x2df
000000f6`6dbff7e0 00007ffb`aa75ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f6`6dbff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f6`6dfffc18 00007ffb`aa6eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f6`6dfffc20 00007ffb`a8624cb0     ntdll!TppWorkerThread+0x2df
000000f6`6dffff10 00007ffb`aa75ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f6`6dffff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f6`6d3ff898 00007ff6`57c826b7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000f6`6d3ff8a0 00007ff6`57b3eb04     postgres!SubPostmasterMain(
000000f6`6d3ff910 00007ff6`58134df9     postgres!main(
000000f6`6d3ff950 00007ff6`58134d4e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f6`6d3ff9a0 00007ff6`58134c0e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f6`6d3ffa10 00007ff6`58134e6e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000f6`6d3ffa40 00007ffb`a8624cb0     postgres!mainCRTStartup(
000000f6`6d3ffa70 00007ffb`aa75ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f6`6d3ffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e3`ae3ff9e8 00007ffb`aa6eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e3`ae3ff9f0 00007ffb`a8624cb0     ntdll!TppWorkerThread+0x2df
000000e3`ae3ffce0 00007ffb`aa75ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e3`ae3ffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e3`ae7ff768 00007ffb`aa6eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e3`ae7ff770 00007ffb`a8624cb0     ntdll!TppWorkerThread+0x2df
000000e3`ae7ffa60 00007ffb`aa75ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e3`ae7ffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e3`adfffd48 00007ff6`57c826b7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000e3`adfffd50 00007ff6`57b3eb04     postgres!SubPostmasterMain(
000000e3`adfffdc0 00007ff6`58134df9     postgres!main(
000000e3`adfffe00 00007ff6`58134d4e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e3`adfffe50 00007ff6`58134c0e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e3`adfffec0 00007ff6`58134e6e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000e3`adfffef0 00007ffb`a8624cb0     postgres!mainCRTStartup(
000000e3`adffff20 00007ffb`aa75ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e3`adffff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006e`351ffb58 00007ff6`57c826b7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
0000006e`351ffb60 00007ff6`57b3eb04     postgres!SubPostmasterMain(
0000006e`351ffbd0 00007ff6`58134df9     postgres!main(
0000006e`351ffc10 00007ff6`58134d4e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000006e`351ffc60 00007ff6`58134c0e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000006e`351ffcd0 00007ff6`58134e6e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
0000006e`351ffd00 00007ffb`a8624cb0     postgres!mainCRTStartup(
0000006e`351ffd30 00007ffb`aa75ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000006e`351ffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006e`355ffae8 00007ffb`aa6eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006e`355ffaf0 00007ffb`a8624cb0     ntdll!TppWorkerThread+0x2df
0000006e`355ffde0 00007ffb`aa75ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000006e`355ffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006e`359ff848 00007ffb`aa6eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006e`359ff850 00007ffb`a8624cb0     ntdll!TppWorkerThread+0x2df
0000006e`359ffb40 00007ffb`aa75ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000006e`359ffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000076`92dff7b8 00007ffb`aa6eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000076`92dff7c0 00007ffb`a8624cb0     ntdll!TppWorkerThread+0x2df
00000076`92dffab0 00007ffb`aa75ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000076`92dffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000076`925ffa38 00007ff6`57c826b7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000076`925ffa40 00007ff6`57b3eb04     postgres!SubPostmasterMain(
00000076`925ffab0 00007ff6`58134df9     postgres!main(
00000076`925ffaf0 00007ff6`58134d4e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000076`925ffb40 00007ff6`58134c0e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000076`925ffbb0 00007ff6`58134e6e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000076`925ffbe0 00007ffb`a8624cb0     postgres!mainCRTStartup(
00000076`925ffc10 00007ffb`aa75ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000076`925ffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000076`929ffa48 00007ffb`aa6eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000076`929ffa50 00007ffb`a8624cb0     ntdll!TppWorkerThread+0x2df
00000076`929ffd40 00007ffb`aa75ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000076`929ffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f7`505ffbf8 00007ffb`aa6eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f7`505ffc00 00007ffb`a8624cb0     ntdll!TppWorkerThread+0x2df
000000f7`505ffef0 00007ffb`aa75ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f7`505fff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f7`509ff678 00007ffb`aa6eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f7`509ff680 00007ffb`a8624cb0     ntdll!TppWorkerThread+0x2df
000000f7`509ff970 00007ffb`aa75ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f7`509ff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f7`501ff838 00007ff6`57c826b7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000f7`501ff840 00007ff6`57b3eb04     postgres!SubPostmasterMain(
000000f7`501ff8b0 00007ff6`58134df9     postgres!main(
000000f7`501ff8f0 00007ff6`58134d4e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f7`501ff940 00007ff6`58134c0e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f7`501ff9b0 00007ff6`58134e6e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000f7`501ff9e0 00007ffb`a8624cb0     postgres!mainCRTStartup(
000000f7`501ffa10 00007ffb`aa75ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f7`501ffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000028`ac5ffa48 00007ffb`aa6eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000028`ac5ffa50 00007ffb`a8624cb0     ntdll!TppWorkerThread+0x2df
00000028`ac5ffd40 00007ffb`aa75ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000028`ac5ffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000028`ac9ff778 00007ffb`aa6eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000028`ac9ff780 00007ffb`a8624cb0     ntdll!TppWorkerThread+0x2df
00000028`ac9ffa70 00007ffb`aa75ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000028`ac9ffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000028`ac1ff8b8 00007ff6`57c826b7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000028`ac1ff8c0 00007ff6`57b3eb04     postgres!SubPostmasterMain(
00000028`ac1ff930 00007ff6`58134df9     postgres!main(
00000028`ac1ff970 00007ff6`58134d4e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000028`ac1ff9c0 00007ff6`58134c0e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000028`ac1ffa30 00007ff6`58134e6e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000028`ac1ffa60 00007ffb`a8624cb0     postgres!mainCRTStartup(
00000028`ac1ffa90 00007ffb`aa75ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000028`ac1ffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a1`e9fff918 00007ffb`aa6eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a1`e9fff920 00007ffb`a8624cb0     ntdll!TppWorkerThread+0x2df
000000a1`e9fffc10 00007ffb`aa75ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a1`e9fffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a1`ea3ff848 00007ffb`aa6eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a1`ea3ff850 00007ffb`a8624cb0     ntdll!TppWorkerThread+0x2df
000000a1`ea3ffb40 00007ffb`aa75ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a1`ea3ffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a1`e9bff578 00007ff6`57c826b7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000a1`e9bff580 00007ff6`57b3eb04     postgres!SubPostmasterMain(
000000a1`e9bff5f0 00007ff6`58134df9     postgres!main(
000000a1`e9bff630 00007ff6`58134d4e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a1`e9bff680 00007ff6`58134c0e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a1`e9bff6f0 00007ff6`58134e6e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000a1`e9bff720 00007ffb`a8624cb0     postgres!mainCRTStartup(
000000a1`e9bff750 00007ffb`aa75ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a1`e9bff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000005`469ff518 00007ffb`aa6eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000005`469ff520 00007ffb`a8624cb0     ntdll!TppWorkerThread+0x2df
00000005`469ff810 00007ffb`aa75ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000005`469ff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000005`46dff8d8 00007ffb`aa6eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000005`46dff8e0 00007ffb`a8624cb0     ntdll!TppWorkerThread+0x2df
00000005`46dffbd0 00007ffb`aa75ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000005`46dffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000005`465ffb68 00007ff6`57c826b7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000005`465ffb70 00007ff6`57b3eb04     postgres!SubPostmasterMain(
00000005`465ffbe0 00007ff6`58134df9     postgres!main(
00000005`465ffc20 00007ff6`58134d4e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000005`465ffc70 00007ff6`58134c0e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000005`465ffce0 00007ff6`58134e6e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000005`465ffd10 00007ffb`a8624cb0     postgres!mainCRTStartup(
00000005`465ffd40 00007ffb`aa75ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000005`465ffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d7`083ff9d8 00007ffb`aa6eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d7`083ff9e0 00007ffb`a8624cb0     ntdll!TppWorkerThread+0x2df
000000d7`083ffcd0 00007ffb`aa75ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d7`083ffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d7`07bff768 00007ff6`57c826b7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000d7`07bff770 00007ff6`57b3eb04     postgres!SubPostmasterMain(
000000d7`07bff7e0 00007ff6`58134df9     postgres!main(
000000d7`07bff820 00007ff6`58134d4e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d7`07bff870 00007ff6`58134c0e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d7`07bff8e0 00007ff6`58134e6e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000d7`07bff910 00007ffb`a8624cb0     postgres!mainCRTStartup(
000000d7`07bff940 00007ffb`aa75ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d7`07bff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d7`07fff538 00007ffb`aa6eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d7`07fff540 00007ffb`a8624cb0     ntdll!TppWorkerThread+0x2df
000000d7`07fff830 00007ffb`aa75ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d7`07fff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d7`087ff638 00007ffb`aa6eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d7`087ff640 00007ffb`a8624cb0     ntdll!TppWorkerThread+0x2df
000000d7`087ff930 00007ffb`aa75ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d7`087ff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007c`81fff9d8 00007ffb`aa6eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007c`81fff9e0 00007ffb`a8624cb0     ntdll!TppWorkerThread+0x2df
0000007c`81fffcd0 00007ffb`aa75ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000007c`81fffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007c`81bff598 00007ff6`57c826b7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
0000007c`81bff5a0 00007ff6`57b3eb04     postgres!SubPostmasterMain(
0000007c`81bff610 00007ff6`58134df9     postgres!main(
0000007c`81bff650 00007ff6`58134d4e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000007c`81bff6a0 00007ff6`58134c0e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000007c`81bff710 00007ff6`58134e6e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
0000007c`81bff740 00007ffb`a8624cb0     postgres!mainCRTStartup(
0000007c`81bff770 00007ffb`aa75ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000007c`81bff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007c`823ff788 00007ffb`aa6eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007c`823ff790 00007ffb`a8624cb0     ntdll!TppWorkerThread+0x2df
0000007c`823ffa80 00007ffb`aa75ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000007c`823ffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001d`861ff598 00007ffb`aa6eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001d`861ff5a0 00007ffb`a8624cb0     ntdll!TppWorkerThread+0x2df
0000001d`861ff890 00007ffb`aa75ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000001d`861ff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001d`85dff998 00007ff6`57c826b7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
0000001d`85dff9a0 00007ff6`57b3eb04     postgres!SubPostmasterMain(
0000001d`85dffa10 00007ff6`58134df9     postgres!main(
0000001d`85dffa50 00007ff6`58134d4e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000001d`85dffaa0 00007ff6`58134c0e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000001d`85dffb10 00007ff6`58134e6e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
0000001d`85dffb40 00007ffb`a8624cb0     postgres!mainCRTStartup(
0000001d`85dffb70 00007ffb`aa75ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000001d`85dffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001d`865ff758 00007ffb`aa6eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001d`865ff760 00007ffb`a8624cb0     ntdll!TppWorkerThread+0x2df
0000001d`865ffa50 00007ffb`aa75ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000001d`865ffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c8`e85ffb08 00007ffb`aa6eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c8`e85ffb10 00007ffb`a8624cb0     ntdll!TppWorkerThread+0x2df
000000c8`e85ffe00 00007ffb`aa75ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c8`e85ffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c8`e81ff4f8 00007ffb`aa6eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c8`e81ff500 00007ffb`a8624cb0     ntdll!TppWorkerThread+0x2df
000000c8`e81ff7f0 00007ffb`aa75ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c8`e81ff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c8`e7dff998 00007ff6`57c826b7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000c8`e7dff9a0 00007ff6`57b3eb04     postgres!SubPostmasterMain(
000000c8`e7dffa10 00007ff6`58134df9     postgres!main(
000000c8`e7dffa50 00007ff6`58134d4e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c8`e7dffaa0 00007ff6`58134c0e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c8`e7dffb10 00007ff6`58134e6e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000c8`e7dffb40 00007ffb`a8624cb0     postgres!mainCRTStartup(
000000c8`e7dffb70 00007ffb`aa75ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c8`e7dffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b7`217ff578 00007ffb`aa6eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b7`217ff580 00007ffb`a8624cb0     ntdll!TppWorkerThread+0x2df
000000b7`217ff870 00007ffb`aa75ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b7`217ff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b7`213ff848 00007ff6`57c826b7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000b7`213ff850 00007ff6`57b3eb04     postgres!SubPostmasterMain(
000000b7`213ff8c0 00007ff6`58134df9     postgres!main(
000000b7`213ff900 00007ff6`58134d4e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b7`213ff950 00007ff6`58134c0e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000b7`213ff9c0 00007ff6`58134e6e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000b7`213ff9f0 00007ffb`a8624cb0     postgres!mainCRTStartup(
000000b7`213ffa20 00007ffb`aa75ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b7`213ffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b7`21bff858 00007ffb`aa6eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b7`21bff860 00007ffb`a8624cb0     ntdll!TppWorkerThread+0x2df
000000b7`21bffb50 00007ffb`aa75ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b7`21bffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a1`98bff5c8 00007ffb`aa6eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a1`98bff5d0 00007ffb`a8624cb0     ntdll!TppWorkerThread+0x2df
000000a1`98bff8c0 00007ffb`aa75ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a1`98bff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a1`987ff6e8 00007ffb`aa6eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a1`987ff6f0 00007ffb`a8624cb0     ntdll!TppWorkerThread+0x2df
000000a1`987ff9e0 00007ffb`aa75ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a1`987ffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a1`983ff8a8 00007ff6`57c826b7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000a1`983ff8b0 00007ff6`57b3eb04     postgres!SubPostmasterMain(
000000a1`983ff920 00007ff6`58134df9     postgres!main(
000000a1`983ff960 00007ff6`58134d4e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a1`983ff9b0 00007ff6`58134c0e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a1`983ffa20 00007ff6`58134e6e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000a1`983ffa50 00007ffb`a8624cb0     postgres!mainCRTStartup(
000000a1`983ffa80 00007ffb`aa75ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a1`983ffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001e`229ff588 00007ffb`aa6eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001e`229ff590 00007ffb`a8624cb0     ntdll!TppWorkerThread+0x2df
0000001e`229ff880 00007ffb`aa75ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000001e`229ff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001e`225ff8d8 00007ffb`aa6eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001e`225ff8e0 00007ffb`a8624cb0     ntdll!TppWorkerThread+0x2df
0000001e`225ffbd0 00007ffb`aa75ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000001e`225ffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001e`221ff7e8 00007ff6`57c826b7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
0000001e`221ff7f0 00007ff6`57b3eb04     postgres!SubPostmasterMain(
0000001e`221ff860 00007ff6`58134df9     postgres!main(
0000001e`221ff8a0 00007ff6`58134d4e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000001e`221ff8f0 00007ff6`58134c0e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000001e`221ff960 00007ff6`58134e6e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
0000001e`221ff990 00007ffb`a8624cb0     postgres!mainCRTStartup(
0000001e`221ff9c0 00007ffb`aa75ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000001e`221ff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000041`91bff768 00007ffb`aa6eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000041`91bff770 00007ffb`a8624cb0     ntdll!TppWorkerThread+0x2df
00000041`91bffa60 00007ffb`aa75ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000041`91bffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000041`917ff8b8 00007ff6`57c826b7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000041`917ff8c0 00007ff6`57b3eb04     postgres!SubPostmasterMain(
00000041`917ff930 00007ff6`58134df9     postgres!main(
00000041`917ff970 00007ff6`58134d4e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000041`917ff9c0 00007ff6`58134c0e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000041`917ffa30 00007ff6`58134e6e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000041`917ffa60 00007ffb`a8624cb0     postgres!mainCRTStartup(
00000041`917ffa90 00007ffb`aa75ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000041`917ffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000041`91fffb38 00007ffb`aa6eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000041`91fffb40 00007ffb`a8624cb0     ntdll!TppWorkerThread+0x2df
00000041`91fffe30 00007ffb`aa75ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000041`91fffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b9`1a3ffb08 00007ff6`57c826b7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000b9`1a3ffb10 00007ff6`57b3eb04     postgres!SubPostmasterMain(
000000b9`1a3ffb80 00007ff6`58134df9     postgres!main(
000000b9`1a3ffbc0 00007ff6`58134d4e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b9`1a3ffc10 00007ff6`58134c0e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000b9`1a3ffc80 00007ff6`58134e6e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000b9`1a3ffcb0 00007ffb`a8624cb0     postgres!mainCRTStartup(
000000b9`1a3ffce0 00007ffb`aa75ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b9`1a3ffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b9`1abff508 00007ffb`aa6eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b9`1abff510 00007ffb`a8624cb0     ntdll!TppWorkerThread+0x2df
000000b9`1abff800 00007ffb`aa75ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b9`1abff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b9`1a7ff938 00007ffb`aa6eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b9`1a7ff940 00007ffb`a8624cb0     ntdll!TppWorkerThread+0x2df
000000b9`1a7ffc30 00007ffb`aa75ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b9`1a7ffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004c`62bff848 00007ff6`57c826b7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
0000004c`62bff850 00007ff6`57b3eb04     postgres!SubPostmasterMain(
0000004c`62bff8c0 00007ff6`58134df9     postgres!main(
0000004c`62bff900 00007ff6`58134d4e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000004c`62bff950 00007ff6`58134c0e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000004c`62bff9c0 00007ff6`58134e6e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
0000004c`62bff9f0 00007ffb`a8624cb0     postgres!mainCRTStartup(
0000004c`62bffa20 00007ffb`aa75ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000004c`62bffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004c`633ff8e8 00007ffb`aa6eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004c`633ff8f0 00007ffb`a8624cb0     ntdll!TppWorkerThread+0x2df
0000004c`633ffbe0 00007ffb`aa75ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000004c`633ffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004c`62fff6c8 00007ffb`aa6eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004c`62fff6d0 00007ffb`a8624cb0     ntdll!TppWorkerThread+0x2df
0000004c`62fff9c0 00007ffb`aa75ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000004c`62fff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000069`96fffa48 00007ff6`57c826b7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000069`96fffa50 00007ff6`57b3eb04     postgres!SubPostmasterMain(
00000069`96fffac0 00007ff6`58134df9     postgres!main(
00000069`96fffb00 00007ff6`58134d4e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000069`96fffb50 00007ff6`58134c0e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000069`96fffbc0 00007ff6`58134e6e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000069`96fffbf0 00007ffb`a8624cb0     postgres!mainCRTStartup(
00000069`96fffc20 00007ffb`aa75ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000069`96fffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000069`977ff9e8 00007ffb`aa6eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000069`977ff9f0 00007ffb`a8624cb0     ntdll!TppWorkerThread+0x2df
00000069`977ffce0 00007ffb`aa75ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000069`977ffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000069`973ffb28 00007ffb`aa6eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000069`973ffb30 00007ffb`a8624cb0     ntdll!TppWorkerThread+0x2df
00000069`973ffe20 00007ffb`aa75ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000069`973ffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`921ff5d8 00007ffb`aa6eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cf`921ff5e0 00007ffb`a8624cb0     ntdll!TppWorkerThread+0x2df
000000cf`921ff8d0 00007ffb`aa75ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`921ff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`929ff928 00007ffb`aa6eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cf`929ff930 00007ffb`a8624cb0     ntdll!TppWorkerThread+0x2df
000000cf`929ffc20 00007ffb`aa75ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`929ffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`91dffd38 00007ff6`57c826b7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000cf`91dffd40 00007ff6`57b3eb04     postgres!SubPostmasterMain(
000000cf`91dffdb0 00007ff6`58134df9     postgres!main(
000000cf`91dffdf0 00007ff6`58134d4e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000cf`91dffe40 00007ff6`58134c0e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000cf`91dffeb0 00007ff6`58134e6e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000cf`91dffee0 00007ffb`a8624cb0     postgres!mainCRTStartup(
000000cf`91dfff10 00007ffb`aa75ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`91dfff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`925ffbc8 00007ffb`aa6eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cf`925ffbd0 00007ffb`a8624cb0     ntdll!TppWorkerThread+0x2df
000000cf`925ffec0 00007ffb`aa75ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`925ffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000be`2c5ff818 00007ffb`aa6eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000be`2c5ff820 00007ffb`a8624cb0     ntdll!TppWorkerThread+0x2df
000000be`2c5ffb10 00007ffb`aa75ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000be`2c5ffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000be`2cdffb98 00007ffb`aa6eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000be`2cdffba0 00007ffb`a8624cb0     ntdll!TppWorkerThread+0x2df
000000be`2cdffe90 00007ffb`aa75ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000be`2cdffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000be`2c1ff698 00007ff6`57c826b7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000be`2c1ff6a0 00007ff6`57b3eb04     postgres!SubPostmasterMain(
000000be`2c1ff710 00007ff6`58134df9     postgres!main(
000000be`2c1ff750 00007ff6`58134d4e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000be`2c1ff7a0 00007ff6`58134c0e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000be`2c1ff810 00007ff6`58134e6e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000be`2c1ff840 00007ffb`a8624cb0     postgres!mainCRTStartup(
000000be`2c1ff870 00007ffb`aa75ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000be`2c1ff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000be`2c9ff848 00007ffb`aa6eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000be`2c9ff850 00007ffb`a8624cb0     ntdll!TppWorkerThread+0x2df
000000be`2c9ffb40 00007ffb`aa75ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000be`2c9ffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000077`e21ff7a8 00007ffb`aa6eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000077`e21ff7b0 00007ffb`a8624cb0     ntdll!TppWorkerThread+0x2df
00000077`e21ffaa0 00007ffb`aa75ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000077`e21ffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000077`e19ffc28 00007ff6`57c826b7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000077`e19ffc30 00007ff6`57b3eb04     postgres!SubPostmasterMain(
00000077`e19ffca0 00007ff6`58134df9     postgres!main(
00000077`e19ffce0 00007ff6`58134d4e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000077`e19ffd30 00007ff6`58134c0e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000077`e19ffda0 00007ff6`58134e6e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000077`e19ffdd0 00007ffb`a8624cb0     postgres!mainCRTStartup(
00000077`e19ffe00 00007ffb`aa75ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000077`e19ffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000077`e1dffaa8 00007ffb`aa6eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000077`e1dffab0 00007ffb`a8624cb0     ntdll!TppWorkerThread+0x2df
00000077`e1dffda0 00007ffb`aa75ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000077`e1dffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fc`67bffc78 00007ff6`57c826b7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000fc`67bffc80 00007ff6`57b3eb04     postgres!SubPostmasterMain(
000000fc`67bffcf0 00007ff6`58134df9     postgres!main(
000000fc`67bffd30 00007ff6`58134d4e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000fc`67bffd80 00007ff6`58134c0e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000fc`67bffdf0 00007ff6`58134e6e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000fc`67bffe20 00007ffb`a8624cb0     postgres!mainCRTStartup(
000000fc`67bffe50 00007ffb`aa75ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000fc`67bffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fc`67fff808 00007ffb`aa6eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fc`67fff810 00007ffb`a8624cb0     ntdll!TppWorkerThread+0x2df
000000fc`67fffb00 00007ffb`aa75ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000fc`67fffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fc`683ff838 00007ffb`aa6eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fc`683ff840 00007ffb`a8624cb0     ntdll!TppWorkerThread+0x2df
000000fc`683ffb30 00007ffb`aa75ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000fc`683ffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000091`befff7c8 00007ffb`aa6eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000091`befff7d0 00007ffb`a8624cb0     ntdll!TppWorkerThread+0x2df
00000091`befffac0 00007ffb`aa75ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000091`befffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000091`bf3ff588 00007ffb`aa6eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000091`bf3ff590 00007ffb`a8624cb0     ntdll!TppWorkerThread+0x2df
00000091`bf3ff880 00007ffb`aa75ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000091`bf3ff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000091`bebff788 00007ff6`57c826b7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000091`bebff790 00007ff6`57b3eb04     postgres!SubPostmasterMain(
00000091`bebff800 00007ff6`58134df9     postgres!main(
00000091`bebff840 00007ff6`58134d4e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000091`bebff890 00007ff6`58134c0e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000091`bebff900 00007ff6`58134e6e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000091`bebff930 00007ffb`a8624cb0     postgres!mainCRTStartup(
00000091`bebff960 00007ffb`aa75ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000091`bebff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000078`affff6a8 00007ff6`57c826b7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000078`affff6b0 00007ff6`57b3eb04     postgres!SubPostmasterMain(
00000078`affff720 00007ff6`58134df9     postgres!main(
00000078`affff760 00007ff6`58134d4e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000078`affff7b0 00007ff6`58134c0e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000078`affff820 00007ff6`58134e6e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000078`affff850 00007ffb`a8624cb0     postgres!mainCRTStartup(
00000078`affff880 00007ffb`aa75ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000078`affff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000078`b07ff6c8 00007ffb`aa6eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000078`b07ff6d0 00007ffb`a8624cb0     ntdll!TppWorkerThread+0x2df
00000078`b07ff9c0 00007ffb`aa75ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000078`b07ff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000078`b03ff8b8 00007ffb`aa6eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000078`b03ff8c0 00007ffb`a8624cb0     ntdll!TppWorkerThread+0x2df
00000078`b03ffbb0 00007ffb`aa75ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000078`b03ffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000086`743ffb78 00007ff6`57c826b7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000086`743ffb80 00007ff6`57b3eb04     postgres!SubPostmasterMain(
00000086`743ffbf0 00007ff6`58134df9     postgres!main(
00000086`743ffc30 00007ff6`58134d4e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000086`743ffc80 00007ff6`58134c0e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000086`743ffcf0 00007ff6`58134e6e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000086`743ffd20 00007ffb`a8624cb0     postgres!mainCRTStartup(
00000086`743ffd50 00007ffb`aa75ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000086`743ffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000086`74bff888 00007ffb`aa6eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000086`74bff890 00007ffb`a8624cb0     ntdll!TppWorkerThread+0x2df
00000086`74bffb80 00007ffb`aa75ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000086`74bffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000086`747ff9c8 00007ffb`aa6eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000086`747ff9d0 00007ffb`a8624cb0     ntdll!TppWorkerThread+0x2df
00000086`747ffcc0 00007ffb`aa75ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000086`747ffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000065`6dfffae8 00007ffb`aa6eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000065`6dfffaf0 00007ffb`a8624cb0     ntdll!TppWorkerThread+0x2df
00000065`6dfffde0 00007ffb`aa75ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000065`6dfffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000065`6d7ffd58 00007ff6`57c826b7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000065`6d7ffd60 00007ff6`57b3eb04     postgres!SubPostmasterMain(
00000065`6d7ffdd0 00007ff6`58134df9     postgres!main(
00000065`6d7ffe10 00007ff6`58134d4e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000065`6d7ffe60 00007ff6`58134c0e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000065`6d7ffed0 00007ff6`58134e6e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000065`6d7fff00 00007ffb`a8624cb0     postgres!mainCRTStartup(
00000065`6d7fff30 00007ffb`aa75ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000065`6d7fff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000065`6dbffbe8 00007ffb`aa6eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000065`6dbffbf0 00007ffb`a8624cb0     ntdll!TppWorkerThread+0x2df
00000065`6dbffee0 00007ffb`aa75ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000065`6dbfff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000010`023ff938 00007ff6`57c826b7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000010`023ff940 00007ff6`57b3eb04     postgres!SubPostmasterMain(
00000010`023ff9b0 00007ff6`58134df9     postgres!main(
00000010`023ff9f0 00007ff6`58134d4e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000010`023ffa40 00007ff6`58134c0e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000010`023ffab0 00007ff6`58134e6e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000010`023ffae0 00007ffb`a8624cb0     postgres!mainCRTStartup(
00000010`023ffb10 00007ffb`aa75ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000010`023ffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000010`02bff548 00007ffb`aa6eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000010`02bff550 00007ffb`a8624cb0     ntdll!TppWorkerThread+0x2df
00000010`02bff840 00007ffb`aa75ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000010`02bff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000010`027ff448 00007ffb`aa6eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000010`027ff450 00007ffb`a8624cb0     ntdll!TppWorkerThread+0x2df
00000010`027ff740 00007ffb`aa75ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000010`027ff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e0`8f5ff778 00007ffb`aa6eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e0`8f5ff780 00007ffb`a8624cb0     ntdll!TppWorkerThread+0x2df
000000e0`8f5ffa70 00007ffb`aa75ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e0`8f5ffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e0`8edffab8 00007ff6`57c826b7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000e0`8edffac0 00007ff6`57b3eb04     postgres!SubPostmasterMain(
000000e0`8edffb30 00007ff6`58134df9     postgres!main(
000000e0`8edffb70 00007ff6`58134d4e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e0`8edffbc0 00007ff6`58134c0e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e0`8edffc30 00007ff6`58134e6e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000e0`8edffc60 00007ffb`a8624cb0     postgres!mainCRTStartup(
000000e0`8edffc90 00007ffb`aa75ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e0`8edffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e0`8f1ff4d8 00007ffb`aa6eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e0`8f1ff4e0 00007ffb`a8624cb0     ntdll!TppWorkerThread+0x2df
000000e0`8f1ff7d0 00007ffb`aa75ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e0`8f1ff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
tap
[16:36:53.331](312.138s) # poll_query_until timed out executing this query:
[16:36:53.334](0.003s) not ok 2 - ensure checksums are enabled
[16:42:04.103](310.287s) # poll_query_until timed out executing this query:
[16:42:04.105](0.003s) not ok 7 - ensure checksums are enabled
tap
[16:36:54.019](311.621s) # poll_query_until timed out executing this query:
[16:36:54.022](0.003s) not ok 3 - ensure checksums aren't enabled yet
tap
[16:36:55.908](311.891s) # poll_query_until timed out executing this query:
[16:36:55.911](0.003s) not ok 3 - ensure checksums are in progress on primary
[16:42:06.166](310.255s) # poll_query_until timed out executing this query:
[16:42:06.169](0.003s) not ok 4 - ensure standby has absorbed the inprogress-on barrier
[16:42:06.235](0.065s) not ok 5 - ensure checksums are on, or in progress, on standby_1
[16:47:15.042](308.807s) # poll_query_until timed out executing this query:
[16:47:15.044](0.002s) not ok 6 - ensure checksums are enabled on the primary
tap
[16:36:58.207](311.057s) # poll_query_until timed out executing this query:
[16:36:58.210](0.003s) not ok 6 - ensure checksums are in the process of being enabled
tap
[16:26:50.193](0.001s) not ok 23 - data_checksums=on is reported on an offline cluster stdout /(?^:^on$)/
test
[16:48:17.530] 150/311 postgresql:pg_checksums / pg_checksums/002_actions                              ERROR            ...
[16:48:17.530] 307/311 postgresql:checksums / checksums/002_restarts                                   ERROR           3...
[16:48:17.530] 308/311 postgresql:checksums / checksums/004_offline                                    ERROR           3...
[16:48:17.530] 309/311 postgresql:checksums / checksums/001_basic                                      ERROR           6...
[16:48:17.530] 310/311 postgresql:pg_ctl / pg_ctl/004_logrotate                                        TIMEOUT        10...
[16:48:17.530] 311/311 postgresql:checksums / checksums/003_standby_restarts                           TIMEOUT        10...
51/4956 Test to dump and restore objects left behind by regression
FreeBSD - 13 - Meson
core
[15:33:58.261] #0  0x0000389ae69e423a in copy_file_range () from /lib/libc.so.7
[15:33:58.261] #1  0x00003892c38803e0 in ?? ()
[15:33:58.261] #2  0x00003892c388001e in ?? ()
[15:33:58.261] #3  0x00003892c387f8ad in ?? ()
[15:33:58.261] #4  0x00003892c387f33d in ?? ()
[15:33:58.261] #5  0x0000389ae52cc408 in ?? ()
[15:33:58.261] #6  0x0000000000000000 in ?? ()
tap
[15:30:30.981](0.003s) not ok 11 - dump outputs of original and restored regression database, using format 'plain', matc...
test
[15:32:48.715] 139/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
Linux - Debian Bookworm - Autoconf
tap
[15:33:48.586](0.004s) not ok 11 - dump outputs of original and restored regression database, using format 'plain', matc...
Linux - Debian Bookworm - Meson
tap
[15:30:51.704](0.003s) not ok 11 - dump outputs of original and restored regression database, using format 'plain', matc...
test
[15:32:49.134] 151/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
macOS - Sonoma - Meson
tap
[15:57:17.698](0.087s) not ok 11 - dump outputs of original and restored regression database, using format 'plain', matc...
test
[16:00:56.416]  67/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[15:33:46.053](0.024s) not ok 11 - dump outputs of original and restored regression database, using format 'plain', matc...
test
[15:43:04.818]  45/307 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           2...
50/5208 prefetching for nestloop / indexscan
FreeBSD - 13 - Meson
tap
[14:02:35.050](1.655s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[14:02:46.827] 293/312 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
Linux - Debian Bookworm - Autoconf
tap
[14:02:33.493](0.724s) not ok 1 - no parameters missing from postgresql.conf.sample
Linux - Debian Bookworm - Meson
core
[14:05:18.343] #0  0x00007f7fe466bda4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[14:05:18.343] #1  0x00007f7fe4618239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[14:05:18.343] #2  0x00007f7fe4618497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[14:05:18.343] #3  0x000055b1aad525f3 in ?? ()
[14:05:18.343] #4  0x000055b1aad4c369 in ?? ()
[14:05:18.343] #5  0x000055b1aad4b20f in ?? ()
[14:05:18.343] #6  0x000055b1aad4bc3b in ?? ()
[14:05:18.343] #7  0x000055b1aad4966f in ?? ()
[14:05:18.343] #8  0x00007f7fe460324a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[14:05:18.343] #9  0x00007f7fe4603305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[14:05:18.343] #0  <unavailable> in ?? ()
core
[14:05:18.464] #0  0x00007f7fe466bda4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[14:05:18.464] #1  0x00007f7fe4618239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[14:05:18.464] #2  0x00007f7fe4618497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[14:05:18.464] #3  0x000055b1aad525c1 in ?? ()
[14:05:18.464] #4  0x000055b1aad4c369 in ?? ()
[14:05:18.464] #5  0x000055b1aad4b20f in ?? ()
[14:05:18.464] #6  0x000055b1aad4bc3b in ?? ()
[14:05:18.464] #7  0x000055b1aad4966f in ?? ()
[14:05:18.464] #8  0x00007f7fe460324a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[14:05:18.464] #9  0x00007f7fe4603305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
tap
[14:04:00.856](0.461s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[14:04:11.748] 291/312 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
macOS - Sonoma - Meson
test
[14:04:11.073] 293/312 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[14:08:04.224](2.176s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[14:08:27.784] 287/307 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
51/5231 Consider the number of columns in the sort cost model
FreeBSD - 13 - Meson
core
[12:50:15.416] #0  0x0000000829a6d8fa in _sigprocmask () from /lib/libc.so.7
[12:50:15.416] #1  0x0000000829aa6f91 in _system () from /lib/libc.so.7
[12:50:15.416] #2  0x00000008298899d3 in ?? () from /lib/libthr.so.3
[12:50:15.416] #3  0x000000000066a535 in RestoreArchivedFile (path=path@entry=0x820e521d0 "pg_wal/08 7", xlogfname=xlogf...
[12:50:15.416] #4  0x0000000000675bae in XLogFileRead (segno=segno@entry=6, tli=tli@entry=2, source=source@entry=XLOG_FR...
[12:50:15.416] #5  0x00000000006718fc in XLogFileReadAnyTLI (segno=6, source=XLOG_FROM_ANY) at ../src/backend/access/tra...
[12:50:15.416] #6  WaitForWALToBecomeAvailable (RecPtr=105184608, tliRecPtr=105184584, replayTLI=2, replayLSN=105184584,...
[12:50:15.416] #7  XLogPageRead (xlogreader=0x834b21130, targetPagePtr=105177088, reqLen=7520, targetRecPtr=105184584, r...
[12:50:15.416] #8  0x0000000000678892 in ReadPageInternal (state=state@entry=0x834b21130, pageptr=105177088, reqLen=7520...
[12:50:15.416] #9  0x0000000000677702 in XLogDecodeNextRecord (state=0x834b21130, nonblocking=false) at ../src/backend/a...
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out /tmp/cirrus-ci-build/build/testrun/...
--- /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out	2024-11-10 12:43:57.166367000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_stat_statements/regress/results/level_tracking.out	2024-11-10 12:46:41.7785860...
@@ -383,26 +383,24 @@
 (1 row)
 
 EXPLAIN (COSTS OFF) SELECT 1, 2 UNION SELECT 3, 4\; EXPLAIN (COSTS OFF) (SELECT 1, 2, 3) UNION SELECT 3, 4, 5;
+      QUERY PLAN       
+-----------------------
+ HashAggregate
+   Group Key: (1), (2)
+   ->  Append
+         ->  Result
+         ->  Result
+(5 rows)
+
          QUERY PLAN         
 ----------------------------
- Unique
-   ->  Sort
...
test
[12:49:01.554]  87/312 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out /tmp/cirrus-ci-build/contrib/pg_sta...
--- /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out	2024-11-10 12:43:55.477927311 +0000
+++ /tmp/cirrus-ci-build/contrib/pg_stat_statements/results/level_tracking.out	2024-11-10 12:48:18.669166896 +0000
@@ -383,25 +383,23 @@
 (1 row)
 
 EXPLAIN (COSTS OFF) SELECT 1, 2 UNION SELECT 3, 4\; EXPLAIN (COSTS OFF) (SELECT 1, 2, 3) UNION SELECT 3, 4, 5;
+      QUERY PLAN       
+-----------------------
+ HashAggregate
+   Group Key: (1), (2)
+   ->  Append
+         ->  Result
+         ->  Result
+(5 rows)
+
          QUERY PLAN         
 ----------------------------
- Unique
-   ->  Sort
...
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out /tmp/cirrus-ci-build/build/testrun/...
--- /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out	2024-11-10 12:43:51.372850915 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_stat_statements/regress/results/level_tracking.out	2024-11-10 12:48:59.3200716...
@@ -383,25 +383,23 @@
 (1 row)
 
 EXPLAIN (COSTS OFF) SELECT 1, 2 UNION SELECT 3, 4\; EXPLAIN (COSTS OFF) (SELECT 1, 2, 3) UNION SELECT 3, 4, 5;
+      QUERY PLAN       
+-----------------------
+ HashAggregate
+   Group Key: (1), (2)
+   ->  Append
+         ->  Result
+         ->  Result
+(5 rows)
+
          QUERY PLAN         
 ----------------------------
- Unique
-   ->  Sort
...
test
[12:51:00.161]  87/312 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/contrib/pg_stat_statements/expected/level_tracking.out /Users/admin/pgsql/build/testrun/pg_s...
--- /Users/admin/pgsql/contrib/pg_stat_statements/expected/level_tracking.out	2024-11-10 12:43:58
+++ /Users/admin/pgsql/build/testrun/pg_stat_statements/regress/results/level_tracking.out	2024-11-10 12:47:48
@@ -383,25 +383,23 @@
 (1 row)
 
 EXPLAIN (COSTS OFF) SELECT 1, 2 UNION SELECT 3, 4\; EXPLAIN (COSTS OFF) (SELECT 1, 2, 3) UNION SELECT 3, 4, 5;
+      QUERY PLAN       
+-----------------------
+ HashAggregate
+   Group Key: (1), (2)
+   ->  Append
+         ->  Result
+         ->  Result
+(5 rows)
+
          QUERY PLAN         
 ----------------------------
- Unique
-   ->  Sort
...
test
[12:50:47.379]  90/312 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/contrib/pg_stat_statements/expected/level_tracking.out C:/cirrus/build/testrun/pg...
--- C:/cirrus/contrib/pg_stat_statements/expected/level_tracking.out	2024-11-10 12:44:05.779376300 +0000
+++ C:/cirrus/build/testrun/pg_stat_statements/regress/results/level_tracking.out	2024-11-10 12:50:22.560113400 +0000
@@ -383,25 +383,23 @@
 (1 row)
 
 EXPLAIN (COSTS OFF) SELECT 1, 2 UNION SELECT 3, 4\; EXPLAIN (COSTS OFF) (SELECT 1, 2, 3) UNION SELECT 3, 4, 5;
+      QUERY PLAN       
+-----------------------
+ HashAggregate
+   Group Key: (1), (2)
+   ->  Append
+         ->  Result
+         ->  Result
+(5 rows)
+
          QUERY PLAN         
 ----------------------------
- Unique
-   ->  Sort
...
test
[12:56:24.983]  88/307 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
50/5348 Making error message more user-friendly with spaces in a URI
FreeBSD - 13 - Meson
core
[12:21:49.763] #0  0x000000082c5198fa in _sigprocmask () from /lib/libc.so.7
[12:21:49.763] #1  0x000000082c552f91 in _system () from /lib/libc.so.7
[12:21:49.763] #2  0x000000082b5dd9d3 in ?? () from /lib/libthr.so.3
[12:21:49.763] #3  0x000000000066a4b5 in RestoreArchivedFile (path=path@entry=0x8214e51d0 "pg_wal/00000002.history", xlo...
[12:21:49.763] #4  0x0000000000675b2e in XLogFileRead (segno=segno@entry=3, tli=tli@entry=1, source=source@entry=XLOG_FR...
[12:21:49.763] #5  0x000000000067187c in XLogFileReadAnyTLI (segno=3, source=XLOG_FROM_ANY) at ../src/backend/access/tra...
[12:21:49.763] #6  WaitForWALToBecomeAvailable (RecPtr=50331672, tliRecPtr=50331648, replayTLI=1, replayLSN=50331648, ra...
[12:21:49.763] #7  XLogPageRead (xlogreader=0x835aa7130, targetPagePtr=50331648, reqLen=24, targetRecPtr=50331648, readB...
[12:21:49.763] #8  0x0000000000678812 in ReadPageInternal (state=state@entry=0x835aa7130, pageptr=50331648, reqLen=24) a...
[12:21:49.763] #9  0x0000000000677682 in XLogDecodeNextRecord (state=0x835aa7130, nonblocking=false) at ../src/backend/a...
tap
[12:18:46.061](0.005s) not ok 25 - postgresql://host?  user user  =  uri  & port = 12345 12 
[12:18:46.066](0.005s) not ok 26 - postgresql://host?  user  =  uri-user  & port = 12345 12 
test
[12:20:36.782] 133/312 postgresql:libpq / libpq/001_uri                                                ERROR            ...
Linux - Debian Bookworm - Autoconf
tap
[12:17:37.392](0.052s) not ok 25 - postgresql://host?  user user  =  uri  & port = 12345 12 
[12:17:37.446](0.053s) not ok 26 - postgresql://host?  user  =  uri-user  & port = 12345 12 
Linux - Debian Bookworm - Meson
tap
[12:19:16.781](0.028s) not ok 25 - postgresql://host?  user user  =  uri  & port = 12345 12 
[12:19:16.807](0.025s) not ok 26 - postgresql://host?  user  =  uri-user  & port = 12345 12 
test
[12:20:57.544] 135/312 postgresql:libpq / libpq/001_uri                                                ERROR            ...
macOS - Sonoma - Meson
tap
[12:20:12.773](0.013s) not ok 25 - postgresql://host?  user user  =  uri  & port = 12345 12 
[12:20:12.787](0.013s) not ok 26 - postgresql://host?  user  =  uri-user  & port = 12345 12 
test
[12:23:00.772] 137/312 postgresql:libpq / libpq/001_uri                                                ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[12:23:11.334](0.081s) not ok 25 - postgresql://host?  user user  =  uri  & port = 12345 12 
[12:23:11.414](0.079s) not ok 26 - postgresql://host?  user  =  uri-user  & port = 12345 12 
test
[12:28:22.427] 135/307 postgresql:libpq / libpq/001_uri                                                ERROR            ...
51/5295 deprecate md5 passwords
macOS - Sonoma - Meson
tap
[10:59:51.747](0.000s) not ok 24 - SCRAM authentication required, fails with trust auth: matches
test
[11:00:50.243] 244/312 postgresql:authentication / authentication/001_password                         ERROR            ...
51/5110 Add XMLCast (SQL/XML X025)
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upg...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-11-10 09:54:14.522364000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/xml.out	2024-11-10 09:56:55.590934000 +000...
@@ -2192,7 +2192,7 @@
 SELECT j, pg_typeof(j) FROM xmlcast('11:11:11.5'::time with time zone AS xml) t(j);
        j       | pg_typeof 
 ---------------+-----------
- 11:11:11.5-07 | xml
+ 11:11:11.5-08 | xml
 (1 row)
 
 -- Convert an XML string to bytea and back to xml
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-11-10 09:54:14.522364000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/xml.out	2024-11-10 09:57:54.514848000 +0...
@@ -2192,7 +2192,7 @@
 SELECT j, pg_typeof(j) FROM xmlcast('11:11:11.5'::time with time zone AS xml) t(j);
        j       | pg_typeof 
 ---------------+-----------
- 11:11:11.5-07 | xml
+ 11:11:11.5-08 | xml
 (1 row)
 
 -- Convert an XML string to bytea and back to xml
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/regress/regress/resul...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-11-10 09:54:14.522364000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/xml.out	2024-11-10 09:56:58.641886000 +0000
@@ -2192,7 +2192,7 @@
 SELECT j, pg_typeof(j) FROM xmlcast('11:11:11.5'::time with time zone AS xml) t(j);
        j       | pg_typeof 
 ---------------+-----------
- 11:11:11.5-07 | xml
+ 11:11:11.5-08 | xml
 (1 row)
 
 -- Convert an XML string to bytea and back to xml
tap
[09:57:15.962](69.451s) not ok 5 - regression tests pass
tap
[09:58:11.143](83.984s) not ok 2 - regression tests pass
test
[10:00:12.602]  42/312 postgresql:regress / regress/regress                                            ERROR            ...
[10:00:12.602]  94/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[10:00:12.602] 162/312 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/result...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-11-10 09:54:10.801758454 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/xml.out	2024-11-10 10:02:50.520437763 +0000
@@ -2192,7 +2192,7 @@
 SELECT j, pg_typeof(j) FROM xmlcast('11:11:11.5'::time with time zone AS xml) t(j);
        j       | pg_typeof 
 ---------------+-----------
- 11:11:11.5-07 | xml
+ 11:11:11.5-08 | xml
 (1 row)
 
 -- Convert an XML string to bytea and back to xml
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-11-10 09:54:10.801758454 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/xml.out	2024-11-10 10:03:56.284351607 +0000
@@ -2192,7 +2192,7 @@
 SELECT j, pg_typeof(j) FROM xmlcast('11:11:11.5'::time with time zone AS xml) t(j);
        j       | pg_typeof 
 ---------------+-----------
- 11:11:11.5-07 | xml
+ 11:11:11.5-08 | xml
 (1 row)
 
 -- Convert an XML string to bytea and back to xml
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/src/test/regress/results/xml.out
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-11-10 09:54:10.801758454 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/xml.out	2024-11-10 10:00:04.296687394 +0000
@@ -2192,7 +2192,7 @@
 SELECT j, pg_typeof(j) FROM xmlcast('11:11:11.5'::time with time zone AS xml) t(j);
        j       | pg_typeof 
 ---------------+-----------
- 11:11:11.5-07 | xml
+ 11:11:11.5-08 | xml
 (1 row)
 
 -- Convert an XML string to bytea and back to xml
tap
[10:02:59.363](108.185s) not ok 5 - regression tests pass
tap
[10:04:03.663](68.538s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upg...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-11-10 09:54:10.822396141 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/xml.out	2024-11-10 09:59:50.986178545 +000...
@@ -2192,7 +2192,7 @@
 SELECT j, pg_typeof(j) FROM xmlcast('11:11:11.5'::time with time zone AS xml) t(j);
        j       | pg_typeof 
 ---------------+-----------
- 11:11:11.5-07 | xml
+ 11:11:11.5-08 | xml
 (1 row)
 
 -- Convert an XML string to bytea and back to xml
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-11-10 09:54:10.822396141 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/xml.out	2024-11-10 10:00:27.913937320 +0...
@@ -2192,7 +2192,7 @@
 SELECT j, pg_typeof(j) FROM xmlcast('11:11:11.5'::time with time zone AS xml) t(j);
        j       | pg_typeof 
 ---------------+-----------
- 11:11:11.5-07 | xml
+ 11:11:11.5-08 | xml
 (1 row)
 
 -- Convert an XML string to bytea and back to xml
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/regress/regress/resul...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-11-10 09:54:10.822396141 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/xml.out	2024-11-10 09:59:40.430238470 +0000
@@ -2192,7 +2192,7 @@
 SELECT j, pg_typeof(j) FROM xmlcast('11:11:11.5'::time with time zone AS xml) t(j);
        j       | pg_typeof 
 ---------------+-----------
- 11:11:11.5-07 | xml
+ 11:11:11.5-08 | xml
 (1 row)
 
 -- Convert an XML string to bytea and back to xml
tap
[10:00:01.443](74.491s) not ok 5 - regression tests pass
tap
[10:00:36.808](75.820s) not ok 2 - regression tests pass
test
[10:02:16.723]  40/312 postgresql:regress / regress/regress                                            ERROR            ...
[10:02:16.723] 135/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[10:02:16.723] 155/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/xml.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade...
--- /Users/admin/pgsql/src/test/regress/expected/xml.out	2024-11-10 09:54:10
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/xml.out	2024-11-10 09:57:20
@@ -2192,7 +2192,7 @@
 SELECT j, pg_typeof(j) FROM xmlcast('11:11:11.5'::time with time zone AS xml) t(j);
        j       | pg_typeof 
 ---------------+-----------
- 11:11:11.5-07 | xml
+ 11:11:11.5-08 | xml
 (1 row)
 
 -- Convert an XML string to bytea and back to xml
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/xml.out /Users/admin/pgsql/build/testrun/recovery/027_stream_regre...
--- /Users/admin/pgsql/src/test/regress/expected/xml.out	2024-11-10 09:54:10
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/xml.out	2024-11-10 09:58:31
@@ -2192,7 +2192,7 @@
 SELECT j, pg_typeof(j) FROM xmlcast('11:11:11.5'::time with time zone AS xml) t(j);
        j       | pg_typeof 
 ---------------+-----------
- 11:11:11.5-07 | xml
+ 11:11:11.5-08 | xml
 (1 row)
 
 -- Convert an XML string to bytea and back to xml
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/xml.out /Users/admin/pgsql/build/testrun/regress/regress/results/x...
--- /Users/admin/pgsql/src/test/regress/expected/xml.out	2024-11-10 09:54:10
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/xml.out	2024-11-10 09:57:21
@@ -2192,7 +2192,7 @@
 SELECT j, pg_typeof(j) FROM xmlcast('11:11:11.5'::time with time zone AS xml) t(j);
        j       | pg_typeof 
 ---------------+-----------
- 11:11:11.5-07 | xml
+ 11:11:11.5-08 | xml
 (1 row)
 
 -- Convert an XML string to bytea and back to xml
tap
[09:57:28.030](48.266s) not ok 5 - regression tests pass
tap
[09:58:43.394](68.075s) not ok 2 - regression tests pass
test
[10:01:43.001]  25/312 postgresql:regress / regress/regress                                            ERROR            ...
[10:01:43.001]  46/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[10:01:43.001] 144/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
51/5196 Use function smgrclose() to replace the loop
CompilerWarnings
compiler
[09:35:42.405] smgr.c:282:13: error: unused variable 'forknum' [-Werror,-Wunused-variable]
compiler
[09:35:42.405] smgr.c:487:9: error: unused variable 'which' [-Werror,-Wunused-variable]
compiler
[09:35:32.829] smgr.c:282:13: error: unused variable 'forknum' [-Werror,-Wunused-variable]
compiler
[09:35:32.829] smgr.c:487:9: error: unused variable 'which' [-Werror,-Wunused-variable]
compiler
[09:34:58.111] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
compiler
[09:34:58.111] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable]
compiler
[09:34:49.461] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable]
compiler
[09:34:49.461] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
compiler
[09:36:07.308] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
compiler
[09:36:07.308] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable]
51/4980 Expand applicability of aggregate's sortop optimization
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/join.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_up...
--- /tmp/cirrus-ci-build/src/test/regress/expected/join.out	2024-11-10 08:02:03.796753000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/join.out	2024-11-10 08:04:08.815159000 +00...
@@ -2800,19 +2800,10 @@
   left join
   (select * from tenk1 y order by y.unique2) y
   on x.thousand = y.unique2 and x.twothousand = y.hundred and x.fivethous = y.unique2;
-                                    QUERY PLAN                                    
-----------------------------------------------------------------------------------
- Aggregate
-   ->  Merge Left Join
-         Merge Cond: (x.thousand = y.unique2)
-         Join Filter: ((x.twothousand = y.hundred) AND (x.fivethous = y.unique2))
-         ->  Sort
-               Sort Key: x.thousand, x.twothousand, x.fivethous
-               ->  Seq Scan on tenk1 x
-         ->  Materialize
-               ->  Index Scan using tenk1_unique2 on tenk1 y
-(9 rows)
-
...
tap
[08:04:50.481](61.460s) not ok 5 - regression tests pass
test
[08:07:28.610]  96/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/select_distinct.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/select_distinct.out	2024-11-10 08:02:03.281456243 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/select_distinct.out	2024-11-10 08:09:41.059513964 +0000
@@ -334,13 +334,10 @@
 -- Ensure we get a plan with a Limit 1 when the SELECT list contains constants
 EXPLAIN (COSTS OFF)
 SELECT DISTINCT four,1,2,3 FROM tenk1 WHERE four = 0;
-         QUERY PLAN         
-----------------------------
- Limit
-   ->  Seq Scan on tenk1
-         Filter: (four = 0)
-(3 rows)
-
+ERROR:  deadlock detected
+DETAIL:  Process 44282 waits for AccessShareLock on relation 25202 of database 16387; blocked by process 44274.
+Process 44274 waits for AccessExclusiveLock on relation 16421 of database 16387; blocked by process 44282.
+HINT:  See server log for query details.
 -- Ensure we only get 1 row
 SELECT DISTINCT four,1,2,3 FROM tenk1 WHERE four = 0;
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/subselect.out /tmp/cirrus-ci-build/src/test/recovery/tmp_check/r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/subselect.out	2024-11-10 08:02:03.293412598 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/subselect.out	2024-11-10 08:11:27.907509634 +0000
@@ -1403,7 +1403,7 @@
    ->  Seq Scan on public.tenk1 b
          Output: b.unique1, b.unique2, b.two, b.four, b.ten, b.twenty, b.hundred, b.thousand, b.twothousand, b.fivethou...
    SubPlan 1
-     ->  Index Only Scan using tenk1_unique1 on public.tenk1 a
+     ->  Index Only Scan using idx_int4 on public.tenk1 a
            Output: a.unique1
 (10 rows)
 
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/join.out /tmp/cirrus-ci-build/src/test/recovery/tmp_check/result...
--- /tmp/cirrus-ci-build/src/test/regress/expected/join.out	2024-11-10 08:02:03.241601727 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/join.out	2024-11-10 08:11:29.711508488 +0000
@@ -6540,7 +6540,7 @@
  Aggregate
    ->  Nested Loop
          ->  Nested Loop
-               ->  Index Only Scan using tenk1_unique1 on tenk1 a
...
tap
[08:10:41.683](88.640s) not ok 5 - regression tests pass
tap
[08:12:14.661](63.459s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Meson
core
[08:11:29.413] #0  <unavailable> in ?? ()
core
[08:11:29.293] #0  0x00007f78a10d0da4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[08:11:29.293] #1  0x00007f78a107d239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[08:11:29.293] #2  0x00007f78a107d497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[08:11:29.293] #3  0x000055809de295c1 in ?? ()
[08:11:29.293] #4  0x000055809de23369 in ?? ()
[08:11:29.293] #5  0x000055809de2220f in ?? ()
[08:11:29.293] #6  0x000055809de22c3b in ?? ()
[08:11:29.293] #7  0x000055809de2066f in ?? ()
[08:11:29.293] #8  0x00007f78a106824a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[08:11:29.293] #9  0x00007f78a1068305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[08:11:29.413] #0  0x00007f78a10d0da4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[08:11:29.413] #1  0x00007f78a107d239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[08:11:29.413] #2  0x00007f78a107d497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[08:11:29.413] #3  0x000055809de295f3 in ?? ()
[08:11:29.413] #4  0x000055809de23369 in ?? ()
[08:11:29.413] #5  0x000055809de2220f in ?? ()
[08:11:29.413] #6  0x000055809de22c3b in ?? ()
[08:11:29.413] #7  0x000055809de2066f in ?? ()
[08:11:29.413] #8  0x00007f78a106824a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[08:11:29.413] #9  0x00007f78a1068305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/select_distinct.out /tmp/cirrus-ci-build/build/testrun/pg_upgrad...
--- /tmp/cirrus-ci-build/src/test/regress/expected/select_distinct.out	2024-11-10 08:02:03.615108454 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/select_distinct.out	2024-11-10 08:07:09.55...
@@ -262,14 +262,10 @@
 -- Ensure we don't do parallel distinct with a parallel unsafe function
 EXPLAIN (COSTS OFF)
 SELECT DISTINCT distinct_func(1) FROM tenk1;
-                        QUERY PLAN                        
-----------------------------------------------------------
- Unique
-   ->  Sort
-         Sort Key: (distinct_func(1))
-         ->  Index Only Scan using tenk1_hundred on tenk1
-(4 rows)
-
+ERROR:  deadlock detected
+DETAIL:  Process 30386 waits for AccessShareLock on relation 25247 of database 16387; blocked by process 30391.
+Process 30391 waits for AccessExclusiveLock on relation 16421 of database 16387; blocked by process 30386.
+HINT:  See server log for query details.
 -- make the function parallel safe
...
tap
[08:08:07.743](76.885s) not ok 5 - regression tests pass
test
[08:10:22.860] 134/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/subselect.out C:/cirrus/build/testrun/pg_upgrade/002_pg...
--- C:/cirrus/src/test/regress/expected/subselect.out	2024-11-10 08:02:20.631503100 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/subselect.out	2024-11-10 08:05:01.715057700 +0000
@@ -1029,7 +1029,7 @@
    ->  Seq Scan on tenk1 t
          Filter: ((ANY (unique2 = (hashed SubPlan 2).col1)) OR (ten < 0))
          SubPlan 2
-           ->  Index Only Scan using tenk1_unique1 on tenk1 k
+           ->  Index Only Scan using idx_int4 on tenk1 k
 (5 rows)
 
 select count(*) from tenk1 t
@@ -1403,7 +1403,7 @@
    ->  Seq Scan on public.tenk1 b
          Output: b.unique1, b.unique2, b.two, b.four, b.ten, b.twenty, b.hundred, b.thousand, b.twothousand, b.fivethou...
    SubPlan 1
-     ->  Index Only Scan using tenk1_unique1 on public.tenk1 a
+     ->  Index Only Scan using idx_int4 on public.tenk1 a
            Output: a.unique1
 (10 rows)
...
tap
[08:06:21.956](116.404s) not ok 5 - regression tests pass
test
[08:15:07.008]  35/307 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
51/5099 CREATE OR REPLACE MATERIALIZED VIEW
FreeBSD - 13 - Meson
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 194, PID: 11175
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 194, PID: 18115
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 194, PID: 10784
core
[07:59:33.819] #0  0x000000082bb5541a in thr_kill () from /lib/libc.so.7
[07:59:33.819] #1  0x000000082bacee64 in raise () from /lib/libc.so.7
[07:59:33.819] #2  0x000000082bb7f6f9 in abort () from /lib/libc.so.7
[07:59:33.819] #3  0x0000000000a98e55 in ExceptionalCondition (conditionName=0x2e7ee6 "queryDesc->sourceText != NULL", f...
[07:59:33.819] #4  0x0000000000768eb9 in standard_ExecutorStart (queryDesc=0x834de1088, eflags=0) at ../src/backend/exec...
[07:59:33.819] #5  0x00000000006fecb5 in refresh_matview_datafill (dest=<optimized out>, query=<optimized out>, queryStr...
[07:59:33.819] #6  RefreshMatViewByOid (matviewOid=28316, is_create=<optimized out>, skipData=<optimized out>, concurren...
[07:59:33.819] #7  0x00000000006fe896 in ExecRefreshMatView (stmt=<optimized out>, queryString=queryString@entry=0x0, qc...
[07:59:33.819] #8  0x00000000006d59ac in ExecCreateTableAs (pstate=pstate@entry=0x834dd7900, stmt=stmt@entry=0x832f81fd0...
[07:59:33.819] #9  0x0000000000944a38 in ProcessUtilitySlow (pstate=pstate@entry=0x834dd7900, pstmt=pstmt@entry=0x832e6c...
core
[07:59:33.518] #0  0x000000082b56441a in thr_kill () from /lib/libc.so.7
[07:59:33.518] #1  0x000000082b4dde64 in raise () from /lib/libc.so.7
[07:59:33.518] #2  0x000000082b58e6f9 in abort () from /lib/libc.so.7
[07:59:33.518] #3  0x0000000000a98e55 in ExceptionalCondition (conditionName=0x2e7ee6 "queryDesc->sourceText != NULL", f...
[07:59:33.518] #4  0x0000000000768eb9 in standard_ExecutorStart (queryDesc=0x836cdc088, eflags=0) at ../src/backend/exec...
[07:59:33.518] #5  0x00000000006fecb5 in refresh_matview_datafill (dest=<optimized out>, query=<optimized out>, queryStr...
[07:59:33.518] #6  RefreshMatViewByOid (matviewOid=28191, is_create=<optimized out>, skipData=<optimized out>, concurren...
[07:59:33.518] #7  0x00000000006fe896 in ExecRefreshMatView (stmt=<optimized out>, queryString=queryString@entry=0x0, qc...
[07:59:33.518] #8  0x00000000006d59ac in ExecCreateTableAs (pstate=pstate@entry=0x843040500, stmt=stmt@entry=0x836cfafd0...
[07:59:33.518] #9  0x0000000000944a38 in ProcessUtilitySlow (pstate=pstate@entry=0x843040500, pstmt=pstmt@entry=0x836c3c...
core
[07:59:34.129] #0  0x000000082cddb41a in thr_kill () from /lib/libc.so.7
[07:59:34.129] #1  0x000000082cd54e64 in raise () from /lib/libc.so.7
[07:59:34.129] #2  0x000000082ce056f9 in abort () from /lib/libc.so.7
[07:59:34.129] #3  0x0000000000a98e55 in ExceptionalCondition (conditionName=0x2e7ee6 "queryDesc->sourceText != NULL", f...
[07:59:34.129] #4  0x0000000000768eb9 in standard_ExecutorStart (queryDesc=0x837fd6088, eflags=0) at ../src/backend/exec...
[07:59:34.129] #5  0x000000083b4949c2 in pgss_ExecutorStart (queryDesc=0x837fd6088, eflags=6) at ../contrib/pg_stat_stat...
[07:59:34.129] #6  0x00000000006fecb5 in refresh_matview_datafill (dest=<optimized out>, query=<optimized out>, queryStr...
[07:59:34.129] #7  RefreshMatViewByOid (matviewOid=28274, is_create=<optimized out>, skipData=<optimized out>, concurren...
[07:59:34.129] #8  0x00000000006fe896 in ExecRefreshMatView (stmt=<optimized out>, queryString=queryString@entry=0x0, qc...
[07:59:34.129] #9  0x00000000006d59ac in ExecCreateTableAs (pstate=pstate@entry=0x838095900, stmt=stmt@entry=0x837faffd0...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_up...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-11-10 07:53:06.038786000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/brin.out	2024-11-10 07:55:17.142577000 +00...
@@ -588,4 +588,10 @@
 CREATE INDEX brin_insert_optimization_idx ON brin_insert_optimization USING brin (a);
 UPDATE brin_insert_optimization SET a = a;
 REINDEX INDEX CONCURRENTLY brin_insert_optimization_idx;
-DROP TABLE brin_insert_optimization;
+WARNING:  terminating connection because of crash of another server process
+DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because anothe...
+HINT:  In a moment you should be able to reconnect to the database and repeat your command.
+server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
+connection to server was lost
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/privileges.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002...
--- /tmp/cirrus-ci-build/src/test/regress/expected/privileges.out	2024-11-10 07:53:06.096332000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/privileges.out	2024-11-10 07:55:17.1319480...
@@ -1775,1417 +1775,10 @@
 -- Do the same concurrently
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-11-10 07:53:06.038786000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/brin.out	2024-11-10 07:55:54.972530000 +...
@@ -363,229 +363,10 @@
 	END LOOP;
 END;
 $x$;
-RESET enable_seqscan;
-RESET enable_bitmapscan;
-INSERT INTO brintest SELECT
-	repeat(stringu1, 42)::bytea,
-	substr(stringu1, 1, 1)::"char",
-	stringu1::name, 142857 * tenthous,
-	thousand,
-	twothousand,
-	repeat(stringu1, 42),
-	unique1::oid,
-	format('(%s,%s)', tenthous, twenty)::tid,
-	(four + 1.0)/(hundred+1),
-	odd::float8 / (tenthous + 1),
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/build/testrun/regress/regress/resu...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-11-10 07:53:06.038786000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/brin.out	2024-11-10 07:55:15.262823000 +0000
@@ -588,4 +588,10 @@
 CREATE INDEX brin_insert_optimization_idx ON brin_insert_optimization USING brin (a);
 UPDATE brin_insert_optimization SET a = a;
 REINDEX INDEX CONCURRENTLY brin_insert_optimization_idx;
-DROP TABLE brin_insert_optimization;
+WARNING:  terminating connection because of crash of another server process
+DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because anothe...
+HINT:  In a moment you should be able to reconnect to the database and repeat your command.
+server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
+connection to server was lost
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/privileges.out /tmp/cirrus-ci-build/build/testrun/regress/regres...
--- /tmp/cirrus-ci-build/src/test/regress/expected/privileges.out	2024-11-10 07:53:06.096332000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/privileges.out	2024-11-10 07:55:15.261904000 +0000
@@ -1775,1417 +1775,10 @@
 -- Do the same concurrently
...
tap
[07:55:18.943](28.031s) not ok 5 - regression tests pass
[07:55:20.313](1.336s) not ok 6 - dump before running pg_upgrade
tap
[07:55:57.320](29.646s) not ok 2 - regression tests pass
test
[07:58:19.302]  23/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[07:58:19.302]  24/312 postgresql:regress / regress/regress                                            ERROR            ...
[07:58:19.302]  56/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "execMain.c", Line: 194, PID: 35701
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "execMain.c", Line: 194, PID: 24069
core
[08:00:49.993] #0  0x00007f24358abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[08:00:49.993] #1  0x00007f243585cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[08:00:49.993] #2  0x00007f2435847472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[08:00:49.993] #3  0x000055cff5d9f156 in ExceptionalCondition (conditionName=conditionName@entry=0x55cff607bd60 "queryDe...
[08:00:49.993] #4  0x000055cff559983b in standard_ExecutorStart (queryDesc=queryDesc@entry=0x62500011ed20, eflags=eflags...
[08:00:49.993] #5  0x000055cff5599a70 in ExecutorStart (queryDesc=queryDesc@entry=0x62500011ed20, eflags=eflags@entry=0)...
[08:00:49.993] #6  0x000055cff5490253 in refresh_matview_datafill (dest=0x6250001e85a8, query=<optimized out>, query@ent...
[08:00:49.993] #7  0x000055cff549297c in RefreshMatViewByOid (matviewOid=<optimized out>, is_create=is_create@entry=fals...
[08:00:49.993] #8  0x000055cff5492b88 in ExecRefreshMatView (stmt=0x6210000d5230, queryString=queryString@entry=0x0, qc=...
[08:00:49.993] #9  0x000055cff54327d9 in ExecCreateTableAs (pstate=pstate@entry=0x61900004e380, stmt=stmt@entry=0x625000...
core
[08:00:48.685] #0  0x00007f83c8eabebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[08:00:48.685] #1  0x00007f83c8e5cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[08:00:48.685] #2  0x00007f83c8e47472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[08:00:48.685] #3  0x0000565329005156 in ExceptionalCondition (conditionName=conditionName@entry=0x5653292e1d60 "queryDe...
[08:00:48.685] #4  0x00005653287ff83b in standard_ExecutorStart (queryDesc=queryDesc@entry=0x6250001ee520, eflags=eflags...
[08:00:48.685] #5  0x00005653287ffa70 in ExecutorStart (queryDesc=queryDesc@entry=0x6250001ee520, eflags=eflags@entry=0)...
[08:00:48.685] #6  0x00005653286f6253 in refresh_matview_datafill (dest=0x6250001eada8, query=<optimized out>, query@ent...
[08:00:48.685] #7  0x00005653286f897c in RefreshMatViewByOid (matviewOid=<optimized out>, is_create=is_create@entry=fals...
[08:00:48.685] #8  0x00005653286f8b88 in ExecRefreshMatView (stmt=0x6210000d3e30, queryString=queryString@entry=0x0, qc=...
[08:00:48.685] #9  0x00005653286987d9 in ExecCreateTableAs (pstate=pstate@entry=0x619000052480, stmt=stmt@entry=0x625000...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/resul...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-11-10 07:53:04.224218732 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/brin.out	2024-11-10 07:59:06.088129501 +0000
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/src/test/regress/results/brin.out
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-11-10 07:53:04.224218732 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/brin.out	2024-11-10 07:57:29.163710068 +0000
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
tap
[07:59:11.782](47.269s) not ok 5 - regression tests pass
[07:59:16.832](4.997s) not ok 6 - dump before running pg_upgrade
Linux - Debian Bookworm - Meson
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 194, PID: 29569
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 194, PID: 36702
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 194, PID: 29099
core
[08:01:34.438] #0  0x00007f81892a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[08:01:34.438] #1  0x00007f818925afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[08:01:34.438] #2  0x00007f8189245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[08:01:34.438] #3  0x0000562a7ca0cbcc in ExceptionalCondition (conditionName=conditionName@entry=0x562a7cc82395 "queryDe...
[08:01:34.438] #4  0x0000562a7c38e8c5 in standard_ExecutorStart (queryDesc=queryDesc@entry=0x562a8057a460, eflags=eflags...
[08:01:34.438] #5  0x0000562a7c38eaa1 in ExecutorStart (queryDesc=queryDesc@entry=0x562a8057a460, eflags=eflags@entry=0)...
[08:01:34.438] #6  0x0000562a7c2b336e in refresh_matview_datafill (dest=0x562a8059e5b8, query=<optimized out>, query@ent...
[08:01:34.438] #7  0x0000562a7c2b56d5 in RefreshMatViewByOid (matviewOid=28369, is_create=is_create@entry=false, skipDat...
[08:01:34.438] #8  0x0000562a7c2b5814 in ExecRefreshMatView (stmt=0x562a8057f5a0, queryString=queryString@entry=0x0, qc=...
[08:01:34.438] #9  0x0000562a7c26b461 in ExecCreateTableAs (pstate=pstate@entry=0x562a80564300, stmt=stmt@entry=0x562a80...
core
[08:01:33.031] #0  0x00007f27146a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[08:01:33.031] #1  0x00007f271465afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[08:01:33.031] #2  0x00007f2714645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[08:01:33.031] #3  0x000055d0533fdbcc in ExceptionalCondition (conditionName=conditionName@entry=0x55d053673395 "queryDe...
[08:01:33.031] #4  0x000055d052d7f8c5 in standard_ExecutorStart (queryDesc=queryDesc@entry=0x55d087e69130, eflags=eflags...
[08:01:33.031] #5  0x000055d052d7faa1 in ExecutorStart (queryDesc=queryDesc@entry=0x55d087e69130, eflags=eflags@entry=0)...
[08:01:33.031] #6  0x000055d052ca436e in refresh_matview_datafill (dest=0x55d087e661a8, query=<optimized out>, query@ent...
[08:01:33.031] #7  0x000055d052ca66d5 in RefreshMatViewByOid (matviewOid=28440, is_create=is_create@entry=false, skipDat...
[08:01:33.031] #8  0x000055d052ca6814 in ExecRefreshMatView (stmt=0x55d087e8a6f0, queryString=queryString@entry=0x0, qc=...
[08:01:33.031] #9  0x000055d052c5c461 in ExecCreateTableAs (pstate=pstate@entry=0x55d087ea0290, stmt=stmt@entry=0x55d087...
core
[08:01:31.660] #0  0x00007f04aaea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[08:01:31.660] #1  0x00007f04aae5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[08:01:31.660] #2  0x00007f04aae45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[08:01:31.660] #3  0x000055e0fd31bbcc in ExceptionalCondition (conditionName=conditionName@entry=0x55e0fd591395 "queryDe...
[08:01:31.660] #4  0x000055e0fcc9d8c5 in standard_ExecutorStart (queryDesc=0x55e10c721900, eflags=0) at ../src/backend/e...
[08:01:31.660] #5  0x00007f04a8a3a6f7 in pgss_ExecutorStart (queryDesc=0x55e10c721900, eflags=<optimized out>) at ../con...
[08:01:31.660] #6  0x000055e0fcc9da5a in ExecutorStart (queryDesc=queryDesc@entry=0x55e10c721900, eflags=eflags@entry=0)...
[08:01:31.660] #7  0x000055e0fcbc236e in refresh_matview_datafill (dest=0x55e10c71a038, query=<optimized out>, query@ent...
[08:01:31.660] #8  0x000055e0fcbc46d5 in RefreshMatViewByOid (matviewOid=28283, is_create=is_create@entry=false, skipDat...
[08:01:31.660] #9  0x000055e0fcbc4814 in ExecRefreshMatView (stmt=0x55e10c6da7d0, queryString=queryString@entry=0x0, qc=...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_up...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-11-10 07:53:01.201820173 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/brin.out	2024-11-10 07:57:52.922207520 +00...
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-11-10 07:53:01.201820173 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/brin.out	2024-11-10 07:58:27.078108610 +...
@@ -363,229 +363,10 @@
 	END LOOP;
 END;
 $x$;
-RESET enable_seqscan;
-RESET enable_bitmapscan;
-INSERT INTO brintest SELECT
-	repeat(stringu1, 42)::bytea,
-	substr(stringu1, 1, 1)::"char",
-	stringu1::name, 142857 * tenthous,
-	thousand,
-	twothousand,
-	repeat(stringu1, 42),
-	unique1::oid,
-	format('(%s,%s)', tenthous, twenty)::tid,
-	(four + 1.0)/(hundred+1),
-	odd::float8 / (tenthous + 1),
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/build/testrun/regress/regress/resu...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-11-10 07:53:01.201820173 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/brin.out	2024-11-10 07:57:49.802213573 +0000
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
tap
[07:57:58.626](29.618s) not ok 5 - regression tests pass
[07:58:00.914](2.256s) not ok 6 - dump before running pg_upgrade
tap
[07:58:29.877](26.921s) not ok 2 - regression tests pass
test
[08:00:25.985]  26/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[08:00:25.985]  17/312 postgresql:regress / regress/regress                                            ERROR            ...
[08:00:25.985]  56/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
macOS - Sonoma - Meson
test
[08:01:43.165]  29/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[08:01:43.165]  37/312 postgresql:regress / regress/regress                                            ERROR           1...
[08:01:43.165]  94/312 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
Windows - Server 2019, VS 2019 - Meson & ninja
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 194, PID: 1328
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 194, PID: 636
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 194, PID: 6040
core
0000008a`b1fff8b8 00007ff8`c5b6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008a`b1fff8c0 00007ff8`c4fe4cb0     ntdll!TppWorkerThread+0x2df
0000008a`b1fffbb0 00007ff8`c5bdecdb     KERNEL32!BaseThreadInitThunk+0x10
0000008a`b1fffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008a`b0ffe2e0 00007ff7`131fd008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000008a`b0ffe320 00007ff7`12ce0b99     postgres!ExceptionalCondition(
0000008a`b0ffe360 00007ff7`12ce0a1a     postgres!standard_ExecutorStart(
0000008a`b0ffe3b0 00007ff7`12c33c09     postgres!ExecutorStart(
0000008a`b0ffe3e0 00007ff7`12c335a0     postgres!refresh_matview_datafill(
0000008a`b0ffe470 00007ff7`12c32e08     postgres!RefreshMatViewByOid(
0000008a`b0ffe6c0 00007ff7`12bf2647     postgres!ExecRefreshMatView(
0000008a`b0ffe740 00007ff7`12fd3707     postgres!ExecCreateTableAs(
0000008a`b0ffe860 00007ff7`12fcf3cf     postgres!ProcessUtilitySlow(
0000008a`b0fff180 00007ff7`12fce319     postgres!standard_ProcessUtility(
core
0000008a`b13ffba8 00007ff8`c5b6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008a`b13ffbb0 00007ff8`c4fe4cb0     ntdll!TppWorkerThread+0x2df
0000008a`b13ffea0 00007ff8`c5bdecdb     KERNEL32!BaseThreadInitThunk+0x10
0000008a`b13ffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008a`b17ffc68 00007ff8`c31945ca     ntdll!NtFsControlFile+0x14
0000008a`b17ffc70 00007ff7`12eb45eb     KERNELBASE!ConnectNamedPipe+0x6a
0000008a`b17ffce0 00007ff8`c4fe4cb0     postgres!pg_signal_thread(
0000008a`b17ffde0 00007ff8`c5bdecdb     KERNEL32!BaseThreadInitThunk+0x10
0000008a`b17ffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008a`b1bff8b8 00007ff8`c314d71e     ntdll!NtWaitForSingleObject+0x14
0000008a`b1bff8c0 00007ff7`12eb608c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000008a`b1bff960 00007ff8`c4fe4cb0     postgres!pg_timer_thread(
0000008a`b1bff9a0 00007ff8`c5bdecdb     KERNEL32!BaseThreadInitThunk+0x10
0000008a`b1bff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009f`2d7fe0b0 00007ff7`131fd008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000009f`2d7fe0f0 00007ff7`12ce0b99     postgres!ExceptionalCondition(
0000009f`2d7fe130 00007ff7`12ce0a1a     postgres!standard_ExecutorStart(
0000009f`2d7fe180 00007ff7`12c33c09     postgres!ExecutorStart(
0000009f`2d7fe1b0 00007ff7`12c335a0     postgres!refresh_matview_datafill(
0000009f`2d7fe240 00007ff7`12c32e08     postgres!RefreshMatViewByOid(
0000009f`2d7fe490 00007ff7`12bf2647     postgres!ExecRefreshMatView(
0000009f`2d7fe510 00007ff7`12fd3707     postgres!ExecCreateTableAs(
0000009f`2d7fe630 00007ff7`12fcf3cf     postgres!ProcessUtilitySlow(
0000009f`2d7fef50 00007ff7`12fce319     postgres!standard_ProcessUtility(
core
0000009f`2e7ff468 00007ff8`c5b6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009f`2e7ff470 00007ff8`c4fe4cb0     ntdll!TppWorkerThread+0x2df
0000009f`2e7ff760 00007ff8`c5bdecdb     KERNEL32!BaseThreadInitThunk+0x10
0000009f`2e7ff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009f`2dbffba8 00007ff8`c5b6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009f`2dbffbb0 00007ff8`c4fe4cb0     ntdll!TppWorkerThread+0x2df
0000009f`2dbffea0 00007ff8`c5bdecdb     KERNEL32!BaseThreadInitThunk+0x10
0000009f`2dbffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009f`2dfff628 00007ff8`c31945ca     ntdll!NtFsControlFile+0x14
0000009f`2dfff630 00007ff7`12eb45eb     KERNELBASE!ConnectNamedPipe+0x6a
0000009f`2dfff6a0 00007ff8`c4fe4cb0     postgres!pg_signal_thread(
0000009f`2dfff7a0 00007ff8`c5bdecdb     KERNEL32!BaseThreadInitThunk+0x10
0000009f`2dfff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009f`2e3ff798 00007ff8`c314d71e     ntdll!NtWaitForSingleObject+0x14
0000009f`2e3ff7a0 00007ff7`12eb608c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000009f`2e3ff840 00007ff8`c4fe4cb0     postgres!pg_timer_thread(
0000009f`2e3ff880 00007ff8`c5bdecdb     KERNEL32!BaseThreadInitThunk+0x10
0000009f`2e3ff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001d`e13ff868 00007ff8`c31945ca     ntdll!NtFsControlFile+0x14
0000001d`e13ff870 00007ff7`12eb45eb     KERNELBASE!ConnectNamedPipe+0x6a
0000001d`e13ff8e0 00007ff8`c4fe4cb0     postgres!pg_signal_thread(
0000001d`e13ff9e0 00007ff8`c5bdecdb     KERNEL32!BaseThreadInitThunk+0x10
0000001d`e13ffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001d`e17ff6f8 00007ff8`c314d71e     ntdll!NtWaitForSingleObject+0x14
0000001d`e17ff700 00007ff7`12eb608c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000001d`e17ff7a0 00007ff8`c4fe4cb0     postgres!pg_timer_thread(
0000001d`e17ff7e0 00007ff8`c5bdecdb     KERNEL32!BaseThreadInitThunk+0x10
0000001d`e17ff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001d`e0bff978 00007ff8`c5b6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001d`e0bff980 00007ff8`c4fe4cb0     ntdll!TppWorkerThread+0x2df
0000001d`e0bffc70 00007ff8`c5bdecdb     KERNEL32!BaseThreadInitThunk+0x10
0000001d`e0bffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001d`e07fded0 00007ff7`131fd008     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000001d`e07fdf10 00007ff7`12ce0b99     postgres!ExceptionalCondition(
0000001d`e07fdf50 00007ff8`b00a2d26     postgres!standard_ExecutorStart(
0000001d`e07fdfa0 00007ff7`12ce0a0a     pg_stat_statements!pgss_ExecutorStart(
0000001d`e07fdfe0 00007ff7`12c33c09     postgres!ExecutorStart(
0000001d`e07fe010 00007ff7`12c335a0     postgres!refresh_matview_datafill(
0000001d`e07fe0a0 00007ff7`12c32e08     postgres!RefreshMatViewByOid(
0000001d`e07fe2f0 00007ff7`12bf2647     postgres!ExecRefreshMatView(
0000001d`e07fe370 00007ff7`12fd3707     postgres!ExecCreateTableAs(
0000001d`e07fe490 00007ff7`12fcf3cf     postgres!ProcessUtilitySlow(
core
0000001d`e0fffbc8 00007ff8`c5b6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001d`e0fffbd0 00007ff8`c4fe4cb0     ntdll!TppWorkerThread+0x2df
0000001d`e0fffec0 00007ff8`c5bdecdb     KERNEL32!BaseThreadInitThunk+0x10
0000001d`e0fffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/brin.out C:/cirrus/build/testrun/pg_upgrade/002_pg_upgr...
--- C:/cirrus/src/test/regress/expected/brin.out	2024-11-10 07:53:18.123967700 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/brin.out	2024-11-10 07:56:18.420091300 +0000
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/brin.out C:/cirrus/build/testrun/recovery/027_stream_re...
--- C:/cirrus/src/test/regress/expected/brin.out	2024-11-10 07:53:18.123967700 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/brin.out	2024-11-10 07:58:17.661468100 +0000
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/brin.out C:/cirrus/build/testrun/regress/regress/result...
--- C:/cirrus/src/test/regress/expected/brin.out	2024-11-10 07:53:18.123967700 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/brin.out	2024-11-10 07:56:15.481609500 +0000
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
tap
[07:56:59.507](91.844s) not ok 5 - regression tests pass
[07:57:03.436](3.902s) not ok 6 - dump before running pg_upgrade
tap
[07:58:51.042](85.712s) not ok 2 - regression tests pass
test
[08:05:55.619]  19/307 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[08:05:55.619]  17/307 postgresql:regress / regress/regress                                            ERROR           1...
[08:05:55.619]  54/307 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
51/5174 Call rm_redo in a temporary memory context
CompilerWarnings
compiler
[05:31:52.372] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
compiler
[05:31:00.192] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
compiler
[05:36:37.116] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
51/5283 Replace IN VALUES with ANY in WHERE clauses during optimization
macOS - Sonoma - Meson
core
[03:02:28.337]   * frame #0: 0x000000010051cb70 dyld`_dyld_start
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/subselect.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_u...
--- /Users/admin/pgsql/src/test/regress/expected/subselect.out	2024-11-10 02:51:14
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/subselect.out	2024-11-10 02:53:44
@@ -2313,15 +2313,16 @@
 EXPLAIN (COSTS OFF)
 SELECT c.oid,c.relname FROM pg_class c JOIN pg_am a USING (oid)
 WHERE c.oid IN (VALUES (1), (2));
-                          QUERY PLAN                           
----------------------------------------------------------------
- Hash Join
-   Hash Cond: (a.oid = c.oid)
-   ->  Seq Scan on pg_am a
-   ->  Hash
-         ->  Index Scan using pg_class_oid_index on pg_class c
-               Index Cond: (oid = ANY ('{1,2}'::integer[]))
-(6 rows)
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (c.oid = a.oid)
...
tap
[02:54:22.666](56.131s) not ok 5 - regression tests pass
test
[02:59:11.423]  43/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
51/5272 Truncate logs by max_log_size
CompilerWarnings
compiler
[23:58:29.046] elog.c:1699:9: error: initializing 'char *' with an expression of type 'const char *' discards qualifiers...
compiler
[23:56:11.067] elog.c:1699:9: error: initializing 'char *' with an expression of type 'const char *' discards qualifiers...
compiler
[23:53:24.749] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar...
compiler
[23:51:31.153] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar...
compiler
[00:02:19.606] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar...
51/5246 Allow SQL functions use CachedPlan machinery
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upg...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-11-09 21:57:12.549768000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/xml.out	2024-11-09 21:58:51.403910000 +000...
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-11-09 21:57:12.549768000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/xml.out	2024-11-09 21:59:43.540228000 +0...
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/regress/regress/resul...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-11-09 21:57:12.549768000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/xml.out	2024-11-09 21:58:52.800626000 +0000
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
tap
[21:59:15.256](75.608s) not ok 5 - regression tests pass
tap
[22:00:03.310](84.663s) not ok 2 - regression tests pass
test
[22:02:06.959]  44/312 postgresql:regress / regress/regress                                            ERROR            ...
[22:02:06.959] 100/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[22:02:06.959] 156/312 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
Linux - Debian Bookworm - Autoconf
core
[22:06:40.864] #0  0x00007f68937caa50 in ?? ()
[22:06:40.864] #1  0x0000000000000003 in ?? ()
[22:06:40.864] #2  0x00007ffe1bddc0c7 in ?? ()
[22:06:40.864] #3  0x00007ffe1bddc0ca in ?? ()
[22:06:40.864] #4  0x00007ffe1bddc0cd in ?? ()
[22:06:40.864] #5  0x0000000000000000 in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/result...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-11-09 21:57:12.974168536 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/xml.out	2024-11-09 22:02:31.739350138 +0000
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-11-09 21:57:12.974168536 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/xml.out	2024-11-09 22:04:17.212986173 +0000
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/src/test/regress/results/xml.out
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-11-09 21:57:12.974168536 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/xml.out	2024-11-09 22:00:30.711794919 +0000
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
tap
[22:02:38.090](106.543s) not ok 5 - regression tests pass
tap
[22:04:23.454](56.346s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upg...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-11-09 21:57:12.724009014 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/xml.out	2024-11-09 21:59:35.623384226 +000...
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-11-09 21:57:12.724009014 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/xml.out	2024-11-09 22:00:16.967427007 +0...
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/regress/regress/resul...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-11-09 21:57:12.724009014 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/xml.out	2024-11-09 21:59:36.487384319 +0000
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
tap
[21:59:48.058](70.520s) not ok 5 - regression tests pass
tap
[22:00:26.368](75.534s) not ok 2 - regression tests pass
test
[22:02:04.248]  43/312 postgresql:regress / regress/regress                                            ERROR            ...
[22:02:04.248] 119/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[22:02:04.248] 155/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
macOS - Sonoma - Meson
test
[22:04:27.927]  26/312 postgresql:regress / regress/regress                                            ERROR            ...
[22:04:27.927]  46/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[22:04:27.927] 152/312 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
50/5331 Add reject_limit option to file_fdw
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/query_cancel.out /tmp/cirrus-ci-build/build/testrun/postgres...
--- /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/query_cancel.out	2024-11-09 20:47:15.186437553 +0000
+++ /tmp/cirrus-ci-build/build/testrun/postgres_fdw/regress/results/query_cancel.out	2024-11-09 20:50:34.849877964 +0000
@@ -29,4 +29,5 @@
 -- This would take very long if not canceled:
 SELECT count(*) FROM ft1 a CROSS JOIN ft1 b CROSS JOIN ft1 c CROSS JOIN ft1 d;
 ERROR:  canceling statement due to statement timeout
+WARNING:  could not get result of cancel request due to timeout
 COMMIT;
test
[20:51:53.646] 155/312 postgresql:postgres_fdw / postgres_fdw/regress                                  ERROR            ...
51/5004 CREATE INDEX CONCURRENTLY for partitioned tables
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_p...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-11-09 19:12:28.889216000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/indexing.out	2024-11-09 19:14:17.887887000...
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/recovery/027_str...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-11-09 19:12:28.889216000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/indexing.out	2024-11-09 19:14:58.5699290...
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/regress/regress/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-11-09 19:12:28.889216000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/indexing.out	2024-11-09 19:14:14.688476000 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[19:14:22.152](68.631s) not ok 5 - regression tests pass
tap
[19:15:01.014](69.775s) not ok 2 - regression tests pass
test
[19:29:51.396]  42/312 postgresql:regress / regress/regress                                            ERROR            ...
[19:29:51.396]  89/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[19:29:51.396] 142/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[19:29:51.396] 312/312 postgresql:isolation / isolation/isolation                                      TIMEOUT        10...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-11-09 19:12:23.883327927 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/indexing.out	2024-11-09 19:17:49.282121860 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/partitioned-cic.out /tmp/cirrus-ci-build/src/test/isolation/ou...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/partitioned-cic.out	2024-11-09 19:12:23.723327924 +0000
+++ /tmp/cirrus-ci-build/src/test/isolation/output_iso/results/partitioned-cic.out	2024-11-09 19:39:53.209187541 +0000
@@ -3,10 +3,14 @@
 starting permutation: lock_p1 cic insert drop2 commit chk_content
 step lock_p1: lock cictab_part_1 in row exclusive mode;
 step cic: CREATE INDEX CONCURRENTLY ON cictab(i); <waiting ...>
-step insert: insert into cictab values (1, 1), (11, 1);
-step drop2: DROP TABLE cictab_part_2;
+step insert: insert into cictab values (1, 1), (11, 1); <waiting ...>
+isolationtester: canceling step insert after 360 seconds
+step insert: <... completed>
+ERROR:  canceling statement due to user request
+step drop2: DROP TABLE cictab_part_2; <waiting ...>
 step commit: COMMIT;
 step cic: <... completed>
+step drop2: <... completed>
 step chk_content: 
   set enable_seqscan to off;
   explain (costs off) select * from cictab where i > 0;
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/src/test/regress/results/index...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-11-09 19:12:23.883327927 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/indexing.out	2024-11-09 19:16:00.358426173 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[19:17:51.541](64.376s) not ok 5 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_p...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-11-09 19:12:25.676623372 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/indexing.out	2024-11-09 19:15:27.199152836...
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/recovery/027_str...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-11-09 19:12:25.676623372 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/indexing.out	2024-11-09 19:15:57.7991343...
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/regress/regress/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-11-09 19:12:25.676623372 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/indexing.out	2024-11-09 19:15:21.527156634 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[19:15:28.800](71.133s) not ok 5 - regression tests pass
tap
[19:16:00.462](69.122s) not ok 2 - regression tests pass
test
[19:30:54.309]  42/312 postgresql:regress / regress/regress                                            ERROR            ...
[19:30:54.309] 104/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[19:30:54.309] 146/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[19:30:54.309] 312/312 postgresql:isolation / isolation/isolation                                      TIMEOUT        10...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/indexing.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_up...
--- /Users/admin/pgsql/src/test/regress/expected/indexing.out	2024-11-09 19:12:24
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/indexing.out	2024-11-09 19:14:49
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/indexing.out /Users/admin/pgsql/build/testrun/recovery/027_stream_...
--- /Users/admin/pgsql/src/test/regress/expected/indexing.out	2024-11-09 19:12:24
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/indexing.out	2024-11-09 19:15:58
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/indexing.out /Users/admin/pgsql/build/testrun/regress/regress/resu...
--- /Users/admin/pgsql/src/test/regress/expected/indexing.out	2024-11-09 19:12:24
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/indexing.out	2024-11-09 19:14:48
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[19:14:52.756](67.777s) not ok 5 - regression tests pass
tap
[19:16:01.299](69.968s) not ok 2 - regression tests pass
test
[19:30:22.133]  27/312 postgresql:regress / regress/regress                                            ERROR            ...
[19:30:22.133]  46/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[19:30:22.133] 136/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[19:30:22.133] 312/312 postgresql:isolation / isolation/isolation                                      TIMEOUT        10...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/indexing.out C:/cirrus/build/testrun/pg_upgrade/002_pg_...
--- C:/cirrus/src/test/regress/expected/indexing.out	2024-11-09 19:12:33.497034000 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/indexing.out	2024-11-09 19:16:26.528500800 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/indexing.out C:/cirrus/build/testrun/recovery/027_strea...
--- C:/cirrus/src/test/regress/expected/indexing.out	2024-11-09 19:12:33.497034000 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/indexing.out	2024-11-09 19:18:26.643279400 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/indexing.out C:/cirrus/build/testrun/regress/regress/re...
--- C:/cirrus/src/test/regress/expected/indexing.out	2024-11-09 19:12:33.497034000 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/indexing.out	2024-11-09 19:16:14.326351800 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[19:16:34.272](117.718s) not ok 5 - regression tests pass
tap
[19:18:34.325](107.141s) not ok 2 - regression tests pass
test
[19:31:09.130]  22/307 postgresql:regress / regress/regress                                            ERROR           1...
[19:31:09.130]  37/307 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[19:31:09.130]  71/307 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
[19:31:09.130] 307/307 postgresql:isolation / isolation/isolation                                      TIMEOUT        10...
51/4390 add not_before and not_after timestamps to sslinfo extension and pg_stat_ssl
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[18:58:00.011] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notAfter referenced in...
compiler
[18:58:00.011] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notBefore referenced i...
compiler
[18:57:42.448] ../src/backend/libpq/be-secure-openssl.c(1575): warning C4024: 'ASN1_TIME_to_timestamptz': different type...
compiler
[18:57:42.292] ../src/backend/libpq/be-secure-openssl.c(1575): warning C4047: 'function': 'ASN1_TIME *' differs in level...
compiler
[18:57:42.292] ../src/backend/libpq/be-secure-openssl.c(1566): warning C4024: 'ASN1_TIME_to_timestamptz': different type...
compiler
[18:57:42.292] ../src/backend/libpq/be-secure-openssl.c(1566): warning C4047: 'function': 'ASN1_TIME *' differs in level...
51/5183 Showing primitive index scan count in EXPLAIN ANALYZE (for skip scan and SAOP scans)
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/stats.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_u...
--- /tmp/cirrus-ci-build/src/test/regress/expected/stats.out	2024-11-09 18:03:51.534786000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/stats.out	2024-11-09 18:05:57.796880000 +0...
@@ -673,7 +673,7 @@
 FROM pg_stat_all_tables WHERE relid = 'test_last_scan'::regclass;
  seq_scan | seq_ok | idx_scan | idx_ok 
 ----------+--------+----------+--------
-        2 | t      |        1 | t
+        2 | t      |        2 | t
 (1 row)
 
 -- fetch timestamps from before the next test
@@ -716,7 +716,7 @@
 FROM pg_stat_all_tables WHERE relid = 'test_last_scan'::regclass;
  seq_scan | seq_ok | idx_scan | idx_ok 
 ----------+--------+----------+--------
-        2 | t      |        2 | t
+        2 | t      |        4 | t
 (1 row)
 
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/stats.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream...
--- /tmp/cirrus-ci-build/src/test/regress/expected/stats.out	2024-11-09 18:03:51.534786000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/stats.out	2024-11-09 18:06:46.278818000 ...
@@ -673,7 +673,7 @@
 FROM pg_stat_all_tables WHERE relid = 'test_last_scan'::regclass;
  seq_scan | seq_ok | idx_scan | idx_ok 
 ----------+--------+----------+--------
-        2 | t      |        1 | t
+        2 | t      |        2 | t
 (1 row)
 
 -- fetch timestamps from before the next test
@@ -716,7 +716,7 @@
 FROM pg_stat_all_tables WHERE relid = 'test_last_scan'::regclass;
  seq_scan | seq_ok | idx_scan | idx_ok 
 ----------+--------+----------+--------
-        2 | t      |        2 | t
+        2 | t      |        4 | t
 (1 row)
 
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/stats.out /tmp/cirrus-ci-build/build/testrun/regress/regress/res...
--- /tmp/cirrus-ci-build/src/test/regress/expected/stats.out	2024-11-09 18:03:51.534786000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/stats.out	2024-11-09 18:06:01.961391000 +0000
@@ -673,7 +673,7 @@
 FROM pg_stat_all_tables WHERE relid = 'test_last_scan'::regclass;
  seq_scan | seq_ok | idx_scan | idx_ok 
 ----------+--------+----------+--------
-        2 | t      |        1 | t
+        2 | t      |        2 | t
 (1 row)
 
 -- fetch timestamps from before the next test
@@ -716,7 +716,7 @@
 FROM pg_stat_all_tables WHERE relid = 'test_last_scan'::regclass;
  seq_scan | seq_ok | idx_scan | idx_ok 
 ----------+--------+----------+--------
-        2 | t      |        2 | t
+        2 | t      |        4 | t
 (1 row)
 
...
tap
[18:06:07.346](66.035s) not ok 5 - regression tests pass
tap
[18:06:54.513](78.195s) not ok 2 - regression tests pass
tap
[18:12:05.991](219.496s) # poll_query_until timed out executing this query:
test
[18:12:06.298]  43/312 postgresql:regress / regress/regress                                            ERROR            ...
[18:12:06.298]  94/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[18:12:06.298] 156/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[18:12:06.298] 312/312 postgresql:subscription / subscription/032_subscribe_use_index                  ERROR           2...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/stats.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/resu...
--- /tmp/cirrus-ci-build/src/test/regress/expected/stats.out	2024-11-09 18:03:44.828968707 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/stats.out	2024-11-09 18:10:40.655971357 +0000
@@ -673,7 +673,7 @@
 FROM pg_stat_all_tables WHERE relid = 'test_last_scan'::regclass;
  seq_scan | seq_ok | idx_scan | idx_ok 
 ----------+--------+----------+--------
-        2 | t      |        1 | t
+        2 | t      |        2 | t
 (1 row)
 
 -- fetch timestamps from before the next test
@@ -716,7 +716,7 @@
 FROM pg_stat_all_tables WHERE relid = 'test_last_scan'::regclass;
  seq_scan | seq_ok | idx_scan | idx_ok 
 ----------+--------+----------+--------
-        2 | t      |        2 | t
+        2 | t      |        4 | t
 (1 row)
 
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/stats.out /tmp/cirrus-ci-build/src/test/recovery/tmp_check/resul...
--- /tmp/cirrus-ci-build/src/test/regress/expected/stats.out	2024-11-09 18:03:44.828968707 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/stats.out	2024-11-09 18:11:43.060882061 +0000
@@ -673,7 +673,7 @@
 FROM pg_stat_all_tables WHERE relid = 'test_last_scan'::regclass;
  seq_scan | seq_ok | idx_scan | idx_ok 
 ----------+--------+----------+--------
-        2 | t      |        1 | t
+        2 | t      |        2 | t
 (1 row)
 
 -- fetch timestamps from before the next test
@@ -716,7 +716,7 @@
 FROM pg_stat_all_tables WHERE relid = 'test_last_scan'::regclass;
  seq_scan | seq_ok | idx_scan | idx_ok 
 ----------+--------+----------+--------
-        2 | t      |        2 | t
+        2 | t      |        4 | t
 (1 row)
 
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/stats.out /tmp/cirrus-ci-build/src/test/regress/results/stats.ou...
--- /tmp/cirrus-ci-build/src/test/regress/expected/stats.out	2024-11-09 18:03:44.828968707 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/stats.out	2024-11-09 18:08:07.349378013 +0000
@@ -673,7 +673,7 @@
 FROM pg_stat_all_tables WHERE relid = 'test_last_scan'::regclass;
  seq_scan | seq_ok | idx_scan | idx_ok 
 ----------+--------+----------+--------
-        2 | t      |        1 | t
+        2 | t      |        2 | t
 (1 row)
 
 -- fetch timestamps from before the next test
@@ -716,7 +716,7 @@
 FROM pg_stat_all_tables WHERE relid = 'test_last_scan'::regclass;
  seq_scan | seq_ok | idx_scan | idx_ok 
 ----------+--------+----------+--------
-        2 | t      |        2 | t
+        2 | t      |        4 | t
 (1 row)
 
...
tap
[18:10:44.819](100.965s) not ok 5 - regression tests pass
tap
[18:11:47.162](61.586s) not ok 2 - regression tests pass
tap
[18:15:54.928](243.702s) # poll_query_until timed out executing this query:
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/stats.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_u...
--- /tmp/cirrus-ci-build/src/test/regress/expected/stats.out	2024-11-09 18:03:47.251347043 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/stats.out	2024-11-09 18:07:50.905568475 +0...
@@ -673,7 +673,7 @@
 FROM pg_stat_all_tables WHERE relid = 'test_last_scan'::regclass;
  seq_scan | seq_ok | idx_scan | idx_ok 
 ----------+--------+----------+--------
-        2 | t      |        1 | t
+        2 | t      |        2 | t
 (1 row)
 
 -- fetch timestamps from before the next test
@@ -716,7 +716,7 @@
 FROM pg_stat_all_tables WHERE relid = 'test_last_scan'::regclass;
  seq_scan | seq_ok | idx_scan | idx_ok 
 ----------+--------+----------+--------
-        2 | t      |        2 | t
+        2 | t      |        4 | t
 (1 row)
 
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/stats.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream...
--- /tmp/cirrus-ci-build/src/test/regress/expected/stats.out	2024-11-09 18:03:47.251347043 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/stats.out	2024-11-09 18:08:23.245150400 ...
@@ -673,7 +673,7 @@
 FROM pg_stat_all_tables WHERE relid = 'test_last_scan'::regclass;
  seq_scan | seq_ok | idx_scan | idx_ok 
 ----------+--------+----------+--------
-        2 | t      |        1 | t
+        2 | t      |        2 | t
 (1 row)
 
 -- fetch timestamps from before the next test
@@ -716,7 +716,7 @@
 FROM pg_stat_all_tables WHERE relid = 'test_last_scan'::regclass;
  seq_scan | seq_ok | idx_scan | idx_ok 
 ----------+--------+----------+--------
-        2 | t      |        2 | t
+        2 | t      |        4 | t
 (1 row)
 
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/stats.out /tmp/cirrus-ci-build/build/testrun/regress/regress/res...
--- /tmp/cirrus-ci-build/src/test/regress/expected/stats.out	2024-11-09 18:03:47.251347043 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/stats.out	2024-11-09 18:07:45.137764561 +0000
@@ -673,7 +673,7 @@
 FROM pg_stat_all_tables WHERE relid = 'test_last_scan'::regclass;
  seq_scan | seq_ok | idx_scan | idx_ok 
 ----------+--------+----------+--------
-        2 | t      |        1 | t
+        2 | t      |        2 | t
 (1 row)
 
 -- fetch timestamps from before the next test
@@ -716,7 +716,7 @@
 FROM pg_stat_all_tables WHERE relid = 'test_last_scan'::regclass;
  seq_scan | seq_ok | idx_scan | idx_ok 
 ----------+--------+----------+--------
-        2 | t      |        2 | t
+        2 | t      |        4 | t
 (1 row)
 
...
tap
[18:07:54.614](73.034s) not ok 5 - regression tests pass
tap
[18:08:28.369](73.958s) not ok 2 - regression tests pass
tap
[18:13:23.320](216.015s) # poll_query_until timed out executing this query:
test
[18:13:23.611]  44/312 postgresql:regress / regress/regress                                            ERROR            ...
[18:13:23.611] 128/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[18:13:23.611] 154/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[18:13:23.611] 312/312 postgresql:subscription / subscription/032_subscribe_use_index                  ERROR           2...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/stats.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgra...
--- /Users/admin/pgsql/src/test/regress/expected/stats.out	2024-11-09 18:03:42
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/stats.out	2024-11-09 18:06:23
@@ -673,7 +673,7 @@
 FROM pg_stat_all_tables WHERE relid = 'test_last_scan'::regclass;
  seq_scan | seq_ok | idx_scan | idx_ok 
 ----------+--------+----------+--------
-        2 | t      |        1 | t
+        2 | t      |        2 | t
 (1 row)
 
 -- fetch timestamps from before the next test
@@ -716,7 +716,7 @@
 FROM pg_stat_all_tables WHERE relid = 'test_last_scan'::regclass;
  seq_scan | seq_ok | idx_scan | idx_ok 
 ----------+--------+----------+--------
-        2 | t      |        2 | t
+        2 | t      |        4 | t
 (1 row)
 
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/stats.out /Users/admin/pgsql/build/testrun/recovery/027_stream_reg...
--- /Users/admin/pgsql/src/test/regress/expected/stats.out	2024-11-09 18:03:42
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/stats.out	2024-11-09 18:07:33
@@ -673,7 +673,7 @@
 FROM pg_stat_all_tables WHERE relid = 'test_last_scan'::regclass;
  seq_scan | seq_ok | idx_scan | idx_ok 
 ----------+--------+----------+--------
-        2 | t      |        1 | t
+        2 | t      |        2 | t
 (1 row)
 
 -- fetch timestamps from before the next test
@@ -716,7 +716,7 @@
 FROM pg_stat_all_tables WHERE relid = 'test_last_scan'::regclass;
  seq_scan | seq_ok | idx_scan | idx_ok 
 ----------+--------+----------+--------
-        2 | t      |        2 | t
+        2 | t      |        4 | t
 (1 row)
 
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/stats.out /Users/admin/pgsql/build/testrun/regress/regress/results...
--- /Users/admin/pgsql/src/test/regress/expected/stats.out	2024-11-09 18:03:42
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/stats.out	2024-11-09 18:06:23
@@ -673,7 +673,7 @@
 FROM pg_stat_all_tables WHERE relid = 'test_last_scan'::regclass;
  seq_scan | seq_ok | idx_scan | idx_ok 
 ----------+--------+----------+--------
-        2 | t      |        1 | t
+        2 | t      |        2 | t
 (1 row)
 
 -- fetch timestamps from before the next test
@@ -716,7 +716,7 @@
 FROM pg_stat_all_tables WHERE relid = 'test_last_scan'::regclass;
  seq_scan | seq_ok | idx_scan | idx_ok 
 ----------+--------+----------+--------
-        2 | t      |        2 | t
+        2 | t      |        4 | t
 (1 row)
 
...
tap
[18:06:26.560](60.460s) not ok 5 - regression tests pass
tap
[18:07:37.421](69.773s) not ok 2 - regression tests pass
tap
[18:14:00.898](231.594s) # poll_query_until timed out executing this query:
test
[18:14:01.197]  27/312 postgresql:regress / regress/regress                                            ERROR            ...
[18:14:01.197]  47/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[18:14:01.197] 128/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[18:14:01.197] 312/312 postgresql:subscription / subscription/032_subscribe_use_index                  ERROR           2...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/stats.out C:/cirrus/build/testrun/pg_upgrade/002_pg_upg...
--- C:/cirrus/src/test/regress/expected/stats.out	2024-11-09 18:03:55.914659000 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/stats.out	2024-11-09 18:07:45.106484600 +0000
@@ -673,7 +673,7 @@
 FROM pg_stat_all_tables WHERE relid = 'test_last_scan'::regclass;
  seq_scan | seq_ok | idx_scan | idx_ok 
 ----------+--------+----------+--------
-        2 | t      |        1 | t
+        2 | t      |        2 | t
 (1 row)
 
 -- fetch timestamps from before the next test
@@ -716,7 +716,7 @@
 FROM pg_stat_all_tables WHERE relid = 'test_last_scan'::regclass;
  seq_scan | seq_ok | idx_scan | idx_ok 
 ----------+--------+----------+--------
-        2 | t      |        2 | t
+        2 | t      |        4 | t
 (1 row)
 
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/stats.out C:/cirrus/build/testrun/recovery/027_stream_r...
--- C:/cirrus/src/test/regress/expected/stats.out	2024-11-09 18:03:55.914659000 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/stats.out	2024-11-09 18:10:03.419939600 +0000
@@ -673,7 +673,7 @@
 FROM pg_stat_all_tables WHERE relid = 'test_last_scan'::regclass;
  seq_scan | seq_ok | idx_scan | idx_ok 
 ----------+--------+----------+--------
-        2 | t      |        1 | t
+        2 | t      |        2 | t
 (1 row)
 
 -- fetch timestamps from before the next test
@@ -716,7 +716,7 @@
 FROM pg_stat_all_tables WHERE relid = 'test_last_scan'::regclass;
  seq_scan | seq_ok | idx_scan | idx_ok 
 ----------+--------+----------+--------
-        2 | t      |        2 | t
+        2 | t      |        4 | t
 (1 row)
 
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/stats.out C:/cirrus/build/testrun/regress/regress/resul...
--- C:/cirrus/src/test/regress/expected/stats.out	2024-11-09 18:03:55.914659000 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/stats.out	2024-11-09 18:07:40.203654200 +0000
@@ -673,7 +673,7 @@
 FROM pg_stat_all_tables WHERE relid = 'test_last_scan'::regclass;
  seq_scan | seq_ok | idx_scan | idx_ok 
 ----------+--------+----------+--------
-        2 | t      |        1 | t
+        2 | t      |        2 | t
 (1 row)
 
 -- fetch timestamps from before the next test
@@ -716,7 +716,7 @@
 FROM pg_stat_all_tables WHERE relid = 'test_last_scan'::regclass;
  seq_scan | seq_ok | idx_scan | idx_ok 
 ----------+--------+----------+--------
-        2 | t      |        2 | t
+        2 | t      |        4 | t
 (1 row)
 
...
tap
[18:07:53.048](117.471s) not ok 5 - regression tests pass
tap
[18:10:10.951](123.119s) not ok 2 - regression tests pass
tap
[18:20:27.893](324.059s) # poll_query_until timed out executing this query:
test
[18:20:28.252]  24/307 postgresql:regress / regress/regress                                            ERROR           1...
[18:20:28.252]  40/307 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[18:20:28.252] 102/307 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
[18:20:28.252] 307/307 postgresql:subscription / subscription/032_subscribe_use_index                  ERROR           3...
50/5270 jsonpath string methods: lower, upper, initcap, l/r/btrim, replace, split_part
CompilerWarnings
compiler
[17:25:34.752] jsonpath_exec.c:2827:13: error: mixing declarations and code is incompatible with standards before C99 [-...
compiler
[17:25:25.414] jsonpath_exec.c:2827:13: error: mixing declarations and code is incompatible with standards before C99 [-...
compiler
[17:24:56.124] jsonpath_exec.c:2827:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta...
compiler
[17:24:46.658] jsonpath_exec.c:2827:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta...
compiler
[17:26:15.180] jsonpath_exec.c:2827:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta...
Linux - Debian Bookworm - Meson
core
[17:35:02.665] #0  0x00007fa0554a9e3c in ?? ()
[17:35:02.665] #1  0x0000557ba326e5aa in ?? ()
[17:35:02.665] #2  0xaca7b0de41fc9b00 in ?? ()
[17:35:02.665] #3  0x0000000000000006 in ?? ()
[17:35:02.665] #4  0x00007fa05301ff00 in ?? ()
[17:35:02.665] #5  0x00007fa0555f2840 in ?? ()
[17:35:02.665] #6  0x0000000000000000 in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out /tmp/cirrus-ci-build/build-32/testrun/pg_upgr...
--- /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out	2024-11-09 17:24:14.117092148 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/pg_upgrade/002_pg_upgrade/data/results/jsonb_jsonpath.out	2024-11-09 17:30:56....
@@ -3082,7 +3082,7 @@
 select jsonb_path_query('"abc~@~def~@~ghi"', '$.split_part("~@~", 2)');
  jsonb_path_query 
 ------------------
- "def"
+ ""
 (1 row)
 
 -- Test string methods play nicely together
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out /tmp/cirrus-ci-build/build-32/testrun/recover...
--- /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out	2024-11-09 17:24:14.117092148 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/recovery/027_stream_regress/data/results/jsonb_jsonpath.out	2024-11-09 17:31:3...
@@ -3082,7 +3082,7 @@
 select jsonb_path_query('"abc~@~def~@~ghi"', '$.split_part("~@~", 2)');
  jsonb_path_query 
 ------------------
- "def"
+ ""
 (1 row)
 
 -- Test string methods play nicely together
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out /tmp/cirrus-ci-build/build-32/testrun/regress...
--- /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out	2024-11-09 17:24:14.117092148 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/regress/regress/results/jsonb_jsonpath.out	2024-11-09 17:30:46.160122068 +0000
@@ -3082,7 +3082,7 @@
 select jsonb_path_query('"abc~@~def~@~ghi"', '$.split_part("~@~", 2)');
  jsonb_path_query 
 ------------------
- "def"
+ ""
 (1 row)
 
 -- Test string methods play nicely together
tap
[17:31:18.528](87.017s) not ok 5 - regression tests pass
tap
[17:31:54.259](85.572s) not ok 2 - regression tests pass
test
[17:33:48.029]  42/312 postgresql:regress / regress/regress                                            ERROR            ...
[17:33:48.029] 137/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[17:33:48.029] 154/312 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5277 general purpose array_sort
macOS - Sonoma - Meson
tap
[15:14:37.384](0.000s) not ok 38 - server failure on empty compression level: matches
test
[15:17:27.427] 180/312 postgresql:pg_basebackup / pg_basebackup/010_pg_basebackup                      ERROR            ...
51/4810 COPY ON_ERROR 'NULL'
CompilerWarnings
compiler
[13:17:16.916] copyfrom.c:1036:10: error: data argument not used by format string [-Werror,-Wformat-extra-args]
compiler
[13:16:53.540] copyfrom.c:1036:10: error: data argument not used by format string [-Werror,-Wformat-extra-args]
compiler
[13:16:08.839] copyfrom.c:1035:64: error: too many arguments for format [-Werror=format-extra-args]
compiler
[13:15:49.726] copyfrom.c:1035:64: error: too many arguments for format [-Werror=format-extra-args]
compiler
[13:17:48.403] copyfrom.c:1035:64: error: too many arguments for format [-Werror=format-extra-args]
51/5318 System views for versions reporting
Linux - Debian Bookworm - Meson
core
[11:09:41.225] #0  0x00007fbb7a6a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[11:09:41.225] #1  0x00007fbb7a65afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[11:09:41.225] #2  0x00007fbb7a645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[11:09:41.225] #3  0x000055911b6bf223 in ExceptionalCondition (conditionName=conditionName@entry=0x55911b979d98 "latch->...
[11:09:41.225] #4  0x000055911b3ccda4 in ResetLatch (latch=<optimized out>) at ../src/backend/storage/ipc/latch.c:728
[11:09:41.225] #5  0x000055911b2e4e92 in WalWriterMain (startup_data=<optimized out>, startup_data_len=<optimized out>) ...
[11:09:41.225] #6  0x000055911b2d7ad1 in postmaster_child_launch (child_type=child_type@entry=B_WAL_WRITER, startup_data...
[11:09:41.225] #7  0x000055911b2d9ae6 in StartChildProcess (type=type@entry=B_WAL_WRITER) at ../src/backend/postmaster/p...
[11:09:41.225] #8  0x000055911b2dcdbf in LaunchMissingBackgroundProcesses () at ../src/backend/postmaster/postmaster.c:3...
[11:09:41.225] #9  0x000055911b2ddaee in ServerLoop () at ../src/backend/postmaster/postmaster.c:1665
core
[11:09:40.705] #0  0x00007f833ebf2b13 in wait4 () from /lib/x86_64-linux-gnu/libc.so.6
[11:09:40.705] #1  0x0000556b7e560cc0 in ?? ()
[11:09:40.705] #2  0x0000556b7e560efa in ?? ()
[11:09:40.705] #3  0x0000556b7e562630 in ?? ()
[11:09:40.705] #4  0x0000556b7e55c371 in ?? ()
[11:09:40.705] #5  0x0000556b7e55b20f in ?? ()
[11:09:40.705] #6  0x0000556b7e55bc3b in ?? ()
[11:09:40.705] #7  0x0000556b7e55966f in ?? ()
[11:09:40.705] #8  0x00007f833eb4624a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[11:09:40.705] #9  0x00007f833eb46305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
test
[11:08:27.825] 301/312 postgresql:test_slru / test_slru/001_multixact                                  ERROR            ...
51/4761 date_trunc function in interval version
Windows - Server 2019, VS 2019 - Meson & ninja
tap
timed out waiting for match: (?^:Streaming transactions committing after ([A-F0-9]+/[A-F0-9]+), reading WAL from ([A-F0-...
test
[09:50:36.736] 173/307 postgresql:recovery / recovery/038_save_logical_slots_shutdown                  ERROR           2...
51/5086 Document NULL Concepts and Behaviors
macOS - Sonoma - Meson
tap
[08:27:40.554](0.000s) not ok 259 - pgbench script error: shell bad command stderr /(?^:\(shell\) .* meta-command failed...
test
[08:29:00.274] 214/312 postgresql:pgbench / pgbench/001_pgbench_with_server                            ERROR            ...
51/5070 Incorrect error message for cancellation triggered by statement_timeout & flaky test
CompilerWarnings
compiler
[07:58:30.971] backend_startup.c:270:63: error: data argument not used by format string [-Werror,-Wformat-extra-args]
compiler
[07:58:30.971] backend_startup.c:270:63: error: variable 'status' is uninitialized when used here [-Werror,-Wuninitializ...
compiler
[07:58:22.837] backend_startup.c:270:63: error: variable 'status' is uninitialized when used here [-Werror,-Wuninitializ...
compiler
[07:58:22.837] backend_startup.c:270:63: error: data argument not used by format string [-Werror,-Wformat-extra-args]
compiler
[07:57:53.476] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args]
compiler
[07:57:53.476] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit...
compiler
[07:57:46.124] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit...
compiler
[07:57:46.124] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args]
compiler
[07:58:52.754] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args]
compiler
[07:58:52.754] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit...
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[07:58:26.364] c:\cirrus\src\backend\tcop\backend_startup.c(270) : warning C4700: uninitialized local variable 'status' ...
51/4720 "unexpected duplicate for tablespace" problem in logical replication
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/00...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-11-09 07:22:17.532100000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_table.out	2024-11-09 07:24:02.362627...
@@ -3481,9 +3481,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39515 |            |             0 |       39515 | pktable_pkey
+ 39511 |            |             0 |       39511 | pktable
+ 39517 |            |             0 |       39517 | fktable
+ 40039 |            |             0 |       40044 | foo
+ 40048 |            |             0 |       40048 | pg_toast_40039_index
+ 40047 |            |             0 |       40047 | pg_toast_40039
+ 40255 |            |             0 |       40255 | old_oids
+ 40273 |            |             0 |       40273 | pg_toast_40270
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/recovery/027_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-11-09 07:22:17.532100000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/alter_table.out	2024-11-09 07:25:05.6291...
@@ -3481,9 +3481,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39583 |            |             0 |       39583 | fktable
+ 39581 |            |             0 |       39581 | pktable_pkey
+ 39577 |            |             0 |       39577 | pktable
+ 40092 |            |             0 |       40097 | foo
+ 40101 |            |             0 |       40101 | pg_toast_40092_index
+ 40100 |            |             0 |       40100 | pg_toast_40092
+ 40293 |            |             0 |       40293 | old_oids
+ 40310 |            |             0 |       40310 | pg_toast_40307
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/regress/regre...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-11-09 07:22:17.532100000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/alter_table.out	2024-11-09 07:24:05.198783000 +0000
@@ -3481,9 +3481,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39320 |            |             0 |       39320 | pktable_pkey
+ 39314 |            |             0 |       39314 | pktable
+ 39322 |            |             0 |       39322 | fktable
+ 40040 |            |             0 |       40045 | foo
+ 40049 |            |             0 |       40049 | pg_toast_40040_index
+ 40048 |            |             0 |       40048 | pg_toast_40040
+ 40270 |            |             0 |       40270 | old_oids
+ 40287 |            |             0 |       40287 | pg_toast_40284
...
tap
[07:24:10.846](67.251s) not ok 5 - regression tests pass
tap
[07:25:15.018](89.422s) not ok 2 - regression tests pass
test
[07:27:06.709]  42/312 postgresql:regress / regress/regress                                            ERROR            ...
[07:27:06.709]  91/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[07:27:06.709] 170/312 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_chec...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-11-09 07:22:11.193565861 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/alter_table.out	2024-11-09 07:27:20.289580505 +0000
@@ -3481,9 +3481,29 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39537 |            |             0 |       39537 | users_id_seq
+ 39556 |            |             0 |       39556 | pg_toast_39545
+ 39557 |            |             0 |       39557 | pg_toast_39545_index
+ 39545 |            |             0 |       39545 | users
+ 39815 |            |             0 |       39815 | foo
+ 40137 |            |             0 |       40137 | forc_test
+ 40763 |            |             0 |       40763 | pg_toast_40760
+ 40764 |            |             0 |       40764 | pg_toast_40760_index
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/src/test/recovery/tmp_check...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-11-09 07:22:11.193565861 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/alter_table.out	2024-11-09 07:29:00.063623310 +0000
@@ -3481,9 +3481,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39539 |            |             0 |       39539 | pktable_pkey
+ 39533 |            |             0 |       39533 | pktable
+ 39542 |            |             0 |       39542 | fktable
+ 40066 |            |             0 |       40072 | foo
+ 40076 |            |             0 |       40076 | pg_toast_40066_index
+ 40075 |            |             0 |       40075 | pg_toast_40066
+ 40288 |            |             0 |       40288 | old_oids
+ 40306 |            |             0 |       40306 | pg_toast_40303
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/src/test/regress/results/al...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-11-09 07:22:11.193565861 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/alter_table.out	2024-11-09 07:25:20.181976733 +0000
@@ -3481,9 +3481,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39592 |            |             0 |       39592 | pktable_pkey
+ 39588 |            |             0 |       39588 | pktable
+ 39594 |            |             0 |       39594 | fktable
+ 40129 |            |             0 |       40135 | foo
+ 40139 |            |             0 |       40139 | pg_toast_40129_index
+ 40138 |            |             0 |       40138 | pg_toast_40129
+ 40351 |            |             0 |       40351 | old_oids
+ 40369 |            |             0 |       40369 | pg_toast_40366
...
tap
[07:27:27.961](90.403s) not ok 5 - regression tests pass
tap
[07:29:07.412](54.235s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/00...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-11-09 07:22:09.844564866 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_table.out	2024-11-09 07:24:45.763797...
@@ -3481,9 +3481,29 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39645 |            |             0 |       39645 | pg_toast_39640
+ 39646 |            |             0 |       39646 | pg_toast_39640_index
+ 39640 |            |             0 |       39640 | users
+ 39639 |            |             0 |       39639 | users_id_seq
+ 39873 |            |             0 |       39873 | foo
+ 40163 |            |             0 |       40163 | forc_test
+ 40540 |            |             0 |       40540 | pg_toast_40537
+ 40541 |            |             0 |       40541 | pg_toast_40537_index
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/recovery/027_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-11-09 07:22:09.844564866 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/alter_table.out	2024-11-09 07:25:20.2197...
@@ -3481,9 +3481,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39441 |            |             0 |       39441 | pktable_pkey
+ 39437 |            |             0 |       39437 | pktable
+ 39445 |            |             0 |       39445 | fktable
+ 39939 |            |             0 |       39945 | foo
+ 39949 |            |             0 |       39949 | pg_toast_39939_index
+ 39948 |            |             0 |       39948 | pg_toast_39939
+ 40168 |            |             0 |       40168 | old_oids
+ 40186 |            |             0 |       40186 | pg_toast_40183
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/regress/regre...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-11-09 07:22:09.844564866 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/alter_table.out	2024-11-09 07:24:37.859804633 +0000
@@ -3481,9 +3481,29 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39663 |            |             0 |       39663 | users_id_seq
+ 39669 |            |             0 |       39669 | pg_toast_39664
+ 39670 |            |             0 |       39670 | pg_toast_39664_index
+ 39664 |            |             0 |       39664 | users
+ 39870 |            |             0 |       39870 | foo
+ 40146 |            |             0 |       40146 | forc_test
+ 39455 |            |             0 |       39455 | pktable_pkey
+ 39451 |            |             0 |       39451 | pktable
...
tap
[07:24:52.237](73.024s) not ok 5 - regression tests pass
tap
[07:25:27.237](74.539s) not ok 2 - regression tests pass
test
[07:27:04.288]  43/312 postgresql:regress / regress/regress                                            ERROR            ...
[07:27:04.288] 133/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[07:27:04.288] 155/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/alter_table.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg...
--- /Users/admin/pgsql/src/test/regress/expected/alter_table.out	2024-11-09 07:22:07
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_table.out	2024-11-09 07:24:26
@@ -3481,9 +3481,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 38986 |            |             0 |       38986 | pktable_pkey
+ 38979 |            |             0 |       38979 | pktable
+ 38990 |            |             0 |       38990 | fktable
+ 39979 |            |             0 |       39985 | foo
+ 39989 |            |             0 |       39989 | pg_toast_39979_index
+ 39988 |            |             0 |       39988 | pg_toast_39979
+ 40227 |            |             0 |       40227 | old_oids
+ 40252 |            |             0 |       40252 | pg_toast_40248
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/alter_table.out /Users/admin/pgsql/build/testrun/recovery/027_stre...
--- /Users/admin/pgsql/src/test/regress/expected/alter_table.out	2024-11-09 07:22:07
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/alter_table.out	2024-11-09 07:25:38
@@ -3481,9 +3481,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39327 |            |             0 |       39327 | pktable_pkey
+ 39323 |            |             0 |       39323 | pktable
+ 39330 |            |             0 |       39330 | fktable
+ 39943 |            |             0 |       39949 | foo
+ 39953 |            |             0 |       39953 | pg_toast_39943_index
+ 39952 |            |             0 |       39952 | pg_toast_39943
+ 40175 |            |             0 |       40175 | old_oids
+ 40192 |            |             0 |       40192 | pg_toast_40189
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/alter_table.out /Users/admin/pgsql/build/testrun/regress/regress/r...
--- /Users/admin/pgsql/src/test/regress/expected/alter_table.out	2024-11-09 07:22:07
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/alter_table.out	2024-11-09 07:24:22
@@ -3481,9 +3481,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39494 |            |             0 |       39494 | pktable_pkey
+ 39490 |            |             0 |       39490 | pktable
+ 39514 |            |             0 |       39514 | fktable
+ 40051 |            |             0 |       40060 | foo
+ 40064 |            |             0 |       40064 | pg_toast_40051_index
+ 40063 |            |             0 |       40063 | pg_toast_40051
+ 40301 |            |             0 |       40301 | old_oids
+ 40325 |            |             0 |       40325 | pg_toast_40322
...
tap
[07:24:36.445](69.841s) not ok 5 - regression tests pass
tap
[07:25:46.294](74.517s) not ok 2 - regression tests pass
test
[07:28:48.441]  27/312 postgresql:regress / regress/regress                                            ERROR            ...
[07:28:48.441]  52/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[07:28:48.441] 141/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/alter_table.out C:/cirrus/build/testrun/pg_upgrade/002_...
--- C:/cirrus/src/test/regress/expected/alter_table.out	2024-11-09 07:22:31.309600800 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_table.out	2024-11-09 07:26:24.741722400 +0000
@@ -3481,9 +3481,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 38724 |            |             0 |       38724 | pktable_pkey
+ 38717 |            |             0 |       38717 | pktable
+ 38731 |            |             0 |       38731 | fktable
+ 39590 |            |             0 |       39598 | foo
+ 39602 |            |             0 |       39602 | pg_toast_39590_index
+ 39601 |            |             0 |       39601 | pg_toast_39590
+ 39819 |            |             0 |       39819 | old_oids
+ 39837 |            |             0 |       39837 | pg_toast_39834
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/alter_table.out C:/cirrus/build/testrun/recovery/027_st...
--- C:/cirrus/src/test/regress/expected/alter_table.out	2024-11-09 07:22:31.309600800 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/alter_table.out	2024-11-09 07:29:07.975765800 +0000
@@ -3481,9 +3481,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39017 |            |             0 |       39017 | pktable_pkey
+ 39013 |            |             0 |       39013 | pktable
+ 39020 |            |             0 |       39020 | fktable
+ 39642 |            |             0 |       39647 | foo
+ 39651 |            |             0 |       39651 | pg_toast_39642_index
+ 39650 |            |             0 |       39650 | pg_toast_39642
+ 39913 |            |             0 |       39913 | old_oids
+ 39930 |            |             0 |       39930 | pg_toast_39927
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/alter_table.out C:/cirrus/build/testrun/regress/regress...
--- C:/cirrus/src/test/regress/expected/alter_table.out	2024-11-09 07:22:31.309600800 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/alter_table.out	2024-11-09 07:26:17.383804700 +0000
@@ -3481,9 +3481,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 38664 |            |             0 |       38664 | pktable_pkey
+ 38660 |            |             0 |       38660 | pktable
+ 38666 |            |             0 |       38666 | fktable
+ 39683 |            |             0 |       39705 | foo
+ 39711 |            |             0 |       39711 | pg_toast_39683_index
+ 39710 |            |             0 |       39710 | pg_toast_39683
+ 39996 |            |             0 |       39996 | pg_toast_39993
+ 39997 |            |             0 |       39997 | pg_toast_39993_index
...
tap
[07:26:43.729](119.501s) not ok 5 - regression tests pass
tap
[07:29:29.855](145.444s) not ok 2 - regression tests pass
test
[07:36:10.109]  17/307 postgresql:regress / regress/regress                                            ERROR           1...
[07:36:10.109]  37/307 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[07:36:10.109] 112/307 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5031 Remove dependence on integer wrapping
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/date.out C:/cirrus/build/testrun/pg_upgrade/002_pg_upgr...
--- C:/cirrus/src/test/regress/expected/date.out	2024-11-09 06:40:37.752481600 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/date.out	2024-11-09 06:42:39.646282700 +0000
@@ -1533,4 +1533,4 @@
 select make_time(24, 0, 2.1);
 ERROR:  time field value out of range: 24:00:2.1
 SELECT make_date(-2147483648, 1, 1);
-ERROR:  date field value out of range: -2147483648-01-01
+ERROR:  date field value out of range: 24301-01-01
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/date.out C:/cirrus/build/testrun/recovery/027_stream_re...
--- C:/cirrus/src/test/regress/expected/date.out	2024-11-09 06:40:37.752481600 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/date.out	2024-11-09 06:44:48.209080200 +0000
@@ -1533,4 +1533,4 @@
 select make_time(24, 0, 2.1);
 ERROR:  time field value out of range: 24:00:2.1
 SELECT make_date(-2147483648, 1, 1);
-ERROR:  date field value out of range: -2147483648-01-01
+ERROR:  date field value out of range: 24301-01-01
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/date.out C:/cirrus/build/testrun/regress/regress/result...
--- C:/cirrus/src/test/regress/expected/date.out	2024-11-09 06:40:37.752481600 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/date.out	2024-11-09 06:42:34.672551500 +0000
@@ -1533,4 +1533,4 @@
 select make_time(24, 0, 2.1);
 ERROR:  time field value out of range: 24:00:2.1
 SELECT make_date(-2147483648, 1, 1);
-ERROR:  date field value out of range: -2147483648-01-01
+ERROR:  date field value out of range: 24301-01-01
tap
[06:44:16.296](101.979s) not ok 5 - regression tests pass
tap
[06:46:41.598](123.812s) not ok 2 - regression tests pass
test
[06:53:11.314]   6/307 postgresql:regress / regress/regress                                            ERROR           1...
[06:53:11.314]  36/307 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[06:53:11.314]  93/307 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/4810 COPY ON_ERROR 'NULL'
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_u...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-11-09 04:40:15.258184000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/copy2.out	2024-11-09 04:41:55.441431000 +0...
@@ -139,7 +139,7 @@
 LINE 1: COPY x from stdin (log_verbosity unsupported);
                            ^
 COPY x from stdin with (reject_limit 1);
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 COPY x from stdin with (on_error ignore, reject_limit 0);
 ERROR:  REJECT_LIMIT (0) must be greater than zero
 -- too many columns in column list: should fail
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-11-09 04:40:15.258184000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/copy2.out	2024-11-09 04:42:45.980107000 ...
@@ -139,7 +139,7 @@
 LINE 1: COPY x from stdin (log_verbosity unsupported);
                            ^
 COPY x from stdin with (reject_limit 1);
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 COPY x from stdin with (on_error ignore, reject_limit 0);
 ERROR:  REJECT_LIMIT (0) must be greater than zero
 -- too many columns in column list: should fail
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/build/testrun/regress/regress/res...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-11-09 04:40:15.258184000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/copy2.out	2024-11-09 04:41:51.827630000 +0000
@@ -139,7 +139,7 @@
 LINE 1: COPY x from stdin (log_verbosity unsupported);
                            ^
 COPY x from stdin with (reject_limit 1);
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 COPY x from stdin with (on_error ignore, reject_limit 0);
 ERROR:  REJECT_LIMIT (0) must be greater than zero
 -- too many columns in column list: should fail
tap
[04:42:16.898](76.186s) not ok 5 - regression tests pass
tap
[04:43:05.861](85.091s) not ok 2 - regression tests pass
test
[04:45:05.996]  42/312 postgresql:regress / regress/regress                                            ERROR            ...
[04:45:05.996]  99/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[04:45:05.996] 157/312 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/resu...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-11-09 04:40:12.419352132 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/copy2.out	2024-11-09 04:46:25.590871738 +0000
@@ -139,7 +139,7 @@
 LINE 1: COPY x from stdin (log_verbosity unsupported);
                            ^
 COPY x from stdin with (reject_limit 1);
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 COPY x from stdin with (on_error ignore, reject_limit 0);
 ERROR:  REJECT_LIMIT (0) must be greater than zero
 -- too many columns in column list: should fail
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/src/test/recovery/tmp_check/resul...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-11-09 04:40:12.419352132 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/copy2.out	2024-11-09 04:48:02.954213455 +0000
@@ -139,7 +139,7 @@
 LINE 1: COPY x from stdin (log_verbosity unsupported);
                            ^
 COPY x from stdin with (reject_limit 1);
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 COPY x from stdin with (on_error ignore, reject_limit 0);
 ERROR:  REJECT_LIMIT (0) must be greater than zero
 -- too many columns in column list: should fail
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/src/test/regress/results/copy2.ou...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-11-09 04:40:12.419352132 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/copy2.out	2024-11-09 04:43:26.667146004 +0000
@@ -139,7 +139,7 @@
 LINE 1: COPY x from stdin (log_verbosity unsupported);
                            ^
 COPY x from stdin with (reject_limit 1);
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 COPY x from stdin with (on_error ignore, reject_limit 0);
 ERROR:  REJECT_LIMIT (0) must be greater than zero
 -- too many columns in column list: should fail
tap
[04:46:39.953](121.157s) not ok 5 - regression tests pass
tap
[04:48:16.911](84.646s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_u...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-11-09 04:40:10.697928446 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/copy2.out	2024-11-09 04:42:36.702862442 +0...
@@ -139,7 +139,7 @@
 LINE 1: COPY x from stdin (log_verbosity unsupported);
                            ^
 COPY x from stdin with (reject_limit 1);
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 COPY x from stdin with (on_error ignore, reject_limit 0);
 ERROR:  REJECT_LIMIT (0) must be greater than zero
 -- too many columns in column list: should fail
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-11-09 04:40:10.697928446 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/copy2.out	2024-11-09 04:43:13.146737263 ...
@@ -139,7 +139,7 @@
 LINE 1: COPY x from stdin (log_verbosity unsupported);
                            ^
 COPY x from stdin with (reject_limit 1);
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 COPY x from stdin with (on_error ignore, reject_limit 0);
 ERROR:  REJECT_LIMIT (0) must be greater than zero
 -- too many columns in column list: should fail
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/build/testrun/regress/regress/res...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-11-09 04:40:10.697928446 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/copy2.out	2024-11-09 04:42:30.686882672 +0000
@@ -139,7 +139,7 @@
 LINE 1: COPY x from stdin (log_verbosity unsupported);
                            ^
 COPY x from stdin with (reject_limit 1);
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 COPY x from stdin with (on_error ignore, reject_limit 0);
 ERROR:  REJECT_LIMIT (0) must be greater than zero
 -- too many columns in column list: should fail
tap
[04:42:51.511](74.860s) not ok 5 - regression tests pass
tap
[04:43:23.734](73.288s) not ok 2 - regression tests pass
test
[04:45:03.994]  43/312 postgresql:regress / regress/regress                                            ERROR            ...
[04:45:03.994] 133/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[04:45:03.994] 154/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/copy2.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgra...
--- /Users/admin/pgsql/src/test/regress/expected/copy2.out	2024-11-09 04:40:09
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/copy2.out	2024-11-09 04:42:24
@@ -139,7 +139,7 @@
 LINE 1: COPY x from stdin (log_verbosity unsupported);
                            ^
 COPY x from stdin with (reject_limit 1);
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 COPY x from stdin with (on_error ignore, reject_limit 0);
 ERROR:  REJECT_LIMIT (0) must be greater than zero
 -- too many columns in column list: should fail
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/copy2.out /Users/admin/pgsql/build/testrun/recovery/027_stream_reg...
--- /Users/admin/pgsql/src/test/regress/expected/copy2.out	2024-11-09 04:40:09
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/copy2.out	2024-11-09 04:43:41
@@ -139,7 +139,7 @@
 LINE 1: COPY x from stdin (log_verbosity unsupported);
                            ^
 COPY x from stdin with (reject_limit 1);
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 COPY x from stdin with (on_error ignore, reject_limit 0);
 ERROR:  REJECT_LIMIT (0) must be greater than zero
 -- too many columns in column list: should fail
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/copy2.out /Users/admin/pgsql/build/testrun/regress/regress/results...
--- /Users/admin/pgsql/src/test/regress/expected/copy2.out	2024-11-09 04:40:09
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/copy2.out	2024-11-09 04:42:22
@@ -139,7 +139,7 @@
 LINE 1: COPY x from stdin (log_verbosity unsupported);
                            ^
 COPY x from stdin with (reject_limit 1);
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 COPY x from stdin with (on_error ignore, reject_limit 0);
 ERROR:  REJECT_LIMIT (0) must be greater than zero
 -- too many columns in column list: should fail
tap
[04:42:38.832](66.062s) not ok 5 - regression tests pass
tap
[04:43:54.395](75.364s) not ok 2 - regression tests pass
test
[04:46:40.822]  26/312 postgresql:regress / regress/regress                                            ERROR            ...
[04:46:40.822]  50/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[04:46:40.822] 143/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/copy2.out C:/cirrus/build/testrun/pg_upgrade/002_pg_upg...
--- C:/cirrus/src/test/regress/expected/copy2.out	2024-11-09 04:40:30.976198800 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/copy2.out	2024-11-09 04:44:22.696530300 +0000
@@ -139,7 +139,7 @@
 LINE 1: COPY x from stdin (log_verbosity unsupported);
                            ^
 COPY x from stdin with (reject_limit 1);
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 COPY x from stdin with (on_error ignore, reject_limit 0);
 ERROR:  REJECT_LIMIT (0) must be greater than zero
 -- too many columns in column list: should fail
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/copy2.out C:/cirrus/build/testrun/recovery/027_stream_r...
--- C:/cirrus/src/test/regress/expected/copy2.out	2024-11-09 04:40:30.976198800 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/copy2.out	2024-11-09 04:46:51.898739700 +0000
@@ -139,7 +139,7 @@
 LINE 1: COPY x from stdin (log_verbosity unsupported);
                            ^
 COPY x from stdin with (reject_limit 1);
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 COPY x from stdin with (on_error ignore, reject_limit 0);
 ERROR:  REJECT_LIMIT (0) must be greater than zero
 -- too many columns in column list: should fail
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/copy2.out C:/cirrus/build/testrun/regress/regress/resul...
--- C:/cirrus/src/test/regress/expected/copy2.out	2024-11-09 04:40:30.976198800 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/copy2.out	2024-11-09 04:44:18.976815400 +0000
@@ -139,7 +139,7 @@
 LINE 1: COPY x from stdin (log_verbosity unsupported);
                            ^
 COPY x from stdin with (reject_limit 1);
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 COPY x from stdin with (on_error ignore, reject_limit 0);
 ERROR:  REJECT_LIMIT (0) must be greater than zero
 -- too many columns in column list: should fail
tap
[04:44:45.528](124.954s) not ok 5 - regression tests pass
tap
[04:47:16.180](138.508s) not ok 2 - regression tests pass
test
[04:54:17.588]  22/307 postgresql:regress / regress/regress                                            ERROR           1...
[04:54:17.588]  39/307 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           2...
[04:54:17.588]  96/307 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5252 Trim the heap free memory
CompilerWarnings
compiler
[04:17:16.093] postgres.c:2825:47: error: implicit declaration of function ‘sbrk’ [-Werror=implicit-function-declaration...
compiler
[04:17:16.093] postgres.c:2829:33: error: assignment to ‘char *’ from ‘int’ makes pointer from integer without a cast [-...
compiler
[04:17:16.093] postgres.c:2828:25: error: implicit declaration of function ‘malloc_trim’ [-Werror=implicit-function-decl...
compiler
[04:17:16.093] postgres.c:2825:47: error: initialization of ‘char *’ from ‘int’ makes pointer from integer without a cas...
Linux - Debian Bookworm - Autoconf
tap
[04:17:03.822](0.001s) not ok 28 - options --locale-provider=icu --locale=und --lc-*=C: no stderr
Linux - Debian Bookworm - Meson
core
[04:21:16.349] #0  0x00007ff9f98aed24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[04:21:16.349] #1  0x00007ff9f985b239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[04:21:16.349] #2  0x00007ff9f9916184 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:21:16.349] #3  0x00007ff9f99287dc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[04:21:16.349] #0  <unavailable> in ?? ()
tap
[04:18:29.174](0.001s) not ok 28 - options --locale-provider=icu --locale=und --lc-*=C: no stderr
test
[04:19:55.407] 168/312 postgresql:initdb / initdb/001_initdb                                           ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[04:17:08.607] tcop_postgres.c.obj : error LNK2019: unresolved external symbol sbrk referenced in function finish_xact_c...
compiler
[04:17:08.750] tcop_postgres.c.obj : error LNK2019: unresolved external symbol malloc_trim referenced in function finish...
compiler
[04:16:55.081] ../src/backend/tcop/postgres.c(2825): warning C4047: 'initializing': 'char *' differs in levels of indire...
compiler
[04:16:55.081] ../src/backend/tcop/postgres.c(2829): warning C4047: '=': 'char *' differs in levels of indirection from ...
50/5238 Add parallel columns for seq scan and index scan on pg_stat_all_tables and _indexes
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/stats.out C:/cirrus/build/testrun/recovery/027_stream_r...
--- C:/cirrus/src/test/regress/expected/stats.out	2024-11-09 03:40:12.984011000 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/stats.out	2024-11-09 03:46:33.110596100 +0000
@@ -846,7 +846,7 @@
 FROM pg_stat_all_tables WHERE relid = 'test_parallel_scan'::regclass;
  parallel_seq_scan | parallel_idx_scan 
 -------------------+-------------------
-                 3 |                 2
+                 1 |                 1
 (1 row)
 
 SELECT last_parallel_seq_scan AS test_last_seq, last_parallel_idx_scan AS test_last_idx
@@ -895,7 +895,7 @@
 FROM pg_stat_all_tables WHERE relid = 'test_parallel_scan'::regclass;
  parallel_seq_scan | seq_ok | parallel_idx_scan | idx_ok 
 -------------------+--------+-------------------+--------
-                 6 | t      |                 2 | t
+                 2 | t      |                 1 | t
 (1 row)
 
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/stats.out C:/cirrus/build/testrun/regress/regress/resul...
--- C:/cirrus/src/test/regress/expected/stats.out	2024-11-09 03:40:12.984011000 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/stats.out	2024-11-09 03:44:00.420172600 +0000
@@ -846,7 +846,7 @@
 FROM pg_stat_all_tables WHERE relid = 'test_parallel_scan'::regclass;
  parallel_seq_scan | parallel_idx_scan 
 -------------------+-------------------
-                 3 |                 2
+                 2 |                 2
 (1 row)
 
 SELECT last_parallel_seq_scan AS test_last_seq, last_parallel_idx_scan AS test_last_idx
@@ -895,7 +895,7 @@
 FROM pg_stat_all_tables WHERE relid = 'test_parallel_scan'::regclass;
  parallel_seq_scan | seq_ok | parallel_idx_scan | idx_ok 
 -------------------+--------+-------------------+--------
-                 6 | t      |                 2 | t
+                 5 | t      |                 2 | t
 (1 row)
 
...
tap
[03:46:42.271](137.433s) not ok 2 - regression tests pass
test
[03:52:59.080]  24/307 postgresql:regress / regress/regress                                            ERROR           1...
[03:52:59.080]  98/307 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5346 Count and log pages set all frozen by vacuum
Linux - Debian Bookworm - Meson
core
[03:22:14.602] #0  0x00007f2a591ded24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[03:22:14.602] #1  0x00007f2a5918b239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[03:22:14.602] #2  0x00007f2a5918b497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[03:22:14.602] #3  0x00005628012025f3 in ?? ()
[03:22:14.602] #4  0x00005628011fc369 in ?? ()
[03:22:14.602] #5  0x00005628011fb20f in ?? ()
[03:22:14.602] #6  0x00005628011fbc3b in ?? ()
[03:22:14.602] #7  0x00005628011f966f in ?? ()
[03:22:14.602] #8  0x00007f2a5917624a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[03:22:14.602] #9  0x00007f2a59176305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[03:22:14.602] #0  <unavailable> in ?? ()
core
[03:22:14.481] #0  0x00007f2a591ded24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[03:22:14.481] #1  0x00007f2a5918b239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[03:22:14.481] #2  0x00007f2a5918b497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[03:22:14.481] #3  0x00005628012025c1 in ?? ()
[03:22:14.481] #4  0x00005628011fc369 in ?? ()
[03:22:14.481] #5  0x00005628011fb20f in ?? ()
[03:22:14.481] #6  0x00005628011fbc3b in ?? ()
[03:22:14.481] #7  0x00005628011f966f in ?? ()
[03:22:14.481] #8  0x00007f2a5917624a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[03:22:14.481] #9  0x00007f2a59176305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
regress
diff -U3 /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/query_cancel.out /tmp/cirrus-ci-build/build/testrun/postgres...
--- /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/query_cancel.out	2024-11-09 03:14:28.831142266 +0000
+++ /tmp/cirrus-ci-build/build/testrun/postgres_fdw/regress/results/query_cancel.out	2024-11-09 03:19:37.454037471 +0000
@@ -29,4 +29,5 @@
 -- This would take very long if not canceled:
 SELECT count(*) FROM ft1 a CROSS JOIN ft1 b CROSS JOIN ft1 c CROSS JOIN ft1 d;
 ERROR:  canceling statement due to statement timeout
+WARNING:  could not get result of cancel request due to timeout
 COMMIT;
test
[03:21:01.634] 153/312 postgresql:postgres_fdw / postgres_fdw/regress                                  ERROR            ...
51/5242 Fix RelationTruncate() corruption
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[02:57:54.384] ../src/backend/storage/smgr/smgr.c(732): warning C4098: 'smgrtruncate': 'void' function returning a value
51/5357 New predefined role pg_manage_extensions
FreeBSD - 13 - Meson
core
[03:01:03.001] #0  0x000022d2bd5e823a in copy_file_range () from /lib/libc.so.7
[03:01:03.001] #1  0x000022ca9b5423e0 in ?? ()
[03:01:03.001] #2  0x000022ca9b54201e in ?? ()
[03:01:03.001] #3  0x000022ca9b5418ad in ?? ()
[03:01:03.001] #4  0x000022ca9b54133d in ?? ()
[03:01:03.001] #5  0x000022d2bca8e408 in ?? ()
[03:01:03.001] #6  0x0000000000000000 in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out /tmp/cirrus-ci-build/build/testrun/plperl/regress/...
--- /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out	2024-11-09 02:55:10.555019000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/plperl/regress/results/plperl_setup.out	2024-11-09 02:56:57.682792000 +0000
@@ -12,7 +12,7 @@
 HINT:  Must have CREATE privilege on current database to create this extension.
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 RESET ROLE;
 DO $$
 begin
@@ -24,7 +24,7 @@
 CREATE EXTENSION plperl;
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 CREATE SCHEMA plperl_setup_scratch;
 SET search_path = plperl_setup_scratch;
...
test
[02:59:32.067]  46/312 postgresql:plperl / plperl/regress                                              ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out /tmp/cirrus-ci-build/src/pl/plperl/results/plperl_...
--- /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out	2024-11-09 02:55:19.597765153 +0000
+++ /tmp/cirrus-ci-build/src/pl/plperl/results/plperl_setup.out	2024-11-09 02:56:40.081183425 +0000
@@ -12,7 +12,7 @@
 HINT:  Must have CREATE privilege on current database to create this extension.
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 RESET ROLE;
 DO $$
 begin
@@ -24,7 +24,7 @@
 CREATE EXTENSION plperl;
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 CREATE SCHEMA plperl_setup_scratch;
 SET search_path = plperl_setup_scratch;
...
Linux - Debian Bookworm - Meson
core
[03:01:15.412] #0  0x00007f7bcd0aed24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[03:01:15.412] #1  0x00007f7bcd05b239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[03:01:15.412] #2  0x00007f7bcd116184 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[03:01:15.412] #3  0x00007f7bcd1287dc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[03:01:14.975] #0  0x00007f33262aed24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[03:01:14.975] #1  0x00007f332625b239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[03:01:14.975] #2  0x00007f3326316184 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[03:01:14.975] #3  0x00007f33263287dc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[03:01:15.405] #0  0x00007f7bcd0aed24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
core
[03:01:14.975] #0  <unavailable> in ?? ()
core
[03:01:15.412] #0  <unavailable> in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out /tmp/cirrus-ci-build/build/testrun/plperl/regress/...
--- /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out	2024-11-09 02:55:06.574664976 +0000
+++ /tmp/cirrus-ci-build/build/testrun/plperl/regress/results/plperl_setup.out	2024-11-09 02:57:49.370339624 +0000
@@ -12,7 +12,7 @@
 HINT:  Must have CREATE privilege on current database to create this extension.
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 RESET ROLE;
 DO $$
 begin
@@ -24,7 +24,7 @@
 CREATE EXTENSION plperl;
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 CREATE SCHEMA plperl_setup_scratch;
 SET search_path = plperl_setup_scratch;
...
test
[03:00:04.573]  47/312 postgresql:plperl / plperl/regress                                              ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/pl/plperl/expected/plperl_setup.out /Users/admin/pgsql/build/testrun/plperl/regress/resu...
--- /Users/admin/pgsql/src/pl/plperl/expected/plperl_setup.out	2024-11-09 02:55:10
+++ /Users/admin/pgsql/build/testrun/plperl/regress/results/plperl_setup.out	2024-11-09 02:58:15
@@ -12,7 +12,7 @@
 HINT:  Must have CREATE privilege on current database to create this extension.
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 RESET ROLE;
 DO $$
 begin
@@ -24,7 +24,7 @@
 CREATE EXTENSION plperl;
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 CREATE SCHEMA plperl_setup_scratch;
 SET search_path = plperl_setup_scratch;
...
test
[03:02:05.393]  47/312 postgresql:plperl / plperl/regress                                              ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/pl/plperl/expected/plperl_setup.out C:/cirrus/build/testrun/plperl/regress/re...
--- C:/cirrus/src/pl/plperl/expected/plperl_setup.out	2024-11-09 02:55:24.869116100 +0000
+++ C:/cirrus/build/testrun/plperl/regress/results/plperl_setup.out	2024-11-09 03:00:59.377977800 +0000
@@ -12,7 +12,7 @@
 HINT:  Must have CREATE privilege on current database to create this extension.
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 RESET ROLE;
 DO $$
 begin
@@ -24,7 +24,7 @@
 CREATE EXTENSION plperl;
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 CREATE SCHEMA plperl_setup_scratch;
 SET search_path = plperl_setup_scratch;
...
test
[03:08:14.901]  47/307 postgresql:plperl / plperl/regress                                              ERROR            ...
51/4912 CSN snapshots in hot standby
Linux - Debian Bookworm - Meson
core
[02:09:45.536] #0  0x00007f7aea0a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[02:09:45.536] #1  0x00007f7aea05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[02:09:45.536] #2  0x00007f7aea045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[02:09:45.536] #3  0x00007f7aea21e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[02:09:45.536] #4  0x00007f7aea22aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[02:09:45.536] #5  0x00007f7aea20dad8 in __ubsan::__ubsan_handle_shift_out_of_bounds_abort (Data=Data@entry=0x55d7c10897...
[02:09:45.536] #6  0x000055d7c05d818b in XidInMVCCSnapshot (xid=757, snapshot=snapshot@entry=0x55d7c4212120) at ../src/b...
[02:09:45.536] #7  0x000055d7bfc1f7d3 in HeapTupleSatisfiesMVCC (htup=<optimized out>, snapshot=0x55d7c4212120, buffer=3...
[02:09:45.536] #8  0x000055d7bfc21017 in HeapTupleSatisfiesVisibility (htup=htup@entry=0x7ffd659d2cf0, snapshot=snapshot...
[02:09:45.536] #9  0x000055d7bfc12499 in page_collect_tuples (check_serializable=<optimized out>, all_visible=<optimized...
core
[02:09:44.204] #0  0x00007f4f0dea9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[02:09:44.204] #1  0x00007f4f0de5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[02:09:44.204] #2  0x00007f4f0de45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[02:09:44.204] #3  0x00007f4f0e01e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[02:09:44.204] #4  0x00007f4f0e02aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[02:09:44.204] #5  0x00007f4f0e00dad8 in __ubsan::__ubsan_handle_shift_out_of_bounds_abort (Data=Data@entry=0x560fb08207...
[02:09:44.204] #6  0x0000560fafd6f18b in XidInMVCCSnapshot (xid=755, snapshot=snapshot@entry=0x560fd77e9bf0) at ../src/b...
[02:09:44.204] #7  0x0000560faf3b69ab in HeapTupleSatisfiesMVCC (htup=<optimized out>, snapshot=0x560fd77e9bf0, buffer=4...
[02:09:44.204] #8  0x0000560faf3b8017 in HeapTupleSatisfiesVisibility (htup=htup@entry=0x7ffd507cd170, snapshot=snapshot...
[02:09:44.204] #9  0x0000560faf3a9499 in page_collect_tuples (check_serializable=<optimized out>, all_visible=<optimized...
tap
[02:05:07.879](225.806s) # poll_query_until timed out executing this query:
[02:05:07.880](0.000s) not ok 14 - startup deadlock: lock acquisition is waiting
[02:08:39.150](211.270s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /tmp/cirrus-ci-build/src/test/recovery/t/031_recovery_conflict.pl line 270.
test
[02:08:39.353] 312/313 postgresql:test_misc / test_misc/000_csn_perf                                   ERROR            ...
[02:08:39.353] 313/313 postgresql:recovery / recovery/031_recovery_conflict                            ERROR           4...
Windows - Server 2019, VS 2019 - Meson & ninja
test
[02:13:28.759] 308/308 postgresql:test_misc / test_misc/000_csn_perf                                   ERROR           3...
51/4997 Return pg_control from pg_backup_stop().
Linux - Debian Bookworm - Meson
core
[21:20:30.313] #0  0x00007f92136a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:20:30.313] #1  0x00007f921365afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:20:30.313] #2  0x00007f9213645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:20:30.313] #3  0x00007f921381e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[21:20:30.313] #4  0x00007f921382aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[21:20:30.313] #5  0x00007f921380d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x56089672df00,...
[21:20:30.313] #6  0x00005608958522d3 in backup_control_file (controlFile=controlFile@entry=0x56089a17718c "D\374\034\27...
[21:20:30.313] #7  0x0000560895857005 in pg_backup_stop (fcinfo=<optimized out>) at ../src/backend/access/transam/xlogfu...
[21:20:30.313] #8  0x0000560895a30927 in ExecInterpExpr (state=0x56089a16e8a0, econtext=0x56089a16e648, isnull=0x7ffc3d0...
[21:20:30.313] #9  0x0000560895a251f5 in ExecInterpExprStillValid (state=0x56089a16e8a0, econtext=0x56089a16e648, isNull...
core
[21:20:31.046] #0  0x00007f60f28a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:20:31.046] #1  0x00007f60f285afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:20:31.046] #2  0x00007f60f2845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:20:31.046] #3  0x00007f60f2a1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[21:20:31.046] #4  0x00007f60f2a2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[21:20:31.046] #5  0x00007f60f2a0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55a5d4f21f00,...
[21:20:31.046] #6  0x000055a5d40462d3 in backup_control_file (controlFile=controlFile@entry=0x55a608f8026c "D\374\034\27...
[21:20:31.046] #7  0x000055a5d404b005 in pg_backup_stop (fcinfo=<optimized out>) at ../src/backend/access/transam/xlogfu...
[21:20:31.046] #8  0x000055a5d424bdbb in ExecMakeTableFunctionResult (setexpr=0x55a608f8f358, econtext=0x55a608f8f228, a...
[21:20:31.046] #9  0x000055a5d4279fad in FunctionNext (node=0x55a608f8f018) at ../src/backend/executor/nodeFunctionscan....
tap
[21:14:42.855](1.364s) not ok 18 - psql fails correctly
[21:14:42.855](0.000s) not ok 19 - pg_backup_start fails gracefully
test
[21:17:53.579]  27/312 postgresql:recovery / recovery/020_archive_status                               ERROR            ...
[21:17:53.579]  44/312 postgresql:recovery / recovery/042_low_level_backup                             ERROR            ...
51/4966 Parallel CREATE INDEX for GIN indexes
CompilerWarnings
compiler
[20:50:08.821] gininsert.c:2402:37: error: format ‘%ld’ expects argument of type ‘long int’, but argument 3 has type ‘lo...
compiler
[20:50:08.821] gininsert.c:2421:35: error: format ‘%ld’ expects argument of type ‘long int’, but argument 2 has type ‘in...
51/4992 Convert sepgsql tests to TAP
FreeBSD - 13 - Meson
test
[20:01:45.088] 109/312 postgresql:test_bloomfilter / test_bloomfilter/regress                          INTERRUPT        ...
[20:01:45.088] 110/312 postgresql:injection_points / injection_points/isolation                        INTERRUPT        ...
[20:01:45.088] 111/312 postgresql:postgres_fdw / postgres_fdw/regress                                  INTERRUPT        ...
[20:01:45.088] 112/312 postgresql:plsample / plsample/regress                                          INTERRUPT        ...
[20:01:45.088] 113/312 postgresql:spgist_name_ops / spgist_name_ops/regress                            INTERRUPT        ...
[20:01:45.088] 114/312 postgresql:test_copy_callbacks / test_copy_callbacks/regress                    INTERRUPT        ...
[20:01:45.088] 115/312 postgresql:test_ddl_deparse / test_ddl_deparse/regress                          INTERRUPT        ...
[20:01:45.088] 116/312 postgresql:recovery / recovery/027_stream_regress                               INTERRUPT        ...
51/4929 apply_scanjoin_target_to_paths and partitionwise join
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-11-08 19:52:12.348286000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_join.out	2024-11-08 19:54:13.058...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/recovery/0...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-11-08 19:52:12.348286000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/partition_join.out	2024-11-08 19:55:12.3...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/regress/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-11-08 19:52:12.348286000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/partition_join.out	2024-11-08 19:54:09.777322000 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[19:54:20.104](81.357s) not ok 5 - regression tests pass
tap
[19:55:17.391](97.536s) not ok 2 - regression tests pass
test
[19:57:34.034]  44/312 postgresql:regress / regress/regress                                            ERROR            ...
[19:57:34.034] 105/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[19:57:34.034] 165/312 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_c...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-11-08 19:52:12.288563442 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/partition_join.out	2024-11-08 19:58:05.708213105 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/src/test/recovery/tmp_ch...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-11-08 19:52:12.288563442 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/partition_join.out	2024-11-08 19:59:07.053847091 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/src/test/regress/results...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-11-08 19:52:12.288563442 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/partition_join.out	2024-11-08 19:55:23.568017577 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[19:58:10.766](102.677s) not ok 5 - regression tests pass
tap
[19:59:10.751](68.644s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-11-08 19:52:12.205052453 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_join.out	2024-11-08 19:54:36.023...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/recovery/0...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-11-08 19:52:12.205052453 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/partition_join.out	2024-11-08 19:55:09.6...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/regress/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-11-08 19:52:12.205052453 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/partition_join.out	2024-11-08 19:54:28.455710096 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[19:54:38.614](71.411s) not ok 5 - regression tests pass
tap
[19:55:13.525](72.042s) not ok 2 - regression tests pass
test
[19:56:52.112]  42/312 postgresql:regress / regress/regress                                            ERROR            ...
[19:56:52.112] 125/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[19:56:52.112] 154/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
macOS - Sonoma - Meson
test
[19:58:45.716]  28/312 postgresql:regress / regress/regress                                            ERROR            ...
[19:58:45.716]  50/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[19:58:45.716] 139/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/partition_join.out C:/cirrus/build/testrun/pg_upgrade/0...
--- C:/cirrus/src/test/regress/expected/partition_join.out	2024-11-08 19:52:22.943819800 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_join.out	2024-11-08 19:56:04.644174100 +000...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/partition_join.out C:/cirrus/build/testrun/recovery/027...
--- C:/cirrus/src/test/regress/expected/partition_join.out	2024-11-08 19:52:22.943819800 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/partition_join.out	2024-11-08 19:58:33.641785600 +0...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/partition_join.out C:/cirrus/build/testrun/regress/regr...
--- C:/cirrus/src/test/regress/expected/partition_join.out	2024-11-08 19:52:22.943819800 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/partition_join.out	2024-11-08 19:55:51.465955500 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[19:56:11.971](110.647s) not ok 5 - regression tests pass
tap
[19:58:47.446](131.905s) not ok 2 - regression tests pass
test
[20:04:42.227]  19/307 postgresql:regress / regress/regress                                            ERROR           1...
[20:04:42.227]  39/307 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[20:04:42.227] 119/307 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/4538 Statistics Import and Export
Linux - Debian Bookworm - Autoconf
core
[18:46:55.955] #0  0x00007f1571aa9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[18:46:55.955] #1  0x00007f1571a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[18:46:55.955] #2  0x00007f1571a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[18:46:55.955] #3  0x00007f1571cd650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[18:46:55.955] #4  0x00007f1571ce2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[18:46:55.955] #5  0x00007f1571cc1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffe71f13c46, __in_ch...
[18:46:55.955] #6  0x00007f1571cc14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140730810058928, sp...
[18:46:55.955] #7  0x00007f1571cc251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[18:46:55.955] #8  0x00005648b957e0ae in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[18:46:55.955] #9  0x00005648b95bcafe in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[18:46:52.098] #0  0x00007f8e069a8e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[18:46:52.098] #1  0x00007f8e06959fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[18:46:52.098] #2  0x00007f8e06944472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[18:46:52.098] #3  0x00007f8e06cd650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[18:46:52.098] #4  0x00007f8e06ce2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[18:46:52.098] #5  0x00007f8e06cc1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffd4b100b36, __in_ch...
[18:46:52.098] #6  0x00007f8e06cc14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140725862799264, sp...
[18:46:52.098] #7  0x00007f8e06cc251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[18:46:52.098] #8  0x0000565128f9c0ae in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[18:46:52.098] #9  0x0000565128fdaafe in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[18:46:54.511] #0  0x00007f1b5c664e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[18:46:54.511] #1  0x00007f1b5c615fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[18:46:54.511] #2  0x00007f1b5c600472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[18:46:54.511] #3  0x00007f1b5c8d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[18:46:54.511] #4  0x00007f1b5c8e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[18:46:54.511] #5  0x00007f1b5c8c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7fff05acd036, __in_ch...
[18:46:54.511] #6  0x00007f1b5c8c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140733288602784, sp...
[18:46:54.511] #7  0x00007f1b5c8c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[18:46:54.511] #8  0x000055a92e6f40bb in DOTypeNameCompare (p1=p1@entry=0x7f1b5af08800, p2=p2@entry=0x7f1b5af0ad10) at p...
[18:46:54.511] #9  0x000055a92e7326e5 in pg_qsort_med3 (a=a@entry=0x7f1b5af08800, b=b@entry=0x7f1b5af0ad10, c=c@entry=0x...
core
[18:46:59.592] #0  0x00007f39401cee3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[18:46:59.592] #1  0x00007f394017ffb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[18:46:59.592] #2  0x00007f394016a472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[18:46:59.592] #3  0x00007f39404d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[18:46:59.592] #4  0x00007f39404e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[18:46:59.592] #5  0x00007f39404c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffc55e8ca86, __in_ch...
[18:46:59.592] #6  0x00007f39404c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140721749808880, sp...
[18:46:59.592] #7  0x00007f39404c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[18:46:59.592] #8  0x00005583068c80ae in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[18:46:59.592] #9  0x0000558306906afe in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[18:46:59.099] #0  0x00007f9bfca64e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[18:46:59.099] #1  0x00007f9bfca15fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[18:46:59.099] #2  0x00007f9bfca00472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[18:46:59.099] #3  0x00007f9bfccd650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[18:46:59.099] #4  0x00007f9bfcce2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[18:46:59.099] #5  0x00007f9bfccc1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffd6c360ad6, __in_ch...
[18:46:59.099] #6  0x00007f9bfccc14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140726418937664, sp...
[18:46:59.099] #7  0x00007f9bfccc251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[18:46:59.099] #8  0x00005590662a10ae in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[18:46:59.099] #9  0x00005590662dfa65 in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[18:46:58.633] #0  0x00007f4bec300e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[18:46:58.633] #1  0x00007f4bec2b1fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[18:46:58.633] #2  0x00007f4bec29c472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[18:46:58.633] #3  0x00007f4bec6d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[18:46:58.633] #4  0x00007f4bec6e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[18:46:58.633] #5  0x00007f4bec6c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffd5e91c276, __in_ch...
[18:46:58.633] #6  0x00007f4bec6c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140726190067424, sp...
[18:46:58.633] #7  0x00007f4bec6c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[18:46:58.633] #8  0x000055915aca70ae in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[18:46:58.633] #9  0x000055915ace5afe in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[18:46:58.158] #0  0x00007f2ff4192b13 in wait4 () from /lib/x86_64-linux-gnu/libc.so.6
[18:46:58.158] #1  0x000055f51bc99cc0 in ?? ()
[18:46:58.158] #2  0x000055f51bc99efa in ?? ()
[18:46:58.158] #3  0x000055f51bc9b630 in ?? ()
[18:46:58.158] #4  0x000055f51bc95371 in ?? ()
[18:46:58.158] #5  0x000055f51bc9420f in ?? ()
[18:46:58.158] #6  0x000055f51bc94c3b in ?? ()
[18:46:58.158] #7  0x000055f51bc9266f in ?? ()
[18:46:58.158] #8  0x00007f2ff40e624a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[18:46:58.158] #9  0x00007f2ff40e6305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[18:46:58.027] #0  0x00007fc31ab28e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[18:46:58.027] #1  0x00007fc31aad9fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[18:46:58.027] #2  0x00007fc31aac4472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[18:46:58.027] #3  0x00007fc31aed650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[18:46:58.027] #4  0x00007fc31aee2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[18:46:58.027] #5  0x00007fc31aec1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffd14d7c696, __in_ch...
[18:46:58.027] #6  0x00007fc31aec14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140724953142016, sp...
[18:46:58.027] #7  0x00007fc31aec251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[18:46:58.027] #8  0x00005608d74410ae in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[18:46:58.027] #9  0x00005608d747fafe in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[18:46:54.992] #0  0x00007fc5224a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[18:46:54.992] #1  0x00007fc52245afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[18:46:54.992] #2  0x00007fc522445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[18:46:54.992] #3  0x00007fc5226d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[18:46:54.992] #4  0x00007fc5226e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[18:46:54.992] #5  0x00007fc5226c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffd8fd01ac6, __in_ch...
[18:46:54.992] #6  0x00007fc5226c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140727016236848, sp...
[18:46:54.992] #7  0x00007fc5226c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[18:46:54.992] #8  0x000055627c5b20ae in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[18:46:54.992] #9  0x000055627c5f0a65 in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[18:46:55.473] #0  0x00007f9ea4ae3e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[18:46:55.473] #1  0x00007f9ea4a94fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[18:46:55.473] #2  0x00007f9ea4a7f472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[18:46:55.473] #3  0x00007f9ea4ed650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[18:46:55.473] #4  0x00007f9ea4ee2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[18:46:55.473] #5  0x00007f9ea4ec1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7fff58b050b6, __in_ch...
[18:46:55.473] #6  0x00007f9ea4ec14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140734681341216, sp...
[18:46:55.474] #7  0x00007f9ea4ec251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[18:46:55.474] #8  0x000055a4515d70ae in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[18:46:55.474] #9  0x000055a451615afe in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[18:46:57.545] #0  0x00007fce3f7ede3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[18:46:57.545] #1  0x00007fce3f79efb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[18:46:57.545] #2  0x00007fce3f789472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[18:46:57.545] #3  0x00007fce3fad650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[18:46:57.545] #4  0x00007fce3fae2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[18:46:57.545] #5  0x00007fce3fac1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffd22d0dbf6, __in_ch...
[18:46:57.545] #6  0x00007fce3fac14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140725187569760, sp...
[18:46:57.545] #7  0x00007fce3fac251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[18:46:57.545] #8  0x000055ddf442d0ae in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[18:46:57.545] #9  0x000055ddf446bafe in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[18:46:57.058] #0  0x00007f4041fede3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[18:46:57.058] #1  0x00007f4041f9efb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[18:46:57.058] #2  0x00007f4041f89472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[18:46:57.058] #3  0x00007f40422d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[18:46:57.058] #4  0x00007f40422e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[18:46:57.058] #5  0x00007f40422c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffde74fb846, __in_ch...
[18:46:57.058] #6  0x00007f40422c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140728484218032, sp...
[18:46:57.058] #7  0x00007f40422c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[18:46:57.058] #8  0x000055aa532b70ae in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[18:46:57.058] #9  0x000055aa532f5afe in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[18:46:56.568] #0  0x00007f400c3c676a in ?? () from /lib64/ld-linux-x86-64.so.2
[18:46:56.568] #1  0x00007f400c3ab4b3 in ?? () from /lib64/ld-linux-x86-64.so.2
[18:46:56.568] #2  0x00007f400c3ae126 in ?? () from /lib64/ld-linux-x86-64.so.2
[18:46:56.568] #3  0x00007f400c3a8261 in ?? () from /lib64/ld-linux-x86-64.so.2
[18:46:56.568] #4  0x00007f400c3be2f1 in _dl_catch_exception () from /lib64/ld-linux-x86-64.so.2
[18:46:56.568] #5  0x00007f400c3a85ca in ?? () from /lib64/ld-linux-x86-64.so.2
[18:46:56.568] #6  0x00007f400c3c397a in ?? () from /lib64/ld-linux-x86-64.so.2
[18:46:56.568] #7  0x00007f400c3c022f in ?? () from /lib64/ld-linux-x86-64.so.2
[18:46:56.568] #8  0x00007f400c3c1bac in ?? () from /lib64/ld-linux-x86-64.so.2
[18:46:56.568] #9  0x00007f400c3c0a58 in ?? () from /lib64/ld-linux-x86-64.so.2
core
[18:46:56.440] #0  0x00007ff4956a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[18:46:56.440] #1  0x00007ff49565afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[18:46:56.440] #2  0x00007ff495645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[18:46:56.440] #3  0x00007ff4958d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[18:46:56.440] #4  0x00007ff4958e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[18:46:56.440] #5  0x00007ff4958c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffdd8b88cd6, __in_ch...
[18:46:56.440] #6  0x00007ff4958c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140728239429952, sp...
[18:46:56.440] #7  0x00007ff4958c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[18:46:56.440] #8  0x0000564021b930ae in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[18:46:56.440] #9  0x0000564021bd1a65 in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[18:46:52.586] #0  0x00007f8ddbd07e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[18:46:52.586] #1  0x00007f8ddbcb8fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[18:46:52.586] #2  0x00007f8ddbca3472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[18:46:52.586] #3  0x00007f8ddc0d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[18:46:52.586] #4  0x00007f8ddc0e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[18:46:52.586] #5  0x00007f8ddc0c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffcd3188db6, __in_ch...
[18:46:52.586] #6  0x00007f8ddc0c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140723850091040, sp...
[18:46:52.586] #7  0x00007f8ddc0c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[18:46:52.586] #8  0x000055a53f8360ae in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[18:46:52.586] #9  0x000055a53f874afe in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[18:46:53.066] #0  0x00007f69421a8e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[18:46:53.066] #1  0x00007f6942159fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[18:46:53.066] #2  0x00007f6942144472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[18:46:53.066] #3  0x00007f69424d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[18:46:53.066] #4  0x00007f69424e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[18:46:53.066] #5  0x00007f69424c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffd940cf926, __in_ch...
[18:46:53.066] #6  0x00007f69424c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140727087334800, sp...
[18:46:53.066] #7  0x00007f69424c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[18:46:53.066] #8  0x000055941c5f50ae in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[18:46:53.066] #9  0x000055941c633afe in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[18:46:53.543] #0  0x00007efda4bede3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[18:46:53.543] #1  0x00007efda4b9efb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[18:46:53.543] #2  0x00007efda4b89472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[18:46:53.543] #3  0x00007efda4ed650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[18:46:53.543] #4  0x00007efda4ee2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[18:46:53.543] #5  0x00007efda4ec1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffe86ea6bf6, __in_ch...
[18:46:53.543] #6  0x00007efda4ec14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140731161933920, sp...
[18:46:53.543] #7  0x00007efda4ec251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[18:46:53.543] #8  0x000055a00a96d0ae in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[18:46:53.543] #9  0x000055a00a9aba65 in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[18:47:00.555] #0  0x00007f72c5ee1e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[18:47:00.555] #1  0x00007f72c5e92fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[18:47:00.555] #2  0x00007f72c5e7d472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[18:47:00.555] #3  0x00007f72c62d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[18:47:00.555] #4  0x00007f72c62e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[18:47:00.555] #5  0x00007f72c62c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffc1b783db6, __in_ch...
[18:47:00.555] #6  0x00007f72c62c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140720769354272, sp...
[18:47:00.556] #7  0x00007f72c62c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[18:47:00.556] #8  0x0000555a271600ae in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[18:47:00.556] #9  0x0000555a2719ea65 in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[18:47:00.076] #0  0x00007fecfd88ae3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[18:47:00.076] #1  0x00007fecfd83bfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[18:47:00.076] #2  0x00007fecfd826472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[18:47:00.076] #3  0x00007fecfdad650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[18:47:00.076] #4  0x00007fecfdae2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[18:47:00.076] #5  0x00007fecfdac1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffe71f28fa6, __in_ch...
[18:47:00.076] #6  0x00007fecfdac14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140730810145808, sp...
[18:47:00.076] #7  0x00007fecfdac251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[18:47:00.076] #8  0x0000565085ecf0ae in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[18:47:00.076] #9  0x0000565085f0da65 in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[18:46:54.026] #0  0x00007fc0d24e3e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[18:46:54.026] #1  0x00007fc0d2494fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[18:46:54.026] #2  0x00007fc0d247f472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[18:46:54.026] #3  0x00007fc0d28d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[18:46:54.026] #4  0x00007fc0d28e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[18:46:54.026] #5  0x00007fc0d28c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7fff0358a4b6, __in_ch...
[18:46:54.026] #6  0x00007fc0d28c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140733249532192, sp...
[18:46:54.026] #7  0x00007fc0d28c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[18:46:54.026] #8  0x000055573f1280ae in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[18:46:54.026] #9  0x000055573f166afe in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:204 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:204 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
tap
[18:39:54.877](3.869s) not ok 4 - dump from PITR 1
[18:39:56.406](1.529s) not ok 5 - dump from PITR 2
tap
[18:40:01.277](0.966s) not ok 19 - pg_dump: option -n pg_catalog
[18:40:03.845](2.567s) not ok 20 - pg_dumpall: option --exclude-database handles database names with embedded dots
[18:40:05.385](0.805s) not ok 37 - binary_upgrade: pg_dump runs
[18:40:05.417](0.032s) not ok 38 - binary_upgrade: pg_restore runs
tap
[18:40:09.824](2.047s) not ok 1 - parallel dump
[18:40:09.870](0.045s) not ok 2 - parallel restore
[18:40:10.392](0.522s) not ok 3 - parallel dump as inserts
[18:40:10.424](0.031s) not ok 4 - parallel restore as inserts
tap
[18:40:15.775](5.145s) not ok 1 - filter file without patterns
tap
[18:40:26.037](1.376s) not ok 7 - parallel dump
[18:40:26.537](0.499s) not ok 8 - parallel restore
[18:40:26.648](0.111s) not ok 9 - parallel restore with create
tap
[18:42:13.995](3.083s) not ok 6 - dump before running pg_upgrade
[18:42:20.437](3.408s) not ok 14 - run of pg_upgrade for new instance
[18:42:20.437](0.000s) not ok 15 - pg_upgrade_output.d/ removed after pg_upgrade success
[18:42:20.628](0.049s) not ok 16 - check that locales in new cluster match original cluster
[18:42:21.076](0.001s) not ok 18 - old and new dumps match after pg_upgrade
tap
[18:42:26.953](2.181s) not ok 10 - run of pg_upgrade of old cluster
[18:42:27.140](0.187s) not ok 11 - check the slot exists on new cluster
tap
[18:42:33.918](1.736s) not ok 8 - run of pg_upgrade for old instance when the subscription tables are in init/ready stat...
[18:42:33.919](0.000s) not ok 9 - pg_upgrade_output.d/ removed after successful pg_upgrade
[18:42:34.130](0.211s) not ok 10 - check that the subscription's running status and failover are preserved
[18:42:34.160](0.030s) not ok 11 - there should be 2 rows in pg_subscription_rel(representing tab_upgraded1 and tab_upgr...
tap
[18:41:13.167](2.944s) not ok 1 - binary_upgrade: pg_dump runs
tap
[18:44:39.078](1.336s) not ok 3 - dump primary server
[18:44:40.329](1.250s) not ok 4 - dump standby server
[18:44:41.548](1.215s) not ok 6 - dump catalogs of primary server
[18:44:42.074](0.525s) not ok 7 - dump catalogs of standby server
[18:44:42.079](0.004s) not ok 8 - compare primary and standby catalog dumps
Linux - Debian Bookworm - Meson
core
[18:43:28.124] #0  0x00007f3a8fca9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[18:43:28.124] #1  0x00007f3a8fc5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[18:43:28.124] #2  0x00007f3a8fc45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[18:43:28.124] #3  0x00007f3a8fe1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[18:43:28.124] #4  0x00007f3a8fe2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[18:43:28.124] #5  0x00007f3a8fe0db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55dc2eaf8c40, In...
[18:43:28.124] #6  0x000055dc2ea7462f in DOTypeNameCompare (p1=p1@entry=0x55dc2f878350, p2=p2@entry=0x55dc2f87aa40) at ....
[18:43:28.124] #7  0x000055dc2eaa58c8 in pg_qsort_med3 (a=a@entry=0x55dc2f878350, b=b@entry=0x55dc2f87aa40, c=c@entry=0x...
[18:43:28.124] #8  0x000055dc2eaa5ce3 in pg_qsort (data=<optimized out>, n=9971, element_size=element_size@entry=8, comp...
[18:43:28.124] #9  0x000055dc2ea76b65 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
core
[18:43:28.973] #0  0x00007f6842aa9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[18:43:28.973] #1  0x00007f6842a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[18:43:28.973] #2  0x00007f6842a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[18:43:28.973] #3  0x00007f6842c1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[18:43:28.973] #4  0x00007f6842c2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[18:43:28.973] #5  0x00007f6842c0db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55f5a52a2cc0, In...
[18:43:28.973] #6  0x000055f5a521e5eb in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[18:43:28.973] #7  0x000055f5a525018a in pg_qsort (data=<optimized out>, n=4047, element_size=element_size@entry=8, comp...
[18:43:28.973] #8  0x000055f5a5220b65 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[18:43:28.973] #9  0x000055f5a5215baf in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[18:43:28.702] #0  0x00007fe6c7aa9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[18:43:28.702] #1  0x00007fe6c7a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[18:43:28.702] #2  0x00007fe6c7a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[18:43:28.702] #3  0x00007fe6c7c1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[18:43:28.702] #4  0x00007fe6c7c2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[18:43:28.702] #5  0x00007fe6c7c0db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55dfe5e90cc0, In...
[18:43:28.702] #6  0x000055dfe5e0c5eb in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[18:43:28.702] #7  0x000055dfe5e3e060 in pg_qsort (data=<optimized out>, n=4091, element_size=element_size@entry=8, comp...
[18:43:28.702] #8  0x000055dfe5e0eb65 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[18:43:28.702] #9  0x000055dfe5e03baf in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[18:43:28.423] #0  0x00007f090fca9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[18:43:28.423] #1  0x00007f090fc5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[18:43:28.423] #2  0x00007f090fc45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[18:43:28.423] #3  0x00007f090fe1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[18:43:28.423] #4  0x00007f090fe2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[18:43:28.423] #5  0x00007f090fe0db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x5635d7f6ccc0, In...
[18:43:28.423] #6  0x00005635d7ee85eb in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[18:43:28.423] #7  0x00005635d7f1a18a in pg_qsort (data=<optimized out>, n=4003, element_size=element_size@entry=8, comp...
[18:43:28.423] #8  0x00005635d7eeab65 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[18:43:28.423] #9  0x00005635d7edfbaf in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[18:43:29.261] #0  0x00007fb7f72a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[18:43:29.261] #1  0x00007fb7f725afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[18:43:29.261] #2  0x00007fb7f7245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[18:43:29.261] #3  0x00007fb7f741e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[18:43:29.261] #4  0x00007fb7f742aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[18:43:29.261] #5  0x00007fb7f740db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55ce7ee6ccc0, In...
[18:43:29.261] #6  0x000055ce7ede85eb in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[18:43:29.261] #7  0x000055ce7ee1a060 in pg_qsort (data=<optimized out>, n=4993, element_size=element_size@entry=8, comp...
[18:43:29.261] #8  0x000055ce7edeab65 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[18:43:29.261] #9  0x000055ce7eddfbaf in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[18:43:27.849] #0  0x00007ff8336a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[18:43:27.849] #1  0x00007ff83365afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[18:43:27.849] #2  0x00007ff833645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[18:43:27.849] #3  0x00007ff83381e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[18:43:27.849] #4  0x00007ff83382aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[18:43:27.849] #5  0x00007ff83380db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x56070ca1ecc0, In...
[18:43:27.849] #6  0x000056070c99a5eb in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[18:43:27.849] #7  0x000056070c9cc18a in pg_qsort (data=<optimized out>, n=4051, element_size=element_size@entry=8, comp...
[18:43:27.849] #8  0x000056070c99cb65 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[18:43:27.849] #9  0x000056070c991baf in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[18:43:24.739] #0  0x00007fb31cca9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[18:43:24.739] #1  0x00007fb31cc5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[18:43:24.739] #2  0x00007fb31cc45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[18:43:24.739] #3  0x00007fb31ce1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[18:43:24.739] #4  0x00007fb31ce2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[18:43:24.739] #5  0x00007fb31ce0db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55a1e5176cc0, In...
[18:43:24.739] #6  0x000055a1e50f25eb in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[18:43:24.739] #7  0x000055a1e5124060 in pg_qsort (data=<optimized out>, n=4429, element_size=element_size@entry=8, comp...
[18:43:24.739] #8  0x000055a1e50f4b65 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[18:43:24.739] #9  0x000055a1e50e9baf in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[18:43:24.471] #0  0x00007faab22a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[18:43:24.471] #1  0x00007faab225afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[18:43:24.471] #2  0x00007faab2245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[18:43:24.471] #3  0x00007faab241e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[18:43:24.471] #4  0x00007faab242aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[18:43:24.471] #5  0x00007faab240db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x5622c350dcc0, In...
[18:43:24.471] #6  0x00005622c34895eb in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[18:43:24.471] #7  0x00005622c34bb18a in pg_qsort (data=<optimized out>, n=4006, element_size=element_size@entry=8, comp...
[18:43:24.471] #8  0x00005622c348bb65 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[18:43:24.471] #9  0x00005622c3480baf in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[18:43:25.017] #0  0x00007f23ebaa9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[18:43:25.017] #1  0x00007f23eba5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[18:43:25.017] #2  0x00007f23eba45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[18:43:25.017] #3  0x00007f23ebc1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[18:43:25.017] #4  0x00007f23ebc2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[18:43:25.017] #5  0x00007f23ebc0db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x560d9a2fbcc0, In...
[18:43:25.017] #6  0x0000560d9a2775eb in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[18:43:25.017] #7  0x0000560d9a2a918a in pg_qsort (data=<optimized out>, n=7608, element_size=element_size@entry=8, comp...
[18:43:25.017] #8  0x0000560d9a279b65 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[18:43:25.017] #9  0x0000560d9a26ebaf in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[18:43:25.297] #0  0x00007fb5042a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[18:43:25.297] #1  0x00007fb50425afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[18:43:25.297] #2  0x00007fb504245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[18:43:25.297] #3  0x00007fb50441e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[18:43:25.297] #4  0x00007fb50442aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[18:43:25.297] #5  0x00007fb50440db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x556a18d97cc0, In...
[18:43:25.297] #6  0x0000556a18d135eb in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[18:43:25.297] #7  0x0000556a18d45060 in pg_qsort (data=<optimized out>, n=4465, element_size=element_size@entry=8, comp...
[18:43:25.297] #8  0x0000556a18d15b65 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[18:43:25.297] #9  0x0000556a18d0abaf in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[18:43:25.575] #0  0x00007f4420aa9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[18:43:25.575] #1  0x00007f4420a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[18:43:25.575] #2  0x00007f4420a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[18:43:25.575] #3  0x00007f4420c1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[18:43:25.575] #4  0x00007f4420c2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[18:43:25.575] #5  0x00007f4420c0db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55cf23406c40, In...
[18:43:25.575] #6  0x000055cf2338262f in DOTypeNameCompare (p1=p1@entry=0x55cf251cb350, p2=p2@entry=0x55cf251cda40) at ....
[18:43:25.575] #7  0x000055cf233b38c8 in pg_qsort_med3 (a=a@entry=0x55cf251cb350, b=b@entry=0x55cf251cda40, c=c@entry=0x...
[18:43:25.575] #8  0x000055cf233b3ce3 in pg_qsort (data=<optimized out>, n=9971, element_size=element_size@entry=8, comp...
[18:43:25.575] #9  0x000055cf23384b65 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
core
[18:43:25.870] #0  0x00007f44af6a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[18:43:25.870] #1  0x00007f44af65afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[18:43:25.870] #2  0x00007f44af645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[18:43:25.870] #3  0x00007f44af81e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[18:43:25.870] #4  0x00007f44af82aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[18:43:25.870] #5  0x00007f44af80db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55ccd8d31cc0, In...
[18:43:25.870] #6  0x000055ccd8cad5eb in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[18:43:25.870] #7  0x000055ccd8cdf060 in pg_qsort (data=<optimized out>, n=4091, element_size=element_size@entry=8, comp...
[18:43:25.870] #8  0x000055ccd8cafb65 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[18:43:25.870] #9  0x000055ccd8ca4baf in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[18:43:26.150] #0  0x00007ff8522a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[18:43:26.150] #1  0x00007ff85225afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[18:43:26.150] #2  0x00007ff852245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[18:43:26.150] #3  0x00007ff85241e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[18:43:26.150] #4  0x00007ff85242aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[18:43:26.150] #5  0x00007ff85240db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x564886d26cc0, In...
[18:43:26.150] #6  0x0000564886ca25eb in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[18:43:26.150] #7  0x0000564886cd418a in pg_qsort (data=<optimized out>, n=4051, element_size=element_size@entry=8, comp...
[18:43:26.150] #8  0x0000564886ca4b65 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[18:43:26.150] #9  0x0000564886c99baf in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[18:43:26.431] #0  0x00007f79e72a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[18:43:26.431] #1  0x00007f79e725afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[18:43:26.431] #2  0x00007f79e7245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[18:43:26.431] #3  0x00007f79e741e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[18:43:26.431] #4  0x00007f79e742aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[18:43:26.431] #5  0x00007f79e740db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x56258aec6cc0, In...
[18:43:26.431] #6  0x000056258ae425eb in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[18:43:26.431] #7  0x000056258ae74060 in pg_qsort (data=<optimized out>, n=4060, element_size=element_size@entry=8, comp...
[18:43:26.431] #8  0x000056258ae44b65 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[18:43:26.431] #9  0x000056258ae39baf in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[18:43:26.712] #0  0x00007f397f4a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[18:43:26.712] #1  0x00007f397f45afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[18:43:26.712] #2  0x00007f397f445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[18:43:26.712] #3  0x00007f397f61e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[18:43:26.712] #4  0x00007f397f62aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[18:43:26.712] #5  0x00007f397f60db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55db973fecc0, In...
[18:43:26.712] #6  0x000055db9737a5eb in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[18:43:26.712] #7  0x000055db973ac18a in pg_qsort (data=<optimized out>, n=10058, element_size=element_size@entry=8, com...
[18:43:26.712] #8  0x000055db9737cb65 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[18:43:26.712] #9  0x000055db97371baf in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[18:43:26.997] #0  0x00007f55094a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[18:43:26.997] #1  0x00007f550945afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[18:43:26.997] #2  0x00007f5509445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[18:43:26.997] #3  0x00007f550961e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[18:43:26.997] #4  0x00007f550962aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[18:43:26.997] #5  0x00007f550960db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55884302dcc0, In...
[18:43:26.997] #6  0x0000558842fa95eb in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[18:43:26.997] #7  0x0000558842fdb18a in pg_qsort (data=<optimized out>, n=7608, element_size=element_size@entry=8, comp...
[18:43:26.997] #8  0x0000558842fabb65 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[18:43:26.997] #9  0x0000558842fa0baf in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[18:43:27.277] #0  0x00007f60c76a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[18:43:27.277] #1  0x00007f60c765afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[18:43:27.277] #2  0x00007f60c7645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[18:43:27.277] #3  0x00007f60c781e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[18:43:27.277] #4  0x00007f60c782aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[18:43:27.277] #5  0x00007f60c780db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x5615e2e55cc0, In...
[18:43:27.277] #6  0x00005615e2dd15eb in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[18:43:27.277] #7  0x00005615e2e0318a in pg_qsort (data=<optimized out>, n=4014, element_size=element_size@entry=8, comp...
[18:43:27.277] #8  0x00005615e2dd3b65 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[18:43:27.277] #9  0x00005615e2dc8baf in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[18:43:27.565] #0  0x00007f92650a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[18:43:27.565] #1  0x00007f926505afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[18:43:27.565] #2  0x00007f9265045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[18:43:27.565] #3  0x00007f926521e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[18:43:27.565] #4  0x00007f926522aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[18:43:27.565] #5  0x00007f926520db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55885e659cc0, In...
[18:43:27.565] #6  0x000055885e5d55eb in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[18:43:27.565] #7  0x000055885e607060 in pg_qsort (data=<optimized out>, n=9484, element_size=element_size@entry=8, comp...
[18:43:27.565] #8  0x000055885e5d7b65 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[18:43:27.565] #9  0x000055885e5ccbaf in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
tap
[18:40:47.258](2.995s) not ok 4 - dump from PITR 1
[18:40:48.357](1.099s) not ok 5 - dump from PITR 2
tap
[18:40:58.307](0.238s) not ok 19 - pg_dump: option -n pg_catalog
[18:40:59.278](0.971s) not ok 20 - pg_dumpall: option --exclude-database handles database names with embedded dots
[18:41:00.090](0.403s) not ok 37 - binary_upgrade: pg_dump runs
[18:41:00.105](0.015s) not ok 38 - binary_upgrade: pg_restore runs
tap
[18:40:58.124](1.221s) not ok 1 - parallel dump
[18:40:58.140](0.016s) not ok 2 - parallel restore
[18:40:58.388](0.248s) not ok 3 - parallel dump as inserts
[18:40:58.400](0.012s) not ok 4 - parallel restore as inserts
tap
[18:41:00.250](2.779s) not ok 1 - filter file without patterns
tap
[18:41:02.503](0.587s) not ok 7 - parallel dump
[18:41:02.730](0.227s) not ok 8 - parallel restore
[18:41:02.818](0.087s) not ok 9 - parallel restore with create
tap
[18:40:04.568](3.147s) not ok 6 - dump before running pg_upgrade
[18:40:13.357](4.369s) not ok 14 - run of pg_upgrade for new instance
[18:40:13.358](0.000s) not ok 15 - pg_upgrade_output.d/ removed after pg_upgrade success
[18:40:13.591](0.076s) not ok 16 - check that locales in new cluster match original cluster
[18:40:14.250](0.001s) not ok 18 - old and new dumps match after pg_upgrade
tap
[18:38:51.747](3.698s) not ok 10 - run of pg_upgrade of old cluster
[18:38:51.928](0.181s) not ok 11 - check the slot exists on new cluster
tap
[18:38:53.455](2.826s) not ok 8 - run of pg_upgrade for old instance when the subscription tables are in init/ready stat...
[18:38:53.455](0.000s) not ok 9 - pg_upgrade_output.d/ removed after successful pg_upgrade
[18:38:53.865](0.410s) not ok 10 - check that the subscription's running status and failover are preserved
[18:38:53.908](0.042s) not ok 11 - there should be 2 rows in pg_subscription_rel(representing tab_upgraded1 and tab_upgr...
tap
[18:40:38.083](1.233s) not ok 3 - dump primary server
[18:40:39.489](1.405s) not ok 4 - dump standby server
[18:40:40.714](1.212s) not ok 6 - dump catalogs of primary server
[18:40:41.249](0.535s) not ok 7 - dump catalogs of standby server
[18:40:41.260](0.010s) not ok 8 - compare primary and standby catalog dumps
tap
[18:42:02.065](0.633s) not ok 1 - binary_upgrade: pg_dump runs
test
[18:42:11.334]   6/312 postgresql:pg_upgrade / pg_upgrade/003_logical_slots                            ERROR            ...
[18:42:11.334]   9/312 postgresql:pg_upgrade / pg_upgrade/004_subscription                             ERROR            ...
[18:42:11.334]  83/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[18:42:11.334] 147/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[18:42:11.334] 155/312 postgresql:pg_combinebackup / pg_combinebackup/002_compare_backups              ERROR            ...
[18:42:11.334] 173/312 postgresql:pg_dump / pg_dump/004_pg_dump_parallel                               ERROR            ...
[18:42:11.334] 175/312 postgresql:pg_dump / pg_dump/002_pg_dump                                        ERROR            ...
[18:42:11.334] 176/312 postgresql:pg_dump / pg_dump/005_pg_dump_filterfile                             ERROR            ...
[18:42:11.334] 192/312 postgresql:pg_dump / pg_dump/010_dump_connstr                                   ERROR            ...
[18:42:11.334] 296/312 postgresql:test_pg_dump / test_pg_dump/001_base                                 ERROR            ...
51/5334 Support regular expressions with nondeterministic collations
Linux - Debian Bookworm - Meson
core
[17:45:15.399] #0  0xf7f10559 in __kernel_vsyscall ()
[17:45:15.399] #1  0xf684b2f7 in ?? () from /lib/i386-linux-gnu/libc.so.6
[17:45:15.399] #2  0xf67fa111 in raise () from /lib/i386-linux-gnu/libc.so.6
[17:45:15.399] #3  0xf67e326a in abort () from /lib/i386-linux-gnu/libc.so.6
[17:45:15.399] #4  0xf6a06d4a in __sanitizer::Abort () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_pos...
[17:45:15.399] #5  0xf6a15896 in __sanitizer::Die () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_termi...
[17:45:15.399] #6  0xf69f358c in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=<optimized out>, Pointer=<optimize...
[17:45:15.399] #7  0x56f1794d in pg_check_regex_collation (is_similar_to=true) at ../src/backend/regex/regc_pg_locale.c:...
[17:45:15.399] #8  0x56f17cd8 in pg_regcomp (re=0xffb57e20, string=0x58aa59ac, len=8, flags=3, collation=100) at ../src/...
[17:45:15.399] #9  0xeaf9389f in test_re_compile (text_re=text_re@entry=0x58a784c4, cflags=3, collation=collation@entry=...
core
[17:45:14.212] #0  0xf7f0c559 in __kernel_vsyscall ()
[17:45:14.212] #1  0xf68472f7 in ?? () from /lib/i386-linux-gnu/libc.so.6
[17:45:14.212] #2  0xf67f6111 in raise () from /lib/i386-linux-gnu/libc.so.6
[17:45:14.212] #3  0xf67df26a in abort () from /lib/i386-linux-gnu/libc.so.6
[17:45:14.212] #4  0xf6a02d4a in __sanitizer::Abort () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_pos...
[17:45:14.212] #5  0xf6a11896 in __sanitizer::Die () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_termi...
[17:45:14.212] #6  0xf69ef58c in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=<optimized out>, Pointer=<optimize...
[17:45:14.212] #7  0x56f3b94d in pg_check_regex_collation (is_similar_to=true) at ../src/backend/regex/regc_pg_locale.c:...
[17:45:14.212] #8  0x56f3bcd8 in pg_regcomp (re=0xffbf3180, string=0x596b5d30, len=16, flags=27, collation=100) at ../sr...
[17:45:14.212] #9  0x57241ebc in RE_compile_and_cache (text_re=0x5967d658, cflags=27, collation=100) at ../src/backend/u...
core
[17:45:14.727] #0  0xf7f3e559 in __kernel_vsyscall ()
[17:45:14.727] #1  0xf68792f7 in ?? () from /lib/i386-linux-gnu/libc.so.6
[17:45:14.727] #2  0xf6828111 in raise () from /lib/i386-linux-gnu/libc.so.6
[17:45:14.727] #3  0xf681126a in abort () from /lib/i386-linux-gnu/libc.so.6
[17:45:14.727] #4  0xf6a34d4a in __sanitizer::Abort () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_pos...
[17:45:14.727] #5  0xf6a43896 in __sanitizer::Die () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_termi...
[17:45:14.727] #6  0xf6a2158c in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=<optimized out>, Pointer=<optimize...
[17:45:14.727] #7  0x56f3694d in pg_check_regex_collation (is_similar_to=true) at ../src/backend/regex/regc_pg_locale.c:...
[17:45:14.727] #8  0x56f36cd8 in pg_regcomp (re=0xff9cdda0, string=0x58b84c4c, len=37, flags=3, collation=100) at ../src...
[17:45:14.727] #9  0x5723cebc in RE_compile_and_cache (text_re=0x58b84c00, cflags=3, collation=100) at ../src/backend/ut...
core
[17:45:12.823] #0  0xf7f64559 in __kernel_vsyscall ()
[17:45:12.823] #1  0xf689f2f7 in ?? () from /lib/i386-linux-gnu/libc.so.6
[17:45:12.823] #2  0xf684e111 in raise () from /lib/i386-linux-gnu/libc.so.6
[17:45:12.823] #3  0xf683726a in abort () from /lib/i386-linux-gnu/libc.so.6
[17:45:12.823] #4  0xf6a5ad4a in __sanitizer::Abort () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_pos...
[17:45:12.823] #5  0xf6a69896 in __sanitizer::Die () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_termi...
[17:45:12.823] #6  0xf6a4758c in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=<optimized out>, Pointer=<optimize...
[17:45:12.823] #7  0x56f8d94d in pg_check_regex_collation (is_similar_to=true) at ../src/backend/regex/regc_pg_locale.c:...
[17:45:12.823] #8  0x56f8dcd8 in pg_regcomp (re=0xffbbfdb0, string=0x5a277dac, len=37, flags=3, collation=100) at ../src...
[17:45:12.823] #9  0x57293ebc in RE_compile_and_cache (text_re=0x5a277d60, cflags=3, collation=100) at ../src/backend/ut...
core
[17:45:13.717] #0  0xf7f3e559 in __kernel_vsyscall ()
[17:45:13.717] #1  0xf68792f7 in ?? () from /lib/i386-linux-gnu/libc.so.6
[17:45:13.717] #2  0xf6828111 in raise () from /lib/i386-linux-gnu/libc.so.6
[17:45:13.717] #3  0xf681126a in abort () from /lib/i386-linux-gnu/libc.so.6
[17:45:13.717] #4  0xf6a34d4a in __sanitizer::Abort () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_pos...
[17:45:13.717] #5  0xf6a43896 in __sanitizer::Die () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_termi...
[17:45:13.717] #6  0xf6a2158c in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=<optimized out>, Pointer=<optimize...
[17:45:13.717] #7  0x56f3694d in pg_check_regex_collation (is_similar_to=true) at ../src/backend/regex/regc_pg_locale.c:...
[17:45:13.717] #8  0x56f36cd8 in pg_regcomp (re=0xff9cdba0, string=0x58bcbb34, len=5, flags=19, collation=100) at ../src...
[17:45:13.717] #9  0x5723cebc in RE_compile_and_cache (text_re=0x58bb8938, cflags=19, collation=100) at ../src/backend/u...
regress
diff -U3 /tmp/cirrus-ci-build/contrib/citext/expected/citext.out /tmp/cirrus-ci-build/build-32/testrun/citext/regress/re...
--- /tmp/cirrus-ci-build/contrib/citext/expected/citext.out	2024-11-08 17:35:45.298156445 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/citext/regress/results/citext.out	2024-11-08 17:42:02.807857318 +0000
@@ -500,2185 +500,7 @@
 
 -- SIMILAR TO should be case-insensitive.
 SELECT name FROM srt WHERE name SIMILAR TO '%a.*';
- name 
-------
- ABA
-(1 row)
-
-SELECT name FROM srt WHERE name SIMILAR TO '%A.*';
- name 
-------
- ABA
-(1 row)
-
--- Explicit casts.
-SELECT true::citext = 'true' AS t;
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/strings.out /tmp/cirrus-ci-build/build-32/testrun/recovery/027_s...
--- /tmp/cirrus-ci-build/src/test/regress/expected/strings.out	2024-11-08 17:35:47.210935961 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/recovery/027_stream_regress/data/results/strings.out	2024-11-08 17:41:39.14388...
@@ -438,2255 +438,7 @@
 ERROR:  negative substring length not allowed
 -- T581 regular expression substring (with SQL's bizarre regexp syntax)
 SELECT SUBSTRING('abcdefg' SIMILAR 'a#"(b_d)#"%' ESCAPE '#') AS "bcd";
- bcd 
------
- bcd
-(1 row)
-
--- obsolete SQL99 syntax
-SELECT SUBSTRING('abcdefg' FROM 'a#"(b_d)#"%' FOR '#') AS "bcd";
- bcd 
------
- bcd
-(1 row)
-
--- No match should return NULL
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/strings.out /tmp/cirrus-ci-build/build-32/testrun/regress/regres...
--- /tmp/cirrus-ci-build/src/test/regress/expected/strings.out	2024-11-08 17:35:47.210935961 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/regress/regress/results/strings.out	2024-11-08 17:41:01.583935521 +0000
@@ -438,2255 +438,7 @@
 ERROR:  negative substring length not allowed
 -- T581 regular expression substring (with SQL's bizarre regexp syntax)
 SELECT SUBSTRING('abcdefg' SIMILAR 'a#"(b_d)#"%' ESCAPE '#') AS "bcd";
- bcd 
------
- bcd
-(1 row)
-
--- obsolete SQL99 syntax
-SELECT SUBSTRING('abcdefg' FROM 'a#"(b_d)#"%' FOR '#') AS "bcd";
- bcd 
------
- bcd
-(1 row)
-
--- No match should return NULL
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/test_regex/expected/test_regex.out /tmp/cirrus-ci-build/build-32/testrun/...
--- /tmp/cirrus-ci-build/src/test/modules/test_regex/expected/test_regex.out	2024-11-08 17:35:47.074884890 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/test_regex/regress/results/test_regex.out	2024-11-08 17:42:21.171833555 +0000
@@ -1010,4075 +1010,7 @@
 ERROR:  invalid regular expression: invalid character range
 -- expectMatch	9.15 &LP	{[[:<:]]a}	a	a
 select * from test_regex('[[:<:]]a', 'a', 'LP');
-          test_regex           
--------------------------------
- {0,REG_UNONPOSIX,REG_ULOCALE}
- {a}
-(2 rows)
-
-select * from test_regex('[[:<:]]a', 'a', 'LPb');
-          test_regex           
--------------------------------
- {0,REG_UNONPOSIX,REG_ULOCALE}
- {a}
-(2 rows)
-
...
tap
[17:41:43.463](8.344s) not ok 2 - regression tests pass
test
[17:44:02.134]   6/312 postgresql:regress / regress/regress                                            ERROR            ...
[17:44:02.134]  33/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[17:44:02.134]  57/312 postgresql:citext / citext/regress                                              ERROR            ...
[17:44:02.134] 128/312 postgresql:test_regex / test_regex/regress                                      ERROR            ...
51/5284 database-specific role memberships
FreeBSD - 13 - Meson
core
[17:40:54.884] #0  0x0000100b2f224ff0 in ?? ()
[17:40:54.884] #1  0x0000000000000000 in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/privs_in_db.out /tmp/cirrus-ci-build/build/testrun/regress-runni...
--- /tmp/cirrus-ci-build/src/test/regress/expected/privs_in_db.out	2024-11-08 17:33:23.601698000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress-running/regress/results/privs_in_db.out	2024-11-08 17:39:16.445241000 +00...
@@ -756,9 +756,10 @@
 DROP DATABASE regression_db_0;
 DROP ROLE regress_role_admin;
 SELECT datname FROM pg_database WHERE datname LIKE 'regression_db_%';
- datname 
----------
-(0 rows)
+      datname      
+-------------------
+ regression_dblink
+(1 row)
 
 SELECT rolname FROM pg_roles WHERE rolname LIKE 'regress_role_%';
  rolname 
test
[17:39:38.954] 75/76 postgresql:regress-running / regress-running/regress                         ERROR            26.52...
51/5131 add log_transaction GUC setting
FreeBSD - 13 - Meson
tap
[15:55:08.104](1.615s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[15:55:18.999] 293/312 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
Linux - Debian Bookworm - Autoconf
tap
[15:56:39.083](0.763s) not ok 1 - no parameters missing from postgresql.conf.sample
Linux - Debian Bookworm - Meson
core
[15:59:05.103] #0  <unavailable> in ?? ()
core
[15:59:05.103] #0  0x00007f27190aed24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[15:59:05.103] #1  0x00007f271905b239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[15:59:05.103] #2  0x00007f2719116184 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:59:05.103] #3  0x00007f27191287dc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
tap
[15:57:46.402](0.415s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[15:57:57.802] 290/312 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
macOS - Sonoma - Meson
tap
[15:56:49.957](1.542s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[15:57:05.417] 293/312 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[16:02:54.540](2.602s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[16:03:24.685] 288/307 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
51/5012 Vacuum statistics
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out /tmp/cirrus-ci-build/bu...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-11-08 15:35:10.65674600...
+++ /tmp/cirrus-ci-build/build/testrun/isolation/isolation/results/vacuum-extending-in-repetable-read.out	2024-11-08 15:...
@@ -9,9 +9,10 @@
     FROM pg_stat_get_vacuum_tables vt, pg_class c
     WHERE vt.relname = 'test_vacuum_stat_isolation' AND vt.relid = c.oid;
 
-relname|tuples_deleted|dead_tuples|tuples_frozen
--------+--------------+-----------+-------------
-(0 rows)
+relname                   |tuples_deleted|dead_tuples|tuples_frozen
+--------------------------+--------------+-----------+-------------
+test_vacuum_stat_isolation|             0|          0|            0
+(1 row)
 
 step s1_begin_repeatable_read: 
   BEGIN transaction ISOLATION LEVEL REPEATABLE READ;
@@ -22,7 +23,8 @@
   100
 (1 row)
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/vacuum_tables_and_db_statistics.out /tmp/cirrus-ci-build/build/t...
--- /tmp/cirrus-ci-build/src/test/regress/expected/vacuum_tables_and_db_statistics.out	2024-11-08 15:35:10.833434000 +00...
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/vacuum_tables_and_db_statistics.out	2024-1...
@@ -186,7 +186,7 @@
 
 SELECT pages_frozen AS pf, pages_all_visible AS pv, rev_all_frozen_pages AS hafp,rev_all_visible_pages AS havp
 FROM pg_stat_get_vacuum_tables, pg_stat_all_tables WHERE pg_stat_get_vacuum_tables.relname = 'vestat' and pg_stat_get_v...
-UPDATE vestat SET x = x + 1001;
+UPDATE vestat SET x = x+1001;
 VACUUM (PARALLEL 0, BUFFER_USAGE_LIMIT 128) vestat;
 SELECT pages_frozen > :pf AS pages_frozen,pages_all_visible > :pv AS pages_all_visible,rev_all_frozen_pages > :hafp AS ...
 FROM pg_stat_get_vacuum_tables, pg_stat_all_tables WHERE pg_stat_get_vacuum_tables.relname = 'vestat' and pg_stat_get_v...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/vacuum_tables_and_db_statistics.out /tmp/cirrus-ci-build/build/t...
--- /tmp/cirrus-ci-build/src/test/regress/expected/vacuum_tables_and_db_statistics.out	2024-11-08 15:35:10.833434000 +00...
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/vacuum_tables_and_db_statistics.out	2024...
@@ -186,7 +186,7 @@
 
 SELECT pages_frozen AS pf, pages_all_visible AS pv, rev_all_frozen_pages AS hafp,rev_all_visible_pages AS havp
 FROM pg_stat_get_vacuum_tables, pg_stat_all_tables WHERE pg_stat_get_vacuum_tables.relname = 'vestat' and pg_stat_get_v...
-UPDATE vestat SET x = x + 1001;
+UPDATE vestat SET x = x+1001;
 VACUUM (PARALLEL 0, BUFFER_USAGE_LIMIT 128) vestat;
 SELECT pages_frozen > :pf AS pages_frozen,pages_all_visible > :pv AS pages_all_visible,rev_all_frozen_pages > :hafp AS ...
 FROM pg_stat_get_vacuum_tables, pg_stat_all_tables WHERE pg_stat_get_vacuum_tables.relname = 'vestat' and pg_stat_get_v...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/vacuum_tables_and_db_statistics.out /tmp/cirrus-ci-build/build/t...
--- /tmp/cirrus-ci-build/src/test/regress/expected/vacuum_tables_and_db_statistics.out	2024-11-08 15:35:10.833434000 +00...
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/vacuum_tables_and_db_statistics.out	2024-11-08 15:38:06.7...
@@ -186,7 +186,7 @@
 
 SELECT pages_frozen AS pf, pages_all_visible AS pv, rev_all_frozen_pages AS hafp,rev_all_visible_pages AS havp
 FROM pg_stat_get_vacuum_tables, pg_stat_all_tables WHERE pg_stat_get_vacuum_tables.relname = 'vestat' and pg_stat_get_v...
-UPDATE vestat SET x = x + 1001;
+UPDATE vestat SET x = x+1001;
 VACUUM (PARALLEL 0, BUFFER_USAGE_LIMIT 128) vestat;
 SELECT pages_frozen > :pf AS pages_frozen,pages_all_visible > :pv AS pages_all_visible,rev_all_frozen_pages > :hafp AS ...
 FROM pg_stat_get_vacuum_tables, pg_stat_all_tables WHERE pg_stat_get_vacuum_tables.relname = 'vestat' and pg_stat_get_v...
tap
[15:38:08.162](67.393s) not ok 5 - regression tests pass
tap
[15:38:51.426](75.278s) not ok 2 - regression tests pass
test
[15:40:44.406]  44/312 postgresql:regress / regress/regress                                            ERROR            ...
[15:40:44.406]  48/312 postgresql:isolation / isolation/isolation                                      ERROR            ...
[15:40:44.406]  99/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[15:40:44.406] 153/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/vacuum_tables_and_db_statistics.out /tmp/cirrus-ci-build/src/bin...
--- /tmp/cirrus-ci-build/src/test/regress/expected/vacuum_tables_and_db_statistics.out	2024-11-08 15:35:06.967296504 +00...
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/vacuum_tables_and_db_statistics.out	2024-11-08 15:42:59.91...
@@ -186,7 +186,7 @@
 
 SELECT pages_frozen AS pf, pages_all_visible AS pv, rev_all_frozen_pages AS hafp,rev_all_visible_pages AS havp
 FROM pg_stat_get_vacuum_tables, pg_stat_all_tables WHERE pg_stat_get_vacuum_tables.relname = 'vestat' and pg_stat_get_v...
-UPDATE vestat SET x = x + 1001;
+UPDATE vestat SET x = x+1001;
 VACUUM (PARALLEL 0, BUFFER_USAGE_LIMIT 128) vestat;
 SELECT pages_frozen > :pf AS pages_frozen,pages_all_visible > :pv AS pages_all_visible,rev_all_frozen_pages > :hafp AS ...
 FROM pg_stat_get_vacuum_tables, pg_stat_all_tables WHERE pg_stat_get_vacuum_tables.relname = 'vestat' and pg_stat_get_v...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out /tmp/cirrus-ci-build/sr...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-11-08 15:35:06.74729649...
+++ /tmp/cirrus-ci-build/src/test/isolation/output_iso/results/vacuum-extending-in-repetable-read.out	2024-11-08 15:40:4...
@@ -9,9 +9,10 @@
     FROM pg_stat_get_vacuum_tables vt, pg_class c
     WHERE vt.relname = 'test_vacuum_stat_isolation' AND vt.relid = c.oid;
 
-relname|tuples_deleted|dead_tuples|tuples_frozen
--------+--------------+-----------+-------------
-(0 rows)
+relname                   |tuples_deleted|dead_tuples|tuples_frozen
+--------------------------+--------------+-----------+-------------
+test_vacuum_stat_isolation|             0|          0|            0
+(1 row)
 
 step s1_begin_repeatable_read: 
   BEGIN transaction ISOLATION LEVEL REPEATABLE READ;
@@ -22,7 +23,8 @@
   100
 (1 row)
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/vacuum_tables_and_db_statistics.out /tmp/cirrus-ci-build/src/tes...
--- /tmp/cirrus-ci-build/src/test/regress/expected/vacuum_tables_and_db_statistics.out	2024-11-08 15:35:06.967296504 +00...
+++ /tmp/cirrus-ci-build/src/test/regress/results/vacuum_tables_and_db_statistics.out	2024-11-08 15:41:15.698449438 +000...
@@ -186,7 +186,7 @@
 
 SELECT pages_frozen AS pf, pages_all_visible AS pv, rev_all_frozen_pages AS hafp,rev_all_visible_pages AS havp
 FROM pg_stat_get_vacuum_tables, pg_stat_all_tables WHERE pg_stat_get_vacuum_tables.relname = 'vestat' and pg_stat_get_v...
-UPDATE vestat SET x = x + 1001;
+UPDATE vestat SET x = x+1001;
 VACUUM (PARALLEL 0, BUFFER_USAGE_LIMIT 128) vestat;
 SELECT pages_frozen > :pf AS pages_frozen,pages_all_visible > :pv AS pages_all_visible,rev_all_frozen_pages > :hafp AS ...
 FROM pg_stat_get_vacuum_tables, pg_stat_all_tables WHERE pg_stat_get_vacuum_tables.relname = 'vestat' and pg_stat_get_v...
tap
[15:42:59.946](88.450s) not ok 5 - regression tests pass
Linux - Debian Bookworm - Meson
core
[15:44:26.501] #0  0x00007f0f3a329d24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[15:44:26.501] #1  0x00007f0f3a2d6239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[15:44:26.501] #2  0x00007f0f3a2d6497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[15:44:26.501] #3  0x000055ec203835f3 in ?? ()
[15:44:26.501] #4  0x000055ec2037d369 in ?? ()
[15:44:26.501] #5  0x000055ec2037c20f in ?? ()
[15:44:26.501] #6  0x000055ec2037cc3b in ?? ()
[15:44:26.501] #7  0x000055ec2037a66f in ?? ()
[15:44:26.501] #8  0x00007f0f3a2c124a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:44:26.501] #9  0x00007f0f3a2c1305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[15:44:26.149] #0  0x00007f0f3a329d24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[15:44:26.149] #1  0x00007f0f3a2d6239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[15:44:26.149] #2  0x00007f0f3a2d6497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[15:44:26.149] #3  0x000055ec203835c1 in ?? ()
[15:44:26.149] #4  0x000055ec2037d369 in ?? ()
[15:44:26.149] #5  0x000055ec2037c20f in ?? ()
[15:44:26.149] #6  0x000055ec2037cc3b in ?? ()
[15:44:26.149] #7  0x000055ec2037a66f in ?? ()
[15:44:26.149] #8  0x00007f0f3a2c124a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:44:26.149] #9  0x00007f0f3a2c1305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[15:44:26.268] #0  <unavailable> in ?? ()
core
[15:44:26.268] #0  0x00007fde8a398d24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[15:44:26.268] #1  0x00007fde8a345239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[15:44:26.268] #2  0x00007fde8a345497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[15:44:26.268] #3  0x0000559e630c85f3 in ?? ()
[15:44:26.268] #4  0x0000559e630c2369 in ?? ()
[15:44:26.268] #5  0x0000559e630c120f in ?? ()
[15:44:26.268] #6  0x0000559e630c1c3b in ?? ()
[15:44:26.268] #7  0x0000559e630bf66f in ?? ()
[15:44:26.268] #8  0x00007fde8a33024a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:44:26.268] #9  0x00007fde8a330305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[15:44:26.386] #0  0x00007fde8a398d24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[15:44:26.386] #1  0x00007fde8a345239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[15:44:26.386] #2  0x00007fde8a345497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[15:44:26.386] #3  0x0000559e630c85c1 in ?? ()
[15:44:26.386] #4  0x0000559e630c2369 in ?? ()
[15:44:26.386] #5  0x0000559e630c120f in ?? ()
[15:44:26.386] #6  0x0000559e630c1c3b in ?? ()
[15:44:26.386] #7  0x0000559e630bf66f in ?? ()
[15:44:26.386] #8  0x00007fde8a33024a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:44:26.386] #9  0x00007fde8a330305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[15:44:26.501] #0  <unavailable> in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out /tmp/cirrus-ci-build/bu...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-11-08 15:35:05.69469816...
+++ /tmp/cirrus-ci-build/build/testrun/isolation/isolation/results/vacuum-extending-in-repetable-read.out	2024-11-08 15:...
@@ -9,9 +9,10 @@
     FROM pg_stat_get_vacuum_tables vt, pg_class c
     WHERE vt.relname = 'test_vacuum_stat_isolation' AND vt.relid = c.oid;
 
-relname|tuples_deleted|dead_tuples|tuples_frozen
--------+--------------+-----------+-------------
-(0 rows)
+relname                   |tuples_deleted|dead_tuples|tuples_frozen
+--------------------------+--------------+-----------+-------------
+test_vacuum_stat_isolation|             0|          0|            0
+(1 row)
 
 step s1_begin_repeatable_read: 
   BEGIN transaction ISOLATION LEVEL REPEATABLE READ;
@@ -22,7 +23,8 @@
   100
 (1 row)
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/vacuum_tables_and_db_statistics.out /tmp/cirrus-ci-build/build/t...
--- /tmp/cirrus-ci-build/src/test/regress/expected/vacuum_tables_and_db_statistics.out	2024-11-08 15:35:05.909973335 +00...
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/vacuum_tables_and_db_statistics.out	2024-1...
@@ -186,7 +186,7 @@
 
 SELECT pages_frozen AS pf, pages_all_visible AS pv, rev_all_frozen_pages AS hafp,rev_all_visible_pages AS havp
 FROM pg_stat_get_vacuum_tables, pg_stat_all_tables WHERE pg_stat_get_vacuum_tables.relname = 'vestat' and pg_stat_get_v...
-UPDATE vestat SET x = x + 1001;
+UPDATE vestat SET x = x+1001;
 VACUUM (PARALLEL 0, BUFFER_USAGE_LIMIT 128) vestat;
 SELECT pages_frozen > :pf AS pages_frozen,pages_all_visible > :pv AS pages_all_visible,rev_all_frozen_pages > :hafp AS ...
 FROM pg_stat_get_vacuum_tables, pg_stat_all_tables WHERE pg_stat_get_vacuum_tables.relname = 'vestat' and pg_stat_get_v...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/vacuum_tables_and_db_statistics.out /tmp/cirrus-ci-build/build/t...
--- /tmp/cirrus-ci-build/src/test/regress/expected/vacuum_tables_and_db_statistics.out	2024-11-08 15:35:05.909973335 +00...
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/vacuum_tables_and_db_statistics.out	2024...
@@ -186,7 +186,7 @@
 
 SELECT pages_frozen AS pf, pages_all_visible AS pv, rev_all_frozen_pages AS hafp,rev_all_visible_pages AS havp
 FROM pg_stat_get_vacuum_tables, pg_stat_all_tables WHERE pg_stat_get_vacuum_tables.relname = 'vestat' and pg_stat_get_v...
-UPDATE vestat SET x = x + 1001;
+UPDATE vestat SET x = x+1001;
 VACUUM (PARALLEL 0, BUFFER_USAGE_LIMIT 128) vestat;
 SELECT pages_frozen > :pf AS pages_frozen,pages_all_visible > :pv AS pages_all_visible,rev_all_frozen_pages > :hafp AS ...
 FROM pg_stat_get_vacuum_tables, pg_stat_all_tables WHERE pg_stat_get_vacuum_tables.relname = 'vestat' and pg_stat_get_v...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/vacuum_tables_and_db_statistics.out /tmp/cirrus-ci-build/build/t...
--- /tmp/cirrus-ci-build/src/test/regress/expected/vacuum_tables_and_db_statistics.out	2024-11-08 15:35:05.909973335 +00...
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/vacuum_tables_and_db_statistics.out	2024-11-08 15:41:01.6...
@@ -186,7 +186,7 @@
 
 SELECT pages_frozen AS pf, pages_all_visible AS pv, rev_all_frozen_pages AS hafp,rev_all_visible_pages AS havp
 FROM pg_stat_get_vacuum_tables, pg_stat_all_tables WHERE pg_stat_get_vacuum_tables.relname = 'vestat' and pg_stat_get_v...
-UPDATE vestat SET x = x + 1001;
+UPDATE vestat SET x = x+1001;
 VACUUM (PARALLEL 0, BUFFER_USAGE_LIMIT 128) vestat;
 SELECT pages_frozen > :pf AS pages_frozen,pages_all_visible > :pv AS pages_all_visible,rev_all_frozen_pages > :hafp AS ...
 FROM pg_stat_get_vacuum_tables, pg_stat_all_tables WHERE pg_stat_get_vacuum_tables.relname = 'vestat' and pg_stat_get_v...
tap
[15:41:04.650](73.802s) not ok 5 - regression tests pass
tap
[15:41:41.487](75.567s) not ok 2 - regression tests pass
test
[15:43:20.413]  40/312 postgresql:isolation / isolation/isolation                                      ERROR            ...
[15:43:20.413]  45/312 postgresql:regress / regress/regress                                            ERROR            ...
[15:43:20.413] 128/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[15:43:20.413] 156/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/isolation/expected/vacuum-extending-in-repetable-read.out /Users/admin/pgsql/build/...
--- /Users/admin/pgsql/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-11-08 15:35:10
+++ /Users/admin/pgsql/build/testrun/isolation/isolation/results/vacuum-extending-in-repetable-read.out	2024-11-08 15:38...
@@ -9,9 +9,10 @@
     FROM pg_stat_get_vacuum_tables vt, pg_class c
     WHERE vt.relname = 'test_vacuum_stat_isolation' AND vt.relid = c.oid;
 
-relname|tuples_deleted|dead_tuples|tuples_frozen
--------+--------------+-----------+-------------
-(0 rows)
+relname                   |tuples_deleted|dead_tuples|tuples_frozen
+--------------------------+--------------+-----------+-------------
+test_vacuum_stat_isolation|             0|          0|            0
+(1 row)
 
 step s1_begin_repeatable_read: 
   BEGIN transaction ISOLATION LEVEL REPEATABLE READ;
@@ -22,7 +23,8 @@
   100
 (1 row)
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/vacuum_tables_and_db_statistics.out /Users/admin/pgsql/build/testr...
--- /Users/admin/pgsql/src/test/regress/expected/vacuum_tables_and_db_statistics.out	2024-11-08 15:35:11
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/vacuum_tables_and_db_statistics.out	2024-11-...
@@ -186,7 +186,7 @@
 
 SELECT pages_frozen AS pf, pages_all_visible AS pv, rev_all_frozen_pages AS hafp,rev_all_visible_pages AS havp
 FROM pg_stat_get_vacuum_tables, pg_stat_all_tables WHERE pg_stat_get_vacuum_tables.relname = 'vestat' and pg_stat_get_v...
-UPDATE vestat SET x = x + 1001;
+UPDATE vestat SET x = x+1001;
 VACUUM (PARALLEL 0, BUFFER_USAGE_LIMIT 128) vestat;
 SELECT pages_frozen > :pf AS pages_frozen,pages_all_visible > :pv AS pages_all_visible,rev_all_frozen_pages > :hafp AS ...
 FROM pg_stat_get_vacuum_tables, pg_stat_all_tables WHERE pg_stat_get_vacuum_tables.relname = 'vestat' and pg_stat_get_v...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/vacuum_tables_and_db_statistics.out /Users/admin/pgsql/build/testr...
--- /Users/admin/pgsql/src/test/regress/expected/vacuum_tables_and_db_statistics.out	2024-11-08 15:35:11
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/vacuum_tables_and_db_statistics.out	2024-1...
@@ -186,7 +186,7 @@
 
 SELECT pages_frozen AS pf, pages_all_visible AS pv, rev_all_frozen_pages AS hafp,rev_all_visible_pages AS havp
 FROM pg_stat_get_vacuum_tables, pg_stat_all_tables WHERE pg_stat_get_vacuum_tables.relname = 'vestat' and pg_stat_get_v...
-UPDATE vestat SET x = x + 1001;
+UPDATE vestat SET x = x+1001;
 VACUUM (PARALLEL 0, BUFFER_USAGE_LIMIT 128) vestat;
 SELECT pages_frozen > :pf AS pages_frozen,pages_all_visible > :pv AS pages_all_visible,rev_all_frozen_pages > :hafp AS ...
 FROM pg_stat_get_vacuum_tables, pg_stat_all_tables WHERE pg_stat_get_vacuum_tables.relname = 'vestat' and pg_stat_get_v...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/vacuum_tables_and_db_statistics.out /Users/admin/pgsql/build/testr...
--- /Users/admin/pgsql/src/test/regress/expected/vacuum_tables_and_db_statistics.out	2024-11-08 15:35:11
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/vacuum_tables_and_db_statistics.out	2024-11-08 15:38:31
@@ -186,7 +186,7 @@
 
 SELECT pages_frozen AS pf, pages_all_visible AS pv, rev_all_frozen_pages AS hafp,rev_all_visible_pages AS havp
 FROM pg_stat_get_vacuum_tables, pg_stat_all_tables WHERE pg_stat_get_vacuum_tables.relname = 'vestat' and pg_stat_get_v...
-UPDATE vestat SET x = x + 1001;
+UPDATE vestat SET x = x+1001;
 VACUUM (PARALLEL 0, BUFFER_USAGE_LIMIT 128) vestat;
 SELECT pages_frozen > :pf AS pages_frozen,pages_all_visible > :pv AS pages_all_visible,rev_all_frozen_pages > :hafp AS ...
 FROM pg_stat_get_vacuum_tables, pg_stat_all_tables WHERE pg_stat_get_vacuum_tables.relname = 'vestat' and pg_stat_get_v...
tap
[15:38:31.541](54.893s) not ok 5 - regression tests pass
tap
[15:39:41.915](68.576s) not ok 2 - regression tests pass
test
[15:42:45.276]  28/312 postgresql:regress / regress/regress                                            ERROR            ...
[15:42:45.276]  41/312 postgresql:isolation / isolation/isolation                                      ERROR            ...
[15:42:45.276]  48/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[15:42:45.276] 143/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/isolation/expected/vacuum-extending-in-repetable-read.out C:/cirrus/buil...
--- C:/cirrus/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-11-08 15:35:15.127087400 +0000
+++ C:/cirrus/build/testrun/isolation/isolation/results/vacuum-extending-in-repetable-read.out	2024-11-08 15:39:16.38851...
@@ -9,9 +9,10 @@
     FROM pg_stat_get_vacuum_tables vt, pg_class c
     WHERE vt.relname = 'test_vacuum_stat_isolation' AND vt.relid = c.oid;
 
-relname|tuples_deleted|dead_tuples|tuples_frozen
--------+--------------+-----------+-------------
-(0 rows)
+relname                   |tuples_deleted|dead_tuples|tuples_frozen
+--------------------------+--------------+-----------+-------------
+test_vacuum_stat_isolation|             0|          0|            0
+(1 row)
 
 step s1_begin_repeatable_read: 
   BEGIN transaction ISOLATION LEVEL REPEATABLE READ;
@@ -22,7 +23,8 @@
   100
 (1 row)
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/vacuum_tables_and_db_statistics.out C:/cirrus/build/tes...
--- C:/cirrus/src/test/regress/expected/vacuum_tables_and_db_statistics.out	2024-11-08 15:35:15.756974100 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/vacuum_tables_and_db_statistics.out	2024-11-08 15:39:...
@@ -186,7 +186,7 @@
 
 SELECT pages_frozen AS pf, pages_all_visible AS pv, rev_all_frozen_pages AS hafp,rev_all_visible_pages AS havp
 FROM pg_stat_get_vacuum_tables, pg_stat_all_tables WHERE pg_stat_get_vacuum_tables.relname = 'vestat' and pg_stat_get_v...
-UPDATE vestat SET x = x + 1001;
+UPDATE vestat SET x = x+1001;
 VACUUM (PARALLEL 0, BUFFER_USAGE_LIMIT 128) vestat;
 SELECT pages_frozen > :pf AS pages_frozen,pages_all_visible > :pv AS pages_all_visible,rev_all_frozen_pages > :hafp AS ...
 FROM pg_stat_get_vacuum_tables, pg_stat_all_tables WHERE pg_stat_get_vacuum_tables.relname = 'vestat' and pg_stat_get_v...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/vacuum_tables_and_db_statistics.out C:/cirrus/build/tes...
--- C:/cirrus/src/test/regress/expected/vacuum_tables_and_db_statistics.out	2024-11-08 15:35:15.756974100 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/vacuum_tables_and_db_statistics.out	2024-11-08 15:4...
@@ -186,7 +186,7 @@
 
 SELECT pages_frozen AS pf, pages_all_visible AS pv, rev_all_frozen_pages AS hafp,rev_all_visible_pages AS havp
 FROM pg_stat_get_vacuum_tables, pg_stat_all_tables WHERE pg_stat_get_vacuum_tables.relname = 'vestat' and pg_stat_get_v...
-UPDATE vestat SET x = x + 1001;
+UPDATE vestat SET x = x+1001;
 VACUUM (PARALLEL 0, BUFFER_USAGE_LIMIT 128) vestat;
 SELECT pages_frozen > :pf AS pages_frozen,pages_all_visible > :pv AS pages_all_visible,rev_all_frozen_pages > :hafp AS ...
 FROM pg_stat_get_vacuum_tables, pg_stat_all_tables WHERE pg_stat_get_vacuum_tables.relname = 'vestat' and pg_stat_get_v...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/vacuum_tables_and_db_statistics.out C:/cirrus/build/tes...
--- C:/cirrus/src/test/regress/expected/vacuum_tables_and_db_statistics.out	2024-11-08 15:35:15.756974100 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/vacuum_tables_and_db_statistics.out	2024-11-08 15:39:05.647307200 +0...
@@ -186,7 +186,7 @@
 
 SELECT pages_frozen AS pf, pages_all_visible AS pv, rev_all_frozen_pages AS hafp,rev_all_visible_pages AS havp
 FROM pg_stat_get_vacuum_tables, pg_stat_all_tables WHERE pg_stat_get_vacuum_tables.relname = 'vestat' and pg_stat_get_v...
-UPDATE vestat SET x = x + 1001;
+UPDATE vestat SET x = x+1001;
 VACUUM (PARALLEL 0, BUFFER_USAGE_LIMIT 128) vestat;
 SELECT pages_frozen > :pf AS pages_frozen,pages_all_visible > :pv AS pages_all_visible,rev_all_frozen_pages > :hafp AS ...
 FROM pg_stat_get_vacuum_tables, pg_stat_all_tables WHERE pg_stat_get_vacuum_tables.relname = 'vestat' and pg_stat_get_v...
tap
[15:39:12.523](115.799s) not ok 5 - regression tests pass
tap
[15:41:33.782](127.840s) not ok 2 - regression tests pass
test
[15:47:47.575]  23/307 postgresql:regress / regress/regress                                            ERROR           1...
[15:47:47.575]  30/307 postgresql:isolation / isolation/isolation                                      ERROR           1...
[15:47:47.575]  41/307 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[15:47:47.575] 102/307 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5323 Support enabling checksums online
CompilerWarnings
compiler
[15:05:03.441] datachecksumsworker.c:590:67: error: format ‘%d’ expects argument of type ‘int’, but argument 5 has type ...
FreeBSD - 13 - Meson
tap
[14:58:21.624](213.913s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /tmp/cirrus-ci-build/src/test/checksum/t/003_standby_restarts.pl line 65.
tap
[14:53:10.138](0.000s) not ok 23 - data_checksums=on is reported on an offline cluster stdout /(?^:^on$)/
test
[14:58:21.949] 152/316 postgresql:pg_checksums / pg_checksums/002_actions                              ERROR            ...
[14:58:21.949] 316/316 postgresql:checksums / checksums/003_standby_restarts                           ERROR           2...
Linux - Debian Bookworm - Autoconf
tap
[14:55:15.918](0.001s) not ok 23 - data_checksums=on is reported on an offline cluster stdout /(?^:^on$)/
Linux - Debian Bookworm - Meson
tap
[14:56:04.242](0.000s) not ok 23 - data_checksums=on is reported on an offline cluster stdout /(?^:^on$)/
test
[14:57:37.073] 152/316 postgresql:pg_checksums / pg_checksums/002_actions                              ERROR            ...
macOS - Sonoma - Meson
core
[15:00:34.016]   * frame #0: 0x0000000101080b70 dyld`_dyld_start
tap
[14:54:27.979](0.000s) not ok 23 - data_checksums=on is reported on an offline cluster stdout /(?^:^on$)/
test
[14:57:06.496] 154/316 postgresql:pg_checksums / pg_checksums/002_actions                              ERROR            ...
51/4956 Test to dump and restore objects left behind by regression
FreeBSD - 13 - Meson
tap
[13:55:36.130](0.003s) not ok 11 - dump outputs of original and restored regression database, using format 'plain', matc...
test
[13:57:55.206] 140/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
Linux - Debian Bookworm - Autoconf
tap
[13:59:35.455](0.004s) not ok 11 - dump outputs of original and restored regression database, using format 'plain', matc...
Linux - Debian Bookworm - Meson
core
[13:59:13.153] #0  0x00007f56315e0b13 in wait4 () from /lib/x86_64-linux-gnu/libc.so.6
[13:59:13.153] #1  0x000055c175310cc0 in ?? ()
[13:59:13.153] #2  0x000055c175310efa in ?? ()
[13:59:13.153] #3  0x000055c175312630 in ?? ()
[13:59:13.153] #4  0x000055c17530c371 in ?? ()
[13:59:13.153] #5  0x000055c17530b20f in ?? ()
[13:59:13.153] #6  0x000055c17530bc3b in ?? ()
[13:59:13.153] #7  0x000055c17530966f in ?? ()
[13:59:13.153] #8  0x00007f563153424a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:59:13.153] #9  0x00007f5631534305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:59:13.281] #0  0x00007fdd21cde640 in strcmp () from /lib/x86_64-linux-gnu/libc.so.6
[13:59:13.281] #1  0x00007fdd21e7bfc2 in ?? () from /lib64/ld-linux-x86-64.so.2
[13:59:13.281] #2  0x00007fdd21e8bc99 in ?? () from /lib64/ld-linux-x86-64.so.2
[13:59:13.281] #3  0x00007fdd21e8822f in ?? () from /lib64/ld-linux-x86-64.so.2
[13:59:13.281] #4  0x00007fdd21e89bac in ?? () from /lib64/ld-linux-x86-64.so.2
[13:59:13.281] #5  0x00007fdd21e88a58 in ?? () from /lib64/ld-linux-x86-64.so.2
[13:59:13.281] #6  0x0000000000000003 in ?? ()
[13:59:13.281] #7  0x00007ffecf3403bc in ?? ()
[13:59:13.281] #8  0x00007ffecf3403bf in ?? ()
[13:59:13.281] #9  0x00007ffecf340447 in ?? ()
tap
[13:56:04.428](0.004s) not ok 11 - dump outputs of original and restored regression database, using format 'plain', matc...
test
[13:58:06.879] 151/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
macOS - Sonoma - Meson
tap
[13:56:11.926](0.005s) not ok 11 - dump outputs of original and restored regression database, using format 'plain', matc...
test
[14:00:19.308]  75/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[14:00:07.781](0.424s) not ok 11 - dump outputs of original and restored regression database, using format 'plain', matc...
test
[14:12:46.531]  57/307 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           3...
50/5208 prefetching for nestloop / indexscan
FreeBSD - 13 - Meson
core
[12:28:39.621] #0  0x0000534542a035da in ?? () from /libexec/ld-elf.so.1
[12:28:39.621] #1  0x00005345429ff6ec in ?? () from /libexec/ld-elf.so.1
[12:28:39.621] #2  0x0000000000000000 in ?? ()
tap
[12:27:13.758](1.646s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[12:27:23.602] 293/312 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
Linux - Debian Bookworm - Autoconf
tap
[12:27:41.773](0.895s) not ok 1 - no parameters missing from postgresql.conf.sample
Linux - Debian Bookworm - Meson
core
[12:30:48.901] #0  0x00007f5f231f0d24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[12:30:48.901] #1  0x00007f5f2319d239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[12:30:48.901] #2  0x00007f5f2319d497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[12:30:48.901] #3  0x00005583be8435f3 in ?? ()
[12:30:48.901] #4  0x00005583be83d369 in ?? ()
[12:30:48.901] #5  0x00005583be83c20f in ?? ()
[12:30:48.901] #6  0x00005583be83cc3b in ?? ()
[12:30:48.901] #7  0x00005583be83a66f in ?? ()
[12:30:48.901] #8  0x00007f5f2318824a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:30:48.901] #9  0x00007f5f23188305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[12:30:48.782] #0  0x00007f5f231f0d24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[12:30:48.782] #1  0x00007f5f2319d239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[12:30:48.782] #2  0x00007f5f2319d497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[12:30:48.782] #3  0x00005583be8435c1 in ?? ()
[12:30:48.782] #4  0x00005583be83d369 in ?? ()
[12:30:48.782] #5  0x00005583be83c20f in ?? ()
[12:30:48.782] #6  0x00005583be83cc3b in ?? ()
[12:30:48.782] #7  0x00005583be83a66f in ?? ()
[12:30:48.782] #8  0x00007f5f2318824a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:30:48.782] #9  0x00007f5f23188305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[12:30:48.901] #0  <unavailable> in ?? ()
tap
[12:29:29.678](0.415s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[12:29:40.636] 291/312 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
macOS - Sonoma - Meson
core
[12:31:27.814]   * frame #0: 0x0000000104ca0b70 dyld`_dyld_start
core
[12:31:58.721]   * frame #0: 0x00000001008f8b70 dyld`_dyld_start
tap
[12:27:53.479](1.280s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[12:28:08.214] 293/312 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[12:34:39.820](2.153s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[12:35:08.938] 289/307 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
51/5231 Consider the number of columns in the sort cost model
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out /tmp/cirrus-ci-build/build/testrun/...
--- /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out	2024-11-08 11:20:40.058512000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_stat_statements/regress/results/level_tracking.out	2024-11-08 11:23:14.6843050...
@@ -383,26 +383,24 @@
 (1 row)
 
 EXPLAIN (COSTS OFF) SELECT 1, 2 UNION SELECT 3, 4\; EXPLAIN (COSTS OFF) (SELECT 1, 2, 3) UNION SELECT 3, 4, 5;
+      QUERY PLAN       
+-----------------------
+ HashAggregate
+   Group Key: (1), (2)
+   ->  Append
+         ->  Result
+         ->  Result
+(5 rows)
+
          QUERY PLAN         
 ----------------------------
- Unique
-   ->  Sort
...
test
[11:25:20.365]  87/312 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out /tmp/cirrus-ci-build/contrib/pg_sta...
--- /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out	2024-11-08 11:20:39.312338137 +0000
+++ /tmp/cirrus-ci-build/contrib/pg_stat_statements/results/level_tracking.out	2024-11-08 11:25:49.153047967 +0000
@@ -383,25 +383,23 @@
 (1 row)
 
 EXPLAIN (COSTS OFF) SELECT 1, 2 UNION SELECT 3, 4\; EXPLAIN (COSTS OFF) (SELECT 1, 2, 3) UNION SELECT 3, 4, 5;
+      QUERY PLAN       
+-----------------------
+ HashAggregate
+   Group Key: (1), (2)
+   ->  Append
+         ->  Result
+         ->  Result
+(5 rows)
+
          QUERY PLAN         
 ----------------------------
- Unique
-   ->  Sort
...
Linux - Debian Bookworm - Meson
core
[11:28:37.033] #0  0x00007f520ccacd24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[11:28:37.033] #1  0x00007f520cc59239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[11:28:37.033] #2  0x00007f520cc59497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[11:28:37.033] #3  0x0000561ecd2555c1 in ?? ()
[11:28:37.033] #4  0x0000561ecd24f369 in ?? ()
[11:28:37.033] #5  0x0000561ecd24e20f in ?? ()
[11:28:37.033] #6  0x0000561ecd24ec3b in ?? ()
[11:28:37.033] #7  0x0000561ecd24c66f in ?? ()
[11:28:37.033] #8  0x00007f520cc4424a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[11:28:37.033] #9  0x00007f520cc44305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[11:28:36.918] #0  0x00007f520ccacd24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[11:28:36.918] #1  0x00007f520cc59239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[11:28:36.918] #2  0x00007f520cc59497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[11:28:36.918] #3  0x0000561ecd2555f3 in ?? ()
[11:28:36.918] #4  0x0000561ecd24f369 in ?? ()
[11:28:36.918] #5  0x0000561ecd24e20f in ?? ()
[11:28:36.918] #6  0x0000561ecd24ec3b in ?? ()
[11:28:36.918] #7  0x0000561ecd24c66f in ?? ()
[11:28:36.918] #8  0x00007f520cc4424a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[11:28:36.918] #9  0x00007f520cc44305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[11:28:36.918] #0  <unavailable> in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out /tmp/cirrus-ci-build/build/testrun/...
--- /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out	2024-11-08 11:20:36.379250459 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_stat_statements/regress/results/level_tracking.out	2024-11-08 11:25:31.5381490...
@@ -383,25 +383,23 @@
 (1 row)
 
 EXPLAIN (COSTS OFF) SELECT 1, 2 UNION SELECT 3, 4\; EXPLAIN (COSTS OFF) (SELECT 1, 2, 3) UNION SELECT 3, 4, 5;
+      QUERY PLAN       
+-----------------------
+ HashAggregate
+   Group Key: (1), (2)
+   ->  Append
+         ->  Result
+         ->  Result
+(5 rows)
+
          QUERY PLAN         
 ----------------------------
- Unique
-   ->  Sort
...
test
[11:27:28.428]  87/312 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/contrib/pg_stat_statements/expected/level_tracking.out C:/cirrus/build/testrun/pg...
--- C:/cirrus/contrib/pg_stat_statements/expected/level_tracking.out	2024-11-08 11:20:50.027699400 +0000
+++ C:/cirrus/build/testrun/pg_stat_statements/regress/results/level_tracking.out	2024-11-08 11:27:21.933979000 +0000
@@ -383,25 +383,23 @@
 (1 row)
 
 EXPLAIN (COSTS OFF) SELECT 1, 2 UNION SELECT 3, 4\; EXPLAIN (COSTS OFF) (SELECT 1, 2, 3) UNION SELECT 3, 4, 5;
+      QUERY PLAN       
+-----------------------
+ HashAggregate
+   Group Key: (1), (2)
+   ->  Append
+         ->  Result
+         ->  Result
+(5 rows)
+
          QUERY PLAN         
 ----------------------------
- Unique
-   ->  Sort
...
test
[11:33:28.005]  88/307 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
50/5348 Making error message more user-friendly with spaces in a URI
FreeBSD - 13 - Meson
tap
[10:54:38.535](0.004s) not ok 25 - postgresql://host?  user user  =  uri  & port = 12345 12 
[10:54:38.543](0.007s) not ok 26 - postgresql://host?  user  =  uri-user  & port = 12345 12 
test
[10:56:27.506] 136/312 postgresql:libpq / libpq/001_uri                                                ERROR            ...
Linux - Debian Bookworm - Autoconf
tap
[10:53:31.056](0.033s) not ok 25 - postgresql://host?  user user  =  uri  & port = 12345 12 
[10:53:31.083](0.026s) not ok 26 - postgresql://host?  user  =  uri-user  & port = 12345 12 
Linux - Debian Bookworm - Meson
core
[10:58:25.773] #0  0x00007feba09a7b13 in wait4 () from /lib/x86_64-linux-gnu/libc.so.6
[10:58:25.773] #1  0x000055ba8b6a0cc0 in ?? ()
[10:58:25.773] #2  0x000055ba8b6a0efa in ?? ()
[10:58:25.773] #3  0x000055ba8b6a2630 in ?? ()
[10:58:25.773] #4  0x000055ba8b69c371 in ?? ()
[10:58:25.773] #5  0x000055ba8b69b20f in ?? ()
[10:58:25.773] #6  0x000055ba8b69bc3b in ?? ()
[10:58:25.773] #7  0x000055ba8b69966f in ?? ()
[10:58:25.773] #8  0x00007feba08fb24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[10:58:25.773] #9  0x00007feba08fb305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
tap
[10:55:28.306](0.019s) not ok 25 - postgresql://host?  user user  =  uri  & port = 12345 12 
[10:55:28.324](0.017s) not ok 26 - postgresql://host?  user  =  uri-user  & port = 12345 12 
test
[10:57:20.761] 135/312 postgresql:libpq / libpq/001_uri                                                ERROR            ...
macOS - Sonoma - Meson
tap
[10:56:12.116](0.015s) not ok 25 - postgresql://host?  user user  =  uri  & port = 12345 12 
[10:56:12.133](0.017s) not ok 26 - postgresql://host?  user  =  uri-user  & port = 12345 12 
test
[10:58:59.438] 136/312 postgresql:libpq / libpq/001_uri                                                ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[10:59:37.346](0.256s) not ok 25 - postgresql://host?  user user  =  uri  & port = 12345 12 
[10:59:37.507](0.160s) not ok 26 - postgresql://host?  user  =  uri-user  & port = 12345 12 
test
[11:05:07.810] 135/307 postgresql:libpq / libpq/001_uri                                                ERROR            ...
51/5110 Add XMLCast (SQL/XML X025)
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upg...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-11-08 08:46:04.735253000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/xml.out	2024-11-08 08:48:46.516589000 +000...
@@ -2192,7 +2192,7 @@
 SELECT j, pg_typeof(j) FROM xmlcast('11:11:11.5'::time with time zone AS xml) t(j);
        j       | pg_typeof 
 ---------------+-----------
- 11:11:11.5-07 | xml
+ 11:11:11.5-08 | xml
 (1 row)
 
 -- Convert an XML string to bytea and back to xml
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-11-08 08:46:04.735253000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/xml.out	2024-11-08 08:49:32.088235000 +0...
@@ -2192,7 +2192,7 @@
 SELECT j, pg_typeof(j) FROM xmlcast('11:11:11.5'::time with time zone AS xml) t(j);
        j       | pg_typeof 
 ---------------+-----------
- 11:11:11.5-07 | xml
+ 11:11:11.5-08 | xml
 (1 row)
 
 -- Convert an XML string to bytea and back to xml
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/regress/regress/resul...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-11-08 08:46:04.735253000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/xml.out	2024-11-08 08:48:41.714106000 +0000
@@ -2192,7 +2192,7 @@
 SELECT j, pg_typeof(j) FROM xmlcast('11:11:11.5'::time with time zone AS xml) t(j);
        j       | pg_typeof 
 ---------------+-----------
- 11:11:11.5-07 | xml
+ 11:11:11.5-08 | xml
 (1 row)
 
 -- Convert an XML string to bytea and back to xml
tap
[08:49:04.094](69.042s) not ok 5 - regression tests pass
tap
[08:49:47.996](75.551s) not ok 2 - regression tests pass
test
[08:51:43.152]  41/312 postgresql:regress / regress/regress                                            ERROR            ...
[08:51:43.152]  97/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[08:51:43.152] 152/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/result...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-11-08 08:46:00.530091725 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/xml.out	2024-11-08 08:52:56.213155737 +0000
@@ -2192,7 +2192,7 @@
 SELECT j, pg_typeof(j) FROM xmlcast('11:11:11.5'::time with time zone AS xml) t(j);
        j       | pg_typeof 
 ---------------+-----------
- 11:11:11.5-07 | xml
+ 11:11:11.5-08 | xml
 (1 row)
 
 -- Convert an XML string to bytea and back to xml
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/src/test/regress/results/xml.out
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-11-08 08:46:00.530091725 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/xml.out	2024-11-08 08:51:39.789204399 +0000
@@ -2192,7 +2192,7 @@
 SELECT j, pg_typeof(j) FROM xmlcast('11:11:11.5'::time with time zone AS xml) t(j);
        j       | pg_typeof 
 ---------------+-----------
- 11:11:11.5-07 | xml
+ 11:11:11.5-08 | xml
 (1 row)
 
 -- Convert an XML string to bytea and back to xml
tap
[08:53:01.981](111.695s) not ok 5 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upg...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-11-08 08:46:01.211842702 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/xml.out	2024-11-08 08:51:44.090537726 +000...
@@ -2192,7 +2192,7 @@
 SELECT j, pg_typeof(j) FROM xmlcast('11:11:11.5'::time with time zone AS xml) t(j);
        j       | pg_typeof 
 ---------------+-----------
- 11:11:11.5-07 | xml
+ 11:11:11.5-08 | xml
 (1 row)
 
 -- Convert an XML string to bytea and back to xml
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-11-08 08:46:01.211842702 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/xml.out	2024-11-08 08:52:22.978822046 +0...
@@ -2192,7 +2192,7 @@
 SELECT j, pg_typeof(j) FROM xmlcast('11:11:11.5'::time with time zone AS xml) t(j);
        j       | pg_typeof 
 ---------------+-----------
- 11:11:11.5-07 | xml
+ 11:11:11.5-08 | xml
 (1 row)
 
 -- Convert an XML string to bytea and back to xml
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/regress/regress/resul...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-11-08 08:46:01.211842702 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/xml.out	2024-11-08 08:51:37.422496963 +0000
@@ -2192,7 +2192,7 @@
 SELECT j, pg_typeof(j) FROM xmlcast('11:11:11.5'::time with time zone AS xml) t(j);
        j       | pg_typeof 
 ---------------+-----------
- 11:11:11.5-07 | xml
+ 11:11:11.5-08 | xml
 (1 row)
 
 -- Convert an XML string to bytea and back to xml
tap
[08:51:55.587](73.292s) not ok 5 - regression tests pass
tap
[08:52:32.986](77.461s) not ok 2 - regression tests pass
test
[08:54:12.159]  42/312 postgresql:regress / regress/regress                                            ERROR            ...
[08:54:12.159] 133/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[08:54:12.159] 156/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/xml.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade...
--- /Users/admin/pgsql/src/test/regress/expected/xml.out	2024-11-08 08:46:03
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/xml.out	2024-11-08 08:49:15
@@ -2192,7 +2192,7 @@
 SELECT j, pg_typeof(j) FROM xmlcast('11:11:11.5'::time with time zone AS xml) t(j);
        j       | pg_typeof 
 ---------------+-----------
- 11:11:11.5-07 | xml
+ 11:11:11.5-08 | xml
 (1 row)
 
 -- Convert an XML string to bytea and back to xml
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/xml.out /Users/admin/pgsql/build/testrun/recovery/027_stream_regre...
--- /Users/admin/pgsql/src/test/regress/expected/xml.out	2024-11-08 08:46:03
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/xml.out	2024-11-08 08:50:37
@@ -2192,7 +2192,7 @@
 SELECT j, pg_typeof(j) FROM xmlcast('11:11:11.5'::time with time zone AS xml) t(j);
        j       | pg_typeof 
 ---------------+-----------
- 11:11:11.5-07 | xml
+ 11:11:11.5-08 | xml
 (1 row)
 
 -- Convert an XML string to bytea and back to xml
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/xml.out /Users/admin/pgsql/build/testrun/regress/regress/results/x...
--- /Users/admin/pgsql/src/test/regress/expected/xml.out	2024-11-08 08:46:03
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/xml.out	2024-11-08 08:49:15
@@ -2192,7 +2192,7 @@
 SELECT j, pg_typeof(j) FROM xmlcast('11:11:11.5'::time with time zone AS xml) t(j);
        j       | pg_typeof 
 ---------------+-----------
- 11:11:11.5-07 | xml
+ 11:11:11.5-08 | xml
 (1 row)
 
 -- Convert an XML string to bytea and back to xml
tap
[08:49:29.154](58.662s) not ok 5 - regression tests pass
tap
[08:50:48.275](77.548s) not ok 2 - regression tests pass
test
[08:53:47.666]  26/312 postgresql:regress / regress/regress                                            ERROR            ...
[08:53:47.666]  46/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[08:53:47.666] 141/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
51/5313 simplify regular expression locale global variables
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/query_cancel.out /tmp/cirrus-ci-build/build/testrun/postgres...
--- /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/query_cancel.out	2024-11-08 08:29:07.476137621 +0000
+++ /tmp/cirrus-ci-build/build/testrun/postgres_fdw/regress/results/query_cancel.out	2024-11-08 08:32:39.733671015 +0000
@@ -29,4 +29,5 @@
 -- This would take very long if not canceled:
 SELECT count(*) FROM ft1 a CROSS JOIN ft1 b CROSS JOIN ft1 c CROSS JOIN ft1 d;
 ERROR:  canceling statement due to statement timeout
+WARNING:  could not get result of cancel request due to timeout
 COMMIT;
test
[08:34:05.826] 153/312 postgresql:postgres_fdw / postgres_fdw/regress                                  ERROR            ...
51/5196 Use function smgrclose() to replace the loop
CompilerWarnings
compiler
[08:27:39.092] smgr.c:282:13: error: unused variable 'forknum' [-Werror,-Wunused-variable]
compiler
[08:27:39.092] smgr.c:487:9: error: unused variable 'which' [-Werror,-Wunused-variable]
compiler
[08:27:30.585] smgr.c:487:9: error: unused variable 'which' [-Werror,-Wunused-variable]
compiler
[08:27:30.585] smgr.c:282:13: error: unused variable 'forknum' [-Werror,-Wunused-variable]
compiler
[08:27:00.086] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable]
compiler
[08:27:00.086] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
compiler
[08:26:51.951] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable]
compiler
[08:26:51.951] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
compiler
[08:28:02.062] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable]
compiler
[08:28:02.062] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
50/5312 BUG #18568: BUG: Result wrong when do group by on partition table!
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_aggregate.out /tmp/cirrus-ci-build/build-32/testrun/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_aggregate.out	2024-11-08 07:03:24.104650031 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/recovery/027_stream_regress/data/results/partition_aggregate.out	2024-11-08 07...
@@ -1529,44 +1529,32 @@
     locale = 'und-u-ks-level2',
     deterministic = false
 );
+ERROR:  current database's encoding is not supported with this provider
 CREATE TABLE pagg_tab3 (c text collate case_insensitive) PARTITION BY LIST(c collate "C");
+ERROR:  collation "case_insensitive" for encoding "SQL_ASCII" does not exist
+LINE 1: CREATE TABLE pagg_tab3 (c text collate case_insensitive) PAR...
+                                       ^
 CREATE TABLE pagg_tab3_p1 PARTITION OF pagg_tab3 FOR VALUES IN ('a', 'b', 'c', 'd');
+ERROR:  relation "pagg_tab3" does not exist
 CREATE TABLE pagg_tab3_p2 PARTITION OF pagg_tab3 FOR VALUES IN ('e', 'f', 'A');
+ERROR:  relation "pagg_tab3" does not exist
 CREATE TABLE pagg_tab3_p3 PARTITION OF pagg_tab3 FOR VALUES IN ('B', 'C', 'D', 'E');
+ERROR:  relation "pagg_tab3" does not exist
 INSERT INTO pagg_tab3 SELECT substr('abcdeABCDE', (i % 10) +1 , 1) FROM generate_series(0, 2999) i;
+ERROR:  relation "pagg_tab3" does not exist
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_aggregate.out /tmp/cirrus-ci-build/build-32/testrun/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_aggregate.out	2024-11-08 07:03:24.104650031 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/regress/regress/results/partition_aggregate.out	2024-11-08 07:09:54.403641535 ...
@@ -1529,44 +1529,32 @@
     locale = 'und-u-ks-level2',
     deterministic = false
 );
+ERROR:  current database's encoding is not supported with this provider
 CREATE TABLE pagg_tab3 (c text collate case_insensitive) PARTITION BY LIST(c collate "C");
+ERROR:  collation "case_insensitive" for encoding "SQL_ASCII" does not exist
+LINE 1: CREATE TABLE pagg_tab3 (c text collate case_insensitive) PAR...
+                                       ^
 CREATE TABLE pagg_tab3_p1 PARTITION OF pagg_tab3 FOR VALUES IN ('a', 'b', 'c', 'd');
+ERROR:  relation "pagg_tab3" does not exist
 CREATE TABLE pagg_tab3_p2 PARTITION OF pagg_tab3 FOR VALUES IN ('e', 'f', 'A');
+ERROR:  relation "pagg_tab3" does not exist
 CREATE TABLE pagg_tab3_p3 PARTITION OF pagg_tab3 FOR VALUES IN ('B', 'C', 'D', 'E');
+ERROR:  relation "pagg_tab3" does not exist
 INSERT INTO pagg_tab3 SELECT substr('abcdeABCDE', (i % 10) +1 , 1) FROM generate_series(0, 2999) i;
+ERROR:  relation "pagg_tab3" does not exist
...
tap
[07:10:45.574](83.350s) not ok 2 - regression tests pass
test
[07:12:40.890]  41/312 postgresql:regress / regress/regress                                            ERROR            ...
[07:12:40.890] 156/312 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/partition_aggregate.out C:/cirrus/build/testrun/pg_upgr...
--- C:/cirrus/src/test/regress/expected/partition_aggregate.out	2024-11-08 07:03:43.044214800 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_aggregate.out	2024-11-08 07:07:44.719607800...
@@ -1529,44 +1529,32 @@
     locale = 'und-u-ks-level2',
     deterministic = false
 );
+ERROR:  ICU is not supported in this build
 CREATE TABLE pagg_tab3 (c text collate case_insensitive) PARTITION BY LIST(c collate "C");
+ERROR:  collation "case_insensitive" for encoding "UTF8" does not exist
+LINE 1: CREATE TABLE pagg_tab3 (c text collate case_insensitive) PAR...
+                                       ^
 CREATE TABLE pagg_tab3_p1 PARTITION OF pagg_tab3 FOR VALUES IN ('a', 'b', 'c', 'd');
+ERROR:  relation "pagg_tab3" does not exist
 CREATE TABLE pagg_tab3_p2 PARTITION OF pagg_tab3 FOR VALUES IN ('e', 'f', 'A');
+ERROR:  relation "pagg_tab3" does not exist
 CREATE TABLE pagg_tab3_p3 PARTITION OF pagg_tab3 FOR VALUES IN ('B', 'C', 'D', 'E');
+ERROR:  relation "pagg_tab3" does not exist
 INSERT INTO pagg_tab3 SELECT substr('abcdeABCDE', (i % 10) +1 , 1) FROM generate_series(0, 2999) i;
+ERROR:  relation "pagg_tab3" does not exist
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/partition_aggregate.out C:/cirrus/build/testrun/recover...
--- C:/cirrus/src/test/regress/expected/partition_aggregate.out	2024-11-08 07:03:43.044214800 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/partition_aggregate.out	2024-11-08 07:10:11.3299916...
@@ -1529,44 +1529,32 @@
     locale = 'und-u-ks-level2',
     deterministic = false
 );
+ERROR:  ICU is not supported in this build
 CREATE TABLE pagg_tab3 (c text collate case_insensitive) PARTITION BY LIST(c collate "C");
+ERROR:  collation "case_insensitive" for encoding "WIN1252" does not exist
+LINE 1: CREATE TABLE pagg_tab3 (c text collate case_insensitive) PAR...
+                                       ^
 CREATE TABLE pagg_tab3_p1 PARTITION OF pagg_tab3 FOR VALUES IN ('a', 'b', 'c', 'd');
+ERROR:  relation "pagg_tab3" does not exist
 CREATE TABLE pagg_tab3_p2 PARTITION OF pagg_tab3 FOR VALUES IN ('e', 'f', 'A');
+ERROR:  relation "pagg_tab3" does not exist
 CREATE TABLE pagg_tab3_p3 PARTITION OF pagg_tab3 FOR VALUES IN ('B', 'C', 'D', 'E');
+ERROR:  relation "pagg_tab3" does not exist
 INSERT INTO pagg_tab3 SELECT substr('abcdeABCDE', (i % 10) +1 , 1) FROM generate_series(0, 2999) i;
+ERROR:  relation "pagg_tab3" does not exist
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/partition_aggregate.out C:/cirrus/build/testrun/regress...
--- C:/cirrus/src/test/regress/expected/partition_aggregate.out	2024-11-08 07:03:43.044214800 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/partition_aggregate.out	2024-11-08 07:07:37.414896100 +0000
@@ -1529,44 +1529,32 @@
     locale = 'und-u-ks-level2',
     deterministic = false
 );
+ERROR:  ICU is not supported in this build
 CREATE TABLE pagg_tab3 (c text collate case_insensitive) PARTITION BY LIST(c collate "C");
+ERROR:  collation "case_insensitive" for encoding "WIN1252" does not exist
+LINE 1: CREATE TABLE pagg_tab3 (c text collate case_insensitive) PAR...
+                                       ^
 CREATE TABLE pagg_tab3_p1 PARTITION OF pagg_tab3 FOR VALUES IN ('a', 'b', 'c', 'd');
+ERROR:  relation "pagg_tab3" does not exist
 CREATE TABLE pagg_tab3_p2 PARTITION OF pagg_tab3 FOR VALUES IN ('e', 'f', 'A');
+ERROR:  relation "pagg_tab3" does not exist
 CREATE TABLE pagg_tab3_p3 PARTITION OF pagg_tab3 FOR VALUES IN ('B', 'C', 'D', 'E');
+ERROR:  relation "pagg_tab3" does not exist
 INSERT INTO pagg_tab3 SELECT substr('abcdeABCDE', (i % 10) +1 , 1) FROM generate_series(0, 2999) i;
+ERROR:  relation "pagg_tab3" does not exist
...
tap
[07:07:53.956](121.908s) not ok 5 - regression tests pass
tap
[07:10:23.119](130.503s) not ok 2 - regression tests pass
test
[07:17:27.859]  20/307 postgresql:regress / regress/regress                                            ERROR           1...
[07:17:27.859]  37/307 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[07:17:27.859]  92/307 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/4980 Expand applicability of aggregate's sortop optimization
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/join.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_up...
--- /tmp/cirrus-ci-build/src/test/regress/expected/join.out	2024-11-08 06:41:03.153448000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/join.out	2024-11-08 06:43:18.749018000 +00...
@@ -2273,10 +2273,10 @@
 select aa, bb, unique1, unique1
   from tenk1 right join b_star on aa = unique1
   where bb < bb and bb is null;
- aa | bb | unique1 | unique1 
-----+----+---------+---------
-(0 rows)
-
+ERROR:  deadlock detected
+DETAIL:  Process 10860 waits for AccessShareLock on relation 24549 of database 16387; blocked by process 10846.
+Process 10846 waits for AccessExclusiveLock on relation 16421 of database 16387; blocked by process 10860.
+HINT:  See server log for query details.
 --
 -- regression test: check handling of empty-FROM subquery underneath outer join
 --
tap
[06:44:10.138](72.322s) not ok 5 - regression tests pass
test
[06:47:04.181]  91/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/join.out /tmp/cirrus-ci-build/src/test/recovery/tmp_check/result...
--- /tmp/cirrus-ci-build/src/test/regress/expected/join.out	2024-11-08 06:41:03.268944565 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/join.out	2024-11-08 06:50:10.267823094 +0000
@@ -2238,11 +2238,10 @@
   x.unique1 in (select a.f1 from int4_tbl a,float8_tbl b where a.f1=b.f1) and
   x.unique1 = 0 and
   x.unique1 in (select aa.f1 from int4_tbl aa,float8_tbl bb where aa.f1=bb.f1);
- count 
--------
-     1
-(1 row)
-
+ERROR:  deadlock detected
+DETAIL:  Process 54468 waits for AccessShareLock on relation 24504 of database 16384; blocked by process 54482.
+Process 54482 waits for AccessExclusiveLock on relation 16418 of database 16384; blocked by process 54468.
+HINT:  See server log for query details.
 -- try that with GEQO too
 begin;
 set geqo = on;
tap
[06:50:52.964](60.481s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/select_distinct.out /tmp/cirrus-ci-build/build/testrun/pg_upgrad...
--- /tmp/cirrus-ci-build/src/test/regress/expected/select_distinct.out	2024-11-08 06:40:59.535006592 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/select_distinct.out	2024-11-08 06:45:46.87...
@@ -232,18 +232,10 @@
 -- Ensure we get a parallel plan
 EXPLAIN (costs off)
 SELECT DISTINCT four FROM tenk1;
-                     QUERY PLAN                     
-----------------------------------------------------
- Unique
-   ->  Gather Merge
-         Workers Planned: 2
-         ->  Sort
-               Sort Key: four
-               ->  HashAggregate
-                     Group Key: four
-                     ->  Parallel Seq Scan on tenk1
-(8 rows)
-
+ERROR:  deadlock detected
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/join.out /tmp/cirrus-ci-build/build/testrun/regress/regress/resu...
--- /tmp/cirrus-ci-build/src/test/regress/expected/join.out	2024-11-08 06:40:59.494825609 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/join.out	2024-11-08 06:45:45.175390297 +0000
@@ -2238,11 +2238,10 @@
   x.unique1 in (select a.f1 from int4_tbl a,float8_tbl b where a.f1=b.f1) and
   x.unique1 = 0 and
   x.unique1 in (select aa.f1 from int4_tbl aa,float8_tbl bb where aa.f1=bb.f1);
- count 
--------
-     1
-(1 row)
-
+ERROR:  deadlock detected
+DETAIL:  Process 29484 waits for AccessShareLock on relation 24446 of database 16384; blocked by process 29472.
+Process 29472 waits for AccessExclusiveLock on relation 16418 of database 16384; blocked by process 29484.
+HINT:  See server log for query details.
 -- try that with GEQO too
 begin;
 set geqo = on;
tap
[06:46:43.614](71.736s) not ok 5 - regression tests pass
test
[06:48:53.575]  13/312 postgresql:regress / regress/regress                                            ERROR            ...
[06:48:53.575] 122/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/subselect.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_u...
--- /Users/admin/pgsql/src/test/regress/expected/subselect.out	2024-11-08 06:41:01
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/subselect.out	2024-11-08 06:43:29
@@ -1029,7 +1029,7 @@
    ->  Seq Scan on tenk1 t
          Filter: ((ANY (unique2 = (hashed SubPlan 2).col1)) OR (ten < 0))
          SubPlan 2
-           ->  Index Only Scan using tenk1_unique1 on tenk1 k
+           ->  Index Only Scan using idx_int4 on tenk1 k
 (5 rows)
 
 select count(*) from tenk1 t
@@ -1403,7 +1403,7 @@
    ->  Seq Scan on public.tenk1 b
          Output: b.unique1, b.unique2, b.two, b.four, b.ten, b.twenty, b.hundred, b.thousand, b.twothousand, b.fivethou...
    SubPlan 1
-     ->  Index Only Scan using tenk1_unique1 on public.tenk1 a
+     ->  Index Only Scan using idx_int4 on public.tenk1 a
            Output: a.unique1
 (10 rows)
...
tap
[06:43:57.745](44.304s) not ok 5 - regression tests pass
test
[06:48:04.531]  43/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/join.out C:/cirrus/build/testrun/pg_upgrade/002_pg_upgr...
--- C:/cirrus/src/test/regress/expected/join.out	2024-11-08 06:41:13.353801200 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/join.out	2024-11-08 06:43:48.591934900 +0000
@@ -4291,27 +4291,10 @@
 explain (costs off)
 select * from tenk1 a join tenk1 b on
   (a.unique1 = 1 and b.unique1 = 2) or (a.unique2 = 3 and b.hundred = 4);
-                                           QUERY PLAN                                            
--------------------------------------------------------------------------------------------------
- Nested Loop
-   Join Filter: (((a.unique1 = 1) AND (b.unique1 = 2)) OR ((a.unique2 = 3) AND (b.hundred = 4)))
-   ->  Bitmap Heap Scan on tenk1 b
-         Recheck Cond: ((unique1 = 2) OR (hundred = 4))
-         ->  BitmapOr
-               ->  Bitmap Index Scan on tenk1_unique1
-                     Index Cond: (unique1 = 2)
-               ->  Bitmap Index Scan on tenk1_hundred
-                     Index Cond: (hundred = 4)
-   ->  Materialize
-         ->  Bitmap Heap Scan on tenk1 a
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/subselect.out C:/cirrus/build/testrun/recovery/027_stre...
--- C:/cirrus/src/test/regress/expected/subselect.out	2024-11-08 06:41:13.431327400 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/subselect.out	2024-11-08 06:46:19.837079000 +0000
@@ -1029,7 +1029,7 @@
    ->  Seq Scan on tenk1 t
          Filter: ((ANY (unique2 = (hashed SubPlan 2).col1)) OR (ten < 0))
          SubPlan 2
-           ->  Index Only Scan using tenk1_unique1 on tenk1 k
+           ->  Index Only Scan using idx_int4 on tenk1 k
 (5 rows)
 
 select count(*) from tenk1 t
@@ -1403,7 +1403,7 @@
    ->  Seq Scan on public.tenk1 b
          Output: b.unique1, b.unique2, b.two, b.four, b.ten, b.twenty, b.hundred, b.thousand, b.twothousand, b.fivethou...
    SubPlan 1
-     ->  Index Only Scan using tenk1_unique1 on public.tenk1 a
+     ->  Index Only Scan using idx_int4 on public.tenk1 a
            Output: a.unique1
 (10 rows)
...
tap
[06:45:09.949](116.219s) not ok 5 - regression tests pass
tap
[06:47:54.601](148.645s) not ok 2 - regression tests pass
test
[06:54:00.608]  39/307 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[06:54:00.608] 118/307 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5099 CREATE OR REPLACE MATERIALIZED VIEW
FreeBSD - 13 - Meson
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 194, PID: 11384
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 194, PID: 17916
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 194, PID: 10912
core
[06:36:27.747] #0  0x000000082c60d41a in thr_kill () from /lib/libc.so.7
[06:36:27.747] #1  0x000000082c586e64 in raise () from /lib/libc.so.7
[06:36:27.747] #2  0x000000082c6376f9 in abort () from /lib/libc.so.7
[06:36:27.747] #3  0x0000000000a95e95 in ExceptionalCondition (conditionName=0x2e7bc8 "queryDesc->sourceText != NULL", f...
[06:36:27.747] #4  0x0000000000766869 in standard_ExecutorStart (queryDesc=0x843e4f088, eflags=0) at ../src/backend/exec...
[06:36:27.747] #5  0x00000000006fd4f5 in refresh_matview_datafill (dest=<optimized out>, query=<optimized out>, queryStr...
[06:36:27.747] #6  RefreshMatViewByOid (matviewOid=27313, is_create=<optimized out>, skipData=<optimized out>, concurren...
[06:36:27.747] #7  0x00000000006fd0d6 in ExecRefreshMatView (stmt=<optimized out>, queryString=queryString@entry=0x0, qc...
[06:36:27.747] #8  0x00000000006d41ec in ExecCreateTableAs (pstate=pstate@entry=0x837353900, stmt=stmt@entry=0x83725efd0...
[06:36:27.747] #9  0x0000000000941b68 in ProcessUtilitySlow (pstate=pstate@entry=0x837353900, pstmt=pstmt@entry=0x83717f...
core
[06:36:27.867] #0  0x00002ce543573ff0 in ?? ()
[06:36:27.867] #1  0x0000000000000003 in ?? ()
[06:36:27.867] #2  0x000006de54fc6c78 in ?? ()
[06:36:27.867] #3  0x000006de54fc6c7b in ?? ()
[06:36:27.867] #4  0x000006de54fc6c7e in ?? ()
[06:36:27.867] #5  0x0000000000000000 in ?? ()
[06:36:28.183] #0  0x000000082b29a41a in thr_kill () from /lib/libc.so.7
core
[06:36:28.239] #0  0x000000082b29a41a in thr_kill () from /lib/libc.so.7
[06:36:28.239] #1  0x000000082b213e64 in raise () from /lib/libc.so.7
[06:36:28.239] #2  0x000000082b2c46f9 in abort () from /lib/libc.so.7
[06:36:28.239] #3  0x0000000000a95e95 in ExceptionalCondition (conditionName=0x2e7bc8 "queryDesc->sourceText != NULL", f...
[06:36:28.239] #4  0x0000000000766869 in standard_ExecutorStart (queryDesc=0x8396df088, eflags=0) at ../src/backend/exec...
[06:36:28.239] #5  0x000000083c9c89c2 in pgss_ExecutorStart (queryDesc=0x8396df088, eflags=6) at ../contrib/pg_stat_stat...
[06:36:28.239] #6  0x00000000006fd4f5 in refresh_matview_datafill (dest=<optimized out>, query=<optimized out>, queryStr...
[06:36:28.239] #7  RefreshMatViewByOid (matviewOid=27189, is_create=<optimized out>, skipData=<optimized out>, concurren...
[06:36:28.239] #8  0x00000000006fd0d6 in ExecRefreshMatView (stmt=<optimized out>, queryString=queryString@entry=0x0, qc...
[06:36:28.239] #9  0x00000000006d41ec in ExecCreateTableAs (pstate=pstate@entry=0x8396d8900, stmt=stmt@entry=0x8395f9fd0...
core
[06:36:27.392] #0  0x000000082eb1441a in thr_kill () from /lib/libc.so.7
[06:36:27.392] #1  0x000000082ea8de64 in raise () from /lib/libc.so.7
[06:36:27.392] #2  0x000000082eb3e6f9 in abort () from /lib/libc.so.7
[06:36:27.392] #3  0x0000000000a95e95 in ExceptionalCondition (conditionName=0x2e7bc8 "queryDesc->sourceText != NULL", f...
[06:36:27.392] #4  0x0000000000766869 in standard_ExecutorStart (queryDesc=0x838d65088, eflags=0) at ../src/backend/exec...
[06:36:27.392] #5  0x00000000006fd4f5 in refresh_matview_datafill (dest=<optimized out>, query=<optimized out>, queryStr...
[06:36:27.392] #6  RefreshMatViewByOid (matviewOid=27378, is_create=<optimized out>, skipData=<optimized out>, concurren...
[06:36:27.392] #7  0x00000000006fd0d6 in ExecRefreshMatView (stmt=<optimized out>, queryString=queryString@entry=0x0, qc...
[06:36:27.392] #8  0x00000000006d41ec in ExecCreateTableAs (pstate=pstate@entry=0x838e61900, stmt=stmt@entry=0x838d80fd0...
[06:36:27.392] #9  0x0000000000941b68 in ProcessUtilitySlow (pstate=pstate@entry=0x838e61900, pstmt=pstmt@entry=0x838cc5...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_up...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-11-08 06:29:02.338793000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/brin.out	2024-11-08 06:31:27.955785000 +00...
@@ -588,4 +588,10 @@
 CREATE INDEX brin_insert_optimization_idx ON brin_insert_optimization USING brin (a);
 UPDATE brin_insert_optimization SET a = a;
 REINDEX INDEX CONCURRENTLY brin_insert_optimization_idx;
-DROP TABLE brin_insert_optimization;
+WARNING:  terminating connection because of crash of another server process
+DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because anothe...
+HINT:  In a moment you should be able to reconnect to the database and repeat your command.
+server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
+connection to server was lost
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/privileges.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002...
--- /tmp/cirrus-ci-build/src/test/regress/expected/privileges.out	2024-11-08 06:29:02.400200000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/privileges.out	2024-11-08 06:31:27.9503810...
@@ -1775,1417 +1775,10 @@
 -- Do the same concurrently
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-11-08 06:29:02.338793000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/brin.out	2024-11-08 06:32:08.502755000 +...
@@ -363,229 +363,10 @@
 	END LOOP;
 END;
 $x$;
-RESET enable_seqscan;
-RESET enable_bitmapscan;
-INSERT INTO brintest SELECT
-	repeat(stringu1, 42)::bytea,
-	substr(stringu1, 1, 1)::"char",
-	stringu1::name, 142857 * tenthous,
-	thousand,
-	twothousand,
-	repeat(stringu1, 42),
-	unique1::oid,
-	format('(%s,%s)', tenthous, twenty)::tid,
-	(four + 1.0)/(hundred+1),
-	odd::float8 / (tenthous + 1),
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/build/testrun/regress/regress/resu...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-11-08 06:29:02.338793000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/brin.out	2024-11-08 06:31:25.518353000 +0000
@@ -588,4 +588,10 @@
 CREATE INDEX brin_insert_optimization_idx ON brin_insert_optimization USING brin (a);
 UPDATE brin_insert_optimization SET a = a;
 REINDEX INDEX CONCURRENTLY brin_insert_optimization_idx;
-DROP TABLE brin_insert_optimization;
+WARNING:  terminating connection because of crash of another server process
+DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because anothe...
+HINT:  In a moment you should be able to reconnect to the database and repeat your command.
+server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
+connection to server was lost
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/privileges.out /tmp/cirrus-ci-build/build/testrun/regress/regres...
--- /tmp/cirrus-ci-build/src/test/regress/expected/privileges.out	2024-11-08 06:29:02.400200000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/privileges.out	2024-11-08 06:31:25.517001000 +0000
@@ -1775,1417 +1775,10 @@
 -- Do the same concurrently
...
tap
[06:31:30.566](30.077s) not ok 5 - regression tests pass
[06:31:32.689](2.117s) not ok 6 - dump before running pg_upgrade
tap
[06:32:10.516](32.802s) not ok 2 - regression tests pass
test
[06:34:42.362]  26/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[06:34:42.362]  23/312 postgresql:regress / regress/regress                                            ERROR            ...
[06:34:42.362]  51/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "execMain.c", Line: 194, PID: 35267
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "execMain.c", Line: 194, PID: 23885
core
[06:36:01.206] #0  0x00007f9ee62abe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:36:01.206] #1  0x00007f9ee625cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:36:01.206] #2  0x00007f9ee6247472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:36:01.206] #3  0x0000562d3759ca83 in ExceptionalCondition (conditionName=conditionName@entry=0x562d37877da0 "queryDe...
[06:36:01.206] #4  0x0000562d36d97c73 in standard_ExecutorStart (queryDesc=queryDesc@entry=0x62500020c520, eflags=eflags...
[06:36:01.206] #5  0x0000562d36d97ea8 in ExecutorStart (queryDesc=queryDesc@entry=0x62500020c520, eflags=eflags@entry=0)...
[06:36:01.206] #6  0x0000562d36c9071d in refresh_matview_datafill (dest=0x625000208fe8, query=<optimized out>, query@ent...
[06:36:01.206] #7  0x0000562d36c92e46 in RefreshMatViewByOid (matviewOid=<optimized out>, is_create=is_create@entry=fals...
[06:36:01.206] #8  0x0000562d36c93052 in ExecRefreshMatView (stmt=0x6210000d6630, queryString=queryString@entry=0x0, qc=...
[06:36:01.206] #9  0x0000562d36c32ca3 in ExecCreateTableAs (pstate=pstate@entry=0x6190000be680, stmt=stmt@entry=0x625000...
core
[06:35:59.946] #0  0x00007f6d9a9dbe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:35:59.946] #1  0x00007f6d9a98cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:35:59.946] #2  0x00007f6d9a977472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:35:59.946] #3  0x00005563c11aea83 in ExceptionalCondition (conditionName=conditionName@entry=0x5563c1489da0 "queryDe...
[06:35:59.946] #4  0x00005563c09a9c73 in standard_ExecutorStart (queryDesc=queryDesc@entry=0x6250001f5d20, eflags=eflags...
[06:35:59.946] #5  0x00005563c09a9ea8 in ExecutorStart (queryDesc=queryDesc@entry=0x6250001f5d20, eflags=eflags@entry=0)...
[06:35:59.946] #6  0x00005563c08a271d in refresh_matview_datafill (dest=0x6250001f27e8, query=<optimized out>, query@ent...
[06:35:59.946] #7  0x00005563c08a4e46 in RefreshMatViewByOid (matviewOid=<optimized out>, is_create=is_create@entry=fals...
[06:35:59.946] #8  0x00005563c08a5052 in ExecRefreshMatView (stmt=0x6210000d7a30, queryString=queryString@entry=0x0, qc=...
[06:35:59.946] #9  0x00005563c0844ca3 in ExecCreateTableAs (pstate=pstate@entry=0x6190000beb80, stmt=stmt@entry=0x625000...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/resul...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-11-08 06:28:57.273009944 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/brin.out	2024-11-08 06:35:00.612128253 +0000
@@ -588,4 +588,10 @@
 CREATE INDEX brin_insert_optimization_idx ON brin_insert_optimization USING brin (a);
 UPDATE brin_insert_optimization SET a = a;
 REINDEX INDEX CONCURRENTLY brin_insert_optimization_idx;
-DROP TABLE brin_insert_optimization;
+WARNING:  terminating connection because of crash of another server process
+DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because anothe...
+HINT:  In a moment you should be able to reconnect to the database and repeat your command.
+server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
+connection to server was lost
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/privileges.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check...
--- /tmp/cirrus-ci-build/src/test/regress/expected/privileges.out	2024-11-08 06:28:57.340721613 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/privileges.out	2024-11-08 06:35:00.568128183 +0000
@@ -1779,1413 +1779,10 @@
 REINDEX TABLE sro_tab;
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/src/test/regress/results/brin.out
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-11-08 06:28:57.273009944 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/brin.out	2024-11-08 06:33:19.100079138 +0000
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
tap
[06:35:02.865](37.660s) not ok 5 - regression tests pass
[06:35:05.319](2.445s) not ok 6 - dump before running pg_upgrade
Linux - Debian Bookworm - Meson
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 194, PID: 30545
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 194, PID: 37733
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 194, PID: 29263
core
[06:38:53.831] #0  0x00007f067cca9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:38:53.831] #1  0x00007f067cc5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:38:53.831] #2  0x00007f067cc45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:38:53.831] #3  0x000055dac7378f50 in ExceptionalCondition (conditionName=conditionName@entry=0x55dac75ede55 "queryDe...
[06:38:53.831] #4  0x000055dac6cfc3bd in standard_ExecutorStart (queryDesc=0x55dae71dcd10, eflags=0) at ../src/backend/e...
[06:38:53.831] #5  0x00007f067a84a6f7 in pgss_ExecutorStart (queryDesc=0x55dae71dcd10, eflags=<optimized out>) at ../con...
[06:38:53.831] #6  0x000055dac6cfc552 in ExecutorStart (queryDesc=queryDesc@entry=0x55dae71dcd10, eflags=eflags@entry=0)...
[06:38:53.831] #7  0x000055dac6c22c5e in refresh_matview_datafill (dest=0x55dae72c9348, query=<optimized out>, query@ent...
[06:38:53.831] #8  0x000055dac6c24fc5 in RefreshMatViewByOid (matviewOid=27218, is_create=is_create@entry=false, skipDat...
[06:38:53.831] #9  0x000055dac6c25104 in ExecRefreshMatView (stmt=0x55dae72ce420, queryString=queryString@entry=0x0, qc=...
core
[06:38:52.492] #0  0x00007fd58dea9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:38:52.492] #1  0x00007fd58de5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:38:52.492] #2  0x00007fd58de45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:38:52.492] #3  0x000056519f466f50 in ExceptionalCondition (conditionName=conditionName@entry=0x56519f6dbe55 "queryDe...
[06:38:52.492] #4  0x000056519edea3bd in standard_ExecutorStart (queryDesc=queryDesc@entry=0x5651a0f46eb0, eflags=eflags...
[06:38:52.492] #5  0x000056519edea599 in ExecutorStart (queryDesc=queryDesc@entry=0x5651a0f46eb0, eflags=eflags@entry=0)...
[06:38:52.492] #6  0x000056519ed10c5e in refresh_matview_datafill (dest=0x5651a0e72538, query=<optimized out>, query@ent...
[06:38:52.492] #7  0x000056519ed12fc5 in RefreshMatViewByOid (matviewOid=27423, is_create=is_create@entry=false, skipDat...
[06:38:52.492] #8  0x000056519ed13104 in ExecRefreshMatView (stmt=0x5651a0e7b300, queryString=queryString@entry=0x0, qc=...
[06:38:52.492] #9  0x000056519ecc8d51 in ExecCreateTableAs (pstate=pstate@entry=0x5651a0e78590, stmt=stmt@entry=0x5651a0...
core
[06:38:53.976] #0  <unavailable> in ?? ()
core
[06:38:53.976] #0  0x00007f3fca7ecd24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[06:38:53.976] #1  0x00007f3fca799239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[06:38:53.976] #2  0x00007f3fca799497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[06:38:53.976] #3  0x00005639e68035f3 in ?? ()
[06:38:53.976] #4  0x00005639e67fd369 in ?? ()
[06:38:53.976] #5  0x00005639e67fc20f in ?? ()
[06:38:53.976] #6  0x00005639e67fcc3b in ?? ()
[06:38:53.976] #7  0x00005639e67fa66f in ?? ()
[06:38:53.976] #8  0x00007f3fca78424a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:38:53.976] #9  0x00007f3fca784305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:38:55.290] #0  0x00007f25856a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:38:55.290] #1  0x00007f258565afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:38:55.290] #2  0x00007f2585645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:38:55.290] #3  0x000055c68da0bf50 in ExceptionalCondition (conditionName=conditionName@entry=0x55c68dc80e55 "queryDe...
[06:38:55.290] #4  0x000055c68d38f3bd in standard_ExecutorStart (queryDesc=queryDesc@entry=0x55c6ae988dd0, eflags=eflags...
[06:38:55.290] #5  0x000055c68d38f599 in ExecutorStart (queryDesc=queryDesc@entry=0x55c6ae988dd0, eflags=eflags@entry=0)...
[06:38:55.290] #6  0x000055c68d2b5c5e in refresh_matview_datafill (dest=0x55c6ae98ead8, query=<optimized out>, query@ent...
[06:38:55.290] #7  0x000055c68d2b7fc5 in RefreshMatViewByOid (matviewOid=27504, is_create=is_create@entry=false, skipDat...
[06:38:55.290] #8  0x000055c68d2b8104 in ExecRefreshMatView (stmt=0x55c6ae950a50, queryString=queryString@entry=0x0, qc=...
[06:38:55.290] #9  0x000055c68d26dd51 in ExecCreateTableAs (pstate=pstate@entry=0x55c6ae961e90, stmt=stmt@entry=0x55c6ae...
core
[06:38:55.438] #0  0x00007f3fca7ecd24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[06:38:55.438] #1  0x00007f3fca799239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[06:38:55.438] #2  0x00007f3fca799497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[06:38:55.438] #3  0x00005639e68035c1 in ?? ()
[06:38:55.438] #4  0x00005639e67fd369 in ?? ()
[06:38:55.438] #5  0x00005639e67fc20f in ?? ()
[06:38:55.438] #6  0x00005639e67fcc3b in ?? ()
[06:38:55.438] #7  0x00005639e67fa66f in ?? ()
[06:38:55.438] #8  0x00007f3fca78424a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:38:55.438] #9  0x00007f3fca784305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_up...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-11-08 06:28:56.070602866 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/brin.out	2024-11-08 06:34:41.509785658 +00...
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-11-08 06:28:56.070602866 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/brin.out	2024-11-08 06:35:24.029760957 +...
@@ -363,229 +363,10 @@
 	END LOOP;
 END;
 $x$;
-RESET enable_seqscan;
-RESET enable_bitmapscan;
-INSERT INTO brintest SELECT
-	repeat(stringu1, 42)::bytea,
-	substr(stringu1, 1, 1)::"char",
-	stringu1::name, 142857 * tenthous,
-	thousand,
-	twothousand,
-	repeat(stringu1, 42),
-	unique1::oid,
-	format('(%s,%s)', tenthous, twenty)::tid,
-	(four + 1.0)/(hundred+1),
-	odd::float8 / (tenthous + 1),
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/build/testrun/regress/regress/resu...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-11-08 06:28:56.070602866 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/brin.out	2024-11-08 06:34:33.945790497 +0000
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
tap
[06:34:46.155](30.485s) not ok 5 - regression tests pass
[06:34:47.899](1.713s) not ok 6 - dump before running pg_upgrade
tap
[06:35:29.027](38.014s) not ok 2 - regression tests pass
test
[06:37:43.259]  26/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[06:37:43.259]  18/312 postgresql:regress / regress/regress                                            ERROR            ...
[06:37:43.259]  69/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 194, PID: 6412
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 194, PID: 8128
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 194, PID: 3436
core
0000007b`b4bfe110 00007ff7`3db38df8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000007b`b4bfe150 00007ff7`3d61d859     postgres!ExceptionalCondition(
0000007b`b4bfe190 00007ff7`3d61d6da     postgres!standard_ExecutorStart(
0000007b`b4bfe1e0 00007ff7`3d571ff9     postgres!ExecutorStart(
0000007b`b4bfe210 00007ff7`3d571990     postgres!refresh_matview_datafill(
0000007b`b4bfe2a0 00007ff7`3d5711f8     postgres!RefreshMatViewByOid(
0000007b`b4bfe4f0 00007ff7`3d530a37     postgres!ExecRefreshMatView(
0000007b`b4bfe570 00007ff7`3d90f657     postgres!ExecCreateTableAs(
0000007b`b4bfe690 00007ff7`3d90b31f     postgres!ProcessUtilitySlow(
0000007b`b4bfefb0 00007ff7`3d90a269     postgres!standard_ProcessUtility(
core
0000007b`b53ff5c8 00007ffc`2af945ca     ntdll!NtFsControlFile+0x14
0000007b`b53ff5d0 00007ff7`3d7f054b     KERNELBASE!ConnectNamedPipe+0x6a
0000007b`b53ff640 00007ffc`2ca84cb0     postgres!pg_signal_thread(
0000007b`b53ff740 00007ffc`2d3fecdb     KERNEL32!BaseThreadInitThunk+0x10
0000007b`b53ff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007b`b5bff8f8 00007ffc`2d38b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007b`b5bff900 00007ffc`2ca84cb0     ntdll!TppWorkerThread+0x2df
0000007b`b5bffbf0 00007ffc`2d3fecdb     KERNEL32!BaseThreadInitThunk+0x10
0000007b`b5bffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007b`b57ffbf8 00007ffc`2af4d71e     ntdll!NtWaitForSingleObject+0x14
0000007b`b57ffc00 00007ff7`3d7f1fec     KERNELBASE!WaitForSingleObjectEx+0x8e
0000007b`b57ffca0 00007ffc`2ca84cb0     postgres!pg_timer_thread(
0000007b`b57ffce0 00007ffc`2d3fecdb     KERNEL32!BaseThreadInitThunk+0x10
0000007b`b57ffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007b`b4fffc18 00007ffc`2d38b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007b`b4fffc20 00007ffc`2ca84cb0     ntdll!TppWorkerThread+0x2df
0000007b`b4ffff10 00007ffc`2d3fecdb     KERNEL32!BaseThreadInitThunk+0x10
0000007b`b4ffff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002a`9e7ff968 00007ffc`2d38b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002a`9e7ff970 00007ffc`2ca84cb0     ntdll!TppWorkerThread+0x2df
0000002a`9e7ffc60 00007ffc`2d3fecdb     KERNEL32!BaseThreadInitThunk+0x10
0000002a`9e7ffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002a`9f3ff988 00007ffc`2d38b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002a`9f3ff990 00007ffc`2ca84cb0     ntdll!TppWorkerThread+0x2df
0000002a`9f3ffc80 00007ffc`2d3fecdb     KERNEL32!BaseThreadInitThunk+0x10
0000002a`9f3ffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002a`9efffde8 00007ffc`2af4d71e     ntdll!NtWaitForSingleObject+0x14
0000002a`9efffdf0 00007ff7`3d7f1fec     KERNELBASE!WaitForSingleObjectEx+0x8e
0000002a`9efffe90 00007ffc`2ca84cb0     postgres!pg_timer_thread(
0000002a`9efffed0 00007ffc`2d3fecdb     KERNEL32!BaseThreadInitThunk+0x10
0000002a`9effff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002a`9ebff6f8 00007ffc`2af945ca     ntdll!NtFsControlFile+0x14
0000002a`9ebff700 00007ff7`3d7f054b     KERNELBASE!ConnectNamedPipe+0x6a
0000002a`9ebff770 00007ffc`2ca84cb0     postgres!pg_signal_thread(
0000002a`9ebff870 00007ffc`2d3fecdb     KERNEL32!BaseThreadInitThunk+0x10
0000002a`9ebff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002a`9e3fdb20 00007ff7`3db38df8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000002a`9e3fdb60 00007ff7`3d61d859     postgres!ExceptionalCondition(
0000002a`9e3fdba0 00007ffc`15a22d26     postgres!standard_ExecutorStart(
0000002a`9e3fdbf0 00007ff7`3d61d6ca     pg_stat_statements!pgss_ExecutorStart(
0000002a`9e3fdc30 00007ff7`3d571ff9     postgres!ExecutorStart(
0000002a`9e3fdc60 00007ff7`3d571990     postgres!refresh_matview_datafill(
0000002a`9e3fdcf0 00007ff7`3d5711f8     postgres!RefreshMatViewByOid(
0000002a`9e3fdf40 00007ff7`3d530a37     postgres!ExecRefreshMatView(
0000002a`9e3fdfc0 00007ff7`3d90f657     postgres!ExecCreateTableAs(
0000002a`9e3fe0e0 00007ff7`3d90b31f     postgres!ProcessUtilitySlow(
core
0000005d`65ffe3b0 00007ff7`3db38df8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000005d`65ffe3f0 00007ff7`3d61d859     postgres!ExceptionalCondition(
0000005d`65ffe430 00007ff7`3d61d6da     postgres!standard_ExecutorStart(
0000005d`65ffe480 00007ff7`3d571ff9     postgres!ExecutorStart(
0000005d`65ffe4b0 00007ff7`3d571990     postgres!refresh_matview_datafill(
0000005d`65ffe540 00007ff7`3d5711f8     postgres!RefreshMatViewByOid(
0000005d`65ffe790 00007ff7`3d530a37     postgres!ExecRefreshMatView(
0000005d`65ffe810 00007ff7`3d90f657     postgres!ExecCreateTableAs(
0000005d`65ffe930 00007ff7`3d90b31f     postgres!ProcessUtilitySlow(
0000005d`65fff250 00007ff7`3d90a269     postgres!standard_ProcessUtility(
core
0000005d`663ffb28 00007ffc`2d38b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005d`663ffb30 00007ffc`2ca84cb0     ntdll!TppWorkerThread+0x2df
0000005d`663ffe20 00007ffc`2d3fecdb     KERNEL32!BaseThreadInitThunk+0x10
0000005d`663ffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005d`667ff7d8 00007ffc`2af945ca     ntdll!NtFsControlFile+0x14
0000005d`667ff7e0 00007ff7`3d7f054b     KERNELBASE!ConnectNamedPipe+0x6a
0000005d`667ff850 00007ffc`2ca84cb0     postgres!pg_signal_thread(
0000005d`667ff950 00007ffc`2d3fecdb     KERNEL32!BaseThreadInitThunk+0x10
0000005d`667ff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005d`66bffc08 00007ffc`2af4d71e     ntdll!NtWaitForSingleObject+0x14
0000005d`66bffc10 00007ff7`3d7f1fec     KERNELBASE!WaitForSingleObjectEx+0x8e
0000005d`66bffcb0 00007ffc`2ca84cb0     postgres!pg_timer_thread(
0000005d`66bffcf0 00007ffc`2d3fecdb     KERNEL32!BaseThreadInitThunk+0x10
0000005d`66bffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005d`66fff7a8 00007ffc`2d38b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005d`66fff7b0 00007ffc`2ca84cb0     ntdll!TppWorkerThread+0x2df
0000005d`66fffaa0 00007ffc`2d3fecdb     KERNEL32!BaseThreadInitThunk+0x10
0000005d`66fffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/brin.out C:/cirrus/build/testrun/pg_upgrade/002_pg_upgr...
--- C:/cirrus/src/test/regress/expected/brin.out	2024-11-08 06:29:11.658132400 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/brin.out	2024-11-08 06:32:39.195944900 +0000
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/brin.out C:/cirrus/build/testrun/recovery/027_stream_re...
--- C:/cirrus/src/test/regress/expected/brin.out	2024-11-08 06:29:11.658132400 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/brin.out	2024-11-08 06:34:38.283773700 +0000
@@ -588,4 +588,10 @@
 CREATE INDEX brin_insert_optimization_idx ON brin_insert_optimization USING brin (a);
 UPDATE brin_insert_optimization SET a = a;
 REINDEX INDEX CONCURRENTLY brin_insert_optimization_idx;
-DROP TABLE brin_insert_optimization;
+WARNING:  terminating connection because of crash of another server process
+DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because anothe...
+HINT:  In a moment you should be able to reconnect to the database and repeat your command.
+server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
+connection to server was lost
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/privileges.out C:/cirrus/build/testrun/recovery/027_str...
--- C:/cirrus/src/test/regress/expected/privileges.out	2024-11-08 06:29:11.824776900 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/privileges.out	2024-11-08 06:34:38.283773700 +0000
@@ -1775,1417 +1775,10 @@
 -- Do the same concurrently
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/brin.out C:/cirrus/build/testrun/regress/regress/result...
--- C:/cirrus/src/test/regress/expected/brin.out	2024-11-08 06:29:11.658132400 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/brin.out	2024-11-08 06:32:30.044566500 +0000
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
tap
[06:33:25.456](108.978s) not ok 5 - regression tests pass
[06:33:29.578](4.081s) not ok 6 - dump before running pg_upgrade
tap
[06:35:11.586](89.819s) not ok 2 - regression tests pass
test
[06:41:44.216]  25/307 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[06:41:44.216]  21/307 postgresql:regress / regress/regress                                            ERROR           1...
[06:41:44.216]  57/307 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
51/5174 Call rm_redo in a temporary memory context
CompilerWarnings
compiler
[04:09:46.312] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
compiler
[04:08:58.626] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
compiler
[04:14:31.437] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
51/5283 Replace IN VALUES with ANY in WHERE clauses during optimization
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/subselect.out C:/cirrus/build/testrun/pg_upgrade/002_pg...
--- C:/cirrus/src/test/regress/expected/subselect.out	2024-11-08 01:27:20.099371900 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/subselect.out	2024-11-08 01:29:57.863687700 +0000
@@ -2313,15 +2313,16 @@
 EXPLAIN (COSTS OFF)
 SELECT c.oid,c.relname FROM pg_class c JOIN pg_am a USING (oid)
 WHERE c.oid IN (VALUES (1), (2));
-                          QUERY PLAN                           
----------------------------------------------------------------
- Hash Join
-   Hash Cond: (a.oid = c.oid)
-   ->  Seq Scan on pg_am a
-   ->  Hash
-         ->  Index Scan using pg_class_oid_index on pg_class c
-               Index Cond: (oid = ANY ('{1,2}'::integer[]))
-(6 rows)
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (c.oid = a.oid)
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/subselect.out C:/cirrus/build/testrun/recovery/027_stre...
--- C:/cirrus/src/test/regress/expected/subselect.out	2024-11-08 01:27:20.099371900 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/subselect.out	2024-11-08 01:31:59.927306400 +0000
@@ -2313,15 +2313,16 @@
 EXPLAIN (COSTS OFF)
 SELECT c.oid,c.relname FROM pg_class c JOIN pg_am a USING (oid)
 WHERE c.oid IN (VALUES (1), (2));
-                          QUERY PLAN                           
----------------------------------------------------------------
- Hash Join
-   Hash Cond: (a.oid = c.oid)
-   ->  Seq Scan on pg_am a
-   ->  Hash
-         ->  Index Scan using pg_class_oid_index on pg_class c
-               Index Cond: (oid = ANY ('{1,2}'::integer[]))
-(6 rows)
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (c.oid = a.oid)
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/subselect.out C:/cirrus/build/testrun/regress/regress/r...
--- C:/cirrus/src/test/regress/expected/subselect.out	2024-11-08 01:27:20.099371900 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/subselect.out	2024-11-08 01:29:43.796656600 +0000
@@ -2313,15 +2313,16 @@
 EXPLAIN (COSTS OFF)
 SELECT c.oid,c.relname FROM pg_class c JOIN pg_am a USING (oid)
 WHERE c.oid IN (VALUES (1), (2));
-                          QUERY PLAN                           
----------------------------------------------------------------
- Hash Join
-   Hash Cond: (a.oid = c.oid)
-   ->  Seq Scan on pg_am a
-   ->  Hash
-         ->  Index Scan using pg_class_oid_index on pg_class c
-               Index Cond: (oid = ANY ('{1,2}'::integer[]))
-(6 rows)
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (c.oid = a.oid)
...
tap
[01:31:17.270](115.788s) not ok 5 - regression tests pass
tap
[01:33:21.059](115.359s) not ok 2 - regression tests pass
test
[01:39:54.078]   6/307 postgresql:regress / regress/regress                                            ERROR           1...
[01:39:54.078]  38/307 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[01:39:54.078]  86/307 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5272 Truncate logs by max_log_size
CompilerWarnings
compiler
[21:49:54.188] elog.c:1699:9: error: initializing 'char *' with an expression of type 'const char *' discards qualifiers...
compiler
[21:47:49.057] elog.c:1699:9: error: initializing 'char *' with an expression of type 'const char *' discards qualifiers...
compiler
[21:45:32.344] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar...
compiler
[21:43:18.024] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar...
compiler
[21:53:22.576] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar...
51/4904 SQL Property Graph Queries (SQL/PGQ)
FreeBSD - 13 - Meson
assertion
TRAP: failed Assert("collation == exprCollation((Node *) tent->expr)"), File: "../src/backend/nodes/nodeFuncs.c", Line: ...
assertion
TRAP: failed Assert("collation == exprCollation((Node *) tent->expr)"), File: "../src/backend/nodes/nodeFuncs.c", Line: ...
assertion
TRAP: failed Assert("collation == exprCollation((Node *) tent->expr)"), File: "../src/backend/nodes/nodeFuncs.c", Line: ...
core
[21:13:53.418] #0  0x000000082b5b641a in thr_kill () from /lib/libc.so.7
[21:13:53.418] #1  0x000000082b52fe64 in raise () from /lib/libc.so.7
[21:13:53.418] #2  0x000000082b5e06f9 in abort () from /lib/libc.so.7
[21:13:53.418] #3  0x0000000000aa6ae5 in ExceptionalCondition (conditionName=0x2e14db "collation == exprCollation((Node ...
[21:13:53.418] #4  0x00000000007de679 in exprSetCollation (expr=0x839440c70, collation=<optimized out>) at ../src/backen...
[21:13:53.418] #5  0x00000000008635b2 in assign_collations_walker (node=0x839440c70, context=0x8214a6f88) at ../src/back...
[21:13:53.418] #6  0x00000000007dee31 in expression_tree_walker_impl (node=0x836b1c3c0, walker=<optimized out>, context=...
[21:13:53.418] #7  0x00000000007ded41 in expression_tree_walker_impl (node=0x836b1c410, walker=<optimized out>, context=...
[21:13:53.418] #8  0x00000000008634ce in assign_collations_walker (node=0x836b1c410, context=context@entry=0x8214a6fe0) ...
[21:13:53.418] #9  0x0000000000862fda in assign_expr_collations (pstate=pstate@entry=0x836a3b838, expr=0x0) at ../src/ba...
core
[21:13:53.719] #0  0x000000082b1f741a in thr_kill () from /lib/libc.so.7
[21:13:53.719] #1  0x000000082b170e64 in raise () from /lib/libc.so.7
[21:13:53.719] #2  0x000000082b2216f9 in abort () from /lib/libc.so.7
[21:13:53.719] #3  0x0000000000aa6ae5 in ExceptionalCondition (conditionName=0x2e14db "collation == exprCollation((Node ...
[21:13:53.719] #4  0x00000000007de679 in exprSetCollation (expr=0x835ee9430, collation=<optimized out>) at ../src/backen...
[21:13:53.719] #5  0x00000000008635b2 in assign_collations_walker (node=0x835ee9430, context=0x8212c7e38) at ../src/back...
[21:13:53.719] #6  0x00000000007dee31 in expression_tree_walker_impl (node=0x8371063c0, walker=<optimized out>, context=...
[21:13:53.719] #7  0x00000000007ded41 in expression_tree_walker_impl (node=0x837106410, walker=<optimized out>, context=...
[21:13:53.719] #8  0x00000000008634ce in assign_collations_walker (node=0x837106410, context=context@entry=0x8212c7e90) ...
[21:13:53.719] #9  0x0000000000862fda in assign_expr_collations (pstate=pstate@entry=0x835da5038, expr=0x0) at ../src/ba...
core
[21:13:54.032] #0  0x000000082a92641a in thr_kill () from /lib/libc.so.7
[21:13:54.032] #1  0x000000082a89fe64 in raise () from /lib/libc.so.7
[21:13:54.032] #2  0x000000082a9506f9 in abort () from /lib/libc.so.7
[21:13:54.032] #3  0x0000000000aa6ae5 in ExceptionalCondition (conditionName=0x2e14db "collation == exprCollation((Node ...
[21:13:54.032] #4  0x00000000007de679 in exprSetCollation (expr=0x8364a7c60, collation=<optimized out>) at ../src/backen...
[21:13:54.032] #5  0x00000000008635b2 in assign_collations_walker (node=0x8364a7c60, context=0x820f150a8) at ../src/back...
[21:13:54.032] #6  0x00000000007dee31 in expression_tree_walker_impl (node=0x8365503c0, walker=<optimized out>, context=...
[21:13:54.032] #7  0x00000000007ded41 in expression_tree_walker_impl (node=0x836550410, walker=<optimized out>, context=...
[21:13:54.032] #8  0x00000000008634ce in assign_collations_walker (node=0x836550410, context=context@entry=0x820f15100) ...
[21:13:54.032] #9  0x0000000000862fda in assign_expr_collations (pstate=pstate@entry=0x83647c8c8, expr=0x0) at ../src/ba...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/privileges.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002...
--- /tmp/cirrus-ci-build/src/test/regress/expected/privileges.out	2024-11-07 21:07:16.667360000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/privileges.out	2024-11-07 21:09:30.8289080...
@@ -1775,1508 +1775,10 @@
 -- Do the same concurrently
 CREATE INDEX CONCURRENTLY sro_idx ON sro_tab ((sro_ifun(a) + sro_ifun(0)))
 	WHERE sro_ifun(a + 10) > sro_ifun(10);
--- REINDEX
-REINDEX TABLE sro_tab;
-REINDEX INDEX sro_idx;
-REINDEX TABLE CONCURRENTLY sro_tab;
-DROP INDEX sro_idx;
--- CLUSTER
-CREATE INDEX sro_cluster_idx ON sro_tab ((sro_ifun(a) + sro_ifun(0)));
-CLUSTER sro_tab USING sro_cluster_idx;
-DROP INDEX sro_cluster_idx;
--- BRIN index
-CREATE INDEX sro_brin ON sro_tab USING brin ((sro_ifun(a) + sro_ifun(0)));
-SELECT brin_desummarize_range('sro_brin', 0);
- brin_desummarize_range 
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-11-07 21:07:16.611506000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/brin.out	2024-11-07 21:10:03.084872000 +...
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/build/testrun/regress/regress/resu...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-11-07 21:07:16.611506000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/brin.out	2024-11-07 21:09:28.568257000 +0000
@@ -588,4 +588,10 @@
 CREATE INDEX brin_insert_optimization_idx ON brin_insert_optimization USING brin (a);
 UPDATE brin_insert_optimization SET a = a;
 REINDEX INDEX CONCURRENTLY brin_insert_optimization_idx;
-DROP TABLE brin_insert_optimization;
+WARNING:  terminating connection because of crash of another server process
+DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because anothe...
+HINT:  In a moment you should be able to reconnect to the database and repeat your command.
+server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
+connection to server was lost
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/privileges.out /tmp/cirrus-ci-build/build/testrun/regress/regres...
--- /tmp/cirrus-ci-build/src/test/regress/expected/privileges.out	2024-11-07 21:07:16.667360000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/privileges.out	2024-11-07 21:09:28.567223000 +0000
@@ -1779,1504 +1779,10 @@
 REINDEX TABLE sro_tab;
...
tap
[21:09:31.735](24.595s) not ok 5 - regression tests pass
[21:09:32.906](1.165s) not ok 6 - dump before running pg_upgrade
tap
[21:10:04.340](21.101s) not ok 2 - regression tests pass
test
[21:12:36.106]  18/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[21:12:36.106]  13/312 postgresql:regress / regress/regress                                            ERROR            ...
[21:12:36.106]  44/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
assertion
TRAP: failed Assert("collation == exprCollation((Node *) tent->expr)"), File: "nodeFuncs.c", Line: 1192, PID: 38818
assertion
TRAP: failed Assert("collation == exprCollation((Node *) tent->expr)"), File: "nodeFuncs.c", Line: 1192, PID: 24597
core
[21:14:58.752] #0  0x00007f56584abe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:14:58.752] #1  0x00007f565845cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:14:58.752] #2  0x00007f5658447472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:14:58.752] #3  0x000055bccd332360 in ExceptionalCondition (conditionName=conditionName@entry=0x55bccd64c220 "collati...
[21:14:58.752] #4  0x000055bcccc86631 in exprSetCollation (expr=expr@entry=0x625000008fe0, collation=collation@entry=0) ...
[21:14:58.752] #5  0x000055bccc91818c in assign_collations_walker (node=0x625000008fe0, context=0x7ffef85b1440) at parse...
[21:14:58.752] #6  0x000055bcccc89426 in expression_tree_walker_impl (node=0x6210000db430, walker=walker@entry=0x55bccc9...
[21:14:58.752] #7  0x000055bcccc887ea in expression_tree_walker_impl (node=node@entry=0x6210000db480, walker=walker@entr...
[21:14:58.752] #8  0x000055bccc918144 in assign_collations_walker (node=node@entry=0x6210000db480, context=context@entry...
[21:14:58.752] #9  0x000055bccc91835b in assign_expr_collations (pstate=pstate@entry=0x619000082c90, expr=expr@entry=0x6...
core
[21:14:57.412] #0  0x00007fa7d70abe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:14:57.412] #1  0x00007fa7d705cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:14:57.412] #2  0x00007fa7d7047472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:14:57.412] #3  0x000055c88934e360 in ExceptionalCondition (conditionName=conditionName@entry=0x55c889668220 "collati...
[21:14:57.412] #4  0x000055c888ca2631 in exprSetCollation (expr=expr@entry=0x625000008fe0, collation=collation@entry=0) ...
[21:14:57.412] #5  0x000055c88893418c in assign_collations_walker (node=0x625000008fe0, context=0x7ffea77144b0) at parse...
[21:14:57.412] #6  0x000055c888ca5426 in expression_tree_walker_impl (node=0x6210000ddc30, walker=walker@entry=0x55c8889...
[21:14:57.412] #7  0x000055c888ca47ea in expression_tree_walker_impl (node=node@entry=0x6210000ddc80, walker=walker@entr...
[21:14:57.412] #8  0x000055c888934144 in assign_collations_walker (node=node@entry=0x6210000ddc80, context=context@entry...
[21:14:57.412] #9  0x000055c88893435b in assign_expr_collations (pstate=pstate@entry=0x619000085990, expr=expr@entry=0x6...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/resul...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-11-07 21:07:08.820063170 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/brin.out	2024-11-07 21:13:41.049678093 +0000
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/src/test/regress/results/brin.out
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-11-07 21:07:08.820063170 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/brin.out	2024-11-07 21:11:42.310112879 +0000
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
tap
[21:13:44.298](42.345s) not ok 5 - regression tests pass
[21:13:47.115](2.795s) not ok 6 - dump before running pg_upgrade
Linux - Debian Bookworm - Meson
assertion
TRAP: failed Assert("collation == exprCollation((Node *) tent->expr)"), File: "../src/backend/nodes/nodeFuncs.c", Line: ...
assertion
TRAP: failed Assert("collation == exprCollation((Node *) tent->expr)"), File: "../src/backend/nodes/nodeFuncs.c", Line: ...
assertion
TRAP: failed Assert("collation == exprCollation((Node *) tent->expr)"), File: "../src/backend/nodes/nodeFuncs.c", Line: ...
core
[21:16:30.224] #0  0x00007fc923aa9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:16:30.224] #1  0x00007fc923a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:16:30.224] #2  0x00007fc923a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:16:30.224] #3  0x0000564124e1d8bd in ExceptionalCondition (conditionName=conditionName@entry=0x5641250abbe8 "collati...
[21:16:30.224] #4  0x0000564124880781 in exprSetCollation (expr=expr@entry=0x564149476e10, collation=collation@entry=0) ...
[21:16:30.224] #5  0x00005641249b62ec in assign_collations_walker (node=0x564149476e10, context=0x7fff58c06f00) at ../sr...
[21:16:30.224] #6  0x0000564124883ff1 in expression_tree_walker_impl (node=0x5641496961e0, walker=0x5641249b5712 <assign...
[21:16:30.224] #7  0x0000564124882f48 in expression_tree_walker_impl (node=node@entry=0x564149696230, walker=walker@entr...
[21:16:30.224] #8  0x00005641249b62ba in assign_collations_walker (node=node@entry=0x564149696230, context=context@entry...
[21:16:30.224] #9  0x00005641249b6370 in assign_expr_collations (pstate=pstate@entry=0x56414969fcd0, expr=expr@entry=0x5...
core
[21:16:28.763] #0  0x00007f098daa9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:16:28.763] #1  0x00007f098da5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:16:28.763] #2  0x00007f098da45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:16:28.763] #3  0x000055f4993588bd in ExceptionalCondition (conditionName=conditionName@entry=0x55f4995e6be8 "collati...
[21:16:28.763] #4  0x000055f498dbb781 in exprSetCollation (expr=expr@entry=0x55f4ab4c6120, collation=collation@entry=0) ...
[21:16:28.763] #5  0x000055f498ef12ec in assign_collations_walker (node=0x55f4ab4c6120, context=0x7fff011d1ff0) at ../sr...
[21:16:28.763] #6  0x000055f498dbeff1 in expression_tree_walker_impl (node=0x55f4ab6140f0, walker=0x55f498ef0712 <assign...
[21:16:28.763] #7  0x000055f498dbdf48 in expression_tree_walker_impl (node=node@entry=0x55f4ab614140, walker=walker@entr...
[21:16:28.763] #8  0x000055f498ef12ba in assign_collations_walker (node=node@entry=0x55f4ab614140, context=context@entry...
[21:16:28.763] #9  0x000055f498ef1370 in assign_expr_collations (pstate=pstate@entry=0x55f4ab617800, expr=expr@entry=0x5...
core
[21:16:31.714] #0  0x00007f63be2a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:16:31.714] #1  0x00007f63be25afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:16:31.714] #2  0x00007f63be245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:16:31.714] #3  0x0000564afd1c08bd in ExceptionalCondition (conditionName=conditionName@entry=0x564afd44ebe8 "collati...
[21:16:31.714] #4  0x0000564afcc23781 in exprSetCollation (expr=expr@entry=0x564b1dff8140, collation=collation@entry=0) ...
[21:16:31.714] #5  0x0000564afcd592ec in assign_collations_walker (node=0x564b1dff8140, context=0x7ffdde1048a0) at ../sr...
[21:16:31.714] #6  0x0000564afcc26ff1 in expression_tree_walker_impl (node=0x564b1e213a90, walker=0x564afcd58712 <assign...
[21:16:31.714] #7  0x0000564afcc25f48 in expression_tree_walker_impl (node=node@entry=0x564b1e213ae0, walker=walker@entr...
[21:16:31.714] #8  0x0000564afcd592ba in assign_collations_walker (node=node@entry=0x564b1e213ae0, context=context@entry...
[21:16:31.714] #9  0x0000564afcd59370 in assign_expr_collations (pstate=pstate@entry=0x564b1e17ab10, expr=expr@entry=0x5...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_up...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-11-07 21:07:10.456649139 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/brin.out	2024-11-07 21:12:32.712606388 +00...
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-11-07 21:07:10.456649139 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/brin.out	2024-11-07 21:13:08.337210268 +...
@@ -363,229 +363,10 @@
 	END LOOP;
 END;
 $x$;
-RESET enable_seqscan;
-RESET enable_bitmapscan;
-INSERT INTO brintest SELECT
-	repeat(stringu1, 42)::bytea,
-	substr(stringu1, 1, 1)::"char",
-	stringu1::name, 142857 * tenthous,
-	thousand,
-	twothousand,
-	repeat(stringu1, 42),
-	unique1::oid,
-	format('(%s,%s)', tenthous, twenty)::tid,
-	(four + 1.0)/(hundred+1),
-	odd::float8 / (tenthous + 1),
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/build/testrun/regress/regress/resu...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-11-07 21:07:10.456649139 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/brin.out	2024-11-07 21:12:28.256546077 +0000
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
tap
[21:12:37.457](31.237s) not ok 5 - regression tests pass
[21:12:40.777](3.305s) not ok 6 - dump before running pg_upgrade
tap
[21:13:12.091](30.030s) not ok 2 - regression tests pass
test
[21:15:14.794]  27/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[21:15:14.794]  18/312 postgresql:regress / regress/regress                                            ERROR            ...
[21:15:14.794]  58/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
macOS - Sonoma - Meson
assertion
TRAP: failed Assert("collation == exprCollation((Node *) tent->expr)"), File: "../src/backend/nodes/nodeFuncs.c", Line: ...
assertion
TRAP: failed Assert("collation == exprCollation((Node *) tent->expr)"), File: "../src/backend/nodes/nodeFuncs.c", Line: ...
assertion
TRAP: failed Assert("collation == exprCollation((Node *) tent->expr)"), File: "../src/backend/nodes/nodeFuncs.c", Line: ...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/brin.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrad...
--- /Users/admin/pgsql/src/test/regress/expected/brin.out	2024-11-07 21:07:04
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/brin.out	2024-11-07 21:11:13
@@ -588,4 +588,10 @@
 CREATE INDEX brin_insert_optimization_idx ON brin_insert_optimization USING brin (a);
 UPDATE brin_insert_optimization SET a = a;
 REINDEX INDEX CONCURRENTLY brin_insert_optimization_idx;
-DROP TABLE brin_insert_optimization;
+WARNING:  terminating connection because of crash of another server process
+DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because anothe...
+HINT:  In a moment you should be able to reconnect to the database and repeat your command.
+server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
+connection to server was lost
diff -U3 /Users/admin/pgsql/src/test/regress/expected/privileges.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_...
--- /Users/admin/pgsql/src/test/regress/expected/privileges.out	2024-11-07 21:07:05
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/privileges.out	2024-11-07 21:11:13
@@ -1775,1508 +1775,10 @@
 -- Do the same concurrently
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/brin.out /Users/admin/pgsql/build/testrun/recovery/027_stream_regr...
--- /Users/admin/pgsql/src/test/regress/expected/brin.out	2024-11-07 21:07:04
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/brin.out	2024-11-07 21:12:46
@@ -588,4 +588,10 @@
 CREATE INDEX brin_insert_optimization_idx ON brin_insert_optimization USING brin (a);
 UPDATE brin_insert_optimization SET a = a;
 REINDEX INDEX CONCURRENTLY brin_insert_optimization_idx;
-DROP TABLE brin_insert_optimization;
+WARNING:  terminating connection because of crash of another server process
+DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because anothe...
+HINT:  In a moment you should be able to reconnect to the database and repeat your command.
+server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
+connection to server was lost
diff -U3 /Users/admin/pgsql/src/test/regress/expected/privileges.out /Users/admin/pgsql/build/testrun/recovery/027_strea...
--- /Users/admin/pgsql/src/test/regress/expected/privileges.out	2024-11-07 21:07:05
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/privileges.out	2024-11-07 21:12:46
@@ -1775,1508 +1775,10 @@
 -- Do the same concurrently
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/brin.out /Users/admin/pgsql/build/testrun/regress/regress/results/...
--- /Users/admin/pgsql/src/test/regress/expected/brin.out	2024-11-07 21:07:04
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/brin.out	2024-11-07 21:11:13
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
tap
[21:11:22.643](122.808s) not ok 5 - regression tests pass
[21:11:25.462](2.790s) not ok 6 - dump before running pg_upgrade
tap
[21:12:53.633](110.867s) not ok 2 - regression tests pass
test
[21:15:54.648]  32/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[21:15:54.648]  35/312 postgresql:regress / regress/regress                                            ERROR           1...
[21:15:54.648]  95/312 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
Windows - Server 2019, VS 2019 - Meson & ninja
assertion
TRAP: failed Assert("collation == exprCollation((Node *) tent->expr)"), File: "../src/backend/nodes/nodeFuncs.c", Line: ...
assertion
TRAP: failed Assert("collation == exprCollation((Node *) tent->expr)"), File: "../src/backend/nodes/nodeFuncs.c", Line: ...
assertion
TRAP: failed Assert("collation == exprCollation((Node *) tent->expr)"), File: "../src/backend/nodes/nodeFuncs.c", Line: ...
core
000000ef`f69ff8d8 00007ffa`41e0b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ef`f69ff8e0 00007ffa`40b54cb0     ntdll!TppWorkerThread+0x2df
000000ef`f69ffbd0 00007ffa`41e7ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ef`f69ffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ef`f5dfdac0 00007ff7`ab5e5e18     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ef`f5dfdb00 00007ff7`ab16c654     postgres!ExceptionalCondition(
000000ef`f5dfdb40 00007ff7`ab247f44     postgres!exprSetCollation(
000000ef`f5dfdc40 00007ff7`ab16f340     postgres!assign_collations_walker(
000000ef`f5dfddf0 00007ff7`ab16e566     postgres!expression_tree_walker_impl(
000000ef`f5dfdfd0 00007ff7`ab247e51     postgres!expression_tree_walker_impl(
000000ef`f5dfe1b0 00007ff7`ab2471af     postgres!assign_collations_walker(
000000ef`f5dfe360 00007ff7`ab01c3fc     postgres!assign_expr_collations(
000000ef`f5dfe3b0 00007ff7`ab3bb133     postgres!AlterPolicy(
000000ef`f5dfe610 00007ff7`ab3b67ff     postgres!ProcessUtilitySlow(
core
000000ef`f61ff968 00007ffa`41e0b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ef`f61ff970 00007ffa`40b54cb0     ntdll!TppWorkerThread+0x2df
000000ef`f61ffc60 00007ffa`41e7ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ef`f61ffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ef`f65ffc08 00007ffa`3fa445ca     ntdll!NtFsControlFile+0x14
000000ef`f65ffc10 00007ff7`ab29848b     KERNELBASE!ConnectNamedPipe+0x6a
000000ef`f65ffc80 00007ffa`40b54cb0     postgres!pg_signal_thread(
000000ef`f65ffd80 00007ffa`41e7ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ef`f65ffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ef`f6dff878 00007ffa`3f9fd71e     ntdll!NtWaitForSingleObject+0x14
000000ef`f6dff880 00007ff7`ab299f2c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000ef`f6dff920 00007ffa`40b54cb0     postgres!pg_timer_thread(
000000ef`f6dff960 00007ffa`41e7ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ef`f6dff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000f`5d7ffaf8 00007ffa`41e0b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000f`5d7ffb00 00007ffa`40b54cb0     ntdll!TppWorkerThread+0x2df
0000000f`5d7ffdf0 00007ffa`41e7ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000000f`5d7ffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000f`5dfffc68 00007ffa`3f9fd71e     ntdll!NtWaitForSingleObject+0x14
0000000f`5dfffc70 00007ff7`ab299f2c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000000f`5dfffd10 00007ffa`40b54cb0     postgres!pg_timer_thread(
0000000f`5dfffd50 00007ffa`41e7ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000000f`5dfffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000f`5dbffb48 00007ffa`3fa445ca     ntdll!NtFsControlFile+0x14
0000000f`5dbffb50 00007ff7`ab29848b     KERNELBASE!ConnectNamedPipe+0x6a
0000000f`5dbffbc0 00007ffa`40b54cb0     postgres!pg_signal_thread(
0000000f`5dbffcc0 00007ffa`41e7ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000000f`5dbffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000f`5cffdf60 00007ff7`ab5e5e18     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000000f`5cffdfa0 00007ff7`ab16c654     postgres!ExceptionalCondition(
0000000f`5cffdfe0 00007ff7`ab247f44     postgres!exprSetCollation(
0000000f`5cffe0e0 00007ff7`ab16f340     postgres!assign_collations_walker(
0000000f`5cffe290 00007ff7`ab16e566     postgres!expression_tree_walker_impl(
0000000f`5cffe470 00007ff7`ab247e51     postgres!expression_tree_walker_impl(
0000000f`5cffe650 00007ff7`ab2471af     postgres!assign_collations_walker(
0000000f`5cffe800 00007ff7`ab01c3fc     postgres!assign_expr_collations(
0000000f`5cffe850 00007ff7`ab3bb133     postgres!AlterPolicy(
0000000f`5cffeab0 00007ff7`ab3b67ff     postgres!ProcessUtilitySlow(
core
0000000f`5d3ff998 00007ffa`41e0b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000f`5d3ff9a0 00007ffa`40b54cb0     ntdll!TppWorkerThread+0x2df
0000000f`5d3ffc90 00007ffa`41e7ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000000f`5d3ffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000004`d4dff998 00007ffa`3fa445ca     ntdll!NtFsControlFile+0x14
00000004`d4dff9a0 00007ff7`ab29848b     KERNELBASE!ConnectNamedPipe+0x6a
00000004`d4dffa10 00007ffa`40b54cb0     postgres!pg_signal_thread(
00000004`d4dffb10 00007ffa`41e7ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000004`d4dffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000004`d45fd930 00007ff7`ab5e5e18     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000004`d45fd970 00007ff7`ab16c654     postgres!ExceptionalCondition(
00000004`d45fd9b0 00007ff7`ab247f44     postgres!exprSetCollation(
00000004`d45fdab0 00007ff7`ab16f340     postgres!assign_collations_walker(
00000004`d45fdc60 00007ff7`ab16e566     postgres!expression_tree_walker_impl(
00000004`d45fde40 00007ff7`ab247e51     postgres!expression_tree_walker_impl(
00000004`d45fe020 00007ff7`ab2471af     postgres!assign_collations_walker(
00000004`d45fe1d0 00007ff7`ab01c3fc     postgres!assign_expr_collations(
00000004`d45fe220 00007ff7`ab3bb133     postgres!AlterPolicy(
00000004`d45fe480 00007ff7`ab3b67ff     postgres!ProcessUtilitySlow(
core
00000004`d49ff778 00007ffa`41e0b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000004`d49ff780 00007ffa`40b54cb0     ntdll!TppWorkerThread+0x2df
00000004`d49ffa70 00007ffa`41e7ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000004`d49ffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000004`d55ff5c8 00007ffa`41e0b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000004`d55ff5d0 00007ffa`40b54cb0     ntdll!TppWorkerThread+0x2df
00000004`d55ff8c0 00007ffa`41e7ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000004`d55ff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000004`d51ffd78 00007ffa`3f9fd71e     ntdll!NtWaitForSingleObject+0x14
00000004`d51ffd80 00007ff7`ab299f2c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000004`d51ffe20 00007ffa`40b54cb0     postgres!pg_timer_thread(
00000004`d51ffe60 00007ffa`41e7ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000004`d51ffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/brin.out C:/cirrus/build/testrun/pg_upgrade/002_pg_upgr...
--- C:/cirrus/src/test/regress/expected/brin.out	2024-11-07 21:07:19.957426600 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/brin.out	2024-11-07 21:10:07.056773400 +0000
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/brin.out C:/cirrus/build/testrun/recovery/027_stream_re...
--- C:/cirrus/src/test/regress/expected/brin.out	2024-11-07 21:07:19.957426600 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/brin.out	2024-11-07 21:11:57.935300300 +0000
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/brin.out C:/cirrus/build/testrun/regress/regress/result...
--- C:/cirrus/src/test/regress/expected/brin.out	2024-11-07 21:07:19.957426600 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/brin.out	2024-11-07 21:10:03.973751600 +0000
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
tap
[21:10:41.767](80.654s) not ok 5 - regression tests pass
[21:10:48.420](6.610s) not ok 6 - dump before running pg_upgrade
tap
[21:12:26.402](76.144s) not ok 2 - regression tests pass
test
[21:19:13.643]  18/307 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[21:19:13.643]  16/307 postgresql:regress / regress/regress                                            ERROR            ...
[21:19:13.643]  51/307 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
51/4964 Reduce the log spam by excluding certain SQLSTATEs
macOS - Sonoma - Meson
test
[20:40:50.869] 176/312 postgresql:pg_dump / pg_dump/002_pg_dump                                        ERROR            ...
51/5246 Allow SQL functions use CachedPlan machinery
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upg...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-11-07 19:21:16.303490000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/xml.out	2024-11-07 19:22:39.868156000 +000...
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-11-07 19:21:16.303490000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/xml.out	2024-11-07 19:23:23.637970000 +0...
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/regress/regress/resul...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-11-07 19:21:16.303490000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/xml.out	2024-11-07 19:22:35.364174000 +0000
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
tap
[19:22:55.345](58.568s) not ok 5 - regression tests pass
tap
[19:23:40.011](67.407s) not ok 2 - regression tests pass
test
[19:25:30.296]  39/312 postgresql:regress / regress/regress                                            ERROR            ...
[19:25:30.296]  80/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[19:25:30.296] 152/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/result...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-11-07 19:21:11.721932233 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/xml.out	2024-11-07 19:26:34.171033511 +0000
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-11-07 19:21:11.721932233 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/xml.out	2024-11-07 19:27:52.162779885 +0000
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/src/test/regress/results/xml.out
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-11-07 19:21:11.721932233 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/xml.out	2024-11-07 19:24:15.339148233 +0000
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
tap
[19:26:40.901](103.381s) not ok 5 - regression tests pass
tap
[19:27:58.351](59.638s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Meson
core
[19:27:05.108] #0  <unavailable> in ?? ()
core
[19:27:05.108] #0  0x00007fbb580aed24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[19:27:05.108] #1  0x00007fbb5805b239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[19:27:05.108] #2  0x00007fbb58116184 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[19:27:05.108] #3  0x00007fbb581287dc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upg...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-11-07 19:21:12.543655898 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/xml.out	2024-11-07 19:23:33.494821733 +000...
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-11-07 19:21:12.543655898 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/xml.out	2024-11-07 19:24:11.583501257 +0...
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/regress/regress/resul...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-11-07 19:21:12.543655898 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/xml.out	2024-11-07 19:23:26.918745797 +0000
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
tap
[19:23:44.071](71.284s) not ok 5 - regression tests pass
tap
[19:24:20.990](73.349s) not ok 2 - regression tests pass
test
[19:26:00.796]  40/312 postgresql:regress / regress/regress                                            ERROR            ...
[19:26:00.796] 123/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[19:26:00.796] 155/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/xml.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade...
--- /Users/admin/pgsql/src/test/regress/expected/xml.out	2024-11-07 19:21:10
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/xml.out	2024-11-07 19:23:18
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/xml.out /Users/admin/pgsql/build/testrun/recovery/027_stream_regre...
--- /Users/admin/pgsql/src/test/regress/expected/xml.out	2024-11-07 19:21:10
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/xml.out	2024-11-07 19:24:27
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/xml.out /Users/admin/pgsql/build/testrun/regress/regress/results/x...
--- /Users/admin/pgsql/src/test/regress/expected/xml.out	2024-11-07 19:21:10
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/xml.out	2024-11-07 19:23:18
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
tap
[19:23:31.115](66.274s) not ok 5 - regression tests pass
tap
[19:24:37.603](67.794s) not ok 2 - regression tests pass
test
[19:27:27.602]  27/312 postgresql:regress / regress/regress                                            ERROR            ...
[19:27:27.602]  52/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[19:27:27.602] 140/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
50/5331 Add reject_limit option to file_fdw
macOS - Sonoma - Meson
core
[18:15:29.579]   * frame #0: 0x00000001899a515c dyld`__munmap + 8
tap
[18:11:46.536](0.061s) not ok 30 - table range_part1 scanned
test
[18:12:01.923] 297/312 postgresql:test_misc / test_misc/001_constraint_validation                      ERROR            ...
51/5004 CREATE INDEX CONCURRENTLY for partitioned tables
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_p...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-11-07 16:32:28.230405000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/indexing.out	2024-11-07 16:34:28.471803000...
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/recovery/027_str...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-11-07 16:32:28.230405000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/indexing.out	2024-11-07 16:35:08.2378310...
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/regress/regress/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-11-07 16:32:28.230405000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/indexing.out	2024-11-07 16:34:23.900705000 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[16:34:30.732](74.810s) not ok 5 - regression tests pass
tap
[16:35:11.533](77.306s) not ok 2 - regression tests pass
test
[16:49:52.621]  42/312 postgresql:regress / regress/regress                                            ERROR            ...
[16:49:52.621]  90/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[16:49:52.621] 143/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[16:49:52.621] 312/312 postgresql:isolation / isolation/isolation                                      TIMEOUT        10...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-11-07 16:32:17.962739479 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/indexing.out	2024-11-07 16:38:31.068426030 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/partitioned-cic.out /tmp/cirrus-ci-build/src/test/isolation/ou...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/partitioned-cic.out	2024-11-07 16:32:17.797975097 +0000
+++ /tmp/cirrus-ci-build/src/test/isolation/output_iso/results/partitioned-cic.out	2024-11-07 16:59:24.698077755 +0000
@@ -3,10 +3,14 @@
 starting permutation: lock_p1 cic insert drop2 commit chk_content
 step lock_p1: lock cictab_part_1 in row exclusive mode;
 step cic: CREATE INDEX CONCURRENTLY ON cictab(i); <waiting ...>
-step insert: insert into cictab values (1, 1), (11, 1);
-step drop2: DROP TABLE cictab_part_2;
+step insert: insert into cictab values (1, 1), (11, 1); <waiting ...>
+isolationtester: canceling step insert after 360 seconds
+step insert: <... completed>
+ERROR:  canceling statement due to user request
+step drop2: DROP TABLE cictab_part_2; <waiting ...>
 step commit: COMMIT;
 step cic: <... completed>
+step drop2: <... completed>
 step chk_content: 
   set enable_seqscan to off;
   explain (costs off) select * from cictab where i > 0;
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/src/test/recovery/tmp_check/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-11-07 16:32:17.962739479 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/indexing.out	2024-11-07 16:39:20.557727849 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/src/test/regress/results/index...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-11-07 16:32:17.962739479 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/indexing.out	2024-11-07 16:35:38.116120119 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[16:38:38.332](107.199s) not ok 5 - regression tests pass
tap
[16:39:23.542](79.964s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Meson
core
[16:51:32.764] #0  0x00007f86231ccd24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[16:51:32.764] #1  0x00007f8623179239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[16:51:32.764] #2  0x00007f8623179497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[16:51:32.764] #3  0x0000559965c275f3 in ?? ()
[16:51:32.764] #4  0x0000559965c21369 in ?? ()
[16:51:32.764] #5  0x0000559965c2020f in ?? ()
[16:51:32.764] #6  0x0000559965c20c3b in ?? ()
[16:51:32.764] #7  0x0000559965c1e66f in ?? ()
[16:51:32.764] #8  0x00007f862316424a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[16:51:32.764] #9  0x00007f8623164305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[16:51:32.640] #0  0x00007f86231ccd24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[16:51:32.640] #1  0x00007f8623179239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[16:51:32.640] #2  0x00007f8623179497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[16:51:32.640] #3  0x0000559965c275c1 in ?? ()
[16:51:32.640] #4  0x0000559965c21369 in ?? ()
[16:51:32.640] #5  0x0000559965c2020f in ?? ()
[16:51:32.640] #6  0x0000559965c20c3b in ?? ()
[16:51:32.640] #7  0x0000559965c1e66f in ?? ()
[16:51:32.640] #8  0x00007f862316424a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[16:51:32.640] #9  0x00007f8623164305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[16:51:32.764] #0  <unavailable> in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_p...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-11-07 16:32:20.650177573 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/indexing.out	2024-11-07 16:34:55.573744709...
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/recovery/027_str...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-11-07 16:32:20.650177573 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/indexing.out	2024-11-07 16:35:26.8796301...
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/regress/regress/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-11-07 16:32:20.650177573 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/indexing.out	2024-11-07 16:34:51.525535542 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[16:34:57.924](75.182s) not ok 5 - regression tests pass
tap
[16:35:29.095](72.332s) not ok 2 - regression tests pass
test
[16:50:18.994]  42/312 postgresql:regress / regress/regress                                            ERROR            ...
[16:50:18.994] 112/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[16:50:18.994] 145/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[16:50:18.994] 312/312 postgresql:isolation / isolation/isolation                                      TIMEOUT        10...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/indexing.out C:/cirrus/build/testrun/pg_upgrade/002_pg_...
--- C:/cirrus/src/test/regress/expected/indexing.out	2024-11-07 16:32:36.596346000 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/indexing.out	2024-11-07 16:36:30.798890000 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/indexing.out C:/cirrus/build/testrun/recovery/027_strea...
--- C:/cirrus/src/test/regress/expected/indexing.out	2024-11-07 16:32:36.596346000 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/indexing.out	2024-11-07 16:38:42.159715200 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/indexing.out C:/cirrus/build/testrun/regress/regress/re...
--- C:/cirrus/src/test/regress/expected/indexing.out	2024-11-07 16:32:36.596346000 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/indexing.out	2024-11-07 16:36:14.044987100 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[16:36:40.216](118.015s) not ok 5 - regression tests pass
tap
[16:38:48.513](112.255s) not ok 2 - regression tests pass
test
[16:51:15.582]  20/307 postgresql:regress / regress/regress                                            ERROR           1...
[16:51:15.582]  37/307 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[16:51:15.582]  77/307 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
[16:51:15.582] 307/307 postgresql:isolation / isolation/isolation                                      TIMEOUT        10...
51/4390 add not_before and not_after timestamps to sslinfo extension and pg_stat_ssl
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[16:20:59.212] ../src/backend/libpq/be-secure-openssl.c(1575): warning C4047: 'function': 'ASN1_TIME *' differs in level...
compiler
[16:21:17.230] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notAfter referenced in...
compiler
[16:21:17.230] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notBefore referenced i...
compiler
[16:20:59.212] ../src/backend/libpq/be-secure-openssl.c(1575): warning C4024: 'ASN1_TIME_to_timestamptz': different type...
compiler
[16:20:59.212] ../src/backend/libpq/be-secure-openssl.c(1566): warning C4024: 'ASN1_TIME_to_timestamptz': different type...
compiler
[16:20:59.212] ../src/backend/libpq/be-secure-openssl.c(1566): warning C4047: 'function': 'ASN1_TIME *' differs in level...
50/5349 Fix for Extra Parenthesis in pgbench progress message
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out /tmp/cirrus-ci-build/build/testrun/postgres...
--- /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out	2024-11-07 16:03:29.732559000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/postgres_fdw-running/regress/results/postgres_fdw.out	2024-11-07 16:08:50.9563540...
@@ -12325,8 +12325,7 @@
   FROM postgres_fdw_get_connections(true);
  case 
 ------
-    1
-(1 row)
+(0 rows)
 
 -- After terminating the remote backend, since the connection is closed,
 -- "closed" should be TRUE, or NULL if the connection status check
@@ -12339,8 +12338,7 @@
   FROM postgres_fdw_get_connections(true);
  case 
 ------
-    1
-(1 row)
+(0 rows)
...
test
[16:09:20.419] 74/76 postgresql:postgres_fdw-running / postgres_fdw-running/regress               ERROR            10.27...
50/5270 jsonpath string methods: lower, upper, initcap, l/r/btrim, replace, split_part
CompilerWarnings
compiler
[14:45:22.607] jsonpath_exec.c:2827:13: error: mixing declarations and code is incompatible with standards before C99 [-...
compiler
[14:45:11.883] jsonpath_exec.c:2827:13: error: mixing declarations and code is incompatible with standards before C99 [-...
compiler
[14:44:35.413] jsonpath_exec.c:2827:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta...
compiler
[14:44:25.480] jsonpath_exec.c:2827:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta...
compiler
[14:45:49.319] jsonpath_exec.c:2827:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta...
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out /tmp/cirrus-ci-build/build-32/testrun/pg_upgr...
--- /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out	2024-11-07 14:43:42.112092955 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/pg_upgrade/002_pg_upgrade/data/results/jsonb_jsonpath.out	2024-11-07 14:52:05....
@@ -3082,7 +3082,7 @@
 select jsonb_path_query('"abc~@~def~@~ghi"', '$.split_part("~@~", 2)');
  jsonb_path_query 
 ------------------
- "def"
+ ""
 (1 row)
 
 -- Test string methods play nicely together
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out /tmp/cirrus-ci-build/build-32/testrun/recover...
--- /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out	2024-11-07 14:43:42.112092955 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/recovery/027_stream_regress/data/results/jsonb_jsonpath.out	2024-11-07 14:52:4...
@@ -3082,7 +3082,7 @@
 select jsonb_path_query('"abc~@~def~@~ghi"', '$.split_part("~@~", 2)');
  jsonb_path_query 
 ------------------
- "def"
+ ""
 (1 row)
 
 -- Test string methods play nicely together
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out /tmp/cirrus-ci-build/build-32/testrun/regress...
--- /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out	2024-11-07 14:43:42.112092955 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/regress/regress/results/jsonb_jsonpath.out	2024-11-07 14:51:56.375911278 +0000
@@ -3082,7 +3082,7 @@
 select jsonb_path_query('"abc~@~def~@~ghi"', '$.split_part("~@~", 2)');
  jsonb_path_query 
 ------------------
- "def"
+ ""
 (1 row)
 
 -- Test string methods play nicely together
tap
[14:52:27.059](79.798s) not ok 5 - regression tests pass
tap
[14:53:01.983](78.849s) not ok 2 - regression tests pass
test
[14:54:56.110]  39/312 postgresql:regress / regress/regress                                            ERROR            ...
[14:54:56.110] 134/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[14:54:56.110] 153/312 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5318 System views for versions reporting
Linux - Debian Bookworm - Meson
test
[07:55:13.888] 297/312 postgresql:test_slru / test_slru/001_multixact                                  ERROR            ...
51/4907 Add local address to log_line_prefix
Windows - Server 2019, VS 2019 - Meson & ninja
test
[06:59:11.765] 307/307 postgresql:ecpg / ecpg/ecpg                                                     TIMEOUT        10...
51/4538 Statistics Import and Export
Linux - Debian Bookworm - Autoconf
core
[06:03:09.591] #0  0x00007f1f9028ae3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:03:09.591] #1  0x00007f1f9023bfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:03:09.591] #2  0x00007f1f90226472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:03:09.591] #3  0x00007f1f904d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[06:03:09.591] #4  0x00007f1f904e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[06:03:09.591] #5  0x00007f1f904c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffeaf0da006, __in_ch...
[06:03:09.591] #6  0x00007f1f904c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140731835329648, sp...
[06:03:09.591] #7  0x00007f1f904c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[06:03:09.591] #8  0x000055936c6f63a2 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[06:03:09.591] #9  0x000055936c734d59 in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[06:03:06.577] #0  0x00007ff79e3ede3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:03:06.577] #1  0x00007ff79e39efb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:03:06.577] #2  0x00007ff79e389472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:03:06.577] #3  0x00007ff79e6d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[06:03:06.577] #4  0x00007ff79e6e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[06:03:06.577] #5  0x00007ff79e6c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7fff9a110f06, __in_ch...
[06:03:06.577] #6  0x00007ff79e6c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140735778200432, sp...
[06:03:06.577] #7  0x00007ff79e6c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[06:03:06.577] #8  0x000055c48da7c3af in DOTypeNameCompare (p1=p1@entry=0x7ff79cb06800, p2=p2@entry=0x7ff79cb08c98) at p...
[06:03:06.577] #9  0x000055c48daba9d9 in pg_qsort_med3 (a=a@entry=0x7ff79cb06800, b=b@entry=0x7ff79cb08c98, c=c@entry=0x...
core
[06:03:01.219] #0  0x00007fc64c309e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:03:01.219] #1  0x00007fc64c2bafb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:03:01.219] #2  0x00007fc64c2a5472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:03:01.219] #3  0x00007fc64c6d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[06:03:01.219] #4  0x00007fc64c6e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[06:03:01.219] #5  0x00007fc64c6c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffce7b92e96, __in_ch...
[06:03:01.219] #6  0x00007fc64c6c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140724196162304, sp...
[06:03:01.219] #7  0x00007fc64c6c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[06:03:01.219] #8  0x0000561b96e933a2 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[06:03:01.219] #9  0x0000561b96ed1df2 in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[06:03:07.080] #0  0x00007f9ee45cee3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:03:07.080] #1  0x00007f9ee457ffb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:03:07.080] #2  0x00007f9ee456a472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:03:07.080] #3  0x00007f9ee48d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[06:03:07.080] #4  0x00007f9ee48e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[06:03:07.080] #5  0x00007f9ee48c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffe7e45e3c6, __in_ch...
[06:03:07.080] #6  0x00007f9ee48c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140731016933424, sp...
[06:03:07.080] #7  0x00007f9ee48c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[06:03:07.080] #8  0x00005572bec053a2 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[06:03:07.080] #9  0x00005572bec43df2 in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[06:03:02.665] #0  0x00007f77291ede3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:03:02.665] #1  0x00007f772919efb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:03:02.665] #2  0x00007f7729189472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:03:02.665] #3  0x00007f77294d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[06:03:02.665] #4  0x00007f77294e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[06:03:02.665] #5  0x00007f77294c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffdc74bf706, __in_ch...
[06:03:02.665] #6  0x00007f77294c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140727947101040, sp...
[06:03:02.665] #7  0x00007f77294c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[06:03:02.665] #8  0x0000563385e953a2 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[06:03:02.665] #9  0x0000563385ed3df2 in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[06:03:06.076] #0  0x00007fab72328e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:03:06.076] #1  0x00007fab722d9fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:03:06.076] #2  0x00007fab722c4472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:03:06.076] #3  0x00007fab726d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[06:03:06.076] #4  0x00007fab726e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[06:03:06.076] #5  0x00007fab726c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7fff70375da6, __in_ch...
[06:03:06.076] #6  0x00007fab726c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140735076067856, sp...
[06:03:06.076] #7  0x00007fab726c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[06:03:06.076] #8  0x00005593b6cf43a2 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[06:03:06.076] #9  0x00005593b6d32d59 in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[06:03:01.707] #0  0x00007fedded28e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:03:01.707] #1  0x00007feddecd9fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:03:01.707] #2  0x00007feddecc4472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:03:01.707] #3  0x00007feddf0d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[06:03:01.707] #4  0x00007feddf0e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[06:03:01.707] #5  0x00007feddf0c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffd39941386, __in_ch...
[06:03:01.707] #6  0x00007feddf0c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140725569462256, sp...
[06:03:01.707] #7  0x00007feddf0c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[06:03:01.707] #8  0x0000561b03b673a2 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[06:03:01.707] #9  0x0000561b03ba5d59 in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[06:03:07.571] #0  0x00007f8fe7f28e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:03:07.571] #1  0x00007f8fe7ed9fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:03:07.571] #2  0x00007f8fe7ec4472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:03:07.571] #3  0x00007f8fe82d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[06:03:07.571] #4  0x00007f8fe82e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[06:03:07.571] #5  0x00007f8fe82c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7fffcbb93966, __in_ch...
[06:03:07.571] #6  0x00007f8fe82c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140736611304912, sp...
[06:03:07.571] #7  0x00007f8fe82c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[06:03:07.571] #8  0x0000557aa5cbd3a2 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[06:03:07.571] #9  0x0000557aa5cfbdf2 in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[06:03:08.073] #0  0x00007f5746ea9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:03:08.073] #1  0x00007f5746e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:03:08.073] #2  0x00007f5746e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:03:08.073] #3  0x00007f57470d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[06:03:08.073] #4  0x00007f57470e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[06:03:08.073] #5  0x00007f57470c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffc9abf7c66, __in_ch...
[06:03:08.073] #6  0x00007f57470c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140722904729808, sp...
[06:03:08.073] #7  0x00007f57470c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[06:03:08.073] #8  0x00005560fbdde3a2 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[06:03:08.073] #9  0x00005560fbe1cdf2 in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[06:03:08.590] #0  0x00007f42454a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:03:08.590] #1  0x00007f424545afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:03:08.590] #2  0x00007f4245445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:03:08.590] #3  0x00007f42456d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[06:03:08.590] #4  0x00007f42456e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[06:03:08.590] #5  0x00007f42456c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7fff11688fa6, __in_ch...
[06:03:08.590] #6  0x00007f42456c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140733485456400, sp...
[06:03:08.590] #7  0x00007f42456c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[06:03:08.590] #8  0x000055cb46b1c3a2 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[06:03:08.590] #9  0x000055cb46b5adf2 in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[06:03:09.097] #0  0x00007f46c2ba8e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:03:09.097] #1  0x00007f46c2b59fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:03:09.097] #2  0x00007f46c2b44472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:03:09.097] #3  0x00007f46c2ed650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[06:03:09.097] #4  0x00007f46c2ee2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[06:03:09.097] #5  0x00007f46c2ec1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffc48a543c6, __in_ch...
[06:03:09.097] #6  0x00007f46c2ec14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140721527279664, sp...
[06:03:09.097] #7  0x00007f46c2ec251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[06:03:09.097] #8  0x0000557aa05643a2 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[06:03:09.097] #9  0x0000557aa05a2d59 in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[06:03:02.189] #0  0x00007f14402e3e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:03:02.189] #1  0x00007f1440294fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:03:02.189] #2  0x00007f144027f472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:03:02.189] #3  0x00007f14406d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[06:03:02.189] #4  0x00007f14406e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[06:03:02.189] #5  0x00007f14406c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffc32015146, __in_ch...
[06:03:02.189] #6  0x00007f14406c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140721147436464, sp...
[06:03:02.190] #7  0x00007f14406c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[06:03:02.190] #8  0x00005556d1e783a2 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[06:03:02.190] #9  0x00005556d1eb6df2 in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[06:03:03.154] #0  0x00007f97b5d09e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:03:03.154] #1  0x00007f97b5cbafb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:03:03.154] #2  0x00007f97b5ca5472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:03:03.154] #3  0x00007f97b60d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[06:03:03.154] #4  0x00007f97b60e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[06:03:03.154] #5  0x00007f97b60c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffc3749fe76, __in_ch...
[06:03:03.154] #6  0x00007f97b60c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140721236085472, sp...
[06:03:03.154] #7  0x00007f97b60c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[06:03:03.154] #8  0x0000562b21b823a2 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[06:03:03.154] #9  0x0000562b21bc0df2 in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[06:03:03.640] #0  0x00007fef485a8e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:03:03.640] #1  0x00007fef48559fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:03:03.640] #2  0x00007fef48544472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:03:03.640] #3  0x00007fef488d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[06:03:03.640] #4  0x00007fef488e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[06:03:03.640] #5  0x00007fef488c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffe58f2d066, __in_ch...
[06:03:03.640] #6  0x00007fef488c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140730390731984, sp...
[06:03:03.640] #7  0x00007fef488c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[06:03:03.640] #8  0x000055c7805123a2 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[06:03:03.640] #9  0x000055c780550df2 in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[06:03:04.132] #0  0x00007f5176bede3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:03:04.132] #1  0x00007f5176b9efb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:03:04.132] #2  0x00007f5176b89472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:03:04.132] #3  0x00007f5176ed650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[06:03:04.132] #4  0x00007f5176ee2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[06:03:04.132] #5  0x00007f5176ec1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffd31752836, __in_ch...
[06:03:04.132] #6  0x00007f5176ec14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140725433218208, sp...
[06:03:04.132] #7  0x00007f5176ec251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[06:03:04.132] #8  0x000055e5f46c63a2 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[06:03:04.132] #9  0x000055e5f4704d59 in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[06:03:04.620] #0  0x00007ff3e808ae3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:03:04.620] #1  0x00007ff3e803bfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:03:04.620] #2  0x00007ff3e8026472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:03:04.620] #3  0x00007ff3e82d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[06:03:04.620] #4  0x00007ff3e82e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[06:03:04.620] #5  0x00007ff3e82c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7fff3e1b9c56, __in_ch...
[06:03:04.620] #6  0x00007ff3e82c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140734235388096, sp...
[06:03:04.620] #7  0x00007ff3e82c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[06:03:04.620] #8  0x00005651f12663a2 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[06:03:04.620] #9  0x00005651f12a4d59 in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[06:03:05.095] #0  0x00007fcb554e3e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:03:05.095] #1  0x00007fcb55494fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:03:05.095] #2  0x00007fcb5547f472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:03:05.095] #3  0x00007fcb558d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[06:03:05.095] #4  0x00007fcb558e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[06:03:05.095] #5  0x00007fcb558c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffc20d92ef6, __in_ch...
[06:03:05.095] #6  0x00007fcb558c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140720859593568, sp...
[06:03:05.096] #7  0x00007fcb558c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[06:03:05.096] #8  0x000055f6ac7843a2 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[06:03:05.096] #9  0x000055f6ac7c2df2 in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[06:03:05.582] #0  0x00007f5c205c5e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:03:05.582] #1  0x00007f5c20576fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:03:05.582] #2  0x00007f5c20561472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:03:05.582] #3  0x00007f5c208d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[06:03:05.582] #4  0x00007f5c208e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[06:03:05.582] #5  0x00007f5c208c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7fff580b7056, __in_ch...
[06:03:05.582] #6  0x00007f5c208c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140734670535872, sp...
[06:03:05.582] #7  0x00007f5c208c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[06:03:05.582] #8  0x0000564e50b063a2 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[06:03:05.582] #9  0x0000564e50b44df2 in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:204 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:204 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
tap
[05:55:55.838](5.626s) not ok 4 - dump from PITR 1
[05:55:57.645](1.806s) not ok 5 - dump from PITR 2
tap
[05:55:59.460](0.730s) not ok 19 - pg_dump: option -n pg_catalog
[05:56:01.074](1.613s) not ok 20 - pg_dumpall: option --exclude-database handles database names with embedded dots
[05:56:02.305](0.670s) not ok 37 - binary_upgrade: pg_dump runs
[05:56:02.347](0.041s) not ok 38 - binary_upgrade: pg_restore runs
tap
[05:56:07.203](1.823s) not ok 1 - parallel dump
[05:56:07.261](0.058s) not ok 2 - parallel restore
[05:56:07.730](0.468s) not ok 3 - parallel dump as inserts
[05:56:07.765](0.035s) not ok 4 - parallel restore as inserts
tap
[05:56:12.742](4.547s) not ok 1 - filter file without patterns
tap
[05:56:23.175](1.457s) not ok 7 - parallel dump
[05:56:23.660](0.484s) not ok 8 - parallel restore
[05:56:23.864](0.203s) not ok 9 - parallel restore with create
tap
[05:58:38.141](3.007s) not ok 6 - dump before running pg_upgrade
[05:58:44.473](3.299s) not ok 14 - run of pg_upgrade for new instance
[05:58:44.474](0.000s) not ok 15 - pg_upgrade_output.d/ removed after pg_upgrade success
[05:58:44.658](0.046s) not ok 16 - check that locales in new cluster match original cluster
[05:58:45.084](0.001s) not ok 18 - old and new dumps match after pg_upgrade
tap
[05:58:51.102](2.284s) not ok 10 - run of pg_upgrade of old cluster
[05:58:51.300](0.198s) not ok 11 - check the slot exists on new cluster
tap
[05:58:57.883](1.576s) not ok 8 - run of pg_upgrade for old instance when the subscription tables are in init/ready stat...
[05:58:57.884](0.000s) not ok 9 - pg_upgrade_output.d/ removed after successful pg_upgrade
[05:58:58.099](0.216s) not ok 10 - check that the subscription's running status and failover are preserved
[05:58:58.128](0.028s) not ok 11 - there should be 2 rows in pg_subscription_rel(representing tab_upgraded1 and tab_upgr...
tap
[05:58:10.581](0.977s) not ok 1 - binary_upgrade: pg_dump runs
tap
[06:00:39.667](1.353s) not ok 3 - dump primary server
[06:00:40.906](1.238s) not ok 4 - dump standby server
[06:00:42.084](1.174s) not ok 6 - dump catalogs of primary server
[06:00:42.581](0.497s) not ok 7 - dump catalogs of standby server
[06:00:42.586](0.004s) not ok 8 - compare primary and standby catalog dumps
Linux - Debian Bookworm - Meson
core
[05:57:49.433] #0  0x00007f216f4a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:57:49.433] #1  0x00007f216f45afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:57:49.433] #2  0x00007f216f445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:57:49.433] #3  0x00007f216f61e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:57:49.433] #4  0x00007f216f62aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:57:49.433] #5  0x00007f216f60db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x560ca4a495e0, In...
[05:57:49.433] #6  0x0000560ca49c5946 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[05:57:49.433] #7  0x0000560ca49f74e5 in pg_qsort (data=<optimized out>, n=4047, element_size=element_size@entry=8, comp...
[05:57:49.433] #8  0x0000560ca49c7ec0 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[05:57:49.433] #9  0x0000560ca49bcfa5 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[05:57:49.178] #0  0x00007f7325336d24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[05:57:49.178] #1  0x00007f73252e3239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[05:57:49.178] #2  0x00007f73252e3497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[05:57:49.178] #3  0x0000558b6f0d75c1 in ?? ()
[05:57:49.178] #4  0x0000558b6f0d1369 in ?? ()
[05:57:49.178] #5  0x0000558b6f0d020f in ?? ()
[05:57:49.178] #6  0x0000558b6f0d0c3b in ?? ()
[05:57:49.178] #7  0x0000558b6f0ce66f in ?? ()
[05:57:49.178] #8  0x00007f73252ce24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:57:49.178] #9  0x00007f73252ce305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:57:49.060] #0  0x00007fb3faea9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:57:49.060] #1  0x00007fb3fae5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:57:49.060] #2  0x00007fb3fae45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:57:49.060] #3  0x00007fb3fb01e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:57:49.060] #4  0x00007fb3fb02aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:57:49.060] #5  0x00007fb3fb00db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x5649457325e0, In...
[05:57:49.060] #6  0x00005649456ae946 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[05:57:49.060] #7  0x00005649456e04e5 in pg_qsort (data=<optimized out>, n=4006, element_size=element_size@entry=8, comp...
[05:57:49.060] #8  0x00005649456b0ec0 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[05:57:49.060] #9  0x00005649456a5fa5 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[05:57:48.799] #0  0x00007ff8078a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:57:48.799] #1  0x00007ff80785afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:57:48.799] #2  0x00007ff807845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:57:48.799] #3  0x00007ff807a1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:57:48.799] #4  0x00007ff807a2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:57:48.799] #5  0x00007ff807a0db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55dbfbd4d5e0, In...
[05:57:48.799] #6  0x000055dbfbcc9946 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[05:57:48.799] #7  0x000055dbfbcfb4e5 in pg_qsort (data=<optimized out>, n=4051, element_size=element_size@entry=8, comp...
[05:57:48.799] #8  0x000055dbfbccbec0 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[05:57:48.799] #9  0x000055dbfbcc0fa5 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[05:57:49.938] #0  0x00007f87cb0a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:57:49.938] #1  0x00007f87cb05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:57:49.938] #2  0x00007f87cb045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:57:49.938] #3  0x00007f87cb21e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:57:49.938] #4  0x00007f87cb22aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:57:49.938] #5  0x00007f87cb20db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55a8693085e0, In...
[05:57:49.938] #6  0x000055a869284946 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[05:57:49.938] #7  0x000055a8692b64e5 in pg_qsort (data=<optimized out>, n=7557, element_size=element_size@entry=8, comp...
[05:57:49.938] #8  0x000055a869286ec0 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[05:57:49.938] #9  0x000055a86927bfa5 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[05:57:49.680] #0  0x00007f00d6ea9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:57:49.680] #1  0x00007f00d6e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:57:49.680] #2  0x00007f00d6e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:57:49.680] #3  0x00007f00d701e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:57:49.680] #4  0x00007f00d702aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:57:49.680] #5  0x00007f00d700db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x559a27fd35e0, In...
[05:57:49.680] #6  0x0000559a27f4f946 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[05:57:49.680] #7  0x0000559a27f813bb in pg_qsort (data=<optimized out>, n=4060, element_size=element_size@entry=8, comp...
[05:57:49.680] #8  0x0000559a27f51ec0 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[05:57:49.680] #9  0x0000559a27f46fa5 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[05:57:50.184] #0  0x00007f5cd8ca9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:57:50.184] #1  0x00007f5cd8c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:57:50.184] #2  0x00007f5cd8c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:57:50.184] #3  0x00007f5cd8e1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:57:50.184] #4  0x00007f5cd8e2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:57:50.184] #5  0x00007f5cd8e0db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x557ad35235e0, In...
[05:57:50.184] #6  0x0000557ad349f946 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[05:57:50.184] #7  0x0000557ad34d14e5 in pg_qsort (data=<optimized out>, n=9845, element_size=element_size@entry=8, comp...
[05:57:50.184] #8  0x0000557ad34a1ec0 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[05:57:50.184] #9  0x0000557ad3496fa5 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[05:57:50.426] #0  0x00007f16974a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:57:50.426] #1  0x00007f169745afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:57:50.426] #2  0x00007f1697445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:57:50.426] #3  0x00007f169761e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:57:50.426] #4  0x00007f169762aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:57:50.426] #5  0x00007f169760db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55e1d62ac5e0, In...
[05:57:50.426] #6  0x000055e1d6228946 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[05:57:50.426] #7  0x000055e1d625a4e5 in pg_qsort (data=<optimized out>, n=9940, element_size=element_size@entry=8, comp...
[05:57:50.426] #8  0x000055e1d622aec0 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[05:57:50.426] #9  0x000055e1d621ffa5 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[05:57:48.547] #0  0x00007faa2caa9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:57:48.547] #1  0x00007faa2ca5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:57:48.547] #2  0x00007faa2ca45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:57:48.547] #3  0x00007faa2cc1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:57:48.547] #4  0x00007faa2cc2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:57:48.547] #5  0x00007faa2cc0db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x562f3b9115e0, In...
[05:57:48.547] #6  0x0000562f3b88d946 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[05:57:48.547] #7  0x0000562f3b8bf3bb in pg_qsort (data=<optimized out>, n=4993, element_size=element_size@entry=8, comp...
[05:57:48.547] #8  0x0000562f3b88fec0 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[05:57:48.547] #9  0x0000562f3b884fa5 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[05:57:50.674] #0  0x00007ff788aa9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:57:50.674] #1  0x00007ff788a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:57:50.674] #2  0x00007ff788a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:57:50.674] #3  0x00007ff788c1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:57:50.674] #4  0x00007ff788c2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:57:50.674] #5  0x00007ff788c0db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x5592cb2bf5e0, In...
[05:57:50.674] #6  0x00005592cb23b946 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[05:57:50.674] #7  0x00005592cb26d3bb in pg_qsort (data=<optimized out>, n=4429, element_size=element_size@entry=8, comp...
[05:57:50.674] #8  0x00005592cb23dec0 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[05:57:50.674] #9  0x00005592cb232fa5 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[05:57:46.425] #0  0x00007ff67e6a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:57:46.425] #1  0x00007ff67e65afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:57:46.425] #2  0x00007ff67e645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:57:46.425] #3  0x00007ff67e81e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:57:46.425] #4  0x00007ff67e82aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:57:46.425] #5  0x00007ff67e80db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x5601725e85e0, In...
[05:57:46.425] #6  0x0000560172564946 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[05:57:46.425] #7  0x00005601725963bb in pg_qsort (data=<optimized out>, n=4091, element_size=element_size@entry=8, comp...
[05:57:46.425] #8  0x0000560172566ec0 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[05:57:46.425] #9  0x000056017255bfa5 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[05:57:48.298] #0  0x00007f20e80a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:57:48.298] #1  0x00007f20e805afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:57:48.298] #2  0x00007f20e8045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:57:48.298] #3  0x00007f20e821e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:57:48.298] #4  0x00007f20e822aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:57:48.298] #5  0x00007f20e820db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55ba041b25e0, In...
[05:57:48.298] #6  0x000055ba0412e946 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[05:57:48.298] #7  0x000055ba041603bb in pg_qsort (data=<optimized out>, n=4091, element_size=element_size@entry=8, comp...
[05:57:48.298] #8  0x000055ba04130ec0 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[05:57:48.298] #9  0x000055ba04125fa5 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[05:57:46.177] #0  0x00007f155eaa9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:57:46.177] #1  0x00007f155ea5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:57:46.177] #2  0x00007f155ea45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:57:46.177] #3  0x00007f155ec1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:57:46.177] #4  0x00007f155ec2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:57:46.177] #5  0x00007f155ec0db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x556886d39560, In...
[05:57:46.177] #6  0x0000556886cb598a in DOTypeNameCompare (p1=p1@entry=0x5568b35c2f60, p2=p2@entry=0x5568b35c5400) at ....
[05:57:46.177] #7  0x0000556886ce6c23 in pg_qsort_med3 (a=a@entry=0x5568b35c2f60, b=b@entry=0x5568b35c5400, c=c@entry=0x...
[05:57:46.177] #8  0x0000556886ce703e in pg_qsort (data=<optimized out>, n=9382, element_size=element_size@entry=8, comp...
[05:57:46.177] #9  0x0000556886cb7ec0 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
core
[05:57:48.045] #0  0x00007fa0b10a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:57:48.045] #1  0x00007fa0b105afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:57:48.045] #2  0x00007fa0b1045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:57:48.045] #3  0x00007fa0b121e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:57:48.045] #4  0x00007fa0b122aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:57:48.045] #5  0x00007fa0b120db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x56134f9aa5e0, In...
[05:57:48.045] #6  0x000056134f926946 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[05:57:48.045] #7  0x000056134f9584e5 in pg_qsort (data=<optimized out>, n=4014, element_size=element_size@entry=8, comp...
[05:57:48.045] #8  0x000056134f928ec0 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[05:57:48.045] #9  0x000056134f91dfa5 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[05:57:47.803] #0  0x00007f7857ea9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:57:47.803] #1  0x00007f7857e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:57:47.803] #2  0x00007f7857e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:57:47.803] #3  0x00007f785801e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:57:47.803] #4  0x00007f785802aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:57:47.803] #5  0x00007f785800db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55c4350ca5e0, In...
[05:57:47.803] #6  0x000055c435046946 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[05:57:47.803] #7  0x000055c4350784e5 in pg_qsort (data=<optimized out>, n=4051, element_size=element_size@entry=8, comp...
[05:57:47.803] #8  0x000055c435048ec0 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[05:57:47.803] #9  0x000055c43503dfa5 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[05:57:47.548] #0  0x00007f118d0a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:57:47.548] #1  0x00007f118d05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:57:47.548] #2  0x00007f118d045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:57:47.548] #3  0x00007f118d21e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:57:47.548] #4  0x00007f118d22aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:57:47.548] #5  0x00007f118d20db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55fdac27d5e0, In...
[05:57:47.548] #6  0x000055fdac1f9946 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[05:57:47.548] #7  0x000055fdac22b4e5 in pg_qsort (data=<optimized out>, n=9845, element_size=element_size@entry=8, comp...
[05:57:47.548] #8  0x000055fdac1fbec0 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[05:57:47.548] #9  0x000055fdac1f0fa5 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[05:57:47.297] #0  0x00007fb20bea9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:57:47.297] #1  0x00007fb20be5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:57:47.297] #2  0x00007fb20be45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:57:47.297] #3  0x00007fb20c01e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:57:47.297] #4  0x00007fb20c02aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:57:47.297] #5  0x00007fb20c00db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x5578a3a065e0, In...
[05:57:47.297] #6  0x00005578a3982946 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[05:57:47.297] #7  0x00005578a39b43bb in pg_qsort (data=<optimized out>, n=4465, element_size=element_size@entry=8, comp...
[05:57:47.297] #8  0x00005578a3984ec0 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[05:57:47.297] #9  0x00005578a3979fa5 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[05:57:47.042] #0  0x00007fdd824a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:57:47.042] #1  0x00007fdd8245afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:57:47.042] #2  0x00007fdd82445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:57:47.042] #3  0x00007fdd8261e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:57:47.042] #4  0x00007fdd8262aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:57:47.042] #5  0x00007fdd8260db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x562c1ec5f5e0, In...
[05:57:47.042] #6  0x0000562c1ebdb946 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[05:57:47.042] #7  0x0000562c1ec0d4e5 in pg_qsort (data=<optimized out>, n=7557, element_size=element_size@entry=8, comp...
[05:57:47.042] #8  0x0000562c1ebddec0 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[05:57:47.042] #9  0x0000562c1ebd2fa5 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[05:57:46.796] #0  0x00007f984e4a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:57:46.796] #1  0x00007f984e45afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:57:46.796] #2  0x00007f984e445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:57:46.796] #3  0x00007f984e61e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:57:46.796] #4  0x00007f984e62aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:57:46.796] #5  0x00007f984e60db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x555b48f7b5e0, In...
[05:57:46.796] #6  0x0000555b48ef7946 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[05:57:46.796] #7  0x0000555b48f294e5 in pg_qsort (data=<optimized out>, n=4003, element_size=element_size@entry=8, comp...
[05:57:46.796] #8  0x0000555b48ef9ec0 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[05:57:46.796] #9  0x0000555b48eeefa5 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[05:57:46.544] #0  0x00007f7325336d24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[05:57:46.544] #1  0x00007f73252e3239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[05:57:46.544] #2  0x00007f73252e3497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[05:57:46.544] #3  0x0000558b6f0d75f3 in ?? ()
[05:57:46.544] #4  0x0000558b6f0d1369 in ?? ()
[05:57:46.544] #5  0x0000558b6f0d020f in ?? ()
[05:57:46.544] #6  0x0000558b6f0d0c3b in ?? ()
[05:57:46.544] #7  0x0000558b6f0ce66f in ?? ()
[05:57:46.544] #8  0x00007f73252ce24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:57:46.544] #9  0x00007f73252ce305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:57:46.544] #0  <unavailable> in ?? ()
tap
[05:55:05.879](2.701s) not ok 4 - dump from PITR 1
[05:55:07.532](1.653s) not ok 5 - dump from PITR 2
tap
[05:55:16.489](0.422s) not ok 19 - pg_dump: option -n pg_catalog
[05:55:17.369](0.880s) not ok 20 - pg_dumpall: option --exclude-database handles database names with embedded dots
[05:55:18.085](0.297s) not ok 37 - binary_upgrade: pg_dump runs
[05:55:18.126](0.040s) not ok 38 - binary_upgrade: pg_restore runs
tap
[05:55:15.952](1.229s) not ok 1 - parallel dump
[05:55:15.974](0.021s) not ok 2 - parallel restore
[05:55:16.208](0.234s) not ok 3 - parallel dump as inserts
[05:55:16.243](0.034s) not ok 4 - parallel restore as inserts
tap
[05:55:17.187](2.420s) not ok 1 - filter file without patterns
tap
[05:55:19.273](0.421s) not ok 7 - parallel dump
[05:55:19.482](0.208s) not ok 8 - parallel restore
[05:55:19.566](0.084s) not ok 9 - parallel restore with create
tap
[05:54:27.952](3.159s) not ok 6 - dump before running pg_upgrade
[05:54:36.058](4.003s) not ok 14 - run of pg_upgrade for new instance
[05:54:36.058](0.000s) not ok 15 - pg_upgrade_output.d/ removed after pg_upgrade success
[05:54:36.301](0.077s) not ok 16 - check that locales in new cluster match original cluster
[05:54:36.724](0.001s) not ok 18 - old and new dumps match after pg_upgrade
tap
[05:53:08.491](3.499s) not ok 10 - run of pg_upgrade of old cluster
[05:53:08.914](0.422s) not ok 11 - check the slot exists on new cluster
tap
[05:53:10.409](2.691s) not ok 8 - run of pg_upgrade for old instance when the subscription tables are in init/ready stat...
[05:53:10.410](0.000s) not ok 9 - pg_upgrade_output.d/ removed after successful pg_upgrade
[05:53:10.955](0.545s) not ok 10 - check that the subscription's running status and failover are preserved
[05:53:11.015](0.059s) not ok 11 - there should be 2 rows in pg_subscription_rel(representing tab_upgraded1 and tab_upgr...
tap
[05:54:57.494](1.371s) not ok 3 - dump primary server
[05:54:58.807](1.312s) not ok 4 - dump standby server
[05:54:59.973](1.153s) not ok 6 - dump catalogs of primary server
[05:55:00.435](0.462s) not ok 7 - dump catalogs of standby server
[05:55:00.445](0.009s) not ok 8 - compare primary and standby catalog dumps
tap
[05:56:22.448](0.835s) not ok 1 - binary_upgrade: pg_dump runs
test
[05:56:31.592]   6/312 postgresql:pg_upgrade / pg_upgrade/003_logical_slots                            ERROR            ...
[05:56:31.592]   9/312 postgresql:pg_upgrade / pg_upgrade/004_subscription                             ERROR            ...
[05:56:31.592]  94/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[05:56:31.592] 148/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[05:56:31.592] 156/312 postgresql:pg_combinebackup / pg_combinebackup/002_compare_backups              ERROR            ...
[05:56:31.592] 172/312 postgresql:pg_dump / pg_dump/004_pg_dump_parallel                               ERROR            ...
[05:56:31.592] 175/312 postgresql:pg_dump / pg_dump/005_pg_dump_filterfile                             ERROR            ...
[05:56:31.592] 178/312 postgresql:pg_dump / pg_dump/002_pg_dump                                        ERROR            ...
[05:56:31.592] 192/312 postgresql:pg_dump / pg_dump/010_dump_connstr                                   ERROR            ...
[05:56:31.592] 296/312 postgresql:test_pg_dump / test_pg_dump/001_base                                 ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[05:57:08.461](0.281s) not ok 18 - old and new dumps match after pg_upgrade
test
[06:04:13.328]  43/307 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
51/5070 Incorrect error message for cancellation triggered by statement_timeout & flaky test
CompilerWarnings
compiler
[04:31:33.253] backend_startup.c:270:63: error: variable 'status' is uninitialized when used here [-Werror,-Wuninitializ...
compiler
[04:31:33.253] backend_startup.c:270:63: error: data argument not used by format string [-Werror,-Wformat-extra-args]
compiler
[04:31:24.465] backend_startup.c:270:63: error: variable 'status' is uninitialized when used here [-Werror,-Wuninitializ...
compiler
[04:31:24.465] backend_startup.c:270:63: error: data argument not used by format string [-Werror,-Wformat-extra-args]
compiler
[04:30:52.137] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit...
compiler
[04:30:52.137] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args]
compiler
[04:30:43.643] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit...
compiler
[04:30:43.643] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args]
compiler
[04:31:58.081] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit...
compiler
[04:31:58.081] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args]
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[04:31:25.527] c:\cirrus\src\backend\tcop\backend_startup.c(270) : warning C4700: uninitialized local variable 'status' ...
51/4720 "unexpected duplicate for tablespace" problem in logical replication
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_chec...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-11-07 04:09:04.432744501 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/alter_table.out	2024-11-07 04:14:46.845813345 +0000
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 38023 |            |             0 |       38023 | pktable_pkey
+ 38016 |            |             0 |       38016 | pktable
+ 38031 |            |             0 |       38031 | fktable
+ 38515 |            |             0 |       38521 | foo
+ 38526 |            |             0 |       38526 | pg_toast_38515_index
+ 38525 |            |             0 |       38525 | pg_toast_38515
+ 38726 |            |             0 |       38726 | old_oids
+ 38744 |            |             0 |       38744 | pg_toast_38741
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/src/test/recovery/tmp_check...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-11-07 04:09:04.432744501 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/alter_table.out	2024-11-07 04:15:52.733653024 +0000
@@ -3491,9 +3491,29 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 38056 |            |             0 |       38056 | foo
+ 37732 |            |             0 |       37732 | users_id_seq
+ 37738 |            |             0 |       37738 | pg_toast_37733
+ 37739 |            |             0 |       37739 | pg_toast_37733_index
+ 37733 |            |             0 |       37733 | users
+ 38219 |            |             0 |       38219 | forc_test
+ 37984 |            |             0 |       37984 | pktable_pkey
+ 37980 |            |             0 |       37980 | pktable
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/src/test/regress/results/al...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-11-07 04:09:04.432744501 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/alter_table.out	2024-11-07 04:12:08.989929241 +0000
@@ -3491,9 +3491,29 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 38032 |            |             0 |       38032 | pg_toast_38028
+ 38027 |            |             0 |       38027 | users_id_seq
+ 38033 |            |             0 |       38033 | pg_toast_38028_index
+ 38028 |            |             0 |       38028 | users
+ 38189 |            |             0 |       38189 | foo
+ 37983 |            |             0 |       37983 | pktable_pkey
+ 37980 |            |             0 |       37980 | pktable
+ 37986 |            |             0 |       37986 | fktable
...
tap
[04:14:55.235](105.881s) not ok 5 - regression tests pass
tap
[04:16:00.842](65.423s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/00...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-11-07 04:08:26.365424539 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_table.out	2024-11-07 04:10:42.494770...
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37899 |            |             0 |       37899 | pktable_pkey
+ 37896 |            |             0 |       37896 | pktable
+ 37903 |            |             0 |       37903 | fktable
+ 38383 |            |             0 |       38388 | foo
+ 38392 |            |             0 |       38392 | pg_toast_38383_index
+ 38391 |            |             0 |       38391 | pg_toast_38383
+ 38597 |            |             0 |       38597 | old_oids
+ 38616 |            |             0 |       38616 | pg_toast_38613
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/recovery/027_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-11-07 04:08:26.365424539 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/alter_table.out	2024-11-07 04:11:16.8306...
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37732 |            |             0 |       37732 | pktable_pkey
+ 37724 |            |             0 |       37724 | pktable
+ 37734 |            |             0 |       37734 | fktable
+ 38301 |            |             0 |       38301 | pg_toast_38293
+ 38293 |            |             0 |       38298 | foo
+ 38302 |            |             0 |       38302 | pg_toast_38293_index
+ 38538 |            |             0 |       38538 | old_oids
+ 38556 |            |             0 |       38556 | pg_toast_38553
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/regress/regre...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-11-07 04:08:26.365424539 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/alter_table.out	2024-11-07 04:10:32.902795940 +0000
@@ -3491,9 +3491,29 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 38094 |            |             0 |       38094 | users_id_seq
+ 38099 |            |             0 |       38099 | pg_toast_38095
+ 38100 |            |             0 |       38100 | pg_toast_38095_index
+ 38095 |            |             0 |       38095 | users
+ 38207 |            |             0 |       38207 | foo
+ 38451 |            |             0 |       38451 | forc_test
+ 38851 |            |             0 |       38851 | pg_toast_38848
+ 38852 |            |             0 |       38852 | pg_toast_38848_index
...
tap
[04:10:50.016](69.527s) not ok 5 - regression tests pass
tap
[04:11:23.400](69.755s) not ok 2 - regression tests pass
test
[04:13:00.305]  38/312 postgresql:regress / regress/regress                                            ERROR            ...
[04:13:00.305] 127/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[04:13:00.305] 153/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/00...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-11-07 03:53:44.784456000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_table.out	2024-11-07 03:55:58.199318...
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37768 |            |             0 |       37768 | pktable_pkey
+ 37765 |            |             0 |       37765 | pktable
+ 37773 |            |             0 |       37773 | fktable
+ 38443 |            |             0 |       38448 | foo
+ 38452 |            |             0 |       38452 | pg_toast_38443_index
+ 38451 |            |             0 |       38451 | pg_toast_38443
+ 38726 |            |             0 |       38726 | old_oids
+ 38743 |            |             0 |       38743 | pg_toast_38740
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/recovery/027_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-11-07 03:53:44.784456000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/alter_table.out	2024-11-07 03:56:51.5850...
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37911 |            |             0 |       37911 | pktable_pkey
+ 37908 |            |             0 |       37908 | pktable
+ 37913 |            |             0 |       37913 | fktable
+ 38452 |            |             0 |       38457 | foo
+ 38461 |            |             0 |       38461 | pg_toast_38452_index
+ 38460 |            |             0 |       38460 | pg_toast_38452
+ 38645 |            |             0 |       38645 | old_oids
+ 38662 |            |             0 |       38662 | pg_toast_38659
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/regress/regre...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-11-07 03:53:44.784456000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/alter_table.out	2024-11-07 03:56:00.735845000 +0000
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37792 |            |             0 |       37792 | pktable_pkey
+ 37789 |            |             0 |       37789 | pktable
+ 37794 |            |             0 |       37794 | fktable
+ 38384 |            |             0 |       38393 | foo
+ 38397 |            |             0 |       38397 | pg_toast_38384_index
+ 38396 |            |             0 |       38396 | pg_toast_38384
+ 38615 |            |             0 |       38615 | old_oids
+ 38633 |            |             0 |       38633 | pg_toast_38630
...
tap
[03:56:06.740](56.328s) not ok 5 - regression tests pass
tap
[03:57:01.271](73.530s) not ok 2 - regression tests pass
test
[03:58:49.064]  40/312 postgresql:regress / regress/regress                                            ERROR            ...
[03:58:49.064]  75/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[03:58:49.064] 161/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
macOS - Sonoma - Meson
test
[04:00:57.306]  25/312 postgresql:regress / regress/regress                                            ERROR            ...
[04:00:57.306]  46/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[04:00:57.306] 134/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/alter_table.out C:/cirrus/build/testrun/pg_upgrade/002_...
--- C:/cirrus/src/test/regress/expected/alter_table.out	2024-11-07 03:53:50.544900100 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_table.out	2024-11-07 03:57:20.769680600 +0000
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37426 |            |             0 |       37426 | pktable_pkey
+ 37423 |            |             0 |       37423 | pktable
+ 37428 |            |             0 |       37428 | fktable
+ 38089 |            |             0 |       38096 | foo
+ 38101 |            |             0 |       38101 | pg_toast_38089_index
+ 38100 |            |             0 |       38100 | pg_toast_38089
+ 38348 |            |             0 |       38348 | old_oids
+ 38365 |            |             0 |       38365 | pg_toast_38362
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/alter_table.out C:/cirrus/build/testrun/recovery/027_st...
--- C:/cirrus/src/test/regress/expected/alter_table.out	2024-11-07 03:53:50.544900100 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/alter_table.out	2024-11-07 03:59:54.825896800 +0000
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 36196 |            |             0 |       36196 | pktable_pkey
+ 36192 |            |             0 |       36192 | pktable
+ 36200 |            |             0 |       36200 | fktable
+ 37481 |            |             0 |       37500 | foo
+ 37506 |            |             0 |       37506 | pg_toast_37481_index
+ 37504 |            |             0 |       37504 | pg_toast_37481
+ 38249 |            |             0 |       38249 | old_oids
+ 38270 |            |             0 |       38270 | pg_toast_38267
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/alter_table.out C:/cirrus/build/testrun/regress/regress...
--- C:/cirrus/src/test/regress/expected/alter_table.out	2024-11-07 03:53:50.544900100 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/alter_table.out	2024-11-07 03:57:13.166648500 +0000
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37180 |            |             0 |       37180 | pktable_pkey
+ 37177 |            |             0 |       37177 | pktable
+ 37182 |            |             0 |       37182 | fktable
+ 38079 |            |             0 |       38101 | foo
+ 38105 |            |             0 |       38105 | pg_toast_38079_index
+ 38104 |            |             0 |       38104 | pg_toast_38079
+ 38370 |            |             0 |       38370 | old_oids
+ 38400 |            |             0 |       38400 | pg_toast_38397
...
tap
[03:57:36.173](107.528s) not ok 5 - regression tests pass
tap
[04:00:15.446](139.980s) not ok 2 - regression tests pass
test
[04:06:29.569]  16/307 postgresql:regress / regress/regress                                            ERROR           1...
[04:06:29.569]  36/307 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[04:06:29.569] 101/307 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5031 Remove dependence on integer wrapping
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/date.out C:/cirrus/build/testrun/pg_upgrade/002_pg_upgr...
--- C:/cirrus/src/test/regress/expected/date.out	2024-11-07 03:25:09.783127900 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/date.out	2024-11-07 03:27:18.056171700 +0000
@@ -1533,4 +1533,4 @@
 select make_time(24, 0, 2.1);
 ERROR:  time field value out of range: 24:00:2.1
 SELECT make_date(-2147483648, 1, 1);
-ERROR:  date field value out of range: -2147483648-01-01
+ERROR:  date field value out of range: 24301-01-01
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/date.out C:/cirrus/build/testrun/recovery/027_stream_re...
--- C:/cirrus/src/test/regress/expected/date.out	2024-11-07 03:25:09.783127900 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/date.out	2024-11-07 03:29:38.863119500 +0000
@@ -1533,4 +1533,4 @@
 select make_time(24, 0, 2.1);
 ERROR:  time field value out of range: 24:00:2.1
 SELECT make_date(-2147483648, 1, 1);
-ERROR:  date field value out of range: -2147483648-01-01
+ERROR:  date field value out of range: 24301-01-01
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/date.out C:/cirrus/build/testrun/regress/regress/result...
--- C:/cirrus/src/test/regress/expected/date.out	2024-11-07 03:25:09.783127900 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/date.out	2024-11-07 03:27:12.206644200 +0000
@@ -1533,4 +1533,4 @@
 select make_time(24, 0, 2.1);
 ERROR:  time field value out of range: 24:00:2.1
 SELECT make_date(-2147483648, 1, 1);
-ERROR:  date field value out of range: -2147483648-01-01
+ERROR:  date field value out of range: 24301-01-01
tap
[03:28:57.249](104.711s) not ok 5 - regression tests pass
tap
[03:31:28.848](129.799s) not ok 2 - regression tests pass
test
[03:37:24.346]   6/307 postgresql:regress / regress/regress                                            ERROR           1...
[03:37:24.346]  37/307 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[03:37:24.346] 113/307 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
50/5224 not-null constraints
macOS - Sonoma - Meson
tap
[02:54:46.825](0.000s) not ok 6 - psql monitor died successfully after SIGQUIT
test
[02:59:10.725]  15/312 postgresql:recovery / recovery/013_crash_restart                                ERROR            ...
51/4810 COPY ON_ERROR 'NULL'
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_u...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-11-07 00:25:23.645968000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/copy2.out	2024-11-07 00:26:56.498299000 +0...
@@ -139,7 +139,7 @@
 LINE 1: COPY x from stdin (log_verbosity unsupported);
                            ^
 COPY x from stdin with (reject_limit 1);
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 COPY x from stdin with (on_error ignore, reject_limit 0);
 ERROR:  REJECT_LIMIT (0) must be greater than zero
 -- too many columns in column list: should fail
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-11-07 00:25:23.645968000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/copy2.out	2024-11-07 00:27:52.917515000 ...
@@ -139,7 +139,7 @@
 LINE 1: COPY x from stdin (log_verbosity unsupported);
                            ^
 COPY x from stdin with (reject_limit 1);
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 COPY x from stdin with (on_error ignore, reject_limit 0);
 ERROR:  REJECT_LIMIT (0) must be greater than zero
 -- too many columns in column list: should fail
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/build/testrun/regress/regress/res...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-11-07 00:25:23.645968000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/copy2.out	2024-11-07 00:26:57.029205000 +0000
@@ -139,7 +139,7 @@
 LINE 1: COPY x from stdin (log_verbosity unsupported);
                            ^
 COPY x from stdin with (reject_limit 1);
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 COPY x from stdin with (on_error ignore, reject_limit 0);
 ERROR:  REJECT_LIMIT (0) must be greater than zero
 -- too many columns in column list: should fail
tap
[00:27:14.415](66.172s) not ok 5 - regression tests pass
tap
[00:28:10.962](82.393s) not ok 2 - regression tests pass
test
[00:30:06.675]  42/312 postgresql:regress / regress/regress                                            ERROR            ...
[00:30:06.675]  83/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[00:30:06.675] 160/312 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/resu...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-11-07 00:25:14.038604774 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/copy2.out	2024-11-07 00:30:38.153189847 +0000
@@ -139,7 +139,7 @@
 LINE 1: COPY x from stdin (log_verbosity unsupported);
                            ^
 COPY x from stdin with (reject_limit 1);
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 COPY x from stdin with (on_error ignore, reject_limit 0);
 ERROR:  REJECT_LIMIT (0) must be greater than zero
 -- too many columns in column list: should fail
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/src/test/recovery/tmp_check/resul...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-11-07 00:25:14.038604774 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/copy2.out	2024-11-07 00:31:57.225662782 +0000
@@ -139,7 +139,7 @@
 LINE 1: COPY x from stdin (log_verbosity unsupported);
                            ^
 COPY x from stdin with (reject_limit 1);
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 COPY x from stdin with (on_error ignore, reject_limit 0);
 ERROR:  REJECT_LIMIT (0) must be greater than zero
 -- too many columns in column list: should fail
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/src/test/regress/results/copy2.ou...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-11-07 00:25:14.038604774 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/copy2.out	2024-11-07 00:28:07.377223934 +0000
@@ -139,7 +139,7 @@
 LINE 1: COPY x from stdin (log_verbosity unsupported);
                            ^
 COPY x from stdin with (reject_limit 1);
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 COPY x from stdin with (on_error ignore, reject_limit 0);
 ERROR:  REJECT_LIMIT (0) must be greater than zero
 -- too many columns in column list: should fail
tap
[00:30:49.443](94.768s) not ok 5 - regression tests pass
tap
[00:32:07.179](59.945s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_u...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-11-07 00:25:13.840668288 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/copy2.out	2024-11-07 00:27:46.469664285 +0...
@@ -139,7 +139,7 @@
 LINE 1: COPY x from stdin (log_verbosity unsupported);
                            ^
 COPY x from stdin with (reject_limit 1);
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 COPY x from stdin with (on_error ignore, reject_limit 0);
 ERROR:  REJECT_LIMIT (0) must be greater than zero
 -- too many columns in column list: should fail
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-11-07 00:25:13.840668288 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/copy2.out	2024-11-07 00:28:24.871090331 ...
@@ -139,7 +139,7 @@
 LINE 1: COPY x from stdin (log_verbosity unsupported);
                            ^
 COPY x from stdin with (reject_limit 1);
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 COPY x from stdin with (on_error ignore, reject_limit 0);
 ERROR:  REJECT_LIMIT (0) must be greater than zero
 -- too many columns in column list: should fail
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/build/testrun/regress/regress/res...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-11-07 00:25:13.840668288 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/copy2.out	2024-11-07 00:27:41.633519211 +0000
@@ -139,7 +139,7 @@
 LINE 1: COPY x from stdin (log_verbosity unsupported);
                            ^
 COPY x from stdin with (reject_limit 1);
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 COPY x from stdin with (on_error ignore, reject_limit 0);
 ERROR:  REJECT_LIMIT (0) must be greater than zero
 -- too many columns in column list: should fail
tap
[00:28:00.871](80.740s) not ok 5 - regression tests pass
tap
[00:28:36.880](80.005s) not ok 2 - regression tests pass
test
[00:30:22.470]  45/312 postgresql:regress / regress/regress                                            ERROR            ...
[00:30:22.470] 136/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[00:30:22.470] 154/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/copy2.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgra...
--- /Users/admin/pgsql/src/test/regress/expected/copy2.out	2024-11-07 00:25:15
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/copy2.out	2024-11-07 00:27:31
@@ -139,7 +139,7 @@
 LINE 1: COPY x from stdin (log_verbosity unsupported);
                            ^
 COPY x from stdin with (reject_limit 1);
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 COPY x from stdin with (on_error ignore, reject_limit 0);
 ERROR:  REJECT_LIMIT (0) must be greater than zero
 -- too many columns in column list: should fail
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/copy2.out /Users/admin/pgsql/build/testrun/recovery/027_stream_reg...
--- /Users/admin/pgsql/src/test/regress/expected/copy2.out	2024-11-07 00:25:15
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/copy2.out	2024-11-07 00:28:46
@@ -139,7 +139,7 @@
 LINE 1: COPY x from stdin (log_verbosity unsupported);
                            ^
 COPY x from stdin with (reject_limit 1);
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 COPY x from stdin with (on_error ignore, reject_limit 0);
 ERROR:  REJECT_LIMIT (0) must be greater than zero
 -- too many columns in column list: should fail
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/copy2.out /Users/admin/pgsql/build/testrun/regress/regress/results...
--- /Users/admin/pgsql/src/test/regress/expected/copy2.out	2024-11-07 00:25:15
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/copy2.out	2024-11-07 00:27:32
@@ -139,7 +139,7 @@
 LINE 1: COPY x from stdin (log_verbosity unsupported);
                            ^
 COPY x from stdin with (reject_limit 1);
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 COPY x from stdin with (on_error ignore, reject_limit 0);
 ERROR:  REJECT_LIMIT (0) must be greater than zero
 -- too many columns in column list: should fail
tap
[00:27:45.222](69.399s) not ok 5 - regression tests pass
tap
[00:29:00.978](74.300s) not ok 2 - regression tests pass
test
[00:32:00.556]  27/312 postgresql:regress / regress/regress                                            ERROR            ...
[00:32:00.556]  49/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[00:32:00.556] 140/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/copy2.out C:/cirrus/build/testrun/pg_upgrade/002_pg_upg...
--- C:/cirrus/src/test/regress/expected/copy2.out	2024-11-07 00:25:26.241804300 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/copy2.out	2024-11-07 00:29:25.644352600 +0000
@@ -139,7 +139,7 @@
 LINE 1: COPY x from stdin (log_verbosity unsupported);
                            ^
 COPY x from stdin with (reject_limit 1);
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 COPY x from stdin with (on_error ignore, reject_limit 0);
 ERROR:  REJECT_LIMIT (0) must be greater than zero
 -- too many columns in column list: should fail
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/copy2.out C:/cirrus/build/testrun/recovery/027_stream_r...
--- C:/cirrus/src/test/regress/expected/copy2.out	2024-11-07 00:25:26.241804300 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/copy2.out	2024-11-07 00:31:57.149285500 +0000
@@ -139,7 +139,7 @@
 LINE 1: COPY x from stdin (log_verbosity unsupported);
                            ^
 COPY x from stdin with (reject_limit 1);
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 COPY x from stdin with (on_error ignore, reject_limit 0);
 ERROR:  REJECT_LIMIT (0) must be greater than zero
 -- too many columns in column list: should fail
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/copy2.out C:/cirrus/build/testrun/regress/regress/resul...
--- C:/cirrus/src/test/regress/expected/copy2.out	2024-11-07 00:25:26.241804300 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/copy2.out	2024-11-07 00:29:19.263481500 +0000
@@ -139,7 +139,7 @@
 LINE 1: COPY x from stdin (log_verbosity unsupported);
                            ^
 COPY x from stdin with (reject_limit 1);
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 COPY x from stdin with (on_error ignore, reject_limit 0);
 ERROR:  REJECT_LIMIT (0) must be greater than zero
 -- too many columns in column list: should fail
tap
[00:29:46.261](125.968s) not ok 5 - regression tests pass
tap
[00:32:14.999](130.732s) not ok 2 - regression tests pass
test
[00:38:32.252]  20/307 postgresql:regress / regress/regress                                            ERROR           1...
[00:38:32.252]  38/307 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[00:38:32.252] 111/307 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5252 Trim the heap free memory
CompilerWarnings
compiler
[23:58:26.182] postgres.c:2825:47: error: initialization of ‘char *’ from ‘int’ makes pointer from integer without a cas...
compiler
[23:58:26.182] postgres.c:2829:33: error: assignment to ‘char *’ from ‘int’ makes pointer from integer without a cast [-...
compiler
[23:58:26.182] postgres.c:2828:25: error: implicit declaration of function ‘malloc_trim’ [-Werror=implicit-function-decl...
compiler
[23:58:26.182] postgres.c:2825:47: error: implicit declaration of function ‘sbrk’ [-Werror=implicit-function-declaration...
Linux - Debian Bookworm - Autoconf
tap
[23:57:59.648](0.001s) not ok 28 - options --locale-provider=icu --locale=und --lc-*=C: no stderr
Linux - Debian Bookworm - Meson
core
[00:02:30.696] #0  0x00007fcd8e077a50 in ?? ()
[00:02:30.696] #1  0x0000000000000003 in ?? ()
[00:02:30.696] #2  0x00007ffdf687750d in ?? ()
[00:02:30.696] #3  0x00007ffdf6877510 in ?? ()
[00:02:30.696] #4  0x00007ffdf6877513 in ?? ()
[00:02:30.696] #5  0x0000000000000000 in ?? ()
tap
[23:59:44.497](0.001s) not ok 28 - options --locale-provider=icu --locale=und --lc-*=C: no stderr
test
[00:01:16.077] 170/312 postgresql:initdb / initdb/001_initdb                                           ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[23:57:39.539] tcop_postgres.c.obj : error LNK2019: unresolved external symbol malloc_trim referenced in function finish...
compiler
[23:57:39.539] tcop_postgres.c.obj : error LNK2019: unresolved external symbol sbrk referenced in function finish_xact_c...
compiler
[23:57:29.300] ../src/backend/tcop/postgres.c(2825): warning C4047: 'initializing': 'char *' differs in levels of indire...
compiler
[23:57:29.300] ../src/backend/tcop/postgres.c(2829): warning C4047: '=': 'char *' differs in levels of indirection from ...
50/5238 Add parallel columns for seq scan and index scan on pg_stat_all_tables and _indexes
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/stats.out C:/cirrus/build/testrun/recovery/027_stream_r...
--- C:/cirrus/src/test/regress/expected/stats.out	2024-11-06 23:25:11.794040200 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/stats.out	2024-11-06 23:31:20.869871700 +0000
@@ -895,7 +895,7 @@
 FROM pg_stat_all_tables WHERE relid = 'test_parallel_scan'::regclass;
  parallel_seq_scan | seq_ok | parallel_idx_scan | idx_ok 
 -------------------+--------+-------------------+--------
-                 6 | t      |                 2 | t
+                 5 | t      |                 2 | t
 (1 row)
 
 -- fetch timestamps from before the next test
@@ -946,7 +946,7 @@
 FROM pg_stat_all_tables WHERE relid = 'test_parallel_scan'::regclass;
  parallel_seq_scan | seq_ok | parallel_idx_scan | idx_ok 
 -------------------+--------+-------------------+--------
-                 6 | t      |                 4 | t
+                 5 | t      |                 4 | t
 (1 row)
 
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/stats.out C:/cirrus/build/testrun/regress/regress/resul...
--- C:/cirrus/src/test/regress/expected/stats.out	2024-11-06 23:25:11.794040200 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/stats.out	2024-11-06 23:28:45.438598900 +0000
@@ -846,7 +846,7 @@
 FROM pg_stat_all_tables WHERE relid = 'test_parallel_scan'::regclass;
  parallel_seq_scan | parallel_idx_scan 
 -------------------+-------------------
-                 3 |                 2
+                 2 |                 2
 (1 row)
 
 SELECT last_parallel_seq_scan AS test_last_seq, last_parallel_idx_scan AS test_last_idx
@@ -895,7 +895,7 @@
 FROM pg_stat_all_tables WHERE relid = 'test_parallel_scan'::regclass;
  parallel_seq_scan | seq_ok | parallel_idx_scan | idx_ok 
 -------------------+--------+-------------------+--------
-                 6 | t      |                 2 | t
+                 5 | t      |                 2 | t
 (1 row)
 
...
tap
[23:31:31.785](133.807s) not ok 2 - regression tests pass
test
[23:37:15.480]  21/307 postgresql:regress / regress/regress                                            ERROR           1...
[23:37:15.480] 117/307 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5242 Fix RelationTruncate() corruption
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[22:46:32.664] ../src/backend/storage/smgr/smgr.c(732): warning C4098: 'smgrtruncate': 'void' function returning a value
51/5357 New predefined role pg_manage_extensions
FreeBSD - 13 - Meson
core
[22:29:05.205] #0  0x00003e4c0bc2dff0 in ?? ()
[22:29:05.205] #1  0x0000000000000003 in ?? ()
[22:29:05.205] #2  0x000034b15694f018 in ?? ()
[22:29:05.205] #3  0x000034b15694f01b in ?? ()
[22:29:05.205] #4  0x000034b15694f01e in ?? ()
[22:29:05.205] #5  0x0000000000000000 in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out /tmp/cirrus-ci-build/build/testrun/plperl/regress/...
--- /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out	2024-11-06 22:23:38.196143000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/plperl/regress/results/plperl_setup.out	2024-11-06 22:25:23.531093000 +0000
@@ -12,7 +12,7 @@
 HINT:  Must have CREATE privilege on current database to create this extension.
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 RESET ROLE;
 DO $$
 begin
@@ -24,7 +24,7 @@
 CREATE EXTENSION plperl;
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 CREATE SCHEMA plperl_setup_scratch;
 SET search_path = plperl_setup_scratch;
...
test
[22:27:53.142]  47/312 postgresql:plperl / plperl/regress                                              ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out /tmp/cirrus-ci-build/src/pl/plperl/results/plperl_...
--- /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out	2024-11-06 22:23:15.023429963 +0000
+++ /tmp/cirrus-ci-build/src/pl/plperl/results/plperl_setup.out	2024-11-06 22:24:34.306979445 +0000
@@ -12,7 +12,7 @@
 HINT:  Must have CREATE privilege on current database to create this extension.
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 RESET ROLE;
 DO $$
 begin
@@ -24,7 +24,7 @@
 CREATE EXTENSION plperl;
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 CREATE SCHEMA plperl_setup_scratch;
 SET search_path = plperl_setup_scratch;
...
Linux - Debian Bookworm - Meson
core
[22:29:12.086] #0  <unavailable> in ?? ()
core
[22:29:12.714] #0  0x00007f2ba263bd24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[22:29:12.714] #1  0x00007f2ba25e8239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[22:29:12.714] #2  0x00007f2ba25e8497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[22:29:12.714] #3  0x0000559dc8d8d5c1 in ?? ()
[22:29:12.714] #4  0x0000559dc8d87369 in ?? ()
[22:29:12.714] #5  0x0000559dc8d8620f in ?? ()
[22:29:12.714] #6  0x0000559dc8d86c3b in ?? ()
[22:29:12.714] #7  0x0000559dc8d8466f in ?? ()
[22:29:12.714] #8  0x00007f2ba25d324a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:29:12.714] #9  0x00007f2ba25d3305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:29:12.584] #0  0x00007fc69faa9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:29:12.584] #1  0x00007fc69fa5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:29:12.584] #2  0x00007fc69fa45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:29:12.584] #3  0x000056249e2acfe9 in ExceptionalCondition (conditionName=conditionName@entry=0x56249e5667d8 "latch->...
[22:29:12.584] #4  0x000056249dfbad8e in ResetLatch (latch=<optimized out>) at ../src/backend/storage/ipc/latch.c:728
[22:29:12.584] #5  0x000056249dec3045 in BackgroundWriterMain (startup_data=<optimized out>, startup_data_len=<optimized...
[22:29:12.584] #6  0x000056249dec5b27 in postmaster_child_launch (child_type=child_type@entry=B_BG_WRITER, startup_data=...
[22:29:12.584] #7  0x000056249dec7b3c in StartChildProcess (type=type@entry=B_BG_WRITER) at ../src/backend/postmaster/po...
[22:29:12.584] #8  0x000056249decd297 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5624ac941cc0) at ../src/ba...
[22:29:12.584] #9  0x000056249dd0a57e in main (argc=4, argv=0x5624ac941cc0) at ../src/backend/main/main.c:196
core
[22:29:12.086] #0  0x00007f2ba263bd24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[22:29:12.086] #1  0x00007f2ba25e8239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[22:29:12.086] #2  0x00007f2ba25e8497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[22:29:12.086] #3  0x0000559dc8d8d5f3 in ?? ()
[22:29:12.086] #4  0x0000559dc8d87369 in ?? ()
[22:29:12.086] #5  0x0000559dc8d8620f in ?? ()
[22:29:12.086] #6  0x0000559dc8d86c3b in ?? ()
[22:29:12.086] #7  0x0000559dc8d8466f in ?? ()
[22:29:12.086] #8  0x00007f2ba25d324a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:29:12.086] #9  0x00007f2ba25d3305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
regress
diff -U3 /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out /tmp/cirrus-ci-build/build/testrun/plperl/regress/...
--- /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out	2024-11-06 22:23:16.238841084 +0000
+++ /tmp/cirrus-ci-build/build/testrun/plperl/regress/results/plperl_setup.out	2024-11-06 22:25:51.902107113 +0000
@@ -12,7 +12,7 @@
 HINT:  Must have CREATE privilege on current database to create this extension.
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 RESET ROLE;
 DO $$
 begin
@@ -24,7 +24,7 @@
 CREATE EXTENSION plperl;
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 CREATE SCHEMA plperl_setup_scratch;
 SET search_path = plperl_setup_scratch;
...
test
[22:28:07.199]  47/312 postgresql:plperl / plperl/regress                                              ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/pl/plperl/expected/plperl_setup.out /Users/admin/pgsql/build/testrun/plperl/regress/resu...
--- /Users/admin/pgsql/src/pl/plperl/expected/plperl_setup.out	2024-11-06 22:23:12
+++ /Users/admin/pgsql/build/testrun/plperl/regress/results/plperl_setup.out	2024-11-06 22:26:12
@@ -12,7 +12,7 @@
 HINT:  Must have CREATE privilege on current database to create this extension.
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 RESET ROLE;
 DO $$
 begin
@@ -24,7 +24,7 @@
 CREATE EXTENSION plperl;
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 CREATE SCHEMA plperl_setup_scratch;
 SET search_path = plperl_setup_scratch;
...
test
[22:29:31.740]  48/312 postgresql:plperl / plperl/regress                                              ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/pl/plperl/expected/plperl_setup.out C:/cirrus/build/testrun/plperl/regress/re...
--- C:/cirrus/src/pl/plperl/expected/plperl_setup.out	2024-11-06 22:23:30.584279800 +0000
+++ C:/cirrus/build/testrun/plperl/regress/results/plperl_setup.out	2024-11-06 22:29:28.562141300 +0000
@@ -12,7 +12,7 @@
 HINT:  Must have CREATE privilege on current database to create this extension.
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 RESET ROLE;
 DO $$
 begin
@@ -24,7 +24,7 @@
 CREATE EXTENSION plperl;
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 CREATE SCHEMA plperl_setup_scratch;
 SET search_path = plperl_setup_scratch;
...
test
[22:36:38.941]  48/307 postgresql:plperl / plperl/regress                                              ERROR            ...
51/4912 CSN snapshots in hot standby
Linux - Debian Bookworm - Meson
core
[21:45:37.898] #0  0x00007f9188ea9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:45:37.898] #1  0x00007f9188e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:45:37.898] #2  0x00007f9188e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:45:37.898] #3  0x00007f918901e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[21:45:37.898] #4  0x00007f918902aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[21:45:37.898] #5  0x00007f918900dad8 in __ubsan::__ubsan_handle_shift_out_of_bounds_abort (Data=Data@entry=0x557e3746d4...
[21:45:37.898] #6  0x0000557e369befbd in XidInMVCCSnapshot (xid=755, snapshot=snapshot@entry=0x557e5a2c3bf0) at ../src/b...
[21:45:37.898] #7  0x0000557e3600c9ab in HeapTupleSatisfiesMVCC (htup=<optimized out>, snapshot=0x557e5a2c3bf0, buffer=4...
[21:45:37.898] #8  0x0000557e3600e017 in HeapTupleSatisfiesVisibility (htup=htup@entry=0x7ffe2e52b3d0, snapshot=snapshot...
[21:45:37.898] #9  0x0000557e35fff499 in page_collect_tuples (check_serializable=<optimized out>, all_visible=<optimized...
core
[21:45:39.249] #0  0x00007f63fdea9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:45:39.249] #1  0x00007f63fde5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:45:39.249] #2  0x00007f63fde45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:45:39.249] #3  0x00007f63fe01e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[21:45:39.249] #4  0x00007f63fe02aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[21:45:39.249] #5  0x00007f63fe00dad8 in __ubsan::__ubsan_handle_shift_out_of_bounds_abort (Data=Data@entry=0x56398fa5e4...
[21:45:39.249] #6  0x000056398efaffbd in XidInMVCCSnapshot (xid=757, snapshot=snapshot@entry=0x56399d7e7120) at ../src/b...
[21:45:39.249] #7  0x000056398e5fd7d3 in HeapTupleSatisfiesMVCC (htup=<optimized out>, snapshot=0x56399d7e7120, buffer=2...
[21:45:39.249] #8  0x000056398e5ff017 in HeapTupleSatisfiesVisibility (htup=htup@entry=0x7ffdb62a3a80, snapshot=snapshot...
[21:45:39.249] #9  0x000056398e5f0499 in page_collect_tuples (check_serializable=<optimized out>, all_visible=<optimized...
tap
[21:40:57.155](230.776s) # poll_query_until timed out executing this query:
[21:40:57.156](0.001s) not ok 14 - startup deadlock: lock acquisition is waiting
[21:44:32.991](215.835s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /tmp/cirrus-ci-build/src/test/recovery/t/031_recovery_conflict.pl line 270.
test
[21:44:33.195] 312/313 postgresql:test_misc / test_misc/000_csn_perf                                   ERROR            ...
[21:44:33.195] 313/313 postgresql:recovery / recovery/031_recovery_conflict                            ERROR           4...
macOS - Sonoma - Meson
test
[21:40:56.420] 313/313 postgresql:test_misc / test_misc/000_csn_perf                                   ERROR           1...
Windows - Server 2019, VS 2019 - Meson & ninja
test
[21:50:43.839] 308/308 postgresql:test_misc / test_misc/000_csn_perf                                   ERROR           3...
51/4952 Use WALReadFromBuffers in more places
Linux - Debian Bookworm - Autoconf
core
[21:34:12.797] #0  0x00007f0332145d24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[21:34:12.797] #1  0x00007f03320f2239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[21:34:12.797] #2  0x00007f03320f2497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[21:34:12.797] #3  0x00005642da9005c1 in ?? ()
[21:34:12.797] #4  0x00005642da8fa369 in ?? ()
[21:34:12.797] #5  0x00005642da8f920f in ?? ()
[21:34:12.797] #6  0x00005642da8f9c3b in ?? ()
[21:34:12.797] #7  0x00005642da8f766f in ?? ()
[21:34:12.797] #8  0x00007f03320dd24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:34:12.797] #9  0x00007f03320dd305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:34:12.924] #0  0x00007fda250c2ae3 in ?? () from /lib64/ld-linux-x86-64.so.2
[21:34:12.924] #1  0x00007fda250a888c in ?? () from /lib64/ld-linux-x86-64.so.2
[21:34:12.924] #2  0x00007fda250aa075 in ?? () from /lib64/ld-linux-x86-64.so.2
[21:34:12.924] #3  0x00007fda250a4261 in ?? () from /lib64/ld-linux-x86-64.so.2
[21:34:12.924] #4  0x00007fda250ba2f1 in _dl_catch_exception () from /lib64/ld-linux-x86-64.so.2
[21:34:12.924] #5  0x00007fda250a45ca in ?? () from /lib64/ld-linux-x86-64.so.2
[21:34:12.924] #6  0x00007fda250bf97a in ?? () from /lib64/ld-linux-x86-64.so.2
[21:34:12.924] #7  0x00007fda250bc22f in ?? () from /lib64/ld-linux-x86-64.so.2
[21:34:12.924] #8  0x00007fda250bdbac in ?? () from /lib64/ld-linux-x86-64.so.2
[21:34:12.924] #9  0x00007fda250bca58 in ?? () from /lib64/ld-linux-x86-64.so.2
regress
diff -U3 /tmp/cirrus-ci-build/contrib/test_decoding/expected/spill.out /tmp/cirrus-ci-build/contrib/test_decoding/result...
--- /tmp/cirrus-ci-build/contrib/test_decoding/expected/spill.out	2024-11-06 21:22:46.185015799 +0000
+++ /tmp/cirrus-ci-build/contrib/test_decoding/results/spill.out	2024-11-06 21:28:40.751051567 +0000
@@ -221,12 +221,7 @@
 SELECT (regexp_split_to_array(data, ':'))[4] COLLATE "C", COUNT(*), (array_agg(data))[1], (array_agg(data))[count(*)]
 FROM pg_logical_slot_get_changes('regression_slot', NULL,NULL) WHERE data ~ 'INSERT'
 GROUP BY 1 ORDER BY 1;
-        regexp_split_to_array         | count |                                      array_agg                         ...
---------------------------------------+-------+------------------------------------------------------------------------...
- 'serialize-nested-subsmall-subbig--1 |     1 | table public.spill_test: INSERT: data[text]:'serialize-nested-subsmall-...
- 'serialize-nested-subsmall-subbig--2 |  5000 | table public.spill_test: INSERT: data[text]:'serialize-nested-subsmall-...
-(2 rows)
-
+ERROR:  could not find record for logical decoding: unexpected pageaddr 0/2278000 in WAL segment 0000000100000000000000...
 -- not spilling subxact, containing a spilling subxact that aborts and one that commits
 BEGIN;
 SAVEPOINT s1;
@@ -241,11 +236,13 @@
 SELECT (regexp_split_to_array(data, ':'))[4] COLLATE "C", COUNT(*), (array_agg(data))[1], (array_agg(data))[count(*)]
 FROM pg_logical_slot_get_changes('regression_slot', NULL,NULL) WHERE data ~ 'INSERT'
...
51/4997 Return pg_control from pg_backup_stop().
Linux - Debian Bookworm - Meson
core
[16:52:33.517] #0  0x00007fcd390a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[16:52:33.517] #1  0x00007fcd3905afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[16:52:33.517] #2  0x00007fcd39045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[16:52:33.517] #3  0x00007fcd3921e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[16:52:33.517] #4  0x00007fcd3922aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[16:52:33.517] #5  0x00007fcd3920d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x563a10c5bf40,...
[16:52:33.517] #6  0x0000563a0fd85286 in backup_control_file (controlFile=controlFile@entry=0x563a1bf1818c "\337\311\376...
[16:52:33.517] #7  0x0000563a0fd89fb8 in pg_backup_stop (fcinfo=<optimized out>) at ../src/backend/access/transam/xlogfu...
[16:52:33.517] #8  0x0000563a0ff5eff6 in ExecInterpExpr (state=0x563a1bf0f8a0, econtext=0x563a1bf0f648, isnull=0x7ffc825...
[16:52:33.517] #9  0x0000563a0ff538c4 in ExecInterpExprStillValid (state=0x563a1bf0f8a0, econtext=0x563a1bf0f648, isNull...
core
[16:52:34.342] #0  0x00007fbca02a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[16:52:34.342] #1  0x00007fbca025afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[16:52:34.342] #2  0x00007fbca0245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[16:52:34.342] #3  0x00007fbca041e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[16:52:34.342] #4  0x00007fbca042aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[16:52:34.342] #5  0x00007fbca040d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x555768192f40,...
[16:52:34.342] #6  0x00005557672bc286 in backup_control_file (controlFile=controlFile@entry=0x55578cdfc26c "\337\311\376...
[16:52:34.342] #7  0x00005557672c0fb8 in pg_backup_stop (fcinfo=<optimized out>) at ../src/backend/access/transam/xlogfu...
[16:52:34.342] #8  0x00005557674bd48a in ExecMakeTableFunctionResult (setexpr=0x55578ce0b358, econtext=0x55578ce0b228, a...
[16:52:34.342] #9  0x00005557674eb67c in FunctionNext (node=0x55578ce0b018) at ../src/backend/executor/nodeFunctionscan....
tap
[16:48:19.294](1.263s) not ok 18 - psql fails correctly
[16:48:19.295](0.000s) not ok 19 - pg_backup_start fails gracefully
test
[16:51:20.798]  25/312 postgresql:recovery / recovery/020_archive_status                               ERROR            ...
[16:51:20.798]  43/312 postgresql:recovery / recovery/042_low_level_backup                             ERROR            ...
51/4966 Parallel CREATE INDEX for GIN indexes
CompilerWarnings
compiler
[16:30:58.494] gininsert.c:2421:35: error: format ‘%ld’ expects argument of type ‘long int’, but argument 2 has type ‘in...
compiler
[16:30:58.494] gininsert.c:2402:37: error: format ‘%ld’ expects argument of type ‘long int’, but argument 3 has type ‘lo...
51/5152 Casts from jsonb to other types should cope with json null
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[16:15:39.349](341.809s) # poll_query_until timed out executing this query:
timed out waiting for catchup at C:/cirrus/src/test/subscription/t/021_twophase.pl line 242.
test
[16:15:39.836] 307/307 postgresql:subscription / subscription/021_twophase                             ERROR           3...
51/4929 apply_scanjoin_target_to_paths and partitionwise join
FreeBSD - 13 - Meson
core
[15:44:07.775] #0  0x000024dded2765da in ?? () from /libexec/ld-elf.so.1
[15:44:07.775] #1  0x000024dded2726ec in ?? () from /libexec/ld-elf.so.1
[15:44:07.775] #2  0x0000000000000000 in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-11-06 15:38:24.634413000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_join.out	2024-11-06 15:40:07.992...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/recovery/0...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-11-06 15:38:24.634413000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/partition_join.out	2024-11-06 15:40:55.4...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/regress/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-11-06 15:38:24.634413000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/partition_join.out	2024-11-06 15:40:03.738299000 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[15:40:11.624](64.434s) not ok 5 - regression tests pass
tap
[15:40:59.153](75.554s) not ok 2 - regression tests pass
test
[15:42:54.276]  40/312 postgresql:regress / regress/regress                                            ERROR            ...
[15:42:54.276]  97/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[15:42:54.276] 153/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_c...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-11-06 15:38:24.952643678 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/partition_join.out	2024-11-06 15:44:43.260287312 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/src/test/recovery/tmp_ch...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-11-06 15:38:24.952643678 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/partition_join.out	2024-11-06 15:46:24.939991921 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/src/test/regress/results...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-11-06 15:38:24.952643678 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/partition_join.out	2024-11-06 15:42:02.800477372 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[15:44:47.060](139.765s) not ok 5 - regression tests pass
tap
[15:46:28.254](65.036s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Meson
core
[15:44:14.838] #0  0x00007f9e06caed24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[15:44:14.838] #1  0x00007f9e06c5b239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[15:44:14.838] #2  0x00007f9e06d16184 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:44:14.838] #3  0x00007f9e06d287dc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[15:44:14.838] #0  <unavailable> in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-11-06 15:38:24.809619811 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_join.out	2024-11-06 15:40:51.135...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/recovery/0...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-11-06 15:38:24.809619811 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/partition_join.out	2024-11-06 15:41:28.9...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/regress/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-11-06 15:38:24.809619811 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/partition_join.out	2024-11-06 15:40:44.463520004 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[15:40:54.366](70.974s) not ok 5 - regression tests pass
tap
[15:41:31.999](75.188s) not ok 2 - regression tests pass
test
[15:43:08.579]  42/312 postgresql:regress / regress/regress                                            ERROR            ...
[15:43:08.579] 128/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[15:43:08.579] 156/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/partition_join.out C:/cirrus/build/testrun/pg_upgrade/0...
--- C:/cirrus/src/test/regress/expected/partition_join.out	2024-11-06 15:38:44.521313600 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_join.out	2024-11-06 15:43:04.051205600 +000...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/partition_join.out C:/cirrus/build/testrun/recovery/027...
--- C:/cirrus/src/test/regress/expected/partition_join.out	2024-11-06 15:38:44.521313600 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/partition_join.out	2024-11-06 15:45:38.699703300 +0...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/partition_join.out C:/cirrus/build/testrun/regress/regr...
--- C:/cirrus/src/test/regress/expected/partition_join.out	2024-11-06 15:38:44.521313600 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/partition_join.out	2024-11-06 15:42:57.039487400 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[15:43:13.533](137.435s) not ok 5 - regression tests pass
tap
[15:45:49.095](149.571s) not ok 2 - regression tests pass
test
[15:52:13.255]  24/307 postgresql:regress / regress/regress                                            ERROR           1...
[15:52:13.255]  42/307 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           2...
[15:52:13.255] 105/307 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5285 NOT ENFORCED constraint feature
CompilerWarnings
compiler
[15:05:29.648] tablecmds.c:10904:7: error: variable 'deleteTriggerOid' is used uninitialized whenever 'if' condition is ...
compiler
[15:05:29.648] tablecmds.c:10904:7: error: variable 'updateTriggerOid' is used uninitialized whenever 'if' condition is ...
compiler
[15:04:30.153] tablecmds.c:10904:7: error: variable 'deleteTriggerOid' is used uninitialized whenever 'if' condition is ...
compiler
[15:04:30.153] tablecmds.c:10904:7: error: variable 'updateTriggerOid' is used uninitialized whenever 'if' condition is ...
compiler
[15:03:09.868] tablecmds.c:10918:17: error: ‘updateTriggerOid’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[15:03:09.868] tablecmds.c:10918:17: error: ‘deleteTriggerOid’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[15:02:14.414] tablecmds.c:10918:17: error: ‘updateTriggerOid’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[15:02:14.414] tablecmds.c:10918:17: error: ‘deleteTriggerOid’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[15:07:37.840] tablecmds.c:10918:17: error: ‘updateTriggerOid’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[15:07:37.840] tablecmds.c:10918:17: error: ‘deleteTriggerOid’ may be used uninitialized [-Werror=maybe-uninitialized]
51/5334 Support regular expressions with nondeterministic collations
Linux - Debian Bookworm - Meson
core
[13:27:15.063] #0  0x00007f6e48594d24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[13:27:15.063] #1  0x00007f6e48541239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[13:27:15.063] #2  0x00007f6e48541497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[13:27:15.063] #3  0x00005595a31355f3 in ?? ()
[13:27:15.063] #4  0x00005595a312f369 in ?? ()
[13:27:15.063] #5  0x00005595a312e20f in ?? ()
[13:27:15.063] #6  0x00005595a312ec3b in ?? ()
[13:27:15.063] #7  0x00005595a312c66f in ?? ()
[13:27:15.063] #8  0x00007f6e4852c24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:27:15.063] #9  0x00007f6e4852c305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:27:15.063] #0  <unavailable> in ?? ()
core
[13:27:14.942] #0  0x00007f4b18294d24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[13:27:14.942] #1  0x00007f4b18241239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[13:27:14.942] #2  0x00007f4b18241497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[13:27:14.942] #3  0x000055bfa3b4a5f3 in ?? ()
[13:27:14.942] #4  0x000055bfa3b44369 in ?? ()
[13:27:14.942] #5  0x000055bfa3b4320f in ?? ()
[13:27:14.942] #6  0x000055bfa3b43c3b in ?? ()
[13:27:14.942] #7  0x000055bfa3b4166f in ?? ()
[13:27:14.942] #8  0x00007f4b1822c24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:27:14.942] #9  0x00007f4b1822c305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:27:14.683] #0  0x00007f6e48594d24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[13:27:14.683] #1  0x00007f6e48541239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[13:27:14.683] #2  0x00007f6e48541497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[13:27:14.683] #3  0x00005595a31355c1 in ?? ()
[13:27:14.683] #4  0x00005595a312f369 in ?? ()
[13:27:14.683] #5  0x00005595a312e20f in ?? ()
[13:27:14.683] #6  0x00005595a312ec3b in ?? ()
[13:27:14.683] #7  0x00005595a312c66f in ?? ()
[13:27:14.683] #8  0x00007f6e4852c24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:27:14.683] #9  0x00007f6e4852c305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:27:15.185] #0  0x00007f4b18294d24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[13:27:15.185] #1  0x00007f4b18241239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[13:27:15.185] #2  0x00007f4b18241497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[13:27:15.185] #3  0x000055bfa3b4a5c1 in ?? ()
[13:27:15.185] #4  0x000055bfa3b44369 in ?? ()
[13:27:15.185] #5  0x000055bfa3b4320f in ?? ()
[13:27:15.185] #6  0x000055bfa3b43c3b in ?? ()
[13:27:15.185] #7  0x000055bfa3b4166f in ?? ()
[13:27:15.185] #8  0x00007f4b1822c24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:27:15.185] #9  0x00007f4b1822c305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:27:15.958] #0  0xf7f05559 in __kernel_vsyscall ()
[13:27:15.958] #1  0xf68402f7 in ?? () from /lib/i386-linux-gnu/libc.so.6
[13:27:15.958] #2  0xf67ef111 in raise () from /lib/i386-linux-gnu/libc.so.6
[13:27:15.958] #3  0xf67d826a in abort () from /lib/i386-linux-gnu/libc.so.6
[13:27:15.958] #4  0xf69fbd4a in __sanitizer::Abort () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_pos...
[13:27:15.958] #5  0xf6a0a896 in __sanitizer::Die () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_termi...
[13:27:15.958] #6  0xf69e858c in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=<optimized out>, Pointer=<optimize...
[13:27:15.958] #7  0x56ff60a2 in pg_check_regex_collation (is_similar_to=true) at ../src/backend/regex/regc_pg_locale.c:...
[13:27:15.958] #8  0x56ff642d in pg_regcomp (re=0xffc6aaa0, string=0x593e59ac, len=8, flags=3, collation=100) at ../src/...
[13:27:15.958] #9  0xeaf8889f in test_re_compile (text_re=text_re@entry=0x593b84c4, cflags=3, collation=collation@entry=...
core
[13:27:16.508] #0  0xf7fb2559 in __kernel_vsyscall ()
[13:27:16.508] #1  0xf68ed2f7 in ?? () from /lib/i386-linux-gnu/libc.so.6
[13:27:16.508] #2  0xf689c111 in raise () from /lib/i386-linux-gnu/libc.so.6
[13:27:16.508] #3  0xf688526a in abort () from /lib/i386-linux-gnu/libc.so.6
[13:27:16.508] #4  0xf6aa8d4a in __sanitizer::Abort () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_pos...
[13:27:16.508] #5  0xf6ab7896 in __sanitizer::Die () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_termi...
[13:27:16.508] #6  0xf6a9558c in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=<optimized out>, Pointer=<optimize...
[13:27:16.508] #7  0x56fa80a2 in pg_check_regex_collation (is_similar_to=true) at ../src/backend/regex/regc_pg_locale.c:...
[13:27:16.508] #8  0x56fa842d in pg_regcomp (re=0xffda96b0, string=0x596ed6ec, len=37, flags=3, collation=100) at ../src...
[13:27:16.508] #9  0x572ae57f in RE_compile_and_cache (text_re=0x596ed6a0, cflags=3, collation=100) at ../src/backend/ut...
core
[13:27:17.050] #0  0xf7ed4559 in __kernel_vsyscall ()
[13:27:17.050] #1  0xf680f2f7 in ?? () from /lib/i386-linux-gnu/libc.so.6
[13:27:17.050] #2  0xf67be111 in raise () from /lib/i386-linux-gnu/libc.so.6
[13:27:17.050] #3  0xf67a726a in abort () from /lib/i386-linux-gnu/libc.so.6
[13:27:17.050] #4  0xf69cad4a in __sanitizer::Abort () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_pos...
[13:27:17.050] #5  0xf69d9896 in __sanitizer::Die () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_termi...
[13:27:17.050] #6  0xf69b758c in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=<optimized out>, Pointer=<optimize...
[13:27:17.050] #7  0x56f160a2 in pg_check_regex_collation (is_similar_to=true) at ../src/backend/regex/regc_pg_locale.c:...
[13:27:17.050] #8  0x56f1642d in pg_regcomp (re=0xffbe1260, string=0x59e17d30, len=16, flags=27, collation=100) at ../sr...
[13:27:17.050] #9  0x5721c57f in RE_compile_and_cache (text_re=0x59e1bfc8, cflags=27, collation=100) at ../src/backend/u...
core
[13:27:17.972] #0  0xf7f8a559 in __kernel_vsyscall ()
[13:27:17.972] #1  0xf68c52f7 in ?? () from /lib/i386-linux-gnu/libc.so.6
[13:27:17.972] #2  0xf6874111 in raise () from /lib/i386-linux-gnu/libc.so.6
[13:27:17.972] #3  0xf685d26a in abort () from /lib/i386-linux-gnu/libc.so.6
[13:27:17.972] #4  0xf6a80d4a in __sanitizer::Abort () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_pos...
[13:27:17.972] #5  0xf6a8f896 in __sanitizer::Die () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_termi...
[13:27:17.972] #6  0xf6a6d58c in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=<optimized out>, Pointer=<optimize...
[13:27:17.972] #7  0x56faf0a2 in pg_check_regex_collation (is_similar_to=true) at ../src/backend/regex/regc_pg_locale.c:...
[13:27:17.972] #8  0x56faf42d in pg_regcomp (re=0xfff85620, string=0x585ecb34, len=5, flags=19, collation=100) at ../src...
[13:27:17.972] #9  0x572b557f in RE_compile_and_cache (text_re=0x585d9938, cflags=19, collation=100) at ../src/backend/u...
core
[13:27:18.508] #0  0xf7f8a559 in __kernel_vsyscall ()
[13:27:18.508] #1  0xf68c52f7 in ?? () from /lib/i386-linux-gnu/libc.so.6
[13:27:18.508] #2  0xf6874111 in raise () from /lib/i386-linux-gnu/libc.so.6
[13:27:18.508] #3  0xf685d26a in abort () from /lib/i386-linux-gnu/libc.so.6
[13:27:18.508] #4  0xf6a80d4a in __sanitizer::Abort () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_pos...
[13:27:18.508] #5  0xf6a8f896 in __sanitizer::Die () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_termi...
[13:27:18.508] #6  0xf6a6d58c in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=<optimized out>, Pointer=<optimize...
[13:27:18.508] #7  0x56faf0a2 in pg_check_regex_collation (is_similar_to=true) at ../src/backend/regex/regc_pg_locale.c:...
[13:27:18.508] #8  0x56faf42d in pg_regcomp (re=0xfff85820, string=0x585a5c4c, len=37, flags=3, collation=100) at ../src...
[13:27:18.508] #9  0x572b557f in RE_compile_and_cache (text_re=0x585a5c00, cflags=3, collation=100) at ../src/backend/ut...
core
[13:27:14.815] #0  0x00007f4902eaed24 in ?? ()
[13:27:14.815] #1  0x0000000000000000 in ?? ()
[13:27:14.941] #0  0x00007f4b18294d24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:27:14.942] #0  <unavailable> in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/contrib/citext/expected/citext.out /tmp/cirrus-ci-build/build-32/testrun/citext/regress/re...
--- /tmp/cirrus-ci-build/contrib/citext/expected/citext.out	2024-11-06 13:14:49.703301506 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/citext/regress/results/citext.out	2024-11-06 13:23:51.769229091 +0000
@@ -500,2185 +500,7 @@
 
 -- SIMILAR TO should be case-insensitive.
 SELECT name FROM srt WHERE name SIMILAR TO '%a.*';
- name 
-------
- ABA
-(1 row)
-
-SELECT name FROM srt WHERE name SIMILAR TO '%A.*';
- name 
-------
- ABA
-(1 row)
-
--- Explicit casts.
-SELECT true::citext = 'true' AS t;
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/strings.out /tmp/cirrus-ci-build/build-32/testrun/recovery/027_s...
--- /tmp/cirrus-ci-build/src/test/regress/expected/strings.out	2024-11-06 13:14:51.681135663 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/recovery/027_stream_regress/data/results/strings.out	2024-11-06 13:23:25.27732...
@@ -438,2255 +438,7 @@
 ERROR:  negative substring length not allowed
 -- T581 regular expression substring (with SQL's bizarre regexp syntax)
 SELECT SUBSTRING('abcdefg' SIMILAR 'a#"(b_d)#"%' ESCAPE '#') AS "bcd";
- bcd 
------
- bcd
-(1 row)
-
--- obsolete SQL99 syntax
-SELECT SUBSTRING('abcdefg' FROM 'a#"(b_d)#"%' FOR '#') AS "bcd";
- bcd 
------
- bcd
-(1 row)
-
--- No match should return NULL
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/strings.out /tmp/cirrus-ci-build/build-32/testrun/regress/regres...
--- /tmp/cirrus-ci-build/src/test/regress/expected/strings.out	2024-11-06 13:14:51.681135663 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/regress/regress/results/strings.out	2024-11-06 13:22:44.857553960 +0000
@@ -438,2255 +438,7 @@
 ERROR:  negative substring length not allowed
 -- T581 regular expression substring (with SQL's bizarre regexp syntax)
 SELECT SUBSTRING('abcdefg' SIMILAR 'a#"(b_d)#"%' ESCAPE '#') AS "bcd";
- bcd 
------
- bcd
-(1 row)
-
--- obsolete SQL99 syntax
-SELECT SUBSTRING('abcdefg' FROM 'a#"(b_d)#"%' FOR '#') AS "bcd";
- bcd 
------
- bcd
-(1 row)
-
--- No match should return NULL
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/test_regex/expected/test_regex.out /tmp/cirrus-ci-build/build-32/testrun/...
--- /tmp/cirrus-ci-build/src/test/modules/test_regex/expected/test_regex.out	2024-11-06 13:14:51.537793800 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/test_regex/regress/results/test_regex.out	2024-11-06 13:24:11.325181307 +0000
@@ -1010,4075 +1010,7 @@
 ERROR:  invalid regular expression: invalid character range
 -- expectMatch	9.15 &LP	{[[:<:]]a}	a	a
 select * from test_regex('[[:<:]]a', 'a', 'LP');
-          test_regex           
--------------------------------
- {0,REG_UNONPOSIX,REG_ULOCALE}
- {a}
-(2 rows)
-
-select * from test_regex('[[:<:]]a', 'a', 'LPb');
-          test_regex           
--------------------------------
- {0,REG_UNONPOSIX,REG_ULOCALE}
- {a}
-(2 rows)
-
...
tap
[13:23:32.370](11.699s) not ok 2 - regression tests pass
test
[13:26:02.219]   6/312 postgresql:regress / regress/regress                                            ERROR            ...
[13:26:02.219]  36/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[13:26:02.219]  58/312 postgresql:citext / citext/regress                                              ERROR            ...
[13:26:02.219] 127/312 postgresql:test_regex / test_regex/regress                                      ERROR            ...
51/5284 database-specific role memberships
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/privs_in_db.out /tmp/cirrus-ci-build/build/testrun/regress-runni...
--- /tmp/cirrus-ci-build/src/test/regress/expected/privs_in_db.out	2024-11-06 12:59:56.982571000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress-running/regress/results/privs_in_db.out	2024-11-06 13:05:53.492163000 +00...
@@ -756,9 +756,10 @@
 DROP DATABASE regression_db_0;
 DROP ROLE regress_role_admin;
 SELECT datname FROM pg_database WHERE datname LIKE 'regression_db_%';
- datname 
----------
-(0 rows)
+      datname      
+-------------------
+ regression_dblink
+(1 row)
 
 SELECT rolname FROM pg_roles WHERE rolname LIKE 'regress_role_%';
  rolname 
test
[13:06:14.792] 75/76 postgresql:regress-running / regress-running/regress                         ERROR            25.85...
51/5310 Clarify old WAL files cannot be removed until they are summarized
macOS - Sonoma - Meson
tap
[11:43:21.713](0.000s) not ok 295 - pgbench script error: set random range too large stderr /(?^:random range is too lar...
test
[11:44:30.916] 216/312 postgresql:pgbench / pgbench/001_pgbench_with_server                            ERROR            ...
51/5131 add log_transaction GUC setting
FreeBSD - 13 - Meson
tap
[10:40:47.946](1.823s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[10:40:58.538] 293/312 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
Linux - Debian Bookworm - Autoconf
tap
[10:39:44.378](0.772s) not ok 1 - no parameters missing from postgresql.conf.sample
Linux - Debian Bookworm - Meson
tap
[10:41:19.678](0.400s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[10:41:30.571] 291/312 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
macOS - Sonoma - Meson
tap
[10:42:38.774](1.361s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[10:42:54.714] 293/312 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[10:48:16.794](1.558s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[10:48:43.283] 286/307 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
51/5012 Vacuum statistics
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out /tmp/cirrus-ci-build/bu...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-11-06 10:33:09.90063400...
+++ /tmp/cirrus-ci-build/build/testrun/isolation/isolation/results/vacuum-extending-in-repetable-read.out	2024-11-06 10:...
@@ -9,9 +9,10 @@
     FROM pg_stat_get_vacuum_tables vt, pg_class c
     WHERE vt.relname = 'test_vacuum_stat_isolation' AND vt.relid = c.oid;
 
-relname|tuples_deleted|dead_tuples|tuples_frozen
--------+--------------+-----------+-------------
-(0 rows)
+relname                   |tuples_deleted|dead_tuples|tuples_frozen
+--------------------------+--------------+-----------+-------------
+test_vacuum_stat_isolation|             0|          0|            0
+(1 row)
 
 step s1_begin_repeatable_read: 
   BEGIN transaction ISOLATION LEVEL REPEATABLE READ;
@@ -22,7 +23,8 @@
   100
 (1 row)
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/vacuum_tables_and_db_statistics.out /tmp/cirrus-ci-build/build/t...
--- /tmp/cirrus-ci-build/src/test/regress/expected/vacuum_tables_and_db_statistics.out	2024-11-06 10:33:10.071641000 +00...
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/vacuum_tables_and_db_statistics.out	2024-1...
@@ -186,7 +186,7 @@
 
 SELECT pages_frozen AS pf, pages_all_visible AS pv, rev_all_frozen_pages AS hafp,rev_all_visible_pages AS havp
 FROM pg_stat_get_vacuum_tables, pg_stat_all_tables WHERE pg_stat_get_vacuum_tables.relname = 'vestat' and pg_stat_get_v...
-UPDATE vestat SET x = x + 1001;
+UPDATE vestat SET x = x+1001;
 VACUUM (PARALLEL 0, BUFFER_USAGE_LIMIT 128) vestat;
 SELECT pages_frozen > :pf AS pages_frozen,pages_all_visible > :pv AS pages_all_visible,rev_all_frozen_pages > :hafp AS ...
 FROM pg_stat_get_vacuum_tables, pg_stat_all_tables WHERE pg_stat_get_vacuum_tables.relname = 'vestat' and pg_stat_get_v...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/vacuum_tables_and_db_statistics.out /tmp/cirrus-ci-build/build/t...
--- /tmp/cirrus-ci-build/src/test/regress/expected/vacuum_tables_and_db_statistics.out	2024-11-06 10:33:10.071641000 +00...
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/vacuum_tables_and_db_statistics.out	2024...
@@ -186,7 +186,7 @@
 
 SELECT pages_frozen AS pf, pages_all_visible AS pv, rev_all_frozen_pages AS hafp,rev_all_visible_pages AS havp
 FROM pg_stat_get_vacuum_tables, pg_stat_all_tables WHERE pg_stat_get_vacuum_tables.relname = 'vestat' and pg_stat_get_v...
-UPDATE vestat SET x = x + 1001;
+UPDATE vestat SET x = x+1001;
 VACUUM (PARALLEL 0, BUFFER_USAGE_LIMIT 128) vestat;
 SELECT pages_frozen > :pf AS pages_frozen,pages_all_visible > :pv AS pages_all_visible,rev_all_frozen_pages > :hafp AS ...
 FROM pg_stat_get_vacuum_tables, pg_stat_all_tables WHERE pg_stat_get_vacuum_tables.relname = 'vestat' and pg_stat_get_v...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/vacuum_tables_and_db_statistics.out /tmp/cirrus-ci-build/build/t...
--- /tmp/cirrus-ci-build/src/test/regress/expected/vacuum_tables_and_db_statistics.out	2024-11-06 10:33:10.071641000 +00...
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/vacuum_tables_and_db_statistics.out	2024-11-06 10:36:04.0...
@@ -186,7 +186,7 @@
 
 SELECT pages_frozen AS pf, pages_all_visible AS pv, rev_all_frozen_pages AS hafp,rev_all_visible_pages AS havp
 FROM pg_stat_get_vacuum_tables, pg_stat_all_tables WHERE pg_stat_get_vacuum_tables.relname = 'vestat' and pg_stat_get_v...
-UPDATE vestat SET x = x + 1001;
+UPDATE vestat SET x = x+1001;
 VACUUM (PARALLEL 0, BUFFER_USAGE_LIMIT 128) vestat;
 SELECT pages_frozen > :pf AS pages_frozen,pages_all_visible > :pv AS pages_all_visible,rev_all_frozen_pages > :hafp AS ...
 FROM pg_stat_get_vacuum_tables, pg_stat_all_tables WHERE pg_stat_get_vacuum_tables.relname = 'vestat' and pg_stat_get_v...
tap
[10:36:04.372](62.802s) not ok 5 - regression tests pass
tap
[10:36:55.443](76.375s) not ok 2 - regression tests pass
test
[10:38:44.882]  42/312 postgresql:regress / regress/regress                                            ERROR            ...
[10:38:44.882]  47/312 postgresql:isolation / isolation/isolation                                      ERROR            ...
[10:38:44.882]  81/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[10:38:44.882] 158/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/vacuum_tables_and_db_statistics.out /tmp/cirrus-ci-build/src/bin...
--- /tmp/cirrus-ci-build/src/test/regress/expected/vacuum_tables_and_db_statistics.out	2024-11-06 10:33:04.990383136 +00...
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/vacuum_tables_and_db_statistics.out	2024-11-06 10:40:41.70...
@@ -186,7 +186,7 @@
 
 SELECT pages_frozen AS pf, pages_all_visible AS pv, rev_all_frozen_pages AS hafp,rev_all_visible_pages AS havp
 FROM pg_stat_get_vacuum_tables, pg_stat_all_tables WHERE pg_stat_get_vacuum_tables.relname = 'vestat' and pg_stat_get_v...
-UPDATE vestat SET x = x + 1001;
+UPDATE vestat SET x = x+1001;
 VACUUM (PARALLEL 0, BUFFER_USAGE_LIMIT 128) vestat;
 SELECT pages_frozen > :pf AS pages_frozen,pages_all_visible > :pv AS pages_all_visible,rev_all_frozen_pages > :hafp AS ...
 FROM pg_stat_get_vacuum_tables, pg_stat_all_tables WHERE pg_stat_get_vacuum_tables.relname = 'vestat' and pg_stat_get_v...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out /tmp/cirrus-ci-build/sr...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-11-06 10:33:04.77989556...
+++ /tmp/cirrus-ci-build/src/test/isolation/output_iso/results/vacuum-extending-in-repetable-read.out	2024-11-06 10:38:2...
@@ -9,9 +9,10 @@
     FROM pg_stat_get_vacuum_tables vt, pg_class c
     WHERE vt.relname = 'test_vacuum_stat_isolation' AND vt.relid = c.oid;
 
-relname|tuples_deleted|dead_tuples|tuples_frozen
--------+--------------+-----------+-------------
-(0 rows)
+relname                   |tuples_deleted|dead_tuples|tuples_frozen
+--------------------------+--------------+-----------+-------------
+test_vacuum_stat_isolation|             0|          0|            0
+(1 row)
 
 step s1_begin_repeatable_read: 
   BEGIN transaction ISOLATION LEVEL REPEATABLE READ;
@@ -22,7 +23,8 @@
   100
 (1 row)
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/vacuum_tables_and_db_statistics.out /tmp/cirrus-ci-build/src/tes...
--- /tmp/cirrus-ci-build/src/test/regress/expected/vacuum_tables_and_db_statistics.out	2024-11-06 10:33:04.990383136 +00...
+++ /tmp/cirrus-ci-build/src/test/regress/results/vacuum_tables_and_db_statistics.out	2024-11-06 10:39:04.167665731 +000...
@@ -186,7 +186,7 @@
 
 SELECT pages_frozen AS pf, pages_all_visible AS pv, rev_all_frozen_pages AS hafp,rev_all_visible_pages AS havp
 FROM pg_stat_get_vacuum_tables, pg_stat_all_tables WHERE pg_stat_get_vacuum_tables.relname = 'vestat' and pg_stat_get_v...
-UPDATE vestat SET x = x + 1001;
+UPDATE vestat SET x = x+1001;
 VACUUM (PARALLEL 0, BUFFER_USAGE_LIMIT 128) vestat;
 SELECT pages_frozen > :pf AS pages_frozen,pages_all_visible > :pv AS pages_all_visible,rev_all_frozen_pages > :hafp AS ...
 FROM pg_stat_get_vacuum_tables, pg_stat_all_tables WHERE pg_stat_get_vacuum_tables.relname = 'vestat' and pg_stat_get_v...
tap
[10:40:41.739](104.688s) not ok 5 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out /tmp/cirrus-ci-build/bu...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-11-06 10:33:05.41591159...
+++ /tmp/cirrus-ci-build/build/testrun/isolation/isolation/results/vacuum-extending-in-repetable-read.out	2024-11-06 10:...
@@ -9,9 +9,10 @@
     FROM pg_stat_get_vacuum_tables vt, pg_class c
     WHERE vt.relname = 'test_vacuum_stat_isolation' AND vt.relid = c.oid;
 
-relname|tuples_deleted|dead_tuples|tuples_frozen
--------+--------------+-----------+-------------
-(0 rows)
+relname                   |tuples_deleted|dead_tuples|tuples_frozen
+--------------------------+--------------+-----------+-------------
+test_vacuum_stat_isolation|             0|          0|            0
+(1 row)
 
 step s1_begin_repeatable_read: 
   BEGIN transaction ISOLATION LEVEL REPEATABLE READ;
@@ -22,7 +23,8 @@
   100
 (1 row)
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/vacuum_tables_and_db_statistics.out /tmp/cirrus-ci-build/build/t...
--- /tmp/cirrus-ci-build/src/test/regress/expected/vacuum_tables_and_db_statistics.out	2024-11-06 10:33:05.631943430 +00...
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/vacuum_tables_and_db_statistics.out	2024-1...
@@ -186,7 +186,7 @@
 
 SELECT pages_frozen AS pf, pages_all_visible AS pv, rev_all_frozen_pages AS hafp,rev_all_visible_pages AS havp
 FROM pg_stat_get_vacuum_tables, pg_stat_all_tables WHERE pg_stat_get_vacuum_tables.relname = 'vestat' and pg_stat_get_v...
-UPDATE vestat SET x = x + 1001;
+UPDATE vestat SET x = x+1001;
 VACUUM (PARALLEL 0, BUFFER_USAGE_LIMIT 128) vestat;
 SELECT pages_frozen > :pf AS pages_frozen,pages_all_visible > :pv AS pages_all_visible,rev_all_frozen_pages > :hafp AS ...
 FROM pg_stat_get_vacuum_tables, pg_stat_all_tables WHERE pg_stat_get_vacuum_tables.relname = 'vestat' and pg_stat_get_v...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/vacuum_tables_and_db_statistics.out /tmp/cirrus-ci-build/build/t...
--- /tmp/cirrus-ci-build/src/test/regress/expected/vacuum_tables_and_db_statistics.out	2024-11-06 10:33:05.631943430 +00...
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/vacuum_tables_and_db_statistics.out	2024...
@@ -186,7 +186,7 @@
 
 SELECT pages_frozen AS pf, pages_all_visible AS pv, rev_all_frozen_pages AS hafp,rev_all_visible_pages AS havp
 FROM pg_stat_get_vacuum_tables, pg_stat_all_tables WHERE pg_stat_get_vacuum_tables.relname = 'vestat' and pg_stat_get_v...
-UPDATE vestat SET x = x + 1001;
+UPDATE vestat SET x = x+1001;
 VACUUM (PARALLEL 0, BUFFER_USAGE_LIMIT 128) vestat;
 SELECT pages_frozen > :pf AS pages_frozen,pages_all_visible > :pv AS pages_all_visible,rev_all_frozen_pages > :hafp AS ...
 FROM pg_stat_get_vacuum_tables, pg_stat_all_tables WHERE pg_stat_get_vacuum_tables.relname = 'vestat' and pg_stat_get_v...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/vacuum_tables_and_db_statistics.out /tmp/cirrus-ci-build/build/t...
--- /tmp/cirrus-ci-build/src/test/regress/expected/vacuum_tables_and_db_statistics.out	2024-11-06 10:33:05.631943430 +00...
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/vacuum_tables_and_db_statistics.out	2024-11-06 10:39:00.1...
@@ -186,7 +186,7 @@
 
 SELECT pages_frozen AS pf, pages_all_visible AS pv, rev_all_frozen_pages AS hafp,rev_all_visible_pages AS havp
 FROM pg_stat_get_vacuum_tables, pg_stat_all_tables WHERE pg_stat_get_vacuum_tables.relname = 'vestat' and pg_stat_get_v...
-UPDATE vestat SET x = x + 1001;
+UPDATE vestat SET x = x+1001;
 VACUUM (PARALLEL 0, BUFFER_USAGE_LIMIT 128) vestat;
 SELECT pages_frozen > :pf AS pages_frozen,pages_all_visible > :pv AS pages_all_visible,rev_all_frozen_pages > :hafp AS ...
 FROM pg_stat_get_vacuum_tables, pg_stat_all_tables WHERE pg_stat_get_vacuum_tables.relname = 'vestat' and pg_stat_get_v...
tap
[10:39:03.527](70.406s) not ok 5 - regression tests pass
tap
[10:39:39.542](73.450s) not ok 2 - regression tests pass
test
[10:41:16.010]  40/312 postgresql:isolation / isolation/isolation                                      ERROR            ...
[10:41:16.010]  44/312 postgresql:regress / regress/regress                                            ERROR            ...
[10:41:16.010] 131/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[10:41:16.010] 155/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/isolation/expected/vacuum-extending-in-repetable-read.out C:/cirrus/buil...
--- C:/cirrus/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-11-06 10:33:26.134469400 +0000
+++ C:/cirrus/build/testrun/isolation/isolation/results/vacuum-extending-in-repetable-read.out	2024-11-06 10:37:34.68863...
@@ -9,9 +9,10 @@
     FROM pg_stat_get_vacuum_tables vt, pg_class c
     WHERE vt.relname = 'test_vacuum_stat_isolation' AND vt.relid = c.oid;
 
-relname|tuples_deleted|dead_tuples|tuples_frozen
--------+--------------+-----------+-------------
-(0 rows)
+relname                   |tuples_deleted|dead_tuples|tuples_frozen
+--------------------------+--------------+-----------+-------------
+test_vacuum_stat_isolation|             0|          0|            0
+(1 row)
 
 step s1_begin_repeatable_read: 
   BEGIN transaction ISOLATION LEVEL REPEATABLE READ;
@@ -22,7 +23,8 @@
   100
 (1 row)
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/vacuum_tables_and_db_statistics.out C:/cirrus/build/tes...
--- C:/cirrus/src/test/regress/expected/vacuum_tables_and_db_statistics.out	2024-11-06 10:33:26.785593600 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/vacuum_tables_and_db_statistics.out	2024-11-06 10:37:...
@@ -186,7 +186,7 @@
 
 SELECT pages_frozen AS pf, pages_all_visible AS pv, rev_all_frozen_pages AS hafp,rev_all_visible_pages AS havp
 FROM pg_stat_get_vacuum_tables, pg_stat_all_tables WHERE pg_stat_get_vacuum_tables.relname = 'vestat' and pg_stat_get_v...
-UPDATE vestat SET x = x + 1001;
+UPDATE vestat SET x = x+1001;
 VACUUM (PARALLEL 0, BUFFER_USAGE_LIMIT 128) vestat;
 SELECT pages_frozen > :pf AS pages_frozen,pages_all_visible > :pv AS pages_all_visible,rev_all_frozen_pages > :hafp AS ...
 FROM pg_stat_get_vacuum_tables, pg_stat_all_tables WHERE pg_stat_get_vacuum_tables.relname = 'vestat' and pg_stat_get_v...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/vacuum_tables_and_db_statistics.out C:/cirrus/build/tes...
--- C:/cirrus/src/test/regress/expected/vacuum_tables_and_db_statistics.out	2024-11-06 10:33:26.785593600 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/vacuum_tables_and_db_statistics.out	2024-11-06 10:3...
@@ -186,7 +186,7 @@
 
 SELECT pages_frozen AS pf, pages_all_visible AS pv, rev_all_frozen_pages AS hafp,rev_all_visible_pages AS havp
 FROM pg_stat_get_vacuum_tables, pg_stat_all_tables WHERE pg_stat_get_vacuum_tables.relname = 'vestat' and pg_stat_get_v...
-UPDATE vestat SET x = x + 1001;
+UPDATE vestat SET x = x+1001;
 VACUUM (PARALLEL 0, BUFFER_USAGE_LIMIT 128) vestat;
 SELECT pages_frozen > :pf AS pages_frozen,pages_all_visible > :pv AS pages_all_visible,rev_all_frozen_pages > :hafp AS ...
 FROM pg_stat_get_vacuum_tables, pg_stat_all_tables WHERE pg_stat_get_vacuum_tables.relname = 'vestat' and pg_stat_get_v...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/vacuum_tables_and_db_statistics.out C:/cirrus/build/tes...
--- C:/cirrus/src/test/regress/expected/vacuum_tables_and_db_statistics.out	2024-11-06 10:33:26.785593600 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/vacuum_tables_and_db_statistics.out	2024-11-06 10:37:31.165175400 +0...
@@ -186,7 +186,7 @@
 
 SELECT pages_frozen AS pf, pages_all_visible AS pv, rev_all_frozen_pages AS hafp,rev_all_visible_pages AS havp
 FROM pg_stat_get_vacuum_tables, pg_stat_all_tables WHERE pg_stat_get_vacuum_tables.relname = 'vestat' and pg_stat_get_v...
-UPDATE vestat SET x = x + 1001;
+UPDATE vestat SET x = x+1001;
 VACUUM (PARALLEL 0, BUFFER_USAGE_LIMIT 128) vestat;
 SELECT pages_frozen > :pf AS pages_frozen,pages_all_visible > :pv AS pages_all_visible,rev_all_frozen_pages > :hafp AS ...
 FROM pg_stat_get_vacuum_tables, pg_stat_all_tables WHERE pg_stat_get_vacuum_tables.relname = 'vestat' and pg_stat_get_v...
tap
[10:37:35.313](120.398s) not ok 5 - regression tests pass
tap
[10:39:56.919](131.748s) not ok 2 - regression tests pass
test
[10:46:46.643]  24/307 postgresql:regress / regress/regress                                            ERROR           1...
[10:46:46.643]  29/307 postgresql:isolation / isolation/isolation                                      ERROR           1...
[10:46:46.643]  39/307 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[10:46:46.643]  92/307 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5323 Support enabling checksums online
CompilerWarnings
compiler
[09:48:20.537] datachecksumsworker.c:590:67: error: format ‘%d’ expects argument of type ‘int’, but argument 5 has type ...
FreeBSD - 13 - Meson
tap
[09:37:59.273](0.001s) not ok 23 - data_checksums=on is reported on an offline cluster stdout /(?^:^on$)/
test
[09:39:38.674] 152/316 postgresql:pg_checksums / pg_checksums/002_actions                              ERROR            ...
Linux - Debian Bookworm - Autoconf
tap
[09:39:31.594](0.000s) not ok 23 - data_checksums=on is reported on an offline cluster stdout /(?^:^on$)/
Linux - Debian Bookworm - Meson
tap
[09:40:48.707](0.000s) not ok 23 - data_checksums=on is reported on an offline cluster stdout /(?^:^on$)/
test
[09:42:16.457] 153/316 postgresql:pg_checksums / pg_checksums/002_actions                              ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
core
00000051`57dff8f8 00007ff7`bcdae2c7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000051`57dff900 00007ff7`bcc6b4e4     postgres!SubPostmasterMain(
00000051`57dff970 00007ff7`bd2605c9     postgres!main(
00000051`57dff9b0 00007ff7`bd26051e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000051`57dffa00 00007ff7`bd2603de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000051`57dffa70 00007ff7`bd26063e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000051`57dffaa0 00007ff9`cc724cb0     postgres!mainCRTStartup(
00000051`57dffad0 00007ff9`cd75ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000051`57dffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000051`581ffa18 00007ff9`cd6eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000051`581ffa20 00007ff9`cc724cb0     ntdll!TppWorkerThread+0x2df
00000051`581ffd10 00007ff9`cd75ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000051`581ffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000051`585ff628 00007ff9`cd6eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000051`585ff630 00007ff9`cc724cb0     ntdll!TppWorkerThread+0x2df
00000051`585ff920 00007ff9`cd75ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000051`585ff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000069`fd3ff5a8 00007ff7`bcdae2c7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000069`fd3ff5b0 00007ff7`bcc6b4e4     postgres!SubPostmasterMain(
00000069`fd3ff620 00007ff7`bd2605c9     postgres!main(
00000069`fd3ff660 00007ff7`bd26051e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000069`fd3ff6b0 00007ff7`bd2603de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000069`fd3ff720 00007ff7`bd26063e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000069`fd3ff750 00007ff9`cc724cb0     postgres!mainCRTStartup(
00000069`fd3ff780 00007ff9`cd75ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000069`fd3ff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000069`fd7ffa78 00007ff9`cd6eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000069`fd7ffa80 00007ff9`cc724cb0     ntdll!TppWorkerThread+0x2df
00000069`fd7ffd70 00007ff9`cd75ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000069`fd7ffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000069`fdbff6f8 00007ff9`cd6eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000069`fdbff700 00007ff9`cc724cb0     ntdll!TppWorkerThread+0x2df
00000069`fdbff9f0 00007ff9`cd75ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000069`fdbffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c8`d83ff9d8 00007ff9`cd6eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c8`d83ff9e0 00007ff9`cc724cb0     ntdll!TppWorkerThread+0x2df
000000c8`d83ffcd0 00007ff9`cd75ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c8`d83ffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c8`d87ff5e8 00007ff9`cd6eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c8`d87ff5f0 00007ff9`cc724cb0     ntdll!TppWorkerThread+0x2df
000000c8`d87ff8e0 00007ff9`cd75ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c8`d87ff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c8`d7fffd18 00007ff7`bcdae2c7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000c8`d7fffd20 00007ff7`bcc6b4e4     postgres!SubPostmasterMain(
000000c8`d7fffd90 00007ff7`bd2605c9     postgres!main(
000000c8`d7fffdd0 00007ff7`bd26051e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c8`d7fffe20 00007ff7`bd2603de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c8`d7fffe90 00007ff7`bd26063e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000c8`d7fffec0 00007ff9`cc724cb0     postgres!mainCRTStartup(
000000c8`d7fffef0 00007ff9`cd75ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c8`d7ffff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002b`e79ff608 00007ff7`bcdae2c7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
0000002b`e79ff610 00007ff7`bcc6b4e4     postgres!SubPostmasterMain(
0000002b`e79ff680 00007ff7`bd2605c9     postgres!main(
0000002b`e79ff6c0 00007ff7`bd26051e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000002b`e79ff710 00007ff7`bd2603de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000002b`e79ff780 00007ff7`bd26063e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
0000002b`e79ff7b0 00007ff9`cc724cb0     postgres!mainCRTStartup(
0000002b`e79ff7e0 00007ff9`cd75ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000002b`e79ff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002b`e81ff5d8 00007ff9`cd6eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002b`e81ff5e0 00007ff9`cc724cb0     ntdll!TppWorkerThread+0x2df
0000002b`e81ff8d0 00007ff9`cd75ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000002b`e81ff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002b`e7dffaf8 00007ff9`cd6eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002b`e7dffb00 00007ff9`cc724cb0     ntdll!TppWorkerThread+0x2df
0000002b`e7dffdf0 00007ff9`cd75ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000002b`e7dffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000054`8efffa78 00007ff9`cd6eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000054`8efffa80 00007ff9`cc724cb0     ntdll!TppWorkerThread+0x2df
00000054`8efffd70 00007ff9`cd75ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000054`8efffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000054`8ebff9b8 00007ff9`cd6eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000054`8ebff9c0 00007ff9`cc724cb0     ntdll!TppWorkerThread+0x2df
00000054`8ebffcb0 00007ff9`cd75ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000054`8ebffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000054`8e7ffc68 00007ff7`bcdae2c7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000054`8e7ffc70 00007ff7`bcc6b4e4     postgres!SubPostmasterMain(
00000054`8e7ffce0 00007ff7`bd2605c9     postgres!main(
00000054`8e7ffd20 00007ff7`bd26051e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000054`8e7ffd70 00007ff7`bd2603de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000054`8e7ffde0 00007ff7`bd26063e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000054`8e7ffe10 00007ff9`cc724cb0     postgres!mainCRTStartup(
00000054`8e7ffe40 00007ff9`cd75ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000054`8e7ffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f3`bdfff868 00007ff9`cd6eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f3`bdfff870 00007ff9`cc724cb0     ntdll!TppWorkerThread+0x2df
000000f3`bdfffb60 00007ff9`cd75ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f3`bdfffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f3`be3ff858 00007ff9`cd6eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f3`be3ff860 00007ff9`cc724cb0     ntdll!TppWorkerThread+0x2df
000000f3`be3ffb50 00007ff9`cd75ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f3`be3ffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f3`bdbff6e8 00007ff7`bcdae2c7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000f3`bdbff6f0 00007ff7`bcc6b4e4     postgres!SubPostmasterMain(
000000f3`bdbff760 00007ff7`bd2605c9     postgres!main(
000000f3`bdbff7a0 00007ff7`bd26051e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f3`bdbff7f0 00007ff7`bd2603de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f3`bdbff860 00007ff7`bd26063e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000f3`bdbff890 00007ff9`cc724cb0     postgres!mainCRTStartup(
000000f3`bdbff8c0 00007ff9`cd75ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f3`bdbff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e8`9b1ff5c8 00007ff9`cd6eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e8`9b1ff5d0 00007ff9`cc724cb0     ntdll!TppWorkerThread+0x2df
000000e8`9b1ff8c0 00007ff9`cd75ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e8`9b1ff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e8`9b5ff4c8 00007ff9`cd6eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e8`9b5ff4d0 00007ff9`cc724cb0     ntdll!TppWorkerThread+0x2df
000000e8`9b5ff7c0 00007ff9`cd75ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e8`9b5ff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e8`9adffd48 00007ff7`bcdae2c7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000e8`9adffd50 00007ff7`bcc6b4e4     postgres!SubPostmasterMain(
000000e8`9adffdc0 00007ff7`bd2605c9     postgres!main(
000000e8`9adffe00 00007ff7`bd26051e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e8`9adffe50 00007ff7`bd2603de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e8`9adffec0 00007ff7`bd26063e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000e8`9adffef0 00007ff9`cc724cb0     postgres!mainCRTStartup(
000000e8`9adfff20 00007ff9`cd75ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e8`9adfff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b1`a0bff6b8 00007ff9`cd6eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b1`a0bff6c0 00007ff9`cc724cb0     ntdll!TppWorkerThread+0x2df
000000b1`a0bff9b0 00007ff9`cd75ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b1`a0bff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b1`a0fff5d8 00007ff9`cd6eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b1`a0fff5e0 00007ff9`cc724cb0     ntdll!TppWorkerThread+0x2df
000000b1`a0fff8d0 00007ff9`cd75ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b1`a0fff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b1`a07ffc08 00007ff7`bcdae2c7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000b1`a07ffc10 00007ff7`bcc6b4e4     postgres!SubPostmasterMain(
000000b1`a07ffc80 00007ff7`bd2605c9     postgres!main(
000000b1`a07ffcc0 00007ff7`bd26051e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b1`a07ffd10 00007ff7`bd2603de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000b1`a07ffd80 00007ff7`bd26063e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000b1`a07ffdb0 00007ff9`cc724cb0     postgres!mainCRTStartup(
000000b1`a07ffde0 00007ff9`cd75ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b1`a07ffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e8`1abffac8 00007ff9`cd6eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e8`1abffad0 00007ff9`cc724cb0     ntdll!TppWorkerThread+0x2df
000000e8`1abffdc0 00007ff9`cd75ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e8`1abffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e8`1a7ffb68 00007ff9`cd6eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e8`1a7ffb70 00007ff9`cc724cb0     ntdll!TppWorkerThread+0x2df
000000e8`1a7ffe60 00007ff9`cd75ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e8`1a7ffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e8`1a3ffd58 00007ff7`bcdae2c7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000e8`1a3ffd60 00007ff7`bcc6b4e4     postgres!SubPostmasterMain(
000000e8`1a3ffdd0 00007ff7`bd2605c9     postgres!main(
000000e8`1a3ffe10 00007ff7`bd26051e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e8`1a3ffe60 00007ff7`bd2603de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e8`1a3ffed0 00007ff7`bd26063e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000e8`1a3fff00 00007ff9`cc724cb0     postgres!mainCRTStartup(
000000e8`1a3fff30 00007ff9`cd75ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e8`1a3fff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c0`c75ff8e8 00007ff7`bcdae2c7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000c0`c75ff8f0 00007ff7`bcc6b4e4     postgres!SubPostmasterMain(
000000c0`c75ff960 00007ff7`bd2605c9     postgres!main(
000000c0`c75ff9a0 00007ff7`bd26051e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c0`c75ff9f0 00007ff7`bd2603de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c0`c75ffa60 00007ff7`bd26063e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000c0`c75ffa90 00007ff9`cc724cb0     postgres!mainCRTStartup(
000000c0`c75ffac0 00007ff9`cd75ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c0`c75ffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c0`c7dff6c8 00007ff9`cd6eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c0`c7dff6d0 00007ff9`cc724cb0     ntdll!TppWorkerThread+0x2df
000000c0`c7dff9c0 00007ff9`cd75ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c0`c7dff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c0`c79ff468 00007ff9`cd6eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c0`c79ff470 00007ff9`cc724cb0     ntdll!TppWorkerThread+0x2df
000000c0`c79ff760 00007ff9`cd75ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c0`c79ff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000080`e63ff948 00007ff9`cd6eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000080`e63ff950 00007ff9`cc724cb0     ntdll!TppWorkerThread+0x2df
00000080`e63ffc40 00007ff9`cd75ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000080`e63ffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000080`e5bffaf8 00007ff7`bcdae2c7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000080`e5bffb00 00007ff7`bcc6b4e4     postgres!SubPostmasterMain(
00000080`e5bffb70 00007ff7`bd2605c9     postgres!main(
00000080`e5bffbb0 00007ff7`bd26051e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000080`e5bffc00 00007ff7`bd2603de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000080`e5bffc70 00007ff7`bd26063e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000080`e5bffca0 00007ff9`cc724cb0     postgres!mainCRTStartup(
00000080`e5bffcd0 00007ff9`cd75ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000080`e5bffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000080`e5fff8d8 00007ff9`cd6eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000080`e5fff8e0 00007ff9`cc724cb0     ntdll!TppWorkerThread+0x2df
00000080`e5fffbd0 00007ff9`cd75ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000080`e5fffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000080`e67ff4d8 00007ff9`cd6eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000080`e67ff4e0 00007ff9`cc724cb0     ntdll!TppWorkerThread+0x2df
00000080`e67ff7d0 00007ff9`cd75ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000080`e67ff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d4`a99ff6c8 00007ff9`cd6eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d4`a99ff6d0 00007ff9`cc724cb0     ntdll!TppWorkerThread+0x2df
000000d4`a99ff9c0 00007ff9`cd75ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d4`a99ff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d4`aa1ff6d8 00007ff9`cd6eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d4`aa1ff6e0 00007ff9`cc724cb0     ntdll!TppWorkerThread+0x2df
000000d4`aa1ff9d0 00007ff9`cd75ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d4`aa1ffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d4`a9dff618 00007ff9`cd6eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d4`a9dff620 00007ff9`cc724cb0     ntdll!TppWorkerThread+0x2df
000000d4`a9dff910 00007ff9`cd75ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d4`a9dff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d4`a95ffd58 00007ff7`bcdae2c7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000d4`a95ffd60 00007ff7`bcc6b4e4     postgres!SubPostmasterMain(
000000d4`a95ffdd0 00007ff7`bd2605c9     postgres!main(
000000d4`a95ffe10 00007ff7`bd26051e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d4`a95ffe60 00007ff7`bd2603de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d4`a95ffed0 00007ff7`bd26063e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000d4`a95fff00 00007ff9`cc724cb0     postgres!mainCRTStartup(
000000d4`a95fff30 00007ff9`cd75ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d4`a95fff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000097`423ffc58 00007ff7`bcdae2c7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000097`423ffc60 00007ff7`bcc6b4e4     postgres!SubPostmasterMain(
00000097`423ffcd0 00007ff7`bd2605c9     postgres!main(
00000097`423ffd10 00007ff7`bd26051e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000097`423ffd60 00007ff7`bd2603de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000097`423ffdd0 00007ff7`bd26063e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000097`423ffe00 00007ff9`cc724cb0     postgres!mainCRTStartup(
00000097`423ffe30 00007ff9`cd75ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000097`423ffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000097`427ff9b8 00007ff9`cd6eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000097`427ff9c0 00007ff9`cc724cb0     ntdll!TppWorkerThread+0x2df
00000097`427ffcb0 00007ff9`cd75ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000097`427ffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000097`42bffb98 00007ff9`cd6eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000097`42bffba0 00007ff9`cc724cb0     ntdll!TppWorkerThread+0x2df
00000097`42bffe90 00007ff9`cd75ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000097`42bffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000036`6abffd28 00007ff7`bcdae2c7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000036`6abffd30 00007ff7`bcc6b4e4     postgres!SubPostmasterMain(
00000036`6abffda0 00007ff7`bd2605c9     postgres!main(
00000036`6abffde0 00007ff7`bd26051e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000036`6abffe30 00007ff7`bd2603de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000036`6abffea0 00007ff7`bd26063e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000036`6abffed0 00007ff9`cc724cb0     postgres!mainCRTStartup(
00000036`6abfff00 00007ff9`cd75ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000036`6abfff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000036`6afff658 00007ff9`cd6eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000036`6afff660 00007ff9`cc724cb0     ntdll!TppWorkerThread+0x2df
00000036`6afff950 00007ff9`cd75ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000036`6afff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000036`6b3ff788 00007ff9`cd6eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000036`6b3ff790 00007ff9`cc724cb0     ntdll!TppWorkerThread+0x2df
00000036`6b3ffa80 00007ff9`cd75ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000036`6b3ffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f7`2bfffa88 00007ff9`cd6eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f7`2bfffa90 00007ff9`cc724cb0     ntdll!TppWorkerThread+0x2df
000000f7`2bfffd80 00007ff9`cd75ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f7`2bfffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f7`2bbff7e8 00007ff9`cd6eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f7`2bbff7f0 00007ff9`cc724cb0     ntdll!TppWorkerThread+0x2df
000000f7`2bbffae0 00007ff9`cd75ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f7`2bbffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f7`2b7ffa28 00007ff7`bcdae2c7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000f7`2b7ffa30 00007ff7`bcc6b4e4     postgres!SubPostmasterMain(
000000f7`2b7ffaa0 00007ff7`bd2605c9     postgres!main(
000000f7`2b7ffae0 00007ff7`bd26051e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f7`2b7ffb30 00007ff7`bd2603de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f7`2b7ffba0 00007ff7`bd26063e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000f7`2b7ffbd0 00007ff9`cc724cb0     postgres!mainCRTStartup(
000000f7`2b7ffc00 00007ff9`cd75ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f7`2b7ffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000099`235ff6a8 00007ff9`cd6eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000099`235ff6b0 00007ff9`cc724cb0     ntdll!TppWorkerThread+0x2df
00000099`235ff9a0 00007ff9`cd75ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000099`235ff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000099`231ffc18 00007ff7`bcdae2c7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000099`231ffc20 00007ff7`bcc6b4e4     postgres!SubPostmasterMain(
00000099`231ffc90 00007ff7`bd2605c9     postgres!main(
00000099`231ffcd0 00007ff7`bd26051e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000099`231ffd20 00007ff7`bd2603de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000099`231ffd90 00007ff7`bd26063e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000099`231ffdc0 00007ff9`cc724cb0     postgres!mainCRTStartup(
00000099`231ffdf0 00007ff9`cd75ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000099`231ffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000099`239ff538 00007ff9`cd6eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000099`239ff540 00007ff9`cc724cb0     ntdll!TppWorkerThread+0x2df
00000099`239ff830 00007ff9`cd75ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000099`239ff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e8`9e5ff7e8 00007ff9`cd6eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e8`9e5ff7f0 00007ff9`cc724cb0     ntdll!TppWorkerThread+0x2df
000000e8`9e5ffae0 00007ff9`cd75ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e8`9e5ffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e8`9e1ffa48 00007ff7`bcdae2c7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000e8`9e1ffa50 00007ff7`bcc6b4e4     postgres!SubPostmasterMain(
000000e8`9e1ffac0 00007ff7`bd2605c9     postgres!main(
000000e8`9e1ffb00 00007ff7`bd26051e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e8`9e1ffb50 00007ff7`bd2603de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e8`9e1ffbc0 00007ff7`bd26063e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000e8`9e1ffbf0 00007ff9`cc724cb0     postgres!mainCRTStartup(
000000e8`9e1ffc20 00007ff9`cd75ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e8`9e1ffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e8`9e9ffb78 00007ff9`cd6eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e8`9e9ffb80 00007ff9`cc724cb0     ntdll!TppWorkerThread+0x2df
000000e8`9e9ffe70 00007ff9`cd75ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e8`9e9ffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e8`9edff8c8 00007ff9`cd6eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e8`9edff8d0 00007ff9`cc724cb0     ntdll!TppWorkerThread+0x2df
000000e8`9edffbc0 00007ff9`cd75ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e8`9edffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000045`53fff6a8 00007ff9`cd6eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000045`53fff6b0 00007ff9`cc724cb0     ntdll!TppWorkerThread+0x2df
00000045`53fff9a0 00007ff9`cd75ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000045`53fff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000045`53bff738 00007ff7`bcdae2c7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000045`53bff740 00007ff7`bcc6b4e4     postgres!SubPostmasterMain(
00000045`53bff7b0 00007ff7`bd2605c9     postgres!main(
00000045`53bff7f0 00007ff7`bd26051e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000045`53bff840 00007ff7`bd2603de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000045`53bff8b0 00007ff7`bd26063e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000045`53bff8e0 00007ff9`cc724cb0     postgres!mainCRTStartup(
00000045`53bff910 00007ff9`cd75ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000045`53bff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000045`543ff498 00007ff9`cd6eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000045`543ff4a0 00007ff9`cc724cb0     ntdll!TppWorkerThread+0x2df
00000045`543ff790 00007ff9`cd75ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000045`543ff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000028`fc7ff628 00007ff9`cd6eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000028`fc7ff630 00007ff9`cc724cb0     ntdll!TppWorkerThread+0x2df
00000028`fc7ff920 00007ff9`cd75ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000028`fc7ff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000028`fc3ff878 00007ff9`cd6eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000028`fc3ff880 00007ff9`cc724cb0     ntdll!TppWorkerThread+0x2df
00000028`fc3ffb70 00007ff9`cd75ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000028`fc3ffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000028`fbfffa38 00007ff7`bcdae2c7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000028`fbfffa40 00007ff7`bcc6b4e4     postgres!SubPostmasterMain(
00000028`fbfffab0 00007ff7`bd2605c9     postgres!main(
00000028`fbfffaf0 00007ff7`bd26051e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000028`fbfffb40 00007ff7`bd2603de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000028`fbfffbb0 00007ff7`bd26063e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000028`fbfffbe0 00007ff9`cc724cb0     postgres!mainCRTStartup(
00000028`fbfffc10 00007ff9`cd75ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000028`fbfffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009e`ce9ff9a8 00007ff9`cd6eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009e`ce9ff9b0 00007ff9`cc724cb0     ntdll!TppWorkerThread+0x2df
0000009e`ce9ffca0 00007ff9`cd75ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000009e`ce9ffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009e`ce5ff9d8 00007ff7`bcdae2c7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
0000009e`ce5ff9e0 00007ff7`bcc6b4e4     postgres!SubPostmasterMain(
0000009e`ce5ffa50 00007ff7`bd2605c9     postgres!main(
0000009e`ce5ffa90 00007ff7`bd26051e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000009e`ce5ffae0 00007ff7`bd2603de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000009e`ce5ffb50 00007ff7`bd26063e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
0000009e`ce5ffb80 00007ff9`cc724cb0     postgres!mainCRTStartup(
0000009e`ce5ffbb0 00007ff9`cd75ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000009e`ce5ffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009e`cedffae8 00007ff9`cd6eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009e`cedffaf0 00007ff9`cc724cb0     ntdll!TppWorkerThread+0x2df
0000009e`cedffde0 00007ff9`cd75ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000009e`cedffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000089`d27ffa08 00007ff9`cd6eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000089`d27ffa10 00007ff9`cc724cb0     ntdll!TppWorkerThread+0x2df
00000089`d27ffd00 00007ff9`cd75ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000089`d27ffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000089`d23ff8e8 00007ff9`cd6eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000089`d23ff8f0 00007ff9`cc724cb0     ntdll!TppWorkerThread+0x2df
00000089`d23ffbe0 00007ff9`cd75ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000089`d23ffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000089`d1fffbb8 00007ff7`bcdae2c7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000089`d1fffbc0 00007ff7`bcc6b4e4     postgres!SubPostmasterMain(
00000089`d1fffc30 00007ff7`bd2605c9     postgres!main(
00000089`d1fffc70 00007ff7`bd26051e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000089`d1fffcc0 00007ff7`bd2603de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000089`d1fffd30 00007ff7`bd26063e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000089`d1fffd60 00007ff9`cc724cb0     postgres!mainCRTStartup(
00000089`d1fffd90 00007ff9`cd75ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000089`d1fffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a7`e35ff8a8 00007ff9`cd6eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a7`e35ff8b0 00007ff9`cc724cb0     ntdll!TppWorkerThread+0x2df
000000a7`e35ffba0 00007ff9`cd75ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a7`e35ffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a7`e39ff468 00007ff9`cd6eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a7`e39ff470 00007ff9`cc724cb0     ntdll!TppWorkerThread+0x2df
000000a7`e39ff760 00007ff9`cd75ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a7`e39ff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a7`e3dff558 00007ff9`cd6eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a7`e3dff560 00007ff9`cc724cb0     ntdll!TppWorkerThread+0x2df
000000a7`e3dff850 00007ff9`cd75ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a7`e3dff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a7`e31ff5d8 00007ff7`bcdae2c7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000a7`e31ff5e0 00007ff7`bcc6b4e4     postgres!SubPostmasterMain(
000000a7`e31ff650 00007ff7`bd2605c9     postgres!main(
000000a7`e31ff690 00007ff7`bd26051e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a7`e31ff6e0 00007ff7`bd2603de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a7`e31ff750 00007ff7`bd26063e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000a7`e31ff780 00007ff9`cc724cb0     postgres!mainCRTStartup(
000000a7`e31ff7b0 00007ff9`cd75ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a7`e31ff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c6`7e1ffa58 00007ff9`cd6eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c6`7e1ffa60 00007ff9`cc724cb0     ntdll!TppWorkerThread+0x2df
000000c6`7e1ffd50 00007ff9`cd75ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c6`7e1ffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c6`7e5ff948 00007ff9`cd6eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c6`7e5ff950 00007ff9`cc724cb0     ntdll!TppWorkerThread+0x2df
000000c6`7e5ffc40 00007ff9`cd75ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c6`7e5ffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c6`7ddff8b8 00007ff7`bcdae2c7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000c6`7ddff8c0 00007ff7`bcc6b4e4     postgres!SubPostmasterMain(
000000c6`7ddff930 00007ff7`bd2605c9     postgres!main(
000000c6`7ddff970 00007ff7`bd26051e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c6`7ddff9c0 00007ff7`bd2603de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c6`7ddffa30 00007ff7`bd26063e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000c6`7ddffa60 00007ff9`cc724cb0     postgres!mainCRTStartup(
000000c6`7ddffa90 00007ff9`cd75ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c6`7ddffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fe`593ff6a8 00007ff9`cd6eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fe`593ff6b0 00007ff9`cc724cb0     ntdll!TppWorkerThread+0x2df
000000fe`593ff9a0 00007ff9`cd75ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000fe`593ff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fe`597ff978 00007ff9`cd6eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fe`597ff980 00007ff9`cc724cb0     ntdll!TppWorkerThread+0x2df
000000fe`597ffc70 00007ff9`cd75ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000fe`597ffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fe`58fffc68 00007ff7`bcdae2c7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000fe`58fffc70 00007ff7`bcc6b4e4     postgres!SubPostmasterMain(
000000fe`58fffce0 00007ff7`bd2605c9     postgres!main(
000000fe`58fffd20 00007ff7`bd26051e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000fe`58fffd70 00007ff7`bd2603de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000fe`58fffde0 00007ff7`bd26063e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000fe`58fffe10 00007ff9`cc724cb0     postgres!mainCRTStartup(
000000fe`58fffe40 00007ff9`cd75ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000fe`58fffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ef`d81ff498 00007ff9`cd6eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ef`d81ff4a0 00007ff9`cc724cb0     ntdll!TppWorkerThread+0x2df
000000ef`d81ff790 00007ff9`cd75ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ef`d81ff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ef`d79ffa78 00007ff7`bcdae2c7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000ef`d79ffa80 00007ff7`bcc6b4e4     postgres!SubPostmasterMain(
000000ef`d79ffaf0 00007ff7`bd2605c9     postgres!main(
000000ef`d79ffb30 00007ff7`bd26051e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ef`d79ffb80 00007ff7`bd2603de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ef`d79ffbf0 00007ff7`bd26063e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000ef`d79ffc20 00007ff9`cc724cb0     postgres!mainCRTStartup(
000000ef`d79ffc50 00007ff9`cd75ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ef`d79ffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ef`d7dff738 00007ff9`cd6eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ef`d7dff740 00007ff9`cc724cb0     ntdll!TppWorkerThread+0x2df
000000ef`d7dffa30 00007ff9`cd75ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ef`d7dffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c2`4d1ff738 00007ff7`bcdae2c7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000c2`4d1ff740 00007ff7`bcc6b4e4     postgres!SubPostmasterMain(
000000c2`4d1ff7b0 00007ff7`bd2605c9     postgres!main(
000000c2`4d1ff7f0 00007ff7`bd26051e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c2`4d1ff840 00007ff7`bd2603de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c2`4d1ff8b0 00007ff7`bd26063e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000c2`4d1ff8e0 00007ff9`cc724cb0     postgres!mainCRTStartup(
000000c2`4d1ff910 00007ff9`cd75ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c2`4d1ff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c2`4d9ffa78 00007ff9`cd6eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c2`4d9ffa80 00007ff9`cc724cb0     ntdll!TppWorkerThread+0x2df
000000c2`4d9ffd70 00007ff9`cd75ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c2`4d9ffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c2`4d5ff828 00007ff9`cd6eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c2`4d5ff830 00007ff9`cc724cb0     ntdll!TppWorkerThread+0x2df
000000c2`4d5ffb20 00007ff9`cd75ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c2`4d5ffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000078`fe3ffae8 00007ff9`cd6eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000078`fe3ffaf0 00007ff9`cc724cb0     ntdll!TppWorkerThread+0x2df
00000078`fe3ffde0 00007ff9`cd75ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000078`fe3ffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000078`fdfff6b8 00007ff7`bcdae2c7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000078`fdfff6c0 00007ff7`bcc6b4e4     postgres!SubPostmasterMain(
00000078`fdfff730 00007ff7`bd2605c9     postgres!main(
00000078`fdfff770 00007ff7`bd26051e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000078`fdfff7c0 00007ff7`bd2603de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000078`fdfff830 00007ff7`bd26063e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000078`fdfff860 00007ff9`cc724cb0     postgres!mainCRTStartup(
00000078`fdfff890 00007ff9`cd75ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000078`fdfff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000078`fe7ff8b8 00007ff9`cd6eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000078`fe7ff8c0 00007ff9`cc724cb0     ntdll!TppWorkerThread+0x2df
00000078`fe7ffbb0 00007ff9`cd75ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000078`fe7ffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000e`f1dff768 00007ff9`cd6eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000e`f1dff770 00007ff9`cc724cb0     ntdll!TppWorkerThread+0x2df
0000000e`f1dffa60 00007ff9`cd75ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000000e`f1dffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000e`f21ff8f8 00007ff9`cd6eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000e`f21ff900 00007ff9`cc724cb0     ntdll!TppWorkerThread+0x2df
0000000e`f21ffbf0 00007ff9`cd75ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000000e`f21ffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000e`f19ff668 00007ff7`bcdae2c7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
0000000e`f19ff670 00007ff7`bcc6b4e4     postgres!SubPostmasterMain(
0000000e`f19ff6e0 00007ff7`bd2605c9     postgres!main(
0000000e`f19ff720 00007ff7`bd26051e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000000e`f19ff770 00007ff7`bd2603de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000000e`f19ff7e0 00007ff7`bd26063e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
0000000e`f19ff810 00007ff9`cc724cb0     postgres!mainCRTStartup(
0000000e`f19ff840 00007ff9`cd75ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000000e`f19ff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000094`5d5ffd08 00007ff7`bcdae2c7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000094`5d5ffd10 00007ff7`bcc6b4e4     postgres!SubPostmasterMain(
00000094`5d5ffd80 00007ff7`bd2605c9     postgres!main(
00000094`5d5ffdc0 00007ff7`bd26051e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000094`5d5ffe10 00007ff7`bd2603de     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000094`5d5ffe80 00007ff7`bd26063e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000094`5d5ffeb0 00007ff9`cc724cb0     postgres!mainCRTStartup(
00000094`5d5ffee0 00007ff9`cd75ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000094`5d5fff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000094`5ddff568 00007ff9`cd6eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000094`5ddff570 00007ff9`cc724cb0     ntdll!TppWorkerThread+0x2df
00000094`5ddff860 00007ff9`cd75ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000094`5ddff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000094`5e1ff658 00007ff9`cd6eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000094`5e1ff660 00007ff9`cc724cb0     ntdll!TppWorkerThread+0x2df
00000094`5e1ff950 00007ff9`cd75ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000094`5e1ff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000094`5d9ff4c8 00007ff9`cd6eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000094`5d9ff4d0 00007ff9`cc724cb0     ntdll!TppWorkerThread+0x2df
00000094`5d9ff7c0 00007ff9`cd75ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000094`5d9ff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
tap
[09:51:19.743](310.726s) # poll_query_until timed out executing this query:
[09:51:19.746](0.002s) not ok 2 - ensure checksums are enabled
[09:56:28.791](308.559s) # poll_query_until timed out executing this query:
[09:56:28.793](0.002s) not ok 7 - ensure checksums are enabled
tap
[09:51:20.774](310.801s) # poll_query_until timed out executing this query:
[09:51:20.777](0.002s) not ok 3 - ensure checksums aren't enabled yet
tap
[09:51:22.557](310.595s) # poll_query_until timed out executing this query:
[09:51:22.560](0.003s) not ok 3 - ensure checksums are in progress on primary
[09:56:31.648](309.087s) # poll_query_until timed out executing this query:
[09:56:31.651](0.002s) not ok 4 - ensure standby has absorbed the inprogress-on barrier
[09:56:31.716](0.065s) not ok 5 - ensure checksums are on, or in progress, on standby_1
[10:01:38.493](306.777s) # poll_query_until timed out executing this query:
[10:01:38.496](0.002s) not ok 6 - ensure checksums are enabled on the primary
tap
[09:51:25.324](309.862s) # poll_query_until timed out executing this query:
[09:51:25.327](0.003s) not ok 6 - ensure checksums are in the process of being enabled
tap
[09:41:33.509](0.001s) not ok 23 - data_checksums=on is reported on an offline cluster stdout /(?^:^on$)/
test
[10:02:46.084] 150/311 postgresql:pg_checksums / pg_checksums/002_actions                              ERROR            ...
[10:02:46.084] 307/311 postgresql:checksums / checksums/002_restarts                                   ERROR           3...
[10:02:46.084] 308/311 postgresql:checksums / checksums/004_offline                                    ERROR           3...
[10:02:46.084] 309/311 postgresql:checksums / checksums/001_basic                                      ERROR           6...
[10:02:46.084] 310/311 postgresql:pg_ctl / pg_ctl/004_logrotate                                        TIMEOUT        10...
[10:02:46.084] 311/311 postgresql:checksums / checksums/003_standby_restarts                           TIMEOUT        10...
51/5353 Allow default \watch interval in psql to be configured
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/query_cancel.out /tmp/cirrus-ci-build/build/testrun/postgres...
--- /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/query_cancel.out	2024-11-06 08:36:19.902196019 +0000
+++ /tmp/cirrus-ci-build/build/testrun/postgres_fdw/regress/results/query_cancel.out	2024-11-06 08:39:52.477191130 +0000
@@ -29,4 +29,5 @@
 -- This would take very long if not canceled:
 SELECT count(*) FROM ft1 a CROSS JOIN ft1 b CROSS JOIN ft1 c CROSS JOIN ft1 d;
 ERROR:  canceling statement due to statement timeout
+WARNING:  could not get result of cancel request due to timeout
 COMMIT;
test
[08:41:16.707] 153/312 postgresql:postgres_fdw / postgres_fdw/regress                                  ERROR            ...
50/5208 prefetching for nestloop / indexscan
FreeBSD - 13 - Meson
tap
[07:36:33.174](1.617s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[07:36:43.549] 242/312 postgresql:postmaster / postmaster/001_connection_limits                        ERROR            ...
[07:36:43.549] 293/312 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
Linux - Debian Bookworm - Autoconf
tap
[07:36:06.457](0.712s) not ok 1 - no parameters missing from postgresql.conf.sample
Linux - Debian Bookworm - Meson
tap
[07:38:20.793](0.450s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[07:38:31.762] 292/312 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[07:43:48.433](2.193s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[07:44:18.004] 288/307 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
51/5231 Consider the number of columns in the sort cost model
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out /tmp/cirrus-ci-build/build/testrun/...
--- /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out	2024-11-06 06:11:48.784345000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_stat_statements/regress/results/level_tracking.out	2024-11-06 06:14:28.7818680...
@@ -383,26 +383,24 @@
 (1 row)
 
 EXPLAIN (COSTS OFF) SELECT 1, 2 UNION SELECT 3, 4\; EXPLAIN (COSTS OFF) (SELECT 1, 2, 3) UNION SELECT 3, 4, 5;
+      QUERY PLAN       
+-----------------------
+ HashAggregate
+   Group Key: (1), (2)
+   ->  Append
+         ->  Result
+         ->  Result
+(5 rows)
+
          QUERY PLAN         
 ----------------------------
- Unique
-   ->  Sort
...
test
[06:16:35.633]  89/312 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out /tmp/cirrus-ci-build/contrib/pg_sta...
--- /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out	2024-11-06 06:11:45.339899253 +0000
+++ /tmp/cirrus-ci-build/contrib/pg_stat_statements/results/level_tracking.out	2024-11-06 06:16:49.794832746 +0000
@@ -383,25 +383,23 @@
 (1 row)
 
 EXPLAIN (COSTS OFF) SELECT 1, 2 UNION SELECT 3, 4\; EXPLAIN (COSTS OFF) (SELECT 1, 2, 3) UNION SELECT 3, 4, 5;
+      QUERY PLAN       
+-----------------------
+ HashAggregate
+   Group Key: (1), (2)
+   ->  Append
+         ->  Result
+         ->  Result
+(5 rows)
+
          QUERY PLAN         
 ----------------------------
- Unique
-   ->  Sort
...
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out /tmp/cirrus-ci-build/build/testrun/...
--- /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out	2024-11-06 06:11:45.342157811 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_stat_statements/regress/results/level_tracking.out	2024-11-06 06:16:46.0015589...
@@ -383,25 +383,23 @@
 (1 row)
 
 EXPLAIN (COSTS OFF) SELECT 1, 2 UNION SELECT 3, 4\; EXPLAIN (COSTS OFF) (SELECT 1, 2, 3) UNION SELECT 3, 4, 5;
+      QUERY PLAN       
+-----------------------
+ HashAggregate
+   Group Key: (1), (2)
+   ->  Append
+         ->  Result
+         ->  Result
+(5 rows)
+
          QUERY PLAN         
 ----------------------------
- Unique
-   ->  Sort
...
test
[06:18:44.573]  87/312 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/contrib/pg_stat_statements/expected/level_tracking.out C:/cirrus/build/testrun/pg...
--- C:/cirrus/contrib/pg_stat_statements/expected/level_tracking.out	2024-11-06 06:11:55.495573000 +0000
+++ C:/cirrus/build/testrun/pg_stat_statements/regress/results/level_tracking.out	2024-11-06 06:18:48.342391800 +0000
@@ -383,25 +383,23 @@
 (1 row)
 
 EXPLAIN (COSTS OFF) SELECT 1, 2 UNION SELECT 3, 4\; EXPLAIN (COSTS OFF) (SELECT 1, 2, 3) UNION SELECT 3, 4, 5;
+      QUERY PLAN       
+-----------------------
+ HashAggregate
+   Group Key: (1), (2)
+   ->  Append
+         ->  Result
+         ->  Result
+(5 rows)
+
          QUERY PLAN         
 ----------------------------
- Unique
-   ->  Sort
...
test
[06:25:23.923]  88/307 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
50/5348 Making error message more user-friendly with spaces in a URI
FreeBSD - 13 - Meson
tap
[05:37:38.941](0.015s) not ok 25 - postgresql://host?  user user  =  uri  & port = 12345 12 
[05:37:38.949](0.007s) not ok 26 - postgresql://host?  user  =  uri-user  & port = 12345 12 
test
[05:39:28.216] 135/312 postgresql:libpq / libpq/001_uri                                                ERROR            ...
Linux - Debian Bookworm - Autoconf
tap
[05:36:22.974](0.053s) not ok 25 - postgresql://host?  user user  =  uri  & port = 12345 12 
[05:36:23.064](0.090s) not ok 26 - postgresql://host?  user  =  uri-user  & port = 12345 12 
Linux - Debian Bookworm - Meson
tap
[05:38:11.124](0.037s) not ok 25 - postgresql://host?  user user  =  uri  & port = 12345 12 
[05:38:11.149](0.024s) not ok 26 - postgresql://host?  user  =  uri-user  & port = 12345 12 
test
[05:39:49.646] 136/312 postgresql:libpq / libpq/001_uri                                                ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[05:41:27.177](0.085s) not ok 25 - postgresql://host?  user user  =  uri  & port = 12345 12 
[05:41:27.229](0.052s) not ok 26 - postgresql://host?  user  =  uri-user  & port = 12345 12 
test
[05:48:31.787] 135/307 postgresql:libpq / libpq/001_uri                                                ERROR            ...
51/5110 Add XMLCast (SQL/XML X025)
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upg...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-11-06 03:39:00.983501000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/xml.out	2024-11-06 03:41:38.601454000 +000...
@@ -2192,7 +2192,7 @@
 SELECT j, pg_typeof(j) FROM xmlcast('11:11:11.5'::time with time zone AS xml) t(j);
        j       | pg_typeof 
 ---------------+-----------
- 11:11:11.5-07 | xml
+ 11:11:11.5-08 | xml
 (1 row)
 
 -- Convert an XML string to bytea and back to xml
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-11-06 03:39:00.983501000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/xml.out	2024-11-06 03:42:27.217853000 +0...
@@ -2192,7 +2192,7 @@
 SELECT j, pg_typeof(j) FROM xmlcast('11:11:11.5'::time with time zone AS xml) t(j);
        j       | pg_typeof 
 ---------------+-----------
- 11:11:11.5-07 | xml
+ 11:11:11.5-08 | xml
 (1 row)
 
 -- Convert an XML string to bytea and back to xml
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/regress/regress/resul...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-11-06 03:39:00.983501000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/xml.out	2024-11-06 03:41:39.269070000 +0000
@@ -2192,7 +2192,7 @@
 SELECT j, pg_typeof(j) FROM xmlcast('11:11:11.5'::time with time zone AS xml) t(j);
        j       | pg_typeof 
 ---------------+-----------
- 11:11:11.5-07 | xml
+ 11:11:11.5-08 | xml
 (1 row)
 
 -- Convert an XML string to bytea and back to xml
tap
[03:41:55.797](63.825s) not ok 5 - regression tests pass
tap
[03:42:43.106](74.761s) not ok 2 - regression tests pass
test
[03:44:37.067]  42/312 postgresql:regress / regress/regress                                            ERROR            ...
[03:44:37.067]  80/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[03:44:37.067] 154/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
core
[03:51:45.586] #0  0x00007f0b91e81b13 in wait4 () from /lib/x86_64-linux-gnu/libc.so.6
[03:51:45.586] #1  0x0000558db03eecc0 in ?? ()
[03:51:45.586] #2  0x0000558db03eeefa in ?? ()
[03:51:45.586] #3  0x0000558db03f0630 in ?? ()
[03:51:45.586] #4  0x0000558db03ea371 in ?? ()
[03:51:45.586] #5  0x0000558db03e920f in ?? ()
[03:51:45.586] #6  0x0000558db03e9c3b in ?? ()
[03:51:45.586] #7  0x0000558db03e766f in ?? ()
[03:51:45.586] #8  0x00007f0b91dd524a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[03:51:45.586] #9  0x00007f0b91dd5305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[03:51:45.438] #0  0x00007f6ea4e56240 in write () from /lib/x86_64-linux-gnu/libc.so.6
[03:51:45.438] #1  0x00007f6ea4ddefc5 in _IO_file_write () from /lib/x86_64-linux-gnu/libc.so.6
[03:51:45.438] #2  0x00007f6ea4dde380 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[03:51:45.438] #3  0x00007f6ea4ddf6b1 in _IO_file_xsputn () from /lib/x86_64-linux-gnu/libc.so.6
[03:51:45.438] #4  0x00007f6ea4dbc95b in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[03:51:45.438] #5  0x00007f6ea4dd26e8 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[03:51:45.438] #6  0x00007f6ea4dd27b1 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[03:51:45.438] #7  0x00007f6ea4dd28d6 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[03:51:45.438] #8  0x00007f6ea4e61aca in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[03:51:45.438] #9  0x00007f6ea4e61b72 in error () from /lib/x86_64-linux-gnu/libc.so.6
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/result...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-11-06 03:38:48.165698308 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/xml.out	2024-11-06 03:47:52.180729600 +0000
@@ -2192,7 +2192,7 @@
 SELECT j, pg_typeof(j) FROM xmlcast('11:11:11.5'::time with time zone AS xml) t(j);
        j       | pg_typeof 
 ---------------+-----------
- 11:11:11.5-07 | xml
+ 11:11:11.5-08 | xml
 (1 row)
 
 -- Convert an XML string to bytea and back to xml
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-11-06 03:38:48.165698308 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/xml.out	2024-11-06 03:48:56.432500599 +0000
@@ -2192,7 +2192,7 @@
 SELECT j, pg_typeof(j) FROM xmlcast('11:11:11.5'::time with time zone AS xml) t(j);
        j       | pg_typeof 
 ---------------+-----------
- 11:11:11.5-07 | xml
+ 11:11:11.5-08 | xml
 (1 row)
 
 -- Convert an XML string to bytea and back to xml
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/src/test/regress/results/xml.out
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-11-06 03:38:48.165698308 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/xml.out	2024-11-06 03:44:56.348251211 +0000
@@ -2192,7 +2192,7 @@
 SELECT j, pg_typeof(j) FROM xmlcast('11:11:11.5'::time with time zone AS xml) t(j);
        j       | pg_typeof 
 ---------------+-----------
- 11:11:11.5-07 | xml
+ 11:11:11.5-08 | xml
 (1 row)
 
 -- Convert an XML string to bytea and back to xml
tap
[03:48:01.777](110.965s) not ok 5 - regression tests pass
tap
[03:49:05.162](82.130s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upg...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-11-06 03:39:38.417581336 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/xml.out	2024-11-06 03:45:26.775361903 +000...
@@ -2192,7 +2192,7 @@
 SELECT j, pg_typeof(j) FROM xmlcast('11:11:11.5'::time with time zone AS xml) t(j);
        j       | pg_typeof 
 ---------------+-----------
- 11:11:11.5-07 | xml
+ 11:11:11.5-08 | xml
 (1 row)
 
 -- Convert an XML string to bytea and back to xml
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-11-06 03:39:38.417581336 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/xml.out	2024-11-06 03:46:08.055235096 +0...
@@ -2192,7 +2192,7 @@
 SELECT j, pg_typeof(j) FROM xmlcast('11:11:11.5'::time with time zone AS xml) t(j);
        j       | pg_typeof 
 ---------------+-----------
- 11:11:11.5-07 | xml
+ 11:11:11.5-08 | xml
 (1 row)
 
 -- Convert an XML string to bytea and back to xml
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/regress/regress/resul...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-11-06 03:39:38.417581336 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/xml.out	2024-11-06 03:45:21.611376660 +0000
@@ -2192,7 +2192,7 @@
 SELECT j, pg_typeof(j) FROM xmlcast('11:11:11.5'::time with time zone AS xml) t(j);
        j       | pg_typeof 
 ---------------+-----------
- 11:11:11.5-07 | xml
+ 11:11:11.5-08 | xml
 (1 row)
 
 -- Convert an XML string to bytea and back to xml
tap
[03:45:39.612](74.802s) not ok 5 - regression tests pass
tap
[03:46:17.239](78.115s) not ok 2 - regression tests pass
test
[03:47:55.522]  43/312 postgresql:regress / regress/regress                                            ERROR            ...
[03:47:55.522] 135/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[03:47:55.522] 156/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/xml.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade...
--- /Users/admin/pgsql/src/test/regress/expected/xml.out	2024-11-06 03:38:31
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/xml.out	2024-11-06 03:41:35
@@ -2192,7 +2192,7 @@
 SELECT j, pg_typeof(j) FROM xmlcast('11:11:11.5'::time with time zone AS xml) t(j);
        j       | pg_typeof 
 ---------------+-----------
- 11:11:11.5-07 | xml
+ 11:11:11.5-08 | xml
 (1 row)
 
 -- Convert an XML string to bytea and back to xml
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/xml.out /Users/admin/pgsql/build/testrun/recovery/027_stream_regre...
--- /Users/admin/pgsql/src/test/regress/expected/xml.out	2024-11-06 03:38:31
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/xml.out	2024-11-06 03:42:48
@@ -2192,7 +2192,7 @@
 SELECT j, pg_typeof(j) FROM xmlcast('11:11:11.5'::time with time zone AS xml) t(j);
        j       | pg_typeof 
 ---------------+-----------
- 11:11:11.5-07 | xml
+ 11:11:11.5-08 | xml
 (1 row)
 
 -- Convert an XML string to bytea and back to xml
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/xml.out /Users/admin/pgsql/build/testrun/regress/regress/results/x...
--- /Users/admin/pgsql/src/test/regress/expected/xml.out	2024-11-06 03:38:31
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/xml.out	2024-11-06 03:41:36
@@ -2192,7 +2192,7 @@
 SELECT j, pg_typeof(j) FROM xmlcast('11:11:11.5'::time with time zone AS xml) t(j);
        j       | pg_typeof 
 ---------------+-----------
- 11:11:11.5-07 | xml
+ 11:11:11.5-08 | xml
 (1 row)
 
 -- Convert an XML string to bytea and back to xml
tap
[03:41:46.588](53.160s) not ok 5 - regression tests pass
tap
[03:42:58.696](68.941s) not ok 2 - regression tests pass
test
[03:45:55.414]  25/312 postgresql:regress / regress/regress                                            ERROR            ...
[03:45:55.414]  45/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[03:45:55.414] 130/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
51/5196 Use function smgrclose() to replace the loop
CompilerWarnings
compiler
[03:10:44.147] smgr.c:487:9: error: unused variable 'which' [-Werror,-Wunused-variable]
compiler
[03:10:44.147] smgr.c:282:13: error: unused variable 'forknum' [-Werror,-Wunused-variable]
compiler
[03:10:34.297] smgr.c:282:13: error: unused variable 'forknum' [-Werror,-Wunused-variable]
compiler
[03:10:34.297] smgr.c:487:9: error: unused variable 'which' [-Werror,-Wunused-variable]
compiler
[03:09:58.492] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
compiler
[03:09:58.492] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable]
compiler
[03:09:49.809] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
compiler
[03:09:49.809] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable]
compiler
[03:11:09.935] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable]
compiler
[03:11:09.935] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
50/5312 BUG #18568: BUG: Result wrong when do group by on partition table!
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_aggregate.out /tmp/cirrus-ci-build/build-32/testrun/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_aggregate.out	2024-11-06 01:33:30.341411979 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/recovery/027_stream_regress/data/results/partition_aggregate.out	2024-11-06 01...
@@ -1529,44 +1529,32 @@
     locale = 'und-u-ks-level2',
     deterministic = false
 );
+ERROR:  current database's encoding is not supported with this provider
 CREATE TABLE pagg_tab3 (c text collate case_insensitive) PARTITION BY LIST(c collate "C");
+ERROR:  collation "case_insensitive" for encoding "SQL_ASCII" does not exist
+LINE 1: CREATE TABLE pagg_tab3 (c text collate case_insensitive) PAR...
+                                       ^
 CREATE TABLE pagg_tab3_p1 PARTITION OF pagg_tab3 FOR VALUES IN ('a', 'b', 'c', 'd');
+ERROR:  relation "pagg_tab3" does not exist
 CREATE TABLE pagg_tab3_p2 PARTITION OF pagg_tab3 FOR VALUES IN ('e', 'f', 'A');
+ERROR:  relation "pagg_tab3" does not exist
 CREATE TABLE pagg_tab3_p3 PARTITION OF pagg_tab3 FOR VALUES IN ('B', 'C', 'D', 'E');
+ERROR:  relation "pagg_tab3" does not exist
 INSERT INTO pagg_tab3 SELECT substr('abcdeABCDE', (i % 10) +1 , 1) FROM generate_series(0, 2999) i;
+ERROR:  relation "pagg_tab3" does not exist
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_aggregate.out /tmp/cirrus-ci-build/build-32/testrun/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_aggregate.out	2024-11-06 01:33:30.341411979 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/regress/regress/results/partition_aggregate.out	2024-11-06 01:40:16.048441043 ...
@@ -1529,44 +1529,32 @@
     locale = 'und-u-ks-level2',
     deterministic = false
 );
+ERROR:  current database's encoding is not supported with this provider
 CREATE TABLE pagg_tab3 (c text collate case_insensitive) PARTITION BY LIST(c collate "C");
+ERROR:  collation "case_insensitive" for encoding "SQL_ASCII" does not exist
+LINE 1: CREATE TABLE pagg_tab3 (c text collate case_insensitive) PAR...
+                                       ^
 CREATE TABLE pagg_tab3_p1 PARTITION OF pagg_tab3 FOR VALUES IN ('a', 'b', 'c', 'd');
+ERROR:  relation "pagg_tab3" does not exist
 CREATE TABLE pagg_tab3_p2 PARTITION OF pagg_tab3 FOR VALUES IN ('e', 'f', 'A');
+ERROR:  relation "pagg_tab3" does not exist
 CREATE TABLE pagg_tab3_p3 PARTITION OF pagg_tab3 FOR VALUES IN ('B', 'C', 'D', 'E');
+ERROR:  relation "pagg_tab3" does not exist
 INSERT INTO pagg_tab3 SELECT substr('abcdeABCDE', (i % 10) +1 , 1) FROM generate_series(0, 2999) i;
+ERROR:  relation "pagg_tab3" does not exist
...
tap
[01:41:14.534](73.037s) not ok 2 - regression tests pass
test
[01:43:20.422]  32/312 postgresql:regress / regress/regress                                            ERROR            ...
[01:43:20.422] 146/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/partition_aggregate.out C:/cirrus/build/testrun/pg_upgr...
--- C:/cirrus/src/test/regress/expected/partition_aggregate.out	2024-11-06 01:33:44.528836700 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_aggregate.out	2024-11-06 01:37:55.796566200...
@@ -1529,44 +1529,32 @@
     locale = 'und-u-ks-level2',
     deterministic = false
 );
+ERROR:  ICU is not supported in this build
 CREATE TABLE pagg_tab3 (c text collate case_insensitive) PARTITION BY LIST(c collate "C");
+ERROR:  collation "case_insensitive" for encoding "UTF8" does not exist
+LINE 1: CREATE TABLE pagg_tab3 (c text collate case_insensitive) PAR...
+                                       ^
 CREATE TABLE pagg_tab3_p1 PARTITION OF pagg_tab3 FOR VALUES IN ('a', 'b', 'c', 'd');
+ERROR:  relation "pagg_tab3" does not exist
 CREATE TABLE pagg_tab3_p2 PARTITION OF pagg_tab3 FOR VALUES IN ('e', 'f', 'A');
+ERROR:  relation "pagg_tab3" does not exist
 CREATE TABLE pagg_tab3_p3 PARTITION OF pagg_tab3 FOR VALUES IN ('B', 'C', 'D', 'E');
+ERROR:  relation "pagg_tab3" does not exist
 INSERT INTO pagg_tab3 SELECT substr('abcdeABCDE', (i % 10) +1 , 1) FROM generate_series(0, 2999) i;
+ERROR:  relation "pagg_tab3" does not exist
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/partition_aggregate.out C:/cirrus/build/testrun/recover...
--- C:/cirrus/src/test/regress/expected/partition_aggregate.out	2024-11-06 01:33:44.528836700 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/partition_aggregate.out	2024-11-06 01:41:10.8112061...
@@ -1529,44 +1529,32 @@
     locale = 'und-u-ks-level2',
     deterministic = false
 );
+ERROR:  ICU is not supported in this build
 CREATE TABLE pagg_tab3 (c text collate case_insensitive) PARTITION BY LIST(c collate "C");
+ERROR:  collation "case_insensitive" for encoding "WIN1252" does not exist
+LINE 1: CREATE TABLE pagg_tab3 (c text collate case_insensitive) PAR...
+                                       ^
 CREATE TABLE pagg_tab3_p1 PARTITION OF pagg_tab3 FOR VALUES IN ('a', 'b', 'c', 'd');
+ERROR:  relation "pagg_tab3" does not exist
 CREATE TABLE pagg_tab3_p2 PARTITION OF pagg_tab3 FOR VALUES IN ('e', 'f', 'A');
+ERROR:  relation "pagg_tab3" does not exist
 CREATE TABLE pagg_tab3_p3 PARTITION OF pagg_tab3 FOR VALUES IN ('B', 'C', 'D', 'E');
+ERROR:  relation "pagg_tab3" does not exist
 INSERT INTO pagg_tab3 SELECT substr('abcdeABCDE', (i % 10) +1 , 1) FROM generate_series(0, 2999) i;
+ERROR:  relation "pagg_tab3" does not exist
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/partition_aggregate.out C:/cirrus/build/testrun/regress...
--- C:/cirrus/src/test/regress/expected/partition_aggregate.out	2024-11-06 01:33:44.528836700 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/partition_aggregate.out	2024-11-06 01:37:50.074412500 +0000
@@ -1529,44 +1529,32 @@
     locale = 'und-u-ks-level2',
     deterministic = false
 );
+ERROR:  ICU is not supported in this build
 CREATE TABLE pagg_tab3 (c text collate case_insensitive) PARTITION BY LIST(c collate "C");
+ERROR:  collation "case_insensitive" for encoding "WIN1252" does not exist
+LINE 1: CREATE TABLE pagg_tab3 (c text collate case_insensitive) PAR...
+                                       ^
 CREATE TABLE pagg_tab3_p1 PARTITION OF pagg_tab3 FOR VALUES IN ('a', 'b', 'c', 'd');
+ERROR:  relation "pagg_tab3" does not exist
 CREATE TABLE pagg_tab3_p2 PARTITION OF pagg_tab3 FOR VALUES IN ('e', 'f', 'A');
+ERROR:  relation "pagg_tab3" does not exist
 CREATE TABLE pagg_tab3_p3 PARTITION OF pagg_tab3 FOR VALUES IN ('B', 'C', 'D', 'E');
+ERROR:  relation "pagg_tab3" does not exist
 INSERT INTO pagg_tab3 SELECT substr('abcdeABCDE', (i % 10) +1 , 1) FROM generate_series(0, 2999) i;
+ERROR:  relation "pagg_tab3" does not exist
...
tap
[01:38:04.117](121.985s) not ok 5 - regression tests pass
tap
[01:41:27.675](185.022s) not ok 2 - regression tests pass
test
[01:48:09.736]  24/307 postgresql:regress / regress/regress                                            ERROR           1...
[01:48:09.736]  39/307 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[01:48:09.736] 127/307 postgresql:recovery / recovery/027_stream_regress                               ERROR           2...
51/5099 CREATE OR REPLACE MATERIALIZED VIEW
FreeBSD - 13 - Meson
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 194, PID: 11251
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 194, PID: 17834
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 194, PID: 10623
core
[01:15:27.341] #0  0x000000082bb6641a in thr_kill () from /lib/libc.so.7
[01:15:27.341] #1  0x000000082badfe64 in raise () from /lib/libc.so.7
[01:15:27.341] #2  0x000000082bb906f9 in abort () from /lib/libc.so.7
[01:15:27.341] #3  0x0000000000a95b95 in ExceptionalCondition (conditionName=0x2e7b97 "queryDesc->sourceText != NULL", f...
[01:15:27.341] #4  0x00000000007665d9 in standard_ExecutorStart (queryDesc=0x83538e088, eflags=0) at ../src/backend/exec...
[01:15:27.341] #5  0x0000000836b7d9c2 in pgss_ExecutorStart (queryDesc=0x83538e088, eflags=6) at ../contrib/pg_stat_stat...
[01:15:27.341] #6  0x00000000006fd2c5 in refresh_matview_datafill (dest=<optimized out>, query=<optimized out>, queryStr...
[01:15:27.341] #7  RefreshMatViewByOid (matviewOid=27448, is_create=<optimized out>, skipData=<optimized out>, concurren...
[01:15:27.341] #8  0x00000000006fcea6 in ExecRefreshMatView (stmt=<optimized out>, queryString=queryString@entry=0x0, qc...
[01:15:27.341] #9  0x00000000006d3fbc in ExecCreateTableAs (pstate=pstate@entry=0x837412900, stmt=stmt@entry=0x8352a6fd0...
core
[01:15:27.036] #0  0x000000082b25741a in thr_kill () from /lib/libc.so.7
[01:15:27.036] #1  0x000000082b1d0e64 in raise () from /lib/libc.so.7
[01:15:27.036] #2  0x000000082b2816f9 in abort () from /lib/libc.so.7
[01:15:27.036] #3  0x0000000000a95b95 in ExceptionalCondition (conditionName=0x2e7b97 "queryDesc->sourceText != NULL", f...
[01:15:27.036] #4  0x00000000007665d9 in standard_ExecutorStart (queryDesc=0x841578088, eflags=0) at ../src/backend/exec...
[01:15:27.036] #5  0x00000000006fd2c5 in refresh_matview_datafill (dest=<optimized out>, query=<optimized out>, queryStr...
[01:15:27.036] #6  RefreshMatViewByOid (matviewOid=27457, is_create=<optimized out>, skipData=<optimized out>, concurren...
[01:15:27.036] #7  0x00000000006fcea6 in ExecRefreshMatView (stmt=<optimized out>, queryString=queryString@entry=0x0, qc...
[01:15:27.036] #8  0x00000000006d3fbc in ExecCreateTableAs (pstate=pstate@entry=0x833397900, stmt=stmt@entry=0x833392fd0...
[01:15:27.036] #9  0x0000000000941868 in ProcessUtilitySlow (pstate=pstate@entry=0x833397900, pstmt=pstmt@entry=0x8331f6...
core
[01:15:26.734] #0  0x000000082cde741a in thr_kill () from /lib/libc.so.7
[01:15:26.734] #1  0x000000082cd60e64 in raise () from /lib/libc.so.7
[01:15:26.734] #2  0x000000082ce116f9 in abort () from /lib/libc.so.7
[01:15:26.734] #3  0x0000000000a95b95 in ExceptionalCondition (conditionName=0x2e7b97 "queryDesc->sourceText != NULL", f...
[01:15:26.734] #4  0x00000000007665d9 in standard_ExecutorStart (queryDesc=0x842bd3088, eflags=0) at ../src/backend/exec...
[01:15:26.734] #5  0x00000000006fd2c5 in refresh_matview_datafill (dest=<optimized out>, query=<optimized out>, queryStr...
[01:15:26.734] #6  RefreshMatViewByOid (matviewOid=27245, is_create=<optimized out>, skipData=<optimized out>, concurren...
[01:15:26.734] #7  0x00000000006fcea6 in ExecRefreshMatView (stmt=<optimized out>, queryString=queryString@entry=0x0, qc...
[01:15:26.734] #8  0x00000000006d3fbc in ExecCreateTableAs (pstate=pstate@entry=0x8367a1900, stmt=stmt@entry=0x8366c3fd0...
[01:15:26.734] #9  0x0000000000941868 in ProcessUtilitySlow (pstate=pstate@entry=0x8367a1900, pstmt=pstmt@entry=0x836605...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_up...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-11-06 01:09:03.425077000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/brin.out	2024-11-06 01:11:12.958766000 +00...
@@ -588,4 +588,10 @@
 CREATE INDEX brin_insert_optimization_idx ON brin_insert_optimization USING brin (a);
 UPDATE brin_insert_optimization SET a = a;
 REINDEX INDEX CONCURRENTLY brin_insert_optimization_idx;
-DROP TABLE brin_insert_optimization;
+WARNING:  terminating connection because of crash of another server process
+DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because anothe...
+HINT:  In a moment you should be able to reconnect to the database and repeat your command.
+server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
+connection to server was lost
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/privileges.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002...
--- /tmp/cirrus-ci-build/src/test/regress/expected/privileges.out	2024-11-06 01:09:03.480893000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/privileges.out	2024-11-06 01:11:12.9575430...
@@ -1775,1417 +1775,10 @@
 -- Do the same concurrently
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-11-06 01:09:03.425077000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/brin.out	2024-11-06 01:11:49.151228000 +...
@@ -588,4 +588,10 @@
 CREATE INDEX brin_insert_optimization_idx ON brin_insert_optimization USING brin (a);
 UPDATE brin_insert_optimization SET a = a;
 REINDEX INDEX CONCURRENTLY brin_insert_optimization_idx;
-DROP TABLE brin_insert_optimization;
+WARNING:  terminating connection because of crash of another server process
+DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because anothe...
+HINT:  In a moment you should be able to reconnect to the database and repeat your command.
+server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
+connection to server was lost
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/privileges.out /tmp/cirrus-ci-build/build/testrun/recovery/027_s...
--- /tmp/cirrus-ci-build/src/test/regress/expected/privileges.out	2024-11-06 01:09:03.480893000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/privileges.out	2024-11-06 01:11:49.15001...
@@ -1779,1413 +1779,10 @@
 REINDEX TABLE sro_tab;
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/privileges.out /tmp/cirrus-ci-build/build/testrun/regress/regres...
--- /tmp/cirrus-ci-build/src/test/regress/expected/privileges.out	2024-11-06 01:09:03.480893000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/privileges.out	2024-11-06 01:11:09.385381000 +0000
@@ -1775,1417 +1775,10 @@
 -- Do the same concurrently
 CREATE INDEX CONCURRENTLY sro_idx ON sro_tab ((sro_ifun(a) + sro_ifun(0)))
 	WHERE sro_ifun(a + 10) > sro_ifun(10);
--- REINDEX
-REINDEX TABLE sro_tab;
-REINDEX INDEX sro_idx;
-REINDEX TABLE CONCURRENTLY sro_tab;
-DROP INDEX sro_idx;
--- CLUSTER
-CREATE INDEX sro_cluster_idx ON sro_tab ((sro_ifun(a) + sro_ifun(0)));
-CLUSTER sro_tab USING sro_cluster_idx;
-DROP INDEX sro_cluster_idx;
--- BRIN index
-CREATE INDEX sro_brin ON sro_tab USING brin ((sro_ifun(a) + sro_ifun(0)));
-SELECT brin_desummarize_range('sro_brin', 0);
- brin_desummarize_range 
...
tap
[01:11:15.645](27.145s) not ok 5 - regression tests pass
[01:11:17.127](1.473s) not ok 6 - dump before running pg_upgrade
tap
[01:11:50.903](28.151s) not ok 2 - regression tests pass
test
[01:14:11.331]  24/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[01:14:11.331]  22/312 postgresql:regress / regress/regress                                            ERROR            ...
[01:14:11.331]  52/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "execMain.c", Line: 194, PID: 37615
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "execMain.c", Line: 194, PID: 24130
core
[01:16:24.828] #0  0x00007fd8ce2abe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[01:16:24.828] #1  0x00007fd8ce25cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[01:16:24.828] #2  0x00007fd8ce247472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[01:16:24.828] #3  0x000055ea691392ad in ExceptionalCondition (conditionName=conditionName@entry=0x55ea69414c60 "queryDe...
[01:16:24.828] #4  0x000055ea689345b4 in standard_ExecutorStart (queryDesc=queryDesc@entry=0x62500036a520, eflags=eflags...
[01:16:24.828] #5  0x000055ea689347e9 in ExecutorStart (queryDesc=queryDesc@entry=0x62500036a520, eflags=eflags@entry=0)...
[01:16:24.828] #6  0x000055ea6882d300 in refresh_matview_datafill (dest=0x62500037ada8, query=<optimized out>, query@ent...
[01:16:24.828] #7  0x000055ea6882fa29 in RefreshMatViewByOid (matviewOid=<optimized out>, is_create=is_create@entry=fals...
[01:16:24.828] #8  0x000055ea6882fc35 in ExecRefreshMatView (stmt=0x621000040630, queryString=queryString@entry=0x0, qc=...
[01:16:24.828] #9  0x000055ea687cf886 in ExecCreateTableAs (pstate=pstate@entry=0x61900003e980, stmt=stmt@entry=0x625000...
core
[01:16:23.572] #0  0x00007f7d3eeabe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[01:16:23.572] #1  0x00007f7d3ee5cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[01:16:23.572] #2  0x00007f7d3ee47472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[01:16:23.572] #3  0x00005565e20112ad in ExceptionalCondition (conditionName=conditionName@entry=0x5565e22ecc60 "queryDe...
[01:16:23.572] #4  0x00005565e180c5b4 in standard_ExecutorStart (queryDesc=queryDesc@entry=0x625000225520, eflags=eflags...
[01:16:23.572] #5  0x00005565e180c7e9 in ExecutorStart (queryDesc=queryDesc@entry=0x625000225520, eflags=eflags@entry=0)...
[01:16:23.572] #6  0x00005565e1705300 in refresh_matview_datafill (dest=0x6250002155a8, query=<optimized out>, query@ent...
[01:16:23.572] #7  0x00005565e1707a29 in RefreshMatViewByOid (matviewOid=<optimized out>, is_create=is_create@entry=fals...
[01:16:23.572] #8  0x00005565e1707c35 in ExecRefreshMatView (stmt=0x62100000aa30, queryString=queryString@entry=0x0, qc=...
[01:16:23.572] #9  0x00005565e16a7886 in ExecCreateTableAs (pstate=pstate@entry=0x6190000bf080, stmt=stmt@entry=0x625000...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/resul...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-11-06 01:09:00.506005123 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/brin.out	2024-11-06 01:15:10.807637987 +0000
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/src/test/regress/results/brin.out
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-11-06 01:09:00.506005123 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/brin.out	2024-11-06 01:13:19.606771439 +0000
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
tap
[01:15:13.500](42.836s) not ok 5 - regression tests pass
[01:15:15.970](2.441s) not ok 6 - dump before running pg_upgrade
Linux - Debian Bookworm - Meson
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 194, PID: 29986
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 194, PID: 36055
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 194, PID: 29245
core
[01:17:47.615] #0  0x00007f45166a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[01:17:47.615] #1  0x00007f451665afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[01:17:47.615] #2  0x00007f4516645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[01:17:47.615] #3  0x000055a5a68b79fe in ExceptionalCondition (conditionName=conditionName@entry=0x55a5a6b2be15 "queryDe...
[01:17:47.615] #4  0x000055a5a623af76 in standard_ExecutorStart (queryDesc=0x55a5b2e611a0, eflags=0) at ../src/backend/e...
[01:17:47.615] #5  0x00007f45144276f7 in pgss_ExecutorStart (queryDesc=0x55a5b2e611a0, eflags=<optimized out>) at ../con...
[01:17:47.615] #6  0x000055a5a623b10b in ExecutorStart (queryDesc=queryDesc@entry=0x55a5b2e611a0, eflags=eflags@entry=0)...
[01:17:47.615] #7  0x000055a5a61619b0 in refresh_matview_datafill (dest=0x55a5b2e5e1e8, query=<optimized out>, query@ent...
[01:17:47.615] #8  0x000055a5a6163d17 in RefreshMatViewByOid (matviewOid=27349, is_create=is_create@entry=false, skipDat...
[01:17:47.615] #9  0x000055a5a6163e56 in ExecRefreshMatView (stmt=0x55a5b2e11b10, queryString=queryString@entry=0x0, qc=...
core
[01:17:48.998] #0  0x00007ff5afca9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[01:17:48.998] #1  0x00007ff5afc5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[01:17:48.998] #2  0x00007ff5afc45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[01:17:48.998] #3  0x000055e42a2819fe in ExceptionalCondition (conditionName=conditionName@entry=0x55e42a4f5e15 "queryDe...
[01:17:48.998] #4  0x000055e429c04f76 in standard_ExecutorStart (queryDesc=queryDesc@entry=0x55e466957470, eflags=eflags...
[01:17:48.998] #5  0x000055e429c05152 in ExecutorStart (queryDesc=queryDesc@entry=0x55e466957470, eflags=eflags@entry=0)...
[01:17:48.998] #6  0x000055e429b2b9b0 in refresh_matview_datafill (dest=0x55e4669544e8, query=<optimized out>, query@ent...
[01:17:48.998] #7  0x000055e429b2dd17 in RefreshMatViewByOid (matviewOid=27407, is_create=is_create@entry=false, skipDat...
[01:17:48.998] #8  0x000055e429b2de56 in ExecRefreshMatView (stmt=0x55e46699e9d0, queryString=queryString@entry=0x0, qc=...
[01:17:48.998] #9  0x000055e429ae3aa3 in ExecCreateTableAs (pstate=pstate@entry=0x55e4669a0d90, stmt=stmt@entry=0x55e466...
core
[01:17:46.223] #0  0x00007fc0d6aa9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[01:17:46.223] #1  0x00007fc0d6a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[01:17:46.223] #2  0x00007fc0d6a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[01:17:46.223] #3  0x00005645d58b09fe in ExceptionalCondition (conditionName=conditionName@entry=0x5645d5b24e15 "queryDe...
[01:17:46.223] #4  0x00005645d5233f76 in standard_ExecutorStart (queryDesc=queryDesc@entry=0x5645ee341d60, eflags=eflags...
[01:17:46.223] #5  0x00005645d5234152 in ExecutorStart (queryDesc=queryDesc@entry=0x5645ee341d60, eflags=eflags@entry=0)...
[01:17:46.223] #6  0x00005645d515a9b0 in refresh_matview_datafill (dest=0x5645ee2ca118, query=<optimized out>, query@ent...
[01:17:46.223] #7  0x00005645d515cd17 in RefreshMatViewByOid (matviewOid=27532, is_create=is_create@entry=false, skipDat...
[01:17:46.223] #8  0x00005645d515ce56 in ExecRefreshMatView (stmt=0x5645ee34f9d0, queryString=queryString@entry=0x0, qc=...
[01:17:46.223] #9  0x00005645d5112aa3 in ExecCreateTableAs (pstate=pstate@entry=0x5645ee2d55f0, stmt=stmt@entry=0x5645ee...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_up...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-11-06 01:08:59.584845429 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/brin.out	2024-11-06 01:13:59.699239151 +00...
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-11-06 01:08:59.584845429 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/brin.out	2024-11-06 01:14:31.735210590 +...
@@ -363,229 +363,10 @@
 	END LOOP;
 END;
 $x$;
-RESET enable_seqscan;
-RESET enable_bitmapscan;
-INSERT INTO brintest SELECT
-	repeat(stringu1, 42)::bytea,
-	substr(stringu1, 1, 1)::"char",
-	stringu1::name, 142857 * tenthous,
-	thousand,
-	twothousand,
-	repeat(stringu1, 42),
-	unique1::oid,
-	format('(%s,%s)', tenthous, twenty)::tid,
-	(four + 1.0)/(hundred+1),
-	odd::float8 / (tenthous + 1),
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/build/testrun/regress/regress/resu...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-11-06 01:08:59.584845429 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/brin.out	2024-11-06 01:13:54.639244174 +0000
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
tap
[01:14:04.087](30.723s) not ok 5 - regression tests pass
[01:14:05.971](1.863s) not ok 6 - dump before running pg_upgrade
tap
[01:14:35.156](27.361s) not ok 2 - regression tests pass
test
[01:16:35.301]  26/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[01:16:35.301]  18/312 postgresql:regress / regress/regress                                            ERROR            ...
[01:16:35.301]  51/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 194, PID: 4604
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 194, PID: 3100
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 194, PID: 2868
core
00000040`ca7ff6b8 00007fff`ece4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000040`ca7ff6c0 00007fff`eba34cb0     ntdll!TppWorkerThread+0x2df
00000040`ca7ff9b0 00007fff`ecebecdb     KERNEL32!BaseThreadInitThunk+0x10
00000040`ca7ff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000040`ca3fe110 00007ff7`6aed8a48     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000040`ca3fe150 00007ff7`6a9bd589     postgres!ExceptionalCondition(
00000040`ca3fe190 00007ff7`6a9bd40a     postgres!standard_ExecutorStart(
00000040`ca3fe1e0 00007ff7`6a911e59     postgres!ExecutorStart(
00000040`ca3fe210 00007ff7`6a9117f0     postgres!refresh_matview_datafill(
00000040`ca3fe2a0 00007ff7`6a911058     postgres!RefreshMatViewByOid(
00000040`ca3fe4f0 00007ff7`6a8d0897     postgres!ExecRefreshMatView(
00000040`ca3fe570 00007ff7`6acaf2a7     postgres!ExecCreateTableAs(
00000040`ca3fe690 00007ff7`6acaaf6f     postgres!ProcessUtilitySlow(
00000040`ca3fefb0 00007ff7`6aca9eb9     postgres!standard_ProcessUtility(
core
00000040`cabffb68 00007fff`ea9045ca     ntdll!NtFsControlFile+0x14
00000040`cabffb70 00007ff7`6ab901fb     KERNELBASE!ConnectNamedPipe+0x6a
00000040`cabffbe0 00007fff`eba34cb0     postgres!pg_signal_thread(
00000040`cabffce0 00007fff`ecebecdb     KERNEL32!BaseThreadInitThunk+0x10
00000040`cabffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000040`cafffb68 00007fff`ea8bd71e     ntdll!NtWaitForSingleObject+0x14
00000040`cafffb70 00007ff7`6ab91c9c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000040`cafffc10 00007fff`eba34cb0     postgres!pg_timer_thread(
00000040`cafffc50 00007fff`ecebecdb     KERNEL32!BaseThreadInitThunk+0x10
00000040`cafffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000040`cb3ffa88 00007fff`ece4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000040`cb3ffa90 00007fff`eba34cb0     ntdll!TppWorkerThread+0x2df
00000040`cb3ffd80 00007fff`ecebecdb     KERNEL32!BaseThreadInitThunk+0x10
00000040`cb3ffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000091`27bffa58 00007fff`ece4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000091`27bffa60 00007fff`eba34cb0     ntdll!TppWorkerThread+0x2df
00000091`27bffd50 00007fff`ecebecdb     KERNEL32!BaseThreadInitThunk+0x10
00000091`27bffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000091`26bfe090 00007ff7`6aed8a48     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000091`26bfe0d0 00007ff7`6a9bd589     postgres!ExceptionalCondition(
00000091`26bfe110 00007fff`dc3b2d26     postgres!standard_ExecutorStart(
00000091`26bfe160 00007ff7`6a9bd3fa     pg_stat_statements!pgss_ExecutorStart(
00000091`26bfe1a0 00007ff7`6a911e59     postgres!ExecutorStart(
00000091`26bfe1d0 00007ff7`6a9117f0     postgres!refresh_matview_datafill(
00000091`26bfe260 00007ff7`6a911058     postgres!RefreshMatViewByOid(
00000091`26bfe4b0 00007ff7`6a8d0897     postgres!ExecRefreshMatView(
00000091`26bfe530 00007ff7`6acaf2a7     postgres!ExecCreateTableAs(
00000091`26bfe650 00007ff7`6acaaf6f     postgres!ProcessUtilitySlow(
core
00000091`277ffa38 00007fff`ea8bd71e     ntdll!NtWaitForSingleObject+0x14
00000091`277ffa40 00007ff7`6ab91c9c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000091`277ffae0 00007fff`eba34cb0     postgres!pg_timer_thread(
00000091`277ffb20 00007fff`ecebecdb     KERNEL32!BaseThreadInitThunk+0x10
00000091`277ffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000091`26fffb78 00007fff`ece4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000091`26fffb80 00007fff`eba34cb0     ntdll!TppWorkerThread+0x2df
00000091`26fffe70 00007fff`ecebecdb     KERNEL32!BaseThreadInitThunk+0x10
00000091`26fffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000091`273ff798 00007fff`ea9045ca     ntdll!NtFsControlFile+0x14
00000091`273ff7a0 00007ff7`6ab901fb     KERNELBASE!ConnectNamedPipe+0x6a
00000091`273ff810 00007fff`eba34cb0     postgres!pg_signal_thread(
00000091`273ff910 00007fff`ecebecdb     KERNEL32!BaseThreadInitThunk+0x10
00000091`273ff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004b`3f3ff778 00007fff`ece4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004b`3f3ff780 00007fff`eba34cb0     ntdll!TppWorkerThread+0x2df
0000004b`3f3ffa70 00007fff`ecebecdb     KERNEL32!BaseThreadInitThunk+0x10
0000004b`3f3ffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004b`3ebffda8 00007fff`ea9045ca     ntdll!NtFsControlFile+0x14
0000004b`3ebffdb0 00007ff7`6ab901fb     KERNELBASE!ConnectNamedPipe+0x6a
0000004b`3ebffe20 00007fff`eba34cb0     postgres!pg_signal_thread(
0000004b`3ebfff20 00007fff`ecebecdb     KERNEL32!BaseThreadInitThunk+0x10
0000004b`3ebfff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004b`3e3fe2e0 00007ff7`6aed8a48     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000004b`3e3fe320 00007ff7`6a9bd589     postgres!ExceptionalCondition(
0000004b`3e3fe360 00007ff7`6a9bd40a     postgres!standard_ExecutorStart(
0000004b`3e3fe3b0 00007ff7`6a911e59     postgres!ExecutorStart(
0000004b`3e3fe3e0 00007ff7`6a9117f0     postgres!refresh_matview_datafill(
0000004b`3e3fe470 00007ff7`6a911058     postgres!RefreshMatViewByOid(
0000004b`3e3fe6c0 00007ff7`6a8d0897     postgres!ExecRefreshMatView(
0000004b`3e3fe740 00007ff7`6acaf2a7     postgres!ExecCreateTableAs(
0000004b`3e3fe860 00007ff7`6acaaf6f     postgres!ProcessUtilitySlow(
0000004b`3e3ff180 00007ff7`6aca9eb9     postgres!standard_ProcessUtility(
core
0000004b`3e7ff738 00007fff`ece4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004b`3e7ff740 00007fff`eba34cb0     ntdll!TppWorkerThread+0x2df
0000004b`3e7ffa30 00007fff`ecebecdb     KERNEL32!BaseThreadInitThunk+0x10
0000004b`3e7ffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004b`3efff938 00007fff`ea8bd71e     ntdll!NtWaitForSingleObject+0x14
0000004b`3efff940 00007ff7`6ab91c9c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000004b`3efff9e0 00007fff`eba34cb0     postgres!pg_timer_thread(
0000004b`3efffa20 00007fff`ecebecdb     KERNEL32!BaseThreadInitThunk+0x10
0000004b`3efffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/brin.out C:/cirrus/build/testrun/pg_upgrade/002_pg_upgr...
--- C:/cirrus/src/test/regress/expected/brin.out	2024-11-06 01:09:17.668015600 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/brin.out	2024-11-06 01:12:06.659853300 +0000
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/brin.out C:/cirrus/build/testrun/recovery/027_stream_re...
--- C:/cirrus/src/test/regress/expected/brin.out	2024-11-06 01:09:17.668015600 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/brin.out	2024-11-06 01:14:19.919216300 +0000
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/brin.out C:/cirrus/build/testrun/regress/regress/result...
--- C:/cirrus/src/test/regress/expected/brin.out	2024-11-06 01:09:17.668015600 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/brin.out	2024-11-06 01:12:04.672547900 +0000
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
tap
[01:12:39.816](76.640s) not ok 5 - regression tests pass
[01:12:45.369](5.505s) not ok 6 - dump before running pg_upgrade
tap
[01:14:55.509](100.370s) not ok 2 - regression tests pass
test
[01:21:28.985]  13/307 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[01:21:28.985]  14/307 postgresql:regress / regress/regress                                            ERROR            ...
[01:21:28.985]  69/307 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5174 Call rm_redo in a temporary memory context
CompilerWarnings
compiler
[23:10:05.900] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
compiler
[23:09:36.917] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
compiler
[23:12:45.287] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
51/5326 Parallel heap vacuum
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/query_cancel.out /tmp/cirrus-ci-build/contrib/postgres_fdw/r...
--- /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/query_cancel.out	2024-11-05 19:30:51.279491087 +0000
+++ /tmp/cirrus-ci-build/contrib/postgres_fdw/results/query_cancel.out	2024-11-05 19:38:08.100920051 +0000
@@ -29,4 +29,5 @@
 -- This would take very long if not canceled:
 SELECT count(*) FROM ft1 a CROSS JOIN ft1 b CROSS JOIN ft1 c CROSS JOIN ft1 d;
 ERROR:  canceling statement due to statement timeout
+WARNING:  could not get result of cancel request due to timeout
 COMMIT;
51/5272 Truncate logs by max_log_size
CompilerWarnings
compiler
[17:38:04.438] elog.c:1699:9: error: initializing 'char *' with an expression of type 'const char *' discards qualifiers...
compiler
[17:35:42.541] elog.c:1699:9: error: initializing 'char *' with an expression of type 'const char *' discards qualifiers...
compiler
[17:33:13.855] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar...
compiler
[17:31:25.181] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar...
compiler
[17:41:40.595] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar...
51/4904 SQL Property Graph Queries (SQL/PGQ)
FreeBSD - 13 - Meson
assertion
TRAP: failed Assert("collation == exprCollation((Node *) tent->expr)"), File: "../src/backend/nodes/nodeFuncs.c", Line: ...
assertion
TRAP: failed Assert("collation == exprCollation((Node *) tent->expr)"), File: "../src/backend/nodes/nodeFuncs.c", Line: ...
assertion
TRAP: failed Assert("collation == exprCollation((Node *) tent->expr)"), File: "../src/backend/nodes/nodeFuncs.c", Line: ...
core
[17:10:49.664] #0  0x000000082af5241a in thr_kill () from /lib/libc.so.7
[17:10:49.664] #1  0x000000082aecbe64 in raise () from /lib/libc.so.7
[17:10:49.664] #2  0x000000082af7c6f9 in abort () from /lib/libc.so.7
[17:10:49.664] #3  0x0000000000aa6895 in ExceptionalCondition (conditionName=0x2e14aa "collation == exprCollation((Node ...
[17:10:49.664] #4  0x00000000007de479 in exprSetCollation (expr=0x835901af0, collation=<optimized out>) at ../src/backen...
[17:10:49.664] #5  0x00000000008633b2 in assign_collations_walker (node=0x835901af0, context=0x820e911e8) at ../src/back...
[17:10:49.664] #6  0x00000000007dec31 in expression_tree_walker_impl (node=0x8430d73c0, walker=<optimized out>, context=...
[17:10:49.664] #7  0x00000000007deb41 in expression_tree_walker_impl (node=0x8430d7410, walker=<optimized out>, context=...
[17:10:49.664] #8  0x00000000008632ce in assign_collations_walker (node=0x8430d7410, context=context@entry=0x820e91240) ...
[17:10:49.664] #9  0x0000000000862dda in assign_expr_collations (pstate=pstate@entry=0x8357c9838, expr=0x0) at ../src/ba...
core
[17:10:50.276] #0  0x000000082c56241a in thr_kill () from /lib/libc.so.7
[17:10:50.276] #1  0x000000082c4dbe64 in raise () from /lib/libc.so.7
[17:10:50.276] #2  0x000000082c58c6f9 in abort () from /lib/libc.so.7
[17:10:50.276] #3  0x0000000000aa6895 in ExceptionalCondition (conditionName=0x2e14aa "collation == exprCollation((Node ...
[17:10:50.276] #4  0x00000000007de479 in exprSetCollation (expr=0x8334e80e0, collation=<optimized out>) at ../src/backen...
[17:10:50.276] #5  0x00000000008633b2 in assign_collations_walker (node=0x8334e80e0, context=0x82155ccb8) at ../src/back...
[17:10:50.276] #6  0x00000000007dec31 in expression_tree_walker_impl (node=0x83357a3c0, walker=<optimized out>, context=...
[17:10:50.276] #7  0x00000000007deb41 in expression_tree_walker_impl (node=0x83357a410, walker=<optimized out>, context=...
[17:10:50.276] #8  0x00000000008632ce in assign_collations_walker (node=0x83357a410, context=context@entry=0x82155cd10) ...
[17:10:50.276] #9  0x0000000000862dda in assign_expr_collations (pstate=pstate@entry=0x8334bc838, expr=0x0) at ../src/ba...
core
[17:10:49.969] #0  0x000000082c62041a in thr_kill () from /lib/libc.so.7
[17:10:49.969] #1  0x000000082c599e64 in raise () from /lib/libc.so.7
[17:10:49.969] #2  0x000000082c64a6f9 in abort () from /lib/libc.so.7
[17:10:49.969] #3  0x0000000000aa6895 in ExceptionalCondition (conditionName=0x2e14aa "collation == exprCollation((Node ...
[17:10:49.969] #4  0x00000000007de479 in exprSetCollation (expr=0x836717eb0, collation=<optimized out>) at ../src/backen...
[17:10:49.969] #5  0x00000000008633b2 in assign_collations_walker (node=0x836717eb0, context=0x8216780d8) at ../src/back...
[17:10:49.969] #6  0x00000000007dec31 in expression_tree_walker_impl (node=0x838c7a3c0, walker=<optimized out>, context=...
[17:10:49.969] #7  0x00000000007deb41 in expression_tree_walker_impl (node=0x838c7a410, walker=<optimized out>, context=...
[17:10:49.969] #8  0x00000000008632ce in assign_collations_walker (node=0x838c7a410, context=context@entry=0x821678130) ...
[17:10:49.969] #9  0x0000000000862dda in assign_expr_collations (pstate=pstate@entry=0x8365d4038, expr=0x0) at ../src/ba...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/privileges.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002...
--- /tmp/cirrus-ci-build/src/test/regress/expected/privileges.out	2024-11-05 17:04:17.270938000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/privileges.out	2024-11-05 17:06:32.3197870...
@@ -1775,1508 +1775,10 @@
 -- Do the same concurrently
 CREATE INDEX CONCURRENTLY sro_idx ON sro_tab ((sro_ifun(a) + sro_ifun(0)))
 	WHERE sro_ifun(a + 10) > sro_ifun(10);
--- REINDEX
-REINDEX TABLE sro_tab;
-REINDEX INDEX sro_idx;
-REINDEX TABLE CONCURRENTLY sro_tab;
-DROP INDEX sro_idx;
--- CLUSTER
-CREATE INDEX sro_cluster_idx ON sro_tab ((sro_ifun(a) + sro_ifun(0)));
-CLUSTER sro_tab USING sro_cluster_idx;
-DROP INDEX sro_cluster_idx;
--- BRIN index
-CREATE INDEX sro_brin ON sro_tab USING brin ((sro_ifun(a) + sro_ifun(0)));
-SELECT brin_desummarize_range('sro_brin', 0);
- brin_desummarize_range 
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-11-05 17:04:17.214796000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/brin.out	2024-11-05 17:07:09.210946000 +...
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/build/testrun/regress/regress/resu...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-11-05 17:04:17.214796000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/brin.out	2024-11-05 17:06:30.674635000 +0000
@@ -588,4 +588,10 @@
 CREATE INDEX brin_insert_optimization_idx ON brin_insert_optimization USING brin (a);
 UPDATE brin_insert_optimization SET a = a;
 REINDEX INDEX CONCURRENTLY brin_insert_optimization_idx;
-DROP TABLE brin_insert_optimization;
+WARNING:  terminating connection because of crash of another server process
+DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because anothe...
+HINT:  In a moment you should be able to reconnect to the database and repeat your command.
+server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
+connection to server was lost
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/privileges.out /tmp/cirrus-ci-build/build/testrun/regress/regres...
--- /tmp/cirrus-ci-build/src/test/regress/expected/privileges.out	2024-11-05 17:04:17.270938000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/privileges.out	2024-11-05 17:06:30.673807000 +0000
@@ -1775,1508 +1775,10 @@
 -- Do the same concurrently
...
tap
[17:06:33.728](25.423s) not ok 5 - regression tests pass
[17:06:35.680](1.942s) not ok 6 - dump before running pg_upgrade
tap
[17:07:10.341](27.530s) not ok 2 - regression tests pass
test
[17:09:33.660]  24/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[17:09:33.660]  18/312 postgresql:regress / regress/regress                                            ERROR            ...
[17:09:33.660]  51/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
assertion
TRAP: failed Assert("collation == exprCollation((Node *) tent->expr)"), File: "nodeFuncs.c", Line: 1192, PID: 32007
assertion
TRAP: failed Assert("collation == exprCollation((Node *) tent->expr)"), File: "nodeFuncs.c", Line: 1192, PID: 24617
core
[17:11:34.913] #0  0x00007fcd48eabe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[17:11:34.913] #1  0x00007fcd48e5cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[17:11:34.913] #2  0x00007fcd48e47472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[17:11:34.913] #3  0x000055e43f61bc90 in ExceptionalCondition (conditionName=conditionName@entry=0x55e43f9360e0 "collati...
[17:11:34.913] #4  0x000055e43ef6ffb8 in exprSetCollation (expr=expr@entry=0x625000008fe0, collation=collation@entry=0) ...
[17:11:34.913] #5  0x000055e43ec01d6f in assign_collations_walker (node=0x625000008fe0, context=0x7ffef65df330) at parse...
[17:11:34.913] #6  0x000055e43ef72dad in expression_tree_walker_impl (node=0x6210000e0430, walker=walker@entry=0x55e43ec...
[17:11:34.913] #7  0x000055e43ef72171 in expression_tree_walker_impl (node=node@entry=0x6210000e0480, walker=walker@entr...
[17:11:34.913] #8  0x000055e43ec01d27 in assign_collations_walker (node=node@entry=0x6210000e0480, context=context@entry...
[17:11:34.913] #9  0x000055e43ec01f3e in assign_expr_collations (pstate=pstate@entry=0x619000083690, expr=expr@entry=0x6...
core
[17:11:36.340] #0  0x00007fe974cabe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[17:11:36.340] #1  0x00007fe974c5cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[17:11:36.340] #2  0x00007fe974c47472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[17:11:36.340] #3  0x00005574bcccdc90 in ExceptionalCondition (conditionName=conditionName@entry=0x5574bcfe80e0 "collati...
[17:11:36.340] #4  0x00005574bc621fb8 in exprSetCollation (expr=expr@entry=0x625000008fe0, collation=collation@entry=0) ...
[17:11:36.340] #5  0x00005574bc2b3d6f in assign_collations_walker (node=0x625000008fe0, context=0x7fffb744ecf0) at parse...
[17:11:36.340] #6  0x00005574bc624dad in expression_tree_walker_impl (node=0x6210000ddc30, walker=walker@entry=0x5574bc2...
[17:11:36.340] #7  0x00005574bc624171 in expression_tree_walker_impl (node=node@entry=0x6210000ddc80, walker=walker@entr...
[17:11:36.340] #8  0x00005574bc2b3d27 in assign_collations_walker (node=node@entry=0x6210000ddc80, context=context@entry...
[17:11:36.340] #9  0x00005574bc2b3f3e in assign_expr_collations (pstate=pstate@entry=0x619000080490, expr=expr@entry=0x6...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/resul...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-11-05 17:04:10.466925082 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/brin.out	2024-11-05 17:10:00.534707797 +0000
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/src/test/regress/results/brin.out
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-11-05 17:04:10.466925082 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/brin.out	2024-11-05 17:08:49.938568442 +0000
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
tap
[17:10:06.916](45.229s) not ok 5 - regression tests pass
[17:10:10.774](3.837s) not ok 6 - dump before running pg_upgrade
Linux - Debian Bookworm - Meson
assertion
TRAP: failed Assert("collation == exprCollation((Node *) tent->expr)"), File: "../src/backend/nodes/nodeFuncs.c", Line: ...
assertion
TRAP: failed Assert("collation == exprCollation((Node *) tent->expr)"), File: "../src/backend/nodes/nodeFuncs.c", Line: ...
assertion
TRAP: failed Assert("collation == exprCollation((Node *) tent->expr)"), File: "../src/backend/nodes/nodeFuncs.c", Line: ...
core
[17:13:44.124] #0  0x00007f2b6e6a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[17:13:44.124] #1  0x00007f2b6e65afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[17:13:44.124] #2  0x00007f2b6e645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[17:13:44.124] #3  0x000056289f63a432 in ExceptionalCondition (conditionName=conditionName@entry=0x56289f8c8b88 "collati...
[17:13:44.124] #4  0x000056289f09d35d in exprSetCollation (expr=expr@entry=0x5628af15f120, collation=collation@entry=0) ...
[17:13:44.124] #5  0x000056289f1d2ec8 in assign_collations_walker (node=0x5628af15f120, context=0x7ffc69348230) at ../sr...
[17:13:44.124] #6  0x000056289f0a0bcd in expression_tree_walker_impl (node=0x5628af382770, walker=0x56289f1d22ee <assign...
[17:13:44.124] #7  0x000056289f09fb24 in expression_tree_walker_impl (node=node@entry=0x5628af3827c0, walker=walker@entr...
[17:13:44.124] #8  0x000056289f1d2e96 in assign_collations_walker (node=node@entry=0x5628af3827c0, context=context@entry...
[17:13:44.124] #9  0x000056289f1d2f4c in assign_expr_collations (pstate=pstate@entry=0x5628af37de40, expr=expr@entry=0x5...
core
[17:13:42.706] #0  0x00007fba32ca9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[17:13:42.706] #1  0x00007fba32c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[17:13:42.706] #2  0x00007fba32c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[17:13:42.706] #3  0x000055be03224432 in ExceptionalCondition (conditionName=conditionName@entry=0x55be034b2b88 "collati...
[17:13:42.706] #4  0x000055be02c8735d in exprSetCollation (expr=expr@entry=0x55be3514ee10, collation=collation@entry=0) ...
[17:13:42.706] #5  0x000055be02dbcec8 in assign_collations_walker (node=0x55be3514ee10, context=0x7fff7afb73b0) at ../sr...
[17:13:42.706] #6  0x000055be02c8abcd in expression_tree_walker_impl (node=0x55be351a2780, walker=0x55be02dbc2ee <assign...
[17:13:42.706] #7  0x000055be02c89b24 in expression_tree_walker_impl (node=node@entry=0x55be351a27d0, walker=walker@entr...
[17:13:42.706] #8  0x000055be02dbce96 in assign_collations_walker (node=node@entry=0x55be351a27d0, context=context@entry...
[17:13:42.706] #9  0x000055be02dbcf4c in assign_expr_collations (pstate=pstate@entry=0x55be3534d740, expr=expr@entry=0x5...
core
[17:13:45.585] #0  0x00007fae01ea9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[17:13:45.585] #1  0x00007fae01e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[17:13:45.585] #2  0x00007fae01e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[17:13:45.585] #3  0x000055b7df58f432 in ExceptionalCondition (conditionName=conditionName@entry=0x55b7df81db88 "collati...
[17:13:45.585] #4  0x000055b7deff235d in exprSetCollation (expr=expr@entry=0x55b7fb3c1140, collation=collation@entry=0) ...
[17:13:45.585] #5  0x000055b7df127ec8 in assign_collations_walker (node=0x55b7fb3c1140, context=0x7ffcda1944f0) at ../sr...
[17:13:45.585] #6  0x000055b7deff5bcd in expression_tree_walker_impl (node=0x55b7fb5f5780, walker=0x55b7df1272ee <assign...
[17:13:45.585] #7  0x000055b7deff4b24 in expression_tree_walker_impl (node=node@entry=0x55b7fb5f57d0, walker=walker@entr...
[17:13:45.585] #8  0x000055b7df127e96 in assign_collations_walker (node=node@entry=0x55b7fb5f57d0, context=context@entry...
[17:13:45.585] #9  0x000055b7df127f4c in assign_expr_collations (pstate=pstate@entry=0x55b7fb531880, expr=expr@entry=0x5...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_up...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-11-05 17:04:12.388703758 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/brin.out	2024-11-05 17:09:42.027843546 +00...
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-11-05 17:04:12.388703758 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/brin.out	2024-11-05 17:10:21.031807696 +...
@@ -363,229 +363,10 @@
 	END LOOP;
 END;
 $x$;
-RESET enable_seqscan;
-RESET enable_bitmapscan;
-INSERT INTO brintest SELECT
-	repeat(stringu1, 42)::bytea,
-	substr(stringu1, 1, 1)::"char",
-	stringu1::name, 142857 * tenthous,
-	thousand,
-	twothousand,
-	repeat(stringu1, 42),
-	unique1::oid,
-	format('(%s,%s)', tenthous, twenty)::tid,
-	(four + 1.0)/(hundred+1),
-	odd::float8 / (tenthous + 1),
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/build/testrun/regress/regress/resu...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-11-05 17:04:12.388703758 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/brin.out	2024-11-05 17:09:37.687847968 +0000
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
tap
[17:09:46.293](28.910s) not ok 5 - regression tests pass
[17:09:49.746](3.423s) not ok 6 - dump before running pg_upgrade
tap
[17:10:24.506](29.875s) not ok 2 - regression tests pass
test
[17:12:31.396]  25/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[17:12:31.396]  14/312 postgresql:regress / regress/regress                                            ERROR            ...
[17:12:31.396]  58/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
assertion
TRAP: failed Assert("collation == exprCollation((Node *) tent->expr)"), File: "../src/backend/nodes/nodeFuncs.c", Line: ...
assertion
TRAP: failed Assert("collation == exprCollation((Node *) tent->expr)"), File: "../src/backend/nodes/nodeFuncs.c", Line: ...
assertion
TRAP: failed Assert("collation == exprCollation((Node *) tent->expr)"), File: "../src/backend/nodes/nodeFuncs.c", Line: ...
core
00000009`813ff788 00007ffe`afc8b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000009`813ff790 00007ffe`ae254cb0     ntdll!TppWorkerThread+0x2df
00000009`813ffa80 00007ffe`afcfecdb     KERNEL32!BaseThreadInitThunk+0x10
00000009`813ffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000009`80ffdb00 00007ff6`8d895a78     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000009`80ffdb40 00007ff6`8d41c314     postgres!ExceptionalCondition(
00000009`80ffdb80 00007ff6`8d4f7c04     postgres!exprSetCollation(
00000009`80ffdc80 00007ff6`8d41f000     postgres!assign_collations_walker(
00000009`80ffde30 00007ff6`8d41e226     postgres!expression_tree_walker_impl(
00000009`80ffe010 00007ff6`8d4f7b11     postgres!expression_tree_walker_impl(
00000009`80ffe1f0 00007ff6`8d4f6e6f     postgres!assign_collations_walker(
00000009`80ffe3a0 00007ff6`8d2cc25c     postgres!assign_expr_collations(
00000009`80ffe3f0 00007ff6`8d66ad93     postgres!AlterPolicy(
00000009`80ffe650 00007ff6`8d66645f     postgres!ProcessUtilitySlow(
core
00000009`817ffbb8 00007ffe`ad7b45ca     ntdll!NtFsControlFile+0x14
00000009`817ffbc0 00007ff6`8d54814b     KERNELBASE!ConnectNamedPipe+0x6a
00000009`817ffc30 00007ffe`ae254cb0     postgres!pg_signal_thread(
00000009`817ffd30 00007ffe`afcfecdb     KERNEL32!BaseThreadInitThunk+0x10
00000009`817ffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000009`81bff6b8 00007ffe`ad76d71e     ntdll!NtWaitForSingleObject+0x14
00000009`81bff6c0 00007ff6`8d549bec     KERNELBASE!WaitForSingleObjectEx+0x8e
00000009`81bff760 00007ffe`ae254cb0     postgres!pg_timer_thread(
00000009`81bff7a0 00007ffe`afcfecdb     KERNEL32!BaseThreadInitThunk+0x10
00000009`81bff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000009`81fff678 00007ffe`afc8b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000009`81fff680 00007ffe`ae254cb0     ntdll!TppWorkerThread+0x2df
00000009`81fff970 00007ffe`afcfecdb     KERNEL32!BaseThreadInitThunk+0x10
00000009`81fff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000052`bc9ffb48 00007ffe`afc8b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000052`bc9ffb50 00007ffe`ae254cb0     ntdll!TppWorkerThread+0x2df
00000052`bc9ffe40 00007ffe`afcfecdb     KERNEL32!BaseThreadInitThunk+0x10
00000052`bc9ffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000052`bc5fdb90 00007ff6`8d895a78     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000052`bc5fdbd0 00007ff6`8d41c314     postgres!ExceptionalCondition(
00000052`bc5fdc10 00007ff6`8d4f7c04     postgres!exprSetCollation(
00000052`bc5fdd10 00007ff6`8d41f000     postgres!assign_collations_walker(
00000052`bc5fdec0 00007ff6`8d41e226     postgres!expression_tree_walker_impl(
00000052`bc5fe0a0 00007ff6`8d4f7b11     postgres!expression_tree_walker_impl(
00000052`bc5fe280 00007ff6`8d4f6e6f     postgres!assign_collations_walker(
00000052`bc5fe430 00007ff6`8d2cc25c     postgres!assign_expr_collations(
00000052`bc5fe480 00007ff6`8d66ad93     postgres!AlterPolicy(
00000052`bc5fe6e0 00007ff6`8d66645f     postgres!ProcessUtilitySlow(
core
00000052`bd5ffb98 00007ffe`ad76d71e     ntdll!NtWaitForSingleObject+0x14
00000052`bd5ffba0 00007ff6`8d549bec     KERNELBASE!WaitForSingleObjectEx+0x8e
00000052`bd5ffc40 00007ffe`ae254cb0     postgres!pg_timer_thread(
00000052`bd5ffc80 00007ffe`afcfecdb     KERNEL32!BaseThreadInitThunk+0x10
00000052`bd5ffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000052`bcdffac8 00007ffe`ad7b45ca     ntdll!NtFsControlFile+0x14
00000052`bcdffad0 00007ff6`8d54814b     KERNELBASE!ConnectNamedPipe+0x6a
00000052`bcdffb40 00007ffe`ae254cb0     postgres!pg_signal_thread(
00000052`bcdffc40 00007ffe`afcfecdb     KERNEL32!BaseThreadInitThunk+0x10
00000052`bcdffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000052`bd1ffba8 00007ffe`afc8b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000052`bd1ffbb0 00007ffe`ae254cb0     ntdll!TppWorkerThread+0x2df
00000052`bd1ffea0 00007ffe`afcfecdb     KERNEL32!BaseThreadInitThunk+0x10
00000052`bd1ffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000089`fa5ff928 00007ffe`afc8b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000089`fa5ff930 00007ffe`ae254cb0     ntdll!TppWorkerThread+0x2df
00000089`fa5ffc20 00007ffe`afcfecdb     KERNEL32!BaseThreadInitThunk+0x10
00000089`fa5ffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000089`fadff5d8 00007ffe`afc8b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000089`fadff5e0 00007ffe`ae254cb0     ntdll!TppWorkerThread+0x2df
00000089`fadff8d0 00007ffe`afcfecdb     KERNEL32!BaseThreadInitThunk+0x10
00000089`fadff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000089`fb1ff998 00007ffe`ad76d71e     ntdll!NtWaitForSingleObject+0x14
00000089`fb1ff9a0 00007ff6`8d549bec     KERNELBASE!WaitForSingleObjectEx+0x8e
00000089`fb1ffa40 00007ffe`ae254cb0     postgres!pg_timer_thread(
00000089`fb1ffa80 00007ffe`afcfecdb     KERNEL32!BaseThreadInitThunk+0x10
00000089`fb1ffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000089`fa9ff9a8 00007ffe`ad7b45ca     ntdll!NtFsControlFile+0x14
00000089`fa9ff9b0 00007ff6`8d54814b     KERNELBASE!ConnectNamedPipe+0x6a
00000089`fa9ffa20 00007ffe`ae254cb0     postgres!pg_signal_thread(
00000089`fa9ffb20 00007ffe`afcfecdb     KERNEL32!BaseThreadInitThunk+0x10
00000089`fa9ffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000089`fa1fdbe0 00007ff6`8d895a78     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000089`fa1fdc20 00007ff6`8d41c314     postgres!ExceptionalCondition(
00000089`fa1fdc60 00007ff6`8d4f7c04     postgres!exprSetCollation(
00000089`fa1fdd60 00007ff6`8d41f000     postgres!assign_collations_walker(
00000089`fa1fdf10 00007ff6`8d41e226     postgres!expression_tree_walker_impl(
00000089`fa1fe0f0 00007ff6`8d4f7b11     postgres!expression_tree_walker_impl(
00000089`fa1fe2d0 00007ff6`8d4f6e6f     postgres!assign_collations_walker(
00000089`fa1fe480 00007ff6`8d2cc25c     postgres!assign_expr_collations(
00000089`fa1fe4d0 00007ff6`8d66ad93     postgres!AlterPolicy(
00000089`fa1fe730 00007ff6`8d66645f     postgres!ProcessUtilitySlow(
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/brin.out C:/cirrus/build/testrun/pg_upgrade/002_pg_upgr...
--- C:/cirrus/src/test/regress/expected/brin.out	2024-11-05 17:04:26.033584500 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/brin.out	2024-11-05 17:07:20.015810700 +0000
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/brin.out C:/cirrus/build/testrun/recovery/027_stream_re...
--- C:/cirrus/src/test/regress/expected/brin.out	2024-11-05 17:04:26.033584500 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/brin.out	2024-11-05 17:09:12.400114700 +0000
@@ -588,4 +588,10 @@
 CREATE INDEX brin_insert_optimization_idx ON brin_insert_optimization USING brin (a);
 UPDATE brin_insert_optimization SET a = a;
 REINDEX INDEX CONCURRENTLY brin_insert_optimization_idx;
-DROP TABLE brin_insert_optimization;
+WARNING:  terminating connection because of crash of another server process
+DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because anothe...
+HINT:  In a moment you should be able to reconnect to the database and repeat your command.
+server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
+connection to server was lost
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/privileges.out C:/cirrus/build/testrun/recovery/027_str...
--- C:/cirrus/src/test/regress/expected/privileges.out	2024-11-05 17:04:26.152285600 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/privileges.out	2024-11-05 17:09:12.400114700 +0000
@@ -1775,1508 +1775,10 @@
 -- Do the same concurrently
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/brin.out C:/cirrus/build/testrun/regress/regress/result...
--- C:/cirrus/src/test/regress/expected/brin.out	2024-11-05 17:04:26.033584500 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/brin.out	2024-11-05 17:07:18.746783000 +0000
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
tap
[17:07:59.918](88.385s) not ok 5 - regression tests pass
[17:08:04.631](4.665s) not ok 6 - dump before running pg_upgrade
tap
[17:09:41.495](81.722s) not ok 2 - regression tests pass
test
[17:16:35.108]  21/307 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[17:16:35.108]  19/307 postgresql:regress / regress/regress                                            ERROR           1...
[17:16:35.108]  49/307 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
51/5246 Allow SQL functions use CachedPlan machinery
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upg...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-11-05 15:26:39.236470000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/xml.out	2024-11-05 15:28:33.707939000 +000...
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-11-05 15:26:39.236470000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/xml.out	2024-11-05 15:29:22.570424000 +0...
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/regress/regress/resul...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-11-05 15:26:39.236470000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/xml.out	2024-11-05 15:28:32.090658000 +0000
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
tap
[15:28:50.061](62.746s) not ok 5 - regression tests pass
tap
[15:29:37.950](74.539s) not ok 2 - regression tests pass
test
[15:31:31.833]  40/312 postgresql:regress / regress/regress                                            ERROR            ...
[15:31:31.833]  89/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[15:31:31.833] 152/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/result...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-11-05 15:26:36.788154594 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/xml.out	2024-11-05 15:33:30.738959801 +0000
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-11-05 15:26:36.788154594 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/xml.out	2024-11-05 15:34:47.667142915 +0000
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/src/test/regress/results/xml.out
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-11-05 15:26:36.788154594 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/xml.out	2024-11-05 15:31:04.450016193 +0000
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
tap
[15:33:37.425](112.551s) not ok 5 - regression tests pass
tap
[15:34:54.093](64.145s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upg...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-11-05 15:26:35.609836725 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/xml.out	2024-11-05 15:30:32.189706200 +000...
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-11-05 15:26:35.609836725 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/xml.out	2024-11-05 15:31:11.297247588 +0...
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/regress/regress/resul...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-11-05 15:26:35.609836725 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/xml.out	2024-11-05 15:30:27.129855363 +0000
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
tap
[15:30:43.678](67.856s) not ok 5 - regression tests pass
tap
[15:31:20.272](71.499s) not ok 2 - regression tests pass
test
[15:32:56.431]  43/312 postgresql:regress / regress/regress                                            ERROR            ...
[15:32:56.431] 128/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[15:32:56.431] 155/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/xml.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade...
--- /Users/admin/pgsql/src/test/regress/expected/xml.out	2024-11-05 15:26:32
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/xml.out	2024-11-05 15:29:02
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/xml.out /Users/admin/pgsql/build/testrun/recovery/027_stream_regre...
--- /Users/admin/pgsql/src/test/regress/expected/xml.out	2024-11-05 15:26:32
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/xml.out	2024-11-05 15:30:15
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/xml.out /Users/admin/pgsql/build/testrun/regress/regress/results/x...
--- /Users/admin/pgsql/src/test/regress/expected/xml.out	2024-11-05 15:26:32
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/xml.out	2024-11-05 15:29:03
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
tap
[15:29:12.535](56.783s) not ok 5 - regression tests pass
tap
[15:30:27.484](71.733s) not ok 2 - regression tests pass
test
[15:33:23.553]  25/312 postgresql:regress / regress/regress                                            ERROR            ...
[15:33:23.553]  46/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[15:33:23.553] 134/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
50/5068 Allow logical decoding to output generated columns
Linux - Debian Bookworm - Meson
core
[15:15:32.902] #0  0x00007fec4b4a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:15:32.902] #1  0x00007fec4b45afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[15:15:32.902] #2  0x00007fec4b445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[15:15:32.902] #3  0x00007fec4b61e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[15:15:32.902] #4  0x00007fec4b62aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[15:15:32.902] #5  0x00007fec4b60dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x7fec49033a7...
[15:15:32.902] #6  0x00007fec490284ee in send_relation_and_attrs (relation=relation@entry=0x7fec4851d3d0, xid=xid@entry=...
[15:15:32.902] #7  0x00007fec490288d6 in maybe_send_schema (ctx=ctx@entry=0x564193857bf0, change=change@entry=0x56419388...
[15:15:32.902] #8  0x00007fec4902ab00 in pgoutput_change (ctx=0x564193857bf0, txn=0x564193888b70, relation=0x7fec4851d3d...
[15:15:32.902] #9  0x000056417e8fec86 in change_cb_wrapper (cache=<optimized out>, txn=<optimized out>, relation=<optimi...
core
[15:15:33.353] #0  <unavailable> in ?? ()
core
[15:15:33.353] #0  0x00007f8111eaed24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[15:15:33.353] #1  0x00007f8111e5b239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[15:15:33.353] #2  0x00007f8111f16184 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:15:33.353] #3  0x00007f8111f287dc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
tap
[15:14:17.573](198.525s) # poll_query_until timed out executing this query:
test
[15:14:17.759] 312/312 postgresql:subscription / subscription/031_column_list                          ERROR           2...
51/5323 Support enabling checksums online
CompilerWarnings
compiler
[13:19:07.960] datachecksumsworker.c:590:67: error: format ‘%d’ expects argument of type ‘int’, but argument 5 has type ...
FreeBSD - 13 - Meson
core
[13:15:15.382] #0  0x00005828409765da in ?? () from /libexec/ld-elf.so.1
[13:15:15.382] #1  0x00005828409726ec in ?? () from /libexec/ld-elf.so.1
[13:15:15.382] #2  0x0000000000000000 in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/rules.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_u...
--- /tmp/cirrus-ci-build/src/test/regress/expected/rules.out	2024-11-05 13:04:30.863864000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/rules.out	2024-11-05 13:07:05.137567000 +0...
@@ -2032,6 +2032,34 @@
     s.param15 AS partitions_done
    FROM (pg_stat_get_progress_info('CREATE INDEX'::text) s(pid, datid, relid, param1, param2, param3, param4, param5, p...
      LEFT JOIN pg_database d ON ((s.datid = d.oid)));
+pg_stat_progress_data_checksums| SELECT s.pid,
+    s.datid,
+    d.datname,
+        CASE s.param1
+            WHEN 0 THEN 'enabling'::text
+            WHEN 1 THEN 'disabling'::text
+            WHEN 2 THEN 'waiting'::text
+            WHEN 3 THEN 'waiting on backends'::text
+            WHEN 4 THEN 'waiting on temporary tables'::text
+            WHEN 5 THEN 'done'::text
+            ELSE NULL::text
+        END AS phase,
+        CASE s.param2
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/rules.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream...
--- /tmp/cirrus-ci-build/src/test/regress/expected/rules.out	2024-11-05 13:04:30.863864000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/rules.out	2024-11-05 13:07:51.975760000 ...
@@ -2032,6 +2032,34 @@
     s.param15 AS partitions_done
    FROM (pg_stat_get_progress_info('CREATE INDEX'::text) s(pid, datid, relid, param1, param2, param3, param4, param5, p...
      LEFT JOIN pg_database d ON ((s.datid = d.oid)));
+pg_stat_progress_data_checksums| SELECT s.pid,
+    s.datid,
+    d.datname,
+        CASE s.param1
+            WHEN 0 THEN 'enabling'::text
+            WHEN 1 THEN 'disabling'::text
+            WHEN 2 THEN 'waiting'::text
+            WHEN 3 THEN 'waiting on backends'::text
+            WHEN 4 THEN 'waiting on temporary tables'::text
+            WHEN 5 THEN 'done'::text
+            ELSE NULL::text
+        END AS phase,
+        CASE s.param2
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/rules.out /tmp/cirrus-ci-build/build/testrun/regress/regress/res...
--- /tmp/cirrus-ci-build/src/test/regress/expected/rules.out	2024-11-05 13:04:30.863864000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/rules.out	2024-11-05 13:07:03.471479000 +0000
@@ -2032,6 +2032,34 @@
     s.param15 AS partitions_done
    FROM (pg_stat_get_progress_info('CREATE INDEX'::text) s(pid, datid, relid, param1, param2, param3, param4, param5, p...
      LEFT JOIN pg_database d ON ((s.datid = d.oid)));
+pg_stat_progress_data_checksums| SELECT s.pid,
+    s.datid,
+    d.datname,
+        CASE s.param1
+            WHEN 0 THEN 'enabling'::text
+            WHEN 1 THEN 'disabling'::text
+            WHEN 2 THEN 'waiting'::text
+            WHEN 3 THEN 'waiting on backends'::text
+            WHEN 4 THEN 'waiting on temporary tables'::text
+            WHEN 5 THEN 'done'::text
+            ELSE NULL::text
+        END AS phase,
+        CASE s.param2
...
tap
[13:14:04.704](219.078s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /tmp/cirrus-ci-build/src/test/checksum/t/003_standby_restarts.pl line 65.
tap
[13:08:47.154](0.000s) not ok 23 - data_checksums=on is reported on an offline cluster stdout /(?^:^on$)/
tap
[13:07:43.580](73.740s) not ok 5 - regression tests pass
tap
[13:08:30.101](81.886s) not ok 2 - regression tests pass
test
[13:14:05.046]  29/316 postgresql:regress / regress/regress                                            ERROR            ...
[13:14:05.046]  99/316 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[13:14:05.046] 152/316 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
[13:14:05.046] 153/316 postgresql:pg_checksums / pg_checksums/002_actions                              ERROR            ...
[13:14:05.046] 316/316 postgresql:checksums / checksums/003_standby_restarts                           ERROR           2...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/rules.out /tmp/cirrus-ci-build/src/test/recovery/tmp_check/resul...
--- /tmp/cirrus-ci-build/src/test/regress/expected/rules.out	2024-11-05 13:04:26.517580764 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/rules.out	2024-11-05 13:13:42.774878613 +0000
@@ -2032,6 +2032,34 @@
     s.param15 AS partitions_done
    FROM (pg_stat_get_progress_info('CREATE INDEX'::text) s(pid, datid, relid, param1, param2, param3, param4, param5, p...
      LEFT JOIN pg_database d ON ((s.datid = d.oid)));
+pg_stat_progress_data_checksums| SELECT s.pid,
+    s.datid,
+    d.datname,
+        CASE s.param1
+            WHEN 0 THEN 'enabling'::text
+            WHEN 1 THEN 'disabling'::text
+            WHEN 2 THEN 'waiting'::text
+            WHEN 3 THEN 'waiting on backends'::text
+            WHEN 4 THEN 'waiting on temporary tables'::text
+            WHEN 5 THEN 'done'::text
+            ELSE NULL::text
+        END AS phase,
+        CASE s.param2
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/rules.out /tmp/cirrus-ci-build/src/test/regress/results/rules.ou...
--- /tmp/cirrus-ci-build/src/test/regress/expected/rules.out	2024-11-05 13:04:26.517580764 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/rules.out	2024-11-05 13:10:01.300954354 +0000
@@ -2032,6 +2032,34 @@
     s.param15 AS partitions_done
    FROM (pg_stat_get_progress_info('CREATE INDEX'::text) s(pid, datid, relid, param1, param2, param3, param4, param5, p...
      LEFT JOIN pg_database d ON ((s.datid = d.oid)));
+pg_stat_progress_data_checksums| SELECT s.pid,
+    s.datid,
+    d.datname,
+        CASE s.param1
+            WHEN 0 THEN 'enabling'::text
+            WHEN 1 THEN 'disabling'::text
+            WHEN 2 THEN 'waiting'::text
+            WHEN 3 THEN 'waiting on backends'::text
+            WHEN 4 THEN 'waiting on temporary tables'::text
+            WHEN 5 THEN 'done'::text
+            ELSE NULL::text
+        END AS phase,
+        CASE s.param2
...
tap
[13:10:02.405](0.001s) not ok 23 - data_checksums=on is reported on an offline cluster stdout /(?^:^on$)/
tap
[13:14:10.244](62.961s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/rules.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_u...
--- /tmp/cirrus-ci-build/src/test/regress/expected/rules.out	2024-11-05 13:04:26.003852448 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/rules.out	2024-11-05 13:10:04.551186010 +0...
@@ -2032,6 +2032,34 @@
     s.param15 AS partitions_done
    FROM (pg_stat_get_progress_info('CREATE INDEX'::text) s(pid, datid, relid, param1, param2, param3, param4, param5, p...
      LEFT JOIN pg_database d ON ((s.datid = d.oid)));
+pg_stat_progress_data_checksums| SELECT s.pid,
+    s.datid,
+    d.datname,
+        CASE s.param1
+            WHEN 0 THEN 'enabling'::text
+            WHEN 1 THEN 'disabling'::text
+            WHEN 2 THEN 'waiting'::text
+            WHEN 3 THEN 'waiting on backends'::text
+            WHEN 4 THEN 'waiting on temporary tables'::text
+            WHEN 5 THEN 'done'::text
+            ELSE NULL::text
+        END AS phase,
+        CASE s.param2
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/rules.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream...
--- /tmp/cirrus-ci-build/src/test/regress/expected/rules.out	2024-11-05 13:04:26.003852448 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/rules.out	2024-11-05 13:10:48.595162947 ...
@@ -2032,6 +2032,34 @@
     s.param15 AS partitions_done
    FROM (pg_stat_get_progress_info('CREATE INDEX'::text) s(pid, datid, relid, param1, param2, param3, param4, param5, p...
      LEFT JOIN pg_database d ON ((s.datid = d.oid)));
+pg_stat_progress_data_checksums| SELECT s.pid,
+    s.datid,
+    d.datname,
+        CASE s.param1
+            WHEN 0 THEN 'enabling'::text
+            WHEN 1 THEN 'disabling'::text
+            WHEN 2 THEN 'waiting'::text
+            WHEN 3 THEN 'waiting on backends'::text
+            WHEN 4 THEN 'waiting on temporary tables'::text
+            WHEN 5 THEN 'done'::text
+            ELSE NULL::text
+        END AS phase,
+        CASE s.param2
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/rules.out /tmp/cirrus-ci-build/build/testrun/regress/regress/res...
--- /tmp/cirrus-ci-build/src/test/regress/expected/rules.out	2024-11-05 13:04:26.003852448 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/rules.out	2024-11-05 13:10:00.039188682 +0000
@@ -2032,6 +2032,34 @@
     s.param15 AS partitions_done
    FROM (pg_stat_get_progress_info('CREATE INDEX'::text) s(pid, datid, relid, param1, param2, param3, param4, param5, p...
      LEFT JOIN pg_database d ON ((s.datid = d.oid)));
+pg_stat_progress_data_checksums| SELECT s.pid,
+    s.datid,
+    d.datname,
+        CASE s.param1
+            WHEN 0 THEN 'enabling'::text
+            WHEN 1 THEN 'disabling'::text
+            WHEN 2 THEN 'waiting'::text
+            WHEN 3 THEN 'waiting on backends'::text
+            WHEN 4 THEN 'waiting on temporary tables'::text
+            WHEN 5 THEN 'done'::text
+            ELSE NULL::text
+        END AS phase,
+        CASE s.param2
...
tap
[13:11:29.312](0.000s) not ok 23 - data_checksums=on is reported on an offline cluster stdout /(?^:^on$)/
tap
[13:10:43.817](76.915s) not ok 5 - regression tests pass
tap
[13:11:17.269](75.519s) not ok 2 - regression tests pass
test
[13:13:02.265]  34/316 postgresql:regress / regress/regress                                            ERROR            ...
[13:13:02.265] 132/316 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[13:13:02.265] 153/316 postgresql:pg_checksums / pg_checksums/002_actions                              ERROR            ...
[13:13:02.265] 155/316 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
macOS - Sonoma - Meson
core
[13:16:13.228]   * frame #0: 0x0000000100ab0b70 dyld`_dyld_start
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/rules.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgra...
--- /Users/admin/pgsql/src/test/regress/expected/rules.out	2024-11-05 13:04:29
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/rules.out	2024-11-05 13:07:28
@@ -2031,6 +2031,34 @@
     s.param14 AS partitions_total,
     s.param15 AS partitions_done
    FROM (pg_stat_get_progress_info('CREATE INDEX'::text) s(pid, datid, relid, param1, param2, param3, param4, param5, p...
+     LEFT JOIN pg_database d ON ((s.datid = d.oid)));
+pg_stat_progress_data_checksums| SELECT s.pid,
+    s.datid,
+    d.datname,
+        CASE s.param1
+            WHEN 0 THEN 'enabling'::text
+            WHEN 1 THEN 'disabling'::text
+            WHEN 2 THEN 'waiting'::text
+            WHEN 3 THEN 'waiting on backends'::text
+            WHEN 4 THEN 'waiting on temporary tables'::text
+            WHEN 5 THEN 'done'::text
+            ELSE NULL::text
+        END AS phase,
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/rules.out /Users/admin/pgsql/build/testrun/recovery/027_stream_reg...
--- /Users/admin/pgsql/src/test/regress/expected/rules.out	2024-11-05 13:04:29
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/rules.out	2024-11-05 13:09:10
@@ -2031,6 +2031,34 @@
     s.param14 AS partitions_total,
     s.param15 AS partitions_done
    FROM (pg_stat_get_progress_info('CREATE INDEX'::text) s(pid, datid, relid, param1, param2, param3, param4, param5, p...
+     LEFT JOIN pg_database d ON ((s.datid = d.oid)));
+pg_stat_progress_data_checksums| SELECT s.pid,
+    s.datid,
+    d.datname,
+        CASE s.param1
+            WHEN 0 THEN 'enabling'::text
+            WHEN 1 THEN 'disabling'::text
+            WHEN 2 THEN 'waiting'::text
+            WHEN 3 THEN 'waiting on backends'::text
+            WHEN 4 THEN 'waiting on temporary tables'::text
+            WHEN 5 THEN 'done'::text
+            ELSE NULL::text
+        END AS phase,
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/rules.out /Users/admin/pgsql/build/testrun/regress/regress/results...
--- /Users/admin/pgsql/src/test/regress/expected/rules.out	2024-11-05 13:04:29
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/rules.out	2024-11-05 13:07:26
@@ -2031,6 +2031,34 @@
     s.param14 AS partitions_total,
     s.param15 AS partitions_done
    FROM (pg_stat_get_progress_info('CREATE INDEX'::text) s(pid, datid, relid, param1, param2, param3, param4, param5, p...
+     LEFT JOIN pg_database d ON ((s.datid = d.oid)));
+pg_stat_progress_data_checksums| SELECT s.pid,
+    s.datid,
+    d.datname,
+        CASE s.param1
+            WHEN 0 THEN 'enabling'::text
+            WHEN 1 THEN 'disabling'::text
+            WHEN 2 THEN 'waiting'::text
+            WHEN 3 THEN 'waiting on backends'::text
+            WHEN 4 THEN 'waiting on temporary tables'::text
+            WHEN 5 THEN 'done'::text
+            ELSE NULL::text
+        END AS phase,
...
tap
[13:10:06.806](0.001s) not ok 23 - data_checksums=on is reported on an offline cluster stdout /(?^:^on$)/
tap
[13:07:52.774](63.824s) not ok 5 - regression tests pass
tap
[13:09:41.662](94.658s) not ok 2 - regression tests pass
test
[13:12:42.678]  25/316 postgresql:regress / regress/regress                                            ERROR            ...
[13:12:42.678]  43/316 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[13:12:42.678] 143/316 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
[13:12:42.678] 153/316 postgresql:pg_checksums / pg_checksums/002_actions                              ERROR            ...
51/4942 Avoid orphaned objects dependencies, take 3
Linux - Debian Bookworm - Autoconf
core
[12:55:23.277] #0  0x00007fa6448c8ae3 in ?? () from /lib64/ld-linux-x86-64.so.2
[12:55:23.277] #1  0x00007fa6448af6b8 in ?? () from /lib64/ld-linux-x86-64.so.2
[12:55:23.277] #2  0x00007fa6448b0075 in ?? () from /lib64/ld-linux-x86-64.so.2
[12:55:23.277] #3  0x00007fa6448aa261 in ?? () from /lib64/ld-linux-x86-64.so.2
[12:55:23.277] #4  0x00007fa6448c02f1 in _dl_catch_exception () from /lib64/ld-linux-x86-64.so.2
[12:55:23.277] #5  0x00007fa6448aa5ca in ?? () from /lib64/ld-linux-x86-64.so.2
[12:55:23.277] #6  0x00007fa6448c597a in ?? () from /lib64/ld-linux-x86-64.so.2
[12:55:23.277] #7  0x00007fa6448c222f in ?? () from /lib64/ld-linux-x86-64.so.2
[12:55:23.277] #8  0x00007fa6448c3bac in ?? () from /lib64/ld-linux-x86-64.so.2
[12:55:23.277] #9  0x00007fa6448c2a58 in ?? () from /lib64/ld-linux-x86-64.so.2
core
[12:55:23.418] #0  0x00007ff4f6f0cb13 in wait4 () from /lib/x86_64-linux-gnu/libc.so.6
[12:55:23.418] #1  0x000055c61ce57cc0 in ?? ()
[12:55:23.418] #2  0x000055c61ce57efa in ?? ()
[12:55:23.418] #3  0x000055c61ce59630 in ?? ()
[12:55:23.418] #4  0x000055c61ce53371 in ?? ()
[12:55:23.418] #5  0x000055c61ce5220f in ?? ()
[12:55:23.418] #6  0x000055c61ce52c3b in ?? ()
[12:55:23.418] #7  0x000055c61ce5066f in ?? ()
[12:55:23.418] #8  0x00007ff4f6e6024a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:55:23.418] #9  0x00007ff4f6e60305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
regress
diff -U3 /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/query_cancel.out /tmp/cirrus-ci-build/contrib/postgres_fdw/r...
--- /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/query_cancel.out	2024-11-05 12:42:56.182351518 +0000
+++ /tmp/cirrus-ci-build/contrib/postgres_fdw/results/query_cancel.out	2024-11-05 12:50:34.875268222 +0000
@@ -29,4 +29,5 @@
 -- This would take very long if not canceled:
 SELECT count(*) FROM ft1 a CROSS JOIN ft1 b CROSS JOIN ft1 c CROSS JOIN ft1 d;
 ERROR:  canceling statement due to statement timeout
+WARNING:  could not get result of cancel request due to timeout
 COMMIT;
51/5004 CREATE INDEX CONCURRENTLY for partitioned tables
FreeBSD - 13 - Meson
core
[12:54:50.809] #0  0x000000082d88d8fa in _sigprocmask () from /lib/libc.so.7
[12:54:50.809] #1  0x000000082d8c6f91 in _system () from /lib/libc.so.7
[12:54:50.809] #2  0x000000082c2ad9d3 in ?? () from /lib/libthr.so.3
[12:54:50.809] #3  0x000000000066afc5 in RestoreArchivedFile (path=path@entry=0x8214af1d0 "pg_wal/00000002", '0' <repeat...
[12:54:50.809] #4  0x0000000000652048 in existsTimeLineHistory (probeTLI=probeTLI@entry=3) at ../src/backend/access/tran...
[12:54:50.809] #5  0x0000000000652108 in findNewestTimeLine (startTLI=startTLI@entry=2) at ../src/backend/access/transam...
[12:54:50.809] #6  0x00000000006763db in rescanLatestTimeLine (replayTLI=replayTLI@entry=2, replayLSN=replayLSN@entry=67...
[12:54:50.809] #7  0x0000000000672633 in WaitForWALToBecomeAvailable (RecPtr=67210840, tliRecPtr=67210816, replayTLI=2, ...
[12:54:50.809] #8  XLogPageRead (xlogreader=0x834ddc130, targetPagePtr=67207168, reqLen=3672, targetRecPtr=67210816, rea...
[12:54:50.809] #9  0x0000000000679322 in ReadPageInternal (state=state@entry=0x834ddc130, pageptr=67207168, reqLen=3672)...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_p...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-11-05 12:36:16.351047000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/indexing.out	2024-11-05 12:38:11.310685000...
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/recovery/027_str...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-11-05 12:36:16.351047000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/indexing.out	2024-11-05 12:38:49.3674730...
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/regress/regress/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-11-05 12:36:16.351047000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/indexing.out	2024-11-05 12:38:07.365960000 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[12:38:14.399](72.924s) not ok 5 - regression tests pass
tap
[12:38:51.420](71.158s) not ok 2 - regression tests pass
test
[12:53:39.291]  42/312 postgresql:regress / regress/regress                                            ERROR            ...
[12:53:39.291]  89/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[12:53:39.291] 141/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[12:53:39.291] 312/312 postgresql:isolation / isolation/isolation                                      TIMEOUT        10...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-11-05 12:35:40.655501638 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/indexing.out	2024-11-05 12:41:19.121403102 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/partitioned-cic.out /tmp/cirrus-ci-build/src/test/isolation/ou...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/partitioned-cic.out	2024-11-05 12:35:40.491501634 +0000
+++ /tmp/cirrus-ci-build/src/test/isolation/output_iso/results/partitioned-cic.out	2024-11-05 13:03:09.508167364 +0000
@@ -3,10 +3,14 @@
 starting permutation: lock_p1 cic insert drop2 commit chk_content
 step lock_p1: lock cictab_part_1 in row exclusive mode;
 step cic: CREATE INDEX CONCURRENTLY ON cictab(i); <waiting ...>
-step insert: insert into cictab values (1, 1), (11, 1);
-step drop2: DROP TABLE cictab_part_2;
+step insert: insert into cictab values (1, 1), (11, 1); <waiting ...>
+isolationtester: canceling step insert after 360 seconds
+step insert: <... completed>
+ERROR:  canceling statement due to user request
+step drop2: DROP TABLE cictab_part_2; <waiting ...>
 step commit: COMMIT;
 step cic: <... completed>
+step drop2: <... completed>
 step chk_content: 
   set enable_seqscan to off;
   explain (costs off) select * from cictab where i > 0;
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/src/test/recovery/tmp_check/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-11-05 12:35:40.655501638 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/indexing.out	2024-11-05 12:42:42.789347776 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/src/test/regress/results/index...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-11-05 12:35:40.655501638 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/indexing.out	2024-11-05 12:39:19.149602761 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[12:41:21.834](96.259s) not ok 5 - regression tests pass
tap
[12:42:45.614](56.260s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Meson
core
[12:55:15.054] #0  <unavailable> in ?? ()
core
[12:55:15.192] #0  0x00007fdc1cda6d24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[12:55:15.192] #1  0x00007fdc1cd53239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[12:55:15.192] #2  0x00007fdc1cd53497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[12:55:15.192] #3  0x000055c8cb9665c1 in ?? ()
[12:55:15.192] #4  0x000055c8cb960369 in ?? ()
[12:55:15.192] #5  0x000055c8cb95f20f in ?? ()
[12:55:15.192] #6  0x000055c8cb95fc3b in ?? ()
[12:55:15.192] #7  0x000055c8cb95d66f in ?? ()
[12:55:15.192] #8  0x00007fdc1cd3e24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:55:15.192] #9  0x00007fdc1cd3e305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[12:55:15.054] #0  0x00007fdc1cda6d24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[12:55:15.054] #1  0x00007fdc1cd53239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[12:55:15.054] #2  0x00007fdc1cd53497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[12:55:15.054] #3  0x000055c8cb9665f3 in ?? ()
[12:55:15.054] #4  0x000055c8cb960369 in ?? ()
[12:55:15.054] #5  0x000055c8cb95f20f in ?? ()
[12:55:15.054] #6  0x000055c8cb95fc3b in ?? ()
[12:55:15.054] #7  0x000055c8cb95d66f in ?? ()
[12:55:15.054] #8  0x00007fdc1cd3e24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:55:15.054] #9  0x00007fdc1cd3e305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_p...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-11-05 12:35:40.482905745 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/indexing.out	2024-11-05 12:38:51.536776487...
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/recovery/027_str...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-11-05 12:35:40.482905745 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/indexing.out	2024-11-05 12:39:24.4248110...
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/regress/regress/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-11-05 12:35:40.482905745 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/indexing.out	2024-11-05 12:38:49.472772272 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[12:38:53.396](76.729s) not ok 5 - regression tests pass
tap
[12:39:27.263](75.176s) not ok 2 - regression tests pass
test
[12:54:12.960]  43/312 postgresql:regress / regress/regress                                            ERROR            ...
[12:54:12.960] 110/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[12:54:12.960] 146/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[12:54:12.960] 312/312 postgresql:isolation / isolation/isolation                                      TIMEOUT        10...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/indexing.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_up...
--- /Users/admin/pgsql/src/test/regress/expected/indexing.out	2024-11-05 12:35:44
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/indexing.out	2024-11-05 12:38:02
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/indexing.out /Users/admin/pgsql/build/testrun/recovery/027_stream_...
--- /Users/admin/pgsql/src/test/regress/expected/indexing.out	2024-11-05 12:35:44
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/indexing.out	2024-11-05 12:39:07
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/indexing.out /Users/admin/pgsql/build/testrun/regress/regress/resu...
--- /Users/admin/pgsql/src/test/regress/expected/indexing.out	2024-11-05 12:35:44
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/indexing.out	2024-11-05 12:38:01
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[12:38:05.175](62.429s) not ok 5 - regression tests pass
tap
[12:39:10.018](63.546s) not ok 2 - regression tests pass
test
[12:53:39.381]  27/312 postgresql:regress / regress/regress                                            ERROR            ...
[12:53:39.381]  48/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[12:53:39.381] 135/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[12:53:39.381] 312/312 postgresql:isolation / isolation/isolation                                      TIMEOUT        10...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/indexing.out C:/cirrus/build/testrun/pg_upgrade/002_pg_...
--- C:/cirrus/src/test/regress/expected/indexing.out	2024-11-05 12:37:50.012578200 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/indexing.out	2024-11-05 12:41:41.220305100 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/indexing.out C:/cirrus/build/testrun/recovery/027_strea...
--- C:/cirrus/src/test/regress/expected/indexing.out	2024-11-05 12:37:50.012578200 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/indexing.out	2024-11-05 12:43:53.281845500 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/indexing.out C:/cirrus/build/testrun/regress/regress/re...
--- C:/cirrus/src/test/regress/expected/indexing.out	2024-11-05 12:37:50.012578200 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/indexing.out	2024-11-05 12:41:33.229081300 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[12:41:48.959](113.631s) not ok 5 - regression tests pass
tap
[12:44:01.762](118.212s) not ok 2 - regression tests pass
test
[12:56:28.383]  21/307 postgresql:regress / regress/regress                                            ERROR           1...
[12:56:28.383]  34/307 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[12:56:28.383]  83/307 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
[12:56:28.383] 307/307 postgresql:isolation / isolation/isolation                                      TIMEOUT        10...
51/4390 add not_before and not_after timestamps to sslinfo extension and pg_stat_ssl
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[12:22:17.956] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notBefore referenced i...
compiler
[12:22:00.159] ../src/backend/libpq/be-secure-openssl.c(1575): warning C4047: 'function': 'ASN1_TIME *' differs in level...
compiler
[12:22:00.159] ../src/backend/libpq/be-secure-openssl.c(1566): warning C4047: 'function': 'ASN1_TIME *' differs in level...
compiler
[12:22:00.159] ../src/backend/libpq/be-secure-openssl.c(1575): warning C4024: 'ASN1_TIME_to_timestamptz': different type...
compiler
[12:22:18.129] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notAfter referenced in...
compiler
[12:22:00.159] ../src/backend/libpq/be-secure-openssl.c(1566): warning C4024: 'ASN1_TIME_to_timestamptz': different type...
50/5340 Useless field ispartitioned in CreateStmtContext
macOS - Sonoma - Meson
core
[12:14:05.188]   * frame #0: 0x0000000100604b70 dyld`_dyld_start
tap
[12:09:11.084](0.000s) not ok 111 - server parameter logging stderr /(?^:ERROR:  invalid input syntax for type smallint:...
[12:09:11.085](0.000s) not ok 112 - server parameter logging stderr /(?^:CONTEXT:  unnamed portal parameter \$2 = '1a')/
test
[12:10:21.961] 211/312 postgresql:pgbench / pgbench/001_pgbench_with_server                            ERROR            ...
51/5184 [PROPOSAL] : Disallow use of empty column name in (column_name '') in ALTER or CREATE of foreign table.
Linux - Debian Bookworm - Meson
core
[11:41:09.492] #0  0x00007f28be0aed24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[11:41:09.492] #1  0x00007f28be05b239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[11:41:09.492] #2  0x00007f28be116184 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[11:41:09.492] #3  0x00007f28be1287dc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[11:41:09.492] #0  <unavailable> in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/query_cancel.out /tmp/cirrus-ci-build/build/testrun/postgres...
--- /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/query_cancel.out	2024-11-05 11:35:06.139050712 +0000
+++ /tmp/cirrus-ci-build/build/testrun/postgres_fdw/regress/results/query_cancel.out	2024-11-05 11:38:32.841215780 +0000
@@ -29,4 +29,5 @@
 -- This would take very long if not canceled:
 SELECT count(*) FROM ft1 a CROSS JOIN ft1 b CROSS JOIN ft1 c CROSS JOIN ft1 d;
 ERROR:  canceling statement due to statement timeout
+WARNING:  could not get result of cancel request due to timeout
 COMMIT;
test
[11:39:57.566] 153/312 postgresql:postgres_fdw / postgres_fdw/regress                                  ERROR            ...
50/5270 jsonpath string methods: lower, upper, initcap, l/r/btrim, replace, split_part
CompilerWarnings
compiler
[11:11:37.207] jsonpath_exec.c:2827:13: error: mixing declarations and code is incompatible with standards before C99 [-...
compiler
[11:11:27.525] jsonpath_exec.c:2827:13: error: mixing declarations and code is incompatible with standards before C99 [-...
compiler
[11:10:58.119] jsonpath_exec.c:2827:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta...
compiler
[11:10:48.020] jsonpath_exec.c:2827:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta...
compiler
[11:12:05.962] jsonpath_exec.c:2827:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta...
Linux - Debian Bookworm - Meson
core
[11:19:54.708] #0  0x00007f60dae40d24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[11:19:54.708] #1  0x00007f60daded239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[11:19:54.708] #2  0x00007f60daded497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[11:19:54.708] #3  0x000055621bbfb5c1 in ?? ()
[11:19:54.708] #4  0x000055621bbf5369 in ?? ()
[11:19:54.708] #5  0x000055621bbf420f in ?? ()
[11:19:54.708] #6  0x000055621bbf4c3b in ?? ()
[11:19:54.708] #7  0x000055621bbf266f in ?? ()
[11:19:54.708] #8  0x00007f60dadd824a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[11:19:54.708] #9  0x00007f60dadd8305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[11:19:54.828] #0  <unavailable> in ?? ()
core
[11:19:54.828] #0  0x00007f60dae40d24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[11:19:54.828] #1  0x00007f60daded239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[11:19:54.828] #2  0x00007f60daded497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[11:19:54.828] #3  0x000055621bbfb5f3 in ?? ()
[11:19:54.828] #4  0x000055621bbf5369 in ?? ()
[11:19:54.828] #5  0x000055621bbf420f in ?? ()
[11:19:54.828] #6  0x000055621bbf4c3b in ?? ()
[11:19:54.828] #7  0x000055621bbf266f in ?? ()
[11:19:54.828] #8  0x00007f60dadd824a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[11:19:54.828] #9  0x00007f60dadd8305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out /tmp/cirrus-ci-build/build-32/testrun/pg_upgr...
--- /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out	2024-11-05 11:10:12.160675817 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/pg_upgrade/002_pg_upgrade/data/results/jsonb_jsonpath.out	2024-11-05 11:16:05....
@@ -3082,7 +3082,7 @@
 select jsonb_path_query('"abc~@~def~@~ghi"', '$.split_part("~@~", 2)');
  jsonb_path_query 
 ------------------
- "def"
+ ""
 (1 row)
 
 -- Test string methods play nicely together
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out /tmp/cirrus-ci-build/build-32/testrun/recover...
--- /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out	2024-11-05 11:10:12.160675817 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/recovery/027_stream_regress/data/results/jsonb_jsonpath.out	2024-11-05 11:16:4...
@@ -3082,7 +3082,7 @@
 select jsonb_path_query('"abc~@~def~@~ghi"', '$.split_part("~@~", 2)');
  jsonb_path_query 
 ------------------
- "def"
+ ""
 (1 row)
 
 -- Test string methods play nicely together
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out /tmp/cirrus-ci-build/build-32/testrun/regress...
--- /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out	2024-11-05 11:10:12.160675817 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/regress/regress/results/jsonb_jsonpath.out	2024-11-05 11:15:54.779625069 +0000
@@ -3082,7 +3082,7 @@
 select jsonb_path_query('"abc~@~def~@~ghi"', '$.split_part("~@~", 2)');
  jsonb_path_query 
 ------------------
- "def"
+ ""
 (1 row)
 
 -- Test string methods play nicely together
tap
[11:16:22.918](72.560s) not ok 5 - regression tests pass
tap
[11:16:58.129](73.166s) not ok 2 - regression tests pass
test
[11:18:43.409]  38/312 postgresql:regress / regress/regress                                            ERROR            ...
[11:18:43.409] 130/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[11:18:43.409] 153/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
50/5068 Allow logical decoding to output generated columns
Linux - Debian Bookworm - Meson
core
[06:17:25.517] #0  0x00007f7bec4a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:17:25.517] #1  0x00007f7bec45afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:17:25.517] #2  0x00007f7bec445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:17:25.517] #3  0x00007f7bec61e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[06:17:25.517] #4  0x00007f7bec62aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[06:17:25.517] #5  0x00007f7bec60dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x7f7be9460af...
[06:17:25.517] #6  0x00007f7be94555df in send_relation_and_attrs (relation=relation@entry=0x7f7be94a83d0, xid=xid@entry=...
[06:17:25.517] #7  0x00007f7be94559c7 in maybe_send_schema (ctx=ctx@entry=0x5637553febf0, change=change@entry=0x56375543...
[06:17:25.517] #8  0x00007f7be9457bf1 in pgoutput_change (ctx=0x5637553febf0, txn=0x56375542fb70, relation=0x7f7be94a83d...
[06:17:25.517] #9  0x0000563734aacc40 in change_cb_wrapper (cache=<optimized out>, txn=<optimized out>, relation=<optimi...
tap
[06:16:12.638](198.214s) # poll_query_until timed out executing this query:
test
[06:16:12.827] 312/312 postgresql:subscription / subscription/031_column_list                          ERROR           2...
51/5318 System views for versions reporting
Linux - Debian Bookworm - Meson
core
[04:36:31.330] #0  <unavailable> in ?? ()
core
[04:36:31.330] #0  0x00007f43eaaaed24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[04:36:31.330] #1  0x00007f43eaa5b239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[04:36:31.330] #2  0x00007f43eab16184 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:36:31.330] #3  0x00007f43eab287dc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
test
[04:35:20.745] 296/312 postgresql:test_slru / test_slru/001_multixact                                  ERROR            ...
51/4538 Statistics Import and Export
Linux - Debian Bookworm - Autoconf
core
[02:44:30.724] #0  0x00007fc2a0f28e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[02:44:30.724] #1  0x00007fc2a0ed9fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[02:44:30.724] #2  0x00007fc2a0ec4472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[02:44:30.724] #3  0x00007fc2a12d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[02:44:30.724] #4  0x00007fc2a12e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[02:44:30.724] #5  0x00007fc2a12c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffef50831d6, __in_ch...
[02:44:30.724] #6  0x00007fc2a12c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140733009378880, sp...
[02:44:30.724] #7  0x00007fc2a12c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[02:44:30.724] #8  0x00005652bb72423c in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[02:44:30.724] #9  0x00005652bb762c8c in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[02:44:33.550] #0  0x00007f77185c7e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[02:44:33.550] #1  0x00007f7718578fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[02:44:33.550] #2  0x00007f7718563472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[02:44:33.550] #3  0x00007f77188d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[02:44:33.550] #4  0x00007f77188e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[02:44:33.550] #5  0x00007f77188c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffc575250a6, __in_ch...
[02:44:33.550] #6  0x00007f77188c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140721773501712, sp...
[02:44:33.550] #7  0x00007f77188c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[02:44:33.550] #8  0x00005574d4af523c in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[02:44:33.550] #9  0x00005574d4b33c8c in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[02:44:33.088] #0  0x00007f6e3b128e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[02:44:33.088] #1  0x00007f6e3b0d9fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[02:44:33.088] #2  0x00007f6e3b0c4472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[02:44:33.088] #3  0x00007f6e3b4d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[02:44:33.088] #4  0x00007f6e3b4e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[02:44:33.088] #5  0x00007f6e3b4c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7fffbd1fdf76, __in_ch...
[02:44:33.088] #6  0x00007f6e3b4c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140736366373856, sp...
[02:44:33.088] #7  0x00007f6e3b4c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[02:44:33.088] #8  0x00005566bd818249 in DOTypeNameCompare (p1=p1@entry=0x7f6e39a08800, p2=p2@entry=0x7f6e39a0aca0) at p...
[02:44:33.088] #9  0x00005566bd856873 in pg_qsort_med3 (a=a@entry=0x7f6e39a08800, b=b@entry=0x7f6e39a0aca0, c=c@entry=0x...
core
[02:44:32.623] #0  0x00007f548a1ede3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[02:44:32.623] #1  0x00007f548a19efb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[02:44:32.623] #2  0x00007f548a189472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[02:44:32.623] #3  0x00007f548a4d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[02:44:32.623] #4  0x00007f548a4e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[02:44:32.623] #5  0x00007f548a4c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffcc3391da6, __in_ch...
[02:44:32.623] #6  0x00007f548a4c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140723583789584, sp...
[02:44:32.623] #7  0x00007f548a4c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[02:44:32.623] #8  0x0000557bdd96123c in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[02:44:32.623] #9  0x0000557bdd99fc8c in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[02:44:32.136] #0  0x00007f935c528e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[02:44:32.136] #1  0x00007f935c4d9fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[02:44:32.136] #2  0x00007f935c4c4472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[02:44:32.136] #3  0x00007f935c8d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[02:44:32.136] #4  0x00007f935c8e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[02:44:32.136] #5  0x00007f935c8c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffdacae34c6, __in_ch...
[02:44:32.136] #6  0x00007f935c8c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140727500554544, sp...
[02:44:32.136] #7  0x00007f935c8c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[02:44:32.136] #8  0x000055f9af5c823c in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[02:44:32.136] #9  0x000055f9af606c8c in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[02:44:31.663] #0  0x00007f4dd53ede3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[02:44:31.663] #1  0x00007f4dd539efb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[02:44:31.663] #2  0x00007f4dd5389472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[02:44:31.663] #3  0x00007f4dd56d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[02:44:31.663] #4  0x00007f4dd56e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[02:44:31.663] #5  0x00007f4dd56c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffe97113c36, __in_ch...
[02:44:31.663] #6  0x00007f4dd56c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140731432913056, sp...
[02:44:31.663] #7  0x00007f4dd56c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[02:44:31.663] #8  0x00005644eaa2023c in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[02:44:31.663] #9  0x00005644eaa5ec8c in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[02:44:31.185] #0  0x00007fc10fdcee3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[02:44:31.185] #1  0x00007fc10fd7ffb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[02:44:31.185] #2  0x00007fc10fd6a472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[02:44:31.185] #3  0x00007fc1100d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[02:44:31.185] #4  0x00007fc1100e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[02:44:31.185] #5  0x00007fc1100c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffd456ffc66, __in_ch...
[02:44:31.185] #6  0x00007fc1100c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140725768423632, sp...
[02:44:31.185] #7  0x00007fc1100c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[02:44:31.185] #8  0x0000555b0bef923c in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[02:44:31.185] #9  0x0000555b0bf37bf3 in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[02:44:27.356] #0  0x00007f2a215c7e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[02:44:27.356] #1  0x00007f2a21578fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[02:44:27.356] #2  0x00007f2a21563472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[02:44:27.356] #3  0x00007f2a218d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[02:44:27.356] #4  0x00007f2a218e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[02:44:27.356] #5  0x00007f2a218c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffc92ea8d06, __in_ch...
[02:44:27.356] #6  0x00007f2a218c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140722773334384, sp...
[02:44:27.356] #7  0x00007f2a218c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[02:44:27.356] #8  0x000055ffbcfab23c in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[02:44:27.356] #9  0x000055ffbcfe9bf3 in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[02:44:30.249] #0  0x00007f74bb5a8e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[02:44:30.249] #1  0x00007f74bb559fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[02:44:30.249] #2  0x00007f74bb544472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[02:44:30.249] #3  0x00007f74bb8d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[02:44:30.249] #4  0x00007f74bb8e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[02:44:30.249] #5  0x00007f74bb8c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffc26e35dc6, __in_ch...
[02:44:30.249] #6  0x00007f74bb8c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140720960924208, sp...
[02:44:30.249] #7  0x00007f74bb8c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[02:44:30.249] #8  0x000055577a14c23c in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[02:44:30.249] #9  0x000055577a18ac8c in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[02:44:29.778] #0  0x00007fac71328e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[02:44:29.778] #1  0x00007fac712d9fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[02:44:29.778] #2  0x00007fac712c4472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[02:44:29.778] #3  0x00007fac716d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[02:44:29.778] #4  0x00007fac716e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[02:44:29.778] #5  0x00007fac716c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffff0254d76, __in_ch...
[02:44:29.778] #6  0x00007fac716c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140737222367712, sp...
[02:44:29.778] #7  0x00007fac716c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[02:44:29.778] #8  0x00005596bbe9723c in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[02:44:29.778] #9  0x00005596bbed5bf3 in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[02:44:29.289] #0  0x00007f9b4f5ede3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[02:44:29.289] #1  0x00007f9b4f59efb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[02:44:29.289] #2  0x00007f9b4f589472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[02:44:29.289] #3  0x00007f9b4f8d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[02:44:29.289] #4  0x00007f9b4f8e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[02:44:29.289] #5  0x00007f9b4f8c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffe694817a6, __in_ch...
[02:44:29.289] #6  0x00007f9b4f8c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140730664756240, sp...
[02:44:29.289] #7  0x00007f9b4f8c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[02:44:29.289] #8  0x00005616fab5a23c in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[02:44:29.289] #9  0x00005616fab98c8c in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[02:44:28.798] #0  0x00007f5a798a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[02:44:28.798] #1  0x00007f5a7985afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[02:44:28.798] #2  0x00007f5a79845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[02:44:28.798] #3  0x00007f5a79ad650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[02:44:28.798] #4  0x00007f5a79ae2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[02:44:28.798] #5  0x00007f5a79ac1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7fffc70e8c26, __in_ch...
[02:44:28.798] #6  0x00007f5a79ac14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140736533010576, sp...
[02:44:28.799] #7  0x00007f5a79ac251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[02:44:28.799] #8  0x000055a30a57623c in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[02:44:28.799] #9  0x000055a30a5b4bf3 in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[02:44:28.318] #0  0x00007f3fa0b28e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[02:44:28.318] #1  0x00007f3fa0ad9fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[02:44:28.318] #2  0x00007f3fa0ac4472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[02:44:28.318] #3  0x00007f3fa0ed650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[02:44:28.318] #4  0x00007f3fa0ee2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[02:44:28.318] #5  0x00007f3fa0ec1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7fff59164d96, __in_ch...
[02:44:28.318] #6  0x00007f3fa0ec14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140734688025088, sp...
[02:44:28.318] #7  0x00007f3fa0ec251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[02:44:28.318] #8  0x000055df4a4f423c in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[02:44:28.318] #9  0x000055df4a532bf3 in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[02:44:25.426] #0  0x00007f9174464e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[02:44:25.426] #1  0x00007f9174415fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[02:44:25.426] #2  0x00007f9174400472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[02:44:25.426] #3  0x00007f91746d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[02:44:25.426] #4  0x00007f91746e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[02:44:25.426] #5  0x00007f91746c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffe453815d6, __in_ch...
[02:44:25.426] #6  0x00007f91746c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140730059727424, sp...
[02:44:25.426] #7  0x00007f91746c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[02:44:25.426] #8  0x000055809973523c in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[02:44:25.426] #9  0x0000558099773c8c in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[02:44:25.903] #0  0x00007f0447fcee3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[02:44:25.903] #1  0x00007f0447f7ffb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[02:44:25.903] #2  0x00007f0447f6a472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[02:44:25.903] #3  0x00007f04482d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[02:44:25.903] #4  0x00007f04482e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[02:44:25.903] #5  0x00007f04482c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffe88a0c276, __in_ch...
[02:44:25.903] #6  0x00007f04482c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140731190660832, sp...
[02:44:25.903] #7  0x00007f04482c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[02:44:25.903] #8  0x000056388bac223c in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[02:44:25.903] #9  0x000056388bb00c8c in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[02:44:26.391] #0  0x00007f2aa9328e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[02:44:26.391] #1  0x00007f2aa92d9fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[02:44:26.391] #2  0x00007f2aa92c4472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[02:44:26.391] #3  0x00007f2aa96d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[02:44:26.391] #4  0x00007f2aa96e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[02:44:26.391] #5  0x00007f2aa96c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffdd967fec6, __in_ch...
[02:44:26.391] #6  0x00007f2aa96c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140728250927920, sp...
[02:44:26.391] #7  0x00007f2aa96c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[02:44:26.391] #8  0x0000563bbee7023c in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[02:44:26.391] #9  0x0000563bbeeaec8c in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[02:44:26.874] #0  0x00007fc5419ede3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[02:44:26.874] #1  0x00007fc54199efb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[02:44:26.874] #2  0x00007fc541989472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[02:44:26.874] #3  0x00007fc541cd650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[02:44:26.874] #4  0x00007fc541ce2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[02:44:26.874] #5  0x00007fc541cc1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7fff26f37f16, __in_ch...
[02:44:26.874] #6  0x00007fc541cc14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140733846883200, sp...
[02:44:26.874] #7  0x00007fc541cc251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[02:44:26.874] #8  0x0000555ad26bf23c in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[02:44:26.874] #9  0x0000555ad26fdc8c in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[02:44:27.838] #0  0x00007f9b5ef9fe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[02:44:27.838] #1  0x00007f9b5ef50fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[02:44:27.838] #2  0x00007f9b5ef3b472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[02:44:27.838] #3  0x00007f9b5f2d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[02:44:27.838] #4  0x00007f9b5f2e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[02:44:27.838] #5  0x00007f9b5f2c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7fff9871f1e6, __in_ch...
[02:44:27.838] #6  0x00007f9b5f2c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140735750995536, sp...
[02:44:27.838] #7  0x00007f9b5f2c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[02:44:27.838] #8  0x0000564f9470023c in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[02:44:27.838] #9  0x0000564f9473ebf3 in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:204 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:204 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:204 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:204 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:204 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:204 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:204 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:204 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:204 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:205 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:204 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:205 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:204 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:204 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:204 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:204 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:204 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:204 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:204 in DOTypeNameC...
tap
[02:39:15.419](5.590s) not ok 4 - dump from PITR 1
[02:39:16.869](1.449s) not ok 5 - dump from PITR 2
tap
[02:39:32.325](0.809s) not ok 19 - pg_dump: option -n pg_catalog
[02:39:34.445](2.119s) not ok 20 - pg_dumpall: option --exclude-database handles database names with embedded dots
[02:39:35.530](0.561s) not ok 37 - binary_upgrade: pg_dump runs
[02:39:35.589](0.059s) not ok 38 - binary_upgrade: pg_restore runs
tap
[02:39:40.203](2.124s) not ok 1 - parallel dump
[02:39:40.243](0.040s) not ok 2 - parallel restore
[02:39:40.787](0.544s) not ok 3 - parallel dump as inserts
[02:39:40.842](0.054s) not ok 4 - parallel restore as inserts
tap
[02:39:45.627](4.386s) not ok 1 - filter file without patterns
tap
[02:39:54.799](0.650s) not ok 7 - parallel dump
[02:39:55.003](0.204s) not ok 8 - parallel restore
[02:39:55.080](0.077s) not ok 9 - parallel restore with create
tap
[02:41:00.754](3.148s) not ok 6 - dump before running pg_upgrade
[02:41:07.748](3.455s) not ok 14 - run of pg_upgrade for new instance
[02:41:07.749](0.000s) not ok 15 - pg_upgrade_output.d/ removed after pg_upgrade success
[02:41:07.941](0.053s) not ok 16 - check that locales in new cluster match original cluster
[02:41:08.399](0.001s) not ok 18 - old and new dumps match after pg_upgrade
tap
[02:41:14.431](2.168s) not ok 10 - run of pg_upgrade of old cluster
[02:41:14.626](0.194s) not ok 11 - check the slot exists on new cluster
tap
[02:41:23.093](1.805s) not ok 8 - run of pg_upgrade for old instance when the subscription tables are in init/ready stat...
[02:41:23.094](0.000s) not ok 9 - pg_upgrade_output.d/ removed after successful pg_upgrade
[02:41:23.324](0.230s) not ok 10 - check that the subscription's running status and failover are preserved
[02:41:23.365](0.040s) not ok 11 - there should be 2 rows in pg_subscription_rel(representing tab_upgraded1 and tab_upgr...
tap
[02:38:45.335](1.500s) not ok 1 - binary_upgrade: pg_dump runs
tap
[02:42:15.602](1.386s) not ok 3 - dump primary server
[02:42:16.949](1.347s) not ok 4 - dump standby server
[02:42:18.203](1.250s) not ok 6 - dump catalogs of primary server
[02:42:18.729](0.526s) not ok 7 - dump catalogs of standby server
[02:42:18.735](0.004s) not ok 8 - compare primary and standby catalog dumps
Linux - Debian Bookworm - Meson
core
[02:42:51.608] #0  0x00007f034eaa9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[02:42:51.608] #1  0x00007f034ea5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[02:42:51.608] #2  0x00007f034ea45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[02:42:51.608] #3  0x00007f034ec1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[02:42:51.608] #4  0x00007f034ec2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[02:42:51.608] #5  0x00007f034ec0db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x562299b7a560, In...
[02:42:51.608] #6  0x0000562299af681b in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[02:42:51.608] #7  0x0000562299b283ba in pg_qsort (data=<optimized out>, n=7557, element_size=element_size@entry=8, comp...
[02:42:51.608] #8  0x0000562299af8d95 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[02:42:51.608] #9  0x0000562299aede7a in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[02:42:54.227] #0  0x00007fdcf9aa9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[02:42:54.227] #1  0x00007fdcf9a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[02:42:54.227] #2  0x00007fdcf9a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[02:42:54.227] #3  0x00007fdcf9c1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[02:42:54.227] #4  0x00007fdcf9c2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[02:42:54.227] #5  0x00007fdcf9c0db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x564fbdb6e560, In...
[02:42:54.227] #6  0x0000564fbdaea81b in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[02:42:54.227] #7  0x0000564fbdb1c290 in pg_qsort (data=<optimized out>, n=4428, element_size=element_size@entry=8, comp...
[02:42:54.227] #8  0x0000564fbdaecd95 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[02:42:54.227] #9  0x0000564fbdae1e7a in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[02:42:53.936] #0  0x00007f3c49aa9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[02:42:53.936] #1  0x00007f3c49a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[02:42:53.936] #2  0x00007f3c49a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[02:42:53.936] #3  0x00007f3c49c1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[02:42:53.936] #4  0x00007f3c49c2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[02:42:53.936] #5  0x00007f3c49c0db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x559492355560, In...
[02:42:53.936] #6  0x00005594922d181b in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[02:42:53.936] #7  0x00005594923033ba in pg_qsort (data=<optimized out>, n=4047, element_size=element_size@entry=8, comp...
[02:42:53.936] #8  0x00005594922d3d95 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[02:42:53.936] #9  0x00005594922c8e7a in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[02:42:51.906] #0  0x00007f79ac6a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[02:42:51.906] #1  0x00007f79ac65afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[02:42:51.906] #2  0x00007f79ac645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[02:42:51.906] #3  0x00007f79ac81e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[02:42:51.906] #4  0x00007f79ac82aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[02:42:51.906] #5  0x00007f79ac80db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x5586cdd1e560, In...
[02:42:51.906] #6  0x00005586cdc9a81b in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[02:42:51.906] #7  0x00005586cdccc3ba in pg_qsort (data=<optimized out>, n=9845, element_size=element_size@entry=8, comp...
[02:42:51.906] #8  0x00005586cdc9cd95 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[02:42:51.906] #9  0x00005586cdc91e7a in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[02:42:53.648] #0  0x00007f90502a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[02:42:53.648] #1  0x00007f905025afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[02:42:53.648] #2  0x00007f9050245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[02:42:53.648] #3  0x00007f905041e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[02:42:53.648] #4  0x00007f905042aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[02:42:53.648] #5  0x00007f905040db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x56111123d560, In...
[02:42:53.648] #6  0x00005611111b981b in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[02:42:53.648] #7  0x00005611111eb290 in pg_qsort (data=<optimized out>, n=4464, element_size=element_size@entry=8, comp...
[02:42:53.648] #8  0x00005611111bbd95 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[02:42:53.648] #9  0x00005611111b0e7a in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[02:42:53.363] #0  0x00007f55e86a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[02:42:53.363] #1  0x00007f55e865afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[02:42:53.363] #2  0x00007f55e8645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[02:42:53.363] #3  0x00007f55e881e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[02:42:53.363] #4  0x00007f55e882aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[02:42:53.363] #5  0x00007f55e880db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55e598b00560, In...
[02:42:53.363] #6  0x000055e598a7c81b in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[02:42:53.363] #7  0x000055e598aae3ba in pg_qsort (data=<optimized out>, n=4003, element_size=element_size@entry=8, comp...
[02:42:53.363] #8  0x000055e598a7ed95 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[02:42:53.363] #9  0x000055e598a73e7a in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[02:42:53.053] #0  0x00007f7b680a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[02:42:53.053] #1  0x00007f7b6805afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[02:42:53.053] #2  0x00007f7b68045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[02:42:53.053] #3  0x00007f7b6821e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[02:42:53.053] #4  0x00007f7b6822aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[02:42:53.053] #5  0x00007f7b6820db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x556cbf0d7560, In...
[02:42:53.053] #6  0x0000556cbf05381b in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[02:42:53.053] #7  0x0000556cbf0853ba in pg_qsort (data=<optimized out>, n=4014, element_size=element_size@entry=8, comp...
[02:42:53.053] #8  0x0000556cbf055d95 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[02:42:53.053] #9  0x0000556cbf04ae7a in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[02:42:52.760] #0  0x00007fed108a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[02:42:52.760] #1  0x00007fed1085afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[02:42:52.760] #2  0x00007fed10845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[02:42:52.760] #3  0x00007fed10a1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[02:42:52.760] #4  0x00007fed10a2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[02:42:52.760] #5  0x00007fed10a0db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x563aad1e6560, In...
[02:42:52.760] #6  0x0000563aad16281b in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[02:42:52.760] #7  0x0000563aad1943ba in pg_qsort (data=<optimized out>, n=9374, element_size=element_size@entry=8, comp...
[02:42:52.760] #8  0x0000563aad164d95 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[02:42:52.760] #9  0x0000563aad159e7a in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[02:42:52.472] #0  0x00007f982c0a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[02:42:52.472] #1  0x00007f982c05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[02:42:52.472] #2  0x00007f982c045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[02:42:52.472] #3  0x00007f982c21e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[02:42:52.472] #4  0x00007f982c22aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[02:42:52.472] #5  0x00007f982c20db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55a275463560, In...
[02:42:52.472] #6  0x000055a2753df81b in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[02:42:52.472] #7  0x000055a275411290 in pg_qsort (data=<optimized out>, n=4091, element_size=element_size@entry=8, comp...
[02:42:52.472] #8  0x000055a2753e1d95 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[02:42:52.472] #9  0x000055a2753d6e7a in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[02:42:52.187] #0  0x00007f82cf8d6e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[02:42:52.187] #1  0x00007f82cf887fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[02:42:52.187] #2  0x00007f82cf872472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[02:42:52.187] #3  0x00007f82cf21e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[02:42:52.187] #4  0x00007f82cf22aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[02:42:52.187] #5  0x00007f82cf20db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x56515dffd560, In...
[02:42:52.187] #6  0x000056515df7981b in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[02:42:52.187] #7  0x000056515dfab290 in pg_qsort (data=<optimized out>, n=4091, element_size=element_size@entry=8, comp...
[02:42:52.187] #8  0x000056515df7bd95 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[02:42:52.187] #9  0x000056515df70e7a in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[02:42:56.498] #0  0x00007f77a38a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[02:42:56.498] #1  0x00007f77a385afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[02:42:56.498] #2  0x00007f77a3845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[02:42:56.498] #3  0x00007f77a3a1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[02:42:56.498] #4  0x00007f77a3a2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[02:42:56.498] #5  0x00007f77a3a0db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x555efe794560, In...
[02:42:56.498] #6  0x0000555efe71081b in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[02:42:56.498] #7  0x0000555efe7423ba in pg_qsort (data=<optimized out>, n=9845, element_size=element_size@entry=8, comp...
[02:42:56.498] #8  0x0000555efe712d95 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[02:42:56.498] #9  0x0000555efe707e7a in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[02:42:56.204] #0  0x00007f087b6a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[02:42:56.204] #1  0x00007f087b65afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[02:42:56.204] #2  0x00007f087b645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[02:42:56.204] #3  0x00007f087b81e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[02:42:56.204] #4  0x00007f087b82aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[02:42:56.204] #5  0x00007f087b80db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x5577164f6560, In...
[02:42:56.204] #6  0x000055771647281b in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[02:42:56.204] #7  0x00005577164a43ba in pg_qsort (data=<optimized out>, n=4051, element_size=element_size@entry=8, comp...
[02:42:56.204] #8  0x0000557716474d95 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[02:42:56.204] #9  0x0000557716469e7a in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[02:42:55.928] #0  0x00007fed040a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[02:42:55.928] #1  0x00007fed0405afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[02:42:55.928] #2  0x00007fed04045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[02:42:55.928] #3  0x00007fed0421e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[02:42:55.928] #4  0x00007fed0422aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[02:42:55.928] #5  0x00007fed0420db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x5556a57d7560, In...
[02:42:55.928] #6  0x00005556a575381b in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[02:42:55.928] #7  0x00005556a5785290 in pg_qsort (data=<optimized out>, n=4060, element_size=element_size@entry=8, comp...
[02:42:55.928] #8  0x00005556a5755d95 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[02:42:55.928] #9  0x00005556a574ae7a in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[02:42:55.648] #0  0x00007fe541aa9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[02:42:55.648] #1  0x00007fe541a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[02:42:55.648] #2  0x00007fe541a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[02:42:55.648] #3  0x00007fe541c1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[02:42:55.648] #4  0x00007fe541c2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[02:42:55.648] #5  0x00007fe541c0db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x562e3ab14560, In...
[02:42:55.648] #6  0x0000562e3aa9081b in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[02:42:55.648] #7  0x0000562e3aac23ba in pg_qsort (data=<optimized out>, n=4006, element_size=element_size@entry=8, comp...
[02:42:55.648] #8  0x0000562e3aa92d95 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[02:42:55.648] #9  0x0000562e3aa87e7a in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[02:42:55.360] #0  0x00007fe894aa9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[02:42:55.360] #1  0x00007fe894a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[02:42:55.360] #2  0x00007fe894a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[02:42:55.360] #3  0x00007fe894c1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[02:42:55.360] #4  0x00007fe894c2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[02:42:55.360] #5  0x00007fe894c0db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55a138c28560, In...
[02:42:55.360] #6  0x000055a138ba481b in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[02:42:55.360] #7  0x000055a138bd63ba in pg_qsort (data=<optimized out>, n=9932, element_size=element_size@entry=8, comp...
[02:42:55.360] #8  0x000055a138ba6d95 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[02:42:55.360] #9  0x000055a138b9be7a in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[02:42:55.084] #0  0x00007f874d6a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[02:42:55.084] #1  0x00007f874d65afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[02:42:55.084] #2  0x00007f874d645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[02:42:55.084] #3  0x00007f874d81e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[02:42:55.084] #4  0x00007f874d82aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[02:42:55.084] #5  0x00007f874d80db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x56166b27c560, In...
[02:42:55.084] #6  0x000056166b1f881b in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[02:42:55.084] #7  0x000056166b22a3ba in pg_qsort (data=<optimized out>, n=7557, element_size=element_size@entry=8, comp...
[02:42:55.084] #8  0x000056166b1fad95 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[02:42:55.084] #9  0x000056166b1efe7a in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[02:42:54.802] #0  0x00007f705f2a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[02:42:54.802] #1  0x00007f705f25afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[02:42:54.802] #2  0x00007f705f245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[02:42:54.802] #3  0x00007f705f41e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[02:42:54.802] #4  0x00007f705f42aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[02:42:54.802] #5  0x00007f705f40db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x56419f1ec560, In...
[02:42:54.802] #6  0x000056419f16881b in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[02:42:54.802] #7  0x000056419f19a290 in pg_qsort (data=<optimized out>, n=4992, element_size=element_size@entry=8, comp...
[02:42:54.802] #8  0x000056419f16ad95 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[02:42:54.802] #9  0x000056419f15fe7a in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[02:42:54.522] #0  0x00007ff215aa9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[02:42:54.522] #1  0x00007ff215a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[02:42:54.522] #2  0x00007ff215a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[02:42:54.522] #3  0x00007ff215c1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[02:42:54.522] #4  0x00007ff215c2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[02:42:54.522] #5  0x00007ff215c0db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55fc19946560, In...
[02:42:54.522] #6  0x000055fc198c281b in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[02:42:54.522] #7  0x000055fc198f43ba in pg_qsort (data=<optimized out>, n=4051, element_size=element_size@entry=8, comp...
[02:42:54.522] #8  0x000055fc198c4d95 in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[02:42:54.522] #9  0x000055fc198b9e7a in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
tap
[02:40:01.763](2.925s) not ok 4 - dump from PITR 1
[02:40:02.816](1.053s) not ok 5 - dump from PITR 2
tap
[02:40:13.927](0.344s) not ok 19 - pg_dump: option -n pg_catalog
[02:40:15.244](1.315s) not ok 20 - pg_dumpall: option --exclude-database handles database names with embedded dots
[02:40:16.355](0.628s) not ok 37 - binary_upgrade: pg_dump runs
[02:40:16.371](0.016s) not ok 38 - binary_upgrade: pg_restore runs
tap
[02:40:12.812](1.536s) not ok 1 - parallel dump
[02:40:12.839](0.027s) not ok 2 - parallel restore
[02:40:13.039](0.200s) not ok 3 - parallel dump as inserts
[02:40:13.064](0.024s) not ok 4 - parallel restore as inserts
tap
[02:40:15.043](2.772s) not ok 1 - filter file without patterns
tap
[02:40:18.626](0.511s) not ok 7 - parallel dump
[02:40:19.069](0.442s) not ok 8 - parallel restore
[02:40:19.218](0.149s) not ok 9 - parallel restore with create
tap
[02:39:15.532](4.060s) not ok 6 - dump before running pg_upgrade
[02:39:25.221](4.916s) not ok 14 - run of pg_upgrade for new instance
[02:39:25.221](0.000s) not ok 15 - pg_upgrade_output.d/ removed after pg_upgrade success
[02:39:25.484](0.073s) not ok 16 - check that locales in new cluster match original cluster
[02:39:26.081](0.001s) not ok 18 - old and new dumps match after pg_upgrade
tap
[02:37:56.987](4.107s) not ok 10 - run of pg_upgrade of old cluster
[02:37:57.287](0.299s) not ok 11 - check the slot exists on new cluster
tap
[02:37:59.768](3.211s) not ok 8 - run of pg_upgrade for old instance when the subscription tables are in init/ready stat...
[02:37:59.769](0.000s) not ok 9 - pg_upgrade_output.d/ removed after successful pg_upgrade
[02:38:00.013](0.244s) not ok 10 - check that the subscription's running status and failover are preserved
[02:38:00.050](0.037s) not ok 11 - there should be 2 rows in pg_subscription_rel(representing tab_upgraded1 and tab_upgr...
tap
[02:39:50.187](1.425s) not ok 3 - dump primary server
[02:39:51.373](1.185s) not ok 4 - dump standby server
[02:39:52.824](1.444s) not ok 6 - dump catalogs of primary server
[02:39:53.500](0.675s) not ok 7 - dump catalogs of standby server
[02:39:53.515](0.014s) not ok 8 - compare primary and standby catalog dumps
tap
[02:41:26.670](0.868s) not ok 1 - binary_upgrade: pg_dump runs
test
[02:41:36.340]   6/312 postgresql:pg_upgrade / pg_upgrade/003_logical_slots                            ERROR            ...
[02:41:36.340]   9/312 postgresql:pg_upgrade / pg_upgrade/004_subscription                             ERROR            ...
[02:41:36.340]  82/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[02:41:36.340] 143/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[02:41:36.340] 154/312 postgresql:pg_combinebackup / pg_combinebackup/002_compare_backups              ERROR            ...
[02:41:36.340] 171/312 postgresql:pg_dump / pg_dump/004_pg_dump_parallel                               ERROR            ...
[02:41:36.340] 175/312 postgresql:pg_dump / pg_dump/005_pg_dump_filterfile                             ERROR            ...
[02:41:36.340] 177/312 postgresql:pg_dump / pg_dump/002_pg_dump                                        ERROR            ...
[02:41:36.340] 192/312 postgresql:pg_dump / pg_dump/010_dump_connstr                                   ERROR            ...
[02:41:36.340] 296/312 postgresql:test_pg_dump / test_pg_dump/001_base                                 ERROR            ...
51/5070 Incorrect error message for cancellation triggered by statement_timeout & flaky test
CompilerWarnings
compiler
[00:56:36.623] backend_startup.c:270:63: error: data argument not used by format string [-Werror,-Wformat-extra-args]
compiler
[00:56:36.623] backend_startup.c:270:63: error: variable 'status' is uninitialized when used here [-Werror,-Wuninitializ...
compiler
[00:56:27.944] backend_startup.c:270:63: error: variable 'status' is uninitialized when used here [-Werror,-Wuninitializ...
compiler
[00:56:27.944] backend_startup.c:270:63: error: data argument not used by format string [-Werror,-Wformat-extra-args]
compiler
[00:55:59.175] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args]
compiler
[00:55:59.175] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit...
compiler
[00:55:51.201] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit...
compiler
[00:55:51.201] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args]
compiler
[00:56:58.888] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args]
compiler
[00:56:58.888] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit...
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[00:58:50.041] c:\cirrus\src\backend\tcop\backend_startup.c(270) : warning C4700: uninitialized local variable 'status' ...
51/4720 "unexpected duplicate for tablespace" problem in logical replication
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/00...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-11-05 00:35:14.372473000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_table.out	2024-11-05 00:37:03.245243...
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37852 |            |             0 |       37852 | pktable_pkey
+ 37849 |            |             0 |       37849 | pktable
+ 37856 |            |             0 |       37856 | fktable
+ 38414 |            |             0 |       38419 | foo
+ 38423 |            |             0 |       38423 | pg_toast_38414_index
+ 38422 |            |             0 |       38422 | pg_toast_38414
+ 38676 |            |             0 |       38676 | old_oids
+ 38693 |            |             0 |       38693 | pg_toast_38690
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/recovery/027_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-11-05 00:35:14.372473000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/alter_table.out	2024-11-05 00:37:45.5677...
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37893 |            |             0 |       37893 | pktable_pkey
+ 37890 |            |             0 |       37890 | pktable
+ 37895 |            |             0 |       37895 | fktable
+ 38416 |            |             0 |       38416 | pg_toast_38407_index
+ 38415 |            |             0 |       38415 | pg_toast_38407
+ 38407 |            |             0 |       38412 | foo
+ 38637 |            |             0 |       38637 | old_oids
+ 38654 |            |             0 |       38654 | pg_toast_38651
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/regress/regre...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-11-05 00:35:14.372473000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/alter_table.out	2024-11-05 00:37:00.453884000 +0000
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37852 |            |             0 |       37852 | pktable_pkey
+ 37849 |            |             0 |       37849 | pktable
+ 37854 |            |             0 |       37854 | fktable
+ 38383 |            |             0 |       38388 | foo
+ 38392 |            |             0 |       38392 | pg_toast_38383_index
+ 38391 |            |             0 |       38391 | pg_toast_38383
+ 38596 |            |             0 |       38596 | old_oids
+ 38614 |            |             0 |       38614 | pg_toast_38611
...
tap
[00:37:12.036](63.365s) not ok 5 - regression tests pass
tap
[00:37:55.929](71.982s) not ok 2 - regression tests pass
test
[00:39:51.514]  41/312 postgresql:regress / regress/regress                                            ERROR            ...
[00:39:51.514]  94/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[00:39:51.514] 153/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_chec...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-11-05 00:35:14.539175966 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/alter_table.out	2024-11-05 00:40:34.350536913 +0000
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 38068 |            |             0 |       38068 | pktable_pkey
+ 38065 |            |             0 |       38065 | pktable
+ 38071 |            |             0 |       38071 | fktable
+ 38520 |            |             0 |       38525 | foo
+ 38529 |            |             0 |       38529 | pg_toast_38520_index
+ 38528 |            |             0 |       38528 | pg_toast_38520
+ 38733 |            |             0 |       38733 | old_oids
+ 38754 |            |             0 |       38754 | pg_toast_38751
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/src/test/recovery/tmp_check...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-11-05 00:35:14.539175966 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/alter_table.out	2024-11-05 00:42:29.198476020 +0000
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37980 |            |             0 |       37980 | pktable_pkey
+ 37977 |            |             0 |       37977 | pktable
+ 37982 |            |             0 |       37982 | fktable
+ 38430 |            |             0 |       38436 | foo
+ 38440 |            |             0 |       38440 | pg_toast_38430_index
+ 38439 |            |             0 |       38439 | pg_toast_38430
+ 38650 |            |             0 |       38650 | old_oids
+ 38671 |            |             0 |       38671 | pg_toast_38668
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/src/test/regress/results/al...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-11-05 00:35:14.539175966 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/alter_table.out	2024-11-05 00:38:44.634645049 +0000
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 38004 |            |             0 |       38004 | pktable_pkey
+ 38001 |            |             0 |       38001 | pktable
+ 38006 |            |             0 |       38006 | fktable
+ 38485 |            |             0 |       38490 | foo
+ 38494 |            |             0 |       38494 | pg_toast_38485_index
+ 38493 |            |             0 |       38493 | pg_toast_38485
+ 38709 |            |             0 |       38709 | old_oids
+ 38729 |            |             0 |       38729 | pg_toast_38726
...
tap
[00:40:42.389](108.293s) not ok 5 - regression tests pass
tap
[00:42:36.216](52.956s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/00...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-11-05 00:35:14.558541724 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_table.out	2024-11-05 00:38:10.841550...
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37881 |            |             0 |       37881 | pktable_pkey
+ 37878 |            |             0 |       37878 | pktable
+ 37898 |            |             0 |       37898 | fktable
+ 38362 |            |             0 |       38369 | foo
+ 38373 |            |             0 |       38373 | pg_toast_38362_index
+ 38372 |            |             0 |       38372 | pg_toast_38362
+ 38582 |            |             0 |       38582 | old_oids
+ 38600 |            |             0 |       38600 | pg_toast_38597
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/recovery/027_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-11-05 00:35:14.558541724 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/alter_table.out	2024-11-05 00:38:43.7095...
@@ -3491,9 +3491,29 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37921 |            |             0 |       37921 | users_id_seq
+ 37926 |            |             0 |       37926 | pg_toast_37922
+ 37927 |            |             0 |       37927 | pg_toast_37922_index
+ 37922 |            |             0 |       37922 | users
+ 38087 |            |             0 |       38087 | foo
+ 37798 |            |             0 |       37798 | pktable_pkey
+ 37795 |            |             0 |       37795 | pktable
+ 37801 |            |             0 |       37801 | fktable
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/regress/regre...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-11-05 00:35:14.558541724 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/alter_table.out	2024-11-05 00:38:03.633552577 +0000
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37872 |            |             0 |       37872 | pktable_pkey
+ 37869 |            |             0 |       37869 | pktable
+ 37875 |            |             0 |       37875 | fktable
+ 38358 |            |             0 |       38366 | foo
+ 38370 |            |             0 |       38370 | pg_toast_38358_index
+ 38369 |            |             0 |       38369 | pg_toast_38358
+ 38577 |            |             0 |       38577 | old_oids
+ 38595 |            |             0 |       38595 | pg_toast_38592
...
tap
[00:38:17.046](72.744s) not ok 5 - regression tests pass
tap
[00:38:50.430](73.291s) not ok 2 - regression tests pass
test
[00:40:30.567]  43/312 postgresql:regress / regress/regress                                            ERROR            ...
[00:40:30.567] 135/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[00:40:30.567] 153/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
macOS - Sonoma - Meson
test
[00:41:43.755]  27/312 postgresql:regress / regress/regress                                            ERROR            ...
[00:41:43.755]  50/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[00:41:43.755] 148/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/alter_table.out C:/cirrus/build/testrun/pg_upgrade/002_...
--- C:/cirrus/src/test/regress/expected/alter_table.out	2024-11-05 00:35:30.564657700 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_table.out	2024-11-05 00:38:53.282336100 +0000
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37406 |            |             0 |       37406 | pktable
+ 37411 |            |             0 |       37411 | fktable
+ 37409 |            |             0 |       37409 | pktable_pkey
+ 38053 |            |             0 |       38062 | foo
+ 38066 |            |             0 |       38066 | pg_toast_38053_index
+ 38065 |            |             0 |       38065 | pg_toast_38053
+ 38305 |            |             0 |       38305 | old_oids
+ 38324 |            |             0 |       38324 | pg_toast_38321
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/alter_table.out C:/cirrus/build/testrun/recovery/027_st...
--- C:/cirrus/src/test/regress/expected/alter_table.out	2024-11-05 00:35:30.564657700 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/alter_table.out	2024-11-05 00:41:05.514296400 +0000
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37117 |            |             0 |       37117 | pktable_pkey
+ 37114 |            |             0 |       37114 | pktable
+ 37119 |            |             0 |       37119 | fktable
+ 37999 |            |             0 |       38004 | foo
+ 38008 |            |             0 |       38008 | pg_toast_37999_index
+ 38007 |            |             0 |       38007 | pg_toast_37999
+ 38230 |            |             0 |       38230 | old_oids
+ 38250 |            |             0 |       38250 | pg_toast_38247
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/alter_table.out C:/cirrus/build/testrun/regress/regress...
--- C:/cirrus/src/test/regress/expected/alter_table.out	2024-11-05 00:35:30.564657700 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/alter_table.out	2024-11-05 00:38:50.372172100 +0000
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37661 |            |             0 |       37661 | pktable_pkey
+ 37658 |            |             0 |       37658 | pktable
+ 37663 |            |             0 |       37663 | fktable
+ 38205 |            |             0 |       38210 | foo
+ 38214 |            |             0 |       38214 | pg_toast_38205_index
+ 38213 |            |             0 |       38213 | pg_toast_38205
+ 38434 |            |             0 |       38434 | old_oids
+ 38451 |            |             0 |       38451 | pg_toast_38448
...
tap
[00:39:08.470](101.846s) not ok 5 - regression tests pass
tap
[00:41:21.993](116.463s) not ok 2 - regression tests pass
test
[00:47:26.925]  19/307 postgresql:regress / regress/regress                                            ERROR           1...
[00:47:26.925]  39/307 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[00:47:26.925]  94/307 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5031 Remove dependence on integer wrapping
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/date.out C:/cirrus/build/testrun/pg_upgrade/002_pg_upgr...
--- C:/cirrus/src/test/regress/expected/date.out	2024-11-04 23:56:04.198429400 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/date.out	2024-11-04 23:58:11.505847600 +0000
@@ -1533,4 +1533,4 @@
 select make_time(24, 0, 2.1);
 ERROR:  time field value out of range: 24:00:2.1
 SELECT make_date(-2147483648, 1, 1);
-ERROR:  date field value out of range: -2147483648-01-01
+ERROR:  date field value out of range: 24301-01-01
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/date.out C:/cirrus/build/testrun/recovery/027_stream_re...
--- C:/cirrus/src/test/regress/expected/date.out	2024-11-04 23:56:04.198429400 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/date.out	2024-11-05 00:00:22.882751200 +0000
@@ -1533,4 +1533,4 @@
 select make_time(24, 0, 2.1);
 ERROR:  time field value out of range: 24:00:2.1
 SELECT make_date(-2147483648, 1, 1);
-ERROR:  date field value out of range: -2147483648-01-01
+ERROR:  date field value out of range: 24301-01-01
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/date.out C:/cirrus/build/testrun/regress/regress/result...
--- C:/cirrus/src/test/regress/expected/date.out	2024-11-04 23:56:04.198429400 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/date.out	2024-11-04 23:58:05.618956200 +0000
@@ -1533,4 +1533,4 @@
 select make_time(24, 0, 2.1);
 ERROR:  time field value out of range: 24:00:2.1
 SELECT make_date(-2147483648, 1, 1);
-ERROR:  date field value out of range: -2147483648-01-01
+ERROR:  date field value out of range: 24301-01-01
tap
[23:59:54.055](108.700s) not ok 5 - regression tests pass
tap
[00:02:06.081](113.463s) not ok 2 - regression tests pass
test
[00:08:42.487]   7/307 postgresql:regress / regress/regress                                            ERROR           1...
[00:08:42.487]  35/307 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[00:08:42.487]  83/307 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5029 Historic snapshot doesn't track txns committed in BUILDING_SNAPSHOT state
macOS - Sonoma - Meson
tap
[23:09:54.096](0.000s) not ok 361 - pgbench script error: setshell no such command stderr /(?^:could not read result )/
test
[23:10:59.619] 216/312 postgresql:pgbench / pgbench/001_pgbench_with_server                            ERROR            ...
51/4810 COPY ON_ERROR 'NULL'
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_u...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-11-04 21:24:22.170633000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/copy2.out	2024-11-04 21:25:47.782571000 +0...
@@ -139,7 +139,7 @@
 LINE 1: COPY x from stdin (log_verbosity unsupported);
                            ^
 COPY x from stdin with (reject_limit 1);
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 COPY x from stdin with (on_error ignore, reject_limit 0);
 ERROR:  REJECT_LIMIT (0) must be greater than zero
 -- too many columns in column list: should fail
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-11-04 21:24:22.170633000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/copy2.out	2024-11-04 21:26:36.397313000 ...
@@ -139,7 +139,7 @@
 LINE 1: COPY x from stdin (log_verbosity unsupported);
                            ^
 COPY x from stdin with (reject_limit 1);
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 COPY x from stdin with (on_error ignore, reject_limit 0);
 ERROR:  REJECT_LIMIT (0) must be greater than zero
 -- too many columns in column list: should fail
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/build/testrun/regress/regress/res...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-11-04 21:24:22.170633000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/copy2.out	2024-11-04 21:25:49.477328000 +0000
@@ -139,7 +139,7 @@
 LINE 1: COPY x from stdin (log_verbosity unsupported);
                            ^
 COPY x from stdin with (reject_limit 1);
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 COPY x from stdin with (on_error ignore, reject_limit 0);
 ERROR:  REJECT_LIMIT (0) must be greater than zero
 -- too many columns in column list: should fail
tap
[21:26:04.987](60.312s) not ok 5 - regression tests pass
tap
[21:26:50.630](69.256s) not ok 2 - regression tests pass
test
[21:28:45.159]  40/312 postgresql:regress / regress/regress                                            ERROR            ...
[21:28:45.159]  87/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[21:28:45.159] 152/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/resu...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-11-04 21:24:20.739350015 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/copy2.out	2024-11-04 21:30:17.106994269 +0000
@@ -139,7 +139,7 @@
 LINE 1: COPY x from stdin (log_verbosity unsupported);
                            ^
 COPY x from stdin with (reject_limit 1);
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 COPY x from stdin with (on_error ignore, reject_limit 0);
 ERROR:  REJECT_LIMIT (0) must be greater than zero
 -- too many columns in column list: should fail
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/src/test/recovery/tmp_check/resul...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-11-04 21:24:20.739350015 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/copy2.out	2024-11-04 21:32:16.822943699 +0000
@@ -139,7 +139,7 @@
 LINE 1: COPY x from stdin (log_verbosity unsupported);
                            ^
 COPY x from stdin with (reject_limit 1);
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 COPY x from stdin with (on_error ignore, reject_limit 0);
 ERROR:  REJECT_LIMIT (0) must be greater than zero
 -- too many columns in column list: should fail
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/src/test/regress/results/copy2.ou...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-11-04 21:24:20.739350015 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/copy2.out	2024-11-04 21:27:51.207060658 +0000
@@ -139,7 +139,7 @@
 LINE 1: COPY x from stdin (log_verbosity unsupported);
                            ^
 COPY x from stdin with (reject_limit 1);
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 COPY x from stdin with (on_error ignore, reject_limit 0);
 ERROR:  REJECT_LIMIT (0) must be greater than zero
 -- too many columns in column list: should fail
tap
[21:30:34.635](125.712s) not ok 5 - regression tests pass
tap
[21:32:28.647](69.267s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_u...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-11-04 21:24:18.113389888 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/copy2.out	2024-11-04 21:26:34.061311067 +0...
@@ -139,7 +139,7 @@
 LINE 1: COPY x from stdin (log_verbosity unsupported);
                            ^
 COPY x from stdin with (reject_limit 1);
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 COPY x from stdin with (on_error ignore, reject_limit 0);
 ERROR:  REJECT_LIMIT (0) must be greater than zero
 -- too many columns in column list: should fail
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-11-04 21:24:18.113389888 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/copy2.out	2024-11-04 21:27:11.629390974 ...
@@ -139,7 +139,7 @@
 LINE 1: COPY x from stdin (log_verbosity unsupported);
                            ^
 COPY x from stdin with (reject_limit 1);
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 COPY x from stdin with (on_error ignore, reject_limit 0);
 ERROR:  REJECT_LIMIT (0) must be greater than zero
 -- too many columns in column list: should fail
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/build/testrun/regress/regress/res...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-11-04 21:24:18.113389888 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/copy2.out	2024-11-04 21:26:29.161298667 +0000
@@ -139,7 +139,7 @@
 LINE 1: COPY x from stdin (log_verbosity unsupported);
                            ^
 COPY x from stdin with (reject_limit 1);
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 COPY x from stdin with (on_error ignore, reject_limit 0);
 ERROR:  REJECT_LIMIT (0) must be greater than zero
 -- too many columns in column list: should fail
tap
[21:26:47.025](70.032s) not ok 5 - regression tests pass
tap
[21:27:21.590](71.939s) not ok 2 - regression tests pass
test
[21:28:55.375]  43/312 postgresql:regress / regress/regress                                            ERROR            ...
[21:28:55.375] 131/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[21:28:55.375] 155/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/copy2.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgra...
--- /Users/admin/pgsql/src/test/regress/expected/copy2.out	2024-11-04 21:24:16
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/copy2.out	2024-11-04 21:26:27
@@ -139,7 +139,7 @@
 LINE 1: COPY x from stdin (log_verbosity unsupported);
                            ^
 COPY x from stdin with (reject_limit 1);
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 COPY x from stdin with (on_error ignore, reject_limit 0);
 ERROR:  REJECT_LIMIT (0) must be greater than zero
 -- too many columns in column list: should fail
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/copy2.out /Users/admin/pgsql/build/testrun/recovery/027_stream_reg...
--- /Users/admin/pgsql/src/test/regress/expected/copy2.out	2024-11-04 21:24:16
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/copy2.out	2024-11-04 21:27:35
@@ -139,7 +139,7 @@
 LINE 1: COPY x from stdin (log_verbosity unsupported);
                            ^
 COPY x from stdin with (reject_limit 1);
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 COPY x from stdin with (on_error ignore, reject_limit 0);
 ERROR:  REJECT_LIMIT (0) must be greater than zero
 -- too many columns in column list: should fail
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/copy2.out /Users/admin/pgsql/build/testrun/regress/regress/results...
--- /Users/admin/pgsql/src/test/regress/expected/copy2.out	2024-11-04 21:24:16
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/copy2.out	2024-11-04 21:26:26
@@ -139,7 +139,7 @@
 LINE 1: COPY x from stdin (log_verbosity unsupported);
                            ^
 COPY x from stdin with (reject_limit 1);
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 COPY x from stdin with (on_error ignore, reject_limit 0);
 ERROR:  REJECT_LIMIT (0) must be greater than zero
 -- too many columns in column list: should fail
tap
[21:26:40.592](62.444s) not ok 5 - regression tests pass
tap
[21:27:46.921](66.265s) not ok 2 - regression tests pass
test
[21:30:24.178]  27/312 postgresql:regress / regress/regress                                            ERROR            ...
[21:30:24.178]  50/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[21:30:24.178] 142/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/copy2.out C:/cirrus/build/testrun/pg_upgrade/002_pg_upg...
--- C:/cirrus/src/test/regress/expected/copy2.out	2024-11-04 21:24:32.465919200 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/copy2.out	2024-11-04 21:28:33.600904800 +0000
@@ -139,7 +139,7 @@
 LINE 1: COPY x from stdin (log_verbosity unsupported);
                            ^
 COPY x from stdin with (reject_limit 1);
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 COPY x from stdin with (on_error ignore, reject_limit 0);
 ERROR:  REJECT_LIMIT (0) must be greater than zero
 -- too many columns in column list: should fail
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/copy2.out C:/cirrus/build/testrun/recovery/027_stream_r...
--- C:/cirrus/src/test/regress/expected/copy2.out	2024-11-04 21:24:32.465919200 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/copy2.out	2024-11-04 21:30:45.843569700 +0000
@@ -139,7 +139,7 @@
 LINE 1: COPY x from stdin (log_verbosity unsupported);
                            ^
 COPY x from stdin with (reject_limit 1);
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 COPY x from stdin with (on_error ignore, reject_limit 0);
 ERROR:  REJECT_LIMIT (0) must be greater than zero
 -- too many columns in column list: should fail
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/copy2.out C:/cirrus/build/testrun/regress/regress/resul...
--- C:/cirrus/src/test/regress/expected/copy2.out	2024-11-04 21:24:32.465919200 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/copy2.out	2024-11-04 21:28:28.397302100 +0000
@@ -139,7 +139,7 @@
 LINE 1: COPY x from stdin (log_verbosity unsupported);
                            ^
 COPY x from stdin with (reject_limit 1);
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 COPY x from stdin with (on_error ignore, reject_limit 0);
 ERROR:  REJECT_LIMIT (0) must be greater than zero
 -- too many columns in column list: should fail
tap
[21:28:55.214](128.197s) not ok 5 - regression tests pass
tap
[21:31:09.500](119.467s) not ok 2 - regression tests pass
test
[21:38:05.471]  22/307 postgresql:regress / regress/regress                                            ERROR           1...
[21:38:05.471]  38/307 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[21:38:05.471]  93/307 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5252 Trim the heap free memory
CompilerWarnings
compiler
[20:55:24.278] postgres.c:2828:25: error: implicit declaration of function ‘malloc_trim’ [-Werror=implicit-function-decl...
compiler
[20:55:24.278] postgres.c:2825:47: error: initialization of ‘char *’ from ‘int’ makes pointer from integer without a cas...
compiler
[20:55:24.278] postgres.c:2829:33: error: assignment to ‘char *’ from ‘int’ makes pointer from integer without a cast [-...
compiler
[20:55:24.278] postgres.c:2825:47: error: implicit declaration of function ‘sbrk’ [-Werror=implicit-function-declaration...
Linux - Debian Bookworm - Autoconf
tap
[20:54:52.648](0.001s) not ok 28 - options --locale-provider=icu --locale=und --lc-*=C: no stderr
Linux - Debian Bookworm - Meson
tap
[20:56:38.442](0.001s) not ok 28 - options --locale-provider=icu --locale=und --lc-*=C: no stderr
test
[20:58:10.009] 169/313 postgresql:initdb / initdb/001_initdb                                           ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[20:54:46.850] tcop_postgres.c.obj : error LNK2019: unresolved external symbol malloc_trim referenced in function finish...
compiler
[20:54:36.215] ../src/backend/tcop/postgres.c(2825): warning C4047: 'initializing': 'char *' differs in levels of indire...
compiler
[20:54:46.850] tcop_postgres.c.obj : error LNK2019: unresolved external symbol sbrk referenced in function finish_xact_c...
compiler
[20:54:36.215] ../src/backend/tcop/postgres.c(2829): warning C4047: '=': 'char *' differs in levels of indirection from ...
50/5238 Add parallel columns for seq scan and index scan on pg_stat_all_tables and _indexes
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/stats.out C:/cirrus/build/testrun/pg_upgrade/002_pg_upg...
--- C:/cirrus/src/test/regress/expected/stats.out	2024-11-04 20:25:12.365116600 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/stats.out	2024-11-04 20:29:10.080698600 +0000
@@ -846,7 +846,7 @@
 FROM pg_stat_all_tables WHERE relid = 'test_parallel_scan'::regclass;
  parallel_seq_scan | parallel_idx_scan 
 -------------------+-------------------
-                 3 |                 2
+                 1 |                 1
 (1 row)
 
 SELECT last_parallel_seq_scan AS test_last_seq, last_parallel_idx_scan AS test_last_idx
@@ -895,7 +895,7 @@
 FROM pg_stat_all_tables WHERE relid = 'test_parallel_scan'::regclass;
  parallel_seq_scan | seq_ok | parallel_idx_scan | idx_ok 
 -------------------+--------+-------------------+--------
-                 6 | t      |                 2 | t
+                 2 | t      |                 1 | t
 (1 row)
 
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/stats.out C:/cirrus/build/testrun/regress/regress/resul...
--- C:/cirrus/src/test/regress/expected/stats.out	2024-11-04 20:25:12.365116600 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/stats.out	2024-11-04 20:29:04.023570300 +0000
@@ -846,7 +846,7 @@
 FROM pg_stat_all_tables WHERE relid = 'test_parallel_scan'::regclass;
  parallel_seq_scan | parallel_idx_scan 
 -------------------+-------------------
-                 3 |                 2
+                 1 |                 1
 (1 row)
 
 SELECT last_parallel_seq_scan AS test_last_seq, last_parallel_idx_scan AS test_last_idx
@@ -895,7 +895,7 @@
 FROM pg_stat_all_tables WHERE relid = 'test_parallel_scan'::regclass;
  parallel_seq_scan | seq_ok | parallel_idx_scan | idx_ok 
 -------------------+--------+-------------------+--------
-                 6 | t      |                 2 | t
+                 3 | t      |                 1 | t
 (1 row)
 
...
tap
[20:29:18.137](118.278s) not ok 5 - regression tests pass
test
[20:38:17.698]  21/308 postgresql:regress / regress/regress                                            ERROR           1...
[20:38:17.698]  39/308 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
51/5242 Fix RelationTruncate() corruption
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[19:43:02.882] ../src/backend/storage/smgr/smgr.c(732): warning C4098: 'smgrtruncate': 'void' function returning a value
51/5357 New predefined role pg_manage_extensions
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out /tmp/cirrus-ci-build/build/testrun/plperl/regress/...
--- /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out	2024-11-04 19:23:11.690155000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/plperl/regress/results/plperl_setup.out	2024-11-04 19:25:08.899171000 +0000
@@ -12,7 +12,7 @@
 HINT:  Must have CREATE privilege on current database to create this extension.
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 RESET ROLE;
 DO $$
 begin
@@ -24,7 +24,7 @@
 CREATE EXTENSION plperl;
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 CREATE SCHEMA plperl_setup_scratch;
 SET search_path = plperl_setup_scratch;
...
test
[19:27:46.695]  47/313 postgresql:plperl / plperl/regress                                              ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out /tmp/cirrus-ci-build/src/pl/plperl/results/plperl_...
--- /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out	2024-11-04 19:23:10.709369307 +0000
+++ /tmp/cirrus-ci-build/src/pl/plperl/results/plperl_setup.out	2024-11-04 19:24:31.359019657 +0000
@@ -12,7 +12,7 @@
 HINT:  Must have CREATE privilege on current database to create this extension.
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 RESET ROLE;
 DO $$
 begin
@@ -24,7 +24,7 @@
 CREATE EXTENSION plperl;
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 CREATE SCHEMA plperl_setup_scratch;
 SET search_path = plperl_setup_scratch;
...
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out /tmp/cirrus-ci-build/build/testrun/plperl/regress/...
--- /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out	2024-11-04 19:23:12.002543269 +0000
+++ /tmp/cirrus-ci-build/build/testrun/plperl/regress/results/plperl_setup.out	2024-11-04 19:26:03.721933629 +0000
@@ -12,7 +12,7 @@
 HINT:  Must have CREATE privilege on current database to create this extension.
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 RESET ROLE;
 DO $$
 begin
@@ -24,7 +24,7 @@
 CREATE EXTENSION plperl;
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 CREATE SCHEMA plperl_setup_scratch;
 SET search_path = plperl_setup_scratch;
...
test
[19:28:23.384]  48/313 postgresql:plperl / plperl/regress                                              ERROR            ...
macOS - Sonoma - Meson
test
[19:29:32.736]  49/313 postgresql:plperl / plperl/regress                                              ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/pl/plperl/expected/plperl_setup.out C:/cirrus/build/testrun/plperl/regress/re...
--- C:/cirrus/src/pl/plperl/expected/plperl_setup.out	2024-11-04 19:23:23.730675800 +0000
+++ C:/cirrus/build/testrun/plperl/regress/results/plperl_setup.out	2024-11-04 19:28:31.674439400 +0000
@@ -12,7 +12,7 @@
 HINT:  Must have CREATE privilege on current database to create this extension.
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 RESET ROLE;
 DO $$
 begin
@@ -24,7 +24,7 @@
 CREATE EXTENSION plperl;
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 CREATE SCHEMA plperl_setup_scratch;
 SET search_path = plperl_setup_scratch;
...
test
[19:35:04.198]  49/308 postgresql:plperl / plperl/regress                                              ERROR            ...
51/4912 CSN snapshots in hot standby
Linux - Debian Bookworm - Autoconf
core
[18:54:48.482] #0  0x00007f2995569a50 in ?? ()
[18:54:48.482] #1  0x0000000000000003 in ?? ()
[18:54:48.482] #2  0x00007fff32da8110 in ?? ()
[18:54:48.482] #3  0x00007fff32da8113 in ?? ()
[18:54:48.482] #4  0x00007fff32da8116 in ?? ()
[18:54:48.482] #5  0x0000000000000000 in ?? ()
Linux - Debian Bookworm - Meson
core
[18:55:43.027] #0  0x00007f7160ca9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[18:55:43.027] #1  0x00007f7160c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[18:55:43.027] #2  0x00007f7160c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[18:55:43.027] #3  0x00007f7160e1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[18:55:43.027] #4  0x00007f7160e2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[18:55:43.027] #5  0x00007f7160e0dad8 in __ubsan::__ubsan_handle_shift_out_of_bounds_abort (Data=Data@entry=0x55f0b1e7ee...
[18:55:43.027] #6  0x000055f0b13d03a3 in XidInMVCCSnapshot (xid=884, snapshot=snapshot@entry=0x55f0bbf56050) at ../src/b...
[18:55:43.027] #7  0x000055f0b0a1c7d3 in HeapTupleSatisfiesMVCC (htup=<optimized out>, snapshot=0x55f0bbf56050, buffer=1...
[18:55:43.027] #8  0x000055f0b0a1e017 in HeapTupleSatisfiesVisibility (htup=htup@entry=0x7ffcc3a65040, snapshot=snapshot...
[18:55:43.027] #9  0x000055f0b0a0f499 in page_collect_tuples (check_serializable=<optimized out>, all_visible=<optimized...
core
[18:55:43.558] #0  0x00007f706e0a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[18:55:43.558] #1  0x00007f706e05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[18:55:43.558] #2  0x00007f706e045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[18:55:43.558] #3  0x00007f706e21e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[18:55:43.558] #4  0x00007f706e22aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[18:55:43.558] #5  0x00007f706e20dad8 in __ubsan::__ubsan_handle_shift_out_of_bounds_abort (Data=Data@entry=0x564520422e...
[18:55:43.558] #6  0x000056451f9743a3 in XidInMVCCSnapshot (xid=756, snapshot=snapshot@entry=0x56455968dbf0) at ../src/b...
[18:55:43.558] #7  0x000056451efc09ab in HeapTupleSatisfiesMVCC (htup=<optimized out>, snapshot=0x56455968dbf0, buffer=4...
[18:55:43.558] #8  0x000056451efc2017 in HeapTupleSatisfiesVisibility (htup=htup@entry=0x7ffd4fde6a70, snapshot=snapshot...
[18:55:43.558] #9  0x000056451efb3499 in page_collect_tuples (check_serializable=<optimized out>, all_visible=<optimized...
core
[18:55:44.913] #0  0x00007f155dea9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[18:55:44.913] #1  0x00007f155de5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[18:55:44.913] #2  0x00007f155de45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[18:55:44.913] #3  0x00007f155e01e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[18:55:44.913] #4  0x00007f155e02aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[18:55:44.913] #5  0x00007f155e00dad8 in __ubsan::__ubsan_handle_shift_out_of_bounds_abort (Data=Data@entry=0x564370f06e...
[18:55:44.913] #6  0x00005643704583a3 in XidInMVCCSnapshot (xid=758, snapshot=snapshot@entry=0x5643a2680120) at ../src/b...
[18:55:44.913] #7  0x000056436faa47d3 in HeapTupleSatisfiesMVCC (htup=<optimized out>, snapshot=0x5643a2680120, buffer=2...
[18:55:44.913] #8  0x000056436faa6017 in HeapTupleSatisfiesVisibility (htup=htup@entry=0x7ffe4aa361a0, snapshot=snapshot...
[18:55:44.913] #9  0x000056436fa97499 in page_collect_tuples (check_serializable=<optimized out>, all_visible=<optimized...
tap
[18:46:53.137](1.140s) not ok 9 - Not visible
[18:46:53.284](0.146s) Bail out!  command "pg_ctl -D /tmp/cirrus-ci-build/build/testrun/recovery/012_subtransactions/dat...
tap
[18:51:06.000](226.746s) # poll_query_until timed out executing this query:
[18:51:06.000](0.001s) not ok 14 - startup deadlock: lock acquisition is waiting
[18:54:38.283](212.282s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /tmp/cirrus-ci-build/src/test/recovery/t/031_recovery_conflict.pl line 270.
test
[18:54:38.495]  17/314 postgresql:recovery / recovery/012_subtransactions                              ERROR            ...
[18:54:38.495] 313/314 postgresql:test_misc / test_misc/000_csn_perf                                   ERROR            ...
[18:54:38.495] 314/314 postgresql:recovery / recovery/031_recovery_conflict                            ERROR           4...
macOS - Sonoma - Meson
core
[18:55:24.930]   * frame #0: 0x00000001050ccb70 dyld`_dyld_start
test
[18:51:52.636] 314/314 postgresql:test_misc / test_misc/000_csn_perf                                   ERROR           1...
Windows - Server 2019, VS 2019 - Meson & ninja
test
[19:00:30.834] 309/309 postgresql:test_misc / test_misc/000_csn_perf                                   ERROR           3...
50/5068 Allow logical decoding to output generated columns
Linux - Debian Bookworm - Meson
core
[15:16:00.857] #0  0x00007fe329ea9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:16:00.857] #1  0x00007fe329e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[15:16:00.857] #2  0x00007fe329e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[15:16:00.857] #3  0x00007fe32a01e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[15:16:00.857] #4  0x00007fe32a02aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[15:16:00.857] #5  0x00007fe32a00dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x7fe327e33af...
[15:16:00.857] #6  0x00007fe327e285df in send_relation_and_attrs (relation=relation@entry=0x7fe3270163d0, xid=xid@entry=...
[15:16:00.857] #7  0x00007fe327e289c7 in maybe_send_schema (ctx=ctx@entry=0x5605e47c4bf0, change=change@entry=0x5605e47f...
[15:16:00.857] #8  0x00007fe327e2abf1 in pgoutput_change (ctx=0x5605e47c4bf0, txn=0x5605e47f5b70, relation=0x7fe3270163d...
[15:16:00.857] #9  0x00005605bba0afbc in change_cb_wrapper (cache=<optimized out>, txn=<optimized out>, relation=<optimi...
tap
[15:14:45.895](198.826s) # poll_query_until timed out executing this query:
test
[15:14:46.085] 312/312 postgresql:subscription / subscription/031_column_list                          ERROR           2...
51/5026 Parallel CREATE INDEX for GiST indexes
macOS - Sonoma - Meson
test
[15:03:41.444] 214/312 postgresql:pgbench / pgbench/001_pgbench_with_server                            ERROR            ...
51/4997 Return pg_control from pg_backup_stop().
Linux - Debian Bookworm - Meson
core
[14:04:40.735] #0  0x00007f36686a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[14:04:40.735] #1  0x00007f366865afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[14:04:40.735] #2  0x00007f3668645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[14:04:40.735] #3  0x00007f366881e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[14:04:40.735] #4  0x00007f366882aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[14:04:40.735] #5  0x00007f366880d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x5632c2d47fa0,...
[14:04:40.735] #6  0x00005632c1e701a1 in backup_control_file (controlFile=controlFile@entry=0x5632f2cf826c "n{\330\340K\...
[14:04:40.735] #7  0x00005632c1e74edd in pg_backup_stop (fcinfo=<optimized out>) at ../src/backend/access/transam/xlogfu...
[14:04:40.735] #8  0x00005632c207276f in ExecMakeTableFunctionResult (setexpr=0x5632f2d07358, econtext=0x5632f2d07228, a...
[14:04:40.735] #9  0x00005632c20a0961 in FunctionNext (node=0x5632f2d07018) at ../src/backend/executor/nodeFunctionscan....
core
[14:04:41.380] #0  0x00007f54206a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[14:04:41.380] #1  0x00007f542065afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[14:04:41.380] #2  0x00007f5420645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[14:04:41.380] #3  0x00007f542081e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[14:04:41.380] #4  0x00007f542082aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[14:04:41.380] #5  0x00007f542080d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55b0e5e53fa0,...
[14:04:41.380] #6  0x000055b0e4f7c1a1 in backup_control_file (controlFile=controlFile@entry=0x55b10399418c "n{\330\340K\...
[14:04:41.380] #7  0x000055b0e4f80edd in pg_backup_stop (fcinfo=<optimized out>) at ../src/backend/access/transam/xlogfu...
[14:04:41.380] #8  0x000055b0e51572db in ExecInterpExpr (state=0x55b10398b8a0, econtext=0x55b10398b648, isnull=0x7ffeefe...
[14:04:41.380] #9  0x000055b0e514bba9 in ExecInterpExprStillValid (state=0x55b10398b8a0, econtext=0x55b10398b648, isNull...
tap
[14:00:17.740](1.265s) not ok 18 - psql fails correctly
[14:00:17.741](0.000s) not ok 19 - pg_backup_start fails gracefully
test
[14:03:25.063]  26/312 postgresql:recovery / recovery/020_archive_status                               ERROR            ...
[14:03:25.063]  43/312 postgresql:recovery / recovery/042_low_level_backup                             ERROR            ...
51/4966 Parallel CREATE INDEX for GIN indexes
CompilerWarnings
compiler
[13:45:08.104] gininsert.c:2402:37: error: format ‘%ld’ expects argument of type ‘long int’, but argument 3 has type ‘lo...
compiler
[13:45:08.104] gininsert.c:2421:35: error: format ‘%ld’ expects argument of type ‘long int’, but argument 2 has type ‘in...
51/4929 apply_scanjoin_target_to_paths and partitionwise join
FreeBSD - 13 - Meson
core
[13:01:04.182] #0  0x000000082d69b8fa in _sigprocmask () from /lib/libc.so.7
[13:01:04.182] #1  0x000000082d6d4f91 in _system () from /lib/libc.so.7
[13:01:04.182] #2  0x000000082bb859d3 in ?? () from /lib/libthr.so.3
[13:01:04.182] #3  0x000000000066b0d5 in RestoreArchivedFile (path=path@entry=0x82149b1d0 "pg_wal/00000001", '0' <repeat...
[13:01:04.182] #4  0x0000000000652148 in existsTimeLineHistory (probeTLI=probeTLI@entry=2) at ../src/backend/access/tran...
[13:01:04.182] #5  0x0000000000652208 in findNewestTimeLine (startTLI=startTLI@entry=1) at ../src/backend/access/transam...
[13:01:04.182] #6  0x00000000006767bb in rescanLatestTimeLine (replayTLI=replayTLI@entry=1, replayLSN=replayLSN@entry=10...
[13:01:04.182] #7  0x00000000006729a3 in WaitForWALToBecomeAvailable (RecPtr=100683608, tliRecPtr=100683584, replayTLI=1...
[13:01:04.182] #8  XLogPageRead (xlogreader=0x838677130, targetPagePtr=100679680, reqLen=3928, targetRecPtr=100683584, r...
[13:01:04.182] #9  0x0000000000679da2 in ReadPageInternal (state=state@entry=0x838677130, pageptr=100679680, reqLen=3928...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-11-04 12:54:51.578176000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_join.out	2024-11-04 12:57:05.268...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/recovery/0...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-11-04 12:54:51.578176000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/partition_join.out	2024-11-04 12:57:51.3...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/regress/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-11-04 12:54:51.578176000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/partition_join.out	2024-11-04 12:57:05.735259000 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[12:57:09.432](61.407s) not ok 5 - regression tests pass
tap
[12:57:56.084](70.724s) not ok 2 - regression tests pass
test
[12:59:48.037]  41/312 postgresql:regress / regress/regress                                            ERROR            ...
[12:59:48.037]  86/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[12:59:48.037] 153/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_c...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-11-04 12:54:46.747326735 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/partition_join.out	2024-11-04 13:01:57.829476159 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/src/test/regress/results...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-11-04 12:54:46.747326735 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/partition_join.out	2024-11-04 13:00:07.215156482 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[13:02:00.597](81.212s) not ok 5 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-11-04 12:54:52.719072091 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_join.out	2024-11-04 13:00:04.844...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/recovery/0...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-11-04 12:54:52.719072091 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/partition_join.out	2024-11-04 13:00:36.4...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/regress/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-11-04 12:54:52.719072091 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/partition_join.out	2024-11-04 12:59:59.464400838 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[13:00:07.353](69.432s) not ok 5 - regression tests pass
tap
[13:00:39.664](69.758s) not ok 2 - regression tests pass
test
[13:02:18.388]  43/312 postgresql:regress / regress/regress                                            ERROR            ...
[13:02:18.388] 122/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[13:02:18.388] 150/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/partition_join.out C:/cirrus/build/testrun/pg_upgrade/0...
--- C:/cirrus/src/test/regress/expected/partition_join.out	2024-11-04 12:55:05.493294100 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_join.out	2024-11-04 12:58:53.142177600 +000...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/partition_join.out C:/cirrus/build/testrun/recovery/027...
--- C:/cirrus/src/test/regress/expected/partition_join.out	2024-11-04 12:55:05.493294100 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/partition_join.out	2024-11-04 13:01:12.367378000 +0...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/partition_join.out C:/cirrus/build/testrun/regress/regr...
--- C:/cirrus/src/test/regress/expected/partition_join.out	2024-11-04 12:55:05.493294100 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/partition_join.out	2024-11-04 12:58:47.310137800 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[12:59:02.264](113.937s) not ok 5 - regression tests pass
tap
[13:01:23.465](123.827s) not ok 2 - regression tests pass
test
[13:07:42.859]  19/307 postgresql:regress / regress/regress                                            ERROR           1...
[13:07:42.859]  38/307 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[13:07:42.859]  93/307 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5285 NOT ENFORCED constraint feature
CompilerWarnings
compiler
[12:46:06.652] tablecmds.c:10904:7: error: variable 'deleteTriggerOid' is used uninitialized whenever 'if' condition is ...
compiler
[12:46:06.652] tablecmds.c:10904:7: error: variable 'updateTriggerOid' is used uninitialized whenever 'if' condition is ...
compiler
[12:45:30.958] tablecmds.c:10904:7: error: variable 'updateTriggerOid' is used uninitialized whenever 'if' condition is ...
compiler
[12:45:30.958] tablecmds.c:10904:7: error: variable 'deleteTriggerOid' is used uninitialized whenever 'if' condition is ...
compiler
[12:44:14.314] tablecmds.c:10918:17: error: ‘deleteTriggerOid’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[12:44:14.314] tablecmds.c:10918:17: error: ‘updateTriggerOid’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[12:43:11.570] tablecmds.c:10918:17: error: ‘deleteTriggerOid’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[12:43:11.570] tablecmds.c:10918:17: error: ‘updateTriggerOid’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[12:47:47.220] tablecmds.c:10918:17: error: ‘deleteTriggerOid’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[12:47:47.220] tablecmds.c:10918:17: error: ‘updateTriggerOid’ may be used uninitialized [-Werror=maybe-uninitialized]
51/5323 Support enabling checksums online
CompilerWarnings
compiler
[12:00:37.602] datachecksumsworker.c:590:67: error: format ‘%d’ expects argument of type ‘int’, but argument 5 has type ...
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/rules.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_u...
--- /tmp/cirrus-ci-build/src/test/regress/expected/rules.out	2024-11-04 11:47:05.682876000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/rules.out	2024-11-04 11:49:16.069189000 +0...
@@ -2032,6 +2032,34 @@
     s.param15 AS partitions_done
    FROM (pg_stat_get_progress_info('CREATE INDEX'::text) s(pid, datid, relid, param1, param2, param3, param4, param5, p...
      LEFT JOIN pg_database d ON ((s.datid = d.oid)));
+pg_stat_progress_data_checksums| SELECT s.pid,
+    s.datid,
+    d.datname,
+        CASE s.param1
+            WHEN 0 THEN 'enabling'::text
+            WHEN 1 THEN 'disabling'::text
+            WHEN 2 THEN 'waiting'::text
+            WHEN 3 THEN 'waiting on backends'::text
+            WHEN 4 THEN 'waiting on temporary tables'::text
+            WHEN 5 THEN 'done'::text
+            ELSE NULL::text
+        END AS phase,
+        CASE s.param2
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/rules.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream...
--- /tmp/cirrus-ci-build/src/test/regress/expected/rules.out	2024-11-04 11:47:05.682876000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/rules.out	2024-11-04 11:49:59.035515000 ...
@@ -2032,6 +2032,34 @@
     s.param15 AS partitions_done
    FROM (pg_stat_get_progress_info('CREATE INDEX'::text) s(pid, datid, relid, param1, param2, param3, param4, param5, p...
      LEFT JOIN pg_database d ON ((s.datid = d.oid)));
+pg_stat_progress_data_checksums| SELECT s.pid,
+    s.datid,
+    d.datname,
+        CASE s.param1
+            WHEN 0 THEN 'enabling'::text
+            WHEN 1 THEN 'disabling'::text
+            WHEN 2 THEN 'waiting'::text
+            WHEN 3 THEN 'waiting on backends'::text
+            WHEN 4 THEN 'waiting on temporary tables'::text
+            WHEN 5 THEN 'done'::text
+            ELSE NULL::text
+        END AS phase,
+        CASE s.param2
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/rules.out /tmp/cirrus-ci-build/build/testrun/regress/regress/res...
--- /tmp/cirrus-ci-build/src/test/regress/expected/rules.out	2024-11-04 11:47:05.682876000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/rules.out	2024-11-04 11:49:17.892706000 +0000
@@ -2032,6 +2032,34 @@
     s.param15 AS partitions_done
    FROM (pg_stat_get_progress_info('CREATE INDEX'::text) s(pid, datid, relid, param1, param2, param3, param4, param5, p...
      LEFT JOIN pg_database d ON ((s.datid = d.oid)));
+pg_stat_progress_data_checksums| SELECT s.pid,
+    s.datid,
+    d.datname,
+        CASE s.param1
+            WHEN 0 THEN 'enabling'::text
+            WHEN 1 THEN 'disabling'::text
+            WHEN 2 THEN 'waiting'::text
+            WHEN 3 THEN 'waiting on backends'::text
+            WHEN 4 THEN 'waiting on temporary tables'::text
+            WHEN 5 THEN 'done'::text
+            ELSE NULL::text
+        END AS phase,
+        CASE s.param2
...
tap
[11:50:48.872](0.000s) not ok 23 - data_checksums=on is reported on an offline cluster stdout /(?^:^on$)/
tap
[11:49:44.518](55.127s) not ok 5 - regression tests pass
tap
[11:50:33.564](68.265s) not ok 2 - regression tests pass
test
[11:52:25.696]  26/316 postgresql:regress / regress/regress                                            ERROR            ...
[11:52:25.696]  65/316 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[11:52:25.696] 153/316 postgresql:pg_checksums / pg_checksums/002_actions                              ERROR            ...
[11:52:25.696] 154/316 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/rules.out /tmp/cirrus-ci-build/src/test/recovery/tmp_check/resul...
--- /tmp/cirrus-ci-build/src/test/regress/expected/rules.out	2024-11-04 11:47:02.693247611 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/rules.out	2024-11-04 11:55:04.632790412 +0000
@@ -2032,6 +2032,34 @@
     s.param15 AS partitions_done
    FROM (pg_stat_get_progress_info('CREATE INDEX'::text) s(pid, datid, relid, param1, param2, param3, param4, param5, p...
      LEFT JOIN pg_database d ON ((s.datid = d.oid)));
+pg_stat_progress_data_checksums| SELECT s.pid,
+    s.datid,
+    d.datname,
+        CASE s.param1
+            WHEN 0 THEN 'enabling'::text
+            WHEN 1 THEN 'disabling'::text
+            WHEN 2 THEN 'waiting'::text
+            WHEN 3 THEN 'waiting on backends'::text
+            WHEN 4 THEN 'waiting on temporary tables'::text
+            WHEN 5 THEN 'done'::text
+            ELSE NULL::text
+        END AS phase,
+        CASE s.param2
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/rules.out /tmp/cirrus-ci-build/src/test/regress/results/rules.ou...
--- /tmp/cirrus-ci-build/src/test/regress/expected/rules.out	2024-11-04 11:47:02.693247611 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/rules.out	2024-11-04 11:52:07.997808293 +0000
@@ -2032,6 +2032,34 @@
     s.param15 AS partitions_done
    FROM (pg_stat_get_progress_info('CREATE INDEX'::text) s(pid, datid, relid, param1, param2, param3, param4, param5, p...
      LEFT JOIN pg_database d ON ((s.datid = d.oid)));
+pg_stat_progress_data_checksums| SELECT s.pid,
+    s.datid,
+    d.datname,
+        CASE s.param1
+            WHEN 0 THEN 'enabling'::text
+            WHEN 1 THEN 'disabling'::text
+            WHEN 2 THEN 'waiting'::text
+            WHEN 3 THEN 'waiting on backends'::text
+            WHEN 4 THEN 'waiting on temporary tables'::text
+            WHEN 5 THEN 'done'::text
+            ELSE NULL::text
+        END AS phase,
+        CASE s.param2
...
tap
[11:52:48.870](0.000s) not ok 23 - data_checksums=on is reported on an offline cluster stdout /(?^:^on$)/
tap
[11:55:30.430](57.421s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/rules.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_u...
--- /tmp/cirrus-ci-build/src/test/regress/expected/rules.out	2024-11-04 11:47:02.454338394 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/rules.out	2024-11-04 11:51:56.445309810 +0...
@@ -2032,6 +2032,34 @@
     s.param15 AS partitions_done
    FROM (pg_stat_get_progress_info('CREATE INDEX'::text) s(pid, datid, relid, param1, param2, param3, param4, param5, p...
      LEFT JOIN pg_database d ON ((s.datid = d.oid)));
+pg_stat_progress_data_checksums| SELECT s.pid,
+    s.datid,
+    d.datname,
+        CASE s.param1
+            WHEN 0 THEN 'enabling'::text
+            WHEN 1 THEN 'disabling'::text
+            WHEN 2 THEN 'waiting'::text
+            WHEN 3 THEN 'waiting on backends'::text
+            WHEN 4 THEN 'waiting on temporary tables'::text
+            WHEN 5 THEN 'done'::text
+            ELSE NULL::text
+        END AS phase,
+        CASE s.param2
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/rules.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream...
--- /tmp/cirrus-ci-build/src/test/regress/expected/rules.out	2024-11-04 11:47:02.454338394 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/rules.out	2024-11-04 11:52:35.401706724 ...
@@ -2032,6 +2032,34 @@
     s.param15 AS partitions_done
    FROM (pg_stat_get_progress_info('CREATE INDEX'::text) s(pid, datid, relid, param1, param2, param3, param4, param5, p...
      LEFT JOIN pg_database d ON ((s.datid = d.oid)));
+pg_stat_progress_data_checksums| SELECT s.pid,
+    s.datid,
+    d.datname,
+        CASE s.param1
+            WHEN 0 THEN 'enabling'::text
+            WHEN 1 THEN 'disabling'::text
+            WHEN 2 THEN 'waiting'::text
+            WHEN 3 THEN 'waiting on backends'::text
+            WHEN 4 THEN 'waiting on temporary tables'::text
+            WHEN 5 THEN 'done'::text
+            ELSE NULL::text
+        END AS phase,
+        CASE s.param2
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/rules.out /tmp/cirrus-ci-build/build/testrun/regress/regress/res...
--- /tmp/cirrus-ci-build/src/test/regress/expected/rules.out	2024-11-04 11:47:02.454338394 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/rules.out	2024-11-04 11:51:52.361287785 +0000
@@ -2032,6 +2032,34 @@
     s.param15 AS partitions_done
    FROM (pg_stat_get_progress_info('CREATE INDEX'::text) s(pid, datid, relid, param1, param2, param3, param4, param5, p...
      LEFT JOIN pg_database d ON ((s.datid = d.oid)));
+pg_stat_progress_data_checksums| SELECT s.pid,
+    s.datid,
+    d.datname,
+        CASE s.param1
+            WHEN 0 THEN 'enabling'::text
+            WHEN 1 THEN 'disabling'::text
+            WHEN 2 THEN 'waiting'::text
+            WHEN 3 THEN 'waiting on backends'::text
+            WHEN 4 THEN 'waiting on temporary tables'::text
+            WHEN 5 THEN 'done'::text
+            ELSE NULL::text
+        END AS phase,
+        CASE s.param2
...
tap
[11:53:15.849](0.000s) not ok 23 - data_checksums=on is reported on an offline cluster stdout /(?^:^on$)/
tap
[11:52:30.393](65.424s) not ok 5 - regression tests pass
tap
[11:53:00.967](64.393s) not ok 2 - regression tests pass
test
[11:54:38.103]  30/316 postgresql:regress / regress/regress                                            ERROR            ...
[11:54:38.103] 119/316 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[11:54:38.103] 152/316 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[11:54:38.103] 156/316 postgresql:pg_checksums / pg_checksums/002_actions                              ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/rules.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgra...
--- /Users/admin/pgsql/src/test/regress/expected/rules.out	2024-11-04 11:47:03
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/rules.out	2024-11-04 11:49:46
@@ -2031,6 +2031,34 @@
     s.param14 AS partitions_total,
     s.param15 AS partitions_done
    FROM (pg_stat_get_progress_info('CREATE INDEX'::text) s(pid, datid, relid, param1, param2, param3, param4, param5, p...
+     LEFT JOIN pg_database d ON ((s.datid = d.oid)));
+pg_stat_progress_data_checksums| SELECT s.pid,
+    s.datid,
+    d.datname,
+        CASE s.param1
+            WHEN 0 THEN 'enabling'::text
+            WHEN 1 THEN 'disabling'::text
+            WHEN 2 THEN 'waiting'::text
+            WHEN 3 THEN 'waiting on backends'::text
+            WHEN 4 THEN 'waiting on temporary tables'::text
+            WHEN 5 THEN 'done'::text
+            ELSE NULL::text
+        END AS phase,
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/rules.out /Users/admin/pgsql/build/testrun/recovery/027_stream_reg...
--- /Users/admin/pgsql/src/test/regress/expected/rules.out	2024-11-04 11:47:03
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/rules.out	2024-11-04 11:50:50
@@ -2031,6 +2031,34 @@
     s.param14 AS partitions_total,
     s.param15 AS partitions_done
    FROM (pg_stat_get_progress_info('CREATE INDEX'::text) s(pid, datid, relid, param1, param2, param3, param4, param5, p...
+     LEFT JOIN pg_database d ON ((s.datid = d.oid)));
+pg_stat_progress_data_checksums| SELECT s.pid,
+    s.datid,
+    d.datname,
+        CASE s.param1
+            WHEN 0 THEN 'enabling'::text
+            WHEN 1 THEN 'disabling'::text
+            WHEN 2 THEN 'waiting'::text
+            WHEN 3 THEN 'waiting on backends'::text
+            WHEN 4 THEN 'waiting on temporary tables'::text
+            WHEN 5 THEN 'done'::text
+            ELSE NULL::text
+        END AS phase,
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/rules.out /Users/admin/pgsql/build/testrun/regress/regress/results...
--- /Users/admin/pgsql/src/test/regress/expected/rules.out	2024-11-04 11:47:03
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/rules.out	2024-11-04 11:49:46
@@ -2031,6 +2031,34 @@
     s.param14 AS partitions_total,
     s.param15 AS partitions_done
    FROM (pg_stat_get_progress_info('CREATE INDEX'::text) s(pid, datid, relid, param1, param2, param3, param4, param5, p...
+     LEFT JOIN pg_database d ON ((s.datid = d.oid)));
+pg_stat_progress_data_checksums| SELECT s.pid,
+    s.datid,
+    d.datname,
+        CASE s.param1
+            WHEN 0 THEN 'enabling'::text
+            WHEN 1 THEN 'disabling'::text
+            WHEN 2 THEN 'waiting'::text
+            WHEN 3 THEN 'waiting on backends'::text
+            WHEN 4 THEN 'waiting on temporary tables'::text
+            WHEN 5 THEN 'done'::text
+            ELSE NULL::text
+        END AS phase,
...
tap
[11:51:40.579](0.000s) not ok 23 - data_checksums=on is reported on an offline cluster stdout /(?^:^on$)/
tap
[11:50:03.878](45.644s) not ok 5 - regression tests pass
tap
[11:51:18.472](67.757s) not ok 2 - regression tests pass
test
[11:54:16.835]  23/316 postgresql:regress / regress/regress                                            ERROR            ...
[11:54:16.835]  45/316 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[11:54:16.835] 140/316 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[11:54:16.835] 154/316 postgresql:pg_checksums / pg_checksums/002_actions                              ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
core
00000075`2e5ff838 00007ff6`28fcef37     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000075`2e5ff840 00007ff6`28e8c154     postgres!SubPostmasterMain(
00000075`2e5ff8b0 00007ff6`294811f9     postgres!main(
00000075`2e5ff8f0 00007ff6`2948114e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000075`2e5ff940 00007ff6`2948100e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000075`2e5ff9b0 00007ff6`2948126e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000075`2e5ff9e0 00007ffb`55d84cb0     postgres!mainCRTStartup(
00000075`2e5ffa10 00007ffb`5703ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000075`2e5ffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000075`2edff9d8 00007ffb`56fcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000075`2edff9e0 00007ffb`55d84cb0     ntdll!TppWorkerThread+0x2df
00000075`2edffcd0 00007ffb`5703ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000075`2edffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000075`2e9ff9f8 00007ffb`56fcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000075`2e9ffa00 00007ffb`55d84cb0     ntdll!TppWorkerThread+0x2df
00000075`2e9ffcf0 00007ffb`5703ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000075`2e9ffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000db`ecfff6f8 00007ff6`28fcef37     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000db`ecfff700 00007ff6`28e8c154     postgres!SubPostmasterMain(
000000db`ecfff770 00007ff6`294811f9     postgres!main(
000000db`ecfff7b0 00007ff6`2948114e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000db`ecfff800 00007ff6`2948100e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000db`ecfff870 00007ff6`2948126e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000db`ecfff8a0 00007ffb`55d84cb0     postgres!mainCRTStartup(
000000db`ecfff8d0 00007ffb`5703ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000db`ecfff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000db`ed3ff5d8 00007ffb`56fcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000db`ed3ff5e0 00007ffb`55d84cb0     ntdll!TppWorkerThread+0x2df
000000db`ed3ff8d0 00007ffb`5703ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000db`ed3ff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000db`ed7ff7f8 00007ffb`56fcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000db`ed7ff800 00007ffb`55d84cb0     ntdll!TppWorkerThread+0x2df
000000db`ed7ffaf0 00007ffb`5703ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000db`ed7ffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008e`103ff838 00007ffb`56fcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008e`103ff840 00007ffb`55d84cb0     ntdll!TppWorkerThread+0x2df
0000008e`103ffb30 00007ffb`5703ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000008e`103ffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008e`0fbffcc8 00007ff6`28fcef37     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
0000008e`0fbffcd0 00007ff6`28e8c154     postgres!SubPostmasterMain(
0000008e`0fbffd40 00007ff6`294811f9     postgres!main(
0000008e`0fbffd80 00007ff6`2948114e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000008e`0fbffdd0 00007ff6`2948100e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000008e`0fbffe40 00007ff6`2948126e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
0000008e`0fbffe70 00007ffb`55d84cb0     postgres!mainCRTStartup(
0000008e`0fbffea0 00007ffb`5703ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000008e`0fbffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008e`0ffff938 00007ffb`56fcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008e`0ffff940 00007ffb`55d84cb0     ntdll!TppWorkerThread+0x2df
0000008e`0ffffc30 00007ffb`5703ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000008e`0ffffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000085`adfffa28 00007ffb`56fcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000085`adfffa30 00007ffb`55d84cb0     ntdll!TppWorkerThread+0x2df
00000085`adfffd20 00007ffb`5703ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000085`adfffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000085`adbffaf8 00007ff6`28fcef37     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000085`adbffb00 00007ff6`28e8c154     postgres!SubPostmasterMain(
00000085`adbffb70 00007ff6`294811f9     postgres!main(
00000085`adbffbb0 00007ff6`2948114e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000085`adbffc00 00007ff6`2948100e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000085`adbffc70 00007ff6`2948126e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000085`adbffca0 00007ffb`55d84cb0     postgres!mainCRTStartup(
00000085`adbffcd0 00007ffb`5703ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000085`adbffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000085`ae3ff788 00007ffb`56fcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000085`ae3ff790 00007ffb`55d84cb0     ntdll!TppWorkerThread+0x2df
00000085`ae3ffa80 00007ffb`5703ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000085`ae3ffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c5`61dff7c8 00007ff6`28fcef37     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000c5`61dff7d0 00007ff6`28e8c154     postgres!SubPostmasterMain(
000000c5`61dff840 00007ff6`294811f9     postgres!main(
000000c5`61dff880 00007ff6`2948114e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c5`61dff8d0 00007ff6`2948100e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c5`61dff940 00007ff6`2948126e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000c5`61dff970 00007ffb`55d84cb0     postgres!mainCRTStartup(
000000c5`61dff9a0 00007ffb`5703ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c5`61dff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c5`625ff4f8 00007ffb`56fcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c5`625ff500 00007ffb`55d84cb0     ntdll!TppWorkerThread+0x2df
000000c5`625ff7f0 00007ffb`5703ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c5`625ff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c5`621ff708 00007ffb`56fcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c5`621ff710 00007ffb`55d84cb0     ntdll!TppWorkerThread+0x2df
000000c5`621ffa00 00007ffb`5703ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c5`621ffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ca`831ff9d8 00007ffb`56fcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ca`831ff9e0 00007ffb`55d84cb0     ntdll!TppWorkerThread+0x2df
000000ca`831ffcd0 00007ffb`5703ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ca`831ffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ca`82dff9d8 00007ffb`56fcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ca`82dff9e0 00007ffb`55d84cb0     ntdll!TppWorkerThread+0x2df
000000ca`82dffcd0 00007ffb`5703ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ca`82dffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ca`829ff7a8 00007ff6`28fcef37     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000ca`829ff7b0 00007ff6`28e8c154     postgres!SubPostmasterMain(
000000ca`829ff820 00007ff6`294811f9     postgres!main(
000000ca`829ff860 00007ff6`2948114e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ca`829ff8b0 00007ff6`2948100e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ca`829ff920 00007ff6`2948126e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000ca`829ff950 00007ffb`55d84cb0     postgres!mainCRTStartup(
000000ca`829ff980 00007ffb`5703ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ca`829ff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ca`835ff488 00007ffb`56fcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ca`835ff490 00007ffb`55d84cb0     ntdll!TppWorkerThread+0x2df
000000ca`835ff780 00007ffb`5703ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ca`835ff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000046`067ff718 00007ff6`28fcef37     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000046`067ff720 00007ff6`28e8c154     postgres!SubPostmasterMain(
00000046`067ff790 00007ff6`294811f9     postgres!main(
00000046`067ff7d0 00007ff6`2948114e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000046`067ff820 00007ff6`2948100e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000046`067ff890 00007ff6`2948126e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000046`067ff8c0 00007ffb`55d84cb0     postgres!mainCRTStartup(
00000046`067ff8f0 00007ffb`5703ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000046`067ff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000046`06fff668 00007ffb`56fcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000046`06fff670 00007ffb`55d84cb0     ntdll!TppWorkerThread+0x2df
00000046`06fff960 00007ffb`5703ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000046`06fff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000046`06bff5a8 00007ffb`56fcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000046`06bff5b0 00007ffb`55d84cb0     ntdll!TppWorkerThread+0x2df
00000046`06bff8a0 00007ffb`5703ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000046`06bff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c0`175ff898 00007ffb`56fcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c0`175ff8a0 00007ffb`55d84cb0     ntdll!TppWorkerThread+0x2df
000000c0`175ffb90 00007ffb`5703ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c0`175ffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c0`171ffc98 00007ff6`28fcef37     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000c0`171ffca0 00007ff6`28e8c154     postgres!SubPostmasterMain(
000000c0`171ffd10 00007ff6`294811f9     postgres!main(
000000c0`171ffd50 00007ff6`2948114e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c0`171ffda0 00007ff6`2948100e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c0`171ffe10 00007ff6`2948126e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000c0`171ffe40 00007ffb`55d84cb0     postgres!mainCRTStartup(
000000c0`171ffe70 00007ffb`5703ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c0`171ffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c0`179ffa18 00007ffb`56fcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c0`179ffa20 00007ffb`55d84cb0     ntdll!TppWorkerThread+0x2df
000000c0`179ffd10 00007ffb`5703ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c0`179ffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c2`353ff918 00007ffb`56fcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c2`353ff920 00007ffb`55d84cb0     ntdll!TppWorkerThread+0x2df
000000c2`353ffc10 00007ffb`5703ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c2`353ffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c2`34fffc28 00007ffb`56fcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c2`34fffc30 00007ffb`55d84cb0     ntdll!TppWorkerThread+0x2df
000000c2`34ffff20 00007ffb`5703ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c2`34ffff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c2`34bff648 00007ff6`28fcef37     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000c2`34bff650 00007ff6`28e8c154     postgres!SubPostmasterMain(
000000c2`34bff6c0 00007ff6`294811f9     postgres!main(
000000c2`34bff700 00007ff6`2948114e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c2`34bff750 00007ff6`2948100e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c2`34bff7c0 00007ff6`2948126e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000c2`34bff7f0 00007ffb`55d84cb0     postgres!mainCRTStartup(
000000c2`34bff820 00007ffb`5703ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c2`34bff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000053`09dffaa8 00007ff6`28fcef37     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000053`09dffab0 00007ff6`28e8c154     postgres!SubPostmasterMain(
00000053`09dffb20 00007ff6`294811f9     postgres!main(
00000053`09dffb60 00007ff6`2948114e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000053`09dffbb0 00007ff6`2948100e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000053`09dffc20 00007ff6`2948126e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000053`09dffc50 00007ffb`55d84cb0     postgres!mainCRTStartup(
00000053`09dffc80 00007ffb`5703ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000053`09dffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000053`0a1ffa68 00007ffb`56fcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000053`0a1ffa70 00007ffb`55d84cb0     ntdll!TppWorkerThread+0x2df
00000053`0a1ffd60 00007ffb`5703ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000053`0a1ffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000053`0a5ffb38 00007ffb`56fcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000053`0a5ffb40 00007ffb`55d84cb0     ntdll!TppWorkerThread+0x2df
00000053`0a5ffe30 00007ffb`5703ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000053`0a5ffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000053`0a9ff908 00007ffb`56fcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000053`0a9ff910 00007ffb`55d84cb0     ntdll!TppWorkerThread+0x2df
00000053`0a9ffc00 00007ffb`5703ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000053`0a9ffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008e`eb1ffb18 00007ffb`56fcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008e`eb1ffb20 00007ffb`55d84cb0     ntdll!TppWorkerThread+0x2df
0000008e`eb1ffe10 00007ffb`5703ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000008e`eb1ffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008e`ea9ff6e8 00007ff6`28fcef37     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
0000008e`ea9ff6f0 00007ff6`28e8c154     postgres!SubPostmasterMain(
0000008e`ea9ff760 00007ff6`294811f9     postgres!main(
0000008e`ea9ff7a0 00007ff6`2948114e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000008e`ea9ff7f0 00007ff6`2948100e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000008e`ea9ff860 00007ff6`2948126e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
0000008e`ea9ff890 00007ffb`55d84cb0     postgres!mainCRTStartup(
0000008e`ea9ff8c0 00007ffb`5703ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000008e`ea9ff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008e`eadff508 00007ffb`56fcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008e`eadff510 00007ffb`55d84cb0     ntdll!TppWorkerThread+0x2df
0000008e`eadff800 00007ffb`5703ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000008e`eadff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000041`ab7ff7f8 00007ff6`28fcef37     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000041`ab7ff800 00007ff6`28e8c154     postgres!SubPostmasterMain(
00000041`ab7ff870 00007ff6`294811f9     postgres!main(
00000041`ab7ff8b0 00007ff6`2948114e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000041`ab7ff900 00007ff6`2948100e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000041`ab7ff970 00007ff6`2948126e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000041`ab7ff9a0 00007ffb`55d84cb0     postgres!mainCRTStartup(
00000041`ab7ff9d0 00007ffb`5703ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000041`ab7ffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000041`abfffb48 00007ffb`56fcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000041`abfffb50 00007ffb`55d84cb0     ntdll!TppWorkerThread+0x2df
00000041`abfffe40 00007ffb`5703ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000041`abfffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000041`abbff668 00007ffb`56fcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000041`abbff670 00007ffb`55d84cb0     ntdll!TppWorkerThread+0x2df
00000041`abbff960 00007ffb`5703ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000041`abbff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b9`7b7ff6c8 00007ffb`56fcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b9`7b7ff6d0 00007ffb`55d84cb0     ntdll!TppWorkerThread+0x2df
000000b9`7b7ff9c0 00007ffb`5703ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b9`7b7ff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b9`7afff8b8 00007ff6`28fcef37     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000b9`7afff8c0 00007ff6`28e8c154     postgres!SubPostmasterMain(
000000b9`7afff930 00007ff6`294811f9     postgres!main(
000000b9`7afff970 00007ff6`2948114e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b9`7afff9c0 00007ff6`2948100e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000b9`7afffa30 00007ff6`2948126e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000b9`7afffa60 00007ffb`55d84cb0     postgres!mainCRTStartup(
000000b9`7afffa90 00007ffb`5703ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b9`7afffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b9`7b3ff868 00007ffb`56fcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b9`7b3ff870 00007ffb`55d84cb0     ntdll!TppWorkerThread+0x2df
000000b9`7b3ffb60 00007ffb`5703ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b9`7b3ffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e0`b1fff598 00007ffb`56fcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e0`b1fff5a0 00007ffb`55d84cb0     ntdll!TppWorkerThread+0x2df
000000e0`b1fff890 00007ffb`5703ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e0`b1fff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e0`b1bff808 00007ff6`28fcef37     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000e0`b1bff810 00007ff6`28e8c154     postgres!SubPostmasterMain(
000000e0`b1bff880 00007ff6`294811f9     postgres!main(
000000e0`b1bff8c0 00007ff6`2948114e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e0`b1bff910 00007ff6`2948100e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e0`b1bff980 00007ff6`2948126e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000e0`b1bff9b0 00007ffb`55d84cb0     postgres!mainCRTStartup(
000000e0`b1bff9e0 00007ffb`5703ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e0`b1bffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e0`b23ff798 00007ffb`56fcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e0`b23ff7a0 00007ffb`55d84cb0     ntdll!TppWorkerThread+0x2df
000000e0`b23ffa90 00007ffb`5703ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e0`b23ffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a3`1a1ffc18 00007ff6`28fcef37     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000a3`1a1ffc20 00007ff6`28e8c154     postgres!SubPostmasterMain(
000000a3`1a1ffc90 00007ff6`294811f9     postgres!main(
000000a3`1a1ffcd0 00007ff6`2948114e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a3`1a1ffd20 00007ff6`2948100e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a3`1a1ffd90 00007ff6`2948126e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000a3`1a1ffdc0 00007ffb`55d84cb0     postgres!mainCRTStartup(
000000a3`1a1ffdf0 00007ffb`5703ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a3`1a1ffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a3`1a9ffb78 00007ffb`56fcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a3`1a9ffb80 00007ffb`55d84cb0     ntdll!TppWorkerThread+0x2df
000000a3`1a9ffe70 00007ffb`5703ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a3`1a9ffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a3`1a5ff8c8 00007ffb`56fcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a3`1a5ff8d0 00007ffb`55d84cb0     ntdll!TppWorkerThread+0x2df
000000a3`1a5ffbc0 00007ffb`5703ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a3`1a5ffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e4`d9bffa78 00007ff6`28fcef37     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000e4`d9bffa80 00007ff6`28e8c154     postgres!SubPostmasterMain(
000000e4`d9bffaf0 00007ff6`294811f9     postgres!main(
000000e4`d9bffb30 00007ff6`2948114e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e4`d9bffb80 00007ff6`2948100e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e4`d9bffbf0 00007ff6`2948126e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000e4`d9bffc20 00007ffb`55d84cb0     postgres!mainCRTStartup(
000000e4`d9bffc50 00007ffb`5703ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e4`d9bffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e4`da3ff928 00007ffb`56fcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e4`da3ff930 00007ffb`55d84cb0     ntdll!TppWorkerThread+0x2df
000000e4`da3ffc20 00007ffb`5703ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e4`da3ffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e4`d9fff628 00007ffb`56fcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e4`d9fff630 00007ffb`55d84cb0     ntdll!TppWorkerThread+0x2df
000000e4`d9fff920 00007ffb`5703ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e4`d9fff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`d49ff5c8 00007ffb`56fcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dd`d49ff5d0 00007ffb`55d84cb0     ntdll!TppWorkerThread+0x2df
000000dd`d49ff8c0 00007ffb`5703ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`d49ff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`d3dffca8 00007ff6`28fcef37     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000dd`d3dffcb0 00007ff6`28e8c154     postgres!SubPostmasterMain(
000000dd`d3dffd20 00007ff6`294811f9     postgres!main(
000000dd`d3dffd60 00007ff6`2948114e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000dd`d3dffdb0 00007ff6`2948100e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000dd`d3dffe20 00007ff6`2948126e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000dd`d3dffe50 00007ffb`55d84cb0     postgres!mainCRTStartup(
000000dd`d3dffe80 00007ffb`5703ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`d3dffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`d41ffba8 00007ffb`56fcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dd`d41ffbb0 00007ffb`55d84cb0     ntdll!TppWorkerThread+0x2df
000000dd`d41ffea0 00007ffb`5703ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`d41ffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`d45ffa08 00007ffb`56fcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dd`d45ffa10 00007ffb`55d84cb0     ntdll!TppWorkerThread+0x2df
000000dd`d45ffd00 00007ffb`5703ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`d45ffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000048`c07ff498 00007ffb`56fcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000048`c07ff4a0 00007ffb`55d84cb0     ntdll!TppWorkerThread+0x2df
00000048`c07ff790 00007ffb`5703ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000048`c07ff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000048`bffff848 00007ff6`28fcef37     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000048`bffff850 00007ff6`28e8c154     postgres!SubPostmasterMain(
00000048`bffff8c0 00007ff6`294811f9     postgres!main(
00000048`bffff900 00007ff6`2948114e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000048`bffff950 00007ff6`2948100e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000048`bffff9c0 00007ff6`2948126e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000048`bffff9f0 00007ffb`55d84cb0     postgres!mainCRTStartup(
00000048`bffffa20 00007ffb`5703ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000048`bffffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000048`c03ff948 00007ffb`56fcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000048`c03ff950 00007ffb`55d84cb0     ntdll!TppWorkerThread+0x2df
00000048`c03ffc40 00007ffb`5703ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000048`c03ffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003c`6edffc18 00007ffb`56fcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003c`6edffc20 00007ffb`55d84cb0     ntdll!TppWorkerThread+0x2df
0000003c`6edfff10 00007ffb`5703ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000003c`6edfff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003c`6e9ff748 00007ff6`28fcef37     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
0000003c`6e9ff750 00007ff6`28e8c154     postgres!SubPostmasterMain(
0000003c`6e9ff7c0 00007ff6`294811f9     postgres!main(
0000003c`6e9ff800 00007ff6`2948114e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000003c`6e9ff850 00007ff6`2948100e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000003c`6e9ff8c0 00007ff6`2948126e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
0000003c`6e9ff8f0 00007ffb`55d84cb0     postgres!mainCRTStartup(
0000003c`6e9ff920 00007ffb`5703ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000003c`6e9ff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003c`6f1ffa28 00007ffb`56fcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003c`6f1ffa30 00007ffb`55d84cb0     ntdll!TppWorkerThread+0x2df
0000003c`6f1ffd20 00007ffb`5703ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000003c`6f1ffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b2`34dff5a8 00007ff6`28fcef37     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000b2`34dff5b0 00007ff6`28e8c154     postgres!SubPostmasterMain(
000000b2`34dff620 00007ff6`294811f9     postgres!main(
000000b2`34dff660 00007ff6`2948114e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b2`34dff6b0 00007ff6`2948100e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000b2`34dff720 00007ff6`2948126e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000b2`34dff750 00007ffb`55d84cb0     postgres!mainCRTStartup(
000000b2`34dff780 00007ffb`5703ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b2`34dff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b2`351ff848 00007ffb`56fcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b2`351ff850 00007ffb`55d84cb0     ntdll!TppWorkerThread+0x2df
000000b2`351ffb40 00007ffb`5703ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b2`351ffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b2`355ff6d8 00007ffb`56fcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b2`355ff6e0 00007ffb`55d84cb0     ntdll!TppWorkerThread+0x2df
000000b2`355ff9d0 00007ffb`5703ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b2`355ffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b2`359ff8e8 00007ffb`56fcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b2`359ff8f0 00007ffb`55d84cb0     ntdll!TppWorkerThread+0x2df
000000b2`359ffbe0 00007ffb`5703ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b2`359ffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001b`907ffa88 00007ffb`56fcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001b`907ffa90 00007ffb`55d84cb0     ntdll!TppWorkerThread+0x2df
0000001b`907ffd80 00007ffb`5703ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000001b`907ffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001b`903ff928 00007ff6`28fcef37     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
0000001b`903ff930 00007ff6`28e8c154     postgres!SubPostmasterMain(
0000001b`903ff9a0 00007ff6`294811f9     postgres!main(
0000001b`903ff9e0 00007ff6`2948114e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000001b`903ffa30 00007ff6`2948100e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000001b`903ffaa0 00007ff6`2948126e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
0000001b`903ffad0 00007ffb`55d84cb0     postgres!mainCRTStartup(
0000001b`903ffb00 00007ffb`5703ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000001b`903ffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001b`90bff688 00007ffb`56fcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001b`90bff690 00007ffb`55d84cb0     ntdll!TppWorkerThread+0x2df
0000001b`90bff980 00007ffb`5703ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000001b`90bff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000081`90fffa58 00007ffb`56fcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000081`90fffa60 00007ffb`55d84cb0     ntdll!TppWorkerThread+0x2df
00000081`90fffd50 00007ffb`5703ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000081`90fffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000081`90bffbc8 00007ffb`56fcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000081`90bffbd0 00007ffb`55d84cb0     ntdll!TppWorkerThread+0x2df
00000081`90bffec0 00007ffb`5703ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000081`90bffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000081`907ffb88 00007ff6`28fcef37     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000081`907ffb90 00007ff6`28e8c154     postgres!SubPostmasterMain(
00000081`907ffc00 00007ff6`294811f9     postgres!main(
00000081`907ffc40 00007ff6`2948114e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000081`907ffc90 00007ff6`2948100e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000081`907ffd00 00007ff6`2948126e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000081`907ffd30 00007ffb`55d84cb0     postgres!mainCRTStartup(
00000081`907ffd60 00007ffb`5703ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000081`907ffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ce`50fff8b8 00007ffb`56fcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ce`50fff8c0 00007ffb`55d84cb0     ntdll!TppWorkerThread+0x2df
000000ce`50fffbb0 00007ffb`5703ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ce`50fffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ce`50bff7e8 00007ff6`28fcef37     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000ce`50bff7f0 00007ff6`28e8c154     postgres!SubPostmasterMain(
000000ce`50bff860 00007ff6`294811f9     postgres!main(
000000ce`50bff8a0 00007ff6`2948114e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ce`50bff8f0 00007ff6`2948100e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ce`50bff960 00007ff6`2948126e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000ce`50bff990 00007ffb`55d84cb0     postgres!mainCRTStartup(
000000ce`50bff9c0 00007ffb`5703ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ce`50bff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ce`513ff578 00007ffb`56fcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ce`513ff580 00007ffb`55d84cb0     ntdll!TppWorkerThread+0x2df
000000ce`513ff870 00007ffb`5703ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ce`513ff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c1`0cbff558 00007ffb`56fcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c1`0cbff560 00007ffb`55d84cb0     ntdll!TppWorkerThread+0x2df
000000c1`0cbff850 00007ffb`5703ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c1`0cbff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c1`0c7ff538 00007ffb`56fcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c1`0c7ff540 00007ffb`55d84cb0     ntdll!TppWorkerThread+0x2df
000000c1`0c7ff830 00007ffb`5703ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c1`0c7ff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c1`0c3ff5a8 00007ff6`28fcef37     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000c1`0c3ff5b0 00007ff6`28e8c154     postgres!SubPostmasterMain(
000000c1`0c3ff620 00007ff6`294811f9     postgres!main(
000000c1`0c3ff660 00007ff6`2948114e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c1`0c3ff6b0 00007ff6`2948100e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c1`0c3ff720 00007ff6`2948126e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000c1`0c3ff750 00007ffb`55d84cb0     postgres!mainCRTStartup(
000000c1`0c3ff780 00007ffb`5703ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c1`0c3ff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000031`c3fff9d8 00007ffb`56fcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000031`c3fff9e0 00007ffb`55d84cb0     ntdll!TppWorkerThread+0x2df
00000031`c3fffcd0 00007ffb`5703ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000031`c3fffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000031`c43ff738 00007ffb`56fcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000031`c43ff740 00007ffb`55d84cb0     ntdll!TppWorkerThread+0x2df
00000031`c43ffa30 00007ffb`5703ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000031`c43ffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000031`c3bff778 00007ff6`28fcef37     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000031`c3bff780 00007ff6`28e8c154     postgres!SubPostmasterMain(
00000031`c3bff7f0 00007ff6`294811f9     postgres!main(
00000031`c3bff830 00007ff6`2948114e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000031`c3bff880 00007ff6`2948100e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000031`c3bff8f0 00007ff6`2948126e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000031`c3bff920 00007ffb`55d84cb0     postgres!mainCRTStartup(
00000031`c3bff950 00007ffb`5703ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000031`c3bff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005e`9abff818 00007ff6`28fcef37     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
0000005e`9abff820 00007ff6`28e8c154     postgres!SubPostmasterMain(
0000005e`9abff890 00007ff6`294811f9     postgres!main(
0000005e`9abff8d0 00007ff6`2948114e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000005e`9abff920 00007ff6`2948100e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000005e`9abff990 00007ff6`2948126e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
0000005e`9abff9c0 00007ffb`55d84cb0     postgres!mainCRTStartup(
0000005e`9abff9f0 00007ffb`5703ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000005e`9abffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005e`9afffb58 00007ffb`56fcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005e`9afffb60 00007ffb`55d84cb0     ntdll!TppWorkerThread+0x2df
0000005e`9afffe50 00007ffb`5703ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000005e`9afffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005e`9b3ffc08 00007ffb`56fcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005e`9b3ffc10 00007ffb`55d84cb0     ntdll!TppWorkerThread+0x2df
0000005e`9b3fff00 00007ffb`5703ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000005e`9b3fff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000051`973ff5d8 00007ffb`56fcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000051`973ff5e0 00007ffb`55d84cb0     ntdll!TppWorkerThread+0x2df
00000051`973ff8d0 00007ffb`5703ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000051`973ff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000051`96bffbf8 00007ff6`28fcef37     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000051`96bffc00 00007ff6`28e8c154     postgres!SubPostmasterMain(
00000051`96bffc70 00007ff6`294811f9     postgres!main(
00000051`96bffcb0 00007ff6`2948114e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000051`96bffd00 00007ff6`2948100e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000051`96bffd70 00007ff6`2948126e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000051`96bffda0 00007ffb`55d84cb0     postgres!mainCRTStartup(
00000051`96bffdd0 00007ffb`5703ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000051`96bffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000051`96fff798 00007ffb`56fcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000051`96fff7a0 00007ffb`55d84cb0     ntdll!TppWorkerThread+0x2df
00000051`96fffa90 00007ffb`5703ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000051`96fffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000073`77fff6a8 00007ffb`56fcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000073`77fff6b0 00007ffb`55d84cb0     ntdll!TppWorkerThread+0x2df
00000073`77fff9a0 00007ffb`5703ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000073`77fff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000073`77bffad8 00007ffb`56fcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000073`77bffae0 00007ffb`55d84cb0     ntdll!TppWorkerThread+0x2df
00000073`77bffdd0 00007ffb`5703ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000073`77bffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000073`777ffb58 00007ff6`28fcef37     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000073`777ffb60 00007ff6`28e8c154     postgres!SubPostmasterMain(
00000073`777ffbd0 00007ff6`294811f9     postgres!main(
00000073`777ffc10 00007ff6`2948114e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000073`777ffc60 00007ff6`2948100e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000073`777ffcd0 00007ff6`2948126e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000073`777ffd00 00007ffb`55d84cb0     postgres!mainCRTStartup(
00000073`777ffd30 00007ffb`5703ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000073`777ffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000057`5e9ff708 00007ffb`56fcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000057`5e9ff710 00007ffb`55d84cb0     ntdll!TppWorkerThread+0x2df
00000057`5e9ffa00 00007ffb`5703ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000057`5e9ffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000057`5e5ff818 00007ff6`28fcef37     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000057`5e5ff820 00007ff6`28e8c154     postgres!SubPostmasterMain(
00000057`5e5ff890 00007ff6`294811f9     postgres!main(
00000057`5e5ff8d0 00007ff6`2948114e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000057`5e5ff920 00007ff6`2948100e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000057`5e5ff990 00007ff6`2948126e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000057`5e5ff9c0 00007ffb`55d84cb0     postgres!mainCRTStartup(
00000057`5e5ff9f0 00007ffb`5703ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000057`5e5ffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000057`5edffad8 00007ffb`56fcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000057`5edffae0 00007ffb`55d84cb0     ntdll!TppWorkerThread+0x2df
00000057`5edffdd0 00007ffb`5703ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000057`5edffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/rules.out C:/cirrus/build/testrun/pg_upgrade/002_pg_upg...
--- C:/cirrus/src/test/regress/expected/rules.out	2024-11-04 11:47:13.359684500 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/rules.out	2024-11-04 11:50:08.003023400 +0000
@@ -2032,6 +2032,34 @@
     s.param15 AS partitions_done
    FROM (pg_stat_get_progress_info('CREATE INDEX'::text) s(pid, datid, relid, param1, param2, param3, param4, param5, p...
      LEFT JOIN pg_database d ON ((s.datid = d.oid)));
+pg_stat_progress_data_checksums| SELECT s.pid,
+    s.datid,
+    d.datname,
+        CASE s.param1
+            WHEN 0 THEN 'enabling'::text
+            WHEN 1 THEN 'disabling'::text
+            WHEN 2 THEN 'waiting'::text
+            WHEN 3 THEN 'waiting on backends'::text
+            WHEN 4 THEN 'waiting on temporary tables'::text
+            WHEN 5 THEN 'done'::text
+            ELSE NULL::text
+        END AS phase,
+        CASE s.param2
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/rules.out C:/cirrus/build/testrun/recovery/027_stream_r...
--- C:/cirrus/src/test/regress/expected/rules.out	2024-11-04 11:47:13.359684500 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/rules.out	2024-11-04 11:52:10.364888600 +0000
@@ -2032,6 +2032,34 @@
     s.param15 AS partitions_done
    FROM (pg_stat_get_progress_info('CREATE INDEX'::text) s(pid, datid, relid, param1, param2, param3, param4, param5, p...
      LEFT JOIN pg_database d ON ((s.datid = d.oid)));
+pg_stat_progress_data_checksums| SELECT s.pid,
+    s.datid,
+    d.datname,
+        CASE s.param1
+            WHEN 0 THEN 'enabling'::text
+            WHEN 1 THEN 'disabling'::text
+            WHEN 2 THEN 'waiting'::text
+            WHEN 3 THEN 'waiting on backends'::text
+            WHEN 4 THEN 'waiting on temporary tables'::text
+            WHEN 5 THEN 'done'::text
+            ELSE NULL::text
+        END AS phase,
+        CASE s.param2
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/rules.out C:/cirrus/build/testrun/regress/regress/resul...
--- C:/cirrus/src/test/regress/expected/rules.out	2024-11-04 11:47:13.359684500 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/rules.out	2024-11-04 11:50:00.348250300 +0000
@@ -2032,6 +2032,34 @@
     s.param15 AS partitions_done
    FROM (pg_stat_get_progress_info('CREATE INDEX'::text) s(pid, datid, relid, param1, param2, param3, param4, param5, p...
      LEFT JOIN pg_database d ON ((s.datid = d.oid)));
+pg_stat_progress_data_checksums| SELECT s.pid,
+    s.datid,
+    d.datname,
+        CASE s.param1
+            WHEN 0 THEN 'enabling'::text
+            WHEN 1 THEN 'disabling'::text
+            WHEN 2 THEN 'waiting'::text
+            WHEN 3 THEN 'waiting on backends'::text
+            WHEN 4 THEN 'waiting on temporary tables'::text
+            WHEN 5 THEN 'done'::text
+            ELSE NULL::text
+        END AS phase,
+        CASE s.param2
...
tap
[12:03:49.468](313.386s) # poll_query_until timed out executing this query:
[12:03:49.470](0.002s) not ok 2 - ensure checksums are enabled
[12:08:44.845](294.893s) # poll_query_until timed out executing this query:
[12:08:44.847](0.002s) not ok 7 - ensure checksums are enabled
tap
[12:03:49.983](312.988s) # poll_query_until timed out executing this query:
[12:03:49.985](0.003s) not ok 3 - ensure checksums aren't enabled yet
tap
[12:03:51.330](312.367s) # poll_query_until timed out executing this query:
[12:03:51.333](0.002s) not ok 3 - ensure checksums are in progress on primary
[12:08:46.474](295.141s) # poll_query_until timed out executing this query:
[12:08:46.477](0.002s) not ok 4 - ensure standby has absorbed the inprogress-on barrier
[12:08:46.537](0.060s) not ok 5 - ensure checksums are on, or in progress, on standby_1
[12:13:40.757](294.220s) # poll_query_until timed out executing this query:
[12:13:40.759](0.002s) not ok 6 - ensure checksums are enabled on the primary
tap
[12:03:54.736](311.630s) # poll_query_until timed out executing this query:
[12:03:54.738](0.003s) not ok 6 - ensure checksums are in the process of being enabled
tap
[11:54:07.359](0.000s) not ok 23 - data_checksums=on is reported on an offline cluster stdout /(?^:^on$)/
tap
[11:50:49.023](103.428s) not ok 5 - regression tests pass
tap
[11:52:56.200](116.421s) not ok 2 - regression tests pass
test
[12:15:12.894]  20/311 postgresql:regress / regress/regress                                            ERROR           1...
[12:15:12.894]  38/311 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[12:15:12.894]  91/311 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
[12:15:12.894] 151/311 postgresql:pg_checksums / pg_checksums/002_actions                              ERROR            ...
[12:15:12.894] 307/311 postgresql:checksums / checksums/002_restarts                                   ERROR           3...
[12:15:12.894] 308/311 postgresql:checksums / checksums/004_offline                                    ERROR           3...
[12:15:12.894] 309/311 postgresql:checksums / checksums/001_basic                                      ERROR           6...
[12:15:12.894] 310/311 postgresql:pg_ctl / pg_ctl/004_logrotate                                        TIMEOUT        10...
[12:15:12.894] 311/311 postgresql:checksums / checksums/003_standby_restarts                           TIMEOUT        10...
51/5334 Support regular expressions with nondeterministic collations
Linux - Debian Bookworm - Meson
core
[10:51:33.830] #0  0xf7f9f559 in __kernel_vsyscall ()
[10:51:33.830] #1  0xf68da2f7 in ?? () from /lib/i386-linux-gnu/libc.so.6
[10:51:33.830] #2  0xf6889111 in raise () from /lib/i386-linux-gnu/libc.so.6
[10:51:33.830] #3  0xf687226a in abort () from /lib/i386-linux-gnu/libc.so.6
[10:51:33.830] #4  0xf6a95d4a in __sanitizer::Abort () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_pos...
[10:51:33.830] #5  0xf6aa4896 in __sanitizer::Die () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_termi...
[10:51:33.830] #6  0xf6a8258c in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=<optimized out>, Pointer=<optimize...
[10:51:33.830] #7  0x56f635a4 in pg_check_regex_collation (is_similar_to=true) at ../src/backend/regex/regc_pg_locale.c:...
[10:51:33.830] #8  0x56f6392f in pg_regcomp (re=0xffbcfc90, string=0x586739ac, len=8, flags=3, collation=100) at ../src/...
[10:51:33.830] #9  0xeb02289f in test_re_compile (text_re=text_re@entry=0x586464c4, cflags=3, collation=collation@entry=...
core
[10:51:33.959] #0  0x00007fc60ee71a50 in ?? ()
[10:51:33.959] #1  0x0000000000000003 in ?? ()
[10:51:33.959] #2  0x00007fff3850144c in ?? ()
[10:51:33.959] #3  0x00007fff3850144f in ?? ()
[10:51:33.959] #4  0x00007fff38501452 in ?? ()
[10:51:33.959] #5  0x0000000000000000 in ?? ()
[10:51:34.371] #0  0xf7f6e559 in __kernel_vsyscall ()
core
[10:51:34.460] #0  0xf7f6e559 in __kernel_vsyscall ()
[10:51:34.460] #1  0xf68a92f7 in ?? () from /lib/i386-linux-gnu/libc.so.6
[10:51:34.460] #2  0xf6858111 in raise () from /lib/i386-linux-gnu/libc.so.6
[10:51:34.460] #3  0xf684126a in abort () from /lib/i386-linux-gnu/libc.so.6
[10:51:34.460] #4  0xf6a64d4a in __sanitizer::Abort () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_pos...
[10:51:34.460] #5  0xf6a73896 in __sanitizer::Die () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_termi...
[10:51:34.460] #6  0xf6a5158c in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=<optimized out>, Pointer=<optimize...
[10:51:34.460] #7  0x56f425a4 in pg_check_regex_collation (is_similar_to=true) at ../src/backend/regex/regc_pg_locale.c:...
[10:51:34.460] #8  0x56f4292f in pg_regcomp (re=0xffd9ca70, string=0x59e48dac, len=37, flags=3, collation=100) at ../src...
[10:51:34.460] #9  0x57248ac0 in RE_compile_and_cache (text_re=0x59e48d60, cflags=3, collation=100) at ../src/backend/ut...
core
[10:51:34.991] #0  0xf7f6f559 in __kernel_vsyscall ()
[10:51:34.991] #1  0xf68aa2f7 in ?? () from /lib/i386-linux-gnu/libc.so.6
[10:51:34.991] #2  0xf6859111 in raise () from /lib/i386-linux-gnu/libc.so.6
[10:51:34.991] #3  0xf684226a in abort () from /lib/i386-linux-gnu/libc.so.6
[10:51:34.991] #4  0xf6a65d4a in __sanitizer::Abort () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_pos...
[10:51:34.991] #5  0xf6a74896 in __sanitizer::Die () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_termi...
[10:51:34.991] #6  0xf6a5258c in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=<optimized out>, Pointer=<optimize...
[10:51:34.991] #7  0x570025a4 in pg_check_regex_collation (is_similar_to=true) at ../src/backend/regex/regc_pg_locale.c:...
[10:51:34.991] #8  0x5700292f in pg_regcomp (re=0xff93fe50, string=0x58668d30, len=16, flags=27, collation=100) at ../sr...
[10:51:34.991] #9  0x57308ac0 in RE_compile_and_cache (text_re=0x5866cfc8, cflags=27, collation=100) at ../src/backend/u...
core
[10:51:32.647] #0  0xf7f53559 in __kernel_vsyscall ()
[10:51:32.647] #1  0xf688e2f7 in ?? () from /lib/i386-linux-gnu/libc.so.6
[10:51:32.647] #2  0xf683d111 in raise () from /lib/i386-linux-gnu/libc.so.6
[10:51:32.647] #3  0xf682626a in abort () from /lib/i386-linux-gnu/libc.so.6
[10:51:32.647] #4  0xf6a49d4a in __sanitizer::Abort () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_pos...
[10:51:32.647] #5  0xf6a58896 in __sanitizer::Die () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_termi...
[10:51:32.647] #6  0xf6a3658c in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=<optimized out>, Pointer=<optimize...
[10:51:32.647] #7  0x56fd75a4 in pg_check_regex_collation (is_similar_to=true) at ../src/backend/regex/regc_pg_locale.c:...
[10:51:32.647] #8  0x56fd792f in pg_regcomp (re=0xfffcfc60, string=0x5995bb34, len=5, flags=19, collation=100) at ../src...
[10:51:32.647] #9  0x572ddac0 in RE_compile_and_cache (text_re=0x59948938, cflags=19, collation=100) at ../src/backend/u...
core
[10:51:33.149] #0  0xf7f53559 in __kernel_vsyscall ()
[10:51:33.149] #1  0xf688e2f7 in ?? () from /lib/i386-linux-gnu/libc.so.6
[10:51:33.149] #2  0xf683d111 in raise () from /lib/i386-linux-gnu/libc.so.6
[10:51:33.149] #3  0xf682626a in abort () from /lib/i386-linux-gnu/libc.so.6
[10:51:33.149] #4  0xf6a49d4a in __sanitizer::Abort () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_pos...
[10:51:33.149] #5  0xf6a58896 in __sanitizer::Die () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_termi...
[10:51:33.149] #6  0xf6a3658c in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=<optimized out>, Pointer=<optimize...
[10:51:33.149] #7  0x56fd75a4 in pg_check_regex_collation (is_similar_to=true) at ../src/backend/regex/regc_pg_locale.c:...
[10:51:33.149] #8  0x56fd792f in pg_regcomp (re=0xfffcfe60, string=0x59914c4c, len=37, flags=3, collation=100) at ../src...
[10:51:33.149] #9  0x572ddac0 in RE_compile_and_cache (text_re=0x59914c00, cflags=3, collation=100) at ../src/backend/ut...
regress
diff -U3 /tmp/cirrus-ci-build/contrib/citext/expected/citext.out /tmp/cirrus-ci-build/build-32/testrun/citext/regress/re...
--- /tmp/cirrus-ci-build/contrib/citext/expected/citext.out	2024-11-04 10:39:46.330251722 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/citext/regress/results/citext.out	2024-11-04 10:48:20.537452872 +0000
@@ -500,2185 +500,7 @@
 
 -- SIMILAR TO should be case-insensitive.
 SELECT name FROM srt WHERE name SIMILAR TO '%a.*';
- name 
-------
- ABA
-(1 row)
-
-SELECT name FROM srt WHERE name SIMILAR TO '%A.*';
- name 
-------
- ABA
-(1 row)
-
--- Explicit casts.
-SELECT true::citext = 'true' AS t;
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/strings.out /tmp/cirrus-ci-build/build-32/testrun/recovery/027_s...
--- /tmp/cirrus-ci-build/src/test/regress/expected/strings.out	2024-11-04 10:39:48.245672605 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/recovery/027_stream_regress/data/results/strings.out	2024-11-04 10:47:55.19354...
@@ -438,2255 +438,7 @@
 ERROR:  negative substring length not allowed
 -- T581 regular expression substring (with SQL's bizarre regexp syntax)
 SELECT SUBSTRING('abcdefg' SIMILAR 'a#"(b_d)#"%' ESCAPE '#') AS "bcd";
- bcd 
------
- bcd
-(1 row)
-
--- obsolete SQL99 syntax
-SELECT SUBSTRING('abcdefg' FROM 'a#"(b_d)#"%' FOR '#') AS "bcd";
- bcd 
------
- bcd
-(1 row)
-
--- No match should return NULL
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/strings.out /tmp/cirrus-ci-build/build-32/testrun/regress/regres...
--- /tmp/cirrus-ci-build/src/test/regress/expected/strings.out	2024-11-04 10:39:48.245672605 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/regress/regress/results/strings.out	2024-11-04 10:47:18.121686244 +0000
@@ -438,2255 +438,7 @@
 ERROR:  negative substring length not allowed
 -- T581 regular expression substring (with SQL's bizarre regexp syntax)
 SELECT SUBSTRING('abcdefg' SIMILAR 'a#"(b_d)#"%' ESCAPE '#') AS "bcd";
- bcd 
------
- bcd
-(1 row)
-
--- obsolete SQL99 syntax
-SELECT SUBSTRING('abcdefg' FROM 'a#"(b_d)#"%' FOR '#') AS "bcd";
- bcd 
------
- bcd
-(1 row)
-
--- No match should return NULL
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/test_regex/expected/test_regex.out /tmp/cirrus-ci-build/build-32/testrun/...
--- /tmp/cirrus-ci-build/src/test/modules/test_regex/expected/test_regex.out	2024-11-04 10:39:48.105955077 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/test_regex/regress/results/test_regex.out	2024-11-04 10:48:38.573384998 +0000
@@ -1010,4075 +1010,7 @@
 ERROR:  invalid regular expression: invalid character range
 -- expectMatch	9.15 &LP	{[[:<:]]a}	a	a
 select * from test_regex('[[:<:]]a', 'a', 'LP');
-          test_regex           
--------------------------------
- {0,REG_UNONPOSIX,REG_ULOCALE}
- {a}
-(2 rows)
-
-select * from test_regex('[[:<:]]a', 'a', 'LPb');
-          test_regex           
--------------------------------
- {0,REG_UNONPOSIX,REG_ULOCALE}
- {a}
-(2 rows)
-
...
tap
[10:48:01.893](10.747s) not ok 2 - regression tests pass
test
[10:50:21.564]   6/312 postgresql:regress / regress/regress                                            ERROR            ...
[10:50:21.564]  36/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[10:50:21.564]  60/312 postgresql:citext / citext/regress                                              ERROR            ...
[10:50:21.564] 129/312 postgresql:test_regex / test_regex/regress                                      ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[10:50:52.571](0.001s) not ok 2 - reserved_connections limit: matches
test
[10:53:14.143] 237/307 postgresql:postmaster / postmaster/001_connection_limits                        ERROR            ...
51/5284 database-specific role memberships
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/privs_in_db.out /tmp/cirrus-ci-build/build/testrun/regress-runni...
--- /tmp/cirrus-ci-build/src/test/regress/expected/privs_in_db.out	2024-11-04 10:32:23.720083000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress-running/regress/results/privs_in_db.out	2024-11-04 10:38:01.594246000 +00...
@@ -756,9 +756,10 @@
 DROP DATABASE regression_db_0;
 DROP ROLE regress_role_admin;
 SELECT datname FROM pg_database WHERE datname LIKE 'regression_db_%';
- datname 
----------
-(0 rows)
+      datname      
+-------------------
+ regression_dblink
+(1 row)
 
 SELECT rolname FROM pg_roles WHERE rolname LIKE 'regress_role_%';
  rolname 
test
[10:38:22.002] 75/76 postgresql:regress-running / regress-running/regress                         ERROR            25.43...
51/5007 relfilenode statistics
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[10:06:48.668] ../src/test/modules/injection_points/injection_stats.c(170): error C2198: 'pgstat_get_entry_ref_locked': ...
compiler
[10:06:48.496] ../src/test/modules/injection_points/injection_stats.c(129): error C2198: 'pgstat_get_entry_ref_locked': ...
compiler
[10:06:48.496] ../src/test/modules/injection_points/injection_stats.c(98): error C2198: 'pgstat_fetch_entry': too few ar...
compiler
[10:06:48.668] ../src/test/modules/injection_points/injection_stats.c(148): error C2198: 'pgstat_drop_entry': too few ar...
51/5368 Convert contrib SQL functions to new style
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/brin/expected/summarization-and-inprogress-insertion.out /tmp/cirrus-ci-b...
--- /tmp/cirrus-ci-build/src/test/modules/brin/expected/summarization-and-inprogress-insertion.out	2024-11-04 09:05:52.2...
+++ /tmp/cirrus-ci-build/build/testrun/brin/isolation/results/summarization-and-inprogress-insertion.out	2024-11-04 09:0...
@@ -1,51 +1,4 @@
 Parsed test spec with 2 sessions
 
 starting permutation: s2check s1b s2b s1i s2summ s1c s2c s2check
-step s2check: SELECT * FROM brin_page_items(get_raw_page('brinidx', 2), 'brinidx'::regclass);
-itemoffset|blknum|attnum|allnulls|hasnulls|placeholder|empty|value   
-----------+------+------+--------+--------+-----------+-----+--------
-         1|     0|     1|f       |t       |f          |f    |{1 .. 1}
-(1 row)
-
-step s1b: BEGIN ISOLATION LEVEL REPEATABLE READ;
-step s2b: BEGIN ISOLATION LEVEL REPEATABLE READ; SELECT 1;
-?column?
---------
-       1
-(1 row)
-
...
regress
diff -U3 /tmp/cirrus-ci-build/contrib/citext/expected/create_index_acl.out /tmp/cirrus-ci-build/build/testrun/citext/reg...
--- /tmp/cirrus-ci-build/contrib/citext/expected/create_index_acl.out	2024-11-04 09:05:50.569289000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/citext/regress/results/create_index_acl.out	2024-11-04 09:08:57.146700000 +0000
@@ -12,66 +12,95 @@
 CREATE ROLE regress_minimal;
 CREATE SCHEMA s;
 CREATE EXTENSION citext SCHEMA s;
+ERROR:  extension "citext" has no installation script nor update path for version "1.8"
 -- Revoke all conceivably-relevant ACLs within the extension.  The system
 -- doesn't check all these ACLs, but this will provide some coverage if that
 -- ever changes.
 REVOKE ALL ON TYPE s.citext FROM PUBLIC;
+ERROR:  current transaction is aborted, commands ignored until end of transaction block
 REVOKE ALL ON FUNCTION s.citext_pattern_lt FROM PUBLIC;
+ERROR:  current transaction is aborted, commands ignored until end of transaction block
 REVOKE ALL ON FUNCTION s.citext_pattern_le FROM PUBLIC;
+ERROR:  current transaction is aborted, commands ignored until end of transaction block
 REVOKE ALL ON FUNCTION s.citext_eq FROM PUBLIC;
+ERROR:  current transaction is aborted, commands ignored until end of transaction block
 REVOKE ALL ON FUNCTION s.citext_pattern_ge FROM PUBLIC;
...
regress
diff -U3 /tmp/cirrus-ci-build/contrib/earthdistance/expected/earthdistance.out /tmp/cirrus-ci-build/build/testrun/earthd...
--- /tmp/cirrus-ci-build/contrib/earthdistance/expected/earthdistance.out	2024-11-04 09:05:50.578634000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/earthdistance/regress/results/earthdistance.out	2024-11-04 09:09:00.295387000 +00...
@@ -8,133 +8,114 @@
 -- it has a dependency on the cube extension.
 --
 CREATE EXTENSION earthdistance;  -- fail, must install cube first
-ERROR:  required extension "cube" is not installed
-HINT:  Use CREATE EXTENSION ... CASCADE to install required extensions too.
+ERROR:  extension "earthdistance" has no installation script nor update path for version "1.2"
 CREATE EXTENSION cube;
 CREATE EXTENSION earthdistance;
+ERROR:  extension "earthdistance" has no installation script nor update path for version "1.2"
 --
 -- The radius of the Earth we are using.
 --
 SELECT earth()::numeric(20,5);
-     earth     
----------------
- 6378168.00000
...
regress
diff -U3 /tmp/cirrus-ci-build/contrib/lo/expected/lo.out /tmp/cirrus-ci-build/build/testrun/lo/regress/results/lo.out
--- /tmp/cirrus-ci-build/contrib/lo/expected/lo.out	2024-11-04 09:05:50.596317000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/lo/regress/results/lo.out	2024-11-04 09:09:04.488265000 +0000
@@ -1,7 +1,12 @@
 CREATE EXTENSION lo;
+ERROR:  extension "lo" has no installation script nor update path for version "1.2"
 CREATE TABLE image (title text, raster lo);
+ERROR:  type "lo" does not exist
+LINE 1: CREATE TABLE image (title text, raster lo);
+                                               ^
 CREATE TRIGGER t_raster BEFORE UPDATE OR DELETE ON image
     FOR EACH ROW EXECUTE PROCEDURE lo_manage(raster);
+ERROR:  relation "image" does not exist
 SELECT lo_create(43213);
  lo_create 
 -----------
@@ -15,6 +20,9 @@
 (1 row)
 
 INSERT INTO image (title, raster) VALUES ('beautiful image', 43213);
...
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pageinspect/expected/page.out /tmp/cirrus-ci-build/build/testrun/pageinspect/regre...
--- /tmp/cirrus-ci-build/contrib/pageinspect/expected/page.out	2024-11-04 09:05:50.604928000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pageinspect/regress/results/page.out	2024-11-04 09:09:05.601182000 +0000
@@ -1,4 +1,5 @@
 CREATE EXTENSION pageinspect;
+ERROR:  extension "pageinspect" has no installation script nor update path for version "1.13"
 -- Use a temp table so that effects of VACUUM are predictable
 CREATE TEMP TABLE test1 (a int, b int);
 INSERT INTO test1 VALUES (16777217, 131584);
@@ -6,246 +7,212 @@
 -- The page contents can vary, so just test that it can be read
 -- successfully, but don't keep the output.
 SELECT octet_length(get_raw_page('test1', 'main', 0)) AS main_0;
- main_0 
---------
-   8192
-(1 row)
-
+ERROR:  function get_raw_page(unknown, unknown, integer) does not exist
+LINE 1: SELECT octet_length(get_raw_page('test1', 'main', 0)) AS mai...
...
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_freespacemap/expected/pg_freespacemap.out /tmp/cirrus-ci-build/build/testrun/pg...
--- /tmp/cirrus-ci-build/contrib/pg_freespacemap/expected/pg_freespacemap.out	2024-11-04 09:05:50.610618000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_freespacemap/regress/results/pg_freespacemap.out	2024-11-04 09:09:09.188760000...
@@ -1,4 +1,5 @@
 CREATE EXTENSION pg_freespacemap;
+ERROR:  extension "pg_freespacemap" has no installation script nor update path for version "1.3"
 CREATE TABLE freespace_tab (c1 int) WITH (autovacuum_enabled = off);
 CREATE INDEX freespace_brin ON freespace_tab USING brin (c1);
 CREATE INDEX freespace_btree ON freespace_tab USING btree (c1);
@@ -8,78 +9,39 @@
   SELECT rel.id, fsm.blkno, (fsm.avail > 0) AS is_avail
     FROM rel, LATERAL pg_freespace(rel.id) AS fsm
     ORDER BY 1, 2;
-       id        | blkno | is_avail 
------------------+-------+----------
- freespace_brin  |     0 | f
- freespace_brin  |     1 | f
- freespace_brin  |     2 | t
- freespace_btree |     0 | f
- freespace_hash  |     0 | f
...
regress
diff -U3 /tmp/cirrus-ci-build/contrib/xml2/expected/xml2_1.out /tmp/cirrus-ci-build/build/testrun/xml2/regress/results/x...
--- /tmp/cirrus-ci-build/contrib/xml2/expected/xml2_1.out	2024-11-04 09:05:50.690288000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/xml2/regress/results/xml2.out	2024-11-04 09:09:20.383429000 +0000
@@ -1,4 +1,5 @@
 CREATE EXTENSION xml2;
+ERROR:  extension "xml2" has no installation script nor update path for version "1.2"
 select query_to_xml('select 1 as x',true,false,'');
                          query_to_xml                          
 ---------------------------------------------------------------
@@ -28,38 +29,39 @@
 </xsl:template>
 </xsl:stylesheet>
 $$::text);
-ERROR:  xslt_process() is not available without libxslt
+ERROR:  function xslt_process(text, text) does not exist
+LINE 1: select xslt_process( query_to_xml('select x from generate_se...
+               ^
+HINT:  No function matches the given name and argument types. You might need to add explicit type casts.
 CREATE TABLE xpath_test (id integer NOT NULL, t xml);
 INSERT INTO xpath_test VALUES (1, '<doc><int>1</int></doc>');
...
test
[09:11:49.941]  59/312 postgresql:citext / citext/regress                                              ERROR            ...
[09:11:49.941]  66/312 postgresql:earthdistance / earthdistance/regress                                ERROR            ...
[09:11:49.941]  75/312 postgresql:lo / lo/regress                                                      ERROR            ...
[09:11:49.941]  78/312 postgresql:pageinspect / pageinspect/regress                                    ERROR            ...
[09:11:49.941]  82/312 postgresql:pg_freespacemap / pg_freespacemap/regress                            ERROR            ...
[09:11:49.941] 100/312 postgresql:xml2 / xml2/regress                                                  ERROR            ...
[09:11:49.941] 102/312 postgresql:brin / brin/isolation                                                ERROR            ...
[09:11:49.941] 141/312 postgresql:pg_amcheck / pg_amcheck/004_verify_heapam                            ERROR            ...
[09:11:49.941] 273/312 postgresql:brin / brin/01_workitems                                             ERROR            ...
[09:11:49.941] 275/312 postgresql:brin / brin/02_wal_consistency                                       ERROR            ...
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/brin/expected/summarization-and-inprogress-insertion.out /tmp/cirrus-ci-b...
--- /tmp/cirrus-ci-build/src/test/modules/brin/expected/summarization-and-inprogress-insertion.out	2024-11-04 09:05:52.5...
+++ /tmp/cirrus-ci-build/build/testrun/brin/isolation/results/summarization-and-inprogress-insertion.out	2024-11-04 09:0...
@@ -1,51 +1,4 @@
 Parsed test spec with 2 sessions
 
 starting permutation: s2check s1b s2b s1i s2summ s1c s2c s2check
-step s2check: SELECT * FROM brin_page_items(get_raw_page('brinidx', 2), 'brinidx'::regclass);
-itemoffset|blknum|attnum|allnulls|hasnulls|placeholder|empty|value   
-----------+------+------+--------+--------+-----------+-----+--------
-         1|     0|     1|f       |t       |f          |f    |{1 .. 1}
-(1 row)
-
-step s1b: BEGIN ISOLATION LEVEL REPEATABLE READ;
-step s2b: BEGIN ISOLATION LEVEL REPEATABLE READ; SELECT 1;
-?column?
---------
-       1
-(1 row)
-
...
regress
diff -U3 /tmp/cirrus-ci-build/contrib/citext/expected/create_index_acl.out /tmp/cirrus-ci-build/build/testrun/citext/reg...
--- /tmp/cirrus-ci-build/contrib/citext/expected/create_index_acl.out	2024-11-04 09:05:50.737977517 +0000
+++ /tmp/cirrus-ci-build/build/testrun/citext/regress/results/create_index_acl.out	2024-11-04 09:08:29.514032691 +0000
@@ -12,66 +12,95 @@
 CREATE ROLE regress_minimal;
 CREATE SCHEMA s;
 CREATE EXTENSION citext SCHEMA s;
+ERROR:  extension "citext" has no installation script nor update path for version "1.8"
 -- Revoke all conceivably-relevant ACLs within the extension.  The system
 -- doesn't check all these ACLs, but this will provide some coverage if that
 -- ever changes.
 REVOKE ALL ON TYPE s.citext FROM PUBLIC;
+ERROR:  current transaction is aborted, commands ignored until end of transaction block
 REVOKE ALL ON FUNCTION s.citext_pattern_lt FROM PUBLIC;
+ERROR:  current transaction is aborted, commands ignored until end of transaction block
 REVOKE ALL ON FUNCTION s.citext_pattern_le FROM PUBLIC;
+ERROR:  current transaction is aborted, commands ignored until end of transaction block
 REVOKE ALL ON FUNCTION s.citext_eq FROM PUBLIC;
+ERROR:  current transaction is aborted, commands ignored until end of transaction block
 REVOKE ALL ON FUNCTION s.citext_pattern_ge FROM PUBLIC;
...
regress
diff -U3 /tmp/cirrus-ci-build/contrib/earthdistance/expected/earthdistance.out /tmp/cirrus-ci-build/build/testrun/earthd...
--- /tmp/cirrus-ci-build/contrib/earthdistance/expected/earthdistance.out	2024-11-04 09:05:50.749951255 +0000
+++ /tmp/cirrus-ci-build/build/testrun/earthdistance/regress/results/earthdistance.out	2024-11-04 09:08:32.562013731 +00...
@@ -8,133 +8,114 @@
 -- it has a dependency on the cube extension.
 --
 CREATE EXTENSION earthdistance;  -- fail, must install cube first
-ERROR:  required extension "cube" is not installed
-HINT:  Use CREATE EXTENSION ... CASCADE to install required extensions too.
+ERROR:  extension "earthdistance" has no installation script nor update path for version "1.2"
 CREATE EXTENSION cube;
 CREATE EXTENSION earthdistance;
+ERROR:  extension "earthdistance" has no installation script nor update path for version "1.2"
 --
 -- The radius of the Earth we are using.
 --
 SELECT earth()::numeric(20,5);
-     earth     
----------------
- 6378168.00000
...
regress
diff -U3 /tmp/cirrus-ci-build/contrib/lo/expected/lo.out /tmp/cirrus-ci-build/build/testrun/lo/regress/results/lo.out
--- /tmp/cirrus-ci-build/contrib/lo/expected/lo.out	2024-11-04 09:05:50.777889977 +0000
+++ /tmp/cirrus-ci-build/build/testrun/lo/regress/results/lo.out	2024-11-04 09:08:34.386002104 +0000
@@ -1,7 +1,12 @@
 CREATE EXTENSION lo;
+ERROR:  extension "lo" has no installation script nor update path for version "1.2"
 CREATE TABLE image (title text, raster lo);
+ERROR:  type "lo" does not exist
+LINE 1: CREATE TABLE image (title text, raster lo);
+                                               ^
 CREATE TRIGGER t_raster BEFORE UPDATE OR DELETE ON image
     FOR EACH ROW EXECUTE PROCEDURE lo_manage(raster);
+ERROR:  relation "image" does not exist
 SELECT lo_create(43213);
  lo_create 
 -----------
@@ -15,6 +20,9 @@
 (1 row)
 
 INSERT INTO image (title, raster) VALUES ('beautiful image', 43213);
...
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pageinspect/expected/page.out /tmp/cirrus-ci-build/build/testrun/pageinspect/regre...
--- /tmp/cirrus-ci-build/contrib/pageinspect/expected/page.out	2024-11-04 09:05:50.785872468 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pageinspect/regress/results/page.out	2024-11-04 09:08:35.165997074 +0000
@@ -1,4 +1,5 @@
 CREATE EXTENSION pageinspect;
+ERROR:  extension "pageinspect" has no installation script nor update path for version "1.13"
 -- Use a temp table so that effects of VACUUM are predictable
 CREATE TEMP TABLE test1 (a int, b int);
 INSERT INTO test1 VALUES (16777217, 131584);
@@ -6,246 +7,212 @@
 -- The page contents can vary, so just test that it can be read
 -- successfully, but don't keep the output.
 SELECT octet_length(get_raw_page('test1', 'main', 0)) AS main_0;
- main_0 
---------
-   8192
-(1 row)
-
+ERROR:  function get_raw_page(unknown, unknown, integer) does not exist
+LINE 1: SELECT octet_length(get_raw_page('test1', 'main', 0)) AS mai...
...
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_freespacemap/expected/pg_freespacemap.out /tmp/cirrus-ci-build/build/testrun/pg...
--- /tmp/cirrus-ci-build/contrib/pg_freespacemap/expected/pg_freespacemap.out	2024-11-04 09:05:50.793854960 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_freespacemap/regress/results/pg_freespacemap.out	2024-11-04 09:08:36.389989103...
@@ -1,4 +1,5 @@
 CREATE EXTENSION pg_freespacemap;
+ERROR:  extension "pg_freespacemap" has no installation script nor update path for version "1.3"
 CREATE TABLE freespace_tab (c1 int) WITH (autovacuum_enabled = off);
 CREATE INDEX freespace_brin ON freespace_tab USING brin (c1);
 CREATE INDEX freespace_btree ON freespace_tab USING btree (c1);
@@ -8,78 +9,39 @@
   SELECT rel.id, fsm.blkno, (fsm.avail > 0) AS is_avail
     FROM rel, LATERAL pg_freespace(rel.id) AS fsm
     ORDER BY 1, 2;
-       id        | blkno | is_avail 
------------------+-------+----------
- freespace_brin  |     0 | f
- freespace_brin  |     1 | f
- freespace_brin  |     2 | t
- freespace_btree |     0 | f
- freespace_hash  |     0 | f
...
regress
diff -U3 /tmp/cirrus-ci-build/contrib/xml2/expected/xml2_1.out /tmp/cirrus-ci-build/build/testrun/xml2/regress/results/x...
--- /tmp/cirrus-ci-build/contrib/xml2/expected/xml2_1.out	2024-11-04 09:05:50.873679879 +0000
+++ /tmp/cirrus-ci-build/build/testrun/xml2/regress/results/xml2.out	2024-11-04 09:08:43.249943004 +0000
@@ -1,4 +1,5 @@
 CREATE EXTENSION xml2;
+ERROR:  extension "xml2" has no installation script nor update path for version "1.2"
 select query_to_xml('select 1 as x',true,false,'');
                          query_to_xml                          
 ---------------------------------------------------------------
@@ -28,38 +29,39 @@
 </xsl:template>
 </xsl:stylesheet>
 $$::text);
-ERROR:  xslt_process() is not available without libxslt
+ERROR:  function xslt_process(text, text) does not exist
+LINE 1: select xslt_process( query_to_xml('select x from generate_se...
+               ^
+HINT:  No function matches the given name and argument types. You might need to add explicit type casts.
 CREATE TABLE xpath_test (id integer NOT NULL, t xml);
 INSERT INTO xpath_test VALUES (1, '<doc><int>1</int></doc>');
...
test
[09:10:34.201]  57/312 postgresql:citext / citext/regress                                              ERROR            ...
[09:10:34.201]  67/312 postgresql:earthdistance / earthdistance/regress                                ERROR            ...
[09:10:34.201]  74/312 postgresql:lo / lo/regress                                                      ERROR            ...
[09:10:34.201]  80/312 postgresql:pg_freespacemap / pg_freespacemap/regress                            ERROR            ...
[09:10:34.201]  81/312 postgresql:pageinspect / pageinspect/regress                                    ERROR            ...
[09:10:34.201]  98/312 postgresql:xml2 / xml2/regress                                                  ERROR            ...
[09:10:34.201]  99/312 postgresql:brin / brin/isolation                                                ERROR            ...
[09:10:34.201] 144/312 postgresql:pg_amcheck / pg_amcheck/004_verify_heapam                            ERROR            ...
[09:10:34.201] 273/312 postgresql:brin / brin/01_workitems                                             ERROR            ...
[09:10:34.201] 274/312 postgresql:brin / brin/02_wal_consistency                                       ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/modules/brin/expected/summarization-and-inprogress-insertion.out /Users/admin/pgsql...
--- /Users/admin/pgsql/src/test/modules/brin/expected/summarization-and-inprogress-insertion.out	2024-11-04 09:05:50
+++ /Users/admin/pgsql/build/testrun/brin/isolation/results/summarization-and-inprogress-insertion.out	2024-11-04 09:09:...
@@ -1,51 +1,4 @@
 Parsed test spec with 2 sessions
 
 starting permutation: s2check s1b s2b s1i s2summ s1c s2c s2check
-step s2check: SELECT * FROM brin_page_items(get_raw_page('brinidx', 2), 'brinidx'::regclass);
-itemoffset|blknum|attnum|allnulls|hasnulls|placeholder|empty|value   
-----------+------+------+--------+--------+-----------+-----+--------
-         1|     0|     1|f       |t       |f          |f    |{1 .. 1}
-(1 row)
-
-step s1b: BEGIN ISOLATION LEVEL REPEATABLE READ;
-step s2b: BEGIN ISOLATION LEVEL REPEATABLE READ; SELECT 1;
-?column?
---------
-       1
-(1 row)
-
...
regress
diff -U3 /Users/admin/pgsql/contrib/citext/expected/create_index_acl.out /Users/admin/pgsql/build/testrun/citext/regress...
--- /Users/admin/pgsql/contrib/citext/expected/create_index_acl.out	2024-11-04 09:05:48
+++ /Users/admin/pgsql/build/testrun/citext/regress/results/create_index_acl.out	2024-11-04 09:09:33
@@ -12,66 +12,95 @@
 CREATE ROLE regress_minimal;
 CREATE SCHEMA s;
 CREATE EXTENSION citext SCHEMA s;
+ERROR:  extension "citext" has no installation script nor update path for version "1.8"
 -- Revoke all conceivably-relevant ACLs within the extension.  The system
 -- doesn't check all these ACLs, but this will provide some coverage if that
 -- ever changes.
 REVOKE ALL ON TYPE s.citext FROM PUBLIC;
+ERROR:  current transaction is aborted, commands ignored until end of transaction block
 REVOKE ALL ON FUNCTION s.citext_pattern_lt FROM PUBLIC;
+ERROR:  current transaction is aborted, commands ignored until end of transaction block
 REVOKE ALL ON FUNCTION s.citext_pattern_le FROM PUBLIC;
+ERROR:  current transaction is aborted, commands ignored until end of transaction block
 REVOKE ALL ON FUNCTION s.citext_eq FROM PUBLIC;
+ERROR:  current transaction is aborted, commands ignored until end of transaction block
 REVOKE ALL ON FUNCTION s.citext_pattern_ge FROM PUBLIC;
...
regress
diff -U3 /Users/admin/pgsql/contrib/earthdistance/expected/earthdistance.out /Users/admin/pgsql/build/testrun/earthdista...
--- /Users/admin/pgsql/contrib/earthdistance/expected/earthdistance.out	2024-11-04 09:05:48
+++ /Users/admin/pgsql/build/testrun/earthdistance/regress/results/earthdistance.out	2024-11-04 09:09:35
@@ -8,133 +8,114 @@
 -- it has a dependency on the cube extension.
 --
 CREATE EXTENSION earthdistance;  -- fail, must install cube first
-ERROR:  required extension "cube" is not installed
-HINT:  Use CREATE EXTENSION ... CASCADE to install required extensions too.
+ERROR:  extension "earthdistance" has no installation script nor update path for version "1.2"
 CREATE EXTENSION cube;
 CREATE EXTENSION earthdistance;
+ERROR:  extension "earthdistance" has no installation script nor update path for version "1.2"
 --
 -- The radius of the Earth we are using.
 --
 SELECT earth()::numeric(20,5);
-     earth     
----------------
- 6378168.00000
...
regress
diff -U3 /Users/admin/pgsql/contrib/lo/expected/lo.out /Users/admin/pgsql/build/testrun/lo/regress/results/lo.out
--- /Users/admin/pgsql/contrib/lo/expected/lo.out	2024-11-04 09:05:48
+++ /Users/admin/pgsql/build/testrun/lo/regress/results/lo.out	2024-11-04 09:09:40
@@ -1,7 +1,12 @@
 CREATE EXTENSION lo;
+ERROR:  extension "lo" has no installation script nor update path for version "1.2"
 CREATE TABLE image (title text, raster lo);
+ERROR:  type "lo" does not exist
+LINE 1: CREATE TABLE image (title text, raster lo);
+                                               ^
 CREATE TRIGGER t_raster BEFORE UPDATE OR DELETE ON image
     FOR EACH ROW EXECUTE PROCEDURE lo_manage(raster);
+ERROR:  relation "image" does not exist
 SELECT lo_create(43213);
  lo_create 
 -----------
@@ -15,6 +20,9 @@
 (1 row)
 
 INSERT INTO image (title, raster) VALUES ('beautiful image', 43213);
...
regress
diff -U3 /Users/admin/pgsql/contrib/pageinspect/expected/page.out /Users/admin/pgsql/build/testrun/pageinspect/regress/r...
--- /Users/admin/pgsql/contrib/pageinspect/expected/page.out	2024-11-04 09:05:48
+++ /Users/admin/pgsql/build/testrun/pageinspect/regress/results/page.out	2024-11-04 09:09:40
@@ -1,4 +1,5 @@
 CREATE EXTENSION pageinspect;
+ERROR:  extension "pageinspect" has no installation script nor update path for version "1.13"
 -- Use a temp table so that effects of VACUUM are predictable
 CREATE TEMP TABLE test1 (a int, b int);
 INSERT INTO test1 VALUES (16777217, 131584);
@@ -6,246 +7,212 @@
 -- The page contents can vary, so just test that it can be read
 -- successfully, but don't keep the output.
 SELECT octet_length(get_raw_page('test1', 'main', 0)) AS main_0;
- main_0 
---------
-   8192
-(1 row)
-
+ERROR:  function get_raw_page(unknown, unknown, integer) does not exist
+LINE 1: SELECT octet_length(get_raw_page('test1', 'main', 0)) AS mai...
...
regress
diff -U3 /Users/admin/pgsql/contrib/pg_freespacemap/expected/pg_freespacemap.out /Users/admin/pgsql/build/testrun/pg_fre...
--- /Users/admin/pgsql/contrib/pg_freespacemap/expected/pg_freespacemap.out	2024-11-04 09:05:48
+++ /Users/admin/pgsql/build/testrun/pg_freespacemap/regress/results/pg_freespacemap.out	2024-11-04 09:09:42
@@ -1,4 +1,5 @@
 CREATE EXTENSION pg_freespacemap;
+ERROR:  extension "pg_freespacemap" has no installation script nor update path for version "1.3"
 CREATE TABLE freespace_tab (c1 int) WITH (autovacuum_enabled = off);
 CREATE INDEX freespace_brin ON freespace_tab USING brin (c1);
 CREATE INDEX freespace_btree ON freespace_tab USING btree (c1);
@@ -8,78 +9,39 @@
   SELECT rel.id, fsm.blkno, (fsm.avail > 0) AS is_avail
     FROM rel, LATERAL pg_freespace(rel.id) AS fsm
     ORDER BY 1, 2;
-       id        | blkno | is_avail 
------------------+-------+----------
- freespace_brin  |     0 | f
- freespace_brin  |     1 | f
- freespace_brin  |     2 | t
- freespace_btree |     0 | f
- freespace_hash  |     0 | f
...
regress
diff -U3 /Users/admin/pgsql/contrib/xml2/expected/xml2_1.out /Users/admin/pgsql/build/testrun/xml2/regress/results/xml2....
--- /Users/admin/pgsql/contrib/xml2/expected/xml2_1.out	2024-11-04 09:05:48
+++ /Users/admin/pgsql/build/testrun/xml2/regress/results/xml2.out	2024-11-04 09:09:49
@@ -1,4 +1,5 @@
 CREATE EXTENSION xml2;
+ERROR:  extension "xml2" has no installation script nor update path for version "1.2"
 select query_to_xml('select 1 as x',true,false,'');
                          query_to_xml                          
 ---------------------------------------------------------------
@@ -28,38 +29,39 @@
 </xsl:template>
 </xsl:stylesheet>
 $$::text);
-ERROR:  xslt_process() is not available without libxslt
+ERROR:  function xslt_process(text, text) does not exist
+LINE 1: select xslt_process( query_to_xml('select x from generate_se...
+               ^
+HINT:  No function matches the given name and argument types. You might need to add explicit type casts.
 CREATE TABLE xpath_test (id integer NOT NULL, t xml);
 INSERT INTO xpath_test VALUES (1, '<doc><int>1</int></doc>');
...
test
[09:12:40.289]  58/312 postgresql:citext / citext/regress                                              ERROR            ...
[09:12:40.289]  65/312 postgresql:earthdistance / earthdistance/regress                                ERROR            ...
[09:12:40.289]  76/312 postgresql:lo / lo/regress                                                      ERROR            ...
[09:12:40.289]  81/312 postgresql:pageinspect / pageinspect/regress                                    ERROR            ...
[09:12:40.289]  83/312 postgresql:pg_freespacemap / pg_freespacemap/regress                            ERROR            ...
[09:12:40.289] 100/312 postgresql:xml2 / xml2/regress                                                  ERROR            ...
[09:12:40.289] 101/312 postgresql:brin / brin/isolation                                                ERROR            ...
[09:12:40.289] 144/312 postgresql:pg_amcheck / pg_amcheck/004_verify_heapam                            ERROR            ...
[09:12:40.289] 273/312 postgresql:brin / brin/01_workitems                                             ERROR            ...
[09:12:40.289] 274/312 postgresql:brin / brin/02_wal_consistency                                       ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/modules/brin/expected/summarization-and-inprogress-insertion.out C:/cirr...
--- C:/cirrus/src/test/modules/brin/expected/summarization-and-inprogress-insertion.out	2024-11-04 09:06:01.253495000 +0...
+++ C:/cirrus/build/testrun/brin/isolation/results/summarization-and-inprogress-insertion.out	2024-11-04 09:12:12.248459...
@@ -1,51 +1,4 @@
 Parsed test spec with 2 sessions
 
 starting permutation: s2check s1b s2b s1i s2summ s1c s2c s2check
-step s2check: SELECT * FROM brin_page_items(get_raw_page('brinidx', 2), 'brinidx'::regclass);
-itemoffset|blknum|attnum|allnulls|hasnulls|placeholder|empty|value   
-----------+------+------+--------+--------+-----------+-----+--------
-         1|     0|     1|f       |t       |f          |f    |{1 .. 1}
-(1 row)
-
-step s1b: BEGIN ISOLATION LEVEL REPEATABLE READ;
-step s2b: BEGIN ISOLATION LEVEL REPEATABLE READ; SELECT 1;
-?column?
---------
-       1
-(1 row)
-
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/contrib/citext/expected/create_index_acl.out C:/cirrus/build/testrun/citext/regre...
--- C:/cirrus/contrib/citext/expected/create_index_acl.out	2024-11-04 09:05:57.174861500 +0000
+++ C:/cirrus/build/testrun/citext/regress/results/create_index_acl.out	2024-11-04 09:11:22.819211900 +0000
@@ -12,66 +12,95 @@
 CREATE ROLE regress_minimal;
 CREATE SCHEMA s;
 CREATE EXTENSION citext SCHEMA s;
+ERROR:  extension "citext" has no installation script nor update path for version "1.8"
 -- Revoke all conceivably-relevant ACLs within the extension.  The system
 -- doesn't check all these ACLs, but this will provide some coverage if that
 -- ever changes.
 REVOKE ALL ON TYPE s.citext FROM PUBLIC;
+ERROR:  current transaction is aborted, commands ignored until end of transaction block
 REVOKE ALL ON FUNCTION s.citext_pattern_lt FROM PUBLIC;
+ERROR:  current transaction is aborted, commands ignored until end of transaction block
 REVOKE ALL ON FUNCTION s.citext_pattern_le FROM PUBLIC;
+ERROR:  current transaction is aborted, commands ignored until end of transaction block
 REVOKE ALL ON FUNCTION s.citext_eq FROM PUBLIC;
+ERROR:  current transaction is aborted, commands ignored until end of transaction block
 REVOKE ALL ON FUNCTION s.citext_pattern_ge FROM PUBLIC;
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/contrib/earthdistance/expected/earthdistance.out C:/cirrus/build/testrun/earthdis...
--- C:/cirrus/contrib/earthdistance/expected/earthdistance.out	2024-11-04 09:05:57.232496700 +0000
+++ C:/cirrus/build/testrun/earthdistance/regress/results/earthdistance.out	2024-11-04 09:11:32.822145300 +0000
@@ -8,133 +8,114 @@
 -- it has a dependency on the cube extension.
 --
 CREATE EXTENSION earthdistance;  -- fail, must install cube first
-ERROR:  required extension "cube" is not installed
-HINT:  Use CREATE EXTENSION ... CASCADE to install required extensions too.
+ERROR:  extension "earthdistance" has no installation script nor update path for version "1.2"
 CREATE EXTENSION cube;
 CREATE EXTENSION earthdistance;
+ERROR:  extension "earthdistance" has no installation script nor update path for version "1.2"
 --
 -- The radius of the Earth we are using.
 --
 SELECT earth()::numeric(20,5);
-     earth     
----------------
- 6378168.00000
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/contrib/lo/expected/lo.out C:/cirrus/build/testrun/lo/regress/results/lo.out
--- C:/cirrus/contrib/lo/expected/lo.out	2024-11-04 09:05:57.374569900 +0000
+++ C:/cirrus/build/testrun/lo/regress/results/lo.out	2024-11-04 09:11:42.689825600 +0000
@@ -1,7 +1,12 @@
 CREATE EXTENSION lo;
+ERROR:  extension "lo" has no installation script nor update path for version "1.2"
 CREATE TABLE image (title text, raster lo);
+ERROR:  type "lo" does not exist
+LINE 1: CREATE TABLE image (title text, raster lo);
+                                               ^
 CREATE TRIGGER t_raster BEFORE UPDATE OR DELETE ON image
     FOR EACH ROW EXECUTE PROCEDURE lo_manage(raster);
+ERROR:  relation "image" does not exist
 SELECT lo_create(43213);
  lo_create 
 -----------
@@ -15,6 +20,9 @@
 (1 row)
 
 INSERT INTO image (title, raster) VALUES ('beautiful image', 43213);
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/contrib/pageinspect/expected/page.out C:/cirrus/build/testrun/pageinspect/regress...
--- C:/cirrus/contrib/pageinspect/expected/page.out	2024-11-04 09:05:57.438059400 +0000
+++ C:/cirrus/build/testrun/pageinspect/regress/results/page.out	2024-11-04 09:11:46.501847400 +0000
@@ -1,4 +1,5 @@
 CREATE EXTENSION pageinspect;
+ERROR:  extension "pageinspect" has no installation script nor update path for version "1.13"
 -- Use a temp table so that effects of VACUUM are predictable
 CREATE TEMP TABLE test1 (a int, b int);
 INSERT INTO test1 VALUES (16777217, 131584);
@@ -6,246 +7,212 @@
 -- The page contents can vary, so just test that it can be read
 -- successfully, but don't keep the output.
 SELECT octet_length(get_raw_page('test1', 'main', 0)) AS main_0;
- main_0 
---------
-   8192
-(1 row)
-
+ERROR:  function get_raw_page(unknown, unknown, integer) does not exist
+LINE 1: SELECT octet_length(get_raw_page('test1', 'main', 0)) AS mai...
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/contrib/pg_freespacemap/expected/pg_freespacemap.out C:/cirrus/build/testrun/pg_f...
--- C:/cirrus/contrib/pg_freespacemap/expected/pg_freespacemap.out	2024-11-04 09:05:57.484419100 +0000
+++ C:/cirrus/build/testrun/pg_freespacemap/regress/results/pg_freespacemap.out	2024-11-04 09:11:52.606340200 +0000
@@ -1,4 +1,5 @@
 CREATE EXTENSION pg_freespacemap;
+ERROR:  extension "pg_freespacemap" has no installation script nor update path for version "1.3"
 CREATE TABLE freespace_tab (c1 int) WITH (autovacuum_enabled = off);
 CREATE INDEX freespace_brin ON freespace_tab USING brin (c1);
 CREATE INDEX freespace_btree ON freespace_tab USING btree (c1);
@@ -8,78 +9,39 @@
   SELECT rel.id, fsm.blkno, (fsm.avail > 0) AS is_avail
     FROM rel, LATERAL pg_freespace(rel.id) AS fsm
     ORDER BY 1, 2;
-       id        | blkno | is_avail 
------------------+-------+----------
- freespace_brin  |     0 | f
- freespace_brin  |     1 | f
- freespace_brin  |     2 | t
- freespace_btree |     0 | f
- freespace_hash  |     0 | f
...
test
[09:17:41.045]  56/307 postgresql:citext / citext/regress                                              ERROR            ...
[09:17:41.045]  61/307 postgresql:earthdistance / earthdistance/regress                                ERROR            ...
[09:17:41.045]  70/307 postgresql:lo / lo/regress                                                      ERROR            ...
[09:17:41.045]  78/307 postgresql:pg_freespacemap / pg_freespacemap/regress                            ERROR            ...
[09:17:41.045]  79/307 postgresql:pageinspect / pageinspect/regress                                    ERROR            ...
[09:17:41.045]  97/307 postgresql:brin / brin/isolation                                                ERROR            ...
[09:17:41.045] 137/307 postgresql:pg_amcheck / pg_amcheck/004_verify_heapam                            ERROR            ...
[09:17:41.045] 270/307 postgresql:brin / brin/01_workitems                                             ERROR            ...
[09:17:41.045] 271/307 postgresql:brin / brin/02_wal_consistency                                       ERROR            ...
51/5131 add log_transaction GUC setting
FreeBSD - 13 - Meson
tap
[08:36:24.487](1.797s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[08:36:35.022] 293/312 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
Linux - Debian Bookworm - Autoconf
tap
[08:34:34.182](0.754s) not ok 1 - no parameters missing from postgresql.conf.sample
Linux - Debian Bookworm - Meson
core
[08:38:07.662] #0  <unavailable> in ?? ()
core
[08:38:07.410] #0  0x00007fa6ceab1d24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[08:38:07.410] #1  0x00007fa6cea5e239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[08:38:07.410] #2  0x00007fa6cea5e497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[08:38:07.410] #3  0x000055ea69c655c1 in ?? ()
[08:38:07.410] #4  0x000055ea69c5f369 in ?? ()
[08:38:07.410] #5  0x000055ea69c5e20f in ?? ()
[08:38:07.410] #6  0x000055ea69c5ec3b in ?? ()
[08:38:07.410] #7  0x000055ea69c5c66f in ?? ()
[08:38:07.410] #8  0x00007fa6cea4924a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[08:38:07.410] #9  0x00007fa6cea49305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[08:38:07.534] #0  0x00007f82be894a50 in ?? ()
[08:38:07.534] #1  0x0000000000000003 in ?? ()
[08:38:07.534] #2  0x00007fffc5a33463 in ?? ()
[08:38:07.534] #3  0x00007fffc5a33466 in ?? ()
[08:38:07.534] #4  0x00007fffc5a33502 in ?? ()
[08:38:07.534] #5  0x0000000000000000 in ?? ()
[08:38:07.661] #0  0x00007fa6ceab1d24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
core
[08:38:07.662] #0  0x00007fa6ceab1d24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[08:38:07.662] #1  0x00007fa6cea5e239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[08:38:07.662] #2  0x00007fa6cea5e497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[08:38:07.662] #3  0x000055ea69c655f3 in ?? ()
[08:38:07.662] #4  0x000055ea69c5f369 in ?? ()
[08:38:07.662] #5  0x000055ea69c5e20f in ?? ()
[08:38:07.662] #6  0x000055ea69c5ec3b in ?? ()
[08:38:07.662] #7  0x000055ea69c5c66f in ?? ()
[08:38:07.662] #8  0x00007fa6cea4924a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[08:38:07.662] #9  0x00007fa6cea49305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[08:38:07.794] #0  0x00007f664dfdad24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[08:38:07.794] #1  0x00007f664df87239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[08:38:07.794] #2  0x00007f664df87497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[08:38:07.794] #3  0x000055d3a9b8a5c1 in ?? ()
[08:38:07.794] #4  0x000055d3a9b84369 in ?? ()
[08:38:07.794] #5  0x000055d3a9b8320f in ?? ()
[08:38:07.794] #6  0x000055d3a9b83c3b in ?? ()
[08:38:07.794] #7  0x000055d3a9b8166f in ?? ()
[08:38:07.794] #8  0x00007f664df7224a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[08:38:07.794] #9  0x00007f664df72305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
tap
[08:36:45.682](0.468s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[08:36:56.960] 291/312 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[08:43:00.202](2.074s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[08:43:24.776] 289/307 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
51/5012 Vacuum statistics
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out /tmp/cirrus-ci-build/bu...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-11-04 08:31:08.55467000...
+++ /tmp/cirrus-ci-build/build/testrun/isolation/isolation/results/vacuum-extending-in-repetable-read.out	2024-11-04 08:...
@@ -9,9 +9,10 @@
     FROM pg_stat_get_vacuum_tables vt, pg_class c
     WHERE vt.relname = 'test_vacuum_stat_isolation' AND vt.relid = c.oid;
 
-relname|tuples_deleted|dead_tuples|tuples_frozen
--------+--------------+-----------+-------------
-(0 rows)
+relname                   |tuples_deleted|dead_tuples|tuples_frozen
+--------------------------+--------------+-----------+-------------
+test_vacuum_stat_isolation|             0|          0|            0
+(1 row)
 
 step s1_begin_repeatable_read: 
   BEGIN transaction ISOLATION LEVEL REPEATABLE READ;
@@ -22,7 +23,8 @@
   100
 (1 row)
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/vacuum_tables_and_db_statistics.out /tmp/cirrus-ci-build/build/t...
--- /tmp/cirrus-ci-build/src/test/regress/expected/vacuum_tables_and_db_statistics.out	2024-11-04 08:31:08.737734000 +00...
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/vacuum_tables_and_db_statistics.out	2024-1...
@@ -186,7 +186,7 @@
 
 SELECT pages_frozen AS pf, pages_all_visible AS pv, rev_all_frozen_pages AS hafp,rev_all_visible_pages AS havp
 FROM pg_stat_get_vacuum_tables, pg_stat_all_tables WHERE pg_stat_get_vacuum_tables.relname = 'vestat' and pg_stat_get_v...
-UPDATE vestat SET x = x + 1001;
+UPDATE vestat SET x = x+1001;
 VACUUM (PARALLEL 0, BUFFER_USAGE_LIMIT 128) vestat;
 SELECT pages_frozen > :pf AS pages_frozen,pages_all_visible > :pv AS pages_all_visible,rev_all_frozen_pages > :hafp AS ...
 FROM pg_stat_get_vacuum_tables, pg_stat_all_tables WHERE pg_stat_get_vacuum_tables.relname = 'vestat' and pg_stat_get_v...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/vacuum_tables_and_db_statistics.out /tmp/cirrus-ci-build/build/t...
--- /tmp/cirrus-ci-build/src/test/regress/expected/vacuum_tables_and_db_statistics.out	2024-11-04 08:31:08.737734000 +00...
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/vacuum_tables_and_db_statistics.out	2024...
@@ -186,7 +186,7 @@
 
 SELECT pages_frozen AS pf, pages_all_visible AS pv, rev_all_frozen_pages AS hafp,rev_all_visible_pages AS havp
 FROM pg_stat_get_vacuum_tables, pg_stat_all_tables WHERE pg_stat_get_vacuum_tables.relname = 'vestat' and pg_stat_get_v...
-UPDATE vestat SET x = x + 1001;
+UPDATE vestat SET x = x+1001;
 VACUUM (PARALLEL 0, BUFFER_USAGE_LIMIT 128) vestat;
 SELECT pages_frozen > :pf AS pages_frozen,pages_all_visible > :pv AS pages_all_visible,rev_all_frozen_pages > :hafp AS ...
 FROM pg_stat_get_vacuum_tables, pg_stat_all_tables WHERE pg_stat_get_vacuum_tables.relname = 'vestat' and pg_stat_get_v...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/vacuum_tables_and_db_statistics.out /tmp/cirrus-ci-build/build/t...
--- /tmp/cirrus-ci-build/src/test/regress/expected/vacuum_tables_and_db_statistics.out	2024-11-04 08:31:08.737734000 +00...
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/vacuum_tables_and_db_statistics.out	2024-11-04 08:34:00.7...
@@ -186,7 +186,7 @@
 
 SELECT pages_frozen AS pf, pages_all_visible AS pv, rev_all_frozen_pages AS hafp,rev_all_visible_pages AS havp
 FROM pg_stat_get_vacuum_tables, pg_stat_all_tables WHERE pg_stat_get_vacuum_tables.relname = 'vestat' and pg_stat_get_v...
-UPDATE vestat SET x = x + 1001;
+UPDATE vestat SET x = x+1001;
 VACUUM (PARALLEL 0, BUFFER_USAGE_LIMIT 128) vestat;
 SELECT pages_frozen > :pf AS pages_frozen,pages_all_visible > :pv AS pages_all_visible,rev_all_frozen_pages > :hafp AS ...
 FROM pg_stat_get_vacuum_tables, pg_stat_all_tables WHERE pg_stat_get_vacuum_tables.relname = 'vestat' and pg_stat_get_v...
tap
[08:34:01.596](64.065s) not ok 5 - regression tests pass
tap
[08:34:47.017](74.577s) not ok 2 - regression tests pass
test
[08:36:43.267]  42/312 postgresql:regress / regress/regress                                            ERROR            ...
[08:36:43.267]  50/312 postgresql:isolation / isolation/isolation                                      ERROR            ...
[08:36:43.267]  90/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[08:36:43.267] 153/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/vacuum_tables_and_db_statistics.out /tmp/cirrus-ci-build/src/bin...
--- /tmp/cirrus-ci-build/src/test/regress/expected/vacuum_tables_and_db_statistics.out	2024-11-04 08:31:06.697033974 +00...
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/vacuum_tables_and_db_statistics.out	2024-11-04 08:39:11.18...
@@ -186,7 +186,7 @@
 
 SELECT pages_frozen AS pf, pages_all_visible AS pv, rev_all_frozen_pages AS hafp,rev_all_visible_pages AS havp
 FROM pg_stat_get_vacuum_tables, pg_stat_all_tables WHERE pg_stat_get_vacuum_tables.relname = 'vestat' and pg_stat_get_v...
-UPDATE vestat SET x = x + 1001;
+UPDATE vestat SET x = x+1001;
 VACUUM (PARALLEL 0, BUFFER_USAGE_LIMIT 128) vestat;
 SELECT pages_frozen > :pf AS pages_frozen,pages_all_visible > :pv AS pages_all_visible,rev_all_frozen_pages > :hafp AS ...
 FROM pg_stat_get_vacuum_tables, pg_stat_all_tables WHERE pg_stat_get_vacuum_tables.relname = 'vestat' and pg_stat_get_v...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out /tmp/cirrus-ci-build/sr...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-11-04 08:31:06.47218496...
+++ /tmp/cirrus-ci-build/src/test/isolation/output_iso/results/vacuum-extending-in-repetable-read.out	2024-11-04 08:36:3...
@@ -9,9 +9,10 @@
     FROM pg_stat_get_vacuum_tables vt, pg_class c
     WHERE vt.relname = 'test_vacuum_stat_isolation' AND vt.relid = c.oid;
 
-relname|tuples_deleted|dead_tuples|tuples_frozen
--------+--------------+-----------+-------------
-(0 rows)
+relname                   |tuples_deleted|dead_tuples|tuples_frozen
+--------------------------+--------------+-----------+-------------
+test_vacuum_stat_isolation|             0|          0|            0
+(1 row)
 
 step s1_begin_repeatable_read: 
   BEGIN transaction ISOLATION LEVEL REPEATABLE READ;
@@ -22,7 +23,8 @@
   100
 (1 row)
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/vacuum_tables_and_db_statistics.out /tmp/cirrus-ci-build/src/tes...
--- /tmp/cirrus-ci-build/src/test/regress/expected/vacuum_tables_and_db_statistics.out	2024-11-04 08:31:06.697033974 +00...
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/vacuum_tables_and_db_statistics.out	2024-11-04 08:40:28.166...
@@ -186,7 +186,7 @@
 
 SELECT pages_frozen AS pf, pages_all_visible AS pv, rev_all_frozen_pages AS hafp,rev_all_visible_pages AS havp
 FROM pg_stat_get_vacuum_tables, pg_stat_all_tables WHERE pg_stat_get_vacuum_tables.relname = 'vestat' and pg_stat_get_v...
-UPDATE vestat SET x = x + 1001;
+UPDATE vestat SET x = x+1001;
 VACUUM (PARALLEL 0, BUFFER_USAGE_LIMIT 128) vestat;
 SELECT pages_frozen > :pf AS pages_frozen,pages_all_visible > :pv AS pages_all_visible,rev_all_frozen_pages > :hafp AS ...
 FROM pg_stat_get_vacuum_tables, pg_stat_all_tables WHERE pg_stat_get_vacuum_tables.relname = 'vestat' and pg_stat_get_v...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/vacuum_tables_and_db_statistics.out /tmp/cirrus-ci-build/src/tes...
--- /tmp/cirrus-ci-build/src/test/regress/expected/vacuum_tables_and_db_statistics.out	2024-11-04 08:31:06.697033974 +00...
+++ /tmp/cirrus-ci-build/src/test/regress/results/vacuum_tables_and_db_statistics.out	2024-11-04 08:37:07.877553916 +000...
@@ -186,7 +186,7 @@
 
 SELECT pages_frozen AS pf, pages_all_visible AS pv, rev_all_frozen_pages AS hafp,rev_all_visible_pages AS havp
 FROM pg_stat_get_vacuum_tables, pg_stat_all_tables WHERE pg_stat_get_vacuum_tables.relname = 'vestat' and pg_stat_get_v...
-UPDATE vestat SET x = x + 1001;
+UPDATE vestat SET x = x+1001;
 VACUUM (PARALLEL 0, BUFFER_USAGE_LIMIT 128) vestat;
 SELECT pages_frozen > :pf AS pages_frozen,pages_all_visible > :pv AS pages_all_visible,rev_all_frozen_pages > :hafp AS ...
 FROM pg_stat_get_vacuum_tables, pg_stat_all_tables WHERE pg_stat_get_vacuum_tables.relname = 'vestat' and pg_stat_get_v...
tap
[08:39:11.215](102.094s) not ok 5 - regression tests pass
tap
[08:40:28.195](60.993s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out /tmp/cirrus-ci-build/bu...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-11-04 08:31:06.19142822...
+++ /tmp/cirrus-ci-build/build/testrun/isolation/isolation/results/vacuum-extending-in-repetable-read.out	2024-11-04 08:...
@@ -9,9 +9,10 @@
     FROM pg_stat_get_vacuum_tables vt, pg_class c
     WHERE vt.relname = 'test_vacuum_stat_isolation' AND vt.relid = c.oid;
 
-relname|tuples_deleted|dead_tuples|tuples_frozen
--------+--------------+-----------+-------------
-(0 rows)
+relname                   |tuples_deleted|dead_tuples|tuples_frozen
+--------------------------+--------------+-----------+-------------
+test_vacuum_stat_isolation|             0|          0|            0
+(1 row)
 
 step s1_begin_repeatable_read: 
   BEGIN transaction ISOLATION LEVEL REPEATABLE READ;
@@ -22,7 +23,8 @@
   100
 (1 row)
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/vacuum_tables_and_db_statistics.out /tmp/cirrus-ci-build/build/t...
--- /tmp/cirrus-ci-build/src/test/regress/expected/vacuum_tables_and_db_statistics.out	2024-11-04 08:31:06.418830763 +00...
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/vacuum_tables_and_db_statistics.out	2024-1...
@@ -186,7 +186,7 @@
 
 SELECT pages_frozen AS pf, pages_all_visible AS pv, rev_all_frozen_pages AS hafp,rev_all_visible_pages AS havp
 FROM pg_stat_get_vacuum_tables, pg_stat_all_tables WHERE pg_stat_get_vacuum_tables.relname = 'vestat' and pg_stat_get_v...
-UPDATE vestat SET x = x + 1001;
+UPDATE vestat SET x = x+1001;
 VACUUM (PARALLEL 0, BUFFER_USAGE_LIMIT 128) vestat;
 SELECT pages_frozen > :pf AS pages_frozen,pages_all_visible > :pv AS pages_all_visible,rev_all_frozen_pages > :hafp AS ...
 FROM pg_stat_get_vacuum_tables, pg_stat_all_tables WHERE pg_stat_get_vacuum_tables.relname = 'vestat' and pg_stat_get_v...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/vacuum_tables_and_db_statistics.out /tmp/cirrus-ci-build/build/t...
--- /tmp/cirrus-ci-build/src/test/regress/expected/vacuum_tables_and_db_statistics.out	2024-11-04 08:31:06.418830763 +00...
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/vacuum_tables_and_db_statistics.out	2024...
@@ -186,7 +186,7 @@
 
 SELECT pages_frozen AS pf, pages_all_visible AS pv, rev_all_frozen_pages AS hafp,rev_all_visible_pages AS havp
 FROM pg_stat_get_vacuum_tables, pg_stat_all_tables WHERE pg_stat_get_vacuum_tables.relname = 'vestat' and pg_stat_get_v...
-UPDATE vestat SET x = x + 1001;
+UPDATE vestat SET x = x+1001;
 VACUUM (PARALLEL 0, BUFFER_USAGE_LIMIT 128) vestat;
 SELECT pages_frozen > :pf AS pages_frozen,pages_all_visible > :pv AS pages_all_visible,rev_all_frozen_pages > :hafp AS ...
 FROM pg_stat_get_vacuum_tables, pg_stat_all_tables WHERE pg_stat_get_vacuum_tables.relname = 'vestat' and pg_stat_get_v...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/vacuum_tables_and_db_statistics.out /tmp/cirrus-ci-build/build/t...
--- /tmp/cirrus-ci-build/src/test/regress/expected/vacuum_tables_and_db_statistics.out	2024-11-04 08:31:06.418830763 +00...
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/vacuum_tables_and_db_statistics.out	2024-11-04 08:37:33.7...
@@ -186,7 +186,7 @@
 
 SELECT pages_frozen AS pf, pages_all_visible AS pv, rev_all_frozen_pages AS hafp,rev_all_visible_pages AS havp
 FROM pg_stat_get_vacuum_tables, pg_stat_all_tables WHERE pg_stat_get_vacuum_tables.relname = 'vestat' and pg_stat_get_v...
-UPDATE vestat SET x = x + 1001;
+UPDATE vestat SET x = x+1001;
 VACUUM (PARALLEL 0, BUFFER_USAGE_LIMIT 128) vestat;
 SELECT pages_frozen > :pf AS pages_frozen,pages_all_visible > :pv AS pages_all_visible,rev_all_frozen_pages > :hafp AS ...
 FROM pg_stat_get_vacuum_tables, pg_stat_all_tables WHERE pg_stat_get_vacuum_tables.relname = 'vestat' and pg_stat_get_v...
tap
[08:37:38.290](82.793s) not ok 5 - regression tests pass
tap
[08:38:15.712](83.998s) not ok 2 - regression tests pass
test
[08:39:59.241]  41/312 postgresql:isolation / isolation/isolation                                      ERROR            ...
[08:39:59.241]  46/312 postgresql:regress / regress/regress                                            ERROR            ...
[08:39:59.241] 139/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[08:39:59.241] 166/312 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/isolation/expected/vacuum-extending-in-repetable-read.out C:/cirrus/buil...
--- C:/cirrus/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-11-04 08:31:25.516203700 +0000
+++ C:/cirrus/build/testrun/isolation/isolation/results/vacuum-extending-in-repetable-read.out	2024-11-04 08:35:26.15925...
@@ -9,9 +9,10 @@
     FROM pg_stat_get_vacuum_tables vt, pg_class c
     WHERE vt.relname = 'test_vacuum_stat_isolation' AND vt.relid = c.oid;
 
-relname|tuples_deleted|dead_tuples|tuples_frozen
--------+--------------+-----------+-------------
-(0 rows)
+relname                   |tuples_deleted|dead_tuples|tuples_frozen
+--------------------------+--------------+-----------+-------------
+test_vacuum_stat_isolation|             0|          0|            0
+(1 row)
 
 step s1_begin_repeatable_read: 
   BEGIN transaction ISOLATION LEVEL REPEATABLE READ;
@@ -22,7 +23,8 @@
   100
 (1 row)
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/vacuum_tables_and_db_statistics.out C:/cirrus/build/tes...
--- C:/cirrus/src/test/regress/expected/vacuum_tables_and_db_statistics.out	2024-11-04 08:31:26.170001900 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/vacuum_tables_and_db_statistics.out	2024-11-04 08:35:...
@@ -186,7 +186,7 @@
 
 SELECT pages_frozen AS pf, pages_all_visible AS pv, rev_all_frozen_pages AS hafp,rev_all_visible_pages AS havp
 FROM pg_stat_get_vacuum_tables, pg_stat_all_tables WHERE pg_stat_get_vacuum_tables.relname = 'vestat' and pg_stat_get_v...
-UPDATE vestat SET x = x + 1001;
+UPDATE vestat SET x = x+1001;
 VACUUM (PARALLEL 0, BUFFER_USAGE_LIMIT 128) vestat;
 SELECT pages_frozen > :pf AS pages_frozen,pages_all_visible > :pv AS pages_all_visible,rev_all_frozen_pages > :hafp AS ...
 FROM pg_stat_get_vacuum_tables, pg_stat_all_tables WHERE pg_stat_get_vacuum_tables.relname = 'vestat' and pg_stat_get_v...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/vacuum_tables_and_db_statistics.out C:/cirrus/build/tes...
--- C:/cirrus/src/test/regress/expected/vacuum_tables_and_db_statistics.out	2024-11-04 08:31:26.170001900 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/vacuum_tables_and_db_statistics.out	2024-11-04 08:3...
@@ -186,7 +186,7 @@
 
 SELECT pages_frozen AS pf, pages_all_visible AS pv, rev_all_frozen_pages AS hafp,rev_all_visible_pages AS havp
 FROM pg_stat_get_vacuum_tables, pg_stat_all_tables WHERE pg_stat_get_vacuum_tables.relname = 'vestat' and pg_stat_get_v...
-UPDATE vestat SET x = x + 1001;
+UPDATE vestat SET x = x+1001;
 VACUUM (PARALLEL 0, BUFFER_USAGE_LIMIT 128) vestat;
 SELECT pages_frozen > :pf AS pages_frozen,pages_all_visible > :pv AS pages_all_visible,rev_all_frozen_pages > :hafp AS ...
 FROM pg_stat_get_vacuum_tables, pg_stat_all_tables WHERE pg_stat_get_vacuum_tables.relname = 'vestat' and pg_stat_get_v...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/vacuum_tables_and_db_statistics.out C:/cirrus/build/tes...
--- C:/cirrus/src/test/regress/expected/vacuum_tables_and_db_statistics.out	2024-11-04 08:31:26.170001900 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/vacuum_tables_and_db_statistics.out	2024-11-04 08:35:12.888249500 +0...
@@ -186,7 +186,7 @@
 
 SELECT pages_frozen AS pf, pages_all_visible AS pv, rev_all_frozen_pages AS hafp,rev_all_visible_pages AS havp
 FROM pg_stat_get_vacuum_tables, pg_stat_all_tables WHERE pg_stat_get_vacuum_tables.relname = 'vestat' and pg_stat_get_v...
-UPDATE vestat SET x = x + 1001;
+UPDATE vestat SET x = x+1001;
 VACUUM (PARALLEL 0, BUFFER_USAGE_LIMIT 128) vestat;
 SELECT pages_frozen > :pf AS pages_frozen,pages_all_visible > :pv AS pages_all_visible,rev_all_frozen_pages > :hafp AS ...
 FROM pg_stat_get_vacuum_tables, pg_stat_all_tables WHERE pg_stat_get_vacuum_tables.relname = 'vestat' and pg_stat_get_v...
tap
[08:35:16.348](108.913s) not ok 5 - regression tests pass
tap
[08:37:35.100](122.575s) not ok 2 - regression tests pass
test
[08:43:54.020]  21/307 postgresql:regress / regress/regress                                            ERROR           1...
[08:43:54.020]  30/307 postgresql:isolation / isolation/isolation                                      ERROR           1...
[08:43:54.020]  38/307 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[08:43:54.020]  86/307 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
50/5208 prefetching for nestloop / indexscan
FreeBSD - 13 - Meson
tap
[05:49:42.965](1.696s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[05:49:52.857] 294/312 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
Linux - Debian Bookworm - Autoconf
core
[05:56:16.386] #0  0x00007f5173aea95d in ?? () from /lib64/ld-linux-x86-64.so.2
[05:56:16.386] #1  0x00007f5173acedfc in ?? () from /lib64/ld-linux-x86-64.so.2
[05:56:16.386] #2  0x00007f5173acf2c2 in ?? () from /lib64/ld-linux-x86-64.so.2
[05:56:16.386] #3  0x00007f5173ad2126 in ?? () from /lib64/ld-linux-x86-64.so.2
[05:56:16.386] #4  0x00007f5173acc261 in ?? () from /lib64/ld-linux-x86-64.so.2
[05:56:16.386] #5  0x00007f5173ae22f1 in _dl_catch_exception () from /lib64/ld-linux-x86-64.so.2
[05:56:16.386] #6  0x00007f5173acc5ca in ?? () from /lib64/ld-linux-x86-64.so.2
[05:56:16.386] #7  0x00007f5173ae797a in ?? () from /lib64/ld-linux-x86-64.so.2
[05:56:16.386] #8  0x00007f5173ae422f in ?? () from /lib64/ld-linux-x86-64.so.2
[05:56:16.386] #9  0x00007f5173ae5bac in ?? () from /lib64/ld-linux-x86-64.so.2
core
[05:56:16.271] #0  0x00007f8fbc4e3b13 in wait4 () from /lib/x86_64-linux-gnu/libc.so.6
[05:56:16.271] #1  0x0000563ac2fcccc0 in ?? ()
[05:56:16.271] #2  0x0000563ac2fccefa in ?? ()
[05:56:16.271] #3  0x0000563ac2fce630 in ?? ()
[05:56:16.271] #4  0x0000563ac2fc8371 in ?? ()
[05:56:16.271] #5  0x0000563ac2fc720f in ?? ()
[05:56:16.271] #6  0x0000563ac2fc7c3b in ?? ()
[05:56:16.271] #7  0x0000563ac2fc566f in ?? ()
[05:56:16.271] #8  0x00007f8fbc43724a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:56:16.271] #9  0x00007f8fbc437305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
tap
[05:50:24.692](0.678s) not ok 1 - no parameters missing from postgresql.conf.sample
Linux - Debian Bookworm - Meson
tap
[05:51:59.609](0.448s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[05:52:09.832] 291/312 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[05:56:02.023](1.994s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[05:56:26.467] 287/307 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
51/4888 Run deferred triggers in the correct security context
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_p...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-11-04 05:00:14.810792000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/triggers.out	2024-11-04 05:01:13.046472000...
@@ -3731,7 +3731,9 @@
 -- test who runs deferred trigger functions
 -- setup
 create role groot;
+WARNING:  roles created by regression test cases should have names starting with "regress_"
 create role outis;
+WARNING:  roles created by regression test cases should have names starting with "regress_"
 create function whoami() returns trigger language plpgsql
 as $$
 begin
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/build/testrun/recovery/027_str...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-11-04 05:00:14.810792000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/triggers.out	2024-11-04 05:01:55.6502570...
@@ -3731,7 +3731,9 @@
 -- test who runs deferred trigger functions
 -- setup
 create role groot;
+WARNING:  roles created by regression test cases should have names starting with "regress_"
 create role outis;
+WARNING:  roles created by regression test cases should have names starting with "regress_"
 create function whoami() returns trigger language plpgsql
 as $$
 begin
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/build/testrun/regress/regress/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-11-04 05:00:14.810792000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/triggers.out	2024-11-04 05:01:10.619975000 +0000
@@ -3731,7 +3731,9 @@
 -- test who runs deferred trigger functions
 -- setup
 create role groot;
+WARNING:  roles created by regression test cases should have names starting with "regress_"
 create role outis;
+WARNING:  roles created by regression test cases should have names starting with "regress_"
 create function whoami() returns trigger language plpgsql
 as $$
 begin
tap
[05:02:00.203](63.154s) not ok 5 - regression tests pass
tap
[05:02:47.340](73.078s) not ok 2 - regression tests pass
test
[05:04:37.137]  12/312 postgresql:regress / regress/regress                                            ERROR            ...
[05:04:37.137]  92/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[05:04:37.137] 156/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
51/5231 Consider the number of columns in the sort cost model
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out /tmp/cirrus-ci-build/build/testrun/...
--- /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out	2024-11-04 04:12:12.440551000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_stat_statements/regress/results/level_tracking.out	2024-11-04 04:14:58.6197770...
@@ -383,26 +383,24 @@
 (1 row)
 
 EXPLAIN (COSTS OFF) SELECT 1, 2 UNION SELECT 3, 4\; EXPLAIN (COSTS OFF) (SELECT 1, 2, 3) UNION SELECT 3, 4, 5;
+      QUERY PLAN       
+-----------------------
+ HashAggregate
+   Group Key: (1), (2)
+   ->  Append
+         ->  Result
+         ->  Result
+(5 rows)
+
          QUERY PLAN         
 ----------------------------
- Unique
-   ->  Sort
...
test
[04:17:10.971]  87/312 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out /tmp/cirrus-ci-build/contrib/pg_sta...
--- /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out	2024-11-04 04:11:48.555658545 +0000
+++ /tmp/cirrus-ci-build/contrib/pg_stat_statements/results/level_tracking.out	2024-11-04 04:17:23.807201727 +0000
@@ -383,25 +383,23 @@
 (1 row)
 
 EXPLAIN (COSTS OFF) SELECT 1, 2 UNION SELECT 3, 4\; EXPLAIN (COSTS OFF) (SELECT 1, 2, 3) UNION SELECT 3, 4, 5;
+      QUERY PLAN       
+-----------------------
+ HashAggregate
+   Group Key: (1), (2)
+   ->  Append
+         ->  Result
+         ->  Result
+(5 rows)
+
          QUERY PLAN         
 ----------------------------
- Unique
-   ->  Sort
...
Linux - Debian Bookworm - Meson
core
[04:18:52.149] #0  0x00007f2ad0603d24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[04:18:52.149] #1  0x00007f2ad05b0239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[04:18:52.149] #2  0x00007f2ad05b0497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[04:18:52.149] #3  0x000055e5ae76a5c1 in ?? ()
[04:18:52.149] #4  0x000055e5ae764369 in ?? ()
[04:18:52.149] #5  0x000055e5ae76320f in ?? ()
[04:18:52.149] #6  0x000055e5ae763c3b in ?? ()
[04:18:52.149] #7  0x000055e5ae76166f in ?? ()
[04:18:52.149] #8  0x00007f2ad059b24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:18:52.149] #9  0x00007f2ad059b305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[04:18:52.009] #0  0x00007f2d7c774a50 in ?? ()
[04:18:52.009] #1  0x0000000000000003 in ?? ()
[04:18:52.009] #2  0x00007ffd6fe0f37e in ?? ()
[04:18:52.009] #3  0x00007ffd6fe0f381 in ?? ()
[04:18:52.009] #4  0x00007ffd6fe0f41d in ?? ()
[04:18:52.009] #5  0x0000000000000000 in ?? ()
[04:18:52.141] #0  0x00007f2ad0603d24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out /tmp/cirrus-ci-build/build/testrun/...
--- /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out	2024-11-04 04:11:50.298298475 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_stat_statements/regress/results/level_tracking.out	2024-11-04 04:15:42.4397410...
@@ -383,25 +383,23 @@
 (1 row)
 
 EXPLAIN (COSTS OFF) SELECT 1, 2 UNION SELECT 3, 4\; EXPLAIN (COSTS OFF) (SELECT 1, 2, 3) UNION SELECT 3, 4, 5;
+      QUERY PLAN       
+-----------------------
+ HashAggregate
+   Group Key: (1), (2)
+   ->  Append
+         ->  Result
+         ->  Result
+(5 rows)
+
          QUERY PLAN         
 ----------------------------
- Unique
-   ->  Sort
...
test
[04:17:49.670]  88/312 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/contrib/pg_stat_statements/expected/level_tracking.out /Users/admin/pgsql/build/testrun/pg_s...
--- /Users/admin/pgsql/contrib/pg_stat_statements/expected/level_tracking.out	2024-11-04 04:11:48
+++ /Users/admin/pgsql/build/testrun/pg_stat_statements/regress/results/level_tracking.out	2024-11-04 04:15:35
@@ -383,25 +383,23 @@
 (1 row)
 
 EXPLAIN (COSTS OFF) SELECT 1, 2 UNION SELECT 3, 4\; EXPLAIN (COSTS OFF) (SELECT 1, 2, 3) UNION SELECT 3, 4, 5;
+      QUERY PLAN       
+-----------------------
+ HashAggregate
+   Group Key: (1), (2)
+   ->  Append
+         ->  Result
+         ->  Result
+(5 rows)
+
          QUERY PLAN         
 ----------------------------
- Unique
-   ->  Sort
...
test
[04:18:27.638]  91/312 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/contrib/pg_stat_statements/expected/level_tracking.out C:/cirrus/build/testrun/pg...
--- C:/cirrus/contrib/pg_stat_statements/expected/level_tracking.out	2024-11-04 04:12:35.099133900 +0000
+++ C:/cirrus/build/testrun/pg_stat_statements/regress/results/level_tracking.out	2024-11-04 04:18:53.046213000 +0000
@@ -383,25 +383,23 @@
 (1 row)
 
 EXPLAIN (COSTS OFF) SELECT 1, 2 UNION SELECT 3, 4\; EXPLAIN (COSTS OFF) (SELECT 1, 2, 3) UNION SELECT 3, 4, 5;
+      QUERY PLAN       
+-----------------------
+ HashAggregate
+   Group Key: (1), (2)
+   ->  Append
+         ->  Result
+         ->  Result
+(5 rows)
+
          QUERY PLAN         
 ----------------------------
- Unique
-   ->  Sort
...
test
[04:24:35.321]  90/307 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
50/5348 Making error message more user-friendly with spaces in a URI
FreeBSD - 13 - Meson
tap
[03:36:04.934](0.056s) not ok 25 - postgresql://host?  user user  =  uri  & port = 12345 12 
[03:36:04.943](0.005s) not ok 26 - postgresql://host?  user  =  uri-user  & port = 12345 12 
test
[03:37:59.991] 137/312 postgresql:libpq / libpq/001_uri                                                ERROR            ...
Linux - Debian Bookworm - Autoconf
tap
[03:34:44.345](0.039s) not ok 25 - postgresql://host?  user user  =  uri  & port = 12345 12 
[03:34:44.385](0.040s) not ok 26 - postgresql://host?  user  =  uri-user  & port = 12345 12 
Linux - Debian Bookworm - Meson
core
[03:39:21.349] #0  0x00007f6b36eaed24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[03:39:21.349] #1  0x00007f6b36e5b239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[03:39:21.349] #2  0x00007f6b36f16184 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[03:39:21.349] #3  0x00007f6b36f287dc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[03:39:21.349] #0  <unavailable> in ?? ()
tap
[03:36:35.091](0.028s) not ok 25 - postgresql://host?  user user  =  uri  & port = 12345 12 
[03:36:35.115](0.023s) not ok 26 - postgresql://host?  user  =  uri-user  & port = 12345 12 
test
[03:38:20.351] 136/312 postgresql:libpq / libpq/001_uri                                                ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[03:40:26.489](0.106s) not ok 25 - postgresql://host?  user user  =  uri  & port = 12345 12 
[03:40:26.739](0.238s) not ok 26 - postgresql://host?  user  =  uri-user  & port = 12345 12 
test
[03:45:41.082] 136/307 postgresql:libpq / libpq/001_uri                                                ERROR            ...
51/5110 Add XMLCast (SQL/XML X025)
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upg...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-11-04 01:46:43.458163000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/xml.out	2024-11-04 01:49:23.524576000 +000...
@@ -2192,7 +2192,7 @@
 SELECT j, pg_typeof(j) FROM xmlcast('11:11:11.5'::time with time zone AS xml) t(j);
        j       | pg_typeof 
 ---------------+-----------
- 11:11:11.5-07 | xml
+ 11:11:11.5-08 | xml
 (1 row)
 
 -- Convert an XML string to bytea and back to xml
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-11-04 01:46:43.458163000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/xml.out	2024-11-04 01:50:16.724235000 +0...
@@ -2192,7 +2192,7 @@
 SELECT j, pg_typeof(j) FROM xmlcast('11:11:11.5'::time with time zone AS xml) t(j);
        j       | pg_typeof 
 ---------------+-----------
- 11:11:11.5-07 | xml
+ 11:11:11.5-08 | xml
 (1 row)
 
 -- Convert an XML string to bytea and back to xml
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/regress/regress/resul...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-11-04 01:46:43.458163000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/xml.out	2024-11-04 01:49:20.238945000 +0000
@@ -2192,7 +2192,7 @@
 SELECT j, pg_typeof(j) FROM xmlcast('11:11:11.5'::time with time zone AS xml) t(j);
        j       | pg_typeof 
 ---------------+-----------
- 11:11:11.5-07 | xml
+ 11:11:11.5-08 | xml
 (1 row)
 
 -- Convert an XML string to bytea and back to xml
tap
[01:49:41.367](66.332s) not ok 5 - regression tests pass
tap
[01:50:35.352](81.838s) not ok 2 - regression tests pass
test
[01:52:28.838]  40/312 postgresql:regress / regress/regress                                            ERROR            ...
[01:52:28.838]  84/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[01:52:28.838] 158/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/result...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-11-04 01:46:21.868062167 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/xml.out	2024-11-04 01:53:52.831197734 +0000
@@ -2192,7 +2192,7 @@
 SELECT j, pg_typeof(j) FROM xmlcast('11:11:11.5'::time with time zone AS xml) t(j);
        j       | pg_typeof 
 ---------------+-----------
- 11:11:11.5-07 | xml
+ 11:11:11.5-08 | xml
 (1 row)
 
 -- Convert an XML string to bytea and back to xml
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/src/test/regress/results/xml.out
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-11-04 01:46:21.868062167 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/xml.out	2024-11-04 01:52:20.026601603 +0000
@@ -2192,7 +2192,7 @@
 SELECT j, pg_typeof(j) FROM xmlcast('11:11:11.5'::time with time zone AS xml) t(j);
        j       | pg_typeof 
 ---------------+-----------
- 11:11:11.5-07 | xml
+ 11:11:11.5-08 | xml
 (1 row)
 
 -- Convert an XML string to bytea and back to xml
tap
[01:53:59.872](125.127s) not ok 5 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upg...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-11-04 01:46:22.995018162 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/xml.out	2024-11-04 01:52:21.466258145 +000...
@@ -2192,7 +2192,7 @@
 SELECT j, pg_typeof(j) FROM xmlcast('11:11:11.5'::time with time zone AS xml) t(j);
        j       | pg_typeof 
 ---------------+-----------
- 11:11:11.5-07 | xml
+ 11:11:11.5-08 | xml
 (1 row)
 
 -- Convert an XML string to bytea and back to xml
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-11-04 01:46:22.995018162 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/xml.out	2024-11-04 01:52:58.227549223 +0...
@@ -2192,7 +2192,7 @@
 SELECT j, pg_typeof(j) FROM xmlcast('11:11:11.5'::time with time zone AS xml) t(j);
        j       | pg_typeof 
 ---------------+-----------
- 11:11:11.5-07 | xml
+ 11:11:11.5-08 | xml
 (1 row)
 
 -- Convert an XML string to bytea and back to xml
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/regress/regress/resul...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-11-04 01:46:22.995018162 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/xml.out	2024-11-04 01:52:16.726106849 +0000
@@ -2192,7 +2192,7 @@
 SELECT j, pg_typeof(j) FROM xmlcast('11:11:11.5'::time with time zone AS xml) t(j);
        j       | pg_typeof 
 ---------------+-----------
- 11:11:11.5-07 | xml
+ 11:11:11.5-08 | xml
 (1 row)
 
 -- Convert an XML string to bytea and back to xml
tap
[01:52:34.274](79.480s) not ok 5 - regression tests pass
tap
[01:53:09.245](79.509s) not ok 2 - regression tests pass
test
[01:54:52.142]  45/312 postgresql:regress / regress/regress                                            ERROR            ...
[01:54:52.142] 136/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[01:54:52.142] 156/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/xml.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade...
--- /Users/admin/pgsql/src/test/regress/expected/xml.out	2024-11-04 01:46:14
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/xml.out	2024-11-04 01:49:23
@@ -2192,7 +2192,7 @@
 SELECT j, pg_typeof(j) FROM xmlcast('11:11:11.5'::time with time zone AS xml) t(j);
        j       | pg_typeof 
 ---------------+-----------
- 11:11:11.5-07 | xml
+ 11:11:11.5-08 | xml
 (1 row)
 
 -- Convert an XML string to bytea and back to xml
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/xml.out /Users/admin/pgsql/build/testrun/recovery/027_stream_regre...
--- /Users/admin/pgsql/src/test/regress/expected/xml.out	2024-11-04 01:46:14
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/xml.out	2024-11-04 01:50:40
@@ -2192,7 +2192,7 @@
 SELECT j, pg_typeof(j) FROM xmlcast('11:11:11.5'::time with time zone AS xml) t(j);
        j       | pg_typeof 
 ---------------+-----------
- 11:11:11.5-07 | xml
+ 11:11:11.5-08 | xml
 (1 row)
 
 -- Convert an XML string to bytea and back to xml
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/xml.out /Users/admin/pgsql/build/testrun/regress/regress/results/x...
--- /Users/admin/pgsql/src/test/regress/expected/xml.out	2024-11-04 01:46:14
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/xml.out	2024-11-04 01:49:21
@@ -2192,7 +2192,7 @@
 SELECT j, pg_typeof(j) FROM xmlcast('11:11:11.5'::time with time zone AS xml) t(j);
        j       | pg_typeof 
 ---------------+-----------
- 11:11:11.5-07 | xml
+ 11:11:11.5-08 | xml
 (1 row)
 
 -- Convert an XML string to bytea and back to xml
tap
[01:49:32.844](55.378s) not ok 5 - regression tests pass
tap
[01:50:52.515](77.496s) not ok 2 - regression tests pass
test
[01:53:54.164]  25/312 postgresql:regress / regress/regress                                            ERROR            ...
[01:53:54.164]  47/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[01:53:54.164] 142/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
51/5196 Use function smgrclose() to replace the loop
CompilerWarnings
compiler
[01:18:33.331] smgr.c:487:9: error: unused variable 'which' [-Werror,-Wunused-variable]
compiler
[01:18:33.331] smgr.c:282:13: error: unused variable 'forknum' [-Werror,-Wunused-variable]
compiler
[01:18:24.852] smgr.c:282:13: error: unused variable 'forknum' [-Werror,-Wunused-variable]
compiler
[01:18:24.852] smgr.c:487:9: error: unused variable 'which' [-Werror,-Wunused-variable]
compiler
[01:17:55.427] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
compiler
[01:17:55.427] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable]
compiler
[01:17:47.467] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
compiler
[01:17:47.467] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable]
compiler
[01:18:55.841] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable]
compiler
[01:18:55.841] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
50/5312 BUG #18568: BUG: Result wrong when do group by on partition table!
Linux - Debian Bookworm - Meson
core
[00:06:33.858] #0  <unavailable> in ?? ()
core
[00:06:33.610] #0  0x00007f8b573ccb27 in ?? () from /lib64/ld-linux-x86-64.so.2
[00:06:33.610] #1  0x00007f8b573bf6e0 in ?? () from /lib64/ld-linux-x86-64.so.2
[00:06:33.610] #2  0x00007f8b573c9dd5 in ?? () from /lib64/ld-linux-x86-64.so.2
[00:06:33.610] #3  0x00007f8b573c622f in ?? () from /lib64/ld-linux-x86-64.so.2
[00:06:33.610] #4  0x00007f8b573c7bac in ?? () from /lib64/ld-linux-x86-64.so.2
[00:06:33.610] #5  0x00007f8b573c6a58 in ?? () from /lib64/ld-linux-x86-64.so.2
[00:06:33.610] #6  0x0000000000000003 in ?? ()
[00:06:33.610] #7  0x00007ffc0ef273dc in ?? ()
[00:06:33.610] #8  0x00007ffc0ef273df in ?? ()
[00:06:33.610] #9  0x00007ffc0ef27466 in ?? ()
core
[00:06:33.486] #0  0x00007ff534276b13 in wait4 () from /lib/x86_64-linux-gnu/libc.so.6
[00:06:33.486] #1  0x000055dbb280fcc0 in ?? ()
[00:06:33.486] #2  0x000055dbb280fefa in ?? ()
[00:06:33.486] #3  0x000055dbb2811630 in ?? ()
[00:06:33.486] #4  0x000055dbb280b371 in ?? ()
[00:06:33.486] #5  0x000055dbb280a20f in ?? ()
[00:06:33.486] #6  0x000055dbb280ac3b in ?? ()
[00:06:33.486] #7  0x000055dbb280866f in ?? ()
[00:06:33.486] #8  0x00007ff5341ca24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[00:06:33.486] #9  0x00007ff5341ca305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[00:06:33.734] #0  0x00007efe3ea5dd24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[00:06:33.734] #1  0x00007efe3ea0a239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[00:06:33.734] #2  0x00007efe3ea0a497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[00:06:33.734] #3  0x00005560a6b785c1 in ?? ()
[00:06:33.734] #4  0x00005560a6b72369 in ?? ()
[00:06:33.734] #5  0x00005560a6b7120f in ?? ()
[00:06:33.734] #6  0x00005560a6b71c3b in ?? ()
[00:06:33.734] #7  0x00005560a6b6f66f in ?? ()
[00:06:33.734] #8  0x00007efe3e9f524a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[00:06:33.734] #9  0x00007efe3e9f5305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[00:06:33.858] #0  0x00007efe3ea5dd24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[00:06:33.858] #1  0x00007efe3ea0a239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[00:06:33.858] #2  0x00007efe3ea0a497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[00:06:33.858] #3  0x00005560a6b785f3 in ?? ()
[00:06:33.858] #4  0x00005560a6b72369 in ?? ()
[00:06:33.858] #5  0x00005560a6b7120f in ?? ()
[00:06:33.858] #6  0x00005560a6b71c3b in ?? ()
[00:06:33.858] #7  0x00005560a6b6f66f in ?? ()
[00:06:33.858] #8  0x00007efe3e9f524a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[00:06:33.858] #9  0x00007efe3e9f5305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_aggregate.out /tmp/cirrus-ci-build/build-32/testrun/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_aggregate.out	2024-11-03 23:57:04.433593361 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/recovery/027_stream_regress/data/results/partition_aggregate.out	2024-11-04 00...
@@ -1529,44 +1529,32 @@
     locale = 'und-u-ks-level2',
     deterministic = false
 );
+ERROR:  current database's encoding is not supported with this provider
 CREATE TABLE pagg_tab3 (c text collate case_insensitive) PARTITION BY LIST(c collate "C");
+ERROR:  collation "case_insensitive" for encoding "SQL_ASCII" does not exist
+LINE 1: CREATE TABLE pagg_tab3 (c text collate case_insensitive) PAR...
+                                       ^
 CREATE TABLE pagg_tab3_p1 PARTITION OF pagg_tab3 FOR VALUES IN ('a', 'b', 'c', 'd');
+ERROR:  relation "pagg_tab3" does not exist
 CREATE TABLE pagg_tab3_p2 PARTITION OF pagg_tab3 FOR VALUES IN ('e', 'f', 'A');
+ERROR:  relation "pagg_tab3" does not exist
 CREATE TABLE pagg_tab3_p3 PARTITION OF pagg_tab3 FOR VALUES IN ('B', 'C', 'D', 'E');
+ERROR:  relation "pagg_tab3" does not exist
 INSERT INTO pagg_tab3 SELECT substr('abcdeABCDE', (i % 10) +1 , 1) FROM generate_series(0, 2999) i;
+ERROR:  relation "pagg_tab3" does not exist
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_aggregate.out /tmp/cirrus-ci-build/build-32/testrun/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_aggregate.out	2024-11-03 23:57:04.433593361 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/regress/regress/results/partition_aggregate.out	2024-11-04 00:02:49.105767454 ...
@@ -1529,44 +1529,32 @@
     locale = 'und-u-ks-level2',
     deterministic = false
 );
+ERROR:  current database's encoding is not supported with this provider
 CREATE TABLE pagg_tab3 (c text collate case_insensitive) PARTITION BY LIST(c collate "C");
+ERROR:  collation "case_insensitive" for encoding "SQL_ASCII" does not exist
+LINE 1: CREATE TABLE pagg_tab3 (c text collate case_insensitive) PAR...
+                                       ^
 CREATE TABLE pagg_tab3_p1 PARTITION OF pagg_tab3 FOR VALUES IN ('a', 'b', 'c', 'd');
+ERROR:  relation "pagg_tab3" does not exist
 CREATE TABLE pagg_tab3_p2 PARTITION OF pagg_tab3 FOR VALUES IN ('e', 'f', 'A');
+ERROR:  relation "pagg_tab3" does not exist
 CREATE TABLE pagg_tab3_p3 PARTITION OF pagg_tab3 FOR VALUES IN ('B', 'C', 'D', 'E');
+ERROR:  relation "pagg_tab3" does not exist
 INSERT INTO pagg_tab3 SELECT substr('abcdeABCDE', (i % 10) +1 , 1) FROM generate_series(0, 2999) i;
+ERROR:  relation "pagg_tab3" does not exist
...
tap
[00:03:36.486](71.945s) not ok 2 - regression tests pass
test
[00:05:23.596]  40/312 postgresql:regress / regress/regress                                            ERROR            ...
[00:05:23.596] 153/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/partition_aggregate.out C:/cirrus/build/testrun/pg_upgr...
--- C:/cirrus/src/test/regress/expected/partition_aggregate.out	2024-11-03 23:57:25.706396700 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_aggregate.out	2024-11-04 00:01:16.352062400...
@@ -1529,44 +1529,32 @@
     locale = 'und-u-ks-level2',
     deterministic = false
 );
+ERROR:  ICU is not supported in this build
 CREATE TABLE pagg_tab3 (c text collate case_insensitive) PARTITION BY LIST(c collate "C");
+ERROR:  collation "case_insensitive" for encoding "UTF8" does not exist
+LINE 1: CREATE TABLE pagg_tab3 (c text collate case_insensitive) PAR...
+                                       ^
 CREATE TABLE pagg_tab3_p1 PARTITION OF pagg_tab3 FOR VALUES IN ('a', 'b', 'c', 'd');
+ERROR:  relation "pagg_tab3" does not exist
 CREATE TABLE pagg_tab3_p2 PARTITION OF pagg_tab3 FOR VALUES IN ('e', 'f', 'A');
+ERROR:  relation "pagg_tab3" does not exist
 CREATE TABLE pagg_tab3_p3 PARTITION OF pagg_tab3 FOR VALUES IN ('B', 'C', 'D', 'E');
+ERROR:  relation "pagg_tab3" does not exist
 INSERT INTO pagg_tab3 SELECT substr('abcdeABCDE', (i % 10) +1 , 1) FROM generate_series(0, 2999) i;
+ERROR:  relation "pagg_tab3" does not exist
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/partition_aggregate.out C:/cirrus/build/testrun/recover...
--- C:/cirrus/src/test/regress/expected/partition_aggregate.out	2024-11-03 23:57:25.706396700 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/partition_aggregate.out	2024-11-04 00:03:41.8178627...
@@ -1529,44 +1529,32 @@
     locale = 'und-u-ks-level2',
     deterministic = false
 );
+ERROR:  ICU is not supported in this build
 CREATE TABLE pagg_tab3 (c text collate case_insensitive) PARTITION BY LIST(c collate "C");
+ERROR:  collation "case_insensitive" for encoding "WIN1252" does not exist
+LINE 1: CREATE TABLE pagg_tab3 (c text collate case_insensitive) PAR...
+                                       ^
 CREATE TABLE pagg_tab3_p1 PARTITION OF pagg_tab3 FOR VALUES IN ('a', 'b', 'c', 'd');
+ERROR:  relation "pagg_tab3" does not exist
 CREATE TABLE pagg_tab3_p2 PARTITION OF pagg_tab3 FOR VALUES IN ('e', 'f', 'A');
+ERROR:  relation "pagg_tab3" does not exist
 CREATE TABLE pagg_tab3_p3 PARTITION OF pagg_tab3 FOR VALUES IN ('B', 'C', 'D', 'E');
+ERROR:  relation "pagg_tab3" does not exist
 INSERT INTO pagg_tab3 SELECT substr('abcdeABCDE', (i % 10) +1 , 1) FROM generate_series(0, 2999) i;
+ERROR:  relation "pagg_tab3" does not exist
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/partition_aggregate.out C:/cirrus/build/testrun/regress...
--- C:/cirrus/src/test/regress/expected/partition_aggregate.out	2024-11-03 23:57:25.706396700 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/partition_aggregate.out	2024-11-04 00:01:07.591300600 +0000
@@ -1529,44 +1529,32 @@
     locale = 'und-u-ks-level2',
     deterministic = false
 );
+ERROR:  ICU is not supported in this build
 CREATE TABLE pagg_tab3 (c text collate case_insensitive) PARTITION BY LIST(c collate "C");
+ERROR:  collation "case_insensitive" for encoding "WIN1252" does not exist
+LINE 1: CREATE TABLE pagg_tab3 (c text collate case_insensitive) PAR...
+                                       ^
 CREATE TABLE pagg_tab3_p1 PARTITION OF pagg_tab3 FOR VALUES IN ('a', 'b', 'c', 'd');
+ERROR:  relation "pagg_tab3" does not exist
 CREATE TABLE pagg_tab3_p2 PARTITION OF pagg_tab3 FOR VALUES IN ('e', 'f', 'A');
+ERROR:  relation "pagg_tab3" does not exist
 CREATE TABLE pagg_tab3_p3 PARTITION OF pagg_tab3 FOR VALUES IN ('B', 'C', 'D', 'E');
+ERROR:  relation "pagg_tab3" does not exist
 INSERT INTO pagg_tab3 SELECT substr('abcdeABCDE', (i % 10) +1 , 1) FROM generate_series(0, 2999) i;
+ERROR:  relation "pagg_tab3" does not exist
...
tap
[00:01:22.438](114.115s) not ok 5 - regression tests pass
tap
[00:03:49.883](135.052s) not ok 2 - regression tests pass
test
[00:10:02.780]  24/307 postgresql:regress / regress/regress                                            ERROR           1...
[00:10:02.780]  37/307 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[00:10:02.780] 105/307 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5099 CREATE OR REPLACE MATERIALIZED VIEW
FreeBSD - 13 - Meson
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 194, PID: 11204
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 194, PID: 17675
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 194, PID: 10832
core
[23:43:16.658] #0  0x00000008294ab41a in thr_kill () from /lib/libc.so.7
[23:43:16.658] #1  0x0000000829424e64 in raise () from /lib/libc.so.7
[23:43:16.658] #2  0x00000008294d56f9 in abort () from /lib/libc.so.7
[23:43:16.658] #3  0x0000000000a96615 in ExceptionalCondition (conditionName=0x2e7bd6 "queryDesc->sourceText != NULL", f...
[23:43:16.658] #4  0x0000000000767069 in standard_ExecutorStart (queryDesc=0x833e7a088, eflags=0) at ../src/backend/exec...
[23:43:16.658] #5  0x00000008377139c2 in pgss_ExecutorStart (queryDesc=0x833e7a088, eflags=6) at ../contrib/pg_stat_stat...
[23:43:16.658] #6  0x00000000006fdd85 in refresh_matview_datafill (dest=<optimized out>, query=<optimized out>, queryStr...
[23:43:16.658] #7  RefreshMatViewByOid (matviewOid=27398, is_create=<optimized out>, skipData=<optimized out>, concurren...
[23:43:16.658] #8  0x00000000006fd966 in ExecRefreshMatView (stmt=<optimized out>, queryString=queryString@entry=0x0, qc...
[23:43:16.658] #9  0x00000000006d4a7c in ExecCreateTableAs (pstate=pstate@entry=0x833e8c900, stmt=stmt@entry=0x833d88fd0...
core
[23:43:16.034] #0  0x000000082b8ca41a in thr_kill () from /lib/libc.so.7
[23:43:16.034] #1  0x000000082b843e64 in raise () from /lib/libc.so.7
[23:43:16.034] #2  0x000000082b8f46f9 in abort () from /lib/libc.so.7
[23:43:16.034] #3  0x0000000000a96615 in ExceptionalCondition (conditionName=0x2e7bd6 "queryDesc->sourceText != NULL", f...
[23:43:16.034] #4  0x0000000000767069 in standard_ExecutorStart (queryDesc=0x83577b088, eflags=0) at ../src/backend/exec...
[23:43:16.034] #5  0x00000000006fdd85 in refresh_matview_datafill (dest=<optimized out>, query=<optimized out>, queryStr...
[23:43:16.034] #6  RefreshMatViewByOid (matviewOid=27525, is_create=<optimized out>, skipData=<optimized out>, concurren...
[23:43:16.034] #7  0x00000000006fd966 in ExecRefreshMatView (stmt=<optimized out>, queryString=queryString@entry=0x0, qc...
[23:43:16.034] #8  0x00000000006d4a7c in ExecCreateTableAs (pstate=pstate@entry=0x835877900, stmt=stmt@entry=0x835796fd0...
[23:43:16.034] #9  0x0000000000942328 in ProcessUtilitySlow (pstate=pstate@entry=0x835877900, pstmt=pstmt@entry=0x8356db...
core
[23:43:16.336] #0  0x000000082d0c341a in thr_kill () from /lib/libc.so.7
[23:43:16.336] #1  0x000000082d03ce64 in raise () from /lib/libc.so.7
[23:43:16.336] #2  0x000000082d0ed6f9 in abort () from /lib/libc.so.7
[23:43:16.336] #3  0x0000000000a96615 in ExceptionalCondition (conditionName=0x2e7bd6 "queryDesc->sourceText != NULL", f...
[23:43:16.336] #4  0x0000000000767069 in standard_ExecutorStart (queryDesc=0x8365e0088, eflags=0) at ../src/backend/exec...
[23:43:16.336] #5  0x00000000006fdd85 in refresh_matview_datafill (dest=<optimized out>, query=<optimized out>, queryStr...
[23:43:16.336] #6  RefreshMatViewByOid (matviewOid=27422, is_create=<optimized out>, skipData=<optimized out>, concurren...
[23:43:16.336] #7  0x00000000006fd966 in ExecRefreshMatView (stmt=<optimized out>, queryString=queryString@entry=0x0, qc...
[23:43:16.336] #8  0x00000000006d4a7c in ExecCreateTableAs (pstate=pstate@entry=0x83673b900, stmt=stmt@entry=0x836648fd0...
[23:43:16.336] #9  0x0000000000942328 in ProcessUtilitySlow (pstate=pstate@entry=0x83673b900, pstmt=pstmt@entry=0x836569...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_up...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-11-03 23:36:57.980713000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/brin.out	2024-11-03 23:39:05.632832000 +00...
@@ -588,4 +588,10 @@
 CREATE INDEX brin_insert_optimization_idx ON brin_insert_optimization USING brin (a);
 UPDATE brin_insert_optimization SET a = a;
 REINDEX INDEX CONCURRENTLY brin_insert_optimization_idx;
-DROP TABLE brin_insert_optimization;
+WARNING:  terminating connection because of crash of another server process
+DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because anothe...
+HINT:  In a moment you should be able to reconnect to the database and repeat your command.
+server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
+connection to server was lost
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/privileges.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002...
--- /tmp/cirrus-ci-build/src/test/regress/expected/privileges.out	2024-11-03 23:36:58.042654000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/privileges.out	2024-11-03 23:39:05.6320200...
@@ -1775,1417 +1775,10 @@
 -- Do the same concurrently
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-11-03 23:36:57.980713000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/brin.out	2024-11-03 23:39:42.193959000 +...
@@ -577,15 +577,7 @@
 COMMIT;
 DROP TABLE brintest_expr;
 DROP FUNCTION brintest_func();
--- test an unlogged table, mostly to get coverage of brinbuildempty
-CREATE UNLOGGED TABLE brintest_unlogged (n numrange);
-CREATE INDEX brinidx_unlogged ON brintest_unlogged USING brin (n);
-INSERT INTO brintest_unlogged VALUES (numrange(0, 2^1000::numeric));
-DROP TABLE brintest_unlogged;
--- test that the insert optimization works if no rows end up inserted
-CREATE TABLE brin_insert_optimization (a int);
-INSERT INTO brin_insert_optimization VALUES (1);
-CREATE INDEX brin_insert_optimization_idx ON brin_insert_optimization USING brin (a);
-UPDATE brin_insert_optimization SET a = a;
-REINDEX INDEX CONCURRENTLY brin_insert_optimization_idx;
-DROP TABLE brin_insert_optimization;
+server closed the connection unexpectedly
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/build/testrun/regress/regress/resu...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-11-03 23:36:57.980713000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/brin.out	2024-11-03 23:39:04.366077000 +0000
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
tap
[23:39:07.754](25.935s) not ok 5 - regression tests pass
[23:39:09.052](1.246s) not ok 6 - dump before running pg_upgrade
tap
[23:39:43.441](26.573s) not ok 2 - regression tests pass
test
[23:42:04.106]  23/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[23:42:04.106]  19/312 postgresql:regress / regress/regress                                            ERROR            ...
[23:42:04.106]  53/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "execMain.c", Line: 194, PID: 36113
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "execMain.c", Line: 194, PID: 23943
core
[23:44:31.160] #0  0x00007ff241cabe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[23:44:31.160] #1  0x00007ff241c5cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[23:44:31.160] #2  0x00007ff241c47472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[23:44:31.160] #3  0x000055588cb57303 in ExceptionalCondition (conditionName=conditionName@entry=0x55588ce33500 "queryDe...
[23:44:31.160] #4  0x000055588c35269d in standard_ExecutorStart (queryDesc=queryDesc@entry=0x625000209d20, eflags=eflags...
[23:44:31.160] #5  0x000055588c3528d2 in ExecutorStart (queryDesc=queryDesc@entry=0x625000209d20, eflags=eflags@entry=0)...
[23:44:31.160] #6  0x000055588c24b3a3 in refresh_matview_datafill (dest=0x6250002065a8, query=<optimized out>, query@ent...
[23:44:31.160] #7  0x000055588c24dacc in RefreshMatViewByOid (matviewOid=<optimized out>, is_create=is_create@entry=fals...
[23:44:31.160] #8  0x000055588c24dcd8 in ExecRefreshMatView (stmt=0x62100002da30, queryString=queryString@entry=0x0, qc=...
[23:44:31.160] #9  0x000055588c1ed929 in ExecCreateTableAs (pstate=pstate@entry=0x6190000beb80, stmt=stmt@entry=0x625000...
core
[23:44:32.523] #0  0x00007f43c4aabe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[23:44:32.523] #1  0x00007f43c4a5cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[23:44:32.523] #2  0x00007f43c4a47472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[23:44:32.523] #3  0x00005581db415303 in ExceptionalCondition (conditionName=conditionName@entry=0x5581db6f1500 "queryDe...
[23:44:32.523] #4  0x00005581dac1069d in standard_ExecutorStart (queryDesc=queryDesc@entry=0x6250001f0d20, eflags=eflags...
[23:44:32.523] #5  0x00005581dac108d2 in ExecutorStart (queryDesc=queryDesc@entry=0x6250001f0d20, eflags=eflags@entry=0)...
[23:44:32.523] #6  0x00005581dab093a3 in refresh_matview_datafill (dest=0x6250001ed5a8, query=<optimized out>, query@ent...
[23:44:32.523] #7  0x00005581dab0bacc in RefreshMatViewByOid (matviewOid=<optimized out>, is_create=is_create@entry=fals...
[23:44:32.523] #8  0x00005581dab0bcd8 in ExecRefreshMatView (stmt=0x62100000aa30, queryString=queryString@entry=0x0, qc=...
[23:44:32.523] #9  0x00005581daaab929 in ExecCreateTableAs (pstate=pstate@entry=0x6190000bdc80, stmt=stmt@entry=0x625000...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/resul...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-11-03 23:36:55.849543510 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/brin.out	2024-11-03 23:43:01.895228407 +0000
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/src/test/regress/results/brin.out
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-11-03 23:36:55.849543510 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/brin.out	2024-11-03 23:41:19.772394796 +0000
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
tap
[23:43:06.432](43.593s) not ok 5 - regression tests pass
[23:43:10.642](4.186s) not ok 6 - dump before running pg_upgrade
Linux - Debian Bookworm - Meson
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 194, PID: 29648
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 194, PID: 36232
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 194, PID: 29322
core
[23:45:25.581] #0  0x00007f055a4a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[23:45:25.581] #1  0x00007f055a45afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[23:45:25.581] #2  0x00007f055a445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[23:45:25.581] #3  0x000055906f353daf in ExceptionalCondition (conditionName=conditionName@entry=0x55906f5c80b5 "queryDe...
[23:45:25.581] #4  0x000055906ecd725b in standard_ExecutorStart (queryDesc=queryDesc@entry=0x559097b1a400, eflags=eflags...
[23:45:25.581] #5  0x000055906ecd7437 in ExecutorStart (queryDesc=queryDesc@entry=0x559097b1a400, eflags=eflags@entry=0)...
[23:45:25.581] #6  0x000055906ebfdc72 in refresh_matview_datafill (dest=0x559097b17478, query=<optimized out>, query@ent...
[23:45:25.581] #7  0x000055906ebfffd9 in RefreshMatViewByOid (matviewOid=27486, is_create=is_create@entry=false, skipDat...
[23:45:25.581] #8  0x000055906ec00118 in ExecRefreshMatView (stmt=0x559097b0d0e0, queryString=queryString@entry=0x0, qc=...
[23:45:25.581] #9  0x000055906ebb5d65 in ExecCreateTableAs (pstate=pstate@entry=0x559097a05b00, stmt=stmt@entry=0x559097...
core
[23:45:28.379] #0  0x00007f3f59aa9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[23:45:28.379] #1  0x00007f3f59a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[23:45:28.379] #2  0x00007f3f59a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[23:45:28.379] #3  0x00005636cfcfbdaf in ExceptionalCondition (conditionName=conditionName@entry=0x5636cff700b5 "queryDe...
[23:45:28.379] #4  0x00005636cf67f25b in standard_ExecutorStart (queryDesc=0x5636f6dfb3c0, eflags=0) at ../src/backend/e...
[23:45:28.379] #5  0x00007f3f571396f7 in pgss_ExecutorStart (queryDesc=0x5636f6dfb3c0, eflags=<optimized out>) at ../con...
[23:45:28.379] #6  0x00005636cf67f3f0 in ExecutorStart (queryDesc=queryDesc@entry=0x5636f6dfb3c0, eflags=eflags@entry=0)...
[23:45:28.379] #7  0x00005636cf5a5c72 in refresh_matview_datafill (dest=0x5636f6d5fea8, query=<optimized out>, query@ent...
[23:45:28.379] #8  0x00005636cf5a7fd9 in RefreshMatViewByOid (matviewOid=27415, is_create=is_create@entry=false, skipDat...
[23:45:28.379] #9  0x00005636cf5a8118 in ExecRefreshMatView (stmt=0x5636f6d9f750, queryString=queryString@entry=0x0, qc=...
core
[23:45:26.980] #0  0x00007fd5288a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[23:45:26.980] #1  0x00007fd52885afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[23:45:26.980] #2  0x00007fd528845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[23:45:26.980] #3  0x000055897b861daf in ExceptionalCondition (conditionName=conditionName@entry=0x55897bad60b5 "queryDe...
[23:45:26.980] #4  0x000055897b1e525b in standard_ExecutorStart (queryDesc=queryDesc@entry=0x55898be20630, eflags=eflags...
[23:45:26.980] #5  0x000055897b1e5437 in ExecutorStart (queryDesc=queryDesc@entry=0x55898be20630, eflags=eflags@entry=0)...
[23:45:26.980] #6  0x000055897b10bc72 in refresh_matview_datafill (dest=0x55898be1d6a8, query=<optimized out>, query@ent...
[23:45:26.980] #7  0x000055897b10dfd9 in RefreshMatViewByOid (matviewOid=27551, is_create=is_create@entry=false, skipDat...
[23:45:26.980] #8  0x000055897b10e118 in ExecRefreshMatView (stmt=0x55898bdb0970, queryString=queryString@entry=0x0, qc=...
[23:45:26.980] #9  0x000055897b0c3d65 in ExecCreateTableAs (pstate=pstate@entry=0x55898bdf6e90, stmt=stmt@entry=0x55898b...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_up...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-11-03 23:36:59.001406373 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/brin.out	2024-11-03 23:41:51.648891474 +00...
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-11-03 23:36:59.001406373 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/brin.out	2024-11-03 23:42:23.180863885 +...
@@ -363,229 +363,10 @@
 	END LOOP;
 END;
 $x$;
-RESET enable_seqscan;
-RESET enable_bitmapscan;
-INSERT INTO brintest SELECT
-	repeat(stringu1, 42)::bytea,
-	substr(stringu1, 1, 1)::"char",
-	stringu1::name, 142857 * tenthous,
-	thousand,
-	twothousand,
-	repeat(stringu1, 42),
-	unique1::oid,
-	format('(%s,%s)', tenthous, twenty)::tid,
-	(four + 1.0)/(hundred+1),
-	odd::float8 / (tenthous + 1),
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/build/testrun/regress/regress/resu...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-11-03 23:36:59.001406373 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/brin.out	2024-11-03 23:41:48.672894511 +0000
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
tap
[23:41:55.814](27.516s) not ok 5 - regression tests pass
[23:41:57.784](1.941s) not ok 6 - dump before running pg_upgrade
tap
[23:42:25.719](24.538s) not ok 2 - regression tests pass
test
[23:44:22.823]  26/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[23:44:22.823]  19/312 postgresql:regress / regress/regress                                            ERROR            ...
[23:44:22.823]  49/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 194, PID: 6636
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 194, PID: 6740
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 194, PID: 1836
core
0000003a`35bfe210 00007ff6`ff529648     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000003a`35bfe250 00007ff6`ff00e1c9     postgres!ExceptionalCondition(
0000003a`35bfe290 00007ff6`ff00e04a     postgres!standard_ExecutorStart(
0000003a`35bfe2e0 00007ff6`fef62b09     postgres!ExecutorStart(
0000003a`35bfe310 00007ff6`fef624a0     postgres!refresh_matview_datafill(
0000003a`35bfe3a0 00007ff6`fef61d08     postgres!RefreshMatViewByOid(
0000003a`35bfe5f0 00007ff6`fef21547     postgres!ExecRefreshMatView(
0000003a`35bfe670 00007ff6`ff2ffed7     postgres!ExecCreateTableAs(
0000003a`35bfe790 00007ff6`ff2fbb9f     postgres!ProcessUtilitySlow(
0000003a`35bff0b0 00007ff6`ff2faae9     postgres!standard_ProcessUtility(
core
0000003a`35fff528 00007ff9`7342b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003a`35fff530 00007ff9`72054cb0     ntdll!TppWorkerThread+0x2df
0000003a`35fff820 00007ff9`7349ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000003a`35fff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003a`363ffca8 00007ff9`70bc45ca     ntdll!NtFsControlFile+0x14
0000003a`363ffcb0 00007ff6`ff1e0e6b     KERNELBASE!ConnectNamedPipe+0x6a
0000003a`363ffd20 00007ff9`72054cb0     postgres!pg_signal_thread(
0000003a`363ffe20 00007ff9`7349ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000003a`363ffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003a`367ffc68 00007ff9`70b7d71e     ntdll!NtWaitForSingleObject+0x14
0000003a`367ffc70 00007ff6`ff1e290c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000003a`367ffd10 00007ff9`72054cb0     postgres!pg_timer_thread(
0000003a`367ffd50 00007ff9`7349ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000003a`367ffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003a`36bff548 00007ff9`7342b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003a`36bff550 00007ff9`72054cb0     ntdll!TppWorkerThread+0x2df
0000003a`36bff840 00007ff9`7349ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000003a`36bff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000030`ee3ff888 00007ff9`70b7d71e     ntdll!NtWaitForSingleObject+0x14
00000030`ee3ff890 00007ff6`ff1e290c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000030`ee3ff930 00007ff9`72054cb0     postgres!pg_timer_thread(
00000030`ee3ff970 00007ff9`7349ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000030`ee3ff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000030`edfff988 00007ff9`70bc45ca     ntdll!NtFsControlFile+0x14
00000030`edfff990 00007ff6`ff1e0e6b     KERNELBASE!ConnectNamedPipe+0x6a
00000030`edfffa00 00007ff9`72054cb0     postgres!pg_signal_thread(
00000030`edfffb00 00007ff9`7349ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000030`edfffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000030`ed3fe270 00007ff6`ff529648     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000030`ed3fe2b0 00007ff6`ff00e1c9     postgres!ExceptionalCondition(
00000030`ed3fe2f0 00007ff6`ff00e04a     postgres!standard_ExecutorStart(
00000030`ed3fe340 00007ff6`fef62b09     postgres!ExecutorStart(
00000030`ed3fe370 00007ff6`fef624a0     postgres!refresh_matview_datafill(
00000030`ed3fe400 00007ff6`fef61d08     postgres!RefreshMatViewByOid(
00000030`ed3fe650 00007ff6`fef21547     postgres!ExecRefreshMatView(
00000030`ed3fe6d0 00007ff6`ff2ffed7     postgres!ExecCreateTableAs(
00000030`ed3fe7f0 00007ff6`ff2fbb9f     postgres!ProcessUtilitySlow(
00000030`ed3ff110 00007ff6`ff2faae9     postgres!standard_ProcessUtility(
core
00000030`ed7ff808 00007ff9`7342b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000030`ed7ff810 00007ff9`72054cb0     ntdll!TppWorkerThread+0x2df
00000030`ed7ffb00 00007ff9`7349ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000030`ed7ffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000030`edbff9d8 00007ff9`7342b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000030`edbff9e0 00007ff9`72054cb0     ntdll!TppWorkerThread+0x2df
00000030`edbffcd0 00007ff9`7349ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000030`edbffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002a`cffff708 00007ff9`7342b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002a`cffff710 00007ff9`72054cb0     ntdll!TppWorkerThread+0x2df
0000002a`cffffa00 00007ff9`7349ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000002a`cffffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002a`cfbfdf80 00007ff6`ff529648     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000002a`cfbfdfc0 00007ff6`ff00e1c9     postgres!ExceptionalCondition(
0000002a`cfbfe000 00007ff9`595f2d26     postgres!standard_ExecutorStart(
0000002a`cfbfe050 00007ff6`ff00e03a     pg_stat_statements!pgss_ExecutorStart(
0000002a`cfbfe090 00007ff6`fef62b09     postgres!ExecutorStart(
0000002a`cfbfe0c0 00007ff6`fef624a0     postgres!refresh_matview_datafill(
0000002a`cfbfe150 00007ff6`fef61d08     postgres!RefreshMatViewByOid(
0000002a`cfbfe3a0 00007ff6`fef21547     postgres!ExecRefreshMatView(
0000002a`cfbfe420 00007ff6`ff2ffed7     postgres!ExecCreateTableAs(
0000002a`cfbfe540 00007ff6`ff2fbb9f     postgres!ProcessUtilitySlow(
core
0000002a`d0bff8d8 00007ff9`7342b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002a`d0bff8e0 00007ff9`72054cb0     ntdll!TppWorkerThread+0x2df
0000002a`d0bffbd0 00007ff9`7349ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000002a`d0bffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002a`d07ffce8 00007ff9`70b7d71e     ntdll!NtWaitForSingleObject+0x14
0000002a`d07ffcf0 00007ff6`ff1e290c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000002a`d07ffd90 00007ff9`72054cb0     postgres!pg_timer_thread(
0000002a`d07ffdd0 00007ff9`7349ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000002a`d07ffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002a`d03ff9e8 00007ff9`70bc45ca     ntdll!NtFsControlFile+0x14
0000002a`d03ff9f0 00007ff6`ff1e0e6b     KERNELBASE!ConnectNamedPipe+0x6a
0000002a`d03ffa60 00007ff9`72054cb0     postgres!pg_signal_thread(
0000002a`d03ffb60 00007ff9`7349ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000002a`d03ffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/brin.out C:/cirrus/build/testrun/pg_upgrade/002_pg_upgr...
--- C:/cirrus/src/test/regress/expected/brin.out	2024-11-03 23:37:13.477064000 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/brin.out	2024-11-03 23:40:05.547852700 +0000
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/brin.out C:/cirrus/build/testrun/recovery/027_stream_re...
--- C:/cirrus/src/test/regress/expected/brin.out	2024-11-03 23:37:13.477064000 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/brin.out	2024-11-03 23:42:08.499531300 +0000
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/brin.out C:/cirrus/build/testrun/regress/regress/result...
--- C:/cirrus/src/test/regress/expected/brin.out	2024-11-03 23:37:13.477064000 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/brin.out	2024-11-03 23:39:57.686516400 +0000
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
tap
[23:40:41.846](85.392s) not ok 5 - regression tests pass
[23:40:45.461](3.588s) not ok 6 - dump before running pg_upgrade
tap
[23:42:37.922](87.486s) not ok 2 - regression tests pass
test
[23:49:09.257]  18/307 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[23:49:09.257]  16/307 postgresql:regress / regress/regress                                            ERROR            ...
[23:49:09.257]  58/307 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
51/5174 Call rm_redo in a temporary memory context
CompilerWarnings
compiler
[21:57:53.101] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
compiler
[21:56:34.352] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
compiler
[22:06:31.430] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
51/5283 Replace IN VALUES with ANY in WHERE clauses during optimization
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/subselect.out /Users/admin/pgsql/build/testrun/regress/regress/res...
--- /Users/admin/pgsql/src/test/regress/expected/subselect.out	2024-11-03 19:08:11
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/subselect.out	2024-11-03 19:09:51
@@ -2313,15 +2313,16 @@
 EXPLAIN (COSTS OFF)
 SELECT c.oid,c.relname FROM pg_class c JOIN pg_am a USING (oid)
 WHERE c.oid IN (VALUES (1), (2));
-                          QUERY PLAN                           
----------------------------------------------------------------
- Hash Join
-   Hash Cond: (a.oid = c.oid)
-   ->  Seq Scan on pg_am a
-   ->  Hash
-         ->  Index Scan using pg_class_oid_index on pg_class c
-               Index Cond: (oid = ANY ('{1,2}'::integer[]))
-(6 rows)
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (c.oid = a.oid)
...
test
[19:14:38.114]  27/312 postgresql:regress / regress/regress                                            ERROR            ...
51/5272 Truncate logs by max_log_size
CompilerWarnings
compiler
[16:28:47.432] elog.c:1699:9: error: initializing 'char *' with an expression of type 'const char *' discards qualifiers...
compiler
[16:26:42.106] elog.c:1699:9: error: initializing 'char *' with an expression of type 'const char *' discards qualifiers...
compiler
[16:24:05.138] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar...
compiler
[16:22:03.114] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar...
compiler
[16:32:20.224] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar...
51/5288 Refactor bytea_sortsupport()
macOS - Sonoma - Meson
tap
[15:17:43.074](0.000s) not ok 66 - corrupt backup fails verification: system_identifier: matches
test
[15:18:46.808] 235/312 postgresql:pg_verifybackup / pg_verifybackup/003_corruption                     ERROR            ...
51/5246 Allow SQL functions use CachedPlan machinery
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upg...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-11-03 14:18:14.455763000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/xml.out	2024-11-03 14:19:48.058694000 +000...
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-11-03 14:18:14.455763000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/xml.out	2024-11-03 14:20:36.257157000 +0...
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/regress/regress/resul...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-11-03 14:18:14.455763000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/xml.out	2024-11-03 14:19:44.872057000 +0000
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
tap
[14:20:08.512](71.507s) not ok 5 - regression tests pass
tap
[14:20:53.805](77.070s) not ok 2 - regression tests pass
test
[14:22:53.049]  42/312 postgresql:regress / regress/regress                                            ERROR            ...
[14:22:53.049]  98/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[14:22:53.049] 154/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/result...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-11-03 14:18:08.651821006 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/xml.out	2024-11-03 14:23:06.818881362 +0000
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/src/test/regress/results/xml.out
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-11-03 14:18:08.651821006 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/xml.out	2024-11-03 14:21:26.015057037 +0000
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
tap
[14:23:12.920](108.692s) not ok 5 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upg...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-11-03 14:18:11.167654275 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/xml.out	2024-11-03 14:20:48.901230831 +000...
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-11-03 14:18:11.167654275 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/xml.out	2024-11-03 14:21:22.761137814 +0...
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/regress/regress/resul...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-11-03 14:18:11.167654275 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/xml.out	2024-11-03 14:20:40.137296572 +0000
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
tap
[14:20:59.609](85.514s) not ok 5 - regression tests pass
tap
[14:21:33.963](83.318s) not ok 2 - regression tests pass
test
[14:23:19.726]  45/312 postgresql:regress / regress/regress                                            ERROR            ...
[14:23:19.726] 139/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[14:23:19.726] 156/312 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/xml.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade...
--- /Users/admin/pgsql/src/test/regress/expected/xml.out	2024-11-03 14:18:04
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/xml.out	2024-11-03 14:20:02
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/xml.out /Users/admin/pgsql/build/testrun/recovery/027_stream_regre...
--- /Users/admin/pgsql/src/test/regress/expected/xml.out	2024-11-03 14:18:04
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/xml.out	2024-11-03 14:21:03
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/xml.out /Users/admin/pgsql/build/testrun/regress/regress/results/x...
--- /Users/admin/pgsql/src/test/regress/expected/xml.out	2024-11-03 14:18:04
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/xml.out	2024-11-03 14:20:02
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
tap
[14:20:11.510](50.530s) not ok 5 - regression tests pass
tap
[14:21:14.181](60.067s) not ok 2 - regression tests pass
test
[14:23:53.168]  25/312 postgresql:regress / regress/regress                                            ERROR            ...
[14:23:53.168]  46/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[14:23:53.168] 131/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
51/5004 CREATE INDEX CONCURRENTLY for partitioned tables
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_p...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-11-03 12:11:23.383259000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/indexing.out	2024-11-03 12:13:10.446888000...
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/recovery/027_str...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-11-03 12:11:23.383259000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/indexing.out	2024-11-03 12:14:02.0028130...
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/regress/regress/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-11-03 12:11:23.383259000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/indexing.out	2024-11-03 12:13:09.022852000 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[12:13:12.520](66.003s) not ok 5 - regression tests pass
tap
[12:14:05.327](77.326s) not ok 2 - regression tests pass
test
[12:28:44.600]  40/312 postgresql:regress / regress/regress                                            ERROR            ...
[12:28:44.600]  81/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[12:28:44.600] 150/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[12:28:44.600] 312/312 postgresql:isolation / isolation/isolation                                      TIMEOUT        10...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-11-03 12:11:23.644358985 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/indexing.out	2024-11-03 12:17:28.648368126 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/partitioned-cic.out /tmp/cirrus-ci-build/src/test/isolation/ou...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/partitioned-cic.out	2024-11-03 12:11:23.476842847 +0000
+++ /tmp/cirrus-ci-build/src/test/isolation/output_iso/results/partitioned-cic.out	2024-11-03 12:38:44.222169349 +0000
@@ -3,10 +3,14 @@
 starting permutation: lock_p1 cic insert drop2 commit chk_content
 step lock_p1: lock cictab_part_1 in row exclusive mode;
 step cic: CREATE INDEX CONCURRENTLY ON cictab(i); <waiting ...>
-step insert: insert into cictab values (1, 1), (11, 1);
-step drop2: DROP TABLE cictab_part_2;
+step insert: insert into cictab values (1, 1), (11, 1); <waiting ...>
+isolationtester: canceling step insert after 360 seconds
+step insert: <... completed>
+ERROR:  canceling statement due to user request
+step drop2: DROP TABLE cictab_part_2; <waiting ...>
 step commit: COMMIT;
 step cic: <... completed>
+step drop2: <... completed>
 step chk_content: 
   set enable_seqscan to off;
   explain (costs off) select * from cictab where i > 0;
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/src/test/recovery/tmp_check/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-11-03 12:11:23.644358985 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/indexing.out	2024-11-03 12:18:36.756240324 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/src/test/regress/results/index...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-11-03 12:11:23.644358985 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/indexing.out	2024-11-03 12:14:56.304635914 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[12:17:31.824](101.692s) not ok 5 - regression tests pass
tap
[12:18:39.763](69.687s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_p...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-11-03 12:11:24.098853711 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/indexing.out	2024-11-03 12:14:27.419157743...
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/recovery/027_str...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-11-03 12:11:24.098853711 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/indexing.out	2024-11-03 12:15:00.7513727...
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/regress/regress/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-11-03 12:11:24.098853711 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/indexing.out	2024-11-03 12:14:24.023107193 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[12:14:29.646](73.129s) not ok 5 - regression tests pass
tap
[12:15:03.438](72.552s) not ok 2 - regression tests pass
test
[12:29:52.358]  42/312 postgresql:regress / regress/regress                                            ERROR            ...
[12:29:52.358]  99/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[12:29:52.358] 147/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[12:29:52.358] 312/312 postgresql:isolation / isolation/isolation                                      TIMEOUT        10...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/indexing.out C:/cirrus/build/testrun/pg_upgrade/002_pg_...
--- C:/cirrus/src/test/regress/expected/indexing.out	2024-11-03 12:11:42.673253500 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/indexing.out	2024-11-03 12:15:46.643541300 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/indexing.out C:/cirrus/build/testrun/recovery/027_strea...
--- C:/cirrus/src/test/regress/expected/indexing.out	2024-11-03 12:11:42.673253500 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/indexing.out	2024-11-03 12:17:48.468383000 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/indexing.out C:/cirrus/build/testrun/regress/regress/re...
--- C:/cirrus/src/test/regress/expected/indexing.out	2024-11-03 12:11:42.673253500 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/indexing.out	2024-11-03 12:15:28.596672000 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[12:15:56.975](128.604s) not ok 5 - regression tests pass
tap
[12:17:57.741](119.154s) not ok 2 - regression tests pass
test
[12:30:21.012]  24/307 postgresql:regress / regress/regress                                            ERROR           1...
[12:30:21.012]  38/307 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[12:30:21.012]  72/307 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
[12:30:21.012] 307/307 postgresql:isolation / isolation/isolation                                      TIMEOUT        10...
51/4390 add not_before and not_after timestamps to sslinfo extension and pg_stat_ssl
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[12:00:42.784] ../src/backend/libpq/be-secure-openssl.c(1566): warning C4047: 'function': 'ASN1_TIME *' differs in level...
compiler
[12:00:42.796] ../src/backend/libpq/be-secure-openssl.c(1575): warning C4047: 'function': 'ASN1_TIME *' differs in level...
compiler
[12:00:42.796] ../src/backend/libpq/be-secure-openssl.c(1566): warning C4024: 'ASN1_TIME_to_timestamptz': different type...
compiler
[12:00:42.796] ../src/backend/libpq/be-secure-openssl.c(1575): warning C4024: 'ASN1_TIME_to_timestamptz': different type...
compiler
[12:01:00.453] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notBefore referenced i...
compiler
[12:01:00.453] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notAfter referenced in...
50/5270 jsonpath string methods: lower, upper, initcap, l/r/btrim, replace, split_part
CompilerWarnings
compiler
[11:11:41.807] jsonpath_exec.c:2827:13: error: mixing declarations and code is incompatible with standards before C99 [-...
compiler
[11:11:32.140] jsonpath_exec.c:2827:13: error: mixing declarations and code is incompatible with standards before C99 [-...
compiler
[11:11:00.285] jsonpath_exec.c:2827:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta...
compiler
[11:10:50.335] jsonpath_exec.c:2827:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta...
compiler
[11:12:08.006] jsonpath_exec.c:2827:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta...
Linux - Debian Bookworm - Meson
core
[11:19:45.192] #0  <unavailable> in ?? ()
core
[11:19:45.192] #0  0xf7fc3559 in __kernel_vsyscall ()
[11:19:45.192] #1  0xf6903582 in pthread_sigmask () from /lib/i386-linux-gnu/libc.so.6
[11:19:45.192] #2  0xf68ad380 in sigprocmask () from /lib/i386-linux-gnu/libc.so.6
[11:19:45.192] #3  0xf6979f75 in ?? () from /lib/i386-linux-gnu/libc.so.6
[11:19:45.192] #4  0xf6997698 in ?? () from /lib/i386-linux-gnu/libc.so.6
[11:19:45.316] #0  0x00007fc32ba5da50 in ?? ()
core
[11:19:45.316] #0  0x00007fc32ba5da50 in ?? ()
[11:19:45.316] #1  0x0000000000000003 in ?? ()
[11:19:45.316] #2  0x00007fffcaf45426 in ?? ()
[11:19:45.316] #3  0x00007fffcaf45429 in ?? ()
[11:19:45.316] #4  0x00007fffcaf4542c in ?? ()
[11:19:45.316] #5  0x0000000000000000 in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out /tmp/cirrus-ci-build/build-32/testrun/pg_upgr...
--- /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out	2024-11-03 11:10:12.353727851 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/pg_upgrade/002_pg_upgrade/data/results/jsonb_jsonpath.out	2024-11-03 11:15:53....
@@ -3082,7 +3082,7 @@
 select jsonb_path_query('"abc~@~def~@~ghi"', '$.split_part("~@~", 2)');
  jsonb_path_query 
 ------------------
- "def"
+ ""
 (1 row)
 
 -- Test string methods play nicely together
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out /tmp/cirrus-ci-build/build-32/testrun/recover...
--- /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out	2024-11-03 11:10:12.353727851 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/recovery/027_stream_regress/data/results/jsonb_jsonpath.out	2024-11-03 11:16:3...
@@ -3082,7 +3082,7 @@
 select jsonb_path_query('"abc~@~def~@~ghi"', '$.split_part("~@~", 2)');
  jsonb_path_query 
 ------------------
- "def"
+ ""
 (1 row)
 
 -- Test string methods play nicely together
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out /tmp/cirrus-ci-build/build-32/testrun/regress...
--- /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out	2024-11-03 11:10:12.353727851 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/regress/regress/results/jsonb_jsonpath.out	2024-11-03 11:15:46.988954001 +0000
@@ -3082,7 +3082,7 @@
 select jsonb_path_query('"abc~@~def~@~ghi"', '$.split_part("~@~", 2)');
  jsonb_path_query 
 ------------------
- "def"
+ ""
 (1 row)
 
 -- Test string methods play nicely together
tap
[11:16:12.336](70.083s) not ok 5 - regression tests pass
tap
[11:16:48.620](72.620s) not ok 2 - regression tests pass
test
[11:18:35.033]  37/312 postgresql:regress / regress/regress                                            ERROR            ...
[11:18:35.033] 119/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[11:18:35.033] 153/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
51/5318 System views for versions reporting
Linux - Debian Bookworm - Meson
test
[06:01:57.362] 297/312 postgresql:test_slru / test_slru/001_multixact                                  ERROR            ...
51/5089 Streaming Vacuum
Windows - Server 2019, VS 2019 - Meson & ninja
core
00000074`2b7ffa28 00007ffa`149eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000074`2b7ffa30 00007ffa`12dd4cb0     ntdll!TppWorkerThread+0x2df
00000074`2b7ffd20 00007ffa`14a5ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000074`2b7ffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000074`2bbff638 00007ffa`149eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000074`2bbff640 00007ffa`12dd4cb0     ntdll!TppWorkerThread+0x2df
00000074`2bbff930 00007ffa`14a5ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000074`2bbff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000074`2b3fea90 00007ff6`1aa89c6c     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000074`2b3fead0 00007ff6`1a801954     postgres!errfinish(
00000074`2b3feb30 00007ff6`1a80184c     postgres!fsync_fname_ext(
00000074`2b3feb80 00007ff6`1a7b57f1     postgres!fsync_fname(
00000074`2b3febb0 00007ff6`1a7b392e     postgres!SnapBuildSerialize(
00000074`2b3ff4b0 00007ff6`1a7921a9     postgres!SnapBuildProcessRunningXacts(
00000074`2b3ff500 00007ff6`1a792596     postgres!standby_decode(
00000074`2b3ff560 00007ff6`1a788b42     postgres!LogicalDecodingProcessRecord(
00000074`2b3ff640 00007ff6`1a787eb3     postgres!XLogSendLogical(void)+0xa2 [c:\cirrus\src\backend\replication\walsender...
00000074`2b3ff6a0 00007ff6`1a78aa4a     postgres!WalSndLoop(
core
00000074`2c3ffcf8 00007ffa`122dd71e     ntdll!NtWaitForSingleObject+0x14
00000074`2c3ffd00 00007ff6`1a74219c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000074`2c3ffda0 00007ffa`12dd4cb0     postgres!pg_timer_thread(
00000074`2c3ffde0 00007ffa`14a5ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000074`2c3ffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000074`2bfffc58 00007ffa`123245ca     ntdll!NtFsControlFile+0x14
00000074`2bfffc60 00007ff6`1a7406fb     KERNELBASE!ConnectNamedPipe+0x6a
00000074`2bfffcd0 00007ffa`12dd4cb0     postgres!pg_signal_thread(
00000074`2bfffdd0 00007ffa`14a5ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000074`2bfffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
panic
2024-11-03 05:16:13.836 GMT [6964][walsender] [sub3][29/0:0] PANIC:  could not open file "pg_logical/snapshots/0-1788440...
panic
2024-11-03 05:16:13.848 GMT [2616][logical replication apply worker] ERROR:  could not receive data from WAL stream: PAN...
tap
[05:21:55.659](347.167s) # poll_query_until timed out executing this query:
timed out waiting for subscriber to synchronize data at C:/cirrus/src/test/subscription/t/010_truncate.pl line 70.
test
[05:21:55.956] 307/307 postgresql:subscription / subscription/010_truncate                             ERROR           3...
51/5070 Incorrect error message for cancellation triggered by statement_timeout & flaky test
CompilerWarnings
compiler
[02:49:41.758] backend_startup.c:270:63: error: data argument not used by format string [-Werror,-Wformat-extra-args]
compiler
[02:49:41.758] backend_startup.c:270:63: error: variable 'status' is uninitialized when used here [-Werror,-Wuninitializ...
compiler
[02:49:33.169] backend_startup.c:270:63: error: data argument not used by format string [-Werror,-Wformat-extra-args]
compiler
[02:49:33.169] backend_startup.c:270:63: error: variable 'status' is uninitialized when used here [-Werror,-Wuninitializ...
compiler
[02:49:03.314] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit...
compiler
[02:49:03.314] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args]
compiler
[02:48:55.146] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit...
compiler
[02:48:55.146] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args]
compiler
[02:50:04.468] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args]
compiler
[02:50:04.468] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit...
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[02:49:29.382] c:\cirrus\src\backend\tcop\backend_startup.c(270) : warning C4700: uninitialized local variable 'status' ...
51/4720 "unexpected duplicate for tablespace" problem in logical replication
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/00...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-11-03 02:32:18.811397000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_table.out	2024-11-03 02:33:56.269690...
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37901 |            |             0 |       37901 | pktable_pkey
+ 37898 |            |             0 |       37898 | pktable
+ 37903 |            |             0 |       37903 | fktable
+ 38387 |            |             0 |       38392 | foo
+ 38396 |            |             0 |       38396 | pg_toast_38387_index
+ 38395 |            |             0 |       38395 | pg_toast_38387
+ 38627 |            |             0 |       38627 | old_oids
+ 38664 |            |             0 |       38664 | pg_toast_38660
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/recovery/027_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-11-03 02:32:18.811397000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/alter_table.out	2024-11-03 02:34:41.0266...
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37829 |            |             0 |       37829 | fktable
+ 37824 |            |             0 |       37824 | pktable_pkey
+ 37821 |            |             0 |       37821 | pktable
+ 38403 |            |             0 |       38408 | foo
+ 38412 |            |             0 |       38412 | pg_toast_38403_index
+ 38411 |            |             0 |       38411 | pg_toast_38403
+ 38628 |            |             0 |       38628 | old_oids
+ 38655 |            |             0 |       38655 | pg_toast_38652
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/regress/regre...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-11-03 02:32:18.811397000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/alter_table.out	2024-11-03 02:33:56.330702000 +0000
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37894 |            |             0 |       37894 | pktable_pkey
+ 37891 |            |             0 |       37891 | pktable
+ 37897 |            |             0 |       37897 | fktable
+ 38402 |            |             0 |       38407 | foo
+ 38411 |            |             0 |       38411 | pg_toast_38402_index
+ 38410 |            |             0 |       38410 | pg_toast_38402
+ 38618 |            |             0 |       38618 | old_oids
+ 38639 |            |             0 |       38639 | pg_toast_38636
...
tap
[02:34:04.897](60.496s) not ok 5 - regression tests pass
tap
[02:34:50.889](70.898s) not ok 2 - regression tests pass
test
[02:36:41.752]  41/312 postgresql:regress / regress/regress                                            ERROR            ...
[02:36:41.752]  85/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[02:36:41.752] 154/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_chec...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-11-03 02:32:15.603018815 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/alter_table.out	2024-11-03 02:37:31.474404534 +0000
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 38035 |            |             0 |       38035 | pktable_pkey
+ 38032 |            |             0 |       38032 | pktable
+ 38038 |            |             0 |       38038 | fktable
+ 38490 |            |             0 |       38498 | foo
+ 38502 |            |             0 |       38502 | pg_toast_38490_index
+ 38501 |            |             0 |       38501 | pg_toast_38490
+ 38700 |            |             0 |       38700 | old_oids
+ 38718 |            |             0 |       38718 | pg_toast_38715
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/src/test/regress/results/al...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-11-03 02:32:15.603018815 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/alter_table.out	2024-11-03 02:35:52.786569127 +0000
@@ -3491,9 +3491,29 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 38127 |            |             0 |       38127 | users_id_seq
+ 38132 |            |             0 |       38132 | pg_toast_38128
+ 38133 |            |             0 |       38133 | pg_toast_38128_index
+ 38128 |            |             0 |       38128 | users
+ 38329 |            |             0 |       38329 | foo
+ 38578 |            |             0 |       38578 | forc_test
+ 37948 |            |             0 |       37948 | pktable_pkey
+ 37944 |            |             0 |       37944 | pktable
...
tap
[02:37:39.374](103.402s) not ok 5 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/00...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-11-03 02:32:14.694497695 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_table.out	2024-11-03 02:35:30.690309...
@@ -3491,9 +3491,29 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 38406 |            |             0 |       38406 | forc_test
+ 38032 |            |             0 |       38032 | users_id_seq
+ 38037 |            |             0 |       38037 | pg_toast_38033
+ 38038 |            |             0 |       38038 | pg_toast_38033_index
+ 38033 |            |             0 |       38033 | users
+ 38205 |            |             0 |       38205 | foo
+ 38787 |            |             0 |       38787 | pg_toast_38784
+ 38788 |            |             0 |       38788 | pg_toast_38784_index
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/recovery/027_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-11-03 02:32:14.694497695 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/alter_table.out	2024-11-03 02:36:05.1542...
@@ -3491,9 +3491,26 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 38570 |            |             0 |       38570 | forc_test
+ 38062 |            |             0 |       38062 | users_id_seq
+ 38074 |            |             0 |       38074 | pg_toast_38063
+ 38075 |            |             0 |       38075 | pg_toast_38063_index
+ 38063 |            |             0 |       38063 | users
+ 38408 |            |             0 |       38408 | foo
+ 37725 |            |             0 |       37725 | pktable_pkey
+ 37722 |            |             0 |       37722 | pktable
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/regress/regre...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-11-03 02:32:14.694497695 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/alter_table.out	2024-11-03 02:35:20.814312427 +0000
@@ -3491,9 +3491,29 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 38098 |            |             0 |       38098 | users_id_seq
+ 38103 |            |             0 |       38103 | pg_toast_38099
+ 38104 |            |             0 |       38104 | pg_toast_38099_index
+ 38099 |            |             0 |       38099 | users
+ 38228 |            |             0 |       38228 | foo
+ 38434 |            |             0 |       38434 | forc_test
+ 38840 |            |             0 |       38840 | pg_toast_38837
+ 38841 |            |             0 |       38841 | pg_toast_38837_index
...
tap
[02:35:37.101](72.481s) not ok 5 - regression tests pass
tap
[02:36:12.691](74.018s) not ok 2 - regression tests pass
test
[02:37:53.416]  40/312 postgresql:regress / regress/regress                                            ERROR            ...
[02:37:53.416] 123/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[02:37:53.416] 156/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/alter_table.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg...
--- /Users/admin/pgsql/src/test/regress/expected/alter_table.out	2024-11-03 02:32:11
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_table.out	2024-11-03 02:34:22
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37973 |            |             0 |       37973 | pktable_pkey
+ 37970 |            |             0 |       37970 | pktable
+ 37975 |            |             0 |       37975 | fktable
+ 38518 |            |             0 |       38523 | foo
+ 38527 |            |             0 |       38527 | pg_toast_38518_index
+ 38526 |            |             0 |       38526 | pg_toast_38518
+ 38711 |            |             0 |       38711 | old_oids
+ 38728 |            |             0 |       38728 | pg_toast_38725
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/alter_table.out /Users/admin/pgsql/build/testrun/recovery/027_stre...
--- /Users/admin/pgsql/src/test/regress/expected/alter_table.out	2024-11-03 02:32:11
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/alter_table.out	2024-11-03 02:35:37
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37670 |            |             0 |       37670 | pktable_pkey
+ 37667 |            |             0 |       37667 | pktable
+ 37672 |            |             0 |       37672 | fktable
+ 38309 |            |             0 |       38316 | foo
+ 38321 |            |             0 |       38321 | pg_toast_38309_index
+ 38320 |            |             0 |       38320 | pg_toast_38309
+ 38522 |            |             0 |       38522 | old_oids
+ 38547 |            |             0 |       38547 | pg_toast_38544
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/alter_table.out /Users/admin/pgsql/build/testrun/regress/regress/r...
--- /Users/admin/pgsql/src/test/regress/expected/alter_table.out	2024-11-03 02:32:11
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/alter_table.out	2024-11-03 02:34:21
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37608 |            |             0 |       37608 | pktable_pkey
+ 37605 |            |             0 |       37605 | pktable
+ 37647 |            |             0 |       37647 | fktable
+ 38440 |            |             0 |       38448 | foo
+ 38452 |            |             0 |       38452 | pg_toast_38440_index
+ 38451 |            |             0 |       38451 | pg_toast_38440
+ 38698 |            |             0 |       38698 | old_oids
+ 38715 |            |             0 |       38715 | pg_toast_38712
...
tap
[02:34:30.618](61.039s) not ok 5 - regression tests pass
tap
[02:35:44.199](75.236s) not ok 2 - regression tests pass
test
[02:38:27.036]  28/312 postgresql:regress / regress/regress                                            ERROR            ...
[02:38:27.036]  47/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[02:38:27.036] 147/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/alter_table.out C:/cirrus/build/testrun/pg_upgrade/002_...
--- C:/cirrus/src/test/regress/expected/alter_table.out	2024-11-03 02:32:30.772851800 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_table.out	2024-11-03 02:36:17.724610800 +0000
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37549 |            |             0 |       37549 | pktable_pkey
+ 37545 |            |             0 |       37545 | pktable
+ 37553 |            |             0 |       37553 | fktable
+ 38013 |            |             0 |       38019 | foo
+ 38024 |            |             0 |       38024 | pg_toast_38013_index
+ 38023 |            |             0 |       38023 | pg_toast_38013
+ 38310 |            |             0 |       38310 | pg_toast_38307
+ 38312 |            |             0 |       38312 | pg_toast_38307_index
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/alter_table.out C:/cirrus/build/testrun/recovery/027_st...
--- C:/cirrus/src/test/regress/expected/alter_table.out	2024-11-03 02:32:30.772851800 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/alter_table.out	2024-11-03 02:38:28.637858200 +0000
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 38048 |            |             0 |       38055 | foo
+ 38059 |            |             0 |       38059 | pg_toast_38048_index
+ 38058 |            |             0 |       38058 | pg_toast_38048
+ 37346 |            |             0 |       37346 | pktable_pkey
+ 37335 |            |             0 |       37335 | pktable
+ 37350 |            |             0 |       37350 | fktable
+ 38329 |            |             0 |       38329 | old_oids
+ 38346 |            |             0 |       38346 | pg_toast_38343
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/alter_table.out C:/cirrus/build/testrun/regress/regress...
--- C:/cirrus/src/test/regress/expected/alter_table.out	2024-11-03 02:32:30.772851800 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/alter_table.out	2024-11-03 02:36:01.301752300 +0000
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 36231 |            |             0 |       36231 | pktable_pkey
+ 36228 |            |             0 |       36228 | pktable
+ 36233 |            |             0 |       36233 | fktable
+ 38020 |            |             0 |       38032 | foo
+ 38039 |            |             0 |       38039 | pg_toast_38020_index
+ 38038 |            |             0 |       38038 | pg_toast_38020
+ 38318 |            |             0 |       38318 | old_oids
+ 38337 |            |             0 |       38337 | pg_toast_38334
...
tap
[02:36:27.352](115.024s) not ok 5 - regression tests pass
tap
[02:38:46.688](128.878s) not ok 2 - regression tests pass
test
[02:44:52.720]  21/307 postgresql:regress / regress/regress                                            ERROR           1...
[02:44:52.720]  39/307 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[02:44:52.720] 100/307 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5031 Remove dependence on integer wrapping
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/date.out C:/cirrus/build/testrun/pg_upgrade/002_pg_upgr...
--- C:/cirrus/src/test/regress/expected/date.out	2024-11-03 02:04:45.105957400 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/date.out	2024-11-03 02:06:49.445838200 +0000
@@ -1533,4 +1533,4 @@
 select make_time(24, 0, 2.1);
 ERROR:  time field value out of range: 24:00:2.1
 SELECT make_date(-2147483648, 1, 1);
-ERROR:  date field value out of range: -2147483648-01-01
+ERROR:  date field value out of range: 24301-01-01
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/date.out C:/cirrus/build/testrun/recovery/027_stream_re...
--- C:/cirrus/src/test/regress/expected/date.out	2024-11-03 02:04:45.105957400 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/date.out	2024-11-03 02:08:55.789104100 +0000
@@ -1533,4 +1533,4 @@
 select make_time(24, 0, 2.1);
 ERROR:  time field value out of range: 24:00:2.1
 SELECT make_date(-2147483648, 1, 1);
-ERROR:  date field value out of range: -2147483648-01-01
+ERROR:  date field value out of range: 24301-01-01
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/date.out C:/cirrus/build/testrun/regress/regress/result...
--- C:/cirrus/src/test/regress/expected/date.out	2024-11-03 02:04:45.105957400 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/date.out	2024-11-03 02:06:43.817916000 +0000
@@ -1533,4 +1533,4 @@
 select make_time(24, 0, 2.1);
 ERROR:  time field value out of range: 24:00:2.1
 SELECT make_date(-2147483648, 1, 1);
-ERROR:  date field value out of range: -2147483648-01-01
+ERROR:  date field value out of range: 24301-01-01
tap
[02:08:35.766](111.492s) not ok 5 - regression tests pass
tap
[02:10:44.461](118.294s) not ok 2 - regression tests pass
test
[02:16:58.803]   6/307 postgresql:regress / regress/regress                                            ERROR           1...
[02:16:58.803]  39/307 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[02:16:58.803]  85/307 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/4412 Client authentication via OAuth 2.0
macOS - Sonoma - Meson
test
[00:53:49.650] 318/318 postgresql:python / python/client                                               FAIL             ...
51/4351 Index Prefetching
macOS - Sonoma - Meson
tap
[00:25:30.204](0.332s) not ok 26 - delete 9: query result matches
test
[00:26:19.476] 249/312 postgresql:bloom / bloom/001_wal                                                ERROR            ...
51/4810 COPY ON_ERROR 'NULL'
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_u...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-11-02 23:45:16.756490000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/copy2.out	2024-11-02 23:46:42.670395000 +0...
@@ -139,7 +139,7 @@
 LINE 1: COPY x from stdin (log_verbosity unsupported);
                            ^
 COPY x from stdin with (reject_limit 1);
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 COPY x from stdin with (on_error ignore, reject_limit 0);
 ERROR:  REJECT_LIMIT (0) must be greater than zero
 -- too many columns in column list: should fail
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-11-02 23:45:16.756490000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/copy2.out	2024-11-02 23:47:30.075819000 ...
@@ -139,7 +139,7 @@
 LINE 1: COPY x from stdin (log_verbosity unsupported);
                            ^
 COPY x from stdin with (reject_limit 1);
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 COPY x from stdin with (on_error ignore, reject_limit 0);
 ERROR:  REJECT_LIMIT (0) must be greater than zero
 -- too many columns in column list: should fail
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/build/testrun/regress/regress/res...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-11-02 23:45:16.756490000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/copy2.out	2024-11-02 23:46:39.985093000 +0000
@@ -139,7 +139,7 @@
 LINE 1: COPY x from stdin (log_verbosity unsupported);
                            ^
 COPY x from stdin with (reject_limit 1);
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 COPY x from stdin with (on_error ignore, reject_limit 0);
 ERROR:  REJECT_LIMIT (0) must be greater than zero
 -- too many columns in column list: should fail
tap
[23:47:00.992](63.794s) not ok 5 - regression tests pass
tap
[23:47:47.458](73.589s) not ok 2 - regression tests pass
test
[23:49:37.644]  41/312 postgresql:regress / regress/regress                                            ERROR            ...
[23:49:37.644]  88/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[23:49:37.644] 157/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
core
[23:54:40.276] #0  0x00007f6cafb9ba50 in ?? ()
[23:54:40.276] #1  0x0000000000000003 in ?? ()
[23:54:40.276] #2  0x00007ffedd2fc0fc in ?? ()
[23:54:40.276] #3  0x00007ffedd2fc0ff in ?? ()
[23:54:40.276] #4  0x00007ffedd2fc102 in ?? ()
[23:54:40.276] #5  0x0000000000000000 in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/resu...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-11-02 23:45:15.427263777 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/copy2.out	2024-11-02 23:50:37.492088970 +0000
@@ -139,7 +139,7 @@
 LINE 1: COPY x from stdin (log_verbosity unsupported);
                            ^
 COPY x from stdin with (reject_limit 1);
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 COPY x from stdin with (on_error ignore, reject_limit 0);
 ERROR:  REJECT_LIMIT (0) must be greater than zero
 -- too many columns in column list: should fail
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/src/test/recovery/tmp_check/resul...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-11-02 23:45:15.427263777 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/copy2.out	2024-11-02 23:52:03.165387346 +0000
@@ -139,7 +139,7 @@
 LINE 1: COPY x from stdin (log_verbosity unsupported);
                            ^
 COPY x from stdin with (reject_limit 1);
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 COPY x from stdin with (on_error ignore, reject_limit 0);
 ERROR:  REJECT_LIMIT (0) must be greater than zero
 -- too many columns in column list: should fail
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/src/test/regress/results/copy2.ou...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-11-02 23:45:15.427263777 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/copy2.out	2024-11-02 23:48:05.823905888 +0000
@@ -139,7 +139,7 @@
 LINE 1: COPY x from stdin (log_verbosity unsupported);
                            ^
 COPY x from stdin with (reject_limit 1);
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 COPY x from stdin with (on_error ignore, reject_limit 0);
 ERROR:  REJECT_LIMIT (0) must be greater than zero
 -- too many columns in column list: should fail
tap
[23:50:48.019](84.055s) not ok 5 - regression tests pass
tap
[23:52:13.704](59.669s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_u...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-11-02 23:45:17.071532403 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/copy2.out	2024-11-02 23:47:46.278469200 +0...
@@ -139,7 +139,7 @@
 LINE 1: COPY x from stdin (log_verbosity unsupported);
                            ^
 COPY x from stdin with (reject_limit 1);
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 COPY x from stdin with (on_error ignore, reject_limit 0);
 ERROR:  REJECT_LIMIT (0) must be greater than zero
 -- too many columns in column list: should fail
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-11-02 23:45:17.071532403 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/copy2.out	2024-11-02 23:48:25.238443815 ...
@@ -139,7 +139,7 @@
 LINE 1: COPY x from stdin (log_verbosity unsupported);
                            ^
 COPY x from stdin with (reject_limit 1);
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 COPY x from stdin with (on_error ignore, reject_limit 0);
 ERROR:  REJECT_LIMIT (0) must be greater than zero
 -- too many columns in column list: should fail
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/build/testrun/regress/regress/res...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-11-02 23:45:17.071532403 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/copy2.out	2024-11-02 23:47:40.930473836 +0000
@@ -139,7 +139,7 @@
 LINE 1: COPY x from stdin (log_verbosity unsupported);
                            ^
 COPY x from stdin with (reject_limit 1);
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 COPY x from stdin with (on_error ignore, reject_limit 0);
 ERROR:  REJECT_LIMIT (0) must be greater than zero
 -- too many columns in column list: should fail
tap
[23:48:00.149](75.568s) not ok 5 - regression tests pass
tap
[23:48:36.353](76.950s) not ok 2 - regression tests pass
test
[23:50:17.077]  44/312 postgresql:regress / regress/regress                                            ERROR            ...
[23:50:17.077] 132/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[23:50:17.077] 155/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/copy2.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgra...
--- /Users/admin/pgsql/src/test/regress/expected/copy2.out	2024-11-02 23:45:09
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/copy2.out	2024-11-02 23:47:02
@@ -139,7 +139,7 @@
 LINE 1: COPY x from stdin (log_verbosity unsupported);
                            ^
 COPY x from stdin with (reject_limit 1);
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 COPY x from stdin with (on_error ignore, reject_limit 0);
 ERROR:  REJECT_LIMIT (0) must be greater than zero
 -- too many columns in column list: should fail
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/copy2.out /Users/admin/pgsql/build/testrun/recovery/027_stream_reg...
--- /Users/admin/pgsql/src/test/regress/expected/copy2.out	2024-11-02 23:45:09
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/copy2.out	2024-11-02 23:48:03
@@ -139,7 +139,7 @@
 LINE 1: COPY x from stdin (log_verbosity unsupported);
                            ^
 COPY x from stdin with (reject_limit 1);
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 COPY x from stdin with (on_error ignore, reject_limit 0);
 ERROR:  REJECT_LIMIT (0) must be greater than zero
 -- too many columns in column list: should fail
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/copy2.out /Users/admin/pgsql/build/testrun/regress/regress/results...
--- /Users/admin/pgsql/src/test/regress/expected/copy2.out	2024-11-02 23:45:09
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/copy2.out	2024-11-02 23:47:05
@@ -139,7 +139,7 @@
 LINE 1: COPY x from stdin (log_verbosity unsupported);
                            ^
 COPY x from stdin with (reject_limit 1);
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 COPY x from stdin with (on_error ignore, reject_limit 0);
 ERROR:  REJECT_LIMIT (0) must be greater than zero
 -- too many columns in column list: should fail
tap
[23:47:11.957](48.544s) not ok 5 - regression tests pass
tap
[23:48:17.082](63.789s) not ok 2 - regression tests pass
test
[23:51:00.946]  28/312 postgresql:regress / regress/regress                                            ERROR            ...
[23:51:00.946]  46/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[23:51:00.946] 138/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/copy2.out C:/cirrus/build/testrun/pg_upgrade/002_pg_upg...
--- C:/cirrus/src/test/regress/expected/copy2.out	2024-11-02 23:45:27.710190400 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/copy2.out	2024-11-02 23:49:14.626878900 +0000
@@ -139,7 +139,7 @@
 LINE 1: COPY x from stdin (log_verbosity unsupported);
                            ^
 COPY x from stdin with (reject_limit 1);
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 COPY x from stdin with (on_error ignore, reject_limit 0);
 ERROR:  REJECT_LIMIT (0) must be greater than zero
 -- too many columns in column list: should fail
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/copy2.out C:/cirrus/build/testrun/recovery/027_stream_r...
--- C:/cirrus/src/test/regress/expected/copy2.out	2024-11-02 23:45:27.710190400 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/copy2.out	2024-11-02 23:51:37.418887400 +0000
@@ -139,7 +139,7 @@
 LINE 1: COPY x from stdin (log_verbosity unsupported);
                            ^
 COPY x from stdin with (reject_limit 1);
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 COPY x from stdin with (on_error ignore, reject_limit 0);
 ERROR:  REJECT_LIMIT (0) must be greater than zero
 -- too many columns in column list: should fail
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/copy2.out C:/cirrus/build/testrun/regress/regress/resul...
--- C:/cirrus/src/test/regress/expected/copy2.out	2024-11-02 23:45:27.710190400 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/copy2.out	2024-11-02 23:49:08.995535500 +0000
@@ -139,7 +139,7 @@
 LINE 1: COPY x from stdin (log_verbosity unsupported);
                            ^
 COPY x from stdin with (reject_limit 1);
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 COPY x from stdin with (on_error ignore, reject_limit 0);
 ERROR:  REJECT_LIMIT (0) must be greater than zero
 -- too many columns in column list: should fail
tap
[23:49:34.475](119.984s) not ok 5 - regression tests pass
tap
[23:51:59.397](131.968s) not ok 2 - regression tests pass
test
[23:58:34.579]  24/307 postgresql:regress / regress/regress                                            ERROR           1...
[23:58:34.579]  40/307 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[23:58:34.579]  94/307 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5252 Trim the heap free memory
CompilerWarnings
compiler
[23:20:25.281] postgres.c:2829:33: error: assignment to ‘char *’ from ‘int’ makes pointer from integer without a cast [-...
compiler
[23:20:25.281] postgres.c:2828:25: error: implicit declaration of function ‘malloc_trim’ [-Werror=implicit-function-decl...
compiler
[23:20:25.281] postgres.c:2825:47: error: initialization of ‘char *’ from ‘int’ makes pointer from integer without a cas...
compiler
[23:20:25.281] postgres.c:2825:47: error: implicit declaration of function ‘sbrk’ [-Werror=implicit-function-declaration...
Linux - Debian Bookworm - Autoconf
tap
[23:19:51.201](0.001s) not ok 28 - options --locale-provider=icu --locale=und --lc-*=C: no stderr
Linux - Debian Bookworm - Meson
tap
[23:21:37.896](0.001s) not ok 28 - options --locale-provider=icu --locale=und --lc-*=C: no stderr
test
[23:23:10.506] 168/312 postgresql:initdb / initdb/001_initdb                                           ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[23:19:49.583] tcop_postgres.c.obj : error LNK2019: unresolved external symbol sbrk referenced in function finish_xact_c...
compiler
[23:19:38.398] ../src/backend/tcop/postgres.c(2825): warning C4047: 'initializing': 'char *' differs in levels of indire...
compiler
[23:19:49.583] tcop_postgres.c.obj : error LNK2019: unresolved external symbol malloc_trim referenced in function finish...
compiler
[23:19:38.398] ../src/backend/tcop/postgres.c(2829): warning C4047: '=': 'char *' differs in levels of indirection from ...
50/5238 Add parallel columns for seq scan and index scan on pg_stat_all_tables and _indexes
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/stats.out C:/cirrus/build/testrun/regress/regress/resul...
--- C:/cirrus/src/test/regress/expected/stats.out	2024-11-02 22:29:06.556875900 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/stats.out	2024-11-02 22:32:34.601426300 +0000
@@ -846,7 +846,7 @@
 FROM pg_stat_all_tables WHERE relid = 'test_parallel_scan'::regclass;
  parallel_seq_scan | parallel_idx_scan 
 -------------------+-------------------
-                 3 |                 2
+                 2 |                 2
 (1 row)
 
 SELECT last_parallel_seq_scan AS test_last_seq, last_parallel_idx_scan AS test_last_idx
@@ -895,7 +895,7 @@
 FROM pg_stat_all_tables WHERE relid = 'test_parallel_scan'::regclass;
  parallel_seq_scan | seq_ok | parallel_idx_scan | idx_ok 
 -------------------+--------+-------------------+--------
-                 6 | t      |                 2 | t
+                 5 | t      |                 2 | t
 (1 row)
 
...
test
[22:41:02.951]  20/307 postgresql:regress / regress/regress                                            ERROR           1...
51/5242 Fix RelationTruncate() corruption
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[21:51:10.260] ../src/backend/storage/smgr/smgr.c(732): warning C4098: 'smgrtruncate': 'void' function returning a value
51/5357 New predefined role pg_manage_extensions
FreeBSD - 13 - Meson
core
[21:37:53.752] #0  0x000031b698f575da in ?? () from /libexec/ld-elf.so.1
[21:37:53.752] #1  0x000031b698f536ec in ?? () from /libexec/ld-elf.so.1
[21:37:53.752] #2  0x0000000000000000 in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out /tmp/cirrus-ci-build/build/testrun/plperl/regress/...
--- /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out	2024-11-02 21:32:14.051264000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/plperl/regress/results/plperl_setup.out	2024-11-02 21:34:10.749090000 +0000
@@ -12,7 +12,7 @@
 HINT:  Must have CREATE privilege on current database to create this extension.
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 RESET ROLE;
 DO $$
 begin
@@ -24,7 +24,7 @@
 CREATE EXTENSION plperl;
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 CREATE SCHEMA plperl_setup_scratch;
 SET search_path = plperl_setup_scratch;
...
test
[21:36:43.232]  49/312 postgresql:plperl / plperl/regress                                              ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out /tmp/cirrus-ci-build/src/pl/plperl/results/plperl_...
--- /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out	2024-11-02 21:32:11.272487884 +0000
+++ /tmp/cirrus-ci-build/src/pl/plperl/results/plperl_setup.out	2024-11-02 21:33:29.251558447 +0000
@@ -12,7 +12,7 @@
 HINT:  Must have CREATE privilege on current database to create this extension.
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 RESET ROLE;
 DO $$
 begin
@@ -24,7 +24,7 @@
 CREATE EXTENSION plperl;
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 CREATE SCHEMA plperl_setup_scratch;
 SET search_path = plperl_setup_scratch;
...
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out /tmp/cirrus-ci-build/build/testrun/plperl/regress/...
--- /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out	2024-11-02 21:32:11.116804624 +0000
+++ /tmp/cirrus-ci-build/build/testrun/plperl/regress/results/plperl_setup.out	2024-11-02 21:34:48.732697985 +0000
@@ -12,7 +12,7 @@
 HINT:  Must have CREATE privilege on current database to create this extension.
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 RESET ROLE;
 DO $$
 begin
@@ -24,7 +24,7 @@
 CREATE EXTENSION plperl;
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 CREATE SCHEMA plperl_setup_scratch;
 SET search_path = plperl_setup_scratch;
...
test
[21:37:07.090]  47/312 postgresql:plperl / plperl/regress                                              ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/pl/plperl/expected/plperl_setup.out C:/cirrus/build/testrun/plperl/regress/re...
--- C:/cirrus/src/pl/plperl/expected/plperl_setup.out	2024-11-02 21:32:29.322849900 +0000
+++ C:/cirrus/build/testrun/plperl/regress/results/plperl_setup.out	2024-11-02 21:38:05.882819300 +0000
@@ -12,7 +12,7 @@
 HINT:  Must have CREATE privilege on current database to create this extension.
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 RESET ROLE;
 DO $$
 begin
@@ -24,7 +24,7 @@
 CREATE EXTENSION plperl;
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 CREATE SCHEMA plperl_setup_scratch;
 SET search_path = plperl_setup_scratch;
...
test
[21:45:09.649]  49/307 postgresql:plperl / plperl/regress                                              ERROR            ...
51/4912 CSN snapshots in hot standby
Linux - Debian Bookworm - Autoconf
core
[21:05:24.155] #0  0x00007f7ea74b0d24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[21:05:24.155] #1  0x00007f7ea745d239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[21:05:24.155] #2  0x00007f7ea7518184 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:05:24.155] #3  0x00007f7ea752a7dc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:05:24.155] #0  <unavailable> in ?? ()
Linux - Debian Bookworm - Meson
core
[21:06:35.288] #0  0x00007fec0d6a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:06:35.288] #1  0x00007fec0d65afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:06:35.288] #2  0x00007fec0d645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:06:35.288] #3  0x00007fec0d81e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[21:06:35.288] #4  0x00007fec0d82aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[21:06:35.288] #5  0x00007fec0d80dad8 in __ubsan::__ubsan_handle_shift_out_of_bounds_abort (Data=Data@entry=0x55ef0b600f...
[21:06:35.288] #6  0x000055ef0ab5236a in XidInMVCCSnapshot (xid=881, snapshot=snapshot@entry=0x55ef22106140) at ../src/b...
[21:06:35.288] #7  0x000055ef0a19e9ab in HeapTupleSatisfiesMVCC (htup=<optimized out>, snapshot=0x55ef22106140, buffer=1...
[21:06:35.288] #8  0x000055ef0a1a0017 in HeapTupleSatisfiesVisibility (htup=htup@entry=0x7ffdbdae5d50, snapshot=snapshot...
[21:06:35.288] #9  0x000055ef0a191499 in page_collect_tuples (check_serializable=<optimized out>, all_visible=<optimized...
core
[21:06:35.765] #0  0x00007f385dca9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:06:35.765] #1  0x00007f385dc5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:06:35.765] #2  0x00007f385dc45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:06:35.765] #3  0x00007f385de1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[21:06:35.765] #4  0x00007f385de2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[21:06:35.765] #5  0x00007f385de0dad8 in __ubsan::__ubsan_handle_shift_out_of_bounds_abort (Data=Data@entry=0x55bf3cf6cf...
[21:06:35.765] #6  0x000055bf3c4be36a in XidInMVCCSnapshot (xid=756, snapshot=snapshot@entry=0x55bf7b8e6bf0) at ../src/b...
[21:06:35.765] #7  0x000055bf3bb0a9ab in HeapTupleSatisfiesMVCC (htup=<optimized out>, snapshot=0x55bf7b8e6bf0, buffer=4...
[21:06:35.765] #8  0x000055bf3bb0c017 in HeapTupleSatisfiesVisibility (htup=htup@entry=0x7fffed97f320, snapshot=snapshot...
[21:06:35.765] #9  0x000055bf3bafd499 in page_collect_tuples (check_serializable=<optimized out>, all_visible=<optimized...
core
[21:06:37.057] #0  0x00007ff961ca9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:06:37.057] #1  0x00007ff961c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:06:37.057] #2  0x00007ff961c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:06:37.057] #3  0x00007ff961e1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[21:06:37.057] #4  0x00007ff961e2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[21:06:37.057] #5  0x00007ff961e0dad8 in __ubsan::__ubsan_handle_shift_out_of_bounds_abort (Data=Data@entry=0x55ecdb059f...
[21:06:37.057] #6  0x000055ecda5ab36a in XidInMVCCSnapshot (xid=758, snapshot=snapshot@entry=0x55ecfb113120) at ../src/b...
[21:06:37.057] #7  0x000055ecd9bf77d3 in HeapTupleSatisfiesMVCC (htup=<optimized out>, snapshot=0x55ecfb113120, buffer=2...
[21:06:37.057] #8  0x000055ecd9bf9017 in HeapTupleSatisfiesVisibility (htup=htup@entry=0x7ffcc804bf80, snapshot=snapshot...
[21:06:37.057] #9  0x000055ecd9bea499 in page_collect_tuples (check_serializable=<optimized out>, all_visible=<optimized...
tap
[20:57:53.259](1.095s) not ok 5 - Not visible
[20:57:53.406](0.146s) Bail out!  command "pg_ctl -D /tmp/cirrus-ci-build/build/testrun/recovery/012_subtransactions/dat...
tap
[21:02:03.089](221.061s) # poll_query_until timed out executing this query:
[21:02:03.090](0.001s) not ok 14 - startup deadlock: lock acquisition is waiting
[21:05:31.484](208.394s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /tmp/cirrus-ci-build/src/test/recovery/t/031_recovery_conflict.pl line 270.
test
[21:05:31.680]  16/313 postgresql:recovery / recovery/012_subtransactions                              ERROR            ...
[21:05:31.680] 312/313 postgresql:test_misc / test_misc/000_csn_perf                                   ERROR            ...
[21:05:31.680] 313/313 postgresql:recovery / recovery/031_recovery_conflict                            ERROR           4...
macOS - Sonoma - Meson
core
[21:06:35.792]   * frame #0: 0x0000000102e68b70 dyld`_dyld_start
test
[21:03:16.600] 313/313 postgresql:test_misc / test_misc/000_csn_perf                                   ERROR           1...
Windows - Server 2019, VS 2019 - Meson & ninja
test
[21:10:31.688] 308/308 postgresql:test_misc / test_misc/000_csn_perf                                   ERROR           3...
51/4952 Use WALReadFromBuffers in more places
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/contrib/test_decoding/expected/spill.out /tmp/cirrus-ci-build/contrib/test_decoding/result...
--- /tmp/cirrus-ci-build/contrib/test_decoding/expected/spill.out	2024-11-02 20:47:52.427843508 +0000
+++ /tmp/cirrus-ci-build/contrib/test_decoding/results/spill.out	2024-11-02 20:53:50.640513114 +0000
@@ -203,12 +203,7 @@
 SELECT (regexp_split_to_array(data, ':'))[4] COLLATE "C", COUNT(*), (array_agg(data))[1], (array_agg(data))[count(*)]
 FROM pg_logical_slot_get_changes('regression_slot', NULL,NULL) WHERE data ~ 'INSERT'
 GROUP BY 1 ORDER BY 1;
-        regexp_split_to_array         | count |                                       array_agg                        ...
---------------------------------------+-------+------------------------------------------------------------------------...
- 'serialize-nested-subbig-subsmall--1 |  5000 | table public.spill_test: INSERT: data[text]:'serialize-nested-subbig-su...
- 'serialize-nested-subbig-subsmall--2 |     1 | table public.spill_test: INSERT: data[text]:'serialize-nested-subbig-su...
-(2 rows)
-
+ERROR:  could not find record for logical decoding: unexpected pageaddr 0/21B4000 in WAL segment 0000000100000000000000...
 -- not spilling subxact, containing a spilling subxact
 BEGIN;
 SAVEPOINT s1;
@@ -221,11 +216,13 @@
 SELECT (regexp_split_to_array(data, ':'))[4] COLLATE "C", COUNT(*), (array_agg(data))[1], (array_agg(data))[count(*)]
 FROM pg_logical_slot_get_changes('regression_slot', NULL,NULL) WHERE data ~ 'INSERT'
...
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/test_decoding/expected/spill.out /tmp/cirrus-ci-build/build-32/testrun/test_decodi...
--- /tmp/cirrus-ci-build/contrib/test_decoding/expected/spill.out	2024-11-02 20:47:52.671124480 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/test_decoding/regress/results/spill.out	2024-11-02 20:57:30.145362110 +0000
@@ -203,12 +203,7 @@
 SELECT (regexp_split_to_array(data, ':'))[4] COLLATE "C", COUNT(*), (array_agg(data))[1], (array_agg(data))[count(*)]
 FROM pg_logical_slot_get_changes('regression_slot', NULL,NULL) WHERE data ~ 'INSERT'
 GROUP BY 1 ORDER BY 1;
-        regexp_split_to_array         | count |                                       array_agg                        ...
---------------------------------------+-------+------------------------------------------------------------------------...
- 'serialize-nested-subbig-subsmall--1 |  5000 | table public.spill_test: INSERT: data[text]:'serialize-nested-subbig-su...
- 'serialize-nested-subbig-subsmall--2 |     1 | table public.spill_test: INSERT: data[text]:'serialize-nested-subbig-su...
-(2 rows)
-
+ERROR:  could not find record for logical decoding: unexpected pageaddr 0/2114000 in WAL segment 0000000100000000000000...
 -- not spilling subxact, containing a spilling subxact
 BEGIN;
 SAVEPOINT s1;
@@ -221,11 +216,13 @@
 SELECT (regexp_split_to_array(data, ':'))[4] COLLATE "C", COUNT(*), (array_agg(data))[1], (array_agg(data))[count(*)]
 FROM pg_logical_slot_get_changes('regression_slot', NULL,NULL) WHERE data ~ 'INSERT'
...
test
[20:59:14.013] 134/313 postgresql:test_decoding / test_decoding/regress                                ERROR            ...
51/4997 Return pg_control from pg_backup_stop().
Linux - Debian Bookworm - Meson
core
[16:57:04.684] #0  0x00007fcf29a64d24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[16:57:04.684] #1  0x00007fcf29a11239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[16:57:04.684] #2  0x00007fcf29a11497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[16:57:04.684] #3  0x00005586fabf65f3 in ?? ()
[16:57:04.684] #4  0x00005586fabf0369 in ?? ()
[16:57:04.684] #5  0x00005586fabef20f in ?? ()
[16:57:04.684] #6  0x00005586fabefc3b in ?? ()
[16:57:04.684] #7  0x00005586fabed66f in ?? ()
[16:57:04.684] #8  0x00007fcf299fc24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[16:57:04.684] #9  0x00007fcf299fc305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[16:57:04.021] #0  0x00007fcf29a64d24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[16:57:04.021] #1  0x00007fcf29a11239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[16:57:04.021] #2  0x00007fcf29a11497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[16:57:04.021] #3  0x00005586fabf65c1 in ?? ()
[16:57:04.021] #4  0x00005586fabf0369 in ?? ()
[16:57:04.021] #5  0x00005586fabef20f in ?? ()
[16:57:04.021] #6  0x00005586fabefc3b in ?? ()
[16:57:04.021] #7  0x00005586fabed66f in ?? ()
[16:57:04.021] #8  0x00007fcf299fc24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[16:57:04.021] #9  0x00007fcf299fc305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[16:57:04.684] #0  <unavailable> in ?? ()
core
[16:57:04.555] #0  0x00007fcf9b6a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[16:57:04.555] #1  0x00007fcf9b65afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[16:57:04.555] #2  0x00007fcf9b645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[16:57:04.555] #3  0x00007fcf9b81e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[16:57:04.555] #4  0x00007fcf9b82aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[16:57:04.555] #5  0x00007fcf9b80d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x556f42b61fa0,...
[16:57:04.555] #6  0x0000556f41c8a1a1 in backup_control_file (controlFile=controlFile@entry=0x556f6c71b18c "l\2710\340\3...
[16:57:04.555] #7  0x0000556f41c8eedd in pg_backup_stop (fcinfo=<optimized out>) at ../src/backend/access/transam/xlogfu...
[16:57:04.555] #8  0x0000556f41e652cf in ExecInterpExpr (state=0x556f6c7128a0, econtext=0x556f6c712648, isnull=0x7ffc2a3...
[16:57:04.555] #9  0x0000556f41e59b9d in ExecInterpExprStillValid (state=0x556f6c7128a0, econtext=0x556f6c712648, isNull...
core
[16:57:05.410] #0  0x00007ff603aa9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[16:57:05.410] #1  0x00007ff603a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[16:57:05.410] #2  0x00007ff603a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[16:57:05.410] #3  0x00007ff603c1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[16:57:05.410] #4  0x00007ff603c2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[16:57:05.410] #5  0x00007ff603c0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x56367400dfa0,...
[16:57:05.410] #6  0x00005636731361a1 in backup_control_file (controlFile=controlFile@entry=0x56367b85c26c "l\2710\340\3...
[16:57:05.410] #7  0x000056367313aedd in pg_backup_stop (fcinfo=<optimized out>) at ../src/backend/access/transam/xlogfu...
[16:57:05.410] #8  0x0000563673338763 in ExecMakeTableFunctionResult (setexpr=0x56367b86b358, econtext=0x56367b86b228, a...
[16:57:05.410] #9  0x0000563673366955 in FunctionNext (node=0x56367b86b018) at ../src/backend/executor/nodeFunctionscan....
tap
[16:53:02.491](1.461s) not ok 18 - psql fails correctly
[16:53:02.492](0.000s) not ok 19 - pg_backup_start fails gracefully
test
[16:55:54.282]  26/312 postgresql:recovery / recovery/020_archive_status                               ERROR            ...
[16:55:54.282]  44/312 postgresql:recovery / recovery/042_low_level_backup                             ERROR            ...
51/4966 Parallel CREATE INDEX for GIN indexes
CompilerWarnings
compiler
[16:40:41.029] gininsert.c:2402:37: error: format ‘%ld’ expects argument of type ‘long int’, but argument 3 has type ‘lo...
compiler
[16:40:41.029] gininsert.c:2421:35: error: format ‘%ld’ expects argument of type ‘long int’, but argument 2 has type ‘in...
51/4929 apply_scanjoin_target_to_paths and partitionwise join
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-11-02 15:47:15.779075000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_join.out	2024-11-02 15:49:03.588...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/recovery/0...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-11-02 15:47:15.779075000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/partition_join.out	2024-11-02 15:49:44.1...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/regress/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-11-02 15:47:15.779075000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/partition_join.out	2024-11-02 15:48:56.638388000 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[15:49:06.203](68.619s) not ok 5 - regression tests pass
tap
[15:49:47.616](74.064s) not ok 2 - regression tests pass
test
[15:51:44.284]  42/312 postgresql:regress / regress/regress                                            ERROR            ...
[15:51:44.284] 102/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[15:51:44.284] 153/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_c...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-11-02 15:47:14.920935060 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/partition_join.out	2024-11-02 15:52:08.561951525 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/src/test/regress/results...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-11-02 15:47:14.920935060 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/partition_join.out	2024-11-02 15:50:28.290647320 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[15:52:11.294](110.617s) not ok 5 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-11-02 15:47:16.064457811 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_join.out	2024-11-02 15:49:45.432...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/recovery/0...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-11-02 15:47:16.064457811 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/partition_join.out	2024-11-02 15:50:18.2...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/regress/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-11-02 15:47:16.064457811 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/partition_join.out	2024-11-02 15:49:34.543636890 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[15:49:47.764](71.232s) not ok 5 - regression tests pass
tap
[15:50:21.374](71.746s) not ok 2 - regression tests pass
test
[15:51:59.497]  40/312 postgresql:regress / regress/regress                                            ERROR            ...
[15:51:59.497] 128/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[15:51:59.497] 155/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/partition_join.out C:/cirrus/build/testrun/pg_upgrade/0...
--- C:/cirrus/src/test/regress/expected/partition_join.out	2024-11-02 15:47:28.788116100 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_join.out	2024-11-02 15:51:24.961894400 +000...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/partition_join.out C:/cirrus/build/testrun/recovery/027...
--- C:/cirrus/src/test/regress/expected/partition_join.out	2024-11-02 15:47:28.788116100 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/partition_join.out	2024-11-02 15:53:46.580058300 +0...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/partition_join.out C:/cirrus/build/testrun/regress/regr...
--- C:/cirrus/src/test/regress/expected/partition_join.out	2024-11-02 15:47:28.788116100 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/partition_join.out	2024-11-02 15:51:10.630350600 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[15:51:32.478](116.676s) not ok 5 - regression tests pass
tap
[15:53:58.635](126.250s) not ok 2 - regression tests pass
test
[16:02:54.779]  16/307 postgresql:regress / regress/regress                                            ERROR           1...
[16:02:54.779]  37/307 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[16:02:54.779]  85/307 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5334 Support regular expressions with nondeterministic collations
Linux - Debian Bookworm - Meson
core
[14:24:40.080] #0  0xf7ee6559 in __kernel_vsyscall ()
[14:24:40.080] #1  0xf68212f7 in ?? () from /lib/i386-linux-gnu/libc.so.6
[14:24:40.080] #2  0xf67d0111 in raise () from /lib/i386-linux-gnu/libc.so.6
[14:24:40.080] #3  0xf67b926a in abort () from /lib/i386-linux-gnu/libc.so.6
[14:24:40.080] #4  0xf69dcd4a in __sanitizer::Abort () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_pos...
[14:24:40.080] #5  0xf69eb896 in __sanitizer::Die () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_termi...
[14:24:40.080] #6  0xf69c958c in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=<optimized out>, Pointer=<optimize...
[14:24:40.080] #7  0x56ffc4d5 in pg_check_regex_collation (is_similar_to=true) at ../src/backend/regex/regc_pg_locale.c:...
[14:24:40.080] #8  0x56ffc860 in pg_regcomp (re=0xff8a1920, string=0x58dc0c1c, len=37, flags=3, collation=100) at ../src...
[14:24:40.080] #9  0x573029f1 in RE_compile_and_cache (text_re=0x58dc0bd0, cflags=3, collation=100) at ../src/backend/ut...
core
[14:24:40.603] #0  0xf7f54559 in __kernel_vsyscall ()
[14:24:40.603] #1  0xf688f2f7 in ?? () from /lib/i386-linux-gnu/libc.so.6
[14:24:40.603] #2  0xf683e111 in raise () from /lib/i386-linux-gnu/libc.so.6
[14:24:40.603] #3  0xf682726a in abort () from /lib/i386-linux-gnu/libc.so.6
[14:24:40.603] #4  0xf6a4ad4a in __sanitizer::Abort () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_pos...
[14:24:40.603] #5  0xf6a59896 in __sanitizer::Die () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_termi...
[14:24:40.603] #6  0xf6a3758c in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=<optimized out>, Pointer=<optimize...
[14:24:40.603] #7  0x56f764d5 in pg_check_regex_collation (is_similar_to=true) at ../src/backend/regex/regc_pg_locale.c:...
[14:24:40.603] #8  0x56f76860 in pg_regcomp (re=0xffc85ca0, string=0x595aed30, len=16, flags=27, collation=100) at ../sr...
[14:24:40.603] #9  0x5727c9f1 in RE_compile_and_cache (text_re=0x595b2fc8, cflags=27, collation=100) at ../src/backend/u...
core
[14:24:39.543] #0  0xf7fa4559 in __kernel_vsyscall ()
[14:24:39.543] #1  0xf68df2f7 in ?? () from /lib/i386-linux-gnu/libc.so.6
[14:24:39.543] #2  0xf688e111 in raise () from /lib/i386-linux-gnu/libc.so.6
[14:24:39.543] #3  0xf687726a in abort () from /lib/i386-linux-gnu/libc.so.6
[14:24:39.543] #4  0xf6a9ad4a in __sanitizer::Abort () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_pos...
[14:24:39.543] #5  0xf6aa9896 in __sanitizer::Die () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_termi...
[14:24:39.543] #6  0xf6a8758c in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=<optimized out>, Pointer=<optimize...
[14:24:39.543] #7  0x56f184d5 in pg_check_regex_collation (is_similar_to=true) at ../src/backend/regex/regc_pg_locale.c:...
[14:24:39.543] #8  0x56f18860 in pg_regcomp (re=0xffe2eec0, string=0x597d4b34, len=5, flags=19, collation=100) at ../src...
[14:24:39.543] #9  0x5721e9f1 in RE_compile_and_cache (text_re=0x597c1938, cflags=19, collation=100) at ../src/backend/u...
core
[14:24:38.633] #0  0xf7fa4559 in __kernel_vsyscall ()
[14:24:38.633] #1  0xf68df2f7 in ?? () from /lib/i386-linux-gnu/libc.so.6
[14:24:38.633] #2  0xf688e111 in raise () from /lib/i386-linux-gnu/libc.so.6
[14:24:38.633] #3  0xf687726a in abort () from /lib/i386-linux-gnu/libc.so.6
[14:24:38.633] #4  0xf6a9ad4a in __sanitizer::Abort () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_pos...
[14:24:38.633] #5  0xf6aa9896 in __sanitizer::Die () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_termi...
[14:24:38.633] #6  0xf6a8758c in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=<optimized out>, Pointer=<optimize...
[14:24:38.633] #7  0x56f184d5 in pg_check_regex_collation (is_similar_to=true) at ../src/backend/regex/regc_pg_locale.c:...
[14:24:38.633] #8  0x56f18860 in pg_regcomp (re=0xffe2f0c0, string=0x5978dc4c, len=37, flags=3, collation=100) at ../src...
[14:24:38.633] #9  0x5721e9f1 in RE_compile_and_cache (text_re=0x5978dc00, cflags=3, collation=100) at ../src/backend/ut...
core
[14:24:38.094] #0  0xf7f5c559 in __kernel_vsyscall ()
[14:24:38.094] #1  0xf68972f7 in ?? () from /lib/i386-linux-gnu/libc.so.6
[14:24:38.094] #2  0xf6846111 in raise () from /lib/i386-linux-gnu/libc.so.6
[14:24:38.094] #3  0xf682f26a in abort () from /lib/i386-linux-gnu/libc.so.6
[14:24:38.094] #4  0xf6a52d4a in __sanitizer::Abort () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_pos...
[14:24:38.094] #5  0xf6a61896 in __sanitizer::Die () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_termi...
[14:24:38.094] #6  0xf6a3f58c in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=<optimized out>, Pointer=<optimize...
[14:24:38.094] #7  0x56f714d5 in pg_check_regex_collation (is_similar_to=true) at ../src/backend/regex/regc_pg_locale.c:...
[14:24:38.094] #8  0x56f71860 in pg_regcomp (re=0xffbc2730, string=0x5a0999ac, len=8, flags=3, collation=100) at ../src/...
[14:24:38.094] #9  0xeafdf89f in test_re_compile (text_re=text_re@entry=0x5a06c4c4, cflags=3, collation=collation@entry=...
regress
diff -U3 /tmp/cirrus-ci-build/contrib/citext/expected/citext.out /tmp/cirrus-ci-build/build-32/testrun/citext/regress/re...
--- /tmp/cirrus-ci-build/contrib/citext/expected/citext.out	2024-11-02 14:12:39.982088992 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/citext/regress/results/citext.out	2024-11-02 14:21:20.603404119 +0000
@@ -500,2185 +500,7 @@
 
 -- SIMILAR TO should be case-insensitive.
 SELECT name FROM srt WHERE name SIMILAR TO '%a.*';
- name 
-------
- ABA
-(1 row)
-
-SELECT name FROM srt WHERE name SIMILAR TO '%A.*';
- name 
-------
- ABA
-(1 row)
-
--- Explicit casts.
-SELECT true::citext = 'true' AS t;
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/strings.out /tmp/cirrus-ci-build/build-32/testrun/recovery/027_s...
--- /tmp/cirrus-ci-build/src/test/regress/expected/strings.out	2024-11-02 14:12:41.914255804 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/recovery/027_stream_regress/data/results/strings.out	2024-11-02 14:20:54.12003...
@@ -438,2255 +438,7 @@
 ERROR:  negative substring length not allowed
 -- T581 regular expression substring (with SQL's bizarre regexp syntax)
 SELECT SUBSTRING('abcdefg' SIMILAR 'a#"(b_d)#"%' ESCAPE '#') AS "bcd";
- bcd 
------
- bcd
-(1 row)
-
--- obsolete SQL99 syntax
-SELECT SUBSTRING('abcdefg' FROM 'a#"(b_d)#"%' FOR '#') AS "bcd";
- bcd 
------
- bcd
-(1 row)
-
--- No match should return NULL
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/strings.out /tmp/cirrus-ci-build/build-32/testrun/regress/regres...
--- /tmp/cirrus-ci-build/src/test/regress/expected/strings.out	2024-11-02 14:12:41.914255804 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/regress/regress/results/strings.out	2024-11-02 14:20:16.496738543 +0000
@@ -438,2255 +438,7 @@
 ERROR:  negative substring length not allowed
 -- T581 regular expression substring (with SQL's bizarre regexp syntax)
 SELECT SUBSTRING('abcdefg' SIMILAR 'a#"(b_d)#"%' ESCAPE '#') AS "bcd";
- bcd 
------
- bcd
-(1 row)
-
--- obsolete SQL99 syntax
-SELECT SUBSTRING('abcdefg' FROM 'a#"(b_d)#"%' FOR '#') AS "bcd";
- bcd 
------
- bcd
-(1 row)
-
--- No match should return NULL
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/test_regex/expected/test_regex.out /tmp/cirrus-ci-build/build-32/testrun/...
--- /tmp/cirrus-ci-build/src/test/modules/test_regex/expected/test_regex.out	2024-11-02 14:12:41.769688459 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/test_regex/regress/results/test_regex.out	2024-11-02 14:21:39.375098547 +0000
@@ -1010,4075 +1010,7 @@
 ERROR:  invalid regular expression: invalid character range
 -- expectMatch	9.15 &LP	{[[:<:]]a}	a	a
 select * from test_regex('[[:<:]]a', 'a', 'LP');
-          test_regex           
--------------------------------
- {0,REG_UNONPOSIX,REG_ULOCALE}
- {a}
-(2 rows)
-
-select * from test_regex('[[:<:]]a', 'a', 'LPb');
-          test_regex           
--------------------------------
- {0,REG_UNONPOSIX,REG_ULOCALE}
- {a}
-(2 rows)
-
...
tap
[14:20:59.384](9.410s) not ok 2 - regression tests pass
test
[14:23:26.159]   6/312 postgresql:regress / regress/regress                                            ERROR            ...
[14:23:26.159]  34/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[14:23:26.159]  60/312 postgresql:citext / citext/regress                                              ERROR            ...
[14:23:26.159] 130/312 postgresql:test_regex / test_regex/regress                                      ERROR            ...
51/5284 database-specific role memberships
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/privs_in_db.out /tmp/cirrus-ci-build/build/testrun/regress-runni...
--- /tmp/cirrus-ci-build/src/test/regress/expected/privs_in_db.out	2024-11-02 13:57:54.209945000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress-running/regress/results/privs_in_db.out	2024-11-02 14:03:26.838160000 +00...
@@ -756,9 +756,10 @@
 DROP DATABASE regression_db_0;
 DROP ROLE regress_role_admin;
 SELECT datname FROM pg_database WHERE datname LIKE 'regression_db_%';
- datname 
----------
-(0 rows)
+      datname      
+-------------------
+ regression_dblink
+(1 row)
 
 SELECT rolname FROM pg_roles WHERE rolname LIKE 'regress_role_%';
  rolname 
test
[14:03:47.140] 75/76 postgresql:regress-running / regress-running/regress                         ERROR            24.53...
51/5131 add log_transaction GUC setting
FreeBSD - 13 - Meson
tap
[12:44:48.385](1.584s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[12:44:58.775] 293/312 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
Linux - Debian Bookworm - Autoconf
tap
[12:45:51.462](0.824s) not ok 1 - no parameters missing from postgresql.conf.sample
Linux - Debian Bookworm - Meson
tap
[12:47:20.727](0.385s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[12:47:31.221] 291/312 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
macOS - Sonoma - Meson
tap
[12:46:33.785](1.142s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[12:46:46.686] 293/312 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[12:51:23.408](1.988s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[12:51:49.862] 287/307 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
51/5012 Vacuum statistics
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out /tmp/cirrus-ci-build/bu...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-11-02 12:34:09.61749200...
+++ /tmp/cirrus-ci-build/build/testrun/isolation/isolation/results/vacuum-extending-in-repetable-read.out	2024-11-02 12:...
@@ -9,9 +9,10 @@
     FROM pg_stat_get_vacuum_tables vt, pg_class c
     WHERE vt.relname = 'test_vacuum_stat_isolation' AND vt.relid = c.oid;
 
-relname|tuples_deleted|dead_tuples|tuples_frozen
--------+--------------+-----------+-------------
-(0 rows)
+relname                   |tuples_deleted|dead_tuples|tuples_frozen
+--------------------------+--------------+-----------+-------------
+test_vacuum_stat_isolation|             0|          0|            0
+(1 row)
 
 step s1_begin_repeatable_read: 
   BEGIN transaction ISOLATION LEVEL REPEATABLE READ;
@@ -22,7 +23,8 @@
   100
 (1 row)
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/vacuum_tables_and_db_statistics.out /tmp/cirrus-ci-build/build/t...
--- /tmp/cirrus-ci-build/src/test/regress/expected/vacuum_tables_and_db_statistics.out	2024-11-02 12:34:09.793158000 +00...
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/vacuum_tables_and_db_statistics.out	2024-1...
@@ -186,7 +186,7 @@
 
 SELECT pages_frozen AS pf, pages_all_visible AS pv, rev_all_frozen_pages AS hafp,rev_all_visible_pages AS havp
 FROM pg_stat_get_vacuum_tables, pg_stat_all_tables WHERE pg_stat_get_vacuum_tables.relname = 'vestat' and pg_stat_get_v...
-UPDATE vestat SET x = x + 1001;
+UPDATE vestat SET x = x+1001;
 VACUUM (PARALLEL 0, BUFFER_USAGE_LIMIT 128) vestat;
 SELECT pages_frozen > :pf AS pages_frozen,pages_all_visible > :pv AS pages_all_visible,rev_all_frozen_pages > :hafp AS ...
 FROM pg_stat_get_vacuum_tables, pg_stat_all_tables WHERE pg_stat_get_vacuum_tables.relname = 'vestat' and pg_stat_get_v...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/vacuum_tables_and_db_statistics.out /tmp/cirrus-ci-build/build/t...
--- /tmp/cirrus-ci-build/src/test/regress/expected/vacuum_tables_and_db_statistics.out	2024-11-02 12:34:09.793158000 +00...
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/vacuum_tables_and_db_statistics.out	2024...
@@ -186,7 +186,7 @@
 
 SELECT pages_frozen AS pf, pages_all_visible AS pv, rev_all_frozen_pages AS hafp,rev_all_visible_pages AS havp
 FROM pg_stat_get_vacuum_tables, pg_stat_all_tables WHERE pg_stat_get_vacuum_tables.relname = 'vestat' and pg_stat_get_v...
-UPDATE vestat SET x = x + 1001;
+UPDATE vestat SET x = x+1001;
 VACUUM (PARALLEL 0, BUFFER_USAGE_LIMIT 128) vestat;
 SELECT pages_frozen > :pf AS pages_frozen,pages_all_visible > :pv AS pages_all_visible,rev_all_frozen_pages > :hafp AS ...
 FROM pg_stat_get_vacuum_tables, pg_stat_all_tables WHERE pg_stat_get_vacuum_tables.relname = 'vestat' and pg_stat_get_v...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/vacuum_tables_and_db_statistics.out /tmp/cirrus-ci-build/build/t...
--- /tmp/cirrus-ci-build/src/test/regress/expected/vacuum_tables_and_db_statistics.out	2024-11-02 12:34:09.793158000 +00...
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/vacuum_tables_and_db_statistics.out	2024-11-02 12:36:54.4...
@@ -186,7 +186,7 @@
 
 SELECT pages_frozen AS pf, pages_all_visible AS pv, rev_all_frozen_pages AS hafp,rev_all_visible_pages AS havp
 FROM pg_stat_get_vacuum_tables, pg_stat_all_tables WHERE pg_stat_get_vacuum_tables.relname = 'vestat' and pg_stat_get_v...
-UPDATE vestat SET x = x + 1001;
+UPDATE vestat SET x = x+1001;
 VACUUM (PARALLEL 0, BUFFER_USAGE_LIMIT 128) vestat;
 SELECT pages_frozen > :pf AS pages_frozen,pages_all_visible > :pv AS pages_all_visible,rev_all_frozen_pages > :hafp AS ...
 FROM pg_stat_get_vacuum_tables, pg_stat_all_tables WHERE pg_stat_get_vacuum_tables.relname = 'vestat' and pg_stat_get_v...
tap
[12:36:57.875](59.279s) not ok 5 - regression tests pass
tap
[12:37:46.380](71.651s) not ok 2 - regression tests pass
test
[12:39:33.579]  40/312 postgresql:regress / regress/regress                                            ERROR            ...
[12:39:33.579]  48/312 postgresql:isolation / isolation/isolation                                      ERROR            ...
[12:39:33.579]  76/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[12:39:33.579] 158/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/vacuum_tables_and_db_statistics.out /tmp/cirrus-ci-build/src/bin...
--- /tmp/cirrus-ci-build/src/test/regress/expected/vacuum_tables_and_db_statistics.out	2024-11-02 12:34:06.151094419 +00...
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/vacuum_tables_and_db_statistics.out	2024-11-02 12:41:15.49...
@@ -186,7 +186,7 @@
 
 SELECT pages_frozen AS pf, pages_all_visible AS pv, rev_all_frozen_pages AS hafp,rev_all_visible_pages AS havp
 FROM pg_stat_get_vacuum_tables, pg_stat_all_tables WHERE pg_stat_get_vacuum_tables.relname = 'vestat' and pg_stat_get_v...
-UPDATE vestat SET x = x + 1001;
+UPDATE vestat SET x = x+1001;
 VACUUM (PARALLEL 0, BUFFER_USAGE_LIMIT 128) vestat;
 SELECT pages_frozen > :pf AS pages_frozen,pages_all_visible > :pv AS pages_all_visible,rev_all_frozen_pages > :hafp AS ...
 FROM pg_stat_get_vacuum_tables, pg_stat_all_tables WHERE pg_stat_get_vacuum_tables.relname = 'vestat' and pg_stat_get_v...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out /tmp/cirrus-ci-build/sr...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-11-02 12:34:05.93247129...
+++ /tmp/cirrus-ci-build/src/test/isolation/output_iso/results/vacuum-extending-in-repetable-read.out	2024-11-02 12:39:2...
@@ -9,9 +9,10 @@
     FROM pg_stat_get_vacuum_tables vt, pg_class c
     WHERE vt.relname = 'test_vacuum_stat_isolation' AND vt.relid = c.oid;
 
-relname|tuples_deleted|dead_tuples|tuples_frozen
--------+--------------+-----------+-------------
-(0 rows)
+relname                   |tuples_deleted|dead_tuples|tuples_frozen
+--------------------------+--------------+-----------+-------------
+test_vacuum_stat_isolation|             0|          0|            0
+(1 row)
 
 step s1_begin_repeatable_read: 
   BEGIN transaction ISOLATION LEVEL REPEATABLE READ;
@@ -22,7 +23,8 @@
   100
 (1 row)
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/vacuum_tables_and_db_statistics.out /tmp/cirrus-ci-build/src/tes...
--- /tmp/cirrus-ci-build/src/test/regress/expected/vacuum_tables_and_db_statistics.out	2024-11-02 12:34:06.151094419 +00...
+++ /tmp/cirrus-ci-build/src/test/regress/results/vacuum_tables_and_db_statistics.out	2024-11-02 12:40:02.746788193 +000...
@@ -186,7 +186,7 @@
 
 SELECT pages_frozen AS pf, pages_all_visible AS pv, rev_all_frozen_pages AS hafp,rev_all_visible_pages AS havp
 FROM pg_stat_get_vacuum_tables, pg_stat_all_tables WHERE pg_stat_get_vacuum_tables.relname = 'vestat' and pg_stat_get_v...
-UPDATE vestat SET x = x + 1001;
+UPDATE vestat SET x = x+1001;
 VACUUM (PARALLEL 0, BUFFER_USAGE_LIMIT 128) vestat;
 SELECT pages_frozen > :pf AS pages_frozen,pages_all_visible > :pv AS pages_all_visible,rev_all_frozen_pages > :hafp AS ...
 FROM pg_stat_get_vacuum_tables, pg_stat_all_tables WHERE pg_stat_get_vacuum_tables.relname = 'vestat' and pg_stat_get_v...
tap
[12:41:15.518](93.119s) not ok 5 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out /tmp/cirrus-ci-build/bu...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-11-02 12:34:07.21339948...
+++ /tmp/cirrus-ci-build/build/testrun/isolation/isolation/results/vacuum-extending-in-repetable-read.out	2024-11-02 12:...
@@ -9,9 +9,10 @@
     FROM pg_stat_get_vacuum_tables vt, pg_class c
     WHERE vt.relname = 'test_vacuum_stat_isolation' AND vt.relid = c.oid;
 
-relname|tuples_deleted|dead_tuples|tuples_frozen
--------+--------------+-----------+-------------
-(0 rows)
+relname                   |tuples_deleted|dead_tuples|tuples_frozen
+--------------------------+--------------+-----------+-------------
+test_vacuum_stat_isolation|             0|          0|            0
+(1 row)
 
 step s1_begin_repeatable_read: 
   BEGIN transaction ISOLATION LEVEL REPEATABLE READ;
@@ -22,7 +23,8 @@
   100
 (1 row)
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/vacuum_tables_and_db_statistics.out /tmp/cirrus-ci-build/build/t...
--- /tmp/cirrus-ci-build/src/test/regress/expected/vacuum_tables_and_db_statistics.out	2024-11-02 12:34:07.432631716 +00...
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/vacuum_tables_and_db_statistics.out	2024-1...
@@ -186,7 +186,7 @@
 
 SELECT pages_frozen AS pf, pages_all_visible AS pv, rev_all_frozen_pages AS hafp,rev_all_visible_pages AS havp
 FROM pg_stat_get_vacuum_tables, pg_stat_all_tables WHERE pg_stat_get_vacuum_tables.relname = 'vestat' and pg_stat_get_v...
-UPDATE vestat SET x = x + 1001;
+UPDATE vestat SET x = x+1001;
 VACUUM (PARALLEL 0, BUFFER_USAGE_LIMIT 128) vestat;
 SELECT pages_frozen > :pf AS pages_frozen,pages_all_visible > :pv AS pages_all_visible,rev_all_frozen_pages > :hafp AS ...
 FROM pg_stat_get_vacuum_tables, pg_stat_all_tables WHERE pg_stat_get_vacuum_tables.relname = 'vestat' and pg_stat_get_v...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/vacuum_tables_and_db_statistics.out /tmp/cirrus-ci-build/build/t...
--- /tmp/cirrus-ci-build/src/test/regress/expected/vacuum_tables_and_db_statistics.out	2024-11-02 12:34:07.432631716 +00...
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/vacuum_tables_and_db_statistics.out	2024...
@@ -186,7 +186,7 @@
 
 SELECT pages_frozen AS pf, pages_all_visible AS pv, rev_all_frozen_pages AS hafp,rev_all_visible_pages AS havp
 FROM pg_stat_get_vacuum_tables, pg_stat_all_tables WHERE pg_stat_get_vacuum_tables.relname = 'vestat' and pg_stat_get_v...
-UPDATE vestat SET x = x + 1001;
+UPDATE vestat SET x = x+1001;
 VACUUM (PARALLEL 0, BUFFER_USAGE_LIMIT 128) vestat;
 SELECT pages_frozen > :pf AS pages_frozen,pages_all_visible > :pv AS pages_all_visible,rev_all_frozen_pages > :hafp AS ...
 FROM pg_stat_get_vacuum_tables, pg_stat_all_tables WHERE pg_stat_get_vacuum_tables.relname = 'vestat' and pg_stat_get_v...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/vacuum_tables_and_db_statistics.out /tmp/cirrus-ci-build/build/t...
--- /tmp/cirrus-ci-build/src/test/regress/expected/vacuum_tables_and_db_statistics.out	2024-11-02 12:34:07.432631716 +00...
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/vacuum_tables_and_db_statistics.out	2024-11-02 12:39:57.3...
@@ -186,7 +186,7 @@
 
 SELECT pages_frozen AS pf, pages_all_visible AS pv, rev_all_frozen_pages AS hafp,rev_all_visible_pages AS havp
 FROM pg_stat_get_vacuum_tables, pg_stat_all_tables WHERE pg_stat_get_vacuum_tables.relname = 'vestat' and pg_stat_get_v...
-UPDATE vestat SET x = x + 1001;
+UPDATE vestat SET x = x+1001;
 VACUUM (PARALLEL 0, BUFFER_USAGE_LIMIT 128) vestat;
 SELECT pages_frozen > :pf AS pages_frozen,pages_all_visible > :pv AS pages_all_visible,rev_all_frozen_pages > :hafp AS ...
 FROM pg_stat_get_vacuum_tables, pg_stat_all_tables WHERE pg_stat_get_vacuum_tables.relname = 'vestat' and pg_stat_get_v...
tap
[12:40:00.178](71.193s) not ok 5 - regression tests pass
tap
[12:40:34.870](72.703s) not ok 2 - regression tests pass
test
[12:42:09.582]  40/312 postgresql:isolation / isolation/isolation                                      ERROR            ...
[12:42:09.582]  45/312 postgresql:regress / regress/regress                                            ERROR            ...
[12:42:09.582] 130/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[12:42:09.582] 156/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/isolation/expected/vacuum-extending-in-repetable-read.out C:/cirrus/buil...
--- C:/cirrus/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-11-02 12:34:24.874505700 +0000
+++ C:/cirrus/build/testrun/isolation/isolation/results/vacuum-extending-in-repetable-read.out	2024-11-02 12:38:21.13411...
@@ -9,9 +9,10 @@
     FROM pg_stat_get_vacuum_tables vt, pg_class c
     WHERE vt.relname = 'test_vacuum_stat_isolation' AND vt.relid = c.oid;
 
-relname|tuples_deleted|dead_tuples|tuples_frozen
--------+--------------+-----------+-------------
-(0 rows)
+relname                   |tuples_deleted|dead_tuples|tuples_frozen
+--------------------------+--------------+-----------+-------------
+test_vacuum_stat_isolation|             0|          0|            0
+(1 row)
 
 step s1_begin_repeatable_read: 
   BEGIN transaction ISOLATION LEVEL REPEATABLE READ;
@@ -22,7 +23,8 @@
   100
 (1 row)
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/vacuum_tables_and_db_statistics.out C:/cirrus/build/tes...
--- C:/cirrus/src/test/regress/expected/vacuum_tables_and_db_statistics.out	2024-11-02 12:34:25.485871000 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/vacuum_tables_and_db_statistics.out	2024-11-02 12:38:...
@@ -186,7 +186,7 @@
 
 SELECT pages_frozen AS pf, pages_all_visible AS pv, rev_all_frozen_pages AS hafp,rev_all_visible_pages AS havp
 FROM pg_stat_get_vacuum_tables, pg_stat_all_tables WHERE pg_stat_get_vacuum_tables.relname = 'vestat' and pg_stat_get_v...
-UPDATE vestat SET x = x + 1001;
+UPDATE vestat SET x = x+1001;
 VACUUM (PARALLEL 0, BUFFER_USAGE_LIMIT 128) vestat;
 SELECT pages_frozen > :pf AS pages_frozen,pages_all_visible > :pv AS pages_all_visible,rev_all_frozen_pages > :hafp AS ...
 FROM pg_stat_get_vacuum_tables, pg_stat_all_tables WHERE pg_stat_get_vacuum_tables.relname = 'vestat' and pg_stat_get_v...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/vacuum_tables_and_db_statistics.out C:/cirrus/build/tes...
--- C:/cirrus/src/test/regress/expected/vacuum_tables_and_db_statistics.out	2024-11-02 12:34:25.485871000 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/vacuum_tables_and_db_statistics.out	2024-11-02 12:4...
@@ -186,7 +186,7 @@
 
 SELECT pages_frozen AS pf, pages_all_visible AS pv, rev_all_frozen_pages AS hafp,rev_all_visible_pages AS havp
 FROM pg_stat_get_vacuum_tables, pg_stat_all_tables WHERE pg_stat_get_vacuum_tables.relname = 'vestat' and pg_stat_get_v...
-UPDATE vestat SET x = x + 1001;
+UPDATE vestat SET x = x+1001;
 VACUUM (PARALLEL 0, BUFFER_USAGE_LIMIT 128) vestat;
 SELECT pages_frozen > :pf AS pages_frozen,pages_all_visible > :pv AS pages_all_visible,rev_all_frozen_pages > :hafp AS ...
 FROM pg_stat_get_vacuum_tables, pg_stat_all_tables WHERE pg_stat_get_vacuum_tables.relname = 'vestat' and pg_stat_get_v...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/vacuum_tables_and_db_statistics.out C:/cirrus/build/tes...
--- C:/cirrus/src/test/regress/expected/vacuum_tables_and_db_statistics.out	2024-11-02 12:34:25.485871000 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/vacuum_tables_and_db_statistics.out	2024-11-02 12:38:17.834304200 +0...
@@ -186,7 +186,7 @@
 
 SELECT pages_frozen AS pf, pages_all_visible AS pv, rev_all_frozen_pages AS hafp,rev_all_visible_pages AS havp
 FROM pg_stat_get_vacuum_tables, pg_stat_all_tables WHERE pg_stat_get_vacuum_tables.relname = 'vestat' and pg_stat_get_v...
-UPDATE vestat SET x = x + 1001;
+UPDATE vestat SET x = x+1001;
 VACUUM (PARALLEL 0, BUFFER_USAGE_LIMIT 128) vestat;
 SELECT pages_frozen > :pf AS pages_frozen,pages_all_visible > :pv AS pages_all_visible,rev_all_frozen_pages > :hafp AS ...
 FROM pg_stat_get_vacuum_tables, pg_stat_all_tables WHERE pg_stat_get_vacuum_tables.relname = 'vestat' and pg_stat_get_v...
tap
[12:38:21.603](117.126s) not ok 5 - regression tests pass
tap
[12:40:43.319](129.261s) not ok 2 - regression tests pass
test
[12:46:46.437]  24/307 postgresql:regress / regress/regress                                            ERROR           1...
[12:46:46.437]  29/307 postgresql:isolation / isolation/isolation                                      ERROR           1...
[12:46:46.437]  38/307 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[12:46:46.437] 101/307 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
50/5208 prefetching for nestloop / indexscan
FreeBSD - 13 - Meson
tap
[09:55:58.828](1.583s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[09:56:09.203] 293/312 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
Linux - Debian Bookworm - Autoconf
tap
[09:56:32.844](0.781s) not ok 1 - no parameters missing from postgresql.conf.sample
Linux - Debian Bookworm - Meson
tap
[09:58:10.762](0.477s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[09:58:21.105] 292/312 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
macOS - Sonoma - Meson
tap
[09:57:16.682](1.199s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[09:57:29.982] 293/312 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[10:04:04.207](1.906s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[10:04:32.835] 287/307 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
51/4888 Run deferred triggers in the correct security context
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_p...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-11-02 09:14:06.343378000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/triggers.out	2024-11-02 09:15:01.426312000...
@@ -3731,7 +3731,9 @@
 -- test who runs deferred trigger functions
 -- setup
 create role groot;
+WARNING:  roles created by regression test cases should have names starting with "regress_"
 create role outis;
+WARNING:  roles created by regression test cases should have names starting with "regress_"
 create function whoami() returns trigger language plpgsql
 as $$
 begin
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/build/testrun/recovery/027_str...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-11-02 09:14:06.343378000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/triggers.out	2024-11-02 09:15:41.8031310...
@@ -3731,7 +3731,9 @@
 -- test who runs deferred trigger functions
 -- setup
 create role groot;
+WARNING:  roles created by regression test cases should have names starting with "regress_"
 create role outis;
+WARNING:  roles created by regression test cases should have names starting with "regress_"
 create function whoami() returns trigger language plpgsql
 as $$
 begin
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/build/testrun/regress/regress/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-11-02 09:14:06.343378000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/triggers.out	2024-11-02 09:14:59.817641000 +0000
@@ -3731,7 +3731,9 @@
 -- test who runs deferred trigger functions
 -- setup
 create role groot;
+WARNING:  roles created by regression test cases should have names starting with "regress_"
 create role outis;
+WARNING:  roles created by regression test cases should have names starting with "regress_"
 create function whoami() returns trigger language plpgsql
 as $$
 begin
tap
[09:15:50.285](64.841s) not ok 5 - regression tests pass
tap
[09:16:35.554](74.762s) not ok 2 - regression tests pass
test
[09:18:24.239]  14/312 postgresql:regress / regress/regress                                            ERROR            ...
[09:18:24.239]  96/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[09:18:24.239] 158/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
51/5231 Consider the number of columns in the sort cost model
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out /tmp/cirrus-ci-build/build/testrun/...
--- /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out	2024-11-02 08:22:42.984108000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_stat_statements/regress/results/level_tracking.out	2024-11-02 08:25:25.7865350...
@@ -383,26 +383,24 @@
 (1 row)
 
 EXPLAIN (COSTS OFF) SELECT 1, 2 UNION SELECT 3, 4\; EXPLAIN (COSTS OFF) (SELECT 1, 2, 3) UNION SELECT 3, 4, 5;
+      QUERY PLAN       
+-----------------------
+ HashAggregate
+   Group Key: (1), (2)
+   ->  Append
+         ->  Result
+         ->  Result
+(5 rows)
+
          QUERY PLAN         
 ----------------------------
- Unique
-   ->  Sort
...
test
[08:27:35.708]  89/312 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out /tmp/cirrus-ci-build/contrib/pg_sta...
--- /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out	2024-11-02 08:22:40.561778064 +0000
+++ /tmp/cirrus-ci-build/contrib/pg_stat_statements/results/level_tracking.out	2024-11-02 08:27:37.186133099 +0000
@@ -383,25 +383,23 @@
 (1 row)
 
 EXPLAIN (COSTS OFF) SELECT 1, 2 UNION SELECT 3, 4\; EXPLAIN (COSTS OFF) (SELECT 1, 2, 3) UNION SELECT 3, 4, 5;
+      QUERY PLAN       
+-----------------------
+ HashAggregate
+   Group Key: (1), (2)
+   ->  Append
+         ->  Result
+         ->  Result
+(5 rows)
+
          QUERY PLAN         
 ----------------------------
- Unique
-   ->  Sort
...
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out /tmp/cirrus-ci-build/build/testrun/...
--- /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out	2024-11-02 08:22:40.723646871 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_stat_statements/regress/results/level_tracking.out	2024-11-02 08:27:48.8487956...
@@ -383,25 +383,23 @@
 (1 row)
 
 EXPLAIN (COSTS OFF) SELECT 1, 2 UNION SELECT 3, 4\; EXPLAIN (COSTS OFF) (SELECT 1, 2, 3) UNION SELECT 3, 4, 5;
+      QUERY PLAN       
+-----------------------
+ HashAggregate
+   Group Key: (1), (2)
+   ->  Append
+         ->  Result
+         ->  Result
+(5 rows)
+
          QUERY PLAN         
 ----------------------------
- Unique
-   ->  Sort
...
test
[08:29:44.310]  89/312 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/contrib/pg_stat_statements/expected/level_tracking.out /Users/admin/pgsql/build/testrun/pg_s...
--- /Users/admin/pgsql/contrib/pg_stat_statements/expected/level_tracking.out	2024-11-02 08:22:45
+++ /Users/admin/pgsql/build/testrun/pg_stat_statements/regress/results/level_tracking.out	2024-11-02 08:26:46
@@ -383,25 +383,23 @@
 (1 row)
 
 EXPLAIN (COSTS OFF) SELECT 1, 2 UNION SELECT 3, 4\; EXPLAIN (COSTS OFF) (SELECT 1, 2, 3) UNION SELECT 3, 4, 5;
+      QUERY PLAN       
+-----------------------
+ HashAggregate
+   Group Key: (1), (2)
+   ->  Append
+         ->  Result
+         ->  Result
+(5 rows)
+
          QUERY PLAN         
 ----------------------------
- Unique
-   ->  Sort
...
test
[08:29:18.457]  92/312 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/contrib/pg_stat_statements/expected/level_tracking.out C:/cirrus/build/testrun/pg...
--- C:/cirrus/contrib/pg_stat_statements/expected/level_tracking.out	2024-11-02 08:22:49.481575300 +0000
+++ C:/cirrus/build/testrun/pg_stat_statements/regress/results/level_tracking.out	2024-11-02 08:29:01.856450100 +0000
@@ -383,25 +383,23 @@
 (1 row)
 
 EXPLAIN (COSTS OFF) SELECT 1, 2 UNION SELECT 3, 4\; EXPLAIN (COSTS OFF) (SELECT 1, 2, 3) UNION SELECT 3, 4, 5;
+      QUERY PLAN       
+-----------------------
+ HashAggregate
+   Group Key: (1), (2)
+   ->  Append
+         ->  Result
+         ->  Result
+(5 rows)
+
          QUERY PLAN         
 ----------------------------
- Unique
-   ->  Sort
...
test
[08:34:45.898]  89/307 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
50/5348 Making error message more user-friendly with spaces in a URI
FreeBSD - 13 - Meson
core
[07:48:39.483] #0  0x00005a20da43cff0 in ?? ()
[07:48:39.483] #1  0x0000000000000003 in ?? ()
[07:48:39.483] #2  0x00003d48cfeac850 in ?? ()
[07:48:39.483] #3  0x00003d48cfeac853 in ?? ()
[07:48:39.483] #4  0x00003d48cfeac856 in ?? ()
[07:48:39.483] #5  0x0000000000000000 in ?? ()
tap
[07:45:40.776](0.047s) not ok 25 - postgresql://host?  user user  =  uri  & port = 12345 12 
[07:45:40.787](0.010s) not ok 26 - postgresql://host?  user  =  uri-user  & port = 12345 12 
test
[07:47:31.404] 137/312 postgresql:libpq / libpq/001_uri                                                ERROR            ...
Linux - Debian Bookworm - Autoconf
tap
[07:44:25.591](0.053s) not ok 25 - postgresql://host?  user user  =  uri  & port = 12345 12 
[07:44:25.646](0.055s) not ok 26 - postgresql://host?  user  =  uri-user  & port = 12345 12 
Linux - Debian Bookworm - Meson
tap
[07:46:11.289](0.010s) not ok 25 - postgresql://host?  user user  =  uri  & port = 12345 12 
[07:46:11.301](0.011s) not ok 26 - postgresql://host?  user  =  uri-user  & port = 12345 12 
test
[07:47:50.537] 135/312 postgresql:libpq / libpq/001_uri                                                ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[07:50:01.074](0.085s) not ok 25 - postgresql://host?  user user  =  uri  & port = 12345 12 
[07:50:01.135](0.060s) not ok 26 - postgresql://host?  user  =  uri-user  & port = 12345 12 
test
[07:55:08.509] 136/307 postgresql:libpq / libpq/001_uri                                                ERROR            ...
51/5196 Use function smgrclose() to replace the loop
CompilerWarnings
compiler
[05:39:33.743] smgr.c:487:9: error: unused variable 'which' [-Werror,-Wunused-variable]
compiler
[05:39:33.743] smgr.c:282:13: error: unused variable 'forknum' [-Werror,-Wunused-variable]
compiler
[05:39:23.889] smgr.c:282:13: error: unused variable 'forknum' [-Werror,-Wunused-variable]
compiler
[05:39:23.889] smgr.c:487:9: error: unused variable 'which' [-Werror,-Wunused-variable]
compiler
[05:38:53.570] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
compiler
[05:38:53.570] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable]
compiler
[05:38:45.067] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable]
compiler
[05:38:45.067] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
compiler
[05:39:56.899] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable]
compiler
[05:39:56.899] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
50/5212 Parallel workers stats in pg_stat_database
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/query_cancel.out /tmp/cirrus-ci-build/contrib/postgres_fdw/r...
--- /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/query_cancel.out	2024-11-02 04:53:45.548878584 +0000
+++ /tmp/cirrus-ci-build/contrib/postgres_fdw/results/query_cancel.out	2024-11-02 05:00:17.157868594 +0000
@@ -29,4 +29,5 @@
 -- This would take very long if not canceled:
 SELECT count(*) FROM ft1 a CROSS JOIN ft1 b CROSS JOIN ft1 c CROSS JOIN ft1 d;
 ERROR:  canceling statement due to statement timeout
+WARNING:  could not get result of cancel request due to timeout
 COMMIT;
50/5312 BUG #18568: BUG: Result wrong when do group by on partition table!
Linux - Debian Bookworm - Meson
core
[04:13:06.951] #0  0xf7eea559 in __kernel_vsyscall ()
[04:13:06.951] #1  0xf682a582 in pthread_sigmask () from /lib/i386-linux-gnu/libc.so.6
[04:13:06.951] #2  0xf67d4380 in sigprocmask () from /lib/i386-linux-gnu/libc.so.6
[04:13:06.951] #3  0xf68a0f75 in ?? () from /lib/i386-linux-gnu/libc.so.6
[04:13:06.951] #4  0xf68be698 in ?? () from /lib/i386-linux-gnu/libc.so.6
core
[04:13:06.951] #0  <unavailable> in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_aggregate.out /tmp/cirrus-ci-build/build-32/testrun/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_aggregate.out	2024-11-02 04:03:16.028023606 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/recovery/027_stream_regress/data/results/partition_aggregate.out	2024-11-02 04...
@@ -1529,44 +1529,32 @@
     locale = 'und-u-ks-level2',
     deterministic = false
 );
+ERROR:  current database's encoding is not supported with this provider
 CREATE TABLE pagg_tab3 (c text collate case_insensitive) PARTITION BY LIST(c collate "C");
+ERROR:  collation "case_insensitive" for encoding "SQL_ASCII" does not exist
+LINE 1: CREATE TABLE pagg_tab3 (c text collate case_insensitive) PAR...
+                                       ^
 CREATE TABLE pagg_tab3_p1 PARTITION OF pagg_tab3 FOR VALUES IN ('a', 'b', 'c', 'd');
+ERROR:  relation "pagg_tab3" does not exist
 CREATE TABLE pagg_tab3_p2 PARTITION OF pagg_tab3 FOR VALUES IN ('e', 'f', 'A');
+ERROR:  relation "pagg_tab3" does not exist
 CREATE TABLE pagg_tab3_p3 PARTITION OF pagg_tab3 FOR VALUES IN ('B', 'C', 'D', 'E');
+ERROR:  relation "pagg_tab3" does not exist
 INSERT INTO pagg_tab3 SELECT substr('abcdeABCDE', (i % 10) +1 , 1) FROM generate_series(0, 2999) i;
+ERROR:  relation "pagg_tab3" does not exist
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_aggregate.out /tmp/cirrus-ci-build/build-32/testrun/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_aggregate.out	2024-11-02 04:03:16.028023606 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/regress/regress/results/partition_aggregate.out	2024-11-02 04:08:46.560858504 ...
@@ -1529,44 +1529,32 @@
     locale = 'und-u-ks-level2',
     deterministic = false
 );
+ERROR:  current database's encoding is not supported with this provider
 CREATE TABLE pagg_tab3 (c text collate case_insensitive) PARTITION BY LIST(c collate "C");
+ERROR:  collation "case_insensitive" for encoding "SQL_ASCII" does not exist
+LINE 1: CREATE TABLE pagg_tab3 (c text collate case_insensitive) PAR...
+                                       ^
 CREATE TABLE pagg_tab3_p1 PARTITION OF pagg_tab3 FOR VALUES IN ('a', 'b', 'c', 'd');
+ERROR:  relation "pagg_tab3" does not exist
 CREATE TABLE pagg_tab3_p2 PARTITION OF pagg_tab3 FOR VALUES IN ('e', 'f', 'A');
+ERROR:  relation "pagg_tab3" does not exist
 CREATE TABLE pagg_tab3_p3 PARTITION OF pagg_tab3 FOR VALUES IN ('B', 'C', 'D', 'E');
+ERROR:  relation "pagg_tab3" does not exist
 INSERT INTO pagg_tab3 SELECT substr('abcdeABCDE', (i % 10) +1 , 1) FROM generate_series(0, 2999) i;
+ERROR:  relation "pagg_tab3" does not exist
...
tap
[04:09:36.298](71.795s) not ok 2 - regression tests pass
test
[04:11:27.085]  38/312 postgresql:regress / regress/regress                                            ERROR            ...
[04:11:27.085] 153/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/partition_aggregate.out C:/cirrus/build/testrun/pg_upgr...
--- C:/cirrus/src/test/regress/expected/partition_aggregate.out	2024-11-02 04:03:28.026532000 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_aggregate.out	2024-11-02 04:07:25.045329400...
@@ -1529,44 +1529,32 @@
     locale = 'und-u-ks-level2',
     deterministic = false
 );
+ERROR:  ICU is not supported in this build
 CREATE TABLE pagg_tab3 (c text collate case_insensitive) PARTITION BY LIST(c collate "C");
+ERROR:  collation "case_insensitive" for encoding "UTF8" does not exist
+LINE 1: CREATE TABLE pagg_tab3 (c text collate case_insensitive) PAR...
+                                       ^
 CREATE TABLE pagg_tab3_p1 PARTITION OF pagg_tab3 FOR VALUES IN ('a', 'b', 'c', 'd');
+ERROR:  relation "pagg_tab3" does not exist
 CREATE TABLE pagg_tab3_p2 PARTITION OF pagg_tab3 FOR VALUES IN ('e', 'f', 'A');
+ERROR:  relation "pagg_tab3" does not exist
 CREATE TABLE pagg_tab3_p3 PARTITION OF pagg_tab3 FOR VALUES IN ('B', 'C', 'D', 'E');
+ERROR:  relation "pagg_tab3" does not exist
 INSERT INTO pagg_tab3 SELECT substr('abcdeABCDE', (i % 10) +1 , 1) FROM generate_series(0, 2999) i;
+ERROR:  relation "pagg_tab3" does not exist
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/partition_aggregate.out C:/cirrus/build/testrun/recover...
--- C:/cirrus/src/test/regress/expected/partition_aggregate.out	2024-11-02 04:03:28.026532000 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/partition_aggregate.out	2024-11-02 04:09:50.4887382...
@@ -1529,44 +1529,32 @@
     locale = 'und-u-ks-level2',
     deterministic = false
 );
+ERROR:  ICU is not supported in this build
 CREATE TABLE pagg_tab3 (c text collate case_insensitive) PARTITION BY LIST(c collate "C");
+ERROR:  collation "case_insensitive" for encoding "WIN1252" does not exist
+LINE 1: CREATE TABLE pagg_tab3 (c text collate case_insensitive) PAR...
+                                       ^
 CREATE TABLE pagg_tab3_p1 PARTITION OF pagg_tab3 FOR VALUES IN ('a', 'b', 'c', 'd');
+ERROR:  relation "pagg_tab3" does not exist
 CREATE TABLE pagg_tab3_p2 PARTITION OF pagg_tab3 FOR VALUES IN ('e', 'f', 'A');
+ERROR:  relation "pagg_tab3" does not exist
 CREATE TABLE pagg_tab3_p3 PARTITION OF pagg_tab3 FOR VALUES IN ('B', 'C', 'D', 'E');
+ERROR:  relation "pagg_tab3" does not exist
 INSERT INTO pagg_tab3 SELECT substr('abcdeABCDE', (i % 10) +1 , 1) FROM generate_series(0, 2999) i;
+ERROR:  relation "pagg_tab3" does not exist
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/partition_aggregate.out C:/cirrus/build/testrun/regress...
--- C:/cirrus/src/test/regress/expected/partition_aggregate.out	2024-11-02 04:03:28.026532000 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/partition_aggregate.out	2024-11-02 04:07:18.434966000 +0000
@@ -1529,44 +1529,32 @@
     locale = 'und-u-ks-level2',
     deterministic = false
 );
+ERROR:  ICU is not supported in this build
 CREATE TABLE pagg_tab3 (c text collate case_insensitive) PARTITION BY LIST(c collate "C");
+ERROR:  collation "case_insensitive" for encoding "WIN1252" does not exist
+LINE 1: CREATE TABLE pagg_tab3 (c text collate case_insensitive) PAR...
+                                       ^
 CREATE TABLE pagg_tab3_p1 PARTITION OF pagg_tab3 FOR VALUES IN ('a', 'b', 'c', 'd');
+ERROR:  relation "pagg_tab3" does not exist
 CREATE TABLE pagg_tab3_p2 PARTITION OF pagg_tab3 FOR VALUES IN ('e', 'f', 'A');
+ERROR:  relation "pagg_tab3" does not exist
 CREATE TABLE pagg_tab3_p3 PARTITION OF pagg_tab3 FOR VALUES IN ('B', 'C', 'D', 'E');
+ERROR:  relation "pagg_tab3" does not exist
 INSERT INTO pagg_tab3 SELECT substr('abcdeABCDE', (i % 10) +1 , 1) FROM generate_series(0, 2999) i;
+ERROR:  relation "pagg_tab3" does not exist
...
tap
[04:07:32.337](117.504s) not ok 5 - regression tests pass
tap
[04:10:00.418](132.091s) not ok 2 - regression tests pass
test
[04:16:51.297]  21/307 postgresql:regress / regress/regress                                            ERROR           1...
[04:16:51.297]  38/307 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[04:16:51.297]  88/307 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5099 CREATE OR REPLACE MATERIALIZED VIEW
FreeBSD - 13 - Meson
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 194, PID: 11053
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 194, PID: 17592
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 194, PID: 10711
core
[03:48:09.794] #0  0x000000082e26541a in thr_kill () from /lib/libc.so.7
[03:48:09.794] #1  0x000000082e1dee64 in raise () from /lib/libc.so.7
[03:48:09.794] #2  0x000000082e28f6f9 in abort () from /lib/libc.so.7
[03:48:09.794] #3  0x0000000000a965e5 in ExceptionalCondition (conditionName=0x2e7bd6 "queryDesc->sourceText != NULL", f...
[03:48:09.794] #4  0x0000000000767059 in standard_ExecutorStart (queryDesc=0x8375f6088, eflags=0) at ../src/backend/exec...
[03:48:09.794] #5  0x00000000006fdd75 in refresh_matview_datafill (dest=<optimized out>, query=<optimized out>, queryStr...
[03:48:09.794] #6  RefreshMatViewByOid (matviewOid=27475, is_create=<optimized out>, skipData=<optimized out>, concurren...
[03:48:09.794] #7  0x00000000006fd956 in ExecRefreshMatView (stmt=<optimized out>, queryString=queryString@entry=0x0, qc...
[03:48:09.794] #8  0x00000000006d4a6c in ExecCreateTableAs (pstate=pstate@entry=0x837688900, stmt=stmt@entry=0x837681fd0...
[03:48:09.794] #9  0x0000000000942318 in ProcessUtilitySlow (pstate=pstate@entry=0x837688900, pstmt=pstmt@entry=0x8374f1...
core
[03:48:10.085] #0  0x000000082a57241a in thr_kill () from /lib/libc.so.7
[03:48:10.085] #1  0x000000082a4ebe64 in raise () from /lib/libc.so.7
[03:48:10.085] #2  0x000000082a59c6f9 in abort () from /lib/libc.so.7
[03:48:10.085] #3  0x0000000000a965e5 in ExceptionalCondition (conditionName=0x2e7bd6 "queryDesc->sourceText != NULL", f...
[03:48:10.085] #4  0x0000000000767059 in standard_ExecutorStart (queryDesc=0x8343c1088, eflags=0) at ../src/backend/exec...
[03:48:10.085] #5  0x00000000006fdd75 in refresh_matview_datafill (dest=<optimized out>, query=<optimized out>, queryStr...
[03:48:10.085] #6  RefreshMatViewByOid (matviewOid=27287, is_create=<optimized out>, skipData=<optimized out>, concurren...
[03:48:10.085] #7  0x00000000006fd956 in ExecRefreshMatView (stmt=<optimized out>, queryString=queryString@entry=0x0, qc...
[03:48:10.085] #8  0x00000000006d4a6c in ExecCreateTableAs (pstate=pstate@entry=0x8342fc900, stmt=stmt@entry=0x837a77fd0...
[03:48:10.085] #9  0x0000000000942318 in ProcessUtilitySlow (pstate=pstate@entry=0x8342fc900, pstmt=pstmt@entry=0x834229...
core
[03:48:10.387] #0  0x000000082dd6641a in thr_kill () from /lib/libc.so.7
[03:48:10.387] #1  0x000000082dcdfe64 in raise () from /lib/libc.so.7
[03:48:10.387] #2  0x000000082dd906f9 in abort () from /lib/libc.so.7
[03:48:10.387] #3  0x0000000000a965e5 in ExceptionalCondition (conditionName=0x2e7bd6 "queryDesc->sourceText != NULL", f...
[03:48:10.387] #4  0x0000000000767059 in standard_ExecutorStart (queryDesc=0x838adb088, eflags=0) at ../src/backend/exec...
[03:48:10.387] #5  0x000000083bcc59c2 in pgss_ExecutorStart (queryDesc=0x838adb088, eflags=6) at ../contrib/pg_stat_stat...
[03:48:10.387] #6  0x00000000006fdd75 in refresh_matview_datafill (dest=<optimized out>, query=<optimized out>, queryStr...
[03:48:10.387] #7  RefreshMatViewByOid (matviewOid=27508, is_create=<optimized out>, skipData=<optimized out>, concurren...
[03:48:10.387] #8  0x00000000006fd956 in ExecRefreshMatView (stmt=<optimized out>, queryString=queryString@entry=0x0, qc...
[03:48:10.387] #9  0x00000000006d4a6c in ExecCreateTableAs (pstate=pstate@entry=0x83c36b900, stmt=stmt@entry=0x8389dafd0...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_up...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-11-02 03:41:56.999582000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/brin.out	2024-11-02 03:44:04.329769000 +00...
@@ -588,4 +588,10 @@
 CREATE INDEX brin_insert_optimization_idx ON brin_insert_optimization USING brin (a);
 UPDATE brin_insert_optimization SET a = a;
 REINDEX INDEX CONCURRENTLY brin_insert_optimization_idx;
-DROP TABLE brin_insert_optimization;
+WARNING:  terminating connection because of crash of another server process
+DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because anothe...
+HINT:  In a moment you should be able to reconnect to the database and repeat your command.
+server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
+connection to server was lost
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/privileges.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002...
--- /tmp/cirrus-ci-build/src/test/regress/expected/privileges.out	2024-11-02 03:41:57.059028000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/privileges.out	2024-11-02 03:44:04.3287820...
@@ -1775,1417 +1775,10 @@
 -- Do the same concurrently
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-11-02 03:41:56.999582000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/brin.out	2024-11-02 03:44:39.249148000 +...
@@ -588,4 +588,10 @@
 CREATE INDEX brin_insert_optimization_idx ON brin_insert_optimization USING brin (a);
 UPDATE brin_insert_optimization SET a = a;
 REINDEX INDEX CONCURRENTLY brin_insert_optimization_idx;
-DROP TABLE brin_insert_optimization;
+WARNING:  terminating connection because of crash of another server process
+DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because anothe...
+HINT:  In a moment you should be able to reconnect to the database and repeat your command.
+server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
+connection to server was lost
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/privileges.out /tmp/cirrus-ci-build/build/testrun/recovery/027_s...
--- /tmp/cirrus-ci-build/src/test/regress/expected/privileges.out	2024-11-02 03:41:57.059028000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/privileges.out	2024-11-02 03:44:39.25004...
@@ -1779,1413 +1779,10 @@
 REINDEX TABLE sro_tab;
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/build/testrun/regress/regress/resu...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-11-02 03:41:56.999582000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/brin.out	2024-11-02 03:44:01.959715000 +0000
@@ -588,4 +588,10 @@
 CREATE INDEX brin_insert_optimization_idx ON brin_insert_optimization USING brin (a);
 UPDATE brin_insert_optimization SET a = a;
 REINDEX INDEX CONCURRENTLY brin_insert_optimization_idx;
-DROP TABLE brin_insert_optimization;
+WARNING:  terminating connection because of crash of another server process
+DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because anothe...
+HINT:  In a moment you should be able to reconnect to the database and repeat your command.
+server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
+connection to server was lost
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/privileges.out /tmp/cirrus-ci-build/build/testrun/regress/regres...
--- /tmp/cirrus-ci-build/src/test/regress/expected/privileges.out	2024-11-02 03:41:57.059028000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/privileges.out	2024-11-02 03:44:01.952921000 +0000
@@ -1779,1413 +1779,10 @@
 REINDEX TABLE sro_tab;
...
tap
[03:44:05.498](25.351s) not ok 5 - regression tests pass
[03:44:06.935](1.426s) not ok 6 - dump before running pg_upgrade
tap
[03:44:40.458](26.614s) not ok 2 - regression tests pass
test
[03:46:58.355]  23/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[03:46:58.355]  26/312 postgresql:regress / regress/regress                                            ERROR            ...
[03:46:58.355]  51/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "execMain.c", Line: 194, PID: 32465
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "execMain.c", Line: 194, PID: 23961
core
[03:48:55.319] #0  0x00007fdb08cabe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[03:48:55.319] #1  0x00007fdb08c5cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[03:48:55.319] #2  0x00007fdb08c47472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[03:48:55.319] #3  0x000055f22ec1e2df in ExceptionalCondition (conditionName=conditionName@entry=0x55f22eefa500 "queryDe...
[03:48:55.319] #4  0x000055f22e419685 in standard_ExecutorStart (queryDesc=queryDesc@entry=0x62500018f520, eflags=eflags...
[03:48:55.319] #5  0x000055f22e4198ba in ExecutorStart (queryDesc=queryDesc@entry=0x62500018f520, eflags=eflags@entry=0)...
[03:48:55.319] #6  0x000055f22e31238b in refresh_matview_datafill (dest=0x6250001e5da8, query=<optimized out>, query@ent...
[03:48:55.319] #7  0x000055f22e314ab4 in RefreshMatViewByOid (matviewOid=<optimized out>, is_create=is_create@entry=fals...
[03:48:55.319] #8  0x000055f22e314cc0 in ExecRefreshMatView (stmt=0x621000029e30, queryString=queryString@entry=0x0, qc=...
[03:48:55.319] #9  0x000055f22e2b4911 in ExecCreateTableAs (pstate=pstate@entry=0x6190000be680, stmt=stmt@entry=0x625000...
core
[03:48:54.051] #0  0x00007fd707bdbe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[03:48:54.051] #1  0x00007fd707b8cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[03:48:54.051] #2  0x00007fd707b77472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[03:48:54.051] #3  0x00005580598392df in ExceptionalCondition (conditionName=conditionName@entry=0x558059b15500 "queryDe...
[03:48:54.051] #4  0x0000558059034685 in standard_ExecutorStart (queryDesc=queryDesc@entry=0x625000204d20, eflags=eflags...
[03:48:54.051] #5  0x00005580590348ba in ExecutorStart (queryDesc=queryDesc@entry=0x625000204d20, eflags=eflags@entry=0)...
[03:48:54.051] #6  0x0000558058f2d38b in refresh_matview_datafill (dest=0x6250001feda8, query=<optimized out>, query@ent...
[03:48:54.051] #7  0x0000558058f2fab4 in RefreshMatViewByOid (matviewOid=<optimized out>, is_create=is_create@entry=fals...
[03:48:54.051] #8  0x0000558058f2fcc0 in ExecRefreshMatView (stmt=0x62100000be30, queryString=queryString@entry=0x0, qc=...
[03:48:54.051] #9  0x0000558058ecf911 in ExecCreateTableAs (pstate=pstate@entry=0x6190000be680, stmt=stmt@entry=0x625000...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/resul...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-11-02 03:41:53.469621463 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/brin.out	2024-11-02 03:47:26.732162757 +0000
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/src/test/regress/results/brin.out
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-11-02 03:41:53.469621463 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/brin.out	2024-11-02 03:46:10.723262204 +0000
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
tap
[03:47:33.103](47.326s) not ok 5 - regression tests pass
[03:47:36.952](3.832s) not ok 6 - dump before running pg_upgrade
Linux - Debian Bookworm - Meson
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 194, PID: 29871
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 194, PID: 36257
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 194, PID: 29067
core
[03:50:00.037] #0  0x00007f219e0a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[03:50:00.037] #1  0x00007f219e05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[03:50:00.037] #2  0x00007f219e045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[03:50:00.037] #3  0x0000563108347ce5 in ExceptionalCondition (conditionName=conditionName@entry=0x5631085bc0b5 "queryDe...
[03:50:00.037] #4  0x0000563107ccb19d in standard_ExecutorStart (queryDesc=queryDesc@entry=0x56311e3c5070, eflags=eflags...
[03:50:00.037] #5  0x0000563107ccb379 in ExecutorStart (queryDesc=queryDesc@entry=0x56311e3c5070, eflags=eflags@entry=0)...
[03:50:00.037] #6  0x0000563107bf1bb4 in refresh_matview_datafill (dest=0x56311e41a608, query=<optimized out>, query@ent...
[03:50:00.037] #7  0x0000563107bf3f1b in RefreshMatViewByOid (matviewOid=27442, is_create=is_create@entry=false, skipDat...
[03:50:00.037] #8  0x0000563107bf405a in ExecRefreshMatView (stmt=0x56311e3ab090, queryString=queryString@entry=0x0, qc=...
[03:50:00.037] #9  0x0000563107ba9ca7 in ExecCreateTableAs (pstate=pstate@entry=0x56311e4162e0, stmt=stmt@entry=0x56311e...
core
[03:50:02.479] #0  0x00007fb0c42a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[03:50:02.479] #1  0x00007fb0c425afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[03:50:02.479] #2  0x00007fb0c4245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[03:50:02.479] #3  0x00005636b4fa9ce5 in ExceptionalCondition (conditionName=conditionName@entry=0x5636b521e0b5 "queryDe...
[03:50:02.479] #4  0x00005636b492d19d in standard_ExecutorStart (queryDesc=queryDesc@entry=0x5636e000dfc0, eflags=eflags...
[03:50:02.479] #5  0x00005636b492d379 in ExecutorStart (queryDesc=queryDesc@entry=0x5636e000dfc0, eflags=eflags@entry=0)...
[03:50:02.479] #6  0x00005636b4853bb4 in refresh_matview_datafill (dest=0x5636e00280f8, query=<optimized out>, query@ent...
[03:50:02.479] #7  0x00005636b4855f1b in RefreshMatViewByOid (matviewOid=27357, is_create=is_create@entry=false, skipDat...
[03:50:02.479] #8  0x00005636b485605a in ExecRefreshMatView (stmt=0x5636dffebbe0, queryString=queryString@entry=0x0, qc=...
[03:50:02.479] #9  0x00005636b480bca7 in ExecCreateTableAs (pstate=pstate@entry=0x5636e00c2720, stmt=stmt@entry=0x5636df...
core
[03:50:01.270] #0  0x00007feb6f2a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[03:50:01.270] #1  0x00007feb6f25afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[03:50:01.270] #2  0x00007feb6f245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[03:50:01.270] #3  0x000055f43cd07ce5 in ExceptionalCondition (conditionName=conditionName@entry=0x55f43cf7c0b5 "queryDe...
[03:50:01.270] #4  0x000055f43c68b19d in standard_ExecutorStart (queryDesc=0x55f461ef11b0, eflags=0) at ../src/backend/e...
[03:50:01.270] #5  0x00007feb6c9d66f7 in pgss_ExecutorStart (queryDesc=0x55f461ef11b0, eflags=<optimized out>) at ../con...
[03:50:01.270] #6  0x000055f43c68b332 in ExecutorStart (queryDesc=queryDesc@entry=0x55f461ef11b0, eflags=eflags@entry=0)...
[03:50:01.270] #7  0x000055f43c5b1bb4 in refresh_matview_datafill (dest=0x55f461eec108, query=<optimized out>, query@ent...
[03:50:01.270] #8  0x000055f43c5b3f1b in RefreshMatViewByOid (matviewOid=27456, is_create=is_create@entry=false, skipDat...
[03:50:01.270] #9  0x000055f43c5b405a in ExecRefreshMatView (stmt=0x55f461e31410, queryString=queryString@entry=0x0, qc=...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_up...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-11-02 03:41:52.738563837 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/brin.out	2024-11-02 03:46:32.687121022 +00...
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-11-02 03:41:52.738563837 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/brin.out	2024-11-02 03:47:03.103041550 +...
@@ -363,229 +363,10 @@
 	END LOOP;
 END;
 $x$;
-RESET enable_seqscan;
-RESET enable_bitmapscan;
-INSERT INTO brintest SELECT
-	repeat(stringu1, 42)::bytea,
-	substr(stringu1, 1, 1)::"char",
-	stringu1::name, 142857 * tenthous,
-	thousand,
-	twothousand,
-	repeat(stringu1, 42),
-	unique1::oid,
-	format('(%s,%s)', tenthous, twenty)::tid,
-	(four + 1.0)/(hundred+1),
-	odd::float8 / (tenthous + 1),
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/build/testrun/regress/regress/resu...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-11-02 03:41:52.738563837 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/brin.out	2024-11-02 03:46:29.039127714 +0000
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
tap
[03:46:36.463](25.863s) not ok 5 - regression tests pass
[03:46:39.394](2.917s) not ok 6 - dump before running pg_upgrade
tap
[03:47:05.619](23.901s) not ok 2 - regression tests pass
test
[03:48:56.946]  26/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[03:48:56.946]  17/312 postgresql:regress / regress/regress                                            ERROR            ...
[03:48:56.946]  49/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 194, PID: 5764
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 194, PID: 6412
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 194, PID: 5928
core
000000a0`d7bff7e8 00007ffc`dff6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a0`d7bff7f0 00007ffc`df1f4cb0     ntdll!TppWorkerThread+0x2df
000000a0`d7bffae0 00007ffc`dffdecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a0`d7bffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a0`d83ffcc8 00007ffc`dd6dd71e     ntdll!NtWaitForSingleObject+0x14
000000a0`d83ffcd0 00007ff6`93ec28ac     KERNELBASE!WaitForSingleObjectEx+0x8e
000000a0`d83ffd70 00007ffc`df1f4cb0     postgres!pg_timer_thread(
000000a0`d83ffdb0 00007ffc`dffdecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a0`d83ffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a0`d87ff7f8 00007ffc`dff6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a0`d87ff800 00007ffc`df1f4cb0     ntdll!TppWorkerThread+0x2df
000000a0`d87ffaf0 00007ffc`dffdecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a0`d87ffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a0`d77fe2b0 00007ff6`942095c8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a0`d77fe2f0 00007ff6`93cee169     postgres!ExceptionalCondition(
000000a0`d77fe330 00007ff6`93cedfea     postgres!standard_ExecutorStart(
000000a0`d77fe380 00007ff6`93c42aa9     postgres!ExecutorStart(
000000a0`d77fe3b0 00007ff6`93c42440     postgres!refresh_matview_datafill(
000000a0`d77fe440 00007ff6`93c41ca8     postgres!RefreshMatViewByOid(
000000a0`d77fe690 00007ff6`93c014e7     postgres!ExecRefreshMatView(
000000a0`d77fe710 00007ff6`93fdfe77     postgres!ExecCreateTableAs(
000000a0`d77fe830 00007ff6`93fdbb3f     postgres!ProcessUtilitySlow(
000000a0`d77ff150 00007ff6`93fdaa89     postgres!standard_ProcessUtility(
core
000000a0`d7fffaa8 00007ffc`dd7245ca     ntdll!NtFsControlFile+0x14
000000a0`d7fffab0 00007ff6`93ec0e0b     KERNELBASE!ConnectNamedPipe+0x6a
000000a0`d7fffb20 00007ffc`df1f4cb0     postgres!pg_signal_thread(
000000a0`d7fffc20 00007ffc`dffdecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a0`d7fffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000074`6bffdc20 00007ff6`942095c8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000074`6bffdc60 00007ff6`93cee169     postgres!ExceptionalCondition(
00000074`6bffdca0 00007ffc`c9592d26     postgres!standard_ExecutorStart(
00000074`6bffdcf0 00007ff6`93cedfda     pg_stat_statements!pgss_ExecutorStart(
00000074`6bffdd30 00007ff6`93c42aa9     postgres!ExecutorStart(
00000074`6bffdd60 00007ff6`93c42440     postgres!refresh_matview_datafill(
00000074`6bffddf0 00007ff6`93c41ca8     postgres!RefreshMatViewByOid(
00000074`6bffe040 00007ff6`93c014e7     postgres!ExecRefreshMatView(
00000074`6bffe0c0 00007ff6`93fdfe77     postgres!ExecCreateTableAs(
00000074`6bffe1e0 00007ff6`93fdbb3f     postgres!ProcessUtilitySlow(
core
00000074`6cfffa38 00007ffc`dff6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000074`6cfffa40 00007ffc`df1f4cb0     ntdll!TppWorkerThread+0x2df
00000074`6cfffd30 00007ffc`dffdecdb     KERNEL32!BaseThreadInitThunk+0x10
00000074`6cfffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000074`6cbff868 00007ffc`dd6dd71e     ntdll!NtWaitForSingleObject+0x14
00000074`6cbff870 00007ff6`93ec28ac     KERNELBASE!WaitForSingleObjectEx+0x8e
00000074`6cbff910 00007ffc`df1f4cb0     postgres!pg_timer_thread(
00000074`6cbff950 00007ffc`dffdecdb     KERNEL32!BaseThreadInitThunk+0x10
00000074`6cbff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000074`6c7ff8e8 00007ffc`dd7245ca     ntdll!NtFsControlFile+0x14
00000074`6c7ff8f0 00007ff6`93ec0e0b     KERNELBASE!ConnectNamedPipe+0x6a
00000074`6c7ff960 00007ffc`df1f4cb0     postgres!pg_signal_thread(
00000074`6c7ffa60 00007ffc`dffdecdb     KERNEL32!BaseThreadInitThunk+0x10
00000074`6c7ffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000074`6c3ffa38 00007ffc`dff6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000074`6c3ffa40 00007ffc`df1f4cb0     ntdll!TppWorkerThread+0x2df
00000074`6c3ffd30 00007ffc`dffdecdb     KERNEL32!BaseThreadInitThunk+0x10
00000074`6c3ffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e6`2c9fe310 00007ff6`942095c8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e6`2c9fe350 00007ff6`93cee169     postgres!ExceptionalCondition(
000000e6`2c9fe390 00007ff6`93cedfea     postgres!standard_ExecutorStart(
000000e6`2c9fe3e0 00007ff6`93c42aa9     postgres!ExecutorStart(
000000e6`2c9fe410 00007ff6`93c42440     postgres!refresh_matview_datafill(
000000e6`2c9fe4a0 00007ff6`93c41ca8     postgres!RefreshMatViewByOid(
000000e6`2c9fe6f0 00007ff6`93c014e7     postgres!ExecRefreshMatView(
000000e6`2c9fe770 00007ff6`93fdfe77     postgres!ExecCreateTableAs(
000000e6`2c9fe890 00007ff6`93fdbb3f     postgres!ProcessUtilitySlow(
000000e6`2c9ff1b0 00007ff6`93fdaa89     postgres!standard_ProcessUtility(
core
000000e6`2d1ff708 00007ffc`dd7245ca     ntdll!NtFsControlFile+0x14
000000e6`2d1ff710 00007ff6`93ec0e0b     KERNELBASE!ConnectNamedPipe+0x6a
000000e6`2d1ff780 00007ffc`df1f4cb0     postgres!pg_signal_thread(
000000e6`2d1ff880 00007ffc`dffdecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e6`2d1ff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e6`2d9ff998 00007ffc`dd6dd71e     ntdll!NtWaitForSingleObject+0x14
000000e6`2d9ff9a0 00007ff6`93ec28ac     KERNELBASE!WaitForSingleObjectEx+0x8e
000000e6`2d9ffa40 00007ffc`df1f4cb0     postgres!pg_timer_thread(
000000e6`2d9ffa80 00007ffc`dffdecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e6`2d9ffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e6`2cdffaa8 00007ffc`dff6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e6`2cdffab0 00007ffc`df1f4cb0     ntdll!TppWorkerThread+0x2df
000000e6`2cdffda0 00007ffc`dffdecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e6`2cdffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e6`2d5ff6a8 00007ffc`dff6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e6`2d5ff6b0 00007ffc`df1f4cb0     ntdll!TppWorkerThread+0x2df
000000e6`2d5ff9a0 00007ffc`dffdecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e6`2d5ff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/brin.out C:/cirrus/build/testrun/pg_upgrade/002_pg_upgr...
--- C:/cirrus/src/test/regress/expected/brin.out	2024-11-02 03:42:11.852438700 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/brin.out	2024-11-02 03:44:55.317550000 +0000
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/brin.out C:/cirrus/build/testrun/recovery/027_stream_re...
--- C:/cirrus/src/test/regress/expected/brin.out	2024-11-02 03:42:11.852438700 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/brin.out	2024-11-02 03:46:42.678866000 +0000
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/brin.out C:/cirrus/build/testrun/regress/regress/result...
--- C:/cirrus/src/test/regress/expected/brin.out	2024-11-02 03:42:11.852438700 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/brin.out	2024-11-02 03:44:43.566128000 +0000
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
tap
[03:45:31.075](81.614s) not ok 5 - regression tests pass
[03:45:34.380](3.287s) not ok 6 - dump before running pg_upgrade
tap
[03:47:09.410](75.882s) not ok 2 - regression tests pass
test
[03:53:23.888]  15/307 postgresql:regress / regress/regress                                            ERROR            ...
[03:53:23.888]  18/307 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[03:53:23.888]  50/307 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
51/5174 Call rm_redo in a temporary memory context
CompilerWarnings
compiler
[02:02:52.448] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
compiler
[02:01:23.531] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
compiler
[02:12:03.246] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
51/5283 Replace IN VALUES with ANY in WHERE clauses during optimization
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/subselect.out C:/cirrus/build/testrun/recovery/027_stre...
--- C:/cirrus/src/test/regress/expected/subselect.out	2024-11-01 23:12:21.468531100 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/subselect.out	2024-11-01 23:17:22.947857500 +0000
@@ -2313,15 +2313,16 @@
 EXPLAIN (COSTS OFF)
 SELECT c.oid,c.relname FROM pg_class c JOIN pg_am a USING (oid)
 WHERE c.oid IN (VALUES (1), (2));
-                          QUERY PLAN                           
----------------------------------------------------------------
- Hash Join
-   Hash Cond: (a.oid = c.oid)
-   ->  Seq Scan on pg_am a
-   ->  Hash
-         ->  Index Scan using pg_class_oid_index on pg_class c
-               Index Cond: (oid = ANY ('{1,2}'::integer[]))
-(6 rows)
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (c.oid = a.oid)
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/subselect.out C:/cirrus/build/testrun/regress/regress/r...
--- C:/cirrus/src/test/regress/expected/subselect.out	2024-11-01 23:12:21.468531100 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/subselect.out	2024-11-01 23:14:53.686977100 +0000
@@ -2313,15 +2313,16 @@
 EXPLAIN (COSTS OFF)
 SELECT c.oid,c.relname FROM pg_class c JOIN pg_am a USING (oid)
 WHERE c.oid IN (VALUES (1), (2));
-                          QUERY PLAN                           
----------------------------------------------------------------
- Hash Join
-   Hash Cond: (a.oid = c.oid)
-   ->  Seq Scan on pg_am a
-   ->  Hash
-         ->  Index Scan using pg_class_oid_index on pg_class c
-               Index Cond: (oid = ANY ('{1,2}'::integer[]))
-(6 rows)
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (c.oid = a.oid)
...
tap
[23:18:54.708](128.939s) not ok 2 - regression tests pass
test
[23:25:42.047]   6/307 postgresql:regress / regress/regress                                            ERROR           1...
[23:25:42.047]  84/307 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5263 removes attndims and typndims entirely
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/query_cancel.out /tmp/cirrus-ci-build/build/testrun/postgres...
--- /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/query_cancel.out	2024-11-01 21:36:05.015385970 +0000
+++ /tmp/cirrus-ci-build/build/testrun/postgres_fdw/regress/results/query_cancel.out	2024-11-01 21:42:43.317771925 +0000
@@ -29,4 +29,5 @@
 -- This would take very long if not canceled:
 SELECT count(*) FROM ft1 a CROSS JOIN ft1 b CROSS JOIN ft1 c CROSS JOIN ft1 d;
 ERROR:  canceling statement due to statement timeout
+WARNING:  could not get result of cancel request due to timeout
 COMMIT;
test
[21:44:03.387] 158/312 postgresql:postgres_fdw / postgres_fdw/regress                                  ERROR            ...
51/5153 Prohibit to use EphemeralNamedRelation in materialized views
FreeBSD - 13 - Meson
tap
[21:16:25.654](0.212s) Bail out!  pg_ctl restart failed
test
[21:16:30.399] 305/312 postgresql:ssl / ssl/003_sslinfo                                                ERROR            ...
51/5272 Truncate logs by max_log_size
CompilerWarnings
compiler
[20:02:48.035] elog.c:1699:9: error: initializing 'char *' with an expression of type 'const char *' discards qualifiers...
compiler
[20:00:50.647] elog.c:1699:9: error: initializing 'char *' with an expression of type 'const char *' discards qualifiers...
compiler
[19:58:15.316] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar...
compiler
[19:56:23.899] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar...
compiler
[20:06:38.617] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar...
51/5012 Vacuum statistics
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out /tmp/cirrus-ci-build/bu...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-11-01 18:07:10.42305900...
+++ /tmp/cirrus-ci-build/build/testrun/isolation/isolation/results/vacuum-extending-in-repetable-read.out	2024-11-01 18:...
@@ -9,9 +9,10 @@
     FROM pg_stat_vacuum_tables vt, pg_class c
     WHERE vt.relname = 'test_vacuum_stat_isolation' AND vt.relid = c.oid;
 
-relname|tuples_deleted|dead_tuples|tuples_frozen
--------+--------------+-----------+-------------
-(0 rows)
+relname                   |tuples_deleted|dead_tuples|tuples_frozen
+--------------------------+--------------+-----------+-------------
+test_vacuum_stat_isolation|             0|          0|            0
+(1 row)
 
 step s1_begin_repeatable_read: 
   BEGIN transaction ISOLATION LEVEL REPEATABLE READ;
@@ -22,7 +23,8 @@
   100
 (1 row)
...
test
[18:13:11.020]  46/312 postgresql:isolation / isolation/isolation                                      ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out /tmp/cirrus-ci-build/sr...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-11-01 18:07:10.66428217...
+++ /tmp/cirrus-ci-build/src/test/isolation/output_iso/results/vacuum-extending-in-repetable-read.out	2024-11-01 18:13:5...
@@ -9,9 +9,10 @@
     FROM pg_stat_vacuum_tables vt, pg_class c
     WHERE vt.relname = 'test_vacuum_stat_isolation' AND vt.relid = c.oid;
 
-relname|tuples_deleted|dead_tuples|tuples_frozen
--------+--------------+-----------+-------------
-(0 rows)
+relname                   |tuples_deleted|dead_tuples|tuples_frozen
+--------------------------+--------------+-----------+-------------
+test_vacuum_stat_isolation|             0|          0|            0
+(1 row)
 
 step s1_begin_repeatable_read: 
   BEGIN transaction ISOLATION LEVEL REPEATABLE READ;
@@ -22,7 +23,8 @@
   100
 (1 row)
...
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out /tmp/cirrus-ci-build/bu...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-11-01 18:07:10.72565906...
+++ /tmp/cirrus-ci-build/build/testrun/isolation/isolation/results/vacuum-extending-in-repetable-read.out	2024-11-01 18:...
@@ -9,9 +9,10 @@
     FROM pg_stat_vacuum_tables vt, pg_class c
     WHERE vt.relname = 'test_vacuum_stat_isolation' AND vt.relid = c.oid;
 
-relname|tuples_deleted|dead_tuples|tuples_frozen
--------+--------------+-----------+-------------
-(0 rows)
+relname                   |tuples_deleted|dead_tuples|tuples_frozen
+--------------------------+--------------+-----------+-------------
+test_vacuum_stat_isolation|             0|          0|            0
+(1 row)
 
 step s1_begin_repeatable_read: 
   BEGIN transaction ISOLATION LEVEL REPEATABLE READ;
@@ -22,7 +23,8 @@
   100
 (1 row)
...
test
[18:15:39.511]  40/312 postgresql:isolation / isolation/isolation                                      ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/isolation/expected/vacuum-extending-in-repetable-read.out /Users/admin/pgsql/build/...
--- /Users/admin/pgsql/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-11-01 18:07:07
+++ /Users/admin/pgsql/build/testrun/isolation/isolation/results/vacuum-extending-in-repetable-read.out	2024-11-01 18:10...
@@ -9,9 +9,10 @@
     FROM pg_stat_vacuum_tables vt, pg_class c
     WHERE vt.relname = 'test_vacuum_stat_isolation' AND vt.relid = c.oid;
 
-relname|tuples_deleted|dead_tuples|tuples_frozen
--------+--------------+-----------+-------------
-(0 rows)
+relname                   |tuples_deleted|dead_tuples|tuples_frozen
+--------------------------+--------------+-----------+-------------
+test_vacuum_stat_isolation|             0|          0|            0
+(1 row)
 
 step s1_begin_repeatable_read: 
   BEGIN transaction ISOLATION LEVEL REPEATABLE READ;
@@ -22,7 +23,8 @@
   100
 (1 row)
...
test
[18:13:50.934]  41/312 postgresql:isolation / isolation/isolation                                      ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/isolation/expected/vacuum-extending-in-repetable-read.out C:/cirrus/buil...
--- C:/cirrus/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-11-01 18:07:27.410016800 +0000
+++ C:/cirrus/build/testrun/isolation/isolation/results/vacuum-extending-in-repetable-read.out	2024-11-01 18:11:48.16448...
@@ -9,9 +9,10 @@
     FROM pg_stat_vacuum_tables vt, pg_class c
     WHERE vt.relname = 'test_vacuum_stat_isolation' AND vt.relid = c.oid;
 
-relname|tuples_deleted|dead_tuples|tuples_frozen
--------+--------------+-----------+-------------
-(0 rows)
+relname                   |tuples_deleted|dead_tuples|tuples_frozen
+--------------------------+--------------+-----------+-------------
+test_vacuum_stat_isolation|             0|          0|            0
+(1 row)
 
 step s1_begin_repeatable_read: 
   BEGIN transaction ISOLATION LEVEL REPEATABLE READ;
@@ -22,7 +23,8 @@
   100
 (1 row)
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/vacuum_tables_and_db_statistics.out C:/cirrus/build/tes...
--- C:/cirrus/src/test/regress/expected/vacuum_tables_and_db_statistics.out	2024-11-01 18:07:28.135050400 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/vacuum_tables_and_db_statistics.out	2024-11-01 18:11:...
@@ -219,7 +219,7 @@
 WHERE dbname = current_database();
              dbname             | db_blks_hit | total_blks_dirtied | total_blks_written | wal_records | wal_fpi | wal_b...
 --------------------------------+-------------+--------------------+--------------------+-------------+---------+------...
- regression_statistic_vacuum_db | t           | t                  | t                  | t           | t       | t    ...
+ regression_statistic_vacuum_db | t           | t                  | t                  | t           | t       | t    ...
 (1 row)
 
 DROP TABLE vestat CASCADE;
@@ -251,7 +251,7 @@
 WHERE dbname = 'regression_statistic_vacuum_db';
              dbname             | db_blks_hit | total_blks_dirtied | total_blks_written | wal_records | wal_fpi | wal_b...
 --------------------------------+-------------+--------------------+--------------------+-------------+---------+------...
- regression_statistic_vacuum_db | t           | t                  | t                  | t           | t       | t    ...
+ regression_statistic_vacuum_db | t           | t                  | t                  | t           | t       | t    ...
 (1 row)
 
...
tap
[18:11:45.421](125.854s) not ok 5 - regression tests pass
test
[18:20:52.325]  28/307 postgresql:isolation / isolation/isolation                                      ERROR           1...
[18:20:52.325]  40/307 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
51/5361 Let an Append to consider a tuple fraction when choosing fractional subpaths
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/union.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_u...
--- /tmp/cirrus-ci-build/src/test/regress/expected/union.out	2024-11-01 17:57:23.043194000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/union.out	2024-11-01 17:58:53.787241000 +0...
@@ -1461,18 +1461,17 @@
 inner join tenk2 t2 on t1.tenthous = t2.tenthous and t2.thousand = 0
    union all
 (values(1)) limit 1;
-                       QUERY PLAN                       
---------------------------------------------------------
+                             QUERY PLAN                              
+---------------------------------------------------------------------
  Limit
    ->  Append
          ->  Nested Loop
-               Join Filter: (t1.tenthous = t2.tenthous)
-               ->  Seq Scan on tenk1 t1
-               ->  Materialize
-                     ->  Seq Scan on tenk2 t2
-                           Filter: (thousand = 0)
+               ->  Seq Scan on tenk2 t2
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/union.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream...
--- /tmp/cirrus-ci-build/src/test/regress/expected/union.out	2024-11-01 17:57:23.043194000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/union.out	2024-11-01 17:59:33.455382000 ...
@@ -1461,18 +1461,17 @@
 inner join tenk2 t2 on t1.tenthous = t2.tenthous and t2.thousand = 0
    union all
 (values(1)) limit 1;
-                       QUERY PLAN                       
---------------------------------------------------------
+                             QUERY PLAN                              
+---------------------------------------------------------------------
  Limit
    ->  Append
          ->  Nested Loop
-               Join Filter: (t1.tenthous = t2.tenthous)
-               ->  Seq Scan on tenk1 t1
-               ->  Materialize
-                     ->  Seq Scan on tenk2 t2
-                           Filter: (thousand = 0)
+               ->  Seq Scan on tenk2 t2
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/union.out /tmp/cirrus-ci-build/build/testrun/regress/regress/res...
--- /tmp/cirrus-ci-build/src/test/regress/expected/union.out	2024-11-01 17:57:23.043194000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/union.out	2024-11-01 17:58:52.137860000 +0000
@@ -1461,18 +1461,17 @@
 inner join tenk2 t2 on t1.tenthous = t2.tenthous and t2.thousand = 0
    union all
 (values(1)) limit 1;
-                       QUERY PLAN                       
---------------------------------------------------------
+                             QUERY PLAN                              
+---------------------------------------------------------------------
  Limit
    ->  Append
          ->  Nested Loop
-               Join Filter: (t1.tenthous = t2.tenthous)
-               ->  Seq Scan on tenk1 t1
-               ->  Materialize
-                     ->  Seq Scan on tenk2 t2
-                           Filter: (thousand = 0)
+               ->  Seq Scan on tenk2 t2
...
tap
[17:59:37.181](59.929s) not ok 5 - regression tests pass
tap
[18:00:19.377](66.578s) not ok 2 - regression tests pass
test
[18:02:09.089]  14/312 postgresql:regress / regress/regress                                            ERROR            ...
[18:02:09.089]  90/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[18:02:09.089] 153/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/union.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/resu...
--- /tmp/cirrus-ci-build/src/test/regress/expected/union.out	2024-11-01 17:57:19.201965269 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/union.out	2024-11-01 18:03:36.215659057 +0000
@@ -1461,18 +1461,17 @@
 inner join tenk2 t2 on t1.tenthous = t2.tenthous and t2.thousand = 0
    union all
 (values(1)) limit 1;
-                       QUERY PLAN                       
---------------------------------------------------------
+                             QUERY PLAN                              
+---------------------------------------------------------------------
  Limit
    ->  Append
          ->  Nested Loop
-               Join Filter: (t1.tenthous = t2.tenthous)
-               ->  Seq Scan on tenk1 t1
-               ->  Materialize
-                     ->  Seq Scan on tenk2 t2
-                           Filter: (thousand = 0)
+               ->  Seq Scan on tenk2 t2
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/union.out /tmp/cirrus-ci-build/src/test/recovery/tmp_check/resul...
--- /tmp/cirrus-ci-build/src/test/regress/expected/union.out	2024-11-01 17:57:19.201965269 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/union.out	2024-11-01 18:05:45.259351421 +0000
@@ -1461,18 +1461,17 @@
 inner join tenk2 t2 on t1.tenthous = t2.tenthous and t2.thousand = 0
    union all
 (values(1)) limit 1;
-                       QUERY PLAN                       
---------------------------------------------------------
+                             QUERY PLAN                              
+---------------------------------------------------------------------
  Limit
    ->  Append
          ->  Nested Loop
-               Join Filter: (t1.tenthous = t2.tenthous)
-               ->  Seq Scan on tenk1 t1
-               ->  Materialize
-                     ->  Seq Scan on tenk2 t2
-                           Filter: (thousand = 0)
+               ->  Seq Scan on tenk2 t2
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/union.out /tmp/cirrus-ci-build/src/test/regress/results/union.ou...
--- /tmp/cirrus-ci-build/src/test/regress/expected/union.out	2024-11-01 17:57:19.201965269 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/union.out	2024-11-01 18:01:15.628004246 +0000
@@ -1461,18 +1461,17 @@
 inner join tenk2 t2 on t1.tenthous = t2.tenthous and t2.thousand = 0
    union all
 (values(1)) limit 1;
-                       QUERY PLAN                       
---------------------------------------------------------
+                             QUERY PLAN                              
+---------------------------------------------------------------------
  Limit
    ->  Append
          ->  Nested Loop
-               Join Filter: (t1.tenthous = t2.tenthous)
-               ->  Seq Scan on tenk1 t1
-               ->  Materialize
-                     ->  Seq Scan on tenk2 t2
-                           Filter: (thousand = 0)
+               ->  Seq Scan on tenk2 t2
...
tap
[18:04:52.304](101.979s) not ok 5 - regression tests pass
tap
[18:06:30.277](58.416s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/union.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_u...
--- /tmp/cirrus-ci-build/src/test/regress/expected/union.out	2024-11-01 17:57:20.092634264 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/union.out	2024-11-01 18:01:53.141274731 +0...
@@ -1461,18 +1461,17 @@
 inner join tenk2 t2 on t1.tenthous = t2.tenthous and t2.thousand = 0
    union all
 (values(1)) limit 1;
-                       QUERY PLAN                       
---------------------------------------------------------
+                             QUERY PLAN                              
+---------------------------------------------------------------------
  Limit
    ->  Append
          ->  Nested Loop
-               Join Filter: (t1.tenthous = t2.tenthous)
-               ->  Seq Scan on tenk1 t1
-               ->  Materialize
-                     ->  Seq Scan on tenk2 t2
-                           Filter: (thousand = 0)
+               ->  Seq Scan on tenk2 t2
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/union.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream...
--- /tmp/cirrus-ci-build/src/test/regress/expected/union.out	2024-11-01 17:57:20.092634264 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/union.out	2024-11-01 18:02:36.449163004 ...
@@ -1461,18 +1461,17 @@
 inner join tenk2 t2 on t1.tenthous = t2.tenthous and t2.thousand = 0
    union all
 (values(1)) limit 1;
-                       QUERY PLAN                       
---------------------------------------------------------
+                             QUERY PLAN                              
+---------------------------------------------------------------------
  Limit
    ->  Append
          ->  Nested Loop
-               Join Filter: (t1.tenthous = t2.tenthous)
-               ->  Seq Scan on tenk1 t1
-               ->  Materialize
-                     ->  Seq Scan on tenk2 t2
-                           Filter: (thousand = 0)
+               ->  Seq Scan on tenk2 t2
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/union.out /tmp/cirrus-ci-build/build/testrun/regress/regress/res...
--- /tmp/cirrus-ci-build/src/test/regress/expected/union.out	2024-11-01 17:57:20.092634264 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/union.out	2024-11-01 18:01:49.577279477 +0000
@@ -1461,18 +1461,17 @@
 inner join tenk2 t2 on t1.tenthous = t2.tenthous and t2.thousand = 0
    union all
 (values(1)) limit 1;
-                       QUERY PLAN                       
---------------------------------------------------------
+                             QUERY PLAN                              
+---------------------------------------------------------------------
  Limit
    ->  Append
          ->  Nested Loop
-               Join Filter: (t1.tenthous = t2.tenthous)
-               ->  Seq Scan on tenk1 t1
-               ->  Materialize
-                     ->  Seq Scan on tenk2 t2
-                           Filter: (thousand = 0)
+               ->  Seq Scan on tenk2 t2
...
tap
[18:02:55.146](79.335s) not ok 5 - regression tests pass
tap
[18:03:30.305](79.071s) not ok 2 - regression tests pass
test
[18:05:13.006]  13/312 postgresql:regress / regress/regress                                            ERROR            ...
[18:05:13.006] 136/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[18:05:13.006] 156/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/union.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgra...
--- /Users/admin/pgsql/src/test/regress/expected/union.out	2024-11-01 17:57:16
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/union.out	2024-11-01 17:58:55
@@ -1461,18 +1461,17 @@
 inner join tenk2 t2 on t1.tenthous = t2.tenthous and t2.thousand = 0
    union all
 (values(1)) limit 1;
-                       QUERY PLAN                       
---------------------------------------------------------
+                             QUERY PLAN                              
+---------------------------------------------------------------------
  Limit
    ->  Append
          ->  Nested Loop
-               Join Filter: (t1.tenthous = t2.tenthous)
-               ->  Seq Scan on tenk1 t1
-               ->  Materialize
-                     ->  Seq Scan on tenk2 t2
-                           Filter: (thousand = 0)
+               ->  Seq Scan on tenk2 t2
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/union.out /Users/admin/pgsql/build/testrun/recovery/027_stream_reg...
--- /Users/admin/pgsql/src/test/regress/expected/union.out	2024-11-01 17:57:16
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/union.out	2024-11-01 17:59:57
@@ -1461,18 +1461,17 @@
 inner join tenk2 t2 on t1.tenthous = t2.tenthous and t2.thousand = 0
    union all
 (values(1)) limit 1;
-                       QUERY PLAN                       
---------------------------------------------------------
+                             QUERY PLAN                              
+---------------------------------------------------------------------
  Limit
    ->  Append
          ->  Nested Loop
-               Join Filter: (t1.tenthous = t2.tenthous)
-               ->  Seq Scan on tenk1 t1
-               ->  Materialize
-                     ->  Seq Scan on tenk2 t2
-                           Filter: (thousand = 0)
+               ->  Seq Scan on tenk2 t2
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/union.out /Users/admin/pgsql/build/testrun/regress/regress/results...
--- /Users/admin/pgsql/src/test/regress/expected/union.out	2024-11-01 17:57:16
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/union.out	2024-11-01 17:58:52
@@ -1461,18 +1461,17 @@
 inner join tenk2 t2 on t1.tenthous = t2.tenthous and t2.thousand = 0
    union all
 (values(1)) limit 1;
-                       QUERY PLAN                       
---------------------------------------------------------
+                             QUERY PLAN                              
+---------------------------------------------------------------------
  Limit
    ->  Append
          ->  Nested Loop
-               Join Filter: (t1.tenthous = t2.tenthous)
-               ->  Seq Scan on tenk1 t1
-               ->  Materialize
-                     ->  Seq Scan on tenk2 t2
-                           Filter: (thousand = 0)
+               ->  Seq Scan on tenk2 t2
...
tap
[17:59:29.019](55.475s) not ok 5 - regression tests pass
tap
[18:00:41.844](70.786s) not ok 2 - regression tests pass
test
[18:03:30.429]  27/312 postgresql:regress / regress/regress                                            ERROR            ...
[18:03:30.429]  45/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[18:03:30.429] 142/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/union.out C:/cirrus/build/testrun/pg_upgrade/002_pg_upg...
--- C:/cirrus/src/test/regress/expected/union.out	2024-11-01 17:57:34.489492500 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/union.out	2024-11-01 17:59:48.986747200 +0000
@@ -1461,18 +1461,17 @@
 inner join tenk2 t2 on t1.tenthous = t2.tenthous and t2.thousand = 0
    union all
 (values(1)) limit 1;
-                       QUERY PLAN                       
---------------------------------------------------------
+                             QUERY PLAN                              
+---------------------------------------------------------------------
  Limit
    ->  Append
          ->  Nested Loop
-               Join Filter: (t1.tenthous = t2.tenthous)
-               ->  Seq Scan on tenk1 t1
-               ->  Materialize
-                     ->  Seq Scan on tenk2 t2
-                           Filter: (thousand = 0)
+               ->  Seq Scan on tenk2 t2
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/union.out C:/cirrus/build/testrun/recovery/027_stream_r...
--- C:/cirrus/src/test/regress/expected/union.out	2024-11-01 17:57:34.489492500 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/union.out	2024-11-01 18:01:54.501289800 +0000
@@ -1461,18 +1461,17 @@
 inner join tenk2 t2 on t1.tenthous = t2.tenthous and t2.thousand = 0
    union all
 (values(1)) limit 1;
-                       QUERY PLAN                       
---------------------------------------------------------
+                             QUERY PLAN                              
+---------------------------------------------------------------------
  Limit
    ->  Append
          ->  Nested Loop
-               Join Filter: (t1.tenthous = t2.tenthous)
-               ->  Seq Scan on tenk1 t1
-               ->  Materialize
-                     ->  Seq Scan on tenk2 t2
-                           Filter: (thousand = 0)
+               ->  Seq Scan on tenk2 t2
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/union.out C:/cirrus/build/testrun/regress/regress/resul...
--- C:/cirrus/src/test/regress/expected/union.out	2024-11-01 17:57:34.489492500 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/union.out	2024-11-01 17:59:41.965529200 +0000
@@ -1461,18 +1461,17 @@
 inner join tenk2 t2 on t1.tenthous = t2.tenthous and t2.thousand = 0
    union all
 (values(1)) limit 1;
-                       QUERY PLAN                       
---------------------------------------------------------
+                             QUERY PLAN                              
+---------------------------------------------------------------------
  Limit
    ->  Append
          ->  Nested Loop
-               Join Filter: (t1.tenthous = t2.tenthous)
-               ->  Seq Scan on tenk1 t1
-               ->  Materialize
-                     ->  Seq Scan on tenk2 t2
-                           Filter: (thousand = 0)
+               ->  Seq Scan on tenk2 t2
...
tap
[18:00:54.890](93.850s) not ok 5 - regression tests pass
tap
[18:03:08.197](113.230s) not ok 2 - regression tests pass
test
[18:08:37.752]   7/307 postgresql:regress / regress/regress                                            ERROR            ...
[18:08:37.752]  35/307 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[18:08:37.752] 103/307 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5246 Allow SQL functions use CachedPlan machinery
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upg...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-11-01 17:40:26.060240000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/xml.out	2024-11-01 17:41:52.678994000 +000...
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-11-01 17:40:26.060240000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/xml.out	2024-11-01 17:42:45.740966000 +0...
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/regress/regress/resul...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-11-01 17:40:26.060240000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/xml.out	2024-11-01 17:41:54.900313000 +0000
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
tap
[17:42:10.726](61.386s) not ok 5 - regression tests pass
tap
[17:43:01.261](74.745s) not ok 2 - regression tests pass
test
[17:44:54.619]  40/312 postgresql:regress / regress/regress                                            ERROR            ...
[17:44:54.619]  84/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[17:44:54.619] 157/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/result...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-11-01 17:40:19.923677983 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/xml.out	2024-11-01 17:44:43.542880073 +0000
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/src/test/regress/results/xml.out
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-11-01 17:40:19.923677983 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/xml.out	2024-11-01 17:43:24.411032153 +0000
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
tap
[17:44:55.426](122.048s) not ok 5 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upg...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-11-01 17:40:21.298152725 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/xml.out	2024-11-01 17:42:46.958001978 +000...
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-11-01 17:40:21.298152725 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/xml.out	2024-11-01 17:43:25.581979468 +0...
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/regress/regress/resul...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-11-01 17:40:21.298152725 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/xml.out	2024-11-01 17:42:41.326006411 +0000
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
tap
[17:42:59.369](70.564s) not ok 5 - regression tests pass
tap
[17:43:35.022](73.437s) not ok 2 - regression tests pass
test
[17:45:17.133]  41/312 postgresql:regress / regress/regress                                            ERROR            ...
[17:45:17.133] 119/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[17:45:17.133] 154/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
51/5004 CREATE INDEX CONCURRENTLY for partitioned tables
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_p...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-11-01 15:06:30.164359000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/indexing.out	2024-11-01 15:07:59.036867000...
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/recovery/027_str...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-11-01 15:06:30.164359000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/indexing.out	2024-11-01 15:08:42.4767960...
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/regress/regress/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-11-01 15:06:30.164359000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/indexing.out	2024-11-01 15:08:02.670728000 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[15:08:01.410](51.984s) not ok 5 - regression tests pass
tap
[15:08:44.454](60.663s) not ok 2 - regression tests pass
test
[15:23:47.161]  40/312 postgresql:regress / regress/regress                                            ERROR            ...
[15:23:47.161]  58/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[15:23:47.161] 140/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[15:23:47.161] 312/312 postgresql:isolation / isolation/isolation                                      TIMEOUT        10...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-11-01 15:06:28.376428064 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/indexing.out	2024-11-01 15:12:38.783405817 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/partitioned-cic.out /tmp/cirrus-ci-build/src/test/isolation/ou...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/partitioned-cic.out	2024-11-01 15:06:28.213255851 +0000
+++ /tmp/cirrus-ci-build/src/test/isolation/output_iso/results/partitioned-cic.out	2024-11-01 15:33:59.780389099 +0000
@@ -3,10 +3,14 @@
 starting permutation: lock_p1 cic insert drop2 commit chk_content
 step lock_p1: lock cictab_part_1 in row exclusive mode;
 step cic: CREATE INDEX CONCURRENTLY ON cictab(i); <waiting ...>
-step insert: insert into cictab values (1, 1), (11, 1);
-step drop2: DROP TABLE cictab_part_2;
+step insert: insert into cictab values (1, 1), (11, 1); <waiting ...>
+isolationtester: canceling step insert after 360 seconds
+step insert: <... completed>
+ERROR:  canceling statement due to user request
+step drop2: DROP TABLE cictab_part_2; <waiting ...>
 step commit: COMMIT;
 step cic: <... completed>
+step drop2: <... completed>
 step chk_content: 
   set enable_seqscan to off;
   explain (costs off) select * from cictab where i > 0;
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/src/test/recovery/tmp_check/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-11-01 15:06:28.376428064 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/indexing.out	2024-11-01 15:13:54.440216088 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/src/test/regress/results/index...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-11-01 15:06:28.376428064 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/indexing.out	2024-11-01 15:10:10.035374758 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[15:12:41.799](97.494s) not ok 5 - regression tests pass
tap
[15:13:56.984](64.172s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_p...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-11-01 15:06:29.492285151 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/indexing.out	2024-11-01 15:09:34.881266293...
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/recovery/027_str...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-11-01 15:06:29.492285151 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/indexing.out	2024-11-01 15:10:04.9296947...
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/regress/regress/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-11-01 15:06:29.492285151 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/indexing.out	2024-11-01 15:09:29.701109844 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[15:09:36.457](73.104s) not ok 5 - regression tests pass
tap
[15:10:07.104](68.936s) not ok 2 - regression tests pass
test
[15:24:59.395]  42/312 postgresql:regress / regress/regress                                            ERROR            ...
[15:24:59.395] 102/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[15:24:59.395] 146/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[15:24:59.395] 312/312 postgresql:isolation / isolation/isolation                                      TIMEOUT        10...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/indexing.out C:/cirrus/build/testrun/pg_upgrade/002_pg_...
--- C:/cirrus/src/test/regress/expected/indexing.out	2024-11-01 15:06:37.925637100 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/indexing.out	2024-11-01 15:10:13.980856600 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/indexing.out C:/cirrus/build/testrun/recovery/027_strea...
--- C:/cirrus/src/test/regress/expected/indexing.out	2024-11-01 15:06:37.925637100 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/indexing.out	2024-11-01 15:12:23.396928000 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/indexing.out C:/cirrus/build/testrun/regress/regress/re...
--- C:/cirrus/src/test/regress/expected/indexing.out	2024-11-01 15:06:37.925637100 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/indexing.out	2024-11-01 15:10:03.978900600 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[15:10:19.503](103.809s) not ok 5 - regression tests pass
tap
[15:12:29.739](109.497s) not ok 2 - regression tests pass
test
[15:25:08.517]  20/307 postgresql:regress / regress/regress                                            ERROR           1...
[15:25:08.517]  34/307 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[15:25:08.517]  78/307 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
[15:25:08.517] 307/307 postgresql:isolation / isolation/isolation                                      TIMEOUT        10...
51/4390 add not_before and not_after timestamps to sslinfo extension and pg_stat_ssl
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[14:58:02.684] ../src/backend/libpq/be-secure-openssl.c(1566): warning C4047: 'function': 'ASN1_TIME *' differs in level...
compiler
[14:58:20.372] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notAfter referenced in...
compiler
[14:58:20.245] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notBefore referenced i...
compiler
[14:58:02.684] ../src/backend/libpq/be-secure-openssl.c(1575): warning C4024: 'ASN1_TIME_to_timestamptz': different type...
compiler
[14:58:02.684] ../src/backend/libpq/be-secure-openssl.c(1575): warning C4047: 'function': 'ASN1_TIME *' differs in level...
compiler
[14:58:02.684] ../src/backend/libpq/be-secure-openssl.c(1566): warning C4024: 'ASN1_TIME_to_timestamptz': different type...
50/5270 jsonpath string methods: lower, upper, initcap, l/r/btrim, replace, split_part
CompilerWarnings
compiler
[13:56:56.452] jsonpath_exec.c:2827:13: error: mixing declarations and code is incompatible with standards before C99 [-...
compiler
[13:56:46.189] jsonpath_exec.c:2827:13: error: mixing declarations and code is incompatible with standards before C99 [-...
compiler
[13:56:10.481] jsonpath_exec.c:2827:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta...
compiler
[13:56:00.096] jsonpath_exec.c:2827:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta...
compiler
[13:57:25.033] jsonpath_exec.c:2827:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta...
Linux - Debian Bookworm - Meson
core
[14:04:35.143] #0  0x00007fb354b50d24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[14:04:35.143] #1  0x00007fb354afd239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[14:04:35.143] #2  0x00007fb354afd497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[14:04:35.143] #3  0x0000561d0fd615c1 in ?? ()
[14:04:35.143] #4  0x0000561d0fd5b369 in ?? ()
[14:04:35.143] #5  0x0000561d0fd5a20f in ?? ()
[14:04:35.143] #6  0x0000561d0fd5ac3b in ?? ()
[14:04:35.143] #7  0x0000561d0fd5866f in ?? ()
[14:04:35.143] #8  0x00007fb354ae824a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[14:04:35.143] #9  0x00007fb354ae8305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[14:04:35.031] #0  0x00007fb354b50d24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[14:04:35.031] #1  0x00007fb354afd239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[14:04:35.031] #2  0x00007fb354afd497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[14:04:35.031] #3  0x0000561d0fd615f3 in ?? ()
[14:04:35.031] #4  0x0000561d0fd5b369 in ?? ()
[14:04:35.031] #5  0x0000561d0fd5a20f in ?? ()
[14:04:35.031] #6  0x0000561d0fd5ac3b in ?? ()
[14:04:35.031] #7  0x0000561d0fd5866f in ?? ()
[14:04:35.031] #8  0x00007fb354ae824a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[14:04:35.031] #9  0x00007fb354ae8305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[14:04:35.031] #0  <unavailable> in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out /tmp/cirrus-ci-build/build-32/testrun/pg_upgr...
--- /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out	2024-11-01 13:55:16.317760893 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/pg_upgrade/002_pg_upgrade/data/results/jsonb_jsonpath.out	2024-11-01 14:00:47....
@@ -3082,7 +3082,7 @@
 select jsonb_path_query('"abc~@~def~@~ghi"', '$.split_part("~@~", 2)');
  jsonb_path_query 
 ------------------
- "def"
+ ""
 (1 row)
 
 -- Test string methods play nicely together
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out /tmp/cirrus-ci-build/build-32/testrun/recover...
--- /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out	2024-11-01 13:55:16.317760893 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/recovery/027_stream_regress/data/results/jsonb_jsonpath.out	2024-11-01 14:01:2...
@@ -3082,7 +3082,7 @@
 select jsonb_path_query('"abc~@~def~@~ghi"', '$.split_part("~@~", 2)');
  jsonb_path_query 
 ------------------
- "def"
+ ""
 (1 row)
 
 -- Test string methods play nicely together
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out /tmp/cirrus-ci-build/build-32/testrun/regress...
--- /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out	2024-11-01 13:55:16.317760893 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/regress/regress/results/jsonb_jsonpath.out	2024-11-01 14:00:40.752350253 +0000
@@ -3082,7 +3082,7 @@
 select jsonb_path_query('"abc~@~def~@~ghi"', '$.split_part("~@~", 2)');
  jsonb_path_query 
 ------------------
- "def"
+ ""
 (1 row)
 
 -- Test string methods play nicely together
tap
[14:01:03.218](64.710s) not ok 5 - regression tests pass
tap
[14:01:39.752](67.992s) not ok 2 - regression tests pass
test
[14:03:22.568]  38/312 postgresql:regress / regress/regress                                            ERROR            ...
[14:03:22.568] 114/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[14:03:22.568] 152/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
51/4886 CREATE DATABASE ... STRATEGY=FILE_CLONE
macOS - Sonoma - Meson
tap
[13:09:12.220](0.000s) not ok 346 - pgbench script error: set bigint sub overflow stderr /(?^:int sub out)/
test
[13:10:29.168] 214/312 postgresql:pgbench / pgbench/001_pgbench_with_server                            ERROR            ...
51/5327 Use read_stream in index vacuum
Linux - Debian Bookworm - Autoconf
tap
[11:10:59.485](279.469s) # poll_query_until timed out executing this query:
timed out when waiting for client backend to reach wait event 'nbtree-vacuum-2' at /tmp/cirrus-ci-build/src/test/modules...
50/5258 define pg_structiszero(addr, s, r)
macOS - Sonoma - Meson
tap
[09:14:22.356](0.000s) not ok 361 - pgbench script error: setshell no such command stderr /(?^:could not read result )/
test
[09:15:27.648] 216/312 postgresql:pgbench / pgbench/001_pgbench_with_server                            ERROR            ...
51/5318 System views for versions reporting
Linux - Debian Bookworm - Meson
core
[07:59:11.993] #0  0x00007f14309d2d24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[07:59:11.993] #1  0x00007f143097f239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[07:59:11.993] #2  0x00007f143097f497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[07:59:11.993] #3  0x0000563998d845f3 in ?? ()
[07:59:11.993] #4  0x0000563998d7e369 in ?? ()
[07:59:11.993] #5  0x0000563998d7d20f in ?? ()
[07:59:11.993] #6  0x0000563998d7dc3b in ?? ()
[07:59:11.993] #7  0x0000563998d7b66f in ?? ()
[07:59:11.993] #8  0x00007f143096a24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:59:11.993] #9  0x00007f143096a305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[07:59:11.873] #0  0x00007f14309d2d24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[07:59:11.873] #1  0x00007f143097f239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[07:59:11.873] #2  0x00007f143097f497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[07:59:11.873] #3  0x0000563998d845c1 in ?? ()
[07:59:11.873] #4  0x0000563998d7e369 in ?? ()
[07:59:11.873] #5  0x0000563998d7d20f in ?? ()
[07:59:11.873] #6  0x0000563998d7dc3b in ?? ()
[07:59:11.873] #7  0x0000563998d7b66f in ?? ()
[07:59:11.873] #8  0x00007f143096a24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:59:11.873] #9  0x00007f143096a305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[07:59:11.993] #0  <unavailable> in ?? ()
test
[07:58:01.607] 296/312 postgresql:test_slru / test_slru/001_multixact                                  ERROR            ...
51/5359 Showing applied extended statistics in explain Part2
FreeBSD - 13 - Meson
test
[06:55:12.710] 243/312 postgresql:postmaster / postmaster/001_connection_limits                        ERROR            ...
51/5070 Incorrect error message for cancellation triggered by statement_timeout & flaky test
CompilerWarnings
compiler
[04:07:43.128] backend_startup.c:270:63: error: data argument not used by format string [-Werror,-Wformat-extra-args]
compiler
[04:07:43.128] backend_startup.c:270:63: error: variable 'status' is uninitialized when used here [-Werror,-Wuninitializ...
compiler
[04:07:34.737] backend_startup.c:270:63: error: variable 'status' is uninitialized when used here [-Werror,-Wuninitializ...
compiler
[04:07:34.737] backend_startup.c:270:63: error: data argument not used by format string [-Werror,-Wformat-extra-args]
compiler
[04:07:03.641] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args]
compiler
[04:07:03.641] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit...
compiler
[04:06:55.417] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit...
compiler
[04:06:55.417] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args]
compiler
[04:08:06.987] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args]
compiler
[04:08:06.987] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit...
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[04:07:31.500] c:\cirrus\src\backend\tcop\backend_startup.c(270) : warning C4700: uninitialized local variable 'status' ...
51/4720 "unexpected duplicate for tablespace" problem in logical replication
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/00...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-11-01 03:42:16.482716000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_table.out	2024-11-01 03:43:55.269812...
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37958 |            |             0 |       37958 | pktable_pkey
+ 37955 |            |             0 |       37955 | pktable
+ 37960 |            |             0 |       37960 | fktable
+ 38415 |            |             0 |       38421 | foo
+ 38425 |            |             0 |       38425 | pg_toast_38415_index
+ 38424 |            |             0 |       38424 | pg_toast_38415
+ 38630 |            |             0 |       38630 | old_oids
+ 38648 |            |             0 |       38648 | pg_toast_38645
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/recovery/027_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-11-01 03:42:16.482716000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/alter_table.out	2024-11-01 03:44:40.2113...
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37908 |            |             0 |       37908 | pktable_pkey
+ 37905 |            |             0 |       37905 | pktable
+ 37910 |            |             0 |       37910 | fktable
+ 38442 |            |             0 |       38447 | foo
+ 38451 |            |             0 |       38451 | pg_toast_38442_index
+ 38450 |            |             0 |       38450 | pg_toast_38442
+ 38635 |            |             0 |       38635 | old_oids
+ 38652 |            |             0 |       38652 | pg_toast_38649
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/regress/regre...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-11-01 03:42:16.482716000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/alter_table.out	2024-11-01 03:43:55.305136000 +0000
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37851 |            |             0 |       37851 | pktable_pkey
+ 37848 |            |             0 |       37848 | pktable
+ 37854 |            |             0 |       37854 | fktable
+ 38382 |            |             0 |       38387 | foo
+ 38391 |            |             0 |       38391 | pg_toast_38382_index
+ 38390 |            |             0 |       38390 | pg_toast_38382
+ 38621 |            |             0 |       38621 | old_oids
+ 38639 |            |             0 |       38639 | pg_toast_38636
...
tap
[03:44:03.207](57.890s) not ok 5 - regression tests pass
tap
[03:44:47.957](67.203s) not ok 2 - regression tests pass
test
[03:46:43.594]  40/312 postgresql:regress / regress/regress                                            ERROR            ...
[03:46:43.594]  76/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[03:46:43.594] 148/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_chec...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-11-01 03:42:15.595810841 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/alter_table.out	2024-11-01 03:48:40.583181579 +0000
@@ -3491,9 +3491,29 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37978 |            |             0 |       37978 | users_id_seq
+ 37983 |            |             0 |       37983 | pg_toast_37979
+ 37984 |            |             0 |       37984 | pg_toast_37979_index
+ 37979 |            |             0 |       37979 | users
+ 38251 |            |             0 |       38251 | foo
+ 38413 |            |             0 |       38413 | forc_test
+ 38947 |            |             0 |       38947 | pg_toast_38944
+ 38948 |            |             0 |       38948 | pg_toast_38944_index
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/src/test/recovery/tmp_check...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-11-01 03:42:15.595810841 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/alter_table.out	2024-11-01 03:50:03.806754942 +0000
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37994 |            |             0 |       37994 | pktable_pkey
+ 37991 |            |             0 |       37991 | pktable
+ 37996 |            |             0 |       37996 | fktable
+ 38432 |            |             0 |       38438 | foo
+ 38442 |            |             0 |       38442 | pg_toast_38432_index
+ 38441 |            |             0 |       38441 | pg_toast_38432
+ 38647 |            |             0 |       38647 | old_oids
+ 38664 |            |             0 |       38664 | pg_toast_38661
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/src/test/regress/results/al...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-11-01 03:42:15.595810841 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/alter_table.out	2024-11-01 03:45:59.589316562 +0000
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37982 |            |             0 |       37982 | pktable_pkey
+ 37979 |            |             0 |       37979 | pktable
+ 37984 |            |             0 |       37984 | fktable
+ 38480 |            |             0 |       38485 | foo
+ 38489 |            |             0 |       38489 | pg_toast_38480_index
+ 38488 |            |             0 |       38488 | pg_toast_38480
+ 38694 |            |             0 |       38694 | old_oids
+ 38713 |            |             0 |       38713 | pg_toast_38710
...
tap
[03:48:48.348](107.172s) not ok 5 - regression tests pass
tap
[03:50:11.741](67.488s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/00...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-11-01 03:42:13.833356493 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_table.out	2024-11-01 03:45:15.383255...
@@ -3491,9 +3491,29 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 38068 |            |             0 |       38068 | users_id_seq
+ 38073 |            |             0 |       38073 | pg_toast_38069
+ 38074 |            |             0 |       38074 | pg_toast_38069_index
+ 38069 |            |             0 |       38069 | users
+ 38228 |            |             0 |       38228 | foo
+ 38416 |            |             0 |       38416 | forc_test
+ 38859 |            |             0 |       38859 | pg_toast_38856
+ 38860 |            |             0 |       38860 | pg_toast_38856_index
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/recovery/027_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-11-01 03:42:13.833356493 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/alter_table.out	2024-11-01 03:45:48.0678...
@@ -3491,9 +3491,29 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 38051 |            |             0 |       38051 | pg_toast_38046_index
+ 38046 |            |             0 |       38046 | users
+ 38043 |            |             0 |       38043 | users_id_seq
+ 38050 |            |             0 |       38050 | pg_toast_38046
+ 38232 |            |             0 |       38232 | foo
+ 38495 |            |             0 |       38495 | forc_test
+ 38850 |            |             0 |       38850 | pg_toast_38846_index
+ 38849 |            |             0 |       38849 | pg_toast_38846
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/regress/regre...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-11-01 03:42:13.833356493 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/alter_table.out	2024-11-01 03:45:09.123093565 +0000
@@ -3491,9 +3491,29 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 38015 |            |             0 |       38015 | pg_toast_38006
+ 38016 |            |             0 |       38016 | pg_toast_38006_index
+ 38006 |            |             0 |       38006 | users
+ 38005 |            |             0 |       38005 | users_id_seq
+ 38166 |            |             0 |       38166 | foo
+ 38519 |            |             0 |       38519 | forc_test
+ 38911 |            |             0 |       38911 | pg_toast_38908
+ 38912 |            |             0 |       38912 | pg_toast_38908_index
...
tap
[03:45:20.792](71.324s) not ok 5 - regression tests pass
tap
[03:45:54.933](72.714s) not ok 2 - regression tests pass
test
[03:47:33.544]  43/312 postgresql:regress / regress/regress                                            ERROR            ...
[03:47:33.544] 126/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[03:47:33.544] 153/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/alter_table.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg...
--- /Users/admin/pgsql/src/test/regress/expected/alter_table.out	2024-11-01 03:42:15
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_table.out	2024-11-01 03:44:30
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 38001 |            |             0 |       38001 | pktable_pkey
+ 37998 |            |             0 |       37998 | pktable
+ 38003 |            |             0 |       38003 | fktable
+ 38405 |            |             0 |       38410 | foo
+ 38414 |            |             0 |       38414 | pg_toast_38405_index
+ 38413 |            |             0 |       38413 | pg_toast_38405
+ 38616 |            |             0 |       38616 | old_oids
+ 38633 |            |             0 |       38633 | pg_toast_38630
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/alter_table.out /Users/admin/pgsql/build/testrun/recovery/027_stre...
--- /Users/admin/pgsql/src/test/regress/expected/alter_table.out	2024-11-01 03:42:15
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/alter_table.out	2024-11-01 03:45:49
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37754 |            |             0 |       37754 | pktable_pkey
+ 37751 |            |             0 |       37751 | pktable
+ 37756 |            |             0 |       37756 | fktable
+ 38312 |            |             0 |       38317 | foo
+ 38321 |            |             0 |       38321 | pg_toast_38312_index
+ 38320 |            |             0 |       38320 | pg_toast_38312
+ 38512 |            |             0 |       38512 | old_oids
+ 38529 |            |             0 |       38529 | pg_toast_38526
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/alter_table.out /Users/admin/pgsql/build/testrun/regress/regress/r...
--- /Users/admin/pgsql/src/test/regress/expected/alter_table.out	2024-11-01 03:42:15
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/alter_table.out	2024-11-01 03:44:30
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37831 |            |             0 |       37831 | pktable_pkey
+ 37827 |            |             0 |       37827 | pktable
+ 37837 |            |             0 |       37837 | fktable
+ 38370 |            |             0 |       38375 | foo
+ 38379 |            |             0 |       38379 | pg_toast_38370_index
+ 38378 |            |             0 |       38378 | pg_toast_38370
+ 38648 |            |             0 |       38648 | old_oids
+ 38684 |            |             0 |       38684 | pg_toast_38681
...
tap
[03:44:38.721](57.394s) not ok 5 - regression tests pass
tap
[03:45:57.460](76.014s) not ok 2 - regression tests pass
test
[03:48:52.346]  26/312 postgresql:regress / regress/regress                                            ERROR            ...
[03:48:52.346]  46/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[03:48:52.346] 139/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/alter_table.out C:/cirrus/build/testrun/pg_upgrade/002_...
--- C:/cirrus/src/test/regress/expected/alter_table.out	2024-11-01 03:42:25.727262400 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_table.out	2024-11-01 03:45:58.816370400 +0000
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37630 |            |             0 |       37630 | pktable_pkey
+ 37627 |            |             0 |       37627 | pktable
+ 37632 |            |             0 |       37632 | fktable
+ 38105 |            |             0 |       38114 | foo
+ 38118 |            |             0 |       38118 | pg_toast_38105_index
+ 38117 |            |             0 |       38117 | pg_toast_38105
+ 38340 |            |             0 |       38340 | old_oids
+ 38357 |            |             0 |       38357 | pg_toast_38354
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/alter_table.out C:/cirrus/build/testrun/recovery/027_st...
--- C:/cirrus/src/test/regress/expected/alter_table.out	2024-11-01 03:42:25.727262400 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/alter_table.out	2024-11-01 03:48:05.927751700 +0000
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37604 |            |             0 |       37604 | pktable_pkey
+ 37601 |            |             0 |       37601 | pktable
+ 37606 |            |             0 |       37606 | fktable
+ 38088 |            |             0 |       38095 | foo
+ 38099 |            |             0 |       38099 | pg_toast_38088_index
+ 38098 |            |             0 |       38098 | pg_toast_38088
+ 38354 |            |             0 |       38354 | pg_toast_38351
+ 38335 |            |             0 |       38335 | old_oids
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/alter_table.out C:/cirrus/build/testrun/regress/regress...
--- C:/cirrus/src/test/regress/expected/alter_table.out	2024-11-01 03:42:25.727262400 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/alter_table.out	2024-11-01 03:45:44.697708800 +0000
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 36974 |            |             0 |       36974 | pktable_pkey
+ 36968 |            |             0 |       36968 | pktable
+ 36976 |            |             0 |       36976 | fktable
+ 37959 |            |             0 |       37964 | foo
+ 37968 |            |             0 |       37968 | pg_toast_37959_index
+ 37967 |            |             0 |       37967 | pg_toast_37959
+ 38261 |            |             0 |       38261 | old_oids
+ 38278 |            |             0 |       38278 | pg_toast_38275
...
tap
[03:46:11.755](107.734s) not ok 5 - regression tests pass
tap
[03:48:22.231](121.234s) not ok 2 - regression tests pass
test
[03:54:01.562]  20/307 postgresql:regress / regress/regress                                            ERROR           1...
[03:54:01.562]  41/307 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[03:54:01.562] 101/307 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5031 Remove dependence on integer wrapping
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/date.out C:/cirrus/build/testrun/pg_upgrade/002_pg_upgr...
--- C:/cirrus/src/test/regress/expected/date.out	2024-11-01 03:06:08.468431000 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/date.out	2024-11-01 03:08:23.745709900 +0000
@@ -1533,4 +1533,4 @@
 select make_time(24, 0, 2.1);
 ERROR:  time field value out of range: 24:00:2.1
 SELECT make_date(-2147483648, 1, 1);
-ERROR:  date field value out of range: -2147483648-01-01
+ERROR:  date field value out of range: 24301-01-01
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/date.out C:/cirrus/build/testrun/recovery/027_stream_re...
--- C:/cirrus/src/test/regress/expected/date.out	2024-11-01 03:06:08.468431000 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/date.out	2024-11-01 03:10:32.856507100 +0000
@@ -1533,4 +1533,4 @@
 select make_time(24, 0, 2.1);
 ERROR:  time field value out of range: 24:00:2.1
 SELECT make_date(-2147483648, 1, 1);
-ERROR:  date field value out of range: -2147483648-01-01
+ERROR:  date field value out of range: 24301-01-01
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/date.out C:/cirrus/build/testrun/regress/regress/result...
--- C:/cirrus/src/test/regress/expected/date.out	2024-11-01 03:06:08.468431000 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/date.out	2024-11-01 03:08:17.800415900 +0000
@@ -1533,4 +1533,4 @@
 select make_time(24, 0, 2.1);
 ERROR:  time field value out of range: 24:00:2.1
 SELECT make_date(-2147483648, 1, 1);
-ERROR:  date field value out of range: -2147483648-01-01
+ERROR:  date field value out of range: 24301-01-01
tap
[03:10:09.521](112.024s) not ok 5 - regression tests pass
tap
[03:12:29.874](125.762s) not ok 2 - regression tests pass
test
[03:19:05.714]   7/307 postgresql:regress / regress/regress                                            ERROR           1...
[03:19:05.714]  39/307 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[03:19:05.714]  94/307 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/4810 COPY ON_ERROR 'NULL'
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_u...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-11-01 00:14:14.115505000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/copy2.out	2024-11-01 00:15:43.164950000 +0...
@@ -139,7 +139,7 @@
 LINE 1: COPY x from stdin (log_verbosity unsupported);
                            ^
 COPY x from stdin with (reject_limit 1);
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 COPY x from stdin with (on_error ignore, reject_limit 0);
 ERROR:  REJECT_LIMIT (0) must be greater than zero
 -- too many columns in column list: should fail
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-11-01 00:14:14.115505000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/copy2.out	2024-11-01 00:16:28.704204000 ...
@@ -139,7 +139,7 @@
 LINE 1: COPY x from stdin (log_verbosity unsupported);
                            ^
 COPY x from stdin with (reject_limit 1);
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 COPY x from stdin with (on_error ignore, reject_limit 0);
 ERROR:  REJECT_LIMIT (0) must be greater than zero
 -- too many columns in column list: should fail
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/build/testrun/regress/regress/res...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-11-01 00:14:14.115505000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/copy2.out	2024-11-01 00:15:40.457083000 +0000
@@ -139,7 +139,7 @@
 LINE 1: COPY x from stdin (log_verbosity unsupported);
                            ^
 COPY x from stdin with (reject_limit 1);
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 COPY x from stdin with (on_error ignore, reject_limit 0);
 ERROR:  REJECT_LIMIT (0) must be greater than zero
 -- too many columns in column list: should fail
tap
[00:15:59.121](62.565s) not ok 5 - regression tests pass
tap
[00:16:46.570](72.392s) not ok 2 - regression tests pass
test
[00:18:41.827]  41/312 postgresql:regress / regress/regress                                            ERROR            ...
[00:18:41.827]  91/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[00:18:41.827] 153/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/resu...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-11-01 00:14:12.938636486 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/copy2.out	2024-11-01 00:18:40.681927325 +0000
@@ -139,7 +139,7 @@
 LINE 1: COPY x from stdin (log_verbosity unsupported);
                            ^
 COPY x from stdin with (reject_limit 1);
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 COPY x from stdin with (on_error ignore, reject_limit 0);
 ERROR:  REJECT_LIMIT (0) must be greater than zero
 -- too many columns in column list: should fail
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/src/test/regress/results/copy2.ou...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-11-01 00:14:12.938636486 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/copy2.out	2024-11-01 00:17:12.086057407 +0000
@@ -139,7 +139,7 @@
 LINE 1: COPY x from stdin (log_verbosity unsupported);
                            ^
 COPY x from stdin with (reject_limit 1);
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 COPY x from stdin with (on_error ignore, reject_limit 0);
 ERROR:  REJECT_LIMIT (0) must be greater than zero
 -- too many columns in column list: should fail
tap
[00:19:01.956](127.449s) not ok 5 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_u...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-11-01 00:14:12.920108687 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/copy2.out	2024-11-01 00:16:30.729442850 +0...
@@ -139,7 +139,7 @@
 LINE 1: COPY x from stdin (log_verbosity unsupported);
                            ^
 COPY x from stdin with (reject_limit 1);
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 COPY x from stdin with (on_error ignore, reject_limit 0);
 ERROR:  REJECT_LIMIT (0) must be greater than zero
 -- too many columns in column list: should fail
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-11-01 00:14:12.920108687 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/copy2.out	2024-11-01 00:17:08.193247600 ...
@@ -139,7 +139,7 @@
 LINE 1: COPY x from stdin (log_verbosity unsupported);
                            ^
 COPY x from stdin with (reject_limit 1);
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 COPY x from stdin with (on_error ignore, reject_limit 0);
 ERROR:  REJECT_LIMIT (0) must be greater than zero
 -- too many columns in column list: should fail
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/build/testrun/regress/regress/res...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-11-01 00:14:12.920108687 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/copy2.out	2024-11-01 00:16:25.121453560 +0000
@@ -139,7 +139,7 @@
 LINE 1: COPY x from stdin (log_verbosity unsupported);
                            ^
 COPY x from stdin with (reject_limit 1);
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 COPY x from stdin with (on_error ignore, reject_limit 0);
 ERROR:  REJECT_LIMIT (0) must be greater than zero
 -- too many columns in column list: should fail
tap
[00:16:43.743](70.648s) not ok 5 - regression tests pass
tap
[00:17:19.178](73.508s) not ok 2 - regression tests pass
test
[00:18:56.433]  43/312 postgresql:regress / regress/regress                                            ERROR            ...
[00:18:56.433] 124/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[00:18:56.433] 155/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/copy2.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgra...
--- /Users/admin/pgsql/src/test/regress/expected/copy2.out	2024-11-01 00:14:06
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/copy2.out	2024-11-01 00:16:17
@@ -139,7 +139,7 @@
 LINE 1: COPY x from stdin (log_verbosity unsupported);
                            ^
 COPY x from stdin with (reject_limit 1);
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 COPY x from stdin with (on_error ignore, reject_limit 0);
 ERROR:  REJECT_LIMIT (0) must be greater than zero
 -- too many columns in column list: should fail
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/copy2.out /Users/admin/pgsql/build/testrun/recovery/027_stream_reg...
--- /Users/admin/pgsql/src/test/regress/expected/copy2.out	2024-11-01 00:14:06
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/copy2.out	2024-11-01 00:17:30
@@ -139,7 +139,7 @@
 LINE 1: COPY x from stdin (log_verbosity unsupported);
                            ^
 COPY x from stdin with (reject_limit 1);
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 COPY x from stdin with (on_error ignore, reject_limit 0);
 ERROR:  REJECT_LIMIT (0) must be greater than zero
 -- too many columns in column list: should fail
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/copy2.out /Users/admin/pgsql/build/testrun/regress/regress/results...
--- /Users/admin/pgsql/src/test/regress/expected/copy2.out	2024-11-01 00:14:06
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/copy2.out	2024-11-01 00:16:16
@@ -139,7 +139,7 @@
 LINE 1: COPY x from stdin (log_verbosity unsupported);
                            ^
 COPY x from stdin with (reject_limit 1);
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 COPY x from stdin with (on_error ignore, reject_limit 0);
 ERROR:  REJECT_LIMIT (0) must be greater than zero
 -- too many columns in column list: should fail
tap
[00:16:27.344](54.445s) not ok 5 - regression tests pass
tap
[00:17:44.235](73.531s) not ok 2 - regression tests pass
test
[00:20:37.218]  25/312 postgresql:regress / regress/regress                                            ERROR            ...
[00:20:37.218]  46/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[00:20:37.218] 146/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/copy2.out C:/cirrus/build/testrun/pg_upgrade/002_pg_upg...
--- C:/cirrus/src/test/regress/expected/copy2.out	2024-11-01 00:14:32.449331700 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/copy2.out	2024-11-01 00:18:12.352968100 +0000
@@ -139,7 +139,7 @@
 LINE 1: COPY x from stdin (log_verbosity unsupported);
                            ^
 COPY x from stdin with (reject_limit 1);
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 COPY x from stdin with (on_error ignore, reject_limit 0);
 ERROR:  REJECT_LIMIT (0) must be greater than zero
 -- too many columns in column list: should fail
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/copy2.out C:/cirrus/build/testrun/recovery/027_stream_r...
--- C:/cirrus/src/test/regress/expected/copy2.out	2024-11-01 00:14:32.449331700 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/copy2.out	2024-11-01 00:20:23.025803900 +0000
@@ -139,7 +139,7 @@
 LINE 1: COPY x from stdin (log_verbosity unsupported);
                            ^
 COPY x from stdin with (reject_limit 1);
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 COPY x from stdin with (on_error ignore, reject_limit 0);
 ERROR:  REJECT_LIMIT (0) must be greater than zero
 -- too many columns in column list: should fail
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/copy2.out C:/cirrus/build/testrun/regress/regress/resul...
--- C:/cirrus/src/test/regress/expected/copy2.out	2024-11-01 00:14:32.449331700 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/copy2.out	2024-11-01 00:18:08.205005100 +0000
@@ -139,7 +139,7 @@
 LINE 1: COPY x from stdin (log_verbosity unsupported);
                            ^
 COPY x from stdin with (reject_limit 1);
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 COPY x from stdin with (on_error ignore, reject_limit 0);
 ERROR:  REJECT_LIMIT (0) must be greater than zero
 -- too many columns in column list: should fail
tap
[00:18:34.039](116.979s) not ok 5 - regression tests pass
tap
[00:20:43.487](118.847s) not ok 2 - regression tests pass
test
[00:27:14.985]  21/307 postgresql:regress / regress/regress                                            ERROR           1...
[00:27:14.985]  38/307 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[00:27:14.985]  84/307 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5252 Trim the heap free memory
CompilerWarnings
compiler
[23:45:58.675] postgres.c:2825:47: error: initialization of ‘char *’ from ‘int’ makes pointer from integer without a cas...
compiler
[23:45:58.675] postgres.c:2825:47: error: implicit declaration of function ‘sbrk’ [-Werror=implicit-function-declaration...
compiler
[23:45:58.675] postgres.c:2829:33: error: assignment to ‘char *’ from ‘int’ makes pointer from integer without a cast [-...
compiler
[23:45:58.675] postgres.c:2828:25: error: implicit declaration of function ‘malloc_trim’ [-Werror=implicit-function-decl...
Linux - Debian Bookworm - Autoconf
tap
[23:46:59.507](0.001s) not ok 28 - options --locale-provider=icu --locale=und --lc-*=C: no stderr
Linux - Debian Bookworm - Meson
tap
[23:49:03.020](0.001s) not ok 28 - options --locale-provider=icu --locale=und --lc-*=C: no stderr
test
[23:50:30.907] 169/312 postgresql:initdb / initdb/001_initdb                                           ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[23:45:07.270] ../src/backend/tcop/postgres.c(2825): warning C4047: 'initializing': 'char *' differs in levels of indire...
compiler
[23:45:19.384] tcop_postgres.c.obj : error LNK2019: unresolved external symbol malloc_trim referenced in function finish...
compiler
[23:45:19.228] tcop_postgres.c.obj : error LNK2019: unresolved external symbol sbrk referenced in function finish_xact_c...
compiler
[23:45:07.270] ../src/backend/tcop/postgres.c(2829): warning C4047: '=': 'char *' differs in levels of indirection from ...
51/5242 Fix RelationTruncate() corruption
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[22:28:49.944] ../src/backend/storage/smgr/smgr.c(732): warning C4098: 'smgrtruncate': 'void' function returning a value
51/5357 New predefined role pg_manage_extensions
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out /tmp/cirrus-ci-build/build/testrun/plperl/regress/...
--- /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out	2024-10-31 22:03:20.693367000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/plperl/regress/results/plperl_setup.out	2024-10-31 22:05:14.143827000 +0000
@@ -12,7 +12,7 @@
 HINT:  Must have CREATE privilege on current database to create this extension.
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 RESET ROLE;
 DO $$
 begin
@@ -24,7 +24,7 @@
 CREATE EXTENSION plperl;
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 CREATE SCHEMA plperl_setup_scratch;
 SET search_path = plperl_setup_scratch;
...
test
[22:07:42.254]  50/312 postgresql:plperl / plperl/regress                                              ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out /tmp/cirrus-ci-build/src/pl/plperl/results/plperl_...
--- /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out	2024-10-31 22:03:17.392639537 +0000
+++ /tmp/cirrus-ci-build/src/pl/plperl/results/plperl_setup.out	2024-10-31 22:04:40.764644611 +0000
@@ -12,7 +12,7 @@
 HINT:  Must have CREATE privilege on current database to create this extension.
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 RESET ROLE;
 DO $$
 begin
@@ -24,7 +24,7 @@
 CREATE EXTENSION plperl;
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 CREATE SCHEMA plperl_setup_scratch;
 SET search_path = plperl_setup_scratch;
...
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out /tmp/cirrus-ci-build/build/testrun/plperl/regress/...
--- /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out	2024-10-31 22:03:17.947724383 +0000
+++ /tmp/cirrus-ci-build/build/testrun/plperl/regress/results/plperl_setup.out	2024-10-31 22:05:55.863581522 +0000
@@ -12,7 +12,7 @@
 HINT:  Must have CREATE privilege on current database to create this extension.
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 RESET ROLE;
 DO $$
 begin
@@ -24,7 +24,7 @@
 CREATE EXTENSION plperl;
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 CREATE SCHEMA plperl_setup_scratch;
 SET search_path = plperl_setup_scratch;
...
test
[22:08:13.233]  48/312 postgresql:plperl / plperl/regress                                              ERROR            ...
macOS - Sonoma - Meson
test
[22:10:20.589]  47/312 postgresql:plperl / plperl/regress                                              ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/pl/plperl/expected/plperl_setup.out C:/cirrus/build/testrun/plperl/regress/re...
--- C:/cirrus/src/pl/plperl/expected/plperl_setup.out	2024-10-31 22:03:32.831324600 +0000
+++ C:/cirrus/build/testrun/plperl/regress/results/plperl_setup.out	2024-10-31 22:08:43.444534000 +0000
@@ -12,7 +12,7 @@
 HINT:  Must have CREATE privilege on current database to create this extension.
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 RESET ROLE;
 DO $$
 begin
@@ -24,7 +24,7 @@
 CREATE EXTENSION plperl;
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 CREATE SCHEMA plperl_setup_scratch;
 SET search_path = plperl_setup_scratch;
...
test
[22:15:26.525]  48/307 postgresql:plperl / plperl/regress                                              ERROR            ...
51/4912 CSN snapshots in hot standby
Linux - Debian Bookworm - Meson
core
[21:40:44.538] #0  0x00007f2f1cea9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:40:44.538] #1  0x00007f2f1ce5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:40:44.538] #2  0x00007f2f1ce45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:40:44.538] #3  0x00007f2f1d01e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[21:40:44.538] #4  0x00007f2f1d02aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[21:40:44.538] #5  0x00007f2f1d00dad8 in __ubsan::__ubsan_handle_shift_out_of_bounds_abort (Data=Data@entry=0x55fe60f348...
[21:40:44.538] #6  0x000055fe60485a4a in XidInMVCCSnapshot (xid=884, snapshot=snapshot@entry=0x55fe7b6ef050) at ../src/b...
[21:40:44.538] #7  0x000055fe5fad27c2 in HeapTupleSatisfiesMVCC (htup=<optimized out>, snapshot=0x55fe7b6ef050, buffer=1...
[21:40:44.538] #8  0x000055fe5fad4006 in HeapTupleSatisfiesVisibility (htup=htup@entry=0x7ffe69abbcb0, snapshot=snapshot...
[21:40:44.538] #9  0x000055fe5fac5488 in page_collect_tuples (check_serializable=<optimized out>, all_visible=<optimized...
core
[21:40:43.526] #0  0x00007f61ab4a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:40:43.526] #1  0x00007f61ab45afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:40:43.526] #2  0x00007f61ab445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:40:43.526] #3  0x00007f61ab61e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[21:40:43.526] #4  0x00007f61ab62aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[21:40:43.526] #5  0x00007f61ab60dad8 in __ubsan::__ubsan_handle_shift_out_of_bounds_abort (Data=Data@entry=0x5584284818...
[21:40:43.526] #6  0x00005584279d2a4a in XidInMVCCSnapshot (xid=758, snapshot=snapshot@entry=0x558444cdb120) at ../src/b...
[21:40:43.526] #7  0x000055842701f7c2 in HeapTupleSatisfiesMVCC (htup=<optimized out>, snapshot=0x558444cdb120, buffer=2...
[21:40:43.526] #8  0x0000558427021006 in HeapTupleSatisfiesVisibility (htup=htup@entry=0x7ffee8b2b4c0, snapshot=snapshot...
[21:40:43.526] #9  0x0000558427012488 in page_collect_tuples (check_serializable=<optimized out>, all_visible=<optimized...
core
[21:40:44.034] #0  0x00007fa893aa9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:40:44.034] #1  0x00007fa893a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:40:44.034] #2  0x00007fa893a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:40:44.034] #3  0x00007fa893c1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[21:40:44.034] #4  0x00007fa893c2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[21:40:44.034] #5  0x00007fa893c0dad8 in __ubsan::__ubsan_handle_shift_out_of_bounds_abort (Data=Data@entry=0x55f1825d98...
[21:40:44.034] #6  0x000055f181b2aa4a in XidInMVCCSnapshot (xid=756, snapshot=snapshot@entry=0x55f195ab5bf0) at ../src/b...
[21:40:44.034] #7  0x000055f18117799a in HeapTupleSatisfiesMVCC (htup=<optimized out>, snapshot=0x55f195ab5bf0, buffer=4...
[21:40:44.034] #8  0x000055f181179006 in HeapTupleSatisfiesVisibility (htup=htup@entry=0x7ffe12bc97e0, snapshot=snapshot...
[21:40:44.034] #9  0x000055f18116a488 in page_collect_tuples (check_serializable=<optimized out>, all_visible=<optimized...
tap
[21:31:52.294](1.187s) not ok 9 - Not visible
[21:31:52.436](0.142s) Bail out!  command "pg_ctl -D /tmp/cirrus-ci-build/build/testrun/recovery/012_subtransactions/dat...
tap
[21:36:05.737](223.534s) # poll_query_until timed out executing this query:
[21:36:05.738](0.001s) not ok 14 - startup deadlock: lock acquisition is waiting
[21:39:36.764](211.026s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /tmp/cirrus-ci-build/src/test/recovery/t/031_recovery_conflict.pl line 270.
test
[21:39:36.963]  17/313 postgresql:recovery / recovery/012_subtransactions                              ERROR            ...
[21:39:36.963] 312/313 postgresql:test_misc / test_misc/000_csn_perf                                   ERROR            ...
[21:39:36.963] 313/313 postgresql:recovery / recovery/031_recovery_conflict                            ERROR           4...
macOS - Sonoma - Meson
test
[21:36:18.942] 313/313 postgresql:test_misc / test_misc/000_csn_perf                                   ERROR           1...
Windows - Server 2019, VS 2019 - Meson & ninja
test
[21:44:54.675] 308/308 postgresql:test_misc / test_misc/000_csn_perf                                   ERROR           3...
51/4997 Return pg_control from pg_backup_stop().
Linux - Debian Bookworm - Meson
core
[16:34:45.368] #0  0x00007f65c88a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[16:34:45.368] #1  0x00007f65c885afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[16:34:45.368] #2  0x00007f65c8845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[16:34:45.368] #3  0x00007f65c8a1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[16:34:45.368] #4  0x00007f65c8a2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[16:34:45.368] #5  0x00007f65c8a0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x558f60ad5f80,...
[16:34:45.368] #6  0x0000558f5fbfe12a in backup_control_file (controlFile=controlFile@entry=0x558f6312926c "V_\216䆰#g\24...
[16:34:45.368] #7  0x0000558f5fc02e66 in pg_backup_stop (fcinfo=<optimized out>) at ../src/backend/access/transam/xlogfu...
[16:34:45.368] #8  0x0000558f5fe0030c in ExecMakeTableFunctionResult (setexpr=0x558f63138358, econtext=0x558f63138228, a...
[16:34:45.368] #9  0x0000558f5fe2e4fe in FunctionNext (node=0x558f63138018) at ../src/backend/executor/nodeFunctionscan....
core
[16:34:45.863] #0  0x00007f4b316a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[16:34:45.863] #1  0x00007f4b3165afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[16:34:45.863] #2  0x00007f4b31645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[16:34:45.863] #3  0x00007f4b3181e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[16:34:45.863] #4  0x00007f4b3182aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[16:34:45.863] #5  0x00007f4b3180d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55d839c74f80,...
[16:34:45.863] #6  0x000055d838d9d12a in backup_control_file (controlFile=controlFile@entry=0x55d86f2a718c "V_\216䆰#g\24...
[16:34:45.863] #7  0x000055d838da1e66 in pg_backup_stop (fcinfo=<optimized out>) at ../src/backend/access/transam/xlogfu...
[16:34:45.863] #8  0x000055d838f77e78 in ExecInterpExpr (state=0x55d86f29e8a0, econtext=0x55d86f29e648, isnull=0x7fffa36...
[16:34:45.863] #9  0x000055d838f6c746 in ExecInterpExprStillValid (state=0x55d86f29e8a0, econtext=0x55d86f29e648, isNull...
tap
[16:30:35.660](1.677s) not ok 18 - psql fails correctly
[16:30:35.661](0.000s) not ok 19 - pg_backup_start fails gracefully
test
[16:33:30.878]  25/312 postgresql:recovery / recovery/020_archive_status                               ERROR            ...
[16:33:30.878]  43/312 postgresql:recovery / recovery/042_low_level_backup                             ERROR            ...
51/4966 Parallel CREATE INDEX for GIN indexes
CompilerWarnings
compiler
[16:22:41.844] gininsert.c:2421:35: error: format ‘%ld’ expects argument of type ‘long int’, but argument 2 has type ‘in...
compiler
[16:22:41.844] gininsert.c:2402:37: error: format ‘%ld’ expects argument of type ‘long int’, but argument 3 has type ‘lo...
51/4929 apply_scanjoin_target_to_paths and partitionwise join
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-31 15:25:29.108472000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_join.out	2024-10-31 15:27:08.018...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/recovery/0...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-31 15:25:29.108472000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/partition_join.out	2024-10-31 15:27:56.4...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/regress/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-31 15:25:29.108472000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/partition_join.out	2024-10-31 15:27:04.811340000 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[15:27:11.815](61.183s) not ok 5 - regression tests pass
tap
[15:28:01.714](75.228s) not ok 2 - regression tests pass
test
[15:29:52.381]  40/312 postgresql:regress / regress/regress                                            ERROR            ...
[15:29:52.381]  83/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[15:29:52.381] 155/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_c...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-31 15:25:24.690270756 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/partition_join.out	2024-10-31 15:31:19.863351142 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/src/test/recovery/tmp_ch...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-31 15:25:24.690270756 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/partition_join.out	2024-10-31 15:33:00.996213913 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/src/test/regress/results...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-31 15:25:24.690270756 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/partition_join.out	2024-10-31 15:28:57.295647567 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[15:31:23.637](111.716s) not ok 5 - regression tests pass
tap
[15:33:04.398](64.852s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-31 15:25:24.320797038 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_join.out	2024-10-31 15:27:54.934...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/recovery/0...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-31 15:25:24.320797038 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/partition_join.out	2024-10-31 15:28:29.6...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/regress/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-31 15:25:24.320797038 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/partition_join.out	2024-10-31 15:27:48.322635490 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[15:27:57.439](73.541s) not ok 5 - regression tests pass
tap
[15:28:32.207](74.673s) not ok 2 - regression tests pass
test
[15:30:14.765]  43/312 postgresql:regress / regress/regress                                            ERROR            ...
[15:30:14.765] 128/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[15:30:14.765] 153/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/create_function_sql.out /Users/admin/pgsql/build/testrun/pg_upgrad...
--- /Users/admin/pgsql/src/test/regress/expected/create_function_sql.out	2024-10-31 15:25:28
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/create_function_sql.out	2024-10-31 15:27:01
@@ -1,743 +1 @@
---
--- CREATE_FUNCTION_SQL
---
--- Assorted tests using SQL-language functions
---
--- All objects made in this test are in temp_func_test schema
-CREATE USER regress_unpriv_user;
-CREATE SCHEMA temp_func_test;
-GRANT ALL ON SCHEMA temp_func_test TO public;
-SET search_path TO temp_func_test, public;
---
--- Make sanity checks on the pg_proc entries created by CREATE FUNCTION
---
---
--- ARGUMENT and RETURN TYPES
---
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/partition_join.out /Users/admin/pgsql/build/testrun/recovery/027_s...
--- /Users/admin/pgsql/src/test/regress/expected/partition_join.out	2024-10-31 15:25:28
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/partition_join.out	2024-10-31 15:29:02
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/partition_join.out /Users/admin/pgsql/build/testrun/regress/regres...
--- /Users/admin/pgsql/src/test/regress/expected/partition_join.out	2024-10-31 15:25:28
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/partition_join.out	2024-10-31 15:27:47
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[15:27:49.345](61.280s) not ok 5 - regression tests pass
tap
[15:29:06.919](77.467s) not ok 2 - regression tests pass
test
[15:31:53.559]  28/312 postgresql:regress / regress/regress                                            ERROR            ...
[15:31:53.559]  48/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[15:31:53.559] 146/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/partition_join.out C:/cirrus/build/testrun/pg_upgrade/0...
--- C:/cirrus/src/test/regress/expected/partition_join.out	2024-10-31 15:25:35.614926900 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_join.out	2024-10-31 15:29:46.131008400 +000...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/partition_join.out C:/cirrus/build/testrun/recovery/027...
--- C:/cirrus/src/test/regress/expected/partition_join.out	2024-10-31 15:25:35.614926900 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/partition_join.out	2024-10-31 15:32:34.691626400 +0...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/partition_join.out C:/cirrus/build/testrun/regress/regr...
--- C:/cirrus/src/test/regress/expected/partition_join.out	2024-10-31 15:25:35.614926900 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/partition_join.out	2024-10-31 15:29:39.245272500 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[15:29:57.944](129.026s) not ok 5 - regression tests pass
tap
[15:32:46.773](150.792s) not ok 2 - regression tests pass
test
[15:39:34.613]  20/307 postgresql:regress / regress/regress                                            ERROR           1...
[15:39:34.613]  39/307 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           2...
[15:39:34.613] 108/307 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5091 inplace update: send nontransactional invalidations
CompilerWarnings
compiler
[14:07:13.985] heapam_handler.c:140:8: error: mixing declarations and code is incompatible with standards before C99 [-W...
compiler
[14:07:07.320] heapam_handler.c:140:8: error: mixing declarations and code is incompatible with standards before C99 [-W...
compiler
[14:06:39.447] heapam_handler.c:140:1: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta...
compiler
[14:06:33.289] heapam_handler.c:140:1: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta...
compiler
[14:07:35.796] heapam_handler.c:140:1: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta...
FreeBSD - 13 - Meson
core
[15:05:36.174] #0  0x000000082b0428fa in ?? ()
[15:05:36.174] #1  0x000000082b07bf91 in ?? ()
[15:05:36.174] #2  0x00000008216e17d0 in ?? ()
[15:05:36.174] #3  0x000000082b869410 in ?? ()
[15:05:36.174] #4  0x0000000000000000 in ?? ()
test
[15:04:17.261]  50/312 postgresql:regress / regress/regress                                            TIMEOUT        10...
[15:04:17.261]  51/312 postgresql:isolation / isolation/isolation                                      TIMEOUT        10...
[15:04:17.261]  52/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               TIMEOUT        10...
[15:04:17.261] 103/312 postgresql:recovery / recovery/027_stream_regress                               TIMEOUT        10...
51/5291 Remove an unnecessary check on semijoin_target_ok() on postgres_fdw.c
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/roleattributes.out C:/cirrus/build/testrun/regress/regr...
--- C:/cirrus/src/test/regress/expected/roleattributes.out	2024-10-31 13:49:35.179467000 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/roleattributes.out	2024-10-31 13:51:50.742465500 +0000
@@ -1,249 +1 @@
--- default for superuser is false
-CREATE ROLE regress_test_def_superuser;
-SELECT rolname, rolsuper, rolinherit, rolcreaterole, rolcreatedb, rolcanlogin, rolreplication, rolbypassrls, rolconnlim...
-          rolname           | rolsuper | rolinherit | rolcreaterole | rolcreatedb | rolcanlogin | rolreplication | rolb...
-----------------------------+----------+------------+---------------+-------------+-------------+----------------+-----...
- regress_test_def_superuser | f        | t          | f             | f           | f           | f              | f   ...
-(1 row)
-
-CREATE ROLE regress_test_superuser WITH SUPERUSER;
-SELECT rolname, rolsuper, rolinherit, rolcreaterole, rolcreatedb, rolcanlogin, rolreplication, rolbypassrls, rolconnlim...
-        rolname         | rolsuper | rolinherit | rolcreaterole | rolcreatedb | rolcanlogin | rolreplication | rolbypas...
-------------------------+----------+------------+---------------+-------------+-------------+----------------+---------...
- regress_test_superuser | t        | t          | f             | f           | f           | f              | f       ...
-(1 row)
-
-ALTER ROLE regress_test_superuser WITH NOSUPERUSER;
...
test
[14:01:24.324]   6/307 postgresql:regress / regress/regress                                            ERROR           1...
50/5324 Wrong result when enable_partitionwise_join is on if collation of PartitionKey and Column is different.
FreeBSD - 13 - Meson
core
[13:39:25.667] #0  0x00001a321587bbce in ?? () from /libexec/ld-elf.so.1
[13:39:25.667] #1  0x00000a1593b8c0c2 in ?? () from /lib/libc.so.7
[13:39:25.667] #2  0x000000000cb408ce in ?? ()
[13:39:25.667] #3  0x00000000eb6edf61 in ?? ()
[13:39:25.667] #4  0x00000a15938940f8 in ?? ()
[13:39:25.667] #5  0x00000a1500000004 in ?? ()
[13:39:25.667] #6  0x00000a159388fc08 in ?? ()
[13:39:25.667] #7  0x00000a1593b6cb00 in ?? () from /lib/libc.so.7
[13:39:25.667] #8  0x0000000000000000 in ?? ()
core
[13:39:25.563] #0  0x000042f3a38cc5da in ?? () from /libexec/ld-elf.so.1
[13:39:25.563] #1  0x000042f3a38c86ec in ?? () from /libexec/ld-elf.so.1
[13:39:25.563] #2  0x0000000000000000 in ?? ()
[13:39:25.666] #0  0x00001a321587bbce in ?? () from /libexec/ld-elf.so.1
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/test_regex/expected/test_regex.out /tmp/cirrus-ci-build/build/testrun/tes...
--- /tmp/cirrus-ci-build/src/test/modules/test_regex/expected/test_regex.out	2024-10-31 13:33:17.305426000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/test_regex-running/regress/results/test_regex.out	2024-10-31 13:37:42.283967000 +...
@@ -1,5084 +1 @@
--- This file is based on tests/reg.test from the Tcl distribution,
--- which is marked
--- # Copyright (c) 1998, 1999 Henry Spencer.  All rights reserved.
--- The full copyright notice can be found in src/backend/regex/COPYRIGHT.
--- Most commented lines below are copied from reg.test.  Each
--- test case is followed by an equivalent test using test_regex().
-create extension test_regex;
-set standard_conforming_strings = on;
--- # support functions and preliminary misc.
--- # This is sensitive to changes in message wording, but we really have to
--- # test the code->message expansion at least once.
--- ::tcltest::test reg-0.1 "regexp error reporting" {
---     list [catch {regexp (*) ign} msg] $msg
--- } {1 {couldn't compile regular expression pattern: quantifier operand invalid}}
-select * from test_regex('(*)', '', '');
-ERROR:  invalid regular expression: quantifier operand invalid
...
test
[13:38:11.985] 65/76 postgresql:test_regex-running / test_regex-running/regress                   ERROR             0.36...
51/5334 Support regular expressions with nondeterministic collations
Linux - Debian Bookworm - Meson
core
[13:22:15.609] #0  0x00007fb118ac0d24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[13:22:15.609] #1  0x00007fb118a6d239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[13:22:15.609] #2  0x00007fb118a6d497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[13:22:15.609] #3  0x000055c464d3b5c1 in ?? ()
[13:22:15.609] #4  0x000055c464d35369 in ?? ()
[13:22:15.609] #5  0x000055c464d3420f in ?? ()
[13:22:15.609] #6  0x000055c464d34c3b in ?? ()
[13:22:15.609] #7  0x000055c464d3266f in ?? ()
[13:22:15.609] #8  0x00007fb118a5824a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:22:15.609] #9  0x00007fb118a58305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:22:18.212] #0  0xf7f99559 in __kernel_vsyscall ()
[13:22:18.212] #1  0xf68d42f7 in ?? () from /lib/i386-linux-gnu/libc.so.6
[13:22:18.212] #2  0xf6883111 in raise () from /lib/i386-linux-gnu/libc.so.6
[13:22:18.212] #3  0xf686c26a in abort () from /lib/i386-linux-gnu/libc.so.6
[13:22:18.212] #4  0xf6a8fd4a in __sanitizer::Abort () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_pos...
[13:22:18.212] #5  0xf6a9e896 in __sanitizer::Die () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_termi...
[13:22:18.212] #6  0xf6a7c58c in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=<optimized out>, Pointer=<optimize...
[13:22:18.212] #7  0x56f5b0a8 in pg_check_regex_collation (is_similar_to=true) at ../src/backend/regex/regc_pg_locale.c:...
[13:22:18.212] #8  0x56f5b433 in pg_regcomp (re=0xffbf0160, string=0x58f1a9ac, len=8, flags=3, collation=100) at ../src/...
[13:22:18.212] #9  0xeb01c89f in test_re_compile (text_re=text_re@entry=0x58eed4c4, cflags=3, collation=collation@entry=...
core
[13:22:17.589] #0  0x00007fd81d48ed24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[13:22:17.589] #1  0x00007fd81d43b239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[13:22:17.589] #2  0x00007fd81d43b497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[13:22:17.589] #3  0x00005642b139b5c1 in ?? ()
[13:22:17.589] #4  0x00005642b1395369 in ?? ()
[13:22:17.589] #5  0x00005642b139420f in ?? ()
[13:22:17.589] #6  0x00005642b1394c3b in ?? ()
[13:22:17.589] #7  0x00005642b139266f in ?? ()
[13:22:17.589] #8  0x00007fd81d42624a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:22:17.589] #9  0x00007fd81d426305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:22:17.454] #0  0xf7eed559 in __kernel_vsyscall ()
[13:22:17.454] #1  0xf68282f7 in ?? () from /lib/i386-linux-gnu/libc.so.6
[13:22:17.454] #2  0xf67d7111 in raise () from /lib/i386-linux-gnu/libc.so.6
[13:22:17.454] #3  0xf67c026a in abort () from /lib/i386-linux-gnu/libc.so.6
[13:22:17.454] #4  0xf69e3d4a in __sanitizer::Abort () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_pos...
[13:22:17.454] #5  0xf69f2896 in __sanitizer::Die () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_termi...
[13:22:17.454] #6  0xf69d058c in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=<optimized out>, Pointer=<optimize...
[13:22:17.454] #7  0x56fd90a8 in pg_check_regex_collation (is_similar_to=true) at ../src/backend/regex/regc_pg_locale.c:...
[13:22:17.454] #8  0x56fd9433 in pg_regcomp (re=0xffcb9c50, string=0x59fccb34, len=5, flags=19, collation=100) at ../src...
[13:22:17.454] #9  0x572ded9d in RE_compile_and_cache (text_re=0x59fb9938, cflags=19, collation=100) at ../src/backend/u...
core
[13:22:16.594] #0  0xf7fb1559 in __kernel_vsyscall ()
[13:22:16.594] #1  0xf68ec2f7 in ?? () from /lib/i386-linux-gnu/libc.so.6
[13:22:16.594] #2  0xf689b111 in raise () from /lib/i386-linux-gnu/libc.so.6
[13:22:16.594] #3  0xf688426a in abort () from /lib/i386-linux-gnu/libc.so.6
[13:22:16.594] #4  0xf6aa7d4a in __sanitizer::Abort () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_pos...
[13:22:16.594] #5  0xf6ab6896 in __sanitizer::Die () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_termi...
[13:22:16.594] #6  0xf6a9458c in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=<optimized out>, Pointer=<optimize...
[13:22:16.594] #7  0x56fcc0a8 in pg_check_regex_collation (is_similar_to=true) at ../src/backend/regex/regc_pg_locale.c:...
[13:22:16.594] #8  0x56fcc433 in pg_regcomp (re=0xffccbfc0, string=0x59746d30, len=16, flags=27, collation=100) at ../sr...
[13:22:16.594] #9  0x572d1d9d in RE_compile_and_cache (text_re=0x5974afc8, cflags=27, collation=100) at ../src/backend/u...
core
[13:22:16.104] #0  0xf7f77559 in __kernel_vsyscall ()
[13:22:16.104] #1  0xf68b22f7 in ?? () from /lib/i386-linux-gnu/libc.so.6
[13:22:16.104] #2  0xf6861111 in raise () from /lib/i386-linux-gnu/libc.so.6
[13:22:16.104] #3  0xf684a26a in abort () from /lib/i386-linux-gnu/libc.so.6
[13:22:16.104] #4  0xf6a6dd4a in __sanitizer::Abort () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_pos...
[13:22:16.104] #5  0xf6a7c896 in __sanitizer::Die () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_termi...
[13:22:16.104] #6  0xf6a5a58c in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=<optimized out>, Pointer=<optimize...
[13:22:16.104] #7  0x56fc20a8 in pg_check_regex_collation (is_similar_to=true) at ../src/backend/regex/regc_pg_locale.c:...
[13:22:16.104] #8  0x56fc2433 in pg_regcomp (re=0xff9b0010, string=0x586eddac, len=37, flags=3, collation=100) at ../src...
[13:22:16.104] #9  0x572c7d9d in RE_compile_and_cache (text_re=0x586edd60, cflags=3, collation=100) at ../src/backend/ut...
core
[13:22:15.494] #0  0x00007fd81d48ed24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[13:22:15.494] #1  0x00007fd81d43b239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[13:22:15.494] #2  0x00007fd81d43b497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[13:22:15.494] #3  0x00005642b139b5f3 in ?? ()
[13:22:15.494] #4  0x00005642b1395369 in ?? ()
[13:22:15.494] #5  0x00005642b139420f in ?? ()
[13:22:15.494] #6  0x00005642b1394c3b in ?? ()
[13:22:15.494] #7  0x00005642b139266f in ?? ()
[13:22:15.494] #8  0x00007fd81d42624a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:22:15.494] #9  0x00007fd81d426305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:22:15.494] #0  <unavailable> in ?? ()
core
[13:22:15.368] #0  0xf7eed559 in __kernel_vsyscall ()
[13:22:15.368] #1  0xf68282f7 in ?? () from /lib/i386-linux-gnu/libc.so.6
[13:22:15.368] #2  0xf67d7111 in raise () from /lib/i386-linux-gnu/libc.so.6
[13:22:15.368] #3  0xf67c026a in abort () from /lib/i386-linux-gnu/libc.so.6
[13:22:15.368] #4  0xf69e3d4a in __sanitizer::Abort () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_pos...
[13:22:15.368] #5  0xf69f2896 in __sanitizer::Die () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_termi...
[13:22:15.368] #6  0xf69d058c in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=<optimized out>, Pointer=<optimize...
[13:22:15.368] #7  0x56fd90a8 in pg_check_regex_collation (is_similar_to=true) at ../src/backend/regex/regc_pg_locale.c:...
[13:22:15.368] #8  0x56fd9433 in pg_regcomp (re=0xffcb9e50, string=0x59f85c4c, len=37, flags=3, collation=100) at ../src...
[13:22:15.368] #9  0x572ded9d in RE_compile_and_cache (text_re=0x59f85c00, cflags=3, collation=100) at ../src/backend/ut...
core
[13:22:14.826] #0  0x00007fb118ac0d24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[13:22:14.826] #1  0x00007fb118a6d239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[13:22:14.826] #2  0x00007fb118a6d497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[13:22:14.826] #3  0x000055c464d3b5f3 in ?? ()
[13:22:14.826] #4  0x000055c464d35369 in ?? ()
[13:22:14.826] #5  0x000055c464d3420f in ?? ()
[13:22:14.826] #6  0x000055c464d34c3b in ?? ()
[13:22:14.826] #7  0x000055c464d3266f in ?? ()
[13:22:14.826] #8  0x00007fb118a5824a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:22:14.826] #9  0x00007fb118a58305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:22:14.826] #0  <unavailable> in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/contrib/citext/expected/citext.out /tmp/cirrus-ci-build/build-32/testrun/citext/regress/re...
--- /tmp/cirrus-ci-build/contrib/citext/expected/citext.out	2024-10-31 13:10:39.842490316 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/citext/regress/results/citext.out	2024-10-31 13:19:03.085313922 +0000
@@ -500,2185 +500,7 @@
 
 -- SIMILAR TO should be case-insensitive.
 SELECT name FROM srt WHERE name SIMILAR TO '%a.*';
- name 
-------
- ABA
-(1 row)
-
-SELECT name FROM srt WHERE name SIMILAR TO '%A.*';
- name 
-------
- ABA
-(1 row)
-
--- Explicit casts.
-SELECT true::citext = 'true' AS t;
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/strings.out /tmp/cirrus-ci-build/build-32/testrun/recovery/027_s...
--- /tmp/cirrus-ci-build/src/test/regress/expected/strings.out	2024-10-31 13:10:41.726490356 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/recovery/027_stream_regress/data/results/strings.out	2024-10-31 13:18:38.36934...
@@ -438,2255 +438,7 @@
 ERROR:  negative substring length not allowed
 -- T581 regular expression substring (with SQL's bizarre regexp syntax)
 SELECT SUBSTRING('abcdefg' SIMILAR 'a#"(b_d)#"%' ESCAPE '#') AS "bcd";
- bcd 
------
- bcd
-(1 row)
-
--- obsolete SQL99 syntax
-SELECT SUBSTRING('abcdefg' FROM 'a#"(b_d)#"%' FOR '#') AS "bcd";
- bcd 
------
- bcd
-(1 row)
-
--- No match should return NULL
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/strings.out /tmp/cirrus-ci-build/build-32/testrun/regress/regres...
--- /tmp/cirrus-ci-build/src/test/regress/expected/strings.out	2024-10-31 13:10:41.726490356 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/regress/regress/results/strings.out	2024-10-31 13:18:01.109375560 +0000
@@ -438,2255 +438,7 @@
 ERROR:  negative substring length not allowed
 -- T581 regular expression substring (with SQL's bizarre regexp syntax)
 SELECT SUBSTRING('abcdefg' SIMILAR 'a#"(b_d)#"%' ESCAPE '#') AS "bcd";
- bcd 
------
- bcd
-(1 row)
-
--- obsolete SQL99 syntax
-SELECT SUBSTRING('abcdefg' FROM 'a#"(b_d)#"%' FOR '#') AS "bcd";
- bcd 
------
- bcd
-(1 row)
-
--- No match should return NULL
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/test_regex/expected/test_regex.out /tmp/cirrus-ci-build/build-32/testrun/...
--- /tmp/cirrus-ci-build/src/test/modules/test_regex/expected/test_regex.out	2024-10-31 13:10:41.590490353 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/test_regex/regress/results/test_regex.out	2024-10-31 13:19:20.741291580 +0000
@@ -1010,4075 +1010,7 @@
 ERROR:  invalid regular expression: invalid character range
 -- expectMatch	9.15 &LP	{[[:<:]]a}	a	a
 select * from test_regex('[[:<:]]a', 'a', 'LP');
-          test_regex           
--------------------------------
- {0,REG_UNONPOSIX,REG_ULOCALE}
- {a}
-(2 rows)
-
-select * from test_regex('[[:<:]]a', 'a', 'LPb');
-          test_regex           
--------------------------------
- {0,REG_UNONPOSIX,REG_ULOCALE}
- {a}
-(2 rows)
-
...
tap
[13:18:44.828](10.811s) not ok 2 - regression tests pass
test
[13:21:02.887]   5/312 postgresql:regress / regress/regress                                            ERROR            ...
[13:21:02.887]  36/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[13:21:02.887]  58/312 postgresql:citext / citext/regress                                              ERROR            ...
[13:21:02.887] 127/312 postgresql:test_regex / test_regex/regress                                      ERROR            ...
51/5284 database-specific role memberships
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/privs_in_db.out /tmp/cirrus-ci-build/build/testrun/regress-runni...
--- /tmp/cirrus-ci-build/src/test/regress/expected/privs_in_db.out	2024-10-31 13:04:01.655165000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress-running/regress/results/privs_in_db.out	2024-10-31 13:09:35.984824000 +00...
@@ -756,9 +756,10 @@
 DROP DATABASE regression_db_0;
 DROP ROLE regress_role_admin;
 SELECT datname FROM pg_database WHERE datname LIKE 'regression_db_%';
- datname 
----------
-(0 rows)
+      datname      
+-------------------
+ regression_dblink
+(1 row)
 
 SELECT rolname FROM pg_roles WHERE rolname LIKE 'regress_role_%';
  rolname 
test
[13:09:56.167] 75/76 postgresql:regress-running / regress-running/regress                         ERROR            24.68...
macOS - Sonoma - Meson
core
[13:15:38.764]   * frame #0: 0x0000000193aa6ca0 libsystem_kernel.dylib`__bsdthread_register + 8
[13:15:38.764]     frame #1: 0x0000000193adc1a4 libsystem_pthread.dylib`_pthread_bsdthread_init + 144
[13:15:38.764]     frame #2: 0x0000000193adbe9c libsystem_pthread.dylib`__pthread_init + 908
[13:15:38.764]     frame #3: 0x00000001a07665d4 libSystem.B.dylib`libSystem_initializer + 136
[13:15:38.764]     frame #4: 0x0000000193772608 dyld`invocation function for block in dyld4::Loader::findAndRunAllInitia...
[13:15:38.764]     frame #5: 0x00000001937b0d6c dyld`invocation function for block in dyld3::MachOAnalyzer::forEachIniti...
[13:15:38.764]     frame #6: 0x00000001937a4400 dyld`invocation function for block in dyld3::MachOFile::forEachSection(v...
[13:15:38.764]     frame #7: 0x00000001937532fc dyld`dyld3::MachOFile::forEachLoadCommand(Diagnostics&, void (load_comma...
[13:15:38.764]     frame #8: 0x00000001937a3394 dyld`dyld3::MachOFile::forEachSection(void (dyld3::MachOFile::SectionInf...
[13:15:38.764]     frame #9: 0x00000001937b0880 dyld`dyld3::MachOAnalyzer::forEachInitializer(Diagnostics&, dyld3::MachO...
core
[13:16:19.666]   * frame #0: 0x00000001937a28d4 dyld`dyld3::MachOFile::archName() const + 32
[13:16:19.666]     frame #1: 0x000000019375abb8 dyld`dyld4::ProcessConfig::Process::getMainArchs(dyld4::SyscallDelegate&...
[13:16:19.666]     frame #2: 0x000000019375a430 dyld`dyld4::ProcessConfig::Process::Process(dyld4::KernelArgs const*, dy...
[13:16:19.666]     frame #3: 0x000000019375984c dyld`dyld4::ProcessConfig::ProcessConfig(dyld4::KernelArgs const*, dyld4...
[13:16:19.666]     frame #4: 0x0000000193756dc0 dyld`start + 1560
core
[13:16:00.595]   * frame #0: 0x000000010077cb70 dyld`_dyld_start
tap
[13:11:06.570](0.000s) not ok 289 - pgbench script error: set too many args stderr /(?^:too many function arguments)/
test
[13:12:15.532] 214/312 postgresql:pgbench / pgbench/001_pgbench_with_server                            ERROR            ...
51/4564 Reducing memory consumed by RestrictInfo list translations in partitionwise join planning
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/classroom-scheduling.out /tmp/cirrus-ci-build/build/testrun/is...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/classroom-scheduling.out	2024-10-31 12:34:24.208640000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/isolation-running/isolation/results/classroom-scheduling.out	2024-10-31 12:39:29....
@@ -1,379 +1,2 @@
 Parsed test spec with 2 sessions
-
-starting permutation: rx1 wy1 c1 ry2 wx2 c2
-step rx1: SELECT count(*) FROM room_reservation WHERE room_id = '101' AND start_time < TIMESTAMP WITH TIME ZONE '2010-0...
-count
------
-    0
-(1 row)
-
-step wy1: INSERT INTO room_reservation VALUES ('101', TIMESTAMP WITH TIME ZONE '2010-04-01 13:00', TIMESTAMP WITH TIME ...
-step c1: COMMIT;
-step ry2: SELECT count(*) FROM room_reservation WHERE room_id = '101' AND start_time < TIMESTAMP WITH TIME ZONE '2010-0...
-count
------
-    1
-(1 row)
...
test
[12:40:03.028] 76/76 postgresql:isolation-running / isolation-running/isolation                   ERROR            41.20...
51/1608 declarative session variables, LET command
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/test_pg_dump/expected/test_pg_dump.out /tmp/cirrus-ci-build/build/testrun...
--- /tmp/cirrus-ci-build/src/test/modules/test_pg_dump/expected/test_pg_dump.out	2024-10-31 11:47:18.226238000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/test_pg_dump-running/regress/results/test_pg_dump.out	2024-10-31 11:53:03.8210440...
@@ -1,590 +1 @@
-CREATE ROLE regress_dump_test_role;
-CREATE EXTENSION test_pg_dump;
-ALTER EXTENSION test_pg_dump ADD DATABASE postgres; -- error
-ERROR:  cannot add an object of this type to an extension
-CREATE TABLE test_pg_dump_t1 (c1 int, junk text);
-ALTER TABLE test_pg_dump_t1 DROP COLUMN junk;  -- to exercise dropped-col cases
-CREATE VIEW test_pg_dump_v1 AS SELECT * FROM test_pg_dump_t1;
-CREATE MATERIALIZED VIEW test_pg_dump_mv1 AS SELECT * FROM test_pg_dump_t1;
-CREATE SCHEMA test_pg_dump_s1;
-CREATE TYPE test_pg_dump_e1 AS ENUM ('abc', 'def');
-CREATE AGGREGATE newavg (
-   sfunc = int4_avg_accum, basetype = int4, stype = _int8,
-   finalfunc = int8_avg,
-   initcond1 = '{0,0}'
-);
-CREATE FUNCTION test_pg_dump(int) RETURNS int AS $$
...
test
[11:53:35.382] 61/76 postgresql:test_pg_dump-running / test_pg_dump-running/regress               ERROR             0.38...
51/5131 add log_transaction GUC setting
FreeBSD - 13 - Meson
tap
[11:38:49.351](1.536s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[11:38:59.229] 293/312 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
Linux - Debian Bookworm - Autoconf
tap
[11:39:33.633](0.976s) not ok 1 - no parameters missing from postgresql.conf.sample
Linux - Debian Bookworm - Meson
tap
[11:41:26.915](0.488s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[11:41:38.073] 291/312 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
macOS - Sonoma - Meson
tap
[11:40:14.141](0.904s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[11:40:29.021] 293/312 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[11:46:07.563](1.967s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[11:46:36.346] 286/307 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
51/5353 Allow default \watch interval in psql to be configured
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/create_cast.out C:/cirrus/build/testrun/pg_upgrade/002_...
--- C:/cirrus/src/test/regress/expected/create_cast.out	2024-10-31 09:27:29.128432700 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/create_cast.out	2024-10-31 09:30:11.138022200 +0000
@@ -1,103 +1 @@
---
--- CREATE_CAST
---
--- Create some types to test with
-CREATE TYPE casttesttype;
-CREATE FUNCTION casttesttype_in(cstring)
-   RETURNS casttesttype
-   AS 'textin'
-   LANGUAGE internal STRICT IMMUTABLE;
-NOTICE:  return type casttesttype is only a shell
-CREATE FUNCTION casttesttype_out(casttesttype)
-   RETURNS cstring
-   AS 'textout'
-   LANGUAGE internal STRICT IMMUTABLE;
-NOTICE:  argument type casttesttype is only a shell
-CREATE TYPE casttesttype (
...
tap
[09:31:57.052](136.516s) not ok 5 - regression tests pass
test
[09:41:17.844]  41/307 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           2...
51/5199 Fix standby may crash when switching-over in certain special cases
macOS - Sonoma - Meson
tap
[09:22:21.901](0.000s) not ok 383 - pgbench script error: bad boolean stderr /(?^:malformed variable.*trueXXX)/
test
[09:23:38.407] 214/312 postgresql:pgbench / pgbench/001_pgbench_with_server                            ERROR            ...
51/5333 Document how to run only specific regress tests
FreeBSD - 13 - Meson
test
[09:10:11.845] 66/76 postgresql:test_rls_hooks-running / test_rls_hooks-running/regress           ERROR             0.14...
50/5208 prefetching for nestloop / indexscan
FreeBSD - 13 - Meson
tap
[08:10:03.568](1.497s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[08:10:14.071] 293/312 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
Linux - Debian Bookworm - Autoconf
tap
[08:12:06.971](1.099s) not ok 1 - no parameters missing from postgresql.conf.sample
Linux - Debian Bookworm - Meson
tap
[08:12:41.164](0.496s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[08:12:52.870] 291/312 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[08:18:39.333](2.018s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[08:19:11.440] 288/307 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
51/5190 CREATE SUBSCRIPTION - add missing test case
FreeBSD - 13 - Meson
test
[08:04:31.021] 243/312 postgresql:postmaster / postmaster/001_connection_limits                        ERROR            ...
51/4888 Run deferred triggers in the correct security context
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_p...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-10-31 07:45:11.940823000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/triggers.out	2024-10-31 07:46:06.320362000...
@@ -3731,7 +3731,9 @@
 -- test who runs deferred trigger functions
 -- setup
 create role groot;
+WARNING:  roles created by regression test cases should have names starting with "regress_"
 create role outis;
+WARNING:  roles created by regression test cases should have names starting with "regress_"
 create function whoami() returns trigger language plpgsql
 as $$
 begin
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/build/testrun/recovery/027_str...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-10-31 07:45:11.940823000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/triggers.out	2024-10-31 07:46:50.3486070...
@@ -3731,7 +3731,9 @@
 -- test who runs deferred trigger functions
 -- setup
 create role groot;
+WARNING:  roles created by regression test cases should have names starting with "regress_"
 create role outis;
+WARNING:  roles created by regression test cases should have names starting with "regress_"
 create function whoami() returns trigger language plpgsql
 as $$
 begin
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/build/testrun/regress/regress/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-10-31 07:45:11.940823000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/triggers.out	2024-10-31 07:46:06.210732000 +0000
@@ -3731,7 +3731,9 @@
 -- test who runs deferred trigger functions
 -- setup
 create role groot;
+WARNING:  roles created by regression test cases should have names starting with "regress_"
 create role outis;
+WARNING:  roles created by regression test cases should have names starting with "regress_"
 create function whoami() returns trigger language plpgsql
 as $$
 begin
tap
[07:46:50.224](58.176s) not ok 5 - regression tests pass
tap
[07:47:40.294](71.153s) not ok 2 - regression tests pass
test
[07:49:33.001]  12/312 postgresql:regress / regress/regress                                            ERROR            ...
[07:49:33.001]  78/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[07:49:33.001] 153/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
50/5348 Making error message more user-friendly with spaces in a URI
FreeBSD - 13 - Meson
tap
[05:28:44.144](0.040s) not ok 25 - postgresql://host?  user user  =  uri  & port = 12345 12 
[05:28:44.182](0.037s) not ok 26 - postgresql://host?  user  =  uri-user  & port = 12345 12 
test
[05:30:33.547] 134/312 postgresql:libpq / libpq/001_uri                                                ERROR            ...
Linux - Debian Bookworm - Autoconf
tap
[05:27:33.215](0.118s) not ok 25 - postgresql://host?  user user  =  uri  & port = 12345 12 
[05:27:33.364](0.149s) not ok 26 - postgresql://host?  user  =  uri-user  & port = 12345 12 
Linux - Debian Bookworm - Meson
core
[05:32:08.402] #0  0x00007ff9162aed24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[05:32:08.402] #1  0x00007ff91625b239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[05:32:08.402] #2  0x00007ff916316184 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:32:08.402] #3  0x00007ff9163287dc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:32:08.402] #0  <unavailable> in ?? ()
tap
[05:29:22.132](0.044s) not ok 25 - postgresql://host?  user user  =  uri  & port = 12345 12 
[05:29:22.170](0.037s) not ok 26 - postgresql://host?  user  =  uri-user  & port = 12345 12 
test
[05:31:06.496] 135/312 postgresql:libpq / libpq/001_uri                                                ERROR            ...
macOS - Sonoma - Meson
tap
[05:29:33.904](0.015s) not ok 25 - postgresql://host?  user user  =  uri  & port = 12345 12 
[05:29:33.919](0.014s) not ok 26 - postgresql://host?  user  =  uri-user  & port = 12345 12 
test
[05:31:50.564] 139/312 postgresql:libpq / libpq/001_uri                                                ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[05:33:07.721](0.391s) not ok 25 - postgresql://host?  user user  =  uri  & port = 12345 12 
[05:33:07.779](0.058s) not ok 26 - postgresql://host?  user  =  uri-user  & port = 12345 12 
test
[05:38:22.778] 136/307 postgresql:libpq / libpq/001_uri                                                ERROR            ...
51/5196 Use function smgrclose() to replace the loop
CompilerWarnings
compiler
[02:59:27.903] smgr.c:282:13: error: unused variable 'forknum' [-Werror,-Wunused-variable]
compiler
[02:59:27.903] smgr.c:487:9: error: unused variable 'which' [-Werror,-Wunused-variable]
compiler
[02:59:19.795] smgr.c:487:9: error: unused variable 'which' [-Werror,-Wunused-variable]
compiler
[02:59:19.795] smgr.c:282:13: error: unused variable 'forknum' [-Werror,-Wunused-variable]
compiler
[02:58:51.064] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable]
compiler
[02:58:51.064] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
compiler
[02:58:43.293] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
compiler
[02:58:43.293] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable]
compiler
[02:59:51.095] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
compiler
[02:59:51.095] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable]
51/4319 Avoid unnecessary PlaceHolderVars for simple Vars
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/query_cancel.out /tmp/cirrus-ci-build/build/testrun/postgres...
--- /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/query_cancel.out	2024-10-31 01:42:37.246647641 +0000
+++ /tmp/cirrus-ci-build/build/testrun/postgres_fdw/regress/results/query_cancel.out	2024-10-31 01:48:09.330201657 +0000
@@ -29,4 +29,5 @@
 -- This would take very long if not canceled:
 SELECT count(*) FROM ft1 a CROSS JOIN ft1 b CROSS JOIN ft1 c CROSS JOIN ft1 d;
 ERROR:  canceling statement due to statement timeout
+WARNING:  could not get result of cancel request due to timeout
 COMMIT;
test
[01:49:28.551] 160/312 postgresql:postgres_fdw / postgres_fdw/regress                                  ERROR            ...
50/5312 BUG #18568: BUG: Result wrong when do group by on partition table!
Linux - Debian Bookworm - Meson
core
[01:08:18.439] #0  <unavailable> in ?? ()
core
[01:08:19.020] #0  0x00007f0624014d24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[01:08:19.020] #1  0x00007f0623fc1239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[01:08:19.020] #2  0x00007f0623fc1497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[01:08:19.020] #3  0x00005617b2e4a5c1 in ?? ()
[01:08:19.020] #4  0x00005617b2e44369 in ?? ()
[01:08:19.020] #5  0x00005617b2e4320f in ?? ()
[01:08:19.020] #6  0x00005617b2e43c3b in ?? ()
[01:08:19.020] #7  0x00005617b2e4166f in ?? ()
[01:08:19.020] #8  0x00007f0623fac24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[01:08:19.020] #9  0x00007f0623fac305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[01:08:18.904] #0  0xf7efb559 in __kernel_vsyscall ()
[01:08:18.904] #1  0xf683b582 in pthread_sigmask () from /lib/i386-linux-gnu/libc.so.6
[01:08:18.904] #2  0xf67e5380 in sigprocmask () from /lib/i386-linux-gnu/libc.so.6
[01:08:18.904] #3  0xf68b1f75 in ?? () from /lib/i386-linux-gnu/libc.so.6
[01:08:18.904] #4  0xf68cf698 in ?? () from /lib/i386-linux-gnu/libc.so.6
[01:08:19.020] #0  0x00007f0624014d24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
core
[01:08:18.904] #0  <unavailable> in ?? ()
core
[01:08:18.439] #0  0x00007f0624014d24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[01:08:18.439] #1  0x00007f0623fc1239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[01:08:18.439] #2  0x00007f0623fc1497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[01:08:18.439] #3  0x00005617b2e4a5f3 in ?? ()
[01:08:18.439] #4  0x00005617b2e44369 in ?? ()
[01:08:18.439] #5  0x00005617b2e4320f in ?? ()
[01:08:18.439] #6  0x00005617b2e43c3b in ?? ()
[01:08:18.439] #7  0x00005617b2e4166f in ?? ()
[01:08:18.439] #8  0x00007f0623fac24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[01:08:18.439] #9  0x00007f0623fac305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_aggregate.out /tmp/cirrus-ci-build/build-32/testrun/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_aggregate.out	2024-10-31 00:56:51.216301420 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/recovery/027_stream_regress/data/results/partition_aggregate.out	2024-10-31 01...
@@ -1529,44 +1529,32 @@
     locale = 'und-u-ks-level2',
     deterministic = false
 );
+ERROR:  current database's encoding is not supported with this provider
 CREATE TABLE pagg_tab3 (c text collate case_insensitive) PARTITION BY LIST(c collate "C");
+ERROR:  collation "case_insensitive" for encoding "SQL_ASCII" does not exist
+LINE 1: CREATE TABLE pagg_tab3 (c text collate case_insensitive) PAR...
+                                       ^
 CREATE TABLE pagg_tab3_p1 PARTITION OF pagg_tab3 FOR VALUES IN ('a', 'b', 'c', 'd');
+ERROR:  relation "pagg_tab3" does not exist
 CREATE TABLE pagg_tab3_p2 PARTITION OF pagg_tab3 FOR VALUES IN ('e', 'f', 'A');
+ERROR:  relation "pagg_tab3" does not exist
 CREATE TABLE pagg_tab3_p3 PARTITION OF pagg_tab3 FOR VALUES IN ('B', 'C', 'D', 'E');
+ERROR:  relation "pagg_tab3" does not exist
 INSERT INTO pagg_tab3 SELECT substr('abcdeABCDE', (i % 10) +1 , 1) FROM generate_series(0, 2999) i;
+ERROR:  relation "pagg_tab3" does not exist
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_aggregate.out /tmp/cirrus-ci-build/build-32/testrun/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_aggregate.out	2024-10-31 00:56:51.216301420 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/regress/regress/results/partition_aggregate.out	2024-10-31 01:04:42.710628566 ...
@@ -1529,44 +1529,32 @@
     locale = 'und-u-ks-level2',
     deterministic = false
 );
+ERROR:  current database's encoding is not supported with this provider
 CREATE TABLE pagg_tab3 (c text collate case_insensitive) PARTITION BY LIST(c collate "C");
+ERROR:  collation "case_insensitive" for encoding "SQL_ASCII" does not exist
+LINE 1: CREATE TABLE pagg_tab3 (c text collate case_insensitive) PAR...
+                                       ^
 CREATE TABLE pagg_tab3_p1 PARTITION OF pagg_tab3 FOR VALUES IN ('a', 'b', 'c', 'd');
+ERROR:  relation "pagg_tab3" does not exist
 CREATE TABLE pagg_tab3_p2 PARTITION OF pagg_tab3 FOR VALUES IN ('e', 'f', 'A');
+ERROR:  relation "pagg_tab3" does not exist
 CREATE TABLE pagg_tab3_p3 PARTITION OF pagg_tab3 FOR VALUES IN ('B', 'C', 'D', 'E');
+ERROR:  relation "pagg_tab3" does not exist
 INSERT INTO pagg_tab3 SELECT substr('abcdeABCDE', (i % 10) +1 , 1) FROM generate_series(0, 2999) i;
+ERROR:  relation "pagg_tab3" does not exist
...
tap
[01:05:28.245](64.264s) not ok 2 - regression tests pass
test
[01:07:06.038]  36/312 postgresql:regress / regress/regress                                            ERROR            ...
[01:07:06.038] 154/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/partition_aggregate.out C:/cirrus/build/testrun/pg_upgr...
--- C:/cirrus/src/test/regress/expected/partition_aggregate.out	2024-10-31 00:56:54.877380400 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_aggregate.out	2024-10-31 01:00:26.539459400...
@@ -1529,44 +1529,32 @@
     locale = 'und-u-ks-level2',
     deterministic = false
 );
+ERROR:  ICU is not supported in this build
 CREATE TABLE pagg_tab3 (c text collate case_insensitive) PARTITION BY LIST(c collate "C");
+ERROR:  collation "case_insensitive" for encoding "UTF8" does not exist
+LINE 1: CREATE TABLE pagg_tab3 (c text collate case_insensitive) PAR...
+                                       ^
 CREATE TABLE pagg_tab3_p1 PARTITION OF pagg_tab3 FOR VALUES IN ('a', 'b', 'c', 'd');
+ERROR:  relation "pagg_tab3" does not exist
 CREATE TABLE pagg_tab3_p2 PARTITION OF pagg_tab3 FOR VALUES IN ('e', 'f', 'A');
+ERROR:  relation "pagg_tab3" does not exist
 CREATE TABLE pagg_tab3_p3 PARTITION OF pagg_tab3 FOR VALUES IN ('B', 'C', 'D', 'E');
+ERROR:  relation "pagg_tab3" does not exist
 INSERT INTO pagg_tab3 SELECT substr('abcdeABCDE', (i % 10) +1 , 1) FROM generate_series(0, 2999) i;
+ERROR:  relation "pagg_tab3" does not exist
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/partition_aggregate.out C:/cirrus/build/testrun/recover...
--- C:/cirrus/src/test/regress/expected/partition_aggregate.out	2024-10-31 00:56:54.877380400 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/partition_aggregate.out	2024-10-31 01:02:29.9501442...
@@ -1529,44 +1529,32 @@
     locale = 'und-u-ks-level2',
     deterministic = false
 );
+ERROR:  ICU is not supported in this build
 CREATE TABLE pagg_tab3 (c text collate case_insensitive) PARTITION BY LIST(c collate "C");
+ERROR:  collation "case_insensitive" for encoding "WIN1252" does not exist
+LINE 1: CREATE TABLE pagg_tab3 (c text collate case_insensitive) PAR...
+                                       ^
 CREATE TABLE pagg_tab3_p1 PARTITION OF pagg_tab3 FOR VALUES IN ('a', 'b', 'c', 'd');
+ERROR:  relation "pagg_tab3" does not exist
 CREATE TABLE pagg_tab3_p2 PARTITION OF pagg_tab3 FOR VALUES IN ('e', 'f', 'A');
+ERROR:  relation "pagg_tab3" does not exist
 CREATE TABLE pagg_tab3_p3 PARTITION OF pagg_tab3 FOR VALUES IN ('B', 'C', 'D', 'E');
+ERROR:  relation "pagg_tab3" does not exist
 INSERT INTO pagg_tab3 SELECT substr('abcdeABCDE', (i % 10) +1 , 1) FROM generate_series(0, 2999) i;
+ERROR:  relation "pagg_tab3" does not exist
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/partition_aggregate.out C:/cirrus/build/testrun/regress...
--- C:/cirrus/src/test/regress/expected/partition_aggregate.out	2024-10-31 00:56:54.877380400 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/partition_aggregate.out	2024-10-31 01:00:19.838771000 +0000
@@ -1529,44 +1529,32 @@
     locale = 'und-u-ks-level2',
     deterministic = false
 );
+ERROR:  ICU is not supported in this build
 CREATE TABLE pagg_tab3 (c text collate case_insensitive) PARTITION BY LIST(c collate "C");
+ERROR:  collation "case_insensitive" for encoding "WIN1252" does not exist
+LINE 1: CREATE TABLE pagg_tab3 (c text collate case_insensitive) PAR...
+                                       ^
 CREATE TABLE pagg_tab3_p1 PARTITION OF pagg_tab3 FOR VALUES IN ('a', 'b', 'c', 'd');
+ERROR:  relation "pagg_tab3" does not exist
 CREATE TABLE pagg_tab3_p2 PARTITION OF pagg_tab3 FOR VALUES IN ('e', 'f', 'A');
+ERROR:  relation "pagg_tab3" does not exist
 CREATE TABLE pagg_tab3_p3 PARTITION OF pagg_tab3 FOR VALUES IN ('B', 'C', 'D', 'E');
+ERROR:  relation "pagg_tab3" does not exist
 INSERT INTO pagg_tab3 SELECT substr('abcdeABCDE', (i % 10) +1 , 1) FROM generate_series(0, 2999) i;
+ERROR:  relation "pagg_tab3" does not exist
...
tap
[01:00:34.378](104.314s) not ok 5 - regression tests pass
tap
[01:02:38.096](108.468s) not ok 2 - regression tests pass
test
[01:08:31.488]  24/307 postgresql:regress / regress/regress                                            ERROR           1...
[01:08:31.488]  38/307 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[01:08:31.488]  87/307 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5099 CREATE OR REPLACE MATERIALIZED VIEW
FreeBSD - 13 - Meson
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 194, PID: 11009
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 194, PID: 17138
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 194, PID: 10738
core
[00:40:20.017] #0  0x000000082bc2d41a in thr_kill () from /lib/libc.so.7
[00:40:20.017] #1  0x000000082bba6e64 in raise () from /lib/libc.so.7
[00:40:20.017] #2  0x000000082bc576f9 in abort () from /lib/libc.so.7
[00:40:20.017] #3  0x0000000000a961d5 in ExceptionalCondition (conditionName=0x2e7bae "queryDesc->sourceText != NULL", f...
[00:40:20.017] #4  0x0000000000766f79 in standard_ExecutorStart (queryDesc=0x843c07088, eflags=0) at ../src/backend/exec...
[00:40:20.017] #5  0x00000000006fdc95 in refresh_matview_datafill (dest=<optimized out>, query=<optimized out>, queryStr...
[00:40:20.017] #6  RefreshMatViewByOid (matviewOid=27427, is_create=<optimized out>, skipData=<optimized out>, concurren...
[00:40:20.017] #7  0x00000000006fd876 in ExecRefreshMatView (stmt=<optimized out>, queryString=queryString@entry=0x0, qc...
[00:40:20.017] #8  0x00000000006d4a6c in ExecCreateTableAs (pstate=pstate@entry=0x843b50900, stmt=stmt@entry=0x835f5dfd0...
[00:40:20.017] #9  0x0000000000942258 in ProcessUtilitySlow (pstate=pstate@entry=0x843b50900, pstmt=pstmt@entry=0x835e9f...
core
[00:40:20.299] #0  0x000000082d28141a in thr_kill () from /lib/libc.so.7
[00:40:20.299] #1  0x000000082d1fae64 in raise () from /lib/libc.so.7
[00:40:20.299] #2  0x000000082d2ab6f9 in abort () from /lib/libc.so.7
[00:40:20.299] #3  0x0000000000a961d5 in ExceptionalCondition (conditionName=0x2e7bae "queryDesc->sourceText != NULL", f...
[00:40:20.299] #4  0x0000000000766f79 in standard_ExecutorStart (queryDesc=0x836d38088, eflags=0) at ../src/backend/exec...
[00:40:20.299] #5  0x00000000006fdc95 in refresh_matview_datafill (dest=<optimized out>, query=<optimized out>, queryStr...
[00:40:20.299] #6  RefreshMatViewByOid (matviewOid=27347, is_create=<optimized out>, skipData=<optimized out>, concurren...
[00:40:20.299] #7  0x00000000006fd876 in ExecRefreshMatView (stmt=<optimized out>, queryString=queryString@entry=0x0, qc...
[00:40:20.299] #8  0x00000000006d4a6c in ExecCreateTableAs (pstate=pstate@entry=0x836e93900, stmt=stmt@entry=0x836d9dfd0...
[00:40:20.299] #9  0x0000000000942258 in ProcessUtilitySlow (pstate=pstate@entry=0x836e93900, pstmt=pstmt@entry=0x836cc1...
core
[00:40:20.589] #0  0x000000082c6f441a in thr_kill () from /lib/libc.so.7
[00:40:20.589] #1  0x000000082c66de64 in raise () from /lib/libc.so.7
[00:40:20.589] #2  0x000000082c71e6f9 in abort () from /lib/libc.so.7
[00:40:20.589] #3  0x0000000000a961d5 in ExceptionalCondition (conditionName=0x2e7bae "queryDesc->sourceText != NULL", f...
[00:40:20.589] #4  0x0000000000766f79 in standard_ExecutorStart (queryDesc=0x8368fc088, eflags=0) at ../src/backend/exec...
[00:40:20.589] #5  0x0000000839a839c2 in pgss_ExecutorStart (queryDesc=0x8368fc088, eflags=6) at ../contrib/pg_stat_stat...
[00:40:20.589] #6  0x00000000006fdc95 in refresh_matview_datafill (dest=<optimized out>, query=<optimized out>, queryStr...
[00:40:20.589] #7  RefreshMatViewByOid (matviewOid=27387, is_create=<optimized out>, skipData=<optimized out>, concurren...
[00:40:20.589] #8  0x00000000006fd876 in ExecRefreshMatView (stmt=<optimized out>, queryString=queryString@entry=0x0, qc...
[00:40:20.589] #9  0x00000000006d4a6c in ExecCreateTableAs (pstate=pstate@entry=0x8368ff900, stmt=stmt@entry=0x83680afd0...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_up...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-10-31 00:34:16.478703000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/brin.out	2024-10-31 00:36:17.083822000 +00...
@@ -588,4 +588,10 @@
 CREATE INDEX brin_insert_optimization_idx ON brin_insert_optimization USING brin (a);
 UPDATE brin_insert_optimization SET a = a;
 REINDEX INDEX CONCURRENTLY brin_insert_optimization_idx;
-DROP TABLE brin_insert_optimization;
+WARNING:  terminating connection because of crash of another server process
+DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because anothe...
+HINT:  In a moment you should be able to reconnect to the database and repeat your command.
+server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
+connection to server was lost
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/privileges.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002...
--- /tmp/cirrus-ci-build/src/test/regress/expected/privileges.out	2024-10-31 00:34:16.538066000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/privileges.out	2024-10-31 00:36:17.0836880...
@@ -1775,1417 +1775,10 @@
 -- Do the same concurrently
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-10-31 00:34:16.478703000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/brin.out	2024-10-31 00:36:50.636572000 +...
@@ -588,4 +588,10 @@
 CREATE INDEX brin_insert_optimization_idx ON brin_insert_optimization USING brin (a);
 UPDATE brin_insert_optimization SET a = a;
 REINDEX INDEX CONCURRENTLY brin_insert_optimization_idx;
-DROP TABLE brin_insert_optimization;
+WARNING:  terminating connection because of crash of another server process
+DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because anothe...
+HINT:  In a moment you should be able to reconnect to the database and repeat your command.
+server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
+connection to server was lost
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/privileges.out /tmp/cirrus-ci-build/build/testrun/recovery/027_s...
--- /tmp/cirrus-ci-build/src/test/regress/expected/privileges.out	2024-10-31 00:34:16.538066000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/privileges.out	2024-10-31 00:36:50.63571...
@@ -1809,1383 +1809,10 @@
 	WHERE sro_ifun(a + 10) > sro_ifun(10);
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/build/testrun/regress/regress/resu...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-10-31 00:34:16.478703000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/brin.out	2024-10-31 00:36:16.559332000 +0000
@@ -588,4 +588,10 @@
 CREATE INDEX brin_insert_optimization_idx ON brin_insert_optimization USING brin (a);
 UPDATE brin_insert_optimization SET a = a;
 REINDEX INDEX CONCURRENTLY brin_insert_optimization_idx;
-DROP TABLE brin_insert_optimization;
+WARNING:  terminating connection because of crash of another server process
+DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because anothe...
+HINT:  In a moment you should be able to reconnect to the database and repeat your command.
+server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
+connection to server was lost
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/privileges.out /tmp/cirrus-ci-build/build/testrun/regress/regres...
--- /tmp/cirrus-ci-build/src/test/regress/expected/privileges.out	2024-10-31 00:34:16.538066000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/privileges.out	2024-10-31 00:36:16.558277000 +0000
@@ -1775,1417 +1775,10 @@
 -- Do the same concurrently
...
tap
[00:36:18.645](23.419s) not ok 5 - regression tests pass
[00:36:20.438](1.774s) not ok 6 - dump before running pg_upgrade
tap
[00:36:51.508](23.779s) not ok 2 - regression tests pass
test
[00:39:06.573]  22/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[00:39:06.573]  18/312 postgresql:regress / regress/regress                                            ERROR            ...
[00:39:06.573]  48/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "execMain.c", Line: 194, PID: 34410
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "execMain.c", Line: 194, PID: 24021
core
[00:41:31.309] #0  0x00007fc7aaaabe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[00:41:31.309] #1  0x00007fc7aaa5cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[00:41:31.309] #2  0x00007fc7aaa47472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[00:41:31.309] #3  0x000055e4714d668e in ExceptionalCondition (conditionName=conditionName@entry=0x55e4717b2520 "queryDe...
[00:41:31.309] #4  0x000055e470cd2451 in standard_ExecutorStart (queryDesc=queryDesc@entry=0x6250001ee520, eflags=eflags...
[00:41:31.309] #5  0x000055e470cd2686 in ExecutorStart (queryDesc=queryDesc@entry=0x6250001ee520, eflags=eflags@entry=0)...
[00:41:31.309] #6  0x000055e470bcb157 in refresh_matview_datafill (dest=0x6250001f25a8, query=<optimized out>, query@ent...
[00:41:31.309] #7  0x000055e470bcd880 in RefreshMatViewByOid (matviewOid=<optimized out>, is_create=is_create@entry=fals...
[00:41:31.309] #8  0x000055e470bcda8c in ExecRefreshMatView (stmt=0x6210000d6630, queryString=queryString@entry=0x0, qc=...
[00:41:31.309] #9  0x000055e470b6d9ba in ExecCreateTableAs (pstate=pstate@entry=0x6190000beb80, stmt=stmt@entry=0x625000...
core
[00:41:30.039] #0  0x00007fe2666abe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[00:41:30.039] #1  0x00007fe26665cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[00:41:30.039] #2  0x00007fe266647472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[00:41:30.039] #3  0x0000555e37e5c68e in ExceptionalCondition (conditionName=conditionName@entry=0x555e38138520 "queryDe...
[00:41:30.039] #4  0x0000555e37658451 in standard_ExecutorStart (queryDesc=queryDesc@entry=0x625000204d20, eflags=eflags...
[00:41:30.039] #5  0x0000555e37658686 in ExecutorStart (queryDesc=queryDesc@entry=0x625000204d20, eflags=eflags@entry=0)...
[00:41:30.039] #6  0x0000555e37551157 in refresh_matview_datafill (dest=0x6250002015a8, query=<optimized out>, query@ent...
[00:41:30.039] #7  0x0000555e37553880 in RefreshMatViewByOid (matviewOid=<optimized out>, is_create=is_create@entry=fals...
[00:41:30.039] #8  0x0000555e37553a8c in ExecRefreshMatView (stmt=0x6210000d6630, queryString=queryString@entry=0x0, qc=...
[00:41:30.039] #9  0x0000555e374f39ba in ExecCreateTableAs (pstate=pstate@entry=0x6190000be680, stmt=stmt@entry=0x625000...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/resul...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-10-31 00:34:12.169868204 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/brin.out	2024-10-31 00:40:26.261121477 +0000
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/src/test/regress/results/brin.out
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-10-31 00:34:12.169868204 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/brin.out	2024-10-31 00:38:47.992502418 +0000
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
tap
[00:40:29.525](45.499s) not ok 5 - regression tests pass
[00:40:32.092](2.557s) not ok 6 - dump before running pg_upgrade
Linux - Debian Bookworm - Meson
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 194, PID: 30109
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 194, PID: 36275
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 194, PID: 28806
core
[00:42:11.234] #0  0x00007f32f42a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[00:42:11.234] #1  0x00007f32f425afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[00:42:11.234] #2  0x00007f32f4245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[00:42:11.234] #3  0x00005560f4fdffce in ExceptionalCondition (conditionName=conditionName@entry=0x5560f52540b5 "queryDe...
[00:42:11.234] #4  0x00005560f4963df8 in standard_ExecutorStart (queryDesc=queryDesc@entry=0x556124f4f4c0, eflags=eflags...
[00:42:11.234] #5  0x00005560f4963fd4 in ExecutorStart (queryDesc=queryDesc@entry=0x556124f4f4c0, eflags=eflags@entry=0)...
[00:42:11.234] #6  0x00005560f488a80f in refresh_matview_datafill (dest=0x556124ff3f38, query=<optimized out>, query@ent...
[00:42:11.234] #7  0x00005560f488cb76 in RefreshMatViewByOid (matviewOid=27487, is_create=is_create@entry=false, skipDat...
[00:42:11.234] #8  0x00005560f488ccb5 in ExecRefreshMatView (stmt=0x556124f104c0, queryString=queryString@entry=0x0, qc=...
[00:42:11.234] #9  0x00005560f4842ba8 in ExecCreateTableAs (pstate=pstate@entry=0x556124f75e60, stmt=stmt@entry=0x556124...
core
[00:42:12.954] #0  <unavailable> in ?? ()
core
[00:42:12.524] #0  0x00007f38fb0a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[00:42:12.524] #1  0x00007f38fb05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[00:42:12.524] #2  0x00007f38fb045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[00:42:12.524] #3  0x0000559000014fce in ExceptionalCondition (conditionName=conditionName@entry=0x5590002890b5 "queryDe...
[00:42:12.524] #4  0x0000558fff998df8 in standard_ExecutorStart (queryDesc=queryDesc@entry=0x55900ca445d0, eflags=eflags...
[00:42:12.524] #5  0x0000558fff998fd4 in ExecutorStart (queryDesc=queryDesc@entry=0x55900ca445d0, eflags=eflags@entry=0)...
[00:42:12.524] #6  0x0000558fff8bf80f in refresh_matview_datafill (dest=0x55900ca41648, query=<optimized out>, query@ent...
[00:42:12.524] #7  0x0000558fff8c1b76 in RefreshMatViewByOid (matviewOid=27448, is_create=is_create@entry=false, skipDat...
[00:42:12.524] #8  0x0000558fff8c1cb5 in ExecRefreshMatView (stmt=0x55900ca1a930, queryString=queryString@entry=0x0, qc=...
[00:42:12.524] #9  0x0000558fff877ba8 in ExecCreateTableAs (pstate=pstate@entry=0x55900ca8abd0, stmt=stmt@entry=0x55900c...
core
[00:42:12.954] #0  0x00007f26bfaaed24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[00:42:12.954] #1  0x00007f26bfa5b239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[00:42:12.954] #2  0x00007f26bfb16184 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[00:42:12.954] #3  0x00007f26bfb287dc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[00:42:09.948] #0  0x00007fe5b20a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[00:42:09.948] #1  0x00007fe5b205afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[00:42:09.948] #2  0x00007fe5b2045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[00:42:09.948] #3  0x00005559a5056fce in ExceptionalCondition (conditionName=conditionName@entry=0x5559a52cb0b5 "queryDe...
[00:42:09.948] #4  0x00005559a49dadf8 in standard_ExecutorStart (queryDesc=0x5559bad0c7d0, eflags=0) at ../src/backend/e...
[00:42:09.948] #5  0x00007fe5b00326f7 in pgss_ExecutorStart (queryDesc=0x5559bad0c7d0, eflags=<optimized out>) at ../con...
[00:42:09.948] #6  0x00005559a49daf8d in ExecutorStart (queryDesc=queryDesc@entry=0x5559bad0c7d0, eflags=eflags@entry=0)...
[00:42:09.948] #7  0x00005559a490180f in refresh_matview_datafill (dest=0x5559bad09848, query=<optimized out>, query@ent...
[00:42:09.948] #8  0x00005559a4903b76 in RefreshMatViewByOid (matviewOid=27208, is_create=is_create@entry=false, skipDat...
[00:42:09.948] #9  0x00005559a4903cb5 in ExecRefreshMatView (stmt=0x5559bac7c880, queryString=queryString@entry=0x0, qc=...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_up...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-10-31 00:34:12.259762311 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/brin.out	2024-10-31 00:38:45.554799480 +00...
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-10-31 00:34:12.259762311 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/brin.out	2024-10-31 00:39:14.266992215 +...
@@ -363,229 +363,10 @@
 	END LOOP;
 END;
 $x$;
-RESET enable_seqscan;
-RESET enable_bitmapscan;
-INSERT INTO brintest SELECT
-	repeat(stringu1, 42)::bytea,
-	substr(stringu1, 1, 1)::"char",
-	stringu1::name, 142857 * tenthous,
-	thousand,
-	twothousand,
-	repeat(stringu1, 42),
-	unique1::oid,
-	format('(%s,%s)', tenthous, twenty)::tid,
-	(four + 1.0)/(hundred+1),
-	odd::float8 / (tenthous + 1),
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/build/testrun/regress/regress/resu...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-10-31 00:34:12.259762311 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/brin.out	2024-10-31 00:38:38.314824318 +0000
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
tap
[00:38:48.252](24.962s) not ok 5 - regression tests pass
[00:38:50.832](2.558s) not ok 6 - dump before running pg_upgrade
tap
[00:39:16.982](22.692s) not ok 2 - regression tests pass
test
[00:41:05.125]  26/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[00:41:05.125]  17/312 postgresql:regress / regress/regress                                            ERROR            ...
[00:41:05.125]  49/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 194, PID: 7972
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 194, PID: 6748
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 194, PID: 7392
core
000000b3`159ff8e8 00007ff9`c9f2d71e     ntdll!NtWaitForSingleObject+0x14
000000b3`159ff8f0 00007ff7`fadd279c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000b3`159ff990 00007ff9`cb8d4cb0     postgres!pg_timer_thread(
000000b3`159ff9d0 00007ff9`cc7fecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b3`159ffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b3`149fe110 00007ff7`fb118e38     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b3`149fe150 00007ff7`fabfdfe9     postgres!ExceptionalCondition(
000000b3`149fe190 00007ff9`b5bd2d26     postgres!standard_ExecutorStart(
000000b3`149fe1e0 00007ff7`fabfde5a     pg_stat_statements!pgss_ExecutorStart(
000000b3`149fe220 00007ff7`fab52929     postgres!ExecutorStart(
000000b3`149fe250 00007ff7`fab522c0     postgres!refresh_matview_datafill(
000000b3`149fe2e0 00007ff7`fab51b28     postgres!RefreshMatViewByOid(
000000b3`149fe530 00007ff7`fab114c7     postgres!ExecRefreshMatView(
000000b3`149fe5b0 00007ff7`faeefd17     postgres!ExecCreateTableAs(
000000b3`149fe6d0 00007ff7`faeeb9df     postgres!ProcessUtilitySlow(
core
000000b3`14dff9d8 00007ff9`cc78b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b3`14dff9e0 00007ff9`cb8d4cb0     ntdll!TppWorkerThread+0x2df
000000b3`14dffcd0 00007ff9`cc7fecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b3`14dffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b3`151ffa08 00007ff9`cc78b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b3`151ffa10 00007ff9`cb8d4cb0     ntdll!TppWorkerThread+0x2df
000000b3`151ffd00 00007ff9`cc7fecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b3`151ffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b3`155ffbd8 00007ff9`c9f745ca     ntdll!NtFsControlFile+0x14
000000b3`155ffbe0 00007ff7`fadd0cfb     KERNELBASE!ConnectNamedPipe+0x6a
000000b3`155ffc50 00007ff9`cb8d4cb0     postgres!pg_signal_thread(
000000b3`155ffd50 00007ff9`cc7fecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b3`155ffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000093`0fdff4c8 00007ff9`cc78b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000093`0fdff4d0 00007ff9`cb8d4cb0     ntdll!TppWorkerThread+0x2df
00000093`0fdff7c0 00007ff9`cc7fecdb     KERNEL32!BaseThreadInitThunk+0x10
00000093`0fdff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000093`0f5fe490 00007ff7`fb118e38     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000093`0f5fe4d0 00007ff7`fabfdfe9     postgres!ExceptionalCondition(
00000093`0f5fe510 00007ff7`fabfde6a     postgres!standard_ExecutorStart(
00000093`0f5fe560 00007ff7`fab52929     postgres!ExecutorStart(
00000093`0f5fe590 00007ff7`fab522c0     postgres!refresh_matview_datafill(
00000093`0f5fe620 00007ff7`fab51b28     postgres!RefreshMatViewByOid(
00000093`0f5fe870 00007ff7`fab114c7     postgres!ExecRefreshMatView(
00000093`0f5fe8f0 00007ff7`faeefd17     postgres!ExecCreateTableAs(
00000093`0f5fea10 00007ff7`faeeb9df     postgres!ProcessUtilitySlow(
00000093`0f5ff330 00007ff7`faeea929     postgres!standard_ProcessUtility(
core
00000093`0f9ff4b8 00007ff9`cc78b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000093`0f9ff4c0 00007ff9`cb8d4cb0     ntdll!TppWorkerThread+0x2df
00000093`0f9ff7b0 00007ff9`cc7fecdb     KERNEL32!BaseThreadInitThunk+0x10
00000093`0f9ff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000093`105ffc18 00007ff9`c9f2d71e     ntdll!NtWaitForSingleObject+0x14
00000093`105ffc20 00007ff7`fadd279c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000093`105ffcc0 00007ff9`cb8d4cb0     postgres!pg_timer_thread(
00000093`105ffd00 00007ff9`cc7fecdb     KERNEL32!BaseThreadInitThunk+0x10
00000093`105ffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000093`101ff998 00007ff9`c9f745ca     ntdll!NtFsControlFile+0x14
00000093`101ff9a0 00007ff7`fadd0cfb     KERNELBASE!ConnectNamedPipe+0x6a
00000093`101ffa10 00007ff9`cb8d4cb0     postgres!pg_signal_thread(
00000093`101ffb10 00007ff9`cc7fecdb     KERNEL32!BaseThreadInitThunk+0x10
00000093`101ffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000e`48dfded0 00007ff7`fb118e38     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000000e`48dfdf10 00007ff7`fabfdfe9     postgres!ExceptionalCondition(
0000000e`48dfdf50 00007ff7`fabfde6a     postgres!standard_ExecutorStart(
0000000e`48dfdfa0 00007ff7`fab52929     postgres!ExecutorStart(
0000000e`48dfdfd0 00007ff7`fab522c0     postgres!refresh_matview_datafill(
0000000e`48dfe060 00007ff7`fab51b28     postgres!RefreshMatViewByOid(
0000000e`48dfe2b0 00007ff7`fab114c7     postgres!ExecRefreshMatView(
0000000e`48dfe330 00007ff7`faeefd17     postgres!ExecCreateTableAs(
0000000e`48dfe450 00007ff7`faeeb9df     postgres!ProcessUtilitySlow(
0000000e`48dfed70 00007ff7`faeea929     postgres!standard_ProcessUtility(
core
0000000e`49dffb38 00007ff9`cc78b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000e`49dffb40 00007ff9`cb8d4cb0     ntdll!TppWorkerThread+0x2df
0000000e`49dffe30 00007ff9`cc7fecdb     KERNEL32!BaseThreadInitThunk+0x10
0000000e`49dffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000e`499ff878 00007ff9`c9f2d71e     ntdll!NtWaitForSingleObject+0x14
0000000e`499ff880 00007ff7`fadd279c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000000e`499ff920 00007ff9`cb8d4cb0     postgres!pg_timer_thread(
0000000e`499ff960 00007ff9`cc7fecdb     KERNEL32!BaseThreadInitThunk+0x10
0000000e`499ff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000e`495ffa88 00007ff9`c9f745ca     ntdll!NtFsControlFile+0x14
0000000e`495ffa90 00007ff7`fadd0cfb     KERNELBASE!ConnectNamedPipe+0x6a
0000000e`495ffb00 00007ff9`cb8d4cb0     postgres!pg_signal_thread(
0000000e`495ffc00 00007ff9`cc7fecdb     KERNEL32!BaseThreadInitThunk+0x10
0000000e`495ffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000e`491ffb38 00007ff9`cc78b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000e`491ffb40 00007ff9`cb8d4cb0     ntdll!TppWorkerThread+0x2df
0000000e`491ffe30 00007ff9`cc7fecdb     KERNEL32!BaseThreadInitThunk+0x10
0000000e`491ffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/brin.out C:/cirrus/build/testrun/pg_upgrade/002_pg_upgr...
--- C:/cirrus/src/test/regress/expected/brin.out	2024-10-31 00:34:30.125156800 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/brin.out	2024-10-31 00:37:23.489272000 +0000
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/brin.out C:/cirrus/build/testrun/recovery/027_stream_re...
--- C:/cirrus/src/test/regress/expected/brin.out	2024-10-31 00:34:30.125156800 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/brin.out	2024-10-31 00:39:19.625684600 +0000
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/brin.out C:/cirrus/build/testrun/regress/regress/result...
--- C:/cirrus/src/test/regress/expected/brin.out	2024-10-31 00:34:30.125156800 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/brin.out	2024-10-31 00:37:18.738766200 +0000
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
tap
[00:38:05.506](92.761s) not ok 5 - regression tests pass
[00:38:09.513](3.978s) not ok 6 - dump before running pg_upgrade
tap
[00:39:53.976](92.106s) not ok 2 - regression tests pass
test
[00:46:42.826]  22/307 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[00:46:42.826]  21/307 postgresql:regress / regress/regress                                            ERROR           1...
[00:46:42.826]  58/307 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
51/5174 Call rm_redo in a temporary memory context
CompilerWarnings
compiler
[22:36:03.956] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
compiler
[22:35:01.446] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
compiler
[22:42:24.917] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
51/5230 Add IGNORE NULLS to Window functions
macOS - Sonoma - Meson
tap
[21:02:03.774](0.000s) not ok 301 - pgbench script error: set exponential param greater 0 stderr /(?^:exponential parame...
test
[21:03:10.397] 214/312 postgresql:pgbench / pgbench/001_pgbench_with_server                            ERROR            ...
51/5283 Replace IN VALUES with ANY in WHERE clauses during optimization
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/subselect.out C:/cirrus/build/testrun/pg_upgrade/002_pg...
--- C:/cirrus/src/test/regress/expected/subselect.out	2024-10-30 18:26:28.161984000 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/subselect.out	2024-10-30 18:29:06.398029900 +0000
@@ -2313,15 +2313,16 @@
 EXPLAIN (COSTS OFF)
 SELECT c.oid,c.relname FROM pg_class c JOIN pg_am a USING (oid)
 WHERE c.oid IN (VALUES (1), (2));
-                          QUERY PLAN                           
----------------------------------------------------------------
- Hash Join
-   Hash Cond: (a.oid = c.oid)
-   ->  Seq Scan on pg_am a
-   ->  Hash
-         ->  Index Scan using pg_class_oid_index on pg_class c
-               Index Cond: (oid = ANY ('{1,2}'::integer[]))
-(6 rows)
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (c.oid = a.oid)
...
tap
[18:30:30.633](117.621s) not ok 5 - regression tests pass
test
[18:40:16.004]  40/307 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
50/5068 Allow logical decoding to output generated columns
Linux - Debian Bookworm - Meson
core
[16:45:15.770] #0  0x00007fa9700a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[16:45:15.770] #1  0x00007fa97005afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[16:45:15.770] #2  0x00007fa970045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[16:45:15.770] #3  0x00007fa97021e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[16:45:15.770] #4  0x00007fa97022aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[16:45:15.770] #5  0x00007fa97020dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x7fa96d042b1...
[16:45:15.770] #6  0x00007fa96d03777c in send_relation_and_attrs (relation=relation@entry=0x7fa96d08f6c8, xid=xid@entry=...
[16:45:15.770] #7  0x00007fa96d037a67 in maybe_send_schema (ctx=ctx@entry=0x5567fcb88bf0, change=change@entry=0x5567fcbb...
[16:45:15.770] #8  0x00007fa96d039c91 in pgoutput_change (ctx=0x5567fcb88bf0, txn=0x5567fcbb9b70, relation=0x7fa96d08f6c...
[16:45:15.770] #9  0x00005567d30ceace in change_cb_wrapper (cache=<optimized out>, txn=<optimized out>, relation=<optimi...
core
[16:45:15.277] #0  0x00007ff58fea9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[16:45:15.277] #1  0x00007ff58fe5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[16:45:15.277] #2  0x00007ff58fe45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[16:45:15.277] #3  0x00007ff59001e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[16:45:15.277] #4  0x00007ff59002aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[16:45:15.277] #5  0x00007ff59000dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x7ff58dc36b1...
[16:45:15.277] #6  0x00007ff58dc2b77c in send_relation_and_attrs (relation=relation@entry=0x7ff58ce163d0, xid=xid@entry=...
[16:45:15.277] #7  0x00007ff58dc2ba67 in maybe_send_schema (ctx=ctx@entry=0x55bfb58b5bf0, change=change@entry=0x55bfb58e...
[16:45:15.277] #8  0x00007ff58dc2dc91 in pgoutput_change (ctx=0x55bfb58b5bf0, txn=0x55bfb58e6b70, relation=0x7ff58ce163d...
[16:45:15.277] #9  0x000055bfa4327ace in change_cb_wrapper (cache=<optimized out>, txn=<optimized out>, relation=<optimi...
tap
[16:43:43.943](200.007s) # poll_query_until timed out executing this query:
tap
[16:44:02.330](197.817s) # poll_query_until timed out executing this query:
test
[16:44:02.530] 311/312 postgresql:subscription / subscription/011_generated                            ERROR           2...
[16:44:02.530] 312/312 postgresql:subscription / subscription/031_column_list                          ERROR           2...
51/5272 Truncate logs by max_log_size
CompilerWarnings
compiler
[15:12:32.683] elog.c:1699:9: error: initializing 'char *' with an expression of type 'const char *' discards qualifiers...
compiler
[15:10:39.457] elog.c:1699:9: error: initializing 'char *' with an expression of type 'const char *' discards qualifiers...
compiler
[15:07:47.389] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar...
compiler
[15:05:53.155] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar...
compiler
[15:16:50.195] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar...
51/5012 Vacuum statistics
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out /tmp/cirrus-ci-build/bu...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-10-30 13:40:58.94304200...
+++ /tmp/cirrus-ci-build/build/testrun/isolation/isolation/results/vacuum-extending-in-repetable-read.out	2024-10-30 13:...
@@ -9,9 +9,10 @@
     FROM pg_stat_vacuum_tables vt, pg_class c
     WHERE vt.relname = 'test_vacuum_stat_isolation' AND vt.relid = c.oid;
 
-relname|tuples_deleted|dead_tuples|tuples_frozen
--------+--------------+-----------+-------------
-(0 rows)
+relname                   |tuples_deleted|dead_tuples|tuples_frozen
+--------------------------+--------------+-----------+-------------
+test_vacuum_stat_isolation|             0|          0|            0
+(1 row)
 
 step s1_begin_repeatable_read: 
   BEGIN transaction ISOLATION LEVEL REPEATABLE READ;
@@ -22,7 +23,8 @@
   100
 (1 row)
...
test
[13:46:41.937]  47/312 postgresql:isolation / isolation/isolation                                      ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out /tmp/cirrus-ci-build/sr...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-10-30 13:40:53.44935571...
+++ /tmp/cirrus-ci-build/src/test/isolation/output_iso/results/vacuum-extending-in-repetable-read.out	2024-10-30 13:46:2...
@@ -9,9 +9,10 @@
     FROM pg_stat_vacuum_tables vt, pg_class c
     WHERE vt.relname = 'test_vacuum_stat_isolation' AND vt.relid = c.oid;
 
-relname|tuples_deleted|dead_tuples|tuples_frozen
--------+--------------+-----------+-------------
-(0 rows)
+relname                   |tuples_deleted|dead_tuples|tuples_frozen
+--------------------------+--------------+-----------+-------------
+test_vacuum_stat_isolation|             0|          0|            0
+(1 row)
 
 step s1_begin_repeatable_read: 
   BEGIN transaction ISOLATION LEVEL REPEATABLE READ;
@@ -22,7 +23,8 @@
   100
 (1 row)
...
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out /tmp/cirrus-ci-build/bu...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-10-30 13:40:54.41445242...
+++ /tmp/cirrus-ci-build/build/testrun/isolation/isolation/results/vacuum-extending-in-repetable-read.out	2024-10-30 13:...
@@ -9,9 +9,10 @@
     FROM pg_stat_vacuum_tables vt, pg_class c
     WHERE vt.relname = 'test_vacuum_stat_isolation' AND vt.relid = c.oid;
 
-relname|tuples_deleted|dead_tuples|tuples_frozen
--------+--------------+-----------+-------------
-(0 rows)
+relname                   |tuples_deleted|dead_tuples|tuples_frozen
+--------------------------+--------------+-----------+-------------
+test_vacuum_stat_isolation|             0|          0|            0
+(1 row)
 
 step s1_begin_repeatable_read: 
   BEGIN transaction ISOLATION LEVEL REPEATABLE READ;
@@ -22,7 +23,8 @@
   100
 (1 row)
...
test
[13:49:23.938]  42/312 postgresql:isolation / isolation/isolation                                      ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/isolation/expected/vacuum-extending-in-repetable-read.out /Users/admin/pgsql/build/...
--- /Users/admin/pgsql/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-10-30 13:40:54
+++ /Users/admin/pgsql/build/testrun/isolation/isolation/results/vacuum-extending-in-repetable-read.out	2024-10-30 13:44...
@@ -9,9 +9,10 @@
     FROM pg_stat_vacuum_tables vt, pg_class c
     WHERE vt.relname = 'test_vacuum_stat_isolation' AND vt.relid = c.oid;
 
-relname|tuples_deleted|dead_tuples|tuples_frozen
--------+--------------+-----------+-------------
-(0 rows)
+relname                   |tuples_deleted|dead_tuples|tuples_frozen
+--------------------------+--------------+-----------+-------------
+test_vacuum_stat_isolation|             0|          0|            0
+(1 row)
 
 step s1_begin_repeatable_read: 
   BEGIN transaction ISOLATION LEVEL REPEATABLE READ;
@@ -22,7 +23,8 @@
   100
 (1 row)
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/vacuum_tables_and_db_statistics.out /Users/admin/pgsql/build/testr...
--- /Users/admin/pgsql/src/test/regress/expected/vacuum_tables_and_db_statistics.out	2024-10-30 13:40:54
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/vacuum_tables_and_db_statistics.out	2024-10-...
@@ -164,7 +164,7 @@
 FROM pg_stat_vacuum_tables WHERE relname = 'vestat';
  pages_frozen | pages_all_visible | rev_all_frozen_pages | rev_all_visible_pages 
 --------------+-------------------+----------------------+-----------------------
-            0 |                 0 |                    0 |                     0
+            0 |                 0 |                    0 |                   455
 (1 row)
 
 VACUUM (PARALLEL 0, BUFFER_USAGE_LIMIT 128) vestat;
@@ -173,7 +173,7 @@
 FROM pg_stat_vacuum_tables WHERE relname = 'vestat';
  pages_frozen | pages_all_visible | rev_all_frozen_pages | rev_all_visible_pages 
 --------------+-------------------+----------------------+-----------------------
- f            | f                 | t                    | t
+ f            | f                 | t                    | f
 (1 row)
 
...
tap
[13:43:56.956](50.373s) not ok 5 - regression tests pass
test
[13:47:46.553]  42/312 postgresql:isolation / isolation/isolation                                      ERROR            ...
[13:47:46.553]  47/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/isolation/expected/vacuum-extending-in-repetable-read.out C:/cirrus/buil...
--- C:/cirrus/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-10-30 13:41:31.753771300 +0000
+++ C:/cirrus/build/testrun/isolation/isolation/results/vacuum-extending-in-repetable-read.out	2024-10-30 13:45:32.30195...
@@ -9,9 +9,10 @@
     FROM pg_stat_vacuum_tables vt, pg_class c
     WHERE vt.relname = 'test_vacuum_stat_isolation' AND vt.relid = c.oid;
 
-relname|tuples_deleted|dead_tuples|tuples_frozen
--------+--------------+-----------+-------------
-(0 rows)
+relname                   |tuples_deleted|dead_tuples|tuples_frozen
+--------------------------+--------------+-----------+-------------
+test_vacuum_stat_isolation|             0|          0|            0
+(1 row)
 
 step s1_begin_repeatable_read: 
   BEGIN transaction ISOLATION LEVEL REPEATABLE READ;
@@ -22,7 +23,8 @@
   100
 (1 row)
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/vacuum_tables_and_db_statistics.out C:/cirrus/build/tes...
--- C:/cirrus/src/test/regress/expected/vacuum_tables_and_db_statistics.out	2024-10-30 13:41:32.366543400 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/vacuum_tables_and_db_statistics.out	2024-10-30 13:45:...
@@ -219,7 +219,7 @@
 WHERE dbname = current_database();
              dbname             | db_blks_hit | total_blks_dirtied | total_blks_written | wal_records | wal_fpi | wal_b...
 --------------------------------+-------------+--------------------+--------------------+-------------+---------+------...
- regression_statistic_vacuum_db | t           | t                  | t                  | t           | t       | t    ...
+ regression_statistic_vacuum_db | t           | t                  | t                  | t           | t       | t    ...
 (1 row)
 
 DROP TABLE vestat CASCADE;
@@ -251,7 +251,7 @@
 WHERE dbname = 'regression_statistic_vacuum_db';
              dbname             | db_blks_hit | total_blks_dirtied | total_blks_written | wal_records | wal_fpi | wal_b...
 --------------------------------+-------------+--------------------+--------------------+-------------+---------+------...
- regression_statistic_vacuum_db | t           | t                  | t                  | t           | t       | t    ...
+ regression_statistic_vacuum_db | t           | t                  | t                  | t           | t       | t    ...
 (1 row)
 
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/vacuum_tables_and_db_statistics.out C:/cirrus/build/tes...
--- C:/cirrus/src/test/regress/expected/vacuum_tables_and_db_statistics.out	2024-10-30 13:41:32.366543400 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/vacuum_tables_and_db_statistics.out	2024-10-30 13:4...
@@ -164,7 +164,7 @@
 FROM pg_stat_vacuum_tables WHERE relname = 'vestat';
  pages_frozen | pages_all_visible | rev_all_frozen_pages | rev_all_visible_pages 
 --------------+-------------------+----------------------+-----------------------
-            0 |                 0 |                    0 |                     0
+            0 |                 0 |                    0 |                   455
 (1 row)
 
 VACUUM (PARALLEL 0, BUFFER_USAGE_LIMIT 128) vestat;
@@ -173,7 +173,7 @@
 FROM pg_stat_vacuum_tables WHERE relname = 'vestat';
  pages_frozen | pages_all_visible | rev_all_frozen_pages | rev_all_visible_pages 
 --------------+-------------------+----------------------+-----------------------
- f            | f                 | t                    | t
+ f            | f                 | t                    | f
 (1 row)
 
...
tap
[13:45:37.935](123.756s) not ok 5 - regression tests pass
tap
[13:47:38.571](119.823s) not ok 2 - regression tests pass
test
[13:53:42.025]  29/307 postgresql:isolation / isolation/isolation                                      ERROR           1...
[13:53:42.025]  43/307 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[13:53:42.025]  85/307 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5246 Allow SQL functions use CachedPlan machinery
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upg...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-10-30 13:20:14.974136000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/xml.out	2024-10-30 13:21:47.655360000 +000...
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-10-30 13:20:14.974136000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/xml.out	2024-10-30 13:22:37.988871000 +0...
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/regress/regress/resul...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-10-30 13:20:14.974136000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/xml.out	2024-10-30 13:21:45.149709000 +0000
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
tap
[13:22:02.817](62.237s) not ok 5 - regression tests pass
tap
[13:22:54.592](76.466s) not ok 2 - regression tests pass
test
[13:24:47.947]  40/312 postgresql:regress / regress/regress                                            ERROR            ...
[13:24:47.947]  85/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[13:24:47.947] 157/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/result...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-10-30 13:20:12.230278527 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/xml.out	2024-10-30 13:25:13.541005692 +0000
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/src/test/regress/results/xml.out
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-10-30 13:20:12.230278527 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/xml.out	2024-10-30 13:23:27.225903968 +0000
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
tap
[13:25:18.916](110.187s) not ok 5 - regression tests pass
Linux - Debian Bookworm - Meson
core
[13:26:19.029] #0  0x00007f7e406aed24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[13:26:19.029] #1  0x00007f7e4065b239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[13:26:19.029] #2  0x00007f7e40716184 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:26:19.029] #3  0x00007f7e407287dc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:26:19.029] #0  <unavailable> in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upg...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-10-30 13:20:11.969823268 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/xml.out	2024-10-30 13:22:42.174920355 +000...
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-10-30 13:20:11.969823268 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/xml.out	2024-10-30 13:23:21.492565428 +0...
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/regress/regress/resul...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-10-30 13:20:11.969823268 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/xml.out	2024-10-30 13:22:34.626679779 +0000
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
tap
[13:22:56.115](81.000s) not ok 5 - regression tests pass
tap
[13:23:32.329](81.905s) not ok 2 - regression tests pass
test
[13:25:13.265]  44/312 postgresql:regress / regress/regress                                            ERROR            ...
[13:25:13.265] 135/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[13:25:13.265] 156/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/xml.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade...
--- /Users/admin/pgsql/src/test/regress/expected/xml.out	2024-10-30 13:20:11
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/xml.out	2024-10-30 13:22:20
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/xml.out /Users/admin/pgsql/build/testrun/recovery/027_stream_regre...
--- /Users/admin/pgsql/src/test/regress/expected/xml.out	2024-10-30 13:20:11
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/xml.out	2024-10-30 13:23:35
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/xml.out /Users/admin/pgsql/build/testrun/regress/regress/results/x...
--- /Users/admin/pgsql/src/test/regress/expected/xml.out	2024-10-30 13:20:11
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/xml.out	2024-10-30 13:22:20
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
tap
[13:22:32.179](57.687s) not ok 5 - regression tests pass
tap
[13:23:44.601](70.761s) not ok 2 - regression tests pass
test
[13:26:17.899]  25/312 postgresql:regress / regress/regress                                            ERROR            ...
[13:26:17.899]  52/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[13:26:17.899] 146/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
51/5004 CREATE INDEX CONCURRENTLY for partitioned tables
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_p...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-10-30 10:42:20.060647000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/indexing.out	2024-10-30 10:44:00.790983000...
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/recovery/027_str...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-10-30 10:42:20.060647000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/indexing.out	2024-10-30 10:44:43.0810440...
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/regress/regress/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-10-30 10:42:20.060647000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/indexing.out	2024-10-30 10:44:03.008298000 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[10:44:04.038](61.583s) not ok 5 - regression tests pass
tap
[10:44:45.324](66.230s) not ok 2 - regression tests pass
test
[10:59:39.330]  42/312 postgresql:regress / regress/regress                                            ERROR            ...
[10:59:39.330]  74/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[10:59:39.330] 140/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[10:59:39.330] 312/312 postgresql:isolation / isolation/isolation                                      TIMEOUT        10...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-10-30 10:42:19.053283490 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/indexing.out	2024-10-30 10:47:46.008115901 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/partitioned-cic.out /tmp/cirrus-ci-build/src/test/isolation/ou...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/partitioned-cic.out	2024-10-30 10:42:18.893454972 +0000
+++ /tmp/cirrus-ci-build/src/test/isolation/output_iso/results/partitioned-cic.out	2024-10-30 11:09:38.085661765 +0000
@@ -3,10 +3,14 @@
 starting permutation: lock_p1 cic insert drop2 commit chk_content
 step lock_p1: lock cictab_part_1 in row exclusive mode;
 step cic: CREATE INDEX CONCURRENTLY ON cictab(i); <waiting ...>
-step insert: insert into cictab values (1, 1), (11, 1);
-step drop2: DROP TABLE cictab_part_2;
+step insert: insert into cictab values (1, 1), (11, 1); <waiting ...>
+isolationtester: canceling step insert after 360 seconds
+step insert: <... completed>
+ERROR:  canceling statement due to user request
+step drop2: DROP TABLE cictab_part_2; <waiting ...>
 step commit: COMMIT;
 step cic: <... completed>
+step drop2: <... completed>
 step chk_content: 
   set enable_seqscan to off;
   explain (costs off) select * from cictab where i > 0;
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/src/test/recovery/tmp_check/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-10-30 10:42:19.053283490 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/indexing.out	2024-10-30 10:48:55.775798376 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/src/test/regress/results/index...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-10-30 10:42:19.053283490 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/indexing.out	2024-10-30 10:45:45.776098891 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[10:47:48.263](88.849s) not ok 5 - regression tests pass
tap
[10:48:58.109](54.145s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_p...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-10-30 10:42:18.710733477 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/indexing.out	2024-10-30 10:45:22.367280954...
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/recovery/027_str...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-10-30 10:42:18.710733477 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/indexing.out	2024-10-30 10:45:51.9124010...
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/regress/regress/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-10-30 10:42:18.710733477 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/indexing.out	2024-10-30 10:45:17.627030732 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[10:45:23.804](72.123s) not ok 5 - regression tests pass
tap
[10:45:53.992](68.715s) not ok 2 - regression tests pass
test
[11:00:48.280]  42/312 postgresql:regress / regress/regress                                            ERROR            ...
[11:00:48.280] 103/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[11:00:48.280] 142/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[11:00:48.280] 312/312 postgresql:isolation / isolation/isolation                                      TIMEOUT        10...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/indexing.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_up...
--- /Users/admin/pgsql/src/test/regress/expected/indexing.out	2024-10-30 10:42:17
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/indexing.out	2024-10-30 10:44:27
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/indexing.out /Users/admin/pgsql/build/testrun/recovery/027_stream_...
--- /Users/admin/pgsql/src/test/regress/expected/indexing.out	2024-10-30 10:42:17
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/indexing.out	2024-10-30 10:45:36
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/indexing.out /Users/admin/pgsql/build/testrun/regress/regress/resu...
--- /Users/admin/pgsql/src/test/regress/expected/indexing.out	2024-10-30 10:42:17
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/indexing.out	2024-10-30 10:44:28
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[10:44:31.422](53.196s) not ok 5 - regression tests pass
tap
[10:45:39.134](64.085s) not ok 2 - regression tests pass
test
[11:00:14.989]  25/312 postgresql:regress / regress/regress                                            ERROR            ...
[11:00:14.989]  44/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[11:00:14.989] 121/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[11:00:14.989] 312/312 postgresql:isolation / isolation/isolation                                      TIMEOUT        10...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/indexing.out C:/cirrus/build/testrun/pg_upgrade/002_pg_...
--- C:/cirrus/src/test/regress/expected/indexing.out	2024-10-30 10:42:31.579961200 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/indexing.out	2024-10-30 10:46:19.399826000 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/indexing.out C:/cirrus/build/testrun/recovery/027_strea...
--- C:/cirrus/src/test/regress/expected/indexing.out	2024-10-30 10:42:31.579961200 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/indexing.out	2024-10-30 10:48:19.159115400 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/indexing.out C:/cirrus/build/testrun/regress/regress/re...
--- C:/cirrus/src/test/regress/expected/indexing.out	2024-10-30 10:42:31.579961200 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/indexing.out	2024-10-30 10:46:13.420836900 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[10:46:28.209](116.924s) not ok 5 - regression tests pass
tap
[10:48:25.406](108.966s) not ok 2 - regression tests pass
test
[11:01:03.985]  25/307 postgresql:regress / regress/regress                                            ERROR           1...
[11:01:03.985]  37/307 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[11:01:03.985]  79/307 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
[11:01:03.985] 307/307 postgresql:isolation / isolation/isolation                                      TIMEOUT        10...
51/4390 add not_before and not_after timestamps to sslinfo extension and pg_stat_ssl
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[10:36:01.620] ../src/backend/libpq/be-secure-openssl.c(1575): warning C4047: 'function': 'ASN1_TIME *' differs in level...
compiler
[10:36:21.289] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notAfter referenced in...
compiler
[10:36:21.289] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notBefore referenced i...
compiler
[10:36:01.620] ../src/backend/libpq/be-secure-openssl.c(1575): warning C4024: 'ASN1_TIME_to_timestamptz': different type...
compiler
[10:36:01.620] ../src/backend/libpq/be-secure-openssl.c(1566): warning C4024: 'ASN1_TIME_to_timestamptz': different type...
compiler
[10:36:01.604] ../src/backend/libpq/be-secure-openssl.c(1566): warning C4047: 'function': 'ASN1_TIME *' differs in level...
50/5270 jsonpath string methods: lower, upper, initcap, l/r/btrim, replace, split_part
CompilerWarnings
compiler
[09:30:12.220] jsonpath_exec.c:2827:13: error: mixing declarations and code is incompatible with standards before C99 [-...
compiler
[09:28:54.554] jsonpath_exec.c:2827:13: error: mixing declarations and code is incompatible with standards before C99 [-...
compiler
[09:27:18.884] jsonpath_exec.c:2827:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta...
compiler
[09:26:05.598] jsonpath_exec.c:2827:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta...
compiler
[09:32:37.172] jsonpath_exec.c:2827:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta...
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out /tmp/cirrus-ci-build/build-32/testrun/pg_upgr...
--- /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out	2024-10-30 09:24:34.212238190 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/pg_upgrade/002_pg_upgrade/data/results/jsonb_jsonpath.out	2024-10-30 09:30:29....
@@ -3078,7 +3078,7 @@
 select jsonb_path_query('"abc~@~def~@~ghi"', '$.split_part("~@~", 2)');
  jsonb_path_query 
 ------------------
- "def"
+ ""
 (1 row)
 
 -- Test string methods play nicely together
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out /tmp/cirrus-ci-build/build-32/testrun/recover...
--- /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out	2024-10-30 09:24:34.212238190 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/recovery/027_stream_regress/data/results/jsonb_jsonpath.out	2024-10-30 09:31:0...
@@ -3078,7 +3078,7 @@
 select jsonb_path_query('"abc~@~def~@~ghi"', '$.split_part("~@~", 2)');
  jsonb_path_query 
 ------------------
- "def"
+ ""
 (1 row)
 
 -- Test string methods play nicely together
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out /tmp/cirrus-ci-build/build-32/testrun/regress...
--- /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out	2024-10-30 09:24:34.212238190 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/regress/regress/results/jsonb_jsonpath.out	2024-10-30 09:30:18.817331095 +0000
@@ -3078,7 +3078,7 @@
 select jsonb_path_query('"abc~@~def~@~ghi"', '$.split_part("~@~", 2)');
  jsonb_path_query 
 ------------------
- "def"
+ ""
 (1 row)
 
 -- Test string methods play nicely together
tap
[09:30:47.471](75.045s) not ok 5 - regression tests pass
tap
[09:31:24.412](76.340s) not ok 2 - regression tests pass
test
[09:33:12.061]  37/312 postgresql:regress / regress/regress                                            ERROR            ...
[09:33:12.061] 125/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[09:33:12.061] 154/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
51/4886 CREATE DATABASE ... STRATEGY=FILE_CLONE
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[08:24:56.945](0.001s) not ok 4 - reserved_connections limit: matches
test
[08:27:02.471] 237/307 postgresql:postmaster / postmaster/001_connection_limits                        ERROR            ...
51/5303 Fix for consume_xids advancing XIDs incorrectly
macOS - Sonoma - Meson
tap
[07:38:19.498](0.000s) not ok 438 - incomplete transaction block stderr /(?^:client 0 aborted: end of script reached wit...
test
[07:39:22.284] 216/312 postgresql:pgbench / pgbench/001_pgbench_with_server                            ERROR            ...
51/4814 psql meta-command conninfo+
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[06:46:09.881](0.001s) not ok 2 - reserved_connections limit: matches
test
[06:48:16.344] 237/307 postgresql:postmaster / postmaster/001_connection_limits                        ERROR            ...
51/5318 System views for versions reporting
Linux - Debian Bookworm - Meson
test
[03:44:22.554] 296/312 postgresql:test_slru / test_slru/001_multixact                                  ERROR            ...
51/3461 In-place persistence change of a relation (fast ALTER TABLE ... SET LOGGED with wal_level=minimal)
CompilerWarnings
compiler
[01:18:07.567] simpleundolog.c:69:14: error: no previous extern declaration for non-static variable 'UndoRoutines' [-Wer...
compiler
[01:16:40.159] simpleundolog.c:69:14: error: no previous extern declaration for non-static variable 'UndoRoutines' [-Wer...
Linux - Debian Bookworm - Autoconf
tap
[01:20:30.531](0.245s) Bail out!  pg_ctl start failed
Linux - Debian Bookworm - Meson
core
[01:20:16.407] #0  0x00007f7e5d4a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[01:20:16.407] #1  0x00007f7e5d45afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[01:20:16.407] #2  0x00007f7e5d445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[01:20:16.407] #3  0x00007f7e5d61e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[01:20:16.407] #4  0x00007f7e5d62aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[01:20:16.407] #5  0x00007f7e5d60d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x560ede2f7e20,...
[01:20:16.407] #6  0x0000560edd3e4036 in ParseCommitRecord (info=<optimized out>, xlrec=<optimized out>, parsed=parsed@e...
[01:20:16.407] #7  0x0000560edd4384bb in xact_redo (record=0x560f017bf500) at ../src/backend/access/transam/xact.c:6450
[01:20:16.407] #8  0x0000560edd45bc01 in ApplyWalRecord (xlogreader=0x560f017bf500, record=record@entry=0x7f7e5900c878, ...
[01:20:16.407] #9  0x0000560edd461849 in PerformWalRecovery () at ../src/backend/access/transam/xlogrecovery.c:1823
tap
[01:19:04.451](229.186s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /tmp/cirrus-ci-build/src/test/recovery/t/027_stream_regress.pl line 103.
test
[01:19:04.657] 312/312 postgresql:recovery / recovery/027_stream_regress                               ERROR           3...
51/5070 Incorrect error message for cancellation triggered by statement_timeout & flaky test
CompilerWarnings
compiler
[00:18:38.448] backend_startup.c:270:63: error: variable 'status' is uninitialized when used here [-Werror,-Wuninitializ...
compiler
[00:18:38.448] backend_startup.c:270:63: error: data argument not used by format string [-Werror,-Wformat-extra-args]
compiler
[00:18:29.933] backend_startup.c:270:63: error: data argument not used by format string [-Werror,-Wformat-extra-args]
compiler
[00:18:29.933] backend_startup.c:270:63: error: variable 'status' is uninitialized when used here [-Werror,-Wuninitializ...
compiler
[00:17:57.877] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args]
compiler
[00:17:57.877] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit...
compiler
[00:17:49.417] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit...
compiler
[00:17:49.417] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args]
compiler
[00:19:02.426] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit...
compiler
[00:19:02.426] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args]
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[00:18:32.540] c:\cirrus\src\backend\tcop\backend_startup.c(270) : warning C4700: uninitialized local variable 'status' ...
51/4720 "unexpected duplicate for tablespace" problem in logical replication
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/00...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-10-29 23:59:21.832541000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_table.out	2024-10-30 00:01:04.809220...
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37835 |            |             0 |       37835 | pktable_pkey
+ 37832 |            |             0 |       37832 | pktable
+ 37837 |            |             0 |       37837 | fktable
+ 38391 |            |             0 |       38397 | foo
+ 38401 |            |             0 |       38401 | pg_toast_38391_index
+ 38400 |            |             0 |       38400 | pg_toast_38391
+ 38601 |            |             0 |       38601 | old_oids
+ 38629 |            |             0 |       38629 | pg_toast_38626
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/recovery/027_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-10-29 23:59:21.832541000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/alter_table.out	2024-10-30 00:01:47.8099...
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37684 |            |             0 |       37684 | pktable_pkey
+ 37681 |            |             0 |       37681 | pktable
+ 37686 |            |             0 |       37686 | fktable
+ 38305 |            |             0 |       38311 | foo
+ 38315 |            |             0 |       38315 | pg_toast_38305_index
+ 38314 |            |             0 |       38314 | pg_toast_38305
+ 38593 |            |             0 |       38593 | old_oids
+ 38610 |            |             0 |       38610 | pg_toast_38607
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/regress/regre...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-10-29 23:59:21.832541000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/alter_table.out	2024-10-30 00:01:07.242984000 +0000
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37930 |            |             0 |       37930 | pktable_pkey
+ 37927 |            |             0 |       37927 | pktable
+ 37935 |            |             0 |       37935 | fktable
+ 38424 |            |             0 |       38429 | foo
+ 38433 |            |             0 |       38433 | pg_toast_38424_index
+ 38432 |            |             0 |       38432 | pg_toast_38424
+ 38669 |            |             0 |       38669 | old_oids
+ 38688 |            |             0 |       38688 | pg_toast_38685
...
tap
[00:01:13.022](60.875s) not ok 5 - regression tests pass
tap
[00:01:55.828](66.148s) not ok 2 - regression tests pass
test
[00:03:54.714]  40/312 postgresql:regress / regress/regress                                            ERROR            ...
[00:03:54.714]  72/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[00:03:54.714] 148/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_chec...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-10-29 23:59:17.498912609 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/alter_table.out	2024-10-30 00:05:02.786250132 +0000
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37935 |            |             0 |       37935 | pktable_pkey
+ 37932 |            |             0 |       37932 | pktable
+ 37942 |            |             0 |       37942 | fktable
+ 38488 |            |             0 |       38495 | foo
+ 38499 |            |             0 |       38499 | pg_toast_38488_index
+ 38498 |            |             0 |       38498 | pg_toast_38488
+ 38696 |            |             0 |       38696 | old_oids
+ 38723 |            |             0 |       38723 | pg_toast_38720
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/src/test/recovery/tmp_check...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-10-29 23:59:17.498912609 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/alter_table.out	2024-10-30 00:06:34.370107153 +0000
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37809 |            |             0 |       37809 | pktable_pkey
+ 37806 |            |             0 |       37806 | pktable
+ 37811 |            |             0 |       37811 | fktable
+ 38418 |            |             0 |       38424 | foo
+ 38428 |            |             0 |       38428 | pg_toast_38418_index
+ 38427 |            |             0 |       38427 | pg_toast_38418
+ 38641 |            |             0 |       38641 | old_oids
+ 38658 |            |             0 |       38658 | pg_toast_38655
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/src/test/regress/results/al...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-10-29 23:59:17.498912609 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/alter_table.out	2024-10-30 00:02:38.314872153 +0000
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 38017 |            |             0 |       38017 | pktable_pkey
+ 38014 |            |             0 |       38014 | pktable
+ 38019 |            |             0 |       38019 | fktable
+ 38487 |            |             0 |       38492 | foo
+ 38496 |            |             0 |       38496 | pg_toast_38487_index
+ 38495 |            |             0 |       38495 | pg_toast_38487
+ 38715 |            |             0 |       38715 | old_oids
+ 38735 |            |             0 |       38735 | pg_toast_38732
...
tap
[00:05:11.812](107.231s) not ok 5 - regression tests pass
tap
[00:06:42.015](61.196s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/00...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-10-29 23:59:17.526157813 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_table.out	2024-10-30 00:01:59.401323...
@@ -3491,9 +3491,29 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37960 |            |             0 |       37960 | users_id_seq
+ 37966 |            |             0 |       37966 | pg_toast_37961
+ 37967 |            |             0 |       37967 | pg_toast_37961_index
+ 37961 |            |             0 |       37961 | users
+ 38167 |            |             0 |       38167 | foo
+ 37902 |            |             0 |       37902 | pktable_pkey
+ 37899 |            |             0 |       37899 | pktable
+ 37904 |            |             0 |       37904 | fktable
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/recovery/027_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-10-29 23:59:17.526157813 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/alter_table.out	2024-10-30 00:02:39.6653...
@@ -3491,9 +3491,29 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 38780 |            |             0 |       38780 | pg_toast_38777
+ 37978 |            |             0 |       37978 | users_id_seq
+ 37983 |            |             0 |       37983 | pg_toast_37979
+ 37984 |            |             0 |       37984 | pg_toast_37979_index
+ 37979 |            |             0 |       37979 | users
+ 38165 |            |             0 |       38165 | foo
+ 38474 |            |             0 |       38474 | forc_test
+ 38781 |            |             0 |       38781 | pg_toast_38777_index
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/regress/regre...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-10-29 23:59:17.526157813 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/alter_table.out	2024-10-30 00:01:54.293326157 +0000
@@ -3491,9 +3491,29 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 38105 |            |             0 |       38105 | users_id_seq
+ 38110 |            |             0 |       38110 | pg_toast_38106
+ 38111 |            |             0 |       38111 | pg_toast_38106_index
+ 38106 |            |             0 |       38106 | users
+ 38222 |            |             0 |       38222 | foo
+ 38399 |            |             0 |       38399 | forc_test
+ 38789 |            |             0 |       38789 | pg_toast_38786
+ 38790 |            |             0 |       38790 | pg_toast_38786_index
...
tap
[00:02:06.837](64.402s) not ok 5 - regression tests pass
tap
[00:02:45.657](62.992s) not ok 2 - regression tests pass
test
[00:04:33.268]  34/312 postgresql:regress / regress/regress                                            ERROR            ...
[00:04:33.268]  83/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[00:04:33.268] 142/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
macOS - Sonoma - Meson
test
[00:05:24.252]  26/312 postgresql:regress / regress/regress                                            ERROR            ...
[00:05:24.252]  48/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[00:05:24.252] 144/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/alter_table.out C:/cirrus/build/testrun/pg_upgrade/002_...
--- C:/cirrus/src/test/regress/expected/alter_table.out	2024-10-29 23:59:31.912699800 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_table.out	2024-10-30 00:03:22.117285000 +0000
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37433 |            |             0 |       37433 | pktable_pkey
+ 37430 |            |             0 |       37430 | pktable
+ 37440 |            |             0 |       37440 | fktable
+ 38021 |            |             0 |       38026 | foo
+ 38030 |            |             0 |       38030 | pg_toast_38021_index
+ 38029 |            |             0 |       38029 | pg_toast_38021
+ 38214 |            |             0 |       38214 | old_oids
+ 38231 |            |             0 |       38231 | pg_toast_38228
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/alter_table.out C:/cirrus/build/testrun/recovery/027_st...
--- C:/cirrus/src/test/regress/expected/alter_table.out	2024-10-29 23:59:31.912699800 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/alter_table.out	2024-10-30 00:06:07.357096200 +0000
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37617 |            |             0 |       37617 | pktable_pkey
+ 37613 |            |             0 |       37613 | pktable
+ 37620 |            |             0 |       37620 | fktable
+ 38049 |            |             0 |       38054 | foo
+ 38058 |            |             0 |       38058 | pg_toast_38049_index
+ 38057 |            |             0 |       38057 | pg_toast_38049
+ 38272 |            |             0 |       38272 | old_oids
+ 38289 |            |             0 |       38289 | pg_toast_38286
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/alter_table.out C:/cirrus/build/testrun/regress/regress...
--- C:/cirrus/src/test/regress/expected/alter_table.out	2024-10-29 23:59:31.912699800 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/alter_table.out	2024-10-30 00:03:11.389244600 +0000
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 36844 |            |             0 |       36844 | pktable_pkey
+ 36837 |            |             0 |       36837 | pktable
+ 36850 |            |             0 |       36850 | fktable
+ 37912 |            |             0 |       37925 | foo
+ 37931 |            |             0 |       37931 | pg_toast_37912_index
+ 37928 |            |             0 |       37928 | pg_toast_37912
+ 38317 |            |             0 |       38317 | old_oids
+ 38335 |            |             0 |       38335 | pg_toast_38332
...
tap
[00:03:35.954](117.632s) not ok 5 - regression tests pass
tap
[00:06:27.177](150.549s) not ok 2 - regression tests pass
test
[00:12:45.154]  19/307 postgresql:regress / regress/regress                                            ERROR           1...
[00:12:45.154]  39/307 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[00:12:45.154] 117/307 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5031 Remove dependence on integer wrapping
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/date.out C:/cirrus/build/testrun/pg_upgrade/002_pg_upgr...
--- C:/cirrus/src/test/regress/expected/date.out	2024-10-29 23:14:13.939265400 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/date.out	2024-10-29 23:16:23.209896200 +0000
@@ -1533,4 +1533,4 @@
 select make_time(24, 0, 2.1);
 ERROR:  time field value out of range: 24:00:2.1
 SELECT make_date(-2147483648, 1, 1);
-ERROR:  date field value out of range: -2147483648-01-01
+ERROR:  date field value out of range: 24301-01-01
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/date.out C:/cirrus/build/testrun/recovery/027_stream_re...
--- C:/cirrus/src/test/regress/expected/date.out	2024-10-29 23:14:13.939265400 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/date.out	2024-10-29 23:18:33.738768000 +0000
@@ -1533,4 +1533,4 @@
 select make_time(24, 0, 2.1);
 ERROR:  time field value out of range: 24:00:2.1
 SELECT make_date(-2147483648, 1, 1);
-ERROR:  date field value out of range: -2147483648-01-01
+ERROR:  date field value out of range: 24301-01-01
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/date.out C:/cirrus/build/testrun/regress/regress/result...
--- C:/cirrus/src/test/regress/expected/date.out	2024-10-29 23:14:13.939265400 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/date.out	2024-10-29 23:16:16.703520000 +0000
@@ -1533,4 +1533,4 @@
 select make_time(24, 0, 2.1);
 ERROR:  time field value out of range: 24:00:2.1
 SELECT make_date(-2147483648, 1, 1);
-ERROR:  date field value out of range: -2147483648-01-01
+ERROR:  date field value out of range: 24301-01-01
tap
[23:18:07.747](110.165s) not ok 5 - regression tests pass
tap
[23:20:23.847](120.437s) not ok 2 - regression tests pass
test
[23:27:01.462]   6/307 postgresql:regress / regress/regress                                            ERROR           1...
[23:27:01.462]  37/307 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[23:27:01.462]  87/307 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5100 Improved crc32c performance with AVX-512 algorithm.
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[21:35:45.249] libpgport_srv.a(pg_bitutils.c.obj) : error LNK2019: unresolved external symbol pg_popcount_available refe...
compiler
[21:35:45.249] libpgport_srv.a(pg_crc32c_x86_choose.c.obj) : error LNK2019: unresolved external symbol pg_crc32c_sse42_a...
compiler
[21:35:45.296] libpgport.a(pg_crc32c_x86_choose.c.obj) : error LNK2019: unresolved external symbol pg_crc32c_sse42_avail...
51/4412 Client authentication via OAuth 2.0
macOS - Sonoma - Meson
test
[21:12:05.117] 318/318 postgresql:python / python/client                                               FAIL             ...
51/4810 COPY ON_ERROR 'NULL'
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_u...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-10-29 19:35:09.544560000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/copy2.out	2024-10-29 19:36:41.013850000 +0...
@@ -139,7 +139,7 @@
 LINE 1: COPY x from stdin (log_verbosity unsupported);
                            ^
 COPY x from stdin with (reject_limit 1);
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 COPY x from stdin with (on_error ignore, reject_limit 0);
 ERROR:  REJECT_LIMIT (0) must be greater than zero
 -- too many columns in column list: should fail
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-10-29 19:35:09.544560000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/copy2.out	2024-10-29 19:37:29.423028000 ...
@@ -139,7 +139,7 @@
 LINE 1: COPY x from stdin (log_verbosity unsupported);
                            ^
 COPY x from stdin with (reject_limit 1);
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 COPY x from stdin with (on_error ignore, reject_limit 0);
 ERROR:  REJECT_LIMIT (0) must be greater than zero
 -- too many columns in column list: should fail
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/build/testrun/regress/regress/res...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-10-29 19:35:09.544560000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/copy2.out	2024-10-29 19:36:36.964431000 +0000
@@ -139,7 +139,7 @@
 LINE 1: COPY x from stdin (log_verbosity unsupported);
                            ^
 COPY x from stdin with (reject_limit 1);
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 COPY x from stdin with (on_error ignore, reject_limit 0);
 ERROR:  REJECT_LIMIT (0) must be greater than zero
 -- too many columns in column list: should fail
tap
[19:37:01.143](68.731s) not ok 5 - regression tests pass
tap
[19:37:48.310](80.828s) not ok 2 - regression tests pass
test
[19:39:42.548]  42/312 postgresql:regress / regress/regress                                            ERROR            ...
[19:39:42.548]  97/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[19:39:42.548] 157/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/resu...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-10-29 19:35:09.234557539 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/copy2.out	2024-10-29 19:41:14.505527860 +0000
@@ -139,7 +139,7 @@
 LINE 1: COPY x from stdin (log_verbosity unsupported);
                            ^
 COPY x from stdin with (reject_limit 1);
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 COPY x from stdin with (on_error ignore, reject_limit 0);
 ERROR:  REJECT_LIMIT (0) must be greater than zero
 -- too many columns in column list: should fail
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/src/test/recovery/tmp_check/resul...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-10-29 19:35:09.234557539 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/copy2.out	2024-10-29 19:42:33.267625379 +0000
@@ -139,7 +139,7 @@
 LINE 1: COPY x from stdin (log_verbosity unsupported);
                            ^
 COPY x from stdin with (reject_limit 1);
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 COPY x from stdin with (on_error ignore, reject_limit 0);
 ERROR:  REJECT_LIMIT (0) must be greater than zero
 -- too many columns in column list: should fail
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/src/test/regress/results/copy2.ou...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-10-29 19:35:09.234557539 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/copy2.out	2024-10-29 19:38:23.825266543 +0000
@@ -139,7 +139,7 @@
 LINE 1: COPY x from stdin (log_verbosity unsupported);
                            ^
 COPY x from stdin with (reject_limit 1);
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 COPY x from stdin with (on_error ignore, reject_limit 0);
 ERROR:  REJECT_LIMIT (0) must be greater than zero
 -- too many columns in column list: should fail
tap
[19:41:28.128](112.017s) not ok 5 - regression tests pass
tap
[19:42:44.945](73.477s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_u...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-10-29 19:35:09.211638187 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/copy2.out	2024-10-29 19:37:38.220629981 +0...
@@ -139,7 +139,7 @@
 LINE 1: COPY x from stdin (log_verbosity unsupported);
                            ^
 COPY x from stdin with (reject_limit 1);
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 COPY x from stdin with (on_error ignore, reject_limit 0);
 ERROR:  REJECT_LIMIT (0) must be greater than zero
 -- too many columns in column list: should fail
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-10-29 19:35:09.211638187 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/copy2.out	2024-10-29 19:38:16.344827157 ...
@@ -139,7 +139,7 @@
 LINE 1: COPY x from stdin (log_verbosity unsupported);
                            ^
 COPY x from stdin with (reject_limit 1);
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 COPY x from stdin with (on_error ignore, reject_limit 0);
 ERROR:  REJECT_LIMIT (0) must be greater than zero
 -- too many columns in column list: should fail
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/build/testrun/regress/regress/res...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-10-29 19:35:09.211638187 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/copy2.out	2024-10-29 19:37:34.092615418 +0000
@@ -139,7 +139,7 @@
 LINE 1: COPY x from stdin (log_verbosity unsupported);
                            ^
 COPY x from stdin with (reject_limit 1);
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 COPY x from stdin with (on_error ignore, reject_limit 0);
 ERROR:  REJECT_LIMIT (0) must be greater than zero
 -- too many columns in column list: should fail
tap
[19:37:52.482](78.468s) not ok 5 - regression tests pass
tap
[19:38:27.462](78.206s) not ok 2 - regression tests pass
test
[19:40:09.580]  45/312 postgresql:regress / regress/regress                                            ERROR            ...
[19:40:09.580] 136/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[19:40:09.580] 155/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/copy2.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgra...
--- /Users/admin/pgsql/src/test/regress/expected/copy2.out	2024-10-29 19:35:08
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/copy2.out	2024-10-29 19:37:17
@@ -139,7 +139,7 @@
 LINE 1: COPY x from stdin (log_verbosity unsupported);
                            ^
 COPY x from stdin with (reject_limit 1);
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 COPY x from stdin with (on_error ignore, reject_limit 0);
 ERROR:  REJECT_LIMIT (0) must be greater than zero
 -- too many columns in column list: should fail
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/copy2.out /Users/admin/pgsql/build/testrun/recovery/027_stream_reg...
--- /Users/admin/pgsql/src/test/regress/expected/copy2.out	2024-10-29 19:35:08
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/copy2.out	2024-10-29 19:38:32
@@ -139,7 +139,7 @@
 LINE 1: COPY x from stdin (log_verbosity unsupported);
                            ^
 COPY x from stdin with (reject_limit 1);
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 COPY x from stdin with (on_error ignore, reject_limit 0);
 ERROR:  REJECT_LIMIT (0) must be greater than zero
 -- too many columns in column list: should fail
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/copy2.out /Users/admin/pgsql/build/testrun/regress/regress/results...
--- /Users/admin/pgsql/src/test/regress/expected/copy2.out	2024-10-29 19:35:08
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/copy2.out	2024-10-29 19:37:18
@@ -139,7 +139,7 @@
 LINE 1: COPY x from stdin (log_verbosity unsupported);
                            ^
 COPY x from stdin with (reject_limit 1);
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 COPY x from stdin with (on_error ignore, reject_limit 0);
 ERROR:  REJECT_LIMIT (0) must be greater than zero
 -- too many columns in column list: should fail
tap
[19:37:30.333](57.937s) not ok 5 - regression tests pass
tap
[19:38:43.158](71.815s) not ok 2 - regression tests pass
test
[19:41:28.100]  27/312 postgresql:regress / regress/regress                                            ERROR            ...
[19:41:28.100]  48/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[19:41:28.100] 143/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/copy2.out C:/cirrus/build/testrun/pg_upgrade/002_pg_upg...
--- C:/cirrus/src/test/regress/expected/copy2.out	2024-10-29 19:35:20.005136100 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/copy2.out	2024-10-29 19:39:10.230352000 +0000
@@ -139,7 +139,7 @@
 LINE 1: COPY x from stdin (log_verbosity unsupported);
                            ^
 COPY x from stdin with (reject_limit 1);
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 COPY x from stdin with (on_error ignore, reject_limit 0);
 ERROR:  REJECT_LIMIT (0) must be greater than zero
 -- too many columns in column list: should fail
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/copy2.out C:/cirrus/build/testrun/recovery/027_stream_r...
--- C:/cirrus/src/test/regress/expected/copy2.out	2024-10-29 19:35:20.005136100 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/copy2.out	2024-10-29 19:41:19.348074500 +0000
@@ -139,7 +139,7 @@
 LINE 1: COPY x from stdin (log_verbosity unsupported);
                            ^
 COPY x from stdin with (reject_limit 1);
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 COPY x from stdin with (on_error ignore, reject_limit 0);
 ERROR:  REJECT_LIMIT (0) must be greater than zero
 -- too many columns in column list: should fail
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/copy2.out C:/cirrus/build/testrun/regress/regress/resul...
--- C:/cirrus/src/test/regress/expected/copy2.out	2024-10-29 19:35:20.005136100 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/copy2.out	2024-10-29 19:38:54.885137900 +0000
@@ -139,7 +139,7 @@
 LINE 1: COPY x from stdin (log_verbosity unsupported);
                            ^
 COPY x from stdin with (reject_limit 1);
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 COPY x from stdin with (on_error ignore, reject_limit 0);
 ERROR:  REJECT_LIMIT (0) must be greater than zero
 -- too many columns in column list: should fail
tap
[19:39:27.236](121.098s) not ok 5 - regression tests pass
tap
[19:41:40.057](125.198s) not ok 2 - regression tests pass
test
[19:48:18.666]  20/307 postgresql:regress / regress/regress                                            ERROR           1...
[19:48:18.666]  37/307 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[19:48:18.666]  84/307 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5252 Trim the heap free memory
CompilerWarnings
compiler
[19:11:13.346] postgres.c:2829:33: error: assignment to ‘char *’ from ‘int’ makes pointer from integer without a cast [-...
compiler
[19:11:13.346] postgres.c:2828:25: error: implicit declaration of function ‘malloc_trim’ [-Werror=implicit-function-decl...
compiler
[19:11:13.346] postgres.c:2825:47: error: initialization of ‘char *’ from ‘int’ makes pointer from integer without a cas...
compiler
[19:11:13.346] postgres.c:2825:47: error: implicit declaration of function ‘sbrk’ [-Werror=implicit-function-declaration...
Linux - Debian Bookworm - Autoconf
core
[19:17:43.701] #0  0x00007f530a03fb13 in wait4 () from /lib/x86_64-linux-gnu/libc.so.6
[19:17:43.701] #1  0x000055d1699cbcc0 in ?? ()
[19:17:43.701] #2  0x000055d1699cbefa in ?? ()
[19:17:43.701] #3  0x000055d1699cd630 in ?? ()
[19:17:43.701] #4  0x000055d1699c7371 in ?? ()
[19:17:43.701] #5  0x000055d1699c620f in ?? ()
[19:17:43.701] #6  0x000055d1699c6c3b in ?? ()
[19:17:43.701] #7  0x000055d1699c466f in ?? ()
[19:17:43.701] #8  0x00007f5309f9324a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[19:17:43.701] #9  0x00007f5309f93305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[19:17:43.582] #0  0x00007f3826be7d7c in ?? () from /lib64/ld-linux-x86-64.so.2
[19:17:43.582] #1  0x00007f3826bf7c99 in ?? () from /lib64/ld-linux-x86-64.so.2
[19:17:43.582] #2  0x00007f3826bf422f in ?? () from /lib64/ld-linux-x86-64.so.2
[19:17:43.582] #3  0x00007f3826bf5bac in ?? () from /lib64/ld-linux-x86-64.so.2
[19:17:43.582] #4  0x00007f3826bf4a58 in ?? () from /lib64/ld-linux-x86-64.so.2
[19:17:43.582] #5  0x0000000000000003 in ?? ()
[19:17:43.582] #6  0x00007ffe863ff17d in ?? ()
[19:17:43.582] #7  0x00007ffe863ff180 in ?? ()
[19:17:43.582] #8  0x00007ffe863ff1f5 in ?? ()
[19:17:43.582] #9  0x0000000000000000 in ?? ()
tap
[19:10:52.049](0.001s) not ok 28 - options --locale-provider=icu --locale=und --lc-*=C: no stderr
Linux - Debian Bookworm - Meson
tap
[19:13:18.133](0.001s) not ok 28 - options --locale-provider=icu --locale=und --lc-*=C: no stderr
test
[19:15:06.388] 167/312 postgresql:initdb / initdb/001_initdb                                           ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[19:10:29.034] ../src/backend/tcop/postgres.c(2825): warning C4047: 'initializing': 'char *' differs in levels of indire...
compiler
[19:10:38.816] tcop_postgres.c.obj : error LNK2019: unresolved external symbol sbrk referenced in function finish_xact_c...
compiler
[19:10:38.816] tcop_postgres.c.obj : error LNK2019: unresolved external symbol malloc_trim referenced in function finish...
compiler
[19:10:29.034] ../src/backend/tcop/postgres.c(2829): warning C4047: '=': 'char *' differs in levels of indirection from ...
50/5238 Add parallel columns for seq scan and index scan on pg_stat_all_tables and _indexes
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/stats.out C:/cirrus/build/testrun/recovery/027_stream_r...
--- C:/cirrus/src/test/regress/expected/stats.out	2024-10-29 18:35:03.933549800 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/stats.out	2024-10-29 18:41:46.626074900 +0000
@@ -846,7 +846,7 @@
 FROM pg_stat_all_tables WHERE relid = 'test_parallel_scan'::regclass;
  parallel_seq_scan | parallel_idx_scan 
 -------------------+-------------------
-                 3 |                 2
+                 1 |                 1
 (1 row)
 
 SELECT last_parallel_seq_scan AS test_last_seq, last_parallel_idx_scan AS test_last_idx
@@ -895,7 +895,7 @@
 FROM pg_stat_all_tables WHERE relid = 'test_parallel_scan'::regclass;
  parallel_seq_scan | seq_ok | parallel_idx_scan | idx_ok 
 -------------------+--------+-------------------+--------
-                 6 | t      |                 2 | t
+                 2 | t      |                 1 | t
 (1 row)
 
...
tap
[18:41:55.349](136.156s) not ok 2 - regression tests pass
test
[18:48:56.885]  85/307 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5242 Fix RelationTruncate() corruption
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[18:10:33.711] ../src/backend/storage/smgr/smgr.c(732): warning C4098: 'smgrtruncate': 'void' function returning a value
51/5326 Parallel heap vacuum
FreeBSD - 13 - Meson
assertion
TRAP: failed Assert("vacrel->do_index_vacuuming"), File: "../src/backend/access/heap/vacuumlazy.c", Line: 2522, PID: 202...
core
[17:55:38.677] #0  0x000000082dc7141a in thr_kill () from /lib/libc.so.7
[17:55:38.677] #1  0x000000082dbeae64 in raise () from /lib/libc.so.7
[17:55:38.677] #2  0x000000082dc9b6f9 in abort () from /lib/libc.so.7
[17:55:38.677] #3  0x0000000000a97975 in ExceptionalCondition (conditionName=0x30164b "vacrel->do_index_vacuuming", file...
[17:55:38.677] #4  0x000000000060dda1 in lazy_vacuum_heap_page (vacrel=0x8218e33b0, blkno=15, buffer=98, deadoffsets=0x8...
[17:55:38.677] #5  do_lazy_vacuum_heap_rel (vacrel=vacrel@entry=0x8218e33b0, iter=0x838403af8) at ../src/backend/access/...
[17:55:38.677] #6  0x000000000060d90d in heap_parallel_vacuum_scan_worker (rel=0x838371878, pvs=0x8218e34f0, pwcxt=<opti...
[17:55:38.677] #7  0x0000000000751aae in table_parallel_vacuum_scan (rel=0x18dac, pvs=0x8218e34f0, pwcxt=0x0) at ../src/...
[17:55:38.677] #8  parallel_vacuum_process_table (pvs=0x8218e34f0) at ../src/backend/commands/vacuumparallel.c:1166
[17:55:38.677] #9  parallel_vacuum_main (seg=0x838248f98, toc=0x840524000) at ../src/backend/commands/vacuumparallel.c:1...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/vacuum_parallel.out /tmp/cirrus-ci-build/build/testrun/recovery/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/vacuum_parallel.out	2024-10-29 17:49:38.919106000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/vacuum_parallel.out	2024-10-29 17:52:19....
@@ -40,10 +40,10 @@
 -- Parallel VACUUM with B-Tree page deletions, ambulkdelete calls:
 DELETE FROM parallel_vacuum_table;
 VACUUM (PARALLEL 4, INDEX_CLEANUP ON) parallel_vacuum_table;
--- Since vacuum_in_leader_small_index uses deduplication, we expect an
--- assertion failure with bug #17245 (in the absence of bugfix):
-INSERT INTO parallel_vacuum_table SELECT i FROM generate_series(1, 10000) i;
-RESET max_parallel_maintenance_workers;
-RESET min_parallel_index_scan_size;
--- Deliberately don't drop table, to get further coverage from tools like
--- pg_amcheck in some testing scenarios
+WARNING:  terminating connection because of crash of another server process
+DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because anothe...
+HINT:  In a moment you should be able to reconnect to the database and repeat your command.
+server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
...
tap
[17:52:22.913](48.068s) not ok 2 - regression tests pass
test
[17:54:25.947]  90/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Meson
core
[18:01:53.431] #0  0x00007fb2ea0aed24 in ?? ()
[18:01:53.431] #1  0x0000000000000000 in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/vacuum_parallel.out /tmp/cirrus-ci-build/build-32/testrun/pg_upg...
--- /tmp/cirrus-ci-build/src/test/regress/expected/vacuum_parallel.out	2024-10-29 17:49:39.289055925 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/pg_upgrade/002_pg_upgrade/data/results/vacuum_parallel.out	2024-10-29 17:57:42...
@@ -40,6 +40,8 @@
 -- Parallel VACUUM with B-Tree page deletions, ambulkdelete calls:
 DELETE FROM parallel_vacuum_table;
 VACUUM (PARALLEL 4, INDEX_CLEANUP ON) parallel_vacuum_table;
+ERROR:  could not open file "base/16387/31566.1" (target block 2139062016): previous segment is only 40 blocks
+CONTEXT:  while vacuuming block 2139062016 of relation "public.parallel_vacuum_table"
 -- Since vacuum_in_leader_small_index uses deduplication, we expect an
 -- assertion failure with bug #17245 (in the absence of bugfix):
 INSERT INTO parallel_vacuum_table SELECT i FROM generate_series(1, 10000) i;
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/vacuum_parallel.out /tmp/cirrus-ci-build/build-32/testrun/recove...
--- /tmp/cirrus-ci-build/src/test/regress/expected/vacuum_parallel.out	2024-10-29 17:49:39.289055925 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/recovery/027_stream_regress/data/results/vacuum_parallel.out	2024-10-29 17:58:...
@@ -40,6 +40,10 @@
 -- Parallel VACUUM with B-Tree page deletions, ambulkdelete calls:
 DELETE FROM parallel_vacuum_table;
 VACUUM (PARALLEL 4, INDEX_CLEANUP ON) parallel_vacuum_table;
+ERROR:  could not open file "base/16384/31171.1" (target block 2139062017): previous segment is only 40 blocks
+CONTEXT:  while vacuuming block 2139062017 of relation "(null).parallel_vacuum_table"
+parallel worker
+while vacuuming block 2139062016 of relation "public.parallel_vacuum_table"
 -- Since vacuum_in_leader_small_index uses deduplication, we expect an
 -- assertion failure with bug #17245 (in the absence of bugfix):
 INSERT INTO parallel_vacuum_table SELECT i FROM generate_series(1, 10000) i;
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/vacuum_parallel.out /tmp/cirrus-ci-build/build-32/testrun/regres...
--- /tmp/cirrus-ci-build/src/test/regress/expected/vacuum_parallel.out	2024-10-29 17:49:39.289055925 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/regress/regress/results/vacuum_parallel.out	2024-10-29 17:57:37.984127640 +000...
@@ -40,6 +40,8 @@
 -- Parallel VACUUM with B-Tree page deletions, ambulkdelete calls:
 DELETE FROM parallel_vacuum_table;
 VACUUM (PARALLEL 4, INDEX_CLEANUP ON) parallel_vacuum_table;
+ERROR:  could not open file "base/16384/31214.1" (target block 2139062016): previous segment is only 40 blocks
+CONTEXT:  while vacuuming block 2139062016 of relation "public.parallel_vacuum_table"
 -- Since vacuum_in_leader_small_index uses deduplication, we expect an
 -- assertion failure with bug #17245 (in the absence of bugfix):
 INSERT INTO parallel_vacuum_table SELECT i FROM generate_series(1, 10000) i;
tap
[17:58:12.014](78.265s) not ok 5 - regression tests pass
tap
[17:58:47.820](77.317s) not ok 2 - regression tests pass
test
[18:00:41.040]  30/312 postgresql:regress / regress/regress                                            ERROR            ...
[18:00:41.040] 134/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[18:00:41.040] 153/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
assertion
TRAP: failed Assert("vacrel->num_index_scans > 1 || (vacrel->dead_items_info->num_items == vacrel->scan_stats->lpdead_it...
assertion
TRAP: failed Assert("vacrel->num_index_scans > 1 || (vacrel->dead_items_info->num_items == vacrel->scan_stats->lpdead_it...
assertion
TRAP: failed Assert("vacrel->num_index_scans > 1 || (vacrel->dead_items_info->num_items == vacrel->scan_stats->lpdead_it...
assertion
TRAP: failed Assert("vacrel->num_index_scans > 1 || (vacrel->dead_items_info->num_items == vacrel->scan_stats->lpdead_it...
core
00000077`90dff9a8 00007ffb`7996b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000077`90dff9b0 00007ffb`77bb4cb0     ntdll!TppWorkerThread+0x2df
00000077`90dffca0 00007ffb`799decdb     KERNEL32!BaseThreadInitThunk+0x10
00000077`90dffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000077`909fe300 00007ff6`add9af08     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000077`909fe340 00007ff6`ad655614     postgres!ExceptionalCondition(
00000077`909fe380 00007ff6`ad654ffc     postgres!lazy_vacuum_heap_rel(
00000077`909fe3f0 00007ff6`ad653586     postgres!lazy_vacuum(
00000077`909fe430 00007ff6`ad651b05     postgres!lazy_scan_heap(
00000077`909fe4b0 00007ff6`ad858d24     postgres!heap_vacuum_rel(
00000077`909fe7c0 00007ff6`ad859e9b     postgres!table_relation_vacuum(
00000077`909fe7f0 00007ff6`ad856f1f     postgres!vacuum_rel(
00000077`909fe8c0 00007ff6`ad856a12     postgres!vacuum(
00000077`909feaa0 00007ff6`adb6d386     postgres!ExecVacuum(
core
00000077`911ff828 00007ffb`7996b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000077`911ff830 00007ffb`77bb4cb0     ntdll!TppWorkerThread+0x2df
00000077`911ffb20 00007ffb`799decdb     KERNEL32!BaseThreadInitThunk+0x10
00000077`911ffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000077`915ff5d8 00007ffb`774d45ca     ntdll!NtFsControlFile+0x14
00000077`915ff5e0 00007ff6`ada52e1b     KERNELBASE!ConnectNamedPipe+0x6a
00000077`915ff650 00007ffb`77bb4cb0     postgres!pg_signal_thread(
00000077`915ff750 00007ffb`799decdb     KERNEL32!BaseThreadInitThunk+0x10
00000077`915ff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000077`919ff908 00007ffb`7748d71e     ntdll!NtWaitForSingleObject+0x14
00000077`919ff910 00007ff6`ada548bc     KERNELBASE!WaitForSingleObjectEx+0x8e
00000077`919ff9b0 00007ffb`77bb4cb0     postgres!pg_timer_thread(
00000077`919ff9f0 00007ffb`799decdb     KERNEL32!BaseThreadInitThunk+0x10
00000077`919ffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008d`b19ff508 00007ffb`7996b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008d`b19ff510 00007ffb`77bb4cb0     ntdll!TppWorkerThread+0x2df
0000008d`b19ff800 00007ffb`799decdb     KERNEL32!BaseThreadInitThunk+0x10
0000008d`b19ff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008d`b1dffb58 00007ffb`774d45ca     ntdll!NtFsControlFile+0x14
0000008d`b1dffb60 00007ff6`ada52e1b     KERNELBASE!ConnectNamedPipe+0x6a
0000008d`b1dffbd0 00007ffb`77bb4cb0     postgres!pg_signal_thread(
0000008d`b1dffcd0 00007ffb`799decdb     KERNEL32!BaseThreadInitThunk+0x10
0000008d`b1dffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008d`b15fe4e0 00007ff6`add9af08     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000008d`b15fe520 00007ff6`ad655614     postgres!ExceptionalCondition(
0000008d`b15fe560 00007ff6`ad654ffc     postgres!lazy_vacuum_heap_rel(
0000008d`b15fe5d0 00007ff6`ad653586     postgres!lazy_vacuum(
0000008d`b15fe610 00007ff6`ad651b05     postgres!lazy_scan_heap(
0000008d`b15fe690 00007ff6`ad858d24     postgres!heap_vacuum_rel(
0000008d`b15fe9a0 00007ff6`ad859e9b     postgres!table_relation_vacuum(
0000008d`b15fe9d0 00007ff6`ad856f1f     postgres!vacuum_rel(
0000008d`b15feaa0 00007ff6`ad856a12     postgres!vacuum(
0000008d`b15fec80 00007ff6`adb6d386     postgres!ExecVacuum(
core
0000008d`b21ffe18 00007ffb`7748d71e     ntdll!NtWaitForSingleObject+0x14
0000008d`b21ffe20 00007ff6`ada548bc     KERNELBASE!WaitForSingleObjectEx+0x8e
0000008d`b21ffec0 00007ffb`77bb4cb0     postgres!pg_timer_thread(
0000008d`b21fff00 00007ffb`799decdb     KERNEL32!BaseThreadInitThunk+0x10
0000008d`b21fff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008d`b25ff718 00007ffb`7996b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008d`b25ff720 00007ffb`77bb4cb0     ntdll!TppWorkerThread+0x2df
0000008d`b25ffa10 00007ffb`799decdb     KERNEL32!BaseThreadInitThunk+0x10
0000008d`b25ffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002a`68dffcb8 00007ffb`774d45ca     ntdll!NtFsControlFile+0x14
0000002a`68dffcc0 00007ff6`ada52e1b     KERNELBASE!ConnectNamedPipe+0x6a
0000002a`68dffd30 00007ffb`77bb4cb0     postgres!pg_signal_thread(
0000002a`68dffe30 00007ffb`799decdb     KERNEL32!BaseThreadInitThunk+0x10
0000002a`68dffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002a`689ff9c8 00007ffb`7996b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002a`689ff9d0 00007ffb`77bb4cb0     ntdll!TppWorkerThread+0x2df
0000002a`689ffcc0 00007ffb`799decdb     KERNEL32!BaseThreadInitThunk+0x10
0000002a`689ffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002a`685ff6d8 00007ffb`7996b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002a`685ff6e0 00007ffb`77bb4cb0     ntdll!TppWorkerThread+0x2df
0000002a`685ff9d0 00007ffb`799decdb     KERNEL32!BaseThreadInitThunk+0x10
0000002a`685ffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002a`691ffba8 00007ffb`7748d71e     ntdll!NtWaitForSingleObject+0x14
0000002a`691ffbb0 00007ff6`ada548bc     KERNELBASE!WaitForSingleObjectEx+0x8e
0000002a`691ffc50 00007ffb`77bb4cb0     postgres!pg_timer_thread(
0000002a`691ffc90 00007ffb`799decdb     KERNEL32!BaseThreadInitThunk+0x10
0000002a`691ffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002a`681fe500 00007ff6`add9af08     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000002a`681fe540 00007ff6`ad655614     postgres!ExceptionalCondition(
0000002a`681fe580 00007ff6`ad654ffc     postgres!lazy_vacuum_heap_rel(
0000002a`681fe5f0 00007ff6`ad653586     postgres!lazy_vacuum(
0000002a`681fe630 00007ff6`ad651b05     postgres!lazy_scan_heap(
0000002a`681fe6b0 00007ff6`ad858d24     postgres!heap_vacuum_rel(
0000002a`681fe9c0 00007ff6`ad859e9b     postgres!table_relation_vacuum(
0000002a`681fe9f0 00007ff6`ad856f1f     postgres!vacuum_rel(
0000002a`681feac0 00007ff6`ad856a12     postgres!vacuum(
0000002a`681feca0 00007ff6`adb6d386     postgres!ExecVacuum(
core
00000082`d7bfe730 00007ff6`add9af08     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000082`d7bfe770 00007ff6`ad655614     postgres!ExceptionalCondition(
00000082`d7bfe7b0 00007ff6`ad654ffc     postgres!lazy_vacuum_heap_rel(
00000082`d7bfe820 00007ff6`ad653586     postgres!lazy_vacuum(
00000082`d7bfe860 00007ff6`ad651b05     postgres!lazy_scan_heap(
00000082`d7bfe8e0 00007ff6`ad858d24     postgres!heap_vacuum_rel(
00000082`d7bfebf0 00007ff6`ad859e9b     postgres!table_relation_vacuum(
00000082`d7bfec20 00007ff6`ad856f1f     postgres!vacuum_rel(
00000082`d7bfecf0 00007ff6`ad856a12     postgres!vacuum(
00000082`d7bfeed0 00007ff6`adb6d386     postgres!ExecVacuum(
core
00000082`d83ff838 00007ffb`774d45ca     ntdll!NtFsControlFile+0x14
00000082`d83ff840 00007ff6`ada52e1b     KERNELBASE!ConnectNamedPipe+0x6a
00000082`d83ff8b0 00007ffb`77bb4cb0     postgres!pg_signal_thread(
00000082`d83ff9b0 00007ffb`799decdb     KERNEL32!BaseThreadInitThunk+0x10
00000082`d83ff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000082`d87ffdd8 00007ffb`7748d71e     ntdll!NtWaitForSingleObject+0x14
00000082`d87ffde0 00007ff6`ada548bc     KERNELBASE!WaitForSingleObjectEx+0x8e
00000082`d87ffe80 00007ffb`77bb4cb0     postgres!pg_timer_thread(
00000082`d87ffec0 00007ffb`799decdb     KERNEL32!BaseThreadInitThunk+0x10
00000082`d87ffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000082`d7fffc18 00007ffb`7996b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000082`d7fffc20 00007ffb`77bb4cb0     ntdll!TppWorkerThread+0x2df
00000082`d7ffff10 00007ffb`799decdb     KERNEL32!BaseThreadInitThunk+0x10
00000082`d7ffff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000082`d8bff918 00007ffb`7996b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000082`d8bff920 00007ffb`77bb4cb0     ntdll!TppWorkerThread+0x2df
00000082`d8bffc10 00007ffb`799decdb     KERNEL32!BaseThreadInitThunk+0x10
00000082`d8bffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/vacuum_parallel.out C:/cirrus/build/testrun/pg_upgrade/...
--- C:/cirrus/src/test/regress/expected/vacuum_parallel.out	2024-10-29 17:49:49.380216700 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/vacuum_parallel.out	2024-10-29 17:53:21.343363800 +00...
@@ -40,10 +40,7 @@
 -- Parallel VACUUM with B-Tree page deletions, ambulkdelete calls:
 DELETE FROM parallel_vacuum_table;
 VACUUM (PARALLEL 4, INDEX_CLEANUP ON) parallel_vacuum_table;
--- Since vacuum_in_leader_small_index uses deduplication, we expect an
--- assertion failure with bug #17245 (in the absence of bugfix):
-INSERT INTO parallel_vacuum_table SELECT i FROM generate_series(1, 10000) i;
-RESET max_parallel_maintenance_workers;
-RESET min_parallel_index_scan_size;
--- Deliberately don't drop table, to get further coverage from tools like
--- pg_amcheck in some testing scenarios
+server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
+connection to server was lost
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/publication.out C:/cirrus/build/testrun/pg_upgrade/002_...
--- C:/cirrus/src/test/regress/expected/publication.out	2024-10-29 17:49:49.321119500 +0000
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/vacuum_parallel.out C:/cirrus/build/testrun/recovery/02...
--- C:/cirrus/src/test/regress/expected/vacuum_parallel.out	2024-10-29 17:49:49.380216700 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/vacuum_parallel.out	2024-10-29 17:55:37.742357300 +...
@@ -40,10 +40,7 @@
 -- Parallel VACUUM with B-Tree page deletions, ambulkdelete calls:
 DELETE FROM parallel_vacuum_table;
 VACUUM (PARALLEL 4, INDEX_CLEANUP ON) parallel_vacuum_table;
--- Since vacuum_in_leader_small_index uses deduplication, we expect an
--- assertion failure with bug #17245 (in the absence of bugfix):
-INSERT INTO parallel_vacuum_table SELECT i FROM generate_series(1, 10000) i;
-RESET max_parallel_maintenance_workers;
-RESET min_parallel_index_scan_size;
--- Deliberately don't drop table, to get further coverage from tools like
--- pg_amcheck in some testing scenarios
+server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
+connection to server was lost
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/publication.out C:/cirrus/build/testrun/recovery/027_st...
--- C:/cirrus/src/test/regress/expected/publication.out	2024-10-29 17:49:49.321119500 +0000
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/vacuum.out C:/cirrus/build/testrun/regress/regress/resu...
--- C:/cirrus/src/test/regress/expected/vacuum.out	2024-10-29 17:49:49.380216700 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/vacuum.out	2024-10-29 17:52:20.694374000 +0000
@@ -154,496 +154,7 @@
 -- VACUUM invokes parallel bulk-deletion
 UPDATE pvactst SET i = i WHERE i < 1000;
 VACUUM (PARALLEL 2) pvactst;
-UPDATE pvactst SET i = i WHERE i < 1000;
-VACUUM (PARALLEL 0) pvactst; -- disable parallel vacuum
-VACUUM (PARALLEL -1) pvactst; -- error
-ERROR:  parallel workers for vacuum must be between 0 and 1024
-LINE 1: VACUUM (PARALLEL -1) pvactst;
-                ^
-VACUUM (PARALLEL 2, INDEX_CLEANUP FALSE) pvactst;
-VACUUM (PARALLEL 2, FULL TRUE) pvactst; -- error, cannot use both PARALLEL and FULL
-ERROR:  VACUUM FULL cannot be performed in parallel
-VACUUM (PARALLEL) pvactst; -- error, cannot use PARALLEL option without parallel degree
-ERROR:  parallel option requires a value between 0 and 1024
-LINE 1: VACUUM (PARALLEL) pvactst;
-                ^
...
tap
[17:53:49.498](110.740s) not ok 5 - regression tests pass
[17:53:53.470](3.898s) not ok 6 - dump before running pg_upgrade
tap
[17:56:02.636](121.698s) not ok 2 - regression tests pass
test
[18:04:46.826]   6/307 postgresql:regress / regress/regress                                            ERROR           1...
[18:04:46.826]  25/307 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[18:04:46.826]  75/307 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/4912 CSN snapshots in hot standby
Linux - Debian Bookworm - Meson
core
[17:18:31.083] #0  0x00007fe43aca9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[17:18:31.083] #1  0x00007fe43ac5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[17:18:31.083] #2  0x00007fe43ac45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[17:18:31.083] #3  0x00007fe43ae1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[17:18:31.083] #4  0x00007fe43ae2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[17:18:31.083] #5  0x00007fe43ae0dad8 in __ubsan::__ubsan_handle_shift_out_of_bounds_abort (Data=Data@entry=0x557363ba06...
[17:18:31.083] #6  0x00005573630f272c in XidInMVCCSnapshot (xid=756, snapshot=snapshot@entry=0x55738ebcebf0) at ../src/b...
[17:18:31.083] #7  0x000055736273f99a in HeapTupleSatisfiesMVCC (htup=<optimized out>, snapshot=0x55738ebcebf0, buffer=4...
[17:18:31.083] #8  0x0000557362741006 in HeapTupleSatisfiesVisibility (htup=htup@entry=0x7ffd473e61b0, snapshot=snapshot...
[17:18:31.083] #9  0x0000557362732488 in page_collect_tuples (check_serializable=<optimized out>, all_visible=<optimized...
core
[17:18:32.608] #0  0x00007f5ec02a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[17:18:32.608] #1  0x00007f5ec025afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[17:18:32.608] #2  0x00007f5ec0245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[17:18:32.608] #3  0x00007f5ec041e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[17:18:32.608] #4  0x00007f5ec042aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[17:18:32.608] #5  0x00007f5ec040dad8 in __ubsan::__ubsan_handle_shift_out_of_bounds_abort (Data=Data@entry=0x55daf2d9f6...
[17:18:32.608] #6  0x000055daf22f172c in XidInMVCCSnapshot (xid=758, snapshot=snapshot@entry=0x55db30947120) at ../src/b...
[17:18:32.608] #7  0x000055daf193e7c2 in HeapTupleSatisfiesMVCC (htup=<optimized out>, snapshot=0x55db30947120, buffer=2...
[17:18:32.608] #8  0x000055daf1940006 in HeapTupleSatisfiesVisibility (htup=htup@entry=0x7fff845abc30, snapshot=snapshot...
[17:18:32.608] #9  0x000055daf1931488 in page_collect_tuples (check_serializable=<optimized out>, all_visible=<optimized...
tap
[17:13:48.694](231.361s) # poll_query_until timed out executing this query:
[17:13:48.694](0.001s) not ok 14 - startup deadlock: lock acquisition is waiting
[17:17:22.911](214.217s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /tmp/cirrus-ci-build/src/test/recovery/t/031_recovery_conflict.pl line 270.
test
[17:17:23.119] 312/313 postgresql:test_misc / test_misc/000_csn_perf                                   ERROR            ...
[17:17:23.119] 313/313 postgresql:recovery / recovery/031_recovery_conflict                            ERROR           4...
Windows - Server 2019, VS 2019 - Meson & ninja
test
[17:23:22.711] 308/308 postgresql:test_misc / test_misc/000_csn_perf                                   ERROR           3...
51/4952 Use WALReadFromBuffers in more places
Linux - Debian Bookworm - Meson
core
[17:15:28.443] #0  0x00007f30f20aed24 in ?? ()
[17:15:28.443] #1  0x0000000000000000 in ?? ()
core
[17:15:28.191] #0  0x00007fa498d9eb13 in wait4 () from /lib/x86_64-linux-gnu/libc.so.6
[17:15:28.191] #1  0x00005597645fecc0 in ?? ()
[17:15:28.191] #2  0x00005597645feefa in ?? ()
[17:15:28.191] #3  0x0000559764600630 in ?? ()
[17:15:28.191] #4  0x00005597645fa371 in ?? ()
[17:15:28.191] #5  0x00005597645f920f in ?? ()
[17:15:28.191] #6  0x00005597645f9c3b in ?? ()
[17:15:28.191] #7  0x00005597645f766f in ?? ()
[17:15:28.191] #8  0x00007fa498cf224a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[17:15:28.191] #9  0x00007fa498cf2305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[17:15:28.063] #0  0x00007fcdf60aed24 in ?? ()
[17:15:28.063] #1  0x0000000000000000 in ?? ()
[17:15:28.187] #0  0x00007fa498d9eb13 in wait4 () from /lib/x86_64-linux-gnu/libc.so.6
core
[17:15:28.319] #0  0x00007f1ba22bcf01 in open64 () from /lib/x86_64-linux-gnu/libc.so.6
[17:15:28.319] #1  0x00007f1ba22469c2 in _IO_file_open () from /lib/x86_64-linux-gnu/libc.so.6
[17:15:28.319] #2  0x00007f1ba2246b7b in _IO_file_fopen () from /lib/x86_64-linux-gnu/libc.so.6
[17:15:28.319] #3  0x00007f1ba223b259 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[17:15:28.319] #4  0x00007f1ba23c8788 in selinuxfs_exists () from /lib/x86_64-linux-gnu/libselinux.so.1
[17:15:28.319] #5  0x00007f1ba23c105d in ?? () from /lib/x86_64-linux-gnu/libselinux.so.1
[17:15:28.319] #6  0x00007f1ba23f69ce in ?? () from /lib64/ld-linux-x86-64.so.2
[17:15:28.319] #7  0x00007f1ba23f6ab4 in ?? () from /lib64/ld-linux-x86-64.so.2
[17:15:28.319] #8  0x00007f1ba240ca80 in ?? () from /lib64/ld-linux-x86-64.so.2
[17:15:28.319] #9  0x0000000000000003 in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/contrib/test_decoding/expected/spill.out /tmp/cirrus-ci-build/build-32/testrun/test_decodi...
--- /tmp/cirrus-ci-build/contrib/test_decoding/expected/spill.out	2024-10-29 17:02:53.693624328 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/test_decoding/regress/results/spill.out	2024-10-29 17:12:26.615415306 +0000
@@ -241,12 +241,7 @@
 SELECT (regexp_split_to_array(data, ':'))[4] COLLATE "C", COUNT(*), (array_agg(data))[1], (array_agg(data))[count(*)]
 FROM pg_logical_slot_get_changes('regression_slot', NULL,NULL) WHERE data ~ 'INSERT'
 GROUP BY 1 ORDER BY 1;
-             regexp_split_to_array             | count |                                            array_agg          ...
------------------------------------------------+-------+---------------------------------------------------------------...
- 'serialize-nested-subbig-subbigabort--1       |  5000 | table public.spill_test: INSERT: data[text]:'serialize-nested-...
- 'serialize-nested-subbig-subbigabort-subbig-3 |  5000 | table public.spill_test: INSERT: data[text]:'serialize-nested-...
-(2 rows)
-
+ERROR:  could not find record for logical decoding: unexpected pageaddr 0/20C8000 in WAL segment 0000000100000000000000...
 DROP TABLE spill_test;
 SELECT pg_drop_replication_slot('regression_slot');
  pg_drop_replication_slot 
test
[17:14:13.797] 131/313 postgresql:test_decoding / test_decoding/regress                                ERROR            ...
51/5266 Add column name to error description
Windows - Server 2019, VS 2019 - Meson & ninja
tap
timed out waiting for match: (?^:Streaming transactions committing after ([A-F0-9]+/[A-F0-9]+), reading WAL from ([A-F0-...
test
[15:45:52.972] 172/307 postgresql:recovery / recovery/038_save_logical_slots_shutdown                  ERROR           2...
51/4912 CSN snapshots in hot standby
Windows - Server 2019, VS 2019 - Meson & ninja
test
[14:15:28.781] 308/308 postgresql:test_misc / test_misc/000_csn_perf                                   ERROR           3...
51/4997 Return pg_control from pg_backup_stop().
Linux - Debian Bookworm - Meson
core
[12:14:16.513] #0  0x00007fe3ba6a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:14:16.513] #1  0x00007fe3ba65afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:14:16.513] #2  0x00007fe3ba645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:14:16.513] #3  0x00007fe3ba81e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[12:14:16.513] #4  0x00007fe3ba82aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[12:14:16.513] #5  0x00007fe3ba80d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x563f55189fe0,...
[12:14:16.513] #6  0x0000563f542b31e1 in backup_control_file (controlFile=controlFile@entry=0x563f8379d26c "\373\377\275...
[12:14:16.513] #7  0x0000563f542b7f1d in pg_backup_stop (fcinfo=<optimized out>) at ../src/backend/access/transam/xlogfu...
[12:14:16.513] #8  0x0000563f544b5552 in ExecMakeTableFunctionResult (setexpr=0x563f837ac358, econtext=0x563f837ac228, a...
[12:14:16.513] #9  0x0000563f544e3744 in FunctionNext (node=0x563f837ac018) at ../src/backend/executor/nodeFunctionscan....
core
[12:14:15.798] #0  0x00007f02000a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:14:15.798] #1  0x00007f020005afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:14:15.798] #2  0x00007f0200045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:14:15.798] #3  0x00007f020021e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[12:14:15.798] #4  0x00007f020022aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[12:14:15.798] #5  0x00007f020020d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55d0bd69ffe0,...
[12:14:15.798] #6  0x000055d0bc7c91e1 in backup_control_file (controlFile=controlFile@entry=0x55d0f4d1618c "\373\377\275...
[12:14:15.798] #7  0x000055d0bc7cdf1d in pg_backup_stop (fcinfo=<optimized out>) at ../src/backend/access/transam/xlogfu...
[12:14:15.798] #8  0x000055d0bc9a40be in ExecInterpExpr (state=0x55d0f4d0d8a0, econtext=0x55d0f4d0d648, isnull=0x7ffe8c7...
[12:14:15.798] #9  0x000055d0bc99898c in ExecInterpExprStillValid (state=0x55d0f4d0d8a0, econtext=0x55d0f4d0d648, isNull...
tap
[12:10:12.833](1.445s) not ok 18 - psql fails correctly
[12:10:12.834](0.000s) not ok 19 - pg_backup_start fails gracefully
test
[12:13:02.493]  26/312 postgresql:recovery / recovery/020_archive_status                               ERROR            ...
[12:13:02.493]  43/312 postgresql:recovery / recovery/042_low_level_backup                             ERROR            ...
51/4966 Parallel CREATE INDEX for GIN indexes
CompilerWarnings
compiler
[12:05:24.636] gininsert.c:2402:37: error: format ‘%ld’ expects argument of type ‘long int’, but argument 3 has type ‘lo...
compiler
[12:05:24.636] gininsert.c:2421:35: error: format ‘%ld’ expects argument of type ‘long int’, but argument 2 has type ‘in...
51/4929 apply_scanjoin_target_to_paths and partitionwise join
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-29 11:04:18.852622000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_join.out	2024-10-29 11:05:51.584...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/recovery/0...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-29 11:04:18.852622000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/partition_join.out	2024-10-29 11:06:42.5...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/regress/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-29 11:04:18.852622000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/partition_join.out	2024-10-29 11:05:55.607966000 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[11:05:55.498](56.050s) not ok 5 - regression tests pass
tap
[11:06:46.453](70.611s) not ok 2 - regression tests pass
test
[11:08:36.466]  40/312 postgresql:regress / regress/regress                                            ERROR            ...
[11:08:36.466]  77/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[11:08:36.466] 155/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_c...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-29 11:04:19.174936446 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/partition_join.out	2024-10-29 11:10:26.875439828 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/src/test/regress/results...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-29 11:04:19.174936446 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/partition_join.out	2024-10-29 11:08:26.714323484 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[11:10:30.516](140.038s) not ok 5 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-29 11:04:19.201951532 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_join.out	2024-10-29 11:06:50.353...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/recovery/0...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-29 11:04:19.201951532 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/partition_join.out	2024-10-29 11:07:23.9...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/regress/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-29 11:04:19.201951532 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/partition_join.out	2024-10-29 11:06:44.637100014 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[11:06:52.465](72.987s) not ok 5 - regression tests pass
tap
[11:07:26.707](73.747s) not ok 2 - regression tests pass
test
[11:09:07.677]  43/312 postgresql:regress / regress/regress                                            ERROR            ...
[11:09:07.677] 127/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[11:09:07.677] 153/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/partition_join.out /Users/admin/pgsql/build/testrun/pg_upgrade/002...
--- /Users/admin/pgsql/src/test/regress/expected/partition_join.out	2024-10-29 11:04:20
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_join.out	2024-10-29 11:06:34
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/partition_join.out /Users/admin/pgsql/build/testrun/recovery/027_s...
--- /Users/admin/pgsql/src/test/regress/expected/partition_join.out	2024-10-29 11:04:20
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/partition_join.out	2024-10-29 11:07:51
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/partition_join.out /Users/admin/pgsql/build/testrun/regress/regres...
--- /Users/admin/pgsql/src/test/regress/expected/partition_join.out	2024-10-29 11:04:20
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/partition_join.out	2024-10-29 11:06:33
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[11:06:38.312](61.950s) not ok 5 - regression tests pass
tap
[11:07:55.524](75.612s) not ok 2 - regression tests pass
test
[11:10:54.967]  26/312 postgresql:regress / regress/regress                                            ERROR            ...
[11:10:54.967]  48/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[11:10:54.967] 148/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/partition_join.out C:/cirrus/build/testrun/pg_upgrade/0...
--- C:/cirrus/src/test/regress/expected/partition_join.out	2024-10-29 11:04:30.116891700 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_join.out	2024-10-29 11:08:12.322304400 +000...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/partition_join.out C:/cirrus/build/testrun/recovery/027...
--- C:/cirrus/src/test/regress/expected/partition_join.out	2024-10-29 11:04:30.116891700 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/partition_join.out	2024-10-29 11:10:32.379470000 +0...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/partition_join.out C:/cirrus/build/testrun/regress/regr...
--- C:/cirrus/src/test/regress/expected/partition_join.out	2024-10-29 11:04:30.116891700 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/partition_join.out	2024-10-29 11:08:06.376967800 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[11:08:22.369](114.788s) not ok 5 - regression tests pass
tap
[11:10:42.858](124.655s) not ok 2 - regression tests pass
test
[11:18:56.577]  20/307 postgresql:regress / regress/regress                                            ERROR           1...
[11:18:56.577]  39/307 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[11:18:56.577] 103/307 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5205 Make MultiXactOffset 64-bit type
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[10:45:13.852](422.480s) # poll_query_until timed out executing this query:
timed out waiting for catchup at C:/cirrus/src/test/recovery/t/027_stream_regress.pl line 127.
test
[10:45:14.277] 307/307 postgresql:recovery / recovery/027_stream_regress                               ERROR           5...
51/5291 Remove an unnecessary check on semijoin_target_ok() on postgres_fdw.c
macOS - Sonoma - Meson
core
[09:40:44.567]   * frame #0: 0x0000000100d34b70 dyld`_dyld_start
tap
[09:36:08.163](0.000s) not ok 32 - start file not found: matches
test
[09:37:31.288] 198/312 postgresql:pg_waldump / pg_waldump/001_basic                                    ERROR            ...
51/5334 Support regular expressions with nondeterministic collations
Linux - Debian Bookworm - Meson
core
[09:06:01.390] #0  0xf7f36559 in __kernel_vsyscall ()
[09:06:01.390] #1  0xf68712f7 in ?? () from /lib/i386-linux-gnu/libc.so.6
[09:06:01.390] #2  0xf6820111 in raise () from /lib/i386-linux-gnu/libc.so.6
[09:06:01.390] #3  0xf680926a in abort () from /lib/i386-linux-gnu/libc.so.6
[09:06:01.390] #4  0xf6a2cd4a in __sanitizer::Abort () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_pos...
[09:06:01.390] #5  0xf6a3b896 in __sanitizer::Die () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_termi...
[09:06:01.390] #6  0xf6a1958c in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=<optimized out>, Pointer=<optimize...
[09:06:01.390] #7  0x56f9e5a4 in pg_check_regex_collation (is_similar_to=true) at ../src/backend/regex/regc_pg_locale.c:...
[09:06:01.390] #8  0x56f9e92f in pg_regcomp (re=0xfff28bd0, string=0x59fb398c, len=8, flags=3, collation=100) at ../src/...
[09:06:01.390] #9  0xeafb989f in test_re_compile (text_re=text_re@entry=0x59f864a4, cflags=3, collation=collation@entry=...
core
[09:06:00.588] #0  0xf7f9f559 in __kernel_vsyscall ()
[09:06:00.588] #1  0xf68da2f7 in ?? () from /lib/i386-linux-gnu/libc.so.6
[09:06:00.588] #2  0xf6889111 in raise () from /lib/i386-linux-gnu/libc.so.6
[09:06:00.588] #3  0xf687226a in abort () from /lib/i386-linux-gnu/libc.so.6
[09:06:00.588] #4  0xf6a95d4a in __sanitizer::Abort () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_pos...
[09:06:00.588] #5  0xf6aa4896 in __sanitizer::Die () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_termi...
[09:06:00.588] #6  0xf6a8258c in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=<optimized out>, Pointer=<optimize...
[09:06:00.588] #7  0x56f1a5a4 in pg_check_regex_collation (is_similar_to=true) at ../src/backend/regex/regc_pg_locale.c:...
[09:06:00.588] #8  0x56f1a92f in pg_regcomp (re=0xffe41860, string=0x58c85c2c, len=37, flags=3, collation=100) at ../src...
[09:06:00.588] #9  0x5722013b in RE_compile_and_cache (text_re=0x58c85be0, cflags=3, collation=100) at ../src/backend/ut...
core
[09:06:00.010] #0  0xf7f9f559 in __kernel_vsyscall ()
[09:06:00.010] #1  0xf68da2f7 in ?? () from /lib/i386-linux-gnu/libc.so.6
[09:06:00.010] #2  0xf6889111 in raise () from /lib/i386-linux-gnu/libc.so.6
[09:06:00.010] #3  0xf687226a in abort () from /lib/i386-linux-gnu/libc.so.6
[09:06:00.010] #4  0xf6a95d4a in __sanitizer::Abort () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_pos...
[09:06:00.010] #5  0xf6aa4896 in __sanitizer::Die () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_termi...
[09:06:00.010] #6  0xf6a8258c in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=<optimized out>, Pointer=<optimize...
[09:06:00.010] #7  0x56f1a5a4 in pg_check_regex_collation (is_similar_to=true) at ../src/backend/regex/regc_pg_locale.c:...
[09:06:00.010] #8  0x56f1a92f in pg_regcomp (re=0xffe41660, string=0x58cccb14, len=5, flags=19, collation=100) at ../src...
[09:06:00.010] #9  0x5722013b in RE_compile_and_cache (text_re=0x58cb9918, cflags=19, collation=100) at ../src/backend/u...
core
[09:06:01.950] #0  0xf7f28559 in __kernel_vsyscall ()
[09:06:01.950] #1  0xf68632f7 in ?? () from /lib/i386-linux-gnu/libc.so.6
[09:06:01.950] #2  0xf6812111 in raise () from /lib/i386-linux-gnu/libc.so.6
[09:06:01.950] #3  0xf67fb26a in abort () from /lib/i386-linux-gnu/libc.so.6
[09:06:01.950] #4  0xf6a1ed4a in __sanitizer::Abort () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_pos...
[09:06:01.950] #5  0xf6a2d896 in __sanitizer::Die () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_termi...
[09:06:01.950] #6  0xf6a0b58c in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=<optimized out>, Pointer=<optimize...
[09:06:01.950] #7  0x56f4b5a4 in pg_check_regex_collation (is_similar_to=true) at ../src/backend/regex/regc_pg_locale.c:...
[09:06:01.950] #8  0x56f4b92f in pg_regcomp (re=0xff84e170, string=0x58f83d10, len=16, flags=27, collation=100) at ../sr...
[09:06:01.950] #9  0x5725113b in RE_compile_and_cache (text_re=0x58f87fa8, cflags=27, collation=100) at ../src/backend/u...
core
[09:05:59.015] #0  0xf7f42559 in __kernel_vsyscall ()
[09:05:59.015] #1  0xf687d2f7 in ?? () from /lib/i386-linux-gnu/libc.so.6
[09:05:59.015] #2  0xf682c111 in raise () from /lib/i386-linux-gnu/libc.so.6
[09:05:59.015] #3  0xf681526a in abort () from /lib/i386-linux-gnu/libc.so.6
[09:05:59.015] #4  0xf6a38d4a in __sanitizer::Abort () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_pos...
[09:05:59.015] #5  0xf6a47896 in __sanitizer::Die () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_termi...
[09:05:59.015] #6  0xf6a2558c in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=<optimized out>, Pointer=<optimize...
[09:05:59.015] #7  0x56f7e5a4 in pg_check_regex_collation (is_similar_to=true) at ../src/backend/regex/regc_pg_locale.c:...
[09:05:59.015] #8  0x56f7e92f in pg_regcomp (re=0xffddaae0, string=0x5838fc0c, len=37, flags=3, collation=100) at ../src...
[09:05:59.015] #9  0x5728413b in RE_compile_and_cache (text_re=0x5838fbc0, cflags=3, collation=100) at ../src/backend/ut...
regress
diff -U3 /tmp/cirrus-ci-build/contrib/citext/expected/citext.out /tmp/cirrus-ci-build/build-32/testrun/citext/regress/re...
--- /tmp/cirrus-ci-build/contrib/citext/expected/citext.out	2024-10-29 08:53:43.735494714 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/citext/regress/results/citext.out	2024-10-29 09:02:43.950432892 +0000
@@ -500,2185 +500,7 @@
 
 -- SIMILAR TO should be case-insensitive.
 SELECT name FROM srt WHERE name SIMILAR TO '%a.*';
- name 
-------
- ABA
-(1 row)
-
-SELECT name FROM srt WHERE name SIMILAR TO '%A.*';
- name 
-------
- ABA
-(1 row)
-
--- Explicit casts.
-SELECT true::citext = 'true' AS t;
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/strings.out /tmp/cirrus-ci-build/build-32/testrun/recovery/027_s...
--- /tmp/cirrus-ci-build/src/test/regress/expected/strings.out	2024-10-29 08:53:45.959494761 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/recovery/027_stream_regress/data/results/strings.out	2024-10-29 09:02:17.84245...
@@ -438,2255 +438,7 @@
 ERROR:  negative substring length not allowed
 -- T581 regular expression substring (with SQL's bizarre regexp syntax)
 SELECT SUBSTRING('abcdefg' SIMILAR 'a#"(b_d)#"%' ESCAPE '#') AS "bcd";
- bcd 
------
- bcd
-(1 row)
-
--- obsolete SQL99 syntax
-SELECT SUBSTRING('abcdefg' FROM 'a#"(b_d)#"%' FOR '#') AS "bcd";
- bcd 
------
- bcd
-(1 row)
-
--- No match should return NULL
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/strings.out /tmp/cirrus-ci-build/build-32/testrun/regress/regres...
--- /tmp/cirrus-ci-build/src/test/regress/expected/strings.out	2024-10-29 08:53:45.959494761 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/regress/regress/results/strings.out	2024-10-29 09:01:38.694503737 +0000
@@ -438,2255 +438,7 @@
 ERROR:  negative substring length not allowed
 -- T581 regular expression substring (with SQL's bizarre regexp syntax)
 SELECT SUBSTRING('abcdefg' SIMILAR 'a#"(b_d)#"%' ESCAPE '#') AS "bcd";
- bcd 
------
- bcd
-(1 row)
-
--- obsolete SQL99 syntax
-SELECT SUBSTRING('abcdefg' FROM 'a#"(b_d)#"%' FOR '#') AS "bcd";
- bcd 
------
- bcd
-(1 row)
-
--- No match should return NULL
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/test_regex/expected/test_regex.out /tmp/cirrus-ci-build/build-32/testrun/...
--- /tmp/cirrus-ci-build/src/test/modules/test_regex/expected/test_regex.out	2024-10-29 08:53:45.779494757 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/test_regex/regress/results/test_regex.out	2024-10-29 09:03:02.546415812 +0000
@@ -1010,4075 +1010,7 @@
 ERROR:  invalid regular expression: invalid character range
 -- expectMatch	9.15 &LP	{[[:<:]]a}	a	a
 select * from test_regex('[[:<:]]a', 'a', 'LP');
-          test_regex           
--------------------------------
- {0,REG_UNONPOSIX,REG_ULOCALE}
- {a}
-(2 rows)
-
-select * from test_regex('[[:<:]]a', 'a', 'LPb');
-          test_regex           
--------------------------------
- {0,REG_UNONPOSIX,REG_ULOCALE}
- {a}
-(2 rows)
-
...
tap
[09:02:24.444](10.786s) not ok 2 - regression tests pass
test
[09:04:47.066]   5/312 postgresql:regress / regress/regress                                            ERROR            ...
[09:04:47.066]  35/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[09:04:47.066]  60/312 postgresql:citext / citext/regress                                              ERROR            ...
[09:04:47.066] 130/312 postgresql:test_regex / test_regex/regress                                      ERROR            ...
51/5284 database-specific role memberships
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/privs_in_db.out /tmp/cirrus-ci-build/build/testrun/regress-runni...
--- /tmp/cirrus-ci-build/src/test/regress/expected/privs_in_db.out	2024-10-29 08:49:07.722793000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress-running/regress/results/privs_in_db.out	2024-10-29 08:54:58.636428000 +00...
@@ -756,9 +756,10 @@
 DROP DATABASE regression_db_0;
 DROP ROLE regress_role_admin;
 SELECT datname FROM pg_database WHERE datname LIKE 'regression_db_%';
- datname 
----------
-(0 rows)
+      datname      
+-------------------
+ regression_dblink
+(1 row)
 
 SELECT rolname FROM pg_roles WHERE rolname LIKE 'regress_role_%';
  rolname 
test
[08:55:51.432] 75/76 postgresql:regress-running / regress-running/regress                         ERROR            26.50...
51/5131 add log_transaction GUC setting
FreeBSD - 13 - Meson
core
[07:22:14.189] #0  0x000000082bd578fa in _sigprocmask () from /lib/libc.so.7
[07:22:14.189] #1  0x000000082bd90f91 in _system () from /lib/libc.so.7
[07:22:14.189] #2  0x000000082ad1b9d3 in ?? () from /lib/libthr.so.3
[07:22:14.189] #3  0x000000000066b055 in RestoreArchivedFile (path=path@entry=0x820f031d0 "pg_wal/00000002", '0' <repeat...
[07:22:14.189] #4  0x00000000006520e8 in existsTimeLineHistory (probeTLI=probeTLI@entry=3) at ../src/backend/access/tran...
[07:22:14.189] #5  0x00000000006521a8 in findNewestTimeLine (startTLI=startTLI@entry=2) at ../src/backend/access/transam...
[07:22:14.189] #6  0x000000000067673b in rescanLatestTimeLine (replayTLI=replayTLI@entry=2, replayLSN=replayLSN@entry=10...
[07:22:14.189] #7  0x0000000000672923 in WaitForWALToBecomeAvailable (RecPtr=105159496, tliRecPtr=105159472, replayTLI=2...
[07:22:14.189] #8  XLogPageRead (xlogreader=0x836622130, targetPagePtr=105152512, reqLen=6984, targetRecPtr=105159472, r...
[07:22:14.189] #9  0x0000000000679d02 in ReadPageInternal (state=state@entry=0x836622130, pageptr=105152512, reqLen=6984...
tap
[07:20:48.992](1.609s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[07:20:58.852] 293/312 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
Linux - Debian Bookworm - Autoconf
tap
[07:21:25.678](0.724s) not ok 1 - no parameters missing from postgresql.conf.sample
Linux - Debian Bookworm - Meson
core
[07:24:37.906] #0  <unavailable> in ?? ()
core
[07:24:37.906] #0  0x00007f4fb68aed24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:37.906] #1  0x00007f4fb685b239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:37.906] #2  0x00007f4fb6916184 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:24:37.906] #3  0x00007f4fb69287dc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
tap
[07:23:21.650](0.401s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[07:23:32.785] 291/312 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
macOS - Sonoma - Meson
tap
[07:22:17.668](1.052s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[07:22:32.432] 293/312 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[07:27:12.296](2.045s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[07:27:33.585] 288/307 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
51/3998 SetLatches()
FreeBSD - 13 - Meson
test
[05:33:41.311] 243/312 postgresql:postmaster / postmaster/001_connection_limits                        ERROR            ...
50/5324 Wrong result when enable_partitionwise_join is on if collation of PartitionKey and Column is different.
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_aggregate.out /tmp/cirrus-ci-build/build-32/testrun/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_aggregate.out	2024-10-29 05:03:22.531419480 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/recovery/027_stream_regress/data/results/partition_aggregate.out	2024-10-29 05...
@@ -1527,68 +1527,41 @@
     locale = 'und-u-ks-level2',
     deterministic = false
 );
+ERROR:  current database's encoding is not supported with this provider
 CREATE TABLE pagg_tab3 (c text collate case_insensitive) PARTITION BY LIST(c collate "C");
+ERROR:  collation "case_insensitive" for encoding "SQL_ASCII" does not exist
+LINE 1: CREATE TABLE pagg_tab3 (c text collate case_insensitive) PAR...
+                                       ^
 CREATE TABLE pagg_tab3_p1 PARTITION OF pagg_tab3 FOR VALUES IN ('a', 'b', 'c', 'd');
+ERROR:  relation "pagg_tab3" does not exist
 CREATE TABLE pagg_tab3_p2 PARTITION OF pagg_tab3 FOR VALUES IN ('e', 'f', 'A');
+ERROR:  relation "pagg_tab3" does not exist
 CREATE TABLE pagg_tab3_p3 PARTITION OF pagg_tab3 FOR VALUES IN ('B', 'C', 'D', 'E');
+ERROR:  relation "pagg_tab3" does not exist
 INSERT INTO pagg_tab3 SELECT substr('abcdeABCDE', (i % 10) + 1 , 1) FROM generate_series(0, 2999) i;
+ERROR:  relation "pagg_tab3" does not exist
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_aggregate.out /tmp/cirrus-ci-build/build-32/testrun/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_aggregate.out	2024-10-29 05:03:22.531419480 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/regress/regress/results/partition_aggregate.out	2024-10-29 05:09:17.510366541 ...
@@ -1527,68 +1527,41 @@
     locale = 'und-u-ks-level2',
     deterministic = false
 );
+ERROR:  current database's encoding is not supported with this provider
 CREATE TABLE pagg_tab3 (c text collate case_insensitive) PARTITION BY LIST(c collate "C");
+ERROR:  collation "case_insensitive" for encoding "SQL_ASCII" does not exist
+LINE 1: CREATE TABLE pagg_tab3 (c text collate case_insensitive) PAR...
+                                       ^
 CREATE TABLE pagg_tab3_p1 PARTITION OF pagg_tab3 FOR VALUES IN ('a', 'b', 'c', 'd');
+ERROR:  relation "pagg_tab3" does not exist
 CREATE TABLE pagg_tab3_p2 PARTITION OF pagg_tab3 FOR VALUES IN ('e', 'f', 'A');
+ERROR:  relation "pagg_tab3" does not exist
 CREATE TABLE pagg_tab3_p3 PARTITION OF pagg_tab3 FOR VALUES IN ('B', 'C', 'D', 'E');
+ERROR:  relation "pagg_tab3" does not exist
 INSERT INTO pagg_tab3 SELECT substr('abcdeABCDE', (i % 10) + 1 , 1) FROM generate_series(0, 2999) i;
+ERROR:  relation "pagg_tab3" does not exist
...
tap
[05:10:06.312](72.189s) not ok 2 - regression tests pass
test
[05:11:51.885]  37/312 postgresql:regress / regress/regress                                            ERROR            ...
[05:11:51.885] 150/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/partition_aggregate.out C:/cirrus/build/testrun/pg_upgr...
--- C:/cirrus/src/test/regress/expected/partition_aggregate.out	2024-10-29 05:03:35.699142000 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_aggregate.out	2024-10-29 05:07:19.842120100...
@@ -1527,68 +1527,41 @@
     locale = 'und-u-ks-level2',
     deterministic = false
 );
+ERROR:  ICU is not supported in this build
 CREATE TABLE pagg_tab3 (c text collate case_insensitive) PARTITION BY LIST(c collate "C");
+ERROR:  collation "case_insensitive" for encoding "UTF8" does not exist
+LINE 1: CREATE TABLE pagg_tab3 (c text collate case_insensitive) PAR...
+                                       ^
 CREATE TABLE pagg_tab3_p1 PARTITION OF pagg_tab3 FOR VALUES IN ('a', 'b', 'c', 'd');
+ERROR:  relation "pagg_tab3" does not exist
 CREATE TABLE pagg_tab3_p2 PARTITION OF pagg_tab3 FOR VALUES IN ('e', 'f', 'A');
+ERROR:  relation "pagg_tab3" does not exist
 CREATE TABLE pagg_tab3_p3 PARTITION OF pagg_tab3 FOR VALUES IN ('B', 'C', 'D', 'E');
+ERROR:  relation "pagg_tab3" does not exist
 INSERT INTO pagg_tab3 SELECT substr('abcdeABCDE', (i % 10) + 1 , 1) FROM generate_series(0, 2999) i;
+ERROR:  relation "pagg_tab3" does not exist
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/partition_aggregate.out C:/cirrus/build/testrun/recover...
--- C:/cirrus/src/test/regress/expected/partition_aggregate.out	2024-10-29 05:03:35.699142000 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/partition_aggregate.out	2024-10-29 05:09:55.1796440...
@@ -1527,68 +1527,41 @@
     locale = 'und-u-ks-level2',
     deterministic = false
 );
+ERROR:  ICU is not supported in this build
 CREATE TABLE pagg_tab3 (c text collate case_insensitive) PARTITION BY LIST(c collate "C");
+ERROR:  collation "case_insensitive" for encoding "WIN1252" does not exist
+LINE 1: CREATE TABLE pagg_tab3 (c text collate case_insensitive) PAR...
+                                       ^
 CREATE TABLE pagg_tab3_p1 PARTITION OF pagg_tab3 FOR VALUES IN ('a', 'b', 'c', 'd');
+ERROR:  relation "pagg_tab3" does not exist
 CREATE TABLE pagg_tab3_p2 PARTITION OF pagg_tab3 FOR VALUES IN ('e', 'f', 'A');
+ERROR:  relation "pagg_tab3" does not exist
 CREATE TABLE pagg_tab3_p3 PARTITION OF pagg_tab3 FOR VALUES IN ('B', 'C', 'D', 'E');
+ERROR:  relation "pagg_tab3" does not exist
 INSERT INTO pagg_tab3 SELECT substr('abcdeABCDE', (i % 10) + 1 , 1) FROM generate_series(0, 2999) i;
+ERROR:  relation "pagg_tab3" does not exist
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/partition_aggregate.out C:/cirrus/build/testrun/regress...
--- C:/cirrus/src/test/regress/expected/partition_aggregate.out	2024-10-29 05:03:35.699142000 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/partition_aggregate.out	2024-10-29 05:07:06.156077100 +0000
@@ -1527,68 +1527,41 @@
     locale = 'und-u-ks-level2',
     deterministic = false
 );
+ERROR:  ICU is not supported in this build
 CREATE TABLE pagg_tab3 (c text collate case_insensitive) PARTITION BY LIST(c collate "C");
+ERROR:  collation "case_insensitive" for encoding "WIN1252" does not exist
+LINE 1: CREATE TABLE pagg_tab3 (c text collate case_insensitive) PAR...
+                                       ^
 CREATE TABLE pagg_tab3_p1 PARTITION OF pagg_tab3 FOR VALUES IN ('a', 'b', 'c', 'd');
+ERROR:  relation "pagg_tab3" does not exist
 CREATE TABLE pagg_tab3_p2 PARTITION OF pagg_tab3 FOR VALUES IN ('e', 'f', 'A');
+ERROR:  relation "pagg_tab3" does not exist
 CREATE TABLE pagg_tab3_p3 PARTITION OF pagg_tab3 FOR VALUES IN ('B', 'C', 'D', 'E');
+ERROR:  relation "pagg_tab3" does not exist
 INSERT INTO pagg_tab3 SELECT substr('abcdeABCDE', (i % 10) + 1 , 1) FROM generate_series(0, 2999) i;
+ERROR:  relation "pagg_tab3" does not exist
...
tap
[05:07:26.323](109.285s) not ok 5 - regression tests pass
tap
[05:10:05.624](141.632s) not ok 2 - regression tests pass
test
[05:18:18.835]  17/307 postgresql:regress / regress/regress                                            ERROR           1...
[05:18:18.835]  37/307 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[05:18:18.835] 112/307 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5229 Add ExprState hashing for GROUP BY and hashed SubPlans
FreeBSD - 13 - Meson
core
[04:34:21.612] #0  0x000000000075e4fa in ExecInterpExpr (state=0x84485af20, econtext=0x84486dad8, isnull=0x8218664f7) at...
[04:34:21.612] #1  0x0000000000764f90 in ExecEvalExpr (state=0x84486d458, econtext=0x844852df8, isNull=0x8218664f7) at ....
[04:34:21.612] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[04:34:21.612] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x844859100, slot=slot@entry=0x844852df8, isnew=isnew...
[04:34:21.612] #4  0x000000000077ed35 in lookup_hash_entries (aggstate=aggstate@entry=0x844842558) at ../src/backend/exe...
[04:34:21.612] #5  0x000000000077c5d2 in agg_fill_hash_table (aggstate=0x844842558) at ../src/backend/executor/nodeAgg.c...
[04:34:21.612] #6  ExecAgg (pstate=0x844842558) at ../src/backend/executor/nodeAgg.c:2172
[04:34:21.612] #7  0x00000000007a1427 in ExecProcNode (node=0x844842558) at ../src/include/executor/executor.h:278
[04:34:21.612] #8  ExecSort (pstate=0x844842348) at ../src/backend/executor/nodeSort.c:149
[04:34:21.612] #9  0x00000000007673db in ExecProcNode (node=0x844842348) at ../src/include/executor/executor.h:278
core
[04:34:22.213] #0  0x000000000075e4fa in ExecInterpExpr (state=0x842db63b8, econtext=0x842db9108, isnull=0x8210438e7) at...
[04:34:22.213] #1  0x0000000000764f90 in ExecEvalExpr (state=0x842db8998, econtext=0x842d112d0, isNull=0x8210438e7) at ....
[04:34:22.213] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[04:34:22.213] #3  LookupTupleHashEntry (hashtable=0x842db6218, slot=slot@entry=0x842d112d0, isnew=isnew@entry=0x8210439...
[04:34:22.213] #4  0x00000000007a0af4 in setop_fill_hash_table (setopstate=0x842d10360) at ../src/backend/executor/nodeS...
[04:34:22.213] #5  ExecSetOp (pstate=0x842d10360) at ../src/backend/executor/nodeSetOp.c:216
[04:34:22.213] #6  0x00000000007673db in ExecProcNode (node=0x842d10360) at ../src/include/executor/executor.h:278
[04:34:22.213] #7  ExecutePlan (estate=0x842d10100, planstate=0x842d10360, use_parallel_mode=<optimized out>, operation=...
[04:34:22.213] #8  standard_ExecutorRun (queryDesc=0x83676d900, direction=ForwardScanDirection, count=0, execute_once=<o...
[04:34:22.213] #9  0x000000000093f739 in PortalRunSelect (portal=portal@entry=0x836834100, forward=<optimized out>, coun...
core
[04:34:21.305] #0  0x000000000075e4fa in ExecInterpExpr (state=0x8461449a0, econtext=0x846228fd8, isnull=0x8210438e7) at...
[04:34:21.305] #1  0x0000000000764f90 in ExecEvalExpr (state=0x846145bc0, econtext=0x8461516a8, isNull=0x8210438e7) at ....
[04:34:21.305] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[04:34:21.305] #3  LookupTupleHashEntry (hashtable=0x846144800, slot=slot@entry=0x8461516a8, isnew=isnew@entry=0x8210439...
[04:34:21.305] #4  0x00000000007a0af4 in setop_fill_hash_table (setopstate=0x845ff2380) at ../src/backend/executor/nodeS...
[04:34:21.305] #5  ExecSetOp (pstate=0x845ff2380) at ../src/backend/executor/nodeSetOp.c:216
[04:34:21.305] #6  0x00000000007673db in ExecProcNode (node=0x845ff2380) at ../src/include/executor/executor.h:278
[04:34:21.305] #7  ExecutePlan (estate=0x845ff2100, planstate=0x845ff2380, use_parallel_mode=<optimized out>, operation=...
[04:34:21.305] #8  standard_ExecutorRun (queryDesc=0x836907100, direction=ForwardScanDirection, count=0, execute_once=<o...
[04:34:21.305] #9  0x000000000093f739 in PortalRunSelect (portal=portal@entry=0x836834100, forward=<optimized out>, coun...
core
[04:34:20.998] #0  0x000000000075e4fa in ExecInterpExpr (state=0x8466b5f20, econtext=0x8466c3158, isnull=0x8210437f7) at...
[04:34:20.998] #1  0x0000000000764f90 in ExecEvalExpr (state=0x8466c2ad8, econtext=0x8466a73b8, isNull=0x8210437f7) at ....
[04:34:20.998] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[04:34:20.998] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x8466b4100, slot=slot@entry=0x8466a73b8, isnew=isnew...
[04:34:20.998] #4  0x000000000077ed35 in lookup_hash_entries (aggstate=aggstate@entry=0x846697558) at ../src/backend/exe...
[04:34:20.998] #5  0x000000000077c5d2 in agg_fill_hash_table (aggstate=0x846697558) at ../src/backend/executor/nodeAgg.c...
[04:34:20.998] #6  ExecAgg (pstate=0x846697558) at ../src/backend/executor/nodeAgg.c:2172
[04:34:20.998] #7  0x00000000007a1427 in ExecProcNode (node=0x846697558) at ../src/include/executor/executor.h:278
[04:34:20.998] #8  ExecSort (pstate=0x846697348) at ../src/backend/executor/nodeSort.c:149
[04:34:20.998] #9  0x00000000007673db in ExecProcNode (node=0x846697348) at ../src/include/executor/executor.h:278
core
[04:34:22.516] #0  0x000000000075e4fa in ExecInterpExpr (state=0x84393af20, econtext=0x8437ff218, isnull=0x8210437f7) at...
[04:34:22.516] #1  0x0000000000764f90 in ExecEvalExpr (state=0x8437feb98, econtext=0x8438b1cc8, isNull=0x8210437f7) at ....
[04:34:22.516] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[04:34:22.516] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x843939100, slot=slot@entry=0x8438b1cc8, isnew=isnew...
[04:34:22.516] #4  0x000000000077ed35 in lookup_hash_entries (aggstate=aggstate@entry=0x8437d3650) at ../src/backend/exe...
[04:34:22.516] #5  0x000000000077c5d2 in agg_fill_hash_table (aggstate=0x8437d3650) at ../src/backend/executor/nodeAgg.c...
[04:34:22.516] #6  ExecAgg (pstate=0x8437d3650) at ../src/backend/executor/nodeAgg.c:2172
[04:34:22.516] #7  0x00000000007a1427 in ExecProcNode (node=0x8437d3650) at ../src/include/executor/executor.h:278
[04:34:22.516] #8  ExecSort (pstate=0x8437d3440) at ../src/backend/executor/nodeSort.c:149
[04:34:22.516] #9  0x00000000007673db in ExecProcNode (node=0x8437d3440) at ../src/include/executor/executor.h:278
core
[04:34:22.819] #0  0x000000000075e4fa in ExecInterpExpr (state=0x837276500, econtext=0x837277160, isnull=0x821152917) at...
[04:34:22.819] #1  0x0000000000764f90 in ExecEvalExpr (state=0x8372769f0, econtext=0x83728beb8, isNull=0x821152917) at ....
[04:34:22.819] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[04:34:22.819] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x837276100, slot=slot@entry=0x83728beb8, isnew=isnew...
[04:34:22.819] #4  0x000000000077ed35 in lookup_hash_entries (aggstate=aggstate@entry=0x8371db380) at ../src/backend/exe...
[04:34:22.819] #5  0x000000000077c5d2 in agg_fill_hash_table (aggstate=0x8371db380) at ../src/backend/executor/nodeAgg.c...
[04:34:22.819] #6  ExecAgg (pstate=0x8371db380) at ../src/backend/executor/nodeAgg.c:2172
[04:34:22.819] #7  0x00000000007673db in ExecProcNode (node=0x8371db380) at ../src/include/executor/executor.h:278
[04:34:22.819] #8  ExecutePlan (estate=0x8371db100, planstate=0x8371db380, use_parallel_mode=<optimized out>, operation=...
[04:34:22.819] #9  standard_ExecutorRun (queryDesc=0x835079500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[04:34:21.916] #0  0x000000000075e4fa in ExecInterpExpr (state=0x844b05fa0, econtext=0x84663a258, isnull=0x8218665e7) at...
[04:34:21.916] #1  0x0000000000764f90 in ExecEvalExpr (state=0x844b071c0, econtext=0x844b5cb28, isNull=0x8218665e7) at ....
[04:34:21.916] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[04:34:21.916] #3  LookupTupleHashEntry (hashtable=0x844b05e00, slot=slot@entry=0x844b5cb28, isnew=isnew@entry=0x8218666...
[04:34:21.916] #4  0x00000000007a0af4 in setop_fill_hash_table (setopstate=0x836920380) at ../src/backend/executor/nodeS...
[04:34:21.916] #5  ExecSetOp (pstate=0x836920380) at ../src/backend/executor/nodeSetOp.c:216
[04:34:21.916] #6  0x00000000007673db in ExecProcNode (node=0x836920380) at ../src/include/executor/executor.h:278
[04:34:21.916] #7  ExecutePlan (estate=0x836920100, planstate=0x836920380, use_parallel_mode=<optimized out>, operation=...
[04:34:21.916] #8  standard_ExecutorRun (queryDesc=0x8367b8100, direction=ForwardScanDirection, count=0, execute_once=<o...
[04:34:21.916] #9  0x000000000093f739 in PortalRunSelect (portal=portal@entry=0x836822100, forward=<optimized out>, coun...
core
[04:34:34.616] #0  0x000000000075e4fa in ExecInterpExpr (state=0x83a63e500, econtext=0x83a63f160, isnull=0x821332467) at...
[04:34:34.616] #1  0x0000000000764f90 in ExecEvalExpr (state=0x83a63e9f0, econtext=0x83a653cf8, isNull=0x821332467) at ....
[04:34:34.616] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[04:34:34.616] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83a63e100, slot=slot@entry=0x83a653cf8, isnew=isnew...
[04:34:34.616] #4  0x000000000077ed35 in lookup_hash_entries (aggstate=aggstate@entry=0x834322380) at ../src/backend/exe...
[04:34:34.616] #5  0x000000000077c5d2 in agg_fill_hash_table (aggstate=0x834322380) at ../src/backend/executor/nodeAgg.c...
[04:34:34.616] #6  ExecAgg (pstate=0x834322380) at ../src/backend/executor/nodeAgg.c:2172
[04:34:34.616] #7  0x00000000007673db in ExecProcNode (node=0x834322380) at ../src/include/executor/executor.h:278
[04:34:34.616] #8  ExecutePlan (estate=0x834322100, planstate=0x834322380, use_parallel_mode=<optimized out>, operation=...
[04:34:34.616] #9  standard_ExecutorRun (queryDesc=0x834156500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[04:34:34.919] #0  0x000000000075e4fa in ExecInterpExpr (state=0x83a290500, econtext=0x83a291160, isnull=0x820f39507) at...
[04:34:34.919] #1  0x0000000000764f90 in ExecEvalExpr (state=0x83a2909f0, econtext=0x83a2a66f8, isNull=0x820f39507) at ....
[04:34:34.919] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[04:34:34.919] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83a290100, slot=slot@entry=0x83a2a66f8, isnew=isnew...
[04:34:34.919] #4  0x000000000077ed35 in lookup_hash_entries (aggstate=aggstate@entry=0x83a202380) at ../src/backend/exe...
[04:34:34.919] #5  0x000000000077c5d2 in agg_fill_hash_table (aggstate=0x83a202380) at ../src/backend/executor/nodeAgg.c...
[04:34:34.919] #6  ExecAgg (pstate=0x83a202380) at ../src/backend/executor/nodeAgg.c:2172
[04:34:34.919] #7  0x00000000007673db in ExecProcNode (node=0x83a202380) at ../src/include/executor/executor.h:278
[04:34:34.919] #8  ExecutePlan (estate=0x83a202100, planstate=0x83a202380, use_parallel_mode=<optimized out>, operation=...
[04:34:34.919] #9  standard_ExecutorRun (queryDesc=0x834e38500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[04:34:35.228] #0  0x000000000075e4fa in ExecInterpExpr (state=0x8350b2500, econtext=0x8350b3160, isnull=0x821740dd7) at...
[04:34:35.228] #1  0x0000000000764f90 in ExecEvalExpr (state=0x8350b29f0, econtext=0x839f20f78, isNull=0x821740dd7) at ....
[04:34:35.228] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[04:34:35.228] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x8350b2100, slot=slot@entry=0x839f20f78, isnew=isnew...
[04:34:35.228] #4  0x000000000077ed35 in lookup_hash_entries (aggstate=aggstate@entry=0x834f29380) at ../src/backend/exe...
[04:34:35.228] #5  0x000000000077c5d2 in agg_fill_hash_table (aggstate=0x834f29380) at ../src/backend/executor/nodeAgg.c...
[04:34:35.228] #6  ExecAgg (pstate=0x834f29380) at ../src/backend/executor/nodeAgg.c:2172
[04:34:35.228] #7  0x00000000007673db in ExecProcNode (node=0x834f29380) at ../src/include/executor/executor.h:278
[04:34:35.228] #8  ExecutePlan (estate=0x834f29100, planstate=0x834f29380, use_parallel_mode=<optimized out>, operation=...
[04:34:35.228] #9  standard_ExecutorRun (queryDesc=0x834ef0500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[04:34:35.525] #0  0x000000000075e4fa in ExecInterpExpr (state=0x8376f8500, econtext=0x8376f9160, isnull=0x821b07ea7) at...
[04:34:35.525] #1  0x0000000000764f90 in ExecEvalExpr (state=0x8376f89f0, econtext=0x83770e778, isNull=0x821b07ea7) at ....
[04:34:35.525] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[04:34:35.525] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x8376f8100, slot=slot@entry=0x83770e778, isnew=isnew...
[04:34:35.525] #4  0x000000000077ed35 in lookup_hash_entries (aggstate=aggstate@entry=0x83761b380) at ../src/backend/exe...
[04:34:35.525] #5  0x000000000077c5d2 in agg_fill_hash_table (aggstate=0x83761b380) at ../src/backend/executor/nodeAgg.c...
[04:34:35.525] #6  ExecAgg (pstate=0x83761b380) at ../src/backend/executor/nodeAgg.c:2172
[04:34:35.525] #7  0x00000000007673db in ExecProcNode (node=0x83761b380) at ../src/include/executor/executor.h:278
[04:34:35.525] #8  ExecutePlan (estate=0x83761b100, planstate=0x83761b380, use_parallel_mode=<optimized out>, operation=...
[04:34:35.525] #9  standard_ExecutorRun (queryDesc=0x83577d500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[04:34:35.829] #0  0x000000000075e4fa in ExecInterpExpr (state=0x838845500, econtext=0x838846160, isnull=0x820bc5be7) at...
[04:34:35.829] #1  0x0000000000764f90 in ExecEvalExpr (state=0x8388459f0, econtext=0x83885b9f8, isNull=0x820bc5be7) at ....
[04:34:35.829] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[04:34:35.829] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x838845100, slot=slot@entry=0x83885b9f8, isnew=isnew...
[04:34:35.829] #4  0x000000000077ed35 in lookup_hash_entries (aggstate=aggstate@entry=0x838768380) at ../src/backend/exe...
[04:34:35.829] #5  0x000000000077c5d2 in agg_fill_hash_table (aggstate=0x838768380) at ../src/backend/executor/nodeAgg.c...
[04:34:35.829] #6  ExecAgg (pstate=0x838768380) at ../src/backend/executor/nodeAgg.c:2172
[04:34:35.829] #7  0x00000000007673db in ExecProcNode (node=0x838768380) at ../src/include/executor/executor.h:278
[04:34:35.829] #8  ExecutePlan (estate=0x838768100, planstate=0x838768380, use_parallel_mode=<optimized out>, operation=...
[04:34:35.829] #9  standard_ExecutorRun (queryDesc=0x833dad500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[04:34:36.127] #0  0x000000000075e4fa in ExecInterpExpr (state=0x83850e500, econtext=0x83850f160, isnull=0x821144f17) at...
[04:34:36.127] #1  0x0000000000764f90 in ExecEvalExpr (state=0x83850e9f0, econtext=0x8385246b8, isNull=0x821144f17) at ....
[04:34:36.127] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[04:34:36.127] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83850e100, slot=slot@entry=0x8385246b8, isnew=isnew...
[04:34:36.127] #4  0x000000000077ed35 in lookup_hash_entries (aggstate=aggstate@entry=0x8336ef380) at ../src/backend/exe...
[04:34:36.127] #5  0x000000000077c5d2 in agg_fill_hash_table (aggstate=0x8336ef380) at ../src/backend/executor/nodeAgg.c...
[04:34:36.127] #6  ExecAgg (pstate=0x8336ef380) at ../src/backend/executor/nodeAgg.c:2172
[04:34:36.127] #7  0x00000000007673db in ExecProcNode (node=0x8336ef380) at ../src/include/executor/executor.h:278
[04:34:36.127] #8  ExecutePlan (estate=0x8336ef100, planstate=0x8336ef380, use_parallel_mode=<optimized out>, operation=...
[04:34:36.127] #9  standard_ExecutorRun (queryDesc=0x833523500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[04:34:36.416] #0  0x000000000075e4fa in ExecInterpExpr (state=0x839e45500, econtext=0x839e46160, isnull=0x821568197) at...
[04:34:36.416] #1  0x0000000000764f90 in ExecEvalExpr (state=0x839e459f0, econtext=0x839e5ba78, isNull=0x821568197) at ....
[04:34:36.416] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[04:34:36.416] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x839e45100, slot=slot@entry=0x839e5ba78, isnew=isnew...
[04:34:36.416] #4  0x000000000077ed35 in lookup_hash_entries (aggstate=aggstate@entry=0x839daa380) at ../src/backend/exe...
[04:34:36.416] #5  0x000000000077c5d2 in agg_fill_hash_table (aggstate=0x839daa380) at ../src/backend/executor/nodeAgg.c...
[04:34:36.416] #6  ExecAgg (pstate=0x839daa380) at ../src/backend/executor/nodeAgg.c:2172
[04:34:36.416] #7  0x00000000007673db in ExecProcNode (node=0x839daa380) at ../src/include/executor/executor.h:278
[04:34:36.416] #8  ExecutePlan (estate=0x839daa100, planstate=0x839daa380, use_parallel_mode=<optimized out>, operation=...
[04:34:36.416] #9  standard_ExecutorRun (queryDesc=0x835fd4500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[04:34:36.720] #0  0x000000000075e4fa in ExecInterpExpr (state=0x8399ca500, econtext=0x8399cb160, isnull=0x820bdbe47) at...
[04:34:36.720] #1  0x0000000000764f90 in ExecEvalExpr (state=0x8399ca9f0, econtext=0x8399dffb8, isNull=0x820bdbe47) at ....
[04:34:36.720] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[04:34:36.720] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x8399ca100, slot=slot@entry=0x8399dffb8, isnew=isnew...
[04:34:36.720] #4  0x000000000077ed35 in lookup_hash_entries (aggstate=aggstate@entry=0x8337d2380) at ../src/backend/exe...
[04:34:36.720] #5  0x000000000077c5d2 in agg_fill_hash_table (aggstate=0x8337d2380) at ../src/backend/executor/nodeAgg.c...
[04:34:36.720] #6  ExecAgg (pstate=0x8337d2380) at ../src/backend/executor/nodeAgg.c:2172
[04:34:36.720] #7  0x00000000007673db in ExecProcNode (node=0x8337d2380) at ../src/include/executor/executor.h:278
[04:34:36.720] #8  ExecutePlan (estate=0x8337d2100, planstate=0x8337d2380, use_parallel_mode=<optimized out>, operation=...
[04:34:36.720] #9  standard_ExecutorRun (queryDesc=0x83361f500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[04:34:37.024] #0  0x000000000075e4fa in ExecInterpExpr (state=0x838860500, econtext=0x838861160, isnull=0x82116abd7) at...
[04:34:37.024] #1  0x0000000000764f90 in ExecEvalExpr (state=0x8388609f0, econtext=0x83cb06ff8, isNull=0x82116abd7) at ....
[04:34:37.024] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[04:34:37.024] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x838860100, slot=slot@entry=0x83cb06ff8, isnew=isnew...
[04:34:37.024] #4  0x000000000077ed35 in lookup_hash_entries (aggstate=aggstate@entry=0x8386d7380) at ../src/backend/exe...
[04:34:37.024] #5  0x000000000077c5d2 in agg_fill_hash_table (aggstate=0x8386d7380) at ../src/backend/executor/nodeAgg.c...
[04:34:37.024] #6  ExecAgg (pstate=0x8386d7380) at ../src/backend/executor/nodeAgg.c:2172
[04:34:37.024] #7  0x00000000007673db in ExecProcNode (node=0x8386d7380) at ../src/include/executor/executor.h:278
[04:34:37.024] #8  ExecutePlan (estate=0x8386d7100, planstate=0x8386d7380, use_parallel_mode=<optimized out>, operation=...
[04:34:37.024] #9  standard_ExecutorRun (queryDesc=0x8386a0500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[04:34:37.327] #0  0x000000000075e4fa in ExecInterpExpr (state=0x839198500, econtext=0x839199160, isnull=0x821b37ee7) at...
[04:34:37.327] #1  0x0000000000764f90 in ExecEvalExpr (state=0x8391989f0, econtext=0x8391adc38, isNull=0x821b37ee7) at ....
[04:34:37.327] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[04:34:37.327] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x839198100, slot=slot@entry=0x8391adc38, isnew=isnew...
[04:34:37.327] #4  0x000000000077ed35 in lookup_hash_entries (aggstate=aggstate@entry=0x8390fd380) at ../src/backend/exe...
[04:34:37.327] #5  0x000000000077c5d2 in agg_fill_hash_table (aggstate=0x8390fd380) at ../src/backend/executor/nodeAgg.c...
[04:34:37.327] #6  ExecAgg (pstate=0x8390fd380) at ../src/backend/executor/nodeAgg.c:2172
[04:34:37.327] #7  0x00000000007673db in ExecProcNode (node=0x8390fd380) at ../src/include/executor/executor.h:278
[04:34:37.327] #8  ExecutePlan (estate=0x8390fd100, planstate=0x8390fd380, use_parallel_mode=<optimized out>, operation=...
[04:34:37.327] #9  standard_ExecutorRun (queryDesc=0x83633b500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[04:34:37.624] #0  0x000000000075e4fa in ExecInterpExpr (state=0x83c629500, econtext=0x83c62a160, isnull=0x820fabd87) at...
[04:34:37.624] #1  0x0000000000764f90 in ExecEvalExpr (state=0x83c6299f0, econtext=0x83c63fa78, isNull=0x820fabd87) at ....
[04:34:37.624] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[04:34:37.624] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83c629100, slot=slot@entry=0x83c63fa78, isnew=isnew...
[04:34:37.624] #4  0x000000000077ed35 in lookup_hash_entries (aggstate=aggstate@entry=0x83c58e380) at ../src/backend/exe...
[04:34:37.624] #5  0x000000000077c5d2 in agg_fill_hash_table (aggstate=0x83c58e380) at ../src/backend/executor/nodeAgg.c...
[04:34:37.624] #6  ExecAgg (pstate=0x83c58e380) at ../src/backend/executor/nodeAgg.c:2172
[04:34:37.624] #7  0x00000000007673db in ExecProcNode (node=0x83c58e380) at ../src/include/executor/executor.h:278
[04:34:37.624] #8  ExecutePlan (estate=0x83c58e100, planstate=0x83c58e380, use_parallel_mode=<optimized out>, operation=...
[04:34:37.624] #9  standard_ExecutorRun (queryDesc=0x837731500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[04:34:37.926] #0  0x000000000075e4fa in ExecInterpExpr (state=0x83b73e500, econtext=0x83b73f160, isnull=0x8216c6a07) at...
[04:34:37.926] #1  0x0000000000764f90 in ExecEvalExpr (state=0x83b73e9f0, econtext=0x83b754638, isNull=0x8216c6a07) at ....
[04:34:37.926] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[04:34:37.926] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83b73e100, slot=slot@entry=0x83b754638, isnew=isnew...
[04:34:37.926] #4  0x000000000077ed35 in lookup_hash_entries (aggstate=aggstate@entry=0x83b6a3380) at ../src/backend/exe...
[04:34:37.926] #5  0x000000000077c5d2 in agg_fill_hash_table (aggstate=0x83b6a3380) at ../src/backend/executor/nodeAgg.c...
[04:34:37.926] #6  ExecAgg (pstate=0x83b6a3380) at ../src/backend/executor/nodeAgg.c:2172
[04:34:37.926] #7  0x00000000007673db in ExecProcNode (node=0x83b6a3380) at ../src/include/executor/executor.h:278
[04:34:37.926] #8  ExecutePlan (estate=0x83b6a3100, planstate=0x83b6a3380, use_parallel_mode=<optimized out>, operation=...
[04:34:37.926] #9  standard_ExecutorRun (queryDesc=0x8357ad500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[04:34:38.225] #0  0x000000000075e4fa in ExecInterpExpr (state=0x83a024500, econtext=0x83a025160, isnull=0x82130f767) at...
[04:34:38.225] #1  0x0000000000764f90 in ExecEvalExpr (state=0x83a0249f0, econtext=0x83a039c38, isNull=0x82130f767) at ....
[04:34:38.225] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[04:34:38.225] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83a024100, slot=slot@entry=0x83a039c38, isnew=isnew...
[04:34:38.225] #4  0x000000000077ed35 in lookup_hash_entries (aggstate=aggstate@entry=0x839f89380) at ../src/backend/exe...
[04:34:38.225] #5  0x000000000077c5d2 in agg_fill_hash_table (aggstate=0x839f89380) at ../src/backend/executor/nodeAgg.c...
[04:34:38.225] #6  ExecAgg (pstate=0x839f89380) at ../src/backend/executor/nodeAgg.c:2172
[04:34:38.225] #7  0x00000000007673db in ExecProcNode (node=0x839f89380) at ../src/include/executor/executor.h:278
[04:34:38.225] #8  ExecutePlan (estate=0x839f89100, planstate=0x839f89380, use_parallel_mode=<optimized out>, operation=...
[04:34:38.225] #9  standard_ExecutorRun (queryDesc=0x835eee500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[04:34:38.518] #0  0x000000000075e4fa in ExecInterpExpr (state=0x83b02b500, econtext=0x83b02c160, isnull=0x8219e20c7) at...
[04:34:38.518] #1  0x0000000000764f90 in ExecEvalExpr (state=0x83b02b9f0, econtext=0x83b041278, isNull=0x8219e20c7) at ....
[04:34:38.518] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[04:34:38.518] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83b02b100, slot=slot@entry=0x83b041278, isnew=isnew...
[04:34:38.518] #4  0x000000000077ed35 in lookup_hash_entries (aggstate=aggstate@entry=0x83af90380) at ../src/backend/exe...
[04:34:38.518] #5  0x000000000077c5d2 in agg_fill_hash_table (aggstate=0x83af90380) at ../src/backend/executor/nodeAgg.c...
[04:34:38.518] #6  ExecAgg (pstate=0x83af90380) at ../src/backend/executor/nodeAgg.c:2172
[04:34:38.518] #7  0x00000000007673db in ExecProcNode (node=0x83af90380) at ../src/include/executor/executor.h:278
[04:34:38.518] #8  ExecutePlan (estate=0x83af90100, planstate=0x83af90380, use_parallel_mode=<optimized out>, operation=...
[04:34:38.518] #9  standard_ExecutorRun (queryDesc=0x836404500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[04:34:38.810] #0  0x000000000075e4fa in ExecInterpExpr (state=0x83b301500, econtext=0x83b302160, isnull=0x821236027) at...
[04:34:38.810] #1  0x0000000000764f90 in ExecEvalExpr (state=0x83b3019f0, econtext=0x83b3172f8, isNull=0x821236027) at ....
[04:34:38.810] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[04:34:38.810] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83b301100, slot=slot@entry=0x83b3172f8, isnew=isnew...
[04:34:38.810] #4  0x000000000077ed35 in lookup_hash_entries (aggstate=aggstate@entry=0x83b266380) at ../src/backend/exe...
[04:34:38.810] #5  0x000000000077c5d2 in agg_fill_hash_table (aggstate=0x83b266380) at ../src/backend/executor/nodeAgg.c...
[04:34:38.810] #6  ExecAgg (pstate=0x83b266380) at ../src/backend/executor/nodeAgg.c:2172
[04:34:38.810] #7  0x00000000007673db in ExecProcNode (node=0x83b266380) at ../src/include/executor/executor.h:278
[04:34:38.810] #8  ExecutePlan (estate=0x83b266100, planstate=0x83b266380, use_parallel_mode=<optimized out>, operation=...
[04:34:38.810] #9  standard_ExecutorRun (queryDesc=0x8376b9500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[04:34:39.098] #0  0x000000000075e4fa in ExecInterpExpr (state=0x839205500, econtext=0x839206160, isnull=0x82110ccc7) at...
[04:34:39.098] #1  0x0000000000764f90 in ExecEvalExpr (state=0x8392059f0, econtext=0x83921aeb8, isNull=0x82110ccc7) at ....
[04:34:39.098] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[04:34:39.098] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x839205100, slot=slot@entry=0x83921aeb8, isnew=isnew...
[04:34:39.098] #4  0x000000000077ed35 in lookup_hash_entries (aggstate=aggstate@entry=0x83916a380) at ../src/backend/exe...
[04:34:39.098] #5  0x000000000077c5d2 in agg_fill_hash_table (aggstate=0x83916a380) at ../src/backend/executor/nodeAgg.c...
[04:34:39.098] #6  ExecAgg (pstate=0x83916a380) at ../src/backend/executor/nodeAgg.c:2172
[04:34:39.098] #7  0x00000000007673db in ExecProcNode (node=0x83916a380) at ../src/include/executor/executor.h:278
[04:34:39.098] #8  ExecutePlan (estate=0x83916a100, planstate=0x83916a380, use_parallel_mode=<optimized out>, operation=...
[04:34:39.098] #9  standard_ExecutorRun (queryDesc=0x834f8e500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[04:34:39.392] #0  0x000000000075e4fa in ExecInterpExpr (state=0x83b242500, econtext=0x83b243160, isnull=0x820fbc297) at...
[04:34:39.392] #1  0x0000000000764f90 in ExecEvalExpr (state=0x83b2429f0, econtext=0x83b258178, isNull=0x820fbc297) at ....
[04:34:39.392] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[04:34:39.392] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83b242100, slot=slot@entry=0x83b258178, isnew=isnew...
[04:34:39.392] #4  0x000000000077ed35 in lookup_hash_entries (aggstate=aggstate@entry=0x83b1a7380) at ../src/backend/exe...
[04:34:39.392] #5  0x000000000077c5d2 in agg_fill_hash_table (aggstate=0x83b1a7380) at ../src/backend/executor/nodeAgg.c...
[04:34:39.392] #6  ExecAgg (pstate=0x83b1a7380) at ../src/backend/executor/nodeAgg.c:2172
[04:34:39.392] #7  0x00000000007673db in ExecProcNode (node=0x83b1a7380) at ../src/include/executor/executor.h:278
[04:34:39.392] #8  ExecutePlan (estate=0x83b1a7100, planstate=0x83b1a7380, use_parallel_mode=<optimized out>, operation=...
[04:34:39.392] #9  standard_ExecutorRun (queryDesc=0x835ef8500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[04:34:39.699] #0  0x000000000075e4fa in ExecInterpExpr (state=0x83a143500, econtext=0x83a144160, isnull=0x820d4aff7) at...
[04:34:39.699] #1  0x0000000000764f90 in ExecEvalExpr (state=0x83a1439f0, econtext=0x83a158e38, isNull=0x820d4aff7) at ....
[04:34:39.699] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[04:34:39.699] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83a143100, slot=slot@entry=0x83a158e38, isnew=isnew...
[04:34:39.699] #4  0x000000000077ed35 in lookup_hash_entries (aggstate=aggstate@entry=0x83a0a8380) at ../src/backend/exe...
[04:34:39.699] #5  0x000000000077c5d2 in agg_fill_hash_table (aggstate=0x83a0a8380) at ../src/backend/executor/nodeAgg.c...
[04:34:39.699] #6  ExecAgg (pstate=0x83a0a8380) at ../src/backend/executor/nodeAgg.c:2172
[04:34:39.699] #7  0x00000000007673db in ExecProcNode (node=0x83a0a8380) at ../src/include/executor/executor.h:278
[04:34:39.699] #8  ExecutePlan (estate=0x83a0a8100, planstate=0x83a0a8380, use_parallel_mode=<optimized out>, operation=...
[04:34:39.699] #9  standard_ExecutorRun (queryDesc=0x835754500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[04:34:40.019] #0  0x000000000075e4fa in ExecInterpExpr (state=0x83bf57500, econtext=0x83bf58160, isnull=0x820d4dca7) at...
[04:34:40.019] #1  0x0000000000764f90 in ExecEvalExpr (state=0x83bf579f0, econtext=0x83bf6d238, isNull=0x820d4dca7) at ....
[04:34:40.019] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[04:34:40.019] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83bf57100, slot=slot@entry=0x83bf6d238, isnew=isnew...
[04:34:40.019] #4  0x000000000077ed35 in lookup_hash_entries (aggstate=aggstate@entry=0x83bebc380) at ../src/backend/exe...
[04:34:40.019] #5  0x000000000077c5d2 in agg_fill_hash_table (aggstate=0x83bebc380) at ../src/backend/executor/nodeAgg.c...
[04:34:40.019] #6  ExecAgg (pstate=0x83bebc380) at ../src/backend/executor/nodeAgg.c:2172
[04:34:40.019] #7  0x00000000007673db in ExecProcNode (node=0x83bebc380) at ../src/include/executor/executor.h:278
[04:34:40.019] #8  ExecutePlan (estate=0x83bebc100, planstate=0x83bebc380, use_parallel_mode=<optimized out>, operation=...
[04:34:40.019] #9  standard_ExecutorRun (queryDesc=0x83648a500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[04:34:26.673] #0  0x000000000075e4fa in ExecInterpExpr (state=0x843bd85c0, econtext=0x843bd9b20, isnull=0x821043887) at...
[04:34:26.673] #1  0x0000000000764f90 in ExecEvalExpr (state=0x843bd8ab0, econtext=0x843be6220, isNull=0x821043887) at ....
[04:34:26.673] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[04:34:26.673] #3  LookupTupleHashEntry (hashtable=0x843bd8408, slot=slot@entry=0x843be6220, isnew=isnew@entry=0x8210438...
[04:34:26.673] #4  0x000000000079f729 in ExecRecursiveUnion (pstate=0x843be53d0) at ../src/backend/executor/nodeRecursiv...
[04:34:26.673] #5  0x0000000000783d8c in ExecProcNode (node=0x843be53d0) at ../src/include/executor/executor.h:278
[04:34:26.673] #6  CteScanNext (node=0x843bd9e10) at ../src/backend/executor/nodeCtescan.c:103
[04:34:26.673] #7  0x00000000007a1427 in ExecProcNode (node=0x843bd9e10) at ../src/include/executor/executor.h:278
[04:34:26.673] #8  ExecSort (pstate=0x843bd9c00) at ../src/backend/executor/nodeSort.c:149
[04:34:26.673] #9  0x00000000007673db in ExecProcNode (node=0x843bd9c00) at ../src/include/executor/executor.h:278
core
[04:34:40.313] #0  0x000000000075e4fa in ExecInterpExpr (state=0x83b8b3500, econtext=0x83b8b4160, isnull=0x8215de337) at...
[04:34:40.313] #1  0x0000000000764f90 in ExecEvalExpr (state=0x83b8b39f0, econtext=0x83b8c9578, isNull=0x8215de337) at ....
[04:34:40.313] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[04:34:40.313] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83b8b3100, slot=slot@entry=0x83b8c9578, isnew=isnew...
[04:34:40.313] #4  0x000000000077ed35 in lookup_hash_entries (aggstate=aggstate@entry=0x83b825380) at ../src/backend/exe...
[04:34:40.313] #5  0x000000000077c5d2 in agg_fill_hash_table (aggstate=0x83b825380) at ../src/backend/executor/nodeAgg.c...
[04:34:40.313] #6  ExecAgg (pstate=0x83b825380) at ../src/backend/executor/nodeAgg.c:2172
[04:34:40.313] #7  0x00000000007673db in ExecProcNode (node=0x83b825380) at ../src/include/executor/executor.h:278
[04:34:40.313] #8  ExecutePlan (estate=0x83b825100, planstate=0x83b825380, use_parallel_mode=<optimized out>, operation=...
[04:34:40.313] #9  standard_ExecutorRun (queryDesc=0x83745b500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[04:34:40.606] #0  0x000000000075e4fa in ExecInterpExpr (state=0x83d04b500, econtext=0x83d04c160, isnull=0x8217ee407) at...
[04:34:40.606] #1  0x0000000000764f90 in ExecEvalExpr (state=0x83d04b9f0, econtext=0x83d060cb8, isNull=0x8217ee407) at ....
[04:34:40.606] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[04:34:40.606] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83d04b100, slot=slot@entry=0x83d060cb8, isnew=isnew...
[04:34:40.606] #4  0x000000000077ed35 in lookup_hash_entries (aggstate=aggstate@entry=0x83cfb0380) at ../src/backend/exe...
[04:34:40.606] #5  0x000000000077c5d2 in agg_fill_hash_table (aggstate=0x83cfb0380) at ../src/backend/executor/nodeAgg.c...
[04:34:40.606] #6  ExecAgg (pstate=0x83cfb0380) at ../src/backend/executor/nodeAgg.c:2172
[04:34:40.606] #7  0x00000000007673db in ExecProcNode (node=0x83cfb0380) at ../src/include/executor/executor.h:278
[04:34:40.606] #8  ExecutePlan (estate=0x83cfb0100, planstate=0x83cfb0380, use_parallel_mode=<optimized out>, operation=...
[04:34:40.606] #9  standard_ExecutorRun (queryDesc=0x837ae4500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[04:34:40.898] #0  0x000000000075e4fa in ExecInterpExpr (state=0x837ecb500, econtext=0x837ecc160, isnull=0x820d03fa7) at...
[04:34:40.898] #1  0x0000000000764f90 in ExecEvalExpr (state=0x837ecb9f0, econtext=0x837ee0e08, isNull=0x820d03fa7) at ....
[04:34:40.898] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[04:34:40.898] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x837ecb100, slot=slot@entry=0x837ee0e08, isnew=isnew...
[04:34:40.898] #4  0x000000000077ed35 in lookup_hash_entries (aggstate=aggstate@entry=0x837e30380) at ../src/backend/exe...
[04:34:40.898] #5  0x000000000077c5d2 in agg_fill_hash_table (aggstate=0x837e30380) at ../src/backend/executor/nodeAgg.c...
[04:34:40.898] #6  ExecAgg (pstate=0x837e30380) at ../src/backend/executor/nodeAgg.c:2172
[04:34:40.898] #7  0x00000000007673db in ExecProcNode (node=0x837e30380) at ../src/include/executor/executor.h:278
[04:34:40.898] #8  ExecutePlan (estate=0x837e30100, planstate=0x837e30380, use_parallel_mode=<optimized out>, operation=...
[04:34:40.898] #9  standard_ExecutorRun (queryDesc=0x83447e500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[04:34:41.197] #0  0x000000000075e4fa in ExecInterpExpr (state=0x83b7f3500, econtext=0x83b7f4160, isnull=0x821332a17) at...
[04:34:41.197] #1  0x0000000000764f90 in ExecEvalExpr (state=0x83b7f39f0, econtext=0x83b8094b8, isNull=0x821332a17) at ....
[04:34:41.197] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[04:34:41.197] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83b7f3100, slot=slot@entry=0x83b8094b8, isnew=isnew...
[04:34:41.197] #4  0x000000000077ed35 in lookup_hash_entries (aggstate=aggstate@entry=0x83b758380) at ../src/backend/exe...
[04:34:41.197] #5  0x000000000077c5d2 in agg_fill_hash_table (aggstate=0x83b758380) at ../src/backend/executor/nodeAgg.c...
[04:34:41.197] #6  ExecAgg (pstate=0x83b758380) at ../src/backend/executor/nodeAgg.c:2172
[04:34:41.197] #7  0x00000000007673db in ExecProcNode (node=0x83b758380) at ../src/include/executor/executor.h:278
[04:34:41.197] #8  ExecutePlan (estate=0x83b758100, planstate=0x83b758380, use_parallel_mode=<optimized out>, operation=...
[04:34:41.197] #9  standard_ExecutorRun (queryDesc=0x8369ab500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[04:34:41.501] #0  0x000000000075e4fa in ExecInterpExpr (state=0x83abf4500, econtext=0x83abf5160, isnull=0x8218ca207) at...
[04:34:41.501] #1  0x0000000000764f90 in ExecEvalExpr (state=0x83abf49f0, econtext=0x83ac0a078, isNull=0x8218ca207) at ....
[04:34:41.501] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[04:34:41.501] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83abf4100, slot=slot@entry=0x83ac0a078, isnew=isnew...
[04:34:41.501] #4  0x000000000077ed35 in lookup_hash_entries (aggstate=aggstate@entry=0x836b7c380) at ../src/backend/exe...
[04:34:41.501] #5  0x000000000077c5d2 in agg_fill_hash_table (aggstate=0x836b7c380) at ../src/backend/executor/nodeAgg.c...
[04:34:41.501] #6  ExecAgg (pstate=0x836b7c380) at ../src/backend/executor/nodeAgg.c:2172
[04:34:41.501] #7  0x00000000007673db in ExecProcNode (node=0x836b7c380) at ../src/include/executor/executor.h:278
[04:34:41.501] #8  ExecutePlan (estate=0x836b7c100, planstate=0x836b7c380, use_parallel_mode=<optimized out>, operation=...
[04:34:41.501] #9  standard_ExecutorRun (queryDesc=0x8369ae500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[04:34:26.352] #0  0x000000000075e4fa in ExecInterpExpr (state=0x843f9cf20, econtext=0x83692a158, isnull=0x8210436a7) at...
[04:34:26.352] #1  0x0000000000764f90 in ExecEvalExpr (state=0x836929ad8, econtext=0x843ff95f0, isNull=0x8210436a7) at ....
[04:34:26.352] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[04:34:26.352] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x843f9b100, slot=slot@entry=0x843ff95f0, isnew=isnew...
[04:34:26.352] #4  0x000000000077ed35 in lookup_hash_entries (aggstate=aggstate@entry=0x8369173a0) at ../src/backend/exe...
[04:34:26.352] #5  0x000000000077c5d2 in agg_fill_hash_table (aggstate=0x8369173a0) at ../src/backend/executor/nodeAgg.c...
[04:34:26.352] #6  ExecAgg (pstate=0x8369173a0) at ../src/backend/executor/nodeAgg.c:2172
[04:34:26.352] #7  0x0000000000787388 in ExecProcNode (node=0x8369173a0) at ../src/include/executor/executor.h:278
[04:34:26.352] #8  MultiExecPrivateHash (node=0x836917180) at ../src/backend/executor/nodeHash.c:165
[04:34:26.352] #9  MultiExecHash (node=0x836917180) at ../src/backend/executor/nodeHash.c:114
core
[04:34:41.803] #0  0x000000000075e4fa in ExecInterpExpr (state=0x838507500, econtext=0x838508160, isnull=0x820f927c7) at...
[04:34:41.803] #1  0x0000000000764f90 in ExecEvalExpr (state=0x8385079f0, econtext=0x83851d5b8, isNull=0x820f927c7) at ....
[04:34:41.803] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[04:34:41.803] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x838507100, slot=slot@entry=0x83851d5b8, isnew=isnew...
[04:34:41.803] #4  0x000000000077ed35 in lookup_hash_entries (aggstate=aggstate@entry=0x83846c380) at ../src/backend/exe...
[04:34:41.803] #5  0x000000000077c5d2 in agg_fill_hash_table (aggstate=0x83846c380) at ../src/backend/executor/nodeAgg.c...
[04:34:41.803] #6  ExecAgg (pstate=0x83846c380) at ../src/backend/executor/nodeAgg.c:2172
[04:34:41.803] #7  0x00000000007673db in ExecProcNode (node=0x83846c380) at ../src/include/executor/executor.h:278
[04:34:41.803] #8  ExecutePlan (estate=0x83846c100, planstate=0x83846c380, use_parallel_mode=<optimized out>, operation=...
[04:34:41.803] #9  standard_ExecutorRun (queryDesc=0x834c7e500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[04:34:42.103] #0  0x000000000075e4fa in ExecInterpExpr (state=0x83a98d500, econtext=0x83a98e160, isnull=0x820ea22e7) at...
[04:34:42.103] #1  0x0000000000764f90 in ExecEvalExpr (state=0x83a98d9f0, econtext=0x83a9a3538, isNull=0x820ea22e7) at ....
[04:34:42.103] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[04:34:42.103] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83a98d100, slot=slot@entry=0x83a9a3538, isnew=isnew...
[04:34:42.103] #4  0x000000000077ed35 in lookup_hash_entries (aggstate=aggstate@entry=0x83a8ed380) at ../src/backend/exe...
[04:34:42.103] #5  0x000000000077c5d2 in agg_fill_hash_table (aggstate=0x83a8ed380) at ../src/backend/executor/nodeAgg.c...
[04:34:42.103] #6  ExecAgg (pstate=0x83a8ed380) at ../src/backend/executor/nodeAgg.c:2172
[04:34:42.103] #7  0x00000000007673db in ExecProcNode (node=0x83a8ed380) at ../src/include/executor/executor.h:278
[04:34:42.103] #8  ExecutePlan (estate=0x83a8ed100, planstate=0x83a8ed380, use_parallel_mode=<optimized out>, operation=...
[04:34:42.103] #9  standard_ExecutorRun (queryDesc=0x835d5b500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[04:34:42.413] #0  0x000000000075e4fa in ExecInterpExpr (state=0x83bb29500, econtext=0x83bb2a160, isnull=0x8215fb807) at...
[04:34:42.413] #1  0x0000000000764f90 in ExecEvalExpr (state=0x83bb299f0, econtext=0x83bb342f8, isNull=0x8215fb807) at ....
[04:34:42.413] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[04:34:42.413] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83bb29100, slot=slot@entry=0x83bb342f8, isnew=isnew...
[04:34:42.413] #4  0x000000000077ed35 in lookup_hash_entries (aggstate=aggstate@entry=0x83ba99380) at ../src/backend/exe...
[04:34:42.413] #5  0x000000000077c5d2 in agg_fill_hash_table (aggstate=0x83ba99380) at ../src/backend/executor/nodeAgg.c...
[04:34:42.413] #6  ExecAgg (pstate=0x83ba99380) at ../src/backend/executor/nodeAgg.c:2172
[04:34:42.413] #7  0x00000000007673db in ExecProcNode (node=0x83ba99380) at ../src/include/executor/executor.h:278
[04:34:42.413] #8  ExecutePlan (estate=0x83ba99100, planstate=0x83ba99380, use_parallel_mode=<optimized out>, operation=...
[04:34:42.413] #9  standard_ExecutorRun (queryDesc=0x83527d500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[04:34:42.716] #0  0x000000000075e4fa in ExecInterpExpr (state=0x83b619500, econtext=0x83b61a160, isnull=0x8219290a7) at...
[04:34:42.716] #1  0x0000000000764f90 in ExecEvalExpr (state=0x83b6199f0, econtext=0x83b62ecb8, isNull=0x8219290a7) at ....
[04:34:42.716] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[04:34:42.716] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83b619100, slot=slot@entry=0x83b62ecb8, isnew=isnew...
[04:34:42.716] #4  0x000000000077ed35 in lookup_hash_entries (aggstate=aggstate@entry=0x83b57e380) at ../src/backend/exe...
[04:34:42.716] #5  0x000000000077c5d2 in agg_fill_hash_table (aggstate=0x83b57e380) at ../src/backend/executor/nodeAgg.c...
[04:34:42.716] #6  ExecAgg (pstate=0x83b57e380) at ../src/backend/executor/nodeAgg.c:2172
[04:34:42.716] #7  0x00000000007673db in ExecProcNode (node=0x83b57e380) at ../src/include/executor/executor.h:278
[04:34:42.716] #8  ExecutePlan (estate=0x83b57e100, planstate=0x83b57e380, use_parallel_mode=<optimized out>, operation=...
[04:34:42.716] #9  standard_ExecutorRun (queryDesc=0x835a85500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[04:34:43.009] #0  0x000000000075e4fa in ExecInterpExpr (state=0x83a00d500, econtext=0x83a00e160, isnull=0x820eef8f7) at...
[04:34:43.009] #1  0x0000000000764f90 in ExecEvalExpr (state=0x83a00d9f0, econtext=0x83a0239b8, isNull=0x820eef8f7) at ....
[04:34:43.009] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[04:34:43.009] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83a00d100, slot=slot@entry=0x83a0239b8, isnew=isnew...
[04:34:43.009] #4  0x000000000077ed35 in lookup_hash_entries (aggstate=aggstate@entry=0x839f72380) at ../src/backend/exe...
[04:34:43.009] #5  0x000000000077c5d2 in agg_fill_hash_table (aggstate=0x839f72380) at ../src/backend/executor/nodeAgg.c...
[04:34:43.009] #6  ExecAgg (pstate=0x839f72380) at ../src/backend/executor/nodeAgg.c:2172
[04:34:43.009] #7  0x00000000007673db in ExecProcNode (node=0x839f72380) at ../src/include/executor/executor.h:278
[04:34:43.009] #8  ExecutePlan (estate=0x839f72100, planstate=0x839f72380, use_parallel_mode=<optimized out>, operation=...
[04:34:43.009] #9  standard_ExecutorRun (queryDesc=0x8350df500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[04:34:43.308] #0  0x000000000075e4fa in ExecInterpExpr (state=0x83376a500, econtext=0x83376b160, isnull=0x821150f87) at...
[04:34:43.308] #1  0x0000000000764f90 in ExecEvalExpr (state=0x83376a9f0, econtext=0x83377fe78, isNull=0x821150f87) at ....
[04:34:43.308] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[04:34:43.308] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83376a100, slot=slot@entry=0x83377fe78, isnew=isnew...
[04:34:43.308] #4  0x000000000077ed35 in lookup_hash_entries (aggstate=aggstate@entry=0x8336cf380) at ../src/backend/exe...
[04:34:43.308] #5  0x000000000077c5d2 in agg_fill_hash_table (aggstate=0x8336cf380) at ../src/backend/executor/nodeAgg.c...
[04:34:43.308] #6  ExecAgg (pstate=0x8336cf380) at ../src/backend/executor/nodeAgg.c:2172
[04:34:43.308] #7  0x00000000007673db in ExecProcNode (node=0x8336cf380) at ../src/include/executor/executor.h:278
[04:34:43.308] #8  ExecutePlan (estate=0x8336cf100, planstate=0x8336cf380, use_parallel_mode=<optimized out>, operation=...
[04:34:43.308] #9  standard_ExecutorRun (queryDesc=0x8312ed500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[04:34:43.600] #0  0x000000000075e4fa in ExecInterpExpr (state=0x83acd3500, econtext=0x83acd4160, isnull=0x82153e0e7) at...
[04:34:43.600] #1  0x0000000000764f90 in ExecEvalExpr (state=0x83acd39f0, econtext=0x83ace9538, isNull=0x82153e0e7) at ....
[04:34:43.600] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[04:34:43.600] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83acd3100, slot=slot@entry=0x83ace9538, isnew=isnew...
[04:34:43.600] #4  0x000000000077ed35 in lookup_hash_entries (aggstate=aggstate@entry=0x837eec380) at ../src/backend/exe...
[04:34:43.600] #5  0x000000000077c5d2 in agg_fill_hash_table (aggstate=0x837eec380) at ../src/backend/executor/nodeAgg.c...
[04:34:43.600] #6  ExecAgg (pstate=0x837eec380) at ../src/backend/executor/nodeAgg.c:2172
[04:34:43.600] #7  0x00000000007673db in ExecProcNode (node=0x837eec380) at ../src/include/executor/executor.h:278
[04:34:43.600] #8  ExecutePlan (estate=0x837eec100, planstate=0x837eec380, use_parallel_mode=<optimized out>, operation=...
[04:34:43.600] #9  standard_ExecutorRun (queryDesc=0x837d39500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[04:34:26.030] #0  0x000000000075e4fa in ExecInterpExpr (state=0x843257c10, econtext=0x843258780, isnull=0x821043037) at...
[04:34:26.030] #1  0x0000000000764f90 in ExecEvalExpr (state=0x843258100, econtext=0x843256848, isNull=0x821043037) at ....
[04:34:26.030] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[04:34:26.030] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x843257100, slot=slot@entry=0x843256848, isnew=isnew...
[04:34:26.030] #4  0x000000000077ed35 in lookup_hash_entries (aggstate=aggstate@entry=0x84326dcf0) at ../src/backend/exe...
[04:34:26.030] #5  0x000000000077c5d2 in agg_fill_hash_table (aggstate=0x84326dcf0) at ../src/backend/executor/nodeAgg.c...
[04:34:26.030] #6  ExecAgg (pstate=0x84326dcf0) at ../src/backend/executor/nodeAgg.c:2172
[04:34:26.030] #7  0x00000000007a1427 in ExecProcNode (node=0x84326dcf0) at ../src/include/executor/executor.h:278
[04:34:26.030] #8  ExecSort (pstate=0x84326dae0) at ../src/backend/executor/nodeSort.c:149
[04:34:26.030] #9  0x00000000007aaaaa in ExecProcNode (node=0x84326dae0) at ../src/include/executor/executor.h:278
core
[04:34:25.708] #0  0x000000000075e4fa in ExecInterpExpr (state=0x842d7d300, econtext=0x842d7dd80, isnull=0x821043ab7) at...
[04:34:25.708] #1  0x0000000000764f90 in ExecEvalExpr (state=0x842d7d7a0, econtext=0x842d87ef8, isNull=0x821043ab7) at ....
[04:34:25.708] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[04:34:25.708] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x842d7d100, slot=slot@entry=0x842d87ef8, isnew=isnew...
[04:34:25.708] #4  0x000000000077ed35 in lookup_hash_entries (aggstate=aggstate@entry=0x8368e58c0) at ../src/backend/exe...
[04:34:25.708] #5  0x000000000077c5d2 in agg_fill_hash_table (aggstate=0x8368e58c0) at ../src/backend/executor/nodeAgg.c...
[04:34:25.708] #6  ExecAgg (pstate=0x8368e58c0) at ../src/backend/executor/nodeAgg.c:2172
[04:34:25.708] #7  0x00000000007673db in ExecProcNode (node=0x8368e58c0) at ../src/include/executor/executor.h:278
[04:34:25.708] #8  ExecutePlan (estate=0x8368e5100, planstate=0x8368e58c0, use_parallel_mode=<optimized out>, operation=...
[04:34:25.708] #9  standard_ExecutorRun (queryDesc=0x836930cf8, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[04:34:25.398] #0  0x000000000075e4fa in ExecInterpExpr (state=0x843370300, econtext=0x843370d80, isnull=0x821043ab7) at...
[04:34:25.398] #1  0x0000000000764f90 in ExecEvalExpr (state=0x8433707a0, econtext=0x84337aef8, isNull=0x821043ab7) at ....
[04:34:25.398] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[04:34:25.398] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x843370100, slot=slot@entry=0x84337aef8, isnew=isnew...
[04:34:25.398] #4  0x000000000077ed35 in lookup_hash_entries (aggstate=aggstate@entry=0x8368e58c0) at ../src/backend/exe...
[04:34:25.398] #5  0x000000000077c5d2 in agg_fill_hash_table (aggstate=0x8368e58c0) at ../src/backend/executor/nodeAgg.c...
[04:34:25.398] #6  ExecAgg (pstate=0x8368e58c0) at ../src/backend/executor/nodeAgg.c:2172
[04:34:25.398] #7  0x00000000007673db in ExecProcNode (node=0x8368e58c0) at ../src/include/executor/executor.h:278
[04:34:25.398] #8  ExecutePlan (estate=0x8368e5100, planstate=0x8368e58c0, use_parallel_mode=<optimized out>, operation=...
[04:34:25.398] #9  standard_ExecutorRun (queryDesc=0x836930cf8, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[04:34:32.474] #0  0x000000000075e4fa in ExecInterpExpr (state=0x843420710, econtext=0x843443108, isnull=0x821514797) at...
[04:34:32.474] #1  0x0000000000764f90 in ExecEvalExpr (state=0x843420c00, econtext=0x843425d58, isNull=0x821514797) at ....
[04:34:32.474] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[04:34:32.474] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x84341f100, slot=slot@entry=0x843425d58, isnew=isnew...
[04:34:32.474] #4  0x000000000077ed35 in lookup_hash_entries (aggstate=aggstate@entry=0x8433cf690) at ../src/backend/exe...
[04:34:32.474] #5  0x000000000077c5d2 in agg_fill_hash_table (aggstate=0x8433cf690) at ../src/backend/executor/nodeAgg.c...
[04:34:32.474] #6  ExecAgg (pstate=0x8433cf690) at ../src/backend/executor/nodeAgg.c:2172
[04:34:32.474] #7  0x00000000007a1427 in ExecProcNode (node=0x8433cf690) at ../src/include/executor/executor.h:278
[04:34:32.474] #8  ExecSort (pstate=0x8433cf480) at ../src/backend/executor/nodeSort.c:149
[04:34:32.474] #9  0x00000000007673db in ExecProcNode (node=0x8433cf480) at ../src/include/executor/executor.h:278
core
[04:34:28.942] #0  0x000000000075e4fa in ExecInterpExpr (state=0x838031500, econtext=0x838032160, isnull=0x82191d727) at...
[04:34:28.942] #1  0x0000000000764f90 in ExecEvalExpr (state=0x8380319f0, econtext=0x838047978, isNull=0x82191d727) at ....
[04:34:28.942] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[04:34:28.942] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x838031100, slot=slot@entry=0x838047978, isnew=isnew...
[04:34:28.942] #4  0x000000000077ed35 in lookup_hash_entries (aggstate=aggstate@entry=0x833170380) at ../src/backend/exe...
[04:34:28.942] #5  0x000000000077c5d2 in agg_fill_hash_table (aggstate=0x833170380) at ../src/backend/executor/nodeAgg.c...
[04:34:28.942] #6  ExecAgg (pstate=0x833170380) at ../src/backend/executor/nodeAgg.c:2172
[04:34:28.942] #7  0x00000000007673db in ExecProcNode (node=0x833170380) at ../src/include/executor/executor.h:278
[04:34:28.942] #8  ExecutePlan (estate=0x833170100, planstate=0x833170380, use_parallel_mode=<optimized out>, operation=...
[04:34:28.942] #9  standard_ExecutorRun (queryDesc=0x832fc2500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[04:34:29.258] #0  0x000000000075e4fa in ExecInterpExpr (state=0x83a35d500, econtext=0x83a35e160, isnull=0x8216cca67) at...
[04:34:29.258] #1  0x0000000000764f90 in ExecEvalExpr (state=0x83a35d9f0, econtext=0x83a372f38, isNull=0x8216cca67) at ....
[04:34:29.258] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[04:34:29.258] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83a35d100, slot=slot@entry=0x83a372f38, isnew=isnew...
[04:34:29.258] #4  0x000000000077ed35 in lookup_hash_entries (aggstate=aggstate@entry=0x83a2c2380) at ../src/backend/exe...
[04:34:29.258] #5  0x000000000077c5d2 in agg_fill_hash_table (aggstate=0x83a2c2380) at ../src/backend/executor/nodeAgg.c...
[04:34:29.258] #6  ExecAgg (pstate=0x83a2c2380) at ../src/backend/executor/nodeAgg.c:2172
[04:34:29.258] #7  0x00000000007673db in ExecProcNode (node=0x83a2c2380) at ../src/include/executor/executor.h:278
[04:34:29.258] #8  ExecutePlan (estate=0x83a2c2100, planstate=0x83a2c2380, use_parallel_mode=<optimized out>, operation=...
[04:34:29.258] #9  standard_ExecutorRun (queryDesc=0x836522500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[04:34:28.295] #0  0x000000000075e4fa in ExecInterpExpr (state=0x83d2cef20, econtext=0x83d321098, isnull=0x821139bc7) at...
[04:34:28.295] #1  0x0000000000764f90 in ExecEvalExpr (state=0x83d320a18, econtext=0x83d2c4bb8, isNull=0x821139bc7) at ....
[04:34:28.295] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[04:34:28.295] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83d2cd100, slot=slot@entry=0x83d2c4bb8, isnew=isnew...
[04:34:28.295] #4  0x000000000077ed35 in lookup_hash_entries (aggstate=aggstate@entry=0x83d281558) at ../src/backend/exe...
[04:34:28.295] #5  0x000000000077c5d2 in agg_fill_hash_table (aggstate=0x83d281558) at ../src/backend/executor/nodeAgg.c...
[04:34:28.295] #6  ExecAgg (pstate=0x83d281558) at ../src/backend/executor/nodeAgg.c:2172
[04:34:28.295] #7  0x00000000007a1427 in ExecProcNode (node=0x83d281558) at ../src/include/executor/executor.h:278
[04:34:28.295] #8  ExecSort (pstate=0x83d281348) at ../src/backend/executor/nodeSort.c:149
[04:34:28.295] #9  0x00000000007673db in ExecProcNode (node=0x83d281348) at ../src/include/executor/executor.h:278
core
[04:34:29.565] #0  0x000000000075e4fa in ExecInterpExpr (state=0x835c65500, econtext=0x835c66160, isnull=0x8215a5f87) at...
[04:34:29.565] #1  0x0000000000764f90 in ExecEvalExpr (state=0x835c659f0, econtext=0x835c7adf8, isNull=0x8215a5f87) at ....
[04:34:29.565] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[04:34:29.565] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x835c65100, slot=slot@entry=0x835c7adf8, isnew=isnew...
[04:34:29.565] #4  0x000000000077ed35 in lookup_hash_entries (aggstate=aggstate@entry=0x835bca380) at ../src/backend/exe...
[04:34:29.565] #5  0x000000000077c5d2 in agg_fill_hash_table (aggstate=0x835bca380) at ../src/backend/executor/nodeAgg.c...
[04:34:29.565] #6  ExecAgg (pstate=0x835bca380) at ../src/backend/executor/nodeAgg.c:2172
[04:34:29.565] #7  0x00000000007673db in ExecProcNode (node=0x835bca380) at ../src/include/executor/executor.h:278
[04:34:29.565] #8  ExecutePlan (estate=0x835bca100, planstate=0x835bca380, use_parallel_mode=<optimized out>, operation=...
[04:34:29.565] #9  standard_ExecutorRun (queryDesc=0x833429500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[04:34:29.874] #0  0x000000000075e4fa in ExecInterpExpr (state=0x8367b4568, econtext=0x8367b7818, isnull=0x82123e467) at...
[04:34:29.874] #1  0x0000000000764f90 in ExecEvalExpr (state=0x8367b4f48, econtext=0x83668b718, isNull=0x82123e467) at ....
[04:34:29.874] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[04:34:29.874] #3  LookupTupleHashEntry (hashtable=0x8367b43c8, slot=slot@entry=0x83668b718, isnew=isnew@entry=0x82123e4...
[04:34:29.874] #4  0x00000000007a0af4 in setop_fill_hash_table (setopstate=0x83473c340) at ../src/backend/executor/nodeS...
[04:34:29.874] #5  ExecSetOp (pstate=0x83473c340) at ../src/backend/executor/nodeSetOp.c:216
[04:34:29.874] #6  0x00000000007673db in ExecProcNode (node=0x83473c340) at ../src/include/executor/executor.h:278
[04:34:29.874] #7  ExecutePlan (estate=0x83473c100, planstate=0x83473c340, use_parallel_mode=<optimized out>, operation=...
[04:34:29.874] #8  standard_ExecutorRun (queryDesc=0x8345f8900, direction=ForwardScanDirection, count=0, execute_once=<o...
[04:34:29.874] #9  0x000000000093f739 in PortalRunSelect (portal=portal@entry=0x8346bf100, forward=<optimized out>, coun...
core
[04:34:30.198] #0  0x000000000075e4fa in ExecInterpExpr (state=0x8392aa490, econtext=0x8392ab000, isnull=0x821764bc7) at...
[04:34:30.198] #1  0x0000000000764f90 in ExecEvalExpr (state=0x8392aa980, econtext=0x848bee618, isNull=0x821764bc7) at ....
[04:34:30.198] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[04:34:30.198] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x8392aa100, slot=slot@entry=0x848bee618, isnew=isnew...
[04:34:30.198] #4  0x000000000077ed35 in lookup_hash_entries (aggstate=aggstate@entry=0x839361550) at ../src/backend/exe...
[04:34:30.198] #5  0x000000000077c9ca in agg_retrieve_direct (aggstate=0x839361550) at ../src/backend/executor/nodeAgg.c...
[04:34:30.198] #6  ExecAgg (pstate=0x839361550) at ../src/backend/executor/nodeAgg.c:2179
[04:34:30.198] #7  0x00000000007a1427 in ExecProcNode (node=0x839361550) at ../src/include/executor/executor.h:278
[04:34:30.198] #8  ExecSort (pstate=0x839361340) at ../src/backend/executor/nodeSort.c:149
[04:34:30.198] #9  0x00000000007673db in ExecProcNode (node=0x839361340) at ../src/include/executor/executor.h:278
core
[04:34:30.518] #0  0x000000000075e4fa in ExecInterpExpr (state=0x834e81f20, econtext=0x8425a10d8, isnull=0x82119c767) at...
[04:34:30.518] #1  0x0000000000764f90 in ExecEvalExpr (state=0x8425a0a58, econtext=0x834f408e0, isNull=0x82119c767) at ....
[04:34:30.518] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[04:34:30.518] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x834e80100, slot=slot@entry=0x834f408e0, isnew=isnew...
[04:34:30.518] #4  0x000000000077ed35 in lookup_hash_entries (aggstate=aggstate@entry=0x834f3f348) at ../src/backend/exe...
[04:34:30.518] #5  0x000000000077c5d2 in agg_fill_hash_table (aggstate=0x834f3f348) at ../src/backend/executor/nodeAgg.c...
[04:34:30.518] #6  ExecAgg (pstate=0x834f3f348) at ../src/backend/executor/nodeAgg.c:2172
[04:34:30.518] #7  0x00000000007673db in ExecProcNode (node=0x834f3f348) at ../src/include/executor/executor.h:278
[04:34:30.518] #8  ExecutePlan (estate=0x834f3f100, planstate=0x834f3f348, use_parallel_mode=<optimized out>, operation=...
[04:34:30.518] #9  standard_ExecutorRun (queryDesc=0x834ee7900, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[04:34:30.857] #0  0x000000000075e4fa in ExecInterpExpr (state=0x844347f20, econtext=0x844408e98, isnull=0x8214d6d47) at...
[04:34:30.857] #1  0x0000000000764f90 in ExecEvalExpr (state=0x844408818, econtext=0x8443510c0, isNull=0x8214d6d47) at ....
[04:34:30.857] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[04:34:30.857] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x844346100, slot=slot@entry=0x8443510c0, isnew=isnew...
[04:34:30.857] #4  0x000000000077ed35 in lookup_hash_entries (aggstate=aggstate@entry=0x84431d558) at ../src/backend/exe...
[04:34:30.857] #5  0x000000000077c5d2 in agg_fill_hash_table (aggstate=0x84431d558) at ../src/backend/executor/nodeAgg.c...
[04:34:30.857] #6  ExecAgg (pstate=0x84431d558) at ../src/backend/executor/nodeAgg.c:2172
[04:34:30.857] #7  0x00000000007a1427 in ExecProcNode (node=0x84431d558) at ../src/include/executor/executor.h:278
[04:34:30.857] #8  ExecSort (pstate=0x84431d348) at ../src/backend/executor/nodeSort.c:149
[04:34:30.857] #9  0x00000000007673db in ExecProcNode (node=0x84431d348) at ../src/include/executor/executor.h:278
core
[04:34:27.932] #0  0x000000000075e4fa in ExecInterpExpr (state=0x842cbf710, econtext=0x842cc0190, isnull=0x8210436f7) at...
[04:34:27.932] #1  0x0000000000764f90 in ExecEvalExpr (state=0x842cbfbb0, econtext=0x842d594b0, isNull=0x8210436f7) at ....
[04:34:27.932] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[04:34:27.932] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x842cbf100, slot=slot@entry=0x842d594b0, isnew=isnew...
[04:34:27.932] #4  0x000000000077ed35 in lookup_hash_entries (aggstate=aggstate@entry=0x842cac418) at ../src/backend/exe...
[04:34:27.932] #5  0x000000000077c5d2 in agg_fill_hash_table (aggstate=0x842cac418) at ../src/backend/executor/nodeAgg.c...
[04:34:27.932] #6  ExecAgg (pstate=0x842cac418) at ../src/backend/executor/nodeAgg.c:2172
[04:34:27.932] #7  0x0000000000780f0b in ExecProcNode (node=0x842cac418) at ../src/include/executor/executor.h:278
[04:34:27.932] #8  ExecAppend (pstate=0x842cabc48) at ../src/backend/executor/nodeAppend.c:351
[04:34:27.932] #9  0x000000000077eb8d in ExecProcNode (node=0x842cabc48) at ../src/include/executor/executor.h:278
core
[04:34:27.614] #0  0x000000000075e4fa in ExecInterpExpr (state=0x8443d0500, econtext=0x8443d1a60, isnull=0x8210436a7) at...
[04:34:27.614] #1  0x0000000000764f90 in ExecEvalExpr (state=0x8443d09f0, econtext=0x8470f0b10, isNull=0x8210436a7) at ....
[04:34:27.614] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[04:34:27.614] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x8443d0100, slot=slot@entry=0x8470f0b10, isnew=isnew...
[04:34:27.614] #4  0x000000000077ed35 in lookup_hash_entries (aggstate=aggstate@entry=0x844403eb8) at ../src/backend/exe...
[04:34:27.614] #5  0x000000000077c5d2 in agg_fill_hash_table (aggstate=0x844403eb8) at ../src/backend/executor/nodeAgg.c...
[04:34:27.614] #6  ExecAgg (pstate=0x844403eb8) at ../src/backend/executor/nodeAgg.c:2172
[04:34:27.614] #7  0x0000000000787388 in ExecProcNode (node=0x844403eb8) at ../src/include/executor/executor.h:278
[04:34:27.614] #8  MultiExecPrivateHash (node=0x844403d18) at ../src/backend/executor/nodeHash.c:165
[04:34:27.614] #9  MultiExecHash (node=0x844403d18) at ../src/backend/executor/nodeHash.c:114
core
[04:34:27.286] #0  0x000000000075e4fa in ExecInterpExpr (state=0x84414c768, econtext=0x8441504a8, isnull=0x8210438e7) at...
[04:34:27.286] #1  0x0000000000764f90 in ExecEvalExpr (state=0x84414fe28, econtext=0x844124bd8, isNull=0x8210438e7) at ....
[04:34:27.286] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[04:34:27.286] #3  LookupTupleHashEntry (hashtable=0x84414c5c8, slot=slot@entry=0x844124bd8, isnew=isnew@entry=0x8210439...
[04:34:27.286] #4  0x00000000007a0af4 in setop_fill_hash_table (setopstate=0x8440c45f0) at ../src/backend/executor/nodeS...
[04:34:27.286] #5  ExecSetOp (pstate=0x8440c45f0) at ../src/backend/executor/nodeSetOp.c:216
[04:34:27.286] #6  0x00000000007673db in ExecProcNode (node=0x8440c45f0) at ../src/include/executor/executor.h:278
[04:34:27.286] #7  ExecutePlan (estate=0x8440c4100, planstate=0x8440c45f0, use_parallel_mode=<optimized out>, operation=...
[04:34:27.286] #8  standard_ExecutorRun (queryDesc=0x83690b500, direction=ForwardScanDirection, count=0, execute_once=<o...
[04:34:27.286] #9  0x000000000093f739 in PortalRunSelect (portal=portal@entry=0x836836100, forward=<optimized out>, coun...
core
[04:34:31.200] #0  0x000000000075e4fa in ExecInterpExpr (state=0x838734400, econtext=0x838734f70, isnull=0x8213af5b7) at...
[04:34:31.200] #1  0x0000000000764f90 in ExecEvalExpr (state=0x8387348f0, econtext=0x838729df0, isNull=0x8213af5b7) at ....
[04:34:31.200] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[04:34:31.200] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x838734100, slot=slot@entry=0x838729df0, isnew=isnew...
[04:34:31.200] #4  0x000000000077ed35 in lookup_hash_entries (aggstate=aggstate@entry=0x83873af28) at ../src/backend/exe...
[04:34:31.200] #5  0x000000000077c5d2 in agg_fill_hash_table (aggstate=0x83873af28) at ../src/backend/executor/nodeAgg.c...
[04:34:31.200] #6  ExecAgg (pstate=0x83873af28) at ../src/backend/executor/nodeAgg.c:2172
[04:34:31.200] #7  0x000000000077eb8d in ExecProcNode (node=0x83873af28) at ../src/include/executor/executor.h:278
[04:34:31.200] #8  fetch_input_tuple (aggstate=aggstate@entry=0x83873a8c0) at ../src/backend/executor/nodeAgg.c:561
[04:34:31.200] #9  0x000000000077c5aa in agg_fill_hash_table (aggstate=0x83873a8c0) at ../src/backend/executor/nodeAgg.c...
core
[04:34:31.531] #0  0x000000000075e4fa in ExecInterpExpr (state=0x845266f20, econtext=0x84526e318, isnull=0x821b98407) at...
[04:34:31.531] #1  0x0000000000764f90 in ExecEvalExpr (state=0x84526dc98, econtext=0x845267b98, isNull=0x821b98407) at ....
[04:34:31.531] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[04:34:31.531] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x845265100, slot=slot@entry=0x845267b98, isnew=isnew...
[04:34:31.531] #4  0x000000000077ed35 in lookup_hash_entries (aggstate=aggstate@entry=0x84516c350) at ../src/backend/exe...
[04:34:31.531] #5  0x000000000077c5d2 in agg_fill_hash_table (aggstate=0x84516c350) at ../src/backend/executor/nodeAgg.c...
[04:34:31.531] #6  ExecAgg (pstate=0x84516c350) at ../src/backend/executor/nodeAgg.c:2172
[04:34:31.531] #7  0x00000000007673db in ExecProcNode (node=0x84516c350) at ../src/include/executor/executor.h:278
[04:34:31.531] #8  ExecutePlan (estate=0x84516c100, planstate=0x84516c350, use_parallel_mode=<optimized out>, operation=...
[04:34:31.531] #9  standard_ExecutorRun (queryDesc=0x845264220, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[04:34:31.849] #0  0x000000000075e4fa in ExecInterpExpr (state=0x8431f0710, econtext=0x8431f2108, isnull=0x82174d7e7) at...
[04:34:31.849] #1  0x0000000000764f90 in ExecEvalExpr (state=0x8431f0c00, econtext=0x8432630c0, isNull=0x82174d7e7) at ....
[04:34:31.849] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[04:34:31.849] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x8431ef100, slot=slot@entry=0x8432630c0, isnew=isnew...
[04:34:31.849] #4  0x000000000077ed35 in lookup_hash_entries (aggstate=aggstate@entry=0x8432cb2d0) at ../src/backend/exe...
[04:34:31.849] #5  0x000000000077c5d2 in agg_fill_hash_table (aggstate=0x8432cb2d0) at ../src/backend/executor/nodeAgg.c...
[04:34:31.849] #6  ExecAgg (pstate=0x8432cb2d0) at ../src/backend/executor/nodeAgg.c:2172
[04:34:31.849] #7  0x00000000007a1427 in ExecProcNode (node=0x8432cb2d0) at ../src/include/executor/executor.h:278
[04:34:31.849] #8  ExecSort (pstate=0x8432cb0c0) at ../src/backend/executor/nodeSort.c:149
[04:34:31.849] #9  0x00000000007673db in ExecProcNode (node=0x8432cb0c0) at ../src/include/executor/executor.h:278
core
[04:34:32.161] #0  0x000000000075e4fa in ExecInterpExpr (state=0x83a7c3710, econtext=0x83a7e6108, isnull=0x821ae6e27) at...
[04:34:32.161] #1  0x0000000000764f90 in ExecEvalExpr (state=0x83a7c3c00, econtext=0x83a7c94d8, isNull=0x821ae6e27) at ....
[04:34:32.161] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[04:34:32.161] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83a7c2100, slot=slot@entry=0x83a7c94d8, isnew=isnew...
[04:34:32.161] #4  0x000000000077ed35 in lookup_hash_entries (aggstate=aggstate@entry=0x83a773090) at ../src/backend/exe...
[04:34:32.161] #5  0x000000000077c5d2 in agg_fill_hash_table (aggstate=0x83a773090) at ../src/backend/executor/nodeAgg.c...
[04:34:32.161] #6  ExecAgg (pstate=0x83a773090) at ../src/backend/executor/nodeAgg.c:2172
[04:34:32.161] #7  0x00000000007a1427 in ExecProcNode (node=0x83a773090) at ../src/include/executor/executor.h:278
[04:34:32.161] #8  ExecSort (pstate=0x83a772e80) at ../src/backend/executor/nodeSort.c:149
[04:34:32.161] #9  0x00000000007673db in ExecProcNode (node=0x83a772e80) at ../src/include/executor/executor.h:278
core
[04:34:28.621] #0  0x000000000075e4fa in ExecInterpExpr (state=0x83cb65020, econtext=0x83f181fd8, isnull=0x821139cb7) at...
[04:34:28.621] #1  0x0000000000764f90 in ExecEvalExpr (state=0x83cb66240, econtext=0x83cb72768, isNull=0x821139cb7) at ....
[04:34:28.621] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[04:34:28.621] #3  LookupTupleHashEntry (hashtable=0x83cb64e80, slot=slot@entry=0x83cb72768, isnew=isnew@entry=0x821139d...
[04:34:28.621] #4  0x00000000007a0af4 in setop_fill_hash_table (setopstate=0x83ca34380) at ../src/backend/executor/nodeS...
[04:34:28.621] #5  ExecSetOp (pstate=0x83ca34380) at ../src/backend/executor/nodeSetOp.c:216
[04:34:28.621] #6  0x00000000007673db in ExecProcNode (node=0x83ca34380) at ../src/include/executor/executor.h:278
[04:34:28.621] #7  ExecutePlan (estate=0x83ca34100, planstate=0x83ca34380, use_parallel_mode=<optimized out>, operation=...
[04:34:28.621] #8  standard_ExecutorRun (queryDesc=0x836a2f100, direction=ForwardScanDirection, count=count@entry=0, exe...
[04:34:28.621] #9  0x0000000839ff6ac1 in pgss_ExecutorRun (queryDesc=0x836a2f100, direction=ForwardScanDirection, count=...
core
[04:34:26.978] #0  0x000000000075e4fa in ExecInterpExpr (state=0x843f34720, econtext=0x843f37360, isnull=0x8210438e7) at...
[04:34:26.978] #1  0x0000000000764f90 in ExecEvalExpr (state=0x843f36080, econtext=0x843e34f38, isNull=0x8210438e7) at ....
[04:34:26.978] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[04:34:26.978] #3  LookupTupleHashEntry (hashtable=0x843f34550, slot=slot@entry=0x843e34f38, isnew=isnew@entry=0x8210439...
[04:34:26.978] #4  0x00000000007a0af4 in setop_fill_hash_table (setopstate=0x836818a68) at ../src/backend/executor/nodeS...
[04:34:26.978] #5  ExecSetOp (pstate=0x836818a68) at ../src/backend/executor/nodeSetOp.c:216
[04:34:26.978] #6  0x00000000007673db in ExecProcNode (node=0x836818a68) at ../src/include/executor/executor.h:278
[04:34:26.978] #7  ExecutePlan (estate=0x83691b100, planstate=0x836818a68, use_parallel_mode=<optimized out>, operation=...
[04:34:26.978] #8  standard_ExecutorRun (queryDesc=0x836809500, direction=ForwardScanDirection, count=0, execute_once=<o...
[04:34:26.978] #9  0x000000000093f739 in PortalRunSelect (portal=portal@entry=0x836836100, forward=<optimized out>, coun...
core
[04:34:32.779] #0  0x000000000075e4fa in ExecInterpExpr (state=0x8375f0710, econtext=0x837613108, isnull=0x82108c727) at...
[04:34:32.779] #1  0x0000000000764f90 in ExecEvalExpr (state=0x8375f0c00, econtext=0x8375f6898, isNull=0x82108c727) at ....
[04:34:32.779] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[04:34:32.779] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x8375ef100, slot=slot@entry=0x8375f6898, isnew=isnew...
[04:34:32.779] #4  0x000000000077ed35 in lookup_hash_entries (aggstate=aggstate@entry=0x83759ff10) at ../src/backend/exe...
[04:34:32.779] #5  0x000000000077c5d2 in agg_fill_hash_table (aggstate=0x83759ff10) at ../src/backend/executor/nodeAgg.c...
[04:34:32.779] #6  ExecAgg (pstate=0x83759ff10) at ../src/backend/executor/nodeAgg.c:2172
[04:34:32.779] #7  0x00000000007a1427 in ExecProcNode (node=0x83759ff10) at ../src/include/executor/executor.h:278
[04:34:32.779] #8  ExecSort (pstate=0x83759fd00) at ../src/backend/executor/nodeSort.c:149
[04:34:32.779] #9  0x00000000007673db in ExecProcNode (node=0x83759fd00) at ../src/include/executor/executor.h:278
core
[04:34:33.079] #0  0x000000000075e4fa in ExecInterpExpr (state=0x83a964500, econtext=0x83a965160, isnull=0x821ad0e57) at...
[04:34:33.079] #1  0x0000000000764f90 in ExecEvalExpr (state=0x83a9649f0, econtext=0x83a979bb8, isNull=0x821ad0e57) at ....
[04:34:33.079] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[04:34:33.079] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83a964100, slot=slot@entry=0x83a979bb8, isnew=isnew...
[04:34:33.079] #4  0x000000000077ed35 in lookup_hash_entries (aggstate=aggstate@entry=0x83a8a6380) at ../src/backend/exe...
[04:34:33.079] #5  0x000000000077c5d2 in agg_fill_hash_table (aggstate=0x83a8a6380) at ../src/backend/executor/nodeAgg.c...
[04:34:33.079] #6  ExecAgg (pstate=0x83a8a6380) at ../src/backend/executor/nodeAgg.c:2172
[04:34:33.079] #7  0x00000000007673db in ExecProcNode (node=0x83a8a6380) at ../src/include/executor/executor.h:278
[04:34:33.079] #8  ExecutePlan (estate=0x83a8a6100, planstate=0x83a8a6380, use_parallel_mode=<optimized out>, operation=...
[04:34:33.079] #9  standard_ExecutorRun (queryDesc=0x836f6e500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[04:34:33.382] #0  0x000000000075e4fa in ExecInterpExpr (state=0x8444b31d8, econtext=0x8444b3e38, isnull=0x820cff2d7) at...
[04:34:33.382] #1  0x0000000000764f90 in ExecEvalExpr (state=0x8444b36c8, econtext=0x838715628, isNull=0x820cff2d7) at ....
[04:34:33.382] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[04:34:33.382] #3  LookupTupleHashEntry (hashtable=0x8444b2618, slot=slot@entry=0x838715628, isnew=isnew@entry=0x820cff3...
[04:34:33.382] #4  0x000000000079f729 in ExecRecursiveUnion (pstate=0x83687a550) at ../src/backend/executor/nodeRecursiv...
[04:34:33.382] #5  0x0000000000783d8c in ExecProcNode (node=0x83687a550) at ../src/include/executor/executor.h:278
[04:34:33.382] #6  CteScanNext (node=0x8444b3f18) at ../src/backend/executor/nodeCtescan.c:103
[04:34:33.382] #7  0x0000000000771bc3 in ExecScan (node=0x8444b3f18, accessMtd=0x783c90 <CteScanNext>, recheckMtd=0x783e...
[04:34:33.382] #8  0x00000000007673db in ExecProcNode (node=0x8444b3f18) at ../src/include/executor/executor.h:278
[04:34:33.382] #9  ExecutePlan (estate=0x83687a100, planstate=0x8444b3f18, use_parallel_mode=<optimized out>, operation=...
core
[04:34:33.694] #0  0x000000000075e4fa in ExecInterpExpr (state=0x84372af20, econtext=0x8437319c8, isnull=0x820dc64a7) at...
[04:34:33.694] #1  0x0000000000764f90 in ExecEvalExpr (state=0x843731258, econtext=0x84372c778, isNull=0x820dc64a7) at ....
[04:34:33.694] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[04:34:33.694] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x843729100, slot=slot@entry=0x84372c778, isnew=isnew...
[04:34:33.694] #4  0x000000000077ed35 in lookup_hash_entries (aggstate=aggstate@entry=0x84371d350) at ../src/backend/exe...
[04:34:33.694] #5  0x000000000077c5d2 in agg_fill_hash_table (aggstate=0x84371d350) at ../src/backend/executor/nodeAgg.c...
[04:34:33.694] #6  ExecAgg (pstate=0x84371d350) at ../src/backend/executor/nodeAgg.c:2172
[04:34:33.694] #7  0x00000000007673db in ExecProcNode (node=0x84371d350) at ../src/include/executor/executor.h:278
[04:34:33.694] #8  ExecutePlan (estate=0x84371d100, planstate=0x84371d350, use_parallel_mode=<optimized out>, operation=...
[04:34:33.694] #9  standard_ExecutorRun (queryDesc=0x8359dcd00, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[04:34:33.997] #0  0x000000000075e4fa in ExecInterpExpr (state=0x838d74500, econtext=0x838d75160, isnull=0x820d57757) at...
[04:34:33.997] #1  0x0000000000764f90 in ExecEvalExpr (state=0x838d749f0, econtext=0x838d89c78, isNull=0x820d57757) at ....
[04:34:33.997] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[04:34:33.997] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x838d74100, slot=slot@entry=0x838d89c78, isnew=isnew...
[04:34:33.997] #4  0x000000000077ed35 in lookup_hash_entries (aggstate=aggstate@entry=0x838c87380) at ../src/backend/exe...
[04:34:33.997] #5  0x000000000077c5d2 in agg_fill_hash_table (aggstate=0x838c87380) at ../src/backend/executor/nodeAgg.c...
[04:34:33.997] #6  ExecAgg (pstate=0x838c87380) at ../src/backend/executor/nodeAgg.c:2172
[04:34:33.997] #7  0x00000000007673db in ExecProcNode (node=0x838c87380) at ../src/include/executor/executor.h:278
[04:34:33.997] #8  ExecutePlan (estate=0x838c87100, planstate=0x838c87380, use_parallel_mode=<optimized out>, operation=...
[04:34:33.997] #9  standard_ExecutorRun (queryDesc=0x834ab0500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[04:34:34.305] #0  0x000000000075e4fa in ExecInterpExpr (state=0x83a59f500, econtext=0x83a5a0160, isnull=0x8210e8f67) at...
[04:34:34.305] #1  0x0000000000764f90 in ExecEvalExpr (state=0x83a59f9f0, econtext=0x83a5b4cf8, isNull=0x8210e8f67) at ....
[04:34:34.305] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[04:34:34.305] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83a59f100, slot=slot@entry=0x83a5b4cf8, isnew=isnew...
[04:34:34.305] #4  0x000000000077ed35 in lookup_hash_entries (aggstate=aggstate@entry=0x83a4b2380) at ../src/backend/exe...
[04:34:34.305] #5  0x000000000077c5d2 in agg_fill_hash_table (aggstate=0x83a4b2380) at ../src/backend/executor/nodeAgg.c...
[04:34:34.305] #6  ExecAgg (pstate=0x83a4b2380) at ../src/backend/executor/nodeAgg.c:2172
[04:34:34.305] #7  0x00000000007673db in ExecProcNode (node=0x83a4b2380) at ../src/include/executor/executor.h:278
[04:34:34.305] #8  ExecutePlan (estate=0x83a4b2100, planstate=0x83a4b2380, use_parallel_mode=<optimized out>, operation=...
[04:34:34.305] #9  standard_ExecutorRun (queryDesc=0x8383e1500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[04:34:25.092] #0  0x000000000075e4fa in ExecInterpExpr (state=0x843131300, econtext=0x843131d80, isnull=0x821043ab7) at...
[04:34:25.092] #1  0x0000000000764f90 in ExecEvalExpr (state=0x8431317a0, econtext=0x84313bef8, isNull=0x821043ab7) at ....
[04:34:25.092] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[04:34:25.092] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x843131100, slot=slot@entry=0x84313bef8, isnew=isnew...
[04:34:25.092] #4  0x000000000077ed35 in lookup_hash_entries (aggstate=aggstate@entry=0x8368e58c0) at ../src/backend/exe...
[04:34:25.092] #5  0x000000000077c5d2 in agg_fill_hash_table (aggstate=0x8368e58c0) at ../src/backend/executor/nodeAgg.c...
[04:34:25.092] #6  ExecAgg (pstate=0x8368e58c0) at ../src/backend/executor/nodeAgg.c:2172
[04:34:25.092] #7  0x00000000007673db in ExecProcNode (node=0x8368e58c0) at ../src/include/executor/executor.h:278
[04:34:25.092] #8  ExecutePlan (estate=0x8368e5100, planstate=0x8368e58c0, use_parallel_mode=<optimized out>, operation=...
[04:34:25.092] #9  standard_ExecutorRun (queryDesc=0x836930cf8, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[04:34:24.777] #0  0x000000000075e4fa in ExecInterpExpr (state=0x843c1e300, econtext=0x843c1ed80, isnull=0x821043407) at...
[04:34:24.777] #1  0x0000000000764f90 in ExecEvalExpr (state=0x843c1e7a0, econtext=0x843bdd010, isNull=0x821043407) at ....
[04:34:24.777] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[04:34:24.777] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x843c1e100, slot=slot@entry=0x843bdd010, isnew=isnew...
[04:34:24.777] #4  0x000000000077ed35 in lookup_hash_entries (aggstate=aggstate@entry=0x843c06bd8) at ../src/backend/exe...
[04:34:24.777] #5  0x000000000077c5d2 in agg_fill_hash_table (aggstate=0x843c06bd8) at ../src/backend/executor/nodeAgg.c...
[04:34:24.777] #6  ExecAgg (pstate=0x843c06bd8) at ../src/backend/executor/nodeAgg.c:2172
[04:34:24.777] #7  0x00000000007859b6 in ExecProcNode (node=0x843c06bd8) at ../src/include/executor/executor.h:278
[04:34:24.777] #8  gather_getnext (gatherstate=0x843c06a38) at ../src/backend/executor/nodeGather.c:294
[04:34:24.777] #9  ExecGather (pstate=0x843c06a38) at ../src/backend/executor/nodeGather.c:229
core
[04:34:24.442] #0  0x000000000075e4fa in ExecInterpExpr (state=0x8435de400, econtext=0x8435def70, isnull=0x8210437f7) at...
[04:34:24.442] #1  0x0000000000764f90 in ExecEvalExpr (state=0x8435de8f0, econtext=0x8436e7018, isNull=0x8210437f7) at ....
[04:34:24.442] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[04:34:24.442] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x8435de100, slot=slot@entry=0x8436e7018, isnew=isnew...
[04:34:24.442] #4  0x000000000077ed35 in lookup_hash_entries (aggstate=aggstate@entry=0x836914570) at ../src/backend/exe...
[04:34:24.442] #5  0x000000000077c5d2 in agg_fill_hash_table (aggstate=0x836914570) at ../src/backend/executor/nodeAgg.c...
[04:34:24.442] #6  ExecAgg (pstate=0x836914570) at ../src/backend/executor/nodeAgg.c:2172
[04:34:24.442] #7  0x00000000007a1427 in ExecProcNode (node=0x836914570) at ../src/include/executor/executor.h:278
[04:34:24.442] #8  ExecSort (pstate=0x836914360) at ../src/backend/executor/nodeSort.c:149
[04:34:24.442] #9  0x00000000007673db in ExecProcNode (node=0x836914360) at ../src/include/executor/executor.h:278
core
[04:34:24.120] #0  0x000000000075e4fa in ExecInterpExpr (state=0x84350a610, econtext=0x84350b180, isnull=0x8210437f7) at...
[04:34:24.120] #1  0x0000000000764f90 in ExecEvalExpr (state=0x84350ab00, econtext=0x843638380, isNull=0x8210437f7) at ....
[04:34:24.120] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[04:34:24.120] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x84350a100, slot=slot@entry=0x843638380, isnew=isnew...
[04:34:24.120] #4  0x000000000077ed35 in lookup_hash_entries (aggstate=aggstate@entry=0x843687570) at ../src/backend/exe...
[04:34:24.120] #5  0x000000000077c9ca in agg_retrieve_direct (aggstate=0x843687570) at ../src/backend/executor/nodeAgg.c...
[04:34:24.120] #6  ExecAgg (pstate=0x843687570) at ../src/backend/executor/nodeAgg.c:2179
[04:34:24.120] #7  0x00000000007a1427 in ExecProcNode (node=0x843687570) at ../src/include/executor/executor.h:278
[04:34:24.120] #8  ExecSort (pstate=0x843687360) at ../src/backend/executor/nodeSort.c:149
[04:34:24.120] #9  0x00000000007673db in ExecProcNode (node=0x843687360) at ../src/include/executor/executor.h:278
core
[04:34:23.790] #0  0x000000000075e4fa in ExecInterpExpr (state=0x836806500, econtext=0x836807070, isnull=0x821043637) at...
[04:34:23.790] #1  0x0000000000764f90 in ExecEvalExpr (state=0x8368069f0, econtext=0x842ca4e20, isNull=0x821043637) at ....
[04:34:23.790] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[04:34:23.790] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x836806100, slot=slot@entry=0x842ca4e20, isnew=isnew...
[04:34:23.790] #4  0x000000000077ed35 in lookup_hash_entries (aggstate=aggstate@entry=0x83680c148) at ../src/backend/exe...
[04:34:23.790] #5  0x000000000077c5d2 in agg_fill_hash_table (aggstate=0x83680c148) at ../src/backend/executor/nodeAgg.c...
[04:34:23.790] #6  ExecAgg (pstate=0x83680c148) at ../src/backend/executor/nodeAgg.c:2172
[04:34:23.790] #7  0x0000000000771bc3 in ExecScan (node=0x83680c038, accessMtd=0x7a39c0 <SubqueryNext>, recheckMtd=0x7a3...
[04:34:23.790] #8  0x0000000000787388 in ExecProcNode (node=0x83680c038) at ../src/include/executor/executor.h:278
[04:34:23.790] #9  MultiExecPrivateHash (node=0x842cc3da0) at ../src/backend/executor/nodeHash.c:165
core
[04:34:23.449] #0  0x000000000075e4fa in ExecInterpExpr (state=0x842ecb490, econtext=0x842ecc000, isnull=0x821043767) at...
[04:34:23.449] #1  0x0000000000764f90 in ExecEvalExpr (state=0x842ecb980, econtext=0x842d8e258, isNull=0x821043767) at ....
[04:34:23.449] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[04:34:23.449] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x842ecb100, slot=slot@entry=0x842d8e258, isnew=isnew...
[04:34:23.449] #4  0x000000000077ed35 in lookup_hash_entries (aggstate=aggstate@entry=0x842d827b0) at ../src/backend/exe...
[04:34:23.449] #5  0x000000000077c5d2 in agg_fill_hash_table (aggstate=0x842d827b0) at ../src/backend/executor/nodeAgg.c...
[04:34:23.449] #6  ExecAgg (pstate=0x842d827b0) at ../src/backend/executor/nodeAgg.c:2172
[04:34:23.449] #7  0x000000000079ea4b in ExecProcNode (node=0x842d827b0) at ../src/include/executor/executor.h:278
[04:34:23.449] #8  ExecNestLoop (pstate=0x842d825c0) at ../src/backend/executor/nodeNestloop.c:108
[04:34:23.449] #9  0x00000000007a1427 in ExecProcNode (node=0x842d825c0) at ../src/include/executor/executor.h:278
core
[04:34:23.122] #0  0x000000000075e4fa in ExecInterpExpr (state=0x83aa7b500, econtext=0x83aa7c160, isnull=0x820c44567) at...
[04:34:23.122] #1  0x0000000000764f90 in ExecEvalExpr (state=0x83aa7b9f0, econtext=0x83aa91678, isNull=0x820c44567) at ....
[04:34:23.122] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[04:34:23.122] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83aa7b100, slot=slot@entry=0x83aa91678, isnew=isnew...
[04:34:23.122] #4  0x000000000077ed35 in lookup_hash_entries (aggstate=aggstate@entry=0x83a98e380) at ../src/backend/exe...
[04:34:23.122] #5  0x000000000077c5d2 in agg_fill_hash_table (aggstate=0x83a98e380) at ../src/backend/executor/nodeAgg.c...
[04:34:23.122] #6  ExecAgg (pstate=0x83a98e380) at ../src/backend/executor/nodeAgg.c:2172
[04:34:23.122] #7  0x00000000007673db in ExecProcNode (node=0x83a98e380) at ../src/include/executor/executor.h:278
[04:34:23.122] #8  ExecutePlan (estate=0x83a98e100, planstate=0x83a98e380, use_parallel_mode=<optimized out>, operation=...
[04:34:23.122] #9  standard_ExecutorRun (queryDesc=0x83603b500, direction=ForwardScanDirection, count=0, execute_once=<o...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/matview-write-skew.out /tmp/cirrus-ci-build/build/testrun/isol...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/matview-write-skew.out	2024-10-29 04:28:55.665786000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/isolation/isolation/results/matview-write-skew.out	2024-10-29 04:31:27.450519000 ...
@@ -1,121 +1,6 @@
 Parsed test spec with 2 sessions
 
 starting permutation: s1_begin s2_begin s1_refresh s2_read s2_insert s1_commit s2_commit
-step s1_begin: BEGIN ISOLATION LEVEL SERIALIZABLE;
-step s2_begin: BEGIN ISOLATION LEVEL SERIALIZABLE;
-step s1_refresh: REFRESH MATERIALIZED VIEW CONCURRENTLY order_summary;
-step s2_read: SELECT max(date) FROM order_summary;
-       max
-----------
-04-01-2022
-(1 row)
-
-step s2_insert: INSERT INTO orders VALUES ('2022-04-02', 'orange', 15);
-step s1_commit: COMMIT;
-step s2_commit: COMMIT;
-ERROR:  could not serialize access due to read/write dependencies among transactions
...
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pageinspect/expected/brin.out /tmp/cirrus-ci-build/build/testrun/pageinspect/regre...
--- /tmp/cirrus-ci-build/contrib/pageinspect/expected/brin.out	2024-10-29 04:28:54.302938000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pageinspect/regress/results/brin.out	2024-10-29 04:31:20.952947000 +0000
@@ -161,50 +161,7 @@
 SELECT * FROM brin_page_items(get_raw_page('brin_test_parallel_idx', 2), 'brin_test_parallel_idx')
 EXCEPT
 SELECT * FROM brin_page_items(get_raw_page('brin_test_serial_idx', 2), 'brin_test_serial_idx');
- itemoffset | blknum | attnum | allnulls | hasnulls | placeholder | empty | value 
-------------+--------+--------+----------+----------+-------------+-------+-------
-(0 rows)
-
-SELECT * FROM brin_page_items(get_raw_page('brin_test_serial_idx', 2), 'brin_test_serial_idx')
-EXCEPT
-SELECT * FROM brin_page_items(get_raw_page('brin_test_parallel_idx', 2), 'brin_test_parallel_idx');
- itemoffset | blknum | attnum | allnulls | hasnulls | placeholder | empty | value 
-------------+--------+--------+----------+----------+-------------+-------+-------
-(0 rows)
-
-DROP INDEX brin_test_parallel_idx;
--- force parallel build, but don't allow starting parallel workers to force
...
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/select.out /tmp/cirrus-ci-build/build/testrun/pg_stat_...
--- /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/select.out	2024-10-29 04:28:54.313443000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_stat_statements/regress/results/select.out	2024-10-29 04:31:21.643393000 +0000
@@ -320,96 +320,7 @@
 FROM (VALUES (1, 2, 3), (4, NULL, 6), (7, 8, 9)) AS t (a, b, c)
 GROUP BY ROLLUP(a, b), rollup(a, c)
 ORDER BY a, b, c;
- a | b | c 
----+---+---
- 1 | 2 | 3
- 1 | 2 |  
- 1 | 2 |  
- 1 |   | 3
- 1 |   | 3
- 1 |   |  
- 1 |   |  
- 1 |   |  
- 4 |   | 6
- 4 |   | 6
- 4 |   | 6
...
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_trgm/expected/pg_trgm.out /tmp/cirrus-ci-build/build/testrun/pg_trgm/regress/re...
--- /tmp/cirrus-ci-build/contrib/pg_trgm/expected/pg_trgm.out	2024-10-29 04:28:54.320706000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_trgm/regress/results/pg_trgm.out	2024-10-29 04:31:23.106542000 +0000
@@ -5384,21 +5384,7 @@
 
 SELECT DISTINCT city, similarity(city, 'Warsaw'), show_limit()
   FROM restaurants WHERE city % 'Warsaw';
-  city  | similarity | show_limit 
---------+------------+------------
- Warsaw |          1 |        0.3
-(1 row)
-
-SELECT set_limit(0.5);
- set_limit 
------------
-       0.5
-(1 row)
-
-SELECT DISTINCT city, similarity(city, 'Warsaw'), show_limit()
-  FROM restaurants WHERE city % 'Warsaw';
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/type_sanity.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/00...
--- /tmp/cirrus-ci-build/src/test/regress/expected/type_sanity.out	2024-10-29 04:28:55.854731000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/type_sanity.out	2024-10-29 04:30:29.788631...
@@ -172,573 +172,7 @@
 FROM pg_type AS t1
 WHERE t1.typtype not in ('b', 'p')
 ORDER BY 1;
- typtype |   typinput    
----------+---------------
- c       | record_in
- d       | domain_in
- e       | enum_in
- m       | multirange_in
- r       | range_in
-(5 rows)
-
--- Check for bogus typoutput routines
--- As of 8.0, this check finds refcursor, which is borrowing
--- other types' I/O routines
-SELECT t1.oid, t1.typname, p1.oid, p1.proname
...
regress
diff -U3 /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out /tmp/cirrus-ci-build/build/testrun/postgres...
--- /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out	2024-10-29 04:28:54.346799000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/postgres_fdw/regress/results/postgres_fdw.out	2024-10-29 04:31:24.563149000 +0000
@@ -2329,10019 +2329,7 @@
 (20 rows)
 
 SELECT t1c1, avg(t1c1 + t2c1) FROM (SELECT t1.c1, t2.c1 FROM ft1 t1 JOIN ft2 t2 ON (t1.c1 = t2.c1) UNION SELECT t1.c1, ...
- t1c1 |         avg          
-------+----------------------
-  101 | 202.0000000000000000
-  102 | 204.0000000000000000
-  103 | 206.0000000000000000
-  104 | 208.0000000000000000
-  105 | 210.0000000000000000
-  106 | 212.0000000000000000
-  107 | 214.0000000000000000
-  108 | 216.0000000000000000
-  109 | 218.0000000000000000
-  110 | 220.0000000000000000
-(10 rows)
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/type_sanity.out /tmp/cirrus-ci-build/build/testrun/recovery/027_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/type_sanity.out	2024-10-29 04:28:55.854731000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/type_sanity.out	2024-10-29 04:30:55.3806...
@@ -172,573 +172,7 @@
 FROM pg_type AS t1
 WHERE t1.typtype not in ('b', 'p')
 ORDER BY 1;
- typtype |   typinput    
----------+---------------
- c       | record_in
- d       | domain_in
- e       | enum_in
- m       | multirange_in
- r       | range_in
-(5 rows)
-
--- Check for bogus typoutput routines
--- As of 8.0, this check finds refcursor, which is borrowing
--- other types' I/O routines
-SELECT t1.oid, t1.typname, p1.oid, p1.proname
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/type_sanity.out /tmp/cirrus-ci-build/build/testrun/regress/regre...
--- /tmp/cirrus-ci-build/src/test/regress/expected/type_sanity.out	2024-10-29 04:28:55.854731000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/type_sanity.out	2024-10-29 04:30:29.230356000 +0000
@@ -172,573 +172,7 @@
 FROM pg_type AS t1
 WHERE t1.typtype not in ('b', 'p')
 ORDER BY 1;
- typtype |   typinput    
----------+---------------
- c       | record_in
- d       | domain_in
- e       | enum_in
- m       | multirange_in
- r       | range_in
-(5 rows)
-
--- Check for bogus typoutput routines
--- As of 8.0, this check finds refcursor, which is borrowing
--- other types' I/O routines
-SELECT t1.oid, t1.typname, p1.oid, p1.proname
...
regress
diff -U3 /tmp/cirrus-ci-build/contrib/tablefunc/expected/tablefunc.out /tmp/cirrus-ci-build/build/testrun/tablefunc/regr...
--- /tmp/cirrus-ci-build/contrib/tablefunc/expected/tablefunc.out	2024-10-29 04:28:54.364136000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/tablefunc/regress/results/tablefunc.out	2024-10-29 04:31:24.233136000 +0000
@@ -239,261 +239,7 @@
   'SELECT rowid, rowdt, attribute, val FROM cth ORDER BY 1',
   'SELECT DISTINCT rowdt, attribute FROM cth ORDER BY 2')
 AS c(rowid text, rowdt timestamp, temperature int4, test_result text, test_startdate timestamp, volts float8);
-ERROR:  invalid crosstab categories query
-DETAIL:  The query must return one column.
--- if category query generates a NULL value, get expected error
-SELECT * FROM crosstab(
-  'SELECT rowid, rowdt, attribute, val FROM cth ORDER BY 1',
-  'SELECT NULL::text')
-AS c(rowid text, rowdt timestamp, temperature int4, test_result text, test_startdate timestamp, volts float8);
-ERROR:  crosstab category value must not be null
--- if source query returns zero rows, get zero rows returned
-SELECT * FROM crosstab(
-  'SELECT rowid, rowdt, attribute, val FROM cth WHERE false ORDER BY 1',
-  'SELECT DISTINCT attribute FROM cth ORDER BY 1')
-AS c(rowid text, rowdt timestamp, temperature text, test_result text, test_startdate text, volts text);
...
tap
[04:31:40.886](1.593s) not ok 7 - checking an unresolvable database pattern under --no-strict-names status (got 1 vs exp...
[04:31:40.894](0.001s) not ok 12 - checking an unresolvable database pattern (substring of existent database) stderr /(?...
[04:31:40.900](0.000s) not ok 15 - checking an unresolvable database pattern (superstring of existent database) stderr /...
[04:31:40.911](0.000s) not ok 20 - checking a database by name without amcheck installed, no other databases stderr /(?^...
[04:31:40.912](0.000s) not ok 21 - checking a database by name without amcheck installed, no other databases stderr /(?^...
[04:31:40.921](0.010s) not ok 22 - checking a database by name without amcheck installed, with other databases status (g...
[04:31:40.923](0.001s) not ok 24 - checking a database by name without amcheck installed, with other databases stderr /(...
[04:31:40.933](0.010s) not ok 25 - checking a database by pattern without amcheck installed, with other databases status...
[04:31:40.934](0.000s) not ok 27 - checking a database by pattern without amcheck installed, with other databases stderr...
[04:31:40.941](0.000s) not ok 30 - checking table pattern ".." stderr /(?^:pg_amcheck: error: no connectable databases t...
[04:31:40.950](0.001s) not ok 33 - checking table pattern ".foo.bar" stderr /(?^:pg_amcheck: error: no connectable datab...
[04:31:40.958](0.001s) not ok 36 - checking table pattern "." stderr /(?^:pg_amcheck: error: no heap tables to check mat...
[04:31:41.049](0.013s) not ok 64 - many unmatched patterns and one matched pattern under --no-strict-names status (got 1...
[04:31:41.054](0.000s) not ok 66 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[04:31:41.054](0.000s) not ok 67 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[04:31:41.055](0.000s) not ok 68 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[04:31:41.055](0.000s) not ok 69 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[04:31:41.055](0.000s) not ok 70 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[04:31:41.056](0.000s) not ok 71 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[04:31:41.056](0.000s) not ok 72 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[04:31:41.056](0.000s) not ok 73 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[04:31:41.056](0.000s) not ok 74 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[04:31:41.057](0.000s) not ok 75 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[04:31:41.057](0.000s) not ok 76 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[04:31:41.057](0.000s) not ok 77 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[04:31:41.058](0.000s) not ok 78 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[04:31:41.058](0.000s) not ok 79 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[04:31:41.059](0.000s) not ok 80 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[04:31:41.059](0.000s) not ok 81 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[04:31:41.059](0.000s) not ok 82 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
tap
[04:31:43.831](6.092s) not ok 1 - pg_amcheck prior to corruption status (got 1 vs expected 0)
[04:31:43.833](0.001s) not ok 3 - pg_amcheck prior to corruption stderr /(?^:^$)/
[04:31:43.842](0.006s) Bail out!  pg_ctl stop failed
tap
[04:31:42.638](3.776s) not ok 1 - pg_amcheck test table, prior to corruption
[04:31:42.668](0.030s) not ok 2 - pg_amcheck test table and index, prior to corruption
[04:31:42.671](0.003s) Bail out!  pg_ctl stop failed
tap
[04:31:41.523](2.188s) not ok 1 - pg_amcheck all schemas, tables and indexes reports no corruption: exit code 0
[04:31:41.526](0.001s) not ok 2 - pg_amcheck all schemas, tables and indexes reports no corruption: no stderr
tap
[04:31:53.598](1.709s) not ok 30 - run pg_createsubscriber on node S
tap
[04:31:56.660](0.781s) not ok 19 - pg_dump: option -n pg_catalog
[04:31:56.683](0.016s) not ok 20 - pg_dumpall: option --exclude-database handles database names with embedded dots
[04:31:56.731](0.003s) not ok 22 - pg_dump: option --schema rejects three-part schema names: matches
[04:31:56.747](0.003s) not ok 24 - pg_dump: option --schema rejects cross-database multipart schema names: matches
[04:31:56.775](0.001s) not ok 26 - pg_dump: option --schema rejects degenerate two-part schema name: ".": matches
[04:31:56.793](0.000s) not ok 28 - pg_dump: option --schema rejects cross-database multipart schema names with embedded ...
[04:31:56.810](0.010s) not ok 30 - pg_dump: option --schema rejects degenerate three-part schema name: "..": matches
[04:31:56.830](0.000s) not ok 32 - pg_dump: option --table rejects four-part table names: matches
[04:31:56.839](0.001s) not ok 34 - pg_dump: option --table rejects cross-database three part table names: matches
[04:31:56.853](0.000s) not ok 36 - pg_dump: option --table rejects cross-database three part table names with embedded d...
[04:31:56.859](0.005s) not ok 37 - binary_upgrade: pg_dump runs
[04:31:56.872](0.013s) not ok 38 - binary_upgrade: pg_restore runs
tap
[04:30:33.086](8.156s) not ok 5 - regression tests pass
[04:30:34.615](1.527s) not ok 6 - dump before running pg_upgrade
tap
[04:32:26.026](1.535s) not ok 192 - psql seeded_random count ok
[04:32:26.026](0.000s) not ok 193 - psql seeded_random count stderr is empty
[04:32:26.027](0.000s) not ok 194 - psql seeded_random count uniform
[04:32:26.027](0.000s) not ok 195 - psql seeded_random count exponential
[04:32:26.027](0.000s) not ok 196 - psql seeded_random count gaussian
[04:32:26.028](0.000s) not ok 197 - psql seeded_random count zipfian
tap
[04:30:57.555](6.267s) not ok 2 - regression tests pass
test
[04:33:07.803]   8/312 postgresql:pg_upgrade / pg_upgrade/004_subscription                             ERROR            ...
[04:33:07.803]   9/312 postgresql:pg_upgrade / pg_upgrade/003_logical_slots                            ERROR            ...
[04:33:07.803]  10/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[04:33:07.803]   6/312 postgresql:regress / regress/regress                                            ERROR            ...
[04:33:07.803]  37/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[04:33:07.803]  43/312 postgresql:recovery / recovery/038_save_logical_slots_shutdown                  ERROR            ...
[04:33:07.803]  45/312 postgresql:recovery / recovery/035_standby_logical_decoding                     ERROR            ...
[04:33:07.803]  48/312 postgresql:recovery / recovery/040_standby_failover_slots_sync                  ERROR            ...
[04:33:07.803]  89/312 postgresql:pageinspect / pageinspect/regress                                    ERROR            ...
[04:33:07.803]  92/312 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
[04:33:07.803]  94/312 postgresql:pg_trgm / pg_trgm/regress                                            ERROR            ...
[04:33:07.803]  97/312 postgresql:tablefunc / tablefunc/regress                                        ERROR            ...
[04:33:07.803]  98/312 postgresql:postgres_fdw / postgres_fdw/regress                                  ERROR            ...
[04:33:07.803] 104/312 postgresql:isolation / isolation/isolation                                      ERROR            ...
[04:33:07.803] 142/312 postgresql:pg_amcheck / pg_amcheck/002_nonesuch                                 ERROR            ...
[04:33:07.803] 144/312 postgresql:pg_amcheck / pg_amcheck/005_opclass_damage                           ERROR            ...
[04:33:07.803] 147/312 postgresql:pg_amcheck / pg_amcheck/004_verify_heapam                            ERROR            ...
[04:33:07.803] 150/312 postgresql:pg_amcheck / pg_amcheck/003_check                                    ERROR            ...
[04:33:07.803] 167/312 postgresql:pg_basebackup / pg_basebackup/040_pg_createsubscriber                ERROR            ...
[04:33:07.803] 174/312 postgresql:pg_dump / pg_dump/002_pg_dump                                        ERROR            ...
[04:33:07.803] 232/312 postgresql:pgbench / pgbench/001_pgbench_with_server                            ERROR            ...
[04:33:07.803] 246/312 postgresql:subscription / subscription/003_constraints                          ERROR            ...
[04:33:07.803] 247/312 postgresql:subscription / subscription/002_types                                ERROR            ...
[04:33:07.803] 248/312 postgresql:subscription / subscription/005_encoding                             ERROR            ...
[04:33:07.803] 249/312 postgresql:subscription / subscription/001_rep_changes                          ERROR            ...
[04:33:07.803] 250/312 postgresql:subscription / subscription/004_sync                                 ERROR            ...
[04:33:07.803] 251/312 postgresql:subscription / subscription/006_rewrite                              ERROR            ...
[04:33:07.803] 252/312 postgresql:subscription / subscription/007_ddl                                  ERROR            ...
[04:33:07.803] 253/312 postgresql:subscription / subscription/008_diff_schema                          ERROR            ...
[04:33:07.803] 254/312 postgresql:subscription / subscription/011_generated                            ERROR            ...
[04:33:07.803] 255/312 postgresql:subscription / subscription/010_truncate                             ERROR            ...
[04:33:07.803] 257/312 postgresql:subscription / subscription/012_collation                            ERROR            ...
[04:33:07.803] 258/312 postgresql:subscription / subscription/013_partition                            ERROR            ...
[04:33:07.803] 259/312 postgresql:subscription / subscription/014_binary                               ERROR            ...
[04:33:07.803] 260/312 postgresql:subscription / subscription/015_stream                               ERROR            ...
[04:33:07.803] 261/312 postgresql:subscription / subscription/016_stream_subxact                       ERROR            ...
[04:33:07.803] 262/312 postgresql:subscription / subscription/017_stream_ddl                           ERROR            ...
[04:33:07.803] 263/312 postgresql:subscription / subscription/018_stream_subxact_abort                 ERROR            ...
[04:33:07.803] 264/312 postgresql:subscription / subscription/020_messages                             ERROR            ...
[04:33:07.803] 265/312 postgresql:subscription / subscription/019_stream_subxact_ddl_abort             ERROR            ...
[04:33:07.803] 266/312 postgresql:subscription / subscription/021_twophase                             ERROR            ...
[04:33:07.803] 267/312 postgresql:subscription / subscription/023_twophase_stream                      ERROR            ...
[04:33:07.803] 268/312 postgresql:subscription / subscription/026_stats                                ERROR            ...
[04:33:07.803] 269/312 postgresql:subscription / subscription/024_add_drop_pub                         ERROR            ...
[04:33:07.803] 270/312 postgresql:subscription / subscription/025_rep_changes_for_schema               ERROR            ...
[04:33:07.803] 271/312 postgresql:subscription / subscription/022_twophase_cascade                     ERROR            ...
[04:33:07.803] 272/312 postgresql:subscription / subscription/028_row_filter                           ERROR            ...
[04:33:07.803] 273/312 postgresql:subscription / subscription/027_nosuperuser                          ERROR            ...
[04:33:07.803] 274/312 postgresql:subscription / subscription/029_on_error                             ERROR            ...
[04:33:07.803] 275/312 postgresql:subscription / subscription/032_subscribe_use_index                  ERROR            ...
[04:33:07.803] 276/312 postgresql:subscription / subscription/030_origin                               ERROR            ...
[04:33:07.803] 277/312 postgresql:subscription / subscription/031_column_list                          ERROR            ...
[04:33:07.803] 279/312 postgresql:subscription / subscription/033_run_as_table_owner                   ERROR            ...
[04:33:07.803] 280/312 postgresql:subscription / subscription/100_bugs                                 ERROR            ...
Linux - Debian Bookworm - Autoconf
core
[04:34:44.323] #0  0x00007faca22abe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:34:44.323] #1  0x00007faca225cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:34:44.323] #2  0x00007faca2247472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:34:44.323] #3  0x00007faca34d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:34:44.323] #4  0x00007faca34e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:34:44.323] #5  0x00007faca34c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7fac9f639f4e, __in_ch...
[04:34:44.323] #6  0x00007faca34be6ae in __asan::ReportDeadlySignal (sig=...) at ../../../../src/libsanitizer/asan/asan_...
[04:34:44.323] #7  0x00007faca34bd462 in __asan::AsanOnDeadlySignal (signo=<optimized out>, siginfo=0x7fac9f63abf0, cont...
[04:34:44.323] #8  <signal handler called>
[04:34:44.323] #9  0x000055793d3699b6 in ExecInterpExpr (state=0x625000276590, econtext=0x625000277100, isnull=0x7fff8e7...
core
[04:34:45.628] #0  0x00007fa5448abe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:34:45.628] #1  0x00007fa54485cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:34:45.628] #2  0x00007fa544847472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:34:45.628] #3  0x00007fa545ad650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:34:45.628] #4  0x00007fa545ae2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:34:45.628] #5  0x00007fa545ac1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7fa544630f4e, __in_ch...
[04:34:45.628] #6  0x00007fa545abe6ae in __asan::ReportDeadlySignal (sig=...) at ../../../../src/libsanitizer/asan/asan_...
[04:34:45.628] #7  0x00007fa545abd462 in __asan::AsanOnDeadlySignal (signo=<optimized out>, siginfo=0x7fa544631bf0, cont...
[04:34:45.628] #8  <signal handler called>
[04:34:45.628] #9  0x000055e7d7ce79b6 in ExecInterpExpr (state=0x6250000cc010, econtext=0x6250000d0a08, isnull=0x7ffda4f...
core
[04:34:41.050] #0  0x00007f50675dbe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:34:41.050] #1  0x00007f506758cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:34:41.050] #2  0x00007f5067577472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:34:41.050] #3  0x00007f50686d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:34:41.050] #4  0x00007f50686e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:34:41.050] #5  0x00007f50686c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7f50648b4f4e, __in_ch...
[04:34:41.050] #6  0x00007f50686be6ae in __asan::ReportDeadlySignal (sig=...) at ../../../../src/libsanitizer/asan/asan_...
[04:34:41.050] #7  0x00007f50686bd462 in __asan::AsanOnDeadlySignal (signo=<optimized out>, siginfo=0x7f50648b5bf0, cont...
[04:34:41.050] #8  <signal handler called>
[04:34:41.050] #9  0x000055be163429b6 in ExecInterpExpr (state=0x6250000e0010, econtext=0x6250000e2208, isnull=0x7ffed5d...
core
[04:34:43.640] #0  0x00007f2c1b2abe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:34:43.640] #1  0x00007f2c1b25cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:34:43.640] #2  0x00007f2c1b247472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:34:43.640] #3  0x00007f2c1c4d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:34:43.640] #4  0x00007f2c1c4e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:34:43.640] #5  0x00007f2c1c4c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7f2c18586f4e, __in_ch...
[04:34:43.640] #6  0x00007f2c1c4be6ae in __asan::ReportDeadlySignal (sig=...) at ../../../../src/libsanitizer/asan/asan_...
[04:34:43.640] #7  0x00007f2c1c4bd462 in __asan::AsanOnDeadlySignal (signo=<optimized out>, siginfo=0x7f2c18587bf0, cont...
[04:34:43.640] #8  <signal handler called>
[04:34:43.640] #9  0x000055dfacf039b6 in ExecInterpExpr (state=0x625000096600, econtext=0x625000097260, isnull=0x7ffe356...
core
[04:34:46.287] #0  0x00007f50675dbe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:34:46.287] #1  0x00007f506758cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:34:46.287] #2  0x00007f5067577472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:34:46.287] #3  0x00007f50686d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:34:46.287] #4  0x00007f50686e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:34:46.287] #5  0x00007f50686c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7f50648b4f4e, __in_ch...
[04:34:46.287] #6  0x00007f50686be6ae in __asan::ReportDeadlySignal (sig=...) at ../../../../src/libsanitizer/asan/asan_...
[04:34:46.287] #7  0x00007f50686bd462 in __asan::AsanOnDeadlySignal (signo=<optimized out>, siginfo=0x7f50648b5bf0, cont...
[04:34:46.287] #8  <signal handler called>
[04:34:46.287] #9  0x000055be163429b6 in ExecInterpExpr (state=0x6250000e0010, econtext=0x6250000e2208, isnull=0x7ffed5d...
core
[04:34:46.964] #0  0x00007fd3712abe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:34:46.964] #1  0x00007fd37125cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:34:46.964] #2  0x00007fd371247472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:34:46.964] #3  0x00007fd3724d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:34:46.964] #4  0x00007fd3724e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:34:46.964] #5  0x00007fd3724c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7fd36e631f4e, __in_ch...
[04:34:46.964] #6  0x00007fd3724be6ae in __asan::ReportDeadlySignal (sig=...) at ../../../../src/libsanitizer/asan/asan_...
[04:34:46.964] #7  0x00007fd3724bd462 in __asan::AsanOnDeadlySignal (signo=<optimized out>, siginfo=0x7fd36e632bf0, cont...
[04:34:46.964] #8  <signal handler called>
[04:34:46.964] #9  0x00005583e1bac9b6 in ExecInterpExpr (state=0x6250000a1810, econtext=0x6250000a3a08, isnull=0x7ffcb5d...
core
[04:34:47.617] #0  0x00007fa5448abe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:34:47.617] #1  0x00007fa54485cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:34:47.617] #2  0x00007fa544847472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:34:47.617] #3  0x00007fa545ad650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:34:47.617] #4  0x00007fa545ae2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:34:47.617] #5  0x00007fa545ac1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7fa544630f4e, __in_ch...
[04:34:47.617] #6  0x00007fa545abe6ae in __asan::ReportDeadlySignal (sig=...) at ../../../../src/libsanitizer/asan/asan_...
[04:34:47.617] #7  0x00007fa545abd462 in __asan::AsanOnDeadlySignal (signo=<optimized out>, siginfo=0x7fa544631bf0, cont...
[04:34:47.617] #8  <signal handler called>
[04:34:47.617] #9  0x000055e7d7ce79b6 in ExecInterpExpr (state=0x6250000d1010, econtext=0x6250000d3208, isnull=0x7ffda4f...
core
[04:34:48.981] #0  0x00007fd5216abe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:34:48.981] #1  0x00007fd52165cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:34:48.981] #2  0x00007fd521647472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:34:48.981] #3  0x00007fd5228d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:34:48.981] #4  0x00007fd5228e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:34:48.981] #5  0x00007fd5228c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7fd521066f4e, __in_ch...
[04:34:48.981] #6  0x00007fd5228be6ae in __asan::ReportDeadlySignal (sig=...) at ../../../../src/libsanitizer/asan/asan_...
[04:34:48.981] #7  0x00007fd5228bd462 in __asan::AsanOnDeadlySignal (signo=<optimized out>, siginfo=0x7fd521067bf0, cont...
[04:34:48.981] #8  <signal handler called>
[04:34:48.981] #9  0x000055b224bd19b6 in ExecInterpExpr (state=0x6250000c7820, econtext=0x6290000489d8, isnull=0x7ffdea4...
core
[04:34:49.535] #0  0x00007f498ebdbe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:34:49.535] #1  0x00007f498eb8cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:34:49.535] #2  0x00007f498eb77472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:34:49.535] #3  0x00007f498fcd650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:34:49.535] #4  0x00007f498fce2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:34:49.535] #5  0x00007f498fcc1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7f498e620f4e, __in_ch...
[04:34:49.535] #6  0x00007f498fcbe6ae in __asan::ReportDeadlySignal (sig=...) at ../../../../src/libsanitizer/asan/asan_...
[04:34:49.535] #7  0x00007f498fcbd462 in __asan::AsanOnDeadlySignal (signo=<optimized out>, siginfo=0x7f498e621bf0, cont...
[04:34:49.535] #8  <signal handler called>
[04:34:49.535] #9  0x000055bc39c9b9b6 in ExecInterpExpr (state=0x6310004952e8, econtext=0x631000498528, isnull=0x7ffc8dc...
core
[04:34:50.070] #0  0x00007f68c9aabe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:34:50.070] #1  0x00007f68c9a5cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:34:50.070] #2  0x00007f68c9a47472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:34:50.070] #3  0x00007f68cacd650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:34:50.070] #4  0x00007f68cace2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:34:50.070] #5  0x00007f68cacc1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7f68c9436f4e, __in_ch...
[04:34:50.070] #6  0x00007f68cacbe6ae in __asan::ReportDeadlySignal (sig=...) at ../../../../src/libsanitizer/asan/asan_...
[04:34:50.070] #7  0x00007f68cacbd462 in __asan::AsanOnDeadlySignal (signo=<optimized out>, siginfo=0x7f68c9437bf0, cont...
[04:34:50.070] #8  <signal handler called>
[04:34:50.070] #9  0x000055e2affff9b6 in ExecInterpExpr (state=0x6290001cfc60, econtext=0x62d00011b168, isnull=0x7ffc8d7...
core
[04:34:43.101] #0  0x00007f14782abe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:34:43.101] #1  0x00007f147825cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:34:43.101] #2  0x00007f1478247472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:34:43.101] #3  0x00007f14794d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:34:43.101] #4  0x00007f14794e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:34:43.101] #5  0x00007f14794c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7f1477c2bf4e, __in_ch...
[04:34:43.101] #6  0x00007f14794be6ae in __asan::ReportDeadlySignal (sig=...) at ../../../../src/libsanitizer/asan/asan_...
[04:34:43.101] #7  0x00007f14794bd462 in __asan::AsanOnDeadlySignal (signo=<optimized out>, siginfo=0x7f1477c2cbf0, cont...
[04:34:43.101] #8  <signal handler called>
[04:34:43.101] #9  0x000055903569c9b6 in ExecInterpExpr (state=0x6250000cc010, econtext=0x6250000d0a08, isnull=0x7fffeb2...
core
[04:34:41.716] #0  0x00007f498ebdbe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:34:41.716] #1  0x00007f498eb8cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:34:41.716] #2  0x00007f498eb77472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:34:41.716] #3  0x00007f498fcd650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:34:41.716] #4  0x00007f498fce2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:34:41.716] #5  0x00007f498fcc1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7f498e620f4e, __in_ch...
[04:34:41.716] #6  0x00007f498fcbe6ae in __asan::ReportDeadlySignal (sig=...) at ../../../../src/libsanitizer/asan/asan_...
[04:34:41.716] #7  0x00007f498fcbd462 in __asan::AsanOnDeadlySignal (signo=<optimized out>, siginfo=0x7f498e621bf0, cont...
[04:34:41.716] #8  <signal handler called>
[04:34:41.716] #9  0x000055bc39c9b9b6 in ExecInterpExpr (state=0x625000090820, econtext=0x6290001339d8, isnull=0x7ffc8dc...
core
[04:34:50.721] #0  0x00007fb696cabe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:34:50.721] #1  0x00007fb696c5cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:34:50.721] #2  0x00007fb696c47472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:34:50.721] #3  0x00007fb697ed650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:34:50.721] #4  0x00007fb697ee2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:34:50.721] #5  0x00007fb697ec1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7fb693f86f4e, __in_ch...
[04:34:50.721] #6  0x00007fb697ebe6ae in __asan::ReportDeadlySignal (sig=...) at ../../../../src/libsanitizer/asan/asan_...
[04:34:50.721] #7  0x00007fb697ebd462 in __asan::AsanOnDeadlySignal (signo=<optimized out>, siginfo=0x7fb693f87bf0, cont...
[04:34:50.721] #8  <signal handler called>
[04:34:50.721] #9  0x00005590ce51a9b6 in ExecInterpExpr (state=0x6250000cc010, econtext=0x6250000d0a08, isnull=0x7ffc7a0...
core
[04:34:51.937] #0  0x00007f535fcabe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:34:51.937] #1  0x00007f535fc5cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:34:51.937] #2  0x00007f535fc47472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:34:51.937] #3  0x00007f5360ed650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:34:51.937] #4  0x00007f5360ee2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:34:51.937] #5  0x00007f5360ec1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7f535f623f4e, __in_ch...
[04:34:51.937] #6  0x00007f5360ebe6ae in __asan::ReportDeadlySignal (sig=...) at ../../../../src/libsanitizer/asan/asan_...
[04:34:51.937] #7  0x00007f5360ebd462 in __asan::AsanOnDeadlySignal (signo=<optimized out>, siginfo=0x7f535f624bf0, cont...
[04:34:51.937] #8  <signal handler called>
[04:34:51.937] #9  0x0000557a9edb19b6 in ExecInterpExpr (state=0x6250000cc010, econtext=0x6250000d0a08, isnull=0x7ffc7bd...
core
[04:34:51.270] #0  0x00007f9384cabe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:34:51.270] #1  0x00007f9384c5cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:34:51.270] #2  0x00007f9384c47472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:34:51.270] #3  0x00007f9385ed650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:34:51.270] #4  0x00007f9385ee2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:34:51.270] #5  0x00007f9385ec1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7f9382031f4e, __in_ch...
[04:34:51.270] #6  0x00007f9385ebe6ae in __asan::ReportDeadlySignal (sig=...) at ../../../../src/libsanitizer/asan/asan_...
[04:34:51.270] #7  0x00007f9385ebd462 in __asan::AsanOnDeadlySignal (signo=<optimized out>, siginfo=0x7f9382032bf0, cont...
[04:34:51.270] #8  <signal handler called>
[04:34:51.270] #9  0x0000559058ae99b6 in ExecInterpExpr (state=0x625000a81820, econtext=0x62900115aad8, isnull=0x7ffde4b...
core
[04:34:42.402] #0  0x00007fb696cabe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:34:42.402] #1  0x00007fb696c5cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:34:42.402] #2  0x00007fb696c47472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:34:42.402] #3  0x00007fb697ed650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:34:42.402] #4  0x00007fb697ee2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:34:42.402] #5  0x00007fb697ec1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7fb693f86f4e, __in_ch...
[04:34:42.402] #6  0x00007fb697ebe6ae in __asan::ReportDeadlySignal (sig=...) at ../../../../src/libsanitizer/asan/asan_...
[04:34:42.402] #7  0x00007fb697ebd462 in __asan::AsanOnDeadlySignal (signo=<optimized out>, siginfo=0x7fb693f87bf0, cont...
[04:34:42.402] #8  <signal handler called>
[04:34:42.402] #9  0x00005590ce51a9b6 in ExecInterpExpr (state=0x6250000cc010, econtext=0x6250000d0a08, isnull=0x7ffc7a0...
core
[04:34:44.966] #0  0x00007f535fcabe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:34:44.966] #1  0x00007f535fc5cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:34:44.966] #2  0x00007f535fc47472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:34:44.966] #3  0x00007f5360ed650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:34:44.966] #4  0x00007f5360ee2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:34:44.966] #5  0x00007f5360ec1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7f535f623f4e, __in_ch...
[04:34:44.966] #6  0x00007f5360ebe6ae in __asan::ReportDeadlySignal (sig=...) at ../../../../src/libsanitizer/asan/asan_...
[04:34:44.966] #7  0x00007f5360ebd462 in __asan::AsanOnDeadlySignal (signo=<optimized out>, siginfo=0x7f535f624bf0, cont...
[04:34:44.966] #8  <signal handler called>
[04:34:44.966] #9  0x0000557a9edb19b6 in ExecInterpExpr (state=0x6250000d1010, econtext=0x6250000d3208, isnull=0x7ffc7bd...
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pageinspect/expected/brin.out /tmp/cirrus-ci-build/contrib/pageinspect/results/bri...
--- /tmp/cirrus-ci-build/contrib/pageinspect/expected/brin.out	2024-10-29 04:28:49.180767756 +0000
+++ /tmp/cirrus-ci-build/contrib/pageinspect/results/brin.out	2024-10-29 04:33:55.041373966 +0000
@@ -161,50 +161,7 @@
 SELECT * FROM brin_page_items(get_raw_page('brin_test_parallel_idx', 2), 'brin_test_parallel_idx')
 EXCEPT
 SELECT * FROM brin_page_items(get_raw_page('brin_test_serial_idx', 2), 'brin_test_serial_idx');
- itemoffset | blknum | attnum | allnulls | hasnulls | placeholder | empty | value 
-------------+--------+--------+----------+----------+-------------+-------+-------
-(0 rows)
-
-SELECT * FROM brin_page_items(get_raw_page('brin_test_serial_idx', 2), 'brin_test_serial_idx')
-EXCEPT
-SELECT * FROM brin_page_items(get_raw_page('brin_test_parallel_idx', 2), 'brin_test_parallel_idx');
- itemoffset | blknum | attnum | allnulls | hasnulls | placeholder | empty | value 
-------------+--------+--------+----------+----------+-------------+-------+-------
-(0 rows)
-
-DROP INDEX brin_test_parallel_idx;
--- force parallel build, but don't allow starting parallel workers to force
...
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/select.out /tmp/cirrus-ci-build/contrib/pg_stat_statem...
--- /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/select.out	2024-10-29 04:28:49.192683316 +0000
+++ /tmp/cirrus-ci-build/contrib/pg_stat_statements/results/select.out	2024-10-29 04:33:57.117378794 +0000
@@ -320,96 +320,7 @@
 FROM (VALUES (1, 2, 3), (4, NULL, 6), (7, 8, 9)) AS t (a, b, c)
 GROUP BY ROLLUP(a, b), rollup(a, c)
 ORDER BY a, b, c;
- a | b | c 
----+---+---
- 1 | 2 | 3
- 1 | 2 |  
- 1 | 2 |  
- 1 |   | 3
- 1 |   | 3
- 1 |   |  
- 1 |   |  
- 1 |   |  
- 4 |   | 6
- 4 |   | 6
- 4 |   | 6
...
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_trgm/expected/pg_trgm.out /tmp/cirrus-ci-build/contrib/pg_trgm/results/pg_trgm....
--- /tmp/cirrus-ci-build/contrib/pg_trgm/expected/pg_trgm.out	2024-10-29 04:28:49.200627022 +0000
+++ /tmp/cirrus-ci-build/contrib/pg_trgm/results/pg_trgm.out	2024-10-29 04:33:58.481382240 +0000
@@ -5384,21 +5384,7 @@
 
 SELECT DISTINCT city, similarity(city, 'Warsaw'), show_limit()
   FROM restaurants WHERE city % 'Warsaw';
-  city  | similarity | show_limit 
---------+------------+------------
- Warsaw |          1 |        0.3
-(1 row)
-
-SELECT set_limit(0.5);
- set_limit 
------------
-       0.5
-(1 row)
-
-SELECT DISTINCT city, similarity(city, 'Warsaw'), show_limit()
-  FROM restaurants WHERE city % 'Warsaw';
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/matview-write-skew.out /tmp/cirrus-ci-build/src/test/isolation...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/matview-write-skew.out	2024-10-29 04:28:50.869570453 +0000
+++ /tmp/cirrus-ci-build/src/test/isolation/output_iso/results/matview-write-skew.out	2024-10-29 04:34:01.221389763 +000...
@@ -1,121 +1,6 @@
 Parsed test spec with 2 sessions
 
 starting permutation: s1_begin s2_begin s1_refresh s2_read s2_insert s1_commit s2_commit
-step s1_begin: BEGIN ISOLATION LEVEL SERIALIZABLE;
-step s2_begin: BEGIN ISOLATION LEVEL SERIALIZABLE;
-step s1_refresh: REFRESH MATERIALIZED VIEW CONCURRENTLY order_summary;
-step s2_read: SELECT max(date) FROM order_summary;
-       max
-----------
-04-01-2022
-(1 row)
-
-step s2_insert: INSERT INTO orders VALUES ('2022-04-02', 'orange', 15);
-step s1_commit: COMMIT;
-step s2_commit: COMMIT;
-ERROR:  could not serialize access due to read/write dependencies among transactions
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/type_sanity.out /tmp/cirrus-ci-build/src/test/regress/results/ty...
--- /tmp/cirrus-ci-build/src/test/regress/expected/type_sanity.out	2024-10-29 04:28:51.112154015 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/type_sanity.out	2024-10-29 04:32:35.825784233 +0000
@@ -172,573 +172,7 @@
 FROM pg_type AS t1
 WHERE t1.typtype not in ('b', 'p')
 ORDER BY 1;
- typtype |   typinput    
----------+---------------
- c       | record_in
- d       | domain_in
- e       | enum_in
- m       | multirange_in
- r       | range_in
-(5 rows)
-
--- Check for bogus typoutput routines
--- As of 8.0, this check finds refcursor, which is borrowing
--- other types' I/O routines
-SELECT t1.oid, t1.typname, p1.oid, p1.proname
...
sanitizer
SUMMARY: AddressSanitizer: SEGV /tmp/cirrus-ci-build/src/backend/executor/execExprInterp.c:1605 in ExecInterpExpr
sanitizer
SUMMARY: AddressSanitizer: SEGV /tmp/cirrus-ci-build/src/backend/executor/execExprInterp.c:1605 in ExecInterpExpr
sanitizer
SUMMARY: AddressSanitizer: SEGV /tmp/cirrus-ci-build/src/backend/executor/execExprInterp.c:1605 in ExecInterpExpr
sanitizer
SUMMARY: AddressSanitizer: SEGV /tmp/cirrus-ci-build/src/backend/executor/execExprInterp.c:1605 in ExecInterpExpr
sanitizer
SUMMARY: AddressSanitizer: SEGV /tmp/cirrus-ci-build/src/backend/executor/execExprInterp.c:1605 in ExecInterpExpr
sanitizer
SUMMARY: AddressSanitizer: SEGV /tmp/cirrus-ci-build/src/backend/executor/execExprInterp.c:1605 in ExecInterpExpr
sanitizer
SUMMARY: AddressSanitizer: SEGV /tmp/cirrus-ci-build/src/backend/executor/execExprInterp.c:1605 in ExecInterpExpr
sanitizer
SUMMARY: AddressSanitizer: SEGV /tmp/cirrus-ci-build/src/backend/executor/execExprInterp.c:1605 in ExecInterpExpr
sanitizer
SUMMARY: AddressSanitizer: SEGV /tmp/cirrus-ci-build/src/backend/executor/execExprInterp.c:1605 in ExecInterpExpr
sanitizer
SUMMARY: AddressSanitizer: SEGV /tmp/cirrus-ci-build/src/backend/executor/execExprInterp.c:1605 in ExecInterpExpr
sanitizer
SUMMARY: AddressSanitizer: SEGV /tmp/cirrus-ci-build/src/backend/executor/execExprInterp.c:1605 in ExecInterpExpr
sanitizer
SUMMARY: AddressSanitizer: SEGV /tmp/cirrus-ci-build/src/backend/executor/execExprInterp.c:1605 in ExecInterpExpr
sanitizer
SUMMARY: AddressSanitizer: SEGV /tmp/cirrus-ci-build/src/backend/executor/execExprInterp.c:1605 in ExecInterpExpr
sanitizer
SUMMARY: AddressSanitizer: SEGV /tmp/cirrus-ci-build/src/backend/executor/execExprInterp.c:1605 in ExecInterpExpr
sanitizer
SUMMARY: AddressSanitizer: SEGV /tmp/cirrus-ci-build/src/backend/executor/execExprInterp.c:1605 in ExecInterpExpr
sanitizer
SUMMARY: AddressSanitizer: SEGV /tmp/cirrus-ci-build/src/backend/executor/execExprInterp.c:1605 in ExecInterpExpr
sanitizer
SUMMARY: AddressSanitizer: SEGV /tmp/cirrus-ci-build/src/backend/executor/execExprInterp.c:1605 in ExecInterpExpr
tap
[04:33:06.065](0.783s) not ok 7 - checking an unresolvable database pattern under --no-strict-names status (got 1 vs exp...
[04:33:07.335](0.909s) not ok 22 - checking a database by name without amcheck installed, with other databases status (g...
[04:33:07.336](0.000s) not ok 24 - checking a database by name without amcheck installed, with other databases stderr /(...
[04:33:07.413](0.077s) not ok 25 - checking a database by pattern without amcheck installed, with other databases status...
[04:33:07.413](0.000s) not ok 27 - checking a database by pattern without amcheck installed, with other databases stderr...
[04:33:07.510](0.000s) not ok 30 - checking table pattern ".." stderr /(?^:pg_amcheck: error: no connectable databases t...
[04:33:07.593](0.000s) not ok 33 - checking table pattern ".foo.bar" stderr /(?^:pg_amcheck: error: no connectable datab...
[04:33:07.684](0.000s) not ok 36 - checking table pattern "." stderr /(?^:pg_amcheck: error: no heap tables to check mat...
[04:33:08.167](0.039s) not ok 64 - many unmatched patterns and one matched pattern under --no-strict-names status (got 1...
[04:33:08.168](0.000s) not ok 66 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[04:33:08.168](0.000s) not ok 67 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[04:33:08.168](0.000s) not ok 68 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[04:33:08.169](0.000s) not ok 69 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[04:33:08.169](0.000s) not ok 70 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[04:33:08.169](0.000s) not ok 71 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[04:33:08.170](0.000s) not ok 72 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[04:33:08.170](0.000s) not ok 73 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[04:33:08.170](0.000s) not ok 74 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[04:33:08.171](0.000s) not ok 75 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[04:33:08.171](0.000s) not ok 76 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[04:33:08.171](0.000s) not ok 77 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[04:33:08.172](0.000s) not ok 78 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[04:33:08.172](0.000s) not ok 79 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[04:33:08.172](0.000s) not ok 80 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[04:33:08.173](0.000s) not ok 81 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[04:33:08.186](0.005s) not ok 82 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
tap
[04:33:20.597](12.081s) not ok 1 - pg_amcheck prior to corruption status (got 1 vs expected 0)
[04:33:20.598](0.000s) not ok 3 - pg_amcheck prior to corruption stderr /(?^:^$)/
[04:33:23.207](2.609s) not ok 4 - pg_amcheck all schemas, tables and indexes in database db1 status (got 1 vs expected 2...
[04:33:23.208](0.000s) not ok 5 - pg_amcheck all schemas, tables and indexes in database db1 stdout /(?^:index ".*" lack...
[04:33:23.208](0.000s) not ok 6 - pg_amcheck all schemas, tables and indexes in database db1 stdout /(?^:line pointer)/
[04:33:23.209](0.000s) not ok 7 - pg_amcheck all schemas, tables and indexes in database db1 stdout /(?^:could not open ...
[04:33:23.209](0.000s) not ok 8 - pg_amcheck all schemas, tables and indexes in database db1 stderr /(?^:^$)/
[04:33:24.143](0.933s) not ok 9 - pg_amcheck all schemas, tables and indexes in databases db1, db2, and db3 status (got ...
[04:33:24.143](0.000s) not ok 10 - pg_amcheck all schemas, tables and indexes in databases db1, db2, and db3 stdout /(?^...
[04:33:24.144](0.000s) not ok 11 - pg_amcheck all schemas, tables and indexes in databases db1, db2, and db3 stdout /(?^...
[04:33:24.144](0.000s) not ok 12 - pg_amcheck all schemas, tables and indexes in databases db1, db2, and db3 stdout /(?^...
[04:33:24.144](0.000s) not ok 13 - pg_amcheck all schemas, tables and indexes in databases db1, db2, and db3 stderr /(?^...
[04:33:24.281](0.137s) not ok 14 - pg_amcheck index s1.t1_btree reports missing main relation fork status (got 1 vs expe...
[04:33:24.282](0.000s) not ok 15 - pg_amcheck index s1.t1_btree reports missing main relation fork stdout /(?^:index ".*...
[04:33:24.282](0.000s) not ok 16 - pg_amcheck index s1.t1_btree reports missing main relation fork stderr /(?^:pg_amchec...
[04:33:24.370](0.087s) not ok 17 - pg_amcheck index s1.s2 reports index corruption status (got 1 vs expected 2)
[04:33:24.370](0.000s) not ok 18 - pg_amcheck index s1.s2 reports index corruption stdout /(?^:.+)/
[04:33:24.371](0.000s) not ok 19 - pg_amcheck index s1.s2 reports index corruption stderr /(?^:^$)/
[04:33:24.433](0.062s) not ok 20 - pg_amcheck of db1.s1 excluding indexes status (got 1 vs expected 0)
[04:33:24.434](0.000s) not ok 22 - pg_amcheck of db1.s1 excluding indexes stderr /(?^:^$)/
[04:33:24.502](0.068s) not ok 23 - pg_amcheck of db2.s1 excluding indexes status (got 1 vs expected 2)
[04:33:24.503](0.000s) not ok 24 - pg_amcheck of db2.s1 excluding indexes stdout /(?^:could not open file ".*": No such ...
[04:33:24.503](0.000s) not ok 25 - pg_amcheck of db2.s1 excluding indexes stderr /(?^:^$)/
[04:33:24.546](0.042s) not ok 26 - pg_amcheck schema s3 reports table and index errors status (got 1 vs expected 2)
[04:33:24.546](0.000s) not ok 27 - pg_amcheck schema s3 reports table and index errors stdout /(?^:index ".*" lacks a ma...
[04:33:24.547](0.000s) not ok 28 - pg_amcheck schema s3 reports table and index errors stdout /(?^:line pointer)/
[04:33:24.547](0.000s) not ok 29 - pg_amcheck schema s3 reports table and index errors stdout /(?^:could not open file "...
[04:33:24.548](0.000s) not ok 30 - pg_amcheck schema s3 reports table and index errors stderr /(?^:^$)/
[04:33:24.594](0.046s) not ok 31 - pg_amcheck in schema s4 reports toast corruption status (got 1 vs expected 2)
[04:33:24.595](0.000s) not ok 32 - pg_amcheck in schema s4 reports toast corruption stdout /(?^:could not open file ".*"...
[04:33:24.595](0.000s) not ok 33 - pg_amcheck in schema s4 reports toast corruption stderr /(?^:^$)/
[04:33:24.647](0.052s) not ok 34 - pg_amcheck in schema s4 excluding toast reports no corruption status (got 1 vs expect...
[04:33:24.648](0.000s) not ok 36 - pg_amcheck in schema s4 excluding toast reports no corruption stderr /(?^:^$)/
[04:33:24.690](0.041s) not ok 37 - pg_amcheck over schema s5 reports no corruption status (got 1 vs expected 0)
[04:33:24.691](0.000s) not ok 39 - pg_amcheck over schema s5 reports no corruption stderr /(?^:^$)/
[04:33:24.735](0.044s) not ok 40 - pg_amcheck over schema s1 with corrupt indexes excluded reports no corruption status ...
[04:33:24.736](0.000s) not ok 42 - pg_amcheck over schema s1 with corrupt indexes excluded reports no corruption stderr ...
[04:33:24.791](0.054s) not ok 43 - pg_amcheck over schema s1 with all indexes excluded reports no corruption status (got...
[04:33:24.792](0.000s) not ok 45 - pg_amcheck over schema s1 with all indexes excluded reports no corruption stderr /(?^...
[04:33:24.862](0.070s) not ok 46 - pg_amcheck over schema s2 with corrupt tables excluded reports no corruption status (...
[04:33:24.862](0.000s) not ok 48 - pg_amcheck over schema s2 with corrupt tables excluded reports no corruption stderr /...
[04:33:25.090](0.056s) not ok 55 - pg_amcheck smoke test --parent-check status (got 1 vs expected 2)
[04:33:25.091](0.000s) not ok 56 - pg_amcheck smoke test --parent-check stdout /(?^:index ".*" lacks a main relation for...
[04:33:25.091](0.000s) not ok 57 - pg_amcheck smoke test --parent-check stderr /(?^:^$)/
[04:33:25.136](0.044s) not ok 58 - pg_amcheck smoke test --heapallindexed --rootdescend status (got 1 vs expected 2)
[04:33:25.136](0.000s) not ok 59 - pg_amcheck smoke test --heapallindexed --rootdescend stdout /(?^:index ".*" lacks a m...
[04:33:25.137](0.000s) not ok 60 - pg_amcheck smoke test --heapallindexed --rootdescend stderr /(?^:^$)/
[04:33:25.201](0.064s) not ok 61 - pg_amcheck excluding all corrupt schemas status (got 1 vs expected 0)
[04:33:25.202](0.000s) not ok 63 - pg_amcheck excluding all corrupt schemas stderr /(?^:^$)/
[04:33:25.253](0.051s) not ok 64 - pg_amcheck smoke test --parent-check --checkunique status (got 1 vs expected 2)
[04:33:25.254](0.000s) not ok 65 - pg_amcheck smoke test --parent-check --checkunique stdout /(?^:index ".*" lacks a mai...
[04:33:25.255](0.000s) not ok 66 - pg_amcheck smoke test --parent-check --checkunique stderr /(?^:^$)/
[04:33:25.324](0.069s) not ok 67 - pg_amcheck smoke test --heapallindexed --rootdescend --checkunique status (got 1 vs e...
[04:33:25.325](0.000s) not ok 68 - pg_amcheck smoke test --heapallindexed --rootdescend --checkunique stdout /(?^:index ...
[04:33:25.326](0.000s) not ok 69 - pg_amcheck smoke test --heapallindexed --rootdescend --checkunique stderr /(?^:^$)/
[04:33:25.407](0.080s) not ok 70 - pg_amcheck excluding all corrupt schemas with --checkunique option status (got 1 vs e...
[04:33:25.407](0.000s) not ok 72 - pg_amcheck excluding all corrupt schemas with --checkunique option stderr /(?^:^$)/
tap
[04:33:33.143](7.456s) not ok 1 - pg_amcheck test table, prior to corruption
[04:33:34.089](0.946s) not ok 2 - pg_amcheck test table and index, prior to corruption
[04:33:36.291](2.201s) not ok 3 - Expected corruption message output status (got 1 vs expected 2)
[04:33:36.291](0.000s) not ok 4 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.tes...
[04:33:36.292](0.000s) not ok 5 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.tes...
[04:33:36.292](0.000s) not ok 6 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.tes...
[04:33:36.293](0.000s) not ok 7 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.tes...
[04:33:36.293](0.000s) not ok 8 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.tes...
[04:33:36.293](0.000s) not ok 9 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.tes...
[04:33:36.294](0.000s) not ok 10 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[04:33:36.294](0.000s) not ok 11 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[04:33:36.294](0.000s) not ok 12 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[04:33:36.295](0.000s) not ok 13 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[04:33:36.295](0.000s) not ok 14 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[04:33:36.295](0.000s) not ok 15 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[04:33:36.295](0.000s) not ok 16 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[04:33:36.296](0.000s) not ok 17 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[04:33:36.296](0.000s) not ok 18 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[04:33:36.296](0.000s) not ok 19 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[04:33:36.298](0.001s) not ok 20 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[04:33:36.298](0.000s) not ok 21 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[04:33:36.299](0.000s) not ok 22 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[04:33:36.299](0.000s) not ok 23 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[04:33:36.300](0.000s) not ok 24 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[04:33:36.300](0.000s) not ok 25 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[04:33:36.301](0.000s) not ok 26 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[04:33:36.303](0.000s) not ok 27 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[04:33:36.303](0.000s) not ok 28 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[04:33:36.304](0.000s) not ok 29 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[04:33:36.307](0.002s) not ok 30 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[04:33:36.307](0.000s) not ok 31 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[04:33:36.309](0.002s) not ok 32 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
tap
[04:33:39.422](1.875s) not ok 1 - pg_amcheck all schemas, tables and indexes reports no corruption: exit code 0
[04:33:39.423](0.000s) not ok 2 - pg_amcheck all schemas, tables and indexes reports no corruption: no stderr
[04:33:40.259](0.835s) not ok 4 - pg_amcheck all schemas, tables and indexes reports fickleidx corruption status (got 1 ...
[04:33:40.260](0.000s) not ok 5 - pg_amcheck all schemas, tables and indexes reports fickleidx corruption stdout /(?^:it...
tap
[04:34:15.750](0.891s) not ok 30 - run pg_createsubscriber on node S
Linux - Debian Bookworm - Meson
core
[04:38:31.456] #0  0x00007f90838a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:31.456] #1  0x00007f908385afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:31.456] #2  0x00007f9083845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:31.456] #3  0x00007f9083a1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:38:31.456] #4  0x00007f9083a2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:38:31.456] #5  0x00007f9083a0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x5598b5e07ce0,...
[04:38:31.456] #6  0x00005598b502d817 in ExecInterpExpr (state=0x5598bc613500, econtext=0x5598bc614f08, isnull=0x7ffe1f4...
[04:38:31.456] #7  0x00005598b501ebcf in ExecInterpExprStillValid (state=0x5598bc613500, econtext=0x5598bc614f08, isNull...
[04:38:31.456] #8  0x00005598b5030b3b in ExecEvalExpr (isNull=0x7ffe1f4c3a4f, econtext=<optimized out>, state=<optimized...
[04:38:31.456] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[04:38:23.328] #0  0x00007f7de36a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:23.328] #1  0x00007f7de365afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:23.328] #2  0x00007f7de3645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:23.328] #3  0x00007f7de381e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:38:23.328] #4  0x00007f7de382aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:38:23.328] #5  0x00007f7de380d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x5562a609bce0,...
[04:38:23.328] #6  0x00005562a52c1817 in ExecInterpExpr (state=0x5562a6e80e60, econtext=0x5562a6e81ac0, isnull=0x7fff821...
[04:38:23.328] #7  0x00005562a52b2bcf in ExecInterpExprStillValid (state=0x5562a6e80e60, econtext=0x5562a6e81ac0, isNull...
[04:38:23.328] #8  0x00005562a52c4b3b in ExecEvalExpr (isNull=0x7fff821ffecf, econtext=<optimized out>, state=<optimized...
[04:38:23.328] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[04:38:23.826] #0  0x00007f3dc82a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:23.826] #1  0x00007f3dc825afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:23.826] #2  0x00007f3dc8245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:23.826] #3  0x00007f3dc841e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:38:23.826] #4  0x00007f3dc842aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:38:23.826] #5  0x00007f3dc840d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x558783be7ce0,...
[04:38:23.826] #6  0x0000558782e0d817 in ExecInterpExpr (state=0x5587a1beabd0, econtext=0x5587a1beb830, isnull=0x7fff9a3...
[04:38:23.826] #7  0x0000558782dfebcf in ExecInterpExprStillValid (state=0x5587a1beabd0, econtext=0x5587a1beb830, isNull...
[04:38:23.826] #8  0x0000558782e10b3b in ExecEvalExpr (isNull=0x7fff9a33a93f, econtext=<optimized out>, state=<optimized...
[04:38:23.826] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[04:38:24.368] #0  0x00007fca57ca9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:24.368] #1  0x00007fca57c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:24.368] #2  0x00007fca57c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:24.368] #3  0x00007fca57e1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:38:24.368] #4  0x00007fca57e2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:38:24.368] #5  0x00007fca57e0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55b03aacfce0,...
[04:38:24.368] #6  0x000055b039cf5817 in ExecInterpExpr (state=0x55b067df86a8, econtext=0x55b067dfb8e8, isnull=0x7ffce3b...
[04:38:24.368] #7  0x000055b039ce6bcf in ExecInterpExprStillValid (state=0x55b067df86a8, econtext=0x55b067dfb8e8, isNull...
[04:38:24.368] #8  0x000055b039cf8b3b in ExecEvalExpr (isNull=0x7ffce3bce1cf, econtext=<optimized out>, state=<optimized...
[04:38:24.368] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[04:38:46.535] #0  0x00007f6e1bea9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:46.535] #1  0x00007f6e1be5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:46.535] #2  0x00007f6e1be45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:46.535] #3  0x00007f6e1c01e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:38:46.535] #4  0x00007f6e1c02aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:38:46.535] #5  0x00007f6e1c00d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x561d6a0b6ce0,...
[04:38:46.535] #6  0x0000561d692dc817 in ExecInterpExpr (state=0x561d7ec2ef90, econtext=0x561d7ec30998, isnull=0x7ffe6f6...
[04:38:46.535] #7  0x0000561d692cdbcf in ExecInterpExprStillValid (state=0x561d7ec2ef90, econtext=0x561d7ec30998, isNull...
[04:38:46.535] #8  0x0000561d692dfb3b in ExecEvalExpr (isNull=0x7ffe6f6f20af, econtext=<optimized out>, state=<optimized...
[04:38:46.535] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[04:38:47.206] #0  0x00007fca57ca9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:47.206] #1  0x00007fca57c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:47.206] #2  0x00007fca57c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:47.206] #3  0x00007fca57e1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:38:47.206] #4  0x00007fca57e2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:38:47.206] #5  0x00007fca57e0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55b03aacfce0,...
[04:38:47.206] #6  0x000055b039cf5817 in ExecInterpExpr (state=0x55b067d34c50, econtext=0x55b067d37518, isnull=0x7ffce3b...
[04:38:47.206] #7  0x000055b039ce6bcf in ExecInterpExprStillValid (state=0x55b067d34c50, econtext=0x55b067d37518, isNull...
[04:38:47.206] #8  0x000055b039cf8b3b in ExecEvalExpr (isNull=0x7ffce3bce14f, econtext=<optimized out>, state=<optimized...
[04:38:47.206] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[04:38:47.846] #0  0x00007f3d93ca9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:47.846] #1  0x00007f3d93c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:47.846] #2  0x00007f3d93c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:47.846] #3  0x00007f3d93e1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:38:47.846] #4  0x00007f3d93e2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:38:47.846] #5  0x00007f3d93e0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x557570882ce0,...
[04:38:47.846] #6  0x000055756faa8817 in ExecInterpExpr (state=0x55757a082cb0, econtext=0x55757a0846b8, isnull=0x7ffe80b...
[04:38:47.846] #7  0x000055756fa99bcf in ExecInterpExprStillValid (state=0x55757a082cb0, econtext=0x55757a0846b8, isNull...
[04:38:47.846] #8  0x000055756faabb3b in ExecEvalExpr (isNull=0x7ffe80b1d76f, econtext=<optimized out>, state=<optimized...
[04:38:47.846] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[04:38:48.382] #0  0x00007fba530a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:48.382] #1  0x00007fba5305afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:48.382] #2  0x00007fba53045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:48.382] #3  0x00007fba5321e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:38:48.382] #4  0x00007fba5322aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:38:48.382] #5  0x00007fba5320d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x562e6b3e3ce0,...
[04:38:48.382] #6  0x0000562e6a609817 in ExecInterpExpr (state=0x562e88ad9cf0, econtext=0x562e88ada950, isnull=0x7ffd698...
[04:38:48.382] #7  0x0000562e6a5fabcf in ExecInterpExprStillValid (state=0x562e88ad9cf0, econtext=0x562e88ada950, isNull...
[04:38:48.382] #8  0x0000562e6a60cb3b in ExecEvalExpr (isNull=0x7ffd6983698f, econtext=<optimized out>, state=<optimized...
[04:38:48.382] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[04:38:48.890] #0  0x00007f7436ea9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:48.890] #1  0x00007f7436e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:48.890] #2  0x00007f7436e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:48.890] #3  0x00007f743701e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:38:48.890] #4  0x00007f743702aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:38:48.890] #5  0x00007f743700d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55c0b22fbce0,...
[04:38:48.890] #6  0x000055c0b1521817 in ExecInterpExpr (state=0x55c0c3109f48, econtext=0x55c0c310d188, isnull=0x7ffe1d7...
[04:38:48.890] #7  0x000055c0b1512bcf in ExecInterpExprStillValid (state=0x55c0c3109f48, econtext=0x55c0c310d188, isNull...
[04:38:48.890] #8  0x000055c0b1524b3b in ExecEvalExpr (isNull=0x7ffe1d76ffcf, econtext=<optimized out>, state=<optimized...
[04:38:48.890] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[04:38:49.513] #0  0x00007f450a2a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:49.513] #1  0x00007f450a25afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:49.513] #2  0x00007f450a245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:49.513] #3  0x00007f450a41e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:38:49.513] #4  0x00007f450a42aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:38:49.513] #5  0x00007f450a40d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55c35fecece0,...
[04:38:49.513] #6  0x000055c35f0f4817 in ExecInterpExpr (state=0x55c36b17b500, econtext=0x55c36b17cf08, isnull=0x7ffc7ed...
[04:38:49.513] #7  0x000055c35f0e5bcf in ExecInterpExprStillValid (state=0x55c36b17b500, econtext=0x55c36b17cf08, isNull...
[04:38:49.513] #8  0x000055c35f0f7b3b in ExecEvalExpr (isNull=0x7ffc7ede57af, econtext=<optimized out>, state=<optimized...
[04:38:49.513] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[04:38:50.017] #0  0x00007f4ce3ca9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:50.017] #1  0x00007f4ce3c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:50.017] #2  0x00007f4ce3c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:50.017] #3  0x00007f4ce3e1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:38:50.017] #4  0x00007f4ce3e2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:38:50.017] #5  0x00007f4ce3e0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55a59208bce0,...
[04:38:50.017] #6  0x000055a5912b1817 in ExecInterpExpr (state=0x55a599182bd0, econtext=0x55a599183830, isnull=0x7fff107...
[04:38:50.017] #7  0x000055a5912a2bcf in ExecInterpExprStillValid (state=0x55a599182bd0, econtext=0x55a599183830, isNull...
[04:38:50.017] #8  0x000055a5912b4b3b in ExecEvalExpr (isNull=0x7fff107266df, econtext=<optimized out>, state=<optimized...
[04:38:50.017] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[04:38:50.704] #0  0x00007f5d24ca9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:50.704] #1  0x00007f5d24c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:50.704] #2  0x00007f5d24c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:50.704] #3  0x00007f5d24e1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:38:50.704] #4  0x00007f5d24e2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:38:50.704] #5  0x00007f5d24e0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55bc219efce0,...
[04:38:50.704] #6  0x000055bc20c15817 in ExecInterpExpr (state=0x55bc26123610, econtext=0x55bc26124180, isnull=0x7ffdade...
[04:38:50.704] #7  0x000055bc20c06bcf in ExecInterpExprStillValid (state=0x55bc26123610, econtext=0x55bc26124180, isNull...
[04:38:50.704] #8  0x000055bc20c18b3b in ExecEvalExpr (isNull=0x7ffdade4becf, econtext=<optimized out>, state=<optimized...
[04:38:50.704] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[04:38:51.333] #0  0x00007fca57ca9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:51.333] #1  0x00007fca57c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:51.333] #2  0x00007fca57c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:51.333] #3  0x00007fca57e1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:38:51.333] #4  0x00007fca57e2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:38:51.333] #5  0x00007fca57e0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55b03aacfce0,...
[04:38:51.333] #6  0x000055b039cf5817 in ExecInterpExpr (state=0x55b067d81030, econtext=0x55b067d81ab0, isnull=0x7ffce3b...
[04:38:51.333] #7  0x000055b039ce6bcf in ExecInterpExprStillValid (state=0x55b067d81030, econtext=0x55b067d81ab0, isNull...
[04:38:51.333] #8  0x000055b039cf8b3b in ExecEvalExpr (isNull=0x7ffce3bce08f, econtext=<optimized out>, state=<optimized...
[04:38:51.333] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[04:38:51.838] #0  0x00007f31a3ea9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:51.838] #1  0x00007f31a3e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:51.838] #2  0x00007f31a3e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:51.838] #3  0x00007f31a401e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:38:51.838] #4  0x00007f31a402aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:38:51.838] #5  0x00007f31a400d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55b57c9dace0,...
[04:38:51.838] #6  0x000055b57bc00817 in ExecInterpExpr (state=0x55b590be8f70, econtext=0x55b590be9bd0, isnull=0x7fffdcb...
[04:38:51.838] #7  0x000055b57bbf1bcf in ExecInterpExprStillValid (state=0x55b590be8f70, econtext=0x55b590be9bd0, isNull...
[04:38:51.838] #8  0x000055b57bc03b3b in ExecEvalExpr (isNull=0x7fffdcb5230f, econtext=<optimized out>, state=<optimized...
[04:38:51.838] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[04:38:52.355] #0  0x00007f8353ea9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:52.355] #1  0x00007f8353e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:52.355] #2  0x00007f8353e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:52.355] #3  0x00007f835401e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:38:52.355] #4  0x00007f835402aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:38:52.355] #5  0x00007f835400d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x5653e548ace0,...
[04:38:52.355] #6  0x00005653e46b0817 in ExecInterpExpr (state=0x5654185fb0c0, econtext=0x5654185fbd20, isnull=0x7ffebd1...
[04:38:52.355] #7  0x00005653e46a1bcf in ExecInterpExprStillValid (state=0x5654185fb0c0, econtext=0x5654185fbd20, isNull...
[04:38:52.355] #8  0x00005653e46b3b3b in ExecEvalExpr (isNull=0x7ffebd1a30cf, econtext=<optimized out>, state=<optimized...
[04:38:52.355] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[04:38:52.871] #0  0x00007f8dfdea9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:52.871] #1  0x00007f8dfde5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:52.871] #2  0x00007f8dfde45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:52.871] #3  0x00007f8dfe01e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:38:52.871] #4  0x00007f8dfe02aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:38:52.871] #5  0x00007f8dfe00d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x560e04c6ece0,...
[04:38:52.871] #6  0x0000560e03e94817 in ExecInterpExpr (state=0x560e0ff245d0, econtext=0x560e0ff25230, isnull=0x7fff07a...
[04:38:52.871] #7  0x0000560e03e85bcf in ExecInterpExprStillValid (state=0x560e0ff245d0, econtext=0x560e0ff25230, isNull...
[04:38:52.871] #8  0x0000560e03e97b3b in ExecEvalExpr (isNull=0x7fff07aa745f, econtext=<optimized out>, state=<optimized...
[04:38:52.871] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[04:38:53.509] #0  0x00007f00730a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:53.509] #1  0x00007f007305afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:53.509] #2  0x00007f0073045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:53.509] #3  0x00007f007321e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:38:53.509] #4  0x00007f007322aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:38:53.509] #5  0x00007f007320d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x5646dcf07ce0,...
[04:38:53.509] #6  0x00005646dc12d817 in ExecInterpExpr (state=0x5646e4d69a60, econtext=0x5646e4d6b468, isnull=0x7ffe23f...
[04:38:53.509] #7  0x00005646dc11ebcf in ExecInterpExprStillValid (state=0x5646e4d69a60, econtext=0x5646e4d6b468, isNull...
[04:38:53.509] #8  0x00005646dc130b3b in ExecEvalExpr (isNull=0x7ffe23f716bf, econtext=<optimized out>, state=<optimized...
[04:38:53.509] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[04:38:54.030] #0  0x00007f1e4d4a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:54.030] #1  0x00007f1e4d45afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:54.030] #2  0x00007f1e4d445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:54.030] #3  0x00007f1e4d61e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:38:54.030] #4  0x00007f1e4d62aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:38:54.030] #5  0x00007f1e4d60d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x557bbc48bce0,...
[04:38:54.030] #6  0x0000557bbb6b1817 in ExecInterpExpr (state=0x557bdee5cf20, econtext=0x557bdee5db80, isnull=0x7ffd655...
[04:38:54.030] #7  0x0000557bbb6a2bcf in ExecInterpExprStillValid (state=0x557bdee5cf20, econtext=0x557bdee5db80, isNull...
[04:38:54.030] #8  0x0000557bbb6b4b3b in ExecEvalExpr (isNull=0x7ffd65508a2f, econtext=<optimized out>, state=<optimized...
[04:38:54.030] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[04:38:54.554] #0  0x00007fe5012a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:54.554] #1  0x00007fe50125afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:54.554] #2  0x00007fe501245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:54.554] #3  0x00007fe50141e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:38:54.554] #4  0x00007fe50142aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:38:54.554] #5  0x00007fe50140d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x564b234b0ce0,...
[04:38:54.554] #6  0x0000564b226d6817 in ExecInterpExpr (state=0x564b4f118f70, econtext=0x564b4f119bd0, isnull=0x7ffdaca...
[04:38:54.554] #7  0x0000564b226c7bcf in ExecInterpExprStillValid (state=0x564b4f118f70, econtext=0x564b4f119bd0, isNull...
[04:38:54.554] #8  0x0000564b226d9b3b in ExecEvalExpr (isNull=0x7ffdaca5704f, econtext=<optimized out>, state=<optimized...
[04:38:54.554] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[04:38:55.085] #0  0x00007f81a08a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:55.085] #1  0x00007f81a085afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:55.085] #2  0x00007f81a0845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:55.085] #3  0x00007f81a0a1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:38:55.085] #4  0x00007f81a0a2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:38:55.085] #5  0x00007f81a0a0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55d708cabce0,...
[04:38:55.085] #6  0x000055d707ed1817 in ExecInterpExpr (state=0x55d72cea2c70, econtext=0x55d72cea38d0, isnull=0x7ffccff...
[04:38:55.085] #7  0x000055d707ec2bcf in ExecInterpExprStillValid (state=0x55d72cea2c70, econtext=0x55d72cea38d0, isNull...
[04:38:55.085] #8  0x000055d707ed4b3b in ExecEvalExpr (isNull=0x7ffccffe617f, econtext=<optimized out>, state=<optimized...
[04:38:55.085] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[04:38:55.615] #0  0x00007fb8f5aa9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:55.615] #1  0x00007fb8f5a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:55.615] #2  0x00007fb8f5a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:55.615] #3  0x00007fb8f5c1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:38:55.615] #4  0x00007fb8f5c2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:38:55.615] #5  0x00007fb8f5c0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55958e471ce0,...
[04:38:55.615] #6  0x000055958d697817 in ExecInterpExpr (state=0x5595cdf910b0, econtext=0x5595cdf91d10, isnull=0x7fffc3f...
[04:38:55.615] #7  0x000055958d688bcf in ExecInterpExprStillValid (state=0x5595cdf910b0, econtext=0x5595cdf91d10, isNull...
[04:38:55.615] #8  0x000055958d69ab3b in ExecEvalExpr (isNull=0x7fffc3fe058f, econtext=<optimized out>, state=<optimized...
[04:38:55.615] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[04:38:56.117] #0  0x00007fbda44a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:56.117] #1  0x00007fbda445afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:56.117] #2  0x00007fbda4445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:56.117] #3  0x00007fbda461e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:38:56.117] #4  0x00007fbda462aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:38:56.117] #5  0x00007fbda460d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55f944cddce0,...
[04:38:56.117] #6  0x000055f943f03817 in ExecInterpExpr (state=0x55f945f2cbc0, econtext=0x55f945f2d820, isnull=0x7ffcf1f...
[04:38:56.117] #7  0x000055f943ef4bcf in ExecInterpExprStillValid (state=0x55f945f2cbc0, econtext=0x55f945f2d820, isNull...
[04:38:56.117] #8  0x000055f943f06b3b in ExecEvalExpr (isNull=0x7ffcf1f5683f, econtext=<optimized out>, state=<optimized...
[04:38:56.117] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[04:38:56.759] #0  0x00007fca57ca9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:56.759] #1  0x00007fca57c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:56.759] #2  0x00007fca57c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:56.759] #3  0x00007fca57e1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:38:56.759] #4  0x00007fca57e2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:38:56.759] #5  0x00007fca57e0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55b03aacfce0,...
[04:38:56.759] #6  0x000055b039cf5817 in ExecInterpExpr (state=0x55b067d47fb0, econtext=0x55b067d48b20, isnull=0x7ffce3b...
[04:38:56.759] #7  0x000055b039ce6bcf in ExecInterpExprStillValid (state=0x55b067d47fb0, econtext=0x55b067d48b20, isNull...
[04:38:56.759] #8  0x000055b039cf8b3b in ExecEvalExpr (isNull=0x7ffce3bce05f, econtext=<optimized out>, state=<optimized...
[04:38:56.759] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[04:38:57.263] #0  0x00007fc8bc4a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:57.263] #1  0x00007fc8bc45afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:57.263] #2  0x00007fc8bc445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:57.263] #3  0x00007fc8bc61e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:38:57.263] #4  0x00007fc8bc62aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:38:57.263] #5  0x00007fc8bc60d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55de98842ce0,...
[04:38:57.263] #6  0x000055de97a68817 in ExecInterpExpr (state=0x55ded12dcb60, econtext=0x55ded12dd7c0, isnull=0x7fff764...
[04:38:57.263] #7  0x000055de97a59bcf in ExecInterpExprStillValid (state=0x55ded12dcb60, econtext=0x55ded12dd7c0, isNull...
[04:38:57.263] #8  0x000055de97a6bb3b in ExecEvalExpr (isNull=0x7fff764eef5f, econtext=<optimized out>, state=<optimized...
[04:38:57.263] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[04:38:57.773] #0  0x00007f73274a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:57.773] #1  0x00007f732745afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:57.773] #2  0x00007f7327445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:57.773] #3  0x00007f732761e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:38:57.773] #4  0x00007f732762aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:38:57.773] #5  0x00007f732760d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55cac4e9ace0,...
[04:38:57.773] #6  0x000055cac40c0817 in ExecInterpExpr (state=0x55cacc268f90, econtext=0x55cacc269bf0, isnull=0x7ffcdab...
[04:38:57.773] #7  0x000055cac40b1bcf in ExecInterpExprStillValid (state=0x55cacc268f90, econtext=0x55cacc269bf0, isNull...
[04:38:57.773] #8  0x000055cac40c3b3b in ExecEvalExpr (isNull=0x7ffcdabf6d9f, econtext=<optimized out>, state=<optimized...
[04:38:57.773] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[04:38:58.405] #0  0x00007f90838a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:58.405] #1  0x00007f908385afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:58.405] #2  0x00007f9083845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:58.405] #3  0x00007f9083a1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:38:58.405] #4  0x00007f9083a2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:38:58.405] #5  0x00007f9083a0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x5598b5e07ce0,...
[04:38:58.405] #6  0x00005598b502d817 in ExecInterpExpr (state=0x5598bc613500, econtext=0x5598bc614f08, isnull=0x7ffe1f4...
[04:38:58.405] #7  0x00005598b501ebcf in ExecInterpExprStillValid (state=0x5598bc613500, econtext=0x5598bc614f08, isNull...
[04:38:58.405] #8  0x00005598b5030b3b in ExecEvalExpr (isNull=0x7ffe1f4c3a4f, econtext=<optimized out>, state=<optimized...
[04:38:58.405] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[04:38:59.045] #0  0x00007f7436ea9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:59.045] #1  0x00007f7436e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:59.045] #2  0x00007f7436e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:59.045] #3  0x00007f743701e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:38:59.045] #4  0x00007f743702aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:38:59.045] #5  0x00007f743700d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55c0b22fbce0,...
[04:38:59.045] #6  0x000055c0b1521817 in ExecInterpExpr (state=0x55c0c305fbf0, econtext=0x55c0c3030388, isnull=0x7ffe1d7...
[04:38:59.045] #7  0x000055c0b1512bcf in ExecInterpExprStillValid (state=0x55c0c305fbf0, econtext=0x55c0c3030388, isNull...
[04:38:59.045] #8  0x000055c0b1524b3b in ExecEvalExpr (isNull=0x7ffe1d76ff4f, econtext=<optimized out>, state=<optimized...
[04:38:59.045] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[04:38:59.683] #0  0x00007f6e1bea9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:59.683] #1  0x00007f6e1be5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:59.683] #2  0x00007f6e1be45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:59.683] #3  0x00007f6e1c01e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:38:59.683] #4  0x00007f6e1c02aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:38:59.683] #5  0x00007f6e1c00d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x561d6a0b6ce0,...
[04:38:59.683] #6  0x0000561d692dc817 in ExecInterpExpr (state=0x561d7ec323c0, econtext=0x561d7ec33dc8, isnull=0x7ffe6f6...
[04:38:59.683] #7  0x0000561d692cdbcf in ExecInterpExprStillValid (state=0x561d7ec323c0, econtext=0x561d7ec33dc8, isNull...
[04:38:59.683] #8  0x0000561d692dfb3b in ExecEvalExpr (isNull=0x7ffe6f6f20af, econtext=<optimized out>, state=<optimized...
[04:38:59.683] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[04:39:00.212] #0  0x00007f8753ca9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:39:00.212] #1  0x00007f8753c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:39:00.212] #2  0x00007f8753c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:39:00.212] #3  0x00007f8753e1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:39:00.212] #4  0x00007f8753e2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:39:00.212] #5  0x00007f8753e0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x556691545ce0,...
[04:39:00.212] #6  0x000055669076b817 in ExecInterpExpr (state=0x5566a0f984a0, econtext=0x5566a0f99100, isnull=0x7ffdb9c...
[04:39:00.212] #7  0x000055669075cbcf in ExecInterpExprStillValid (state=0x5566a0f984a0, econtext=0x5566a0f99100, isNull...
[04:39:00.212] #8  0x000055669076eb3b in ExecEvalExpr (isNull=0x7ffdb9c0a26f, econtext=<optimized out>, state=<optimized...
[04:39:00.212] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[04:39:00.755] #0  0x00007f50e86a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:39:00.755] #1  0x00007f50e865afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:39:00.755] #2  0x00007f50e8645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:39:00.755] #3  0x00007f50e881e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:39:00.755] #4  0x00007f50e882aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:39:00.755] #5  0x00007f50e880d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x5624d1f96ce0,...
[04:39:00.755] #6  0x00005624d11bc817 in ExecInterpExpr (state=0x56250526a0b0, econtext=0x56250526ad10, isnull=0x7ffd1d2...
[04:39:00.755] #7  0x00005624d11adbcf in ExecInterpExprStillValid (state=0x56250526a0b0, econtext=0x56250526ad10, isNull...
[04:39:00.755] #8  0x00005624d11bfb3b in ExecEvalExpr (isNull=0x7ffd1d2af6ef, econtext=<optimized out>, state=<optimized...
[04:39:00.755] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[04:39:01.377] #0  0x00007f90838a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:39:01.377] #1  0x00007f908385afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:39:01.377] #2  0x00007f9083845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:39:01.377] #3  0x00007f9083a1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:39:01.377] #4  0x00007f9083a2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:39:01.377] #5  0x00007f9083a0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x5598b5e07ce0,...
[04:39:01.377] #6  0x00005598b502d817 in ExecInterpExpr (state=0x5598bc613500, econtext=0x5598bc614f08, isnull=0x7ffe1f4...
[04:39:01.377] #7  0x00005598b501ebcf in ExecInterpExprStillValid (state=0x5598bc613500, econtext=0x5598bc614f08, isNull...
[04:39:01.377] #8  0x00005598b5030b3b in ExecEvalExpr (isNull=0x7ffe1f4c3a4f, econtext=<optimized out>, state=<optimized...
[04:39:01.377] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[04:39:01.894] #0  0x00007fdd246a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:39:01.894] #1  0x00007fdd2465afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:39:01.894] #2  0x00007fdd24645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:39:01.894] #3  0x00007fdd2481e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:39:01.894] #4  0x00007fdd2482aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:39:01.894] #5  0x00007fdd2480d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55ae1a27ace0,...
[04:39:01.894] #6  0x000055ae194a0817 in ExecInterpExpr (state=0x55ae338482c0, econtext=0x55ae3395ba68, isnull=0x7ffeeab...
[04:39:01.894] #7  0x000055ae19491bcf in ExecInterpExprStillValid (state=0x55ae338482c0, econtext=0x55ae3395ba68, isNull...
[04:39:01.894] #8  0x000055ae194a3b3b in ExecEvalExpr (isNull=0x7ffeeabc13af, econtext=<optimized out>, state=<optimized...
[04:39:01.894] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[04:39:02.419] #0  0x00007f7d93ea9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:39:02.419] #1  0x00007f7d93e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:39:02.419] #2  0x00007f7d93e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:39:02.419] #3  0x00007f7d9401e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:39:02.419] #4  0x00007f7d9402aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:39:02.419] #5  0x00007f7d9400d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x560f67776ce0,...
[04:39:02.419] #6  0x0000560f6699c817 in ExecInterpExpr (state=0x560f79cffe80, econtext=0x560f79d00ae0, isnull=0x7ffee3b...
[04:39:02.419] #7  0x0000560f6698dbcf in ExecInterpExprStillValid (state=0x560f79cffe80, econtext=0x560f79d00ae0, isNull...
[04:39:02.419] #8  0x0000560f6699fb3b in ExecEvalExpr (isNull=0x7ffee3b336bf, econtext=<optimized out>, state=<optimized...
[04:39:02.419] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[04:39:02.963] #0  0x00007f5dc6aa9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:39:02.963] #1  0x00007f5dc6a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:39:02.963] #2  0x00007f5dc6a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:39:02.963] #3  0x00007f5dc6c1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:39:02.963] #4  0x00007f5dc6c2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:39:02.963] #5  0x00007f5dc6c0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x558c59186ce0,...
[04:39:02.963] #6  0x0000558c583ac817 in ExecInterpExpr (state=0x558c71e2bbc0, econtext=0x558c71e34628, isnull=0x7fffcdb...
[04:39:02.963] #7  0x0000558c5839dbcf in ExecInterpExprStillValid (state=0x558c71e2bbc0, econtext=0x558c71e34628, isNull...
[04:39:02.963] #8  0x0000558c583afb3b in ExecEvalExpr (isNull=0x7fffcdba365f, econtext=<optimized out>, state=<optimized...
[04:39:02.963] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[04:39:03.499] #0  0x00007fca57ca9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:39:03.499] #1  0x00007fca57c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:39:03.499] #2  0x00007fca57c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:39:03.499] #3  0x00007fca57e1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:39:03.499] #4  0x00007fca57e2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:39:03.499] #5  0x00007fca57e0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55b03aacfce0,...
[04:39:03.499] #6  0x000055b039cf5817 in ExecInterpExpr (state=0x55b067d54ea8, econtext=0x55b067d55a18, isnull=0x7ffce3b...
[04:39:03.499] #7  0x000055b039ce6bcf in ExecInterpExprStillValid (state=0x55b067d54ea8, econtext=0x55b067d55a18, isNull...
[04:39:03.499] #8  0x000055b039cf8b3b in ExecEvalExpr (isNull=0x7ffce3bce01f, econtext=<optimized out>, state=<optimized...
[04:39:03.499] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[04:39:04.033] #0  0x00007f25b56a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:39:04.033] #1  0x00007f25b565afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:39:04.033] #2  0x00007f25b5645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:39:04.033] #3  0x00007f25b581e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:39:04.033] #4  0x00007f25b582aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:39:04.033] #5  0x00007f25b580d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55fd44720ce0,...
[04:39:04.033] #6  0x000055fd43946817 in ExecInterpExpr (state=0x55fd554445f0, econtext=0x55fd55445250, isnull=0x7ffc564...
[04:39:04.033] #7  0x000055fd43937bcf in ExecInterpExprStillValid (state=0x55fd554445f0, econtext=0x55fd55445250, isNull...
[04:39:04.033] #8  0x000055fd43949b3b in ExecEvalExpr (isNull=0x7ffc564226df, econtext=<optimized out>, state=<optimized...
[04:39:04.033] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[04:39:04.545] #0  0x00007f297b2a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:39:04.545] #1  0x00007f297b25afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:39:04.545] #2  0x00007f297b245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:39:04.545] #3  0x00007f297b41e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:39:04.545] #4  0x00007f297b42aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:39:04.545] #5  0x00007f297b40d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x558a1d9a7ce0,...
[04:39:04.545] #6  0x0000558a1cbcd817 in ExecInterpExpr (state=0x558a41b77e90, econtext=0x558a41b78af0, isnull=0x7ffd64a...
[04:39:04.545] #7  0x0000558a1cbbebcf in ExecInterpExprStillValid (state=0x558a41b77e90, econtext=0x558a41b78af0, isNull...
[04:39:04.545] #8  0x0000558a1cbd0b3b in ExecEvalExpr (isNull=0x7ffd64a7e74f, econtext=<optimized out>, state=<optimized...
[04:39:04.545] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[04:39:05.050] #0  0x00007fca57ca9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:39:05.050] #1  0x00007fca57c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:39:05.050] #2  0x00007fca57c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:39:05.050] #3  0x00007fca57e1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:39:05.050] #4  0x00007fca57e2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:39:05.050] #5  0x00007fca57e0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55b03aacfce0,...
[04:39:05.050] #6  0x000055b039cf5817 in ExecInterpExpr (state=0x55b067d3b438, econtext=0x55b067d3c098, isnull=0x7ffce3b...
[04:39:05.050] #7  0x000055b039ce6bcf in ExecInterpExprStillValid (state=0x55b067d3b438, econtext=0x55b067d3c098, isNull...
[04:39:05.050] #8  0x000055b039cf8b3b in ExecEvalExpr (isNull=0x7ffce3bce1cf, econtext=<optimized out>, state=<optimized...
[04:39:05.050] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[04:39:05.559] #0  0x00007fcda76a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:39:05.559] #1  0x00007fcda765afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:39:05.559] #2  0x00007fcda7645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:39:05.559] #3  0x00007fcda781e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:39:05.559] #4  0x00007fcda782aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:39:05.559] #5  0x00007fcda780d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55bafc3f0ce0,...
[04:39:05.559] #6  0x000055bafb616817 in ExecInterpExpr (state=0x55bb0bfc84b0, econtext=0x55bb0bfc9110, isnull=0x7fff44c...
[04:39:05.559] #7  0x000055bafb607bcf in ExecInterpExprStillValid (state=0x55bb0bfc84b0, econtext=0x55bb0bfc9110, isNull...
[04:39:05.559] #8  0x000055bafb619b3b in ExecEvalExpr (isNull=0x7fff44c62b5f, econtext=<optimized out>, state=<optimized...
[04:39:05.559] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[04:38:25.029] #0  0x00007fca57ca9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:25.029] #1  0x00007fca57c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:25.029] #2  0x00007fca57c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:25.029] #3  0x00007fca57e1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:38:25.029] #4  0x00007fca57e2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:38:25.029] #5  0x00007fca57e0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55b03aacfce0,...
[04:38:25.029] #6  0x000055b039cf5817 in ExecInterpExpr (state=0x55b067d1f790, econtext=0x55b067d2a498, isnull=0x7ffce3b...
[04:38:25.029] #7  0x000055b039ce6bcf in ExecInterpExprStillValid (state=0x55b067d1f790, econtext=0x55b067d2a498, isNull...
[04:38:25.029] #8  0x000055b039cf8b3b in ExecEvalExpr (isNull=0x7ffce3bce14f, econtext=<optimized out>, state=<optimized...
[04:38:25.029] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[04:38:25.554] #0  0x00007f5a280a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:25.554] #1  0x00007f5a2805afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:25.554] #2  0x00007f5a28045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:25.554] #3  0x00007f5a2821e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:38:25.554] #4  0x00007f5a2822aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:38:25.554] #5  0x00007f5a2820d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x5592e9918ce0,...
[04:38:25.554] #6  0x00005592e8b3e817 in ExecInterpExpr (state=0x5593095ea630, econtext=0x5593095eb290, isnull=0x7ffe531...
[04:38:25.554] #7  0x00005592e8b2fbcf in ExecInterpExprStillValid (state=0x5593095ea630, econtext=0x5593095eb290, isNull...
[04:38:25.554] #8  0x00005592e8b41b3b in ExecEvalExpr (isNull=0x7ffe5319ae5f, econtext=<optimized out>, state=<optimized...
[04:38:25.554] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[04:38:26.312] #0  0x00007fa0540a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:26.312] #1  0x00007fa05405afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:26.312] #2  0x00007fa054045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:26.312] #3  0x00007fa05421e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:38:26.312] #4  0x00007fa05422aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:38:26.312] #5  0x00007fa05420d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55fcd3037ce0,...
[04:38:26.312] #6  0x000055fcd225d817 in ExecInterpExpr (state=0x55fd11f5f518, econtext=0x55fd11f60178, isnull=0x7ffee47...
[04:38:26.312] #7  0x000055fcd224ebcf in ExecInterpExprStillValid (state=0x55fd11f5f518, econtext=0x55fd11f60178, isNull...
[04:38:26.312] #8  0x000055fcd2260b3b in ExecEvalExpr (isNull=0x7ffee474ebaf, econtext=<optimized out>, state=<optimized...
[04:38:26.312] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[04:38:26.830] #0  0x00007fad3a2a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:26.830] #1  0x00007fad3a25afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:26.830] #2  0x00007fad3a245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:26.830] #3  0x00007fad3a41e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:38:26.830] #4  0x00007fad3a42aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:38:26.830] #5  0x00007fad3a40d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x562817514ce0,...
[04:38:26.830] #6  0x000056281673a817 in ExecInterpExpr (state=0x562825cead20, econtext=0x562825ceb980, isnull=0x7ffd040...
[04:38:26.830] #7  0x000056281672bbcf in ExecInterpExprStillValid (state=0x562825cead20, econtext=0x562825ceb980, isNull...
[04:38:26.830] #8  0x000056281673db3b in ExecEvalExpr (isNull=0x7ffd040b2ebf, econtext=<optimized out>, state=<optimized...
[04:38:26.830] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[04:38:27.366] #0  0x00007f6d974a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:27.366] #1  0x00007f6d9745afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:27.366] #2  0x00007f6d97445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:27.366] #3  0x00007f6d9761e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:38:27.366] #4  0x00007f6d9762aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:38:27.366] #5  0x00007f6d9760d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x556896100ce0,...
[04:38:27.366] #6  0x0000556895326817 in ExecInterpExpr (state=0x55689af6fbe0, econtext=0x55689af70840, isnull=0x7fff666...
[04:38:27.366] #7  0x0000556895317bcf in ExecInterpExprStillValid (state=0x55689af6fbe0, econtext=0x55689af70840, isNull...
[04:38:27.366] #8  0x0000556895329b3b in ExecEvalExpr (isNull=0x7fff66694b1f, econtext=<optimized out>, state=<optimized...
[04:38:27.366] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[04:38:28.030] #0  0x00007fcc09ca9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:28.030] #1  0x00007fcc09c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:28.030] #2  0x00007fcc09c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:28.030] #3  0x00007fcc09e1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:38:28.030] #4  0x00007fcc09e2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:38:28.030] #5  0x00007fcc09e0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55bb8b6a5ce0,...
[04:38:28.030] #6  0x000055bb8a8cb817 in ExecInterpExpr (state=0x55bbc015da40, econtext=0x55bbc015e5b0, isnull=0x7ffced3...
[04:38:28.030] #7  0x000055bb8a8bcbcf in ExecInterpExprStillValid (state=0x55bbc015da40, econtext=0x55bbc015e5b0, isNull...
[04:38:28.030] #8  0x000055bb8a8ceb3b in ExecEvalExpr (isNull=0x7ffced322d3f, econtext=<optimized out>, state=<optimized...
[04:38:28.030] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[04:38:28.541] #0  0x00007f2cc1ea9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:28.541] #1  0x00007f2cc1e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:28.541] #2  0x00007f2cc1e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:28.541] #3  0x00007f2cc201e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:38:28.541] #4  0x00007f2cc202aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:38:28.541] #5  0x00007f2cc200d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x56037568dce0,...
[04:38:28.541] #6  0x00005603748b3817 in ExecInterpExpr (state=0x5603a2975ac0, econtext=0x5603a2976720, isnull=0x7ffcf3b...
[04:38:28.541] #7  0x00005603748a4bcf in ExecInterpExprStillValid (state=0x5603a2975ac0, econtext=0x5603a2976720, isNull...
[04:38:28.541] #8  0x00005603748b6b3b in ExecEvalExpr (isNull=0x7ffcf3b6f08f, econtext=<optimized out>, state=<optimized...
[04:38:28.541] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[04:38:29.173] #0  0x00007f6e1bea9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:29.173] #1  0x00007f6e1be5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:29.173] #2  0x00007f6e1be45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:29.173] #3  0x00007f6e1c01e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:38:29.173] #4  0x00007f6e1c02aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:38:29.173] #5  0x00007f6e1c00d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x561d6a0b6ce0,...
[04:38:29.173] #6  0x0000561d692dc817 in ExecInterpExpr (state=0x561d7ec33680, econtext=0x561d7ec351a8, isnull=0x7ffe6f6...
[04:38:29.173] #7  0x0000561d692cdbcf in ExecInterpExprStillValid (state=0x561d7ec33680, econtext=0x561d7ec351a8, isNull...
[04:38:29.173] #8  0x0000561d692dfb3b in ExecEvalExpr (isNull=0x7ffe6f6f20af, econtext=<optimized out>, state=<optimized...
[04:38:29.173] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[04:38:29.684] #0  0x00007f2a692a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:29.684] #1  0x00007f2a6925afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:29.684] #2  0x00007f2a69245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:29.684] #3  0x00007f2a6941e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:38:29.684] #4  0x00007f2a6942aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:38:29.684] #5  0x00007f2a6940d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55b8a6f81ce0,...
[04:38:29.684] #6  0x000055b8a61a7817 in ExecInterpExpr (state=0x55b8d2da0d10, econtext=0x55b8d2da1970, isnull=0x7ffdde9...
[04:38:29.684] #7  0x000055b8a6198bcf in ExecInterpExprStillValid (state=0x55b8d2da0d10, econtext=0x55b8d2da1970, isNull...
[04:38:29.684] #8  0x000055b8a61aab3b in ExecEvalExpr (isNull=0x7ffdde9e40df, econtext=<optimized out>, state=<optimized...
[04:38:29.684] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[04:38:30.199] #0  0x00007f5a0baa9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:30.199] #1  0x00007f5a0ba5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:30.199] #2  0x00007f5a0ba45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:30.199] #3  0x00007f5a0bc1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:38:30.199] #4  0x00007f5a0bc2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:38:30.199] #5  0x00007f5a0bc0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x5586cce6ace0,...
[04:38:30.199] #6  0x00005586cc090817 in ExecInterpExpr (state=0x5586cec63be0, econtext=0x5586cec64840, isnull=0x7ffdb25...
[04:38:30.199] #7  0x00005586cc081bcf in ExecInterpExprStillValid (state=0x5586cec63be0, econtext=0x5586cec64840, isNull...
[04:38:30.199] #8  0x00005586cc093b3b in ExecEvalExpr (isNull=0x7ffdb25ee19f, econtext=<optimized out>, state=<optimized...
[04:38:30.199] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[04:38:30.833] #0  0x00007f3d93ca9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:30.833] #1  0x00007f3d93c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:30.833] #2  0x00007f3d93c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:30.833] #3  0x00007f3d93e1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:38:30.833] #4  0x00007f3d93e2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:38:30.833] #5  0x00007f3d93e0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x557570882ce0,...
[04:38:30.833] #6  0x000055756faa8817 in ExecInterpExpr (state=0x55757a01d1c0, econtext=0x55757a01ebc8, isnull=0x7ffe80b...
[04:38:30.833] #7  0x000055756fa99bcf in ExecInterpExprStillValid (state=0x55757a01d1c0, econtext=0x55757a01ebc8, isNull...
[04:38:30.833] #8  0x000055756faabb3b in ExecEvalExpr (isNull=0x7ffe80b1d76f, econtext=<optimized out>, state=<optimized...
[04:38:30.833] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[04:38:32.071] #0  0x00007f3d93ca9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:32.071] #1  0x00007f3d93c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:32.071] #2  0x00007f3d93c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:32.071] #3  0x00007f3d93e1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:38:32.071] #4  0x00007f3d93e2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:38:32.071] #5  0x00007f3d93e0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x557570882ce0,...
[04:38:32.071] #6  0x000055756faa8817 in ExecInterpExpr (state=0x55757a082cb0, econtext=0x55757a0846b8, isnull=0x7ffe80b...
[04:38:32.071] #7  0x000055756fa99bcf in ExecInterpExprStillValid (state=0x55757a082cb0, econtext=0x55757a0846b8, isNull...
[04:38:32.071] #8  0x000055756faabb3b in ExecEvalExpr (isNull=0x7ffe80b1d76f, econtext=<optimized out>, state=<optimized...
[04:38:32.071] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[04:38:32.721] #0  0x00007fb58dca9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:32.721] #1  0x00007fb58dc5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:32.721] #2  0x00007fb58dc45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:32.721] #3  0x00007fb58de1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:38:32.721] #4  0x00007fb58de2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:38:32.721] #5  0x00007fb58de0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55a7a0476ce0,...
[04:38:32.721] #6  0x000055a79f69c817 in ExecInterpExpr (state=0x55a7bed49590, econtext=0x55a7bed13cf8, isnull=0x7ffc717...
[04:38:32.721] #7  0x000055a79f68dbcf in ExecInterpExprStillValid (state=0x55a7bed49590, econtext=0x55a7bed13cf8, isNull...
[04:38:32.721] #8  0x000055a79f69fb3b in ExecEvalExpr (isNull=0x7ffc7173e53f, econtext=<optimized out>, state=<optimized...
[04:38:32.721] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[04:38:34.260] #0  0x00007f9398aa9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:34.260] #1  0x00007f9398a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:34.260] #2  0x00007f9398a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:34.260] #3  0x00007f9398c1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:38:34.260] #4  0x00007f9398c2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:38:34.260] #5  0x00007f9398c0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55eff0cb6ce0,...
[04:38:34.260] #6  0x000055efefedc817 in ExecInterpExpr (state=0x55effaa74d10, econtext=0x55effaa7c0e8, isnull=0x7ffe81f...
[04:38:34.260] #7  0x000055efefecdbcf in ExecInterpExprStillValid (state=0x55effaa74d10, econtext=0x55effaa7c0e8, isNull...
[04:38:34.260] #8  0x000055efefedfb3b in ExecEvalExpr (isNull=0x7ffe81fa535f, econtext=<optimized out>, state=<optimized...
[04:38:34.260] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[04:38:34.906] #0  0x00007f90838a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:34.906] #1  0x00007f908385afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:34.906] #2  0x00007f9083845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:34.906] #3  0x00007f9083a1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:38:34.906] #4  0x00007f9083a2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:38:34.906] #5  0x00007f9083a0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x5598b5e07ce0,...
[04:38:34.906] #6  0x00005598b502d817 in ExecInterpExpr (state=0x5598bc613500, econtext=0x5598bc614f08, isnull=0x7ffe1f4...
[04:38:34.906] #7  0x00005598b501ebcf in ExecInterpExprStillValid (state=0x5598bc613500, econtext=0x5598bc614f08, isNull...
[04:38:34.906] #8  0x00005598b5030b3b in ExecEvalExpr (isNull=0x7ffe1f4c3a4f, econtext=<optimized out>, state=<optimized...
[04:38:34.906] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[04:38:22.812] #0  0x00007f66492a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:22.812] #1  0x00007f664925afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:22.812] #2  0x00007f6649245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:22.812] #3  0x00007f664941e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:38:22.812] #4  0x00007f664942aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:38:22.812] #5  0x00007f664940d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55c64bb1dce0,...
[04:38:22.812] #6  0x000055c64ad43817 in ExecInterpExpr (state=0x55c6766e05f0, econtext=0x55c6766e1250, isnull=0x7ffcc6c...
[04:38:22.812] #7  0x000055c64ad34bcf in ExecInterpExprStillValid (state=0x55c6766e05f0, econtext=0x55c6766e1250, isNull...
[04:38:22.812] #8  0x000055c64ad46b3b in ExecEvalExpr (isNull=0x7ffcc6cc356f, econtext=<optimized out>, state=<optimized...
[04:38:22.812] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[04:38:35.404] #0  0x00007f37a6aa9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:35.404] #1  0x00007f37a6a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:35.404] #2  0x00007f37a6a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:35.404] #3  0x00007f37a6c1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:38:35.404] #4  0x00007f37a6c2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:38:35.404] #5  0x00007f37a6c0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x563223e5fce0,...
[04:38:35.404] #6  0x0000563223085817 in ExecInterpExpr (state=0x563228d1ec10, econtext=0x563228d1f870, isnull=0x7ffc121...
[04:38:35.404] #7  0x0000563223076bcf in ExecInterpExprStillValid (state=0x563228d1ec10, econtext=0x563228d1f870, isNull...
[04:38:35.404] #8  0x0000563223088b3b in ExecEvalExpr (isNull=0x7ffc1211e64f, econtext=<optimized out>, state=<optimized...
[04:38:35.404] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[04:38:35.922] #0  0x00007f38f88a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:35.922] #1  0x00007f38f885afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:35.922] #2  0x00007f38f8845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:35.922] #3  0x00007f38f8a1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:38:35.922] #4  0x00007f38f8a2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:38:35.922] #5  0x00007f38f8a0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55f4646dbce0,...
[04:38:35.922] #6  0x000055f463901817 in ExecInterpExpr (state=0x55f49329d150, econtext=0x55f49329ddb0, isnull=0x7ffc213...
[04:38:35.922] #7  0x000055f4638f2bcf in ExecInterpExprStillValid (state=0x55f49329d150, econtext=0x55f49329ddb0, isNull...
[04:38:35.922] #8  0x000055f463904b3b in ExecEvalExpr (isNull=0x7ffc213fa8af, econtext=<optimized out>, state=<optimized...
[04:38:35.922] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[04:38:36.430] #0  0x00007f52adea9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:36.430] #1  0x00007f52ade5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:36.430] #2  0x00007f52ade45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:36.430] #3  0x00007f52ae01e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:38:36.430] #4  0x00007f52ae02aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:38:36.430] #5  0x00007f52ae00d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55f58e7f1ce0,...
[04:38:36.430] #6  0x000055f58da17817 in ExecInterpExpr (state=0x55f5c72cad80, econtext=0x55f5c72cb9e0, isnull=0x7fffa33...
[04:38:36.430] #7  0x000055f58da08bcf in ExecInterpExprStillValid (state=0x55f5c72cad80, econtext=0x55f5c72cb9e0, isNull...
[04:38:36.430] #8  0x000055f58da1ab3b in ExecEvalExpr (isNull=0x7fffa330b11f, econtext=<optimized out>, state=<optimized...
[04:38:36.430] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[04:38:36.939] #0  0x00007f3dbcea9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:36.939] #1  0x00007f3dbce5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:36.939] #2  0x00007f3dbce45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:36.939] #3  0x00007f3dbd01e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:38:36.939] #4  0x00007f3dbd02aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:38:36.939] #5  0x00007f3dbd00d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x5560eed88ce0,...
[04:38:36.939] #6  0x00005560edfae817 in ExecInterpExpr (state=0x55611f73fd30, econtext=0x55611f740990, isnull=0x7fff973...
[04:38:36.939] #7  0x00005560edf9fbcf in ExecInterpExprStillValid (state=0x55611f73fd30, econtext=0x55611f740990, isNull...
[04:38:36.939] #8  0x00005560edfb1b3b in ExecEvalExpr (isNull=0x7fff9735140f, econtext=<optimized out>, state=<optimized...
[04:38:36.939] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[04:38:37.455] #0  0x00007f35c8ca9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:37.455] #1  0x00007f35c8c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:37.455] #2  0x00007f35c8c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:37.455] #3  0x00007f35c8e1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:38:37.455] #4  0x00007f35c8e2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:38:37.455] #5  0x00007f35c8e0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x558ba6a3ace0,...
[04:38:37.455] #6  0x0000558ba5c60817 in ExecInterpExpr (state=0x558bdcbcaa10, econtext=0x558bdcbcb670, isnull=0x7ffe222...
[04:38:37.455] #7  0x0000558ba5c51bcf in ExecInterpExprStillValid (state=0x558bdcbcaa10, econtext=0x558bdcbcb670, isNull...
[04:38:37.455] #8  0x0000558ba5c63b3b in ExecEvalExpr (isNull=0x7ffe2228f12f, econtext=<optimized out>, state=<optimized...
[04:38:37.455] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[04:38:38.077] #0  0x00007f450a2a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:38.077] #1  0x00007f450a25afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:38.077] #2  0x00007f450a245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:38.077] #3  0x00007f450a41e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:38:38.077] #4  0x00007f450a42aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:38:38.077] #5  0x00007f450a40d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55c35fecece0,...
[04:38:38.077] #6  0x000055c35f0f4817 in ExecInterpExpr (state=0x55c36b17a0e0, econtext=0x55c36b17bae8, isnull=0x7ffc7ed...
[04:38:38.077] #7  0x000055c35f0e5bcf in ExecInterpExprStillValid (state=0x55c36b17a0e0, econtext=0x55c36b17bae8, isNull...
[04:38:38.077] #8  0x000055c35f0f7b3b in ExecEvalExpr (isNull=0x7ffc7ede57af, econtext=<optimized out>, state=<optimized...
[04:38:38.077] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[04:38:38.582] #0  0x00007f04d78a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:38.582] #1  0x00007f04d785afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:38.582] #2  0x00007f04d7845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:38.582] #3  0x00007f04d7a1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:38:38.582] #4  0x00007f04d7a2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:38:38.582] #5  0x00007f04d7a0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x557cc9b31ce0,...
[04:38:38.582] #6  0x0000557cc8d57817 in ExecInterpExpr (state=0x557cedfc2bd0, econtext=0x557cedfc3830, isnull=0x7ffeada...
[04:38:38.582] #7  0x0000557cc8d48bcf in ExecInterpExprStillValid (state=0x557cedfc2bd0, econtext=0x557cedfc3830, isNull...
[04:38:38.582] #8  0x0000557cc8d5ab3b in ExecEvalExpr (isNull=0x7ffeadab648f, econtext=<optimized out>, state=<optimized...
[04:38:38.582] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[04:38:39.281] #0  0x00007fca57ca9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:39.281] #1  0x00007fca57c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:39.281] #2  0x00007fca57c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:39.281] #3  0x00007fca57e1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:38:39.281] #4  0x00007fca57e2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:38:39.281] #5  0x00007fca57e0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55b03aacfce0,...
[04:38:39.281] #6  0x000055b039cf5817 in ExecInterpExpr (state=0x55b067d522a0, econtext=0x55b067d1ea18, isnull=0x7ffce3b...
[04:38:39.281] #7  0x000055b039ce6bcf in ExecInterpExprStillValid (state=0x55b067d522a0, econtext=0x55b067d1ea18, isNull...
[04:38:39.281] #8  0x000055b039cf8b3b in ExecEvalExpr (isNull=0x7ffce3bce14f, econtext=<optimized out>, state=<optimized...
[04:38:39.281] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[04:38:39.801] #0  0x00007f5b0bea9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:39.801] #1  0x00007f5b0be5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:39.801] #2  0x00007f5b0be45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:39.801] #3  0x00007f5b0c01e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:38:39.801] #4  0x00007f5b0c02aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:38:39.801] #5  0x00007f5b0c00d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55d751fecce0,...
[04:38:39.801] #6  0x000055d751212817 in ExecInterpExpr (state=0x55d78120bcf0, econtext=0x55d78120c950, isnull=0x7ffec07...
[04:38:39.801] #7  0x000055d751203bcf in ExecInterpExprStillValid (state=0x55d78120bcf0, econtext=0x55d78120c950, isNull...
[04:38:39.801] #8  0x000055d751215b3b in ExecEvalExpr (isNull=0x7ffec0747f1f, econtext=<optimized out>, state=<optimized...
[04:38:39.801] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[04:38:40.303] #0  0x00007f38294a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:40.303] #1  0x00007f382945afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:40.303] #2  0x00007f3829445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:40.303] #3  0x00007f382961e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:38:40.303] #4  0x00007f382962aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:38:40.303] #5  0x00007f382960d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x5629295cdce0,...
[04:38:40.303] #6  0x00005629287f3817 in ExecInterpExpr (state=0x56293ed36c20, econtext=0x56293ed3b6e8, isnull=0x7fff95a...
[04:38:40.303] #7  0x00005629287e4bcf in ExecInterpExprStillValid (state=0x56293ed36c20, econtext=0x56293ed3b6e8, isNull...
[04:38:40.303] #8  0x00005629287f6b3b in ExecEvalExpr (isNull=0x7fff95ab7dff, econtext=<optimized out>, state=<optimized...
[04:38:40.303] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[04:38:40.809] #0  0x00007fc89e6a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:40.809] #1  0x00007fc89e65afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:40.809] #2  0x00007fc89e645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:40.809] #3  0x00007fc89e81e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:38:40.809] #4  0x00007fc89e82aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:38:40.809] #5  0x00007fc89e80d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55e9ee743ce0,...
[04:38:40.809] #6  0x000055e9ed969817 in ExecInterpExpr (state=0x55ea22c2f4c0, econtext=0x55ea22c30120, isnull=0x7ffdd31...
[04:38:40.809] #7  0x000055e9ed95abcf in ExecInterpExprStillValid (state=0x55ea22c2f4c0, econtext=0x55ea22c30120, isNull...
[04:38:40.809] #8  0x000055e9ed96cb3b in ExecEvalExpr (isNull=0x7ffdd3196dff, econtext=<optimized out>, state=<optimized...
[04:38:40.809] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[04:38:41.321] #0  0x00007fadd58a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:41.321] #1  0x00007fadd585afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:41.321] #2  0x00007fadd5845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:41.321] #3  0x00007fadd5a1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:38:41.321] #4  0x00007fadd5a2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:38:41.321] #5  0x00007fadd5a0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55a4d3a16ce0,...
[04:38:41.321] #6  0x000055a4d2c3c817 in ExecInterpExpr (state=0x55a4ffc556a0, econtext=0x55a4ffc56300, isnull=0x7ffd8e4...
[04:38:41.321] #7  0x000055a4d2c2dbcf in ExecInterpExprStillValid (state=0x55a4ffc556a0, econtext=0x55a4ffc56300, isNull...
[04:38:41.321] #8  0x000055a4d2c3fb3b in ExecEvalExpr (isNull=0x7ffd8e4f824f, econtext=<optimized out>, state=<optimized...
[04:38:41.321] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[04:38:41.978] #0  0x00007f1bdd0a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:41.978] #1  0x00007f1bdd05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:41.978] #2  0x00007f1bdd045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:41.978] #3  0x00007f1bdd21e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:38:41.978] #4  0x00007f1bdd22aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:38:41.978] #5  0x00007f1bdd20d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x563d09602ce0,...
[04:38:41.978] #6  0x0000563d08828817 in ExecInterpExpr (state=0x563d418783c0, econtext=0x563d41879dc8, isnull=0x7ffc3b7...
[04:38:41.978] #7  0x0000563d08819bcf in ExecInterpExprStillValid (state=0x563d418783c0, econtext=0x563d41879dc8, isNull...
[04:38:41.978] #8  0x0000563d0882bb3b in ExecEvalExpr (isNull=0x7ffc3b7ea64f, econtext=<optimized out>, state=<optimized...
[04:38:41.978] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[04:38:42.614] #0  0x00007f6e1bea9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:42.614] #1  0x00007f6e1be5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:42.614] #2  0x00007f6e1be45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:42.614] #3  0x00007f6e1c01e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:38:42.614] #4  0x00007f6e1c02aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:38:42.614] #5  0x00007f6e1c00d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x561d6a0b6ce0,...
[04:38:42.614] #6  0x0000561d692dc817 in ExecInterpExpr (state=0x561d7ec11140, econtext=0x561d7ec13068, isnull=0x7ffe6f6...
[04:38:42.614] #7  0x0000561d692cdbcf in ExecInterpExprStillValid (state=0x561d7ec11140, econtext=0x561d7ec13068, isNull...
[04:38:42.614] #8  0x0000561d692dfb3b in ExecEvalExpr (isNull=0x7ffe6f6f20af, econtext=<optimized out>, state=<optimized...
[04:38:42.614] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[04:38:43.660] #0  0x00007f78392a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:43.660] #1  0x00007f783925afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:43.660] #2  0x00007f7839245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:43.660] #3  0x00007f783941e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:38:43.660] #4  0x00007f783942aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:38:43.660] #5  0x00007f783940d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x56296595cce0,...
[04:38:43.660] #6  0x0000562964b82817 in ExecInterpExpr (state=0x5629812f46d0, econtext=0x5629812fefd8, isnull=0x7ffe38d...
[04:38:43.660] #7  0x0000562964b73bcf in ExecInterpExprStillValid (state=0x5629812f46d0, econtext=0x5629812fefd8, isNull...
[04:38:43.660] #8  0x0000562964b85b3b in ExecEvalExpr (isNull=0x7ffe38d71caf, econtext=<optimized out>, state=<optimized...
[04:38:43.660] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[04:38:44.186] #0  0x00007fbc32ea9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:44.186] #1  0x00007fbc32e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:44.186] #2  0x00007fbc32e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:44.186] #3  0x00007fbc3301e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:38:44.186] #4  0x00007fbc3302aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:38:44.186] #5  0x00007fbc3300d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x558797b4ece0,...
[04:38:44.186] #6  0x0000558796d74817 in ExecInterpExpr (state=0x5587b1890d00, econtext=0x5587b1891960, isnull=0x7fff2c5...
[04:38:44.186] #7  0x0000558796d65bcf in ExecInterpExprStillValid (state=0x5587b1890d00, econtext=0x5587b1891960, isNull...
[04:38:44.186] #8  0x0000558796d77b3b in ExecEvalExpr (isNull=0x7fff2c511b0f, econtext=<optimized out>, state=<optimized...
[04:38:44.186] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[04:38:44.713] #0  0x00007f2e142a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:44.713] #1  0x00007f2e1425afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:44.713] #2  0x00007f2e14245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:44.713] #3  0x00007f2e1441e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:38:44.713] #4  0x00007f2e1442aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:38:44.713] #5  0x00007f2e1440d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x562ea1560ce0,...
[04:38:44.713] #6  0x0000562ea0786817 in ExecInterpExpr (state=0x562eb37d3cf0, econtext=0x562eb37d4950, isnull=0x7ffee65...
[04:38:44.713] #7  0x0000562ea0777bcf in ExecInterpExprStillValid (state=0x562eb37d3cf0, econtext=0x562eb37d4950, isNull...
[04:38:44.713] #8  0x0000562ea0789b3b in ExecEvalExpr (isNull=0x7ffee652d14f, econtext=<optimized out>, state=<optimized...
[04:38:44.713] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[04:38:45.236] #0  0x00007f24794a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:45.236] #1  0x00007f247945afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:45.236] #2  0x00007f2479445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:45.236] #3  0x00007f247961e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:38:45.236] #4  0x00007f247962aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:38:45.236] #5  0x00007f247960d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55eae841bce0,...
[04:38:45.236] #6  0x000055eae7641817 in ExecInterpExpr (state=0x55eb19c921d0, econtext=0x55eb19c92e30, isnull=0x7ffdac0...
[04:38:45.236] #7  0x000055eae7632bcf in ExecInterpExprStillValid (state=0x55eb19c921d0, econtext=0x55eb19c92e30, isNull...
[04:38:45.236] #8  0x000055eae7644b3b in ExecEvalExpr (isNull=0x7ffdac01136f, econtext=<optimized out>, state=<optimized...
[04:38:45.236] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[04:38:45.880] #0  0x00007f6e1bea9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:45.880] #1  0x00007f6e1be5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:45.880] #2  0x00007f6e1be45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:38:45.880] #3  0x00007f6e1c01e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:38:45.880] #4  0x00007f6e1c02aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:38:45.880] #5  0x00007f6e1c00d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x561d6a0b6ce0,...
[04:38:45.880] #6  0x0000561d692dc817 in ExecInterpExpr (state=0x561d7ec33680, econtext=0x561d7ec351a8, isnull=0x7ffe6f6...
[04:38:45.880] #7  0x0000561d692cdbcf in ExecInterpExprStillValid (state=0x561d7ec33680, econtext=0x561d7ec351a8, isNull...
[04:38:45.880] #8  0x0000561d692dfb3b in ExecEvalExpr (isNull=0x7ffe6f6f20af, econtext=<optimized out>, state=<optimized...
[04:38:45.880] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/matview-write-skew.out /tmp/cirrus-ci-build/build/testrun/isol...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/matview-write-skew.out	2024-10-29 04:28:53.927294561 +0000
+++ /tmp/cirrus-ci-build/build/testrun/isolation/isolation/results/matview-write-skew.out	2024-10-29 04:33:57.498667706 ...
@@ -1,121 +1,6 @@
 Parsed test spec with 2 sessions
 
 starting permutation: s1_begin s2_begin s1_refresh s2_read s2_insert s1_commit s2_commit
-step s1_begin: BEGIN ISOLATION LEVEL SERIALIZABLE;
-step s2_begin: BEGIN ISOLATION LEVEL SERIALIZABLE;
-step s1_refresh: REFRESH MATERIALIZED VIEW CONCURRENTLY order_summary;
-step s2_read: SELECT max(date) FROM order_summary;
-       max
-----------
-04-01-2022
-(1 row)
-
-step s2_insert: INSERT INTO orders VALUES ('2022-04-02', 'orange', 15);
-step s1_commit: COMMIT;
-step s2_commit: COMMIT;
-ERROR:  could not serialize access due to read/write dependencies among transactions
...
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pageinspect/expected/brin.out /tmp/cirrus-ci-build/build/testrun/pageinspect/regre...
--- /tmp/cirrus-ci-build/contrib/pageinspect/expected/brin.out	2024-10-29 04:28:52.243294526 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pageinspect/regress/results/brin.out	2024-10-29 04:33:58.006667425 +0000
@@ -161,50 +161,7 @@
 SELECT * FROM brin_page_items(get_raw_page('brin_test_parallel_idx', 2), 'brin_test_parallel_idx')
 EXCEPT
 SELECT * FROM brin_page_items(get_raw_page('brin_test_serial_idx', 2), 'brin_test_serial_idx');
- itemoffset | blknum | attnum | allnulls | hasnulls | placeholder | empty | value 
-------------+--------+--------+----------+----------+-------------+-------+-------
-(0 rows)
-
-SELECT * FROM brin_page_items(get_raw_page('brin_test_serial_idx', 2), 'brin_test_serial_idx')
-EXCEPT
-SELECT * FROM brin_page_items(get_raw_page('brin_test_parallel_idx', 2), 'brin_test_parallel_idx');
- itemoffset | blknum | attnum | allnulls | hasnulls | placeholder | empty | value 
-------------+--------+--------+----------+----------+-------------+-------+-------
-(0 rows)
-
-DROP INDEX brin_test_parallel_idx;
--- force parallel build, but don't allow starting parallel workers to force
...
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/select.out /tmp/cirrus-ci-build/build/testrun/pg_stat_...
--- /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/select.out	2024-10-29 04:28:52.259294526 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_stat_statements/regress/results/select.out	2024-10-29 04:33:59.522666590 +0000
@@ -320,96 +320,7 @@
 FROM (VALUES (1, 2, 3), (4, NULL, 6), (7, 8, 9)) AS t (a, b, c)
 GROUP BY ROLLUP(a, b), rollup(a, c)
 ORDER BY a, b, c;
- a | b | c 
----+---+---
- 1 | 2 | 3
- 1 | 2 |  
- 1 | 2 |  
- 1 |   | 3
- 1 |   | 3
- 1 |   |  
- 1 |   |  
- 1 |   |  
- 4 |   | 6
- 4 |   | 6
- 4 |   | 6
...
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_trgm/expected/pg_trgm.out /tmp/cirrus-ci-build/build/testrun/pg_trgm/regress/re...
--- /tmp/cirrus-ci-build/contrib/pg_trgm/expected/pg_trgm.out	2024-10-29 04:28:52.263294526 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_trgm/regress/results/pg_trgm.out	2024-10-29 04:34:01.402665561 +0000
@@ -5384,21 +5384,7 @@
 
 SELECT DISTINCT city, similarity(city, 'Warsaw'), show_limit()
   FROM restaurants WHERE city % 'Warsaw';
-  city  | similarity | show_limit 
---------+------------+------------
- Warsaw |          1 |        0.3
-(1 row)
-
-SELECT set_limit(0.5);
- set_limit 
------------
-       0.5
-(1 row)
-
-SELECT DISTINCT city, similarity(city, 'Warsaw'), show_limit()
-  FROM restaurants WHERE city % 'Warsaw';
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/type_sanity.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/00...
--- /tmp/cirrus-ci-build/src/test/regress/expected/type_sanity.out	2024-10-29 04:28:54.159294566 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/type_sanity.out	2024-10-29 04:33:15.918693...
@@ -172,573 +172,7 @@
 FROM pg_type AS t1
 WHERE t1.typtype not in ('b', 'p')
 ORDER BY 1;
- typtype |   typinput    
----------+---------------
- c       | record_in
- d       | domain_in
- e       | enum_in
- m       | multirange_in
- r       | range_in
-(5 rows)
-
--- Check for bogus typoutput routines
--- As of 8.0, this check finds refcursor, which is borrowing
--- other types' I/O routines
-SELECT t1.oid, t1.typname, p1.oid, p1.proname
...
regress
diff -U3 /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out /tmp/cirrus-ci-build/build/testrun/postgres...
--- /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out	2024-10-29 04:28:52.295294527 +0000
+++ /tmp/cirrus-ci-build/build/testrun/postgres_fdw/regress/results/postgres_fdw.out	2024-10-29 04:34:02.298665073 +0000
@@ -2329,10019 +2329,7 @@
 (20 rows)
 
 SELECT t1c1, avg(t1c1 + t2c1) FROM (SELECT t1.c1, t2.c1 FROM ft1 t1 JOIN ft2 t2 ON (t1.c1 = t2.c1) UNION SELECT t1.c1, ...
- t1c1 |         avg          
-------+----------------------
-  101 | 202.0000000000000000
-  102 | 204.0000000000000000
-  103 | 206.0000000000000000
-  104 | 208.0000000000000000
-  105 | 210.0000000000000000
-  106 | 212.0000000000000000
-  107 | 214.0000000000000000
-  108 | 216.0000000000000000
-  109 | 218.0000000000000000
-  110 | 220.0000000000000000
-(10 rows)
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/regex.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream...
--- /tmp/cirrus-ci-build/src/test/regress/expected/regex.out	2024-10-29 04:28:54.135294566 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/regex.out	2024-10-29 04:33:37.926679054 ...
@@ -468,178 +468,10 @@
 -- This generates O(N) states but O(N^2) arcs, so it causes problems
 -- if arc count is not constrained
 select 'x' ~ repeat('x*y*z*', 1000);
-ERROR:  invalid regular expression: regular expression is too complex
--- Test backref in combination with non-greedy quantifier
--- https://core.tcl.tk/tcl/tktview/6585b21ca8fa6f3678d442b97241fdd43dba2ec0
-select 'Programmer' ~ '(\w).*?\1' as t;
- t 
----
- t
-(1 row)
-
-select regexp_matches('Programmer', '(\w)(.*?\1)', 'g');
- regexp_matches 
-----------------
- {r,ogr}
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/type_sanity.out /tmp/cirrus-ci-build/build/testrun/regress/regre...
--- /tmp/cirrus-ci-build/src/test/regress/expected/type_sanity.out	2024-10-29 04:28:54.159294566 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/type_sanity.out	2024-10-29 04:33:10.254697318 +0000
@@ -172,573 +172,7 @@
 FROM pg_type AS t1
 WHERE t1.typtype not in ('b', 'p')
 ORDER BY 1;
- typtype |   typinput    
----------+---------------
- c       | record_in
- d       | domain_in
- e       | enum_in
- m       | multirange_in
- r       | range_in
-(5 rows)
-
--- Check for bogus typoutput routines
--- As of 8.0, this check finds refcursor, which is borrowing
--- other types' I/O routines
-SELECT t1.oid, t1.typname, p1.oid, p1.proname
...
regress
diff -U3 /tmp/cirrus-ci-build/contrib/tablefunc/expected/tablefunc.out /tmp/cirrus-ci-build/build/testrun/tablefunc/regr...
--- /tmp/cirrus-ci-build/contrib/tablefunc/expected/tablefunc.out	2024-10-29 04:28:52.315294527 +0000
+++ /tmp/cirrus-ci-build/build/testrun/tablefunc/regress/results/tablefunc.out	2024-10-29 04:34:01.166665690 +0000
@@ -239,261 +239,7 @@
   'SELECT rowid, rowdt, attribute, val FROM cth ORDER BY 1',
   'SELECT DISTINCT rowdt, attribute FROM cth ORDER BY 2')
 AS c(rowid text, rowdt timestamp, temperature int4, test_result text, test_startdate timestamp, volts float8);
-ERROR:  invalid crosstab categories query
-DETAIL:  The query must return one column.
--- if category query generates a NULL value, get expected error
-SELECT * FROM crosstab(
-  'SELECT rowid, rowdt, attribute, val FROM cth ORDER BY 1',
-  'SELECT NULL::text')
-AS c(rowid text, rowdt timestamp, temperature int4, test_result text, test_startdate timestamp, volts float8);
-ERROR:  crosstab category value must not be null
--- if source query returns zero rows, get zero rows returned
-SELECT * FROM crosstab(
-  'SELECT rowid, rowdt, attribute, val FROM cth WHERE false ORDER BY 1',
-  'SELECT DISTINCT attribute FROM cth ORDER BY 1')
-AS c(rowid text, rowdt timestamp, temperature text, test_result text, test_startdate text, volts text);
...
tap
[04:34:13.982](0.554s) not ok 7 - checking an unresolvable database pattern under --no-strict-names status (got 1 vs exp...
[04:34:14.490](0.387s) not ok 22 - checking a database by name without amcheck installed, with other databases status (g...
[04:34:14.491](0.000s) not ok 24 - checking a database by name without amcheck installed, with other databases stderr /(...
[04:34:14.850](0.358s) not ok 25 - checking a database by pattern without amcheck installed, with other databases status...
[04:34:14.850](0.000s) not ok 27 - checking a database by pattern without amcheck installed, with other databases stderr...
tap
[04:34:18.061](5.086s) not ok 1 - pg_amcheck prior to corruption status (got 1 vs expected 0)
[04:34:18.062](0.000s) not ok 3 - pg_amcheck prior to corruption stderr /(?^:^$)/
[04:34:25.110](7.048s) not ok 4 - pg_amcheck all schemas, tables and indexes in database db1 status (got 1 vs expected 2...
[04:34:25.111](0.000s) not ok 5 - pg_amcheck all schemas, tables and indexes in database db1 stdout /(?^:index ".*" lack...
[04:34:25.111](0.000s) not ok 6 - pg_amcheck all schemas, tables and indexes in database db1 stdout /(?^:line pointer)/
[04:34:25.111](0.000s) not ok 7 - pg_amcheck all schemas, tables and indexes in database db1 stdout /(?^:could not open ...
[04:34:25.112](0.000s) not ok 8 - pg_amcheck all schemas, tables and indexes in database db1 stderr /(?^:^$)/
[04:34:25.793](0.681s) not ok 9 - pg_amcheck all schemas, tables and indexes in databases db1, db2, and db3 status (got ...
[04:34:25.794](0.000s) not ok 10 - pg_amcheck all schemas, tables and indexes in databases db1, db2, and db3 stdout /(?^...
[04:34:25.794](0.000s) not ok 11 - pg_amcheck all schemas, tables and indexes in databases db1, db2, and db3 stdout /(?^...
[04:34:25.795](0.000s) not ok 12 - pg_amcheck all schemas, tables and indexes in databases db1, db2, and db3 stdout /(?^...
[04:34:25.795](0.000s) not ok 13 - pg_amcheck all schemas, tables and indexes in databases db1, db2, and db3 stderr /(?^...
[04:34:26.216](0.420s) not ok 14 - pg_amcheck index s1.t1_btree reports missing main relation fork status (got 0 vs expe...
[04:34:26.216](0.000s) not ok 15 - pg_amcheck index s1.t1_btree reports missing main relation fork stdout /(?^:index ".*...
[04:34:26.260](0.043s) not ok 17 - pg_amcheck index s1.s2 reports index corruption status (got 0 vs expected 2)
[04:34:26.260](0.000s) not ok 18 - pg_amcheck index s1.s2 reports index corruption stdout /(?^:.+)/
[04:34:26.327](0.039s) not ok 23 - pg_amcheck of db2.s1 excluding indexes status (got 0 vs expected 2)
[04:34:26.328](0.000s) not ok 24 - pg_amcheck of db2.s1 excluding indexes stdout /(?^:could not open file ".*": No such ...
[04:34:26.702](0.373s) not ok 26 - pg_amcheck schema s3 reports table and index errors status (got 1 vs expected 2)
[04:34:26.702](0.000s) not ok 27 - pg_amcheck schema s3 reports table and index errors stdout /(?^:index ".*" lacks a ma...
[04:34:26.703](0.000s) not ok 28 - pg_amcheck schema s3 reports table and index errors stdout /(?^:line pointer)/
[04:34:26.703](0.000s) not ok 29 - pg_amcheck schema s3 reports table and index errors stdout /(?^:could not open file "...
[04:34:26.703](0.000s) not ok 30 - pg_amcheck schema s3 reports table and index errors stderr /(?^:^$)/
[04:34:27.254](0.550s) not ok 31 - pg_amcheck in schema s4 reports toast corruption status (got 1 vs expected 2)
[04:34:27.254](0.000s) not ok 32 - pg_amcheck in schema s4 reports toast corruption stdout /(?^:could not open file ".*"...
[04:34:27.255](0.000s) not ok 33 - pg_amcheck in schema s4 reports toast corruption stderr /(?^:^$)/
[04:34:28.184](0.929s) not ok 34 - pg_amcheck in schema s4 excluding toast reports no corruption status (got 1 vs expect...
[04:34:28.185](0.000s) not ok 36 - pg_amcheck in schema s4 excluding toast reports no corruption stderr /(?^:^$)/
[04:34:28.200](0.015s) not ok 37 - pg_amcheck over schema s5 reports no corruption status (got 1 vs expected 0)
[04:34:28.200](0.000s) not ok 39 - pg_amcheck over schema s5 reports no corruption stderr /(?^:^$)/
[04:34:28.219](0.019s) not ok 40 - pg_amcheck over schema s1 with corrupt indexes excluded reports no corruption status ...
[04:34:28.220](0.000s) not ok 42 - pg_amcheck over schema s1 with corrupt indexes excluded reports no corruption stderr ...
[04:34:28.240](0.020s) not ok 43 - pg_amcheck over schema s1 with all indexes excluded reports no corruption status (got...
[04:34:28.240](0.000s) not ok 45 - pg_amcheck over schema s1 with all indexes excluded reports no corruption stderr /(?^...
[04:34:28.272](0.031s) not ok 46 - pg_amcheck over schema s2 with corrupt tables excluded reports no corruption status (...
[04:34:28.272](0.000s) not ok 48 - pg_amcheck over schema s2 with corrupt tables excluded reports no corruption stderr /...
[04:34:28.338](0.018s) not ok 55 - pg_amcheck smoke test --parent-check status (got 1 vs expected 2)
[04:34:28.339](0.000s) not ok 56 - pg_amcheck smoke test --parent-check stdout /(?^:index ".*" lacks a main relation for...
[04:34:28.339](0.000s) not ok 57 - pg_amcheck smoke test --parent-check stderr /(?^:^$)/
[04:34:28.356](0.017s) not ok 58 - pg_amcheck smoke test --heapallindexed --rootdescend status (got 1 vs expected 2)
[04:34:28.356](0.000s) not ok 59 - pg_amcheck smoke test --heapallindexed --rootdescend stdout /(?^:index ".*" lacks a m...
[04:34:28.357](0.000s) not ok 60 - pg_amcheck smoke test --heapallindexed --rootdescend stderr /(?^:^$)/
[04:34:28.375](0.018s) not ok 61 - pg_amcheck excluding all corrupt schemas status (got 1 vs expected 0)
[04:34:28.375](0.000s) not ok 63 - pg_amcheck excluding all corrupt schemas stderr /(?^:^$)/
[04:34:28.389](0.014s) not ok 64 - pg_amcheck smoke test --parent-check --checkunique status (got 1 vs expected 2)
[04:34:28.389](0.000s) not ok 65 - pg_amcheck smoke test --parent-check --checkunique stdout /(?^:index ".*" lacks a mai...
[04:34:28.390](0.000s) not ok 66 - pg_amcheck smoke test --parent-check --checkunique stderr /(?^:^$)/
[04:34:28.421](0.031s) not ok 67 - pg_amcheck smoke test --heapallindexed --rootdescend --checkunique status (got 1 vs e...
[04:34:28.422](0.000s) not ok 68 - pg_amcheck smoke test --heapallindexed --rootdescend --checkunique stdout /(?^:index ...
[04:34:28.422](0.000s) not ok 69 - pg_amcheck smoke test --heapallindexed --rootdescend --checkunique stderr /(?^:^$)/
[04:34:28.437](0.014s) not ok 70 - pg_amcheck excluding all corrupt schemas with --checkunique option status (got 1 vs e...
[04:34:28.437](0.000s) not ok 72 - pg_amcheck excluding all corrupt schemas with --checkunique option stderr /(?^:^$)/
tap
[04:34:17.842](2.841s) not ok 1 - pg_amcheck test table, prior to corruption
[04:34:18.215](0.372s) not ok 2 - pg_amcheck test table and index, prior to corruption
[04:34:24.705](6.490s) not ok 3 - Expected corruption message output status (got 1 vs expected 2)
[04:34:24.706](0.000s) not ok 4 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.tes...
[04:34:24.706](0.000s) not ok 5 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.tes...
[04:34:24.707](0.000s) not ok 6 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.tes...
[04:34:24.707](0.000s) not ok 7 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.tes...
[04:34:24.707](0.000s) not ok 8 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.tes...
[04:34:24.708](0.000s) not ok 9 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.tes...
[04:34:24.708](0.000s) not ok 10 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[04:34:24.708](0.000s) not ok 11 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[04:34:24.709](0.000s) not ok 12 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[04:34:24.709](0.000s) not ok 13 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[04:34:24.709](0.000s) not ok 14 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[04:34:24.710](0.000s) not ok 15 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[04:34:24.710](0.000s) not ok 16 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[04:34:24.711](0.000s) not ok 17 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[04:34:24.712](0.000s) not ok 18 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[04:34:24.712](0.000s) not ok 19 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[04:34:24.713](0.000s) not ok 20 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[04:34:24.713](0.000s) not ok 21 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[04:34:24.714](0.000s) not ok 22 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[04:34:24.714](0.000s) not ok 23 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[04:34:24.716](0.000s) not ok 24 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[04:34:24.716](0.000s) not ok 25 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[04:34:24.717](0.000s) not ok 26 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[04:34:24.718](0.000s) not ok 27 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[04:34:24.718](0.000s) not ok 28 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[04:34:24.719](0.000s) not ok 29 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[04:34:24.719](0.000s) not ok 30 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[04:34:24.720](0.000s) not ok 31 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[04:34:24.723](0.000s) not ok 32 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
tap
[04:34:15.968](0.774s) not ok 1 - pg_amcheck all schemas, tables and indexes reports no corruption: exit code 0
[04:34:15.969](0.000s) not ok 2 - pg_amcheck all schemas, tables and indexes reports no corruption: no stderr
[04:34:16.356](0.386s) not ok 4 - pg_amcheck all schemas, tables and indexes reports fickleidx corruption status (got 1 ...
[04:34:16.357](0.000s) not ok 5 - pg_amcheck all schemas, tables and indexes reports fickleidx corruption stdout /(?^:it...
[04:34:16.889](0.532s) not ok 6 - pg_amcheck all schemas, tables and indexes reports no corruption: exit code 0
[04:34:16.890](0.000s) not ok 7 - pg_amcheck all schemas, tables and indexes reports no corruption: no stderr
[04:34:17.342](0.452s) not ok 9 - pg_amcheck all schemas, tables and indexes reports bttest_unique_idx corruption status...
[04:34:17.343](0.000s) not ok 10 - pg_amcheck all schemas, tables and indexes reports bttest_unique_idx corruption stdou...
tap
[04:34:37.290](2.258s) not ok 30 - run pg_createsubscriber on node S
tap
[04:34:40.696](0.929s) not ok 19 - pg_dump: option -n pg_catalog
[04:34:41.471](0.774s) not ok 20 - pg_dumpall: option --exclude-database handles database names with embedded dots
[04:34:41.520](0.000s) not ok 22 - pg_dump: option --schema rejects three-part schema names: matches
[04:34:41.555](0.000s) not ok 24 - pg_dump: option --schema rejects cross-database multipart schema names: matches
[04:34:41.586](0.000s) not ok 26 - pg_dump: option --schema rejects degenerate two-part schema name: ".": matches
[04:34:41.622](0.000s) not ok 28 - pg_dump: option --schema rejects cross-database multipart schema names with embedded ...
[04:34:41.644](0.000s) not ok 30 - pg_dump: option --schema rejects degenerate three-part schema name: "..": matches
[04:34:41.659](0.000s) not ok 32 - pg_dump: option --table rejects four-part table names: matches
[04:34:41.684](0.000s) not ok 34 - pg_dump: option --table rejects cross-database three part table names: matches
[04:34:41.710](0.001s) not ok 36 - pg_dump: option --table rejects cross-database three part table names with embedded d...
[04:34:41.721](0.010s) not ok 37 - binary_upgrade: pg_dump runs
[04:34:41.743](0.022s) not ok 38 - binary_upgrade: pg_restore runs
tap
[04:33:24.581](15.103s) not ok 5 - regression tests pass
[04:33:27.295](2.695s) not ok 6 - dump before running pg_upgrade
tap
[04:35:06.155](0.516s) not ok 192 - psql seeded_random count ok
[04:35:06.156](0.000s) not ok 193 - psql seeded_random count stderr is empty
[04:35:06.156](0.000s) not ok 194 - psql seeded_random count uniform
[04:35:06.156](0.000s) not ok 195 - psql seeded_random count exponential
[04:35:06.156](0.000s) not ok 196 - psql seeded_random count gaussian
[04:35:06.157](0.000s) not ok 197 - psql seeded_random count zipfian
tap
[04:33:42.491](9.793s) not ok 2 - regression tests pass
tap
[04:37:15.821](211.426s) # poll_query_until timed out executing this query:
timed out waiting for logical slot to calculate its restart_lsn at /tmp/cirrus-ci-build/src/test/perl/PostgreSQL/Test/Cl...
test
[04:37:16.080]   7/312 postgresql:pg_upgrade / pg_upgrade/004_subscription                             ERROR            ...
[04:37:16.080]   8/312 postgresql:pg_upgrade / pg_upgrade/003_logical_slots                            ERROR            ...
[04:37:16.080]  19/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[04:37:16.080]   6/312 postgresql:regress / regress/regress                                            ERROR            ...
[04:37:16.080]  37/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[04:37:16.080]  42/312 postgresql:recovery / recovery/038_save_logical_slots_shutdown                  ERROR            ...
[04:37:16.080]  48/312 postgresql:recovery / recovery/040_standby_failover_slots_sync                  ERROR            ...
[04:37:16.080]  80/312 postgresql:isolation / isolation/isolation                                      ERROR            ...
[04:37:16.080]  82/312 postgresql:pageinspect / pageinspect/regress                                    ERROR            ...
[04:37:16.080]  90/312 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
[04:37:16.080]  94/312 postgresql:tablefunc / tablefunc/regress                                        ERROR            ...
[04:37:16.080]  97/312 postgresql:pg_trgm / pg_trgm/regress                                            ERROR            ...
[04:37:16.080]  99/312 postgresql:postgres_fdw / postgres_fdw/regress                                  ERROR            ...
[04:37:16.080] 141/312 postgresql:pg_amcheck / pg_amcheck/002_nonesuch                                 ERROR            ...
[04:37:16.080] 147/312 postgresql:pg_amcheck / pg_amcheck/005_opclass_damage                           ERROR            ...
[04:37:16.080] 150/312 postgresql:pg_amcheck / pg_amcheck/004_verify_heapam                            ERROR            ...
[04:37:16.080] 152/312 postgresql:pg_amcheck / pg_amcheck/003_check                                    ERROR            ...
[04:37:16.080] 164/312 postgresql:pg_basebackup / pg_basebackup/040_pg_createsubscriber                ERROR            ...
[04:37:16.080] 174/312 postgresql:pg_dump / pg_dump/002_pg_dump                                        ERROR            ...
[04:37:16.080] 223/312 postgresql:pgbench / pgbench/001_pgbench_with_server                            ERROR            ...
[04:37:16.080] 242/312 postgresql:subscription / subscription/002_types                                ERROR            ...
[04:37:16.080] 244/312 postgresql:subscription / subscription/003_constraints                          ERROR            ...
[04:37:16.080] 245/312 postgresql:subscription / subscription/001_rep_changes                          ERROR            ...
[04:37:16.080] 246/312 postgresql:subscription / subscription/004_sync                                 ERROR            ...
[04:37:16.080] 247/312 postgresql:subscription / subscription/006_rewrite                              ERROR            ...
[04:37:16.080] 248/312 postgresql:subscription / subscription/007_ddl                                  ERROR            ...
[04:37:16.080] 249/312 postgresql:subscription / subscription/008_diff_schema                          ERROR            ...
[04:37:16.080] 251/312 postgresql:subscription / subscription/011_generated                            ERROR            ...
[04:37:16.080] 253/312 postgresql:subscription / subscription/010_truncate                             ERROR            ...
[04:37:16.080] 254/312 postgresql:subscription / subscription/005_encoding                             ERROR            ...
[04:37:16.080] 255/312 postgresql:subscription / subscription/015_stream                               ERROR            ...
[04:37:16.080] 256/312 postgresql:subscription / subscription/017_stream_ddl                           ERROR            ...
[04:37:16.080] 257/312 postgresql:subscription / subscription/016_stream_subxact                       ERROR            ...
[04:37:16.080] 258/312 postgresql:subscription / subscription/013_partition                            ERROR            ...
[04:37:16.080] 259/312 postgresql:subscription / subscription/014_binary                               ERROR            ...
[04:37:16.080] 261/312 postgresql:subscription / subscription/020_messages                             ERROR            ...
[04:37:16.080] 262/312 postgresql:subscription / subscription/018_stream_subxact_abort                 ERROR            ...
[04:37:16.080] 263/312 postgresql:subscription / subscription/021_twophase                             ERROR            ...
[04:37:16.080] 264/312 postgresql:subscription / subscription/019_stream_subxact_ddl_abort             ERROR            ...
[04:37:16.080] 265/312 postgresql:subscription / subscription/012_collation                            ERROR            ...
[04:37:16.080] 266/312 postgresql:subscription / subscription/022_twophase_cascade                     ERROR            ...
[04:37:16.080] 267/312 postgresql:subscription / subscription/023_twophase_stream                      ERROR            ...
[04:37:16.080] 268/312 postgresql:subscription / subscription/024_add_drop_pub                         ERROR            ...
[04:37:16.080] 269/312 postgresql:subscription / subscription/026_stats                                ERROR            ...
[04:37:16.080] 270/312 postgresql:subscription / subscription/025_rep_changes_for_schema               ERROR            ...
[04:37:16.080] 271/312 postgresql:subscription / subscription/028_row_filter                           ERROR            ...
[04:37:16.080] 272/312 postgresql:subscription / subscription/027_nosuperuser                          ERROR            ...
[04:37:16.080] 273/312 postgresql:subscription / subscription/029_on_error                             ERROR            ...
[04:37:16.080] 274/312 postgresql:subscription / subscription/030_origin                               ERROR            ...
[04:37:16.080] 275/312 postgresql:subscription / subscription/031_column_list                          ERROR            ...
[04:37:16.080] 276/312 postgresql:subscription / subscription/032_subscribe_use_index                  ERROR            ...
[04:37:16.080] 277/312 postgresql:subscription / subscription/033_run_as_table_owner                   ERROR            ...
[04:37:16.080] 278/312 postgresql:subscription / subscription/100_bugs                                 ERROR            ...
[04:37:16.080] 312/312 postgresql:recovery / recovery/035_standby_logical_decoding                     ERROR           2...
macOS - Sonoma - Meson
core
[04:42:08.646]   * frame #0: 0x0000000104b8846c
[04:42:08.646]     frame #1: 0x0000000104b8e2e4
[04:42:08.646]     frame #2: 0x0000000104ba4eb4
[04:42:08.646]     frame #3: 0x0000000104ba2dac
[04:42:08.646]     frame #4: 0x0000000104bc2694
[04:42:08.646]     frame #5: 0x0000000104b902b0
[04:42:08.646]     frame #6: 0x00000001055abe60
[04:42:08.646]     frame #7: 0x0000000104d315a4
[04:42:08.646]     frame #8: 0x0000000104d311a0
[04:42:08.646]     frame #9: 0x0000000104d30138
core
[04:46:11.824]   * frame #0: 0x000000010460046c postgres`ExecInterpExpr(state=0x000000012805cae8, econtext=<unavailable>...
[04:46:11.824]     frame #1: 0x00000001046062e4 postgres`LookupTupleHashEntry [inlined] ExecEvalExpr(state=<unavailable>...
[04:46:11.824]     frame #2: 0x00000001046062d8 postgres`LookupTupleHashEntry [inlined] TupleHashTableHash_internal(tb=<...
[04:46:11.824]     frame #3: 0x00000001046062c0 postgres`LookupTupleHashEntry(hashtable=0x000000012805ca08, slot=0x00000...
[04:46:11.824]     frame #4: 0x0000000104639e4c postgres`ExecSetOp at nodeSetOp.c:383:12
[04:46:11.824]     frame #5: 0x0000000104639d80 postgres`ExecSetOp(pstate=0x0000000127029b80) at nodeSetOp.c:216:4
[04:46:11.824]     frame #6: 0x00000001046082b0 postgres`standard_ExecutorRun [inlined] ExecProcNode(node=0x000000012702...
[04:46:11.824]     frame #7: 0x0000000104608294 postgres`standard_ExecutorRun [inlined] ExecutePlan(estate=0x00000001270...
[04:46:11.824]     frame #8: 0x000000010460826c postgres`standard_ExecutorRun(queryDesc=0x000000010681c100, direction=<u...
[04:46:11.824]     frame #9: 0x0000000104608188 postgres`ExecutorRun(queryDesc=<unavailable>, direction=<unavailable>, c...
core
[04:49:02.690]   * frame #0: 0x000000010460046c postgres`ExecInterpExpr(state=0x0000000117085c90, econtext=<unavailable>...
[04:49:02.690]     frame #1: 0x00000001046062e4 postgres`LookupTupleHashEntry [inlined] ExecEvalExpr(state=<unavailable>...
[04:49:02.690]     frame #2: 0x00000001046062d8 postgres`LookupTupleHashEntry [inlined] TupleHashTableHash_internal(tb=<...
[04:49:02.690]     frame #3: 0x00000001046062c0 postgres`LookupTupleHashEntry(hashtable=0x0000000117085900, slot=0x00000...
[04:49:02.690]     frame #4: 0x000000010461ceb4 postgres`lookup_hash_entries(aggstate=0x000000011706fb60) at nodeAgg.c:2...
[04:49:02.690]     frame #5: 0x000000010461adac postgres`ExecAgg [inlined] agg_fill_hash_table(aggstate=0x000000011706fb...
[04:49:02.690]     frame #6: 0x000000010461ad80 postgres`ExecAgg(pstate=0x000000011706fb60) at nodeAgg.c:2172:6
[04:49:02.690]     frame #7: 0x000000010463a694 postgres`ExecSort [inlined] ExecProcNode(node=0x000000011706fb60) at exe...
[04:49:02.690]     frame #8: 0x000000010463a678 postgres`ExecSort(pstate=0x000000011706f950) at nodeSort.c:149:12
[04:49:02.690]     frame #9: 0x00000001046082b0 postgres`standard_ExecutorRun [inlined] ExecProcNode(node=0x000000011706...
core
[04:48:38.082]   * frame #0: 0x00000001046a046c postgres`ExecInterpExpr(state=0x0000000112844f00, econtext=<unavailable>...
[04:48:38.082]     frame #1: 0x00000001046a62e4 postgres`LookupTupleHashEntry [inlined] ExecEvalExpr(state=<unavailable>...
[04:48:38.082]     frame #2: 0x00000001046a62d8 postgres`LookupTupleHashEntry [inlined] TupleHashTableHash_internal(tb=<...
[04:48:38.082]     frame #3: 0x00000001046a62c0 postgres`LookupTupleHashEntry(hashtable=0x0000000112844b00, slot=0x00000...
[04:48:38.082]     frame #4: 0x00000001046bceb4 postgres`lookup_hash_entries(aggstate=0x000000012283bd80) at nodeAgg.c:2...
[04:48:38.082]     frame #5: 0x00000001046badac postgres`ExecAgg [inlined] agg_fill_hash_table(aggstate=0x000000012283bd...
[04:48:38.082]     frame #6: 0x00000001046bad80 postgres`ExecAgg(pstate=0x000000012283bd80) at nodeAgg.c:2172:6
[04:48:38.082]     frame #7: 0x00000001046a82b0 postgres`standard_ExecutorRun [inlined] ExecProcNode(node=0x000000012283...
[04:48:38.082]     frame #8: 0x00000001046a8294 postgres`standard_ExecutorRun [inlined] ExecutePlan(estate=0x00000001228...
[04:48:38.082]     frame #9: 0x00000001046a826c postgres`standard_ExecutorRun(queryDesc=0x0000000112811700, direction=<u...
core
[04:48:13.861]   * frame #0: 0x000000010460046c postgres`ExecInterpExpr(state=0x0000000130021e10, econtext=<unavailable>...
[04:48:13.861]     frame #1: 0x00000001046062e4 postgres`LookupTupleHashEntry [inlined] ExecEvalExpr(state=<unavailable>...
[04:48:13.861]     frame #2: 0x00000001046062d8 postgres`LookupTupleHashEntry [inlined] TupleHashTableHash_internal(tb=<...
[04:48:13.861]     frame #3: 0x00000001046062c0 postgres`LookupTupleHashEntry(hashtable=0x0000000130021300, slot=0x00000...
[04:48:13.861]     frame #4: 0x000000010461ceb4 postgres`lookup_hash_entries(aggstate=0x000000011703aaf0) at nodeAgg.c:2...
[04:48:13.861]     frame #5: 0x000000010461adac postgres`ExecAgg [inlined] agg_fill_hash_table(aggstate=0x000000011703aa...
[04:48:13.861]     frame #6: 0x000000010461ad80 postgres`ExecAgg(pstate=0x000000011703aaf0) at nodeAgg.c:2172:6
[04:48:13.861]     frame #7: 0x000000010463a694 postgres`ExecSort [inlined] ExecProcNode(node=0x000000011703aaf0) at exe...
[04:48:13.861]     frame #8: 0x000000010463a678 postgres`ExecSort(pstate=0x000000011703a8e0) at nodeSort.c:149:12
[04:48:13.861]     frame #9: 0x00000001046424a0 postgres`begin_partition [inlined] ExecProcNode(node=0x000000011703a8e0)...
core
[04:47:50.501]   * frame #0: 0x000000010460046c postgres`ExecInterpExpr(state=0x0000000117065b00, econtext=<unavailable>...
[04:47:50.501]     frame #1: 0x00000001046062e4 postgres`LookupTupleHashEntry [inlined] ExecEvalExpr(state=<unavailable>...
[04:47:50.501]     frame #2: 0x00000001046062d8 postgres`LookupTupleHashEntry [inlined] TupleHashTableHash_internal(tb=<...
[04:47:50.501]     frame #3: 0x00000001046062c0 postgres`LookupTupleHashEntry(hashtable=0x0000000117065900, slot=0x00000...
[04:47:50.501]     frame #4: 0x000000010461ceb4 postgres`lookup_hash_entries(aggstate=0x000000011704d3d8) at nodeAgg.c:2...
[04:47:50.501]     frame #5: 0x000000010461adac postgres`ExecAgg [inlined] agg_fill_hash_table(aggstate=0x000000011704d3...
[04:47:50.501]     frame #6: 0x000000010461ad80 postgres`ExecAgg(pstate=0x000000011704d3d8) at nodeAgg.c:2172:6
[04:47:50.501]     frame #7: 0x0000000104622fb8 postgres`ExecGather [inlined] ExecProcNode(node=0x000000011704d3d8) at e...
[04:47:50.501]     frame #8: 0x0000000104622f9c postgres`ExecGather at nodeGather.c:294:21
[04:47:50.501]     frame #9: 0x0000000104622e08 postgres`ExecGather(pstate=0x000000011704d238) at nodeGather.c:229:9
core
[04:47:25.990]   * frame #0: 0x000000010460046c postgres`ExecInterpExpr(state=0x00000001270baa10, econtext=<unavailable>...
[04:47:25.990]     frame #1: 0x00000001046062e4 postgres`LookupTupleHashEntry [inlined] ExecEvalExpr(state=<unavailable>...
[04:47:25.990]     frame #2: 0x00000001046062d8 postgres`LookupTupleHashEntry [inlined] TupleHashTableHash_internal(tb=<...
[04:47:25.990]     frame #3: 0x00000001046062c0 postgres`LookupTupleHashEntry(hashtable=0x00000001270ba500, slot=0x00000...
[04:47:25.990]     frame #4: 0x000000010461ceb4 postgres`lookup_hash_entries(aggstate=0x00000001278d0170) at nodeAgg.c:2...
[04:47:25.990]     frame #5: 0x000000010461b0ec postgres`ExecAgg [inlined] agg_retrieve_direct(aggstate=0x00000001278d01...
[04:47:25.990]     frame #6: 0x000000010461ae40 postgres`ExecAgg(pstate=0x00000001278d0170) at nodeAgg.c:2179:14
[04:47:25.990]     frame #7: 0x000000010463a694 postgres`ExecSort [inlined] ExecProcNode(node=0x00000001278d0170) at exe...
[04:47:25.990]     frame #8: 0x000000010463a678 postgres`ExecSort(pstate=0x00000001278cff60) at nodeSort.c:149:12
[04:47:25.990]     frame #9: 0x00000001046082b0 postgres`standard_ExecutorRun [inlined] ExecProcNode(node=0x00000001278c...
core
[04:47:01.299]   * frame #0: 0x000000010460046c postgres`ExecInterpExpr(state=0x000000012703b158, econtext=<unavailable>...
[04:47:01.299]     frame #1: 0x00000001046062e4 postgres`LookupTupleHashEntry [inlined] ExecEvalExpr(state=<unavailable>...
[04:47:01.299]     frame #2: 0x00000001046062d8 postgres`LookupTupleHashEntry [inlined] TupleHashTableHash_internal(tb=<...
[04:47:01.299]     frame #3: 0x00000001046062c0 postgres`LookupTupleHashEntry(hashtable=0x000000012703b0c8, slot=0x00000...
[04:47:01.299]     frame #4: 0x0000000104639e4c postgres`ExecSetOp at nodeSetOp.c:383:12
[04:47:01.299]     frame #5: 0x0000000104639d80 postgres`ExecSetOp(pstate=0x000000012784cb60) at nodeSetOp.c:216:4
[04:47:01.299]     frame #6: 0x00000001046082b0 postgres`standard_ExecutorRun [inlined] ExecProcNode(node=0x000000012784...
[04:47:01.299]     frame #7: 0x0000000104608294 postgres`standard_ExecutorRun [inlined] ExecutePlan(estate=0x00000001278...
[04:47:01.299]     frame #8: 0x000000010460826c postgres`standard_ExecutorRun(queryDesc=0x0000000130008300, direction=<u...
[04:47:01.299]     frame #9: 0x0000000104608188 postgres`ExecutorRun(queryDesc=<unavailable>, direction=<unavailable>, c...
core
[04:46:36.621]   * frame #0: 0x000000010460046c postgres`ExecInterpExpr(state=0x000000012703af00, econtext=<unavailable>...
[04:46:36.621]     frame #1: 0x00000001046062e4 postgres`LookupTupleHashEntry [inlined] ExecEvalExpr(state=<unavailable>...
[04:46:36.621]     frame #2: 0x00000001046062d8 postgres`LookupTupleHashEntry [inlined] TupleHashTableHash_internal(tb=<...
[04:46:36.621]     frame #3: 0x00000001046062c0 postgres`LookupTupleHashEntry(hashtable=0x000000012703ab00, slot=0x00000...
[04:46:36.621]     frame #4: 0x000000010461ceb4 postgres`lookup_hash_entries(aggstate=0x000000012702c948) at nodeAgg.c:2...
[04:46:36.621]     frame #5: 0x000000010461adac postgres`ExecAgg [inlined] agg_fill_hash_table(aggstate=0x000000012702c9...
[04:46:36.621]     frame #6: 0x000000010461ad80 postgres`ExecAgg(pstate=0x000000012702c948) at nodeAgg.c:2172:6
[04:46:36.621]     frame #7: 0x0000000104611408 postgres`ExecScan(node=0x000000012702c838, accessMtd=(postgres`SubqueryN...
[04:46:36.621]     frame #8: 0x0000000104624798 postgres`MultiExecHash [inlined] ExecProcNode(node=0x000000012702c838) a...
[04:46:36.621]     frame #9: 0x000000010462477c postgres`MultiExecHash at nodeHash.c:165:10
core
[04:45:47.600]   * frame #0: 0x000000010460046c postgres`ExecInterpExpr(state=0x0000000127897000, econtext=<unavailable>...
[04:45:47.600]     frame #1: 0x00000001046062e4 postgres`LookupTupleHashEntry [inlined] ExecEvalExpr(state=<unavailable>...
[04:45:47.600]     frame #2: 0x00000001046062d8 postgres`LookupTupleHashEntry [inlined] TupleHashTableHash_internal(tb=<...
[04:45:47.600]     frame #3: 0x00000001046062c0 postgres`LookupTupleHashEntry(hashtable=0x0000000127896d00, slot=0x00000...
[04:45:47.600]     frame #4: 0x000000010461ceb4 postgres`lookup_hash_entries(aggstate=0x0000000130020370) at nodeAgg.c:2...
[04:45:47.600]     frame #5: 0x000000010461adac postgres`ExecAgg [inlined] agg_fill_hash_table(aggstate=0x00000001300203...
[04:45:47.600]     frame #6: 0x000000010461ad80 postgres`ExecAgg(pstate=0x0000000130020370) at nodeAgg.c:2172:6
[04:45:47.600]     frame #7: 0x000000010463a694 postgres`ExecSort [inlined] ExecProcNode(node=0x0000000130020370) at exe...
[04:45:47.600]     frame #8: 0x000000010463a678 postgres`ExecSort(pstate=0x0000000130020160) at nodeSort.c:149:12
[04:45:47.600]     frame #9: 0x00000001046082b0 postgres`standard_ExecutorRun [inlined] ExecProcNode(node=0x000000013002...
core
[04:45:20.090]   * frame #0: 0x000000010460046c postgres`ExecInterpExpr(state=0x000000012709ce08, econtext=<unavailable>...
[04:45:20.090]     frame #1: 0x00000001046062e4 postgres`LookupTupleHashEntry [inlined] ExecEvalExpr(state=<unavailable>...
[04:45:20.090]     frame #2: 0x00000001046062d8 postgres`LookupTupleHashEntry [inlined] TupleHashTableHash_internal(tb=<...
[04:45:20.090]     frame #3: 0x00000001046062c0 postgres`LookupTupleHashEntry(hashtable=0x000000012709cd78, slot=0x00000...
[04:45:20.090]     frame #4: 0x0000000104638c9c postgres`ExecRecursiveUnion(pstate=0x00000001270455d0) at nodeRecursiveu...
[04:45:20.090]     frame #5: 0x0000000104621634 postgres`CteScanNext [inlined] ExecProcNode(node=0x00000001270455d0) at ...
[04:45:20.090]     frame #6: 0x0000000104621618 postgres`CteScanNext(node=0x000000012709e698) at nodeCtescan.c:103:13
[04:45:20.090]     frame #7: 0x000000010463a694 postgres`ExecSort [inlined] ExecProcNode(node=0x000000012709e698) at exe...
[04:45:20.090]     frame #8: 0x000000010463a678 postgres`ExecSort(pstate=0x000000012709e488) at nodeSort.c:149:12
[04:45:20.090]     frame #9: 0x00000001046082b0 postgres`standard_ExecutorRun [inlined] ExecProcNode(node=0x000000012709...
core
[04:44:58.044]   * frame #0: 0x000000010221046c postgres`ExecInterpExpr(state=0x0000000134866f20, econtext=<unavailable>...
[04:44:58.044]     frame #1: 0x00000001022162e4 postgres`LookupTupleHashEntry [inlined] ExecEvalExpr(state=<unavailable>...
[04:44:58.044]     frame #2: 0x00000001022162d8 postgres`LookupTupleHashEntry [inlined] TupleHashTableHash_internal(tb=<...
[04:44:58.044]     frame #3: 0x00000001022162c0 postgres`LookupTupleHashEntry(hashtable=0x0000000134865100, slot=0x00000...
[04:44:58.044]     frame #4: 0x000000010222ceb4 postgres`lookup_hash_entries(aggstate=0x000000013485f350) at nodeAgg.c:2...
[04:44:58.044]     frame #5: 0x000000010222adac postgres`ExecAgg [inlined] agg_fill_hash_table(aggstate=0x000000013485f3...
[04:44:58.044]     frame #6: 0x000000010222ad80 postgres`ExecAgg(pstate=0x000000013485f350) at nodeAgg.c:2172:6
[04:44:58.044]     frame #7: 0x00000001022182b0 postgres`standard_ExecutorRun [inlined] ExecProcNode(node=0x000000013485...
[04:44:58.044]     frame #8: 0x0000000102218294 postgres`standard_ExecutorRun [inlined] ExecutePlan(estate=0x00000001348...
[04:44:58.044]     frame #9: 0x000000010221826c postgres`standard_ExecutorRun(queryDesc=0x0000000134863198, direction=<u...
core
[04:44:34.228]   * frame #0: 0x000000010460046c postgres`ExecInterpExpr(state=0x0000000130052b20, econtext=<unavailable>...
[04:44:34.228]     frame #1: 0x00000001046062e4 postgres`LookupTupleHashEntry [inlined] ExecEvalExpr(state=<unavailable>...
[04:44:34.228]     frame #2: 0x00000001046062d8 postgres`LookupTupleHashEntry [inlined] TupleHashTableHash_internal(tb=<...
[04:44:34.228]     frame #3: 0x00000001046062c0 postgres`LookupTupleHashEntry(hashtable=0x0000000130050d00, slot=0x00000...
[04:44:34.228]     frame #4: 0x000000010461ceb4 postgres`lookup_hash_entries(aggstate=0x000000013000ee10) at nodeAgg.c:2...
[04:44:34.228]     frame #5: 0x000000010461adac postgres`ExecAgg [inlined] agg_fill_hash_table(aggstate=0x000000013000ee...
[04:44:34.228]     frame #6: 0x000000010461ad80 postgres`ExecAgg(pstate=0x000000013000ee10) at nodeAgg.c:2172:6
[04:44:34.228]     frame #7: 0x0000000104624798 postgres`MultiExecHash [inlined] ExecProcNode(node=0x000000013000ee10) a...
[04:44:34.228]     frame #8: 0x000000010462477c postgres`MultiExecHash at nodeHash.c:165:10
[04:44:34.228]     frame #9: 0x0000000104624760 postgres`MultiExecHash(node=<unavailable>) at nodeHash.c:114:3
core
[04:44:09.821]   * frame #0: 0x000000010460046c postgres`ExecInterpExpr(state=0x0000000117053600, econtext=<unavailable>...
[04:44:09.821]     frame #1: 0x00000001046062e4 postgres`LookupTupleHashEntry [inlined] ExecEvalExpr(state=<unavailable>...
[04:44:09.821]     frame #2: 0x00000001046062d8 postgres`LookupTupleHashEntry [inlined] TupleHashTableHash_internal(tb=<...
[04:44:09.821]     frame #3: 0x00000001046062c0 postgres`LookupTupleHashEntry(hashtable=0x0000000117053300, slot=0x00000...
[04:44:09.821]     frame #4: 0x000000010461ceb4 postgres`lookup_hash_entries(aggstate=0x000000011703b380) at nodeAgg.c:2...
[04:44:09.821]     frame #5: 0x000000010461adac postgres`ExecAgg [inlined] agg_fill_hash_table(aggstate=0x000000011703b3...
[04:44:09.821]     frame #6: 0x000000010461ad80 postgres`ExecAgg(pstate=0x000000011703b380) at nodeAgg.c:2172:6
[04:44:09.821]     frame #7: 0x000000010460f4bc postgres`ExecProcNodeInstr(node=0x000000011703b380) at execProcnode.c:48...
[04:44:09.821]     frame #8: 0x00000001046082b0 postgres`standard_ExecutorRun [inlined] ExecProcNode(node=0x000000011703...
[04:44:09.821]     frame #9: 0x0000000104608294 postgres`standard_ExecutorRun [inlined] ExecutePlan(estate=0x00000001170...
core
[04:43:44.604]   * frame #0: 0x0000000104b8846c
core
[04:43:44.181]   * frame #0: 0x0000000100b3846c postgres`ExecInterpExpr(state=0x000000013804cae8, econtext=<unavailable>...
[04:43:44.181]     frame #1: 0x0000000100b3e2e4 postgres`LookupTupleHashEntry [inlined] ExecEvalExpr(state=<unavailable>...
[04:43:44.181]     frame #2: 0x0000000100b3e2d8 postgres`LookupTupleHashEntry [inlined] TupleHashTableHash_internal(tb=<...
[04:43:44.181]     frame #3: 0x0000000100b3e2c0 postgres`LookupTupleHashEntry(hashtable=0x000000013804ca08, slot=0x00000...
[04:43:44.181]     frame #4: 0x0000000100b71e4c postgres`ExecSetOp at nodeSetOp.c:383:12
[04:43:44.181]     frame #5: 0x0000000100b71d80 postgres`ExecSetOp(pstate=0x000000013102cb80) at nodeSetOp.c:216:4
[04:43:44.181]     frame #6: 0x0000000100b402b0 postgres`standard_ExecutorRun [inlined] ExecProcNode(node=0x000000013102...
[04:43:44.181]     frame #7: 0x0000000100b40294 postgres`standard_ExecutorRun [inlined] ExecutePlan(estate=0x00000001310...
[04:43:44.181]     frame #8: 0x0000000100b4026c postgres`standard_ExecutorRun(queryDesc=0x000000012189eb00, direction=<u...
[04:43:44.181]     frame #9: 0x0000000100b40188 postgres`ExecutorRun(queryDesc=<unavailable>, direction=<unavailable>, c...
core
[04:43:21.378]   * frame #0: 0x000000010460046c postgres`ExecInterpExpr(state=0x0000000127820090, econtext=<unavailable>...
[04:43:21.378]     frame #1: 0x00000001046062e4 postgres`LookupTupleHashEntry [inlined] ExecEvalExpr(state=<unavailable>...
[04:43:21.378]     frame #2: 0x00000001046062d8 postgres`LookupTupleHashEntry [inlined] TupleHashTableHash_internal(tb=<...
[04:43:21.378]     frame #3: 0x00000001046062c0 postgres`LookupTupleHashEntry(hashtable=0x000000012781fd00, slot=0x00000...
[04:43:21.378]     frame #4: 0x000000010461ceb4 postgres`lookup_hash_entries(aggstate=0x000000011703d1b0) at nodeAgg.c:2...
[04:43:21.378]     frame #5: 0x000000010461adac postgres`ExecAgg [inlined] agg_fill_hash_table(aggstate=0x000000011703d1...
[04:43:21.378]     frame #6: 0x000000010461ad80 postgres`ExecAgg(pstate=0x000000011703d1b0) at nodeAgg.c:2172:6
[04:43:21.378]     frame #7: 0x00000001046380d0 postgres`ExecNestLoop [inlined] ExecProcNode(node=0x000000011703d1b0) at...
[04:43:21.378]     frame #8: 0x00000001046380b0 postgres`ExecNestLoop(pstate=<unavailable>) at nodeNestloop.c:108:21
[04:43:21.378]     frame #9: 0x000000010463a694 postgres`ExecSort [inlined] ExecProcNode(node=0x000000011703cfc0) at exe...
core
[04:42:56.772]   * frame #0: 0x000000010460046c postgres`ExecInterpExpr(state=0x0000000127043520, econtext=<unavailable>...
[04:42:56.772]     frame #1: 0x00000001046062e4 postgres`LookupTupleHashEntry [inlined] ExecEvalExpr(state=<unavailable>...
[04:42:56.772]     frame #2: 0x00000001046062d8 postgres`LookupTupleHashEntry [inlined] TupleHashTableHash_internal(tb=<...
[04:42:56.772]     frame #3: 0x00000001046062c0 postgres`LookupTupleHashEntry(hashtable=0x0000000127041700, slot=0x00000...
[04:42:56.772]     frame #4: 0x000000010461ceb4 postgres`lookup_hash_entries(aggstate=0x0000000117088f58) at nodeAgg.c:2...
[04:42:56.772]     frame #5: 0x000000010461adac postgres`ExecAgg [inlined] agg_fill_hash_table(aggstate=0x0000000117088f...
[04:42:56.772]     frame #6: 0x000000010461ad80 postgres`ExecAgg(pstate=0x0000000117088f58) at nodeAgg.c:2172:6
[04:42:56.772]     frame #7: 0x000000010463a694 postgres`ExecSort [inlined] ExecProcNode(node=0x0000000117088f58) at exe...
[04:42:56.772]     frame #8: 0x000000010463a678 postgres`ExecSort(pstate=0x0000000117088d48) at nodeSort.c:149:12
[04:42:56.772]     frame #9: 0x00000001046082b0 postgres`standard_ExecutorRun [inlined] ExecProcNode(node=0x000000011708...
core
[04:42:34.679]   * frame #0: 0x0000000100b3846c postgres`ExecInterpExpr(state=0x0000000131072920, econtext=<unavailable>...
[04:42:34.679]     frame #1: 0x0000000100b3e2e4 postgres`LookupTupleHashEntry [inlined] ExecEvalExpr(state=<unavailable>...
[04:42:34.679]     frame #2: 0x0000000100b3e2d8 postgres`LookupTupleHashEntry [inlined] TupleHashTableHash_internal(tb=<...
[04:42:34.679]     frame #3: 0x0000000100b3e2c0 postgres`LookupTupleHashEntry(hashtable=0x0000000131070b00, slot=0x00000...
[04:42:34.679]     frame #4: 0x0000000100b54eb4 postgres`lookup_hash_entries(aggstate=0x0000000131835158) at nodeAgg.c:2...
[04:42:34.679]     frame #5: 0x0000000100b52dac postgres`ExecAgg [inlined] agg_fill_hash_table(aggstate=0x00000001318351...
[04:42:34.679]     frame #6: 0x0000000100b52d80 postgres`ExecAgg(pstate=0x0000000131835158) at nodeAgg.c:2172:6
[04:42:34.679]     frame #7: 0x0000000100b72694 postgres`ExecSort [inlined] ExecProcNode(node=0x0000000131835158) at exe...
[04:42:34.679]     frame #8: 0x0000000100b72678 postgres`ExecSort(pstate=0x0000000131834f48) at nodeSort.c:149:12
[04:42:34.679]     frame #9: 0x0000000100b402b0 postgres`standard_ExecutorRun [inlined] ExecProcNode(node=0x000000013183...
core
[04:42:05.654]   * frame #0: 0x0000000104d5846c postgres`ExecInterpExpr(state=0x0000000122071b00, econtext=<unavailable>...
[04:42:05.654]     frame #1: 0x0000000104d5e2e4 postgres`LookupTupleHashEntry [inlined] ExecEvalExpr(state=<unavailable>...
[04:42:05.654]     frame #2: 0x0000000104d5e2d8 postgres`LookupTupleHashEntry [inlined] TupleHashTableHash_internal(tb=<...
[04:42:05.654]     frame #3: 0x0000000104d5e2c0 postgres`LookupTupleHashEntry(hashtable=0x0000000122071700, slot=0x00000...
[04:42:05.654]     frame #4: 0x0000000104d74eb4 postgres`lookup_hash_entries(aggstate=0x0000000132825380) at nodeAgg.c:2...
[04:42:05.654]     frame #5: 0x0000000104d72dac postgres`ExecAgg [inlined] agg_fill_hash_table(aggstate=0x00000001328253...
[04:42:05.654]     frame #6: 0x0000000104d72d80 postgres`ExecAgg(pstate=0x0000000132825380) at nodeAgg.c:2172:6
[04:42:05.654]     frame #7: 0x0000000104d602b0 postgres`standard_ExecutorRun [inlined] ExecProcNode(node=0x000000013282...
[04:42:05.654]     frame #8: 0x0000000104d60294 postgres`standard_ExecutorRun [inlined] ExecutePlan(estate=0x00000001328...
[04:42:05.654]     frame #9: 0x0000000104d6026c postgres`standard_ExecutorRun(queryDesc=0x000000012200df00, direction=<u...
core
[04:41:43.976]   * frame #0: 0x000000010460046c postgres`ExecInterpExpr(state=0x000000012783c700, econtext=<unavailable>...
[04:41:43.976]     frame #1: 0x00000001046062e4 postgres`LookupTupleHashEntry [inlined] ExecEvalExpr(state=<unavailable>...
[04:41:43.976]     frame #2: 0x00000001046062d8 postgres`LookupTupleHashEntry [inlined] TupleHashTableHash_internal(tb=<...
[04:41:43.976]     frame #3: 0x00000001046062c0 postgres`LookupTupleHashEntry(hashtable=0x000000012783c500, slot=0x00000...
[04:41:43.976]     frame #4: 0x000000010461ceb4 postgres`lookup_hash_entries(aggstate=0x0000000127830cc0) at nodeAgg.c:2...
[04:41:43.976]     frame #5: 0x000000010461adac postgres`ExecAgg [inlined] agg_fill_hash_table(aggstate=0x0000000127830c...
[04:41:43.976]     frame #6: 0x000000010461ad80 postgres`ExecAgg(pstate=0x0000000127830cc0) at nodeAgg.c:2172:6
[04:41:43.976]     frame #7: 0x00000001046082b0 postgres`standard_ExecutorRun [inlined] ExecProcNode(node=0x000000012783...
[04:41:43.976]     frame #8: 0x0000000104608294 postgres`standard_ExecutorRun [inlined] ExecutePlan(estate=0x00000001278...
[04:41:43.976]     frame #9: 0x000000010460826c postgres`standard_ExecutorRun(queryDesc=0x000000012781df50, direction=<u...
core
[04:41:13.736]   * frame #0: 0x000000010460046c postgres`ExecInterpExpr(state=0x0000000127019e20, econtext=<unavailable>...
[04:41:13.736]     frame #1: 0x00000001046062e4 postgres`LookupTupleHashEntry [inlined] ExecEvalExpr(state=<unavailable>...
[04:41:13.736]     frame #2: 0x00000001046062d8 postgres`LookupTupleHashEntry [inlined] TupleHashTableHash_internal(tb=<...
[04:41:13.736]     frame #3: 0x00000001046062c0 postgres`LookupTupleHashEntry(hashtable=0x0000000127019d50, slot=0x00000...
[04:41:13.736]     frame #4: 0x0000000104639e4c postgres`ExecSetOp at nodeSetOp.c:383:12
[04:41:13.736]     frame #5: 0x0000000104639d80 postgres`ExecSetOp(pstate=0x0000000117034f90) at nodeSetOp.c:216:4
[04:41:13.736]     frame #6: 0x00000001046082b0 postgres`standard_ExecutorRun [inlined] ExecProcNode(node=0x000000011703...
[04:41:13.736]     frame #7: 0x0000000104608294 postgres`standard_ExecutorRun [inlined] ExecutePlan(estate=0x00000001170...
[04:41:13.736]     frame #8: 0x000000010460826c postgres`standard_ExecutorRun(queryDesc=0x00000001278a0100, direction=<u...
[04:41:13.736]     frame #9: 0x0000000104608188 postgres`ExecutorRun(queryDesc=<unavailable>, direction=<unavailable>, c...
regress
diff -U3 /Users/admin/pgsql/src/test/isolation/expected/matview-write-skew.out /Users/admin/pgsql/build/testrun/isolatio...
--- /Users/admin/pgsql/src/test/isolation/expected/matview-write-skew.out	2024-10-29 04:28:51
+++ /Users/admin/pgsql/build/testrun/isolation/isolation/results/matview-write-skew.out	2024-10-29 04:34:37
@@ -1,121 +1,6 @@
 Parsed test spec with 2 sessions
 
 starting permutation: s1_begin s2_begin s1_refresh s2_read s2_insert s1_commit s2_commit
-step s1_begin: BEGIN ISOLATION LEVEL SERIALIZABLE;
-step s2_begin: BEGIN ISOLATION LEVEL SERIALIZABLE;
-step s1_refresh: REFRESH MATERIALIZED VIEW CONCURRENTLY order_summary;
-step s2_read: SELECT max(date) FROM order_summary;
-       max
-----------
-04-01-2022
-(1 row)
-
-step s2_insert: INSERT INTO orders VALUES ('2022-04-02', 'orange', 15);
-step s1_commit: COMMIT;
-step s2_commit: COMMIT;
-ERROR:  could not serialize access due to read/write dependencies among transactions
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/type_sanity.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg...
--- /Users/admin/pgsql/src/test/regress/expected/type_sanity.out	2024-10-29 04:28:51
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/type_sanity.out	2024-10-29 04:33:40
@@ -171,574 +171,8 @@
 SELECT DISTINCT typtype, typinput
 FROM pg_type AS t1
 WHERE t1.typtype not in ('b', 'p')
-ORDER BY 1;
- typtype |   typinput    
----------+---------------
- c       | record_in
- d       | domain_in
- e       | enum_in
- m       | multirange_in
- r       | range_in
-(5 rows)
-
--- Check for bogus typoutput routines
--- As of 8.0, this check finds refcursor, which is borrowing
--- other types' I/O routines
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/type_sanity.out /Users/admin/pgsql/build/testrun/recovery/027_stre...
--- /Users/admin/pgsql/src/test/regress/expected/type_sanity.out	2024-10-29 04:28:51
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/type_sanity.out	2024-10-29 04:39:43
@@ -171,574 +171,8 @@
 SELECT DISTINCT typtype, typinput
 FROM pg_type AS t1
 WHERE t1.typtype not in ('b', 'p')
-ORDER BY 1;
- typtype |   typinput    
----------+---------------
- c       | record_in
- d       | domain_in
- e       | enum_in
- m       | multirange_in
- r       | range_in
-(5 rows)
-
--- Check for bogus typoutput routines
--- As of 8.0, this check finds refcursor, which is borrowing
--- other types' I/O routines
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/type_sanity.out /Users/admin/pgsql/build/testrun/regress/regress/r...
--- /Users/admin/pgsql/src/test/regress/expected/type_sanity.out	2024-10-29 04:28:51
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/type_sanity.out	2024-10-29 04:33:41
@@ -171,574 +171,8 @@
 SELECT DISTINCT typtype, typinput
 FROM pg_type AS t1
 WHERE t1.typtype not in ('b', 'p')
-ORDER BY 1;
- typtype |   typinput    
----------+---------------
- c       | record_in
- d       | domain_in
- e       | enum_in
- m       | multirange_in
- r       | range_in
-(5 rows)
-
--- Check for bogus typoutput routines
--- As of 8.0, this check finds refcursor, which is borrowing
--- other types' I/O routines
...
tap
[04:35:39.292](282.357s) not ok 5 - regression tests pass
[04:36:32.094](49.407s) not ok 6 - dump before running pg_upgrade
tap
Bail out!=== dumping /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/regression.diffs ===
[04:39:46.076](51.153s) not ok 2 - regression tests pass
test
[04:39:49.122]  17/312 postgresql:pg_upgrade / pg_upgrade/004_subscription                             ERROR           1...
[04:39:49.122]  18/312 postgresql:pg_upgrade / pg_upgrade/003_logical_slots                            ERROR           1...
[04:39:49.122]  21/312 postgresql:isolation / isolation/isolation                                      ERROR           2...
[04:39:49.122]  26/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           3...
[04:39:49.122]  30/312 postgresql:regress / regress/regress                                            ERROR           5...
[04:39:49.122]  37/312 postgresql:recovery / recovery/036_truncated_dropped                            ERROR            ...
[04:39:49.122]  38/312 postgresql:recovery / recovery/037_invalid_database                             ERROR            ...
[04:39:49.122]  39/312 postgresql:recovery / recovery/031_recovery_conflict                            ERROR            ...
[04:39:49.122]  40/312 postgresql:recovery / recovery/038_save_logical_slots_shutdown                  ERROR            ...
[04:39:49.122]  41/312 postgresql:recovery / recovery/032_relfilenode_reuse                            ERROR            ...
[04:39:49.122]  42/312 postgresql:recovery / recovery/033_replay_tsp_drops                             ERROR            ...
[04:39:49.122]  43/312 postgresql:recovery / recovery/041_checkpoint_at_promote                        ERROR            ...
[04:39:49.122]  44/312 postgresql:recovery / recovery/030_stats_cleanup_replica                        ERROR            ...
[04:39:49.122]  45/312 postgresql:kerberos / kerberos/001_auth                                         ERROR            ...
[04:39:49.122]  46/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
core
0000009f`dd3ffaf8 00007ffb`9dcd45ca     ntdll!NtFsControlFile+0x14
0000009f`dd3ffb00 00007ff7`fcf407cb     KERNELBASE!ConnectNamedPipe+0x6a
0000009f`dd3ffb70 00007ffb`9fb84cb0     postgres!pg_signal_thread(
0000009f`dd3ffc70 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000009f`dd3ffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009f`dc7fecf0 00007ff7`fcd5c0cb     postgres!ExecInterpExpr(
0000009f`dc7fefb0 00007ff7`fcd69dfa     postgres!ExecInterpExprStillValid(
0000009f`dc7fefe0 00007ff7`fcd6a0b6     postgres!ExecEvalExpr(
0000009f`dc7ff010 00007ff7`fcd69b4c     postgres!TupleHashTableHash_internal(
0000009f`dc7ff060 00007ff7`fcd9367a     postgres!LookupTupleHashEntry(
0000009f`dc7ff0b0 00007ff7`fcd940bb     postgres!lookup_hash_entries(
0000009f`dc7ff150 00007ff7`fcd97016     postgres!agg_fill_hash_table(
0000009f`dc7ff190 00007ff7`fcd7bd5b     postgres!ExecAgg(
0000009f`dc7ff1e0 00007ff7`fcd71b3c     postgres!ExecProcNodeFirst(
0000009f`dc7ff210 00007ff7`fcd72c30     postgres!ExecProcNode(
core
0000009f`dcfff988 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009f`dcfff990 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
0000009f`dcfffc80 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000009f`dcfffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009f`dd7ffbe8 00007ffb`9dc8d71e     ntdll!NtWaitForSingleObject+0x14
0000009f`dd7ffbf0 00007ff7`fcf4226c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000009f`dd7ffc90 00007ffb`9fb84cb0     postgres!pg_timer_thread(
0000009f`dd7ffcd0 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000009f`dd7ffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009f`dcbff818 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009f`dcbff820 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
0000009f`dcbffb10 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000009f`dcbffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b4`f31ff538 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b4`f31ff540 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
000000b4`f31ff830 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b4`f31ff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b4`f39ff9f8 00007ffb`9dcd45ca     ntdll!NtFsControlFile+0x14
000000b4`f39ffa00 00007ff7`fcf407cb     KERNELBASE!ConnectNamedPipe+0x6a
000000b4`f39ffa70 00007ffb`9fb84cb0     postgres!pg_signal_thread(
000000b4`f39ffb70 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b4`f39ffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b4`f3dff6d8 00007ffb`9dc8d71e     ntdll!NtWaitForSingleObject+0x14
000000b4`f3dff6e0 00007ff7`fcf4226c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000b4`f3dff780 00007ffb`9fb84cb0     postgres!pg_timer_thread(
000000b4`f3dff7c0 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b4`f3dff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b4`f2dfe9b0 00007ff7`fcd5c0cb     postgres!ExecInterpExpr(
000000b4`f2dfec70 00007ff7`fcd69dfa     postgres!ExecInterpExprStillValid(
000000b4`f2dfeca0 00007ff7`fcd6a0b6     postgres!ExecEvalExpr(
000000b4`f2dfecd0 00007ff7`fcd69b4c     postgres!TupleHashTableHash_internal(
000000b4`f2dfed20 00007ff7`fcd9367a     postgres!LookupTupleHashEntry(
000000b4`f2dfed70 00007ff7`fcd940bb     postgres!lookup_hash_entries(
000000b4`f2dfee10 00007ff7`fcd97016     postgres!agg_fill_hash_table(
000000b4`f2dfee50 00007ff7`fcd7bd5b     postgres!ExecAgg(
000000b4`f2dfeea0 00007ff7`fcdcc24c     postgres!ExecProcNodeFirst(
000000b4`f2dfeed0 00007ff7`fcdccb21     postgres!ExecProcNode(
core
000000b4`f35ff5a8 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b4`f35ff5b0 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
000000b4`f35ff8a0 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b4`f35ff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000081`94dfeeb0 00007ff7`fcd5c0cb     postgres!ExecInterpExpr(
00000081`94dff170 00007ff7`fcd69dfa     postgres!ExecInterpExprStillValid(
00000081`94dff1a0 00007ff7`fcd6a0b6     postgres!ExecEvalExpr(
00000081`94dff1d0 00007ff7`fcd69b4c     postgres!TupleHashTableHash_internal(
00000081`94dff220 00007ff7`fcd9367a     postgres!LookupTupleHashEntry(
00000081`94dff270 00007ff7`fcd940bb     postgres!lookup_hash_entries(
00000081`94dff310 00007ff7`fcd97016     postgres!agg_fill_hash_table(
00000081`94dff350 00007ff7`fcd7bd5b     postgres!ExecAgg(
00000081`94dff3a0 00007ff7`fcd71b3c     postgres!ExecProcNodeFirst(
00000081`94dff3d0 00007ff7`fcd72c30     postgres!ExecProcNode(
core
00000081`955ffd98 00007ffb`9dcd45ca     ntdll!NtFsControlFile+0x14
00000081`955ffda0 00007ff7`fcf407cb     KERNELBASE!ConnectNamedPipe+0x6a
00000081`955ffe10 00007ffb`9fb84cb0     postgres!pg_signal_thread(
00000081`955fff10 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000081`955fff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000081`95dff4e8 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000081`95dff4f0 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
00000081`95dff7e0 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000081`95dff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000081`959ff9a8 00007ffb`9dc8d71e     ntdll!NtWaitForSingleObject+0x14
00000081`959ff9b0 00007ff7`fcf4226c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000081`959ffa50 00007ffb`9fb84cb0     postgres!pg_timer_thread(
00000081`959ffa90 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000081`959ffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000081`951ff6d8 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000081`951ff6e0 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
00000081`951ff9d0 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000081`951ffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003b`8ddff0a0 00007ff7`fcd5c0cb     postgres!ExecInterpExpr(
0000003b`8ddff360 00007ff7`fcd69dfa     postgres!ExecInterpExprStillValid(
0000003b`8ddff390 00007ff7`fcd6a0b6     postgres!ExecEvalExpr(
0000003b`8ddff3c0 00007ff7`fcd69b4c     postgres!TupleHashTableHash_internal(
0000003b`8ddff410 00007ff7`fcdcb9a0     postgres!LookupTupleHashEntry(
0000003b`8ddff460 00007ff7`fcdcc0d1     postgres!setop_fill_hash_table(
0000003b`8ddff4d0 00007ff7`fcd7bd5b     postgres!ExecSetOp(
0000003b`8ddff520 00007ff7`fcd71b3c     postgres!ExecProcNodeFirst(
0000003b`8ddff550 00007ff7`fcd72c30     postgres!ExecProcNode(
0000003b`8ddff580 00007ff7`fcd6df47     postgres!ExecutePlan(
core
0000003b`8e9ffc58 00007ffb`9dc8d71e     ntdll!NtWaitForSingleObject+0x14
0000003b`8e9ffc60 00007ff7`fcf4226c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000003b`8e9ffd00 00007ffb`9fb84cb0     postgres!pg_timer_thread(
0000003b`8e9ffd40 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000003b`8e9ffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003b`8e5ff8a8 00007ffb`9dcd45ca     ntdll!NtFsControlFile+0x14
0000003b`8e5ff8b0 00007ff7`fcf407cb     KERNELBASE!ConnectNamedPipe+0x6a
0000003b`8e5ff920 00007ffb`9fb84cb0     postgres!pg_signal_thread(
0000003b`8e5ffa20 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000003b`8e5ffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003b`8edff968 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003b`8edff970 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
0000003b`8edffc60 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000003b`8edffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003b`8e1ff538 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003b`8e1ff540 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
0000003b`8e1ff830 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000003b`8e1ff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000055`acfff788 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000055`acfff790 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
00000055`acfffa80 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000055`acfffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000055`acbfeb80 00007ff7`fcd5c0cb     postgres!ExecInterpExpr(
00000055`acbfee40 00007ff7`fcd69dfa     postgres!ExecInterpExprStillValid(
00000055`acbfee70 00007ff7`fcd6a0b6     postgres!ExecEvalExpr(
00000055`acbfeea0 00007ff7`fcd69b4c     postgres!TupleHashTableHash_internal(
00000055`acbfeef0 00007ff7`fcd9367a     postgres!LookupTupleHashEntry(
00000055`acbfef40 00007ff7`fcd940bb     postgres!lookup_hash_entries(
00000055`acbfefe0 00007ff7`fcd97016     postgres!agg_fill_hash_table(
00000055`acbff020 00007ff7`fcd7bd5b     postgres!ExecAgg(
00000055`acbff070 00007ff7`fcd9f06c     postgres!ExecProcNodeFirst(
00000055`acbff0a0 00007ff7`fcd9f909     postgres!ExecProcNode(
core
00000055`ad3ffa08 00007ffb`9dcd45ca     ntdll!NtFsControlFile+0x14
00000055`ad3ffa10 00007ff7`fcf407cb     KERNELBASE!ConnectNamedPipe+0x6a
00000055`ad3ffa80 00007ffb`9fb84cb0     postgres!pg_signal_thread(
00000055`ad3ffb80 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000055`ad3ffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000055`ad7ffdb8 00007ffb`9dc8d71e     ntdll!NtWaitForSingleObject+0x14
00000055`ad7ffdc0 00007ff7`fcf4226c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000055`ad7ffe60 00007ffb`9fb84cb0     postgres!pg_timer_thread(
00000055`ad7ffea0 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000055`ad7ffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000055`adbff608 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000055`adbff610 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
00000055`adbff900 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000055`adbff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000097`0a3feb20 00007ff7`fcd5c0cb     postgres!ExecInterpExpr(
00000097`0a3fede0 00007ff7`fcd69dfa     postgres!ExecInterpExprStillValid(
00000097`0a3fee10 00007ff7`fcd6a0b6     postgres!ExecEvalExpr(
00000097`0a3fee40 00007ff7`fcd69b4c     postgres!TupleHashTableHash_internal(
00000097`0a3fee90 00007ff7`fcd9367a     postgres!LookupTupleHashEntry(
00000097`0a3feee0 00007ff7`fcd940bb     postgres!lookup_hash_entries(
00000097`0a3fef80 00007ff7`fcd97016     postgres!agg_fill_hash_table(
00000097`0a3fefc0 00007ff7`fcd7bd5b     postgres!ExecAgg(
00000097`0a3ff010 00007ff7`fcd71b3c     postgres!ExecProcNodeFirst(
00000097`0a3ff040 00007ff7`fcd72c30     postgres!ExecProcNode(
core
00000097`0b3ffb98 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000097`0b3ffba0 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
00000097`0b3ffe90 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000097`0b3ffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000097`0afffa18 00007ffb`9dc8d71e     ntdll!NtWaitForSingleObject+0x14
00000097`0afffa20 00007ff7`fcf4226c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000097`0afffac0 00007ffb`9fb84cb0     postgres!pg_timer_thread(
00000097`0afffb00 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000097`0afffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000097`0abffab8 00007ffb`9dcd45ca     ntdll!NtFsControlFile+0x14
00000097`0abffac0 00007ff7`fcf407cb     KERNELBASE!ConnectNamedPipe+0x6a
00000097`0abffb30 00007ffb`9fb84cb0     postgres!pg_signal_thread(
00000097`0abffc30 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000097`0abffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000097`0a7ff988 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000097`0a7ff990 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
00000097`0a7ffc80 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000097`0a7ffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000016`773ff938 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000016`773ff940 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
00000016`773ffc30 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000016`773ffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000016`763feb00 00007ff7`fcd5c0cb     postgres!ExecInterpExpr(
00000016`763fedc0 00007ff7`fcd69dfa     postgres!ExecInterpExprStillValid(
00000016`763fedf0 00007ff7`fcd6a0b6     postgres!ExecEvalExpr(
00000016`763fee20 00007ff7`fcd69b4c     postgres!TupleHashTableHash_internal(
00000016`763fee70 00007ff7`fcd9367a     postgres!LookupTupleHashEntry(
00000016`763feec0 00007ff7`fcd940bb     postgres!lookup_hash_entries(
00000016`763fef60 00007ff7`fcd97016     postgres!agg_fill_hash_table(
00000016`763fefa0 00007ff7`fcd7bd5b     postgres!ExecAgg(
00000016`763feff0 00007ff7`fcd71b3c     postgres!ExecProcNodeFirst(
00000016`763ff020 00007ff7`fcd72c30     postgres!ExecProcNode(
core
00000016`767ff4f8 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000016`767ff500 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
00000016`767ff7f0 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000016`767ff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000016`76bffce8 00007ffb`9dcd45ca     ntdll!NtFsControlFile+0x14
00000016`76bffcf0 00007ff7`fcf407cb     KERNELBASE!ConnectNamedPipe+0x6a
00000016`76bffd60 00007ffb`9fb84cb0     postgres!pg_signal_thread(
00000016`76bffe60 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000016`76bffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000016`76fffba8 00007ffb`9dc8d71e     ntdll!NtWaitForSingleObject+0x14
00000016`76fffbb0 00007ff7`fcf4226c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000016`76fffc50 00007ffb`9fb84cb0     postgres!pg_timer_thread(
00000016`76fffc90 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000016`76fffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009c`b49ff9f8 00007ffb`9dc8d71e     ntdll!NtWaitForSingleObject+0x14
0000009c`b49ffa00 00007ff7`fcf4226c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000009c`b49ffaa0 00007ffb`9fb84cb0     postgres!pg_timer_thread(
0000009c`b49ffae0 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000009c`b49ffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009c`b45ff978 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009c`b45ff980 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
0000009c`b45ffc70 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000009c`b45ffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009c`b3dff728 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009c`b3dff730 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
0000009c`b3dffa20 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000009c`b3dffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009c`b39fed70 00007ff7`fcd5c0cb     postgres!ExecInterpExpr(
0000009c`b39ff030 00007ff7`fcd69dfa     postgres!ExecInterpExprStillValid(
0000009c`b39ff060 00007ff7`fcd6a0b6     postgres!ExecEvalExpr(
0000009c`b39ff090 00007ff7`fcd69b4c     postgres!TupleHashTableHash_internal(
0000009c`b39ff0e0 00007ff7`fcd9367a     postgres!LookupTupleHashEntry(
0000009c`b39ff130 00007ff7`fcd940bb     postgres!lookup_hash_entries(
0000009c`b39ff1d0 00007ff7`fcd97016     postgres!agg_fill_hash_table(
0000009c`b39ff210 00007ff7`fcd7bd5b     postgres!ExecAgg(
0000009c`b39ff260 00007ff7`fcdcc24c     postgres!ExecProcNodeFirst(
0000009c`b39ff290 00007ff7`fcdccb21     postgres!ExecProcNode(
core
0000009c`b41ff6e8 00007ffb`9dcd45ca     ntdll!NtFsControlFile+0x14
0000009c`b41ff6f0 00007ff7`fcf407cb     KERNELBASE!ConnectNamedPipe+0x6a
0000009c`b41ff760 00007ffb`9fb84cb0     postgres!pg_signal_thread(
0000009c`b41ff860 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000009c`b41ff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d7`b7dff5d8 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d7`b7dff5e0 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
000000d7`b7dff8d0 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d7`b7dff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d7`b71fe7e0 00007ff7`fcd5c0cb     postgres!ExecInterpExpr(
000000d7`b71feaa0 00007ff7`fcd69dfa     postgres!ExecInterpExprStillValid(
000000d7`b71fead0 00007ff7`fcd6a0b6     postgres!ExecEvalExpr(
000000d7`b71feb00 00007ff7`fcd69b4c     postgres!TupleHashTableHash_internal(
000000d7`b71feb50 00007ff7`fcd9367a     postgres!LookupTupleHashEntry(
000000d7`b71feba0 00007ff7`fcd940bb     postgres!lookup_hash_entries(
000000d7`b71fec40 00007ff7`fcd97016     postgres!agg_fill_hash_table(
000000d7`b71fec80 00007ff7`fcd7bd5b     postgres!ExecAgg(
000000d7`b71fecd0 00007ff7`fcdcc24c     postgres!ExecProcNodeFirst(
000000d7`b71fed00 00007ff7`fcdccb21     postgres!ExecProcNode(
core
000000d7`b81ffa58 00007ffb`9dc8d71e     ntdll!NtWaitForSingleObject+0x14
000000d7`b81ffa60 00007ff7`fcf4226c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000d7`b81ffb00 00007ffb`9fb84cb0     postgres!pg_timer_thread(
000000d7`b81ffb40 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d7`b81ffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d7`b79ffd78 00007ffb`9dcd45ca     ntdll!NtFsControlFile+0x14
000000d7`b79ffd80 00007ff7`fcf407cb     KERNELBASE!ConnectNamedPipe+0x6a
000000d7`b79ffdf0 00007ffb`9fb84cb0     postgres!pg_signal_thread(
000000d7`b79ffef0 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d7`b79fff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d7`b75ffbc8 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d7`b75ffbd0 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
000000d7`b75ffec0 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d7`b75ffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000048`badfebe0 00007ff7`fcd5c0cb     postgres!ExecInterpExpr(
00000048`badfeea0 00007ff7`fcd69dfa     postgres!ExecInterpExprStillValid(
00000048`badfeed0 00007ff7`fcd6a0b6     postgres!ExecEvalExpr(
00000048`badfef00 00007ff7`fcd69b4c     postgres!TupleHashTableHash_internal(
00000048`badfef50 00007ff7`fcd9367a     postgres!LookupTupleHashEntry(
00000048`badfefa0 00007ff7`fcd940bb     postgres!lookup_hash_entries(
00000048`badff040 00007ff7`fcd97016     postgres!agg_fill_hash_table(
00000048`badff080 00007ff7`fcd7bd5b     postgres!ExecAgg(
00000048`badff0d0 00007ff7`fcd71b3c     postgres!ExecProcNodeFirst(
00000048`badff100 00007ff7`fcd72c30     postgres!ExecProcNode(
core
00000048`bbdffdf8 00007ffb`9dc8d71e     ntdll!NtWaitForSingleObject+0x14
00000048`bbdffe00 00007ff7`fcf4226c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000048`bbdffea0 00007ffb`9fb84cb0     postgres!pg_timer_thread(
00000048`bbdffee0 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000048`bbdfff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000048`bb5ff9e8 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000048`bb5ff9f0 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
00000048`bb5ffce0 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000048`bb5ffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000048`bb9ffb58 00007ffb`9dcd45ca     ntdll!NtFsControlFile+0x14
00000048`bb9ffb60 00007ff7`fcf407cb     KERNELBASE!ConnectNamedPipe+0x6a
00000048`bb9ffbd0 00007ffb`9fb84cb0     postgres!pg_signal_thread(
00000048`bb9ffcd0 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000048`bb9ffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000048`bb1ff788 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000048`bb1ff790 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
00000048`bb1ffa80 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000048`bb1ffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fd`08fff7c8 00007ffb`9dc8d71e     ntdll!NtWaitForSingleObject+0x14
000000fd`08fff7d0 00007ff7`fcf4226c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000fd`08fff870 00007ffb`9fb84cb0     postgres!pg_timer_thread(
000000fd`08fff8b0 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000fd`08fff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fd`08bffa08 00007ffb`9dcd45ca     ntdll!NtFsControlFile+0x14
000000fd`08bffa10 00007ff7`fcf407cb     KERNELBASE!ConnectNamedPipe+0x6a
000000fd`08bffa80 00007ffb`9fb84cb0     postgres!pg_signal_thread(
000000fd`08bffb80 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000fd`08bffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fd`07ffee00 00007ff7`fcd5c0cb     postgres!ExecInterpExpr(
000000fd`07fff0c0 00007ff7`fcd69dfa     postgres!ExecInterpExprStillValid(
000000fd`07fff0f0 00007ff7`fcd6a0b6     postgres!ExecEvalExpr(
000000fd`07fff120 00007ff7`fcd69b4c     postgres!TupleHashTableHash_internal(
000000fd`07fff170 00007ff7`fcd9367a     postgres!LookupTupleHashEntry(
000000fd`07fff1c0 00007ff7`fcd940bb     postgres!lookup_hash_entries(
000000fd`07fff260 00007ff7`fcd97016     postgres!agg_fill_hash_table(
000000fd`07fff2a0 00007ff7`fcd7bd5b     postgres!ExecAgg(
000000fd`07fff2f0 00007ff7`fcd71b3c     postgres!ExecProcNodeFirst(
000000fd`07fff320 00007ff7`fcd72c30     postgres!ExecProcNode(
core
000000fd`083ff578 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fd`083ff580 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
000000fd`083ff870 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000fd`083ff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fd`087ff868 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fd`087ff870 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
000000fd`087ffb60 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000fd`087ffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d7`ec5ff7b8 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d7`ec5ff7c0 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
000000d7`ec5ffab0 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d7`ec5ffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d7`ecdff998 00007ffb`9dc8d71e     ntdll!NtWaitForSingleObject+0x14
000000d7`ecdff9a0 00007ff7`fcf4226c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000d7`ecdffa40 00007ffb`9fb84cb0     postgres!pg_timer_thread(
000000d7`ecdffa80 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d7`ecdffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d7`ebdfee80 00007ff7`fcd5c0cb     postgres!ExecInterpExpr(
000000d7`ebdff140 00007ff7`fcd69dfa     postgres!ExecInterpExprStillValid(
000000d7`ebdff170 00007ff7`fcd6a0b6     postgres!ExecEvalExpr(
000000d7`ebdff1a0 00007ff7`fcd69b4c     postgres!TupleHashTableHash_internal(
000000d7`ebdff1f0 00007ff7`fcd9367a     postgres!LookupTupleHashEntry(
000000d7`ebdff240 00007ff7`fcd940bb     postgres!lookup_hash_entries(
000000d7`ebdff2e0 00007ff7`fcd97016     postgres!agg_fill_hash_table(
000000d7`ebdff320 00007ff7`fcd7bd5b     postgres!ExecAgg(
000000d7`ebdff370 00007ff7`fcd71b3c     postgres!ExecProcNodeFirst(
000000d7`ebdff3a0 00007ff7`fcd72c30     postgres!ExecProcNode(
core
000000d7`ec9ff6a8 00007ffb`9dcd45ca     ntdll!NtFsControlFile+0x14
000000d7`ec9ff6b0 00007ff7`fcf407cb     KERNELBASE!ConnectNamedPipe+0x6a
000000d7`ec9ff720 00007ffb`9fb84cb0     postgres!pg_signal_thread(
000000d7`ec9ff820 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d7`ec9ff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d7`ec1ffb78 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d7`ec1ffb80 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
000000d7`ec1ffe70 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d7`ec1ffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000005`ae3ffb38 00007ffb`9dcd45ca     ntdll!NtFsControlFile+0x14
00000005`ae3ffb40 00007ff7`fcf407cb     KERNELBASE!ConnectNamedPipe+0x6a
00000005`ae3ffbb0 00007ffb`9fb84cb0     postgres!pg_signal_thread(
00000005`ae3ffcb0 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000005`ae3ffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000005`ae7ffda8 00007ffb`9dc8d71e     ntdll!NtWaitForSingleObject+0x14
00000005`ae7ffdb0 00007ff7`fcf4226c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000005`ae7ffe50 00007ffb`9fb84cb0     postgres!pg_timer_thread(
00000005`ae7ffe90 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000005`ae7ffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000005`adfff7d8 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000005`adfff7e0 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
00000005`adfffad0 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000005`adfffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000005`ad7fe9f0 00007ff7`fcd5c0cb     postgres!ExecInterpExpr(
00000005`ad7fecb0 00007ff7`fcd69dfa     postgres!ExecInterpExprStillValid(
00000005`ad7fece0 00007ff7`fcd6a0b6     postgres!ExecEvalExpr(
00000005`ad7fed10 00007ff7`fcd69b4c     postgres!TupleHashTableHash_internal(
00000005`ad7fed60 00007ff7`fcd9367a     postgres!LookupTupleHashEntry(
00000005`ad7fedb0 00007ff7`fcd940bb     postgres!lookup_hash_entries(
00000005`ad7fee50 00007ff7`fcd97016     postgres!agg_fill_hash_table(
00000005`ad7fee90 00007ff7`fcd7bd5b     postgres!ExecAgg(
00000005`ad7feee0 00007ff7`fcd71b3c     postgres!ExecProcNodeFirst(
00000005`ad7fef10 00007ff7`fcd72c30     postgres!ExecProcNode(
core
00000005`adbff818 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000005`adbff820 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
00000005`adbffb10 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000005`adbffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000036`c99fe8f0 00007ff7`fcd5c0cb     postgres!ExecInterpExpr(
00000036`c99febb0 00007ff7`fcd69dfa     postgres!ExecInterpExprStillValid(
00000036`c99febe0 00007ff7`fcd6a0b6     postgres!ExecEvalExpr(
00000036`c99fec10 00007ff7`fcd69b4c     postgres!TupleHashTableHash_internal(
00000036`c99fec60 00007ff7`fcd9367a     postgres!LookupTupleHashEntry(
00000036`c99fecb0 00007ff7`fcd940bb     postgres!lookup_hash_entries(
00000036`c99fed50 00007ff7`fcd97016     postgres!agg_fill_hash_table(
00000036`c99fed90 00007ff7`fcd7bd5b     postgres!ExecAgg(
00000036`c99fede0 00007ff7`fcdcc24c     postgres!ExecProcNodeFirst(
00000036`c99fee10 00007ff7`fcdccb21     postgres!ExecProcNode(
core
00000036`ca9ff5e8 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000036`ca9ff5f0 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
00000036`ca9ff8e0 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000036`ca9ff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000036`ca5ff8a8 00007ffb`9dc8d71e     ntdll!NtWaitForSingleObject+0x14
00000036`ca5ff8b0 00007ff7`fcf4226c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000036`ca5ff950 00007ffb`9fb84cb0     postgres!pg_timer_thread(
00000036`ca5ff990 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000036`ca5ff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000036`ca1ffcc8 00007ffb`9dcd45ca     ntdll!NtFsControlFile+0x14
00000036`ca1ffcd0 00007ff7`fcf407cb     KERNELBASE!ConnectNamedPipe+0x6a
00000036`ca1ffd40 00007ffb`9fb84cb0     postgres!pg_signal_thread(
00000036`ca1ffe40 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000036`ca1ffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000036`c9dff468 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000036`c9dff470 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
00000036`c9dff760 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000036`c9dff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000093`9e7ff478 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000093`9e7ff480 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
00000093`9e7ff770 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000093`9e7ff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000093`9e3fef00 00007ff7`fcd5c0cb     postgres!ExecInterpExpr(
00000093`9e3ff1c0 00007ff7`fcd69dfa     postgres!ExecInterpExprStillValid(
00000093`9e3ff1f0 00007ff7`fcd6a0b6     postgres!ExecEvalExpr(
00000093`9e3ff220 00007ff7`fcd69b4c     postgres!TupleHashTableHash_internal(
00000093`9e3ff270 00007ff7`fcd9367a     postgres!LookupTupleHashEntry(
00000093`9e3ff2c0 00007ff7`fcd940bb     postgres!lookup_hash_entries(
00000093`9e3ff360 00007ff7`fcd97016     postgres!agg_fill_hash_table(
00000093`9e3ff3a0 00007ff7`fcd7bd5b     postgres!ExecAgg(
00000093`9e3ff3f0 00007ff7`fcdcc24c     postgres!ExecProcNodeFirst(
00000093`9e3ff420 00007ff7`fcdccb21     postgres!ExecProcNode(
core
00000093`9ebff968 00007ffb`9dcd45ca     ntdll!NtFsControlFile+0x14
00000093`9ebff970 00007ff7`fcf407cb     KERNELBASE!ConnectNamedPipe+0x6a
00000093`9ebff9e0 00007ffb`9fb84cb0     postgres!pg_signal_thread(
00000093`9ebffae0 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000093`9ebffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000093`9efffc98 00007ffb`9dc8d71e     ntdll!NtWaitForSingleObject+0x14
00000093`9efffca0 00007ff7`fcf4226c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000093`9efffd40 00007ffb`9fb84cb0     postgres!pg_timer_thread(
00000093`9efffd80 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000093`9efffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000093`9f3ff488 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000093`9f3ff490 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
00000093`9f3ff780 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000093`9f3ff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000089`9bffead0 00007ff7`fcd5c0cb     postgres!ExecInterpExpr(
00000089`9bffed90 00007ff7`fcd69dfa     postgres!ExecInterpExprStillValid(
00000089`9bffedc0 00007ff7`fcd6a0b6     postgres!ExecEvalExpr(
00000089`9bffedf0 00007ff7`fcd69b4c     postgres!TupleHashTableHash_internal(
00000089`9bffee40 00007ff7`fcd9367a     postgres!LookupTupleHashEntry(
00000089`9bffee90 00007ff7`fcd940bb     postgres!lookup_hash_entries(
00000089`9bffef30 00007ff7`fcd97016     postgres!agg_fill_hash_table(
00000089`9bffef70 00007ff7`fcd7bd5b     postgres!ExecAgg(
00000089`9bffefc0 00007ff7`fcd71b3c     postgres!ExecProcNodeFirst(
00000089`9bffeff0 00007ff7`fcd72c30     postgres!ExecProcNode(
core
00000089`9c3ff808 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000089`9c3ff810 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
00000089`9c3ffb00 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000089`9c3ffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000089`9cbffb38 00007ffb`9dcd45ca     ntdll!NtFsControlFile+0x14
00000089`9cbffb40 00007ff7`fcf407cb     KERNELBASE!ConnectNamedPipe+0x6a
00000089`9cbffbb0 00007ffb`9fb84cb0     postgres!pg_signal_thread(
00000089`9cbffcb0 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000089`9cbffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000089`9cfffc98 00007ffb`9dc8d71e     ntdll!NtWaitForSingleObject+0x14
00000089`9cfffca0 00007ff7`fcf4226c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000089`9cfffd40 00007ffb`9fb84cb0     postgres!pg_timer_thread(
00000089`9cfffd80 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000089`9cfffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000089`9c7ff598 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000089`9c7ff5a0 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
00000089`9c7ff890 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000089`9c7ff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f6`17ffeb30 00007ff7`fcd5c0cb     postgres!ExecInterpExpr(
000000f6`17ffedf0 00007ff7`fcd69dfa     postgres!ExecInterpExprStillValid(
000000f6`17ffee20 00007ff7`fcd6a0b6     postgres!ExecEvalExpr(
000000f6`17ffee50 00007ff7`fcd69b4c     postgres!TupleHashTableHash_internal(
000000f6`17ffeea0 00007ff7`fcd9367a     postgres!LookupTupleHashEntry(
000000f6`17ffeef0 00007ff7`fcd940bb     postgres!lookup_hash_entries(
000000f6`17ffef90 00007ff7`fcd97016     postgres!agg_fill_hash_table(
000000f6`17ffefd0 00007ff7`fcd7bd5b     postgres!ExecAgg(
000000f6`17fff020 00007ff7`fcd71b3c     postgres!ExecProcNodeFirst(
000000f6`17fff050 00007ff7`fcd72c30     postgres!ExecProcNode(
core
000000f6`183ff838 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f6`183ff840 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
000000f6`183ffb30 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f6`183ffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f6`187ffa58 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f6`187ffa60 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
000000f6`187ffd50 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f6`187ffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f6`18bff6b8 00007ffb`9dcd45ca     ntdll!NtFsControlFile+0x14
000000f6`18bff6c0 00007ff7`fcf407cb     KERNELBASE!ConnectNamedPipe+0x6a
000000f6`18bff730 00007ffb`9fb84cb0     postgres!pg_signal_thread(
000000f6`18bff830 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f6`18bff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f6`18fffcd8 00007ffb`9dc8d71e     ntdll!NtWaitForSingleObject+0x14
000000f6`18fffce0 00007ff7`fcf4226c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000f6`18fffd80 00007ffb`9fb84cb0     postgres!pg_timer_thread(
000000f6`18fffdc0 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f6`18fffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000017`c1dff988 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000017`c1dff990 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
00000017`c1dffc80 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000017`c1dffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000017`c21ffdd8 00007ffb`9dc8d71e     ntdll!NtWaitForSingleObject+0x14
00000017`c21ffde0 00007ff7`fcf4226c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000017`c21ffe80 00007ffb`9fb84cb0     postgres!pg_timer_thread(
00000017`c21ffec0 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000017`c21ffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000017`c19ffb58 00007ffb`9dcd45ca     ntdll!NtFsControlFile+0x14
00000017`c19ffb60 00007ff7`fcf407cb     KERNELBASE!ConnectNamedPipe+0x6a
00000017`c19ffbd0 00007ffb`9fb84cb0     postgres!pg_signal_thread(
00000017`c19ffcd0 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000017`c19ffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000017`c15ff9e8 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000017`c15ff9f0 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
00000017`c15ffce0 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000017`c15ffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000017`c11fe8e0 00007ff7`fcd5c0cb     postgres!ExecInterpExpr(
00000017`c11feba0 00007ff7`fcd69dfa     postgres!ExecInterpExprStillValid(
00000017`c11febd0 00007ff7`fcd6a0b6     postgres!ExecEvalExpr(
00000017`c11fec00 00007ff7`fcd69b4c     postgres!TupleHashTableHash_internal(
00000017`c11fec50 00007ff7`fcd9367a     postgres!LookupTupleHashEntry(
00000017`c11feca0 00007ff7`fcd940bb     postgres!lookup_hash_entries(
00000017`c11fed40 00007ff7`fcd97016     postgres!agg_fill_hash_table(
00000017`c11fed80 00007ff7`fcd7bd5b     postgres!ExecAgg(
00000017`c11fedd0 00007ff7`fcdcc24c     postgres!ExecProcNodeFirst(
00000017`c11fee00 00007ff7`fcdccb21     postgres!ExecProcNode(
core
00000078`ce3ff748 00007ffb`9dcd45ca     ntdll!NtFsControlFile+0x14
00000078`ce3ff750 00007ff7`fcf407cb     KERNELBASE!ConnectNamedPipe+0x6a
00000078`ce3ff7c0 00007ffb`9fb84cb0     postgres!pg_signal_thread(
00000078`ce3ff8c0 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000078`ce3ff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000078`ce7ffe38 00007ffb`9dc8d71e     ntdll!NtWaitForSingleObject+0x14
00000078`ce7ffe40 00007ff7`fcf4226c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000078`ce7ffee0 00007ffb`9fb84cb0     postgres!pg_timer_thread(
00000078`ce7fff20 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000078`ce7fff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000078`cdbfeb80 00007ff7`fcd5c0cb     postgres!ExecInterpExpr(
00000078`cdbfee40 00007ff7`fcd69dfa     postgres!ExecInterpExprStillValid(
00000078`cdbfee70 00007ff7`fcd6a0b6     postgres!ExecEvalExpr(
00000078`cdbfeea0 00007ff7`fcd69b4c     postgres!TupleHashTableHash_internal(
00000078`cdbfeef0 00007ff7`fcdc8eef     postgres!LookupTupleHashEntry(
00000078`cdbfef40 00007ff7`fcd7bd5b     postgres!ExecRecursiveUnion(
00000078`cdbfefb0 00007ff7`fcd9c16c     postgres!ExecProcNodeFirst(
00000078`cdbfefe0 00007ff7`fcd9c729     postgres!ExecProcNode(
00000078`cdbff010 00007ff7`fcd80945     postgres!CteScanNext(
00000078`cdbff080 00007ff7`fcd80315     postgres!ExecScanFetch(
core
00000078`cebff938 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000078`cebff940 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
00000078`cebffc30 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000078`cebffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000078`cdfffb98 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000078`cdfffba0 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
00000078`cdfffe90 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000078`cdfffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003b`949ff090 00007ff7`fcd5c0cb     postgres!ExecInterpExpr(
0000003b`949ff350 00007ff7`fcd69dfa     postgres!ExecInterpExprStillValid(
0000003b`949ff380 00007ff7`fcd6a0b6     postgres!ExecEvalExpr(
0000003b`949ff3b0 00007ff7`fcd69b4c     postgres!TupleHashTableHash_internal(
0000003b`949ff400 00007ff7`fcdcb9a0     postgres!LookupTupleHashEntry(
0000003b`949ff450 00007ff7`fcdcc0d1     postgres!setop_fill_hash_table(
0000003b`949ff4c0 00007ff7`fcd7bd5b     postgres!ExecSetOp(
0000003b`949ff510 00007ff7`fcd71b3c     postgres!ExecProcNodeFirst(
0000003b`949ff540 00007ff7`fcd72c30     postgres!ExecProcNode(
0000003b`949ff570 00007ff7`fcd6df47     postgres!ExecutePlan(
core
0000003b`94dff638 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003b`94dff640 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
0000003b`94dff930 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000003b`94dff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003b`951ff5b8 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003b`951ff5c0 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
0000003b`951ff8b0 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000003b`951ff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003b`955ff5b8 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003b`955ff5c0 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
0000003b`955ff8b0 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000003b`955ff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003b`959ffbf8 00007ffb`9dcd45ca     ntdll!NtFsControlFile+0x14
0000003b`959ffc00 00007ff7`fcf407cb     KERNELBASE!ConnectNamedPipe+0x6a
0000003b`959ffc70 00007ffb`9fb84cb0     postgres!pg_signal_thread(
0000003b`959ffd70 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000003b`959ffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003b`95dffb68 00007ffb`9dc8d71e     ntdll!NtWaitForSingleObject+0x14
0000003b`95dffb70 00007ff7`fcf4226c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000003b`95dffc10 00007ffb`9fb84cb0     postgres!pg_timer_thread(
0000003b`95dffc50 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000003b`95dffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d9`94fffbd8 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d9`94fffbe0 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
000000d9`94fffed0 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d9`94ffff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d9`957ff918 00007ffb`9dc8d71e     ntdll!NtWaitForSingleObject+0x14
000000d9`957ff920 00007ff7`fcf4226c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000d9`957ff9c0 00007ffb`9fb84cb0     postgres!pg_timer_thread(
000000d9`957ffa00 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d9`957ffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d9`947fecc0 00007ff7`fcd5c0cb     postgres!ExecInterpExpr(
000000d9`947fef80 00007ff7`fcd69dfa     postgres!ExecInterpExprStillValid(
000000d9`947fefb0 00007ff7`fcd6a0b6     postgres!ExecEvalExpr(
000000d9`947fefe0 00007ff7`fcd69b4c     postgres!TupleHashTableHash_internal(
000000d9`947ff030 00007ff7`fcd9367a     postgres!LookupTupleHashEntry(
000000d9`947ff080 00007ff7`fcd940bb     postgres!lookup_hash_entries(
000000d9`947ff120 00007ff7`fcd97016     postgres!agg_fill_hash_table(
000000d9`947ff160 00007ff7`fcd7bd5b     postgres!ExecAgg(
000000d9`947ff1b0 00007ff7`fcd71b3c     postgres!ExecProcNodeFirst(
000000d9`947ff1e0 00007ff7`fcd72c30     postgres!ExecProcNode(
core
000000d9`94bffa58 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d9`94bffa60 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
000000d9`94bffd50 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d9`94bffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d9`953ffa98 00007ffb`9dcd45ca     ntdll!NtFsControlFile+0x14
000000d9`953ffaa0 00007ff7`fcf407cb     KERNELBASE!ConnectNamedPipe+0x6a
000000d9`953ffb10 00007ffb`9fb84cb0     postgres!pg_signal_thread(
000000d9`953ffc10 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d9`953ffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000076`e3dfef90 00007ff7`fcd5c0cb     postgres!ExecInterpExpr(
00000076`e3dff250 00007ff7`fcd69dfa     postgres!ExecInterpExprStillValid(
00000076`e3dff280 00007ff7`fcd6a0b6     postgres!ExecEvalExpr(
00000076`e3dff2b0 00007ff7`fcd69b4c     postgres!TupleHashTableHash_internal(
00000076`e3dff300 00007ff7`fcd9367a     postgres!LookupTupleHashEntry(
00000076`e3dff350 00007ff7`fcd940bb     postgres!lookup_hash_entries(
00000076`e3dff3f0 00007ff7`fcd97016     postgres!agg_fill_hash_table(
00000076`e3dff430 00007ff7`fcd7bd5b     postgres!ExecAgg(
00000076`e3dff480 00007ff7`fcd71b3c     postgres!ExecProcNodeFirst(
00000076`e3dff4b0 00007ff7`fcd72c30     postgres!ExecProcNode(
core
00000076`e45ffd08 00007ffb`9dcd45ca     ntdll!NtFsControlFile+0x14
00000076`e45ffd10 00007ff7`fcf407cb     KERNELBASE!ConnectNamedPipe+0x6a
00000076`e45ffd80 00007ffb`9fb84cb0     postgres!pg_signal_thread(
00000076`e45ffe80 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000076`e45ffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000076`e41ffa28 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000076`e41ffa30 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
00000076`e41ffd20 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000076`e41ffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000076`e49ff6d8 00007ffb`9dc8d71e     ntdll!NtWaitForSingleObject+0x14
00000076`e49ff6e0 00007ff7`fcf4226c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000076`e49ff780 00007ffb`9fb84cb0     postgres!pg_timer_thread(
00000076`e49ff7c0 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000076`e49ff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000076`e4dff7c8 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000076`e4dff7d0 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
00000076`e4dffac0 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000076`e4dffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004e`c27ffd28 00007ffb`9dcd45ca     ntdll!NtFsControlFile+0x14
0000004e`c27ffd30 00007ff7`fcf407cb     KERNELBASE!ConnectNamedPipe+0x6a
0000004e`c27ffda0 00007ffb`9fb84cb0     postgres!pg_signal_thread(
0000004e`c27ffea0 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000004e`c27ffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004e`c2bff8a8 00007ffb`9dc8d71e     ntdll!NtWaitForSingleObject+0x14
0000004e`c2bff8b0 00007ff7`fcf4226c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000004e`c2bff950 00007ffb`9fb84cb0     postgres!pg_timer_thread(
0000004e`c2bff990 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000004e`c2bff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004e`c23ff648 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004e`c23ff650 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
0000004e`c23ff940 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000004e`c23ff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004e`c1fffc28 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004e`c1fffc30 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
0000004e`c1ffff20 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000004e`c1ffff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004e`c1bfea50 00007ff7`fcd5c0cb     postgres!ExecInterpExpr(
0000004e`c1bfed10 00007ff7`fcd69dfa     postgres!ExecInterpExprStillValid(
0000004e`c1bfed40 00007ff7`fcd6a0b6     postgres!ExecEvalExpr(
0000004e`c1bfed70 00007ff7`fcd69b4c     postgres!TupleHashTableHash_internal(
0000004e`c1bfedc0 00007ff7`fcd9367a     postgres!LookupTupleHashEntry(
0000004e`c1bfee10 00007ff7`fcd940bb     postgres!lookup_hash_entries(
0000004e`c1bfeeb0 00007ff7`fcd97016     postgres!agg_fill_hash_table(
0000004e`c1bfeef0 00007ff7`fcd7bd5b     postgres!ExecAgg(
0000004e`c1bfef40 00007ff7`fcd71b3c     postgres!ExecProcNodeFirst(
0000004e`c1bfef70 00007ff7`fcd72c30     postgres!ExecProcNode(
core
00000006`ff1ffc98 00007ffb`9dc8d71e     ntdll!NtWaitForSingleObject+0x14
00000006`ff1ffca0 00007ff7`fcf4226c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000006`ff1ffd40 00007ffb`9fb84cb0     postgres!pg_timer_thread(
00000006`ff1ffd80 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000006`ff1ffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000006`fe1feb90 00007ff7`fcd5c0cb     postgres!ExecInterpExpr(
00000006`fe1fee50 00007ff7`fcd69dfa     postgres!ExecInterpExprStillValid(
00000006`fe1fee80 00007ff7`fcd6a0b6     postgres!ExecEvalExpr(
00000006`fe1feeb0 00007ff7`fcd69b4c     postgres!TupleHashTableHash_internal(
00000006`fe1fef00 00007ff7`fcd9367a     postgres!LookupTupleHashEntry(
00000006`fe1fef50 00007ff7`fcd940bb     postgres!lookup_hash_entries(
00000006`fe1feff0 00007ff7`fcd97016     postgres!agg_fill_hash_table(
00000006`fe1ff030 00007ff7`fcd7bd5b     postgres!ExecAgg(
00000006`fe1ff080 00007ff7`fcd71b3c     postgres!ExecProcNodeFirst(
00000006`fe1ff0b0 00007ff7`fcd72c30     postgres!ExecProcNode(
core
00000006`fe5ffa68 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000006`fe5ffa70 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
00000006`fe5ffd60 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000006`fe5ffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000006`fe9ffab8 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000006`fe9ffac0 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
00000006`fe9ffdb0 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000006`fe9ffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000006`fedff798 00007ffb`9dcd45ca     ntdll!NtFsControlFile+0x14
00000006`fedff7a0 00007ff7`fcf407cb     KERNELBASE!ConnectNamedPipe+0x6a
00000006`fedff810 00007ffb`9fb84cb0     postgres!pg_signal_thread(
00000006`fedff910 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000006`fedff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000082`609ff678 00007ffb`9dcd45ca     ntdll!NtFsControlFile+0x14
00000082`609ff680 00007ff7`fcf407cb     KERNELBASE!ConnectNamedPipe+0x6a
00000082`609ff6f0 00007ffb`9fb84cb0     postgres!pg_signal_thread(
00000082`609ff7f0 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000082`609ff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000082`5fdfec70 00007ff7`fcd5c0cb     postgres!ExecInterpExpr(
00000082`5fdfef30 00007ff7`fcd69dfa     postgres!ExecInterpExprStillValid(
00000082`5fdfef60 00007ff7`fcd6a0b6     postgres!ExecEvalExpr(
00000082`5fdfef90 00007ff7`fcd69b4c     postgres!TupleHashTableHash_internal(
00000082`5fdfefe0 00007ff7`fcd9367a     postgres!LookupTupleHashEntry(
00000082`5fdff030 00007ff7`fcd940bb     postgres!lookup_hash_entries(
00000082`5fdff0d0 00007ff7`fcd97016     postgres!agg_fill_hash_table(
00000082`5fdff110 00007ff7`fcd7bd5b     postgres!ExecAgg(
00000082`5fdff160 00007ff7`fcd71b3c     postgres!ExecProcNodeFirst(
00000082`5fdff190 00007ff7`fcd72c30     postgres!ExecProcNode(
core
00000082`601ff8a8 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000082`601ff8b0 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
00000082`601ffba0 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000082`601ffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000082`605ff9f8 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000082`605ffa00 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
00000082`605ffcf0 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000082`605ffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000082`60dff758 00007ffb`9dc8d71e     ntdll!NtWaitForSingleObject+0x14
00000082`60dff760 00007ff7`fcf4226c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000082`60dff800 00007ffb`9fb84cb0     postgres!pg_timer_thread(
00000082`60dff840 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000082`60dff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001c`01dffd38 00007ffb`9dc8d71e     ntdll!NtWaitForSingleObject+0x14
0000001c`01dffd40 00007ff7`fcf4226c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000001c`01dffde0 00007ffb`9fb84cb0     postgres!pg_timer_thread(
0000001c`01dffe20 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000001c`01dffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001c`011fe970 00007ff7`fcd5c0cb     postgres!ExecInterpExpr(
0000001c`011fec30 00007ff7`fcd69dfa     postgres!ExecInterpExprStillValid(
0000001c`011fec60 00007ff7`fcd6a0b6     postgres!ExecEvalExpr(
0000001c`011fec90 00007ff7`fcd69b4c     postgres!TupleHashTableHash_internal(
0000001c`011fece0 00007ff7`fcd9367a     postgres!LookupTupleHashEntry(
0000001c`011fed30 00007ff7`fcd940bb     postgres!lookup_hash_entries(
0000001c`011fedd0 00007ff7`fcd97016     postgres!agg_fill_hash_table(
0000001c`011fee10 00007ff7`fcd7bd5b     postgres!ExecAgg(
0000001c`011fee60 00007ff7`fcdcc24c     postgres!ExecProcNodeFirst(
0000001c`011fee90 00007ff7`fcdccb21     postgres!ExecProcNode(
core
0000001c`015ffb18 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001c`015ffb20 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
0000001c`015ffe10 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000001c`015ffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001c`019ffc88 00007ffb`9dcd45ca     ntdll!NtFsControlFile+0x14
0000001c`019ffc90 00007ff7`fcf407cb     KERNELBASE!ConnectNamedPipe+0x6a
0000001c`019ffd00 00007ffb`9fb84cb0     postgres!pg_signal_thread(
0000001c`019ffe00 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000001c`019ffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001c`021ff548 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001c`021ff550 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
0000001c`021ff840 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000001c`021ff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000051`081ff8c8 00007ffb`9dcd45ca     ntdll!NtFsControlFile+0x14
00000051`081ff8d0 00007ff7`fcf407cb     KERNELBASE!ConnectNamedPipe+0x6a
00000051`081ff940 00007ffb`9fb84cb0     postgres!pg_signal_thread(
00000051`081ffa40 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000051`081ffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000051`075ff0f0 00007ff7`fcd5c0cb     postgres!ExecInterpExpr(
00000051`075ff3b0 00007ff7`fcd69dfa     postgres!ExecInterpExprStillValid(
00000051`075ff3e0 00007ff7`fcd6a0b6     postgres!ExecEvalExpr(
00000051`075ff410 00007ff7`fcd69b4c     postgres!TupleHashTableHash_internal(
00000051`075ff460 00007ff7`fcd9367a     postgres!LookupTupleHashEntry(
00000051`075ff4b0 00007ff7`fcd940bb     postgres!lookup_hash_entries(
00000051`075ff550 00007ff7`fcd97016     postgres!agg_fill_hash_table(
00000051`075ff590 00007ff7`fcd7bd5b     postgres!ExecAgg(
00000051`075ff5e0 00007ff7`fcd71b3c     postgres!ExecProcNodeFirst(
00000051`075ff610 00007ff7`fcd72c30     postgres!ExecProcNode(
core
00000051`079ff788 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000051`079ff790 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
00000051`079ffa80 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000051`079ffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000051`07dff638 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000051`07dff640 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
00000051`07dff930 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000051`07dff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000051`085ff918 00007ffb`9dc8d71e     ntdll!NtWaitForSingleObject+0x14
00000051`085ff920 00007ff7`fcf4226c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000051`085ff9c0 00007ffb`9fb84cb0     postgres!pg_timer_thread(
00000051`085ffa00 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000051`085ffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000044`f75ff5b8 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000044`f75ff5c0 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
00000044`f75ff8b0 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000044`f75ff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000044`f65fe640 00007ff7`fcd5c0cb     postgres!ExecInterpExpr(
00000044`f65fe900 00007ff7`fcd69dfa     postgres!ExecInterpExprStillValid(
00000044`f65fe930 00007ff7`fcd6a0b6     postgres!ExecEvalExpr(
00000044`f65fe960 00007ff7`fcd69b4c     postgres!TupleHashTableHash_internal(
00000044`f65fe9b0 00007ff7`fcdd00d2     postgres!LookupTupleHashEntry(
00000044`f65fea00 00007ff7`fcdcefbf     postgres!buildSubPlanHash(
00000044`f65feaf0 00007ff7`fcdce3ea     postgres!ExecHashSubPlan(
00000044`f65feb40 00007ff7`fcd61a4e     postgres!ExecSubPlan(
00000044`f65feba0 00007ff7`fcd6536f     postgres!ExecEvalSubPlan(
00000044`f65febe0 00007ff7`fcd5c0cb     postgres!ExecInterpExpr(
core
00000044`f69ffba8 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000044`f69ffbb0 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
00000044`f69ffea0 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000044`f69ffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000044`f6dffc48 00007ffb`9dcd45ca     ntdll!NtFsControlFile+0x14
00000044`f6dffc50 00007ff7`fcf407cb     KERNELBASE!ConnectNamedPipe+0x6a
00000044`f6dffcc0 00007ffb`9fb84cb0     postgres!pg_signal_thread(
00000044`f6dffdc0 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000044`f6dffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000044`f71ff6e8 00007ffb`9dc8d71e     ntdll!NtWaitForSingleObject+0x14
00000044`f71ff6f0 00007ff7`fcf4226c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000044`f71ff790 00007ffb`9fb84cb0     postgres!pg_timer_thread(
00000044`f71ff7d0 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000044`f71ff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000049`03fff6c8 00007ffb`9dc8d71e     ntdll!NtWaitForSingleObject+0x14
00000049`03fff6d0 00007ff7`fcf4226c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000049`03fff770 00007ffb`9fb84cb0     postgres!pg_timer_thread(
00000049`03fff7b0 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000049`03fff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000049`02ffeda0 00007ff7`fcd5c0cb     postgres!ExecInterpExpr(
00000049`02fff060 00007ff7`fcd69dfa     postgres!ExecInterpExprStillValid(
00000049`02fff090 00007ff7`fcd6a0b6     postgres!ExecEvalExpr(
00000049`02fff0c0 00007ff7`fcd69b4c     postgres!TupleHashTableHash_internal(
00000049`02fff110 00007ff7`fcdcb9a0     postgres!LookupTupleHashEntry(
00000049`02fff160 00007ff7`fcdcc0d1     postgres!setop_fill_hash_table(
00000049`02fff1d0 00007ff7`fcd7bd5b     postgres!ExecSetOp(
00000049`02fff220 00007ff7`fcd71b3c     postgres!ExecProcNodeFirst(
00000049`02fff250 00007ff7`fcd72c30     postgres!ExecProcNode(
00000049`02fff280 00007ff7`fcd6df47     postgres!ExecutePlan(
core
00000049`033ff9d8 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000049`033ff9e0 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
00000049`033ffcd0 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000049`033ffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000049`037ffb38 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000049`037ffb40 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
00000049`037ffe30 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000049`037ffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000049`03bff788 00007ffb`9dcd45ca     ntdll!NtFsControlFile+0x14
00000049`03bff790 00007ff7`fcf407cb     KERNELBASE!ConnectNamedPipe+0x6a
00000049`03bff800 00007ffb`9fb84cb0     postgres!pg_signal_thread(
00000049`03bff900 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000049`03bff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e9`7bfff858 00007ffb`9dcd45ca     ntdll!NtFsControlFile+0x14
000000e9`7bfff860 00007ff7`fcf407cb     KERNELBASE!ConnectNamedPipe+0x6a
000000e9`7bfff8d0 00007ffb`9fb84cb0     postgres!pg_signal_thread(
000000e9`7bfff9d0 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e9`7bfffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e9`7b3feba0 00007ff7`fcd5c0cb     postgres!ExecInterpExpr(
000000e9`7b3fee60 00007ff7`fcd69dfa     postgres!ExecInterpExprStillValid(
000000e9`7b3fee90 00007ff7`fcd6a0b6     postgres!ExecEvalExpr(
000000e9`7b3feec0 00007ff7`fcd69b4c     postgres!TupleHashTableHash_internal(
000000e9`7b3fef10 00007ff7`fcd9367a     postgres!LookupTupleHashEntry(
000000e9`7b3fef60 00007ff7`fcd940bb     postgres!lookup_hash_entries(
000000e9`7b3ff000 00007ff7`fcd97016     postgres!agg_fill_hash_table(
000000e9`7b3ff040 00007ff7`fcd7bd5b     postgres!ExecAgg(
000000e9`7b3ff090 00007ff7`fcd71b3c     postgres!ExecProcNodeFirst(
000000e9`7b3ff0c0 00007ff7`fcd72c30     postgres!ExecProcNode(
core
000000e9`7b7ff748 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e9`7b7ff750 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
000000e9`7b7ffa40 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e9`7b7ffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e9`7bbff4e8 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e9`7bbff4f0 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
000000e9`7bbff7e0 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e9`7bbff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e9`7c3ff9a8 00007ffb`9dc8d71e     ntdll!NtWaitForSingleObject+0x14
000000e9`7c3ff9b0 00007ff7`fcf4226c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000e9`7c3ffa50 00007ffb`9fb84cb0     postgres!pg_timer_thread(
000000e9`7c3ffa90 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e9`7c3ffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e7`931ff978 00007ffb`9dc8d71e     ntdll!NtWaitForSingleObject+0x14
000000e7`931ff980 00007ff7`fcf4226c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000e7`931ffa20 00007ffb`9fb84cb0     postgres!pg_timer_thread(
000000e7`931ffa60 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e7`931ffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e7`925ff090 00007ff7`fcd5c0cb     postgres!ExecInterpExpr(
000000e7`925ff350 00007ff7`fcd69dfa     postgres!ExecInterpExprStillValid(
000000e7`925ff380 00007ff7`fcd6a0b6     postgres!ExecEvalExpr(
000000e7`925ff3b0 00007ff7`fcd69b4c     postgres!TupleHashTableHash_internal(
000000e7`925ff400 00007ff7`fcd9367a     postgres!LookupTupleHashEntry(
000000e7`925ff450 00007ff7`fcd940bb     postgres!lookup_hash_entries(
000000e7`925ff4f0 00007ff7`fcd97016     postgres!agg_fill_hash_table(
000000e7`925ff530 00007ff7`fcd7bd5b     postgres!ExecAgg(
000000e7`925ff580 00007ff7`fcd71b3c     postgres!ExecProcNodeFirst(
000000e7`925ff5b0 00007ff7`fcd72c30     postgres!ExecProcNode(
core
000000e7`929ffb78 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e7`929ffb80 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
000000e7`929ffe70 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e7`929ffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e7`92dff858 00007ffb`9dcd45ca     ntdll!NtFsControlFile+0x14
000000e7`92dff860 00007ff7`fcf407cb     KERNELBASE!ConnectNamedPipe+0x6a
000000e7`92dff8d0 00007ffb`9fb84cb0     postgres!pg_signal_thread(
000000e7`92dff9d0 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e7`92dffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e7`935ff4e8 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e7`935ff4f0 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
000000e7`935ff7e0 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e7`935ff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a0`84dffbb8 00007ffb`9dc8d71e     ntdll!NtWaitForSingleObject+0x14
000000a0`84dffbc0 00007ff7`fcf4226c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000a0`84dffc60 00007ffb`9fb84cb0     postgres!pg_timer_thread(
000000a0`84dffca0 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a0`84dffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a0`839fecd0 00007ff7`fcd5c0cb     postgres!ExecInterpExpr(
000000a0`839fef90 00007ff7`fcd69dfa     postgres!ExecInterpExprStillValid(
000000a0`839fefc0 00007ff7`fcd6a0b6     postgres!ExecEvalExpr(
000000a0`839feff0 00007ff7`fcd69b4c     postgres!TupleHashTableHash_internal(
000000a0`839ff040 00007ff7`fcd9367a     postgres!LookupTupleHashEntry(
000000a0`839ff090 00007ff7`fcd940bb     postgres!lookup_hash_entries(
000000a0`839ff130 00007ff7`fcd97016     postgres!agg_fill_hash_table(
000000a0`839ff170 00007ff7`fcd7bd5b     postgres!ExecAgg(
000000a0`839ff1c0 00007ff7`fcd71b3c     postgres!ExecProcNodeFirst(
000000a0`839ff1f0 00007ff7`fcd72c30     postgres!ExecProcNode(
core
000000a0`83dffbb8 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a0`83dffbc0 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
000000a0`83dffeb0 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a0`83dffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a0`841ff848 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a0`841ff850 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
000000a0`841ffb40 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a0`841ffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a0`845ff978 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a0`845ff980 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
000000a0`845ffc70 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a0`845ffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a0`849ff628 00007ffb`9dcd45ca     ntdll!NtFsControlFile+0x14
000000a0`849ff630 00007ff7`fcf407cb     KERNELBASE!ConnectNamedPipe+0x6a
000000a0`849ff6a0 00007ffb`9fb84cb0     postgres!pg_signal_thread(
000000a0`849ff7a0 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a0`849ff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a3`94dff588 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a3`94dff590 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
000000a3`94dff880 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a3`94dff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a3`949fec00 00007ff7`fcd5c0cb     postgres!ExecInterpExpr(
000000a3`949feec0 00007ff7`fcd69dfa     postgres!ExecInterpExprStillValid(
000000a3`949feef0 00007ff7`fcd6a0b6     postgres!ExecEvalExpr(
000000a3`949fef20 00007ff7`fcd69b4c     postgres!TupleHashTableHash_internal(
000000a3`949fef70 00007ff7`fcd9367a     postgres!LookupTupleHashEntry(
000000a3`949fefc0 00007ff7`fcd940bb     postgres!lookup_hash_entries(
000000a3`949ff060 00007ff7`fcd97016     postgres!agg_fill_hash_table(
000000a3`949ff0a0 00007ff7`fcd7bd5b     postgres!ExecAgg(
000000a3`949ff0f0 00007ff7`fcda23ac     postgres!ExecProcNodeFirst(
000000a3`949ff120 00007ff7`fcda7623     postgres!ExecProcNode(
core
000000a3`959ff988 00007ffb`9dc8d71e     ntdll!NtWaitForSingleObject+0x14
000000a3`959ff990 00007ff7`fcf4226c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000a3`959ffa30 00007ffb`9fb84cb0     postgres!pg_timer_thread(
000000a3`959ffa70 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a3`959ffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a3`955ff978 00007ffb`9dcd45ca     ntdll!NtFsControlFile+0x14
000000a3`955ff980 00007ff7`fcf407cb     KERNELBASE!ConnectNamedPipe+0x6a
000000a3`955ff9f0 00007ffb`9fb84cb0     postgres!pg_signal_thread(
000000a3`955ffaf0 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a3`955ffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a3`951ff7e8 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a3`951ff7f0 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
000000a3`951ffae0 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a3`951ffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003c`1d7ffa18 00007ffb`9dc8d71e     ntdll!NtWaitForSingleObject+0x14
0000003c`1d7ffa20 00007ff7`fcf4226c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000003c`1d7ffac0 00007ffb`9fb84cb0     postgres!pg_timer_thread(
0000003c`1d7ffb00 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000003c`1d7ffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003c`1dbff708 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003c`1dbff710 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
0000003c`1dbffa00 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000003c`1dbffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003c`1cbfeb40 00007ff7`fcd5c0cb     postgres!ExecInterpExpr(
0000003c`1cbfee00 00007ff7`fcd69dfa     postgres!ExecInterpExprStillValid(
0000003c`1cbfee30 00007ff7`fcd6a0b6     postgres!ExecEvalExpr(
0000003c`1cbfee60 00007ff7`fcd69b4c     postgres!TupleHashTableHash_internal(
0000003c`1cbfeeb0 00007ff7`fcd9367a     postgres!LookupTupleHashEntry(
0000003c`1cbfef00 00007ff7`fcd93e4a     postgres!lookup_hash_entries(
0000003c`1cbfefa0 00007ff7`fcd97031     postgres!agg_retrieve_direct(
0000003c`1cbff040 00007ff7`fcd7bd5b     postgres!ExecAgg(
0000003c`1cbff090 00007ff7`fcdcc24c     postgres!ExecProcNodeFirst(
0000003c`1cbff0c0 00007ff7`fcdccb21     postgres!ExecProcNode(
core
0000003c`1cfffa98 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003c`1cfffaa0 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
0000003c`1cfffd90 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000003c`1cfffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003c`1d3ff938 00007ffb`9dcd45ca     ntdll!NtFsControlFile+0x14
0000003c`1d3ff940 00007ff7`fcf407cb     KERNELBASE!ConnectNamedPipe+0x6a
0000003c`1d3ff9b0 00007ffb`9fb84cb0     postgres!pg_signal_thread(
0000003c`1d3ffab0 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000003c`1d3ffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000049`a99fe980 00007ff7`fcd5c0cb     postgres!ExecInterpExpr(
00000049`a99fec40 00007ff7`fcd69dfa     postgres!ExecInterpExprStillValid(
00000049`a99fec70 00007ff7`fcd6a0b6     postgres!ExecEvalExpr(
00000049`a99feca0 00007ff7`fcd69b4c     postgres!TupleHashTableHash_internal(
00000049`a99fecf0 00007ff7`fcd9367a     postgres!LookupTupleHashEntry(
00000049`a99fed40 00007ff7`fcd940bb     postgres!lookup_hash_entries(
00000049`a99fede0 00007ff7`fcd97016     postgres!agg_fill_hash_table(
00000049`a99fee20 00007ff7`fcd7bd5b     postgres!ExecAgg(
00000049`a99fee70 00007ff7`fcd71b3c     postgres!ExecProcNodeFirst(
00000049`a99feea0 00007ff7`fcd72c30     postgres!ExecProcNode(
core
00000049`a9dffb98 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000049`a9dffba0 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
00000049`a9dffe90 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000049`a9dffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000049`aa1ff748 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000049`aa1ff750 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
00000049`aa1ffa40 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000049`aa1ffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000049`aa5ffad8 00007ffb`9dcd45ca     ntdll!NtFsControlFile+0x14
00000049`aa5ffae0 00007ff7`fcf407cb     KERNELBASE!ConnectNamedPipe+0x6a
00000049`aa5ffb50 00007ffb`9fb84cb0     postgres!pg_signal_thread(
00000049`aa5ffc50 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000049`aa5ffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000049`aa9ffa78 00007ffb`9dc8d71e     ntdll!NtWaitForSingleObject+0x14
00000049`aa9ffa80 00007ff7`fcf4226c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000049`aa9ffb20 00007ffb`9fb84cb0     postgres!pg_timer_thread(
00000049`aa9ffb60 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000049`aa9ffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cd`3a5ff8d8 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cd`3a5ff8e0 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
000000cd`3a5ffbd0 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000cd`3a5ffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cd`3a9ff5f8 00007ffb`9dcd45ca     ntdll!NtFsControlFile+0x14
000000cd`3a9ff600 00007ff7`fcf407cb     KERNELBASE!ConnectNamedPipe+0x6a
000000cd`3a9ff670 00007ffb`9fb84cb0     postgres!pg_signal_thread(
000000cd`3a9ff770 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000cd`3a9ff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cd`3adffb98 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cd`3adffba0 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
000000cd`3adffe90 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000cd`3adffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cd`3b1ffa38 00007ffb`9dc8d71e     ntdll!NtWaitForSingleObject+0x14
000000cd`3b1ffa40 00007ff7`fcf4226c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000cd`3b1ffae0 00007ffb`9fb84cb0     postgres!pg_timer_thread(
000000cd`3b1ffb20 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000cd`3b1ffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cd`3a1fece0 00007ff7`fcd5c0cb     postgres!ExecInterpExpr(
000000cd`3a1fefa0 00007ff7`fcd69dfa     postgres!ExecInterpExprStillValid(
000000cd`3a1fefd0 00007ff7`fcd6a0b6     postgres!ExecEvalExpr(
000000cd`3a1ff000 00007ff7`fcd69b4c     postgres!TupleHashTableHash_internal(
000000cd`3a1ff050 00007ff7`fcd9367a     postgres!LookupTupleHashEntry(
000000cd`3a1ff0a0 00007ff7`fcd940bb     postgres!lookup_hash_entries(
000000cd`3a1ff140 00007ff7`fcd97016     postgres!agg_fill_hash_table(
000000cd`3a1ff180 00007ff7`fcd7bd5b     postgres!ExecAgg(
000000cd`3a1ff1d0 00007ff7`fcd71b3c     postgres!ExecProcNodeFirst(
000000cd`3a1ff200 00007ff7`fcd72c30     postgres!ExecProcNode(
core
00000052`d0fffa08 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000052`d0fffa10 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
00000052`d0fffd00 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000052`d0fffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000052`d13ff6c8 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000052`d13ff6d0 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
00000052`d13ff9c0 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000052`d13ff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000052`d17ffaa8 00007ffb`9dcd45ca     ntdll!NtFsControlFile+0x14
00000052`d17ffab0 00007ff7`fcf407cb     KERNELBASE!ConnectNamedPipe+0x6a
00000052`d17ffb20 00007ffb`9fb84cb0     postgres!pg_signal_thread(
00000052`d17ffc20 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000052`d17ffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000052`d0bff518 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000052`d0bff520 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
00000052`d0bff810 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000052`d0bff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000052`d07feaf0 00007ff7`fcd5c0cb     postgres!ExecInterpExpr(
00000052`d07fedb0 00007ff7`fcd69dfa     postgres!ExecInterpExprStillValid(
00000052`d07fede0 00007ff7`fcd6a0b6     postgres!ExecEvalExpr(
00000052`d07fee10 00007ff7`fcd69b4c     postgres!TupleHashTableHash_internal(
00000052`d07fee60 00007ff7`fcd9367a     postgres!LookupTupleHashEntry(
00000052`d07feeb0 00007ff7`fcd940bb     postgres!lookup_hash_entries(
00000052`d07fef50 00007ff7`fcd97016     postgres!agg_fill_hash_table(
00000052`d07fef90 00007ff7`fcd7bd5b     postgres!ExecAgg(
00000052`d07fefe0 00007ff7`fcd71b3c     postgres!ExecProcNodeFirst(
00000052`d07ff010 00007ff7`fcd72c30     postgres!ExecProcNode(
core
00000052`d1bffa68 00007ffb`9dc8d71e     ntdll!NtWaitForSingleObject+0x14
00000052`d1bffa70 00007ff7`fcf4226c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000052`d1bffb10 00007ffb`9fb84cb0     postgres!pg_timer_thread(
00000052`d1bffb50 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000052`d1bffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000025`0dffeb40 00007ff7`fcd5c0cb     postgres!ExecInterpExpr(
00000025`0dffee00 00007ff7`fcd69dfa     postgres!ExecInterpExprStillValid(
00000025`0dffee30 00007ff7`fcd6a0b6     postgres!ExecEvalExpr(
00000025`0dffee60 00007ff7`fcd69b4c     postgres!TupleHashTableHash_internal(
00000025`0dffeeb0 00007ff7`fcd9367a     postgres!LookupTupleHashEntry(
00000025`0dffef00 00007ff7`fcd940bb     postgres!lookup_hash_entries(
00000025`0dffefa0 00007ff7`fcd97016     postgres!agg_fill_hash_table(
00000025`0dffefe0 00007ff7`fcd7bd5b     postgres!ExecAgg(
00000025`0dfff030 00007ff7`fcdcc24c     postgres!ExecProcNodeFirst(
00000025`0dfff060 00007ff7`fcdccb21     postgres!ExecProcNode(
core
00000025`0e3ff958 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000025`0e3ff960 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
00000025`0e3ffc50 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000025`0e3ffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000025`0e7ffc18 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000025`0e7ffc20 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
00000025`0e7fff10 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000025`0e7fff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000025`0ebffd38 00007ffb`9dcd45ca     ntdll!NtFsControlFile+0x14
00000025`0ebffd40 00007ff7`fcf407cb     KERNELBASE!ConnectNamedPipe+0x6a
00000025`0ebffdb0 00007ffb`9fb84cb0     postgres!pg_signal_thread(
00000025`0ebffeb0 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000025`0ebffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000025`0efff6b8 00007ffb`9dc8d71e     ntdll!NtWaitForSingleObject+0x14
00000025`0efff6c0 00007ff7`fcf4226c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000025`0efff760 00007ffb`9fb84cb0     postgres!pg_timer_thread(
00000025`0efff7a0 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000025`0efff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000013`d5fff4d8 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000013`d5fff4e0 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
00000013`d5fff7d0 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000013`d5fff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000013`d5bff958 00007ffb`9dc8d71e     ntdll!NtWaitForSingleObject+0x14
00000013`d5bff960 00007ff7`fcf4226c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000013`d5bffa00 00007ffb`9fb84cb0     postgres!pg_timer_thread(
00000013`d5bffa40 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000013`d5bffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000013`d57ff648 00007ffb`9dcd45ca     ntdll!NtFsControlFile+0x14
00000013`d57ff650 00007ff7`fcf407cb     KERNELBASE!ConnectNamedPipe+0x6a
00000013`d57ff6c0 00007ffb`9fb84cb0     postgres!pg_signal_thread(
00000013`d57ff7c0 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000013`d57ff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000013`d53ff838 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000013`d53ff840 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
00000013`d53ffb30 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000013`d53ffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000013`d4ffe770 00007ff7`fcd5c0cb     postgres!ExecInterpExpr(
00000013`d4ffea30 00007ff7`fcd69dfa     postgres!ExecInterpExprStillValid(
00000013`d4ffea60 00007ff7`fcd6a0b6     postgres!ExecEvalExpr(
00000013`d4ffea90 00007ff7`fcd69b4c     postgres!TupleHashTableHash_internal(
00000013`d4ffeae0 00007ff7`fcd9367a     postgres!LookupTupleHashEntry(
00000013`d4ffeb30 00007ff7`fcd940bb     postgres!lookup_hash_entries(
00000013`d4ffebd0 00007ff7`fcd97016     postgres!agg_fill_hash_table(
00000013`d4ffec10 00007ff7`fcd7bd5b     postgres!ExecAgg(
00000013`d4ffec60 00007ff7`fcdcc24c     postgres!ExecProcNodeFirst(
00000013`d4ffec90 00007ff7`fcdccb21     postgres!ExecProcNode(
core
000000f1`969fe010 00007ff7`fcd5c0cb     postgres!ExecInterpExpr(
000000f1`969fe2d0 00007ff7`fcd69dfa     postgres!ExecInterpExprStillValid(
000000f1`969fe300 00007ff7`fcd6a0b6     postgres!ExecEvalExpr(
000000f1`969fe330 00007ff7`fcd69b4c     postgres!TupleHashTableHash_internal(
000000f1`969fe380 00007ff7`fcd9367a     postgres!LookupTupleHashEntry(
000000f1`969fe3d0 00007ff7`fcd940bb     postgres!lookup_hash_entries(
000000f1`969fe470 00007ff7`fcd97016     postgres!agg_fill_hash_table(
000000f1`969fe4b0 00007ff7`fcd7bd5b     postgres!ExecAgg(
000000f1`969fe500 00007ff7`fcd71b3c     postgres!ExecProcNodeFirst(
000000f1`969fe530 00007ff7`fcd72c30     postgres!ExecProcNode(
core
000000f1`971ff998 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f1`971ff9a0 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
000000f1`971ffc90 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f1`971ffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f1`975ff698 00007ffb`9dcd45ca     ntdll!NtFsControlFile+0x14
000000f1`975ff6a0 00007ff7`fcf407cb     KERNELBASE!ConnectNamedPipe+0x6a
000000f1`975ff710 00007ffb`9fb84cb0     postgres!pg_signal_thread(
000000f1`975ff810 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f1`975ff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f1`979ffa58 00007ffb`9dc8d71e     ntdll!NtWaitForSingleObject+0x14
000000f1`979ffa60 00007ff7`fcf4226c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000f1`979ffb00 00007ffb`9fb84cb0     postgres!pg_timer_thread(
000000f1`979ffb40 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f1`979ffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f1`96dff778 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f1`96dff780 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
000000f1`96dffa70 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f1`96dffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008e`223ffab8 00007ffb`9dc8d71e     ntdll!NtWaitForSingleObject+0x14
0000008e`223ffac0 00007ff7`fcf4226c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000008e`223ffb60 00007ffb`9fb84cb0     postgres!pg_timer_thread(
0000008e`223ffba0 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000008e`223ffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008e`21fff5d8 00007ffb`9dcd45ca     ntdll!NtFsControlFile+0x14
0000008e`21fff5e0 00007ff7`fcf407cb     KERNELBASE!ConnectNamedPipe+0x6a
0000008e`21fff650 00007ffb`9fb84cb0     postgres!pg_signal_thread(
0000008e`21fff750 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000008e`21fff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008e`21bff528 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008e`21bff530 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
0000008e`21bff820 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000008e`21bff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008e`217fec90 00007ff7`fcd5c0cb     postgres!ExecInterpExpr(
0000008e`217fef50 00007ff7`fcd69dfa     postgres!ExecInterpExprStillValid(
0000008e`217fef80 00007ff7`fcd6a0b6     postgres!ExecEvalExpr(
0000008e`217fefb0 00007ff7`fcd69b4c     postgres!TupleHashTableHash_internal(
0000008e`217ff000 00007ff7`fcdcb9a0     postgres!LookupTupleHashEntry(
0000008e`217ff050 00007ff7`fcdcc0d1     postgres!setop_fill_hash_table(
0000008e`217ff0c0 00007ff7`fcd7bd5b     postgres!ExecSetOp(
0000008e`217ff110 00007ff7`fcd71b3c     postgres!ExecProcNodeFirst(
0000008e`217ff140 00007ff7`fcd72c30     postgres!ExecProcNode(
0000008e`217ff170 00007ff7`fcd6df47     postgres!ExecutePlan(
core
0000008e`227ff7b8 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008e`227ff7c0 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
0000008e`227ffab0 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000008e`227ffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000af`cedffbb8 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000af`cedffbc0 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
000000af`cedffeb0 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000af`cedffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000af`cfdff9d8 00007ffb`9dc8d71e     ntdll!NtWaitForSingleObject+0x14
000000af`cfdff9e0 00007ff7`fcf4226c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000af`cfdffa80 00007ffb`9fb84cb0     postgres!pg_timer_thread(
000000af`cfdffac0 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000af`cfdffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000af`cf9ffda8 00007ffb`9dcd45ca     ntdll!NtFsControlFile+0x14
000000af`cf9ffdb0 00007ff7`fcf407cb     KERNELBASE!ConnectNamedPipe+0x6a
000000af`cf9ffe20 00007ffb`9fb84cb0     postgres!pg_signal_thread(
000000af`cf9fff20 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000af`cf9fff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000af`cf5ff768 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000af`cf5ff770 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
000000af`cf5ffa60 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000af`cf5ffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000af`cf1ff958 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000af`cf1ff960 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
000000af`cf1ffc50 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000af`cf1ffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000af`ce9fe940 00007ff7`fcd5c0cb     postgres!ExecInterpExpr(
000000af`ce9fec00 00007ff7`fcd69dfa     postgres!ExecInterpExprStillValid(
000000af`ce9fec30 00007ff7`fcd6a0b6     postgres!ExecEvalExpr(
000000af`ce9fec60 00007ff7`fcd69b4c     postgres!TupleHashTableHash_internal(
000000af`ce9fecb0 00007ff7`fcd9367a     postgres!LookupTupleHashEntry(
000000af`ce9fed00 00007ff7`fcd940bb     postgres!lookup_hash_entries(
000000af`ce9feda0 00007ff7`fcd97016     postgres!agg_fill_hash_table(
000000af`ce9fede0 00007ff7`fcd7bd5b     postgres!ExecAgg(
000000af`ce9fee30 00007ff7`fcdcc24c     postgres!ExecProcNodeFirst(
000000af`ce9fee60 00007ff7`fcdccb21     postgres!ExecProcNode(
core
00000084`ed3ff828 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000084`ed3ff830 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
00000084`ed3ffb20 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000084`ed3ffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000084`ecfffaf8 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000084`ecfffb00 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
00000084`ecfffdf0 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000084`ecfffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000084`ecbff488 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000084`ecbff490 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
00000084`ecbff780 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000084`ecbff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000084`ec7fe790 00007ff7`fcd5c0cb     postgres!ExecInterpExpr(
00000084`ec7fea50 00007ff7`fcd69dfa     postgres!ExecInterpExprStillValid(
00000084`ec7fea80 00007ff7`fcd6a0b6     postgres!ExecEvalExpr(
00000084`ec7feab0 00007ff7`fcd69b4c     postgres!TupleHashTableHash_internal(
00000084`ec7feb00 00007ff7`fcd9367a     postgres!LookupTupleHashEntry(
00000084`ec7feb50 00007ff7`fcd940bb     postgres!lookup_hash_entries(
00000084`ec7febf0 00007ff7`fcd97016     postgres!agg_fill_hash_table(
00000084`ec7fec30 00007ff7`fcd7bd5b     postgres!ExecAgg(
00000084`ec7fec80 00007ff7`fcd90ccc     postgres!ExecProcNodeFirst(
00000084`ec7fecb0 00007ff7`fcd91285     postgres!ExecProcNode(
core
00000084`ed7ffd88 00007ffb`9dcd45ca     ntdll!NtFsControlFile+0x14
00000084`ed7ffd90 00007ff7`fcf407cb     KERNELBASE!ConnectNamedPipe+0x6a
00000084`ed7ffe00 00007ffb`9fb84cb0     postgres!pg_signal_thread(
00000084`ed7fff00 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000084`ed7fff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000084`edbff798 00007ffb`9dc8d71e     ntdll!NtWaitForSingleObject+0x14
00000084`edbff7a0 00007ff7`fcf4226c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000084`edbff840 00007ffb`9fb84cb0     postgres!pg_timer_thread(
00000084`edbff880 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000084`edbff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000084`edfff928 00007ffb`9cf8f6cb     ntdll!NtRemoveIoCompletion+0x14
00000084`edfff930 00007ffb`9fb84cb0     mswsock!SockAsyncThread+0x9b
00000084`edfff990 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000084`edfff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ed`f17ffb18 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ed`f17ffb20 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
000000ed`f17ffe10 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ed`f17ffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ed`f13ffbf8 00007ffb`9dc8d71e     ntdll!NtWaitForSingleObject+0x14
000000ed`f13ffc00 00007ff7`fcf4226c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000ed`f13ffca0 00007ffb`9fb84cb0     postgres!pg_timer_thread(
000000ed`f13ffce0 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ed`f13ffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ed`f07fead0 00007ff7`fcd5c0cb     postgres!ExecInterpExpr(
000000ed`f07fed90 00007ff7`fcd69dfa     postgres!ExecInterpExprStillValid(
000000ed`f07fedc0 00007ff7`fcd6a0b6     postgres!ExecEvalExpr(
000000ed`f07fedf0 00007ff7`fcd69b4c     postgres!TupleHashTableHash_internal(
000000ed`f07fee40 00007ff7`fcd9367a     postgres!LookupTupleHashEntry(
000000ed`f07fee90 00007ff7`fcd940bb     postgres!lookup_hash_entries(
000000ed`f07fef30 00007ff7`fcd97016     postgres!agg_fill_hash_table(
000000ed`f07fef70 00007ff7`fcd7bd5b     postgres!ExecAgg(
000000ed`f07fefc0 00007ff7`fcd71b3c     postgres!ExecProcNodeFirst(
000000ed`f07feff0 00007ff7`fcd72c30     postgres!ExecProcNode(
core
000000ed`f0bff4b8 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ed`f0bff4c0 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
000000ed`f0bff7b0 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ed`f0bff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ed`f0fff698 00007ffb`9dcd45ca     ntdll!NtFsControlFile+0x14
000000ed`f0fff6a0 00007ff7`fcf407cb     KERNELBASE!ConnectNamedPipe+0x6a
000000ed`f0fff710 00007ffb`9fb84cb0     postgres!pg_signal_thread(
000000ed`f0fff810 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ed`f0fff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000022`f07ff548 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000022`f07ff550 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
00000022`f07ff840 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000022`f07ff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000022`efbfeb70 00007ff7`fcd5c0cb     postgres!ExecInterpExpr(
00000022`efbfee30 00007ff7`fcd69dfa     postgres!ExecInterpExprStillValid(
00000022`efbfee60 00007ff7`fcd6a0b6     postgres!ExecEvalExpr(
00000022`efbfee90 00007ff7`fcd69b4c     postgres!TupleHashTableHash_internal(
00000022`efbfeee0 00007ff7`fcd9367a     postgres!LookupTupleHashEntry(
00000022`efbfef30 00007ff7`fcd940bb     postgres!lookup_hash_entries(
00000022`efbfefd0 00007ff7`fcd97016     postgres!agg_fill_hash_table(
00000022`efbff010 00007ff7`fcd7bd5b     postgres!ExecAgg(
00000022`efbff060 00007ff7`fcd71b3c     postgres!ExecProcNodeFirst(
00000022`efbff090 00007ff7`fcd72c30     postgres!ExecProcNode(
core
00000022`effff518 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000022`effff520 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
00000022`effff810 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000022`effff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000022`f03ff928 00007ffb`9dcd45ca     ntdll!NtFsControlFile+0x14
00000022`f03ff930 00007ff7`fcf407cb     KERNELBASE!ConnectNamedPipe+0x6a
00000022`f03ff9a0 00007ffb`9fb84cb0     postgres!pg_signal_thread(
00000022`f03ffaa0 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000022`f03ffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000022`f0bffb38 00007ffb`9dc8d71e     ntdll!NtWaitForSingleObject+0x14
00000022`f0bffb40 00007ff7`fcf4226c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000022`f0bffbe0 00007ffb`9fb84cb0     postgres!pg_timer_thread(
00000022`f0bffc20 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000022`f0bffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ff`a61ff7e8 00007ffb`9dcd45ca     ntdll!NtFsControlFile+0x14
000000ff`a61ff7f0 00007ff7`fcf407cb     KERNELBASE!ConnectNamedPipe+0x6a
000000ff`a61ff860 00007ffb`9fb84cb0     postgres!pg_signal_thread(
000000ff`a61ff960 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ff`a61ff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ff`a59feec0 00007ff7`fcd5c0cb     postgres!ExecInterpExpr(
000000ff`a59ff180 00007ff7`fcd69dfa     postgres!ExecInterpExprStillValid(
000000ff`a59ff1b0 00007ff7`fcd6a0b6     postgres!ExecEvalExpr(
000000ff`a59ff1e0 00007ff7`fcd69b4c     postgres!TupleHashTableHash_internal(
000000ff`a59ff230 00007ff7`fcd9367a     postgres!LookupTupleHashEntry(
000000ff`a59ff280 00007ff7`fcd940bb     postgres!lookup_hash_entries(
000000ff`a59ff320 00007ff7`fcd97016     postgres!agg_fill_hash_table(
000000ff`a59ff360 00007ff7`fcd7bd5b     postgres!ExecAgg(
000000ff`a59ff3b0 00007ff7`fcd71b3c     postgres!ExecProcNodeFirst(
000000ff`a59ff3e0 00007ff7`fcd72c30     postgres!ExecProcNode(
core
000000ff`a5dff868 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ff`a5dff870 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
000000ff`a5dffb60 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ff`a5dffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ff`a65ffbb8 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ff`a65ffbc0 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
000000ff`a65ffeb0 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ff`a65ffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ff`a69ff908 00007ffb`9dc8d71e     ntdll!NtWaitForSingleObject+0x14
000000ff`a69ff910 00007ff7`fcf4226c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000ff`a69ff9b0 00007ffb`9fb84cb0     postgres!pg_timer_thread(
000000ff`a69ff9f0 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ff`a69ffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000062`c71ff458 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000062`c71ff460 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
00000062`c71ff750 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000062`c71ff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000062`c6dff968 00007ffb`9dc8d71e     ntdll!NtWaitForSingleObject+0x14
00000062`c6dff970 00007ff7`fcf4226c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000062`c6dffa10 00007ffb`9fb84cb0     postgres!pg_timer_thread(
00000062`c6dffa50 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000062`c6dffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000062`c65ffa58 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000062`c65ffa60 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
00000062`c65ffd50 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000062`c65ffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000062`c61fec60 00007ff7`fcd5c0cb     postgres!ExecInterpExpr(
00000062`c61fef20 00007ff7`fcd69dfa     postgres!ExecInterpExprStillValid(
00000062`c61fef50 00007ff7`fcd6a0b6     postgres!ExecEvalExpr(
00000062`c61fef80 00007ff7`fcd69b4c     postgres!TupleHashTableHash_internal(
00000062`c61fefd0 00007ff7`fcd9367a     postgres!LookupTupleHashEntry(
00000062`c61ff020 00007ff7`fcd940bb     postgres!lookup_hash_entries(
00000062`c61ff0c0 00007ff7`fcd97016     postgres!agg_fill_hash_table(
00000062`c61ff100 00007ff7`fcd7bd5b     postgres!ExecAgg(
00000062`c61ff150 00007ff7`fcdcc24c     postgres!ExecProcNodeFirst(
00000062`c61ff180 00007ff7`fcdccb21     postgres!ExecProcNode(
core
00000062`c69ff7f8 00007ffb`9dcd45ca     ntdll!NtFsControlFile+0x14
00000062`c69ff800 00007ff7`fcf407cb     KERNELBASE!ConnectNamedPipe+0x6a
00000062`c69ff870 00007ffb`9fb84cb0     postgres!pg_signal_thread(
00000062`c69ff970 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000062`c69ff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d7`905fe9b0 00007ff7`fcd5c0cb     postgres!ExecInterpExpr(
000000d7`905fec70 00007ff7`fcd69dfa     postgres!ExecInterpExprStillValid(
000000d7`905feca0 00007ff7`fcd6a0b6     postgres!ExecEvalExpr(
000000d7`905fecd0 00007ff7`fcd69b4c     postgres!TupleHashTableHash_internal(
000000d7`905fed20 00007ff7`fcd9367a     postgres!LookupTupleHashEntry(
000000d7`905fed70 00007ff7`fcd940bb     postgres!lookup_hash_entries(
000000d7`905fee10 00007ff7`fcd97016     postgres!agg_fill_hash_table(
000000d7`905fee50 00007ff7`fcd7bd5b     postgres!ExecAgg(
000000d7`905feea0 00007ff7`fcdcc24c     postgres!ExecProcNodeFirst(
000000d7`905feed0 00007ff7`fcdccb21     postgres!ExecProcNode(
core
000000d7`915ff468 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d7`915ff470 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
000000d7`915ff760 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d7`915ff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d7`911ff748 00007ffb`9dc8d71e     ntdll!NtWaitForSingleObject+0x14
000000d7`911ff750 00007ff7`fcf4226c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000d7`911ff7f0 00007ffb`9fb84cb0     postgres!pg_timer_thread(
000000d7`911ff830 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d7`911ff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d7`90dff748 00007ffb`9dcd45ca     ntdll!NtFsControlFile+0x14
000000d7`90dff750 00007ff7`fcf407cb     KERNELBASE!ConnectNamedPipe+0x6a
000000d7`90dff7c0 00007ffb`9fb84cb0     postgres!pg_signal_thread(
000000d7`90dff8c0 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d7`90dff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d7`909ff5d8 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d7`909ff5e0 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
000000d7`909ff8d0 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d7`909ff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c7`e33ff698 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c7`e33ff6a0 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
000000c7`e33ff990 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c7`e33ff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c7`e2ffee00 00007ff7`fcd5c0cb     postgres!ExecInterpExpr(
000000c7`e2fff0c0 00007ff7`fcd69dfa     postgres!ExecInterpExprStillValid(
000000c7`e2fff0f0 00007ff7`fcd6a0b6     postgres!ExecEvalExpr(
000000c7`e2fff120 00007ff7`fcd69b4c     postgres!TupleHashTableHash_internal(
000000c7`e2fff170 00007ff7`fcdcb9a0     postgres!LookupTupleHashEntry(
000000c7`e2fff1c0 00007ff7`fcdcc0d1     postgres!setop_fill_hash_table(
000000c7`e2fff230 00007ff7`fcd7bd5b     postgres!ExecSetOp(
000000c7`e2fff280 00007ff7`fcd71b3c     postgres!ExecProcNodeFirst(
000000c7`e2fff2b0 00007ff7`fcd72c30     postgres!ExecProcNode(
000000c7`e2fff2e0 00007ff7`fcd6df47     postgres!ExecutePlan(
core
000000c7`e3fff9c8 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c7`e3fff9d0 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
000000c7`e3fffcc0 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c7`e3fffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c7`e37ffd38 00007ffb`9dcd45ca     ntdll!NtFsControlFile+0x14
000000c7`e37ffd40 00007ff7`fcf407cb     KERNELBASE!ConnectNamedPipe+0x6a
000000c7`e37ffdb0 00007ffb`9fb84cb0     postgres!pg_signal_thread(
000000c7`e37ffeb0 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c7`e37ffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c7`e3bff908 00007ffb`9dc8d71e     ntdll!NtWaitForSingleObject+0x14
000000c7`e3bff910 00007ff7`fcf4226c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000c7`e3bff9b0 00007ffb`9fb84cb0     postgres!pg_timer_thread(
000000c7`e3bff9f0 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c7`e3bffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007c`e09feea0 00007ff7`fcd5c0cb     postgres!ExecInterpExpr(
0000007c`e09ff160 00007ff7`fcd69dfa     postgres!ExecInterpExprStillValid(
0000007c`e09ff190 00007ff7`fcd6a0b6     postgres!ExecEvalExpr(
0000007c`e09ff1c0 00007ff7`fcd69b4c     postgres!TupleHashTableHash_internal(
0000007c`e09ff210 00007ff7`fcd9367a     postgres!LookupTupleHashEntry(
0000007c`e09ff260 00007ff7`fcd940bb     postgres!lookup_hash_entries(
0000007c`e09ff300 00007ff7`fcd97016     postgres!agg_fill_hash_table(
0000007c`e09ff340 00007ff7`fcd7bd5b     postgres!ExecAgg(
0000007c`e09ff390 00007ff7`fcd71b3c     postgres!ExecProcNodeFirst(
0000007c`e09ff3c0 00007ff7`fcd72c30     postgres!ExecProcNode(
core
0000007c`e0dff6f8 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007c`e0dff700 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
0000007c`e0dff9f0 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000007c`e0dffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007c`e11ff5c8 00007ffb`9dcd45ca     ntdll!NtFsControlFile+0x14
0000007c`e11ff5d0 00007ff7`fcf407cb     KERNELBASE!ConnectNamedPipe+0x6a
0000007c`e11ff640 00007ffb`9fb84cb0     postgres!pg_signal_thread(
0000007c`e11ff740 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000007c`e11ff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007c`e15ffad8 00007ffb`9dc8d71e     ntdll!NtWaitForSingleObject+0x14
0000007c`e15ffae0 00007ff7`fcf4226c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000007c`e15ffb80 00007ffb`9fb84cb0     postgres!pg_timer_thread(
0000007c`e15ffbc0 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000007c`e15ffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007c`e19ff6d8 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007c`e19ff6e0 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
0000007c`e19ff9d0 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000007c`e19ffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fd`cbbff488 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fd`cbbff490 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
000000fd`cbbff780 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000fd`cbbff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fd`cb7ffca8 00007ffb`9dc8d71e     ntdll!NtWaitForSingleObject+0x14
000000fd`cb7ffcb0 00007ff7`fcf4226c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000fd`cb7ffd50 00007ffb`9fb84cb0     postgres!pg_timer_thread(
000000fd`cb7ffd90 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000fd`cb7ffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fd`cb3ffa38 00007ffb`9dcd45ca     ntdll!NtFsControlFile+0x14
000000fd`cb3ffa40 00007ff7`fcf407cb     KERNELBASE!ConnectNamedPipe+0x6a
000000fd`cb3ffab0 00007ffb`9fb84cb0     postgres!pg_signal_thread(
000000fd`cb3ffbb0 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000fd`cb3ffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fd`cafffa18 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fd`cafffa20 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
000000fd`cafffd10 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000fd`cafffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fd`cabfea30 00007ff7`fcd5c0cb     postgres!ExecInterpExpr(
000000fd`cabfecf0 00007ff7`fcd69dfa     postgres!ExecInterpExprStillValid(
000000fd`cabfed20 00007ff7`fcd6a0b6     postgres!ExecEvalExpr(
000000fd`cabfed50 00007ff7`fcd69b4c     postgres!TupleHashTableHash_internal(
000000fd`cabfeda0 00007ff7`fcdc8eef     postgres!LookupTupleHashEntry(
000000fd`cabfedf0 00007ff7`fcd7bd5b     postgres!ExecRecursiveUnion(
000000fd`cabfee60 00007ff7`fcd9c16c     postgres!ExecProcNodeFirst(
000000fd`cabfee90 00007ff7`fcd9c729     postgres!ExecProcNode(
000000fd`cabfeec0 00007ff7`fcd80945     postgres!CteScanNext(
000000fd`cabfef30 00007ff7`fcd8033c     postgres!ExecScanFetch(
core
00000080`cc9ff978 00007ffb`9dcd45ca     ntdll!NtFsControlFile+0x14
00000080`cc9ff980 00007ff7`fcf407cb     KERNELBASE!ConnectNamedPipe+0x6a
00000080`cc9ff9f0 00007ffb`9fb84cb0     postgres!pg_signal_thread(
00000080`cc9ffaf0 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000080`cc9ffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000080`cd1ff978 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000080`cd1ff980 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
00000080`cd1ffc70 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000080`cd1ffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000080`ccdffcb8 00007ffb`9dc8d71e     ntdll!NtWaitForSingleObject+0x14
00000080`ccdffcc0 00007ff7`fcf4226c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000080`ccdffd60 00007ffb`9fb84cb0     postgres!pg_timer_thread(
00000080`ccdffda0 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000080`ccdffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000080`cc5ff8e8 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000080`cc5ff8f0 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
00000080`cc5ffbe0 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000080`cc5ffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000080`cc1fefc0 00007ff7`fcd5c0cb     postgres!ExecInterpExpr(
00000080`cc1ff280 00007ff7`fcd69dfa     postgres!ExecInterpExprStillValid(
00000080`cc1ff2b0 00007ff7`fcd6a0b6     postgres!ExecEvalExpr(
00000080`cc1ff2e0 00007ff7`fcd69b4c     postgres!TupleHashTableHash_internal(
00000080`cc1ff330 00007ff7`fcdcb9a0     postgres!LookupTupleHashEntry(
00000080`cc1ff380 00007ff7`fcdcc0d1     postgres!setop_fill_hash_table(
00000080`cc1ff3f0 00007ff7`fcd7bd5b     postgres!ExecSetOp(
00000080`cc1ff440 00007ff7`fcd71b3c     postgres!ExecProcNodeFirst(
00000080`cc1ff470 00007ff7`fcd72c30     postgres!ExecProcNode(
00000080`cc1ff4a0 00007ff7`fcd6df47     postgres!ExecutePlan(
core
00000028`fb5ffb08 00007ffb`9dc8d71e     ntdll!NtWaitForSingleObject+0x14
00000028`fb5ffb10 00007ff7`fcf4226c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000028`fb5ffbb0 00007ffb`9fb84cb0     postgres!pg_timer_thread(
00000028`fb5ffbf0 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000028`fb5ffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000028`fa9fedd0 00007ff7`fcd5c0cb     postgres!ExecInterpExpr(
00000028`fa9ff090 00007ff7`fcd69dfa     postgres!ExecInterpExprStillValid(
00000028`fa9ff0c0 00007ff7`fcd6a0b6     postgres!ExecEvalExpr(
00000028`fa9ff0f0 00007ff7`fcd69b4c     postgres!TupleHashTableHash_internal(
00000028`fa9ff140 00007ff7`fcd9367a     postgres!LookupTupleHashEntry(
00000028`fa9ff190 00007ff7`fcd940bb     postgres!lookup_hash_entries(
00000028`fa9ff230 00007ff7`fcd97016     postgres!agg_fill_hash_table(
00000028`fa9ff270 00007ff7`fcd7bd5b     postgres!ExecAgg(
00000028`fa9ff2c0 00007ff7`fcd71b3c     postgres!ExecProcNodeFirst(
00000028`fa9ff2f0 00007ff7`fcd72c30     postgres!ExecProcNode(
core
00000028`fadff898 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000028`fadff8a0 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
00000028`fadffb90 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000028`fadffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000028`fb1ff988 00007ffb`9dcd45ca     ntdll!NtFsControlFile+0x14
00000028`fb1ff990 00007ff7`fcf407cb     KERNELBASE!ConnectNamedPipe+0x6a
00000028`fb1ffa00 00007ffb`9fb84cb0     postgres!pg_signal_thread(
00000028`fb1ffb00 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000028`fb1ffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000028`fb9ffb68 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000028`fb9ffb70 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
00000028`fb9ffe60 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000028`fb9ffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f2`fefffc08 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f2`fefffc10 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
000000f2`feffff00 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f2`feffff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f2`febfee10 00007ff7`fcd5c0cb     postgres!ExecInterpExpr(
000000f2`febff0d0 00007ff7`fcd69dfa     postgres!ExecInterpExprStillValid(
000000f2`febff100 00007ff7`fcd6a0b6     postgres!ExecEvalExpr(
000000f2`febff130 00007ff7`fcd69b4c     postgres!TupleHashTableHash_internal(
000000f2`febff180 00007ff7`fcd9367a     postgres!LookupTupleHashEntry(
000000f2`febff1d0 00007ff7`fcd940bb     postgres!lookup_hash_entries(
000000f2`febff270 00007ff7`fcd97016     postgres!agg_fill_hash_table(
000000f2`febff2b0 00007ff7`fcd7bd5b     postgres!ExecAgg(
000000f2`febff300 00007ff7`fcdcc24c     postgres!ExecProcNodeFirst(
000000f2`febff330 00007ff7`fcdccb21     postgres!ExecProcNode(
core
000000f2`ffbffbb8 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f2`ffbffbc0 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
000000f2`ffbffeb0 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f2`ffbffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f2`ff7ffb58 00007ffb`9dc8d71e     ntdll!NtWaitForSingleObject+0x14
000000f2`ff7ffb60 00007ff7`fcf4226c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000f2`ff7ffc00 00007ffb`9fb84cb0     postgres!pg_timer_thread(
000000f2`ff7ffc40 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f2`ff7ffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f2`ff3ffa48 00007ffb`9dcd45ca     ntdll!NtFsControlFile+0x14
000000f2`ff3ffa50 00007ff7`fcf407cb     KERNELBASE!ConnectNamedPipe+0x6a
000000f2`ff3ffac0 00007ffb`9fb84cb0     postgres!pg_signal_thread(
000000f2`ff3ffbc0 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f2`ff3ffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000023`c93ff5a8 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000023`c93ff5b0 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
00000023`c93ff8a0 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000023`c93ff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000023`c8ffebf0 00007ff7`fcd5c0cb     postgres!ExecInterpExpr(
00000023`c8ffeeb0 00007ff7`fcd69dfa     postgres!ExecInterpExprStillValid(
00000023`c8ffeee0 00007ff7`fcd6a0b6     postgres!ExecEvalExpr(
00000023`c8ffef10 00007ff7`fcd69b4c     postgres!TupleHashTableHash_internal(
00000023`c8ffef60 00007ff7`fcd9367a     postgres!LookupTupleHashEntry(
00000023`c8ffefb0 00007ff7`fcd940bb     postgres!lookup_hash_entries(
00000023`c8fff050 00007ff7`fcd97016     postgres!agg_fill_hash_table(
00000023`c8fff090 00007ff7`fcd7bd5b     postgres!ExecAgg(
00000023`c8fff0e0 00007ff7`fcd71b3c     postgres!ExecProcNodeFirst(
00000023`c8fff110 00007ff7`fcd72c30     postgres!ExecProcNode(
core
00000023`c9bff768 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000023`c9bff770 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
00000023`c9bffa60 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000023`c9bffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000023`c97ff938 00007ffb`9dcd45ca     ntdll!NtFsControlFile+0x14
00000023`c97ff940 00007ff7`fcf407cb     KERNELBASE!ConnectNamedPipe+0x6a
00000023`c97ff9b0 00007ffb`9fb84cb0     postgres!pg_signal_thread(
00000023`c97ffab0 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000023`c97ffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002b`5f9ff4c8 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002b`5f9ff4d0 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
0000002b`5f9ff7c0 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000002b`5f9ff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002b`5f5fee10 00007ff7`fcd5c0cb     postgres!ExecInterpExpr(
0000002b`5f5ff0d0 00007ff7`fcd69dfa     postgres!ExecInterpExprStillValid(
0000002b`5f5ff100 00007ff7`fcd6a0b6     postgres!ExecEvalExpr(
0000002b`5f5ff130 00007ff7`fcd69b4c     postgres!TupleHashTableHash_internal(
0000002b`5f5ff180 00007ff7`fcd9367a     postgres!LookupTupleHashEntry(
0000002b`5f5ff1d0 00007ff7`fcd940bb     postgres!lookup_hash_entries(
0000002b`5f5ff270 00007ff7`fcd97016     postgres!agg_fill_hash_table(
0000002b`5f5ff2b0 00007ff7`fcd7bd5b     postgres!ExecAgg(
0000002b`5f5ff300 00007ff7`fcd71b3c     postgres!ExecProcNodeFirst(
0000002b`5f5ff330 00007ff7`fcd72c30     postgres!ExecProcNode(
core
0000002b`605ffba8 00007ffb`9dc8d71e     ntdll!NtWaitForSingleObject+0x14
0000002b`605ffbb0 00007ff7`fcf4226c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000002b`605ffc50 00007ffb`9fb84cb0     postgres!pg_timer_thread(
0000002b`605ffc90 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000002b`605ffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002b`601ffcc8 00007ffb`9dcd45ca     ntdll!NtFsControlFile+0x14
0000002b`601ffcd0 00007ff7`fcf407cb     KERNELBASE!ConnectNamedPipe+0x6a
0000002b`601ffd40 00007ffb`9fb84cb0     postgres!pg_signal_thread(
0000002b`601ffe40 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000002b`601ffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002b`5fdff5b8 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002b`5fdff5c0 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
0000002b`5fdff8b0 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000002b`5fdff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003f`ddbffc28 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003f`ddbffc30 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
0000003f`ddbfff20 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000003f`ddbfff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003f`dd7fd8c0 00007ff7`fcd5c0cb     postgres!ExecInterpExpr(
0000003f`dd7fdb80 00007ff7`fcd69dfa     postgres!ExecInterpExprStillValid(
0000003f`dd7fdbb0 00007ff7`fcd6a0b6     postgres!ExecEvalExpr(
0000003f`dd7fdbe0 00007ff7`fcd69b4c     postgres!TupleHashTableHash_internal(
0000003f`dd7fdc30 00007ff7`fcd9367a     postgres!LookupTupleHashEntry(
0000003f`dd7fdc80 00007ff7`fcd940bb     postgres!lookup_hash_entries(
0000003f`dd7fdd20 00007ff7`fcd97016     postgres!agg_fill_hash_table(
0000003f`dd7fdd60 00007ff7`fcd7bd94     postgres!ExecAgg(
0000003f`dd7fddb0 00007ff7`fcd7bd5b     postgres!ExecProcNodeInstr(
0000003f`dd7fddf0 00007ff7`fcd71b3c     postgres!ExecProcNodeFirst(
core
0000003f`de7ff608 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003f`de7ff610 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
0000003f`de7ff900 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000003f`de7ff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003f`de3ff828 00007ffb`9dc8d71e     ntdll!NtWaitForSingleObject+0x14
0000003f`de3ff830 00007ff7`fcf4226c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000003f`de3ff8d0 00007ffb`9fb84cb0     postgres!pg_timer_thread(
0000003f`de3ff910 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000003f`de3ff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003f`ddfff968 00007ffb`9dcd45ca     ntdll!NtFsControlFile+0x14
0000003f`ddfff970 00007ff7`fcf407cb     KERNELBASE!ConnectNamedPipe+0x6a
0000003f`ddfff9e0 00007ffb`9fb84cb0     postgres!pg_signal_thread(
0000003f`ddfffae0 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000003f`ddfffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c1`549ff628 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c1`549ff630 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
000000c1`549ff920 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c1`549ff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c1`541fed10 00007ff7`fcd5c0cb     postgres!ExecInterpExpr(
000000c1`541fefd0 00007ff7`fcd69dfa     postgres!ExecInterpExprStillValid(
000000c1`541ff000 00007ff7`fcd6a0b6     postgres!ExecEvalExpr(
000000c1`541ff030 00007ff7`fcd69b4c     postgres!TupleHashTableHash_internal(
000000c1`541ff080 00007ff7`fcd9367a     postgres!LookupTupleHashEntry(
000000c1`541ff0d0 00007ff7`fcd940bb     postgres!lookup_hash_entries(
000000c1`541ff170 00007ff7`fcd97016     postgres!agg_fill_hash_table(
000000c1`541ff1b0 00007ff7`fcd7bd5b     postgres!ExecAgg(
000000c1`541ff200 00007ff7`fcd71b3c     postgres!ExecProcNodeFirst(
000000c1`541ff230 00007ff7`fcd72c30     postgres!ExecProcNode(
core
000000c1`551ffca8 00007ffb`9dcd45ca     ntdll!NtFsControlFile+0x14
000000c1`551ffcb0 00007ff7`fcf407cb     KERNELBASE!ConnectNamedPipe+0x6a
000000c1`551ffd20 00007ffb`9fb84cb0     postgres!pg_signal_thread(
000000c1`551ffe20 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c1`551ffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c1`54dffaa8 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c1`54dffab0 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
000000c1`54dffda0 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c1`54dffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c1`545ff628 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c1`545ff630 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
000000c1`545ff920 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c1`545ff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c1`555ffca8 00007ffb`9dc8d71e     ntdll!NtWaitForSingleObject+0x14
000000c1`555ffcb0 00007ff7`fcf4226c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000c1`555ffd50 00007ffb`9fb84cb0     postgres!pg_timer_thread(
000000c1`555ffd90 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c1`555ffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006b`a71ff7b8 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006b`a71ff7c0 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
0000006b`a71ffab0 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000006b`a71ffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006b`a79ffc18 00007ffb`9dc8d71e     ntdll!NtWaitForSingleObject+0x14
0000006b`a79ffc20 00007ff7`fcf4226c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000006b`a79ffcc0 00007ffb`9fb84cb0     postgres!pg_timer_thread(
0000006b`a79ffd00 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000006b`a79ffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006b`a7dff568 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006b`a7dff570 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
0000006b`a7dff860 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000006b`a7dff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006b`a75ff718 00007ffb`9dcd45ca     ntdll!NtFsControlFile+0x14
0000006b`a75ff720 00007ff7`fcf407cb     KERNELBASE!ConnectNamedPipe+0x6a
0000006b`a75ff790 00007ffb`9fb84cb0     postgres!pg_signal_thread(
0000006b`a75ff890 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000006b`a75ff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006b`a6dfefb0 00007ff7`fcd5c0cb     postgres!ExecInterpExpr(
0000006b`a6dff270 00007ff7`fcd69dfa     postgres!ExecInterpExprStillValid(
0000006b`a6dff2a0 00007ff7`fcd6a0b6     postgres!ExecEvalExpr(
0000006b`a6dff2d0 00007ff7`fcd69b4c     postgres!TupleHashTableHash_internal(
0000006b`a6dff320 00007ff7`fcd9367a     postgres!LookupTupleHashEntry(
0000006b`a6dff370 00007ff7`fcd940bb     postgres!lookup_hash_entries(
0000006b`a6dff410 00007ff7`fcd97016     postgres!agg_fill_hash_table(
0000006b`a6dff450 00007ff7`fcd7bd5b     postgres!ExecAgg(
0000006b`a6dff4a0 00007ff7`fcdcc24c     postgres!ExecProcNodeFirst(
0000006b`a6dff4d0 00007ff7`fcdccb21     postgres!ExecProcNode(
core
000000ec`79fffac8 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ec`79fffad0 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
000000ec`79fffdc0 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ec`79fffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ec`7abff998 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ec`7abff9a0 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
000000ec`7abffc90 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ec`7abffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ec`7a7ffcc8 00007ffb`9dc8d71e     ntdll!NtWaitForSingleObject+0x14
000000ec`7a7ffcd0 00007ff7`fcf4226c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000ec`7a7ffd70 00007ffb`9fb84cb0     postgres!pg_timer_thread(
000000ec`7a7ffdb0 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ec`7a7ffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ec`7a3ff708 00007ffb`9dcd45ca     ntdll!NtFsControlFile+0x14
000000ec`7a3ff710 00007ff7`fcf407cb     KERNELBASE!ConnectNamedPipe+0x6a
000000ec`7a3ff780 00007ffb`9fb84cb0     postgres!pg_signal_thread(
000000ec`7a3ff880 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ec`7a3ff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ec`79bfefc0 00007ff7`fcd5c0cb     postgres!ExecInterpExpr(
000000ec`79bff280 00007ff7`fcd69dfa     postgres!ExecInterpExprStillValid(
000000ec`79bff2b0 00007ff7`fcd6a0b6     postgres!ExecEvalExpr(
000000ec`79bff2e0 00007ff7`fcd69b4c     postgres!TupleHashTableHash_internal(
000000ec`79bff330 00007ff7`fcd9367a     postgres!LookupTupleHashEntry(
000000ec`79bff380 00007ff7`fcd940bb     postgres!lookup_hash_entries(
000000ec`79bff420 00007ff7`fcd97016     postgres!agg_fill_hash_table(
000000ec`79bff460 00007ff7`fcd7bd5b     postgres!ExecAgg(
000000ec`79bff4b0 00007ff7`fcd71b3c     postgres!ExecProcNodeFirst(
000000ec`79bff4e0 00007ff7`fcd72c30     postgres!ExecProcNode(
core
000000b4`07dff458 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b4`07dff460 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
000000b4`07dff750 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b4`07dff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b4`081ff628 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b4`081ff630 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
000000b4`081ff920 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b4`081ff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b4`085ffd88 00007ffb`9dcd45ca     ntdll!NtFsControlFile+0x14
000000b4`085ffd90 00007ff7`fcf407cb     KERNELBASE!ConnectNamedPipe+0x6a
000000b4`085ffe00 00007ffb`9fb84cb0     postgres!pg_signal_thread(
000000b4`085fff00 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b4`085fff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b4`075fed70 00007ff7`fcd5c0cb     postgres!ExecInterpExpr(
000000b4`075ff030 00007ff7`fcd69dfa     postgres!ExecInterpExprStillValid(
000000b4`075ff060 00007ff7`fcd6a0b6     postgres!ExecEvalExpr(
000000b4`075ff090 00007ff7`fcd69b4c     postgres!TupleHashTableHash_internal(
000000b4`075ff0e0 00007ff7`fcd9367a     postgres!LookupTupleHashEntry(
000000b4`075ff130 00007ff7`fcd940bb     postgres!lookup_hash_entries(
000000b4`075ff1d0 00007ff7`fcd97016     postgres!agg_fill_hash_table(
000000b4`075ff210 00007ff7`fcd7bd5b     postgres!ExecAgg(
000000b4`075ff260 00007ff7`fcd71b3c     postgres!ExecProcNodeFirst(
000000b4`075ff290 00007ff7`fcd72c30     postgres!ExecProcNode(
core
000000b4`079ff768 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b4`079ff770 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
000000b4`079ffa60 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b4`079ffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b4`089ff988 00007ffb`9dc8d71e     ntdll!NtWaitForSingleObject+0x14
000000b4`089ff990 00007ff7`fcf4226c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000b4`089ffa30 00007ffb`9fb84cb0     postgres!pg_timer_thread(
000000b4`089ffa70 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b4`089ffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004e`e99ffd88 00007ffb`9dc8d71e     ntdll!NtWaitForSingleObject+0x14
0000004e`e99ffd90 00007ff7`fcf4226c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000004e`e99ffe30 00007ffb`9fb84cb0     postgres!pg_timer_thread(
0000004e`e99ffe70 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000004e`e99ffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004e`e95ff818 00007ffb`9dcd45ca     ntdll!NtFsControlFile+0x14
0000004e`e95ff820 00007ff7`fcf407cb     KERNELBASE!ConnectNamedPipe+0x6a
0000004e`e95ff890 00007ffb`9fb84cb0     postgres!pg_signal_thread(
0000004e`e95ff990 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000004e`e95ff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004e`e8dff848 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004e`e8dff850 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
0000004e`e8dffb40 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000004e`e8dffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004e`e89ff868 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004e`e89ff870 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
0000004e`e89ffb60 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000004e`e89ffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004e`e85ff000 00007ff7`fcd5c0cb     postgres!ExecInterpExpr(
0000004e`e85ff2c0 00007ff7`fcd69dfa     postgres!ExecInterpExprStillValid(
0000004e`e85ff2f0 00007ff7`fcd6a0b6     postgres!ExecEvalExpr(
0000004e`e85ff320 00007ff7`fcd69b4c     postgres!TupleHashTableHash_internal(
0000004e`e85ff370 00007ff7`fcd9367a     postgres!LookupTupleHashEntry(
0000004e`e85ff3c0 00007ff7`fcd940bb     postgres!lookup_hash_entries(
0000004e`e85ff460 00007ff7`fcd97016     postgres!agg_fill_hash_table(
0000004e`e85ff4a0 00007ff7`fcd7bd5b     postgres!ExecAgg(
0000004e`e85ff4f0 00007ff7`fcd71b3c     postgres!ExecProcNodeFirst(
0000004e`e85ff520 00007ff7`fcd72c30     postgres!ExecProcNode(
core
0000004e`e91ff9f8 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004e`e91ffa00 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
0000004e`e91ffcf0 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000004e`e91ffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000012`f69ff938 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000012`f69ff940 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
00000012`f69ffc30 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000012`f69ffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000012`f6dffc18 00007ffb`9dcd45ca     ntdll!NtFsControlFile+0x14
00000012`f6dffc20 00007ff7`fcf407cb     KERNELBASE!ConnectNamedPipe+0x6a
00000012`f6dffc90 00007ffb`9fb84cb0     postgres!pg_signal_thread(
00000012`f6dffd90 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000012`f6dffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000012`f65ff0d0 00007ff7`fcd5c0cb     postgres!ExecInterpExpr(
00000012`f65ff390 00007ff7`fcd69dfa     postgres!ExecInterpExprStillValid(
00000012`f65ff3c0 00007ff7`fcd6a0b6     postgres!ExecEvalExpr(
00000012`f65ff3f0 00007ff7`fcd69b4c     postgres!TupleHashTableHash_internal(
00000012`f65ff440 00007ff7`fcdcb9a0     postgres!LookupTupleHashEntry(
00000012`f65ff490 00007ff7`fcdcc0d1     postgres!setop_fill_hash_table(
00000012`f65ff500 00007ff7`fcd7bd5b     postgres!ExecSetOp(
00000012`f65ff550 00007ff7`fcd71b3c     postgres!ExecProcNodeFirst(
00000012`f65ff580 00007ff7`fcd72c30     postgres!ExecProcNode(
00000012`f65ff5b0 00007ff7`fcd6df47     postgres!ExecutePlan(
core
00000012`f71ffb68 00007ffb`9dc8d71e     ntdll!NtWaitForSingleObject+0x14
00000012`f71ffb70 00007ff7`fcf4226c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000012`f71ffc10 00007ffb`9fb84cb0     postgres!pg_timer_thread(
00000012`f71ffc50 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000012`f71ffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000012`f75ffb68 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000012`f75ffb70 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
00000012`f75ffe60 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000012`f75ffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009a`3abff6f8 00007ffb`9dcd45ca     ntdll!NtFsControlFile+0x14
0000009a`3abff700 00007ff7`fcf407cb     KERNELBASE!ConnectNamedPipe+0x6a
0000009a`3abff770 00007ffb`9fb84cb0     postgres!pg_signal_thread(
0000009a`3abff870 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000009a`3abff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009a`3a3fe8c0 00007ff7`fcd5c0cb     postgres!ExecInterpExpr(
0000009a`3a3feb80 00007ff7`fcd69dfa     postgres!ExecInterpExprStillValid(
0000009a`3a3febb0 00007ff7`fcd6a0b6     postgres!ExecEvalExpr(
0000009a`3a3febe0 00007ff7`fcd69b4c     postgres!TupleHashTableHash_internal(
0000009a`3a3fec30 00007ff7`fcd9367a     postgres!LookupTupleHashEntry(
0000009a`3a3fec80 00007ff7`fcd93e4a     postgres!lookup_hash_entries(
0000009a`3a3fed20 00007ff7`fcd97031     postgres!agg_retrieve_direct(
0000009a`3a3fedc0 00007ff7`fcd7bd5b     postgres!ExecAgg(
0000009a`3a3fee10 00007ff7`fcdcc24c     postgres!ExecProcNodeFirst(
0000009a`3a3fee40 00007ff7`fcdccb21     postgres!ExecProcNode(
core
0000009a`3a7ff7d8 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009a`3a7ff7e0 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
0000009a`3a7ffad0 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000009a`3a7ffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009a`3afff888 00007ffb`9dc8d71e     ntdll!NtWaitForSingleObject+0x14
0000009a`3afff890 00007ff7`fcf4226c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000009a`3afff930 00007ffb`9fb84cb0     postgres!pg_timer_thread(
0000009a`3afff970 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000009a`3afff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009a`3b3ff4d8 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009a`3b3ff4e0 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
0000009a`3b3ff7d0 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000009a`3b3ff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000069`627fef90 00007ff7`fcd5c0cb     postgres!ExecInterpExpr(
00000069`627ff250 00007ff7`fcd69dfa     postgres!ExecInterpExprStillValid(
00000069`627ff280 00007ff7`fcd6a0b6     postgres!ExecEvalExpr(
00000069`627ff2b0 00007ff7`fcd69b4c     postgres!TupleHashTableHash_internal(
00000069`627ff300 00007ff7`fcd9367a     postgres!LookupTupleHashEntry(
00000069`627ff350 00007ff7`fcd940bb     postgres!lookup_hash_entries(
00000069`627ff3f0 00007ff7`fcd97016     postgres!agg_fill_hash_table(
00000069`627ff430 00007ff7`fcd7bd5b     postgres!ExecAgg(
00000069`627ff480 00007ff7`fcdcc24c     postgres!ExecProcNodeFirst(
00000069`627ff4b0 00007ff7`fcdccb21     postgres!ExecProcNode(
core
00000069`633ffd48 00007ffb`9dcd45ca     ntdll!NtFsControlFile+0x14
00000069`633ffd50 00007ff7`fcf407cb     KERNELBASE!ConnectNamedPipe+0x6a
00000069`633ffdc0 00007ffb`9fb84cb0     postgres!pg_signal_thread(
00000069`633ffec0 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000069`633ffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000069`62bffb98 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000069`62bffba0 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
00000069`62bffe90 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000069`62bffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000069`62fff608 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000069`62fff610 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
00000069`62fff900 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000069`62fff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000069`637ff778 00007ffb`9dc8d71e     ntdll!NtWaitForSingleObject+0x14
00000069`637ff780 00007ff7`fcf4226c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000069`637ff820 00007ffb`9fb84cb0     postgres!pg_timer_thread(
00000069`637ff860 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000069`637ff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000014`8f3ffa38 00007ffb`9dcd45ca     ntdll!NtFsControlFile+0x14
00000014`8f3ffa40 00007ff7`fcf407cb     KERNELBASE!ConnectNamedPipe+0x6a
00000014`8f3ffab0 00007ffb`9fb84cb0     postgres!pg_signal_thread(
00000014`8f3ffbb0 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000014`8f3ffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000014`8f7ffa68 00007ffb`9dc8d71e     ntdll!NtWaitForSingleObject+0x14
00000014`8f7ffa70 00007ff7`fcf4226c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000014`8f7ffb10 00007ffb`9fb84cb0     postgres!pg_timer_thread(
00000014`8f7ffb50 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000014`8f7ffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000014`8efffa18 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000014`8efffa20 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
00000014`8efffd10 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000014`8efffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000014`8ebff488 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000014`8ebff490 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
00000014`8ebff780 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000014`8ebff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000014`8e7fe5c0 00007ff7`fcd5c0cb     postgres!ExecInterpExpr(
00000014`8e7fe880 00007ff7`fcd69dfa     postgres!ExecInterpExprStillValid(
00000014`8e7fe8b0 00007ff7`fcd6a0b6     postgres!ExecEvalExpr(
00000014`8e7fe8e0 00007ff7`fcd69b4c     postgres!TupleHashTableHash_internal(
00000014`8e7fe930 00007ff7`fcd9367a     postgres!LookupTupleHashEntry(
00000014`8e7fe980 00007ff7`fcd940bb     postgres!lookup_hash_entries(
00000014`8e7fea20 00007ff7`fcd97016     postgres!agg_fill_hash_table(
00000014`8e7fea60 00007ff7`fcd7bd5b     postgres!ExecAgg(
00000014`8e7feab0 00007ff7`fcdcc24c     postgres!ExecProcNodeFirst(
00000014`8e7feae0 00007ff7`fcdccb21     postgres!ExecProcNode(
core
000000dc`e39ff968 00007ffb`9dcd45ca     ntdll!NtFsControlFile+0x14
000000dc`e39ff970 00007ff7`fcf407cb     KERNELBASE!ConnectNamedPipe+0x6a
000000dc`e39ff9e0 00007ffb`9fb84cb0     postgres!pg_signal_thread(
000000dc`e39ffae0 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000dc`e39ffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dc`e3dff6d8 00007ffb`9dc8d71e     ntdll!NtWaitForSingleObject+0x14
000000dc`e3dff6e0 00007ff7`fcf4226c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000dc`e3dff780 00007ffb`9fb84cb0     postgres!pg_timer_thread(
000000dc`e3dff7c0 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000dc`e3dff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dc`e2dfecc0 00007ff7`fcd5c0cb     postgres!ExecInterpExpr(
000000dc`e2dfef80 00007ff7`fcd69dfa     postgres!ExecInterpExprStillValid(
000000dc`e2dfefb0 00007ff7`fcd6a0b6     postgres!ExecEvalExpr(
000000dc`e2dfefe0 00007ff7`fcd69b4c     postgres!TupleHashTableHash_internal(
000000dc`e2dff030 00007ff7`fcd9367a     postgres!LookupTupleHashEntry(
000000dc`e2dff080 00007ff7`fcd940bb     postgres!lookup_hash_entries(
000000dc`e2dff120 00007ff7`fcd97016     postgres!agg_fill_hash_table(
000000dc`e2dff160 00007ff7`fcd7bd5b     postgres!ExecAgg(
000000dc`e2dff1b0 00007ff7`fcd71b3c     postgres!ExecProcNodeFirst(
000000dc`e2dff1e0 00007ff7`fcd72c30     postgres!ExecProcNode(
core
000000dc`e31ffa58 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dc`e31ffa60 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
000000dc`e31ffd50 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000dc`e31ffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dc`e35ffaf8 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dc`e35ffb00 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
000000dc`e35ffdf0 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000dc`e35ffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000df`c7bffb48 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000df`c7bffb50 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
000000df`c7bffe40 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000df`c7bffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000df`c77ff8b8 00007ffb`9dcd45ca     ntdll!NtFsControlFile+0x14
000000df`c77ff8c0 00007ff7`fcf407cb     KERNELBASE!ConnectNamedPipe+0x6a
000000df`c77ff930 00007ffb`9fb84cb0     postgres!pg_signal_thread(
000000df`c77ffa30 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000df`c77ffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000df`c73ff8b8 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000df`c73ff8c0 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
000000df`c73ffbb0 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000df`c73ffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000df`c6ffe750 00007ff7`fcd5c0cb     postgres!ExecInterpExpr(
000000df`c6ffea10 00007ff7`fcd69dfa     postgres!ExecInterpExprStillValid(
000000df`c6ffea40 00007ff7`fcd6a0b6     postgres!ExecEvalExpr(
000000df`c6ffea70 00007ff7`fcd69b4c     postgres!TupleHashTableHash_internal(
000000df`c6ffeac0 00007ff7`fcd9367a     postgres!LookupTupleHashEntry(
000000df`c6ffeb10 00007ff7`fcd940bb     postgres!lookup_hash_entries(
000000df`c6ffebb0 00007ff7`fcd97016     postgres!agg_fill_hash_table(
000000df`c6ffebf0 00007ff7`fcd7bd5b     postgres!ExecAgg(
000000df`c6ffec40 00007ff7`fcd972ac     postgres!ExecProcNodeFirst(
000000df`c6ffec70 00007ff7`fcd9806d     postgres!ExecProcNode(
core
000000df`c7fff808 00007ffb`9dc8d71e     ntdll!NtWaitForSingleObject+0x14
000000df`c7fff810 00007ff7`fcf4226c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000df`c7fff8b0 00007ffb`9fb84cb0     postgres!pg_timer_thread(
000000df`c7fff8f0 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000df`c7fff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000aa`4a7fef50 00007ff7`fcd5c0cb     postgres!ExecInterpExpr(
000000aa`4a7ff210 00007ff7`fcd69dfa     postgres!ExecInterpExprStillValid(
000000aa`4a7ff240 00007ff7`fcd6a0b6     postgres!ExecEvalExpr(
000000aa`4a7ff270 00007ff7`fcd69b4c     postgres!TupleHashTableHash_internal(
000000aa`4a7ff2c0 00007ff7`fcd9367a     postgres!LookupTupleHashEntry(
000000aa`4a7ff310 00007ff7`fcd940bb     postgres!lookup_hash_entries(
000000aa`4a7ff3b0 00007ff7`fcd97016     postgres!agg_fill_hash_table(
000000aa`4a7ff3f0 00007ff7`fcd7bd5b     postgres!ExecAgg(
000000aa`4a7ff440 00007ff7`fcd71b3c     postgres!ExecProcNodeFirst(
000000aa`4a7ff470 00007ff7`fcd72c30     postgres!ExecProcNode(
core
000000aa`4b7ffc88 00007ffb`9dc8d71e     ntdll!NtWaitForSingleObject+0x14
000000aa`4b7ffc90 00007ff7`fcf4226c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000aa`4b7ffd30 00007ffb`9fb84cb0     postgres!pg_timer_thread(
000000aa`4b7ffd70 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000aa`4b7ffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000aa`4b3ff8c8 00007ffb`9dcd45ca     ntdll!NtFsControlFile+0x14
000000aa`4b3ff8d0 00007ff7`fcf407cb     KERNELBASE!ConnectNamedPipe+0x6a
000000aa`4b3ff940 00007ffb`9fb84cb0     postgres!pg_signal_thread(
000000aa`4b3ffa40 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000aa`4b3ffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000aa`4afffc28 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000aa`4afffc30 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
000000aa`4affff20 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000aa`4affff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000aa`4abff738 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000aa`4abff740 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
000000aa`4abffa30 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000aa`4abffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000aa`d67ff5b8 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000aa`d67ff5c0 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
000000aa`d67ff8b0 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000aa`d67ff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000aa`d6bffa68 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000aa`d6bffa70 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
000000aa`d6bffd60 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000aa`d6bffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000aa`d6fff658 00007ffb`9dcd45ca     ntdll!NtFsControlFile+0x14
000000aa`d6fff660 00007ff7`fcf407cb     KERNELBASE!ConnectNamedPipe+0x6a
000000aa`d6fff6d0 00007ffb`9fb84cb0     postgres!pg_signal_thread(
000000aa`d6fff7d0 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000aa`d6fff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000aa`d73ffab8 00007ffb`9dc8d71e     ntdll!NtWaitForSingleObject+0x14
000000aa`d73ffac0 00007ff7`fcf4226c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000aa`d73ffb60 00007ffb`9fb84cb0     postgres!pg_timer_thread(
000000aa`d73ffba0 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000aa`d73ffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000aa`d63feb60 00007ff7`fcd5c0cb     postgres!ExecInterpExpr(
000000aa`d63fee20 00007ff7`fcd69dfa     postgres!ExecInterpExprStillValid(
000000aa`d63fee50 00007ff7`fcd6a0b6     postgres!ExecEvalExpr(
000000aa`d63fee80 00007ff7`fcd69b4c     postgres!TupleHashTableHash_internal(
000000aa`d63feed0 00007ff7`fcd9367a     postgres!LookupTupleHashEntry(
000000aa`d63fef20 00007ff7`fcd940bb     postgres!lookup_hash_entries(
000000aa`d63fefc0 00007ff7`fcd97016     postgres!agg_fill_hash_table(
000000aa`d63ff000 00007ff7`fcd7bd5b     postgres!ExecAgg(
000000aa`d63ff050 00007ff7`fcdc740c     postgres!ExecProcNodeFirst(
000000aa`d63ff080 00007ff7`fcdc79c7     postgres!ExecProcNode(
core
000000a2`fa1fec50 00007ff7`fcd5c0cb     postgres!ExecInterpExpr(
000000a2`fa1fef10 00007ff7`fcd69dfa     postgres!ExecInterpExprStillValid(
000000a2`fa1fef40 00007ff7`fcd6a0b6     postgres!ExecEvalExpr(
000000a2`fa1fef70 00007ff7`fcd69b4c     postgres!TupleHashTableHash_internal(
000000a2`fa1fefc0 00007ff7`fcd9367a     postgres!LookupTupleHashEntry(
000000a2`fa1ff010 00007ff7`fcd940bb     postgres!lookup_hash_entries(
000000a2`fa1ff0b0 00007ff7`fcd97016     postgres!agg_fill_hash_table(
000000a2`fa1ff0f0 00007ff7`fcd7bd5b     postgres!ExecAgg(
000000a2`fa1ff140 00007ff7`fcd71b3c     postgres!ExecProcNodeFirst(
000000a2`fa1ff170 00007ff7`fcd72c30     postgres!ExecProcNode(
core
000000a2`fa5ff6c8 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a2`fa5ff6d0 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
000000a2`fa5ff9c0 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a2`fa5ff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a2`fa9ff718 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a2`fa9ff720 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
000000a2`fa9ffa10 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a2`fa9ffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a2`fadffa58 00007ffb`9dcd45ca     ntdll!NtFsControlFile+0x14
000000a2`fadffa60 00007ff7`fcf407cb     KERNELBASE!ConnectNamedPipe+0x6a
000000a2`fadffad0 00007ffb`9fb84cb0     postgres!pg_signal_thread(
000000a2`fadffbd0 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a2`fadffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a2`fb1ff978 00007ffb`9dc8d71e     ntdll!NtWaitForSingleObject+0x14
000000a2`fb1ff980 00007ff7`fcf4226c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000a2`fb1ffa20 00007ffb`9fb84cb0     postgres!pg_timer_thread(
000000a2`fb1ffa60 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a2`fb1ffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a8`8f3ffd78 00007ffb`9dcd45ca     ntdll!NtFsControlFile+0x14
000000a8`8f3ffd80 00007ff7`fcf407cb     KERNELBASE!ConnectNamedPipe+0x6a
000000a8`8f3ffdf0 00007ffb`9fb84cb0     postgres!pg_signal_thread(
000000a8`8f3ffef0 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a8`8f3fff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a8`8efff8e8 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a8`8efff8f0 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
000000a8`8efffbe0 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a8`8efffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a8`8e7fee40 00007ff7`fcd5c0cb     postgres!ExecInterpExpr(
000000a8`8e7ff100 00007ff7`fcd69dfa     postgres!ExecInterpExprStillValid(
000000a8`8e7ff130 00007ff7`fcd6a0b6     postgres!ExecEvalExpr(
000000a8`8e7ff160 00007ff7`fcd69b4c     postgres!TupleHashTableHash_internal(
000000a8`8e7ff1b0 00007ff7`fcd9367a     postgres!LookupTupleHashEntry(
000000a8`8e7ff200 00007ff7`fcd940bb     postgres!lookup_hash_entries(
000000a8`8e7ff2a0 00007ff7`fcd97016     postgres!agg_fill_hash_table(
000000a8`8e7ff2e0 00007ff7`fcd7bd5b     postgres!ExecAgg(
000000a8`8e7ff330 00007ff7`fcd71b3c     postgres!ExecProcNodeFirst(
000000a8`8e7ff360 00007ff7`fcd72c30     postgres!ExecProcNode(
core
000000a8`8ebff538 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a8`8ebff540 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
000000a8`8ebff830 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a8`8ebff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a8`8f7ffcc8 00007ffb`9dc8d71e     ntdll!NtWaitForSingleObject+0x14
000000a8`8f7ffcd0 00007ff7`fcf4226c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000a8`8f7ffd70 00007ffb`9fb84cb0     postgres!pg_timer_thread(
000000a8`8f7ffdb0 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a8`8f7ffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fc`b4bff668 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fc`b4bff670 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
000000fc`b4bff960 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000fc`b4bff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fc`b43ffcc8 00007ffb`9dcd45ca     ntdll!NtFsControlFile+0x14
000000fc`b43ffcd0 00007ff7`fcf407cb     KERNELBASE!ConnectNamedPipe+0x6a
000000fc`b43ffd40 00007ffb`9fb84cb0     postgres!pg_signal_thread(
000000fc`b43ffe40 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000fc`b43ffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fc`b3bfef70 00007ff7`fcd5c0cb     postgres!ExecInterpExpr(
000000fc`b3bff230 00007ff7`fcd69dfa     postgres!ExecInterpExprStillValid(
000000fc`b3bff260 00007ff7`fcd6a0b6     postgres!ExecEvalExpr(
000000fc`b3bff290 00007ff7`fcd69b4c     postgres!TupleHashTableHash_internal(
000000fc`b3bff2e0 00007ff7`fcdcb9a0     postgres!LookupTupleHashEntry(
000000fc`b3bff330 00007ff7`fcdcc0d1     postgres!setop_fill_hash_table(
000000fc`b3bff3a0 00007ff7`fcd7bd5b     postgres!ExecSetOp(
000000fc`b3bff3f0 00007ff7`fcd71b3c     postgres!ExecProcNodeFirst(
000000fc`b3bff420 00007ff7`fcd72c30     postgres!ExecProcNode(
000000fc`b3bff450 00007ff7`fcd6df47     postgres!ExecutePlan(
core
000000fc`b3fffa48 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fc`b3fffa50 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
000000fc`b3fffd40 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000fc`b3fffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fc`b47ffc38 00007ffb`9dc8d71e     ntdll!NtWaitForSingleObject+0x14
000000fc`b47ffc40 00007ff7`fcf4226c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000fc`b47ffce0 00007ffb`9fb84cb0     postgres!pg_timer_thread(
000000fc`b47ffd20 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000fc`b47ffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003f`afbff678 00007ffb`9dc8d71e     ntdll!NtWaitForSingleObject+0x14
0000003f`afbff680 00007ff7`fcf4226c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000003f`afbff720 00007ffb`9fb84cb0     postgres!pg_timer_thread(
0000003f`afbff760 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000003f`afbff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003f`aebff8e8 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003f`aebff8f0 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
0000003f`aebffbe0 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000003f`aebffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003f`af7ff708 00007ffb`9dcd45ca     ntdll!NtFsControlFile+0x14
0000003f`af7ff710 00007ff7`fcf407cb     KERNELBASE!ConnectNamedPipe+0x6a
0000003f`af7ff780 00007ffb`9fb84cb0     postgres!pg_signal_thread(
0000003f`af7ff880 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000003f`af7ff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003f`aefff5a8 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003f`aefff5b0 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
0000003f`aefff8a0 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000003f`aefff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003f`af3ff8a8 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003f`af3ff8b0 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
0000003f`af3ffba0 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000003f`af3ffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003f`ae7fea80 00007ff7`fcd5c0cb     postgres!ExecInterpExpr(
0000003f`ae7fed40 00007ff7`fcd69dfa     postgres!ExecInterpExprStillValid(
0000003f`ae7fed70 00007ff7`fcd6a0b6     postgres!ExecEvalExpr(
0000003f`ae7feda0 00007ff7`fcd69b4c     postgres!TupleHashTableHash_internal(
0000003f`ae7fedf0 00007ff7`fcd9367a     postgres!LookupTupleHashEntry(
0000003f`ae7fee40 00007ff7`fcd940bb     postgres!lookup_hash_entries(
0000003f`ae7feee0 00007ff7`fcd97016     postgres!agg_fill_hash_table(
0000003f`ae7fef20 00007ff7`fcd7bd5b     postgres!ExecAgg(
0000003f`ae7fef70 00007ff7`fcd71b3c     postgres!ExecProcNodeFirst(
0000003f`ae7fefa0 00007ff7`fcd72c30     postgres!ExecProcNode(
core
00000070`561ff5c8 00007ffb`9dcd45ca     ntdll!NtFsControlFile+0x14
00000070`561ff5d0 00007ff7`fcf407cb     KERNELBASE!ConnectNamedPipe+0x6a
00000070`561ff640 00007ffb`9fb84cb0     postgres!pg_signal_thread(
00000070`561ff740 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000070`561ff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000070`559febd0 00007ff7`fcd5c0cb     postgres!ExecInterpExpr(
00000070`559fee90 00007ff7`fcd69dfa     postgres!ExecInterpExprStillValid(
00000070`559feec0 00007ff7`fcd6a0b6     postgres!ExecEvalExpr(
00000070`559feef0 00007ff7`fcd69b4c     postgres!TupleHashTableHash_internal(
00000070`559fef40 00007ff7`fcd9367a     postgres!LookupTupleHashEntry(
00000070`559fef90 00007ff7`fcd940bb     postgres!lookup_hash_entries(
00000070`559ff030 00007ff7`fcd97016     postgres!agg_fill_hash_table(
00000070`559ff070 00007ff7`fcd7bd5b     postgres!ExecAgg(
00000070`559ff0c0 00007ff7`fcd71b3c     postgres!ExecProcNodeFirst(
00000070`559ff0f0 00007ff7`fcd72c30     postgres!ExecProcNode(
core
00000070`55dff758 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000070`55dff760 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
00000070`55dffa50 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000070`55dffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000070`565ffa78 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000070`565ffa80 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
00000070`565ffd70 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000070`565ffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000070`569ff658 00007ffb`9dc8d71e     ntdll!NtWaitForSingleObject+0x14
00000070`569ff660 00007ff7`fcf4226c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000070`569ff700 00007ffb`9fb84cb0     postgres!pg_timer_thread(
00000070`569ff740 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000070`569ff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b1`9d7ff100 00007ff7`fcd5c0cb     postgres!ExecInterpExpr(
000000b1`9d7ff3c0 00007ff7`fcd69dfa     postgres!ExecInterpExprStillValid(
000000b1`9d7ff3f0 00007ff7`fcd6a0b6     postgres!ExecEvalExpr(
000000b1`9d7ff420 00007ff7`fcd69b4c     postgres!TupleHashTableHash_internal(
000000b1`9d7ff470 00007ff7`fcd9367a     postgres!LookupTupleHashEntry(
000000b1`9d7ff4c0 00007ff7`fcd940bb     postgres!lookup_hash_entries(
000000b1`9d7ff560 00007ff7`fcd97016     postgres!agg_fill_hash_table(
000000b1`9d7ff5a0 00007ff7`fcd7bd5b     postgres!ExecAgg(
000000b1`9d7ff5f0 00007ff7`fcd71b3c     postgres!ExecProcNodeFirst(
000000b1`9d7ff620 00007ff7`fcd72c30     postgres!ExecProcNode(
core
000000b1`9dbffad8 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b1`9dbffae0 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
000000b1`9dbffdd0 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b1`9dbffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b1`9dfffcf8 00007ffb`9dcd45ca     ntdll!NtFsControlFile+0x14
000000b1`9dfffd00 00007ff7`fcf407cb     KERNELBASE!ConnectNamedPipe+0x6a
000000b1`9dfffd70 00007ffb`9fb84cb0     postgres!pg_signal_thread(
000000b1`9dfffe70 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b1`9dfffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b1`9e3ff838 00007ffb`9dc8d71e     ntdll!NtWaitForSingleObject+0x14
000000b1`9e3ff840 00007ff7`fcf4226c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000b1`9e3ff8e0 00007ffb`9fb84cb0     postgres!pg_timer_thread(
000000b1`9e3ff920 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b1`9e3ff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b1`9e7ffa08 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b1`9e7ffa10 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
000000b1`9e7ffd00 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b1`9e7ffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000013`caffea40 00007ff7`fcd5c0cb     postgres!ExecInterpExpr(
00000013`caffed00 00007ff7`fcd69dfa     postgres!ExecInterpExprStillValid(
00000013`caffed30 00007ff7`fcd6a0b6     postgres!ExecEvalExpr(
00000013`caffed60 00007ff7`fcd69b4c     postgres!TupleHashTableHash_internal(
00000013`caffedb0 00007ff7`fcd9367a     postgres!LookupTupleHashEntry(
00000013`caffee00 00007ff7`fcd940bb     postgres!lookup_hash_entries(
00000013`caffeea0 00007ff7`fcd97016     postgres!agg_fill_hash_table(
00000013`caffeee0 00007ff7`fcd7bd5b     postgres!ExecAgg(
00000013`caffef30 00007ff7`fcd71b3c     postgres!ExecProcNodeFirst(
00000013`caffef60 00007ff7`fcd72c30     postgres!ExecProcNode(
core
00000013`cb3ffb18 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000013`cb3ffb20 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
00000013`cb3ffe10 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000013`cb3ffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000013`cb7ff7f8 00007ffb`a050b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000013`cb7ff800 00007ffb`9fb84cb0     ntdll!TppWorkerThread+0x2df
00000013`cb7ffaf0 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000013`cb7ffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000013`cbbff7c8 00007ffb`9dcd45ca     ntdll!NtFsControlFile+0x14
00000013`cbbff7d0 00007ff7`fcf407cb     KERNELBASE!ConnectNamedPipe+0x6a
00000013`cbbff840 00007ffb`9fb84cb0     postgres!pg_signal_thread(
00000013`cbbff940 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000013`cbbff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000013`cbfff968 00007ffb`9dc8d71e     ntdll!NtWaitForSingleObject+0x14
00000013`cbfff970 00007ff7`fcf4226c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000013`cbfffa10 00007ffb`9fb84cb0     postgres!pg_timer_thread(
00000013`cbfffa50 00007ffb`a057ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000013`cbfffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/isolation/expected/matview-write-skew.out C:/cirrus/build/testrun/isolat...
--- C:/cirrus/src/test/isolation/expected/matview-write-skew.out	2024-10-29 04:29:11.321687600 +0000
+++ C:/cirrus/build/testrun/isolation/isolation/results/matview-write-skew.out	2024-10-29 04:33:43.775991500 +0000
@@ -1,121 +1,6 @@
 Parsed test spec with 2 sessions
 
 starting permutation: s1_begin s2_begin s1_refresh s2_read s2_insert s1_commit s2_commit
-step s1_begin: BEGIN ISOLATION LEVEL SERIALIZABLE;
-step s2_begin: BEGIN ISOLATION LEVEL SERIALIZABLE;
-step s1_refresh: REFRESH MATERIALIZED VIEW CONCURRENTLY order_summary;
-step s2_read: SELECT max(date) FROM order_summary;
-       max
-----------
-04-01-2022
-(1 row)
-
-step s2_insert: INSERT INTO orders VALUES ('2022-04-02', 'orange', 15);
-step s1_commit: COMMIT;
-step s2_commit: COMMIT;
-ERROR:  could not serialize access due to read/write dependencies among transactions
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/contrib/pageinspect/expected/brin.out C:/cirrus/build/testrun/pageinspect/regress...
--- C:/cirrus/contrib/pageinspect/expected/brin.out	2024-10-29 04:29:07.183446100 +0000
+++ C:/cirrus/build/testrun/pageinspect/regress/results/brin.out	2024-10-29 04:34:59.921071100 +0000
@@ -161,50 +161,7 @@
 SELECT * FROM brin_page_items(get_raw_page('brin_test_parallel_idx', 2), 'brin_test_parallel_idx')
 EXCEPT
 SELECT * FROM brin_page_items(get_raw_page('brin_test_serial_idx', 2), 'brin_test_serial_idx');
- itemoffset | blknum | attnum | allnulls | hasnulls | placeholder | empty | value 
-------------+--------+--------+----------+----------+-------------+-------+-------
-(0 rows)
-
-SELECT * FROM brin_page_items(get_raw_page('brin_test_serial_idx', 2), 'brin_test_serial_idx')
-EXCEPT
-SELECT * FROM brin_page_items(get_raw_page('brin_test_parallel_idx', 2), 'brin_test_parallel_idx');
- itemoffset | blknum | attnum | allnulls | hasnulls | placeholder | empty | value 
-------------+--------+--------+----------+----------+-------------+-------+-------
-(0 rows)
-
-DROP INDEX brin_test_parallel_idx;
--- force parallel build, but don't allow starting parallel workers to force
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/contrib/pg_stat_statements/expected/select.out C:/cirrus/build/testrun/pg_stat_st...
--- C:/cirrus/contrib/pg_stat_statements/expected/select.out	2024-10-29 04:29:07.261119200 +0000
+++ C:/cirrus/build/testrun/pg_stat_statements/regress/results/select.out	2024-10-29 04:35:02.613458700 +0000
@@ -320,96 +320,7 @@
 FROM (VALUES (1, 2, 3), (4, NULL, 6), (7, 8, 9)) AS t (a, b, c)
 GROUP BY ROLLUP(a, b), rollup(a, c)
 ORDER BY a, b, c;
- a | b | c 
----+---+---
- 1 | 2 | 3
- 1 | 2 |  
- 1 | 2 |  
- 1 |   | 3
- 1 |   | 3
- 1 |   |  
- 1 |   |  
- 1 |   |  
- 4 |   | 6
- 4 |   | 6
- 4 |   | 6
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/contrib/pg_trgm/expected/pg_trgm.out C:/cirrus/build/testrun/pg_trgm/regress/resu...
--- C:/cirrus/contrib/pg_trgm/expected/pg_trgm.out	2024-10-29 04:29:07.300120800 +0000
+++ C:/cirrus/build/testrun/pg_trgm/regress/results/pg_trgm.out	2024-10-29 04:35:07.690610000 +0000
@@ -5384,21 +5384,7 @@
 
 SELECT DISTINCT city, similarity(city, 'Warsaw'), show_limit()
   FROM restaurants WHERE city % 'Warsaw';
-  city  | similarity | show_limit 
---------+------------+------------
- Warsaw |          1 |        0.3
-(1 row)
-
-SELECT set_limit(0.5);
- set_limit 
------------
-       0.5
-(1 row)
-
-SELECT DISTINCT city, similarity(city, 'Warsaw'), show_limit()
-  FROM restaurants WHERE city % 'Warsaw';
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/type_sanity.out C:/cirrus/build/testrun/pg_upgrade/002_...
--- C:/cirrus/src/test/regress/expected/type_sanity.out	2024-10-29 04:29:12.052566600 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/type_sanity.out	2024-10-29 04:31:47.916535200 +0000
@@ -172,573 +172,7 @@
 FROM pg_type AS t1
 WHERE t1.typtype not in ('b', 'p')
 ORDER BY 1;
- typtype |   typinput    
----------+---------------
- c       | record_in
- d       | domain_in
- e       | enum_in
- m       | multirange_in
- r       | range_in
-(5 rows)
-
--- Check for bogus typoutput routines
--- As of 8.0, this check finds refcursor, which is borrowing
--- other types' I/O routines
-SELECT t1.oid, t1.typname, p1.oid, p1.proname
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/contrib/postgres_fdw/expected/postgres_fdw.out C:/cirrus/build/testrun/postgres_f...
--- C:/cirrus/contrib/postgres_fdw/expected/postgres_fdw.out	2024-10-29 04:29:07.427173700 +0000
+++ C:/cirrus/build/testrun/postgres_fdw/regress/results/postgres_fdw.out	2024-10-29 04:35:11.731627900 +0000
@@ -2329,10019 +2329,7 @@
 (20 rows)
 
 SELECT t1c1, avg(t1c1 + t2c1) FROM (SELECT t1.c1, t2.c1 FROM ft1 t1 JOIN ft2 t2 ON (t1.c1 = t2.c1) UNION SELECT t1.c1, ...
- t1c1 |         avg          
-------+----------------------
-  101 | 202.0000000000000000
-  102 | 204.0000000000000000
-  103 | 206.0000000000000000
-  104 | 208.0000000000000000
-  105 | 210.0000000000000000
-  106 | 212.0000000000000000
-  107 | 214.0000000000000000
-  108 | 216.0000000000000000
-  109 | 218.0000000000000000
-  110 | 220.0000000000000000
-(10 rows)
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/type_sanity.out C:/cirrus/build/testrun/recovery/027_st...
--- C:/cirrus/src/test/regress/expected/type_sanity.out	2024-10-29 04:29:12.052566600 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/type_sanity.out	2024-10-29 04:33:54.655399200 +0000
@@ -172,573 +172,7 @@
 FROM pg_type AS t1
 WHERE t1.typtype not in ('b', 'p')
 ORDER BY 1;
- typtype |   typinput    
----------+---------------
- c       | record_in
- d       | domain_in
- e       | enum_in
- m       | multirange_in
- r       | range_in
-(5 rows)
-
--- Check for bogus typoutput routines
--- As of 8.0, this check finds refcursor, which is borrowing
--- other types' I/O routines
-SELECT t1.oid, t1.typname, p1.oid, p1.proname
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/type_sanity.out C:/cirrus/build/testrun/regress/regress...
--- C:/cirrus/src/test/regress/expected/type_sanity.out	2024-10-29 04:29:12.052566600 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/type_sanity.out	2024-10-29 04:31:41.764696700 +0000
@@ -172,573 +172,7 @@
 FROM pg_type AS t1
 WHERE t1.typtype not in ('b', 'p')
 ORDER BY 1;
- typtype |   typinput    
----------+---------------
- c       | record_in
- d       | domain_in
- e       | enum_in
- m       | multirange_in
- r       | range_in
-(5 rows)
-
--- Check for bogus typoutput routines
--- As of 8.0, this check finds refcursor, which is borrowing
--- other types' I/O routines
-SELECT t1.oid, t1.typname, p1.oid, p1.proname
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/contrib/tablefunc/expected/tablefunc.out C:/cirrus/build/testrun/tablefunc/regres...
--- C:/cirrus/contrib/tablefunc/expected/tablefunc.out	2024-10-29 04:29:07.507233600 +0000
+++ C:/cirrus/build/testrun/tablefunc/regress/results/tablefunc.out	2024-10-29 04:35:11.872251300 +0000
@@ -239,261 +239,7 @@
   'SELECT rowid, rowdt, attribute, val FROM cth ORDER BY 1',
   'SELECT DISTINCT rowdt, attribute FROM cth ORDER BY 2')
 AS c(rowid text, rowdt timestamp, temperature int4, test_result text, test_startdate timestamp, volts float8);
-ERROR:  invalid crosstab categories query
-DETAIL:  The query must return one column.
--- if category query generates a NULL value, get expected error
-SELECT * FROM crosstab(
-  'SELECT rowid, rowdt, attribute, val FROM cth ORDER BY 1',
-  'SELECT NULL::text')
-AS c(rowid text, rowdt timestamp, temperature int4, test_result text, test_startdate timestamp, volts float8);
-ERROR:  crosstab category value must not be null
--- if source query returns zero rows, get zero rows returned
-SELECT * FROM crosstab(
-  'SELECT rowid, rowdt, attribute, val FROM cth WHERE false ORDER BY 1',
-  'SELECT DISTINCT attribute FROM cth ORDER BY 1')
-AS c(rowid text, rowdt timestamp, temperature text, test_result text, test_startdate text, volts text);
...
tap
[04:35:50.275](1.863s) not ok 7 - checking an unresolvable database pattern under --no-strict-names status (got 1 vs exp...
[04:35:50.434](0.000s) not ok 12 - checking an unresolvable database pattern (substring of existent database) stderr /(?...
[04:35:50.475](0.000s) not ok 15 - checking an unresolvable database pattern (superstring of existent database) stderr /...
[04:35:50.578](0.000s) not ok 20 - checking a database by name without amcheck installed, no other databases stderr /(?^...
[04:35:50.578](0.000s) not ok 21 - checking a database by name without amcheck installed, no other databases stderr /(?^...
[04:35:50.649](0.070s) not ok 22 - checking a database by name without amcheck installed, with other databases status (g...
[04:35:50.650](0.000s) not ok 24 - checking a database by name without amcheck installed, with other databases stderr /(...
[04:35:50.716](0.065s) not ok 25 - checking a database by pattern without amcheck installed, with other databases status...
[04:35:50.718](0.001s) not ok 27 - checking a database by pattern without amcheck installed, with other databases stderr...
[04:35:50.823](0.001s) not ok 30 - checking table pattern ".." stderr /(?^:pg_amcheck: error: no connectable databases t...
[04:35:50.905](0.001s) not ok 33 - checking table pattern ".foo.bar" stderr /(?^:pg_amcheck: error: no connectable datab...
[04:35:51.003](0.000s) not ok 36 - checking table pattern "." stderr /(?^:pg_amcheck: error: no heap tables to check mat...
[04:35:51.695](0.080s) not ok 64 - many unmatched patterns and one matched pattern under --no-strict-names status (got 1...
[04:35:51.696](0.000s) not ok 66 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[04:35:51.697](0.000s) not ok 67 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[04:35:51.697](0.000s) not ok 68 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[04:35:51.698](0.000s) not ok 69 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[04:35:51.698](0.000s) not ok 70 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[04:35:51.699](0.000s) not ok 71 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[04:35:51.699](0.000s) not ok 72 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[04:35:51.700](0.000s) not ok 73 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[04:35:51.701](0.001s) not ok 74 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[04:35:51.702](0.000s) not ok 75 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[04:35:51.703](0.000s) not ok 76 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[04:35:51.704](0.000s) not ok 77 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[04:35:51.704](0.000s) not ok 78 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[04:35:51.705](0.000s) not ok 79 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[04:35:51.706](0.000s) not ok 80 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[04:35:51.706](0.000s) not ok 81 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[04:35:51.707](0.000s) not ok 82 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
tap
[04:36:02.142](14.640s) not ok 1 - pg_amcheck prior to corruption status (got 1 vs expected 0)
[04:36:02.148](0.002s) not ok 3 - pg_amcheck prior to corruption stderr /(?^:^$)/
[04:36:02.219](0.069s) Bail out!  pg_ctl stop failed
tap
[04:36:00.766](8.152s) not ok 1 - pg_amcheck test table, prior to corruption
[04:36:00.796](0.029s) not ok 2 - pg_amcheck test table and index, prior to corruption
[04:36:00.817](0.020s) Bail out!  pg_ctl stop failed
tap
[04:35:59.998](3.351s) not ok 1 - pg_amcheck all schemas, tables and indexes reports no corruption: exit code 0
[04:36:00.000](0.001s) not ok 2 - pg_amcheck all schemas, tables and indexes reports no corruption: no stderr
tap
[04:36:54.552](4.300s) not ok 30 - run pg_createsubscriber on node S
tap
[04:37:10.799](2.479s) not ok 19 - pg_dump: option -n pg_catalog
[04:37:10.975](0.176s) not ok 20 - pg_dumpall: option --exclude-database handles database names with embedded dots
[04:37:11.153](0.001s) not ok 22 - pg_dump: option --schema rejects three-part schema names: matches
[04:37:11.297](0.001s) not ok 24 - pg_dump: option --schema rejects cross-database multipart schema names: matches
[04:37:11.800](0.001s) not ok 26 - pg_dump: option --schema rejects degenerate two-part schema name: ".": matches
[04:37:11.864](0.000s) not ok 28 - pg_dump: option --schema rejects cross-database multipart schema names with embedded ...
[04:37:11.923](0.001s) not ok 30 - pg_dump: option --schema rejects degenerate three-part schema name: "..": matches
[04:37:11.979](0.001s) not ok 32 - pg_dump: option --table rejects four-part table names: matches
[04:37:12.101](0.000s) not ok 34 - pg_dump: option --table rejects cross-database three part table names: matches
[04:37:12.210](0.000s) not ok 36 - pg_dump: option --table rejects cross-database three part table names with embedded d...
[04:37:12.270](0.060s) not ok 37 - binary_upgrade: pg_dump runs
[04:37:12.347](0.077s) not ok 38 - binary_upgrade: pg_restore runs
tap
[04:33:15.570](104.626s) not ok 5 - regression tests pass
[04:33:19.601](4.005s) not ok 6 - dump before running pg_upgrade
tap
[04:38:50.741](1.828s) not ok 192 - psql seeded_random count ok
[04:38:50.742](0.000s) not ok 193 - psql seeded_random count stderr is empty
[04:38:50.742](0.000s) not ok 194 - psql seeded_random count uniform
[04:38:50.742](0.000s) not ok 195 - psql seeded_random count exponential
[04:38:50.743](0.000s) not ok 196 - psql seeded_random count gaussian
[04:38:50.743](0.000s) not ok 197 - psql seeded_random count zipfian
tap
[04:34:46.788](83.707s) not ok 2 - regression tests pass
tap
[04:41:15.041](428.115s) # poll_query_until timed out executing this query:
timed out waiting for logical slot to calculate its restart_lsn at C:/cirrus/src/test/perl/PostgreSQL/Test/Cluster.pm li...
test
[04:41:15.385]   6/307 postgresql:pg_upgrade / pg_upgrade/004_subscription                             ERROR            ...
[04:41:15.385]   7/307 postgresql:pg_upgrade / pg_upgrade/003_logical_slots                            ERROR            ...
[04:41:15.385]  11/307 postgresql:regress / regress/regress                                            ERROR           1...
[04:41:15.385]  26/307 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[04:41:15.385]  35/307 postgresql:isolation / isolation/isolation                                      ERROR           1...
[04:41:15.385]  43/307 postgresql:recovery / recovery/038_save_logical_slots_shutdown                  ERROR            ...
[04:41:15.385]  53/307 postgresql:recovery / recovery/040_standby_failover_slots_sync                  ERROR            ...
[04:41:15.385]  64/307 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[04:41:15.385]  82/307 postgresql:pageinspect / pageinspect/regress                                    ERROR            ...
[04:41:15.385]  89/307 postgresql:pg_trgm / pg_trgm/regress                                            ERROR            ...
[04:41:15.385]  91/307 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
[04:41:15.385]  93/307 postgresql:tablefunc / tablefunc/regress                                        ERROR            ...
[04:41:15.385]  94/307 postgresql:postgres_fdw / postgres_fdw/regress                                  ERROR            ...
[04:41:15.385] 136/307 postgresql:pg_amcheck / pg_amcheck/002_nonesuch                                 ERROR            ...
[04:41:15.385] 140/307 postgresql:pg_amcheck / pg_amcheck/005_opclass_damage                           ERROR            ...
[04:41:15.385] 141/307 postgresql:pg_amcheck / pg_amcheck/004_verify_heapam                            ERROR            ...
[04:41:15.385] 142/307 postgresql:pg_amcheck / pg_amcheck/003_check                                    ERROR            ...
[04:41:15.385] 157/307 postgresql:pg_basebackup / pg_basebackup/040_pg_createsubscriber                ERROR            ...
[04:41:15.385] 168/307 postgresql:pg_dump / pg_dump/002_pg_dump                                        ERROR            ...
[04:41:15.385] 210/307 postgresql:pgbench / pgbench/001_pgbench_with_server                            ERROR            ...
[04:41:15.385] 240/307 postgresql:subscription / subscription/003_constraints                          ERROR            ...
[04:41:15.385] 241/307 postgresql:subscription / subscription/002_types                                ERROR            ...
[04:41:15.385] 242/307 postgresql:subscription / subscription/001_rep_changes                          ERROR            ...
[04:41:15.385] 243/307 postgresql:subscription / subscription/004_sync                                 ERROR            ...
[04:41:15.385] 244/307 postgresql:subscription / subscription/006_rewrite                              ERROR            ...
[04:41:15.385] 245/307 postgresql:subscription / subscription/007_ddl                                  ERROR            ...
[04:41:15.385] 246/307 postgresql:subscription / subscription/008_diff_schema                          ERROR            ...
[04:41:15.385] 250/307 postgresql:subscription / subscription/005_encoding                             ERROR            ...
[04:41:15.385] 251/307 postgresql:subscription / subscription/011_generated                            ERROR            ...
[04:41:15.385] 252/307 postgresql:subscription / subscription/010_truncate                             ERROR            ...
[04:41:15.385] 253/307 postgresql:subscription / subscription/014_binary                               ERROR            ...
[04:41:15.385] 254/307 postgresql:subscription / subscription/015_stream                               ERROR            ...
[04:41:15.385] 255/307 postgresql:subscription / subscription/016_stream_subxact                       ERROR            ...
[04:41:15.385] 256/307 postgresql:subscription / subscription/017_stream_ddl                           ERROR            ...
[04:41:15.385] 257/307 postgresql:subscription / subscription/013_partition                            ERROR            ...
[04:41:15.385] 258/307 postgresql:subscription / subscription/018_stream_subxact_abort                 ERROR            ...
[04:41:15.385] 259/307 postgresql:subscription / subscription/019_stream_subxact_ddl_abort             ERROR            ...
[04:41:15.385] 260/307 postgresql:subscription / subscription/021_twophase                             ERROR            ...
[04:41:15.385] 261/307 postgresql:subscription / subscription/020_messages                             ERROR            ...
[04:41:15.385] 262/307 postgresql:subscription / subscription/023_twophase_stream                      ERROR            ...
[04:41:15.385] 263/307 postgresql:subscription / subscription/022_twophase_cascade                     ERROR            ...
[04:41:15.385] 264/307 postgresql:subscription / subscription/026_stats                                ERROR            ...
[04:41:15.385] 265/307 postgresql:subscription / subscription/024_add_drop_pub                         ERROR            ...
[04:41:15.385] 266/307 postgresql:subscription / subscription/027_nosuperuser                          ERROR            ...
[04:41:15.385] 267/307 postgresql:subscription / subscription/028_row_filter                           ERROR            ...
[04:41:15.385] 268/307 postgresql:subscription / subscription/025_rep_changes_for_schema               ERROR            ...
[04:41:15.385] 269/307 postgresql:subscription / subscription/029_on_error                             ERROR            ...
[04:41:15.385] 270/307 postgresql:subscription / subscription/030_origin                               ERROR            ...
[04:41:15.385] 271/307 postgresql:subscription / subscription/032_subscribe_use_index                  ERROR            ...
[04:41:15.385] 273/307 postgresql:subscription / subscription/031_column_list                          ERROR            ...
[04:41:15.385] 274/307 postgresql:subscription / subscription/033_run_as_table_owner                   ERROR            ...
[04:41:15.385] 275/307 postgresql:subscription / subscription/100_bugs                                 ERROR            ...
[04:41:15.385] 307/307 postgresql:recovery / recovery/035_standby_logical_decoding                     ERROR           4...
50/5208 prefetching for nestloop / indexscan
FreeBSD - 13 - Meson
tap
[04:00:17.627](1.637s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[04:00:28.798] 293/312 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
Linux - Debian Bookworm - Autoconf
tap
[04:01:39.119](0.782s) not ok 1 - no parameters missing from postgresql.conf.sample
Linux - Debian Bookworm - Meson
tap
[04:02:30.289](0.473s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[04:02:41.290] 290/312 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[04:07:38.499](2.177s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[04:08:07.617] 287/307 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
51/4888 Run deferred triggers in the correct security context
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_p...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-10-29 03:34:52.954956000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/triggers.out	2024-10-29 03:36:05.793407000...
@@ -3731,7 +3731,9 @@
 -- test who runs deferred trigger functions
 -- setup
 create role groot;
+WARNING:  roles created by regression test cases should have names starting with "regress_"
 create role outis;
+WARNING:  roles created by regression test cases should have names starting with "regress_"
 create function whoami() returns trigger language plpgsql
 as $$
 begin
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/build/testrun/recovery/027_str...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-10-29 03:34:52.954956000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/triggers.out	2024-10-29 03:36:48.8112110...
@@ -3731,7 +3731,9 @@
 -- test who runs deferred trigger functions
 -- setup
 create role groot;
+WARNING:  roles created by regression test cases should have names starting with "regress_"
 create role outis;
+WARNING:  roles created by regression test cases should have names starting with "regress_"
 create function whoami() returns trigger language plpgsql
 as $$
 begin
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/build/testrun/regress/regress/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-10-29 03:34:52.954956000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/triggers.out	2024-10-29 03:36:05.179452000 +0000
@@ -3731,7 +3731,9 @@
 -- test who runs deferred trigger functions
 -- setup
 create role groot;
+WARNING:  roles created by regression test cases should have names starting with "regress_"
 create role outis;
+WARNING:  roles created by regression test cases should have names starting with "regress_"
 create function whoami() returns trigger language plpgsql
 as $$
 begin
tap
[03:36:52.722](62.386s) not ok 5 - regression tests pass
tap
[03:37:41.702](74.264s) not ok 2 - regression tests pass
test
[03:39:36.471]  15/312 postgresql:regress / regress/regress                                            ERROR            ...
[03:39:36.471]  83/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[03:39:36.471] 154/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
51/5231 Consider the number of columns in the sort cost model
FreeBSD - 13 - Meson
core
[03:10:47.269] #0  0x000000082bf908fa in _sigprocmask () from /lib/libc.so.7
[03:10:47.269] #1  0x000000082bfc9f91 in _system () from /lib/libc.so.7
[03:10:47.269] #2  0x000000082ad419d3 in ?? () from /lib/libthr.so.3
[03:10:47.269] #3  0x000000000066b0d5 in RestoreArchivedFile (path=path@entry=0x820ce41d0 "pg_wal/00000001", '0' <repeat...
[03:10:47.269] #4  0x0000000000652168 in existsTimeLineHistory (probeTLI=probeTLI@entry=2) at ../src/backend/access/tran...
[03:10:47.269] #5  0x0000000000652228 in findNewestTimeLine (startTLI=startTLI@entry=1) at ../src/backend/access/transam...
[03:10:47.269] #6  0x00000000006767bb in rescanLatestTimeLine (replayTLI=replayTLI@entry=1, replayLSN=replayLSN@entry=10...
[03:10:47.269] #7  0x00000000006729a3 in WaitForWALToBecomeAvailable (RecPtr=100683608, tliRecPtr=100683584, replayTLI=1...
[03:10:47.269] #8  XLogPageRead (xlogreader=0x83524a130, targetPagePtr=100679680, reqLen=3928, targetRecPtr=100683584, r...
[03:10:47.269] #9  0x0000000000679d82 in ReadPageInternal (state=state@entry=0x83524a130, pageptr=100679680, reqLen=3928...
core
[03:10:46.954] #0  0x00001938649155da in ?? () from /libexec/ld-elf.so.1
[03:10:46.954] #1  0x00001938649116ec in ?? () from /libexec/ld-elf.so.1
[03:10:46.954] #2  0x0000000000000000 in ?? ()
[03:10:47.227] #0  0x000000082bf908fa in _sigprocmask () from /lib/libc.so.7
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out /tmp/cirrus-ci-build/build/testrun/...
--- /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out	2024-10-29 03:04:28.133743000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_stat_statements/regress/results/level_tracking.out	2024-10-29 03:07:19.4325280...
@@ -383,26 +383,24 @@
 (1 row)
 
 EXPLAIN (COSTS OFF) SELECT 1, 2 UNION SELECT 3, 4\; EXPLAIN (COSTS OFF) (SELECT 1, 2, 3) UNION SELECT 3, 4, 5;
+      QUERY PLAN       
+-----------------------
+ HashAggregate
+   Group Key: (1), (2)
+   ->  Append
+         ->  Result
+         ->  Result
+(5 rows)
+
          QUERY PLAN         
 ----------------------------
- Unique
-   ->  Sort
...
test
[03:09:33.105]  87/312 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out /tmp/cirrus-ci-build/contrib/pg_sta...
--- /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out	2024-10-29 03:04:23.540257709 +0000
+++ /tmp/cirrus-ci-build/contrib/pg_stat_statements/results/level_tracking.out	2024-10-29 03:09:20.918748869 +0000
@@ -383,25 +383,23 @@
 (1 row)
 
 EXPLAIN (COSTS OFF) SELECT 1, 2 UNION SELECT 3, 4\; EXPLAIN (COSTS OFF) (SELECT 1, 2, 3) UNION SELECT 3, 4, 5;
+      QUERY PLAN       
+-----------------------
+ HashAggregate
+   Group Key: (1), (2)
+   ->  Append
+         ->  Result
+         ->  Result
+(5 rows)
+
          QUERY PLAN         
 ----------------------------
- Unique
-   ->  Sort
...
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out /tmp/cirrus-ci-build/build/testrun/...
--- /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out	2024-10-29 03:04:25.616963162 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_stat_statements/regress/results/level_tracking.out	2024-10-29 03:09:23.5445802...
@@ -383,25 +383,23 @@
 (1 row)
 
 EXPLAIN (COSTS OFF) SELECT 1, 2 UNION SELECT 3, 4\; EXPLAIN (COSTS OFF) (SELECT 1, 2, 3) UNION SELECT 3, 4, 5;
+      QUERY PLAN       
+-----------------------
+ HashAggregate
+   Group Key: (1), (2)
+   ->  Append
+         ->  Result
+         ->  Result
+(5 rows)
+
          QUERY PLAN         
 ----------------------------
- Unique
-   ->  Sort
...
test
[03:11:19.271]  89/312 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
macOS - Sonoma - Meson
core
[03:14:24.691]   * frame #0: 0x00000001006dd1b8 bash`___lldb_unnamed_symbol1780
[03:14:24.691]     frame #1: 0x00000001006707b4 bash`___lldb_unnamed_symbol203 + 324
[03:14:24.691]     frame #2: 0x000000018447b154 dyld`start + 2476
regress
diff -U3 /Users/admin/pgsql/contrib/pg_stat_statements/expected/level_tracking.out /Users/admin/pgsql/build/testrun/pg_s...
--- /Users/admin/pgsql/contrib/pg_stat_statements/expected/level_tracking.out	2024-10-29 03:04:25
+++ /Users/admin/pgsql/build/testrun/pg_stat_statements/regress/results/level_tracking.out	2024-10-29 03:08:38
@@ -383,25 +383,23 @@
 (1 row)
 
 EXPLAIN (COSTS OFF) SELECT 1, 2 UNION SELECT 3, 4\; EXPLAIN (COSTS OFF) (SELECT 1, 2, 3) UNION SELECT 3, 4, 5;
+      QUERY PLAN       
+-----------------------
+ HashAggregate
+   Group Key: (1), (2)
+   ->  Append
+         ->  Result
+         ->  Result
+(5 rows)
+
          QUERY PLAN         
 ----------------------------
- Unique
-   ->  Sort
...
test
[03:11:21.765]  93/312 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/contrib/pg_stat_statements/expected/level_tracking.out C:/cirrus/build/testrun/pg...
--- C:/cirrus/contrib/pg_stat_statements/expected/level_tracking.out	2024-10-29 03:04:33.771475800 +0000
+++ C:/cirrus/build/testrun/pg_stat_statements/regress/results/level_tracking.out	2024-10-29 03:10:47.315833100 +0000
@@ -383,25 +383,23 @@
 (1 row)
 
 EXPLAIN (COSTS OFF) SELECT 1, 2 UNION SELECT 3, 4\; EXPLAIN (COSTS OFF) (SELECT 1, 2, 3) UNION SELECT 3, 4, 5;
+      QUERY PLAN       
+-----------------------
+ HashAggregate
+   Group Key: (1), (2)
+   ->  Append
+         ->  Result
+         ->  Result
+(5 rows)
+
          QUERY PLAN         
 ----------------------------
- Unique
-   ->  Sort
...
test
[03:18:49.636]  88/307 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
51/5148 Recovery of .partial WAL segments
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/query_cancel.out /tmp/cirrus-ci-build/contrib/postgres_fdw/r...
--- /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/query_cancel.out	2024-10-29 00:54:31.271994550 +0000
+++ /tmp/cirrus-ci-build/contrib/postgres_fdw/results/query_cancel.out	2024-10-29 01:01:20.585879981 +0000
@@ -29,4 +29,5 @@
 -- This would take very long if not canceled:
 SELECT count(*) FROM ft1 a CROSS JOIN ft1 b CROSS JOIN ft1 c CROSS JOIN ft1 d;
 ERROR:  canceling statement due to statement timeout
+WARNING:  could not get result of cancel request due to timeout
 COMMIT;
51/5196 Use function smgrclose() to replace the loop
CompilerWarnings
compiler
[00:10:38.792] smgr.c:282:13: error: unused variable 'forknum' [-Werror,-Wunused-variable]
compiler
[00:10:38.792] smgr.c:487:9: error: unused variable 'which' [-Werror,-Wunused-variable]
compiler
[00:10:29.941] smgr.c:487:9: error: unused variable 'which' [-Werror,-Wunused-variable]
compiler
[00:10:29.941] smgr.c:282:13: error: unused variable 'forknum' [-Werror,-Wunused-variable]
compiler
[00:09:58.968] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
compiler
[00:09:58.968] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable]
compiler
[00:09:49.561] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
compiler
[00:09:49.561] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable]
compiler
[00:11:03.532] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable]
compiler
[00:11:03.532] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
50/5312 BUG #18568: BUG: Result wrong when do group by on partition table!
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_aggregate.out /tmp/cirrus-ci-build/build-32/testrun/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_aggregate.out	2024-10-28 22:32:17.211656667 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/recovery/027_stream_regress/data/results/partition_aggregate.out	2024-10-28 22...
@@ -1529,44 +1529,32 @@
     locale = 'und-u-ks-level2',
     deterministic = false
 );
+ERROR:  current database's encoding is not supported with this provider
 CREATE TABLE pagg_tab3 (c text collate case_insensitive) PARTITION BY LIST(c collate "C");
+ERROR:  collation "case_insensitive" for encoding "SQL_ASCII" does not exist
+LINE 1: CREATE TABLE pagg_tab3 (c text collate case_insensitive) PAR...
+                                       ^
 CREATE TABLE pagg_tab3_p1 PARTITION OF pagg_tab3 FOR VALUES IN ('a', 'b', 'c', 'd');
+ERROR:  relation "pagg_tab3" does not exist
 CREATE TABLE pagg_tab3_p2 PARTITION OF pagg_tab3 FOR VALUES IN ('e', 'f', 'A');
+ERROR:  relation "pagg_tab3" does not exist
 CREATE TABLE pagg_tab3_p3 PARTITION OF pagg_tab3 FOR VALUES IN ('B', 'C', 'D', 'E');
+ERROR:  relation "pagg_tab3" does not exist
 INSERT INTO pagg_tab3 SELECT substr('abcdeABCDE', (i % 10) +1 , 1) FROM generate_series(0, 2999) i;
+ERROR:  relation "pagg_tab3" does not exist
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_aggregate.out /tmp/cirrus-ci-build/build-32/testrun/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_aggregate.out	2024-10-28 22:32:17.211656667 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/regress/regress/results/partition_aggregate.out	2024-10-28 22:38:35.848312073 ...
@@ -1529,44 +1529,32 @@
     locale = 'und-u-ks-level2',
     deterministic = false
 );
+ERROR:  current database's encoding is not supported with this provider
 CREATE TABLE pagg_tab3 (c text collate case_insensitive) PARTITION BY LIST(c collate "C");
+ERROR:  collation "case_insensitive" for encoding "SQL_ASCII" does not exist
+LINE 1: CREATE TABLE pagg_tab3 (c text collate case_insensitive) PAR...
+                                       ^
 CREATE TABLE pagg_tab3_p1 PARTITION OF pagg_tab3 FOR VALUES IN ('a', 'b', 'c', 'd');
+ERROR:  relation "pagg_tab3" does not exist
 CREATE TABLE pagg_tab3_p2 PARTITION OF pagg_tab3 FOR VALUES IN ('e', 'f', 'A');
+ERROR:  relation "pagg_tab3" does not exist
 CREATE TABLE pagg_tab3_p3 PARTITION OF pagg_tab3 FOR VALUES IN ('B', 'C', 'D', 'E');
+ERROR:  relation "pagg_tab3" does not exist
 INSERT INTO pagg_tab3 SELECT substr('abcdeABCDE', (i % 10) +1 , 1) FROM generate_series(0, 2999) i;
+ERROR:  relation "pagg_tab3" does not exist
...
tap
[22:39:27.606](79.495s) not ok 2 - regression tests pass
test
[22:41:18.791]  40/312 postgresql:regress / regress/regress                                            ERROR            ...
[22:41:18.791] 153/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/partition_aggregate.out C:/cirrus/build/testrun/pg_upgr...
--- C:/cirrus/src/test/regress/expected/partition_aggregate.out	2024-10-28 22:32:35.038167700 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_aggregate.out	2024-10-28 22:36:23.451184800...
@@ -1529,44 +1529,32 @@
     locale = 'und-u-ks-level2',
     deterministic = false
 );
+ERROR:  ICU is not supported in this build
 CREATE TABLE pagg_tab3 (c text collate case_insensitive) PARTITION BY LIST(c collate "C");
+ERROR:  collation "case_insensitive" for encoding "UTF8" does not exist
+LINE 1: CREATE TABLE pagg_tab3 (c text collate case_insensitive) PAR...
+                                       ^
 CREATE TABLE pagg_tab3_p1 PARTITION OF pagg_tab3 FOR VALUES IN ('a', 'b', 'c', 'd');
+ERROR:  relation "pagg_tab3" does not exist
 CREATE TABLE pagg_tab3_p2 PARTITION OF pagg_tab3 FOR VALUES IN ('e', 'f', 'A');
+ERROR:  relation "pagg_tab3" does not exist
 CREATE TABLE pagg_tab3_p3 PARTITION OF pagg_tab3 FOR VALUES IN ('B', 'C', 'D', 'E');
+ERROR:  relation "pagg_tab3" does not exist
 INSERT INTO pagg_tab3 SELECT substr('abcdeABCDE', (i % 10) +1 , 1) FROM generate_series(0, 2999) i;
+ERROR:  relation "pagg_tab3" does not exist
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/partition_aggregate.out C:/cirrus/build/testrun/recover...
--- C:/cirrus/src/test/regress/expected/partition_aggregate.out	2024-10-28 22:32:35.038167700 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/partition_aggregate.out	2024-10-28 22:38:44.7273556...
@@ -1529,44 +1529,32 @@
     locale = 'und-u-ks-level2',
     deterministic = false
 );
+ERROR:  ICU is not supported in this build
 CREATE TABLE pagg_tab3 (c text collate case_insensitive) PARTITION BY LIST(c collate "C");
+ERROR:  collation "case_insensitive" for encoding "WIN1252" does not exist
+LINE 1: CREATE TABLE pagg_tab3 (c text collate case_insensitive) PAR...
+                                       ^
 CREATE TABLE pagg_tab3_p1 PARTITION OF pagg_tab3 FOR VALUES IN ('a', 'b', 'c', 'd');
+ERROR:  relation "pagg_tab3" does not exist
 CREATE TABLE pagg_tab3_p2 PARTITION OF pagg_tab3 FOR VALUES IN ('e', 'f', 'A');
+ERROR:  relation "pagg_tab3" does not exist
 CREATE TABLE pagg_tab3_p3 PARTITION OF pagg_tab3 FOR VALUES IN ('B', 'C', 'D', 'E');
+ERROR:  relation "pagg_tab3" does not exist
 INSERT INTO pagg_tab3 SELECT substr('abcdeABCDE', (i % 10) +1 , 1) FROM generate_series(0, 2999) i;
+ERROR:  relation "pagg_tab3" does not exist
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/partition_aggregate.out C:/cirrus/build/testrun/regress...
--- C:/cirrus/src/test/regress/expected/partition_aggregate.out	2024-10-28 22:32:35.038167700 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/partition_aggregate.out	2024-10-28 22:36:18.395021100 +0000
@@ -1529,44 +1529,32 @@
     locale = 'und-u-ks-level2',
     deterministic = false
 );
+ERROR:  ICU is not supported in this build
 CREATE TABLE pagg_tab3 (c text collate case_insensitive) PARTITION BY LIST(c collate "C");
+ERROR:  collation "case_insensitive" for encoding "WIN1252" does not exist
+LINE 1: CREATE TABLE pagg_tab3 (c text collate case_insensitive) PAR...
+                                       ^
 CREATE TABLE pagg_tab3_p1 PARTITION OF pagg_tab3 FOR VALUES IN ('a', 'b', 'c', 'd');
+ERROR:  relation "pagg_tab3" does not exist
 CREATE TABLE pagg_tab3_p2 PARTITION OF pagg_tab3 FOR VALUES IN ('e', 'f', 'A');
+ERROR:  relation "pagg_tab3" does not exist
 CREATE TABLE pagg_tab3_p3 PARTITION OF pagg_tab3 FOR VALUES IN ('B', 'C', 'D', 'E');
+ERROR:  relation "pagg_tab3" does not exist
 INSERT INTO pagg_tab3 SELECT substr('abcdeABCDE', (i % 10) +1 , 1) FROM generate_series(0, 2999) i;
+ERROR:  relation "pagg_tab3" does not exist
...
tap
[22:36:31.179](112.154s) not ok 5 - regression tests pass
tap
[22:38:53.885](121.290s) not ok 2 - regression tests pass
test
[22:45:27.335]  21/307 postgresql:regress / regress/regress                                            ERROR           1...
[22:45:27.335]  38/307 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[22:45:27.335]  88/307 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5174 Call rm_redo in a temporary memory context
CompilerWarnings
compiler
[20:09:03.859] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
compiler
[20:08:08.241] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
compiler
[20:14:30.089] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
50/4965 Support LIKE with nondeterministic collations
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/query_cancel.out /tmp/cirrus-ci-build/build/testrun/postgres...
--- /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/query_cancel.out	2024-10-28 19:30:50.659997731 +0000
+++ /tmp/cirrus-ci-build/build/testrun/postgres_fdw/regress/results/query_cancel.out	2024-10-28 19:36:45.777457501 +0000
@@ -29,4 +29,5 @@
 -- This would take very long if not canceled:
 SELECT count(*) FROM ft1 a CROSS JOIN ft1 b CROSS JOIN ft1 c CROSS JOIN ft1 d;
 ERROR:  canceling statement due to statement timeout
+WARNING:  could not get result of cancel request due to timeout
 COMMIT;
test
[19:38:12.954] 154/312 postgresql:postgres_fdw / postgres_fdw/regress                                  ERROR            ...
51/5283 Replace IN VALUES with ANY in WHERE clauses during optimization
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/subselect.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/subselect.out	2024-10-28 16:40:16.220816000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/subselect.out	2024-10-28 16:41:19.48421800...
@@ -2313,15 +2313,16 @@
 EXPLAIN (COSTS OFF)
 SELECT c.oid,c.relname FROM pg_class c JOIN pg_am a USING (oid)
 WHERE c.oid IN (VALUES (1), (2));
-                          QUERY PLAN                           
----------------------------------------------------------------
- Hash Join
-   Hash Cond: (a.oid = c.oid)
-   ->  Seq Scan on pg_am a
-   ->  Hash
-         ->  Index Scan using pg_class_oid_index on pg_class c
-               Index Cond: (oid = ANY ('{1,2}'::integer[]))
-(6 rows)
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (c.oid = a.oid)
...
tap
[16:42:07.523](65.347s) not ok 5 - regression tests pass
test
[16:44:56.794]  91/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/subselect.out C:/cirrus/build/testrun/regress/regress/r...
--- C:/cirrus/src/test/regress/expected/subselect.out	2024-10-28 16:40:29.787997600 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/subselect.out	2024-10-28 16:42:49.544513000 +0000
@@ -2313,15 +2313,16 @@
 EXPLAIN (COSTS OFF)
 SELECT c.oid,c.relname FROM pg_class c JOIN pg_am a USING (oid)
 WHERE c.oid IN (VALUES (1), (2));
-                          QUERY PLAN                           
----------------------------------------------------------------
- Hash Join
-   Hash Cond: (a.oid = c.oid)
-   ->  Seq Scan on pg_am a
-   ->  Hash
-         ->  Index Scan using pg_class_oid_index on pg_class c
-               Index Cond: (oid = ANY ('{1,2}'::integer[]))
-(6 rows)
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (c.oid = a.oid)
...
test
[16:52:00.871]   6/307 postgresql:regress / regress/regress                                            ERROR           1...
51/5272 Truncate logs by max_log_size
CompilerWarnings
compiler
[14:24:29.549] elog.c:1699:9: error: initializing 'char *' with an expression of type 'const char *' discards qualifiers...
compiler
[14:22:25.483] elog.c:1699:9: error: initializing 'char *' with an expression of type 'const char *' discards qualifiers...
compiler
[14:20:05.085] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar...
compiler
[14:18:17.668] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar...
compiler
[14:28:03.678] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar...
51/5012 Vacuum statistics
FreeBSD - 13 - Meson
core
[12:43:19.742] #0  0x00003ed1c89be2ca in ?? () from /libexec/ld-elf.so.1
[12:43:19.742] #1  0x00003ed1c89b9784 in ?? () from /libexec/ld-elf.so.1
[12:43:19.742] #2  0x000019df4d609078 in ?? ()
[12:43:19.742] #3  0x000019df4d6090b0 in ?? ()
[12:43:19.742] #4  0x000019df4d6090e8 in ?? ()
[12:43:19.742] #5  0x000019df4d609120 in ?? ()
[12:43:19.742] #6  0x000019df4c81b0e8 in ?? ()
[12:43:19.742] #7  0x00003ed1c89a7be4 in ?? () from /libexec/ld-elf.so.1
[12:43:19.742] #8  0x000019df4a5f57a0 in ?? ()
[12:43:19.742] #9  0x000019df4a5f1d40 in ?? ()
core
[12:43:19.833] #0  0x000035e56a7055da in ?? () from /libexec/ld-elf.so.1
[12:43:19.833] #1  0x000035e56a7016ec in ?? () from /libexec/ld-elf.so.1
[12:43:19.833] #2  0x0000000000000000 in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out /tmp/cirrus-ci-build/bu...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-10-28 12:36:31.70664000...
+++ /tmp/cirrus-ci-build/build/testrun/isolation/isolation/results/vacuum-extending-in-repetable-read.out	2024-10-28 12:...
@@ -9,9 +9,10 @@
     FROM pg_stat_vacuum_tables vt, pg_class c
     WHERE vt.relname = 'test_vacuum_stat_isolation' AND vt.relid = c.oid;
 
-relname|tuples_deleted|dead_tuples|tuples_frozen
--------+--------------+-----------+-------------
-(0 rows)
+relname                   |tuples_deleted|dead_tuples|tuples_frozen
+--------------------------+--------------+-----------+-------------
+test_vacuum_stat_isolation|             0|          0|            0
+(1 row)
 
 step s1_begin_repeatable_read: 
   BEGIN transaction ISOLATION LEVEL REPEATABLE READ;
@@ -22,7 +23,8 @@
   100
 (1 row)
...
test
[12:42:05.686]  46/312 postgresql:isolation / isolation/isolation                                      ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out /tmp/cirrus-ci-build/sr...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-10-28 12:36:26.39860622...
+++ /tmp/cirrus-ci-build/src/test/isolation/output_iso/results/vacuum-extending-in-repetable-read.out	2024-10-28 12:42:0...
@@ -9,9 +9,10 @@
     FROM pg_stat_vacuum_tables vt, pg_class c
     WHERE vt.relname = 'test_vacuum_stat_isolation' AND vt.relid = c.oid;
 
-relname|tuples_deleted|dead_tuples|tuples_frozen
--------+--------------+-----------+-------------
-(0 rows)
+relname                   |tuples_deleted|dead_tuples|tuples_frozen
+--------------------------+--------------+-----------+-------------
+test_vacuum_stat_isolation|             0|          0|            0
+(1 row)
 
 step s1_begin_repeatable_read: 
   BEGIN transaction ISOLATION LEVEL REPEATABLE READ;
@@ -22,7 +23,8 @@
   100
 (1 row)
...
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out /tmp/cirrus-ci-build/bu...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-10-28 12:36:31.01889994...
+++ /tmp/cirrus-ci-build/build/testrun/isolation/isolation/results/vacuum-extending-in-repetable-read.out	2024-10-28 12:...
@@ -9,9 +9,10 @@
     FROM pg_stat_vacuum_tables vt, pg_class c
     WHERE vt.relname = 'test_vacuum_stat_isolation' AND vt.relid = c.oid;
 
-relname|tuples_deleted|dead_tuples|tuples_frozen
--------+--------------+-----------+-------------
-(0 rows)
+relname                   |tuples_deleted|dead_tuples|tuples_frozen
+--------------------------+--------------+-----------+-------------
+test_vacuum_stat_isolation|             0|          0|            0
+(1 row)
 
 step s1_begin_repeatable_read: 
   BEGIN transaction ISOLATION LEVEL REPEATABLE READ;
@@ -22,7 +23,8 @@
   100
 (1 row)
...
test
[12:44:43.890]  41/312 postgresql:isolation / isolation/isolation                                      ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/isolation/expected/vacuum-extending-in-repetable-read.out /Users/admin/pgsql/build/...
--- /Users/admin/pgsql/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-10-28 12:35:27
+++ /Users/admin/pgsql/build/testrun/isolation/isolation/results/vacuum-extending-in-repetable-read.out	2024-10-28 12:39...
@@ -9,9 +9,10 @@
     FROM pg_stat_vacuum_tables vt, pg_class c
     WHERE vt.relname = 'test_vacuum_stat_isolation' AND vt.relid = c.oid;
 
-relname|tuples_deleted|dead_tuples|tuples_frozen
--------+--------------+-----------+-------------
-(0 rows)
+relname                   |tuples_deleted|dead_tuples|tuples_frozen
+--------------------------+--------------+-----------+-------------
+test_vacuum_stat_isolation|             0|          0|            0
+(1 row)
 
 step s1_begin_repeatable_read: 
   BEGIN transaction ISOLATION LEVEL REPEATABLE READ;
@@ -22,7 +23,8 @@
   100
 (1 row)
...
test
[12:42:21.176]  42/312 postgresql:isolation / isolation/isolation                                      ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/isolation/expected/vacuum-extending-in-repetable-read.out C:/cirrus/buil...
--- C:/cirrus/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-10-28 12:36:45.286747200 +0000
+++ C:/cirrus/build/testrun/isolation/isolation/results/vacuum-extending-in-repetable-read.out	2024-10-28 12:40:34.07310...
@@ -9,9 +9,10 @@
     FROM pg_stat_vacuum_tables vt, pg_class c
     WHERE vt.relname = 'test_vacuum_stat_isolation' AND vt.relid = c.oid;
 
-relname|tuples_deleted|dead_tuples|tuples_frozen
--------+--------------+-----------+-------------
-(0 rows)
+relname                   |tuples_deleted|dead_tuples|tuples_frozen
+--------------------------+--------------+-----------+-------------
+test_vacuum_stat_isolation|             0|          0|            0
+(1 row)
 
 step s1_begin_repeatable_read: 
   BEGIN transaction ISOLATION LEVEL REPEATABLE READ;
@@ -22,7 +23,8 @@
   100
 (1 row)
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/vacuum_tables_and_db_statistics.out C:/cirrus/build/tes...
--- C:/cirrus/src/test/regress/expected/vacuum_tables_and_db_statistics.out	2024-10-28 12:36:45.907362200 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/vacuum_tables_and_db_statistics.out	2024-10-28 12:4...
@@ -164,7 +164,7 @@
 FROM pg_stat_vacuum_tables WHERE relname = 'vestat';
  pages_frozen | pages_all_visible | rev_all_frozen_pages | rev_all_visible_pages 
 --------------+-------------------+----------------------+-----------------------
-            0 |                 0 |                    0 |                     0
+            0 |                 0 |                    0 |                   455
 (1 row)
 
 VACUUM (PARALLEL 0, BUFFER_USAGE_LIMIT 128) vestat;
@@ -173,7 +173,7 @@
 FROM pg_stat_vacuum_tables WHERE relname = 'vestat';
  pages_frozen | pages_all_visible | rev_all_frozen_pages | rev_all_visible_pages 
 --------------+-------------------+----------------------+-----------------------
- f            | f                 | t                    | t
+ f            | f                 | t                    | f
 (1 row)
 
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/vacuum_tables_and_db_statistics.out C:/cirrus/build/tes...
--- C:/cirrus/src/test/regress/expected/vacuum_tables_and_db_statistics.out	2024-10-28 12:36:45.907362200 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/vacuum_tables_and_db_statistics.out	2024-10-28 12:40:20.184437600 +0...
@@ -219,7 +219,7 @@
 WHERE dbname = current_database();
              dbname             | db_blks_hit | total_blks_dirtied | total_blks_written | wal_records | wal_fpi | wal_b...
 --------------------------------+-------------+--------------------+--------------------+-------------+---------+------...
- regression_statistic_vacuum_db | t           | t                  | t                  | t           | t       | t    ...
+ regression_statistic_vacuum_db | t           | t                  | t                  | t           | t       | t    ...
 (1 row)
 
 DROP TABLE vestat CASCADE;
@@ -251,7 +251,7 @@
 WHERE dbname = 'regression_statistic_vacuum_db';
              dbname             | db_blks_hit | total_blks_dirtied | total_blks_written | wal_records | wal_fpi | wal_b...
 --------------------------------+-------------+--------------------+--------------------+-------------+---------+------...
- regression_statistic_vacuum_db | t           | t                  | t                  | t           | t       | t    ...
+ regression_statistic_vacuum_db | t           | t                  | t                  | t           | t       | t    ...
 (1 row)
 
...
tap
[12:42:43.692](117.699s) not ok 2 - regression tests pass
test
[12:51:04.560]  20/307 postgresql:regress / regress/regress                                            ERROR           1...
[12:51:04.560]  30/307 postgresql:isolation / isolation/isolation                                      ERROR           1...
[12:51:04.560]  90/307 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5246 Allow SQL functions use CachedPlan machinery
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upg...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-10-28 12:15:21.211405000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/xml.out	2024-10-28 12:16:45.503612000 +000...
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-10-28 12:15:21.211405000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/xml.out	2024-10-28 12:17:29.330448000 +0...
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/regress/regress/resul...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-10-28 12:15:21.211405000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/xml.out	2024-10-28 12:16:42.967869000 +0000
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
tap
[12:17:01.634](60.367s) not ok 5 - regression tests pass
tap
[12:17:44.676](68.363s) not ok 2 - regression tests pass
test
[12:19:35.215]  40/312 postgresql:regress / regress/regress                                            ERROR            ...
[12:19:35.215]  83/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[12:19:35.215] 153/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/result...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-10-28 12:15:16.238296665 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/xml.out	2024-10-28 12:19:41.577636018 +0000
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/src/test/regress/results/xml.out
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-10-28 12:15:16.238296665 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/xml.out	2024-10-28 12:18:17.681695278 +0000
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
tap
[12:19:53.462](120.948s) not ok 5 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upg...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-10-28 12:15:16.705739776 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/xml.out	2024-10-28 12:17:30.198458381 +000...
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-10-28 12:15:16.705739776 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/xml.out	2024-10-28 12:18:05.646866449 +0...
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/regress/regress/resul...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-10-28 12:15:16.705739776 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/xml.out	2024-10-28 12:17:28.458440684 +0000
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
tap
[12:17:41.561](67.886s) not ok 5 - regression tests pass
tap
[12:18:14.564](68.355s) not ok 2 - regression tests pass
test
[12:19:52.985]  43/312 postgresql:regress / regress/regress                                            ERROR            ...
[12:19:52.985] 119/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[12:19:52.985] 150/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/xml.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade...
--- /Users/admin/pgsql/src/test/regress/expected/xml.out	2024-10-28 12:15:08
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/xml.out	2024-10-28 12:17:13
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/xml.out /Users/admin/pgsql/build/testrun/recovery/027_stream_regre...
--- /Users/admin/pgsql/src/test/regress/expected/xml.out	2024-10-28 12:15:08
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/xml.out	2024-10-28 12:18:23
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/xml.out /Users/admin/pgsql/build/testrun/regress/regress/results/x...
--- /Users/admin/pgsql/src/test/regress/expected/xml.out	2024-10-28 12:15:08
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/xml.out	2024-10-28 12:17:13
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
tap
[12:17:22.189](52.843s) not ok 5 - regression tests pass
tap
[12:18:33.235](68.886s) not ok 2 - regression tests pass
test
[12:21:08.440]  25/312 postgresql:regress / regress/regress                                            ERROR            ...
[12:21:08.440]  47/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[12:21:08.440] 143/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
51/5300 New "single" COPY format
FreeBSD - 13 - Meson
core
[10:39:02.660] #0  0x0000373c6d4085da in ?? () from /libexec/ld-elf.so.1
[10:39:02.660] #1  0x0000373c6d4046ec in ?? () from /libexec/ld-elf.so.1
[10:39:02.660] #2  0x0000000000000000 in ?? ()
test
[10:37:49.263] 243/312 postgresql:postmaster / postmaster/001_connection_limits                        ERROR            ...
51/5004 CREATE INDEX CONCURRENTLY for partitioned tables
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_p...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-10-28 09:28:21.736352000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/indexing.out	2024-10-28 09:29:52.992521000...
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/recovery/027_str...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-10-28 09:28:21.736352000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/indexing.out	2024-10-28 09:30:25.7695500...
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/regress/regress/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-10-28 09:28:21.736352000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/indexing.out	2024-10-28 09:29:49.898478000 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[09:29:56.604](57.391s) not ok 5 - regression tests pass
tap
[09:30:27.950](56.261s) not ok 2 - regression tests pass
test
[09:45:37.019]  40/312 postgresql:regress / regress/regress                                            ERROR            ...
[09:45:37.019]  72/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[09:45:37.019] 134/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[09:45:37.019] 312/312 postgresql:isolation / isolation/isolation                                      TIMEOUT        10...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-10-28 09:28:19.917949573 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/indexing.out	2024-10-28 09:33:30.104060691 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/partitioned-cic.out /tmp/cirrus-ci-build/src/test/isolation/ou...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/partitioned-cic.out	2024-10-28 09:28:19.757961700 +0000
+++ /tmp/cirrus-ci-build/src/test/isolation/output_iso/results/partitioned-cic.out	2024-10-28 09:57:00.089881708 +0000
@@ -3,10 +3,14 @@
 starting permutation: lock_p1 cic insert drop2 commit chk_content
 step lock_p1: lock cictab_part_1 in row exclusive mode;
 step cic: CREATE INDEX CONCURRENTLY ON cictab(i); <waiting ...>
-step insert: insert into cictab values (1, 1), (11, 1);
-step drop2: DROP TABLE cictab_part_2;
+step insert: insert into cictab values (1, 1), (11, 1); <waiting ...>
+isolationtester: canceling step insert after 360 seconds
+step insert: <... completed>
+ERROR:  canceling statement due to user request
+step drop2: DROP TABLE cictab_part_2; <waiting ...>
 step commit: COMMIT;
 step cic: <... completed>
+step drop2: <... completed>
 step chk_content: 
   set enable_seqscan to off;
   explain (costs off) select * from cictab where i > 0;
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/src/test/regress/results/index...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-10-28 09:28:19.917949573 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/indexing.out	2024-10-28 09:32:05.228202478 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[09:33:34.074](126.915s) not ok 5 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_p...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-10-28 09:28:20.865853350 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/indexing.out	2024-10-28 09:31:00.440131308...
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/recovery/027_str...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-10-28 09:28:20.865853350 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/indexing.out	2024-10-28 09:31:30.2966636...
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/regress/regress/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-10-28 09:28:20.865853350 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/indexing.out	2024-10-28 09:30:56.808070143 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[09:31:02.364](72.888s) not ok 5 - regression tests pass
tap
[09:31:32.993](70.212s) not ok 2 - regression tests pass
test
[09:46:25.671]  42/312 postgresql:regress / regress/regress                                            ERROR            ...
[09:46:25.671] 107/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[09:46:25.671] 146/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[09:46:25.671] 312/312 postgresql:isolation / isolation/isolation                                      TIMEOUT        10...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/indexing.out C:/cirrus/build/testrun/pg_upgrade/002_pg_...
--- C:/cirrus/src/test/regress/expected/indexing.out	2024-10-28 09:29:31.925875800 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/indexing.out	2024-10-28 09:33:23.888891000 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/indexing.out C:/cirrus/build/testrun/recovery/027_strea...
--- C:/cirrus/src/test/regress/expected/indexing.out	2024-10-28 09:29:31.925875800 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/indexing.out	2024-10-28 09:35:31.861556100 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/indexing.out C:/cirrus/build/testrun/regress/regress/re...
--- C:/cirrus/src/test/regress/expected/indexing.out	2024-10-28 09:29:31.925875800 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/indexing.out	2024-10-28 09:33:18.705806900 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[09:33:33.055](117.209s) not ok 5 - regression tests pass
tap
[09:35:40.093](113.525s) not ok 2 - regression tests pass
test
[09:48:08.820]  21/307 postgresql:regress / regress/regress                                            ERROR           1...
[09:48:08.820]  37/307 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[09:48:08.820]  71/307 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
[09:48:08.820] 307/307 postgresql:isolation / isolation/isolation                                      TIMEOUT        10...
51/4390 add not_before and not_after timestamps to sslinfo extension and pg_stat_ssl
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[09:05:56.894] ../src/backend/libpq/be-secure-openssl.c(1575): warning C4047: 'function': 'ASN1_TIME *' differs in level...
compiler
[09:06:16.135] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notBefore referenced i...
compiler
[09:05:56.862] ../src/backend/libpq/be-secure-openssl.c(1566): warning C4047: 'function': 'ASN1_TIME *' differs in level...
compiler
[09:05:56.894] ../src/backend/libpq/be-secure-openssl.c(1566): warning C4024: 'ASN1_TIME_to_timestamptz': different type...
compiler
[09:05:56.894] ../src/backend/libpq/be-secure-openssl.c(1575): warning C4024: 'ASN1_TIME_to_timestamptz': different type...
compiler
[09:06:16.135] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notAfter referenced in...
50/5270 jsonpath string methods: lower, upper, initcap, l/r/btrim, replace, split_part
CompilerWarnings
compiler
[08:15:27.522] jsonpath_exec.c:2827:13: error: mixing declarations and code is incompatible with standards before C99 [-...
compiler
[08:13:49.986] jsonpath_exec.c:2827:13: error: mixing declarations and code is incompatible with standards before C99 [-...
compiler
[08:11:50.498] jsonpath_exec.c:2827:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta...
compiler
[08:10:10.853] jsonpath_exec.c:2827:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta...
compiler
[08:18:33.630] jsonpath_exec.c:2827:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta...
Linux - Debian Bookworm - Meson
core
[08:17:45.585] #0  0x00007fc43bdacd24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[08:17:45.585] #1  0x00007fc43bd59239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[08:17:45.585] #2  0x00007fc43bd59497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[08:17:45.585] #3  0x0000557c17b6b5c1 in ?? ()
[08:17:45.585] #4  0x0000557c17b65369 in ?? ()
[08:17:45.585] #5  0x0000557c17b6420f in ?? ()
[08:17:45.585] #6  0x0000557c17b64c3b in ?? ()
[08:17:45.585] #7  0x0000557c17b6266f in ?? ()
[08:17:45.585] #8  0x00007fc43bd4424a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[08:17:45.585] #9  0x00007fc43bd44305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[08:17:45.465] #0  0x00007fc43bdacd24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[08:17:45.465] #1  0x00007fc43bd59239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[08:17:45.465] #2  0x00007fc43bd59497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[08:17:45.465] #3  0x0000557c17b6b5f3 in ?? ()
[08:17:45.465] #4  0x0000557c17b65369 in ?? ()
[08:17:45.465] #5  0x0000557c17b6420f in ?? ()
[08:17:45.465] #6  0x0000557c17b64c3b in ?? ()
[08:17:45.465] #7  0x0000557c17b6266f in ?? ()
[08:17:45.465] #8  0x00007fc43bd4424a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[08:17:45.465] #9  0x00007fc43bd44305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[08:17:45.465] #0  <unavailable> in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out /tmp/cirrus-ci-build/build-32/testrun/pg_upgr...
--- /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out	2024-10-28 08:08:06.849069681 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/pg_upgrade/002_pg_upgrade/data/results/jsonb_jsonpath.out	2024-10-28 08:13:52....
@@ -3078,7 +3078,7 @@
 select jsonb_path_query('"abc~@~def~@~ghi"', '$.split_part("~@~", 2)');
  jsonb_path_query 
 ------------------
- "def"
+ ""
 (1 row)
 
 -- Test string methods play nicely together
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out /tmp/cirrus-ci-build/build-32/testrun/recover...
--- /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out	2024-10-28 08:08:06.849069681 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/recovery/027_stream_regress/data/results/jsonb_jsonpath.out	2024-10-28 08:14:3...
@@ -3078,7 +3078,7 @@
 select jsonb_path_query('"abc~@~def~@~ghi"', '$.split_part("~@~", 2)');
  jsonb_path_query 
 ------------------
- "def"
+ ""
 (1 row)
 
 -- Test string methods play nicely together
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out /tmp/cirrus-ci-build/build-32/testrun/regress...
--- /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out	2024-10-28 08:08:06.849069681 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/regress/regress/results/jsonb_jsonpath.out	2024-10-28 08:13:44.450765296 +0000
@@ -3078,7 +3078,7 @@
 select jsonb_path_query('"abc~@~def~@~ghi"', '$.split_part("~@~", 2)');
  jsonb_path_query 
 ------------------
- "def"
+ ""
 (1 row)
 
 -- Test string methods play nicely together
tap
[08:14:08.612](69.930s) not ok 5 - regression tests pass
tap
[08:14:47.349](73.167s) not ok 2 - regression tests pass
test
[08:16:35.039]  38/312 postgresql:regress / regress/regress                                            ERROR            ...
[08:16:35.039] 119/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[08:16:35.039] 153/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
51/5327 Use read_stream in index vacuum
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[04:57:07.750](0.002s) not ok 10 - no such database stderr /(?^:FATAL:  database "no-such-database" does not exist)/
test
[05:00:26.687] 217/308 postgresql:pgbench / pgbench/001_pgbench_with_server                            ERROR            ...
51/5318 System views for versions reporting
Linux - Debian Bookworm - Meson
core
[02:30:12.549] #0  0x00007f5e4f3a7a50 in ?? ()
[02:30:12.549] #1  0x0000000000000003 in ?? ()
[02:30:12.549] #2  0x00007ffe7414846a in ?? ()
[02:30:12.549] #3  0x00007ffe7414846d in ?? ()
[02:30:12.549] #4  0x00007ffe741484f5 in ?? ()
[02:30:12.549] #5  0x0000000000000000 in ?? ()
[02:30:12.662] #0  0x00007fc81a82fd24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
core
[02:30:12.669] #0  0x00007fc81a82fd24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[02:30:12.669] #1  0x00007fc81a7dc239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[02:30:12.669] #2  0x00007fc81a7dc497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[02:30:12.669] #3  0x0000560e0ba2e5c1 in ?? ()
[02:30:12.669] #4  0x0000560e0ba28369 in ?? ()
[02:30:12.669] #5  0x0000560e0ba2720f in ?? ()
[02:30:12.669] #6  0x0000560e0ba27c3b in ?? ()
[02:30:12.669] #7  0x0000560e0ba2566f in ?? ()
[02:30:12.669] #8  0x00007fc81a7c724a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[02:30:12.669] #9  0x00007fc81a7c7305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
test
[02:29:01.384] 297/312 postgresql:test_slru / test_slru/001_multixact                                  ERROR            ...
51/4390 add not_before and not_after timestamps to sslinfo extension and pg_stat_ssl
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[00:19:11.878] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notAfter referenced in...
compiler
[00:19:11.878] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notBefore referenced i...
compiler
[00:18:54.612] ../src/backend/libpq/be-secure-openssl.c(1567): warning C4024: 'ASN1_TIME_to_timestamptz': different type...
compiler
[00:18:54.612] ../src/backend/libpq/be-secure-openssl.c(1567): warning C4047: 'function': 'ASN1_TIME *' differs in level...
compiler
[00:18:54.707] ../src/backend/libpq/be-secure-openssl.c(1576): warning C4024: 'ASN1_TIME_to_timestamptz': different type...
compiler
[00:18:54.707] ../src/backend/libpq/be-secure-openssl.c(1576): warning C4047: 'function': 'ASN1_TIME *' differs in level...
51/3461 In-place persistence change of a relation (fast ALTER TABLE ... SET LOGGED with wal_level=minimal)
CompilerWarnings
compiler
[23:53:28.892] simpleundolog.c:69:14: error: no previous extern declaration for non-static variable 'UndoRoutines' [-Wer...
compiler
[23:52:11.103] simpleundolog.c:69:14: error: no previous extern declaration for non-static variable 'UndoRoutines' [-Wer...
Linux - Debian Bookworm - Autoconf
tap
[23:56:04.940](0.243s) Bail out!  pg_ctl start failed
Linux - Debian Bookworm - Meson
core
[23:56:42.475] #0  0x00007f68beea9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[23:56:42.475] #1  0x00007f68bee5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[23:56:42.475] #2  0x00007f68bee45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[23:56:42.475] #3  0x00007f68bf01e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[23:56:42.475] #4  0x00007f68bf02aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[23:56:42.475] #5  0x00007f68bf00d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55e832a66e20,...
[23:56:42.475] #6  0x000055e831b52ff8 in ParseCommitRecord (info=<optimized out>, xlrec=<optimized out>, parsed=parsed@e...
[23:56:42.475] #7  0x000055e831ba747d in xact_redo (record=0x55e83f8e7500) at ../src/backend/access/transam/xact.c:6450
[23:56:42.475] #8  0x000055e831bcabc3 in ApplyWalRecord (xlogreader=0x55e83f8e7500, record=record@entry=0x7f68ba88d878, ...
[23:56:42.475] #9  0x000055e831bd080b in PerformWalRecovery () at ../src/backend/access/transam/xlogrecovery.c:1823
core
[23:56:42.734] #0  0x00007fc94a4add24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[23:56:42.734] #1  0x00007fc94a45a239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[23:56:42.734] #2  0x00007fc94a45a497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[23:56:42.734] #3  0x000055a95c9bd5f3 in ?? ()
[23:56:42.734] #4  0x000055a95c9b7369 in ?? ()
[23:56:42.734] #5  0x000055a95c9b620f in ?? ()
[23:56:42.734] #6  0x000055a95c9b6c3b in ?? ()
[23:56:42.734] #7  0x000055a95c9b466f in ?? ()
[23:56:42.734] #8  0x00007fc94a44524a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[23:56:42.734] #9  0x00007fc94a445305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[23:56:42.734] #0  <unavailable> in ?? ()
core
[23:56:42.611] #0  0x00007fc94a4add24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[23:56:42.611] #1  0x00007fc94a45a239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[23:56:42.611] #2  0x00007fc94a45a497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[23:56:42.611] #3  0x000055a95c9bd5c1 in ?? ()
[23:56:42.611] #4  0x000055a95c9b7369 in ?? ()
[23:56:42.611] #5  0x000055a95c9b620f in ?? ()
[23:56:42.611] #6  0x000055a95c9b6c3b in ?? ()
[23:56:42.611] #7  0x000055a95c9b466f in ?? ()
[23:56:42.611] #8  0x00007fc94a44524a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[23:56:42.611] #9  0x00007fc94a445305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
tap
[23:55:34.396](229.659s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /tmp/cirrus-ci-build/src/test/recovery/t/027_stream_regress.pl line 103.
test
[23:55:34.608] 312/312 postgresql:recovery / recovery/027_stream_regress                               ERROR           3...
51/5070 Incorrect error message for cancellation triggered by statement_timeout & flaky test
CompilerWarnings
compiler
[22:50:36.153] backend_startup.c:270:63: error: data argument not used by format string [-Werror,-Wformat-extra-args]
compiler
[22:50:36.153] backend_startup.c:270:63: error: variable 'status' is uninitialized when used here [-Werror,-Wuninitializ...
compiler
[22:50:27.489] backend_startup.c:270:63: error: variable 'status' is uninitialized when used here [-Werror,-Wuninitializ...
compiler
[22:50:27.489] backend_startup.c:270:63: error: data argument not used by format string [-Werror,-Wformat-extra-args]
compiler
[22:49:56.137] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args]
compiler
[22:49:56.137] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit...
compiler
[22:49:47.750] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit...
compiler
[22:49:47.750] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args]
compiler
[22:51:00.281] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args]
compiler
[22:51:00.281] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit...
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[22:50:35.742] c:\cirrus\src\backend\tcop\backend_startup.c(270) : warning C4700: uninitialized local variable 'status' ...
51/4720 "unexpected duplicate for tablespace" problem in logical replication
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/00...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-10-27 22:28:18.139770000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_table.out	2024-10-27 22:29:56.951352...
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37964 |            |             0 |       37964 | pktable_pkey
+ 37961 |            |             0 |       37961 | pktable
+ 37966 |            |             0 |       37966 | fktable
+ 38469 |            |             0 |       38476 | foo
+ 38480 |            |             0 |       38480 | pg_toast_38469_index
+ 38479 |            |             0 |       38479 | pg_toast_38469
+ 38700 |            |             0 |       38700 | old_oids
+ 38717 |            |             0 |       38717 | pg_toast_38714
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/recovery/027_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-10-27 22:28:18.139770000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/alter_table.out	2024-10-27 22:30:45.4221...
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37881 |            |             0 |       37881 | pktable_pkey
+ 37878 |            |             0 |       37878 | pktable
+ 37888 |            |             0 |       37888 | fktable
+ 38420 |            |             0 |       38425 | foo
+ 38429 |            |             0 |       38429 | pg_toast_38420_index
+ 38428 |            |             0 |       38428 | pg_toast_38420
+ 38634 |            |             0 |       38634 | old_oids
+ 38651 |            |             0 |       38651 | pg_toast_38648
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/regress/regre...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-10-27 22:28:18.139770000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/alter_table.out	2024-10-27 22:29:52.846559000 +0000
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37769 |            |             0 |       37769 | pktable_pkey
+ 37766 |            |             0 |       37766 | pktable
+ 37783 |            |             0 |       37783 | fktable
+ 38383 |            |             0 |       38383 | pg_toast_38372_index
+ 38372 |            |             0 |       38379 | foo
+ 38382 |            |             0 |       38382 | pg_toast_38372
+ 38589 |            |             0 |       38589 | old_oids
+ 38606 |            |             0 |       38606 | pg_toast_38603
...
tap
[22:30:03.301](59.712s) not ok 5 - regression tests pass
tap
[22:30:54.579](74.297s) not ok 2 - regression tests pass
test
[22:32:41.178]  40/312 postgresql:regress / regress/regress                                            ERROR            ...
[22:32:41.178]  82/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[22:32:41.178] 158/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_chec...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-10-27 22:28:17.997312271 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/alter_table.out	2024-10-27 22:34:37.661661264 +0000
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37989 |            |             0 |       37989 | pktable_pkey
+ 37986 |            |             0 |       37986 | pktable
+ 37991 |            |             0 |       37991 | fktable
+ 38502 |            |             0 |       38507 | foo
+ 38512 |            |             0 |       38512 | pg_toast_38502_index
+ 38510 |            |             0 |       38510 | pg_toast_38502
+ 38749 |            |             0 |       38749 | old_oids
+ 38787 |            |             0 |       38787 | pg_toast_38784
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/src/test/recovery/tmp_check...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-10-27 22:28:17.997312271 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/alter_table.out	2024-10-27 22:35:51.033716712 +0000
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37927 |            |             0 |       37927 | pktable_pkey
+ 37922 |            |             0 |       37922 | pktable
+ 37930 |            |             0 |       37930 | fktable
+ 38419 |            |             0 |       38424 | foo
+ 38428 |            |             0 |       38428 | pg_toast_38419_index
+ 38427 |            |             0 |       38427 | pg_toast_38419
+ 38637 |            |             0 |       38637 | old_oids
+ 38656 |            |             0 |       38656 | pg_toast_38653
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/src/test/regress/results/al...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-10-27 22:28:17.997312271 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/alter_table.out	2024-10-27 22:32:03.417716830 +0000
@@ -3491,9 +3491,29 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 38065 |            |             0 |       38065 | users_id_seq
+ 38071 |            |             0 |       38071 | pg_toast_38066
+ 38072 |            |             0 |       38072 | pg_toast_38066_index
+ 38066 |            |             0 |       38066 | users
+ 38272 |            |             0 |       38272 | foo
+ 38498 |            |             0 |       38498 | forc_test
+ 38958 |            |             0 |       38958 | pg_toast_38955
+ 38959 |            |             0 |       38959 | pg_toast_38955_index
...
tap
[22:34:46.211](105.570s) not ok 5 - regression tests pass
tap
[22:35:59.358](65.307s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/00...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-10-27 22:28:16.511779179 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_table.out	2024-10-27 22:31:19.148025...
@@ -3491,9 +3491,29 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 38091 |            |             0 |       38091 | users_id_seq
+ 38096 |            |             0 |       38096 | pg_toast_38092
+ 38097 |            |             0 |       38097 | pg_toast_38092_index
+ 38092 |            |             0 |       38092 | users
+ 38278 |            |             0 |       38278 | foo
+ 38533 |            |             0 |       38533 | forc_test
+ 37854 |            |             0 |       37854 | pktable_pkey
+ 37851 |            |             0 |       37851 | pktable
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/recovery/027_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-10-27 22:28:16.511779179 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/alter_table.out	2024-10-27 22:31:52.3761...
@@ -3491,9 +3491,29 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 38040 |            |             0 |       38040 | users_id_seq
+ 38045 |            |             0 |       38045 | pg_toast_38041
+ 38046 |            |             0 |       38046 | pg_toast_38041_index
+ 38041 |            |             0 |       38041 | users
+ 38244 |            |             0 |       38244 | foo
+ 38448 |            |             0 |       38448 | forc_test
+ 38841 |            |             0 |       38841 | pg_toast_38838
+ 38842 |            |             0 |       38842 | pg_toast_38838_index
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/regress/regre...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-10-27 22:28:16.511779179 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/alter_table.out	2024-10-27 22:31:13.031980558 +0000
@@ -3491,9 +3491,29 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 38086 |            |             0 |       38086 | users_id_seq
+ 38091 |            |             0 |       38091 | pg_toast_38087
+ 38092 |            |             0 |       38092 | pg_toast_38087_index
+ 38087 |            |             0 |       38087 | users
+ 38253 |            |             0 |       38253 | foo
+ 38457 |            |             0 |       38457 | forc_test
+ 38885 |            |             0 |       38885 | pg_toast_38882
+ 38886 |            |             0 |       38886 | pg_toast_38882_index
...
tap
[22:31:25.154](73.143s) not ok 5 - regression tests pass
tap
[22:31:59.155](73.754s) not ok 2 - regression tests pass
test
[22:33:40.668]  43/312 postgresql:regress / regress/regress                                            ERROR            ...
[22:33:40.668] 129/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[22:33:40.668] 154/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/alter_table.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg...
--- /Users/admin/pgsql/src/test/regress/expected/alter_table.out	2024-10-27 22:28:13
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_table.out	2024-10-27 22:30:22
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37915 |            |             0 |       37915 | pktable_pkey
+ 37912 |            |             0 |       37912 | pktable
+ 37918 |            |             0 |       37918 | fktable
+ 38381 |            |             0 |       38386 | foo
+ 38390 |            |             0 |       38390 | pg_toast_38381_index
+ 38389 |            |             0 |       38389 | pg_toast_38381
+ 38673 |            |             0 |       38673 | old_oids
+ 38690 |            |             0 |       38690 | pg_toast_38687
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/alter_table.out /Users/admin/pgsql/build/testrun/recovery/027_stre...
--- /Users/admin/pgsql/src/test/regress/expected/alter_table.out	2024-10-27 22:28:13
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/alter_table.out	2024-10-27 22:31:34
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37710 |            |             0 |       37710 | pktable_pkey
+ 37706 |            |             0 |       37706 | pktable
+ 37713 |            |             0 |       37713 | fktable
+ 38326 |            |             0 |       38332 | foo
+ 38336 |            |             0 |       38336 | pg_toast_38326_index
+ 38335 |            |             0 |       38335 | pg_toast_38326
+ 38588 |            |             0 |       38588 | old_oids
+ 38606 |            |             0 |       38606 | pg_toast_38603
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/alter_table.out /Users/admin/pgsql/build/testrun/regress/regress/r...
--- /Users/admin/pgsql/src/test/regress/expected/alter_table.out	2024-10-27 22:28:13
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/alter_table.out	2024-10-27 22:30:22
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37588 |            |             0 |       37588 | pktable_pkey
+ 37585 |            |             0 |       37585 | pktable
+ 37850 |            |             0 |       37850 | fktable
+ 38417 |            |             0 |       38425 | foo
+ 38429 |            |             0 |       38429 | pg_toast_38417_index
+ 38428 |            |             0 |       38428 | pg_toast_38417
+ 38668 |            |             0 |       38668 | old_oids
+ 38685 |            |             0 |       38685 | pg_toast_38682
...
tap
[22:30:31.671](56.691s) not ok 5 - regression tests pass
tap
[22:31:40.569](67.810s) not ok 2 - regression tests pass
test
[22:34:17.254]  26/312 postgresql:regress / regress/regress                                            ERROR            ...
[22:34:17.254]  46/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[22:34:17.254] 141/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/alter_table.out C:/cirrus/build/testrun/pg_upgrade/002_...
--- C:/cirrus/src/test/regress/expected/alter_table.out	2024-10-27 22:28:32.149289100 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_table.out	2024-10-27 22:32:01.662648300 +0000
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37587 |            |             0 |       37587 | pktable_pkey
+ 37584 |            |             0 |       37584 | pktable
+ 37592 |            |             0 |       37592 | fktable
+ 38041 |            |             0 |       38048 | foo
+ 38052 |            |             0 |       38052 | pg_toast_38041_index
+ 38051 |            |             0 |       38051 | pg_toast_38041
+ 38321 |            |             0 |       38321 | old_oids
+ 38341 |            |             0 |       38341 | pg_toast_38338
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/alter_table.out C:/cirrus/build/testrun/recovery/027_st...
--- C:/cirrus/src/test/regress/expected/alter_table.out	2024-10-27 22:28:32.149289100 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/alter_table.out	2024-10-27 22:34:20.837431000 +0000
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37339 |            |             0 |       37339 | pktable_pkey
+ 37332 |            |             0 |       37332 | pktable
+ 37347 |            |             0 |       37347 | fktable
+ 38036 |            |             0 |       38042 | foo
+ 38046 |            |             0 |       38046 | pg_toast_38036_index
+ 38045 |            |             0 |       38045 | pg_toast_38036
+ 38257 |            |             0 |       38257 | old_oids
+ 38287 |            |             0 |       38287 | pg_toast_38284
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/alter_table.out C:/cirrus/build/testrun/regress/regress...
--- C:/cirrus/src/test/regress/expected/alter_table.out	2024-10-27 22:28:32.149289100 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/alter_table.out	2024-10-27 22:31:55.963437500 +0000
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 36907 |            |             0 |       36907 | pktable_pkey
+ 36900 |            |             0 |       36900 | pktable
+ 36917 |            |             0 |       36917 | fktable
+ 38054 |            |             0 |       38061 | foo
+ 38065 |            |             0 |       38065 | pg_toast_38054_index
+ 38064 |            |             0 |       38064 | pg_toast_38054
+ 38294 |            |             0 |       38294 | old_oids
+ 38311 |            |             0 |       38311 | pg_toast_38308
...
tap
[22:32:16.074](102.898s) not ok 5 - regression tests pass
tap
[22:34:40.985](130.260s) not ok 2 - regression tests pass
test
[22:41:50.900]  19/307 postgresql:regress / regress/regress                                            ERROR           1...
[22:41:50.900]  37/307 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[22:41:50.900]  91/307 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5031 Remove dependence on integer wrapping
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/date.out C:/cirrus/build/testrun/pg_upgrade/002_pg_upgr...
--- C:/cirrus/src/test/regress/expected/date.out	2024-10-27 21:50:30.578614100 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/date.out	2024-10-27 21:52:37.303268800 +0000
@@ -1533,4 +1533,4 @@
 select make_time(24, 0, 2.1);
 ERROR:  time field value out of range: 24:00:2.1
 SELECT make_date(-2147483648, 1, 1);
-ERROR:  date field value out of range: -2147483648-01-01
+ERROR:  date field value out of range: 24301-01-01
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/date.out C:/cirrus/build/testrun/recovery/027_stream_re...
--- C:/cirrus/src/test/regress/expected/date.out	2024-10-27 21:50:30.578614100 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/date.out	2024-10-27 21:54:48.662033300 +0000
@@ -1533,4 +1533,4 @@
 select make_time(24, 0, 2.1);
 ERROR:  time field value out of range: 24:00:2.1
 SELECT make_date(-2147483648, 1, 1);
-ERROR:  date field value out of range: -2147483648-01-01
+ERROR:  date field value out of range: 24301-01-01
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/date.out C:/cirrus/build/testrun/regress/regress/result...
--- C:/cirrus/src/test/regress/expected/date.out	2024-10-27 21:50:30.578614100 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/date.out	2024-10-27 21:52:33.313778900 +0000
@@ -1533,4 +1533,4 @@
 select make_time(24, 0, 2.1);
 ERROR:  time field value out of range: 24:00:2.1
 SELECT make_date(-2147483648, 1, 1);
-ERROR:  date field value out of range: -2147483648-01-01
+ERROR:  date field value out of range: 24301-01-01
tap
[21:54:20.455](109.565s) not ok 5 - regression tests pass
tap
[21:56:33.045](114.978s) not ok 2 - regression tests pass
test
[22:02:56.632]   6/307 postgresql:regress / regress/regress                                            ERROR           1...
[22:02:56.632]  38/307 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[22:02:56.632]  89/307 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/4810 COPY ON_ERROR 'NULL'
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_u...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-10-27 18:42:30.161479000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/copy2.out	2024-10-27 18:43:54.293412000 +0...
@@ -139,7 +139,7 @@
 LINE 1: COPY x from stdin (log_verbosity unsupported);
                            ^
 COPY x from stdin with (reject_limit 1);
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 COPY x from stdin with (on_error ignore, reject_limit 0);
 ERROR:  REJECT_LIMIT (0) must be greater than zero
 -- too many columns in column list: should fail
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-10-27 18:42:30.161479000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/copy2.out	2024-10-27 18:44:45.543623000 ...
@@ -139,7 +139,7 @@
 LINE 1: COPY x from stdin (log_verbosity unsupported);
                            ^
 COPY x from stdin with (reject_limit 1);
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 COPY x from stdin with (on_error ignore, reject_limit 0);
 ERROR:  REJECT_LIMIT (0) must be greater than zero
 -- too many columns in column list: should fail
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/build/testrun/regress/regress/res...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-10-27 18:42:30.161479000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/copy2.out	2024-10-27 18:43:54.913465000 +0000
@@ -139,7 +139,7 @@
 LINE 1: COPY x from stdin (log_verbosity unsupported);
                            ^
 COPY x from stdin with (reject_limit 1);
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 COPY x from stdin with (on_error ignore, reject_limit 0);
 ERROR:  REJECT_LIMIT (0) must be greater than zero
 -- too many columns in column list: should fail
tap
[18:44:09.899](57.224s) not ok 5 - regression tests pass
tap
[18:45:01.341](70.531s) not ok 2 - regression tests pass
test
[18:46:54.772]  40/312 postgresql:regress / regress/regress                                            ERROR            ...
[18:46:54.772]  70/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[18:46:54.772] 153/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/resu...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-10-27 18:42:33.032396526 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/copy2.out	2024-10-27 18:48:06.408401029 +0000
@@ -139,7 +139,7 @@
 LINE 1: COPY x from stdin (log_verbosity unsupported);
                            ^
 COPY x from stdin with (reject_limit 1);
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 COPY x from stdin with (on_error ignore, reject_limit 0);
 ERROR:  REJECT_LIMIT (0) must be greater than zero
 -- too many columns in column list: should fail
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/src/test/recovery/tmp_check/resul...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-10-27 18:42:33.032396526 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/copy2.out	2024-10-27 18:49:25.880493334 +0000
@@ -139,7 +139,7 @@
 LINE 1: COPY x from stdin (log_verbosity unsupported);
                            ^
 COPY x from stdin with (reject_limit 1);
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 COPY x from stdin with (on_error ignore, reject_limit 0);
 ERROR:  REJECT_LIMIT (0) must be greater than zero
 -- too many columns in column list: should fail
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/src/test/regress/results/copy2.ou...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-10-27 18:42:33.032396526 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/copy2.out	2024-10-27 18:45:36.489158693 +0000
@@ -139,7 +139,7 @@
 LINE 1: COPY x from stdin (log_verbosity unsupported);
                            ^
 COPY x from stdin with (reject_limit 1);
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 COPY x from stdin with (on_error ignore, reject_limit 0);
 ERROR:  REJECT_LIMIT (0) must be greater than zero
 -- too many columns in column list: should fail
tap
[18:48:17.010](84.250s) not ok 5 - regression tests pass
tap
[18:49:36.406](61.849s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_u...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-10-27 18:42:37.701148996 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/copy2.out	2024-10-27 18:45:17.563086930 +0...
@@ -139,7 +139,7 @@
 LINE 1: COPY x from stdin (log_verbosity unsupported);
                            ^
 COPY x from stdin with (reject_limit 1);
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 COPY x from stdin with (on_error ignore, reject_limit 0);
 ERROR:  REJECT_LIMIT (0) must be greater than zero
 -- too many columns in column list: should fail
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-10-27 18:42:37.701148996 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/copy2.out	2024-10-27 18:45:53.047077395 ...
@@ -139,7 +139,7 @@
 LINE 1: COPY x from stdin (log_verbosity unsupported);
                            ^
 COPY x from stdin with (reject_limit 1);
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 COPY x from stdin with (on_error ignore, reject_limit 0);
 ERROR:  REJECT_LIMIT (0) must be greater than zero
 -- too many columns in column list: should fail
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/build/testrun/regress/regress/res...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-10-27 18:42:37.701148996 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/copy2.out	2024-10-27 18:45:08.207079708 +0000
@@ -139,7 +139,7 @@
 LINE 1: COPY x from stdin (log_verbosity unsupported);
                            ^
 COPY x from stdin with (reject_limit 1);
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 COPY x from stdin with (on_error ignore, reject_limit 0);
 ERROR:  REJECT_LIMIT (0) must be greater than zero
 -- too many columns in column list: should fail
tap
[18:45:30.392](75.070s) not ok 5 - regression tests pass
tap
[18:46:04.187](75.093s) not ok 2 - regression tests pass
test
[18:47:43.659]  43/312 postgresql:regress / regress/regress                                            ERROR            ...
[18:47:43.659] 136/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[18:47:43.659] 156/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
macOS - Sonoma - Meson
core
[18:52:19.778]   * frame #0: 0x000000019ee9d7ec dyld`dyld4::Atlas::ProcessSnapshot::addSharedCacheImage(mach_header cons...
[18:52:19.778]     frame #1: 0x000000019ee998fc dyld`dyld4::ExternallyViewableState::addImages(lsl::Allocator&, lsl::All...
[18:52:19.778]     frame #2: 0x000000019ee682c4 dyld`dyld4::RuntimeState::notifyDebuggerLoad(std::__1::span<dyld4::Loade...
[18:52:19.778]     frame #3: 0x000000019ee5b998 dyld`dyld4::prepare(dyld4::APIs&, dyld3::MachOAnalyzer const*) + 1500
[18:52:19.778]     frame #4: 0x000000019ee5aef4 dyld`start + 1868
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/copy2.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgra...
--- /Users/admin/pgsql/src/test/regress/expected/copy2.out	2024-10-27 18:42:33
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/copy2.out	2024-10-27 18:44:33
@@ -139,7 +139,7 @@
 LINE 1: COPY x from stdin (log_verbosity unsupported);
                            ^
 COPY x from stdin with (reject_limit 1);
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 COPY x from stdin with (on_error ignore, reject_limit 0);
 ERROR:  REJECT_LIMIT (0) must be greater than zero
 -- too many columns in column list: should fail
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/copy2.out /Users/admin/pgsql/build/testrun/recovery/027_stream_reg...
--- /Users/admin/pgsql/src/test/regress/expected/copy2.out	2024-10-27 18:42:33
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/copy2.out	2024-10-27 18:45:49
@@ -139,7 +139,7 @@
 LINE 1: COPY x from stdin (log_verbosity unsupported);
                            ^
 COPY x from stdin with (reject_limit 1);
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 COPY x from stdin with (on_error ignore, reject_limit 0);
 ERROR:  REJECT_LIMIT (0) must be greater than zero
 -- too many columns in column list: should fail
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/copy2.out /Users/admin/pgsql/build/testrun/regress/regress/results...
--- /Users/admin/pgsql/src/test/regress/expected/copy2.out	2024-10-27 18:42:33
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/copy2.out	2024-10-27 18:44:34
@@ -139,7 +139,7 @@
 LINE 1: COPY x from stdin (log_verbosity unsupported);
                            ^
 COPY x from stdin with (reject_limit 1);
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 COPY x from stdin with (on_error ignore, reject_limit 0);
 ERROR:  REJECT_LIMIT (0) must be greater than zero
 -- too many columns in column list: should fail
tap
[18:44:45.366](54.195s) not ok 5 - regression tests pass
tap
[18:46:09.987](82.784s) not ok 2 - regression tests pass
test
[18:49:18.097]  26/312 postgresql:regress / regress/regress                                            ERROR            ...
[18:49:18.097]  45/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[18:49:18.097] 147/312 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/copy2.out C:/cirrus/build/testrun/pg_upgrade/002_pg_upg...
--- C:/cirrus/src/test/regress/expected/copy2.out	2024-10-27 18:42:25.785442600 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/copy2.out	2024-10-27 18:46:09.405367600 +0000
@@ -139,7 +139,7 @@
 LINE 1: COPY x from stdin (log_verbosity unsupported);
                            ^
 COPY x from stdin with (reject_limit 1);
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 COPY x from stdin with (on_error ignore, reject_limit 0);
 ERROR:  REJECT_LIMIT (0) must be greater than zero
 -- too many columns in column list: should fail
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/copy2.out C:/cirrus/build/testrun/recovery/027_stream_r...
--- C:/cirrus/src/test/regress/expected/copy2.out	2024-10-27 18:42:25.785442600 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/copy2.out	2024-10-27 18:48:42.466882800 +0000
@@ -139,7 +139,7 @@
 LINE 1: COPY x from stdin (log_verbosity unsupported);
                            ^
 COPY x from stdin with (reject_limit 1);
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 COPY x from stdin with (on_error ignore, reject_limit 0);
 ERROR:  REJECT_LIMIT (0) must be greater than zero
 -- too many columns in column list: should fail
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/copy2.out C:/cirrus/build/testrun/regress/regress/resul...
--- C:/cirrus/src/test/regress/expected/copy2.out	2024-10-27 18:42:25.785442600 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/copy2.out	2024-10-27 18:45:57.413188300 +0000
@@ -139,7 +139,7 @@
 LINE 1: COPY x from stdin (log_verbosity unsupported);
                            ^
 COPY x from stdin with (reject_limit 1);
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 COPY x from stdin with (on_error ignore, reject_limit 0);
 ERROR:  REJECT_LIMIT (0) must be greater than zero
 -- too many columns in column list: should fail
tap
[18:46:27.875](119.134s) not ok 5 - regression tests pass
tap
[18:49:03.382](138.135s) not ok 2 - regression tests pass
test
[18:55:12.564]  18/307 postgresql:regress / regress/regress                                            ERROR           1...
[18:55:12.564]  38/307 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[18:55:12.564] 107/307 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5252 Trim the heap free memory
CompilerWarnings
compiler
[18:15:21.160] postgres.c:2825:47: error: initialization of ‘char *’ from ‘int’ makes pointer from integer without a cas...
compiler
[18:15:21.160] postgres.c:2828:25: error: implicit declaration of function ‘malloc_trim’ [-Werror=implicit-function-decl...
compiler
[18:15:21.160] postgres.c:2825:47: error: implicit declaration of function ‘sbrk’ [-Werror=implicit-function-declaration...
compiler
[18:15:21.160] postgres.c:2829:33: error: assignment to ‘char *’ from ‘int’ makes pointer from integer without a cast [-...
Linux - Debian Bookworm - Autoconf
tap
[18:14:59.037](0.001s) not ok 28 - options --locale-provider=icu --locale=und --lc-*=C: no stderr
Linux - Debian Bookworm - Meson
core
[18:19:12.343] #0  0x00007f1983caed24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[18:19:12.343] #1  0x00007f1983c5b239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[18:19:12.343] #2  0x00007f1983d16184 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[18:19:12.343] #3  0x00007f1983d287dc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[18:19:12.343] #0  <unavailable> in ?? ()
tap
[18:16:31.124](0.001s) not ok 28 - options --locale-provider=icu --locale=und --lc-*=C: no stderr
test
[18:17:59.122] 171/312 postgresql:initdb / initdb/001_initdb                                           ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[18:14:47.891] tcop_postgres.c.obj : error LNK2019: unresolved external symbol malloc_trim referenced in function finish...
compiler
[18:14:47.891] tcop_postgres.c.obj : error LNK2019: unresolved external symbol sbrk referenced in function finish_xact_c...
compiler
[18:14:37.376] ../src/backend/tcop/postgres.c(2825): warning C4047: 'initializing': 'char *' differs in levels of indire...
compiler
[18:14:37.376] ../src/backend/tcop/postgres.c(2829): warning C4047: '=': 'char *' differs in levels of indirection from ...
50/5238 Add parallel columns for seq scan and index scan on pg_stat_all_tables and _indexes
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/stats.out C:/cirrus/build/testrun/regress/regress/resul...
--- C:/cirrus/src/test/regress/expected/stats.out	2024-10-27 17:41:08.160976800 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/stats.out	2024-10-27 17:44:52.531618800 +0000
@@ -846,7 +846,7 @@
 FROM pg_stat_all_tables WHERE relid = 'test_parallel_scan'::regclass;
  parallel_seq_scan | parallel_idx_scan 
 -------------------+-------------------
-                 3 |                 2
+                 2 |                 2
 (1 row)
 
 SELECT last_parallel_seq_scan AS test_last_seq, last_parallel_idx_scan AS test_last_idx
@@ -895,7 +895,7 @@
 FROM pg_stat_all_tables WHERE relid = 'test_parallel_scan'::regclass;
  parallel_seq_scan | seq_ok | parallel_idx_scan | idx_ok 
 -------------------+--------+-------------------+--------
-                 6 | t      |                 2 | t
+                 5 | t      |                 2 | t
 (1 row)
 
...
test
[17:53:34.758]  24/307 postgresql:regress / regress/regress                                            ERROR           1...
51/5061 New function rand_array() to contrib/tablefunc
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/tablefunc/expected/tablefunc.out /tmp/cirrus-ci-build/build/testrun/tablefunc/regr...
--- /tmp/cirrus-ci-build/contrib/tablefunc/expected/tablefunc.out	2024-10-27 17:25:29.410646000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/tablefunc/regress/results/tablefunc.out	2024-10-27 17:28:00.681541000 +0000
@@ -1,17 +1,20 @@
 CREATE EXTENSION tablefunc;
+ERROR:  extension "tablefunc" has no installation script nor update path for version "1.1"
 --
 -- normal_rand()
 -- no easy way to do this for regression testing
 --
 SELECT avg(normal_rand)::int, count(*) FROM normal_rand(100, 250, 0.2);
- avg | count 
------+-------
- 250 |   100
-(1 row)
-
+ERROR:  function normal_rand(integer, integer, numeric) does not exist
+LINE 1: SELECT avg(normal_rand)::int, count(*) FROM normal_rand(100,...
+                                                    ^
+HINT:  No function matches the given name and argument types. You might need to add explicit type casts.
...
test
[17:30:09.266]  93/312 postgresql:tablefunc / tablefunc/regress                                        ERROR            ...
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/tablefunc/expected/tablefunc.out /tmp/cirrus-ci-build/build/testrun/tablefunc/regr...
--- /tmp/cirrus-ci-build/contrib/tablefunc/expected/tablefunc.out	2024-10-27 17:25:25.884163871 +0000
+++ /tmp/cirrus-ci-build/build/testrun/tablefunc/regress/results/tablefunc.out	2024-10-27 17:29:41.897983458 +0000
@@ -1,17 +1,20 @@
 CREATE EXTENSION tablefunc;
+ERROR:  extension "tablefunc" has no installation script nor update path for version "1.1"
 --
 -- normal_rand()
 -- no easy way to do this for regression testing
 --
 SELECT avg(normal_rand)::int, count(*) FROM normal_rand(100, 250, 0.2);
- avg | count 
------+-------
- 250 |   100
-(1 row)
-
+ERROR:  function normal_rand(integer, integer, numeric) does not exist
+LINE 1: SELECT avg(normal_rand)::int, count(*) FROM normal_rand(100,...
+                                                    ^
+HINT:  No function matches the given name and argument types. You might need to add explicit type casts.
...
test
[17:31:31.992]  91/312 postgresql:tablefunc / tablefunc/regress                                        ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/contrib/tablefunc/expected/tablefunc.out /Users/admin/pgsql/build/testrun/tablefunc/regress/...
--- /Users/admin/pgsql/contrib/tablefunc/expected/tablefunc.out	2024-10-27 17:25:21
+++ /Users/admin/pgsql/build/testrun/tablefunc/regress/results/tablefunc.out	2024-10-27 17:28:59
@@ -1,17 +1,20 @@
 CREATE EXTENSION tablefunc;
+ERROR:  extension "tablefunc" has no installation script nor update path for version "1.1"
 --
 -- normal_rand()
 -- no easy way to do this for regression testing
 --
 SELECT avg(normal_rand)::int, count(*) FROM normal_rand(100, 250, 0.2);
- avg | count 
------+-------
- 250 |   100
-(1 row)
-
+ERROR:  function normal_rand(integer, integer, numeric) does not exist
+LINE 1: SELECT avg(normal_rand)::int, count(*) FROM normal_rand(100,...
+                                                    ^
+HINT:  No function matches the given name and argument types. You might need to add explicit type casts.
...
test
[17:31:52.817]  93/312 postgresql:tablefunc / tablefunc/regress                                        ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/contrib/tablefunc/expected/tablefunc.out C:/cirrus/build/testrun/tablefunc/regres...
--- C:/cirrus/contrib/tablefunc/expected/tablefunc.out	2024-10-27 17:25:38.290943700 +0000
+++ C:/cirrus/build/testrun/tablefunc/regress/results/tablefunc.out	2024-10-27 17:32:06.048812700 +0000
@@ -1,17 +1,20 @@
 CREATE EXTENSION tablefunc;
+ERROR:  extension "tablefunc" has no installation script nor update path for version "1.1"
 --
 -- normal_rand()
 -- no easy way to do this for regression testing
 --
 SELECT avg(normal_rand)::int, count(*) FROM normal_rand(100, 250, 0.2);
- avg | count 
------+-------
- 250 |   100
-(1 row)
-
+ERROR:  function normal_rand(integer, integer, numeric) does not exist
+LINE 1: SELECT avg(normal_rand)::int, count(*) FROM normal_rand(100,...
+                                                    ^
+HINT:  No function matches the given name and argument types. You might need to add explicit type casts.
...
test
[17:37:45.971]  89/307 postgresql:tablefunc / tablefunc/regress                                        ERROR            ...
51/5242 Fix RelationTruncate() corruption
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[17:13:57.797] ../src/backend/storage/smgr/smgr.c(732): warning C4098: 'smgrtruncate': 'void' function returning a value
51/5326 Parallel heap vacuum
FreeBSD - 13 - Meson
assertion
TRAP: failed Assert("vacrel->do_index_vacuuming"), File: "../src/backend/access/heap/vacuumlazy.c", Line: 2522, PID: 200...
assertion
TRAP: failed Assert("vacrel->do_index_vacuuming"), File: "../src/backend/access/heap/vacuumlazy.c", Line: 2522, PID: 200...
assertion
TRAP: failed Assert("vacrel->do_index_vacuuming"), File: "../src/backend/access/heap/vacuumlazy.c", Line: 2522, PID: 200...
core
[16:46:50.846] #0  0x000000082c29041a in thr_kill () from /lib/libc.so.7
[16:46:50.846] #1  0x000000082c209e64 in raise () from /lib/libc.so.7
[16:46:50.846] #2  0x000000082c2ba6f9 in abort () from /lib/libc.so.7
[16:46:50.846] #3  0x0000000000a977b5 in ExceptionalCondition (conditionName=0x30164b "vacrel->do_index_vacuuming", file...
[16:46:50.846] #4  0x000000000060dd81 in lazy_vacuum_heap_page (vacrel=0x8214bc020, blkno=16, buffer=103, deadoffsets=0x...
[16:46:50.846] #5  do_lazy_vacuum_heap_rel (vacrel=vacrel@entry=0x8214bc020, iter=0x836bf9ab8) at ../src/backend/access/...
[16:46:50.846] #6  0x000000000060d8ed in heap_parallel_vacuum_scan_worker (rel=0x836b66f78, pvs=0x8214bc160, pwcxt=<opti...
[16:46:50.846] #7  0x00000000007518fe in table_parallel_vacuum_scan (rel=0x18d98, pvs=0x8214bc160, pwcxt=0x0) at ../src/...
[16:46:50.846] #8  parallel_vacuum_process_table (pvs=0x8214bc160) at ../src/backend/commands/vacuumparallel.c:1166
[16:46:50.846] #9  parallel_vacuum_main (seg=0x836a3ef98, toc=0x841146000) at ../src/backend/commands/vacuumparallel.c:1...
core
[16:46:51.128] #0  0x000000082c29041a in thr_kill () from /lib/libc.so.7
[16:46:51.128] #1  0x000000082c209e64 in raise () from /lib/libc.so.7
[16:46:51.128] #2  0x000000082c2ba6f9 in abort () from /lib/libc.so.7
[16:46:51.128] #3  0x0000000000a977b5 in ExceptionalCondition (conditionName=0x30164b "vacrel->do_index_vacuuming", file...
[16:46:51.128] #4  0x000000000060dd81 in lazy_vacuum_heap_page (vacrel=0x8214bc020, blkno=15, buffer=99, deadoffsets=0x8...
[16:46:51.128] #5  do_lazy_vacuum_heap_rel (vacrel=vacrel@entry=0x8214bc020, iter=0x836bf9ab8) at ../src/backend/access/...
[16:46:51.128] #6  0x000000000060d8ed in heap_parallel_vacuum_scan_worker (rel=0x836b66f78, pvs=0x8214bc160, pwcxt=<opti...
[16:46:51.128] #7  0x00000000007518fe in table_parallel_vacuum_scan (rel=0x18d8a, pvs=0x8214bc160, pwcxt=0x0) at ../src/...
[16:46:51.128] #8  parallel_vacuum_process_table (pvs=0x8214bc160) at ../src/backend/commands/vacuumparallel.c:1166
[16:46:51.128] #9  parallel_vacuum_main (seg=0x836a3ef98, toc=0x840546000) at ../src/backend/commands/vacuumparallel.c:1...
core
[16:46:50.558] #0  0x000000082c29041a in thr_kill () from /lib/libc.so.7
[16:46:50.558] #1  0x000000082c209e64 in raise () from /lib/libc.so.7
[16:46:50.558] #2  0x000000082c2ba6f9 in abort () from /lib/libc.so.7
[16:46:50.558] #3  0x0000000000a977b5 in ExceptionalCondition (conditionName=0x30164b "vacrel->do_index_vacuuming", file...
[16:46:50.558] #4  0x000000000060dd81 in lazy_vacuum_heap_page (vacrel=0x8214bc020, blkno=14, buffer=97, deadoffsets=0x8...
[16:46:50.558] #5  do_lazy_vacuum_heap_rel (vacrel=vacrel@entry=0x8214bc020, iter=0x836bf9ab8) at ../src/backend/access/...
[16:46:50.558] #6  0x000000000060d8ed in heap_parallel_vacuum_scan_worker (rel=0x836b66f78, pvs=0x8214bc160, pwcxt=<opti...
[16:46:50.558] #7  0x00000000007518fe in table_parallel_vacuum_scan (rel=0x18d83, pvs=0x8214bc160, pwcxt=0x0) at ../src/...
[16:46:50.558] #8  parallel_vacuum_process_table (pvs=0x8214bc160) at ../src/backend/commands/vacuumparallel.c:1166
[16:46:50.558] #9  parallel_vacuum_main (seg=0x836a3ef98, toc=0x840b46000) at ../src/backend/commands/vacuumparallel.c:1...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/vacuum_parallel.out /tmp/cirrus-ci-build/build/testrun/recovery/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/vacuum_parallel.out	2024-10-27 16:40:41.550757000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/vacuum_parallel.out	2024-10-27 16:43:23....
@@ -40,10 +40,10 @@
 -- Parallel VACUUM with B-Tree page deletions, ambulkdelete calls:
 DELETE FROM parallel_vacuum_table;
 VACUUM (PARALLEL 4, INDEX_CLEANUP ON) parallel_vacuum_table;
--- Since vacuum_in_leader_small_index uses deduplication, we expect an
--- assertion failure with bug #17245 (in the absence of bugfix):
-INSERT INTO parallel_vacuum_table SELECT i FROM generate_series(1, 10000) i;
-RESET max_parallel_maintenance_workers;
-RESET min_parallel_index_scan_size;
--- Deliberately don't drop table, to get further coverage from tools like
--- pg_amcheck in some testing scenarios
+WARNING:  terminating connection because of crash of another server process
+DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because anothe...
+HINT:  In a moment you should be able to reconnect to the database and repeat your command.
+server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
...
tap
[16:43:26.099](47.661s) not ok 2 - regression tests pass
test
[16:45:35.707]  77/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Meson
core
[16:52:48.049] #0  0x00007f445cb39b13 in wait4 () from /lib/x86_64-linux-gnu/libc.so.6
[16:52:48.049] #1  0x000055f5e2030cc0 in ?? ()
[16:52:48.049] #2  0x000055f5e2030efa in ?? ()
[16:52:48.049] #3  0x000055f5e2032630 in ?? ()
[16:52:48.049] #4  0x000055f5e202c371 in ?? ()
[16:52:48.049] #5  0x000055f5e202b20f in ?? ()
[16:52:48.049] #6  0x000055f5e202bc3b in ?? ()
[16:52:48.049] #7  0x000055f5e202966f in ?? ()
[16:52:48.049] #8  0x00007f445ca8d24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[16:52:48.049] #9  0x00007f445ca8d305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[16:52:48.179] #0  0x00007f38be5a135a in ?? () from /lib64/ld-linux-x86-64.so.2
[16:52:48.179] #1  0x00007f38be5b0c99 in ?? () from /lib64/ld-linux-x86-64.so.2
[16:52:48.179] #2  0x00007f38be5ad22f in ?? () from /lib64/ld-linux-x86-64.so.2
[16:52:48.179] #3  0x00007f38be5aebac in ?? () from /lib64/ld-linux-x86-64.so.2
[16:52:48.179] #4  0x00007f38be5ada58 in ?? () from /lib64/ld-linux-x86-64.so.2
[16:52:48.179] #5  0x0000000000000003 in ?? ()
[16:52:48.179] #6  0x00007ffdc63a53f4 in ?? ()
[16:52:48.179] #7  0x00007ffdc63a53f7 in ?? ()
[16:52:48.179] #8  0x00007ffdc63a549e in ?? ()
[16:52:48.179] #9  0x0000000000000000 in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/vacuum_parallel.out /tmp/cirrus-ci-build/build-32/testrun/pg_upg...
--- /tmp/cirrus-ci-build/src/test/regress/expected/vacuum_parallel.out	2024-10-27 16:40:41.868364725 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/pg_upgrade/002_pg_upgrade/data/results/vacuum_parallel.out	2024-10-27 16:48:46...
@@ -40,6 +40,10 @@
 -- Parallel VACUUM with B-Tree page deletions, ambulkdelete calls:
 DELETE FROM parallel_vacuum_table;
 VACUUM (PARALLEL 4, INDEX_CLEANUP ON) parallel_vacuum_table;
+ERROR:  could not open file "base/16387/31559.1" (target block 2139062020): previous segment is only 40 blocks
+CONTEXT:  while vacuuming block 2139062020 of relation "(null).parallel_vacuum_table"
+parallel worker
+while vacuuming block 2139062016 of relation "public.parallel_vacuum_table"
 -- Since vacuum_in_leader_small_index uses deduplication, we expect an
 -- assertion failure with bug #17245 (in the absence of bugfix):
 INSERT INTO parallel_vacuum_table SELECT i FROM generate_series(1, 10000) i;
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/vacuum_parallel.out /tmp/cirrus-ci-build/build-32/testrun/recove...
--- /tmp/cirrus-ci-build/src/test/regress/expected/vacuum_parallel.out	2024-10-27 16:40:41.868364725 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/recovery/027_stream_regress/data/results/vacuum_parallel.out	2024-10-27 16:49:...
@@ -40,6 +40,10 @@
 -- Parallel VACUUM with B-Tree page deletions, ambulkdelete calls:
 DELETE FROM parallel_vacuum_table;
 VACUUM (PARALLEL 4, INDEX_CLEANUP ON) parallel_vacuum_table;
+ERROR:  could not open file "base/16384/31174.1" (target block 2139062019): previous segment is only 40 blocks
+CONTEXT:  while vacuuming block 2139062019 of relation "(null).parallel_vacuum_table"
+parallel worker
+while vacuuming block 2139062016 of relation "public.parallel_vacuum_table"
 -- Since vacuum_in_leader_small_index uses deduplication, we expect an
 -- assertion failure with bug #17245 (in the absence of bugfix):
 INSERT INTO parallel_vacuum_table SELECT i FROM generate_series(1, 10000) i;
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/vacuum_parallel.out /tmp/cirrus-ci-build/build-32/testrun/regres...
--- /tmp/cirrus-ci-build/src/test/regress/expected/vacuum_parallel.out	2024-10-27 16:40:41.868364725 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/regress/regress/results/vacuum_parallel.out	2024-10-27 16:48:41.410190664 +000...
@@ -40,6 +40,8 @@
 -- Parallel VACUUM with B-Tree page deletions, ambulkdelete calls:
 DELETE FROM parallel_vacuum_table;
 VACUUM (PARALLEL 4, INDEX_CLEANUP ON) parallel_vacuum_table;
+ERROR:  could not open file "base/16384/31210.1" (target block 2139062016): previous segment is only 40 blocks
+CONTEXT:  while vacuuming block 2139062016 of relation "public.parallel_vacuum_table"
 -- Since vacuum_in_leader_small_index uses deduplication, we expect an
 -- assertion failure with bug #17245 (in the absence of bugfix):
 INSERT INTO parallel_vacuum_table SELECT i FROM generate_series(1, 10000) i;
tap
[16:49:13.795](72.689s) not ok 5 - regression tests pass
tap
[16:49:49.444](74.017s) not ok 2 - regression tests pass
test
[16:51:37.933]  30/312 postgresql:regress / regress/regress                                            ERROR            ...
[16:51:37.933] 129/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[16:51:37.933] 153/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
assertion
TRAP: failed Assert("vacrel->num_index_scans > 1 || (vacrel->dead_items_info->num_items == vacrel->scan_stats->lpdead_it...
assertion
TRAP: failed Assert("vacrel->num_index_scans > 1 || (vacrel->dead_items_info->num_items == vacrel->scan_stats->lpdead_it...
assertion
TRAP: failed Assert("vacrel->num_index_scans > 1 || (vacrel->dead_items_info->num_items == vacrel->scan_stats->lpdead_it...
assertion
TRAP: failed Assert("vacrel->num_index_scans > 1 || (vacrel->dead_items_info->num_items == vacrel->scan_stats->lpdead_it...
core
000000b9`b25ff548 00007fff`1272b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b9`b25ff550 00007fff`11b44cb0     ntdll!TppWorkerThread+0x2df
000000b9`b25ff840 00007fff`1279ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b9`b25ff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b9`b2dff488 00007fff`1272b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b9`b2dff490 00007fff`11b44cb0     ntdll!TppWorkerThread+0x2df
000000b9`b2dff780 00007fff`1279ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b9`b2dff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b9`b31ffa78 00007fff`0fd5d71e     ntdll!NtWaitForSingleObject+0x14
000000b9`b31ffa80 00007ff6`491b46ac     KERNELBASE!WaitForSingleObjectEx+0x8e
000000b9`b31ffb20 00007fff`11b44cb0     postgres!pg_timer_thread(
000000b9`b31ffb60 00007fff`1279ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b9`b31ffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b9`b21fe250 00007ff6`494facf8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b9`b21fe290 00007ff6`48db55e4     postgres!ExceptionalCondition(
000000b9`b21fe2d0 00007ff6`48db4fcc     postgres!lazy_vacuum_heap_rel(
000000b9`b21fe340 00007ff6`48db3556     postgres!lazy_vacuum(
000000b9`b21fe380 00007ff6`48db1ad5     postgres!lazy_scan_heap(
000000b9`b21fe400 00007ff6`48fb8b14     postgres!heap_vacuum_rel(
000000b9`b21fe710 00007ff6`48fb9c8b     postgres!table_relation_vacuum(
000000b9`b21fe740 00007ff6`48fb6d0f     postgres!vacuum_rel(
000000b9`b21fe810 00007ff6`48fb6802     postgres!vacuum(
000000b9`b21fe9f0 00007ff6`492cd176     postgres!ExecVacuum(
core
000000b9`b29ff5f8 00007fff`0fda45ca     ntdll!NtFsControlFile+0x14
000000b9`b29ff600 00007ff6`491b2c0b     KERNELBASE!ConnectNamedPipe+0x6a
000000b9`b29ff670 00007fff`11b44cb0     postgres!pg_signal_thread(
000000b9`b29ff770 00007fff`1279ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b9`b29ff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e6`4f7feb50 00007ff6`494facf8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e6`4f7feb90 00007ff6`48db55e4     postgres!ExceptionalCondition(
000000e6`4f7febd0 00007ff6`48db4fcc     postgres!lazy_vacuum_heap_rel(
000000e6`4f7fec40 00007ff6`48db3556     postgres!lazy_vacuum(
000000e6`4f7fec80 00007ff6`48db1ad5     postgres!lazy_scan_heap(
000000e6`4f7fed00 00007ff6`48fb8b14     postgres!heap_vacuum_rel(
000000e6`4f7ff010 00007ff6`48fb9c8b     postgres!table_relation_vacuum(
000000e6`4f7ff040 00007ff6`48fb6d0f     postgres!vacuum_rel(
000000e6`4f7ff110 00007ff6`48fb6802     postgres!vacuum(
000000e6`4f7ff2f0 00007ff6`492cd176     postgres!ExecVacuum(
core
000000e6`507ff848 00007fff`0fd5d71e     ntdll!NtWaitForSingleObject+0x14
000000e6`507ff850 00007ff6`491b46ac     KERNELBASE!WaitForSingleObjectEx+0x8e
000000e6`507ff8f0 00007fff`11b44cb0     postgres!pg_timer_thread(
000000e6`507ff930 00007fff`1279ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e6`507ff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e6`503ff9d8 00007fff`0fda45ca     ntdll!NtFsControlFile+0x14
000000e6`503ff9e0 00007ff6`491b2c0b     KERNELBASE!ConnectNamedPipe+0x6a
000000e6`503ffa50 00007fff`11b44cb0     postgres!pg_signal_thread(
000000e6`503ffb50 00007fff`1279ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e6`503ffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e6`4ffffc18 00007fff`1272b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e6`4ffffc20 00007fff`11b44cb0     ntdll!TppWorkerThread+0x2df
000000e6`4fffff10 00007fff`1279ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e6`4fffff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e6`4fbffb98 00007fff`1272b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e6`4fbffba0 00007fff`11b44cb0     ntdll!TppWorkerThread+0x2df
000000e6`4fbffe90 00007fff`1279ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e6`4fbffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000075`995ffb48 00007fff`0fd5d71e     ntdll!NtWaitForSingleObject+0x14
00000075`995ffb50 00007ff6`491b46ac     KERNELBASE!WaitForSingleObjectEx+0x8e
00000075`995ffbf0 00007fff`11b44cb0     postgres!pg_timer_thread(
00000075`995ffc30 00007fff`1279ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000075`995ffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000075`991ff638 00007fff`0fda45ca     ntdll!NtFsControlFile+0x14
00000075`991ff640 00007ff6`491b2c0b     KERNELBASE!ConnectNamedPipe+0x6a
00000075`991ff6b0 00007fff`11b44cb0     postgres!pg_signal_thread(
00000075`991ff7b0 00007fff`1279ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000075`991ff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000075`98dffb48 00007fff`1272b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000075`98dffb50 00007fff`11b44cb0     ntdll!TppWorkerThread+0x2df
00000075`98dffe40 00007fff`1279ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000075`98dffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000075`989ff758 00007fff`1272b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000075`989ff760 00007fff`11b44cb0     ntdll!TppWorkerThread+0x2df
00000075`989ffa50 00007fff`1279ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000075`989ffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000075`985fe760 00007ff6`494facf8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000075`985fe7a0 00007ff6`48db55e4     postgres!ExceptionalCondition(
00000075`985fe7e0 00007ff6`48db4fcc     postgres!lazy_vacuum_heap_rel(
00000075`985fe850 00007ff6`48db3556     postgres!lazy_vacuum(
00000075`985fe890 00007ff6`48db1ad5     postgres!lazy_scan_heap(
00000075`985fe910 00007ff6`48fb8b14     postgres!heap_vacuum_rel(
00000075`985fec20 00007ff6`48fb9c8b     postgres!table_relation_vacuum(
00000075`985fec50 00007ff6`48fb6d0f     postgres!vacuum_rel(
00000075`985fed20 00007ff6`48fb6802     postgres!vacuum(
00000075`985fef00 00007ff6`492cd176     postgres!ExecVacuum(
core
0000004f`5e7ff518 00007fff`1272b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004f`5e7ff520 00007fff`11b44cb0     ntdll!TppWorkerThread+0x2df
0000004f`5e7ff810 00007fff`1279ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000004f`5e7ff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004f`5efff838 00007fff`0fd5d71e     ntdll!NtWaitForSingleObject+0x14
0000004f`5efff840 00007ff6`491b46ac     KERNELBASE!WaitForSingleObjectEx+0x8e
0000004f`5efff8e0 00007fff`11b44cb0     postgres!pg_timer_thread(
0000004f`5efff920 00007fff`1279ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000004f`5efff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004f`5f3ff468 00007fff`1272b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004f`5f3ff470 00007fff`11b44cb0     ntdll!TppWorkerThread+0x2df
0000004f`5f3ff760 00007fff`1279ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000004f`5f3ff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004f`5e3fe440 00007ff6`494facf8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000004f`5e3fe480 00007ff6`48db55e4     postgres!ExceptionalCondition(
0000004f`5e3fe4c0 00007ff6`48db4fcc     postgres!lazy_vacuum_heap_rel(
0000004f`5e3fe530 00007ff6`48db3556     postgres!lazy_vacuum(
0000004f`5e3fe570 00007ff6`48db1ad5     postgres!lazy_scan_heap(
0000004f`5e3fe5f0 00007ff6`48fb8b14     postgres!heap_vacuum_rel(
0000004f`5e3fe900 00007ff6`48fb9c8b     postgres!table_relation_vacuum(
0000004f`5e3fe930 00007ff6`48fb6d0f     postgres!vacuum_rel(
0000004f`5e3fea00 00007ff6`48fb6802     postgres!vacuum(
0000004f`5e3febe0 00007ff6`492cd176     postgres!ExecVacuum(
core
0000004f`5ebff818 00007fff`0fda45ca     ntdll!NtFsControlFile+0x14
0000004f`5ebff820 00007ff6`491b2c0b     KERNELBASE!ConnectNamedPipe+0x6a
0000004f`5ebff890 00007fff`11b44cb0     postgres!pg_signal_thread(
0000004f`5ebff990 00007fff`1279ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000004f`5ebff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/vacuum.out C:/cirrus/build/testrun/pg_upgrade/002_pg_up...
--- C:/cirrus/src/test/regress/expected/vacuum.out	2024-10-27 16:40:52.378127500 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/vacuum.out	2024-10-27 16:43:15.456788300 +0000
@@ -154,496 +154,7 @@
 -- VACUUM invokes parallel bulk-deletion
 UPDATE pvactst SET i = i WHERE i < 1000;
 VACUUM (PARALLEL 2) pvactst;
-UPDATE pvactst SET i = i WHERE i < 1000;
-VACUUM (PARALLEL 0) pvactst; -- disable parallel vacuum
-VACUUM (PARALLEL -1) pvactst; -- error
-ERROR:  parallel workers for vacuum must be between 0 and 1024
-LINE 1: VACUUM (PARALLEL -1) pvactst;
-                ^
-VACUUM (PARALLEL 2, INDEX_CLEANUP FALSE) pvactst;
-VACUUM (PARALLEL 2, FULL TRUE) pvactst; -- error, cannot use both PARALLEL and FULL
-ERROR:  VACUUM FULL cannot be performed in parallel
-VACUUM (PARALLEL) pvactst; -- error, cannot use PARALLEL option without parallel degree
-ERROR:  parallel option requires a value between 0 and 1024
-LINE 1: VACUUM (PARALLEL) pvactst;
-                ^
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/vacuum.out C:/cirrus/build/testrun/recovery/027_stream_...
--- C:/cirrus/src/test/regress/expected/vacuum.out	2024-10-27 16:40:52.378127500 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/vacuum.out	2024-10-27 16:44:53.983953900 +0000
@@ -154,496 +154,7 @@
 -- VACUUM invokes parallel bulk-deletion
 UPDATE pvactst SET i = i WHERE i < 1000;
 VACUUM (PARALLEL 2) pvactst;
-UPDATE pvactst SET i = i WHERE i < 1000;
-VACUUM (PARALLEL 0) pvactst; -- disable parallel vacuum
-VACUUM (PARALLEL -1) pvactst; -- error
-ERROR:  parallel workers for vacuum must be between 0 and 1024
-LINE 1: VACUUM (PARALLEL -1) pvactst;
-                ^
-VACUUM (PARALLEL 2, INDEX_CLEANUP FALSE) pvactst;
-VACUUM (PARALLEL 2, FULL TRUE) pvactst; -- error, cannot use both PARALLEL and FULL
-ERROR:  VACUUM FULL cannot be performed in parallel
-VACUUM (PARALLEL) pvactst; -- error, cannot use PARALLEL option without parallel degree
-ERROR:  parallel option requires a value between 0 and 1024
-LINE 1: VACUUM (PARALLEL) pvactst;
-                ^
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/vacuum.out C:/cirrus/build/testrun/regress/regress/resu...
--- C:/cirrus/src/test/regress/expected/vacuum.out	2024-10-27 16:40:52.378127500 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/vacuum.out	2024-10-27 16:43:12.075012100 +0000
@@ -154,496 +154,7 @@
 -- VACUUM invokes parallel bulk-deletion
 UPDATE pvactst SET i = i WHERE i < 1000;
 VACUUM (PARALLEL 2) pvactst;
-UPDATE pvactst SET i = i WHERE i < 1000;
-VACUUM (PARALLEL 0) pvactst; -- disable parallel vacuum
-VACUUM (PARALLEL -1) pvactst; -- error
-ERROR:  parallel workers for vacuum must be between 0 and 1024
-LINE 1: VACUUM (PARALLEL -1) pvactst;
-                ^
-VACUUM (PARALLEL 2, INDEX_CLEANUP FALSE) pvactst;
-VACUUM (PARALLEL 2, FULL TRUE) pvactst; -- error, cannot use both PARALLEL and FULL
-ERROR:  VACUUM FULL cannot be performed in parallel
-VACUUM (PARALLEL) pvactst; -- error, cannot use PARALLEL option without parallel degree
-ERROR:  parallel option requires a value between 0 and 1024
-LINE 1: VACUUM (PARALLEL) pvactst;
-                ^
...
tap
[16:44:07.081](76.308s) not ok 5 - regression tests pass
[16:44:12.184](5.080s) not ok 6 - dump before running pg_upgrade
tap
[16:45:31.584](64.359s) not ok 2 - regression tests pass
test
[16:51:59.441]  23/307 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[16:51:59.441]   6/307 postgresql:regress / regress/regress                                            ERROR           1...
[16:51:59.441]  47/307 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
51/4912 CSN snapshots in hot standby
FreeBSD - 13 - Meson
test
[13:48:56.774] 241/313 postgresql:postmaster / postmaster/001_connection_limits                        ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[13:44:33.476](5.701s) Bail out!  pg_ctl start failed
test
[13:57:55.680]  32/308 postgresql:recovery / recovery/019_replslot_limit                               ERROR            ...
[13:57:55.680] 308/308 postgresql:test_misc / test_misc/000_csn_perf                                   ERROR           3...
51/5320 Trigger more frequent autovacuums for insert-heavy tables
FreeBSD - 13 - Meson
test
[12:53:52.570] 242/312 postgresql:postmaster / postmaster/001_connection_limits                        ERROR            ...
51/4997 Return pg_control from pg_backup_stop().
Linux - Debian Bookworm - Meson
core
[12:18:45.687] #0  0x00007fef55ca9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:18:45.687] #1  0x00007fef55c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:18:45.687] #2  0x00007fef55c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:18:45.687] #3  0x00007fef55e1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[12:18:45.687] #4  0x00007fef55e2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[12:18:45.687] #5  0x00007fef55e0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x556c86e0ffe0,...
[12:18:45.687] #6  0x0000556c85f391e1 in backup_control_file (controlFile=controlFile@entry=0x556ca7a6d18c " \r\310͌.\03...
[12:18:45.687] #7  0x0000556c85f3df1d in pg_backup_stop (fcinfo=<optimized out>) at ../src/backend/access/transam/xlogfu...
[12:18:45.687] #8  0x0000556c86113ee2 in ExecInterpExpr (state=0x556ca7a648a0, econtext=0x556ca7a64648, isnull=0x7fff876...
[12:18:45.687] #9  0x0000556c861087b0 in ExecInterpExprStillValid (state=0x556ca7a648a0, econtext=0x556ca7a64648, isNull...
core
[12:18:46.441] #0  0x00007faaff0a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:18:46.441] #1  0x00007faaff05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:18:46.441] #2  0x00007faaff045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:18:46.441] #3  0x00007faaff21e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[12:18:46.441] #4  0x00007faaff22aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[12:18:46.441] #5  0x00007faaff20d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55bc39fe9fe0,...
[12:18:46.441] #6  0x000055bc391131e1 in backup_control_file (controlFile=controlFile@entry=0x55bc6e06626c " \r\310͌.\03...
[12:18:46.441] #7  0x000055bc39117f1d in pg_backup_stop (fcinfo=<optimized out>) at ../src/backend/access/transam/xlogfu...
[12:18:46.441] #8  0x000055bc39315376 in ExecMakeTableFunctionResult (setexpr=0x55bc6e075358, econtext=0x55bc6e075228, a...
[12:18:46.441] #9  0x000055bc39343568 in FunctionNext (node=0x55bc6e075018) at ../src/backend/executor/nodeFunctionscan....
tap
[12:14:39.765](1.356s) not ok 18 - psql fails correctly
[12:14:39.766](0.000s) not ok 19 - pg_backup_start fails gracefully
test
[12:17:32.855]  25/312 postgresql:recovery / recovery/020_archive_status                               ERROR            ...
[12:17:32.855]  44/312 postgresql:recovery / recovery/042_low_level_backup                             ERROR            ...
51/4966 Parallel CREATE INDEX for GIN indexes
CompilerWarnings
compiler
[12:12:27.067] gininsert.c:2421:35: error: format ‘%ld’ expects argument of type ‘long int’, but argument 2 has type ‘in...
compiler
[12:12:27.067] gininsert.c:2402:37: error: format ‘%ld’ expects argument of type ‘long int’, but argument 3 has type ‘lo...
50/5068 Allow logical decoding to output generated columns
Linux - Debian Bookworm - Meson
core
[11:59:13.098] #0  0x00007fcd7baa9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[11:59:13.098] #1  0x00007fcd7ba5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[11:59:13.098] #2  0x00007fcd7ba45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[11:59:13.098] #3  0x00007fcd7bc1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[11:59:13.098] #4  0x00007fcd7bc2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[11:59:13.098] #5  0x00007fcd7bc0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x7fcd79833af...
[11:59:13.098] #6  0x00007fcd79828879 in send_relation_and_attrs (relation=relation@entry=0x7fcd78a1b6c8, xid=xid@entry=...
[11:59:13.098] #7  0x00007fcd79828a9b in maybe_send_schema (ctx=ctx@entry=0x5626029dbba0, change=change@entry=0x562602a1...
[11:59:13.098] #8  0x00007fcd7982acc5 in pgoutput_change (ctx=0x5626029dbba0, txn=0x562602a0fb70, relation=0x7fcd78a1b6c...
[11:59:13.098] #9  0x00005625c50b0a98 in change_cb_wrapper (cache=<optimized out>, txn=<optimized out>, relation=<optimi...
core
[11:59:13.598] #0  0x00007f9de2ea9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[11:59:13.598] #1  0x00007f9de2e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[11:59:13.598] #2  0x00007f9de2e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[11:59:13.598] #3  0x00007f9de301e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[11:59:13.598] #4  0x00007f9de302aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[11:59:13.598] #5  0x00007f9de300dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x7f9ddfed5af...
[11:59:13.598] #6  0x00007f9ddfeca879 in send_relation_and_attrs (relation=relation@entry=0x7f9ddff1d3d0, xid=xid@entry=...
[11:59:13.598] #7  0x00007f9ddfecaa9b in maybe_send_schema (ctx=ctx@entry=0x557d1c88bbf0, change=change@entry=0x557d1c8b...
[11:59:13.598] #8  0x00007f9ddfecccc5 in pgoutput_change (ctx=0x557d1c88bbf0, txn=0x557d1c8bcb70, relation=0x7f9ddff1d3d...
[11:59:13.598] #9  0x0000557cf8fc9a98 in change_cb_wrapper (cache=<optimized out>, txn=<optimized out>, relation=<optimi...
tap
[11:57:42.676](200.941s) # poll_query_until timed out executing this query:
tap
[11:58:01.144](198.984s) # poll_query_until timed out executing this query:
test
[11:58:01.332] 311/312 postgresql:subscription / subscription/011_generated                            ERROR           2...
[11:58:01.332] 312/312 postgresql:subscription / subscription/031_column_list                          ERROR           2...
51/4929 apply_scanjoin_target_to_paths and partitionwise join
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-27 11:00:15.942516000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_join.out	2024-10-27 11:01:55.621...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/recovery/0...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-27 11:00:15.942516000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/partition_join.out	2024-10-27 11:02:40.4...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/regress/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-27 11:00:15.942516000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/partition_join.out	2024-10-27 11:01:50.957074000 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[11:01:59.626](62.618s) not ok 5 - regression tests pass
tap
[11:02:44.746](72.426s) not ok 2 - regression tests pass
test
[11:04:36.402]  39/312 postgresql:regress / regress/regress                                            ERROR            ...
[11:04:36.402]  81/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[11:04:36.402] 156/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
core
[11:09:46.825] #0  0x00007f871aabcd7c in ?? () from /lib64/ld-linux-x86-64.so.2
[11:09:46.825] #1  0x00007f871aaccc99 in ?? () from /lib64/ld-linux-x86-64.so.2
[11:09:46.825] #2  0x00007f871aac922f in ?? () from /lib64/ld-linux-x86-64.so.2
[11:09:46.825] #3  0x00007f871aacabac in ?? () from /lib64/ld-linux-x86-64.so.2
[11:09:46.825] #4  0x00007f871aac9a58 in ?? () from /lib64/ld-linux-x86-64.so.2
[11:09:46.825] #5  0x0000000000000003 in ?? ()
[11:09:46.825] #6  0x00007ffd0a92d09f in ?? ()
[11:09:46.825] #7  0x00007ffd0a92d0a2 in ?? ()
[11:09:46.825] #8  0x00007ffd0a92d0a5 in ?? ()
[11:09:46.825] #9  0x0000000000000000 in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_c...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-27 11:00:14.570519185 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/partition_join.out	2024-10-27 11:05:17.170836216 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/src/test/recovery/tmp_ch...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-27 11:00:14.570519185 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/partition_join.out	2024-10-27 11:07:13.578233580 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/src/test/regress/results...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-27 11:00:14.570519185 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/partition_join.out	2024-10-27 11:03:21.686919040 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[11:05:23.883](119.179s) not ok 5 - regression tests pass
tap
[11:07:16.634](57.583s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-27 11:00:14.194842607 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_join.out	2024-10-27 11:02:40.349...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/recovery/0...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-27 11:00:14.194842607 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/partition_join.out	2024-10-27 11:03:13.6...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/regress/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-27 11:00:14.194842607 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/partition_join.out	2024-10-27 11:02:35.521975821 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[11:02:42.768](69.895s) not ok 5 - regression tests pass
tap
[11:03:16.640](70.689s) not ok 2 - regression tests pass
test
[11:04:54.415]  42/312 postgresql:regress / regress/regress                                            ERROR            ...
[11:04:54.415] 120/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[11:04:54.415] 153/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
macOS - Sonoma - Meson
test
[11:06:11.248]  28/312 postgresql:regress / regress/regress                                            ERROR            ...
[11:06:11.248]  48/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[11:06:11.248] 143/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/partition_join.out C:/cirrus/build/testrun/pg_upgrade/0...
--- C:/cirrus/src/test/regress/expected/partition_join.out	2024-10-27 11:00:30.072638600 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_join.out	2024-10-27 11:04:15.517504100 +000...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/partition_join.out C:/cirrus/build/testrun/recovery/027...
--- C:/cirrus/src/test/regress/expected/partition_join.out	2024-10-27 11:00:30.072638600 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/partition_join.out	2024-10-27 11:06:24.624006400 +0...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/partition_join.out C:/cirrus/build/testrun/regress/regr...
--- C:/cirrus/src/test/regress/expected/partition_join.out	2024-10-27 11:00:30.072638600 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/partition_join.out	2024-10-27 11:03:59.227948400 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[11:04:21.917](110.578s) not ok 5 - regression tests pass
tap
[11:06:35.913](122.450s) not ok 2 - regression tests pass
test
[11:12:51.714]  17/307 postgresql:regress / regress/regress                                            ERROR           1...
[11:12:51.714]  38/307 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[11:12:51.714]  97/307 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5284 database-specific role memberships
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/privs_in_db.out /tmp/cirrus-ci-build/build/testrun/regress-runni...
--- /tmp/cirrus-ci-build/src/test/regress/expected/privs_in_db.out	2024-10-27 09:06:05.578766000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress-running/regress/results/privs_in_db.out	2024-10-27 09:11:46.606477000 +00...
@@ -756,9 +756,10 @@
 DROP DATABASE regression_db_0;
 DROP ROLE regress_role_admin;
 SELECT datname FROM pg_database WHERE datname LIKE 'regression_db_%';
- datname 
----------
-(0 rows)
+      datname      
+-------------------
+ regression_dblink
+(1 row)
 
 SELECT rolname FROM pg_roles WHERE rolname LIKE 'regress_role_%';
  rolname 
test
[09:12:07.108] 75/76 postgresql:regress-running / regress-running/regress                         ERROR            25.50...
Linux - Debian Bookworm - Meson
core
[09:14:48.635] #0  0x00007fc76f978b13 in wait4 () from /lib/x86_64-linux-gnu/libc.so.6
[09:14:48.635] #1  0x0000564f34706cc0 in ?? ()
[09:14:48.635] #2  0x0000564f34706efa in ?? ()
[09:14:48.635] #3  0x0000564f34708630 in ?? ()
[09:14:48.635] #4  0x0000564f34702371 in ?? ()
[09:14:48.635] #5  0x0000564f3470120f in ?? ()
[09:14:48.635] #6  0x0000564f34701c3b in ?? ()
[09:14:48.635] #7  0x0000564f346ff66f in ?? ()
[09:14:48.635] #8  0x00007fc76f8cc24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:14:48.635] #9  0x00007fc76f8cc305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[09:14:48.750] #0  0x00007f980ab5e19d in read () from /lib/x86_64-linux-gnu/libc.so.6
[09:14:48.750] #1  0x00007f980aae816e in _IO_file_underflow () from /lib/x86_64-linux-gnu/libc.so.6
[09:14:48.750] #2  0x00007f980aadce78 in getdelim () from /lib/x86_64-linux-gnu/libc.so.6
[09:14:48.750] #3  0x00007f980ac697be in selinuxfs_exists () from /lib/x86_64-linux-gnu/libselinux.so.1
[09:14:48.750] #4  0x00007f980ac6205d in ?? () from /lib/x86_64-linux-gnu/libselinux.so.1
[09:14:48.750] #5  0x00007f980ac979ce in ?? () from /lib64/ld-linux-x86-64.so.2
[09:14:48.750] #6  0x00007f980ac97ab4 in ?? () from /lib64/ld-linux-x86-64.so.2
[09:14:48.750] #7  0x00007f980acada80 in ?? () from /lib64/ld-linux-x86-64.so.2
[09:14:48.750] #8  0x0000000000000003 in ?? ()
[09:14:48.750] #9  0x00007ffde5fc347f in ?? ()
core
[09:14:49.207] #0  <unavailable> in ?? ()
core
[09:14:49.207] #0  0x00007f09fc0aed24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[09:14:49.207] #1  0x00007f09fc05b239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[09:14:49.207] #2  0x00007f09fc116184 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:14:49.207] #3  0x00007f09fc1287dc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
regress
diff -U3 /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/query_cancel.out /tmp/cirrus-ci-build/build/testrun/postgres...
--- /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/query_cancel.out	2024-10-27 09:05:58.970508812 +0000
+++ /tmp/cirrus-ci-build/build/testrun/postgres_fdw/regress/results/query_cancel.out	2024-10-27 09:12:23.223192997 +0000
@@ -29,4 +29,5 @@
 -- This would take very long if not canceled:
 SELECT count(*) FROM ft1 a CROSS JOIN ft1 b CROSS JOIN ft1 c CROSS JOIN ft1 d;
 ERROR:  canceling statement due to statement timeout
+WARNING:  could not get result of cancel request due to timeout
 COMMIT;
test
[09:13:44.089] 156/312 postgresql:postgres_fdw / postgres_fdw/regress                                  ERROR            ...
51/5131 add log_transaction GUC setting
FreeBSD - 13 - Meson
tap
[07:51:02.697](1.838s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[07:51:13.306] 293/312 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
Linux - Debian Bookworm - Autoconf
tap
[07:52:34.489](0.759s) not ok 1 - no parameters missing from postgresql.conf.sample
Linux - Debian Bookworm - Meson
tap
[07:53:11.661](0.377s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[07:53:21.986] 291/312 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
macOS - Sonoma - Meson
tap
[07:52:21.921](0.996s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[07:52:36.108] 293/312 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[07:58:27.836](1.984s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[07:58:56.608] 289/307 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
50/5324 Wrong result when enable_partitionwise_join is on if collation of PartitionKey and Column is different.
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_aggregate.out /tmp/cirrus-ci-build/build-32/testrun/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_aggregate.out	2024-10-27 05:34:11.158814600 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/recovery/027_stream_regress/data/results/partition_aggregate.out	2024-10-27 05...
@@ -1527,68 +1527,41 @@
     locale = 'und-u-ks-level2',
     deterministic = false
 );
+ERROR:  current database's encoding is not supported with this provider
 CREATE TABLE pagg_tab3 (c text collate case_insensitive) PARTITION BY LIST(c collate "C");
+ERROR:  collation "case_insensitive" for encoding "SQL_ASCII" does not exist
+LINE 1: CREATE TABLE pagg_tab3 (c text collate case_insensitive) PAR...
+                                       ^
 CREATE TABLE pagg_tab3_p1 PARTITION OF pagg_tab3 FOR VALUES IN ('a', 'b', 'c', 'd');
+ERROR:  relation "pagg_tab3" does not exist
 CREATE TABLE pagg_tab3_p2 PARTITION OF pagg_tab3 FOR VALUES IN ('e', 'f', 'A');
+ERROR:  relation "pagg_tab3" does not exist
 CREATE TABLE pagg_tab3_p3 PARTITION OF pagg_tab3 FOR VALUES IN ('B', 'C', 'D', 'E');
+ERROR:  relation "pagg_tab3" does not exist
 INSERT INTO pagg_tab3 SELECT substr('abcdeABCDE', (i % 10) + 1 , 1) FROM generate_series(0, 2999) i;
+ERROR:  relation "pagg_tab3" does not exist
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_aggregate.out /tmp/cirrus-ci-build/build-32/testrun/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_aggregate.out	2024-10-27 05:34:11.158814600 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/regress/regress/results/partition_aggregate.out	2024-10-27 05:40:16.851737723 ...
@@ -1527,68 +1527,41 @@
     locale = 'und-u-ks-level2',
     deterministic = false
 );
+ERROR:  current database's encoding is not supported with this provider
 CREATE TABLE pagg_tab3 (c text collate case_insensitive) PARTITION BY LIST(c collate "C");
+ERROR:  collation "case_insensitive" for encoding "SQL_ASCII" does not exist
+LINE 1: CREATE TABLE pagg_tab3 (c text collate case_insensitive) PAR...
+                                       ^
 CREATE TABLE pagg_tab3_p1 PARTITION OF pagg_tab3 FOR VALUES IN ('a', 'b', 'c', 'd');
+ERROR:  relation "pagg_tab3" does not exist
 CREATE TABLE pagg_tab3_p2 PARTITION OF pagg_tab3 FOR VALUES IN ('e', 'f', 'A');
+ERROR:  relation "pagg_tab3" does not exist
 CREATE TABLE pagg_tab3_p3 PARTITION OF pagg_tab3 FOR VALUES IN ('B', 'C', 'D', 'E');
+ERROR:  relation "pagg_tab3" does not exist
 INSERT INTO pagg_tab3 SELECT substr('abcdeABCDE', (i % 10) + 1 , 1) FROM generate_series(0, 2999) i;
+ERROR:  relation "pagg_tab3" does not exist
...
tap
[05:41:01.235](71.886s) not ok 2 - regression tests pass
test
[05:42:52.867]  40/312 postgresql:regress / regress/regress                                            ERROR            ...
[05:42:52.867] 150/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/partition_aggregate.out C:/cirrus/build/testrun/pg_upgr...
--- C:/cirrus/src/test/regress/expected/partition_aggregate.out	2024-10-27 05:34:27.554820400 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_aggregate.out	2024-10-27 05:38:13.426475500...
@@ -1527,68 +1527,41 @@
     locale = 'und-u-ks-level2',
     deterministic = false
 );
+ERROR:  ICU is not supported in this build
 CREATE TABLE pagg_tab3 (c text collate case_insensitive) PARTITION BY LIST(c collate "C");
+ERROR:  collation "case_insensitive" for encoding "UTF8" does not exist
+LINE 1: CREATE TABLE pagg_tab3 (c text collate case_insensitive) PAR...
+                                       ^
 CREATE TABLE pagg_tab3_p1 PARTITION OF pagg_tab3 FOR VALUES IN ('a', 'b', 'c', 'd');
+ERROR:  relation "pagg_tab3" does not exist
 CREATE TABLE pagg_tab3_p2 PARTITION OF pagg_tab3 FOR VALUES IN ('e', 'f', 'A');
+ERROR:  relation "pagg_tab3" does not exist
 CREATE TABLE pagg_tab3_p3 PARTITION OF pagg_tab3 FOR VALUES IN ('B', 'C', 'D', 'E');
+ERROR:  relation "pagg_tab3" does not exist
 INSERT INTO pagg_tab3 SELECT substr('abcdeABCDE', (i % 10) + 1 , 1) FROM generate_series(0, 2999) i;
+ERROR:  relation "pagg_tab3" does not exist
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/partition_aggregate.out C:/cirrus/build/testrun/recover...
--- C:/cirrus/src/test/regress/expected/partition_aggregate.out	2024-10-27 05:34:27.554820400 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/partition_aggregate.out	2024-10-27 05:40:43.9539606...
@@ -1527,68 +1527,41 @@
     locale = 'und-u-ks-level2',
     deterministic = false
 );
+ERROR:  ICU is not supported in this build
 CREATE TABLE pagg_tab3 (c text collate case_insensitive) PARTITION BY LIST(c collate "C");
+ERROR:  collation "case_insensitive" for encoding "WIN1252" does not exist
+LINE 1: CREATE TABLE pagg_tab3 (c text collate case_insensitive) PAR...
+                                       ^
 CREATE TABLE pagg_tab3_p1 PARTITION OF pagg_tab3 FOR VALUES IN ('a', 'b', 'c', 'd');
+ERROR:  relation "pagg_tab3" does not exist
 CREATE TABLE pagg_tab3_p2 PARTITION OF pagg_tab3 FOR VALUES IN ('e', 'f', 'A');
+ERROR:  relation "pagg_tab3" does not exist
 CREATE TABLE pagg_tab3_p3 PARTITION OF pagg_tab3 FOR VALUES IN ('B', 'C', 'D', 'E');
+ERROR:  relation "pagg_tab3" does not exist
 INSERT INTO pagg_tab3 SELECT substr('abcdeABCDE', (i % 10) + 1 , 1) FROM generate_series(0, 2999) i;
+ERROR:  relation "pagg_tab3" does not exist
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/partition_aggregate.out C:/cirrus/build/testrun/regress...
--- C:/cirrus/src/test/regress/expected/partition_aggregate.out	2024-10-27 05:34:27.554820400 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/partition_aggregate.out	2024-10-27 05:38:08.318067600 +0000
@@ -1527,68 +1527,41 @@
     locale = 'und-u-ks-level2',
     deterministic = false
 );
+ERROR:  ICU is not supported in this build
 CREATE TABLE pagg_tab3 (c text collate case_insensitive) PARTITION BY LIST(c collate "C");
+ERROR:  collation "case_insensitive" for encoding "WIN1252" does not exist
+LINE 1: CREATE TABLE pagg_tab3 (c text collate case_insensitive) PAR...
+                                       ^
 CREATE TABLE pagg_tab3_p1 PARTITION OF pagg_tab3 FOR VALUES IN ('a', 'b', 'c', 'd');
+ERROR:  relation "pagg_tab3" does not exist
 CREATE TABLE pagg_tab3_p2 PARTITION OF pagg_tab3 FOR VALUES IN ('e', 'f', 'A');
+ERROR:  relation "pagg_tab3" does not exist
 CREATE TABLE pagg_tab3_p3 PARTITION OF pagg_tab3 FOR VALUES IN ('B', 'C', 'D', 'E');
+ERROR:  relation "pagg_tab3" does not exist
 INSERT INTO pagg_tab3 SELECT substr('abcdeABCDE', (i % 10) + 1 , 1) FROM generate_series(0, 2999) i;
+ERROR:  relation "pagg_tab3" does not exist
...
tap
[05:38:18.466](106.324s) not ok 5 - regression tests pass
tap
[05:40:53.720](135.920s) not ok 2 - regression tests pass
test
[05:47:04.800]  21/307 postgresql:regress / regress/regress                                            ERROR           1...
[05:47:04.800]  36/307 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[05:47:04.800] 103/307 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5229 Add ExprState hashing for GROUP BY and hashed SubPlans
FreeBSD - 13 - Meson
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 12566
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 10873
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 10262
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 12172
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 11616
core
[05:08:50.069] #0  0x000000000075e38a in ExecInterpExpr (state=0x838c73500, econtext=0x838c74160, isnull=0x821a20a77) at...
[05:08:50.069] #1  0x0000000000764e20 in ExecEvalExpr (state=0x838c739f0, econtext=0x838c88e78, isNull=0x821a20a77) at ....
[05:08:50.069] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[05:08:50.069] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x838c73100, slot=slot@entry=0x838c88e78, isnew=isnew...
[05:08:50.069] #4  0x000000000077ebc5 in lookup_hash_entries (aggstate=aggstate@entry=0x838bd8380) at ../src/backend/exe...
[05:08:50.069] #5  0x000000000077c462 in agg_fill_hash_table (aggstate=0x838bd8380) at ../src/backend/executor/nodeAgg.c...
[05:08:50.069] #6  ExecAgg (pstate=0x838bd8380) at ../src/backend/executor/nodeAgg.c:2172
[05:08:50.069] #7  0x000000000076726b in ExecProcNode (node=0x838bd8380) at ../src/include/executor/executor.h:278
[05:08:50.069] #8  ExecutePlan (estate=0x838bd8100, planstate=0x838bd8380, use_parallel_mode=<optimized out>, operation=...
[05:08:50.069] #9  standard_ExecutorRun (queryDesc=0x832296500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[05:09:05.725] #0  0x000000000075e38a in ExecInterpExpr (state=0x83ba89500, econtext=0x83ba8a160, isnull=0x820fca9d7) at...
[05:09:05.725] #1  0x0000000000764e20 in ExecEvalExpr (state=0x83ba899f0, econtext=0x83ba9f038, isNull=0x820fca9d7) at ....
[05:09:05.725] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[05:09:05.725] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83ba89100, slot=slot@entry=0x83ba9f038, isnew=isnew...
[05:09:05.725] #4  0x000000000077ebc5 in lookup_hash_entries (aggstate=aggstate@entry=0x837048380) at ../src/backend/exe...
[05:09:05.725] #5  0x000000000077c462 in agg_fill_hash_table (aggstate=0x837048380) at ../src/backend/executor/nodeAgg.c...
[05:09:05.725] #6  ExecAgg (pstate=0x837048380) at ../src/backend/executor/nodeAgg.c:2172
[05:09:05.725] #7  0x000000000076726b in ExecProcNode (node=0x837048380) at ../src/include/executor/executor.h:278
[05:09:05.725] #8  ExecutePlan (estate=0x837048100, planstate=0x837048380, use_parallel_mode=<optimized out>, operation=...
[05:09:05.725] #9  standard_ExecutorRun (queryDesc=0x836e95500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[05:09:05.426] #0  0x000000000075e38a in ExecInterpExpr (state=0x83ad03500, econtext=0x83ad04160, isnull=0x820c7a8a7) at...
[05:09:05.426] #1  0x0000000000764e20 in ExecEvalExpr (state=0x83ad039f0, econtext=0x83ad197b8, isNull=0x820c7a8a7) at ....
[05:09:05.426] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[05:09:05.426] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83ad03100, slot=slot@entry=0x83ad197b8, isnew=isnew...
[05:09:05.426] #4  0x000000000077ebc5 in lookup_hash_entries (aggstate=aggstate@entry=0x83ac68380) at ../src/backend/exe...
[05:09:05.426] #5  0x000000000077c462 in agg_fill_hash_table (aggstate=0x83ac68380) at ../src/backend/executor/nodeAgg.c...
[05:09:05.426] #6  ExecAgg (pstate=0x83ac68380) at ../src/backend/executor/nodeAgg.c:2172
[05:09:05.426] #7  0x000000000076726b in ExecProcNode (node=0x83ac68380) at ../src/include/executor/executor.h:278
[05:09:05.426] #8  ExecutePlan (estate=0x83ac68100, planstate=0x83ac68380, use_parallel_mode=<optimized out>, operation=...
[05:09:05.426] #9  standard_ExecutorRun (queryDesc=0x83604f500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[05:09:05.131] #0  0x000000000075e38a in ExecInterpExpr (state=0x83bb33500, econtext=0x83bb34160, isnull=0x820c65ec7) at...
[05:09:05.131] #1  0x0000000000764e20 in ExecEvalExpr (state=0x83bb339f0, econtext=0x83bb49638, isNull=0x820c65ec7) at ....
[05:09:05.131] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[05:09:05.131] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83bb33100, slot=slot@entry=0x83bb49638, isnew=isnew...
[05:09:05.131] #4  0x000000000077ebc5 in lookup_hash_entries (aggstate=aggstate@entry=0x837954380) at ../src/backend/exe...
[05:09:05.131] #5  0x000000000077c462 in agg_fill_hash_table (aggstate=0x837954380) at ../src/backend/executor/nodeAgg.c...
[05:09:05.131] #6  ExecAgg (pstate=0x837954380) at ../src/backend/executor/nodeAgg.c:2172
[05:09:05.131] #7  0x000000000076726b in ExecProcNode (node=0x837954380) at ../src/include/executor/executor.h:278
[05:09:05.131] #8  ExecutePlan (estate=0x837954100, planstate=0x837954380, use_parallel_mode=<optimized out>, operation=...
[05:09:05.131] #9  standard_ExecutorRun (queryDesc=0x8377a1500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[05:09:04.835] #0  0x000000000075e38a in ExecInterpExpr (state=0x8395aa500, econtext=0x8395ab160, isnull=0x821054927) at...
[05:09:04.835] #1  0x0000000000764e20 in ExecEvalExpr (state=0x8395aa9f0, econtext=0x8395c05b8, isNull=0x821054927) at ....
[05:09:04.835] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[05:09:04.835] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x8395aa100, slot=slot@entry=0x8395c05b8, isnew=isnew...
[05:09:04.835] #4  0x000000000077ebc5 in lookup_hash_entries (aggstate=aggstate@entry=0x8394cd380) at ../src/backend/exe...
[05:09:04.835] #5  0x000000000077c462 in agg_fill_hash_table (aggstate=0x8394cd380) at ../src/backend/executor/nodeAgg.c...
[05:09:04.835] #6  ExecAgg (pstate=0x8394cd380) at ../src/backend/executor/nodeAgg.c:2172
[05:09:04.835] #7  0x000000000076726b in ExecProcNode (node=0x8394cd380) at ../src/include/executor/executor.h:278
[05:09:04.835] #8  ExecutePlan (estate=0x8394cd100, planstate=0x8394cd380, use_parallel_mode=<optimized out>, operation=...
[05:09:04.835] #9  standard_ExecutorRun (queryDesc=0x835d14500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[05:09:04.534] #0  0x000000000075e38a in ExecInterpExpr (state=0x8380d2500, econtext=0x8380d3160, isnull=0x821195b37) at...
[05:09:04.534] #1  0x0000000000764e20 in ExecEvalExpr (state=0x8380d29f0, econtext=0x8380e82b8, isNull=0x821195b37) at ....
[05:09:04.534] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[05:09:04.534] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x8380d2100, slot=slot@entry=0x8380e82b8, isnew=isnew...
[05:09:04.534] #4  0x000000000077ebc5 in lookup_hash_entries (aggstate=aggstate@entry=0x837ff5380) at ../src/backend/exe...
[05:09:04.534] #5  0x000000000077c462 in agg_fill_hash_table (aggstate=0x837ff5380) at ../src/backend/executor/nodeAgg.c...
[05:09:04.534] #6  ExecAgg (pstate=0x837ff5380) at ../src/backend/executor/nodeAgg.c:2172
[05:09:04.534] #7  0x000000000076726b in ExecProcNode (node=0x837ff5380) at ../src/include/executor/executor.h:278
[05:09:04.534] #8  ExecutePlan (estate=0x837ff5100, planstate=0x837ff5380, use_parallel_mode=<optimized out>, operation=...
[05:09:04.534] #9  standard_ExecutorRun (queryDesc=0x833d4f500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[05:09:04.244] #0  0x000000000075e38a in ExecInterpExpr (state=0x835710500, econtext=0x835711160, isnull=0x8215eb9b7) at...
[05:09:04.244] #1  0x0000000000764e20 in ExecEvalExpr (state=0x8357109f0, econtext=0x83b0ebd38, isNull=0x8215eb9b7) at ....
[05:09:04.244] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[05:09:04.244] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x835710100, slot=slot@entry=0x83b0ebd38, isnew=isnew...
[05:09:04.244] #4  0x000000000077ebc5 in lookup_hash_entries (aggstate=aggstate@entry=0x835587380) at ../src/backend/exe...
[05:09:04.244] #5  0x000000000077c462 in agg_fill_hash_table (aggstate=0x835587380) at ../src/backend/executor/nodeAgg.c...
[05:09:04.244] #6  ExecAgg (pstate=0x835587380) at ../src/backend/executor/nodeAgg.c:2172
[05:09:04.244] #7  0x000000000076726b in ExecProcNode (node=0x835587380) at ../src/include/executor/executor.h:278
[05:09:04.244] #8  ExecutePlan (estate=0x835587100, planstate=0x835587380, use_parallel_mode=<optimized out>, operation=...
[05:09:04.244] #9  standard_ExecutorRun (queryDesc=0x83554e500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[05:09:03.946] #0  0x000000000075e38a in ExecInterpExpr (state=0x83bea7500, econtext=0x83bea8160, isnull=0x8219633e7) at...
[05:09:03.946] #1  0x0000000000764e20 in ExecEvalExpr (state=0x83bea79f0, econtext=0x83bebd938, isNull=0x8219633e7) at ....
[05:09:03.946] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[05:09:03.946] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83bea7100, slot=slot@entry=0x83bebd938, isnew=isnew...
[05:09:03.946] #4  0x000000000077ebc5 in lookup_hash_entries (aggstate=aggstate@entry=0x83be19380) at ../src/backend/exe...
[05:09:03.946] #5  0x000000000077c462 in agg_fill_hash_table (aggstate=0x83be19380) at ../src/backend/executor/nodeAgg.c...
[05:09:03.946] #6  ExecAgg (pstate=0x83be19380) at ../src/backend/executor/nodeAgg.c:2172
[05:09:03.946] #7  0x000000000076726b in ExecProcNode (node=0x83be19380) at ../src/include/executor/executor.h:278
[05:09:03.946] #8  ExecutePlan (estate=0x83be19100, planstate=0x83be19380, use_parallel_mode=<optimized out>, operation=...
[05:09:03.946] #9  standard_ExecutorRun (queryDesc=0x836e78500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[05:09:03.658] #0  0x000000000075e38a in ExecInterpExpr (state=0x83a4a5500, econtext=0x83a4a6160, isnull=0x8214886a7) at...
[05:09:03.658] #1  0x0000000000764e20 in ExecEvalExpr (state=0x83a4a59f0, econtext=0x83a4bb978, isNull=0x8214886a7) at ....
[05:09:03.658] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[05:09:03.658] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83a4a5100, slot=slot@entry=0x83a4bb978, isnew=isnew...
[05:09:03.658] #4  0x000000000077ebc5 in lookup_hash_entries (aggstate=aggstate@entry=0x835773380) at ../src/backend/exe...
[05:09:03.658] #5  0x000000000077c462 in agg_fill_hash_table (aggstate=0x835773380) at ../src/backend/executor/nodeAgg.c...
[05:09:03.658] #6  ExecAgg (pstate=0x835773380) at ../src/backend/executor/nodeAgg.c:2172
[05:09:03.658] #7  0x000000000076726b in ExecProcNode (node=0x835773380) at ../src/include/executor/executor.h:278
[05:09:03.658] #8  ExecutePlan (estate=0x835773100, planstate=0x835773380, use_parallel_mode=<optimized out>, operation=...
[05:09:03.658] #9  standard_ExecutorRun (queryDesc=0x8355c0500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[05:09:03.353] #0  0x000000000075e38a in ExecInterpExpr (state=0x838242500, econtext=0x838243160, isnull=0x820e60907) at...
[05:09:03.353] #1  0x0000000000764e20 in ExecEvalExpr (state=0x8382429f0, econtext=0x8382582b8, isNull=0x820e60907) at ....
[05:09:03.353] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[05:09:03.353] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x838242100, slot=slot@entry=0x8382582b8, isnew=isnew...
[05:09:03.353] #4  0x000000000077ebc5 in lookup_hash_entries (aggstate=aggstate@entry=0x838165380) at ../src/backend/exe...
[05:09:03.353] #5  0x000000000077c462 in agg_fill_hash_table (aggstate=0x838165380) at ../src/backend/executor/nodeAgg.c...
[05:09:03.353] #6  ExecAgg (pstate=0x838165380) at ../src/backend/executor/nodeAgg.c:2172
[05:09:03.353] #7  0x000000000076726b in ExecProcNode (node=0x838165380) at ../src/include/executor/executor.h:278
[05:09:03.353] #8  ExecutePlan (estate=0x838165100, planstate=0x838165380, use_parallel_mode=<optimized out>, operation=...
[05:09:03.353] #9  standard_ExecutorRun (queryDesc=0x834d7f500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[05:09:03.058] #0  0x000000000075e38a in ExecInterpExpr (state=0x83cace500, econtext=0x83cacf160, isnull=0x82168bfd7) at...
[05:09:03.058] #1  0x0000000000764e20 in ExecEvalExpr (state=0x83cace9f0, econtext=0x83cae4638, isNull=0x82168bfd7) at ....
[05:09:03.058] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[05:09:03.058] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83cace100, slot=slot@entry=0x83cae4638, isnew=isnew...
[05:09:03.058] #4  0x000000000077ebc5 in lookup_hash_entries (aggstate=aggstate@entry=0x8395b1380) at ../src/backend/exe...
[05:09:03.058] #5  0x000000000077c462 in agg_fill_hash_table (aggstate=0x8395b1380) at ../src/backend/executor/nodeAgg.c...
[05:09:03.058] #6  ExecAgg (pstate=0x8395b1380) at ../src/backend/executor/nodeAgg.c:2172
[05:09:03.058] #7  0x000000000076726b in ExecProcNode (node=0x8395b1380) at ../src/include/executor/executor.h:278
[05:09:03.058] #8  ExecutePlan (estate=0x8395b1100, planstate=0x8395b1380, use_parallel_mode=<optimized out>, operation=...
[05:09:03.058] #9  standard_ExecutorRun (queryDesc=0x8393fe500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[05:09:02.769] #0  0x000000000075e38a in ExecInterpExpr (state=0x837438f20, econtext=0x83743fe48, isnull=0x821abad97) at...
[05:09:02.769] #1  0x0000000000764e20 in ExecEvalExpr (state=0x83743f6d8, econtext=0x83743a778, isNull=0x821abad97) at ....
[05:09:02.769] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[05:09:02.769] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x837437100, slot=slot@entry=0x83743a778, isnew=isnew...
[05:09:02.769] #4  0x000000000077ebc5 in lookup_hash_entries (aggstate=aggstate@entry=0x83742b350) at ../src/backend/exe...
[05:09:02.769] #5  0x000000000077c462 in agg_fill_hash_table (aggstate=0x83742b350) at ../src/backend/executor/nodeAgg.c...
[05:09:02.769] #6  ExecAgg (pstate=0x83742b350) at ../src/backend/executor/nodeAgg.c:2172
[05:09:02.769] #7  0x000000000076726b in ExecProcNode (node=0x83742b350) at ../src/include/executor/executor.h:278
[05:09:02.769] #8  ExecutePlan (estate=0x83742b100, planstate=0x83742b350, use_parallel_mode=<optimized out>, operation=...
[05:09:02.769] #9  standard_ExecutorRun (queryDesc=0x835207d00, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[05:09:02.479] #0  0x000000000075e38a in ExecInterpExpr (state=0x839589898, econtext=0x83958a4f8, isnull=0x8218c6417) at...
[05:09:02.479] #1  0x0000000000764e20 in ExecEvalExpr (state=0x839589d88, econtext=0x83889ce28, isNull=0x8218c6417) at ....
[05:09:02.479] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[05:09:02.479] #3  LookupTupleHashEntry (hashtable=0x839588cd8, slot=slot@entry=0x83889ce28, isnew=isnew@entry=0x8218c64...
[05:09:02.479] #4  0x000000000079f5b9 in ExecRecursiveUnion (pstate=0x83583f550) at ../src/backend/executor/nodeRecursiv...
[05:09:02.479] #5  0x0000000000783c1c in ExecProcNode (node=0x83583f550) at ../src/include/executor/executor.h:278
[05:09:02.479] #6  CteScanNext (node=0x83958a5d8) at ../src/backend/executor/nodeCtescan.c:103
[05:09:02.479] #7  0x0000000000771a53 in ExecScan (node=0x83958a5d8, accessMtd=0x783b20 <CteScanNext>, recheckMtd=0x783c...
[05:09:02.479] #8  0x000000000076726b in ExecProcNode (node=0x83958a5d8) at ../src/include/executor/executor.h:278
[05:09:02.479] #9  ExecutePlan (estate=0x83583f100, planstate=0x83958a5d8, use_parallel_mode=<optimized out>, operation=...
core
[05:09:02.183] #0  0x000000000075e38a in ExecInterpExpr (state=0x8378d5500, econtext=0x8378d6160, isnull=0x821922c27) at...
[05:09:02.183] #1  0x0000000000764e20 in ExecEvalExpr (state=0x8378d59f0, econtext=0x8378eb7b8, isNull=0x821922c27) at ....
[05:09:02.183] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[05:09:02.183] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x8378d5100, slot=slot@entry=0x8378eb7b8, isnew=isnew...
[05:09:02.183] #4  0x000000000077ebc5 in lookup_hash_entries (aggstate=aggstate@entry=0x837817380) at ../src/backend/exe...
[05:09:02.183] #5  0x000000000077c462 in agg_fill_hash_table (aggstate=0x837817380) at ../src/backend/executor/nodeAgg.c...
[05:09:02.183] #6  ExecAgg (pstate=0x837817380) at ../src/backend/executor/nodeAgg.c:2172
[05:09:02.183] #7  0x000000000076726b in ExecProcNode (node=0x837817380) at ../src/include/executor/executor.h:278
[05:09:02.183] #8  ExecutePlan (estate=0x837817100, planstate=0x837817380, use_parallel_mode=<optimized out>, operation=...
[05:09:02.183] #9  standard_ExecutorRun (queryDesc=0x835738500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[05:09:01.883] #0  0x000000000075e38a in ExecInterpExpr (state=0x841459710, econtext=0x84147c108, isnull=0x8214cd937) at...
[05:09:01.883] #1  0x0000000000764e20 in ExecEvalExpr (state=0x841459c00, econtext=0x84145f4d8, isNull=0x8214cd937) at ....
[05:09:01.883] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[05:09:01.883] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x841458100, slot=slot@entry=0x84145f4d8, isnew=isnew...
[05:09:01.883] #4  0x000000000077ebc5 in lookup_hash_entries (aggstate=aggstate@entry=0x841408dd0) at ../src/backend/exe...
[05:09:01.883] #5  0x000000000077c462 in agg_fill_hash_table (aggstate=0x841408dd0) at ../src/backend/executor/nodeAgg.c...
[05:09:01.883] #6  ExecAgg (pstate=0x841408dd0) at ../src/backend/executor/nodeAgg.c:2172
[05:09:01.883] #7  0x00000000007a12b7 in ExecProcNode (node=0x841408dd0) at ../src/include/executor/executor.h:278
[05:09:01.883] #8  ExecSort (pstate=0x841408bc0) at ../src/backend/executor/nodeSort.c:149
[05:09:01.883] #9  0x000000000076726b in ExecProcNode (node=0x841408bc0) at ../src/include/executor/executor.h:278
core
[05:09:01.574] #0  0x000000000075e38a in ExecInterpExpr (state=0x837d4a710, econtext=0x837d6d108, isnull=0x8216e4e77) at...
[05:09:01.574] #1  0x0000000000764e20 in ExecEvalExpr (state=0x837d4ac00, econtext=0x837d50a18, isNull=0x8216e4e77) at ....
[05:09:01.574] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[05:09:01.574] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x837d49100, slot=slot@entry=0x837d50a18, isnew=isnew...
[05:09:01.574] #4  0x000000000077ebc5 in lookup_hash_entries (aggstate=aggstate@entry=0x837cfa210) at ../src/backend/exe...
[05:09:01.574] #5  0x000000000077c462 in agg_fill_hash_table (aggstate=0x837cfa210) at ../src/backend/executor/nodeAgg.c...
[05:09:01.574] #6  ExecAgg (pstate=0x837cfa210) at ../src/backend/executor/nodeAgg.c:2172
[05:09:01.574] #7  0x00000000007a12b7 in ExecProcNode (node=0x837cfa210) at ../src/include/executor/executor.h:278
[05:09:01.574] #8  ExecSort (pstate=0x837cfa000) at ../src/backend/executor/nodeSort.c:149
[05:09:01.574] #9  0x000000000076726b in ExecProcNode (node=0x837cfa000) at ../src/include/executor/executor.h:278
core
[05:09:01.271] #0  0x000000000075e38a in ExecInterpExpr (state=0x84481f710, econtext=0x844842108, isnull=0x820bd8ff7) at...
[05:09:01.271] #1  0x0000000000764e20 in ExecEvalExpr (state=0x84481fc00, econtext=0x844825898, isNull=0x820bd8ff7) at ....
[05:09:01.271] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[05:09:01.271] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x84481e100, slot=slot@entry=0x844825898, isnew=isnew...
[05:09:01.271] #4  0x000000000077ebc5 in lookup_hash_entries (aggstate=aggstate@entry=0x8447cedd0) at ../src/backend/exe...
[05:09:01.271] #5  0x000000000077c462 in agg_fill_hash_table (aggstate=0x8447cedd0) at ../src/backend/executor/nodeAgg.c...
[05:09:01.271] #6  ExecAgg (pstate=0x8447cedd0) at ../src/backend/executor/nodeAgg.c:2172
[05:09:01.271] #7  0x00000000007a12b7 in ExecProcNode (node=0x8447cedd0) at ../src/include/executor/executor.h:278
[05:09:01.271] #8  ExecSort (pstate=0x8447cebc0) at ../src/backend/executor/nodeSort.c:149
[05:09:01.271] #9  0x000000000076726b in ExecProcNode (node=0x8447cebc0) at ../src/include/executor/executor.h:278
core
[05:09:00.967] #0  0x000000000075e38a in ExecInterpExpr (state=0x842c1f710, econtext=0x842c21108, isnull=0x820bff1f7) at...
[05:09:00.967] #1  0x0000000000764e20 in ExecEvalExpr (state=0x842c1fc00, econtext=0x842c92040, isNull=0x820bff1f7) at ....
[05:09:00.967] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[05:09:00.967] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x842c1e100, slot=slot@entry=0x842c92040, isnew=isnew...
[05:09:00.967] #4  0x000000000077ebc5 in lookup_hash_entries (aggstate=aggstate@entry=0x842cfa050) at ../src/backend/exe...
[05:09:00.967] #5  0x000000000077c462 in agg_fill_hash_table (aggstate=0x842cfa050) at ../src/backend/executor/nodeAgg.c...
[05:09:00.967] #6  ExecAgg (pstate=0x842cfa050) at ../src/backend/executor/nodeAgg.c:2172
[05:09:00.967] #7  0x00000000007a12b7 in ExecProcNode (node=0x842cfa050) at ../src/include/executor/executor.h:278
[05:09:00.967] #8  ExecSort (pstate=0x842cf9e40) at ../src/backend/executor/nodeSort.c:149
[05:09:00.967] #9  0x000000000076726b in ExecProcNode (node=0x842cf9e40) at ../src/include/executor/executor.h:278
core
[05:09:06.013] #0  0x000000000075e38a in ExecInterpExpr (state=0x83824e500, econtext=0x83824f160, isnull=0x8212dfb87) at...
[05:09:06.013] #1  0x0000000000764e20 in ExecEvalExpr (state=0x83824e9f0, econtext=0x83b8c0238, isNull=0x8212dfb87) at ....
[05:09:06.013] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[05:09:06.013] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83824e100, slot=slot@entry=0x83b8c0238, isnew=isnew...
[05:09:06.013] #4  0x000000000077ebc5 in lookup_hash_entries (aggstate=aggstate@entry=0x8380c5380) at ../src/backend/exe...
[05:09:06.013] #5  0x000000000077c462 in agg_fill_hash_table (aggstate=0x8380c5380) at ../src/backend/executor/nodeAgg.c...
[05:09:06.013] #6  ExecAgg (pstate=0x8380c5380) at ../src/backend/executor/nodeAgg.c:2172
[05:09:06.013] #7  0x000000000076726b in ExecProcNode (node=0x8380c5380) at ../src/include/executor/executor.h:278
[05:09:06.013] #8  ExecutePlan (estate=0x8380c5100, planstate=0x8380c5380, use_parallel_mode=<optimized out>, operation=...
[05:09:06.013] #9  standard_ExecutorRun (queryDesc=0x83808e500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[05:09:00.660] #0  0x000000000075e38a in ExecInterpExpr (state=0x843de2f20, econtext=0x843de9f18, isnull=0x821a9e2b7) at...
[05:09:00.660] #1  0x0000000000764e20 in ExecEvalExpr (state=0x843de9898, econtext=0x843de3b98, isNull=0x821a9e2b7) at ....
[05:09:00.660] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[05:09:00.660] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x843de1100, slot=slot@entry=0x843de3b98, isnew=isnew...
[05:09:00.660] #4  0x000000000077ebc5 in lookup_hash_entries (aggstate=aggstate@entry=0x843ce8350) at ../src/backend/exe...
[05:09:00.660] #5  0x000000000077c462 in agg_fill_hash_table (aggstate=0x843ce8350) at ../src/backend/executor/nodeAgg.c...
[05:09:00.660] #6  ExecAgg (pstate=0x843ce8350) at ../src/backend/executor/nodeAgg.c:2172
[05:09:00.660] #7  0x000000000076726b in ExecProcNode (node=0x843ce8350) at ../src/include/executor/executor.h:278
[05:09:00.660] #8  ExecutePlan (estate=0x843ce8100, planstate=0x843ce8350, use_parallel_mode=<optimized out>, operation=...
[05:09:00.660] #9  standard_ExecutorRun (queryDesc=0x843de0220, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[05:09:00.337] #0  0x000000000075e38a in ExecInterpExpr (state=0x83998ef20, econtext=0x839a50558, isnull=0x820f227b7) at...
[05:09:00.337] #1  0x0000000000764e20 in ExecEvalExpr (state=0x839a4fed8, econtext=0x8399980c0, isNull=0x820f227b7) at ....
[05:09:00.337] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[05:09:00.337] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83998d100, slot=slot@entry=0x8399980c0, isnew=isnew...
[05:09:00.337] #4  0x000000000077ebc5 in lookup_hash_entries (aggstate=aggstate@entry=0x839964558) at ../src/backend/exe...
[05:09:00.337] #5  0x000000000077c462 in agg_fill_hash_table (aggstate=0x839964558) at ../src/backend/executor/nodeAgg.c...
[05:09:00.337] #6  ExecAgg (pstate=0x839964558) at ../src/backend/executor/nodeAgg.c:2172
[05:09:00.337] #7  0x00000000007a12b7 in ExecProcNode (node=0x839964558) at ../src/include/executor/executor.h:278
[05:09:00.337] #8  ExecSort (pstate=0x839964348) at ../src/backend/executor/nodeSort.c:149
[05:09:00.337] #9  0x000000000076726b in ExecProcNode (node=0x839964348) at ../src/include/executor/executor.h:278
core
[05:09:00.012] #0  0x000000000075e38a in ExecInterpExpr (state=0x836c99400, econtext=0x836c99f70, isnull=0x82199d347) at...
[05:09:00.012] #1  0x0000000000764e20 in ExecEvalExpr (state=0x836c998f0, econtext=0x836c8e530, isNull=0x82199d347) at ....
[05:09:00.012] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[05:09:00.012] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x836c99100, slot=slot@entry=0x836c8e530, isnew=isnew...
[05:09:00.012] #4  0x000000000077ebc5 in lookup_hash_entries (aggstate=aggstate@entry=0x836c9ff28) at ../src/backend/exe...
[05:09:00.012] #5  0x000000000077c462 in agg_fill_hash_table (aggstate=0x836c9ff28) at ../src/backend/executor/nodeAgg.c...
[05:09:00.012] #6  ExecAgg (pstate=0x836c9ff28) at ../src/backend/executor/nodeAgg.c:2172
[05:09:00.012] #7  0x000000000077ea1d in ExecProcNode (node=0x836c9ff28) at ../src/include/executor/executor.h:278
[05:09:00.012] #8  fetch_input_tuple (aggstate=aggstate@entry=0x836c9f8c0) at ../src/backend/executor/nodeAgg.c:561
[05:09:00.012] #9  0x000000000077c43a in agg_fill_hash_table (aggstate=0x836c9f8c0) at ../src/backend/executor/nodeAgg.c...
core
[05:08:59.688] #0  0x000000000075e38a in ExecInterpExpr (state=0x837553f20, econtext=0x844aee758, isnull=0x820ba9bb7) at...
[05:08:59.688] #1  0x0000000000764e20 in ExecEvalExpr (state=0x844aee0d8, econtext=0x8376128e0, isNull=0x820ba9bb7) at ....
[05:08:59.688] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[05:08:59.688] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x837552100, slot=slot@entry=0x8376128e0, isnew=isnew...
[05:08:59.688] #4  0x000000000077ebc5 in lookup_hash_entries (aggstate=aggstate@entry=0x837611348) at ../src/backend/exe...
[05:08:59.688] #5  0x000000000077c462 in agg_fill_hash_table (aggstate=0x837611348) at ../src/backend/executor/nodeAgg.c...
[05:08:59.688] #6  ExecAgg (pstate=0x837611348) at ../src/backend/executor/nodeAgg.c:2172
[05:08:59.688] #7  0x000000000076726b in ExecProcNode (node=0x837611348) at ../src/include/executor/executor.h:278
[05:08:59.688] #8  ExecutePlan (estate=0x837611100, planstate=0x837611348, use_parallel_mode=<optimized out>, operation=...
[05:08:59.688] #9  standard_ExecutorRun (queryDesc=0x8375b9900, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[05:08:59.370] #0  0x000000000075e38a in ExecInterpExpr (state=0x835d40490, econtext=0x835d41000, isnull=0x821b23c57) at...
[05:08:59.370] #1  0x0000000000764e20 in ExecEvalExpr (state=0x835d40980, econtext=0x838958918, isNull=0x821b23c57) at ....
[05:08:59.370] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[05:08:59.370] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x835d40100, slot=slot@entry=0x838958918, isnew=isnew...
[05:08:59.370] #4  0x000000000077ebc5 in lookup_hash_entries (aggstate=aggstate@entry=0x835df7550) at ../src/backend/exe...
[05:08:59.370] #5  0x000000000077c85a in agg_retrieve_direct (aggstate=0x835df7550) at ../src/backend/executor/nodeAgg.c...
[05:08:59.370] #6  ExecAgg (pstate=0x835df7550) at ../src/backend/executor/nodeAgg.c:2179
[05:08:59.370] #7  0x00000000007a12b7 in ExecProcNode (node=0x835df7550) at ../src/include/executor/executor.h:278
[05:08:59.370] #8  ExecSort (pstate=0x835df7340) at ../src/backend/executor/nodeSort.c:149
[05:08:59.370] #9  0x000000000076726b in ExecProcNode (node=0x835df7340) at ../src/include/executor/executor.h:278
core
[05:09:06.312] #0  0x000000000075e38a in ExecInterpExpr (state=0x8388fa500, econtext=0x8388fb160, isnull=0x8211f3417) at...
[05:09:06.312] #1  0x0000000000764e20 in ExecEvalExpr (state=0x8388fa9f0, econtext=0x83890fc78, isNull=0x8211f3417) at ....
[05:09:06.312] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[05:09:06.312] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x8388fa100, slot=slot@entry=0x83890fc78, isnew=isnew...
[05:09:06.312] #4  0x000000000077ebc5 in lookup_hash_entries (aggstate=aggstate@entry=0x83885f380) at ../src/backend/exe...
[05:09:06.312] #5  0x000000000077c462 in agg_fill_hash_table (aggstate=0x83885f380) at ../src/backend/executor/nodeAgg.c...
[05:09:06.312] #6  ExecAgg (pstate=0x83885f380) at ../src/backend/executor/nodeAgg.c:2172
[05:09:06.312] #7  0x000000000076726b in ExecProcNode (node=0x83885f380) at ../src/include/executor/executor.h:278
[05:09:06.312] #8  ExecutePlan (estate=0x83885f100, planstate=0x83885f380, use_parallel_mode=<optimized out>, operation=...
[05:09:06.312] #9  standard_ExecutorRun (queryDesc=0x833c7a500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[05:09:06.606] #0  0x000000000075e38a in ExecInterpExpr (state=0x83c057500, econtext=0x83c058160, isnull=0x82175afc7) at...
[05:09:06.606] #1  0x0000000000764e20 in ExecEvalExpr (state=0x83c0579f0, econtext=0x83c06d1f8, isNull=0x82175afc7) at ....
[05:09:06.606] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[05:09:06.606] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83c057100, slot=slot@entry=0x83c06d1f8, isnew=isnew...
[05:09:06.606] #4  0x000000000077ebc5 in lookup_hash_entries (aggstate=aggstate@entry=0x83bfbc380) at ../src/backend/exe...
[05:09:06.606] #5  0x000000000077c462 in agg_fill_hash_table (aggstate=0x83bfbc380) at ../src/backend/executor/nodeAgg.c...
[05:09:06.606] #6  ExecAgg (pstate=0x83bfbc380) at ../src/backend/executor/nodeAgg.c:2172
[05:09:06.606] #7  0x000000000076726b in ExecProcNode (node=0x83bfbc380) at ../src/include/executor/executor.h:278
[05:09:06.606] #8  ExecutePlan (estate=0x83bfbc100, planstate=0x83bfbc380, use_parallel_mode=<optimized out>, operation=...
[05:09:06.606] #9  standard_ExecutorRun (queryDesc=0x83748a500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[05:08:59.050] #0  0x000000000075e38a in ExecInterpExpr (state=0x838a6a528, econtext=0x838a6d7d8, isnull=0x820bc3cf7) at...
[05:08:59.050] #1  0x0000000000764e20 in ExecEvalExpr (state=0x838a6af08, econtext=0x838941718, isNull=0x820bc3cf7) at ....
[05:08:59.050] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[05:08:59.050] #3  LookupTupleHashEntry (hashtable=0x838a6a388, slot=slot@entry=0x838941718, isnew=isnew@entry=0x820bc3d...
[05:08:59.050] #4  0x00000000007a0984 in setop_fill_hash_table (setopstate=0x8370de340) at ../src/backend/executor/nodeS...
[05:08:59.050] #5  ExecSetOp (pstate=0x8370de340) at ../src/backend/executor/nodeSetOp.c:216
[05:08:59.050] #6  0x000000000076726b in ExecProcNode (node=0x8370de340) at ../src/include/executor/executor.h:278
[05:08:59.050] #7  ExecutePlan (estate=0x8370de100, planstate=0x8370de340, use_parallel_mode=<optimized out>, operation=...
[05:08:59.050] #8  standard_ExecutorRun (queryDesc=0x836f9a900, direction=ForwardScanDirection, count=0, execute_once=<o...
[05:08:59.050] #9  0x000000000093f5c9 in PortalRunSelect (portal=portal@entry=0x837061100, forward=<optimized out>, coun...
core
[05:09:06.907] #0  0x000000000075e38a in ExecInterpExpr (state=0x83705f500, econtext=0x837060160, isnull=0x820ddb167) at...
[05:09:06.907] #1  0x0000000000764e20 in ExecEvalExpr (state=0x83705f9f0, econtext=0x837075778, isNull=0x820ddb167) at ....
[05:09:06.907] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[05:09:06.907] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83705f100, slot=slot@entry=0x837075778, isnew=isnew...
[05:09:06.907] #4  0x000000000077ebc5 in lookup_hash_entries (aggstate=aggstate@entry=0x836fc4380) at ../src/backend/exe...
[05:09:06.907] #5  0x000000000077c462 in agg_fill_hash_table (aggstate=0x836fc4380) at ../src/backend/executor/nodeAgg.c...
[05:09:06.907] #6  ExecAgg (pstate=0x836fc4380) at ../src/backend/executor/nodeAgg.c:2172
[05:09:06.907] #7  0x000000000076726b in ExecProcNode (node=0x836fc4380) at ../src/include/executor/executor.h:278
[05:09:06.907] #8  ExecutePlan (estate=0x836fc4100, planstate=0x836fc4380, use_parallel_mode=<optimized out>, operation=...
[05:09:06.907] #9  standard_ExecutorRun (queryDesc=0x8341de500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[05:08:58.745] #0  0x000042c60414dff0 in ?? ()
[05:08:58.745] #1  0x0000000000000003 in ?? ()
[05:08:58.745] #2  0x000008ac06a11cf0 in ?? ()
[05:08:58.745] #3  0x000008ac06a11cf3 in ?? ()
[05:08:58.745] #4  0x000008ac06a11cf6 in ?? ()
[05:08:58.745] #5  0x0000000000000000 in ?? ()
[05:08:59.025] #0  0x000000000075e38a in ExecInterpExpr (state=0x838a6a528, econtext=0x838a6d7d8, isnull=0x820bc3cf7) at...
core
[05:08:58.641] #0  0x000000000075e38a in ExecInterpExpr (state=0x83bd35500, econtext=0x83bd36160, isnull=0x820cad777) at...
[05:08:58.641] #1  0x0000000000764e20 in ExecEvalExpr (state=0x83bd359f0, econtext=0x83bd4b638, isNull=0x820cad777) at ....
[05:08:58.641] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[05:08:58.641] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83bd35100, slot=slot@entry=0x83bd4b638, isnew=isnew...
[05:08:58.641] #4  0x000000000077ebc5 in lookup_hash_entries (aggstate=aggstate@entry=0x83bc9a380) at ../src/backend/exe...
[05:08:58.641] #5  0x000000000077c462 in agg_fill_hash_table (aggstate=0x83bc9a380) at ../src/backend/executor/nodeAgg.c...
[05:08:58.641] #6  ExecAgg (pstate=0x83bc9a380) at ../src/backend/executor/nodeAgg.c:2172
[05:08:58.641] #7  0x000000000076726b in ExecProcNode (node=0x83bc9a380) at ../src/include/executor/executor.h:278
[05:08:58.641] #8  ExecutePlan (estate=0x83bc9a100, planstate=0x83bc9a380, use_parallel_mode=<optimized out>, operation=...
[05:08:58.641] #9  standard_ExecutorRun (queryDesc=0x836bb5500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[05:08:58.345] #0  0x000000000075e38a in ExecInterpExpr (state=0x83b8cd500, econtext=0x83b8ce160, isnull=0x82176f507) at...
[05:08:58.345] #1  0x0000000000764e20 in ExecEvalExpr (state=0x83b8cd9f0, econtext=0x83b8e2b78, isNull=0x82176f507) at ....
[05:08:58.345] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[05:08:58.345] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83b8cd100, slot=slot@entry=0x83b8e2b78, isnew=isnew...
[05:08:58.345] #4  0x000000000077ebc5 in lookup_hash_entries (aggstate=aggstate@entry=0x837c1f380) at ../src/backend/exe...
[05:08:58.345] #5  0x000000000077c462 in agg_fill_hash_table (aggstate=0x837c1f380) at ../src/backend/executor/nodeAgg.c...
[05:08:58.345] #6  ExecAgg (pstate=0x837c1f380) at ../src/backend/executor/nodeAgg.c:2172
[05:08:58.345] #7  0x000000000076726b in ExecProcNode (node=0x837c1f380) at ../src/include/executor/executor.h:278
[05:08:58.345] #8  ExecutePlan (estate=0x837c1f100, planstate=0x837c1f380, use_parallel_mode=<optimized out>, operation=...
[05:08:58.345] #9  standard_ExecutorRun (queryDesc=0x837a71500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[05:08:58.036] #0  0x000000000075e38a in ExecInterpExpr (state=0x83a31a500, econtext=0x83a31b160, isnull=0x821041a47) at...
[05:08:58.036] #1  0x0000000000764e20 in ExecEvalExpr (state=0x83a31a9f0, econtext=0x83a330778, isNull=0x821041a47) at ....
[05:08:58.036] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[05:08:58.036] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83a31a100, slot=slot@entry=0x83a330778, isnew=isnew...
[05:08:58.036] #4  0x000000000077ebc5 in lookup_hash_entries (aggstate=aggstate@entry=0x83a27f380) at ../src/backend/exe...
[05:08:58.036] #5  0x000000000077c462 in agg_fill_hash_table (aggstate=0x83a27f380) at ../src/backend/executor/nodeAgg.c...
[05:08:58.036] #6  ExecAgg (pstate=0x83a27f380) at ../src/backend/executor/nodeAgg.c:2172
[05:08:58.036] #7  0x000000000076726b in ExecProcNode (node=0x83a27f380) at ../src/include/executor/executor.h:278
[05:08:58.036] #8  ExecutePlan (estate=0x83a27f100, planstate=0x83a27f380, use_parallel_mode=<optimized out>, operation=...
[05:08:58.036] #9  standard_ExecutorRun (queryDesc=0x835c93500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[05:08:57.738] #0  0x000000000075e38a in ExecInterpExpr (state=0x83b07d920, econtext=0x840e2cc58, isnull=0x82131e927) at...
[05:08:57.738] #1  0x0000000000764e20 in ExecEvalExpr (state=0x83b07eb40, econtext=0x83b08a5e8, isNull=0x82131e927) at ....
[05:08:57.738] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[05:08:57.738] #3  LookupTupleHashEntry (hashtable=0x83b07d780, slot=slot@entry=0x83b08a5e8, isnew=isnew@entry=0x82131e9...
[05:08:57.738] #4  0x00000000007a0984 in setop_fill_hash_table (setopstate=0x83af4c380) at ../src/backend/executor/nodeS...
[05:08:57.738] #5  ExecSetOp (pstate=0x83af4c380) at ../src/backend/executor/nodeSetOp.c:216
[05:08:57.738] #6  0x000000000076726b in ExecProcNode (node=0x83af4c380) at ../src/include/executor/executor.h:278
[05:08:57.738] #7  ExecutePlan (estate=0x83af4c100, planstate=0x83af4c380, use_parallel_mode=<optimized out>, operation=...
[05:08:57.738] #8  standard_ExecutorRun (queryDesc=0x837f17100, direction=ForwardScanDirection, count=count@entry=0, exe...
[05:08:57.738] #9  0x000000083ab00ac1 in pgss_ExecutorRun (queryDesc=0x837f17100, direction=ForwardScanDirection, count=...
core
[05:08:57.423] #0  0x000000000075e38a in ExecInterpExpr (state=0x83bb07f20, econtext=0x83bb59e18, isnull=0x82131e837) at...
[05:08:57.423] #1  0x0000000000764e20 in ExecEvalExpr (state=0x83bb59798, econtext=0x83bafd6b8, isNull=0x82131e837) at ....
[05:08:57.423] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[05:08:57.423] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83bb06100, slot=slot@entry=0x83bafd6b8, isnew=isnew...
[05:08:57.423] #4  0x000000000077ebc5 in lookup_hash_entries (aggstate=aggstate@entry=0x83baed558) at ../src/backend/exe...
[05:08:57.423] #5  0x000000000077c462 in agg_fill_hash_table (aggstate=0x83baed558) at ../src/backend/executor/nodeAgg.c...
[05:08:57.423] #6  ExecAgg (pstate=0x83baed558) at ../src/backend/executor/nodeAgg.c:2172
[05:08:57.423] #7  0x00000000007a12b7 in ExecProcNode (node=0x83baed558) at ../src/include/executor/executor.h:278
[05:08:57.423] #8  ExecSort (pstate=0x83baed348) at ../src/backend/executor/nodeSort.c:149
[05:08:57.423] #9  0x000000000076726b in ExecProcNode (node=0x83baed348) at ../src/include/executor/executor.h:278
core
[05:08:57.117] #0  0x000000082addf41a in thr_kill () from /lib/libc.so.7
[05:08:57.117] #1  0x000000082ad58e64 in raise () from /lib/libc.so.7
[05:08:57.117] #2  0x000000082ae096f9 in abort () from /lib/libc.so.7
[05:08:57.117] #3  0x0000000000a96215 in ExceptionalCondition (conditionName=0x35723c "HaveRegisteredOrActiveSnapshot()"...
[05:08:57.117] #4  0x0000000000698eea in index_drop (indexId=67559, concurrent=false, concurrent_lock_mode=<optimized ou...
[05:08:57.117] #5  0x00000000006905fe in doDeletion (object=object@entry=0x8348c35b0, flags=flags@entry=21) at ../src/ba...
[05:08:57.117] #6  0x000000000068eac0 in deleteOneObject (object=0x8348c35b0, depRel=0x8213abdd0, flags=21) at ../src/ba...
[05:08:57.117] #7  deleteObjectsInList (targetObjects=targetObjects@entry=0x8348eb738, depRel=depRel@entry=0x8213abdd0, ...
[05:08:57.117] #8  0x000000000068d755 in performDeletion (object=object@entry=0x8213abec0, behavior=behavior@entry=DROP_...
[05:08:57.117] #9  0x00000000008893c6 in do_autovacuum () at ../src/backend/postmaster/autovacuum.c:2215
core
[05:08:56.802] #0  0x000000000075e38a in ExecInterpExpr (state=0x8371ea710, econtext=0x8371eb190, isnull=0x8213aba57) at...
[05:08:56.802] #1  0x0000000000764e20 in ExecEvalExpr (state=0x8371eabb0, econtext=0x8372665b0, isNull=0x8213aba57) at ....
[05:08:56.802] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[05:08:56.802] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x8371ea100, slot=slot@entry=0x8372665b0, isnew=isnew...
[05:08:56.802] #4  0x000000000077ebc5 in lookup_hash_entries (aggstate=aggstate@entry=0x8371c2418) at ../src/backend/exe...
[05:08:56.802] #5  0x000000000077c462 in agg_fill_hash_table (aggstate=0x8371c2418) at ../src/backend/executor/nodeAgg.c...
[05:08:56.802] #6  ExecAgg (pstate=0x8371c2418) at ../src/backend/executor/nodeAgg.c:2172
[05:08:56.802] #7  0x0000000000780d9b in ExecProcNode (node=0x8371c2418) at ../src/include/executor/executor.h:278
[05:08:56.802] #8  ExecAppend (pstate=0x8371c1c48) at ../src/backend/executor/nodeAppend.c:351
[05:08:56.802] #9  0x000000000077ea1d in ExecProcNode (node=0x8371c1c48) at ../src/include/executor/executor.h:278
core
[05:08:56.490] #0  0x000000082addf41a in thr_kill () from /lib/libc.so.7
[05:08:56.490] #1  0x000000082ad58e64 in raise () from /lib/libc.so.7
[05:08:56.490] #2  0x000000082ae096f9 in abort () from /lib/libc.so.7
[05:08:56.490] #3  0x0000000000a96215 in ExceptionalCondition (conditionName=0x35723c "HaveRegisteredOrActiveSnapshot()"...
[05:08:56.490] #4  0x0000000000698eea in index_drop (indexId=67559, concurrent=false, concurrent_lock_mode=<optimized ou...
[05:08:56.490] #5  0x00000000006905fe in doDeletion (object=object@entry=0x8348c35b0, flags=flags@entry=21) at ../src/ba...
[05:08:56.490] #6  0x000000000068eac0 in deleteOneObject (object=0x8348c35b0, depRel=0x8213abdd0, flags=21) at ../src/ba...
[05:08:56.490] #7  deleteObjectsInList (targetObjects=targetObjects@entry=0x836e4fd08, depRel=depRel@entry=0x8213abdd0, ...
[05:08:56.490] #8  0x000000000068d755 in performDeletion (object=object@entry=0x8213abec0, behavior=behavior@entry=DROP_...
[05:08:56.490] #9  0x00000000008893c6 in do_autovacuum () at ../src/backend/postmaster/autovacuum.c:2215
core
[05:09:07.201] #0  0x000000000075e38a in ExecInterpExpr (state=0x83af42500, econtext=0x83af43160, isnull=0x820c4c937) at...
[05:09:07.201] #1  0x0000000000764e20 in ExecEvalExpr (state=0x83af429f0, econtext=0x83af585f8, isNull=0x820c4c937) at ....
[05:09:07.201] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[05:09:07.201] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83af42100, slot=slot@entry=0x83af585f8, isnew=isnew...
[05:09:07.201] #4  0x000000000077ebc5 in lookup_hash_entries (aggstate=aggstate@entry=0x83aea7380) at ../src/backend/exe...
[05:09:07.201] #5  0x000000000077c462 in agg_fill_hash_table (aggstate=0x83aea7380) at ../src/backend/executor/nodeAgg.c...
[05:09:07.201] #6  ExecAgg (pstate=0x83aea7380) at ../src/backend/executor/nodeAgg.c:2172
[05:09:07.201] #7  0x000000000076726b in ExecProcNode (node=0x83aea7380) at ../src/include/executor/executor.h:278
[05:09:07.201] #8  ExecutePlan (estate=0x83aea7100, planstate=0x83aea7380, use_parallel_mode=<optimized out>, operation=...
[05:09:07.201] #9  standard_ExecutorRun (queryDesc=0x8371cf500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[05:08:56.176] #0  0x000000000075e38a in ExecInterpExpr (state=0x837c783e0, econtext=0x837c7b020, isnull=0x8213abc47) at...
[05:08:56.176] #1  0x0000000000764e20 in ExecEvalExpr (state=0x837c79d40, econtext=0x837c23bf8, isNull=0x8213abc47) at ....
[05:08:56.176] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[05:08:56.176] #3  LookupTupleHashEntry (hashtable=0x837c78210, slot=slot@entry=0x837c23bf8, isnew=isnew@entry=0x8213abc...
[05:08:56.176] #4  0x00000000007a0984 in setop_fill_hash_table (setopstate=0x8347f9a68) at ../src/backend/executor/nodeS...
[05:08:56.176] #5  ExecSetOp (pstate=0x8347f9a68) at ../src/backend/executor/nodeSetOp.c:216
[05:08:56.176] #6  0x000000000076726b in ExecProcNode (node=0x8347f9a68) at ../src/include/executor/executor.h:278
[05:08:56.176] #7  ExecutePlan (estate=0x8348fc100, planstate=0x8347f9a68, use_parallel_mode=<optimized out>, operation=...
[05:08:56.176] #8  standard_ExecutorRun (queryDesc=0x8347ea500, direction=ForwardScanDirection, count=0, execute_once=<o...
[05:08:56.176] #9  0x000000000093f5c9 in PortalRunSelect (portal=portal@entry=0x834817100, forward=<optimized out>, coun...
core
[05:08:55.877] #0  0x000000000075e38a in ExecInterpExpr (state=0x8376dc928, econtext=0x8376e0aa8, isnull=0x8213abc47) at...
[05:08:55.877] #1  0x0000000000764e20 in ExecEvalExpr (state=0x8376e0428, econtext=0x8376b4bd8, isNull=0x8213abc47) at ....
[05:08:55.877] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[05:08:55.877] #3  LookupTupleHashEntry (hashtable=0x8376dc788, slot=slot@entry=0x8376b4bd8, isnew=isnew@entry=0x8213abc...
[05:08:55.877] #4  0x00000000007a0984 in setop_fill_hash_table (setopstate=0x8376545f0) at ../src/backend/executor/nodeS...
[05:08:55.877] #5  ExecSetOp (pstate=0x8376545f0) at ../src/backend/executor/nodeSetOp.c:216
[05:08:55.877] #6  0x000000000076726b in ExecProcNode (node=0x8376545f0) at ../src/include/executor/executor.h:278
[05:08:55.877] #7  ExecutePlan (estate=0x837654100, planstate=0x8376545f0, use_parallel_mode=<optimized out>, operation=...
[05:08:55.877] #8  standard_ExecutorRun (queryDesc=0x8348ec500, direction=ForwardScanDirection, count=0, execute_once=<o...
[05:08:55.877] #9  0x000000000093f5c9 in PortalRunSelect (portal=portal@entry=0x834817100, forward=<optimized out>, coun...
core
[05:08:55.569] #0  0x000000000075e38a in ExecInterpExpr (state=0x83749ff20, econtext=0x837539298, isnull=0x8213aba07) at...
[05:08:55.569] #1  0x0000000000764e20 in ExecEvalExpr (state=0x837538c18, econtext=0x8375135f0, isNull=0x8213aba07) at ....
[05:08:55.569] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[05:08:55.569] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83749e100, slot=slot@entry=0x8375135f0, isnew=isnew...
[05:08:55.569] #4  0x000000000077ebc5 in lookup_hash_entries (aggstate=aggstate@entry=0x8348f53a0) at ../src/backend/exe...
[05:08:55.569] #5  0x000000000077c462 in agg_fill_hash_table (aggstate=0x8348f53a0) at ../src/backend/executor/nodeAgg.c...
[05:08:55.569] #6  ExecAgg (pstate=0x8348f53a0) at ../src/backend/executor/nodeAgg.c:2172
[05:08:55.569] #7  0x0000000000787218 in ExecProcNode (node=0x8348f53a0) at ../src/include/executor/executor.h:278
[05:08:55.569] #8  MultiExecPrivateHash (node=0x8348f5180) at ../src/backend/executor/nodeHash.c:166
[05:08:55.569] #9  MultiExecHash (node=0x8348f5180) at ../src/backend/executor/nodeHash.c:115
core
[05:08:55.245] #0  0x000000000075e38a in ExecInterpExpr (state=0x836e26d00, econtext=0x836e28260, isnull=0x8213abbe7) at...
[05:08:55.245] #1  0x0000000000764e20 in ExecEvalExpr (state=0x836e271f0, econtext=0x836e34220, isNull=0x8213abbe7) at ....
[05:08:55.245] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[05:08:55.245] #3  LookupTupleHashEntry (hashtable=0x836e26b48, slot=slot@entry=0x836e34220, isnew=isnew@entry=0x8213abc...
[05:08:55.245] #4  0x000000000079f5b9 in ExecRecursiveUnion (pstate=0x836e333d0) at ../src/backend/executor/nodeRecursiv...
[05:08:55.245] #5  0x0000000000783c1c in ExecProcNode (node=0x836e333d0) at ../src/include/executor/executor.h:278
[05:08:55.245] #6  CteScanNext (node=0x836e28550) at ../src/backend/executor/nodeCtescan.c:103
[05:08:55.245] #7  0x00000000007a12b7 in ExecProcNode (node=0x836e28550) at ../src/include/executor/executor.h:278
[05:08:55.245] #8  ExecSort (pstate=0x836e28340) at ../src/backend/executor/nodeSort.c:149
[05:08:55.245] #9  0x000000000076726b in ExecProcNode (node=0x836e28340) at ../src/include/executor/executor.h:278
core
[05:09:07.490] #0  0x000000000075e38a in ExecInterpExpr (state=0x83c310500, econtext=0x83c311160, isnull=0x8218bfbc7) at...
[05:09:07.490] #1  0x0000000000764e20 in ExecEvalExpr (state=0x83c3109f0, econtext=0x83c325af8, isNull=0x8218bfbc7) at ....
[05:09:07.490] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[05:09:07.490] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83c310100, slot=slot@entry=0x83c325af8, isnew=isnew...
[05:09:07.490] #4  0x000000000077ebc5 in lookup_hash_entries (aggstate=aggstate@entry=0x83c275380) at ../src/backend/exe...
[05:09:07.490] #5  0x000000000077c462 in agg_fill_hash_table (aggstate=0x83c275380) at ../src/backend/executor/nodeAgg.c...
[05:09:07.490] #6  ExecAgg (pstate=0x83c275380) at ../src/backend/executor/nodeAgg.c:2172
[05:09:07.490] #7  0x000000000076726b in ExecProcNode (node=0x83c275380) at ../src/include/executor/executor.h:278
[05:09:07.490] #8  ExecutePlan (estate=0x83c275100, planstate=0x83c275380, use_parallel_mode=<optimized out>, operation=...
[05:09:07.490] #9  standard_ExecutorRun (queryDesc=0x837bcc500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[05:09:07.787] #0  0x000000000075e38a in ExecInterpExpr (state=0x83aaa0500, econtext=0x83aaa1160, isnull=0x8218ed737) at...
[05:09:07.787] #1  0x0000000000764e20 in ExecEvalExpr (state=0x83aaa09f0, econtext=0x83aab6a38, isNull=0x8218ed737) at ....
[05:09:07.787] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[05:09:07.787] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83aaa0100, slot=slot@entry=0x83aab6a38, isnew=isnew...
[05:09:07.787] #4  0x000000000077ebc5 in lookup_hash_entries (aggstate=aggstate@entry=0x83aa05380) at ../src/backend/exe...
[05:09:07.787] #5  0x000000000077c462 in agg_fill_hash_table (aggstate=0x83aa05380) at ../src/backend/executor/nodeAgg.c...
[05:09:07.787] #6  ExecAgg (pstate=0x83aa05380) at ../src/backend/executor/nodeAgg.c:2172
[05:09:07.787] #7  0x000000000076726b in ExecProcNode (node=0x83aa05380) at ../src/include/executor/executor.h:278
[05:09:07.787] #8  ExecutePlan (estate=0x83aa05100, planstate=0x83aa05380, use_parallel_mode=<optimized out>, operation=...
[05:09:07.787] #9  standard_ExecutorRun (queryDesc=0x8360fc500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[05:08:54.930] #0  0x000000082addf41a in thr_kill () from /lib/libc.so.7
[05:08:54.930] #1  0x000000082ad58e64 in raise () from /lib/libc.so.7
[05:08:54.930] #2  0x000000082ae096f9 in abort () from /lib/libc.so.7
[05:08:54.930] #3  0x0000000000a96215 in ExceptionalCondition (conditionName=0x35723c "HaveRegisteredOrActiveSnapshot()"...
[05:08:54.930] #4  0x0000000000698eea in index_drop (indexId=35658, concurrent=false, concurrent_lock_mode=<optimized ou...
[05:08:54.930] #5  0x00000000006905fe in doDeletion (object=object@entry=0x8348c35b0, flags=flags@entry=21) at ../src/ba...
[05:08:54.930] #6  0x000000000068eac0 in deleteOneObject (object=0x8348c35b0, depRel=0x8213abdd0, flags=21) at ../src/ba...
[05:08:54.930] #7  deleteObjectsInList (targetObjects=targetObjects@entry=0x8376080e8, depRel=depRel@entry=0x8213abdd0, ...
[05:08:54.930] #8  0x000000000068d755 in performDeletion (object=object@entry=0x8213abec0, behavior=behavior@entry=DROP_...
[05:08:54.930] #9  0x00000000008893c6 in do_autovacuum () at ../src/backend/postmaster/autovacuum.c:2215
core
[05:09:08.074] #0  0x000000000075e38a in ExecInterpExpr (state=0x836b39500, econtext=0x836b3a160, isnull=0x8216c6947) at...
[05:09:08.074] #1  0x0000000000764e20 in ExecEvalExpr (state=0x836b399f0, econtext=0x836b4ed78, isNull=0x8216c6947) at ....
[05:09:08.074] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[05:09:08.074] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x836b39100, slot=slot@entry=0x836b4ed78, isnew=isnew...
[05:09:08.074] #4  0x000000000077ebc5 in lookup_hash_entries (aggstate=aggstate@entry=0x836a9e380) at ../src/backend/exe...
[05:09:08.074] #5  0x000000000077c462 in agg_fill_hash_table (aggstate=0x836a9e380) at ../src/backend/executor/nodeAgg.c...
[05:09:08.074] #6  ExecAgg (pstate=0x836a9e380) at ../src/backend/executor/nodeAgg.c:2172
[05:09:08.074] #7  0x000000000076726b in ExecProcNode (node=0x836a9e380) at ../src/include/executor/executor.h:278
[05:09:08.074] #8  ExecutePlan (estate=0x836a9e100, planstate=0x836a9e380, use_parallel_mode=<optimized out>, operation=...
[05:09:08.074] #9  standard_ExecutorRun (queryDesc=0x833fa3500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[05:08:54.592] #0  0x000000000075e38a in ExecInterpExpr (state=0x843cfa300, econtext=0x843cfad80, isnull=0x8213abe17) at...
[05:08:54.592] #1  0x0000000000764e20 in ExecEvalExpr (state=0x843cfa7a0, econtext=0x8349194e8, isNull=0x8213abe17) at ....
[05:08:54.592] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[05:08:54.592] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x843cfa100, slot=slot@entry=0x8349194e8, isnew=isnew...
[05:08:54.592] #4  0x000000000077ebc5 in lookup_hash_entries (aggstate=aggstate@entry=0x8348cc8c0) at ../src/backend/exe...
[05:08:54.592] #5  0x000000000077c462 in agg_fill_hash_table (aggstate=0x8348cc8c0) at ../src/backend/executor/nodeAgg.c...
[05:08:54.592] #6  ExecAgg (pstate=0x8348cc8c0) at ../src/backend/executor/nodeAgg.c:2172
[05:08:54.592] #7  0x000000000076726b in ExecProcNode (node=0x8348cc8c0) at ../src/include/executor/executor.h:278
[05:08:54.592] #8  ExecutePlan (estate=0x8348cc100, planstate=0x8348cc8c0, use_parallel_mode=<optimized out>, operation=...
[05:08:54.592] #9  standard_ExecutorRun (queryDesc=0x843ce4b08, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[05:08:54.272] #0  0x000000000075e38a in ExecInterpExpr (state=0x8379a7300, econtext=0x8379a7d80, isnull=0x8213abe17) at...
[05:08:54.272] #1  0x0000000000764e20 in ExecEvalExpr (state=0x8379a77a0, econtext=0x8349194e8, isNull=0x8213abe17) at ....
[05:08:54.272] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[05:08:54.272] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x8379a7100, slot=slot@entry=0x8349194e8, isnew=isnew...
[05:08:54.272] #4  0x000000000077ebc5 in lookup_hash_entries (aggstate=aggstate@entry=0x8348cc8c0) at ../src/backend/exe...
[05:08:54.272] #5  0x000000000077c462 in agg_fill_hash_table (aggstate=0x8348cc8c0) at ../src/backend/executor/nodeAgg.c...
[05:08:54.272] #6  ExecAgg (pstate=0x8348cc8c0) at ../src/backend/executor/nodeAgg.c:2172
[05:08:54.272] #7  0x000000000076726b in ExecProcNode (node=0x8348cc8c0) at ../src/include/executor/executor.h:278
[05:08:54.272] #8  ExecutePlan (estate=0x8348cc100, planstate=0x8348cc8c0, use_parallel_mode=<optimized out>, operation=...
[05:08:54.272] #9  standard_ExecutorRun (queryDesc=0x837991b08, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[05:08:53.956] #0  0x000000000075e38a in ExecInterpExpr (state=0x837471300, econtext=0x837471d80, isnull=0x8213abe17) at...
[05:08:53.956] #1  0x0000000000764e20 in ExecEvalExpr (state=0x8374717a0, econtext=0x8349194e8, isNull=0x8213abe17) at ....
[05:08:53.956] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[05:08:53.956] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x837471100, slot=slot@entry=0x8349194e8, isnew=isnew...
[05:08:53.956] #4  0x000000000077ebc5 in lookup_hash_entries (aggstate=aggstate@entry=0x8348cc8c0) at ../src/backend/exe...
[05:08:53.956] #5  0x000000000077c462 in agg_fill_hash_table (aggstate=0x8348cc8c0) at ../src/backend/executor/nodeAgg.c...
[05:08:53.956] #6  ExecAgg (pstate=0x8348cc8c0) at ../src/backend/executor/nodeAgg.c:2172
[05:08:53.956] #7  0x000000000076726b in ExecProcNode (node=0x8348cc8c0) at ../src/include/executor/executor.h:278
[05:08:53.956] #8  ExecutePlan (estate=0x8348cc100, planstate=0x8348cc8c0, use_parallel_mode=<optimized out>, operation=...
[05:08:53.956] #9  standard_ExecutorRun (queryDesc=0x83745bb08, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[05:08:53.633] #0  0x000000000075e38a in ExecInterpExpr (state=0x837944300, econtext=0x837944d80, isnull=0x8213aba77) at...
[05:08:53.633] #1  0x0000000000764e20 in ExecEvalExpr (state=0x8379447a0, econtext=0x8378f8010, isNull=0x8213aba77) at ....
[05:08:53.633] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[05:08:53.633] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x837944100, slot=slot@entry=0x8378f8010, isnew=isnew...
[05:08:53.633] #4  0x000000000077ebc5 in lookup_hash_entries (aggstate=aggstate@entry=0x837946bd8) at ../src/backend/exe...
[05:08:53.633] #5  0x000000000077c462 in agg_fill_hash_table (aggstate=0x837946bd8) at ../src/backend/executor/nodeAgg.c...
[05:08:53.633] #6  ExecAgg (pstate=0x837946bd8) at ../src/backend/executor/nodeAgg.c:2172
[05:08:53.633] #7  0x0000000000785846 in ExecProcNode (node=0x837946bd8) at ../src/include/executor/executor.h:278
[05:08:53.633] #8  gather_getnext (gatherstate=0x837946a38) at ../src/backend/executor/nodeGather.c:294
[05:08:53.633] #9  ExecGather (pstate=0x837946a38) at ../src/backend/executor/nodeGather.c:229
core
[05:08:53.318] #0  0x000000000075e38a in ExecInterpExpr (state=0x8347f1f20, econtext=0x83778c918, isnull=0x8213abb57) at...
[05:08:53.318] #1  0x0000000000764e20 in ExecEvalExpr (state=0x83778c298, econtext=0x8348c9bd0, isNull=0x8213abb57) at ....
[05:08:53.318] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[05:08:53.318] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x8347f0100, slot=slot@entry=0x8348c9bd0, isnew=isnew...
[05:08:53.318] #4  0x000000000077ebc5 in lookup_hash_entries (aggstate=aggstate@entry=0x83490b8c0) at ../src/backend/exe...
[05:08:53.318] #5  0x000000000077c462 in agg_fill_hash_table (aggstate=0x83490b8c0) at ../src/backend/executor/nodeAgg.c...
[05:08:53.318] #6  ExecAgg (pstate=0x83490b8c0) at ../src/backend/executor/nodeAgg.c:2172
[05:08:53.318] #7  0x00000000007a12b7 in ExecProcNode (node=0x83490b8c0) at ../src/include/executor/executor.h:278
[05:08:53.318] #8  ExecSort (pstate=0x83490b380) at ../src/backend/executor/nodeSort.c:149
[05:08:53.318] #9  0x000000000076726b in ExecProcNode (node=0x83490b380) at ../src/include/executor/executor.h:278
core
[05:08:53.007] #0  0x000000000075e38a in ExecInterpExpr (state=0x837a4f400, econtext=0x837a4ff70, isnull=0x8213aaec7) at...
[05:08:53.007] #1  0x0000000000764e20 in ExecEvalExpr (state=0x837a4f8f0, econtext=0x8347eb618, isNull=0x8213aaec7) at ....
[05:08:53.007] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[05:08:53.007] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x837a4f100, slot=slot@entry=0x8347eb618, isnew=isnew...
[05:08:53.007] #4  0x000000000077ebc5 in lookup_hash_entries (aggstate=aggstate@entry=0x83796b380) at ../src/backend/exe...
[05:08:53.007] #5  0x000000000077c462 in agg_fill_hash_table (aggstate=0x83796b380) at ../src/backend/executor/nodeAgg.c...
[05:08:53.007] #6  ExecAgg (pstate=0x83796b380) at ../src/backend/executor/nodeAgg.c:2172
[05:08:53.007] #7  0x000000000076f40a in ExecProcNodeInstr (node=0x83796b380) at ../src/backend/executor/execProcnode.c:...
[05:08:53.007] #8  0x000000000076726b in ExecProcNode (node=0x83796b380) at ../src/include/executor/executor.h:278
[05:08:53.007] #9  ExecutePlan (estate=0x83796b100, planstate=0x83796b380, use_parallel_mode=<optimized out>, operation=...
core
[05:08:52.631] #0  0x000000082addf41a in thr_kill () from /lib/libc.so.7
[05:08:52.631] #1  0x000000082ad58e64 in raise () from /lib/libc.so.7
[05:08:52.631] #2  0x000000082ae096f9 in abort () from /lib/libc.so.7
[05:08:52.631] #3  0x0000000000a96215 in ExceptionalCondition (conditionName=0x35723c "HaveRegisteredOrActiveSnapshot()"...
[05:08:52.631] #4  0x0000000000698eea in index_drop (indexId=35658, concurrent=false, concurrent_lock_mode=<optimized ou...
[05:08:52.631] #5  0x00000000006905fe in doDeletion (object=object@entry=0x8348c35b0, flags=flags@entry=21) at ../src/ba...
[05:08:52.631] #6  0x000000000068eac0 in deleteOneObject (object=0x8348c35b0, depRel=0x8213abdd0, flags=21) at ../src/ba...
[05:08:52.631] #7  deleteObjectsInList (targetObjects=targetObjects@entry=0x83724b438, depRel=depRel@entry=0x8213abdd0, ...
[05:08:52.631] #8  0x000000000068d755 in performDeletion (object=object@entry=0x8213abec0, behavior=behavior@entry=DROP_...
[05:08:52.631] #9  0x00000000008893c6 in do_autovacuum () at ../src/backend/postmaster/autovacuum.c:2215
core
[05:08:52.304] #0  0x000000000075e38a in ExecInterpExpr (state=0x8348fd490, econtext=0x8348fe000, isnull=0x8213abb57) at...
[05:08:52.304] #1  0x0000000000764e20 in ExecEvalExpr (state=0x8348fd980, econtext=0x834876768, isNull=0x8213abb57) at ....
[05:08:52.304] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[05:08:52.304] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x8348fd100, slot=slot@entry=0x834876768, isnew=isnew...
[05:08:52.304] #4  0x000000000077ebc5 in lookup_hash_entries (aggstate=aggstate@entry=0x83772d560) at ../src/backend/exe...
[05:08:52.304] #5  0x000000000077c462 in agg_fill_hash_table (aggstate=0x83772d560) at ../src/backend/executor/nodeAgg.c...
[05:08:52.304] #6  ExecAgg (pstate=0x83772d560) at ../src/backend/executor/nodeAgg.c:2172
[05:08:52.304] #7  0x00000000007a12b7 in ExecProcNode (node=0x83772d560) at ../src/include/executor/executor.h:278
[05:08:52.304] #8  ExecSort (pstate=0x83772d350) at ../src/backend/executor/nodeSort.c:149
[05:08:52.304] #9  0x000000000076726b in ExecProcNode (node=0x83772d350) at ../src/include/executor/executor.h:278
core
[05:08:51.994] #0  0x000000000075e38a in ExecInterpExpr (state=0x837467400, econtext=0x837467f70, isnull=0x8213abb57) at...
[05:08:51.994] #1  0x0000000000764e20 in ExecEvalExpr (state=0x8374678f0, econtext=0x837570018, isNull=0x8213abb57) at ....
[05:08:51.994] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[05:08:51.994] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x837467100, slot=slot@entry=0x837570018, isnew=isnew...
[05:08:51.994] #4  0x000000000077ebc5 in lookup_hash_entries (aggstate=aggstate@entry=0x8348f5570) at ../src/backend/exe...
[05:08:51.994] #5  0x000000000077c462 in agg_fill_hash_table (aggstate=0x8348f5570) at ../src/backend/executor/nodeAgg.c...
[05:08:51.994] #6  ExecAgg (pstate=0x8348f5570) at ../src/backend/executor/nodeAgg.c:2172
[05:08:51.994] #7  0x00000000007a12b7 in ExecProcNode (node=0x8348f5570) at ../src/include/executor/executor.h:278
[05:08:51.994] #8  ExecSort (pstate=0x8348f5360) at ../src/backend/executor/nodeSort.c:149
[05:08:51.994] #9  0x000000000076726b in ExecProcNode (node=0x8348f5360) at ../src/include/executor/executor.h:278
core
[05:08:51.680] #0  0x000000000075e38a in ExecInterpExpr (state=0x8373b1610, econtext=0x8373b2180, isnull=0x8213abb57) at...
[05:08:51.680] #1  0x0000000000764e20 in ExecEvalExpr (state=0x8373b1b00, econtext=0x8374df380, isNull=0x8213abb57) at ....
[05:08:51.680] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[05:08:51.680] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x8373b1100, slot=slot@entry=0x8374df380, isnew=isnew...
[05:08:51.680] #4  0x000000000077ebc5 in lookup_hash_entries (aggstate=aggstate@entry=0x83752e570) at ../src/backend/exe...
[05:08:51.680] #5  0x000000000077c85a in agg_retrieve_direct (aggstate=0x83752e570) at ../src/backend/executor/nodeAgg.c...
[05:08:51.680] #6  ExecAgg (pstate=0x83752e570) at ../src/backend/executor/nodeAgg.c:2179
[05:08:51.680] #7  0x00000000007a12b7 in ExecProcNode (node=0x83752e570) at ../src/include/executor/executor.h:278
[05:08:51.680] #8  ExecSort (pstate=0x83752e360) at ../src/backend/executor/nodeSort.c:149
[05:08:51.680] #9  0x000000000076726b in ExecProcNode (node=0x83752e360) at ../src/include/executor/executor.h:278
core
[05:09:08.360] #0  0x000000000075e38a in ExecInterpExpr (state=0x837a68500, econtext=0x837a69160, isnull=0x8212cb357) at...
[05:09:08.360] #1  0x0000000000764e20 in ExecEvalExpr (state=0x837a689f0, econtext=0x837a7e1f8, isNull=0x8212cb357) at ....
[05:09:08.360] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[05:09:08.360] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x837a68100, slot=slot@entry=0x837a7e1f8, isnew=isnew...
[05:09:08.360] #4  0x000000000077ebc5 in lookup_hash_entries (aggstate=aggstate@entry=0x8379cd380) at ../src/backend/exe...
[05:09:08.360] #5  0x000000000077c462 in agg_fill_hash_table (aggstate=0x8379cd380) at ../src/backend/executor/nodeAgg.c...
[05:09:08.360] #6  ExecAgg (pstate=0x8379cd380) at ../src/backend/executor/nodeAgg.c:2172
[05:09:08.360] #7  0x000000000076726b in ExecProcNode (node=0x8379cd380) at ../src/include/executor/executor.h:278
[05:09:08.360] #8  ExecutePlan (estate=0x8379cd100, planstate=0x8379cd380, use_parallel_mode=<optimized out>, operation=...
[05:09:08.360] #9  standard_ExecutorRun (queryDesc=0x834948500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[05:08:51.353] #0  0x000000082addf41a in thr_kill () from /lib/libc.so.7
[05:08:51.353] #1  0x000000082ad58e64 in raise () from /lib/libc.so.7
[05:08:51.353] #2  0x000000082ae096f9 in abort () from /lib/libc.so.7
[05:08:51.353] #3  0x0000000000a96215 in ExceptionalCondition (conditionName=0x35723c "HaveRegisteredOrActiveSnapshot()"...
[05:08:51.353] #4  0x0000000000698eea in index_drop (indexId=35658, concurrent=false, concurrent_lock_mode=<optimized ou...
[05:08:51.353] #5  0x00000000006905fe in doDeletion (object=object@entry=0x8348c35b0, flags=flags@entry=21) at ../src/ba...
[05:08:51.353] #6  0x000000000068eac0 in deleteOneObject (object=0x8348c35b0, depRel=0x8213abdd0, flags=21) at ../src/ba...
[05:08:51.353] #7  deleteObjectsInList (targetObjects=targetObjects@entry=0x83490e358, depRel=depRel@entry=0x8213abdd0, ...
[05:08:51.353] #8  0x000000000068d755 in performDeletion (object=object@entry=0x8213abec0, behavior=behavior@entry=DROP_...
[05:08:51.353] #9  0x00000000008893c6 in do_autovacuum () at ../src/backend/postmaster/autovacuum.c:2215
core
[05:09:08.660] #0  0x000000000075e38a in ExecInterpExpr (state=0x838b81500, econtext=0x838b82160, isnull=0x82148cf47) at...
[05:09:08.660] #1  0x0000000000764e20 in ExecEvalExpr (state=0x838b819f0, econtext=0x838b96df8, isNull=0x82148cf47) at ....
[05:09:08.660] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[05:09:08.660] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x838b81100, slot=slot@entry=0x838b96df8, isnew=isnew...
[05:09:08.660] #4  0x000000000077ebc5 in lookup_hash_entries (aggstate=aggstate@entry=0x838ae6380) at ../src/backend/exe...
[05:09:08.660] #5  0x000000000077c462 in agg_fill_hash_table (aggstate=0x838ae6380) at ../src/backend/executor/nodeAgg.c...
[05:09:08.660] #6  ExecAgg (pstate=0x838ae6380) at ../src/backend/executor/nodeAgg.c:2172
[05:09:08.660] #7  0x000000000076726b in ExecProcNode (node=0x838ae6380) at ../src/include/executor/executor.h:278
[05:09:08.660] #8  ExecutePlan (estate=0x838ae6100, planstate=0x838ae6380, use_parallel_mode=<optimized out>, operation=...
[05:09:08.660] #9  standard_ExecutorRun (queryDesc=0x83389d500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[05:08:50.990] #0  0x000000000075e38a in ExecInterpExpr (state=0x837905490, econtext=0x837906000, isnull=0x8213abac7) at...
[05:08:50.990] #1  0x0000000000764e20 in ExecEvalExpr (state=0x837905980, econtext=0x8377c8258, isNull=0x8213abac7) at ....
[05:08:50.990] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[05:08:50.990] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x837905100, slot=slot@entry=0x8377c8258, isnew=isnew...
[05:08:50.990] #4  0x000000000077ebc5 in lookup_hash_entries (aggstate=aggstate@entry=0x8377bc7b0) at ../src/backend/exe...
[05:08:50.990] #5  0x000000000077c462 in agg_fill_hash_table (aggstate=0x8377bc7b0) at ../src/backend/executor/nodeAgg.c...
[05:08:50.990] #6  ExecAgg (pstate=0x8377bc7b0) at ../src/backend/executor/nodeAgg.c:2172
[05:08:50.990] #7  0x000000000079e8db in ExecProcNode (node=0x8377bc7b0) at ../src/include/executor/executor.h:278
[05:08:50.990] #8  ExecNestLoop (pstate=0x8377bc5c0) at ../src/backend/executor/nodeNestloop.c:108
[05:08:50.990] #9  0x00000000007a12b7 in ExecProcNode (node=0x8377bc5c0) at ../src/include/executor/executor.h:278
core
[05:08:50.684] #0  0x000000000075e38a in ExecInterpExpr (state=0x8397a4500, econtext=0x8397a5160, isnull=0x821669787) at...
[05:08:50.684] #1  0x0000000000764e20 in ExecEvalExpr (state=0x8397a49f0, econtext=0x8397ba9f8, isNull=0x821669787) at ....
[05:08:50.684] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[05:08:50.684] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x8397a4100, slot=slot@entry=0x8397ba9f8, isnew=isnew...
[05:08:50.684] #4  0x000000000077ebc5 in lookup_hash_entries (aggstate=aggstate@entry=0x8396b7380) at ../src/backend/exe...
[05:08:50.684] #5  0x000000000077c462 in agg_fill_hash_table (aggstate=0x8396b7380) at ../src/backend/executor/nodeAgg.c...
[05:08:50.684] #6  ExecAgg (pstate=0x8396b7380) at ../src/backend/executor/nodeAgg.c:2172
[05:08:50.684] #7  0x000000000076726b in ExecProcNode (node=0x8396b7380) at ../src/include/executor/executor.h:278
[05:08:50.684] #8  ExecutePlan (estate=0x8396b7100, planstate=0x8396b7380, use_parallel_mode=<optimized out>, operation=...
[05:08:50.684] #9  standard_ExecutorRun (queryDesc=0x834e7b500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[05:08:50.376] #0  0x000000000075e38a in ExecInterpExpr (state=0x837237f20, econtext=0x837174dd8, isnull=0x8213abb57) at...
[05:08:50.376] #1  0x0000000000764e20 in ExecEvalExpr (state=0x837174758, econtext=0x8371af548, isNull=0x8213abb57) at ....
[05:08:50.376] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[05:08:50.376] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x837236100, slot=slot@entry=0x8371af548, isnew=isnew...
[05:08:50.376] #4  0x000000000077ebc5 in lookup_hash_entries (aggstate=aggstate@entry=0x8370d0650) at ../src/backend/exe...
[05:08:50.376] #5  0x000000000077c462 in agg_fill_hash_table (aggstate=0x8370d0650) at ../src/backend/executor/nodeAgg.c...
[05:08:50.376] #6  ExecAgg (pstate=0x8370d0650) at ../src/backend/executor/nodeAgg.c:2172
[05:08:50.376] #7  0x00000000007a12b7 in ExecProcNode (node=0x8370d0650) at ../src/include/executor/executor.h:278
[05:08:50.376] #8  ExecSort (pstate=0x8370d0440) at ../src/backend/executor/nodeSort.c:149
[05:08:50.376] #9  0x000000000076726b in ExecProcNode (node=0x8370d0440) at ../src/include/executor/executor.h:278
core
[05:08:49.765] #0  0x000000000075e38a in ExecInterpExpr (state=0x8378e99b8, econtext=0x8378ec708, isnull=0x8213abc47) at...
[05:08:49.765] #1  0x0000000000764e20 in ExecEvalExpr (state=0x8378ebf98, econtext=0x8378532d0, isNull=0x8213abc47) at ....
[05:08:49.765] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[05:08:49.765] #3  LookupTupleHashEntry (hashtable=0x8378e9818, slot=slot@entry=0x8378532d0, isnew=isnew@entry=0x8213abc...
[05:08:49.765] #4  0x00000000007a0984 in setop_fill_hash_table (setopstate=0x837852360) at ../src/backend/executor/nodeS...
[05:08:49.765] #5  ExecSetOp (pstate=0x837852360) at ../src/backend/executor/nodeSetOp.c:216
[05:08:49.765] #6  0x000000000076726b in ExecProcNode (node=0x837852360) at ../src/include/executor/executor.h:278
[05:08:49.765] #7  ExecutePlan (estate=0x837852100, planstate=0x837852360, use_parallel_mode=<optimized out>, operation=...
[05:08:49.765] #8  standard_ExecutorRun (queryDesc=0x83474e900, direction=ForwardScanDirection, count=0, execute_once=<o...
[05:08:49.765] #9  0x000000000093f5c9 in PortalRunSelect (portal=portal@entry=0x834815100, forward=<optimized out>, coun...
core
[05:08:49.458] #0  0x000000000075e38a in ExecInterpExpr (state=0x83a1ef5a0, econtext=0x83a2d3c18, isnull=0x821105767) at...
[05:08:49.458] #1  0x0000000000764e20 in ExecEvalExpr (state=0x83a1f07c0, econtext=0x83a1fcbe8, isNull=0x821105767) at ....
[05:08:49.458] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[05:08:49.458] #3  LookupTupleHashEntry (hashtable=0x83a1ef400, slot=slot@entry=0x83a1fcbe8, isnew=isnew@entry=0x8211057...
[05:08:49.458] #4  0x00000000007a0984 in setop_fill_hash_table (setopstate=0x837537380) at ../src/backend/executor/nodeS...
[05:08:49.458] #5  ExecSetOp (pstate=0x837537380) at ../src/backend/executor/nodeSetOp.c:216
[05:08:49.458] #6  0x000000000076726b in ExecProcNode (node=0x837537380) at ../src/include/executor/executor.h:278
[05:08:49.458] #7  ExecutePlan (estate=0x837537100, planstate=0x837537380, use_parallel_mode=<optimized out>, operation=...
[05:08:49.458] #8  standard_ExecutorRun (queryDesc=0x837521100, direction=ForwardScanDirection, count=0, execute_once=<o...
[05:08:49.458] #9  0x000000000093f5c9 in PortalRunSelect (portal=portal@entry=0x83758b100, forward=<optimized out>, coun...
core
[05:08:49.157] #0  0x000000000075e38a in ExecInterpExpr (state=0x839920f20, econtext=0x839930398, isnull=0x821105677) at...
[05:08:49.157] #1  0x0000000000764e20 in ExecEvalExpr (state=0x83992fd18, econtext=0x839914878, isNull=0x821105677) at ....
[05:08:49.157] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[05:08:49.157] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83991f100, slot=slot@entry=0x839914878, isnew=isnew...
[05:08:49.157] #4  0x000000000077ebc5 in lookup_hash_entries (aggstate=aggstate@entry=0x839904558) at ../src/backend/exe...
[05:08:49.157] #5  0x000000000077c462 in agg_fill_hash_table (aggstate=0x839904558) at ../src/backend/executor/nodeAgg.c...
[05:08:49.157] #6  ExecAgg (pstate=0x839904558) at ../src/backend/executor/nodeAgg.c:2172
[05:08:49.157] #7  0x00000000007a12b7 in ExecProcNode (node=0x839904558) at ../src/include/executor/executor.h:278
[05:08:49.157] #8  ExecSort (pstate=0x839904348) at ../src/backend/executor/nodeSort.c:149
[05:08:49.157] #9  0x000000000076726b in ExecProcNode (node=0x839904348) at ../src/include/executor/executor.h:278
core
[05:08:48.838] #0  0x000000000075e38a in ExecInterpExpr (state=0x8372799e0, econtext=0x83735e0d8, isnull=0x8213abc47) at...
[05:08:48.838] #1  0x0000000000764e20 in ExecEvalExpr (state=0x83727ac00, econtext=0x837286828, isNull=0x8213abc47) at ....
[05:08:48.838] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[05:08:48.838] #3  LookupTupleHashEntry (hashtable=0x837279840, slot=slot@entry=0x837286828, isnew=isnew@entry=0x8213abc...
[05:08:48.838] #4  0x00000000007a0984 in setop_fill_hash_table (setopstate=0x837127380) at ../src/backend/executor/nodeS...
[05:08:48.838] #5  ExecSetOp (pstate=0x837127380) at ../src/backend/executor/nodeSetOp.c:216
[05:08:48.838] #6  0x000000000076726b in ExecProcNode (node=0x837127380) at ../src/include/executor/executor.h:278
[05:08:48.838] #7  ExecutePlan (estate=0x837127100, planstate=0x837127380, use_parallel_mode=<optimized out>, operation=...
[05:08:48.838] #8  standard_ExecutorRun (queryDesc=0x8348e8100, direction=ForwardScanDirection, count=0, execute_once=<o...
[05:08:48.838] #9  0x000000000093f5c9 in PortalRunSelect (portal=portal@entry=0x834815100, forward=<optimized out>, coun...
core
[05:08:48.521] #0  0x000000000075e38a in ExecInterpExpr (state=0x837678f20, econtext=0x83768a758, isnull=0x8213abb57) at...
[05:08:48.521] #1  0x0000000000764e20 in ExecEvalExpr (state=0x83768a0d8, econtext=0x83766e578, isNull=0x8213abb57) at ....
[05:08:48.521] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[05:08:48.521] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x837677100, slot=slot@entry=0x83766e578, isnew=isnew...
[05:08:48.521] #4  0x000000000077ebc5 in lookup_hash_entries (aggstate=aggstate@entry=0x83765e558) at ../src/backend/exe...
[05:08:48.521] #5  0x000000000077c462 in agg_fill_hash_table (aggstate=0x83765e558) at ../src/backend/executor/nodeAgg.c...
[05:08:48.521] #6  ExecAgg (pstate=0x83765e558) at ../src/backend/executor/nodeAgg.c:2172
[05:08:48.521] #7  0x00000000007a12b7 in ExecProcNode (node=0x83765e558) at ../src/include/executor/executor.h:278
[05:08:48.521] #8  ExecSort (pstate=0x83765e348) at ../src/backend/executor/nodeSort.c:149
[05:08:48.521] #9  0x000000000076726b in ExecProcNode (node=0x83765e348) at ../src/include/executor/executor.h:278
core
[05:09:08.965] #0  0x000000000075e38a in ExecInterpExpr (state=0x838249500, econtext=0x83824a160, isnull=0x820c19997) at...
[05:09:08.965] #1  0x0000000000764e20 in ExecEvalExpr (state=0x8382499f0, econtext=0x83825edb8, isNull=0x820c19997) at ....
[05:09:08.965] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[05:09:08.965] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x838249100, slot=slot@entry=0x83825edb8, isnew=isnew...
[05:09:08.965] #4  0x000000000077ebc5 in lookup_hash_entries (aggstate=aggstate@entry=0x8381ae380) at ../src/backend/exe...
[05:09:08.965] #5  0x000000000077c462 in agg_fill_hash_table (aggstate=0x8381ae380) at ../src/backend/executor/nodeAgg.c...
[05:09:08.965] #6  ExecAgg (pstate=0x8381ae380) at ../src/backend/executor/nodeAgg.c:2172
[05:09:08.965] #7  0x000000000076726b in ExecProcNode (node=0x8381ae380) at ../src/include/executor/executor.h:278
[05:09:08.965] #8  ExecutePlan (estate=0x8381ae100, planstate=0x8381ae380, use_parallel_mode=<optimized out>, operation=...
[05:09:08.965] #9  standard_ExecutorRun (queryDesc=0x834692500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[05:09:09.263] #0  0x000000000075e38a in ExecInterpExpr (state=0x83e8da500, econtext=0x83e8db160, isnull=0x82110c647) at...
[05:09:09.263] #1  0x0000000000764e20 in ExecEvalExpr (state=0x83e8da9f0, econtext=0x83e8f00f8, isNull=0x82110c647) at ....
[05:09:09.263] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[05:09:09.263] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83e8da100, slot=slot@entry=0x83e8f00f8, isnew=isnew...
[05:09:09.263] #4  0x000000000077ebc5 in lookup_hash_entries (aggstate=aggstate@entry=0x83e83f380) at ../src/backend/exe...
[05:09:09.263] #5  0x000000000077c462 in agg_fill_hash_table (aggstate=0x83e83f380) at ../src/backend/executor/nodeAgg.c...
[05:09:09.263] #6  ExecAgg (pstate=0x83e83f380) at ../src/backend/executor/nodeAgg.c:2172
[05:09:09.263] #7  0x000000000076726b in ExecProcNode (node=0x83e83f380) at ../src/include/executor/executor.h:278
[05:09:09.263] #8  ExecutePlan (estate=0x83e83f100, planstate=0x83e83f380, use_parallel_mode=<optimized out>, operation=...
[05:09:09.263] #9  standard_ExecutorRun (queryDesc=0x838ffa500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[05:09:09.554] #0  0x000000000075e38a in ExecInterpExpr (state=0x83a72f500, econtext=0x83a730160, isnull=0x820db7bc7) at...
[05:09:09.554] #1  0x0000000000764e20 in ExecEvalExpr (state=0x83a72f9f0, econtext=0x83a745938, isNull=0x820db7bc7) at ....
[05:09:09.554] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[05:09:09.554] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83a72f100, slot=slot@entry=0x83a745938, isnew=isnew...
[05:09:09.554] #4  0x000000000077ebc5 in lookup_hash_entries (aggstate=aggstate@entry=0x83a6a1380) at ../src/backend/exe...
[05:09:09.554] #5  0x000000000077c462 in agg_fill_hash_table (aggstate=0x83a6a1380) at ../src/backend/executor/nodeAgg.c...
[05:09:09.554] #6  ExecAgg (pstate=0x83a6a1380) at ../src/backend/executor/nodeAgg.c:2172
[05:09:09.554] #7  0x000000000076726b in ExecProcNode (node=0x83a6a1380) at ../src/include/executor/executor.h:278
[05:09:09.554] #8  ExecutePlan (estate=0x83a6a1100, planstate=0x83a6a1380, use_parallel_mode=<optimized out>, operation=...
[05:09:09.554] #9  standard_ExecutorRun (queryDesc=0x834974500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[05:09:09.853] #0  0x000000000075e38a in ExecInterpExpr (state=0x839699500, econtext=0x83969a160, isnull=0x820c42b17) at...
[05:09:09.853] #1  0x0000000000764e20 in ExecEvalExpr (state=0x8396999f0, econtext=0x8396af2b8, isNull=0x820c42b17) at ....
[05:09:09.853] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[05:09:09.853] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x839699100, slot=slot@entry=0x8396af2b8, isnew=isnew...
[05:09:09.853] #4  0x000000000077ebc5 in lookup_hash_entries (aggstate=aggstate@entry=0x8395fe380) at ../src/backend/exe...
[05:09:09.853] #5  0x000000000077c462 in agg_fill_hash_table (aggstate=0x8395fe380) at ../src/backend/executor/nodeAgg.c...
[05:09:09.853] #6  ExecAgg (pstate=0x8395fe380) at ../src/backend/executor/nodeAgg.c:2172
[05:09:09.853] #7  0x000000000076726b in ExecProcNode (node=0x8395fe380) at ../src/include/executor/executor.h:278
[05:09:09.853] #8  ExecutePlan (estate=0x8395fe100, planstate=0x8395fe380, use_parallel_mode=<optimized out>, operation=...
[05:09:09.853] #9  standard_ExecutorRun (queryDesc=0x835b79500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[05:09:10.143] #0  0x000000000075e38a in ExecInterpExpr (state=0x83a9b9500, econtext=0x83a9ba160, isnull=0x8211516b7) at...
[05:09:10.143] #1  0x0000000000764e20 in ExecEvalExpr (state=0x83a9b99f0, econtext=0x83a9cf238, isNull=0x8211516b7) at ....
[05:09:10.143] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[05:09:10.143] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83a9b9100, slot=slot@entry=0x83a9cf238, isnew=isnew...
[05:09:10.143] #4  0x000000000077ebc5 in lookup_hash_entries (aggstate=aggstate@entry=0x83a91e380) at ../src/backend/exe...
[05:09:10.143] #5  0x000000000077c462 in agg_fill_hash_table (aggstate=0x83a91e380) at ../src/backend/executor/nodeAgg.c...
[05:09:10.143] #6  ExecAgg (pstate=0x83a91e380) at ../src/backend/executor/nodeAgg.c:2172
[05:09:10.143] #7  0x000000000076726b in ExecProcNode (node=0x83a91e380) at ../src/include/executor/executor.h:278
[05:09:10.143] #8  ExecutePlan (estate=0x83a91e100, planstate=0x83a91e380, use_parallel_mode=<optimized out>, operation=...
[05:09:10.143] #9  standard_ExecutorRun (queryDesc=0x837abe500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[05:09:10.438] #0  0x000000000075e38a in ExecInterpExpr (state=0x837aa5500, econtext=0x837aa6160, isnull=0x8214caee7) at...
[05:09:10.438] #1  0x0000000000764e20 in ExecEvalExpr (state=0x837aa59f0, econtext=0x837abac78, isNull=0x8214caee7) at ....
[05:09:10.438] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[05:09:10.438] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x837aa5100, slot=slot@entry=0x837abac78, isnew=isnew...
[05:09:10.438] #4  0x000000000077ebc5 in lookup_hash_entries (aggstate=aggstate@entry=0x837a0a380) at ../src/backend/exe...
[05:09:10.438] #5  0x000000000077c462 in agg_fill_hash_table (aggstate=0x837a0a380) at ../src/backend/executor/nodeAgg.c...
[05:09:10.438] #6  ExecAgg (pstate=0x837a0a380) at ../src/backend/executor/nodeAgg.c:2172
[05:09:10.438] #7  0x000000000076726b in ExecProcNode (node=0x837a0a380) at ../src/include/executor/executor.h:278
[05:09:10.438] #8  ExecutePlan (estate=0x837a0a100, planstate=0x837a0a380, use_parallel_mode=<optimized out>, operation=...
[05:09:10.438] #9  standard_ExecutorRun (queryDesc=0x833df8500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[05:09:10.714] #0  0x000000000075e38a in ExecInterpExpr (state=0x839723500, econtext=0x839724160, isnull=0x8211aa327) at...
[05:09:10.714] #1  0x0000000000764e20 in ExecEvalExpr (state=0x8397239f0, econtext=0x839739738, isNull=0x8211aa327) at ....
[05:09:10.714] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[05:09:10.714] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x839723100, slot=slot@entry=0x839739738, isnew=isnew...
[05:09:10.714] #4  0x000000000077ebc5 in lookup_hash_entries (aggstate=aggstate@entry=0x834484380) at ../src/backend/exe...
[05:09:10.714] #5  0x000000000077c462 in agg_fill_hash_table (aggstate=0x834484380) at ../src/backend/executor/nodeAgg.c...
[05:09:10.714] #6  ExecAgg (pstate=0x834484380) at ../src/backend/executor/nodeAgg.c:2172
[05:09:10.714] #7  0x000000000076726b in ExecProcNode (node=0x834484380) at ../src/include/executor/executor.h:278
[05:09:10.714] #8  ExecutePlan (estate=0x834484100, planstate=0x834484380, use_parallel_mode=<optimized out>, operation=...
[05:09:10.714] #9  standard_ExecutorRun (queryDesc=0x8342cc500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[05:09:10.993] #0  0x000000000075e38a in ExecInterpExpr (state=0x83d8d5500, econtext=0x83d8d6160, isnull=0x821595207) at...
[05:09:10.993] #1  0x0000000000764e20 in ExecEvalExpr (state=0x83d8d59f0, econtext=0x83d8eb0f8, isNull=0x821595207) at ....
[05:09:10.993] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[05:09:10.993] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83d8d5100, slot=slot@entry=0x83d8eb0f8, isnew=isnew...
[05:09:10.993] #4  0x000000000077ebc5 in lookup_hash_entries (aggstate=aggstate@entry=0x83d835380) at ../src/backend/exe...
[05:09:10.993] #5  0x000000000077c462 in agg_fill_hash_table (aggstate=0x83d835380) at ../src/backend/executor/nodeAgg.c...
[05:09:10.993] #6  ExecAgg (pstate=0x83d835380) at ../src/backend/executor/nodeAgg.c:2172
[05:09:10.993] #7  0x000000000076726b in ExecProcNode (node=0x83d835380) at ../src/include/executor/executor.h:278
[05:09:10.993] #8  ExecutePlan (estate=0x83d835100, planstate=0x83d835380, use_parallel_mode=<optimized out>, operation=...
[05:09:10.993] #9  standard_ExecutorRun (queryDesc=0x837a41500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[05:09:11.289] #0  0x000000000075e38a in ExecInterpExpr (state=0x839bfb500, econtext=0x839bfc160, isnull=0x821adbcf7) at...
[05:09:11.289] #1  0x0000000000764e20 in ExecEvalExpr (state=0x839bfb9f0, econtext=0x839c06778, isNull=0x821adbcf7) at ....
[05:09:11.289] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[05:09:11.289] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x839bfb100, slot=slot@entry=0x839c06778, isnew=isnew...
[05:09:11.289] #4  0x000000000077ebc5 in lookup_hash_entries (aggstate=aggstate@entry=0x839b6b380) at ../src/backend/exe...
[05:09:11.289] #5  0x000000000077c462 in agg_fill_hash_table (aggstate=0x839b6b380) at ../src/backend/executor/nodeAgg.c...
[05:09:11.289] #6  ExecAgg (pstate=0x839b6b380) at ../src/backend/executor/nodeAgg.c:2172
[05:09:11.289] #7  0x000000000076726b in ExecProcNode (node=0x839b6b380) at ../src/include/executor/executor.h:278
[05:09:11.289] #8  ExecutePlan (estate=0x839b6b100, planstate=0x839b6b380, use_parallel_mode=<optimized out>, operation=...
[05:09:11.289] #9  standard_ExecutorRun (queryDesc=0x835030500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[05:09:11.575] #0  0x000000000075e38a in ExecInterpExpr (state=0x83b57c500, econtext=0x83b57d160, isnull=0x821924de7) at...
[05:09:11.575] #1  0x0000000000764e20 in ExecEvalExpr (state=0x83b57c9f0, econtext=0x83b591e78, isNull=0x821924de7) at ....
[05:09:11.575] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[05:09:11.575] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83b57c100, slot=slot@entry=0x83b591e78, isnew=isnew...
[05:09:11.575] #4  0x000000000077ebc5 in lookup_hash_entries (aggstate=aggstate@entry=0x83b4e1380) at ../src/backend/exe...
[05:09:11.575] #5  0x000000000077c462 in agg_fill_hash_table (aggstate=0x83b4e1380) at ../src/backend/executor/nodeAgg.c...
[05:09:11.575] #6  ExecAgg (pstate=0x83b4e1380) at ../src/backend/executor/nodeAgg.c:2172
[05:09:11.575] #7  0x000000000076726b in ExecProcNode (node=0x83b4e1380) at ../src/include/executor/executor.h:278
[05:09:11.575] #8  ExecutePlan (estate=0x83b4e1100, planstate=0x83b4e1380, use_parallel_mode=<optimized out>, operation=...
[05:09:11.575] #9  standard_ExecutorRun (queryDesc=0x834b97500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[05:09:11.869] #0  0x000000000075e38a in ExecInterpExpr (state=0x839825500, econtext=0x839826160, isnull=0x82118cf07) at...
[05:09:11.869] #1  0x0000000000764e20 in ExecEvalExpr (state=0x8398259f0, econtext=0x83983b0b8, isNull=0x82118cf07) at ....
[05:09:11.869] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[05:09:11.869] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x839825100, slot=slot@entry=0x83983b0b8, isnew=isnew...
[05:09:11.869] #4  0x000000000077ebc5 in lookup_hash_entries (aggstate=aggstate@entry=0x83978a380) at ../src/backend/exe...
[05:09:11.869] #5  0x000000000077c462 in agg_fill_hash_table (aggstate=0x83978a380) at ../src/backend/executor/nodeAgg.c...
[05:09:11.869] #6  ExecAgg (pstate=0x83978a380) at ../src/backend/executor/nodeAgg.c:2172
[05:09:11.869] #7  0x000000000076726b in ExecProcNode (node=0x83978a380) at ../src/include/executor/executor.h:278
[05:09:11.869] #8  ExecutePlan (estate=0x83978a100, planstate=0x83978a380, use_parallel_mode=<optimized out>, operation=...
[05:09:11.869] #9  standard_ExecutorRun (queryDesc=0x835e83500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[05:09:12.167] #0  0x000000000075e38a in ExecInterpExpr (state=0x83c605500, econtext=0x83c606160, isnull=0x820f5add7) at...
[05:09:12.167] #1  0x0000000000764e20 in ExecEvalExpr (state=0x83c6059f0, econtext=0x83c61ad38, isNull=0x820f5add7) at ....
[05:09:12.167] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[05:09:12.167] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83c605100, slot=slot@entry=0x83c61ad38, isnew=isnew...
[05:09:12.167] #4  0x000000000077ebc5 in lookup_hash_entries (aggstate=aggstate@entry=0x83c56a380) at ../src/backend/exe...
[05:09:12.167] #5  0x000000000077c462 in agg_fill_hash_table (aggstate=0x83c56a380) at ../src/backend/executor/nodeAgg.c...
[05:09:12.167] #6  ExecAgg (pstate=0x83c56a380) at ../src/backend/executor/nodeAgg.c:2172
[05:09:12.167] #7  0x000000000076726b in ExecProcNode (node=0x83c56a380) at ../src/include/executor/executor.h:278
[05:09:12.167] #8  ExecutePlan (estate=0x83c56a100, planstate=0x83c56a380, use_parallel_mode=<optimized out>, operation=...
[05:09:12.167] #9  standard_ExecutorRun (queryDesc=0x837d1f500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[05:09:12.459] #0  0x000000000075e38a in ExecInterpExpr (state=0x83c0be500, econtext=0x83c0bf160, isnull=0x820d00f17) at...
[05:09:12.459] #1  0x0000000000764e20 in ExecEvalExpr (state=0x83c0be9f0, econtext=0x83c0d3bb8, isNull=0x820d00f17) at ....
[05:09:12.459] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[05:09:12.459] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83c0be100, slot=slot@entry=0x83c0d3bb8, isnew=isnew...
[05:09:12.459] #4  0x000000000077ebc5 in lookup_hash_entries (aggstate=aggstate@entry=0x8376d7380) at ../src/backend/exe...
[05:09:12.459] #5  0x000000000077c462 in agg_fill_hash_table (aggstate=0x8376d7380) at ../src/backend/executor/nodeAgg.c...
[05:09:12.459] #6  ExecAgg (pstate=0x8376d7380) at ../src/backend/executor/nodeAgg.c:2172
[05:09:12.459] #7  0x000000000076726b in ExecProcNode (node=0x8376d7380) at ../src/include/executor/executor.h:278
[05:09:12.459] #8  ExecutePlan (estate=0x8376d7100, planstate=0x8376d7380, use_parallel_mode=<optimized out>, operation=...
[05:09:12.459] #9  standard_ExecutorRun (queryDesc=0x837524500, direction=ForwardScanDirection, count=0, execute_once=<o...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/matview-write-skew.out /tmp/cirrus-ci-build/build/testrun/isol...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/matview-write-skew.out	2024-10-27 05:02:46.105597000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/isolation/isolation/results/matview-write-skew.out	2024-10-27 05:05:27.618179000 ...
@@ -1,121 +1,6 @@
 Parsed test spec with 2 sessions
 
 starting permutation: s1_begin s2_begin s1_refresh s2_read s2_insert s1_commit s2_commit
-step s1_begin: BEGIN ISOLATION LEVEL SERIALIZABLE;
-step s2_begin: BEGIN ISOLATION LEVEL SERIALIZABLE;
-step s1_refresh: REFRESH MATERIALIZED VIEW CONCURRENTLY order_summary;
-step s2_read: SELECT max(date) FROM order_summary;
-       max
-----------
-04-01-2022
-(1 row)
-
-step s2_insert: INSERT INTO orders VALUES ('2022-04-02', 'orange', 15);
-step s1_commit: COMMIT;
-step s2_commit: COMMIT;
-ERROR:  could not serialize access due to read/write dependencies among transactions
...
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pageinspect/expected/brin.out /tmp/cirrus-ci-build/build/testrun/pageinspect/regre...
--- /tmp/cirrus-ci-build/contrib/pageinspect/expected/brin.out	2024-10-27 05:02:44.720396000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pageinspect/regress/results/brin.out	2024-10-27 05:05:18.332984000 +0000
@@ -161,50 +161,7 @@
 SELECT * FROM brin_page_items(get_raw_page('brin_test_parallel_idx', 2), 'brin_test_parallel_idx')
 EXCEPT
 SELECT * FROM brin_page_items(get_raw_page('brin_test_serial_idx', 2), 'brin_test_serial_idx');
- itemoffset | blknum | attnum | allnulls | hasnulls | placeholder | empty | value 
-------------+--------+--------+----------+----------+-------------+-------+-------
-(0 rows)
-
-SELECT * FROM brin_page_items(get_raw_page('brin_test_serial_idx', 2), 'brin_test_serial_idx')
-EXCEPT
-SELECT * FROM brin_page_items(get_raw_page('brin_test_parallel_idx', 2), 'brin_test_parallel_idx');
- itemoffset | blknum | attnum | allnulls | hasnulls | placeholder | empty | value 
-------------+--------+--------+----------+----------+-------------+-------+-------
-(0 rows)
-
-DROP INDEX brin_test_parallel_idx;
--- force parallel build, but don't allow starting parallel workers to force
...
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/select.out /tmp/cirrus-ci-build/build/testrun/pg_stat_...
--- /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/select.out	2024-10-27 05:02:44.729812000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_stat_statements/regress/results/select.out	2024-10-27 05:05:19.941824000 +0000
@@ -320,96 +320,7 @@
 FROM (VALUES (1, 2, 3), (4, NULL, 6), (7, 8, 9)) AS t (a, b, c)
 GROUP BY ROLLUP(a, b), rollup(a, c)
 ORDER BY a, b, c;
- a | b | c 
----+---+---
- 1 | 2 | 3
- 1 | 2 |  
- 1 | 2 |  
- 1 |   | 3
- 1 |   | 3
- 1 |   |  
- 1 |   |  
- 1 |   |  
- 4 |   | 6
- 4 |   | 6
- 4 |   | 6
...
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_trgm/expected/pg_trgm.out /tmp/cirrus-ci-build/build/testrun/pg_trgm/regress/re...
--- /tmp/cirrus-ci-build/contrib/pg_trgm/expected/pg_trgm.out	2024-10-27 05:02:44.736082000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_trgm/regress/results/pg_trgm.out	2024-10-27 05:05:20.241684000 +0000
@@ -5384,21 +5384,7 @@
 
 SELECT DISTINCT city, similarity(city, 'Warsaw'), show_limit()
   FROM restaurants WHERE city % 'Warsaw';
-  city  | similarity | show_limit 
---------+------------+------------
- Warsaw |          1 |        0.3
-(1 row)
-
-SELECT set_limit(0.5);
- set_limit 
------------
-       0.5
-(1 row)
-
-SELECT DISTINCT city, similarity(city, 'Warsaw'), show_limit()
-  FROM restaurants WHERE city % 'Warsaw';
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/type_sanity.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/00...
--- /tmp/cirrus-ci-build/src/test/regress/expected/type_sanity.out	2024-10-27 05:02:46.288610000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/type_sanity.out	2024-10-27 05:04:26.825136...
@@ -172,573 +172,7 @@
 FROM pg_type AS t1
 WHERE t1.typtype not in ('b', 'p')
 ORDER BY 1;
- typtype |   typinput    
----------+---------------
- c       | record_in
- d       | domain_in
- e       | enum_in
- m       | multirange_in
- r       | range_in
-(5 rows)
-
--- Check for bogus typoutput routines
--- As of 8.0, this check finds refcursor, which is borrowing
--- other types' I/O routines
-SELECT t1.oid, t1.typname, p1.oid, p1.proname
...
regress
diff -U3 /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out /tmp/cirrus-ci-build/build/testrun/postgres...
--- /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out	2024-10-27 05:02:44.762354000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/postgres_fdw/regress/results/postgres_fdw.out	2024-10-27 05:05:21.801041000 +0000
@@ -2329,10019 +2329,7 @@
 (20 rows)
 
 SELECT t1c1, avg(t1c1 + t2c1) FROM (SELECT t1.c1, t2.c1 FROM ft1 t1 JOIN ft2 t2 ON (t1.c1 = t2.c1) UNION SELECT t1.c1, ...
- t1c1 |         avg          
-------+----------------------
-  101 | 202.0000000000000000
-  102 | 204.0000000000000000
-  103 | 206.0000000000000000
-  104 | 208.0000000000000000
-  105 | 210.0000000000000000
-  106 | 212.0000000000000000
-  107 | 214.0000000000000000
-  108 | 216.0000000000000000
-  109 | 218.0000000000000000
-  110 | 220.0000000000000000
-(10 rows)
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/type_sanity.out /tmp/cirrus-ci-build/build/testrun/recovery/027_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/type_sanity.out	2024-10-27 05:02:46.288610000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/type_sanity.out	2024-10-27 05:04:52.0751...
@@ -172,573 +172,7 @@
 FROM pg_type AS t1
 WHERE t1.typtype not in ('b', 'p')
 ORDER BY 1;
- typtype |   typinput    
----------+---------------
- c       | record_in
- d       | domain_in
- e       | enum_in
- m       | multirange_in
- r       | range_in
-(5 rows)
-
--- Check for bogus typoutput routines
--- As of 8.0, this check finds refcursor, which is borrowing
--- other types' I/O routines
-SELECT t1.oid, t1.typname, p1.oid, p1.proname
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/type_sanity.out /tmp/cirrus-ci-build/build/testrun/regress/regre...
--- /tmp/cirrus-ci-build/src/test/regress/expected/type_sanity.out	2024-10-27 05:02:46.288610000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/type_sanity.out	2024-10-27 05:04:25.550043000 +0000
@@ -172,573 +172,7 @@
 FROM pg_type AS t1
 WHERE t1.typtype not in ('b', 'p')
 ORDER BY 1;
- typtype |   typinput    
----------+---------------
- c       | record_in
- d       | domain_in
- e       | enum_in
- m       | multirange_in
- r       | range_in
-(5 rows)
-
--- Check for bogus typoutput routines
--- As of 8.0, this check finds refcursor, which is borrowing
--- other types' I/O routines
-SELECT t1.oid, t1.typname, p1.oid, p1.proname
...
regress
diff -U3 /tmp/cirrus-ci-build/contrib/tablefunc/expected/tablefunc.out /tmp/cirrus-ci-build/build/testrun/tablefunc/regr...
--- /tmp/cirrus-ci-build/contrib/tablefunc/expected/tablefunc.out	2024-10-27 05:02:44.777935000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/tablefunc/regress/results/tablefunc.out	2024-10-27 05:05:21.815729000 +0000
@@ -239,261 +239,7 @@
   'SELECT rowid, rowdt, attribute, val FROM cth ORDER BY 1',
   'SELECT DISTINCT rowdt, attribute FROM cth ORDER BY 2')
 AS c(rowid text, rowdt timestamp, temperature int4, test_result text, test_startdate timestamp, volts float8);
-ERROR:  invalid crosstab categories query
-DETAIL:  The query must return one column.
--- if category query generates a NULL value, get expected error
-SELECT * FROM crosstab(
-  'SELECT rowid, rowdt, attribute, val FROM cth ORDER BY 1',
-  'SELECT NULL::text')
-AS c(rowid text, rowdt timestamp, temperature int4, test_result text, test_startdate timestamp, volts float8);
-ERROR:  crosstab category value must not be null
--- if source query returns zero rows, get zero rows returned
-SELECT * FROM crosstab(
-  'SELECT rowid, rowdt, attribute, val FROM cth WHERE false ORDER BY 1',
-  'SELECT DISTINCT attribute FROM cth ORDER BY 1')
-AS c(rowid text, rowdt timestamp, temperature text, test_result text, test_startdate text, volts text);
...
tap
[05:05:38.218](1.179s) not ok 7 - checking an unresolvable database pattern under --no-strict-names status (got 1 vs exp...
[05:05:38.233](0.000s) not ok 12 - checking an unresolvable database pattern (substring of existent database) stderr /(?...
[05:05:38.240](0.000s) not ok 15 - checking an unresolvable database pattern (superstring of existent database) stderr /...
[05:05:38.252](0.000s) not ok 20 - checking a database by name without amcheck installed, no other databases stderr /(?^...
[05:05:38.253](0.000s) not ok 21 - checking a database by name without amcheck installed, no other databases stderr /(?^...
[05:05:38.259](0.006s) not ok 22 - checking a database by name without amcheck installed, with other databases status (g...
[05:05:38.260](0.000s) not ok 24 - checking a database by name without amcheck installed, with other databases stderr /(...
[05:05:38.266](0.006s) not ok 25 - checking a database by pattern without amcheck installed, with other databases status...
[05:05:38.267](0.000s) not ok 27 - checking a database by pattern without amcheck installed, with other databases stderr...
[05:05:38.272](0.000s) not ok 30 - checking table pattern ".." stderr /(?^:pg_amcheck: error: no connectable databases t...
[05:05:38.277](0.000s) not ok 33 - checking table pattern ".foo.bar" stderr /(?^:pg_amcheck: error: no connectable datab...
[05:05:38.282](0.000s) not ok 36 - checking table pattern "." stderr /(?^:pg_amcheck: error: no heap tables to check mat...
[05:05:38.336](0.006s) not ok 64 - many unmatched patterns and one matched pattern under --no-strict-names status (got 1...
[05:05:38.337](0.000s) not ok 66 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[05:05:38.338](0.000s) not ok 67 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[05:05:38.338](0.000s) not ok 68 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[05:05:38.339](0.000s) not ok 69 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[05:05:38.339](0.000s) not ok 70 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[05:05:38.340](0.000s) not ok 71 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[05:05:38.340](0.000s) not ok 72 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[05:05:38.340](0.000s) not ok 73 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[05:05:38.341](0.000s) not ok 74 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[05:05:38.341](0.000s) not ok 75 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[05:05:38.341](0.000s) not ok 76 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[05:05:38.342](0.000s) not ok 77 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[05:05:38.342](0.000s) not ok 78 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[05:05:38.342](0.000s) not ok 79 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[05:05:38.343](0.000s) not ok 80 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[05:05:38.343](0.000s) not ok 81 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[05:05:38.343](0.000s) not ok 82 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
tap
[05:05:39.345](3.601s) not ok 1 - pg_amcheck prior to corruption status (got 1 vs expected 0)
[05:05:39.346](0.000s) not ok 3 - pg_amcheck prior to corruption stderr /(?^:^$)/
[05:05:39.352](0.005s) Bail out!  pg_ctl stop failed
tap
[05:05:40.159](2.319s) not ok 1 - pg_amcheck test table, prior to corruption
[05:05:40.172](0.012s) not ok 2 - pg_amcheck test table and index, prior to corruption
[05:05:40.182](0.009s) Bail out!  pg_ctl stop failed
tap
[05:05:40.839](2.330s) not ok 1 - pg_amcheck all schemas, tables and indexes reports no corruption: exit code 0
[05:05:40.840](0.000s) not ok 2 - pg_amcheck all schemas, tables and indexes reports no corruption: no stderr
tap
[05:05:49.751](1.156s) not ok 30 - run pg_createsubscriber on node S
tap
[05:05:54.611](1.234s) not ok 19 - pg_dump: option -n pg_catalog
[05:05:54.623](0.011s) not ok 20 - pg_dumpall: option --exclude-database handles database names with embedded dots
[05:05:54.628](0.000s) not ok 22 - pg_dump: option --schema rejects three-part schema names: matches
[05:05:54.633](0.000s) not ok 24 - pg_dump: option --schema rejects cross-database multipart schema names: matches
[05:05:54.638](0.000s) not ok 26 - pg_dump: option --schema rejects degenerate two-part schema name: ".": matches
[05:05:54.643](0.000s) not ok 28 - pg_dump: option --schema rejects cross-database multipart schema names with embedded ...
[05:05:54.649](0.000s) not ok 30 - pg_dump: option --schema rejects degenerate three-part schema name: "..": matches
[05:05:54.655](0.000s) not ok 32 - pg_dump: option --table rejects four-part table names: matches
[05:05:54.661](0.000s) not ok 34 - pg_dump: option --table rejects cross-database three part table names: matches
[05:05:54.666](0.000s) not ok 36 - pg_dump: option --table rejects cross-database three part table names with embedded d...
[05:05:54.671](0.004s) not ok 37 - binary_upgrade: pg_dump runs
[05:05:54.678](0.007s) not ok 38 - binary_upgrade: pg_restore runs
tap
[05:04:29.094](8.007s) not ok 5 - regression tests pass
[05:04:30.595](1.494s) not ok 6 - dump before running pg_upgrade
tap
[05:06:21.203](0.696s) not ok 192 - psql seeded_random count ok
[05:06:21.208](0.003s) not ok 193 - psql seeded_random count stderr is empty
[05:06:21.209](0.000s) not ok 194 - psql seeded_random count uniform
[05:06:21.209](0.000s) not ok 195 - psql seeded_random count exponential
[05:06:21.209](0.000s) not ok 196 - psql seeded_random count gaussian
[05:06:21.210](0.000s) not ok 197 - psql seeded_random count zipfian
tap
[05:04:55.081](7.667s) not ok 2 - regression tests pass
test
[05:07:31.600]   8/312 postgresql:pg_upgrade / pg_upgrade/004_subscription                             ERROR            ...
[05:07:31.600]   9/312 postgresql:pg_upgrade / pg_upgrade/003_logical_slots                            ERROR            ...
[05:07:31.600]  12/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[05:07:31.600]   6/312 postgresql:regress / regress/regress                                            ERROR            ...
[05:07:31.600]  39/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[05:07:31.600]  43/312 postgresql:recovery / recovery/038_save_logical_slots_shutdown                  ERROR            ...
[05:07:31.600]  48/312 postgresql:recovery / recovery/040_standby_failover_slots_sync                  ERROR            ...
[05:07:31.600]  49/312 postgresql:recovery / recovery/035_standby_logical_decoding                     ERROR            ...
[05:07:31.600]  89/312 postgresql:pageinspect / pageinspect/regress                                    ERROR            ...
[05:07:31.600]  93/312 postgresql:pg_trgm / pg_trgm/regress                                            ERROR            ...
[05:07:31.600]  94/312 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
[05:07:31.600]  97/312 postgresql:postgres_fdw / postgres_fdw/regress                                  ERROR            ...
[05:07:31.600] 141/312 postgresql:pg_amcheck / pg_amcheck/002_nonesuch                                 ERROR            ...
[05:07:31.600] 142/312 postgresql:pg_amcheck / pg_amcheck/003_check                                    ERROR            ...
[05:07:31.600] 145/312 postgresql:pg_amcheck / pg_amcheck/004_verify_heapam                            ERROR            ...
[05:07:31.600] 146/312 postgresql:pg_amcheck / pg_amcheck/005_opclass_damage                           ERROR            ...
[05:07:31.600] 160/312 postgresql:pg_basebackup / pg_basebackup/040_pg_createsubscriber                ERROR            ...
[05:07:31.600] 173/312 postgresql:pg_dump / pg_dump/002_pg_dump                                        ERROR            ...
[05:07:31.600] 224/312 postgresql:pgbench / pgbench/001_pgbench_with_server                            ERROR            ...
[05:07:31.600] 244/312 postgresql:subscription / subscription/003_constraints                          ERROR            ...
[05:07:31.600] 245/312 postgresql:subscription / subscription/002_types                                ERROR            ...
[05:07:31.600] 246/312 postgresql:subscription / subscription/004_sync                                 ERROR            ...
[05:07:31.600] 247/312 postgresql:subscription / subscription/001_rep_changes                          ERROR            ...
[05:07:31.600] 248/312 postgresql:subscription / subscription/005_encoding                             ERROR            ...
[05:07:31.600] 249/312 postgresql:subscription / subscription/006_rewrite                              ERROR            ...
[05:07:31.600] 250/312 postgresql:subscription / subscription/007_ddl                                  ERROR            ...
[05:07:31.600] 251/312 postgresql:subscription / subscription/008_diff_schema                          ERROR            ...
[05:07:31.600] 252/312 postgresql:subscription / subscription/010_truncate                             ERROR            ...
[05:07:31.600] 254/312 postgresql:subscription / subscription/011_generated                            ERROR            ...
[05:07:31.600] 255/312 postgresql:subscription / subscription/012_collation                            ERROR            ...
[05:07:31.600] 256/312 postgresql:subscription / subscription/014_binary                               ERROR            ...
[05:07:31.600] 257/312 postgresql:subscription / subscription/015_stream                               ERROR            ...
[05:07:31.600] 258/312 postgresql:subscription / subscription/016_stream_subxact                       ERROR            ...
[05:07:31.600] 259/312 postgresql:subscription / subscription/013_partition                            ERROR            ...
[05:07:31.600] 260/312 postgresql:subscription / subscription/017_stream_ddl                           ERROR            ...
[05:07:31.600] 261/312 postgresql:subscription / subscription/018_stream_subxact_abort                 ERROR            ...
[05:07:31.600] 262/312 postgresql:subscription / subscription/019_stream_subxact_ddl_abort             ERROR            ...
[05:07:31.600] 263/312 postgresql:subscription / subscription/020_messages                             ERROR            ...
[05:07:31.600] 264/312 postgresql:subscription / subscription/021_twophase                             ERROR            ...
[05:07:31.600] 265/312 postgresql:subscription / subscription/023_twophase_stream                      ERROR            ...
[05:07:31.600] 266/312 postgresql:subscription / subscription/026_stats                                ERROR            ...
[05:07:31.600] 267/312 postgresql:subscription / subscription/024_add_drop_pub                         ERROR            ...
[05:07:31.600] 268/312 postgresql:subscription / subscription/025_rep_changes_for_schema               ERROR            ...
[05:07:31.600] 269/312 postgresql:subscription / subscription/022_twophase_cascade                     ERROR            ...
[05:07:31.600] 270/312 postgresql:subscription / subscription/027_nosuperuser                          ERROR            ...
[05:07:31.600] 271/312 postgresql:subscription / subscription/028_row_filter                           ERROR            ...
[05:07:31.600] 272/312 postgresql:subscription / subscription/029_on_error                             ERROR            ...
[05:07:31.600] 273/312 postgresql:subscription / subscription/030_origin                               ERROR            ...
[05:07:31.600] 274/312 postgresql:subscription / subscription/032_subscribe_use_index                  ERROR            ...
[05:07:31.600] 275/312 postgresql:subscription / subscription/031_column_list                          ERROR            ...
[05:07:31.600] 277/312 postgresql:subscription / subscription/033_run_as_table_owner                   ERROR            ...
[05:07:31.600] 279/312 postgresql:subscription / subscription/100_bugs                                 ERROR            ...
[05:07:31.600] 311/312 postgresql:tablefunc / tablefunc/regress                                        ERROR           1...
[05:07:31.600] 312/312 postgresql:isolation / isolation/isolation                                      ERROR           1...
Linux - Debian Bookworm - Autoconf
core
[05:08:33.623] #0  0x00007f57c58abe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:08:33.623] #1  0x00007f57c585cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:08:33.623] #2  0x00007f57c5847472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:08:33.623] #3  0x00007f57c6ad650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:08:33.623] #4  0x00007f57c6ae2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:08:33.623] #5  0x00007f57c6ac1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7f57c562af4e, __in_ch...
[05:08:33.623] #6  0x00007f57c6abe6ae in __asan::ReportDeadlySignal (sig=...) at ../../../../src/libsanitizer/asan/asan_...
[05:08:33.623] #7  0x00007f57c6abd462 in __asan::AsanOnDeadlySignal (signo=<optimized out>, siginfo=0x7f57c562bbf0, cont...
[05:08:33.623] #8  <signal handler called>
[05:08:33.623] #9  0x00005622f807d68b in ExecInterpExpr (state=0x6250000d1010, econtext=0x6250000d3208, isnull=0x7ffee48...
core
[05:08:35.573] #0  0x00007f6d930abe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:08:35.573] #1  0x00007f6d9305cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:08:35.573] #2  0x00007f6d93047472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:08:35.573] #3  0x00007f6d940d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:08:35.573] #4  0x00007f6d940e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:08:35.573] #5  0x00007f6d940c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7f6d902f9f4e, __in_ch...
[05:08:35.573] #6  0x00007f6d940be6ae in __asan::ReportDeadlySignal (sig=...) at ../../../../src/libsanitizer/asan/asan_...
[05:08:35.573] #7  0x00007f6d940bd462 in __asan::AsanOnDeadlySignal (signo=<optimized out>, siginfo=0x7f6d902fabf0, cont...
[05:08:35.573] #8  <signal handler called>
[05:08:35.573] #9  0x0000556b0da4d68b in ExecInterpExpr (state=0x6250000cc010, econtext=0x6250000d0a08, isnull=0x7ffce40...
core
[05:08:38.704] #0  0x00007fa832eabe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:08:38.704] #1  0x00007fa832e5cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:08:38.704] #2  0x00007fa832e47472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:08:38.704] #3  0x00007fa8340d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:08:38.704] #4  0x00007fa8340e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:08:38.704] #5  0x00007fa8340c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7fa83282ef4e, __in_ch...
[05:08:38.704] #6  0x00007fa8340be6ae in __asan::ReportDeadlySignal (sig=...) at ../../../../src/libsanitizer/asan/asan_...
[05:08:38.704] #7  0x00007fa8340bd462 in __asan::AsanOnDeadlySignal (signo=<optimized out>, siginfo=0x7fa83282fbf0, cont...
[05:08:38.704] #8  <signal handler called>
[05:08:38.704] #9  0x000055862c7d868b in ExecInterpExpr (state=0x6250000e0010, econtext=0x6250000e2208, isnull=0x7ffd2f6...
core
[05:08:38.089] #0  0x00007f520c6abe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:08:38.089] #1  0x00007f520c65cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:08:38.089] #2  0x00007f520c647472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:08:38.089] #3  0x00007f520d8d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:08:38.089] #4  0x00007f520d8e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:08:38.089] #5  0x00007f520d8c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7f520c020f4e, __in_ch...
[05:08:38.089] #6  0x00007f520d8be6ae in __asan::ReportDeadlySignal (sig=...) at ../../../../src/libsanitizer/asan/asan_...
[05:08:38.089] #7  0x00007f520d8bd462 in __asan::AsanOnDeadlySignal (signo=<optimized out>, siginfo=0x7f520c021bf0, cont...
[05:08:38.089] #8  <signal handler called>
[05:08:38.089] #9  0x000055c36936c68b in ExecInterpExpr (state=0x6310001f9188, econtext=0x6310001f9de8, isnull=0x7ffe644...
core
[05:08:37.321] #0  0x00007fc574aabe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:08:37.321] #1  0x00007fc574a5cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:08:37.321] #2  0x00007fc574a47472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:08:37.321] #3  0x00007fc575cd650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:08:37.321] #4  0x00007fc575ce2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:08:37.321] #5  0x00007fc575cc1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7fc571e39f4e, __in_ch...
[05:08:37.321] #6  0x00007fc575cbe6ae in __asan::ReportDeadlySignal (sig=...) at ../../../../src/libsanitizer/asan/asan_...
[05:08:37.321] #7  0x00007fc575cbd462 in __asan::AsanOnDeadlySignal (signo=<optimized out>, siginfo=0x7fc571e3abf0, cont...
[05:08:37.321] #8  <signal handler called>
[05:08:37.321] #9  0x0000556b91e0868b in ExecInterpExpr (state=0x6290001c0c60, econtext=0x62d00011b168, isnull=0x7ffdf45...
core
[05:08:36.817] #0  0x00007f6d930abe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:08:36.817] #1  0x00007f6d9305cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:08:36.817] #2  0x00007f6d93047472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:08:36.817] #3  0x00007f6d940d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:08:36.817] #4  0x00007f6d940e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:08:36.817] #5  0x00007f6d940c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7f6d902f9f4e, __in_ch...
[05:08:36.817] #6  0x00007f6d940be6ae in __asan::ReportDeadlySignal (sig=...) at ../../../../src/libsanitizer/asan/asan_...
[05:08:36.817] #7  0x00007f6d940bd462 in __asan::AsanOnDeadlySignal (signo=<optimized out>, siginfo=0x7f6d902fabf0, cont...
[05:08:36.817] #8  <signal handler called>
[05:08:36.817] #9  0x0000556b0da4d68b in ExecInterpExpr (state=0x6250000cc010, econtext=0x6250000d0a08, isnull=0x7ffce40...
core
[05:08:36.190] #0  0x00007f52c49dbe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:08:36.190] #1  0x00007f52c498cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:08:36.190] #2  0x00007f52c4977472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:08:36.190] #3  0x00007f52c5ad650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:08:36.190] #4  0x00007f52c5ae2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:08:36.190] #5  0x00007f52c5ac1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7f52c41f6f4e, __in_ch...
[05:08:36.190] #6  0x00007f52c5abe6ae in __asan::ReportDeadlySignal (sig=...) at ../../../../src/libsanitizer/asan/asan_...
[05:08:36.190] #7  0x00007f52c5abd462 in __asan::AsanOnDeadlySignal (signo=<optimized out>, siginfo=0x7f52c41f7bf0, cont...
[05:08:36.190] #8  <signal handler called>
[05:08:36.190] #9  0x000056231727b68b in ExecInterpExpr (state=0x6250000d1010, econtext=0x6250000d3208, isnull=0x7ffdef2...
core
[05:08:31.182] #0  0x00007f52c49dbe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:08:31.182] #1  0x00007f52c498cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:08:31.182] #2  0x00007f52c4977472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:08:31.182] #3  0x00007f52c5ad650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:08:31.182] #4  0x00007f52c5ae2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:08:31.182] #5  0x00007f52c5ac1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7f52c41f6f4e, __in_ch...
[05:08:31.182] #6  0x00007f52c5abe6ae in __asan::ReportDeadlySignal (sig=...) at ../../../../src/libsanitizer/asan/asan_...
[05:08:31.182] #7  0x00007f52c5abd462 in __asan::AsanOnDeadlySignal (signo=<optimized out>, siginfo=0x7f52c41f7bf0, cont...
[05:08:31.182] #8  <signal handler called>
[05:08:31.182] #9  0x000056231727b68b in ExecInterpExpr (state=0x6250000cc010, econtext=0x6250000d0a08, isnull=0x7ffdef2...
core
[05:08:31.804] #0  0x00007f3b59fdbe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:08:31.804] #1  0x00007f3b59f8cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:08:31.804] #2  0x00007f3b59f77472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:08:31.804] #3  0x00007f3b5b0d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:08:31.804] #4  0x00007f3b5b0e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:08:31.804] #5  0x00007f3b5b0c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7f3b572a8f4e, __in_ch...
[05:08:31.804] #6  0x00007f3b5b0be6ae in __asan::ReportDeadlySignal (sig=...) at ../../../../src/libsanitizer/asan/asan_...
[05:08:31.804] #7  0x00007f3b5b0bd462 in __asan::AsanOnDeadlySignal (signo=<optimized out>, siginfo=0x7f3b572a9bf0, cont...
[05:08:31.804] #8  <signal handler called>
[05:08:31.804] #9  0x0000562def4f568b in ExecInterpExpr (state=0x6250000cc010, econtext=0x6250000d0a08, isnull=0x7ffc55a...
core
[05:08:32.434] #0  0x00007f23a5eabe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:08:32.434] #1  0x00007f23a5e5cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:08:32.434] #2  0x00007f23a5e47472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:08:32.434] #3  0x00007f23a6ed650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:08:32.434] #4  0x00007f23a6ee2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:08:32.434] #5  0x00007f23a6ec1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7f23a55fef4e, __in_ch...
[05:08:32.434] #6  0x00007f23a6ebe6ae in __asan::ReportDeadlySignal (sig=...) at ../../../../src/libsanitizer/asan/asan_...
[05:08:32.434] #7  0x00007f23a6ebd462 in __asan::AsanOnDeadlySignal (signo=<optimized out>, siginfo=0x7f23a55ffbf0, cont...
[05:08:32.434] #8  <signal handler called>
[05:08:32.434] #9  0x000055a345ee268b in ExecInterpExpr (state=0x6250000a1810, econtext=0x6250000a3a08, isnull=0x7ffd2bf...
core
[05:08:32.964] #0  0x00007f15daeabe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:08:32.964] #1  0x00007f15dae5cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:08:32.964] #2  0x00007f15dae47472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:08:32.964] #3  0x00007f15dc0d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:08:32.964] #4  0x00007f15dc0e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:08:32.964] #5  0x00007f15dc0c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7f15d8225f4e, __in_ch...
[05:08:32.964] #6  0x00007f15dc0be6ae in __asan::ReportDeadlySignal (sig=...) at ../../../../src/libsanitizer/asan/asan_...
[05:08:32.964] #7  0x00007f15dc0bd462 in __asan::AsanOnDeadlySignal (signo=<optimized out>, siginfo=0x7f15d8226bf0, cont...
[05:08:32.964] #8  <signal handler called>
[05:08:32.964] #9  0x0000563b127c368b in ExecInterpExpr (state=0x625000096600, econtext=0x625000097260, isnull=0x7ffe7a7...
core
[05:08:34.913] #0  0x00007fceca4abe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:08:34.913] #1  0x00007fceca45cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:08:34.913] #2  0x00007fceca447472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:08:34.913] #3  0x00007fcecb6d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:08:34.913] #4  0x00007fcecb6e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:08:34.913] #5  0x00007fcecb6c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7fcec9e46f4e, __in_ch...
[05:08:34.913] #6  0x00007fcecb6be6ae in __asan::ReportDeadlySignal (sig=...) at ../../../../src/libsanitizer/asan/asan_...
[05:08:34.913] #7  0x00007fcecb6bd462 in __asan::AsanOnDeadlySignal (signo=<optimized out>, siginfo=0x7fcec9e47bf0, cont...
[05:08:34.913] #8  <signal handler called>
[05:08:34.913] #9  0x000055f52aa3068b in ExecInterpExpr (state=0x6250000c7820, econtext=0x6290000489d8, isnull=0x7ffc815...
core
[05:08:28.679] #0  0x00007f37b56abe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:08:28.679] #1  0x00007f37b565cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:08:28.679] #2  0x00007f37b5647472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:08:28.679] #3  0x00007f37b66d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:08:28.679] #4  0x00007f37b66e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:08:28.679] #5  0x00007f37b66c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7f37b28f1f4e, __in_ch...
[05:08:28.679] #6  0x00007f37b66be6ae in __asan::ReportDeadlySignal (sig=...) at ../../../../src/libsanitizer/asan/asan_...
[05:08:28.679] #7  0x00007f37b66bd462 in __asan::AsanOnDeadlySignal (signo=<optimized out>, siginfo=0x7f37b28f2bf0, cont...
[05:08:28.679] #8  <signal handler called>
[05:08:28.679] #9  0x000055f247dca68b in ExecInterpExpr (state=0x6310004952e8, econtext=0x631000498528, isnull=0x7ffd4f4...
core
[05:08:29.301] #0  0x00007f37b56abe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:08:29.301] #1  0x00007f37b565cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:08:29.301] #2  0x00007f37b5647472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:08:29.301] #3  0x00007f37b66d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:08:29.301] #4  0x00007f37b66e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:08:29.301] #5  0x00007f37b66c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7f37b28f1f4e, __in_ch...
[05:08:29.301] #6  0x00007f37b66be6ae in __asan::ReportDeadlySignal (sig=...) at ../../../../src/libsanitizer/asan/asan_...
[05:08:29.301] #7  0x00007f37b66bd462 in __asan::AsanOnDeadlySignal (signo=<optimized out>, siginfo=0x7f37b28f2bf0, cont...
[05:08:29.301] #8  <signal handler called>
[05:08:29.301] #9  0x000055f247dca68b in ExecInterpExpr (state=0x62500008e020, econtext=0x6290001339d8, isnull=0x7ffd4f4...
core
[05:08:29.925] #0  0x00007f57c58abe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:08:29.925] #1  0x00007f57c585cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:08:29.925] #2  0x00007f57c5847472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:08:29.925] #3  0x00007f57c6ad650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:08:29.925] #4  0x00007f57c6ae2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:08:29.925] #5  0x00007f57c6ac1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7f57c562af4e, __in_ch...
[05:08:29.925] #6  0x00007f57c6abe6ae in __asan::ReportDeadlySignal (sig=...) at ../../../../src/libsanitizer/asan/asan_...
[05:08:29.925] #7  0x00007f57c6abd462 in __asan::AsanOnDeadlySignal (signo=<optimized out>, siginfo=0x7f57c562bbf0, cont...
[05:08:29.925] #8  <signal handler called>
[05:08:29.925] #9  0x00005622f807d68b in ExecInterpExpr (state=0x6250000cc010, econtext=0x6250000d0a08, isnull=0x7ffee48...
core
[05:08:30.561] #0  0x00007fa832eabe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:08:30.561] #1  0x00007fa832e5cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:08:30.561] #2  0x00007fa832e47472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:08:30.561] #3  0x00007fa8340d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:08:30.561] #4  0x00007fa8340e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:08:30.561] #5  0x00007fa8340c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7fa83282ef4e, __in_ch...
[05:08:30.561] #6  0x00007fa8340be6ae in __asan::ReportDeadlySignal (sig=...) at ../../../../src/libsanitizer/asan/asan_...
[05:08:30.561] #7  0x00007fa8340bd462 in __asan::AsanOnDeadlySignal (signo=<optimized out>, siginfo=0x7fa83282fbf0, cont...
[05:08:30.561] #8  <signal handler called>
[05:08:30.561] #9  0x000055862c7d868b in ExecInterpExpr (state=0x6250000e0010, econtext=0x6250000e2208, isnull=0x7ffd2f6...
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pageinspect/expected/brin.out /tmp/cirrus-ci-build/contrib/pageinspect/results/bri...
--- /tmp/cirrus-ci-build/contrib/pageinspect/expected/brin.out	2024-10-27 05:02:44.724928137 +0000
+++ /tmp/cirrus-ci-build/contrib/pageinspect/results/brin.out	2024-10-27 05:07:15.255622008 +0000
@@ -161,50 +161,7 @@
 SELECT * FROM brin_page_items(get_raw_page('brin_test_parallel_idx', 2), 'brin_test_parallel_idx')
 EXCEPT
 SELECT * FROM brin_page_items(get_raw_page('brin_test_serial_idx', 2), 'brin_test_serial_idx');
- itemoffset | blknum | attnum | allnulls | hasnulls | placeholder | empty | value 
-------------+--------+--------+----------+----------+-------------+-------+-------
-(0 rows)
-
-SELECT * FROM brin_page_items(get_raw_page('brin_test_serial_idx', 2), 'brin_test_serial_idx')
-EXCEPT
-SELECT * FROM brin_page_items(get_raw_page('brin_test_parallel_idx', 2), 'brin_test_parallel_idx');
- itemoffset | blknum | attnum | allnulls | hasnulls | placeholder | empty | value 
-------------+--------+--------+----------+----------+-------------+-------+-------
-(0 rows)
-
-DROP INDEX brin_test_parallel_idx;
--- force parallel build, but don't allow starting parallel workers to force
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/matview-write-skew.out /tmp/cirrus-ci-build/src/test/isolation...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/matview-write-skew.out	2024-10-27 05:02:46.368137182 +0000
+++ /tmp/cirrus-ci-build/src/test/isolation/output_iso/results/matview-write-skew.out	2024-10-27 05:07:42.667608707 +000...
@@ -1,121 +1,6 @@
 Parsed test spec with 2 sessions
 
 starting permutation: s1_begin s2_begin s1_refresh s2_read s2_insert s1_commit s2_commit
-step s1_begin: BEGIN ISOLATION LEVEL SERIALIZABLE;
-step s2_begin: BEGIN ISOLATION LEVEL SERIALIZABLE;
-step s1_refresh: REFRESH MATERIALIZED VIEW CONCURRENTLY order_summary;
-step s2_read: SELECT max(date) FROM order_summary;
-       max
-----------
-04-01-2022
-(1 row)
-
-step s2_insert: INSERT INTO orders VALUES ('2022-04-02', 'orange', 15);
-step s1_commit: COMMIT;
-step s2_commit: COMMIT;
-ERROR:  could not serialize access due to read/write dependencies among transactions
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/type_sanity.out /tmp/cirrus-ci-build/src/test/regress/results/ty...
--- /tmp/cirrus-ci-build/src/test/regress/expected/type_sanity.out	2024-10-27 05:02:46.596528836 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/type_sanity.out	2024-10-27 05:06:21.011618256 +0000
@@ -172,573 +172,7 @@
 FROM pg_type AS t1
 WHERE t1.typtype not in ('b', 'p')
 ORDER BY 1;
- typtype |   typinput    
----------+---------------
- c       | record_in
- d       | domain_in
- e       | enum_in
- m       | multirange_in
- r       | range_in
-(5 rows)
-
--- Check for bogus typoutput routines
--- As of 8.0, this check finds refcursor, which is borrowing
--- other types' I/O routines
-SELECT t1.oid, t1.typname, p1.oid, p1.proname
...
sanitizer
SUMMARY: AddressSanitizer: SEGV /tmp/cirrus-ci-build/src/backend/executor/execExprInterp.c:1605 in ExecInterpExpr
sanitizer
SUMMARY: AddressSanitizer: SEGV /tmp/cirrus-ci-build/src/backend/executor/execExprInterp.c:1605 in ExecInterpExpr
sanitizer
SUMMARY: AddressSanitizer: SEGV /tmp/cirrus-ci-build/src/backend/executor/execExprInterp.c:1605 in ExecInterpExpr
sanitizer
SUMMARY: AddressSanitizer: SEGV /tmp/cirrus-ci-build/src/backend/executor/execExprInterp.c:1605 in ExecInterpExpr
sanitizer
SUMMARY: AddressSanitizer: SEGV /tmp/cirrus-ci-build/src/backend/executor/execExprInterp.c:1605 in ExecInterpExpr
sanitizer
SUMMARY: AddressSanitizer: SEGV /tmp/cirrus-ci-build/src/backend/executor/execExprInterp.c:1605 in ExecInterpExpr
sanitizer
SUMMARY: AddressSanitizer: SEGV /tmp/cirrus-ci-build/src/backend/executor/execExprInterp.c:1605 in ExecInterpExpr
sanitizer
SUMMARY: AddressSanitizer: SEGV /tmp/cirrus-ci-build/src/backend/executor/execExprInterp.c:1605 in ExecInterpExpr
sanitizer
SUMMARY: AddressSanitizer: SEGV /tmp/cirrus-ci-build/src/backend/executor/execExprInterp.c:1605 in ExecInterpExpr
sanitizer
SUMMARY: AddressSanitizer: SEGV /tmp/cirrus-ci-build/src/backend/executor/execExprInterp.c:1605 in ExecInterpExpr
sanitizer
SUMMARY: AddressSanitizer: SEGV /tmp/cirrus-ci-build/src/backend/executor/execExprInterp.c:1605 in ExecInterpExpr
sanitizer
SUMMARY: AddressSanitizer: SEGV /tmp/cirrus-ci-build/src/backend/executor/execExprInterp.c:1605 in ExecInterpExpr
sanitizer
SUMMARY: AddressSanitizer: SEGV /tmp/cirrus-ci-build/src/backend/executor/execExprInterp.c:1605 in ExecInterpExpr
sanitizer
SUMMARY: AddressSanitizer: SEGV /tmp/cirrus-ci-build/src/backend/executor/execExprInterp.c:1605 in ExecInterpExpr
sanitizer
SUMMARY: AddressSanitizer: SEGV /tmp/cirrus-ci-build/src/backend/executor/execExprInterp.c:1605 in ExecInterpExpr
sanitizer
SUMMARY: AddressSanitizer: SEGV /tmp/cirrus-ci-build/src/backend/executor/execExprInterp.c:1605 in ExecInterpExpr
tap
[05:06:54.435](0.917s) not ok 7 - checking an unresolvable database pattern under --no-strict-names status (got 1 vs exp...
[05:06:56.108](1.377s) not ok 22 - checking a database by name without amcheck installed, with other databases status (g...
[05:06:56.109](0.000s) not ok 24 - checking a database by name without amcheck installed, with other databases stderr /(...
[05:06:56.162](0.052s) not ok 25 - checking a database by pattern without amcheck installed, with other databases status...
[05:06:56.163](0.000s) not ok 27 - checking a database by pattern without amcheck installed, with other databases stderr...
[05:06:56.213](0.000s) not ok 30 - checking table pattern ".." stderr /(?^:pg_amcheck: error: no connectable databases t...
[05:06:56.285](0.000s) not ok 33 - checking table pattern ".foo.bar" stderr /(?^:pg_amcheck: error: no connectable datab...
[05:06:56.383](0.000s) not ok 36 - checking table pattern "." stderr /(?^:pg_amcheck: error: no heap tables to check mat...
[05:06:56.780](0.104s) not ok 64 - many unmatched patterns and one matched pattern under --no-strict-names status (got 1...
[05:06:56.781](0.000s) not ok 66 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[05:06:56.781](0.000s) not ok 67 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[05:06:56.782](0.000s) not ok 68 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[05:06:56.782](0.000s) not ok 69 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[05:06:56.783](0.000s) not ok 70 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[05:06:56.783](0.000s) not ok 71 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[05:06:56.783](0.000s) not ok 72 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[05:06:56.784](0.000s) not ok 73 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[05:06:56.784](0.000s) not ok 74 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[05:06:56.784](0.000s) not ok 75 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[05:06:56.785](0.000s) not ok 76 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[05:06:56.785](0.000s) not ok 77 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[05:06:56.785](0.000s) not ok 78 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[05:06:56.786](0.000s) not ok 79 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[05:06:56.786](0.000s) not ok 80 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[05:06:56.786](0.000s) not ok 81 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[05:06:56.786](0.000s) not ok 82 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
tap
[05:07:08.694](10.933s) not ok 1 - pg_amcheck prior to corruption status (got 1 vs expected 0)
[05:07:08.695](0.000s) not ok 3 - pg_amcheck prior to corruption stderr /(?^:^$)/
[05:07:11.254](2.559s) not ok 4 - pg_amcheck all schemas, tables and indexes in database db1 status (got 1 vs expected 2...
[05:07:11.254](0.000s) not ok 5 - pg_amcheck all schemas, tables and indexes in database db1 stdout /(?^:index ".*" lack...
[05:07:11.255](0.000s) not ok 6 - pg_amcheck all schemas, tables and indexes in database db1 stdout /(?^:line pointer)/
[05:07:11.255](0.000s) not ok 7 - pg_amcheck all schemas, tables and indexes in database db1 stdout /(?^:could not open ...
[05:07:11.256](0.000s) not ok 8 - pg_amcheck all schemas, tables and indexes in database db1 stderr /(?^:^$)/
[05:07:12.172](0.916s) not ok 9 - pg_amcheck all schemas, tables and indexes in databases db1, db2, and db3 status (got ...
[05:07:12.173](0.000s) not ok 10 - pg_amcheck all schemas, tables and indexes in databases db1, db2, and db3 stdout /(?^...
[05:07:12.173](0.000s) not ok 11 - pg_amcheck all schemas, tables and indexes in databases db1, db2, and db3 stdout /(?^...
[05:07:12.174](0.000s) not ok 12 - pg_amcheck all schemas, tables and indexes in databases db1, db2, and db3 stdout /(?^...
[05:07:12.174](0.000s) not ok 13 - pg_amcheck all schemas, tables and indexes in databases db1, db2, and db3 stderr /(?^...
[05:07:12.255](0.081s) not ok 14 - pg_amcheck index s1.t1_btree reports missing main relation fork status (got 1 vs expe...
[05:07:12.255](0.000s) not ok 15 - pg_amcheck index s1.t1_btree reports missing main relation fork stdout /(?^:index ".*...
[05:07:12.256](0.000s) not ok 16 - pg_amcheck index s1.t1_btree reports missing main relation fork stderr /(?^:pg_amchec...
[05:07:12.419](0.163s) not ok 17 - pg_amcheck index s1.s2 reports index corruption status (got 1 vs expected 2)
[05:07:12.420](0.000s) not ok 18 - pg_amcheck index s1.s2 reports index corruption stdout /(?^:.+)/
[05:07:12.420](0.000s) not ok 19 - pg_amcheck index s1.s2 reports index corruption stderr /(?^:^$)/
[05:07:12.445](0.025s) not ok 20 - pg_amcheck of db1.s1 excluding indexes status (got 1 vs expected 0)
[05:07:12.446](0.000s) not ok 22 - pg_amcheck of db1.s1 excluding indexes stderr /(?^:^$)/
[05:07:12.502](0.056s) not ok 23 - pg_amcheck of db2.s1 excluding indexes status (got 1 vs expected 2)
[05:07:12.503](0.000s) not ok 24 - pg_amcheck of db2.s1 excluding indexes stdout /(?^:could not open file ".*": No such ...
[05:07:12.503](0.000s) not ok 25 - pg_amcheck of db2.s1 excluding indexes stderr /(?^:^$)/
[05:07:12.570](0.067s) not ok 26 - pg_amcheck schema s3 reports table and index errors status (got 1 vs expected 2)
[05:07:12.571](0.001s) not ok 27 - pg_amcheck schema s3 reports table and index errors stdout /(?^:index ".*" lacks a ma...
[05:07:12.572](0.000s) not ok 28 - pg_amcheck schema s3 reports table and index errors stdout /(?^:line pointer)/
[05:07:12.572](0.000s) not ok 29 - pg_amcheck schema s3 reports table and index errors stdout /(?^:could not open file "...
[05:07:12.572](0.000s) not ok 30 - pg_amcheck schema s3 reports table and index errors stderr /(?^:^$)/
[05:07:12.614](0.041s) not ok 31 - pg_amcheck in schema s4 reports toast corruption status (got 1 vs expected 2)
[05:07:12.615](0.000s) not ok 32 - pg_amcheck in schema s4 reports toast corruption stdout /(?^:could not open file ".*"...
[05:07:12.615](0.000s) not ok 33 - pg_amcheck in schema s4 reports toast corruption stderr /(?^:^$)/
[05:07:12.657](0.041s) not ok 34 - pg_amcheck in schema s4 excluding toast reports no corruption status (got 1 vs expect...
[05:07:12.658](0.000s) not ok 36 - pg_amcheck in schema s4 excluding toast reports no corruption stderr /(?^:^$)/
[05:07:12.696](0.039s) not ok 37 - pg_amcheck over schema s5 reports no corruption status (got 1 vs expected 0)
[05:07:12.697](0.000s) not ok 39 - pg_amcheck over schema s5 reports no corruption stderr /(?^:^$)/
[05:07:12.757](0.060s) not ok 40 - pg_amcheck over schema s1 with corrupt indexes excluded reports no corruption status ...
[05:07:12.758](0.000s) not ok 42 - pg_amcheck over schema s1 with corrupt indexes excluded reports no corruption stderr ...
[05:07:12.838](0.080s) not ok 43 - pg_amcheck over schema s1 with all indexes excluded reports no corruption status (got...
[05:07:12.839](0.001s) not ok 45 - pg_amcheck over schema s1 with all indexes excluded reports no corruption stderr /(?^...
[05:07:12.943](0.104s) not ok 46 - pg_amcheck over schema s2 with corrupt tables excluded reports no corruption status (...
[05:07:12.944](0.000s) not ok 48 - pg_amcheck over schema s2 with corrupt tables excluded reports no corruption stderr /...
[05:07:13.149](0.049s) not ok 55 - pg_amcheck smoke test --parent-check status (got 1 vs expected 2)
[05:07:13.150](0.000s) not ok 56 - pg_amcheck smoke test --parent-check stdout /(?^:index ".*" lacks a main relation for...
[05:07:13.151](0.001s) not ok 57 - pg_amcheck smoke test --parent-check stderr /(?^:^$)/
[05:07:13.221](0.070s) not ok 58 - pg_amcheck smoke test --heapallindexed --rootdescend status (got 1 vs expected 2)
[05:07:13.222](0.000s) not ok 59 - pg_amcheck smoke test --heapallindexed --rootdescend stdout /(?^:index ".*" lacks a m...
[05:07:13.223](0.000s) not ok 60 - pg_amcheck smoke test --heapallindexed --rootdescend stderr /(?^:^$)/
[05:07:13.283](0.060s) not ok 61 - pg_amcheck excluding all corrupt schemas status (got 1 vs expected 0)
[05:07:13.284](0.000s) not ok 63 - pg_amcheck excluding all corrupt schemas stderr /(?^:^$)/
[05:07:13.329](0.045s) not ok 64 - pg_amcheck smoke test --parent-check --checkunique status (got 1 vs expected 2)
[05:07:13.330](0.000s) not ok 65 - pg_amcheck smoke test --parent-check --checkunique stdout /(?^:index ".*" lacks a mai...
[05:07:13.331](0.000s) not ok 66 - pg_amcheck smoke test --parent-check --checkunique stderr /(?^:^$)/
[05:07:13.374](0.043s) not ok 67 - pg_amcheck smoke test --heapallindexed --rootdescend --checkunique status (got 1 vs e...
[05:07:13.375](0.000s) not ok 68 - pg_amcheck smoke test --heapallindexed --rootdescend --checkunique stdout /(?^:index ...
[05:07:13.376](0.000s) not ok 69 - pg_amcheck smoke test --heapallindexed --rootdescend --checkunique stderr /(?^:^$)/
[05:07:13.430](0.055s) not ok 70 - pg_amcheck excluding all corrupt schemas with --checkunique option status (got 1 vs e...
[05:07:13.431](0.000s) not ok 72 - pg_amcheck excluding all corrupt schemas with --checkunique option stderr /(?^:^$)/
tap
[05:07:20.551](6.848s) not ok 1 - pg_amcheck test table, prior to corruption
[05:07:21.534](0.982s) not ok 2 - pg_amcheck test table and index, prior to corruption
[05:07:23.671](2.136s) not ok 3 - Expected corruption message output status (got 1 vs expected 2)
[05:07:23.671](0.000s) not ok 4 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.tes...
[05:07:23.672](0.000s) not ok 5 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.tes...
[05:07:23.672](0.000s) not ok 6 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.tes...
[05:07:23.672](0.000s) not ok 7 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.tes...
[05:07:23.673](0.000s) not ok 8 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.tes...
[05:07:23.673](0.000s) not ok 9 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.tes...
[05:07:23.673](0.000s) not ok 10 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[05:07:23.674](0.000s) not ok 11 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[05:07:23.674](0.000s) not ok 12 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[05:07:23.674](0.000s) not ok 13 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[05:07:23.675](0.000s) not ok 14 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[05:07:23.676](0.000s) not ok 15 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[05:07:23.676](0.000s) not ok 16 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[05:07:23.677](0.000s) not ok 17 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[05:07:23.677](0.000s) not ok 18 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[05:07:23.678](0.000s) not ok 19 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[05:07:23.678](0.000s) not ok 20 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[05:07:23.679](0.000s) not ok 21 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[05:07:23.679](0.000s) not ok 22 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[05:07:23.680](0.000s) not ok 23 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[05:07:23.680](0.000s) not ok 24 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[05:07:23.680](0.000s) not ok 25 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[05:07:23.681](0.000s) not ok 26 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[05:07:23.683](0.000s) not ok 27 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[05:07:23.687](0.000s) not ok 28 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[05:07:23.688](0.000s) not ok 29 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[05:07:23.688](0.000s) not ok 30 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[05:07:23.695](0.000s) not ok 31 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[05:07:23.696](0.000s) not ok 32 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
tap
[05:07:26.675](1.643s) not ok 1 - pg_amcheck all schemas, tables and indexes reports no corruption: exit code 0
[05:07:26.675](0.000s) not ok 2 - pg_amcheck all schemas, tables and indexes reports no corruption: no stderr
[05:07:27.432](0.756s) not ok 4 - pg_amcheck all schemas, tables and indexes reports fickleidx corruption status (got 1 ...
[05:07:27.433](0.000s) not ok 5 - pg_amcheck all schemas, tables and indexes reports fickleidx corruption stdout /(?^:it...
tap
[05:07:55.081](1.873s) not ok 30 - run pg_createsubscriber on node S
tap
[05:07:33.603](2.061s) not ok 19 - pg_dump: option -n pg_catalog
[05:07:35.486](1.883s) not ok 20 - pg_dumpall: option --exclude-database handles database names with embedded dots
[05:07:35.567](0.000s) not ok 22 - pg_dump: option --schema rejects three-part schema names: matches
[05:07:35.596](0.000s) not ok 24 - pg_dump: option --schema rejects cross-database multipart schema names: matches
[05:07:35.636](0.000s) not ok 26 - pg_dump: option --schema rejects degenerate two-part schema name: ".": matches
[05:07:35.668](0.000s) not ok 28 - pg_dump: option --schema rejects cross-database multipart schema names with embedded ...
[05:07:35.736](0.000s) not ok 30 - pg_dump: option --schema rejects degenerate three-part schema name: "..": matches
[05:07:35.785](0.000s) not ok 32 - pg_dump: option --table rejects four-part table names: matches
[05:07:35.832](0.003s) not ok 34 - pg_dump: option --table rejects cross-database three part table names: matches
[05:07:35.860](0.000s) not ok 36 - pg_dump: option --table rejects cross-database three part table names with embedded d...
[05:07:35.893](0.032s) not ok 37 - binary_upgrade: pg_dump runs
[05:07:35.917](0.024s) not ok 38 - binary_upgrade: pg_restore runs
Linux - Debian Bookworm - Meson
core
[05:13:05.110] #0  0x00007fd274ca9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:13:05.110] #1  0x00007fd274c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:13:05.110] #2  0x00007fd274c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:13:05.110] #3  0x00007fd274e1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:13:05.110] #4  0x00007fd274e2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:13:05.110] #5  0x00007fd274e0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55fbb9bebbe0,...
[05:13:05.110] #6  0x000055fbb8e1163b in ExecInterpExpr (state=0x55fbf2c4d5d0, econtext=0x55fbf2c4e230, isnull=0x7fff078...
[05:13:05.110] #7  0x000055fbb8e029f3 in ExecInterpExprStillValid (state=0x55fbf2c4d5d0, econtext=0x55fbf2c4e230, isNull...
[05:13:05.110] #8  0x000055fbb8e1495f in ExecEvalExpr (isNull=0x7fff07880d8f, econtext=<optimized out>, state=<optimized...
[05:13:05.110] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[05:12:29.394] #0  0x00007f3a96ea9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:29.394] #1  0x00007f3a96e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:29.394] #2  0x00007f3a96e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:29.394] #3  0x00007f3a9701e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:12:29.394] #4  0x00007f3a9702aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:12:29.394] #5  0x00007f3a9700d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x56283629bbe0,...
[05:12:29.394] #6  0x00005628354c163b in ExecInterpExpr (state=0x562871774590, econtext=0x56287173ecf8, isnull=0x7fff27f...
[05:12:29.394] #7  0x00005628354b29f3 in ExecInterpExprStillValid (state=0x562871774590, econtext=0x56287173ecf8, isNull...
[05:12:29.394] #8  0x00005628354c495f in ExecEvalExpr (isNull=0x7fff27f209cf, econtext=<optimized out>, state=<optimized...
[05:12:29.394] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[05:12:28.669] #0  0x00007f6893aa9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:28.669] #1  0x00007f6893a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:28.669] #2  0x00007f6893a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:28.669] #3  0x00007f6893c1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:12:28.669] #4  0x00007f6893c2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:12:28.669] #5  0x00007f6893c0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55a21f9e8be0,...
[05:12:28.669] #6  0x000055a21ec0e63b in ExecInterpExpr (state=0x55a257315e90, econtext=0x55a257316af0, isnull=0x7ffde1d...
[05:12:28.669] #7  0x000055a21ebff9f3 in ExecInterpExprStillValid (state=0x55a257315e90, econtext=0x55a257316af0, isNull...
[05:12:28.669] #8  0x000055a21ec1195f in ExecEvalExpr (isNull=0x7ffde1d0876f, econtext=<optimized out>, state=<optimized...
[05:12:28.669] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[05:12:28.098] #0  0x00007ffb54ca9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:28.098] #1  0x00007ffb54c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:28.098] #2  0x00007ffb54c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:28.098] #3  0x00007ffb54e1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:12:28.098] #4  0x00007ffb54e2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:12:28.098] #5  0x00007ffb54e0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x558efdec4be0,...
[05:12:28.098] #6  0x0000558efd0ea63b in ExecInterpExpr (state=0x558f25e56c10, econtext=0x558f25e23388, isnull=0x7ffd03a...
[05:12:28.098] #7  0x0000558efd0db9f3 in ExecInterpExprStillValid (state=0x558f25e56c10, econtext=0x558f25e23388, isNull...
[05:12:28.098] #8  0x0000558efd0ed95f in ExecEvalExpr (isNull=0x7ffd03af85bf, econtext=<optimized out>, state=<optimized...
[05:12:28.098] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[05:12:27.396] #0  0x00007fd0d36a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:27.396] #1  0x00007fd0d365afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:27.396] #2  0x00007fd0d3645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:27.396] #3  0x00007fd0d381e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:12:27.396] #4  0x00007fd0d382aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:12:27.396] #5  0x00007fd0d380d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x5602925eebe0,...
[05:12:27.396] #6  0x000056029181463b in ExecInterpExpr (state=0x5602d0a294c0, econtext=0x5602d0a2a120, isnull=0x7ffc001...
[05:12:27.396] #7  0x00005602918059f3 in ExecInterpExprStillValid (state=0x5602d0a294c0, econtext=0x5602d0a2a120, isNull...
[05:12:27.396] #8  0x000056029181795f in ExecEvalExpr (isNull=0x7ffc001da10f, econtext=<optimized out>, state=<optimized...
[05:12:27.396] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[05:12:26.838] #0  0x00007f99f32a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:26.838] #1  0x00007f99f325afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:26.838] #2  0x00007f99f3245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:26.838] #3  0x00007f99f341e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:12:26.838] #4  0x00007f99f342aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:12:26.838] #5  0x00007f99f340d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x564a2491fbe0,...
[05:12:26.838] #6  0x0000564a23b4563b in ExecInterpExpr (state=0x564a3ebbb0b0, econtext=0x564a3ebbbd10, isnull=0x7ffedc2...
[05:12:26.838] #7  0x0000564a23b369f3 in ExecInterpExprStillValid (state=0x564a3ebbb0b0, econtext=0x564a3ebbbd10, isNull...
[05:12:26.838] #8  0x0000564a23b4895f in ExecEvalExpr (isNull=0x7ffedc22751f, econtext=<optimized out>, state=<optimized...
[05:12:26.838] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[05:12:26.302] #0  0x00007fc32c4a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:26.302] #1  0x00007fc32c45afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:26.302] #2  0x00007fc32c445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:26.302] #3  0x00007fc32c61e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:12:26.302] #4  0x00007fc32c62aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:12:26.302] #5  0x00007fc32c60d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55c3e7627be0,...
[05:12:26.302] #6  0x000055c3e684d63b in ExecInterpExpr (state=0x55c413939610, econtext=0x55c41393a180, isnull=0x7ffcfad...
[05:12:26.302] #7  0x000055c3e683e9f3 in ExecInterpExprStillValid (state=0x55c413939610, econtext=0x55c41393a180, isNull...
[05:12:26.302] #8  0x000055c3e685095f in ExecEvalExpr (isNull=0x7ffcfaddfe2f, econtext=<optimized out>, state=<optimized...
[05:12:26.302] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[05:12:31.026] #0  0x00007f30cd2a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:31.026] #1  0x00007f30cd25afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:31.026] #2  0x00007f30cd245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:31.026] #3  0x00007f30cd41e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:12:31.026] #4  0x00007f30cd42aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:12:31.026] #5  0x00007f30cd40d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x5555f5fd3be0,...
[05:12:31.026] #6  0x00005555f51f963b in ExecInterpExpr (state=0x5556028049b0, econtext=0x555602806510, isnull=0x7ffd070...
[05:12:31.026] #7  0x00005555f51ea9f3 in ExecInterpExprStillValid (state=0x5556028049b0, econtext=0x555602806510, isNull...
[05:12:31.026] #8  0x00005555f51fc95f in ExecEvalExpr (isNull=0x7ffd07074cff, econtext=<optimized out>, state=<optimized...
[05:12:31.026] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[05:12:25.012] #0  0x00007f34334acd24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:25.012] #1  0x00007f3433459239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:25.012] #2  0x00007f3433459497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:25.012] #3  0x000055ae5bb815f3 in ?? ()
[05:12:25.012] #4  0x000055ae5bb7b369 in ?? ()
[05:12:25.012] #5  0x000055ae5bb7a20f in ?? ()
[05:12:25.012] #6  0x000055ae5bb7ac3b in ?? ()
[05:12:25.012] #7  0x000055ae5bb7866f in ?? ()
[05:12:25.012] #8  0x00007f343344424a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:25.012] #9  0x00007f3433444305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:12:25.012] #0  <unavailable> in ?? ()
core
[05:12:24.863] #0  0x00007f92760a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:24.863] #1  0x00007f927605afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:24.863] #2  0x00007f9276045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:24.863] #3  0x00007f927621e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:12:24.863] #4  0x00007f927622aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:12:24.863] #5  0x00007f927620d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55dcb522cbe0,...
[05:12:24.863] #6  0x000055dcb445263b in ExecInterpExpr (state=0x55dcbe4801d0, econtext=0x55dcbe480e30, isnull=0x7ffe807...
[05:12:24.863] #7  0x000055dcb44439f3 in ExecInterpExprStillValid (state=0x55dcbe4801d0, econtext=0x55dcbe480e30, isNull...
[05:12:24.863] #8  0x000055dcb445595f in ExecEvalExpr (isNull=0x7ffe8073a95f, econtext=<optimized out>, state=<optimized...
[05:12:24.863] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[05:12:24.297] #0  0x00007f764e6a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:24.297] #1  0x00007f764e65afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:24.297] #2  0x00007f764e645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:24.297] #3  0x00007f764e81e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:12:24.297] #4  0x00007f764e82aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:12:24.297] #5  0x00007f764e80d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x560a5ac82be0,...
[05:12:24.297] #6  0x0000560a59ea863b in ExecInterpExpr (state=0x560a6edb9a60, econtext=0x560a6edbb468, isnull=0x7fff31f...
[05:12:24.297] #7  0x0000560a59e999f3 in ExecInterpExprStillValid (state=0x560a6edb9a60, econtext=0x560a6edbb468, isNull...
[05:12:24.297] #8  0x0000560a59eab95f in ExecEvalExpr (isNull=0x7fff31f75b9f, econtext=<optimized out>, state=<optimized...
[05:12:24.297] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[05:12:23.579] #0  0x00007fc6a82a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:23.579] #1  0x00007fc6a825afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:23.579] #2  0x00007fc6a8245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:23.579] #3  0x00007fc6a841e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:12:23.579] #4  0x00007fc6a842aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:12:23.579] #5  0x00007fc6a840d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55d1b504dbe0,...
[05:12:23.579] #6  0x000055d1b427363b in ExecInterpExpr (state=0x55d1eca88990, econtext=0x55d1eca895f0, isnull=0x7ffc1d5...
[05:12:23.579] #7  0x000055d1b42649f3 in ExecInterpExprStillValid (state=0x55d1eca88990, econtext=0x55d1eca895f0, isNull...
[05:12:23.579] #8  0x000055d1b427695f in ExecEvalExpr (isNull=0x7ffc1d55a15f, econtext=<optimized out>, state=<optimized...
[05:12:23.579] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[05:12:23.003] #0  0x00007f03e08a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:23.003] #1  0x00007f03e085afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:23.003] #2  0x00007f03e0845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:23.003] #3  0x00007f03e0a1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:12:23.003] #4  0x00007f03e0a2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:12:23.003] #5  0x00007f03e0a0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x5591c8b54be0,...
[05:12:23.003] #6  0x00005591c7d7a63b in ExecInterpExpr (state=0x5591d2fbcf70, econtext=0x5591d2fbdbd0, isnull=0x7ffda52...
[05:12:23.003] #7  0x00005591c7d6b9f3 in ExecInterpExprStillValid (state=0x5591d2fbcf70, econtext=0x5591d2fbdbd0, isNull...
[05:12:23.003] #8  0x00005591c7d7d95f in ExecEvalExpr (isNull=0x7ffda52c828f, econtext=<optimized out>, state=<optimized...
[05:12:23.003] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[05:12:22.411] #0  0x00007fe1f5aa9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:22.411] #1  0x00007fe1f5a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:22.411] #2  0x00007fe1f5a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:22.411] #3  0x00007fe1f5c1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:12:22.411] #4  0x00007fe1f5c2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:12:22.411] #5  0x00007fe1f5c0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55a59ac80be0,...
[05:12:22.411] #6  0x000055a599ea663b in ExecInterpExpr (state=0x55a5db25a6d0, econtext=0x55a5db264fd8, isnull=0x7ffed09...
[05:12:22.411] #7  0x000055a599e979f3 in ExecInterpExprStillValid (state=0x55a5db25a6d0, econtext=0x55a5db264fd8, isNull...
[05:12:22.411] #8  0x000055a599ea995f in ExecEvalExpr (isNull=0x7ffed09d18cf, econtext=<optimized out>, state=<optimized...
[05:12:22.411] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[05:12:21.205] #0  0x00007f3aa3aa9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:21.205] #1  0x00007f3aa3a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:21.205] #2  0x00007f3aa3a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:21.205] #3  0x00007f3aa3c1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:12:21.205] #4  0x00007f3aa3c2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:12:21.205] #5  0x00007f3aa3c0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55d2385e9be0,...
[05:12:21.205] #6  0x000055d23780f63b in ExecInterpExpr (state=0x55d2462ca500, econtext=0x55d2462cbf08, isnull=0x7ffc2cf...
[05:12:21.205] #7  0x000055d2378009f3 in ExecInterpExprStillValid (state=0x55d2462ca500, econtext=0x55d2462cbf08, isNull...
[05:12:21.205] #8  0x000055d23781295f in ExecEvalExpr (isNull=0x7ffc2cf8c58f, econtext=<optimized out>, state=<optimized...
[05:12:21.205] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[05:12:25.563] #0  0x00007f58b04a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:25.563] #1  0x00007f58b045afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:25.563] #2  0x00007f58b0445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:25.563] #3  0x00007f58b061e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:12:25.563] #4  0x00007f58b062aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:12:25.563] #5  0x00007f58b060d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55cac941abe0,...
[05:12:25.563] #6  0x000055cac864063b in ExecInterpExpr (state=0x55cb00756120, econtext=0x55cb00756d80, isnull=0x7fff904...
[05:12:25.563] #7  0x000055cac86319f3 in ExecInterpExprStillValid (state=0x55cb00756120, econtext=0x55cb00756d80, isNull...
[05:12:25.563] #8  0x000055cac864395f in ExecEvalExpr (isNull=0x7fff90410daf, econtext=<optimized out>, state=<optimized...
[05:12:25.563] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[05:12:31.566] #0  0x00007fbd21ca9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:31.566] #1  0x00007fbd21c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:31.566] #2  0x00007fbd21c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:31.566] #3  0x00007fbd21e1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:12:31.566] #4  0x00007fbd21e2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:12:31.566] #5  0x00007fbd21e0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55e535c4cbe0,...
[05:12:31.566] #6  0x000055e534e7263b in ExecInterpExpr (state=0x55e5756bdb60, econtext=0x55e5756be7c0, isnull=0x7fffd6d...
[05:12:31.566] #7  0x000055e534e639f3 in ExecInterpExprStillValid (state=0x55e5756bdb60, econtext=0x55e5756be7c0, isNull...
[05:12:31.566] #8  0x000055e534e7595f in ExecEvalExpr (isNull=0x7fffd6dae3df, econtext=<optimized out>, state=<optimized...
[05:12:31.566] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[05:12:32.236] #0  0x00007f5c43ca9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:32.236] #1  0x00007f5c43c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:32.236] #2  0x00007f5c43c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:32.236] #3  0x00007f5c43e1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:12:32.236] #4  0x00007f5c43e2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:12:32.236] #5  0x00007f5c43e0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55eb6ffafbe0,...
[05:12:32.236] #6  0x000055eb6f1d563b in ExecInterpExpr (state=0x55eb840a90e0, econtext=0x55eb840aaae8, isnull=0x7ffd21d...
[05:12:32.236] #7  0x000055eb6f1c69f3 in ExecInterpExprStillValid (state=0x55eb840a90e0, econtext=0x55eb840aaae8, isNull...
[05:12:32.236] #8  0x000055eb6f1d895f in ExecEvalExpr (isNull=0x7ffd21dce37f, econtext=<optimized out>, state=<optimized...
[05:12:32.236] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[05:12:32.816] #0  0x00007fe3dd6a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:32.816] #1  0x00007fe3dd65afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:32.816] #2  0x00007fe3dd645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:32.816] #3  0x00007fe3dd81e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:12:32.816] #4  0x00007fe3dd82aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:12:32.816] #5  0x00007fe3dd80d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55898d7e4be0,...
[05:12:32.816] #6  0x000055898ca0a63b in ExecInterpExpr (state=0x5589b97625f0, econtext=0x5589b9763250, isnull=0x7ffea87...
[05:12:32.816] #7  0x000055898c9fb9f3 in ExecInterpExprStillValid (state=0x5589b97625f0, econtext=0x5589b9763250, isNull...
[05:12:32.816] #8  0x000055898ca0d95f in ExecEvalExpr (isNull=0x7ffea87094ef, econtext=<optimized out>, state=<optimized...
[05:12:32.816] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[05:12:30.479] #0  0x00007fab812a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:30.479] #1  0x00007fab8125afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:30.479] #2  0x00007fab81245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:30.479] #3  0x00007fab8141e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:12:30.479] #4  0x00007fab8142aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:12:30.479] #5  0x00007fab8140d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x555aac6d1be0,...
[05:12:30.479] #6  0x0000555aab8f763b in ExecInterpExpr (state=0x555adeec20b0, econtext=0x555adeec2d10, isnull=0x7ffe074...
[05:12:30.479] #7  0x0000555aab8e89f3 in ExecInterpExprStillValid (state=0x555adeec20b0, econtext=0x555adeec2d10, isNull...
[05:12:30.479] #8  0x0000555aab8fa95f in ExecEvalExpr (isNull=0x7ffe074f7ebf, econtext=<optimized out>, state=<optimized...
[05:12:30.479] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[05:12:33.385] #0  0x00007f9ecfaa9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:33.385] #1  0x00007f9ecfa5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:33.385] #2  0x00007f9ecfa45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:33.385] #3  0x00007f9ecfc1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:12:33.385] #4  0x00007f9ecfc2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:12:33.385] #5  0x00007f9ecfc0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x559f7aef6be0,...
[05:12:33.385] #6  0x0000559f7a11c63b in ExecInterpExpr (state=0x559f887b80c0, econtext=0x559f887b8d20, isnull=0x7ffe350...
[05:12:33.385] #7  0x0000559f7a10d9f3 in ExecInterpExprStillValid (state=0x559f887b80c0, econtext=0x559f887b8d20, isNull...
[05:12:33.385] #8  0x0000559f7a11f95f in ExecEvalExpr (isNull=0x7ffe35064eaf, econtext=<optimized out>, state=<optimized...
[05:12:33.385] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[05:12:33.957] #0  0x00007f2c45aa9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:33.957] #1  0x00007f2c45a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:33.957] #2  0x00007f2c45a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:33.957] #3  0x00007f2c45c1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:12:33.957] #4  0x00007f2c45c2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:12:33.957] #5  0x00007f2c45c0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55adb324bbe0,...
[05:12:33.957] #6  0x000055adb247163b in ExecInterpExpr (state=0x55addf35ac70, econtext=0x55addf35b8d0, isnull=0x7fff522...
[05:12:33.957] #7  0x000055adb24629f3 in ExecInterpExprStillValid (state=0x55addf35ac70, econtext=0x55addf35b8d0, isNull...
[05:12:33.957] #8  0x000055adb247495f in ExecEvalExpr (isNull=0x7fff5229736f, econtext=<optimized out>, state=<optimized...
[05:12:33.957] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[05:12:34.854] #0  0x00007f30cd2a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:34.854] #1  0x00007f30cd25afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:34.854] #2  0x00007f30cd245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:34.854] #3  0x00007f30cd41e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:12:34.854] #4  0x00007f30cd42aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:12:34.854] #5  0x00007f30cd40d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x5555f5fd3be0,...
[05:12:34.854] #6  0x00005555f51f963b in ExecInterpExpr (state=0x555602837e50, econtext=0x5556028389c0, isnull=0x7ffd070...
[05:12:34.854] #7  0x00005555f51ea9f3 in ExecInterpExprStillValid (state=0x555602837e50, econtext=0x5556028389c0, isNull...
[05:12:34.854] #8  0x00005555f51fc95f in ExecEvalExpr (isNull=0x7ffd07074c3f, econtext=<optimized out>, state=<optimized...
[05:12:34.854] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[05:12:35.549] #0  0x00007f30cd2a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:35.549] #1  0x00007f30cd25afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:35.549] #2  0x00007f30cd245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:35.549] #3  0x00007f30cd41e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:12:35.549] #4  0x00007f30cd42aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:12:35.549] #5  0x00007f30cd40d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x5555f5fd3be0,...
[05:12:35.549] #6  0x00005555f51f963b in ExecInterpExpr (state=0x555602811280, econtext=0x5556027e1a18, isnull=0x7ffd070...
[05:12:35.549] #7  0x00005555f51ea9f3 in ExecInterpExprStillValid (state=0x555602811280, econtext=0x5556027e1a18, isNull...
[05:12:35.549] #8  0x00005555f51fc95f in ExecEvalExpr (isNull=0x7ffd07074c7f, econtext=<optimized out>, state=<optimized...
[05:12:35.549] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[05:12:36.110] #0  0x00007ffb54ca9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:36.110] #1  0x00007ffb54c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:36.110] #2  0x00007ffb54c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:36.110] #3  0x00007ffb54e1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:12:36.110] #4  0x00007ffb54e2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:12:36.110] #5  0x00007ffb54e0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x558efdec4be0,...
[05:12:36.110] #6  0x0000558efd0ea63b in ExecInterpExpr (state=0x558f25efcf48, econtext=0x558f25f00188, isnull=0x7ffd03a...
[05:12:36.110] #7  0x0000558efd0db9f3 in ExecInterpExprStillValid (state=0x558f25efcf48, econtext=0x558f25f00188, isNull...
[05:12:36.110] #8  0x0000558efd0ed95f in ExecEvalExpr (isNull=0x7ffd03af863f, econtext=<optimized out>, state=<optimized...
[05:12:36.110] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[05:12:36.662] #0  0x00007f0da7ca9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:36.662] #1  0x00007f0da7c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:36.662] #2  0x00007f0da7c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:36.662] #3  0x00007f0da7e1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:12:36.662] #4  0x00007f0da7e2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:12:36.662] #5  0x00007f0da7e0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x556ec03f3be0,...
[05:12:36.662] #6  0x0000556ebf61963b in ExecInterpExpr (state=0x556eec82aeb0, econtext=0x556eec82bb10, isnull=0x7fffdc0...
[05:12:36.662] #7  0x0000556ebf60a9f3 in ExecInterpExprStillValid (state=0x556eec82aeb0, econtext=0x556eec82bb10, isNull...
[05:12:36.662] #8  0x0000556ebf61c95f in ExecEvalExpr (isNull=0x7fffdc05cfcf, econtext=<optimized out>, state=<optimized...
[05:12:36.662] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[05:12:37.215] #0  0x00007fcc0d6a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:37.215] #1  0x00007fcc0d65afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:37.215] #2  0x00007fcc0d645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:37.215] #3  0x00007fcc0d81e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:12:37.215] #4  0x00007fcc0d82aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:12:37.215] #5  0x00007fcc0d80d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x5586101d6be0,...
[05:12:37.215] #6  0x000055860f3fc63b in ExecInterpExpr (state=0x55864765df20, econtext=0x55864765eb80, isnull=0x7ffdc9e...
[05:12:37.215] #7  0x000055860f3ed9f3 in ExecInterpExprStillValid (state=0x55864765df20, econtext=0x55864765eb80, isNull...
[05:12:37.215] #8  0x000055860f3ff95f in ExecEvalExpr (isNull=0x7ffdc9eb237f, econtext=<optimized out>, state=<optimized...
[05:12:37.215] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[05:12:37.906] #0  0x00007f357d6a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:37.906] #1  0x00007f357d65afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:37.906] #2  0x00007f357d645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:37.906] #3  0x00007f357d81e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:12:37.906] #4  0x00007f357d82aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:12:37.906] #5  0x00007f357d80d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x5645ab700be0,...
[05:12:37.906] #6  0x00005645aa92663b in ExecInterpExpr (state=0x5645d0b313c0, econtext=0x5645d0b32dc8, isnull=0x7fff95a...
[05:12:37.906] #7  0x00005645aa9179f3 in ExecInterpExprStillValid (state=0x5645d0b313c0, econtext=0x5645d0b32dc8, isNull...
[05:12:37.906] #8  0x00005645aa92995f in ExecEvalExpr (isNull=0x7fff95a3b15f, econtext=<optimized out>, state=<optimized...
[05:12:37.906] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[05:12:38.666] #0  0x00007f30cd2a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:38.666] #1  0x00007f30cd25afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:38.666] #2  0x00007f30cd245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:38.666] #3  0x00007f30cd41e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:12:38.666] #4  0x00007f30cd42aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:12:38.666] #5  0x00007f30cd40d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x7f30c1951600,...
[05:12:38.666] #6  0x00007f30c192a042 in llvm_compile_expr (state=0x5556028c7d00) at ../src/backend/jit/llvm/llvmjit_exp...
[05:12:38.666] #7  0x00005555f52b3b9a in jit_compile_expr (state=state@entry=0x5556028c7d00) at ../src/backend/jit/jit.c...
[05:12:38.666] #8  0x00005555f51d59e9 in ExecReadyExpr (state=state@entry=0x5556028c7d00) at ../src/backend/executor/exe...
[05:12:38.666] #9  0x00005555f51e40c1 in ExecBuildHash32FromAttrs (desc=desc@entry=0x5556028583f0, ops=ops@entry=0x5555f...
core
[05:12:39.235] #0  0x00007efc4eea9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:39.235] #1  0x00007efc4ee5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:39.235] #2  0x00007efc4ee45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:39.235] #3  0x00007efc4f01e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:12:39.235] #4  0x00007efc4f02aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:12:39.235] #5  0x00007efc4f00d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x56528a80abe0,...
[05:12:39.235] #6  0x0000565289a3063b in ExecInterpExpr (state=0x5652aba99fc0, econtext=0x5652aba9ac20, isnull=0x7ffd79a...
[05:12:39.235] #7  0x0000565289a219f3 in ExecInterpExprStillValid (state=0x5652aba99fc0, econtext=0x5652aba9ac20, isNull...
[05:12:39.235] #8  0x0000565289a3395f in ExecEvalExpr (isNull=0x7ffd79a009ef, econtext=<optimized out>, state=<optimized...
[05:12:39.235] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[05:12:39.772] #0  0x00007f3ea18a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:39.772] #1  0x00007f3ea185afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:39.772] #2  0x00007f3ea1845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:39.772] #3  0x00007f3ea1a1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:12:39.772] #4  0x00007f3ea1a2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:12:39.772] #5  0x00007f3ea1a0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x5593c6336be0,...
[05:12:39.772] #6  0x00005593c555c63b in ExecInterpExpr (state=0x5593d9bfb4b0, econtext=0x5593d9bfc110, isnull=0x7ffdd5b...
[05:12:39.772] #7  0x00005593c554d9f3 in ExecInterpExprStillValid (state=0x5593d9bfb4b0, econtext=0x5593d9bfc110, isNull...
[05:12:39.772] #8  0x00005593c555f95f in ExecEvalExpr (isNull=0x7ffdd5b7f61f, econtext=<optimized out>, state=<optimized...
[05:12:39.772] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[05:12:40.309] #0  0x00007f3dcaaa9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:40.309] #1  0x00007f3dcaa5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:40.309] #2  0x00007f3dcaa45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:40.309] #3  0x00007f3dcac1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:12:40.309] #4  0x00007f3dcac2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:12:40.309] #5  0x00007f3dcac0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x556a15e05be0,...
[05:12:40.309] #6  0x0000556a1502b63b in ExecInterpExpr (state=0x556a232fc240, econtext=0x556a232fcea0, isnull=0x7ffcef6...
[05:12:40.309] #7  0x0000556a1501c9f3 in ExecInterpExprStillValid (state=0x556a232fc240, econtext=0x556a232fcea0, isNull...
[05:12:40.309] #8  0x0000556a1502e95f in ExecEvalExpr (isNull=0x7ffcef64947f, econtext=<optimized out>, state=<optimized...
[05:12:40.309] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[05:12:41.018] #0  0x00007f3aa3aa9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:41.018] #1  0x00007f3aa3a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:41.018] #2  0x00007f3aa3a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:41.018] #3  0x00007f3aa3c1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:12:41.018] #4  0x00007f3aa3c2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:12:41.018] #5  0x00007f3aa3c0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55d2385e9be0,...
[05:12:41.018] #6  0x000055d23780f63b in ExecInterpExpr (state=0x55d2462ca500, econtext=0x55d2462cbf08, isnull=0x7ffc2cf...
[05:12:41.018] #7  0x000055d2378009f3 in ExecInterpExprStillValid (state=0x55d2462ca500, econtext=0x55d2462cbf08, isNull...
[05:12:41.018] #8  0x000055d23781295f in ExecEvalExpr (isNull=0x7ffc2cf8c58f, econtext=<optimized out>, state=<optimized...
[05:12:41.018] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[05:12:41.714] #0  0x00007f30cd2a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:41.714] #1  0x00007f30cd25afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:41.714] #2  0x00007f30cd245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:41.714] #3  0x00007f30cd41e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:12:41.714] #4  0x00007f30cd42aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:12:41.714] #5  0x00007f30cd40d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x5555f5fd3be0,...
[05:12:41.714] #6  0x00005555f51f963b in ExecInterpExpr (state=0x55560281a2d0, econtext=0x555602826c08, isnull=0x7ffd070...
[05:12:41.714] #7  0x00005555f51ea9f3 in ExecInterpExprStillValid (state=0x55560281a2d0, econtext=0x555602826c08, isNull...
[05:12:41.714] #8  0x00005555f51fc95f in ExecEvalExpr (isNull=0x7ffd07074b7f, econtext=<optimized out>, state=<optimized...
[05:12:41.714] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[05:12:42.263] #0  0x00007ff2da6a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:42.263] #1  0x00007ff2da65afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:42.263] #2  0x00007ff2da645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:42.263] #3  0x00007ff2da81e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:12:42.263] #4  0x00007ff2da82aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:12:42.263] #5  0x00007ff2da80d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55af93af4be0,...
[05:12:42.263] #6  0x000055af92d1a63b in ExecInterpExpr (state=0x55afa25e04d0, econtext=0x55afa25e1130, isnull=0x7fff424...
[05:12:42.263] #7  0x000055af92d0b9f3 in ExecInterpExprStillValid (state=0x55afa25e04d0, econtext=0x55afa25e1130, isNull...
[05:12:42.263] #8  0x000055af92d1d95f in ExecEvalExpr (isNull=0x7fff4244fbff, econtext=<optimized out>, state=<optimized...
[05:12:42.263] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[05:12:42.948] #0  0x00007f30cd2a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:42.948] #1  0x00007f30cd25afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:42.948] #2  0x00007f30cd245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:42.948] #3  0x00007f30cd41e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:12:42.948] #4  0x00007f30cd42aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:12:42.948] #5  0x00007f30cd40d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x5555f5fd3be0,...
[05:12:42.948] #6  0x00005555f51f963b in ExecInterpExpr (state=0x5556028a6620, econtext=0x5556028a7190, isnull=0x7ffd070...
[05:12:42.948] #7  0x00005555f51ea9f3 in ExecInterpExprStillValid (state=0x5556028a6620, econtext=0x5556028a7190, isNull...
[05:12:42.948] #8  0x00005555f51fc95f in ExecEvalExpr (isNull=0x7ffd07074abf, econtext=<optimized out>, state=<optimized...
[05:12:42.948] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[05:12:43.501] #0  0x00007f7d410a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:43.501] #1  0x00007f7d4105afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:43.501] #2  0x00007f7d41045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:43.501] #3  0x00007f7d4121e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:12:43.501] #4  0x00007f7d4122aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:12:43.501] #5  0x00007f7d4120d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x5622d45f3be0,...
[05:12:43.501] #6  0x00005622d381963b in ExecInterpExpr (state=0x5622fe929bc0, econtext=0x5622fe932628, isnull=0x7fff112...
[05:12:43.501] #7  0x00005622d380a9f3 in ExecInterpExprStillValid (state=0x5622fe929bc0, econtext=0x5622fe932628, isNull...
[05:12:43.501] #8  0x00005622d381c95f in ExecEvalExpr (isNull=0x7fff112acb5f, econtext=<optimized out>, state=<optimized...
[05:12:43.501] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[05:12:44.034] #0  0x00007f5673ea9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:44.034] #1  0x00007f5673e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:44.034] #2  0x00007f5673e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:44.034] #3  0x00007f567401e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:12:44.034] #4  0x00007f567402aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:12:44.034] #5  0x00007f567400d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55c0bec8bbe0,...
[05:12:44.034] #6  0x000055c0bdeb163b in ExecInterpExpr (state=0x55c0f65a1880, econtext=0x55c0f65a24e0, isnull=0x7ffdba2...
[05:12:44.034] #7  0x000055c0bdea29f3 in ExecInterpExprStillValid (state=0x55c0f65a1880, econtext=0x55c0f65a24e0, isNull...
[05:12:44.034] #8  0x000055c0bdeb495f in ExecEvalExpr (isNull=0x7ffdba21c56f, econtext=<optimized out>, state=<optimized...
[05:12:44.034] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[05:12:44.569] #0  0x00007f0ac82a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:44.569] #1  0x00007f0ac825afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:44.569] #2  0x00007f0ac8245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:44.569] #3  0x00007f0ac841e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:12:44.569] #4  0x00007f0ac842aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:12:44.569] #5  0x00007f0ac840d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x561bd1810be0,...
[05:12:44.569] #6  0x0000561bd0a3663b in ExecInterpExpr (state=0x561be54449b0, econtext=0x561be5445610, isnull=0x7ffd7e4...
[05:12:44.569] #7  0x0000561bd0a279f3 in ExecInterpExprStillValid (state=0x561be54449b0, econtext=0x561be5445610, isNull...
[05:12:44.569] #8  0x0000561bd0a3995f in ExecEvalExpr (isNull=0x7ffd7e4dd6ff, econtext=<optimized out>, state=<optimized...
[05:12:44.569] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[05:12:45.228] #0  0x00007ff08faa9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:45.228] #1  0x00007ff08fa5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:45.228] #2  0x00007ff08fa45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:45.228] #3  0x00007ff08fc1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:12:45.228] #4  0x00007ff08fc2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:12:45.228] #5  0x00007ff08fc0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x5631949ebbe0,...
[05:12:45.228] #6  0x0000563193c1163b in ExecInterpExpr (state=0x56319d979cb0, econtext=0x56319d97b6b8, isnull=0x7ffdf32...
[05:12:45.228] #7  0x0000563193c029f3 in ExecInterpExprStillValid (state=0x56319d979cb0, econtext=0x56319d97b6b8, isNull...
[05:12:45.228] #8  0x0000563193c1495f in ExecEvalExpr (isNull=0x7ffdf326678f, econtext=<optimized out>, state=<optimized...
[05:12:45.228] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[05:12:46.019] #0  0x00007fd59a8a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:46.019] #1  0x00007fd59a85afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:46.019] #2  0x00007fd59a845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:46.019] #3  0x00007fd59aa1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:12:46.019] #4  0x00007fd59aa2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:12:46.019] #5  0x00007fd59aa0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x5601d67a3be0,...
[05:12:46.019] #6  0x00005601d59c963b in ExecInterpExpr (state=0x5602096c9518, econtext=0x5602096ca178, isnull=0x7ffd62f...
[05:12:46.019] #7  0x00005601d59ba9f3 in ExecInterpExprStillValid (state=0x5602096c9518, econtext=0x5602096ca178, isNull...
[05:12:46.019] #8  0x00005601d59cc95f in ExecEvalExpr (isNull=0x7ffd62fd630f, econtext=<optimized out>, state=<optimized...
[05:12:46.019] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[05:12:46.564] #0  0x00007f59df0a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:46.564] #1  0x00007f59df05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:46.564] #2  0x00007f59df045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:46.564] #3  0x00007f59df21e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:12:46.564] #4  0x00007f59df22aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:12:46.564] #5  0x00007f59df20d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x5567e38b3be0,...
[05:12:46.564] #6  0x00005567e2ad963b in ExecInterpExpr (state=0x5567f912ec20, econtext=0x5567f91336e8, isnull=0x7ffdcc7...
[05:12:46.564] #7  0x00005567e2aca9f3 in ExecInterpExprStillValid (state=0x5567f912ec20, econtext=0x5567f91336e8, isNull...
[05:12:46.564] #8  0x00005567e2adc95f in ExecEvalExpr (isNull=0x7ffdcc7118ff, econtext=<optimized out>, state=<optimized...
[05:12:46.564] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[05:12:46.706] #0  0x00007f34334acd24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:46.706] #1  0x00007f3433459239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:46.706] #2  0x00007f3433459497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:46.706] #3  0x000055ae5bb815c1 in ?? ()
[05:12:46.706] #4  0x000055ae5bb7b369 in ?? ()
[05:12:46.706] #5  0x000055ae5bb7a20f in ?? ()
[05:12:46.706] #6  0x000055ae5bb7ac3b in ?? ()
[05:12:46.706] #7  0x000055ae5bb7866f in ?? ()
[05:12:46.706] #8  0x00007f343344424a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:46.706] #9  0x00007f3433444305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:12:48.154] #0  0x00007f96004a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:48.154] #1  0x00007f960045afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:48.154] #2  0x00007f9600445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:48.154] #3  0x00007f960061e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:12:48.154] #4  0x00007f960062aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:12:48.154] #5  0x00007f960060d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x561b0336fbe0,...
[05:12:48.154] #6  0x0000561b0259563b in ExecInterpExpr (state=0x561b2f230d10, econtext=0x561b2f2380e8, isnull=0x7ffd0aa...
[05:12:48.154] #7  0x0000561b025869f3 in ExecInterpExprStillValid (state=0x561b2f230d10, econtext=0x561b2f2380e8, isNull...
[05:12:48.154] #8  0x0000561b0259895f in ExecEvalExpr (isNull=0x7ffd0aaae3ef, econtext=<optimized out>, state=<optimized...
[05:12:48.154] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[05:12:48.701] #0  0x00007f94f00a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:48.701] #1  0x00007f94f005afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:48.701] #2  0x00007f94f0045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:48.701] #3  0x00007f94f021e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:12:48.701] #4  0x00007f94f022aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:12:48.701] #5  0x00007f94f020d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x5597b8a1ebe0,...
[05:12:48.701] #6  0x00005597b7c4463b in ExecInterpExpr (state=0x5597d3b0a1f0, econtext=0x5597d3b0ae50, isnull=0x7fffc36...
[05:12:48.701] #7  0x00005597b7c359f3 in ExecInterpExprStillValid (state=0x5597d3b0a1f0, econtext=0x5597d3b0ae50, isNull...
[05:12:48.701] #8  0x00005597b7c4795f in ExecEvalExpr (isNull=0x7fffc364621f, econtext=<optimized out>, state=<optimized...
[05:12:48.701] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[05:12:49.366] #0  0x00007f30cd2a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:49.366] #1  0x00007f30cd25afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:49.366] #2  0x00007f30cd245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:49.366] #3  0x00007f30cd41e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:12:49.366] #4  0x00007f30cd42aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:12:49.366] #5  0x00007f30cd40d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x5555f5fd3be0,...
[05:12:49.366] #6  0x00005555f51f963b in ExecInterpExpr (state=0x5556027e8c20, econtext=0x5556027e9790, isnull=0x7ffd070...
[05:12:49.366] #7  0x00005555f51ea9f3 in ExecInterpExprStillValid (state=0x5556027e8c20, econtext=0x5556027e9790, isNull...
[05:12:49.366] #8  0x00005555f51fc95f in ExecEvalExpr (isNull=0x7ffd07074c7f, econtext=<optimized out>, state=<optimized...
[05:12:49.366] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[05:12:49.913] #0  0x00007f87840a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:49.913] #1  0x00007f878405afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:49.913] #2  0x00007f8784045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:49.913] #3  0x00007f878421e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:12:49.913] #4  0x00007f878422aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:12:49.913] #5  0x00007f878420d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x56109cc0ebe0,...
[05:12:49.913] #6  0x000056109be3463b in ExecInterpExpr (state=0x5610bbc04200, econtext=0x5610bbc04e60, isnull=0x7fff540...
[05:12:49.913] #7  0x000056109be259f3 in ExecInterpExprStillValid (state=0x5610bbc04200, econtext=0x5610bbc04e60, isNull...
[05:12:49.913] #8  0x000056109be3795f in ExecEvalExpr (isNull=0x7fff5405873f, econtext=<optimized out>, state=<optimized...
[05:12:49.913] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[05:12:50.437] #0  0x00007f3a96ea9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:50.437] #1  0x00007f3a96e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:50.437] #2  0x00007f3a96e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:50.437] #3  0x00007f3a9701e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:12:50.437] #4  0x00007f3a9702aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:12:50.437] #5  0x00007f3a9700d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x56283629bbe0,...
[05:12:50.437] #6  0x00005628354c163b in ExecInterpExpr (state=0x562871819dd8, econtext=0x56287181d018, isnull=0x7fff27f...
[05:12:50.437] #7  0x00005628354b29f3 in ExecInterpExprStillValid (state=0x562871819dd8, econtext=0x56287181d018, isNull...
[05:12:50.437] #8  0x00005628354c495f in ExecEvalExpr (isNull=0x7fff27f20a4f, econtext=<optimized out>, state=<optimized...
[05:12:50.437] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[05:12:50.960] #0  0x00007fb29caa9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:50.960] #1  0x00007fb29ca5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:50.960] #2  0x00007fb29ca45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:50.960] #3  0x00007fb29cc1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:12:50.960] #4  0x00007fb29cc2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:12:50.960] #5  0x00007fb29cc0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x564c7fd13be0,...
[05:12:50.960] #6  0x0000564c7ef3963b in ExecInterpExpr (state=0x564c8fa4bd90, econtext=0x564c8fa4c9f0, isnull=0x7ffd836...
[05:12:50.960] #7  0x0000564c7ef2a9f3 in ExecInterpExprStillValid (state=0x564c8fa4bd90, econtext=0x564c8fa4c9f0, isNull...
[05:12:50.960] #8  0x0000564c7ef3c95f in ExecEvalExpr (isNull=0x7ffd8365a56f, econtext=<optimized out>, state=<optimized...
[05:12:50.960] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[05:12:51.498] #0  0x00007f30cd2a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:51.498] #1  0x00007f30cd25afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:51.498] #2  0x00007f30cd245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:51.498] #3  0x00007f30cd41e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:12:51.498] #4  0x00007f30cd42aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:12:51.498] #5  0x00007f30cd40d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x5555f5fd3be0,...
[05:12:51.498] #6  0x00005555f51f963b in ExecInterpExpr (state=0x5556028bb5c8, econtext=0x5556028be808, isnull=0x7ffd070...
[05:12:51.498] #7  0x00005555f51ea9f3 in ExecInterpExprStillValid (state=0x5556028bb5c8, econtext=0x5556028be808, isNull...
[05:12:51.498] #8  0x00005555f51fc95f in ExecEvalExpr (isNull=0x7ffd07074cff, econtext=<optimized out>, state=<optimized...
[05:12:51.498] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[05:12:52.018] #0  0x00007f9f762a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:52.018] #1  0x00007f9f7625afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:52.018] #2  0x00007f9f76245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:52.018] #3  0x00007f9f7641e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:12:52.018] #4  0x00007f9f7642aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:12:52.018] #5  0x00007f9f7640d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x559d275ebbe0,...
[05:12:52.018] #6  0x0000559d2681163b in ExecInterpExpr (state=0x559d4347e5f0, econtext=0x559d4347f250, isnull=0x7fff5a5...
[05:12:52.018] #7  0x0000559d268029f3 in ExecInterpExprStillValid (state=0x559d4347e5f0, econtext=0x559d4347f250, isNull...
[05:12:52.018] #8  0x0000559d2681495f in ExecEvalExpr (isNull=0x7fff5a51975f, econtext=<optimized out>, state=<optimized...
[05:12:52.018] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[05:12:52.688] #0  0x00007f477c4a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:52.688] #1  0x00007f477c45afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:52.688] #2  0x00007f477c445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:52.688] #3  0x00007f477c61e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:12:52.688] #4  0x00007f477c62aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:12:52.688] #5  0x00007f477c60d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55d165fd4be0,...
[05:12:52.688] #6  0x000055d1651fa63b in ExecInterpExpr (state=0x55d17e12af90, econtext=0x55d17e12c998, isnull=0x7ffcf33...
[05:12:52.688] #7  0x000055d1651eb9f3 in ExecInterpExprStillValid (state=0x55d17e12af90, econtext=0x55d17e12c998, isNull...
[05:12:52.688] #8  0x000055d1651fd95f in ExecEvalExpr (isNull=0x7ffcf334126f, econtext=<optimized out>, state=<optimized...
[05:12:52.688] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[05:12:53.223] #0  0x00007f30cd2a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:53.223] #1  0x00007f30cd25afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:53.223] #2  0x00007f30cd245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:53.223] #3  0x00007f30cd41e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:12:53.223] #4  0x00007f30cd42aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:12:53.223] #5  0x00007f30cd40d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x5555f5fd3be0,...
[05:12:53.223] #6  0x00005555f51f963b in ExecInterpExpr (state=0x555602888048, econtext=0x555602889818, isnull=0x7ffd070...
[05:12:53.223] #7  0x00005555f51ea9f3 in ExecInterpExprStillValid (state=0x555602888048, econtext=0x555602889818, isNull...
[05:12:53.223] #8  0x00005555f51fc95f in ExecEvalExpr (isNull=0x7ffd07074cff, econtext=<optimized out>, state=<optimized...
[05:12:53.223] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[05:12:53.884] #0  0x00007f5c43ca9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:53.884] #1  0x00007f5c43c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:53.884] #2  0x00007f5c43c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:53.884] #3  0x00007f5c43e1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:12:53.884] #4  0x00007f5c43e2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:12:53.884] #5  0x00007f5c43e0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55eb6ffafbe0,...
[05:12:53.884] #6  0x000055eb6f1d563b in ExecInterpExpr (state=0x55eb840aa500, econtext=0x55eb840abf08, isnull=0x7ffd21d...
[05:12:53.884] #7  0x000055eb6f1c69f3 in ExecInterpExprStillValid (state=0x55eb840aa500, econtext=0x55eb840abf08, isNull...
[05:12:53.884] #8  0x000055eb6f1d895f in ExecEvalExpr (isNull=0x7ffd21dce37f, econtext=<optimized out>, state=<optimized...
[05:12:53.884] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[05:12:54.545] #0  0x00007f6d2d0a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:54.545] #1  0x00007f6d2d05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:54.545] #2  0x00007f6d2d045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:54.545] #3  0x00007f6d2d21e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:12:54.545] #4  0x00007f6d2d22aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:12:54.545] #5  0x00007f6d2d20d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x5617f7923be0,...
[05:12:54.545] #6  0x00005617f6b4963b in ExecInterpExpr (state=0x5617f838aa40, econtext=0x5617f838b5b0, isnull=0x7ffdece...
[05:12:54.545] #7  0x00005617f6b3a9f3 in ExecInterpExprStillValid (state=0x5617f838aa40, econtext=0x5617f838b5b0, isNull...
[05:12:54.545] #8  0x00005617f6b4c95f in ExecEvalExpr (isNull=0x7ffdece738cf, econtext=<optimized out>, state=<optimized...
[05:12:54.545] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[05:12:55.080] #0  0x00007f3c6d6a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:55.080] #1  0x00007f3c6d65afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:55.080] #2  0x00007f3c6d645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:55.080] #3  0x00007f3c6d81e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:12:55.080] #4  0x00007f3c6d82aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:12:55.080] #5  0x00007f3c6d80d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x563987aa2be0,...
[05:12:55.080] #6  0x0000563986cc863b in ExecInterpExpr (state=0x56399a3471d0, econtext=0x56399a347e30, isnull=0x7ffee6d...
[05:12:55.080] #7  0x0000563986cb99f3 in ExecInterpExprStillValid (state=0x56399a3471d0, econtext=0x56399a347e30, isNull...
[05:12:55.080] #8  0x0000563986ccb95f in ExecEvalExpr (isNull=0x7ffee6daa26f, econtext=<optimized out>, state=<optimized...
[05:12:55.080] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[05:12:55.604] #0  0x00007f15eeca9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:55.604] #1  0x00007f15eec5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:55.604] #2  0x00007f15eec45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:55.604] #3  0x00007f15eee1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:12:55.604] #4  0x00007f15eee2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:12:55.604] #5  0x00007f15eee0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x56124e852be0,...
[05:12:55.604] #6  0x000056124da7863b in ExecInterpExpr (state=0x5612616612c0, econtext=0x561261774a68, isnull=0x7ffec72...
[05:12:55.604] #7  0x000056124da699f3 in ExecInterpExprStillValid (state=0x5612616612c0, econtext=0x561261774a68, isNull...
[05:12:55.604] #8  0x000056124da7b95f in ExecEvalExpr (isNull=0x7ffec72cae6f, econtext=<optimized out>, state=<optimized...
[05:12:55.604] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[05:12:56.121] #0  0x00007fd86eea9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:56.121] #1  0x00007fd86ee5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:56.121] #2  0x00007fd86ee45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:56.121] #3  0x00007fd86f01e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:12:56.121] #4  0x00007fd86f02aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:12:56.121] #5  0x00007fd86f00d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55c03f94bbe0,...
[05:12:56.121] #6  0x000055c03eb7163b in ExecInterpExpr (state=0x55c060bdbbd0, econtext=0x55c060bdc830, isnull=0x7ffc887...
[05:12:56.121] #7  0x000055c03eb629f3 in ExecInterpExprStillValid (state=0x55c060bdbbd0, econtext=0x55c060bdc830, isNull...
[05:12:56.121] #8  0x000055c03eb7495f in ExecEvalExpr (isNull=0x7ffc887043af, econtext=<optimized out>, state=<optimized...
[05:12:56.121] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[05:12:56.648] #0  0x00007fd9faaa9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:56.648] #1  0x00007fd9faa5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:56.648] #2  0x00007fd9faa45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:56.648] #3  0x00007fd9fac1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:12:56.648] #4  0x00007fd9fac2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:12:56.648] #5  0x00007fd9fac0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55b0d502cbe0,...
[05:12:56.648] #6  0x000055b0d425263b in ExecInterpExpr (state=0x55b104b14bd0, econtext=0x55b104b15830, isnull=0x7ffcac0...
[05:12:56.648] #7  0x000055b0d42439f3 in ExecInterpExprStillValid (state=0x55b104b14bd0, econtext=0x55b104b15830, isNull...
[05:12:56.648] #8  0x000055b0d425595f in ExecEvalExpr (isNull=0x7ffcac08daef, econtext=<optimized out>, state=<optimized...
[05:12:56.648] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[05:12:57.189] #0  0x00007f4e55ca9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:57.189] #1  0x00007f4e55c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:57.189] #2  0x00007f4e55c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:57.189] #3  0x00007f4e55e1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:12:57.189] #4  0x00007f4e55e2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:12:57.189] #5  0x00007f4e55e0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x556951543be0,...
[05:12:57.189] #6  0x000055695076963b in ExecInterpExpr (state=0x55696d150150, econtext=0x55696d150db0, isnull=0x7ffd53e...
[05:12:57.189] #7  0x000055695075a9f3 in ExecInterpExprStillValid (state=0x55696d150150, econtext=0x55696d150db0, isNull...
[05:12:57.189] #8  0x000055695076c95f in ExecEvalExpr (isNull=0x7ffd53e54edf, econtext=<optimized out>, state=<optimized...
[05:12:57.189] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[05:12:29.927] #0  0x00007f50a18a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:29.927] #1  0x00007f50a185afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:29.927] #2  0x00007f50a1845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:29.927] #3  0x00007f50a1a1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:12:29.927] #4  0x00007f50a1a2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:12:29.927] #5  0x00007f50a1a0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x563270eb3be0,...
[05:12:29.927] #6  0x00005632700d963b in ExecInterpExpr (state=0x563278352d30, econtext=0x563278353990, isnull=0x7ffe48e...
[05:12:29.927] #7  0x00005632700ca9f3 in ExecInterpExprStillValid (state=0x563278352d30, econtext=0x563278353990, isNull...
[05:12:29.927] #8  0x00005632700dc95f in ExecEvalExpr (isNull=0x7ffe48e2b57f, econtext=<optimized out>, state=<optimized...
[05:12:29.927] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[05:12:57.713] #0  0x00007f98716a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:57.713] #1  0x00007f987165afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:57.713] #2  0x00007f9871645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:57.713] #3  0x00007f987181e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:12:57.713] #4  0x00007f987182aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:12:57.713] #5  0x00007f987180d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x5564f9c02be0,...
[05:12:57.713] #6  0x00005564f8e2863b in ExecInterpExpr (state=0x556536f01be0, econtext=0x556536f02840, isnull=0x7ffd18b...
[05:12:57.713] #7  0x00005564f8e199f3 in ExecInterpExprStillValid (state=0x556536f01be0, econtext=0x556536f02840, isNull...
[05:12:57.713] #8  0x00005564f8e2b95f in ExecEvalExpr (isNull=0x7ffd18b3a26f, econtext=<optimized out>, state=<optimized...
[05:12:57.713] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[05:12:58.225] #0  0x00007fc34f6a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:58.225] #1  0x00007fc34f65afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:58.225] #2  0x00007fc34f645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:58.225] #3  0x00007fc34f81e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:12:58.225] #4  0x00007fc34f82aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:12:58.225] #5  0x00007fc34f80d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x555a02bbabe0,...
[05:12:58.225] #6  0x0000555a01de063b in ExecInterpExpr (state=0x555a228b20b0, econtext=0x555a228b2d10, isnull=0x7ffdf7d...
[05:12:58.225] #7  0x0000555a01dd19f3 in ExecInterpExprStillValid (state=0x555a228b20b0, econtext=0x555a228b2d10, isNull...
[05:12:58.225] #8  0x0000555a01de395f in ExecEvalExpr (isNull=0x7ffdf7d01dcf, econtext=<optimized out>, state=<optimized...
[05:12:58.225] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[05:12:58.884] #0  0x00007ff08faa9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:58.884] #1  0x00007ff08fa5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:58.884] #2  0x00007ff08fa45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:58.884] #3  0x00007ff08fc1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:12:58.884] #4  0x00007ff08fc2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:12:58.884] #5  0x00007ff08fc0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x5631949ebbe0,...
[05:12:58.884] #6  0x0000563193c1163b in ExecInterpExpr (state=0x56319d979cb0, econtext=0x56319d97b6b8, isnull=0x7ffdf32...
[05:12:58.884] #7  0x0000563193c029f3 in ExecInterpExprStillValid (state=0x56319d979cb0, econtext=0x56319d97b6b8, isNull...
[05:12:58.884] #8  0x0000563193c1495f in ExecEvalExpr (isNull=0x7ffdf326678f, econtext=<optimized out>, state=<optimized...
[05:12:58.884] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[05:12:59.414] #0  0x00007ff2aaaa9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:59.414] #1  0x00007ff2aaa5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:59.414] #2  0x00007ff2aaa45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:59.414] #3  0x00007ff2aac1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:12:59.414] #4  0x00007ff2aac2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:12:59.414] #5  0x00007ff2aac0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55c933293be0,...
[05:12:59.414] #6  0x000055c9324b963b in ExecInterpExpr (state=0x55c95ad10be0, econtext=0x55c95ad11840, isnull=0x7ffcab9...
[05:12:59.414] #7  0x000055c9324aa9f3 in ExecInterpExprStillValid (state=0x55c95ad10be0, econtext=0x55c95ad11840, isNull...
[05:12:59.414] #8  0x000055c9324bc95f in ExecEvalExpr (isNull=0x7ffcab9eb95f, econtext=<optimized out>, state=<optimized...
[05:12:59.414] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[05:12:59.930] #0  0x00007f94b16a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:59.930] #1  0x00007f94b165afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:59.930] #2  0x00007f94b1645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:12:59.930] #3  0x00007f94b181e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:12:59.930] #4  0x00007f94b182aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:12:59.930] #5  0x00007f94b180d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55e1f1f11be0,...
[05:12:59.930] #6  0x000055e1f113763b in ExecInterpExpr (state=0x55e20318fa10, econtext=0x55e203190670, isnull=0x7ffc69e...
[05:12:59.930] #7  0x000055e1f11289f3 in ExecInterpExprStillValid (state=0x55e20318fa10, econtext=0x55e203190670, isNull...
[05:12:59.930] #8  0x000055e1f113a95f in ExecEvalExpr (isNull=0x7ffc69e064af, econtext=<optimized out>, state=<optimized...
[05:12:59.930] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[05:13:00.449] #0  0x00007f28868a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:13:00.449] #1  0x00007f288685afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:13:00.449] #2  0x00007f2886845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:13:00.449] #3  0x00007f2886a1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:13:00.449] #4  0x00007f2886a2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:13:00.449] #5  0x00007f2886a0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x562879ac6be0,...
[05:13:00.449] #6  0x0000562878cec63b in ExecInterpExpr (state=0x5628b2bb2d00, econtext=0x5628b2bb3960, isnull=0x7ffc8f3...
[05:13:00.449] #7  0x0000562878cdd9f3 in ExecInterpExprStillValid (state=0x5628b2bb2d00, econtext=0x5628b2bb3960, isNull...
[05:13:00.449] #8  0x0000562878cef95f in ExecEvalExpr (isNull=0x7ffc8f3bb0cf, econtext=<optimized out>, state=<optimized...
[05:13:00.449] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[05:13:01.106] #0  0x00007f3aa3aa9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:13:01.106] #1  0x00007f3aa3a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:13:01.106] #2  0x00007f3aa3a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:13:01.106] #3  0x00007f3aa3c1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:13:01.106] #4  0x00007f3aa3c2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:13:01.106] #5  0x00007f3aa3c0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55d2385e9be0,...
[05:13:01.106] #6  0x000055d23780f63b in ExecInterpExpr (state=0x55d2462ca500, econtext=0x55d2462cbf08, isnull=0x7ffc2cf...
[05:13:01.106] #7  0x000055d2378009f3 in ExecInterpExprStillValid (state=0x55d2462ca500, econtext=0x55d2462cbf08, isNull...
[05:13:01.106] #8  0x000055d23781295f in ExecEvalExpr (isNull=0x7ffc2cf8c58f, econtext=<optimized out>, state=<optimized...
[05:13:01.106] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[05:13:01.628] #0  0x00007f02286a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:13:01.628] #1  0x00007f022865afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:13:01.628] #2  0x00007f0228645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:13:01.628] #3  0x00007f022881e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:13:01.628] #4  0x00007f022882aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:13:01.628] #5  0x00007f022880d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55b6c347fbe0,...
[05:13:01.628] #6  0x000055b6c26a563b in ExecInterpExpr (state=0x55b6f4afd4b0, econtext=0x55b6f4afe110, isnull=0x7ffde30...
[05:13:01.628] #7  0x000055b6c26969f3 in ExecInterpExprStillValid (state=0x55b6f4afd4b0, econtext=0x55b6f4afe110, isNull...
[05:13:01.628] #8  0x000055b6c26a895f in ExecEvalExpr (isNull=0x7ffde30b9baf, econtext=<optimized out>, state=<optimized...
[05:13:01.628] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[05:13:02.148] #0  0x00007fa5fb6a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:13:02.148] #1  0x00007fa5fb65afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:13:02.148] #2  0x00007fa5fb645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:13:02.148] #3  0x00007fa5fb81e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:13:02.148] #4  0x00007fa5fb82aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:13:02.148] #5  0x00007fa5fb80d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55bfb846ebe0,...
[05:13:02.148] #6  0x000055bfb769463b in ExecInterpExpr (state=0x55bff00965e0, econtext=0x55bff0097240, isnull=0x7fff58b...
[05:13:02.148] #7  0x000055bfb76859f3 in ExecInterpExprStillValid (state=0x55bff00965e0, econtext=0x55bff0097240, isNull...
[05:13:02.148] #8  0x000055bfb769795f in ExecEvalExpr (isNull=0x7fff58b6948f, econtext=<optimized out>, state=<optimized...
[05:13:02.148] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[05:13:02.814] #0  0x00007f477c4a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:13:02.814] #1  0x00007f477c45afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:13:02.814] #2  0x00007f477c445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:13:02.814] #3  0x00007f477c61e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:13:02.814] #4  0x00007f477c62aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:13:02.814] #5  0x00007f477c60d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55d165fd4be0,...
[05:13:02.814] #6  0x000055d1651fa63b in ExecInterpExpr (state=0x55d17e12e3c0, econtext=0x55d17e12fdc8, isnull=0x7ffcf33...
[05:13:02.814] #7  0x000055d1651eb9f3 in ExecInterpExprStillValid (state=0x55d17e12e3c0, econtext=0x55d17e12fdc8, isNull...
[05:13:02.814] #8  0x000055d1651fd95f in ExecEvalExpr (isNull=0x7ffcf334126f, econtext=<optimized out>, state=<optimized...
[05:13:02.814] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[05:13:03.366] #0  0x00007f01d28a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:13:03.366] #1  0x00007f01d285afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:13:03.366] #2  0x00007f01d2845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:13:03.366] #3  0x00007f01d2a1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:13:03.366] #4  0x00007f01d2a2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:13:03.366] #5  0x00007f01d2a0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x556f40b3bbe0,...
[05:13:03.366] #6  0x0000556f3fd6163b in ExecInterpExpr (state=0x556f6d251cf0, econtext=0x556f6d252950, isnull=0x7ffc804...
[05:13:03.366] #7  0x0000556f3fd529f3 in ExecInterpExprStillValid (state=0x556f6d251cf0, econtext=0x556f6d252950, isNull...
[05:13:03.366] #8  0x0000556f3fd6495f in ExecEvalExpr (isNull=0x7ffc804a591f, econtext=<optimized out>, state=<optimized...
[05:13:03.366] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[05:13:04.034] #0  0x00007f3aa3aa9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:13:04.034] #1  0x00007f3aa3a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:13:04.034] #2  0x00007f3aa3a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:13:04.034] #3  0x00007f3aa3c1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:13:04.034] #4  0x00007f3aa3c2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:13:04.034] #5  0x00007f3aa3c0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55d2385e9be0,...
[05:13:04.034] #6  0x000055d23780f63b in ExecInterpExpr (state=0x55d2462ca500, econtext=0x55d2462cbf08, isnull=0x7ffc2cf...
[05:13:04.034] #7  0x000055d2378009f3 in ExecInterpExprStillValid (state=0x55d2462ca500, econtext=0x55d2462cbf08, isNull...
[05:13:04.034] #8  0x000055d23781295f in ExecEvalExpr (isNull=0x7ffc2cf8c58f, econtext=<optimized out>, state=<optimized...
[05:13:04.034] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[05:13:04.564] #0  0x00007f4f2dca9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:13:04.564] #1  0x00007f4f2dc5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:13:04.564] #2  0x00007f4f2dc45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:13:04.564] #3  0x00007f4f2de1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:13:04.564] #4  0x00007f4f2de2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:13:04.564] #5  0x00007f4f2de0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x558a9de7dbe0,...
[05:13:04.564] #6  0x0000558a9d0a363b in ExecInterpExpr (state=0x558acb056cf0, econtext=0x558acb057950, isnull=0x7ffff8d...
[05:13:04.564] #7  0x0000558a9d0949f3 in ExecInterpExprStillValid (state=0x558acb056cf0, econtext=0x558acb057950, isNull...
[05:13:04.564] #8  0x0000558a9d0a695f in ExecEvalExpr (isNull=0x7ffff8d388df, econtext=<optimized out>, state=<optimized...
[05:13:04.564] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/matview-write-skew.out /tmp/cirrus-ci-build/build/testrun/isol...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/matview-write-skew.out	2024-10-27 05:02:46.004474343 +0000
+++ /tmp/cirrus-ci-build/build/testrun/isolation/isolation/results/matview-write-skew.out	2024-10-27 05:07:46.829033657 ...
@@ -1,121 +1,6 @@
 Parsed test spec with 2 sessions
 
 starting permutation: s1_begin s2_begin s1_refresh s2_read s2_insert s1_commit s2_commit
-step s1_begin: BEGIN ISOLATION LEVEL SERIALIZABLE;
-step s2_begin: BEGIN ISOLATION LEVEL SERIALIZABLE;
-step s1_refresh: REFRESH MATERIALIZED VIEW CONCURRENTLY order_summary;
-step s2_read: SELECT max(date) FROM order_summary;
-       max
-----------
-04-01-2022
-(1 row)
-
-step s2_insert: INSERT INTO orders VALUES ('2022-04-02', 'orange', 15);
-step s1_commit: COMMIT;
-step s2_commit: COMMIT;
-ERROR:  could not serialize access due to read/write dependencies among transactions
...
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pageinspect/expected/brin.out /tmp/cirrus-ci-build/build/testrun/pageinspect/regre...
--- /tmp/cirrus-ci-build/contrib/pageinspect/expected/brin.out	2024-10-27 05:02:44.345975730 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pageinspect/regress/results/brin.out	2024-10-27 05:07:47.705045117 +0000
@@ -161,50 +161,7 @@
 SELECT * FROM brin_page_items(get_raw_page('brin_test_parallel_idx', 2), 'brin_test_parallel_idx')
 EXCEPT
 SELECT * FROM brin_page_items(get_raw_page('brin_test_serial_idx', 2), 'brin_test_serial_idx');
- itemoffset | blknum | attnum | allnulls | hasnulls | placeholder | empty | value 
-------------+--------+--------+----------+----------+-------------+-------+-------
-(0 rows)
-
-SELECT * FROM brin_page_items(get_raw_page('brin_test_serial_idx', 2), 'brin_test_serial_idx')
-EXCEPT
-SELECT * FROM brin_page_items(get_raw_page('brin_test_parallel_idx', 2), 'brin_test_parallel_idx');
- itemoffset | blknum | attnum | allnulls | hasnulls | placeholder | empty | value 
-------------+--------+--------+----------+----------+-------------+-------+-------
-(0 rows)
-
-DROP INDEX brin_test_parallel_idx;
--- force parallel build, but don't allow starting parallel workers to force
...
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/select.out /tmp/cirrus-ci-build/build/testrun/pg_stat_...
--- /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/select.out	2024-10-27 05:02:44.358058419 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_stat_statements/regress/results/select.out	2024-10-27 05:07:48.857060638 +0000
@@ -320,96 +320,7 @@
 FROM (VALUES (1, 2, 3), (4, NULL, 6), (7, 8, 9)) AS t (a, b, c)
 GROUP BY ROLLUP(a, b), rollup(a, c)
 ORDER BY a, b, c;
- a | b | c 
----+---+---
- 1 | 2 | 3
- 1 | 2 |  
- 1 | 2 |  
- 1 |   | 3
- 1 |   | 3
- 1 |   |  
- 1 |   |  
- 1 |   |  
- 4 |   | 6
- 4 |   | 6
- 4 |   | 6
...
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_trgm/expected/pg_trgm.out /tmp/cirrus-ci-build/build/testrun/pg_trgm/regress/re...
--- /tmp/cirrus-ci-build/contrib/pg_trgm/expected/pg_trgm.out	2024-10-27 05:02:44.366113544 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_trgm/regress/results/pg_trgm.out	2024-10-27 05:07:50.845088727 +0000
@@ -5384,21 +5384,7 @@
 
 SELECT DISTINCT city, similarity(city, 'Warsaw'), show_limit()
   FROM restaurants WHERE city % 'Warsaw';
-  city  | similarity | show_limit 
---------+------------+------------
- Warsaw |          1 |        0.3
-(1 row)
-
-SELECT set_limit(0.5);
- set_limit 
------------
-       0.5
-(1 row)
-
-SELECT DISTINCT city, similarity(city, 'Warsaw'), show_limit()
-  FROM restaurants WHERE city % 'Warsaw';
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/type_sanity.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/00...
--- /tmp/cirrus-ci-build/src/test/regress/expected/type_sanity.out	2024-10-27 05:02:46.237698298 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/type_sanity.out	2024-10-27 05:07:04.600965...
@@ -172,573 +172,7 @@
 FROM pg_type AS t1
 WHERE t1.typtype not in ('b', 'p')
 ORDER BY 1;
- typtype |   typinput    
----------+---------------
- c       | record_in
- d       | domain_in
- e       | enum_in
- m       | multirange_in
- r       | range_in
-(5 rows)
-
--- Check for bogus typoutput routines
--- As of 8.0, this check finds refcursor, which is borrowing
--- other types' I/O routines
-SELECT t1.oid, t1.typname, p1.oid, p1.proname
...
regress
diff -U3 /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out /tmp/cirrus-ci-build/build/testrun/postgres...
--- /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out	2024-10-27 05:02:44.398334045 +0000
+++ /tmp/cirrus-ci-build/build/testrun/postgres_fdw/regress/results/postgres_fdw.out	2024-10-27 05:07:51.777102445 +0000
@@ -2329,10019 +2329,7 @@
 (20 rows)
 
 SELECT t1c1, avg(t1c1 + t2c1) FROM (SELECT t1.c1, t2.c1 FROM ft1 t1 JOIN ft2 t2 ON (t1.c1 = t2.c1) UNION SELECT t1.c1, ...
- t1c1 |         avg          
-------+----------------------
-  101 | 202.0000000000000000
-  102 | 204.0000000000000000
-  103 | 206.0000000000000000
-  104 | 208.0000000000000000
-  105 | 210.0000000000000000
-  106 | 212.0000000000000000
-  107 | 214.0000000000000000
-  108 | 216.0000000000000000
-  109 | 218.0000000000000000
-  110 | 220.0000000000000000
-(10 rows)
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/regex.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream...
--- /tmp/cirrus-ci-build/src/test/regress/expected/regex.out	2024-10-27 05:02:46.213571682 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/regex.out	2024-10-27 05:07:26.488869110 ...
@@ -468,178 +468,10 @@
 -- This generates O(N) states but O(N^2) arcs, so it causes problems
 -- if arc count is not constrained
 select 'x' ~ repeat('x*y*z*', 1000);
-ERROR:  invalid regular expression: regular expression is too complex
--- Test backref in combination with non-greedy quantifier
--- https://core.tcl.tk/tcl/tktview/6585b21ca8fa6f3678d442b97241fdd43dba2ec0
-select 'Programmer' ~ '(\w).*?\1' as t;
- t 
----
- t
-(1 row)
-
-select regexp_matches('Programmer', '(\w)(.*?\1)', 'g');
- regexp_matches 
-----------------
- {r,ogr}
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/type_sanity.out /tmp/cirrus-ci-build/build/testrun/regress/regre...
--- /tmp/cirrus-ci-build/src/test/regress/expected/type_sanity.out	2024-10-27 05:02:46.237698298 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/type_sanity.out	2024-10-27 05:06:58.521056842 +0000
@@ -172,573 +172,7 @@
 FROM pg_type AS t1
 WHERE t1.typtype not in ('b', 'p')
 ORDER BY 1;
- typtype |   typinput    
----------+---------------
- c       | record_in
- d       | domain_in
- e       | enum_in
- m       | multirange_in
- r       | range_in
-(5 rows)
-
--- Check for bogus typoutput routines
--- As of 8.0, this check finds refcursor, which is borrowing
--- other types' I/O routines
-SELECT t1.oid, t1.typname, p1.oid, p1.proname
...
regress
diff -U3 /tmp/cirrus-ci-build/contrib/tablefunc/expected/tablefunc.out /tmp/cirrus-ci-build/build/testrun/tablefunc/regr...
--- /tmp/cirrus-ci-build/contrib/tablefunc/expected/tablefunc.out	2024-10-27 05:02:44.418471859 +0000
+++ /tmp/cirrus-ci-build/build/testrun/tablefunc/regress/results/tablefunc.out	2024-10-27 05:07:51.105092509 +0000
@@ -239,261 +239,7 @@
   'SELECT rowid, rowdt, attribute, val FROM cth ORDER BY 1',
   'SELECT DISTINCT rowdt, attribute FROM cth ORDER BY 2')
 AS c(rowid text, rowdt timestamp, temperature int4, test_result text, test_startdate timestamp, volts float8);
-ERROR:  invalid crosstab categories query
-DETAIL:  The query must return one column.
--- if category query generates a NULL value, get expected error
-SELECT * FROM crosstab(
-  'SELECT rowid, rowdt, attribute, val FROM cth ORDER BY 1',
-  'SELECT NULL::text')
-AS c(rowid text, rowdt timestamp, temperature int4, test_result text, test_startdate timestamp, volts float8);
-ERROR:  crosstab category value must not be null
--- if source query returns zero rows, get zero rows returned
-SELECT * FROM crosstab(
-  'SELECT rowid, rowdt, attribute, val FROM cth WHERE false ORDER BY 1',
-  'SELECT DISTINCT attribute FROM cth ORDER BY 1')
-AS c(rowid text, rowdt timestamp, temperature text, test_result text, test_startdate text, volts text);
...
tap
[05:08:03.036](0.628s) not ok 7 - checking an unresolvable database pattern under --no-strict-names status (got 1 vs exp...
[05:08:03.698](0.445s) not ok 22 - checking a database by name without amcheck installed, with other databases status (g...
[05:08:03.699](0.000s) not ok 24 - checking a database by name without amcheck installed, with other databases stderr /(...
[05:08:03.741](0.042s) not ok 25 - checking a database by pattern without amcheck installed, with other databases status...
[05:08:03.742](0.000s) not ok 27 - checking a database by pattern without amcheck installed, with other databases stderr...
[05:08:03.778](0.000s) not ok 30 - checking table pattern ".." stderr /(?^:pg_amcheck: error: no connectable databases t...
[05:08:03.802](0.000s) not ok 33 - checking table pattern ".foo.bar" stderr /(?^:pg_amcheck: error: no connectable datab...
[05:08:03.819](0.000s) not ok 36 - checking table pattern "." stderr /(?^:pg_amcheck: error: no heap tables to check mat...
[05:08:03.958](0.024s) not ok 64 - many unmatched patterns and one matched pattern under --no-strict-names status (got 1...
[05:08:03.959](0.000s) not ok 66 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[05:08:03.959](0.000s) not ok 67 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[05:08:03.959](0.000s) not ok 68 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[05:08:03.960](0.000s) not ok 69 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[05:08:03.960](0.000s) not ok 70 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[05:08:03.961](0.000s) not ok 71 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[05:08:03.961](0.000s) not ok 72 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[05:08:03.961](0.000s) not ok 73 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[05:08:03.961](0.000s) not ok 74 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[05:08:03.962](0.000s) not ok 75 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[05:08:03.962](0.000s) not ok 76 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[05:08:03.962](0.000s) not ok 77 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[05:08:03.963](0.000s) not ok 78 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[05:08:03.963](0.000s) not ok 79 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[05:08:03.968](0.005s) not ok 80 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[05:08:03.968](0.000s) not ok 81 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[05:08:03.969](0.000s) not ok 82 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
tap
[05:08:08.272](4.880s) not ok 1 - pg_amcheck prior to corruption status (got 1 vs expected 0)
[05:08:08.273](0.000s) not ok 3 - pg_amcheck prior to corruption stderr /(?^:^$)/
[05:08:11.685](3.412s) not ok 4 - pg_amcheck all schemas, tables and indexes in database db1 status (got 1 vs expected 2...
[05:08:11.760](0.000s) not ok 5 - pg_amcheck all schemas, tables and indexes in database db1 stdout /(?^:index ".*" lack...
[05:08:11.761](0.000s) not ok 6 - pg_amcheck all schemas, tables and indexes in database db1 stdout /(?^:line pointer)/
[05:08:11.761](0.000s) not ok 7 - pg_amcheck all schemas, tables and indexes in database db1 stdout /(?^:could not open ...
[05:08:11.761](0.000s) not ok 8 - pg_amcheck all schemas, tables and indexes in database db1 stderr /(?^:^$)/
[05:08:12.601](0.839s) not ok 9 - pg_amcheck all schemas, tables and indexes in databases db1, db2, and db3 status (got ...
[05:08:12.601](0.000s) not ok 10 - pg_amcheck all schemas, tables and indexes in databases db1, db2, and db3 stdout /(?^...
[05:08:12.602](0.000s) not ok 11 - pg_amcheck all schemas, tables and indexes in databases db1, db2, and db3 stdout /(?^...
[05:08:12.602](0.000s) not ok 12 - pg_amcheck all schemas, tables and indexes in databases db1, db2, and db3 stdout /(?^...
[05:08:12.602](0.000s) not ok 13 - pg_amcheck all schemas, tables and indexes in databases db1, db2, and db3 stderr /(?^...
[05:08:13.427](0.824s) not ok 14 - pg_amcheck index s1.t1_btree reports missing main relation fork status (got 0 vs expe...
[05:08:13.427](0.000s) not ok 15 - pg_amcheck index s1.t1_btree reports missing main relation fork stdout /(?^:index ".*...
[05:08:13.586](0.159s) not ok 17 - pg_amcheck index s1.s2 reports index corruption status (got 0 vs expected 2)
[05:08:13.587](0.000s) not ok 18 - pg_amcheck index s1.s2 reports index corruption stdout /(?^:.+)/
[05:08:13.748](0.160s) not ok 20 - pg_amcheck of db1.s1 excluding indexes status (got 1 vs expected 0)
[05:08:13.748](0.000s) not ok 21 - pg_amcheck of db1.s1 excluding indexes stdout /(?^:^$)/
[05:08:13.749](0.000s) not ok 22 - pg_amcheck of db1.s1 excluding indexes stderr /(?^:^$)/
[05:08:13.769](0.019s) not ok 23 - pg_amcheck of db2.s1 excluding indexes status (got 1 vs expected 2)
[05:08:13.769](0.000s) not ok 24 - pg_amcheck of db2.s1 excluding indexes stdout /(?^:could not open file ".*": No such ...
[05:08:13.770](0.000s) not ok 25 - pg_amcheck of db2.s1 excluding indexes stderr /(?^:^$)/
[05:08:13.790](0.020s) not ok 26 - pg_amcheck schema s3 reports table and index errors status (got 1 vs expected 2)
[05:08:13.790](0.000s) not ok 27 - pg_amcheck schema s3 reports table and index errors stdout /(?^:index ".*" lacks a ma...
[05:08:13.791](0.000s) not ok 28 - pg_amcheck schema s3 reports table and index errors stdout /(?^:line pointer)/
[05:08:13.791](0.000s) not ok 29 - pg_amcheck schema s3 reports table and index errors stdout /(?^:could not open file "...
[05:08:13.792](0.000s) not ok 30 - pg_amcheck schema s3 reports table and index errors stderr /(?^:^$)/
[05:08:13.822](0.031s) not ok 31 - pg_amcheck in schema s4 reports toast corruption status (got 1 vs expected 2)
[05:08:13.823](0.000s) not ok 32 - pg_amcheck in schema s4 reports toast corruption stdout /(?^:could not open file ".*"...
[05:08:13.823](0.000s) not ok 33 - pg_amcheck in schema s4 reports toast corruption stderr /(?^:^$)/
[05:08:13.940](0.116s) not ok 34 - pg_amcheck in schema s4 excluding toast reports no corruption status (got 1 vs expect...
[05:08:13.941](0.000s) not ok 36 - pg_amcheck in schema s4 excluding toast reports no corruption stderr /(?^:^$)/
[05:08:13.957](0.015s) not ok 37 - pg_amcheck over schema s5 reports no corruption status (got 1 vs expected 0)
[05:08:13.957](0.000s) not ok 39 - pg_amcheck over schema s5 reports no corruption stderr /(?^:^$)/
[05:08:13.974](0.016s) not ok 40 - pg_amcheck over schema s1 with corrupt indexes excluded reports no corruption status ...
[05:08:13.974](0.000s) not ok 42 - pg_amcheck over schema s1 with corrupt indexes excluded reports no corruption stderr ...
[05:08:13.995](0.021s) not ok 43 - pg_amcheck over schema s1 with all indexes excluded reports no corruption status (got...
[05:08:13.996](0.000s) not ok 45 - pg_amcheck over schema s1 with all indexes excluded reports no corruption stderr /(?^...
[05:08:14.032](0.036s) not ok 46 - pg_amcheck over schema s2 with corrupt tables excluded reports no corruption status (...
[05:08:14.033](0.000s) not ok 48 - pg_amcheck over schema s2 with corrupt tables excluded reports no corruption stderr /...
[05:08:14.101](0.014s) not ok 55 - pg_amcheck smoke test --parent-check status (got 1 vs expected 2)
[05:08:14.102](0.000s) not ok 56 - pg_amcheck smoke test --parent-check stdout /(?^:index ".*" lacks a main relation for...
[05:08:14.103](0.000s) not ok 57 - pg_amcheck smoke test --parent-check stderr /(?^:^$)/
[05:08:14.115](0.012s) not ok 58 - pg_amcheck smoke test --heapallindexed --rootdescend status (got 1 vs expected 2)
[05:08:14.116](0.000s) not ok 59 - pg_amcheck smoke test --heapallindexed --rootdescend stdout /(?^:index ".*" lacks a m...
[05:08:14.116](0.000s) not ok 60 - pg_amcheck smoke test --heapallindexed --rootdescend stderr /(?^:^$)/
[05:08:14.133](0.017s) not ok 61 - pg_amcheck excluding all corrupt schemas status (got 1 vs expected 0)
[05:08:14.134](0.000s) not ok 63 - pg_amcheck excluding all corrupt schemas stderr /(?^:^$)/
[05:08:14.150](0.016s) not ok 64 - pg_amcheck smoke test --parent-check --checkunique status (got 1 vs expected 2)
[05:08:14.151](0.000s) not ok 65 - pg_amcheck smoke test --parent-check --checkunique stdout /(?^:index ".*" lacks a mai...
[05:08:14.152](0.000s) not ok 66 - pg_amcheck smoke test --parent-check --checkunique stderr /(?^:^$)/
[05:08:14.166](0.014s) not ok 67 - pg_amcheck smoke test --heapallindexed --rootdescend --checkunique status (got 1 vs e...
[05:08:14.166](0.000s) not ok 68 - pg_amcheck smoke test --heapallindexed --rootdescend --checkunique stdout /(?^:index ...
[05:08:14.167](0.000s) not ok 69 - pg_amcheck smoke test --heapallindexed --rootdescend --checkunique stderr /(?^:^$)/
[05:08:14.192](0.024s) not ok 70 - pg_amcheck excluding all corrupt schemas with --checkunique option status (got 1 vs e...
[05:08:14.193](0.000s) not ok 72 - pg_amcheck excluding all corrupt schemas with --checkunique option stderr /(?^:^$)/
tap
[05:08:08.031](3.236s) not ok 1 - pg_amcheck test table, prior to corruption
[05:08:08.436](0.405s) not ok 2 - pg_amcheck test table and index, prior to corruption
[05:08:14.465](6.028s) not ok 3 - Expected corruption message output status (got 1 vs expected 2)
[05:08:14.466](0.000s) not ok 4 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.tes...
[05:08:14.466](0.000s) not ok 5 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.tes...
[05:08:14.466](0.000s) not ok 6 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.tes...
[05:08:14.467](0.000s) not ok 7 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.tes...
[05:08:14.467](0.000s) not ok 8 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.tes...
[05:08:14.468](0.000s) not ok 9 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.tes...
[05:08:14.468](0.000s) not ok 10 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[05:08:14.468](0.000s) not ok 11 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[05:08:14.469](0.000s) not ok 12 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[05:08:14.469](0.000s) not ok 13 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[05:08:14.469](0.000s) not ok 14 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[05:08:14.470](0.000s) not ok 15 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[05:08:14.470](0.000s) not ok 16 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[05:08:14.470](0.000s) not ok 17 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[05:08:14.471](0.000s) not ok 18 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[05:08:14.471](0.000s) not ok 19 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[05:08:14.471](0.000s) not ok 20 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[05:08:14.472](0.000s) not ok 21 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[05:08:14.472](0.000s) not ok 22 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[05:08:14.472](0.000s) not ok 23 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[05:08:14.473](0.000s) not ok 24 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[05:08:14.473](0.000s) not ok 25 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[05:08:14.473](0.000s) not ok 26 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[05:08:14.474](0.000s) not ok 27 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[05:08:14.474](0.000s) not ok 28 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[05:08:14.475](0.000s) not ok 29 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[05:08:14.475](0.000s) not ok 30 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[05:08:14.475](0.000s) not ok 31 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[05:08:14.476](0.000s) not ok 32 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
tap
[05:08:05.794](0.878s) not ok 1 - pg_amcheck all schemas, tables and indexes reports no corruption: exit code 0
[05:08:05.795](0.000s) not ok 2 - pg_amcheck all schemas, tables and indexes reports no corruption: no stderr
[05:08:06.285](0.490s) not ok 4 - pg_amcheck all schemas, tables and indexes reports fickleidx corruption status (got 1 ...
[05:08:06.286](0.000s) not ok 5 - pg_amcheck all schemas, tables and indexes reports fickleidx corruption stdout /(?^:it...
[05:08:06.714](0.428s) not ok 6 - pg_amcheck all schemas, tables and indexes reports no corruption: exit code 0
[05:08:06.715](0.000s) not ok 7 - pg_amcheck all schemas, tables and indexes reports no corruption: no stderr
[05:08:07.234](0.519s) not ok 9 - pg_amcheck all schemas, tables and indexes reports bttest_unique_idx corruption status...
[05:08:07.235](0.000s) not ok 10 - pg_amcheck all schemas, tables and indexes reports bttest_unique_idx corruption stdou...
tap
[05:08:24.620](1.053s) not ok 30 - run pg_createsubscriber on node S
tap
[05:08:29.539](0.779s) not ok 19 - pg_dump: option -n pg_catalog
[05:08:30.222](0.683s) not ok 20 - pg_dumpall: option --exclude-database handles database names with embedded dots
[05:08:30.272](0.000s) not ok 22 - pg_dump: option --schema rejects three-part schema names: matches
[05:08:30.296](0.000s) not ok 24 - pg_dump: option --schema rejects cross-database multipart schema names: matches
[05:08:30.325](0.000s) not ok 26 - pg_dump: option --schema rejects degenerate two-part schema name: ".": matches
[05:08:30.359](0.001s) not ok 28 - pg_dump: option --schema rejects cross-database multipart schema names with embedded ...
[05:08:30.390](0.000s) not ok 30 - pg_dump: option --schema rejects degenerate three-part schema name: "..": matches
[05:08:30.407](0.000s) not ok 32 - pg_dump: option --table rejects four-part table names: matches
[05:08:30.431](0.000s) not ok 34 - pg_dump: option --table rejects cross-database three part table names: matches
[05:08:30.456](0.000s) not ok 36 - pg_dump: option --table rejects cross-database three part table names with embedded d...
[05:08:30.468](0.012s) not ok 37 - binary_upgrade: pg_dump runs
[05:08:30.480](0.012s) not ok 38 - binary_upgrade: pg_restore runs
tap
[05:07:14.707](16.871s) not ok 5 - regression tests pass
[05:07:16.905](2.159s) not ok 6 - dump before running pg_upgrade
tap
[05:08:54.689](0.654s) not ok 192 - psql seeded_random count ok
[05:08:54.689](0.000s) not ok 193 - psql seeded_random count stderr is empty
[05:08:54.689](0.000s) not ok 194 - psql seeded_random count uniform
[05:08:54.690](0.000s) not ok 195 - psql seeded_random count exponential
[05:08:54.690](0.000s) not ok 196 - psql seeded_random count gaussian
[05:08:54.690](0.000s) not ok 197 - psql seeded_random count zipfian
tap
[05:07:32.193](10.963s) not ok 2 - regression tests pass
tap
[05:11:08.666](214.221s) # poll_query_until timed out executing this query:
timed out waiting for logical slot to calculate its restart_lsn at /tmp/cirrus-ci-build/src/test/perl/PostgreSQL/Test/Cl...
test
[05:11:08.938]   6/312 postgresql:pg_upgrade / pg_upgrade/004_subscription                             ERROR            ...
[05:11:08.938]   8/312 postgresql:pg_upgrade / pg_upgrade/003_logical_slots                            ERROR            ...
[05:11:08.938]   7/312 postgresql:regress / regress/regress                                            ERROR            ...
[05:11:08.938]  22/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[05:11:08.938]  38/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[05:11:08.938]  43/312 postgresql:recovery / recovery/038_save_logical_slots_shutdown                  ERROR            ...
[05:11:08.938]  48/312 postgresql:recovery / recovery/040_standby_failover_slots_sync                  ERROR            ...
[05:11:08.938]  78/312 postgresql:isolation / isolation/isolation                                      ERROR            ...
[05:11:08.938]  84/312 postgresql:pageinspect / pageinspect/regress                                    ERROR            ...
[05:11:08.938]  89/312 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
[05:11:08.938]  93/312 postgresql:pg_trgm / pg_trgm/regress                                            ERROR            ...
[05:11:08.938]  95/312 postgresql:tablefunc / tablefunc/regress                                        ERROR            ...
[05:11:08.938]  99/312 postgresql:postgres_fdw / postgres_fdw/regress                                  ERROR            ...
[05:11:08.938] 140/312 postgresql:pg_amcheck / pg_amcheck/002_nonesuch                                 ERROR            ...
[05:11:08.938] 147/312 postgresql:pg_amcheck / pg_amcheck/005_opclass_damage                           ERROR            ...
[05:11:08.938] 150/312 postgresql:pg_amcheck / pg_amcheck/003_check                                    ERROR            ...
[05:11:08.938] 151/312 postgresql:pg_amcheck / pg_amcheck/004_verify_heapam                            ERROR            ...
[05:11:08.938] 163/312 postgresql:pg_basebackup / pg_basebackup/040_pg_createsubscriber                ERROR            ...
[05:11:08.938] 174/312 postgresql:pg_dump / pg_dump/002_pg_dump                                        ERROR            ...
[05:11:08.938] 222/312 postgresql:pgbench / pgbench/001_pgbench_with_server                            ERROR            ...
[05:11:08.938] 243/312 postgresql:subscription / subscription/002_types                                ERROR            ...
[05:11:08.938] 244/312 postgresql:subscription / subscription/001_rep_changes                          ERROR            ...
[05:11:08.938] 245/312 postgresql:subscription / subscription/003_constraints                          ERROR            ...
[05:11:08.938] 246/312 postgresql:subscription / subscription/004_sync                                 ERROR            ...
[05:11:08.938] 247/312 postgresql:subscription / subscription/006_rewrite                              ERROR            ...
[05:11:08.938] 248/312 postgresql:subscription / subscription/007_ddl                                  ERROR            ...
[05:11:08.938] 249/312 postgresql:subscription / subscription/008_diff_schema                          ERROR            ...
[05:11:08.938] 252/312 postgresql:subscription / subscription/010_truncate                             ERROR            ...
[05:11:08.938] 253/312 postgresql:subscription / subscription/011_generated                            ERROR            ...
[05:11:08.938] 254/312 postgresql:subscription / subscription/005_encoding                             ERROR            ...
[05:11:08.938] 255/312 postgresql:subscription / subscription/014_binary                               ERROR            ...
[05:11:08.938] 256/312 postgresql:subscription / subscription/015_stream                               ERROR            ...
[05:11:08.938] 257/312 postgresql:subscription / subscription/016_stream_subxact                       ERROR            ...
[05:11:08.938] 258/312 postgresql:subscription / subscription/013_partition                            ERROR            ...
[05:11:08.938] 259/312 postgresql:subscription / subscription/017_stream_ddl                           ERROR            ...
[05:11:08.938] 260/312 postgresql:subscription / subscription/020_messages                             ERROR            ...
[05:11:08.938] 262/312 postgresql:subscription / subscription/021_twophase                             ERROR            ...
[05:11:08.938] 263/312 postgresql:subscription / subscription/012_collation                            ERROR            ...
[05:11:08.938] 264/312 postgresql:subscription / subscription/019_stream_subxact_ddl_abort             ERROR            ...
[05:11:08.938] 265/312 postgresql:subscription / subscription/018_stream_subxact_abort                 ERROR            ...
[05:11:08.938] 266/312 postgresql:subscription / subscription/022_twophase_cascade                     ERROR            ...
[05:11:08.938] 267/312 postgresql:subscription / subscription/024_add_drop_pub                         ERROR            ...
[05:11:08.938] 268/312 postgresql:subscription / subscription/023_twophase_stream                      ERROR            ...
[05:11:08.938] 269/312 postgresql:subscription / subscription/026_stats                                ERROR            ...
[05:11:08.938] 270/312 postgresql:subscription / subscription/028_row_filter                           ERROR            ...
[05:11:08.938] 271/312 postgresql:subscription / subscription/025_rep_changes_for_schema               ERROR            ...
[05:11:08.938] 272/312 postgresql:subscription / subscription/029_on_error                             ERROR            ...
[05:11:08.938] 273/312 postgresql:subscription / subscription/027_nosuperuser                          ERROR            ...
[05:11:08.938] 274/312 postgresql:subscription / subscription/030_origin                               ERROR            ...
[05:11:08.938] 275/312 postgresql:subscription / subscription/032_subscribe_use_index                  ERROR            ...
[05:11:08.938] 276/312 postgresql:subscription / subscription/031_column_list                          ERROR            ...
[05:11:08.938] 278/312 postgresql:subscription / subscription/100_bugs                                 ERROR            ...
[05:11:08.938] 279/312 postgresql:subscription / subscription/033_run_as_table_owner                   ERROR            ...
[05:11:08.938] 312/312 postgresql:recovery / recovery/035_standby_logical_decoding                     ERROR           2...
Windows - Server 2019, VS 2019 - Meson & ninja
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 1260
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 5836
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 4580
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 6668
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 6244
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 6520
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 6548
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 6952
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 5900
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 488
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 3900
core
00000036`b5dfee10 00007ff6`401fbeeb     postgres!ExecInterpExpr(
00000036`b5dff0d0 00007ff6`40209c1a     postgres!ExecInterpExprStillValid(
00000036`b5dff100 00007ff6`40209ed6     postgres!ExecEvalExpr(
00000036`b5dff130 00007ff6`4020996c     postgres!TupleHashTableHash_internal(
00000036`b5dff180 00007ff6`4023349a     postgres!LookupTupleHashEntry(
00000036`b5dff1d0 00007ff6`40233edb     postgres!lookup_hash_entries(
00000036`b5dff270 00007ff6`40236e36     postgres!agg_fill_hash_table(
00000036`b5dff2b0 00007ff6`4021bb7b     postgres!ExecAgg(
00000036`b5dff300 00007ff6`4021195c     postgres!ExecProcNodeFirst(
00000036`b5dff330 00007ff6`40212a50     postgres!ExecProcNode(
core
00000036`b61ff608 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000036`b61ff610 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
00000036`b61ff900 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000036`b61ff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000036`b65ff488 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000036`b65ff490 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
00000036`b65ff780 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000036`b65ff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000036`b69ffbc8 00007ffc`67ab45ca     ntdll!NtFsControlFile+0x14
00000036`b69ffbd0 00007ff6`403e05eb     KERNELBASE!ConnectNamedPipe+0x6a
00000036`b69ffc40 00007ffc`69aa4cb0     postgres!pg_signal_thread(
00000036`b69ffd40 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000036`b69ffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000036`b6dffba8 00007ffc`67a6d71e     ntdll!NtWaitForSingleObject+0x14
00000036`b6dffbb0 00007ff6`403e208c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000036`b6dffc50 00007ffc`69aa4cb0     postgres!pg_timer_thread(
00000036`b6dffc90 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000036`b6dffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e8`dffff838 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e8`dffff840 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
000000e8`dffffb30 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e8`dffffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e8`e03ff6a8 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e8`e03ff6b0 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
000000e8`e03ff9a0 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e8`e03ff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e8`e07ffc88 00007ffc`67ab45ca     ntdll!NtFsControlFile+0x14
000000e8`e07ffc90 00007ff6`403e05eb     KERNELBASE!ConnectNamedPipe+0x6a
000000e8`e07ffd00 00007ffc`69aa4cb0     postgres!pg_signal_thread(
000000e8`e07ffe00 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e8`e07ffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e8`e0bffe18 00007ffc`67a6d71e     ntdll!NtWaitForSingleObject+0x14
000000e8`e0bffe20 00007ff6`403e208c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000e8`e0bffec0 00007ffc`69aa4cb0     postgres!pg_timer_thread(
000000e8`e0bfff00 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e8`e0bfff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e8`dfbfe9d0 00007ff6`401fbeeb     postgres!ExecInterpExpr(
000000e8`dfbfec90 00007ff6`40209c1a     postgres!ExecInterpExprStillValid(
000000e8`dfbfecc0 00007ff6`40209ed6     postgres!ExecEvalExpr(
000000e8`dfbfecf0 00007ff6`4020996c     postgres!TupleHashTableHash_internal(
000000e8`dfbfed40 00007ff6`4023349a     postgres!LookupTupleHashEntry(
000000e8`dfbfed90 00007ff6`40233edb     postgres!lookup_hash_entries(
000000e8`dfbfee30 00007ff6`40236e36     postgres!agg_fill_hash_table(
000000e8`dfbfee70 00007ff6`4021bb7b     postgres!ExecAgg(
000000e8`dfbfeec0 00007ff6`4021195c     postgres!ExecProcNodeFirst(
000000e8`dfbfeef0 00007ff6`40212a50     postgres!ExecProcNode(
core
00000034`da3feb20 00007ff6`401fbeeb     postgres!ExecInterpExpr(
00000034`da3fede0 00007ff6`40209c1a     postgres!ExecInterpExprStillValid(
00000034`da3fee10 00007ff6`40209ed6     postgres!ExecEvalExpr(
00000034`da3fee40 00007ff6`4020996c     postgres!TupleHashTableHash_internal(
00000034`da3fee90 00007ff6`4026fef2     postgres!LookupTupleHashEntry(
00000034`da3feee0 00007ff6`4026eddf     postgres!buildSubPlanHash(
00000034`da3fefd0 00007ff6`4026e20a     postgres!ExecHashSubPlan(
00000034`da3ff020 00007ff6`4020186e     postgres!ExecSubPlan(
00000034`da3ff080 00007ff6`4020518f     postgres!ExecEvalSubPlan(
00000034`da3ff0c0 00007ff6`401fbeeb     postgres!ExecInterpExpr(
core
00000034`dabffa28 00007ffc`67ab45ca     ntdll!NtFsControlFile+0x14
00000034`dabffa30 00007ff6`403e05eb     KERNELBASE!ConnectNamedPipe+0x6a
00000034`dabffaa0 00007ffc`69aa4cb0     postgres!pg_signal_thread(
00000034`dabffba0 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000034`dabffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000034`dafff658 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000034`dafff660 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
00000034`dafff950 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000034`dafff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000034`db3ffca8 00007ffc`67a6d71e     ntdll!NtWaitForSingleObject+0x14
00000034`db3ffcb0 00007ff6`403e208c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000034`db3ffd50 00007ffc`69aa4cb0     postgres!pg_timer_thread(
00000034`db3ffd90 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000034`db3ffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000034`da7ffa08 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000034`da7ffa10 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
00000034`da7ffd00 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000034`da7ffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`88ffeb90 00007ff6`401fbeeb     postgres!ExecInterpExpr(
000000cf`88ffee50 00007ff6`40209c1a     postgres!ExecInterpExprStillValid(
000000cf`88ffee80 00007ff6`40209ed6     postgres!ExecEvalExpr(
000000cf`88ffeeb0 00007ff6`4020996c     postgres!TupleHashTableHash_internal(
000000cf`88ffef00 00007ff6`4023349a     postgres!LookupTupleHashEntry(
000000cf`88ffef50 00007ff6`40233edb     postgres!lookup_hash_entries(
000000cf`88ffeff0 00007ff6`40236e36     postgres!agg_fill_hash_table(
000000cf`88fff030 00007ff6`4021bb7b     postgres!ExecAgg(
000000cf`88fff080 00007ff6`402703ac     postgres!ExecProcNodeFirst(
000000cf`88fff0b0 00007ff6`4027068a     postgres!ExecProcNode(
core
000000cf`89fffb88 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cf`89fffb90 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
000000cf`89fffe80 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`89fffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`893ffaf8 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cf`893ffb00 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
000000cf`893ffdf0 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`893ffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`897ff6e8 00007ffc`67ab45ca     ntdll!NtFsControlFile+0x14
000000cf`897ff6f0 00007ff6`403e05eb     KERNELBASE!ConnectNamedPipe+0x6a
000000cf`897ff760 00007ffc`69aa4cb0     postgres!pg_signal_thread(
000000cf`897ff860 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`897ff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`89bffdf8 00007ffc`67a6d71e     ntdll!NtWaitForSingleObject+0x14
000000cf`89bffe00 00007ff6`403e208c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000cf`89bffea0 00007ffc`69aa4cb0     postgres!pg_timer_thread(
000000cf`89bffee0 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`89bfff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c0`5d9ff7c8 00007ffc`67ab45ca     ntdll!NtFsControlFile+0x14
000000c0`5d9ff7d0 00007ff6`403e05eb     KERNELBASE!ConnectNamedPipe+0x6a
000000c0`5d9ff840 00007ffc`69aa4cb0     postgres!pg_signal_thread(
000000c0`5d9ff940 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c0`5d9ff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c0`5ddff6b8 00007ffc`67a6d71e     ntdll!NtWaitForSingleObject+0x14
000000c0`5ddff6c0 00007ff6`403e208c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000c0`5ddff760 00007ffc`69aa4cb0     postgres!pg_timer_thread(
000000c0`5ddff7a0 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c0`5ddff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c0`5d5ff618 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c0`5d5ff620 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
000000c0`5d5ff910 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c0`5d5ff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c0`5d1ffa68 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c0`5d1ffa70 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
000000c0`5d1ffd60 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c0`5d1ffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c0`5cdfea00 00007ff6`401fbeeb     postgres!ExecInterpExpr(
000000c0`5cdfecc0 00007ff6`40209c1a     postgres!ExecInterpExprStillValid(
000000c0`5cdfecf0 00007ff6`40209ed6     postgres!ExecEvalExpr(
000000c0`5cdfed20 00007ff6`4020996c     postgres!TupleHashTableHash_internal(
000000c0`5cdfed70 00007ff6`4026b7c0     postgres!LookupTupleHashEntry(
000000c0`5cdfedc0 00007ff6`4026bef1     postgres!setop_fill_hash_table(
000000c0`5cdfee30 00007ff6`4021bb7b     postgres!ExecSetOp(
000000c0`5cdfee80 00007ff6`4021195c     postgres!ExecProcNodeFirst(
000000c0`5cdfeeb0 00007ff6`40212a50     postgres!ExecProcNode(
000000c0`5cdfeee0 00007ff6`4020dd67     postgres!ExecutePlan(
core
000000e0`969ff608 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e0`969ff610 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
000000e0`969ff900 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e0`969ff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e0`965ff488 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e0`965ff490 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
000000e0`965ff780 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e0`965ff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e0`96dff868 00007ffc`67ab45ca     ntdll!NtFsControlFile+0x14
000000e0`96dff870 00007ff6`403e05eb     KERNELBASE!ConnectNamedPipe+0x6a
000000e0`96dff8e0 00007ffc`69aa4cb0     postgres!pg_signal_thread(
000000e0`96dff9e0 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e0`96dffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e0`971ff6d8 00007ffc`67a6d71e     ntdll!NtWaitForSingleObject+0x14
000000e0`971ff6e0 00007ff6`403e208c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000e0`971ff780 00007ffc`69aa4cb0     postgres!pg_timer_thread(
000000e0`971ff7c0 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e0`971ff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e0`961febb0 00007ff6`401fbeeb     postgres!ExecInterpExpr(
000000e0`961fee70 00007ff6`40209c1a     postgres!ExecInterpExprStillValid(
000000e0`961feea0 00007ff6`40209ed6     postgres!ExecEvalExpr(
000000e0`961feed0 00007ff6`4020996c     postgres!TupleHashTableHash_internal(
000000e0`961fef20 00007ff6`4023349a     postgres!LookupTupleHashEntry(
000000e0`961fef70 00007ff6`40233edb     postgres!lookup_hash_entries(
000000e0`961ff010 00007ff6`40236e36     postgres!agg_fill_hash_table(
000000e0`961ff050 00007ff6`4021bb7b     postgres!ExecAgg(
000000e0`961ff0a0 00007ff6`4021195c     postgres!ExecProcNodeFirst(
000000e0`961ff0d0 00007ff6`40212a50     postgres!ExecProcNode(
core
000000ae`495ffa78 00007ffc`67a6d71e     ntdll!NtWaitForSingleObject+0x14
000000ae`495ffa80 00007ff6`403e208c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000ae`495ffb20 00007ffc`69aa4cb0     postgres!pg_timer_thread(
000000ae`495ffb60 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ae`495ffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ae`481fe990 00007ff6`401fbeeb     postgres!ExecInterpExpr(
000000ae`481fec50 00007ff6`40209c1a     postgres!ExecInterpExprStillValid(
000000ae`481fec80 00007ff6`40209ed6     postgres!ExecEvalExpr(
000000ae`481fecb0 00007ff6`4020996c     postgres!TupleHashTableHash_internal(
000000ae`481fed00 00007ff6`4023349a     postgres!LookupTupleHashEntry(
000000ae`481fed50 00007ff6`40233edb     postgres!lookup_hash_entries(
000000ae`481fedf0 00007ff6`40236e36     postgres!agg_fill_hash_table(
000000ae`481fee30 00007ff6`4021bb7b     postgres!ExecAgg(
000000ae`481fee80 00007ff6`4021195c     postgres!ExecProcNodeFirst(
000000ae`481feeb0 00007ff6`40212a50     postgres!ExecProcNode(
core
000000ae`485ff568 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ae`485ff570 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
000000ae`485ff860 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ae`485ff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ae`489ff508 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ae`489ff510 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
000000ae`489ff800 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ae`489ff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ae`48dff488 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ae`48dff490 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
000000ae`48dff780 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ae`48dff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ae`491ffda8 00007ffc`67ab45ca     ntdll!NtFsControlFile+0x14
000000ae`491ffdb0 00007ff6`403e05eb     KERNELBASE!ConnectNamedPipe+0x6a
000000ae`491ffe20 00007ffc`69aa4cb0     postgres!pg_signal_thread(
000000ae`491fff20 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ae`491fff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c6`d6dff8f8 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c6`d6dff900 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
000000c6`d6dffbf0 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c6`d6dffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c6`d69ffd88 00007ffc`67ab45ca     ntdll!NtFsControlFile+0x14
000000c6`d69ffd90 00007ff6`403e05eb     KERNELBASE!ConnectNamedPipe+0x6a
000000c6`d69ffe00 00007ffc`69aa4cb0     postgres!pg_signal_thread(
000000c6`d69fff00 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c6`d69fff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c6`d65ff848 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c6`d65ff850 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
000000c6`d65ffb40 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c6`d65ffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c6`d61feda0 00007ff6`401fbeeb     postgres!ExecInterpExpr(
000000c6`d61ff060 00007ff6`40209c1a     postgres!ExecInterpExprStillValid(
000000c6`d61ff090 00007ff6`40209ed6     postgres!ExecEvalExpr(
000000c6`d61ff0c0 00007ff6`4020996c     postgres!TupleHashTableHash_internal(
000000c6`d61ff110 00007ff6`4023349a     postgres!LookupTupleHashEntry(
000000c6`d61ff160 00007ff6`40233edb     postgres!lookup_hash_entries(
000000c6`d61ff200 00007ff6`40236e36     postgres!agg_fill_hash_table(
000000c6`d61ff240 00007ff6`4021bb7b     postgres!ExecAgg(
000000c6`d61ff290 00007ff6`4021195c     postgres!ExecProcNodeFirst(
000000c6`d61ff2c0 00007ff6`40212a50     postgres!ExecProcNode(
core
000000c6`d71ffd68 00007ffc`67a6d71e     ntdll!NtWaitForSingleObject+0x14
000000c6`d71ffd70 00007ff6`403e208c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000c6`d71ffe10 00007ffc`69aa4cb0     postgres!pg_timer_thread(
000000c6`d71ffe50 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c6`d71ffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000082`285fec00 00007ff6`401fbeeb     postgres!ExecInterpExpr(
00000082`285feec0 00007ff6`40209c1a     postgres!ExecInterpExprStillValid(
00000082`285feef0 00007ff6`40209ed6     postgres!ExecEvalExpr(
00000082`285fef20 00007ff6`4020996c     postgres!TupleHashTableHash_internal(
00000082`285fef70 00007ff6`4023349a     postgres!LookupTupleHashEntry(
00000082`285fefc0 00007ff6`40233edb     postgres!lookup_hash_entries(
00000082`285ff060 00007ff6`40236e36     postgres!agg_fill_hash_table(
00000082`285ff0a0 00007ff6`4021bb7b     postgres!ExecAgg(
00000082`285ff0f0 00007ff6`4021195c     postgres!ExecProcNodeFirst(
00000082`285ff120 00007ff6`40212a50     postgres!ExecProcNode(
core
00000082`295ff788 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000082`295ff790 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
00000082`295ffa80 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000082`295ffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000082`291ffce8 00007ffc`67a6d71e     ntdll!NtWaitForSingleObject+0x14
00000082`291ffcf0 00007ff6`403e208c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000082`291ffd90 00007ffc`69aa4cb0     postgres!pg_timer_thread(
00000082`291ffdd0 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000082`291ffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000082`28dff6a8 00007ffc`67ab45ca     ntdll!NtFsControlFile+0x14
00000082`28dff6b0 00007ff6`403e05eb     KERNELBASE!ConnectNamedPipe+0x6a
00000082`28dff720 00007ffc`69aa4cb0     postgres!pg_signal_thread(
00000082`28dff820 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000082`28dff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000082`289ff6f8 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000082`289ff700 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
00000082`289ff9f0 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000082`289ffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b3`72fff5e8 00007ffc`67ab45ca     ntdll!NtFsControlFile+0x14
000000b3`72fff5f0 00007ff6`403e05eb     KERNELBASE!ConnectNamedPipe+0x6a
000000b3`72fff660 00007ffc`69aa4cb0     postgres!pg_signal_thread(
000000b3`72fff760 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b3`72fff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b3`733ffcc8 00007ffc`67a6d71e     ntdll!NtWaitForSingleObject+0x14
000000b3`733ffcd0 00007ff6`403e208c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000b3`733ffd70 00007ffc`69aa4cb0     postgres!pg_timer_thread(
000000b3`733ffdb0 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b3`733ffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b3`72bff4f8 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b3`72bff500 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
000000b3`72bff7f0 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b3`72bff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b3`727ff528 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b3`727ff530 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
000000b3`727ff820 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b3`727ff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b3`723ff578 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b3`723ff580 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
000000b3`723ff870 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b3`723ff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b3`71ffed90 00007ff6`401fbeeb     postgres!ExecInterpExpr(
000000b3`71fff050 00007ff6`40209c1a     postgres!ExecInterpExprStillValid(
000000b3`71fff080 00007ff6`40209ed6     postgres!ExecEvalExpr(
000000b3`71fff0b0 00007ff6`4020996c     postgres!TupleHashTableHash_internal(
000000b3`71fff100 00007ff6`4023349a     postgres!LookupTupleHashEntry(
000000b3`71fff150 00007ff6`40233edb     postgres!lookup_hash_entries(
000000b3`71fff1f0 00007ff6`40236e36     postgres!agg_fill_hash_table(
000000b3`71fff230 00007ff6`4021bb7b     postgres!ExecAgg(
000000b3`71fff280 00007ff6`4021195c     postgres!ExecProcNodeFirst(
000000b3`71fff2b0 00007ff6`40212a50     postgres!ExecProcNode(
core
0000008a`287ff768 00007ffc`67ab45ca     ntdll!NtFsControlFile+0x14
0000008a`287ff770 00007ff6`403e05eb     KERNELBASE!ConnectNamedPipe+0x6a
0000008a`287ff7e0 00007ffc`69aa4cb0     postgres!pg_signal_thread(
0000008a`287ff8e0 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000008a`287ff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008a`27ffe9d0 00007ff6`401fbeeb     postgres!ExecInterpExpr(
0000008a`27ffec90 00007ff6`40209c1a     postgres!ExecInterpExprStillValid(
0000008a`27ffecc0 00007ff6`40209ed6     postgres!ExecEvalExpr(
0000008a`27ffecf0 00007ff6`4020996c     postgres!TupleHashTableHash_internal(
0000008a`27ffed40 00007ff6`4023349a     postgres!LookupTupleHashEntry(
0000008a`27ffed90 00007ff6`40233edb     postgres!lookup_hash_entries(
0000008a`27ffee30 00007ff6`40236e36     postgres!agg_fill_hash_table(
0000008a`27ffee70 00007ff6`4021bb7b     postgres!ExecAgg(
0000008a`27ffeec0 00007ff6`4021195c     postgres!ExecProcNodeFirst(
0000008a`27ffeef0 00007ff6`40212a50     postgres!ExecProcNode(
core
0000008a`28bffab8 00007ffc`67a6d71e     ntdll!NtWaitForSingleObject+0x14
0000008a`28bffac0 00007ff6`403e208c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000008a`28bffb60 00007ffc`69aa4cb0     postgres!pg_timer_thread(
0000008a`28bffba0 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000008a`28bffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008a`283ffb88 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008a`283ffb90 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
0000008a`283ffe80 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000008a`283ffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008a`28fff6a8 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008a`28fff6b0 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
0000008a`28fff9a0 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000008a`28fff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000029`b09ffd88 00007ffc`67a6d71e     ntdll!NtWaitForSingleObject+0x14
00000029`b09ffd90 00007ff6`403e208c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000029`b09ffe30 00007ffc`69aa4cb0     postgres!pg_timer_thread(
00000029`b09ffe70 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000029`b09ffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000029`b01ff9d8 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000029`b01ff9e0 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
00000029`b01ffcd0 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000029`b01ffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000029`af9fe870 00007ff6`401fbeeb     postgres!ExecInterpExpr(
00000029`af9feb30 00007ff6`40209c1a     postgres!ExecInterpExprStillValid(
00000029`af9feb60 00007ff6`40209ed6     postgres!ExecEvalExpr(
00000029`af9feb90 00007ff6`4020996c     postgres!TupleHashTableHash_internal(
00000029`af9febe0 00007ff6`4023349a     postgres!LookupTupleHashEntry(
00000029`af9fec30 00007ff6`40233edb     postgres!lookup_hash_entries(
00000029`af9fecd0 00007ff6`40236e36     postgres!agg_fill_hash_table(
00000029`af9fed10 00007ff6`4021bb7b     postgres!ExecAgg(
00000029`af9fed60 00007ff6`4023ee8c     postgres!ExecProcNodeFirst(
00000029`af9fed90 00007ff6`4023f729     postgres!ExecProcNode(
core
00000029`afdff4d8 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000029`afdff4e0 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
00000029`afdff7d0 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000029`afdff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000029`b05ffb98 00007ffc`67ab45ca     ntdll!NtFsControlFile+0x14
00000029`b05ffba0 00007ff6`403e05eb     KERNELBASE!ConnectNamedPipe+0x6a
00000029`b05ffc10 00007ffc`69aa4cb0     postgres!pg_signal_thread(
00000029`b05ffd10 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000029`b05ffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c6`f7bff7c8 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c6`f7bff7d0 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
000000c6`f7bffac0 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c6`f7bffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c6`f7fffb88 00007ffc`67ab45ca     ntdll!NtFsControlFile+0x14
000000c6`f7fffb90 00007ff6`403e05eb     KERNELBASE!ConnectNamedPipe+0x6a
000000c6`f7fffc00 00007ffc`69aa4cb0     postgres!pg_signal_thread(
000000c6`f7fffd00 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c6`f7fffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c6`f83ff6f8 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c6`f83ff700 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
000000c6`f83ff9f0 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c6`f83ffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c6`f77fee10 00007ff6`407286d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c6`f77fee50 00007ff6`400b80a5     postgres!ExceptionalCondition(
000000c6`f77fee90 00007ff6`400a8d17     postgres!index_drop(
000000c6`f77fef70 00007ff6`400a880d     postgres!doDeletion(
000000c6`f77fefc0 00007ff6`400abcc1     postgres!deleteOneObject(
000000c6`f77ff110 00007ff6`400a6b0c     postgres!deleteObjectsInList(
000000c6`f77ff170 00007ff6`403e5997     postgres!performDeletion(
000000c6`f77ff1d0 00007ff6`403e3b7c     postgres!do_autovacuum(void)+0x967 [c:\cirrus\src\backend\postmaster\autovacuum....
000000c6`f77ff550 00007ff6`403ec197     postgres!AutoVacWorkerMain(
000000c6`f77ff700 00007ff6`402ab3f4     postgres!SubPostmasterMain(
core
00000052`e89ffb78 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000052`e89ffb80 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
00000052`e89ffe70 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000052`e89ffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000052`e8dff788 00007ffc`67ab45ca     ntdll!NtFsControlFile+0x14
00000052`e8dff790 00007ff6`403e05eb     KERNELBASE!ConnectNamedPipe+0x6a
00000052`e8dff800 00007ffc`69aa4cb0     postgres!pg_signal_thread(
00000052`e8dff900 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000052`e8dff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000052`e91ffa08 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000052`e91ffa10 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
00000052`e91ffd00 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000052`e91ffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000052`e95ff758 00007ffc`67a6d71e     ntdll!NtWaitForSingleObject+0x14
00000052`e95ff760 00007ff6`403e208c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000052`e95ff800 00007ffc`69aa4cb0     postgres!pg_timer_thread(
00000052`e95ff840 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000052`e95ff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000052`e85fec80 00007ff6`401fbeeb     postgres!ExecInterpExpr(
00000052`e85fef40 00007ff6`40209c1a     postgres!ExecInterpExprStillValid(
00000052`e85fef70 00007ff6`40209ed6     postgres!ExecEvalExpr(
00000052`e85fefa0 00007ff6`4020996c     postgres!TupleHashTableHash_internal(
00000052`e85feff0 00007ff6`4023349a     postgres!LookupTupleHashEntry(
00000052`e85ff040 00007ff6`40233edb     postgres!lookup_hash_entries(
00000052`e85ff0e0 00007ff6`40236e36     postgres!agg_fill_hash_table(
00000052`e85ff120 00007ff6`4021bb7b     postgres!ExecAgg(
00000052`e85ff170 00007ff6`402370cc     postgres!ExecProcNodeFirst(
00000052`e85ff1a0 00007ff6`40237e8d     postgres!ExecProcNode(
core
00000091`121ffd08 00007ffc`67ab45ca     ntdll!NtFsControlFile+0x14
00000091`121ffd10 00007ff6`403e05eb     KERNELBASE!ConnectNamedPipe+0x6a
00000091`121ffd80 00007ffc`69aa4cb0     postgres!pg_signal_thread(
00000091`121ffe80 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000091`121ffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000091`115fe9a0 00007ff6`401fbeeb     postgres!ExecInterpExpr(
00000091`115fec60 00007ff6`40209c1a     postgres!ExecInterpExprStillValid(
00000091`115fec90 00007ff6`40209ed6     postgres!ExecEvalExpr(
00000091`115fecc0 00007ff6`4020996c     postgres!TupleHashTableHash_internal(
00000091`115fed10 00007ff6`4023349a     postgres!LookupTupleHashEntry(
00000091`115fed60 00007ff6`40233edb     postgres!lookup_hash_entries(
00000091`115fee00 00007ff6`40236e36     postgres!agg_fill_hash_table(
00000091`115fee40 00007ff6`4021bb7b     postgres!ExecAgg(
00000091`115fee90 00007ff6`4021195c     postgres!ExecProcNodeFirst(
00000091`115feec0 00007ff6`40212a50     postgres!ExecProcNode(
core
00000091`119ffa68 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000091`119ffa70 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
00000091`119ffd60 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000091`119ffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000091`11dffb58 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000091`11dffb60 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
00000091`11dffe50 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000091`11dffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000091`125ffd38 00007ffc`67a6d71e     ntdll!NtWaitForSingleObject+0x14
00000091`125ffd40 00007ff6`403e208c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000091`125ffde0 00007ffc`69aa4cb0     postgres!pg_timer_thread(
00000091`125ffe20 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000091`125ffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000078`d53ffb68 00007ffc`67ab45ca     ntdll!NtFsControlFile+0x14
00000078`d53ffb70 00007ff6`403e05eb     KERNELBASE!ConnectNamedPipe+0x6a
00000078`d53ffbe0 00007ffc`69aa4cb0     postgres!pg_signal_thread(
00000078`d53ffce0 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000078`d53ffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000078`d47fee20 00007ff6`401fbeeb     postgres!ExecInterpExpr(
00000078`d47ff0e0 00007ff6`40209c1a     postgres!ExecInterpExprStillValid(
00000078`d47ff110 00007ff6`40209ed6     postgres!ExecEvalExpr(
00000078`d47ff140 00007ff6`4020996c     postgres!TupleHashTableHash_internal(
00000078`d47ff190 00007ff6`4023349a     postgres!LookupTupleHashEntry(
00000078`d47ff1e0 00007ff6`40233edb     postgres!lookup_hash_entries(
00000078`d47ff280 00007ff6`40236e36     postgres!agg_fill_hash_table(
00000078`d47ff2c0 00007ff6`4021bb7b     postgres!ExecAgg(
00000078`d47ff310 00007ff6`4026c06c     postgres!ExecProcNodeFirst(
00000078`d47ff340 00007ff6`4026c941     postgres!ExecProcNode(
core
00000078`d4bff828 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000078`d4bff830 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
00000078`d4bffb20 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000078`d4bffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000078`d4fff6e8 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000078`d4fff6f0 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
00000078`d4fff9e0 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000078`d4fffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000078`d57ffb98 00007ffc`67a6d71e     ntdll!NtWaitForSingleObject+0x14
00000078`d57ffba0 00007ff6`403e208c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000078`d57ffc40 00007ffc`69aa4cb0     postgres!pg_timer_thread(
00000078`d57ffc80 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000078`d57ffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c4`8cfffa78 00007ffc`67ab45ca     ntdll!NtFsControlFile+0x14
000000c4`8cfffa80 00007ff6`403e05eb     KERNELBASE!ConnectNamedPipe+0x6a
000000c4`8cfffaf0 00007ffc`69aa4cb0     postgres!pg_signal_thread(
000000c4`8cfffbf0 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c4`8cfffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c4`8c3fec20 00007ff6`401fbeeb     postgres!ExecInterpExpr(
000000c4`8c3feee0 00007ff6`40209c1a     postgres!ExecInterpExprStillValid(
000000c4`8c3fef10 00007ff6`40209ed6     postgres!ExecEvalExpr(
000000c4`8c3fef40 00007ff6`4020996c     postgres!TupleHashTableHash_internal(
000000c4`8c3fef90 00007ff6`4023349a     postgres!LookupTupleHashEntry(
000000c4`8c3fefe0 00007ff6`40233edb     postgres!lookup_hash_entries(
000000c4`8c3ff080 00007ff6`40236e36     postgres!agg_fill_hash_table(
000000c4`8c3ff0c0 00007ff6`4021bb7b     postgres!ExecAgg(
000000c4`8c3ff110 00007ff6`4021195c     postgres!ExecProcNodeFirst(
000000c4`8c3ff140 00007ff6`40212a50     postgres!ExecProcNode(
core
000000c4`8c7ff508 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c4`8c7ff510 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
000000c4`8c7ff800 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c4`8c7ff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c4`8cbff978 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c4`8cbff980 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
000000c4`8cbffc70 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c4`8cbffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c4`8d3ff908 00007ffc`67a6d71e     ntdll!NtWaitForSingleObject+0x14
000000c4`8d3ff910 00007ff6`403e208c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000c4`8d3ff9b0 00007ffc`69aa4cb0     postgres!pg_timer_thread(
000000c4`8d3ff9f0 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c4`8d3ffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d5`f07ffc08 00007ffc`67a6d71e     ntdll!NtWaitForSingleObject+0x14
000000d5`f07ffc10 00007ff6`403e208c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000d5`f07ffcb0 00007ffc`69aa4cb0     postgres!pg_timer_thread(
000000d5`f07ffcf0 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d5`f07ffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d5`efbfede0 00007ff6`401fbeeb     postgres!ExecInterpExpr(
000000d5`efbff0a0 00007ff6`40209c1a     postgres!ExecInterpExprStillValid(
000000d5`efbff0d0 00007ff6`40209ed6     postgres!ExecEvalExpr(
000000d5`efbff100 00007ff6`4020996c     postgres!TupleHashTableHash_internal(
000000d5`efbff150 00007ff6`4023349a     postgres!LookupTupleHashEntry(
000000d5`efbff1a0 00007ff6`40233edb     postgres!lookup_hash_entries(
000000d5`efbff240 00007ff6`40236e36     postgres!agg_fill_hash_table(
000000d5`efbff280 00007ff6`4021bb7b     postgres!ExecAgg(
000000d5`efbff2d0 00007ff6`4026c06c     postgres!ExecProcNodeFirst(
000000d5`efbff300 00007ff6`4026c941     postgres!ExecProcNode(
core
000000d5`effff9e8 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d5`effff9f0 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
000000d5`effffce0 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d5`effffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d5`f03ff838 00007ffc`67ab45ca     ntdll!NtFsControlFile+0x14
000000d5`f03ff840 00007ff6`403e05eb     KERNELBASE!ConnectNamedPipe+0x6a
000000d5`f03ff8b0 00007ffc`69aa4cb0     postgres!pg_signal_thread(
000000d5`f03ff9b0 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d5`f03ff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d5`f0bff778 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d5`f0bff780 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
000000d5`f0bffa70 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d5`f0bffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007d`a3bff618 00007ffc`67ab45ca     ntdll!NtFsControlFile+0x14
0000007d`a3bff620 00007ff6`403e05eb     KERNELBASE!ConnectNamedPipe+0x6a
0000007d`a3bff690 00007ffc`69aa4cb0     postgres!pg_signal_thread(
0000007d`a3bff790 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000007d`a3bff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007d`a2ffeba0 00007ff6`401fbeeb     postgres!ExecInterpExpr(
0000007d`a2ffee60 00007ff6`40209c1a     postgres!ExecInterpExprStillValid(
0000007d`a2ffee90 00007ff6`40209ed6     postgres!ExecEvalExpr(
0000007d`a2ffeec0 00007ff6`4020996c     postgres!TupleHashTableHash_internal(
0000007d`a2ffef10 00007ff6`4023349a     postgres!LookupTupleHashEntry(
0000007d`a2ffef60 00007ff6`40233edb     postgres!lookup_hash_entries(
0000007d`a2fff000 00007ff6`40236e36     postgres!agg_fill_hash_table(
0000007d`a2fff040 00007ff6`4021bb7b     postgres!ExecAgg(
0000007d`a2fff090 00007ff6`4021195c     postgres!ExecProcNodeFirst(
0000007d`a2fff0c0 00007ff6`40212a50     postgres!ExecProcNode(
core
0000007d`a33ff648 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007d`a33ff650 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
0000007d`a33ff940 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000007d`a33ff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007d`a37ff878 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007d`a37ff880 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
0000007d`a37ffb70 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000007d`a37ffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007d`a3fff6d8 00007ffc`67a6d71e     ntdll!NtWaitForSingleObject+0x14
0000007d`a3fff6e0 00007ff6`403e208c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000007d`a3fff780 00007ffc`69aa4cb0     postgres!pg_timer_thread(
0000007d`a3fff7c0 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000007d`a3fff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000094`6d1ff518 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000094`6d1ff520 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
00000094`6d1ff810 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000094`6d1ff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000094`6c5fed70 00007ff6`401fbeeb     postgres!ExecInterpExpr(
00000094`6c5ff030 00007ff6`40209c1a     postgres!ExecInterpExprStillValid(
00000094`6c5ff060 00007ff6`40209ed6     postgres!ExecEvalExpr(
00000094`6c5ff090 00007ff6`4020996c     postgres!TupleHashTableHash_internal(
00000094`6c5ff0e0 00007ff6`4023349a     postgres!LookupTupleHashEntry(
00000094`6c5ff130 00007ff6`40233edb     postgres!lookup_hash_entries(
00000094`6c5ff1d0 00007ff6`40236e36     postgres!agg_fill_hash_table(
00000094`6c5ff210 00007ff6`4021bb7b     postgres!ExecAgg(
00000094`6c5ff260 00007ff6`40230aec     postgres!ExecProcNodeFirst(
00000094`6c5ff290 00007ff6`402310a5     postgres!ExecProcNode(
core
00000094`6c9ff8c8 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000094`6c9ff8d0 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
00000094`6c9ffbc0 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000094`6c9ffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000094`6cdff8b8 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000094`6cdff8c0 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
00000094`6cdffbb0 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000094`6cdffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000094`6d5ff9f8 00007ffc`67ab45ca     ntdll!NtFsControlFile+0x14
00000094`6d5ffa00 00007ff6`403e05eb     KERNELBASE!ConnectNamedPipe+0x6a
00000094`6d5ffa70 00007ffc`69aa4cb0     postgres!pg_signal_thread(
00000094`6d5ffb70 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000094`6d5ffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000094`6ddff828 00007ffc`66b8f6cb     ntdll!NtRemoveIoCompletion+0x14
00000094`6ddff830 00007ffc`69aa4cb0     mswsock!SockAsyncThread+0x9b
00000094`6ddff890 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000094`6ddff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000094`6d9ffab8 00007ffc`67a6d71e     ntdll!NtWaitForSingleObject+0x14
00000094`6d9ffac0 00007ff6`403e208c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000094`6d9ffb60 00007ffc`69aa4cb0     postgres!pg_timer_thread(
00000094`6d9ffba0 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000094`6d9ffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000021`1c3ffab8 00007ffc`67a6d71e     ntdll!NtWaitForSingleObject+0x14
00000021`1c3ffac0 00007ff6`403e208c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000021`1c3ffb60 00007ffc`69aa4cb0     postgres!pg_timer_thread(
00000021`1c3ffba0 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000021`1c3ffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000021`1bfff818 00007ffc`67ab45ca     ntdll!NtFsControlFile+0x14
00000021`1bfff820 00007ff6`403e05eb     KERNELBASE!ConnectNamedPipe+0x6a
00000021`1bfff890 00007ffc`69aa4cb0     postgres!pg_signal_thread(
00000021`1bfff990 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000021`1bfff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000021`1bbffba8 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000021`1bbffbb0 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
00000021`1bbffea0 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000021`1bbffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000021`1b7ff4d8 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000021`1b7ff4e0 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
00000021`1b7ff7d0 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000021`1b7ff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000021`1b3fed10 00007ff6`401fbeeb     postgres!ExecInterpExpr(
00000021`1b3fefd0 00007ff6`40209c1a     postgres!ExecInterpExprStillValid(
00000021`1b3ff000 00007ff6`40209ed6     postgres!ExecEvalExpr(
00000021`1b3ff030 00007ff6`4020996c     postgres!TupleHashTableHash_internal(
00000021`1b3ff080 00007ff6`4023349a     postgres!LookupTupleHashEntry(
00000021`1b3ff0d0 00007ff6`40233edb     postgres!lookup_hash_entries(
00000021`1b3ff170 00007ff6`40236e36     postgres!agg_fill_hash_table(
00000021`1b3ff1b0 00007ff6`4021bb7b     postgres!ExecAgg(
00000021`1b3ff200 00007ff6`4021195c     postgres!ExecProcNodeFirst(
00000021`1b3ff230 00007ff6`40212a50     postgres!ExecProcNode(
core
00000065`eefffac8 00007ffc`67ab45ca     ntdll!NtFsControlFile+0x14
00000065`eefffad0 00007ff6`403e05eb     KERNELBASE!ConnectNamedPipe+0x6a
00000065`eefffb40 00007ffc`69aa4cb0     postgres!pg_signal_thread(
00000065`eefffc40 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000065`eefffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000065`eebff508 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000065`eebff510 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
00000065`eebff800 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000065`eebff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000065`ee7fea70 00007ff6`401fbeeb     postgres!ExecInterpExpr(
00000065`ee7fed30 00007ff6`40209c1a     postgres!ExecInterpExprStillValid(
00000065`ee7fed60 00007ff6`40209ed6     postgres!ExecEvalExpr(
00000065`ee7fed90 00007ff6`4020996c     postgres!TupleHashTableHash_internal(
00000065`ee7fede0 00007ff6`4023349a     postgres!LookupTupleHashEntry(
00000065`ee7fee30 00007ff6`40233c6a     postgres!lookup_hash_entries(
00000065`ee7feed0 00007ff6`40236e51     postgres!agg_retrieve_direct(
00000065`ee7fef70 00007ff6`4021bb7b     postgres!ExecAgg(
00000065`ee7fefc0 00007ff6`4026c06c     postgres!ExecProcNodeFirst(
00000065`ee7feff0 00007ff6`4026c941     postgres!ExecProcNode(
core
00000065`ef7ff9a8 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000065`ef7ff9b0 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
00000065`ef7ffca0 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000065`ef7ffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000065`ef3ffa48 00007ffc`67a6d71e     ntdll!NtWaitForSingleObject+0x14
00000065`ef3ffa50 00007ff6`403e208c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000065`ef3ffaf0 00007ffc`69aa4cb0     postgres!pg_timer_thread(
00000065`ef3ffb30 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000065`ef3ffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005e`543ffbc8 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005e`543ffbd0 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
0000005e`543ffec0 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000005e`543ffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005e`53fff738 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005e`53fff740 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
0000005e`53fffa30 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000005e`53fffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005e`53bfecb0 00007ff6`401fbeeb     postgres!ExecInterpExpr(
0000005e`53bfef70 00007ff6`40209c1a     postgres!ExecInterpExprStillValid(
0000005e`53bfefa0 00007ff6`40209ed6     postgres!ExecEvalExpr(
0000005e`53bfefd0 00007ff6`4020996c     postgres!TupleHashTableHash_internal(
0000005e`53bff020 00007ff6`4023349a     postgres!LookupTupleHashEntry(
0000005e`53bff070 00007ff6`40233edb     postgres!lookup_hash_entries(
0000005e`53bff110 00007ff6`40236e36     postgres!agg_fill_hash_table(
0000005e`53bff150 00007ff6`4021bb7b     postgres!ExecAgg(
0000005e`53bff1a0 00007ff6`4021195c     postgres!ExecProcNodeFirst(
0000005e`53bff1d0 00007ff6`40212a50     postgres!ExecProcNode(
core
0000005e`54bffaf8 00007ffc`67a6d71e     ntdll!NtWaitForSingleObject+0x14
0000005e`54bffb00 00007ff6`403e208c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000005e`54bffba0 00007ffc`69aa4cb0     postgres!pg_timer_thread(
0000005e`54bffbe0 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000005e`54bffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005e`547ffca8 00007ffc`67ab45ca     ntdll!NtFsControlFile+0x14
0000005e`547ffcb0 00007ff6`403e05eb     KERNELBASE!ConnectNamedPipe+0x6a
0000005e`547ffd20 00007ffc`69aa4cb0     postgres!pg_signal_thread(
0000005e`547ffe20 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000005e`547ffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000db`033ff748 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000db`033ff750 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
000000db`033ffa40 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000db`033ffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000db`023feaa0 00007ff6`401fbeeb     postgres!ExecInterpExpr(
000000db`023fed60 00007ff6`40209c1a     postgres!ExecInterpExprStillValid(
000000db`023fed90 00007ff6`40209ed6     postgres!ExecEvalExpr(
000000db`023fedc0 00007ff6`4020996c     postgres!TupleHashTableHash_internal(
000000db`023fee10 00007ff6`4023349a     postgres!LookupTupleHashEntry(
000000db`023fee60 00007ff6`40233edb     postgres!lookup_hash_entries(
000000db`023fef00 00007ff6`40236e36     postgres!agg_fill_hash_table(
000000db`023fef40 00007ff6`4021bb7b     postgres!ExecAgg(
000000db`023fef90 00007ff6`4026c06c     postgres!ExecProcNodeFirst(
000000db`023fefc0 00007ff6`4026c941     postgres!ExecProcNode(
core
000000db`02bff868 00007ffc`67ab45ca     ntdll!NtFsControlFile+0x14
000000db`02bff870 00007ff6`403e05eb     KERNELBASE!ConnectNamedPipe+0x6a
000000db`02bff8e0 00007ffc`69aa4cb0     postgres!pg_signal_thread(
000000db`02bff9e0 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000db`02bffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000db`02fff738 00007ffc`67a6d71e     ntdll!NtWaitForSingleObject+0x14
000000db`02fff740 00007ff6`403e208c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000db`02fff7e0 00007ffc`69aa4cb0     postgres!pg_timer_thread(
000000db`02fff820 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000db`02fff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000db`027ff4b8 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000db`027ff4c0 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
000000db`027ff7b0 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000db`027ff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000020`461ffbb8 00007ffc`67a6d71e     ntdll!NtWaitForSingleObject+0x14
00000020`461ffbc0 00007ff6`403e208c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000020`461ffc60 00007ffc`69aa4cb0     postgres!pg_timer_thread(
00000020`461ffca0 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000020`461ffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000020`455fec00 00007ff6`401fbeeb     postgres!ExecInterpExpr(
00000020`455feec0 00007ff6`40209c1a     postgres!ExecInterpExprStillValid(
00000020`455feef0 00007ff6`40209ed6     postgres!ExecEvalExpr(
00000020`455fef20 00007ff6`4020996c     postgres!TupleHashTableHash_internal(
00000020`455fef70 00007ff6`4026b7c0     postgres!LookupTupleHashEntry(
00000020`455fefc0 00007ff6`4026bef1     postgres!setop_fill_hash_table(
00000020`455ff030 00007ff6`4021bb7b     postgres!ExecSetOp(
00000020`455ff080 00007ff6`4021195c     postgres!ExecProcNodeFirst(
00000020`455ff0b0 00007ff6`40212a50     postgres!ExecProcNode(
00000020`455ff0e0 00007ff6`4020dd67     postgres!ExecutePlan(
core
00000020`459ffb28 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000020`459ffb30 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
00000020`459ffe20 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000020`459ffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000020`45dff878 00007ffc`67ab45ca     ntdll!NtFsControlFile+0x14
00000020`45dff880 00007ff6`403e05eb     KERNELBASE!ConnectNamedPipe+0x6a
00000020`45dff8f0 00007ffc`69aa4cb0     postgres!pg_signal_thread(
00000020`45dff9f0 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000020`45dffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000020`465ff8a8 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000020`465ff8b0 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
00000020`465ffba0 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000020`465ffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e3`ec7feff0 00007ff6`401fbeeb     postgres!ExecInterpExpr(
000000e3`ec7ff2b0 00007ff6`40209c1a     postgres!ExecInterpExprStillValid(
000000e3`ec7ff2e0 00007ff6`40209ed6     postgres!ExecEvalExpr(
000000e3`ec7ff310 00007ff6`4020996c     postgres!TupleHashTableHash_internal(
000000e3`ec7ff360 00007ff6`4023349a     postgres!LookupTupleHashEntry(
000000e3`ec7ff3b0 00007ff6`40233edb     postgres!lookup_hash_entries(
000000e3`ec7ff450 00007ff6`40236e36     postgres!agg_fill_hash_table(
000000e3`ec7ff490 00007ff6`4021bb7b     postgres!ExecAgg(
000000e3`ec7ff4e0 00007ff6`4021195c     postgres!ExecProcNodeFirst(
000000e3`ec7ff510 00007ff6`40212a50     postgres!ExecProcNode(
core
000000e3`ed7ff778 00007ffc`67ab45ca     ntdll!NtFsControlFile+0x14
000000e3`ed7ff780 00007ff6`403e05eb     KERNELBASE!ConnectNamedPipe+0x6a
000000e3`ed7ff7f0 00007ffc`69aa4cb0     postgres!pg_signal_thread(
000000e3`ed7ff8f0 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e3`ed7ff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e3`ed3ff9a8 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e3`ed3ff9b0 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
000000e3`ed3ffca0 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e3`ed3ffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e3`edbff938 00007ffc`67a6d71e     ntdll!NtWaitForSingleObject+0x14
000000e3`edbff940 00007ff6`403e208c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000e3`edbff9e0 00007ffc`69aa4cb0     postgres!pg_timer_thread(
000000e3`edbffa20 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e3`edbffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e3`ecfff4f8 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e3`ecfff500 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
000000e3`ecfff7f0 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e3`ecfff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e3`ecbff608 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e3`ecbff610 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
000000e3`ecbff900 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e3`ecbff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000020`df7ff6e8 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000020`df7ff6f0 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
00000020`df7ff9e0 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000020`df7ffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000020`e03ffd98 00007ffc`67a6d71e     ntdll!NtWaitForSingleObject+0x14
00000020`e03ffda0 00007ff6`403e208c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000020`e03ffe40 00007ffc`69aa4cb0     postgres!pg_timer_thread(
00000020`e03ffe80 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000020`e03ffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000020`dffff948 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000020`dffff950 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
00000020`dffffc40 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000020`dffffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000020`dfbff5f8 00007ffc`67ab45ca     ntdll!NtFsControlFile+0x14
00000020`dfbff600 00007ff6`403e05eb     KERNELBASE!ConnectNamedPipe+0x6a
00000020`dfbff670 00007ffc`69aa4cb0     postgres!pg_signal_thread(
00000020`dfbff770 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000020`dfbff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000020`df3feec0 00007ff6`401fbeeb     postgres!ExecInterpExpr(
00000020`df3ff180 00007ff6`40209c1a     postgres!ExecInterpExprStillValid(
00000020`df3ff1b0 00007ff6`40209ed6     postgres!ExecEvalExpr(
00000020`df3ff1e0 00007ff6`4020996c     postgres!TupleHashTableHash_internal(
00000020`df3ff230 00007ff6`4023349a     postgres!LookupTupleHashEntry(
00000020`df3ff280 00007ff6`40233edb     postgres!lookup_hash_entries(
00000020`df3ff320 00007ff6`40236e36     postgres!agg_fill_hash_table(
00000020`df3ff360 00007ff6`4021bb7b     postgres!ExecAgg(
00000020`df3ff3b0 00007ff6`4021195c     postgres!ExecProcNodeFirst(
00000020`df3ff3e0 00007ff6`40212a50     postgres!ExecProcNode(
core
00000052`135ffb88 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000052`135ffb90 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
00000052`135ffe80 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000052`135ffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000052`131ff050 00007ff6`401fbeeb     postgres!ExecInterpExpr(
00000052`131ff310 00007ff6`40209c1a     postgres!ExecInterpExprStillValid(
00000052`131ff340 00007ff6`40209ed6     postgres!ExecEvalExpr(
00000052`131ff370 00007ff6`4020996c     postgres!TupleHashTableHash_internal(
00000052`131ff3c0 00007ff6`40268d0f     postgres!LookupTupleHashEntry(
00000052`131ff410 00007ff6`4021bb7b     postgres!ExecRecursiveUnion(
00000052`131ff480 00007ff6`4023bf8c     postgres!ExecProcNodeFirst(
00000052`131ff4b0 00007ff6`4023c549     postgres!ExecProcNode(
00000052`131ff4e0 00007ff6`40220765     postgres!CteScanNext(
00000052`131ff550 00007ff6`4022015c     postgres!ExecScanFetch(
core
00000052`139ff4a8 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000052`139ff4b0 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
00000052`139ff7a0 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000052`139ff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000052`13dffa48 00007ffc`67ab45ca     ntdll!NtFsControlFile+0x14
00000052`13dffa50 00007ff6`403e05eb     KERNELBASE!ConnectNamedPipe+0x6a
00000052`13dffac0 00007ffc`69aa4cb0     postgres!pg_signal_thread(
00000052`13dffbc0 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000052`13dffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000052`141ff6a8 00007ffc`67a6d71e     ntdll!NtWaitForSingleObject+0x14
00000052`141ff6b0 00007ff6`403e208c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000052`141ff750 00007ffc`69aa4cb0     postgres!pg_timer_thread(
00000052`141ff790 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000052`141ff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008d`245fed50 00007ff6`401fbeeb     postgres!ExecInterpExpr(
0000008d`245ff010 00007ff6`40209c1a     postgres!ExecInterpExprStillValid(
0000008d`245ff040 00007ff6`40209ed6     postgres!ExecEvalExpr(
0000008d`245ff070 00007ff6`4020996c     postgres!TupleHashTableHash_internal(
0000008d`245ff0c0 00007ff6`4023349a     postgres!LookupTupleHashEntry(
0000008d`245ff110 00007ff6`40233edb     postgres!lookup_hash_entries(
0000008d`245ff1b0 00007ff6`40236e36     postgres!agg_fill_hash_table(
0000008d`245ff1f0 00007ff6`4021bb7b     postgres!ExecAgg(
0000008d`245ff240 00007ff6`4021195c     postgres!ExecProcNodeFirst(
0000008d`245ff270 00007ff6`40212a50     postgres!ExecProcNode(
core
0000008d`249ff7a8 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008d`249ff7b0 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
0000008d`249ffaa0 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000008d`249ffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008d`24dffa48 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008d`24dffa50 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
0000008d`24dffd40 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000008d`24dffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008d`259ff9d8 00007ffc`67a6d71e     ntdll!NtWaitForSingleObject+0x14
0000008d`259ff9e0 00007ff6`403e208c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000008d`259ffa80 00007ffc`69aa4cb0     postgres!pg_timer_thread(
0000008d`259ffac0 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000008d`259ffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008d`255ff888 00007ffc`67ab45ca     ntdll!NtFsControlFile+0x14
0000008d`255ff890 00007ff6`403e05eb     KERNELBASE!ConnectNamedPipe+0x6a
0000008d`255ff900 00007ffc`69aa4cb0     postgres!pg_signal_thread(
0000008d`255ffa00 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000008d`255ffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008d`251ffa98 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008d`251ffaa0 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
0000008d`251ffd90 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000008d`251ffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000090`0f5ff7c8 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000090`0f5ff7d0 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
00000090`0f5ffac0 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000090`0f5ffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000090`0f1ff140 00007ff6`401fbeeb     postgres!ExecInterpExpr(
00000090`0f1ff400 00007ff6`40209c1a     postgres!ExecInterpExprStillValid(
00000090`0f1ff430 00007ff6`40209ed6     postgres!ExecEvalExpr(
00000090`0f1ff460 00007ff6`4020996c     postgres!TupleHashTableHash_internal(
00000090`0f1ff4b0 00007ff6`4023349a     postgres!LookupTupleHashEntry(
00000090`0f1ff500 00007ff6`40233edb     postgres!lookup_hash_entries(
00000090`0f1ff5a0 00007ff6`40236e36     postgres!agg_fill_hash_table(
00000090`0f1ff5e0 00007ff6`4021bb7b     postgres!ExecAgg(
00000090`0f1ff630 00007ff6`4021195c     postgres!ExecProcNodeFirst(
00000090`0f1ff660 00007ff6`40212a50     postgres!ExecProcNode(
core
00000090`101ff798 00007ffc`67a6d71e     ntdll!NtWaitForSingleObject+0x14
00000090`101ff7a0 00007ff6`403e208c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000090`101ff840 00007ffc`69aa4cb0     postgres!pg_timer_thread(
00000090`101ff880 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000090`101ff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000090`0f9ff758 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000090`0f9ff760 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
00000090`0f9ffa50 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000090`0f9ffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000090`0fdff8a8 00007ffc`67ab45ca     ntdll!NtFsControlFile+0x14
00000090`0fdff8b0 00007ff6`403e05eb     KERNELBASE!ConnectNamedPipe+0x6a
00000090`0fdff920 00007ffc`69aa4cb0     postgres!pg_signal_thread(
00000090`0fdffa20 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000090`0fdffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005e`abbfecc0 00007ff6`401fbeeb     postgres!ExecInterpExpr(
0000005e`abbfef80 00007ff6`40209c1a     postgres!ExecInterpExprStillValid(
0000005e`abbfefb0 00007ff6`40209ed6     postgres!ExecEvalExpr(
0000005e`abbfefe0 00007ff6`4020996c     postgres!TupleHashTableHash_internal(
0000005e`abbff030 00007ff6`4023349a     postgres!LookupTupleHashEntry(
0000005e`abbff080 00007ff6`40233edb     postgres!lookup_hash_entries(
0000005e`abbff120 00007ff6`40236e36     postgres!agg_fill_hash_table(
0000005e`abbff160 00007ff6`4021bb7b     postgres!ExecAgg(
0000005e`abbff1b0 00007ff6`4021195c     postgres!ExecProcNodeFirst(
0000005e`abbff1e0 00007ff6`40212a50     postgres!ExecProcNode(
core
0000005e`acbff958 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005e`acbff960 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
0000005e`acbffc50 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000005e`acbffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005e`ac7ffe28 00007ffc`67a6d71e     ntdll!NtWaitForSingleObject+0x14
0000005e`ac7ffe30 00007ff6`403e208c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000005e`ac7ffed0 00007ffc`69aa4cb0     postgres!pg_timer_thread(
0000005e`ac7fff10 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000005e`ac7fff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005e`abfff9c8 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005e`abfff9d0 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
0000005e`abfffcc0 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000005e`abfffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005e`ac3ffc78 00007ffc`67ab45ca     ntdll!NtFsControlFile+0x14
0000005e`ac3ffc80 00007ff6`403e05eb     KERNELBASE!ConnectNamedPipe+0x6a
0000005e`ac3ffcf0 00007ffc`69aa4cb0     postgres!pg_signal_thread(
0000005e`ac3ffdf0 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000005e`ac3ffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000013`ba5fe040 00007ff6`401fbeeb     postgres!ExecInterpExpr(
00000013`ba5fe300 00007ff6`40209c1a     postgres!ExecInterpExprStillValid(
00000013`ba5fe330 00007ff6`40209ed6     postgres!ExecEvalExpr(
00000013`ba5fe360 00007ff6`4020996c     postgres!TupleHashTableHash_internal(
00000013`ba5fe3b0 00007ff6`4023349a     postgres!LookupTupleHashEntry(
00000013`ba5fe400 00007ff6`40233edb     postgres!lookup_hash_entries(
00000013`ba5fe4a0 00007ff6`40236e36     postgres!agg_fill_hash_table(
00000013`ba5fe4e0 00007ff6`4021bb7b     postgres!ExecAgg(
00000013`ba5fe530 00007ff6`4026c06c     postgres!ExecProcNodeFirst(
00000013`ba5fe560 00007ff6`4026c941     postgres!ExecProcNode(
core
00000013`ba9ff9d8 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000013`ba9ff9e0 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
00000013`ba9ffcd0 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000013`ba9ffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000013`bb1ff928 00007ffc`67a6d71e     ntdll!NtWaitForSingleObject+0x14
00000013`bb1ff930 00007ff6`403e208c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000013`bb1ff9d0 00007ffc`69aa4cb0     postgres!pg_timer_thread(
00000013`bb1ffa10 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000013`bb1ffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000013`bb5ff7d8 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000013`bb5ff7e0 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
00000013`bb5ffad0 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000013`bb5ffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000013`badff698 00007ffc`67ab45ca     ntdll!NtFsControlFile+0x14
00000013`badff6a0 00007ff6`403e05eb     KERNELBASE!ConnectNamedPipe+0x6a
00000013`badff710 00007ffc`69aa4cb0     postgres!pg_signal_thread(
00000013`badff810 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000013`badff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007a`05bffa88 00007ffc`67ab45ca     ntdll!NtFsControlFile+0x14
0000007a`05bffa90 00007ff6`403e05eb     KERNELBASE!ConnectNamedPipe+0x6a
0000007a`05bffb00 00007ffc`69aa4cb0     postgres!pg_signal_thread(
0000007a`05bffc00 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000007a`05bffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007a`053fecd0 00007ff6`407286d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000007a`053fed10 00007ff6`400b80a5     postgres!ExceptionalCondition(
0000007a`053fed50 00007ff6`400a8d17     postgres!index_drop(
0000007a`053fee30 00007ff6`400a880d     postgres!doDeletion(
0000007a`053fee80 00007ff6`400abcc1     postgres!deleteOneObject(
0000007a`053fefd0 00007ff6`400a6b0c     postgres!deleteObjectsInList(
0000007a`053ff030 00007ff6`403e5997     postgres!performDeletion(
0000007a`053ff090 00007ff6`403e3b7c     postgres!do_autovacuum(void)+0x967 [c:\cirrus\src\backend\postmaster\autovacuum....
0000007a`053ff410 00007ff6`403ec197     postgres!AutoVacWorkerMain(
0000007a`053ff5c0 00007ff6`402ab3f4     postgres!SubPostmasterMain(
core
0000007a`05fffa88 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007a`05fffa90 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
0000007a`05fffd80 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000007a`05fffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007a`057ff878 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007a`057ff880 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
0000007a`057ffb70 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000007a`057ffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007b`2b3ffb98 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007b`2b3ffba0 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
0000007b`2b3ffe90 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000007b`2b3ffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007b`2b7ff5e8 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007b`2b7ff5f0 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
0000007b`2b7ff8e0 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000007b`2b7ff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007b`2bbffbb8 00007ffc`67ab45ca     ntdll!NtFsControlFile+0x14
0000007b`2bbffbc0 00007ff6`403e05eb     KERNELBASE!ConnectNamedPipe+0x6a
0000007b`2bbffc30 00007ffc`69aa4cb0     postgres!pg_signal_thread(
0000007b`2bbffd30 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000007b`2bbffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007b`2bfff928 00007ffc`67a6d71e     ntdll!NtWaitForSingleObject+0x14
0000007b`2bfff930 00007ff6`403e208c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000007b`2bfff9d0 00007ffc`69aa4cb0     postgres!pg_timer_thread(
0000007b`2bfffa10 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000007b`2bfffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007b`2affefe0 00007ff6`401fbeeb     postgres!ExecInterpExpr(
0000007b`2afff2a0 00007ff6`40209c1a     postgres!ExecInterpExprStillValid(
0000007b`2afff2d0 00007ff6`40209ed6     postgres!ExecEvalExpr(
0000007b`2afff300 00007ff6`4020996c     postgres!TupleHashTableHash_internal(
0000007b`2afff350 00007ff6`4023349a     postgres!LookupTupleHashEntry(
0000007b`2afff3a0 00007ff6`40233edb     postgres!lookup_hash_entries(
0000007b`2afff440 00007ff6`40236e36     postgres!agg_fill_hash_table(
0000007b`2afff480 00007ff6`4021bb7b     postgres!ExecAgg(
0000007b`2afff4d0 00007ff6`4021195c     postgres!ExecProcNodeFirst(
0000007b`2afff500 00007ff6`40212a50     postgres!ExecProcNode(
core
0000009b`e11ff938 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009b`e11ff940 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
0000009b`e11ffc30 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000009b`e11ffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009b`e15ff7f8 00007ffc`67ab45ca     ntdll!NtFsControlFile+0x14
0000009b`e15ff800 00007ff6`403e05eb     KERNELBASE!ConnectNamedPipe+0x6a
0000009b`e15ff870 00007ffc`69aa4cb0     postgres!pg_signal_thread(
0000009b`e15ff970 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000009b`e15ff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009b`e19ffa88 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009b`e19ffa90 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
0000009b`e19ffd80 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000009b`e19ffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009b`e0dfedd0 00007ff6`407286d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000009b`e0dfee10 00007ff6`400b80a5     postgres!ExceptionalCondition(
0000009b`e0dfee50 00007ff6`400a8d17     postgres!index_drop(
0000009b`e0dfef30 00007ff6`400a880d     postgres!doDeletion(
0000009b`e0dfef80 00007ff6`400abcc1     postgres!deleteOneObject(
0000009b`e0dff0d0 00007ff6`400a6b0c     postgres!deleteObjectsInList(
0000009b`e0dff130 00007ff6`403e5997     postgres!performDeletion(
0000009b`e0dff190 00007ff6`403e3b7c     postgres!do_autovacuum(void)+0x967 [c:\cirrus\src\backend\postmaster\autovacuum....
0000009b`e0dff510 00007ff6`403ec197     postgres!AutoVacWorkerMain(
0000009b`e0dff6c0 00007ff6`402ab3f4     postgres!SubPostmasterMain(
core
00000048`ce5ffb68 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000048`ce5ffb70 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
00000048`ce5ffe60 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000048`ce5ffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000048`cd5fef60 00007ff6`401fbeeb     postgres!ExecInterpExpr(
00000048`cd5ff220 00007ff6`40209c1a     postgres!ExecInterpExprStillValid(
00000048`cd5ff250 00007ff6`40209ed6     postgres!ExecEvalExpr(
00000048`cd5ff280 00007ff6`4020996c     postgres!TupleHashTableHash_internal(
00000048`cd5ff2d0 00007ff6`4026b7c0     postgres!LookupTupleHashEntry(
00000048`cd5ff320 00007ff6`4026bef1     postgres!setop_fill_hash_table(
00000048`cd5ff390 00007ff6`4021bb7b     postgres!ExecSetOp(
00000048`cd5ff3e0 00007ff6`4021195c     postgres!ExecProcNodeFirst(
00000048`cd5ff410 00007ff6`40212a50     postgres!ExecProcNode(
00000048`cd5ff440 00007ff6`4020dd67     postgres!ExecutePlan(
core
00000048`ce1ff8c8 00007ffc`67a6d71e     ntdll!NtWaitForSingleObject+0x14
00000048`ce1ff8d0 00007ff6`403e208c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000048`ce1ff970 00007ffc`69aa4cb0     postgres!pg_timer_thread(
00000048`ce1ff9b0 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000048`ce1ff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000048`cddffbd8 00007ffc`67ab45ca     ntdll!NtFsControlFile+0x14
00000048`cddffbe0 00007ff6`403e05eb     KERNELBASE!ConnectNamedPipe+0x6a
00000048`cddffc50 00007ffc`69aa4cb0     postgres!pg_signal_thread(
00000048`cddffd50 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000048`cddffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000048`cd9ff628 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000048`cd9ff630 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
00000048`cd9ff920 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000048`cd9ff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000076`b3fff708 00007ffc`67ab45ca     ntdll!NtFsControlFile+0x14
00000076`b3fff710 00007ff6`403e05eb     KERNELBASE!ConnectNamedPipe+0x6a
00000076`b3fff780 00007ffc`69aa4cb0     postgres!pg_signal_thread(
00000076`b3fff880 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000076`b3fff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000076`b3bff6a8 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000076`b3bff6b0 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
00000076`b3bff9a0 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000076`b3bff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000076`b43ffd78 00007ffc`67a6d71e     ntdll!NtWaitForSingleObject+0x14
00000076`b43ffd80 00007ff6`403e208c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000076`b43ffe20 00007ffc`69aa4cb0     postgres!pg_timer_thread(
00000076`b43ffe60 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000076`b43ffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000076`b33fea70 00007ff6`401fbeeb     postgres!ExecInterpExpr(
00000076`b33fed30 00007ff6`40209c1a     postgres!ExecInterpExprStillValid(
00000076`b33fed60 00007ff6`40209ed6     postgres!ExecEvalExpr(
00000076`b33fed90 00007ff6`4020996c     postgres!TupleHashTableHash_internal(
00000076`b33fede0 00007ff6`4023349a     postgres!LookupTupleHashEntry(
00000076`b33fee30 00007ff6`40233edb     postgres!lookup_hash_entries(
00000076`b33feed0 00007ff6`40236e36     postgres!agg_fill_hash_table(
00000076`b33fef10 00007ff6`4021bb7b     postgres!ExecAgg(
00000076`b33fef60 00007ff6`4021195c     postgres!ExecProcNodeFirst(
00000076`b33fef90 00007ff6`40212a50     postgres!ExecProcNode(
core
00000076`b37ff768 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000076`b37ff770 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
00000076`b37ffa60 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000076`b37ffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000058`e69ff878 00007ffc`67a6d71e     ntdll!NtWaitForSingleObject+0x14
00000058`e69ff880 00007ff6`403e208c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000058`e69ff920 00007ffc`69aa4cb0     postgres!pg_timer_thread(
00000058`e69ff960 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000058`e69ff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000058`e59fede0 00007ff6`401fbeeb     postgres!ExecInterpExpr(
00000058`e59ff0a0 00007ff6`40209c1a     postgres!ExecInterpExprStillValid(
00000058`e59ff0d0 00007ff6`40209ed6     postgres!ExecEvalExpr(
00000058`e59ff100 00007ff6`4020996c     postgres!TupleHashTableHash_internal(
00000058`e59ff150 00007ff6`4023349a     postgres!LookupTupleHashEntry(
00000058`e59ff1a0 00007ff6`40233edb     postgres!lookup_hash_entries(
00000058`e59ff240 00007ff6`40236e36     postgres!agg_fill_hash_table(
00000058`e59ff280 00007ff6`4021bb7b     postgres!ExecAgg(
00000058`e59ff2d0 00007ff6`4021195c     postgres!ExecProcNodeFirst(
00000058`e59ff300 00007ff6`40212a50     postgres!ExecProcNode(
core
00000058`e5dff4e8 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000058`e5dff4f0 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
00000058`e5dff7e0 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000058`e5dff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000058`e61ff758 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000058`e61ff760 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
00000058`e61ffa50 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000058`e61ffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000058`e65ffc48 00007ffc`67ab45ca     ntdll!NtFsControlFile+0x14
00000058`e65ffc50 00007ff6`403e05eb     KERNELBASE!ConnectNamedPipe+0x6a
00000058`e65ffcc0 00007ffc`69aa4cb0     postgres!pg_signal_thread(
00000058`e65ffdc0 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000058`e65ffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000031`8e1ff758 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000031`8e1ff760 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
00000031`8e1ffa50 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000031`8e1ffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000031`8ddfec00 00007ff6`401fbeeb     postgres!ExecInterpExpr(
00000031`8ddfeec0 00007ff6`40209c1a     postgres!ExecInterpExprStillValid(
00000031`8ddfeef0 00007ff6`40209ed6     postgres!ExecEvalExpr(
00000031`8ddfef20 00007ff6`4020996c     postgres!TupleHashTableHash_internal(
00000031`8ddfef70 00007ff6`4026b7c0     postgres!LookupTupleHashEntry(
00000031`8ddfefc0 00007ff6`4026bef1     postgres!setop_fill_hash_table(
00000031`8ddff030 00007ff6`4021bb7b     postgres!ExecSetOp(
00000031`8ddff080 00007ff6`4021195c     postgres!ExecProcNodeFirst(
00000031`8ddff0b0 00007ff6`40212a50     postgres!ExecProcNode(
00000031`8ddff0e0 00007ff6`4020dd67     postgres!ExecutePlan(
core
00000031`8e5ff9e8 00007ffc`67ab45ca     ntdll!NtFsControlFile+0x14
00000031`8e5ff9f0 00007ff6`403e05eb     KERNELBASE!ConnectNamedPipe+0x6a
00000031`8e5ffa60 00007ffc`69aa4cb0     postgres!pg_signal_thread(
00000031`8e5ffb60 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000031`8e5ffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000031`8e9ffca8 00007ffc`67a6d71e     ntdll!NtWaitForSingleObject+0x14
00000031`8e9ffcb0 00007ff6`403e208c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000031`8e9ffd50 00007ffc`69aa4cb0     postgres!pg_timer_thread(
00000031`8e9ffd90 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000031`8e9ffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000031`8edff7c8 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000031`8edff7d0 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
00000031`8edffac0 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000031`8edffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000099`077ff9b8 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000099`077ff9c0 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
00000099`077ffcb0 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000099`077ffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000099`07fffb78 00007ffc`67a6d71e     ntdll!NtWaitForSingleObject+0x14
00000099`07fffb80 00007ff6`403e208c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000099`07fffc20 00007ffc`69aa4cb0     postgres!pg_timer_thread(
00000099`07fffc60 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000099`07fffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000099`07bffc48 00007ffc`67ab45ca     ntdll!NtFsControlFile+0x14
00000099`07bffc50 00007ff6`403e05eb     KERNELBASE!ConnectNamedPipe+0x6a
00000099`07bffcc0 00007ffc`69aa4cb0     postgres!pg_signal_thread(
00000099`07bffdc0 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000099`07bffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000099`073ff688 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000099`073ff690 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
00000099`073ff980 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000099`073ff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000099`06ffeeb0 00007ff6`401fbeeb     postgres!ExecInterpExpr(
00000099`06fff170 00007ff6`40209c1a     postgres!ExecInterpExprStillValid(
00000099`06fff1a0 00007ff6`40209ed6     postgres!ExecEvalExpr(
00000099`06fff1d0 00007ff6`4020996c     postgres!TupleHashTableHash_internal(
00000099`06fff220 00007ff6`4023349a     postgres!LookupTupleHashEntry(
00000099`06fff270 00007ff6`40233edb     postgres!lookup_hash_entries(
00000099`06fff310 00007ff6`40236e36     postgres!agg_fill_hash_table(
00000099`06fff350 00007ff6`4021bb7b     postgres!ExecAgg(
00000099`06fff3a0 00007ff6`4021195c     postgres!ExecProcNodeFirst(
00000099`06fff3d0 00007ff6`40212a50     postgres!ExecProcNode(
core
00000062`2ebffe08 00007ffc`67a6d71e     ntdll!NtWaitForSingleObject+0x14
00000062`2ebffe10 00007ff6`403e208c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000062`2ebffeb0 00007ffc`69aa4cb0     postgres!pg_timer_thread(
00000062`2ebffef0 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000062`2ebfff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000062`2dffef60 00007ff6`401fbeeb     postgres!ExecInterpExpr(
00000062`2dfff220 00007ff6`40209c1a     postgres!ExecInterpExprStillValid(
00000062`2dfff250 00007ff6`40209ed6     postgres!ExecEvalExpr(
00000062`2dfff280 00007ff6`4020996c     postgres!TupleHashTableHash_internal(
00000062`2dfff2d0 00007ff6`4023349a     postgres!LookupTupleHashEntry(
00000062`2dfff320 00007ff6`40233edb     postgres!lookup_hash_entries(
00000062`2dfff3c0 00007ff6`40236e36     postgres!agg_fill_hash_table(
00000062`2dfff400 00007ff6`4021bb7b     postgres!ExecAgg(
00000062`2dfff450 00007ff6`4021195c     postgres!ExecProcNodeFirst(
00000062`2dfff480 00007ff6`40212a50     postgres!ExecProcNode(
core
00000062`2e3ff478 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000062`2e3ff480 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
00000062`2e3ff770 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000062`2e3ff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000062`2efff728 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000062`2efff730 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
00000062`2efffa20 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000062`2efffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000062`2e7ff908 00007ffc`67ab45ca     ntdll!NtFsControlFile+0x14
00000062`2e7ff910 00007ff6`403e05eb     KERNELBASE!ConnectNamedPipe+0x6a
00000062`2e7ff980 00007ffc`69aa4cb0     postgres!pg_signal_thread(
00000062`2e7ffa80 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000062`2e7ffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000052`50bffb78 00007ffc`67a6d71e     ntdll!NtWaitForSingleObject+0x14
00000052`50bffb80 00007ff6`403e208c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000052`50bffc20 00007ffc`69aa4cb0     postgres!pg_timer_thread(
00000052`50bffc60 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000052`50bffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000052`4fbfe690 00007ff6`401fbeeb     postgres!ExecInterpExpr(
00000052`4fbfe950 00007ff6`40209c1a     postgres!ExecInterpExprStillValid(
00000052`4fbfe980 00007ff6`40209ed6     postgres!ExecEvalExpr(
00000052`4fbfe9b0 00007ff6`4020996c     postgres!TupleHashTableHash_internal(
00000052`4fbfea00 00007ff6`4023349a     postgres!LookupTupleHashEntry(
00000052`4fbfea50 00007ff6`40233c6a     postgres!lookup_hash_entries(
00000052`4fbfeaf0 00007ff6`40236e51     postgres!agg_retrieve_direct(
00000052`4fbfeb90 00007ff6`4021bb7b     postgres!ExecAgg(
00000052`4fbfebe0 00007ff6`4026c06c     postgres!ExecProcNodeFirst(
00000052`4fbfec10 00007ff6`4026c941     postgres!ExecProcNode(
core
00000052`4ffff968 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000052`4ffff970 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
00000052`4ffffc60 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000052`4ffffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000052`503ff5f8 00007ffc`67ab45ca     ntdll!NtFsControlFile+0x14
00000052`503ff600 00007ff6`403e05eb     KERNELBASE!ConnectNamedPipe+0x6a
00000052`503ff670 00007ffc`69aa4cb0     postgres!pg_signal_thread(
00000052`503ff770 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000052`503ff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000052`507ff468 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000052`507ff470 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
00000052`507ff760 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000052`507ff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e1`5dfff7b8 00007ffc`67ab45ca     ntdll!NtFsControlFile+0x14
000000e1`5dfff7c0 00007ff6`403e05eb     KERNELBASE!ConnectNamedPipe+0x6a
000000e1`5dfff830 00007ffc`69aa4cb0     postgres!pg_signal_thread(
000000e1`5dfff930 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e1`5dfff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e1`5e3ff9b8 00007ffc`67a6d71e     ntdll!NtWaitForSingleObject+0x14
000000e1`5e3ff9c0 00007ff6`403e208c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000e1`5e3ffa60 00007ffc`69aa4cb0     postgres!pg_timer_thread(
000000e1`5e3ffaa0 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e1`5e3ffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e1`5dbff8e8 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e1`5dbff8f0 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
000000e1`5dbffbe0 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e1`5dbffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e1`5d7fd740 00007ff6`401fbeeb     postgres!ExecInterpExpr(
000000e1`5d7fda00 00007ff6`40209c1a     postgres!ExecInterpExprStillValid(
000000e1`5d7fda30 00007ff6`40209ed6     postgres!ExecEvalExpr(
000000e1`5d7fda60 00007ff6`4020996c     postgres!TupleHashTableHash_internal(
000000e1`5d7fdab0 00007ff6`4023349a     postgres!LookupTupleHashEntry(
000000e1`5d7fdb00 00007ff6`40233edb     postgres!lookup_hash_entries(
000000e1`5d7fdba0 00007ff6`40236e36     postgres!agg_fill_hash_table(
000000e1`5d7fdbe0 00007ff6`4021bbb4     postgres!ExecAgg(
000000e1`5d7fdc30 00007ff6`4021bb7b     postgres!ExecProcNodeInstr(
000000e1`5d7fdc70 00007ff6`4021195c     postgres!ExecProcNodeFirst(
core
000000e1`5e7ff9f8 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e1`5e7ffa00 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
000000e1`5e7ffcf0 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e1`5e7ffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000065`945ff290 00007ff6`407286d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000065`945ff2d0 00007ff6`400b80a5     postgres!ExceptionalCondition(
00000065`945ff310 00007ff6`400a8d17     postgres!index_drop(
00000065`945ff3f0 00007ff6`400a880d     postgres!doDeletion(
00000065`945ff440 00007ff6`400abcc1     postgres!deleteOneObject(
00000065`945ff590 00007ff6`400a6b0c     postgres!deleteObjectsInList(
00000065`945ff5f0 00007ff6`403e5997     postgres!performDeletion(
00000065`945ff650 00007ff6`403e3b7c     postgres!do_autovacuum(void)+0x967 [c:\cirrus\src\backend\postmaster\autovacuum....
00000065`945ff9d0 00007ff6`403ec197     postgres!AutoVacWorkerMain(
00000065`945ffb80 00007ff6`402ab3f4     postgres!SubPostmasterMain(
core
00000065`951ff898 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000065`951ff8a0 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
00000065`951ffb90 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000065`951ffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000065`94dffcf8 00007ffc`67ab45ca     ntdll!NtFsControlFile+0x14
00000065`94dffd00 00007ff6`403e05eb     KERNELBASE!ConnectNamedPipe+0x6a
00000065`94dffd70 00007ffc`69aa4cb0     postgres!pg_signal_thread(
00000065`94dffe70 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000065`94dffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000065`949ffbd8 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000065`949ffbe0 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
00000065`949ffed0 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000065`949fff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a8`785ff868 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a8`785ff870 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
000000a8`785ffb60 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a8`785ffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a8`789ffc88 00007ffc`67ab45ca     ntdll!NtFsControlFile+0x14
000000a8`789ffc90 00007ff6`403e05eb     KERNELBASE!ConnectNamedPipe+0x6a
000000a8`789ffd00 00007ffc`69aa4cb0     postgres!pg_signal_thread(
000000a8`789ffe00 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a8`789ffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a8`78dffb88 00007ffc`67a6d71e     ntdll!NtWaitForSingleObject+0x14
000000a8`78dffb90 00007ff6`403e208c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000a8`78dffc30 00007ffc`69aa4cb0     postgres!pg_timer_thread(
000000a8`78dffc70 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a8`78dffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a8`791ffc08 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a8`791ffc10 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
000000a8`791fff00 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a8`791fff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a8`781feaf0 00007ff6`401fbeeb     postgres!ExecInterpExpr(
000000a8`781fedb0 00007ff6`40209c1a     postgres!ExecInterpExprStillValid(
000000a8`781fede0 00007ff6`40209ed6     postgres!ExecEvalExpr(
000000a8`781fee10 00007ff6`4020996c     postgres!TupleHashTableHash_internal(
000000a8`781fee60 00007ff6`4023349a     postgres!LookupTupleHashEntry(
000000a8`781feeb0 00007ff6`40233edb     postgres!lookup_hash_entries(
000000a8`781fef50 00007ff6`40236e36     postgres!agg_fill_hash_table(
000000a8`781fef90 00007ff6`4021bb7b     postgres!ExecAgg(
000000a8`781fefe0 00007ff6`4026722c     postgres!ExecProcNodeFirst(
000000a8`781ff010 00007ff6`402677e7     postgres!ExecProcNode(
core
0000003c`ce5fec40 00007ff6`401fbeeb     postgres!ExecInterpExpr(
0000003c`ce5fef00 00007ff6`40209c1a     postgres!ExecInterpExprStillValid(
0000003c`ce5fef30 00007ff6`40209ed6     postgres!ExecEvalExpr(
0000003c`ce5fef60 00007ff6`4020996c     postgres!TupleHashTableHash_internal(
0000003c`ce5fefb0 00007ff6`4023349a     postgres!LookupTupleHashEntry(
0000003c`ce5ff000 00007ff6`40233edb     postgres!lookup_hash_entries(
0000003c`ce5ff0a0 00007ff6`40236e36     postgres!agg_fill_hash_table(
0000003c`ce5ff0e0 00007ff6`4021bb7b     postgres!ExecAgg(
0000003c`ce5ff130 00007ff6`4021195c     postgres!ExecProcNodeFirst(
0000003c`ce5ff160 00007ff6`40212a50     postgres!ExecProcNode(
core
0000003c`ce9ff788 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003c`ce9ff790 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
0000003c`ce9ffa80 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000003c`ce9ffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003c`cf1ff458 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003c`cf1ff460 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
0000003c`cf1ff750 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000003c`cf1ff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003c`cedff5e8 00007ffc`67ab45ca     ntdll!NtFsControlFile+0x14
0000003c`cedff5f0 00007ff6`403e05eb     KERNELBASE!ConnectNamedPipe+0x6a
0000003c`cedff660 00007ffc`69aa4cb0     postgres!pg_signal_thread(
0000003c`cedff760 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000003c`cedff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000045`8a3ff6e8 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000045`8a3ff6f0 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
00000045`8a3ff9e0 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000045`8a3ffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000045`897ff608 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000045`897ff610 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
00000045`897ff900 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000045`897ff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000045`89bff838 00007ffc`67ab45ca     ntdll!NtFsControlFile+0x14
00000045`89bff840 00007ff6`403e05eb     KERNELBASE!ConnectNamedPipe+0x6a
00000045`89bff8b0 00007ffc`69aa4cb0     postgres!pg_signal_thread(
00000045`89bff9b0 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000045`89bff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000045`89fff718 00007ffc`67a6d71e     ntdll!NtWaitForSingleObject+0x14
00000045`89fff720 00007ff6`403e208c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000045`89fff7c0 00007ffc`69aa4cb0     postgres!pg_timer_thread(
00000045`89fff800 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000045`89fff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000045`893feb00 00007ff6`401fbeeb     postgres!ExecInterpExpr(
00000045`893fedc0 00007ff6`40209c1a     postgres!ExecInterpExprStillValid(
00000045`893fedf0 00007ff6`40209ed6     postgres!ExecEvalExpr(
00000045`893fee20 00007ff6`4020996c     postgres!TupleHashTableHash_internal(
00000045`893fee70 00007ff6`4023349a     postgres!LookupTupleHashEntry(
00000045`893feec0 00007ff6`40233edb     postgres!lookup_hash_entries(
00000045`893fef60 00007ff6`40236e36     postgres!agg_fill_hash_table(
00000045`893fefa0 00007ff6`4021bb7b     postgres!ExecAgg(
00000045`893feff0 00007ff6`4026c06c     postgres!ExecProcNodeFirst(
00000045`893ff020 00007ff6`4026c941     postgres!ExecProcNode(
core
00000054`c89ff9d8 00007ffc`67a6d71e     ntdll!NtWaitForSingleObject+0x14
00000054`c89ff9e0 00007ff6`403e208c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000054`c89ffa80 00007ffc`69aa4cb0     postgres!pg_timer_thread(
00000054`c89ffac0 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000054`c89ffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000054`c8dff998 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000054`c8dff9a0 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
00000054`c8dffc90 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000054`c8dffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000054`c7dfedf0 00007ff6`401fbeeb     postgres!ExecInterpExpr(
00000054`c7dff0b0 00007ff6`40209c1a     postgres!ExecInterpExprStillValid(
00000054`c7dff0e0 00007ff6`40209ed6     postgres!ExecEvalExpr(
00000054`c7dff110 00007ff6`4020996c     postgres!TupleHashTableHash_internal(
00000054`c7dff160 00007ff6`4023349a     postgres!LookupTupleHashEntry(
00000054`c7dff1b0 00007ff6`40233edb     postgres!lookup_hash_entries(
00000054`c7dff250 00007ff6`40236e36     postgres!agg_fill_hash_table(
00000054`c7dff290 00007ff6`4021bb7b     postgres!ExecAgg(
00000054`c7dff2e0 00007ff6`4026c06c     postgres!ExecProcNodeFirst(
00000054`c7dff310 00007ff6`4026c941     postgres!ExecProcNode(
core
00000054`c85ffd88 00007ffc`67ab45ca     ntdll!NtFsControlFile+0x14
00000054`c85ffd90 00007ff6`403e05eb     KERNELBASE!ConnectNamedPipe+0x6a
00000054`c85ffe00 00007ffc`69aa4cb0     postgres!pg_signal_thread(
00000054`c85fff00 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000054`c85fff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000054`c81ff468 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000054`c81ff470 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
00000054`c81ff760 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000054`c81ff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000030`50dff5f8 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000030`50dff600 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
00000030`50dff8f0 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000030`50dff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000030`511ff5e8 00007ffc`67ab45ca     ntdll!NtFsControlFile+0x14
00000030`511ff5f0 00007ff6`403e05eb     KERNELBASE!ConnectNamedPipe+0x6a
00000030`511ff660 00007ffc`69aa4cb0     postgres!pg_signal_thread(
00000030`511ff760 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000030`511ff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000030`515ff9c8 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000030`515ff9d0 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
00000030`515ffcc0 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000030`515ffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000030`509feef0 00007ff6`401fbeeb     postgres!ExecInterpExpr(
00000030`509ff1b0 00007ff6`40209c1a     postgres!ExecInterpExprStillValid(
00000030`509ff1e0 00007ff6`40209ed6     postgres!ExecEvalExpr(
00000030`509ff210 00007ff6`4020996c     postgres!TupleHashTableHash_internal(
00000030`509ff260 00007ff6`4023349a     postgres!LookupTupleHashEntry(
00000030`509ff2b0 00007ff6`40233edb     postgres!lookup_hash_entries(
00000030`509ff350 00007ff6`40236e36     postgres!agg_fill_hash_table(
00000030`509ff390 00007ff6`4021bb7b     postgres!ExecAgg(
00000030`509ff3e0 00007ff6`4021195c     postgres!ExecProcNodeFirst(
00000030`509ff410 00007ff6`40212a50     postgres!ExecProcNode(
core
00000069`86dffb18 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000069`86dffb20 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
00000069`86dffe10 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000069`86dffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000069`875ff7b8 00007ffc`67a6d71e     ntdll!NtWaitForSingleObject+0x14
00000069`875ff7c0 00007ff6`403e208c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000069`875ff860 00007ffc`69aa4cb0     postgres!pg_timer_thread(
00000069`875ff8a0 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000069`875ff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000069`869ff658 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000069`869ff660 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
00000069`869ff950 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000069`869ff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000069`865ff878 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000069`865ff880 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
00000069`865ffb70 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000069`865ffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000069`861feb00 00007ff6`401fbeeb     postgres!ExecInterpExpr(
00000069`861fedc0 00007ff6`40209c1a     postgres!ExecInterpExprStillValid(
00000069`861fedf0 00007ff6`40209ed6     postgres!ExecEvalExpr(
00000069`861fee20 00007ff6`4020996c     postgres!TupleHashTableHash_internal(
00000069`861fee70 00007ff6`4023349a     postgres!LookupTupleHashEntry(
00000069`861feec0 00007ff6`40233edb     postgres!lookup_hash_entries(
00000069`861fef60 00007ff6`40236e36     postgres!agg_fill_hash_table(
00000069`861fefa0 00007ff6`4021bb7b     postgres!ExecAgg(
00000069`861feff0 00007ff6`4021195c     postgres!ExecProcNodeFirst(
00000069`861ff020 00007ff6`40212a50     postgres!ExecProcNode(
core
00000069`871ff888 00007ffc`67ab45ca     ntdll!NtFsControlFile+0x14
00000069`871ff890 00007ff6`403e05eb     KERNELBASE!ConnectNamedPipe+0x6a
00000069`871ff900 00007ffc`69aa4cb0     postgres!pg_signal_thread(
00000069`871ffa00 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000069`871ffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000eb`481ff798 00007ffc`67a6d71e     ntdll!NtWaitForSingleObject+0x14
000000eb`481ff7a0 00007ff6`403e208c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000eb`481ff840 00007ffc`69aa4cb0     postgres!pg_timer_thread(
000000eb`481ff880 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000eb`481ff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000eb`475feea0 00007ff6`401fbeeb     postgres!ExecInterpExpr(
000000eb`475ff160 00007ff6`40209c1a     postgres!ExecInterpExprStillValid(
000000eb`475ff190 00007ff6`40209ed6     postgres!ExecEvalExpr(
000000eb`475ff1c0 00007ff6`4020996c     postgres!TupleHashTableHash_internal(
000000eb`475ff210 00007ff6`4023349a     postgres!LookupTupleHashEntry(
000000eb`475ff260 00007ff6`40233edb     postgres!lookup_hash_entries(
000000eb`475ff300 00007ff6`40236e36     postgres!agg_fill_hash_table(
000000eb`475ff340 00007ff6`4021bb7b     postgres!ExecAgg(
000000eb`475ff390 00007ff6`4026c06c     postgres!ExecProcNodeFirst(
000000eb`475ff3c0 00007ff6`4026c941     postgres!ExecProcNode(
core
000000eb`479ffb38 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000eb`479ffb40 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
000000eb`479ffe30 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000eb`479ffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000eb`47dffc28 00007ffc`67ab45ca     ntdll!NtFsControlFile+0x14
000000eb`47dffc30 00007ff6`403e05eb     KERNELBASE!ConnectNamedPipe+0x6a
000000eb`47dffca0 00007ffc`69aa4cb0     postgres!pg_signal_thread(
000000eb`47dffda0 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000eb`47dffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000eb`485ff628 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000eb`485ff630 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
000000eb`485ff920 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000eb`485ff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000b`77bffe18 00007ffc`67a6d71e     ntdll!NtWaitForSingleObject+0x14
0000000b`77bffe20 00007ff6`403e208c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000000b`77bffec0 00007ffc`69aa4cb0     postgres!pg_timer_thread(
0000000b`77bfff00 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000000b`77bfff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000b`76bfeb60 00007ff6`401fbeeb     postgres!ExecInterpExpr(
0000000b`76bfee20 00007ff6`40209c1a     postgres!ExecInterpExprStillValid(
0000000b`76bfee50 00007ff6`40209ed6     postgres!ExecEvalExpr(
0000000b`76bfee80 00007ff6`4020996c     postgres!TupleHashTableHash_internal(
0000000b`76bfeed0 00007ff6`4023349a     postgres!LookupTupleHashEntry(
0000000b`76bfef20 00007ff6`40233edb     postgres!lookup_hash_entries(
0000000b`76bfefc0 00007ff6`40236e36     postgres!agg_fill_hash_table(
0000000b`76bff000 00007ff6`4021bb7b     postgres!ExecAgg(
0000000b`76bff050 00007ff6`4026c06c     postgres!ExecProcNodeFirst(
0000000b`76bff080 00007ff6`4026c941     postgres!ExecProcNode(
core
0000000b`76fff648 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000b`76fff650 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
0000000b`76fff940 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000000b`76fff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000b`773ffbb8 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000b`773ffbc0 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
0000000b`773ffeb0 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000000b`773ffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000b`777ff8b8 00007ffc`67ab45ca     ntdll!NtFsControlFile+0x14
0000000b`777ff8c0 00007ff6`403e05eb     KERNELBASE!ConnectNamedPipe+0x6a
0000000b`777ff930 00007ffc`69aa4cb0     postgres!pg_signal_thread(
0000000b`777ffa30 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000000b`777ffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003e`e2bff468 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003e`e2bff470 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
0000003e`e2bff760 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000003e`e2bff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003e`e2fff648 00007ffc`67ab45ca     ntdll!NtFsControlFile+0x14
0000003e`e2fff650 00007ff6`403e05eb     KERNELBASE!ConnectNamedPipe+0x6a
0000003e`e2fff6c0 00007ffc`69aa4cb0     postgres!pg_signal_thread(
0000003e`e2fff7c0 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000003e`e2fff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003e`e33ffd68 00007ffc`67a6d71e     ntdll!NtWaitForSingleObject+0x14
0000003e`e33ffd70 00007ff6`403e208c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000003e`e33ffe10 00007ffc`69aa4cb0     postgres!pg_timer_thread(
0000003e`e33ffe50 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000003e`e33ffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003e`e37ff9f8 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003e`e37ffa00 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
0000003e`e37ffcf0 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000003e`e37ffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003e`e27fee80 00007ff6`401fbeeb     postgres!ExecInterpExpr(
0000003e`e27ff140 00007ff6`40209c1a     postgres!ExecInterpExprStillValid(
0000003e`e27ff170 00007ff6`40209ed6     postgres!ExecEvalExpr(
0000003e`e27ff1a0 00007ff6`4020996c     postgres!TupleHashTableHash_internal(
0000003e`e27ff1f0 00007ff6`4023349a     postgres!LookupTupleHashEntry(
0000003e`e27ff240 00007ff6`40233edb     postgres!lookup_hash_entries(
0000003e`e27ff2e0 00007ff6`40236e36     postgres!agg_fill_hash_table(
0000003e`e27ff320 00007ff6`4021bb7b     postgres!ExecAgg(
0000003e`e27ff370 00007ff6`4026c06c     postgres!ExecProcNodeFirst(
0000003e`e27ff3a0 00007ff6`4026c941     postgres!ExecProcNode(
core
000000fa`e2bff778 00007ffc`67ab45ca     ntdll!NtFsControlFile+0x14
000000fa`e2bff780 00007ff6`403e05eb     KERNELBASE!ConnectNamedPipe+0x6a
000000fa`e2bff7f0 00007ffc`69aa4cb0     postgres!pg_signal_thread(
000000fa`e2bff8f0 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000fa`e2bff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fa`e1fff8e8 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fa`e1fff8f0 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
000000fa`e1fffbe0 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000fa`e1fffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fa`e1bfdcb0 00007ff6`401fbeeb     postgres!ExecInterpExpr(
000000fa`e1bfdf70 00007ff6`40209c1a     postgres!ExecInterpExprStillValid(
000000fa`e1bfdfa0 00007ff6`40209ed6     postgres!ExecEvalExpr(
000000fa`e1bfdfd0 00007ff6`4020996c     postgres!TupleHashTableHash_internal(
000000fa`e1bfe020 00007ff6`4023349a     postgres!LookupTupleHashEntry(
000000fa`e1bfe070 00007ff6`40233edb     postgres!lookup_hash_entries(
000000fa`e1bfe110 00007ff6`40236e36     postgres!agg_fill_hash_table(
000000fa`e1bfe150 00007ff6`4021bb7b     postgres!ExecAgg(
000000fa`e1bfe1a0 00007ff6`4021195c     postgres!ExecProcNodeFirst(
000000fa`e1bfe1d0 00007ff6`40212a50     postgres!ExecProcNode(
core
000000fa`e2fffc78 00007ffc`67a6d71e     ntdll!NtWaitForSingleObject+0x14
000000fa`e2fffc80 00007ff6`403e208c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000fa`e2fffd20 00007ffc`69aa4cb0     postgres!pg_timer_thread(
000000fa`e2fffd60 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000fa`e2fffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fa`e23ff4d8 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fa`e23ff4e0 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
000000fa`e23ff7d0 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000fa`e23ff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fa`e27ff668 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fa`e27ff670 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
000000fa`e27ff960 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000fa`e27ff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f0`b03ff7a8 00007ffc`67ab45ca     ntdll!NtFsControlFile+0x14
000000f0`b03ff7b0 00007ff6`403e05eb     KERNELBASE!ConnectNamedPipe+0x6a
000000f0`b03ff820 00007ffc`69aa4cb0     postgres!pg_signal_thread(
000000f0`b03ff920 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f0`b03ff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f0`afbfeeb0 00007ff6`401fbeeb     postgres!ExecInterpExpr(
000000f0`afbff170 00007ff6`40209c1a     postgres!ExecInterpExprStillValid(
000000f0`afbff1a0 00007ff6`40209ed6     postgres!ExecEvalExpr(
000000f0`afbff1d0 00007ff6`4020996c     postgres!TupleHashTableHash_internal(
000000f0`afbff220 00007ff6`4023349a     postgres!LookupTupleHashEntry(
000000f0`afbff270 00007ff6`40233edb     postgres!lookup_hash_entries(
000000f0`afbff310 00007ff6`40236e36     postgres!agg_fill_hash_table(
000000f0`afbff350 00007ff6`4021bb7b     postgres!ExecAgg(
000000f0`afbff3a0 00007ff6`4021195c     postgres!ExecProcNodeFirst(
000000f0`afbff3d0 00007ff6`40212a50     postgres!ExecProcNode(
core
000000f0`affff6e8 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f0`affff6f0 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
000000f0`affff9e0 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f0`affffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f0`b07ff918 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f0`b07ff920 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
000000f0`b07ffc10 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f0`b07ffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a1`25fff020 00007ff6`407286d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a1`25fff060 00007ff6`400b80a5     postgres!ExceptionalCondition(
000000a1`25fff0a0 00007ff6`400a8d17     postgres!index_drop(
000000a1`25fff180 00007ff6`400a880d     postgres!doDeletion(
000000a1`25fff1d0 00007ff6`400abcc1     postgres!deleteOneObject(
000000a1`25fff320 00007ff6`400a6b0c     postgres!deleteObjectsInList(
000000a1`25fff380 00007ff6`403e5997     postgres!performDeletion(
000000a1`25fff3e0 00007ff6`403e3b7c     postgres!do_autovacuum(void)+0x967 [c:\cirrus\src\backend\postmaster\autovacuum....
000000a1`25fff760 00007ff6`403ec197     postgres!AutoVacWorkerMain(
000000a1`25fff910 00007ff6`402ab3f4     postgres!SubPostmasterMain(
core
000000a1`263ff9c8 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a1`263ff9d0 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
000000a1`263ffcc0 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a1`263ffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a1`267ffa68 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a1`267ffa70 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
000000a1`267ffd60 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a1`267ffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a1`26bff688 00007ffc`67ab45ca     ntdll!NtFsControlFile+0x14
000000a1`26bff690 00007ff6`403e05eb     KERNELBASE!ConnectNamedPipe+0x6a
000000a1`26bff700 00007ffc`69aa4cb0     postgres!pg_signal_thread(
000000a1`26bff800 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a1`26bff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000062`9d3ff618 00007ffc`67ab45ca     ntdll!NtFsControlFile+0x14
00000062`9d3ff620 00007ff6`403e05eb     KERNELBASE!ConnectNamedPipe+0x6a
00000062`9d3ff690 00007ffc`69aa4cb0     postgres!pg_signal_thread(
00000062`9d3ff790 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000062`9d3ff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000062`9dbffce8 00007ffc`67a6d71e     ntdll!NtWaitForSingleObject+0x14
00000062`9dbffcf0 00007ff6`403e208c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000062`9dbffd90 00007ffc`69aa4cb0     postgres!pg_timer_thread(
00000062`9dbffdd0 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000062`9dbffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000062`9cfffa08 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000062`9cfffa10 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
00000062`9cfffd00 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000062`9cfffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000062`9d7ff7d8 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000062`9d7ff7e0 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
00000062`9d7ffad0 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000062`9d7ffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000062`9cbfea80 00007ff6`401fbeeb     postgres!ExecInterpExpr(
00000062`9cbfed40 00007ff6`40209c1a     postgres!ExecInterpExprStillValid(
00000062`9cbfed70 00007ff6`40209ed6     postgres!ExecEvalExpr(
00000062`9cbfeda0 00007ff6`4020996c     postgres!TupleHashTableHash_internal(
00000062`9cbfedf0 00007ff6`4023349a     postgres!LookupTupleHashEntry(
00000062`9cbfee40 00007ff6`40233edb     postgres!lookup_hash_entries(
00000062`9cbfeee0 00007ff6`40236e36     postgres!agg_fill_hash_table(
00000062`9cbfef20 00007ff6`4021bb7b     postgres!ExecAgg(
00000062`9cbfef70 00007ff6`4021195c     postgres!ExecProcNodeFirst(
00000062`9cbfefa0 00007ff6`40212a50     postgres!ExecProcNode(
core
0000004d`f07ffb18 00007ffc`67ab45ca     ntdll!NtFsControlFile+0x14
0000004d`f07ffb20 00007ff6`403e05eb     KERNELBASE!ConnectNamedPipe+0x6a
0000004d`f07ffb90 00007ffc`69aa4cb0     postgres!pg_signal_thread(
0000004d`f07ffc90 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000004d`f07ffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004d`f0bffc78 00007ffc`67a6d71e     ntdll!NtWaitForSingleObject+0x14
0000004d`f0bffc80 00007ff6`403e208c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000004d`f0bffd20 00007ffc`69aa4cb0     postgres!pg_timer_thread(
0000004d`f0bffd60 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000004d`f0bffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004d`efffe8e0 00007ff6`401fbeeb     postgres!ExecInterpExpr(
0000004d`efffeba0 00007ff6`40209c1a     postgres!ExecInterpExprStillValid(
0000004d`efffebd0 00007ff6`40209ed6     postgres!ExecEvalExpr(
0000004d`efffec00 00007ff6`4020996c     postgres!TupleHashTableHash_internal(
0000004d`efffec50 00007ff6`4023349a     postgres!LookupTupleHashEntry(
0000004d`efffeca0 00007ff6`40233edb     postgres!lookup_hash_entries(
0000004d`efffed40 00007ff6`40236e36     postgres!agg_fill_hash_table(
0000004d`efffed80 00007ff6`4021bb7b     postgres!ExecAgg(
0000004d`efffedd0 00007ff6`4026c06c     postgres!ExecProcNodeFirst(
0000004d`efffee00 00007ff6`4026c941     postgres!ExecProcNode(
core
0000004d`f03ff8c8 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004d`f03ff8d0 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
0000004d`f03ffbc0 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000004d`f03ffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004d`f0fff948 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004d`f0fff950 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
0000004d`f0fffc40 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000004d`f0fffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e2`e4fff898 00007ffc`67a6d71e     ntdll!NtWaitForSingleObject+0x14
000000e2`e4fff8a0 00007ff6`403e208c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000e2`e4fff940 00007ffc`69aa4cb0     postgres!pg_timer_thread(
000000e2`e4fff980 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e2`e4fff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e2`e53ff528 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e2`e53ff530 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
000000e2`e53ff820 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e2`e53ff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e2`e47ff708 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e2`e47ff710 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
000000e2`e47ffa00 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e2`e47ffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e2`e43fed60 00007ff6`401fbeeb     postgres!ExecInterpExpr(
000000e2`e43ff020 00007ff6`40209c1a     postgres!ExecInterpExprStillValid(
000000e2`e43ff050 00007ff6`40209ed6     postgres!ExecEvalExpr(
000000e2`e43ff080 00007ff6`4020996c     postgres!TupleHashTableHash_internal(
000000e2`e43ff0d0 00007ff6`4023349a     postgres!LookupTupleHashEntry(
000000e2`e43ff120 00007ff6`40233edb     postgres!lookup_hash_entries(
000000e2`e43ff1c0 00007ff6`40236e36     postgres!agg_fill_hash_table(
000000e2`e43ff200 00007ff6`4021bb7b     postgres!ExecAgg(
000000e2`e43ff250 00007ff6`4021195c     postgres!ExecProcNodeFirst(
000000e2`e43ff280 00007ff6`40212a50     postgres!ExecProcNode(
core
000000e2`e4bff9c8 00007ffc`67ab45ca     ntdll!NtFsControlFile+0x14
000000e2`e4bff9d0 00007ff6`403e05eb     KERNELBASE!ConnectNamedPipe+0x6a
000000e2`e4bffa40 00007ffc`69aa4cb0     postgres!pg_signal_thread(
000000e2`e4bffb40 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e2`e4bffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000085`a39ff5e8 00007ffc`67ab45ca     ntdll!NtFsControlFile+0x14
00000085`a39ff5f0 00007ff6`403e05eb     KERNELBASE!ConnectNamedPipe+0x6a
00000085`a39ff660 00007ffc`69aa4cb0     postgres!pg_signal_thread(
00000085`a39ff760 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000085`a39ff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000085`a3dffa48 00007ffc`67a6d71e     ntdll!NtWaitForSingleObject+0x14
00000085`a3dffa50 00007ff6`403e208c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000085`a3dffaf0 00007ffc`69aa4cb0     postgres!pg_timer_thread(
00000085`a3dffb30 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000085`a3dffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000085`a29feae0 00007ff6`401fbeeb     postgres!ExecInterpExpr(
00000085`a29feda0 00007ff6`40209c1a     postgres!ExecInterpExprStillValid(
00000085`a29fedd0 00007ff6`40209ed6     postgres!ExecEvalExpr(
00000085`a29fee00 00007ff6`4020996c     postgres!TupleHashTableHash_internal(
00000085`a29fee50 00007ff6`4023349a     postgres!LookupTupleHashEntry(
00000085`a29feea0 00007ff6`40233edb     postgres!lookup_hash_entries(
00000085`a29fef40 00007ff6`40236e36     postgres!agg_fill_hash_table(
00000085`a29fef80 00007ff6`4021bb7b     postgres!ExecAgg(
00000085`a29fefd0 00007ff6`4021195c     postgres!ExecProcNodeFirst(
00000085`a29ff000 00007ff6`40212a50     postgres!ExecProcNode(
core
00000085`a2dff688 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000085`a2dff690 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
00000085`a2dff980 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000085`a2dff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000085`a31ffb08 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000085`a31ffb10 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
00000085`a31ffe00 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000085`a31ffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000085`a35ff808 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000085`a35ff810 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
00000085`a35ffb00 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000085`a35ffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cc`741ff8f8 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cc`741ff900 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
000000cc`741ffbf0 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000cc`741ffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cc`749ffe38 00007ffc`67a6d71e     ntdll!NtWaitForSingleObject+0x14
000000cc`749ffe40 00007ff6`403e208c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000cc`749ffee0 00007ffc`69aa4cb0     postgres!pg_timer_thread(
000000cc`749fff20 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000cc`749fff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cc`73dfee10 00007ff6`401fbeeb     postgres!ExecInterpExpr(
000000cc`73dff0d0 00007ff6`40209c1a     postgres!ExecInterpExprStillValid(
000000cc`73dff100 00007ff6`40209ed6     postgres!ExecEvalExpr(
000000cc`73dff130 00007ff6`4020996c     postgres!TupleHashTableHash_internal(
000000cc`73dff180 00007ff6`4023349a     postgres!LookupTupleHashEntry(
000000cc`73dff1d0 00007ff6`40233edb     postgres!lookup_hash_entries(
000000cc`73dff270 00007ff6`40236e36     postgres!agg_fill_hash_table(
000000cc`73dff2b0 00007ff6`4021bb7b     postgres!ExecAgg(
000000cc`73dff300 00007ff6`4021195c     postgres!ExecProcNodeFirst(
000000cc`73dff330 00007ff6`40212a50     postgres!ExecProcNode(
core
000000cc`745ff758 00007ffc`67ab45ca     ntdll!NtFsControlFile+0x14
000000cc`745ff760 00007ff6`403e05eb     KERNELBASE!ConnectNamedPipe+0x6a
000000cc`745ff7d0 00007ffc`69aa4cb0     postgres!pg_signal_thread(
000000cc`745ff8d0 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000cc`745ff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cc`74dff508 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cc`74dff510 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
000000cc`74dff800 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000cc`74dff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d7`5f7ffd78 00007ffc`67a6d71e     ntdll!NtWaitForSingleObject+0x14
000000d7`5f7ffd80 00007ff6`403e208c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000d7`5f7ffe20 00007ffc`69aa4cb0     postgres!pg_timer_thread(
000000d7`5f7ffe60 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d7`5f7ffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d7`5f3ff7a8 00007ffc`67ab45ca     ntdll!NtFsControlFile+0x14
000000d7`5f3ff7b0 00007ff6`403e05eb     KERNELBASE!ConnectNamedPipe+0x6a
000000d7`5f3ff820 00007ffc`69aa4cb0     postgres!pg_signal_thread(
000000d7`5f3ff920 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d7`5f3ff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d7`5efff548 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d7`5efff550 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
000000d7`5efff840 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d7`5efff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d7`5ebff918 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d7`5ebff920 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
000000d7`5ebffc10 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d7`5ebffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d7`5e7ff968 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d7`5e7ff970 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
000000d7`5e7ffc60 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d7`5e7ffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d7`5e3fec50 00007ff6`401fbeeb     postgres!ExecInterpExpr(
000000d7`5e3fef10 00007ff6`40209c1a     postgres!ExecInterpExprStillValid(
000000d7`5e3fef40 00007ff6`40209ed6     postgres!ExecEvalExpr(
000000d7`5e3fef70 00007ff6`4020996c     postgres!TupleHashTableHash_internal(
000000d7`5e3fefc0 00007ff6`4023349a     postgres!LookupTupleHashEntry(
000000d7`5e3ff010 00007ff6`40233edb     postgres!lookup_hash_entries(
000000d7`5e3ff0b0 00007ff6`40236e36     postgres!agg_fill_hash_table(
000000d7`5e3ff0f0 00007ff6`4021bb7b     postgres!ExecAgg(
000000d7`5e3ff140 00007ff6`4021195c     postgres!ExecProcNodeFirst(
000000d7`5e3ff170 00007ff6`40212a50     postgres!ExecProcNode(
core
0000003b`d17ffa58 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003b`d17ffa60 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
0000003b`d17ffd50 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000003b`d17ffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003b`d1fffb98 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003b`d1fffba0 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
0000003b`d1fffe90 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000003b`d1fffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003b`d23ffb48 00007ffc`67a6d71e     ntdll!NtWaitForSingleObject+0x14
0000003b`d23ffb50 00007ff6`403e208c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000003b`d23ffbf0 00007ffc`69aa4cb0     postgres!pg_timer_thread(
0000003b`d23ffc30 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000003b`d23ffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003b`d13fefc0 00007ff6`401fbeeb     postgres!ExecInterpExpr(
0000003b`d13ff280 00007ff6`40209c1a     postgres!ExecInterpExprStillValid(
0000003b`d13ff2b0 00007ff6`40209ed6     postgres!ExecEvalExpr(
0000003b`d13ff2e0 00007ff6`4020996c     postgres!TupleHashTableHash_internal(
0000003b`d13ff330 00007ff6`4023349a     postgres!LookupTupleHashEntry(
0000003b`d13ff380 00007ff6`40233edb     postgres!lookup_hash_entries(
0000003b`d13ff420 00007ff6`40236e36     postgres!agg_fill_hash_table(
0000003b`d13ff460 00007ff6`4021bb7b     postgres!ExecAgg(
0000003b`d13ff4b0 00007ff6`4021195c     postgres!ExecProcNodeFirst(
0000003b`d13ff4e0 00007ff6`40212a50     postgres!ExecProcNode(
core
0000003b`d1bffb98 00007ffc`67ab45ca     ntdll!NtFsControlFile+0x14
0000003b`d1bffba0 00007ff6`403e05eb     KERNELBASE!ConnectNamedPipe+0x6a
0000003b`d1bffc10 00007ffc`69aa4cb0     postgres!pg_signal_thread(
0000003b`d1bffd10 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000003b`d1bffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a8`c23fef00 00007ff6`401fbeeb     postgres!ExecInterpExpr(
000000a8`c23ff1c0 00007ff6`40209c1a     postgres!ExecInterpExprStillValid(
000000a8`c23ff1f0 00007ff6`40209ed6     postgres!ExecEvalExpr(
000000a8`c23ff220 00007ff6`4020996c     postgres!TupleHashTableHash_internal(
000000a8`c23ff270 00007ff6`4023349a     postgres!LookupTupleHashEntry(
000000a8`c23ff2c0 00007ff6`40233edb     postgres!lookup_hash_entries(
000000a8`c23ff360 00007ff6`40236e36     postgres!agg_fill_hash_table(
000000a8`c23ff3a0 00007ff6`4021bb7b     postgres!ExecAgg(
000000a8`c23ff3f0 00007ff6`4021195c     postgres!ExecProcNodeFirst(
000000a8`c23ff420 00007ff6`40212a50     postgres!ExecProcNode(
core
000000a8`c33ffcd8 00007ffc`67a6d71e     ntdll!NtWaitForSingleObject+0x14
000000a8`c33ffce0 00007ff6`403e208c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000a8`c33ffd80 00007ffc`69aa4cb0     postgres!pg_timer_thread(
000000a8`c33ffdc0 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a8`c33ffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a8`c2fff5e8 00007ffc`67ab45ca     ntdll!NtFsControlFile+0x14
000000a8`c2fff5f0 00007ff6`403e05eb     KERNELBASE!ConnectNamedPipe+0x6a
000000a8`c2fff660 00007ffc`69aa4cb0     postgres!pg_signal_thread(
000000a8`c2fff760 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a8`c2fff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a8`c2bff888 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a8`c2bff890 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
000000a8`c2bffb80 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a8`c2bffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a8`c27ffa08 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a8`c27ffa10 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
000000a8`c27ffd00 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a8`c27ffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006a`d63ffab8 00007ffc`67ab45ca     ntdll!NtFsControlFile+0x14
0000006a`d63ffac0 00007ff6`403e05eb     KERNELBASE!ConnectNamedPipe+0x6a
0000006a`d63ffb30 00007ffc`69aa4cb0     postgres!pg_signal_thread(
0000006a`d63ffc30 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000006a`d63ffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006a`d5fffbf8 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006a`d5fffc00 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
0000006a`d5fffef0 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000006a`d5ffff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006a`d67ff5a8 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006a`d67ff5b0 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
0000006a`d67ff8a0 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000006a`d67ff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006a`d5bfefe0 00007ff6`407286d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000006a`d5bff020 00007ff6`400b80a5     postgres!ExceptionalCondition(
0000006a`d5bff060 00007ff6`400a8d17     postgres!index_drop(
0000006a`d5bff140 00007ff6`400a880d     postgres!doDeletion(
0000006a`d5bff190 00007ff6`400abcc1     postgres!deleteOneObject(
0000006a`d5bff2e0 00007ff6`400a6b0c     postgres!deleteObjectsInList(
0000006a`d5bff340 00007ff6`403e5997     postgres!performDeletion(
0000006a`d5bff3a0 00007ff6`403e3b7c     postgres!do_autovacuum(void)+0x967 [c:\cirrus\src\backend\postmaster\autovacuum....
0000006a`d5bff720 00007ff6`403ec197     postgres!AutoVacWorkerMain(
0000006a`d5bff8d0 00007ff6`402ab3f4     postgres!SubPostmasterMain(
core
00000093`039fee70 00007ff6`401fbeeb     postgres!ExecInterpExpr(
00000093`039ff130 00007ff6`40209c1a     postgres!ExecInterpExprStillValid(
00000093`039ff160 00007ff6`40209ed6     postgres!ExecEvalExpr(
00000093`039ff190 00007ff6`4020996c     postgres!TupleHashTableHash_internal(
00000093`039ff1e0 00007ff6`4023349a     postgres!LookupTupleHashEntry(
00000093`039ff230 00007ff6`40233edb     postgres!lookup_hash_entries(
00000093`039ff2d0 00007ff6`40236e36     postgres!agg_fill_hash_table(
00000093`039ff310 00007ff6`4021bb7b     postgres!ExecAgg(
00000093`039ff360 00007ff6`4021195c     postgres!ExecProcNodeFirst(
00000093`039ff390 00007ff6`40212a50     postgres!ExecProcNode(
core
00000093`041ff8e8 00007ffc`67ab45ca     ntdll!NtFsControlFile+0x14
00000093`041ff8f0 00007ff6`403e05eb     KERNELBASE!ConnectNamedPipe+0x6a
00000093`041ff960 00007ffc`69aa4cb0     postgres!pg_signal_thread(
00000093`041ffa60 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000093`041ffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000093`045ff898 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000093`045ff8a0 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
00000093`045ffb90 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000093`045ffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000093`049ffd78 00007ffc`67a6d71e     ntdll!NtWaitForSingleObject+0x14
00000093`049ffd80 00007ff6`403e208c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000093`049ffe20 00007ffc`69aa4cb0     postgres!pg_timer_thread(
00000093`049ffe60 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000093`049ffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000093`03dffa68 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000093`03dffa70 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
00000093`03dffd60 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000093`03dffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000049`7e7ffb18 00007ffc`67a6d71e     ntdll!NtWaitForSingleObject+0x14
00000049`7e7ffb20 00007ff6`403e208c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000049`7e7ffbc0 00007ffc`69aa4cb0     postgres!pg_timer_thread(
00000049`7e7ffc00 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000049`7e7ffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000049`7ebffc28 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000049`7ebffc30 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
00000049`7ebfff20 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000049`7ebfff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000049`7dfffbf8 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000049`7dfffc00 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
00000049`7dfffef0 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000049`7dffff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000049`7dbfea30 00007ff6`401fbeeb     postgres!ExecInterpExpr(
00000049`7dbfecf0 00007ff6`40209c1a     postgres!ExecInterpExprStillValid(
00000049`7dbfed20 00007ff6`40209ed6     postgres!ExecEvalExpr(
00000049`7dbfed50 00007ff6`4020996c     postgres!TupleHashTableHash_internal(
00000049`7dbfeda0 00007ff6`4023349a     postgres!LookupTupleHashEntry(
00000049`7dbfedf0 00007ff6`40233edb     postgres!lookup_hash_entries(
00000049`7dbfee90 00007ff6`40236e36     postgres!agg_fill_hash_table(
00000049`7dbfeed0 00007ff6`4021bb7b     postgres!ExecAgg(
00000049`7dbfef20 00007ff6`4021195c     postgres!ExecProcNodeFirst(
00000049`7dbfef50 00007ff6`40212a50     postgres!ExecProcNode(
core
00000049`7e3ffaa8 00007ffc`67ab45ca     ntdll!NtFsControlFile+0x14
00000049`7e3ffab0 00007ff6`403e05eb     KERNELBASE!ConnectNamedPipe+0x6a
00000049`7e3ffb20 00007ffc`69aa4cb0     postgres!pg_signal_thread(
00000049`7e3ffc20 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000049`7e3ffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000030`c51feaf0 00007ff6`401fbeeb     postgres!ExecInterpExpr(
00000030`c51fedb0 00007ff6`40209c1a     postgres!ExecInterpExprStillValid(
00000030`c51fede0 00007ff6`40209ed6     postgres!ExecEvalExpr(
00000030`c51fee10 00007ff6`4020996c     postgres!TupleHashTableHash_internal(
00000030`c51fee60 00007ff6`40268d0f     postgres!LookupTupleHashEntry(
00000030`c51feeb0 00007ff6`4021bb7b     postgres!ExecRecursiveUnion(
00000030`c51fef20 00007ff6`4023bf8c     postgres!ExecProcNodeFirst(
00000030`c51fef50 00007ff6`4023c549     postgres!ExecProcNode(
00000030`c51fef80 00007ff6`40220765     postgres!CteScanNext(
00000030`c51feff0 00007ff6`40220135     postgres!ExecScanFetch(
core
00000030`c55ffa78 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000030`c55ffa80 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
00000030`c55ffd70 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000030`c55ffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000030`c59ffb78 00007ffc`67ab45ca     ntdll!NtFsControlFile+0x14
00000030`c59ffb80 00007ff6`403e05eb     KERNELBASE!ConnectNamedPipe+0x6a
00000030`c59ffbf0 00007ffc`69aa4cb0     postgres!pg_signal_thread(
00000030`c59ffcf0 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000030`c59ffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000030`c5dffd38 00007ffc`67a6d71e     ntdll!NtWaitForSingleObject+0x14
00000030`c5dffd40 00007ff6`403e208c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000030`c5dffde0 00007ffc`69aa4cb0     postgres!pg_timer_thread(
00000030`c5dffe20 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000030`c5dffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000030`c61ffbf8 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000030`c61ffc00 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
00000030`c61ffef0 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000030`c61fff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000008`835feff0 00007ff6`401fbeeb     postgres!ExecInterpExpr(
00000008`835ff2b0 00007ff6`40209c1a     postgres!ExecInterpExprStillValid(
00000008`835ff2e0 00007ff6`40209ed6     postgres!ExecEvalExpr(
00000008`835ff310 00007ff6`4020996c     postgres!TupleHashTableHash_internal(
00000008`835ff360 00007ff6`4023349a     postgres!LookupTupleHashEntry(
00000008`835ff3b0 00007ff6`40233edb     postgres!lookup_hash_entries(
00000008`835ff450 00007ff6`40236e36     postgres!agg_fill_hash_table(
00000008`835ff490 00007ff6`4021bb7b     postgres!ExecAgg(
00000008`835ff4e0 00007ff6`4021195c     postgres!ExecProcNodeFirst(
00000008`835ff510 00007ff6`40212a50     postgres!ExecProcNode(
core
00000008`839ff7b8 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000008`839ff7c0 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
00000008`839ffab0 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000008`839ffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000008`849ffc08 00007ffc`67a6d71e     ntdll!NtWaitForSingleObject+0x14
00000008`849ffc10 00007ff6`403e208c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000008`849ffcb0 00007ffc`69aa4cb0     postgres!pg_timer_thread(
00000008`849ffcf0 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000008`849ffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000008`841ff9a8 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000008`841ff9b0 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
00000008`841ffca0 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000008`841ffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000008`845ff688 00007ffc`67ab45ca     ntdll!NtFsControlFile+0x14
00000008`845ff690 00007ff6`403e05eb     KERNELBASE!ConnectNamedPipe+0x6a
00000008`845ff700 00007ffc`69aa4cb0     postgres!pg_signal_thread(
00000008`845ff800 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000008`845ff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000008`83dff5b8 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000008`83dff5c0 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
00000008`83dff8b0 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000008`83dff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e3`ba1febf0 00007ff6`401fbeeb     postgres!ExecInterpExpr(
000000e3`ba1feeb0 00007ff6`40209c1a     postgres!ExecInterpExprStillValid(
000000e3`ba1feee0 00007ff6`40209ed6     postgres!ExecEvalExpr(
000000e3`ba1fef10 00007ff6`4020996c     postgres!TupleHashTableHash_internal(
000000e3`ba1fef60 00007ff6`4023349a     postgres!LookupTupleHashEntry(
000000e3`ba1fefb0 00007ff6`40233edb     postgres!lookup_hash_entries(
000000e3`ba1ff050 00007ff6`40236e36     postgres!agg_fill_hash_table(
000000e3`ba1ff090 00007ff6`4021bb7b     postgres!ExecAgg(
000000e3`ba1ff0e0 00007ff6`4021195c     postgres!ExecProcNodeFirst(
000000e3`ba1ff110 00007ff6`40212a50     postgres!ExecProcNode(
core
000000e3`ba9ff668 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e3`ba9ff670 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
000000e3`ba9ff960 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e3`ba9ff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e3`bb1ff7b8 00007ffc`67ab45ca     ntdll!NtFsControlFile+0x14
000000e3`bb1ff7c0 00007ff6`403e05eb     KERNELBASE!ConnectNamedPipe+0x6a
000000e3`bb1ff830 00007ffc`69aa4cb0     postgres!pg_signal_thread(
000000e3`bb1ff930 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e3`bb1ff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e3`badffa08 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e3`badffa10 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
000000e3`badffd00 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e3`badffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e3`bb5ffc78 00007ffc`67a6d71e     ntdll!NtWaitForSingleObject+0x14
000000e3`bb5ffc80 00007ff6`403e208c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000e3`bb5ffd20 00007ffc`69aa4cb0     postgres!pg_timer_thread(
000000e3`bb5ffd60 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e3`bb5ffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e3`ba5ffbd8 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e3`ba5ffbe0 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
000000e3`ba5ffed0 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e3`ba5fff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a0`a33ff808 00007ffc`67ab45ca     ntdll!NtFsControlFile+0x14
000000a0`a33ff810 00007ff6`403e05eb     KERNELBASE!ConnectNamedPipe+0x6a
000000a0`a33ff880 00007ffc`69aa4cb0     postgres!pg_signal_thread(
000000a0`a33ff980 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a0`a33ff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a0`a3bff9b8 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a0`a3bff9c0 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
000000a0`a3bffcb0 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a0`a3bffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a0`a2bff160 00007ff6`401fbeeb     postgres!ExecInterpExpr(
000000a0`a2bff420 00007ff6`40209c1a     postgres!ExecInterpExprStillValid(
000000a0`a2bff450 00007ff6`40209ed6     postgres!ExecEvalExpr(
000000a0`a2bff480 00007ff6`4020996c     postgres!TupleHashTableHash_internal(
000000a0`a2bff4d0 00007ff6`4023349a     postgres!LookupTupleHashEntry(
000000a0`a2bff520 00007ff6`40233edb     postgres!lookup_hash_entries(
000000a0`a2bff5c0 00007ff6`40236e36     postgres!agg_fill_hash_table(
000000a0`a2bff600 00007ff6`4021bb7b     postgres!ExecAgg(
000000a0`a2bff650 00007ff6`4021195c     postgres!ExecProcNodeFirst(
000000a0`a2bff680 00007ff6`40212a50     postgres!ExecProcNode(
core
000000a0`a2fffc08 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a0`a2fffc10 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
000000a0`a2ffff00 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a0`a2ffff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a0`a37ffd58 00007ffc`67a6d71e     ntdll!NtWaitForSingleObject+0x14
000000a0`a37ffd60 00007ff6`403e208c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000a0`a37ffe00 00007ffc`69aa4cb0     postgres!pg_timer_thread(
000000a0`a37ffe40 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a0`a37ffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000aa`8d7ff9f8 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000aa`8d7ffa00 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
000000aa`8d7ffcf0 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000aa`8d7ffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000aa`8cbfeee0 00007ff6`407286d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000aa`8cbfef20 00007ff6`400b80a5     postgres!ExceptionalCondition(
000000aa`8cbfef60 00007ff6`400a8d17     postgres!index_drop(
000000aa`8cbff040 00007ff6`400a880d     postgres!doDeletion(
000000aa`8cbff090 00007ff6`400abcc1     postgres!deleteOneObject(
000000aa`8cbff1e0 00007ff6`400a6b0c     postgres!deleteObjectsInList(
000000aa`8cbff240 00007ff6`403e5997     postgres!performDeletion(
000000aa`8cbff2a0 00007ff6`403e3b7c     postgres!do_autovacuum(void)+0x967 [c:\cirrus\src\backend\postmaster\autovacuum....
000000aa`8cbff620 00007ff6`403ec197     postgres!AutoVacWorkerMain(
000000aa`8cbff7d0 00007ff6`402ab3f4     postgres!SubPostmasterMain(
core
000000aa`8cfffa38 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000aa`8cfffa40 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
000000aa`8cfffd30 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000aa`8cfffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000aa`8d3ff838 00007ffc`67ab45ca     ntdll!NtFsControlFile+0x14
000000aa`8d3ff840 00007ff6`403e05eb     KERNELBASE!ConnectNamedPipe+0x6a
000000aa`8d3ff8b0 00007ffc`69aa4cb0     postgres!pg_signal_thread(
000000aa`8d3ff9b0 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000aa`8d3ff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a2`323ffac8 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a2`323ffad0 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
000000a2`323ffdc0 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a2`323ffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a2`31bfef50 00007ff6`401fbeeb     postgres!ExecInterpExpr(
000000a2`31bff210 00007ff6`40209c1a     postgres!ExecInterpExprStillValid(
000000a2`31bff240 00007ff6`40209ed6     postgres!ExecEvalExpr(
000000a2`31bff270 00007ff6`4020996c     postgres!TupleHashTableHash_internal(
000000a2`31bff2c0 00007ff6`4023349a     postgres!LookupTupleHashEntry(
000000a2`31bff310 00007ff6`40233edb     postgres!lookup_hash_entries(
000000a2`31bff3b0 00007ff6`40236e36     postgres!agg_fill_hash_table(
000000a2`31bff3f0 00007ff6`4021bb7b     postgres!ExecAgg(
000000a2`31bff440 00007ff6`4021195c     postgres!ExecProcNodeFirst(
000000a2`31bff470 00007ff6`40212a50     postgres!ExecProcNode(
core
000000a2`31fff4c8 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a2`31fff4d0 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
000000a2`31fff7c0 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a2`31fff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a2`327ff948 00007ffc`67ab45ca     ntdll!NtFsControlFile+0x14
000000a2`327ff950 00007ff6`403e05eb     KERNELBASE!ConnectNamedPipe+0x6a
000000a2`327ff9c0 00007ffc`69aa4cb0     postgres!pg_signal_thread(
000000a2`327ffac0 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a2`327ffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000052`c2dff4a8 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000052`c2dff4b0 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
00000052`c2dff7a0 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000052`c2dff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000052`c29febf0 00007ff6`401fbeeb     postgres!ExecInterpExpr(
00000052`c29feeb0 00007ff6`40209c1a     postgres!ExecInterpExprStillValid(
00000052`c29feee0 00007ff6`40209ed6     postgres!ExecEvalExpr(
00000052`c29fef10 00007ff6`4020996c     postgres!TupleHashTableHash_internal(
00000052`c29fef60 00007ff6`4026b7c0     postgres!LookupTupleHashEntry(
00000052`c29fefb0 00007ff6`4026bef1     postgres!setop_fill_hash_table(
00000052`c29ff020 00007ff6`4021bb7b     postgres!ExecSetOp(
00000052`c29ff070 00007ff6`4021195c     postgres!ExecProcNodeFirst(
00000052`c29ff0a0 00007ff6`40212a50     postgres!ExecProcNode(
00000052`c29ff0d0 00007ff6`4020dd67     postgres!ExecutePlan(
core
00000052`c35ffc98 00007ffc`67a6d71e     ntdll!NtWaitForSingleObject+0x14
00000052`c35ffca0 00007ff6`403e208c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000052`c35ffd40 00007ffc`69aa4cb0     postgres!pg_timer_thread(
00000052`c35ffd80 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000052`c35ffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000052`c39ff608 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000052`c39ff610 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
00000052`c39ff900 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000052`c39ff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000052`c31ffa28 00007ffc`67ab45ca     ntdll!NtFsControlFile+0x14
00000052`c31ffa30 00007ff6`403e05eb     KERNELBASE!ConnectNamedPipe+0x6a
00000052`c31ffaa0 00007ffc`69aa4cb0     postgres!pg_signal_thread(
00000052`c31ffba0 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000052`c31ffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000079`f6dff5e8 00007ffc`67ab45ca     ntdll!NtFsControlFile+0x14
00000079`f6dff5f0 00007ff6`403e05eb     KERNELBASE!ConnectNamedPipe+0x6a
00000079`f6dff660 00007ffc`69aa4cb0     postgres!pg_signal_thread(
00000079`f6dff760 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000079`f6dff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000079`f69ffb38 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000079`f69ffb40 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
00000079`f69ffe30 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000079`f69ffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000079`f71ffbc8 00007ffc`67a6d71e     ntdll!NtWaitForSingleObject+0x14
00000079`f71ffbd0 00007ff6`403e208c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000079`f71ffc70 00007ffc`69aa4cb0     postgres!pg_timer_thread(
00000079`f71ffcb0 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000079`f71ffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000079`f75ffb48 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000079`f75ffb50 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
00000079`f75ffe40 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000079`f75ffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000079`f65feb90 00007ff6`401fbeeb     postgres!ExecInterpExpr(
00000079`f65fee50 00007ff6`40209c1a     postgres!ExecInterpExprStillValid(
00000079`f65fee80 00007ff6`40209ed6     postgres!ExecEvalExpr(
00000079`f65feeb0 00007ff6`4020996c     postgres!TupleHashTableHash_internal(
00000079`f65fef00 00007ff6`4023349a     postgres!LookupTupleHashEntry(
00000079`f65fef50 00007ff6`40233edb     postgres!lookup_hash_entries(
00000079`f65feff0 00007ff6`40236e36     postgres!agg_fill_hash_table(
00000079`f65ff030 00007ff6`4021bb7b     postgres!ExecAgg(
00000079`f65ff080 00007ff6`402421cc     postgres!ExecProcNodeFirst(
00000079`f65ff0b0 00007ff6`40247443     postgres!ExecProcNode(
core
0000009c`557ff948 00007ffc`67ab45ca     ntdll!NtFsControlFile+0x14
0000009c`557ff950 00007ff6`403e05eb     KERNELBASE!ConnectNamedPipe+0x6a
0000009c`557ff9c0 00007ffc`69aa4cb0     postgres!pg_signal_thread(
0000009c`557ffac0 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000009c`557ffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009c`55bffd18 00007ffc`67a6d71e     ntdll!NtWaitForSingleObject+0x14
0000009c`55bffd20 00007ff6`403e208c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000009c`55bffdc0 00007ffc`69aa4cb0     postgres!pg_timer_thread(
0000009c`55bffe00 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000009c`55bffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009c`547fdcf0 00007ff6`401fbeeb     postgres!ExecInterpExpr(
0000009c`547fdfb0 00007ff6`40209c1a     postgres!ExecInterpExprStillValid(
0000009c`547fdfe0 00007ff6`40209ed6     postgres!ExecEvalExpr(
0000009c`547fe010 00007ff6`4020996c     postgres!TupleHashTableHash_internal(
0000009c`547fe060 00007ff6`4023349a     postgres!LookupTupleHashEntry(
0000009c`547fe0b0 00007ff6`40233edb     postgres!lookup_hash_entries(
0000009c`547fe150 00007ff6`40236e36     postgres!agg_fill_hash_table(
0000009c`547fe190 00007ff6`4021bb7b     postgres!ExecAgg(
0000009c`547fe1e0 00007ff6`4023ee8c     postgres!ExecProcNodeFirst(
0000009c`547fe210 00007ff6`4023f729     postgres!ExecProcNode(
core
0000009c`54bff9a8 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009c`54bff9b0 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
0000009c`54bffca0 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000009c`54bffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009c`54fffa68 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009c`54fffa70 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
0000009c`54fffd60 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000009c`54fffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009c`553ffb38 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009c`553ffb40 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
0000009c`553ffe30 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000009c`553ffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005e`aebffd98 00007ffc`67ab45ca     ntdll!NtFsControlFile+0x14
0000005e`aebffda0 00007ff6`403e05eb     KERNELBASE!ConnectNamedPipe+0x6a
0000005e`aebffe10 00007ffc`69aa4cb0     postgres!pg_signal_thread(
0000005e`aebfff10 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000005e`aebfff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005e`af3ff5f8 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005e`af3ff600 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
0000005e`af3ff8f0 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000005e`af3ff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005e`ae3febb0 00007ff6`401fbeeb     postgres!ExecInterpExpr(
0000005e`ae3fee70 00007ff6`40209c1a     postgres!ExecInterpExprStillValid(
0000005e`ae3feea0 00007ff6`40209ed6     postgres!ExecEvalExpr(
0000005e`ae3feed0 00007ff6`4020996c     postgres!TupleHashTableHash_internal(
0000005e`ae3fef20 00007ff6`4023349a     postgres!LookupTupleHashEntry(
0000005e`ae3fef70 00007ff6`40233edb     postgres!lookup_hash_entries(
0000005e`ae3ff010 00007ff6`40236e36     postgres!agg_fill_hash_table(
0000005e`ae3ff050 00007ff6`4021bb7b     postgres!ExecAgg(
0000005e`ae3ff0a0 00007ff6`4026c06c     postgres!ExecProcNodeFirst(
0000005e`ae3ff0d0 00007ff6`4026c941     postgres!ExecProcNode(
core
0000005e`ae7ff6f8 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005e`ae7ff700 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
0000005e`ae7ff9f0 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000005e`ae7ffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005e`aefff738 00007ffc`67a6d71e     ntdll!NtWaitForSingleObject+0x14
0000005e`aefff740 00007ff6`403e208c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000005e`aefff7e0 00007ffc`69aa4cb0     postgres!pg_timer_thread(
0000005e`aefff820 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000005e`aefff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f2`2ffff538 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f2`2ffff540 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
000000f2`2ffff830 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f2`2ffff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f2`2effed50 00007ff6`401fbeeb     postgres!ExecInterpExpr(
000000f2`2efff010 00007ff6`40209c1a     postgres!ExecInterpExprStillValid(
000000f2`2efff040 00007ff6`40209ed6     postgres!ExecEvalExpr(
000000f2`2efff070 00007ff6`4020996c     postgres!TupleHashTableHash_internal(
000000f2`2efff0c0 00007ff6`4023349a     postgres!LookupTupleHashEntry(
000000f2`2efff110 00007ff6`40233edb     postgres!lookup_hash_entries(
000000f2`2efff1b0 00007ff6`40236e36     postgres!agg_fill_hash_table(
000000f2`2efff1f0 00007ff6`4021bb7b     postgres!ExecAgg(
000000f2`2efff240 00007ff6`4021195c     postgres!ExecProcNodeFirst(
000000f2`2efff270 00007ff6`40212a50     postgres!ExecProcNode(
core
000000f2`2f3ff9c8 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f2`2f3ff9d0 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
000000f2`2f3ffcc0 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f2`2f3ffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f2`2f7ff5d8 00007ffc`67ab45ca     ntdll!NtFsControlFile+0x14
000000f2`2f7ff5e0 00007ff6`403e05eb     KERNELBASE!ConnectNamedPipe+0x6a
000000f2`2f7ff650 00007ffc`69aa4cb0     postgres!pg_signal_thread(
000000f2`2f7ff750 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f2`2f7ff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f2`2fbff998 00007ffc`67a6d71e     ntdll!NtWaitForSingleObject+0x14
000000f2`2fbff9a0 00007ff6`403e208c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000f2`2fbffa40 00007ffc`69aa4cb0     postgres!pg_timer_thread(
000000f2`2fbffa80 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f2`2fbffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000064`0efffa18 00007ffc`67ab45ca     ntdll!NtFsControlFile+0x14
00000064`0efffa20 00007ff6`403e05eb     KERNELBASE!ConnectNamedPipe+0x6a
00000064`0efffa90 00007ffc`69aa4cb0     postgres!pg_signal_thread(
00000064`0efffb90 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000064`0efffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000064`0f3ff498 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000064`0f3ff4a0 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
00000064`0f3ff790 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000064`0f3ff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000064`0e7febf0 00007ff6`401fbeeb     postgres!ExecInterpExpr(
00000064`0e7feeb0 00007ff6`40209c1a     postgres!ExecInterpExprStillValid(
00000064`0e7feee0 00007ff6`40209ed6     postgres!ExecEvalExpr(
00000064`0e7fef10 00007ff6`4020996c     postgres!TupleHashTableHash_internal(
00000064`0e7fef60 00007ff6`4023349a     postgres!LookupTupleHashEntry(
00000064`0e7fefb0 00007ff6`40233edb     postgres!lookup_hash_entries(
00000064`0e7ff050 00007ff6`40236e36     postgres!agg_fill_hash_table(
00000064`0e7ff090 00007ff6`4021bb7b     postgres!ExecAgg(
00000064`0e7ff0e0 00007ff6`4021195c     postgres!ExecProcNodeFirst(
00000064`0e7ff110 00007ff6`40212a50     postgres!ExecProcNode(
core
00000064`0ebffa68 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000064`0ebffa70 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
00000064`0ebffd60 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000064`0ebffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001e`165ff938 00007ffc`67a6d71e     ntdll!NtWaitForSingleObject+0x14
0000001e`165ff940 00007ff6`403e208c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000001e`165ff9e0 00007ffc`69aa4cb0     postgres!pg_timer_thread(
0000001e`165ffa20 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000001e`165ffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001e`161ff5f8 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001e`161ff600 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
0000001e`161ff8f0 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000001e`161ff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001e`15dff858 00007ffc`67ab45ca     ntdll!NtFsControlFile+0x14
0000001e`15dff860 00007ff6`403e05eb     KERNELBASE!ConnectNamedPipe+0x6a
0000001e`15dff8d0 00007ffc`69aa4cb0     postgres!pg_signal_thread(
0000001e`15dff9d0 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000001e`15dffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001e`159ffa58 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001e`159ffa60 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
0000001e`159ffd50 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000001e`159ffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001e`155fecb0 00007ff6`401fbeeb     postgres!ExecInterpExpr(
0000001e`155fef70 00007ff6`40209c1a     postgres!ExecInterpExprStillValid(
0000001e`155fefa0 00007ff6`40209ed6     postgres!ExecEvalExpr(
0000001e`155fefd0 00007ff6`4020996c     postgres!TupleHashTableHash_internal(
0000001e`155ff020 00007ff6`4023349a     postgres!LookupTupleHashEntry(
0000001e`155ff070 00007ff6`40233edb     postgres!lookup_hash_entries(
0000001e`155ff110 00007ff6`40236e36     postgres!agg_fill_hash_table(
0000001e`155ff150 00007ff6`4021bb7b     postgres!ExecAgg(
0000001e`155ff1a0 00007ff6`4026c06c     postgres!ExecProcNodeFirst(
0000001e`155ff1d0 00007ff6`4026c941     postgres!ExecProcNode(
core
000000f4`98fffac8 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f4`98fffad0 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
000000f4`98fffdc0 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f4`98fffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f4`997ffa58 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f4`997ffa60 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
000000f4`997ffd50 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f4`997ffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f4`99bff868 00007ffc`67a6d71e     ntdll!NtWaitForSingleObject+0x14
000000f4`99bff870 00007ff6`403e208c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000f4`99bff910 00007ffc`69aa4cb0     postgres!pg_timer_thread(
000000f4`99bff950 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f4`99bff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f4`993ffa18 00007ffc`67ab45ca     ntdll!NtFsControlFile+0x14
000000f4`993ffa20 00007ff6`403e05eb     KERNELBASE!ConnectNamedPipe+0x6a
000000f4`993ffa90 00007ffc`69aa4cb0     postgres!pg_signal_thread(
000000f4`993ffb90 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f4`993ffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f4`98bfead0 00007ff6`401fbeeb     postgres!ExecInterpExpr(
000000f4`98bfed90 00007ff6`40209c1a     postgres!ExecInterpExprStillValid(
000000f4`98bfedc0 00007ff6`40209ed6     postgres!ExecEvalExpr(
000000f4`98bfedf0 00007ff6`4020996c     postgres!TupleHashTableHash_internal(
000000f4`98bfee40 00007ff6`4023349a     postgres!LookupTupleHashEntry(
000000f4`98bfee90 00007ff6`40233edb     postgres!lookup_hash_entries(
000000f4`98bfef30 00007ff6`40236e36     postgres!agg_fill_hash_table(
000000f4`98bfef70 00007ff6`4021bb7b     postgres!ExecAgg(
000000f4`98bfefc0 00007ff6`4026c06c     postgres!ExecProcNodeFirst(
000000f4`98bfeff0 00007ff6`4026c941     postgres!ExecProcNode(
core
000000b4`89fffac8 00007ffc`67a6d71e     ntdll!NtWaitForSingleObject+0x14
000000b4`89fffad0 00007ff6`403e208c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000b4`89fffb70 00007ffc`69aa4cb0     postgres!pg_timer_thread(
000000b4`89fffbb0 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b4`89fffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b4`89bff6d8 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b4`89bff6e0 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
000000b4`89bff9d0 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b4`89bffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b4`897ff858 00007ffc`67ab45ca     ntdll!NtFsControlFile+0x14
000000b4`897ff860 00007ff6`403e05eb     KERNELBASE!ConnectNamedPipe+0x6a
000000b4`897ff8d0 00007ffc`69aa4cb0     postgres!pg_signal_thread(
000000b4`897ff9d0 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b4`897ffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b4`88fff0a0 00007ff6`401fbeeb     postgres!ExecInterpExpr(
000000b4`88fff360 00007ff6`40209c1a     postgres!ExecInterpExprStillValid(
000000b4`88fff390 00007ff6`40209ed6     postgres!ExecEvalExpr(
000000b4`88fff3c0 00007ff6`4020996c     postgres!TupleHashTableHash_internal(
000000b4`88fff410 00007ff6`4023349a     postgres!LookupTupleHashEntry(
000000b4`88fff460 00007ff6`40233edb     postgres!lookup_hash_entries(
000000b4`88fff500 00007ff6`40236e36     postgres!agg_fill_hash_table(
000000b4`88fff540 00007ff6`4021bb7b     postgres!ExecAgg(
000000b4`88fff590 00007ff6`4021195c     postgres!ExecProcNodeFirst(
000000b4`88fff5c0 00007ff6`40212a50     postgres!ExecProcNode(
core
000000b4`893ffb88 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b4`893ffb90 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
000000b4`893ffe80 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b4`893ffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b1`c1bffb28 00007ffc`67ab45ca     ntdll!NtFsControlFile+0x14
000000b1`c1bffb30 00007ff6`403e05eb     KERNELBASE!ConnectNamedPipe+0x6a
000000b1`c1bffba0 00007ffc`69aa4cb0     postgres!pg_signal_thread(
000000b1`c1bffca0 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b1`c1bffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b1`c17ff6b8 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b1`c17ff6c0 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
000000b1`c17ff9b0 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b1`c17ff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b1`c13ff5b8 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b1`c13ff5c0 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
000000b1`c13ff8b0 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b1`c13ff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b1`c0fff0c0 00007ff6`407286d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b1`c0fff100 00007ff6`400b80a5     postgres!ExceptionalCondition(
000000b1`c0fff140 00007ff6`400a8d17     postgres!index_drop(
000000b1`c0fff220 00007ff6`400a880d     postgres!doDeletion(
000000b1`c0fff270 00007ff6`400abcc1     postgres!deleteOneObject(
000000b1`c0fff3c0 00007ff6`400a6b0c     postgres!deleteObjectsInList(
000000b1`c0fff420 00007ff6`403e5997     postgres!performDeletion(
000000b1`c0fff480 00007ff6`403e3b7c     postgres!do_autovacuum(void)+0x967 [c:\cirrus\src\backend\postmaster\autovacuum....
000000b1`c0fff800 00007ff6`403ec197     postgres!AutoVacWorkerMain(
000000b1`c0fff9b0 00007ff6`402ab3f4     postgres!SubPostmasterMain(
core
00000038`bc1ffa38 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000038`bc1ffa40 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
00000038`bc1ffd30 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000038`bc1ffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000038`bb1fec50 00007ff6`401fbeeb     postgres!ExecInterpExpr(
00000038`bb1fef10 00007ff6`40209c1a     postgres!ExecInterpExprStillValid(
00000038`bb1fef40 00007ff6`40209ed6     postgres!ExecEvalExpr(
00000038`bb1fef70 00007ff6`4020996c     postgres!TupleHashTableHash_internal(
00000038`bb1fefc0 00007ff6`4023349a     postgres!LookupTupleHashEntry(
00000038`bb1ff010 00007ff6`40233edb     postgres!lookup_hash_entries(
00000038`bb1ff0b0 00007ff6`40236e36     postgres!agg_fill_hash_table(
00000038`bb1ff0f0 00007ff6`4021bb7b     postgres!ExecAgg(
00000038`bb1ff140 00007ff6`4026c06c     postgres!ExecProcNodeFirst(
00000038`bb1ff170 00007ff6`4026c941     postgres!ExecProcNode(
core
00000038`bbdff968 00007ffc`67a6d71e     ntdll!NtWaitForSingleObject+0x14
00000038`bbdff970 00007ff6`403e208c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000038`bbdffa10 00007ffc`69aa4cb0     postgres!pg_timer_thread(
00000038`bbdffa50 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000038`bbdffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000038`bb9ff8a8 00007ffc`67ab45ca     ntdll!NtFsControlFile+0x14
00000038`bb9ff8b0 00007ff6`403e05eb     KERNELBASE!ConnectNamedPipe+0x6a
00000038`bb9ff920 00007ffc`69aa4cb0     postgres!pg_signal_thread(
00000038`bb9ffa20 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000038`bb9ffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000038`bb5ff5c8 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000038`bb5ff5d0 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
00000038`bb5ff8c0 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000038`bb5ff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000af`3c9ff778 00007ffc`67ab45ca     ntdll!NtFsControlFile+0x14
000000af`3c9ff780 00007ff6`403e05eb     KERNELBASE!ConnectNamedPipe+0x6a
000000af`3c9ff7f0 00007ffc`69aa4cb0     postgres!pg_signal_thread(
000000af`3c9ff8f0 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000af`3c9ff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000af`3d1ffb28 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000af`3d1ffb30 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
000000af`3d1ffe20 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000af`3d1ffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000af`3cdff848 00007ffc`67a6d71e     ntdll!NtWaitForSingleObject+0x14
000000af`3cdff850 00007ff6`403e208c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000af`3cdff8f0 00007ffc`69aa4cb0     postgres!pg_timer_thread(
000000af`3cdff930 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000af`3cdff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000af`3c5ff628 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000af`3c5ff630 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
000000af`3c5ff920 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000af`3c5ff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000af`3c1fef40 00007ff6`401fbeeb     postgres!ExecInterpExpr(
000000af`3c1ff200 00007ff6`40209c1a     postgres!ExecInterpExprStillValid(
000000af`3c1ff230 00007ff6`40209ed6     postgres!ExecEvalExpr(
000000af`3c1ff260 00007ff6`4020996c     postgres!TupleHashTableHash_internal(
000000af`3c1ff2b0 00007ff6`4023349a     postgres!LookupTupleHashEntry(
000000af`3c1ff300 00007ff6`40233edb     postgres!lookup_hash_entries(
000000af`3c1ff3a0 00007ff6`40236e36     postgres!agg_fill_hash_table(
000000af`3c1ff3e0 00007ff6`4021bb7b     postgres!ExecAgg(
000000af`3c1ff430 00007ff6`4026c06c     postgres!ExecProcNodeFirst(
000000af`3c1ff460 00007ff6`4026c941     postgres!ExecProcNode(
core
000000cf`76bff8b8 00007ffc`67ab45ca     ntdll!NtFsControlFile+0x14
000000cf`76bff8c0 00007ff6`403e05eb     KERNELBASE!ConnectNamedPipe+0x6a
000000cf`76bff930 00007ffc`69aa4cb0     postgres!pg_signal_thread(
000000cf`76bffa30 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`76bffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`76fffb28 00007ffc`67a6d71e     ntdll!NtWaitForSingleObject+0x14
000000cf`76fffb30 00007ff6`403e208c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000cf`76fffbd0 00007ffc`69aa4cb0     postgres!pg_timer_thread(
000000cf`76fffc10 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`76fffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`75ffedc0 00007ff6`401fbeeb     postgres!ExecInterpExpr(
000000cf`75fff080 00007ff6`40209c1a     postgres!ExecInterpExprStillValid(
000000cf`75fff0b0 00007ff6`40209ed6     postgres!ExecEvalExpr(
000000cf`75fff0e0 00007ff6`4020996c     postgres!TupleHashTableHash_internal(
000000cf`75fff130 00007ff6`4026b7c0     postgres!LookupTupleHashEntry(
000000cf`75fff180 00007ff6`4026bef1     postgres!setop_fill_hash_table(
000000cf`75fff1f0 00007ff6`4021bb7b     postgres!ExecSetOp(
000000cf`75fff240 00007ff6`4021195c     postgres!ExecProcNodeFirst(
000000cf`75fff270 00007ff6`40212a50     postgres!ExecProcNode(
000000cf`75fff2a0 00007ff6`4020dd67     postgres!ExecutePlan(
core
000000cf`763ff508 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cf`763ff510 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
000000cf`763ff800 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`763ff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`767ff688 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cf`767ff690 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
000000cf`767ff980 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`767ff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c5`2efff858 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c5`2efff860 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
000000c5`2efffb50 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c5`2efffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c5`2e3ff1c0 00007ff6`407286d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c5`2e3ff200 00007ff6`400b80a5     postgres!ExceptionalCondition(
000000c5`2e3ff240 00007ff6`400a8d17     postgres!index_drop(
000000c5`2e3ff320 00007ff6`400a880d     postgres!doDeletion(
000000c5`2e3ff370 00007ff6`400abcc1     postgres!deleteOneObject(
000000c5`2e3ff4c0 00007ff6`400a6b0c     postgres!deleteObjectsInList(
000000c5`2e3ff520 00007ff6`403e5997     postgres!performDeletion(
000000c5`2e3ff580 00007ff6`403e3b7c     postgres!do_autovacuum(void)+0x967 [c:\cirrus\src\backend\postmaster\autovacuum....
000000c5`2e3ff900 00007ff6`403ec197     postgres!AutoVacWorkerMain(
000000c5`2e3ffab0 00007ff6`402ab3f4     postgres!SubPostmasterMain(
core
000000c5`2e7ff8e8 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c5`2e7ff8f0 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
000000c5`2e7ffbe0 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c5`2e7ffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c5`2ebff908 00007ffc`67ab45ca     ntdll!NtFsControlFile+0x14
000000c5`2ebff910 00007ff6`403e05eb     KERNELBASE!ConnectNamedPipe+0x6a
000000c5`2ebff980 00007ffc`69aa4cb0     postgres!pg_signal_thread(
000000c5`2ebffa80 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c5`2ebffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dc`0e3ff7e8 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dc`0e3ff7f0 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
000000dc`0e3ffae0 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000dc`0e3ffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dc`0dffee70 00007ff6`401fbeeb     postgres!ExecInterpExpr(
000000dc`0dfff130 00007ff6`40209c1a     postgres!ExecInterpExprStillValid(
000000dc`0dfff160 00007ff6`40209ed6     postgres!ExecEvalExpr(
000000dc`0dfff190 00007ff6`4020996c     postgres!TupleHashTableHash_internal(
000000dc`0dfff1e0 00007ff6`4023349a     postgres!LookupTupleHashEntry(
000000dc`0dfff230 00007ff6`40233edb     postgres!lookup_hash_entries(
000000dc`0dfff2d0 00007ff6`40236e36     postgres!agg_fill_hash_table(
000000dc`0dfff310 00007ff6`4021bb7b     postgres!ExecAgg(
000000dc`0dfff360 00007ff6`4021195c     postgres!ExecProcNodeFirst(
000000dc`0dfff390 00007ff6`40212a50     postgres!ExecProcNode(
core
000000dc`0e7ffa18 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dc`0e7ffa20 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
000000dc`0e7ffd10 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000dc`0e7ffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dc`0ebff908 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dc`0ebff910 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
000000dc`0ebffc00 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000dc`0ebffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dc`0efffbf8 00007ffc`67ab45ca     ntdll!NtFsControlFile+0x14
000000dc`0efffc00 00007ff6`403e05eb     KERNELBASE!ConnectNamedPipe+0x6a
000000dc`0efffc70 00007ffc`69aa4cb0     postgres!pg_signal_thread(
000000dc`0efffd70 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000dc`0efffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dc`0f3ff788 00007ffc`67a6d71e     ntdll!NtWaitForSingleObject+0x14
000000dc`0f3ff790 00007ff6`403e208c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000dc`0f3ff830 00007ffc`69aa4cb0     postgres!pg_timer_thread(
000000dc`0f3ff870 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000dc`0f3ff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000081`ed3feff0 00007ff6`401fbeeb     postgres!ExecInterpExpr(
00000081`ed3ff2b0 00007ff6`40209c1a     postgres!ExecInterpExprStillValid(
00000081`ed3ff2e0 00007ff6`40209ed6     postgres!ExecEvalExpr(
00000081`ed3ff310 00007ff6`4020996c     postgres!TupleHashTableHash_internal(
00000081`ed3ff360 00007ff6`4023349a     postgres!LookupTupleHashEntry(
00000081`ed3ff3b0 00007ff6`40233edb     postgres!lookup_hash_entries(
00000081`ed3ff450 00007ff6`40236e36     postgres!agg_fill_hash_table(
00000081`ed3ff490 00007ff6`4021bb7b     postgres!ExecAgg(
00000081`ed3ff4e0 00007ff6`4026c06c     postgres!ExecProcNodeFirst(
00000081`ed3ff510 00007ff6`4026c941     postgres!ExecProcNode(
core
00000081`ed7ff548 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000081`ed7ff550 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
00000081`ed7ff840 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000081`ed7ff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000081`edbffac8 00007ffc`67ab45ca     ntdll!NtFsControlFile+0x14
00000081`edbffad0 00007ff6`403e05eb     KERNELBASE!ConnectNamedPipe+0x6a
00000081`edbffb40 00007ffc`69aa4cb0     postgres!pg_signal_thread(
00000081`edbffc40 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000081`edbffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000081`edfff708 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000081`edfff710 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
00000081`edfffa00 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000081`edfffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000081`ee3ff9c8 00007ffc`67a6d71e     ntdll!NtWaitForSingleObject+0x14
00000081`ee3ff9d0 00007ff6`403e208c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000081`ee3ffa70 00007ffc`69aa4cb0     postgres!pg_timer_thread(
00000081`ee3ffab0 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000081`ee3ffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000df`339fe9e0 00007ff6`401fbeeb     postgres!ExecInterpExpr(
000000df`339feca0 00007ff6`40209c1a     postgres!ExecInterpExprStillValid(
000000df`339fecd0 00007ff6`40209ed6     postgres!ExecEvalExpr(
000000df`339fed00 00007ff6`4020996c     postgres!TupleHashTableHash_internal(
000000df`339fed50 00007ff6`4023349a     postgres!LookupTupleHashEntry(
000000df`339feda0 00007ff6`40233edb     postgres!lookup_hash_entries(
000000df`339fee40 00007ff6`40236e36     postgres!agg_fill_hash_table(
000000df`339fee80 00007ff6`4021bb7b     postgres!ExecAgg(
000000df`339feed0 00007ff6`4021195c     postgres!ExecProcNodeFirst(
000000df`339fef00 00007ff6`40212a50     postgres!ExecProcNode(
core
000000df`33dff5d8 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000df`33dff5e0 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
000000df`33dff8d0 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000df`33dff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000df`341ffce8 00007ffc`67ab45ca     ntdll!NtFsControlFile+0x14
000000df`341ffcf0 00007ff6`403e05eb     KERNELBASE!ConnectNamedPipe+0x6a
000000df`341ffd60 00007ffc`69aa4cb0     postgres!pg_signal_thread(
000000df`341ffe60 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000df`341ffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000df`345ff528 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000df`345ff530 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
000000df`345ff820 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000df`345ff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000df`349ff888 00007ffc`67a6d71e     ntdll!NtWaitForSingleObject+0x14
000000df`349ff890 00007ff6`403e208c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000df`349ff930 00007ffc`69aa4cb0     postgres!pg_timer_thread(
000000df`349ff970 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000df`349ff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001a`a35ff0e0 00007ff6`407286d8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000001a`a35ff120 00007ff6`400b80a5     postgres!ExceptionalCondition(
0000001a`a35ff160 00007ff6`400a8d17     postgres!index_drop(
0000001a`a35ff240 00007ff6`400a880d     postgres!doDeletion(
0000001a`a35ff290 00007ff6`400abcc1     postgres!deleteOneObject(
0000001a`a35ff3e0 00007ff6`400a6b0c     postgres!deleteObjectsInList(
0000001a`a35ff440 00007ff6`403e5997     postgres!performDeletion(
0000001a`a35ff4a0 00007ff6`403e3b7c     postgres!do_autovacuum(void)+0x967 [c:\cirrus\src\backend\postmaster\autovacuum....
0000001a`a35ff820 00007ff6`403ec197     postgres!AutoVacWorkerMain(
0000001a`a35ff9d0 00007ff6`402ab3f4     postgres!SubPostmasterMain(
core
0000001a`a39ff7d8 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001a`a39ff7e0 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
0000001a`a39ffad0 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000001a`a39ffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001a`a3dffd68 00007ffc`67ab45ca     ntdll!NtFsControlFile+0x14
0000001a`a3dffd70 00007ff6`403e05eb     KERNELBASE!ConnectNamedPipe+0x6a
0000001a`a3dffde0 00007ffc`69aa4cb0     postgres!pg_signal_thread(
0000001a`a3dffee0 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000001a`a3dfff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001a`a41ff748 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001a`a41ff750 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
0000001a`a41ffa40 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000001a`a41ffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008f`ea7ffa38 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008f`ea7ffa40 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
0000008f`ea7ffd30 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000008f`ea7ffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008f`ea3feaa0 00007ff6`401fbeeb     postgres!ExecInterpExpr(
0000008f`ea3fed60 00007ff6`40209c1a     postgres!ExecInterpExprStillValid(
0000008f`ea3fed90 00007ff6`40209ed6     postgres!ExecEvalExpr(
0000008f`ea3fedc0 00007ff6`4020996c     postgres!TupleHashTableHash_internal(
0000008f`ea3fee10 00007ff6`4023349a     postgres!LookupTupleHashEntry(
0000008f`ea3fee60 00007ff6`40233edb     postgres!lookup_hash_entries(
0000008f`ea3fef00 00007ff6`40236e36     postgres!agg_fill_hash_table(
0000008f`ea3fef40 00007ff6`4021bb7b     postgres!ExecAgg(
0000008f`ea3fef90 00007ff6`4021195c     postgres!ExecProcNodeFirst(
0000008f`ea3fefc0 00007ff6`40212a50     postgres!ExecProcNode(
core
0000008f`eabffb48 00007ffc`6a10b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008f`eabffb50 00007ffc`69aa4cb0     ntdll!TppWorkerThread+0x2df
0000008f`eabffe40 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000008f`eabffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008f`eafffd28 00007ffc`67ab45ca     ntdll!NtFsControlFile+0x14
0000008f`eafffd30 00007ff6`403e05eb     KERNELBASE!ConnectNamedPipe+0x6a
0000008f`eafffda0 00007ffc`69aa4cb0     postgres!pg_signal_thread(
0000008f`eafffea0 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000008f`eafffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008f`eb3ffd68 00007ffc`67a6d71e     ntdll!NtWaitForSingleObject+0x14
0000008f`eb3ffd70 00007ff6`403e208c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000008f`eb3ffe10 00007ffc`69aa4cb0     postgres!pg_timer_thread(
0000008f`eb3ffe50 00007ffc`6a17ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000008f`eb3ffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/isolation/expected/matview-write-skew.out C:/cirrus/build/testrun/isolat...
--- C:/cirrus/src/test/isolation/expected/matview-write-skew.out	2024-10-27 05:03:03.142538400 +0000
+++ C:/cirrus/build/testrun/isolation/isolation/results/matview-write-skew.out	2024-10-27 05:06:49.498496800 +0000
@@ -1,121 +1,6 @@
 Parsed test spec with 2 sessions
 
 starting permutation: s1_begin s2_begin s1_refresh s2_read s2_insert s1_commit s2_commit
-step s1_begin: BEGIN ISOLATION LEVEL SERIALIZABLE;
-step s2_begin: BEGIN ISOLATION LEVEL SERIALIZABLE;
-step s1_refresh: REFRESH MATERIALIZED VIEW CONCURRENTLY order_summary;
-step s2_read: SELECT max(date) FROM order_summary;
-       max
-----------
-04-01-2022
-(1 row)
-
-step s2_insert: INSERT INTO orders VALUES ('2022-04-02', 'orange', 15);
-step s1_commit: COMMIT;
-step s2_commit: COMMIT;
-ERROR:  could not serialize access due to read/write dependencies among transactions
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/contrib/pageinspect/expected/brin.out C:/cirrus/build/testrun/pageinspect/regress...
--- C:/cirrus/contrib/pageinspect/expected/brin.out	2024-10-27 05:02:59.298773600 +0000
+++ C:/cirrus/build/testrun/pageinspect/regress/results/brin.out	2024-10-27 05:08:06.113720100 +0000
@@ -161,50 +161,7 @@
 SELECT * FROM brin_page_items(get_raw_page('brin_test_parallel_idx', 2), 'brin_test_parallel_idx')
 EXCEPT
 SELECT * FROM brin_page_items(get_raw_page('brin_test_serial_idx', 2), 'brin_test_serial_idx');
- itemoffset | blknum | attnum | allnulls | hasnulls | placeholder | empty | value 
-------------+--------+--------+----------+----------+-------------+-------+-------
-(0 rows)
-
-SELECT * FROM brin_page_items(get_raw_page('brin_test_serial_idx', 2), 'brin_test_serial_idx')
-EXCEPT
-SELECT * FROM brin_page_items(get_raw_page('brin_test_parallel_idx', 2), 'brin_test_parallel_idx');
- itemoffset | blknum | attnum | allnulls | hasnulls | placeholder | empty | value 
-------------+--------+--------+----------+----------+-------------+-------+-------
-(0 rows)
-
-DROP INDEX brin_test_parallel_idx;
--- force parallel build, but don't allow starting parallel workers to force
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/contrib/pg_stat_statements/expected/select.out C:/cirrus/build/testrun/pg_stat_st...
--- C:/cirrus/contrib/pg_stat_statements/expected/select.out	2024-10-27 05:02:59.365181800 +0000
+++ C:/cirrus/build/testrun/pg_stat_statements/regress/results/select.out	2024-10-27 05:08:09.808551800 +0000
@@ -320,96 +320,7 @@
 FROM (VALUES (1, 2, 3), (4, NULL, 6), (7, 8, 9)) AS t (a, b, c)
 GROUP BY ROLLUP(a, b), rollup(a, c)
 ORDER BY a, b, c;
- a | b | c 
----+---+---
- 1 | 2 | 3
- 1 | 2 |  
- 1 | 2 |  
- 1 |   | 3
- 1 |   | 3
- 1 |   |  
- 1 |   |  
- 1 |   |  
- 4 |   | 6
- 4 |   | 6
- 4 |   | 6
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/contrib/pg_trgm/expected/pg_trgm.out C:/cirrus/build/testrun/pg_trgm/regress/resu...
--- C:/cirrus/contrib/pg_trgm/expected/pg_trgm.out	2024-10-27 05:02:59.395466100 +0000
+++ C:/cirrus/build/testrun/pg_trgm/regress/results/pg_trgm.out	2024-10-27 05:08:14.333935900 +0000
@@ -5384,21 +5384,7 @@
 
 SELECT DISTINCT city, similarity(city, 'Warsaw'), show_limit()
   FROM restaurants WHERE city % 'Warsaw';
-  city  | similarity | show_limit 
---------+------------+------------
- Warsaw |          1 |        0.3
-(1 row)
-
-SELECT set_limit(0.5);
- set_limit 
------------
-       0.5
-(1 row)
-
-SELECT DISTINCT city, similarity(city, 'Warsaw'), show_limit()
-  FROM restaurants WHERE city % 'Warsaw';
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/type_sanity.out C:/cirrus/build/testrun/pg_upgrade/002_...
--- C:/cirrus/src/test/regress/expected/type_sanity.out	2024-10-27 05:03:03.787056200 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/type_sanity.out	2024-10-27 05:05:15.530038300 +0000
@@ -172,573 +172,7 @@
 FROM pg_type AS t1
 WHERE t1.typtype not in ('b', 'p')
 ORDER BY 1;
- typtype |   typinput    
----------+---------------
- c       | record_in
- d       | domain_in
- e       | enum_in
- m       | multirange_in
- r       | range_in
-(5 rows)
-
--- Check for bogus typoutput routines
--- As of 8.0, this check finds refcursor, which is borrowing
--- other types' I/O routines
-SELECT t1.oid, t1.typname, p1.oid, p1.proname
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/contrib/postgres_fdw/expected/postgres_fdw.out C:/cirrus/build/testrun/postgres_f...
--- C:/cirrus/contrib/postgres_fdw/expected/postgres_fdw.out	2024-10-27 05:02:59.500939600 +0000
+++ C:/cirrus/build/testrun/postgres_fdw/regress/results/postgres_fdw.out	2024-10-27 05:08:18.770948900 +0000
@@ -2329,10019 +2329,7 @@
 (20 rows)
 
 SELECT t1c1, avg(t1c1 + t2c1) FROM (SELECT t1.c1, t2.c1 FROM ft1 t1 JOIN ft2 t2 ON (t1.c1 = t2.c1) UNION SELECT t1.c1, ...
- t1c1 |         avg          
-------+----------------------
-  101 | 202.0000000000000000
-  102 | 204.0000000000000000
-  103 | 206.0000000000000000
-  104 | 208.0000000000000000
-  105 | 210.0000000000000000
-  106 | 212.0000000000000000
-  107 | 214.0000000000000000
-  108 | 216.0000000000000000
-  109 | 218.0000000000000000
-  110 | 220.0000000000000000
-(10 rows)
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/type_sanity.out C:/cirrus/build/testrun/recovery/027_st...
--- C:/cirrus/src/test/regress/expected/type_sanity.out	2024-10-27 05:03:03.787056200 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/type_sanity.out	2024-10-27 05:07:05.976518600 +0000
@@ -172,573 +172,7 @@
 FROM pg_type AS t1
 WHERE t1.typtype not in ('b', 'p')
 ORDER BY 1;
- typtype |   typinput    
----------+---------------
- c       | record_in
- d       | domain_in
- e       | enum_in
- m       | multirange_in
- r       | range_in
-(5 rows)
-
--- Check for bogus typoutput routines
--- As of 8.0, this check finds refcursor, which is borrowing
--- other types' I/O routines
-SELECT t1.oid, t1.typname, p1.oid, p1.proname
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/type_sanity.out C:/cirrus/build/testrun/regress/regress...
--- C:/cirrus/src/test/regress/expected/type_sanity.out	2024-10-27 05:03:03.787056200 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/type_sanity.out	2024-10-27 05:05:11.373721700 +0000
@@ -172,573 +172,7 @@
 FROM pg_type AS t1
 WHERE t1.typtype not in ('b', 'p')
 ORDER BY 1;
- typtype |   typinput    
----------+---------------
- c       | record_in
- d       | domain_in
- e       | enum_in
- m       | multirange_in
- r       | range_in
-(5 rows)
-
--- Check for bogus typoutput routines
--- As of 8.0, this check finds refcursor, which is borrowing
--- other types' I/O routines
-SELECT t1.oid, t1.typname, p1.oid, p1.proname
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/contrib/tablefunc/expected/tablefunc.out C:/cirrus/build/testrun/tablefunc/regres...
--- C:/cirrus/contrib/tablefunc/expected/tablefunc.out	2024-10-27 05:02:59.576113900 +0000
+++ C:/cirrus/build/testrun/tablefunc/regress/results/tablefunc.out	2024-10-27 05:08:16.982870100 +0000
@@ -239,261 +239,7 @@
   'SELECT rowid, rowdt, attribute, val FROM cth ORDER BY 1',
   'SELECT DISTINCT rowdt, attribute FROM cth ORDER BY 2')
 AS c(rowid text, rowdt timestamp, temperature int4, test_result text, test_startdate timestamp, volts float8);
-ERROR:  invalid crosstab categories query
-DETAIL:  The query must return one column.
--- if category query generates a NULL value, get expected error
-SELECT * FROM crosstab(
-  'SELECT rowid, rowdt, attribute, val FROM cth ORDER BY 1',
-  'SELECT NULL::text')
-AS c(rowid text, rowdt timestamp, temperature int4, test_result text, test_startdate timestamp, volts float8);
-ERROR:  crosstab category value must not be null
--- if source query returns zero rows, get zero rows returned
-SELECT * FROM crosstab(
-  'SELECT rowid, rowdt, attribute, val FROM cth WHERE false ORDER BY 1',
-  'SELECT DISTINCT attribute FROM cth ORDER BY 1')
-AS c(rowid text, rowdt timestamp, temperature text, test_result text, test_startdate text, volts text);
...
tap
[05:08:52.079](1.844s) not ok 7 - checking an unresolvable database pattern under --no-strict-names status (got 1 vs exp...
[05:08:52.148](0.000s) not ok 12 - checking an unresolvable database pattern (substring of existent database) stderr /(?...
[05:08:52.212](0.000s) not ok 15 - checking an unresolvable database pattern (superstring of existent database) stderr /...
[05:08:52.336](0.000s) not ok 20 - checking a database by name without amcheck installed, no other databases stderr /(?^...
[05:08:52.336](0.000s) not ok 21 - checking a database by name without amcheck installed, no other databases stderr /(?^...
[05:08:52.417](0.080s) not ok 22 - checking a database by name without amcheck installed, with other databases status (g...
[05:08:52.418](0.000s) not ok 24 - checking a database by name without amcheck installed, with other databases stderr /(...
[05:08:52.477](0.059s) not ok 25 - checking a database by pattern without amcheck installed, with other databases status...
[05:08:52.477](0.000s) not ok 27 - checking a database by pattern without amcheck installed, with other databases stderr...
[05:08:52.557](0.000s) not ok 30 - checking table pattern ".." stderr /(?^:pg_amcheck: error: no connectable databases t...
[05:08:52.643](0.000s) not ok 33 - checking table pattern ".foo.bar" stderr /(?^:pg_amcheck: error: no connectable datab...
[05:08:52.706](0.000s) not ok 36 - checking table pattern "." stderr /(?^:pg_amcheck: error: no heap tables to check mat...
[05:08:53.361](0.067s) not ok 64 - many unmatched patterns and one matched pattern under --no-strict-names status (got 1...
[05:08:53.362](0.000s) not ok 66 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[05:08:53.363](0.000s) not ok 67 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[05:08:53.364](0.000s) not ok 68 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[05:08:53.365](0.000s) not ok 69 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[05:08:53.365](0.000s) not ok 70 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[05:08:53.366](0.000s) not ok 71 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[05:08:53.367](0.000s) not ok 72 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[05:08:53.367](0.000s) not ok 73 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[05:08:53.368](0.000s) not ok 74 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[05:08:53.368](0.000s) not ok 75 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[05:08:53.369](0.000s) not ok 76 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[05:08:53.369](0.000s) not ok 77 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[05:08:53.370](0.000s) not ok 78 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[05:08:53.370](0.000s) not ok 79 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[05:08:53.371](0.000s) not ok 80 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[05:08:53.371](0.000s) not ok 81 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[05:08:53.372](0.000s) not ok 82 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
tap
[05:09:01.876](12.905s) not ok 1 - pg_amcheck prior to corruption status (got 1 vs expected 0)
[05:09:01.878](0.000s) not ok 3 - pg_amcheck prior to corruption stderr /(?^:^$)/
[05:09:01.905](0.027s) Bail out!  pg_ctl stop failed
tap
[05:09:01.411](7.435s) not ok 1 - pg_amcheck test table, prior to corruption
[05:09:01.457](0.046s) not ok 2 - pg_amcheck test table and index, prior to corruption
[05:09:01.508](0.051s) Bail out!  pg_ctl stop failed
tap
[05:08:59.901](3.125s) not ok 1 - pg_amcheck all schemas, tables and indexes reports no corruption: exit code 0
[05:08:59.902](0.000s) not ok 2 - pg_amcheck all schemas, tables and indexes reports no corruption: no stderr
tap
[05:09:40.069](2.737s) not ok 30 - run pg_createsubscriber on node S
tap
[05:09:55.477](1.790s) not ok 19 - pg_dump: option -n pg_catalog
[05:09:55.677](0.199s) not ok 20 - pg_dumpall: option --exclude-database handles database names with embedded dots
[05:09:55.759](0.000s) not ok 22 - pg_dump: option --schema rejects three-part schema names: matches
[05:09:56.042](0.001s) not ok 24 - pg_dump: option --schema rejects cross-database multipart schema names: matches
[05:09:56.104](0.000s) not ok 26 - pg_dump: option --schema rejects degenerate two-part schema name: ".": matches
[05:09:56.215](0.001s) not ok 28 - pg_dump: option --schema rejects cross-database multipart schema names with embedded ...
[05:09:56.327](0.000s) not ok 30 - pg_dump: option --schema rejects degenerate three-part schema name: "..": matches
[05:09:56.389](0.000s) not ok 32 - pg_dump: option --table rejects four-part table names: matches
[05:09:56.452](0.001s) not ok 34 - pg_dump: option --table rejects cross-database three part table names: matches
[05:09:56.498](0.001s) not ok 36 - pg_dump: option --table rejects cross-database three part table names with embedded d...
[05:09:56.542](0.044s) not ok 37 - binary_upgrade: pg_dump runs
[05:09:56.574](0.031s) not ok 38 - binary_upgrade: pg_restore runs
tap
[05:06:25.393](81.174s) not ok 5 - regression tests pass
[05:06:28.995](3.560s) not ok 6 - dump before running pg_upgrade
tap
[05:11:29.092](1.891s) not ok 192 - psql seeded_random count ok
[05:11:29.093](0.000s) not ok 193 - psql seeded_random count stderr is empty
[05:11:29.093](0.000s) not ok 194 - psql seeded_random count uniform
[05:11:29.093](0.000s) not ok 195 - psql seeded_random count exponential
[05:11:29.094](0.000s) not ok 196 - psql seeded_random count gaussian
[05:11:29.094](0.000s) not ok 197 - psql seeded_random count zipfian
tap
[05:07:44.734](63.423s) not ok 2 - regression tests pass
tap
[05:13:52.857](385.227s) # poll_query_until timed out executing this query:
timed out waiting for logical slot to calculate its restart_lsn at C:/cirrus/src/test/perl/PostgreSQL/Test/Cluster.pm li...
test
[05:13:53.170]   5/307 postgresql:pg_upgrade / pg_upgrade/004_subscription                             ERROR            ...
[05:13:53.170]   6/307 postgresql:pg_upgrade / pg_upgrade/003_logical_slots                            ERROR            ...
[05:13:53.170]  10/307 postgresql:regress / regress/regress                                            ERROR            ...
[05:13:53.170]  24/307 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[05:13:53.170]  31/307 postgresql:isolation / isolation/isolation                                      ERROR           1...
[05:13:53.170]  43/307 postgresql:recovery / recovery/038_save_logical_slots_shutdown                  ERROR            ...
[05:13:53.170]  50/307 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[05:13:53.170]  55/307 postgresql:recovery / recovery/040_standby_failover_slots_sync                  ERROR            ...
[05:13:53.170]  81/307 postgresql:pageinspect / pageinspect/regress                                    ERROR            ...
[05:13:53.170]  89/307 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
[05:13:53.170]  90/307 postgresql:pg_trgm / pg_trgm/regress                                            ERROR            ...
[05:13:53.170]  93/307 postgresql:tablefunc / tablefunc/regress                                        ERROR            ...
[05:13:53.170]  97/307 postgresql:postgres_fdw / postgres_fdw/regress                                  ERROR            ...
[05:13:53.170] 136/307 postgresql:pg_amcheck / pg_amcheck/002_nonesuch                                 ERROR            ...
[05:13:53.170] 140/307 postgresql:pg_amcheck / pg_amcheck/005_opclass_damage                           ERROR            ...
[05:13:53.170] 141/307 postgresql:pg_amcheck / pg_amcheck/004_verify_heapam                            ERROR            ...
[05:13:53.170] 142/307 postgresql:pg_amcheck / pg_amcheck/003_check                                    ERROR            ...
[05:13:53.170] 156/307 postgresql:pg_basebackup / pg_basebackup/040_pg_createsubscriber                ERROR            ...
[05:13:53.170] 167/307 postgresql:pg_dump / pg_dump/002_pg_dump                                        ERROR            ...
[05:13:53.170] 212/307 postgresql:pgbench / pgbench/001_pgbench_with_server                            ERROR            ...
[05:13:53.170] 238/307 postgresql:subscription / subscription/002_types                                ERROR            ...
[05:13:53.170] 239/307 postgresql:subscription / subscription/001_rep_changes                          ERROR            ...
[05:13:53.170] 240/307 postgresql:subscription / subscription/003_constraints                          ERROR            ...
[05:13:53.170] 241/307 postgresql:subscription / subscription/004_sync                                 ERROR            ...
[05:13:53.170] 243/307 postgresql:subscription / subscription/006_rewrite                              ERROR            ...
[05:13:53.170] 244/307 postgresql:subscription / subscription/007_ddl                                  ERROR            ...
[05:13:53.170] 245/307 postgresql:subscription / subscription/005_encoding                             ERROR            ...
[05:13:53.170] 247/307 postgresql:subscription / subscription/008_diff_schema                          ERROR            ...
[05:13:53.170] 251/307 postgresql:subscription / subscription/011_generated                            ERROR            ...
[05:13:53.170] 252/307 postgresql:subscription / subscription/010_truncate                             ERROR            ...
[05:13:53.170] 253/307 postgresql:subscription / subscription/014_binary                               ERROR            ...
[05:13:53.170] 254/307 postgresql:subscription / subscription/017_stream_ddl                           ERROR            ...
[05:13:53.170] 255/307 postgresql:subscription / subscription/016_stream_subxact                       ERROR            ...
[05:13:53.170] 256/307 postgresql:subscription / subscription/015_stream                               ERROR            ...
[05:13:53.170] 257/307 postgresql:subscription / subscription/018_stream_subxact_abort                 ERROR            ...
[05:13:53.170] 258/307 postgresql:subscription / subscription/013_partition                            ERROR            ...
[05:13:53.170] 259/307 postgresql:subscription / subscription/019_stream_subxact_ddl_abort             ERROR            ...
[05:13:53.170] 260/307 postgresql:subscription / subscription/020_messages                             ERROR            ...
[05:13:53.170] 261/307 postgresql:subscription / subscription/021_twophase                             ERROR            ...
[05:13:53.170] 262/307 postgresql:subscription / subscription/023_twophase_stream                      ERROR            ...
[05:13:53.170] 263/307 postgresql:subscription / subscription/024_add_drop_pub                         ERROR            ...
[05:13:53.170] 264/307 postgresql:subscription / subscription/026_stats                                ERROR            ...
[05:13:53.170] 265/307 postgresql:subscription / subscription/022_twophase_cascade                     ERROR            ...
[05:13:53.170] 266/307 postgresql:subscription / subscription/025_rep_changes_for_schema               ERROR            ...
[05:13:53.170] 267/307 postgresql:subscription / subscription/027_nosuperuser                          ERROR            ...
[05:13:53.170] 268/307 postgresql:subscription / subscription/028_row_filter                           ERROR            ...
[05:13:53.170] 269/307 postgresql:subscription / subscription/029_on_error                             ERROR            ...
[05:13:53.170] 270/307 postgresql:subscription / subscription/030_origin                               ERROR            ...
[05:13:53.170] 271/307 postgresql:subscription / subscription/031_column_list                          ERROR            ...
[05:13:53.170] 272/307 postgresql:subscription / subscription/033_run_as_table_owner                   ERROR            ...
[05:13:53.170] 273/307 postgresql:subscription / subscription/032_subscribe_use_index                  ERROR            ...
[05:13:53.170] 275/307 postgresql:subscription / subscription/100_bugs                                 ERROR            ...
[05:13:53.170] 307/307 postgresql:recovery / recovery/035_standby_logical_decoding                     ERROR           4...
50/5208 prefetching for nestloop / indexscan
FreeBSD - 13 - Meson
core
[04:40:15.827] #0  0x0000263cec5e3ff0 in ?? ()
[04:40:15.827] #1  0x0000000000000000 in ?? ()
tap
[04:38:51.638](1.692s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[04:39:01.949] 293/312 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
Linux - Debian Bookworm - Autoconf
core
[04:45:27.545] #0  0x00007f96729e4059 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:45:27.545] #1  0x00007f96729e4a0a in malloc () from /lib/x86_64-linux-gnu/libc.so.6
[04:45:27.545] #2  0x00007f967297f26e in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:45:27.545] #3  0x00007f967297f505 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:45:27.545] #4  0x00007f967297ef72 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:45:27.545] #5  0x00007f967297e38c in setlocale () from /lib/x86_64-linux-gnu/libc.so.6
[04:45:27.545] #6  0x000055d0298079dd in ?? ()
[04:45:27.545] #7  0x00007f967297324a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:45:27.545] #8  0x00007f9672973305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
[04:45:27.545] #9  0x000055d029808171 in ?? ()
core
[04:45:27.411] #0  0x00007f043774fb13 in wait4 () from /lib/x86_64-linux-gnu/libc.so.6
[04:45:27.411] #1  0x0000561d7dd43cc0 in ?? ()
[04:45:27.411] #2  0x0000561d7dd43efa in ?? ()
[04:45:27.411] #3  0x0000561d7dd45630 in ?? ()
[04:45:27.411] #4  0x0000561d7dd3f371 in ?? ()
[04:45:27.411] #5  0x0000561d7dd3e20f in ?? ()
[04:45:27.411] #6  0x0000561d7dd3ec3b in ?? ()
[04:45:27.411] #7  0x0000561d7dd3c66f in ?? ()
[04:45:27.411] #8  0x00007f04376a324a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:45:27.411] #9  0x00007f04376a3305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
tap
[04:38:55.468](0.947s) not ok 1 - no parameters missing from postgresql.conf.sample
Linux - Debian Bookworm - Meson
tap
[04:41:05.800](0.521s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[04:41:16.361] 292/312 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
macOS - Sonoma - Meson
test
[04:41:02.397] 293/312 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[04:45:31.358](1.910s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[04:45:58.338] 286/307 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
51/4888 Run deferred triggers in the correct security context
FreeBSD - 13 - Meson
core
[04:17:56.759] #0  0x00004489705b2ff0 in ?? ()
[04:17:56.759] #1  0x0000000000000000 in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_p...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-10-27 04:11:41.451702000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/triggers.out	2024-10-27 04:13:07.295002000...
@@ -3731,7 +3731,9 @@
 -- test who runs deferred trigger functions
 -- setup
 create role groot;
+WARNING:  roles created by regression test cases should have names starting with "regress_"
 create role outis;
+WARNING:  roles created by regression test cases should have names starting with "regress_"
 create function whoami() returns trigger language plpgsql
 as $$
 begin
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/build/testrun/recovery/027_str...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-10-27 04:11:41.451702000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/triggers.out	2024-10-27 04:13:48.8097460...
@@ -3731,7 +3731,9 @@
 -- test who runs deferred trigger functions
 -- setup
 create role groot;
+WARNING:  roles created by regression test cases should have names starting with "regress_"
 create role outis;
+WARNING:  roles created by regression test cases should have names starting with "regress_"
 create function whoami() returns trigger language plpgsql
 as $$
 begin
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/build/testrun/regress/regress/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-10-27 04:11:41.451702000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/triggers.out	2024-10-27 04:13:06.592546000 +0000
@@ -3731,7 +3731,9 @@
 -- test who runs deferred trigger functions
 -- setup
 create role groot;
+WARNING:  roles created by regression test cases should have names starting with "regress_"
 create role outis;
+WARNING:  roles created by regression test cases should have names starting with "regress_"
 create function whoami() returns trigger language plpgsql
 as $$
 begin
tap
[04:13:58.520](67.181s) not ok 5 - regression tests pass
tap
[04:14:41.503](74.372s) not ok 2 - regression tests pass
test
[04:16:39.690]  15/312 postgresql:regress / regress/regress                                            ERROR            ...
[04:16:39.690]  92/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[04:16:39.690] 153/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
macOS - Sonoma - Meson
tap
[04:15:30.616](0.000s) not ok 30 - server failure on unknown compression option: matches
test
[04:17:50.625] 186/312 postgresql:pg_basebackup / pg_basebackup/010_pg_basebackup                      ERROR            ...
51/5196 Use function smgrclose() to replace the loop
CompilerWarnings
compiler
[01:11:00.936] smgr.c:282:13: error: unused variable 'forknum' [-Werror,-Wunused-variable]
compiler
[01:11:00.936] smgr.c:487:9: error: unused variable 'which' [-Werror,-Wunused-variable]
compiler
[01:10:09.975] smgr.c:487:9: error: unused variable 'which' [-Werror,-Wunused-variable]
compiler
[01:10:09.975] smgr.c:282:13: error: unused variable 'forknum' [-Werror,-Wunused-variable]
compiler
[01:09:00.581] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable]
compiler
[01:09:00.581] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
compiler
[01:08:10.128] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
compiler
[01:08:10.128] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable]
compiler
[01:12:11.411] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
compiler
[01:12:11.411] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable]
50/4908 Recheck foreign key if a referenced collation was nondeterministic
FreeBSD - 13 - Meson
tap
[01:02:25.733](0.038s) not ok 5 - psql connect success
[01:02:25.733](0.000s) not ok 6 - psql select 1
test
[01:05:13.985]  43/312 postgresql:recovery / recovery/041_checkpoint_at_promote                        ERROR            ...
50/5312 BUG #18568: BUG: Result wrong when do group by on partition table!
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_aggregate.out /tmp/cirrus-ci-build/build-32/testrun/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_aggregate.out	2024-10-26 23:30:09.749083654 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/recovery/027_stream_regress/data/results/partition_aggregate.out	2024-10-26 23...
@@ -1529,44 +1529,32 @@
     locale = 'und-u-ks-level2',
     deterministic = false
 );
+ERROR:  current database's encoding is not supported with this provider
 CREATE TABLE pagg_tab3 (c text collate case_insensitive) PARTITION BY LIST(c collate "C");
+ERROR:  collation "case_insensitive" for encoding "SQL_ASCII" does not exist
+LINE 1: CREATE TABLE pagg_tab3 (c text collate case_insensitive) PAR...
+                                       ^
 CREATE TABLE pagg_tab3_p1 PARTITION OF pagg_tab3 FOR VALUES IN ('a', 'b', 'c', 'd');
+ERROR:  relation "pagg_tab3" does not exist
 CREATE TABLE pagg_tab3_p2 PARTITION OF pagg_tab3 FOR VALUES IN ('e', 'f', 'A');
+ERROR:  relation "pagg_tab3" does not exist
 CREATE TABLE pagg_tab3_p3 PARTITION OF pagg_tab3 FOR VALUES IN ('B', 'C', 'D', 'E');
+ERROR:  relation "pagg_tab3" does not exist
 INSERT INTO pagg_tab3 SELECT substr('abcdeABCDE', (i % 10) +1 , 1) FROM generate_series(0, 2999) i;
+ERROR:  relation "pagg_tab3" does not exist
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_aggregate.out /tmp/cirrus-ci-build/build-32/testrun/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_aggregate.out	2024-10-26 23:30:09.749083654 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/regress/regress/results/partition_aggregate.out	2024-10-26 23:35:41.908442672 ...
@@ -1529,44 +1529,32 @@
     locale = 'und-u-ks-level2',
     deterministic = false
 );
+ERROR:  current database's encoding is not supported with this provider
 CREATE TABLE pagg_tab3 (c text collate case_insensitive) PARTITION BY LIST(c collate "C");
+ERROR:  collation "case_insensitive" for encoding "SQL_ASCII" does not exist
+LINE 1: CREATE TABLE pagg_tab3 (c text collate case_insensitive) PAR...
+                                       ^
 CREATE TABLE pagg_tab3_p1 PARTITION OF pagg_tab3 FOR VALUES IN ('a', 'b', 'c', 'd');
+ERROR:  relation "pagg_tab3" does not exist
 CREATE TABLE pagg_tab3_p2 PARTITION OF pagg_tab3 FOR VALUES IN ('e', 'f', 'A');
+ERROR:  relation "pagg_tab3" does not exist
 CREATE TABLE pagg_tab3_p3 PARTITION OF pagg_tab3 FOR VALUES IN ('B', 'C', 'D', 'E');
+ERROR:  relation "pagg_tab3" does not exist
 INSERT INTO pagg_tab3 SELECT substr('abcdeABCDE', (i % 10) +1 , 1) FROM generate_series(0, 2999) i;
+ERROR:  relation "pagg_tab3" does not exist
...
tap
[23:36:24.849](65.871s) not ok 2 - regression tests pass
test
[23:38:07.890]  39/312 postgresql:regress / regress/regress                                            ERROR            ...
[23:38:07.890] 150/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/partition_aggregate.out C:/cirrus/build/testrun/pg_upgr...
--- C:/cirrus/src/test/regress/expected/partition_aggregate.out	2024-10-26 23:30:25.377213700 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_aggregate.out	2024-10-26 23:33:59.618672200...
@@ -1529,44 +1529,32 @@
     locale = 'und-u-ks-level2',
     deterministic = false
 );
+ERROR:  ICU is not supported in this build
 CREATE TABLE pagg_tab3 (c text collate case_insensitive) PARTITION BY LIST(c collate "C");
+ERROR:  collation "case_insensitive" for encoding "UTF8" does not exist
+LINE 1: CREATE TABLE pagg_tab3 (c text collate case_insensitive) PAR...
+                                       ^
 CREATE TABLE pagg_tab3_p1 PARTITION OF pagg_tab3 FOR VALUES IN ('a', 'b', 'c', 'd');
+ERROR:  relation "pagg_tab3" does not exist
 CREATE TABLE pagg_tab3_p2 PARTITION OF pagg_tab3 FOR VALUES IN ('e', 'f', 'A');
+ERROR:  relation "pagg_tab3" does not exist
 CREATE TABLE pagg_tab3_p3 PARTITION OF pagg_tab3 FOR VALUES IN ('B', 'C', 'D', 'E');
+ERROR:  relation "pagg_tab3" does not exist
 INSERT INTO pagg_tab3 SELECT substr('abcdeABCDE', (i % 10) +1 , 1) FROM generate_series(0, 2999) i;
+ERROR:  relation "pagg_tab3" does not exist
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/partition_aggregate.out C:/cirrus/build/testrun/recover...
--- C:/cirrus/src/test/regress/expected/partition_aggregate.out	2024-10-26 23:30:25.377213700 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/partition_aggregate.out	2024-10-26 23:36:01.9482998...
@@ -1529,44 +1529,32 @@
     locale = 'und-u-ks-level2',
     deterministic = false
 );
+ERROR:  ICU is not supported in this build
 CREATE TABLE pagg_tab3 (c text collate case_insensitive) PARTITION BY LIST(c collate "C");
+ERROR:  collation "case_insensitive" for encoding "WIN1252" does not exist
+LINE 1: CREATE TABLE pagg_tab3 (c text collate case_insensitive) PAR...
+                                       ^
 CREATE TABLE pagg_tab3_p1 PARTITION OF pagg_tab3 FOR VALUES IN ('a', 'b', 'c', 'd');
+ERROR:  relation "pagg_tab3" does not exist
 CREATE TABLE pagg_tab3_p2 PARTITION OF pagg_tab3 FOR VALUES IN ('e', 'f', 'A');
+ERROR:  relation "pagg_tab3" does not exist
 CREATE TABLE pagg_tab3_p3 PARTITION OF pagg_tab3 FOR VALUES IN ('B', 'C', 'D', 'E');
+ERROR:  relation "pagg_tab3" does not exist
 INSERT INTO pagg_tab3 SELECT substr('abcdeABCDE', (i % 10) +1 , 1) FROM generate_series(0, 2999) i;
+ERROR:  relation "pagg_tab3" does not exist
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/partition_aggregate.out C:/cirrus/build/testrun/regress...
--- C:/cirrus/src/test/regress/expected/partition_aggregate.out	2024-10-26 23:30:25.377213700 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/partition_aggregate.out	2024-10-26 23:33:45.896016900 +0000
@@ -1529,44 +1529,32 @@
     locale = 'und-u-ks-level2',
     deterministic = false
 );
+ERROR:  ICU is not supported in this build
 CREATE TABLE pagg_tab3 (c text collate case_insensitive) PARTITION BY LIST(c collate "C");
+ERROR:  collation "case_insensitive" for encoding "WIN1252" does not exist
+LINE 1: CREATE TABLE pagg_tab3 (c text collate case_insensitive) PAR...
+                                       ^
 CREATE TABLE pagg_tab3_p1 PARTITION OF pagg_tab3 FOR VALUES IN ('a', 'b', 'c', 'd');
+ERROR:  relation "pagg_tab3" does not exist
 CREATE TABLE pagg_tab3_p2 PARTITION OF pagg_tab3 FOR VALUES IN ('e', 'f', 'A');
+ERROR:  relation "pagg_tab3" does not exist
 CREATE TABLE pagg_tab3_p3 PARTITION OF pagg_tab3 FOR VALUES IN ('B', 'C', 'D', 'E');
+ERROR:  relation "pagg_tab3" does not exist
 INSERT INTO pagg_tab3 SELECT substr('abcdeABCDE', (i % 10) +1 , 1) FROM generate_series(0, 2999) i;
+ERROR:  relation "pagg_tab3" does not exist
...
tap
[23:34:04.408](101.892s) not ok 5 - regression tests pass
tap
[23:36:09.882](110.229s) not ok 2 - regression tests pass
test
[23:42:13.385]  16/307 postgresql:regress / regress/regress                                            ERROR            ...
[23:42:13.385]  37/307 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[23:42:13.385]  77/307 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5174 Call rm_redo in a temporary memory context
CompilerWarnings
compiler
[21:17:47.069] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
compiler
[21:16:57.655] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
compiler
[21:22:48.998] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
51/5323 Support enabling checksums online
CompilerWarnings
compiler
[19:16:15.772] datachecksumsworker.c:590:67: error: format ‘%d’ expects argument of type ‘int’, but argument 5 has type ...
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/rules.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_u...
--- /tmp/cirrus-ci-build/src/test/regress/expected/rules.out	2024-10-26 19:03:03.620834000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/rules.out	2024-10-26 19:05:15.435193000 +0...
@@ -2032,6 +2032,34 @@
     s.param15 AS partitions_done
    FROM (pg_stat_get_progress_info('CREATE INDEX'::text) s(pid, datid, relid, param1, param2, param3, param4, param5, p...
      LEFT JOIN pg_database d ON ((s.datid = d.oid)));
+pg_stat_progress_data_checksums| SELECT s.pid,
+    s.datid,
+    d.datname,
+        CASE s.param1
+            WHEN 0 THEN 'enabling'::text
+            WHEN 1 THEN 'disabling'::text
+            WHEN 2 THEN 'waiting'::text
+            WHEN 3 THEN 'waiting on backends'::text
+            WHEN 4 THEN 'waiting on temporary tables'::text
+            WHEN 5 THEN 'done'::text
+            ELSE NULL::text
+        END AS phase,
+        CASE s.param2
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/rules.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream...
--- /tmp/cirrus-ci-build/src/test/regress/expected/rules.out	2024-10-26 19:03:03.620834000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/rules.out	2024-10-26 19:05:56.674882000 ...
@@ -2032,6 +2032,34 @@
     s.param15 AS partitions_done
    FROM (pg_stat_get_progress_info('CREATE INDEX'::text) s(pid, datid, relid, param1, param2, param3, param4, param5, p...
      LEFT JOIN pg_database d ON ((s.datid = d.oid)));
+pg_stat_progress_data_checksums| SELECT s.pid,
+    s.datid,
+    d.datname,
+        CASE s.param1
+            WHEN 0 THEN 'enabling'::text
+            WHEN 1 THEN 'disabling'::text
+            WHEN 2 THEN 'waiting'::text
+            WHEN 3 THEN 'waiting on backends'::text
+            WHEN 4 THEN 'waiting on temporary tables'::text
+            WHEN 5 THEN 'done'::text
+            ELSE NULL::text
+        END AS phase,
+        CASE s.param2
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/rules.out /tmp/cirrus-ci-build/build/testrun/regress/regress/res...
--- /tmp/cirrus-ci-build/src/test/regress/expected/rules.out	2024-10-26 19:03:03.620834000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/rules.out	2024-10-26 19:05:15.173359000 +0000
@@ -2032,6 +2032,34 @@
     s.param15 AS partitions_done
    FROM (pg_stat_get_progress_info('CREATE INDEX'::text) s(pid, datid, relid, param1, param2, param3, param4, param5, p...
      LEFT JOIN pg_database d ON ((s.datid = d.oid)));
+pg_stat_progress_data_checksums| SELECT s.pid,
+    s.datid,
+    d.datname,
+        CASE s.param1
+            WHEN 0 THEN 'enabling'::text
+            WHEN 1 THEN 'disabling'::text
+            WHEN 2 THEN 'waiting'::text
+            WHEN 3 THEN 'waiting on backends'::text
+            WHEN 4 THEN 'waiting on temporary tables'::text
+            WHEN 5 THEN 'done'::text
+            ELSE NULL::text
+        END AS phase,
+        CASE s.param2
...
tap
[19:08:13.940](1.324s) not ok 1 - ensure checksums are disabled
tap
[19:08:14.170](1.419s) not ok 1 - ensure checksums are disabled
[19:11:40.282](206.071s) # poll_query_until timed out executing this query:
[19:11:40.283](0.001s) not ok 3 - ensure checksums aren't enabled yet
tap
[19:08:15.228](2.164s) not ok 1 - ensure checksums are turned off on primary
[19:08:15.285](0.056s) not ok 2 - ensure checksums are turned off on standby_1
[19:11:41.196](205.910s) # poll_query_until timed out executing this query:
[19:11:41.197](0.000s) not ok 3 - ensure checksums are in progress on primary
tap
[19:08:15.444](1.518s) not ok 1 - ensure checksums are disabled
[19:08:15.562](0.117s) Bail out!  command "pg_checksums -D /tmp/cirrus-ci-build/build/testrun/checksums/004_offline/data...
tap
[19:06:47.169](0.000s) not ok 23 - data_checksums=on is reported on an offline cluster stdout /(?^:^on$)/
tap
[19:05:42.386](54.743s) not ok 5 - regression tests pass
tap
[19:06:28.361](65.316s) not ok 2 - regression tests pass
test
[19:11:41.635]  25/316 postgresql:regress / regress/regress                                            ERROR            ...
[19:11:41.635]  69/316 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[19:11:41.635] 148/316 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[19:11:41.635] 155/316 postgresql:pg_checksums / pg_checksums/002_actions                              ERROR            ...
[19:11:41.635] 304/316 postgresql:checksums / checksums/001_basic                                      ERROR            ...
[19:11:41.635] 305/316 postgresql:checksums / checksums/004_offline                                    ERROR            ...
[19:11:41.635] 315/316 postgresql:checksums / checksums/002_restarts                                   ERROR           2...
[19:11:41.635] 316/316 postgresql:checksums / checksums/003_standby_restarts                           ERROR           2...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/rules.out /tmp/cirrus-ci-build/src/test/recovery/tmp_check/resul...
--- /tmp/cirrus-ci-build/src/test/regress/expected/rules.out	2024-10-26 19:02:58.997386291 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/rules.out	2024-10-26 19:10:49.592318432 +0000
@@ -2032,6 +2032,34 @@
     s.param15 AS partitions_done
    FROM (pg_stat_get_progress_info('CREATE INDEX'::text) s(pid, datid, relid, param1, param2, param3, param4, param5, p...
      LEFT JOIN pg_database d ON ((s.datid = d.oid)));
+pg_stat_progress_data_checksums| SELECT s.pid,
+    s.datid,
+    d.datname,
+        CASE s.param1
+            WHEN 0 THEN 'enabling'::text
+            WHEN 1 THEN 'disabling'::text
+            WHEN 2 THEN 'waiting'::text
+            WHEN 3 THEN 'waiting on backends'::text
+            WHEN 4 THEN 'waiting on temporary tables'::text
+            WHEN 5 THEN 'done'::text
+            ELSE NULL::text
+        END AS phase,
+        CASE s.param2
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/rules.out /tmp/cirrus-ci-build/src/test/regress/results/rules.ou...
--- /tmp/cirrus-ci-build/src/test/regress/expected/rules.out	2024-10-26 19:02:58.997386291 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/rules.out	2024-10-26 19:07:37.079940465 +0000
@@ -2032,6 +2032,34 @@
     s.param15 AS partitions_done
    FROM (pg_stat_get_progress_info('CREATE INDEX'::text) s(pid, datid, relid, param1, param2, param3, param4, param5, p...
      LEFT JOIN pg_database d ON ((s.datid = d.oid)));
+pg_stat_progress_data_checksums| SELECT s.pid,
+    s.datid,
+    d.datname,
+        CASE s.param1
+            WHEN 0 THEN 'enabling'::text
+            WHEN 1 THEN 'disabling'::text
+            WHEN 2 THEN 'waiting'::text
+            WHEN 3 THEN 'waiting on backends'::text
+            WHEN 4 THEN 'waiting on temporary tables'::text
+            WHEN 5 THEN 'done'::text
+            ELSE NULL::text
+        END AS phase,
+        CASE s.param2
...
tap
[19:07:36.863](0.000s) not ok 23 - data_checksums=on is reported on an offline cluster stdout /(?^:^on$)/
tap
[19:11:13.095](52.159s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/rules.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_u...
--- /tmp/cirrus-ci-build/src/test/regress/expected/rules.out	2024-10-26 19:02:59.248603072 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/rules.out	2024-10-26 19:08:06.431509252 +0...
@@ -2032,6 +2032,34 @@
     s.param15 AS partitions_done
    FROM (pg_stat_get_progress_info('CREATE INDEX'::text) s(pid, datid, relid, param1, param2, param3, param4, param5, p...
      LEFT JOIN pg_database d ON ((s.datid = d.oid)));
+pg_stat_progress_data_checksums| SELECT s.pid,
+    s.datid,
+    d.datname,
+        CASE s.param1
+            WHEN 0 THEN 'enabling'::text
+            WHEN 1 THEN 'disabling'::text
+            WHEN 2 THEN 'waiting'::text
+            WHEN 3 THEN 'waiting on backends'::text
+            WHEN 4 THEN 'waiting on temporary tables'::text
+            WHEN 5 THEN 'done'::text
+            ELSE NULL::text
+        END AS phase,
+        CASE s.param2
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/rules.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream...
--- /tmp/cirrus-ci-build/src/test/regress/expected/rules.out	2024-10-26 19:02:59.248603072 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/rules.out	2024-10-26 19:08:46.983493342 ...
@@ -2032,6 +2032,34 @@
     s.param15 AS partitions_done
    FROM (pg_stat_get_progress_info('CREATE INDEX'::text) s(pid, datid, relid, param1, param2, param3, param4, param5, p...
      LEFT JOIN pg_database d ON ((s.datid = d.oid)));
+pg_stat_progress_data_checksums| SELECT s.pid,
+    s.datid,
+    d.datname,
+        CASE s.param1
+            WHEN 0 THEN 'enabling'::text
+            WHEN 1 THEN 'disabling'::text
+            WHEN 2 THEN 'waiting'::text
+            WHEN 3 THEN 'waiting on backends'::text
+            WHEN 4 THEN 'waiting on temporary tables'::text
+            WHEN 5 THEN 'done'::text
+            ELSE NULL::text
+        END AS phase,
+        CASE s.param2
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/rules.out /tmp/cirrus-ci-build/build/testrun/regress/regress/res...
--- /tmp/cirrus-ci-build/src/test/regress/expected/rules.out	2024-10-26 19:02:59.248603072 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/rules.out	2024-10-26 19:08:02.915510546 +0000
@@ -2032,6 +2032,34 @@
     s.param15 AS partitions_done
    FROM (pg_stat_get_progress_info('CREATE INDEX'::text) s(pid, datid, relid, param1, param2, param3, param4, param5, p...
      LEFT JOIN pg_database d ON ((s.datid = d.oid)));
+pg_stat_progress_data_checksums| SELECT s.pid,
+    s.datid,
+    d.datname,
+        CASE s.param1
+            WHEN 0 THEN 'enabling'::text
+            WHEN 1 THEN 'disabling'::text
+            WHEN 2 THEN 'waiting'::text
+            WHEN 3 THEN 'waiting on backends'::text
+            WHEN 4 THEN 'waiting on temporary tables'::text
+            WHEN 5 THEN 'done'::text
+            ELSE NULL::text
+        END AS phase,
+        CASE s.param2
...
tap
[19:10:42.965](0.441s) not ok 1 - ensure checksums are disabled
tap
[19:10:43.064](0.505s) not ok 1 - ensure checksums are disabled
[19:14:09.336](206.206s) # poll_query_until timed out executing this query:
[19:14:09.337](0.001s) not ok 3 - ensure checksums aren't enabled yet
tap
[19:10:44.090](1.330s) not ok 1 - ensure checksums are turned off on primary
[19:10:44.161](0.070s) not ok 2 - ensure checksums are turned off on standby_1
[19:14:10.369](206.207s) # poll_query_until timed out executing this query:
[19:14:10.369](0.001s) not ok 3 - ensure checksums are in progress on primary
tap
[19:10:43.241](0.402s) not ok 1 - ensure checksums are disabled
[19:10:43.371](0.130s) Bail out!  command "pg_checksums -D /tmp/cirrus-ci-build/build/testrun/checksums/004_offline/data...
tap
[19:09:28.344](0.000s) not ok 23 - data_checksums=on is reported on an offline cluster stdout /(?^:^on$)/
tap
[19:08:42.861](69.576s) not ok 5 - regression tests pass
tap
[19:09:13.765](68.132s) not ok 2 - regression tests pass
test
[19:14:10.905]  32/316 postgresql:regress / regress/regress                                            ERROR            ...
[19:14:10.905] 126/316 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[19:14:10.905] 152/316 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[19:14:10.905] 156/316 postgresql:pg_checksums / pg_checksums/002_actions                              ERROR            ...
[19:14:10.905] 303/316 postgresql:checksums / checksums/004_offline                                    ERROR            ...
[19:14:10.905] 304/316 postgresql:checksums / checksums/001_basic                                      ERROR            ...
[19:14:10.905] 315/316 postgresql:checksums / checksums/002_restarts                                   ERROR           2...
[19:14:10.905] 316/316 postgresql:checksums / checksums/003_standby_restarts                           ERROR           2...
Windows - Server 2019, VS 2019 - Meson & ninja
core
000000c0`49bff578 00007ffc`44dcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c0`49bff580 00007ffc`439a4cb0     ntdll!TppWorkerThread+0x2df
000000c0`49bff870 00007ffc`44e3ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c0`49bff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c0`493ffac8 00007ff6`52bbec07     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000c0`493ffad0 00007ff6`52a7be44     postgres!SubPostmasterMain(
000000c0`493ffb40 00007ff6`53070409     postgres!main(
000000c0`493ffb80 00007ff6`5307035e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c0`493ffbd0 00007ff6`5307021e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c0`493ffc40 00007ff6`5307047e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000c0`493ffc70 00007ffc`439a4cb0     postgres!mainCRTStartup(
000000c0`493ffca0 00007ffc`44e3ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c0`493ffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c0`497ff798 00007ffc`44dcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c0`497ff7a0 00007ffc`439a4cb0     ntdll!TppWorkerThread+0x2df
000000c0`497ffa90 00007ffc`44e3ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c0`497ffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000061`7f7ff5b8 00007ffc`44dcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000061`7f7ff5c0 00007ffc`439a4cb0     ntdll!TppWorkerThread+0x2df
00000061`7f7ff8b0 00007ffc`44e3ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000061`7f7ff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000061`7f3ffb78 00007ff6`52bbec07     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000061`7f3ffb80 00007ff6`52a7be44     postgres!SubPostmasterMain(
00000061`7f3ffbf0 00007ff6`53070409     postgres!main(
00000061`7f3ffc30 00007ff6`5307035e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000061`7f3ffc80 00007ff6`5307021e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000061`7f3ffcf0 00007ff6`5307047e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000061`7f3ffd20 00007ffc`439a4cb0     postgres!mainCRTStartup(
00000061`7f3ffd50 00007ffc`44e3ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000061`7f3ffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000061`7fbff978 00007ffc`44dcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000061`7fbff980 00007ffc`439a4cb0     ntdll!TppWorkerThread+0x2df
00000061`7fbffc70 00007ffc`44e3ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000061`7fbffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004e`733ff778 00007ffc`44dcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004e`733ff780 00007ffc`439a4cb0     ntdll!TppWorkerThread+0x2df
0000004e`733ffa70 00007ffc`44e3ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000004e`733ffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004e`72fff7e8 00007ff6`52bbec07     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
0000004e`72fff7f0 00007ff6`52a7be44     postgres!SubPostmasterMain(
0000004e`72fff860 00007ff6`53070409     postgres!main(
0000004e`72fff8a0 00007ff6`5307035e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000004e`72fff8f0 00007ff6`5307021e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000004e`72fff960 00007ff6`5307047e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
0000004e`72fff990 00007ffc`439a4cb0     postgres!mainCRTStartup(
0000004e`72fff9c0 00007ffc`44e3ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000004e`72fff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004e`73bff6e8 00007ffc`44dcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004e`73bff6f0 00007ffc`439a4cb0     ntdll!TppWorkerThread+0x2df
0000004e`73bff9e0 00007ffc`44e3ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000004e`73bffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004e`737ff868 00007ffc`44dcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004e`737ff870 00007ffc`439a4cb0     ntdll!TppWorkerThread+0x2df
0000004e`737ffb60 00007ffc`44e3ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000004e`737ffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000072`1f3ff868 00007ffc`44dcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000072`1f3ff870 00007ffc`439a4cb0     ntdll!TppWorkerThread+0x2df
00000072`1f3ffb60 00007ffc`44e3ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000072`1f3ffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000072`1ebff5b8 00007ff6`52bbec07     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000072`1ebff5c0 00007ff6`52a7be44     postgres!SubPostmasterMain(
00000072`1ebff630 00007ff6`53070409     postgres!main(
00000072`1ebff670 00007ff6`5307035e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000072`1ebff6c0 00007ff6`5307021e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000072`1ebff730 00007ff6`5307047e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000072`1ebff760 00007ffc`439a4cb0     postgres!mainCRTStartup(
00000072`1ebff790 00007ffc`44e3ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000072`1ebff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000072`1efffa68 00007ffc`44dcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000072`1efffa70 00007ffc`439a4cb0     ntdll!TppWorkerThread+0x2df
00000072`1efffd60 00007ffc`44e3ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000072`1efffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a2`4afff5e8 00007ff6`52bbec07     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000a2`4afff5f0 00007ff6`52a7be44     postgres!SubPostmasterMain(
000000a2`4afff660 00007ff6`53070409     postgres!main(
000000a2`4afff6a0 00007ff6`5307035e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a2`4afff6f0 00007ff6`5307021e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a2`4afff760 00007ff6`5307047e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000a2`4afff790 00007ffc`439a4cb0     postgres!mainCRTStartup(
000000a2`4afff7c0 00007ffc`44e3ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a2`4afff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a2`4b3ffb78 00007ffc`44dcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a2`4b3ffb80 00007ffc`439a4cb0     ntdll!TppWorkerThread+0x2df
000000a2`4b3ffe70 00007ffc`44e3ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a2`4b3ffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a2`4b7ff5d8 00007ffc`44dcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a2`4b7ff5e0 00007ffc`439a4cb0     ntdll!TppWorkerThread+0x2df
000000a2`4b7ff8d0 00007ffc`44e3ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a2`4b7ff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000b`141ff798 00007ffc`44dcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000b`141ff7a0 00007ffc`439a4cb0     ntdll!TppWorkerThread+0x2df
0000000b`141ffa90 00007ffc`44e3ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000000b`141ffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000b`13dffc88 00007ff6`52bbec07     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
0000000b`13dffc90 00007ff6`52a7be44     postgres!SubPostmasterMain(
0000000b`13dffd00 00007ff6`53070409     postgres!main(
0000000b`13dffd40 00007ff6`5307035e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000000b`13dffd90 00007ff6`5307021e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000000b`13dffe00 00007ff6`5307047e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
0000000b`13dffe30 00007ffc`439a4cb0     postgres!mainCRTStartup(
0000000b`13dffe60 00007ffc`44e3ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000000b`13dffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000b`145ff7e8 00007ffc`44dcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000b`145ff7f0 00007ffc`439a4cb0     ntdll!TppWorkerThread+0x2df
0000000b`145ffae0 00007ffc`44e3ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000000b`145ffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000084`6e1ffca8 00007ff6`52bbec07     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000084`6e1ffcb0 00007ff6`52a7be44     postgres!SubPostmasterMain(
00000084`6e1ffd20 00007ff6`53070409     postgres!main(
00000084`6e1ffd60 00007ff6`5307035e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000084`6e1ffdb0 00007ff6`5307021e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000084`6e1ffe20 00007ff6`5307047e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000084`6e1ffe50 00007ffc`439a4cb0     postgres!mainCRTStartup(
00000084`6e1ffe80 00007ffc`44e3ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000084`6e1ffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000084`6e9ff548 00007ffc`44dcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000084`6e9ff550 00007ffc`439a4cb0     ntdll!TppWorkerThread+0x2df
00000084`6e9ff840 00007ffc`44e3ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000084`6e9ff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000084`6e5ff9c8 00007ffc`44dcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000084`6e5ff9d0 00007ffc`439a4cb0     ntdll!TppWorkerThread+0x2df
00000084`6e5ffcc0 00007ffc`44e3ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000084`6e5ffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000061`8ddff9b8 00007ffc`44dcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000061`8ddff9c0 00007ffc`439a4cb0     ntdll!TppWorkerThread+0x2df
00000061`8ddffcb0 00007ffc`44e3ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000061`8ddffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000061`8d9ffa68 00007ff6`52bbec07     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000061`8d9ffa70 00007ff6`52a7be44     postgres!SubPostmasterMain(
00000061`8d9ffae0 00007ff6`53070409     postgres!main(
00000061`8d9ffb20 00007ff6`5307035e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000061`8d9ffb70 00007ff6`5307021e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000061`8d9ffbe0 00007ff6`5307047e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000061`8d9ffc10 00007ffc`439a4cb0     postgres!mainCRTStartup(
00000061`8d9ffc40 00007ffc`44e3ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000061`8d9ffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000061`8e1ff6a8 00007ffc`44dcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000061`8e1ff6b0 00007ffc`439a4cb0     ntdll!TppWorkerThread+0x2df
00000061`8e1ff9a0 00007ffc`44e3ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000061`8e1ff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ab`6c1ff938 00007ffc`44dcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ab`6c1ff940 00007ffc`439a4cb0     ntdll!TppWorkerThread+0x2df
000000ab`6c1ffc30 00007ffc`44e3ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ab`6c1ffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ab`6bdffc48 00007ff6`52bbec07     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000ab`6bdffc50 00007ff6`52a7be44     postgres!SubPostmasterMain(
000000ab`6bdffcc0 00007ff6`53070409     postgres!main(
000000ab`6bdffd00 00007ff6`5307035e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ab`6bdffd50 00007ff6`5307021e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ab`6bdffdc0 00007ff6`5307047e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000ab`6bdffdf0 00007ffc`439a4cb0     postgres!mainCRTStartup(
000000ab`6bdffe20 00007ffc`44e3ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ab`6bdffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ab`6c5ff6a8 00007ffc`44dcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ab`6c5ff6b0 00007ffc`439a4cb0     ntdll!TppWorkerThread+0x2df
000000ab`6c5ff9a0 00007ffc`44e3ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ab`6c5ff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000075`1f7ff9e8 00007ffc`44dcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000075`1f7ff9f0 00007ffc`439a4cb0     ntdll!TppWorkerThread+0x2df
00000075`1f7ffce0 00007ffc`44e3ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000075`1f7ffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000075`1f3ffc28 00007ff6`52bbec07     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000075`1f3ffc30 00007ff6`52a7be44     postgres!SubPostmasterMain(
00000075`1f3ffca0 00007ff6`53070409     postgres!main(
00000075`1f3ffce0 00007ff6`5307035e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000075`1f3ffd30 00007ff6`5307021e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000075`1f3ffda0 00007ff6`5307047e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000075`1f3ffdd0 00007ffc`439a4cb0     postgres!mainCRTStartup(
00000075`1f3ffe00 00007ffc`44e3ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000075`1f3ffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000075`1fbff508 00007ffc`44dcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000075`1fbff510 00007ffc`439a4cb0     ntdll!TppWorkerThread+0x2df
00000075`1fbff800 00007ffc`44e3ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000075`1fbff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a6`6f9ff648 00007ffc`44dcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a6`6f9ff650 00007ffc`439a4cb0     ntdll!TppWorkerThread+0x2df
000000a6`6f9ff940 00007ffc`44e3ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a6`6f9ff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a6`6fdff5f8 00007ffc`44dcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a6`6fdff600 00007ffc`439a4cb0     ntdll!TppWorkerThread+0x2df
000000a6`6fdff8f0 00007ffc`44e3ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a6`6fdff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a6`6f5ff7e8 00007ffc`44dcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a6`6f5ff7f0 00007ffc`439a4cb0     ntdll!TppWorkerThread+0x2df
000000a6`6f5ffae0 00007ffc`44e3ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a6`6f5ffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a6`6f1ff838 00007ff6`52bbec07     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000a6`6f1ff840 00007ff6`52a7be44     postgres!SubPostmasterMain(
000000a6`6f1ff8b0 00007ff6`53070409     postgres!main(
000000a6`6f1ff8f0 00007ff6`5307035e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a6`6f1ff940 00007ff6`5307021e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a6`6f1ff9b0 00007ff6`5307047e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000a6`6f1ff9e0 00007ffc`439a4cb0     postgres!mainCRTStartup(
000000a6`6f1ffa10 00007ffc`44e3ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a6`6f1ffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c6`509ff728 00007ffc`44dcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c6`509ff730 00007ffc`439a4cb0     ntdll!TppWorkerThread+0x2df
000000c6`509ffa20 00007ffc`44e3ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c6`509ffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c6`50dff7f8 00007ffc`44dcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c6`50dff800 00007ffc`439a4cb0     ntdll!TppWorkerThread+0x2df
000000c6`50dffaf0 00007ffc`44e3ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c6`50dffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c6`505ff908 00007ff6`52bbec07     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000c6`505ff910 00007ff6`52a7be44     postgres!SubPostmasterMain(
000000c6`505ff980 00007ff6`53070409     postgres!main(
000000c6`505ff9c0 00007ff6`5307035e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c6`505ffa10 00007ff6`5307021e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c6`505ffa80 00007ff6`5307047e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000c6`505ffab0 00007ffc`439a4cb0     postgres!mainCRTStartup(
000000c6`505ffae0 00007ffc`44e3ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c6`505ffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f3`51dff988 00007ff6`52bbec07     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000f3`51dff990 00007ff6`52a7be44     postgres!SubPostmasterMain(
000000f3`51dffa00 00007ff6`53070409     postgres!main(
000000f3`51dffa40 00007ff6`5307035e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f3`51dffa90 00007ff6`5307021e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f3`51dffb00 00007ff6`5307047e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000f3`51dffb30 00007ffc`439a4cb0     postgres!mainCRTStartup(
000000f3`51dffb60 00007ffc`44e3ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f3`51dffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f3`525ff918 00007ffc`44dcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f3`525ff920 00007ffc`439a4cb0     ntdll!TppWorkerThread+0x2df
000000f3`525ffc10 00007ffc`44e3ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f3`525ffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f3`521ff838 00007ffc`44dcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f3`521ff840 00007ffc`439a4cb0     ntdll!TppWorkerThread+0x2df
000000f3`521ffb30 00007ffc`44e3ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f3`521ffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000096`64dff818 00007ff6`52bbec07     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000096`64dff820 00007ff6`52a7be44     postgres!SubPostmasterMain(
00000096`64dff890 00007ff6`53070409     postgres!main(
00000096`64dff8d0 00007ff6`5307035e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000096`64dff920 00007ff6`5307021e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000096`64dff990 00007ff6`5307047e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000096`64dff9c0 00007ffc`439a4cb0     postgres!mainCRTStartup(
00000096`64dff9f0 00007ffc`44e3ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000096`64dffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000096`655ff4e8 00007ffc`44dcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000096`655ff4f0 00007ffc`439a4cb0     ntdll!TppWorkerThread+0x2df
00000096`655ff7e0 00007ffc`44e3ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000096`655ff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000096`651ff7c8 00007ffc`44dcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000096`651ff7d0 00007ffc`439a4cb0     ntdll!TppWorkerThread+0x2df
00000096`651ffac0 00007ffc`44e3ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000096`651ffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000090`b8bffb18 00007ff6`52bbec07     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000090`b8bffb20 00007ff6`52a7be44     postgres!SubPostmasterMain(
00000090`b8bffb90 00007ff6`53070409     postgres!main(
00000090`b8bffbd0 00007ff6`5307035e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000090`b8bffc20 00007ff6`5307021e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000090`b8bffc90 00007ff6`5307047e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000090`b8bffcc0 00007ffc`439a4cb0     postgres!mainCRTStartup(
00000090`b8bffcf0 00007ffc`44e3ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000090`b8bffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000090`b8fffc18 00007ffc`44dcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000090`b8fffc20 00007ffc`439a4cb0     ntdll!TppWorkerThread+0x2df
00000090`b8ffff10 00007ffc`44e3ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000090`b8ffff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000090`b93ff598 00007ffc`44dcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000090`b93ff5a0 00007ffc`439a4cb0     ntdll!TppWorkerThread+0x2df
00000090`b93ff890 00007ffc`44e3ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000090`b93ff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000007`c3dffba8 00007ff6`52bbec07     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000007`c3dffbb0 00007ff6`52a7be44     postgres!SubPostmasterMain(
00000007`c3dffc20 00007ff6`53070409     postgres!main(
00000007`c3dffc60 00007ff6`5307035e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000007`c3dffcb0 00007ff6`5307021e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000007`c3dffd20 00007ff6`5307047e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000007`c3dffd50 00007ffc`439a4cb0     postgres!mainCRTStartup(
00000007`c3dffd80 00007ffc`44e3ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000007`c3dffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000007`c45ff8f8 00007ffc`44dcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000007`c45ff900 00007ffc`439a4cb0     ntdll!TppWorkerThread+0x2df
00000007`c45ffbf0 00007ffc`44e3ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000007`c45ffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000007`c41ffad8 00007ffc`44dcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000007`c41ffae0 00007ffc`439a4cb0     ntdll!TppWorkerThread+0x2df
00000007`c41ffdd0 00007ffc`44e3ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000007`c41ffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001c`89fffa98 00007ffc`44dcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001c`89fffaa0 00007ffc`439a4cb0     ntdll!TppWorkerThread+0x2df
0000001c`89fffd90 00007ffc`44e3ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000001c`89fffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001c`89bff998 00007ff6`52bbec07     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
0000001c`89bff9a0 00007ff6`52a7be44     postgres!SubPostmasterMain(
0000001c`89bffa10 00007ff6`53070409     postgres!main(
0000001c`89bffa50 00007ff6`5307035e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000001c`89bffaa0 00007ff6`5307021e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000001c`89bffb10 00007ff6`5307047e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
0000001c`89bffb40 00007ffc`439a4cb0     postgres!mainCRTStartup(
0000001c`89bffb70 00007ffc`44e3ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000001c`89bffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001c`8a3ffb48 00007ffc`44dcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001c`8a3ffb50 00007ffc`439a4cb0     ntdll!TppWorkerThread+0x2df
0000001c`8a3ffe40 00007ffc`44e3ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000001c`8a3ffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000037`5dfff748 00007ffc`44dcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000037`5dfff750 00007ffc`439a4cb0     ntdll!TppWorkerThread+0x2df
00000037`5dfffa40 00007ffc`44e3ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000037`5dfffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000037`5dbffba8 00007ff6`52bbec07     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000037`5dbffbb0 00007ff6`52a7be44     postgres!SubPostmasterMain(
00000037`5dbffc20 00007ff6`53070409     postgres!main(
00000037`5dbffc60 00007ff6`5307035e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000037`5dbffcb0 00007ff6`5307021e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000037`5dbffd20 00007ff6`5307047e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000037`5dbffd50 00007ffc`439a4cb0     postgres!mainCRTStartup(
00000037`5dbffd80 00007ffc`44e3ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000037`5dbffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000037`5e3ffb28 00007ffc`44dcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000037`5e3ffb30 00007ffc`439a4cb0     ntdll!TppWorkerThread+0x2df
00000037`5e3ffe20 00007ffc`44e3ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000037`5e3ffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fa`2ffff728 00007ffc`44dcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fa`2ffff730 00007ffc`439a4cb0     ntdll!TppWorkerThread+0x2df
000000fa`2ffffa20 00007ffc`44e3ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000fa`2ffffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fa`2fbff908 00007ff6`52bbec07     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000fa`2fbff910 00007ff6`52a7be44     postgres!SubPostmasterMain(
000000fa`2fbff980 00007ff6`53070409     postgres!main(
000000fa`2fbff9c0 00007ff6`5307035e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000fa`2fbffa10 00007ff6`5307021e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000fa`2fbffa80 00007ff6`5307047e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000fa`2fbffab0 00007ffc`439a4cb0     postgres!mainCRTStartup(
000000fa`2fbffae0 00007ffc`44e3ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000fa`2fbffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fa`303ff9b8 00007ffc`44dcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fa`303ff9c0 00007ffc`439a4cb0     ntdll!TppWorkerThread+0x2df
000000fa`303ffcb0 00007ffc`44e3ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000fa`303ffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008b`b6bff818 00007ff6`52bbec07     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
0000008b`b6bff820 00007ff6`52a7be44     postgres!SubPostmasterMain(
0000008b`b6bff890 00007ff6`53070409     postgres!main(
0000008b`b6bff8d0 00007ff6`5307035e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000008b`b6bff920 00007ff6`5307021e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000008b`b6bff990 00007ff6`5307047e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
0000008b`b6bff9c0 00007ffc`439a4cb0     postgres!mainCRTStartup(
0000008b`b6bff9f0 00007ffc`44e3ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000008b`b6bffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008b`b73ff978 00007ffc`44dcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008b`b73ff980 00007ffc`439a4cb0     ntdll!TppWorkerThread+0x2df
0000008b`b73ffc70 00007ffc`44e3ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000008b`b73ffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008b`b6fffbb8 00007ffc`44dcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008b`b6fffbc0 00007ffc`439a4cb0     ntdll!TppWorkerThread+0x2df
0000008b`b6fffeb0 00007ffc`44e3ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000008b`b6fffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000057`509ffa98 00007ff6`52bbec07     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000057`509ffaa0 00007ff6`52a7be44     postgres!SubPostmasterMain(
00000057`509ffb10 00007ff6`53070409     postgres!main(
00000057`509ffb50 00007ff6`5307035e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000057`509ffba0 00007ff6`5307021e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000057`509ffc10 00007ff6`5307047e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000057`509ffc40 00007ffc`439a4cb0     postgres!mainCRTStartup(
00000057`509ffc70 00007ffc`44e3ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000057`509ffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000057`511ff668 00007ffc`44dcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000057`511ff670 00007ffc`439a4cb0     ntdll!TppWorkerThread+0x2df
00000057`511ff960 00007ffc`44e3ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000057`511ff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000057`50dff578 00007ffc`44dcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000057`50dff580 00007ffc`439a4cb0     ntdll!TppWorkerThread+0x2df
00000057`50dff870 00007ffc`44e3ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000057`50dff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000081`6c1ff848 00007ffc`44dcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000081`6c1ff850 00007ffc`439a4cb0     ntdll!TppWorkerThread+0x2df
00000081`6c1ffb40 00007ffc`44e3ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000081`6c1ffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000081`6bdffb78 00007ffc`44dcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000081`6bdffb80 00007ffc`439a4cb0     ntdll!TppWorkerThread+0x2df
00000081`6bdffe70 00007ffc`44e3ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000081`6bdffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000081`6b9ffc38 00007ff6`52bbec07     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000081`6b9ffc40 00007ff6`52a7be44     postgres!SubPostmasterMain(
00000081`6b9ffcb0 00007ff6`53070409     postgres!main(
00000081`6b9ffcf0 00007ff6`5307035e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000081`6b9ffd40 00007ff6`5307021e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000081`6b9ffdb0 00007ff6`5307047e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000081`6b9ffde0 00007ffc`439a4cb0     postgres!mainCRTStartup(
00000081`6b9ffe10 00007ffc`44e3ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000081`6b9ffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c0`febff678 00007ffc`44dcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c0`febff680 00007ffc`439a4cb0     ntdll!TppWorkerThread+0x2df
000000c0`febff970 00007ffc`44e3ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c0`febff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c0`fe7ff488 00007ffc`44dcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c0`fe7ff490 00007ffc`439a4cb0     ntdll!TppWorkerThread+0x2df
000000c0`fe7ff780 00007ffc`44e3ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c0`fe7ff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c0`fe3ff5d8 00007ff6`52bbec07     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000c0`fe3ff5e0 00007ff6`52a7be44     postgres!SubPostmasterMain(
000000c0`fe3ff650 00007ff6`53070409     postgres!main(
000000c0`fe3ff690 00007ff6`5307035e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c0`fe3ff6e0 00007ff6`5307021e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c0`fe3ff750 00007ff6`5307047e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000c0`fe3ff780 00007ffc`439a4cb0     postgres!mainCRTStartup(
000000c0`fe3ff7b0 00007ffc`44e3ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c0`fe3ff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000e`563ff998 00007ff6`52bbec07     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
0000000e`563ff9a0 00007ff6`52a7be44     postgres!SubPostmasterMain(
0000000e`563ffa10 00007ff6`53070409     postgres!main(
0000000e`563ffa50 00007ff6`5307035e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000000e`563ffaa0 00007ff6`5307021e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000000e`563ffb10 00007ff6`5307047e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
0000000e`563ffb40 00007ffc`439a4cb0     postgres!mainCRTStartup(
0000000e`563ffb70 00007ffc`44e3ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000000e`563ffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000e`56bff558 00007ffc`44dcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000e`56bff560 00007ffc`439a4cb0     ntdll!TppWorkerThread+0x2df
0000000e`56bff850 00007ffc`44e3ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000000e`56bff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000e`567ff578 00007ffc`44dcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000e`567ff580 00007ffc`439a4cb0     ntdll!TppWorkerThread+0x2df
0000000e`567ff870 00007ffc`44e3ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000000e`567ff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000029`31bffb08 00007ff6`52bbec07     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000029`31bffb10 00007ff6`52a7be44     postgres!SubPostmasterMain(
00000029`31bffb80 00007ff6`53070409     postgres!main(
00000029`31bffbc0 00007ff6`5307035e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000029`31bffc10 00007ff6`5307021e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000029`31bffc80 00007ff6`5307047e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000029`31bffcb0 00007ffc`439a4cb0     postgres!mainCRTStartup(
00000029`31bffce0 00007ffc`44e3ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000029`31bffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000029`323ff778 00007ffc`44dcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000029`323ff780 00007ffc`439a4cb0     ntdll!TppWorkerThread+0x2df
00000029`323ffa70 00007ffc`44e3ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000029`323ffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000029`31fff688 00007ffc`44dcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000029`31fff690 00007ffc`439a4cb0     ntdll!TppWorkerThread+0x2df
00000029`31fff980 00007ffc`44e3ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000029`31fff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a9`667ff748 00007ff6`52bbec07     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000a9`667ff750 00007ff6`52a7be44     postgres!SubPostmasterMain(
000000a9`667ff7c0 00007ff6`53070409     postgres!main(
000000a9`667ff800 00007ff6`5307035e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a9`667ff850 00007ff6`5307021e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a9`667ff8c0 00007ff6`5307047e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000a9`667ff8f0 00007ffc`439a4cb0     postgres!mainCRTStartup(
000000a9`667ff920 00007ffc`44e3ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a9`667ff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a9`66bff838 00007ffc`44dcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a9`66bff840 00007ffc`439a4cb0     ntdll!TppWorkerThread+0x2df
000000a9`66bffb30 00007ffc`44e3ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a9`66bffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a9`66fffc28 00007ffc`44dcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a9`66fffc30 00007ffc`439a4cb0     ntdll!TppWorkerThread+0x2df
000000a9`66ffff20 00007ffc`44e3ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a9`66ffff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c7`945ffb68 00007ffc`44dcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c7`945ffb70 00007ffc`439a4cb0     ntdll!TppWorkerThread+0x2df
000000c7`945ffe60 00007ffc`44e3ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c7`945ffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c7`93dff838 00007ff6`52bbec07     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000c7`93dff840 00007ff6`52a7be44     postgres!SubPostmasterMain(
000000c7`93dff8b0 00007ff6`53070409     postgres!main(
000000c7`93dff8f0 00007ff6`5307035e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c7`93dff940 00007ff6`5307021e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c7`93dff9b0 00007ff6`5307047e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000c7`93dff9e0 00007ffc`439a4cb0     postgres!mainCRTStartup(
000000c7`93dffa10 00007ffc`44e3ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c7`93dffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c7`941ff908 00007ffc`44dcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c7`941ff910 00007ffc`439a4cb0     ntdll!TppWorkerThread+0x2df
000000c7`941ffc00 00007ffc`44e3ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c7`941ffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001c`f1fff4a8 00007ffc`44dcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001c`f1fff4b0 00007ffc`439a4cb0     ntdll!TppWorkerThread+0x2df
0000001c`f1fff7a0 00007ffc`44e3ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000001c`f1fff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001c`f1bffa28 00007ff6`52bbec07     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
0000001c`f1bffa30 00007ff6`52a7be44     postgres!SubPostmasterMain(
0000001c`f1bffaa0 00007ff6`53070409     postgres!main(
0000001c`f1bffae0 00007ff6`5307035e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000001c`f1bffb30 00007ff6`5307021e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000001c`f1bffba0 00007ff6`5307047e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
0000001c`f1bffbd0 00007ffc`439a4cb0     postgres!mainCRTStartup(
0000001c`f1bffc00 00007ffc`44e3ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000001c`f1bffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001c`f27ff988 00007ffc`44dcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001c`f27ff990 00007ffc`439a4cb0     ntdll!TppWorkerThread+0x2df
0000001c`f27ffc80 00007ffc`44e3ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000001c`f27ffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001c`f23ffac8 00007ffc`44dcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001c`f23ffad0 00007ffc`439a4cb0     ntdll!TppWorkerThread+0x2df
0000001c`f23ffdc0 00007ffc`44e3ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000001c`f23ffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c7`35dff5e8 00007ff6`52bbec07     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000c7`35dff5f0 00007ff6`52a7be44     postgres!SubPostmasterMain(
000000c7`35dff660 00007ff6`53070409     postgres!main(
000000c7`35dff6a0 00007ff6`5307035e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c7`35dff6f0 00007ff6`5307021e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c7`35dff760 00007ff6`5307047e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000c7`35dff790 00007ffc`439a4cb0     postgres!mainCRTStartup(
000000c7`35dff7c0 00007ffc`44e3ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c7`35dff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c7`361ff528 00007ffc`44dcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c7`361ff530 00007ffc`439a4cb0     ntdll!TppWorkerThread+0x2df
000000c7`361ff820 00007ffc`44e3ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c7`361ff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c7`365ff8c8 00007ffc`44dcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c7`365ff8d0 00007ffc`439a4cb0     ntdll!TppWorkerThread+0x2df
000000c7`365ffbc0 00007ffc`44e3ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c7`365ffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/rules.out C:/cirrus/build/testrun/pg_upgrade/002_pg_upg...
--- C:/cirrus/src/test/regress/expected/rules.out	2024-10-26 19:03:13.700229700 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/rules.out	2024-10-26 19:06:21.740895100 +0000
@@ -2032,6 +2032,34 @@
     s.param15 AS partitions_done
    FROM (pg_stat_get_progress_info('CREATE INDEX'::text) s(pid, datid, relid, param1, param2, param3, param4, param5, p...
      LEFT JOIN pg_database d ON ((s.datid = d.oid)));
+pg_stat_progress_data_checksums| SELECT s.pid,
+    s.datid,
+    d.datname,
+        CASE s.param1
+            WHEN 0 THEN 'enabling'::text
+            WHEN 1 THEN 'disabling'::text
+            WHEN 2 THEN 'waiting'::text
+            WHEN 3 THEN 'waiting on backends'::text
+            WHEN 4 THEN 'waiting on temporary tables'::text
+            WHEN 5 THEN 'done'::text
+            ELSE NULL::text
+        END AS phase,
+        CASE s.param2
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/rules.out C:/cirrus/build/testrun/recovery/027_stream_r...
--- C:/cirrus/src/test/regress/expected/rules.out	2024-10-26 19:03:13.700229700 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/rules.out	2024-10-26 19:08:38.008092600 +0000
@@ -2032,6 +2032,34 @@
     s.param15 AS partitions_done
    FROM (pg_stat_get_progress_info('CREATE INDEX'::text) s(pid, datid, relid, param1, param2, param3, param4, param5, p...
      LEFT JOIN pg_database d ON ((s.datid = d.oid)));
+pg_stat_progress_data_checksums| SELECT s.pid,
+    s.datid,
+    d.datname,
+        CASE s.param1
+            WHEN 0 THEN 'enabling'::text
+            WHEN 1 THEN 'disabling'::text
+            WHEN 2 THEN 'waiting'::text
+            WHEN 3 THEN 'waiting on backends'::text
+            WHEN 4 THEN 'waiting on temporary tables'::text
+            WHEN 5 THEN 'done'::text
+            ELSE NULL::text
+        END AS phase,
+        CASE s.param2
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/rules.out C:/cirrus/build/testrun/regress/regress/resul...
--- C:/cirrus/src/test/regress/expected/rules.out	2024-10-26 19:03:13.700229700 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/rules.out	2024-10-26 19:06:15.326825600 +0000
@@ -2032,6 +2032,34 @@
     s.param15 AS partitions_done
    FROM (pg_stat_get_progress_info('CREATE INDEX'::text) s(pid, datid, relid, param1, param2, param3, param4, param5, p...
      LEFT JOIN pg_database d ON ((s.datid = d.oid)));
+pg_stat_progress_data_checksums| SELECT s.pid,
+    s.datid,
+    d.datname,
+        CASE s.param1
+            WHEN 0 THEN 'enabling'::text
+            WHEN 1 THEN 'disabling'::text
+            WHEN 2 THEN 'waiting'::text
+            WHEN 3 THEN 'waiting on backends'::text
+            WHEN 4 THEN 'waiting on temporary tables'::text
+            WHEN 5 THEN 'done'::text
+            ELSE NULL::text
+        END AS phase,
+        CASE s.param2
...
tap
[19:15:30.162](1.286s) not ok 1 - ensure checksums are disabled
[19:20:42.753](312.591s) # poll_query_until timed out executing this query:
[19:20:42.755](0.002s) not ok 2 - ensure checksums are enabled
[19:25:48.517](305.279s) # poll_query_until timed out executing this query:
[19:25:48.519](0.002s) not ok 7 - ensure checksums are enabled
tap
[19:15:30.774](1.439s) not ok 1 - ensure checksums are disabled
[19:20:43.268](312.240s) # poll_query_until timed out executing this query:
[19:20:43.271](0.003s) not ok 3 - ensure checksums aren't enabled yet
tap
[19:15:44.261](12.844s) not ok 1 - ensure checksums are turned off on primary
[19:15:44.378](0.116s) not ok 2 - ensure checksums are turned off on standby_1
[19:20:54.454](310.075s) # poll_query_until timed out executing this query:
[19:20:54.456](0.002s) not ok 3 - ensure checksums are in progress on primary
[19:25:59.468](305.011s) # poll_query_until timed out executing this query:
[19:25:59.470](0.002s) not ok 4 - ensure standby has absorbed the inprogress-on barrier
[19:25:59.535](0.065s) not ok 5 - ensure checksums are on, or in progress, on standby_1
[19:31:02.840](303.304s) # poll_query_until timed out executing this query:
[19:31:02.842](0.002s) not ok 6 - ensure checksums are enabled on the primary
tap
[19:15:35.220](1.236s) not ok 1 - ensure checksums are disabled
[19:15:35.353](0.133s) Bail out!  command "pg_checksums -D C:\cirrus\build/testrun/checksums/004_offline\data/t_004_offl...
tap
[19:10:41.218](0.001s) not ok 23 - data_checksums=on is reported on an offline cluster stdout /(?^:^on$)/
tap
[19:07:08.746](113.028s) not ok 5 - regression tests pass
tap
[19:09:32.826](133.768s) not ok 2 - regression tests pass
test
[19:32:11.052]  21/311 postgresql:regress / regress/regress                                            ERROR           1...
[19:32:11.052]  39/311 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[19:32:11.052] 101/311 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
[19:32:11.052] 150/311 postgresql:pg_checksums / pg_checksums/002_actions                              ERROR            ...
[19:32:11.052] 300/311 postgresql:checksums / checksums/004_offline                                    ERROR            ...
[19:32:11.052] 308/311 postgresql:checksums / checksums/002_restarts                                   ERROR           3...
[19:32:11.052] 309/311 postgresql:checksums / checksums/001_basic                                      ERROR           6...
[19:32:11.052] 310/311 postgresql:pg_ctl / pg_ctl/004_logrotate                                        TIMEOUT        10...
[19:32:11.052] 311/311 postgresql:checksums / checksums/003_standby_restarts                           TIMEOUT        10...
51/5283 Replace IN VALUES with ANY in WHERE clauses during optimization
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/subselect.out C:/cirrus/build/testrun/regress/regress/r...
--- C:/cirrus/src/test/regress/expected/subselect.out	2024-10-26 18:25:32.457929600 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/subselect.out	2024-10-26 18:27:50.396656800 +0000
@@ -2313,15 +2313,16 @@
 EXPLAIN (COSTS OFF)
 SELECT c.oid,c.relname FROM pg_class c JOIN pg_am a USING (oid)
 WHERE c.oid IN (VALUES (1), (2));
-                          QUERY PLAN                           
----------------------------------------------------------------
- Hash Join
-   Hash Cond: (a.oid = c.oid)
-   ->  Seq Scan on pg_am a
-   ->  Hash
-         ->  Index Scan using pg_class_oid_index on pg_class c
-               Index Cond: (oid = ANY ('{1,2}'::integer[]))
-(6 rows)
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (c.oid = a.oid)
...
test
[18:36:49.700]   7/307 postgresql:regress / regress/regress                                            ERROR           1...
51/5272 Truncate logs by max_log_size
CompilerWarnings
compiler
[16:01:02.133] elog.c:1699:9: error: initializing 'char *' with an expression of type 'const char *' discards qualifiers...
compiler
[15:58:59.230] elog.c:1699:9: error: initializing 'char *' with an expression of type 'const char *' discards qualifiers...
compiler
[15:56:33.914] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar...
compiler
[15:54:31.776] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar...
compiler
[16:04:19.875] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar...
51/5012 Vacuum statistics
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out /tmp/cirrus-ci-build/bu...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-10-26 14:51:06.47759100...
+++ /tmp/cirrus-ci-build/build/testrun/isolation/isolation/results/vacuum-extending-in-repetable-read.out	2024-10-26 14:...
@@ -9,9 +9,10 @@
     FROM pg_stat_vacuum_tables vt, pg_class c
     WHERE vt.relname = 'test_vacuum_stat_isolation' AND vt.relid = c.oid;
 
-relname|tuples_deleted|dead_tuples|tuples_frozen
--------+--------------+-----------+-------------
-(0 rows)
+relname                   |tuples_deleted|dead_tuples|tuples_frozen
+--------------------------+--------------+-----------+-------------
+test_vacuum_stat_isolation|             0|          0|            0
+(1 row)
 
 step s1_begin_repeatable_read: 
   BEGIN transaction ISOLATION LEVEL REPEATABLE READ;
@@ -22,7 +23,8 @@
   100
 (1 row)
...
test
[14:56:50.652]  46/312 postgresql:isolation / isolation/isolation                                      ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out /tmp/cirrus-ci-build/sr...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-10-26 14:51:04.17438270...
+++ /tmp/cirrus-ci-build/src/test/isolation/output_iso/results/vacuum-extending-in-repetable-read.out	2024-10-26 14:56:4...
@@ -9,9 +9,10 @@
     FROM pg_stat_vacuum_tables vt, pg_class c
     WHERE vt.relname = 'test_vacuum_stat_isolation' AND vt.relid = c.oid;
 
-relname|tuples_deleted|dead_tuples|tuples_frozen
--------+--------------+-----------+-------------
-(0 rows)
+relname                   |tuples_deleted|dead_tuples|tuples_frozen
+--------------------------+--------------+-----------+-------------
+test_vacuum_stat_isolation|             0|          0|            0
+(1 row)
 
 step s1_begin_repeatable_read: 
   BEGIN transaction ISOLATION LEVEL REPEATABLE READ;
@@ -22,7 +23,8 @@
   100
 (1 row)
...
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out /tmp/cirrus-ci-build/bu...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-10-26 14:51:00.40251247...
+++ /tmp/cirrus-ci-build/build/testrun/isolation/isolation/results/vacuum-extending-in-repetable-read.out	2024-10-26 14:...
@@ -9,9 +9,10 @@
     FROM pg_stat_vacuum_tables vt, pg_class c
     WHERE vt.relname = 'test_vacuum_stat_isolation' AND vt.relid = c.oid;
 
-relname|tuples_deleted|dead_tuples|tuples_frozen
--------+--------------+-----------+-------------
-(0 rows)
+relname                   |tuples_deleted|dead_tuples|tuples_frozen
+--------------------------+--------------+-----------+-------------
+test_vacuum_stat_isolation|             0|          0|            0
+(1 row)
 
 step s1_begin_repeatable_read: 
   BEGIN transaction ISOLATION LEVEL REPEATABLE READ;
@@ -22,7 +23,8 @@
   100
 (1 row)
...
test
[14:59:10.241]  39/312 postgresql:isolation / isolation/isolation                                      ERROR            ...
macOS - Sonoma - Meson
test
[14:58:17.720]  41/312 postgresql:isolation / isolation/isolation                                      ERROR            ...
[14:58:17.720]  48/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/isolation/expected/vacuum-extending-in-repetable-read.out C:/cirrus/buil...
--- C:/cirrus/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-10-26 14:51:17.865164800 +0000
+++ C:/cirrus/build/testrun/isolation/isolation/results/vacuum-extending-in-repetable-read.out	2024-10-26 14:55:41.54203...
@@ -9,9 +9,10 @@
     FROM pg_stat_vacuum_tables vt, pg_class c
     WHERE vt.relname = 'test_vacuum_stat_isolation' AND vt.relid = c.oid;
 
-relname|tuples_deleted|dead_tuples|tuples_frozen
--------+--------------+-----------+-------------
-(0 rows)
+relname                   |tuples_deleted|dead_tuples|tuples_frozen
+--------------------------+--------------+-----------+-------------
+test_vacuum_stat_isolation|             0|          0|            0
+(1 row)
 
 step s1_begin_repeatable_read: 
   BEGIN transaction ISOLATION LEVEL REPEATABLE READ;
@@ -22,7 +23,8 @@
   100
 (1 row)
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/vacuum_tables_and_db_statistics.out C:/cirrus/build/tes...
--- C:/cirrus/src/test/regress/expected/vacuum_tables_and_db_statistics.out	2024-10-26 14:51:18.566404800 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/vacuum_tables_and_db_statistics.out	2024-10-26 14:55:36.783741200 +0...
@@ -219,7 +219,7 @@
 WHERE dbname = current_database();
              dbname             | db_blks_hit | total_blks_dirtied | total_blks_written | wal_records | wal_fpi | wal_b...
 --------------------------------+-------------+--------------------+--------------------+-------------+---------+------...
- regression_statistic_vacuum_db | t           | t                  | t                  | t           | t       | t    ...
+ regression_statistic_vacuum_db | t           | t                  | t                  | t           | t       | t    ...
 (1 row)
 
 DROP TABLE vestat CASCADE;
@@ -251,7 +251,7 @@
 WHERE dbname = 'regression_statistic_vacuum_db';
              dbname             | db_blks_hit | total_blks_dirtied | total_blks_written | wal_records | wal_fpi | wal_b...
 --------------------------------+-------------+--------------------+--------------------+-------------+---------+------...
- regression_statistic_vacuum_db | t           | t                  | t                  | t           | t       | t    ...
+ regression_statistic_vacuum_db | t           | t                  | t                  | t           | t       | t    ...
 (1 row)
 
...
test
[15:04:31.767]  26/307 postgresql:regress / regress/regress                                            ERROR           1...
[15:04:31.767]  31/307 postgresql:isolation / isolation/isolation                                      ERROR           1...
51/5246 Allow SQL functions use CachedPlan machinery
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upg...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-10-26 14:30:25.500109000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/xml.out	2024-10-26 14:32:03.529780000 +000...
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-10-26 14:30:25.500109000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/xml.out	2024-10-26 14:32:50.948709000 +0...
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/regress/regress/resul...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-10-26 14:30:25.500109000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/xml.out	2024-10-26 14:32:01.429894000 +0000
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
tap
[14:32:19.815](63.460s) not ok 5 - regression tests pass
tap
[14:33:06.618](72.633s) not ok 2 - regression tests pass
test
[14:35:02.745]  40/312 postgresql:regress / regress/regress                                            ERROR            ...
[14:35:02.745]  79/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[14:35:02.745] 152/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/result...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-10-26 14:30:23.992481693 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/xml.out	2024-10-26 14:35:49.759562977 +0000
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/src/test/regress/results/xml.out
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-10-26 14:30:23.992481693 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/xml.out	2024-10-26 14:34:08.035665128 +0000
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
tap
[14:35:56.017](105.069s) not ok 5 - regression tests pass
Linux - Debian Bookworm - Meson
core
[14:37:12.921] #0  0x00007f3de0aaed24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[14:37:12.921] #1  0x00007f3de0a5b239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[14:37:12.921] #2  0x00007f3de0b16184 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[14:37:12.921] #3  0x00007f3de0b287dc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[14:37:12.921] #0  <unavailable> in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upg...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-10-26 14:30:25.514725743 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/xml.out	2024-10-26 14:33:41.475365312 +000...
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-10-26 14:30:25.514725743 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/xml.out	2024-10-26 14:34:18.847050920 +0...
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/regress/regress/resul...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-10-26 14:30:25.514725743 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/xml.out	2024-10-26 14:33:38.107288018 +0000
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
tap
[14:33:52.786](70.494s) not ok 5 - regression tests pass
tap
[14:34:27.285](71.104s) not ok 2 - regression tests pass
test
[14:36:05.842]  43/312 postgresql:regress / regress/regress                                            ERROR            ...
[14:36:05.842] 125/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[14:36:05.842] 155/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/xml.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade...
--- /Users/admin/pgsql/src/test/regress/expected/xml.out	2024-10-26 14:30:53
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/xml.out	2024-10-26 14:33:04
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/xml.out /Users/admin/pgsql/build/testrun/recovery/027_stream_regre...
--- /Users/admin/pgsql/src/test/regress/expected/xml.out	2024-10-26 14:30:53
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/xml.out	2024-10-26 14:34:24
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/xml.out /Users/admin/pgsql/build/testrun/regress/regress/results/x...
--- /Users/admin/pgsql/src/test/regress/expected/xml.out	2024-10-26 14:30:53
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/xml.out	2024-10-26 14:33:03
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
tap
[14:33:14.880](53.684s) not ok 5 - regression tests pass
tap
[14:34:37.132](79.229s) not ok 2 - regression tests pass
test
[14:37:45.587]  25/312 postgresql:regress / regress/regress                                            ERROR            ...
[14:37:45.587]  46/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[14:37:45.587] 146/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
51/5004 CREATE INDEX CONCURRENTLY for partitioned tables
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_p...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-10-26 12:04:17.248244000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/indexing.out	2024-10-26 12:05:53.420096000...
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/recovery/027_str...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-10-26 12:04:17.248244000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/indexing.out	2024-10-26 12:06:32.9443310...
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/regress/regress/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-10-26 12:04:17.248244000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/indexing.out	2024-10-26 12:05:53.726426000 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[12:05:56.675](59.248s) not ok 5 - regression tests pass
tap
[12:06:35.168](60.457s) not ok 2 - regression tests pass
test
[12:21:35.317]  40/312 postgresql:regress / regress/regress                                            ERROR            ...
[12:21:35.317]  72/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[12:21:35.317] 131/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[12:21:35.317] 312/312 postgresql:isolation / isolation/isolation                                      TIMEOUT        10...
Linux - Debian Bookworm - Autoconf
core
[12:33:05.964] #0  0x00007f1cdab005b8 in ?? () from /lib64/ld-linux-x86-64.so.2
[12:33:05.964] #1  0x00007f1cdaae9cad in ?? () from /lib64/ld-linux-x86-64.so.2
[12:33:05.964] #2  0x00007f1cdaae562f in ?? () from /lib64/ld-linux-x86-64.so.2
[12:33:05.964] #3  0x00007f1cdaae7075 in ?? () from /lib64/ld-linux-x86-64.so.2
[12:33:05.964] #4  0x00007f1cdaae1261 in ?? () from /lib64/ld-linux-x86-64.so.2
[12:33:05.964] #5  0x00007f1cdaaf72f1 in _dl_catch_exception () from /lib64/ld-linux-x86-64.so.2
[12:33:05.964] #6  0x00007f1cdaae15ca in ?? () from /lib64/ld-linux-x86-64.so.2
[12:33:05.964] #7  0x00007f1cdaafc97a in ?? () from /lib64/ld-linux-x86-64.so.2
[12:33:05.964] #8  0x00007f1cdaaf922f in ?? () from /lib64/ld-linux-x86-64.so.2
[12:33:05.964] #9  0x00007f1cdaafabac in ?? () from /lib64/ld-linux-x86-64.so.2
core
[12:33:06.082] #0  0x00007fda3bb5db13 in wait4 () from /lib/x86_64-linux-gnu/libc.so.6
[12:33:06.082] #1  0x000056051742dcc0 in ?? ()
[12:33:06.082] #2  0x000056051742defa in ?? ()
[12:33:06.082] #3  0x000056051742f630 in ?? ()
[12:33:06.082] #4  0x0000560517429371 in ?? ()
[12:33:06.082] #5  0x000056051742820f in ?? ()
[12:33:06.082] #6  0x0000560517428c3b in ?? ()
[12:33:06.082] #7  0x000056051742666f in ?? ()
[12:33:06.082] #8  0x00007fda3bab124a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:33:06.082] #9  0x00007fda3bab1305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-10-26 12:04:14.614777284 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/indexing.out	2024-10-26 12:09:38.419549844 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/partitioned-cic.out /tmp/cirrus-ci-build/src/test/isolation/ou...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/partitioned-cic.out	2024-10-26 12:04:14.454599501 +0000
+++ /tmp/cirrus-ci-build/src/test/isolation/output_iso/results/partitioned-cic.out	2024-10-26 12:31:54.539784435 +0000
@@ -3,10 +3,14 @@
 starting permutation: lock_p1 cic insert drop2 commit chk_content
 step lock_p1: lock cictab_part_1 in row exclusive mode;
 step cic: CREATE INDEX CONCURRENTLY ON cictab(i); <waiting ...>
-step insert: insert into cictab values (1, 1), (11, 1);
-step drop2: DROP TABLE cictab_part_2;
+step insert: insert into cictab values (1, 1), (11, 1); <waiting ...>
+isolationtester: canceling step insert after 360 seconds
+step insert: <... completed>
+ERROR:  canceling statement due to user request
+step drop2: DROP TABLE cictab_part_2; <waiting ...>
 step commit: COMMIT;
 step cic: <... completed>
+step drop2: <... completed>
 step chk_content: 
   set enable_seqscan to off;
   explain (costs off) select * from cictab where i > 0;
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/src/test/recovery/tmp_check/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-10-26 12:04:14.614777284 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/indexing.out	2024-10-26 12:10:57.863799748 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/src/test/regress/results/index...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-10-26 12:04:14.614777284 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/indexing.out	2024-10-26 12:07:17.727673618 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[12:09:41.123](84.857s) not ok 5 - regression tests pass
tap
[12:11:00.308](59.099s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_p...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-10-26 12:04:17.174103904 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/indexing.out	2024-10-26 12:06:52.949319106...
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/recovery/027_str...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-10-26 12:04:17.174103904 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/indexing.out	2024-10-26 12:07:24.3969831...
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/regress/regress/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-10-26 12:04:17.174103904 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/indexing.out	2024-10-26 12:06:43.293403705 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[12:06:54.858](77.567s) not ok 5 - regression tests pass
tap
[12:07:26.729](73.722s) not ok 2 - regression tests pass
test
[12:22:13.478]  41/312 postgresql:regress / regress/regress                                            ERROR            ...
[12:22:13.478] 113/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[12:22:13.478] 147/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[12:22:13.478] 312/312 postgresql:isolation / isolation/isolation                                      TIMEOUT        10...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/indexing.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_up...
--- /Users/admin/pgsql/src/test/regress/expected/indexing.out	2024-10-26 12:04:09
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/indexing.out	2024-10-26 12:06:17
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/indexing.out /Users/admin/pgsql/build/testrun/recovery/027_stream_...
--- /Users/admin/pgsql/src/test/regress/expected/indexing.out	2024-10-26 12:04:09
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/indexing.out	2024-10-26 12:07:22
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/indexing.out /Users/admin/pgsql/build/testrun/regress/regress/resu...
--- /Users/admin/pgsql/src/test/regress/expected/indexing.out	2024-10-26 12:04:09
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/indexing.out	2024-10-26 12:06:17
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[12:06:22.154](55.151s) not ok 5 - regression tests pass
tap
[12:07:24.975](60.688s) not ok 2 - regression tests pass
test
[12:22:03.466]  25/312 postgresql:regress / regress/regress                                            ERROR            ...
[12:22:03.466]  46/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[12:22:03.466] 116/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[12:22:03.466] 312/312 postgresql:isolation / isolation/isolation                                      TIMEOUT        10...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/indexing.out C:/cirrus/build/testrun/pg_upgrade/002_pg_...
--- C:/cirrus/src/test/regress/expected/indexing.out	2024-10-26 12:04:27.954601300 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/indexing.out	2024-10-26 12:08:22.661674300 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/indexing.out C:/cirrus/build/testrun/recovery/027_strea...
--- C:/cirrus/src/test/regress/expected/indexing.out	2024-10-26 12:04:27.954601300 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/indexing.out	2024-10-26 12:10:31.762261200 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/indexing.out C:/cirrus/build/testrun/regress/regress/re...
--- C:/cirrus/src/test/regress/expected/indexing.out	2024-10-26 12:04:27.954601300 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/indexing.out	2024-10-26 12:08:16.073298400 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[12:08:29.078](114.705s) not ok 5 - regression tests pass
tap
[12:10:39.352](109.876s) not ok 2 - regression tests pass
test
[12:23:07.038]  21/307 postgresql:regress / regress/regress                                            ERROR           1...
[12:23:07.038]  35/307 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[12:23:07.038]  73/307 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
[12:23:07.038] 307/307 postgresql:isolation / isolation/isolation                                      TIMEOUT        10...
50/5270 jsonpath string methods: lower, upper, initcap, l/r/btrim, replace, split_part
CompilerWarnings
compiler
[11:08:16.788] jsonpath_exec.c:2829:13: error: mixing declarations and code is incompatible with standards before C99 [-...
compiler
[11:07:10.784] jsonpath_exec.c:2829:13: error: mixing declarations and code is incompatible with standards before C99 [-...
compiler
[11:05:41.834] jsonpath_exec.c:2829:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta...
compiler
[11:04:41.799] jsonpath_exec.c:2829:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta...
compiler
[11:10:30.117] jsonpath_exec.c:2829:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta...
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out /tmp/cirrus-ci-build/build-32/testrun/pg_upgr...
--- /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out	2024-10-26 11:03:12.095327066 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/pg_upgrade/002_pg_upgrade/data/results/jsonb_jsonpath.out	2024-10-26 11:12:27....
@@ -3078,7 +3078,7 @@
 select jsonb_path_query('"abc~@~def~@~ghi"', '$.split_part("~@~", 2)');
  jsonb_path_query 
 ------------------
- "def"
+ ""
 (1 row)
 
 -- Test string methods play nicely together
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out /tmp/cirrus-ci-build/build-32/testrun/recover...
--- /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out	2024-10-26 11:03:12.095327066 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/recovery/027_stream_regress/data/results/jsonb_jsonpath.out	2024-10-26 11:13:0...
@@ -3078,7 +3078,7 @@
 select jsonb_path_query('"abc~@~def~@~ghi"', '$.split_part("~@~", 2)');
  jsonb_path_query 
 ------------------
- "def"
+ ""
 (1 row)
 
 -- Test string methods play nicely together
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out /tmp/cirrus-ci-build/build-32/testrun/regress...
--- /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out	2024-10-26 11:03:12.095327066 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/regress/regress/results/jsonb_jsonpath.out	2024-10-26 11:12:18.841891131 +0000
@@ -3078,7 +3078,7 @@
 select jsonb_path_query('"abc~@~def~@~ghi"', '$.split_part("~@~", 2)');
  jsonb_path_query 
 ------------------
- "def"
+ ""
 (1 row)
 
 -- Test string methods play nicely together
tap
[11:12:45.802](75.225s) not ok 5 - regression tests pass
tap
[11:13:20.690](74.651s) not ok 2 - regression tests pass
test
[11:15:11.585]  39/312 postgresql:regress / regress/regress                                            ERROR            ...
[11:15:11.585] 122/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[11:15:11.585] 151/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
51/5327 Use read_stream in index vacuum
FreeBSD - 13 - Meson
tap
[07:57:43.838](210.638s) # poll_query_until timed out executing this query:
timed out when waiting for client backend to reach wait event 'nbtree-vacuum-2' at /tmp/cirrus-ci-build/src/test/perl/Po...
test
[07:57:44.031] 313/313 postgresql:test_misc / test_misc/007_vacuum_btree                               ERROR           2...
51/5044 new plpgsql.extra_errors check - strict_expr_check
macOS - Sonoma - Meson
tap
[07:38:30.447](0.000s) not ok 253 - pgbench script error: sql syntax error stderr /(?^:prepared statement .* does not ex...
test
[07:39:42.103] 214/312 postgresql:pgbench / pgbench/001_pgbench_with_server                            ERROR            ...
51/5318 System views for versions reporting
Linux - Debian Bookworm - Meson
core
[05:39:30.308] #0  <unavailable> in ?? ()
core
[05:39:30.308] #0  0x00007f38ddeaed24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[05:39:30.308] #1  0x00007f38dde5b239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[05:39:30.308] #2  0x00007f38ddf16184 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:39:30.308] #3  0x00007f38ddf287dc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
test
[05:38:20.978] 296/312 postgresql:test_slru / test_slru/001_multixact                                  ERROR            ...
51/4390 add not_before and not_after timestamps to sslinfo extension and pg_stat_ssl
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[03:20:45.994] ../src/backend/libpq/be-secure-openssl.c(1568): warning C4047: 'function': 'ASN1_TIME *' differs in level...
compiler
[03:21:04.281] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notAfter referenced in...
compiler
[03:21:04.281] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notBefore referenced i...
compiler
[03:20:46.104] ../src/backend/libpq/be-secure-openssl.c(1577): warning C4024: 'ASN1_TIME_to_timestamptz': different type...
compiler
[03:20:45.994] ../src/backend/libpq/be-secure-openssl.c(1577): warning C4047: 'function': 'ASN1_TIME *' differs in level...
compiler
[03:20:45.994] ../src/backend/libpq/be-secure-openssl.c(1568): warning C4024: 'ASN1_TIME_to_timestamptz': different type...
51/3461 In-place persistence change of a relation (fast ALTER TABLE ... SET LOGGED with wal_level=minimal)
CompilerWarnings
compiler
[02:44:11.688] simpleundolog.c:69:14: error: no previous extern declaration for non-static variable 'UndoRoutines' [-Wer...
compiler
[02:42:44.603] simpleundolog.c:69:14: error: no previous extern declaration for non-static variable 'UndoRoutines' [-Wer...
Linux - Debian Bookworm - Autoconf
tap
[02:46:29.638](0.246s) Bail out!  pg_ctl start failed
Linux - Debian Bookworm - Meson
core
[02:46:24.366] #0  0x00007f46194a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[02:46:24.366] #1  0x00007f461945afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[02:46:24.366] #2  0x00007f4619445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[02:46:24.366] #3  0x00007f461961e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[02:46:24.366] #4  0x00007f461962aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[02:46:24.366] #5  0x00007f461960d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x555df8ba9e20,...
[02:46:24.366] #6  0x0000555df7c95ff8 in ParseCommitRecord (info=<optimized out>, xlrec=<optimized out>, parsed=parsed@e...
[02:46:24.366] #7  0x0000555df7cea47d in xact_redo (record=0x555e302d8500) at ../src/backend/access/transam/xact.c:6450
[02:46:24.366] #8  0x0000555df7d0dbc3 in ApplyWalRecord (xlogreader=0x555e302d8500, record=record@entry=0x7f461501b930, ...
[02:46:24.366] #9  0x0000555df7d1380b in PerformWalRecovery () at ../src/backend/access/transam/xlogrecovery.c:1823
tap
[02:45:14.490](221.909s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /tmp/cirrus-ci-build/src/test/recovery/t/027_stream_regress.pl line 103.
test
[02:45:14.678] 312/312 postgresql:recovery / recovery/027_stream_regress                               ERROR           2...
51/5070 Incorrect error message for cancellation triggered by statement_timeout & flaky test
CompilerWarnings
compiler
[01:49:35.671] backend_startup.c:270:63: error: data argument not used by format string [-Werror,-Wformat-extra-args]
compiler
[01:49:35.671] backend_startup.c:270:63: error: variable 'status' is uninitialized when used here [-Werror,-Wuninitializ...
compiler
[01:49:27.375] backend_startup.c:270:63: error: data argument not used by format string [-Werror,-Wformat-extra-args]
compiler
[01:49:27.375] backend_startup.c:270:63: error: variable 'status' is uninitialized when used here [-Werror,-Wuninitializ...
compiler
[01:48:58.576] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit...
compiler
[01:48:58.576] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args]
compiler
[01:48:50.634] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit...
compiler
[01:48:50.634] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args]
compiler
[01:49:58.456] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args]
compiler
[01:49:58.456] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit...
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[01:49:24.056] c:\cirrus\src\backend\tcop\backend_startup.c(270) : warning C4700: uninitialized local variable 'status' ...
51/4720 "unexpected duplicate for tablespace" problem in logical replication
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/00...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-10-26 01:29:15.461878000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_table.out	2024-10-26 01:30:50.734928...
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37852 |            |             0 |       37852 | pktable_pkey
+ 37849 |            |             0 |       37849 | pktable
+ 37862 |            |             0 |       37862 | fktable
+ 38379 |            |             0 |       38385 | foo
+ 38389 |            |             0 |       38389 | pg_toast_38379_index
+ 38388 |            |             0 |       38388 | pg_toast_38379
+ 38593 |            |             0 |       38593 | old_oids
+ 38610 |            |             0 |       38610 | pg_toast_38607
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/recovery/027_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-10-26 01:29:15.461878000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/alter_table.out	2024-10-26 01:31:40.7915...
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37892 |            |             0 |       37892 | pktable_pkey
+ 37889 |            |             0 |       37889 | pktable
+ 37894 |            |             0 |       37894 | fktable
+ 38406 |            |             0 |       38411 | foo
+ 38415 |            |             0 |       38415 | pg_toast_38406_index
+ 38414 |            |             0 |       38414 | pg_toast_38406
+ 38615 |            |             0 |       38615 | recur2
+ 38601 |            |             0 |       38601 | old_oids
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/regress/regre...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-10-26 01:29:15.461878000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/alter_table.out	2024-10-26 01:30:54.843081000 +0000
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37900 |            |             0 |       37900 | pktable_pkey
+ 37896 |            |             0 |       37896 | pktable
+ 37905 |            |             0 |       37905 | fktable
+ 38393 |            |             0 |       38399 | foo
+ 38403 |            |             0 |       38403 | pg_toast_38393_index
+ 38402 |            |             0 |       38402 | pg_toast_38393
+ 38658 |            |             0 |       38658 | old_oids
+ 38675 |            |             0 |       38675 | pg_toast_38672
...
tap
[01:30:57.583](56.826s) not ok 5 - regression tests pass
tap
[01:31:50.053](73.375s) not ok 2 - regression tests pass
test
[01:33:37.460]  42/312 postgresql:regress / regress/regress                                            ERROR            ...
[01:33:37.460]  75/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[01:33:37.460] 158/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_chec...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-10-26 01:29:14.058916810 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/alter_table.out	2024-10-26 01:35:02.992404414 +0000
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37987 |            |             0 |       37987 | pktable_pkey
+ 37983 |            |             0 |       37983 | pktable
+ 37989 |            |             0 |       37989 | fktable
+ 38555 |            |             0 |       38561 | foo
+ 38565 |            |             0 |       38565 | pg_toast_38555_index
+ 38564 |            |             0 |       38564 | pg_toast_38555
+ 38780 |            |             0 |       38780 | old_oids
+ 38805 |            |             0 |       38805 | pg_toast_38801
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/src/test/recovery/tmp_check...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-10-26 01:29:14.058916810 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/alter_table.out	2024-10-26 01:36:08.952042375 +0000
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37973 |            |             0 |       37973 | pktable_pkey
+ 37970 |            |             0 |       37970 | pktable
+ 37980 |            |             0 |       37980 | fktable
+ 38417 |            |             0 |       38422 | foo
+ 38426 |            |             0 |       38426 | pg_toast_38417_index
+ 38425 |            |             0 |       38425 | pg_toast_38417
+ 38635 |            |             0 |       38635 | old_oids
+ 38653 |            |             0 |       38653 | pg_toast_38650
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/src/test/regress/results/al...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-10-26 01:29:14.058916810 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/alter_table.out	2024-10-26 01:32:33.256551056 +0000
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 38000 |            |             0 |       38000 | pktable_pkey
+ 37997 |            |             0 |       37997 | pktable
+ 38003 |            |             0 |       38003 | fktable
+ 38504 |            |             0 |       38509 | foo
+ 38513 |            |             0 |       38513 | pg_toast_38504_index
+ 38512 |            |             0 |       38512 | pg_toast_38504
+ 38713 |            |             0 |       38713 | old_oids
+ 38735 |            |             0 |       38735 | pg_toast_38732
...
tap
[01:35:10.637](99.793s) not ok 5 - regression tests pass
tap
[01:36:16.228](60.759s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Meson
core
[01:36:04.501] #0  <unavailable> in ?? ()
core
[01:36:04.501] #0  0x00007fb99e4ecd24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[01:36:04.501] #1  0x00007fb99e499239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[01:36:04.501] #2  0x00007fb99e499497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[01:36:04.501] #3  0x0000557dbaa675f3 in ?? ()
[01:36:04.501] #4  0x0000557dbaa61369 in ?? ()
[01:36:04.501] #5  0x0000557dbaa6020f in ?? ()
[01:36:04.501] #6  0x0000557dbaa60c3b in ?? ()
[01:36:04.501] #7  0x0000557dbaa5e66f in ?? ()
[01:36:04.501] #8  0x00007fb99e48424a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[01:36:04.501] #9  0x00007fb99e484305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[01:36:04.371] #0  0x00007fb99e4ecd24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[01:36:04.371] #1  0x00007fb99e499239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[01:36:04.371] #2  0x00007fb99e499497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[01:36:04.371] #3  0x0000557dbaa675c1 in ?? ()
[01:36:04.371] #4  0x0000557dbaa61369 in ?? ()
[01:36:04.371] #5  0x0000557dbaa6020f in ?? ()
[01:36:04.371] #6  0x0000557dbaa60c3b in ?? ()
[01:36:04.371] #7  0x0000557dbaa5e66f in ?? ()
[01:36:04.371] #8  0x00007fb99e48424a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[01:36:04.371] #9  0x00007fb99e484305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/00...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-10-26 01:29:12.669975957 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_table.out	2024-10-26 01:32:33.064349...
@@ -3491,9 +3491,29 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 38496 |            |             0 |       38496 | forc_test
+ 38047 |            |             0 |       38047 | users_id_seq
+ 38052 |            |             0 |       38052 | pg_toast_38048
+ 38053 |            |             0 |       38053 | pg_toast_38048_index
+ 38048 |            |             0 |       38048 | users
+ 38259 |            |             0 |       38259 | foo
+ 38892 |            |             0 |       38892 | pg_toast_38889
+ 38893 |            |             0 |       38893 | pg_toast_38889_index
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/recovery/027_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-10-26 01:29:12.669975957 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/alter_table.out	2024-10-26 01:33:08.2683...
@@ -3491,9 +3491,29 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 38123 |            |             0 |       38123 | foo
+ 38386 |            |             0 |       38386 | forc_test
+ 37903 |            |             0 |       37903 | users_id_seq
+ 37908 |            |             0 |       37908 | pg_toast_37904
+ 37909 |            |             0 |       37909 | pg_toast_37904_index
+ 37904 |            |             0 |       37904 | users
+ 38810 |            |             0 |       38810 | pg_toast_38807
+ 38811 |            |             0 |       38811 | pg_toast_38807_index
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/regress/regre...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-10-26 01:29:12.669975957 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/alter_table.out	2024-10-26 01:32:26.028394786 +0000
@@ -3491,9 +3491,29 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37959 |            |             0 |       37959 | users_id_seq
+ 37964 |            |             0 |       37964 | pg_toast_37960
+ 37965 |            |             0 |       37965 | pg_toast_37960_index
+ 37960 |            |             0 |       37960 | users
+ 38149 |            |             0 |       38149 | foo
+ 38511 |            |             0 |       38511 | forc_test
+ 38912 |            |             0 |       38912 | pg_toast_38909
+ 38913 |            |             0 |       38913 | pg_toast_38909_index
...
tap
[01:32:39.163](75.030s) not ok 5 - regression tests pass
tap
[01:33:15.766](77.090s) not ok 2 - regression tests pass
test
[01:34:57.949]  43/312 postgresql:regress / regress/regress                                            ERROR            ...
[01:34:57.949] 132/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[01:34:57.949] 156/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/alter_table.out C:/cirrus/build/testrun/pg_upgrade/002_...
--- C:/cirrus/src/test/regress/expected/alter_table.out	2024-10-26 01:29:26.164104000 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_table.out	2024-10-26 01:32:54.892581000 +0000
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37322 |            |             0 |       37322 | pktable_pkey
+ 37319 |            |             0 |       37319 | pktable
+ 37325 |            |             0 |       37325 | fktable
+ 38012 |            |             0 |       38017 | foo
+ 38021 |            |             0 |       38021 | pg_toast_38012_index
+ 38020 |            |             0 |       38020 | pg_toast_38012
+ 38299 |            |             0 |       38299 | old_oids
+ 38316 |            |             0 |       38316 | pg_toast_38313
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/alter_table.out C:/cirrus/build/testrun/recovery/027_st...
--- C:/cirrus/src/test/regress/expected/alter_table.out	2024-10-26 01:29:26.164104000 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/alter_table.out	2024-10-26 01:35:09.633790800 +0000
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37163 |            |             0 |       37163 | pktable_pkey
+ 37158 |            |             0 |       37158 | pktable
+ 37166 |            |             0 |       37166 | fktable
+ 38037 |            |             0 |       38043 | foo
+ 38048 |            |             0 |       38048 | pg_toast_38037_index
+ 38047 |            |             0 |       38047 | pg_toast_38037
+ 38257 |            |             0 |       38257 | old_oids
+ 38274 |            |             0 |       38274 | pg_toast_38271
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/alter_table.out C:/cirrus/build/testrun/regress/regress...
--- C:/cirrus/src/test/regress/expected/alter_table.out	2024-10-26 01:29:26.164104000 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/alter_table.out	2024-10-26 01:32:48.524901200 +0000
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37313 |            |             0 |       37313 | pktable_pkey
+ 37310 |            |             0 |       37310 | pktable
+ 37316 |            |             0 |       37316 | fktable
+ 38097 |            |             0 |       38111 | foo
+ 38116 |            |             0 |       38116 | pg_toast_38097_index
+ 38114 |            |             0 |       38114 | pg_toast_38097
+ 38386 |            |             0 |       38386 | old_oids
+ 38403 |            |             0 |       38403 | pg_toast_38400
...
tap
[01:33:10.199](104.882s) not ok 5 - regression tests pass
tap
[01:35:24.139](114.018s) not ok 2 - regression tests pass
test
[01:41:24.106]  18/307 postgresql:regress / regress/regress                                            ERROR           1...
[01:41:24.106]  35/307 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[01:41:24.106]  93/307 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5031 Remove dependence on integer wrapping
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/date.out C:/cirrus/build/testrun/pg_upgrade/002_pg_upgr...
--- C:/cirrus/src/test/regress/expected/date.out	2024-10-26 00:49:13.656243300 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/date.out	2024-10-26 00:51:25.771654800 +0000
@@ -1533,4 +1533,4 @@
 select make_time(24, 0, 2.1);
 ERROR:  time field value out of range: 24:00:2.1
 SELECT make_date(-2147483648, 1, 1);
-ERROR:  date field value out of range: -2147483648-01-01
+ERROR:  date field value out of range: 24301-01-01
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/date.out C:/cirrus/build/testrun/recovery/027_stream_re...
--- C:/cirrus/src/test/regress/expected/date.out	2024-10-26 00:49:13.656243300 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/date.out	2024-10-26 00:53:51.940752900 +0000
@@ -1533,4 +1533,4 @@
 select make_time(24, 0, 2.1);
 ERROR:  time field value out of range: 24:00:2.1
 SELECT make_date(-2147483648, 1, 1);
-ERROR:  date field value out of range: -2147483648-01-01
+ERROR:  date field value out of range: 24301-01-01
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/date.out C:/cirrus/build/testrun/regress/regress/result...
--- C:/cirrus/src/test/regress/expected/date.out	2024-10-26 00:49:13.656243300 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/date.out	2024-10-26 00:51:19.643679100 +0000
@@ -1533,4 +1533,4 @@
 select make_time(24, 0, 2.1);
 ERROR:  time field value out of range: 24:00:2.1
 SELECT make_date(-2147483648, 1, 1);
-ERROR:  date field value out of range: -2147483648-01-01
+ERROR:  date field value out of range: 24301-01-01
tap
[00:53:08.087](108.852s) not ok 5 - regression tests pass
tap
[00:55:50.100](137.245s) not ok 2 - regression tests pass
test
[01:02:24.881]   6/307 postgresql:regress / regress/regress                                            ERROR           1...
[01:02:24.881]  34/307 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[01:02:24.881] 106/307 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/4921 allow changing autovacuum_max_workers without restarting
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/query_cancel.out /tmp/cirrus-ci-build/build/testrun/postgres...
--- /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/query_cancel.out	2024-10-26 00:17:09.565605111 +0000
+++ /tmp/cirrus-ci-build/build/testrun/postgres_fdw/regress/results/query_cancel.out	2024-10-26 00:20:52.104927814 +0000
@@ -29,4 +29,5 @@
 -- This would take very long if not canceled:
 SELECT count(*) FROM ft1 a CROSS JOIN ft1 b CROSS JOIN ft1 c CROSS JOIN ft1 d;
 ERROR:  canceling statement due to statement timeout
+WARNING:  could not get result of cancel request due to timeout
 COMMIT;
test
[00:22:15.475] 158/312 postgresql:postgres_fdw / postgres_fdw/regress                                  ERROR            ...
51/4810 COPY ON_ERROR 'NULL'
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_u...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-10-25 21:33:16.702856000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/copy2.out	2024-10-25 21:34:47.780617000 +0...
@@ -139,7 +139,7 @@
 LINE 1: COPY x from stdin (log_verbosity unsupported);
                            ^
 COPY x from stdin with (reject_limit 1);
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 COPY x from stdin with (on_error ignore, reject_limit 0);
 ERROR:  REJECT_LIMIT (0) must be greater than zero
 -- too many columns in column list: should fail
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-10-25 21:33:16.702856000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/copy2.out	2024-10-25 21:35:35.289181000 ...
@@ -139,7 +139,7 @@
 LINE 1: COPY x from stdin (log_verbosity unsupported);
                            ^
 COPY x from stdin with (reject_limit 1);
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 COPY x from stdin with (on_error ignore, reject_limit 0);
 ERROR:  REJECT_LIMIT (0) must be greater than zero
 -- too many columns in column list: should fail
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/build/testrun/regress/regress/res...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-10-25 21:33:16.702856000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/copy2.out	2024-10-25 21:34:44.048416000 +0000
@@ -139,7 +139,7 @@
 LINE 1: COPY x from stdin (log_verbosity unsupported);
                            ^
 COPY x from stdin with (reject_limit 1);
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 COPY x from stdin with (on_error ignore, reject_limit 0);
 ERROR:  REJECT_LIMIT (0) must be greater than zero
 -- too many columns in column list: should fail
tap
[21:35:05.964](62.506s) not ok 5 - regression tests pass
tap
[21:35:49.554](68.013s) not ok 2 - regression tests pass
test
[21:37:38.245]  40/312 postgresql:regress / regress/regress                                            ERROR            ...
[21:37:38.245]  84/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[21:37:38.245] 153/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/resu...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-10-25 21:33:11.442551544 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/copy2.out	2024-10-25 21:37:56.302342875 +0000
@@ -139,7 +139,7 @@
 LINE 1: COPY x from stdin (log_verbosity unsupported);
                            ^
 COPY x from stdin with (reject_limit 1);
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 COPY x from stdin with (on_error ignore, reject_limit 0);
 ERROR:  REJECT_LIMIT (0) must be greater than zero
 -- too many columns in column list: should fail
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/src/test/regress/results/copy2.ou...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-10-25 21:33:11.442551544 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/copy2.out	2024-10-25 21:36:04.925965886 +0000
@@ -139,7 +139,7 @@
 LINE 1: COPY x from stdin (log_verbosity unsupported);
                            ^
 COPY x from stdin with (reject_limit 1);
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 COPY x from stdin with (on_error ignore, reject_limit 0);
 ERROR:  REJECT_LIMIT (0) must be greater than zero
 -- too many columns in column list: should fail
tap
[21:38:05.963](83.879s) not ok 5 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_u...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-10-25 21:33:12.558374057 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/copy2.out	2024-10-25 21:35:42.340931340 +0...
@@ -139,7 +139,7 @@
 LINE 1: COPY x from stdin (log_verbosity unsupported);
                            ^
 COPY x from stdin with (reject_limit 1);
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 COPY x from stdin with (on_error ignore, reject_limit 0);
 ERROR:  REJECT_LIMIT (0) must be greater than zero
 -- too many columns in column list: should fail
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-10-25 21:33:12.558374057 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/copy2.out	2024-10-25 21:36:21.685676645 ...
@@ -139,7 +139,7 @@
 LINE 1: COPY x from stdin (log_verbosity unsupported);
                            ^
 COPY x from stdin with (reject_limit 1);
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 COPY x from stdin with (on_error ignore, reject_limit 0);
 ERROR:  REJECT_LIMIT (0) must be greater than zero
 -- too many columns in column list: should fail
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/build/testrun/regress/regress/res...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-10-25 21:33:12.558374057 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/copy2.out	2024-10-25 21:35:35.524832802 +0000
@@ -139,7 +139,7 @@
 LINE 1: COPY x from stdin (log_verbosity unsupported);
                            ^
 COPY x from stdin with (reject_limit 1);
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 COPY x from stdin with (on_error ignore, reject_limit 0);
 ERROR:  REJECT_LIMIT (0) must be greater than zero
 -- too many columns in column list: should fail
tap
[21:35:55.782](74.447s) not ok 5 - regression tests pass
tap
[21:36:33.388](77.350s) not ok 2 - regression tests pass
test
[21:38:14.808]  42/312 postgresql:regress / regress/regress                                            ERROR            ...
[21:38:14.808] 121/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[21:38:14.808] 156/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/copy2.out C:/cirrus/build/testrun/pg_upgrade/002_pg_upg...
--- C:/cirrus/src/test/regress/expected/copy2.out	2024-10-25 21:33:23.974533500 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/copy2.out	2024-10-25 21:37:14.771382700 +0000
@@ -139,7 +139,7 @@
 LINE 1: COPY x from stdin (log_verbosity unsupported);
                            ^
 COPY x from stdin with (reject_limit 1);
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 COPY x from stdin with (on_error ignore, reject_limit 0);
 ERROR:  REJECT_LIMIT (0) must be greater than zero
 -- too many columns in column list: should fail
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/copy2.out C:/cirrus/build/testrun/recovery/027_stream_r...
--- C:/cirrus/src/test/regress/expected/copy2.out	2024-10-25 21:33:23.974533500 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/copy2.out	2024-10-25 21:39:44.505962500 +0000
@@ -139,7 +139,7 @@
 LINE 1: COPY x from stdin (log_verbosity unsupported);
                            ^
 COPY x from stdin with (reject_limit 1);
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 COPY x from stdin with (on_error ignore, reject_limit 0);
 ERROR:  REJECT_LIMIT (0) must be greater than zero
 -- too many columns in column list: should fail
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/copy2.out C:/cirrus/build/testrun/regress/regress/resul...
--- C:/cirrus/src/test/regress/expected/copy2.out	2024-10-25 21:33:23.974533500 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/copy2.out	2024-10-25 21:37:04.857819700 +0000
@@ -139,7 +139,7 @@
 LINE 1: COPY x from stdin (log_verbosity unsupported);
                            ^
 COPY x from stdin with (reject_limit 1);
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 COPY x from stdin with (on_error ignore, reject_limit 0);
 ERROR:  REJECT_LIMIT (0) must be greater than zero
 -- too many columns in column list: should fail
tap
[21:37:32.538](119.979s) not ok 5 - regression tests pass
tap
[21:40:09.695](144.074s) not ok 2 - regression tests pass
test
[21:46:36.520]  20/307 postgresql:regress / regress/regress                                            ERROR           1...
[21:46:36.520]  38/307 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[21:46:36.520] 104/307 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5252 Trim the heap free memory
CompilerWarnings
compiler
[21:18:06.970] postgres.c:2826:47: error: implicit declaration of function ‘sbrk’ [-Werror=implicit-function-declaration...
compiler
[21:18:06.970] postgres.c:2830:33: error: assignment to ‘char *’ from ‘int’ makes pointer from integer without a cast [-...
compiler
[21:18:06.970] postgres.c:2829:25: error: implicit declaration of function ‘malloc_trim’ [-Werror=implicit-function-decl...
compiler
[21:18:06.970] postgres.c:2826:47: error: initialization of ‘char *’ from ‘int’ makes pointer from integer without a cas...
Linux - Debian Bookworm - Autoconf
tap
[21:19:53.996](0.001s) not ok 28 - options --locale-provider=icu --locale=und --lc-*=C: no stderr
Linux - Debian Bookworm - Meson
tap
[21:22:16.602](0.001s) not ok 28 - options --locale-provider=icu --locale=und --lc-*=C: no stderr
test
[21:23:48.958] 172/312 postgresql:initdb / initdb/001_initdb                                           ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[21:17:23.207] tcop_postgres.c.obj : error LNK2019: unresolved external symbol sbrk referenced in function finish_xact_c...
compiler
[21:17:12.692] ../src/backend/tcop/postgres.c(2826): warning C4047: 'initializing': 'char *' differs in levels of indire...
compiler
[21:17:23.207] tcop_postgres.c.obj : error LNK2019: unresolved external symbol malloc_trim referenced in function finish...
compiler
[21:17:12.692] ../src/backend/tcop/postgres.c(2830): warning C4047: '=': 'char *' differs in levels of indirection from ...
50/5316 Use more CppAsString2() in pg_amcheck.c
FreeBSD - 13 - Meson
core
[21:03:57.987] #0  0x000037d8d0e48175 in ?? () from /libexec/ld-elf.so.1
[21:03:57.987] #1  0x000018fc5e868658 in ?? () from /lib/libc.so.7
[21:03:57.987] #2  0x000018fc5e87bd78 in ?? () from /lib/libc.so.7
[21:03:57.987] #3  0x000018fc5cfa67e8 in ?? ()
[21:03:57.987] #4  0x000018fc5cfa6860 in ?? ()
[21:03:57.987] #5  0x000018fc5cfa67e8 in ?? ()
[21:03:57.987] #6  0x000018fc5e874a58 in ?? () from /lib/libc.so.7
[21:03:57.987] #7  0x000018fc5dfa7c08 in ?? ()
[21:03:57.987] #8  0x000018fc5e874a58 in ?? () from /lib/libc.so.7
[21:03:57.987] #9  0x000018fc5cfa6850 in ?? ()
test
[21:02:39.429] 243/312 postgresql:postmaster / postmaster/001_connection_limits                        ERROR            ...
50/5315 More CppAsString2() in psql's describe.c
macOS - Sonoma - Meson
tap
[20:45:39.179](0.000s) not ok 383 - pgbench script error: bad boolean stderr /(?^:malformed variable.*trueXXX)/
test
[20:46:47.696] 214/312 postgresql:pgbench / pgbench/001_pgbench_with_server                            ERROR            ...
50/5238 Add parallel columns for seq scan and index scan on pg_stat_all_tables and _indexes
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/stats.out C:/cirrus/build/testrun/recovery/027_stream_r...
--- C:/cirrus/src/test/regress/expected/stats.out	2024-10-25 20:32:03.621734200 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/stats.out	2024-10-25 20:38:36.288554300 +0000
@@ -846,7 +846,7 @@
 FROM pg_stat_all_tables WHERE relid = 'test_parallel_scan'::regclass;
  parallel_seq_scan | parallel_idx_scan 
 -------------------+-------------------
-                 3 |                 2
+                 2 |                 2
 (1 row)
 
 SELECT last_parallel_seq_scan AS test_last_seq, last_parallel_idx_scan AS test_last_idx
@@ -895,7 +895,7 @@
 FROM pg_stat_all_tables WHERE relid = 'test_parallel_scan'::regclass;
  parallel_seq_scan | seq_ok | parallel_idx_scan | idx_ok 
 -------------------+--------+-------------------+--------
-                 6 | t      |                 2 | t
+                 5 | t      |                 2 | t
 (1 row)
 
...
tap
[20:38:45.591](129.116s) not ok 2 - regression tests pass
test
[20:45:05.220]  90/307 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5061 New function rand_array() to contrib/tablefunc
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/tablefunc/expected/tablefunc.out /tmp/cirrus-ci-build/build/testrun/tablefunc/regr...
--- /tmp/cirrus-ci-build/contrib/tablefunc/expected/tablefunc.out	2024-10-25 20:23:41.376257000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/tablefunc/regress/results/tablefunc.out	2024-10-25 20:26:39.676882000 +0000
@@ -1,17 +1,20 @@
 CREATE EXTENSION tablefunc;
+ERROR:  extension "tablefunc" has no installation script nor update path for version "1.1"
 --
 -- normal_rand()
 -- no easy way to do this for regression testing
 --
 SELECT avg(normal_rand)::int, count(*) FROM normal_rand(100, 250, 0.2);
- avg | count 
------+-------
- 250 |   100
-(1 row)
-
+ERROR:  function normal_rand(integer, integer, numeric) does not exist
+LINE 1: SELECT avg(normal_rand)::int, count(*) FROM normal_rand(100,...
+                                                    ^
+HINT:  No function matches the given name and argument types. You might need to add explicit type casts.
...
test
[20:29:16.157]  94/312 postgresql:tablefunc / tablefunc/regress                                        ERROR            ...
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/tablefunc/expected/tablefunc.out /tmp/cirrus-ci-build/build/testrun/tablefunc/regr...
--- /tmp/cirrus-ci-build/contrib/tablefunc/expected/tablefunc.out	2024-10-25 20:23:38.921178814 +0000
+++ /tmp/cirrus-ci-build/build/testrun/tablefunc/regress/results/tablefunc.out	2024-10-25 20:28:05.120810308 +0000
@@ -1,17 +1,20 @@
 CREATE EXTENSION tablefunc;
+ERROR:  extension "tablefunc" has no installation script nor update path for version "1.1"
 --
 -- normal_rand()
 -- no easy way to do this for regression testing
 --
 SELECT avg(normal_rand)::int, count(*) FROM normal_rand(100, 250, 0.2);
- avg | count 
------+-------
- 250 |   100
-(1 row)
-
+ERROR:  function normal_rand(integer, integer, numeric) does not exist
+LINE 1: SELECT avg(normal_rand)::int, count(*) FROM normal_rand(100,...
+                                                    ^
+HINT:  No function matches the given name and argument types. You might need to add explicit type casts.
...
test
[20:30:04.368]  90/312 postgresql:tablefunc / tablefunc/regress                                        ERROR            ...
macOS - Sonoma - Meson
test
[20:30:43.150]  92/312 postgresql:tablefunc / tablefunc/regress                                        ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/contrib/tablefunc/expected/tablefunc.out C:/cirrus/build/testrun/tablefunc/regres...
--- C:/cirrus/contrib/tablefunc/expected/tablefunc.out	2024-10-25 20:23:50.867137500 +0000
+++ C:/cirrus/build/testrun/tablefunc/regress/results/tablefunc.out	2024-10-25 20:30:14.993622200 +0000
@@ -1,17 +1,20 @@
 CREATE EXTENSION tablefunc;
+ERROR:  extension "tablefunc" has no installation script nor update path for version "1.1"
 --
 -- normal_rand()
 -- no easy way to do this for regression testing
 --
 SELECT avg(normal_rand)::int, count(*) FROM normal_rand(100, 250, 0.2);
- avg | count 
------+-------
- 250 |   100
-(1 row)
-
+ERROR:  function normal_rand(integer, integer, numeric) does not exist
+LINE 1: SELECT avg(normal_rand)::int, count(*) FROM normal_rand(100,...
+                                                    ^
+HINT:  No function matches the given name and argument types. You might need to add explicit type casts.
...
test
[20:36:03.958]  90/307 postgresql:tablefunc / tablefunc/regress                                        ERROR            ...
51/5242 Fix RelationTruncate() corruption
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[20:16:06.797] ../src/backend/storage/smgr/smgr.c(732): warning C4098: 'smgrtruncate': 'void' function returning a value
51/5326 Parallel heap vacuum
FreeBSD - 13 - Meson
assertion
TRAP: failed Assert("vacrel->do_index_vacuuming"), File: "../src/backend/access/heap/vacuumlazy.c", Line: 2524, PID: 200...
assertion
TRAP: failed Assert("vacrel->do_index_vacuuming"), File: "../src/backend/access/heap/vacuumlazy.c", Line: 2524, PID: 200...
assertion
TRAP: failed Assert("vacrel->do_index_vacuuming"), File: "../src/backend/access/heap/vacuumlazy.c", Line: 2524, PID: 200...
core
[19:38:30.373] #0  0x000000082c68a41a in thr_kill () from /lib/libc.so.7
[19:38:30.373] #1  0x000000082c603e64 in raise () from /lib/libc.so.7
[19:38:30.373] #2  0x000000082c6b46f9 in abort () from /lib/libc.so.7
[19:38:30.373] #3  0x0000000000a977f5 in ExceptionalCondition (conditionName=0x30163a "vacrel->do_index_vacuuming", file...
[19:38:30.373] #4  0x000000000060dd81 in lazy_vacuum_heap_page (vacrel=0x821746d60, blkno=4, buffer=97, deadoffsets=0x82...
[19:38:30.373] #5  do_lazy_vacuum_heap_rel (vacrel=vacrel@entry=0x821746d60, iter=0x8374996b8) at ../src/backend/access/...
[19:38:30.373] #6  0x000000000060d8ed in heap_parallel_vacuum_scan_worker (rel=0x8374069b8, pvs=0x821746ea0, pwcxt=<opti...
[19:38:30.373] #7  0x00000000007518fe in table_parallel_vacuum_scan (rel=0x18da5, pvs=0x821746ea0, pwcxt=0x0) at ../src/...
[19:38:30.373] #8  parallel_vacuum_process_table (pvs=0x821746ea0) at ../src/backend/commands/vacuumparallel.c:1166
[19:38:30.373] #9  parallel_vacuum_main (seg=0x8372def98, toc=0x83e734000) at ../src/backend/commands/vacuumparallel.c:1...
core
[19:38:30.015] #0  0x000000082c68a41a in thr_kill () from /lib/libc.so.7
[19:38:30.015] #1  0x000000082c603e64 in raise () from /lib/libc.so.7
[19:38:30.015] #2  0x000000082c6b46f9 in abort () from /lib/libc.so.7
[19:38:30.015] #3  0x0000000000a977f5 in ExceptionalCondition (conditionName=0x30163a "vacrel->do_index_vacuuming", file...
[19:38:30.015] #4  0x000000000060dd81 in lazy_vacuum_heap_page (vacrel=0x821746d60, blkno=0, buffer=86, deadoffsets=0x82...
[19:38:30.015] #5  do_lazy_vacuum_heap_rel (vacrel=vacrel@entry=0x821746d60, iter=0x83b21e6b8) at ../src/backend/access/...
[19:38:30.015] #6  0x000000000060d8ed in heap_parallel_vacuum_scan_worker (rel=0x8374069b8, pvs=0x821746ea0, pwcxt=<opti...
[19:38:30.015] #7  0x00000000007518fe in table_parallel_vacuum_scan (rel=0x18741, pvs=0x821746ea0, pwcxt=0x0) at ../src/...
[19:38:30.015] #8  parallel_vacuum_process_table (pvs=0x821746ea0) at ../src/backend/commands/vacuumparallel.c:1166
[19:38:30.015] #9  parallel_vacuum_main (seg=0x8372def98, toc=0x83cd34000) at ../src/backend/commands/vacuumparallel.c:1...
core
[19:38:30.741] #0  0x000000082c68a41a in thr_kill () from /lib/libc.so.7
[19:38:30.741] #1  0x000000082c603e64 in raise () from /lib/libc.so.7
[19:38:30.741] #2  0x000000082c6b46f9 in abort () from /lib/libc.so.7
[19:38:30.741] #3  0x0000000000a977f5 in ExceptionalCondition (conditionName=0x30163a "vacrel->do_index_vacuuming", file...
[19:38:30.741] #4  0x000000000060dd81 in lazy_vacuum_heap_page (vacrel=0x821746d60, blkno=9, buffer=128, deadoffsets=0x8...
[19:38:30.741] #5  do_lazy_vacuum_heap_rel (vacrel=vacrel@entry=0x821746d60, iter=0x83b4556b8) at ../src/backend/access/...
[19:38:30.741] #6  0x000000000060d8ed in heap_parallel_vacuum_scan_worker (rel=0x8374069b8, pvs=0x821746ea0, pwcxt=<opti...
[19:38:30.741] #7  0x00000000007518fe in table_parallel_vacuum_scan (rel=0x18719, pvs=0x821746ea0, pwcxt=0x0) at ../src/...
[19:38:30.741] #8  parallel_vacuum_process_table (pvs=0x821746ea0) at ../src/backend/commands/vacuumparallel.c:1166
[19:38:30.741] #9  parallel_vacuum_main (seg=0x8372def98, toc=0x83e534000) at ../src/backend/commands/vacuumparallel.c:1...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/vacuum_parallel.out /tmp/cirrus-ci-build/build/testrun/recovery/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/vacuum_parallel.out	2024-10-25 19:31:56.378650000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/vacuum_parallel.out	2024-10-25 19:34:51....
@@ -40,10 +40,10 @@
 -- Parallel VACUUM with B-Tree page deletions, ambulkdelete calls:
 DELETE FROM parallel_vacuum_table;
 VACUUM (PARALLEL 4, INDEX_CLEANUP ON) parallel_vacuum_table;
--- Since vacuum_in_leader_small_index uses deduplication, we expect an
--- assertion failure with bug #17245 (in the absence of bugfix):
-INSERT INTO parallel_vacuum_table SELECT i FROM generate_series(1, 10000) i;
-RESET max_parallel_maintenance_workers;
-RESET min_parallel_index_scan_size;
--- Deliberately don't drop table, to get further coverage from tools like
--- pg_amcheck in some testing scenarios
+WARNING:  terminating connection because of crash of another server process
+DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because anothe...
+HINT:  In a moment you should be able to reconnect to the database and repeat your command.
+server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
...
tap
[19:34:53.558](49.241s) not ok 2 - regression tests pass
test
[19:37:13.893]  75/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/vacuum_parallel.out /tmp/cirrus-ci-build/build-32/testrun/pg_upg...
--- /tmp/cirrus-ci-build/src/test/regress/expected/vacuum_parallel.out	2024-10-25 19:31:55.634862633 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/pg_upgrade/002_pg_upgrade/data/results/vacuum_parallel.out	2024-10-25 19:40:58...
@@ -40,6 +40,10 @@
 -- Parallel VACUUM with B-Tree page deletions, ambulkdelete calls:
 DELETE FROM parallel_vacuum_table;
 VACUUM (PARALLEL 4, INDEX_CLEANUP ON) parallel_vacuum_table;
+ERROR:  could not open file "base/16387/31552.1" (target block 2139062019): previous segment is only 40 blocks
+CONTEXT:  while vacuuming block 2139062019 of relation "(null).parallel_vacuum_table"
+parallel worker
+while vacuuming block 2139062016 of relation "public.parallel_vacuum_table"
 -- Since vacuum_in_leader_small_index uses deduplication, we expect an
 -- assertion failure with bug #17245 (in the absence of bugfix):
 INSERT INTO parallel_vacuum_table SELECT i FROM generate_series(1, 10000) i;
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/vacuum_parallel.out /tmp/cirrus-ci-build/build-32/testrun/recove...
--- /tmp/cirrus-ci-build/src/test/regress/expected/vacuum_parallel.out	2024-10-25 19:31:55.634862633 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/recovery/027_stream_regress/data/results/vacuum_parallel.out	2024-10-25 19:41:...
@@ -40,6 +40,8 @@
 -- Parallel VACUUM with B-Tree page deletions, ambulkdelete calls:
 DELETE FROM parallel_vacuum_table;
 VACUUM (PARALLEL 4, INDEX_CLEANUP ON) parallel_vacuum_table;
+ERROR:  could not open file "base/16384/31167.1" (target block 2139062016): previous segment is only 40 blocks
+CONTEXT:  while vacuuming block 2139062016 of relation "public.parallel_vacuum_table"
 -- Since vacuum_in_leader_small_index uses deduplication, we expect an
 -- assertion failure with bug #17245 (in the absence of bugfix):
 INSERT INTO parallel_vacuum_table SELECT i FROM generate_series(1, 10000) i;
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/vacuum_parallel.out /tmp/cirrus-ci-build/build-32/testrun/regres...
--- /tmp/cirrus-ci-build/src/test/regress/expected/vacuum_parallel.out	2024-10-25 19:31:55.634862633 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/regress/regress/results/vacuum_parallel.out	2024-10-25 19:40:51.277107485 +000...
@@ -40,6 +40,10 @@
 -- Parallel VACUUM with B-Tree page deletions, ambulkdelete calls:
 DELETE FROM parallel_vacuum_table;
 VACUUM (PARALLEL 4, INDEX_CLEANUP ON) parallel_vacuum_table;
+ERROR:  could not open file "base/16384/31205.1" (target block 2139062017): previous segment is only 40 blocks
+CONTEXT:  while vacuuming block 2139062017 of relation "(null).parallel_vacuum_table"
+parallel worker
+while vacuuming block 2139062016 of relation "public.parallel_vacuum_table"
 -- Since vacuum_in_leader_small_index uses deduplication, we expect an
 -- assertion failure with bug #17245 (in the absence of bugfix):
 INSERT INTO parallel_vacuum_table SELECT i FROM generate_series(1, 10000) i;
tap
[19:41:31.184](86.017s) not ok 5 - regression tests pass
tap
[19:42:07.563](86.864s) not ok 2 - regression tests pass
test
[19:43:59.459]  32/312 postgresql:regress / regress/regress                                            ERROR            ...
[19:43:59.459] 141/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[19:43:59.459] 156/312 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
Windows - Server 2019, VS 2019 - Meson & ninja
assertion
TRAP: failed Assert("vacrel->num_index_scans > 1 || (vacrel->dead_items_info->num_items == vacrel->scan_stats->lpdead_it...
assertion
TRAP: failed Assert("vacrel->num_index_scans > 1 || (vacrel->dead_items_info->num_items == vacrel->scan_stats->lpdead_it...
assertion
TRAP: failed Assert("vacrel->num_index_scans > 1 || (vacrel->dead_items_info->num_items == vacrel->scan_stats->lpdead_it...
assertion
TRAP: failed Assert("vacrel->num_index_scans > 1 || (vacrel->dead_items_info->num_items == vacrel->scan_stats->lpdead_it...
core
00000011`843ffae8 00007fff`c6fcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000011`843ffaf0 00007fff`c5e04cb0     ntdll!TppWorkerThread+0x2df
00000011`843ffde0 00007fff`c703ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000011`843ffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000011`847ffc68 00007fff`c47845ca     ntdll!NtFsControlFile+0x14
00000011`847ffc70 00007ff7`7bae2c0b     KERNELBASE!ConnectNamedPipe+0x6a
00000011`847ffce0 00007fff`c5e04cb0     postgres!pg_signal_thread(
00000011`847ffde0 00007fff`c703ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000011`847ffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000011`83ffead0 00007ff7`7be2adc8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000011`83ffeb10 00007ff7`7b6e55e4     postgres!ExceptionalCondition(
00000011`83ffeb50 00007ff7`7b6e4fcc     postgres!lazy_vacuum_heap_rel(
00000011`83ffebc0 00007ff7`7b6e3556     postgres!lazy_vacuum(
00000011`83ffec00 00007ff7`7b6e1ad5     postgres!lazy_scan_heap(
00000011`83ffec80 00007ff7`7b8e8b14     postgres!heap_vacuum_rel(
00000011`83ffef90 00007ff7`7b8e9c8b     postgres!table_relation_vacuum(
00000011`83ffefc0 00007ff7`7b8e6d0f     postgres!vacuum_rel(
00000011`83fff090 00007ff7`7b8e6802     postgres!vacuum(
00000011`83fff270 00007ff7`7bbfd176     postgres!ExecVacuum(
core
00000011`84fff678 00007fff`c6fcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000011`84fff680 00007fff`c5e04cb0     ntdll!TppWorkerThread+0x2df
00000011`84fff970 00007fff`c703ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000011`84fff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000011`84bff928 00007fff`c473d71e     ntdll!NtWaitForSingleObject+0x14
00000011`84bff930 00007ff7`7bae46ac     KERNELBASE!WaitForSingleObjectEx+0x8e
00000011`84bff9d0 00007fff`c5e04cb0     postgres!pg_timer_thread(
00000011`84bffa10 00007fff`c703ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000011`84bffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001e`c3dffb28 00007fff`c47845ca     ntdll!NtFsControlFile+0x14
0000001e`c3dffb30 00007ff7`7bae2c0b     KERNELBASE!ConnectNamedPipe+0x6a
0000001e`c3dffba0 00007fff`c5e04cb0     postgres!pg_signal_thread(
0000001e`c3dffca0 00007fff`c703ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000001e`c3dffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001e`c35febc0 00007ff7`7be2adc8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000001e`c35fec00 00007ff7`7b6e55e4     postgres!ExceptionalCondition(
0000001e`c35fec40 00007ff7`7b6e4fcc     postgres!lazy_vacuum_heap_rel(
0000001e`c35fecb0 00007ff7`7b6e3556     postgres!lazy_vacuum(
0000001e`c35fecf0 00007ff7`7b6e1ad5     postgres!lazy_scan_heap(
0000001e`c35fed70 00007ff7`7b8e8b14     postgres!heap_vacuum_rel(
0000001e`c35ff080 00007ff7`7b8e9c8b     postgres!table_relation_vacuum(
0000001e`c35ff0b0 00007ff7`7b8e6d0f     postgres!vacuum_rel(
0000001e`c35ff180 00007ff7`7b8e6802     postgres!vacuum(
0000001e`c35ff360 00007ff7`7bbfd176     postgres!ExecVacuum(
core
0000001e`c45ffd68 00007fff`c473d71e     ntdll!NtWaitForSingleObject+0x14
0000001e`c45ffd70 00007ff7`7bae46ac     KERNELBASE!WaitForSingleObjectEx+0x8e
0000001e`c45ffe10 00007fff`c5e04cb0     postgres!pg_timer_thread(
0000001e`c45ffe50 00007fff`c703ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000001e`c45ffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001e`c41ffaa8 00007fff`c6fcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001e`c41ffab0 00007fff`c5e04cb0     ntdll!TppWorkerThread+0x2df
0000001e`c41ffda0 00007fff`c703ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000001e`c41ffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001e`c39ffa48 00007fff`c6fcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001e`c39ffa50 00007fff`c5e04cb0     ntdll!TppWorkerThread+0x2df
0000001e`c39ffd40 00007fff`c703ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000001e`c39ffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006d`1dbfe5d0 00007ff7`7be2adc8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000006d`1dbfe610 00007ff7`7b6e55e4     postgres!ExceptionalCondition(
0000006d`1dbfe650 00007ff7`7b6e4fcc     postgres!lazy_vacuum_heap_rel(
0000006d`1dbfe6c0 00007ff7`7b6e3556     postgres!lazy_vacuum(
0000006d`1dbfe700 00007ff7`7b6e1ad5     postgres!lazy_scan_heap(
0000006d`1dbfe780 00007ff7`7b8e8b14     postgres!heap_vacuum_rel(
0000006d`1dbfea90 00007ff7`7b8e9c8b     postgres!table_relation_vacuum(
0000006d`1dbfeac0 00007ff7`7b8e6d0f     postgres!vacuum_rel(
0000006d`1dbfeb90 00007ff7`7b8e6802     postgres!vacuum(
0000006d`1dbfed70 00007ff7`7bbfd176     postgres!ExecVacuum(
core
0000006d`1e3ff5b8 00007fff`c6fcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006d`1e3ff5c0 00007fff`c5e04cb0     ntdll!TppWorkerThread+0x2df
0000006d`1e3ff8b0 00007fff`c703ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000006d`1e3ff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006d`1ebffd58 00007fff`c473d71e     ntdll!NtWaitForSingleObject+0x14
0000006d`1ebffd60 00007ff7`7bae46ac     KERNELBASE!WaitForSingleObjectEx+0x8e
0000006d`1ebffe00 00007fff`c5e04cb0     postgres!pg_timer_thread(
0000006d`1ebffe40 00007fff`c703ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000006d`1ebffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006d`1dfffc18 00007fff`c6fcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006d`1dfffc20 00007fff`c5e04cb0     ntdll!TppWorkerThread+0x2df
0000006d`1dffff10 00007fff`c703ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000006d`1dffff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006d`1e7ff8b8 00007fff`c47845ca     ntdll!NtFsControlFile+0x14
0000006d`1e7ff8c0 00007ff7`7bae2c0b     KERNELBASE!ConnectNamedPipe+0x6a
0000006d`1e7ff930 00007fff`c5e04cb0     postgres!pg_signal_thread(
0000006d`1e7ffa30 00007fff`c703ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000006d`1e7ffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000022`aa7ffc08 00007fff`c6fcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000022`aa7ffc10 00007fff`c5e04cb0     ntdll!TppWorkerThread+0x2df
00000022`aa7fff00 00007fff`c703ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000022`aa7fff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000022`aa3fe1c0 00007ff7`7be2adc8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000022`aa3fe200 00007ff7`7b6e55e4     postgres!ExceptionalCondition(
00000022`aa3fe240 00007ff7`7b6e4fcc     postgres!lazy_vacuum_heap_rel(
00000022`aa3fe2b0 00007ff7`7b6e3556     postgres!lazy_vacuum(
00000022`aa3fe2f0 00007ff7`7b6e1ad5     postgres!lazy_scan_heap(
00000022`aa3fe370 00007ff7`7b8e8b14     postgres!heap_vacuum_rel(
00000022`aa3fe680 00007ff7`7b8e9c8b     postgres!table_relation_vacuum(
00000022`aa3fe6b0 00007ff7`7b8e6d0f     postgres!vacuum_rel(
00000022`aa3fe780 00007ff7`7b8e6802     postgres!vacuum(
00000022`aa3fe960 00007ff7`7bbfd176     postgres!ExecVacuum(
core
00000022`aabffda8 00007fff`c47845ca     ntdll!NtFsControlFile+0x14
00000022`aabffdb0 00007ff7`7bae2c0b     KERNELBASE!ConnectNamedPipe+0x6a
00000022`aabffe20 00007fff`c5e04cb0     postgres!pg_signal_thread(
00000022`aabfff20 00007fff`c703ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000022`aabfff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000022`ab3ff8a8 00007fff`c6fcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000022`ab3ff8b0 00007fff`c5e04cb0     ntdll!TppWorkerThread+0x2df
00000022`ab3ffba0 00007fff`c703ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000022`ab3ffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000022`aafff858 00007fff`c473d71e     ntdll!NtWaitForSingleObject+0x14
00000022`aafff860 00007ff7`7bae46ac     KERNELBASE!WaitForSingleObjectEx+0x8e
00000022`aafff900 00007fff`c5e04cb0     postgres!pg_timer_thread(
00000022`aafff940 00007fff`c703ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000022`aafff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/vacuum.out C:/cirrus/build/testrun/pg_upgrade/002_pg_up...
--- C:/cirrus/src/test/regress/expected/vacuum.out	2024-10-25 19:32:16.729560900 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/vacuum.out	2024-10-25 19:34:58.965757100 +0000
@@ -154,496 +154,7 @@
 -- VACUUM invokes parallel bulk-deletion
 UPDATE pvactst SET i = i WHERE i < 1000;
 VACUUM (PARALLEL 2) pvactst;
-UPDATE pvactst SET i = i WHERE i < 1000;
-VACUUM (PARALLEL 0) pvactst; -- disable parallel vacuum
-VACUUM (PARALLEL -1) pvactst; -- error
-ERROR:  parallel workers for vacuum must be between 0 and 1024
-LINE 1: VACUUM (PARALLEL -1) pvactst;
-                ^
-VACUUM (PARALLEL 2, INDEX_CLEANUP FALSE) pvactst;
-VACUUM (PARALLEL 2, FULL TRUE) pvactst; -- error, cannot use both PARALLEL and FULL
-ERROR:  VACUUM FULL cannot be performed in parallel
-VACUUM (PARALLEL) pvactst; -- error, cannot use PARALLEL option without parallel degree
-ERROR:  parallel option requires a value between 0 and 1024
-LINE 1: VACUUM (PARALLEL) pvactst;
-                ^
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/triggers.out C:/cirrus/build/testrun/recovery/027_strea...
--- C:/cirrus/src/test/regress/expected/triggers.out	2024-10-25 19:32:16.719717300 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/triggers.out	2024-10-25 19:37:13.208968400 +0000
@@ -3566,165 +3566,7 @@
   partition by list (a);
 create table trigger_parted_p2_2 partition of trigger_parted_p2 for values in (2);
 alter table only trigger_parted_p2 disable trigger aft_row;
-alter table trigger_parted_p2_2 enable always trigger aft_row;
--- verify transition table conversion slot's lifetime
--- https://postgr.es/m/39a71864-b120-5a5c-8cc5-c632b6f16761@amazon.com
-create table convslot_test_parent (col1 text primary key);
-create table convslot_test_child (col1 text primary key,
-	foreign key (col1) references convslot_test_parent(col1) on delete cascade on update cascade
-);
-alter table convslot_test_child add column col2 text not null default 'tutu';
-insert into convslot_test_parent(col1) values ('1');
-insert into convslot_test_child(col1) values ('1');
-insert into convslot_test_parent(col1) values ('3');
-insert into convslot_test_child(col1) values ('3');
-create function convslot_trig1()
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/vacuum.out C:/cirrus/build/testrun/regress/regress/resu...
--- C:/cirrus/src/test/regress/expected/vacuum.out	2024-10-25 19:32:16.729560900 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/vacuum.out	2024-10-25 19:34:55.460379700 +0000
@@ -154,496 +154,7 @@
 -- VACUUM invokes parallel bulk-deletion
 UPDATE pvactst SET i = i WHERE i < 1000;
 VACUUM (PARALLEL 2) pvactst;
-UPDATE pvactst SET i = i WHERE i < 1000;
-VACUUM (PARALLEL 0) pvactst; -- disable parallel vacuum
-VACUUM (PARALLEL -1) pvactst; -- error
-ERROR:  parallel workers for vacuum must be between 0 and 1024
-LINE 1: VACUUM (PARALLEL -1) pvactst;
-                ^
-VACUUM (PARALLEL 2, INDEX_CLEANUP FALSE) pvactst;
-VACUUM (PARALLEL 2, FULL TRUE) pvactst; -- error, cannot use both PARALLEL and FULL
-ERROR:  VACUUM FULL cannot be performed in parallel
-VACUUM (PARALLEL) pvactst; -- error, cannot use PARALLEL option without parallel degree
-ERROR:  parallel option requires a value between 0 and 1024
-LINE 1: VACUUM (PARALLEL) pvactst;
-                ^
...
tap
[19:35:55.779](84.529s) not ok 5 - regression tests pass
[19:35:59.415](3.608s) not ok 6 - dump before running pg_upgrade
tap
[19:38:11.902](99.355s) not ok 2 - regression tests pass
test
[19:47:42.471]  19/307 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[19:47:42.471]   6/307 postgresql:regress / regress/regress                                            ERROR           1...
[19:47:42.471]  65/307 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/4412 Client authentication via OAuth 2.0
macOS - Sonoma - Meson
test
[18:42:06.489] 318/318 postgresql:python / python/client                                               FAIL             ...
51/5232 per backend I/O statistics
macOS - Sonoma - Meson
tap
[18:27:44.846](0.000s) not ok 310 - pgbench script error: set non numeric value stderr /(?^:malformed variable "foo" val...
test
[18:28:55.981] 214/312 postgresql:pgbench / pgbench/001_pgbench_with_server                            ERROR            ...
51/4997 Return pg_control from pg_backup_stop().
Linux - Debian Bookworm - Meson
core
[15:03:19.872] #0  0x00007fe00b2a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:03:19.872] #1  0x00007fe00b25afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[15:03:19.872] #2  0x00007fe00b245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[15:03:19.872] #3  0x00007fe00b41e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[15:03:19.872] #4  0x00007fe00b42aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[15:03:19.872] #5  0x00007fe00b40d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x56165b974fe0,...
[15:03:19.872] #6  0x000056165aa9d1e1 in backup_control_file (controlFile=controlFile@entry=0x561698cc418c "}\370\234\20...
[15:03:19.872] #7  0x000056165aaa1f1d in pg_backup_stop (fcinfo=<optimized out>) at ../src/backend/access/transam/xlogfu...
[15:03:19.872] #8  0x000056165ac77ee2 in ExecInterpExpr (state=0x561698cbb8a0, econtext=0x561698cbb648, isnull=0x7ffc105...
[15:03:19.872] #9  0x000056165ac6c7b0 in ExecInterpExprStillValid (state=0x561698cbb8a0, econtext=0x561698cbb648, isNull...
core
[15:03:19.320] #0  0x00007f170b2aed24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[15:03:19.320] #1  0x00007f170b25b239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[15:03:19.320] #2  0x00007f170b316184 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:03:19.320] #3  0x00007f170b3287dc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:03:19.798] #0  0x00007fe00b2a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[15:03:19.320] #0  <unavailable> in ?? ()
core
[15:03:18.853] #0  0x00007f1127ea9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:03:18.853] #1  0x00007f1127e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[15:03:18.853] #2  0x00007f1127e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[15:03:18.853] #3  0x00007f112801e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[15:03:18.853] #4  0x00007f112802aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[15:03:18.853] #5  0x00007f112800d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x56329ed23fe0,...
[15:03:18.853] #6  0x000056329de4c1e1 in backup_control_file (controlFile=controlFile@entry=0x5632d6ecf26c "}\370\234\20...
[15:03:18.853] #7  0x000056329de50f1d in pg_backup_stop (fcinfo=<optimized out>) at ../src/backend/access/transam/xlogfu...
[15:03:18.853] #8  0x000056329e04e376 in ExecMakeTableFunctionResult (setexpr=0x5632d6ede358, econtext=0x5632d6ede228, a...
[15:03:18.853] #9  0x000056329e07c568 in FunctionNext (node=0x5632d6ede018) at ../src/backend/executor/nodeFunctionscan....
tap
[14:58:48.256](1.551s) not ok 18 - psql fails correctly
[14:58:48.257](0.000s) not ok 19 - pg_backup_start fails gracefully
test
[15:02:01.687]  25/312 postgresql:recovery / recovery/020_archive_status                               ERROR            ...
[15:02:01.687]  44/312 postgresql:recovery / recovery/042_low_level_backup                             ERROR            ...
51/4966 Parallel CREATE INDEX for GIN indexes
CompilerWarnings
compiler
[15:03:06.378] gininsert.c:2402:37: error: format ‘%ld’ expects argument of type ‘long int’, but argument 3 has type ‘lo...
compiler
[15:03:06.378] gininsert.c:2421:35: error: format ‘%ld’ expects argument of type ‘long int’, but argument 2 has type ‘in...
50/5068 Allow logical decoding to output generated columns
Linux - Debian Bookworm - Meson
core
[14:47:03.392] #0  0x00007f771f2a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[14:47:03.392] #1  0x00007f771f25afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[14:47:03.392] #2  0x00007f771f245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[14:47:03.392] #3  0x00007f771f41e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[14:47:03.392] #4  0x00007f771f42aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[14:47:03.392] #5  0x00007f771f40dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x7f771ce33af...
[14:47:03.392] #6  0x00007f771ce28879 in send_relation_and_attrs (relation=relation@entry=0x7f771c2fa6c8, xid=xid@entry=...
[14:47:03.392] #7  0x00007f771ce28a9b in maybe_send_schema (ctx=ctx@entry=0x559236ec6ba0, change=change@entry=0x559236ef...
[14:47:03.392] #8  0x00007f771ce2acc5 in pgoutput_change (ctx=0x559236ec6ba0, txn=0x559236efab70, relation=0x7f771c2fa6c...
[14:47:03.392] #9  0x00005591fa787a98 in change_cb_wrapper (cache=<optimized out>, txn=<optimized out>, relation=<optimi...
core
[14:47:02.843] #0  0x00007f7d1fca9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[14:47:02.843] #1  0x00007f7d1fc5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[14:47:02.843] #2  0x00007f7d1fc45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[14:47:02.843] #3  0x00007f7d1fe1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[14:47:02.843] #4  0x00007f7d1fe2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[14:47:02.843] #5  0x00007f7d1fe0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x7f7d1d838af...
[14:47:02.843] #6  0x00007f7d1d82d879 in send_relation_and_attrs (relation=relation@entry=0x7f7d1cd3e3d0, xid=xid@entry=...
[14:47:02.843] #7  0x00007f7d1d82da9b in maybe_send_schema (ctx=ctx@entry=0x562a67c6dba0, change=change@entry=0x562a67ca...
[14:47:02.843] #8  0x00007f7d1d82fcc5 in pgoutput_change (ctx=0x562a67c6dba0, txn=0x562a67c9eb20, relation=0x7f7d1cd3e3d...
[14:47:02.843] #9  0x0000562a394c9a98 in change_cb_wrapper (cache=<optimized out>, txn=<optimized out>, relation=<optimi...
tap
[14:45:27.785](205.136s) # poll_query_until timed out executing this query:
tap
[14:45:49.044](202.902s) # poll_query_until timed out executing this query:
test
[14:45:49.258] 311/312 postgresql:subscription / subscription/011_generated                            ERROR           2...
[14:45:49.258] 312/312 postgresql:subscription / subscription/031_column_list                          ERROR           2...
51/4929 apply_scanjoin_target_to_paths and partitionwise join
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-25 13:34:15.948700000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_join.out	2024-10-25 13:36:00.320...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/recovery/0...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-25 13:34:15.948700000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/partition_join.out	2024-10-25 13:36:45.7...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/regress/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-25 13:34:15.948700000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/partition_join.out	2024-10-25 13:35:59.579797000 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[13:36:05.831](67.045s) not ok 5 - regression tests pass
tap
[13:36:49.403](74.610s) not ok 2 - regression tests pass
test
[13:38:49.378]  41/312 postgresql:regress / regress/regress                                            ERROR            ...
[13:38:49.378]  88/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[13:38:49.378] 153/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_c...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-25 13:34:11.580263025 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/partition_join.out	2024-10-25 13:39:59.638570053 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/src/test/recovery/tmp_ch...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-25 13:34:11.580263025 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/partition_join.out	2024-10-25 13:41:29.670462516 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/src/test/regress/results...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-25 13:34:11.580263025 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/partition_join.out	2024-10-25 13:37:42.355169085 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[13:40:03.472](119.716s) not ok 5 - regression tests pass
tap
[13:41:32.450](61.409s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-25 13:34:11.517514351 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_join.out	2024-10-25 13:36:41.906...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/recovery/0...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-25 13:34:11.517514351 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/partition_join.out	2024-10-25 13:37:14.6...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/regress/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-25 13:34:11.517514351 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/partition_join.out	2024-10-25 13:36:28.638328952 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[13:36:44.039](70.301s) not ok 5 - regression tests pass
tap
[13:37:17.881](71.420s) not ok 2 - regression tests pass
test
[13:38:55.567]  38/312 postgresql:regress / regress/regress                                            ERROR            ...
[13:38:55.567] 126/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[13:38:55.567] 155/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/partition_join.out /Users/admin/pgsql/build/testrun/pg_upgrade/002...
--- /Users/admin/pgsql/src/test/regress/expected/partition_join.out	2024-10-25 13:34:08
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_join.out	2024-10-25 13:36:20
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/partition_join.out /Users/admin/pgsql/build/testrun/recovery/027_s...
--- /Users/admin/pgsql/src/test/regress/expected/partition_join.out	2024-10-25 13:34:08
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/partition_join.out	2024-10-25 13:37:29
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/partition_join.out /Users/admin/pgsql/build/testrun/regress/regres...
--- /Users/admin/pgsql/src/test/regress/expected/partition_join.out	2024-10-25 13:34:08
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/partition_join.out	2024-10-25 13:36:20
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[13:39:21.179](0.201s) not ok 3 - vacuum 1: query result matches
tap
[13:36:24.023](53.401s) not ok 5 - regression tests pass
tap
[13:37:31.653](65.595s) not ok 2 - regression tests pass
test
[13:40:14.556]  26/312 postgresql:regress / regress/regress                                            ERROR            ...
[13:40:14.556]  46/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[13:40:14.556] 140/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[13:40:14.556] 249/312 postgresql:bloom / bloom/001_wal                                                ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/partition_join.out C:/cirrus/build/testrun/pg_upgrade/0...
--- C:/cirrus/src/test/regress/expected/partition_join.out	2024-10-25 13:34:28.875082500 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_join.out	2024-10-25 13:38:11.715507300 +000...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/partition_join.out C:/cirrus/build/testrun/recovery/027...
--- C:/cirrus/src/test/regress/expected/partition_join.out	2024-10-25 13:34:28.875082500 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/partition_join.out	2024-10-25 13:40:38.528930400 +0...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/partition_join.out C:/cirrus/build/testrun/regress/regr...
--- C:/cirrus/src/test/regress/expected/partition_join.out	2024-10-25 13:34:28.875082500 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/partition_join.out	2024-10-25 13:38:05.747744500 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[13:38:18.607](107.602s) not ok 5 - regression tests pass
tap
[13:40:49.977](130.316s) not ok 2 - regression tests pass
test
[13:46:50.787]  20/307 postgresql:regress / regress/regress                                            ERROR           1...
[13:46:50.787]  37/307 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[13:46:50.787] 108/307 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5284 database-specific role memberships
FreeBSD - 13 - Meson
core
[11:42:10.596] #0  0x00004b2d0907d5da in ?? () from /libexec/ld-elf.so.1
[11:42:10.596] #1  0x00004b2d090796ec in ?? () from /libexec/ld-elf.so.1
[11:42:10.596] #2  0x0000000000000000 in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/privs_in_db.out /tmp/cirrus-ci-build/build/testrun/regress-runni...
--- /tmp/cirrus-ci-build/src/test/regress/expected/privs_in_db.out	2024-10-25 11:35:03.864788000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress-running/regress/results/privs_in_db.out	2024-10-25 11:40:38.102394000 +00...
@@ -756,9 +756,10 @@
 DROP DATABASE regression_db_0;
 DROP ROLE regress_role_admin;
 SELECT datname FROM pg_database WHERE datname LIKE 'regression_db_%';
- datname 
----------
-(0 rows)
+      datname      
+-------------------
+ regression_dblink
+(1 row)
 
 SELECT rolname FROM pg_roles WHERE rolname LIKE 'regress_role_%';
  rolname 
test
[11:40:58.331] 75/76 postgresql:regress-running / regress-running/regress                         ERROR            24.90...
51/5131 add log_transaction GUC setting
FreeBSD - 13 - Meson
tap
[10:14:58.137](1.786s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[10:15:07.687] 293/312 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
Linux - Debian Bookworm - Autoconf
tap
[10:15:56.245](0.681s) not ok 1 - no parameters missing from postgresql.conf.sample
Linux - Debian Bookworm - Meson
tap
[10:17:28.207](0.416s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[10:17:39.260] 291/312 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
macOS - Sonoma - Meson
tap
[10:16:11.447](1.370s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[10:16:26.072] 293/312 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[10:22:24.413](1.875s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[10:22:57.659] 287/307 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
51/4308 SQL:2011 application time
FreeBSD - 13 - Meson
core
[09:42:00.542] #0  0x000000082c8498fa in _sigprocmask () from /lib/libc.so.7
[09:42:00.542] #1  0x000000082c882f91 in _system () from /lib/libc.so.7
[09:42:00.542] #2  0x000000082b9169d3 in ?? () from /lib/libthr.so.3
[09:42:00.542] #3  0x00000000006735d5 in RestoreArchivedFile (path=path@entry=0x8215141d0 "pg_wal/0)k7", xlogfname=xlogf...
[09:42:00.542] #4  0x000000000067ef1e in XLogFileRead (segno=segno@entry=6, tli=tli@entry=2, source=source@entry=XLOG_FR...
[09:42:00.542] #5  0x000000000067abfc in XLogFileReadAnyTLI (segno=6, source=XLOG_FROM_ANY) at ../src/backend/access/tra...
[09:42:00.542] #6  WaitForWALToBecomeAvailable (RecPtr=105185696, tliRecPtr=105185672, replayTLI=2, replayLSN=105185672,...
[09:42:00.542] #7  XLogPageRead (xlogreader=0x834fbf130, targetPagePtr=105185280, reqLen=416, targetRecPtr=105185672, re...
[09:42:00.542] #8  0x0000000000682282 in ReadPageInternal (state=state@entry=0x834fbf130, pageptr=105185280, reqLen=416)...
[09:42:00.542] #9  0x00000000006810f2 in XLogDecodeNextRecord (state=0x834fbf130, nonblocking=false) at ../src/backend/a...
regress
diff -U3 /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out /tmp/cirrus-ci-build/build/testrun/postgres...
--- /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out	2024-10-25 09:34:13.710595000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/postgres_fdw-running/regress/results/postgres_fdw.out	2024-10-25 09:40:19.9131730...
@@ -7112,18 +7112,9 @@
 CREATE VIEW rw_view AS SELECT * FROM parent_tbl
   WHERE a < b WITH CHECK OPTION;
 \d+ rw_view
-                           View "public.rw_view"
- Column |  Type   | Collation | Nullable | Default | Storage | Description 
---------+---------+-----------+----------+---------+---------+-------------
- a      | integer |           |          |         | plain   | 
- b      | integer |           |          |         | plain   | 
-View definition:
- SELECT a,
-    b
-   FROM parent_tbl
-  WHERE a < b;
-Options: check_option=cascaded
-
+ERROR:  error triggered for injection point typecache-before-rel-type-cache-insert
...
test
[09:40:47.373] 74/76 postgresql:postgres_fdw-running / postgres_fdw-running/regress               ERROR             9.63...
51/3998 SetLatches()
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/build/testrun/regress-running/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-10-25 08:07:54.603522000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress-running/regress/results/triggers.out	2024-10-25 08:13:19.754396000 +0000
@@ -2355,12 +2355,8 @@
 merge into parted_trig using (select 1) as ss on true
   when matched and a = 2 then update set a = 1;
 NOTICE:  trigger parted_trig_before_stmt on parted_trig BEFORE UPDATE for STATEMENT
-NOTICE:  trigger parted_trig_before_row on parted_trig2 BEFORE UPDATE for ROW
-NOTICE:  trigger parted_trig_before_row on parted_trig2 BEFORE DELETE for ROW
-NOTICE:  trigger parted_trig_before_row on parted_trig1 BEFORE INSERT for ROW
-NOTICE:  trigger parted_trig_after_row on parted_trig2 AFTER DELETE for ROW
-NOTICE:  trigger parted_trig_after_row on parted_trig1 AFTER INSERT for ROW
-NOTICE:  trigger parted_trig_after_stmt on parted_trig AFTER UPDATE for STATEMENT
+ERROR:  error triggered for injection point typecache-before-rel-type-cache-insert
+CONTEXT:  PL/pgSQL function trigger_notice() during initialization of execution state
 drop table parted_trig;
 -- Verify propagation of trigger arguments to partitions
 create table parted_trig (a int) partition by list (a);
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/updatable_views.out /tmp/cirrus-ci-build/build/testrun/regress-r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/updatable_views.out	2024-10-25 08:07:54.608208000 +0000
...
test
[08:13:48.543] 74/76 postgresql:regress-running / regress-running/regress                         ERROR            25.90...
51/4956 Test to dump and restore objects left behind by regression
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out /tmp/cirrus-ci-build/build/testrun/postgres...
--- /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out	2024-10-25 08:03:24.445862000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/postgres_fdw-running/regress/results/postgres_fdw.out	2024-10-25 08:07:56.3309590...
@@ -6145,26 +6145,8 @@
   FROM ft4 INNER JOIN ft5 ON (ft4.c1 = ft5.c1)
   WHERE ft2.c1 > 1200 AND ft2.c2 = ft4.c1
   RETURNING ft2, ft2.*, ft4, ft4.*;
-              ft2               |  c1  | c2 | c3  | c4 | c5 | c6 |     c7     | c8 |      ft4       | c1 | c2 |   c3   
---------------------------------+------+----+-----+----+----+----+------------+----+----------------+----+----+--------
- (1206,6,foo,,,,"ft2       ",)  | 1206 |  6 | foo |    |    |    | ft2        |    | (6,7,AAA006)   |  6 |  7 | AAA006
- (1212,12,foo,,,,"ft2       ",) | 1212 | 12 | foo |    |    |    | ft2        |    | (12,13,AAA012) | 12 | 13 | AAA012
- (1218,18,foo,,,,"ft2       ",) | 1218 | 18 | foo |    |    |    | ft2        |    | (18,19,AAA018) | 18 | 19 | AAA018
- (1224,24,foo,,,,"ft2       ",) | 1224 | 24 | foo |    |    |    | ft2        |    | (24,25,AAA024) | 24 | 25 | AAA024
- (1230,30,foo,,,,"ft2       ",) | 1230 | 30 | foo |    |    |    | ft2        |    | (30,31,AAA030) | 30 | 31 | AAA030
- (1236,36,foo,,,,"ft2       ",) | 1236 | 36 | foo |    |    |    | ft2        |    | (36,37,AAA036) | 36 | 37 | AAA036
- (1242,42,foo,,,,"ft2       ",) | 1242 | 42 | foo |    |    |    | ft2        |    | (42,43,AAA042) | 42 | 43 | AAA042
- (1248,48,foo,,,,"ft2       ",) | 1248 | 48 | foo |    |    |    | ft2        |    | (48,49,AAA048) | 48 | 49 | AAA048
- (1254,54,foo,,,,"ft2       ",) | 1254 | 54 | foo |    |    |    | ft2        |    | (54,55,AAA054) | 54 | 55 | AAA054
- (1260,60,foo,,,,"ft2       ",) | 1260 | 60 | foo |    |    |    | ft2        |    | (60,61,AAA060) | 60 | 61 | AAA060
- (1266,66,foo,,,,"ft2       ",) | 1266 | 66 | foo |    |    |    | ft2        |    | (66,67,AAA066) | 66 | 67 | AAA066
...
test
[08:08:20.098] 74/76 postgresql:postgres_fdw-running / postgres_fdw-running/regress               ERROR             9.52...
50/5324 Wrong result when enable_partitionwise_join is on if collation of PartitionKey and Column is different.
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out /tmp/cirrus-ci-build/build/testrun/postgres...
--- /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out	2024-10-25 07:43:21.990558000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/postgres_fdw-running/regress/results/postgres_fdw.out	2024-10-25 07:47:50.4282500...
@@ -6786,20 +6786,9 @@
 (3 rows)
 
 SELECT * FROM ft1 ORDER BY c6 DESC NULLS LAST, c1 OFFSET 795  LIMIT 10;
-  c1  | c2  |         c3         |              c4              |            c5            |  c6  |     c7     | c8  
-------+-----+--------------------+------------------------------+--------------------------+------+------------+-----
-  960 |  42 | 00960_trig_update  | Mon Mar 02 00:00:00 1970 PST | Mon Mar 02 00:00:00 1970 | 0    | 0          | foo
-  970 |  42 | 00970_trig_update  | Thu Mar 12 00:00:00 1970 PST | Thu Mar 12 00:00:00 1970 | 0    | 0          | foo
-  980 |  42 | 00980_trig_update  | Sun Mar 22 00:00:00 1970 PST | Sun Mar 22 00:00:00 1970 | 0    | 0          | foo
-  990 |  42 | 00990_trig_update  | Wed Apr 01 00:00:00 1970 PST | Wed Apr 01 00:00:00 1970 | 0    | 0          | foo
- 1000 |  42 | 01000_trig_update  | Thu Jan 01 00:00:00 1970 PST | Thu Jan 01 00:00:00 1970 | 0    | 0          | foo
- 1218 | 818 | ggg_trig_update    |                              |                          | (--; | ft2        | 
- 1001 | 101 | 0000100001         |                              |                          |      | ft2        | 
- 1003 | 403 | 0000300003_update3 |                              |                          |      | ft2        | 
- 1004 | 104 | 0000400004         |                              |                          |      | ft2        | 
- 1006 | 106 | 0000600006         |                              |                          |      | ft2        | 
-(10 rows)
...
test
[07:48:13.613] 74/76 postgresql:postgres_fdw-running / postgres_fdw-running/regress               ERROR             9.43...
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_aggregate.out /tmp/cirrus-ci-build/build-32/testrun/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_aggregate.out	2024-10-25 07:43:19.374956197 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/recovery/027_stream_regress/data/results/partition_aggregate.out	2024-10-25 07...
@@ -1527,68 +1527,41 @@
     locale = 'und-u-ks-level2',
     deterministic = false
 );
+ERROR:  current database's encoding is not supported with this provider
 CREATE TABLE pagg_tab3 (c text collate case_insensitive) PARTITION BY LIST(c collate "C");
+ERROR:  collation "case_insensitive" for encoding "SQL_ASCII" does not exist
+LINE 1: CREATE TABLE pagg_tab3 (c text collate case_insensitive) PAR...
+                                       ^
 CREATE TABLE pagg_tab3_p1 PARTITION OF pagg_tab3 FOR VALUES IN ('a', 'b', 'c', 'd');
+ERROR:  relation "pagg_tab3" does not exist
 CREATE TABLE pagg_tab3_p2 PARTITION OF pagg_tab3 FOR VALUES IN ('e', 'f', 'A');
+ERROR:  relation "pagg_tab3" does not exist
 CREATE TABLE pagg_tab3_p3 PARTITION OF pagg_tab3 FOR VALUES IN ('B', 'C', 'D', 'E');
+ERROR:  relation "pagg_tab3" does not exist
 INSERT INTO pagg_tab3 SELECT substr('abcdeABCDE', (i % 10) + 1 , 1) FROM generate_series(0, 2999) i;
+ERROR:  relation "pagg_tab3" does not exist
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_aggregate.out /tmp/cirrus-ci-build/build-32/testrun/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_aggregate.out	2024-10-25 07:43:19.374956197 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/regress/regress/results/partition_aggregate.out	2024-10-25 07:49:20.509235267 ...
@@ -1527,68 +1527,41 @@
     locale = 'und-u-ks-level2',
     deterministic = false
 );
+ERROR:  current database's encoding is not supported with this provider
 CREATE TABLE pagg_tab3 (c text collate case_insensitive) PARTITION BY LIST(c collate "C");
+ERROR:  collation "case_insensitive" for encoding "SQL_ASCII" does not exist
+LINE 1: CREATE TABLE pagg_tab3 (c text collate case_insensitive) PAR...
+                                       ^
 CREATE TABLE pagg_tab3_p1 PARTITION OF pagg_tab3 FOR VALUES IN ('a', 'b', 'c', 'd');
+ERROR:  relation "pagg_tab3" does not exist
 CREATE TABLE pagg_tab3_p2 PARTITION OF pagg_tab3 FOR VALUES IN ('e', 'f', 'A');
+ERROR:  relation "pagg_tab3" does not exist
 CREATE TABLE pagg_tab3_p3 PARTITION OF pagg_tab3 FOR VALUES IN ('B', 'C', 'D', 'E');
+ERROR:  relation "pagg_tab3" does not exist
 INSERT INTO pagg_tab3 SELECT substr('abcdeABCDE', (i % 10) + 1 , 1) FROM generate_series(0, 2999) i;
+ERROR:  relation "pagg_tab3" does not exist
...
tap
[07:50:10.963](77.211s) not ok 2 - regression tests pass
test
[07:51:59.701]  40/312 postgresql:regress / regress/regress                                            ERROR            ...
[07:51:59.701] 153/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/partition_aggregate.out C:/cirrus/build/testrun/pg_upgr...
--- C:/cirrus/src/test/regress/expected/partition_aggregate.out	2024-10-25 07:43:38.272644500 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_aggregate.out	2024-10-25 07:47:28.501525500...
@@ -1527,68 +1527,41 @@
     locale = 'und-u-ks-level2',
     deterministic = false
 );
+ERROR:  ICU is not supported in this build
 CREATE TABLE pagg_tab3 (c text collate case_insensitive) PARTITION BY LIST(c collate "C");
+ERROR:  collation "case_insensitive" for encoding "UTF8" does not exist
+LINE 1: CREATE TABLE pagg_tab3 (c text collate case_insensitive) PAR...
+                                       ^
 CREATE TABLE pagg_tab3_p1 PARTITION OF pagg_tab3 FOR VALUES IN ('a', 'b', 'c', 'd');
+ERROR:  relation "pagg_tab3" does not exist
 CREATE TABLE pagg_tab3_p2 PARTITION OF pagg_tab3 FOR VALUES IN ('e', 'f', 'A');
+ERROR:  relation "pagg_tab3" does not exist
 CREATE TABLE pagg_tab3_p3 PARTITION OF pagg_tab3 FOR VALUES IN ('B', 'C', 'D', 'E');
+ERROR:  relation "pagg_tab3" does not exist
 INSERT INTO pagg_tab3 SELECT substr('abcdeABCDE', (i % 10) + 1 , 1) FROM generate_series(0, 2999) i;
+ERROR:  relation "pagg_tab3" does not exist
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/partition_aggregate.out C:/cirrus/build/testrun/recover...
--- C:/cirrus/src/test/regress/expected/partition_aggregate.out	2024-10-25 07:43:38.272644500 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/partition_aggregate.out	2024-10-25 07:50:14.6099776...
@@ -1527,68 +1527,41 @@
     locale = 'und-u-ks-level2',
     deterministic = false
 );
+ERROR:  ICU is not supported in this build
 CREATE TABLE pagg_tab3 (c text collate case_insensitive) PARTITION BY LIST(c collate "C");
+ERROR:  collation "case_insensitive" for encoding "WIN1252" does not exist
+LINE 1: CREATE TABLE pagg_tab3 (c text collate case_insensitive) PAR...
+                                       ^
 CREATE TABLE pagg_tab3_p1 PARTITION OF pagg_tab3 FOR VALUES IN ('a', 'b', 'c', 'd');
+ERROR:  relation "pagg_tab3" does not exist
 CREATE TABLE pagg_tab3_p2 PARTITION OF pagg_tab3 FOR VALUES IN ('e', 'f', 'A');
+ERROR:  relation "pagg_tab3" does not exist
 CREATE TABLE pagg_tab3_p3 PARTITION OF pagg_tab3 FOR VALUES IN ('B', 'C', 'D', 'E');
+ERROR:  relation "pagg_tab3" does not exist
 INSERT INTO pagg_tab3 SELECT substr('abcdeABCDE', (i % 10) + 1 , 1) FROM generate_series(0, 2999) i;
+ERROR:  relation "pagg_tab3" does not exist
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/partition_aggregate.out C:/cirrus/build/testrun/regress...
--- C:/cirrus/src/test/regress/expected/partition_aggregate.out	2024-10-25 07:43:38.272644500 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/partition_aggregate.out	2024-10-25 07:47:21.539598200 +0000
@@ -1527,68 +1527,41 @@
     locale = 'und-u-ks-level2',
     deterministic = false
 );
+ERROR:  ICU is not supported in this build
 CREATE TABLE pagg_tab3 (c text collate case_insensitive) PARTITION BY LIST(c collate "C");
+ERROR:  collation "case_insensitive" for encoding "WIN1252" does not exist
+LINE 1: CREATE TABLE pagg_tab3 (c text collate case_insensitive) PAR...
+                                       ^
 CREATE TABLE pagg_tab3_p1 PARTITION OF pagg_tab3 FOR VALUES IN ('a', 'b', 'c', 'd');
+ERROR:  relation "pagg_tab3" does not exist
 CREATE TABLE pagg_tab3_p2 PARTITION OF pagg_tab3 FOR VALUES IN ('e', 'f', 'A');
+ERROR:  relation "pagg_tab3" does not exist
 CREATE TABLE pagg_tab3_p3 PARTITION OF pagg_tab3 FOR VALUES IN ('B', 'C', 'D', 'E');
+ERROR:  relation "pagg_tab3" does not exist
 INSERT INTO pagg_tab3 SELECT substr('abcdeABCDE', (i % 10) + 1 , 1) FROM generate_series(0, 2999) i;
+ERROR:  relation "pagg_tab3" does not exist
...
tap
[07:47:36.744](112.531s) not ok 5 - regression tests pass
tap
[07:50:24.252](145.257s) not ok 2 - regression tests pass
test
[07:56:58.209]  20/307 postgresql:regress / regress/regress                                            ERROR           1...
[07:56:58.209]  38/307 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[07:56:58.209] 112/307 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5044 new plpgsql.extra_errors check - strict_expr_check
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out /tmp/cirrus-ci-build/build/testrun/postgres...
--- /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out	2024-10-25 07:37:23.798061000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/postgres_fdw-running/regress/results/postgres_fdw.out	2024-10-25 07:42:12.9557910...
@@ -6990,18 +6990,9 @@
 CREATE VIEW rw_view AS SELECT * FROM foreign_tbl
   WHERE a < b WITH CHECK OPTION;
 \d+ rw_view
-                           View "public.rw_view"
- Column |  Type   | Collation | Nullable | Default | Storage | Description 
---------+---------+-----------+----------+---------+---------+-------------
- a      | integer |           |          |         | plain   | 
- b      | integer |           |          |         | plain   | 
-View definition:
- SELECT a,
-    b
-   FROM foreign_tbl
-  WHERE a < b;
-Options: check_option=cascaded
-
+ERROR:  error triggered for injection point typecache-before-rel-type-cache-insert
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/build/testrun/regress-running/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-10-25 07:37:25.300801000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress-running/regress/results/triggers.out	2024-10-25 07:42:11.474535000 +0000
@@ -1892,18 +1892,12 @@
 	execute procedure update_stmt_notice();
 -- inherited no-op update
 update stmt_trig_on_empty_upd set a = a where false returning a+1 as aa;
-NOTICE:  updating stmt_trig_on_empty_upd
- aa 
-----
-(0 rows)
-
+ERROR:  error triggered for injection point typecache-before-rel-type-cache-insert
+CONTEXT:  PL/pgSQL function update_stmt_notice() during initialization of execution state
 -- simple no-op update
 update stmt_trig_on_empty_upd1 set a = a where false returning a+1 as aa;
-NOTICE:  updating stmt_trig_on_empty_upd1
- aa 
-----
-(0 rows)
...
test
[07:42:39.736] 75/76 postgresql:postgres_fdw-running / postgres_fdw-running/regress               ERROR             9.15...
[07:42:39.736] 74/76 postgresql:regress-running / regress-running/regress                         ERROR            27.83...
51/4810 COPY ON_ERROR 'NULL'
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/updatable_views.out /tmp/cirrus-ci-build/build/testrun/regress-r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/updatable_views.out	2024-10-25 07:29:19.641346000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress-running/regress/results/updatable_views.out	2024-10-25 07:33:59.123270000...
@@ -3868,6 +3868,8 @@
 insert into base_tab_def_view values (15, default, default, default, default),
                                      (16, default, default, default, default);
 insert into base_tab_def_view values (17), (default);
+ERROR:  error triggered for injection point typecache-before-rel-type-cache-insert
+CONTEXT:  PL/pgSQL function base_tab_def_view_instrig_func() during initialization of execution state
 select * from base_tab_def order by a;
  a  |       b       |       c       |      d       | e 
 ----+---------------+---------------+--------------+---
@@ -3883,9 +3885,7 @@
  14 | View default  |               | View default | 
  15 | View default  |               | View default | 
  16 | View default  |               | View default | 
- 17 | View default  |               | View default | 
-    | View default  |               | View default | 
-(14 rows)
+(12 rows)
...
test
[07:34:28.121] 73/76 postgresql:regress-running / regress-running/regress                         ERROR            25.18...
51/5229 Add ExprState hashing for GROUP BY and hashed SubPlans
FreeBSD - 13 - Meson
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 10423
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 9244
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 10877
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 10684
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 9730
core
[07:09:32.355] #0  0x000000000075defa in ExecInterpExpr (state=0x839297520, econtext=0x83937c318, isnull=0x821070207) at...
[07:09:32.355] #1  0x0000000000764990 in ExecEvalExpr (state=0x839298740, econtext=0x8392a41e8, isNull=0x821070207) at ....
[07:09:32.355] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[07:09:32.355] #3  LookupTupleHashEntry (hashtable=0x839297380, slot=slot@entry=0x8392a41e8, isnew=isnew@entry=0x8210702...
[07:09:32.355] #4  0x00000000007a0594 in setop_fill_hash_table (setopstate=0x839166380) at ../src/backend/executor/nodeS...
[07:09:32.355] #5  ExecSetOp (pstate=0x839166380) at ../src/backend/executor/nodeSetOp.c:216
[07:09:32.355] #6  0x0000000000766ddb in ExecProcNode (node=0x839166380) at ../src/include/executor/executor.h:278
[07:09:32.355] #7  ExecutePlan (estate=0x839166100, planstate=0x839166380, use_parallel_mode=<optimized out>, operation=...
[07:09:32.355] #8  standard_ExecutorRun (queryDesc=0x83720e100, direction=ForwardScanDirection, count=count@entry=0, exe...
[07:09:32.355] #9  0x000000083857dac1 in pgss_ExecutorRun (queryDesc=0x83720e100, direction=ForwardScanDirection, count=...
core
[07:09:32.990] #0  0x000000000075defa in ExecInterpExpr (state=0x83aa57500, econtext=0x83aa58160, isnull=0x82168fac7) at...
[07:09:32.990] #1  0x0000000000764990 in ExecEvalExpr (state=0x83aa579f0, econtext=0x83aa6d238, isNull=0x82168fac7) at ....
[07:09:32.990] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[07:09:32.990] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83aa57100, slot=slot@entry=0x83aa6d238, isnew=isnew...
[07:09:32.990] #4  0x000000000077e735 in lookup_hash_entries (aggstate=aggstate@entry=0x83a9bc380) at ../src/backend/exe...
[07:09:32.990] #5  0x000000000077bfd2 in agg_fill_hash_table (aggstate=0x83a9bc380) at ../src/backend/executor/nodeAgg.c...
[07:09:32.990] #6  ExecAgg (pstate=0x83a9bc380) at ../src/backend/executor/nodeAgg.c:2172
[07:09:32.990] #7  0x0000000000766ddb in ExecProcNode (node=0x83a9bc380) at ../src/include/executor/executor.h:278
[07:09:32.990] #8  ExecutePlan (estate=0x83a9bc100, planstate=0x83a9bc380, use_parallel_mode=<optimized out>, operation=...
[07:09:32.990] #9  standard_ExecutorRun (queryDesc=0x835108500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[07:09:36.238] #0  0x000000000075defa in ExecInterpExpr (state=0x835ee9710, econtext=0x835f0c108, isnull=0x820c85c47) at...
[07:09:36.238] #1  0x0000000000764990 in ExecEvalExpr (state=0x835ee9c00, econtext=0x835eef6d8, isNull=0x820c85c47) at ....
[07:09:36.238] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[07:09:36.238] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x835ee8100, slot=slot@entry=0x835eef6d8, isnew=isnew...
[07:09:36.238] #4  0x000000000077e735 in lookup_hash_entries (aggstate=aggstate@entry=0x835e98f90) at ../src/backend/exe...
[07:09:36.238] #5  0x000000000077bfd2 in agg_fill_hash_table (aggstate=0x835e98f90) at ../src/backend/executor/nodeAgg.c...
[07:09:36.238] #6  ExecAgg (pstate=0x835e98f90) at ../src/backend/executor/nodeAgg.c:2172
[07:09:36.238] #7  0x00000000007a0ec7 in ExecProcNode (node=0x835e98f90) at ../src/include/executor/executor.h:278
[07:09:36.238] #8  ExecSort (pstate=0x835e98d80) at ../src/backend/executor/nodeSort.c:149
[07:09:36.238] #9  0x0000000000766ddb in ExecProcNode (node=0x835e98d80) at ../src/include/executor/executor.h:278
core
[07:09:33.307] #0  0x000000000075defa in ExecInterpExpr (state=0x8391b5500, econtext=0x8391b6160, isnull=0x8211214c7) at...
[07:09:33.307] #1  0x0000000000764990 in ExecEvalExpr (state=0x8391b59f0, econtext=0x8391caaf8, isNull=0x8211214c7) at ....
[07:09:33.307] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[07:09:33.307] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x8391b5100, slot=slot@entry=0x8391caaf8, isnew=isnew...
[07:09:33.307] #4  0x000000000077e735 in lookup_hash_entries (aggstate=aggstate@entry=0x83911a380) at ../src/backend/exe...
[07:09:33.307] #5  0x000000000077bfd2 in agg_fill_hash_table (aggstate=0x83911a380) at ../src/backend/executor/nodeAgg.c...
[07:09:33.307] #6  ExecAgg (pstate=0x83911a380) at ../src/backend/executor/nodeAgg.c:2172
[07:09:33.307] #7  0x0000000000766ddb in ExecProcNode (node=0x83911a380) at ../src/include/executor/executor.h:278
[07:09:33.307] #8  ExecutePlan (estate=0x83911a100, planstate=0x83911a380, use_parallel_mode=<optimized out>, operation=...
[07:09:33.307] #9  standard_ExecutorRun (queryDesc=0x835a17500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[07:09:47.724] #0  0x000000000075defa in ExecInterpExpr (state=0x83cc5e500, econtext=0x83cc5f160, isnull=0x821b74007) at...
[07:09:47.724] #1  0x0000000000764990 in ExecEvalExpr (state=0x83cc5e9f0, econtext=0x83cc74578, isNull=0x821b74007) at ....
[07:09:47.724] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[07:09:47.724] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83cc5e100, slot=slot@entry=0x83cc74578, isnew=isnew...
[07:09:47.724] #4  0x000000000077e735 in lookup_hash_entries (aggstate=aggstate@entry=0x837597380) at ../src/backend/exe...
[07:09:47.724] #5  0x000000000077bfd2 in agg_fill_hash_table (aggstate=0x837597380) at ../src/backend/executor/nodeAgg.c...
[07:09:47.724] #6  ExecAgg (pstate=0x837597380) at ../src/backend/executor/nodeAgg.c:2172
[07:09:47.724] #7  0x0000000000766ddb in ExecProcNode (node=0x837597380) at ../src/include/executor/executor.h:278
[07:09:47.724] #8  ExecutePlan (estate=0x837597100, planstate=0x837597380, use_parallel_mode=<optimized out>, operation=...
[07:09:47.724] #9  standard_ExecutorRun (queryDesc=0x8373e4500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[07:09:47.422] #0  0x000000000075defa in ExecInterpExpr (state=0x83da88500, econtext=0x83da89160, isnull=0x821288f27) at...
[07:09:47.422] #1  0x0000000000764990 in ExecEvalExpr (state=0x83da889f0, econtext=0x83da9dd78, isNull=0x821288f27) at ....
[07:09:47.422] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[07:09:47.422] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83da88100, slot=slot@entry=0x83da9dd78, isnew=isnew...
[07:09:47.422] #4  0x000000000077e735 in lookup_hash_entries (aggstate=aggstate@entry=0x83d9ed380) at ../src/backend/exe...
[07:09:47.422] #5  0x000000000077bfd2 in agg_fill_hash_table (aggstate=0x83d9ed380) at ../src/backend/executor/nodeAgg.c...
[07:09:47.422] #6  ExecAgg (pstate=0x83d9ed380) at ../src/backend/executor/nodeAgg.c:2172
[07:09:47.422] #7  0x0000000000766ddb in ExecProcNode (node=0x83d9ed380) at ../src/include/executor/executor.h:278
[07:09:47.422] #8  ExecutePlan (estate=0x83d9ed100, planstate=0x83d9ed380, use_parallel_mode=<optimized out>, operation=...
[07:09:47.422] #9  standard_ExecutorRun (queryDesc=0x837373500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[07:09:47.128] #0  0x000000000075defa in ExecInterpExpr (state=0x837e00500, econtext=0x837e01160, isnull=0x8214997f7) at...
[07:09:47.128] #1  0x0000000000764990 in ExecEvalExpr (state=0x837e009f0, econtext=0x837e15fb8, isNull=0x8214997f7) at ....
[07:09:47.128] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[07:09:47.128] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x837e00100, slot=slot@entry=0x837e15fb8, isnew=isnew...
[07:09:47.128] #4  0x000000000077e735 in lookup_hash_entries (aggstate=aggstate@entry=0x837d65380) at ../src/backend/exe...
[07:09:47.128] #5  0x000000000077bfd2 in agg_fill_hash_table (aggstate=0x837d65380) at ../src/backend/executor/nodeAgg.c...
[07:09:47.128] #6  ExecAgg (pstate=0x837d65380) at ../src/backend/executor/nodeAgg.c:2172
[07:09:47.128] #7  0x0000000000766ddb in ExecProcNode (node=0x837d65380) at ../src/include/executor/executor.h:278
[07:09:47.128] #8  ExecutePlan (estate=0x837d65100, planstate=0x837d65380, use_parallel_mode=<optimized out>, operation=...
[07:09:47.128] #9  standard_ExecutorRun (queryDesc=0x835052500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[07:09:46.832] #0  0x000000000075defa in ExecInterpExpr (state=0x83bf2b500, econtext=0x83bf2c160, isnull=0x821a3ab07) at...
[07:09:46.832] #1  0x0000000000764990 in ExecEvalExpr (state=0x83bf2b9f0, econtext=0x83bf40e38, isNull=0x821a3ab07) at ....
[07:09:46.832] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[07:09:46.832] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83bf2b100, slot=slot@entry=0x83bf40e38, isnew=isnew...
[07:09:46.832] #4  0x000000000077e735 in lookup_hash_entries (aggstate=aggstate@entry=0x83be90380) at ../src/backend/exe...
[07:09:46.832] #5  0x000000000077bfd2 in agg_fill_hash_table (aggstate=0x83be90380) at ../src/backend/executor/nodeAgg.c...
[07:09:46.832] #6  ExecAgg (pstate=0x83be90380) at ../src/backend/executor/nodeAgg.c:2172
[07:09:46.832] #7  0x0000000000766ddb in ExecProcNode (node=0x83be90380) at ../src/include/executor/executor.h:278
[07:09:46.832] #8  ExecutePlan (estate=0x83be90100, planstate=0x83be90380, use_parallel_mode=<optimized out>, operation=...
[07:09:46.832] #9  standard_ExecutorRun (queryDesc=0x837edd500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[07:09:46.532] #0  0x000000000075defa in ExecInterpExpr (state=0x83c0a4500, econtext=0x83c0a5160, isnull=0x821351397) at...
[07:09:46.532] #1  0x0000000000764990 in ExecEvalExpr (state=0x83c0a49f0, econtext=0x83c0af978, isNull=0x821351397) at ....
[07:09:46.532] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[07:09:46.532] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83c0a4100, slot=slot@entry=0x83c0af978, isnew=isnew...
[07:09:46.532] #4  0x000000000077e735 in lookup_hash_entries (aggstate=aggstate@entry=0x83c014380) at ../src/backend/exe...
[07:09:46.532] #5  0x000000000077bfd2 in agg_fill_hash_table (aggstate=0x83c014380) at ../src/backend/executor/nodeAgg.c...
[07:09:46.532] #6  ExecAgg (pstate=0x83c014380) at ../src/backend/executor/nodeAgg.c:2172
[07:09:46.532] #7  0x0000000000766ddb in ExecProcNode (node=0x83c014380) at ../src/include/executor/executor.h:278
[07:09:46.532] #8  ExecutePlan (estate=0x83c014100, planstate=0x83c014380, use_parallel_mode=<optimized out>, operation=...
[07:09:46.532] #9  standard_ExecutorRun (queryDesc=0x835ee4500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[07:09:46.228] #0  0x000000000075defa in ExecInterpExpr (state=0x83c96e500, econtext=0x83c96f160, isnull=0x82168ad37) at...
[07:09:46.228] #1  0x0000000000764990 in ExecEvalExpr (state=0x83c96e9f0, econtext=0x83c9844f8, isNull=0x82168ad37) at ....
[07:09:46.228] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[07:09:46.228] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83c96e100, slot=slot@entry=0x83c9844f8, isnew=isnew...
[07:09:46.228] #4  0x000000000077e735 in lookup_hash_entries (aggstate=aggstate@entry=0x83c8ce380) at ../src/backend/exe...
[07:09:46.228] #5  0x000000000077bfd2 in agg_fill_hash_table (aggstate=0x83c8ce380) at ../src/backend/executor/nodeAgg.c...
[07:09:46.228] #6  ExecAgg (pstate=0x83c8ce380) at ../src/backend/executor/nodeAgg.c:2172
[07:09:46.228] #7  0x0000000000766ddb in ExecProcNode (node=0x83c8ce380) at ../src/include/executor/executor.h:278
[07:09:46.228] #8  ExecutePlan (estate=0x83c8ce100, planstate=0x83c8ce380, use_parallel_mode=<optimized out>, operation=...
[07:09:46.228] #9  standard_ExecutorRun (queryDesc=0x8366d6500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[07:09:45.924] #0  0x000000000075defa in ExecInterpExpr (state=0x83b0d2500, econtext=0x83b0d3160, isnull=0x82199fe47) at...
[07:09:45.924] #1  0x0000000000764990 in ExecEvalExpr (state=0x83b0d29f0, econtext=0x83b0e8a78, isNull=0x82199fe47) at ....
[07:09:45.924] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[07:09:45.924] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83b0d2100, slot=slot@entry=0x83b0e8a78, isnew=isnew...
[07:09:45.924] #4  0x000000000077e735 in lookup_hash_entries (aggstate=aggstate@entry=0x83b037380) at ../src/backend/exe...
[07:09:45.924] #5  0x000000000077bfd2 in agg_fill_hash_table (aggstate=0x83b037380) at ../src/backend/executor/nodeAgg.c...
[07:09:45.924] #6  ExecAgg (pstate=0x83b037380) at ../src/backend/executor/nodeAgg.c:2172
[07:09:45.924] #7  0x0000000000766ddb in ExecProcNode (node=0x83b037380) at ../src/include/executor/executor.h:278
[07:09:45.924] #8  ExecutePlan (estate=0x83b037100, planstate=0x83b037380, use_parallel_mode=<optimized out>, operation=...
[07:09:45.924] #9  standard_ExecutorRun (queryDesc=0x8361f2500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[07:09:45.612] #0  0x000000000075defa in ExecInterpExpr (state=0x8395e6500, econtext=0x8395e7160, isnull=0x82125fe07) at...
[07:09:45.612] #1  0x0000000000764990 in ExecEvalExpr (state=0x8395e69f0, econtext=0x8395fc078, isNull=0x82125fe07) at ....
[07:09:45.612] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[07:09:45.612] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x8395e6100, slot=slot@entry=0x8395fc078, isnew=isnew...
[07:09:45.612] #4  0x000000000077e735 in lookup_hash_entries (aggstate=aggstate@entry=0x833e8b380) at ../src/backend/exe...
[07:09:45.612] #5  0x000000000077bfd2 in agg_fill_hash_table (aggstate=0x833e8b380) at ../src/backend/executor/nodeAgg.c...
[07:09:45.612] #6  ExecAgg (pstate=0x833e8b380) at ../src/backend/executor/nodeAgg.c:2172
[07:09:45.612] #7  0x0000000000766ddb in ExecProcNode (node=0x833e8b380) at ../src/include/executor/executor.h:278
[07:09:45.612] #8  ExecutePlan (estate=0x833e8b100, planstate=0x833e8b380, use_parallel_mode=<optimized out>, operation=...
[07:09:45.612] #9  standard_ExecutorRun (queryDesc=0x833cd3500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[07:09:45.303] #0  0x000000000075defa in ExecInterpExpr (state=0x83a82a500, econtext=0x83a82b160, isnull=0x820eb5cf7) at...
[07:09:45.303] #1  0x0000000000764990 in ExecEvalExpr (state=0x83a82a9f0, econtext=0x83a83fcf8, isNull=0x820eb5cf7) at ....
[07:09:45.303] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[07:09:45.303] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83a82a100, slot=slot@entry=0x83a83fcf8, isnew=isnew...
[07:09:45.303] #4  0x000000000077e735 in lookup_hash_entries (aggstate=aggstate@entry=0x83a78f380) at ../src/backend/exe...
[07:09:45.303] #5  0x000000000077bfd2 in agg_fill_hash_table (aggstate=0x83a78f380) at ../src/backend/executor/nodeAgg.c...
[07:09:45.303] #6  ExecAgg (pstate=0x83a78f380) at ../src/backend/executor/nodeAgg.c:2172
[07:09:45.303] #7  0x0000000000766ddb in ExecProcNode (node=0x83a78f380) at ../src/include/executor/executor.h:278
[07:09:45.303] #8  ExecutePlan (estate=0x83a78f100, planstate=0x83a78f380, use_parallel_mode=<optimized out>, operation=...
[07:09:45.303] #9  standard_ExecutorRun (queryDesc=0x8363ee500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[07:09:44.987] #0  0x000000000075defa in ExecInterpExpr (state=0x8382e5500, econtext=0x8382e6160, isnull=0x82151e477) at...
[07:09:44.987] #1  0x0000000000764990 in ExecEvalExpr (state=0x8382e59f0, econtext=0x8382fb8b8, isNull=0x82151e477) at ....
[07:09:44.987] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[07:09:44.987] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x8382e5100, slot=slot@entry=0x8382fb8b8, isnew=isnew...
[07:09:44.987] #4  0x000000000077e735 in lookup_hash_entries (aggstate=aggstate@entry=0x83824a380) at ../src/backend/exe...
[07:09:44.987] #5  0x000000000077bfd2 in agg_fill_hash_table (aggstate=0x83824a380) at ../src/backend/executor/nodeAgg.c...
[07:09:44.987] #6  ExecAgg (pstate=0x83824a380) at ../src/backend/executor/nodeAgg.c:2172
[07:09:44.987] #7  0x0000000000766ddb in ExecProcNode (node=0x83824a380) at ../src/include/executor/executor.h:278
[07:09:44.987] #8  ExecutePlan (estate=0x83824a100, planstate=0x83824a380, use_parallel_mode=<optimized out>, operation=...
[07:09:44.987] #9  standard_ExecutorRun (queryDesc=0x833cf9500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[07:09:44.678] #0  0x000000000075defa in ExecInterpExpr (state=0x83ddcc500, econtext=0x83ddcd160, isnull=0x820da4e47) at...
[07:09:44.678] #1  0x0000000000764990 in ExecEvalExpr (state=0x83ddcc9f0, econtext=0x83dde1af8, isNull=0x820da4e47) at ....
[07:09:44.678] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[07:09:44.678] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83ddcc100, slot=slot@entry=0x83dde1af8, isnew=isnew...
[07:09:44.678] #4  0x000000000077e735 in lookup_hash_entries (aggstate=aggstate@entry=0x83dd3e380) at ../src/backend/exe...
[07:09:44.678] #5  0x000000000077bfd2 in agg_fill_hash_table (aggstate=0x83dd3e380) at ../src/backend/executor/nodeAgg.c...
[07:09:44.678] #6  ExecAgg (pstate=0x83dd3e380) at ../src/backend/executor/nodeAgg.c:2172
[07:09:44.678] #7  0x0000000000766ddb in ExecProcNode (node=0x83dd3e380) at ../src/include/executor/executor.h:278
[07:09:44.678] #8  ExecutePlan (estate=0x83dd3e100, planstate=0x83dd3e380, use_parallel_mode=<optimized out>, operation=...
[07:09:44.678] #9  standard_ExecutorRun (queryDesc=0x837935500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[07:09:44.378] #0  0x000000000075defa in ExecInterpExpr (state=0x83aaa2500, econtext=0x83aaa3160, isnull=0x820ea54f7) at...
[07:09:44.378] #1  0x0000000000764990 in ExecEvalExpr (state=0x83aaa29f0, econtext=0x83aab8238, isNull=0x820ea54f7) at ....
[07:09:44.378] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[07:09:44.378] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83aaa2100, slot=slot@entry=0x83aab8238, isnew=isnew...
[07:09:44.378] #4  0x000000000077e735 in lookup_hash_entries (aggstate=aggstate@entry=0x83aa07380) at ../src/backend/exe...
[07:09:44.378] #5  0x000000000077bfd2 in agg_fill_hash_table (aggstate=0x83aa07380) at ../src/backend/executor/nodeAgg.c...
[07:09:44.378] #6  ExecAgg (pstate=0x83aa07380) at ../src/backend/executor/nodeAgg.c:2172
[07:09:44.378] #7  0x0000000000766ddb in ExecProcNode (node=0x83aa07380) at ../src/include/executor/executor.h:278
[07:09:44.378] #8  ExecutePlan (estate=0x83aa07100, planstate=0x83aa07380, use_parallel_mode=<optimized out>, operation=...
[07:09:44.378] #9  standard_ExecutorRun (queryDesc=0x836e71500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[07:09:44.082] #0  0x000000000075defa in ExecInterpExpr (state=0x83dbf1500, econtext=0x83dbf2160, isnull=0x8218b06f7) at...
[07:09:44.082] #1  0x0000000000764990 in ExecEvalExpr (state=0x83dbf19f0, econtext=0x83dc07338, isNull=0x8218b06f7) at ....
[07:09:44.082] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[07:09:44.082] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83dbf1100, slot=slot@entry=0x83dc07338, isnew=isnew...
[07:09:44.082] #4  0x000000000077e735 in lookup_hash_entries (aggstate=aggstate@entry=0x83db56380) at ../src/backend/exe...
[07:09:44.082] #5  0x000000000077bfd2 in agg_fill_hash_table (aggstate=0x83db56380) at ../src/backend/executor/nodeAgg.c...
[07:09:44.082] #6  ExecAgg (pstate=0x83db56380) at ../src/backend/executor/nodeAgg.c:2172
[07:09:44.082] #7  0x0000000000766ddb in ExecProcNode (node=0x83db56380) at ../src/include/executor/executor.h:278
[07:09:44.082] #8  ExecutePlan (estate=0x83db56100, planstate=0x83db56380, use_parallel_mode=<optimized out>, operation=...
[07:09:44.082] #9  standard_ExecutorRun (queryDesc=0x835f9e500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[07:09:43.780] #0  0x000000000075defa in ExecInterpExpr (state=0x83de5e500, econtext=0x83de5f160, isnull=0x8215f5c37) at...
[07:09:43.780] #1  0x0000000000764990 in ExecEvalExpr (state=0x83de5e9f0, econtext=0x83de746f8, isNull=0x8215f5c37) at ....
[07:09:43.780] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[07:09:43.780] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83de5e100, slot=slot@entry=0x83de746f8, isnew=isnew...
[07:09:43.780] #4  0x000000000077e735 in lookup_hash_entries (aggstate=aggstate@entry=0x83ddc3380) at ../src/backend/exe...
[07:09:43.780] #5  0x000000000077bfd2 in agg_fill_hash_table (aggstate=0x83ddc3380) at ../src/backend/executor/nodeAgg.c...
[07:09:43.780] #6  ExecAgg (pstate=0x83ddc3380) at ../src/backend/executor/nodeAgg.c:2172
[07:09:43.780] #7  0x0000000000766ddb in ExecProcNode (node=0x83ddc3380) at ../src/include/executor/executor.h:278
[07:09:43.780] #8  ExecutePlan (estate=0x83ddc3100, planstate=0x83ddc3380, use_parallel_mode=<optimized out>, operation=...
[07:09:43.780] #9  standard_ExecutorRun (queryDesc=0x837d0b500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[07:09:43.462] #0  0x000000000075defa in ExecInterpExpr (state=0x83d380500, econtext=0x83d381160, isnull=0x8218637b7) at...
[07:09:43.462] #1  0x0000000000764990 in ExecEvalExpr (state=0x83d3809f0, econtext=0x83d395fb8, isNull=0x8218637b7) at ....
[07:09:43.462] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[07:09:43.462] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83d380100, slot=slot@entry=0x83d395fb8, isnew=isnew...
[07:09:43.462] #4  0x000000000077e735 in lookup_hash_entries (aggstate=aggstate@entry=0x83d2e5380) at ../src/backend/exe...
[07:09:43.462] #5  0x000000000077bfd2 in agg_fill_hash_table (aggstate=0x83d2e5380) at ../src/backend/executor/nodeAgg.c...
[07:09:43.462] #6  ExecAgg (pstate=0x83d2e5380) at ../src/backend/executor/nodeAgg.c:2172
[07:09:43.462] #7  0x0000000000766ddb in ExecProcNode (node=0x83d2e5380) at ../src/include/executor/executor.h:278
[07:09:43.462] #8  ExecutePlan (estate=0x83d2e5100, planstate=0x83d2e5380, use_parallel_mode=<optimized out>, operation=...
[07:09:43.462] #9  standard_ExecutorRun (queryDesc=0x838f08500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[07:09:43.151] #0  0x000000000075defa in ExecInterpExpr (state=0x83c952500, econtext=0x83c953160, isnull=0x820f2a4c7) at...
[07:09:43.151] #1  0x0000000000764990 in ExecEvalExpr (state=0x83c9529f0, econtext=0x83c968038, isNull=0x820f2a4c7) at ....
[07:09:43.151] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[07:09:43.151] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83c952100, slot=slot@entry=0x83c968038, isnew=isnew...
[07:09:43.151] #4  0x000000000077e735 in lookup_hash_entries (aggstate=aggstate@entry=0x83c8b7380) at ../src/backend/exe...
[07:09:43.151] #5  0x000000000077bfd2 in agg_fill_hash_table (aggstate=0x83c8b7380) at ../src/backend/executor/nodeAgg.c...
[07:09:43.151] #6  ExecAgg (pstate=0x83c8b7380) at ../src/backend/executor/nodeAgg.c:2172
[07:09:43.151] #7  0x0000000000766ddb in ExecProcNode (node=0x83c8b7380) at ../src/include/executor/executor.h:278
[07:09:43.151] #8  ExecutePlan (estate=0x83c8b7100, planstate=0x83c8b7380, use_parallel_mode=<optimized out>, operation=...
[07:09:43.151] #9  standard_ExecutorRun (queryDesc=0x837e0b500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[07:09:42.839] #0  0x000000000075defa in ExecInterpExpr (state=0x8392f6500, econtext=0x8392f7160, isnull=0x821033a67) at...
[07:09:42.839] #1  0x0000000000764990 in ExecEvalExpr (state=0x8392f69f0, econtext=0x83930c278, isNull=0x821033a67) at ....
[07:09:42.839] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[07:09:42.839] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x8392f6100, slot=slot@entry=0x83930c278, isnew=isnew...
[07:09:42.839] #4  0x000000000077e735 in lookup_hash_entries (aggstate=aggstate@entry=0x83925b380) at ../src/backend/exe...
[07:09:42.839] #5  0x000000000077bfd2 in agg_fill_hash_table (aggstate=0x83925b380) at ../src/backend/executor/nodeAgg.c...
[07:09:42.839] #6  ExecAgg (pstate=0x83925b380) at ../src/backend/executor/nodeAgg.c:2172
[07:09:42.839] #7  0x0000000000766ddb in ExecProcNode (node=0x83925b380) at ../src/include/executor/executor.h:278
[07:09:42.839] #8  ExecutePlan (estate=0x83925b100, planstate=0x83925b380, use_parallel_mode=<optimized out>, operation=...
[07:09:42.839] #9  standard_ExecutorRun (queryDesc=0x834973500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[07:09:42.527] #0  0x000000000075defa in ExecInterpExpr (state=0x83c7d4500, econtext=0x83c7d5160, isnull=0x821850f17) at...
[07:09:42.527] #1  0x0000000000764990 in ExecEvalExpr (state=0x83c7d49f0, econtext=0x83c7ea5f8, isNull=0x821850f17) at ....
[07:09:42.527] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[07:09:42.527] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83c7d4100, slot=slot@entry=0x83c7ea5f8, isnew=isnew...
[07:09:42.527] #4  0x000000000077e735 in lookup_hash_entries (aggstate=aggstate@entry=0x83c739380) at ../src/backend/exe...
[07:09:42.527] #5  0x000000000077bfd2 in agg_fill_hash_table (aggstate=0x83c739380) at ../src/backend/executor/nodeAgg.c...
[07:09:42.527] #6  ExecAgg (pstate=0x83c739380) at ../src/backend/executor/nodeAgg.c:2172
[07:09:42.527] #7  0x0000000000766ddb in ExecProcNode (node=0x83c739380) at ../src/include/executor/executor.h:278
[07:09:42.527] #8  ExecutePlan (estate=0x83c739100, planstate=0x83c739380, use_parallel_mode=<optimized out>, operation=...
[07:09:42.527] #9  standard_ExecutorRun (queryDesc=0x83689c500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[07:09:42.225] #0  0x000000000075defa in ExecInterpExpr (state=0x83b452500, econtext=0x83b453160, isnull=0x821af85f7) at...
[07:09:42.225] #1  0x0000000000764990 in ExecEvalExpr (state=0x83b4529f0, econtext=0x83b4681f8, isNull=0x821af85f7) at ....
[07:09:42.225] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[07:09:42.225] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83b452100, slot=slot@entry=0x83b4681f8, isnew=isnew...
[07:09:42.225] #4  0x000000000077e735 in lookup_hash_entries (aggstate=aggstate@entry=0x83b3b7380) at ../src/backend/exe...
[07:09:42.225] #5  0x000000000077bfd2 in agg_fill_hash_table (aggstate=0x83b3b7380) at ../src/backend/executor/nodeAgg.c...
[07:09:42.225] #6  ExecAgg (pstate=0x83b3b7380) at ../src/backend/executor/nodeAgg.c:2172
[07:09:42.225] #7  0x0000000000766ddb in ExecProcNode (node=0x83b3b7380) at ../src/include/executor/executor.h:278
[07:09:42.225] #8  ExecutePlan (estate=0x83b3b7100, planstate=0x83b3b7380, use_parallel_mode=<optimized out>, operation=...
[07:09:42.225] #9  standard_ExecutorRun (queryDesc=0x838575500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[07:09:41.907] #0  0x000000000075defa in ExecInterpExpr (state=0x8395cf500, econtext=0x8395d0160, isnull=0x821496c67) at...
[07:09:41.907] #1  0x0000000000764990 in ExecEvalExpr (state=0x8395cf9f0, econtext=0x8395e5738, isNull=0x821496c67) at ....
[07:09:41.907] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[07:09:41.907] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x8395cf100, slot=slot@entry=0x8395e5738, isnew=isnew...
[07:09:41.907] #4  0x000000000077e735 in lookup_hash_entries (aggstate=aggstate@entry=0x839534380) at ../src/backend/exe...
[07:09:41.907] #5  0x000000000077bfd2 in agg_fill_hash_table (aggstate=0x839534380) at ../src/backend/executor/nodeAgg.c...
[07:09:41.907] #6  ExecAgg (pstate=0x839534380) at ../src/backend/executor/nodeAgg.c:2172
[07:09:41.907] #7  0x0000000000766ddb in ExecProcNode (node=0x839534380) at ../src/include/executor/executor.h:278
[07:09:41.907] #8  ExecutePlan (estate=0x839534100, planstate=0x839534380, use_parallel_mode=<optimized out>, operation=...
[07:09:41.907] #9  standard_ExecutorRun (queryDesc=0x836345500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[07:09:41.595] #0  0x000000000075defa in ExecInterpExpr (state=0x839904500, econtext=0x839905160, isnull=0x8214c3757) at...
[07:09:41.595] #1  0x0000000000764990 in ExecEvalExpr (state=0x8399049f0, econtext=0x83991a0b8, isNull=0x8214c3757) at ....
[07:09:41.595] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[07:09:41.595] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x839904100, slot=slot@entry=0x83991a0b8, isnew=isnew...
[07:09:41.595] #4  0x000000000077e735 in lookup_hash_entries (aggstate=aggstate@entry=0x839869380) at ../src/backend/exe...
[07:09:41.595] #5  0x000000000077bfd2 in agg_fill_hash_table (aggstate=0x839869380) at ../src/backend/executor/nodeAgg.c...
[07:09:41.595] #6  ExecAgg (pstate=0x839869380) at ../src/backend/executor/nodeAgg.c:2172
[07:09:41.595] #7  0x0000000000766ddb in ExecProcNode (node=0x839869380) at ../src/include/executor/executor.h:278
[07:09:41.595] #8  ExecutePlan (estate=0x839869100, planstate=0x839869380, use_parallel_mode=<optimized out>, operation=...
[07:09:41.595] #9  standard_ExecutorRun (queryDesc=0x833db1500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[07:09:41.278] #0  0x000000000075defa in ExecInterpExpr (state=0x837076500, econtext=0x837077160, isnull=0x8219cbf37) at...
[07:09:41.278] #1  0x0000000000764990 in ExecEvalExpr (state=0x8370769f0, econtext=0x83708bcf8, isNull=0x8219cbf37) at ....
[07:09:41.278] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[07:09:41.278] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x837076100, slot=slot@entry=0x83708bcf8, isnew=isnew...
[07:09:41.278] #4  0x000000000077e735 in lookup_hash_entries (aggstate=aggstate@entry=0x836fdb380) at ../src/backend/exe...
[07:09:41.278] #5  0x000000000077bfd2 in agg_fill_hash_table (aggstate=0x836fdb380) at ../src/backend/executor/nodeAgg.c...
[07:09:41.278] #6  ExecAgg (pstate=0x836fdb380) at ../src/backend/executor/nodeAgg.c:2172
[07:09:41.278] #7  0x0000000000766ddb in ExecProcNode (node=0x836fdb380) at ../src/include/executor/executor.h:278
[07:09:41.278] #8  ExecutePlan (estate=0x836fdb100, planstate=0x836fdb380, use_parallel_mode=<optimized out>, operation=...
[07:09:41.278] #9  standard_ExecutorRun (queryDesc=0x83341a500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[07:09:40.959] #0  0x000000000075defa in ExecInterpExpr (state=0x836ec9500, econtext=0x836eca160, isnull=0x821a9cfc7) at...
[07:09:40.959] #1  0x0000000000764990 in ExecEvalExpr (state=0x836ec99f0, econtext=0x83aae4f38, isNull=0x821a9cfc7) at ....
[07:09:40.959] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[07:09:40.959] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x836ec9100, slot=slot@entry=0x83aae4f38, isnew=isnew...
[07:09:40.959] #4  0x000000000077e735 in lookup_hash_entries (aggstate=aggstate@entry=0x836d40380) at ../src/backend/exe...
[07:09:40.959] #5  0x000000000077bfd2 in agg_fill_hash_table (aggstate=0x836d40380) at ../src/backend/executor/nodeAgg.c...
[07:09:40.959] #6  ExecAgg (pstate=0x836d40380) at ../src/backend/executor/nodeAgg.c:2172
[07:09:40.959] #7  0x0000000000766ddb in ExecProcNode (node=0x836d40380) at ../src/include/executor/executor.h:278
[07:09:40.959] #8  ExecutePlan (estate=0x836d40100, planstate=0x836d40380, use_parallel_mode=<optimized out>, operation=...
[07:09:40.959] #9  standard_ExecutorRun (queryDesc=0x836d09500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[07:09:40.636] #0  0x000000000075defa in ExecInterpExpr (state=0x83a5df500, econtext=0x83a5e0160, isnull=0x821a9e397) at...
[07:09:40.636] #1  0x0000000000764990 in ExecEvalExpr (state=0x83a5df9f0, econtext=0x83a5f5338, isNull=0x821a9e397) at ....
[07:09:40.636] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[07:09:40.636] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83a5df100, slot=slot@entry=0x83a5f5338, isnew=isnew...
[07:09:40.636] #4  0x000000000077e735 in lookup_hash_entries (aggstate=aggstate@entry=0x837234380) at ../src/backend/exe...
[07:09:40.636] #5  0x000000000077bfd2 in agg_fill_hash_table (aggstate=0x837234380) at ../src/backend/executor/nodeAgg.c...
[07:09:40.636] #6  ExecAgg (pstate=0x837234380) at ../src/backend/executor/nodeAgg.c:2172
[07:09:40.636] #7  0x0000000000766ddb in ExecProcNode (node=0x837234380) at ../src/include/executor/executor.h:278
[07:09:40.636] #8  ExecutePlan (estate=0x837234100, planstate=0x837234380, use_parallel_mode=<optimized out>, operation=...
[07:09:40.636] #9  standard_ExecutorRun (queryDesc=0x837068500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[07:09:40.319] #0  0x000000000075defa in ExecInterpExpr (state=0x83d411500, econtext=0x83d412160, isnull=0x8212e1b47) at...
[07:09:40.319] #1  0x0000000000764990 in ExecEvalExpr (state=0x83d4119f0, econtext=0x83d427038, isNull=0x8212e1b47) at ....
[07:09:40.319] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[07:09:40.319] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83d411100, slot=slot@entry=0x83d427038, isnew=isnew...
[07:09:40.319] #4  0x000000000077e735 in lookup_hash_entries (aggstate=aggstate@entry=0x83d376380) at ../src/backend/exe...
[07:09:40.319] #5  0x000000000077bfd2 in agg_fill_hash_table (aggstate=0x83d376380) at ../src/backend/executor/nodeAgg.c...
[07:09:40.319] #6  ExecAgg (pstate=0x83d376380) at ../src/backend/executor/nodeAgg.c:2172
[07:09:40.319] #7  0x0000000000766ddb in ExecProcNode (node=0x83d376380) at ../src/include/executor/executor.h:278
[07:09:40.319] #8  ExecutePlan (estate=0x83d376100, planstate=0x83d376380, use_parallel_mode=<optimized out>, operation=...
[07:09:40.319] #9  standard_ExecutorRun (queryDesc=0x835938500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[07:09:40.006] #0  0x000000000075defa in ExecInterpExpr (state=0x83ba62500, econtext=0x83ba63160, isnull=0x8214149c7) at...
[07:09:40.006] #1  0x0000000000764990 in ExecEvalExpr (state=0x83ba629f0, econtext=0x83ba78538, isNull=0x8214149c7) at ....
[07:09:40.006] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[07:09:40.006] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83ba62100, slot=slot@entry=0x83ba78538, isnew=isnew...
[07:09:40.006] #4  0x000000000077e735 in lookup_hash_entries (aggstate=aggstate@entry=0x835be4380) at ../src/backend/exe...
[07:09:40.006] #5  0x000000000077bfd2 in agg_fill_hash_table (aggstate=0x835be4380) at ../src/backend/executor/nodeAgg.c...
[07:09:40.006] #6  ExecAgg (pstate=0x835be4380) at ../src/backend/executor/nodeAgg.c:2172
[07:09:40.006] #7  0x0000000000766ddb in ExecProcNode (node=0x835be4380) at ../src/include/executor/executor.h:278
[07:09:40.006] #8  ExecutePlan (estate=0x835be4100, planstate=0x835be4380, use_parallel_mode=<optimized out>, operation=...
[07:09:40.006] #9  standard_ExecutorRun (queryDesc=0x835a18500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[07:09:39.691] #0  0x000000000075defa in ExecInterpExpr (state=0x837fdc500, econtext=0x837fdd160, isnull=0x82114ea27) at...
[07:09:39.691] #1  0x0000000000764990 in ExecEvalExpr (state=0x837fdc9f0, econtext=0x837ff22b8, isNull=0x82114ea27) at ....
[07:09:39.691] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[07:09:39.691] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x837fdc100, slot=slot@entry=0x837ff22b8, isnew=isnew...
[07:09:39.691] #4  0x000000000077e735 in lookup_hash_entries (aggstate=aggstate@entry=0x837eff380) at ../src/backend/exe...
[07:09:39.691] #5  0x000000000077bfd2 in agg_fill_hash_table (aggstate=0x837eff380) at ../src/backend/executor/nodeAgg.c...
[07:09:39.691] #6  ExecAgg (pstate=0x837eff380) at ../src/backend/executor/nodeAgg.c:2172
[07:09:39.691] #7  0x0000000000766ddb in ExecProcNode (node=0x837eff380) at ../src/include/executor/executor.h:278
[07:09:39.691] #8  ExecutePlan (estate=0x837eff100, planstate=0x837eff380, use_parallel_mode=<optimized out>, operation=...
[07:09:39.691] #9  standard_ExecutorRun (queryDesc=0x8341a9500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[07:09:39.384] #0  0x000000000075defa in ExecInterpExpr (state=0x83813a500, econtext=0x83813b160, isnull=0x82138f0f7) at...
[07:09:39.384] #1  0x0000000000764990 in ExecEvalExpr (state=0x83813a9f0, econtext=0x838150138, isNull=0x82138f0f7) at ....
[07:09:39.384] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[07:09:39.384] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83813a100, slot=slot@entry=0x838150138, isnew=isnew...
[07:09:39.384] #4  0x000000000077e735 in lookup_hash_entries (aggstate=aggstate@entry=0x83805d380) at ../src/backend/exe...
[07:09:39.384] #5  0x000000000077bfd2 in agg_fill_hash_table (aggstate=0x83805d380) at ../src/backend/executor/nodeAgg.c...
[07:09:39.384] #6  ExecAgg (pstate=0x83805d380) at ../src/backend/executor/nodeAgg.c:2172
[07:09:39.384] #7  0x0000000000766ddb in ExecProcNode (node=0x83805d380) at ../src/include/executor/executor.h:278
[07:09:39.384] #8  ExecutePlan (estate=0x83805d100, planstate=0x83805d380, use_parallel_mode=<optimized out>, operation=...
[07:09:39.384] #9  standard_ExecutorRun (queryDesc=0x8345f2500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[07:09:39.069] #0  0x000000000075defa in ExecInterpExpr (state=0x839a1a500, econtext=0x839a1b160, isnull=0x82132f9e7) at...
[07:09:39.069] #1  0x0000000000764990 in ExecEvalExpr (state=0x839a1a9f0, econtext=0x839a2ff38, isNull=0x82132f9e7) at ....
[07:09:39.069] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[07:09:39.069] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x839a1a100, slot=slot@entry=0x839a2ff38, isnew=isnew...
[07:09:39.069] #4  0x000000000077e735 in lookup_hash_entries (aggstate=aggstate@entry=0x83998c380) at ../src/backend/exe...
[07:09:39.069] #5  0x000000000077bfd2 in agg_fill_hash_table (aggstate=0x83998c380) at ../src/backend/executor/nodeAgg.c...
[07:09:39.069] #6  ExecAgg (pstate=0x83998c380) at ../src/backend/executor/nodeAgg.c:2172
[07:09:39.069] #7  0x0000000000766ddb in ExecProcNode (node=0x83998c380) at ../src/include/executor/executor.h:278
[07:09:39.069] #8  ExecutePlan (estate=0x83998c100, planstate=0x83998c380, use_parallel_mode=<optimized out>, operation=...
[07:09:39.069] #9  standard_ExecutorRun (queryDesc=0x83625d500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[07:09:38.753] #0  0x000000000075defa in ExecInterpExpr (state=0x837b9f500, econtext=0x837ba0160, isnull=0x82113e8e7) at...
[07:09:38.753] #1  0x0000000000764990 in ExecEvalExpr (state=0x837b9f9f0, econtext=0x83b5fd0f8, isNull=0x82113e8e7) at ....
[07:09:38.753] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[07:09:38.753] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x837b9f100, slot=slot@entry=0x83b5fd0f8, isnew=isnew...
[07:09:38.753] #4  0x000000000077e735 in lookup_hash_entries (aggstate=aggstate@entry=0x837a16380) at ../src/backend/exe...
[07:09:38.753] #5  0x000000000077bfd2 in agg_fill_hash_table (aggstate=0x837a16380) at ../src/backend/executor/nodeAgg.c...
[07:09:38.753] #6  ExecAgg (pstate=0x837a16380) at ../src/backend/executor/nodeAgg.c:2172
[07:09:38.753] #7  0x0000000000766ddb in ExecProcNode (node=0x837a16380) at ../src/include/executor/executor.h:278
[07:09:38.753] #8  ExecutePlan (estate=0x837a16100, planstate=0x837a16380, use_parallel_mode=<optimized out>, operation=...
[07:09:38.753] #9  standard_ExecutorRun (queryDesc=0x8379dd500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[07:09:38.428] #0  0x000000000075defa in ExecInterpExpr (state=0x8385b3500, econtext=0x8385b4160, isnull=0x820fdedf7) at...
[07:09:38.428] #1  0x0000000000764990 in ExecEvalExpr (state=0x8385b39f0, econtext=0x8385c9478, isNull=0x820fdedf7) at ....
[07:09:38.428] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[07:09:38.428] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x8385b3100, slot=slot@entry=0x8385c9478, isnew=isnew...
[07:09:38.428] #4  0x000000000077e735 in lookup_hash_entries (aggstate=aggstate@entry=0x834af4380) at ../src/backend/exe...
[07:09:38.428] #5  0x000000000077bfd2 in agg_fill_hash_table (aggstate=0x834af4380) at ../src/backend/executor/nodeAgg.c...
[07:09:38.428] #6  ExecAgg (pstate=0x834af4380) at ../src/backend/executor/nodeAgg.c:2172
[07:09:38.428] #7  0x0000000000766ddb in ExecProcNode (node=0x834af4380) at ../src/include/executor/executor.h:278
[07:09:38.428] #8  ExecutePlan (estate=0x834af4100, planstate=0x834af4380, use_parallel_mode=<optimized out>, operation=...
[07:09:38.428] #9  standard_ExecutorRun (queryDesc=0x834941500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[07:09:38.119] #0  0x000000000075defa in ExecInterpExpr (state=0x83cebb500, econtext=0x83cebc160, isnull=0x821b34a77) at...
[07:09:38.119] #1  0x0000000000764990 in ExecEvalExpr (state=0x83cebb9f0, econtext=0x83ced0f78, isNull=0x821b34a77) at ....
[07:09:38.119] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[07:09:38.119] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83cebb100, slot=slot@entry=0x83ced0f78, isnew=isnew...
[07:09:38.119] #4  0x000000000077e735 in lookup_hash_entries (aggstate=aggstate@entry=0x837246380) at ../src/backend/exe...
[07:09:38.119] #5  0x000000000077bfd2 in agg_fill_hash_table (aggstate=0x837246380) at ../src/backend/executor/nodeAgg.c...
[07:09:38.119] #6  ExecAgg (pstate=0x837246380) at ../src/backend/executor/nodeAgg.c:2172
[07:09:38.119] #7  0x0000000000766ddb in ExecProcNode (node=0x837246380) at ../src/include/executor/executor.h:278
[07:09:38.119] #8  ExecutePlan (estate=0x837246100, planstate=0x837246380, use_parallel_mode=<optimized out>, operation=...
[07:09:38.119] #9  standard_ExecutorRun (queryDesc=0x837093500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[07:09:37.806] #0  0x000000000075defa in ExecInterpExpr (state=0x83b7bc500, econtext=0x83b7bd160, isnull=0x8218c5187) at...
[07:09:37.806] #1  0x0000000000764990 in ExecEvalExpr (state=0x83b7bc9f0, econtext=0x83b7d1fb8, isNull=0x8218c5187) at ....
[07:09:37.806] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[07:09:37.806] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83b7bc100, slot=slot@entry=0x83b7d1fb8, isnew=isnew...
[07:09:37.806] #4  0x000000000077e735 in lookup_hash_entries (aggstate=aggstate@entry=0x83b6df380) at ../src/backend/exe...
[07:09:37.806] #5  0x000000000077bfd2 in agg_fill_hash_table (aggstate=0x83b6df380) at ../src/backend/executor/nodeAgg.c...
[07:09:37.806] #6  ExecAgg (pstate=0x83b6df380) at ../src/backend/executor/nodeAgg.c:2172
[07:09:37.806] #7  0x0000000000766ddb in ExecProcNode (node=0x83b6df380) at ../src/include/executor/executor.h:278
[07:09:37.806] #8  ExecutePlan (estate=0x83b6df100, planstate=0x83b6df380, use_parallel_mode=<optimized out>, operation=...
[07:09:37.806] #9  standard_ExecutorRun (queryDesc=0x837d2d500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[07:09:37.495] #0  0x000000000075defa in ExecInterpExpr (state=0x842d39f20, econtext=0x842d41788, isnull=0x82143d8a7) at...
[07:09:37.495] #1  0x0000000000764990 in ExecEvalExpr (state=0x842d41018, econtext=0x842d3b778, isNull=0x82143d8a7) at ....
[07:09:37.495] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[07:09:37.495] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x842d38100, slot=slot@entry=0x842d3b778, isnew=isnew...
[07:09:37.495] #4  0x000000000077e735 in lookup_hash_entries (aggstate=aggstate@entry=0x842d2c350) at ../src/backend/exe...
[07:09:37.495] #5  0x000000000077bfd2 in agg_fill_hash_table (aggstate=0x842d2c350) at ../src/backend/executor/nodeAgg.c...
[07:09:37.495] #6  ExecAgg (pstate=0x842d2c350) at ../src/backend/executor/nodeAgg.c:2172
[07:09:37.495] #7  0x0000000000766ddb in ExecProcNode (node=0x842d2c350) at ../src/include/executor/executor.h:278
[07:09:37.495] #8  ExecutePlan (estate=0x842d2c100, planstate=0x842d2c350, use_parallel_mode=<optimized out>, operation=...
[07:09:37.495] #9  standard_ExecutorRun (queryDesc=0x836216d00, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[07:09:37.180] #0  0x000000000075defa in ExecInterpExpr (state=0x843e73518, econtext=0x843e74178, isnull=0x82103ab77) at...
[07:09:37.180] #1  0x0000000000764990 in ExecEvalExpr (state=0x843e73a08, econtext=0x84261d628, isNull=0x82103ab77) at ....
[07:09:37.180] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[07:09:37.180] #3  LookupTupleHashEntry (hashtable=0x843e72958, slot=slot@entry=0x84261d628, isnew=isnew@entry=0x82103ab...
[07:09:37.180] #4  0x000000000079f1c9 in ExecRecursiveUnion (pstate=0x835d29550) at ../src/backend/executor/nodeRecursiv...
[07:09:37.180] #5  0x000000000078382c in ExecProcNode (node=0x835d29550) at ../src/include/executor/executor.h:278
[07:09:37.180] #6  CteScanNext (node=0x843e74258) at ../src/backend/executor/nodeCtescan.c:103
[07:09:37.180] #7  0x00000000007715c3 in ExecScan (node=0x843e74258, accessMtd=0x783730 <CteScanNext>, recheckMtd=0x7838...
[07:09:37.180] #8  0x0000000000766ddb in ExecProcNode (node=0x843e74258) at ../src/include/executor/executor.h:278
[07:09:37.180] #9  ExecutePlan (estate=0x835d29100, planstate=0x843e74258, use_parallel_mode=<optimized out>, operation=...
core
[07:09:36.872] #0  0x000000000075defa in ExecInterpExpr (state=0x839116500, econtext=0x839117160, isnull=0x820fb8337) at...
[07:09:36.872] #1  0x0000000000764990 in ExecEvalExpr (state=0x8391169f0, econtext=0x83912bbb8, isNull=0x820fb8337) at ....
[07:09:36.872] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[07:09:36.872] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x839116100, slot=slot@entry=0x83912bbb8, isnew=isnew...
[07:09:36.872] #4  0x000000000077e735 in lookup_hash_entries (aggstate=aggstate@entry=0x839058380) at ../src/backend/exe...
[07:09:36.872] #5  0x000000000077bfd2 in agg_fill_hash_table (aggstate=0x839058380) at ../src/backend/executor/nodeAgg.c...
[07:09:36.872] #6  ExecAgg (pstate=0x839058380) at ../src/backend/executor/nodeAgg.c:2172
[07:09:36.872] #7  0x0000000000766ddb in ExecProcNode (node=0x839058380) at ../src/include/executor/executor.h:278
[07:09:36.872] #8  ExecutePlan (estate=0x839058100, planstate=0x839058380, use_parallel_mode=<optimized out>, operation=...
[07:09:36.872] #9  standard_ExecutorRun (queryDesc=0x835f9b500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[07:09:35.917] #0  0x000000000075defa in ExecInterpExpr (state=0x8435ff710, econtext=0x843622108, isnull=0x82188c987) at...
[07:09:35.917] #1  0x0000000000764990 in ExecEvalExpr (state=0x8435ffc00, econtext=0x843605258, isNull=0x82188c987) at ....
[07:09:35.917] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[07:09:35.917] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x8435fe100, slot=slot@entry=0x843605258, isnew=isnew...
[07:09:35.917] #4  0x000000000077e735 in lookup_hash_entries (aggstate=aggstate@entry=0x8435aee10) at ../src/backend/exe...
[07:09:35.917] #5  0x000000000077bfd2 in agg_fill_hash_table (aggstate=0x8435aee10) at ../src/backend/executor/nodeAgg.c...
[07:09:35.917] #6  ExecAgg (pstate=0x8435aee10) at ../src/backend/executor/nodeAgg.c:2172
[07:09:35.917] #7  0x00000000007a0ec7 in ExecProcNode (node=0x8435aee10) at ../src/include/executor/executor.h:278
[07:09:35.917] #8  ExecSort (pstate=0x8435aec00) at ../src/backend/executor/nodeSort.c:149
[07:09:35.917] #9  0x0000000000766ddb in ExecProcNode (node=0x8435aec00) at ../src/include/executor/executor.h:278
core
[07:09:35.603] #0  0x000000000075defa in ExecInterpExpr (state=0x838d58710, econtext=0x838d5a108, isnull=0x821208b17) at...
[07:09:35.603] #1  0x0000000000764990 in ExecEvalExpr (state=0x838d58c00, econtext=0x838dcb200, isNull=0x821208b17) at ....
[07:09:35.603] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[07:09:35.603] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x838d57100, slot=slot@entry=0x838dcb200, isnew=isnew...
[07:09:35.603] #4  0x000000000077e735 in lookup_hash_entries (aggstate=aggstate@entry=0x838e32a90) at ../src/backend/exe...
[07:09:35.603] #5  0x000000000077bfd2 in agg_fill_hash_table (aggstate=0x838e32a90) at ../src/backend/executor/nodeAgg.c...
[07:09:35.603] #6  ExecAgg (pstate=0x838e32a90) at ../src/backend/executor/nodeAgg.c:2172
[07:09:35.603] #7  0x00000000007a0ec7 in ExecProcNode (node=0x838e32a90) at ../src/include/executor/executor.h:278
[07:09:35.603] #8  ExecSort (pstate=0x838e32880) at ../src/backend/executor/nodeSort.c:149
[07:09:35.603] #9  0x0000000000766ddb in ExecProcNode (node=0x838e32880) at ../src/include/executor/executor.h:278
core
[07:09:35.282] #0  0x000000000075defa in ExecInterpExpr (state=0x83a542f20, econtext=0x83a603c18, isnull=0x8219dbaa7) at...
[07:09:35.282] #1  0x0000000000764990 in ExecEvalExpr (state=0x83a603598, econtext=0x83a54c0c0, isNull=0x8219dbaa7) at ....
[07:09:35.282] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[07:09:35.282] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83a541100, slot=slot@entry=0x83a54c0c0, isnew=isnew...
[07:09:35.282] #4  0x000000000077e735 in lookup_hash_entries (aggstate=aggstate@entry=0x83a518558) at ../src/backend/exe...
[07:09:35.282] #5  0x000000000077bfd2 in agg_fill_hash_table (aggstate=0x83a518558) at ../src/backend/executor/nodeAgg.c...
[07:09:35.282] #6  ExecAgg (pstate=0x83a518558) at ../src/backend/executor/nodeAgg.c:2172
[07:09:35.282] #7  0x00000000007a0ec7 in ExecProcNode (node=0x83a518558) at ../src/include/executor/executor.h:278
[07:09:35.282] #8  ExecSort (pstate=0x83a518348) at ../src/backend/executor/nodeSort.c:149
[07:09:35.282] #9  0x0000000000766ddb in ExecProcNode (node=0x83a518348) at ../src/include/executor/executor.h:278
core
[07:09:34.938] #0  0x000000000075defa in ExecInterpExpr (state=0x844181400, econtext=0x844181f70, isnull=0x820f40877) at...
[07:09:34.938] #1  0x0000000000764990 in ExecEvalExpr (state=0x8441818f0, econtext=0x8441770f0, isNull=0x820f40877) at ....
[07:09:34.938] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[07:09:34.938] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x844181100, slot=slot@entry=0x8441770f0, isnew=isnew...
[07:09:34.938] #4  0x000000000077e735 in lookup_hash_entries (aggstate=aggstate@entry=0x844187f28) at ../src/backend/exe...
[07:09:34.938] #5  0x000000000077bfd2 in agg_fill_hash_table (aggstate=0x844187f28) at ../src/backend/executor/nodeAgg.c...
[07:09:34.938] #6  ExecAgg (pstate=0x844187f28) at ../src/backend/executor/nodeAgg.c:2172
[07:09:34.938] #7  0x000000000077e58d in ExecProcNode (node=0x844187f28) at ../src/include/executor/executor.h:278
[07:09:34.938] #8  fetch_input_tuple (aggstate=aggstate@entry=0x8441878c0) at ../src/backend/executor/nodeAgg.c:561
[07:09:34.938] #9  0x000000000077bfaa in agg_fill_hash_table (aggstate=0x8441878c0) at ../src/backend/executor/nodeAgg.c...
core
[07:09:34.598] #0  0x000000000075defa in ExecInterpExpr (state=0x8369dff20, econtext=0x842f9acd8, isnull=0x8219c6c27) at...
[07:09:34.598] #1  0x0000000000764990 in ExecEvalExpr (state=0x842f9a658, econtext=0x836a9e8e0, isNull=0x8219c6c27) at ....
[07:09:34.598] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[07:09:34.598] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x8369de100, slot=slot@entry=0x836a9e8e0, isnew=isnew...
[07:09:34.598] #4  0x000000000077e735 in lookup_hash_entries (aggstate=aggstate@entry=0x836a9d348) at ../src/backend/exe...
[07:09:34.598] #5  0x000000000077bfd2 in agg_fill_hash_table (aggstate=0x836a9d348) at ../src/backend/executor/nodeAgg.c...
[07:09:34.598] #6  ExecAgg (pstate=0x836a9d348) at ../src/backend/executor/nodeAgg.c:2172
[07:09:34.598] #7  0x0000000000766ddb in ExecProcNode (node=0x836a9d348) at ../src/include/executor/executor.h:278
[07:09:34.598] #8  ExecutePlan (estate=0x836a9d100, planstate=0x836a9d348, use_parallel_mode=<optimized out>, operation=...
[07:09:34.598] #9  standard_ExecutorRun (queryDesc=0x836a45900, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[07:09:36.561] #0  0x000000000075defa in ExecInterpExpr (state=0x8362fc710, econtext=0x83631f108, isnull=0x821331c47) at...
[07:09:36.561] #1  0x0000000000764990 in ExecEvalExpr (state=0x8362fcc00, econtext=0x8363024d8, isNull=0x821331c47) at ....
[07:09:36.561] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[07:09:36.561] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x8362fb100, slot=slot@entry=0x8363024d8, isnew=isnew...
[07:09:36.561] #4  0x000000000077e735 in lookup_hash_entries (aggstate=aggstate@entry=0x8362ab8d0) at ../src/backend/exe...
[07:09:36.561] #5  0x000000000077bfd2 in agg_fill_hash_table (aggstate=0x8362ab8d0) at ../src/backend/executor/nodeAgg.c...
[07:09:36.561] #6  ExecAgg (pstate=0x8362ab8d0) at ../src/backend/executor/nodeAgg.c:2172
[07:09:36.561] #7  0x00000000007a0ec7 in ExecProcNode (node=0x8362ab8d0) at ../src/include/executor/executor.h:278
[07:09:36.561] #8  ExecSort (pstate=0x8362ab6c0) at ../src/backend/executor/nodeSort.c:149
[07:09:36.561] #9  0x0000000000766ddb in ExecProcNode (node=0x8362ab6c0) at ../src/include/executor/executor.h:278
core
[07:09:34.271] #0  0x000000000075defa in ExecInterpExpr (state=0x8362fe490, econtext=0x8362ff000, isnull=0x821a11bb7) at...
[07:09:34.271] #1  0x0000000000764990 in ExecEvalExpr (state=0x8362fe980, econtext=0x838fd1c98, isNull=0x821a11bb7) at ....
[07:09:34.271] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[07:09:34.271] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x8362fe100, slot=slot@entry=0x838fd1c98, isnew=isnew...
[07:09:34.271] #4  0x000000000077e735 in lookup_hash_entries (aggstate=aggstate@entry=0x8363b5550) at ../src/backend/exe...
[07:09:34.271] #5  0x000000000077c3ca in agg_retrieve_direct (aggstate=0x8363b5550) at ../src/backend/executor/nodeAgg.c...
[07:09:34.271] #6  ExecAgg (pstate=0x8363b5550) at ../src/backend/executor/nodeAgg.c:2179
[07:09:34.271] #7  0x00000000007a0ec7 in ExecProcNode (node=0x8363b5550) at ../src/include/executor/executor.h:278
[07:09:34.271] #8  ExecSort (pstate=0x8363b5340) at ../src/backend/executor/nodeSort.c:149
[07:09:34.271] #9  0x0000000000766ddb in ExecProcNode (node=0x8363b5340) at ../src/include/executor/executor.h:278
core
[07:09:26.404] #0  0x000000000075defa in ExecInterpExpr (state=0x834366f20, econtext=0x8343781d8, isnull=0x820c30f67) at...
[07:09:26.404] #1  0x0000000000764990 in ExecEvalExpr (state=0x834377b58, econtext=0x83435c538, isNull=0x820c30f67) at ....
[07:09:26.404] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[07:09:26.404] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x834365100, slot=slot@entry=0x83435c538, isnew=isnew...
[07:09:26.404] #4  0x000000000077e735 in lookup_hash_entries (aggstate=aggstate@entry=0x83434c558) at ../src/backend/exe...
[07:09:26.404] #5  0x000000000077bfd2 in agg_fill_hash_table (aggstate=0x83434c558) at ../src/backend/executor/nodeAgg.c...
[07:09:26.404] #6  ExecAgg (pstate=0x83434c558) at ../src/backend/executor/nodeAgg.c:2172
[07:09:26.404] #7  0x00000000007a0ec7 in ExecProcNode (node=0x83434c558) at ../src/include/executor/executor.h:278
[07:09:26.404] #8  ExecSort (pstate=0x83434c348) at ../src/backend/executor/nodeSort.c:149
[07:09:26.404] #9  0x0000000000766ddb in ExecProcNode (node=0x83434c348) at ../src/include/executor/executor.h:278
core
[07:09:26.719] #0  0x000000000075defa in ExecInterpExpr (state=0x8346b98a0, econtext=0x83479ddd8, isnull=0x820c31057) at...
[07:09:26.719] #1  0x0000000000764990 in ExecEvalExpr (state=0x8346baac0, econtext=0x8346c6be8, isNull=0x820c31057) at ....
[07:09:26.719] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[07:09:26.719] #3  LookupTupleHashEntry (hashtable=0x8346b9700, slot=slot@entry=0x8346c6be8, isnew=isnew@entry=0x820c310...
[07:09:26.719] #4  0x00000000007a0594 in setop_fill_hash_table (setopstate=0x834567380) at ../src/backend/executor/nodeS...
[07:09:26.719] #5  ExecSetOp (pstate=0x834567380) at ../src/backend/executor/nodeSetOp.c:216
[07:09:26.719] #6  0x0000000000766ddb in ExecProcNode (node=0x834567380) at ../src/include/executor/executor.h:278
[07:09:26.719] #7  ExecutePlan (estate=0x834567100, planstate=0x834567380, use_parallel_mode=<optimized out>, operation=...
[07:09:26.719] #8  standard_ExecutorRun (queryDesc=0x832c37100, direction=ForwardScanDirection, count=0, execute_once=<o...
[07:09:26.719] #9  0x000000000093f209 in PortalRunSelect (portal=portal@entry=0x832b69100, forward=<optimized out>, coun...
core
[07:09:27.048] #0  0x000000000075defa in ExecInterpExpr (state=0x843d61f20, econtext=0x843d70a18, isnull=0x8214a6067) at...
[07:09:27.048] #1  0x0000000000764990 in ExecEvalExpr (state=0x843d70398, econtext=0x843d55078, isNull=0x8214a6067) at ....
[07:09:27.048] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[07:09:27.048] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x843d60100, slot=slot@entry=0x843d55078, isnew=isnew...
[07:09:27.048] #4  0x000000000077e735 in lookup_hash_entries (aggstate=aggstate@entry=0x843d45558) at ../src/backend/exe...
[07:09:27.048] #5  0x000000000077bfd2 in agg_fill_hash_table (aggstate=0x843d45558) at ../src/backend/executor/nodeAgg.c...
[07:09:27.048] #6  ExecAgg (pstate=0x843d45558) at ../src/backend/executor/nodeAgg.c:2172
[07:09:27.048] #7  0x00000000007a0ec7 in ExecProcNode (node=0x843d45558) at ../src/include/executor/executor.h:278
[07:09:27.048] #8  ExecSort (pstate=0x843d45348) at ../src/backend/executor/nodeSort.c:149
[07:09:27.048] #9  0x0000000000766ddb in ExecProcNode (node=0x843d45348) at ../src/include/executor/executor.h:278
core
[07:09:27.361] #0  0x000000000075defa in ExecInterpExpr (state=0x842f87a20, econtext=0x84306bf98, isnull=0x8214a6157) at...
[07:09:27.361] #1  0x0000000000764990 in ExecEvalExpr (state=0x842f88c40, econtext=0x842f94ba8, isNull=0x8214a6157) at ....
[07:09:27.361] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[07:09:27.361] #3  LookupTupleHashEntry (hashtable=0x842f87880, slot=slot@entry=0x842f94ba8, isnew=isnew@entry=0x8214a61...
[07:09:27.361] #4  0x00000000007a0594 in setop_fill_hash_table (setopstate=0x8374d9380) at ../src/backend/executor/nodeS...
[07:09:27.361] #5  ExecSetOp (pstate=0x8374d9380) at ../src/backend/executor/nodeSetOp.c:216
[07:09:27.361] #6  0x0000000000766ddb in ExecProcNode (node=0x8374d9380) at ../src/include/executor/executor.h:278
[07:09:27.361] #7  ExecutePlan (estate=0x8374d9100, planstate=0x8374d9380, use_parallel_mode=<optimized out>, operation=...
[07:09:27.361] #8  standard_ExecutorRun (queryDesc=0x837371100, direction=ForwardScanDirection, count=0, execute_once=<o...
[07:09:27.361] #9  0x000000000093f209 in PortalRunSelect (portal=portal@entry=0x8373db100, forward=<optimized out>, coun...
core
[07:09:27.670] #0  0x000000000075defa in ExecInterpExpr (state=0x8344efed8, econtext=0x8344f27f8, isnull=0x820c31057) at...
[07:09:27.670] #1  0x0000000000764990 in ExecEvalExpr (state=0x8344f24b8, econtext=0x83446a2d0, isNull=0x820c31057) at ....
[07:09:27.670] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[07:09:27.670] #3  LookupTupleHashEntry (hashtable=0x8344efd38, slot=slot@entry=0x83446a2d0, isnew=isnew@entry=0x820c310...
[07:09:27.670] #4  0x00000000007a0594 in setop_fill_hash_table (setopstate=0x834469360) at ../src/backend/executor/nodeS...
[07:09:27.670] #5  ExecSetOp (pstate=0x834469360) at ../src/backend/executor/nodeSetOp.c:216
[07:09:27.670] #6  0x0000000000766ddb in ExecProcNode (node=0x834469360) at ../src/include/executor/executor.h:278
[07:09:27.670] #7  ExecutePlan (estate=0x834469100, planstate=0x834469360, use_parallel_mode=<optimized out>, operation=...
[07:09:27.670] #8  standard_ExecutorRun (queryDesc=0x832aa2900, direction=ForwardScanDirection, count=0, execute_once=<o...
[07:09:27.670] #9  0x000000000093f209 in PortalRunSelect (portal=portal@entry=0x832b69100, forward=<optimized out>, coun...
core
[07:09:27.998] #0  0x000000000075defa in ExecInterpExpr (state=0x8345e8f20, econtext=0x8344f19d8, isnull=0x820c30f67) at...
[07:09:27.998] #1  0x0000000000764990 in ExecEvalExpr (state=0x8344f1358, econtext=0x83459fcc8, isNull=0x820c30f67) at ....
[07:09:27.998] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[07:09:27.998] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x8345e7100, slot=slot@entry=0x83459fcc8, isnew=isnew...
[07:09:27.998] #4  0x000000000077e735 in lookup_hash_entries (aggstate=aggstate@entry=0x832c67650) at ../src/backend/exe...
[07:09:27.998] #5  0x000000000077bfd2 in agg_fill_hash_table (aggstate=0x832c67650) at ../src/backend/executor/nodeAgg.c...
[07:09:27.998] #6  ExecAgg (pstate=0x832c67650) at ../src/backend/executor/nodeAgg.c:2172
[07:09:27.998] #7  0x00000000007a0ec7 in ExecProcNode (node=0x832c67650) at ../src/include/executor/executor.h:278
[07:09:27.998] #8  ExecSort (pstate=0x832c67440) at ../src/backend/executor/nodeSort.c:149
[07:09:27.998] #9  0x0000000000766ddb in ExecProcNode (node=0x832c67440) at ../src/include/executor/executor.h:278
core
[07:09:28.305] #0  0x000000000075defa in ExecInterpExpr (state=0x8384e8500, econtext=0x8384e9160, isnull=0x8210785e7) at...
[07:09:28.305] #1  0x0000000000764990 in ExecEvalExpr (state=0x8384e89f0, econtext=0x8384fe8b8, isNull=0x8210785e7) at ....
[07:09:28.305] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[07:09:28.305] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x8384e8100, slot=slot@entry=0x8384fe8b8, isnew=isnew...
[07:09:28.305] #4  0x000000000077e735 in lookup_hash_entries (aggstate=aggstate@entry=0x83844d380) at ../src/backend/exe...
[07:09:28.305] #5  0x000000000077bfd2 in agg_fill_hash_table (aggstate=0x83844d380) at ../src/backend/executor/nodeAgg.c...
[07:09:28.305] #6  ExecAgg (pstate=0x83844d380) at ../src/backend/executor/nodeAgg.c:2172
[07:09:28.305] #7  0x0000000000766ddb in ExecProcNode (node=0x83844d380) at ../src/include/executor/executor.h:278
[07:09:28.305] #8  ExecutePlan (estate=0x83844d100, planstate=0x83844d380, use_parallel_mode=<optimized out>, operation=...
[07:09:28.305] #9  standard_ExecutorRun (queryDesc=0x83322b500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[07:09:28.618] #0  0x000000000075defa in ExecInterpExpr (state=0x838793500, econtext=0x838794160, isnull=0x820f17f47) at...
[07:09:28.618] #1  0x0000000000764990 in ExecEvalExpr (state=0x8387939f0, econtext=0x8387a8ff8, isNull=0x820f17f47) at ....
[07:09:28.618] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[07:09:28.618] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x838793100, slot=slot@entry=0x8387a8ff8, isnew=isnew...
[07:09:28.618] #4  0x000000000077e735 in lookup_hash_entries (aggstate=aggstate@entry=0x8386a6380) at ../src/backend/exe...
[07:09:28.618] #5  0x000000000077bfd2 in agg_fill_hash_table (aggstate=0x8386a6380) at ../src/backend/executor/nodeAgg.c...
[07:09:28.618] #6  ExecAgg (pstate=0x8386a6380) at ../src/backend/executor/nodeAgg.c:2172
[07:09:28.618] #7  0x0000000000766ddb in ExecProcNode (node=0x8386a6380) at ../src/include/executor/executor.h:278
[07:09:28.618] #8  ExecutePlan (estate=0x8386a6100, planstate=0x8386a6380, use_parallel_mode=<optimized out>, operation=...
[07:09:28.618] #9  standard_ExecutorRun (queryDesc=0x832d93500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[07:09:28.984] #0  0x000000082989441a in thr_kill () from /lib/libc.so.7
[07:09:28.984] #1  0x000000082980de64 in raise () from /lib/libc.so.7
[07:09:28.984] #2  0x00000008298be6f9 in abort () from /lib/libc.so.7
[07:09:28.984] #3  0x0000000000a95c05 in ExceptionalCondition (conditionName=0x3571ca "HaveRegisteredOrActiveSnapshot()"...
[07:09:28.984] #4  0x0000000000698a5a in index_drop (indexId=24589, concurrent=false, concurrent_lock_mode=<optimized ou...
[07:09:28.984] #5  0x000000000069016e in doDeletion (object=object@entry=0x832c175b0, flags=flags@entry=21) at ../src/ba...
[07:09:28.984] #6  0x000000000068e630 in deleteOneObject (object=0x832c175b0, depRel=0x820c311e0, flags=21) at ../src/ba...
[07:09:28.984] #7  deleteObjectsInList (targetObjects=targetObjects@entry=0x832c3f198, depRel=depRel@entry=0x820c311e0, ...
[07:09:28.984] #8  0x000000000068d2c5 in performDeletion (object=object@entry=0x820c312d0, behavior=behavior@entry=DROP_...
[07:09:28.984] #9  0x0000000000888fd6 in do_autovacuum () at ../src/backend/postmaster/autovacuum.c:2215
core
[07:09:33.939] #0  0x000000000075defa in ExecInterpExpr (state=0x8387cef20, econtext=0x8387d5d98, isnull=0x8219a75c7) at...
[07:09:33.939] #1  0x0000000000764990 in ExecEvalExpr (state=0x8387d5718, econtext=0x8387cfb98, isNull=0x8219a75c7) at ....
[07:09:33.939] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[07:09:33.939] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x8387cd100, slot=slot@entry=0x8387cfb98, isnew=isnew...
[07:09:33.939] #4  0x000000000077e735 in lookup_hash_entries (aggstate=aggstate@entry=0x8386d4350) at ../src/backend/exe...
[07:09:33.939] #5  0x000000000077bfd2 in agg_fill_hash_table (aggstate=0x8386d4350) at ../src/backend/executor/nodeAgg.c...
[07:09:33.939] #6  ExecAgg (pstate=0x8386d4350) at ../src/backend/executor/nodeAgg.c:2172
[07:09:33.939] #7  0x0000000000766ddb in ExecProcNode (node=0x8386d4350) at ../src/include/executor/executor.h:278
[07:09:33.939] #8  ExecutePlan (estate=0x8386d4100, planstate=0x8386d4350, use_parallel_mode=<optimized out>, operation=...
[07:09:33.939] #9  standard_ExecutorRun (queryDesc=0x8387cb9c0, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[07:09:29.317] #0  0x000000000075defa in ExecInterpExpr (state=0x832c4a500, econtext=0x832c4b070, isnull=0x820c30da7) at...
[07:09:29.317] #1  0x0000000000764990 in ExecEvalExpr (state=0x832c4a9f0, econtext=0x834a91ca0, isNull=0x820c30da7) at ....
[07:09:29.317] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[07:09:29.317] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x832c4a100, slot=slot@entry=0x834a91ca0, isnew=isnew...
[07:09:29.317] #4  0x000000000077e735 in lookup_hash_entries (aggstate=aggstate@entry=0x832b3b148) at ../src/backend/exe...
[07:09:29.317] #5  0x000000000077bfd2 in agg_fill_hash_table (aggstate=0x832b3b148) at ../src/backend/executor/nodeAgg.c...
[07:09:29.317] #6  ExecAgg (pstate=0x832b3b148) at ../src/backend/executor/nodeAgg.c:2172
[07:09:29.317] #7  0x00000000007715c3 in ExecScan (node=0x832b3b038, accessMtd=0x7a3460 <SubqueryNext>, recheckMtd=0x7a3...
[07:09:29.317] #8  0x0000000000786e28 in ExecProcNode (node=0x832b3b038) at ../src/include/executor/executor.h:278
[07:09:29.317] #9  MultiExecPrivateHash (node=0x834b83da0) at ../src/backend/executor/nodeHash.c:166
core
[07:09:29.660] #0  0x000000082989441a in thr_kill () from /lib/libc.so.7
[07:09:29.660] #1  0x000000082980de64 in raise () from /lib/libc.so.7
[07:09:29.660] #2  0x00000008298be6f9 in abort () from /lib/libc.so.7
[07:09:29.660] #3  0x0000000000a95c05 in ExceptionalCondition (conditionName=0x3571ca "HaveRegisteredOrActiveSnapshot()"...
[07:09:29.660] #4  0x0000000000698a5a in index_drop (indexId=24589, concurrent=false, concurrent_lock_mode=<optimized ou...
[07:09:29.660] #5  0x000000000069016e in doDeletion (object=object@entry=0x832c0f520, flags=flags@entry=21) at ../src/ba...
[07:09:29.660] #6  0x000000000068e630 in deleteOneObject (object=0x832c0f520, depRel=0x820c311e0, flags=21) at ../src/ba...
[07:09:29.660] #7  deleteObjectsInList (targetObjects=targetObjects@entry=0x832c305b8, depRel=depRel@entry=0x820c311e0, ...
[07:09:29.660] #8  0x000000000068d2c5 in performDeletion (object=object@entry=0x820c312d0, behavior=behavior@entry=DROP_...
[07:09:29.660] #9  0x0000000000888fd6 in do_autovacuum () at ../src/backend/postmaster/autovacuum.c:2215
core
[07:09:29.989] #0  0x000000000075defa in ExecInterpExpr (state=0x8352ff400, econtext=0x8352fff70, isnull=0x820c30f67) at...
[07:09:29.989] #1  0x0000000000764990 in ExecEvalExpr (state=0x8352ff8f0, econtext=0x835408018, isNull=0x820c30f67) at ....
[07:09:29.989] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[07:09:29.989] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x8352ff100, slot=slot@entry=0x835408018, isnew=isnew...
[07:09:29.989] #4  0x000000000077e735 in lookup_hash_entries (aggstate=aggstate@entry=0x832c49570) at ../src/backend/exe...
[07:09:29.989] #5  0x000000000077bfd2 in agg_fill_hash_table (aggstate=0x832c49570) at ../src/backend/executor/nodeAgg.c...
[07:09:29.989] #6  ExecAgg (pstate=0x832c49570) at ../src/backend/executor/nodeAgg.c:2172
[07:09:29.989] #7  0x00000000007a0ec7 in ExecProcNode (node=0x832c49570) at ../src/include/executor/executor.h:278
[07:09:29.989] #8  ExecSort (pstate=0x832c49360) at ../src/backend/executor/nodeSort.c:149
[07:09:29.989] #9  0x0000000000766ddb in ExecProcNode (node=0x832c49360) at ../src/include/executor/executor.h:278
core
[07:09:30.330] #0  0x000000000075defa in ExecInterpExpr (state=0x834871610, econtext=0x834872180, isnull=0x820c30f67) at...
[07:09:30.330] #1  0x0000000000764990 in ExecEvalExpr (state=0x834871b00, econtext=0x834924380, isNull=0x820c30f67) at ....
[07:09:30.330] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[07:09:30.330] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x834871100, slot=slot@entry=0x834924380, isnew=isnew...
[07:09:30.330] #4  0x000000000077e735 in lookup_hash_entries (aggstate=aggstate@entry=0x834973570) at ../src/backend/exe...
[07:09:30.330] #5  0x000000000077c3ca in agg_retrieve_direct (aggstate=0x834973570) at ../src/backend/executor/nodeAgg.c...
[07:09:30.330] #6  ExecAgg (pstate=0x834973570) at ../src/backend/executor/nodeAgg.c:2179
[07:09:30.330] #7  0x00000000007a0ec7 in ExecProcNode (node=0x834973570) at ../src/include/executor/executor.h:278
[07:09:30.330] #8  ExecSort (pstate=0x834973360) at ../src/backend/executor/nodeSort.c:149
[07:09:30.330] #9  0x0000000000766ddb in ExecProcNode (node=0x834973360) at ../src/include/executor/executor.h:278
core
[07:09:30.669] #0  0x000000082989441a in thr_kill () from /lib/libc.so.7
[07:09:30.669] #1  0x000000082980de64 in raise () from /lib/libc.so.7
[07:09:30.669] #2  0x00000008298be6f9 in abort () from /lib/libc.so.7
[07:09:30.669] #3  0x0000000000a95c05 in ExceptionalCondition (conditionName=0x3571ca "HaveRegisteredOrActiveSnapshot()"...
[07:09:30.669] #4  0x0000000000698a5a in index_drop (indexId=24589, concurrent=false, concurrent_lock_mode=<optimized ou...
[07:09:30.669] #5  0x000000000069016e in doDeletion (object=object@entry=0x832c175b0, flags=flags@entry=21) at ../src/ba...
[07:09:30.669] #6  0x000000000068e630 in deleteOneObject (object=0x832c175b0, depRel=0x820c311e0, flags=21) at ../src/ba...
[07:09:30.669] #7  deleteObjectsInList (targetObjects=targetObjects@entry=0x832c3ee48, depRel=depRel@entry=0x820c311e0, ...
[07:09:30.669] #8  0x000000000068d2c5 in performDeletion (object=object@entry=0x820c312d0, behavior=behavior@entry=DROP_...
[07:09:30.669] #9  0x0000000000888fd6 in do_autovacuum () at ../src/backend/postmaster/autovacuum.c:2215
core
[07:09:31.004] #0  0x000000000075defa in ExecInterpExpr (state=0x8352b1710, econtext=0x8352b2190, isnull=0x820c30e67) at...
[07:09:31.004] #1  0x0000000000764990 in ExecEvalExpr (state=0x8352b1bb0, econtext=0x83532d1f0, isNull=0x820c30e67) at ....
[07:09:31.004] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[07:09:31.004] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x8352b1100, slot=slot@entry=0x83532d1f0, isnew=isnew...
[07:09:31.004] #4  0x000000000077e735 in lookup_hash_entries (aggstate=aggstate@entry=0x835289418) at ../src/backend/exe...
[07:09:31.004] #5  0x000000000077bfd2 in agg_fill_hash_table (aggstate=0x835289418) at ../src/backend/executor/nodeAgg.c...
[07:09:31.004] #6  ExecAgg (pstate=0x835289418) at ../src/backend/executor/nodeAgg.c:2172
[07:09:31.004] #7  0x000000000078090b in ExecProcNode (node=0x835289418) at ../src/include/executor/executor.h:278
[07:09:31.004] #8  ExecAppend (pstate=0x835288c48) at ../src/backend/executor/nodeAppend.c:351
[07:09:31.004] #9  0x000000000077e58d in ExecProcNode (node=0x835288c48) at ../src/include/executor/executor.h:278
core
[07:09:31.349] #0  0x000000082989441a in thr_kill () from /lib/libc.so.7
[07:09:31.349] #1  0x000000082980de64 in raise () from /lib/libc.so.7
[07:09:31.349] #2  0x00000008298be6f9 in abort () from /lib/libc.so.7
[07:09:31.349] #3  0x0000000000a95c05 in ExceptionalCondition (conditionName=0x3571ca "HaveRegisteredOrActiveSnapshot()"...
[07:09:31.349] #4  0x0000000000698a5a in index_drop (indexId=24589, concurrent=false, concurrent_lock_mode=<optimized ou...
[07:09:31.349] #5  0x000000000069016e in doDeletion (object=object@entry=0x832c175b0, flags=flags@entry=21) at ../src/ba...
[07:09:31.349] #6  0x000000000068e630 in deleteOneObject (object=0x832c175b0, depRel=0x820c311e0, flags=21) at ../src/ba...
[07:09:31.349] #7  deleteObjectsInList (targetObjects=targetObjects@entry=0x832c1dfc8, depRel=depRel@entry=0x820c311e0, ...
[07:09:31.349] #8  0x000000000068d2c5 in performDeletion (object=object@entry=0x820c312d0, behavior=behavior@entry=DROP_...
[07:09:31.349] #9  0x0000000000888fd6 in do_autovacuum () at ../src/backend/postmaster/autovacuum.c:2215
core
[07:09:31.684] #0  0x000000082989441a in thr_kill () from /lib/libc.so.7
[07:09:31.684] #1  0x000000082980de64 in raise () from /lib/libc.so.7
[07:09:31.684] #2  0x00000008298be6f9 in abort () from /lib/libc.so.7
[07:09:31.684] #3  0x0000000000a95c05 in ExceptionalCondition (conditionName=0x3571ca "HaveRegisteredOrActiveSnapshot()"...
[07:09:31.684] #4  0x0000000000698a5a in index_drop (indexId=24589, concurrent=false, concurrent_lock_mode=<optimized ou...
[07:09:31.684] #5  0x000000000069016e in doDeletion (object=object@entry=0x832c175b0, flags=flags@entry=21) at ../src/ba...
[07:09:31.684] #6  0x000000000068e630 in deleteOneObject (object=0x832c175b0, depRel=0x820c311e0, flags=21) at ../src/ba...
[07:09:31.684] #7  deleteObjectsInList (targetObjects=targetObjects@entry=0x835295f78, depRel=depRel@entry=0x820c311e0, ...
[07:09:31.684] #8  0x000000000068d2c5 in performDeletion (object=object@entry=0x820c312d0, behavior=behavior@entry=DROP_...
[07:09:31.684] #9  0x0000000000888fd6 in do_autovacuum () at ../src/backend/postmaster/autovacuum.c:2215
core
[07:09:32.031] #0  0x000000000075defa in ExecInterpExpr (state=0x8393eff20, econtext=0x8394418d8, isnull=0x821070117) at...
[07:09:32.031] #1  0x0000000000764990 in ExecEvalExpr (state=0x839441258, econtext=0x8393e5fb8, isNull=0x821070117) at ....
[07:09:32.031] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[07:09:32.031] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x8393ee100, slot=slot@entry=0x8393e5fb8, isnew=isnew...
[07:09:32.031] #4  0x000000000077e735 in lookup_hash_entries (aggstate=aggstate@entry=0x8393ca558) at ../src/backend/exe...
[07:09:32.031] #5  0x000000000077bfd2 in agg_fill_hash_table (aggstate=0x8393ca558) at ../src/backend/executor/nodeAgg.c...
[07:09:32.031] #6  ExecAgg (pstate=0x8393ca558) at ../src/backend/executor/nodeAgg.c:2172
[07:09:32.031] #7  0x00000000007a0ec7 in ExecProcNode (node=0x8393ca558) at ../src/include/executor/executor.h:278
[07:09:32.031] #8  ExecSort (pstate=0x8393ca348) at ../src/backend/executor/nodeSort.c:149
[07:09:32.031] #9  0x0000000000766ddb in ExecProcNode (node=0x8393ca348) at ../src/include/executor/executor.h:278
core
[07:09:33.619] #0  0x000000000075defa in ExecInterpExpr (state=0x838f3e3e8, econtext=0x838f41698, isnull=0x820ff7e37) at...
[07:09:33.619] #1  0x0000000000764990 in ExecEvalExpr (state=0x838f3edc8, econtext=0x838e15718, isNull=0x820ff7e37) at ....
[07:09:33.619] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[07:09:33.619] #3  LookupTupleHashEntry (hashtable=0x838f3e248, slot=slot@entry=0x838e15718, isnew=isnew@entry=0x820ff7e...
[07:09:33.619] #4  0x00000000007a0594 in setop_fill_hash_table (setopstate=0x836b2b340) at ../src/backend/executor/nodeS...
[07:09:33.619] #5  ExecSetOp (pstate=0x836b2b340) at ../src/backend/executor/nodeSetOp.c:216
[07:09:33.619] #6  0x0000000000766ddb in ExecProcNode (node=0x836b2b340) at ../src/include/executor/executor.h:278
[07:09:33.619] #7  ExecutePlan (estate=0x836b2b100, planstate=0x836b2b340, use_parallel_mode=<optimized out>, operation=...
[07:09:33.619] #8  standard_ExecutorRun (queryDesc=0x8369e7900, direction=ForwardScanDirection, count=0, execute_once=<o...
[07:09:33.619] #9  0x000000000093f209 in PortalRunSelect (portal=portal@entry=0x836aae100, forward=<optimized out>, coun...
core
[07:09:32.670] #0  0x000000000075defa in ExecInterpExpr (state=0x83af30500, econtext=0x83af31160, isnull=0x820cedee7) at...
[07:09:32.670] #1  0x0000000000764990 in ExecEvalExpr (state=0x83af309f0, econtext=0x83af469f8, isNull=0x820cedee7) at ....
[07:09:32.670] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[07:09:32.670] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83af30100, slot=slot@entry=0x83af469f8, isnew=isnew...
[07:09:32.670] #4  0x000000000077e735 in lookup_hash_entries (aggstate=aggstate@entry=0x836d7c380) at ../src/backend/exe...
[07:09:32.670] #5  0x000000000077bfd2 in agg_fill_hash_table (aggstate=0x836d7c380) at ../src/backend/executor/nodeAgg.c...
[07:09:32.670] #6  ExecAgg (pstate=0x836d7c380) at ../src/backend/executor/nodeAgg.c:2172
[07:09:32.670] #7  0x0000000000766ddb in ExecProcNode (node=0x836d7c380) at ../src/include/executor/executor.h:278
[07:09:32.670] #8  ExecutePlan (estate=0x836d7c100, planstate=0x836d7c380, use_parallel_mode=<optimized out>, operation=...
[07:09:32.670] #9  standard_ExecutorRun (queryDesc=0x836bce500, direction=ForwardScanDirection, count=0, execute_once=<o...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/matview-write-skew.out /tmp/cirrus-ci-build/build/testrun/isol...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/matview-write-skew.out	2024-10-25 07:03:31.503445000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/isolation/isolation/results/matview-write-skew.out	2024-10-25 07:06:09.907464000 ...
@@ -1,121 +1,6 @@
 Parsed test spec with 2 sessions
 
 starting permutation: s1_begin s2_begin s1_refresh s2_read s2_insert s1_commit s2_commit
-step s1_begin: BEGIN ISOLATION LEVEL SERIALIZABLE;
-step s2_begin: BEGIN ISOLATION LEVEL SERIALIZABLE;
-step s1_refresh: REFRESH MATERIALIZED VIEW CONCURRENTLY order_summary;
-step s2_read: SELECT max(date) FROM order_summary;
-       max
-----------
-04-01-2022
-(1 row)
-
-step s2_insert: INSERT INTO orders VALUES ('2022-04-02', 'orange', 15);
-step s1_commit: COMMIT;
-step s2_commit: COMMIT;
-ERROR:  could not serialize access due to read/write dependencies among transactions
...
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pageinspect/expected/brin.out /tmp/cirrus-ci-build/build/testrun/pageinspect/regre...
--- /tmp/cirrus-ci-build/contrib/pageinspect/expected/brin.out	2024-10-25 07:03:30.100187000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pageinspect/regress/results/brin.out	2024-10-25 07:06:09.397966000 +0000
@@ -161,50 +161,7 @@
 SELECT * FROM brin_page_items(get_raw_page('brin_test_parallel_idx', 2), 'brin_test_parallel_idx')
 EXCEPT
 SELECT * FROM brin_page_items(get_raw_page('brin_test_serial_idx', 2), 'brin_test_serial_idx');
- itemoffset | blknum | attnum | allnulls | hasnulls | placeholder | empty | value 
-------------+--------+--------+----------+----------+-------------+-------+-------
-(0 rows)
-
-SELECT * FROM brin_page_items(get_raw_page('brin_test_serial_idx', 2), 'brin_test_serial_idx')
-EXCEPT
-SELECT * FROM brin_page_items(get_raw_page('brin_test_parallel_idx', 2), 'brin_test_parallel_idx');
- itemoffset | blknum | attnum | allnulls | hasnulls | placeholder | empty | value 
-------------+--------+--------+----------+----------+-------------+-------+-------
-(0 rows)
-
-DROP INDEX brin_test_parallel_idx;
--- force parallel build, but don't allow starting parallel workers to force
...
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/select.out /tmp/cirrus-ci-build/build/testrun/pg_stat_...
--- /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/select.out	2024-10-25 07:03:30.109681000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_stat_statements/regress/results/select.out	2024-10-25 07:06:11.778845000 +0000
@@ -320,96 +320,7 @@
 FROM (VALUES (1, 2, 3), (4, NULL, 6), (7, 8, 9)) AS t (a, b, c)
 GROUP BY ROLLUP(a, b), rollup(a, c)
 ORDER BY a, b, c;
- a | b | c 
----+---+---
- 1 | 2 | 3
- 1 | 2 |  
- 1 | 2 |  
- 1 |   | 3
- 1 |   | 3
- 1 |   |  
- 1 |   |  
- 1 |   |  
- 4 |   | 6
- 4 |   | 6
- 4 |   | 6
...
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_trgm/expected/pg_trgm.out /tmp/cirrus-ci-build/build/testrun/pg_trgm/regress/re...
--- /tmp/cirrus-ci-build/contrib/pg_trgm/expected/pg_trgm.out	2024-10-25 07:03:30.117280000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_trgm/regress/results/pg_trgm.out	2024-10-25 07:06:12.539788000 +0000
@@ -5384,21 +5384,7 @@
 
 SELECT DISTINCT city, similarity(city, 'Warsaw'), show_limit()
   FROM restaurants WHERE city % 'Warsaw';
-  city  | similarity | show_limit 
---------+------------+------------
- Warsaw |          1 |        0.3
-(1 row)
-
-SELECT set_limit(0.5);
- set_limit 
------------
-       0.5
-(1 row)
-
-SELECT DISTINCT city, similarity(city, 'Warsaw'), show_limit()
-  FROM restaurants WHERE city % 'Warsaw';
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/type_sanity.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/00...
--- /tmp/cirrus-ci-build/src/test/regress/expected/type_sanity.out	2024-10-25 07:03:31.692969000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/type_sanity.out	2024-10-25 07:05:15.571280...
@@ -172,573 +172,7 @@
 FROM pg_type AS t1
 WHERE t1.typtype not in ('b', 'p')
 ORDER BY 1;
- typtype |   typinput    
----------+---------------
- c       | record_in
- d       | domain_in
- e       | enum_in
- m       | multirange_in
- r       | range_in
-(5 rows)
-
--- Check for bogus typoutput routines
--- As of 8.0, this check finds refcursor, which is borrowing
--- other types' I/O routines
-SELECT t1.oid, t1.typname, p1.oid, p1.proname
...
regress
diff -U3 /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out /tmp/cirrus-ci-build/build/testrun/postgres...
--- /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out	2024-10-25 07:03:30.146274000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/postgres_fdw/regress/results/postgres_fdw.out	2024-10-25 07:06:13.733663000 +0000
@@ -2329,10019 +2329,7 @@
 (20 rows)
 
 SELECT t1c1, avg(t1c1 + t2c1) FROM (SELECT t1.c1, t2.c1 FROM ft1 t1 JOIN ft2 t2 ON (t1.c1 = t2.c1) UNION SELECT t1.c1, ...
- t1c1 |         avg          
-------+----------------------
-  101 | 202.0000000000000000
-  102 | 204.0000000000000000
-  103 | 206.0000000000000000
-  104 | 208.0000000000000000
-  105 | 210.0000000000000000
-  106 | 212.0000000000000000
-  107 | 214.0000000000000000
-  108 | 216.0000000000000000
-  109 | 218.0000000000000000
-  110 | 220.0000000000000000
-(10 rows)
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/type_sanity.out /tmp/cirrus-ci-build/build/testrun/recovery/027_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/type_sanity.out	2024-10-25 07:03:31.692969000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/type_sanity.out	2024-10-25 07:05:42.8664...
@@ -172,573 +172,7 @@
 FROM pg_type AS t1
 WHERE t1.typtype not in ('b', 'p')
 ORDER BY 1;
- typtype |   typinput    
----------+---------------
- c       | record_in
- d       | domain_in
- e       | enum_in
- m       | multirange_in
- r       | range_in
-(5 rows)
-
--- Check for bogus typoutput routines
--- As of 8.0, this check finds refcursor, which is borrowing
--- other types' I/O routines
-SELECT t1.oid, t1.typname, p1.oid, p1.proname
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/type_sanity.out /tmp/cirrus-ci-build/build/testrun/regress/regre...
--- /tmp/cirrus-ci-build/src/test/regress/expected/type_sanity.out	2024-10-25 07:03:31.692969000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/type_sanity.out	2024-10-25 07:05:14.606265000 +0000
@@ -172,573 +172,7 @@
 FROM pg_type AS t1
 WHERE t1.typtype not in ('b', 'p')
 ORDER BY 1;
- typtype |   typinput    
----------+---------------
- c       | record_in
- d       | domain_in
- e       | enum_in
- m       | multirange_in
- r       | range_in
-(5 rows)
-
--- Check for bogus typoutput routines
--- As of 8.0, this check finds refcursor, which is borrowing
--- other types' I/O routines
-SELECT t1.oid, t1.typname, p1.oid, p1.proname
...
regress
diff -U3 /tmp/cirrus-ci-build/contrib/tablefunc/expected/tablefunc.out /tmp/cirrus-ci-build/build/testrun/tablefunc/regr...
--- /tmp/cirrus-ci-build/contrib/tablefunc/expected/tablefunc.out	2024-10-25 07:03:30.163701000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/tablefunc/regress/results/tablefunc.out	2024-10-25 07:06:13.776078000 +0000
@@ -239,261 +239,7 @@
   'SELECT rowid, rowdt, attribute, val FROM cth ORDER BY 1',
   'SELECT DISTINCT rowdt, attribute FROM cth ORDER BY 2')
 AS c(rowid text, rowdt timestamp, temperature int4, test_result text, test_startdate timestamp, volts float8);
-ERROR:  invalid crosstab categories query
-DETAIL:  The query must return one column.
--- if category query generates a NULL value, get expected error
-SELECT * FROM crosstab(
-  'SELECT rowid, rowdt, attribute, val FROM cth ORDER BY 1',
-  'SELECT NULL::text')
-AS c(rowid text, rowdt timestamp, temperature int4, test_result text, test_startdate timestamp, volts float8);
-ERROR:  crosstab category value must not be null
--- if source query returns zero rows, get zero rows returned
-SELECT * FROM crosstab(
-  'SELECT rowid, rowdt, attribute, val FROM cth WHERE false ORDER BY 1',
-  'SELECT DISTINCT attribute FROM cth ORDER BY 1')
-AS c(rowid text, rowdt timestamp, temperature text, test_result text, test_startdate text, volts text);
...
tap
[07:06:30.547](1.126s) not ok 7 - checking an unresolvable database pattern under --no-strict-names status (got 1 vs exp...
[07:06:30.554](0.000s) not ok 12 - checking an unresolvable database pattern (substring of existent database) stderr /(?...
[07:06:30.563](0.001s) not ok 15 - checking an unresolvable database pattern (superstring of existent database) stderr /...
[07:06:30.592](0.001s) not ok 20 - checking a database by name without amcheck installed, no other databases stderr /(?^...
[07:06:30.593](0.000s) not ok 21 - checking a database by name without amcheck installed, no other databases stderr /(?^...
[07:06:30.616](0.023s) not ok 22 - checking a database by name without amcheck installed, with other databases status (g...
[07:06:30.617](0.000s) not ok 24 - checking a database by name without amcheck installed, with other databases stderr /(...
[07:06:30.626](0.008s) not ok 25 - checking a database by pattern without amcheck installed, with other databases status...
[07:06:30.627](0.000s) not ok 27 - checking a database by pattern without amcheck installed, with other databases stderr...
[07:06:30.634](0.000s) not ok 30 - checking table pattern ".." stderr /(?^:pg_amcheck: error: no connectable databases t...
[07:06:30.647](0.000s) not ok 33 - checking table pattern ".foo.bar" stderr /(?^:pg_amcheck: error: no connectable datab...
[07:06:30.655](0.000s) not ok 36 - checking table pattern "." stderr /(?^:pg_amcheck: error: no heap tables to check mat...
[07:06:30.759](0.050s) not ok 64 - many unmatched patterns and one matched pattern under --no-strict-names status (got 1...
[07:06:30.761](0.000s) not ok 66 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[07:06:30.762](0.000s) not ok 67 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[07:06:30.763](0.000s) not ok 68 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[07:06:30.764](0.000s) not ok 69 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[07:06:30.765](0.000s) not ok 70 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[07:06:30.782](0.000s) not ok 71 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[07:06:30.782](0.000s) not ok 72 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[07:06:30.782](0.000s) not ok 73 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[07:06:30.783](0.000s) not ok 74 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[07:06:30.783](0.000s) not ok 75 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[07:06:30.783](0.000s) not ok 76 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[07:06:30.784](0.000s) not ok 77 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[07:06:30.784](0.000s) not ok 78 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[07:06:30.784](0.000s) not ok 79 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[07:06:30.785](0.000s) not ok 80 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[07:06:30.785](0.000s) not ok 81 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[07:06:30.785](0.000s) not ok 82 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
tap
[07:06:32.319](4.103s) not ok 1 - pg_amcheck prior to corruption status (got 1 vs expected 0)
[07:06:32.320](0.000s) not ok 3 - pg_amcheck prior to corruption stderr /(?^:^$)/
[07:06:32.324](0.003s) Bail out!  pg_ctl stop failed
tap
[07:06:33.454](2.394s) not ok 1 - pg_amcheck test table, prior to corruption
[07:06:33.462](0.007s) not ok 2 - pg_amcheck test table and index, prior to corruption
[07:06:33.464](0.002s) Bail out!  pg_ctl stop failed
tap
[07:06:33.824](2.294s) not ok 1 - pg_amcheck all schemas, tables and indexes reports no corruption: exit code 0
[07:06:33.825](0.000s) not ok 2 - pg_amcheck all schemas, tables and indexes reports no corruption: no stderr
tap
[07:06:43.369](0.965s) not ok 30 - run pg_createsubscriber on node S
tap
[07:06:49.051](1.425s) not ok 19 - pg_dump: option -n pg_catalog
[07:06:49.070](0.013s) not ok 20 - pg_dumpall: option --exclude-database handles database names with embedded dots
[07:06:49.077](0.001s) not ok 22 - pg_dump: option --schema rejects three-part schema names: matches
[07:06:49.084](0.000s) not ok 24 - pg_dump: option --schema rejects cross-database multipart schema names: matches
[07:06:49.096](0.001s) not ok 26 - pg_dump: option --schema rejects degenerate two-part schema name: ".": matches
[07:06:49.117](0.001s) not ok 28 - pg_dump: option --schema rejects cross-database multipart schema names with embedded ...
[07:06:49.133](0.000s) not ok 30 - pg_dump: option --schema rejects degenerate three-part schema name: "..": matches
[07:06:49.155](0.001s) not ok 32 - pg_dump: option --table rejects four-part table names: matches
[07:06:49.166](0.000s) not ok 34 - pg_dump: option --table rejects cross-database three part table names: matches
[07:06:49.180](0.000s) not ok 36 - pg_dump: option --table rejects cross-database three part table names with embedded d...
[07:06:49.187](0.006s) not ok 37 - binary_upgrade: pg_dump runs
[07:06:49.234](0.047s) not ok 38 - binary_upgrade: pg_restore runs
tap
[07:05:18.637](8.705s) not ok 5 - regression tests pass
[07:05:20.565](1.924s) not ok 6 - dump before running pg_upgrade
tap
[07:07:16.884](0.996s) not ok 192 - psql seeded_random count ok
[07:07:16.885](0.000s) not ok 193 - psql seeded_random count stderr is empty
[07:07:16.886](0.000s) not ok 194 - psql seeded_random count uniform
[07:07:16.886](0.000s) not ok 195 - psql seeded_random count exponential
[07:07:16.887](0.000s) not ok 196 - psql seeded_random count gaussian
[07:07:16.887](0.000s) not ok 197 - psql seeded_random count zipfian
tap
[07:05:44.602](6.325s) not ok 2 - regression tests pass
test
[07:08:13.438]   8/312 postgresql:pg_upgrade / pg_upgrade/004_subscription                             ERROR            ...
[07:08:13.438]   9/312 postgresql:pg_upgrade / pg_upgrade/003_logical_slots                            ERROR            ...
[07:08:13.438]  12/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[07:08:13.438]  35/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[07:08:13.438]  43/312 postgresql:recovery / recovery/038_save_logical_slots_shutdown                  ERROR            ...
[07:08:13.438]  47/312 postgresql:recovery / recovery/040_standby_failover_slots_sync                  ERROR            ...
[07:08:13.438]  51/312 postgresql:recovery / recovery/035_standby_logical_decoding                     ERROR            ...
[07:08:13.438]  86/312 postgresql:pageinspect / pageinspect/regress                                    ERROR            ...
[07:08:13.438]  92/312 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
[07:08:13.438]  93/312 postgresql:pg_trgm / pg_trgm/regress                                            ERROR            ...
[07:08:13.438]  95/312 postgresql:postgres_fdw / postgres_fdw/regress                                  ERROR            ...
[07:08:13.438]  96/312 postgresql:tablefunc / tablefunc/regress                                        ERROR            ...
[07:08:13.438] 141/312 postgresql:pg_amcheck / pg_amcheck/002_nonesuch                                 ERROR            ...
[07:08:13.438] 143/312 postgresql:pg_amcheck / pg_amcheck/003_check                                    ERROR            ...
[07:08:13.438] 146/312 postgresql:pg_amcheck / pg_amcheck/004_verify_heapam                            ERROR            ...
[07:08:13.438] 147/312 postgresql:pg_amcheck / pg_amcheck/005_opclass_damage                           ERROR            ...
[07:08:13.438] 161/312 postgresql:pg_basebackup / pg_basebackup/040_pg_createsubscriber                ERROR            ...
[07:08:13.438] 174/312 postgresql:pg_dump / pg_dump/002_pg_dump                                        ERROR            ...
[07:08:13.438] 228/312 postgresql:pgbench / pgbench/001_pgbench_with_server                            ERROR            ...
[07:08:13.438] 245/312 postgresql:subscription / subscription/003_constraints                          ERROR            ...
[07:08:13.438] 246/312 postgresql:subscription / subscription/002_types                                ERROR            ...
[07:08:13.438] 247/312 postgresql:subscription / subscription/005_encoding                             ERROR            ...
[07:08:13.438] 248/312 postgresql:subscription / subscription/004_sync                                 ERROR            ...
[07:08:13.438] 249/312 postgresql:subscription / subscription/001_rep_changes                          ERROR            ...
[07:08:13.438] 250/312 postgresql:subscription / subscription/006_rewrite                              ERROR            ...
[07:08:13.438]   6/312 postgresql:regress / regress/regress                                            ERROR           1...
[07:08:13.438] 251/312 postgresql:subscription / subscription/007_ddl                                  ERROR            ...
[07:08:13.438] 252/312 postgresql:subscription / subscription/008_diff_schema                          ERROR            ...
[07:08:13.438] 254/312 postgresql:subscription / subscription/010_truncate                             ERROR            ...
[07:08:13.438] 255/312 postgresql:subscription / subscription/011_generated                            ERROR            ...
[07:08:13.438] 256/312 postgresql:subscription / subscription/012_collation                            ERROR            ...
[07:08:13.438] 257/312 postgresql:subscription / subscription/014_binary                               ERROR            ...
[07:08:13.438] 258/312 postgresql:subscription / subscription/015_stream                               ERROR            ...
[07:08:13.438] 259/312 postgresql:subscription / subscription/016_stream_subxact                       ERROR            ...
[07:08:13.438] 260/312 postgresql:subscription / subscription/013_partition                            ERROR            ...
[07:08:13.438] 261/312 postgresql:subscription / subscription/017_stream_ddl                           ERROR            ...
[07:08:13.438] 262/312 postgresql:subscription / subscription/018_stream_subxact_abort                 ERROR            ...
[07:08:13.438] 263/312 postgresql:subscription / subscription/019_stream_subxact_ddl_abort             ERROR            ...
[07:08:13.438] 264/312 postgresql:subscription / subscription/021_twophase                             ERROR            ...
[07:08:13.438] 265/312 postgresql:subscription / subscription/020_messages                             ERROR            ...
[07:08:13.438] 266/312 postgresql:subscription / subscription/022_twophase_cascade                     ERROR            ...
[07:08:13.438] 267/312 postgresql:subscription / subscription/023_twophase_stream                      ERROR            ...
[07:08:13.438] 268/312 postgresql:subscription / subscription/024_add_drop_pub                         ERROR            ...
[07:08:13.438] 269/312 postgresql:subscription / subscription/025_rep_changes_for_schema               ERROR            ...
[07:08:13.438] 270/312 postgresql:subscription / subscription/026_stats                                ERROR            ...
[07:08:13.438] 271/312 postgresql:subscription / subscription/028_row_filter                           ERROR            ...
[07:08:13.438] 272/312 postgresql:subscription / subscription/027_nosuperuser                          ERROR            ...
[07:08:13.438] 273/312 postgresql:subscription / subscription/029_on_error                             ERROR            ...
[07:08:13.438] 274/312 postgresql:subscription / subscription/030_origin                               ERROR            ...
[07:08:13.438] 275/312 postgresql:subscription / subscription/031_column_list                          ERROR            ...
[07:08:13.438] 276/312 postgresql:subscription / subscription/032_subscribe_use_index                  ERROR            ...
[07:08:13.438] 277/312 postgresql:subscription / subscription/033_run_as_table_owner                   ERROR            ...
[07:08:13.438] 281/312 postgresql:subscription / subscription/100_bugs                                 ERROR            ...
[07:08:13.438] 312/312 postgresql:isolation / isolation/isolation                                      ERROR           1...
Linux - Debian Bookworm - Autoconf
core
[07:09:14.238] #0  0x00007f49938abe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:09:14.238] #1  0x00007f499385cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:09:14.238] #2  0x00007f4993847472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:09:14.238] #3  0x00007f4994ad650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[07:09:14.238] #4  0x00007f4994ae2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[07:09:14.238] #5  0x00007f4994ac1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7f4993236f4e, __in_ch...
[07:09:14.238] #6  0x00007f4994abe6ae in __asan::ReportDeadlySignal (sig=...) at ../../../../src/libsanitizer/asan/asan_...
[07:09:14.238] #7  0x00007f4994abd462 in __asan::AsanOnDeadlySignal (signo=<optimized out>, siginfo=0x7f4993237bf0, cont...
[07:09:14.238] #8  <signal handler called>
[07:09:14.238] #9  0x0000563336511daa in ExecInterpExpr (state=0x625000095820, econtext=0x62900012e9d8, isnull=0x7ffc46d...
core
[07:09:16.992] #0  0x00007f32fe6abe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:09:16.992] #1  0x00007f32fe65cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:09:16.992] #2  0x00007f32fe647472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:09:16.992] #3  0x00007f32ff8d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[07:09:16.992] #4  0x00007f32ff8e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[07:09:16.992] #5  0x00007f32ff8c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7f32fe02ef4e, __in_ch...
[07:09:16.992] #6  0x00007f32ff8be6ae in __asan::ReportDeadlySignal (sig=...) at ../../../../src/libsanitizer/asan/asan_...
[07:09:16.992] #7  0x00007f32ff8bd462 in __asan::AsanOnDeadlySignal (signo=<optimized out>, siginfo=0x7f32fe02fbf0, cont...
[07:09:16.992] #8  <signal handler called>
[07:09:16.992] #9  0x000055be999d3daa in ExecInterpExpr (state=0x625000273d90, econtext=0x625000274900, isnull=0x7ffc8ae...
core
[07:09:15.327] #0  0x00007f3fd52abe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:09:15.327] #1  0x00007f3fd525cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:09:15.327] #2  0x00007f3fd5247472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:09:15.327] #3  0x00007f3fd64d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[07:09:15.327] #4  0x00007f3fd64e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[07:09:15.327] #5  0x00007f3fd64c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7f3fd2625f4e, __in_ch...
[07:09:15.327] #6  0x00007f3fd64be6ae in __asan::ReportDeadlySignal (sig=...) at ../../../../src/libsanitizer/asan/asan_...
[07:09:15.327] #7  0x00007f3fd64bd462 in __asan::AsanOnDeadlySignal (signo=<optimized out>, siginfo=0x7f3fd2626bf0, cont...
[07:09:15.327] #8  <signal handler called>
[07:09:15.327] #9  0x000056292fd66daa in ExecInterpExpr (state=0x6250000e0010, econtext=0x6250000e2208, isnull=0x7fffb7c...
core
[07:09:16.387] #0  0x00007f8eb92abe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:09:16.387] #1  0x00007f8eb925cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:09:16.387] #2  0x00007f8eb9247472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:09:16.387] #3  0x00007f8eba4d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[07:09:16.387] #4  0x00007f8eba4e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[07:09:16.387] #5  0x00007f8eba4c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7f8eb6631f4e, __in_ch...
[07:09:16.387] #6  0x00007f8eba4be6ae in __asan::ReportDeadlySignal (sig=...) at ../../../../src/libsanitizer/asan/asan_...
[07:09:16.387] #7  0x00007f8eba4bd462 in __asan::AsanOnDeadlySignal (signo=<optimized out>, siginfo=0x7f8eb6632bf0, cont...
[07:09:16.387] #8  <signal handler called>
[07:09:16.387] #9  0x0000561d3337edaa in ExecInterpExpr (state=0x6250000cc010, econtext=0x6250000d0a08, isnull=0x7ffe07e...
core
[07:09:25.467] #0  0x00007f07b15dbe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:09:25.467] #1  0x00007f07b158cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:09:25.467] #2  0x00007f07b1577472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:09:25.467] #3  0x00007f07b26d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[07:09:25.467] #4  0x00007f07b26e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[07:09:25.467] #5  0x00007f07b26c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7f07b0df2f4e, __in_ch...
[07:09:25.467] #6  0x00007f07b26be6ae in __asan::ReportDeadlySignal (sig=...) at ../../../../src/libsanitizer/asan/asan_...
[07:09:25.467] #7  0x00007f07b26bd462 in __asan::AsanOnDeadlySignal (signo=<optimized out>, siginfo=0x7f07b0df3bf0, cont...
[07:09:25.467] #8  <signal handler called>
[07:09:25.467] #9  0x000055a47aef5daa in ExecInterpExpr (state=0x6250000cc010, econtext=0x6250000d0a08, isnull=0x7fff08f...
core
[07:09:24.859] #0  0x00007f8eb92abe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:09:24.859] #1  0x00007f8eb925cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:09:24.859] #2  0x00007f8eb9247472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:09:24.859] #3  0x00007f8eba4d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[07:09:24.859] #4  0x00007f8eba4e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[07:09:24.859] #5  0x00007f8eba4c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7f8eb6631f4e, __in_ch...
[07:09:24.859] #6  0x00007f8eba4be6ae in __asan::ReportDeadlySignal (sig=...) at ../../../../src/libsanitizer/asan/asan_...
[07:09:24.859] #7  0x00007f8eba4bd462 in __asan::AsanOnDeadlySignal (signo=<optimized out>, siginfo=0x7f8eb6632bf0, cont...
[07:09:24.859] #8  <signal handler called>
[07:09:24.859] #9  0x0000561d3337edaa in ExecInterpExpr (state=0x6250000d1010, econtext=0x6250000d3208, isnull=0x7ffe07e...
core
[07:09:24.250] #0  0x00007f2feaaabe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:09:24.250] #1  0x00007f2feaa5cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:09:24.250] #2  0x00007f2feaa47472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:09:24.250] #3  0x00007f2febcd650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[07:09:24.250] #4  0x00007f2febce2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[07:09:24.250] #5  0x00007f2febcc1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7f2fea822f4e, __in_ch...
[07:09:24.250] #6  0x00007f2febcbe6ae in __asan::ReportDeadlySignal (sig=...) at ../../../../src/libsanitizer/asan/asan_...
[07:09:24.250] #7  0x00007f2febcbd462 in __asan::AsanOnDeadlySignal (signo=<optimized out>, siginfo=0x7f2fea823bf0, cont...
[07:09:24.250] #8  <signal handler called>
[07:09:24.250] #9  0x000055ccf820edaa in ExecInterpExpr (state=0x6250000a1810, econtext=0x6250000a3a08, isnull=0x7fff189...
core
[07:09:23.644] #0  0x00007f544bddbe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:09:23.644] #1  0x00007f544bd8cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:09:23.644] #2  0x00007f544bd77472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:09:23.644] #3  0x00007f544ced650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[07:09:23.644] #4  0x00007f544cee2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[07:09:23.644] #5  0x00007f544cec1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7f544b5e4f4e, __in_ch...
[07:09:23.644] #6  0x00007f544cebe6ae in __asan::ReportDeadlySignal (sig=...) at ../../../../src/libsanitizer/asan/asan_...
[07:09:23.644] #7  0x00007f544cebd462 in __asan::AsanOnDeadlySignal (signo=<optimized out>, siginfo=0x7f544b5e5bf0, cont...
[07:09:23.644] #8  <signal handler called>
[07:09:23.644] #9  0x0000559867418daa in ExecInterpExpr (state=0x625000096600, econtext=0x625000097260, isnull=0x7ffc8ae...
core
[07:09:23.170] #0  0x00007feb590abe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:09:23.170] #1  0x00007feb5905cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:09:23.170] #2  0x00007feb59047472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:09:23.170] #3  0x00007feb5a2d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[07:09:23.170] #4  0x00007feb5a2e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[07:09:23.170] #5  0x00007feb5a2c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7feb58e25f4e, __in_ch...
[07:09:23.170] #6  0x00007feb5a2be6ae in __asan::ReportDeadlySignal (sig=...) at ../../../../src/libsanitizer/asan/asan_...
[07:09:23.170] #7  0x00007feb5a2bd462 in __asan::AsanOnDeadlySignal (signo=<optimized out>, siginfo=0x7feb58e26bf0, cont...
[07:09:23.170] #8  <signal handler called>
[07:09:23.170] #9  0x000055793e3c0daa in ExecInterpExpr (state=0x62500008e020, econtext=0x6290001389d8, isnull=0x7ffd7b9...
core
[07:09:22.574] #0  0x00007ff4afaabe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:09:22.574] #1  0x00007ff4afa5cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:09:22.574] #2  0x00007ff4afa47472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:09:22.574] #3  0x00007ff4b0cd650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[07:09:22.574] #4  0x00007ff4b0ce2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[07:09:22.574] #5  0x00007ff4b0cc1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ff4af834f4e, __in_ch...
[07:09:22.574] #6  0x00007ff4b0cbe6ae in __asan::ReportDeadlySignal (sig=...) at ../../../../src/libsanitizer/asan/asan_...
[07:09:22.574] #7  0x00007ff4b0cbd462 in __asan::AsanOnDeadlySignal (signo=<optimized out>, siginfo=0x7ff4af835bf0, cont...
[07:09:22.574] #8  <signal handler called>
[07:09:22.574] #9  0x0000555b7aa24daa in ExecInterpExpr (state=0x6250000c7820, econtext=0x6290000489d8, isnull=0x7fff1f8...
core
[07:09:21.374] #0  0x00007f2afc0abe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:09:21.374] #1  0x00007f2afc05cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:09:21.374] #2  0x00007f2afc047472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:09:21.374] #3  0x00007f2afd2d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[07:09:21.374] #4  0x00007f2afd2e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[07:09:21.374] #5  0x00007f2afd2c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7f2afbe22f4e, __in_ch...
[07:09:21.374] #6  0x00007f2afd2be6ae in __asan::ReportDeadlySignal (sig=...) at ../../../../src/libsanitizer/asan/asan_...
[07:09:21.374] #7  0x00007f2afd2bd462 in __asan::AsanOnDeadlySignal (signo=<optimized out>, siginfo=0x7f2afbe23bf0, cont...
[07:09:21.374] #8  <signal handler called>
[07:09:21.374] #9  0x00005577fdb9fdaa in ExecInterpExpr (state=0x625000096600, econtext=0x625000097260, isnull=0x7ffed07...
core
[07:09:20.899] #0  0x00007f3fd52abe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:09:20.899] #1  0x00007f3fd525cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:09:20.899] #2  0x00007f3fd5247472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:09:20.899] #3  0x00007f3fd64d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[07:09:20.899] #4  0x00007f3fd64e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[07:09:20.899] #5  0x00007f3fd64c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7f3fd2625f4e, __in_ch...
[07:09:20.899] #6  0x00007f3fd64be6ae in __asan::ReportDeadlySignal (sig=...) at ../../../../src/libsanitizer/asan/asan_...
[07:09:20.899] #7  0x00007f3fd64bd462 in __asan::AsanOnDeadlySignal (signo=<optimized out>, siginfo=0x7f3fd2626bf0, cont...
[07:09:20.899] #8  <signal handler called>
[07:09:20.899] #9  0x000056292fd66daa in ExecInterpExpr (state=0x6250000e0010, econtext=0x6250000e2208, isnull=0x7fffb7c...
core
[07:09:20.306] #0  0x00007fc810fdbe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:09:20.306] #1  0x00007fc810f8cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:09:20.306] #2  0x00007fc810f77472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:09:20.306] #3  0x00007fc8120d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[07:09:20.306] #4  0x00007fc8120e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[07:09:20.306] #5  0x00007fc8120c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7fc80e2a8f4e, __in_ch...
[07:09:20.306] #6  0x00007fc8120be6ae in __asan::ReportDeadlySignal (sig=...) at ../../../../src/libsanitizer/asan/asan_...
[07:09:20.306] #7  0x00007fc8120bd462 in __asan::AsanOnDeadlySignal (signo=<optimized out>, siginfo=0x7fc80e2a9bf0, cont...
[07:09:20.306] #8  <signal handler called>
[07:09:20.306] #9  0x000055ee9af01daa in ExecInterpExpr (state=0x6250000cc010, econtext=0x6250000d0a08, isnull=0x7ffc952...
core
[07:09:19.718] #0  0x00007fbe7c0abe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:09:19.718] #1  0x00007fbe7c05cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:09:19.718] #2  0x00007fbe7c047472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:09:19.718] #3  0x00007fbe7d2d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[07:09:19.718] #4  0x00007fbe7d2e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[07:09:19.718] #5  0x00007fbe7d2c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7fbe7ba36f4e, __in_ch...
[07:09:19.718] #6  0x00007fbe7d2be6ae in __asan::ReportDeadlySignal (sig=...) at ../../../../src/libsanitizer/asan/asan_...
[07:09:19.718] #7  0x00007fbe7d2bd462 in __asan::AsanOnDeadlySignal (signo=<optimized out>, siginfo=0x7fbe7ba37bf0, cont...
[07:09:19.718] #8  <signal handler called>
[07:09:19.718] #9  0x0000555ec644ddaa in ExecInterpExpr (state=0x625000096600, econtext=0x625000097260, isnull=0x7ffe902...
core
[07:09:19.243] #0  0x00007feb590abe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:09:19.243] #1  0x00007feb5905cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:09:19.243] #2  0x00007feb59047472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:09:19.243] #3  0x00007feb5a2d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[07:09:19.243] #4  0x00007feb5a2e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[07:09:19.243] #5  0x00007feb5a2c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7feb58e25f4e, __in_ch...
[07:09:19.243] #6  0x00007feb5a2be6ae in __asan::ReportDeadlySignal (sig=...) at ../../../../src/libsanitizer/asan/asan_...
[07:09:19.243] #7  0x00007feb5a2bd462 in __asan::AsanOnDeadlySignal (signo=<optimized out>, siginfo=0x7feb58e26bf0, cont...
[07:09:19.243] #8  <signal handler called>
[07:09:19.243] #9  0x000055793e3c0daa in ExecInterpExpr (state=0x6310004952e8, econtext=0x631000498528, isnull=0x7ffd7b9...
core
[07:09:18.768] #0  0x00007f91164abe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:09:18.768] #1  0x00007f911645cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:09:18.768] #2  0x00007f9116447472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:09:18.768] #3  0x00007f91176d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[07:09:18.768] #4  0x00007f91176e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[07:09:18.768] #5  0x00007f91176c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7f9115e32f4e, __in_ch...
[07:09:18.768] #6  0x00007f91176be6ae in __asan::ReportDeadlySignal (sig=...) at ../../../../src/libsanitizer/asan/asan_...
[07:09:18.768] #7  0x00007f91176bd462 in __asan::AsanOnDeadlySignal (signo=<optimized out>, siginfo=0x7f9115e33bf0, cont...
[07:09:18.768] #8  <signal handler called>
[07:09:18.768] #9  0x0000558aaeffcdaa in ExecInterpExpr (state=0x625000a57020, econtext=0x62900115fad8, isnull=0x7ffcb75...
core
[07:09:18.293] #0  0x00007fcb6a8abe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:09:18.293] #1  0x00007fcb6a85cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:09:18.293] #2  0x00007fcb6a847472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:09:18.293] #3  0x00007fcb6bad650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[07:09:18.293] #4  0x00007fcb6bae2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[07:09:18.293] #5  0x00007fcb6bac1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7fcb6a223f4e, __in_ch...
[07:09:18.293] #6  0x00007fcb6babe6ae in __asan::ReportDeadlySignal (sig=...) at ../../../../src/libsanitizer/asan/asan_...
[07:09:18.293] #7  0x00007fcb6babd462 in __asan::AsanOnDeadlySignal (signo=<optimized out>, siginfo=0x7fcb6a224bf0, cont...
[07:09:18.293] #8  <signal handler called>
[07:09:18.293] #9  0x00005582b8848daa in ExecInterpExpr (state=0x6310001f9188, econtext=0x6310001f9de8, isnull=0x7ffd66b...
core
[07:09:13.038] #0  0x00007ffab30abe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:09:13.038] #1  0x00007ffab305cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:09:13.038] #2  0x00007ffab3047472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:09:13.038] #3  0x00007ffab42d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[07:09:13.038] #4  0x00007ffab42e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[07:09:13.038] #5  0x00007ffab42c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffab0431f4e, __in_ch...
[07:09:13.038] #6  0x00007ffab42be6ae in __asan::ReportDeadlySignal (sig=...) at ../../../../src/libsanitizer/asan/asan_...
[07:09:13.038] #7  0x00007ffab42bd462 in __asan::AsanOnDeadlySignal (signo=<optimized out>, siginfo=0x7ffab0432bf0, cont...
[07:09:13.038] #8  <signal handler called>
[07:09:13.038] #9  0x000055cf9375adaa in ExecInterpExpr (state=0x6250000d1010, econtext=0x6250000d3208, isnull=0x7ffca7a...
core
[07:09:14.718] #0  0x00007f49938abe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:09:14.718] #1  0x00007f499385cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:09:14.718] #2  0x00007f4993847472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:09:14.718] #3  0x00007f4994ad650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[07:09:14.718] #4  0x00007f4994ae2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[07:09:14.718] #5  0x00007f4994ac1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7f4993236f4e, __in_ch...
[07:09:14.718] #6  0x00007f4994abe6ae in __asan::ReportDeadlySignal (sig=...) at ../../../../src/libsanitizer/asan/asan_...
[07:09:14.718] #7  0x00007f4994abd462 in __asan::AsanOnDeadlySignal (signo=<optimized out>, siginfo=0x7f4993237bf0, cont...
[07:09:14.718] #8  <signal handler called>
[07:09:14.718] #9  0x0000563336511daa in ExecInterpExpr (state=0x6310004952e8, econtext=0x631000498528, isnull=0x7ffc46d...
core
[07:09:13.644] #0  0x00007ffab30abe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:09:13.644] #1  0x00007ffab305cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:09:13.644] #2  0x00007ffab3047472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:09:13.644] #3  0x00007ffab42d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[07:09:13.644] #4  0x00007ffab42e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[07:09:13.644] #5  0x00007ffab42c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffab0431f4e, __in_ch...
[07:09:13.644] #6  0x00007ffab42be6ae in __asan::ReportDeadlySignal (sig=...) at ../../../../src/libsanitizer/asan/asan_...
[07:09:13.644] #7  0x00007ffab42bd462 in __asan::AsanOnDeadlySignal (signo=<optimized out>, siginfo=0x7ffab0432bf0, cont...
[07:09:13.644] #8  <signal handler called>
[07:09:13.644] #9  0x000055cf9375adaa in ExecInterpExpr (state=0x6250000cc010, econtext=0x6250000d0a08, isnull=0x7ffca7a...
core
[07:09:15.798] #0  0x00007f69651dbe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:09:15.798] #1  0x00007f696518cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:09:15.798] #2  0x00007f6965177472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:09:15.798] #3  0x00007f69662d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[07:09:15.798] #4  0x00007f69662e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[07:09:15.798] #5  0x00007f69662c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7f69624b4f4e, __in_ch...
[07:09:15.798] #6  0x00007f69662be6ae in __asan::ReportDeadlySignal (sig=...) at ../../../../src/libsanitizer/asan/asan_...
[07:09:15.798] #7  0x00007f69662bd462 in __asan::AsanOnDeadlySignal (signo=<optimized out>, siginfo=0x7f69624b5bf0, cont...
[07:09:15.798] #8  <signal handler called>
[07:09:15.798] #9  0x00005605e9d58daa in ExecInterpExpr (state=0x6290001cac60, econtext=0x62d00011b168, isnull=0x7fff3d8...
core
[07:09:17.597] #0  0x00007f07b15dbe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:09:17.597] #1  0x00007f07b158cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:09:17.597] #2  0x00007f07b1577472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:09:17.597] #3  0x00007f07b26d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[07:09:17.597] #4  0x00007f07b26e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[07:09:17.597] #5  0x00007f07b26c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7f07b0df2f4e, __in_ch...
[07:09:17.597] #6  0x00007f07b26be6ae in __asan::ReportDeadlySignal (sig=...) at ../../../../src/libsanitizer/asan/asan_...
[07:09:17.597] #7  0x00007f07b26bd462 in __asan::AsanOnDeadlySignal (signo=<optimized out>, siginfo=0x7f07b0df3bf0, cont...
[07:09:17.597] #8  <signal handler called>
[07:09:17.597] #9  0x000055a47aef5daa in ExecInterpExpr (state=0x6250000cc010, econtext=0x6250000d0a08, isnull=0x7fff08f...
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pageinspect/expected/brin.out /tmp/cirrus-ci-build/contrib/pageinspect/results/bri...
--- /tmp/cirrus-ci-build/contrib/pageinspect/expected/brin.out	2024-10-25 07:03:29.639664821 +0000
+++ /tmp/cirrus-ci-build/contrib/pageinspect/results/brin.out	2024-10-25 07:07:33.377806351 +0000
@@ -161,50 +161,7 @@
 SELECT * FROM brin_page_items(get_raw_page('brin_test_parallel_idx', 2), 'brin_test_parallel_idx')
 EXCEPT
 SELECT * FROM brin_page_items(get_raw_page('brin_test_serial_idx', 2), 'brin_test_serial_idx');
- itemoffset | blknum | attnum | allnulls | hasnulls | placeholder | empty | value 
-------------+--------+--------+----------+----------+-------------+-------+-------
-(0 rows)
-
-SELECT * FROM brin_page_items(get_raw_page('brin_test_serial_idx', 2), 'brin_test_serial_idx')
-EXCEPT
-SELECT * FROM brin_page_items(get_raw_page('brin_test_parallel_idx', 2), 'brin_test_parallel_idx');
- itemoffset | blknum | attnum | allnulls | hasnulls | placeholder | empty | value 
-------------+--------+--------+----------+----------+-------------+-------+-------
-(0 rows)
-
-DROP INDEX brin_test_parallel_idx;
--- force parallel build, but don't allow starting parallel workers to force
...
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/select.out /tmp/cirrus-ci-build/contrib/pg_stat_statem...
--- /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/select.out	2024-10-25 07:03:29.651572781 +0000
+++ /tmp/cirrus-ci-build/contrib/pg_stat_statements/results/select.out	2024-10-25 07:07:36.553800740 +0000
@@ -320,96 +320,7 @@
 FROM (VALUES (1, 2, 3), (4, NULL, 6), (7, 8, 9)) AS t (a, b, c)
 GROUP BY ROLLUP(a, b), rollup(a, c)
 ORDER BY a, b, c;
- a | b | c 
----+---+---
- 1 | 2 | 3
- 1 | 2 |  
- 1 | 2 |  
- 1 |   | 3
- 1 |   | 3
- 1 |   |  
- 1 |   |  
- 1 |   |  
- 4 |   | 6
- 4 |   | 6
- 4 |   | 6
...
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_trgm/expected/pg_trgm.out /tmp/cirrus-ci-build/contrib/pg_trgm/results/pg_trgm....
--- /tmp/cirrus-ci-build/contrib/pg_trgm/expected/pg_trgm.out	2024-10-25 07:03:29.659511422 +0000
+++ /tmp/cirrus-ci-build/contrib/pg_trgm/results/pg_trgm.out	2024-10-25 07:07:38.425797492 +0000
@@ -5384,21 +5384,7 @@
 
 SELECT DISTINCT city, similarity(city, 'Warsaw'), show_limit()
   FROM restaurants WHERE city % 'Warsaw';
-  city  | similarity | show_limit 
---------+------------+------------
- Warsaw |          1 |        0.3
-(1 row)
-
-SELECT set_limit(0.5);
- set_limit 
------------
-       0.5
-(1 row)
-
-SELECT DISTINCT city, similarity(city, 'Warsaw'), show_limit()
-  FROM restaurants WHERE city % 'Warsaw';
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/type_sanity.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_chec...
--- /tmp/cirrus-ci-build/src/test/regress/expected/type_sanity.out	2024-10-25 07:03:31.467358532 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/type_sanity.out	2024-10-25 07:07:59.369763775 +0000
@@ -172,573 +172,7 @@
 FROM pg_type AS t1
 WHERE t1.typtype not in ('b', 'p')
 ORDER BY 1;
- typtype |   typinput    
----------+---------------
- c       | record_in
- d       | domain_in
- e       | enum_in
- m       | multirange_in
- r       | range_in
-(5 rows)
-
--- Check for bogus typoutput routines
--- As of 8.0, this check finds refcursor, which is borrowing
--- other types' I/O routines
-SELECT t1.oid, t1.typname, p1.oid, p1.proname
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/matview-write-skew.out /tmp/cirrus-ci-build/src/test/isolation...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/matview-write-skew.out	2024-10-25 07:03:31.244673935 +0000
+++ /tmp/cirrus-ci-build/src/test/isolation/output_iso/results/matview-write-skew.out	2024-10-25 07:08:18.129736873 +000...
@@ -1,121 +1,6 @@
 Parsed test spec with 2 sessions
 
 starting permutation: s1_begin s2_begin s1_refresh s2_read s2_insert s1_commit s2_commit
-step s1_begin: BEGIN ISOLATION LEVEL SERIALIZABLE;
-step s2_begin: BEGIN ISOLATION LEVEL SERIALIZABLE;
-step s1_refresh: REFRESH MATERIALIZED VIEW CONCURRENTLY order_summary;
-step s2_read: SELECT max(date) FROM order_summary;
-       max
-----------
-04-01-2022
-(1 row)
-
-step s2_insert: INSERT INTO orders VALUES ('2022-04-02', 'orange', 15);
-step s1_commit: COMMIT;
-step s2_commit: COMMIT;
-ERROR:  could not serialize access due to read/write dependencies among transactions
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/type_sanity.out /tmp/cirrus-ci-build/src/test/regress/results/ty...
--- /tmp/cirrus-ci-build/src/test/regress/expected/type_sanity.out	2024-10-25 07:03:31.467358532 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/type_sanity.out	2024-10-25 07:06:59.977869768 +0000
@@ -172,573 +172,7 @@
 FROM pg_type AS t1
 WHERE t1.typtype not in ('b', 'p')
 ORDER BY 1;
- typtype |   typinput    
----------+---------------
- c       | record_in
- d       | domain_in
- e       | enum_in
- m       | multirange_in
- r       | range_in
-(5 rows)
-
--- Check for bogus typoutput routines
--- As of 8.0, this check finds refcursor, which is borrowing
--- other types' I/O routines
-SELECT t1.oid, t1.typname, p1.oid, p1.proname
...
sanitizer
SUMMARY: AddressSanitizer: SEGV /tmp/cirrus-ci-build/src/backend/executor/execExprInterp.c:1605 in ExecInterpExpr
sanitizer
SUMMARY: AddressSanitizer: SEGV /tmp/cirrus-ci-build/src/backend/executor/execExprInterp.c:1605 in ExecInterpExpr
sanitizer
SUMMARY: AddressSanitizer: SEGV /tmp/cirrus-ci-build/src/backend/executor/execExprInterp.c:1605 in ExecInterpExpr
sanitizer
SUMMARY: AddressSanitizer: SEGV /tmp/cirrus-ci-build/src/backend/executor/execExprInterp.c:1605 in ExecInterpExpr
sanitizer
SUMMARY: AddressSanitizer: SEGV /tmp/cirrus-ci-build/src/backend/executor/execExprInterp.c:1605 in ExecInterpExpr
sanitizer
SUMMARY: AddressSanitizer: SEGV /tmp/cirrus-ci-build/src/backend/executor/execExprInterp.c:1605 in ExecInterpExpr
sanitizer
SUMMARY: AddressSanitizer: SEGV /tmp/cirrus-ci-build/src/backend/executor/execExprInterp.c:1605 in ExecInterpExpr
sanitizer
SUMMARY: AddressSanitizer: SEGV /tmp/cirrus-ci-build/src/backend/executor/execExprInterp.c:1605 in ExecInterpExpr
sanitizer
SUMMARY: AddressSanitizer: SEGV /tmp/cirrus-ci-build/src/backend/executor/execExprInterp.c:1605 in ExecInterpExpr
sanitizer
SUMMARY: AddressSanitizer: SEGV /tmp/cirrus-ci-build/src/backend/executor/execExprInterp.c:1605 in ExecInterpExpr
sanitizer
SUMMARY: AddressSanitizer: SEGV /tmp/cirrus-ci-build/src/backend/executor/execExprInterp.c:1605 in ExecInterpExpr
sanitizer
SUMMARY: AddressSanitizer: SEGV /tmp/cirrus-ci-build/src/backend/executor/execExprInterp.c:1605 in ExecInterpExpr
sanitizer
SUMMARY: AddressSanitizer: SEGV /tmp/cirrus-ci-build/src/backend/executor/execExprInterp.c:1605 in ExecInterpExpr
sanitizer
SUMMARY: AddressSanitizer: SEGV /tmp/cirrus-ci-build/src/backend/executor/execExprInterp.c:1605 in ExecInterpExpr
sanitizer
SUMMARY: AddressSanitizer: SEGV /tmp/cirrus-ci-build/src/backend/executor/execExprInterp.c:1605 in ExecInterpExpr
sanitizer
SUMMARY: AddressSanitizer: SEGV /tmp/cirrus-ci-build/src/backend/executor/execExprInterp.c:1605 in ExecInterpExpr
sanitizer
SUMMARY: AddressSanitizer: SEGV /tmp/cirrus-ci-build/src/backend/executor/execExprInterp.c:1605 in ExecInterpExpr
sanitizer
SUMMARY: AddressSanitizer: SEGV /tmp/cirrus-ci-build/src/backend/executor/execExprInterp.c:1605 in ExecInterpExpr
sanitizer
SUMMARY: AddressSanitizer: SEGV /tmp/cirrus-ci-build/src/backend/executor/execExprInterp.c:1605 in ExecInterpExpr
sanitizer
SUMMARY: AddressSanitizer: SEGV /tmp/cirrus-ci-build/src/backend/executor/execExprInterp.c:1605 in ExecInterpExpr
sanitizer
SUMMARY: AddressSanitizer: SEGV /tmp/cirrus-ci-build/src/backend/executor/execExprInterp.c:1605 in ExecInterpExpr
sanitizer
SUMMARY: AddressSanitizer: SEGV /tmp/cirrus-ci-build/src/backend/executor/execExprInterp.c:1605 in ExecInterpExpr
tap
[07:07:37.672](0.641s) not ok 7 - checking an unresolvable database pattern under --no-strict-names status (got 1 vs exp...
[07:07:38.749](0.820s) not ok 22 - checking a database by name without amcheck installed, with other databases status (g...
[07:07:38.749](0.000s) not ok 24 - checking a database by name without amcheck installed, with other databases stderr /(...
[07:07:38.797](0.047s) not ok 25 - checking a database by pattern without amcheck installed, with other databases status...
[07:07:38.798](0.000s) not ok 27 - checking a database by pattern without amcheck installed, with other databases stderr...
[07:07:38.876](0.000s) not ok 30 - checking table pattern ".." stderr /(?^:pg_amcheck: error: no connectable databases t...
[07:07:38.953](0.000s) not ok 33 - checking table pattern ".foo.bar" stderr /(?^:pg_amcheck: error: no connectable datab...
[07:07:39.033](0.000s) not ok 36 - checking table pattern "." stderr /(?^:pg_amcheck: error: no heap tables to check mat...
[07:07:39.473](0.078s) not ok 64 - many unmatched patterns and one matched pattern under --no-strict-names status (got 1...
[07:07:39.474](0.000s) not ok 66 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[07:07:39.474](0.000s) not ok 67 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[07:07:39.475](0.000s) not ok 68 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[07:07:39.475](0.000s) not ok 69 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[07:07:39.475](0.000s) not ok 70 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[07:07:39.476](0.000s) not ok 71 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[07:07:39.476](0.000s) not ok 72 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[07:07:39.476](0.000s) not ok 73 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[07:07:39.477](0.000s) not ok 74 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[07:07:39.478](0.001s) not ok 75 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[07:07:39.478](0.000s) not ok 76 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[07:07:39.479](0.000s) not ok 77 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[07:07:39.479](0.000s) not ok 78 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[07:07:39.480](0.000s) not ok 79 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[07:07:39.480](0.000s) not ok 80 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[07:07:39.481](0.000s) not ok 81 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[07:07:39.481](0.000s) not ok 82 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
tap
[07:07:50.795](10.219s) not ok 1 - pg_amcheck prior to corruption status (got 1 vs expected 0)
[07:07:50.796](0.000s) not ok 3 - pg_amcheck prior to corruption stderr /(?^:^$)/
[07:07:53.998](3.202s) not ok 4 - pg_amcheck all schemas, tables and indexes in database db1 status (got 1 vs expected 2...
[07:07:53.999](0.000s) not ok 5 - pg_amcheck all schemas, tables and indexes in database db1 stdout /(?^:index ".*" lack...
[07:07:53.999](0.000s) not ok 6 - pg_amcheck all schemas, tables and indexes in database db1 stdout /(?^:line pointer)/
[07:07:53.999](0.000s) not ok 7 - pg_amcheck all schemas, tables and indexes in database db1 stdout /(?^:could not open ...
[07:07:54.000](0.000s) not ok 8 - pg_amcheck all schemas, tables and indexes in database db1 stderr /(?^:^$)/
[07:07:54.918](0.918s) not ok 9 - pg_amcheck all schemas, tables and indexes in databases db1, db2, and db3 status (got ...
[07:07:54.918](0.000s) not ok 10 - pg_amcheck all schemas, tables and indexes in databases db1, db2, and db3 stdout /(?^...
[07:07:54.919](0.000s) not ok 11 - pg_amcheck all schemas, tables and indexes in databases db1, db2, and db3 stdout /(?^...
[07:07:54.919](0.000s) not ok 12 - pg_amcheck all schemas, tables and indexes in databases db1, db2, and db3 stdout /(?^...
[07:07:54.920](0.000s) not ok 13 - pg_amcheck all schemas, tables and indexes in databases db1, db2, and db3 stderr /(?^...
[07:07:54.954](0.034s) not ok 14 - pg_amcheck index s1.t1_btree reports missing main relation fork status (got 1 vs expe...
[07:07:54.954](0.000s) not ok 15 - pg_amcheck index s1.t1_btree reports missing main relation fork stdout /(?^:index ".*...
[07:07:54.955](0.000s) not ok 16 - pg_amcheck index s1.t1_btree reports missing main relation fork stderr /(?^:pg_amchec...
[07:07:55.029](0.074s) not ok 17 - pg_amcheck index s1.s2 reports index corruption status (got 1 vs expected 2)
[07:07:55.029](0.000s) not ok 18 - pg_amcheck index s1.s2 reports index corruption stdout /(?^:.+)/
[07:07:55.030](0.000s) not ok 19 - pg_amcheck index s1.s2 reports index corruption stderr /(?^:^$)/
[07:07:55.047](0.017s) not ok 20 - pg_amcheck of db1.s1 excluding indexes status (got 1 vs expected 0)
[07:07:55.047](0.000s) not ok 22 - pg_amcheck of db1.s1 excluding indexes stderr /(?^:^$)/
[07:07:55.065](0.017s) not ok 23 - pg_amcheck of db2.s1 excluding indexes status (got 1 vs expected 2)
[07:07:55.065](0.000s) not ok 24 - pg_amcheck of db2.s1 excluding indexes stdout /(?^:could not open file ".*": No such ...
[07:07:55.073](0.001s) not ok 25 - pg_amcheck of db2.s1 excluding indexes stderr /(?^:^$)/
[07:07:55.172](0.099s) not ok 26 - pg_amcheck schema s3 reports table and index errors status (got 1 vs expected 2)
[07:07:55.172](0.000s) not ok 27 - pg_amcheck schema s3 reports table and index errors stdout /(?^:index ".*" lacks a ma...
[07:07:55.173](0.000s) not ok 28 - pg_amcheck schema s3 reports table and index errors stdout /(?^:line pointer)/
[07:07:55.173](0.000s) not ok 29 - pg_amcheck schema s3 reports table and index errors stdout /(?^:could not open file "...
[07:07:55.173](0.000s) not ok 30 - pg_amcheck schema s3 reports table and index errors stderr /(?^:^$)/
[07:07:55.233](0.060s) not ok 31 - pg_amcheck in schema s4 reports toast corruption status (got 1 vs expected 2)
[07:07:55.234](0.000s) not ok 32 - pg_amcheck in schema s4 reports toast corruption stdout /(?^:could not open file ".*"...
[07:07:55.234](0.000s) not ok 33 - pg_amcheck in schema s4 reports toast corruption stderr /(?^:^$)/
[07:07:55.271](0.036s) not ok 34 - pg_amcheck in schema s4 excluding toast reports no corruption status (got 1 vs expect...
[07:07:55.272](0.000s) not ok 36 - pg_amcheck in schema s4 excluding toast reports no corruption stderr /(?^:^$)/
[07:07:55.299](0.027s) not ok 37 - pg_amcheck over schema s5 reports no corruption status (got 1 vs expected 0)
[07:07:55.300](0.000s) not ok 39 - pg_amcheck over schema s5 reports no corruption stderr /(?^:^$)/
[07:07:55.349](0.049s) not ok 40 - pg_amcheck over schema s1 with corrupt indexes excluded reports no corruption status ...
[07:07:55.349](0.000s) not ok 42 - pg_amcheck over schema s1 with corrupt indexes excluded reports no corruption stderr ...
[07:07:55.384](0.034s) not ok 43 - pg_amcheck over schema s1 with all indexes excluded reports no corruption status (got...
[07:07:55.384](0.000s) not ok 45 - pg_amcheck over schema s1 with all indexes excluded reports no corruption stderr /(?^...
[07:07:55.435](0.051s) not ok 46 - pg_amcheck over schema s2 with corrupt tables excluded reports no corruption status (...
[07:07:55.436](0.000s) not ok 48 - pg_amcheck over schema s2 with corrupt tables excluded reports no corruption stderr /...
[07:07:55.571](0.040s) not ok 55 - pg_amcheck smoke test --parent-check status (got 1 vs expected 2)
[07:07:55.571](0.000s) not ok 56 - pg_amcheck smoke test --parent-check stdout /(?^:index ".*" lacks a main relation for...
[07:07:55.572](0.000s) not ok 57 - pg_amcheck smoke test --parent-check stderr /(?^:^$)/
[07:07:55.639](0.067s) not ok 58 - pg_amcheck smoke test --heapallindexed --rootdescend status (got 1 vs expected 2)
[07:07:55.640](0.000s) not ok 59 - pg_amcheck smoke test --heapallindexed --rootdescend stdout /(?^:index ".*" lacks a m...
[07:07:55.640](0.000s) not ok 60 - pg_amcheck smoke test --heapallindexed --rootdescend stderr /(?^:^$)/
[07:07:55.759](0.118s) not ok 61 - pg_amcheck excluding all corrupt schemas status (got 1 vs expected 0)
[07:07:55.759](0.000s) not ok 63 - pg_amcheck excluding all corrupt schemas stderr /(?^:^$)/
[07:07:55.879](0.119s) not ok 64 - pg_amcheck smoke test --parent-check --checkunique status (got 1 vs expected 2)
[07:07:55.880](0.000s) not ok 65 - pg_amcheck smoke test --parent-check --checkunique stdout /(?^:index ".*" lacks a mai...
[07:07:55.880](0.000s) not ok 66 - pg_amcheck smoke test --parent-check --checkunique stderr /(?^:^$)/
[07:07:56.046](0.166s) not ok 67 - pg_amcheck smoke test --heapallindexed --rootdescend --checkunique status (got 1 vs e...
[07:07:56.047](0.000s) not ok 68 - pg_amcheck smoke test --heapallindexed --rootdescend --checkunique stdout /(?^:index ...
[07:07:56.047](0.000s) not ok 69 - pg_amcheck smoke test --heapallindexed --rootdescend --checkunique stderr /(?^:^$)/
[07:07:56.126](0.079s) not ok 70 - pg_amcheck excluding all corrupt schemas with --checkunique option status (got 1 vs e...
[07:07:56.127](0.000s) not ok 72 - pg_amcheck excluding all corrupt schemas with --checkunique option stderr /(?^:^$)/
tap
[07:08:04.562](7.903s) not ok 1 - pg_amcheck test table, prior to corruption
[07:08:05.186](0.624s) not ok 2 - pg_amcheck test table and index, prior to corruption
[07:08:09.272](4.085s) not ok 3 - Expected corruption message output status (got 1 vs expected 2)
[07:08:09.272](0.000s) not ok 4 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.tes...
[07:08:09.273](0.000s) not ok 5 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.tes...
[07:08:09.273](0.000s) not ok 6 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.tes...
[07:08:09.274](0.000s) not ok 7 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.tes...
[07:08:09.274](0.000s) not ok 8 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.tes...
[07:08:09.275](0.000s) not ok 9 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.tes...
[07:08:09.275](0.000s) not ok 10 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[07:08:09.275](0.000s) not ok 11 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[07:08:09.276](0.000s) not ok 12 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[07:08:09.276](0.000s) not ok 13 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[07:08:09.276](0.000s) not ok 14 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[07:08:09.277](0.000s) not ok 15 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[07:08:09.277](0.000s) not ok 16 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[07:08:09.277](0.000s) not ok 17 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[07:08:09.278](0.000s) not ok 18 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[07:08:09.278](0.000s) not ok 19 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[07:08:09.278](0.000s) not ok 20 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[07:08:09.279](0.000s) not ok 21 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[07:08:09.279](0.000s) not ok 22 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[07:08:09.279](0.000s) not ok 23 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[07:08:09.280](0.000s) not ok 24 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[07:08:09.280](0.000s) not ok 25 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[07:08:09.280](0.000s) not ok 26 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[07:08:09.281](0.000s) not ok 27 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[07:08:09.281](0.000s) not ok 28 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[07:08:09.281](0.000s) not ok 29 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[07:08:09.290](0.008s) not ok 30 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[07:08:09.290](0.000s) not ok 31 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[07:08:09.291](0.000s) not ok 32 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
tap
[07:08:12.152](1.638s) not ok 1 - pg_amcheck all schemas, tables and indexes reports no corruption: exit code 0
[07:08:12.153](0.000s) not ok 2 - pg_amcheck all schemas, tables and indexes reports no corruption: no stderr
[07:08:12.811](0.657s) not ok 4 - pg_amcheck all schemas, tables and indexes reports fickleidx corruption status (got 1 ...
[07:08:12.812](0.000s) not ok 5 - pg_amcheck all schemas, tables and indexes reports fickleidx corruption stdout /(?^:it...
tap
[07:08:33.153](0.855s) not ok 30 - run pg_createsubscriber on node S
tap
[07:07:46.380](1.370s) not ok 19 - pg_dump: option -n pg_catalog
[07:07:47.766](1.386s) not ok 20 - pg_dumpall: option --exclude-database handles database names with embedded dots
[07:07:47.844](0.000s) not ok 22 - pg_dump: option --schema rejects three-part schema names: matches
[07:07:47.899](0.000s) not ok 24 - pg_dump: option --schema rejects cross-database multipart schema names: matches
[07:07:47.959](0.000s) not ok 26 - pg_dump: option --schema rejects degenerate two-part schema name: ".": matches
[07:07:47.995](0.000s) not ok 28 - pg_dump: option --schema rejects cross-database multipart schema names with embedded ...
[07:07:48.018](0.000s) not ok 30 - pg_dump: option --schema rejects degenerate three-part schema name: "..": matches
[07:07:48.071](0.000s) not ok 32 - pg_dump: option --table rejects four-part table names: matches
[07:07:48.103](0.000s) not ok 34 - pg_dump: option --table rejects cross-database three part table names: matches
[07:07:48.158](0.000s) not ok 36 - pg_dump: option --table rejects cross-database three part table names with embedded d...
[07:07:48.243](0.084s) not ok 37 - binary_upgrade: pg_dump runs
[07:07:48.289](0.046s) not ok 38 - binary_upgrade: pg_restore runs
tap
[07:08:09.137](17.276s) not ok 5 - regression tests pass
[07:08:13.311](4.131s) not ok 6 - dump before running pg_upgrade
Linux - Debian Bookworm - Meson
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 27702
core
[07:11:41.456] #0  0x00007f69e0ea9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:41.456] #1  0x00007f69e0e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:41.456] #2  0x00007f69e0e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:41.456] #3  0x00007f69e101e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[07:11:41.456] #4  0x00007f69e102aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[07:11:41.456] #5  0x00007f69e100d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x5577ebde4800,...
[07:11:41.456] #6  0x00005577eb009fca in ExecInterpExpr (state=0x557823802a40, econtext=0x5578238035b0, isnull=0x7fff6aa...
[07:11:41.456] #7  0x00005577eaffb382 in ExecInterpExprStillValid (state=0x557823802a40, econtext=0x5578238035b0, isNull...
[07:11:41.456] #8  0x00005577eb00d2ee in ExecEvalExpr (isNull=0x7fff6aa079ef, econtext=<optimized out>, state=<optimized...
[07:11:41.456] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[07:11:45.000] #0  0x00007f8e188a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:45.000] #1  0x00007f8e1885afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:45.000] #2  0x00007f8e18845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:45.000] #3  0x00007f8e18a1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[07:11:45.000] #4  0x00007f8e18a2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[07:11:45.000] #5  0x00007f8e18a0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x5581fd0af800,...
[07:11:45.000] #6  0x00005581fc2d4fca in ExecInterpExpr (state=0x558216cba520, econtext=0x558216cbb180, isnull=0x7fff2e3...
[07:11:45.000] #7  0x00005581fc2c6382 in ExecInterpExprStillValid (state=0x558216cba520, econtext=0x558216cbb180, isNull...
[07:11:45.000] #8  0x00005581fc2d82ee in ExecEvalExpr (isNull=0x7fff2e3f45ff, econtext=<optimized out>, state=<optimized...
[07:11:45.000] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[07:11:44.525] #0  0x00007f640bca9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:44.525] #1  0x00007f640bc5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:44.525] #2  0x00007f640bc45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:44.525] #3  0x00007f640be1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[07:11:44.525] #4  0x00007f640be2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[07:11:44.525] #5  0x00007f640be0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55fa215ed800,...
[07:11:44.525] #6  0x000055fa20812fca in ExecInterpExpr (state=0x55fa3b8d4cb0, econtext=0x55fa3b8d66b8, isnull=0x7ffcd3a...
[07:11:44.525] #7  0x000055fa20804382 in ExecInterpExprStillValid (state=0x55fa3b8d4cb0, econtext=0x55fa3b8d66b8, isNull...
[07:11:44.525] #8  0x000055fa208162ee in ExecEvalExpr (isNull=0x7ffcd3a2eabf, econtext=<optimized out>, state=<optimized...
[07:11:44.525] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[07:11:43.915] #0  0x00007ff93a2a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:43.915] #1  0x00007ff93a25afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:43.915] #2  0x00007ff93a245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:43.915] #3  0x00007ff93a41e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[07:11:43.915] #4  0x00007ff93a42aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[07:11:43.915] #5  0x00007ff93a40d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55713e46e800,...
[07:11:43.915] #6  0x000055713d693fca in ExecInterpExpr (state=0x557151fa7b80, econtext=0x557151fa86f0, isnull=0x7ffdc36...
[07:11:43.915] #7  0x000055713d685382 in ExecInterpExprStillValid (state=0x557151fa7b80, econtext=0x557151fa86f0, isNull...
[07:11:43.915] #8  0x000055713d6972ee in ExecEvalExpr (isNull=0x7ffdc36ebc5f, econtext=<optimized out>, state=<optimized...
[07:11:43.915] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[07:11:43.139] #0  0x00007f682e4a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:43.139] #1  0x00007f682e45afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:43.139] #2  0x00007f682e445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:43.139] #3  0x00007f682e61e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[07:11:43.139] #4  0x00007f682e62aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[07:11:43.139] #5  0x00007f682e60d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55f1fe530800,...
[07:11:43.139] #6  0x000055f1fd755fca in ExecInterpExpr (state=0x55f23910f500, econtext=0x55f239110f08, isnull=0x7ffd774...
[07:11:43.139] #7  0x000055f1fd747382 in ExecInterpExprStillValid (state=0x55f23910f500, econtext=0x55f239110f08, isNull...
[07:11:43.139] #8  0x000055f1fd7592ee in ExecEvalExpr (isNull=0x7ffd7743ab4f, econtext=<optimized out>, state=<optimized...
[07:11:43.139] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[07:11:42.539] #0  0x00007fcf3a4a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:42.539] #1  0x00007fcf3a45afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:42.539] #2  0x00007fcf3a445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:42.539] #3  0x00007fcf3a61e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[07:11:42.539] #4  0x00007fcf3a62aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[07:11:42.539] #5  0x00007fcf3a60d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55e6ac7ae800,...
[07:11:42.539] #6  0x000055e6ab9d3fca in ExecInterpExpr (state=0x55e6b34ae0c0, econtext=0x55e6b34aed20, isnull=0x7ffc999...
[07:11:42.539] #7  0x000055e6ab9c5382 in ExecInterpExprStillValid (state=0x55e6b34ae0c0, econtext=0x55e6b34aed20, isNull...
[07:11:42.539] #8  0x000055e6ab9d72ee in ExecEvalExpr (isNull=0x7ffc9990d81f, econtext=<optimized out>, state=<optimized...
[07:11:42.539] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[07:11:42.059] #0  0x00007f682e4a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:42.059] #1  0x00007f682e45afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:42.059] #2  0x00007f682e445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:42.059] #3  0x00007f682e61e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[07:11:42.059] #4  0x00007f682e62aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[07:11:42.059] #5  0x00007f682e60d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55f1fe530800,...
[07:11:42.059] #6  0x000055f1fd755fca in ExecInterpExpr (state=0x55f23910f500, econtext=0x55f239110f08, isnull=0x7ffd774...
[07:11:42.059] #7  0x000055f1fd747382 in ExecInterpExprStillValid (state=0x55f23910f500, econtext=0x55f239110f08, isNull...
[07:11:42.059] #8  0x000055f1fd7592ee in ExecEvalExpr (isNull=0x7ffd7743ab4f, econtext=<optimized out>, state=<optimized...
[07:11:42.059] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[07:11:40.839] #0  0x00007fd8cd8a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:40.839] #1  0x00007fd8cd85afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:40.839] #2  0x00007fd8cd845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:40.839] #3  0x00007fd8cda1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[07:11:40.839] #4  0x00007fd8cda2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[07:11:40.839] #5  0x00007fd8cda0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x560a632da800,...
[07:11:40.839] #6  0x0000560a624fffca in ExecInterpExpr (state=0x560a85df00b0, econtext=0x560a85df0d10, isnull=0x7ffcb7e...
[07:11:40.839] #7  0x0000560a624f1382 in ExecInterpExprStillValid (state=0x560a85df00b0, econtext=0x560a85df0d10, isNull...
[07:11:40.839] #8  0x0000560a625032ee in ExecEvalExpr (isNull=0x7ffcb7e4f83f, econtext=<optimized out>, state=<optimized...
[07:11:40.839] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[07:11:40.359] #0  0x00007ff93a2a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:40.359] #1  0x00007ff93a25afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:40.359] #2  0x00007ff93a245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:40.359] #3  0x00007ff93a41e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[07:11:40.359] #4  0x00007ff93a42aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[07:11:40.359] #5  0x00007ff93a40d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55713e46e800,...
[07:11:40.359] #6  0x000055713d693fca in ExecInterpExpr (state=0x557151ffd048, econtext=0x557151ffe818, isnull=0x7ffdc36...
[07:11:40.359] #7  0x000055713d685382 in ExecInterpExprStillValid (state=0x557151ffd048, econtext=0x557151ffe818, isNull...
[07:11:40.359] #8  0x000055713d6972ee in ExecEvalExpr (isNull=0x7ffdc36ebd1f, econtext=<optimized out>, state=<optimized...
[07:11:40.359] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[07:11:39.873] #0  0x00007ff93a2a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:39.873] #1  0x00007ff93a25afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:39.873] #2  0x00007ff93a245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:39.873] #3  0x00007ff93a41e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[07:11:39.873] #4  0x00007ff93a42aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[07:11:39.873] #5  0x00007ff93a40d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55713e46e800,...
[07:11:39.873] #6  0x000055713d693fca in ExecInterpExpr (state=0x557151f8d2c0, econtext=0x557151f75a98, isnull=0x7ffdc36...
[07:11:39.873] #7  0x000055713d685382 in ExecInterpExprStillValid (state=0x557151f8d2c0, econtext=0x557151f75a98, isNull...
[07:11:39.873] #8  0x000055713d6972ee in ExecEvalExpr (isNull=0x7ffdc36ebb9f, econtext=<optimized out>, state=<optimized...
[07:11:39.873] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[07:11:39.245] #0  0x00007f82fbaa9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:39.245] #1  0x00007f82fba5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:39.245] #2  0x00007f82fba45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:39.245] #3  0x00007f82fbc1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[07:11:39.245] #4  0x00007f82fbc2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[07:11:39.245] #5  0x00007f82fbc0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x560211e28800,...
[07:11:39.245] #6  0x000056021104dfca in ExecInterpExpr (state=0x56024b7b1bd0, econtext=0x56024b7b2830, isnull=0x7ffce8b...
[07:11:39.245] #7  0x000056021103f382 in ExecInterpExprStillValid (state=0x56024b7b1bd0, econtext=0x56024b7b2830, isNull...
[07:11:39.245] #8  0x00005602110512ee in ExecEvalExpr (isNull=0x7ffce8b4a6ef, econtext=<optimized out>, state=<optimized...
[07:11:39.245] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[07:11:38.750] #0  0x00007fc9444a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:38.750] #1  0x00007fc94445afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:38.750] #2  0x00007fc944445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:38.750] #3  0x00007fc94461e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[07:11:38.750] #4  0x00007fc94462aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[07:11:38.750] #5  0x00007fc94460d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x559413827800,...
[07:11:38.750] #6  0x0000559412a4cfca in ExecInterpExpr (state=0x55942b4eba50, econtext=0x55942b4ec6b0, isnull=0x7fffd1d...
[07:11:38.750] #7  0x0000559412a3e382 in ExecInterpExprStillValid (state=0x55942b4eba50, econtext=0x55942b4ec6b0, isNull...
[07:11:38.750] #8  0x0000559412a502ee in ExecEvalExpr (isNull=0x7fffd1dfe62f, econtext=<optimized out>, state=<optimized...
[07:11:38.750] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[07:11:38.263] #0  0x00007ff93a2a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:38.263] #1  0x00007ff93a25afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:38.263] #2  0x00007ff93a245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:38.263] #3  0x00007ff93a41e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[07:11:38.263] #4  0x00007ff93a42aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[07:11:38.263] #5  0x00007ff93a40d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55713e46e800,...
[07:11:38.263] #6  0x000055713d693fca in ExecInterpExpr (state=0x5571520305c8, econtext=0x557152033808, isnull=0x7ffdc36...
[07:11:38.263] #7  0x000055713d685382 in ExecInterpExprStillValid (state=0x5571520305c8, econtext=0x557152033808, isNull...
[07:11:38.263] #8  0x000055713d6972ee in ExecEvalExpr (isNull=0x7ffdc36ebd1f, econtext=<optimized out>, state=<optimized...
[07:11:38.263] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[07:11:37.764] #0  0x00007ff93a2a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:37.764] #1  0x00007ff93a25afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:37.764] #2  0x00007ff93a245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:37.764] #3  0x00007ff93a41e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[07:11:37.764] #4  0x00007ff93a42aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[07:11:37.764] #5  0x00007ff93a40d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55713e46e800,...
[07:11:37.764] #6  0x000055713d693fca in ExecInterpExpr (state=0x557151f5dc60, econtext=0x557151f5e7d0, isnull=0x7ffdc36...
[07:11:37.764] #7  0x000055713d685382 in ExecInterpExprStillValid (state=0x557151f5dc60, econtext=0x557151f5e7d0, isNull...
[07:11:37.764] #8  0x000055713d6972ee in ExecEvalExpr (isNull=0x7ffdc36ebc9f, econtext=<optimized out>, state=<optimized...
[07:11:37.764] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[07:11:37.142] #0  0x00007f4b5aaa9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:37.142] #1  0x00007f4b5aa5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:37.142] #2  0x00007f4b5aa45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:37.142] #3  0x00007f4b5ac1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[07:11:37.142] #4  0x00007f4b5ac2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[07:11:37.142] #5  0x00007f4b5ac0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x562382940800,...
[07:11:37.142] #6  0x0000562381b65fca in ExecInterpExpr (state=0x5623ae4c00b0, econtext=0x5623ae4c0d10, isnull=0x7fff24c...
[07:11:37.142] #7  0x0000562381b57382 in ExecInterpExprStillValid (state=0x5623ae4c00b0, econtext=0x5623ae4c0d10, isNull...
[07:11:37.142] #8  0x0000562381b692ee in ExecEvalExpr (isNull=0x7fff24c3107f, econtext=<optimized out>, state=<optimized...
[07:11:37.142] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[07:11:36.667] #0  0x00007fd3126a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:36.667] #1  0x00007fd31265afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:36.667] #2  0x00007fd312645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:36.667] #3  0x00007fd31281e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[07:11:36.667] #4  0x00007fd31282aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[07:11:36.667] #5  0x00007fd31280d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x562ecf5f3800,...
[07:11:36.667] #6  0x0000562ece818fca in ExecInterpExpr (state=0x562ee9b56680, econtext=0x562ee9b581a8, isnull=0x7ffebf0...
[07:11:36.667] #7  0x0000562ece80a382 in ExecInterpExprStillValid (state=0x562ee9b56680, econtext=0x562ee9b581a8, isNull...
[07:11:36.667] #8  0x0000562ece81c2ee in ExecEvalExpr (isNull=0x7ffebf08379f, econtext=<optimized out>, state=<optimized...
[07:11:36.667] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[07:11:36.062] #0  0x00007f1a12ea9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:36.062] #1  0x00007f1a12e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:36.062] #2  0x00007f1a12e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:36.062] #3  0x00007f1a1301e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[07:11:36.062] #4  0x00007f1a1302aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[07:11:36.062] #5  0x00007f1a1300d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x5606b2a8d800,...
[07:11:36.062] #6  0x00005606b1cb2fca in ExecInterpExpr (state=0x5606d7f4fe80, econtext=0x5606d7f50ae0, isnull=0x7fffe44...
[07:11:36.062] #7  0x00005606b1ca4382 in ExecInterpExprStillValid (state=0x5606d7f4fe80, econtext=0x5606d7f50ae0, isNull...
[07:11:36.062] #8  0x00005606b1cb62ee in ExecEvalExpr (isNull=0x7fffe443541f, econtext=<optimized out>, state=<optimized...
[07:11:36.062] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[07:11:35.568] #0  0x00007fc1944a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:35.568] #1  0x00007fc19445afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:35.568] #2  0x00007fc194445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:35.568] #3  0x00007fc19461e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[07:11:35.568] #4  0x00007fc19462aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[07:11:35.568] #5  0x00007fc19460d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x56035c9f3800,...
[07:11:35.568] #6  0x000056035bc18fca in ExecInterpExpr (state=0x560375297270, econtext=0x560375297ed0, isnull=0x7ffde63...
[07:11:35.568] #7  0x000056035bc0a382 in ExecInterpExprStillValid (state=0x560375297270, econtext=0x560375297ed0, isNull...
[07:11:35.568] #8  0x000056035bc1c2ee in ExecEvalExpr (isNull=0x7ffde639234f, econtext=<optimized out>, state=<optimized...
[07:11:35.568] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[07:11:35.063] #0  0x00007f09364a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:35.063] #1  0x00007f093645afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:35.063] #2  0x00007f0936445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:35.063] #3  0x00007f093661e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[07:11:35.063] #4  0x00007f093662aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[07:11:35.063] #5  0x00007f093660d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55d198b40800,...
[07:11:35.063] #6  0x000055d197d65fca in ExecInterpExpr (state=0x55d1b8ea5d80, econtext=0x55d1b8ea69e0, isnull=0x7fff048...
[07:11:35.063] #7  0x000055d197d57382 in ExecInterpExprStillValid (state=0x55d1b8ea5d80, econtext=0x55d1b8ea69e0, isNull...
[07:11:35.063] #8  0x000055d197d692ee in ExecEvalExpr (isNull=0x7fff048c2c3f, econtext=<optimized out>, state=<optimized...
[07:11:35.063] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[07:11:34.576] #0  0x00007f2522ca9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:34.576] #1  0x00007f2522c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:34.576] #2  0x00007f2522c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:34.576] #3  0x00007f2522e1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[07:11:34.576] #4  0x00007f2522e2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[07:11:34.576] #5  0x00007f2522e0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55ce706d8800,...
[07:11:34.576] #6  0x000055ce6f8fdfca in ExecInterpExpr (state=0x55ce8aa7a1f0, econtext=0x55ce8aa7ae50, isnull=0x7fffe78...
[07:11:34.576] #7  0x000055ce6f8ef382 in ExecInterpExprStillValid (state=0x55ce8aa7a1f0, econtext=0x55ce8aa7ae50, isNull...
[07:11:34.576] #8  0x000055ce6f9012ee in ExecEvalExpr (isNull=0x7fffe788789f, econtext=<optimized out>, state=<optimized...
[07:11:34.576] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[07:11:34.107] #0  0x00007f878a6a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:34.107] #1  0x00007f878a65afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:34.107] #2  0x00007f878a645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:34.107] #3  0x00007f878a81e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[07:11:34.107] #4  0x00007f878a82aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[07:11:34.107] #5  0x00007f878a80d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x559711152800,...
[07:11:34.107] #6  0x0000559710377fca in ExecInterpExpr (state=0x55971d34da60, econtext=0x55971d34f468, isnull=0x7ffffd3...
[07:11:34.107] #7  0x0000559710369382 in ExecInterpExprStillValid (state=0x55971d34da60, econtext=0x55971d34f468, isNull...
[07:11:34.107] #8  0x000055971037b2ee in ExecEvalExpr (isNull=0x7ffffd310b1f, econtext=<optimized out>, state=<optimized...
[07:11:34.107] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[07:11:33.487] #0  0x00007fa4b3aa9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:33.487] #1  0x00007fa4b3a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:33.487] #2  0x00007fa4b3a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:33.487] #3  0x00007fa4b3c1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[07:11:33.487] #4  0x00007fa4b3c2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[07:11:33.487] #5  0x00007fa4b3c0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x5573e4c01800,...
[07:11:33.487] #6  0x00005573e3e26fca in ExecInterpExpr (state=0x5573e6ce7fc0, econtext=0x5573e6ce8c20, isnull=0x7ffd075...
[07:11:33.487] #7  0x00005573e3e18382 in ExecInterpExprStillValid (state=0x5573e6ce7fc0, econtext=0x5573e6ce8c20, isNull...
[07:11:33.487] #8  0x00005573e3e2a2ee in ExecEvalExpr (isNull=0x7ffd075ed08f, econtext=<optimized out>, state=<optimized...
[07:11:33.487] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[07:11:33.007] #0  0x00007fec2c0a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:33.007] #1  0x00007fec2c05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:33.007] #2  0x00007fec2c045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:33.007] #3  0x00007fec2c21e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[07:11:33.007] #4  0x00007fec2c22aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[07:11:33.007] #5  0x00007fec2c20d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x5596d4ed8800,...
[07:11:33.007] #6  0x00005596d40fdfca in ExecInterpExpr (state=0x5596dcca02c0, econtext=0x5596dcdb3a68, isnull=0x7ffdaad...
[07:11:33.007] #7  0x00005596d40ef382 in ExecInterpExprStillValid (state=0x5596dcca02c0, econtext=0x5596dcdb3a68, isNull...
[07:11:33.007] #8  0x00005596d41012ee in ExecEvalExpr (isNull=0x7ffdaad2088f, econtext=<optimized out>, state=<optimized...
[07:11:33.007] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[07:11:32.527] #0  0x00007ff93a2a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:32.527] #1  0x00007ff93a25afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:32.527] #2  0x00007ff93a245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:32.527] #3  0x00007ff93a41e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[07:11:32.527] #4  0x00007ff93a42aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[07:11:32.527] #5  0x00007ff93a40d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55713e46e800,...
[07:11:32.527] #6  0x000055713d693fca in ExecInterpExpr (state=0x557151f799b0, econtext=0x557151f7b510, isnull=0x7ffdc36...
[07:11:32.527] #7  0x000055713d685382 in ExecInterpExprStillValid (state=0x557151f799b0, econtext=0x557151f7b510, isNull...
[07:11:32.527] #8  0x000055713d6972ee in ExecEvalExpr (isNull=0x7ffdc36ebd1f, econtext=<optimized out>, state=<optimized...
[07:11:32.527] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[07:11:32.051] #0  0x00007fa2e7ea9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:32.051] #1  0x00007fa2e7e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:32.051] #2  0x00007fa2e7e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:32.051] #3  0x00007fa2e801e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[07:11:32.051] #4  0x00007fa2e802aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[07:11:32.051] #5  0x00007fa2e800d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55fbcef25800,...
[07:11:32.051] #6  0x000055fbce14afca in ExecInterpExpr (state=0x55fc09bb7c10, econtext=0x55fc09b84388, isnull=0x7ffc728...
[07:11:32.051] #7  0x000055fbce13c382 in ExecInterpExprStillValid (state=0x55fc09bb7c10, econtext=0x55fc09b84388, isNull...
[07:11:32.051] #8  0x000055fbce14e2ee in ExecEvalExpr (isNull=0x7ffc72841c5f, econtext=<optimized out>, state=<optimized...
[07:11:32.051] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[07:11:31.445] #0  0x00007f8e9d0a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:31.445] #1  0x00007f8e9d05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:31.445] #2  0x00007f8e9d045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:31.445] #3  0x00007f8e9d21e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[07:11:31.445] #4  0x00007f8e9d22aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[07:11:31.445] #5  0x00007f8e9d20d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55670a3b6800,...
[07:11:31.445] #6  0x00005567095dbfca in ExecInterpExpr (state=0x55672cc26bd0, econtext=0x55672cc27830, isnull=0x7fff081...
[07:11:31.445] #7  0x00005567095cd382 in ExecInterpExprStillValid (state=0x55672cc26bd0, econtext=0x55672cc27830, isNull...
[07:11:31.445] #8  0x00005567095df2ee in ExecEvalExpr (isNull=0x7fff081cf67f, econtext=<optimized out>, state=<optimized...
[07:11:31.445] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[07:11:30.971] #0  0x00007f640bca9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:30.971] #1  0x00007f640bc5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:30.971] #2  0x00007f640bc45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:30.971] #3  0x00007f640be1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[07:11:30.971] #4  0x00007f640be2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[07:11:30.971] #5  0x00007f640be0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55fa215ed800,...
[07:11:30.971] #6  0x000055fa20812fca in ExecInterpExpr (state=0x55fa3b8d4cb0, econtext=0x55fa3b8d66b8, isnull=0x7ffcd3a...
[07:11:30.971] #7  0x000055fa20804382 in ExecInterpExprStillValid (state=0x55fa3b8d4cb0, econtext=0x55fa3b8d66b8, isNull...
[07:11:30.971] #8  0x000055fa208162ee in ExecEvalExpr (isNull=0x7ffcd3a2eabf, econtext=<optimized out>, state=<optimized...
[07:11:30.971] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[07:11:30.371] #0  0x00007f06deaa9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:30.371] #1  0x00007f06dea5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:30.371] #2  0x00007f06dea45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:30.371] #3  0x00007f06dec1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[07:11:30.371] #4  0x00007f06dec2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[07:11:30.371] #5  0x00007f06dec0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55b398204800,...
[07:11:30.371] #6  0x000055b397429fca in ExecInterpExpr (state=0x55b3a73874b0, econtext=0x55b3a7388110, isnull=0x7ffd9f4...
[07:11:30.371] #7  0x000055b39741b382 in ExecInterpExprStillValid (state=0x55b3a73874b0, econtext=0x55b3a7388110, isNull...
[07:11:30.371] #8  0x000055b39742d2ee in ExecEvalExpr (isNull=0x7ffd9f4a62ef, econtext=<optimized out>, state=<optimized...
[07:11:30.371] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[07:11:29.878] #0  0x00007ff93a2a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:29.878] #1  0x00007ff93a25afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:29.878] #2  0x00007ff93a245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:29.878] #3  0x00007ff93a41e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[07:11:29.878] #4  0x00007ff93a42aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[07:11:29.878] #5  0x00007ff93a40d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55713e46e800,...
[07:11:29.878] #6  0x000055713d693fca in ExecInterpExpr (state=0x557151f8a2a0, econtext=0x557151f56a18, isnull=0x7ffdc36...
[07:11:29.878] #7  0x000055713d685382 in ExecInterpExprStillValid (state=0x557151f8a2a0, econtext=0x557151f56a18, isNull...
[07:11:29.878] #8  0x000055713d6972ee in ExecEvalExpr (isNull=0x7ffdc36ebc9f, econtext=<optimized out>, state=<optimized...
[07:11:29.878] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[07:11:29.219] #0  0x00007fa05b2a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:29.219] #1  0x00007fa05b25afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:29.219] #2  0x00007fa05b245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:29.219] #3  0x00007fa05b41e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[07:11:29.219] #4  0x00007fa05b42aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[07:11:29.219] #5  0x00007fa05b40d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55c76cf4a800,...
[07:11:29.219] #6  0x000055c76c16ffca in ExecInterpExpr (state=0x55c77c4ba610, econtext=0x55c77c4bb180, isnull=0x7fff6aa...
[07:11:29.219] #7  0x000055c76c161382 in ExecInterpExprStillValid (state=0x55c77c4ba610, econtext=0x55c77c4bb180, isNull...
[07:11:29.219] #8  0x000055c76c1732ee in ExecEvalExpr (isNull=0x7fff6aae163f, econtext=<optimized out>, state=<optimized...
[07:11:29.219] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[07:11:28.566] #0  0x00007f56baaa9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:28.566] #1  0x00007f56baa5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:28.566] #2  0x00007f56baa45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:28.566] #3  0x00007f56bac1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[07:11:28.566] #4  0x00007f56bac2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[07:11:28.566] #5  0x00007f56bac0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x561913a34800,...
[07:11:28.566] #6  0x0000561912c59fca in ExecInterpExpr (state=0x5619314c50b0, econtext=0x5619314c5d10, isnull=0x7ffcf33...
[07:11:28.566] #7  0x0000561912c4b382 in ExecInterpExprStillValid (state=0x5619314c50b0, econtext=0x5619314c5d10, isNull...
[07:11:28.566] #8  0x0000561912c5d2ee in ExecEvalExpr (isNull=0x7ffcf33c366f, econtext=<optimized out>, state=<optimized...
[07:11:28.566] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[07:11:28.075] #0  0x00007fa2e7ea9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:28.075] #1  0x00007fa2e7e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:28.075] #2  0x00007fa2e7e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:28.075] #3  0x00007fa2e801e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[07:11:28.075] #4  0x00007fa2e802aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[07:11:28.075] #5  0x00007fa2e800d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55fbcef25800,...
[07:11:28.075] #6  0x000055fbce14afca in ExecInterpExpr (state=0x55fc09c5df48, econtext=0x55fc09c61188, isnull=0x7ffc728...
[07:11:28.075] #7  0x000055fbce13c382 in ExecInterpExprStillValid (state=0x55fc09c5df48, econtext=0x55fc09c61188, isNull...
[07:11:28.075] #8  0x000055fbce14e2ee in ExecEvalExpr (isNull=0x7ffc72841cdf, econtext=<optimized out>, state=<optimized...
[07:11:28.075] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[07:11:27.603] #0  0x00007f434cea9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:27.603] #1  0x00007f434ce5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:27.603] #2  0x00007f434ce45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:27.603] #3  0x00007f434d01e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[07:11:27.603] #4  0x00007f434d02aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[07:11:27.603] #5  0x00007f434d00d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55c117c58800,...
[07:11:27.603] #6  0x000055c116e7dfca in ExecInterpExpr (state=0x55c135650d30, econtext=0x55c135651990, isnull=0x7fff6d2...
[07:11:27.603] #7  0x000055c116e6f382 in ExecInterpExprStillValid (state=0x55c135650d30, econtext=0x55c135651990, isNull...
[07:11:27.603] #8  0x000055c116e812ee in ExecEvalExpr (isNull=0x7fff6d28a54f, econtext=<optimized out>, state=<optimized...
[07:11:27.603] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[07:11:27.125] #0  0x00007f60366a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:27.125] #1  0x00007f603665afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:27.125] #2  0x00007f6036645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:27.125] #3  0x00007f603681e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[07:11:27.125] #4  0x00007f603682aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[07:11:27.125] #5  0x00007f603680d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x560d6705f800,...
[07:11:27.125] #6  0x0000560d66284fca in ExecInterpExpr (state=0x560da61036d0, econtext=0x560da610dfd8, isnull=0x7fffc95...
[07:11:27.125] #7  0x0000560d66276382 in ExecInterpExprStillValid (state=0x560da61036d0, econtext=0x560da610dfd8, isNull...
[07:11:27.125] #8  0x0000560d662882ee in ExecEvalExpr (isNull=0x7fffc95cd45f, econtext=<optimized out>, state=<optimized...
[07:11:27.125] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[07:11:26.092] #0  0x00007f67b42a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:26.092] #1  0x00007f67b425afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:26.092] #2  0x00007f67b4245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:26.092] #3  0x00007f67b441e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[07:11:26.092] #4  0x00007f67b442aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[07:11:26.092] #5  0x00007f67b440d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55d138671800,...
[07:11:26.092] #6  0x000055d137896fca in ExecInterpExpr (state=0x55d15d31cb60, econtext=0x55d15d31d7c0, isnull=0x7ffec8a...
[07:11:26.092] #7  0x000055d137888382 in ExecInterpExprStillValid (state=0x55d15d31cb60, econtext=0x55d15d31d7c0, isNull...
[07:11:26.092] #8  0x000055d13789a2ee in ExecEvalExpr (isNull=0x7ffec8af909f, econtext=<optimized out>, state=<optimized...
[07:11:26.092] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[07:11:25.603] #0  0x00007f5fd14a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:25.603] #1  0x00007f5fd145afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:25.603] #2  0x00007f5fd1445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:25.603] #3  0x00007f5fd161e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[07:11:25.603] #4  0x00007f5fd162aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[07:11:25.603] #5  0x00007f5fd160d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x56462e584800,...
[07:11:25.603] #6  0x000056462d7a9fca in ExecInterpExpr (state=0x564665b0beb0, econtext=0x564665b0cb10, isnull=0x7ffdfd6...
[07:11:25.603] #7  0x000056462d79b382 in ExecInterpExprStillValid (state=0x564665b0beb0, econtext=0x564665b0cb10, isNull...
[07:11:25.603] #8  0x000056462d7ad2ee in ExecEvalExpr (isNull=0x7ffdfd6110ef, econtext=<optimized out>, state=<optimized...
[07:11:25.603] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[07:11:25.115] #0  0x00007f640bca9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:25.115] #1  0x00007f640bc5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:25.115] #2  0x00007f640bc45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:25.115] #3  0x00007f640be1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[07:11:25.115] #4  0x00007f640be2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[07:11:25.115] #5  0x00007f640be0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55fa215ed800,...
[07:11:25.115] #6  0x000055fa20812fca in ExecInterpExpr (state=0x55fa3b86f1c0, econtext=0x55fa3b870bc8, isnull=0x7ffcd3a...
[07:11:25.115] #7  0x000055fa20804382 in ExecInterpExprStillValid (state=0x55fa3b86f1c0, econtext=0x55fa3b870bc8, isNull...
[07:11:25.115] #8  0x000055fa208162ee in ExecEvalExpr (isNull=0x7ffcd3a2eabf, econtext=<optimized out>, state=<optimized...
[07:11:25.115] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[07:11:24.512] #0  0x00007f2acfea9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:24.512] #1  0x00007f2acfe5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:24.512] #2  0x00007f2acfe45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:24.512] #3  0x00007f2ad001e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[07:11:24.512] #4  0x00007f2ad002aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[07:11:24.512] #5  0x00007f2ad000d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x555f1e53a800,...
[07:11:24.512] #6  0x0000555f1d75ffca in ExecInterpExpr (state=0x555f4f9cdc20, econtext=0x555f4f9d26e8, isnull=0x7ffeb41...
[07:11:24.512] #7  0x0000555f1d751382 in ExecInterpExprStillValid (state=0x555f4f9cdc20, econtext=0x555f4f9d26e8, isNull...
[07:11:24.512] #8  0x0000555f1d7632ee in ExecEvalExpr (isNull=0x7ffeb4139b6f, econtext=<optimized out>, state=<optimized...
[07:11:24.512] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[07:11:24.026] #0  0x00007ff6b8ea9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:24.026] #1  0x00007ff6b8e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:24.026] #2  0x00007ff6b8e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:24.026] #3  0x00007ff6b901e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[07:11:24.026] #4  0x00007ff6b902aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[07:11:24.026] #5  0x00007ff6b900d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x556283062800,...
[07:11:24.026] #6  0x0000556282287fca in ExecInterpExpr (state=0x5562b1c7c5f0, econtext=0x5562b1c7d250, isnull=0x7ffd567...
[07:11:24.026] #7  0x0000556282279382 in ExecInterpExprStillValid (state=0x5562b1c7c5f0, econtext=0x5562b1c7d250, isNull...
[07:11:24.026] #8  0x000055628228b2ee in ExecEvalExpr (isNull=0x7ffd5678755f, econtext=<optimized out>, state=<optimized...
[07:11:24.026] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[07:11:23.551] #0  0x00007f5be5ea9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:23.551] #1  0x00007f5be5e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:23.551] #2  0x00007f5be5e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:23.551] #3  0x00007f5be601e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[07:11:23.551] #4  0x00007f5be602aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[07:11:23.551] #5  0x00007f5be600d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55791fc65800,...
[07:11:23.551] #6  0x000055791ee8afca in ExecInterpExpr (state=0x557948ce5cf0, econtext=0x557948ce6950, isnull=0x7ffdf26...
[07:11:23.551] #7  0x000055791ee7c382 in ExecInterpExprStillValid (state=0x557948ce5cf0, econtext=0x557948ce6950, isNull...
[07:11:23.551] #8  0x000055791ee8e2ee in ExecEvalExpr (isNull=0x7ffdf26e0e9f, econtext=<optimized out>, state=<optimized...
[07:11:23.551] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[07:11:23.072] #0  0x00007ff93a2a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:23.072] #1  0x00007ff93a25afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:23.072] #2  0x00007ff93a245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:23.072] #3  0x00007ff93a41e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[07:11:23.072] #4  0x00007ff93a42aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[07:11:23.072] #5  0x00007ff93a40d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x7ff92e858600,...
[07:11:23.072] #6  0x00007ff92e831042 in llvm_compile_expr (state=0x557152242310) at ../src/backend/jit/llvm/llvmjit_exp...
[07:11:23.072] #7  0x000055713d74e349 in jit_compile_expr (state=state@entry=0x557152242310) at ../src/backend/jit/jit.c...
[07:11:23.072] #8  0x000055713d670378 in ExecReadyExpr (state=state@entry=0x557152242310) at ../src/backend/executor/exe...
[07:11:23.072] #9  0x000055713d67ea50 in ExecBuildHash32FromAttrs (desc=desc@entry=0x557151fce860, ops=ops@entry=0x55713...
core
[07:11:22.374] #0  0x00007f44824a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:22.374] #1  0x00007f448245afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:22.374] #2  0x00007f4482445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:22.374] #3  0x00007f448261e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[07:11:22.374] #4  0x00007f448262aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[07:11:22.374] #5  0x00007f448260d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x5654400b6800,...
[07:11:22.374] #6  0x000056543f2dbfca in ExecInterpExpr (state=0x565465e84cf0, econtext=0x565465e85950, isnull=0x7ffe77c...
[07:11:22.374] #7  0x000056543f2cd382 in ExecInterpExprStillValid (state=0x565465e84cf0, econtext=0x565465e85950, isNull...
[07:11:22.374] #8  0x000056543f2df2ee in ExecEvalExpr (isNull=0x7ffe77c8890f, econtext=<optimized out>, state=<optimized...
[07:11:22.374] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[07:11:21.896] #0  0x00007fa2908a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:21.896] #1  0x00007fa29085afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:21.896] #2  0x00007fa290845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:21.896] #3  0x00007fa290a1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[07:11:21.896] #4  0x00007fa290a2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[07:11:21.896] #5  0x00007fa290a0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x555b184b9800,...
[07:11:21.896] #6  0x0000555b176defca in ExecInterpExpr (state=0x555b38308e60, econtext=0x555b38309ac0, isnull=0x7ffcdf7...
[07:11:21.896] #7  0x0000555b176d0382 in ExecInterpExprStillValid (state=0x555b38308e60, econtext=0x555b38309ac0, isNull...
[07:11:21.896] #8  0x0000555b176e22ee in ExecEvalExpr (isNull=0x7ffcdf7b2f8f, econtext=<optimized out>, state=<optimized...
[07:11:21.896] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[07:11:21.425] #0  0x00007fc9084a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:21.425] #1  0x00007fc90845afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:21.425] #2  0x00007fc908445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:21.425] #3  0x00007fc90861e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[07:11:21.425] #4  0x00007fc90862aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[07:11:21.425] #5  0x00007fc90860d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55c64b92a800,...
[07:11:21.425] #6  0x000055c64ab4ffca in ExecInterpExpr (state=0x55c65bbac0e0, econtext=0x55c65bbadae8, isnull=0x7ffe307...
[07:11:21.425] #7  0x000055c64ab41382 in ExecInterpExprStillValid (state=0x55c65bbac0e0, econtext=0x55c65bbadae8, isNull...
[07:11:21.425] #8  0x000055c64ab532ee in ExecEvalExpr (isNull=0x7ffe3077dcbf, econtext=<optimized out>, state=<optimized...
[07:11:21.425] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[07:11:20.819] #0  0x00007f04a46a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:20.819] #1  0x00007f04a465afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:20.819] #2  0x00007f04a4645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:20.819] #3  0x00007f04a481e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[07:11:20.819] #4  0x00007f04a482aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[07:11:20.819] #5  0x00007f04a480d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55f14fcde800,...
[07:11:20.819] #6  0x000055f14ef03fca in ExecInterpExpr (state=0x55f151c9ed20, econtext=0x55f151ca35f8, isnull=0x7ffc9f0...
[07:11:20.819] #7  0x000055f14eef5382 in ExecInterpExprStillValid (state=0x55f151c9ed20, econtext=0x55f151ca35f8, isNull...
[07:11:20.819] #8  0x000055f14ef072ee in ExecEvalExpr (isNull=0x7ffc9f08207f, econtext=<optimized out>, state=<optimized...
[07:11:20.819] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[07:11:19.533] #0  0x00007f9e6c0a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:19.533] #1  0x00007f9e6c05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:19.533] #2  0x00007f9e6c045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:19.533] #3  0x00007f9e6c21e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[07:11:19.533] #4  0x00007f9e6c22aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[07:11:19.533] #5  0x00007f9e6c20d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55b8479a5800,...
[07:11:19.533] #6  0x000055b846bcafca in ExecInterpExpr (state=0x55b84d2254c0, econtext=0x55b84d226120, isnull=0x7ffdb3a...
[07:11:19.533] #7  0x000055b846bbc382 in ExecInterpExprStillValid (state=0x55b84d2254c0, econtext=0x55b84d226120, isNull...
[07:11:19.533] #8  0x000055b846bce2ee in ExecEvalExpr (isNull=0x7ffdb3ab8b5f, econtext=<optimized out>, state=<optimized...
[07:11:19.533] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[07:11:19.055] #0  0x00007ff93a2a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:19.055] #1  0x00007ff93a25afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:19.055] #2  0x00007ff93a245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:19.055] #3  0x000055713dd1cc0f in ExceptionalCondition (conditionName=conditionName@entry=0x55713df3c120 "HaveReg...
[07:11:19.055] #4  0x000055713d50e590 in index_drop (indexId=24803, concurrent=concurrent@entry=false, concurrent_lock_m...
[07:11:19.055] #5  0x000055713d4f6374 in doDeletion (object=object@entry=0x557151f38068, flags=flags@entry=21) at ../src...
[07:11:19.055] #6  0x000055713d4f663b in deleteOneObject (object=0x557151f38068, depRel=depRel@entry=0x7ffdc36ebec8, fla...
[07:11:19.055] #7  0x000055713d4f6a1d in deleteObjectsInList (targetObjects=targetObjects@entry=0x557151f38038, depRel=d...
[07:11:19.055] #8  0x000055713d4fad84 in performDeletion (object=object@entry=0x7ffdc36ebfb4, behavior=behavior@entry=DR...
[07:11:19.055] #9  0x000055713d92dfac in do_autovacuum () at ../src/backend/postmaster/autovacuum.c:2215
core
[07:11:18.607] #0  0x00007f849faa9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:18.607] #1  0x00007f849fa5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:18.607] #2  0x00007f849fa45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:18.607] #3  0x00007f849fc1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[07:11:18.607] #4  0x00007f849fc2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[07:11:18.607] #5  0x00007f849fc0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x559373a33800,...
[07:11:18.607] #6  0x0000559372c58fca in ExecInterpExpr (state=0x5593ae52d4b0, econtext=0x5593ae52e110, isnull=0x7fffe08...
[07:11:18.607] #7  0x0000559372c4a382 in ExecInterpExprStillValid (state=0x5593ae52d4b0, econtext=0x5593ae52e110, isNull...
[07:11:18.607] #8  0x0000559372c5c2ee in ExecEvalExpr (isNull=0x7fffe08c66cf, econtext=<optimized out>, state=<optimized...
[07:11:18.607] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[07:11:18.123] #0  0x00007effd8aa9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:18.123] #1  0x00007effd8a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:18.123] #2  0x00007effd8a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:18.123] #3  0x00007effd8c1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[07:11:18.123] #4  0x00007effd8c2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[07:11:18.123] #5  0x00007effd8c0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55ba00b39800,...
[07:11:18.123] #6  0x000055b9ffd5efca in ExecInterpExpr (state=0x55ba1c61aa10, econtext=0x55ba1c61b670, isnull=0x7ffec55...
[07:11:18.123] #7  0x000055b9ffd50382 in ExecInterpExprStillValid (state=0x55ba1c61aa10, econtext=0x55ba1c61b670, isNull...
[07:11:18.123] #8  0x000055b9ffd622ee in ExecEvalExpr (isNull=0x7ffec55eb47f, econtext=<optimized out>, state=<optimized...
[07:11:18.123] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[07:11:17.647] #0  0x00007fd3126a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:17.647] #1  0x00007fd31265afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:17.647] #2  0x00007fd312645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:17.647] #3  0x00007fd31281e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[07:11:17.647] #4  0x00007fd31282aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[07:11:17.647] #5  0x00007fd31280d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x562ecf5f3800,...
[07:11:17.647] #6  0x0000562ece818fca in ExecInterpExpr (state=0x562ee9b56680, econtext=0x562ee9b581a8, isnull=0x7ffebf0...
[07:11:17.647] #7  0x0000562ece80a382 in ExecInterpExprStillValid (state=0x562ee9b56680, econtext=0x562ee9b581a8, isNull...
[07:11:17.647] #8  0x0000562ece81c2ee in ExecEvalExpr (isNull=0x7ffebf08379f, econtext=<optimized out>, state=<optimized...
[07:11:17.647] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[07:11:17.042] #0  0x00007f25cdca9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:17.042] #1  0x00007f25cdc5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:17.042] #2  0x00007f25cdc45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:17.042] #3  0x00007f25cde1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[07:11:17.042] #4  0x00007f25cde2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[07:11:17.042] #5  0x00007f25cde0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x56219a31b800,...
[07:11:17.042] #6  0x0000562199540fca in ExecInterpExpr (state=0x5621d79cbcf0, econtext=0x5621d79cc950, isnull=0x7ffed7e...
[07:11:17.042] #7  0x0000562199532382 in ExecInterpExprStillValid (state=0x5621d79cbcf0, econtext=0x5621d79cc950, isNull...
[07:11:17.042] #8  0x00005621995442ee in ExecEvalExpr (isNull=0x7ffed7e789af, econtext=<optimized out>, state=<optimized...
[07:11:17.042] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[07:11:16.555] #0  0x00007ff680ea9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:16.555] #1  0x00007ff680e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:16.555] #2  0x00007ff680e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:16.555] #3  0x00007ff68101e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[07:11:16.555] #4  0x00007ff68102aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[07:11:16.555] #5  0x00007ff68100d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55f54243a800,...
[07:11:16.555] #6  0x000055f54165ffca in ExecInterpExpr (state=0x55f543aebf70, econtext=0x55f543aecbd0, isnull=0x7ffd4fc...
[07:11:16.555] #7  0x000055f541651382 in ExecInterpExprStillValid (state=0x55f543aebf70, econtext=0x55f543aecbd0, isNull...
[07:11:16.555] #8  0x000055f5416632ee in ExecEvalExpr (isNull=0x7ffd4fc8208f, econtext=<optimized out>, state=<optimized...
[07:11:16.555] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[07:11:16.079] #0  0x00007fbcbe2a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:16.079] #1  0x00007fbcbe25afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:16.079] #2  0x00007fbcbe245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:16.079] #3  0x00007fbcbe41e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[07:11:16.079] #4  0x00007fbcbe42aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[07:11:16.079] #5  0x00007fbcbe40d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x56106c1a7800,...
[07:11:16.079] #6  0x000056106b3ccfca in ExecInterpExpr (state=0x5610a18775e0, econtext=0x5610a1878240, isnull=0x7fff0fc...
[07:11:16.079] #7  0x000056106b3be382 in ExecInterpExprStillValid (state=0x5610a18775e0, econtext=0x5610a1878240, isNull...
[07:11:16.079] #8  0x000056106b3d02ee in ExecEvalExpr (isNull=0x7fff0fcd35cf, econtext=<optimized out>, state=<optimized...
[07:11:16.079] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[07:11:15.606] #0  0x00007f682e4a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:15.606] #1  0x00007f682e45afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:15.606] #2  0x00007f682e445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:15.606] #3  0x00007f682e61e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[07:11:15.606] #4  0x00007f682e62aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[07:11:15.606] #5  0x00007f682e60d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55f1fe530800,...
[07:11:15.606] #6  0x000055f1fd755fca in ExecInterpExpr (state=0x55f23910f500, econtext=0x55f239110f08, isnull=0x7ffd774...
[07:11:15.606] #7  0x000055f1fd747382 in ExecInterpExprStillValid (state=0x55f23910f500, econtext=0x55f239110f08, isNull...
[07:11:15.606] #8  0x000055f1fd7592ee in ExecEvalExpr (isNull=0x7ffd7743ab4f, econtext=<optimized out>, state=<optimized...
[07:11:15.606] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[07:11:15.009] #0  0x00007f835dca9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:15.009] #1  0x00007f835dc5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:15.009] #2  0x00007f835dc45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:15.009] #3  0x00007f835de1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[07:11:15.009] #4  0x00007f835de2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[07:11:15.009] #5  0x00007f835de0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x555ae2b25800,...
[07:11:15.009] #6  0x0000555ae1d4afca in ExecInterpExpr (state=0x555b079fcc70, econtext=0x555b079fd8d0, isnull=0x7fff1e0...
[07:11:15.009] #7  0x0000555ae1d3c382 in ExecInterpExprStillValid (state=0x555b079fcc70, econtext=0x555b079fd8d0, isNull...
[07:11:15.009] #8  0x0000555ae1d4e2ee in ExecEvalExpr (isNull=0x7fff1e0743bf, econtext=<optimized out>, state=<optimized...
[07:11:15.009] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[07:11:14.533] #0  0x00007f093a6a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:14.533] #1  0x00007f093a65afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:14.533] #2  0x00007f093a645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:14.533] #3  0x00007f093a81e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[07:11:14.533] #4  0x00007f093a82aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[07:11:14.533] #5  0x00007f093a80d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55ea94dc6800,...
[07:11:14.533] #6  0x000055ea93febfca in ExecInterpExpr (state=0x55eaad054be0, econtext=0x55eaad055840, isnull=0x7ffe12b...
[07:11:14.533] #7  0x000055ea93fdd382 in ExecInterpExprStillValid (state=0x55eaad054be0, econtext=0x55eaad055840, isNull...
[07:11:14.533] #8  0x000055ea93fef2ee in ExecEvalExpr (isNull=0x7ffe12b83d0f, econtext=<optimized out>, state=<optimized...
[07:11:14.533] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[07:11:14.053] #0  0x00007fd5552a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:14.053] #1  0x00007fd55525afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:14.053] #2  0x00007fd555245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:14.053] #3  0x00007fd55541e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[07:11:14.053] #4  0x00007fd55542aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[07:11:14.053] #5  0x00007fd55540d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55cc66827800,...
[07:11:14.053] #6  0x000055cc65a4cfca in ExecInterpExpr (state=0x55cc9a849518, econtext=0x55cc9a84a178, isnull=0x7ffff60...
[07:11:14.053] #7  0x000055cc65a3e382 in ExecInterpExprStillValid (state=0x55cc9a849518, econtext=0x55cc9a84a178, isNull...
[07:11:14.053] #8  0x000055cc65a502ee in ExecEvalExpr (isNull=0x7ffff60f18bf, econtext=<optimized out>, state=<optimized...
[07:11:14.053] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[07:11:13.331] #0  0x00007fd3126a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:13.331] #1  0x00007fd31265afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:13.331] #2  0x00007fd312645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:13.331] #3  0x00007fd31281e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[07:11:13.331] #4  0x00007fd31282aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[07:11:13.331] #5  0x00007fd31280d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x562ecf5f3800,...
[07:11:13.331] #6  0x0000562ece818fca in ExecInterpExpr (state=0x562ee9b553c0, econtext=0x562ee9b56dc8, isnull=0x7ffebf0...
[07:11:13.331] #7  0x0000562ece80a382 in ExecInterpExprStillValid (state=0x562ee9b553c0, econtext=0x562ee9b56dc8, isNull...
[07:11:13.331] #8  0x0000562ece81c2ee in ExecEvalExpr (isNull=0x7ffebf08379f, econtext=<optimized out>, state=<optimized...
[07:11:13.331] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[07:11:12.735] #0  0x00007f4682ca9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:12.735] #1  0x00007f4682c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:12.735] #2  0x00007f4682c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:12.735] #3  0x00007f4682e1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[07:11:12.735] #4  0x00007f4682e2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[07:11:12.735] #5  0x00007f4682e0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55d04d74c800,...
[07:11:12.735] #6  0x000055d04c971fca in ExecInterpExpr (state=0x55d07dc97690, econtext=0x55d07dc982f0, isnull=0x7ffe9ab...
[07:11:12.735] #7  0x000055d04c963382 in ExecInterpExprStillValid (state=0x55d07dc97690, econtext=0x55d07dc982f0, isNull...
[07:11:12.735] #8  0x000055d04c9752ee in ExecEvalExpr (isNull=0x7ffe9abca5ff, econtext=<optimized out>, state=<optimized...
[07:11:12.735] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[07:11:12.239] #0  0x00007fec2a2a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:12.239] #1  0x00007fec2a25afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:12.239] #2  0x00007fec2a245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:12.239] #3  0x00007fec2a41e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[07:11:12.239] #4  0x00007fec2a42aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[07:11:12.239] #5  0x00007fec2a40d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x561210d64800,...
[07:11:12.239] #6  0x000056120ff89fca in ExecInterpExpr (state=0x56122a772e90, econtext=0x56122a773af0, isnull=0x7ffc84e...
[07:11:12.239] #7  0x000056120ff7b382 in ExecInterpExprStillValid (state=0x56122a772e90, econtext=0x56122a773af0, isNull...
[07:11:12.239] #8  0x000056120ff8d2ee in ExecEvalExpr (isNull=0x7ffc84ed46ff, econtext=<optimized out>, state=<optimized...
[07:11:12.239] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[07:11:11.754] #0  0x00007fc9084a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:11.754] #1  0x00007fc90845afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:11.754] #2  0x00007fc908445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:11.754] #3  0x00007fc90861e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[07:11:11.754] #4  0x00007fc90862aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[07:11:11.754] #5  0x00007fc90860d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55c64b92a800,...
[07:11:11.754] #6  0x000055c64ab4ffca in ExecInterpExpr (state=0x55c65bbad500, econtext=0x55c65bbaef08, isnull=0x7ffe307...
[07:11:11.754] #7  0x000055c64ab41382 in ExecInterpExprStillValid (state=0x55c65bbad500, econtext=0x55c65bbaef08, isNull...
[07:11:11.754] #8  0x000055c64ab532ee in ExecEvalExpr (isNull=0x7ffe3077dcbf, econtext=<optimized out>, state=<optimized...
[07:11:11.754] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[07:11:11.144] #0  0x00007f5c63aa9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:11.144] #1  0x00007f5c63a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:11.144] #2  0x00007f5c63a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:11.144] #3  0x00007f5c63c1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[07:11:11.144] #4  0x00007f5c63c2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[07:11:11.144] #5  0x00007f5c63c0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x560a91581800,...
[07:11:11.144] #6  0x0000560a907a6fca in ExecInterpExpr (state=0x560acb6e8d00, econtext=0x560acb6e9960, isnull=0x7fff173...
[07:11:11.144] #7  0x0000560a90798382 in ExecInterpExprStillValid (state=0x560acb6e8d00, econtext=0x560acb6e9960, isNull...
[07:11:11.144] #8  0x0000560a907aa2ee in ExecEvalExpr (isNull=0x7fff1730564f, econtext=<optimized out>, state=<optimized...
[07:11:11.144] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[07:11:10.601] #0  0x00007f072a6a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:10.601] #1  0x00007f072a65afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:10.601] #2  0x00007f072a645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:10.601] #3  0x00007f072a81e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[07:11:10.601] #4  0x00007f072a82aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[07:11:10.601] #5  0x00007f072a80d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55c5eb793800,...
[07:11:10.601] #6  0x000055c5ea9b8fca in ExecInterpExpr (state=0x55c5ec0a7c10, econtext=0x55c5ec0a8870, isnull=0x7ffde23...
[07:11:10.601] #7  0x000055c5ea9aa382 in ExecInterpExprStillValid (state=0x55c5ec0a7c10, econtext=0x55c5ec0a8870, isNull...
[07:11:10.601] #8  0x000055c5ea9bc2ee in ExecEvalExpr (isNull=0x7ffde230de7f, econtext=<optimized out>, state=<optimized...
[07:11:10.601] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[07:11:10.107] #0  0x00007fd3126a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:10.107] #1  0x00007fd31265afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:10.107] #2  0x00007fd312645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:10.107] #3  0x00007fd31281e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[07:11:10.107] #4  0x00007fd31282aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[07:11:10.107] #5  0x00007fd31280d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x562ecf5f3800,...
[07:11:10.107] #6  0x0000562ece818fca in ExecInterpExpr (state=0x562ee9b51f90, econtext=0x562ee9b53998, isnull=0x7ffebf0...
[07:11:10.107] #7  0x0000562ece80a382 in ExecInterpExprStillValid (state=0x562ee9b51f90, econtext=0x562ee9b53998, isNull...
[07:11:10.107] #8  0x0000562ece81c2ee in ExecEvalExpr (isNull=0x7ffebf08379f, econtext=<optimized out>, state=<optimized...
[07:11:10.107] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[07:11:09.480] #0  0x00007ff8fa0a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:09.480] #1  0x00007ff8fa05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:09.480] #2  0x00007ff8fa045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:09.480] #3  0x00007ff8fa21e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[07:11:09.480] #4  0x00007ff8fa22aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[07:11:09.480] #5  0x00007ff8fa20d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x56329d8e5800,...
[07:11:09.480] #6  0x000056329cb0afca in ExecInterpExpr (state=0x5632a054d3c0, econtext=0x5632a054edc8, isnull=0x7ffd191...
[07:11:09.480] #7  0x000056329cafc382 in ExecInterpExprStillValid (state=0x5632a054d3c0, econtext=0x5632a054edc8, isNull...
[07:11:09.480] #8  0x000056329cb0e2ee in ExecEvalExpr (isNull=0x7ffd191dd16f, econtext=<optimized out>, state=<optimized...
[07:11:09.480] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[07:11:08.884] #0  0x00007f8afd0a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:08.884] #1  0x00007f8afd05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:08.884] #2  0x00007f8afd045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:08.884] #3  0x00007f8afd21e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[07:11:08.884] #4  0x00007f8afd22aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[07:11:08.884] #5  0x00007f8afd20d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x562d76e14800,...
[07:11:08.884] #6  0x0000562d76039fca in ExecInterpExpr (state=0x562d9534a3d0, econtext=0x562d95315d38, isnull=0x7ffc8e3...
[07:11:08.884] #7  0x0000562d7602b382 in ExecInterpExprStillValid (state=0x562d9534a3d0, econtext=0x562d95315d38, isNull...
[07:11:08.884] #8  0x0000562d7603d2ee in ExecEvalExpr (isNull=0x7ffc8e387eef, econtext=<optimized out>, state=<optimized...
[07:11:08.884] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[07:11:08.256] #0  0x00007f682e4a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:08.256] #1  0x00007f682e45afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:08.256] #2  0x00007f682e445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:08.256] #3  0x00007f682e61e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[07:11:08.256] #4  0x00007f682e62aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[07:11:08.256] #5  0x00007f682e60d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55f1fe530800,...
[07:11:08.256] #6  0x000055f1fd755fca in ExecInterpExpr (state=0x55f23910f500, econtext=0x55f239110f08, isnull=0x7ffd774...
[07:11:08.256] #7  0x000055f1fd747382 in ExecInterpExprStillValid (state=0x55f23910f500, econtext=0x55f239110f08, isNull...
[07:11:08.256] #8  0x000055f1fd7592ee in ExecEvalExpr (isNull=0x7ffd7743ab4f, econtext=<optimized out>, state=<optimized...
[07:11:08.256] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[07:11:07.633] #0  0x00007f81412a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:07.633] #1  0x00007f814125afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:07.633] #2  0x00007f8141245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:07.633] #3  0x00007f814141e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[07:11:07.633] #4  0x00007f814142aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[07:11:07.633] #5  0x00007f814140d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x5641096e4800,...
[07:11:07.633] #6  0x0000564108909fca in ExecInterpExpr (state=0x5641371b5be0, econtext=0x5641371b6840, isnull=0x7ffe809...
[07:11:07.633] #7  0x00005641088fb382 in ExecInterpExprStillValid (state=0x5641371b5be0, econtext=0x5641371b6840, isNull...
[07:11:07.633] #8  0x000056410890d2ee in ExecEvalExpr (isNull=0x7ffe809bbeaf, econtext=<optimized out>, state=<optimized...
[07:11:07.633] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[07:11:07.139] #0  0x00007fd523ea9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:07.139] #1  0x00007fd523e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:07.139] #2  0x00007fd523e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:07.139] #3  0x00007fd52401e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[07:11:07.139] #4  0x00007fd52402aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[07:11:07.139] #5  0x00007fd52400d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55e3e7fca800,...
[07:11:07.139] #6  0x000055e3e71effca in ExecInterpExpr (state=0x55e424e0dcf0, econtext=0x55e424e0e950, isnull=0x7ffe1bc...
[07:11:07.139] #7  0x000055e3e71e1382 in ExecInterpExprStillValid (state=0x55e424e0dcf0, econtext=0x55e424e0e950, isNull...
[07:11:07.139] #8  0x000055e3e71f32ee in ExecEvalExpr (isNull=0x7ffe1bc9a21f, econtext=<optimized out>, state=<optimized...
[07:11:07.139] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[07:11:06.655] #0  0x00007fd4796a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:06.655] #1  0x00007fd47965afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:06.655] #2  0x00007fd479645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:06.655] #3  0x00007fd47981e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[07:11:06.655] #4  0x00007fd47982aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[07:11:06.655] #5  0x00007fd47980d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x562ae8d8b800,...
[07:11:06.655] #6  0x0000562ae7fb0fca in ExecInterpExpr (state=0x562af6cb65d0, econtext=0x562af6cb7230, isnull=0x7ffe885...
[07:11:06.655] #7  0x0000562ae7fa2382 in ExecInterpExprStillValid (state=0x562af6cb65d0, econtext=0x562af6cb7230, isNull...
[07:11:06.655] #8  0x0000562ae7fb42ee in ExecEvalExpr (isNull=0x7ffe885301ff, econtext=<optimized out>, state=<optimized...
[07:11:06.655] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[07:11:06.178] #0  0x00007f03ae6a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:06.178] #1  0x00007f03ae65afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:06.178] #2  0x00007f03ae645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:06.178] #3  0x00007f03ae81e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[07:11:06.178] #4  0x00007f03ae82aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[07:11:06.178] #5  0x00007f03ae80d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55778916d800,...
[07:11:06.178] #6  0x0000557788392fca in ExecInterpExpr (state=0x557791c9c4d0, econtext=0x557791c9d130, isnull=0x7ffcc62...
[07:11:06.178] #7  0x0000557788384382 in ExecInterpExprStillValid (state=0x557791c9c4d0, econtext=0x557791c9d130, isNull...
[07:11:06.178] #8  0x00005577883962ee in ExecEvalExpr (isNull=0x7ffcc625e17f, econtext=<optimized out>, state=<optimized...
[07:11:06.178] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[07:11:05.679] #0  0x00007f0b6f8a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:05.679] #1  0x00007f0b6f85afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:05.679] #2  0x00007f0b6f845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:05.679] #3  0x00007f0b6fa1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[07:11:05.679] #4  0x00007f0b6fa2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[07:11:05.679] #5  0x00007f0b6fa0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55a7f4607800,...
[07:11:05.679] #6  0x000055a7f382cfca in ExecInterpExpr (state=0x55a805d7c5f0, econtext=0x55a805d7d250, isnull=0x7ffe0f7...
[07:11:05.679] #7  0x000055a7f381e382 in ExecInterpExprStillValid (state=0x55a805d7c5f0, econtext=0x55a805d7d250, isNull...
[07:11:05.679] #8  0x000055a7f38302ee in ExecEvalExpr (isNull=0x7ffe0f780ddf, econtext=<optimized out>, state=<optimized...
[07:11:05.679] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[07:11:05.195] #0  0x00007f0f4aea9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:05.195] #1  0x00007f0f4ae5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:05.195] #2  0x00007f0f4ae45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:05.195] #3  0x00007f0f4b01e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[07:11:05.195] #4  0x00007f0f4b02aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[07:11:05.195] #5  0x00007f0f4b00d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55985ceae800,...
[07:11:05.195] #6  0x000055985c0d3fca in ExecInterpExpr (state=0x559871aa8bc0, econtext=0x559871ab1628, isnull=0x7ffe94c...
[07:11:05.195] #7  0x000055985c0c5382 in ExecInterpExprStillValid (state=0x559871aa8bc0, econtext=0x559871ab1628, isNull...
[07:11:05.195] #8  0x000055985c0d72ee in ExecEvalExpr (isNull=0x7ffe94cb5caf, econtext=<optimized out>, state=<optimized...
[07:11:05.195] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[07:11:04.706] #0  0x00007f28386a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:04.706] #1  0x00007f283865afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:04.706] #2  0x00007f2838645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:11:04.706] #3  0x00007f283881e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[07:11:04.706] #4  0x00007f283882aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[07:11:04.706] #5  0x00007f283880d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55cc47d24800,...
[07:11:04.706] #6  0x000055cc46f49fca in ExecInterpExpr (state=0x55cc4bf63f20, econtext=0x55cc4bf64b80, isnull=0x7ffca6f...
[07:11:04.706] #7  0x000055cc46f3b382 in ExecInterpExprStillValid (state=0x55cc4bf63f20, econtext=0x55cc4bf64b80, isNull...
[07:11:04.706] #8  0x000055cc46f4d2ee in ExecEvalExpr (isNull=0x7ffca6f87abf, econtext=<optimized out>, state=<optimized...
[07:11:04.706] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/matview-write-skew.out /tmp/cirrus-ci-build/build/testrun/isol...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/matview-write-skew.out	2024-10-25 07:03:31.212213706 +0000
+++ /tmp/cirrus-ci-build/build/testrun/isolation/isolation/results/matview-write-skew.out	2024-10-25 07:08:18.159461016 ...
@@ -1,121 +1,6 @@
 Parsed test spec with 2 sessions
 
 starting permutation: s1_begin s2_begin s1_refresh s2_read s2_insert s1_commit s2_commit
-step s1_begin: BEGIN ISOLATION LEVEL SERIALIZABLE;
-step s2_begin: BEGIN ISOLATION LEVEL SERIALIZABLE;
-step s1_refresh: REFRESH MATERIALIZED VIEW CONCURRENTLY order_summary;
-step s2_read: SELECT max(date) FROM order_summary;
-       max
-----------
-04-01-2022
-(1 row)
-
-step s2_insert: INSERT INTO orders VALUES ('2022-04-02', 'orange', 15);
-step s1_commit: COMMIT;
-step s2_commit: COMMIT;
-ERROR:  could not serialize access due to read/write dependencies among transactions
...
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pageinspect/expected/brin.out /tmp/cirrus-ci-build/build/testrun/pageinspect/regre...
--- /tmp/cirrus-ci-build/contrib/pageinspect/expected/brin.out	2024-10-25 07:03:29.592213672 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pageinspect/regress/results/brin.out	2024-10-25 07:08:20.963458417 +0000
@@ -161,50 +161,7 @@
 SELECT * FROM brin_page_items(get_raw_page('brin_test_parallel_idx', 2), 'brin_test_parallel_idx')
 EXCEPT
 SELECT * FROM brin_page_items(get_raw_page('brin_test_serial_idx', 2), 'brin_test_serial_idx');
- itemoffset | blknum | attnum | allnulls | hasnulls | placeholder | empty | value 
-------------+--------+--------+----------+----------+-------------+-------+-------
-(0 rows)
-
-SELECT * FROM brin_page_items(get_raw_page('brin_test_serial_idx', 2), 'brin_test_serial_idx')
-EXCEPT
-SELECT * FROM brin_page_items(get_raw_page('brin_test_parallel_idx', 2), 'brin_test_parallel_idx');
- itemoffset | blknum | attnum | allnulls | hasnulls | placeholder | empty | value 
-------------+--------+--------+----------+----------+-------------+-------+-------
-(0 rows)
-
-DROP INDEX brin_test_parallel_idx;
--- force parallel build, but don't allow starting parallel workers to force
...
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/select.out /tmp/cirrus-ci-build/build/testrun/pg_stat_...
--- /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/select.out	2024-10-25 07:03:29.604213672 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_stat_statements/regress/results/select.out	2024-10-25 07:08:22.055457420 +0000
@@ -320,96 +320,7 @@
 FROM (VALUES (1, 2, 3), (4, NULL, 6), (7, 8, 9)) AS t (a, b, c)
 GROUP BY ROLLUP(a, b), rollup(a, c)
 ORDER BY a, b, c;
- a | b | c 
----+---+---
- 1 | 2 | 3
- 1 | 2 |  
- 1 | 2 |  
- 1 |   | 3
- 1 |   | 3
- 1 |   |  
- 1 |   |  
- 1 |   |  
- 4 |   | 6
- 4 |   | 6
- 4 |   | 6
...
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_trgm/expected/pg_trgm.out /tmp/cirrus-ci-build/build/testrun/pg_trgm/regress/re...
--- /tmp/cirrus-ci-build/contrib/pg_trgm/expected/pg_trgm.out	2024-10-25 07:03:29.612213672 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_trgm/regress/results/pg_trgm.out	2024-10-25 07:08:24.091455587 +0000
@@ -5384,21 +5384,7 @@
 
 SELECT DISTINCT city, similarity(city, 'Warsaw'), show_limit()
   FROM restaurants WHERE city % 'Warsaw';
-  city  | similarity | show_limit 
---------+------------+------------
- Warsaw |          1 |        0.3
-(1 row)
-
-SELECT set_limit(0.5);
- set_limit 
------------
-       0.5
-(1 row)
-
-SELECT DISTINCT city, similarity(city, 'Warsaw'), show_limit()
-  FROM restaurants WHERE city % 'Warsaw';
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/type_sanity.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/00...
--- /tmp/cirrus-ci-build/src/test/regress/expected/type_sanity.out	2024-10-25 07:03:31.440213711 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/type_sanity.out	2024-10-25 07:07:39.447504...
@@ -172,573 +172,7 @@
 FROM pg_type AS t1
 WHERE t1.typtype not in ('b', 'p')
 ORDER BY 1;
- typtype |   typinput    
----------+---------------
- c       | record_in
- d       | domain_in
- e       | enum_in
- m       | multirange_in
- r       | range_in
-(5 rows)
-
--- Check for bogus typoutput routines
--- As of 8.0, this check finds refcursor, which is borrowing
--- other types' I/O routines
-SELECT t1.oid, t1.typname, p1.oid, p1.proname
...
regress
diff -U3 /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out /tmp/cirrus-ci-build/build/testrun/postgres...
--- /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out	2024-10-25 07:03:29.640213673 +0000
+++ /tmp/cirrus-ci-build/build/testrun/postgres_fdw/regress/results/postgres_fdw.out	2024-10-25 07:08:24.807454950 +0000
@@ -2329,10019 +2329,7 @@
 (20 rows)
 
 SELECT t1c1, avg(t1c1 + t2c1) FROM (SELECT t1.c1, t2.c1 FROM ft1 t1 JOIN ft2 t2 ON (t1.c1 = t2.c1) UNION SELECT t1.c1, ...
- t1c1 |         avg          
-------+----------------------
-  101 | 202.0000000000000000
-  102 | 204.0000000000000000
-  103 | 206.0000000000000000
-  104 | 208.0000000000000000
-  105 | 210.0000000000000000
-  106 | 212.0000000000000000
-  107 | 214.0000000000000000
-  108 | 216.0000000000000000
-  109 | 218.0000000000000000
-  110 | 220.0000000000000000
-(10 rows)
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/regex.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream...
--- /tmp/cirrus-ci-build/src/test/regress/expected/regex.out	2024-10-25 07:03:31.416213710 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/regex.out	2024-10-25 07:08:00.871478550 ...
@@ -468,178 +468,10 @@
 -- This generates O(N) states but O(N^2) arcs, so it causes problems
 -- if arc count is not constrained
 select 'x' ~ repeat('x*y*z*', 1000);
-ERROR:  invalid regular expression: regular expression is too complex
--- Test backref in combination with non-greedy quantifier
--- https://core.tcl.tk/tcl/tktview/6585b21ca8fa6f3678d442b97241fdd43dba2ec0
-select 'Programmer' ~ '(\w).*?\1' as t;
- t 
----
- t
-(1 row)
-
-select regexp_matches('Programmer', '(\w)(.*?\1)', 'g');
- regexp_matches 
-----------------
- {r,ogr}
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/type_sanity.out /tmp/cirrus-ci-build/build/testrun/regress/regre...
--- /tmp/cirrus-ci-build/src/test/regress/expected/type_sanity.out	2024-10-25 07:03:31.440213711 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/type_sanity.out	2024-10-25 07:07:36.499508853 +0000
@@ -172,573 +172,7 @@
 FROM pg_type AS t1
 WHERE t1.typtype not in ('b', 'p')
 ORDER BY 1;
- typtype |   typinput    
----------+---------------
- c       | record_in
- d       | domain_in
- e       | enum_in
- m       | multirange_in
- r       | range_in
-(5 rows)
-
--- Check for bogus typoutput routines
--- As of 8.0, this check finds refcursor, which is borrowing
--- other types' I/O routines
-SELECT t1.oid, t1.typname, p1.oid, p1.proname
...
regress
diff -U3 /tmp/cirrus-ci-build/contrib/tablefunc/expected/tablefunc.out /tmp/cirrus-ci-build/build/testrun/tablefunc/regr...
--- /tmp/cirrus-ci-build/contrib/tablefunc/expected/tablefunc.out	2024-10-25 07:03:29.660213673 +0000
+++ /tmp/cirrus-ci-build/build/testrun/tablefunc/regress/results/tablefunc.out	2024-10-25 07:08:24.179455509 +0000
@@ -239,261 +239,7 @@
   'SELECT rowid, rowdt, attribute, val FROM cth ORDER BY 1',
   'SELECT DISTINCT rowdt, attribute FROM cth ORDER BY 2')
 AS c(rowid text, rowdt timestamp, temperature int4, test_result text, test_startdate timestamp, volts float8);
-ERROR:  invalid crosstab categories query
-DETAIL:  The query must return one column.
--- if category query generates a NULL value, get expected error
-SELECT * FROM crosstab(
-  'SELECT rowid, rowdt, attribute, val FROM cth ORDER BY 1',
-  'SELECT NULL::text')
-AS c(rowid text, rowdt timestamp, temperature int4, test_result text, test_startdate timestamp, volts float8);
-ERROR:  crosstab category value must not be null
--- if source query returns zero rows, get zero rows returned
-SELECT * FROM crosstab(
-  'SELECT rowid, rowdt, attribute, val FROM cth WHERE false ORDER BY 1',
-  'SELECT DISTINCT attribute FROM cth ORDER BY 1')
-AS c(rowid text, rowdt timestamp, temperature text, test_result text, test_startdate text, volts text);
...
tap
[07:08:35.659](0.529s) not ok 7 - checking an unresolvable database pattern under --no-strict-names status (got 1 vs exp...
[07:08:36.189](0.413s) not ok 22 - checking a database by name without amcheck installed, with other databases status (g...
[07:08:36.189](0.000s) not ok 24 - checking a database by name without amcheck installed, with other databases stderr /(...
[07:08:36.582](0.392s) not ok 25 - checking a database by pattern without amcheck installed, with other databases status...
[07:08:36.583](0.000s) not ok 27 - checking a database by pattern without amcheck installed, with other databases stderr...
[07:08:36.596](0.000s) not ok 30 - checking table pattern ".." stderr /(?^:pg_amcheck: error: no connectable databases t...
[07:08:36.608](0.000s) not ok 33 - checking table pattern ".foo.bar" stderr /(?^:pg_amcheck: error: no connectable datab...
[07:08:36.620](0.000s) not ok 36 - checking table pattern "." stderr /(?^:pg_amcheck: error: no heap tables to check mat...
[07:08:36.736](0.012s) not ok 64 - many unmatched patterns and one matched pattern under --no-strict-names status (got 1...
[07:08:36.736](0.000s) not ok 66 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[07:08:36.737](0.000s) not ok 67 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[07:08:36.737](0.000s) not ok 68 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[07:08:36.737](0.000s) not ok 69 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[07:08:36.738](0.000s) not ok 70 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[07:08:36.738](0.000s) not ok 71 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[07:08:36.738](0.000s) not ok 72 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[07:08:36.739](0.001s) not ok 73 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[07:08:36.740](0.000s) not ok 74 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[07:08:36.740](0.000s) not ok 75 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[07:08:36.740](0.000s) not ok 76 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[07:08:36.741](0.000s) not ok 77 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[07:08:36.741](0.000s) not ok 78 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[07:08:36.741](0.000s) not ok 79 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[07:08:36.742](0.000s) not ok 80 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[07:08:36.742](0.000s) not ok 81 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[07:08:36.743](0.000s) not ok 82 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
tap
[07:08:40.224](4.928s) not ok 1 - pg_amcheck prior to corruption status (got 1 vs expected 0)
[07:08:40.225](0.000s) not ok 3 - pg_amcheck prior to corruption stderr /(?^:^$)/
[07:08:46.354](6.129s) not ok 4 - pg_amcheck all schemas, tables and indexes in database db1 status (got 1 vs expected 2...
[07:08:46.355](0.000s) not ok 5 - pg_amcheck all schemas, tables and indexes in database db1 stdout /(?^:index ".*" lack...
[07:08:46.355](0.000s) not ok 6 - pg_amcheck all schemas, tables and indexes in database db1 stdout /(?^:line pointer)/
[07:08:46.355](0.000s) not ok 7 - pg_amcheck all schemas, tables and indexes in database db1 stdout /(?^:could not open ...
[07:08:46.356](0.000s) not ok 8 - pg_amcheck all schemas, tables and indexes in database db1 stderr /(?^:^$)/
[07:08:46.796](0.440s) not ok 9 - pg_amcheck all schemas, tables and indexes in databases db1, db2, and db3 status (got ...
[07:08:46.797](0.000s) not ok 10 - pg_amcheck all schemas, tables and indexes in databases db1, db2, and db3 stdout /(?^...
[07:08:46.797](0.000s) not ok 11 - pg_amcheck all schemas, tables and indexes in databases db1, db2, and db3 stdout /(?^...
[07:08:46.797](0.000s) not ok 12 - pg_amcheck all schemas, tables and indexes in databases db1, db2, and db3 stdout /(?^...
[07:08:46.798](0.000s) not ok 13 - pg_amcheck all schemas, tables and indexes in databases db1, db2, and db3 stderr /(?^...
[07:08:47.219](0.422s) not ok 14 - pg_amcheck index s1.t1_btree reports missing main relation fork status (got 0 vs expe...
[07:08:47.220](0.000s) not ok 15 - pg_amcheck index s1.t1_btree reports missing main relation fork stdout /(?^:index ".*...
[07:08:47.261](0.041s) not ok 17 - pg_amcheck index s1.s2 reports index corruption status (got 0 vs expected 2)
[07:08:47.263](0.000s) not ok 18 - pg_amcheck index s1.s2 reports index corruption stdout /(?^:.+)/
[07:08:47.387](0.040s) not ok 23 - pg_amcheck of db2.s1 excluding indexes status (got 0 vs expected 2)
[07:08:47.387](0.000s) not ok 24 - pg_amcheck of db2.s1 excluding indexes stdout /(?^:could not open file ".*": No such ...
[07:08:47.842](0.454s) not ok 26 - pg_amcheck schema s3 reports table and index errors status (got 1 vs expected 2)
[07:08:47.843](0.000s) not ok 27 - pg_amcheck schema s3 reports table and index errors stdout /(?^:index ".*" lacks a ma...
[07:08:47.843](0.000s) not ok 28 - pg_amcheck schema s3 reports table and index errors stdout /(?^:line pointer)/
[07:08:47.843](0.000s) not ok 29 - pg_amcheck schema s3 reports table and index errors stdout /(?^:could not open file "...
[07:08:47.844](0.000s) not ok 30 - pg_amcheck schema s3 reports table and index errors stderr /(?^:^$)/
[07:08:48.328](0.485s) not ok 31 - pg_amcheck in schema s4 reports toast corruption status (got 1 vs expected 2)
[07:08:48.329](0.000s) not ok 32 - pg_amcheck in schema s4 reports toast corruption stdout /(?^:could not open file ".*"...
[07:08:48.329](0.000s) not ok 33 - pg_amcheck in schema s4 reports toast corruption stderr /(?^:^$)/
[07:08:48.345](0.015s) not ok 34 - pg_amcheck in schema s4 excluding toast reports no corruption status (got 1 vs expect...
[07:08:48.346](0.000s) not ok 36 - pg_amcheck in schema s4 excluding toast reports no corruption stderr /(?^:^$)/
[07:08:48.356](0.010s) not ok 37 - pg_amcheck over schema s5 reports no corruption status (got 1 vs expected 0)
[07:08:48.357](0.000s) not ok 39 - pg_amcheck over schema s5 reports no corruption stderr /(?^:^$)/
[07:08:48.369](0.013s) not ok 40 - pg_amcheck over schema s1 with corrupt indexes excluded reports no corruption status ...
[07:08:48.370](0.000s) not ok 42 - pg_amcheck over schema s1 with corrupt indexes excluded reports no corruption stderr ...
[07:08:48.384](0.012s) not ok 43 - pg_amcheck over schema s1 with all indexes excluded reports no corruption status (got...
[07:08:48.385](0.000s) not ok 45 - pg_amcheck over schema s1 with all indexes excluded reports no corruption stderr /(?^...
[07:08:48.397](0.012s) not ok 46 - pg_amcheck over schema s2 with corrupt tables excluded reports no corruption status (...
[07:08:48.398](0.000s) not ok 48 - pg_amcheck over schema s2 with corrupt tables excluded reports no corruption stderr /...
[07:08:48.447](0.018s) not ok 55 - pg_amcheck smoke test --parent-check status (got 1 vs expected 2)
[07:08:48.448](0.000s) not ok 56 - pg_amcheck smoke test --parent-check stdout /(?^:index ".*" lacks a main relation for...
[07:08:48.448](0.000s) not ok 57 - pg_amcheck smoke test --parent-check stderr /(?^:^$)/
[07:08:48.472](0.024s) not ok 58 - pg_amcheck smoke test --heapallindexed --rootdescend status (got 1 vs expected 2)
[07:08:48.472](0.000s) not ok 59 - pg_amcheck smoke test --heapallindexed --rootdescend stdout /(?^:index ".*" lacks a m...
[07:08:48.473](0.000s) not ok 60 - pg_amcheck smoke test --heapallindexed --rootdescend stderr /(?^:^$)/
[07:08:48.494](0.021s) not ok 61 - pg_amcheck excluding all corrupt schemas status (got 1 vs expected 0)
[07:08:48.494](0.000s) not ok 63 - pg_amcheck excluding all corrupt schemas stderr /(?^:^$)/
[07:08:48.507](0.012s) not ok 64 - pg_amcheck smoke test --parent-check --checkunique status (got 1 vs expected 2)
[07:08:48.508](0.000s) not ok 65 - pg_amcheck smoke test --parent-check --checkunique stdout /(?^:index ".*" lacks a mai...
[07:08:48.508](0.000s) not ok 66 - pg_amcheck smoke test --parent-check --checkunique stderr /(?^:^$)/
[07:08:48.520](0.012s) not ok 67 - pg_amcheck smoke test --heapallindexed --rootdescend --checkunique status (got 1 vs e...
[07:08:48.520](0.000s) not ok 68 - pg_amcheck smoke test --heapallindexed --rootdescend --checkunique stdout /(?^:index ...
[07:08:48.520](0.000s) not ok 69 - pg_amcheck smoke test --heapallindexed --rootdescend --checkunique stderr /(?^:^$)/
[07:08:48.549](0.028s) not ok 70 - pg_amcheck excluding all corrupt schemas with --checkunique option status (got 1 vs e...
[07:08:48.550](0.000s) not ok 72 - pg_amcheck excluding all corrupt schemas with --checkunique option stderr /(?^:^$)/
tap
[07:08:39.575](2.741s) not ok 1 - pg_amcheck test table, prior to corruption
[07:08:40.071](0.497s) not ok 2 - pg_amcheck test table and index, prior to corruption
[07:08:45.551](5.479s) not ok 3 - Expected corruption message output status (got 1 vs expected 2)
[07:08:45.551](0.000s) not ok 4 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.tes...
[07:08:45.552](0.000s) not ok 5 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.tes...
[07:08:45.552](0.000s) not ok 6 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.tes...
[07:08:45.552](0.000s) not ok 7 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.tes...
[07:08:45.553](0.000s) not ok 8 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.tes...
[07:08:45.553](0.000s) not ok 9 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.tes...
[07:08:45.554](0.000s) not ok 10 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[07:08:45.554](0.000s) not ok 11 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[07:08:45.554](0.000s) not ok 12 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[07:08:45.554](0.000s) not ok 13 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[07:08:45.555](0.000s) not ok 14 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[07:08:45.555](0.000s) not ok 15 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[07:08:45.556](0.000s) not ok 16 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[07:08:45.556](0.000s) not ok 17 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[07:08:45.556](0.000s) not ok 18 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[07:08:45.557](0.000s) not ok 19 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[07:08:45.557](0.000s) not ok 20 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[07:08:45.557](0.000s) not ok 21 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[07:08:45.558](0.000s) not ok 22 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[07:08:45.558](0.000s) not ok 23 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[07:08:45.558](0.000s) not ok 24 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[07:08:45.559](0.000s) not ok 25 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[07:08:45.559](0.000s) not ok 26 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[07:08:45.559](0.000s) not ok 27 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[07:08:45.560](0.000s) not ok 28 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[07:08:45.560](0.000s) not ok 29 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[07:08:45.561](0.000s) not ok 30 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[07:08:45.561](0.000s) not ok 31 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[07:08:45.561](0.000s) not ok 32 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
tap
[07:08:38.163](1.010s) not ok 1 - pg_amcheck all schemas, tables and indexes reports no corruption: exit code 0
[07:08:38.163](0.000s) not ok 2 - pg_amcheck all schemas, tables and indexes reports no corruption: no stderr
[07:08:38.592](0.428s) not ok 4 - pg_amcheck all schemas, tables and indexes reports fickleidx corruption status (got 1 ...
[07:08:38.593](0.000s) not ok 5 - pg_amcheck all schemas, tables and indexes reports fickleidx corruption stdout /(?^:it...
[07:08:39.033](0.440s) not ok 6 - pg_amcheck all schemas, tables and indexes reports no corruption: exit code 0
[07:08:39.033](0.000s) not ok 7 - pg_amcheck all schemas, tables and indexes reports no corruption: no stderr
[07:08:39.515](0.481s) not ok 9 - pg_amcheck all schemas, tables and indexes reports bttest_unique_idx corruption status...
[07:08:39.515](0.000s) not ok 10 - pg_amcheck all schemas, tables and indexes reports bttest_unique_idx corruption stdou...
tap
[07:08:56.939](2.148s) not ok 30 - run pg_createsubscriber on node S
tap
[07:09:01.680](0.535s) not ok 19 - pg_dump: option -n pg_catalog
[07:09:02.311](0.631s) not ok 20 - pg_dumpall: option --exclude-database handles database names with embedded dots
[07:09:02.353](0.000s) not ok 22 - pg_dump: option --schema rejects three-part schema names: matches
[07:09:02.382](0.000s) not ok 24 - pg_dump: option --schema rejects cross-database multipart schema names: matches
[07:09:02.396](0.000s) not ok 26 - pg_dump: option --schema rejects degenerate two-part schema name: ".": matches
[07:09:02.418](0.000s) not ok 28 - pg_dump: option --schema rejects cross-database multipart schema names with embedded ...
[07:09:02.440](0.000s) not ok 30 - pg_dump: option --schema rejects degenerate three-part schema name: "..": matches
[07:09:02.461](0.000s) not ok 32 - pg_dump: option --table rejects four-part table names: matches
[07:09:02.488](0.000s) not ok 34 - pg_dump: option --table rejects cross-database three part table names: matches
[07:09:02.501](0.001s) not ok 36 - pg_dump: option --table rejects cross-database three part table names with embedded d...
[07:09:02.526](0.025s) not ok 37 - binary_upgrade: pg_dump runs
[07:09:02.557](0.030s) not ok 38 - binary_upgrade: pg_restore runs
tap
[07:07:48.859](13.962s) not ok 5 - regression tests pass
[07:07:50.711](1.847s) not ok 6 - dump before running pg_upgrade
tap
[07:09:28.416](0.642s) not ok 192 - psql seeded_random count ok
[07:09:28.417](0.000s) not ok 193 - psql seeded_random count stderr is empty
[07:09:28.417](0.000s) not ok 194 - psql seeded_random count uniform
[07:09:28.417](0.000s) not ok 195 - psql seeded_random count exponential
[07:09:28.418](0.000s) not ok 196 - psql seeded_random count gaussian
[07:09:28.418](0.000s) not ok 197 - psql seeded_random count zipfian
tap
[07:08:05.038](8.742s) not ok 2 - regression tests pass
test
[07:09:58.698]   5/312 postgresql:pg_upgrade / pg_upgrade/004_subscription                             ERROR            ...
[07:09:58.698]   8/312 postgresql:pg_upgrade / pg_upgrade/003_logical_slots                            ERROR            ...
[07:09:58.698]  17/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[07:09:58.698]   7/312 postgresql:regress / regress/regress                                            ERROR            ...
[07:09:58.698]  35/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[07:09:58.698]  43/312 postgresql:recovery / recovery/038_save_logical_slots_shutdown                  ERROR            ...
[07:09:58.698]  48/312 postgresql:recovery / recovery/040_standby_failover_slots_sync                  ERROR            ...
[07:09:58.698]  69/312 postgresql:isolation / isolation/isolation                                      ERROR            ...
[07:09:58.698]  84/312 postgresql:pageinspect / pageinspect/regress                                    ERROR            ...
[07:09:58.698]  90/312 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
[07:09:58.698]  93/312 postgresql:pg_trgm / pg_trgm/regress                                            ERROR            ...
[07:09:58.698]  98/312 postgresql:tablefunc / tablefunc/regress                                        ERROR            ...
[07:09:58.698]  99/312 postgresql:postgres_fdw / postgres_fdw/regress                                  ERROR            ...
[07:09:58.698] 140/312 postgresql:pg_amcheck / pg_amcheck/002_nonesuch                                 ERROR            ...
[07:09:58.698] 147/312 postgresql:pg_amcheck / pg_amcheck/005_opclass_damage                           ERROR            ...
[07:09:58.698] 150/312 postgresql:pg_amcheck / pg_amcheck/004_verify_heapam                            ERROR            ...
[07:09:58.698] 152/312 postgresql:pg_amcheck / pg_amcheck/003_check                                    ERROR            ...
[07:09:58.698] 157/312 postgresql:pg_basebackup / pg_basebackup/040_pg_createsubscriber                ERROR            ...
[07:09:58.698] 172/312 postgresql:pg_dump / pg_dump/002_pg_dump                                        ERROR            ...
[07:09:58.698] 217/312 postgresql:recovery / recovery/035_standby_logical_decoding                     ERROR            ...
[07:09:58.698] 228/312 postgresql:pgbench / pgbench/001_pgbench_with_server                            ERROR            ...
[07:09:58.698] 242/312 postgresql:subscription / subscription/004_sync                                 ERROR            ...
[07:09:58.698] 244/312 postgresql:subscription / subscription/002_types                                ERROR            ...
[07:09:58.698] 245/312 postgresql:subscription / subscription/003_constraints                          ERROR            ...
[07:09:58.698] 246/312 postgresql:subscription / subscription/001_rep_changes                          ERROR            ...
[07:09:58.698] 248/312 postgresql:subscription / subscription/006_rewrite                              ERROR            ...
[07:09:58.698] 249/312 postgresql:subscription / subscription/007_ddl                                  ERROR            ...
[07:09:58.698] 250/312 postgresql:subscription / subscription/008_diff_schema                          ERROR            ...
[07:09:58.698] 252/312 postgresql:subscription / subscription/010_truncate                             ERROR            ...
[07:09:58.698] 254/312 postgresql:subscription / subscription/011_generated                            ERROR            ...
[07:09:58.698] 255/312 postgresql:subscription / subscription/014_binary                               ERROR            ...
[07:09:58.698] 256/312 postgresql:subscription / subscription/015_stream                               ERROR            ...
[07:09:58.698] 257/312 postgresql:subscription / subscription/013_partition                            ERROR            ...
[07:09:58.698] 258/312 postgresql:subscription / subscription/016_stream_subxact                       ERROR            ...
[07:09:58.698] 259/312 postgresql:subscription / subscription/018_stream_subxact_abort                 ERROR            ...
[07:09:58.698] 260/312 postgresql:subscription / subscription/005_encoding                             ERROR            ...
[07:09:58.698] 261/312 postgresql:subscription / subscription/017_stream_ddl                           ERROR            ...
[07:09:58.698] 262/312 postgresql:subscription / subscription/019_stream_subxact_ddl_abort             ERROR            ...
[07:09:58.698] 263/312 postgresql:subscription / subscription/012_collation                            ERROR            ...
[07:09:58.698] 265/312 postgresql:subscription / subscription/021_twophase                             ERROR            ...
[07:09:58.698] 266/312 postgresql:subscription / subscription/020_messages                             ERROR            ...
[07:09:58.698] 267/312 postgresql:subscription / subscription/023_twophase_stream                      ERROR            ...
[07:09:58.698] 268/312 postgresql:subscription / subscription/022_twophase_cascade                     ERROR            ...
[07:09:58.698] 269/312 postgresql:subscription / subscription/025_rep_changes_for_schema               ERROR            ...
[07:09:58.698] 270/312 postgresql:subscription / subscription/026_stats                                ERROR            ...
[07:09:58.698] 271/312 postgresql:subscription / subscription/027_nosuperuser                          ERROR            ...
[07:09:58.698] 272/312 postgresql:subscription / subscription/024_add_drop_pub                         ERROR            ...
[07:09:58.698] 273/312 postgresql:subscription / subscription/028_row_filter                           ERROR            ...
[07:09:58.698] 274/312 postgresql:subscription / subscription/029_on_error                             ERROR            ...
[07:09:58.698] 275/312 postgresql:subscription / subscription/030_origin                               ERROR            ...
[07:09:58.698] 277/312 postgresql:subscription / subscription/033_run_as_table_owner                   ERROR            ...
[07:09:58.698] 278/312 postgresql:subscription / subscription/031_column_list                          ERROR            ...
[07:09:58.698] 279/312 postgresql:subscription / subscription/032_subscribe_use_index                  ERROR            ...
[07:09:58.698] 280/312 postgresql:subscription / subscription/100_bugs                                 ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 3680
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 5828
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 1840
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 6752
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 5048
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 1368
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 6708
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 5536
core
00000052`e95ff8f8 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000052`e95ff900 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
00000052`e95ffbf0 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
00000052`e95ffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000052`e89feb80 00007ff7`3594baab     postgres!ExecInterpExpr(
00000052`e89fee40 00007ff7`359597da     postgres!ExecInterpExprStillValid(
00000052`e89fee70 00007ff7`35959a96     postgres!ExecEvalExpr(
00000052`e89feea0 00007ff7`3595952c     postgres!TupleHashTableHash_internal(
00000052`e89feef0 00007ff7`3598305a     postgres!LookupTupleHashEntry(
00000052`e89fef40 00007ff7`35983a9b     postgres!lookup_hash_entries(
00000052`e89fefe0 00007ff7`359869f6     postgres!agg_fill_hash_table(
00000052`e89ff020 00007ff7`3596b73b     postgres!ExecAgg(
00000052`e89ff070 00007ff7`359bbc2c     postgres!ExecProcNodeFirst(
00000052`e89ff0a0 00007ff7`359bc501     postgres!ExecProcNode(
core
00000052`e8dff628 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000052`e8dff630 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
00000052`e8dff920 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
00000052`e8dff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000052`e99ffbd8 00007fff`530fd71e     ntdll!NtWaitForSingleObject+0x14
00000052`e99ffbe0 00007ff7`35b31c4c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000052`e99ffc80 00007fff`53f74cb0     postgres!pg_timer_thread(
00000052`e99ffcc0 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
00000052`e99ffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000052`e91ffca8 00007fff`531445ca     ntdll!NtFsControlFile+0x14
00000052`e91ffcb0 00007ff7`35b301ab     KERNELBASE!ConnectNamedPipe+0x6a
00000052`e91ffd20 00007fff`53f74cb0     postgres!pg_signal_thread(
00000052`e91ffe20 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
00000052`e91ffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a5`e81feec0 00007ff7`3594baab     postgres!ExecInterpExpr(
000000a5`e81ff180 00007ff7`359597da     postgres!ExecInterpExprStillValid(
000000a5`e81ff1b0 00007ff7`35959a96     postgres!ExecEvalExpr(
000000a5`e81ff1e0 00007ff7`3595952c     postgres!TupleHashTableHash_internal(
000000a5`e81ff230 00007ff7`3598305a     postgres!LookupTupleHashEntry(
000000a5`e81ff280 00007ff7`35983a9b     postgres!lookup_hash_entries(
000000a5`e81ff320 00007ff7`359869f6     postgres!agg_fill_hash_table(
000000a5`e81ff360 00007ff7`3596b73b     postgres!ExecAgg(
000000a5`e81ff3b0 00007ff7`3596151c     postgres!ExecProcNodeFirst(
000000a5`e81ff3e0 00007ff7`35962610     postgres!ExecProcNode(
core
000000a5`e89ff688 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a5`e89ff690 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
000000a5`e89ff980 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a5`e89ff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a5`e8dff9a8 00007fff`531445ca     ntdll!NtFsControlFile+0x14
000000a5`e8dff9b0 00007ff7`35b301ab     KERNELBASE!ConnectNamedPipe+0x6a
000000a5`e8dffa20 00007fff`53f74cb0     postgres!pg_signal_thread(
000000a5`e8dffb20 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a5`e8dffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a5`e91ff9b8 00007fff`530fd71e     ntdll!NtWaitForSingleObject+0x14
000000a5`e91ff9c0 00007ff7`35b31c4c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000a5`e91ffa60 00007fff`53f74cb0     postgres!pg_timer_thread(
000000a5`e91ffaa0 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a5`e91ffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a5`e85ff5e8 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a5`e85ff5f0 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
000000a5`e85ff8e0 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a5`e85ff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`b59ffd88 00007fff`531445ca     ntdll!NtFsControlFile+0x14
000000cf`b59ffd90 00007ff7`35b301ab     KERNELBASE!ConnectNamedPipe+0x6a
000000cf`b59ffe00 00007fff`53f74cb0     postgres!pg_signal_thread(
000000cf`b59fff00 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`b59fff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`b61ff938 00007fff`530fd71e     ntdll!NtWaitForSingleObject+0x14
000000cf`b61ff940 00007ff7`35b31c4c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000cf`b61ff9e0 00007fff`53f74cb0     postgres!pg_timer_thread(
000000cf`b61ffa20 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`b61ffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`b5dffad8 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cf`b5dffae0 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
000000cf`b5dffdd0 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`b5dffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`b55ff918 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cf`b55ff920 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
000000cf`b55ffc10 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`b55ffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`b51feed0 00007ff7`3594baab     postgres!ExecInterpExpr(
000000cf`b51ff190 00007ff7`359597da     postgres!ExecInterpExprStillValid(
000000cf`b51ff1c0 00007ff7`35959a96     postgres!ExecEvalExpr(
000000cf`b51ff1f0 00007ff7`3595952c     postgres!TupleHashTableHash_internal(
000000cf`b51ff240 00007ff7`3598305a     postgres!LookupTupleHashEntry(
000000cf`b51ff290 00007ff7`35983a9b     postgres!lookup_hash_entries(
000000cf`b51ff330 00007ff7`359869f6     postgres!agg_fill_hash_table(
000000cf`b51ff370 00007ff7`3596b73b     postgres!ExecAgg(
000000cf`b51ff3c0 00007ff7`3596151c     postgres!ExecProcNodeFirst(
000000cf`b51ff3f0 00007ff7`35962610     postgres!ExecProcNode(
core
0000006b`731ffbd8 00007fff`530fd71e     ntdll!NtWaitForSingleObject+0x14
0000006b`731ffbe0 00007ff7`35b31c4c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000006b`731ffc80 00007fff`53f74cb0     postgres!pg_timer_thread(
0000006b`731ffcc0 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
0000006b`731ffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006b`735ffe98 00007fff`525cf6cb     ntdll!NtRemoveIoCompletion+0x14
0000006b`735ffea0 00007fff`53f74cb0     mswsock!SockAsyncThread+0x9b
0000006b`735fff00 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
0000006b`735fff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006b`72dffab8 00007fff`531445ca     ntdll!NtFsControlFile+0x14
0000006b`72dffac0 00007ff7`35b301ab     KERNELBASE!ConnectNamedPipe+0x6a
0000006b`72dffb30 00007fff`53f74cb0     postgres!pg_signal_thread(
0000006b`72dffc30 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
0000006b`72dffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006b`725fec00 00007ff7`3594baab     postgres!ExecInterpExpr(
0000006b`725feec0 00007ff7`359597da     postgres!ExecInterpExprStillValid(
0000006b`725feef0 00007ff7`35959a96     postgres!ExecEvalExpr(
0000006b`725fef20 00007ff7`3595952c     postgres!TupleHashTableHash_internal(
0000006b`725fef70 00007ff7`3598305a     postgres!LookupTupleHashEntry(
0000006b`725fefc0 00007ff7`35983a9b     postgres!lookup_hash_entries(
0000006b`725ff060 00007ff7`359869f6     postgres!agg_fill_hash_table(
0000006b`725ff0a0 00007ff7`3596b73b     postgres!ExecAgg(
0000006b`725ff0f0 00007ff7`359806ac     postgres!ExecProcNodeFirst(
0000006b`725ff120 00007ff7`35980c65     postgres!ExecProcNode(
core
0000006b`729ff6a8 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006b`729ff6b0 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
0000006b`729ff9a0 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
0000006b`729ff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006b`739ff5d8 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006b`739ff5e0 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
0000006b`739ff8d0 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
0000006b`739ff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000002`937ff728 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000002`937ff730 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
00000002`937ffa20 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
00000002`937ffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000002`943ff708 00007fff`531445ca     ntdll!NtFsControlFile+0x14
00000002`943ff710 00007ff7`35b301ab     KERNELBASE!ConnectNamedPipe+0x6a
00000002`943ff780 00007fff`53f74cb0     postgres!pg_signal_thread(
00000002`943ff880 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
00000002`943ff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000002`93fffb88 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000002`93fffb90 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
00000002`93fffe80 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
00000002`93fffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000002`93bff8b8 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000002`93bff8c0 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
00000002`93bffbb0 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
00000002`93bffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000002`947ffe08 00007fff`530fd71e     ntdll!NtWaitForSingleObject+0x14
00000002`947ffe10 00007ff7`35b31c4c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000002`947ffeb0 00007fff`53f74cb0     postgres!pg_timer_thread(
00000002`947ffef0 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
00000002`947fff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000002`933fef60 00007ff7`3594baab     postgres!ExecInterpExpr(
00000002`933ff220 00007ff7`359597da     postgres!ExecInterpExprStillValid(
00000002`933ff250 00007ff7`35959a96     postgres!ExecEvalExpr(
00000002`933ff280 00007ff7`3595952c     postgres!TupleHashTableHash_internal(
00000002`933ff2d0 00007ff7`3598305a     postgres!LookupTupleHashEntry(
00000002`933ff320 00007ff7`35983a9b     postgres!lookup_hash_entries(
00000002`933ff3c0 00007ff7`359869f6     postgres!agg_fill_hash_table(
00000002`933ff400 00007ff7`3596b73b     postgres!ExecAgg(
00000002`933ff450 00007ff7`3596151c     postgres!ExecProcNodeFirst(
00000002`933ff480 00007ff7`35962610     postgres!ExecProcNode(
core
00000079`edbff7a8 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000079`edbff7b0 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
00000079`edbffaa0 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
00000079`edbffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000079`edfffcb8 00007fff`530fd71e     ntdll!NtWaitForSingleObject+0x14
00000079`edfffcc0 00007ff7`35b31c4c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000079`edfffd60 00007fff`53f74cb0     postgres!pg_timer_thread(
00000079`edfffda0 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
00000079`edfffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000079`ed3ff628 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000079`ed3ff630 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
00000079`ed3ff920 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
00000079`ed3ff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000079`ecffe750 00007ff7`3594baab     postgres!ExecInterpExpr(
00000079`ecffea10 00007ff7`359597da     postgres!ExecInterpExprStillValid(
00000079`ecffea40 00007ff7`35959a96     postgres!ExecEvalExpr(
00000079`ecffea70 00007ff7`3595952c     postgres!TupleHashTableHash_internal(
00000079`ecffeac0 00007ff7`359bfab2     postgres!LookupTupleHashEntry(
00000079`ecffeb10 00007ff7`359be99f     postgres!buildSubPlanHash(
00000079`ecffec00 00007ff7`359bddca     postgres!ExecHashSubPlan(
00000079`ecffec50 00007ff7`3595142e     postgres!ExecSubPlan(
00000079`ecffecb0 00007ff7`35954d4f     postgres!ExecEvalSubPlan(
00000079`ecffecf0 00007ff7`3594baab     postgres!ExecInterpExpr(
core
00000079`ed7ffc78 00007fff`531445ca     ntdll!NtFsControlFile+0x14
00000079`ed7ffc80 00007ff7`35b301ab     KERNELBASE!ConnectNamedPipe+0x6a
00000079`ed7ffcf0 00007fff`53f74cb0     postgres!pg_signal_thread(
00000079`ed7ffdf0 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
00000079`ed7ffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000025`babff778 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000025`babff780 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
00000025`babffa70 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
00000025`babffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000025`bafff978 00007fff`530fd71e     ntdll!NtWaitForSingleObject+0x14
00000025`bafff980 00007ff7`35b31c4c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000025`bafffa20 00007fff`53f74cb0     postgres!pg_timer_thread(
00000025`bafffa60 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
00000025`bafffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000025`ba3ffb08 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000025`ba3ffb10 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
00000025`ba3ffe00 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
00000025`ba3ffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000025`b9ffee20 00007ff7`3594baab     postgres!ExecInterpExpr(
00000025`b9fff0e0 00007ff7`359597da     postgres!ExecInterpExprStillValid(
00000025`b9fff110 00007ff7`35959a96     postgres!ExecEvalExpr(
00000025`b9fff140 00007ff7`3595952c     postgres!TupleHashTableHash_internal(
00000025`b9fff190 00007ff7`3598305a     postgres!LookupTupleHashEntry(
00000025`b9fff1e0 00007ff7`35983a9b     postgres!lookup_hash_entries(
00000025`b9fff280 00007ff7`359869f6     postgres!agg_fill_hash_table(
00000025`b9fff2c0 00007ff7`3596b73b     postgres!ExecAgg(
00000025`b9fff310 00007ff7`3596151c     postgres!ExecProcNodeFirst(
00000025`b9fff340 00007ff7`35962610     postgres!ExecProcNode(
core
00000025`ba7ff6a8 00007fff`531445ca     ntdll!NtFsControlFile+0x14
00000025`ba7ff6b0 00007ff7`35b301ab     KERNELBASE!ConnectNamedPipe+0x6a
00000025`ba7ff720 00007fff`53f74cb0     postgres!pg_signal_thread(
00000025`ba7ff820 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
00000025`ba7ff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b9`fe9ff838 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b9`fe9ff840 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
000000b9`fe9ffb30 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b9`fe9ffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b9`ff1ff7b8 00007fff`530fd71e     ntdll!NtWaitForSingleObject+0x14
000000b9`ff1ff7c0 00007ff7`35b31c4c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000b9`ff1ff860 00007fff`53f74cb0     postgres!pg_timer_thread(
000000b9`ff1ff8a0 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b9`ff1ff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b9`ff5ff608 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b9`ff5ff610 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
000000b9`ff5ff900 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b9`ff5ff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b9`fe5fea40 00007ff7`3594baab     postgres!ExecInterpExpr(
000000b9`fe5fed00 00007ff7`359597da     postgres!ExecInterpExprStillValid(
000000b9`fe5fed30 00007ff7`35959a96     postgres!ExecEvalExpr(
000000b9`fe5fed60 00007ff7`3595952c     postgres!TupleHashTableHash_internal(
000000b9`fe5fedb0 00007ff7`3598305a     postgres!LookupTupleHashEntry(
000000b9`fe5fee00 00007ff7`35983a9b     postgres!lookup_hash_entries(
000000b9`fe5feea0 00007ff7`359869f6     postgres!agg_fill_hash_table(
000000b9`fe5feee0 00007ff7`3596b73b     postgres!ExecAgg(
000000b9`fe5fef30 00007ff7`35986c8c     postgres!ExecProcNodeFirst(
000000b9`fe5fef60 00007ff7`35987a4d     postgres!ExecProcNode(
core
000000b9`fedff8f8 00007fff`531445ca     ntdll!NtFsControlFile+0x14
000000b9`fedff900 00007ff7`35b301ab     KERNELBASE!ConnectNamedPipe+0x6a
000000b9`fedff970 00007fff`53f74cb0     postgres!pg_signal_thread(
000000b9`fedffa70 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b9`fedffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000093`807ff6e8 00007fff`530fd71e     ntdll!NtWaitForSingleObject+0x14
00000093`807ff6f0 00007ff7`35b31c4c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000093`807ff790 00007fff`53f74cb0     postgres!pg_timer_thread(
00000093`807ff7d0 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
00000093`807ff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000093`80bff738 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000093`80bff740 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
00000093`80bffa30 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
00000093`80bffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000093`ffbfeae0 00007ff7`3594baab     postgres!ExecInterpExpr(
00000093`ffbfeda0 00007ff7`359597da     postgres!ExecInterpExprStillValid(
00000093`ffbfedd0 00007ff7`35959a96     postgres!ExecEvalExpr(
00000093`ffbfee00 00007ff7`3595952c     postgres!TupleHashTableHash_internal(
00000093`ffbfee50 00007ff7`3598305a     postgres!LookupTupleHashEntry(
00000093`ffbfeea0 00007ff7`35983a9b     postgres!lookup_hash_entries(
00000093`ffbfef40 00007ff7`359869f6     postgres!agg_fill_hash_table(
00000093`ffbfef80 00007ff7`3596b73b     postgres!ExecAgg(
00000093`ffbfefd0 00007ff7`359bbc2c     postgres!ExecProcNodeFirst(
00000093`ffbff000 00007ff7`359bc501     postgres!ExecProcNode(
core
00000093`fffffb08 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000093`fffffb10 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
00000093`fffffe00 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
00000093`fffffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000093`803ff6a8 00007fff`531445ca     ntdll!NtFsControlFile+0x14
00000093`803ff6b0 00007ff7`35b301ab     KERNELBASE!ConnectNamedPipe+0x6a
00000093`803ff720 00007fff`53f74cb0     postgres!pg_signal_thread(
00000093`803ff820 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
00000093`803ff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ec`7bfff608 00007fff`531445ca     ntdll!NtFsControlFile+0x14
000000ec`7bfff610 00007ff7`35b301ab     KERNELBASE!ConnectNamedPipe+0x6a
000000ec`7bfff680 00007fff`53f74cb0     postgres!pg_signal_thread(
000000ec`7bfff780 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ec`7bfff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ec`7b3fedc0 00007ff7`3594baab     postgres!ExecInterpExpr(
000000ec`7b3ff080 00007ff7`359597da     postgres!ExecInterpExprStillValid(
000000ec`7b3ff0b0 00007ff7`35959a96     postgres!ExecEvalExpr(
000000ec`7b3ff0e0 00007ff7`3595952c     postgres!TupleHashTableHash_internal(
000000ec`7b3ff130 00007ff7`3598305a     postgres!LookupTupleHashEntry(
000000ec`7b3ff180 00007ff7`3598382a     postgres!lookup_hash_entries(
000000ec`7b3ff220 00007ff7`35986a11     postgres!agg_retrieve_direct(
000000ec`7b3ff2c0 00007ff7`3596b73b     postgres!ExecAgg(
000000ec`7b3ff310 00007ff7`359bbc2c     postgres!ExecProcNodeFirst(
000000ec`7b3ff340 00007ff7`359bc501     postgres!ExecProcNode(
core
000000ec`7b7ff8f8 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ec`7b7ff900 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
000000ec`7b7ffbf0 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ec`7b7ffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ec`7bbff8e8 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ec`7bbff8f0 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
000000ec`7bbffbe0 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ec`7bbffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ec`7c3ff798 00007fff`530fd71e     ntdll!NtWaitForSingleObject+0x14
000000ec`7c3ff7a0 00007ff7`35b31c4c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000ec`7c3ff840 00007fff`53f74cb0     postgres!pg_timer_thread(
000000ec`7c3ff880 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ec`7c3ff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ab`db7ffbe8 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ab`db7ffbf0 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
000000ab`db7ffee0 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ab`db7fff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ab`dc3ffca8 00007fff`530fd71e     ntdll!NtWaitForSingleObject+0x14
000000ab`dc3ffcb0 00007ff7`35b31c4c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000ab`dc3ffd50 00007fff`53f74cb0     postgres!pg_timer_thread(
000000ab`dc3ffd90 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ab`dc3ffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ab`db3feac0 00007ff7`3594baab     postgres!ExecInterpExpr(
000000ab`db3fed80 00007ff7`359597da     postgres!ExecInterpExprStillValid(
000000ab`db3fedb0 00007ff7`35959a96     postgres!ExecEvalExpr(
000000ab`db3fede0 00007ff7`3595952c     postgres!TupleHashTableHash_internal(
000000ab`db3fee30 00007ff7`3598305a     postgres!LookupTupleHashEntry(
000000ab`db3fee80 00007ff7`35983a9b     postgres!lookup_hash_entries(
000000ab`db3fef20 00007ff7`359869f6     postgres!agg_fill_hash_table(
000000ab`db3fef60 00007ff7`3596b73b     postgres!ExecAgg(
000000ab`db3fefb0 00007ff7`3596151c     postgres!ExecProcNodeFirst(
000000ab`db3fefe0 00007ff7`35962610     postgres!ExecProcNode(
core
000000ab`dbfffd98 00007fff`531445ca     ntdll!NtFsControlFile+0x14
000000ab`dbfffda0 00007ff7`35b301ab     KERNELBASE!ConnectNamedPipe+0x6a
000000ab`dbfffe10 00007fff`53f74cb0     postgres!pg_signal_thread(
000000ab`dbffff10 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ab`dbffff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ab`dbbffbd8 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ab`dbbffbe0 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
000000ab`dbbffed0 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ab`dbbfff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cb`d0bffc48 00007fff`530fd71e     ntdll!NtWaitForSingleObject+0x14
000000cb`d0bffc50 00007ff7`35b31c4c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000cb`d0bffcf0 00007fff`53f74cb0     postgres!pg_timer_thread(
000000cb`d0bffd30 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000cb`d0bffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cb`d03ffa28 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cb`d03ffa30 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
000000cb`d03ffd20 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000cb`d03ffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cb`cffffb88 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cb`cffffb90 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
000000cb`cffffe80 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000cb`cffffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cb`cfbfebf0 00007ff7`3594baab     postgres!ExecInterpExpr(
000000cb`cfbfeeb0 00007ff7`359597da     postgres!ExecInterpExprStillValid(
000000cb`cfbfeee0 00007ff7`35959a96     postgres!ExecEvalExpr(
000000cb`cfbfef10 00007ff7`3595952c     postgres!TupleHashTableHash_internal(
000000cb`cfbfef60 00007ff7`3598305a     postgres!LookupTupleHashEntry(
000000cb`cfbfefb0 00007ff7`35983a9b     postgres!lookup_hash_entries(
000000cb`cfbff050 00007ff7`359869f6     postgres!agg_fill_hash_table(
000000cb`cfbff090 00007ff7`3596b73b     postgres!ExecAgg(
000000cb`cfbff0e0 00007ff7`3596151c     postgres!ExecProcNodeFirst(
000000cb`cfbff110 00007ff7`35962610     postgres!ExecProcNode(
core
000000cb`d07ff9a8 00007fff`531445ca     ntdll!NtFsControlFile+0x14
000000cb`d07ff9b0 00007ff7`35b301ab     KERNELBASE!ConnectNamedPipe+0x6a
000000cb`d07ffa20 00007fff`53f74cb0     postgres!pg_signal_thread(
000000cb`d07ffb20 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000cb`d07ffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a2`b81ff8f8 00007fff`530fd71e     ntdll!NtWaitForSingleObject+0x14
000000a2`b81ff900 00007ff7`35b31c4c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000a2`b81ff9a0 00007fff`53f74cb0     postgres!pg_timer_thread(
000000a2`b81ff9e0 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a2`b81ffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a2`b7dff938 00007fff`531445ca     ntdll!NtFsControlFile+0x14
000000a2`b7dff940 00007ff7`35b301ab     KERNELBASE!ConnectNamedPipe+0x6a
000000a2`b7dff9b0 00007fff`53f74cb0     postgres!pg_signal_thread(
000000a2`b7dffab0 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a2`b7dffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a2`b75ff4f8 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a2`b75ff500 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
000000a2`b75ff7f0 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a2`b75ff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a2`b71fef00 00007ff7`3594baab     postgres!ExecInterpExpr(
000000a2`b71ff1c0 00007ff7`359597da     postgres!ExecInterpExprStillValid(
000000a2`b71ff1f0 00007ff7`35959a96     postgres!ExecEvalExpr(
000000a2`b71ff220 00007ff7`3595952c     postgres!TupleHashTableHash_internal(
000000a2`b71ff270 00007ff7`359bb380     postgres!LookupTupleHashEntry(
000000a2`b71ff2c0 00007ff7`359bbab1     postgres!setop_fill_hash_table(
000000a2`b71ff330 00007ff7`3596b73b     postgres!ExecSetOp(
000000a2`b71ff380 00007ff7`3596151c     postgres!ExecProcNodeFirst(
000000a2`b71ff3b0 00007ff7`35962610     postgres!ExecProcNode(
000000a2`b71ff3e0 00007ff7`3595d927     postgres!ExecutePlan(
core
000000a2`b79ff968 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a2`b79ff970 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
000000a2`b79ffc60 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a2`b79ffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a5`9d3ffdd8 00007fff`530fd71e     ntdll!NtWaitForSingleObject+0x14
000000a5`9d3ffde0 00007ff7`35b31c4c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000a5`9d3ffe80 00007fff`53f74cb0     postgres!pg_timer_thread(
000000a5`9d3ffec0 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a5`9d3ffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a5`9cfff948 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a5`9cfff950 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
000000a5`9cfffc40 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a5`9cfffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a5`9cbff9a8 00007fff`531445ca     ntdll!NtFsControlFile+0x14
000000a5`9cbff9b0 00007ff7`35b301ab     KERNELBASE!ConnectNamedPipe+0x6a
000000a5`9cbffa20 00007fff`53f74cb0     postgres!pg_signal_thread(
000000a5`9cbffb20 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a5`9cbffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a5`9c7ff7d8 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a5`9c7ff7e0 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
000000a5`9c7ffad0 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a5`9c7ffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a5`9c3ff0b0 00007ff7`3594baab     postgres!ExecInterpExpr(
000000a5`9c3ff370 00007ff7`359597da     postgres!ExecInterpExprStillValid(
000000a5`9c3ff3a0 00007ff7`35959a96     postgres!ExecEvalExpr(
000000a5`9c3ff3d0 00007ff7`3595952c     postgres!TupleHashTableHash_internal(
000000a5`9c3ff420 00007ff7`3598305a     postgres!LookupTupleHashEntry(
000000a5`9c3ff470 00007ff7`35983a9b     postgres!lookup_hash_entries(
000000a5`9c3ff510 00007ff7`359869f6     postgres!agg_fill_hash_table(
000000a5`9c3ff550 00007ff7`3596b73b     postgres!ExecAgg(
000000a5`9c3ff5a0 00007ff7`3596151c     postgres!ExecProcNodeFirst(
000000a5`9c3ff5d0 00007ff7`35962610     postgres!ExecProcNode(
core
000000c8`893ff608 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c8`893ff610 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
000000c8`893ff900 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c8`893ff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c8`88ffe9c0 00007ff7`3594baab     postgres!ExecInterpExpr(
000000c8`88ffec80 00007ff7`359597da     postgres!ExecInterpExprStillValid(
000000c8`88ffecb0 00007ff7`35959a96     postgres!ExecEvalExpr(
000000c8`88ffece0 00007ff7`3595952c     postgres!TupleHashTableHash_internal(
000000c8`88ffed30 00007ff7`3598305a     postgres!LookupTupleHashEntry(
000000c8`88ffed80 00007ff7`35983a9b     postgres!lookup_hash_entries(
000000c8`88ffee20 00007ff7`359869f6     postgres!agg_fill_hash_table(
000000c8`88ffee60 00007ff7`3596b73b     postgres!ExecAgg(
000000c8`88ffeeb0 00007ff7`359bbc2c     postgres!ExecProcNodeFirst(
000000c8`88ffeee0 00007ff7`359bc501     postgres!ExecProcNode(
core
000000c8`89fffb38 00007fff`530fd71e     ntdll!NtWaitForSingleObject+0x14
000000c8`89fffb40 00007ff7`35b31c4c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000c8`89fffbe0 00007fff`53f74cb0     postgres!pg_timer_thread(
000000c8`89fffc20 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c8`89fffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c8`89bff658 00007fff`531445ca     ntdll!NtFsControlFile+0x14
000000c8`89bff660 00007ff7`35b301ab     KERNELBASE!ConnectNamedPipe+0x6a
000000c8`89bff6d0 00007fff`53f74cb0     postgres!pg_signal_thread(
000000c8`89bff7d0 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c8`89bff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c8`897ffa48 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c8`897ffa50 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
000000c8`897ffd40 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c8`897ffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fe`179ff698 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fe`179ff6a0 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
000000fe`179ff990 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000fe`179ff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fe`175ff140 00007ff7`3594baab     postgres!ExecInterpExpr(
000000fe`175ff400 00007ff7`359597da     postgres!ExecInterpExprStillValid(
000000fe`175ff430 00007ff7`35959a96     postgres!ExecEvalExpr(
000000fe`175ff460 00007ff7`3595952c     postgres!TupleHashTableHash_internal(
000000fe`175ff4b0 00007ff7`3598305a     postgres!LookupTupleHashEntry(
000000fe`175ff500 00007ff7`35983a9b     postgres!lookup_hash_entries(
000000fe`175ff5a0 00007ff7`359869f6     postgres!agg_fill_hash_table(
000000fe`175ff5e0 00007ff7`3596b73b     postgres!ExecAgg(
000000fe`175ff630 00007ff7`3596151c     postgres!ExecProcNodeFirst(
000000fe`175ff660 00007ff7`35962610     postgres!ExecProcNode(
core
000000fe`17dffba8 00007fff`531445ca     ntdll!NtFsControlFile+0x14
000000fe`17dffbb0 00007ff7`35b301ab     KERNELBASE!ConnectNamedPipe+0x6a
000000fe`17dffc20 00007fff`53f74cb0     postgres!pg_signal_thread(
000000fe`17dffd20 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000fe`17dffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fe`181ff5c8 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fe`181ff5d0 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
000000fe`181ff8c0 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000fe`181ff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fe`185ffb78 00007fff`530fd71e     ntdll!NtWaitForSingleObject+0x14
000000fe`185ffb80 00007ff7`35b31c4c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000fe`185ffc20 00007fff`53f74cb0     postgres!pg_timer_thread(
000000fe`185ffc60 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000fe`185ffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a5`897fdc10 00007ff7`3594baab     postgres!ExecInterpExpr(
000000a5`897fded0 00007ff7`359597da     postgres!ExecInterpExprStillValid(
000000a5`897fdf00 00007ff7`35959a96     postgres!ExecEvalExpr(
000000a5`897fdf30 00007ff7`3595952c     postgres!TupleHashTableHash_internal(
000000a5`897fdf80 00007ff7`3598305a     postgres!LookupTupleHashEntry(
000000a5`897fdfd0 00007ff7`35983a9b     postgres!lookup_hash_entries(
000000a5`897fe070 00007ff7`359869f6     postgres!agg_fill_hash_table(
000000a5`897fe0b0 00007ff7`3596b73b     postgres!ExecAgg(
000000a5`897fe100 00007ff7`3598ea4c     postgres!ExecProcNodeFirst(
000000a5`897fe130 00007ff7`3598f2e9     postgres!ExecProcNode(
core
000000a5`89bffc28 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a5`89bffc30 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
000000a5`89bfff20 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a5`89bfff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a5`8a3ffbb8 00007fff`531445ca     ntdll!NtFsControlFile+0x14
000000a5`8a3ffbc0 00007ff7`35b301ab     KERNELBASE!ConnectNamedPipe+0x6a
000000a5`8a3ffc30 00007fff`53f74cb0     postgres!pg_signal_thread(
000000a5`8a3ffd30 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a5`8a3ffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a5`8a7ffc78 00007fff`530fd71e     ntdll!NtWaitForSingleObject+0x14
000000a5`8a7ffc80 00007ff7`35b31c4c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000a5`8a7ffd20 00007fff`53f74cb0     postgres!pg_timer_thread(
000000a5`8a7ffd60 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a5`8a7ffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a5`89fff8e8 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a5`89fff8f0 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
000000a5`89fffbe0 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a5`89fffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001d`9e1ff6d8 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001d`9e1ff6e0 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
0000001d`9e1ff9d0 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
0000001d`9e1ffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001d`9d9ff0b0 00007ff7`3594baab     postgres!ExecInterpExpr(
0000001d`9d9ff370 00007ff7`359597da     postgres!ExecInterpExprStillValid(
0000001d`9d9ff3a0 00007ff7`35959a96     postgres!ExecEvalExpr(
0000001d`9d9ff3d0 00007ff7`3595952c     postgres!TupleHashTableHash_internal(
0000001d`9d9ff420 00007ff7`3598305a     postgres!LookupTupleHashEntry(
0000001d`9d9ff470 00007ff7`35983a9b     postgres!lookup_hash_entries(
0000001d`9d9ff510 00007ff7`359869f6     postgres!agg_fill_hash_table(
0000001d`9d9ff550 00007ff7`3596b73b     postgres!ExecAgg(
0000001d`9d9ff5a0 00007ff7`3596151c     postgres!ExecProcNodeFirst(
0000001d`9d9ff5d0 00007ff7`35962610     postgres!ExecProcNode(
core
0000001d`9e9ffc38 00007fff`530fd71e     ntdll!NtWaitForSingleObject+0x14
0000001d`9e9ffc40 00007ff7`35b31c4c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000001d`9e9ffce0 00007fff`53f74cb0     postgres!pg_timer_thread(
0000001d`9e9ffd20 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
0000001d`9e9ffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001d`9e5ff678 00007fff`531445ca     ntdll!NtFsControlFile+0x14
0000001d`9e5ff680 00007ff7`35b301ab     KERNELBASE!ConnectNamedPipe+0x6a
0000001d`9e5ff6f0 00007fff`53f74cb0     postgres!pg_signal_thread(
0000001d`9e5ff7f0 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
0000001d`9e5ff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001d`9ddffc38 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001d`9ddffc40 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
0000001d`9ddfff30 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
0000001d`9ddfff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000014`e27ffc18 00007fff`531445ca     ntdll!NtFsControlFile+0x14
00000014`e27ffc20 00007ff7`35b301ab     KERNELBASE!ConnectNamedPipe+0x6a
00000014`e27ffc90 00007fff`53f74cb0     postgres!pg_signal_thread(
00000014`e27ffd90 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
00000014`e27ffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000014`e2bff978 00007fff`530fd71e     ntdll!NtWaitForSingleObject+0x14
00000014`e2bff980 00007ff7`35b31c4c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000014`e2bffa20 00007fff`53f74cb0     postgres!pg_timer_thread(
00000014`e2bffa60 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
00000014`e2bffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000014`e1bfef20 00007ff7`3594baab     postgres!ExecInterpExpr(
00000014`e1bff1e0 00007ff7`359597da     postgres!ExecInterpExprStillValid(
00000014`e1bff210 00007ff7`35959a96     postgres!ExecEvalExpr(
00000014`e1bff240 00007ff7`3595952c     postgres!TupleHashTableHash_internal(
00000014`e1bff290 00007ff7`3598305a     postgres!LookupTupleHashEntry(
00000014`e1bff2e0 00007ff7`35983a9b     postgres!lookup_hash_entries(
00000014`e1bff380 00007ff7`359869f6     postgres!agg_fill_hash_table(
00000014`e1bff3c0 00007ff7`3596b73b     postgres!ExecAgg(
00000014`e1bff410 00007ff7`3596151c     postgres!ExecProcNodeFirst(
00000014`e1bff440 00007ff7`35962610     postgres!ExecProcNode(
core
00000014`e23ff5e8 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000014`e23ff5f0 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
00000014`e23ff8e0 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
00000014`e23ff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000014`e1fff788 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000014`e1fff790 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
00000014`e1fffa80 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
00000014`e1fffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f5`94bffc18 00007fff`531445ca     ntdll!NtFsControlFile+0x14
000000f5`94bffc20 00007ff7`35b301ab     KERNELBASE!ConnectNamedPipe+0x6a
000000f5`94bffc90 00007fff`53f74cb0     postgres!pg_signal_thread(
000000f5`94bffd90 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f5`94bffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f5`94fffdd8 00007fff`530fd71e     ntdll!NtWaitForSingleObject+0x14
000000f5`94fffde0 00007ff7`35b31c4c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000f5`94fffe80 00007fff`53f74cb0     postgres!pg_timer_thread(
000000f5`94fffec0 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f5`94fffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f5`947ff5f8 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f5`947ff600 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
000000f5`947ff8f0 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f5`947ff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f5`943ffa18 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f5`943ffa20 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
000000f5`943ffd10 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f5`943ffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f5`93ffeca0 00007ff7`3594baab     postgres!ExecInterpExpr(
000000f5`93ffef60 00007ff7`359597da     postgres!ExecInterpExprStillValid(
000000f5`93ffef90 00007ff7`35959a96     postgres!ExecEvalExpr(
000000f5`93ffefc0 00007ff7`3595952c     postgres!TupleHashTableHash_internal(
000000f5`93fff010 00007ff7`3598305a     postgres!LookupTupleHashEntry(
000000f5`93fff060 00007ff7`35983a9b     postgres!lookup_hash_entries(
000000f5`93fff100 00007ff7`359869f6     postgres!agg_fill_hash_table(
000000f5`93fff140 00007ff7`3596b73b     postgres!ExecAgg(
000000f5`93fff190 00007ff7`3596151c     postgres!ExecProcNodeFirst(
000000f5`93fff1c0 00007ff7`35962610     postgres!ExecProcNode(
core
000000ca`481fe8c0 00007ff7`3594baab     postgres!ExecInterpExpr(
000000ca`481feb80 00007ff7`359597da     postgres!ExecInterpExprStillValid(
000000ca`481febb0 00007ff7`35959a96     postgres!ExecEvalExpr(
000000ca`481febe0 00007ff7`3595952c     postgres!TupleHashTableHash_internal(
000000ca`481fec30 00007ff7`3598305a     postgres!LookupTupleHashEntry(
000000ca`481fec80 00007ff7`35983a9b     postgres!lookup_hash_entries(
000000ca`481fed20 00007ff7`359869f6     postgres!agg_fill_hash_table(
000000ca`481fed60 00007ff7`3596b73b     postgres!ExecAgg(
000000ca`481fedb0 00007ff7`359bbc2c     postgres!ExecProcNodeFirst(
000000ca`481fede0 00007ff7`359bc501     postgres!ExecProcNode(
core
000000ca`485ff8a8 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ca`485ff8b0 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
000000ca`485ffba0 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ca`485ffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ca`491ffe08 00007fff`530fd71e     ntdll!NtWaitForSingleObject+0x14
000000ca`491ffe10 00007ff7`35b31c4c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000ca`491ffeb0 00007fff`53f74cb0     postgres!pg_timer_thread(
000000ca`491ffef0 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ca`491fff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ca`48dffbf8 00007fff`531445ca     ntdll!NtFsControlFile+0x14
000000ca`48dffc00 00007ff7`35b301ab     KERNELBASE!ConnectNamedPipe+0x6a
000000ca`48dffc70 00007fff`53f74cb0     postgres!pg_signal_thread(
000000ca`48dffd70 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ca`48dffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ca`489ffb38 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ca`489ffb40 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
000000ca`489ffe30 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ca`489ffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b1`273ffa68 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b1`273ffa70 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
000000b1`273ffd60 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b1`273ffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b1`27fffcd8 00007fff`530fd71e     ntdll!NtWaitForSingleObject+0x14
000000b1`27fffce0 00007ff7`35b31c4c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000b1`27fffd80 00007fff`53f74cb0     postgres!pg_timer_thread(
000000b1`27fffdc0 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b1`27fffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b1`27bffdb8 00007fff`531445ca     ntdll!NtFsControlFile+0x14
000000b1`27bffdc0 00007ff7`35b301ab     KERNELBASE!ConnectNamedPipe+0x6a
000000b1`27bffe30 00007fff`53f74cb0     postgres!pg_signal_thread(
000000b1`27bfff30 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b1`27bfff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b1`277ff5a8 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b1`277ff5b0 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
000000b1`277ff8a0 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b1`277ff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b1`26ffeaf0 00007ff7`3594baab     postgres!ExecInterpExpr(
000000b1`26ffedb0 00007ff7`359597da     postgres!ExecInterpExprStillValid(
000000b1`26ffede0 00007ff7`35959a96     postgres!ExecEvalExpr(
000000b1`26ffee10 00007ff7`3595952c     postgres!TupleHashTableHash_internal(
000000b1`26ffee60 00007ff7`3598305a     postgres!LookupTupleHashEntry(
000000b1`26ffeeb0 00007ff7`35983a9b     postgres!lookup_hash_entries(
000000b1`26ffef50 00007ff7`359869f6     postgres!agg_fill_hash_table(
000000b1`26ffef90 00007ff7`3596b73b     postgres!ExecAgg(
000000b1`26ffefe0 00007ff7`3596151c     postgres!ExecProcNodeFirst(
000000b1`26fff010 00007ff7`35962610     postgres!ExecProcNode(
core
00000011`9f1fe6d0 00007ff7`3594baab     postgres!ExecInterpExpr(
00000011`9f1fe990 00007ff7`359597da     postgres!ExecInterpExprStillValid(
00000011`9f1fe9c0 00007ff7`35959a96     postgres!ExecEvalExpr(
00000011`9f1fe9f0 00007ff7`3595952c     postgres!TupleHashTableHash_internal(
00000011`9f1fea40 00007ff7`3598305a     postgres!LookupTupleHashEntry(
00000011`9f1fea90 00007ff7`3598382a     postgres!lookup_hash_entries(
00000011`9f1feb30 00007ff7`35986a11     postgres!agg_retrieve_direct(
00000011`9f1febd0 00007ff7`3596b73b     postgres!ExecAgg(
00000011`9f1fec20 00007ff7`359bbc2c     postgres!ExecProcNodeFirst(
00000011`9f1fec50 00007ff7`359bc501     postgres!ExecProcNode(
core
00000011`a01ffc48 00007fff`530fd71e     ntdll!NtWaitForSingleObject+0x14
00000011`a01ffc50 00007ff7`35b31c4c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000011`a01ffcf0 00007fff`53f74cb0     postgres!pg_timer_thread(
00000011`a01ffd30 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
00000011`a01ffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000011`9fdff728 00007fff`531445ca     ntdll!NtFsControlFile+0x14
00000011`9fdff730 00007ff7`35b301ab     KERNELBASE!ConnectNamedPipe+0x6a
00000011`9fdff7a0 00007fff`53f74cb0     postgres!pg_signal_thread(
00000011`9fdff8a0 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
00000011`9fdff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000011`9f9ff6f8 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000011`9f9ff700 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
00000011`9f9ff9f0 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
00000011`9f9ffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000011`9f5ff898 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000011`9f5ff8a0 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
00000011`9f5ffb90 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
00000011`9f5ffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d6`06dff6c8 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d6`06dff6d0 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
000000d6`06dff9c0 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d6`06dff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d6`069ff010 00007ff7`3594baab     postgres!ExecInterpExpr(
000000d6`069ff2d0 00007ff7`359597da     postgres!ExecInterpExprStillValid(
000000d6`069ff300 00007ff7`35959a96     postgres!ExecEvalExpr(
000000d6`069ff330 00007ff7`3595952c     postgres!TupleHashTableHash_internal(
000000d6`069ff380 00007ff7`3598305a     postgres!LookupTupleHashEntry(
000000d6`069ff3d0 00007ff7`35983a9b     postgres!lookup_hash_entries(
000000d6`069ff470 00007ff7`359869f6     postgres!agg_fill_hash_table(
000000d6`069ff4b0 00007ff7`3596b73b     postgres!ExecAgg(
000000d6`069ff500 00007ff7`3596151c     postgres!ExecProcNodeFirst(
000000d6`069ff530 00007ff7`35962610     postgres!ExecProcNode(
core
000000d6`07dffa78 00007fff`530fd71e     ntdll!NtWaitForSingleObject+0x14
000000d6`07dffa80 00007ff7`35b31c4c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000d6`07dffb20 00007fff`53f74cb0     postgres!pg_timer_thread(
000000d6`07dffb60 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d6`07dffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d6`079ffbb8 00007fff`531445ca     ntdll!NtFsControlFile+0x14
000000d6`079ffbc0 00007ff7`35b301ab     KERNELBASE!ConnectNamedPipe+0x6a
000000d6`079ffc30 00007fff`53f74cb0     postgres!pg_signal_thread(
000000d6`079ffd30 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d6`079ffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d6`075ff748 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d6`075ff750 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
000000d6`075ffa40 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d6`075ffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d6`071ff538 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d6`071ff540 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
000000d6`071ff830 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d6`071ff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f9`d6fff618 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f9`d6fff620 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
000000f9`d6fff910 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f9`d6fff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f9`d67fefa0 00007ff7`3594baab     postgres!ExecInterpExpr(
000000f9`d67ff260 00007ff7`359597da     postgres!ExecInterpExprStillValid(
000000f9`d67ff290 00007ff7`35959a96     postgres!ExecEvalExpr(
000000f9`d67ff2c0 00007ff7`3595952c     postgres!TupleHashTableHash_internal(
000000f9`d67ff310 00007ff7`3598305a     postgres!LookupTupleHashEntry(
000000f9`d67ff360 00007ff7`35983a9b     postgres!lookup_hash_entries(
000000f9`d67ff400 00007ff7`359869f6     postgres!agg_fill_hash_table(
000000f9`d67ff440 00007ff7`3596b73b     postgres!ExecAgg(
000000f9`d67ff490 00007ff7`3596151c     postgres!ExecProcNodeFirst(
000000f9`d67ff4c0 00007ff7`35962610     postgres!ExecProcNode(
core
000000f9`d7bffdb8 00007fff`530fd71e     ntdll!NtWaitForSingleObject+0x14
000000f9`d7bffdc0 00007ff7`35b31c4c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000f9`d7bffe60 00007fff`53f74cb0     postgres!pg_timer_thread(
000000f9`d7bffea0 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f9`d7bffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f9`d77ff988 00007fff`531445ca     ntdll!NtFsControlFile+0x14
000000f9`d77ff990 00007ff7`35b301ab     KERNELBASE!ConnectNamedPipe+0x6a
000000f9`d77ffa00 00007fff`53f74cb0     postgres!pg_signal_thread(
000000f9`d77ffb00 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f9`d77ffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f9`d73ffbb8 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f9`d73ffbc0 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
000000f9`d73ffeb0 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f9`d73ffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f9`d6bff788 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f9`d6bff790 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
000000f9`d6bffa80 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f9`d6bffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`937ff8b8 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cf`937ff8c0 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
000000cf`937ffbb0 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`937ffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`943ff948 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cf`943ff950 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
000000cf`943ffc40 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`943ffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`93fff8b8 00007fff`530fd71e     ntdll!NtWaitForSingleObject+0x14
000000cf`93fff8c0 00007ff7`35b31c4c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000cf`93fff960 00007fff`53f74cb0     postgres!pg_timer_thread(
000000cf`93fff9a0 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`93fff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`93bffbe8 00007fff`531445ca     ntdll!NtFsControlFile+0x14
000000cf`93bffbf0 00007ff7`35b301ab     KERNELBASE!ConnectNamedPipe+0x6a
000000cf`93bffc60 00007fff`53f74cb0     postgres!pg_signal_thread(
000000cf`93bffd60 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`93bffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`933fe890 00007ff7`3594baab     postgres!ExecInterpExpr(
000000cf`933feb50 00007ff7`359597da     postgres!ExecInterpExprStillValid(
000000cf`933feb80 00007ff7`35959a96     postgres!ExecEvalExpr(
000000cf`933febb0 00007ff7`3595952c     postgres!TupleHashTableHash_internal(
000000cf`933fec00 00007ff7`3598305a     postgres!LookupTupleHashEntry(
000000cf`933fec50 00007ff7`35983a9b     postgres!lookup_hash_entries(
000000cf`933fecf0 00007ff7`359869f6     postgres!agg_fill_hash_table(
000000cf`933fed30 00007ff7`3596b73b     postgres!ExecAgg(
000000cf`933fed80 00007ff7`35991d8c     postgres!ExecProcNodeFirst(
000000cf`933fedb0 00007ff7`35997003     postgres!ExecProcNode(
core
0000007a`6bdffb48 00007fff`530fd71e     ntdll!NtWaitForSingleObject+0x14
0000007a`6bdffb50 00007ff7`35b31c4c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000007a`6bdffbf0 00007fff`53f74cb0     postgres!pg_timer_thread(
0000007a`6bdffc30 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
0000007a`6bdffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007a`6b5ff478 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007a`6b5ff480 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
0000007a`6b5ff770 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
0000007a`6b5ff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007a`6b1fd9d0 00007ff7`3594baab     postgres!ExecInterpExpr(
0000007a`6b1fdc90 00007ff7`359597da     postgres!ExecInterpExprStillValid(
0000007a`6b1fdcc0 00007ff7`35959a96     postgres!ExecEvalExpr(
0000007a`6b1fdcf0 00007ff7`3595952c     postgres!TupleHashTableHash_internal(
0000007a`6b1fdd40 00007ff7`3598305a     postgres!LookupTupleHashEntry(
0000007a`6b1fdd90 00007ff7`35983a9b     postgres!lookup_hash_entries(
0000007a`6b1fde30 00007ff7`359869f6     postgres!agg_fill_hash_table(
0000007a`6b1fde70 00007ff7`3596b73b     postgres!ExecAgg(
0000007a`6b1fdec0 00007ff7`3596151c     postgres!ExecProcNodeFirst(
0000007a`6b1fdef0 00007ff7`35962610     postgres!ExecProcNode(
core
0000007a`6c1ffc18 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007a`6c1ffc20 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
0000007a`6c1fff10 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
0000007a`6c1fff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007a`6b9ffae8 00007fff`531445ca     ntdll!NtFsControlFile+0x14
0000007a`6b9ffaf0 00007ff7`35b301ab     KERNELBASE!ConnectNamedPipe+0x6a
0000007a`6b9ffb60 00007fff`53f74cb0     postgres!pg_signal_thread(
0000007a`6b9ffc60 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
0000007a`6b9ffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000091`915ff868 00007fff`531445ca     ntdll!NtFsControlFile+0x14
00000091`915ff870 00007ff7`35b301ab     KERNELBASE!ConnectNamedPipe+0x6a
00000091`915ff8e0 00007fff`53f74cb0     postgres!pg_signal_thread(
00000091`915ff9e0 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
00000091`915ffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000091`909fee10 00007ff7`3594baab     postgres!ExecInterpExpr(
00000091`909ff0d0 00007ff7`359597da     postgres!ExecInterpExprStillValid(
00000091`909ff100 00007ff7`35959a96     postgres!ExecEvalExpr(
00000091`909ff130 00007ff7`3595952c     postgres!TupleHashTableHash_internal(
00000091`909ff180 00007ff7`359bb380     postgres!LookupTupleHashEntry(
00000091`909ff1d0 00007ff7`359bbab1     postgres!setop_fill_hash_table(
00000091`909ff240 00007ff7`3596b73b     postgres!ExecSetOp(
00000091`909ff290 00007ff7`3596151c     postgres!ExecProcNodeFirst(
00000091`909ff2c0 00007ff7`35962610     postgres!ExecProcNode(
00000091`909ff2f0 00007ff7`3595d927     postgres!ExecutePlan(
core
00000091`90dffad8 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000091`90dffae0 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
00000091`90dffdd0 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
00000091`90dffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000091`911ff538 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000091`911ff540 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
00000091`911ff830 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
00000091`911ff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000091`919ff888 00007fff`530fd71e     ntdll!NtWaitForSingleObject+0x14
00000091`919ff890 00007ff7`35b31c4c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000091`919ff930 00007fff`53f74cb0     postgres!pg_timer_thread(
00000091`919ff970 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
00000091`919ff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000020`0effec00 00007ff7`3594baab     postgres!ExecInterpExpr(
00000020`0effeec0 00007ff7`359597da     postgres!ExecInterpExprStillValid(
00000020`0effeef0 00007ff7`35959a96     postgres!ExecEvalExpr(
00000020`0effef20 00007ff7`3595952c     postgres!TupleHashTableHash_internal(
00000020`0effef70 00007ff7`3598305a     postgres!LookupTupleHashEntry(
00000020`0effefc0 00007ff7`35983a9b     postgres!lookup_hash_entries(
00000020`0efff060 00007ff7`359869f6     postgres!agg_fill_hash_table(
00000020`0efff0a0 00007ff7`3596b73b     postgres!ExecAgg(
00000020`0efff0f0 00007ff7`359bbc2c     postgres!ExecProcNodeFirst(
00000020`0efff120 00007ff7`359bc501     postgres!ExecProcNode(
core
00000020`0f3ff8d8 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000020`0f3ff8e0 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
00000020`0f3ffbd0 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
00000020`0f3ffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000020`0f7ffa98 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000020`0f7ffaa0 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
00000020`0f7ffd90 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
00000020`0f7ffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000020`0ffffb48 00007fff`530fd71e     ntdll!NtWaitForSingleObject+0x14
00000020`0ffffb50 00007ff7`35b31c4c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000020`0ffffbf0 00007fff`53f74cb0     postgres!pg_timer_thread(
00000020`0ffffc30 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
00000020`0ffffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000020`0fbffba8 00007fff`531445ca     ntdll!NtFsControlFile+0x14
00000020`0fbffbb0 00007ff7`35b301ab     KERNELBASE!ConnectNamedPipe+0x6a
00000020`0fbffc20 00007fff`53f74cb0     postgres!pg_signal_thread(
00000020`0fbffd20 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
00000020`0fbffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000097`043fed50 00007ff7`3594baab     postgres!ExecInterpExpr(
00000097`043ff010 00007ff7`359597da     postgres!ExecInterpExprStillValid(
00000097`043ff040 00007ff7`35959a96     postgres!ExecEvalExpr(
00000097`043ff070 00007ff7`3595952c     postgres!TupleHashTableHash_internal(
00000097`043ff0c0 00007ff7`3598305a     postgres!LookupTupleHashEntry(
00000097`043ff110 00007ff7`35983a9b     postgres!lookup_hash_entries(
00000097`043ff1b0 00007ff7`359869f6     postgres!agg_fill_hash_table(
00000097`043ff1f0 00007ff7`3596b73b     postgres!ExecAgg(
00000097`043ff240 00007ff7`3598ea4c     postgres!ExecProcNodeFirst(
00000097`043ff270 00007ff7`3598f2e9     postgres!ExecProcNode(
core
00000097`053ffcc8 00007fff`530fd71e     ntdll!NtWaitForSingleObject+0x14
00000097`053ffcd0 00007ff7`35b31c4c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000097`053ffd70 00007fff`53f74cb0     postgres!pg_timer_thread(
00000097`053ffdb0 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
00000097`053ffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000097`04fffbb8 00007fff`531445ca     ntdll!NtFsControlFile+0x14
00000097`04fffbc0 00007ff7`35b301ab     KERNELBASE!ConnectNamedPipe+0x6a
00000097`04fffc30 00007fff`53f74cb0     postgres!pg_signal_thread(
00000097`04fffd30 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
00000097`04fffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000097`04bff6d8 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000097`04bff6e0 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
00000097`04bff9d0 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
00000097`04bffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000097`047ff8c8 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000097`047ff8d0 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
00000097`047ffbc0 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
00000097`047ffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000026`25bff7c8 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000026`25bff7d0 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
00000026`25bffac0 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
00000026`25bffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000026`25fffa58 00007fff`531445ca     ntdll!NtFsControlFile+0x14
00000026`25fffa60 00007ff7`35b301ab     KERNELBASE!ConnectNamedPipe+0x6a
00000026`25fffad0 00007fff`53f74cb0     postgres!pg_signal_thread(
00000026`25fffbd0 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
00000026`25fffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000026`263ff768 00007fff`530fd71e     ntdll!NtWaitForSingleObject+0x14
00000026`263ff770 00007ff7`35b31c4c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000026`263ff810 00007fff`53f74cb0     postgres!pg_timer_thread(
00000026`263ff850 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
00000026`263ff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000026`253fefb0 00007ff7`3594baab     postgres!ExecInterpExpr(
00000026`253ff270 00007ff7`359597da     postgres!ExecInterpExprStillValid(
00000026`253ff2a0 00007ff7`35959a96     postgres!ExecEvalExpr(
00000026`253ff2d0 00007ff7`3595952c     postgres!TupleHashTableHash_internal(
00000026`253ff320 00007ff7`359bb380     postgres!LookupTupleHashEntry(
00000026`253ff370 00007ff7`359bbab1     postgres!setop_fill_hash_table(
00000026`253ff3e0 00007ff7`3596b73b     postgres!ExecSetOp(
00000026`253ff430 00007ff7`3596151c     postgres!ExecProcNodeFirst(
00000026`253ff460 00007ff7`35962610     postgres!ExecProcNode(
00000026`253ff490 00007ff7`3595d927     postgres!ExecutePlan(
core
00000026`257ff798 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000026`257ff7a0 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
00000026`257ffa90 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
00000026`257ffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001c`8bdfe200 00007ff7`3594baab     postgres!ExecInterpExpr(
0000001c`8bdfe4c0 00007ff7`359597da     postgres!ExecInterpExprStillValid(
0000001c`8bdfe4f0 00007ff7`35959a96     postgres!ExecEvalExpr(
0000001c`8bdfe520 00007ff7`3595952c     postgres!TupleHashTableHash_internal(
0000001c`8bdfe570 00007ff7`3598305a     postgres!LookupTupleHashEntry(
0000001c`8bdfe5c0 00007ff7`35983a9b     postgres!lookup_hash_entries(
0000001c`8bdfe660 00007ff7`359869f6     postgres!agg_fill_hash_table(
0000001c`8bdfe6a0 00007ff7`3596b73b     postgres!ExecAgg(
0000001c`8bdfe6f0 00007ff7`359bbc2c     postgres!ExecProcNodeFirst(
0000001c`8bdfe720 00007ff7`359bc501     postgres!ExecProcNode(
core
0000001c`8cdff958 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001c`8cdff960 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
0000001c`8cdffc50 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
0000001c`8cdffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001c`8c9ffd08 00007fff`530fd71e     ntdll!NtWaitForSingleObject+0x14
0000001c`8c9ffd10 00007ff7`35b31c4c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000001c`8c9ffdb0 00007fff`53f74cb0     postgres!pg_timer_thread(
0000001c`8c9ffdf0 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
0000001c`8c9ffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001c`8c5ffae8 00007fff`531445ca     ntdll!NtFsControlFile+0x14
0000001c`8c5ffaf0 00007ff7`35b301ab     KERNELBASE!ConnectNamedPipe+0x6a
0000001c`8c5ffb60 00007fff`53f74cb0     postgres!pg_signal_thread(
0000001c`8c5ffc60 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
0000001c`8c5ffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001c`8c1ff858 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001c`8c1ff860 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
0000001c`8c1ffb50 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
0000001c`8c1ffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a7`71dfeb30 00007ff7`3594baab     postgres!ExecInterpExpr(
000000a7`71dfedf0 00007ff7`359597da     postgres!ExecInterpExprStillValid(
000000a7`71dfee20 00007ff7`35959a96     postgres!ExecEvalExpr(
000000a7`71dfee50 00007ff7`3595952c     postgres!TupleHashTableHash_internal(
000000a7`71dfeea0 00007ff7`359bb380     postgres!LookupTupleHashEntry(
000000a7`71dfeef0 00007ff7`359bbab1     postgres!setop_fill_hash_table(
000000a7`71dfef60 00007ff7`3596b73b     postgres!ExecSetOp(
000000a7`71dfefb0 00007ff7`3596151c     postgres!ExecProcNodeFirst(
000000a7`71dfefe0 00007ff7`35962610     postgres!ExecProcNode(
000000a7`71dff010 00007ff7`3595d927     postgres!ExecutePlan(
core
000000a7`72dffa28 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a7`72dffa30 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
000000a7`72dffd20 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a7`72dffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a7`729ffae8 00007fff`530fd71e     ntdll!NtWaitForSingleObject+0x14
000000a7`729ffaf0 00007ff7`35b31c4c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000a7`729ffb90 00007fff`53f74cb0     postgres!pg_timer_thread(
000000a7`729ffbd0 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a7`729ffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a7`725ffd38 00007fff`531445ca     ntdll!NtFsControlFile+0x14
000000a7`725ffd40 00007ff7`35b301ab     KERNELBASE!ConnectNamedPipe+0x6a
000000a7`725ffdb0 00007fff`53f74cb0     postgres!pg_signal_thread(
000000a7`725ffeb0 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a7`725ffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a7`721ff5b8 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a7`721ff5c0 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
000000a7`721ff8b0 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a7`721ff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cb`7c3ff6a8 00007fff`530fd71e     ntdll!NtWaitForSingleObject+0x14
000000cb`7c3ff6b0 00007ff7`35b31c4c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000cb`7c3ff750 00007fff`53f74cb0     postgres!pg_timer_thread(
000000cb`7c3ff790 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000cb`7c3ff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cb`7b7fefd0 00007ff7`3594baab     postgres!ExecInterpExpr(
000000cb`7b7ff290 00007ff7`359597da     postgres!ExecInterpExprStillValid(
000000cb`7b7ff2c0 00007ff7`35959a96     postgres!ExecEvalExpr(
000000cb`7b7ff2f0 00007ff7`3595952c     postgres!TupleHashTableHash_internal(
000000cb`7b7ff340 00007ff7`3598305a     postgres!LookupTupleHashEntry(
000000cb`7b7ff390 00007ff7`35983a9b     postgres!lookup_hash_entries(
000000cb`7b7ff430 00007ff7`359869f6     postgres!agg_fill_hash_table(
000000cb`7b7ff470 00007ff7`3596b73b     postgres!ExecAgg(
000000cb`7b7ff4c0 00007ff7`3596151c     postgres!ExecProcNodeFirst(
000000cb`7b7ff4f0 00007ff7`35962610     postgres!ExecProcNode(
core
000000cb`7bbff698 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cb`7bbff6a0 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
000000cb`7bbff990 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000cb`7bbff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cb`7bfff668 00007fff`531445ca     ntdll!NtFsControlFile+0x14
000000cb`7bfff670 00007ff7`35b301ab     KERNELBASE!ConnectNamedPipe+0x6a
000000cb`7bfff6e0 00007fff`53f74cb0     postgres!pg_signal_thread(
000000cb`7bfff7e0 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000cb`7bfff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cb`7c7ff598 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cb`7c7ff5a0 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
000000cb`7c7ff890 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000cb`7c7ff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000034`c7fff638 00007fff`531445ca     ntdll!NtFsControlFile+0x14
00000034`c7fff640 00007ff7`35b301ab     KERNELBASE!ConnectNamedPipe+0x6a
00000034`c7fff6b0 00007fff`53f74cb0     postgres!pg_signal_thread(
00000034`c7fff7b0 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
00000034`c7fff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000034`c6ffeb70 00007ff7`3594baab     postgres!ExecInterpExpr(
00000034`c6ffee30 00007ff7`359597da     postgres!ExecInterpExprStillValid(
00000034`c6ffee60 00007ff7`35959a96     postgres!ExecEvalExpr(
00000034`c6ffee90 00007ff7`3595952c     postgres!TupleHashTableHash_internal(
00000034`c6ffeee0 00007ff7`3598305a     postgres!LookupTupleHashEntry(
00000034`c6ffef30 00007ff7`35983a9b     postgres!lookup_hash_entries(
00000034`c6ffefd0 00007ff7`359869f6     postgres!agg_fill_hash_table(
00000034`c6fff010 00007ff7`3596b73b     postgres!ExecAgg(
00000034`c6fff060 00007ff7`3596151c     postgres!ExecProcNodeFirst(
00000034`c6fff090 00007ff7`35962610     postgres!ExecProcNode(
core
00000034`c73ff968 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000034`c73ff970 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
00000034`c73ffc60 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
00000034`c73ffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000034`c77ff798 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000034`c77ff7a0 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
00000034`c77ffa90 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
00000034`c77ffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000034`c7bff508 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000034`c7bff510 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
00000034`c7bff800 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
00000034`c7bff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000034`c83ff7d8 00007fff`530fd71e     ntdll!NtWaitForSingleObject+0x14
00000034`c83ff7e0 00007ff7`35b31c4c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000034`c83ff880 00007fff`53f74cb0     postgres!pg_timer_thread(
00000034`c83ff8c0 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
00000034`c83ff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c4`9c7ffb68 00007fff`530fd71e     ntdll!NtWaitForSingleObject+0x14
000000c4`9c7ffb70 00007ff7`35b31c4c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000c4`9c7ffc10 00007fff`53f74cb0     postgres!pg_timer_thread(
000000c4`9c7ffc50 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c4`9c7ffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c4`9bbff8c8 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c4`9bbff8d0 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
000000c4`9bbffbc0 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c4`9bbffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c4`9b7fedd0 00007ff7`3594baab     postgres!ExecInterpExpr(
000000c4`9b7ff090 00007ff7`359597da     postgres!ExecInterpExprStillValid(
000000c4`9b7ff0c0 00007ff7`35959a96     postgres!ExecEvalExpr(
000000c4`9b7ff0f0 00007ff7`3595952c     postgres!TupleHashTableHash_internal(
000000c4`9b7ff140 00007ff7`3598305a     postgres!LookupTupleHashEntry(
000000c4`9b7ff190 00007ff7`35983a9b     postgres!lookup_hash_entries(
000000c4`9b7ff230 00007ff7`359869f6     postgres!agg_fill_hash_table(
000000c4`9b7ff270 00007ff7`3596b73b     postgres!ExecAgg(
000000c4`9b7ff2c0 00007ff7`3596151c     postgres!ExecProcNodeFirst(
000000c4`9b7ff2f0 00007ff7`35962610     postgres!ExecProcNode(
core
000000c4`9bfff638 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c4`9bfff640 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
000000c4`9bfff930 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c4`9bfff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c4`9c3ff768 00007fff`531445ca     ntdll!NtFsControlFile+0x14
000000c4`9c3ff770 00007ff7`35b301ab     KERNELBASE!ConnectNamedPipe+0x6a
000000c4`9c3ff7e0 00007fff`53f74cb0     postgres!pg_signal_thread(
000000c4`9c3ff8e0 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c4`9c3ff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fa`b89ff6a8 00007fff`531445ca     ntdll!NtFsControlFile+0x14
000000fa`b89ff6b0 00007ff7`35b301ab     KERNELBASE!ConnectNamedPipe+0x6a
000000fa`b89ff720 00007fff`53f74cb0     postgres!pg_signal_thread(
000000fa`b89ff820 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000fa`b89ff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fa`b7dfec20 00007ff7`3594baab     postgres!ExecInterpExpr(
000000fa`b7dfeee0 00007ff7`359597da     postgres!ExecInterpExprStillValid(
000000fa`b7dfef10 00007ff7`35959a96     postgres!ExecEvalExpr(
000000fa`b7dfef40 00007ff7`3595952c     postgres!TupleHashTableHash_internal(
000000fa`b7dfef90 00007ff7`3598305a     postgres!LookupTupleHashEntry(
000000fa`b7dfefe0 00007ff7`35983a9b     postgres!lookup_hash_entries(
000000fa`b7dff080 00007ff7`359869f6     postgres!agg_fill_hash_table(
000000fa`b7dff0c0 00007ff7`3596b73b     postgres!ExecAgg(
000000fa`b7dff110 00007ff7`3596151c     postgres!ExecProcNodeFirst(
000000fa`b7dff140 00007ff7`35962610     postgres!ExecProcNode(
core
000000fa`b81ff788 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fa`b81ff790 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
000000fa`b81ffa80 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000fa`b81ffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fa`b85ff488 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fa`b85ff490 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
000000fa`b85ff780 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000fa`b85ff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fa`b8dffce8 00007fff`530fd71e     ntdll!NtWaitForSingleObject+0x14
000000fa`b8dffcf0 00007ff7`35b31c4c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000fa`b8dffd90 00007fff`53f74cb0     postgres!pg_timer_thread(
000000fa`b8dffdd0 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000fa`b8dffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004a`b1fffa58 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004a`b1fffa60 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
0000004a`b1fffd50 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
0000004a`b1fffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004a`b23ffdf8 00007fff`530fd71e     ntdll!NtWaitForSingleObject+0x14
0000004a`b23ffe00 00007ff7`35b31c4c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000004a`b23ffea0 00007fff`53f74cb0     postgres!pg_timer_thread(
0000004a`b23ffee0 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
0000004a`b23fff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004a`b13fea00 00007ff7`3594baab     postgres!ExecInterpExpr(
0000004a`b13fecc0 00007ff7`359597da     postgres!ExecInterpExprStillValid(
0000004a`b13fecf0 00007ff7`35959a96     postgres!ExecEvalExpr(
0000004a`b13fed20 00007ff7`3595952c     postgres!TupleHashTableHash_internal(
0000004a`b13fed70 00007ff7`3598305a     postgres!LookupTupleHashEntry(
0000004a`b13fedc0 00007ff7`35983a9b     postgres!lookup_hash_entries(
0000004a`b13fee60 00007ff7`359869f6     postgres!agg_fill_hash_table(
0000004a`b13feea0 00007ff7`3596b73b     postgres!ExecAgg(
0000004a`b13feef0 00007ff7`359bbc2c     postgres!ExecProcNodeFirst(
0000004a`b13fef20 00007ff7`359bc501     postgres!ExecProcNode(
core
0000004a`b17ff808 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004a`b17ff810 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
0000004a`b17ffb00 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
0000004a`b17ffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004a`b1bffcb8 00007fff`531445ca     ntdll!NtFsControlFile+0x14
0000004a`b1bffcc0 00007ff7`35b301ab     KERNELBASE!ConnectNamedPipe+0x6a
0000004a`b1bffd30 00007fff`53f74cb0     postgres!pg_signal_thread(
0000004a`b1bffe30 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
0000004a`b1bffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000007`e45ff5f8 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000007`e45ff600 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
00000007`e45ff8f0 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
00000007`e45ff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000007`e4dffac8 00007fff`530fd71e     ntdll!NtWaitForSingleObject+0x14
00000007`e4dffad0 00007ff7`35b31c4c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000007`e4dffb70 00007fff`53f74cb0     postgres!pg_timer_thread(
00000007`e4dffbb0 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
00000007`e4dffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000007`e51ff678 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000007`e51ff680 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
00000007`e51ff970 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
00000007`e51ff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000007`e49ffdb8 00007fff`531445ca     ntdll!NtFsControlFile+0x14
00000007`e49ffdc0 00007ff7`35b301ab     KERNELBASE!ConnectNamedPipe+0x6a
00000007`e49ffe30 00007fff`53f74cb0     postgres!pg_signal_thread(
00000007`e49fff30 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
00000007`e49fff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000007`e41feb90 00007ff7`3594baab     postgres!ExecInterpExpr(
00000007`e41fee50 00007ff7`359597da     postgres!ExecInterpExprStillValid(
00000007`e41fee80 00007ff7`35959a96     postgres!ExecEvalExpr(
00000007`e41feeb0 00007ff7`3595952c     postgres!TupleHashTableHash_internal(
00000007`e41fef00 00007ff7`3598305a     postgres!LookupTupleHashEntry(
00000007`e41fef50 00007ff7`35983a9b     postgres!lookup_hash_entries(
00000007`e41feff0 00007ff7`359869f6     postgres!agg_fill_hash_table(
00000007`e41ff030 00007ff7`3596b73b     postgres!ExecAgg(
00000007`e41ff080 00007ff7`3596151c     postgres!ExecProcNodeFirst(
00000007`e41ff0b0 00007ff7`35962610     postgres!ExecProcNode(
core
0000001c`7cbff558 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001c`7cbff560 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
0000001c`7cbff850 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
0000001c`7cbff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001c`7cfff808 00007fff`531445ca     ntdll!NtFsControlFile+0x14
0000001c`7cfff810 00007ff7`35b301ab     KERNELBASE!ConnectNamedPipe+0x6a
0000001c`7cfff880 00007fff`53f74cb0     postgres!pg_signal_thread(
0000001c`7cfff980 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
0000001c`7cfff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001c`7d3ffdf8 00007fff`530fd71e     ntdll!NtWaitForSingleObject+0x14
0000001c`7d3ffe00 00007ff7`35b31c4c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000001c`7d3ffea0 00007fff`53f74cb0     postgres!pg_timer_thread(
0000001c`7d3ffee0 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
0000001c`7d3fff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001c`7c3fefa0 00007ff7`3594baab     postgres!ExecInterpExpr(
0000001c`7c3ff260 00007ff7`359597da     postgres!ExecInterpExprStillValid(
0000001c`7c3ff290 00007ff7`35959a96     postgres!ExecEvalExpr(
0000001c`7c3ff2c0 00007ff7`3595952c     postgres!TupleHashTableHash_internal(
0000001c`7c3ff310 00007ff7`3598305a     postgres!LookupTupleHashEntry(
0000001c`7c3ff360 00007ff7`35983a9b     postgres!lookup_hash_entries(
0000001c`7c3ff400 00007ff7`359869f6     postgres!agg_fill_hash_table(
0000001c`7c3ff440 00007ff7`3596b73b     postgres!ExecAgg(
0000001c`7c3ff490 00007ff7`3596151c     postgres!ExecProcNodeFirst(
0000001c`7c3ff4c0 00007ff7`35962610     postgres!ExecProcNode(
core
0000001c`7c7ff908 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001c`7c7ff910 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
0000001c`7c7ffc00 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
0000001c`7c7ffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d8`b0fffa68 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d8`b0fffa70 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
000000d8`b0fffd60 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d8`b0fffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d8`b17ffd08 00007fff`531445ca     ntdll!NtFsControlFile+0x14
000000d8`b17ffd10 00007ff7`35b301ab     KERNELBASE!ConnectNamedPipe+0x6a
000000d8`b17ffd80 00007fff`53f74cb0     postgres!pg_signal_thread(
000000d8`b17ffe80 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d8`b17ffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d8`b13ff848 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d8`b13ff850 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
000000d8`b13ffb40 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d8`b13ffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d8`b0bfecc0 00007ff7`35e77d28     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d8`b0bfed00 00007ff7`35807c65     postgres!ExceptionalCondition(
000000d8`b0bfed40 00007ff7`357f88d7     postgres!index_drop(
000000d8`b0bfee20 00007ff7`357f83cd     postgres!doDeletion(
000000d8`b0bfee70 00007ff7`357fb881     postgres!deleteOneObject(
000000d8`b0bfefc0 00007ff7`357f66cc     postgres!deleteObjectsInList(
000000d8`b0bff020 00007ff7`35b35557     postgres!performDeletion(
000000d8`b0bff080 00007ff7`35b3373c     postgres!do_autovacuum(void)+0x967 [c:\cirrus\src\backend\postmaster\autovacuum....
000000d8`b0bff400 00007ff7`35b3bd57     postgres!AutoVacWorkerMain(
000000d8`b0bff5b0 00007ff7`359fafb4     postgres!SubPostmasterMain(
core
000000de`b1fffbf8 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000de`b1fffc00 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
000000de`b1fffef0 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000de`b1ffff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000de`b23ff7f8 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000de`b23ff800 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
000000de`b23ffaf0 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000de`b23ffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000de`b2bffe48 00007fff`530fd71e     ntdll!NtWaitForSingleObject+0x14
000000de`b2bffe50 00007ff7`35b31c4c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000de`b2bffef0 00007fff`53f74cb0     postgres!pg_timer_thread(
000000de`b2bfff30 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000de`b2bfff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000de`b27ffbf8 00007fff`531445ca     ntdll!NtFsControlFile+0x14
000000de`b27ffc00 00007ff7`35b301ab     KERNELBASE!ConnectNamedPipe+0x6a
000000de`b27ffc70 00007fff`53f74cb0     postgres!pg_signal_thread(
000000de`b27ffd70 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000de`b27ffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000de`b1bfeb20 00007ff7`3594baab     postgres!ExecInterpExpr(
000000de`b1bfede0 00007ff7`359597da     postgres!ExecInterpExprStillValid(
000000de`b1bfee10 00007ff7`35959a96     postgres!ExecEvalExpr(
000000de`b1bfee40 00007ff7`3595952c     postgres!TupleHashTableHash_internal(
000000de`b1bfee90 00007ff7`3598305a     postgres!LookupTupleHashEntry(
000000de`b1bfeee0 00007ff7`35983a9b     postgres!lookup_hash_entries(
000000de`b1bfef80 00007ff7`359869f6     postgres!agg_fill_hash_table(
000000de`b1bfefc0 00007ff7`3596b73b     postgres!ExecAgg(
000000de`b1bff010 00007ff7`3596151c     postgres!ExecProcNodeFirst(
000000de`b1bff040 00007ff7`35962610     postgres!ExecProcNode(
core
00000084`a49ff948 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000084`a49ff950 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
00000084`a49ffc40 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
00000084`a49ffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000084`a45fecd0 00007ff7`3594baab     postgres!ExecInterpExpr(
00000084`a45fef90 00007ff7`359597da     postgres!ExecInterpExprStillValid(
00000084`a45fefc0 00007ff7`35959a96     postgres!ExecEvalExpr(
00000084`a45feff0 00007ff7`3595952c     postgres!TupleHashTableHash_internal(
00000084`a45ff040 00007ff7`3598305a     postgres!LookupTupleHashEntry(
00000084`a45ff090 00007ff7`35983a9b     postgres!lookup_hash_entries(
00000084`a45ff130 00007ff7`359869f6     postgres!agg_fill_hash_table(
00000084`a45ff170 00007ff7`3596b73b     postgres!ExecAgg(
00000084`a45ff1c0 00007ff7`3596151c     postgres!ExecProcNodeFirst(
00000084`a45ff1f0 00007ff7`35962610     postgres!ExecProcNode(
core
00000084`a55ffe08 00007fff`530fd71e     ntdll!NtWaitForSingleObject+0x14
00000084`a55ffe10 00007ff7`35b31c4c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000084`a55ffeb0 00007fff`53f74cb0     postgres!pg_timer_thread(
00000084`a55ffef0 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
00000084`a55fff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000084`a51ffbf8 00007fff`531445ca     ntdll!NtFsControlFile+0x14
00000084`a51ffc00 00007ff7`35b301ab     KERNELBASE!ConnectNamedPipe+0x6a
00000084`a51ffc70 00007fff`53f74cb0     postgres!pg_signal_thread(
00000084`a51ffd70 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
00000084`a51ffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000084`a4dff458 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000084`a4dff460 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
00000084`a4dff750 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
00000084`a4dff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000068`d85ff410 00007ff7`35e77d28     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000068`d85ff450 00007ff7`35807c65     postgres!ExceptionalCondition(
00000068`d85ff490 00007ff7`357f88d7     postgres!index_drop(
00000068`d85ff570 00007ff7`357f83cd     postgres!doDeletion(
00000068`d85ff5c0 00007ff7`357fb881     postgres!deleteOneObject(
00000068`d85ff710 00007ff7`357f66cc     postgres!deleteObjectsInList(
00000068`d85ff770 00007ff7`35b35557     postgres!performDeletion(
00000068`d85ff7d0 00007ff7`35b3373c     postgres!do_autovacuum(void)+0x967 [c:\cirrus\src\backend\postmaster\autovacuum....
00000068`d85ffb50 00007ff7`35b3bd57     postgres!AutoVacWorkerMain(
00000068`d85ffd00 00007ff7`359fafb4     postgres!SubPostmasterMain(
core
00000068`d91ff858 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000068`d91ff860 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
00000068`d91ffb50 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
00000068`d91ffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000068`d8dffba8 00007fff`531445ca     ntdll!NtFsControlFile+0x14
00000068`d8dffbb0 00007ff7`35b301ab     KERNELBASE!ConnectNamedPipe+0x6a
00000068`d8dffc20 00007fff`53f74cb0     postgres!pg_signal_thread(
00000068`d8dffd20 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
00000068`d8dffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000068`d89ffa28 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000068`d89ffa30 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
00000068`d89ffd20 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
00000068`d89ffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000034`a73ffaa8 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000034`a73ffab0 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
00000034`a73ffda0 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
00000034`a73ffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000034`a6ffed10 00007ff7`3594baab     postgres!ExecInterpExpr(
00000034`a6ffefd0 00007ff7`359597da     postgres!ExecInterpExprStillValid(
00000034`a6fff000 00007ff7`35959a96     postgres!ExecEvalExpr(
00000034`a6fff030 00007ff7`3595952c     postgres!TupleHashTableHash_internal(
00000034`a6fff080 00007ff7`3598305a     postgres!LookupTupleHashEntry(
00000034`a6fff0d0 00007ff7`35983a9b     postgres!lookup_hash_entries(
00000034`a6fff170 00007ff7`359869f6     postgres!agg_fill_hash_table(
00000034`a6fff1b0 00007ff7`3596b73b     postgres!ExecAgg(
00000034`a6fff200 00007ff7`3596151c     postgres!ExecProcNodeFirst(
00000034`a6fff230 00007ff7`35962610     postgres!ExecProcNode(
core
00000034`a7fffac8 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000034`a7fffad0 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
00000034`a7fffdc0 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
00000034`a7fffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000034`a7bff8a8 00007fff`530fd71e     ntdll!NtWaitForSingleObject+0x14
00000034`a7bff8b0 00007ff7`35b31c4c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000034`a7bff950 00007fff`53f74cb0     postgres!pg_timer_thread(
00000034`a7bff990 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
00000034`a7bff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000034`a77ffc08 00007fff`531445ca     ntdll!NtFsControlFile+0x14
00000034`a77ffc10 00007ff7`35b301ab     KERNELBASE!ConnectNamedPipe+0x6a
00000034`a77ffc80 00007fff`53f74cb0     postgres!pg_signal_thread(
00000034`a77ffd80 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
00000034`a77ffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f8`7afffb28 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f8`7afffb30 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
000000f8`7afffe20 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f8`7afffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f8`7bbff798 00007fff`530fd71e     ntdll!NtWaitForSingleObject+0x14
000000f8`7bbff7a0 00007ff7`35b31c4c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000f8`7bbff840 00007fff`53f74cb0     postgres!pg_timer_thread(
000000f8`7bbff880 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f8`7bbff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f8`7b7ff968 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f8`7b7ff970 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
000000f8`7b7ffc60 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f8`7b7ffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f8`7b3ff668 00007fff`531445ca     ntdll!NtFsControlFile+0x14
000000f8`7b3ff670 00007ff7`35b301ab     KERNELBASE!ConnectNamedPipe+0x6a
000000f8`7b3ff6e0 00007fff`53f74cb0     postgres!pg_signal_thread(
000000f8`7b3ff7e0 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f8`7b3ff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f8`7abfef20 00007ff7`3594baab     postgres!ExecInterpExpr(
000000f8`7abff1e0 00007ff7`359597da     postgres!ExecInterpExprStillValid(
000000f8`7abff210 00007ff7`35959a96     postgres!ExecEvalExpr(
000000f8`7abff240 00007ff7`3595952c     postgres!TupleHashTableHash_internal(
000000f8`7abff290 00007ff7`3598305a     postgres!LookupTupleHashEntry(
000000f8`7abff2e0 00007ff7`35983a9b     postgres!lookup_hash_entries(
000000f8`7abff380 00007ff7`359869f6     postgres!agg_fill_hash_table(
000000f8`7abff3c0 00007ff7`3596b73b     postgres!ExecAgg(
000000f8`7abff410 00007ff7`359bbc2c     postgres!ExecProcNodeFirst(
000000f8`7abff440 00007ff7`359bc501     postgres!ExecProcNode(
core
0000008b`3e9ff440 00007ff7`35e77d28     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000008b`3e9ff480 00007ff7`35807c65     postgres!ExceptionalCondition(
0000008b`3e9ff4c0 00007ff7`357f88d7     postgres!index_drop(
0000008b`3e9ff5a0 00007ff7`357f83cd     postgres!doDeletion(
0000008b`3e9ff5f0 00007ff7`357fb881     postgres!deleteOneObject(
0000008b`3e9ff740 00007ff7`357f66cc     postgres!deleteObjectsInList(
0000008b`3e9ff7a0 00007ff7`35b35557     postgres!performDeletion(
0000008b`3e9ff800 00007ff7`35b3373c     postgres!do_autovacuum(void)+0x967 [c:\cirrus\src\backend\postmaster\autovacuum....
0000008b`3e9ffb80 00007ff7`35b3bd57     postgres!AutoVacWorkerMain(
0000008b`3e9ffd30 00007ff7`359fafb4     postgres!SubPostmasterMain(
core
0000008b`3f5ff6e8 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008b`3f5ff6f0 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
0000008b`3f5ff9e0 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
0000008b`3f5ffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008b`3f1ffcf8 00007fff`531445ca     ntdll!NtFsControlFile+0x14
0000008b`3f1ffd00 00007ff7`35b301ab     KERNELBASE!ConnectNamedPipe+0x6a
0000008b`3f1ffd70 00007fff`53f74cb0     postgres!pg_signal_thread(
0000008b`3f1ffe70 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
0000008b`3f1ffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008b`3edff888 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008b`3edff890 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
0000008b`3edffb80 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
0000008b`3edffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000071`5e1ffbc8 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000071`5e1ffbd0 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
00000071`5e1ffec0 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
00000071`5e1ffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000071`5d9ff9b8 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000071`5d9ff9c0 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
00000071`5d9ffcb0 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
00000071`5d9ffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000071`5d5ff000 00007ff7`35e77d28     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000071`5d5ff040 00007ff7`35807c65     postgres!ExceptionalCondition(
00000071`5d5ff080 00007ff7`357f88d7     postgres!index_drop(
00000071`5d5ff160 00007ff7`357f83cd     postgres!doDeletion(
00000071`5d5ff1b0 00007ff7`357fb881     postgres!deleteOneObject(
00000071`5d5ff300 00007ff7`357f66cc     postgres!deleteObjectsInList(
00000071`5d5ff360 00007ff7`35b35557     postgres!performDeletion(
00000071`5d5ff3c0 00007ff7`35b3373c     postgres!do_autovacuum(void)+0x967 [c:\cirrus\src\backend\postmaster\autovacuum....
00000071`5d5ff740 00007ff7`35b3bd57     postgres!AutoVacWorkerMain(
00000071`5d5ff8f0 00007ff7`359fafb4     postgres!SubPostmasterMain(
core
00000071`5ddff7c8 00007fff`531445ca     ntdll!NtFsControlFile+0x14
00000071`5ddff7d0 00007ff7`35b301ab     KERNELBASE!ConnectNamedPipe+0x6a
00000071`5ddff840 00007fff`53f74cb0     postgres!pg_signal_thread(
00000071`5ddff940 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
00000071`5ddff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000056`a33ffd28 00007fff`531445ca     ntdll!NtFsControlFile+0x14
00000056`a33ffd30 00007ff7`35b301ab     KERNELBASE!ConnectNamedPipe+0x6a
00000056`a33ffda0 00007fff`53f74cb0     postgres!pg_signal_thread(
00000056`a33ffea0 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
00000056`a33ffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000056`a2fff768 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000056`a2fff770 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
00000056`a2fffa60 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
00000056`a2fffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000056`a2bff548 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000056`a2bff550 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
00000056`a2bff840 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
00000056`a2bff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000056`a37ff8f8 00007fff`530fd71e     ntdll!NtWaitForSingleObject+0x14
00000056`a37ff900 00007ff7`35b31c4c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000056`a37ff9a0 00007fff`53f74cb0     postgres!pg_timer_thread(
00000056`a37ff9e0 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
00000056`a37ffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000056`a27fe6f0 00007ff7`3594baab     postgres!ExecInterpExpr(
00000056`a27fe9b0 00007ff7`359597da     postgres!ExecInterpExprStillValid(
00000056`a27fe9e0 00007ff7`35959a96     postgres!ExecEvalExpr(
00000056`a27fea10 00007ff7`3595952c     postgres!TupleHashTableHash_internal(
00000056`a27fea60 00007ff7`3598305a     postgres!LookupTupleHashEntry(
00000056`a27feab0 00007ff7`35983a9b     postgres!lookup_hash_entries(
00000056`a27feb50 00007ff7`359869f6     postgres!agg_fill_hash_table(
00000056`a27feb90 00007ff7`3596b73b     postgres!ExecAgg(
00000056`a27febe0 00007ff7`359bbc2c     postgres!ExecProcNodeFirst(
00000056`a27fec10 00007ff7`359bc501     postgres!ExecProcNode(
core
000000d9`3bbfea10 00007ff7`3594baab     postgres!ExecInterpExpr(
000000d9`3bbfecd0 00007ff7`359597da     postgres!ExecInterpExprStillValid(
000000d9`3bbfed00 00007ff7`35959a96     postgres!ExecEvalExpr(
000000d9`3bbfed30 00007ff7`3595952c     postgres!TupleHashTableHash_internal(
000000d9`3bbfed80 00007ff7`3598305a     postgres!LookupTupleHashEntry(
000000d9`3bbfedd0 00007ff7`35983a9b     postgres!lookup_hash_entries(
000000d9`3bbfee70 00007ff7`359869f6     postgres!agg_fill_hash_table(
000000d9`3bbfeeb0 00007ff7`3596b73b     postgres!ExecAgg(
000000d9`3bbfef00 00007ff7`359bbc2c     postgres!ExecProcNodeFirst(
000000d9`3bbfef30 00007ff7`359bc501     postgres!ExecProcNode(
core
000000d9`3bfff8a8 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d9`3bfff8b0 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
000000d9`3bfffba0 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d9`3bfffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d9`3cbff918 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d9`3cbff920 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
000000d9`3cbffc10 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d9`3cbffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d9`3c3ff9a8 00007fff`531445ca     ntdll!NtFsControlFile+0x14
000000d9`3c3ff9b0 00007ff7`35b301ab     KERNELBASE!ConnectNamedPipe+0x6a
000000d9`3c3ffa20 00007fff`53f74cb0     postgres!pg_signal_thread(
000000d9`3c3ffb20 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d9`3c3ffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d9`3c7ffc28 00007fff`530fd71e     ntdll!NtWaitForSingleObject+0x14
000000d9`3c7ffc30 00007ff7`35b31c4c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000d9`3c7ffcd0 00007fff`53f74cb0     postgres!pg_timer_thread(
000000d9`3c7ffd10 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d9`3c7ffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b0`5dfff748 00007fff`531445ca     ntdll!NtFsControlFile+0x14
000000b0`5dfff750 00007ff7`35b301ab     KERNELBASE!ConnectNamedPipe+0x6a
000000b0`5dfff7c0 00007fff`53f74cb0     postgres!pg_signal_thread(
000000b0`5dfff8c0 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b0`5dfff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b0`5e3ff6b8 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b0`5e3ff6c0 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
000000b0`5e3ff9b0 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b0`5e3ff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b0`5dbff4b8 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b0`5dbff4c0 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
000000b0`5dbff7b0 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b0`5dbff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b0`5d7feea0 00007ff7`35e77d28     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b0`5d7feee0 00007ff7`35807c65     postgres!ExceptionalCondition(
000000b0`5d7fef20 00007ff7`357f88d7     postgres!index_drop(
000000b0`5d7ff000 00007ff7`357f83cd     postgres!doDeletion(
000000b0`5d7ff050 00007ff7`357fb881     postgres!deleteOneObject(
000000b0`5d7ff1a0 00007ff7`357f66cc     postgres!deleteObjectsInList(
000000b0`5d7ff200 00007ff7`35b35557     postgres!performDeletion(
000000b0`5d7ff260 00007ff7`35b3373c     postgres!do_autovacuum(void)+0x967 [c:\cirrus\src\backend\postmaster\autovacuum....
000000b0`5d7ff5e0 00007ff7`35b3bd57     postgres!AutoVacWorkerMain(
000000b0`5d7ff790 00007ff7`359fafb4     postgres!SubPostmasterMain(
core
000000c4`66bffab8 00007fff`530fd71e     ntdll!NtWaitForSingleObject+0x14
000000c4`66bffac0 00007ff7`35b31c4c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000c4`66bffb60 00007fff`53f74cb0     postgres!pg_timer_thread(
000000c4`66bffba0 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c4`66bffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c4`65fffa88 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c4`65fffa90 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
000000c4`65fffd80 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c4`65fffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c4`65bff020 00007ff7`3594baab     postgres!ExecInterpExpr(
000000c4`65bff2e0 00007ff7`359597da     postgres!ExecInterpExprStillValid(
000000c4`65bff310 00007ff7`35959a96     postgres!ExecEvalExpr(
000000c4`65bff340 00007ff7`3595952c     postgres!TupleHashTableHash_internal(
000000c4`65bff390 00007ff7`3598305a     postgres!LookupTupleHashEntry(
000000c4`65bff3e0 00007ff7`35983a9b     postgres!lookup_hash_entries(
000000c4`65bff480 00007ff7`359869f6     postgres!agg_fill_hash_table(
000000c4`65bff4c0 00007ff7`3596b73b     postgres!ExecAgg(
000000c4`65bff510 00007ff7`3596151c     postgres!ExecProcNodeFirst(
000000c4`65bff540 00007ff7`35962610     postgres!ExecProcNode(
core
000000c4`663ff598 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c4`663ff5a0 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
000000c4`663ff890 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c4`663ff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c4`667ffcc8 00007fff`531445ca     ntdll!NtFsControlFile+0x14
000000c4`667ffcd0 00007ff7`35b301ab     KERNELBASE!ConnectNamedPipe+0x6a
000000c4`667ffd40 00007fff`53f74cb0     postgres!pg_signal_thread(
000000c4`667ffe40 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c4`667ffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d8`56bffd18 00007fff`531445ca     ntdll!NtFsControlFile+0x14
000000d8`56bffd20 00007ff7`35b301ab     KERNELBASE!ConnectNamedPipe+0x6a
000000d8`56bffd90 00007fff`53f74cb0     postgres!pg_signal_thread(
000000d8`56bffe90 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d8`56bffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d8`563fec40 00007ff7`3594baab     postgres!ExecInterpExpr(
000000d8`563fef00 00007ff7`359597da     postgres!ExecInterpExprStillValid(
000000d8`563fef30 00007ff7`35959a96     postgres!ExecEvalExpr(
000000d8`563fef60 00007ff7`3595952c     postgres!TupleHashTableHash_internal(
000000d8`563fefb0 00007ff7`359bb380     postgres!LookupTupleHashEntry(
000000d8`563ff000 00007ff7`359bbab1     postgres!setop_fill_hash_table(
000000d8`563ff070 00007ff7`3596b73b     postgres!ExecSetOp(
000000d8`563ff0c0 00007ff7`3596151c     postgres!ExecProcNodeFirst(
000000d8`563ff0f0 00007ff7`35962610     postgres!ExecProcNode(
000000d8`563ff120 00007ff7`3595d927     postgres!ExecutePlan(
core
000000d8`567ffc08 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d8`567ffc10 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
000000d8`567fff00 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d8`567fff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d8`56fffd18 00007fff`530fd71e     ntdll!NtWaitForSingleObject+0x14
000000d8`56fffd20 00007ff7`35b31c4c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000d8`56fffdc0 00007fff`53f74cb0     postgres!pg_timer_thread(
000000d8`56fffe00 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d8`56fffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d8`573ffa78 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d8`573ffa80 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
000000d8`573ffd70 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d8`573ffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a2`7c1ffd98 00007fff`531445ca     ntdll!NtFsControlFile+0x14
000000a2`7c1ffda0 00007ff7`35b301ab     KERNELBASE!ConnectNamedPipe+0x6a
000000a2`7c1ffe10 00007fff`53f74cb0     postgres!pg_signal_thread(
000000a2`7c1fff10 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a2`7c1fff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a2`7b9ff568 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a2`7b9ff570 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
000000a2`7b9ff860 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a2`7b9ff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a2`7b5fed70 00007ff7`3594baab     postgres!ExecInterpExpr(
000000a2`7b5ff030 00007ff7`359597da     postgres!ExecInterpExprStillValid(
000000a2`7b5ff060 00007ff7`35959a96     postgres!ExecEvalExpr(
000000a2`7b5ff090 00007ff7`3595952c     postgres!TupleHashTableHash_internal(
000000a2`7b5ff0e0 00007ff7`359b88cf     postgres!LookupTupleHashEntry(
000000a2`7b5ff130 00007ff7`3596b73b     postgres!ExecRecursiveUnion(
000000a2`7b5ff1a0 00007ff7`3598bb4c     postgres!ExecProcNodeFirst(
000000a2`7b5ff1d0 00007ff7`3598c109     postgres!ExecProcNode(
000000a2`7b5ff200 00007ff7`35970325     postgres!CteScanNext(
000000a2`7b5ff270 00007ff7`3596fcf5     postgres!ExecScanFetch(
core
000000a2`7c5ffd78 00007fff`530fd71e     ntdll!NtWaitForSingleObject+0x14
000000a2`7c5ffd80 00007ff7`35b31c4c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000a2`7c5ffe20 00007fff`53f74cb0     postgres!pg_timer_thread(
000000a2`7c5ffe60 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a2`7c5ffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a2`7bdff908 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a2`7bdff910 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
000000a2`7bdffc00 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a2`7bdffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005e`e21ff608 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005e`e21ff610 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
0000005e`e21ff900 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
0000005e`e21ff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005e`e1dfebf0 00007ff7`3594baab     postgres!ExecInterpExpr(
0000005e`e1dfeeb0 00007ff7`359597da     postgres!ExecInterpExprStillValid(
0000005e`e1dfeee0 00007ff7`35959a96     postgres!ExecEvalExpr(
0000005e`e1dfef10 00007ff7`3595952c     postgres!TupleHashTableHash_internal(
0000005e`e1dfef60 00007ff7`3598305a     postgres!LookupTupleHashEntry(
0000005e`e1dfefb0 00007ff7`35983a9b     postgres!lookup_hash_entries(
0000005e`e1dff050 00007ff7`359869f6     postgres!agg_fill_hash_table(
0000005e`e1dff090 00007ff7`3596b73b     postgres!ExecAgg(
0000005e`e1dff0e0 00007ff7`3596151c     postgres!ExecProcNodeFirst(
0000005e`e1dff110 00007ff7`35962610     postgres!ExecProcNode(
core
0000005e`e25ff8e8 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005e`e25ff8f0 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
0000005e`e25ffbe0 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
0000005e`e25ffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005e`e29ff848 00007fff`531445ca     ntdll!NtFsControlFile+0x14
0000005e`e29ff850 00007ff7`35b301ab     KERNELBASE!ConnectNamedPipe+0x6a
0000005e`e29ff8c0 00007fff`53f74cb0     postgres!pg_signal_thread(
0000005e`e29ff9c0 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
0000005e`e29ff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005e`e2dffda8 00007fff`530fd71e     ntdll!NtWaitForSingleObject+0x14
0000005e`e2dffdb0 00007ff7`35b31c4c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000005e`e2dffe50 00007fff`53f74cb0     postgres!pg_timer_thread(
0000005e`e2dffe90 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
0000005e`e2dffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000be`ba9ff618 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000be`ba9ff620 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
000000be`ba9ff910 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000be`ba9ff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000be`badff8f8 00007fff`531445ca     ntdll!NtFsControlFile+0x14
000000be`badff900 00007ff7`35b301ab     KERNELBASE!ConnectNamedPipe+0x6a
000000be`badff970 00007fff`53f74cb0     postgres!pg_signal_thread(
000000be`badffa70 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000be`badffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000be`bb1ff838 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000be`bb1ff840 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
000000be`bb1ffb30 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000be`bb1ffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000be`ba5ff220 00007ff7`35e77d28     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000be`ba5ff260 00007ff7`35807c65     postgres!ExceptionalCondition(
000000be`ba5ff2a0 00007ff7`357f88d7     postgres!index_drop(
000000be`ba5ff380 00007ff7`357f83cd     postgres!doDeletion(
000000be`ba5ff3d0 00007ff7`357fb881     postgres!deleteOneObject(
000000be`ba5ff520 00007ff7`357f66cc     postgres!deleteObjectsInList(
000000be`ba5ff580 00007ff7`35b35557     postgres!performDeletion(
000000be`ba5ff5e0 00007ff7`35b3373c     postgres!do_autovacuum(void)+0x967 [c:\cirrus\src\backend\postmaster\autovacuum....
000000be`ba5ff960 00007ff7`35b3bd57     postgres!AutoVacWorkerMain(
000000be`ba5ffb10 00007ff7`359fafb4     postgres!SubPostmasterMain(
core
00000045`19dfeae0 00007ff7`3594baab     postgres!ExecInterpExpr(
00000045`19dfeda0 00007ff7`359597da     postgres!ExecInterpExprStillValid(
00000045`19dfedd0 00007ff7`35959a96     postgres!ExecEvalExpr(
00000045`19dfee00 00007ff7`3595952c     postgres!TupleHashTableHash_internal(
00000045`19dfee50 00007ff7`3598305a     postgres!LookupTupleHashEntry(
00000045`19dfeea0 00007ff7`35983a9b     postgres!lookup_hash_entries(
00000045`19dfef40 00007ff7`359869f6     postgres!agg_fill_hash_table(
00000045`19dfef80 00007ff7`3596b73b     postgres!ExecAgg(
00000045`19dfefd0 00007ff7`359bbc2c     postgres!ExecProcNodeFirst(
00000045`19dff000 00007ff7`359bc501     postgres!ExecProcNode(
core
00000045`1a1ff6a8 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000045`1a1ff6b0 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
00000045`1a1ff9a0 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
00000045`1a1ff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000045`1a5ff808 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000045`1a5ff810 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
00000045`1a5ffb00 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
00000045`1a5ffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000045`1a9ffa68 00007fff`531445ca     ntdll!NtFsControlFile+0x14
00000045`1a9ffa70 00007ff7`35b301ab     KERNELBASE!ConnectNamedPipe+0x6a
00000045`1a9ffae0 00007fff`53f74cb0     postgres!pg_signal_thread(
00000045`1a9ffbe0 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
00000045`1a9ffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000045`1adffbd8 00007fff`530fd71e     ntdll!NtWaitForSingleObject+0x14
00000045`1adffbe0 00007ff7`35b31c4c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000045`1adffc80 00007fff`53f74cb0     postgres!pg_timer_thread(
00000045`1adffcc0 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
00000045`1adffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000e`101ff5b8 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000e`101ff5c0 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
0000000e`101ff8b0 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
0000000e`101ff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000e`0fdff7f8 00007fff`530fd71e     ntdll!NtWaitForSingleObject+0x14
0000000e`0fdff800 00007ff7`35b31c4c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000000e`0fdff8a0 00007fff`53f74cb0     postgres!pg_timer_thread(
0000000e`0fdff8e0 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
0000000e`0fdff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000e`0f9ff878 00007fff`531445ca     ntdll!NtFsControlFile+0x14
0000000e`0f9ff880 00007ff7`35b301ab     KERNELBASE!ConnectNamedPipe+0x6a
0000000e`0f9ff8f0 00007fff`53f74cb0     postgres!pg_signal_thread(
0000000e`0f9ff9f0 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
0000000e`0f9ffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000e`0f5ff688 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000e`0f5ff690 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
0000000e`0f5ff980 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
0000000e`0f5ff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000e`0f1feef0 00007ff7`3594baab     postgres!ExecInterpExpr(
0000000e`0f1ff1b0 00007ff7`359597da     postgres!ExecInterpExprStillValid(
0000000e`0f1ff1e0 00007ff7`35959a96     postgres!ExecEvalExpr(
0000000e`0f1ff210 00007ff7`3595952c     postgres!TupleHashTableHash_internal(
0000000e`0f1ff260 00007ff7`3598305a     postgres!LookupTupleHashEntry(
0000000e`0f1ff2b0 00007ff7`35983a9b     postgres!lookup_hash_entries(
0000000e`0f1ff350 00007ff7`359869f6     postgres!agg_fill_hash_table(
0000000e`0f1ff390 00007ff7`3596b73b     postgres!ExecAgg(
0000000e`0f1ff3e0 00007ff7`3596151c     postgres!ExecProcNodeFirst(
0000000e`0f1ff410 00007ff7`35962610     postgres!ExecProcNode(
core
0000007c`749ff6d8 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007c`749ff6e0 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
0000007c`749ff9d0 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
0000007c`749ffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007c`739fd970 00007ff7`3594baab     postgres!ExecInterpExpr(
0000007c`739fdc30 00007ff7`359597da     postgres!ExecInterpExprStillValid(
0000007c`739fdc60 00007ff7`35959a96     postgres!ExecEvalExpr(
0000007c`739fdc90 00007ff7`3595952c     postgres!TupleHashTableHash_internal(
0000007c`739fdce0 00007ff7`3598305a     postgres!LookupTupleHashEntry(
0000007c`739fdd30 00007ff7`35983a9b     postgres!lookup_hash_entries(
0000007c`739fddd0 00007ff7`359869f6     postgres!agg_fill_hash_table(
0000007c`739fde10 00007ff7`3596b774     postgres!ExecAgg(
0000007c`739fde60 00007ff7`3596b73b     postgres!ExecProcNodeInstr(
0000007c`739fdea0 00007ff7`3596151c     postgres!ExecProcNodeFirst(
core
0000007c`745ff7c8 00007fff`530fd71e     ntdll!NtWaitForSingleObject+0x14
0000007c`745ff7d0 00007ff7`35b31c4c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000007c`745ff870 00007fff`53f74cb0     postgres!pg_timer_thread(
0000007c`745ff8b0 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
0000007c`745ff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007c`741ffbb8 00007fff`531445ca     ntdll!NtFsControlFile+0x14
0000007c`741ffbc0 00007ff7`35b301ab     KERNELBASE!ConnectNamedPipe+0x6a
0000007c`741ffc30 00007fff`53f74cb0     postgres!pg_signal_thread(
0000007c`741ffd30 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
0000007c`741ffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007c`73dff668 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007c`73dff670 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
0000007c`73dff960 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
0000007c`73dff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000060`e1fff658 00007fff`531445ca     ntdll!NtFsControlFile+0x14
00000060`e1fff660 00007ff7`35b301ab     KERNELBASE!ConnectNamedPipe+0x6a
00000060`e1fff6d0 00007fff`53f74cb0     postgres!pg_signal_thread(
00000060`e1fff7d0 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
00000060`e1fff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000060`e1bffa98 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000060`e1bffaa0 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
00000060`e1bffd90 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
00000060`e1bffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000060`e13feb20 00007ff7`3594baab     postgres!ExecInterpExpr(
00000060`e13fede0 00007ff7`359597da     postgres!ExecInterpExprStillValid(
00000060`e13fee10 00007ff7`35959a96     postgres!ExecEvalExpr(
00000060`e13fee40 00007ff7`3595952c     postgres!TupleHashTableHash_internal(
00000060`e13fee90 00007ff7`3598305a     postgres!LookupTupleHashEntry(
00000060`e13feee0 00007ff7`35983a9b     postgres!lookup_hash_entries(
00000060`e13fef80 00007ff7`359869f6     postgres!agg_fill_hash_table(
00000060`e13fefc0 00007ff7`3596b73b     postgres!ExecAgg(
00000060`e13ff010 00007ff7`359bbc2c     postgres!ExecProcNodeFirst(
00000060`e13ff040 00007ff7`359bc501     postgres!ExecProcNode(
core
00000060`e17ff678 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000060`e17ff680 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
00000060`e17ff970 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
00000060`e17ff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000060`e23ffe48 00007fff`530fd71e     ntdll!NtWaitForSingleObject+0x14
00000060`e23ffe50 00007ff7`35b31c4c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000060`e23ffef0 00007fff`53f74cb0     postgres!pg_timer_thread(
00000060`e23fff30 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
00000060`e23fff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b8`711ff6a8 00007fff`531445ca     ntdll!NtFsControlFile+0x14
000000b8`711ff6b0 00007ff7`35b301ab     KERNELBASE!ConnectNamedPipe+0x6a
000000b8`711ff720 00007fff`53f74cb0     postgres!pg_signal_thread(
000000b8`711ff820 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b8`711ff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b8`705feb70 00007ff7`3594baab     postgres!ExecInterpExpr(
000000b8`705fee30 00007ff7`359597da     postgres!ExecInterpExprStillValid(
000000b8`705fee60 00007ff7`35959a96     postgres!ExecEvalExpr(
000000b8`705fee90 00007ff7`3595952c     postgres!TupleHashTableHash_internal(
000000b8`705feee0 00007ff7`3598305a     postgres!LookupTupleHashEntry(
000000b8`705fef30 00007ff7`35983a9b     postgres!lookup_hash_entries(
000000b8`705fefd0 00007ff7`359869f6     postgres!agg_fill_hash_table(
000000b8`705ff010 00007ff7`3596b73b     postgres!ExecAgg(
000000b8`705ff060 00007ff7`3596151c     postgres!ExecProcNodeFirst(
000000b8`705ff090 00007ff7`35962610     postgres!ExecProcNode(
core
000000b8`709ff838 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b8`709ff840 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
000000b8`709ffb30 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b8`709ffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b8`70dff858 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b8`70dff860 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
000000b8`70dffb50 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b8`70dffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b8`715ffd68 00007fff`530fd71e     ntdll!NtWaitForSingleObject+0x14
000000b8`715ffd70 00007ff7`35b31c4c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000b8`715ffe10 00007fff`53f74cb0     postgres!pg_timer_thread(
000000b8`715ffe50 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b8`715ffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000086`1e9ff798 00007fff`531445ca     ntdll!NtFsControlFile+0x14
00000086`1e9ff7a0 00007ff7`35b301ab     KERNELBASE!ConnectNamedPipe+0x6a
00000086`1e9ff810 00007fff`53f74cb0     postgres!pg_signal_thread(
00000086`1e9ff910 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
00000086`1e9ff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000086`1e1ff160 00007ff7`3594baab     postgres!ExecInterpExpr(
00000086`1e1ff420 00007ff7`359597da     postgres!ExecInterpExprStillValid(
00000086`1e1ff450 00007ff7`35959a96     postgres!ExecEvalExpr(
00000086`1e1ff480 00007ff7`3595952c     postgres!TupleHashTableHash_internal(
00000086`1e1ff4d0 00007ff7`3598305a     postgres!LookupTupleHashEntry(
00000086`1e1ff520 00007ff7`35983a9b     postgres!lookup_hash_entries(
00000086`1e1ff5c0 00007ff7`359869f6     postgres!agg_fill_hash_table(
00000086`1e1ff600 00007ff7`3596b73b     postgres!ExecAgg(
00000086`1e1ff650 00007ff7`3596151c     postgres!ExecProcNodeFirst(
00000086`1e1ff680 00007ff7`35962610     postgres!ExecProcNode(
core
00000086`1e5ff598 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000086`1e5ff5a0 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
00000086`1e5ff890 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
00000086`1e5ff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000086`1edff9c8 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000086`1edff9d0 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
00000086`1edffcc0 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
00000086`1edffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c2`54dff8d8 00007fff`531445ca     ntdll!NtFsControlFile+0x14
000000c2`54dff8e0 00007ff7`35b301ab     KERNELBASE!ConnectNamedPipe+0x6a
000000c2`54dff950 00007fff`53f74cb0     postgres!pg_signal_thread(
000000c2`54dffa50 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c2`54dffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c2`541fe760 00007ff7`3594baab     postgres!ExecInterpExpr(
000000c2`541fea20 00007ff7`359597da     postgres!ExecInterpExprStillValid(
000000c2`541fea50 00007ff7`35959a96     postgres!ExecEvalExpr(
000000c2`541fea80 00007ff7`3595952c     postgres!TupleHashTableHash_internal(
000000c2`541fead0 00007ff7`3598305a     postgres!LookupTupleHashEntry(
000000c2`541feb20 00007ff7`35983a9b     postgres!lookup_hash_entries(
000000c2`541febc0 00007ff7`359869f6     postgres!agg_fill_hash_table(
000000c2`541fec00 00007ff7`3596b73b     postgres!ExecAgg(
000000c2`541fec50 00007ff7`359b6dec     postgres!ExecProcNodeFirst(
000000c2`541fec80 00007ff7`359b73a7     postgres!ExecProcNode(
core
000000c2`545ff5f8 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c2`545ff600 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
000000c2`545ff8f0 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c2`545ff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c2`549ffa48 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c2`549ffa50 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
000000c2`549ffd40 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c2`549ffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c2`551ffd98 00007fff`530fd71e     ntdll!NtWaitForSingleObject+0x14
000000c2`551ffda0 00007ff7`35b31c4c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000c2`551ffe40 00007fff`53f74cb0     postgres!pg_timer_thread(
000000c2`551ffe80 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c2`551ffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b3`8abffbc8 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b3`8abffbd0 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
000000b3`8abffec0 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b3`8abffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b3`8b7ff578 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b3`8b7ff580 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
000000b3`8b7ff870 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b3`8b7ff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b3`8a7ff170 00007ff7`3594baab     postgres!ExecInterpExpr(
000000b3`8a7ff430 00007ff7`359597da     postgres!ExecInterpExprStillValid(
000000b3`8a7ff460 00007ff7`35959a96     postgres!ExecEvalExpr(
000000b3`8a7ff490 00007ff7`3595952c     postgres!TupleHashTableHash_internal(
000000b3`8a7ff4e0 00007ff7`359bb380     postgres!LookupTupleHashEntry(
000000b3`8a7ff530 00007ff7`359bbab1     postgres!setop_fill_hash_table(
000000b3`8a7ff5a0 00007ff7`3596b73b     postgres!ExecSetOp(
000000b3`8a7ff5f0 00007ff7`3596151c     postgres!ExecProcNodeFirst(
000000b3`8a7ff620 00007ff7`35962610     postgres!ExecProcNode(
000000b3`8a7ff650 00007ff7`3595d927     postgres!ExecutePlan(
core
000000b3`8b3ffc08 00007fff`530fd71e     ntdll!NtWaitForSingleObject+0x14
000000b3`8b3ffc10 00007ff7`35b31c4c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000b3`8b3ffcb0 00007fff`53f74cb0     postgres!pg_timer_thread(
000000b3`8b3ffcf0 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b3`8b3ffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b3`8afff5d8 00007fff`531445ca     ntdll!NtFsControlFile+0x14
000000b3`8afff5e0 00007ff7`35b301ab     KERNELBASE!ConnectNamedPipe+0x6a
000000b3`8afff650 00007fff`53f74cb0     postgres!pg_signal_thread(
000000b3`8afff750 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b3`8afff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000034`dd5ffb88 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000034`dd5ffb90 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
00000034`dd5ffe80 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
00000034`dd5ffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000034`dd1fec60 00007ff7`3594baab     postgres!ExecInterpExpr(
00000034`dd1fef20 00007ff7`359597da     postgres!ExecInterpExprStillValid(
00000034`dd1fef50 00007ff7`35959a96     postgres!ExecEvalExpr(
00000034`dd1fef80 00007ff7`3595952c     postgres!TupleHashTableHash_internal(
00000034`dd1fefd0 00007ff7`3598305a     postgres!LookupTupleHashEntry(
00000034`dd1ff020 00007ff7`35983a9b     postgres!lookup_hash_entries(
00000034`dd1ff0c0 00007ff7`359869f6     postgres!agg_fill_hash_table(
00000034`dd1ff100 00007ff7`3596b73b     postgres!ExecAgg(
00000034`dd1ff150 00007ff7`359bbc2c     postgres!ExecProcNodeFirst(
00000034`dd1ff180 00007ff7`359bc501     postgres!ExecProcNode(
core
00000034`dd9ff798 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000034`dd9ff7a0 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
00000034`dd9ffa90 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
00000034`dd9ffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000034`dddffd68 00007fff`531445ca     ntdll!NtFsControlFile+0x14
00000034`dddffd70 00007ff7`35b301ab     KERNELBASE!ConnectNamedPipe+0x6a
00000034`dddffde0 00007fff`53f74cb0     postgres!pg_signal_thread(
00000034`dddffee0 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
00000034`dddfff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000034`de1ff688 00007fff`530fd71e     ntdll!NtWaitForSingleObject+0x14
00000034`de1ff690 00007ff7`35b31c4c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000034`de1ff730 00007fff`53f74cb0     postgres!pg_timer_thread(
00000034`de1ff770 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
00000034`de1ff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000091`94dff6a8 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000091`94dff6b0 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
00000091`94dff9a0 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
00000091`94dff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000091`959ff598 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000091`959ff5a0 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
00000091`959ff890 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
00000091`959ff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000091`955ff8a8 00007fff`530fd71e     ntdll!NtWaitForSingleObject+0x14
00000091`955ff8b0 00007ff7`35b31c4c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000091`955ff950 00007fff`53f74cb0     postgres!pg_timer_thread(
00000091`955ff990 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
00000091`955ff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000091`951ff7c8 00007fff`531445ca     ntdll!NtFsControlFile+0x14
00000091`951ff7d0 00007ff7`35b301ab     KERNELBASE!ConnectNamedPipe+0x6a
00000091`951ff840 00007fff`53f74cb0     postgres!pg_signal_thread(
00000091`951ff940 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
00000091`951ff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000091`949fef70 00007ff7`3594baab     postgres!ExecInterpExpr(
00000091`949ff230 00007ff7`359597da     postgres!ExecInterpExprStillValid(
00000091`949ff260 00007ff7`35959a96     postgres!ExecEvalExpr(
00000091`949ff290 00007ff7`3595952c     postgres!TupleHashTableHash_internal(
00000091`949ff2e0 00007ff7`3598305a     postgres!LookupTupleHashEntry(
00000091`949ff330 00007ff7`35983a9b     postgres!lookup_hash_entries(
00000091`949ff3d0 00007ff7`359869f6     postgres!agg_fill_hash_table(
00000091`949ff410 00007ff7`3596b73b     postgres!ExecAgg(
00000091`949ff460 00007ff7`359bbc2c     postgres!ExecProcNodeFirst(
00000091`949ff490 00007ff7`359bc501     postgres!ExecProcNode(
core
0000002e`56fff808 00007fff`530fd71e     ntdll!NtWaitForSingleObject+0x14
0000002e`56fff810 00007ff7`35b31c4c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000002e`56fff8b0 00007fff`53f74cb0     postgres!pg_timer_thread(
0000002e`56fff8f0 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
0000002e`56fff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002e`55ffed00 00007ff7`3594baab     postgres!ExecInterpExpr(
0000002e`55ffefc0 00007ff7`359597da     postgres!ExecInterpExprStillValid(
0000002e`55ffeff0 00007ff7`35959a96     postgres!ExecEvalExpr(
0000002e`55fff020 00007ff7`3595952c     postgres!TupleHashTableHash_internal(
0000002e`55fff070 00007ff7`3598305a     postgres!LookupTupleHashEntry(
0000002e`55fff0c0 00007ff7`35983a9b     postgres!lookup_hash_entries(
0000002e`55fff160 00007ff7`359869f6     postgres!agg_fill_hash_table(
0000002e`55fff1a0 00007ff7`3596b73b     postgres!ExecAgg(
0000002e`55fff1f0 00007ff7`3596151c     postgres!ExecProcNodeFirst(
0000002e`55fff220 00007ff7`35962610     postgres!ExecProcNode(
core
0000002e`563ffa08 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002e`563ffa10 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
0000002e`563ffd00 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
0000002e`563ffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002e`567ff7d8 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002e`567ff7e0 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
0000002e`567ffad0 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
0000002e`567ffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002e`56bffad8 00007fff`531445ca     ntdll!NtFsControlFile+0x14
0000002e`56bffae0 00007ff7`35b301ab     KERNELBASE!ConnectNamedPipe+0x6a
0000002e`56bffb50 00007fff`53f74cb0     postgres!pg_signal_thread(
0000002e`56bffc50 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
0000002e`56bffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000012`893ff160 00007ff7`3594baab     postgres!ExecInterpExpr(
00000012`893ff420 00007ff7`359597da     postgres!ExecInterpExprStillValid(
00000012`893ff450 00007ff7`35959a96     postgres!ExecEvalExpr(
00000012`893ff480 00007ff7`3595952c     postgres!TupleHashTableHash_internal(
00000012`893ff4d0 00007ff7`3598305a     postgres!LookupTupleHashEntry(
00000012`893ff520 00007ff7`35983a9b     postgres!lookup_hash_entries(
00000012`893ff5c0 00007ff7`359869f6     postgres!agg_fill_hash_table(
00000012`893ff600 00007ff7`3596b73b     postgres!ExecAgg(
00000012`893ff650 00007ff7`3596151c     postgres!ExecProcNodeFirst(
00000012`893ff680 00007ff7`35962610     postgres!ExecProcNode(
core
00000012`89bffcb8 00007fff`531445ca     ntdll!NtFsControlFile+0x14
00000012`89bffcc0 00007ff7`35b301ab     KERNELBASE!ConnectNamedPipe+0x6a
00000012`89bffd30 00007fff`53f74cb0     postgres!pg_signal_thread(
00000012`89bffe30 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
00000012`89bffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000012`8a3ff9f8 00007fff`530fd71e     ntdll!NtWaitForSingleObject+0x14
00000012`8a3ffa00 00007ff7`35b31c4c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000012`8a3ffaa0 00007fff`53f74cb0     postgres!pg_timer_thread(
00000012`8a3ffae0 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
00000012`8a3ffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000012`89fff858 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000012`89fff860 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
00000012`89fffb50 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
00000012`89fffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000012`897ff948 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000012`897ff950 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
00000012`897ffc40 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
00000012`897ffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`e6fff7c8 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dd`e6fff7d0 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
000000dd`e6fffac0 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`e6fffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`e63fef40 00007ff7`3594baab     postgres!ExecInterpExpr(
000000dd`e63ff200 00007ff7`359597da     postgres!ExecInterpExprStillValid(
000000dd`e63ff230 00007ff7`35959a96     postgres!ExecEvalExpr(
000000dd`e63ff260 00007ff7`3595952c     postgres!TupleHashTableHash_internal(
000000dd`e63ff2b0 00007ff7`3598305a     postgres!LookupTupleHashEntry(
000000dd`e63ff300 00007ff7`35983a9b     postgres!lookup_hash_entries(
000000dd`e63ff3a0 00007ff7`359869f6     postgres!agg_fill_hash_table(
000000dd`e63ff3e0 00007ff7`3596b73b     postgres!ExecAgg(
000000dd`e63ff430 00007ff7`3596151c     postgres!ExecProcNodeFirst(
000000dd`e63ff460 00007ff7`35962610     postgres!ExecProcNode(
core
000000dd`e67ff6a8 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dd`e67ff6b0 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
000000dd`e67ff9a0 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`e67ff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`e6bffd18 00007fff`531445ca     ntdll!NtFsControlFile+0x14
000000dd`e6bffd20 00007ff7`35b301ab     KERNELBASE!ConnectNamedPipe+0x6a
000000dd`e6bffd90 00007fff`53f74cb0     postgres!pg_signal_thread(
000000dd`e6bffe90 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`e6bffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`e73ffbe8 00007fff`530fd71e     ntdll!NtWaitForSingleObject+0x14
000000dd`e73ffbf0 00007ff7`35b31c4c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000dd`e73ffc90 00007fff`53f74cb0     postgres!pg_timer_thread(
000000dd`e73ffcd0 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`e73ffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007f`a59ffa68 00007fff`531445ca     ntdll!NtFsControlFile+0x14
0000007f`a59ffa70 00007ff7`35b301ab     KERNELBASE!ConnectNamedPipe+0x6a
0000007f`a59ffae0 00007fff`53f74cb0     postgres!pg_signal_thread(
0000007f`a59ffbe0 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
0000007f`a59ffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007f`a4dff130 00007ff7`3594baab     postgres!ExecInterpExpr(
0000007f`a4dff3f0 00007ff7`359597da     postgres!ExecInterpExprStillValid(
0000007f`a4dff420 00007ff7`35959a96     postgres!ExecEvalExpr(
0000007f`a4dff450 00007ff7`3595952c     postgres!TupleHashTableHash_internal(
0000007f`a4dff4a0 00007ff7`3598305a     postgres!LookupTupleHashEntry(
0000007f`a4dff4f0 00007ff7`35983a9b     postgres!lookup_hash_entries(
0000007f`a4dff590 00007ff7`359869f6     postgres!agg_fill_hash_table(
0000007f`a4dff5d0 00007ff7`3596b73b     postgres!ExecAgg(
0000007f`a4dff620 00007ff7`3596151c     postgres!ExecProcNodeFirst(
0000007f`a4dff650 00007ff7`35962610     postgres!ExecProcNode(
core
0000007f`a51ff908 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007f`a51ff910 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
0000007f`a51ffc00 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
0000007f`a51ffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007f`a55ff978 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007f`a55ff980 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
0000007f`a55ffc70 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
0000007f`a55ffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007f`a5dff8d8 00007fff`530fd71e     ntdll!NtWaitForSingleObject+0x14
0000007f`a5dff8e0 00007ff7`35b31c4c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000007f`a5dff980 00007fff`53f74cb0     postgres!pg_timer_thread(
0000007f`a5dff9c0 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
0000007f`a5dff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b4`31bff998 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b4`31bff9a0 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
000000b4`31bffc90 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b4`31bffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b4`30ffedd0 00007ff7`35e77d28     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b4`30ffee10 00007ff7`35807c65     postgres!ExceptionalCondition(
000000b4`30ffee50 00007ff7`357f88d7     postgres!index_drop(
000000b4`30ffef30 00007ff7`357f83cd     postgres!doDeletion(
000000b4`30ffef80 00007ff7`357fb881     postgres!deleteOneObject(
000000b4`30fff0d0 00007ff7`357f66cc     postgres!deleteObjectsInList(
000000b4`30fff130 00007ff7`35b35557     postgres!performDeletion(
000000b4`30fff190 00007ff7`35b3373c     postgres!do_autovacuum(void)+0x967 [c:\cirrus\src\backend\postmaster\autovacuum....
000000b4`30fff510 00007ff7`35b3bd57     postgres!AutoVacWorkerMain(
000000b4`30fff6c0 00007ff7`359fafb4     postgres!SubPostmasterMain(
core
000000b4`317ffb38 00007fff`531445ca     ntdll!NtFsControlFile+0x14
000000b4`317ffb40 00007ff7`35b301ab     KERNELBASE!ConnectNamedPipe+0x6a
000000b4`317ffbb0 00007fff`53f74cb0     postgres!pg_signal_thread(
000000b4`317ffcb0 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b4`317ffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b4`313ff538 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b4`313ff540 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
000000b4`313ff830 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b4`313ff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003e`87bff538 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003e`87bff540 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
0000003e`87bff830 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
0000003e`87bff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003e`86bfeaa0 00007ff7`3594baab     postgres!ExecInterpExpr(
0000003e`86bfed60 00007ff7`359597da     postgres!ExecInterpExprStillValid(
0000003e`86bfed90 00007ff7`35959a96     postgres!ExecEvalExpr(
0000003e`86bfedc0 00007ff7`3595952c     postgres!TupleHashTableHash_internal(
0000003e`86bfee10 00007ff7`3598305a     postgres!LookupTupleHashEntry(
0000003e`86bfee60 00007ff7`35983a9b     postgres!lookup_hash_entries(
0000003e`86bfef00 00007ff7`359869f6     postgres!agg_fill_hash_table(
0000003e`86bfef40 00007ff7`3596b73b     postgres!ExecAgg(
0000003e`86bfef90 00007ff7`3596151c     postgres!ExecProcNodeFirst(
0000003e`86bfefc0 00007ff7`35962610     postgres!ExecProcNode(
core
0000003e`86fff848 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003e`86fff850 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
0000003e`86fffb40 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
0000003e`86fffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003e`873ffd28 00007fff`531445ca     ntdll!NtFsControlFile+0x14
0000003e`873ffd30 00007ff7`35b301ab     KERNELBASE!ConnectNamedPipe+0x6a
0000003e`873ffda0 00007fff`53f74cb0     postgres!pg_signal_thread(
0000003e`873ffea0 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
0000003e`873ffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003e`877ffae8 00007fff`530fd71e     ntdll!NtWaitForSingleObject+0x14
0000003e`877ffaf0 00007ff7`35b31c4c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000003e`877ffb90 00007fff`53f74cb0     postgres!pg_timer_thread(
0000003e`877ffbd0 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
0000003e`877ffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b8`723ff688 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b8`723ff690 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
000000b8`723ff980 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b8`723ff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b8`713fecf0 00007ff7`3594baab     postgres!ExecInterpExpr(
000000b8`713fefb0 00007ff7`359597da     postgres!ExecInterpExprStillValid(
000000b8`713fefe0 00007ff7`35959a96     postgres!ExecEvalExpr(
000000b8`713ff010 00007ff7`3595952c     postgres!TupleHashTableHash_internal(
000000b8`713ff060 00007ff7`3598305a     postgres!LookupTupleHashEntry(
000000b8`713ff0b0 00007ff7`35983a9b     postgres!lookup_hash_entries(
000000b8`713ff150 00007ff7`359869f6     postgres!agg_fill_hash_table(
000000b8`713ff190 00007ff7`3596b73b     postgres!ExecAgg(
000000b8`713ff1e0 00007ff7`3596151c     postgres!ExecProcNodeFirst(
000000b8`713ff210 00007ff7`35962610     postgres!ExecProcNode(
core
000000b8`71fff908 00007fff`530fd71e     ntdll!NtWaitForSingleObject+0x14
000000b8`71fff910 00007ff7`35b31c4c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000b8`71fff9b0 00007fff`53f74cb0     postgres!pg_timer_thread(
000000b8`71fff9f0 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b8`71fffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b8`71bffd28 00007fff`531445ca     ntdll!NtFsControlFile+0x14
000000b8`71bffd30 00007ff7`35b301ab     KERNELBASE!ConnectNamedPipe+0x6a
000000b8`71bffda0 00007fff`53f74cb0     postgres!pg_signal_thread(
000000b8`71bffea0 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b8`71bffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b8`717ff958 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b8`717ff960 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
000000b8`717ffc50 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b8`717ffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000018`d51ff578 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000018`d51ff580 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
00000018`d51ff870 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
00000018`d51ff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000018`d4dff698 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000018`d4dff6a0 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
00000018`d4dff990 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
00000018`d4dff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000018`d49fec30 00007ff7`3594baab     postgres!ExecInterpExpr(
00000018`d49feef0 00007ff7`359597da     postgres!ExecInterpExprStillValid(
00000018`d49fef20 00007ff7`35959a96     postgres!ExecEvalExpr(
00000018`d49fef50 00007ff7`3595952c     postgres!TupleHashTableHash_internal(
00000018`d49fefa0 00007ff7`359b88cf     postgres!LookupTupleHashEntry(
00000018`d49feff0 00007ff7`3596b73b     postgres!ExecRecursiveUnion(
00000018`d49ff060 00007ff7`3598bb4c     postgres!ExecProcNodeFirst(
00000018`d49ff090 00007ff7`3598c109     postgres!ExecProcNode(
00000018`d49ff0c0 00007ff7`35970325     postgres!CteScanNext(
00000018`d49ff130 00007ff7`3596fd1c     postgres!ExecScanFetch(
core
00000018`d5dff698 00007fff`530fd71e     ntdll!NtWaitForSingleObject+0x14
00000018`d5dff6a0 00007ff7`35b31c4c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000018`d5dff740 00007fff`53f74cb0     postgres!pg_timer_thread(
00000018`d5dff780 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
00000018`d5dff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000018`d59ffc08 00007fff`531445ca     ntdll!NtFsControlFile+0x14
00000018`d59ffc10 00007ff7`35b301ab     KERNELBASE!ConnectNamedPipe+0x6a
00000018`d59ffc80 00007fff`53f74cb0     postgres!pg_signal_thread(
00000018`d59ffd80 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
00000018`d59ffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000018`d55ff538 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000018`d55ff540 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
00000018`d55ff830 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
00000018`d55ff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000098`3fdfe9f0 00007ff7`3594baab     postgres!ExecInterpExpr(
00000098`3fdfecb0 00007ff7`359597da     postgres!ExecInterpExprStillValid(
00000098`3fdfece0 00007ff7`35959a96     postgres!ExecEvalExpr(
00000098`3fdfed10 00007ff7`3595952c     postgres!TupleHashTableHash_internal(
00000098`3fdfed60 00007ff7`359bb380     postgres!LookupTupleHashEntry(
00000098`3fdfedb0 00007ff7`359bbab1     postgres!setop_fill_hash_table(
00000098`3fdfee20 00007ff7`3596b73b     postgres!ExecSetOp(
00000098`3fdfee70 00007ff7`3596151c     postgres!ExecProcNodeFirst(
00000098`3fdfeea0 00007ff7`35962610     postgres!ExecProcNode(
00000098`3fdfeed0 00007ff7`3595d927     postgres!ExecutePlan(
core
00000098`401ff9b8 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000098`401ff9c0 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
00000098`401ffcb0 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
00000098`401ffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000098`405ff978 00007fff`531445ca     ntdll!NtFsControlFile+0x14
00000098`405ff980 00007ff7`35b301ab     KERNELBASE!ConnectNamedPipe+0x6a
00000098`405ff9f0 00007fff`53f74cb0     postgres!pg_signal_thread(
00000098`405ffaf0 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
00000098`405ffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000098`409ff858 00007fff`530fd71e     ntdll!NtWaitForSingleObject+0x14
00000098`409ff860 00007ff7`35b31c4c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000098`409ff900 00007fff`53f74cb0     postgres!pg_timer_thread(
00000098`409ff940 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
00000098`409ff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000098`40dff948 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000098`40dff950 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
00000098`40dffc40 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
00000098`40dffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b2`769ff608 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b2`769ff610 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
000000b2`769ff900 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b2`769ff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b2`761ff0a0 00007ff7`35e77d28     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b2`761ff0e0 00007ff7`35807c65     postgres!ExceptionalCondition(
000000b2`761ff120 00007ff7`357f88d7     postgres!index_drop(
000000b2`761ff200 00007ff7`357f83cd     postgres!doDeletion(
000000b2`761ff250 00007ff7`357fb881     postgres!deleteOneObject(
000000b2`761ff3a0 00007ff7`357f66cc     postgres!deleteObjectsInList(
000000b2`761ff400 00007ff7`35b35557     postgres!performDeletion(
000000b2`761ff460 00007ff7`35b3373c     postgres!do_autovacuum(void)+0x967 [c:\cirrus\src\backend\postmaster\autovacuum....
000000b2`761ff7e0 00007ff7`35b3bd57     postgres!AutoVacWorkerMain(
000000b2`761ff990 00007ff7`359fafb4     postgres!SubPostmasterMain(
core
000000b2`765ff4e8 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b2`765ff4f0 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
000000b2`765ff7e0 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b2`765ff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b2`76dff978 00007fff`531445ca     ntdll!NtFsControlFile+0x14
000000b2`76dff980 00007ff7`35b301ab     KERNELBASE!ConnectNamedPipe+0x6a
000000b2`76dff9f0 00007fff`53f74cb0     postgres!pg_signal_thread(
000000b2`76dffaf0 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b2`76dffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e2`213ff5f8 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e2`213ff600 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
000000e2`213ff8f0 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e2`213ff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e2`207fecd0 00007ff7`3594baab     postgres!ExecInterpExpr(
000000e2`207fef90 00007ff7`359597da     postgres!ExecInterpExprStillValid(
000000e2`207fefc0 00007ff7`35959a96     postgres!ExecEvalExpr(
000000e2`207feff0 00007ff7`3595952c     postgres!TupleHashTableHash_internal(
000000e2`207ff040 00007ff7`3598305a     postgres!LookupTupleHashEntry(
000000e2`207ff090 00007ff7`35983a9b     postgres!lookup_hash_entries(
000000e2`207ff130 00007ff7`359869f6     postgres!agg_fill_hash_table(
000000e2`207ff170 00007ff7`3596b73b     postgres!ExecAgg(
000000e2`207ff1c0 00007ff7`3596151c     postgres!ExecProcNodeFirst(
000000e2`207ff1f0 00007ff7`35962610     postgres!ExecProcNode(
core
000000e2`20bff548 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e2`20bff550 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
000000e2`20bff840 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e2`20bff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e2`20fff718 00007fff`531445ca     ntdll!NtFsControlFile+0x14
000000e2`20fff720 00007ff7`35b301ab     KERNELBASE!ConnectNamedPipe+0x6a
000000e2`20fff790 00007fff`53f74cb0     postgres!pg_signal_thread(
000000e2`20fff890 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e2`20fff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000087`1d5ffa88 00007fff`531445ca     ntdll!NtFsControlFile+0x14
00000087`1d5ffa90 00007ff7`35b301ab     KERNELBASE!ConnectNamedPipe+0x6a
00000087`1d5ffb00 00007fff`53f74cb0     postgres!pg_signal_thread(
00000087`1d5ffc00 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
00000087`1d5ffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000087`1d9ff7c8 00007fff`530fd71e     ntdll!NtWaitForSingleObject+0x14
00000087`1d9ff7d0 00007ff7`35b31c4c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000087`1d9ff870 00007fff`53f74cb0     postgres!pg_timer_thread(
00000087`1d9ff8b0 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
00000087`1d9ff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000087`1ddff728 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000087`1ddff730 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
00000087`1ddffa20 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
00000087`1ddffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000087`1cdff180 00007ff7`3594baab     postgres!ExecInterpExpr(
00000087`1cdff440 00007ff7`359597da     postgres!ExecInterpExprStillValid(
00000087`1cdff470 00007ff7`35959a96     postgres!ExecEvalExpr(
00000087`1cdff4a0 00007ff7`3595952c     postgres!TupleHashTableHash_internal(
00000087`1cdff4f0 00007ff7`359bb380     postgres!LookupTupleHashEntry(
00000087`1cdff540 00007ff7`359bbab1     postgres!setop_fill_hash_table(
00000087`1cdff5b0 00007ff7`3596b73b     postgres!ExecSetOp(
00000087`1cdff600 00007ff7`3596151c     postgres!ExecProcNodeFirst(
00000087`1cdff630 00007ff7`35962610     postgres!ExecProcNode(
00000087`1cdff660 00007ff7`3595d927     postgres!ExecutePlan(
core
00000087`1d1ffa38 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000087`1d1ffa40 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
00000087`1d1ffd30 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
00000087`1d1ffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ed`ee7fea00 00007ff7`3594baab     postgres!ExecInterpExpr(
000000ed`ee7fecc0 00007ff7`359597da     postgres!ExecInterpExprStillValid(
000000ed`ee7fecf0 00007ff7`35959a96     postgres!ExecEvalExpr(
000000ed`ee7fed20 00007ff7`3595952c     postgres!TupleHashTableHash_internal(
000000ed`ee7fed70 00007ff7`3598305a     postgres!LookupTupleHashEntry(
000000ed`ee7fedc0 00007ff7`35983a9b     postgres!lookup_hash_entries(
000000ed`ee7fee60 00007ff7`359869f6     postgres!agg_fill_hash_table(
000000ed`ee7feea0 00007ff7`3596b73b     postgres!ExecAgg(
000000ed`ee7feef0 00007ff7`3596151c     postgres!ExecProcNodeFirst(
000000ed`ee7fef20 00007ff7`35962610     postgres!ExecProcNode(
core
000000ed`ef7ff6d8 00007fff`530fd71e     ntdll!NtWaitForSingleObject+0x14
000000ed`ef7ff6e0 00007ff7`35b31c4c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000ed`ef7ff780 00007fff`53f74cb0     postgres!pg_timer_thread(
000000ed`ef7ff7c0 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ed`ef7ff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ed`ef3ffc28 00007fff`531445ca     ntdll!NtFsControlFile+0x14
000000ed`ef3ffc30 00007ff7`35b301ab     KERNELBASE!ConnectNamedPipe+0x6a
000000ed`ef3ffca0 00007fff`53f74cb0     postgres!pg_signal_thread(
000000ed`ef3ffda0 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ed`ef3ffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ed`eefff758 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ed`eefff760 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
000000ed`eefffa50 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ed`eefffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ed`eebff6f8 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ed`eebff700 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
000000ed`eebff9f0 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ed`eebffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c3`2d7ff868 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c3`2d7ff870 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
000000c3`2d7ffb60 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c3`2d7ffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c3`2cbffb08 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c3`2cbffb10 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
000000c3`2cbffe00 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c3`2cbffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c3`2cfffc98 00007fff`531445ca     ntdll!NtFsControlFile+0x14
000000c3`2cfffca0 00007ff7`35b301ab     KERNELBASE!ConnectNamedPipe+0x6a
000000c3`2cfffd10 00007fff`53f74cb0     postgres!pg_signal_thread(
000000c3`2cfffe10 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c3`2cfffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c3`2c7fefd0 00007ff7`3594baab     postgres!ExecInterpExpr(
000000c3`2c7ff290 00007ff7`359597da     postgres!ExecInterpExprStillValid(
000000c3`2c7ff2c0 00007ff7`35959a96     postgres!ExecEvalExpr(
000000c3`2c7ff2f0 00007ff7`3595952c     postgres!TupleHashTableHash_internal(
000000c3`2c7ff340 00007ff7`3598305a     postgres!LookupTupleHashEntry(
000000c3`2c7ff390 00007ff7`35983a9b     postgres!lookup_hash_entries(
000000c3`2c7ff430 00007ff7`359869f6     postgres!agg_fill_hash_table(
000000c3`2c7ff470 00007ff7`3596b73b     postgres!ExecAgg(
000000c3`2c7ff4c0 00007ff7`3596151c     postgres!ExecProcNodeFirst(
000000c3`2c7ff4f0 00007ff7`35962610     postgres!ExecProcNode(
core
000000c3`2d3ff758 00007fff`530fd71e     ntdll!NtWaitForSingleObject+0x14
000000c3`2d3ff760 00007ff7`35b31c4c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000c3`2d3ff800 00007fff`53f74cb0     postgres!pg_timer_thread(
000000c3`2d3ff840 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c3`2d3ff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f2`a0bff948 00007fff`531445ca     ntdll!NtFsControlFile+0x14
000000f2`a0bff950 00007ff7`35b301ab     KERNELBASE!ConnectNamedPipe+0x6a
000000f2`a0bff9c0 00007fff`53f74cb0     postgres!pg_signal_thread(
000000f2`a0bffac0 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f2`a0bffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f2`9fffeb80 00007ff7`3594baab     postgres!ExecInterpExpr(
000000f2`9fffee40 00007ff7`359597da     postgres!ExecInterpExprStillValid(
000000f2`9fffee70 00007ff7`35959a96     postgres!ExecEvalExpr(
000000f2`9fffeea0 00007ff7`3595952c     postgres!TupleHashTableHash_internal(
000000f2`9fffeef0 00007ff7`3598305a     postgres!LookupTupleHashEntry(
000000f2`9fffef40 00007ff7`35983a9b     postgres!lookup_hash_entries(
000000f2`9fffefe0 00007ff7`359869f6     postgres!agg_fill_hash_table(
000000f2`9ffff020 00007ff7`3596b73b     postgres!ExecAgg(
000000f2`9ffff070 00007ff7`3596151c     postgres!ExecProcNodeFirst(
000000f2`9ffff0a0 00007ff7`35962610     postgres!ExecProcNode(
core
000000f2`a03ffa08 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f2`a03ffa10 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
000000f2`a03ffd00 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f2`a03ffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f2`a07ff9f8 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f2`a07ffa00 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
000000f2`a07ffcf0 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f2`a07ffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f2`a0fff7b8 00007fff`530fd71e     ntdll!NtWaitForSingleObject+0x14
000000f2`a0fff7c0 00007ff7`35b31c4c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000f2`a0fff860 00007fff`53f74cb0     postgres!pg_timer_thread(
000000f2`a0fff8a0 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f2`a0fff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ee`d1dffce8 00007fff`531445ca     ntdll!NtFsControlFile+0x14
000000ee`d1dffcf0 00007ff7`35b301ab     KERNELBASE!ConnectNamedPipe+0x6a
000000ee`d1dffd60 00007fff`53f74cb0     postgres!pg_signal_thread(
000000ee`d1dffe60 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ee`d1dffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ee`d19ff938 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ee`d19ff940 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
000000ee`d19ffc30 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ee`d19ffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ee`d15ff8f8 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ee`d15ff900 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
000000ee`d15ffbf0 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ee`d15ffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ee`d11feb40 00007ff7`3594baab     postgres!ExecInterpExpr(
000000ee`d11fee00 00007ff7`359597da     postgres!ExecInterpExprStillValid(
000000ee`d11fee30 00007ff7`35959a96     postgres!ExecEvalExpr(
000000ee`d11fee60 00007ff7`3595952c     postgres!TupleHashTableHash_internal(
000000ee`d11feeb0 00007ff7`3598305a     postgres!LookupTupleHashEntry(
000000ee`d11fef00 00007ff7`35983a9b     postgres!lookup_hash_entries(
000000ee`d11fefa0 00007ff7`359869f6     postgres!agg_fill_hash_table(
000000ee`d11fefe0 00007ff7`3596b73b     postgres!ExecAgg(
000000ee`d11ff030 00007ff7`3596151c     postgres!ExecProcNodeFirst(
000000ee`d11ff060 00007ff7`35962610     postgres!ExecProcNode(
core
000000ee`d21ffdc8 00007fff`530fd71e     ntdll!NtWaitForSingleObject+0x14
000000ee`d21ffdd0 00007ff7`35b31c4c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000ee`d21ffe70 00007fff`53f74cb0     postgres!pg_timer_thread(
000000ee`d21ffeb0 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ee`d21ffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000021`79bfea70 00007ff7`3594baab     postgres!ExecInterpExpr(
00000021`79bfed30 00007ff7`359597da     postgres!ExecInterpExprStillValid(
00000021`79bfed60 00007ff7`35959a96     postgres!ExecEvalExpr(
00000021`79bfed90 00007ff7`3595952c     postgres!TupleHashTableHash_internal(
00000021`79bfede0 00007ff7`3598305a     postgres!LookupTupleHashEntry(
00000021`79bfee30 00007ff7`35983a9b     postgres!lookup_hash_entries(
00000021`79bfeed0 00007ff7`359869f6     postgres!agg_fill_hash_table(
00000021`79bfef10 00007ff7`3596b73b     postgres!ExecAgg(
00000021`79bfef60 00007ff7`3596151c     postgres!ExecProcNodeFirst(
00000021`79bfef90 00007ff7`35962610     postgres!ExecProcNode(
core
00000021`79fffa48 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000021`79fffa50 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
00000021`79fffd40 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
00000021`79fffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000021`7a7ffd18 00007fff`531445ca     ntdll!NtFsControlFile+0x14
00000021`7a7ffd20 00007ff7`35b301ab     KERNELBASE!ConnectNamedPipe+0x6a
00000021`7a7ffd90 00007fff`53f74cb0     postgres!pg_signal_thread(
00000021`7a7ffe90 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
00000021`7a7ffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000021`7a3ff5a8 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000021`7a3ff5b0 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
00000021`7a3ff8a0 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
00000021`7a3ff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000021`7abffbd8 00007fff`530fd71e     ntdll!NtWaitForSingleObject+0x14
00000021`7abffbe0 00007ff7`35b31c4c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000021`7abffc80 00007fff`53f74cb0     postgres!pg_timer_thread(
00000021`7abffcc0 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
00000021`7abffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bc`b2bffad8 00007fff`530fd71e     ntdll!NtWaitForSingleObject+0x14
000000bc`b2bffae0 00007ff7`35b31c4c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000bc`b2bffb80 00007fff`53f74cb0     postgres!pg_timer_thread(
000000bc`b2bffbc0 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000bc`b2bffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bc`b27ffa58 00007fff`531445ca     ntdll!NtFsControlFile+0x14
000000bc`b27ffa60 00007ff7`35b301ab     KERNELBASE!ConnectNamedPipe+0x6a
000000bc`b27ffad0 00007fff`53f74cb0     postgres!pg_signal_thread(
000000bc`b27ffbd0 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000bc`b27ffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bc`b23ffa28 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bc`b23ffa30 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
000000bc`b23ffd20 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000bc`b23ffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bc`b1ffee50 00007ff7`3594baab     postgres!ExecInterpExpr(
000000bc`b1fff110 00007ff7`359597da     postgres!ExecInterpExprStillValid(
000000bc`b1fff140 00007ff7`35959a96     postgres!ExecEvalExpr(
000000bc`b1fff170 00007ff7`3595952c     postgres!TupleHashTableHash_internal(
000000bc`b1fff1c0 00007ff7`3598305a     postgres!LookupTupleHashEntry(
000000bc`b1fff210 00007ff7`35983a9b     postgres!lookup_hash_entries(
000000bc`b1fff2b0 00007ff7`359869f6     postgres!agg_fill_hash_table(
000000bc`b1fff2f0 00007ff7`3596b73b     postgres!ExecAgg(
000000bc`b1fff340 00007ff7`3596151c     postgres!ExecProcNodeFirst(
000000bc`b1fff370 00007ff7`35962610     postgres!ExecProcNode(
core
000000bc`b2fff838 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bc`b2fff840 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
000000bc`b2fffb30 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000bc`b2fffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000d`547fece0 00007ff7`3594baab     postgres!ExecInterpExpr(
0000000d`547fefa0 00007ff7`359597da     postgres!ExecInterpExprStillValid(
0000000d`547fefd0 00007ff7`35959a96     postgres!ExecEvalExpr(
0000000d`547ff000 00007ff7`3595952c     postgres!TupleHashTableHash_internal(
0000000d`547ff050 00007ff7`3598305a     postgres!LookupTupleHashEntry(
0000000d`547ff0a0 00007ff7`35983a9b     postgres!lookup_hash_entries(
0000000d`547ff140 00007ff7`359869f6     postgres!agg_fill_hash_table(
0000000d`547ff180 00007ff7`3596b73b     postgres!ExecAgg(
0000000d`547ff1d0 00007ff7`3596151c     postgres!ExecProcNodeFirst(
0000000d`547ff200 00007ff7`35962610     postgres!ExecProcNode(
core
0000000d`54bff808 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000d`54bff810 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
0000000d`54bffb00 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
0000000d`54bffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000d`54fff718 00007fff`531445ca     ntdll!NtFsControlFile+0x14
0000000d`54fff720 00007ff7`35b301ab     KERNELBASE!ConnectNamedPipe+0x6a
0000000d`54fff790 00007fff`53f74cb0     postgres!pg_signal_thread(
0000000d`54fff890 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
0000000d`54fff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000d`553ffbb8 00007fff`530fd71e     ntdll!NtWaitForSingleObject+0x14
0000000d`553ffbc0 00007ff7`35b31c4c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000000d`553ffc60 00007fff`53f74cb0     postgres!pg_timer_thread(
0000000d`553ffca0 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
0000000d`553ffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000d`557ff638 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000d`557ff640 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
0000000d`557ff930 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
0000000d`557ff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f4`1e9ffa78 00007fff`531445ca     ntdll!NtFsControlFile+0x14
000000f4`1e9ffa80 00007ff7`35b301ab     KERNELBASE!ConnectNamedPipe+0x6a
000000f4`1e9ffaf0 00007fff`53f74cb0     postgres!pg_signal_thread(
000000f4`1e9ffbf0 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f4`1e9ffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f4`1e5ff478 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f4`1e5ff480 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
000000f4`1e5ff770 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f4`1e5ff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f4`1e1ffa68 00007fff`55b4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f4`1e1ffa70 00007fff`53f74cb0     ntdll!TppWorkerThread+0x2df
000000f4`1e1ffd60 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f4`1e1ffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f4`1ddfebc0 00007ff7`3594baab     postgres!ExecInterpExpr(
000000f4`1ddfee80 00007ff7`359597da     postgres!ExecInterpExprStillValid(
000000f4`1ddfeeb0 00007ff7`35959a96     postgres!ExecEvalExpr(
000000f4`1ddfeee0 00007ff7`3595952c     postgres!TupleHashTableHash_internal(
000000f4`1ddfef30 00007ff7`3598305a     postgres!LookupTupleHashEntry(
000000f4`1ddfef80 00007ff7`35983a9b     postgres!lookup_hash_entries(
000000f4`1ddff020 00007ff7`359869f6     postgres!agg_fill_hash_table(
000000f4`1ddff060 00007ff7`3596b73b     postgres!ExecAgg(
000000f4`1ddff0b0 00007ff7`3596151c     postgres!ExecProcNodeFirst(
000000f4`1ddff0e0 00007ff7`35962610     postgres!ExecProcNode(
core
000000f4`1edff7a8 00007fff`530fd71e     ntdll!NtWaitForSingleObject+0x14
000000f4`1edff7b0 00007ff7`35b31c4c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000f4`1edff850 00007fff`53f74cb0     postgres!pg_timer_thread(
000000f4`1edff890 00007fff`55bbecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f4`1edff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/isolation/expected/matview-write-skew.out C:/cirrus/build/testrun/isolat...
--- C:/cirrus/src/test/isolation/expected/matview-write-skew.out	2024-10-25 07:03:44.621796200 +0000
+++ C:/cirrus/build/testrun/isolation/isolation/results/matview-write-skew.out	2024-10-25 07:07:38.134536300 +0000
@@ -1,121 +1,6 @@
 Parsed test spec with 2 sessions
 
 starting permutation: s1_begin s2_begin s1_refresh s2_read s2_insert s1_commit s2_commit
-step s1_begin: BEGIN ISOLATION LEVEL SERIALIZABLE;
-step s2_begin: BEGIN ISOLATION LEVEL SERIALIZABLE;
-step s1_refresh: REFRESH MATERIALIZED VIEW CONCURRENTLY order_summary;
-step s2_read: SELECT max(date) FROM order_summary;
-       max
-----------
-04-01-2022
-(1 row)
-
-step s2_insert: INSERT INTO orders VALUES ('2022-04-02', 'orange', 15);
-step s1_commit: COMMIT;
-step s2_commit: COMMIT;
-ERROR:  could not serialize access due to read/write dependencies among transactions
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/contrib/pageinspect/expected/brin.out C:/cirrus/build/testrun/pageinspect/regress...
--- C:/cirrus/contrib/pageinspect/expected/brin.out	2024-10-25 07:03:40.597871000 +0000
+++ C:/cirrus/build/testrun/pageinspect/regress/results/brin.out	2024-10-25 07:08:50.753676700 +0000
@@ -161,50 +161,7 @@
 SELECT * FROM brin_page_items(get_raw_page('brin_test_parallel_idx', 2), 'brin_test_parallel_idx')
 EXCEPT
 SELECT * FROM brin_page_items(get_raw_page('brin_test_serial_idx', 2), 'brin_test_serial_idx');
- itemoffset | blknum | attnum | allnulls | hasnulls | placeholder | empty | value 
-------------+--------+--------+----------+----------+-------------+-------+-------
-(0 rows)
-
-SELECT * FROM brin_page_items(get_raw_page('brin_test_serial_idx', 2), 'brin_test_serial_idx')
-EXCEPT
-SELECT * FROM brin_page_items(get_raw_page('brin_test_parallel_idx', 2), 'brin_test_parallel_idx');
- itemoffset | blknum | attnum | allnulls | hasnulls | placeholder | empty | value 
-------------+--------+--------+----------+----------+-------------+-------+-------
-(0 rows)
-
-DROP INDEX brin_test_parallel_idx;
--- force parallel build, but don't allow starting parallel workers to force
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/contrib/pg_stat_statements/expected/select.out C:/cirrus/build/testrun/pg_stat_st...
--- C:/cirrus/contrib/pg_stat_statements/expected/select.out	2024-10-25 07:03:40.673539600 +0000
+++ C:/cirrus/build/testrun/pg_stat_statements/regress/results/select.out	2024-10-25 07:08:56.467059700 +0000
@@ -320,96 +320,7 @@
 FROM (VALUES (1, 2, 3), (4, NULL, 6), (7, 8, 9)) AS t (a, b, c)
 GROUP BY ROLLUP(a, b), rollup(a, c)
 ORDER BY a, b, c;
- a | b | c 
----+---+---
- 1 | 2 | 3
- 1 | 2 |  
- 1 | 2 |  
- 1 |   | 3
- 1 |   | 3
- 1 |   |  
- 1 |   |  
- 1 |   |  
- 4 |   | 6
- 4 |   | 6
- 4 |   | 6
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/contrib/pg_trgm/expected/pg_trgm.out C:/cirrus/build/testrun/pg_trgm/regress/resu...
--- C:/cirrus/contrib/pg_trgm/expected/pg_trgm.out	2024-10-25 07:03:40.728806100 +0000
+++ C:/cirrus/build/testrun/pg_trgm/regress/results/pg_trgm.out	2024-10-25 07:08:59.302998500 +0000
@@ -5384,21 +5384,7 @@
 
 SELECT DISTINCT city, similarity(city, 'Warsaw'), show_limit()
   FROM restaurants WHERE city % 'Warsaw';
-  city  | similarity | show_limit 
---------+------------+------------
- Warsaw |          1 |        0.3
-(1 row)
-
-SELECT set_limit(0.5);
- set_limit 
------------
-       0.5
-(1 row)
-
-SELECT DISTINCT city, similarity(city, 'Warsaw'), show_limit()
-  FROM restaurants WHERE city % 'Warsaw';
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/type_sanity.out C:/cirrus/build/testrun/pg_upgrade/002_...
--- C:/cirrus/src/test/regress/expected/type_sanity.out	2024-10-25 07:03:45.327915000 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/type_sanity.out	2024-10-25 07:05:58.708306500 +0000
@@ -172,573 +172,7 @@
 FROM pg_type AS t1
 WHERE t1.typtype not in ('b', 'p')
 ORDER BY 1;
- typtype |   typinput    
----------+---------------
- c       | record_in
- d       | domain_in
- e       | enum_in
- m       | multirange_in
- r       | range_in
-(5 rows)
-
--- Check for bogus typoutput routines
--- As of 8.0, this check finds refcursor, which is borrowing
--- other types' I/O routines
-SELECT t1.oid, t1.typname, p1.oid, p1.proname
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/contrib/postgres_fdw/expected/postgres_fdw.out C:/cirrus/build/testrun/postgres_f...
--- C:/cirrus/contrib/postgres_fdw/expected/postgres_fdw.out	2024-10-25 07:03:40.848833600 +0000
+++ C:/cirrus/build/testrun/postgres_fdw/regress/results/postgres_fdw.out	2024-10-25 07:09:03.608666800 +0000
@@ -2329,10019 +2329,7 @@
 (20 rows)
 
 SELECT t1c1, avg(t1c1 + t2c1) FROM (SELECT t1.c1, t2.c1 FROM ft1 t1 JOIN ft2 t2 ON (t1.c1 = t2.c1) UNION SELECT t1.c1, ...
- t1c1 |         avg          
-------+----------------------
-  101 | 202.0000000000000000
-  102 | 204.0000000000000000
-  103 | 206.0000000000000000
-  104 | 208.0000000000000000
-  105 | 210.0000000000000000
-  106 | 212.0000000000000000
-  107 | 214.0000000000000000
-  108 | 216.0000000000000000
-  109 | 218.0000000000000000
-  110 | 220.0000000000000000
-(10 rows)
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/type_sanity.out C:/cirrus/build/testrun/recovery/027_st...
--- C:/cirrus/src/test/regress/expected/type_sanity.out	2024-10-25 07:03:45.327915000 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/type_sanity.out	2024-10-25 07:07:43.692652900 +0000
@@ -172,573 +172,7 @@
 FROM pg_type AS t1
 WHERE t1.typtype not in ('b', 'p')
 ORDER BY 1;
- typtype |   typinput    
----------+---------------
- c       | record_in
- d       | domain_in
- e       | enum_in
- m       | multirange_in
- r       | range_in
-(5 rows)
-
--- Check for bogus typoutput routines
--- As of 8.0, this check finds refcursor, which is borrowing
--- other types' I/O routines
-SELECT t1.oid, t1.typname, p1.oid, p1.proname
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/type_sanity.out C:/cirrus/build/testrun/regress/regress...
--- C:/cirrus/src/test/regress/expected/type_sanity.out	2024-10-25 07:03:45.327915000 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/type_sanity.out	2024-10-25 07:05:53.997860000 +0000
@@ -172,573 +172,7 @@
 FROM pg_type AS t1
 WHERE t1.typtype not in ('b', 'p')
 ORDER BY 1;
- typtype |   typinput    
----------+---------------
- c       | record_in
- d       | domain_in
- e       | enum_in
- m       | multirange_in
- r       | range_in
-(5 rows)
-
--- Check for bogus typoutput routines
--- As of 8.0, this check finds refcursor, which is borrowing
--- other types' I/O routines
-SELECT t1.oid, t1.typname, p1.oid, p1.proname
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/contrib/tablefunc/expected/tablefunc.out C:/cirrus/build/testrun/tablefunc/regres...
--- C:/cirrus/contrib/tablefunc/expected/tablefunc.out	2024-10-25 07:03:40.929398100 +0000
+++ C:/cirrus/build/testrun/tablefunc/regress/results/tablefunc.out	2024-10-25 07:09:03.279556300 +0000
@@ -239,261 +239,7 @@
   'SELECT rowid, rowdt, attribute, val FROM cth ORDER BY 1',
   'SELECT DISTINCT rowdt, attribute FROM cth ORDER BY 2')
 AS c(rowid text, rowdt timestamp, temperature int4, test_result text, test_startdate timestamp, volts float8);
-ERROR:  invalid crosstab categories query
-DETAIL:  The query must return one column.
--- if category query generates a NULL value, get expected error
-SELECT * FROM crosstab(
-  'SELECT rowid, rowdt, attribute, val FROM cth ORDER BY 1',
-  'SELECT NULL::text')
-AS c(rowid text, rowdt timestamp, temperature int4, test_result text, test_startdate timestamp, volts float8);
-ERROR:  crosstab category value must not be null
--- if source query returns zero rows, get zero rows returned
-SELECT * FROM crosstab(
-  'SELECT rowid, rowdt, attribute, val FROM cth WHERE false ORDER BY 1',
-  'SELECT DISTINCT attribute FROM cth ORDER BY 1')
-AS c(rowid text, rowdt timestamp, temperature text, test_result text, test_startdate text, volts text);
...
tap
[07:09:36.258](1.825s) not ok 7 - checking an unresolvable database pattern under --no-strict-names status (got 1 vs exp...
[07:09:36.328](0.000s) not ok 12 - checking an unresolvable database pattern (substring of existent database) stderr /(?...
[07:09:36.387](0.000s) not ok 15 - checking an unresolvable database pattern (superstring of existent database) stderr /...
[07:09:36.523](0.000s) not ok 20 - checking a database by name without amcheck installed, no other databases stderr /(?^...
[07:09:36.523](0.000s) not ok 21 - checking a database by name without amcheck installed, no other databases stderr /(?^...
[07:09:36.603](0.080s) not ok 22 - checking a database by name without amcheck installed, with other databases status (g...
[07:09:36.606](0.002s) not ok 24 - checking a database by name without amcheck installed, with other databases stderr /(...
[07:09:36.680](0.073s) not ok 25 - checking a database by pattern without amcheck installed, with other databases status...
[07:09:36.681](0.000s) not ok 27 - checking a database by pattern without amcheck installed, with other databases stderr...
[07:09:36.731](0.002s) not ok 30 - checking table pattern ".." stderr /(?^:pg_amcheck: error: no connectable databases t...
[07:09:36.774](0.000s) not ok 33 - checking table pattern ".foo.bar" stderr /(?^:pg_amcheck: error: no connectable datab...
[07:09:36.851](0.000s) not ok 36 - checking table pattern "." stderr /(?^:pg_amcheck: error: no heap tables to check mat...
[07:09:37.556](0.078s) not ok 64 - many unmatched patterns and one matched pattern under --no-strict-names status (got 1...
[07:09:37.557](0.000s) not ok 66 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[07:09:37.558](0.000s) not ok 67 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[07:09:37.559](0.000s) not ok 68 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[07:09:37.559](0.000s) not ok 69 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[07:09:37.560](0.000s) not ok 70 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[07:09:37.560](0.000s) not ok 71 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[07:09:37.561](0.000s) not ok 72 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[07:09:37.561](0.000s) not ok 73 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[07:09:37.562](0.000s) not ok 74 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[07:09:37.562](0.000s) not ok 75 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[07:09:37.563](0.000s) not ok 76 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[07:09:37.563](0.000s) not ok 77 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[07:09:37.564](0.000s) not ok 78 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[07:09:37.564](0.000s) not ok 79 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[07:09:37.565](0.000s) not ok 80 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[07:09:37.565](0.000s) not ok 81 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[07:09:37.566](0.000s) not ok 82 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
tap
[07:09:46.246](13.204s) not ok 1 - pg_amcheck prior to corruption status (got 1 vs expected 0)
[07:09:46.248](0.001s) not ok 3 - pg_amcheck prior to corruption stderr /(?^:^$)/
[07:09:46.275](0.026s) Bail out!  pg_ctl stop failed
tap
[07:09:45.759](7.608s) not ok 1 - pg_amcheck test table, prior to corruption
[07:09:45.806](0.044s) not ok 2 - pg_amcheck test table and index, prior to corruption
[07:09:45.870](0.063s) Bail out!  pg_ctl stop failed
tap
[07:09:43.959](3.209s) not ok 1 - pg_amcheck all schemas, tables and indexes reports no corruption: exit code 0
[07:09:43.960](0.000s) not ok 2 - pg_amcheck all schemas, tables and indexes reports no corruption: no stderr
tap
[07:10:26.380](4.287s) not ok 30 - run pg_createsubscriber on node S
tap
[07:10:44.664](1.771s) not ok 19 - pg_dump: option -n pg_catalog
[07:10:44.743](0.079s) not ok 20 - pg_dumpall: option --exclude-database handles database names with embedded dots
[07:10:44.794](0.002s) not ok 22 - pg_dump: option --schema rejects three-part schema names: matches
[07:10:44.861](0.001s) not ok 24 - pg_dump: option --schema rejects cross-database multipart schema names: matches
[07:10:44.934](0.000s) not ok 26 - pg_dump: option --schema rejects degenerate two-part schema name: ".": matches
[07:10:45.045](0.001s) not ok 28 - pg_dump: option --schema rejects cross-database multipart schema names with embedded ...
[07:10:45.091](0.001s) not ok 30 - pg_dump: option --schema rejects degenerate three-part schema name: "..": matches
[07:10:45.152](0.000s) not ok 32 - pg_dump: option --table rejects four-part table names: matches
[07:10:45.181](0.001s) not ok 34 - pg_dump: option --table rejects cross-database three part table names: matches
[07:10:45.214](0.000s) not ok 36 - pg_dump: option --table rejects cross-database three part table names with embedded d...
[07:10:45.257](0.043s) not ok 37 - binary_upgrade: pg_dump runs
[07:10:45.288](0.031s) not ok 38 - binary_upgrade: pg_restore runs
tap
[07:07:05.477](76.825s) not ok 5 - regression tests pass
[07:07:09.534](3.999s) not ok 6 - dump before running pg_upgrade
tap
[07:12:17.882](3.023s) not ok 192 - psql seeded_random count ok
[07:12:17.883](0.000s) not ok 193 - psql seeded_random count stderr is empty
[07:12:17.883](0.000s) not ok 194 - psql seeded_random count uniform
[07:12:17.884](0.000s) not ok 195 - psql seeded_random count exponential
[07:12:17.884](0.000s) not ok 196 - psql seeded_random count gaussian
[07:12:17.884](0.000s) not ok 197 - psql seeded_random count zipfian
tap
[07:08:18.164](50.995s) not ok 2 - regression tests pass
tap
[07:14:36.429](394.336s) # poll_query_until timed out executing this query:
timed out waiting for logical slot to calculate its restart_lsn at C:/cirrus/src/test/perl/PostgreSQL/Test/Cluster.pm li...
test
[07:14:36.759]   5/307 postgresql:pg_upgrade / pg_upgrade/004_subscription                             ERROR            ...
[07:14:36.759]   6/307 postgresql:pg_upgrade / pg_upgrade/003_logical_slots                            ERROR            ...
[07:14:36.759]  22/307 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[07:14:36.759]   8/307 postgresql:regress / regress/regress                                            ERROR            ...
[07:14:36.759]  31/307 postgresql:isolation / isolation/isolation                                      ERROR           1...
[07:14:36.759]  42/307 postgresql:recovery / recovery/038_save_logical_slots_shutdown                  ERROR            ...
[07:14:36.759]  45/307 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[07:14:36.759]  55/307 postgresql:recovery / recovery/040_standby_failover_slots_sync                  ERROR            ...
[07:14:36.759]  81/307 postgresql:pageinspect / pageinspect/regress                                    ERROR            ...
[07:14:36.759]  89/307 postgresql:pg_trgm / pg_trgm/regress                                            ERROR            ...
[07:14:36.759]  91/307 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
[07:14:36.759]  93/307 postgresql:tablefunc / tablefunc/regress                                        ERROR            ...
[07:14:36.759]  94/307 postgresql:postgres_fdw / postgres_fdw/regress                                  ERROR            ...
[07:14:36.759] 136/307 postgresql:pg_amcheck / pg_amcheck/002_nonesuch                                 ERROR            ...
[07:14:36.759] 140/307 postgresql:pg_amcheck / pg_amcheck/005_opclass_damage                           ERROR            ...
[07:14:36.759] 141/307 postgresql:pg_amcheck / pg_amcheck/004_verify_heapam                            ERROR            ...
[07:14:36.759] 142/307 postgresql:pg_amcheck / pg_amcheck/003_check                                    ERROR            ...
[07:14:36.759] 154/307 postgresql:pg_basebackup / pg_basebackup/040_pg_createsubscriber                ERROR            ...
[07:14:36.759] 167/307 postgresql:pg_dump / pg_dump/002_pg_dump                                        ERROR            ...
[07:14:36.759] 216/307 postgresql:pgbench / pgbench/001_pgbench_with_server                            ERROR            ...
[07:14:36.759] 239/307 postgresql:subscription / subscription/001_rep_changes                          ERROR            ...
[07:14:36.759] 240/307 postgresql:subscription / subscription/002_types                                ERROR            ...
[07:14:36.759] 241/307 postgresql:subscription / subscription/003_constraints                          ERROR            ...
[07:14:36.759] 242/307 postgresql:subscription / subscription/004_sync                                 ERROR            ...
[07:14:36.759] 243/307 postgresql:subscription / subscription/006_rewrite                              ERROR            ...
[07:14:36.759] 244/307 postgresql:subscription / subscription/005_encoding                             ERROR            ...
[07:14:36.759] 245/307 postgresql:subscription / subscription/007_ddl                                  ERROR            ...
[07:14:36.759] 246/307 postgresql:subscription / subscription/008_diff_schema                          ERROR            ...
[07:14:36.759] 250/307 postgresql:subscription / subscription/011_generated                            ERROR            ...
[07:14:36.759] 251/307 postgresql:subscription / subscription/010_truncate                             ERROR            ...
[07:14:36.759] 252/307 postgresql:subscription / subscription/014_binary                               ERROR            ...
[07:14:36.759] 253/307 postgresql:subscription / subscription/015_stream                               ERROR            ...
[07:14:36.759] 254/307 postgresql:subscription / subscription/016_stream_subxact                       ERROR            ...
[07:14:36.759] 255/307 postgresql:subscription / subscription/013_partition                            ERROR            ...
[07:14:36.759] 256/307 postgresql:subscription / subscription/017_stream_ddl                           ERROR            ...
[07:14:36.759] 257/307 postgresql:subscription / subscription/018_stream_subxact_abort                 ERROR            ...
[07:14:36.759] 258/307 postgresql:subscription / subscription/019_stream_subxact_ddl_abort             ERROR            ...
[07:14:36.759] 259/307 postgresql:subscription / subscription/020_messages                             ERROR            ...
[07:14:36.759] 260/307 postgresql:subscription / subscription/021_twophase                             ERROR            ...
[07:14:36.759] 262/307 postgresql:subscription / subscription/023_twophase_stream                      ERROR            ...
[07:14:36.759] 263/307 postgresql:subscription / subscription/022_twophase_cascade                     ERROR            ...
[07:14:36.759] 264/307 postgresql:subscription / subscription/024_add_drop_pub                         ERROR            ...
[07:14:36.759] 265/307 postgresql:subscription / subscription/026_stats                                ERROR            ...
[07:14:36.759] 266/307 postgresql:subscription / subscription/027_nosuperuser                          ERROR            ...
[07:14:36.759] 267/307 postgresql:subscription / subscription/025_rep_changes_for_schema               ERROR            ...
[07:14:36.759] 268/307 postgresql:subscription / subscription/028_row_filter                           ERROR            ...
[07:14:36.759] 269/307 postgresql:subscription / subscription/029_on_error                             ERROR            ...
[07:14:36.759] 270/307 postgresql:subscription / subscription/030_origin                               ERROR            ...
[07:14:36.759] 271/307 postgresql:subscription / subscription/033_run_as_table_owner                   ERROR            ...
[07:14:36.759] 273/307 postgresql:subscription / subscription/100_bugs                                 ERROR            ...
[07:14:36.759] 274/307 postgresql:subscription / subscription/032_subscribe_use_index                  ERROR            ...
[07:14:36.759] 275/307 postgresql:subscription / subscription/031_column_list                          ERROR            ...
[07:14:36.759] 307/307 postgresql:recovery / recovery/035_standby_logical_decoding                     ERROR           4...
50/5208 prefetching for nestloop / indexscan
FreeBSD - 13 - Meson
tap
[06:33:47.954](1.541s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[06:33:57.818] 293/312 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
Linux - Debian Bookworm - Autoconf
tap
[06:33:41.176](0.824s) not ok 1 - no parameters missing from postgresql.conf.sample
Linux - Debian Bookworm - Meson
tap
[06:36:09.688](0.441s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[06:36:20.474] 291/312 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
macOS - Sonoma - Meson
test
[06:35:45.512] 293/312 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[06:40:49.491](1.455s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[06:41:14.903] 287/307 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
51/5190 CREATE SUBSCRIPTION - add missing test case
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out /tmp/cirrus-ci-build/build/testrun/postgres...
--- /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out	2024-10-25 06:19:07.691297000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/postgres_fdw-running/regress/results/postgres_fdw.out	2024-10-25 06:23:38.4768960...
@@ -6657,68 +6657,25 @@
 
 release savepoint s2;
 select c2, count(*) from ft2 where c2 < 500 group by 1 order by 1;
- c2  | count 
------+-------
-   1 |   100
-   6 |   100
-  42 |   100
-  44 |   100
- 100 |     2
- 101 |     2
- 104 |     2
- 106 |     2
- 201 |     1
- 204 |     1
- 303 |   100
...
test
[06:24:01.091] 74/76 postgresql:postgres_fdw-running / postgres_fdw-running/regress               ERROR             9.19...
51/4888 Run deferred triggers in the correct security context
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_p...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-10-25 06:07:46.758587000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/triggers.out	2024-10-25 06:09:07.098817000...
@@ -3731,7 +3731,9 @@
 -- test who runs deferred trigger functions
 -- setup
 create role groot;
+WARNING:  roles created by regression test cases should have names starting with "regress_"
 create role outis;
+WARNING:  roles created by regression test cases should have names starting with "regress_"
 create function whoami() returns trigger language plpgsql
 as $$
 begin
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/build/testrun/recovery/027_str...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-10-25 06:07:46.758587000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/triggers.out	2024-10-25 06:09:42.8571960...
@@ -3731,7 +3731,9 @@
 -- test who runs deferred trigger functions
 -- setup
 create role groot;
+WARNING:  roles created by regression test cases should have names starting with "regress_"
 create role outis;
+WARNING:  roles created by regression test cases should have names starting with "regress_"
 create function whoami() returns trigger language plpgsql
 as $$
 begin
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/build/testrun/regress/regress/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-10-25 06:07:46.758587000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/triggers.out	2024-10-25 06:09:02.893116000 +0000
@@ -3731,7 +3731,9 @@
 -- test who runs deferred trigger functions
 -- setup
 create role groot;
+WARNING:  roles created by regression test cases should have names starting with "regress_"
 create role outis;
+WARNING:  roles created by regression test cases should have names starting with "regress_"
 create function whoami() returns trigger language plpgsql
 as $$
 begin
tap
[06:09:52.104](62.103s) not ok 5 - regression tests pass
tap
[06:10:28.680](64.883s) not ok 2 - regression tests pass
test
[06:12:24.761]  13/312 postgresql:regress / regress/regress                                            ERROR            ...
[06:12:24.761]  85/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[06:12:24.761] 147/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
51/5129 Asynchronous MergeAppend Execution
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/build/testrun/regress-running/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-10-25 05:46:51.530312000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress-running/regress/results/triggers.out	2024-10-25 05:52:25.124462000 +0000
@@ -2011,8 +2011,8 @@
 WARNING:  after update (new): (7,"updated white trig modified")
 insert into upsert values(8, 'yellow') on conflict (key) do update set color = 'updated ' || upsert.color;
 WARNING:  before insert (new): (8,yellow)
-WARNING:  before insert (new, modified): (9,"yellow trig modified")
-WARNING:  after insert (new): (9,"yellow trig modified")
+ERROR:  error triggered for injection point typecache-before-rel-type-cache-insert
+CONTEXT:  PL/pgSQL function upsert_before_func() line 11 at RAISE
 select * from upsert;
  key |            color            
 -----+-----------------------------
@@ -2020,8 +2020,7 @@
    3 | updated red trig modified
    5 | updated green trig modified
    7 | updated white trig modified
-   9 | yellow trig modified
-(5 rows)
...
test
[05:52:54.412] 74/76 postgresql:regress-running / regress-running/regress                         ERROR            26.06...
51/5158 Blast-RADIUS mitigation
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/inherit.out /tmp/cirrus-ci-build/build/testrun/regress-running/r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/inherit.out	2024-10-25 05:18:16.699520000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress-running/regress/results/inherit.out	2024-10-25 05:23:05.046299000 +0000
@@ -1397,13 +1397,7 @@
 
 alter table p1 drop constraint f1_pos;
 \d p1_c1c2
-              Table "public.p1_c1c2"
- Column |  Type   | Collation | Nullable | Default 
---------+---------+-----------+----------+---------
- f1     | integer |           |          | 
-Inherits: p1_c1,
-          p1_c2
-
+ERROR:  error triggered for injection point typecache-before-rel-type-cache-insert
 drop table p1 cascade;
 NOTICE:  drop cascades to 3 other objects
 DETAIL:  drop cascades to table p1_c1
test
[05:23:31.810] 75/76 postgresql:regress-running / regress-running/regress                         ERROR            25.79...
51/4460 Implement row pattern recognition feature
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/build/testrun/regress-running/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-10-25 04:34:13.140799000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress-running/regress/results/triggers.out	2024-10-25 04:39:57.489902000 +0000
@@ -2449,8 +2449,8 @@
 create trigger t before insert or update or delete on parted
   for each row execute function parted_trigfunc();
 insert into parted values (1, 1, 'uno uno v2');    -- fail
-ERROR:  moving row to another partition during a BEFORE FOR EACH ROW trigger is not supported
-DETAIL:  Before executing trigger "t", the row was to be in partition "public.parted_1_1".
+ERROR:  error triggered for injection point typecache-before-rel-type-cache-insert
+CONTEXT:  PL/pgSQL function parted_trigfunc() during initialization of execution state
 update parted set c = c || 'v3';                   -- fail
 ERROR:  no partition of relation "parted" found for row
 DETAIL:  Partition key of the failing row contains (a) = (2).
test
[04:40:25.960] 74/76 postgresql:regress-running / regress-running/regress                         ERROR            25.74...
51/5196 Use function smgrclose() to replace the loop
CompilerWarnings
compiler
[03:27:34.373] smgr.c:487:9: error: unused variable 'which' [-Werror,-Wunused-variable]
compiler
[03:27:34.373] smgr.c:282:13: error: unused variable 'forknum' [-Werror,-Wunused-variable]
compiler
[03:27:26.671] smgr.c:282:13: error: unused variable 'forknum' [-Werror,-Wunused-variable]
compiler
[03:27:26.671] smgr.c:487:9: error: unused variable 'which' [-Werror,-Wunused-variable]
compiler
[03:26:58.339] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable]
compiler
[03:26:58.339] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
compiler
[03:26:50.741] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable]
compiler
[03:26:50.741] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
compiler
[03:27:56.176] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable]
compiler
[03:27:56.176] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
51/4319 Avoid unnecessary PlaceHolderVars for simple Vars
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out /tmp/cirrus-ci-build/build/testrun/postgres...
--- /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out	2024-10-25 02:26:49.088779000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/postgres_fdw-running/regress/results/postgres_fdw.out	2024-10-25 02:31:29.3100420...
@@ -6990,18 +6990,9 @@
 CREATE VIEW rw_view AS SELECT * FROM foreign_tbl
   WHERE a < b WITH CHECK OPTION;
 \d+ rw_view
-                           View "public.rw_view"
- Column |  Type   | Collation | Nullable | Default | Storage | Description 
---------+---------+-----------+----------+---------+---------+-------------
- a      | integer |           |          |         | plain   | 
- b      | integer |           |          |         | plain   | 
-View definition:
- SELECT a,
-    b
-   FROM foreign_tbl
-  WHERE a < b;
-Options: check_option=cascaded
-
+ERROR:  error triggered for injection point typecache-before-rel-type-cache-insert
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/inherit.out /tmp/cirrus-ci-build/build/testrun/regress-running/r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/inherit.out	2024-10-25 02:26:50.533083000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress-running/regress/results/inherit.out	2024-10-25 02:31:25.356698000 +0000
@@ -1189,23 +1189,13 @@
 
 ALTER TABLE ONLY test_constraints DROP CONSTRAINT test_constraints_val1_val2_key;
 \d+ test_constraints
-                                   Table "public.test_constraints"
- Column |       Type        | Collation | Nullable | Default | Storage  | Stats target | Description 
---------+-------------------+-----------+----------+---------+----------+--------------+-------------
- id     | integer           |           |          |         | plain    |              | 
- val1   | character varying |           |          |         | extended |              | 
- val2   | integer           |           |          |         | plain    |              | 
-Child tables: test_constraints_inh
-
+ERROR:  error triggered for injection point typecache-before-rel-type-cache-insert
+LINE 1: SELECT pubname
+               ^
 \d+ test_constraints_inh
-                                 Table "public.test_constraints_inh"
...
test
[02:31:53.440] 75/76 postgresql:postgres_fdw-running / postgres_fdw-running/regress               ERROR             9.65...
[02:31:53.440] 74/76 postgresql:regress-running / regress-running/regress                         ERROR            25.86...
50/5312 BUG #18568: BUG: Result wrong when do group by on partition table!
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/inherit.out /tmp/cirrus-ci-build/build/testrun/regress-running/r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/inherit.out	2024-10-25 01:44:15.213584000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress-running/regress/results/inherit.out	2024-10-25 01:49:05.248353000 +0000
@@ -1423,14 +1423,9 @@
 ERROR:  cannot drop inherited constraint "f1_pos" of relation "p1_c1c2"
 alter table p1_c2 drop constraint f1_pos;
 \d p1_c1c2
-              Table "public.p1_c1c2"
- Column |  Type   | Collation | Nullable | Default 
---------+---------+-----------+----------+---------
- f1     | integer |           |          | 
-Inherits: p1_c1,
-          p1_c2,
-          p1
-
+ERROR:  error triggered for injection point typecache-before-rel-type-cache-insert
+LINE 9: ORDER BY nsp, stxname;
+                 ^
 drop table p1 cascade;
 NOTICE:  drop cascades to 3 other objects
...
test
[01:49:35.759] 74/76 postgresql:regress-running / regress-running/regress                         ERROR            26.70...
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_aggregate.out /tmp/cirrus-ci-build/build-32/testrun/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_aggregate.out	2024-10-25 01:44:12.169812717 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/recovery/027_stream_regress/data/results/partition_aggregate.out	2024-10-25 01...
@@ -1529,44 +1529,32 @@
     locale = 'und-u-ks-level2',
     deterministic = false
 );
+ERROR:  current database's encoding is not supported with this provider
 CREATE TABLE pagg_tab3 (c text collate case_insensitive) PARTITION BY LIST(c collate "C");
+ERROR:  collation "case_insensitive" for encoding "SQL_ASCII" does not exist
+LINE 1: CREATE TABLE pagg_tab3 (c text collate case_insensitive) PAR...
+                                       ^
 CREATE TABLE pagg_tab3_p1 PARTITION OF pagg_tab3 FOR VALUES IN ('a', 'b', 'c', 'd');
+ERROR:  relation "pagg_tab3" does not exist
 CREATE TABLE pagg_tab3_p2 PARTITION OF pagg_tab3 FOR VALUES IN ('e', 'f', 'A');
+ERROR:  relation "pagg_tab3" does not exist
 CREATE TABLE pagg_tab3_p3 PARTITION OF pagg_tab3 FOR VALUES IN ('B', 'C', 'D', 'E');
+ERROR:  relation "pagg_tab3" does not exist
 INSERT INTO pagg_tab3 SELECT substr('abcdeABCDE', (i % 10) +1 , 1) FROM generate_series(0, 2999) i;
+ERROR:  relation "pagg_tab3" does not exist
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_aggregate.out /tmp/cirrus-ci-build/build-32/testrun/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_aggregate.out	2024-10-25 01:44:12.169812717 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/regress/regress/results/partition_aggregate.out	2024-10-25 01:50:32.837136298 ...
@@ -1529,44 +1529,32 @@
     locale = 'und-u-ks-level2',
     deterministic = false
 );
+ERROR:  current database's encoding is not supported with this provider
 CREATE TABLE pagg_tab3 (c text collate case_insensitive) PARTITION BY LIST(c collate "C");
+ERROR:  collation "case_insensitive" for encoding "SQL_ASCII" does not exist
+LINE 1: CREATE TABLE pagg_tab3 (c text collate case_insensitive) PAR...
+                                       ^
 CREATE TABLE pagg_tab3_p1 PARTITION OF pagg_tab3 FOR VALUES IN ('a', 'b', 'c', 'd');
+ERROR:  relation "pagg_tab3" does not exist
 CREATE TABLE pagg_tab3_p2 PARTITION OF pagg_tab3 FOR VALUES IN ('e', 'f', 'A');
+ERROR:  relation "pagg_tab3" does not exist
 CREATE TABLE pagg_tab3_p3 PARTITION OF pagg_tab3 FOR VALUES IN ('B', 'C', 'D', 'E');
+ERROR:  relation "pagg_tab3" does not exist
 INSERT INTO pagg_tab3 SELECT substr('abcdeABCDE', (i % 10) +1 , 1) FROM generate_series(0, 2999) i;
+ERROR:  relation "pagg_tab3" does not exist
...
tap
[01:51:20.283](73.486s) not ok 2 - regression tests pass
test
[01:53:07.721]  40/312 postgresql:regress / regress/regress                                            ERROR            ...
[01:53:07.721] 153/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/partition_aggregate.out C:/cirrus/build/testrun/pg_upgr...
--- C:/cirrus/src/test/regress/expected/partition_aggregate.out	2024-10-25 01:44:28.985786300 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_aggregate.out	2024-10-25 01:48:30.400725800...
@@ -1529,44 +1529,32 @@
     locale = 'und-u-ks-level2',
     deterministic = false
 );
+ERROR:  ICU is not supported in this build
 CREATE TABLE pagg_tab3 (c text collate case_insensitive) PARTITION BY LIST(c collate "C");
+ERROR:  collation "case_insensitive" for encoding "UTF8" does not exist
+LINE 1: CREATE TABLE pagg_tab3 (c text collate case_insensitive) PAR...
+                                       ^
 CREATE TABLE pagg_tab3_p1 PARTITION OF pagg_tab3 FOR VALUES IN ('a', 'b', 'c', 'd');
+ERROR:  relation "pagg_tab3" does not exist
 CREATE TABLE pagg_tab3_p2 PARTITION OF pagg_tab3 FOR VALUES IN ('e', 'f', 'A');
+ERROR:  relation "pagg_tab3" does not exist
 CREATE TABLE pagg_tab3_p3 PARTITION OF pagg_tab3 FOR VALUES IN ('B', 'C', 'D', 'E');
+ERROR:  relation "pagg_tab3" does not exist
 INSERT INTO pagg_tab3 SELECT substr('abcdeABCDE', (i % 10) +1 , 1) FROM generate_series(0, 2999) i;
+ERROR:  relation "pagg_tab3" does not exist
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/partition_aggregate.out C:/cirrus/build/testrun/recover...
--- C:/cirrus/src/test/regress/expected/partition_aggregate.out	2024-10-25 01:44:28.985786300 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/partition_aggregate.out	2024-10-25 01:51:03.3383576...
@@ -1529,44 +1529,32 @@
     locale = 'und-u-ks-level2',
     deterministic = false
 );
+ERROR:  ICU is not supported in this build
 CREATE TABLE pagg_tab3 (c text collate case_insensitive) PARTITION BY LIST(c collate "C");
+ERROR:  collation "case_insensitive" for encoding "WIN1252" does not exist
+LINE 1: CREATE TABLE pagg_tab3 (c text collate case_insensitive) PAR...
+                                       ^
 CREATE TABLE pagg_tab3_p1 PARTITION OF pagg_tab3 FOR VALUES IN ('a', 'b', 'c', 'd');
+ERROR:  relation "pagg_tab3" does not exist
 CREATE TABLE pagg_tab3_p2 PARTITION OF pagg_tab3 FOR VALUES IN ('e', 'f', 'A');
+ERROR:  relation "pagg_tab3" does not exist
 CREATE TABLE pagg_tab3_p3 PARTITION OF pagg_tab3 FOR VALUES IN ('B', 'C', 'D', 'E');
+ERROR:  relation "pagg_tab3" does not exist
 INSERT INTO pagg_tab3 SELECT substr('abcdeABCDE', (i % 10) +1 , 1) FROM generate_series(0, 2999) i;
+ERROR:  relation "pagg_tab3" does not exist
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/partition_aggregate.out C:/cirrus/build/testrun/regress...
--- C:/cirrus/src/test/regress/expected/partition_aggregate.out	2024-10-25 01:44:28.985786300 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/partition_aggregate.out	2024-10-25 01:48:24.483740800 +0000
@@ -1529,44 +1529,32 @@
     locale = 'und-u-ks-level2',
     deterministic = false
 );
+ERROR:  ICU is not supported in this build
 CREATE TABLE pagg_tab3 (c text collate case_insensitive) PARTITION BY LIST(c collate "C");
+ERROR:  collation "case_insensitive" for encoding "WIN1252" does not exist
+LINE 1: CREATE TABLE pagg_tab3 (c text collate case_insensitive) PAR...
+                                       ^
 CREATE TABLE pagg_tab3_p1 PARTITION OF pagg_tab3 FOR VALUES IN ('a', 'b', 'c', 'd');
+ERROR:  relation "pagg_tab3" does not exist
 CREATE TABLE pagg_tab3_p2 PARTITION OF pagg_tab3 FOR VALUES IN ('e', 'f', 'A');
+ERROR:  relation "pagg_tab3" does not exist
 CREATE TABLE pagg_tab3_p3 PARTITION OF pagg_tab3 FOR VALUES IN ('B', 'C', 'D', 'E');
+ERROR:  relation "pagg_tab3" does not exist
 INSERT INTO pagg_tab3 SELECT substr('abcdeABCDE', (i % 10) +1 , 1) FROM generate_series(0, 2999) i;
+ERROR:  relation "pagg_tab3" does not exist
...
tap
[01:48:39.323](120.059s) not ok 5 - regression tests pass
tap
[01:51:14.033](135.012s) not ok 2 - regression tests pass
test
[01:57:57.565]  20/307 postgresql:regress / regress/regress                                            ERROR           1...
[01:57:57.565]  38/307 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[01:57:57.565]  95/307 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/4763 Change prefetch and read strategies to use range in pg_prewarm
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out /tmp/cirrus-ci-build/build/testrun/postgres...
--- /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out	2024-10-25 01:43:17.698122000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/postgres_fdw-running/regress/results/postgres_fdw.out	2024-10-25 01:47:55.2481220...
@@ -6366,11 +6366,7 @@
   USING ft4 INNER JOIN ft5 ON (ft4.c1 === ft5.c1)
   WHERE ft2.c1 > 2000 AND ft2.c2 = ft4.c1
   RETURNING ft2.c1, ft2.c2, ft2.c3;
-  c1  | c2 | c3  
-------+----+-----
- 2006 |  6 | baz
-(1 row)
-
+ERROR:  error triggered for injection point typecache-before-rel-type-cache-insert
 DELETE FROM ft2 WHERE ft2.c1 > 2000;
 ALTER SERVER loopback OPTIONS (ADD extensions 'postgres_fdw');
 -- Test that trigger on remote table works as expected
test
[01:48:19.090] 74/76 postgresql:postgres_fdw-running / postgres_fdw-running/regress               ERROR             9.53...
51/5308 doc: virtual envs with Pl/Python
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/basic.out /tmp/cirrus-ci-build/build/testrun/in...
--- /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/basic.out	2024-10-25 00:26:41.252440000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/injection_points/isolation/results/basic.out	2024-10-25 00:29:23.381301000 +0000
@@ -13,16 +13,16 @@
                        
 (1 row)
 
-step wait1: <... completed>
-injection_points_run
---------------------
-                    
-(1 row)
-
 step detach2: SELECT injection_points_detach('injection-points-wait');
 injection_points_detach
 -----------------------
                        
+(1 row)
+
+step wait1: <... completed>
...
test
[00:31:25.901] 115/312 postgresql:injection_points / injection_points/isolation                        ERROR            ...
51/3256 functions to compute size of schemas/AMs (and maybe \dn++ and \dA++)
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/build/testrun/regress-running/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-10-24 23:55:54.614102000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress-running/regress/results/triggers.out	2024-10-25 00:01:06.036000000 +0000
@@ -952,14 +952,14 @@
 	return new;
 end$$;
 UPDATE trigger_test SET f3 = 'bar';
-NOTICE:  row 1 changed
-NOTICE:  row 2 changed
+ERROR:  error triggered for injection point typecache-before-rel-type-cache-insert
+CONTEXT:  PL/pgSQL function mytrigger() during initialization of execution state
 UPDATE trigger_test SET f3 = NULL;
-NOTICE:  row 1 changed
-NOTICE:  row 2 changed
+ERROR:  error triggered for injection point typecache-before-rel-type-cache-insert
+CONTEXT:  PL/pgSQL function mytrigger() during initialization of execution state
 UPDATE trigger_test SET f3 = NULL;
-NOTICE:  row 1 not changed
-NOTICE:  row 2 not changed
+ERROR:  error triggered for injection point typecache-before-rel-type-cache-insert
...
test
[00:01:33.128] 75/76 postgresql:regress-running / regress-running/regress                         ERROR            24.83...
51/5174 Call rm_redo in a temporary memory context
CompilerWarnings
compiler
[23:44:45.195] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
compiler
[23:44:06.329] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
compiler
[23:50:31.240] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
50/5220 Backport of LLVM memory manager to fix ARM relocation bug
FreeBSD - 13 - Meson
core
[23:08:53.744] #0  0x000000082c55b8fa in _sigprocmask () from /lib/libc.so.7
[23:08:53.744] #1  0x000000082c594f91 in _system () from /lib/libc.so.7
[23:08:53.744] #2  0x000000082b6409d3 in ?? () from /lib/libthr.so.3
[23:08:53.744] #3  0x000000000066abc5 in RestoreArchivedFile (path=path@entry=0x82134e1d0 "pg_wal/0\270\0347", xlogfname...
[23:08:53.744] #4  0x000000000067650e in XLogFileRead (segno=segno@entry=6, tli=tli@entry=1, source=source@entry=XLOG_FR...
[23:08:53.744] #5  0x00000000006721ec in XLogFileReadAnyTLI (segno=6, source=XLOG_FROM_ANY) at ../src/backend/access/tra...
[23:08:53.744] #6  WaitForWALToBecomeAvailable (RecPtr=100683608, tliRecPtr=100683584, replayTLI=1, replayLSN=100683584,...
[23:08:53.744] #7  XLogPageRead (xlogreader=0x8366fc130, targetPagePtr=100679680, reqLen=3928, targetRecPtr=100683584, r...
[23:08:53.744] #8  0x0000000000679872 in ReadPageInternal (state=state@entry=0x8366fc130, pageptr=100679680, reqLen=3928...
[23:08:53.744] #9  0x00000000006786e2 in XLogDecodeNextRecord (state=0x8366fc130, nonblocking=false) at ../src/backend/a...
test
[23:07:41.906] 243/312 postgresql:postmaster / postmaster/001_connection_limits                        ERROR            ...
50/4965 Support LIKE with nondeterministic collations
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/inherit.out /tmp/cirrus-ci-build/build/testrun/regress-running/r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/inherit.out	2024-10-24 22:54:55.420291000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress-running/regress/results/inherit.out	2024-10-24 23:00:03.229898000 +0000
@@ -1113,17 +1113,9 @@
 NOTICE:  merging multiple inherited definitions of column "b"
 ALTER TABLE inht1 RENAME aa TO aaa;
 \d+ inht4
-                                   Table "public.inht4"
- Column |  Type   | Collation | Nullable | Default | Storage | Stats target | Description 
---------+---------+-----------+----------+---------+---------+--------------+-------------
- aaa    | integer |           |          |         | plain   |              | 
- b      | integer |           |          |         | plain   |              | 
- x      | integer |           |          |         | plain   |              | 
- y      | integer |           |          |         | plain   |              | 
- z      | integer |           |          |         | plain   |              | 
-Inherits: inht2,
-          inht3
-
+ERROR:  error triggered for injection point typecache-before-rel-type-cache-insert
+LINE 1: SELECT pubname
...
test
[23:00:32.178] 74/76 postgresql:regress-running / regress-running/regress                         ERROR            25.58...
51/5230 Add IGNORE NULLS to Window functions
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out /tmp/cirrus-ci-build/build/testrun/postgres...
--- /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out	2024-10-24 22:42:09.538963000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/postgres_fdw-running/regress/results/postgres_fdw.out	2024-10-24 22:47:37.3735720...
@@ -6170,32 +6170,12 @@
   USING ft4 LEFT JOIN ft5 ON (ft4.c1 = ft5.c1)
   WHERE ft2.c1 > 1200 AND ft2.c1 % 10 = 0 AND ft2.c2 = ft4.c1
   RETURNING 100;                          -- can be pushed down
-                                                                                            QUERY PLAN                 ...
------------------------------------------------------------------------------------------------------------------------...
- Delete on public.ft2
-   Output: 100
-   ->  Foreign Delete
-         Remote SQL: DELETE FROM "S 1"."T 1" r1 USING ("S 1"."T 3" r2 LEFT JOIN "S 1"."T 4" r3 ON (((r2.c1 = r3.c1)))) ...
-(4 rows)
-
+ERROR:  error triggered for injection point typecache-before-rel-type-cache-insert
 DELETE FROM ft2
   USING ft4 LEFT JOIN ft5 ON (ft4.c1 = ft5.c1)
   WHERE ft2.c1 > 1200 AND ft2.c1 % 10 = 0 AND ft2.c2 = ft4.c1
   RETURNING 100;
...
test
[22:48:00.571] 74/76 postgresql:postgres_fdw-running / postgres_fdw-running/regress               ERROR             9.04...
Linux - Debian Bookworm - Meson
tap
[22:49:50.665](1.742s) Bail out!  pg_ctl restart failed
test
[22:49:56.660] 305/312 postgresql:ssl / ssl/003_sslinfo                                                ERROR            ...
51/5236 JIT: The nullness of casetest.value can be determined at the JIT compile time.
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/ri-trigger.out /tmp/cirrus-ci-build/build/testrun/isolation-ru...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/ri-trigger.out	2024-10-24 22:25:19.025560000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/isolation-running/isolation/results/ri-trigger.out	2024-10-24 22:29:53.991086000 ...
@@ -73,10 +73,11 @@
 (1 row)
 
 step wxry1: INSERT INTO child (parent_id) VALUES (0);
+ERROR:  error triggered for injection point typecache-before-rel-type-cache-insert
 step wyrx2: DELETE FROM parent WHERE parent_id = 0;
+ERROR:  error triggered for injection point typecache-before-rel-type-cache-insert
 step c1: COMMIT;
 step c2: COMMIT;
-ERROR:  could not serialize access due to read/write dependencies among transactions
 
 starting permutation: r2 wxry1 wyrx2 c2 c1
 step r2: SELECT TRUE;
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/build/testrun/regress-running/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-10-24 22:25:19.213964000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress-running/regress/results/triggers.out	2024-10-24 22:29:55.450719000 +0000
@@ -1427,18 +1427,13 @@
 ERROR:  No such country: "Japon"
 CONTEXT:  PL/pgSQL function city_update() line 9 at RAISE
 UPDATE city_view SET country_name = 'Japan' WHERE city_name = 'Takyo'; -- no match
-UPDATE 0
+ERROR:  error triggered for injection point typecache-before-rel-type-cache-insert
 UPDATE city_view SET country_name = 'Japan' WHERE city_name = 'Tokyo' RETURNING *; -- OK
- city_id | city_name | population | country_name | continent 
----------+-----------+------------+--------------+-----------
-       1 | Tokyo     |            | Japan        | Asia
-(1 row)
-
-UPDATE 1
+ERROR:  error triggered for injection point typecache-before-rel-type-cache-insert
 UPDATE city_view SET population = 13010279 WHERE city_name = 'Tokyo' RETURNING *;
  city_id | city_name | population | country_name | continent 
 ---------+-----------+------------+--------------+-----------
...
test
[22:30:22.664] 74/76 postgresql:regress-running / regress-running/regress                         ERROR            24.30...
[22:30:22.664] 76/76 postgresql:isolation-running / isolation-running/isolation                   ERROR            37.75...
51/5149 Remove duplicated smgrclose call
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/build/testrun/regress-running/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-10-24 22:03:09.407160000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress-running/regress/results/triggers.out	2024-10-24 22:08:44.383322000 +0000
@@ -1195,16 +1195,7 @@
 DROP TRIGGER before_upd_a_row_trig ON main_table;
 DROP TRIGGER
 UPDATE main_view SET b = 31 WHERE a = 20;
-NOTICE:  main_view BEFORE UPDATE STATEMENT (before_view_upd_stmt)
-NOTICE:  main_view INSTEAD OF UPDATE ROW (instead_of_upd)
-NOTICE:  OLD: (20,30), NEW: (20,31)
-NOTICE:  trigger_func(before_upd_a_stmt) called: action = UPDATE, when = BEFORE, level = STATEMENT
-NOTICE:  trigger_func(after_upd_a_b_row) called: action = UPDATE, when = AFTER, level = ROW
-NOTICE:  trigger_func(after_upd_b_row) called: action = UPDATE, when = AFTER, level = ROW
-NOTICE:  trigger_func(after_upd_b_stmt) called: action = UPDATE, when = AFTER, level = STATEMENT
-NOTICE:  trigger_func(after_upd_stmt) called: action = UPDATE, when = AFTER, level = STATEMENT
-NOTICE:  main_view AFTER UPDATE STATEMENT (after_view_upd_stmt)
-UPDATE 1
+ERROR:  error triggered for injection point typecache-before-rel-type-cache-insert
 UPDATE main_view SET b = 32 WHERE a = 21 AND b = 31 RETURNING a, b;
 NOTICE:  main_view BEFORE UPDATE STATEMENT (before_view_upd_stmt)
...
test
[22:09:13.592] 74/76 postgresql:regress-running / regress-running/regress                         ERROR            26.68...
50/5278 Consistently use <optional> to indicate optional parameters
FreeBSD - 13 - Meson
core
[21:31:22.640] #0  0x00002e033cdd55da in ?? () from /libexec/ld-elf.so.1
[21:31:22.640] #1  0x00002e033cdd16ec in ?? () from /libexec/ld-elf.so.1
[21:31:22.640] #2  0x0000000000000000 in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/basic.out /tmp/cirrus-ci-build/build/testrun/in...
--- /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/basic.out	2024-10-24 21:25:06.927486000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/injection_points/isolation/results/basic.out	2024-10-24 21:28:14.745060000 +0000
@@ -13,16 +13,16 @@
                        
 (1 row)
 
-step wait1: <... completed>
-injection_points_run
---------------------
-                    
-(1 row)
-
 step detach2: SELECT injection_points_detach('injection-points-wait');
 injection_points_detach
 -----------------------
                        
+(1 row)
+
+step wait1: <... completed>
...
test
[21:30:13.508] 113/312 postgresql:injection_points / injection_points/isolation                        ERROR            ...
51/5323 Support enabling checksums online
CompilerWarnings
compiler
[21:28:01.140] datachecksumsworker.c:590:67: error: format ‘%d’ expects argument of type ‘int’, but argument 5 has type ...
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/rules.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_u...
--- /tmp/cirrus-ci-build/src/test/regress/expected/rules.out	2024-10-24 21:14:58.323132000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/rules.out	2024-10-24 21:17:16.869930000 +0...
@@ -2032,6 +2032,34 @@
     s.param15 AS partitions_done
    FROM (pg_stat_get_progress_info('CREATE INDEX'::text) s(pid, datid, relid, param1, param2, param3, param4, param5, p...
      LEFT JOIN pg_database d ON ((s.datid = d.oid)));
+pg_stat_progress_data_checksums| SELECT s.pid,
+    s.datid,
+    d.datname,
+        CASE s.param1
+            WHEN 0 THEN 'enabling'::text
+            WHEN 1 THEN 'disabling'::text
+            WHEN 2 THEN 'waiting'::text
+            WHEN 3 THEN 'waiting on backends'::text
+            WHEN 4 THEN 'waiting on temporary tables'::text
+            WHEN 5 THEN 'done'::text
+            ELSE NULL::text
+        END AS phase,
+        CASE s.param2
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/rules.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream...
--- /tmp/cirrus-ci-build/src/test/regress/expected/rules.out	2024-10-24 21:14:58.323132000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/rules.out	2024-10-24 21:17:58.866331000 ...
@@ -2032,6 +2032,34 @@
     s.param15 AS partitions_done
    FROM (pg_stat_get_progress_info('CREATE INDEX'::text) s(pid, datid, relid, param1, param2, param3, param4, param5, p...
      LEFT JOIN pg_database d ON ((s.datid = d.oid)));
+pg_stat_progress_data_checksums| SELECT s.pid,
+    s.datid,
+    d.datname,
+        CASE s.param1
+            WHEN 0 THEN 'enabling'::text
+            WHEN 1 THEN 'disabling'::text
+            WHEN 2 THEN 'waiting'::text
+            WHEN 3 THEN 'waiting on backends'::text
+            WHEN 4 THEN 'waiting on temporary tables'::text
+            WHEN 5 THEN 'done'::text
+            ELSE NULL::text
+        END AS phase,
+        CASE s.param2
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/rules.out /tmp/cirrus-ci-build/build/testrun/regress/regress/res...
--- /tmp/cirrus-ci-build/src/test/regress/expected/rules.out	2024-10-24 21:14:58.323132000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/rules.out	2024-10-24 21:17:15.709551000 +0000
@@ -2032,6 +2032,34 @@
     s.param15 AS partitions_done
    FROM (pg_stat_get_progress_info('CREATE INDEX'::text) s(pid, datid, relid, param1, param2, param3, param4, param5, p...
      LEFT JOIN pg_database d ON ((s.datid = d.oid)));
+pg_stat_progress_data_checksums| SELECT s.pid,
+    s.datid,
+    d.datname,
+        CASE s.param1
+            WHEN 0 THEN 'enabling'::text
+            WHEN 1 THEN 'disabling'::text
+            WHEN 2 THEN 'waiting'::text
+            WHEN 3 THEN 'waiting on backends'::text
+            WHEN 4 THEN 'waiting on temporary tables'::text
+            WHEN 5 THEN 'done'::text
+            ELSE NULL::text
+        END AS phase,
+        CASE s.param2
...
tap
[21:20:17.181](1.462s) not ok 1 - ensure checksums are disabled
tap
[21:20:18.093](1.805s) not ok 1 - ensure checksums are disabled
[21:23:44.876](206.700s) # poll_query_until timed out executing this query:
[21:23:44.876](0.001s) not ok 3 - ensure checksums aren't enabled yet
tap
[21:20:19.098](2.242s) not ok 1 - ensure checksums are turned off on primary
[21:20:19.116](0.017s) not ok 2 - ensure checksums are turned off on standby_1
[21:23:45.562](206.446s) # poll_query_until timed out executing this query:
[21:23:45.563](0.001s) not ok 3 - ensure checksums are in progress on primary
tap
[21:20:18.517](1.466s) not ok 1 - ensure checksums are disabled
[21:20:18.626](0.108s) Bail out!  command "pg_checksums -D /tmp/cirrus-ci-build/build/testrun/checksums/004_offline/data...
tap
[21:18:49.646](0.001s) not ok 23 - data_checksums=on is reported on an offline cluster stdout /(?^:^on$)/
tap
[21:17:47.097](60.365s) not ok 5 - regression tests pass
tap
[21:18:31.475](68.275s) not ok 2 - regression tests pass
test
[21:23:46.008]  28/316 postgresql:regress / regress/regress                                            ERROR            ...
[21:23:46.008]  81/316 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[21:23:46.008] 148/316 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[21:23:46.008] 154/316 postgresql:pg_checksums / pg_checksums/002_actions                              ERROR            ...
[21:23:46.008] 304/316 postgresql:checksums / checksums/001_basic                                      ERROR            ...
[21:23:46.008] 306/316 postgresql:checksums / checksums/004_offline                                    ERROR            ...
[21:23:46.008] 315/316 postgresql:checksums / checksums/002_restarts                                   ERROR           2...
[21:23:46.008] 316/316 postgresql:checksums / checksums/003_standby_restarts                           ERROR           2...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/rules.out /tmp/cirrus-ci-build/src/test/recovery/tmp_check/resul...
--- /tmp/cirrus-ci-build/src/test/regress/expected/rules.out	2024-10-24 21:14:57.299224555 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/rules.out	2024-10-24 21:23:44.431414105 +0000
@@ -2032,6 +2032,34 @@
     s.param15 AS partitions_done
    FROM (pg_stat_get_progress_info('CREATE INDEX'::text) s(pid, datid, relid, param1, param2, param3, param4, param5, p...
      LEFT JOIN pg_database d ON ((s.datid = d.oid)));
+pg_stat_progress_data_checksums| SELECT s.pid,
+    s.datid,
+    d.datname,
+        CASE s.param1
+            WHEN 0 THEN 'enabling'::text
+            WHEN 1 THEN 'disabling'::text
+            WHEN 2 THEN 'waiting'::text
+            WHEN 3 THEN 'waiting on backends'::text
+            WHEN 4 THEN 'waiting on temporary tables'::text
+            WHEN 5 THEN 'done'::text
+            ELSE NULL::text
+        END AS phase,
+        CASE s.param2
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/rules.out /tmp/cirrus-ci-build/src/test/regress/results/rules.ou...
--- /tmp/cirrus-ci-build/src/test/regress/expected/rules.out	2024-10-24 21:14:57.299224555 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/rules.out	2024-10-24 21:20:16.078952557 +0000
@@ -2032,6 +2032,34 @@
     s.param15 AS partitions_done
    FROM (pg_stat_get_progress_info('CREATE INDEX'::text) s(pid, datid, relid, param1, param2, param3, param4, param5, p...
      LEFT JOIN pg_database d ON ((s.datid = d.oid)));
+pg_stat_progress_data_checksums| SELECT s.pid,
+    s.datid,
+    d.datname,
+        CASE s.param1
+            WHEN 0 THEN 'enabling'::text
+            WHEN 1 THEN 'disabling'::text
+            WHEN 2 THEN 'waiting'::text
+            WHEN 3 THEN 'waiting on backends'::text
+            WHEN 4 THEN 'waiting on temporary tables'::text
+            WHEN 5 THEN 'done'::text
+            ELSE NULL::text
+        END AS phase,
+        CASE s.param2
...
tap
[21:20:11.848](0.000s) not ok 23 - data_checksums=on is reported on an offline cluster stdout /(?^:^on$)/
tap
[21:24:11.994](61.355s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Meson
core
[21:27:18.730] #0  0x00007efedb19075a in fstatat64 () from /lib/x86_64-linux-gnu/libc.so.6
[21:27:18.730] #1  0x00005601c1d0823a in ?? ()
[21:27:18.730] #2  0x00005601c1d0730b in ?? ()
[21:27:18.730] #3  0x00005601c1d0620f in ?? ()
[21:27:18.730] #4  0x00005601c1d06c3b in ?? ()
[21:27:18.730] #5  0x00005601c1d0466f in ?? ()
[21:27:18.730] #6  0x00007efedb0c024a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:27:18.730] #7  0x00007efedb0c0305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
[21:27:18.730] #8  0x00005601c1d04781 in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/rules.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_u...
--- /tmp/cirrus-ci-build/src/test/regress/expected/rules.out	2024-10-24 21:14:58.421581046 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/rules.out	2024-10-24 21:20:10.027768853 +0...
@@ -2032,6 +2032,34 @@
     s.param15 AS partitions_done
    FROM (pg_stat_get_progress_info('CREATE INDEX'::text) s(pid, datid, relid, param1, param2, param3, param4, param5, p...
      LEFT JOIN pg_database d ON ((s.datid = d.oid)));
+pg_stat_progress_data_checksums| SELECT s.pid,
+    s.datid,
+    d.datname,
+        CASE s.param1
+            WHEN 0 THEN 'enabling'::text
+            WHEN 1 THEN 'disabling'::text
+            WHEN 2 THEN 'waiting'::text
+            WHEN 3 THEN 'waiting on backends'::text
+            WHEN 4 THEN 'waiting on temporary tables'::text
+            WHEN 5 THEN 'done'::text
+            ELSE NULL::text
+        END AS phase,
+        CASE s.param2
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/rules.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream...
--- /tmp/cirrus-ci-build/src/test/regress/expected/rules.out	2024-10-24 21:14:58.421581046 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/rules.out	2024-10-24 21:20:51.596831019 ...
@@ -2032,6 +2032,34 @@
     s.param15 AS partitions_done
    FROM (pg_stat_get_progress_info('CREATE INDEX'::text) s(pid, datid, relid, param1, param2, param3, param4, param5, p...
      LEFT JOIN pg_database d ON ((s.datid = d.oid)));
+pg_stat_progress_data_checksums| SELECT s.pid,
+    s.datid,
+    d.datname,
+        CASE s.param1
+            WHEN 0 THEN 'enabling'::text
+            WHEN 1 THEN 'disabling'::text
+            WHEN 2 THEN 'waiting'::text
+            WHEN 3 THEN 'waiting on backends'::text
+            WHEN 4 THEN 'waiting on temporary tables'::text
+            WHEN 5 THEN 'done'::text
+            ELSE NULL::text
+        END AS phase,
+        CASE s.param2
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/rules.out /tmp/cirrus-ci-build/build/testrun/regress/regress/res...
--- /tmp/cirrus-ci-build/src/test/regress/expected/rules.out	2024-10-24 21:14:58.421581046 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/rules.out	2024-10-24 21:20:07.243716288 +0000
@@ -2032,6 +2032,34 @@
     s.param15 AS partitions_done
    FROM (pg_stat_get_progress_info('CREATE INDEX'::text) s(pid, datid, relid, param1, param2, param3, param4, param5, p...
      LEFT JOIN pg_database d ON ((s.datid = d.oid)));
+pg_stat_progress_data_checksums| SELECT s.pid,
+    s.datid,
+    d.datname,
+        CASE s.param1
+            WHEN 0 THEN 'enabling'::text
+            WHEN 1 THEN 'disabling'::text
+            WHEN 2 THEN 'waiting'::text
+            WHEN 3 THEN 'waiting on backends'::text
+            WHEN 4 THEN 'waiting on temporary tables'::text
+            WHEN 5 THEN 'done'::text
+            ELSE NULL::text
+        END AS phase,
+        CASE s.param2
...
tap
[21:22:49.016](0.519s) not ok 1 - ensure checksums are disabled
tap
[21:22:49.032](0.516s) not ok 1 - ensure checksums are disabled
[21:26:16.059](206.975s) # poll_query_until timed out executing this query:
[21:26:16.060](0.001s) not ok 3 - ensure checksums aren't enabled yet
tap
[21:22:49.839](1.354s) not ok 1 - ensure checksums are turned off on primary
[21:22:49.884](0.045s) not ok 2 - ensure checksums are turned off on standby_1
[21:26:16.747](206.863s) # poll_query_until timed out executing this query:
[21:26:16.748](0.001s) not ok 3 - ensure checksums are in progress on primary
tap
[21:22:49.108](0.472s) not ok 1 - ensure checksums are disabled
[21:22:49.222](0.113s) Bail out!  command "pg_checksums -D /tmp/cirrus-ci-build/build/testrun/checksums/004_offline/data...
tap
[21:21:32.182](0.000s) not ok 23 - data_checksums=on is reported on an offline cluster stdout /(?^:^on$)/
tap
[21:20:45.254](68.448s) not ok 5 - regression tests pass
tap
[21:21:18.978](69.707s) not ok 2 - regression tests pass
test
[21:26:17.285]  32/316 postgresql:regress / regress/regress                                            ERROR            ...
[21:26:17.285] 121/316 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[21:26:17.285] 153/316 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[21:26:17.285] 155/316 postgresql:pg_checksums / pg_checksums/002_actions                              ERROR            ...
[21:26:17.285] 304/316 postgresql:checksums / checksums/004_offline                                    ERROR            ...
[21:26:17.285] 306/316 postgresql:checksums / checksums/001_basic                                      ERROR            ...
[21:26:17.285] 315/316 postgresql:checksums / checksums/002_restarts                                   ERROR           2...
[21:26:17.285] 316/316 postgresql:checksums / checksums/003_standby_restarts                           ERROR           2...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/rules.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgra...
--- /Users/admin/pgsql/src/test/regress/expected/rules.out	2024-10-24 21:14:53
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/rules.out	2024-10-24 21:17:40
@@ -2031,6 +2031,34 @@
     s.param14 AS partitions_total,
     s.param15 AS partitions_done
    FROM (pg_stat_get_progress_info('CREATE INDEX'::text) s(pid, datid, relid, param1, param2, param3, param4, param5, p...
+     LEFT JOIN pg_database d ON ((s.datid = d.oid)));
+pg_stat_progress_data_checksums| SELECT s.pid,
+    s.datid,
+    d.datname,
+        CASE s.param1
+            WHEN 0 THEN 'enabling'::text
+            WHEN 1 THEN 'disabling'::text
+            WHEN 2 THEN 'waiting'::text
+            WHEN 3 THEN 'waiting on backends'::text
+            WHEN 4 THEN 'waiting on temporary tables'::text
+            WHEN 5 THEN 'done'::text
+            ELSE NULL::text
+        END AS phase,
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/rules.out /Users/admin/pgsql/build/testrun/recovery/027_stream_reg...
--- /Users/admin/pgsql/src/test/regress/expected/rules.out	2024-10-24 21:14:53
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/rules.out	2024-10-24 21:18:48
@@ -2031,6 +2031,34 @@
     s.param14 AS partitions_total,
     s.param15 AS partitions_done
    FROM (pg_stat_get_progress_info('CREATE INDEX'::text) s(pid, datid, relid, param1, param2, param3, param4, param5, p...
+     LEFT JOIN pg_database d ON ((s.datid = d.oid)));
+pg_stat_progress_data_checksums| SELECT s.pid,
+    s.datid,
+    d.datname,
+        CASE s.param1
+            WHEN 0 THEN 'enabling'::text
+            WHEN 1 THEN 'disabling'::text
+            WHEN 2 THEN 'waiting'::text
+            WHEN 3 THEN 'waiting on backends'::text
+            WHEN 4 THEN 'waiting on temporary tables'::text
+            WHEN 5 THEN 'done'::text
+            ELSE NULL::text
+        END AS phase,
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/rules.out /Users/admin/pgsql/build/testrun/regress/regress/results...
--- /Users/admin/pgsql/src/test/regress/expected/rules.out	2024-10-24 21:14:53
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/rules.out	2024-10-24 21:17:39
@@ -2031,6 +2031,34 @@
     s.param14 AS partitions_total,
     s.param15 AS partitions_done
    FROM (pg_stat_get_progress_info('CREATE INDEX'::text) s(pid, datid, relid, param1, param2, param3, param4, param5, p...
+     LEFT JOIN pg_database d ON ((s.datid = d.oid)));
+pg_stat_progress_data_checksums| SELECT s.pid,
+    s.datid,
+    d.datname,
+        CASE s.param1
+            WHEN 0 THEN 'enabling'::text
+            WHEN 1 THEN 'disabling'::text
+            WHEN 2 THEN 'waiting'::text
+            WHEN 3 THEN 'waiting on backends'::text
+            WHEN 4 THEN 'waiting on temporary tables'::text
+            WHEN 5 THEN 'done'::text
+            ELSE NULL::text
+        END AS phase,
...
tap
[21:21:57.568](0.932s) not ok 1 - ensure checksums are disabled
tap
[21:21:57.729](1.035s) not ok 1 - ensure checksums are disabled
[21:24:57.437](179.663s) # poll_query_until timed out executing this query:
[21:24:57.438](0.001s) not ok 3 - ensure checksums aren't enabled yet
[21:24:57.713](0.275s) not ok 4 - ensure checksums aren't enabled yet
tap
[21:21:59.773](3.070s) not ok 1 - ensure checksums are turned off on primary
[21:21:59.819](0.046s) not ok 2 - ensure checksums are turned off on standby_1
[21:24:59.036](179.216s) # poll_query_until timed out executing this query:
[21:24:59.037](0.001s) not ok 3 - ensure checksums are in progress on primary
tap
[21:21:58.414](1.237s) not ok 1 - ensure checksums are disabled
[21:21:58.561](0.147s) Bail out!  command "pg_checksums -D /Users/admin/pgsql/build/testrun/checksums/004_offline/data/t...
tap
[21:19:40.248](0.000s) not ok 23 - data_checksums=on is reported on an offline cluster stdout /(?^:^on$)/
tap
[21:17:57.190](42.349s) not ok 5 - regression tests pass
tap
[21:19:15.504](71.525s) not ok 2 - regression tests pass
test
[21:24:59.603]  23/316 postgresql:regress / regress/regress                                            ERROR            ...
[21:24:59.603]  45/316 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[21:24:59.603] 142/316 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[21:24:59.603] 154/316 postgresql:pg_checksums / pg_checksums/002_actions                              ERROR            ...
[21:24:59.603] 304/316 postgresql:checksums / checksums/004_offline                                    ERROR            ...
[21:24:59.603] 305/316 postgresql:checksums / checksums/001_basic                                      ERROR            ...
[21:24:59.603] 315/316 postgresql:checksums / checksums/002_restarts                                   ERROR           1...
[21:24:59.603] 316/316 postgresql:checksums / checksums/003_standby_restarts                           ERROR           1...
Windows - Server 2019, VS 2019 - Meson & ninja
core
000000a7`a3bffa38 00007ffe`469eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a7`a3bffa40 00007ffe`45374cb0     ntdll!TppWorkerThread+0x2df
000000a7`a3bffd30 00007ffe`46a5ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a7`a3bffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a7`a33ff8d8 00007ff7`347be697     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000a7`a33ff8e0 00007ff7`3467b9c4     postgres!SubPostmasterMain(
000000a7`a33ff950 00007ff7`34c6fae9     postgres!main(
000000a7`a33ff990 00007ff7`34c6fa3e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a7`a33ff9e0 00007ff7`34c6f8fe     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a7`a33ffa50 00007ff7`34c6fb5e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000a7`a33ffa80 00007ffe`45374cb0     postgres!mainCRTStartup(
000000a7`a33ffab0 00007ffe`46a5ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a7`a33ffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a7`a37ff528 00007ffe`469eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a7`a37ff530 00007ffe`45374cb0     ntdll!TppWorkerThread+0x2df
000000a7`a37ff820 00007ffe`46a5ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a7`a37ff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000059`8fbffca8 00007ff7`347be697     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000059`8fbffcb0 00007ff7`3467b9c4     postgres!SubPostmasterMain(
00000059`8fbffd20 00007ff7`34c6fae9     postgres!main(
00000059`8fbffd60 00007ff7`34c6fa3e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000059`8fbffdb0 00007ff7`34c6f8fe     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000059`8fbffe20 00007ff7`34c6fb5e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000059`8fbffe50 00007ffe`45374cb0     postgres!mainCRTStartup(
00000059`8fbffe80 00007ffe`46a5ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000059`8fbffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000059`903ff858 00007ffe`469eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000059`903ff860 00007ffe`45374cb0     ntdll!TppWorkerThread+0x2df
00000059`903ffb50 00007ffe`46a5ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000059`903ffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000059`8ffff7b8 00007ffe`469eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000059`8ffff7c0 00007ffe`45374cb0     ntdll!TppWorkerThread+0x2df
00000059`8ffffab0 00007ffe`46a5ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000059`8ffffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ef`465ff9d8 00007ff7`347be697     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000ef`465ff9e0 00007ff7`3467b9c4     postgres!SubPostmasterMain(
000000ef`465ffa50 00007ff7`34c6fae9     postgres!main(
000000ef`465ffa90 00007ff7`34c6fa3e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ef`465ffae0 00007ff7`34c6f8fe     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ef`465ffb50 00007ff7`34c6fb5e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000ef`465ffb80 00007ffe`45374cb0     postgres!mainCRTStartup(
000000ef`465ffbb0 00007ffe`46a5ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ef`465ffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ef`469ffc18 00007ffe`469eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ef`469ffc20 00007ffe`45374cb0     ntdll!TppWorkerThread+0x2df
000000ef`469fff10 00007ffe`46a5ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ef`469fff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ef`46dff998 00007ffe`469eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ef`46dff9a0 00007ffe`45374cb0     ntdll!TppWorkerThread+0x2df
000000ef`46dffc90 00007ffe`46a5ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ef`46dffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009a`6a5ff6d8 00007ff7`347be697     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
0000009a`6a5ff6e0 00007ff7`3467b9c4     postgres!SubPostmasterMain(
0000009a`6a5ff750 00007ff7`34c6fae9     postgres!main(
0000009a`6a5ff790 00007ff7`34c6fa3e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000009a`6a5ff7e0 00007ff7`34c6f8fe     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000009a`6a5ff850 00007ff7`34c6fb5e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
0000009a`6a5ff880 00007ffe`45374cb0     postgres!mainCRTStartup(
0000009a`6a5ff8b0 00007ffe`46a5ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000009a`6a5ff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009a`6a9ff488 00007ffe`469eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009a`6a9ff490 00007ffe`45374cb0     ntdll!TppWorkerThread+0x2df
0000009a`6a9ff780 00007ffe`46a5ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000009a`6a9ff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009a`6adffa08 00007ffe`469eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009a`6adffa10 00007ffe`45374cb0     ntdll!TppWorkerThread+0x2df
0000009a`6adffd00 00007ffe`46a5ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000009a`6adffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b4`70bff4a8 00007ffe`469eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b4`70bff4b0 00007ffe`45374cb0     ntdll!TppWorkerThread+0x2df
000000b4`70bff7a0 00007ffe`46a5ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b4`70bff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b4`70fff7e8 00007ffe`469eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b4`70fff7f0 00007ffe`45374cb0     ntdll!TppWorkerThread+0x2df
000000b4`70fffae0 00007ffe`46a5ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b4`70fffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b4`707ffd28 00007ff7`347be697     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000b4`707ffd30 00007ff7`3467b9c4     postgres!SubPostmasterMain(
000000b4`707ffda0 00007ff7`34c6fae9     postgres!main(
000000b4`707ffde0 00007ff7`34c6fa3e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b4`707ffe30 00007ff7`34c6f8fe     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000b4`707ffea0 00007ff7`34c6fb5e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000b4`707ffed0 00007ffe`45374cb0     postgres!mainCRTStartup(
000000b4`707fff00 00007ffe`46a5ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b4`707fff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000af`333ffcc8 00007ff7`347be697     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000af`333ffcd0 00007ff7`3467b9c4     postgres!SubPostmasterMain(
000000af`333ffd40 00007ff7`34c6fae9     postgres!main(
000000af`333ffd80 00007ff7`34c6fa3e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000af`333ffdd0 00007ff7`34c6f8fe     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000af`333ffe40 00007ff7`34c6fb5e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000af`333ffe70 00007ffe`45374cb0     postgres!mainCRTStartup(
000000af`333ffea0 00007ffe`46a5ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000af`333ffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000af`33bffba8 00007ffe`469eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000af`33bffbb0 00007ffe`45374cb0     ntdll!TppWorkerThread+0x2df
000000af`33bffea0 00007ffe`46a5ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000af`33bffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000af`337ff808 00007ffe`469eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000af`337ff810 00007ffe`45374cb0     ntdll!TppWorkerThread+0x2df
000000af`337ffb00 00007ffe`46a5ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000af`337ffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000045`f45ff6a8 00007ff7`347be697     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000045`f45ff6b0 00007ff7`3467b9c4     postgres!SubPostmasterMain(
00000045`f45ff720 00007ff7`34c6fae9     postgres!main(
00000045`f45ff760 00007ff7`34c6fa3e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000045`f45ff7b0 00007ff7`34c6f8fe     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000045`f45ff820 00007ff7`34c6fb5e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000045`f45ff850 00007ffe`45374cb0     postgres!mainCRTStartup(
00000045`f45ff880 00007ffe`46a5ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000045`f45ff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000045`f4dff578 00007ffe`469eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000045`f4dff580 00007ffe`45374cb0     ntdll!TppWorkerThread+0x2df
00000045`f4dff870 00007ffe`46a5ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000045`f4dff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000045`f49ff458 00007ffe`469eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000045`f49ff460 00007ffe`45374cb0     ntdll!TppWorkerThread+0x2df
00000045`f49ff750 00007ffe`46a5ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000045`f49ff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008a`833ff518 00007ffe`469eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008a`833ff520 00007ffe`45374cb0     ntdll!TppWorkerThread+0x2df
0000008a`833ff810 00007ffe`46a5ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000008a`833ff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008a`82fff6d8 00007ffe`469eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008a`82fff6e0 00007ffe`45374cb0     ntdll!TppWorkerThread+0x2df
0000008a`82fff9d0 00007ffe`46a5ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000008a`82fffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008a`82bffcf8 00007ff7`347be697     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
0000008a`82bffd00 00007ff7`3467b9c4     postgres!SubPostmasterMain(
0000008a`82bffd70 00007ff7`34c6fae9     postgres!main(
0000008a`82bffdb0 00007ff7`34c6fa3e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000008a`82bffe00 00007ff7`34c6f8fe     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000008a`82bffe70 00007ff7`34c6fb5e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
0000008a`82bffea0 00007ffe`45374cb0     postgres!mainCRTStartup(
0000008a`82bffed0 00007ffe`46a5ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000008a`82bfff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ae`9d1ffa88 00007ffe`469eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ae`9d1ffa90 00007ffe`45374cb0     ntdll!TppWorkerThread+0x2df
000000ae`9d1ffd80 00007ffe`46a5ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ae`9d1ffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ae`9d5ff6d8 00007ffe`469eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ae`9d5ff6e0 00007ffe`45374cb0     ntdll!TppWorkerThread+0x2df
000000ae`9d5ff9d0 00007ffe`46a5ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ae`9d5ffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ae`9cdff778 00007ff7`347be697     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000ae`9cdff780 00007ff7`3467b9c4     postgres!SubPostmasterMain(
000000ae`9cdff7f0 00007ff7`34c6fae9     postgres!main(
000000ae`9cdff830 00007ff7`34c6fa3e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ae`9cdff880 00007ff7`34c6f8fe     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ae`9cdff8f0 00007ff7`34c6fb5e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000ae`9cdff920 00007ffe`45374cb0     postgres!mainCRTStartup(
000000ae`9cdff950 00007ffe`46a5ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ae`9cdff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004c`c49ff4a8 00007ffe`469eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004c`c49ff4b0 00007ffe`45374cb0     ntdll!TppWorkerThread+0x2df
0000004c`c49ff7a0 00007ffe`46a5ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000004c`c49ff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004c`c4dff918 00007ffe`469eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004c`c4dff920 00007ffe`45374cb0     ntdll!TppWorkerThread+0x2df
0000004c`c4dffc10 00007ffe`46a5ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000004c`c4dffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004c`c45ff7f8 00007ff7`347be697     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
0000004c`c45ff800 00007ff7`3467b9c4     postgres!SubPostmasterMain(
0000004c`c45ff870 00007ff7`34c6fae9     postgres!main(
0000004c`c45ff8b0 00007ff7`34c6fa3e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000004c`c45ff900 00007ff7`34c6f8fe     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000004c`c45ff970 00007ff7`34c6fb5e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
0000004c`c45ff9a0 00007ffe`45374cb0     postgres!mainCRTStartup(
0000004c`c45ff9d0 00007ffe`46a5ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000004c`c45ffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`22dff568 00007ffe`469eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000001`22dff570 00007ffe`45374cb0     ntdll!TppWorkerThread+0x2df
00000001`22dff860 00007ffe`46a5ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000001`22dff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`231ffb38 00007ffe`469eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000001`231ffb40 00007ffe`45374cb0     ntdll!TppWorkerThread+0x2df
00000001`231ffe30 00007ffe`46a5ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000001`231ffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`229ffaa8 00007ff7`347be697     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000001`229ffab0 00007ff7`3467b9c4     postgres!SubPostmasterMain(
00000001`229ffb20 00007ff7`34c6fae9     postgres!main(
00000001`229ffb60 00007ff7`34c6fa3e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000001`229ffbb0 00007ff7`34c6f8fe     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000001`229ffc20 00007ff7`34c6fb5e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000001`229ffc50 00007ffe`45374cb0     postgres!mainCRTStartup(
00000001`229ffc80 00007ffe`46a5ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000001`229ffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000070`56dff9f8 00007ffe`469eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000070`56dffa00 00007ffe`45374cb0     ntdll!TppWorkerThread+0x2df
00000070`56dffcf0 00007ffe`46a5ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000070`56dffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000070`565ffbc8 00007ff7`347be697     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000070`565ffbd0 00007ff7`3467b9c4     postgres!SubPostmasterMain(
00000070`565ffc40 00007ff7`34c6fae9     postgres!main(
00000070`565ffc80 00007ff7`34c6fa3e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000070`565ffcd0 00007ff7`34c6f8fe     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000070`565ffd40 00007ff7`34c6fb5e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000070`565ffd70 00007ffe`45374cb0     postgres!mainCRTStartup(
00000070`565ffda0 00007ffe`46a5ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000070`565ffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000070`569ffb68 00007ffe`469eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000070`569ffb70 00007ffe`45374cb0     ntdll!TppWorkerThread+0x2df
00000070`569ffe60 00007ffe`46a5ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000070`569ffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000002`591ff718 00007ffe`469eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000002`591ff720 00007ffe`45374cb0     ntdll!TppWorkerThread+0x2df
00000002`591ffa10 00007ffe`46a5ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000002`591ffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000002`58dff618 00007ff7`347be697     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000002`58dff620 00007ff7`3467b9c4     postgres!SubPostmasterMain(
00000002`58dff690 00007ff7`34c6fae9     postgres!main(
00000002`58dff6d0 00007ff7`34c6fa3e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000002`58dff720 00007ff7`34c6f8fe     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000002`58dff790 00007ff7`34c6fb5e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000002`58dff7c0 00007ffe`45374cb0     postgres!mainCRTStartup(
00000002`58dff7f0 00007ffe`46a5ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000002`58dff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000002`595ff5b8 00007ffe`469eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000002`595ff5c0 00007ffe`45374cb0     ntdll!TppWorkerThread+0x2df
00000002`595ff8b0 00007ffe`46a5ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000002`595ff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000041`28bff938 00007ffe`469eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000041`28bff940 00007ffe`45374cb0     ntdll!TppWorkerThread+0x2df
00000041`28bffc30 00007ffe`46a5ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000041`28bffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000041`28fff6a8 00007ffe`469eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000041`28fff6b0 00007ffe`45374cb0     ntdll!TppWorkerThread+0x2df
00000041`28fff9a0 00007ffe`46a5ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000041`28fff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000041`287ff668 00007ff7`347be697     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000041`287ff670 00007ff7`3467b9c4     postgres!SubPostmasterMain(
00000041`287ff6e0 00007ff7`34c6fae9     postgres!main(
00000041`287ff720 00007ff7`34c6fa3e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000041`287ff770 00007ff7`34c6f8fe     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000041`287ff7e0 00007ff7`34c6fb5e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000041`287ff810 00007ffe`45374cb0     postgres!mainCRTStartup(
00000041`287ff840 00007ffe`46a5ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000041`287ff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000096`9e1ffb88 00007ff7`347be697     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000096`9e1ffb90 00007ff7`3467b9c4     postgres!SubPostmasterMain(
00000096`9e1ffc00 00007ff7`34c6fae9     postgres!main(
00000096`9e1ffc40 00007ff7`34c6fa3e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000096`9e1ffc90 00007ff7`34c6f8fe     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000096`9e1ffd00 00007ff7`34c6fb5e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000096`9e1ffd30 00007ffe`45374cb0     postgres!mainCRTStartup(
00000096`9e1ffd60 00007ffe`46a5ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000096`9e1ffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000096`9e5ff6a8 00007ffe`469eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000096`9e5ff6b0 00007ffe`45374cb0     ntdll!TppWorkerThread+0x2df
00000096`9e5ff9a0 00007ffe`46a5ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000096`9e5ff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000096`9e9ffb28 00007ffe`469eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000096`9e9ffb30 00007ffe`45374cb0     ntdll!TppWorkerThread+0x2df
00000096`9e9ffe20 00007ffe`46a5ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000096`9e9ffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000027`44fffd58 00007ff7`347be697     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000027`44fffd60 00007ff7`3467b9c4     postgres!SubPostmasterMain(
00000027`44fffdd0 00007ff7`34c6fae9     postgres!main(
00000027`44fffe10 00007ff7`34c6fa3e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000027`44fffe60 00007ff7`34c6f8fe     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000027`44fffed0 00007ff7`34c6fb5e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000027`44ffff00 00007ffe`45374cb0     postgres!mainCRTStartup(
00000027`44ffff30 00007ffe`46a5ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000027`44ffff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000027`457ff858 00007ffe`469eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000027`457ff860 00007ffe`45374cb0     ntdll!TppWorkerThread+0x2df
00000027`457ffb50 00007ffe`46a5ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000027`457ffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000027`453ff718 00007ffe`469eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000027`453ff720 00007ffe`45374cb0     ntdll!TppWorkerThread+0x2df
00000027`453ffa10 00007ffe`46a5ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000027`453ffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000085`559ffb58 00007ff7`347be697     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000085`559ffb60 00007ff7`3467b9c4     postgres!SubPostmasterMain(
00000085`559ffbd0 00007ff7`34c6fae9     postgres!main(
00000085`559ffc10 00007ff7`34c6fa3e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000085`559ffc60 00007ff7`34c6f8fe     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000085`559ffcd0 00007ff7`34c6fb5e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000085`559ffd00 00007ffe`45374cb0     postgres!mainCRTStartup(
00000085`559ffd30 00007ffe`46a5ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000085`559ffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000085`565ff958 00007ffe`469eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000085`565ff960 00007ffe`45374cb0     ntdll!TppWorkerThread+0x2df
00000085`565ffc50 00007ffe`46a5ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000085`565ffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000085`561ff578 00007ffe`469eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000085`561ff580 00007ffe`45374cb0     ntdll!TppWorkerThread+0x2df
00000085`561ff870 00007ffe`46a5ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000085`561ff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000085`55dff9e8 00007ffe`469eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000085`55dff9f0 00007ffe`45374cb0     ntdll!TppWorkerThread+0x2df
00000085`55dffce0 00007ffe`46a5ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000085`55dffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001e`749ff618 00007ffe`469eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001e`749ff620 00007ffe`45374cb0     ntdll!TppWorkerThread+0x2df
0000001e`749ff910 00007ffe`46a5ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000001e`749ff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001e`745ff5d8 00007ffe`469eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001e`745ff5e0 00007ffe`45374cb0     ntdll!TppWorkerThread+0x2df
0000001e`745ff8d0 00007ffe`46a5ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000001e`745ff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001e`741ffc58 00007ff7`347be697     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
0000001e`741ffc60 00007ff7`3467b9c4     postgres!SubPostmasterMain(
0000001e`741ffcd0 00007ff7`34c6fae9     postgres!main(
0000001e`741ffd10 00007ff7`34c6fa3e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000001e`741ffd60 00007ff7`34c6f8fe     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000001e`741ffdd0 00007ff7`34c6fb5e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
0000001e`741ffe00 00007ffe`45374cb0     postgres!mainCRTStartup(
0000001e`741ffe30 00007ffe`46a5ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000001e`741ffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f8`5adff9b8 00007ff7`347be697     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000f8`5adff9c0 00007ff7`3467b9c4     postgres!SubPostmasterMain(
000000f8`5adffa30 00007ff7`34c6fae9     postgres!main(
000000f8`5adffa70 00007ff7`34c6fa3e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f8`5adffac0 00007ff7`34c6f8fe     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f8`5adffb30 00007ff7`34c6fb5e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000f8`5adffb60 00007ffe`45374cb0     postgres!mainCRTStartup(
000000f8`5adffb90 00007ffe`46a5ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f8`5adffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f8`5b5ffa88 00007ffe`469eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f8`5b5ffa90 00007ffe`45374cb0     ntdll!TppWorkerThread+0x2df
000000f8`5b5ffd80 00007ffe`46a5ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f8`5b5ffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f8`5b1ff9a8 00007ffe`469eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f8`5b1ff9b0 00007ffe`45374cb0     ntdll!TppWorkerThread+0x2df
000000f8`5b1ffca0 00007ffe`46a5ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f8`5b1ffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ab`a97ff758 00007ffe`469eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ab`a97ff760 00007ffe`45374cb0     ntdll!TppWorkerThread+0x2df
000000ab`a97ffa50 00007ffe`46a5ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ab`a97ffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ab`a93ff788 00007ffe`469eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ab`a93ff790 00007ffe`45374cb0     ntdll!TppWorkerThread+0x2df
000000ab`a93ffa80 00007ffe`46a5ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ab`a93ffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ab`a8fff998 00007ff7`347be697     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000ab`a8fff9a0 00007ff7`3467b9c4     postgres!SubPostmasterMain(
000000ab`a8fffa10 00007ff7`34c6fae9     postgres!main(
000000ab`a8fffa50 00007ff7`34c6fa3e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ab`a8fffaa0 00007ff7`34c6f8fe     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ab`a8fffb10 00007ff7`34c6fb5e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000ab`a8fffb40 00007ffe`45374cb0     postgres!mainCRTStartup(
000000ab`a8fffb70 00007ffe`46a5ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ab`a8fffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009c`a1dff9b8 00007ffe`469eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009c`a1dff9c0 00007ffe`45374cb0     ntdll!TppWorkerThread+0x2df
0000009c`a1dffcb0 00007ffe`46a5ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000009c`a1dffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009c`a19ffbb8 00007ffe`469eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009c`a19ffbc0 00007ffe`45374cb0     ntdll!TppWorkerThread+0x2df
0000009c`a19ffeb0 00007ffe`46a5ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000009c`a19ffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009c`a15ffa28 00007ff7`347be697     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
0000009c`a15ffa30 00007ff7`3467b9c4     postgres!SubPostmasterMain(
0000009c`a15ffaa0 00007ff7`34c6fae9     postgres!main(
0000009c`a15ffae0 00007ff7`34c6fa3e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000009c`a15ffb30 00007ff7`34c6f8fe     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000009c`a15ffba0 00007ff7`34c6fb5e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
0000009c`a15ffbd0 00007ffe`45374cb0     postgres!mainCRTStartup(
0000009c`a15ffc00 00007ffe`46a5ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000009c`a15ffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000075`f79ff7c8 00007ffe`469eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000075`f79ff7d0 00007ffe`45374cb0     ntdll!TppWorkerThread+0x2df
00000075`f79ffac0 00007ffe`46a5ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000075`f79ffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000075`f75ffa88 00007ffe`469eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000075`f75ffa90 00007ffe`45374cb0     ntdll!TppWorkerThread+0x2df
00000075`f75ffd80 00007ffe`46a5ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000075`f75ffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000075`f71ff5a8 00007ff7`347be697     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000075`f71ff5b0 00007ff7`3467b9c4     postgres!SubPostmasterMain(
00000075`f71ff620 00007ff7`34c6fae9     postgres!main(
00000075`f71ff660 00007ff7`34c6fa3e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000075`f71ff6b0 00007ff7`34c6f8fe     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000075`f71ff720 00007ff7`34c6fb5e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000075`f71ff750 00007ffe`45374cb0     postgres!mainCRTStartup(
00000075`f71ff780 00007ffe`46a5ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000075`f71ff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a8`033ff7e8 00007ffe`469eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a8`033ff7f0 00007ffe`45374cb0     ntdll!TppWorkerThread+0x2df
000000a8`033ffae0 00007ffe`46a5ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a8`033ffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a8`02fff718 00007ffe`469eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a8`02fff720 00007ffe`45374cb0     ntdll!TppWorkerThread+0x2df
000000a8`02fffa10 00007ffe`46a5ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a8`02fffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a8`02bff6c8 00007ff7`347be697     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000a8`02bff6d0 00007ff7`3467b9c4     postgres!SubPostmasterMain(
000000a8`02bff740 00007ff7`34c6fae9     postgres!main(
000000a8`02bff780 00007ff7`34c6fa3e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a8`02bff7d0 00007ff7`34c6f8fe     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a8`02bff840 00007ff7`34c6fb5e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000a8`02bff870 00007ffe`45374cb0     postgres!mainCRTStartup(
000000a8`02bff8a0 00007ffe`46a5ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a8`02bff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d3`f43ffa98 00007ffe`469eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d3`f43ffaa0 00007ffe`45374cb0     ntdll!TppWorkerThread+0x2df
000000d3`f43ffd90 00007ffe`46a5ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d3`f43ffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d3`f3fffb88 00007ffe`469eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d3`f3fffb90 00007ffe`45374cb0     ntdll!TppWorkerThread+0x2df
000000d3`f3fffe80 00007ffe`46a5ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d3`f3fffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d3`f3bffa78 00007ff7`347be697     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000d3`f3bffa80 00007ff7`3467b9c4     postgres!SubPostmasterMain(
000000d3`f3bffaf0 00007ff7`34c6fae9     postgres!main(
000000d3`f3bffb30 00007ff7`34c6fa3e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d3`f3bffb80 00007ff7`34c6f8fe     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d3`f3bffbf0 00007ff7`34c6fb5e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000d3`f3bffc20 00007ffe`45374cb0     postgres!mainCRTStartup(
000000d3`f3bffc50 00007ffe`46a5ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d3`f3bffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ea`d95ff558 00007ffe`469eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ea`d95ff560 00007ffe`45374cb0     ntdll!TppWorkerThread+0x2df
000000ea`d95ff850 00007ffe`46a5ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ea`d95ff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ea`d91ff7e8 00007ffe`469eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ea`d91ff7f0 00007ffe`45374cb0     ntdll!TppWorkerThread+0x2df
000000ea`d91ffae0 00007ffe`46a5ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ea`d91ffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ea`d8dff598 00007ff7`347be697     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000ea`d8dff5a0 00007ff7`3467b9c4     postgres!SubPostmasterMain(
000000ea`d8dff610 00007ff7`34c6fae9     postgres!main(
000000ea`d8dff650 00007ff7`34c6fa3e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ea`d8dff6a0 00007ff7`34c6f8fe     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ea`d8dff710 00007ff7`34c6fb5e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000ea`d8dff740 00007ffe`45374cb0     postgres!mainCRTStartup(
000000ea`d8dff770 00007ffe`46a5ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ea`d8dff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a7`0c7ff448 00007ffe`469eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a7`0c7ff450 00007ffe`45374cb0     ntdll!TppWorkerThread+0x2df
000000a7`0c7ff740 00007ffe`46a5ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a7`0c7ff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a7`0cbffac8 00007ffe`469eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a7`0cbffad0 00007ffe`45374cb0     ntdll!TppWorkerThread+0x2df
000000a7`0cbffdc0 00007ffe`46a5ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a7`0cbffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a7`0c3ff648 00007ff7`347be697     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000a7`0c3ff650 00007ff7`3467b9c4     postgres!SubPostmasterMain(
000000a7`0c3ff6c0 00007ff7`34c6fae9     postgres!main(
000000a7`0c3ff700 00007ff7`34c6fa3e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a7`0c3ff750 00007ff7`34c6f8fe     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a7`0c3ff7c0 00007ff7`34c6fb5e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000a7`0c3ff7f0 00007ffe`45374cb0     postgres!mainCRTStartup(
000000a7`0c3ff820 00007ffe`46a5ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a7`0c3ff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000017`673ff8e8 00007ffe`469eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000017`673ff8f0 00007ffe`45374cb0     ntdll!TppWorkerThread+0x2df
00000017`673ffbe0 00007ffe`46a5ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000017`673ffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000017`66fffd28 00007ff7`347be697     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000017`66fffd30 00007ff7`3467b9c4     postgres!SubPostmasterMain(
00000017`66fffda0 00007ff7`34c6fae9     postgres!main(
00000017`66fffde0 00007ff7`34c6fa3e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000017`66fffe30 00007ff7`34c6f8fe     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000017`66fffea0 00007ff7`34c6fb5e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000017`66fffed0 00007ffe`45374cb0     postgres!mainCRTStartup(
00000017`66ffff00 00007ffe`46a5ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000017`66ffff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000017`677ff698 00007ffe`469eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000017`677ff6a0 00007ffe`45374cb0     ntdll!TppWorkerThread+0x2df
00000017`677ff990 00007ffe`46a5ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000017`677ff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005a`eb5ff958 00007ffe`469eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005a`eb5ff960 00007ffe`45374cb0     ntdll!TppWorkerThread+0x2df
0000005a`eb5ffc50 00007ffe`46a5ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000005a`eb5ffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005a`eadff5d8 00007ff7`347be697     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
0000005a`eadff5e0 00007ff7`3467b9c4     postgres!SubPostmasterMain(
0000005a`eadff650 00007ff7`34c6fae9     postgres!main(
0000005a`eadff690 00007ff7`34c6fa3e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000005a`eadff6e0 00007ff7`34c6f8fe     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000005a`eadff750 00007ff7`34c6fb5e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
0000005a`eadff780 00007ffe`45374cb0     postgres!mainCRTStartup(
0000005a`eadff7b0 00007ffe`46a5ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000005a`eadff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005a`eb1ff558 00007ffe`469eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005a`eb1ff560 00007ffe`45374cb0     ntdll!TppWorkerThread+0x2df
0000005a`eb1ff850 00007ffe`46a5ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000005a`eb1ff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005a`eb9ff5c8 00007ffe`469eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005a`eb9ff5d0 00007ffe`45374cb0     ntdll!TppWorkerThread+0x2df
0000005a`eb9ff8c0 00007ffe`46a5ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000005a`eb9ff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005c`141ff748 00007ff7`347be697     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
0000005c`141ff750 00007ff7`3467b9c4     postgres!SubPostmasterMain(
0000005c`141ff7c0 00007ff7`34c6fae9     postgres!main(
0000005c`141ff800 00007ff7`34c6fa3e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000005c`141ff850 00007ff7`34c6f8fe     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000005c`141ff8c0 00007ff7`34c6fb5e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
0000005c`141ff8f0 00007ffe`45374cb0     postgres!mainCRTStartup(
0000005c`141ff920 00007ffe`46a5ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000005c`141ff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005c`145ff6b8 00007ffe`469eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005c`145ff6c0 00007ffe`45374cb0     ntdll!TppWorkerThread+0x2df
0000005c`145ff9b0 00007ffe`46a5ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000005c`145ff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005c`149ff988 00007ffe`469eb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005c`149ff990 00007ffe`45374cb0     ntdll!TppWorkerThread+0x2df
0000005c`149ffc80 00007ffe`46a5ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000005c`149ffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/rules.out C:/cirrus/build/testrun/pg_upgrade/002_pg_upg...
--- C:/cirrus/src/test/regress/expected/rules.out	2024-10-24 21:15:10.669568600 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/rules.out	2024-10-24 21:18:16.226207300 +0000
@@ -2032,6 +2032,34 @@
     s.param15 AS partitions_done
    FROM (pg_stat_get_progress_info('CREATE INDEX'::text) s(pid, datid, relid, param1, param2, param3, param4, param5, p...
      LEFT JOIN pg_database d ON ((s.datid = d.oid)));
+pg_stat_progress_data_checksums| SELECT s.pid,
+    s.datid,
+    d.datname,
+        CASE s.param1
+            WHEN 0 THEN 'enabling'::text
+            WHEN 1 THEN 'disabling'::text
+            WHEN 2 THEN 'waiting'::text
+            WHEN 3 THEN 'waiting on backends'::text
+            WHEN 4 THEN 'waiting on temporary tables'::text
+            WHEN 5 THEN 'done'::text
+            ELSE NULL::text
+        END AS phase,
+        CASE s.param2
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/rules.out C:/cirrus/build/testrun/recovery/027_stream_r...
--- C:/cirrus/src/test/regress/expected/rules.out	2024-10-24 21:15:10.669568600 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/rules.out	2024-10-24 21:20:37.177372200 +0000
@@ -2032,6 +2032,34 @@
     s.param15 AS partitions_done
    FROM (pg_stat_get_progress_info('CREATE INDEX'::text) s(pid, datid, relid, param1, param2, param3, param4, param5, p...
      LEFT JOIN pg_database d ON ((s.datid = d.oid)));
+pg_stat_progress_data_checksums| SELECT s.pid,
+    s.datid,
+    d.datname,
+        CASE s.param1
+            WHEN 0 THEN 'enabling'::text
+            WHEN 1 THEN 'disabling'::text
+            WHEN 2 THEN 'waiting'::text
+            WHEN 3 THEN 'waiting on backends'::text
+            WHEN 4 THEN 'waiting on temporary tables'::text
+            WHEN 5 THEN 'done'::text
+            ELSE NULL::text
+        END AS phase,
+        CASE s.param2
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/rules.out C:/cirrus/build/testrun/regress/regress/resul...
--- C:/cirrus/src/test/regress/expected/rules.out	2024-10-24 21:15:10.669568600 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/rules.out	2024-10-24 21:18:12.535786300 +0000
@@ -2032,6 +2032,34 @@
     s.param15 AS partitions_done
    FROM (pg_stat_get_progress_info('CREATE INDEX'::text) s(pid, datid, relid, param1, param2, param3, param4, param5, p...
      LEFT JOIN pg_database d ON ((s.datid = d.oid)));
+pg_stat_progress_data_checksums| SELECT s.pid,
+    s.datid,
+    d.datname,
+        CASE s.param1
+            WHEN 0 THEN 'enabling'::text
+            WHEN 1 THEN 'disabling'::text
+            WHEN 2 THEN 'waiting'::text
+            WHEN 3 THEN 'waiting on backends'::text
+            WHEN 4 THEN 'waiting on temporary tables'::text
+            WHEN 5 THEN 'done'::text
+            ELSE NULL::text
+        END AS phase,
+        CASE s.param2
...
tap
[21:27:40.171](1.654s) not ok 1 - ensure checksums are disabled
[21:32:54.493](314.322s) # poll_query_until timed out executing this query:
[21:32:54.496](0.003s) not ok 2 - ensure checksums are enabled
[21:38:03.260](308.276s) # poll_query_until timed out executing this query:
[21:38:03.263](0.002s) not ok 7 - ensure checksums are enabled
tap
[21:27:40.171](1.646s) not ok 1 - ensure checksums are disabled
[21:32:54.916](314.365s) # poll_query_until timed out executing this query:
[21:32:54.918](0.003s) not ok 3 - ensure checksums aren't enabled yet
tap
[21:27:43.253](4.376s) not ok 1 - ensure checksums are turned off on primary
[21:27:43.379](0.126s) not ok 2 - ensure checksums are turned off on standby_1
[21:32:56.606](313.226s) # poll_query_until timed out executing this query:
[21:32:56.608](0.002s) not ok 3 - ensure checksums are in progress on primary
[21:38:05.159](308.551s) # poll_query_until timed out executing this query:
[21:38:05.162](0.003s) not ok 4 - ensure standby has absorbed the inprogress-on barrier
[21:38:05.227](0.065s) not ok 5 - ensure checksums are on, or in progress, on standby_1
[21:43:14.235](309.007s) # poll_query_until timed out executing this query:
[21:43:14.238](0.003s) not ok 6 - ensure checksums are enabled on the primary
tap
[21:27:43.629](1.621s) not ok 1 - ensure checksums are disabled
[21:27:43.769](0.139s) Bail out!  command "pg_checksums -D C:\cirrus\build/testrun/checksums/004_offline\data/t_004_offl...
tap
[21:22:41.706](0.001s) not ok 23 - data_checksums=on is reported on an offline cluster stdout /(?^:^on$)/
tap
[21:19:03.771](110.954s) not ok 5 - regression tests pass
tap
[21:21:32.026](133.195s) not ok 2 - regression tests pass
test
[21:44:18.480]  19/311 postgresql:regress / regress/regress                                            ERROR           1...
[21:44:18.480]  38/311 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[21:44:18.480]  99/311 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
[21:44:18.480] 151/311 postgresql:pg_checksums / pg_checksums/002_actions                              ERROR            ...
[21:44:18.480] 299/311 postgresql:checksums / checksums/004_offline                                    ERROR            ...
[21:44:18.480] 308/311 postgresql:checksums / checksums/002_restarts                                   ERROR           3...
[21:44:18.480] 309/311 postgresql:checksums / checksums/001_basic                                      ERROR           6...
[21:44:18.480] 310/311 postgresql:pg_ctl / pg_ctl/004_logrotate                                        TIMEOUT        10...
[21:44:18.480] 311/311 postgresql:checksums / checksums/003_standby_restarts                           TIMEOUT        10...
51/5279 Add XMLSerialize: version (SQL/XML X076), explicit declaration (SQL/XML X078)
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out /tmp/cirrus-ci-build/build/testrun/postgres...
--- /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out	2024-10-24 21:03:02.837902000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/postgres_fdw-running/regress/results/postgres_fdw.out	2024-10-24 21:09:00.3024030...
@@ -6145,57 +6145,19 @@
   FROM ft4 INNER JOIN ft5 ON (ft4.c1 = ft5.c1)
   WHERE ft2.c1 > 1200 AND ft2.c2 = ft4.c1
   RETURNING ft2, ft2.*, ft4, ft4.*;
-              ft2               |  c1  | c2 | c3  | c4 | c5 | c6 |     c7     | c8 |      ft4       | c1 | c2 |   c3   
---------------------------------+------+----+-----+----+----+----+------------+----+----------------+----+----+--------
- (1206,6,foo,,,,"ft2       ",)  | 1206 |  6 | foo |    |    |    | ft2        |    | (6,7,AAA006)   |  6 |  7 | AAA006
- (1212,12,foo,,,,"ft2       ",) | 1212 | 12 | foo |    |    |    | ft2        |    | (12,13,AAA012) | 12 | 13 | AAA012
- (1218,18,foo,,,,"ft2       ",) | 1218 | 18 | foo |    |    |    | ft2        |    | (18,19,AAA018) | 18 | 19 | AAA018
- (1224,24,foo,,,,"ft2       ",) | 1224 | 24 | foo |    |    |    | ft2        |    | (24,25,AAA024) | 24 | 25 | AAA024
- (1230,30,foo,,,,"ft2       ",) | 1230 | 30 | foo |    |    |    | ft2        |    | (30,31,AAA030) | 30 | 31 | AAA030
- (1236,36,foo,,,,"ft2       ",) | 1236 | 36 | foo |    |    |    | ft2        |    | (36,37,AAA036) | 36 | 37 | AAA036
- (1242,42,foo,,,,"ft2       ",) | 1242 | 42 | foo |    |    |    | ft2        |    | (42,43,AAA042) | 42 | 43 | AAA042
- (1248,48,foo,,,,"ft2       ",) | 1248 | 48 | foo |    |    |    | ft2        |    | (48,49,AAA048) | 48 | 49 | AAA048
- (1254,54,foo,,,,"ft2       ",) | 1254 | 54 | foo |    |    |    | ft2        |    | (54,55,AAA054) | 54 | 55 | AAA054
- (1260,60,foo,,,,"ft2       ",) | 1260 | 60 | foo |    |    |    | ft2        |    | (60,61,AAA060) | 60 | 61 | AAA060
- (1266,66,foo,,,,"ft2       ",) | 1266 | 66 | foo |    |    |    | ft2        |    | (66,67,AAA066) | 66 | 67 | AAA066
...
test
[21:09:25.001] 74/76 postgresql:postgres_fdw-running / postgres_fdw-running/regress               ERROR            10.07...
51/4974 pg_stat_activity: make slow/hanging authentication more visible
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/inherit.out /tmp/cirrus-ci-build/build/testrun/regress-running/r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/inherit.out	2024-10-24 20:42:33.493801000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress-running/regress/results/inherit.out	2024-10-24 20:47:40.126400000 +0000
@@ -1360,22 +1360,7 @@
 alter table p2 drop constraint f1_pos;
 alter table p1 drop constraint f1_pos;
 \d p1p2_c*
-              Table "public.p1p2_c1"
- Column |  Type   | Collation | Nullable | Default 
---------+---------+-----------+----------+---------
- f1     | integer |           |          | 
-Inherits: p1,
-          p2
-
-              Table "public.p1p2_c2"
- Column |  Type   | Collation | Nullable | Default 
---------+---------+-----------+----------+---------
- f1     | integer |           |          | 
-Check constraints:
-    "f1_pos" CHECK (f1 > 0)
...
test
[20:48:48.356] 74/76 postgresql:regress-running / regress-running/regress                         ERROR            27.32...
51/5283 Replace IN VALUES with ANY in WHERE clauses during optimization
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/subselect.out C:/cirrus/build/testrun/pg_upgrade/002_pg...
--- C:/cirrus/src/test/regress/expected/subselect.out	2024-10-24 20:33:33.852337600 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/subselect.out	2024-10-24 20:36:15.959638600 +0000
@@ -2313,15 +2313,16 @@
 EXPLAIN (COSTS OFF)
 SELECT c.oid,c.relname FROM pg_class c JOIN pg_am a USING (oid)
 WHERE c.oid IN (VALUES (1), (2));
-                          QUERY PLAN                           
----------------------------------------------------------------
- Hash Join
-   Hash Cond: (a.oid = c.oid)
-   ->  Seq Scan on pg_am a
-   ->  Hash
-         ->  Index Scan using pg_class_oid_index on pg_class c
-               Index Cond: (oid = ANY ('{1,2}'::integer[]))
-(6 rows)
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (c.oid = a.oid)
...
tap
[20:37:36.529](115.507s) not ok 5 - regression tests pass
test
[20:45:52.876]  38/307 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
50/5258 define pg_structiszero(addr, s, r)
FreeBSD - 13 - Meson
core
[20:00:27.632] #0  0x000000082d25a8fa in _sigprocmask () from /lib/libc.so.7
[20:00:27.632] #1  0x000000082d293f91 in _system () from /lib/libc.so.7
[20:00:27.632] #2  0x000000082ccd19d3 in ?? () from /lib/libthr.so.3
[20:00:27.632] #3  0x000000000066abc5 in RestoreArchivedFile (path=path@entry=0x82164f1d0 "pg_wal/0\270\0347", xlogfname...
[20:00:27.632] #4  0x000000000067650e in XLogFileRead (segno=segno@entry=6, tli=tli@entry=1, source=source@entry=XLOG_FR...
[20:00:27.632] #5  0x00000000006721ec in XLogFileReadAnyTLI (segno=6, source=XLOG_FROM_ANY) at ../src/backend/access/tra...
[20:00:27.632] #6  WaitForWALToBecomeAvailable (RecPtr=100671488, tliRecPtr=100683584, replayTLI=1, replayLSN=100683584,...
[20:00:27.632] #7  XLogPageRead (xlogreader=0x8380ec130, targetPagePtr=100663296, reqLen=8192, targetRecPtr=100683584, r...
[20:00:27.632] #8  0x00000000006797f6 in ReadPageInternal (state=state@entry=0x8380ec130, pageptr=100679680, reqLen=3928...
[20:00:27.632] #9  0x00000000006786e2 in XLogDecodeNextRecord (state=0x8380ec130, nonblocking=false) at ../src/backend/a...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/select.out /tmp/cirrus-ci-build/build/testrun/regress-running/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/select.out	2024-10-24 19:53:52.885966000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress-running/regress/results/select.out	2024-10-24 19:58:18.667564000 +0000
@@ -527,17 +527,9 @@
 CREATE TEMP TABLE foo (f1 int);
 INSERT INTO foo VALUES (42),(3),(10),(7),(null),(null),(1);
 SELECT * FROM foo ORDER BY f1;
- f1 
-----
-  1
-  3
-  7
- 10
- 42
-   
-   
-(7 rows)
-
+ERROR:  error triggered for injection point typecache-before-rel-type-cache-insert
+LINE 1: SELECT * FROM foo ORDER BY f1;
...
test
[19:59:14.221] 74/76 postgresql:regress-running / regress-running/regress                         ERROR            24.67...
51/5269 Improve statistics estimation considering GROUP-BY as a 'uniqueiser'
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/basic.out /tmp/cirrus-ci-build/build/testrun/in...
--- /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/basic.out	2024-10-24 19:41:53.077806000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/injection_points-running/isolation/results/basic.out	2024-10-24 19:46:26.31260900...
@@ -13,16 +13,16 @@
                        
 (1 row)
 
-step wait1: <... completed>
-injection_points_run
---------------------
-                    
-(1 row)
-
 step detach2: SELECT injection_points_detach('injection-points-wait');
 injection_points_detach
 -----------------------
                        
+(1 row)
+
+step wait1: <... completed>
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/updatable_views.out /tmp/cirrus-ci-build/build/testrun/regress-r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/updatable_views.out	2024-10-24 19:41:53.238188000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress-running/regress/results/updatable_views.out	2024-10-24 19:46:30.598130000...
@@ -1183,23 +1183,16 @@
   WHEN NOT MATCHED AND s.a > 0 THEN INSERT VALUES (s.a, s.b)
   WHEN NOT MATCHED BY SOURCE THEN UPDATE SET b = 'Not matched by source'
   RETURNING merge_action(), s.*, t.*;
- merge_action | a | b  | a |           b           
---------------+---+----+---+-----------------------
- UPDATE       | 2 | r2 | 2 | r2
- UPDATE       |   |    | 3 | Not matched by source
- INSERT       | 1 | r1 | 1 | r1
-(3 rows)
-
+ERROR:  error triggered for injection point typecache-before-rel-type-cache-insert
 SELECT * FROM base_tbl ORDER BY a;
- a  |           b           
-----+-----------------------
+ a  |   b    
+----+--------
...
test
[19:46:58.307] 62/76 postgresql:injection_points-running / injection_points-running/isolation     ERROR             2.39...
[19:46:58.307] 74/76 postgresql:regress-running / regress-running/regress                         ERROR            25.56...
51/5263 removes attndims and typndims entirely
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out /tmp/cirrus-ci-build/build/testrun/postgres...
--- /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out	2024-10-24 19:19:07.553040000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/postgres_fdw-running/regress/results/postgres_fdw.out	2024-10-24 19:25:23.9196490...
@@ -7621,17 +7621,13 @@
 (2 rows)
 
 UPDATE rem1 set f2 = 'skidoo' RETURNING f2;
-         f2         
---------------------
- skidoo triggered !
- skidoo triggered !
-(2 rows)
-
+ERROR:  error triggered for injection point typecache-before-rel-type-cache-insert
+CONTEXT:  PL/pgSQL function trig_row_before_insupdate() during initialization of execution state
 SELECT * from loc1;
- f1 |         f2         
-----+--------------------
-  1 | skidoo triggered !
-  2 | skidoo triggered !
...
test
[19:25:51.575] 74/76 postgresql:postgres_fdw-running / postgres_fdw-running/regress               ERROR            10.26...
51/5153 Prohibit to use EphemeralNamedRelation in materialized views
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out /tmp/cirrus-ci-build/build/testrun/postgres...
--- /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out	2024-10-24 18:42:02.333577000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/postgres_fdw-running/regress/results/postgres_fdw.out	2024-10-24 18:47:34.2882260...
@@ -7513,25 +7513,11 @@
 AFTER INSERT OR UPDATE OR DELETE ON rem1
 FOR EACH ROW EXECUTE PROCEDURE trigger_data(23,'skidoo');
 insert into rem1 values(1,'insert');
-NOTICE:  trig_row_after1(23, skidoo) AFTER ROW INSERT ON rem1
-NOTICE:  NEW: (1,insert)
-NOTICE:  trig_row_after2(23, skidoo) AFTER ROW INSERT ON rem1
-NOTICE:  NEW: (1,insert)
+ERROR:  error triggered for injection point typecache-before-rel-type-cache-insert
+CONTEXT:  PL/pgSQL function trigger_data() during initialization of execution state
 update rem1 set f2  = 'update' where f1 = 1;
-NOTICE:  trig_row_after1(23, skidoo) AFTER ROW UPDATE ON rem1
-NOTICE:  OLD: (1,insert),NEW: (1,update)
-NOTICE:  trig_row_after2(23, skidoo) AFTER ROW UPDATE ON rem1
-NOTICE:  OLD: (1,insert),NEW: (1,update)
 update rem1 set f2 = f2 || f2;
-NOTICE:  trig_row_after1(23, skidoo) AFTER ROW UPDATE ON rem1
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/build/testrun/regress-running/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-10-24 18:42:03.839381000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress-running/regress/results/triggers.out	2024-10-24 18:47:30.859788000 +0000
@@ -2615,9 +2615,8 @@
 	(1000, 'c'), (1001, 'ddd'), (1002, 'efg'), (1003, 'f'),
 	(2000, 'e'), (2001, 'fff'), (2002, 'ghi'), (2003, 'h');
 update parted_trigger set a = a + 2; -- notice for odd 'a' values, long 'b' values
-NOTICE:  trigger parted_trigger on parted_trigger_1 AFTER UPDATE for ROW: (a,b)=(3,bbb)
-NOTICE:  trigger parted_trigger on parted_trigger_2 AFTER UPDATE for ROW: (a,b)=(1003,ddd)
-NOTICE:  trigger parted_trigger on parted_trigger_3_2 AFTER UPDATE for ROW: (a,b)=(2003,fff)
+ERROR:  error triggered for injection point typecache-before-rel-type-cache-insert
+CONTEXT:  PL/pgSQL function trigger_notice_ab() during initialization of execution state
 drop table parted_trigger;
 -- try a constraint trigger, also
 create table parted_referenced (a int);
test
[18:48:00.934] 75/76 postgresql:postgres_fdw-running / postgres_fdw-running/regress               ERROR             9.98...
[18:48:00.934] 74/76 postgresql:regress-running / regress-running/regress                         ERROR            26.42...
51/5272 Truncate logs by max_log_size
CompilerWarnings
compiler
[18:42:19.028] elog.c:1699:9: error: initializing 'char *' with an expression of type 'const char *' discards qualifiers...
compiler
[18:40:11.590] elog.c:1699:9: error: initializing 'char *' with an expression of type 'const char *' discards qualifiers...
compiler
[18:37:45.428] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar...
compiler
[18:35:41.692] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar...
compiler
[18:45:42.119] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar...
51/5214 SQL:2023 JSON simplified accessor support
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/build/testrun/regress-running/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-10-24 18:18:28.088327000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress-running/regress/results/triggers.out	2024-10-24 18:23:09.218255000 +0000
@@ -2311,11 +2311,8 @@
 insert into parted_trig values (50), (1500);
 NOTICE:  trigger aaa on parted_trig_1_1 AFTER INSERT for ROW
 NOTICE:  trigger bbb on parted_trig_1_1 AFTER INSERT for ROW
-NOTICE:  trigger mmm on parted_trig_1_1 AFTER INSERT for ROW
-NOTICE:  trigger qqq on parted_trig_1_1 AFTER INSERT for ROW
-NOTICE:  trigger zzz on parted_trig_1_1 AFTER INSERT for ROW
-NOTICE:  trigger bbb on parted_trig_2 AFTER INSERT for ROW
-NOTICE:  trigger zzz on parted_trig_2 AFTER INSERT for ROW
+ERROR:  error triggered for injection point typecache-before-rel-type-cache-insert
+CONTEXT:  PL/pgSQL function trigger_notice() during initialization of execution state
 drop table parted_trig;
 -- Verify that the correct triggers fire for cross-partition updates
 create table parted_trig (a int) partition by list (a);
test
[18:23:36.842] 74/76 postgresql:regress-running / regress-running/regress                         ERROR            24.64...
51/5012 Vacuum statistics
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/basic.out /tmp/cirrus-ci-build/build/testrun/in...
--- /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/basic.out	2024-10-24 17:28:26.385778000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/injection_points/isolation/results/basic.out	2024-10-24 17:31:57.343300000 +0000
@@ -13,16 +13,16 @@
                        
 (1 row)
 
-step wait1: <... completed>
-injection_points_run
---------------------
-                    
-(1 row)
-
 step detach2: SELECT injection_points_detach('injection-points-wait');
 injection_points_detach
 -----------------------
                        
+(1 row)
+
+step wait1: <... completed>
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out /tmp/cirrus-ci-build/bu...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-10-24 17:28:26.36482600...
+++ /tmp/cirrus-ci-build/build/testrun/isolation/isolation/results/vacuum-extending-in-repetable-read.out	2024-10-24 17:...
@@ -9,9 +9,10 @@
     FROM pg_stat_vacuum_tables vt, pg_class c
     WHERE vt.relname = 'test_vacuum_stat_isolation' AND vt.relid = c.oid;
 
-relname|tuples_deleted|dead_tuples|tuples_frozen
--------+--------------+-----------+-------------
-(0 rows)
+relname                   |tuples_deleted|dead_tuples|tuples_frozen
+--------------------------+--------------+-----------+-------------
+test_vacuum_stat_isolation|             0|          0|            0
+(1 row)
 
 step s1_begin_repeatable_read: 
   BEGIN transaction ISOLATION LEVEL REPEATABLE READ;
@@ -22,7 +23,8 @@
   100
 (1 row)
...
test
[17:33:53.968]  47/312 postgresql:isolation / isolation/isolation                                      ERROR            ...
[17:33:53.968] 114/312 postgresql:injection_points / injection_points/isolation                        ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out /tmp/cirrus-ci-build/sr...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-10-24 17:28:26.76713869...
+++ /tmp/cirrus-ci-build/src/test/isolation/output_iso/results/vacuum-extending-in-repetable-read.out	2024-10-24 17:33:5...
@@ -9,9 +9,10 @@
     FROM pg_stat_vacuum_tables vt, pg_class c
     WHERE vt.relname = 'test_vacuum_stat_isolation' AND vt.relid = c.oid;
 
-relname|tuples_deleted|dead_tuples|tuples_frozen
--------+--------------+-----------+-------------
-(0 rows)
+relname                   |tuples_deleted|dead_tuples|tuples_frozen
+--------------------------+--------------+-----------+-------------
+test_vacuum_stat_isolation|             0|          0|            0
+(1 row)
 
 step s1_begin_repeatable_read: 
   BEGIN transaction ISOLATION LEVEL REPEATABLE READ;
@@ -22,7 +23,8 @@
   100
 (1 row)
...
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out /tmp/cirrus-ci-build/bu...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-10-24 17:28:24.67555105...
+++ /tmp/cirrus-ci-build/build/testrun/isolation/isolation/results/vacuum-extending-in-repetable-read.out	2024-10-24 17:...
@@ -9,9 +9,10 @@
     FROM pg_stat_vacuum_tables vt, pg_class c
     WHERE vt.relname = 'test_vacuum_stat_isolation' AND vt.relid = c.oid;
 
-relname|tuples_deleted|dead_tuples|tuples_frozen
--------+--------------+-----------+-------------
-(0 rows)
+relname                   |tuples_deleted|dead_tuples|tuples_frozen
+--------------------------+--------------+-----------+-------------
+test_vacuum_stat_isolation|             0|          0|            0
+(1 row)
 
 step s1_begin_repeatable_read: 
   BEGIN transaction ISOLATION LEVEL REPEATABLE READ;
@@ -22,7 +23,8 @@
   100
 (1 row)
...
test
[17:36:39.168]  40/312 postgresql:isolation / isolation/isolation                                      ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/isolation/expected/vacuum-extending-in-repetable-read.out /Users/admin/pgsql/build/...
--- /Users/admin/pgsql/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-10-24 17:28:25
+++ /Users/admin/pgsql/build/testrun/isolation/isolation/results/vacuum-extending-in-repetable-read.out	2024-10-24 17:31...
@@ -9,9 +9,10 @@
     FROM pg_stat_vacuum_tables vt, pg_class c
     WHERE vt.relname = 'test_vacuum_stat_isolation' AND vt.relid = c.oid;
 
-relname|tuples_deleted|dead_tuples|tuples_frozen
--------+--------------+-----------+-------------
-(0 rows)
+relname                   |tuples_deleted|dead_tuples|tuples_frozen
+--------------------------+--------------+-----------+-------------
+test_vacuum_stat_isolation|             0|          0|            0
+(1 row)
 
 step s1_begin_repeatable_read: 
   BEGIN transaction ISOLATION LEVEL REPEATABLE READ;
@@ -22,7 +23,8 @@
   100
 (1 row)
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/vacuum_tables_and_db_statistics.out /Users/admin/pgsql/build/testr...
--- /Users/admin/pgsql/src/test/regress/expected/vacuum_tables_and_db_statistics.out	2024-10-24 17:28:25
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/vacuum_tables_and_db_statistics.out	2024-10-24 17:31:33
@@ -164,7 +164,7 @@
 FROM pg_stat_vacuum_tables WHERE relname = 'vestat';
  pages_frozen | pages_all_visible | rev_all_frozen_pages | rev_all_visible_pages 
 --------------+-------------------+----------------------+-----------------------
-            0 |                 0 |                    0 |                     0
+            0 |                 0 |                    0 |                   455
 (1 row)
 
 VACUUM (PARALLEL 0, BUFFER_USAGE_LIMIT 128) vestat;
@@ -173,7 +173,7 @@
 FROM pg_stat_vacuum_tables WHERE relname = 'vestat';
  pages_frozen | pages_all_visible | rev_all_frozen_pages | rev_all_visible_pages 
 --------------+-------------------+----------------------+-----------------------
- f            | f                 | t                    | t
+ f            | f                 | t                    | f
 (1 row)
 
...
test
[17:35:39.620]  25/312 postgresql:regress / regress/regress                                            ERROR            ...
[17:35:39.620]  41/312 postgresql:isolation / isolation/isolation                                      ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/isolation/expected/vacuum-extending-in-repetable-read.out C:/cirrus/buil...
--- C:/cirrus/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-10-24 17:28:36.423404700 +0000
+++ C:/cirrus/build/testrun/isolation/isolation/results/vacuum-extending-in-repetable-read.out	2024-10-24 17:32:27.06877...
@@ -9,9 +9,10 @@
     FROM pg_stat_vacuum_tables vt, pg_class c
     WHERE vt.relname = 'test_vacuum_stat_isolation' AND vt.relid = c.oid;
 
-relname|tuples_deleted|dead_tuples|tuples_frozen
--------+--------------+-----------+-------------
-(0 rows)
+relname                   |tuples_deleted|dead_tuples|tuples_frozen
+--------------------------+--------------+-----------+-------------
+test_vacuum_stat_isolation|             0|          0|            0
+(1 row)
 
 step s1_begin_repeatable_read: 
   BEGIN transaction ISOLATION LEVEL REPEATABLE READ;
@@ -22,7 +23,8 @@
   100
 (1 row)
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/vacuum_index_statistics.out C:/cirrus/build/testrun/rec...
--- C:/cirrus/src/test/regress/expected/vacuum_index_statistics.out	2024-10-24 17:28:37.025458800 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/vacuum_index_statistics.out	2024-10-24 17:34:39.119...
@@ -54,7 +54,7 @@
 WHERE vt.relname = 'vestat_pkey' AND vt.relid = c.oid;
    relname   | relpages | pages_deleted | tuples_deleted 
 -------------+----------+---------------+----------------
- vestat_pkey | t        | t             | t
+ vestat_pkey | t        | t             | f
 (1 row)
 
 SELECT vt.relname,relpages AS irp,pages_deleted AS ipd,tuples_deleted AS itd
@@ -67,7 +67,7 @@
 FROM pg_stat_vacuum_indexes WHERE relname = 'vestat_pkey';
  diwr | diwb 
 ------+------
- t    | t
+ f    | f
 (1 row)
 
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/vacuum_tables_and_db_statistics.out C:/cirrus/build/tes...
--- C:/cirrus/src/test/regress/expected/vacuum_tables_and_db_statistics.out	2024-10-24 17:28:37.025458800 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/vacuum_tables_and_db_statistics.out	2024-10-24 17:32:22.665455100 +0...
@@ -219,7 +219,7 @@
 WHERE dbname = current_database();
              dbname             | db_blks_hit | total_blks_dirtied | total_blks_written | wal_records | wal_fpi | wal_b...
 --------------------------------+-------------+--------------------+--------------------+-------------+---------+------...
- regression_statistic_vacuum_db | t           | t                  | t                  | t           | t       | t    ...
+ regression_statistic_vacuum_db | t           | t                  | t                  | t           | t       | t    ...
 (1 row)
 
 DROP TABLE vestat CASCADE;
tap
[17:34:42.007](126.107s) not ok 2 - regression tests pass
test
[17:40:33.730]  24/307 postgresql:regress / regress/regress                                            ERROR           1...
[17:40:33.730]  28/307 postgresql:isolation / isolation/isolation                                      ERROR           1...
[17:40:33.730]  99/307 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5246 Allow SQL functions use CachedPlan machinery
FreeBSD - 13 - Meson
core
[17:15:40.074] #0  0x000000082a0c541a in thr_kill () from /lib/libc.so.7
[17:15:40.074] #1  0x000000082a03ee64 in raise () from /lib/libc.so.7
[17:15:40.074] #2  0x000000082a0ef6f9 in abort () from /lib/libc.so.7
[17:15:40.074] #3  0x0000000000a95765 in ExceptionalCondition (conditionName=0x3858a7 "latch->maybe_sleeping == false", ...
[17:15:40.074] #4  0x000000000090caf7 in ResetLatch (latch=<optimized out>) at ../src/backend/storage/ipc/latch.c:728
[17:15:40.074] #5  0x00000000008976b9 in WalWriterMain (startup_data=<optimized out>, startup_data_len=<optimized out>) ...
[17:15:40.074] #6  0x000000000088dd27 in postmaster_child_launch (child_type=child_type@entry=B_WAL_WRITER, startup_data...
[17:15:40.074] #7  0x0000000000892369 in StartChildProcess (type=B_WAL_WRITER) at ../src/backend/postmaster/postmaster.c...
[17:15:40.074] #8  LaunchMissingBackgroundProcesses () at ../src/backend/postmaster/postmaster.c:3169
[17:15:40.074] #9  ServerLoop () at ../src/backend/postmaster/postmaster.c:1668
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upg...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-10-24 17:09:43.649790000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/xml.out	2024-10-24 17:11:21.208924000 +000...
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-10-24 17:09:43.649790000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/xml.out	2024-10-24 17:12:14.871514000 +0...
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/regress/regress/resul...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-10-24 17:09:43.649790000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/xml.out	2024-10-24 17:11:19.624583000 +0000
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
tap
[17:11:36.549](65.404s) not ok 5 - regression tests pass
tap
[17:12:33.738](82.669s) not ok 2 - regression tests pass
test
[17:14:30.153]  41/312 postgresql:regress / regress/regress                                            ERROR            ...
[17:14:30.153]  83/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[17:14:30.153] 163/312 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/result...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-10-24 17:09:39.191636857 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/xml.out	2024-10-24 17:15:18.677015726 +0000
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-10-24 17:09:39.191636857 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/xml.out	2024-10-24 17:16:19.668770543 +0000
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/src/test/regress/results/xml.out
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-10-24 17:09:39.191636857 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/xml.out	2024-10-24 17:12:49.009158570 +0000
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
tap
[17:15:24.608](88.616s) not ok 5 - regression tests pass
tap
[17:16:26.392](62.845s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upg...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-10-24 17:09:40.208278506 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/xml.out	2024-10-24 17:12:07.174569294 +000...
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-10-24 17:09:40.208278506 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/xml.out	2024-10-24 17:12:39.154410120 +0...
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/regress/regress/resul...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-10-24 17:09:40.208278506 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/xml.out	2024-10-24 17:11:58.286605874 +0000
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
tap
[17:12:17.529](74.227s) not ok 5 - regression tests pass
tap
[17:12:49.063](71.535s) not ok 2 - regression tests pass
test
[17:14:32.772]  42/312 postgresql:regress / regress/regress                                            ERROR            ...
[17:14:32.772] 122/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[17:14:32.772] 152/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/xml.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade...
--- /Users/admin/pgsql/src/test/regress/expected/xml.out	2024-10-24 17:09:40
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/xml.out	2024-10-24 17:11:47
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/xml.out /Users/admin/pgsql/build/testrun/recovery/027_stream_regre...
--- /Users/admin/pgsql/src/test/regress/expected/xml.out	2024-10-24 17:09:40
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/xml.out	2024-10-24 17:12:57
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/xml.out /Users/admin/pgsql/build/testrun/regress/regress/results/x...
--- /Users/admin/pgsql/src/test/regress/expected/xml.out	2024-10-24 17:09:40
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/xml.out	2024-10-24 17:11:47
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
tap
[17:11:56.833](54.740s) not ok 5 - regression tests pass
tap
[17:13:08.229](68.852s) not ok 2 - regression tests pass
test
[17:15:56.923]  25/312 postgresql:regress / regress/regress                                            ERROR            ...
[17:15:56.923]  46/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[17:15:56.923] 140/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
50/4937 Identify huge pages accessibility using madvise
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out /tmp/cirrus-ci-build/build/testrun/postgres...
--- /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out	2024-10-24 16:34:13.030709000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/postgres_fdw-running/regress/results/postgres_fdw.out	2024-10-24 16:38:56.3498040...
@@ -7080,8 +7080,9 @@
 (5 rows)
 
 INSERT INTO rw_view VALUES (0, 15), (0, 5); -- should fail
-ERROR:  new row violates check option for view "rw_view"
-DETAIL:  Failing row contains (10, 5).
+ERROR:  error triggered for injection point typecache-before-rel-type-cache-insert
+CONTEXT:  PL/pgSQL function public.row_before_insupd_trigfunc() during initialization of execution state
+remote SQL command: INSERT INTO public.base_tbl(a, b) VALUES ($1, $2) RETURNING a, b
 SELECT * FROM foreign_tbl;
  a  | b  
 ----+----
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/inherit.out /tmp/cirrus-ci-build/build/testrun/regress-running/r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/inherit.out	2024-10-24 16:34:14.520987000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress-running/regress/results/inherit.out	2024-10-24 16:38:52.818428000 +0000
@@ -1289,21 +1289,13 @@
 insert into inh_fk_2_child values (111, 1), (222, 2);
 delete from inh_fk_1 where a = 1;
 select * from inh_fk_1 order by 1;
- a 
----
- 2
- 3
-(2 rows)
-
+ERROR:  error triggered for injection point typecache-before-rel-type-cache-insert
+LINE 1: select * from inh_fk_1 order by 1;
+                                        ^
 select * from inh_fk_2 order by 1, 2;
-  x  | y 
------+---
-  22 | 2
...
test
[16:39:22.544] 75/76 postgresql:postgres_fdw-running / postgres_fdw-running/regress               ERROR             9.42...
[16:39:22.544] 74/76 postgresql:regress-running / regress-running/regress                         ERROR            25.84...
51/5306 Set AUTOCOMMIT to on in script output by pg_dump
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/build/testrun/regress-running/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-10-24 16:29:45.753608000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress-running/regress/results/triggers.out	2024-10-24 16:35:16.285250000 +0000
@@ -1457,12 +1457,7 @@
 
 UPDATE 1
 UPDATE city_view SET continent = 'EU' WHERE continent = 'Europe' RETURNING *;
- city_id | city_name  | population | country_name | continent 
----------+------------+------------+--------------+-----------
-  234567 | Birmingham |    1016800 | UK           | Europe
-(1 row)
-
-UPDATE 1
+ERROR:  error triggered for injection point typecache-before-rel-type-cache-insert
 UPDATE city_view v1 SET country_name = v2.country_name FROM city_view v2
     WHERE v2.city_name = 'Birmingham' AND v1.city_name = 'London' RETURNING *;
  city_id | city_name | population | country_name | continent | city_id | city_name  | population | country_name | conti...
test
[16:35:48.453] 74/76 postgresql:regress-running / regress-running/regress                         ERROR            30.81...
50/5068 Allow logical decoding to output generated columns
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/basic.out /tmp/cirrus-ci-build/build/testrun/in...
--- /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/basic.out	2024-10-24 15:34:11.983335000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/injection_points/isolation/results/basic.out	2024-10-24 15:37:33.280784000 +0000
@@ -13,16 +13,16 @@
                        
 (1 row)
 
-step wait1: <... completed>
-injection_points_run
---------------------
-                    
-(1 row)
-
 step detach2: SELECT injection_points_detach('injection-points-wait');
 injection_points_detach
 -----------------------
                        
+(1 row)
+
+step wait1: <... completed>
...
test
[15:39:40.256] 113/312 postgresql:injection_points / injection_points/isolation                        ERROR            ...
Linux - Debian Bookworm - Meson
core
[15:45:54.639] #0  0x00007f98f2ca9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:45:54.639] #1  0x00007f98f2c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[15:45:54.639] #2  0x00007f98f2c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[15:45:54.639] #3  0x00007f98f2e1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[15:45:54.639] #4  0x00007f98f2e2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[15:45:54.639] #5  0x00007f98f2e0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x7f98efcd5e1...
[15:45:54.639] #6  0x00007f98efcca2e1 in pgoutput_column_list_init (data=data@entry=0x558857ca5a38, publications=publica...
[15:45:54.639] #7  0x00007f98efccb6d1 in get_rel_sync_entry (data=data@entry=0x558857ca5a38, relation=relation@entry=0x7...
[15:45:54.639] #8  0x00007f98efccca57 in pgoutput_change (ctx=0x558857ca3ba0, txn=0x558857cd4b20, relation=0x7f98efd226c...
[15:45:54.639] #9  0x000055883f75def5 in change_cb_wrapper (cache=<optimized out>, txn=<optimized out>, relation=<optimi...
tap
[15:44:43.140](203.271s) # poll_query_until timed out executing this query:
test
[15:44:43.333] 312/312 postgresql:subscription / subscription/011_generated                            ERROR           2...
51/4874 BitmapHeapScan table AM violation removal (and use streaming read API)
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/build/testrun/regress-running/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-10-24 15:29:17.228211000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress-running/regress/results/triggers.out	2024-10-24 15:34:41.423741000 +0000
@@ -2505,19 +2505,23 @@
 insert into parted values (1, 1, 'uno uno v6');
 create table parted_3 partition of parted for values in (3);
 update parted set a = a + 1;
+ERROR:  error triggered for injection point typecache-before-rel-type-cache-insert
+CONTEXT:  PL/pgSQL function parted_trigfunc() during initialization of execution state
 select tableoid::regclass, * from parted;
- tableoid | a | b |                      c                      
-----------+---+---+---------------------------------------------
- parted_3 | 3 | 1 | uno uno v6 did INSERT did UPDATE did INSERT
+  tableoid  | a | b |           c           
+------------+---+---+-----------------------
+ parted_1_1 | 1 | 1 | uno uno v6 did INSERT
 (1 row)
 
 -- there's no partition for a=0, but this update works anyway because
 -- the trigger causes the tuple to be routed to another partition
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/test_tidstore/expected/test_tidstore.out /tmp/cirrus-ci-build/build/testr...
--- /tmp/cirrus-ci-build/src/test/modules/test_tidstore/expected/test_tidstore.out	2024-10-24 15:29:17.107930000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/test_tidstore-running/regress/results/test_tidstore.out	2024-10-24 15:34:40.31857...
@@ -32,20 +32,17 @@
     (VALUES (0), (1), (:maxblkno / 2), (:maxblkno - 1), (:maxblkno)) AS blocks(blk),
     (VALUES (1), (2), (:maxoffset / 2), (:maxoffset - 1), (:maxoffset)) AS offsets(off)
   GROUP BY blk;
+ERROR:  error triggered for injection point typecache-before-rel-type-cache-insert
+LINE 6:   GROUP BY blk;
+                   ^
 -- Test offsets embedded in the bitmap header.
 SELECT do_set_block_offsets(501, array[greatest((random() * :maxoffset)::int, 1)]::int2[]);
- do_set_block_offsets 
-----------------------
-                  501
-(1 row)
-
+ERROR:  error triggered for injection point typecache-before-rel-type-cache-insert
 SELECT do_set_block_offsets(502, array_agg(DISTINCT greatest((random() * :maxoffset)::int, 1))::int2[])
   FROM generate_series(1, 3);
...
test
[15:35:09.465] 70/76 postgresql:test_tidstore-running / test_tidstore-running/regress             ERROR             0.35...
[15:35:09.465] 74/76 postgresql:regress-running / regress-running/regress                         ERROR            24.93...
51/5004 CREATE INDEX CONCURRENTLY for partitioned tables
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/basic.out /tmp/cirrus-ci-build/build/testrun/in...
--- /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/basic.out	2024-10-24 14:29:20.979743000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/injection_points/isolation/results/basic.out	2024-10-24 14:31:49.378458000 +0000
@@ -13,16 +13,16 @@
                        
 (1 row)
 
-step wait1: <... completed>
-injection_points_run
---------------------
-                    
-(1 row)
-
 step detach2: SELECT injection_points_detach('injection-points-wait');
 injection_points_detach
 -----------------------
                        
+(1 row)
+
+step wait1: <... completed>
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_p...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-10-24 14:29:21.074288000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/indexing.out	2024-10-24 14:31:02.969170000...
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/recovery/027_str...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-10-24 14:29:21.074288000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/indexing.out	2024-10-24 14:31:46.7771300...
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/regress/regress/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-10-24 14:29:21.074288000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/indexing.out	2024-10-24 14:30:58.155414000 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[14:31:05.149](59.973s) not ok 5 - regression tests pass
tap
[14:31:49.308](65.427s) not ok 2 - regression tests pass
test
[14:46:42.918]  38/312 postgresql:regress / regress/regress                                            ERROR            ...
[14:46:42.918]  72/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[14:46:42.918] 114/312 postgresql:injection_points / injection_points/isolation                        ERROR            ...
[14:46:42.918] 142/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[14:46:42.918] 312/312 postgresql:isolation / isolation/isolation                                      TIMEOUT        10...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-10-24 14:29:20.909247161 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/indexing.out	2024-10-24 14:34:23.313600368 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/partitioned-cic.out /tmp/cirrus-ci-build/src/test/isolation/ou...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/partitioned-cic.out	2024-10-24 14:29:20.749310729 +0000
+++ /tmp/cirrus-ci-build/src/test/isolation/output_iso/results/partitioned-cic.out	2024-10-24 14:56:23.574832307 +0000
@@ -3,10 +3,14 @@
 starting permutation: lock_p1 cic insert drop2 commit chk_content
 step lock_p1: lock cictab_part_1 in row exclusive mode;
 step cic: CREATE INDEX CONCURRENTLY ON cictab(i); <waiting ...>
-step insert: insert into cictab values (1, 1), (11, 1);
-step drop2: DROP TABLE cictab_part_2;
+step insert: insert into cictab values (1, 1), (11, 1); <waiting ...>
+isolationtester: canceling step insert after 360 seconds
+step insert: <... completed>
+ERROR:  canceling statement due to user request
+step drop2: DROP TABLE cictab_part_2; <waiting ...>
 step commit: COMMIT;
 step cic: <... completed>
+step drop2: <... completed>
 step chk_content: 
   set enable_seqscan to off;
   explain (costs off) select * from cictab where i > 0;
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/src/test/regress/results/index...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-10-24 14:29:20.909247161 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/indexing.out	2024-10-24 14:32:37.329796176 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[14:34:25.490](84.041s) not ok 5 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_p...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-10-24 14:29:20.384316778 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/indexing.out	2024-10-24 14:31:56.003344870...
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/recovery/027_str...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-10-24 14:29:20.384316778 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/indexing.out	2024-10-24 14:32:25.1473244...
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/regress/regress/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-10-24 14:29:20.384316778 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/indexing.out	2024-10-24 14:31:48.543351412 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[14:31:57.612](75.537s) not ok 5 - regression tests pass
tap
[14:32:27.232](70.147s) not ok 2 - regression tests pass
test
[14:47:18.907]  40/312 postgresql:regress / regress/regress                                            ERROR            ...
[14:47:18.907]  99/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[14:47:18.907] 142/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[14:47:18.907] 312/312 postgresql:isolation / isolation/isolation                                      TIMEOUT        10...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/indexing.out C:/cirrus/build/testrun/pg_upgrade/002_pg_...
--- C:/cirrus/src/test/regress/expected/indexing.out	2024-10-24 14:29:27.811829300 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/indexing.out	2024-10-24 14:33:26.078435900 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/indexing.out C:/cirrus/build/testrun/recovery/027_strea...
--- C:/cirrus/src/test/regress/expected/indexing.out	2024-10-24 14:29:27.811829300 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/indexing.out	2024-10-24 14:35:28.711293200 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/indexing.out C:/cirrus/build/testrun/regress/regress/re...
--- C:/cirrus/src/test/regress/expected/indexing.out	2024-10-24 14:29:27.811829300 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/indexing.out	2024-10-24 14:33:16.541332100 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[14:33:34.254](118.571s) not ok 5 - regression tests pass
tap
[14:35:35.705](106.509s) not ok 2 - regression tests pass
test
[14:48:07.973]  20/307 postgresql:regress / regress/regress                                            ERROR           1...
[14:48:07.973]  36/307 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[14:48:07.973]  68/307 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
[14:48:07.973] 307/307 postgresql:isolation / isolation/isolation                                      TIMEOUT        10...
51/5184 [PROPOSAL] : Disallow use of empty column name in (column_name '') in ALTER or CREATE of foreign table.
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/inherit.out /tmp/cirrus-ci-build/build/testrun/regress-running/r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/inherit.out	2024-10-24 13:50:17.573126000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress-running/regress/results/inherit.out	2024-10-24 13:55:09.047779000 +0000
@@ -1397,13 +1397,7 @@
 
 alter table p1 drop constraint f1_pos;
 \d p1_c1c2
-              Table "public.p1_c1c2"
- Column |  Type   | Collation | Nullable | Default 
---------+---------+-----------+----------+---------
- f1     | integer |           |          | 
-Inherits: p1_c1,
-          p1_c2
-
+ERROR:  error triggered for injection point typecache-before-rel-type-cache-insert
 drop table p1 cascade;
 NOTICE:  drop cascades to 3 other objects
 DETAIL:  drop cascades to table p1_c1
test
[13:55:38.147] 74/76 postgresql:regress-running / regress-running/regress                         ERROR            25.47...
50/5270 jsonpath string methods: lower, upper, initcap, l/r/btrim, replace, split_part
CompilerWarnings
compiler
[13:29:50.536] jsonpath_exec.c:2829:13: error: mixing declarations and code is incompatible with standards before C99 [-...
compiler
[13:29:35.238] jsonpath_exec.c:2829:13: error: mixing declarations and code is incompatible with standards before C99 [-...
compiler
[13:28:59.320] jsonpath_exec.c:2829:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta...
compiler
[13:28:49.722] jsonpath_exec.c:2829:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta...
compiler
[13:30:26.303] jsonpath_exec.c:2829:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta...
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/basic.out /tmp/cirrus-ci-build/build/testrun/in...
--- /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/basic.out	2024-10-24 13:28:15.993119000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/injection_points/isolation/results/basic.out	2024-10-24 13:30:36.307349000 +0000
@@ -13,16 +13,16 @@
                        
 (1 row)
 
-step wait1: <... completed>
-injection_points_run
---------------------
-                    
-(1 row)
-
 step detach2: SELECT injection_points_detach('injection-points-wait');
 injection_points_detach
 -----------------------
                        
+(1 row)
+
+step wait1: <... completed>
...
test
[13:32:33.120] 113/312 postgresql:injection_points / injection_points/isolation                        ERROR            ...
Linux - Debian Bookworm - Meson
core
[13:37:47.333] #0  0xf7fbd559 in __kernel_vsyscall ()
[13:37:47.333] #1  0xf68fd582 in pthread_sigmask () from /lib/i386-linux-gnu/libc.so.6
[13:37:47.333] #2  0xf68a7380 in sigprocmask () from /lib/i386-linux-gnu/libc.so.6
[13:37:47.333] #3  0xf6973f75 in ?? () from /lib/i386-linux-gnu/libc.so.6
[13:37:47.333] #4  0xf6991698 in ?? () from /lib/i386-linux-gnu/libc.so.6
[13:37:47.462] #0  0x00007f9c7d0aed24 in ?? ()
core
[13:37:47.333] #0  <unavailable> in ?? ()
core
[13:37:47.462] #0  0x00007f9c7d0aed24 in ?? ()
[13:37:47.462] #1  0x0000000000000000 in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out /tmp/cirrus-ci-build/build-32/testrun/pg_upgr...
--- /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out	2024-10-24 13:28:09.904392747 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/pg_upgrade/002_pg_upgrade/data/results/jsonb_jsonpath.out	2024-10-24 13:33:57....
@@ -3078,7 +3078,7 @@
 select jsonb_path_query('"abc~@~def~@~ghi"', '$.split_part("~@~", 2)');
  jsonb_path_query 
 ------------------
- "def"
+ ""
 (1 row)
 
 -- Test string methods play nicely together
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out /tmp/cirrus-ci-build/build-32/testrun/recover...
--- /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out	2024-10-24 13:28:09.904392747 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/recovery/027_stream_regress/data/results/jsonb_jsonpath.out	2024-10-24 13:34:3...
@@ -3078,7 +3078,7 @@
 select jsonb_path_query('"abc~@~def~@~ghi"', '$.split_part("~@~", 2)');
  jsonb_path_query 
 ------------------
- "def"
+ ""
 (1 row)
 
 -- Test string methods play nicely together
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out /tmp/cirrus-ci-build/build-32/testrun/regress...
--- /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out	2024-10-24 13:28:09.904392747 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/regress/regress/results/jsonb_jsonpath.out	2024-10-24 13:33:49.590588343 +0000
@@ -3078,7 +3078,7 @@
 select jsonb_path_query('"abc~@~def~@~ghi"', '$.split_part("~@~", 2)');
  jsonb_path_query 
 ------------------
- "def"
+ ""
 (1 row)
 
 -- Test string methods play nicely together
tap
[13:34:15.650](70.659s) not ok 5 - regression tests pass
tap
[13:34:50.817](72.291s) not ok 2 - regression tests pass
test
[13:36:37.462]  38/312 postgresql:regress / regress/regress                                            ERROR            ...
[13:36:37.462] 123/312 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[13:36:37.462] 153/312 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
51/4738 psql: Rethinking of \du command
FreeBSD - 13 - Meson
core
[13:16:01.944] #0  0x000047ae5303f5da in ?? () from /libexec/ld-elf.so.1
[13:16:01.944] #1  0x000047ae5303b6ec in ?? () from /libexec/ld-elf.so.1
[13:16:01.944] #2  0x0000000000000000 in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out /tmp/cirrus-ci-build/build/testrun/postgres...
--- /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out	2024-10-24 13:09:03.052781000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/postgres_fdw-running/regress/results/postgres_fdw.out	2024-10-24 13:14:21.8630170...
@@ -7552,14 +7552,9 @@
 -- Insert or update matching: triggers are fired
 INSERT INTO rem1 values(2, 'update');
 NOTICE:  trig_row_before_insupd(23, skidoo) BEFORE ROW INSERT ON rem1
-NOTICE:  NEW: (2,update)
-NOTICE:  trig_row_after_insupd(23, skidoo) AFTER ROW INSERT ON rem1
-NOTICE:  NEW: (2,update)
+ERROR:  error triggered for injection point typecache-before-rel-type-cache-insert
+CONTEXT:  PL/pgSQL function trigger_data() line 26 at assignment
 UPDATE rem1 set f2 = 'update update' where f1 = '2';
-NOTICE:  trig_row_before_insupd(23, skidoo) BEFORE ROW UPDATE ON rem1
-NOTICE:  OLD: (2,update),NEW: (2,"update update")
-NOTICE:  trig_row_after_insupd(23, skidoo) AFTER ROW UPDATE ON rem1
-NOTICE:  OLD: (2,update),NEW: (2,"update update")
 CREATE TRIGGER trig_row_before_delete
 BEFORE DELETE ON rem1
 FOR EACH ROW
...
test
[13:14:46.520] 74/76 postgresql:postgres_fdw-running / postgres_fdw-running/regress               ERROR             8.63...
51/4460 Implement row pattern recognition feature
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/basic.out /tmp/cirrus-ci-build/build/testrun/in...
--- /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/basic.out	2024-10-24 12:28:11.701687000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/injection_points/isolation/results/basic.out	2024-10-24 12:31:44.719782000 +0000
@@ -13,16 +13,16 @@
                        
 (1 row)
 
-step wait1: <... completed>
-injection_points_run
---------------------
-                    
-(1 row)
-
 step detach2: SELECT injection_points_detach('injection-points-wait');
 injection_points_detach
 -----------------------
                        
+(1 row)
+
+step wait1: <... completed>
...
test
[12:33:47.303] 115/312 postgresql:injection_points / injection_points/isolation                        ERROR            ...
51/5318 System views for versions reporting
Linux - Debian Bookworm - Meson
core
[08:09:32.783] #0  0x00007f5437889d24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[08:09:32.783] #1  0x00007f5437836239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[08:09:32.783] #2  0x00007f5437836497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[08:09:32.783] #3  0x000055921af645f3 in ?? ()
[08:09:32.783] #4  0x000055921af5e369 in ?? ()
[08:09:32.783] #5  0x000055921af5d20f in ?? ()
[08:09:32.783] #6  0x000055921af5dc3b in ?? ()
[08:09:32.783] #7  0x000055921af5b66f in ?? ()
[08:09:32.783] #8  0x00007f543782124a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[08:09:32.783] #9  0x00007f5437821305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[08:09:32.900] #0  0x00007f5437889d24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[08:09:32.900] #1  0x00007f5437836239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[08:09:32.900] #2  0x00007f5437836497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[08:09:32.900] #3  0x000055921af645c1 in ?? ()
[08:09:32.900] #4  0x000055921af5e369 in ?? ()
[08:09:32.900] #5  0x000055921af5d20f in ?? ()
[08:09:32.900] #6  0x000055921af5dc3b in ?? ()
[08:09:32.900] #7  0x000055921af5b66f in ?? ()
[08:09:32.900] #8  0x00007f543782124a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[08:09:32.900] #9  0x00007f5437821305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[08:09:32.783] #0  <unavailable> in ?? ()
test
[08:08:25.205] 296/311 postgresql:test_slru / test_slru/001_multixact                                  ERROR            ...
51/5262 ensure we have a snapshot when dropping an index concurrently
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/basic.out /tmp/cirrus-ci-build/build/testrun/in...
--- /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/basic.out	2024-10-24 07:25:54.864661000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/injection_points-running/isolation/results/basic.out	2024-10-24 07:31:23.87393700...
@@ -13,16 +13,16 @@
                        
 (1 row)
 
-step wait1: <... completed>
-injection_points_run
---------------------
-                    
-(1 row)
-
 step detach2: SELECT injection_points_detach('injection-points-wait');
 injection_points_detach
 -----------------------
                        
+(1 row)
+
+step wait1: <... completed>
...
test
[07:31:58.615] 60/75 postgresql:injection_points-running / injection_points-running/isolation     ERROR             2.79...
50/5068 Allow logical decoding to output generated columns
Linux - Debian Bookworm - Meson
core
[07:16:25.674] #0  0x00007fc0a26a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:16:25.674] #1  0x00007fc0a265afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:16:25.674] #2  0x00007fc0a2645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:16:25.674] #3  0x00007fc0a281e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[07:16:25.674] #4  0x00007fc0a282aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[07:16:25.674] #5  0x00007fc0a280dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x7fc09f777c7...
[07:16:25.674] #6  0x00007fc09f76cac7 in send_relation_and_attrs (relation=relation@entry=0x7fc09f7c46c8, xid=xid@entry=...
[07:16:25.674] #7  0x00007fc09f76cce9 in maybe_send_schema (ctx=ctx@entry=0x55927a755ba0, change=change@entry=0x55927a78...
[07:16:25.674] #8  0x00007fc09f76ef1e in pgoutput_change (ctx=0x55927a755ba0, txn=0x55927a786b20, relation=0x7fc09f7c46c...
[07:16:25.674] #9  0x000055926185edb0 in change_cb_wrapper (cache=<optimized out>, txn=<optimized out>, relation=<optimi...
tap
[07:15:16.437](202.654s) # poll_query_until timed out executing this query:
test
[07:15:16.626] 311/311 postgresql:subscription / subscription/011_generated                            ERROR           2...
51/4390 add not_before and not_after timestamps to sslinfo extension and pg_stat_ssl
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[05:46:01.184] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notBefore referenced i...
compiler
[05:46:01.232] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notAfter referenced in...
compiler
[05:45:45.242] ../src/backend/libpq/be-secure-openssl.c(1545): warning C4024: 'ASN1_TIME_to_timestamptz': different type...
compiler
[05:45:45.132] ../src/backend/libpq/be-secure-openssl.c(1536): warning C4024: 'ASN1_TIME_to_timestamptz': different type...
compiler
[05:45:45.132] ../src/backend/libpq/be-secure-openssl.c(1545): warning C4047: 'function': 'ASN1_TIME *' differs in level...
compiler
[05:45:45.132] ../src/backend/libpq/be-secure-openssl.c(1536): warning C4047: 'function': 'ASN1_TIME *' differs in level...
51/3461 In-place persistence change of a relation (fast ALTER TABLE ... SET LOGGED with wal_level=minimal)
CompilerWarnings
compiler
[05:15:00.108] simpleundolog.c:69:14: error: no previous extern declaration for non-static variable 'UndoRoutines' [-Wer...
compiler
[05:13:34.081] simpleundolog.c:69:14: error: no previous extern declaration for non-static variable 'UndoRoutines' [-Wer...
Linux - Debian Bookworm - Autoconf
tap
[05:17:22.826](0.248s) Bail out!  pg_ctl start failed
Linux - Debian Bookworm - Meson
core
[05:17:30.856] #0  0x00007f58554a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:17:30.856] #1  0x00007f585545afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:17:30.856] #2  0x00007f5855445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:17:30.856] #3  0x00007f585561e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:17:30.856] #4  0x00007f585562aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:17:30.856] #5  0x00007f585560d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x5629b198fa40,...
[05:17:30.856] #6  0x00005629b0a809a7 in ParseCommitRecord (info=<optimized out>, xlrec=<optimized out>, parsed=parsed@e...
[05:17:30.856] #7  0x00005629b0ad4e13 in xact_redo (record=0x5629c790c500) at ../src/backend/access/transam/xact.c:6430
[05:17:30.856] #8  0x00005629b0af83da in ApplyWalRecord (xlogreader=0x5629c790c500, record=record@entry=0x7f5850fb5998, ...
[05:17:30.856] #9  0x00005629b0afe022 in PerformWalRecovery () at ../src/backend/access/transam/xlogrecovery.c:1823
tap
[05:16:21.811](226.794s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /tmp/cirrus-ci-build/src/test/recovery/t/027_stream_regress.pl line 103.
test
[05:16:22.012] 311/311 postgresql:recovery / recovery/027_stream_regress                               ERROR           2...
51/5070 Incorrect error message for cancellation triggered by statement_timeout & flaky test
CompilerWarnings
compiler
[04:21:38.849] backend_startup.c:270:63: error: variable 'status' is uninitialized when used here [-Werror,-Wuninitializ...
compiler
[04:21:38.849] backend_startup.c:270:63: error: data argument not used by format string [-Werror,-Wformat-extra-args]
compiler
[04:21:30.470] backend_startup.c:270:63: error: variable 'status' is uninitialized when used here [-Werror,-Wuninitializ...
compiler
[04:21:30.470] backend_startup.c:270:63: error: data argument not used by format string [-Werror,-Wformat-extra-args]
compiler
[04:20:58.942] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit...
compiler
[04:20:58.942] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args]
compiler
[04:20:51.068] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit...
compiler
[04:20:51.068] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args]
compiler
[04:22:02.414] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args]
compiler
[04:22:02.414] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit...
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[04:21:42.022] c:\cirrus\src\backend\tcop\backend_startup.c(270) : warning C4700: uninitialized local variable 'status' ...
51/4720 "unexpected duplicate for tablespace" problem in logical replication
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_chec...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-10-24 04:03:28.710202025 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/alter_table.out	2024-10-24 04:08:02.436876784 +0000
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 38052 |            |             0 |       38052 | pktable_pkey
+ 38049 |            |             0 |       38049 | pktable
+ 38054 |            |             0 |       38054 | fktable
+ 38483 |            |             0 |       38488 | foo
+ 38492 |            |             0 |       38492 | pg_toast_38483_index
+ 38491 |            |             0 |       38491 | pg_toast_38483
+ 38700 |            |             0 |       38700 | old_oids
+ 38717 |            |             0 |       38717 | pg_toast_38714
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/src/test/regress/results/al...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-10-24 04:03:28.710202025 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/alter_table.out	2024-10-24 04:06:51.237396421 +0000
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 38007 |            |             0 |       38007 | pktable_pkey
+ 38004 |            |             0 |       38004 | pktable
+ 38010 |            |             0 |       38010 | fktable
+ 38496 |            |             0 |       38501 | foo
+ 38505 |            |             0 |       38505 | pg_toast_38496_index
+ 38504 |            |             0 |       38504 | pg_toast_38496
+ 38711 |            |             0 |       38711 | old_oids
+ 38731 |            |             0 |       38731 | pg_toast_38728
...
tap
[04:08:11.462](124.316s) not ok 5 - regression tests pass
Linux - Debian Bookworm - Meson
core
[04:05:02.854] #0  0x00007fbbdfee8d24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[04:05:02.854] #1  0x00007fbbdfe95239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[04:05:02.854] #2  0x00007fbbdfe95497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[04:05:02.854] #3  0x000055684b5165f3 in ?? ()
[04:05:02.854] #4  0x000055684b510369 in ?? ()
[04:05:02.854] #5  0x000055684b50f20f in ?? ()
[04:05:02.854] #6  0x000055684b50fc3b in ?? ()
[04:05:02.854] #7  0x000055684b50d66f in ?? ()
[04:05:02.854] #8  0x00007fbbdfe8024a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:05:02.854] #9  0x00007fbbdfe80305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[04:05:02.701] #0  0x00007fbbdfee8d24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[04:05:02.701] #1  0x00007fbbdfe95239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[04:05:02.701] #2  0x00007fbbdfe95497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[04:05:02.701] #3  0x000055684b5165c1 in ?? ()
[04:05:02.701] #4  0x000055684b510369 in ?? ()
[04:05:02.701] #5  0x000055684b50f20f in ?? ()
[04:05:02.701] #6  0x000055684b50fc3b in ?? ()
[04:05:02.701] #7  0x000055684b50d66f in ?? ()
[04:05:02.701] #8  0x00007fbbdfe8024a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:05:02.701] #9  0x00007fbbdfe80305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[04:05:02.854] #0  <unavailable> in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/00...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-10-24 03:58:17.794313843 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_table.out	2024-10-24 04:01:25.529931...
@@ -3491,9 +3491,29 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37991 |            |             0 |       37991 | users_id_seq
+ 37998 |            |             0 |       37998 | pg_toast_37992
+ 37999 |            |             0 |       37999 | pg_toast_37992_index
+ 37992 |            |             0 |       37992 | users
+ 38193 |            |             0 |       38193 | foo
+ 38463 |            |             0 |       38463 | forc_test
+ 38886 |            |             0 |       38886 | pg_toast_38883
+ 38887 |            |             0 |       38887 | pg_toast_38883_index
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/recovery/027_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-10-24 03:58:17.794313843 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/alter_table.out	2024-10-24 04:02:06.5740...
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37813 |            |             0 |       37813 | pktable_pkey
+ 37810 |            |             0 |       37810 | pktable
+ 37815 |            |             0 |       37815 | fktable
+ 38273 |            |             0 |       38281 | foo
+ 38285 |            |             0 |       38285 | pg_toast_38273_index
+ 38284 |            |             0 |       38284 | pg_toast_38273
+ 38499 |            |             0 |       38499 | old_oids
+ 38517 |            |             0 |       38517 | pg_toast_38514
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/regress/regre...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-10-24 03:58:17.794313843 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/alter_table.out	2024-10-24 04:01:21.429910540 +0000
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37884 |            |             0 |       37884 | pktable_pkey
+ 37881 |            |             0 |       37881 | pktable
+ 37888 |            |             0 |       37888 | fktable
+ 38342 |            |             0 |       38347 | foo
+ 38354 |            |             0 |       38354 | pg_toast_38342_index
+ 38350 |            |             0 |       38350 | pg_toast_38342
+ 38569 |            |             0 |       38569 | old_oids
+ 38588 |            |             0 |       38588 | pg_toast_38585
...
tap
[04:01:33.495](72.498s) not ok 5 - regression tests pass
tap
[04:02:13.129](77.240s) not ok 2 - regression tests pass
test
[04:03:54.301]  44/311 postgresql:regress / regress/regress                                            ERROR            ...
[04:03:54.301] 130/311 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[04:03:54.301] 156/311 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/alter_table.out C:/cirrus/build/testrun/pg_upgrade/002_...
--- C:/cirrus/src/test/regress/expected/alter_table.out	2024-10-24 03:58:28.328689400 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_table.out	2024-10-24 04:02:11.004703900 +0000
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37505 |            |             0 |       37505 | pktable_pkey
+ 37500 |            |             0 |       37500 | pktable
+ 37507 |            |             0 |       37507 | fktable
+ 38014 |            |             0 |       38024 | foo
+ 38028 |            |             0 |       38028 | pg_toast_38014_index
+ 38027 |            |             0 |       38027 | pg_toast_38014
+ 38287 |            |             0 |       38287 | old_oids
+ 38304 |            |             0 |       38304 | pg_toast_38301
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/alter_table.out C:/cirrus/build/testrun/recovery/027_st...
--- C:/cirrus/src/test/regress/expected/alter_table.out	2024-10-24 03:58:28.328689400 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/alter_table.out	2024-10-24 04:04:38.994450300 +0000
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 36666 |            |             0 |       36666 | pktable_pkey
+ 36663 |            |             0 |       36663 | pktable
+ 36668 |            |             0 |       36668 | fktable
+ 38042 |            |             0 |       38042 | pg_toast_38032_index
+ 38041 |            |             0 |       38041 | pg_toast_38032
+ 38032 |            |             0 |       38038 | foo
+ 38255 |            |             0 |       38255 | old_oids
+ 38290 |            |             0 |       38290 | pg_toast_38287
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/alter_table.out C:/cirrus/build/testrun/regress/regress...
--- C:/cirrus/src/test/regress/expected/alter_table.out	2024-10-24 03:58:28.328689400 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/alter_table.out	2024-10-24 04:02:06.512033000 +0000
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 36079 |            |             0 |       36079 | pktable_pkey
+ 36074 |            |             0 |       36074 | pktable
+ 36085 |            |             0 |       36085 | fktable
+ 37080 |            |             0 |       37099 | foo
+ 37105 |            |             0 |       37105 | pg_toast_37080_index
+ 37103 |            |             0 |       37103 | pg_toast_37080
+ 38162 |            |             0 |       38162 | old_oids
+ 38201 |            |             0 |       38201 | pg_toast_38196
...
tap
[04:02:27.857](114.231s) not ok 5 - regression tests pass
tap
[04:04:56.958](133.626s) not ok 2 - regression tests pass
test
[04:11:43.372]  21/306 postgresql:regress / regress/regress                                            ERROR           1...
[04:11:43.372]  37/306 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[04:11:43.372]  86/306 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5031 Remove dependence on integer wrapping
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/basic.out /tmp/cirrus-ci-build/build/testrun/in...
--- /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/basic.out	2024-10-24 03:20:58.173771000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/injection_points-running/isolation/results/basic.out	2024-10-24 03:26:23.63039300...
@@ -13,16 +13,16 @@
                        
 (1 row)
 
-step wait1: <... completed>
-injection_points_run
---------------------
-                    
-(1 row)
-
 step detach2: SELECT injection_points_detach('injection-points-wait');
 injection_points_detach
 -----------------------
                        
+(1 row)
+
+step wait1: <... completed>
...
test
[03:26:59.053] 59/75 postgresql:injection_points-running / injection_points-running/isolation     ERROR             2.90...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/date.out C:/cirrus/build/testrun/pg_upgrade/002_pg_upgr...
--- C:/cirrus/src/test/regress/expected/date.out	2024-10-24 03:21:09.466022600 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/date.out	2024-10-24 03:23:25.234416300 +0000
@@ -1533,4 +1533,4 @@
 select make_time(24, 0, 2.1);
 ERROR:  time field value out of range: 24:00:2.1
 SELECT make_date(-2147483648, 1, 1);
-ERROR:  date field value out of range: -2147483648-01-01
+ERROR:  date field value out of range: 24301-01-01
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/date.out C:/cirrus/build/testrun/recovery/027_stream_re...
--- C:/cirrus/src/test/regress/expected/date.out	2024-10-24 03:21:09.466022600 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/date.out	2024-10-24 03:25:49.331085400 +0000
@@ -1533,4 +1533,4 @@
 select make_time(24, 0, 2.1);
 ERROR:  time field value out of range: 24:00:2.1
 SELECT make_date(-2147483648, 1, 1);
-ERROR:  date field value out of range: -2147483648-01-01
+ERROR:  date field value out of range: 24301-01-01
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/date.out C:/cirrus/build/testrun/regress/regress/result...
--- C:/cirrus/src/test/regress/expected/date.out	2024-10-24 03:21:09.466022600 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/date.out	2024-10-24 03:23:18.603592300 +0000
@@ -1533,4 +1533,4 @@
 select make_time(24, 0, 2.1);
 ERROR:  time field value out of range: 24:00:2.1
 SELECT make_date(-2147483648, 1, 1);
-ERROR:  date field value out of range: -2147483648-01-01
+ERROR:  date field value out of range: 24301-01-01
tap
[03:25:32.842](134.097s) not ok 5 - regression tests pass
tap
[03:28:08.977](152.054s) not ok 2 - regression tests pass
test
[03:34:57.022]   6/306 postgresql:regress / regress/regress                                            ERROR           1...
[03:34:57.022]  43/306 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           2...
[03:34:57.022]  96/306 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5252 Trim the heap free memory
CompilerWarnings
compiler
[23:36:16.012] postgres.c:2829:25: error: implicit declaration of function ‘malloc_trim’ [-Werror=implicit-function-decl...
compiler
[23:36:16.012] postgres.c:2826:47: error: implicit declaration of function ‘sbrk’ [-Werror=implicit-function-declaration...
compiler
[23:36:16.012] postgres.c:2826:47: error: initialization of ‘char *’ from ‘int’ makes pointer from integer without a cas...
compiler
[23:36:16.012] postgres.c:2830:33: error: assignment to ‘char *’ from ‘int’ makes pointer from integer without a cast [-...
Linux - Debian Bookworm - Autoconf
tap
[23:35:48.790](0.001s) not ok 28 - options --locale-provider=icu --locale=und --lc-*=C: no stderr
Linux - Debian Bookworm - Meson
tap
[23:37:27.427](0.001s) not ok 28 - options --locale-provider=icu --locale=und --lc-*=C: no stderr
test
[23:38:55.907] 170/311 postgresql:initdb / initdb/001_initdb                                           ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[23:35:25.476] ../src/backend/tcop/postgres.c(2826): warning C4047: 'initializing': 'char *' differs in levels of indire...
compiler
[23:35:35.478] tcop_postgres.c.obj : error LNK2019: unresolved external symbol malloc_trim referenced in function finish...
compiler
[23:35:35.478] tcop_postgres.c.obj : error LNK2019: unresolved external symbol sbrk referenced in function finish_xact_c...
compiler
[23:35:25.396] ../src/backend/tcop/postgres.c(2830): warning C4047: '=': 'char *' differs in levels of indirection from ...
50/5238 Add parallel columns for seq scan and index scan on pg_stat_all_tables and _indexes
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/basic.out /tmp/cirrus-ci-build/build/testrun/in...
--- /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/basic.out	2024-10-23 23:01:47.054995000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/injection_points/isolation/results/basic.out	2024-10-23 23:05:08.550333000 +0000
@@ -13,16 +13,16 @@
                        
 (1 row)
 
-step wait1: <... completed>
-injection_points_run
---------------------
-                    
-(1 row)
-
 step detach2: SELECT injection_points_detach('injection-points-wait');
 injection_points_detach
 -----------------------
                        
+(1 row)
+
+step wait1: <... completed>
...
test
[23:07:12.167] 115/311 postgresql:injection_points / injection_points/isolation                        ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/stats.out C:/cirrus/build/testrun/regress/regress/resul...
--- C:/cirrus/src/test/regress/expected/stats.out	2024-10-23 23:01:54.412723400 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/stats.out	2024-10-23 23:05:57.692184300 +0000
@@ -846,7 +846,7 @@
 FROM pg_stat_all_tables WHERE relid = 'test_parallel_scan'::regclass;
  parallel_seq_scan | parallel_idx_scan 
 -------------------+-------------------
-                 3 |                 2
+                 2 |                 2
 (1 row)
 
 SELECT last_parallel_seq_scan AS test_last_seq, last_parallel_idx_scan AS test_last_idx
@@ -895,7 +895,7 @@
 FROM pg_stat_all_tables WHERE relid = 'test_parallel_scan'::regclass;
  parallel_seq_scan | seq_ok | parallel_idx_scan | idx_ok 
 -------------------+--------+-------------------+--------
-                 6 | t      |                 2 | t
+                 5 | t      |                 2 | t
 (1 row)
 
...
test
[23:15:53.549]  22/306 postgresql:regress / regress/regress                                            ERROR           1...
51/5061 New function rand_array() to contrib/tablefunc
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/tablefunc/expected/tablefunc.out /tmp/cirrus-ci-build/build/testrun/tablefunc/regr...
--- /tmp/cirrus-ci-build/contrib/tablefunc/expected/tablefunc.out	2024-10-23 22:55:31.751580000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/tablefunc/regress/results/tablefunc.out	2024-10-23 22:58:11.131642000 +0000
@@ -1,17 +1,20 @@
 CREATE EXTENSION tablefunc;
+ERROR:  extension "tablefunc" has no installation script nor update path for version "1.1"
 --
 -- normal_rand()
 -- no easy way to do this for regression testing
 --
 SELECT avg(normal_rand)::int, count(*) FROM normal_rand(100, 250, 0.2);
- avg | count 
------+-------
- 250 |   100
-(1 row)
-
+ERROR:  function normal_rand(integer, integer, numeric) does not exist
+LINE 1: SELECT avg(normal_rand)::int, count(*) FROM normal_rand(100,...
+                                                    ^
+HINT:  No function matches the given name and argument types. You might need to add explicit type casts.
...
test
[23:00:22.931]  93/311 postgresql:tablefunc / tablefunc/regress                                        ERROR            ...
Linux - Debian Bookworm - Meson
core
[23:03:23.880] #0  0x00007ffb60caed24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[23:03:23.880] #1  0x00007ffb60c5b239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[23:03:23.880] #2  0x00007ffb60d16184 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[23:03:23.880] #3  0x00007ffb60d287dc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[23:03:23.880] #0  <unavailable> in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/contrib/tablefunc/expected/tablefunc.out /tmp/cirrus-ci-build/build/testrun/tablefunc/regr...
--- /tmp/cirrus-ci-build/contrib/tablefunc/expected/tablefunc.out	2024-10-23 22:55:31.771866629 +0000
+++ /tmp/cirrus-ci-build/build/testrun/tablefunc/regress/results/tablefunc.out	2024-10-23 23:00:16.837360137 +0000
@@ -1,17 +1,20 @@
 CREATE EXTENSION tablefunc;
+ERROR:  extension "tablefunc" has no installation script nor update path for version "1.1"
 --
 -- normal_rand()
 -- no easy way to do this for regression testing
 --
 SELECT avg(normal_rand)::int, count(*) FROM normal_rand(100, 250, 0.2);
- avg | count 
------+-------
- 250 |   100
-(1 row)
-
+ERROR:  function normal_rand(integer, integer, numeric) does not exist
+LINE 1: SELECT avg(normal_rand)::int, count(*) FROM normal_rand(100,...
+                                                    ^
+HINT:  No function matches the given name and argument types. You might need to add explicit type casts.
...
test
[23:02:19.462]  90/311 postgresql:tablefunc / tablefunc/regress                                        ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/contrib/tablefunc/expected/tablefunc.out /Users/admin/pgsql/build/testrun/tablefunc/regress/...
--- /Users/admin/pgsql/contrib/tablefunc/expected/tablefunc.out	2024-10-23 22:55:28
+++ /Users/admin/pgsql/build/testrun/tablefunc/regress/results/tablefunc.out	2024-10-23 22:59:14
@@ -1,17 +1,20 @@
 CREATE EXTENSION tablefunc;
+ERROR:  extension "tablefunc" has no installation script nor update path for version "1.1"
 --
 -- normal_rand()
 -- no easy way to do this for regression testing
 --
 SELECT avg(normal_rand)::int, count(*) FROM normal_rand(100, 250, 0.2);
- avg | count 
------+-------
- 250 |   100
-(1 row)
-
+ERROR:  function normal_rand(integer, integer, numeric) does not exist
+LINE 1: SELECT avg(normal_rand)::int, count(*) FROM normal_rand(100,...
+                                                    ^
+HINT:  No function matches the given name and argument types. You might need to add explicit type casts.
...
test
[23:02:03.346]  93/311 postgresql:tablefunc / tablefunc/regress                                        ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/contrib/tablefunc/expected/tablefunc.out C:/cirrus/build/testrun/tablefunc/regres...
--- C:/cirrus/contrib/tablefunc/expected/tablefunc.out	2024-10-23 22:55:43.056722100 +0000
+++ C:/cirrus/build/testrun/tablefunc/regress/results/tablefunc.out	2024-10-23 23:02:03.598426000 +0000
@@ -1,17 +1,20 @@
 CREATE EXTENSION tablefunc;
+ERROR:  extension "tablefunc" has no installation script nor update path for version "1.1"
 --
 -- normal_rand()
 -- no easy way to do this for regression testing
 --
 SELECT avg(normal_rand)::int, count(*) FROM normal_rand(100, 250, 0.2);
- avg | count 
------+-------
- 250 |   100
-(1 row)
-
+ERROR:  function normal_rand(integer, integer, numeric) does not exist
+LINE 1: SELECT avg(normal_rand)::int, count(*) FROM normal_rand(100,...
+                                                    ^
+HINT:  No function matches the given name and argument types. You might need to add explicit type casts.
...
test
[23:09:58.455]  91/306 postgresql:tablefunc / tablefunc/regress                                        ERROR            ...
51/5242 Fix RelationTruncate() corruption
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[22:42:14.020] ../src/backend/storage/smgr/smgr.c(732): warning C4098: 'smgrtruncate': 'void' function returning a value
51/5268 Fix incorrect Assert in gistFindCorrectParent()
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/basic.out /tmp/cirrus-ci-build/build/testrun/in...
--- /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/basic.out	2024-10-23 20:38:40.811349000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/injection_points/isolation/results/basic.out	2024-10-23 20:41:14.859691000 +0000
@@ -13,16 +13,16 @@
                        
 (1 row)
 
-step wait1: <... completed>
-injection_points_run
---------------------
-                    
-(1 row)
-
 step detach2: SELECT injection_points_detach('injection-points-wait');
 injection_points_detach
 -----------------------
                        
+(1 row)
+
+step wait1: <... completed>
...
test
[20:43:04.912] 114/311 postgresql:injection_points / injection_points/isolation                        ERROR            ...
51/4912 CSN snapshots in hot standby
Windows - Server 2019, VS 2019 - Meson & ninja
test
[19:37:45.856] 307/307 postgresql:test_misc / test_misc/000_csn_perf                                   ERROR           3...
50/5045 Fix race conditions with concurrent drops of shared pgstats entries
macOS - Sonoma - Meson
core
[18:29:12.415]   * frame #0: 0x00000001049a8b70 dyld`_dyld_start
tap
[18:21:39.430](0.040s) not ok 12 - tablespace conflict: stats show conflict on standby
test
[18:25:29.727]  35/311 postgresql:recovery / recovery/031_recovery_conflict                            ERROR            ...
51/4997 Return pg_control from pg_backup_stop().
Linux - Debian Bookworm - Meson
core
[18:07:14.414] #0  0x00007f66cd8a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[18:07:14.414] #1  0x00007f66cd85afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[18:07:14.414] #2  0x00007f66cd845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[18:07:14.414] #3  0x00007f66cda1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[18:07:14.414] #4  0x00007f66cda2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[18:07:14.414] #5  0x00007f66cda0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55ae4238fc00,...
[18:07:14.414] #6  0x000055ae414bcb77 in backup_control_file (controlFile=controlFile@entry=0x55ae52a1026c "\250|\263\21...
[18:07:14.414] #7  0x000055ae414c18b3 in pg_backup_stop (fcinfo=<optimized out>) at ../src/backend/access/transam/xlogfu...
[18:07:14.414] #8  0x000055ae416bebb2 in ExecMakeTableFunctionResult (setexpr=0x55ae52a1f358, econtext=0x55ae52a1f228, a...
[18:07:14.414] #9  0x000055ae416ecbc4 in FunctionNext (node=0x55ae52a1f018) at ../src/backend/executor/nodeFunctionscan....
core
[18:07:13.708] #0  0x00007f31f54a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[18:07:13.708] #1  0x00007f31f545afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[18:07:13.708] #2  0x00007f31f5445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[18:07:13.708] #3  0x00007f31f561e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[18:07:13.708] #4  0x00007f31f562aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[18:07:13.708] #5  0x00007f31f560d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x56050aabfc00,...
[18:07:13.708] #6  0x0000560509becb77 in backup_control_file (controlFile=controlFile@entry=0x56051c5ec18c "\250|\263\21...
[18:07:13.708] #7  0x0000560509bf18b3 in pg_backup_stop (fcinfo=<optimized out>) at ../src/backend/access/transam/xlogfu...
[18:07:13.708] #8  0x0000560509dc771e in ExecInterpExpr (state=0x56051c5e38a0, econtext=0x56051c5e3648, isnull=0x7ffe981...
[18:07:13.708] #9  0x0000560509dbbfec in ExecInterpExprStillValid (state=0x56051c5e38a0, econtext=0x56051c5e3648, isNull...
tap
[18:03:15.930](1.377s) not ok 18 - psql fails correctly
[18:03:15.931](0.000s) not ok 19 - pg_backup_start fails gracefully
test
[18:06:02.030]  25/311 postgresql:recovery / recovery/020_archive_status                               ERROR            ...
[18:06:02.030]  43/311 postgresql:recovery / recovery/042_low_level_backup                             ERROR            ...
51/4966 Parallel CREATE INDEX for GIN indexes
CompilerWarnings
compiler
[18:04:05.552] gininsert.c:2421:35: error: format ‘%ld’ expects argument of type ‘long int’, but argument 2 has type ‘in...
compiler
[18:04:05.552] gininsert.c:2402:37: error: format ‘%ld’ expects argument of type ‘long int’, but argument 3 has type ‘lo...
51/5282 Enhance file_fdw to report processed and skipped tuples in COPY progress
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/basic.out /tmp/cirrus-ci-build/build/testrun/in...
--- /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/basic.out	2024-10-23 17:37:22.651896000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/injection_points/isolation/results/basic.out	2024-10-23 17:40:19.531100000 +0000
@@ -13,16 +13,16 @@
                        
 (1 row)
 
-step wait1: <... completed>
-injection_points_run
---------------------
-                    
-(1 row)
-
 step detach2: SELECT injection_points_detach('injection-points-wait');
 injection_points_detach
 -----------------------
                        
+(1 row)
+
+step wait1: <... completed>
...
test
[17:42:34.436] 116/311 postgresql:injection_points / injection_points/isolation                        ERROR            ...
51/4929 apply_scanjoin_target_to_paths and partitionwise join
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-23 16:53:07.220526000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_join.out	2024-10-23 16:54:34.009...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/recovery/0...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-23 16:53:07.220526000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/partition_join.out	2024-10-23 16:55:20.3...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/regress/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-23 16:53:07.220526000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/partition_join.out	2024-10-23 16:54:33.702608000 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[16:54:36.570](51.699s) not ok 5 - regression tests pass
tap
[16:55:23.869](63.993s) not ok 2 - regression tests pass
test
[16:57:09.077]  38/311 postgresql:regress / regress/regress                                            ERROR            ...
[16:57:09.077]  58/311 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[16:57:09.077] 152/311 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_c...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-23 16:52:59.714936079 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/partition_join.out	2024-10-23 16:57:49.349955260 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/src/test/regress/results...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-23 16:52:59.714936079 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/partition_join.out	2024-10-23 16:56:09.974428269 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[16:57:52.085](102.280s) not ok 5 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-23 16:52:57.651967392 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_join.out	2024-10-23 16:56:01.743...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/recovery/0...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-23 16:52:57.651967392 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/partition_join.out	2024-10-23 16:56:47.7...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/regress/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-23 16:52:57.651967392 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/partition_join.out	2024-10-23 16:55:53.715712159 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[16:56:05.192](103.191s) not ok 5 - regression tests pass
tap
[16:56:51.824](107.532s) not ok 2 - regression tests pass
test
[16:58:39.908]  46/311 postgresql:regress / regress/regress                                            ERROR           1...
[16:58:39.908] 144/311 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[16:58:39.908] 172/311 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/partition_join.out /Users/admin/pgsql/build/testrun/pg_upgrade/002...
--- /Users/admin/pgsql/src/test/regress/expected/partition_join.out	2024-10-23 16:52:14
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_join.out	2024-10-23 16:54:18
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/partition_join.out /Users/admin/pgsql/build/testrun/recovery/027_s...
--- /Users/admin/pgsql/src/test/regress/expected/partition_join.out	2024-10-23 16:52:14
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/partition_join.out	2024-10-23 16:55:31
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/partition_join.out /Users/admin/pgsql/build/testrun/regress/regres...
--- /Users/admin/pgsql/src/test/regress/expected/partition_join.out	2024-10-23 16:52:14
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/partition_join.out	2024-10-23 16:54:17
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[16:54:21.466](51.557s) not ok 5 - regression tests pass
tap
[16:55:34.603](70.961s) not ok 2 - regression tests pass
test
[16:58:25.229]  25/311 postgresql:regress / regress/regress                                            ERROR            ...
[16:58:25.229]  46/311 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[16:58:25.229] 141/311 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/partition_join.out C:/cirrus/build/testrun/pg_upgrade/0...
--- C:/cirrus/src/test/regress/expected/partition_join.out	2024-10-23 16:53:11.461868400 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_join.out	2024-10-23 16:56:52.712482100 +000...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/partition_join.out C:/cirrus/build/testrun/recovery/027...
--- C:/cirrus/src/test/regress/expected/partition_join.out	2024-10-23 16:53:11.461868400 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/partition_join.out	2024-10-23 16:58:58.167565000 +0...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/partition_join.out C:/cirrus/build/testrun/regress/regr...
--- C:/cirrus/src/test/regress/expected/partition_join.out	2024-10-23 16:53:11.461868400 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/partition_join.out	2024-10-23 16:56:46.095775900 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[16:57:00.964](110.922s) not ok 5 - regression tests pass
tap
[16:59:07.172](115.001s) not ok 2 - regression tests pass
test
[17:05:29.472]  21/306 postgresql:regress / regress/regress                                            ERROR           1...
[17:05:29.472]  38/306 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[17:05:29.472]  84/306 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/4412 Client authentication via OAuth 2.0
FreeBSD - 13 - Meson
test
[16:22:30.326] 315/317 postgresql:python / python/server                                               FAIL             ...
Linux - Debian Bookworm - Meson
test
[16:23:56.744] 314/317 postgresql:python / python/server                                               FAIL             ...
macOS - Sonoma - Meson
test
[16:23:03.750] 314/317 postgresql:python / python/server                                               FAIL             ...
Windows - Server 2019, VS 2019 - Meson & ninja
test
[16:29:18.737] 309/312 postgresql:python / python/server                                               FAIL             ...
50/3874 pg_rewind WAL deletion pitfall
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/basic.out /tmp/cirrus-ci-build/build/testrun/in...
--- /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/basic.out	2024-10-23 15:59:05.122235000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/injection_points/isolation/results/basic.out	2024-10-23 16:02:08.656985000 +0000
@@ -13,16 +13,16 @@
                        
 (1 row)
 
-step wait1: <... completed>
-injection_points_run
---------------------
-                    
-(1 row)
-
 step detach2: SELECT injection_points_detach('injection-points-wait');
 injection_points_detach
 -----------------------
                        
+(1 row)
+
+step wait1: <... completed>
...
test
[16:04:13.967] 114/312 postgresql:injection_points / injection_points/isolation                        ERROR            ...
51/5284 database-specific role memberships
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/privs_in_db.out /tmp/cirrus-ci-build/build/testrun/regress-runni...
--- /tmp/cirrus-ci-build/src/test/regress/expected/privs_in_db.out	2024-10-23 14:58:24.982771000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress-running/regress/results/privs_in_db.out	2024-10-23 15:04:33.715162000 +00...
@@ -756,9 +756,10 @@
 DROP DATABASE regression_db_0;
 DROP ROLE regress_role_admin;
 SELECT datname FROM pg_database WHERE datname LIKE 'regression_db_%';
- datname 
----------
-(0 rows)
+      datname      
+-------------------
+ regression_dblink
+(1 row)
 
 SELECT rolname FROM pg_roles WHERE rolname LIKE 'regress_role_%';
  rolname 
test
[15:04:56.309] 74/75 postgresql:regress-running / regress-running/regress                         ERROR            27.21...
51/5300 New "single" COPY format
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/basic.out /tmp/cirrus-ci-build/build/testrun/in...
--- /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/basic.out	2024-10-23 13:47:21.898739000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/injection_points/isolation/results/basic.out	2024-10-23 13:49:50.103567000 +0000
@@ -13,16 +13,16 @@
                        
 (1 row)
 
-step wait1: <... completed>
-injection_points_run
---------------------
-                    
-(1 row)
-
 step detach2: SELECT injection_points_detach('injection-points-wait');
 injection_points_detach
 -----------------------
                        
+(1 row)
+
+step wait1: <... completed>
...
test
[13:51:50.228] 115/311 postgresql:injection_points / injection_points/isolation                        ERROR            ...
51/5131 add log_transaction GUC setting
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/basic.out /tmp/cirrus-ci-build/build/testrun/in...
--- /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/basic.out	2024-10-23 13:13:46.314702000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/injection_points/isolation/results/basic.out	2024-10-23 13:16:46.597463000 +0000
@@ -13,16 +13,16 @@
                        
 (1 row)
 
-step wait1: <... completed>
-injection_points_run
---------------------
-                    
-(1 row)
-
 step detach2: SELECT injection_points_detach('injection-points-wait');
 injection_points_detach
 -----------------------
                        
+(1 row)
+
+step wait1: <... completed>
...
tap
[13:18:32.843](1.829s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[13:18:42.141] 115/311 postgresql:injection_points / injection_points/isolation                        ERROR            ...
[13:18:42.141] 292/311 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
Linux - Debian Bookworm - Autoconf
tap
[13:18:30.978](0.722s) not ok 1 - no parameters missing from postgresql.conf.sample
Linux - Debian Bookworm - Meson
core
[13:21:41.605] #0  0x00007fbb6101ea50 in ?? ()
[13:21:41.605] #1  0x0000000000000003 in ?? ()
[13:21:41.605] #2  0x00007ffdc351e4b6 in ?? ()
[13:21:41.605] #3  0x00007ffdc351e4b9 in ?? ()
[13:21:41.605] #4  0x00007ffdc351e4bc in ?? ()
[13:21:41.605] #5  0x0000000000000000 in ?? ()
tap
[13:20:28.924](0.389s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[13:20:38.477] 290/311 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
macOS - Sonoma - Meson
tap
[13:20:05.947](1.365s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[13:20:19.976] 292/311 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[13:26:49.417](2.449s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[13:29:24.807] 285/306 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
51/4881 Eager aggregation, take 3
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/basic.out /tmp/cirrus-ci-build/build/testrun/in...
--- /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/basic.out	2024-10-23 12:56:16.951143000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/injection_points/isolation/results/basic.out	2024-10-23 12:59:41.138085000 +0000
@@ -13,16 +13,16 @@
                        
 (1 row)
 
-step wait1: <... completed>
-injection_points_run
---------------------
-                    
-(1 row)
-
 step detach2: SELECT injection_points_detach('injection-points-wait');
 injection_points_detach
 -----------------------
                        
+(1 row)
+
+step wait1: <... completed>
...
test
[13:01:36.592] 113/311 postgresql:injection_points / injection_points/isolation                        ERROR            ...
50/5322 Avoid possible overflow (src/port/bsearch_arg.c)
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/basic.out /tmp/cirrus-ci-build/build/testrun/in...
--- /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/basic.out	2024-10-23 11:45:08.922780000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/injection_points/isolation/results/basic.out	2024-10-23 11:47:48.013924000 +0000
@@ -13,16 +13,16 @@
                        
 (1 row)
 
-step wait1: <... completed>
-injection_points_run
---------------------
-                    
-(1 row)
-
 step detach2: SELECT injection_points_detach('injection-points-wait');
 injection_points_detach
 -----------------------
                        
+(1 row)
+
+step wait1: <... completed>
...
test
[11:50:06.772] 115/311 postgresql:injection_points / injection_points/isolation                        ERROR            ...
51/5044 new plpgsql.extra_errors check - strict_expr_check
FreeBSD - 13 - Meson
test
[10:53:43.818] 242/311 postgresql:postmaster / postmaster/001_connection_limits                        ERROR            ...
51/5199 Fix standby may crash when switching-over in certain special cases
FreeBSD - 13 - Meson
core
[10:36:09.686] #0  0x000034825e421ff0 in ?? ()
[10:36:09.686] #1  0x0000000000000003 in ?? ()
[10:36:09.686] #2  0x0000332907243d80 in ?? ()
[10:36:09.686] #3  0x0000332907243d83 in ?? ()
[10:36:09.686] #4  0x0000332907243d86 in ?? ()
[10:36:09.686] #5  0x0000000000000000 in ?? ()
test
[10:35:00.605] 242/311 postgresql:postmaster / postmaster/001_connection_limits                        ERROR            ...
51/5229 Add ExprState hashing for GROUP BY and hashed SubPlans
FreeBSD - 13 - Meson
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 9785
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 10574
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 11403
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 11094
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 10734
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 9208
core
[10:13:07.471] #0  0x000000000075dbfa in ExecInterpExpr (state=0x844767f20, econtext=0x84477b2d8, isnull=0x821a6d837) at...
[10:13:07.471] #1  0x0000000000764690 in ExecEvalExpr (state=0x84477ac58, econtext=0x84475f338, isNull=0x821a6d837) at ....
[10:13:07.471] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[10:13:07.471] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x844766100, slot=slot@entry=0x84475f338, isnew=isnew...
[10:13:07.471] #4  0x000000000077e435 in lookup_hash_entries (aggstate=aggstate@entry=0x8374aa558) at ../src/backend/exe...
[10:13:07.471] #5  0x000000000077bcd2 in agg_fill_hash_table (aggstate=0x8374aa558) at ../src/backend/executor/nodeAgg.c...
[10:13:07.471] #6  ExecAgg (pstate=0x8374aa558) at ../src/backend/executor/nodeAgg.c:2172
[10:13:07.471] #7  0x00000000007a0bc7 in ExecProcNode (node=0x8374aa558) at ../src/include/executor/executor.h:278
[10:13:07.471] #8  ExecSort (pstate=0x8374aa348) at ../src/backend/executor/nodeSort.c:149
[10:13:07.471] #9  0x0000000000766adb in ExecProcNode (node=0x8374aa348) at ../src/include/executor/executor.h:278
core
[10:13:16.676] #0  0x000000000075dbfa in ExecInterpExpr (state=0x837586f20, econtext=0x843f8d818, isnull=0x821174007) at...
[10:13:16.676] #1  0x0000000000764690 in ExecEvalExpr (state=0x843f8d198, econtext=0x8376828e0, isNull=0x821174007) at ....
[10:13:16.676] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[10:13:16.676] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x837585100, slot=slot@entry=0x8376828e0, isnew=isnew...
[10:13:16.676] #4  0x000000000077e435 in lookup_hash_entries (aggstate=aggstate@entry=0x837681348) at ../src/backend/exe...
[10:13:16.676] #5  0x000000000077bcd2 in agg_fill_hash_table (aggstate=0x837681348) at ../src/backend/executor/nodeAgg.c...
[10:13:16.676] #6  ExecAgg (pstate=0x837681348) at ../src/backend/executor/nodeAgg.c:2172
[10:13:16.676] #7  0x0000000000766adb in ExecProcNode (node=0x837681348) at ../src/include/executor/executor.h:278
[10:13:16.676] #8  ExecutePlan (estate=0x837681100, planstate=0x837681348, use_parallel_mode=<optimized out>, operation=...
[10:13:16.676] #9  standard_ExecutorRun (queryDesc=0x837677900, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[10:13:17.012] #0  0x000000000075dbfa in ExecInterpExpr (state=0x836f32f20, econtext=0x8370009d8, isnull=0x821053fd7) at...
[10:13:17.012] #1  0x0000000000764690 in ExecEvalExpr (state=0x837000358, econtext=0x836f5b0c0, isNull=0x821053fd7) at ....
[10:13:17.012] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[10:13:17.012] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x836f31100, slot=slot@entry=0x836f5b0c0, isnew=isnew...
[10:13:17.012] #4  0x000000000077e435 in lookup_hash_entries (aggstate=aggstate@entry=0x83449d558) at ../src/backend/exe...
[10:13:17.012] #5  0x000000000077bcd2 in agg_fill_hash_table (aggstate=0x83449d558) at ../src/backend/executor/nodeAgg.c...
[10:13:17.012] #6  ExecAgg (pstate=0x83449d558) at ../src/backend/executor/nodeAgg.c:2172
[10:13:17.012] #7  0x00000000007a0bc7 in ExecProcNode (node=0x83449d558) at ../src/include/executor/executor.h:278
[10:13:17.012] #8  ExecSort (pstate=0x83449d348) at ../src/backend/executor/nodeSort.c:149
[10:13:17.012] #9  0x0000000000766adb in ExecProcNode (node=0x83449d348) at ../src/include/executor/executor.h:278
core
[10:13:17.350] #0  0x000000000075dbfa in ExecInterpExpr (state=0x844e2b400, econtext=0x844e2bf70, isnull=0x8218c34e7) at...
[10:13:17.350] #1  0x0000000000764690 in ExecEvalExpr (state=0x844e2b8f0, econtext=0x844debab0, isNull=0x8218c34e7) at ....
[10:13:17.350] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[10:13:17.350] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x844e2b100, slot=slot@entry=0x844debab0, isnew=isnew...
[10:13:17.350] #4  0x000000000077e435 in lookup_hash_entries (aggstate=aggstate@entry=0x844e31f28) at ../src/backend/exe...
[10:13:17.350] #5  0x000000000077bcd2 in agg_fill_hash_table (aggstate=0x844e31f28) at ../src/backend/executor/nodeAgg.c...
[10:13:17.350] #6  ExecAgg (pstate=0x844e31f28) at ../src/backend/executor/nodeAgg.c:2172
[10:13:17.350] #7  0x000000000077e28d in ExecProcNode (node=0x844e31f28) at ../src/include/executor/executor.h:278
[10:13:17.350] #8  fetch_input_tuple (aggstate=aggstate@entry=0x844e318c0) at ../src/backend/executor/nodeAgg.c:561
[10:13:17.350] #9  0x000000000077bcaa in agg_fill_hash_table (aggstate=0x844e318c0) at ../src/backend/executor/nodeAgg.c...
core
[10:13:17.666] #0  0x000000000075dbfa in ExecInterpExpr (state=0x837e53710, econtext=0x837e55108, isnull=0x8218c3437) at...
[10:13:17.666] #1  0x0000000000764690 in ExecEvalExpr (state=0x837e53c00, econtext=0x837e360c0, isNull=0x8218c3437) at ....
[10:13:17.666] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[10:13:17.666] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x837e52100, slot=slot@entry=0x837e360c0, isnew=isnew...
[10:13:17.666] #4  0x000000000077e435 in lookup_hash_entries (aggstate=aggstate@entry=0x837f0f0d0) at ../src/backend/exe...
[10:13:17.666] #5  0x000000000077bcd2 in agg_fill_hash_table (aggstate=0x837f0f0d0) at ../src/backend/executor/nodeAgg.c...
[10:13:17.666] #6  ExecAgg (pstate=0x837f0f0d0) at ../src/backend/executor/nodeAgg.c:2172
[10:13:17.666] #7  0x00000000007a0bc7 in ExecProcNode (node=0x837f0f0d0) at ../src/include/executor/executor.h:278
[10:13:17.666] #8  ExecSort (pstate=0x837f0eec0) at ../src/backend/executor/nodeSort.c:149
[10:13:17.666] #9  0x0000000000766adb in ExecProcNode (node=0x837f0eec0) at ../src/include/executor/executor.h:278
core
[10:13:17.965] #0  0x000000000075dbfa in ExecInterpExpr (state=0x844a38710, econtext=0x844a3a108, isnull=0x8215775a7) at...
[10:13:17.965] #1  0x0000000000764690 in ExecEvalExpr (state=0x844a38c00, econtext=0x844a3fd58, isNull=0x8215775a7) at ....
[10:13:17.965] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[10:13:17.965] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x844a37100, slot=slot@entry=0x844a3fd58, isnew=isnew...
[10:13:17.965] #4  0x000000000077e435 in lookup_hash_entries (aggstate=aggstate@entry=0x8449e9950) at ../src/backend/exe...
[10:13:17.965] #5  0x000000000077bcd2 in agg_fill_hash_table (aggstate=0x8449e9950) at ../src/backend/executor/nodeAgg.c...
[10:13:17.965] #6  ExecAgg (pstate=0x8449e9950) at ../src/backend/executor/nodeAgg.c:2172
[10:13:17.965] #7  0x00000000007a0bc7 in ExecProcNode (node=0x8449e9950) at ../src/include/executor/executor.h:278
[10:13:17.965] #8  ExecSort (pstate=0x8449e9740) at ../src/backend/executor/nodeSort.c:149
[10:13:17.965] #9  0x0000000000766adb in ExecProcNode (node=0x8449e9740) at ../src/include/executor/executor.h:278
core
[10:13:18.274] #0  0x000000000075dbfa in ExecInterpExpr (state=0x844862710, econtext=0x844864108, isnull=0x821012847) at...
[10:13:18.274] #1  0x0000000000764690 in ExecEvalExpr (state=0x844862c00, econtext=0x844869ed8, isNull=0x821012847) at ....
[10:13:18.274] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[10:13:18.274] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x844861100, slot=slot@entry=0x844869ed8, isnew=isnew...
[10:13:18.274] #4  0x000000000077e435 in lookup_hash_entries (aggstate=aggstate@entry=0x844813b90) at ../src/backend/exe...
[10:13:18.274] #5  0x000000000077bcd2 in agg_fill_hash_table (aggstate=0x844813b90) at ../src/backend/executor/nodeAgg.c...
[10:13:18.274] #6  ExecAgg (pstate=0x844813b90) at ../src/backend/executor/nodeAgg.c:2172
[10:13:18.274] #7  0x00000000007a0bc7 in ExecProcNode (node=0x844813b90) at ../src/include/executor/executor.h:278
[10:13:18.274] #8  ExecSort (pstate=0x844813980) at ../src/backend/executor/nodeSort.c:149
[10:13:18.274] #9  0x0000000000766adb in ExecProcNode (node=0x844813980) at ../src/include/executor/executor.h:278
core
[10:13:18.588] #0  0x000000000075dbfa in ExecInterpExpr (state=0x841eb5710, econtext=0x841eb7108, isnull=0x8210ba067) at...
[10:13:18.588] #1  0x0000000000764690 in ExecEvalExpr (state=0x841eb5c00, econtext=0x841ebcc18, isNull=0x8210ba067) at ....
[10:13:18.588] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[10:13:18.588] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x841eb4100, slot=slot@entry=0x841ebcc18, isnew=isnew...
[10:13:18.588] #4  0x000000000077e435 in lookup_hash_entries (aggstate=aggstate@entry=0x841e66610) at ../src/backend/exe...
[10:13:18.588] #5  0x000000000077bcd2 in agg_fill_hash_table (aggstate=0x841e66610) at ../src/backend/executor/nodeAgg.c...
[10:13:18.588] #6  ExecAgg (pstate=0x841e66610) at ../src/backend/executor/nodeAgg.c:2172
[10:13:18.588] #7  0x00000000007a0bc7 in ExecProcNode (node=0x841e66610) at ../src/include/executor/executor.h:278
[10:13:18.588] #8  ExecSort (pstate=0x841e66400) at ../src/backend/executor/nodeSort.c:149
[10:13:18.588] #9  0x0000000000766adb in ExecProcNode (node=0x841e66400) at ../src/include/executor/executor.h:278
core
[10:13:18.905] #0  0x000000000075dbfa in ExecInterpExpr (state=0x8393aff20, econtext=0x8393b8bd8, isnull=0x821890677) at...
[10:13:18.905] #1  0x0000000000764690 in ExecEvalExpr (state=0x8393b8558, econtext=0x8393b0b98, isNull=0x821890677) at ....
[10:13:18.905] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[10:13:18.905] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x8393ae100, slot=slot@entry=0x8393b0b98, isnew=isnew...
[10:13:18.905] #4  0x000000000077e435 in lookup_hash_entries (aggstate=aggstate@entry=0x8392b5350) at ../src/backend/exe...
[10:13:18.905] #5  0x000000000077bcd2 in agg_fill_hash_table (aggstate=0x8392b5350) at ../src/backend/executor/nodeAgg.c...
[10:13:18.905] #6  ExecAgg (pstate=0x8392b5350) at ../src/backend/executor/nodeAgg.c:2172
[10:13:18.905] #7  0x0000000000766adb in ExecProcNode (node=0x8392b5350) at ../src/include/executor/executor.h:278
[10:13:18.905] #8  ExecutePlan (estate=0x8392b5100, planstate=0x8392b5350, use_parallel_mode=<optimized out>, operation=...
[10:13:18.905] #9  standard_ExecutorRun (queryDesc=0x8393ac9c0, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[10:13:15.723] #0  0x000000000075dbfa in ExecInterpExpr (state=0x8399be500, econtext=0x8399bf160, isnull=0x8210dca67) at...
[10:13:15.723] #1  0x0000000000764690 in ExecEvalExpr (state=0x8399be9f0, econtext=0x8399b97b8, isNull=0x8210dca67) at ....
[10:13:15.723] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[10:13:15.723] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x8399be100, slot=slot@entry=0x8399b97b8, isnew=isnew...
[10:13:15.723] #4  0x000000000077e435 in lookup_hash_entries (aggstate=aggstate@entry=0x83991a380) at ../src/backend/exe...
[10:13:15.723] #5  0x000000000077bcd2 in agg_fill_hash_table (aggstate=0x83991a380) at ../src/backend/executor/nodeAgg.c...
[10:13:15.723] #6  ExecAgg (pstate=0x83991a380) at ../src/backend/executor/nodeAgg.c:2172
[10:13:15.723] #7  0x0000000000766adb in ExecProcNode (node=0x83991a380) at ../src/include/executor/executor.h:278
[10:13:15.723] #8  ExecutePlan (estate=0x83991a100, planstate=0x83991a380, use_parallel_mode=<optimized out>, operation=...
[10:13:15.723] #9  standard_ExecutorRun (queryDesc=0x833b43500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[10:13:19.203] #0  0x000000000075dbfa in ExecInterpExpr (state=0x839a89500, econtext=0x839a8a160, isnull=0x821984dd7) at...
[10:13:19.203] #1  0x0000000000764690 in ExecEvalExpr (state=0x839a899f0, econtext=0x839a845f8, isNull=0x821984dd7) at ....
[10:13:19.203] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[10:13:19.203] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x839a89100, slot=slot@entry=0x839a845f8, isnew=isnew...
[10:13:19.203] #4  0x000000000077e435 in lookup_hash_entries (aggstate=aggstate@entry=0x8399c2380) at ../src/backend/exe...
[10:13:19.203] #5  0x000000000077bcd2 in agg_fill_hash_table (aggstate=0x8399c2380) at ../src/backend/executor/nodeAgg.c...
[10:13:19.203] #6  ExecAgg (pstate=0x8399c2380) at ../src/backend/executor/nodeAgg.c:2172
[10:13:19.203] #7  0x0000000000766adb in ExecProcNode (node=0x8399c2380) at ../src/include/executor/executor.h:278
[10:13:19.203] #8  ExecutePlan (estate=0x8399c2100, planstate=0x8399c2380, use_parallel_mode=<optimized out>, operation=...
[10:13:19.203] #9  standard_ExecutorRun (queryDesc=0x836e3b500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[10:13:19.494] #0  0x000000000075dbfa in ExecInterpExpr (state=0x83fe0d598, econtext=0x83fe0e1f8, isnull=0x821296d27) at...
[10:13:19.494] #1  0x0000000000764690 in ExecEvalExpr (state=0x83fe0da88, econtext=0x83fec2f68, isNull=0x821296d27) at ....
[10:13:19.494] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[10:13:19.494] #3  LookupTupleHashEntry (hashtable=0x83fe0c9d8, slot=slot@entry=0x83fec2f68, isnew=isnew@entry=0x821296d...
[10:13:19.494] #4  0x000000000079eec9 in ExecRecursiveUnion (pstate=0x832fb4550) at ../src/backend/executor/nodeRecursiv...
[10:13:19.494] #5  0x000000000078352c in ExecProcNode (node=0x832fb4550) at ../src/include/executor/executor.h:278
[10:13:19.494] #6  CteScanNext (node=0x83fe0e2d8) at ../src/backend/executor/nodeCtescan.c:103
[10:13:19.494] #7  0x00000000007712c3 in ExecScan (node=0x83fe0e2d8, accessMtd=0x783430 <CteScanNext>, recheckMtd=0x7835...
[10:13:19.494] #8  0x0000000000766adb in ExecProcNode (node=0x83fe0e2d8) at ../src/include/executor/executor.h:278
[10:13:19.494] #9  ExecutePlan (estate=0x832fb4100, planstate=0x83fe0e2d8, use_parallel_mode=<optimized out>, operation=...
core
[10:13:19.787] #0  0x000000000075dbfa in ExecInterpExpr (state=0x8386d3f20, econtext=0x8386dd388, isnull=0x821a3dd97) at...
[10:13:19.787] #1  0x0000000000764690 in ExecEvalExpr (state=0x8386dcc18, econtext=0x8386d5778, isNull=0x821a3dd97) at ....
[10:13:19.787] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[10:13:19.787] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x8386d2100, slot=slot@entry=0x8386d5778, isnew=isnew...
[10:13:19.787] #4  0x000000000077e435 in lookup_hash_entries (aggstate=aggstate@entry=0x83550c350) at ../src/backend/exe...
[10:13:19.787] #5  0x000000000077bcd2 in agg_fill_hash_table (aggstate=0x83550c350) at ../src/backend/executor/nodeAgg.c...
[10:13:19.787] #6  ExecAgg (pstate=0x83550c350) at ../src/backend/executor/nodeAgg.c:2172
[10:13:19.787] #7  0x0000000000766adb in ExecProcNode (node=0x83550c350) at ../src/include/executor/executor.h:278
[10:13:19.787] #8  ExecutePlan (estate=0x83550c100, planstate=0x83550c350, use_parallel_mode=<optimized out>, operation=...
[10:13:19.787] #9  standard_ExecutorRun (queryDesc=0x83533fd00, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[10:13:20.082] #0  0x000000000075dbfa in ExecInterpExpr (state=0x83e12a500, econtext=0x83e12b160, isnull=0x821735f37) at...
[10:13:20.082] #1  0x0000000000764690 in ExecEvalExpr (state=0x83e12a9f0, econtext=0x83e125538, isNull=0x821735f37) at ....
[10:13:20.082] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[10:13:20.082] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83e12a100, slot=slot@entry=0x83e125538, isnew=isnew...
[10:13:20.082] #4  0x000000000077e435 in lookup_hash_entries (aggstate=aggstate@entry=0x83e093380) at ../src/backend/exe...
[10:13:20.082] #5  0x000000000077bcd2 in agg_fill_hash_table (aggstate=0x83e093380) at ../src/backend/executor/nodeAgg.c...
[10:13:20.082] #6  ExecAgg (pstate=0x83e093380) at ../src/backend/executor/nodeAgg.c:2172
[10:13:20.082] #7  0x0000000000766adb in ExecProcNode (node=0x83e093380) at ../src/include/executor/executor.h:278
[10:13:20.082] #8  ExecutePlan (estate=0x83e093100, planstate=0x83e093380, use_parallel_mode=<optimized out>, operation=...
[10:13:20.082] #9  standard_ExecutorRun (queryDesc=0x8381ee500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[10:13:20.388] #0  0x000000000075dbfa in ExecInterpExpr (state=0x839e30500, econtext=0x839e31160, isnull=0x8216eff57) at...
[10:13:20.388] #1  0x0000000000764690 in ExecEvalExpr (state=0x839e309f0, econtext=0x839e2b2f8, isNull=0x8216eff57) at ....
[10:13:20.388] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[10:13:20.388] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x839e30100, slot=slot@entry=0x839e2b2f8, isnew=isnew...
[10:13:20.388] #4  0x000000000077e435 in lookup_hash_entries (aggstate=aggstate@entry=0x839d3c380) at ../src/backend/exe...
[10:13:20.388] #5  0x000000000077bcd2 in agg_fill_hash_table (aggstate=0x839d3c380) at ../src/backend/executor/nodeAgg.c...
[10:13:20.388] #6  ExecAgg (pstate=0x839d3c380) at ../src/backend/executor/nodeAgg.c:2172
[10:13:20.388] #7  0x0000000000766adb in ExecProcNode (node=0x839d3c380) at ../src/include/executor/executor.h:278
[10:13:20.388] #8  ExecutePlan (estate=0x839d3c100, planstate=0x839d3c380, use_parallel_mode=<optimized out>, operation=...
[10:13:20.388] #9  standard_ExecutorRun (queryDesc=0x835361500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[10:13:20.691] #0  0x000000000075dbfa in ExecInterpExpr (state=0x83a254500, econtext=0x83a255160, isnull=0x820d4ad47) at...
[10:13:20.691] #1  0x0000000000764690 in ExecEvalExpr (state=0x83a2549f0, econtext=0x83a24ecb8, isNull=0x820d4ad47) at ....
[10:13:20.691] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[10:13:20.691] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83a254100, slot=slot@entry=0x83a24ecb8, isnew=isnew...
[10:13:20.691] #4  0x000000000077e435 in lookup_hash_entries (aggstate=aggstate@entry=0x835cd6380) at ../src/backend/exe...
[10:13:20.691] #5  0x000000000077bcd2 in agg_fill_hash_table (aggstate=0x835cd6380) at ../src/backend/executor/nodeAgg.c...
[10:13:20.691] #6  ExecAgg (pstate=0x835cd6380) at ../src/backend/executor/nodeAgg.c:2172
[10:13:20.691] #7  0x0000000000766adb in ExecProcNode (node=0x835cd6380) at ../src/include/executor/executor.h:278
[10:13:20.691] #8  ExecutePlan (estate=0x835cd6100, planstate=0x835cd6380, use_parallel_mode=<optimized out>, operation=...
[10:13:20.691] #9  standard_ExecutorRun (queryDesc=0x835b20500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[10:13:20.984] #0  0x000000000075dbfa in ExecInterpExpr (state=0x83c668500, econtext=0x83c669160, isnull=0x821b33ec7) at...
[10:13:20.984] #1  0x0000000000764690 in ExecEvalExpr (state=0x83c6689f0, econtext=0x83c663a38, isNull=0x821b33ec7) at ....
[10:13:20.984] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[10:13:20.984] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83c668100, slot=slot@entry=0x83c663a38, isnew=isnew...
[10:13:20.984] #4  0x000000000077e435 in lookup_hash_entries (aggstate=aggstate@entry=0x8381ae380) at ../src/backend/exe...
[10:13:20.984] #5  0x000000000077bcd2 in agg_fill_hash_table (aggstate=0x8381ae380) at ../src/backend/executor/nodeAgg.c...
[10:13:20.984] #6  ExecAgg (pstate=0x8381ae380) at ../src/backend/executor/nodeAgg.c:2172
[10:13:20.984] #7  0x0000000000766adb in ExecProcNode (node=0x8381ae380) at ../src/include/executor/executor.h:278
[10:13:20.984] #8  ExecutePlan (estate=0x8381ae100, planstate=0x8381ae380, use_parallel_mode=<optimized out>, operation=...
[10:13:20.984] #9  standard_ExecutorRun (queryDesc=0x837ffd500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[10:13:21.291] #0  0x000000000075dbfa in ExecInterpExpr (state=0x8382af500, econtext=0x8382b0160, isnull=0x820c2c7e7) at...
[10:13:21.291] #1  0x0000000000764690 in ExecEvalExpr (state=0x8382af9f0, econtext=0x8382a9c38, isNull=0x820c2c7e7) at ....
[10:13:21.291] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[10:13:21.291] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x8382af100, slot=slot@entry=0x8382a9c38, isnew=isnew...
[10:13:21.291] #4  0x000000000077e435 in lookup_hash_entries (aggstate=aggstate@entry=0x834bc7380) at ../src/backend/exe...
[10:13:21.291] #5  0x000000000077bcd2 in agg_fill_hash_table (aggstate=0x834bc7380) at ../src/backend/executor/nodeAgg.c...
[10:13:21.291] #6  ExecAgg (pstate=0x834bc7380) at ../src/backend/executor/nodeAgg.c:2172
[10:13:21.291] #7  0x0000000000766adb in ExecProcNode (node=0x834bc7380) at ../src/include/executor/executor.h:278
[10:13:21.291] #8  ExecutePlan (estate=0x834bc7100, planstate=0x834bc7380, use_parallel_mode=<optimized out>, operation=...
[10:13:21.291] #9  standard_ExecutorRun (queryDesc=0x834a11500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[10:13:21.592] #0  0x000000000075dbfa in ExecInterpExpr (state=0x838586500, econtext=0x838587160, isnull=0x820d546e7) at...
[10:13:21.592] #1  0x0000000000764690 in ExecEvalExpr (state=0x8385869f0, econtext=0x83d4e8e78, isNull=0x820d546e7) at ....
[10:13:21.592] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[10:13:21.592] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x838586100, slot=slot@entry=0x83d4e8e78, isnew=isnew...
[10:13:21.592] #4  0x000000000077e435 in lookup_hash_entries (aggstate=aggstate@entry=0x8383fd380) at ../src/backend/exe...
[10:13:21.592] #5  0x000000000077bcd2 in agg_fill_hash_table (aggstate=0x8383fd380) at ../src/backend/executor/nodeAgg.c...
[10:13:21.592] #6  ExecAgg (pstate=0x8383fd380) at ../src/backend/executor/nodeAgg.c:2172
[10:13:21.592] #7  0x0000000000766adb in ExecProcNode (node=0x8383fd380) at ../src/include/executor/executor.h:278
[10:13:21.592] #8  ExecutePlan (estate=0x8383fd100, planstate=0x8383fd380, use_parallel_mode=<optimized out>, operation=...
[10:13:21.592] #9  standard_ExecutorRun (queryDesc=0x8383c6500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[10:13:21.888] #0  0x000000000075dbfa in ExecInterpExpr (state=0x83902f500, econtext=0x839030160, isnull=0x821b293b7) at...
[10:13:21.888] #1  0x0000000000764690 in ExecEvalExpr (state=0x83902f9f0, econtext=0x83902a9b8, isNull=0x821b293b7) at ....
[10:13:21.888] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[10:13:21.888] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83902f100, slot=slot@entry=0x83902a9b8, isnew=isnew...
[10:13:21.888] #4  0x000000000077e435 in lookup_hash_entries (aggstate=aggstate@entry=0x834dc3380) at ../src/backend/exe...
[10:13:21.888] #5  0x000000000077bcd2 in agg_fill_hash_table (aggstate=0x834dc3380) at ../src/backend/executor/nodeAgg.c...
[10:13:21.888] #6  ExecAgg (pstate=0x834dc3380) at ../src/backend/executor/nodeAgg.c:2172
[10:13:21.888] #7  0x0000000000766adb in ExecProcNode (node=0x834dc3380) at ../src/include/executor/executor.h:278
[10:13:21.888] #8  ExecutePlan (estate=0x834dc3100, planstate=0x834dc3380, use_parallel_mode=<optimized out>, operation=...
[10:13:21.888] #9  standard_ExecutorRun (queryDesc=0x834c0d500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[10:13:22.196] #0  0x000000000075dbfa in ExecInterpExpr (state=0x8374ff500, econtext=0x837500160, isnull=0x820de6a77) at...
[10:13:22.196] #1  0x0000000000764690 in ExecEvalExpr (state=0x8374ff9f0, econtext=0x8374fa238, isNull=0x820de6a77) at ....
[10:13:22.196] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[10:13:22.196] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x8374ff100, slot=slot@entry=0x8374fa238, isnew=isnew...
[10:13:22.196] #4  0x000000000077e435 in lookup_hash_entries (aggstate=aggstate@entry=0x834906380) at ../src/backend/exe...
[10:13:22.196] #5  0x000000000077bcd2 in agg_fill_hash_table (aggstate=0x834906380) at ../src/backend/executor/nodeAgg.c...
[10:13:22.196] #6  ExecAgg (pstate=0x834906380) at ../src/backend/executor/nodeAgg.c:2172
[10:13:22.196] #7  0x0000000000766adb in ExecProcNode (node=0x834906380) at ../src/include/executor/executor.h:278
[10:13:22.196] #8  ExecutePlan (estate=0x834906100, planstate=0x834906380, use_parallel_mode=<optimized out>, operation=...
[10:13:22.196] #9  standard_ExecutorRun (queryDesc=0x834755500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[10:13:22.500] #0  0x000000000075dbfa in ExecInterpExpr (state=0x837eef500, econtext=0x837ef0160, isnull=0x8214f7cc7) at...
[10:13:22.500] #1  0x0000000000764690 in ExecEvalExpr (state=0x837eef9f0, econtext=0x837eeaa38, isNull=0x8214f7cc7) at ....
[10:13:22.500] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[10:13:22.500] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x837eef100, slot=slot@entry=0x837eeaa38, isnew=isnew...
[10:13:22.500] #4  0x000000000077e435 in lookup_hash_entries (aggstate=aggstate@entry=0x837dfb380) at ../src/backend/exe...
[10:13:22.500] #5  0x000000000077bcd2 in agg_fill_hash_table (aggstate=0x837dfb380) at ../src/backend/executor/nodeAgg.c...
[10:13:22.500] #6  ExecAgg (pstate=0x837dfb380) at ../src/backend/executor/nodeAgg.c:2172
[10:13:22.500] #7  0x0000000000766adb in ExecProcNode (node=0x837dfb380) at ../src/include/executor/executor.h:278
[10:13:22.500] #8  ExecutePlan (estate=0x837dfb100, planstate=0x837dfb380, use_parallel_mode=<optimized out>, operation=...
[10:13:22.500] #9  standard_ExecutorRun (queryDesc=0x835348500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[10:13:22.801] #0  0x000000000075dbfa in ExecInterpExpr (state=0x839e60500, econtext=0x839e61160, isnull=0x821293527) at...
[10:13:22.801] #1  0x0000000000764690 in ExecEvalExpr (state=0x839e609f0, econtext=0x839e5b3b8, isNull=0x821293527) at ....
[10:13:22.801] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[10:13:22.801] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x839e60100, slot=slot@entry=0x839e5b3b8, isnew=isnew...
[10:13:22.801] #4  0x000000000077e435 in lookup_hash_entries (aggstate=aggstate@entry=0x839dbc380) at ../src/backend/exe...
[10:13:22.801] #5  0x000000000077bcd2 in agg_fill_hash_table (aggstate=0x839dbc380) at ../src/backend/executor/nodeAgg.c...
[10:13:22.801] #6  ExecAgg (pstate=0x839dbc380) at ../src/backend/executor/nodeAgg.c:2172
[10:13:22.801] #7  0x0000000000766adb in ExecProcNode (node=0x839dbc380) at ../src/include/executor/executor.h:278
[10:13:22.801] #8  ExecutePlan (estate=0x839dbc100, planstate=0x839dbc380, use_parallel_mode=<optimized out>, operation=...
[10:13:22.801] #9  standard_ExecutorRun (queryDesc=0x8364df500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[10:13:23.108] #0  0x000000000075dbfa in ExecInterpExpr (state=0x83405c500, econtext=0x83405d160, isnull=0x8212073c7) at...
[10:13:23.108] #1  0x0000000000764690 in ExecEvalExpr (state=0x83405c9f0, econtext=0x834057478, isNull=0x8212073c7) at ....
[10:13:23.108] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[10:13:23.108] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83405c100, slot=slot@entry=0x834057478, isnew=isnew...
[10:13:23.108] #4  0x000000000077e435 in lookup_hash_entries (aggstate=aggstate@entry=0x833eca380) at ../src/backend/exe...
[10:13:23.108] #5  0x000000000077bcd2 in agg_fill_hash_table (aggstate=0x833eca380) at ../src/backend/executor/nodeAgg.c...
[10:13:23.108] #6  ExecAgg (pstate=0x833eca380) at ../src/backend/executor/nodeAgg.c:2172
[10:13:23.108] #7  0x0000000000766adb in ExecProcNode (node=0x833eca380) at ../src/include/executor/executor.h:278
[10:13:23.108] #8  ExecutePlan (estate=0x833eca100, planstate=0x833eca380, use_parallel_mode=<optimized out>, operation=...
[10:13:23.108] #9  standard_ExecutorRun (queryDesc=0x833e95500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[10:13:23.431] #0  0x000000000075dbfa in ExecInterpExpr (state=0x83c757500, econtext=0x83c758160, isnull=0x821a3e477) at...
[10:13:23.431] #1  0x0000000000764690 in ExecEvalExpr (state=0x83c7579f0, econtext=0x83c751df8, isNull=0x821a3e477) at ....
[10:13:23.431] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[10:13:23.431] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83c757100, slot=slot@entry=0x83c751df8, isnew=isnew...
[10:13:23.431] #4  0x000000000077e435 in lookup_hash_entries (aggstate=aggstate@entry=0x83c6b3380) at ../src/backend/exe...
[10:13:23.431] #5  0x000000000077bcd2 in agg_fill_hash_table (aggstate=0x83c6b3380) at ../src/backend/executor/nodeAgg.c...
[10:13:23.431] #6  ExecAgg (pstate=0x83c6b3380) at ../src/backend/executor/nodeAgg.c:2172
[10:13:23.431] #7  0x0000000000766adb in ExecProcNode (node=0x83c6b3380) at ../src/include/executor/executor.h:278
[10:13:23.431] #8  ExecutePlan (estate=0x83c6b3100, planstate=0x83c6b3380, use_parallel_mode=<optimized out>, operation=...
[10:13:23.431] #9  standard_ExecutorRun (queryDesc=0x834a3b500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[10:13:23.758] #0  0x000000000075dbfa in ExecInterpExpr (state=0x839f5d500, econtext=0x839f5e160, isnull=0x8210badf7) at...
[10:13:23.758] #1  0x0000000000764690 in ExecEvalExpr (state=0x839f5d9f0, econtext=0x839f57cf8, isNull=0x8210badf7) at ....
[10:13:23.758] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[10:13:23.758] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x839f5d100, slot=slot@entry=0x839f57cf8, isnew=isnew...
[10:13:23.758] #4  0x000000000077e435 in lookup_hash_entries (aggstate=aggstate@entry=0x839eb9380) at ../src/backend/exe...
[10:13:23.758] #5  0x000000000077bcd2 in agg_fill_hash_table (aggstate=0x839eb9380) at ../src/backend/executor/nodeAgg.c...
[10:13:23.758] #6  ExecAgg (pstate=0x839eb9380) at ../src/backend/executor/nodeAgg.c:2172
[10:13:23.758] #7  0x0000000000766adb in ExecProcNode (node=0x839eb9380) at ../src/include/executor/executor.h:278
[10:13:23.758] #8  ExecutePlan (estate=0x839eb9100, planstate=0x839eb9380, use_parallel_mode=<optimized out>, operation=...
[10:13:23.758] #9  standard_ExecutorRun (queryDesc=0x833be9500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[10:13:15.427] #0  0x000000000075dbfa in ExecInterpExpr (state=0x83aa52500, econtext=0x83aa53160, isnull=0x820fa9e67) at...
[10:13:15.427] #1  0x0000000000764690 in ExecEvalExpr (state=0x83aa529f0, econtext=0x83aa4ce78, isNull=0x820fa9e67) at ....
[10:13:15.427] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[10:13:15.427] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83aa52100, slot=slot@entry=0x83aa4ce78, isnew=isnew...
[10:13:15.427] #4  0x000000000077e435 in lookup_hash_entries (aggstate=aggstate@entry=0x83a9ae380) at ../src/backend/exe...
[10:13:15.427] #5  0x000000000077bcd2 in agg_fill_hash_table (aggstate=0x83a9ae380) at ../src/backend/executor/nodeAgg.c...
[10:13:15.427] #6  ExecAgg (pstate=0x83a9ae380) at ../src/backend/executor/nodeAgg.c:2172
[10:13:15.427] #7  0x0000000000766adb in ExecProcNode (node=0x83a9ae380) at ../src/include/executor/executor.h:278
[10:13:15.427] #8  ExecutePlan (estate=0x83a9ae100, planstate=0x83a9ae380, use_parallel_mode=<optimized out>, operation=...
[10:13:15.427] #9  standard_ExecutorRun (queryDesc=0x8364a6500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[10:13:24.067] #0  0x000000000075dbfa in ExecInterpExpr (state=0x83afae500, econtext=0x83afaf160, isnull=0x820d16607) at...
[10:13:24.067] #1  0x0000000000764690 in ExecEvalExpr (state=0x83afae9f0, econtext=0x83afa99f8, isNull=0x820d16607) at ....
[10:13:24.067] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[10:13:24.067] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83afae100, slot=slot@entry=0x83afa99f8, isnew=isnew...
[10:13:24.067] #4  0x000000000077e435 in lookup_hash_entries (aggstate=aggstate@entry=0x83af0a380) at ../src/backend/exe...
[10:13:24.067] #5  0x000000000077bcd2 in agg_fill_hash_table (aggstate=0x83af0a380) at ../src/backend/executor/nodeAgg.c...
[10:13:24.067] #6  ExecAgg (pstate=0x83af0a380) at ../src/backend/executor/nodeAgg.c:2172
[10:13:24.067] #7  0x0000000000766adb in ExecProcNode (node=0x83af0a380) at ../src/include/executor/executor.h:278
[10:13:24.067] #8  ExecutePlan (estate=0x83af0a100, planstate=0x83af0a380, use_parallel_mode=<optimized out>, operation=...
[10:13:24.067] #9  standard_ExecutorRun (queryDesc=0x8377bc500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[10:13:24.368] #0  0x000000000075dbfa in ExecInterpExpr (state=0x83a80b500, econtext=0x83a80c160, isnull=0x820e66827) at...
[10:13:24.368] #1  0x0000000000764690 in ExecEvalExpr (state=0x83a80b9f0, econtext=0x83a806338, isNull=0x820e66827) at ....
[10:13:24.368] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[10:13:24.368] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83a80b100, slot=slot@entry=0x83a806338, isnew=isnew...
[10:13:24.368] #4  0x000000000077e435 in lookup_hash_entries (aggstate=aggstate@entry=0x83a767380) at ../src/backend/exe...
[10:13:24.368] #5  0x000000000077bcd2 in agg_fill_hash_table (aggstate=0x83a767380) at ../src/backend/executor/nodeAgg.c...
[10:13:24.368] #6  ExecAgg (pstate=0x83a767380) at ../src/backend/executor/nodeAgg.c:2172
[10:13:24.368] #7  0x0000000000766adb in ExecProcNode (node=0x83a767380) at ../src/include/executor/executor.h:278
[10:13:24.368] #8  ExecutePlan (estate=0x83a767100, planstate=0x83a767380, use_parallel_mode=<optimized out>, operation=...
[10:13:24.368] #9  standard_ExecutorRun (queryDesc=0x836293500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[10:13:24.682] #0  0x000000000075dbfa in ExecInterpExpr (state=0x838240500, econtext=0x838241160, isnull=0x8211bbd27) at...
[10:13:24.682] #1  0x0000000000764690 in ExecEvalExpr (state=0x8382409f0, econtext=0x83823b6f8, isNull=0x8211bbd27) at ....
[10:13:24.682] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[10:13:24.682] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x838240100, slot=slot@entry=0x83823b6f8, isnew=isnew...
[10:13:24.682] #4  0x000000000077e435 in lookup_hash_entries (aggstate=aggstate@entry=0x83819c380) at ../src/backend/exe...
[10:13:24.682] #5  0x000000000077bcd2 in agg_fill_hash_table (aggstate=0x83819c380) at ../src/backend/executor/nodeAgg.c...
[10:13:24.682] #6  ExecAgg (pstate=0x83819c380) at ../src/backend/executor/nodeAgg.c:2172
[10:13:24.682] #7  0x0000000000766adb in ExecProcNode (node=0x83819c380) at ../src/include/executor/executor.h:278
[10:13:24.682] #8  ExecutePlan (estate=0x83819c100, planstate=0x83819c380, use_parallel_mode=<optimized out>, operation=...
[10:13:24.682] #9  standard_ExecutorRun (queryDesc=0x833ab6500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[10:13:24.986] #0  0x000000000075dbfa in ExecInterpExpr (state=0x8371ff500, econtext=0x837200160, isnull=0x8210c5eb7) at...
[10:13:24.986] #1  0x0000000000764690 in ExecEvalExpr (state=0x8371ff9f0, econtext=0x8371faa38, isNull=0x8210c5eb7) at ....
[10:13:24.986] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[10:13:24.986] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x8371ff100, slot=slot@entry=0x8371faa38, isnew=isnew...
[10:13:24.986] #4  0x000000000077e435 in lookup_hash_entries (aggstate=aggstate@entry=0x83715b380) at ../src/backend/exe...
[10:13:24.986] #5  0x000000000077bcd2 in agg_fill_hash_table (aggstate=0x83715b380) at ../src/backend/executor/nodeAgg.c...
[10:13:24.986] #6  ExecAgg (pstate=0x83715b380) at ../src/backend/executor/nodeAgg.c:2172
[10:13:24.986] #7  0x0000000000766adb in ExecProcNode (node=0x83715b380) at ../src/include/executor/executor.h:278
[10:13:24.986] #8  ExecutePlan (estate=0x83715b100, planstate=0x83715b380, use_parallel_mode=<optimized out>, operation=...
[10:13:24.986] #9  standard_ExecutorRun (queryDesc=0x834522500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[10:13:15.126] #0  0x000000000075dbfa in ExecInterpExpr (state=0x835fc6500, econtext=0x835fc7160, isnull=0x820d73337) at...
[10:13:15.126] #1  0x0000000000764690 in ExecEvalExpr (state=0x835fc69f0, econtext=0x835fc13b8, isNull=0x820d73337) at ....
[10:13:15.126] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[10:13:15.126] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x835fc6100, slot=slot@entry=0x835fc13b8, isnew=isnew...
[10:13:15.126] #4  0x000000000077e435 in lookup_hash_entries (aggstate=aggstate@entry=0x8341ca380) at ../src/backend/exe...
[10:13:15.126] #5  0x000000000077bcd2 in agg_fill_hash_table (aggstate=0x8341ca380) at ../src/backend/executor/nodeAgg.c...
[10:13:15.126] #6  ExecAgg (pstate=0x8341ca380) at ../src/backend/executor/nodeAgg.c:2172
[10:13:15.126] #7  0x0000000000766adb in ExecProcNode (node=0x8341ca380) at ../src/include/executor/executor.h:278
[10:13:15.126] #8  ExecutePlan (estate=0x8341ca100, planstate=0x8341ca380, use_parallel_mode=<optimized out>, operation=...
[10:13:15.126] #9  standard_ExecutorRun (queryDesc=0x83401e500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[10:13:25.295] #0  0x000000000075dbfa in ExecInterpExpr (state=0x83b230500, econtext=0x83b231160, isnull=0x8216713b7) at...
[10:13:25.295] #1  0x0000000000764690 in ExecEvalExpr (state=0x83b2309f0, econtext=0x83b22b438, isNull=0x8216713b7) at ....
[10:13:25.295] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[10:13:25.295] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83b230100, slot=slot@entry=0x83b22b438, isnew=isnew...
[10:13:25.295] #4  0x000000000077e435 in lookup_hash_entries (aggstate=aggstate@entry=0x83b18c380) at ../src/backend/exe...
[10:13:25.295] #5  0x000000000077bcd2 in agg_fill_hash_table (aggstate=0x83b18c380) at ../src/backend/executor/nodeAgg.c...
[10:13:25.295] #6  ExecAgg (pstate=0x83b18c380) at ../src/backend/executor/nodeAgg.c:2172
[10:13:25.295] #7  0x0000000000766adb in ExecProcNode (node=0x83b18c380) at ../src/include/executor/executor.h:278
[10:13:25.295] #8  ExecutePlan (estate=0x83b18c100, planstate=0x83b18c380, use_parallel_mode=<optimized out>, operation=...
[10:13:25.295] #9  standard_ExecutorRun (queryDesc=0x8368d5500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[10:13:25.603] #0  0x000000000075dbfa in ExecInterpExpr (state=0x83bac1500, econtext=0x83bac2160, isnull=0x820e5f827) at...
[10:13:25.603] #1  0x0000000000764690 in ExecEvalExpr (state=0x83bac19f0, econtext=0x83babbaf8, isNull=0x820e5f827) at ....
[10:13:25.603] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[10:13:25.603] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83bac1100, slot=slot@entry=0x83babbaf8, isnew=isnew...
[10:13:25.603] #4  0x000000000077e435 in lookup_hash_entries (aggstate=aggstate@entry=0x83ba1d380) at ../src/backend/exe...
[10:13:25.603] #5  0x000000000077bcd2 in agg_fill_hash_table (aggstate=0x83ba1d380) at ../src/backend/executor/nodeAgg.c...
[10:13:25.603] #6  ExecAgg (pstate=0x83ba1d380) at ../src/backend/executor/nodeAgg.c:2172
[10:13:25.603] #7  0x0000000000766adb in ExecProcNode (node=0x83ba1d380) at ../src/include/executor/executor.h:278
[10:13:25.603] #8  ExecutePlan (estate=0x83ba1d100, planstate=0x83ba1d380, use_parallel_mode=<optimized out>, operation=...
[10:13:25.603] #9  standard_ExecutorRun (queryDesc=0x8347db500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[10:13:25.919] #0  0x000000000075dbfa in ExecInterpExpr (state=0x83a340500, econtext=0x83a341160, isnull=0x820eac0c7) at...
[10:13:25.919] #1  0x0000000000764690 in ExecEvalExpr (state=0x83a3409f0, econtext=0x83a33b0f8, isNull=0x820eac0c7) at ....
[10:13:25.919] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[10:13:25.919] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83a340100, slot=slot@entry=0x83a33b0f8, isnew=isnew...
[10:13:25.919] #4  0x000000000077e435 in lookup_hash_entries (aggstate=aggstate@entry=0x83a29c380) at ../src/backend/exe...
[10:13:25.919] #5  0x000000000077bcd2 in agg_fill_hash_table (aggstate=0x83a29c380) at ../src/backend/executor/nodeAgg.c...
[10:13:25.919] #6  ExecAgg (pstate=0x83a29c380) at ../src/backend/executor/nodeAgg.c:2172
[10:13:25.919] #7  0x0000000000766adb in ExecProcNode (node=0x83a29c380) at ../src/include/executor/executor.h:278
[10:13:25.919] #8  ExecutePlan (estate=0x83a29c100, planstate=0x83a29c380, use_parallel_mode=<optimized out>, operation=...
[10:13:25.919] #9  standard_ExecutorRun (queryDesc=0x837083500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[10:13:26.237] #0  0x000000000075dbfa in ExecInterpExpr (state=0x83b225500, econtext=0x83b226160, isnull=0x8212090c7) at...
[10:13:26.237] #1  0x0000000000764690 in ExecEvalExpr (state=0x83b2259f0, econtext=0x83b21fbb8, isNull=0x8212090c7) at ....
[10:13:26.237] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[10:13:26.237] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83b225100, slot=slot@entry=0x83b21fbb8, isnew=isnew...
[10:13:26.237] #4  0x000000000077e435 in lookup_hash_entries (aggstate=aggstate@entry=0x83b181380) at ../src/backend/exe...
[10:13:26.237] #5  0x000000000077bcd2 in agg_fill_hash_table (aggstate=0x83b181380) at ../src/backend/executor/nodeAgg.c...
[10:13:26.237] #6  ExecAgg (pstate=0x83b181380) at ../src/backend/executor/nodeAgg.c:2172
[10:13:26.237] #7  0x0000000000766adb in ExecProcNode (node=0x83b181380) at ../src/include/executor/executor.h:278
[10:13:26.237] #8  ExecutePlan (estate=0x83b181100, planstate=0x83b181380, use_parallel_mode=<optimized out>, operation=...
[10:13:26.237] #9  standard_ExecutorRun (queryDesc=0x8363ec500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[10:13:26.554] #0  0x000000000075dbfa in ExecInterpExpr (state=0x838cbe500, econtext=0x838cbf160, isnull=0x8213a7d47) at...
[10:13:26.554] #1  0x0000000000764690 in ExecEvalExpr (state=0x838cbe9f0, econtext=0x838cb93f8, isNull=0x8213a7d47) at ....
[10:13:26.554] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[10:13:26.554] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x838cbe100, slot=slot@entry=0x838cb93f8, isnew=isnew...
[10:13:26.554] #4  0x000000000077e435 in lookup_hash_entries (aggstate=aggstate@entry=0x838c27380) at ../src/backend/exe...
[10:13:26.554] #5  0x000000000077bcd2 in agg_fill_hash_table (aggstate=0x838c27380) at ../src/backend/executor/nodeAgg.c...
[10:13:26.554] #6  ExecAgg (pstate=0x838c27380) at ../src/backend/executor/nodeAgg.c:2172
[10:13:26.554] #7  0x0000000000766adb in ExecProcNode (node=0x838c27380) at ../src/include/executor/executor.h:278
[10:13:26.554] #8  ExecutePlan (estate=0x838c27100, planstate=0x838c27380, use_parallel_mode=<optimized out>, operation=...
[10:13:26.554] #9  standard_ExecutorRun (queryDesc=0x835ef5500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[10:13:26.865] #0  0x000000000075dbfa in ExecInterpExpr (state=0x83da15500, econtext=0x83da16160, isnull=0x821a91b87) at...
[10:13:26.865] #1  0x0000000000764690 in ExecEvalExpr (state=0x83da159f0, econtext=0x83da10138, isNull=0x821a91b87) at ....
[10:13:26.865] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[10:13:26.865] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83da15100, slot=slot@entry=0x83da10138, isnew=isnew...
[10:13:26.865] #4  0x000000000077e435 in lookup_hash_entries (aggstate=aggstate@entry=0x83d971380) at ../src/backend/exe...
[10:13:26.865] #5  0x000000000077bcd2 in agg_fill_hash_table (aggstate=0x83d971380) at ../src/backend/executor/nodeAgg.c...
[10:13:26.865] #6  ExecAgg (pstate=0x83d971380) at ../src/backend/executor/nodeAgg.c:2172
[10:13:26.865] #7  0x0000000000766adb in ExecProcNode (node=0x83d971380) at ../src/include/executor/executor.h:278
[10:13:26.865] #8  ExecutePlan (estate=0x83d971100, planstate=0x83d971380, use_parallel_mode=<optimized out>, operation=...
[10:13:26.865] #9  standard_ExecutorRun (queryDesc=0x83818c500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[10:13:27.171] #0  0x000000000075dbfa in ExecInterpExpr (state=0x83d06f500, econtext=0x83d070160, isnull=0x82112a2a7) at...
[10:13:27.171] #1  0x0000000000764690 in ExecEvalExpr (state=0x83d06f9f0, econtext=0x83d06a2b8, isNull=0x82112a2a7) at ....
[10:13:27.171] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[10:13:27.171] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83d06f100, slot=slot@entry=0x83d06a2b8, isnew=isnew...
[10:13:27.171] #4  0x000000000077e435 in lookup_hash_entries (aggstate=aggstate@entry=0x83cfcb380) at ../src/backend/exe...
[10:13:27.171] #5  0x000000000077bcd2 in agg_fill_hash_table (aggstate=0x83cfcb380) at ../src/backend/executor/nodeAgg.c...
[10:13:27.171] #6  ExecAgg (pstate=0x83cfcb380) at ../src/backend/executor/nodeAgg.c:2172
[10:13:27.171] #7  0x0000000000766adb in ExecProcNode (node=0x83cfcb380) at ../src/include/executor/executor.h:278
[10:13:27.171] #8  ExecutePlan (estate=0x83cfcb100, planstate=0x83cfcb380, use_parallel_mode=<optimized out>, operation=...
[10:13:27.171] #9  standard_ExecutorRun (queryDesc=0x8395a4500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[10:13:27.469] #0  0x000000000075dbfa in ExecInterpExpr (state=0x83cf8d500, econtext=0x83cf8e160, isnull=0x820ce0297) at...
[10:13:27.469] #1  0x0000000000764690 in ExecEvalExpr (state=0x83cf8d9f0, econtext=0x83cf88ab8, isNull=0x820ce0297) at ....
[10:13:27.469] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[10:13:27.469] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83cf8d100, slot=slot@entry=0x83cf88ab8, isnew=isnew...
[10:13:27.469] #4  0x000000000077e435 in lookup_hash_entries (aggstate=aggstate@entry=0x83cee4380) at ../src/backend/exe...
[10:13:27.469] #5  0x000000000077bcd2 in agg_fill_hash_table (aggstate=0x83cee4380) at ../src/backend/executor/nodeAgg.c...
[10:13:27.469] #6  ExecAgg (pstate=0x83cee4380) at ../src/backend/executor/nodeAgg.c:2172
[10:13:27.469] #7  0x0000000000766adb in ExecProcNode (node=0x83cee4380) at ../src/include/executor/executor.h:278
[10:13:27.469] #8  ExecutePlan (estate=0x83cee4100, planstate=0x83cee4380, use_parallel_mode=<optimized out>, operation=...
[10:13:27.469] #9  standard_ExecutorRun (queryDesc=0x837ad2500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[10:13:14.798] #0  0x000000000075dbfa in ExecInterpExpr (state=0x83c6510e0, econtext=0x83de56d98, isnull=0x820dad2c7) at...
[10:13:14.798] #1  0x0000000000764690 in ExecEvalExpr (state=0x83c652300, econtext=0x83c575428, isNull=0x820dad2c7) at ....
[10:13:14.798] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[10:13:14.798] #3  LookupTupleHashEntry (hashtable=0x83c650f40, slot=slot@entry=0x83c575428, isnew=isnew@entry=0x820dad3...
[10:13:14.798] #4  0x00000000007a0294 in setop_fill_hash_table (setopstate=0x83c432380) at ../src/backend/executor/nodeS...
[10:13:14.798] #5  ExecSetOp (pstate=0x83c432380) at ../src/backend/executor/nodeSetOp.c:216
[10:13:14.798] #6  0x0000000000766adb in ExecProcNode (node=0x83c432380) at ../src/include/executor/executor.h:278
[10:13:14.798] #7  ExecutePlan (estate=0x83c432100, planstate=0x83c432380, use_parallel_mode=<optimized out>, operation=...
[10:13:14.798] #8  standard_ExecutorRun (queryDesc=0x8360ef500, direction=ForwardScanDirection, count=count@entry=0, exe...
[10:13:14.798] #9  0x0000000838156ac1 in pgss_ExecutorRun (queryDesc=0x8360ef500, direction=ForwardScanDirection, count=...
core
[10:13:14.467] #0  0x000000000075dbfa in ExecInterpExpr (state=0x83be7ef20, econtext=0x83bed2f18, isnull=0x820dad1d7) at...
[10:13:14.467] #1  0x0000000000764690 in ExecEvalExpr (state=0x83bed2898, econtext=0x83be760f8, isNull=0x820dad1d7) at ....
[10:13:14.467] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[10:13:14.467] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83be7d100, slot=slot@entry=0x83be760f8, isnew=isnew...
[10:13:14.467] #4  0x000000000077e435 in lookup_hash_entries (aggstate=aggstate@entry=0x83be59558) at ../src/backend/exe...
[10:13:14.467] #5  0x000000000077bcd2 in agg_fill_hash_table (aggstate=0x83be59558) at ../src/backend/executor/nodeAgg.c...
[10:13:14.467] #6  ExecAgg (pstate=0x83be59558) at ../src/backend/executor/nodeAgg.c:2172
[10:13:14.467] #7  0x00000000007a0bc7 in ExecProcNode (node=0x83be59558) at ../src/include/executor/executor.h:278
[10:13:14.467] #8  ExecSort (pstate=0x83be59348) at ../src/backend/executor/nodeSort.c:149
[10:13:14.467] #9  0x0000000000766adb in ExecProcNode (node=0x83be59348) at ../src/include/executor/executor.h:278
core
[10:13:27.778] #0  0x000000000075dbfa in ExecInterpExpr (state=0x83a5e3500, econtext=0x83a5e4160, isnull=0x820d1ae47) at...
[10:13:27.778] #1  0x0000000000764690 in ExecEvalExpr (state=0x83a5e39f0, econtext=0x83a5ddcb8, isNull=0x820d1ae47) at ....
[10:13:27.778] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[10:13:27.778] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83a5e3100, slot=slot@entry=0x83a5ddcb8, isnew=isnew...
[10:13:27.778] #4  0x000000000077e435 in lookup_hash_entries (aggstate=aggstate@entry=0x83a53f380) at ../src/backend/exe...
[10:13:27.778] #5  0x000000000077bcd2 in agg_fill_hash_table (aggstate=0x83a53f380) at ../src/backend/executor/nodeAgg.c...
[10:13:27.778] #6  ExecAgg (pstate=0x83a53f380) at ../src/backend/executor/nodeAgg.c:2172
[10:13:27.778] #7  0x0000000000766adb in ExecProcNode (node=0x83a53f380) at ../src/include/executor/executor.h:278
[10:13:27.778] #8  ExecutePlan (estate=0x83a53f100, planstate=0x83a53f380, use_parallel_mode=<optimized out>, operation=...
[10:13:27.778] #9  standard_ExecutorRun (queryDesc=0x835d6d500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[10:13:28.081] #0  0x000000000075dbfa in ExecInterpExpr (state=0x83b650500, econtext=0x83b651160, isnull=0x820d202b7) at...
[10:13:28.081] #1  0x0000000000764690 in ExecEvalExpr (state=0x83b6509f0, econtext=0x83b64aaf8, isNull=0x820d202b7) at ....
[10:13:28.081] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[10:13:28.081] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83b650100, slot=slot@entry=0x83b64aaf8, isnew=isnew...
[10:13:28.081] #4  0x000000000077e435 in lookup_hash_entries (aggstate=aggstate@entry=0x83b58a380) at ../src/backend/exe...
[10:13:28.081] #5  0x000000000077bcd2 in agg_fill_hash_table (aggstate=0x83b58a380) at ../src/backend/executor/nodeAgg.c...
[10:13:28.081] #6  ExecAgg (pstate=0x83b58a380) at ../src/backend/executor/nodeAgg.c:2172
[10:13:28.081] #7  0x0000000000766adb in ExecProcNode (node=0x83b58a380) at ../src/include/executor/executor.h:278
[10:13:28.081] #8  ExecutePlan (estate=0x83b58a100, planstate=0x83b58a380, use_parallel_mode=<optimized out>, operation=...
[10:13:28.081] #9  standard_ExecutorRun (queryDesc=0x83653c500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[10:13:28.389] #0  0x000000000075dbfa in ExecInterpExpr (state=0x838e27500, econtext=0x838e28160, isnull=0x8219b1517) at...
[10:13:28.389] #1  0x0000000000764690 in ExecEvalExpr (state=0x838e279f0, econtext=0x838e21e38, isNull=0x8219b1517) at ....
[10:13:28.389] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[10:13:28.389] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x838e27100, slot=slot@entry=0x838e21e38, isnew=isnew...
[10:13:28.389] #4  0x000000000077e435 in lookup_hash_entries (aggstate=aggstate@entry=0x838d83380) at ../src/backend/exe...
[10:13:28.389] #5  0x000000000077bcd2 in agg_fill_hash_table (aggstate=0x838d83380) at ../src/backend/executor/nodeAgg.c...
[10:13:28.389] #6  ExecAgg (pstate=0x838d83380) at ../src/backend/executor/nodeAgg.c:2172
[10:13:28.389] #7  0x0000000000766adb in ExecProcNode (node=0x838d83380) at ../src/include/executor/executor.h:278
[10:13:28.389] #8  ExecutePlan (estate=0x838d83100, planstate=0x838d83380, use_parallel_mode=<optimized out>, operation=...
[10:13:28.389] #9  standard_ExecutorRun (queryDesc=0x835821500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[10:13:28.696] #0  0x000000000075dbfa in ExecInterpExpr (state=0x83a15c500, econtext=0x83a15d160, isnull=0x820fe1cb7) at...
[10:13:28.696] #1  0x0000000000764690 in ExecEvalExpr (state=0x83a15c9f0, econtext=0x83a168b78, isNull=0x820fe1cb7) at ....
[10:13:28.696] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[10:13:28.696] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83a15c100, slot=slot@entry=0x83a168b78, isnew=isnew...
[10:13:28.696] #4  0x000000000077e435 in lookup_hash_entries (aggstate=aggstate@entry=0x83a0ca380) at ../src/backend/exe...
[10:13:28.696] #5  0x000000000077bcd2 in agg_fill_hash_table (aggstate=0x83a0ca380) at ../src/backend/executor/nodeAgg.c...
[10:13:28.696] #6  ExecAgg (pstate=0x83a0ca380) at ../src/backend/executor/nodeAgg.c:2172
[10:13:28.696] #7  0x0000000000766adb in ExecProcNode (node=0x83a0ca380) at ../src/include/executor/executor.h:278
[10:13:28.696] #8  ExecutePlan (estate=0x83a0ca100, planstate=0x83a0ca380, use_parallel_mode=<optimized out>, operation=...
[10:13:28.696] #9  standard_ExecutorRun (queryDesc=0x836ce5500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[10:13:14.114] #0  0x000000082bf8041a in thr_kill () from /lib/libc.so.7
[10:13:14.114] #1  0x000000082bef9e64 in raise () from /lib/libc.so.7
[10:13:14.114] #2  0x000000082bfaa6f9 in abort () from /lib/libc.so.7
[10:13:14.114] #3  0x0000000000a94b15 in ExceptionalCondition (conditionName=0x356db4 "HaveRegisteredOrActiveSnapshot()"...
[10:13:14.114] #4  0x000000000069801a in index_drop (indexId=24609, concurrent=false, concurrent_lock_mode=<optimized ou...
[10:13:14.114] #5  0x000000000068f72e in doDeletion (object=object@entry=0x8374515b0, flags=flags@entry=21) at ../src/ba...
[10:13:14.114] #6  0x000000000068dbf0 in deleteOneObject (object=0x8374515b0, depRel=0x821a6dab0, flags=21) at ../src/ba...
[10:13:14.114] #7  deleteObjectsInList (targetObjects=targetObjects@entry=0x83749d528, depRel=depRel@entry=0x821a6dab0, ...
[10:13:14.114] #8  0x000000000068c885 in performDeletion (object=object@entry=0x821a6dba0, behavior=behavior@entry=DROP_...
[10:13:14.114] #9  0x0000000000888b06 in do_autovacuum () at ../src/backend/postmaster/autovacuum.c:2215
core
[10:13:28.996] #0  0x000000000075dbfa in ExecInterpExpr (state=0x83a01b500, econtext=0x83a01c160, isnull=0x820cf4027) at...
[10:13:28.996] #1  0x0000000000764690 in ExecEvalExpr (state=0x83a01b9f0, econtext=0x83a016038, isNull=0x820cf4027) at ....
[10:13:28.996] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[10:13:28.996] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83a01b100, slot=slot@entry=0x83a016038, isnew=isnew...
[10:13:28.996] #4  0x000000000077e435 in lookup_hash_entries (aggstate=aggstate@entry=0x839f77380) at ../src/backend/exe...
[10:13:28.996] #5  0x000000000077bcd2 in agg_fill_hash_table (aggstate=0x839f77380) at ../src/backend/executor/nodeAgg.c...
[10:13:28.996] #6  ExecAgg (pstate=0x839f77380) at ../src/backend/executor/nodeAgg.c:2172
[10:13:28.996] #7  0x0000000000766adb in ExecProcNode (node=0x839f77380) at ../src/include/executor/executor.h:278
[10:13:28.996] #8  ExecutePlan (estate=0x839f77100, planstate=0x839f77380, use_parallel_mode=<optimized out>, operation=...
[10:13:28.996] #9  standard_ExecutorRun (queryDesc=0x8342fd500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[10:13:29.293] #0  0x000000000075dbfa in ExecInterpExpr (state=0x8373ed500, econtext=0x8373ee160, isnull=0x820e16e67) at...
[10:13:29.293] #1  0x0000000000764690 in ExecEvalExpr (state=0x8373ed9f0, econtext=0x8373e83f8, isNull=0x820e16e67) at ....
[10:13:29.293] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[10:13:29.293] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x8373ed100, slot=slot@entry=0x8373e83f8, isnew=isnew...
[10:13:29.293] #4  0x000000000077e435 in lookup_hash_entries (aggstate=aggstate@entry=0x837349380) at ../src/backend/exe...
[10:13:29.293] #5  0x000000000077bcd2 in agg_fill_hash_table (aggstate=0x837349380) at ../src/backend/executor/nodeAgg.c...
[10:13:29.293] #6  ExecAgg (pstate=0x837349380) at ../src/backend/executor/nodeAgg.c:2172
[10:13:29.293] #7  0x0000000000766adb in ExecProcNode (node=0x837349380) at ../src/include/executor/executor.h:278
[10:13:29.293] #8  ExecutePlan (estate=0x837349100, planstate=0x837349380, use_parallel_mode=<optimized out>, operation=...
[10:13:29.293] #9  standard_ExecutorRun (queryDesc=0x832fa9500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[10:13:29.585] #0  0x000000000075dbfa in ExecInterpExpr (state=0x83b0cf500, econtext=0x83b0d0160, isnull=0x821140c87) at...
[10:13:29.585] #1  0x0000000000764690 in ExecEvalExpr (state=0x83b0cf9f0, econtext=0x83b0ca078, isNull=0x821140c87) at ....
[10:13:29.585] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[10:13:29.585] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83b0cf100, slot=slot@entry=0x83b0ca078, isnew=isnew...
[10:13:29.585] #4  0x000000000077e435 in lookup_hash_entries (aggstate=aggstate@entry=0x83b02b380) at ../src/backend/exe...
[10:13:29.585] #5  0x000000000077bcd2 in agg_fill_hash_table (aggstate=0x83b02b380) at ../src/backend/executor/nodeAgg.c...
[10:13:29.585] #6  ExecAgg (pstate=0x83b02b380) at ../src/backend/executor/nodeAgg.c:2172
[10:13:29.585] #7  0x0000000000766adb in ExecProcNode (node=0x83b02b380) at ../src/include/executor/executor.h:278
[10:13:29.585] #8  ExecutePlan (estate=0x83b02b100, planstate=0x83b02b380, use_parallel_mode=<optimized out>, operation=...
[10:13:29.585] #9  standard_ExecutorRun (queryDesc=0x835812500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[10:13:29.870] #0  0x000000000075dbfa in ExecInterpExpr (state=0x8396a6500, econtext=0x8396a7160, isnull=0x820d5c377) at...
[10:13:29.870] #1  0x0000000000764690 in ExecEvalExpr (state=0x8396a69f0, econtext=0x8396a1838, isNull=0x820d5c377) at ....
[10:13:29.870] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[10:13:29.870] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x8396a6100, slot=slot@entry=0x8396a1838, isnew=isnew...
[10:13:29.870] #4  0x000000000077e435 in lookup_hash_entries (aggstate=aggstate@entry=0x835cd5380) at ../src/backend/exe...
[10:13:29.870] #5  0x000000000077bcd2 in agg_fill_hash_table (aggstate=0x835cd5380) at ../src/backend/executor/nodeAgg.c...
[10:13:29.870] #6  ExecAgg (pstate=0x835cd5380) at ../src/backend/executor/nodeAgg.c:2172
[10:13:29.870] #7  0x0000000000766adb in ExecProcNode (node=0x835cd5380) at ../src/include/executor/executor.h:278
[10:13:29.870] #8  ExecutePlan (estate=0x835cd5100, planstate=0x835cd5380, use_parallel_mode=<optimized out>, operation=...
[10:13:29.870] #9  standard_ExecutorRun (queryDesc=0x835b24500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[10:13:13.772] #0  0x000000082bf8041a in thr_kill () from /lib/libc.so.7
[10:13:13.772] #1  0x000000082bef9e64 in raise () from /lib/libc.so.7
[10:13:13.772] #2  0x000000082bfaa6f9 in abort () from /lib/libc.so.7
[10:13:13.772] #3  0x0000000000a94b15 in ExceptionalCondition (conditionName=0x356db4 "HaveRegisteredOrActiveSnapshot()"...
[10:13:13.772] #4  0x000000000069801a in index_drop (indexId=24609, concurrent=false, concurrent_lock_mode=<optimized ou...
[10:13:13.772] #5  0x000000000068f72e in doDeletion (object=object@entry=0x8374515b0, flags=flags@entry=21) at ../src/ba...
[10:13:13.772] #6  0x000000000068dbf0 in deleteOneObject (object=0x8374515b0, depRel=0x821a6dab0, flags=21) at ../src/ba...
[10:13:13.772] #7  deleteObjectsInList (targetObjects=targetObjects@entry=0x837477ab8, depRel=depRel@entry=0x821a6dab0, ...
[10:13:13.772] #8  0x000000000068c885 in performDeletion (object=object@entry=0x821a6dba0, behavior=behavior@entry=DROP_...
[10:13:13.772] #9  0x0000000000888b06 in do_autovacuum () at ../src/backend/postmaster/autovacuum.c:2215
core
[10:13:13.423] #0  0x000000000075dbfa in ExecInterpExpr (state=0x846f67710, econtext=0x846f68190, isnull=0x821a6d737) at...
[10:13:13.423] #1  0x0000000000764690 in ExecEvalExpr (state=0x846f67bb0, econtext=0x847039ff0, isNull=0x821a6d737) at ....
[10:13:13.423] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[10:13:13.423] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x846f67100, slot=slot@entry=0x847039ff0, isnew=isnew...
[10:13:13.423] #4  0x000000000077e435 in lookup_hash_entries (aggstate=aggstate@entry=0x846f73418) at ../src/backend/exe...
[10:13:13.423] #5  0x000000000077bcd2 in agg_fill_hash_table (aggstate=0x846f73418) at ../src/backend/executor/nodeAgg.c...
[10:13:13.423] #6  ExecAgg (pstate=0x846f73418) at ../src/backend/executor/nodeAgg.c:2172
[10:13:13.423] #7  0x000000000078060b in ExecProcNode (node=0x846f73418) at ../src/include/executor/executor.h:278
[10:13:13.423] #8  ExecAppend (pstate=0x846f72c48) at ../src/backend/executor/nodeAppend.c:351
[10:13:13.423] #9  0x000000000077e28d in ExecProcNode (node=0x846f72c48) at ../src/include/executor/executor.h:278
core
[10:13:13.102] #0  0x000000000075dbfa in ExecInterpExpr (state=0x8434e4a60, econtext=0x8434e76a0, isnull=0x821a6d927) at...
[10:13:13.102] #1  0x0000000000764690 in ExecEvalExpr (state=0x8434e63c0, econtext=0x84349d738, isNull=0x821a6d927) at ....
[10:13:13.102] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[10:13:13.102] #3  LookupTupleHashEntry (hashtable=0x8434e4890, slot=slot@entry=0x84349d738, isnew=isnew@entry=0x821a6d9...
[10:13:13.102] #4  0x00000000007a0294 in setop_fill_hash_table (setopstate=0x837387a68) at ../src/backend/executor/nodeS...
[10:13:13.102] #5  ExecSetOp (pstate=0x837387a68) at ../src/backend/executor/nodeSetOp.c:216
[10:13:13.102] #6  0x0000000000766adb in ExecProcNode (node=0x837387a68) at ../src/include/executor/executor.h:278
[10:13:13.102] #7  ExecutePlan (estate=0x837483100, planstate=0x837387a68, use_parallel_mode=<optimized out>, operation=...
[10:13:13.102] #8  standard_ExecutorRun (queryDesc=0x837379500, direction=ForwardScanDirection, count=0, execute_once=<o...
[10:13:13.102] #9  0x000000000093e5d9 in PortalRunSelect (portal=portal@entry=0x8373a5100, forward=<optimized out>, coun...
core
[10:13:12.803] #0  0x000000000075dbfa in ExecInterpExpr (state=0x843850a68, econtext=0x843853e28, isnull=0x821a6d927) at...
[10:13:12.803] #1  0x0000000000764690 in ExecEvalExpr (state=0x8438537a8, econtext=0x843839bd8, isNull=0x821a6d927) at ....
[10:13:12.803] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[10:13:12.803] #3  LookupTupleHashEntry (hashtable=0x8438508c8, slot=slot@entry=0x843839bd8, isnew=isnew@entry=0x821a6d9...
[10:13:12.803] #4  0x00000000007a0294 in setop_fill_hash_table (setopstate=0x8437da5f0) at ../src/backend/executor/nodeS...
[10:13:12.803] #5  ExecSetOp (pstate=0x8437da5f0) at ../src/backend/executor/nodeSetOp.c:216
[10:13:12.803] #6  0x0000000000766adb in ExecProcNode (node=0x8437da5f0) at ../src/include/executor/executor.h:278
[10:13:12.803] #7  ExecutePlan (estate=0x8437da100, planstate=0x8437da5f0, use_parallel_mode=<optimized out>, operation=...
[10:13:12.803] #8  standard_ExecutorRun (queryDesc=0x837475500, direction=ForwardScanDirection, count=0, execute_once=<o...
[10:13:12.803] #9  0x000000000093e5d9 in PortalRunSelect (portal=portal@entry=0x8373a5100, forward=<optimized out>, coun...
core
[10:13:12.504] #0  0x000000000075dbfa in ExecInterpExpr (state=0x837488f20, econtext=0x8442f8bd8, isnull=0x821a6d6e7) at...
[10:13:12.504] #1  0x0000000000764690 in ExecEvalExpr (state=0x8442f8558, econtext=0x8442e85f0, isNull=0x821a6d6e7) at ....
[10:13:12.504] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[10:13:12.504] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x837487100, slot=slot@entry=0x8442e85f0, isnew=isnew...
[10:13:12.504] #4  0x000000000077e435 in lookup_hash_entries (aggstate=aggstate@entry=0x83747e3a0) at ../src/backend/exe...
[10:13:12.504] #5  0x000000000077bcd2 in agg_fill_hash_table (aggstate=0x83747e3a0) at ../src/backend/executor/nodeAgg.c...
[10:13:12.504] #6  ExecAgg (pstate=0x83747e3a0) at ../src/backend/executor/nodeAgg.c:2172
[10:13:12.504] #7  0x0000000000786b28 in ExecProcNode (node=0x83747e3a0) at ../src/include/executor/executor.h:278
[10:13:12.504] #8  MultiExecPrivateHash (node=0x83747e180) at ../src/backend/executor/nodeHash.c:166
[10:13:12.504] #9  MultiExecHash (node=0x83747e180) at ../src/backend/executor/nodeHash.c:115
core
[10:13:12.193] #0  0x000000000075dbfa in ExecInterpExpr (state=0x8440eb580, econtext=0x8440ecae0, isnull=0x821a6d8c7) at...
[10:13:12.193] #1  0x0000000000764690 in ExecEvalExpr (state=0x8440eba70, econtext=0x8440f7220, isNull=0x821a6d8c7) at ....
[10:13:12.193] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[10:13:12.193] #3  LookupTupleHashEntry (hashtable=0x8440eb3c8, slot=slot@entry=0x8440f7220, isnew=isnew@entry=0x821a6d9...
[10:13:12.193] #4  0x000000000079eec9 in ExecRecursiveUnion (pstate=0x8440f63d0) at ../src/backend/executor/nodeRecursiv...
[10:13:12.193] #5  0x000000000078352c in ExecProcNode (node=0x8440f63d0) at ../src/include/executor/executor.h:278
[10:13:12.193] #6  CteScanNext (node=0x8440ecdd0) at ../src/backend/executor/nodeCtescan.c:103
[10:13:12.193] #7  0x00000000007a0bc7 in ExecProcNode (node=0x8440ecdd0) at ../src/include/executor/executor.h:278
[10:13:12.193] #8  ExecSort (pstate=0x8440ecbc0) at ../src/backend/executor/nodeSort.c:149
[10:13:12.193] #9  0x0000000000766adb in ExecProcNode (node=0x8440ecbc0) at ../src/include/executor/executor.h:278
core
[10:13:11.882] #0  0x000000082bf8041a in thr_kill () from /lib/libc.so.7
[10:13:11.882] #1  0x000000082bef9e64 in raise () from /lib/libc.so.7
[10:13:11.882] #2  0x000000082bfaa6f9 in abort () from /lib/libc.so.7
[10:13:11.882] #3  0x0000000000a94b15 in ExceptionalCondition (conditionName=0x356db4 "HaveRegisteredOrActiveSnapshot()"...
[10:13:11.882] #4  0x000000000069801a in index_drop (indexId=24609, concurrent=false, concurrent_lock_mode=<optimized ou...
[10:13:11.882] #5  0x000000000068f72e in doDeletion (object=object@entry=0x8374515b0, flags=flags@entry=21) at ../src/ba...
[10:13:11.882] #6  0x000000000068dbf0 in deleteOneObject (object=0x8374515b0, depRel=0x821a6dab0, flags=21) at ../src/ba...
[10:13:11.882] #7  deleteObjectsInList (targetObjects=targetObjects@entry=0x8374792d8, depRel=depRel@entry=0x821a6dab0, ...
[10:13:11.882] #8  0x000000000068c885 in performDeletion (object=object@entry=0x821a6dba0, behavior=behavior@entry=DROP_...
[10:13:11.882] #9  0x0000000000888b06 in do_autovacuum () at ../src/backend/postmaster/autovacuum.c:2215
core
[10:13:11.554] #0  0x000000082bf8041a in thr_kill () from /lib/libc.so.7
[10:13:11.554] #1  0x000000082bef9e64 in raise () from /lib/libc.so.7
[10:13:11.554] #2  0x000000082bfaa6f9 in abort () from /lib/libc.so.7
[10:13:11.554] #3  0x0000000000a94b15 in ExceptionalCondition (conditionName=0x356db4 "HaveRegisteredOrActiveSnapshot()"...
[10:13:11.554] #4  0x000000000069801a in index_drop (indexId=24609, concurrent=false, concurrent_lock_mode=<optimized ou...
[10:13:11.554] #5  0x000000000068f72e in doDeletion (object=object@entry=0x8374515b0, flags=flags@entry=21) at ../src/ba...
[10:13:11.554] #6  0x000000000068dbf0 in deleteOneObject (object=0x8374515b0, depRel=0x821a6dab0, flags=21) at ../src/ba...
[10:13:11.554] #7  deleteObjectsInList (targetObjects=targetObjects@entry=0x837479108, depRel=depRel@entry=0x821a6dab0, ...
[10:13:11.554] #8  0x000000000068c885 in performDeletion (object=object@entry=0x821a6dba0, behavior=behavior@entry=DROP_...
[10:13:11.554] #9  0x0000000000888b06 in do_autovacuum () at ../src/backend/postmaster/autovacuum.c:2215
core
[10:13:10.925] #0  0x000000000075dbfa in ExecInterpExpr (state=0x844782610, econtext=0x844783180, isnull=0x821a6d837) at...
[10:13:10.925] #1  0x0000000000764690 in ExecEvalExpr (state=0x844782b00, econtext=0x8448b2380, isNull=0x821a6d837) at ....
[10:13:10.925] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[10:13:10.925] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x844782100, slot=slot@entry=0x8448b2380, isnew=isnew...
[10:13:10.925] #4  0x000000000077e435 in lookup_hash_entries (aggstate=aggstate@entry=0x844901570) at ../src/backend/exe...
[10:13:10.925] #5  0x000000000077c0ca in agg_retrieve_direct (aggstate=0x844901570) at ../src/backend/executor/nodeAgg.c...
[10:13:10.925] #6  ExecAgg (pstate=0x844901570) at ../src/backend/executor/nodeAgg.c:2179
[10:13:10.925] #7  0x00000000007a0bc7 in ExecProcNode (node=0x844901570) at ../src/include/executor/executor.h:278
[10:13:10.925] #8  ExecSort (pstate=0x844901360) at ../src/backend/executor/nodeSort.c:149
[10:13:10.925] #9  0x0000000000766adb in ExecProcNode (node=0x844901360) at ../src/include/executor/executor.h:278
core
[10:13:10.607] #0  0x000000082bf8041a in thr_kill () from /lib/libc.so.7
[10:13:10.607] #1  0x000000082bef9e64 in raise () from /lib/libc.so.7
[10:13:10.607] #2  0x000000082bfaa6f9 in abort () from /lib/libc.so.7
[10:13:10.607] #3  0x0000000000a94b15 in ExceptionalCondition (conditionName=0x356db4 "HaveRegisteredOrActiveSnapshot()"...
[10:13:10.607] #4  0x000000000069801a in index_drop (indexId=24609, concurrent=false, concurrent_lock_mode=<optimized ou...
[10:13:10.607] #5  0x000000000068f72e in doDeletion (object=object@entry=0x8374515b0, flags=flags@entry=21) at ../src/ba...
[10:13:10.607] #6  0x000000000068dbf0 in deleteOneObject (object=0x8374515b0, depRel=0x821a6dab0, flags=21) at ../src/ba...
[10:13:10.607] #7  deleteObjectsInList (targetObjects=targetObjects@entry=0x837478468, depRel=depRel@entry=0x821a6dab0, ...
[10:13:10.607] #8  0x000000000068c885 in performDeletion (object=object@entry=0x821a6dba0, behavior=behavior@entry=DROP_...
[10:13:10.607] #9  0x0000000000888b06 in do_autovacuum () at ../src/backend/postmaster/autovacuum.c:2215
core
[10:13:10.278] #0  0x000000000075dbfa in ExecInterpExpr (state=0x837484500, econtext=0x837485070, isnull=0x821a6d677) at...
[10:13:10.278] #1  0x0000000000764690 in ExecEvalExpr (state=0x8374849f0, econtext=0x844f19a20, isNull=0x821a6d677) at ....
[10:13:10.278] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[10:13:10.278] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x837484100, slot=slot@entry=0x844f19a20, isnew=isnew...
[10:13:10.278] #4  0x000000000077e435 in lookup_hash_entries (aggstate=aggstate@entry=0x837372148) at ../src/backend/exe...
[10:13:10.278] #5  0x000000000077bcd2 in agg_fill_hash_table (aggstate=0x837372148) at ../src/backend/executor/nodeAgg.c...
[10:13:10.278] #6  ExecAgg (pstate=0x837372148) at ../src/backend/executor/nodeAgg.c:2172
[10:13:10.278] #7  0x00000000007712c3 in ExecScan (node=0x837372038, accessMtd=0x7a3160 <SubqueryNext>, recheckMtd=0x7a3...
[10:13:10.278] #8  0x0000000000786b28 in ExecProcNode (node=0x837372038) at ../src/include/executor/executor.h:278
[10:13:10.278] #9  MultiExecPrivateHash (node=0x844e84da0) at ../src/backend/executor/nodeHash.c:166
core
[10:13:09.945] #0  0x000000082bf8041a in thr_kill () from /lib/libc.so.7
[10:13:09.945] #1  0x000000082bef9e64 in raise () from /lib/libc.so.7
[10:13:09.945] #2  0x000000082bfaa6f9 in abort () from /lib/libc.so.7
[10:13:09.945] #3  0x0000000000a94b15 in ExceptionalCondition (conditionName=0x356db4 "HaveRegisteredOrActiveSnapshot()"...
[10:13:09.945] #4  0x000000000069801a in index_drop (indexId=24609, concurrent=false, concurrent_lock_mode=<optimized ou...
[10:13:09.945] #5  0x000000000068f72e in doDeletion (object=object@entry=0x8374515b0, flags=flags@entry=21) at ../src/ba...
[10:13:09.945] #6  0x000000000068dbf0 in deleteOneObject (object=0x8374515b0, depRel=0x821a6dab0, flags=21) at ../src/ba...
[10:13:09.945] #7  deleteObjectsInList (targetObjects=targetObjects@entry=0x837479618, depRel=depRel@entry=0x821a6dab0, ...
[10:13:09.945] #8  0x000000000068c885 in performDeletion (object=object@entry=0x821a6dba0, behavior=behavior@entry=DROP_...
[10:13:09.945] #9  0x0000000000888b06 in do_autovacuum () at ../src/backend/postmaster/autovacuum.c:2215
core
[10:13:09.588] #0  0x000000000075dbfa in ExecInterpExpr (state=0x83863d500, econtext=0x83863e160, isnull=0x821216997) at...
[10:13:09.588] #1  0x0000000000764690 in ExecEvalExpr (state=0x83863d9f0, econtext=0x838637eb8, isNull=0x821216997) at ....
[10:13:09.588] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[10:13:09.588] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83863d100, slot=slot@entry=0x838637eb8, isnew=isnew...
[10:13:09.588] #4  0x000000000077e435 in lookup_hash_entries (aggstate=aggstate@entry=0x838547380) at ../src/backend/exe...
[10:13:09.588] #5  0x000000000077bcd2 in agg_fill_hash_table (aggstate=0x838547380) at ../src/backend/executor/nodeAgg.c...
[10:13:09.588] #6  ExecAgg (pstate=0x838547380) at ../src/backend/executor/nodeAgg.c:2172
[10:13:09.588] #7  0x0000000000766adb in ExecProcNode (node=0x838547380) at ../src/include/executor/executor.h:278
[10:13:09.588] #8  ExecutePlan (estate=0x838547100, planstate=0x838547380, use_parallel_mode=<optimized out>, operation=...
[10:13:09.588] #9  standard_ExecutorRun (queryDesc=0x834edb500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[10:13:11.232] #0  0x000000000075dbfa in ExecInterpExpr (state=0x83749d400, econtext=0x83749df70, isnull=0x821a6d837) at...
[10:13:11.232] #1  0x0000000000764690 in ExecEvalExpr (state=0x83749d8f0, econtext=0x84534b018, isNull=0x821a6d837) at ....
[10:13:11.232] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[10:13:11.232] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83749d100, slot=slot@entry=0x84534b018, isnew=isnew...
[10:13:11.232] #4  0x000000000077e435 in lookup_hash_entries (aggstate=aggstate@entry=0x83747c570) at ../src/backend/exe...
[10:13:11.232] #5  0x000000000077bcd2 in agg_fill_hash_table (aggstate=0x83747c570) at ../src/backend/executor/nodeAgg.c...
[10:13:11.232] #6  ExecAgg (pstate=0x83747c570) at ../src/backend/executor/nodeAgg.c:2172
[10:13:11.232] #7  0x00000000007a0bc7 in ExecProcNode (node=0x83747c570) at ../src/include/executor/executor.h:278
[10:13:11.232] #8  ExecSort (pstate=0x83747c360) at ../src/backend/executor/nodeSort.c:149
[10:13:11.232] #9  0x0000000000766adb in ExecProcNode (node=0x83747c360) at ../src/include/executor/executor.h:278
core
[10:13:09.282] #0  0x000000000075dbfa in ExecInterpExpr (state=0x83a23b500, econtext=0x83a23c160, isnull=0x8219ea057) at...
[10:13:09.282] #1  0x0000000000764690 in ExecEvalExpr (state=0x83a23b9f0, econtext=0x83a235d38, isNull=0x8219ea057) at ....
[10:13:09.282] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[10:13:09.282] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83a23b100, slot=slot@entry=0x83a235d38, isnew=isnew...
[10:13:09.282] #4  0x000000000077e435 in lookup_hash_entries (aggstate=aggstate@entry=0x83a197380) at ../src/backend/exe...
[10:13:09.282] #5  0x000000000077bcd2 in agg_fill_hash_table (aggstate=0x83a197380) at ../src/backend/executor/nodeAgg.c...
[10:13:09.282] #6  ExecAgg (pstate=0x83a197380) at ../src/backend/executor/nodeAgg.c:2172
[10:13:09.282] #7  0x0000000000766adb in ExecProcNode (node=0x83a197380) at ../src/include/executor/executor.h:278
[10:13:09.282] #8  ExecutePlan (estate=0x83a197100, planstate=0x83a197380, use_parallel_mode=<optimized out>, operation=...
[10:13:09.282] #9  standard_ExecutorRun (queryDesc=0x835a69500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[10:13:08.966] #0  0x000000000075dbfa in ExecInterpExpr (state=0x84458bf20, econtext=0x8444519d8, isnull=0x821a6d837) at...
[10:13:08.966] #1  0x0000000000764690 in ExecEvalExpr (state=0x844451358, econtext=0x844505448, isNull=0x821a6d837) at ....
[10:13:08.966] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[10:13:08.966] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x84458a100, slot=slot@entry=0x844505448, isnew=isnew...
[10:13:08.966] #4  0x000000000077e435 in lookup_hash_entries (aggstate=aggstate@entry=0x844424650) at ../src/backend/exe...
[10:13:08.966] #5  0x000000000077bcd2 in agg_fill_hash_table (aggstate=0x844424650) at ../src/backend/executor/nodeAgg.c...
[10:13:08.966] #6  ExecAgg (pstate=0x844424650) at ../src/backend/executor/nodeAgg.c:2172
[10:13:08.966] #7  0x00000000007a0bc7 in ExecProcNode (node=0x844424650) at ../src/include/executor/executor.h:278
[10:13:08.966] #8  ExecSort (pstate=0x844424440) at ../src/backend/executor/nodeSort.c:149
[10:13:08.966] #9  0x0000000000766adb in ExecProcNode (node=0x844424440) at ../src/include/executor/executor.h:278
core
[10:13:08.659] #0  0x000000000075dbfa in ExecInterpExpr (state=0x84452ec98, econtext=0x8445315b8, isnull=0x821a6d927) at...
[10:13:08.659] #1  0x0000000000764690 in ExecEvalExpr (state=0x844531278, econtext=0x8444502d0, isNull=0x821a6d927) at ....
[10:13:08.659] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[10:13:08.659] #3  LookupTupleHashEntry (hashtable=0x84452eaf8, slot=slot@entry=0x8444502d0, isnew=isnew@entry=0x821a6d9...
[10:13:08.659] #4  0x00000000007a0294 in setop_fill_hash_table (setopstate=0x84444f360) at ../src/backend/executor/nodeS...
[10:13:08.659] #5  ExecSetOp (pstate=0x84444f360) at ../src/backend/executor/nodeSetOp.c:216
[10:13:08.659] #6  0x0000000000766adb in ExecProcNode (node=0x84444f360) at ../src/include/executor/executor.h:278
[10:13:08.659] #7  ExecutePlan (estate=0x84444f100, planstate=0x84444f360, use_parallel_mode=<optimized out>, operation=...
[10:13:08.659] #8  standard_ExecutorRun (queryDesc=0x8372dc900, direction=ForwardScanDirection, count=0, execute_once=<o...
[10:13:08.659] #9  0x000000000093e5d9 in PortalRunSelect (portal=portal@entry=0x8373a3100, forward=<optimized out>, coun...
core
[10:13:08.371] #0  0x000000000075dbfa in ExecInterpExpr (state=0x8427ddae0, econtext=0x842825918, isnull=0x821247147) at...
[10:13:08.371] #1  0x0000000000764690 in ExecEvalExpr (state=0x8427ded00, econtext=0x8427f6428, isNull=0x821247147) at ....
[10:13:08.371] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[10:13:08.371] #3  LookupTupleHashEntry (hashtable=0x8427dd940, slot=slot@entry=0x8427f6428, isnew=isnew@entry=0x8212471...
[10:13:08.371] #4  0x00000000007a0294 in setop_fill_hash_table (setopstate=0x8362c0380) at ../src/backend/executor/nodeS...
[10:13:08.371] #5  ExecSetOp (pstate=0x8362c0380) at ../src/backend/executor/nodeSetOp.c:216
[10:13:08.371] #6  0x0000000000766adb in ExecProcNode (node=0x8362c0380) at ../src/include/executor/executor.h:278
[10:13:08.371] #7  ExecutePlan (estate=0x8362c0100, planstate=0x8362c0380, use_parallel_mode=<optimized out>, operation=...
[10:13:08.371] #8  standard_ExecutorRun (queryDesc=0x836158500, direction=ForwardScanDirection, count=0, execute_once=<o...
[10:13:08.371] #9  0x000000000093e5d9 in PortalRunSelect (portal=portal@entry=0x8361c2100, forward=<optimized out>, coun...
core
[10:13:08.072] #0  0x000000000075dbfa in ExecInterpExpr (state=0x842cd2f20, econtext=0x842ce65d8, isnull=0x821247057) at...
[10:13:08.072] #1  0x0000000000764690 in ExecEvalExpr (state=0x842ce5f58, econtext=0x842cca1b8, isNull=0x821247057) at ....
[10:13:08.072] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[10:13:08.072] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x842cd1100, slot=slot@entry=0x842cca1b8, isnew=isnew...
[10:13:08.072] #4  0x000000000077e435 in lookup_hash_entries (aggstate=aggstate@entry=0x842cb8558) at ../src/backend/exe...
[10:13:08.072] #5  0x000000000077bcd2 in agg_fill_hash_table (aggstate=0x842cb8558) at ../src/backend/executor/nodeAgg.c...
[10:13:08.072] #6  ExecAgg (pstate=0x842cb8558) at ../src/backend/executor/nodeAgg.c:2172
[10:13:08.072] #7  0x00000000007a0bc7 in ExecProcNode (node=0x842cb8558) at ../src/include/executor/executor.h:278
[10:13:08.072] #8  ExecSort (pstate=0x842cb8348) at ../src/backend/executor/nodeSort.c:149
[10:13:08.072] #9  0x0000000000766adb in ExecProcNode (node=0x842cb8348) at ../src/include/executor/executor.h:278
core
[10:13:07.764] #0  0x000000000075dbfa in ExecInterpExpr (state=0x8449f1b20, econtext=0x844ad0a18, isnull=0x821a6d927) at...
[10:13:07.764] #1  0x0000000000764690 in ExecEvalExpr (state=0x8449f2d40, econtext=0x844a011e8, isNull=0x821a6d927) at ....
[10:13:07.764] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[10:13:07.764] #3  LookupTupleHashEntry (hashtable=0x8449f1980, slot=slot@entry=0x844a011e8, isnew=isnew@entry=0x821a6d9...
[10:13:07.764] #4  0x00000000007a0294 in setop_fill_hash_table (setopstate=0x8448a2380) at ../src/backend/executor/nodeS...
[10:13:07.764] #5  ExecSetOp (pstate=0x8448a2380) at ../src/backend/executor/nodeSetOp.c:216
[10:13:07.764] #6  0x0000000000766adb in ExecProcNode (node=0x8448a2380) at ../src/include/executor/executor.h:278
[10:13:07.764] #7  ExecutePlan (estate=0x8448a2100, planstate=0x8448a2380, use_parallel_mode=<optimized out>, operation=...
[10:13:07.764] #8  standard_ExecutorRun (queryDesc=0x837471500, direction=ForwardScanDirection, count=0, execute_once=<o...
[10:13:07.764] #9  0x000000000093e5d9 in PortalRunSelect (portal=portal@entry=0x8373a3100, forward=<optimized out>, coun...
core
[10:13:16.355] #0  0x000000000075dbfa in ExecInterpExpr (state=0x83799a490, econtext=0x83799b000, isnull=0x8217fa197) at...
[10:13:16.355] #1  0x0000000000764690 in ExecEvalExpr (state=0x83799a980, econtext=0x843ac8a98, isNull=0x8217fa197) at ....
[10:13:16.355] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[10:13:16.355] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83799a100, slot=slot@entry=0x843ac8a98, isnew=isnew...
[10:13:16.355] #4  0x000000000077e435 in lookup_hash_entries (aggstate=aggstate@entry=0x837adf550) at ../src/backend/exe...
[10:13:16.355] #5  0x000000000077c0ca in agg_retrieve_direct (aggstate=0x837adf550) at ../src/backend/executor/nodeAgg.c...
[10:13:16.355] #6  ExecAgg (pstate=0x837adf550) at ../src/backend/executor/nodeAgg.c:2179
[10:13:16.355] #7  0x00000000007a0bc7 in ExecProcNode (node=0x837adf550) at ../src/include/executor/executor.h:278
[10:13:16.355] #8  ExecSort (pstate=0x837adf340) at ../src/backend/executor/nodeSort.c:149
[10:13:16.355] #9  0x0000000000766adb in ExecProcNode (node=0x837adf340) at ../src/include/executor/executor.h:278
core
[10:13:16.029] #0  0x000000000075dbfa in ExecInterpExpr (state=0x836de6828, econtext=0x836de9ad8, isnull=0x82136a7c7) at...
[10:13:16.029] #1  0x0000000000764690 in ExecEvalExpr (state=0x836de7208, econtext=0x835400718, isNull=0x82136a7c7) at ....
[10:13:16.029] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[10:13:16.029] #3  LookupTupleHashEntry (hashtable=0x836de6688, slot=slot@entry=0x835400718, isnew=isnew@entry=0x82136a8...
[10:13:16.029] #4  0x00000000007a0294 in setop_fill_hash_table (setopstate=0x836cc0340) at ../src/backend/executor/nodeS...
[10:13:16.029] #5  ExecSetOp (pstate=0x836cc0340) at ../src/backend/executor/nodeSetOp.c:216
[10:13:16.029] #6  0x0000000000766adb in ExecProcNode (node=0x836cc0340) at ../src/include/executor/executor.h:278
[10:13:16.029] #7  ExecutePlan (estate=0x836cc0100, planstate=0x836cc0340, use_parallel_mode=<optimized out>, operation=...
[10:13:16.029] #8  standard_ExecutorRun (queryDesc=0x835238900, direction=ForwardScanDirection, count=0, execute_once=<o...
[10:13:16.029] #9  0x000000000093e5d9 in PortalRunSelect (portal=portal@entry=0x8352ff100, forward=<optimized out>, coun...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/matview-write-skew.out /tmp/cirrus-ci-build/build/testrun/isol...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/matview-write-skew.out	2024-10-23 10:06:51.073441000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/isolation/isolation/results/matview-write-skew.out	2024-10-23 10:09:52.664138000 ...
@@ -1,121 +1,6 @@
 Parsed test spec with 2 sessions
 
 starting permutation: s1_begin s2_begin s1_refresh s2_read s2_insert s1_commit s2_commit
-step s1_begin: BEGIN ISOLATION LEVEL SERIALIZABLE;
-step s2_begin: BEGIN ISOLATION LEVEL SERIALIZABLE;
-step s1_refresh: REFRESH MATERIALIZED VIEW CONCURRENTLY order_summary;
-step s2_read: SELECT max(date) FROM order_summary;
-       max
-----------
-04-01-2022
-(1 row)
-
-step s2_insert: INSERT INTO orders VALUES ('2022-04-02', 'orange', 15);
-step s1_commit: COMMIT;
-step s2_commit: COMMIT;
-ERROR:  could not serialize access due to read/write dependencies among transactions
...
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pageinspect/expected/brin.out /tmp/cirrus-ci-build/build/testrun/pageinspect/regre...
--- /tmp/cirrus-ci-build/contrib/pageinspect/expected/brin.out	2024-10-23 10:06:49.622827000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pageinspect/regress/results/brin.out	2024-10-23 10:09:26.190811000 +0000
@@ -161,50 +161,7 @@
 SELECT * FROM brin_page_items(get_raw_page('brin_test_parallel_idx', 2), 'brin_test_parallel_idx')
 EXCEPT
 SELECT * FROM brin_page_items(get_raw_page('brin_test_serial_idx', 2), 'brin_test_serial_idx');
- itemoffset | blknum | attnum | allnulls | hasnulls | placeholder | empty | value 
-------------+--------+--------+----------+----------+-------------+-------+-------
-(0 rows)
-
-SELECT * FROM brin_page_items(get_raw_page('brin_test_serial_idx', 2), 'brin_test_serial_idx')
-EXCEPT
-SELECT * FROM brin_page_items(get_raw_page('brin_test_parallel_idx', 2), 'brin_test_parallel_idx');
- itemoffset | blknum | attnum | allnulls | hasnulls | placeholder | empty | value 
-------------+--------+--------+----------+----------+-------------+-------+-------
-(0 rows)
-
-DROP INDEX brin_test_parallel_idx;
--- force parallel build, but don't allow starting parallel workers to force
...
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/select.out /tmp/cirrus-ci-build/build/testrun/pg_stat_...
--- /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/select.out	2024-10-23 10:06:49.632338000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_stat_statements/regress/results/select.out	2024-10-23 10:09:27.915100000 +0000
@@ -320,96 +320,7 @@
 FROM (VALUES (1, 2, 3), (4, NULL, 6), (7, 8, 9)) AS t (a, b, c)
 GROUP BY ROLLUP(a, b), rollup(a, c)
 ORDER BY a, b, c;
- a | b | c 
----+---+---
- 1 | 2 | 3
- 1 | 2 |  
- 1 | 2 |  
- 1 |   | 3
- 1 |   | 3
- 1 |   |  
- 1 |   |  
- 1 |   |  
- 4 |   | 6
- 4 |   | 6
- 4 |   | 6
...
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_trgm/expected/pg_trgm.out /tmp/cirrus-ci-build/build/testrun/pg_trgm/regress/re...
--- /tmp/cirrus-ci-build/contrib/pg_trgm/expected/pg_trgm.out	2024-10-23 10:06:49.639374000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_trgm/regress/results/pg_trgm.out	2024-10-23 10:09:28.922938000 +0000
@@ -5384,21 +5384,7 @@
 
 SELECT DISTINCT city, similarity(city, 'Warsaw'), show_limit()
   FROM restaurants WHERE city % 'Warsaw';
-  city  | similarity | show_limit 
---------+------------+------------
- Warsaw |          1 |        0.3
-(1 row)
-
-SELECT set_limit(0.5);
- set_limit 
------------
-       0.5
-(1 row)
-
-SELECT DISTINCT city, similarity(city, 'Warsaw'), show_limit()
-  FROM restaurants WHERE city % 'Warsaw';
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/type_sanity.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/00...
--- /tmp/cirrus-ci-build/src/test/regress/expected/type_sanity.out	2024-10-23 10:06:51.268982000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/type_sanity.out	2024-10-23 10:08:33.861136...
@@ -172,573 +172,7 @@
 FROM pg_type AS t1
 WHERE t1.typtype not in ('b', 'p')
 ORDER BY 1;
- typtype |   typinput    
----------+---------------
- c       | record_in
- d       | domain_in
- e       | enum_in
- m       | multirange_in
- r       | range_in
-(5 rows)
-
--- Check for bogus typoutput routines
--- As of 8.0, this check finds refcursor, which is borrowing
--- other types' I/O routines
-SELECT t1.oid, t1.typname, p1.oid, p1.proname
...
regress
diff -U3 /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out /tmp/cirrus-ci-build/build/testrun/postgres...
--- /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out	2024-10-23 10:06:49.666623000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/postgres_fdw/regress/results/postgres_fdw.out	2024-10-23 10:09:31.642714000 +0000
@@ -2329,10019 +2329,7 @@
 (20 rows)
 
 SELECT t1c1, avg(t1c1 + t2c1) FROM (SELECT t1.c1, t2.c1 FROM ft1 t1 JOIN ft2 t2 ON (t1.c1 = t2.c1) UNION SELECT t1.c1, ...
- t1c1 |         avg          
-------+----------------------
-  101 | 202.0000000000000000
-  102 | 204.0000000000000000
-  103 | 206.0000000000000000
-  104 | 208.0000000000000000
-  105 | 210.0000000000000000
-  106 | 212.0000000000000000
-  107 | 214.0000000000000000
-  108 | 216.0000000000000000
-  109 | 218.0000000000000000
-  110 | 220.0000000000000000
-(10 rows)
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/type_sanity.out /tmp/cirrus-ci-build/build/testrun/recovery/027_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/type_sanity.out	2024-10-23 10:06:51.268982000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/type_sanity.out	2024-10-23 10:08:59.8431...
@@ -172,573 +172,7 @@
 FROM pg_type AS t1
 WHERE t1.typtype not in ('b', 'p')
 ORDER BY 1;
- typtype |   typinput    
----------+---------------
- c       | record_in
- d       | domain_in
- e       | enum_in
- m       | multirange_in
- r       | range_in
-(5 rows)
-
--- Check for bogus typoutput routines
--- As of 8.0, this check finds refcursor, which is borrowing
--- other types' I/O routines
-SELECT t1.oid, t1.typname, p1.oid, p1.proname
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/type_sanity.out /tmp/cirrus-ci-build/build/testrun/regress/regre...
--- /tmp/cirrus-ci-build/src/test/regress/expected/type_sanity.out	2024-10-23 10:06:51.268982000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/type_sanity.out	2024-10-23 10:08:33.056053000 +0000
@@ -172,573 +172,7 @@
 FROM pg_type AS t1
 WHERE t1.typtype not in ('b', 'p')
 ORDER BY 1;
- typtype |   typinput    
----------+---------------
- c       | record_in
- d       | domain_in
- e       | enum_in
- m       | multirange_in
- r       | range_in
-(5 rows)
-
--- Check for bogus typoutput routines
--- As of 8.0, this check finds refcursor, which is borrowing
--- other types' I/O routines
-SELECT t1.oid, t1.typname, p1.oid, p1.proname
...
regress
diff -U3 /tmp/cirrus-ci-build/contrib/tablefunc/expected/tablefunc.out /tmp/cirrus-ci-build/build/testrun/tablefunc/regr...
--- /tmp/cirrus-ci-build/contrib/tablefunc/expected/tablefunc.out	2024-10-23 10:06:49.684860000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/tablefunc/regress/results/tablefunc.out	2024-10-23 10:09:30.342103000 +0000
@@ -239,261 +239,7 @@
   'SELECT rowid, rowdt, attribute, val FROM cth ORDER BY 1',
   'SELECT DISTINCT rowdt, attribute FROM cth ORDER BY 2')
 AS c(rowid text, rowdt timestamp, temperature int4, test_result text, test_startdate timestamp, volts float8);
-ERROR:  invalid crosstab categories query
-DETAIL:  The query must return one column.
--- if category query generates a NULL value, get expected error
-SELECT * FROM crosstab(
-  'SELECT rowid, rowdt, attribute, val FROM cth ORDER BY 1',
-  'SELECT NULL::text')
-AS c(rowid text, rowdt timestamp, temperature int4, test_result text, test_startdate timestamp, volts float8);
-ERROR:  crosstab category value must not be null
--- if source query returns zero rows, get zero rows returned
-SELECT * FROM crosstab(
-  'SELECT rowid, rowdt, attribute, val FROM cth WHERE false ORDER BY 1',
-  'SELECT DISTINCT attribute FROM cth ORDER BY 1')
-AS c(rowid text, rowdt timestamp, temperature text, test_result text, test_startdate text, volts text);
...
tap
[10:09:47.549](2.139s) not ok 7 - checking an unresolvable database pattern under --no-strict-names status (got 1 vs exp...
[10:09:47.592](0.000s) not ok 12 - checking an unresolvable database pattern (substring of existent database) stderr /(?...
[10:09:47.601](0.000s) not ok 15 - checking an unresolvable database pattern (superstring of existent database) stderr /...
[10:09:47.619](0.001s) not ok 20 - checking a database by name without amcheck installed, no other databases stderr /(?^...
[10:09:47.620](0.000s) not ok 21 - checking a database by name without amcheck installed, no other databases stderr /(?^...
[10:09:47.627](0.008s) not ok 22 - checking a database by name without amcheck installed, with other databases status (g...
[10:09:47.629](0.000s) not ok 24 - checking a database by name without amcheck installed, with other databases stderr /(...
[10:09:47.676](0.047s) not ok 25 - checking a database by pattern without amcheck installed, with other databases status...
[10:09:47.677](0.000s) not ok 27 - checking a database by pattern without amcheck installed, with other databases stderr...
[10:09:47.692](0.000s) not ok 30 - checking table pattern ".." stderr /(?^:pg_amcheck: error: no connectable databases t...
[10:09:47.706](0.000s) not ok 33 - checking table pattern ".foo.bar" stderr /(?^:pg_amcheck: error: no connectable datab...
[10:09:47.721](0.000s) not ok 36 - checking table pattern "." stderr /(?^:pg_amcheck: error: no heap tables to check mat...
[10:09:47.843](0.010s) not ok 64 - many unmatched patterns and one matched pattern under --no-strict-names status (got 1...
[10:09:47.844](0.001s) not ok 66 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[10:09:47.844](0.000s) not ok 67 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[10:09:47.847](0.000s) not ok 68 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[10:09:47.851](0.000s) not ok 69 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[10:09:47.851](0.000s) not ok 70 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[10:09:47.852](0.000s) not ok 71 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[10:09:47.852](0.000s) not ok 72 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[10:09:47.853](0.000s) not ok 73 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[10:09:47.853](0.000s) not ok 74 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[10:09:47.853](0.000s) not ok 75 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[10:09:47.854](0.000s) not ok 76 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[10:09:47.854](0.000s) not ok 77 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[10:09:47.854](0.000s) not ok 78 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[10:09:47.855](0.000s) not ok 79 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[10:09:47.855](0.000s) not ok 80 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[10:09:47.855](0.000s) not ok 81 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[10:09:47.856](0.000s) not ok 82 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
tap
[10:09:50.049](5.200s) not ok 1 - pg_amcheck prior to corruption status (got 1 vs expected 0)
[10:09:50.053](0.001s) not ok 3 - pg_amcheck prior to corruption stderr /(?^:^$)/
[10:09:50.061](0.007s) Bail out!  pg_ctl stop failed
tap
[10:09:49.168](3.968s) not ok 1 - pg_amcheck test table, prior to corruption
[10:09:49.173](0.005s) not ok 2 - pg_amcheck test table and index, prior to corruption
[10:09:49.177](0.003s) Bail out!  pg_ctl stop failed
tap
[10:09:50.985](3.020s) not ok 1 - pg_amcheck all schemas, tables and indexes reports no corruption: exit code 0
[10:09:50.985](0.000s) not ok 2 - pg_amcheck all schemas, tables and indexes reports no corruption: no stderr
tap
[10:10:02.684](3.419s) not ok 30 - run pg_createsubscriber on node S
tap
[10:10:06.196](2.975s) not ok 19 - pg_dump: option -n pg_catalog
[10:10:06.287](0.090s) not ok 20 - pg_dumpall: option --exclude-database handles database names with embedded dots
[10:10:06.299](0.001s) not ok 22 - pg_dump: option --schema rejects three-part schema names: matches
[10:10:06.309](0.001s) not ok 24 - pg_dump: option --schema rejects cross-database multipart schema names: matches
[10:10:06.324](0.001s) not ok 26 - pg_dump: option --schema rejects degenerate two-part schema name: ".": matches
[10:10:06.347](0.001s) not ok 28 - pg_dump: option --schema rejects cross-database multipart schema names with embedded ...
[10:10:06.367](0.009s) not ok 30 - pg_dump: option --schema rejects degenerate three-part schema name: "..": matches
[10:10:06.403](0.000s) not ok 32 - pg_dump: option --table rejects four-part table names: matches
[10:10:06.412](0.001s) not ok 34 - pg_dump: option --table rejects cross-database three part table names: matches
[10:10:06.432](0.006s) not ok 36 - pg_dump: option --table rejects cross-database three part table names with embedded d...
[10:10:06.443](0.010s) not ok 37 - binary_upgrade: pg_dump runs
[10:10:06.450](0.006s) not ok 38 - binary_upgrade: pg_restore runs
tap
[10:08:36.914](8.589s) not ok 5 - regression tests pass
[10:08:38.155](1.220s) not ok 6 - dump before running pg_upgrade
tap
[10:10:34.021](1.679s) not ok 192 - psql seeded_random count ok
[10:10:34.021](0.000s) not ok 193 - psql seeded_random count stderr is empty
[10:10:34.022](0.000s) not ok 194 - psql seeded_random count uniform
[10:10:34.022](0.000s) not ok 195 - psql seeded_random count exponential
[10:10:34.022](0.000s) not ok 196 - psql seeded_random count gaussian
[10:10:34.023](0.000s) not ok 197 - psql seeded_random count zipfian
tap
[10:09:02.358](8.343s) not ok 2 - regression tests pass
test
[10:11:57.146]   8/311 postgresql:pg_upgrade / pg_upgrade/004_subscription                             ERROR            ...
[10:11:57.146]   9/311 postgresql:pg_upgrade / pg_upgrade/003_logical_slots                            ERROR            ...
[10:11:57.146]  11/311 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[10:11:57.146]   6/311 postgresql:regress / regress/regress                                            ERROR            ...
[10:11:57.146]  37/311 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[10:11:57.146]  43/311 postgresql:recovery / recovery/038_save_logical_slots_shutdown                  ERROR            ...
[10:11:57.146]  45/311 postgresql:recovery / recovery/035_standby_logical_decoding                     ERROR            ...
[10:11:57.146]  48/311 postgresql:recovery / recovery/040_standby_failover_slots_sync                  ERROR            ...
[10:11:57.146]  88/311 postgresql:pageinspect / pageinspect/regress                                    ERROR            ...
[10:11:57.146]  93/311 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
[10:11:57.146]  94/311 postgresql:pg_trgm / pg_trgm/regress                                            ERROR            ...
[10:11:57.146]  97/311 postgresql:tablefunc / tablefunc/regress                                        ERROR            ...
[10:11:57.146]  99/311 postgresql:postgres_fdw / postgres_fdw/regress                                  ERROR            ...
[10:11:57.146] 140/311 postgresql:pg_amcheck / pg_amcheck/002_nonesuch                                 ERROR            ...
[10:11:57.146] 144/311 postgresql:pg_amcheck / pg_amcheck/004_verify_heapam                            ERROR            ...
[10:11:57.146] 145/311 postgresql:pg_amcheck / pg_amcheck/003_check                                    ERROR            ...
[10:11:57.146] 147/311 postgresql:pg_amcheck / pg_amcheck/005_opclass_damage                           ERROR            ...
[10:11:57.146] 167/311 postgresql:pg_basebackup / pg_basebackup/040_pg_createsubscriber                ERROR            ...
[10:11:57.146] 175/311 postgresql:pg_dump / pg_dump/002_pg_dump                                        ERROR            ...
[10:11:57.146] 227/311 postgresql:pgbench / pgbench/001_pgbench_with_server                            ERROR            ...
[10:11:57.146] 244/311 postgresql:subscription / subscription/002_types                                ERROR            ...
[10:11:57.146] 245/311 postgresql:subscription / subscription/004_sync                                 ERROR            ...
[10:11:57.146] 246/311 postgresql:subscription / subscription/001_rep_changes                          ERROR            ...
[10:11:57.146] 247/311 postgresql:subscription / subscription/003_constraints                          ERROR            ...
[10:11:57.146] 248/311 postgresql:subscription / subscription/006_rewrite                              ERROR            ...
[10:11:57.146] 249/311 postgresql:subscription / subscription/005_encoding                             ERROR            ...
[10:11:57.146] 250/311 postgresql:subscription / subscription/007_ddl                                  ERROR            ...
[10:11:57.146] 251/311 postgresql:subscription / subscription/008_diff_schema                          ERROR            ...
[10:11:57.146] 252/311 postgresql:subscription / subscription/011_generated                            ERROR            ...
[10:11:57.146] 254/311 postgresql:subscription / subscription/010_truncate                             ERROR            ...
[10:11:57.146] 255/311 postgresql:subscription / subscription/012_collation                            ERROR            ...
[10:11:57.146] 256/311 postgresql:subscription / subscription/014_binary                               ERROR            ...
[10:11:57.146] 257/311 postgresql:subscription / subscription/016_stream_subxact                       ERROR            ...
[10:11:57.146] 258/311 postgresql:subscription / subscription/015_stream                               ERROR            ...
[10:11:57.146] 259/311 postgresql:subscription / subscription/013_partition                            ERROR            ...
[10:11:57.146] 260/311 postgresql:subscription / subscription/017_stream_ddl                           ERROR            ...
[10:11:57.146] 261/311 postgresql:subscription / subscription/018_stream_subxact_abort                 ERROR            ...
[10:11:57.146] 262/311 postgresql:subscription / subscription/019_stream_subxact_ddl_abort             ERROR            ...
[10:11:57.146] 263/311 postgresql:subscription / subscription/020_messages                             ERROR            ...
[10:11:57.146] 264/311 postgresql:subscription / subscription/023_twophase_stream                      ERROR            ...
[10:11:57.146] 265/311 postgresql:subscription / subscription/021_twophase                             ERROR            ...
[10:11:57.146] 266/311 postgresql:subscription / subscription/024_add_drop_pub                         ERROR            ...
[10:11:57.146] 267/311 postgresql:subscription / subscription/022_twophase_cascade                     ERROR            ...
[10:11:57.146] 268/311 postgresql:subscription / subscription/025_rep_changes_for_schema               ERROR            ...
[10:11:57.146] 269/311 postgresql:subscription / subscription/026_stats                                ERROR            ...
[10:11:57.146] 270/311 postgresql:subscription / subscription/029_on_error                             ERROR            ...
[10:11:57.146] 271/311 postgresql:subscription / subscription/028_row_filter                           ERROR            ...
[10:11:57.146] 272/311 postgresql:subscription / subscription/027_nosuperuser                          ERROR            ...
[10:11:57.146] 273/311 postgresql:subscription / subscription/030_origin                               ERROR            ...
[10:11:57.146] 276/311 postgresql:subscription / subscription/031_column_list                          ERROR            ...
[10:11:57.146] 277/311 postgresql:subscription / subscription/032_subscribe_use_index                  ERROR            ...
[10:11:57.146] 278/311 postgresql:subscription / subscription/100_bugs                                 ERROR            ...
[10:11:57.146] 279/311 postgresql:subscription / subscription/033_run_as_table_owner                   ERROR            ...
[10:11:57.146] 311/311 postgresql:isolation / isolation/isolation                                      ERROR           2...
Linux - Debian Bookworm - Autoconf
core
[10:12:23.913] #0  0x00007fec4d0abe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[10:12:23.913] #1  0x00007fec4d05cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[10:12:23.913] #2  0x00007fec4d047472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[10:12:23.913] #3  0x00007fec4e2d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[10:12:23.913] #4  0x00007fec4e2e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[10:12:23.913] #5  0x00007fec4e2c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7fec4ce4df4e, __in_ch...
[10:12:23.913] #6  0x00007fec4e2be6ae in __asan::ReportDeadlySignal (sig=...) at ../../../../src/libsanitizer/asan/asan_...
[10:12:23.913] #7  0x00007fec4e2bd462 in __asan::AsanOnDeadlySignal (signo=<optimized out>, siginfo=0x7fec4ce4ebf0, cont...
[10:12:23.913] #8  <signal handler called>
[10:12:23.913] #9  0x000055678d206a19 in ExecInterpExpr (state=0x6250000cc010, econtext=0x6250000d0a08, isnull=0x7fff828...
core
[10:12:15.499] #0  0x00007f6f14eabe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[10:12:15.499] #1  0x00007f6f14e5cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[10:12:15.499] #2  0x00007f6f14e47472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[10:12:15.499] #3  0x00007f6f15ed650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[10:12:15.499] #4  0x00007f6f15ee2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[10:12:15.499] #5  0x00007f6f15ec1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7f6f145eaf4e, __in_ch...
[10:12:15.499] #6  0x00007f6f15ebe6ae in __asan::ReportDeadlySignal (sig=...) at ../../../../src/libsanitizer/asan/asan_...
[10:12:15.499] #7  0x00007f6f15ebd462 in __asan::AsanOnDeadlySignal (signo=<optimized out>, siginfo=0x7f6f145ebbf0, cont...
[10:12:15.499] #8  <signal handler called>
[10:12:15.499] #9  0x000056292adcfa19 in ExecInterpExpr (state=0x6250000dd810, econtext=0x6250000dfa08, isnull=0x7ffe349...
core
[10:12:16.345] #0  0x00007fced89dbe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[10:12:16.345] #1  0x00007fced898cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[10:12:16.345] #2  0x00007fced8977472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[10:12:16.345] #3  0x00007fced9ad650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[10:12:16.345] #4  0x00007fced9ae2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[10:12:16.345] #5  0x00007fced9ac1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7fced8422f4e, __in_ch...
[10:12:16.345] #6  0x00007fced9abe6ae in __asan::ReportDeadlySignal (sig=...) at ../../../../src/libsanitizer/asan/asan_...
[10:12:16.345] #7  0x00007fced9abd462 in __asan::AsanOnDeadlySignal (signo=<optimized out>, siginfo=0x7fced8423bf0, cont...
[10:12:16.345] #8  <signal handler called>
[10:12:16.345] #9  0x00005593bca06a19 in ExecInterpExpr (state=0x6310001f9188, econtext=0x6310001f9de8, isnull=0x7ffca20...
core
[10:12:16.934] #0  0x00007fd41c8abe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[10:12:16.934] #1  0x00007fd41c85cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[10:12:16.934] #2  0x00007fd41c847472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[10:12:16.934] #3  0x00007fd41dad650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[10:12:16.934] #4  0x00007fd41dae2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[10:12:16.934] #5  0x00007fd41dac1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7fd41c655f4e, __in_ch...
[10:12:16.934] #6  0x00007fd41dabe6ae in __asan::ReportDeadlySignal (sig=...) at ../../../../src/libsanitizer/asan/asan_...
[10:12:16.934] #7  0x00007fd41dabd462 in __asan::AsanOnDeadlySignal (signo=<optimized out>, siginfo=0x7fd41c656bf0, cont...
[10:12:16.934] #8  <signal handler called>
[10:12:16.934] #9  0x00005646b67eca19 in ExecInterpExpr (state=0x6290001e3c60, econtext=0x62d000111168, isnull=0x7ffc915...
core
[10:12:17.506] #0  0x00007f92770abe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[10:12:17.506] #1  0x00007f927705cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[10:12:17.506] #2  0x00007f9277047472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[10:12:17.506] #3  0x00007f92782d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[10:12:17.506] #4  0x00007f92782e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[10:12:17.506] #5  0x00007f92782c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7f9276a2bf4e, __in_ch...
[10:12:17.506] #6  0x00007f92782be6ae in __asan::ReportDeadlySignal (sig=...) at ../../../../src/libsanitizer/asan/asan_...
[10:12:17.506] #7  0x00007f92782bd462 in __asan::AsanOnDeadlySignal (signo=<optimized out>, siginfo=0x7f9276a2cbf0, cont...
[10:12:17.506] #8  <signal handler called>
[10:12:17.506] #9  0x0000563e4ef4aa19 in ExecInterpExpr (state=0x6310001d92e8, econtext=0x6310001dc528, isnull=0x7ffc4b1...
core
[10:12:18.952] #0  0x00007f0632aabe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[10:12:18.952] #1  0x00007f0632a5cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[10:12:18.952] #2  0x00007f0632a47472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[10:12:18.952] #3  0x00007f0633cd650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[10:12:18.952] #4  0x00007f0633ce2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[10:12:18.952] #5  0x00007f0633cc1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7f0632446f4e, __in_ch...
[10:12:18.952] #6  0x00007f0633cbe6ae in __asan::ReportDeadlySignal (sig=...) at ../../../../src/libsanitizer/asan/asan_...
[10:12:18.952] #7  0x00007f0633cbd462 in __asan::AsanOnDeadlySignal (signo=<optimized out>, siginfo=0x7f0632447bf0, cont...
[10:12:18.952] #8  <signal handler called>
[10:12:18.952] #9  0x0000563625226a19 in ExecInterpExpr (state=0x6250000c5020, econtext=0x6290000489d8, isnull=0x7fff565...
core
[10:12:19.673] #0  0x00007f90e80abe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[10:12:19.673] #1  0x00007f90e805cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[10:12:19.673] #2  0x00007f90e8047472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[10:12:19.673] #3  0x00007f90e90d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[10:12:19.673] #4  0x00007f90e90e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[10:12:19.673] #5  0x00007f90e90c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7f90e52f9f4e, __in_ch...
[10:12:19.673] #6  0x00007f90e90be6ae in __asan::ReportDeadlySignal (sig=...) at ../../../../src/libsanitizer/asan/asan_...
[10:12:19.673] #7  0x00007f90e90bd462 in __asan::AsanOnDeadlySignal (signo=<optimized out>, siginfo=0x7f90e52fabf0, cont...
[10:12:19.673] #8  <signal handler called>
[10:12:19.673] #9  0x000055e60253ba19 in ExecInterpExpr (state=0x6250000c9810, econtext=0x6250000cba08, isnull=0x7ffd352...
core
[10:12:20.358] #0  0x00007f97412abe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[10:12:20.358] #1  0x00007f974125cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[10:12:20.358] #2  0x00007f9741247472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[10:12:20.358] #3  0x00007f97424d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[10:12:20.358] #4  0x00007f97424e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[10:12:20.358] #5  0x00007f97424c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7f9740c22f4e, __in_ch...
[10:12:20.358] #6  0x00007f97424be6ae in __asan::ReportDeadlySignal (sig=...) at ../../../../src/libsanitizer/asan/asan_...
[10:12:20.358] #7  0x00007f97424bd462 in __asan::AsanOnDeadlySignal (signo=<optimized out>, siginfo=0x7f9740c23bf0, cont...
[10:12:20.358] #8  <signal handler called>
[10:12:20.358] #9  0x000055d9f1907a19 in ExecInterpExpr (state=0x6250000cc010, econtext=0x6250000d0a08, isnull=0x7ffdd89...
core
[10:12:21.051] #0  0x00007fec4d0abe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[10:12:21.051] #1  0x00007fec4d05cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[10:12:21.051] #2  0x00007fec4d047472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[10:12:21.051] #3  0x00007fec4e2d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[10:12:21.051] #4  0x00007fec4e2e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[10:12:21.051] #5  0x00007fec4e2c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7fec4ce4df4e, __in_ch...
[10:12:21.051] #6  0x00007fec4e2be6ae in __asan::ReportDeadlySignal (sig=...) at ../../../../src/libsanitizer/asan/asan_...
[10:12:21.051] #7  0x00007fec4e2bd462 in __asan::AsanOnDeadlySignal (signo=<optimized out>, siginfo=0x7fec4ce4ebf0, cont...
[10:12:21.051] #8  <signal handler called>
[10:12:21.051] #9  0x000055678d206a19 in ExecInterpExpr (state=0x6250000c9810, econtext=0x6250000cba08, isnull=0x7fff828...
core
[10:12:21.754] #0  0x00007f6f14eabe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[10:12:21.754] #1  0x00007f6f14e5cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[10:12:21.754] #2  0x00007f6f14e47472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[10:12:21.754] #3  0x00007f6f15ed650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[10:12:21.754] #4  0x00007f6f15ee2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[10:12:21.754] #5  0x00007f6f15ec1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7f6f145eaf4e, __in_ch...
[10:12:21.754] #6  0x00007f6f15ebe6ae in __asan::ReportDeadlySignal (sig=...) at ../../../../src/libsanitizer/asan/asan_...
[10:12:21.754] #7  0x00007f6f15ebd462 in __asan::AsanOnDeadlySignal (signo=<optimized out>, siginfo=0x7f6f145ebbf0, cont...
[10:12:21.754] #8  <signal handler called>
[10:12:21.754] #9  0x000056292adcfa19 in ExecInterpExpr (state=0x6250000dd810, econtext=0x6250000dfa08, isnull=0x7ffe349...
core
[10:12:22.440] #0  0x00007f97412abe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[10:12:22.440] #1  0x00007f974125cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[10:12:22.440] #2  0x00007f9741247472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[10:12:22.440] #3  0x00007f97424d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[10:12:22.440] #4  0x00007f97424e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[10:12:22.440] #5  0x00007f97424c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7f9740c22f4e, __in_ch...
[10:12:22.440] #6  0x00007f97424be6ae in __asan::ReportDeadlySignal (sig=...) at ../../../../src/libsanitizer/asan/asan_...
[10:12:22.440] #7  0x00007f97424bd462 in __asan::AsanOnDeadlySignal (signo=<optimized out>, siginfo=0x7f9740c23bf0, cont...
[10:12:22.440] #8  <signal handler called>
[10:12:22.440] #9  0x000055d9f1907a19 in ExecInterpExpr (state=0x6250000c9810, econtext=0x6250000cba08, isnull=0x7ffdd89...
core
[10:12:23.234] #0  0x00007fced89dbe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[10:12:23.234] #1  0x00007fced898cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[10:12:23.234] #2  0x00007fced8977472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[10:12:23.234] #3  0x00007fced9ad650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[10:12:23.234] #4  0x00007fced9ae2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[10:12:23.234] #5  0x00007fced9ac1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7fced8422f4e, __in_ch...
[10:12:23.234] #6  0x00007fced9abe6ae in __asan::ReportDeadlySignal (sig=...) at ../../../../src/libsanitizer/asan/asan_...
[10:12:23.234] #7  0x00007fced9abd462 in __asan::AsanOnDeadlySignal (signo=<optimized out>, siginfo=0x7fced8423bf0, cont...
[10:12:23.234] #8  <signal handler called>
[10:12:23.234] #9  0x00005593bca06a19 in ExecInterpExpr (state=0x63100020d188, econtext=0x63100020dde8, isnull=0x7ffca20...
core
[10:12:24.593] #0  0x00007fab6ceabe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[10:12:24.593] #1  0x00007fab6ce5cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[10:12:24.593] #2  0x00007fab6ce47472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[10:12:24.593] #3  0x00007fab6e0d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[10:12:24.593] #4  0x00007fab6e0e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[10:12:24.593] #5  0x00007fab6e0c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7fab6a231f4e, __in_ch...
[10:12:24.593] #6  0x00007fab6e0be6ae in __asan::ReportDeadlySignal (sig=...) at ../../../../src/libsanitizer/asan/asan_...
[10:12:24.593] #7  0x00007fab6e0bd462 in __asan::AsanOnDeadlySignal (signo=<optimized out>, siginfo=0x7fab6a232bf0, cont...
[10:12:24.593] #8  <signal handler called>
[10:12:24.593] #9  0x000055af2cf21a19 in ExecInterpExpr (state=0x6250000c9810, econtext=0x6250000cba08, isnull=0x7ffcd48...
core
[10:12:25.262] #0  0x00007fab6ceabe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[10:12:25.262] #1  0x00007fab6ce5cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[10:12:25.262] #2  0x00007fab6ce47472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[10:12:25.262] #3  0x00007fab6e0d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[10:12:25.262] #4  0x00007fab6e0e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[10:12:25.262] #5  0x00007fab6e0c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7fab6a231f4e, __in_ch...
[10:12:25.262] #6  0x00007fab6e0be6ae in __asan::ReportDeadlySignal (sig=...) at ../../../../src/libsanitizer/asan/asan_...
[10:12:25.262] #7  0x00007fab6e0bd462 in __asan::AsanOnDeadlySignal (signo=<optimized out>, siginfo=0x7fab6a232bf0, cont...
[10:12:25.262] #8  <signal handler called>
[10:12:25.262] #9  0x000055af2cf21a19 in ExecInterpExpr (state=0x6250000c9810, econtext=0x6250000cba08, isnull=0x7ffcd48...
core
[10:12:25.928] #0  0x00007f92770abe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[10:12:25.928] #1  0x00007f927705cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[10:12:25.928] #2  0x00007f9277047472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[10:12:25.928] #3  0x00007f92782d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[10:12:25.928] #4  0x00007f92782e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[10:12:25.928] #5  0x00007f92782c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7f9276a2bf4e, __in_ch...
[10:12:25.928] #6  0x00007f92782be6ae in __asan::ReportDeadlySignal (sig=...) at ../../../../src/libsanitizer/asan/asan_...
[10:12:25.928] #7  0x00007f92782bd462 in __asan::AsanOnDeadlySignal (signo=<optimized out>, siginfo=0x7f9276a2cbf0, cont...
[10:12:25.928] #8  <signal handler called>
[10:12:25.928] #9  0x0000563e4ef4aa19 in ExecInterpExpr (state=0x625000090820, econtext=0x62900012e9d8, isnull=0x7ffc4b1...
core
[10:12:26.448] #0  0x00007f3d966abe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[10:12:26.448] #1  0x00007f3d9665cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[10:12:26.448] #2  0x00007f3d96647472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[10:12:26.448] #3  0x00007f3d978d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[10:12:26.448] #4  0x00007f3d978e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[10:12:26.448] #5  0x00007f3d978c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7f3d93a31f4e, __in_ch...
[10:12:26.448] #6  0x00007f3d978be6ae in __asan::ReportDeadlySignal (sig=...) at ../../../../src/libsanitizer/asan/asan_...
[10:12:26.448] #7  0x00007f3d978bd462 in __asan::AsanOnDeadlySignal (signo=<optimized out>, siginfo=0x7f3d93a32bf0, cont...
[10:12:26.448] #8  <signal handler called>
[10:12:26.448] #9  0x00005652527d7a19 in ExecInterpExpr (state=0x625000093e00, econtext=0x625000094a60, isnull=0x7ffdfda...
core
[10:12:14.801] #0  0x00007f122e0abe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[10:12:14.801] #1  0x00007f122e05cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[10:12:14.801] #2  0x00007f122e047472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[10:12:14.801] #3  0x00007f122f2d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[10:12:14.801] #4  0x00007f122f2e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[10:12:14.801] #5  0x00007f122f2c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7f122da20f4e, __in_ch...
[10:12:14.801] #6  0x00007f122f2be6ae in __asan::ReportDeadlySignal (sig=...) at ../../../../src/libsanitizer/asan/asan_...
[10:12:14.801] #7  0x00007f122f2bd462 in __asan::AsanOnDeadlySignal (signo=<optimized out>, siginfo=0x7f122da21bf0, cont...
[10:12:14.801] #8  <signal handler called>
[10:12:14.801] #9  0x000055f3347cca19 in ExecInterpExpr (state=0x62500009c810, econtext=0x6250000a1208, isnull=0x7ffed64...
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pageinspect/expected/brin.out /tmp/cirrus-ci-build/contrib/pageinspect/results/bri...
--- /tmp/cirrus-ci-build/contrib/pageinspect/expected/brin.out	2024-10-23 10:06:49.689085251 +0000
+++ /tmp/cirrus-ci-build/contrib/pageinspect/results/brin.out	2024-10-23 10:11:38.487211770 +0000
@@ -161,50 +161,7 @@
 SELECT * FROM brin_page_items(get_raw_page('brin_test_parallel_idx', 2), 'brin_test_parallel_idx')
 EXCEPT
 SELECT * FROM brin_page_items(get_raw_page('brin_test_serial_idx', 2), 'brin_test_serial_idx');
- itemoffset | blknum | attnum | allnulls | hasnulls | placeholder | empty | value 
-------------+--------+--------+----------+----------+-------------+-------+-------
-(0 rows)
-
-SELECT * FROM brin_page_items(get_raw_page('brin_test_serial_idx', 2), 'brin_test_serial_idx')
-EXCEPT
-SELECT * FROM brin_page_items(get_raw_page('brin_test_parallel_idx', 2), 'brin_test_parallel_idx');
- itemoffset | blknum | attnum | allnulls | hasnulls | placeholder | empty | value 
-------------+--------+--------+----------+----------+-------------+-------+-------
-(0 rows)
-
-DROP INDEX brin_test_parallel_idx;
--- force parallel build, but don't allow starting parallel workers to force
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/matview-write-skew.out /tmp/cirrus-ci-build/src/test/isolation...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/matview-write-skew.out	2024-10-23 10:06:51.429085288 +0000
+++ /tmp/cirrus-ci-build/src/test/isolation/output_iso/results/matview-write-skew.out	2024-10-23 10:11:54.119185792 +000...
@@ -1,121 +1,6 @@
 Parsed test spec with 2 sessions
 
 starting permutation: s1_begin s2_begin s1_refresh s2_read s2_insert s1_commit s2_commit
-step s1_begin: BEGIN ISOLATION LEVEL SERIALIZABLE;
-step s2_begin: BEGIN ISOLATION LEVEL SERIALIZABLE;
-step s1_refresh: REFRESH MATERIALIZED VIEW CONCURRENTLY order_summary;
-step s2_read: SELECT max(date) FROM order_summary;
-       max
-----------
-04-01-2022
-(1 row)
-
-step s2_insert: INSERT INTO orders VALUES ('2022-04-02', 'orange', 15);
-step s1_commit: COMMIT;
-step s2_commit: COMMIT;
-ERROR:  could not serialize access due to read/write dependencies among transactions
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/type_sanity.out /tmp/cirrus-ci-build/src/test/regress/results/ty...
--- /tmp/cirrus-ci-build/src/test/regress/expected/type_sanity.out	2024-10-23 10:06:51.673085293 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/type_sanity.out	2024-10-23 10:10:32.683351248 +0000
@@ -172,573 +172,7 @@
 FROM pg_type AS t1
 WHERE t1.typtype not in ('b', 'p')
 ORDER BY 1;
- typtype |   typinput    
----------+---------------
- c       | record_in
- d       | domain_in
- e       | enum_in
- m       | multirange_in
- r       | range_in
-(5 rows)
-
--- Check for bogus typoutput routines
--- As of 8.0, this check finds refcursor, which is borrowing
--- other types' I/O routines
-SELECT t1.oid, t1.typname, p1.oid, p1.proname
...
sanitizer
SUMMARY: AddressSanitizer: SEGV /tmp/cirrus-ci-build/src/backend/executor/execExprInterp.c:1605 in ExecInterpExpr
sanitizer
SUMMARY: AddressSanitizer: SEGV /tmp/cirrus-ci-build/src/backend/executor/execExprInterp.c:1605 in ExecInterpExpr
sanitizer
SUMMARY: AddressSanitizer: SEGV /tmp/cirrus-ci-build/src/backend/executor/execExprInterp.c:1605 in ExecInterpExpr
sanitizer
SUMMARY: AddressSanitizer: SEGV /tmp/cirrus-ci-build/src/backend/executor/execExprInterp.c:1605 in ExecInterpExpr
sanitizer
SUMMARY: AddressSanitizer: SEGV /tmp/cirrus-ci-build/src/backend/executor/execExprInterp.c:1605 in ExecInterpExpr
sanitizer
SUMMARY: AddressSanitizer: SEGV /tmp/cirrus-ci-build/src/backend/executor/execExprInterp.c:1605 in ExecInterpExpr
sanitizer
SUMMARY: AddressSanitizer: SEGV /tmp/cirrus-ci-build/src/backend/executor/execExprInterp.c:1605 in ExecInterpExpr
sanitizer
SUMMARY: AddressSanitizer: SEGV /tmp/cirrus-ci-build/src/backend/executor/execExprInterp.c:1605 in ExecInterpExpr
sanitizer
SUMMARY: AddressSanitizer: SEGV /tmp/cirrus-ci-build/src/backend/executor/execExprInterp.c:1605 in ExecInterpExpr
sanitizer
SUMMARY: AddressSanitizer: SEGV /tmp/cirrus-ci-build/src/backend/executor/execExprInterp.c:1605 in ExecInterpExpr
sanitizer
SUMMARY: AddressSanitizer: SEGV /tmp/cirrus-ci-build/src/backend/executor/execExprInterp.c:1605 in ExecInterpExpr
sanitizer
SUMMARY: AddressSanitizer: SEGV /tmp/cirrus-ci-build/src/backend/executor/execExprInterp.c:1605 in ExecInterpExpr
sanitizer
SUMMARY: AddressSanitizer: SEGV /tmp/cirrus-ci-build/src/backend/executor/execExprInterp.c:1605 in ExecInterpExpr
sanitizer
SUMMARY: AddressSanitizer: SEGV /tmp/cirrus-ci-build/src/backend/executor/execExprInterp.c:1605 in ExecInterpExpr
sanitizer
SUMMARY: AddressSanitizer: SEGV /tmp/cirrus-ci-build/src/backend/executor/execExprInterp.c:1605 in ExecInterpExpr
sanitizer
SUMMARY: AddressSanitizer: SEGV /tmp/cirrus-ci-build/src/backend/executor/execExprInterp.c:1605 in ExecInterpExpr
sanitizer
SUMMARY: AddressSanitizer: SEGV /tmp/cirrus-ci-build/src/backend/executor/execExprInterp.c:1605 in ExecInterpExpr
tap
[10:10:39.945](0.865s) not ok 7 - checking an unresolvable database pattern under --no-strict-names status (got 1 vs exp...
[10:10:40.944](0.648s) not ok 22 - checking a database by name without amcheck installed, with other databases status (g...
[10:10:40.945](0.000s) not ok 24 - checking a database by name without amcheck installed, with other databases stderr /(...
[10:10:41.007](0.061s) not ok 25 - checking a database by pattern without amcheck installed, with other databases status...
[10:10:41.007](0.000s) not ok 27 - checking a database by pattern without amcheck installed, with other databases stderr...
[10:10:41.120](0.000s) not ok 30 - checking table pattern ".." stderr /(?^:pg_amcheck: error: no connectable databases t...
[10:10:41.166](0.000s) not ok 33 - checking table pattern ".foo.bar" stderr /(?^:pg_amcheck: error: no connectable datab...
[10:10:41.225](0.000s) not ok 36 - checking table pattern "." stderr /(?^:pg_amcheck: error: no heap tables to check mat...
[10:10:41.660](0.097s) not ok 64 - many unmatched patterns and one matched pattern under --no-strict-names status (got 1...
[10:10:41.661](0.000s) not ok 66 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[10:10:41.661](0.000s) not ok 67 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[10:10:41.662](0.000s) not ok 68 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[10:10:41.662](0.000s) not ok 69 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[10:10:41.663](0.000s) not ok 70 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[10:10:41.663](0.000s) not ok 71 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[10:10:41.663](0.000s) not ok 72 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[10:10:41.664](0.000s) not ok 73 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[10:10:41.664](0.000s) not ok 74 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[10:10:41.664](0.000s) not ok 75 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[10:10:41.665](0.000s) not ok 76 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[10:10:41.665](0.000s) not ok 77 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[10:10:41.665](0.000s) not ok 78 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[10:10:41.666](0.000s) not ok 79 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[10:10:41.666](0.000s) not ok 80 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[10:10:41.666](0.000s) not ok 81 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[10:10:41.667](0.000s) not ok 82 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
tap
[10:10:54.042](12.022s) not ok 1 - pg_amcheck prior to corruption status (got 1 vs expected 0)
[10:10:54.043](0.000s) not ok 3 - pg_amcheck prior to corruption stderr /(?^:^$)/
[10:10:56.621](2.578s) not ok 4 - pg_amcheck all schemas, tables and indexes in database db1 status (got 1 vs expected 2...
[10:10:56.622](0.000s) not ok 5 - pg_amcheck all schemas, tables and indexes in database db1 stdout /(?^:index ".*" lack...
[10:10:56.622](0.000s) not ok 6 - pg_amcheck all schemas, tables and indexes in database db1 stdout /(?^:line pointer)/
[10:10:56.623](0.000s) not ok 7 - pg_amcheck all schemas, tables and indexes in database db1 stdout /(?^:could not open ...
[10:10:56.623](0.000s) not ok 8 - pg_amcheck all schemas, tables and indexes in database db1 stderr /(?^:^$)/
[10:10:57.486](0.862s) not ok 9 - pg_amcheck all schemas, tables and indexes in databases db1, db2, and db3 status (got ...
[10:10:57.487](0.000s) not ok 10 - pg_amcheck all schemas, tables and indexes in databases db1, db2, and db3 stdout /(?^...
[10:10:57.487](0.000s) not ok 11 - pg_amcheck all schemas, tables and indexes in databases db1, db2, and db3 stdout /(?^...
[10:10:57.487](0.000s) not ok 12 - pg_amcheck all schemas, tables and indexes in databases db1, db2, and db3 stdout /(?^...
[10:10:57.488](0.000s) not ok 13 - pg_amcheck all schemas, tables and indexes in databases db1, db2, and db3 stderr /(?^...
[10:10:57.549](0.061s) not ok 14 - pg_amcheck index s1.t1_btree reports missing main relation fork status (got 1 vs expe...
[10:10:57.549](0.000s) not ok 15 - pg_amcheck index s1.t1_btree reports missing main relation fork stdout /(?^:index ".*...
[10:10:57.550](0.000s) not ok 16 - pg_amcheck index s1.t1_btree reports missing main relation fork stderr /(?^:pg_amchec...
[10:10:57.641](0.091s) not ok 17 - pg_amcheck index s1.s2 reports index corruption status (got 1 vs expected 2)
[10:10:57.642](0.000s) not ok 18 - pg_amcheck index s1.s2 reports index corruption stdout /(?^:.+)/
[10:10:57.643](0.000s) not ok 19 - pg_amcheck index s1.s2 reports index corruption stderr /(?^:^$)/
[10:10:57.714](0.071s) not ok 20 - pg_amcheck of db1.s1 excluding indexes status (got 1 vs expected 0)
[10:10:57.715](0.000s) not ok 22 - pg_amcheck of db1.s1 excluding indexes stderr /(?^:^$)/
[10:10:57.788](0.072s) not ok 23 - pg_amcheck of db2.s1 excluding indexes status (got 1 vs expected 2)
[10:10:57.788](0.000s) not ok 24 - pg_amcheck of db2.s1 excluding indexes stdout /(?^:could not open file ".*": No such ...
[10:10:57.789](0.000s) not ok 25 - pg_amcheck of db2.s1 excluding indexes stderr /(?^:^$)/
[10:10:57.828](0.038s) not ok 26 - pg_amcheck schema s3 reports table and index errors status (got 1 vs expected 2)
[10:10:57.828](0.000s) not ok 27 - pg_amcheck schema s3 reports table and index errors stdout /(?^:index ".*" lacks a ma...
[10:10:57.829](0.000s) not ok 28 - pg_amcheck schema s3 reports table and index errors stdout /(?^:line pointer)/
[10:10:57.829](0.000s) not ok 29 - pg_amcheck schema s3 reports table and index errors stdout /(?^:could not open file "...
[10:10:57.830](0.000s) not ok 30 - pg_amcheck schema s3 reports table and index errors stderr /(?^:^$)/
[10:10:57.906](0.076s) not ok 31 - pg_amcheck in schema s4 reports toast corruption status (got 1 vs expected 2)
[10:10:57.909](0.003s) not ok 32 - pg_amcheck in schema s4 reports toast corruption stdout /(?^:could not open file ".*"...
[10:10:57.910](0.000s) not ok 33 - pg_amcheck in schema s4 reports toast corruption stderr /(?^:^$)/
[10:10:57.994](0.084s) not ok 34 - pg_amcheck in schema s4 excluding toast reports no corruption status (got 1 vs expect...
[10:10:57.997](0.000s) not ok 36 - pg_amcheck in schema s4 excluding toast reports no corruption stderr /(?^:^$)/
[10:10:58.059](0.062s) not ok 37 - pg_amcheck over schema s5 reports no corruption status (got 1 vs expected 0)
[10:10:58.060](0.000s) not ok 39 - pg_amcheck over schema s5 reports no corruption stderr /(?^:^$)/
[10:10:58.118](0.057s) not ok 40 - pg_amcheck over schema s1 with corrupt indexes excluded reports no corruption status ...
[10:10:58.119](0.000s) not ok 42 - pg_amcheck over schema s1 with corrupt indexes excluded reports no corruption stderr ...
[10:10:58.207](0.087s) not ok 43 - pg_amcheck over schema s1 with all indexes excluded reports no corruption status (got...
[10:10:58.208](0.000s) not ok 45 - pg_amcheck over schema s1 with all indexes excluded reports no corruption stderr /(?^...
[10:10:58.270](0.062s) not ok 46 - pg_amcheck over schema s2 with corrupt tables excluded reports no corruption status (...
[10:10:58.272](0.000s) not ok 48 - pg_amcheck over schema s2 with corrupt tables excluded reports no corruption stderr /...
[10:10:58.466](0.057s) not ok 55 - pg_amcheck smoke test --parent-check status (got 1 vs expected 2)
[10:10:58.467](0.000s) not ok 56 - pg_amcheck smoke test --parent-check stdout /(?^:index ".*" lacks a main relation for...
[10:10:58.467](0.000s) not ok 57 - pg_amcheck smoke test --parent-check stderr /(?^:^$)/
[10:10:58.544](0.077s) not ok 58 - pg_amcheck smoke test --heapallindexed --rootdescend status (got 1 vs expected 2)
[10:10:58.545](0.000s) not ok 59 - pg_amcheck smoke test --heapallindexed --rootdescend stdout /(?^:index ".*" lacks a m...
[10:10:58.545](0.000s) not ok 60 - pg_amcheck smoke test --heapallindexed --rootdescend stderr /(?^:^$)/
[10:10:58.611](0.066s) not ok 61 - pg_amcheck excluding all corrupt schemas status (got 1 vs expected 0)
[10:10:58.612](0.000s) not ok 63 - pg_amcheck excluding all corrupt schemas stderr /(?^:^$)/
[10:10:58.663](0.050s) not ok 64 - pg_amcheck smoke test --parent-check --checkunique status (got 1 vs expected 2)
[10:10:58.664](0.000s) not ok 65 - pg_amcheck smoke test --parent-check --checkunique stdout /(?^:index ".*" lacks a mai...
[10:10:58.664](0.000s) not ok 66 - pg_amcheck smoke test --parent-check --checkunique stderr /(?^:^$)/
[10:10:58.727](0.063s) not ok 67 - pg_amcheck smoke test --heapallindexed --rootdescend --checkunique status (got 1 vs e...
[10:10:58.728](0.000s) not ok 68 - pg_amcheck smoke test --heapallindexed --rootdescend --checkunique stdout /(?^:index ...
[10:10:58.728](0.000s) not ok 69 - pg_amcheck smoke test --heapallindexed --rootdescend --checkunique stderr /(?^:^$)/
[10:10:58.779](0.051s) not ok 70 - pg_amcheck excluding all corrupt schemas with --checkunique option status (got 1 vs e...
[10:10:58.780](0.000s) not ok 72 - pg_amcheck excluding all corrupt schemas with --checkunique option stderr /(?^:^$)/
tap
[10:11:07.366](8.184s) not ok 1 - pg_amcheck test table, prior to corruption
[10:11:08.596](1.230s) not ok 2 - pg_amcheck test table and index, prior to corruption
[10:11:10.932](2.335s) not ok 3 - Expected corruption message output status (got 1 vs expected 2)
[10:11:10.932](0.000s) not ok 4 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.tes...
[10:11:10.933](0.000s) not ok 5 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.tes...
[10:11:10.933](0.000s) not ok 6 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.tes...
[10:11:10.934](0.000s) not ok 7 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.tes...
[10:11:10.934](0.000s) not ok 8 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.tes...
[10:11:10.934](0.000s) not ok 9 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.tes...
[10:11:10.935](0.000s) not ok 10 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[10:11:10.935](0.000s) not ok 11 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[10:11:10.935](0.000s) not ok 12 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[10:11:10.936](0.000s) not ok 13 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[10:11:10.936](0.000s) not ok 14 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[10:11:10.936](0.000s) not ok 15 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[10:11:10.937](0.000s) not ok 16 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[10:11:10.937](0.000s) not ok 17 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[10:11:10.937](0.000s) not ok 18 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[10:11:10.938](0.000s) not ok 19 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[10:11:10.938](0.000s) not ok 20 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[10:11:10.938](0.000s) not ok 21 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[10:11:10.939](0.000s) not ok 22 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[10:11:10.939](0.000s) not ok 23 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[10:11:10.939](0.000s) not ok 24 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[10:11:10.940](0.000s) not ok 25 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[10:11:10.940](0.000s) not ok 26 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[10:11:10.941](0.000s) not ok 27 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[10:11:10.951](0.000s) not ok 28 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[10:11:10.952](0.000s) not ok 29 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[10:11:10.955](0.000s) not ok 30 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[10:11:10.956](0.000s) not ok 31 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[10:11:10.956](0.000s) not ok 32 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
tap
[10:11:14.765](1.561s) not ok 1 - pg_amcheck all schemas, tables and indexes reports no corruption: exit code 0
[10:11:14.766](0.000s) not ok 2 - pg_amcheck all schemas, tables and indexes reports no corruption: no stderr
[10:11:15.737](0.971s) not ok 4 - pg_amcheck all schemas, tables and indexes reports fickleidx corruption status (got 1 ...
[10:11:15.738](0.000s) not ok 5 - pg_amcheck all schemas, tables and indexes reports fickleidx corruption stdout /(?^:it...
tap
[10:11:49.762](0.945s) not ok 30 - run pg_createsubscriber on node S
tap
[10:11:16.760](1.852s) not ok 19 - pg_dump: option -n pg_catalog
[10:11:19.234](2.474s) not ok 20 - pg_dumpall: option --exclude-database handles database names with embedded dots
[10:11:20.602](0.624s) not ok 37 - binary_upgrade: pg_dump runs
[10:11:20.621](0.019s) not ok 38 - binary_upgrade: pg_restore runs
Linux - Debian Bookworm - Meson
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 28056
core
[10:17:16.303] #0  0x00007fa30e4a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[10:17:16.303] #1  0x00007fa30e45afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[10:17:16.303] #2  0x00007fa30e445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[10:17:16.303] #3  0x00007fa30e61e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[10:17:16.303] #4  0x00007fa30e62aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[10:17:16.303] #5  0x00007fa30e60d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x556eb2864700,...
[10:17:16.303] #6  0x0000556eb1a8de77 in ExecInterpExpr (state=0x556eec3e2f90, econtext=0x556eec3e4998, isnull=0x7fff0ca...
[10:17:16.303] #7  0x0000556eb1a7f22f in ExecInterpExprStillValid (state=0x556eec3e2f90, econtext=0x556eec3e4998, isNull...
[10:17:16.303] #8  0x0000556eb1a9119b in ExecEvalExpr (isNull=0x7fff0ca09dbf, econtext=<optimized out>, state=<optimized...
[10:17:16.303] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[10:17:21.436] #0  0x00007fb8514a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[10:17:21.436] #1  0x00007fb85145afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[10:17:21.436] #2  0x00007fb851445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[10:17:21.436] #3  0x00007fb85161e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[10:17:21.436] #4  0x00007fb85162aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[10:17:21.436] #5  0x00007fb85160d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x560add5e3700,...
[10:17:21.436] #6  0x0000560adc80ce77 in ExecInterpExpr (state=0x560b08d1ce70, econtext=0x560b08d1dad0, isnull=0x7ffcf70...
[10:17:21.436] #7  0x0000560adc7fe22f in ExecInterpExprStillValid (state=0x560b08d1ce70, econtext=0x560b08d1dad0, isNull...
[10:17:21.436] #8  0x0000560adc81019b in ExecEvalExpr (isNull=0x7ffcf701452f, econtext=<optimized out>, state=<optimized...
[10:17:21.436] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[10:17:20.900] #0  0x00007fc47bea9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[10:17:20.900] #1  0x00007fc47be5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[10:17:20.900] #2  0x00007fc47be45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[10:17:20.900] #3  0x00007fc47c01e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[10:17:20.900] #4  0x00007fc47c02aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[10:17:20.900] #5  0x00007fc47c00d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x555726d47700,...
[10:17:20.900] #6  0x0000555725f70e77 in ExecInterpExpr (state=0x55572b5baf10, econtext=0x55572b5bbb70, isnull=0x7ffc72b...
[10:17:20.900] #7  0x0000555725f6222f in ExecInterpExprStillValid (state=0x55572b5baf10, econtext=0x55572b5bbb70, isNull...
[10:17:20.900] #8  0x0000555725f7419b in ExecEvalExpr (isNull=0x7ffc72bc3cbf, econtext=<optimized out>, state=<optimized...
[10:17:20.900] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[10:17:13.559] #0  0x00007f0a666a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[10:17:13.559] #1  0x00007f0a6665afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[10:17:13.559] #2  0x00007f0a66645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[10:17:13.559] #3  0x00007f0a6681e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[10:17:13.559] #4  0x00007f0a6682aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[10:17:13.559] #5  0x00007f0a6680d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x560339eee700,...
[10:17:13.559] #6  0x0000560339117e77 in ExecInterpExpr (state=0x5603641cb0e0, econtext=0x5603641ccae8, isnull=0x7ffc64c...
[10:17:13.559] #7  0x000056033910922f in ExecInterpExprStillValid (state=0x5603641cb0e0, econtext=0x5603641ccae8, isNull...
[10:17:13.559] #8  0x000056033911b19b in ExecEvalExpr (isNull=0x7ffc64cb8c1f, econtext=<optimized out>, state=<optimized...
[10:17:13.559] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[10:17:14.096] #0  0x00007fa667ea9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[10:17:14.096] #1  0x00007fa667e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[10:17:14.096] #2  0x00007fa667e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[10:17:14.096] #3  0x00007fa66801e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[10:17:14.096] #4  0x00007fa66802aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[10:17:14.096] #5  0x00007fa66800d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x5595d8a8d700,...
[10:17:14.096] #6  0x00005595d7cb6e77 in ExecInterpExpr (state=0x5595ea6a6490, econtext=0x5595ea6a70f0, isnull=0x7fff761...
[10:17:14.096] #7  0x00005595d7ca822f in ExecInterpExprStillValid (state=0x5595ea6a6490, econtext=0x5595ea6a70f0, isNull...
[10:17:14.096] #8  0x00005595d7cba19b in ExecEvalExpr (isNull=0x7fff7612c08f, econtext=<optimized out>, state=<optimized...
[10:17:14.096] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[10:17:14.619] #0  0x00007f18b30a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[10:17:14.619] #1  0x00007f18b305afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[10:17:14.619] #2  0x00007f18b3045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[10:17:14.619] #3  0x00007f18b321e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[10:17:14.619] #4  0x00007f18b322aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[10:17:14.619] #5  0x00007f18b320d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x5624f7afe700,...
[10:17:14.619] #6  0x00005624f6d27e77 in ExecInterpExpr (state=0x5625372d6510, econtext=0x5625372d7170, isnull=0x7fff4f8...
[10:17:14.619] #7  0x00005624f6d1922f in ExecInterpExprStillValid (state=0x5625372d6510, econtext=0x5625372d7170, isNull...
[10:17:14.619] #8  0x00005624f6d2b19b in ExecEvalExpr (isNull=0x7fff4f8f74ef, econtext=<optimized out>, state=<optimized...
[10:17:14.619] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[10:17:15.153] #0  0x00007fd4a4ca9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[10:17:15.153] #1  0x00007fd4a4c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[10:17:15.153] #2  0x00007fd4a4c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[10:17:15.153] #3  0x00007fd4a4e1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[10:17:15.153] #4  0x00007fd4a4e2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[10:17:15.153] #5  0x00007fd4a4e0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x5561a97fb700,...
[10:17:15.153] #6  0x00005561a8a24e77 in ExecInterpExpr (state=0x5561c2bffa20, econtext=0x5561c2c00680, isnull=0x7ffc104...
[10:17:15.153] #7  0x00005561a8a1622f in ExecInterpExprStillValid (state=0x5561c2bffa20, econtext=0x5561c2c00680, isNull...
[10:17:15.153] #8  0x00005561a8a2819b in ExecEvalExpr (isNull=0x7ffc104b62ef, econtext=<optimized out>, state=<optimized...
[10:17:15.153] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[10:17:15.658] #0  0x00007f2c1aca9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[10:17:15.658] #1  0x00007f2c1ac5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[10:17:15.658] #2  0x00007f2c1ac45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[10:17:15.658] #3  0x00007f2c1ae1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[10:17:15.658] #4  0x00007f2c1ae2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[10:17:15.658] #5  0x00007f2c1ae0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x5621217cf700,...
[10:17:15.658] #6  0x00005621209f8e77 in ExecInterpExpr (state=0x5621504b9b50, econtext=0x5621504ba7b0, isnull=0x7ffe336...
[10:17:15.658] #7  0x00005621209ea22f in ExecInterpExprStillValid (state=0x5621504b9b50, econtext=0x5621504ba7b0, isNull...
[10:17:15.658] #8  0x00005621209fc19b in ExecEvalExpr (isNull=0x7ffe336dc58f, econtext=<optimized out>, state=<optimized...
[10:17:15.658] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[10:17:16.819] #0  0x00007f8caf8a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[10:17:16.819] #1  0x00007f8caf85afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[10:17:16.819] #2  0x00007f8caf845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[10:17:16.819] #3  0x00007f8cafa1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[10:17:16.819] #4  0x00007f8cafa2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[10:17:16.819] #5  0x00007f8cafa0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55a22affe700,...
[10:17:16.819] #6  0x000055a22a227e77 in ExecInterpExpr (state=0x55a245824f80, econtext=0x55a245825be0, isnull=0x7fffe4d...
[10:17:16.819] #7  0x000055a22a21922f in ExecInterpExprStillValid (state=0x55a245824f80, econtext=0x55a245825be0, isNull...
[10:17:16.819] #8  0x000055a22a22b19b in ExecEvalExpr (isNull=0x7fffe4daaa4f, econtext=<optimized out>, state=<optimized...
[10:17:16.819] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[10:17:20.366] #0  0x00007efd8eaa9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[10:17:20.366] #1  0x00007efd8ea5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[10:17:20.366] #2  0x00007efd8ea45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[10:17:20.366] #3  0x00007efd8ec1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[10:17:20.366] #4  0x00007efd8ec2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[10:17:20.366] #5  0x00007efd8ec0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x558d75265700,...
[10:17:20.366] #6  0x0000558d7448ee77 in ExecInterpExpr (state=0x558da79a6f30, econtext=0x558da79a79b0, isnull=0x7ffe79b...
[10:17:20.366] #7  0x0000558d7448022f in ExecInterpExprStillValid (state=0x558da79a6f30, econtext=0x558da79a79b0, isNull...
[10:17:20.366] #8  0x0000558d7449219b in ExecEvalExpr (isNull=0x7ffe79bec99f, econtext=<optimized out>, state=<optimized...
[10:17:20.366] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[10:17:17.334] #0  0x00007faef74a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[10:17:17.334] #1  0x00007faef745afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[10:17:17.334] #2  0x00007faef7445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[10:17:17.334] #3  0x00007faef761e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[10:17:17.334] #4  0x00007faef762aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[10:17:17.334] #5  0x00007faef760d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x56009e249700,...
[10:17:17.334] #6  0x000056009d472e77 in ExecInterpExpr (state=0x5600d82a55e0, econtext=0x5600d82a6240, isnull=0x7ffc3d7...
[10:17:17.334] #7  0x000056009d46422f in ExecInterpExprStillValid (state=0x5600d82a55e0, econtext=0x5600d82a6240, isNull...
[10:17:17.334] #8  0x000056009d47619b in ExecEvalExpr (isNull=0x7ffc3d7b5cbf, econtext=<optimized out>, state=<optimized...
[10:17:17.334] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[10:17:19.657] #0  0x00007fd81bea9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[10:17:19.657] #1  0x00007fd81be5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[10:17:19.657] #2  0x00007fd81be45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[10:17:19.657] #3  0x00007fd81c01e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[10:17:19.657] #4  0x00007fd81c02aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[10:17:19.657] #5  0x00007fd81c00d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55aebd159700,...
[10:17:19.657] #6  0x000055aebc382e77 in ExecInterpExpr (state=0x55aed2590d80, econtext=0x55aed25919e0, isnull=0x7ffc08b...
[10:17:19.657] #7  0x000055aebc37422f in ExecInterpExprStillValid (state=0x55aed2590d80, econtext=0x55aed25919e0, isNull...
[10:17:19.657] #8  0x000055aebc38619b in ExecEvalExpr (isNull=0x7ffc08b9bcdf, econtext=<optimized out>, state=<optimized...
[10:17:19.657] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[10:17:19.130] #0  0x00007fc7284a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[10:17:19.130] #1  0x00007fc72845afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[10:17:19.130] #2  0x00007fc728445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[10:17:19.130] #3  0x00007fc72861e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[10:17:19.130] #4  0x00007fc72862aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[10:17:19.130] #5  0x00007fc72860d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55689dc15700,...
[10:17:19.130] #6  0x000055689ce3ee77 in ExecInterpExpr (state=0x5568c4323bc0, econtext=0x5568c4324820, isnull=0x7ffeadc...
[10:17:19.130] #7  0x000055689ce3022f in ExecInterpExprStillValid (state=0x5568c4323bc0, econtext=0x5568c4324820, isNull...
[10:17:19.130] #8  0x000055689ce4219b in ExecEvalExpr (isNull=0x7ffeadc330ff, econtext=<optimized out>, state=<optimized...
[10:17:19.130] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[10:17:18.610] #0  0x00007efd8eaa9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[10:17:18.610] #1  0x00007efd8ea5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[10:17:18.610] #2  0x00007efd8ea45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[10:17:18.610] #3  0x00007efd8ec1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[10:17:18.610] #4  0x00007efd8ec2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[10:17:18.610] #5  0x00007efd8ec0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x558d75265700,...
[10:17:18.610] #6  0x0000558d7448ee77 in ExecInterpExpr (state=0x558da795dba0, econtext=0x558da795e710, isnull=0x7ffe79b...
[10:17:18.610] #7  0x0000558d7448022f in ExecInterpExprStillValid (state=0x558da795dba0, econtext=0x558da795e710, isNull...
[10:17:18.610] #8  0x0000558d7449219b in ExecEvalExpr (isNull=0x7ffe79beca2f, econtext=<optimized out>, state=<optimized...
[10:17:18.610] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[10:17:17.970] #0  0x00007f62398a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[10:17:17.970] #1  0x00007f623985afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[10:17:17.970] #2  0x00007f6239845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[10:17:17.970] #3  0x00007f6239a1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[10:17:17.970] #4  0x00007f6239a2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[10:17:17.970] #5  0x00007f6239a0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55df6a4d4700,...
[10:17:17.970] #6  0x000055df696fde77 in ExecInterpExpr (state=0x55df985cbf90, econtext=0x55df985cd998, isnull=0x7ffe9e9...
[10:17:17.970] #7  0x000055df696ef22f in ExecInterpExprStillValid (state=0x55df985cbf90, econtext=0x55df985cd998, isNull...
[10:17:17.970] #8  0x000055df6970119b in ExecEvalExpr (isNull=0x7ffe9e94f8af, econtext=<optimized out>, state=<optimized...
[10:17:17.970] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[10:16:48.223] #0  0x00007fd0a98a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[10:16:48.223] #1  0x00007fd0a985afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[10:16:48.223] #2  0x00007fd0a9845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[10:16:48.223] #3  0x00007fd0a9a1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[10:16:48.223] #4  0x00007fd0a9a2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[10:16:48.223] #5  0x00007fd0a9a0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55ae0e63c700,...
[10:16:48.223] #6  0x000055ae0d865e77 in ExecInterpExpr (state=0x55ae2dbfa1b0, econtext=0x55ae2dbfbbb8, isnull=0x7ffcff4...
[10:16:48.223] #7  0x000055ae0d85722f in ExecInterpExprStillValid (state=0x55ae2dbfa1b0, econtext=0x55ae2dbfbbb8, isNull...
[10:16:48.223] #8  0x000055ae0d86919b in ExecEvalExpr (isNull=0x7ffcff458adf, econtext=<optimized out>, state=<optimized...
[10:16:48.223] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[10:16:32.555] #0  0x00007f8662ca9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[10:16:32.555] #1  0x00007f8662c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[10:16:32.555] #2  0x00007f8662c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[10:16:32.555] #3  0x00007f8662e1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[10:16:32.555] #4  0x00007f8662e2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[10:16:32.555] #5  0x00007f8662e0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x561d35e0e700,...
[10:16:32.555] #6  0x0000561d35037e77 in ExecInterpExpr (state=0x561d75d7a530, econtext=0x561d75d7b190, isnull=0x7fffb08...
[10:16:32.555] #7  0x0000561d3502922f in ExecInterpExprStillValid (state=0x561d75d7a530, econtext=0x561d75d7b190, isNull...
[10:16:32.555] #8  0x0000561d3503b19b in ExecEvalExpr (isNull=0x7fffb08aeacf, econtext=<optimized out>, state=<optimized...
[10:16:32.555] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[10:16:33.097] #0  0x00007fc359ea9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[10:16:33.097] #1  0x00007fc359e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[10:16:33.097] #2  0x00007fc359e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[10:16:33.097] #3  0x00007fc35a01e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[10:16:33.097] #4  0x00007fc35a02aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[10:16:33.097] #5  0x00007fc35a00d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55a7f2003700,...
[10:16:33.097] #6  0x000055a7f122ce77 in ExecInterpExpr (state=0x55a821c4fe80, econtext=0x55a821c50ae0, isnull=0x7ffd42d...
[10:16:33.097] #7  0x000055a7f121e22f in ExecInterpExprStillValid (state=0x55a821c4fe80, econtext=0x55a821c50ae0, isNull...
[10:16:33.097] #8  0x000055a7f123019b in ExecEvalExpr (isNull=0x7ffd42d425ff, econtext=<optimized out>, state=<optimized...
[10:16:33.097] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[10:16:33.792] #0  0x00007f8d6c2a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[10:16:33.792] #1  0x00007f8d6c25afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[10:16:33.792] #2  0x00007f8d6c245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[10:16:33.792] #3  0x00007f8d6c41e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[10:16:33.792] #4  0x00007f8d6c42aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[10:16:33.792] #5  0x00007f8d6c40d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x5587ef8df700,...
[10:16:33.792] #6  0x00005587eeb08e77 in ExecInterpExpr (state=0x5588296200d0, econtext=0x558829621ad8, isnull=0x7fffcdc...
[10:16:33.792] #7  0x00005587eeafa22f in ExecInterpExprStillValid (state=0x5588296200d0, econtext=0x558829621ad8, isNull...
[10:16:33.792] #8  0x00005587eeb0c19b in ExecEvalExpr (isNull=0x7fffcdc41a7f, econtext=<optimized out>, state=<optimized...
[10:16:33.792] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[10:16:34.356] #0  0x00007f1e6caa9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[10:16:34.356] #1  0x00007f1e6ca5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[10:16:34.356] #2  0x00007f1e6ca45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[10:16:34.356] #3  0x00007f1e6cc1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[10:16:34.356] #4  0x00007f1e6cc2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[10:16:34.356] #5  0x00007f1e6cc0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55c0a848c700,...
[10:16:34.356] #6  0x000055c0a76b5e77 in ExecInterpExpr (state=0x55c0e131de50, econtext=0x55c0e131eab0, isnull=0x7ffd8af...
[10:16:34.356] #7  0x000055c0a76a722f in ExecInterpExprStillValid (state=0x55c0e131de50, econtext=0x55c0e131eab0, isNull...
[10:16:34.356] #8  0x000055c0a76b919b in ExecEvalExpr (isNull=0x7ffd8af2ff2f, econtext=<optimized out>, state=<optimized...
[10:16:34.356] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[10:16:34.935] #0  0x00007f97024a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[10:16:34.935] #1  0x00007f970245afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[10:16:34.935] #2  0x00007f9702445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[10:16:34.935] #3  0x00007f970261e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[10:16:34.935] #4  0x00007f970262aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[10:16:34.935] #5  0x00007f970260d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x561351df6700,...
[10:16:34.935] #6  0x000056135101fe77 in ExecInterpExpr (state=0x56138e36e9f0, econtext=0x56138e3a4a58, isnull=0x7ffd9fa...
[10:16:34.935] #7  0x000056135101122f in ExecInterpExprStillValid (state=0x56138e36e9f0, econtext=0x56138e3a4a58, isNull...
[10:16:34.935] #8  0x000056135102319b in ExecEvalExpr (isNull=0x7ffd9fa6399f, econtext=<optimized out>, state=<optimized...
[10:16:34.935] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[10:16:35.524] #0  0x00007f992fca9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[10:16:35.524] #1  0x00007f992fc5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[10:16:35.524] #2  0x00007f992fc45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[10:16:35.524] #3  0x00007f992fe1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[10:16:35.524] #4  0x00007f992fe2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[10:16:35.524] #5  0x00007f992fe0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x56288d1f7700,...
[10:16:35.524] #6  0x000056288c420e77 in ExecInterpExpr (state=0x5628ae08a4c0, econtext=0x5628ae092f28, isnull=0x7fff29f...
[10:16:35.524] #7  0x000056288c41222f in ExecInterpExprStillValid (state=0x5628ae08a4c0, econtext=0x5628ae092f28, isNull...
[10:16:35.524] #8  0x000056288c42419b in ExecEvalExpr (isNull=0x7fff29f4041f, econtext=<optimized out>, state=<optimized...
[10:16:35.524] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[10:16:36.220] #0  0x00007efd8eaa9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[10:16:36.220] #1  0x00007efd8ea5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[10:16:36.220] #2  0x00007efd8ea45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[10:16:36.220] #3  0x00007efd8ec1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[10:16:36.220] #4  0x00007efd8ec2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[10:16:36.220] #5  0x00007efd8ec0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x558d75265700,...
[10:16:36.220] #6  0x0000558d7448ee77 in ExecInterpExpr (state=0x558da7a38230, econtext=0x558da7a38da0, isnull=0x7ffe79b...
[10:16:36.220] #7  0x0000558d7448022f in ExecInterpExprStillValid (state=0x558da7a38230, econtext=0x558da7a38da0, isNull...
[10:16:36.220] #8  0x0000558d7449219b in ExecEvalExpr (isNull=0x7ffe79bec86f, econtext=<optimized out>, state=<optimized...
[10:16:36.220] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[10:16:36.917] #0  0x00007fd0a98a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[10:16:36.917] #1  0x00007fd0a985afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[10:16:36.917] #2  0x00007fd0a9845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[10:16:36.917] #3  0x00007fd0a9a1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[10:16:36.917] #4  0x00007fd0a9a2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[10:16:36.917] #5  0x00007fd0a9a0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55ae0e63c700,...
[10:16:36.917] #6  0x000055ae0d865e77 in ExecInterpExpr (state=0x55ae2dc5fca0, econtext=0x55ae2dc616a8, isnull=0x7ffcff4...
[10:16:36.917] #7  0x000055ae0d85722f in ExecInterpExprStillValid (state=0x55ae2dc5fca0, econtext=0x55ae2dc616a8, isNull...
[10:16:36.917] #8  0x000055ae0d86919b in ExecEvalExpr (isNull=0x7ffcff458adf, econtext=<optimized out>, state=<optimized...
[10:16:36.917] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[10:16:37.433] #0  0x00007efd8eaa9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[10:16:37.433] #1  0x00007efd8ea5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[10:16:37.433] #2  0x00007efd8ea45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[10:16:37.433] #3  0x0000558d74b1644d in ExceptionalCondition (conditionName=conditionName@entry=0x558d74d34120 "HaveReg...
[10:16:37.433] #4  0x0000558d7430859a in index_drop (indexId=27862, concurrent=concurrent@entry=false, concurrent_lock_m...
[10:16:37.433] #5  0x0000558d742f037e in doDeletion (object=object@entry=0x558da793bfb0, flags=flags@entry=21) at ../src...
[10:16:37.433] #6  0x0000558d742f0645 in deleteOneObject (object=0x558da793bfb0, depRel=depRel@entry=0x7ffe79becc58, fla...
[10:16:37.433] #7  0x0000558d742f0a27 in deleteObjectsInList (targetObjects=targetObjects@entry=0x558da79595a8, depRel=d...
[10:16:37.433] #8  0x0000558d742f4d8e in performDeletion (object=object@entry=0x7ffe79becd44, behavior=behavior@entry=DR...
[10:16:37.433] #9  0x0000558d7472873f in do_autovacuum () at ../src/backend/postmaster/autovacuum.c:2215
core
[10:16:37.980] #0  0x00007f08ef2a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[10:16:37.980] #1  0x00007f08ef25afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[10:16:37.980] #2  0x00007f08ef245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[10:16:37.980] #3  0x00007f08ef41e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[10:16:37.980] #4  0x00007f08ef42aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[10:16:37.980] #5  0x00007f08ef40d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55c38ca16700,...
[10:16:37.980] #6  0x000055c38bc3fe77 in ExecInterpExpr (state=0x55c3c582e590, econtext=0x55c3c582f1f0, isnull=0x7ffd084...
[10:16:37.980] #7  0x000055c38bc3122f in ExecInterpExprStillValid (state=0x55c3c582e590, econtext=0x55c3c582f1f0, isNull...
[10:16:37.980] #8  0x000055c38bc4319b in ExecEvalExpr (isNull=0x7ffd084cf9ef, econtext=<optimized out>, state=<optimized...
[10:16:37.980] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[10:16:38.548] #0  0x00007f0b2a0a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[10:16:38.548] #1  0x00007f0b2a05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[10:16:38.548] #2  0x00007f0b2a045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[10:16:38.548] #3  0x00007f0b2a21e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[10:16:38.548] #4  0x00007f0b2a22aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[10:16:38.548] #5  0x00007f0b2a20d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x561ece870700,...
[10:16:38.548] #6  0x0000561ecda99e77 in ExecInterpExpr (state=0x561ef8bc54a0, econtext=0x561ef8bc6100, isnull=0x7ffeb88...
[10:16:38.548] #7  0x0000561ecda8b22f in ExecInterpExprStillValid (state=0x561ef8bc54a0, econtext=0x561ef8bc6100, isNull...
[10:16:38.548] #8  0x0000561ecda9d19b in ExecEvalExpr (isNull=0x7ffeb88ddaef, econtext=<optimized out>, state=<optimized...
[10:16:38.548] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[10:16:39.086] #0  0x00007f291f2a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[10:16:39.086] #1  0x00007f291f25afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[10:16:39.086] #2  0x00007f291f245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[10:16:39.086] #3  0x00007f291f41e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[10:16:39.086] #4  0x00007f291f42aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[10:16:39.086] #5  0x00007f291f40d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x561798b98700,...
[10:16:39.086] #6  0x0000561797dc1e77 in ExecInterpExpr (state=0x5617c9024ce0, econtext=0x5617c9025940, isnull=0x7ffda1f...
[10:16:39.086] #7  0x0000561797db322f in ExecInterpExprStillValid (state=0x5617c9024ce0, econtext=0x5617c9025940, isNull...
[10:16:39.086] #8  0x0000561797dc519b in ExecEvalExpr (isNull=0x7ffda1f64c3f, econtext=<optimized out>, state=<optimized...
[10:16:39.086] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[10:16:39.641] #0  0x00007efcdf8a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[10:16:39.641] #1  0x00007efcdf85afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[10:16:39.641] #2  0x00007efcdf845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[10:16:39.641] #3  0x00007efcdfa1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[10:16:39.641] #4  0x00007efcdfa2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[10:16:39.641] #5  0x00007efcdfa0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55f9d3aaf700,...
[10:16:39.641] #6  0x000055f9d2cd8e77 in ExecInterpExpr (state=0x55f9ef06dd70, econtext=0x55f9ef06e9d0, isnull=0x7fff037...
[10:16:39.641] #7  0x000055f9d2cca22f in ExecInterpExprStillValid (state=0x55f9ef06dd70, econtext=0x55f9ef06e9d0, isNull...
[10:16:39.641] #8  0x000055f9d2cdc19b in ExecEvalExpr (isNull=0x7fff037d5b3f, econtext=<optimized out>, state=<optimized...
[10:16:39.641] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[10:16:40.182] #0  0x00007f510c4a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[10:16:40.182] #1  0x00007f510c45afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[10:16:40.182] #2  0x00007f510c445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[10:16:40.182] #3  0x00007f510c61e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[10:16:40.182] #4  0x00007f510c62aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[10:16:40.182] #5  0x00007f510c60d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x557c270fe700,...
[10:16:40.182] #6  0x0000557c26327e77 in ExecInterpExpr (state=0x557c4fcff090, econtext=0x557c4fcffcf0, isnull=0x7ffe25e...
[10:16:40.182] #7  0x0000557c2631922f in ExecInterpExprStillValid (state=0x557c4fcff090, econtext=0x557c4fcffcf0, isNull...
[10:16:40.182] #8  0x0000557c2632b19b in ExecEvalExpr (isNull=0x7ffe25e98ccf, econtext=<optimized out>, state=<optimized...
[10:16:40.182] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[10:16:41.978] #0  0x00007efd8eaa9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[10:16:41.978] #1  0x00007efd8ea5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[10:16:41.978] #2  0x00007efd8ea45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[10:16:41.978] #3  0x00007efd8ec1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[10:16:41.978] #4  0x00007efd8ec2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[10:16:41.978] #5  0x00007efd8ec0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x558d75265700,...
[10:16:41.978] #6  0x0000558d7448ee77 in ExecInterpExpr (state=0x558da7a189a0, econtext=0x558da7a19510, isnull=0x7ffe79b...
[10:16:41.978] #7  0x0000558d7448022f in ExecInterpExprStillValid (state=0x558da7a189a0, econtext=0x558da7a19510, isNull...
[10:16:41.978] #8  0x0000558d7449219b in ExecEvalExpr (isNull=0x7ffe79bebc3f, econtext=<optimized out>, state=<optimized...
[10:16:41.978] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[10:16:42.609] #0  0x00007efd8eaa9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[10:16:42.609] #1  0x00007efd8ea5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[10:16:42.609] #2  0x00007efd8ea45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[10:16:42.609] #3  0x00007efd8ec1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[10:16:42.609] #4  0x00007efd8ec2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[10:16:42.609] #5  0x00007efd8ec0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x558d75265700,...
[10:16:42.609] #6  0x0000558d7448ee77 in ExecInterpExpr (state=0x558da7a485b8, econtext=0x558da7a4b7f8, isnull=0x7ffe79b...
[10:16:42.609] #7  0x0000558d7448022f in ExecInterpExprStillValid (state=0x558da7a485b8, econtext=0x558da7a4b7f8, isNull...
[10:16:42.609] #8  0x0000558d7449219b in ExecEvalExpr (isNull=0x7ffe79becaaf, econtext=<optimized out>, state=<optimized...
[10:16:42.609] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[10:16:43.342] #0  0x00007efd8eaa9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[10:16:43.342] #1  0x00007efd8ea5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[10:16:43.342] #2  0x00007efd8ea45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[10:16:43.342] #3  0x00007efd8ec1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[10:16:43.342] #4  0x00007efd8ec2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[10:16:43.342] #5  0x00007efd8ec0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x558d75265700,...
[10:16:43.342] #6  0x0000558d7448ee77 in ExecInterpExpr (state=0x558da79a2290, econtext=0x558da7970a18, isnull=0x7ffe79b...
[10:16:43.342] #7  0x0000558d7448022f in ExecInterpExprStillValid (state=0x558da79a2290, econtext=0x558da7970a18, isNull...
[10:16:43.342] #8  0x0000558d7449219b in ExecEvalExpr (isNull=0x7ffe79beca2f, econtext=<optimized out>, state=<optimized...
[10:16:43.342] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[10:16:44.032] #0  0x00007fdde3ea9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[10:16:44.032] #1  0x00007fdde3e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[10:16:44.032] #2  0x00007fdde3e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[10:16:44.032] #3  0x00007fdde401e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[10:16:44.032] #4  0x00007fdde402aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[10:16:44.032] #5  0x00007fdde400d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x558194193700,...
[10:16:44.032] #6  0x00005581933bce77 in ExecInterpExpr (state=0x5581c461c560, econtext=0x5581c45eccf8, isnull=0x7fff490...
[10:16:44.032] #7  0x00005581933ae22f in ExecInterpExprStillValid (state=0x5581c461c560, econtext=0x5581c45eccf8, isNull...
[10:16:44.032] #8  0x00005581933c019b in ExecEvalExpr (isNull=0x7fff4904a73f, econtext=<optimized out>, state=<optimized...
[10:16:44.032] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[10:16:44.765] #0  0x00007f525fca9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[10:16:44.765] #1  0x00007f525fc5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[10:16:44.765] #2  0x00007f525fc45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[10:16:44.765] #3  0x00007f525fe1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[10:16:44.765] #4  0x00007f525fe2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[10:16:44.765] #5  0x00007f525fe0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x561eb56ba700,...
[10:16:44.765] #6  0x0000561eb48e3e77 in ExecInterpExpr (state=0x561ec4fdb600, econtext=0x561ec4fdc170, isnull=0x7ffdb3a...
[10:16:44.765] #7  0x0000561eb48d522f in ExecInterpExprStillValid (state=0x561ec4fdb600, econtext=0x561ec4fdc170, isNull...
[10:16:44.765] #8  0x0000561eb48e719b in ExecEvalExpr (isNull=0x7ffdb3a9c69f, econtext=<optimized out>, state=<optimized...
[10:16:44.765] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[10:16:45.323] #0  0x00007f3a984a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[10:16:45.323] #1  0x00007f3a9845afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[10:16:45.323] #2  0x00007f3a98445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[10:16:45.323] #3  0x00007f3a9861e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[10:16:45.323] #4  0x00007f3a9862aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[10:16:45.323] #5  0x00007f3a9860d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55edbc002700,...
[10:16:45.323] #6  0x000055edbb22be77 in ExecInterpExpr (state=0x55ede5e925e0, econtext=0x55ede5e93240, isnull=0x7fffcc1...
[10:16:45.323] #7  0x000055edbb21d22f in ExecInterpExprStillValid (state=0x55ede5e925e0, econtext=0x55ede5e93240, isNull...
[10:16:45.323] #8  0x000055edbb22f19b in ExecEvalExpr (isNull=0x7fffcc11e3ff, econtext=<optimized out>, state=<optimized...
[10:16:45.323] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[10:16:45.885] #0  0x00007fbfa8ea9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[10:16:45.885] #1  0x00007fbfa8e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[10:16:45.885] #2  0x00007fbfa8e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[10:16:45.885] #3  0x00007fbfa901e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[10:16:45.885] #4  0x00007fbfa902aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[10:16:45.885] #5  0x00007fbfa900d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55807fac7700,...
[10:16:45.885] #6  0x000055807ecf0e77 in ExecInterpExpr (state=0x55809c0df680, econtext=0x55809c0e02e0, isnull=0x7ffd2d4...
[10:16:45.885] #7  0x000055807ece222f in ExecInterpExprStillValid (state=0x55809c0df680, econtext=0x55809c0e02e0, isNull...
[10:16:45.885] #8  0x000055807ecf419b in ExecEvalExpr (isNull=0x7ffd2d4b020f, econtext=<optimized out>, state=<optimized...
[10:16:45.885] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[10:16:46.460] #0  0x00007fe135ea9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[10:16:46.460] #1  0x00007fe135e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[10:16:46.460] #2  0x00007fe135e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[10:16:46.460] #3  0x00007fe13601e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[10:16:46.460] #4  0x00007fe13602aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[10:16:46.460] #5  0x00007fe13600d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x555f1e60d700,...
[10:16:46.460] #6  0x0000555f1d836e77 in ExecInterpExpr (state=0x555f56e5bea0, econtext=0x555f56e5cb00, isnull=0x7ffd991...
[10:16:46.460] #7  0x0000555f1d82822f in ExecInterpExprStillValid (state=0x555f56e5bea0, econtext=0x555f56e5cb00, isNull...
[10:16:46.460] #8  0x0000555f1d83a19b in ExecEvalExpr (isNull=0x7ffd9917f8ef, econtext=<optimized out>, state=<optimized...
[10:16:46.460] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[10:16:47.066] #0  0x00007f82546a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[10:16:47.066] #1  0x00007f825465afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[10:16:47.066] #2  0x00007f8254645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[10:16:47.066] #3  0x00007f825481e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[10:16:47.066] #4  0x00007f825482aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[10:16:47.066] #5  0x00007f825480d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x56075ebdd700,...
[10:16:47.066] #6  0x000056075de06e77 in ExecInterpExpr (state=0x56078a106ce0, econtext=0x56078a107940, isnull=0x7ffedd0...
[10:16:47.066] #7  0x000056075ddf822f in ExecInterpExprStillValid (state=0x56078a106ce0, econtext=0x56078a107940, isNull...
[10:16:47.066] #8  0x000056075de0a19b in ExecEvalExpr (isNull=0x7ffedd07385f, econtext=<optimized out>, state=<optimized...
[10:16:47.066] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[10:16:47.578] #0  0x00007f69400a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[10:16:47.578] #1  0x00007f694005afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[10:16:47.578] #2  0x00007f6940045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[10:16:47.578] #3  0x00007f694021e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[10:16:47.578] #4  0x00007f694022aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[10:16:47.578] #5  0x00007f694020d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55c4501e4700,...
[10:16:47.578] #6  0x000055c44f40de77 in ExecInterpExpr (state=0x55c4724325e0, econtext=0x55c472433240, isnull=0x7ffcc15...
[10:16:47.578] #7  0x000055c44f3ff22f in ExecInterpExprStillValid (state=0x55c4724325e0, econtext=0x55c472433240, isNull...
[10:16:47.578] #8  0x000055c44f41119b in ExecEvalExpr (isNull=0x7ffcc155c15f, econtext=<optimized out>, state=<optimized...
[10:16:47.578] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[10:16:49.126] #0  0x00007efd8eaa9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[10:16:49.126] #1  0x00007efd8ea5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[10:16:49.126] #2  0x00007efd8ea45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[10:16:49.126] #3  0x00007efd8ec1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[10:16:49.126] #4  0x00007efd8ec2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[10:16:49.126] #5  0x00007efd8ec0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x558d75265700,...
[10:16:49.126] #6  0x0000558d7448ee77 in ExecInterpExpr (state=0x558da79bffd0, econtext=0x558da79c0a50, isnull=0x7ffe79b...
[10:16:49.126] #7  0x0000558d7448022f in ExecInterpExprStillValid (state=0x558da79bffd0, econtext=0x558da79c0a50, isNull...
[10:16:49.126] #8  0x0000558d7449219b in ExecEvalExpr (isNull=0x7ffe79becc6f, econtext=<optimized out>, state=<optimized...
[10:16:49.126] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[10:16:49.696] #0  0x00007f7a9baa9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[10:16:49.696] #1  0x00007f7a9ba5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[10:16:49.696] #2  0x00007f7a9ba45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[10:16:49.696] #3  0x00007f7a9bc1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[10:16:49.696] #4  0x00007f7a9bc2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[10:16:49.696] #5  0x00007f7a9bc0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x564103c26700,...
[10:16:49.696] #6  0x0000564102e4fe77 in ExecInterpExpr (state=0x5641380a40b0, econtext=0x5641380a4d10, isnull=0x7fff5de...
[10:16:49.696] #7  0x0000564102e4122f in ExecInterpExprStillValid (state=0x5641380a40b0, econtext=0x5641380a4d10, isNull...
[10:16:49.696] #8  0x0000564102e5319b in ExecEvalExpr (isNull=0x7fff5de1ae6f, econtext=<optimized out>, state=<optimized...
[10:16:49.696] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[10:16:50.343] #0  0x00007efd8eaa9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[10:16:50.343] #1  0x00007efd8ea5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[10:16:50.343] #2  0x00007efd8ea45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[10:16:50.343] #3  0x00007efd8ec1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[10:16:50.343] #4  0x00007efd8ec2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[10:16:50.343] #5  0x00007efd8ec0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x558d75265700,...
[10:16:50.343] #6  0x0000558d7448ee77 in ExecInterpExpr (state=0x558da79bd1f0, econtext=0x558da79bdd60, isnull=0x7ffe79b...
[10:16:50.343] #7  0x0000558d7448022f in ExecInterpExprStillValid (state=0x558da79bd1f0, econtext=0x558da79bdd60, isNull...
[10:16:50.343] #8  0x0000558d7449219b in ExecEvalExpr (isNull=0x7ffe79bec98f, econtext=<optimized out>, state=<optimized...
[10:16:50.343] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[10:16:51.022] #0  0x00007f20dcea9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[10:16:51.022] #1  0x00007f20dce5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[10:16:51.022] #2  0x00007f20dce45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[10:16:51.022] #3  0x00007f20dd01e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[10:16:51.022] #4  0x00007f20dd02aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[10:16:51.022] #5  0x00007f20dd00d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x563bd9040700,...
[10:16:51.022] #6  0x0000563bd8269e77 in ExecInterpExpr (state=0x563bdb4cfbe0, econtext=0x563bdb4a2388, isnull=0x7fff4a5...
[10:16:51.022] #7  0x0000563bd825b22f in ExecInterpExprStillValid (state=0x563bdb4cfbe0, econtext=0x563bdb4a2388, isNull...
[10:16:51.022] #8  0x0000563bd826d19b in ExecEvalExpr (isNull=0x7fff4a56ca8f, econtext=<optimized out>, state=<optimized...
[10:16:51.022] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[10:16:51.558] #0  0x00007f4c48aa9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[10:16:51.558] #1  0x00007f4c48a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[10:16:51.558] #2  0x00007f4c48a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[10:16:51.558] #3  0x00007f4c48c1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[10:16:51.558] #4  0x00007f4c48c2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[10:16:51.558] #5  0x00007f4c48c0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x558a1af3a700,...
[10:16:51.558] #6  0x0000558a1a163e77 in ExecInterpExpr (state=0x558a351f81e0, econtext=0x558a351f8e40, isnull=0x7ffd1e6...
[10:16:51.558] #7  0x0000558a1a15522f in ExecInterpExprStillValid (state=0x558a351f81e0, econtext=0x558a351f8e40, isNull...
[10:16:51.558] #8  0x0000558a1a16719b in ExecEvalExpr (isNull=0x7ffd1e677a2f, econtext=<optimized out>, state=<optimized...
[10:16:51.558] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[10:16:52.112] #0  0x00007f5d03aa9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[10:16:52.112] #1  0x00007f5d03a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[10:16:52.112] #2  0x00007f5d03a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[10:16:52.112] #3  0x00007f5d03c1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[10:16:52.112] #4  0x00007f5d03c2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[10:16:52.112] #5  0x00007f5d03c0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55650715e700,...
[10:16:52.112] #6  0x0000556506387e77 in ExecInterpExpr (state=0x55654774aa40, econtext=0x55654774b6a0, isnull=0x7fff6ca...
[10:16:52.112] #7  0x000055650637922f in ExecInterpExprStillValid (state=0x55654774aa40, econtext=0x55654774b6a0, isNull...
[10:16:52.112] #8  0x000055650638b19b in ExecEvalExpr (isNull=0x7fff6ca183df, econtext=<optimized out>, state=<optimized...
[10:16:52.112] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[10:16:52.789] #0  0x00007f0a666a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[10:16:52.789] #1  0x00007f0a6665afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[10:16:52.789] #2  0x00007f0a66645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[10:16:52.789] #3  0x00007f0a6681e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[10:16:52.789] #4  0x00007f0a6682aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[10:16:52.789] #5  0x00007f0a6680d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x560339eee700,...
[10:16:52.789] #6  0x0000560339117e77 in ExecInterpExpr (state=0x5603641c90d0, econtext=0x5603641caad8, isnull=0x7ffc64c...
[10:16:52.789] #7  0x000056033910922f in ExecInterpExprStillValid (state=0x5603641c90d0, econtext=0x5603641caad8, isNull...
[10:16:52.789] #8  0x000056033911b19b in ExecEvalExpr (isNull=0x7ffc64cb8c1f, econtext=<optimized out>, state=<optimized...
[10:16:52.789] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[10:16:53.338] #0  0x00007f5b1b0a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[10:16:53.338] #1  0x00007f5b1b05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[10:16:53.338] #2  0x00007f5b1b045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[10:16:53.338] #3  0x00007f5b1b21e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[10:16:53.338] #4  0x00007f5b1b22aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[10:16:53.338] #5  0x00007f5b1b20d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55c82befe700,...
[10:16:53.338] #6  0x000055c82b127e77 in ExecInterpExpr (state=0x55c863771c00, econtext=0x55c863772860, isnull=0x7ffeb15...
[10:16:53.338] #7  0x000055c82b11922f in ExecInterpExprStillValid (state=0x55c863771c00, econtext=0x55c863772860, isNull...
[10:16:53.338] #8  0x000055c82b12b19b in ExecEvalExpr (isNull=0x7ffeb15e3d0f, econtext=<optimized out>, state=<optimized...
[10:16:53.338] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[10:16:53.885] #0  0x00007fe1120a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[10:16:53.885] #1  0x00007fe11205afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[10:16:53.885] #2  0x00007fe112045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[10:16:53.885] #3  0x00007fe11221e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[10:16:53.885] #4  0x00007fe11222aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[10:16:53.885] #5  0x00007fe11220d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x560371535700,...
[10:16:53.885] #6  0x000056037075ee77 in ExecInterpExpr (state=0x5603a4fe80a0, econtext=0x5603a4fe8d00, isnull=0x7ffeabb...
[10:16:53.885] #7  0x000056037075022f in ExecInterpExprStillValid (state=0x5603a4fe80a0, econtext=0x5603a4fe8d00, isNull...
[10:16:53.885] #8  0x000056037076219b in ExecEvalExpr (isNull=0x7ffeabb2c97f, econtext=<optimized out>, state=<optimized...
[10:16:53.885] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[10:16:54.437] #0  0x00007fab8dea9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[10:16:54.437] #1  0x00007fab8de5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[10:16:54.437] #2  0x00007fab8de45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[10:16:54.437] #3  0x00007fab8e01e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[10:16:54.437] #4  0x00007fab8e02aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[10:16:54.437] #5  0x00007fab8e00d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x556632395700,...
[10:16:54.437] #6  0x00005566315bee77 in ExecInterpExpr (state=0x55665117b0a0, econtext=0x55665117bd00, isnull=0x7fffbeb...
[10:16:54.437] #7  0x00005566315b022f in ExecInterpExprStillValid (state=0x55665117b0a0, econtext=0x55665117bd00, isNull...
[10:16:54.437] #8  0x00005566315c219b in ExecEvalExpr (isNull=0x7fffbeb575ff, econtext=<optimized out>, state=<optimized...
[10:16:54.437] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[10:16:55.132] #0  0x00007f62398a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[10:16:55.132] #1  0x00007f623985afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[10:16:55.132] #2  0x00007f6239845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[10:16:55.132] #3  0x00007f6239a1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[10:16:55.132] #4  0x00007f6239a2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[10:16:55.132] #5  0x00007f6239a0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55df6a4d4700,...
[10:16:55.132] #6  0x000055df696fde77 in ExecInterpExpr (state=0x55df985adf90, econtext=0x55df985af998, isnull=0x7ffe9e9...
[10:16:55.132] #7  0x000055df696ef22f in ExecInterpExprStillValid (state=0x55df985adf90, econtext=0x55df985af998, isNull...
[10:16:55.132] #8  0x000055df6970119b in ExecEvalExpr (isNull=0x7ffe9e94f8af, econtext=<optimized out>, state=<optimized...
[10:16:55.132] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[10:16:55.714] #0  0x00007ff890ea9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[10:16:55.714] #1  0x00007ff890e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[10:16:55.714] #2  0x00007ff890e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[10:16:55.714] #3  0x00007ff89101e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[10:16:55.714] #4  0x00007ff89102aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[10:16:55.714] #5  0x00007ff89100d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55d23eef3700,...
[10:16:55.714] #6  0x000055d23e11ce77 in ExecInterpExpr (state=0x55d2634b5ce0, econtext=0x55d2634ba7a8, isnull=0x7ffd578...
[10:16:55.714] #7  0x000055d23e10e22f in ExecInterpExprStillValid (state=0x55d2634b5ce0, econtext=0x55d2634ba7a8, isNull...
[10:16:55.714] #8  0x000055d23e12019b in ExecEvalExpr (isNull=0x7ffd5785d0ff, econtext=<optimized out>, state=<optimized...
[10:16:55.714] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[10:16:56.278] #0  0x00007f4c136a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[10:16:56.278] #1  0x00007f4c1365afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[10:16:56.278] #2  0x00007f4c13645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[10:16:56.278] #3  0x00007f4c1381e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[10:16:56.278] #4  0x00007f4c1382aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[10:16:56.278] #5  0x00007f4c1380d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55724a2a3700,...
[10:16:56.278] #6  0x00005572494cce77 in ExecInterpExpr (state=0x557286d63bd0, econtext=0x557286d64830, isnull=0x7ffd57d...
[10:16:56.278] #7  0x00005572494be22f in ExecInterpExprStillValid (state=0x557286d63bd0, econtext=0x557286d64830, isNull...
[10:16:56.278] #8  0x00005572494d019b in ExecEvalExpr (isNull=0x7ffd57df397f, econtext=<optimized out>, state=<optimized...
[10:16:56.278] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[10:16:57.204] #0  0x00007efd8eaa9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[10:16:57.204] #1  0x00007efd8ea5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[10:16:57.204] #2  0x00007efd8ea45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[10:16:57.204] #3  0x00007efd8ec1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[10:16:57.204] #4  0x00007efd8ec2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[10:16:57.204] #5  0x00007efd8ec0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x558d75265700,...
[10:16:57.204] #6  0x0000558d7448ee77 in ExecInterpExpr (state=0x558da79bffd0, econtext=0x558da79c0a50, isnull=0x7ffe79b...
[10:16:57.204] #7  0x0000558d7448022f in ExecInterpExprStillValid (state=0x558da79bffd0, econtext=0x558da79c0a50, isNull...
[10:16:57.204] #8  0x0000558d7449219b in ExecEvalExpr (isNull=0x7ffe79becc6f, econtext=<optimized out>, state=<optimized...
[10:16:57.204] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[10:16:57.754] #0  0x00007f135f6a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[10:16:57.754] #1  0x00007f135f65afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[10:16:57.754] #2  0x00007f135f645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[10:16:57.754] #3  0x00007f135f81e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[10:16:57.754] #4  0x00007f135f82aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[10:16:57.754] #5  0x00007f135f80d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x557a123de700,...
[10:16:57.754] #6  0x0000557a11607e77 in ExecInterpExpr (state=0x557a4537af60, econtext=0x557a4537bbc0, isnull=0x7ffcf7e...
[10:16:57.754] #7  0x0000557a115f922f in ExecInterpExprStillValid (state=0x557a4537af60, econtext=0x557a4537bbc0, isNull...
[10:16:57.754] #8  0x0000557a1160b19b in ExecEvalExpr (isNull=0x7ffcf7e5b1bf, econtext=<optimized out>, state=<optimized...
[10:16:57.754] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[10:16:58.813] #0  0x00007feb5c4a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[10:16:58.813] #1  0x00007feb5c45afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[10:16:58.813] #2  0x00007feb5c445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[10:16:58.813] #3  0x00007feb5c61e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[10:16:58.813] #4  0x00007feb5c62aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[10:16:58.813] #5  0x00007feb5c60d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x5654db8c9700,...
[10:16:58.813] #6  0x00005654daaf2e77 in ExecInterpExpr (state=0x565501a19770, econtext=0x565501aeeac8, isnull=0x7ffdc92...
[10:16:58.813] #7  0x00005654daae422f in ExecInterpExprStillValid (state=0x565501a19770, econtext=0x565501aeeac8, isNull...
[10:16:58.813] #8  0x00005654daaf619b in ExecEvalExpr (isNull=0x7ffdc92e331f, econtext=<optimized out>, state=<optimized...
[10:16:58.813] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[10:16:59.548] #0  0x00007fd0a98a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[10:16:59.548] #1  0x00007fd0a985afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[10:16:59.548] #2  0x00007fd0a9845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[10:16:59.548] #3  0x00007fd0a9a1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[10:16:59.548] #4  0x00007fd0a9a2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[10:16:59.548] #5  0x00007fd0a9a0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55ae0e63c700,...
[10:16:59.548] #6  0x000055ae0d865e77 in ExecInterpExpr (state=0x55ae2dc5fca0, econtext=0x55ae2dc616a8, isnull=0x7ffcff4...
[10:16:59.548] #7  0x000055ae0d85722f in ExecInterpExprStillValid (state=0x55ae2dc5fca0, econtext=0x55ae2dc616a8, isNull...
[10:16:59.548] #8  0x000055ae0d86919b in ExecEvalExpr (isNull=0x7ffcff458adf, econtext=<optimized out>, state=<optimized...
[10:16:59.548] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[10:17:00.242] #0  0x00007ff5fe8a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[10:17:00.242] #1  0x00007ff5fe85afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[10:17:00.242] #2  0x00007ff5fe845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[10:17:00.242] #3  0x00007ff5fea1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[10:17:00.242] #4  0x00007ff5fea2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[10:17:00.242] #5  0x00007ff5fea0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55f25fb4d700,...
[10:17:00.242] #6  0x000055f25ed76e77 in ExecInterpExpr (state=0x55f265304a50, econtext=0x55f265306458, isnull=0x7ffce0e...
[10:17:00.242] #7  0x000055f25ed6822f in ExecInterpExprStillValid (state=0x55f265304a50, econtext=0x55f265306458, isNull...
[10:17:00.242] #8  0x000055f25ed7a19b in ExecEvalExpr (isNull=0x7ffce0e4786f, econtext=<optimized out>, state=<optimized...
[10:17:00.242] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[10:17:00.828] #0  0x00007fe01bea9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[10:17:00.828] #1  0x00007fe01be5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[10:17:00.828] #2  0x00007fe01be45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[10:17:00.828] #3  0x00007fe01c01e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[10:17:00.828] #4  0x00007fe01c02aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[10:17:00.828] #5  0x00007fe01c00d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x564e8c4dc700,...
[10:17:00.828] #6  0x0000564e8b705e77 in ExecInterpExpr (state=0x564eb6c564a0, econtext=0x564eb6c57100, isnull=0x7fff9cb...
[10:17:00.828] #7  0x0000564e8b6f722f in ExecInterpExprStillValid (state=0x564eb6c564a0, econtext=0x564eb6c57100, isNull...
[10:17:00.828] #8  0x0000564e8b70919b in ExecEvalExpr (isNull=0x7fff9cbad87f, econtext=<optimized out>, state=<optimized...
[10:17:00.828] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[10:17:01.396] #0  0x00007f0c6bea9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[10:17:01.396] #1  0x00007f0c6be5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[10:17:01.396] #2  0x00007f0c6be45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[10:17:01.396] #3  0x00007f0c6c01e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[10:17:01.396] #4  0x00007f0c6c02aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[10:17:01.396] #5  0x00007f0c6c00d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x5632c91c5700,...
[10:17:01.396] #6  0x00005632c83eee77 in ExecInterpExpr (state=0x5632ddc25ce0, econtext=0x5632ddc26940, isnull=0x7ffd12b...
[10:17:01.396] #7  0x00005632c83e022f in ExecInterpExprStillValid (state=0x5632ddc25ce0, econtext=0x5632ddc26940, isNull...
[10:17:01.396] #8  0x00005632c83f219b in ExecEvalExpr (isNull=0x7ffd12bbebef, econtext=<optimized out>, state=<optimized...
[10:17:01.396] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[10:17:01.931] #0  0x00007f3167ca9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[10:17:01.931] #1  0x00007f3167c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[10:17:01.931] #2  0x00007f3167c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[10:17:01.931] #3  0x00007f3167e1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[10:17:01.931] #4  0x00007f3167e2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[10:17:01.931] #5  0x00007f3167e0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55e3971e6700,...
[10:17:01.931] #6  0x000055e39640fe77 in ExecInterpExpr (state=0x55e39f6a3a10, econtext=0x55e39f6a4670, isnull=0x7ffe5b8...
[10:17:01.931] #7  0x000055e39640122f in ExecInterpExprStillValid (state=0x55e39f6a3a10, econtext=0x55e39f6a4670, isNull...
[10:17:01.931] #8  0x000055e39641319b in ExecEvalExpr (isNull=0x7ffe5b87e52f, econtext=<optimized out>, state=<optimized...
[10:17:01.931] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[10:17:02.616] #0  0x00007f62398a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[10:17:02.616] #1  0x00007f623985afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[10:17:02.616] #2  0x00007f6239845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[10:17:02.616] #3  0x00007f6239a1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[10:17:02.616] #4  0x00007f6239a2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[10:17:02.616] #5  0x00007f6239a0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55df6a4d4700,...
[10:17:02.616] #6  0x000055df696fde77 in ExecInterpExpr (state=0x55df985b0210, econtext=0x55df985b1d38, isnull=0x7ffe9e9...
[10:17:02.616] #7  0x000055df696ef22f in ExecInterpExprStillValid (state=0x55df985b0210, econtext=0x55df985b1d38, isNull...
[10:17:02.616] #8  0x000055df6970119b in ExecEvalExpr (isNull=0x7ffe9e94f8af, econtext=<optimized out>, state=<optimized...
[10:17:02.616] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[10:17:03.444] #0  0x00007f876b8a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[10:17:03.444] #1  0x00007f876b85afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[10:17:03.444] #2  0x00007f876b845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[10:17:03.444] #3  0x00007f876ba1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[10:17:03.444] #4  0x00007f876ba2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[10:17:03.444] #5  0x00007f876ba0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55e3e92a9700,...
[10:17:03.444] #6  0x000055e3e84d2e77 in ExecInterpExpr (state=0x55e3fc5b9518, econtext=0x55e3fc5ba178, isnull=0x7ffd67f...
[10:17:03.444] #7  0x000055e3e84c422f in ExecInterpExprStillValid (state=0x55e3fc5b9518, econtext=0x55e3fc5ba178, isNull...
[10:17:03.444] #8  0x000055e3e84d619b in ExecEvalExpr (isNull=0x7ffd67f2021f, econtext=<optimized out>, state=<optimized...
[10:17:03.444] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[10:17:04.339] #0  0x00007efd8eaa9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[10:17:04.339] #1  0x00007efd8ea5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[10:17:04.339] #2  0x00007efd8ea45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[10:17:04.339] #3  0x00007efd8ec1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[10:17:04.339] #4  0x00007efd8ec2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[10:17:04.339] #5  0x00007efd8ec0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x558d75265700,...
[10:17:04.339] #6  0x0000558d7448ee77 in ExecInterpExpr (state=0x558da79bffd0, econtext=0x558da79c0a50, isnull=0x7ffe79b...
[10:17:04.339] #7  0x0000558d7448022f in ExecInterpExprStillValid (state=0x558da79bffd0, econtext=0x558da79c0a50, isNull...
[10:17:04.339] #8  0x0000558d7449219b in ExecEvalExpr (isNull=0x7ffe79becc6f, econtext=<optimized out>, state=<optimized...
[10:17:04.339] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[10:17:04.862] #0  0x00007f641bca9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[10:17:04.862] #1  0x00007f641bc5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[10:17:04.862] #2  0x00007f641bc45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[10:17:04.862] #3  0x00007f641be1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[10:17:04.862] #4  0x00007f641be2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[10:17:04.862] #5  0x00007f641be0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55f6a06d0700,...
[10:17:04.862] #6  0x000055f69f8f9e77 in ExecInterpExpr (state=0x55f6af2a4bc0, econtext=0x55f6af2a5820, isnull=0x7ffd025...
[10:17:04.862] #7  0x000055f69f8eb22f in ExecInterpExprStillValid (state=0x55f6af2a4bc0, econtext=0x55f6af2a5820, isNull...
[10:17:04.862] #8  0x000055f69f8fd19b in ExecEvalExpr (isNull=0x7ffd02567f0f, econtext=<optimized out>, state=<optimized...
[10:17:04.862] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[10:17:05.516] #0  0x00007f0a666a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[10:17:05.516] #1  0x00007f0a6665afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[10:17:05.516] #2  0x00007f0a66645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[10:17:05.516] #3  0x00007f0a6681e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[10:17:05.516] #4  0x00007f0a6682aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[10:17:05.516] #5  0x00007f0a6680d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x560339eee700,...
[10:17:05.516] #6  0x0000560339117e77 in ExecInterpExpr (state=0x5603641c90d0, econtext=0x5603641caad8, isnull=0x7ffc64c...
[10:17:05.516] #7  0x000056033910922f in ExecInterpExprStillValid (state=0x5603641c90d0, econtext=0x5603641caad8, isNull...
[10:17:05.516] #8  0x000056033911b19b in ExecEvalExpr (isNull=0x7ffc64cb8c1f, econtext=<optimized out>, state=<optimized...
[10:17:05.516] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[10:17:06.157] #0  0x00007efd8eaa9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[10:17:06.157] #1  0x00007efd8ea5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[10:17:06.157] #2  0x00007efd8ea45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[10:17:06.157] #3  0x00007efd8ec1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[10:17:06.157] #4  0x00007efd8ec2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[10:17:06.157] #5  0x00007efd8ec0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x558d75265700,...
[10:17:06.157] #6  0x0000558d7448ee77 in ExecInterpExpr (state=0x558da79d5cc0, econtext=0x558da79a23b8, isnull=0x7ffe79b...
[10:17:06.157] #7  0x0000558d7448022f in ExecInterpExprStillValid (state=0x558da79d5cc0, econtext=0x558da79a23b8, isNull...
[10:17:06.157] #8  0x0000558d7449219b in ExecEvalExpr (isNull=0x7ffe79beca2f, econtext=<optimized out>, state=<optimized...
[10:17:06.157] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[10:17:06.683] #0  0x00007f6f0c4a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[10:17:06.683] #1  0x00007f6f0c45afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[10:17:06.683] #2  0x00007f6f0c445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[10:17:06.683] #3  0x00007f6f0c61e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[10:17:06.683] #4  0x00007f6f0c62aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[10:17:06.683] #5  0x00007f6f0c60d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55edd0421700,...
[10:17:06.683] #6  0x000055edcf64ae77 in ExecInterpExpr (state=0x55ede796d1e0, econtext=0x55ede796de40, isnull=0x7ffc5e0...
[10:17:06.683] #7  0x000055edcf63c22f in ExecInterpExprStillValid (state=0x55ede796d1e0, econtext=0x55ede796de40, isNull...
[10:17:06.683] #8  0x000055edcf64e19b in ExecEvalExpr (isNull=0x7ffc5e02517f, econtext=<optimized out>, state=<optimized...
[10:17:06.683] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[10:17:07.256] #0  0x00007f20dcea9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[10:17:07.256] #1  0x00007f20dce5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[10:17:07.256] #2  0x00007f20dce45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[10:17:07.256] #3  0x00007f20dd01e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[10:17:07.256] #4  0x00007f20dd02aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[10:17:07.256] #5  0x00007f20dd00d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x563bd9040700,...
[10:17:07.256] #6  0x0000563bd8269e77 in ExecInterpExpr (state=0x563bdb579f48, econtext=0x563bdb57d188, isnull=0x7fff4a5...
[10:17:07.256] #7  0x0000563bd825b22f in ExecInterpExprStillValid (state=0x563bdb579f48, econtext=0x563bdb57d188, isNull...
[10:17:07.256] #8  0x0000563bd826d19b in ExecEvalExpr (isNull=0x7fff4a56cb0f, econtext=<optimized out>, state=<optimized...
[10:17:07.256] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[10:17:07.802] #0  0x00007f0672aa9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[10:17:07.802] #1  0x00007f0672a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[10:17:07.802] #2  0x00007f0672a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[10:17:07.802] #3  0x00007f0672c1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[10:17:07.802] #4  0x00007f0672c2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[10:17:07.802] #5  0x00007f0672c0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x5589a9726700,...
[10:17:07.802] #6  0x00005589a894fe77 in ExecInterpExpr (state=0x5589cad274b0, econtext=0x5589cad28110, isnull=0x7ffc2fe...
[10:17:07.802] #7  0x00005589a894122f in ExecInterpExprStillValid (state=0x5589cad274b0, econtext=0x5589cad28110, isNull...
[10:17:07.802] #8  0x00005589a895319b in ExecEvalExpr (isNull=0x7ffc2fe3d1cf, econtext=<optimized out>, state=<optimized...
[10:17:07.802] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[10:17:08.390] #0  0x00007fc81e4a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[10:17:08.390] #1  0x00007fc81e45afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[10:17:08.390] #2  0x00007fc81e445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[10:17:08.390] #3  0x00007fc81e61e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[10:17:08.390] #4  0x00007fc81e62aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[10:17:08.390] #5  0x00007fc81e60d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55d409f99700,...
[10:17:08.390] #6  0x000055d4091c2e77 in ExecInterpExpr (state=0x55d42a4b1200, econtext=0x55d42a4b1e60, isnull=0x7ffdc15...
[10:17:08.390] #7  0x000055d4091b422f in ExecInterpExprStillValid (state=0x55d42a4b1200, econtext=0x55d42a4b1e60, isNull...
[10:17:08.390] #8  0x000055d4091c619b in ExecEvalExpr (isNull=0x7ffdc150e6df, econtext=<optimized out>, state=<optimized...
[10:17:08.390] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[10:17:09.063] #0  0x00007f0c812a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[10:17:09.063] #1  0x00007f0c8125afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[10:17:09.063] #2  0x00007f0c81245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[10:17:09.063] #3  0x00007f0c8141e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[10:17:09.063] #4  0x00007f0c8142aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[10:17:09.063] #5  0x00007f0c8140d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x564a96beb700,...
[10:17:09.063] #6  0x0000564a95e14e77 in ExecInterpExpr (state=0x564abc975a30, econtext=0x564abc9765a0, isnull=0x7ffe5ef...
[10:17:09.063] #7  0x0000564a95e0622f in ExecInterpExprStillValid (state=0x564abc975a30, econtext=0x564abc9765a0, isNull...
[10:17:09.063] #8  0x0000564a95e1819b in ExecEvalExpr (isNull=0x7ffe5ef0703f, econtext=<optimized out>, state=<optimized...
[10:17:09.063] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[10:17:10.481] #0  0x00007fb48a2a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[10:17:10.481] #1  0x00007fb48a25afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[10:17:10.481] #2  0x00007fb48a245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[10:17:10.481] #3  0x00007fb48a41e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[10:17:10.481] #4  0x00007fb48a42aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[10:17:10.481] #5  0x00007fb48a40d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55f2c41b3700,...
[10:17:10.481] #6  0x000055f2c33dce77 in ExecInterpExpr (state=0x55f2e20dfd10, econtext=0x55f2e20e45e8, isnull=0x7ffd9ab...
[10:17:10.481] #7  0x000055f2c33ce22f in ExecInterpExprStillValid (state=0x55f2e20dfd10, econtext=0x55f2e20e45e8, isNull...
[10:17:10.481] #8  0x000055f2c33e019b in ExecEvalExpr (isNull=0x7ffd9ab4bbbf, econtext=<optimized out>, state=<optimized...
[10:17:10.481] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[10:17:11.178] #0  0x00007f8d6c2a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[10:17:11.178] #1  0x00007f8d6c25afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[10:17:11.178] #2  0x00007f8d6c245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[10:17:11.178] #3  0x00007f8d6c41e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[10:17:11.178] #4  0x00007f8d6c42aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[10:17:11.178] #5  0x00007f8d6c40d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x5587ef8df700,...
[10:17:11.178] #6  0x00005587eeb08e77 in ExecInterpExpr (state=0x5588296400e0, econtext=0x558829641ae8, isnull=0x7fffcdc...
[10:17:11.178] #7  0x00005587eeafa22f in ExecInterpExprStillValid (state=0x5588296400e0, econtext=0x558829641ae8, isNull...
[10:17:11.178] #8  0x00005587eeb0c19b in ExecEvalExpr (isNull=0x7fffcdc41a7f, econtext=<optimized out>, state=<optimized...
[10:17:11.178] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[10:17:11.847] #0  0x00007f0a666a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[10:17:11.847] #1  0x00007f0a6665afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[10:17:11.847] #2  0x00007f0a66645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[10:17:11.847] #3  0x00007f0a6681e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[10:17:11.847] #4  0x00007f0a6682aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[10:17:11.847] #5  0x00007f0a6680d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x560339eee700,...
[10:17:11.847] #6  0x0000560339117e77 in ExecInterpExpr (state=0x5603641c90d0, econtext=0x5603641caad8, isnull=0x7ffc64c...
[10:17:11.847] #7  0x000056033910922f in ExecInterpExprStillValid (state=0x5603641c90d0, econtext=0x5603641caad8, isNull...
[10:17:11.847] #8  0x000056033911b19b in ExecEvalExpr (isNull=0x7ffc64cb8c1f, econtext=<optimized out>, state=<optimized...
[10:17:11.847] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[10:17:12.372] #0  0x00007fe1d78a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[10:17:12.372] #1  0x00007fe1d785afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[10:17:12.372] #2  0x00007fe1d7845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[10:17:12.372] #3  0x00007fe1d7a1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[10:17:12.372] #4  0x00007fe1d7a2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[10:17:12.372] #5  0x00007fe1d7a0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x558af44cc700,...
[10:17:12.372] #6  0x0000558af36f5e77 in ExecInterpExpr (state=0x558b14a430a0, econtext=0x558b14a43d00, isnull=0x7fffe49...
[10:17:12.372] #7  0x0000558af36e722f in ExecInterpExprStillValid (state=0x558b14a430a0, econtext=0x558b14a43d00, isNull...
[10:17:12.372] #8  0x0000558af36f919b in ExecEvalExpr (isNull=0x7fffe4926cbf, econtext=<optimized out>, state=<optimized...
[10:17:12.372] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[10:17:12.914] #0  0x00007fdde3ea9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[10:17:12.914] #1  0x00007fdde3e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[10:17:12.914] #2  0x00007fdde3e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[10:17:12.914] #3  0x00007fdde401e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[10:17:12.914] #4  0x00007fdde402aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[10:17:12.914] #5  0x00007fdde400d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x558194193700,...
[10:17:12.914] #6  0x00005581933bce77 in ExecInterpExpr (state=0x5581c46c71a8, econtext=0x5581c46ca3e8, isnull=0x7fff490...
[10:17:12.914] #7  0x00005581933ae22f in ExecInterpExprStillValid (state=0x5581c46c71a8, econtext=0x5581c46ca3e8, isNull...
[10:17:12.914] #8  0x00005581933c019b in ExecEvalExpr (isNull=0x7fff4904a7bf, econtext=<optimized out>, state=<optimized...
[10:17:12.914] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/matview-write-skew.out /tmp/cirrus-ci-build/build/testrun/isol...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/matview-write-skew.out	2024-10-23 10:06:50.005304948 +0000
+++ /tmp/cirrus-ci-build/build/testrun/isolation/isolation/results/matview-write-skew.out	2024-10-23 10:12:03.529507682 ...
@@ -1,121 +1,6 @@
 Parsed test spec with 2 sessions
 
 starting permutation: s1_begin s2_begin s1_refresh s2_read s2_insert s1_commit s2_commit
-step s1_begin: BEGIN ISOLATION LEVEL SERIALIZABLE;
-step s2_begin: BEGIN ISOLATION LEVEL SERIALIZABLE;
-step s1_refresh: REFRESH MATERIALIZED VIEW CONCURRENTLY order_summary;
-step s2_read: SELECT max(date) FROM order_summary;
-       max
-----------
-04-01-2022
-(1 row)
-
-step s2_insert: INSERT INTO orders VALUES ('2022-04-02', 'orange', 15);
-step s1_commit: COMMIT;
-step s2_commit: COMMIT;
-ERROR:  could not serialize access due to read/write dependencies among transactions
...
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pageinspect/expected/brin.out /tmp/cirrus-ci-build/build/testrun/pageinspect/regre...
--- /tmp/cirrus-ci-build/contrib/pageinspect/expected/brin.out	2024-10-23 10:06:48.237180590 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pageinspect/regress/results/brin.out	2024-10-23 10:12:04.709504646 +0000
@@ -161,50 +161,7 @@
 SELECT * FROM brin_page_items(get_raw_page('brin_test_parallel_idx', 2), 'brin_test_parallel_idx')
 EXCEPT
 SELECT * FROM brin_page_items(get_raw_page('brin_test_serial_idx', 2), 'brin_test_serial_idx');
- itemoffset | blknum | attnum | allnulls | hasnulls | placeholder | empty | value 
-------------+--------+--------+----------+----------+-------------+-------+-------
-(0 rows)
-
-SELECT * FROM brin_page_items(get_raw_page('brin_test_serial_idx', 2), 'brin_test_serial_idx')
-EXCEPT
-SELECT * FROM brin_page_items(get_raw_page('brin_test_parallel_idx', 2), 'brin_test_parallel_idx');
- itemoffset | blknum | attnum | allnulls | hasnulls | placeholder | empty | value 
-------------+--------+--------+----------+----------+-------------+-------+-------
-(0 rows)
-
-DROP INDEX brin_test_parallel_idx;
--- force parallel build, but don't allow starting parallel workers to force
...
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/select.out /tmp/cirrus-ci-build/build/testrun/pg_stat_...
--- /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/select.out	2024-10-23 10:06:48.249123300 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_stat_statements/regress/results/select.out	2024-10-23 10:12:05.661502168 +0000
@@ -320,96 +320,7 @@
 FROM (VALUES (1, 2, 3), (4, NULL, 6), (7, 8, 9)) AS t (a, b, c)
 GROUP BY ROLLUP(a, b), rollup(a, c)
 ORDER BY a, b, c;
- a | b | c 
----+---+---
- 1 | 2 | 3
- 1 | 2 |  
- 1 | 2 |  
- 1 |   | 3
- 1 |   | 3
- 1 |   |  
- 1 |   |  
- 1 |   |  
- 4 |   | 6
- 4 |   | 6
- 4 |   | 6
...
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_trgm/expected/pg_trgm.out /tmp/cirrus-ci-build/build/testrun/pg_trgm/regress/re...
--- /tmp/cirrus-ci-build/contrib/pg_trgm/expected/pg_trgm.out	2024-10-23 10:06:48.257085106 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_trgm/regress/results/pg_trgm.out	2024-10-23 10:12:07.877496312 +0000
@@ -5384,21 +5384,7 @@
 
 SELECT DISTINCT city, similarity(city, 'Warsaw'), show_limit()
   FROM restaurants WHERE city % 'Warsaw';
-  city  | similarity | show_limit 
---------+------------+------------
- Warsaw |          1 |        0.3
-(1 row)
-
-SELECT set_limit(0.5);
- set_limit 
------------
-       0.5
-(1 row)
-
-SELECT DISTINCT city, similarity(city, 'Warsaw'), show_limit()
-  FROM restaurants WHERE city % 'Warsaw';
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/type_sanity.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/00...
--- /tmp/cirrus-ci-build/src/test/regress/expected/type_sanity.out	2024-10-23 10:06:50.248413067 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/type_sanity.out	2024-10-23 10:11:20.937585...
@@ -172,573 +172,7 @@
 FROM pg_type AS t1
 WHERE t1.typtype not in ('b', 'p')
 ORDER BY 1;
- typtype |   typinput    
----------+---------------
- c       | record_in
- d       | domain_in
- e       | enum_in
- m       | multirange_in
- r       | range_in
-(5 rows)
-
--- Check for bogus typoutput routines
--- As of 8.0, this check finds refcursor, which is borrowing
--- other types' I/O routines
-SELECT t1.oid, t1.typname, p1.oid, p1.proname
...
regress
diff -U3 /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out /tmp/cirrus-ci-build/build/testrun/postgres...
--- /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out	2024-10-23 10:06:48.292913234 +0000
+++ /tmp/cirrus-ci-build/build/testrun/postgres_fdw/regress/results/postgres_fdw.out	2024-10-23 10:12:08.713494068 +0000
@@ -2329,10019 +2329,7 @@
 (20 rows)
 
 SELECT t1c1, avg(t1c1 + t2c1) FROM (SELECT t1.c1, t2.c1 FROM ft1 t1 JOIN ft2 t2 ON (t1.c1 = t2.c1) UNION SELECT t1.c1, ...
- t1c1 |         avg          
-------+----------------------
-  101 | 202.0000000000000000
-  102 | 204.0000000000000000
-  103 | 206.0000000000000000
-  104 | 208.0000000000000000
-  105 | 210.0000000000000000
-  106 | 212.0000000000000000
-  107 | 214.0000000000000000
-  108 | 216.0000000000000000
-  109 | 218.0000000000000000
-  110 | 220.0000000000000000
-(10 rows)
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/type_sanity.out /tmp/cirrus-ci-build/build/testrun/recovery/027_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/type_sanity.out	2024-10-23 10:06:50.248413067 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/type_sanity.out	2024-10-23 10:11:44.2855...
@@ -172,573 +172,7 @@
 FROM pg_type AS t1
 WHERE t1.typtype not in ('b', 'p')
 ORDER BY 1;
- typtype |   typinput    
----------+---------------
- c       | record_in
- d       | domain_in
- e       | enum_in
- m       | multirange_in
- r       | range_in
-(5 rows)
-
--- Check for bogus typoutput routines
--- As of 8.0, this check finds refcursor, which is borrowing
--- other types' I/O routines
-SELECT t1.oid, t1.typname, p1.oid, p1.proname
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/type_sanity.out /tmp/cirrus-ci-build/build/testrun/regress/regre...
--- /tmp/cirrus-ci-build/src/test/regress/expected/type_sanity.out	2024-10-23 10:06:50.248413067 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/type_sanity.out	2024-10-23 10:11:16.405589021 +0000
@@ -172,573 +172,7 @@
 FROM pg_type AS t1
 WHERE t1.typtype not in ('b', 'p')
 ORDER BY 1;
- typtype |   typinput    
----------+---------------
- c       | record_in
- d       | domain_in
- e       | enum_in
- m       | multirange_in
- r       | range_in
-(5 rows)
-
--- Check for bogus typoutput routines
--- As of 8.0, this check finds refcursor, which is borrowing
--- other types' I/O routines
-SELECT t1.oid, t1.typname, p1.oid, p1.proname
...
regress
diff -U3 /tmp/cirrus-ci-build/contrib/tablefunc/expected/tablefunc.out /tmp/cirrus-ci-build/build/testrun/tablefunc/regr...
--- /tmp/cirrus-ci-build/contrib/tablefunc/expected/tablefunc.out	2024-10-23 10:06:48.316798653 +0000
+++ /tmp/cirrus-ci-build/build/testrun/tablefunc/regress/results/tablefunc.out	2024-10-23 10:12:08.037495885 +0000
@@ -239,261 +239,7 @@
   'SELECT rowid, rowdt, attribute, val FROM cth ORDER BY 1',
   'SELECT DISTINCT rowdt, attribute FROM cth ORDER BY 2')
 AS c(rowid text, rowdt timestamp, temperature int4, test_result text, test_startdate timestamp, volts float8);
-ERROR:  invalid crosstab categories query
-DETAIL:  The query must return one column.
--- if category query generates a NULL value, get expected error
-SELECT * FROM crosstab(
-  'SELECT rowid, rowdt, attribute, val FROM cth ORDER BY 1',
-  'SELECT NULL::text')
-AS c(rowid text, rowdt timestamp, temperature int4, test_result text, test_startdate timestamp, volts float8);
-ERROR:  crosstab category value must not be null
--- if source query returns zero rows, get zero rows returned
-SELECT * FROM crosstab(
-  'SELECT rowid, rowdt, attribute, val FROM cth WHERE false ORDER BY 1',
-  'SELECT DISTINCT attribute FROM cth ORDER BY 1')
-AS c(rowid text, rowdt timestamp, temperature text, test_result text, test_startdate text, volts text);
...
tap
[10:12:21.003](0.507s) not ok 7 - checking an unresolvable database pattern under --no-strict-names status (got 1 vs exp...
[10:12:21.554](0.402s) not ok 22 - checking a database by name without amcheck installed, with other databases status (g...
[10:12:21.555](0.000s) not ok 24 - checking a database by name without amcheck installed, with other databases stderr /(...
[10:12:21.946](0.391s) not ok 25 - checking a database by pattern without amcheck installed, with other databases status...
[10:12:21.947](0.000s) not ok 27 - checking a database by pattern without amcheck installed, with other databases stderr...
tap
[10:12:26.495](6.440s) not ok 1 - pg_amcheck prior to corruption status (got 1 vs expected 0)
[10:12:26.496](0.000s) not ok 3 - pg_amcheck prior to corruption stderr /(?^:^$)/
[10:12:32.332](5.835s) not ok 4 - pg_amcheck all schemas, tables and indexes in database db1 status (got 1 vs expected 2...
[10:12:32.333](0.000s) not ok 5 - pg_amcheck all schemas, tables and indexes in database db1 stdout /(?^:index ".*" lack...
[10:12:32.333](0.000s) not ok 6 - pg_amcheck all schemas, tables and indexes in database db1 stdout /(?^:line pointer)/
[10:12:32.333](0.000s) not ok 7 - pg_amcheck all schemas, tables and indexes in database db1 stdout /(?^:could not open ...
[10:12:32.334](0.000s) not ok 8 - pg_amcheck all schemas, tables and indexes in database db1 stderr /(?^:^$)/
[10:12:33.303](0.969s) not ok 9 - pg_amcheck all schemas, tables and indexes in databases db1, db2, and db3 status (got ...
[10:12:33.304](0.000s) not ok 10 - pg_amcheck all schemas, tables and indexes in databases db1, db2, and db3 stdout /(?^...
[10:12:33.304](0.000s) not ok 11 - pg_amcheck all schemas, tables and indexes in databases db1, db2, and db3 stdout /(?^...
[10:12:33.305](0.000s) not ok 12 - pg_amcheck all schemas, tables and indexes in databases db1, db2, and db3 stdout /(?^...
[10:12:33.305](0.000s) not ok 13 - pg_amcheck all schemas, tables and indexes in databases db1, db2, and db3 stderr /(?^...
[10:12:33.890](0.585s) not ok 14 - pg_amcheck index s1.t1_btree reports missing main relation fork status (got 0 vs expe...
[10:12:33.891](0.000s) not ok 15 - pg_amcheck index s1.t1_btree reports missing main relation fork stdout /(?^:index ".*...
[10:12:34.016](0.125s) not ok 17 - pg_amcheck index s1.s2 reports index corruption status (got 0 vs expected 2)
[10:12:34.016](0.000s) not ok 18 - pg_amcheck index s1.s2 reports index corruption stdout /(?^:.+)/
[10:12:34.297](0.153s) not ok 23 - pg_amcheck of db2.s1 excluding indexes status (got 0 vs expected 2)
[10:12:34.298](0.000s) not ok 24 - pg_amcheck of db2.s1 excluding indexes stdout /(?^:could not open file ".*": No such ...
[10:12:34.733](0.435s) not ok 26 - pg_amcheck schema s3 reports table and index errors status (got 1 vs expected 2)
[10:12:34.734](0.000s) not ok 27 - pg_amcheck schema s3 reports table and index errors stdout /(?^:index ".*" lacks a ma...
[10:12:34.734](0.000s) not ok 28 - pg_amcheck schema s3 reports table and index errors stdout /(?^:line pointer)/
[10:12:34.735](0.000s) not ok 29 - pg_amcheck schema s3 reports table and index errors stdout /(?^:could not open file "...
[10:12:34.735](0.000s) not ok 30 - pg_amcheck schema s3 reports table and index errors stderr /(?^:^$)/
[10:12:34.749](0.014s) not ok 31 - pg_amcheck in schema s4 reports toast corruption status (got 1 vs expected 2)
[10:12:34.750](0.000s) not ok 32 - pg_amcheck in schema s4 reports toast corruption stdout /(?^:could not open file ".*"...
[10:12:34.750](0.000s) not ok 33 - pg_amcheck in schema s4 reports toast corruption stderr /(?^:^$)/
[10:12:34.763](0.012s) not ok 34 - pg_amcheck in schema s4 excluding toast reports no corruption status (got 1 vs expect...
[10:12:34.764](0.000s) not ok 36 - pg_amcheck in schema s4 excluding toast reports no corruption stderr /(?^:^$)/
[10:12:34.794](0.030s) not ok 37 - pg_amcheck over schema s5 reports no corruption status (got 1 vs expected 0)
[10:12:34.795](0.000s) not ok 39 - pg_amcheck over schema s5 reports no corruption stderr /(?^:^$)/
[10:12:34.840](0.045s) not ok 40 - pg_amcheck over schema s1 with corrupt indexes excluded reports no corruption status ...
[10:12:34.841](0.000s) not ok 42 - pg_amcheck over schema s1 with corrupt indexes excluded reports no corruption stderr ...
[10:12:34.872](0.031s) not ok 43 - pg_amcheck over schema s1 with all indexes excluded reports no corruption status (got...
[10:12:34.873](0.000s) not ok 45 - pg_amcheck over schema s1 with all indexes excluded reports no corruption stderr /(?^...
[10:12:34.896](0.023s) not ok 46 - pg_amcheck over schema s2 with corrupt tables excluded reports no corruption status (...
[10:12:34.897](0.000s) not ok 48 - pg_amcheck over schema s2 with corrupt tables excluded reports no corruption stderr /...
[10:12:34.944](0.015s) not ok 55 - pg_amcheck smoke test --parent-check status (got 1 vs expected 2)
[10:12:34.945](0.000s) not ok 56 - pg_amcheck smoke test --parent-check stdout /(?^:index ".*" lacks a main relation for...
[10:12:34.946](0.000s) not ok 57 - pg_amcheck smoke test --parent-check stderr /(?^:^$)/
[10:12:34.967](0.021s) not ok 58 - pg_amcheck smoke test --heapallindexed --rootdescend status (got 1 vs expected 2)
[10:12:34.968](0.000s) not ok 59 - pg_amcheck smoke test --heapallindexed --rootdescend stdout /(?^:index ".*" lacks a m...
[10:12:34.968](0.000s) not ok 60 - pg_amcheck smoke test --heapallindexed --rootdescend stderr /(?^:^$)/
[10:12:35.000](0.032s) not ok 61 - pg_amcheck excluding all corrupt schemas status (got 1 vs expected 0)
[10:12:35.001](0.000s) not ok 63 - pg_amcheck excluding all corrupt schemas stderr /(?^:^$)/
[10:12:35.032](0.030s) not ok 64 - pg_amcheck smoke test --parent-check --checkunique status (got 1 vs expected 2)
[10:12:35.032](0.000s) not ok 65 - pg_amcheck smoke test --parent-check --checkunique stdout /(?^:index ".*" lacks a mai...
[10:12:35.033](0.000s) not ok 66 - pg_amcheck smoke test --parent-check --checkunique stderr /(?^:^$)/
[10:12:35.063](0.030s) not ok 67 - pg_amcheck smoke test --heapallindexed --rootdescend --checkunique status (got 1 vs e...
[10:12:35.064](0.000s) not ok 68 - pg_amcheck smoke test --heapallindexed --rootdescend --checkunique stdout /(?^:index ...
[10:12:35.065](0.000s) not ok 69 - pg_amcheck smoke test --heapallindexed --rootdescend --checkunique stderr /(?^:^$)/
[10:12:35.104](0.039s) not ok 70 - pg_amcheck excluding all corrupt schemas with --checkunique option status (got 1 vs e...
[10:12:35.105](0.000s) not ok 72 - pg_amcheck excluding all corrupt schemas with --checkunique option stderr /(?^:^$)/
tap
[10:12:24.604](2.948s) not ok 1 - pg_amcheck test table, prior to corruption
[10:12:24.951](0.347s) not ok 2 - pg_amcheck test table and index, prior to corruption
[10:12:31.727](6.776s) not ok 3 - Expected corruption message output status (got 1 vs expected 2)
[10:12:31.728](0.000s) not ok 4 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.tes...
[10:12:31.728](0.000s) not ok 5 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.tes...
[10:12:31.728](0.000s) not ok 6 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.tes...
[10:12:31.729](0.000s) not ok 7 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.tes...
[10:12:31.729](0.000s) not ok 8 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.tes...
[10:12:31.729](0.000s) not ok 9 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.tes...
[10:12:31.731](0.000s) not ok 10 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[10:12:31.731](0.000s) not ok 11 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[10:12:31.732](0.000s) not ok 12 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[10:12:31.732](0.000s) not ok 13 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[10:12:31.733](0.000s) not ok 14 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[10:12:31.733](0.000s) not ok 15 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[10:12:31.733](0.000s) not ok 16 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[10:12:31.734](0.000s) not ok 17 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[10:12:31.734](0.000s) not ok 18 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[10:12:31.734](0.000s) not ok 19 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[10:12:31.735](0.000s) not ok 20 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[10:12:31.735](0.000s) not ok 21 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[10:12:31.735](0.000s) not ok 22 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[10:12:31.737](0.002s) not ok 23 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[10:12:31.743](0.000s) not ok 24 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[10:12:31.744](0.000s) not ok 25 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[10:12:31.745](0.000s) not ok 26 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[10:12:31.745](0.000s) not ok 27 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[10:12:31.746](0.000s) not ok 28 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[10:12:31.746](0.000s) not ok 29 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[10:12:31.747](0.000s) not ok 30 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[10:12:31.747](0.000s) not ok 31 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[10:12:31.748](0.000s) not ok 32 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
tap
[10:12:23.001](0.960s) not ok 1 - pg_amcheck all schemas, tables and indexes reports no corruption: exit code 0
[10:12:23.002](0.000s) not ok 2 - pg_amcheck all schemas, tables and indexes reports no corruption: no stderr
[10:12:23.366](0.364s) not ok 4 - pg_amcheck all schemas, tables and indexes reports fickleidx corruption status (got 1 ...
[10:12:23.366](0.000s) not ok 5 - pg_amcheck all schemas, tables and indexes reports fickleidx corruption stdout /(?^:it...
[10:12:23.756](0.389s) not ok 6 - pg_amcheck all schemas, tables and indexes reports no corruption: exit code 0
[10:12:23.757](0.000s) not ok 7 - pg_amcheck all schemas, tables and indexes reports no corruption: no stderr
[10:12:24.178](0.421s) not ok 9 - pg_amcheck all schemas, tables and indexes reports bttest_unique_idx corruption status...
[10:12:24.179](0.000s) not ok 10 - pg_amcheck all schemas, tables and indexes reports bttest_unique_idx corruption stdou...
tap
[10:12:42.516](0.927s) not ok 30 - run pg_createsubscriber on node S
tap
[10:12:48.471](0.898s) not ok 19 - pg_dump: option -n pg_catalog
[10:12:49.129](0.657s) not ok 20 - pg_dumpall: option --exclude-database handles database names with embedded dots
[10:12:49.177](0.000s) not ok 22 - pg_dump: option --schema rejects three-part schema names: matches
[10:12:49.195](0.000s) not ok 24 - pg_dump: option --schema rejects cross-database multipart schema names: matches
[10:12:49.231](0.000s) not ok 26 - pg_dump: option --schema rejects degenerate two-part schema name: ".": matches
[10:12:49.250](0.001s) not ok 28 - pg_dump: option --schema rejects cross-database multipart schema names with embedded ...
[10:12:49.275](0.000s) not ok 30 - pg_dump: option --schema rejects degenerate three-part schema name: "..": matches
[10:12:49.311](0.000s) not ok 32 - pg_dump: option --table rejects four-part table names: matches
[10:12:49.326](0.000s) not ok 34 - pg_dump: option --table rejects cross-database three part table names: matches
[10:12:49.347](0.000s) not ok 36 - pg_dump: option --table rejects cross-database three part table names with embedded d...
[10:12:49.361](0.014s) not ok 37 - binary_upgrade: pg_dump runs
[10:12:49.404](0.042s) not ok 38 - binary_upgrade: pg_restore runs
tap
[10:11:28.198](13.140s) not ok 5 - regression tests pass
[10:11:30.274](2.066s) not ok 6 - dump before running pg_upgrade
tap
[10:13:14.311](0.760s) not ok 192 - psql seeded_random count ok
[10:13:14.312](0.000s) not ok 193 - psql seeded_random count stderr is empty
[10:13:14.312](0.000s) not ok 194 - psql seeded_random count uniform
[10:13:14.313](0.000s) not ok 195 - psql seeded_random count exponential
[10:13:14.313](0.000s) not ok 196 - psql seeded_random count gaussian
[10:13:14.313](0.000s) not ok 197 - psql seeded_random count zipfian
tap
[10:11:49.512](10.878s) not ok 2 - regression tests pass
tap
[10:15:24.650](213.954s) # poll_query_until timed out executing this query:
timed out waiting for logical slot to calculate its restart_lsn at /tmp/cirrus-ci-build/src/test/perl/PostgreSQL/Test/Cl...
test
[10:15:24.919]   6/311 postgresql:pg_upgrade / pg_upgrade/004_subscription                             ERROR            ...
[10:15:24.919]   8/311 postgresql:pg_upgrade / pg_upgrade/003_logical_slots                            ERROR            ...
[10:15:24.919]  18/311 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[10:15:24.919]   7/311 postgresql:regress / regress/regress                                            ERROR            ...
[10:15:24.919]  39/311 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[10:15:24.919]  42/311 postgresql:recovery / recovery/038_save_logical_slots_shutdown                  ERROR            ...
[10:15:24.919]  49/311 postgresql:recovery / recovery/040_standby_failover_slots_sync                  ERROR            ...
[10:15:24.919]  78/311 postgresql:isolation / isolation/isolation                                      ERROR            ...
[10:15:24.919]  84/311 postgresql:pageinspect / pageinspect/regress                                    ERROR            ...
[10:15:24.919]  90/311 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
[10:15:24.919]  95/311 postgresql:pg_trgm / pg_trgm/regress                                            ERROR            ...
[10:15:24.919]  97/311 postgresql:tablefunc / tablefunc/regress                                        ERROR            ...
[10:15:24.919] 100/311 postgresql:postgres_fdw / postgres_fdw/regress                                  ERROR            ...
[10:15:24.919] 141/311 postgresql:pg_amcheck / pg_amcheck/002_nonesuch                                 ERROR            ...
[10:15:24.919] 146/311 postgresql:pg_amcheck / pg_amcheck/005_opclass_damage                           ERROR            ...
[10:15:24.919] 149/311 postgresql:pg_amcheck / pg_amcheck/004_verify_heapam                            ERROR            ...
[10:15:24.919] 151/311 postgresql:pg_amcheck / pg_amcheck/003_check                                    ERROR            ...
[10:15:24.919] 161/311 postgresql:pg_basebackup / pg_basebackup/040_pg_createsubscriber                ERROR            ...
[10:15:24.919] 174/311 postgresql:pg_dump / pg_dump/002_pg_dump                                        ERROR            ...
[10:15:24.919] 222/311 postgresql:pgbench / pgbench/001_pgbench_with_server                            ERROR            ...
[10:15:24.919] 242/311 postgresql:subscription / subscription/002_types                                ERROR            ...
[10:15:24.919] 243/311 postgresql:subscription / subscription/001_rep_changes                          ERROR            ...
[10:15:24.919] 244/311 postgresql:subscription / subscription/003_constraints                          ERROR            ...
[10:15:24.919] 245/311 postgresql:subscription / subscription/004_sync                                 ERROR            ...
[10:15:24.919] 246/311 postgresql:subscription / subscription/006_rewrite                              ERROR            ...
[10:15:24.919] 247/311 postgresql:subscription / subscription/007_ddl                                  ERROR            ...
[10:15:24.919] 248/311 postgresql:subscription / subscription/008_diff_schema                          ERROR            ...
[10:15:24.919] 250/311 postgresql:subscription / subscription/011_generated                            ERROR            ...
[10:15:24.919] 252/311 postgresql:subscription / subscription/010_truncate                             ERROR            ...
[10:15:24.919] 253/311 postgresql:subscription / subscription/005_encoding                             ERROR            ...
[10:15:24.919] 254/311 postgresql:subscription / subscription/013_partition                            ERROR            ...
[10:15:24.919] 255/311 postgresql:subscription / subscription/014_binary                               ERROR            ...
[10:15:24.919] 256/311 postgresql:subscription / subscription/016_stream_subxact                       ERROR            ...
[10:15:24.919] 257/311 postgresql:subscription / subscription/015_stream                               ERROR            ...
[10:15:24.919] 258/311 postgresql:subscription / subscription/017_stream_ddl                           ERROR            ...
[10:15:24.919] 259/311 postgresql:subscription / subscription/018_stream_subxact_abort                 ERROR            ...
[10:15:24.919] 260/311 postgresql:subscription / subscription/019_stream_subxact_ddl_abort             ERROR            ...
[10:15:24.919] 261/311 postgresql:subscription / subscription/012_collation                            ERROR            ...
[10:15:24.919] 263/311 postgresql:subscription / subscription/021_twophase                             ERROR            ...
[10:15:24.919] 264/311 postgresql:subscription / subscription/020_messages                             ERROR            ...
[10:15:24.919] 265/311 postgresql:subscription / subscription/022_twophase_cascade                     ERROR            ...
[10:15:24.919] 266/311 postgresql:subscription / subscription/024_add_drop_pub                         ERROR            ...
[10:15:24.919] 267/311 postgresql:subscription / subscription/026_stats                                ERROR            ...
[10:15:24.919] 268/311 postgresql:subscription / subscription/023_twophase_stream                      ERROR            ...
[10:15:24.919] 269/311 postgresql:subscription / subscription/028_row_filter                           ERROR            ...
[10:15:24.919] 270/311 postgresql:subscription / subscription/029_on_error                             ERROR            ...
[10:15:24.919] 271/311 postgresql:subscription / subscription/027_nosuperuser                          ERROR            ...
[10:15:24.919] 272/311 postgresql:subscription / subscription/025_rep_changes_for_schema               ERROR            ...
[10:15:24.919] 273/311 postgresql:subscription / subscription/030_origin                               ERROR            ...
[10:15:24.919] 274/311 postgresql:subscription / subscription/032_subscribe_use_index                  ERROR            ...
[10:15:24.919] 277/311 postgresql:subscription / subscription/100_bugs                                 ERROR            ...
[10:15:24.919] 278/311 postgresql:subscription / subscription/031_column_list                          ERROR            ...
[10:15:24.919] 279/311 postgresql:subscription / subscription/033_run_as_table_owner                   ERROR            ...
[10:15:24.919] 311/311 postgresql:recovery / recovery/035_standby_logical_decoding                     ERROR           2...
macOS - Sonoma - Meson
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 19533
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 18203
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 14931
regress
diff -U3 /Users/admin/pgsql/src/test/isolation/expected/matview-write-skew.out /Users/admin/pgsql/build/testrun/isolatio...
--- /Users/admin/pgsql/src/test/isolation/expected/matview-write-skew.out	2024-10-23 10:06:51
+++ /Users/admin/pgsql/build/testrun/isolation/isolation/results/matview-write-skew.out	2024-10-23 10:13:59
@@ -1,121 +1,6 @@
 Parsed test spec with 2 sessions
 
 starting permutation: s1_begin s2_begin s1_refresh s2_read s2_insert s1_commit s2_commit
-step s1_begin: BEGIN ISOLATION LEVEL SERIALIZABLE;
-step s2_begin: BEGIN ISOLATION LEVEL SERIALIZABLE;
-step s1_refresh: REFRESH MATERIALIZED VIEW CONCURRENTLY order_summary;
-step s2_read: SELECT max(date) FROM order_summary;
-       max
-----------
-04-01-2022
-(1 row)
-
-step s2_insert: INSERT INTO orders VALUES ('2022-04-02', 'orange', 15);
-step s1_commit: COMMIT;
-step s2_commit: COMMIT;
-ERROR:  could not serialize access due to read/write dependencies among transactions
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/type_sanity.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg...
--- /Users/admin/pgsql/src/test/regress/expected/type_sanity.out	2024-10-23 10:06:52
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/type_sanity.out	2024-10-23 10:12:03
@@ -171,574 +171,8 @@
 SELECT DISTINCT typtype, typinput
 FROM pg_type AS t1
 WHERE t1.typtype not in ('b', 'p')
-ORDER BY 1;
- typtype |   typinput    
----------+---------------
- c       | record_in
- d       | domain_in
- e       | enum_in
- m       | multirange_in
- r       | range_in
-(5 rows)
-
--- Check for bogus typoutput routines
--- As of 8.0, this check finds refcursor, which is borrowing
--- other types' I/O routines
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/type_sanity.out /Users/admin/pgsql/build/testrun/recovery/027_stre...
--- /Users/admin/pgsql/src/test/regress/expected/type_sanity.out	2024-10-23 10:06:52
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/type_sanity.out	2024-10-23 10:16:52
@@ -171,574 +171,8 @@
 SELECT DISTINCT typtype, typinput
 FROM pg_type AS t1
 WHERE t1.typtype not in ('b', 'p')
-ORDER BY 1;
- typtype |   typinput    
----------+---------------
- c       | record_in
- d       | domain_in
- e       | enum_in
- m       | multirange_in
- r       | range_in
-(5 rows)
-
--- Check for bogus typoutput routines
--- As of 8.0, this check finds refcursor, which is borrowing
--- other types' I/O routines
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/type_sanity.out /Users/admin/pgsql/build/testrun/regress/regress/r...
--- /Users/admin/pgsql/src/test/regress/expected/type_sanity.out	2024-10-23 10:06:52
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/type_sanity.out	2024-10-23 10:12:03
@@ -171,574 +171,8 @@
 SELECT DISTINCT typtype, typinput
 FROM pg_type AS t1
 WHERE t1.typtype not in ('b', 'p')
-ORDER BY 1;
- typtype |   typinput    
----------+---------------
- c       | record_in
- d       | domain_in
- e       | enum_in
- m       | multirange_in
- r       | range_in
-(5 rows)
-
--- Check for bogus typoutput routines
--- As of 8.0, this check finds refcursor, which is borrowing
--- other types' I/O routines
...
tap
[10:12:40.415](223.400s) not ok 5 - regression tests pass
[10:12:43.616](3.187s) not ok 6 - dump before running pg_upgrade
tap
Bail out!=== dumping /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/regression.diffs ===
[10:19:43.491](361.574s) not ok 2 - regression tests pass
test
[10:19:44.921]  12/311 postgresql:pg_upgrade / pg_upgrade/003_logical_slots                            ERROR           1...
[10:19:44.921]  13/311 postgresql:pg_upgrade / pg_upgrade/004_subscription                             ERROR           1...
[10:19:44.921]  23/311 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           2...
[10:19:44.921]  30/311 postgresql:isolation / isolation/isolation                                      ERROR           3...
[10:19:44.921]  44/311 postgresql:recovery / recovery/038_save_logical_slots_shutdown                  ERROR           1...
[10:19:44.921]  45/311 postgresql:recovery / recovery/040_standby_failover_slots_sync                  ERROR           2...
[10:19:44.921]  49/311 postgresql:plpgsql / plpgsql/regress                                            ERROR            ...
[10:19:44.921]  50/311 postgresql:plperl / plperl/regress                                              ERROR            ...
[10:19:44.921]  51/311 postgresql:recovery / recovery/027_stream_regress                               ERROR           3...
[10:19:44.921]  52/311 postgresql:bloom / bloom/regress                                                ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 4984
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 6048
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 1884
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 5664
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 6900
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 5748
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 1756
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 4380
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 3904
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 5056
core
000000bd`1c7ff968 00007ffb`4a2bd71e     ntdll!NtWaitForSingleObject+0x14
000000bd`1c7ff970 00007ff6`2908174c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000bd`1c7ffa10 00007ffb`4bdd4cb0     postgres!pg_timer_thread(
000000bd`1c7ffa50 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
000000bd`1c7ffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bd`1cbff6b8 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bd`1cbff6c0 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
000000bd`1cbff9b0 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
000000bd`1cbff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bd`1bbff0f0 00007ff6`28e9b91b     postgres!ExecInterpExpr(
000000bd`1bbff3b0 00007ff6`28ea964a     postgres!ExecInterpExprStillValid(
000000bd`1bbff3e0 00007ff6`28ea9906     postgres!ExecEvalExpr(
000000bd`1bbff410 00007ff6`28ea939c     postgres!TupleHashTableHash_internal(
000000bd`1bbff460 00007ff6`28ed2eca     postgres!LookupTupleHashEntry(
000000bd`1bbff4b0 00007ff6`28ed390b     postgres!lookup_hash_entries(
000000bd`1bbff550 00007ff6`28ed6866     postgres!agg_fill_hash_table(
000000bd`1bbff590 00007ff6`28ebb5ab     postgres!ExecAgg(
000000bd`1bbff5e0 00007ff6`28eb138c     postgres!ExecProcNodeFirst(
000000bd`1bbff610 00007ff6`28eb2480     postgres!ExecProcNode(
core
000000bd`1c3ffd88 00007ffb`4a3045ca     ntdll!NtFsControlFile+0x14
000000bd`1c3ffd90 00007ff6`2907fcab     KERNELBASE!ConnectNamedPipe+0x6a
000000bd`1c3ffe00 00007ffb`4bdd4cb0     postgres!pg_signal_thread(
000000bd`1c3fff00 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
000000bd`1c3fff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bd`1bfffba8 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bd`1bfffbb0 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
000000bd`1bfffea0 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
000000bd`1bfffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000063`5ffff9c8 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000063`5ffff9d0 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
00000063`5ffffcc0 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
00000063`5ffffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000063`5fbff160 00007ff6`28e9b91b     postgres!ExecInterpExpr(
00000063`5fbff420 00007ff6`28ea964a     postgres!ExecInterpExprStillValid(
00000063`5fbff450 00007ff6`28ea9906     postgres!ExecEvalExpr(
00000063`5fbff480 00007ff6`28ea939c     postgres!TupleHashTableHash_internal(
00000063`5fbff4d0 00007ff6`28ed2eca     postgres!LookupTupleHashEntry(
00000063`5fbff520 00007ff6`28ed390b     postgres!lookup_hash_entries(
00000063`5fbff5c0 00007ff6`28ed6866     postgres!agg_fill_hash_table(
00000063`5fbff600 00007ff6`28ebb5ab     postgres!ExecAgg(
00000063`5fbff650 00007ff6`28eb138c     postgres!ExecProcNodeFirst(
00000063`5fbff680 00007ff6`28eb2480     postgres!ExecProcNode(
core
00000063`603ffbe8 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000063`603ffbf0 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
00000063`603ffee0 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
00000063`603fff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000063`607ff908 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000063`607ff910 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
00000063`607ffc00 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
00000063`607ffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000063`60bff898 00007ffb`4a3045ca     ntdll!NtFsControlFile+0x14
00000063`60bff8a0 00007ff6`2907fcab     KERNELBASE!ConnectNamedPipe+0x6a
00000063`60bff910 00007ffb`4bdd4cb0     postgres!pg_signal_thread(
00000063`60bffa10 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
00000063`60bffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000063`60fff728 00007ffb`4a2bd71e     ntdll!NtWaitForSingleObject+0x14
00000063`60fff730 00007ff6`2908174c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000063`60fff7d0 00007ffb`4bdd4cb0     postgres!pg_timer_thread(
00000063`60fff810 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
00000063`60fff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000083`edbffba8 00007ffb`4a3045ca     ntdll!NtFsControlFile+0x14
00000083`edbffbb0 00007ff6`2907fcab     KERNELBASE!ConnectNamedPipe+0x6a
00000083`edbffc20 00007ffb`4bdd4cb0     postgres!pg_signal_thread(
00000083`edbffd20 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
00000083`edbffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000083`edfffaf8 00007ffb`4a2bd71e     ntdll!NtWaitForSingleObject+0x14
00000083`edfffb00 00007ff6`2908174c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000083`edfffba0 00007ffb`4bdd4cb0     postgres!pg_timer_thread(
00000083`edfffbe0 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
00000083`edfffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000083`ee3ff958 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000083`ee3ff960 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
00000083`ee3ffc50 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
00000083`ee3ffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000083`ed7ff548 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000083`ed7ff550 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
00000083`ed7ff840 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
00000083`ed7ff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000083`ed3fea90 00007ff6`28e9b91b     postgres!ExecInterpExpr(
00000083`ed3fed50 00007ff6`28ea964a     postgres!ExecInterpExprStillValid(
00000083`ed3fed80 00007ff6`28ea9906     postgres!ExecEvalExpr(
00000083`ed3fedb0 00007ff6`28ea939c     postgres!TupleHashTableHash_internal(
00000083`ed3fee00 00007ff6`28f0b1f0     postgres!LookupTupleHashEntry(
00000083`ed3fee50 00007ff6`28f0b921     postgres!setop_fill_hash_table(
00000083`ed3feec0 00007ff6`28ebb5ab     postgres!ExecSetOp(
00000083`ed3fef10 00007ff6`28eb138c     postgres!ExecProcNodeFirst(
00000083`ed3fef40 00007ff6`28eb2480     postgres!ExecProcNode(
00000083`ed3fef70 00007ff6`28ead797     postgres!ExecutePlan(
core
00000030`b63ff938 00007ffb`4a2bd71e     ntdll!NtWaitForSingleObject+0x14
00000030`b63ff940 00007ff6`2908174c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000030`b63ff9e0 00007ffb`4bdd4cb0     postgres!pg_timer_thread(
00000030`b63ffa20 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
00000030`b63ffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000030`b53fecb0 00007ff6`28e9b91b     postgres!ExecInterpExpr(
00000030`b53fef70 00007ff6`28ea964a     postgres!ExecInterpExprStillValid(
00000030`b53fefa0 00007ff6`28ea9906     postgres!ExecEvalExpr(
00000030`b53fefd0 00007ff6`28ea939c     postgres!TupleHashTableHash_internal(
00000030`b53ff020 00007ff6`28ed2eca     postgres!LookupTupleHashEntry(
00000030`b53ff070 00007ff6`28ed390b     postgres!lookup_hash_entries(
00000030`b53ff110 00007ff6`28ed6866     postgres!agg_fill_hash_table(
00000030`b53ff150 00007ff6`28ebb5ab     postgres!ExecAgg(
00000030`b53ff1a0 00007ff6`28f0ba9c     postgres!ExecProcNodeFirst(
00000030`b53ff1d0 00007ff6`28f0c371     postgres!ExecProcNode(
core
00000030`b57ffb38 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000030`b57ffb40 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
00000030`b57ffe30 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
00000030`b57ffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000030`b5bffbf8 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000030`b5bffc00 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
00000030`b5bffef0 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
00000030`b5bfff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000030`b5fff678 00007ffb`4a3045ca     ntdll!NtFsControlFile+0x14
00000030`b5fff680 00007ff6`2907fcab     KERNELBASE!ConnectNamedPipe+0x6a
00000030`b5fff6f0 00007ffb`4bdd4cb0     postgres!pg_signal_thread(
00000030`b5fff7f0 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
00000030`b5fff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c1`567ff538 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c1`567ff540 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
000000c1`567ff830 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c1`567ff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c1`563fed00 00007ff6`293c69f8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c1`563fed40 00007ff6`28d57185     postgres!ExceptionalCondition(
000000c1`563fed80 00007ff6`28d47df7     postgres!index_drop(
000000c1`563fee60 00007ff6`28d478ed     postgres!doDeletion(
000000c1`563feeb0 00007ff6`28d4ada1     postgres!deleteOneObject(
000000c1`563ff000 00007ff6`28d45bec     postgres!deleteObjectsInList(
000000c1`563ff060 00007ff6`29085057     postgres!performDeletion(
000000c1`563ff0c0 00007ff6`2908323c     postgres!do_autovacuum(void)+0x967 [c:\cirrus\src\backend\postmaster\autovacuum....
000000c1`563ff440 00007ff6`2908b857     postgres!AutoVacWorkerMain(
000000c1`563ff5f0 00007ff6`28f4adb4     postgres!SubPostmasterMain(
core
000000c1`56bff668 00007ffb`4a3045ca     ntdll!NtFsControlFile+0x14
000000c1`56bff670 00007ff6`2907fcab     KERNELBASE!ConnectNamedPipe+0x6a
000000c1`56bff6e0 00007ffb`4bdd4cb0     postgres!pg_signal_thread(
000000c1`56bff7e0 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c1`56bff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c1`56fff578 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c1`56fff580 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
000000c1`56fff870 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c1`56fff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ad`aa9fed70 00007ff6`28e9b91b     postgres!ExecInterpExpr(
000000ad`aa9ff030 00007ff6`28ea964a     postgres!ExecInterpExprStillValid(
000000ad`aa9ff060 00007ff6`28ea9906     postgres!ExecEvalExpr(
000000ad`aa9ff090 00007ff6`28ea939c     postgres!TupleHashTableHash_internal(
000000ad`aa9ff0e0 00007ff6`28f0b1f0     postgres!LookupTupleHashEntry(
000000ad`aa9ff130 00007ff6`28f0b921     postgres!setop_fill_hash_table(
000000ad`aa9ff1a0 00007ff6`28ebb5ab     postgres!ExecSetOp(
000000ad`aa9ff1f0 00007ff6`28eb138c     postgres!ExecProcNodeFirst(
000000ad`aa9ff220 00007ff6`28eb2480     postgres!ExecProcNode(
000000ad`aa9ff250 00007ff6`28ead797     postgres!ExecutePlan(
core
000000ad`ab5ff698 00007ffb`4a3045ca     ntdll!NtFsControlFile+0x14
000000ad`ab5ff6a0 00007ff6`2907fcab     KERNELBASE!ConnectNamedPipe+0x6a
000000ad`ab5ff710 00007ffb`4bdd4cb0     postgres!pg_signal_thread(
000000ad`ab5ff810 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ad`ab5ff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ad`ab9ff9e8 00007ffb`4a2bd71e     ntdll!NtWaitForSingleObject+0x14
000000ad`ab9ff9f0 00007ff6`2908174c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000ad`ab9ffa90 00007ffb`4bdd4cb0     postgres!pg_timer_thread(
000000ad`ab9ffad0 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ad`ab9ffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ad`ab1ffbd8 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ad`ab1ffbe0 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
000000ad`ab1ffed0 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ad`ab1fff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ad`aadff578 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ad`aadff580 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
000000ad`aadff870 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ad`aadff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a7`8afff998 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a7`8afff9a0 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
000000a7`8afffc90 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a7`8afffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a7`8b7ffc18 00007ffb`4a3045ca     ntdll!NtFsControlFile+0x14
000000a7`8b7ffc20 00007ff6`2907fcab     KERNELBASE!ConnectNamedPipe+0x6a
000000a7`8b7ffc90 00007ffb`4bdd4cb0     postgres!pg_signal_thread(
000000a7`8b7ffd90 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a7`8b7ffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a7`8bbffaa8 00007ffb`4a2bd71e     ntdll!NtWaitForSingleObject+0x14
000000a7`8bbffab0 00007ff6`2908174c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000a7`8bbffb50 00007ffb`4bdd4cb0     postgres!pg_timer_thread(
000000a7`8bbffb90 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a7`8bbffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a7`8abfec90 00007ff6`28e9b91b     postgres!ExecInterpExpr(
000000a7`8abfef50 00007ff6`28ea964a     postgres!ExecInterpExprStillValid(
000000a7`8abfef80 00007ff6`28ea9906     postgres!ExecEvalExpr(
000000a7`8abfefb0 00007ff6`28ea939c     postgres!TupleHashTableHash_internal(
000000a7`8abff000 00007ff6`28ed2eca     postgres!LookupTupleHashEntry(
000000a7`8abff050 00007ff6`28ed390b     postgres!lookup_hash_entries(
000000a7`8abff0f0 00007ff6`28ed6866     postgres!agg_fill_hash_table(
000000a7`8abff130 00007ff6`28ebb5ab     postgres!ExecAgg(
000000a7`8abff180 00007ff6`28eb138c     postgres!ExecProcNodeFirst(
000000a7`8abff1b0 00007ff6`28eb2480     postgres!ExecProcNode(
core
000000a7`8b3ff978 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a7`8b3ff980 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
000000a7`8b3ffc70 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a7`8b3ffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000078`70bff728 00007ffb`4a2bd71e     ntdll!NtWaitForSingleObject+0x14
00000078`70bff730 00007ff6`2908174c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000078`70bff7d0 00007ffb`4bdd4cb0     postgres!pg_timer_thread(
00000078`70bff810 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
00000078`70bff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000078`6fbfeaa0 00007ff6`28e9b91b     postgres!ExecInterpExpr(
00000078`6fbfed60 00007ff6`28ea964a     postgres!ExecInterpExprStillValid(
00000078`6fbfed90 00007ff6`28ea9906     postgres!ExecEvalExpr(
00000078`6fbfedc0 00007ff6`28ea939c     postgres!TupleHashTableHash_internal(
00000078`6fbfee10 00007ff6`28ed2eca     postgres!LookupTupleHashEntry(
00000078`6fbfee60 00007ff6`28ed390b     postgres!lookup_hash_entries(
00000078`6fbfef00 00007ff6`28ed6866     postgres!agg_fill_hash_table(
00000078`6fbfef40 00007ff6`28ebb5ab     postgres!ExecAgg(
00000078`6fbfef90 00007ff6`28eb138c     postgres!ExecProcNodeFirst(
00000078`6fbfefc0 00007ff6`28eb2480     postgres!ExecProcNode(
core
00000078`6ffff6f8 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000078`6ffff700 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
00000078`6ffff9f0 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
00000078`6ffffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000078`703ffa68 00007ffb`4a3045ca     ntdll!NtFsControlFile+0x14
00000078`703ffa70 00007ff6`2907fcab     KERNELBASE!ConnectNamedPipe+0x6a
00000078`703ffae0 00007ffb`4bdd4cb0     postgres!pg_signal_thread(
00000078`703ffbe0 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
00000078`703ffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000078`707ff4e8 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000078`707ff4f0 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
00000078`707ff7e0 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
00000078`707ff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007f`2a1fe720 00007ff6`28e9b91b     postgres!ExecInterpExpr(
0000007f`2a1fe9e0 00007ff6`28ea964a     postgres!ExecInterpExprStillValid(
0000007f`2a1fea10 00007ff6`28ea9906     postgres!ExecEvalExpr(
0000007f`2a1fea40 00007ff6`28ea939c     postgres!TupleHashTableHash_internal(
0000007f`2a1fea90 00007ff6`28ed2eca     postgres!LookupTupleHashEntry(
0000007f`2a1feae0 00007ff6`28ed390b     postgres!lookup_hash_entries(
0000007f`2a1feb80 00007ff6`28ed6866     postgres!agg_fill_hash_table(
0000007f`2a1febc0 00007ff6`28ebb5ab     postgres!ExecAgg(
0000007f`2a1fec10 00007ff6`28f0ba9c     postgres!ExecProcNodeFirst(
0000007f`2a1fec40 00007ff6`28f0c371     postgres!ExecProcNode(
core
0000007f`2b1ff988 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007f`2b1ff990 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
0000007f`2b1ffc80 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
0000007f`2b1ffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007f`2a5ff468 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007f`2a5ff470 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
0000007f`2a5ff760 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
0000007f`2a5ff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007f`2a9ff708 00007ffb`4a3045ca     ntdll!NtFsControlFile+0x14
0000007f`2a9ff710 00007ff6`2907fcab     KERNELBASE!ConnectNamedPipe+0x6a
0000007f`2a9ff780 00007ffb`4bdd4cb0     postgres!pg_signal_thread(
0000007f`2a9ff880 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
0000007f`2a9ff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007f`2adff7e8 00007ffb`4a2bd71e     ntdll!NtWaitForSingleObject+0x14
0000007f`2adff7f0 00007ff6`2908174c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000007f`2adff890 00007ffb`4bdd4cb0     postgres!pg_timer_thread(
0000007f`2adff8d0 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
0000007f`2adff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d6`a1dff888 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d6`a1dff890 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
000000d6`a1dffb80 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d6`a1dffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d6`a25ff7f8 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d6`a25ff800 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
000000d6`a25ffaf0 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d6`a25ffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d6`a19fedc0 00007ff6`28e9b91b     postgres!ExecInterpExpr(
000000d6`a19ff080 00007ff6`28ea964a     postgres!ExecInterpExprStillValid(
000000d6`a19ff0b0 00007ff6`28ea9906     postgres!ExecEvalExpr(
000000d6`a19ff0e0 00007ff6`28ea939c     postgres!TupleHashTableHash_internal(
000000d6`a19ff130 00007ff6`28ed2eca     postgres!LookupTupleHashEntry(
000000d6`a19ff180 00007ff6`28ed369a     postgres!lookup_hash_entries(
000000d6`a19ff220 00007ff6`28ed6881     postgres!agg_retrieve_direct(
000000d6`a19ff2c0 00007ff6`28ebb5ab     postgres!ExecAgg(
000000d6`a19ff310 00007ff6`28f0ba9c     postgres!ExecProcNodeFirst(
000000d6`a19ff340 00007ff6`28f0c371     postgres!ExecProcNode(
core
000000d6`a21ffce8 00007ffb`4a3045ca     ntdll!NtFsControlFile+0x14
000000d6`a21ffcf0 00007ff6`2907fcab     KERNELBASE!ConnectNamedPipe+0x6a
000000d6`a21ffd60 00007ffb`4bdd4cb0     postgres!pg_signal_thread(
000000d6`a21ffe60 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d6`a21ffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d6`a29ff8b8 00007ffb`4a2bd71e     ntdll!NtWaitForSingleObject+0x14
000000d6`a29ff8c0 00007ff6`2908174c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000d6`a29ff960 00007ffb`4bdd4cb0     postgres!pg_timer_thread(
000000d6`a29ff9a0 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d6`a29ff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b4`42fff968 00007ffb`4a3045ca     ntdll!NtFsControlFile+0x14
000000b4`42fff970 00007ff6`2907fcab     KERNELBASE!ConnectNamedPipe+0x6a
000000b4`42fff9e0 00007ffb`4bdd4cb0     postgres!pg_signal_thread(
000000b4`42fffae0 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b4`42fffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b4`427ff908 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b4`427ff910 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
000000b4`427ffc00 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b4`427ffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b4`423ff558 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b4`423ff560 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
000000b4`423ff850 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b4`423ff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b4`41fff130 00007ff6`28e9b91b     postgres!ExecInterpExpr(
000000b4`41fff3f0 00007ff6`28ea964a     postgres!ExecInterpExprStillValid(
000000b4`41fff420 00007ff6`28ea9906     postgres!ExecEvalExpr(
000000b4`41fff450 00007ff6`28ea939c     postgres!TupleHashTableHash_internal(
000000b4`41fff4a0 00007ff6`28ed2eca     postgres!LookupTupleHashEntry(
000000b4`41fff4f0 00007ff6`28ed390b     postgres!lookup_hash_entries(
000000b4`41fff590 00007ff6`28ed6866     postgres!agg_fill_hash_table(
000000b4`41fff5d0 00007ff6`28ebb5ab     postgres!ExecAgg(
000000b4`41fff620 00007ff6`28eb138c     postgres!ExecProcNodeFirst(
000000b4`41fff650 00007ff6`28eb2480     postgres!ExecProcNode(
core
000000b4`42bff8a8 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b4`42bff8b0 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
000000b4`42bffba0 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b4`42bffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b4`433ffaf8 00007ffb`4a2bd71e     ntdll!NtWaitForSingleObject+0x14
000000b4`433ffb00 00007ff6`2908174c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000b4`433ffba0 00007ffb`4bdd4cb0     postgres!pg_timer_thread(
000000b4`433ffbe0 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b4`433ffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004c`8f1ff8e8 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004c`8f1ff8f0 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
0000004c`8f1ffbe0 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
0000004c`8f1ffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004c`8f9ffaa8 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004c`8f9ffab0 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
0000004c`8f9ffda0 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
0000004c`8f9ffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004c`8f5ffaf8 00007ffb`4a3045ca     ntdll!NtFsControlFile+0x14
0000004c`8f5ffb00 00007ff6`2907fcab     KERNELBASE!ConnectNamedPipe+0x6a
0000004c`8f5ffb70 00007ffb`4bdd4cb0     postgres!pg_signal_thread(
0000004c`8f5ffc70 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
0000004c`8f5ffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004c`8edfeea0 00007ff6`293c69f8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000004c`8edfeee0 00007ff6`28d57185     postgres!ExceptionalCondition(
0000004c`8edfef20 00007ff6`28d47df7     postgres!index_drop(
0000004c`8edff000 00007ff6`28d478ed     postgres!doDeletion(
0000004c`8edff050 00007ff6`28d4ada1     postgres!deleteOneObject(
0000004c`8edff1a0 00007ff6`28d45bec     postgres!deleteObjectsInList(
0000004c`8edff200 00007ff6`29085057     postgres!performDeletion(
0000004c`8edff260 00007ff6`2908323c     postgres!do_autovacuum(void)+0x967 [c:\cirrus\src\backend\postmaster\autovacuum....
0000004c`8edff5e0 00007ff6`2908b857     postgres!AutoVacWorkerMain(
0000004c`8edff790 00007ff6`28f4adb4     postgres!SubPostmasterMain(
core
00000081`853ff7f8 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000081`853ff800 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
00000081`853ffaf0 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
00000081`853ffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000081`843fea20 00007ff6`28e9b91b     postgres!ExecInterpExpr(
00000081`843fece0 00007ff6`28ea964a     postgres!ExecInterpExprStillValid(
00000081`843fed10 00007ff6`28ea9906     postgres!ExecEvalExpr(
00000081`843fed40 00007ff6`28ea939c     postgres!TupleHashTableHash_internal(
00000081`843fed90 00007ff6`28ed2eca     postgres!LookupTupleHashEntry(
00000081`843fede0 00007ff6`28ed390b     postgres!lookup_hash_entries(
00000081`843fee80 00007ff6`28ed6866     postgres!agg_fill_hash_table(
00000081`843feec0 00007ff6`28ebb5ab     postgres!ExecAgg(
00000081`843fef10 00007ff6`28ee1bfc     postgres!ExecProcNodeFirst(
00000081`843fef40 00007ff6`28ee6e73     postgres!ExecProcNode(
core
00000081`84fff708 00007ffb`4a2bd71e     ntdll!NtWaitForSingleObject+0x14
00000081`84fff710 00007ff6`2908174c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000081`84fff7b0 00007ffb`4bdd4cb0     postgres!pg_timer_thread(
00000081`84fff7f0 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
00000081`84fff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000081`84bffb38 00007ffb`4a3045ca     ntdll!NtFsControlFile+0x14
00000081`84bffb40 00007ff6`2907fcab     KERNELBASE!ConnectNamedPipe+0x6a
00000081`84bffbb0 00007ffb`4bdd4cb0     postgres!pg_signal_thread(
00000081`84bffcb0 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
00000081`84bffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000081`847ff678 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000081`847ff680 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
00000081`847ff970 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
00000081`847ff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ae`287ff658 00007ffb`4a2bd71e     ntdll!NtWaitForSingleObject+0x14
000000ae`287ff660 00007ff6`2908174c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000ae`287ff700 00007ffb`4bdd4cb0     postgres!pg_timer_thread(
000000ae`287ff740 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ae`287ff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ae`277ff110 00007ff6`28e9b91b     postgres!ExecInterpExpr(
000000ae`277ff3d0 00007ff6`28ea964a     postgres!ExecInterpExprStillValid(
000000ae`277ff400 00007ff6`28ea9906     postgres!ExecEvalExpr(
000000ae`277ff430 00007ff6`28ea939c     postgres!TupleHashTableHash_internal(
000000ae`277ff480 00007ff6`28ed2eca     postgres!LookupTupleHashEntry(
000000ae`277ff4d0 00007ff6`28ed390b     postgres!lookup_hash_entries(
000000ae`277ff570 00007ff6`28ed6866     postgres!agg_fill_hash_table(
000000ae`277ff5b0 00007ff6`28ebb5ab     postgres!ExecAgg(
000000ae`277ff600 00007ff6`28eb138c     postgres!ExecProcNodeFirst(
000000ae`277ff630 00007ff6`28eb2480     postgres!ExecProcNode(
core
000000ae`27bff738 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ae`27bff740 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
000000ae`27bffa30 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ae`27bffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ae`27fff4d8 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ae`27fff4e0 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
000000ae`27fff7d0 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ae`27fff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ae`283ff8e8 00007ffb`4a3045ca     ntdll!NtFsControlFile+0x14
000000ae`283ff8f0 00007ff6`2907fcab     KERNELBASE!ConnectNamedPipe+0x6a
000000ae`283ff960 00007ffb`4bdd4cb0     postgres!pg_signal_thread(
000000ae`283ffa60 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ae`283ffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002c`ff7feba0 00007ff6`28e9b91b     postgres!ExecInterpExpr(
0000002c`ff7fee60 00007ff6`28ea964a     postgres!ExecInterpExprStillValid(
0000002c`ff7fee90 00007ff6`28ea9906     postgres!ExecEvalExpr(
0000002c`ff7feec0 00007ff6`28ea939c     postgres!TupleHashTableHash_internal(
0000002c`ff7fef10 00007ff6`28ed2eca     postgres!LookupTupleHashEntry(
0000002c`ff7fef60 00007ff6`28ed390b     postgres!lookup_hash_entries(
0000002c`ff7ff000 00007ff6`28ed6866     postgres!agg_fill_hash_table(
0000002c`ff7ff040 00007ff6`28ebb5ab     postgres!ExecAgg(
0000002c`ff7ff090 00007ff6`28eb138c     postgres!ExecProcNodeFirst(
0000002c`ff7ff0c0 00007ff6`28eb2480     postgres!ExecProcNode(
core
0000002c`ffbff6f8 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002c`ffbff700 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
0000002c`ffbff9f0 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
0000002c`ffbffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002c`fffffbc8 00007ffb`4a3045ca     ntdll!NtFsControlFile+0x14
0000002c`fffffbd0 00007ff6`2907fcab     KERNELBASE!ConnectNamedPipe+0x6a
0000002c`fffffc40 00007ffb`4bdd4cb0     postgres!pg_signal_thread(
0000002c`fffffd40 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
0000002c`fffffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002c`803ff688 00007ffb`4a2bd71e     ntdll!NtWaitForSingleObject+0x14
0000002c`803ff690 00007ff6`2908174c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000002c`803ff730 00007ffb`4bdd4cb0     postgres!pg_timer_thread(
0000002c`803ff770 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
0000002c`803ff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002c`807ff7f8 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002c`807ff800 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
0000002c`807ffaf0 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
0000002c`807ffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000058`ea1ff538 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000058`ea1ff540 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
00000058`ea1ff830 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
00000058`ea1ff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000058`ea9ffac8 00007ffb`4a2bd71e     ntdll!NtWaitForSingleObject+0x14
00000058`ea9ffad0 00007ff6`2908174c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000058`ea9ffb70 00007ffb`4bdd4cb0     postgres!pg_timer_thread(
00000058`ea9ffbb0 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
00000058`ea9ffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000058`ea5ff668 00007ffb`4a3045ca     ntdll!NtFsControlFile+0x14
00000058`ea5ff670 00007ff6`2907fcab     KERNELBASE!ConnectNamedPipe+0x6a
00000058`ea5ff6e0 00007ffb`4bdd4cb0     postgres!pg_signal_thread(
00000058`ea5ff7e0 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
00000058`ea5ff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000058`e9dff448 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000058`e9dff450 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
00000058`e9dff740 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
00000058`e9dff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000058`e99feab0 00007ff6`28e9b91b     postgres!ExecInterpExpr(
00000058`e99fed70 00007ff6`28ea964a     postgres!ExecInterpExprStillValid(
00000058`e99feda0 00007ff6`28ea9906     postgres!ExecEvalExpr(
00000058`e99fedd0 00007ff6`28ea939c     postgres!TupleHashTableHash_internal(
00000058`e99fee20 00007ff6`28f0873f     postgres!LookupTupleHashEntry(
00000058`e99fee70 00007ff6`28ebb5ab     postgres!ExecRecursiveUnion(
00000058`e99feee0 00007ff6`28edb9bc     postgres!ExecProcNodeFirst(
00000058`e99fef10 00007ff6`28edbf79     postgres!ExecProcNode(
00000058`e99fef40 00007ff6`28ec0195     postgres!CteScanNext(
00000058`e99fefb0 00007ff6`28ebfb65     postgres!ExecScanFetch(
core
0000006f`2c7ffa18 00007ffb`4a2bd71e     ntdll!NtWaitForSingleObject+0x14
0000006f`2c7ffa20 00007ff6`2908174c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000006f`2c7ffac0 00007ffb`4bdd4cb0     postgres!pg_timer_thread(
0000006f`2c7ffb00 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
0000006f`2c7ffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006f`2bbffad8 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006f`2bbffae0 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
0000006f`2bbffdd0 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
0000006f`2bbffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006f`2b7fec80 00007ff6`28e9b91b     postgres!ExecInterpExpr(
0000006f`2b7fef40 00007ff6`28ea964a     postgres!ExecInterpExprStillValid(
0000006f`2b7fef70 00007ff6`28ea9906     postgres!ExecEvalExpr(
0000006f`2b7fefa0 00007ff6`28ea939c     postgres!TupleHashTableHash_internal(
0000006f`2b7feff0 00007ff6`28ed2eca     postgres!LookupTupleHashEntry(
0000006f`2b7ff040 00007ff6`28ed390b     postgres!lookup_hash_entries(
0000006f`2b7ff0e0 00007ff6`28ed6866     postgres!agg_fill_hash_table(
0000006f`2b7ff120 00007ff6`28ebb5ab     postgres!ExecAgg(
0000006f`2b7ff170 00007ff6`28f0ba9c     postgres!ExecProcNodeFirst(
0000006f`2b7ff1a0 00007ff6`28f0c371     postgres!ExecProcNode(
core
0000006f`2c3ffc78 00007ffb`4a3045ca     ntdll!NtFsControlFile+0x14
0000006f`2c3ffc80 00007ff6`2907fcab     KERNELBASE!ConnectNamedPipe+0x6a
0000006f`2c3ffcf0 00007ffb`4bdd4cb0     postgres!pg_signal_thread(
0000006f`2c3ffdf0 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
0000006f`2c3ffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006f`2bfff4d8 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006f`2bfff4e0 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
0000006f`2bfff7d0 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
0000006f`2bfff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004e`4b3fe640 00007ff6`28e9b91b     postgres!ExecInterpExpr(
0000004e`4b3fe900 00007ff6`28ea964a     postgres!ExecInterpExprStillValid(
0000004e`4b3fe930 00007ff6`28ea9906     postgres!ExecEvalExpr(
0000004e`4b3fe960 00007ff6`28ea939c     postgres!TupleHashTableHash_internal(
0000004e`4b3fe9b0 00007ff6`28ed2eca     postgres!LookupTupleHashEntry(
0000004e`4b3fea00 00007ff6`28ed390b     postgres!lookup_hash_entries(
0000004e`4b3feaa0 00007ff6`28ed6866     postgres!agg_fill_hash_table(
0000004e`4b3feae0 00007ff6`28ebb5ab     postgres!ExecAgg(
0000004e`4b3feb30 00007ff6`28ed051c     postgres!ExecProcNodeFirst(
0000004e`4b3feb60 00007ff6`28ed0ad5     postgres!ExecProcNode(
core
0000004e`4b7ffa18 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004e`4b7ffa20 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
0000004e`4b7ffd10 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
0000004e`4b7ffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004e`4bbff4b8 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004e`4bbff4c0 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
0000004e`4bbff7b0 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
0000004e`4bbff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004e`4cbffab8 00007ffb`4930f6cb     ntdll!NtRemoveIoCompletion+0x14
0000004e`4cbffac0 00007ffb`4bdd4cb0     mswsock!SockAsyncThread+0x9b
0000004e`4cbffb20 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
0000004e`4cbffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004e`4c7ffab8 00007ffb`4a2bd71e     ntdll!NtWaitForSingleObject+0x14
0000004e`4c7ffac0 00007ff6`2908174c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000004e`4c7ffb60 00007ffb`4bdd4cb0     postgres!pg_timer_thread(
0000004e`4c7ffba0 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
0000004e`4c7ffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004e`4c3ff6f8 00007ffb`4a3045ca     ntdll!NtFsControlFile+0x14
0000004e`4c3ff700 00007ff6`2907fcab     KERNELBASE!ConnectNamedPipe+0x6a
0000004e`4c3ff770 00007ffb`4bdd4cb0     postgres!pg_signal_thread(
0000004e`4c3ff870 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
0000004e`4c3ff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004e`4bfff7f8 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004e`4bfff800 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
0000004e`4bfffaf0 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
0000004e`4bfffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b1`b2dfeef0 00007ff6`28e9b91b     postgres!ExecInterpExpr(
000000b1`b2dff1b0 00007ff6`28ea964a     postgres!ExecInterpExprStillValid(
000000b1`b2dff1e0 00007ff6`28ea9906     postgres!ExecEvalExpr(
000000b1`b2dff210 00007ff6`28ea939c     postgres!TupleHashTableHash_internal(
000000b1`b2dff260 00007ff6`28ed2eca     postgres!LookupTupleHashEntry(
000000b1`b2dff2b0 00007ff6`28ed390b     postgres!lookup_hash_entries(
000000b1`b2dff350 00007ff6`28ed6866     postgres!agg_fill_hash_table(
000000b1`b2dff390 00007ff6`28ebb5ab     postgres!ExecAgg(
000000b1`b2dff3e0 00007ff6`28f0ba9c     postgres!ExecProcNodeFirst(
000000b1`b2dff410 00007ff6`28f0c371     postgres!ExecProcNode(
core
000000b1`b39ff7e8 00007ffb`4a3045ca     ntdll!NtFsControlFile+0x14
000000b1`b39ff7f0 00007ff6`2907fcab     KERNELBASE!ConnectNamedPipe+0x6a
000000b1`b39ff860 00007ffb`4bdd4cb0     postgres!pg_signal_thread(
000000b1`b39ff960 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b1`b39ff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b1`b3dff998 00007ffb`4a2bd71e     ntdll!NtWaitForSingleObject+0x14
000000b1`b3dff9a0 00007ff6`2908174c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000b1`b3dffa40 00007ffb`4bdd4cb0     postgres!pg_timer_thread(
000000b1`b3dffa80 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b1`b3dffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b1`b31ffb78 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b1`b31ffb80 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
000000b1`b31ffe70 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b1`b31ffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b1`b35ff508 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b1`b35ff510 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
000000b1`b35ff800 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b1`b35ff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008c`a0fffbd8 00007ffb`4a3045ca     ntdll!NtFsControlFile+0x14
0000008c`a0fffbe0 00007ff6`2907fcab     KERNELBASE!ConnectNamedPipe+0x6a
0000008c`a0fffc50 00007ffb`4bdd4cb0     postgres!pg_signal_thread(
0000008c`a0fffd50 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
0000008c`a0fffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008c`a0bffb18 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008c`a0bffb20 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
0000008c`a0bffe10 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
0000008c`a0bffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008c`a07ff180 00007ff6`293c69f8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000008c`a07ff1c0 00007ff6`28d57185     postgres!ExceptionalCondition(
0000008c`a07ff200 00007ff6`28d47df7     postgres!index_drop(
0000008c`a07ff2e0 00007ff6`28d478ed     postgres!doDeletion(
0000008c`a07ff330 00007ff6`28d4ada1     postgres!deleteOneObject(
0000008c`a07ff480 00007ff6`28d45bec     postgres!deleteObjectsInList(
0000008c`a07ff4e0 00007ff6`29085057     postgres!performDeletion(
0000008c`a07ff540 00007ff6`2908323c     postgres!do_autovacuum(void)+0x967 [c:\cirrus\src\backend\postmaster\autovacuum....
0000008c`a07ff8c0 00007ff6`2908b857     postgres!AutoVacWorkerMain(
0000008c`a07ffa70 00007ff6`28f4adb4     postgres!SubPostmasterMain(
core
0000008c`a13ff948 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008c`a13ff950 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
0000008c`a13ffc40 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
0000008c`a13ffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000003`d2fffaa8 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000003`d2fffab0 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
00000003`d2fffda0 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
00000003`d2fffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000003`d3bffdf8 00007ffb`4a2bd71e     ntdll!NtWaitForSingleObject+0x14
00000003`d3bffe00 00007ff6`2908174c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000003`d3bffea0 00007ffb`4bdd4cb0     postgres!pg_timer_thread(
00000003`d3bffee0 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
00000003`d3bfff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000003`d2bfec50 00007ff6`28e9b91b     postgres!ExecInterpExpr(
00000003`d2bfef10 00007ff6`28ea964a     postgres!ExecInterpExprStillValid(
00000003`d2bfef40 00007ff6`28ea9906     postgres!ExecEvalExpr(
00000003`d2bfef70 00007ff6`28ea939c     postgres!TupleHashTableHash_internal(
00000003`d2bfefc0 00007ff6`28ed2eca     postgres!LookupTupleHashEntry(
00000003`d2bff010 00007ff6`28ed390b     postgres!lookup_hash_entries(
00000003`d2bff0b0 00007ff6`28ed6866     postgres!agg_fill_hash_table(
00000003`d2bff0f0 00007ff6`28ebb5ab     postgres!ExecAgg(
00000003`d2bff140 00007ff6`28f0ba9c     postgres!ExecProcNodeFirst(
00000003`d2bff170 00007ff6`28f0c371     postgres!ExecProcNode(
core
00000003`d37ff8e8 00007ffb`4a3045ca     ntdll!NtFsControlFile+0x14
00000003`d37ff8f0 00007ff6`2907fcab     KERNELBASE!ConnectNamedPipe+0x6a
00000003`d37ff960 00007ffb`4bdd4cb0     postgres!pg_signal_thread(
00000003`d37ffa60 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
00000003`d37ffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000003`d33ffb18 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000003`d33ffb20 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
00000003`d33ffe10 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
00000003`d33ffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003e`0c1ffb78 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003e`0c1ffb80 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
0000003e`0c1ffe70 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
0000003e`0c1ffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003e`0bdfee40 00007ff6`28e9b91b     postgres!ExecInterpExpr(
0000003e`0bdff100 00007ff6`28ea964a     postgres!ExecInterpExprStillValid(
0000003e`0bdff130 00007ff6`28ea9906     postgres!ExecEvalExpr(
0000003e`0bdff160 00007ff6`28ea939c     postgres!TupleHashTableHash_internal(
0000003e`0bdff1b0 00007ff6`28ed2eca     postgres!LookupTupleHashEntry(
0000003e`0bdff200 00007ff6`28ed390b     postgres!lookup_hash_entries(
0000003e`0bdff2a0 00007ff6`28ed6866     postgres!agg_fill_hash_table(
0000003e`0bdff2e0 00007ff6`28ebb5ab     postgres!ExecAgg(
0000003e`0bdff330 00007ff6`28eb138c     postgres!ExecProcNodeFirst(
0000003e`0bdff360 00007ff6`28eb2480     postgres!ExecProcNode(
core
0000003e`0c5ffc38 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003e`0c5ffc40 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
0000003e`0c5fff30 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
0000003e`0c5fff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003e`0c9ff748 00007ffb`4a3045ca     ntdll!NtFsControlFile+0x14
0000003e`0c9ff750 00007ff6`2907fcab     KERNELBASE!ConnectNamedPipe+0x6a
0000003e`0c9ff7c0 00007ffb`4bdd4cb0     postgres!pg_signal_thread(
0000003e`0c9ff8c0 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
0000003e`0c9ff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003e`0cdffaa8 00007ffb`4a2bd71e     ntdll!NtWaitForSingleObject+0x14
0000003e`0cdffab0 00007ff6`2908174c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000003e`0cdffb50 00007ffb`4bdd4cb0     postgres!pg_timer_thread(
0000003e`0cdffb90 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
0000003e`0cdffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000010`061ff708 00007ffb`4a3045ca     ntdll!NtFsControlFile+0x14
00000010`061ff710 00007ff6`2907fcab     KERNELBASE!ConnectNamedPipe+0x6a
00000010`061ff780 00007ffb`4bdd4cb0     postgres!pg_signal_thread(
00000010`061ff880 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
00000010`061ff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000010`065ff9f8 00007ffb`4a2bd71e     ntdll!NtWaitForSingleObject+0x14
00000010`065ffa00 00007ff6`2908174c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000010`065ffaa0 00007ffb`4bdd4cb0     postgres!pg_timer_thread(
00000010`065ffae0 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
00000010`065ffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000010`059ff608 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000010`059ff610 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
00000010`059ff900 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
00000010`059ff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000010`055febc0 00007ff6`28e9b91b     postgres!ExecInterpExpr(
00000010`055fee80 00007ff6`28ea964a     postgres!ExecInterpExprStillValid(
00000010`055feeb0 00007ff6`28ea9906     postgres!ExecEvalExpr(
00000010`055feee0 00007ff6`28ea939c     postgres!TupleHashTableHash_internal(
00000010`055fef30 00007ff6`28ed2eca     postgres!LookupTupleHashEntry(
00000010`055fef80 00007ff6`28ed390b     postgres!lookup_hash_entries(
00000010`055ff020 00007ff6`28ed6866     postgres!agg_fill_hash_table(
00000010`055ff060 00007ff6`28ebb5ab     postgres!ExecAgg(
00000010`055ff0b0 00007ff6`28eb138c     postgres!ExecProcNodeFirst(
00000010`055ff0e0 00007ff6`28eb2480     postgres!ExecProcNode(
core
00000010`05dff758 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000010`05dff760 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
00000010`05dffa50 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
00000010`05dffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000006`789ff6c8 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000006`789ff6d0 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
00000006`789ff9c0 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
00000006`789ff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000006`791ffe38 00007ffb`4a2bd71e     ntdll!NtWaitForSingleObject+0x14
00000006`791ffe40 00007ff6`2908174c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000006`791ffee0 00007ffb`4bdd4cb0     postgres!pg_timer_thread(
00000006`791fff20 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
00000006`791fff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000006`781fec50 00007ff6`28e9b91b     postgres!ExecInterpExpr(
00000006`781fef10 00007ff6`28ea964a     postgres!ExecInterpExprStillValid(
00000006`781fef40 00007ff6`28ea9906     postgres!ExecEvalExpr(
00000006`781fef70 00007ff6`28ea939c     postgres!TupleHashTableHash_internal(
00000006`781fefc0 00007ff6`28ed2eca     postgres!LookupTupleHashEntry(
00000006`781ff010 00007ff6`28ed390b     postgres!lookup_hash_entries(
00000006`781ff0b0 00007ff6`28ed6866     postgres!agg_fill_hash_table(
00000006`781ff0f0 00007ff6`28ebb5ab     postgres!ExecAgg(
00000006`781ff140 00007ff6`28eb138c     postgres!ExecProcNodeFirst(
00000006`781ff170 00007ff6`28eb2480     postgres!ExecProcNode(
core
00000006`785ffa38 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000006`785ffa40 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
00000006`785ffd30 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
00000006`785ffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000006`78dff6f8 00007ffb`4a3045ca     ntdll!NtFsControlFile+0x14
00000006`78dff700 00007ff6`2907fcab     KERNELBASE!ConnectNamedPipe+0x6a
00000006`78dff770 00007ffb`4bdd4cb0     postgres!pg_signal_thread(
00000006`78dff870 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
00000006`78dff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000db`03dff928 00007ffb`4a3045ca     ntdll!NtFsControlFile+0x14
000000db`03dff930 00007ff6`2907fcab     KERNELBASE!ConnectNamedPipe+0x6a
000000db`03dff9a0 00007ffb`4bdd4cb0     postgres!pg_signal_thread(
000000db`03dffaa0 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
000000db`03dffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000db`045ffd28 00007ffb`4a2bd71e     ntdll!NtWaitForSingleObject+0x14
000000db`045ffd30 00007ff6`2908174c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000db`045ffdd0 00007ffb`4bdd4cb0     postgres!pg_timer_thread(
000000db`045ffe10 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
000000db`045ffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000db`035fedd0 00007ff6`28e9b91b     postgres!ExecInterpExpr(
000000db`035ff090 00007ff6`28ea964a     postgres!ExecInterpExprStillValid(
000000db`035ff0c0 00007ff6`28ea9906     postgres!ExecEvalExpr(
000000db`035ff0f0 00007ff6`28ea939c     postgres!TupleHashTableHash_internal(
000000db`035ff140 00007ff6`28ed2eca     postgres!LookupTupleHashEntry(
000000db`035ff190 00007ff6`28ed390b     postgres!lookup_hash_entries(
000000db`035ff230 00007ff6`28ed6866     postgres!agg_fill_hash_table(
000000db`035ff270 00007ff6`28ebb5ab     postgres!ExecAgg(
000000db`035ff2c0 00007ff6`28f0ba9c     postgres!ExecProcNodeFirst(
000000db`035ff2f0 00007ff6`28f0c371     postgres!ExecProcNode(
core
000000db`039ff5c8 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000db`039ff5d0 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
000000db`039ff8c0 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
000000db`039ff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000db`041ffa78 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000db`041ffa80 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
000000db`041ffd70 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
000000db`041ffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000065`c93ff578 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000065`c93ff580 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
00000065`c93ff870 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
00000065`c93ff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000065`c9bff908 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000065`c9bff910 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
00000065`c9bffc00 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
00000065`c9bffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000065`c8ffecc0 00007ff6`293c69f8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000065`c8ffed00 00007ff6`28d57185     postgres!ExceptionalCondition(
00000065`c8ffed40 00007ff6`28d47df7     postgres!index_drop(
00000065`c8ffee20 00007ff6`28d478ed     postgres!doDeletion(
00000065`c8ffee70 00007ff6`28d4ada1     postgres!deleteOneObject(
00000065`c8ffefc0 00007ff6`28d45bec     postgres!deleteObjectsInList(
00000065`c8fff020 00007ff6`29085057     postgres!performDeletion(
00000065`c8fff080 00007ff6`2908323c     postgres!do_autovacuum(void)+0x967 [c:\cirrus\src\backend\postmaster\autovacuum....
00000065`c8fff400 00007ff6`2908b857     postgres!AutoVacWorkerMain(
00000065`c8fff5b0 00007ff6`28f4adb4     postgres!SubPostmasterMain(
core
00000065`c97ffa78 00007ffb`4a3045ca     ntdll!NtFsControlFile+0x14
00000065`c97ffa80 00007ff6`2907fcab     KERNELBASE!ConnectNamedPipe+0x6a
00000065`c97ffaf0 00007ffb`4bdd4cb0     postgres!pg_signal_thread(
00000065`c97ffbf0 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
00000065`c97ffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000042`cdffee30 00007ff6`28e9b91b     postgres!ExecInterpExpr(
00000042`cdfff0f0 00007ff6`28ea964a     postgres!ExecInterpExprStillValid(
00000042`cdfff120 00007ff6`28ea9906     postgres!ExecEvalExpr(
00000042`cdfff150 00007ff6`28ea939c     postgres!TupleHashTableHash_internal(
00000042`cdfff1a0 00007ff6`28ed2eca     postgres!LookupTupleHashEntry(
00000042`cdfff1f0 00007ff6`28ed390b     postgres!lookup_hash_entries(
00000042`cdfff290 00007ff6`28ed6866     postgres!agg_fill_hash_table(
00000042`cdfff2d0 00007ff6`28ebb5ab     postgres!ExecAgg(
00000042`cdfff320 00007ff6`28eb138c     postgres!ExecProcNodeFirst(
00000042`cdfff350 00007ff6`28eb2480     postgres!ExecProcNode(
core
00000042`ce3ff758 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000042`ce3ff760 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
00000042`ce3ffa50 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
00000042`ce3ffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000042`ce7ff948 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000042`ce7ff950 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
00000042`ce7ffc40 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
00000042`ce7ffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000042`cebff898 00007ffb`4a3045ca     ntdll!NtFsControlFile+0x14
00000042`cebff8a0 00007ff6`2907fcab     KERNELBASE!ConnectNamedPipe+0x6a
00000042`cebff910 00007ffb`4bdd4cb0     postgres!pg_signal_thread(
00000042`cebffa10 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
00000042`cebffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000042`cefff9d8 00007ffb`4a2bd71e     ntdll!NtWaitForSingleObject+0x14
00000042`cefff9e0 00007ff6`2908174c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000042`cefffa80 00007ffb`4bdd4cb0     postgres!pg_timer_thread(
00000042`cefffac0 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
00000042`cefffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006b`68bffd88 00007ffb`4a3045ca     ntdll!NtFsControlFile+0x14
0000006b`68bffd90 00007ff6`2907fcab     KERNELBASE!ConnectNamedPipe+0x6a
0000006b`68bffe00 00007ffb`4bdd4cb0     postgres!pg_signal_thread(
0000006b`68bfff00 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
0000006b`68bfff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006b`68fffbf8 00007ffb`4a2bd71e     ntdll!NtWaitForSingleObject+0x14
0000006b`68fffc00 00007ff6`2908174c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000006b`68fffca0 00007ffb`4bdd4cb0     postgres!pg_timer_thread(
0000006b`68fffce0 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
0000006b`68fffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006b`683ff588 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006b`683ff590 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
0000006b`683ff880 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
0000006b`683ff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006b`67ffe9c0 00007ff6`28e9b91b     postgres!ExecInterpExpr(
0000006b`67ffec80 00007ff6`28ea964a     postgres!ExecInterpExprStillValid(
0000006b`67ffecb0 00007ff6`28ea9906     postgres!ExecEvalExpr(
0000006b`67ffece0 00007ff6`28ea939c     postgres!TupleHashTableHash_internal(
0000006b`67ffed30 00007ff6`28ed2eca     postgres!LookupTupleHashEntry(
0000006b`67ffed80 00007ff6`28ed390b     postgres!lookup_hash_entries(
0000006b`67ffee20 00007ff6`28ed6866     postgres!agg_fill_hash_table(
0000006b`67ffee60 00007ff6`28ebb5ab     postgres!ExecAgg(
0000006b`67ffeeb0 00007ff6`28eb138c     postgres!ExecProcNodeFirst(
0000006b`67ffeee0 00007ff6`28eb2480     postgres!ExecProcNode(
core
0000006b`687ffa18 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006b`687ffa20 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
0000006b`687ffd10 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
0000006b`687ffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c8`7c9ff9c8 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c8`7c9ff9d0 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
000000c8`7c9ffcc0 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c8`7c9ffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c8`7d1ff9a8 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c8`7d1ff9b0 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
000000c8`7d1ffca0 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c8`7d1ffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c8`7c5ff250 00007ff6`28e9b91b     postgres!ExecInterpExpr(
000000c8`7c5ff510 00007ff6`28ea964a     postgres!ExecInterpExprStillValid(
000000c8`7c5ff540 00007ff6`28ea9906     postgres!ExecEvalExpr(
000000c8`7c5ff570 00007ff6`28ea939c     postgres!TupleHashTableHash_internal(
000000c8`7c5ff5c0 00007ff6`28ed2eca     postgres!LookupTupleHashEntry(
000000c8`7c5ff610 00007ff6`28ed390b     postgres!lookup_hash_entries(
000000c8`7c5ff6b0 00007ff6`28ed6866     postgres!agg_fill_hash_table(
000000c8`7c5ff6f0 00007ff6`28ebb5ab     postgres!ExecAgg(
000000c8`7c5ff740 00007ff6`28eb138c     postgres!ExecProcNodeFirst(
000000c8`7c5ff770 00007ff6`28eb2480     postgres!ExecProcNode(
core
000000c8`7cdff5f8 00007ffb`4a3045ca     ntdll!NtFsControlFile+0x14
000000c8`7cdff600 00007ff6`2907fcab     KERNELBASE!ConnectNamedPipe+0x6a
000000c8`7cdff670 00007ffb`4bdd4cb0     postgres!pg_signal_thread(
000000c8`7cdff770 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c8`7cdff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e0`959ff648 00007ffb`4a3045ca     ntdll!NtFsControlFile+0x14
000000e0`959ff650 00007ff6`2907fcab     KERNELBASE!ConnectNamedPipe+0x6a
000000e0`959ff6c0 00007ffb`4bdd4cb0     postgres!pg_signal_thread(
000000e0`959ff7c0 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e0`959ff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e0`961ffa68 00007ffb`4a2bd71e     ntdll!NtWaitForSingleObject+0x14
000000e0`961ffa70 00007ff6`2908174c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000e0`961ffb10 00007ffb`4bdd4cb0     postgres!pg_timer_thread(
000000e0`961ffb50 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e0`961ffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e0`951ff0e0 00007ff6`28e9b91b     postgres!ExecInterpExpr(
000000e0`951ff3a0 00007ff6`28ea964a     postgres!ExecInterpExprStillValid(
000000e0`951ff3d0 00007ff6`28ea9906     postgres!ExecEvalExpr(
000000e0`951ff400 00007ff6`28ea939c     postgres!TupleHashTableHash_internal(
000000e0`951ff450 00007ff6`28ed2eca     postgres!LookupTupleHashEntry(
000000e0`951ff4a0 00007ff6`28ed390b     postgres!lookup_hash_entries(
000000e0`951ff540 00007ff6`28ed6866     postgres!agg_fill_hash_table(
000000e0`951ff580 00007ff6`28ebb5ab     postgres!ExecAgg(
000000e0`951ff5d0 00007ff6`28eb138c     postgres!ExecProcNodeFirst(
000000e0`951ff600 00007ff6`28eb2480     postgres!ExecProcNode(
core
000000e0`955ff608 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e0`955ff610 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
000000e0`955ff900 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e0`955ff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e0`95dffbd8 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e0`95dffbe0 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
000000e0`95dffed0 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e0`95dfff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009b`863ff040 00007ff6`28e9b91b     postgres!ExecInterpExpr(
0000009b`863ff300 00007ff6`28ea964a     postgres!ExecInterpExprStillValid(
0000009b`863ff330 00007ff6`28ea9906     postgres!ExecEvalExpr(
0000009b`863ff360 00007ff6`28ea939c     postgres!TupleHashTableHash_internal(
0000009b`863ff3b0 00007ff6`28ed2eca     postgres!LookupTupleHashEntry(
0000009b`863ff400 00007ff6`28ed390b     postgres!lookup_hash_entries(
0000009b`863ff4a0 00007ff6`28ed6866     postgres!agg_fill_hash_table(
0000009b`863ff4e0 00007ff6`28ebb5ab     postgres!ExecAgg(
0000009b`863ff530 00007ff6`28eb138c     postgres!ExecProcNodeFirst(
0000009b`863ff560 00007ff6`28eb2480     postgres!ExecProcNode(
core
0000009b`86bff7a8 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009b`86bff7b0 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
0000009b`86bffaa0 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
0000009b`86bffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009b`873ff828 00007ffb`4a2bd71e     ntdll!NtWaitForSingleObject+0x14
0000009b`873ff830 00007ff6`2908174c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000009b`873ff8d0 00007ffb`4bdd4cb0     postgres!pg_timer_thread(
0000009b`873ff910 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
0000009b`873ff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009b`86fff998 00007ffb`4a3045ca     ntdll!NtFsControlFile+0x14
0000009b`86fff9a0 00007ff6`2907fcab     KERNELBASE!ConnectNamedPipe+0x6a
0000009b`86fffa10 00007ffb`4bdd4cb0     postgres!pg_signal_thread(
0000009b`86fffb10 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
0000009b`86fffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009b`867ff4d8 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009b`867ff4e0 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
0000009b`867ff7d0 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
0000009b`867ff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000004`8e7ff968 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000004`8e7ff970 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
00000004`8e7ffc60 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
00000004`8e7ffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000004`8dbfedf0 00007ff6`28e9b91b     postgres!ExecInterpExpr(
00000004`8dbff0b0 00007ff6`28ea964a     postgres!ExecInterpExprStillValid(
00000004`8dbff0e0 00007ff6`28ea9906     postgres!ExecEvalExpr(
00000004`8dbff110 00007ff6`28ea939c     postgres!TupleHashTableHash_internal(
00000004`8dbff160 00007ff6`28ed2eca     postgres!LookupTupleHashEntry(
00000004`8dbff1b0 00007ff6`28ed390b     postgres!lookup_hash_entries(
00000004`8dbff250 00007ff6`28ed6866     postgres!agg_fill_hash_table(
00000004`8dbff290 00007ff6`28ebb5ab     postgres!ExecAgg(
00000004`8dbff2e0 00007ff6`28eb138c     postgres!ExecProcNodeFirst(
00000004`8dbff310 00007ff6`28eb2480     postgres!ExecProcNode(
core
00000004`8dfff588 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000004`8dfff590 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
00000004`8dfff880 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
00000004`8dfff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000004`8e3ff978 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000004`8e3ff980 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
00000004`8e3ffc70 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
00000004`8e3ffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000004`8ebff898 00007ffb`4a3045ca     ntdll!NtFsControlFile+0x14
00000004`8ebff8a0 00007ff6`2907fcab     KERNELBASE!ConnectNamedPipe+0x6a
00000004`8ebff910 00007ffb`4bdd4cb0     postgres!pg_signal_thread(
00000004`8ebffa10 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
00000004`8ebffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000004`8efff698 00007ffb`4a2bd71e     ntdll!NtWaitForSingleObject+0x14
00000004`8efff6a0 00007ff6`2908174c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000004`8efff740 00007ffb`4bdd4cb0     postgres!pg_timer_thread(
00000004`8efff780 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
00000004`8efff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000057`6d5fea70 00007ff6`28e9b91b     postgres!ExecInterpExpr(
00000057`6d5fed30 00007ff6`28ea964a     postgres!ExecInterpExprStillValid(
00000057`6d5fed60 00007ff6`28ea9906     postgres!ExecEvalExpr(
00000057`6d5fed90 00007ff6`28ea939c     postgres!TupleHashTableHash_internal(
00000057`6d5fede0 00007ff6`28ed2eca     postgres!LookupTupleHashEntry(
00000057`6d5fee30 00007ff6`28ed390b     postgres!lookup_hash_entries(
00000057`6d5feed0 00007ff6`28ed6866     postgres!agg_fill_hash_table(
00000057`6d5fef10 00007ff6`28ebb5ab     postgres!ExecAgg(
00000057`6d5fef60 00007ff6`28eb138c     postgres!ExecProcNodeFirst(
00000057`6d5fef90 00007ff6`28eb2480     postgres!ExecProcNode(
core
00000057`6e1ffa58 00007ffb`4a3045ca     ntdll!NtFsControlFile+0x14
00000057`6e1ffa60 00007ff6`2907fcab     KERNELBASE!ConnectNamedPipe+0x6a
00000057`6e1ffad0 00007ffb`4bdd4cb0     postgres!pg_signal_thread(
00000057`6e1ffbd0 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
00000057`6e1ffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000057`6d9ffaa8 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000057`6d9ffab0 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
00000057`6d9ffda0 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
00000057`6d9ffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000057`6e5ff878 00007ffb`4a2bd71e     ntdll!NtWaitForSingleObject+0x14
00000057`6e5ff880 00007ff6`2908174c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000057`6e5ff920 00007ffb`4bdd4cb0     postgres!pg_timer_thread(
00000057`6e5ff960 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
00000057`6e5ff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000057`6ddff628 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000057`6ddff630 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
00000057`6ddff920 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
00000057`6ddff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004e`6c9ff5b8 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004e`6c9ff5c0 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
0000004e`6c9ff8b0 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
0000004e`6c9ff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004e`6cdff8c8 00007ffb`4a3045ca     ntdll!NtFsControlFile+0x14
0000004e`6cdff8d0 00007ff6`2907fcab     KERNELBASE!ConnectNamedPipe+0x6a
0000004e`6cdff940 00007ffb`4bdd4cb0     postgres!pg_signal_thread(
0000004e`6cdffa40 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
0000004e`6cdffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004e`6d1ffb18 00007ffb`4a2bd71e     ntdll!NtWaitForSingleObject+0x14
0000004e`6d1ffb20 00007ff6`2908174c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000004e`6d1ffbc0 00007ffb`4bdd4cb0     postgres!pg_timer_thread(
0000004e`6d1ffc00 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
0000004e`6d1ffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004e`6d5ff7c8 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004e`6d5ff7d0 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
0000004e`6d5ffac0 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
0000004e`6d5ffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004e`6c5fde30 00007ff6`28e9b91b     postgres!ExecInterpExpr(
0000004e`6c5fe0f0 00007ff6`28ea964a     postgres!ExecInterpExprStillValid(
0000004e`6c5fe120 00007ff6`28ea9906     postgres!ExecEvalExpr(
0000004e`6c5fe150 00007ff6`28ea939c     postgres!TupleHashTableHash_internal(
0000004e`6c5fe1a0 00007ff6`28ed2eca     postgres!LookupTupleHashEntry(
0000004e`6c5fe1f0 00007ff6`28ed390b     postgres!lookup_hash_entries(
0000004e`6c5fe290 00007ff6`28ed6866     postgres!agg_fill_hash_table(
0000004e`6c5fe2d0 00007ff6`28ebb5ab     postgres!ExecAgg(
0000004e`6c5fe320 00007ff6`28ede8bc     postgres!ExecProcNodeFirst(
0000004e`6c5fe350 00007ff6`28edf159     postgres!ExecProcNode(
core
000000fc`731ffb38 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fc`731ffb40 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
000000fc`731ffe30 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
000000fc`731ffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fc`735ff9d8 00007ffb`4a3045ca     ntdll!NtFsControlFile+0x14
000000fc`735ff9e0 00007ff6`2907fcab     KERNELBASE!ConnectNamedPipe+0x6a
000000fc`735ffa50 00007ffb`4bdd4cb0     postgres!pg_signal_thread(
000000fc`735ffb50 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
000000fc`735ffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fc`72dff9d8 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fc`72dff9e0 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
000000fc`72dffcd0 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
000000fc`72dffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fc`729ff5d8 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fc`729ff5e0 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
000000fc`729ff8d0 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
000000fc`729ff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fc`725feb70 00007ff6`28e9b91b     postgres!ExecInterpExpr(
000000fc`725fee30 00007ff6`28ea964a     postgres!ExecInterpExprStillValid(
000000fc`725fee60 00007ff6`28ea9906     postgres!ExecEvalExpr(
000000fc`725fee90 00007ff6`28ea939c     postgres!TupleHashTableHash_internal(
000000fc`725feee0 00007ff6`28ed2eca     postgres!LookupTupleHashEntry(
000000fc`725fef30 00007ff6`28ed390b     postgres!lookup_hash_entries(
000000fc`725fefd0 00007ff6`28ed6866     postgres!agg_fill_hash_table(
000000fc`725ff010 00007ff6`28ebb5ab     postgres!ExecAgg(
000000fc`725ff060 00007ff6`28eb138c     postgres!ExecProcNodeFirst(
000000fc`725ff090 00007ff6`28eb2480     postgres!ExecProcNode(
core
000000fc`739ffd18 00007ffb`4a2bd71e     ntdll!NtWaitForSingleObject+0x14
000000fc`739ffd20 00007ff6`2908174c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000fc`739ffdc0 00007ffb`4bdd4cb0     postgres!pg_timer_thread(
000000fc`739ffe00 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
000000fc`739ffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fc`5e5ff548 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fc`5e5ff550 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
000000fc`5e5ff840 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
000000fc`5e5ff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fc`5e9ffa28 00007ffb`4a3045ca     ntdll!NtFsControlFile+0x14
000000fc`5e9ffa30 00007ff6`2907fcab     KERNELBASE!ConnectNamedPipe+0x6a
000000fc`5e9ffaa0 00007ffb`4bdd4cb0     postgres!pg_signal_thread(
000000fc`5e9ffba0 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
000000fc`5e9ffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fc`5edff7b8 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fc`5edff7c0 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
000000fc`5edffab0 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
000000fc`5edffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fc`5e1fede0 00007ff6`293c69f8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000fc`5e1fee20 00007ff6`28d57185     postgres!ExceptionalCondition(
000000fc`5e1fee60 00007ff6`28d47df7     postgres!index_drop(
000000fc`5e1fef40 00007ff6`28d478ed     postgres!doDeletion(
000000fc`5e1fef90 00007ff6`28d4ada1     postgres!deleteOneObject(
000000fc`5e1ff0e0 00007ff6`28d45bec     postgres!deleteObjectsInList(
000000fc`5e1ff140 00007ff6`29085057     postgres!performDeletion(
000000fc`5e1ff1a0 00007ff6`2908323c     postgres!do_autovacuum(void)+0x967 [c:\cirrus\src\backend\postmaster\autovacuum....
000000fc`5e1ff520 00007ff6`2908b857     postgres!AutoVacWorkerMain(
000000fc`5e1ff6d0 00007ff6`28f4adb4     postgres!SubPostmasterMain(
core
000000f5`189ff778 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f5`189ff780 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
000000f5`189ffa70 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f5`189ffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f5`18dff9b8 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f5`18dff9c0 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
000000f5`18dffcb0 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f5`18dffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f5`191ffa78 00007ffb`4a3045ca     ntdll!NtFsControlFile+0x14
000000f5`191ffa80 00007ff6`2907fcab     KERNELBASE!ConnectNamedPipe+0x6a
000000f5`191ffaf0 00007ffb`4bdd4cb0     postgres!pg_signal_thread(
000000f5`191ffbf0 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f5`191ffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f5`185feb80 00007ff6`28e9b91b     postgres!ExecInterpExpr(
000000f5`185fee40 00007ff6`28ea964a     postgres!ExecInterpExprStillValid(
000000f5`185fee70 00007ff6`28ea9906     postgres!ExecEvalExpr(
000000f5`185feea0 00007ff6`28ea939c     postgres!TupleHashTableHash_internal(
000000f5`185feef0 00007ff6`28ed2eca     postgres!LookupTupleHashEntry(
000000f5`185fef40 00007ff6`28ed390b     postgres!lookup_hash_entries(
000000f5`185fefe0 00007ff6`28ed6866     postgres!agg_fill_hash_table(
000000f5`185ff020 00007ff6`28ebb5ab     postgres!ExecAgg(
000000f5`185ff070 00007ff6`28eb138c     postgres!ExecProcNodeFirst(
000000f5`185ff0a0 00007ff6`28eb2480     postgres!ExecProcNode(
core
000000f5`195ff788 00007ffb`4a2bd71e     ntdll!NtWaitForSingleObject+0x14
000000f5`195ff790 00007ff6`2908174c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000f5`195ff830 00007ffb`4bdd4cb0     postgres!pg_timer_thread(
000000f5`195ff870 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f5`195ff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000037`409ffa18 00007ffb`4a2bd71e     ntdll!NtWaitForSingleObject+0x14
00000037`409ffa20 00007ff6`2908174c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000037`409ffac0 00007ffb`4bdd4cb0     postgres!pg_timer_thread(
00000037`409ffb00 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
00000037`409ffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000037`3f9fefa0 00007ff6`28e9b91b     postgres!ExecInterpExpr(
00000037`3f9ff260 00007ff6`28ea964a     postgres!ExecInterpExprStillValid(
00000037`3f9ff290 00007ff6`28ea9906     postgres!ExecEvalExpr(
00000037`3f9ff2c0 00007ff6`28ea939c     postgres!TupleHashTableHash_internal(
00000037`3f9ff310 00007ff6`28f0b1f0     postgres!LookupTupleHashEntry(
00000037`3f9ff360 00007ff6`28f0b921     postgres!setop_fill_hash_table(
00000037`3f9ff3d0 00007ff6`28ebb5ab     postgres!ExecSetOp(
00000037`3f9ff420 00007ff6`28eb138c     postgres!ExecProcNodeFirst(
00000037`3f9ff450 00007ff6`28eb2480     postgres!ExecProcNode(
00000037`3f9ff480 00007ff6`28ead797     postgres!ExecutePlan(
core
00000037`3fdff9b8 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000037`3fdff9c0 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
00000037`3fdffcb0 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
00000037`3fdffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000037`401ff6c8 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000037`401ff6d0 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
00000037`401ff9c0 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
00000037`401ff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000037`405ff888 00007ffb`4a3045ca     ntdll!NtFsControlFile+0x14
00000037`405ff890 00007ff6`2907fcab     KERNELBASE!ConnectNamedPipe+0x6a
00000037`405ff900 00007ffb`4bdd4cb0     postgres!pg_signal_thread(
00000037`405ffa00 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
00000037`405ffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000079`b89ffc68 00007ffb`4a3045ca     ntdll!NtFsControlFile+0x14
00000079`b89ffc70 00007ff6`2907fcab     KERNELBASE!ConnectNamedPipe+0x6a
00000079`b89ffce0 00007ffb`4bdd4cb0     postgres!pg_signal_thread(
00000079`b89ffde0 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
00000079`b89ffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000079`b8dff868 00007ffb`4a2bd71e     ntdll!NtWaitForSingleObject+0x14
00000079`b8dff870 00007ff6`2908174c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000079`b8dff910 00007ffb`4bdd4cb0     postgres!pg_timer_thread(
00000079`b8dff950 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
00000079`b8dff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000079`b7dffbe8 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000079`b7dffbf0 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
00000079`b7dffee0 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
00000079`b7dfff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000079`b81ffa78 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000079`b81ffa80 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
00000079`b81ffd70 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
00000079`b81ffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000079`b79fed30 00007ff6`28e9b91b     postgres!ExecInterpExpr(
00000079`b79feff0 00007ff6`28ea964a     postgres!ExecInterpExprStillValid(
00000079`b79ff020 00007ff6`28ea9906     postgres!ExecEvalExpr(
00000079`b79ff050 00007ff6`28ea939c     postgres!TupleHashTableHash_internal(
00000079`b79ff0a0 00007ff6`28ed2eca     postgres!LookupTupleHashEntry(
00000079`b79ff0f0 00007ff6`28ed390b     postgres!lookup_hash_entries(
00000079`b79ff190 00007ff6`28ed6866     postgres!agg_fill_hash_table(
00000079`b79ff1d0 00007ff6`28ebb5ab     postgres!ExecAgg(
00000079`b79ff220 00007ff6`28eb138c     postgres!ExecProcNodeFirst(
00000079`b79ff250 00007ff6`28eb2480     postgres!ExecProcNode(
core
00000079`b85ff5c8 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000079`b85ff5d0 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
00000079`b85ff8c0 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
00000079`b85ff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`e97ffda8 00007ffb`4a2bd71e     ntdll!NtWaitForSingleObject+0x14
000000dd`e97ffdb0 00007ff6`2908174c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000dd`e97ffe50 00007ffb`4bdd4cb0     postgres!pg_timer_thread(
000000dd`e97ffe90 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`e97ffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`e87fef40 00007ff6`28e9b91b     postgres!ExecInterpExpr(
000000dd`e87ff200 00007ff6`28ea964a     postgres!ExecInterpExprStillValid(
000000dd`e87ff230 00007ff6`28ea9906     postgres!ExecEvalExpr(
000000dd`e87ff260 00007ff6`28ea939c     postgres!TupleHashTableHash_internal(
000000dd`e87ff2b0 00007ff6`28ed2eca     postgres!LookupTupleHashEntry(
000000dd`e87ff300 00007ff6`28ed390b     postgres!lookup_hash_entries(
000000dd`e87ff3a0 00007ff6`28ed6866     postgres!agg_fill_hash_table(
000000dd`e87ff3e0 00007ff6`28ebb5ab     postgres!ExecAgg(
000000dd`e87ff430 00007ff6`28eb138c     postgres!ExecProcNodeFirst(
000000dd`e87ff460 00007ff6`28eb2480     postgres!ExecProcNode(
core
000000dd`e8fff468 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dd`e8fff470 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
000000dd`e8fff760 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`e8fff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`e8bff668 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dd`e8bff670 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
000000dd`e8bff960 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`e8bff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`e93ff668 00007ffb`4a3045ca     ntdll!NtFsControlFile+0x14
000000dd`e93ff670 00007ff6`2907fcab     KERNELBASE!ConnectNamedPipe+0x6a
000000dd`e93ff6e0 00007ffb`4bdd4cb0     postgres!pg_signal_thread(
000000dd`e93ff7e0 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`e93ff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005f`639ff160 00007ff6`28e9b91b     postgres!ExecInterpExpr(
0000005f`639ff420 00007ff6`28ea964a     postgres!ExecInterpExprStillValid(
0000005f`639ff450 00007ff6`28ea9906     postgres!ExecEvalExpr(
0000005f`639ff480 00007ff6`28ea939c     postgres!TupleHashTableHash_internal(
0000005f`639ff4d0 00007ff6`28ed2eca     postgres!LookupTupleHashEntry(
0000005f`639ff520 00007ff6`28ed390b     postgres!lookup_hash_entries(
0000005f`639ff5c0 00007ff6`28ed6866     postgres!agg_fill_hash_table(
0000005f`639ff600 00007ff6`28ebb5ab     postgres!ExecAgg(
0000005f`639ff650 00007ff6`28eb138c     postgres!ExecProcNodeFirst(
0000005f`639ff680 00007ff6`28eb2480     postgres!ExecProcNode(
core
0000005f`645ff7d8 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005f`645ff7e0 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
0000005f`645ffad0 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
0000005f`645ffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005f`641ff9f8 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005f`641ffa00 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
0000005f`641ffcf0 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
0000005f`641ffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005f`63dffbd8 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005f`63dffbe0 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
0000005f`63dffed0 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
0000005f`63dfff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005f`64dffc08 00007ffb`4a2bd71e     ntdll!NtWaitForSingleObject+0x14
0000005f`64dffc10 00007ff6`2908174c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000005f`64dffcb0 00007ffb`4bdd4cb0     postgres!pg_timer_thread(
0000005f`64dffcf0 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
0000005f`64dffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005f`649ff7d8 00007ffb`4a3045ca     ntdll!NtFsControlFile+0x14
0000005f`649ff7e0 00007ff6`2907fcab     KERNELBASE!ConnectNamedPipe+0x6a
0000005f`649ff850 00007ffb`4bdd4cb0     postgres!pg_signal_thread(
0000005f`649ff950 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
0000005f`649ff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000091`ce5ffb58 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000091`ce5ffb60 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
00000091`ce5ffe50 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
00000091`ce5ffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000091`ce9ff768 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000091`ce9ff770 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
00000091`ce9ffa60 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
00000091`ce9ffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000091`ce1fe870 00007ff6`28e9b91b     postgres!ExecInterpExpr(
00000091`ce1feb30 00007ff6`28ea964a     postgres!ExecInterpExprStillValid(
00000091`ce1feb60 00007ff6`28ea9906     postgres!ExecEvalExpr(
00000091`ce1feb90 00007ff6`28ea939c     postgres!TupleHashTableHash_internal(
00000091`ce1febe0 00007ff6`28ed2eca     postgres!LookupTupleHashEntry(
00000091`ce1fec30 00007ff6`28ed390b     postgres!lookup_hash_entries(
00000091`ce1fecd0 00007ff6`28ed6866     postgres!agg_fill_hash_table(
00000091`ce1fed10 00007ff6`28ebb5ab     postgres!ExecAgg(
00000091`ce1fed60 00007ff6`28ed6afc     postgres!ExecProcNodeFirst(
00000091`ce1fed90 00007ff6`28ed78bd     postgres!ExecProcNode(
core
00000091`cedffc68 00007ffb`4a3045ca     ntdll!NtFsControlFile+0x14
00000091`cedffc70 00007ff6`2907fcab     KERNELBASE!ConnectNamedPipe+0x6a
00000091`cedffce0 00007ffb`4bdd4cb0     postgres!pg_signal_thread(
00000091`cedffde0 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
00000091`cedffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000091`cf1ffcb8 00007ffb`4a2bd71e     ntdll!NtWaitForSingleObject+0x14
00000091`cf1ffcc0 00007ff6`2908174c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000091`cf1ffd60 00007ffb`4bdd4cb0     postgres!pg_timer_thread(
00000091`cf1ffda0 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
00000091`cf1ffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fa`413fec70 00007ff6`28e9b91b     postgres!ExecInterpExpr(
000000fa`413fef30 00007ff6`28ea964a     postgres!ExecInterpExprStillValid(
000000fa`413fef60 00007ff6`28ea9906     postgres!ExecEvalExpr(
000000fa`413fef90 00007ff6`28ea939c     postgres!TupleHashTableHash_internal(
000000fa`413fefe0 00007ff6`28ed2eca     postgres!LookupTupleHashEntry(
000000fa`413ff030 00007ff6`28ed390b     postgres!lookup_hash_entries(
000000fa`413ff0d0 00007ff6`28ed6866     postgres!agg_fill_hash_table(
000000fa`413ff110 00007ff6`28ebb5ab     postgres!ExecAgg(
000000fa`413ff160 00007ff6`28eb138c     postgres!ExecProcNodeFirst(
000000fa`413ff190 00007ff6`28eb2480     postgres!ExecProcNode(
core
000000fa`423ffdf8 00007ffb`4a2bd71e     ntdll!NtWaitForSingleObject+0x14
000000fa`423ffe00 00007ff6`2908174c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000fa`423ffea0 00007ffb`4bdd4cb0     postgres!pg_timer_thread(
000000fa`423ffee0 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
000000fa`423fff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fa`41fff928 00007ffb`4a3045ca     ntdll!NtFsControlFile+0x14
000000fa`41fff930 00007ff6`2907fcab     KERNELBASE!ConnectNamedPipe+0x6a
000000fa`41fff9a0 00007ffb`4bdd4cb0     postgres!pg_signal_thread(
000000fa`41fffaa0 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
000000fa`41fffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fa`41bff788 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fa`41bff790 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
000000fa`41bffa80 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
000000fa`41bffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fa`417ff578 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fa`417ff580 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
000000fa`417ff870 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
000000fa`417ff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007c`1e3ff7f8 00007ffb`4a3045ca     ntdll!NtFsControlFile+0x14
0000007c`1e3ff800 00007ff6`2907fcab     KERNELBASE!ConnectNamedPipe+0x6a
0000007c`1e3ff870 00007ffb`4bdd4cb0     postgres!pg_signal_thread(
0000007c`1e3ff970 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
0000007c`1e3ff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007c`1e7ffac8 00007ffb`4a2bd71e     ntdll!NtWaitForSingleObject+0x14
0000007c`1e7ffad0 00007ff6`2908174c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000007c`1e7ffb70 00007ffb`4bdd4cb0     postgres!pg_timer_thread(
0000007c`1e7ffbb0 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
0000007c`1e7ffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007c`1dfff738 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007c`1dfff740 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
0000007c`1dfffa30 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
0000007c`1dfffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007c`1ebff7d8 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007c`1ebff7e0 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
0000007c`1ebffad0 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
0000007c`1ebffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007c`1dbfefb0 00007ff6`28e9b91b     postgres!ExecInterpExpr(
0000007c`1dbff270 00007ff6`28ea964a     postgres!ExecInterpExprStillValid(
0000007c`1dbff2a0 00007ff6`28ea9906     postgres!ExecEvalExpr(
0000007c`1dbff2d0 00007ff6`28ea939c     postgres!TupleHashTableHash_internal(
0000007c`1dbff320 00007ff6`28ed2eca     postgres!LookupTupleHashEntry(
0000007c`1dbff370 00007ff6`28ed390b     postgres!lookup_hash_entries(
0000007c`1dbff410 00007ff6`28ed6866     postgres!agg_fill_hash_table(
0000007c`1dbff450 00007ff6`28ebb5ab     postgres!ExecAgg(
0000007c`1dbff4a0 00007ff6`28eb138c     postgres!ExecProcNodeFirst(
0000007c`1dbff4d0 00007ff6`28eb2480     postgres!ExecProcNode(
core
000000b9`b93fe9d0 00007ff6`28e9b91b     postgres!ExecInterpExpr(
000000b9`b93fec90 00007ff6`28ea964a     postgres!ExecInterpExprStillValid(
000000b9`b93fecc0 00007ff6`28ea9906     postgres!ExecEvalExpr(
000000b9`b93fecf0 00007ff6`28ea939c     postgres!TupleHashTableHash_internal(
000000b9`b93fed40 00007ff6`28ed2eca     postgres!LookupTupleHashEntry(
000000b9`b93fed90 00007ff6`28ed390b     postgres!lookup_hash_entries(
000000b9`b93fee30 00007ff6`28ed6866     postgres!agg_fill_hash_table(
000000b9`b93fee70 00007ff6`28ebb5ab     postgres!ExecAgg(
000000b9`b93feec0 00007ff6`28eb138c     postgres!ExecProcNodeFirst(
000000b9`b93feef0 00007ff6`28eb2480     postgres!ExecProcNode(
core
000000b9`ba3ffb78 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b9`ba3ffb80 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
000000b9`ba3ffe70 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b9`ba3ffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b9`b97ffbd8 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b9`b97ffbe0 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
000000b9`b97ffed0 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b9`b97fff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b9`b9fffac8 00007ffb`4a2bd71e     ntdll!NtWaitForSingleObject+0x14
000000b9`b9fffad0 00007ff6`2908174c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000b9`b9fffb70 00007ffb`4bdd4cb0     postgres!pg_timer_thread(
000000b9`b9fffbb0 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b9`b9fffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b9`b9bff9f8 00007ffb`4a3045ca     ntdll!NtFsControlFile+0x14
000000b9`b9bffa00 00007ff6`2907fcab     KERNELBASE!ConnectNamedPipe+0x6a
000000b9`b9bffa70 00007ffb`4bdd4cb0     postgres!pg_signal_thread(
000000b9`b9bffb70 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b9`b9bffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c0`d51ff808 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c0`d51ff810 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
000000c0`d51ffb00 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c0`d51ffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c0`d4dff130 00007ff6`28e9b91b     postgres!ExecInterpExpr(
000000c0`d4dff3f0 00007ff6`28ea964a     postgres!ExecInterpExprStillValid(
000000c0`d4dff420 00007ff6`28ea9906     postgres!ExecEvalExpr(
000000c0`d4dff450 00007ff6`28ea939c     postgres!TupleHashTableHash_internal(
000000c0`d4dff4a0 00007ff6`28f0b1f0     postgres!LookupTupleHashEntry(
000000c0`d4dff4f0 00007ff6`28f0b921     postgres!setop_fill_hash_table(
000000c0`d4dff560 00007ff6`28ebb5ab     postgres!ExecSetOp(
000000c0`d4dff5b0 00007ff6`28eb138c     postgres!ExecProcNodeFirst(
000000c0`d4dff5e0 00007ff6`28eb2480     postgres!ExecProcNode(
000000c0`d4dff610 00007ff6`28ead797     postgres!ExecutePlan(
core
000000c0`d55ffae8 00007ffb`4a3045ca     ntdll!NtFsControlFile+0x14
000000c0`d55ffaf0 00007ff6`2907fcab     KERNELBASE!ConnectNamedPipe+0x6a
000000c0`d55ffb60 00007ffb`4bdd4cb0     postgres!pg_signal_thread(
000000c0`d55ffc60 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c0`d55ffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c0`d59ffa68 00007ffb`4a2bd71e     ntdll!NtWaitForSingleObject+0x14
000000c0`d59ffa70 00007ff6`2908174c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000c0`d59ffb10 00007ffb`4bdd4cb0     postgres!pg_timer_thread(
000000c0`d59ffb50 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c0`d59ffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c0`d5dff4a8 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c0`d5dff4b0 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
000000c0`d5dff7a0 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c0`d5dff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003f`ce5fedf0 00007ff6`28e9b91b     postgres!ExecInterpExpr(
0000003f`ce5ff0b0 00007ff6`28ea964a     postgres!ExecInterpExprStillValid(
0000003f`ce5ff0e0 00007ff6`28ea9906     postgres!ExecEvalExpr(
0000003f`ce5ff110 00007ff6`28ea939c     postgres!TupleHashTableHash_internal(
0000003f`ce5ff160 00007ff6`28ed2eca     postgres!LookupTupleHashEntry(
0000003f`ce5ff1b0 00007ff6`28ed390b     postgres!lookup_hash_entries(
0000003f`ce5ff250 00007ff6`28ed6866     postgres!agg_fill_hash_table(
0000003f`ce5ff290 00007ff6`28ebb5ab     postgres!ExecAgg(
0000003f`ce5ff2e0 00007ff6`28eb138c     postgres!ExecProcNodeFirst(
0000003f`ce5ff310 00007ff6`28eb2480     postgres!ExecProcNode(
core
0000003f`cedff508 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003f`cedff510 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
0000003f`cedff800 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
0000003f`cedff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003f`cf1ffca8 00007ffb`4a3045ca     ntdll!NtFsControlFile+0x14
0000003f`cf1ffcb0 00007ff6`2907fcab     KERNELBASE!ConnectNamedPipe+0x6a
0000003f`cf1ffd20 00007ffb`4bdd4cb0     postgres!pg_signal_thread(
0000003f`cf1ffe20 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
0000003f`cf1ffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003f`ce9ff468 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003f`ce9ff470 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
0000003f`ce9ff760 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
0000003f`ce9ff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003b`ae7fef70 00007ff6`28e9b91b     postgres!ExecInterpExpr(
0000003b`ae7ff230 00007ff6`28ea964a     postgres!ExecInterpExprStillValid(
0000003b`ae7ff260 00007ff6`28ea9906     postgres!ExecEvalExpr(
0000003b`ae7ff290 00007ff6`28ea939c     postgres!TupleHashTableHash_internal(
0000003b`ae7ff2e0 00007ff6`28ed2eca     postgres!LookupTupleHashEntry(
0000003b`ae7ff330 00007ff6`28ed390b     postgres!lookup_hash_entries(
0000003b`ae7ff3d0 00007ff6`28ed6866     postgres!agg_fill_hash_table(
0000003b`ae7ff410 00007ff6`28ebb5ab     postgres!ExecAgg(
0000003b`ae7ff460 00007ff6`28eb138c     postgres!ExecProcNodeFirst(
0000003b`ae7ff490 00007ff6`28eb2480     postgres!ExecProcNode(
core
0000003b`af3ff898 00007ffb`4a3045ca     ntdll!NtFsControlFile+0x14
0000003b`af3ff8a0 00007ff6`2907fcab     KERNELBASE!ConnectNamedPipe+0x6a
0000003b`af3ff910 00007ffb`4bdd4cb0     postgres!pg_signal_thread(
0000003b`af3ffa10 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
0000003b`af3ffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003b`af7ffc58 00007ffb`4a2bd71e     ntdll!NtWaitForSingleObject+0x14
0000003b`af7ffc60 00007ff6`2908174c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000003b`af7ffd00 00007ffb`4bdd4cb0     postgres!pg_timer_thread(
0000003b`af7ffd40 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
0000003b`af7ffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003b`aebff7c8 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003b`aebff7d0 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
0000003b`aebffac0 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
0000003b`aebffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003b`aefffb98 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003b`aefffba0 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
0000003b`aefffe90 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
0000003b`aefffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000e`6a1ff768 00007ffb`4a2bd71e     ntdll!NtWaitForSingleObject+0x14
0000000e`6a1ff770 00007ff6`2908174c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000000e`6a1ff810 00007ffb`4bdd4cb0     postgres!pg_timer_thread(
0000000e`6a1ff850 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
0000000e`6a1ff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000e`6a5ffa08 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000e`6a5ffa10 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
0000000e`6a5ffd00 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
0000000e`6a5ffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000e`695fe9c0 00007ff6`28e9b91b     postgres!ExecInterpExpr(
0000000e`695fec80 00007ff6`28ea964a     postgres!ExecInterpExprStillValid(
0000000e`695fecb0 00007ff6`28ea9906     postgres!ExecEvalExpr(
0000000e`695fece0 00007ff6`28ea939c     postgres!TupleHashTableHash_internal(
0000000e`695fed30 00007ff6`28ed2eca     postgres!LookupTupleHashEntry(
0000000e`695fed80 00007ff6`28ed390b     postgres!lookup_hash_entries(
0000000e`695fee20 00007ff6`28ed6866     postgres!agg_fill_hash_table(
0000000e`695fee60 00007ff6`28ebb5ab     postgres!ExecAgg(
0000000e`695feeb0 00007ff6`28eb138c     postgres!ExecProcNodeFirst(
0000000e`695feee0 00007ff6`28eb2480     postgres!ExecProcNode(
core
0000000e`699ffb58 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000e`699ffb60 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
0000000e`699ffe50 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
0000000e`699ffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000e`69dffa08 00007ffb`4a3045ca     ntdll!NtFsControlFile+0x14
0000000e`69dffa10 00007ff6`2907fcab     KERNELBASE!ConnectNamedPipe+0x6a
0000000e`69dffa80 00007ffb`4bdd4cb0     postgres!pg_signal_thread(
0000000e`69dffb80 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
0000000e`69dffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000063`b21ffcb8 00007ffb`4a3045ca     ntdll!NtFsControlFile+0x14
00000063`b21ffcc0 00007ff6`2907fcab     KERNELBASE!ConnectNamedPipe+0x6a
00000063`b21ffd30 00007ffb`4bdd4cb0     postgres!pg_signal_thread(
00000063`b21ffe30 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
00000063`b21ffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000063`b25ff6b8 00007ffb`4a2bd71e     ntdll!NtWaitForSingleObject+0x14
00000063`b25ff6c0 00007ff6`2908174c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000063`b25ff760 00007ffb`4bdd4cb0     postgres!pg_timer_thread(
00000063`b25ff7a0 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
00000063`b25ff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000063`b15feae0 00007ff6`28e9b91b     postgres!ExecInterpExpr(
00000063`b15feda0 00007ff6`28ea964a     postgres!ExecInterpExprStillValid(
00000063`b15fedd0 00007ff6`28ea9906     postgres!ExecEvalExpr(
00000063`b15fee00 00007ff6`28ea939c     postgres!TupleHashTableHash_internal(
00000063`b15fee50 00007ff6`28ed2eca     postgres!LookupTupleHashEntry(
00000063`b15feea0 00007ff6`28ed390b     postgres!lookup_hash_entries(
00000063`b15fef40 00007ff6`28ed6866     postgres!agg_fill_hash_table(
00000063`b15fef80 00007ff6`28ebb5ab     postgres!ExecAgg(
00000063`b15fefd0 00007ff6`28eb138c     postgres!ExecProcNodeFirst(
00000063`b15ff000 00007ff6`28eb2480     postgres!ExecProcNode(
core
00000063`b19ffbd8 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000063`b19ffbe0 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
00000063`b19ffed0 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
00000063`b19fff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000063`b1dff6f8 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000063`b1dff700 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
00000063`b1dff9f0 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
00000063`b1dffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`e89ff060 00007ff6`28e9b91b     postgres!ExecInterpExpr(
000000dd`e89ff320 00007ff6`28ea964a     postgres!ExecInterpExprStillValid(
000000dd`e89ff350 00007ff6`28ea9906     postgres!ExecEvalExpr(
000000dd`e89ff380 00007ff6`28ea939c     postgres!TupleHashTableHash_internal(
000000dd`e89ff3d0 00007ff6`28ed2eca     postgres!LookupTupleHashEntry(
000000dd`e89ff420 00007ff6`28ed390b     postgres!lookup_hash_entries(
000000dd`e89ff4c0 00007ff6`28ed6866     postgres!agg_fill_hash_table(
000000dd`e89ff500 00007ff6`28ebb5ab     postgres!ExecAgg(
000000dd`e89ff550 00007ff6`28eb138c     postgres!ExecProcNodeFirst(
000000dd`e89ff580 00007ff6`28eb2480     postgres!ExecProcNode(
core
000000dd`e8dff818 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dd`e8dff820 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
000000dd`e8dffb10 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`e8dffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`e91ffd28 00007ffb`4a3045ca     ntdll!NtFsControlFile+0x14
000000dd`e91ffd30 00007ff6`2907fcab     KERNELBASE!ConnectNamedPipe+0x6a
000000dd`e91ffda0 00007ffb`4bdd4cb0     postgres!pg_signal_thread(
000000dd`e91ffea0 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`e91ffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`e95ff588 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dd`e95ff590 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
000000dd`e95ff880 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`e95ff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b7`8bdffbd8 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b7`8bdffbe0 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
000000b7`8bdffed0 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b7`8bdfff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b7`8b9ff4d8 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b7`8b9ff4e0 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
000000b7`8b9ff7d0 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b7`8b9ff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b7`8c1ffb08 00007ffb`4a3045ca     ntdll!NtFsControlFile+0x14
000000b7`8c1ffb10 00007ff6`2907fcab     KERNELBASE!ConnectNamedPipe+0x6a
000000b7`8c1ffb80 00007ffb`4bdd4cb0     postgres!pg_signal_thread(
000000b7`8c1ffc80 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b7`8c1ffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b7`8b5fea50 00007ff6`28e9b91b     postgres!ExecInterpExpr(
000000b7`8b5fed10 00007ff6`28ea964a     postgres!ExecInterpExprStillValid(
000000b7`8b5fed40 00007ff6`28ea9906     postgres!ExecEvalExpr(
000000b7`8b5fed70 00007ff6`28ea939c     postgres!TupleHashTableHash_internal(
000000b7`8b5fedc0 00007ff6`28f0f922     postgres!LookupTupleHashEntry(
000000b7`8b5fee10 00007ff6`28f0e80f     postgres!buildSubPlanHash(
000000b7`8b5fef00 00007ff6`28f0dc3a     postgres!ExecHashSubPlan(
000000b7`8b5fef50 00007ff6`28ea129e     postgres!ExecSubPlan(
000000b7`8b5fefb0 00007ff6`28ea4bbf     postgres!ExecEvalSubPlan(
000000b7`8b5feff0 00007ff6`28e9b91b     postgres!ExecInterpExpr(
core
000000b7`8c5ffbc8 00007ffb`4a2bd71e     ntdll!NtWaitForSingleObject+0x14
000000b7`8c5ffbd0 00007ff6`2908174c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000b7`8c5ffc70 00007ffb`4bdd4cb0     postgres!pg_timer_thread(
000000b7`8c5ffcb0 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b7`8c5ffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000f`e87ff150 00007ff6`28e9b91b     postgres!ExecInterpExpr(
0000000f`e87ff410 00007ff6`28ea964a     postgres!ExecInterpExprStillValid(
0000000f`e87ff440 00007ff6`28ea9906     postgres!ExecEvalExpr(
0000000f`e87ff470 00007ff6`28ea939c     postgres!TupleHashTableHash_internal(
0000000f`e87ff4c0 00007ff6`28ed2eca     postgres!LookupTupleHashEntry(
0000000f`e87ff510 00007ff6`28ed390b     postgres!lookup_hash_entries(
0000000f`e87ff5b0 00007ff6`28ed6866     postgres!agg_fill_hash_table(
0000000f`e87ff5f0 00007ff6`28ebb5ab     postgres!ExecAgg(
0000000f`e87ff640 00007ff6`28eb138c     postgres!ExecProcNodeFirst(
0000000f`e87ff670 00007ff6`28eb2480     postgres!ExecProcNode(
core
0000000f`e8bffbf8 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000f`e8bffc00 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
0000000f`e8bffef0 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
0000000f`e8bfff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000f`e8fff798 00007ffb`4a3045ca     ntdll!NtFsControlFile+0x14
0000000f`e8fff7a0 00007ff6`2907fcab     KERNELBASE!ConnectNamedPipe+0x6a
0000000f`e8fff810 00007ffb`4bdd4cb0     postgres!pg_signal_thread(
0000000f`e8fff910 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
0000000f`e8fff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000f`e93ffcf8 00007ffb`4a2bd71e     ntdll!NtWaitForSingleObject+0x14
0000000f`e93ffd00 00007ff6`2908174c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000000f`e93ffda0 00007ffb`4bdd4cb0     postgres!pg_timer_thread(
0000000f`e93ffde0 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
0000000f`e93ffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000f`e97ff578 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000f`e97ff580 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
0000000f`e97ff870 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
0000000f`e97ff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b6`87bffaf8 00007ffb`4a3045ca     ntdll!NtFsControlFile+0x14
000000b6`87bffb00 00007ff6`2907fcab     KERNELBASE!ConnectNamedPipe+0x6a
000000b6`87bffb70 00007ffb`4bdd4cb0     postgres!pg_signal_thread(
000000b6`87bffc70 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b6`87bffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b6`883ffa78 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b6`883ffa80 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
000000b6`883ffd70 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b6`883ffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b6`87fffa68 00007ffb`4a2bd71e     ntdll!NtWaitForSingleObject+0x14
000000b6`87fffa70 00007ff6`2908174c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000b6`87fffb10 00007ffb`4bdd4cb0     postgres!pg_timer_thread(
000000b6`87fffb50 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b6`87fffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b6`877ffc18 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b6`877ffc20 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
000000b6`877fff10 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b6`877fff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b6`873fe170 00007ff6`28e9b91b     postgres!ExecInterpExpr(
000000b6`873fe430 00007ff6`28ea964a     postgres!ExecInterpExprStillValid(
000000b6`873fe460 00007ff6`28ea9906     postgres!ExecEvalExpr(
000000b6`873fe490 00007ff6`28ea939c     postgres!TupleHashTableHash_internal(
000000b6`873fe4e0 00007ff6`28ed2eca     postgres!LookupTupleHashEntry(
000000b6`873fe530 00007ff6`28ed390b     postgres!lookup_hash_entries(
000000b6`873fe5d0 00007ff6`28ed6866     postgres!agg_fill_hash_table(
000000b6`873fe610 00007ff6`28ebb5ab     postgres!ExecAgg(
000000b6`873fe660 00007ff6`28eb138c     postgres!ExecProcNodeFirst(
000000b6`873fe690 00007ff6`28eb2480     postgres!ExecProcNode(
core
000000b8`957feab0 00007ff6`28e9b91b     postgres!ExecInterpExpr(
000000b8`957fed70 00007ff6`28ea964a     postgres!ExecInterpExprStillValid(
000000b8`957feda0 00007ff6`28ea9906     postgres!ExecEvalExpr(
000000b8`957fedd0 00007ff6`28ea939c     postgres!TupleHashTableHash_internal(
000000b8`957fee20 00007ff6`28ed2eca     postgres!LookupTupleHashEntry(
000000b8`957fee70 00007ff6`28ed390b     postgres!lookup_hash_entries(
000000b8`957fef10 00007ff6`28ed6866     postgres!agg_fill_hash_table(
000000b8`957fef50 00007ff6`28ebb5ab     postgres!ExecAgg(
000000b8`957fefa0 00007ff6`28eb138c     postgres!ExecProcNodeFirst(
000000b8`957fefd0 00007ff6`28eb2480     postgres!ExecProcNode(
core
000000b8`95bff8b8 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b8`95bff8c0 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
000000b8`95bffbb0 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b8`95bffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b8`95fffb88 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b8`95fffb90 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
000000b8`95fffe80 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b8`95fffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b8`963ff688 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b8`963ff690 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
000000b8`963ff980 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b8`963ff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b8`967ffce8 00007ffb`4a3045ca     ntdll!NtFsControlFile+0x14
000000b8`967ffcf0 00007ff6`2907fcab     KERNELBASE!ConnectNamedPipe+0x6a
000000b8`967ffd60 00007ffb`4bdd4cb0     postgres!pg_signal_thread(
000000b8`967ffe60 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b8`967ffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b8`96bff838 00007ffb`4a2bd71e     ntdll!NtWaitForSingleObject+0x14
000000b8`96bff840 00007ff6`2908174c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000b8`96bff8e0 00007ffb`4bdd4cb0     postgres!pg_timer_thread(
000000b8`96bff920 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b8`96bff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000088`815feff0 00007ff6`28e9b91b     postgres!ExecInterpExpr(
00000088`815ff2b0 00007ff6`28ea964a     postgres!ExecInterpExprStillValid(
00000088`815ff2e0 00007ff6`28ea9906     postgres!ExecEvalExpr(
00000088`815ff310 00007ff6`28ea939c     postgres!TupleHashTableHash_internal(
00000088`815ff360 00007ff6`28ed2eca     postgres!LookupTupleHashEntry(
00000088`815ff3b0 00007ff6`28ed390b     postgres!lookup_hash_entries(
00000088`815ff450 00007ff6`28ed6866     postgres!agg_fill_hash_table(
00000088`815ff490 00007ff6`28ebb5ab     postgres!ExecAgg(
00000088`815ff4e0 00007ff6`28eb138c     postgres!ExecProcNodeFirst(
00000088`815ff510 00007ff6`28eb2480     postgres!ExecProcNode(
core
00000088`819ff648 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000088`819ff650 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
00000088`819ff940 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
00000088`819ff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000088`81dff678 00007ffb`4a3045ca     ntdll!NtFsControlFile+0x14
00000088`81dff680 00007ff6`2907fcab     KERNELBASE!ConnectNamedPipe+0x6a
00000088`81dff6f0 00007ffb`4bdd4cb0     postgres!pg_signal_thread(
00000088`81dff7f0 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
00000088`81dff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000088`821ff688 00007ffb`4a2bd71e     ntdll!NtWaitForSingleObject+0x14
00000088`821ff690 00007ff6`2908174c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000088`821ff730 00007ffb`4bdd4cb0     postgres!pg_timer_thread(
00000088`821ff770 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
00000088`821ff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000088`825ff7d8 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000088`825ff7e0 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
00000088`825ffad0 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
00000088`825ffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000049`f53feba0 00007ff6`28e9b91b     postgres!ExecInterpExpr(
00000049`f53fee60 00007ff6`28ea964a     postgres!ExecInterpExprStillValid(
00000049`f53fee90 00007ff6`28ea9906     postgres!ExecEvalExpr(
00000049`f53feec0 00007ff6`28ea939c     postgres!TupleHashTableHash_internal(
00000049`f53fef10 00007ff6`28ed2eca     postgres!LookupTupleHashEntry(
00000049`f53fef60 00007ff6`28ed390b     postgres!lookup_hash_entries(
00000049`f53ff000 00007ff6`28ed6866     postgres!agg_fill_hash_table(
00000049`f53ff040 00007ff6`28ebb5ab     postgres!ExecAgg(
00000049`f53ff090 00007ff6`28f0ba9c     postgres!ExecProcNodeFirst(
00000049`f53ff0c0 00007ff6`28f0c371     postgres!ExecProcNode(
core
00000049`f57ffae8 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000049`f57ffaf0 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
00000049`f57ffde0 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
00000049`f57ffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000049`f5bffa28 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000049`f5bffa30 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
00000049`f5bffd20 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
00000049`f5bffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000049`f5fffa18 00007ffb`4a3045ca     ntdll!NtFsControlFile+0x14
00000049`f5fffa20 00007ff6`2907fcab     KERNELBASE!ConnectNamedPipe+0x6a
00000049`f5fffa90 00007ffb`4bdd4cb0     postgres!pg_signal_thread(
00000049`f5fffb90 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
00000049`f5fffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000049`f63ffa18 00007ffb`4a2bd71e     ntdll!NtWaitForSingleObject+0x14
00000049`f63ffa20 00007ff6`2908174c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000049`f63ffac0 00007ffb`4bdd4cb0     postgres!pg_timer_thread(
00000049`f63ffb00 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
00000049`f63ffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f5`a63feea0 00007ff6`28e9b91b     postgres!ExecInterpExpr(
000000f5`a63ff160 00007ff6`28ea964a     postgres!ExecInterpExprStillValid(
000000f5`a63ff190 00007ff6`28ea9906     postgres!ExecEvalExpr(
000000f5`a63ff1c0 00007ff6`28ea939c     postgres!TupleHashTableHash_internal(
000000f5`a63ff210 00007ff6`28ed2eca     postgres!LookupTupleHashEntry(
000000f5`a63ff260 00007ff6`28ed390b     postgres!lookup_hash_entries(
000000f5`a63ff300 00007ff6`28ed6866     postgres!agg_fill_hash_table(
000000f5`a63ff340 00007ff6`28ebb5ab     postgres!ExecAgg(
000000f5`a63ff390 00007ff6`28ede8bc     postgres!ExecProcNodeFirst(
000000f5`a63ff3c0 00007ff6`28edf159     postgres!ExecProcNode(
core
000000f5`a67ff4d8 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f5`a67ff4e0 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
000000f5`a67ff7d0 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f5`a67ff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f5`a6bff888 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f5`a6bff890 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
000000f5`a6bffb80 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f5`a6bffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f5`a6fffb08 00007ffb`4a3045ca     ntdll!NtFsControlFile+0x14
000000f5`a6fffb10 00007ff6`2907fcab     KERNELBASE!ConnectNamedPipe+0x6a
000000f5`a6fffb80 00007ffb`4bdd4cb0     postgres!pg_signal_thread(
000000f5`a6fffc80 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f5`a6fffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f5`a73ffb28 00007ffb`4a2bd71e     ntdll!NtWaitForSingleObject+0x14
000000f5`a73ffb30 00007ff6`2908174c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000f5`a73ffbd0 00007ffb`4bdd4cb0     postgres!pg_timer_thread(
000000f5`a73ffc10 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f5`a73ffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000064`583fee40 00007ff6`28e9b91b     postgres!ExecInterpExpr(
00000064`583ff100 00007ff6`28ea964a     postgres!ExecInterpExprStillValid(
00000064`583ff130 00007ff6`28ea9906     postgres!ExecEvalExpr(
00000064`583ff160 00007ff6`28ea939c     postgres!TupleHashTableHash_internal(
00000064`583ff1b0 00007ff6`28ed2eca     postgres!LookupTupleHashEntry(
00000064`583ff200 00007ff6`28ed390b     postgres!lookup_hash_entries(
00000064`583ff2a0 00007ff6`28ed6866     postgres!agg_fill_hash_table(
00000064`583ff2e0 00007ff6`28ebb5ab     postgres!ExecAgg(
00000064`583ff330 00007ff6`28eb138c     postgres!ExecProcNodeFirst(
00000064`583ff360 00007ff6`28eb2480     postgres!ExecProcNode(
core
00000064`587ffa88 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000064`587ffa90 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
00000064`587ffd80 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
00000064`587ffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000064`58bff548 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000064`58bff550 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
00000064`58bff840 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
00000064`58bff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000064`58fff818 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000064`58fff820 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
00000064`58fffb10 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
00000064`58fffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000064`593ff6b8 00007ffb`4a3045ca     ntdll!NtFsControlFile+0x14
00000064`593ff6c0 00007ff6`2907fcab     KERNELBASE!ConnectNamedPipe+0x6a
00000064`593ff730 00007ffb`4bdd4cb0     postgres!pg_signal_thread(
00000064`593ff830 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
00000064`593ff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000064`597ff8e8 00007ffb`4a2bd71e     ntdll!NtWaitForSingleObject+0x14
00000064`597ff8f0 00007ff6`2908174c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000064`597ff990 00007ffb`4bdd4cb0     postgres!pg_timer_thread(
00000064`597ff9d0 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
00000064`597ffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`925fecf0 00007ff6`28e9b91b     postgres!ExecInterpExpr(
000000cf`925fefb0 00007ff6`28ea964a     postgres!ExecInterpExprStillValid(
000000cf`925fefe0 00007ff6`28ea9906     postgres!ExecEvalExpr(
000000cf`925ff010 00007ff6`28ea939c     postgres!TupleHashTableHash_internal(
000000cf`925ff060 00007ff6`28ed2eca     postgres!LookupTupleHashEntry(
000000cf`925ff0b0 00007ff6`28ed390b     postgres!lookup_hash_entries(
000000cf`925ff150 00007ff6`28ed6866     postgres!agg_fill_hash_table(
000000cf`925ff190 00007ff6`28ebb5ab     postgres!ExecAgg(
000000cf`925ff1e0 00007ff6`28eb138c     postgres!ExecProcNodeFirst(
000000cf`925ff210 00007ff6`28eb2480     postgres!ExecProcNode(
core
000000cf`929ff858 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cf`929ff860 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
000000cf`929ffb50 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`929ffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`92dffa08 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cf`92dffa10 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
000000cf`92dffd00 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`92dffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`931ff898 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cf`931ff8a0 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
000000cf`931ffb90 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`931ffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`935ff878 00007ffb`4a3045ca     ntdll!NtFsControlFile+0x14
000000cf`935ff880 00007ff6`2907fcab     KERNELBASE!ConnectNamedPipe+0x6a
000000cf`935ff8f0 00007ffb`4bdd4cb0     postgres!pg_signal_thread(
000000cf`935ff9f0 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`935ffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`939ff748 00007ffb`4a2bd71e     ntdll!NtWaitForSingleObject+0x14
000000cf`939ff750 00007ff6`2908174c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000cf`939ff7f0 00007ffb`4bdd4cb0     postgres!pg_timer_thread(
000000cf`939ff830 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`939ff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000030`d2ffea30 00007ff6`28e9b91b     postgres!ExecInterpExpr(
00000030`d2ffecf0 00007ff6`28ea964a     postgres!ExecInterpExprStillValid(
00000030`d2ffed20 00007ff6`28ea9906     postgres!ExecEvalExpr(
00000030`d2ffed50 00007ff6`28ea939c     postgres!TupleHashTableHash_internal(
00000030`d2ffeda0 00007ff6`28ed2eca     postgres!LookupTupleHashEntry(
00000030`d2ffedf0 00007ff6`28ed390b     postgres!lookup_hash_entries(
00000030`d2ffee90 00007ff6`28ed6866     postgres!agg_fill_hash_table(
00000030`d2ffeed0 00007ff6`28ebb5ab     postgres!ExecAgg(
00000030`d2ffef20 00007ff6`28f0ba9c     postgres!ExecProcNodeFirst(
00000030`d2ffef50 00007ff6`28f0c371     postgres!ExecProcNode(
core
00000030`d33ff558 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000030`d33ff560 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
00000030`d33ff850 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
00000030`d33ff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000030`d37ff658 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000030`d37ff660 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
00000030`d37ff950 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
00000030`d37ff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000030`d3bffd98 00007ffb`4a3045ca     ntdll!NtFsControlFile+0x14
00000030`d3bffda0 00007ff6`2907fcab     KERNELBASE!ConnectNamedPipe+0x6a
00000030`d3bffe10 00007ffb`4bdd4cb0     postgres!pg_signal_thread(
00000030`d3bfff10 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
00000030`d3bfff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000030`d3fffc18 00007ffb`4a2bd71e     ntdll!NtWaitForSingleObject+0x14
00000030`d3fffc20 00007ff6`2908174c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000030`d3fffcc0 00007ffb`4bdd4cb0     postgres!pg_timer_thread(
00000030`d3fffd00 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
00000030`d3fffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000053`fbfff150 00007ff6`28e9b91b     postgres!ExecInterpExpr(
00000053`fbfff410 00007ff6`28ea964a     postgres!ExecInterpExprStillValid(
00000053`fbfff440 00007ff6`28ea9906     postgres!ExecEvalExpr(
00000053`fbfff470 00007ff6`28ea939c     postgres!TupleHashTableHash_internal(
00000053`fbfff4c0 00007ff6`28ed2eca     postgres!LookupTupleHashEntry(
00000053`fbfff510 00007ff6`28ed390b     postgres!lookup_hash_entries(
00000053`fbfff5b0 00007ff6`28ed6866     postgres!agg_fill_hash_table(
00000053`fbfff5f0 00007ff6`28ebb5ab     postgres!ExecAgg(
00000053`fbfff640 00007ff6`28eb138c     postgres!ExecProcNodeFirst(
00000053`fbfff670 00007ff6`28eb2480     postgres!ExecProcNode(
core
00000053`fc3ff828 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000053`fc3ff830 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
00000053`fc3ffb20 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
00000053`fc3ffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000053`fc7ffa38 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000053`fc7ffa40 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
00000053`fc7ffd30 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
00000053`fc7ffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000053`fcbffaf8 00007ffb`4a3045ca     ntdll!NtFsControlFile+0x14
00000053`fcbffb00 00007ff6`2907fcab     KERNELBASE!ConnectNamedPipe+0x6a
00000053`fcbffb70 00007ffb`4bdd4cb0     postgres!pg_signal_thread(
00000053`fcbffc70 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
00000053`fcbffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000053`fcfff938 00007ffb`4a2bd71e     ntdll!NtWaitForSingleObject+0x14
00000053`fcfff940 00007ff6`2908174c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000053`fcfff9e0 00007ffb`4bdd4cb0     postgres!pg_timer_thread(
00000053`fcfffa20 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
00000053`fcfffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b2`77dfd560 00007ff6`28e9b91b     postgres!ExecInterpExpr(
000000b2`77dfd820 00007ff6`28ea964a     postgres!ExecInterpExprStillValid(
000000b2`77dfd850 00007ff6`28ea9906     postgres!ExecEvalExpr(
000000b2`77dfd880 00007ff6`28ea939c     postgres!TupleHashTableHash_internal(
000000b2`77dfd8d0 00007ff6`28ed2eca     postgres!LookupTupleHashEntry(
000000b2`77dfd920 00007ff6`28ed390b     postgres!lookup_hash_entries(
000000b2`77dfd9c0 00007ff6`28ed6866     postgres!agg_fill_hash_table(
000000b2`77dfda00 00007ff6`28ebb5e4     postgres!ExecAgg(
000000b2`77dfda50 00007ff6`28ebb5ab     postgres!ExecProcNodeInstr(
000000b2`77dfda90 00007ff6`28eb138c     postgres!ExecProcNodeFirst(
core
000000b2`78dff878 00007ffb`4a2bd71e     ntdll!NtWaitForSingleObject+0x14
000000b2`78dff880 00007ff6`2908174c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000b2`78dff920 00007ffb`4bdd4cb0     postgres!pg_timer_thread(
000000b2`78dff960 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b2`78dff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b2`789ffac8 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b2`789ffad0 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
000000b2`789ffdc0 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b2`789ffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b2`785ff808 00007ffb`4a3045ca     ntdll!NtFsControlFile+0x14
000000b2`785ff810 00007ff6`2907fcab     KERNELBASE!ConnectNamedPipe+0x6a
000000b2`785ff880 00007ffb`4bdd4cb0     postgres!pg_signal_thread(
000000b2`785ff980 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b2`785ff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b2`781ff798 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b2`781ff7a0 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
000000b2`781ffa90 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b2`781ffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000067`9f1ff798 00007ffb`4a2bd71e     ntdll!NtWaitForSingleObject+0x14
00000067`9f1ff7a0 00007ff6`2908174c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000067`9f1ff840 00007ffb`4bdd4cb0     postgres!pg_timer_thread(
00000067`9f1ff880 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
00000067`9f1ff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000067`9edffb98 00007ffb`4a3045ca     ntdll!NtFsControlFile+0x14
00000067`9edffba0 00007ff6`2907fcab     KERNELBASE!ConnectNamedPipe+0x6a
00000067`9edffc10 00007ffb`4bdd4cb0     postgres!pg_signal_thread(
00000067`9edffd10 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
00000067`9edffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000067`9e9ff9b8 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000067`9e9ff9c0 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
00000067`9e9ffcb0 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
00000067`9e9ffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000067`9e5fec20 00007ff6`28e9b91b     postgres!ExecInterpExpr(
00000067`9e5feee0 00007ff6`28ea964a     postgres!ExecInterpExprStillValid(
00000067`9e5fef10 00007ff6`28ea9906     postgres!ExecEvalExpr(
00000067`9e5fef40 00007ff6`28ea939c     postgres!TupleHashTableHash_internal(
00000067`9e5fef90 00007ff6`28f0b1f0     postgres!LookupTupleHashEntry(
00000067`9e5fefe0 00007ff6`28f0b921     postgres!setop_fill_hash_table(
00000067`9e5ff050 00007ff6`28ebb5ab     postgres!ExecSetOp(
00000067`9e5ff0a0 00007ff6`28eb138c     postgres!ExecProcNodeFirst(
00000067`9e5ff0d0 00007ff6`28eb2480     postgres!ExecProcNode(
00000067`9e5ff100 00007ff6`28ead797     postgres!ExecutePlan(
core
00000067`9f5ffc18 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000067`9f5ffc20 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
00000067`9f5fff10 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
00000067`9f5fff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000aa`fc7feac0 00007ff6`28e9b91b     postgres!ExecInterpExpr(
000000aa`fc7fed80 00007ff6`28ea964a     postgres!ExecInterpExprStillValid(
000000aa`fc7fedb0 00007ff6`28ea9906     postgres!ExecEvalExpr(
000000aa`fc7fede0 00007ff6`28ea939c     postgres!TupleHashTableHash_internal(
000000aa`fc7fee30 00007ff6`28ed2eca     postgres!LookupTupleHashEntry(
000000aa`fc7fee80 00007ff6`28ed390b     postgres!lookup_hash_entries(
000000aa`fc7fef20 00007ff6`28ed6866     postgres!agg_fill_hash_table(
000000aa`fc7fef60 00007ff6`28ebb5ab     postgres!ExecAgg(
000000aa`fc7fefb0 00007ff6`28f0ba9c     postgres!ExecProcNodeFirst(
000000aa`fc7fefe0 00007ff6`28f0c371     postgres!ExecProcNode(
core
000000aa`fd3ff768 00007ffb`4a3045ca     ntdll!NtFsControlFile+0x14
000000aa`fd3ff770 00007ff6`2907fcab     KERNELBASE!ConnectNamedPipe+0x6a
000000aa`fd3ff7e0 00007ffb`4bdd4cb0     postgres!pg_signal_thread(
000000aa`fd3ff8e0 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
000000aa`fd3ff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000aa`fd7ffda8 00007ffb`4a2bd71e     ntdll!NtWaitForSingleObject+0x14
000000aa`fd7ffdb0 00007ff6`2908174c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000aa`fd7ffe50 00007ffb`4bdd4cb0     postgres!pg_timer_thread(
000000aa`fd7ffe90 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
000000aa`fd7ffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000aa`fcbff918 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000aa`fcbff920 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
000000aa`fcbffc10 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
000000aa`fcbffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000aa`fcfff978 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000aa`fcfff980 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
000000aa`fcfffc70 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
000000aa`fcfffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000014`a8dffab8 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000014`a8dffac0 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
00000014`a8dffdb0 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
00000014`a8dffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000014`a91ffbb8 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000014`a91ffbc0 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
00000014`a91ffeb0 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
00000014`a91ffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000014`a95ff7f8 00007ffb`4a3045ca     ntdll!NtFsControlFile+0x14
00000014`a95ff800 00007ff6`2907fcab     KERNELBASE!ConnectNamedPipe+0x6a
00000014`a95ff870 00007ffb`4bdd4cb0     postgres!pg_signal_thread(
00000014`a95ff970 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
00000014`a95ff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000014`a99ffad8 00007ffb`4a2bd71e     ntdll!NtWaitForSingleObject+0x14
00000014`a99ffae0 00007ff6`2908174c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000014`a99ffb80 00007ffb`4bdd4cb0     postgres!pg_timer_thread(
00000014`a99ffbc0 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
00000014`a99ffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000014`a89ff120 00007ff6`28e9b91b     postgres!ExecInterpExpr(
00000014`a89ff3e0 00007ff6`28ea964a     postgres!ExecInterpExprStillValid(
00000014`a89ff410 00007ff6`28ea9906     postgres!ExecEvalExpr(
00000014`a89ff440 00007ff6`28ea939c     postgres!TupleHashTableHash_internal(
00000014`a89ff490 00007ff6`28ed2eca     postgres!LookupTupleHashEntry(
00000014`a89ff4e0 00007ff6`28ed390b     postgres!lookup_hash_entries(
00000014`a89ff580 00007ff6`28ed6866     postgres!agg_fill_hash_table(
00000014`a89ff5c0 00007ff6`28ebb5ab     postgres!ExecAgg(
00000014`a89ff610 00007ff6`28eb138c     postgres!ExecProcNodeFirst(
00000014`a89ff640 00007ff6`28eb2480     postgres!ExecProcNode(
core
0000001b`6e9ff698 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001b`6e9ff6a0 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
0000001b`6e9ff990 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
0000001b`6e9ff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001b`6edff4b8 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001b`6edff4c0 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
0000001b`6edff7b0 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
0000001b`6edff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001b`6f1ffc38 00007ffb`4a3045ca     ntdll!NtFsControlFile+0x14
0000001b`6f1ffc40 00007ff6`2907fcab     KERNELBASE!ConnectNamedPipe+0x6a
0000001b`6f1ffcb0 00007ffb`4bdd4cb0     postgres!pg_signal_thread(
0000001b`6f1ffdb0 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
0000001b`6f1ffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001b`6f5ff788 00007ffb`4a2bd71e     ntdll!NtWaitForSingleObject+0x14
0000001b`6f5ff790 00007ff6`2908174c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000001b`6f5ff830 00007ffb`4bdd4cb0     postgres!pg_timer_thread(
0000001b`6f5ff870 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
0000001b`6f5ff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001b`6e5fe2e0 00007ff6`28e9b91b     postgres!ExecInterpExpr(
0000001b`6e5fe5a0 00007ff6`28ea964a     postgres!ExecInterpExprStillValid(
0000001b`6e5fe5d0 00007ff6`28ea9906     postgres!ExecEvalExpr(
0000001b`6e5fe600 00007ff6`28ea939c     postgres!TupleHashTableHash_internal(
0000001b`6e5fe650 00007ff6`28ed2eca     postgres!LookupTupleHashEntry(
0000001b`6e5fe6a0 00007ff6`28ed390b     postgres!lookup_hash_entries(
0000001b`6e5fe740 00007ff6`28ed6866     postgres!agg_fill_hash_table(
0000001b`6e5fe780 00007ff6`28ebb5ab     postgres!ExecAgg(
0000001b`6e5fe7d0 00007ff6`28f0ba9c     postgres!ExecProcNodeFirst(
0000001b`6e5fe800 00007ff6`28f0c371     postgres!ExecProcNode(
core
000000cd`125ff6e8 00007ffb`4a3045ca     ntdll!NtFsControlFile+0x14
000000cd`125ff6f0 00007ff6`2907fcab     KERNELBASE!ConnectNamedPipe+0x6a
000000cd`125ff760 00007ffb`4bdd4cb0     postgres!pg_signal_thread(
000000cd`125ff860 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
000000cd`125ff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cd`11dff1d0 00007ff6`293c69f8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000cd`11dff210 00007ff6`28d57185     postgres!ExceptionalCondition(
000000cd`11dff250 00007ff6`28d47df7     postgres!index_drop(
000000cd`11dff330 00007ff6`28d478ed     postgres!doDeletion(
000000cd`11dff380 00007ff6`28d4ada1     postgres!deleteOneObject(
000000cd`11dff4d0 00007ff6`28d45bec     postgres!deleteObjectsInList(
000000cd`11dff530 00007ff6`29085057     postgres!performDeletion(
000000cd`11dff590 00007ff6`2908323c     postgres!do_autovacuum(void)+0x967 [c:\cirrus\src\backend\postmaster\autovacuum....
000000cd`11dff910 00007ff6`2908b857     postgres!AutoVacWorkerMain(
000000cd`11dffac0 00007ff6`28f4adb4     postgres!SubPostmasterMain(
core
000000cd`121ffbd8 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cd`121ffbe0 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
000000cd`121ffed0 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
000000cd`121fff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cd`129ffa28 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cd`129ffa30 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
000000cd`129ffd20 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
000000cd`129ffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f3`527ff7a8 00007ffb`4a3045ca     ntdll!NtFsControlFile+0x14
000000f3`527ff7b0 00007ff6`2907fcab     KERNELBASE!ConnectNamedPipe+0x6a
000000f3`527ff820 00007ffb`4bdd4cb0     postgres!pg_signal_thread(
000000f3`527ff920 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f3`527ff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f3`52bff568 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f3`52bff570 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
000000f3`52bff860 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f3`52bff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f3`523ff888 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f3`523ff890 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
000000f3`523ffb80 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f3`523ffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f3`51ffec90 00007ff6`293c69f8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f3`51ffecd0 00007ff6`28d57185     postgres!ExceptionalCondition(
000000f3`51ffed10 00007ff6`28d47df7     postgres!index_drop(
000000f3`51ffedf0 00007ff6`28d478ed     postgres!doDeletion(
000000f3`51ffee40 00007ff6`28d4ada1     postgres!deleteOneObject(
000000f3`51ffef90 00007ff6`28d45bec     postgres!deleteObjectsInList(
000000f3`51ffeff0 00007ff6`29085057     postgres!performDeletion(
000000f3`51fff050 00007ff6`2908323c     postgres!do_autovacuum(void)+0x967 [c:\cirrus\src\backend\postmaster\autovacuum....
000000f3`51fff3d0 00007ff6`2908b857     postgres!AutoVacWorkerMain(
000000f3`51fff580 00007ff6`28f4adb4     postgres!SubPostmasterMain(
core
00000037`f5fffe28 00007ffb`4a2bd71e     ntdll!NtWaitForSingleObject+0x14
00000037`f5fffe30 00007ff6`2908174c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000037`f5fffed0 00007ffb`4bdd4cb0     postgres!pg_timer_thread(
00000037`f5ffff10 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
00000037`f5ffff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000037`f63ff5a8 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000037`f63ff5b0 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
00000037`f63ff8a0 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
00000037`f63ff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000037`f53fed70 00007ff6`28e9b91b     postgres!ExecInterpExpr(
00000037`f53ff030 00007ff6`28ea964a     postgres!ExecInterpExprStillValid(
00000037`f53ff060 00007ff6`28ea9906     postgres!ExecEvalExpr(
00000037`f53ff090 00007ff6`28ea939c     postgres!TupleHashTableHash_internal(
00000037`f53ff0e0 00007ff6`28ed2eca     postgres!LookupTupleHashEntry(
00000037`f53ff130 00007ff6`28ed369a     postgres!lookup_hash_entries(
00000037`f53ff1d0 00007ff6`28ed6881     postgres!agg_retrieve_direct(
00000037`f53ff270 00007ff6`28ebb5ab     postgres!ExecAgg(
00000037`f53ff2c0 00007ff6`28f0ba9c     postgres!ExecProcNodeFirst(
00000037`f53ff2f0 00007ff6`28f0c371     postgres!ExecProcNode(
core
00000037`f57ffa68 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000037`f57ffa70 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
00000037`f57ffd60 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
00000037`f57ffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000037`f5bff828 00007ffb`4a3045ca     ntdll!NtFsControlFile+0x14
00000037`f5bff830 00007ff6`2907fcab     KERNELBASE!ConnectNamedPipe+0x6a
00000037`f5bff8a0 00007ffb`4bdd4cb0     postgres!pg_signal_thread(
00000037`f5bff9a0 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
00000037`f5bff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000034`ec1ff5f8 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000034`ec1ff600 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
00000034`ec1ff8f0 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
00000034`ec1ff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000034`ebdfeb80 00007ff6`28e9b91b     postgres!ExecInterpExpr(
00000034`ebdfee40 00007ff6`28ea964a     postgres!ExecInterpExprStillValid(
00000034`ebdfee70 00007ff6`28ea9906     postgres!ExecEvalExpr(
00000034`ebdfeea0 00007ff6`28ea939c     postgres!TupleHashTableHash_internal(
00000034`ebdfeef0 00007ff6`28ed2eca     postgres!LookupTupleHashEntry(
00000034`ebdfef40 00007ff6`28ed390b     postgres!lookup_hash_entries(
00000034`ebdfefe0 00007ff6`28ed6866     postgres!agg_fill_hash_table(
00000034`ebdff020 00007ff6`28ebb5ab     postgres!ExecAgg(
00000034`ebdff070 00007ff6`28eb138c     postgres!ExecProcNodeFirst(
00000034`ebdff0a0 00007ff6`28eb2480     postgres!ExecProcNode(
core
00000034`ecdffb78 00007ffb`4a2bd71e     ntdll!NtWaitForSingleObject+0x14
00000034`ecdffb80 00007ff6`2908174c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000034`ecdffc20 00007ffb`4bdd4cb0     postgres!pg_timer_thread(
00000034`ecdffc60 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
00000034`ecdffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000034`ec9ffcf8 00007ffb`4a3045ca     ntdll!NtFsControlFile+0x14
00000034`ec9ffd00 00007ff6`2907fcab     KERNELBASE!ConnectNamedPipe+0x6a
00000034`ec9ffd70 00007ffb`4bdd4cb0     postgres!pg_signal_thread(
00000034`ec9ffe70 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
00000034`ec9ffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000034`ec5ff7f8 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000034`ec5ff800 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
00000034`ec5ffaf0 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
00000034`ec5ffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008e`8dfff6a8 00007ffb`4a3045ca     ntdll!NtFsControlFile+0x14
0000008e`8dfff6b0 00007ff6`2907fcab     KERNELBASE!ConnectNamedPipe+0x6a
0000008e`8dfff720 00007ffb`4bdd4cb0     postgres!pg_signal_thread(
0000008e`8dfff820 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
0000008e`8dfff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008e`8e7ffb48 00007ffb`4a2bd71e     ntdll!NtWaitForSingleObject+0x14
0000008e`8e7ffb50 00007ff6`2908174c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000008e`8e7ffbf0 00007ffb`4bdd4cb0     postgres!pg_timer_thread(
0000008e`8e7ffc30 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
0000008e`8e7ffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008e`8e3ff728 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008e`8e3ff730 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
0000008e`8e3ffa20 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
0000008e`8e3ffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008e`8dbffb08 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008e`8dbffb10 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
0000008e`8dbffe00 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
0000008e`8dbffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008e`8d7fef20 00007ff6`28e9b91b     postgres!ExecInterpExpr(
0000008e`8d7ff1e0 00007ff6`28ea964a     postgres!ExecInterpExprStillValid(
0000008e`8d7ff210 00007ff6`28ea9906     postgres!ExecEvalExpr(
0000008e`8d7ff240 00007ff6`28ea939c     postgres!TupleHashTableHash_internal(
0000008e`8d7ff290 00007ff6`28f0b1f0     postgres!LookupTupleHashEntry(
0000008e`8d7ff2e0 00007ff6`28f0b921     postgres!setop_fill_hash_table(
0000008e`8d7ff350 00007ff6`28ebb5ab     postgres!ExecSetOp(
0000008e`8d7ff3a0 00007ff6`28eb138c     postgres!ExecProcNodeFirst(
0000008e`8d7ff3d0 00007ff6`28eb2480     postgres!ExecProcNode(
0000008e`8d7ff400 00007ff6`28ead797     postgres!ExecutePlan(
core
000000e2`3abff0e0 00007ff6`28e9b91b     postgres!ExecInterpExpr(
000000e2`3abff3a0 00007ff6`28ea964a     postgres!ExecInterpExprStillValid(
000000e2`3abff3d0 00007ff6`28ea9906     postgres!ExecEvalExpr(
000000e2`3abff400 00007ff6`28ea939c     postgres!TupleHashTableHash_internal(
000000e2`3abff450 00007ff6`28ed2eca     postgres!LookupTupleHashEntry(
000000e2`3abff4a0 00007ff6`28ed390b     postgres!lookup_hash_entries(
000000e2`3abff540 00007ff6`28ed6866     postgres!agg_fill_hash_table(
000000e2`3abff580 00007ff6`28ebb5ab     postgres!ExecAgg(
000000e2`3abff5d0 00007ff6`28eb138c     postgres!ExecProcNodeFirst(
000000e2`3abff600 00007ff6`28eb2480     postgres!ExecProcNode(
core
000000e2`3bbffc08 00007ffb`4a2bd71e     ntdll!NtWaitForSingleObject+0x14
000000e2`3bbffc10 00007ff6`2908174c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000e2`3bbffcb0 00007ffb`4bdd4cb0     postgres!pg_timer_thread(
000000e2`3bbffcf0 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e2`3bbffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e2`3b7ff748 00007ffb`4a3045ca     ntdll!NtFsControlFile+0x14
000000e2`3b7ff750 00007ff6`2907fcab     KERNELBASE!ConnectNamedPipe+0x6a
000000e2`3b7ff7c0 00007ffb`4bdd4cb0     postgres!pg_signal_thread(
000000e2`3b7ff8c0 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e2`3b7ff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e2`3b3ffc28 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e2`3b3ffc30 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
000000e2`3b3fff20 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e2`3b3fff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e2`3afff798 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e2`3afff7a0 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
000000e2`3afffa90 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e2`3afffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ce`713ff548 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ce`713ff550 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
000000ce`713ff840 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ce`713ff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ce`70fff948 00007ffb`4a3045ca     ntdll!NtFsControlFile+0x14
000000ce`70fff950 00007ff6`2907fcab     KERNELBASE!ConnectNamedPipe+0x6a
000000ce`70fff9c0 00007ffb`4bdd4cb0     postgres!pg_signal_thread(
000000ce`70fffac0 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ce`70fffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ce`70bff8e8 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ce`70bff8f0 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
000000ce`70bffbe0 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ce`70bffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ce`707ff0b0 00007ff6`293c69f8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ce`707ff0f0 00007ff6`28d57185     postgres!ExceptionalCondition(
000000ce`707ff130 00007ff6`28d47df7     postgres!index_drop(
000000ce`707ff210 00007ff6`28d478ed     postgres!doDeletion(
000000ce`707ff260 00007ff6`28d4ada1     postgres!deleteOneObject(
000000ce`707ff3b0 00007ff6`28d45bec     postgres!deleteObjectsInList(
000000ce`707ff410 00007ff6`29085057     postgres!performDeletion(
000000ce`707ff470 00007ff6`2908323c     postgres!do_autovacuum(void)+0x967 [c:\cirrus\src\backend\postmaster\autovacuum....
000000ce`707ff7f0 00007ff6`2908b857     postgres!AutoVacWorkerMain(
000000ce`707ff9a0 00007ff6`28f4adb4     postgres!SubPostmasterMain(
core
00000095`e61ff9e8 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000095`e61ff9f0 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
00000095`e61ffce0 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
00000095`e61ffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000095`e59ff648 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000095`e59ff650 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
00000095`e59ff940 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
00000095`e59ff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000095`e5dff818 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000095`e5dff820 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
00000095`e5dffb10 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
00000095`e5dffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000095`e55fee80 00007ff6`28e9b91b     postgres!ExecInterpExpr(
00000095`e55ff140 00007ff6`28ea964a     postgres!ExecInterpExprStillValid(
00000095`e55ff170 00007ff6`28ea9906     postgres!ExecEvalExpr(
00000095`e55ff1a0 00007ff6`28ea939c     postgres!TupleHashTableHash_internal(
00000095`e55ff1f0 00007ff6`28f0873f     postgres!LookupTupleHashEntry(
00000095`e55ff240 00007ff6`28ebb5ab     postgres!ExecRecursiveUnion(
00000095`e55ff2b0 00007ff6`28edb9bc     postgres!ExecProcNodeFirst(
00000095`e55ff2e0 00007ff6`28edbf79     postgres!ExecProcNode(
00000095`e55ff310 00007ff6`28ec0195     postgres!CteScanNext(
00000095`e55ff380 00007ff6`28ebfb8c     postgres!ExecScanFetch(
core
00000095`e69ffd28 00007ffb`4a2bd71e     ntdll!NtWaitForSingleObject+0x14
00000095`e69ffd30 00007ff6`2908174c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000095`e69ffdd0 00007ffb`4bdd4cb0     postgres!pg_timer_thread(
00000095`e69ffe10 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
00000095`e69ffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000095`e65ff738 00007ffb`4a3045ca     ntdll!NtFsControlFile+0x14
00000095`e65ff740 00007ff6`2907fcab     KERNELBASE!ConnectNamedPipe+0x6a
00000095`e65ff7b0 00007ffb`4bdd4cb0     postgres!pg_signal_thread(
00000095`e65ff8b0 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
00000095`e65ff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fa`b8dffd08 00007ffb`4a2bd71e     ntdll!NtWaitForSingleObject+0x14
000000fa`b8dffd10 00007ff6`2908174c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000fa`b8dffdb0 00007ffb`4bdd4cb0     postgres!pg_timer_thread(
000000fa`b8dffdf0 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
000000fa`b8dffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fa`b81febf0 00007ff6`28e9b91b     postgres!ExecInterpExpr(
000000fa`b81feeb0 00007ff6`28ea964a     postgres!ExecInterpExprStillValid(
000000fa`b81feee0 00007ff6`28ea9906     postgres!ExecEvalExpr(
000000fa`b81fef10 00007ff6`28ea939c     postgres!TupleHashTableHash_internal(
000000fa`b81fef60 00007ff6`28ed2eca     postgres!LookupTupleHashEntry(
000000fa`b81fefb0 00007ff6`28ed390b     postgres!lookup_hash_entries(
000000fa`b81ff050 00007ff6`28ed6866     postgres!agg_fill_hash_table(
000000fa`b81ff090 00007ff6`28ebb5ab     postgres!ExecAgg(
000000fa`b81ff0e0 00007ff6`28f0ba9c     postgres!ExecProcNodeFirst(
000000fa`b81ff110 00007ff6`28f0c371     postgres!ExecProcNode(
core
000000fa`b85ff748 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fa`b85ff750 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
000000fa`b85ffa40 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
000000fa`b85ffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fa`b89ff8e8 00007ffb`4a3045ca     ntdll!NtFsControlFile+0x14
000000fa`b89ff8f0 00007ff6`2907fcab     KERNELBASE!ConnectNamedPipe+0x6a
000000fa`b89ff960 00007ffb`4bdd4cb0     postgres!pg_signal_thread(
000000fa`b89ffa60 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
000000fa`b89ffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fa`b91ff838 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fa`b91ff840 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
000000fa`b91ffb30 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
000000fa`b91ffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e2`8a5feb40 00007ff6`28e9b91b     postgres!ExecInterpExpr(
000000e2`8a5fee00 00007ff6`28ea964a     postgres!ExecInterpExprStillValid(
000000e2`8a5fee30 00007ff6`28ea9906     postgres!ExecEvalExpr(
000000e2`8a5fee60 00007ff6`28ea939c     postgres!TupleHashTableHash_internal(
000000e2`8a5feeb0 00007ff6`28ed2eca     postgres!LookupTupleHashEntry(
000000e2`8a5fef00 00007ff6`28ed390b     postgres!lookup_hash_entries(
000000e2`8a5fefa0 00007ff6`28ed6866     postgres!agg_fill_hash_table(
000000e2`8a5fefe0 00007ff6`28ebb5ab     postgres!ExecAgg(
000000e2`8a5ff030 00007ff6`28eb138c     postgres!ExecProcNodeFirst(
000000e2`8a5ff060 00007ff6`28eb2480     postgres!ExecProcNode(
core
000000e2`8b9ffa88 00007ffb`4a2bd71e     ntdll!NtWaitForSingleObject+0x14
000000e2`8b9ffa90 00007ff6`2908174c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000e2`8b9ffb30 00007ffb`4bdd4cb0     postgres!pg_timer_thread(
000000e2`8b9ffb70 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e2`8b9ffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e2`8b5ff888 00007ffb`4a3045ca     ntdll!NtFsControlFile+0x14
000000e2`8b5ff890 00007ff6`2907fcab     KERNELBASE!ConnectNamedPipe+0x6a
000000e2`8b5ff900 00007ffb`4bdd4cb0     postgres!pg_signal_thread(
000000e2`8b5ffa00 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e2`8b5ffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e2`8b1ffba8 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e2`8b1ffbb0 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
000000e2`8b1ffea0 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e2`8b1ffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e2`8a9ff4f8 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e2`8a9ff500 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
000000e2`8a9ff7f0 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e2`8a9ff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e2`8adffac8 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e2`8adffad0 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
000000e2`8adffdc0 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e2`8adffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c7`481ff718 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c7`481ff720 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
000000c7`481ffa10 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c7`481ffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c7`485ff748 00007ffb`4a3045ca     ntdll!NtFsControlFile+0x14
000000c7`485ff750 00007ff6`2907fcab     KERNELBASE!ConnectNamedPipe+0x6a
000000c7`485ff7c0 00007ffb`4bdd4cb0     postgres!pg_signal_thread(
000000c7`485ff8c0 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c7`485ff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c7`489ffa38 00007ffb`4a2bd71e     ntdll!NtWaitForSingleObject+0x14
000000c7`489ffa40 00007ff6`2908174c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000c7`489ffae0 00007ffb`4bdd4cb0     postgres!pg_timer_thread(
000000c7`489ffb20 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c7`489ffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c7`479fedf0 00007ff6`28e9b91b     postgres!ExecInterpExpr(
000000c7`479ff0b0 00007ff6`28ea964a     postgres!ExecInterpExprStillValid(
000000c7`479ff0e0 00007ff6`28ea9906     postgres!ExecEvalExpr(
000000c7`479ff110 00007ff6`28ea939c     postgres!TupleHashTableHash_internal(
000000c7`479ff160 00007ff6`28ed2eca     postgres!LookupTupleHashEntry(
000000c7`479ff1b0 00007ff6`28ed390b     postgres!lookup_hash_entries(
000000c7`479ff250 00007ff6`28ed6866     postgres!agg_fill_hash_table(
000000c7`479ff290 00007ff6`28ebb5ab     postgres!ExecAgg(
000000c7`479ff2e0 00007ff6`28f0ba9c     postgres!ExecProcNodeFirst(
000000c7`479ff310 00007ff6`28f0c371     postgres!ExecProcNode(
core
000000c7`47dff8e8 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c7`47dff8f0 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
000000c7`47dffbe0 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c7`47dffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000097`6a7ffd68 00007ffb`4a3045ca     ntdll!NtFsControlFile+0x14
00000097`6a7ffd70 00007ff6`2907fcab     KERNELBASE!ConnectNamedPipe+0x6a
00000097`6a7ffde0 00007ffb`4bdd4cb0     postgres!pg_signal_thread(
00000097`6a7ffee0 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
00000097`6a7fff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000097`6a3ff5c8 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000097`6a3ff5d0 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
00000097`6a3ff8c0 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
00000097`6a3ff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000097`69ffea20 00007ff6`28e9b91b     postgres!ExecInterpExpr(
00000097`69ffece0 00007ff6`28ea964a     postgres!ExecInterpExprStillValid(
00000097`69ffed10 00007ff6`28ea9906     postgres!ExecEvalExpr(
00000097`69ffed40 00007ff6`28ea939c     postgres!TupleHashTableHash_internal(
00000097`69ffed90 00007ff6`28f0b1f0     postgres!LookupTupleHashEntry(
00000097`69ffede0 00007ff6`28f0b921     postgres!setop_fill_hash_table(
00000097`69ffee50 00007ff6`28ebb5ab     postgres!ExecSetOp(
00000097`69ffeea0 00007ff6`28eb138c     postgres!ExecProcNodeFirst(
00000097`69ffeed0 00007ff6`28eb2480     postgres!ExecProcNode(
00000097`69ffef00 00007ff6`28ead797     postgres!ExecutePlan(
core
00000097`6afff658 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000097`6afff660 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
00000097`6afff950 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
00000097`6afff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000097`6abffc98 00007ffb`4a2bd71e     ntdll!NtWaitForSingleObject+0x14
00000097`6abffca0 00007ff6`2908174c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000097`6abffd40 00007ffb`4bdd4cb0     postgres!pg_timer_thread(
00000097`6abffd80 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
00000097`6abffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007a`667fe970 00007ff6`28e9b91b     postgres!ExecInterpExpr(
0000007a`667fec30 00007ff6`28ea964a     postgres!ExecInterpExprStillValid(
0000007a`667fec60 00007ff6`28ea9906     postgres!ExecEvalExpr(
0000007a`667fec90 00007ff6`28ea939c     postgres!TupleHashTableHash_internal(
0000007a`667fece0 00007ff6`28ed2eca     postgres!LookupTupleHashEntry(
0000007a`667fed30 00007ff6`28ed390b     postgres!lookup_hash_entries(
0000007a`667fedd0 00007ff6`28ed6866     postgres!agg_fill_hash_table(
0000007a`667fee10 00007ff6`28ebb5ab     postgres!ExecAgg(
0000007a`667fee60 00007ff6`28f0ba9c     postgres!ExecProcNodeFirst(
0000007a`667fee90 00007ff6`28f0c371     postgres!ExecProcNode(
core
0000007a`66bff898 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007a`66bff8a0 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
0000007a`66bffb90 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
0000007a`66bffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007a`66fffda8 00007ffb`4a3045ca     ntdll!NtFsControlFile+0x14
0000007a`66fffdb0 00007ff6`2907fcab     KERNELBASE!ConnectNamedPipe+0x6a
0000007a`66fffe20 00007ffb`4bdd4cb0     postgres!pg_signal_thread(
0000007a`66ffff20 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
0000007a`66ffff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007a`673ff788 00007ffb`4a2bd71e     ntdll!NtWaitForSingleObject+0x14
0000007a`673ff790 00007ff6`2908174c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000007a`673ff830 00007ffb`4bdd4cb0     postgres!pg_timer_thread(
0000007a`673ff870 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
0000007a`673ff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007a`677ff4a8 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007a`677ff4b0 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
0000007a`677ff7a0 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
0000007a`677ff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004f`e17ff888 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004f`e17ff890 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
0000004f`e17ffb80 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
0000004f`e17ffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004f`e13ff040 00007ff6`28e9b91b     postgres!ExecInterpExpr(
0000004f`e13ff300 00007ff6`28ea964a     postgres!ExecInterpExprStillValid(
0000004f`e13ff330 00007ff6`28ea9906     postgres!ExecEvalExpr(
0000004f`e13ff360 00007ff6`28ea939c     postgres!TupleHashTableHash_internal(
0000004f`e13ff3b0 00007ff6`28f0b1f0     postgres!LookupTupleHashEntry(
0000004f`e13ff400 00007ff6`28f0b921     postgres!setop_fill_hash_table(
0000004f`e13ff470 00007ff6`28ebb5ab     postgres!ExecSetOp(
0000004f`e13ff4c0 00007ff6`28eb138c     postgres!ExecProcNodeFirst(
0000004f`e13ff4f0 00007ff6`28eb2480     postgres!ExecProcNode(
0000004f`e13ff520 00007ff6`28ead797     postgres!ExecutePlan(
core
0000004f`e1bff998 00007ffb`4a3045ca     ntdll!NtFsControlFile+0x14
0000004f`e1bff9a0 00007ff6`2907fcab     KERNELBASE!ConnectNamedPipe+0x6a
0000004f`e1bffa10 00007ffb`4bdd4cb0     postgres!pg_signal_thread(
0000004f`e1bffb10 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
0000004f`e1bffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004f`e1fffcc8 00007ffb`4a2bd71e     ntdll!NtWaitForSingleObject+0x14
0000004f`e1fffcd0 00007ff6`2908174c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000004f`e1fffd70 00007ffb`4bdd4cb0     postgres!pg_timer_thread(
0000004f`e1fffdb0 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
0000004f`e1fffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004f`e23ff4b8 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004f`e23ff4c0 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
0000004f`e23ff7b0 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
0000004f`e23ff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000026`99dfec90 00007ff6`28e9b91b     postgres!ExecInterpExpr(
00000026`99dfef50 00007ff6`28ea964a     postgres!ExecInterpExprStillValid(
00000026`99dfef80 00007ff6`28ea9906     postgres!ExecEvalExpr(
00000026`99dfefb0 00007ff6`28ea939c     postgres!TupleHashTableHash_internal(
00000026`99dff000 00007ff6`28ed2eca     postgres!LookupTupleHashEntry(
00000026`99dff050 00007ff6`28ed390b     postgres!lookup_hash_entries(
00000026`99dff0f0 00007ff6`28ed6866     postgres!agg_fill_hash_table(
00000026`99dff130 00007ff6`28ebb5ab     postgres!ExecAgg(
00000026`99dff180 00007ff6`28f0ba9c     postgres!ExecProcNodeFirst(
00000026`99dff1b0 00007ff6`28f0c371     postgres!ExecProcNode(
core
00000026`9a1ff778 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000026`9a1ff780 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
00000026`9a1ffa70 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
00000026`9a1ffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000026`9a5ff858 00007ffb`4a3045ca     ntdll!NtFsControlFile+0x14
00000026`9a5ff860 00007ff6`2907fcab     KERNELBASE!ConnectNamedPipe+0x6a
00000026`9a5ff8d0 00007ffb`4bdd4cb0     postgres!pg_signal_thread(
00000026`9a5ff9d0 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
00000026`9a5ffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000026`9a9ff608 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000026`9a9ff610 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
00000026`9a9ff900 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
00000026`9a9ff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000026`9adffbb8 00007ffb`4a2bd71e     ntdll!NtWaitForSingleObject+0x14
00000026`9adffbc0 00007ff6`2908174c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000026`9adffc60 00007ffb`4bdd4cb0     postgres!pg_timer_thread(
00000026`9adffca0 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
00000026`9adffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001b`829fefe0 00007ff6`293c69f8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000001b`829ff020 00007ff6`28d57185     postgres!ExceptionalCondition(
0000001b`829ff060 00007ff6`28d47df7     postgres!index_drop(
0000001b`829ff140 00007ff6`28d478ed     postgres!doDeletion(
0000001b`829ff190 00007ff6`28d4ada1     postgres!deleteOneObject(
0000001b`829ff2e0 00007ff6`28d45bec     postgres!deleteObjectsInList(
0000001b`829ff340 00007ff6`29085057     postgres!performDeletion(
0000001b`829ff3a0 00007ff6`2908323c     postgres!do_autovacuum(void)+0x967 [c:\cirrus\src\backend\postmaster\autovacuum....
0000001b`829ff720 00007ff6`2908b857     postgres!AutoVacWorkerMain(
0000001b`829ff8d0 00007ff6`28f4adb4     postgres!SubPostmasterMain(
core
0000001b`835ff718 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001b`835ff720 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
0000001b`835ffa10 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
0000001b`835ffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001b`831ffac8 00007ffb`4a3045ca     ntdll!NtFsControlFile+0x14
0000001b`831ffad0 00007ff6`2907fcab     KERNELBASE!ConnectNamedPipe+0x6a
0000001b`831ffb40 00007ffb`4bdd4cb0     postgres!pg_signal_thread(
0000001b`831ffc40 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
0000001b`831ffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001b`82dffbb8 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001b`82dffbc0 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
0000001b`82dffeb0 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
0000001b`82dffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000072`49dff728 00007ffb`4a3045ca     ntdll!NtFsControlFile+0x14
00000072`49dff730 00007ff6`2907fcab     KERNELBASE!ConnectNamedPipe+0x6a
00000072`49dff7a0 00007ffb`4bdd4cb0     postgres!pg_signal_thread(
00000072`49dff8a0 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
00000072`49dff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000072`499ff4f8 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000072`499ff500 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
00000072`499ff7f0 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
00000072`499ff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000072`495ff9b8 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000072`495ff9c0 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
00000072`495ffcb0 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
00000072`495ffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000072`491fef60 00007ff6`28e9b91b     postgres!ExecInterpExpr(
00000072`491ff220 00007ff6`28ea964a     postgres!ExecInterpExprStillValid(
00000072`491ff250 00007ff6`28ea9906     postgres!ExecEvalExpr(
00000072`491ff280 00007ff6`28ea939c     postgres!TupleHashTableHash_internal(
00000072`491ff2d0 00007ff6`28ed2eca     postgres!LookupTupleHashEntry(
00000072`491ff320 00007ff6`28ed390b     postgres!lookup_hash_entries(
00000072`491ff3c0 00007ff6`28ed6866     postgres!agg_fill_hash_table(
00000072`491ff400 00007ff6`28ebb5ab     postgres!ExecAgg(
00000072`491ff450 00007ff6`28eb138c     postgres!ExecProcNodeFirst(
00000072`491ff480 00007ff6`28eb2480     postgres!ExecProcNode(
core
00000072`4a1ffd68 00007ffb`4a2bd71e     ntdll!NtWaitForSingleObject+0x14
00000072`4a1ffd70 00007ff6`2908174c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000072`4a1ffe10 00007ffb`4bdd4cb0     postgres!pg_timer_thread(
00000072`4a1ffe50 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
00000072`4a1ffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000027`617ffc78 00007ffb`4a3045ca     ntdll!NtFsControlFile+0x14
00000027`617ffc80 00007ff6`2907fcab     KERNELBASE!ConnectNamedPipe+0x6a
00000027`617ffcf0 00007ffb`4bdd4cb0     postgres!pg_signal_thread(
00000027`617ffdf0 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
00000027`617ffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000027`613ffb08 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000027`613ffb10 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
00000027`613ffe00 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
00000027`613ffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000027`60fffba8 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000027`60fffbb0 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
00000027`60fffea0 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
00000027`60fffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000027`60bfeb10 00007ff6`28e9b91b     postgres!ExecInterpExpr(
00000027`60bfedd0 00007ff6`28ea964a     postgres!ExecInterpExprStillValid(
00000027`60bfee00 00007ff6`28ea9906     postgres!ExecEvalExpr(
00000027`60bfee30 00007ff6`28ea939c     postgres!TupleHashTableHash_internal(
00000027`60bfee80 00007ff6`28ed2eca     postgres!LookupTupleHashEntry(
00000027`60bfeed0 00007ff6`28ed390b     postgres!lookup_hash_entries(
00000027`60bfef70 00007ff6`28ed6866     postgres!agg_fill_hash_table(
00000027`60bfefb0 00007ff6`28ebb5ab     postgres!ExecAgg(
00000027`60bff000 00007ff6`28ee1bfc     postgres!ExecProcNodeFirst(
00000027`60bff030 00007ff6`28ee6e73     postgres!ExecProcNode(
core
00000027`61bffd38 00007ffb`4a2bd71e     ntdll!NtWaitForSingleObject+0x14
00000027`61bffd40 00007ff6`2908174c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000027`61bffde0 00007ffb`4bdd4cb0     postgres!pg_timer_thread(
00000027`61bffe20 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
00000027`61bffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006f`019ffe18 00007ffb`4a2bd71e     ntdll!NtWaitForSingleObject+0x14
0000006f`019ffe20 00007ff6`2908174c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000006f`019ffec0 00007ffb`4bdd4cb0     postgres!pg_timer_thread(
0000006f`019fff00 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
0000006f`019fff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006f`011ff8b8 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006f`011ff8c0 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
0000006f`011ffbb0 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
0000006f`011ffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006f`00dff648 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006f`00dff650 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
0000006f`00dff940 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
0000006f`00dff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006f`009fefb0 00007ff6`28e9b91b     postgres!ExecInterpExpr(
0000006f`009ff270 00007ff6`28ea964a     postgres!ExecInterpExprStillValid(
0000006f`009ff2a0 00007ff6`28ea9906     postgres!ExecEvalExpr(
0000006f`009ff2d0 00007ff6`28ea939c     postgres!TupleHashTableHash_internal(
0000006f`009ff320 00007ff6`28ed2eca     postgres!LookupTupleHashEntry(
0000006f`009ff370 00007ff6`28ed390b     postgres!lookup_hash_entries(
0000006f`009ff410 00007ff6`28ed6866     postgres!agg_fill_hash_table(
0000006f`009ff450 00007ff6`28ebb5ab     postgres!ExecAgg(
0000006f`009ff4a0 00007ff6`28eb138c     postgres!ExecProcNodeFirst(
0000006f`009ff4d0 00007ff6`28eb2480     postgres!ExecProcNode(
core
0000006f`015ffb58 00007ffb`4a3045ca     ntdll!NtFsControlFile+0x14
0000006f`015ffb60 00007ff6`2907fcab     KERNELBASE!ConnectNamedPipe+0x6a
0000006f`015ffbd0 00007ffb`4bdd4cb0     postgres!pg_signal_thread(
0000006f`015ffcd0 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
0000006f`015ffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002e`f43ff608 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002e`f43ff610 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
0000002e`f43ff900 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
0000002e`f43ff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002e`f3bff7d8 00007ffb`4a3045ca     ntdll!NtFsControlFile+0x14
0000002e`f3bff7e0 00007ff6`2907fcab     KERNELBASE!ConnectNamedPipe+0x6a
0000002e`f3bff850 00007ffb`4bdd4cb0     postgres!pg_signal_thread(
0000002e`f3bff950 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
0000002e`f3bff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002e`f37ff448 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002e`f37ff450 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
0000002e`f37ff740 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
0000002e`f37ff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002e`f33fea70 00007ff6`28e9b91b     postgres!ExecInterpExpr(
0000002e`f33fed30 00007ff6`28ea964a     postgres!ExecInterpExprStillValid(
0000002e`f33fed60 00007ff6`28ea9906     postgres!ExecEvalExpr(
0000002e`f33fed90 00007ff6`28ea939c     postgres!TupleHashTableHash_internal(
0000002e`f33fede0 00007ff6`28ed2eca     postgres!LookupTupleHashEntry(
0000002e`f33fee30 00007ff6`28ed390b     postgres!lookup_hash_entries(
0000002e`f33feed0 00007ff6`28ed6866     postgres!agg_fill_hash_table(
0000002e`f33fef10 00007ff6`28ebb5ab     postgres!ExecAgg(
0000002e`f33fef60 00007ff6`28f0ba9c     postgres!ExecProcNodeFirst(
0000002e`f33fef90 00007ff6`28f0c371     postgres!ExecProcNode(
core
0000002e`f3fff9e8 00007ffb`4a2bd71e     ntdll!NtWaitForSingleObject+0x14
0000002e`f3fff9f0 00007ff6`2908174c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000002e`f3fffa90 00007ffb`4bdd4cb0     postgres!pg_timer_thread(
0000002e`f3fffad0 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
0000002e`f3fffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009d`9d1ff618 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009d`9d1ff620 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
0000009d`9d1ff910 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
0000009d`9d1ff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009d`9cdff0d0 00007ff6`28e9b91b     postgres!ExecInterpExpr(
0000009d`9cdff390 00007ff6`28ea964a     postgres!ExecInterpExprStillValid(
0000009d`9cdff3c0 00007ff6`28ea9906     postgres!ExecEvalExpr(
0000009d`9cdff3f0 00007ff6`28ea939c     postgres!TupleHashTableHash_internal(
0000009d`9cdff440 00007ff6`28ed2eca     postgres!LookupTupleHashEntry(
0000009d`9cdff490 00007ff6`28ed390b     postgres!lookup_hash_entries(
0000009d`9cdff530 00007ff6`28ed6866     postgres!agg_fill_hash_table(
0000009d`9cdff570 00007ff6`28ebb5ab     postgres!ExecAgg(
0000009d`9cdff5c0 00007ff6`28eb138c     postgres!ExecProcNodeFirst(
0000009d`9cdff5f0 00007ff6`28eb2480     postgres!ExecProcNode(
core
0000009d`9d5ff948 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009d`9d5ff950 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
0000009d`9d5ffc40 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
0000009d`9d5ffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009d`9d9ffc28 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009d`9d9ffc30 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
0000009d`9d9fff20 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
0000009d`9d9fff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009d`9ddff6b8 00007ffb`4a3045ca     ntdll!NtFsControlFile+0x14
0000009d`9ddff6c0 00007ff6`2907fcab     KERNELBASE!ConnectNamedPipe+0x6a
0000009d`9ddff730 00007ffb`4bdd4cb0     postgres!pg_signal_thread(
0000009d`9ddff830 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
0000009d`9ddff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009d`9e1ffca8 00007ffb`4a2bd71e     ntdll!NtWaitForSingleObject+0x14
0000009d`9e1ffcb0 00007ff6`2908174c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000009d`9e1ffd50 00007ffb`4bdd4cb0     postgres!pg_timer_thread(
0000009d`9e1ffd90 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
0000009d`9e1ffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009f`11dff0f0 00007ff6`28e9b91b     postgres!ExecInterpExpr(
0000009f`11dff3b0 00007ff6`28ea964a     postgres!ExecInterpExprStillValid(
0000009f`11dff3e0 00007ff6`28ea9906     postgres!ExecEvalExpr(
0000009f`11dff410 00007ff6`28ea939c     postgres!TupleHashTableHash_internal(
0000009f`11dff460 00007ff6`28ed2eca     postgres!LookupTupleHashEntry(
0000009f`11dff4b0 00007ff6`28ed390b     postgres!lookup_hash_entries(
0000009f`11dff550 00007ff6`28ed6866     postgres!agg_fill_hash_table(
0000009f`11dff590 00007ff6`28ebb5ab     postgres!ExecAgg(
0000009f`11dff5e0 00007ff6`28eb138c     postgres!ExecProcNodeFirst(
0000009f`11dff610 00007ff6`28eb2480     postgres!ExecProcNode(
core
0000009f`121ff468 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009f`121ff470 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
0000009f`121ff760 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
0000009f`121ff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009f`125ff918 00007ffb`4c88b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009f`125ff920 00007ffb`4bdd4cb0     ntdll!TppWorkerThread+0x2df
0000009f`125ffc10 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
0000009f`125ffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009f`129ffc68 00007ffb`4a3045ca     ntdll!NtFsControlFile+0x14
0000009f`129ffc70 00007ff6`2907fcab     KERNELBASE!ConnectNamedPipe+0x6a
0000009f`129ffce0 00007ffb`4bdd4cb0     postgres!pg_signal_thread(
0000009f`129ffde0 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
0000009f`129ffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009f`12dff808 00007ffb`4a2bd71e     ntdll!NtWaitForSingleObject+0x14
0000009f`12dff810 00007ff6`2908174c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000009f`12dff8b0 00007ffb`4bdd4cb0     postgres!pg_timer_thread(
0000009f`12dff8f0 00007ffb`4c8fecdb     KERNEL32!BaseThreadInitThunk+0x10
0000009f`12dff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/isolation/expected/matview-write-skew.out C:/cirrus/build/testrun/isolat...
--- C:/cirrus/src/test/isolation/expected/matview-write-skew.out	2024-10-23 10:07:06.455738900 +0000
+++ C:/cirrus/build/testrun/isolation/isolation/results/matview-write-skew.out	2024-10-23 10:11:19.954220800 +0000
@@ -1,121 +1,6 @@
 Parsed test spec with 2 sessions
 
 starting permutation: s1_begin s2_begin s1_refresh s2_read s2_insert s1_commit s2_commit
-step s1_begin: BEGIN ISOLATION LEVEL SERIALIZABLE;
-step s2_begin: BEGIN ISOLATION LEVEL SERIALIZABLE;
-step s1_refresh: REFRESH MATERIALIZED VIEW CONCURRENTLY order_summary;
-step s2_read: SELECT max(date) FROM order_summary;
-       max
-----------
-04-01-2022
-(1 row)
-
-step s2_insert: INSERT INTO orders VALUES ('2022-04-02', 'orange', 15);
-step s1_commit: COMMIT;
-step s2_commit: COMMIT;
-ERROR:  could not serialize access due to read/write dependencies among transactions
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/contrib/pageinspect/expected/brin.out C:/cirrus/build/testrun/pageinspect/regress...
--- C:/cirrus/contrib/pageinspect/expected/brin.out	2024-10-23 10:07:02.147631300 +0000
+++ C:/cirrus/build/testrun/pageinspect/regress/results/brin.out	2024-10-23 10:12:37.694447800 +0000
@@ -161,50 +161,7 @@
 SELECT * FROM brin_page_items(get_raw_page('brin_test_parallel_idx', 2), 'brin_test_parallel_idx')
 EXCEPT
 SELECT * FROM brin_page_items(get_raw_page('brin_test_serial_idx', 2), 'brin_test_serial_idx');
- itemoffset | blknum | attnum | allnulls | hasnulls | placeholder | empty | value 
-------------+--------+--------+----------+----------+-------------+-------+-------
-(0 rows)
-
-SELECT * FROM brin_page_items(get_raw_page('brin_test_serial_idx', 2), 'brin_test_serial_idx')
-EXCEPT
-SELECT * FROM brin_page_items(get_raw_page('brin_test_parallel_idx', 2), 'brin_test_parallel_idx');
- itemoffset | blknum | attnum | allnulls | hasnulls | placeholder | empty | value 
-------------+--------+--------+----------+----------+-------------+-------+-------
-(0 rows)
-
-DROP INDEX brin_test_parallel_idx;
--- force parallel build, but don't allow starting parallel workers to force
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/contrib/pg_stat_statements/expected/select.out C:/cirrus/build/testrun/pg_stat_st...
--- C:/cirrus/contrib/pg_stat_statements/expected/select.out	2024-10-23 10:07:02.238469900 +0000
+++ C:/cirrus/build/testrun/pg_stat_statements/regress/results/select.out	2024-10-23 10:12:40.574835800 +0000
@@ -320,96 +320,7 @@
 FROM (VALUES (1, 2, 3), (4, NULL, 6), (7, 8, 9)) AS t (a, b, c)
 GROUP BY ROLLUP(a, b), rollup(a, c)
 ORDER BY a, b, c;
- a | b | c 
----+---+---
- 1 | 2 | 3
- 1 | 2 |  
- 1 | 2 |  
- 1 |   | 3
- 1 |   | 3
- 1 |   |  
- 1 |   |  
- 1 |   |  
- 4 |   | 6
- 4 |   | 6
- 4 |   | 6
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/contrib/pg_trgm/expected/pg_trgm.out C:/cirrus/build/testrun/pg_trgm/regress/resu...
--- C:/cirrus/contrib/pg_trgm/expected/pg_trgm.out	2024-10-23 10:07:02.278044200 +0000
+++ C:/cirrus/build/testrun/pg_trgm/regress/results/pg_trgm.out	2024-10-23 10:12:45.884885600 +0000
@@ -5384,21 +5384,7 @@
 
 SELECT DISTINCT city, similarity(city, 'Warsaw'), show_limit()
   FROM restaurants WHERE city % 'Warsaw';
-  city  | similarity | show_limit 
---------+------------+------------
- Warsaw |          1 |        0.3
-(1 row)
-
-SELECT set_limit(0.5);
- set_limit 
------------
-       0.5
-(1 row)
-
-SELECT DISTINCT city, similarity(city, 'Warsaw'), show_limit()
-  FROM restaurants WHERE city % 'Warsaw';
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/type_sanity.out C:/cirrus/build/testrun/pg_upgrade/002_...
--- C:/cirrus/src/test/regress/expected/type_sanity.out	2024-10-23 10:07:07.213591500 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/type_sanity.out	2024-10-23 10:09:31.537269000 +0000
@@ -172,573 +172,7 @@
 FROM pg_type AS t1
 WHERE t1.typtype not in ('b', 'p')
 ORDER BY 1;
- typtype |   typinput    
----------+---------------
- c       | record_in
- d       | domain_in
- e       | enum_in
- m       | multirange_in
- r       | range_in
-(5 rows)
-
--- Check for bogus typoutput routines
--- As of 8.0, this check finds refcursor, which is borrowing
--- other types' I/O routines
-SELECT t1.oid, t1.typname, p1.oid, p1.proname
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/contrib/postgres_fdw/expected/postgres_fdw.out C:/cirrus/build/testrun/postgres_f...
--- C:/cirrus/contrib/postgres_fdw/expected/postgres_fdw.out	2024-10-23 10:07:02.409391300 +0000
+++ C:/cirrus/build/testrun/postgres_fdw/regress/results/postgres_fdw.out	2024-10-23 10:12:50.598254000 +0000
@@ -2329,10019 +2329,7 @@
 (20 rows)
 
 SELECT t1c1, avg(t1c1 + t2c1) FROM (SELECT t1.c1, t2.c1 FROM ft1 t1 JOIN ft2 t2 ON (t1.c1 = t2.c1) UNION SELECT t1.c1, ...
- t1c1 |         avg          
-------+----------------------
-  101 | 202.0000000000000000
-  102 | 204.0000000000000000
-  103 | 206.0000000000000000
-  104 | 208.0000000000000000
-  105 | 210.0000000000000000
-  106 | 212.0000000000000000
-  107 | 214.0000000000000000
-  108 | 216.0000000000000000
-  109 | 218.0000000000000000
-  110 | 220.0000000000000000
-(10 rows)
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/type_sanity.out C:/cirrus/build/testrun/recovery/027_st...
--- C:/cirrus/src/test/regress/expected/type_sanity.out	2024-10-23 10:07:07.213591500 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/type_sanity.out	2024-10-23 10:11:21.628046100 +0000
@@ -172,573 +172,7 @@
 FROM pg_type AS t1
 WHERE t1.typtype not in ('b', 'p')
 ORDER BY 1;
- typtype |   typinput    
----------+---------------
- c       | record_in
- d       | domain_in
- e       | enum_in
- m       | multirange_in
- r       | range_in
-(5 rows)
-
--- Check for bogus typoutput routines
--- As of 8.0, this check finds refcursor, which is borrowing
--- other types' I/O routines
-SELECT t1.oid, t1.typname, p1.oid, p1.proname
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/type_sanity.out C:/cirrus/build/testrun/regress/regress...
--- C:/cirrus/src/test/regress/expected/type_sanity.out	2024-10-23 10:07:07.213591500 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/type_sanity.out	2024-10-23 10:09:27.860096500 +0000
@@ -172,573 +172,7 @@
 FROM pg_type AS t1
 WHERE t1.typtype not in ('b', 'p')
 ORDER BY 1;
- typtype |   typinput    
----------+---------------
- c       | record_in
- d       | domain_in
- e       | enum_in
- m       | multirange_in
- r       | range_in
-(5 rows)
-
--- Check for bogus typoutput routines
--- As of 8.0, this check finds refcursor, which is borrowing
--- other types' I/O routines
-SELECT t1.oid, t1.typname, p1.oid, p1.proname
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/contrib/tablefunc/expected/tablefunc.out C:/cirrus/build/testrun/tablefunc/regres...
--- C:/cirrus/contrib/tablefunc/expected/tablefunc.out	2024-10-23 10:07:02.496192500 +0000
+++ C:/cirrus/build/testrun/tablefunc/regress/results/tablefunc.out	2024-10-23 10:12:49.723260800 +0000
@@ -239,261 +239,7 @@
   'SELECT rowid, rowdt, attribute, val FROM cth ORDER BY 1',
   'SELECT DISTINCT rowdt, attribute FROM cth ORDER BY 2')
 AS c(rowid text, rowdt timestamp, temperature int4, test_result text, test_startdate timestamp, volts float8);
-ERROR:  invalid crosstab categories query
-DETAIL:  The query must return one column.
--- if category query generates a NULL value, get expected error
-SELECT * FROM crosstab(
-  'SELECT rowid, rowdt, attribute, val FROM cth ORDER BY 1',
-  'SELECT NULL::text')
-AS c(rowid text, rowdt timestamp, temperature int4, test_result text, test_startdate timestamp, volts float8);
-ERROR:  crosstab category value must not be null
--- if source query returns zero rows, get zero rows returned
-SELECT * FROM crosstab(
-  'SELECT rowid, rowdt, attribute, val FROM cth WHERE false ORDER BY 1',
-  'SELECT DISTINCT attribute FROM cth ORDER BY 1')
-AS c(rowid text, rowdt timestamp, temperature text, test_result text, test_startdate text, volts text);
...
tap
[10:13:27.114](1.841s) not ok 7 - checking an unresolvable database pattern under --no-strict-names status (got 1 vs exp...
[10:13:27.175](0.000s) not ok 12 - checking an unresolvable database pattern (substring of existent database) stderr /(?...
[10:13:27.219](0.000s) not ok 15 - checking an unresolvable database pattern (superstring of existent database) stderr /...
[10:13:27.345](0.000s) not ok 20 - checking a database by name without amcheck installed, no other databases stderr /(?^...
[10:13:27.345](0.000s) not ok 21 - checking a database by name without amcheck installed, no other databases stderr /(?^...
[10:13:27.401](0.055s) not ok 22 - checking a database by name without amcheck installed, with other databases status (g...
[10:13:27.404](0.000s) not ok 24 - checking a database by name without amcheck installed, with other databases stderr /(...
[10:13:27.484](0.079s) not ok 25 - checking a database by pattern without amcheck installed, with other databases status...
[10:13:27.485](0.000s) not ok 27 - checking a database by pattern without amcheck installed, with other databases stderr...
[10:13:27.573](0.000s) not ok 30 - checking table pattern ".." stderr /(?^:pg_amcheck: error: no connectable databases t...
[10:13:27.652](0.006s) not ok 33 - checking table pattern ".foo.bar" stderr /(?^:pg_amcheck: error: no connectable datab...
[10:13:27.754](0.000s) not ok 36 - checking table pattern "." stderr /(?^:pg_amcheck: error: no heap tables to check mat...
[10:13:28.491](0.051s) not ok 64 - many unmatched patterns and one matched pattern under --no-strict-names status (got 1...
[10:13:28.495](0.000s) not ok 66 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[10:13:28.496](0.000s) not ok 67 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[10:13:28.497](0.000s) not ok 68 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[10:13:28.497](0.000s) not ok 69 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[10:13:28.498](0.000s) not ok 70 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[10:13:28.499](0.001s) not ok 71 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[10:13:28.500](0.000s) not ok 72 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[10:13:28.501](0.000s) not ok 73 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[10:13:28.501](0.000s) not ok 74 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[10:13:28.502](0.000s) not ok 75 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[10:13:28.502](0.000s) not ok 76 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[10:13:28.503](0.000s) not ok 77 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[10:13:28.504](0.000s) not ok 78 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[10:13:28.504](0.000s) not ok 79 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[10:13:28.505](0.000s) not ok 80 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[10:13:28.505](0.000s) not ok 81 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[10:13:28.506](0.000s) not ok 82 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
tap
[10:13:37.774](13.506s) not ok 1 - pg_amcheck prior to corruption status (got 1 vs expected 0)
[10:13:37.775](0.000s) not ok 3 - pg_amcheck prior to corruption stderr /(?^:^$)/
[10:13:37.839](0.063s) Bail out!  pg_ctl stop failed
tap
[10:13:37.131](7.844s) not ok 1 - pg_amcheck test table, prior to corruption
[10:13:37.188](0.056s) not ok 2 - pg_amcheck test table and index, prior to corruption
[10:13:37.271](0.081s) Bail out!  pg_ctl stop failed
tap
[10:13:35.863](3.177s) not ok 1 - pg_amcheck all schemas, tables and indexes reports no corruption: exit code 0
[10:13:35.864](0.000s) not ok 2 - pg_amcheck all schemas, tables and indexes reports no corruption: no stderr
tap
[10:14:28.957](2.770s) not ok 30 - run pg_createsubscriber on node S
tap
[10:14:38.674](2.252s) not ok 19 - pg_dump: option -n pg_catalog
[10:14:38.737](0.063s) not ok 20 - pg_dumpall: option --exclude-database handles database names with embedded dots
[10:14:38.803](0.000s) not ok 22 - pg_dump: option --schema rejects three-part schema names: matches
[10:14:38.866](0.001s) not ok 24 - pg_dump: option --schema rejects cross-database multipart schema names: matches
[10:14:38.928](0.001s) not ok 26 - pg_dump: option --schema rejects degenerate two-part schema name: ".": matches
[10:14:38.974](0.001s) not ok 28 - pg_dump: option --schema rejects cross-database multipart schema names with embedded ...
[10:14:39.043](0.001s) not ok 30 - pg_dump: option --schema rejects degenerate three-part schema name: "..": matches
[10:14:39.118](0.001s) not ok 32 - pg_dump: option --table rejects four-part table names: matches
[10:14:39.192](0.001s) not ok 34 - pg_dump: option --table rejects cross-database three part table names: matches
[10:14:39.254](0.001s) not ok 36 - pg_dump: option --table rejects cross-database three part table names with embedded d...
[10:14:39.281](0.027s) not ok 37 - binary_upgrade: pg_dump runs
[10:14:39.312](0.030s) not ok 38 - binary_upgrade: pg_restore runs
tap
[10:10:45.227](88.061s) not ok 5 - regression tests pass
[10:10:49.752](4.452s) not ok 6 - dump before running pg_upgrade
tap
[10:16:31.280](1.985s) not ok 192 - psql seeded_random count ok
[10:16:31.282](0.001s) not ok 193 - psql seeded_random count stderr is empty
[10:16:31.283](0.001s) not ok 194 - psql seeded_random count uniform
[10:16:31.284](0.001s) not ok 195 - psql seeded_random count exponential
[10:16:31.285](0.000s) not ok 196 - psql seeded_random count gaussian
[10:16:31.285](0.000s) not ok 197 - psql seeded_random count zipfian
tap
[10:12:23.393](81.669s) not ok 2 - regression tests pass
tap
[10:18:45.822](417.694s) # poll_query_until timed out executing this query:
timed out waiting for logical slot to calculate its restart_lsn at C:/cirrus/src/test/perl/PostgreSQL/Test/Cluster.pm li...
test
[10:18:46.166]   6/306 postgresql:pg_upgrade / pg_upgrade/004_subscription                             ERROR            ...
[10:18:46.166]   7/306 postgresql:pg_upgrade / pg_upgrade/003_logical_slots                            ERROR            ...
[10:18:46.166]  11/306 postgresql:regress / regress/regress                                            ERROR            ...
[10:18:46.166]  25/306 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[10:18:46.166]  34/306 postgresql:isolation / isolation/isolation                                      ERROR           1...
[10:18:46.166]  42/306 postgresql:recovery / recovery/038_save_logical_slots_shutdown                  ERROR            ...
[10:18:46.166]  58/306 postgresql:recovery / recovery/040_standby_failover_slots_sync                  ERROR            ...
[10:18:46.166]  61/306 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[10:18:46.166]  82/306 postgresql:pageinspect / pageinspect/regress                                    ERROR            ...
[10:18:46.166]  89/306 postgresql:pg_trgm / pg_trgm/regress                                            ERROR            ...
[10:18:46.166]  90/306 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
[10:18:46.166]  93/306 postgresql:tablefunc / tablefunc/regress                                        ERROR            ...
[10:18:46.166]  96/306 postgresql:postgres_fdw / postgres_fdw/regress                                  ERROR            ...
[10:18:46.166] 135/306 postgresql:pg_amcheck / pg_amcheck/002_nonesuch                                 ERROR            ...
[10:18:46.166] 139/306 postgresql:pg_amcheck / pg_amcheck/005_opclass_damage                           ERROR            ...
[10:18:46.166] 140/306 postgresql:pg_amcheck / pg_amcheck/004_verify_heapam                            ERROR            ...
[10:18:46.166] 141/306 postgresql:pg_amcheck / pg_amcheck/003_check                                    ERROR            ...
[10:18:46.166] 158/306 postgresql:pg_basebackup / pg_basebackup/040_pg_createsubscriber                ERROR            ...
[10:18:46.166] 165/306 postgresql:pg_dump / pg_dump/002_pg_dump                                        ERROR            ...
[10:18:46.166] 217/306 postgresql:pgbench / pgbench/001_pgbench_with_server                            ERROR            ...
[10:18:46.166] 237/306 postgresql:subscription / subscription/002_types                                ERROR            ...
[10:18:46.166] 238/306 postgresql:subscription / subscription/004_sync                                 ERROR            ...
[10:18:46.166] 239/306 postgresql:subscription / subscription/003_constraints                          ERROR            ...
[10:18:46.166] 240/306 postgresql:subscription / subscription/001_rep_changes                          ERROR            ...
[10:18:46.166] 243/306 postgresql:subscription / subscription/007_ddl                                  ERROR            ...
[10:18:46.166] 244/306 postgresql:subscription / subscription/006_rewrite                              ERROR            ...
[10:18:46.166] 246/306 postgresql:subscription / subscription/008_diff_schema                          ERROR            ...
[10:18:46.166] 248/306 postgresql:subscription / subscription/005_encoding                             ERROR            ...
[10:18:46.166] 249/306 postgresql:subscription / subscription/010_truncate                             ERROR            ...
[10:18:46.166] 250/306 postgresql:subscription / subscription/011_generated                            ERROR            ...
[10:18:46.166] 251/306 postgresql:subscription / subscription/014_binary                               ERROR            ...
[10:18:46.166] 252/306 postgresql:subscription / subscription/015_stream                               ERROR            ...
[10:18:46.166] 253/306 postgresql:subscription / subscription/016_stream_subxact                       ERROR            ...
[10:18:46.166] 254/306 postgresql:subscription / subscription/017_stream_ddl                           ERROR            ...
[10:18:46.166] 255/306 postgresql:subscription / subscription/013_partition                            ERROR            ...
[10:18:46.166] 256/306 postgresql:subscription / subscription/018_stream_subxact_abort                 ERROR            ...
[10:18:46.166] 257/306 postgresql:subscription / subscription/019_stream_subxact_ddl_abort             ERROR            ...
[10:18:46.166] 258/306 postgresql:subscription / subscription/020_messages                             ERROR            ...
[10:18:46.166] 259/306 postgresql:subscription / subscription/021_twophase                             ERROR            ...
[10:18:46.166] 260/306 postgresql:subscription / subscription/024_add_drop_pub                         ERROR            ...
[10:18:46.166] 261/306 postgresql:subscription / subscription/023_twophase_stream                      ERROR            ...
[10:18:46.166] 263/306 postgresql:subscription / subscription/022_twophase_cascade                     ERROR            ...
[10:18:46.166] 264/306 postgresql:subscription / subscription/027_nosuperuser                          ERROR            ...
[10:18:46.166] 265/306 postgresql:subscription / subscription/026_stats                                ERROR            ...
[10:18:46.166] 266/306 postgresql:subscription / subscription/025_rep_changes_for_schema               ERROR            ...
[10:18:46.166] 267/306 postgresql:subscription / subscription/028_row_filter                           ERROR            ...
[10:18:46.166] 268/306 postgresql:subscription / subscription/029_on_error                             ERROR            ...
[10:18:46.166] 269/306 postgresql:subscription / subscription/030_origin                               ERROR            ...
[10:18:46.166] 270/306 postgresql:subscription / subscription/032_subscribe_use_index                  ERROR            ...
[10:18:46.166] 271/306 postgresql:subscription / subscription/033_run_as_table_owner                   ERROR            ...
[10:18:46.166] 273/306 postgresql:subscription / subscription/031_column_list                          ERROR            ...
[10:18:46.166] 275/306 postgresql:subscription / subscription/100_bugs                                 ERROR            ...
[10:18:46.166] 306/306 postgresql:recovery / recovery/035_standby_logical_decoding                     ERROR           4...
50/5208 prefetching for nestloop / indexscan
FreeBSD - 13 - Meson
tap
[09:34:48.534](1.648s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[09:34:59.084] 292/311 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
Linux - Debian Bookworm - Autoconf
tap
[09:35:17.077](0.878s) not ok 1 - no parameters missing from postgresql.conf.sample
Linux - Debian Bookworm - Meson
core
[09:37:38.005] #0  0x00007fae9622bd24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[09:37:38.005] #1  0x00007fae961d8239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[09:37:38.005] #2  0x00007fae961d8497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[09:37:38.005] #3  0x0000560cb455a5c1 in ?? ()
[09:37:38.005] #4  0x0000560cb4554369 in ?? ()
[09:37:38.005] #5  0x0000560cb455320f in ?? ()
[09:37:38.005] #6  0x0000560cb4553c3b in ?? ()
[09:37:38.005] #7  0x0000560cb455166f in ?? ()
[09:37:38.005] #8  0x00007fae961c324a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:37:38.005] #9  0x00007fae961c3305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[09:37:38.130] #0  0x00007fae9622bd24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[09:37:38.130] #1  0x00007fae961d8239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[09:37:38.130] #2  0x00007fae961d8497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[09:37:38.130] #3  0x0000560cb455a5f3 in ?? ()
[09:37:38.130] #4  0x0000560cb4554369 in ?? ()
[09:37:38.130] #5  0x0000560cb455320f in ?? ()
[09:37:38.130] #6  0x0000560cb4553c3b in ?? ()
[09:37:38.130] #7  0x0000560cb455166f in ?? ()
[09:37:38.130] #8  0x00007fae961c324a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:37:38.130] #9  0x00007fae961c3305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[09:37:38.130] #0  <unavailable> in ?? ()
tap
[09:36:26.855](0.489s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[09:36:37.534] 290/311 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
macOS - Sonoma - Meson
tap
[09:35:39.097](1.282s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[09:35:55.103] 292/311 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[09:41:59.039](1.878s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[09:42:28.970] 285/306 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
51/4888 Run deferred triggers in the correct security context
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_p...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-10-23 09:06:57.989269000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/triggers.out	2024-10-23 09:08:25.465560000...
@@ -3731,7 +3731,9 @@
 -- test who runs deferred trigger functions
 -- setup
 create role groot;
+WARNING:  roles created by regression test cases should have names starting with "regress_"
 create role outis;
+WARNING:  roles created by regression test cases should have names starting with "regress_"
 create function whoami() returns trigger language plpgsql
 as $$
 begin
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/build/testrun/recovery/027_str...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-10-23 09:06:57.989269000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/triggers.out	2024-10-23 09:09:14.5518480...
@@ -3731,7 +3731,9 @@
 -- test who runs deferred trigger functions
 -- setup
 create role groot;
+WARNING:  roles created by regression test cases should have names starting with "regress_"
 create role outis;
+WARNING:  roles created by regression test cases should have names starting with "regress_"
 create function whoami() returns trigger language plpgsql
 as $$
 begin
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/build/testrun/regress/regress/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-10-23 09:06:57.989269000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/triggers.out	2024-10-23 09:08:25.347726000 +0000
@@ -3731,7 +3731,9 @@
 -- test who runs deferred trigger functions
 -- setup
 create role groot;
+WARNING:  roles created by regression test cases should have names starting with "regress_"
 create role outis;
+WARNING:  roles created by regression test cases should have names starting with "regress_"
 create function whoami() returns trigger language plpgsql
 as $$
 begin
tap
[09:09:12.496](64.320s) not ok 5 - regression tests pass
tap
[09:10:14.029](82.829s) not ok 2 - regression tests pass
test
[09:12:10.164]  14/311 postgresql:regress / regress/regress                                            ERROR            ...
[09:12:10.164]  81/311 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[09:12:10.164] 162/311 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/3709 CI and test improvements
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/basic.out /tmp/cirrus-ci-build/build/testrun/in...
--- /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/basic.out	2024-10-23 07:53:13.045209000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/injection_points/isolation/results/basic.out	2024-10-23 07:55:35.055318000 +0000
@@ -13,16 +13,16 @@
                        
 (1 row)
 
-step wait1: <... completed>
-injection_points_run
---------------------
-                    
-(1 row)
-
 step detach2: SELECT injection_points_detach('injection-points-wait');
 injection_points_detach
 -----------------------
                        
+(1 row)
+
+step wait1: <... completed>
...
test
[07:57:32.544] 114/311 postgresql:injection_points / injection_points/isolation                        ERROR            ...
51/5196 Use function smgrclose() to replace the loop
CompilerWarnings
compiler
[06:26:28.298] smgr.c:282:13: error: unused variable 'forknum' [-Werror,-Wunused-variable]
compiler
[06:26:28.298] smgr.c:487:9: error: unused variable 'which' [-Werror,-Wunused-variable]
compiler
[06:26:20.144] smgr.c:487:9: error: unused variable 'which' [-Werror,-Wunused-variable]
compiler
[06:26:20.144] smgr.c:282:13: error: unused variable 'forknum' [-Werror,-Wunused-variable]
compiler
[06:25:50.980] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
compiler
[06:25:50.980] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable]
compiler
[06:25:43.104] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable]
compiler
[06:25:43.104] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
compiler
[06:26:50.576] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable]
compiler
[06:26:50.576] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
51/5296 Streaming Replication vs Logical
FreeBSD - 13 - Meson
core
[05:10:50.036] #0  0x000000082b2d88fa in _sigprocmask () from /lib/libc.so.7
[05:10:50.036] #1  0x000000082b311f91 in _system () from /lib/libc.so.7
[05:10:50.036] #2  0x0000000828e189d3 in ?? () from /lib/libthr.so.3
[05:10:50.036] #3  0x000000000066a965 in RestoreArchivedFile (path=path@entry=0x82164f1d0 "P\362d!\b", xlogfname=xlogfna...
[05:10:50.036] #4  0x000000000067614e in XLogFileRead (segno=segno@entry=4, tli=tli@entry=2, source=source@entry=XLOG_FR...
[05:10:50.036] #5  0x0000000000671e2c in XLogFileReadAnyTLI (segno=4, source=XLOG_FROM_ANY) at ../src/backend/access/tra...
[05:10:50.036] #6  WaitForWALToBecomeAvailable (RecPtr=67210840, tliRecPtr=67210816, replayTLI=2, replayLSN=67210816, ra...
[05:10:50.036] #7  XLogPageRead (xlogreader=0x834656130, targetPagePtr=67207168, reqLen=3672, targetRecPtr=67210816, rea...
[05:10:50.036] #8  0x0000000000678e32 in ReadPageInternal (state=state@entry=0x834656130, pageptr=67207168, reqLen=3672)...
[05:10:50.036] #9  0x0000000000677ca2 in XLogDecodeNextRecord (state=0x834656130, nonblocking=false) at ../src/backend/a...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/basic.out /tmp/cirrus-ci-build/build/testrun/in...
--- /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/basic.out	2024-10-23 05:05:15.975769000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/injection_points/isolation/results/basic.out	2024-10-23 05:07:35.509219000 +0000
@@ -13,16 +13,16 @@
                        
 (1 row)
 
-step wait1: <... completed>
-injection_points_run
---------------------
-                    
-(1 row)
-
 step detach2: SELECT injection_points_detach('injection-points-wait');
 injection_points_detach
 -----------------------
                        
+(1 row)
+
+step wait1: <... completed>
...
test
[05:09:36.610] 114/311 postgresql:injection_points / injection_points/isolation                        ERROR            ...
50/5312 BUG #18568: BUG: Result wrong when do group by on partition table!
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_aggregate.out /tmp/cirrus-ci-build/build-32/testrun/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_aggregate.out	2024-10-23 04:31:42.648908428 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/recovery/027_stream_regress/data/results/partition_aggregate.out	2024-10-23 04...
@@ -1529,44 +1529,32 @@
     locale = 'und-u-ks-level2',
     deterministic = false
 );
+ERROR:  current database's encoding is not supported with this provider
 CREATE TABLE pagg_tab3 (c text collate case_insensitive) PARTITION BY LIST(c collate "C");
+ERROR:  collation "case_insensitive" for encoding "SQL_ASCII" does not exist
+LINE 1: CREATE TABLE pagg_tab3 (c text collate case_insensitive) PAR...
+                                       ^
 CREATE TABLE pagg_tab3_p1 PARTITION OF pagg_tab3 FOR VALUES IN ('a', 'b', 'c', 'd');
+ERROR:  relation "pagg_tab3" does not exist
 CREATE TABLE pagg_tab3_p2 PARTITION OF pagg_tab3 FOR VALUES IN ('e', 'f', 'A');
+ERROR:  relation "pagg_tab3" does not exist
 CREATE TABLE pagg_tab3_p3 PARTITION OF pagg_tab3 FOR VALUES IN ('B', 'C', 'D', 'E');
+ERROR:  relation "pagg_tab3" does not exist
 INSERT INTO pagg_tab3 SELECT substr('abcdeABCDE', (i % 10) +1 , 1) FROM generate_series(0, 2999) i;
+ERROR:  relation "pagg_tab3" does not exist
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_aggregate.out /tmp/cirrus-ci-build/build-32/testrun/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_aggregate.out	2024-10-23 04:31:42.648908428 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/regress/regress/results/partition_aggregate.out	2024-10-23 04:37:42.152314385 ...
@@ -1529,44 +1529,32 @@
     locale = 'und-u-ks-level2',
     deterministic = false
 );
+ERROR:  current database's encoding is not supported with this provider
 CREATE TABLE pagg_tab3 (c text collate case_insensitive) PARTITION BY LIST(c collate "C");
+ERROR:  collation "case_insensitive" for encoding "SQL_ASCII" does not exist
+LINE 1: CREATE TABLE pagg_tab3 (c text collate case_insensitive) PAR...
+                                       ^
 CREATE TABLE pagg_tab3_p1 PARTITION OF pagg_tab3 FOR VALUES IN ('a', 'b', 'c', 'd');
+ERROR:  relation "pagg_tab3" does not exist
 CREATE TABLE pagg_tab3_p2 PARTITION OF pagg_tab3 FOR VALUES IN ('e', 'f', 'A');
+ERROR:  relation "pagg_tab3" does not exist
 CREATE TABLE pagg_tab3_p3 PARTITION OF pagg_tab3 FOR VALUES IN ('B', 'C', 'D', 'E');
+ERROR:  relation "pagg_tab3" does not exist
 INSERT INTO pagg_tab3 SELECT substr('abcdeABCDE', (i % 10) +1 , 1) FROM generate_series(0, 2999) i;
+ERROR:  relation "pagg_tab3" does not exist
...
tap
[04:38:31.352](73.569s) not ok 2 - regression tests pass
test
[04:40:22.856]  38/311 postgresql:regress / regress/regress                                            ERROR            ...
[04:40:22.856] 151/311 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/partition_aggregate.out C:/cirrus/build/testrun/pg_upgr...
--- C:/cirrus/src/test/regress/expected/partition_aggregate.out	2024-10-23 04:32:32.994493700 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_aggregate.out	2024-10-23 04:36:12.282464800...
@@ -1529,44 +1529,32 @@
     locale = 'und-u-ks-level2',
     deterministic = false
 );
+ERROR:  ICU is not supported in this build
 CREATE TABLE pagg_tab3 (c text collate case_insensitive) PARTITION BY LIST(c collate "C");
+ERROR:  collation "case_insensitive" for encoding "UTF8" does not exist
+LINE 1: CREATE TABLE pagg_tab3 (c text collate case_insensitive) PAR...
+                                       ^
 CREATE TABLE pagg_tab3_p1 PARTITION OF pagg_tab3 FOR VALUES IN ('a', 'b', 'c', 'd');
+ERROR:  relation "pagg_tab3" does not exist
 CREATE TABLE pagg_tab3_p2 PARTITION OF pagg_tab3 FOR VALUES IN ('e', 'f', 'A');
+ERROR:  relation "pagg_tab3" does not exist
 CREATE TABLE pagg_tab3_p3 PARTITION OF pagg_tab3 FOR VALUES IN ('B', 'C', 'D', 'E');
+ERROR:  relation "pagg_tab3" does not exist
 INSERT INTO pagg_tab3 SELECT substr('abcdeABCDE', (i % 10) +1 , 1) FROM generate_series(0, 2999) i;
+ERROR:  relation "pagg_tab3" does not exist
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/partition_aggregate.out C:/cirrus/build/testrun/recover...
--- C:/cirrus/src/test/regress/expected/partition_aggregate.out	2024-10-23 04:32:32.994493700 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/partition_aggregate.out	2024-10-23 04:38:38.8881012...
@@ -1529,44 +1529,32 @@
     locale = 'und-u-ks-level2',
     deterministic = false
 );
+ERROR:  ICU is not supported in this build
 CREATE TABLE pagg_tab3 (c text collate case_insensitive) PARTITION BY LIST(c collate "C");
+ERROR:  collation "case_insensitive" for encoding "WIN1252" does not exist
+LINE 1: CREATE TABLE pagg_tab3 (c text collate case_insensitive) PAR...
+                                       ^
 CREATE TABLE pagg_tab3_p1 PARTITION OF pagg_tab3 FOR VALUES IN ('a', 'b', 'c', 'd');
+ERROR:  relation "pagg_tab3" does not exist
 CREATE TABLE pagg_tab3_p2 PARTITION OF pagg_tab3 FOR VALUES IN ('e', 'f', 'A');
+ERROR:  relation "pagg_tab3" does not exist
 CREATE TABLE pagg_tab3_p3 PARTITION OF pagg_tab3 FOR VALUES IN ('B', 'C', 'D', 'E');
+ERROR:  relation "pagg_tab3" does not exist
 INSERT INTO pagg_tab3 SELECT substr('abcdeABCDE', (i % 10) +1 , 1) FROM generate_series(0, 2999) i;
+ERROR:  relation "pagg_tab3" does not exist
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/partition_aggregate.out C:/cirrus/build/testrun/regress...
--- C:/cirrus/src/test/regress/expected/partition_aggregate.out	2024-10-23 04:32:32.994493700 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/partition_aggregate.out	2024-10-23 04:36:06.392803500 +0000
@@ -1529,44 +1529,32 @@
     locale = 'und-u-ks-level2',
     deterministic = false
 );
+ERROR:  ICU is not supported in this build
 CREATE TABLE pagg_tab3 (c text collate case_insensitive) PARTITION BY LIST(c collate "C");
+ERROR:  collation "case_insensitive" for encoding "WIN1252" does not exist
+LINE 1: CREATE TABLE pagg_tab3 (c text collate case_insensitive) PAR...
+                                       ^
 CREATE TABLE pagg_tab3_p1 PARTITION OF pagg_tab3 FOR VALUES IN ('a', 'b', 'c', 'd');
+ERROR:  relation "pagg_tab3" does not exist
 CREATE TABLE pagg_tab3_p2 PARTITION OF pagg_tab3 FOR VALUES IN ('e', 'f', 'A');
+ERROR:  relation "pagg_tab3" does not exist
 CREATE TABLE pagg_tab3_p3 PARTITION OF pagg_tab3 FOR VALUES IN ('B', 'C', 'D', 'E');
+ERROR:  relation "pagg_tab3" does not exist
 INSERT INTO pagg_tab3 SELECT substr('abcdeABCDE', (i % 10) +1 , 1) FROM generate_series(0, 2999) i;
+ERROR:  relation "pagg_tab3" does not exist
...
tap
[04:36:20.041](108.241s) not ok 5 - regression tests pass
tap
[04:38:48.846](132.209s) not ok 2 - regression tests pass
test
[04:44:43.242]  21/306 postgresql:regress / regress/regress                                            ERROR           1...
[04:44:43.242]  37/306 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[04:44:43.242] 108/306 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
50/4554 Separate memory contexts for relcache and catcache
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/basic.out /tmp/cirrus-ci-build/build/testrun/in...
--- /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/basic.out	2024-10-23 03:44:38.251943000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/injection_points/isolation/results/basic.out	2024-10-23 03:48:05.293710000 +0000
@@ -13,16 +13,16 @@
                        
 (1 row)
 
-step wait1: <... completed>
-injection_points_run
---------------------
-                    
-(1 row)
-
 step detach2: SELECT injection_points_detach('injection-points-wait');
 injection_points_detach
 -----------------------
                        
+(1 row)
+
+step wait1: <... completed>
...
test
[03:50:35.285] 113/311 postgresql:injection_points / injection_points/isolation                        ERROR            ...
51/5174 Call rm_redo in a temporary memory context
CompilerWarnings
compiler
[02:05:53.740] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
compiler
[02:05:06.573] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
compiler
[02:10:45.229] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
50/5220 Backport of LLVM memory manager to fix ARM relocation bug
FreeBSD - 13 - Meson
core
[01:36:12.964] #0  0x00000008293878fa in _sigprocmask () from /lib/libc.so.7
[01:36:12.964] #1  0x00000008293c0f91 in _system () from /lib/libc.so.7
[01:36:12.964] #2  0x00000008287319d3 in ?? () from /lib/libthr.so.3
[01:36:12.964] #3  0x000000000066a965 in RestoreArchivedFile (path=path@entry=0x821a2b1d0 "pg_wal/0\037\0307", xlogfname...
[01:36:12.964] #4  0x000000000067614e in XLogFileRead (segno=segno@entry=4, tli=tli@entry=2, source=source@entry=XLOG_FR...
[01:36:12.964] #5  0x0000000000671e2c in XLogFileReadAnyTLI (segno=4, source=XLOG_FROM_ANY) at ../src/backend/access/tra...
[01:36:12.964] #6  WaitForWALToBecomeAvailable (RecPtr=67117056, tliRecPtr=67210816, replayTLI=2, replayLSN=67210816, ra...
[01:36:12.964] #7  XLogPageRead (xlogreader=0x833039130, targetPagePtr=67108864, reqLen=8192, targetRecPtr=67210816, rea...
[01:36:12.964] #8  0x0000000000678db6 in ReadPageInternal (state=state@entry=0x833039130, pageptr=67207168, reqLen=3672)...
[01:36:12.964] #9  0x0000000000677ca2 in XLogDecodeNextRecord (state=0x833039130, nonblocking=false) at ../src/backend/a...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/basic.out /tmp/cirrus-ci-build/build/testrun/in...
--- /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/basic.out	2024-10-23 01:30:46.308033000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/injection_points/isolation/results/basic.out	2024-10-23 01:33:03.144562000 +0000
@@ -13,16 +13,16 @@
                        
 (1 row)
 
-step wait1: <... completed>
-injection_points_run
---------------------
-                    
-(1 row)
-
 step detach2: SELECT injection_points_detach('injection-points-wait');
 injection_points_detach
 -----------------------
                        
+(1 row)
+
+step wait1: <... completed>
...
test
[01:35:02.921] 115/311 postgresql:injection_points / injection_points/isolation                        ERROR            ...
51/5283 Replace IN VALUES with ANY in WHERE clauses during optimization
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/subselect.out C:/cirrus/build/testrun/pg_upgrade/002_pg...
--- C:/cirrus/src/test/regress/expected/subselect.out	2024-10-22 23:00:21.330587600 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/subselect.out	2024-10-22 23:02:50.115317100 +0000
@@ -2313,15 +2313,16 @@
 EXPLAIN (COSTS OFF)
 SELECT c.oid,c.relname FROM pg_class c JOIN pg_am a USING (oid)
 WHERE c.oid IN (VALUES (1), (2));
-                          QUERY PLAN                           
----------------------------------------------------------------
- Hash Join
-   Hash Cond: (a.oid = c.oid)
-   ->  Seq Scan on pg_am a
-   ->  Hash
-         ->  Index Scan using pg_class_oid_index on pg_class c
-               Index Cond: (oid = ANY ('{1,2}'::integer[]))
-(6 rows)
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (c.oid = a.oid)
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/subselect.out C:/cirrus/build/testrun/recovery/027_stre...
--- C:/cirrus/src/test/regress/expected/subselect.out	2024-10-22 23:00:21.330587600 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/subselect.out	2024-10-22 23:05:03.837983300 +0000
@@ -2313,15 +2313,16 @@
 EXPLAIN (COSTS OFF)
 SELECT c.oid,c.relname FROM pg_class c JOIN pg_am a USING (oid)
 WHERE c.oid IN (VALUES (1), (2));
-                          QUERY PLAN                           
----------------------------------------------------------------
- Hash Join
-   Hash Cond: (a.oid = c.oid)
-   ->  Seq Scan on pg_am a
-   ->  Hash
-         ->  Index Scan using pg_class_oid_index on pg_class c
-               Index Cond: (oid = ANY ('{1,2}'::integer[]))
-(6 rows)
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (c.oid = a.oid)
...
tap
[23:04:10.771](110.380s) not ok 5 - regression tests pass
tap
[23:06:26.624](118.868s) not ok 2 - regression tests pass
test
[23:12:34.618]  40/306 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[23:12:34.618]  94/306 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5272 Truncate logs by max_log_size
CompilerWarnings
compiler
[21:08:54.557] elog.c:1699:9: error: initializing 'char *' with an expression of type 'const char *' discards qualifiers...
compiler
[21:06:56.249] elog.c:1699:9: error: initializing 'char *' with an expression of type 'const char *' discards qualifiers...
compiler
[21:04:34.345] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar...
compiler
[21:02:20.730] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar...
compiler
[21:12:50.461] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar...
51/5231 Consider the number of columns in the sort cost model
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out /tmp/cirrus-ci-build/build/testrun/...
--- /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out	2024-10-22 19:43:04.872958000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_stat_statements/regress/results/level_tracking.out	2024-10-22 19:45:58.7722330...
@@ -383,26 +383,24 @@
 (1 row)
 
 EXPLAIN (COSTS OFF) SELECT 1, 2 UNION SELECT 3, 4\; EXPLAIN (COSTS OFF) (SELECT 1, 2, 3) UNION SELECT 3, 4, 5;
+      QUERY PLAN       
+-----------------------
+ HashAggregate
+   Group Key: (1), (2)
+   ->  Append
+         ->  Result
+         ->  Result
+(5 rows)
+
          QUERY PLAN         
 ----------------------------
- Unique
-   ->  Sort
...
test
[19:48:01.805]  88/311 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out /tmp/cirrus-ci-build/contrib/pg_sta...
--- /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out	2024-10-22 19:43:02.047607517 +0000
+++ /tmp/cirrus-ci-build/contrib/pg_stat_statements/results/level_tracking.out	2024-10-22 19:47:50.354164496 +0000
@@ -383,25 +383,23 @@
 (1 row)
 
 EXPLAIN (COSTS OFF) SELECT 1, 2 UNION SELECT 3, 4\; EXPLAIN (COSTS OFF) (SELECT 1, 2, 3) UNION SELECT 3, 4, 5;
+      QUERY PLAN       
+-----------------------
+ HashAggregate
+   Group Key: (1), (2)
+   ->  Append
+         ->  Result
+         ->  Result
+(5 rows)
+
          QUERY PLAN         
 ----------------------------
- Unique
-   ->  Sort
...
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out /tmp/cirrus-ci-build/build/testrun/...
--- /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out	2024-10-22 19:43:00.752925034 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_stat_statements/regress/results/level_tracking.out	2024-10-22 19:48:10.1070154...
@@ -383,25 +383,23 @@
 (1 row)
 
 EXPLAIN (COSTS OFF) SELECT 1, 2 UNION SELECT 3, 4\; EXPLAIN (COSTS OFF) (SELECT 1, 2, 3) UNION SELECT 3, 4, 5;
+      QUERY PLAN       
+-----------------------
+ HashAggregate
+   Group Key: (1), (2)
+   ->  Append
+         ->  Result
+         ->  Result
+(5 rows)
+
          QUERY PLAN         
 ----------------------------
- Unique
-   ->  Sort
...
test
[19:50:08.701]  89/311 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/contrib/pg_stat_statements/expected/level_tracking.out /Users/admin/pgsql/build/testrun/pg_s...
--- /Users/admin/pgsql/contrib/pg_stat_statements/expected/level_tracking.out	2024-10-22 19:43:00
+++ /Users/admin/pgsql/build/testrun/pg_stat_statements/regress/results/level_tracking.out	2024-10-22 19:46:57
@@ -383,25 +383,23 @@
 (1 row)
 
 EXPLAIN (COSTS OFF) SELECT 1, 2 UNION SELECT 3, 4\; EXPLAIN (COSTS OFF) (SELECT 1, 2, 3) UNION SELECT 3, 4, 5;
+      QUERY PLAN       
+-----------------------
+ HashAggregate
+   Group Key: (1), (2)
+   ->  Append
+         ->  Result
+         ->  Result
+(5 rows)
+
          QUERY PLAN         
 ----------------------------
- Unique
-   ->  Sort
...
test
[19:49:43.577]  92/311 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/contrib/pg_stat_statements/expected/level_tracking.out C:/cirrus/build/testrun/pg...
--- C:/cirrus/contrib/pg_stat_statements/expected/level_tracking.out	2024-10-22 19:43:12.215110800 +0000
+++ C:/cirrus/build/testrun/pg_stat_statements/regress/results/level_tracking.out	2024-10-22 19:49:01.993856700 +0000
@@ -383,25 +383,23 @@
 (1 row)
 
 EXPLAIN (COSTS OFF) SELECT 1, 2 UNION SELECT 3, 4\; EXPLAIN (COSTS OFF) (SELECT 1, 2, 3) UNION SELECT 3, 4, 5;
+      QUERY PLAN       
+-----------------------
+ HashAggregate
+   Group Key: (1), (2)
+   ->  Append
+         ->  Result
+         ->  Result
+(5 rows)
+
          QUERY PLAN         
 ----------------------------
- Unique
-   ->  Sort
...
test
[19:54:23.398]  91/306 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
51/5012 Vacuum statistics
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out /tmp/cirrus-ci-build/bu...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-10-22 19:41:03.55494500...
+++ /tmp/cirrus-ci-build/build/testrun/isolation/isolation/results/vacuum-extending-in-repetable-read.out	2024-10-22 19:...
@@ -9,9 +9,10 @@
     FROM pg_stat_vacuum_tables vt, pg_class c
     WHERE vt.relname = 'test_vacuum_stat_isolation' AND vt.relid = c.oid;
 
-relname|tuples_deleted|dead_tuples|tuples_frozen
--------+--------------+-----------+-------------
-(0 rows)
+relname                   |tuples_deleted|dead_tuples|tuples_frozen
+--------------------------+--------------+-----------+-------------
+test_vacuum_stat_isolation|             0|          0|            0
+(1 row)
 
 step s1_begin_repeatable_read: 
   BEGIN transaction ISOLATION LEVEL REPEATABLE READ;
@@ -22,7 +23,8 @@
   100
 (1 row)
...
test
[19:46:38.370]  46/311 postgresql:isolation / isolation/isolation                                      ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out /tmp/cirrus-ci-build/sr...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-10-22 19:41:03.69802073...
+++ /tmp/cirrus-ci-build/src/test/isolation/output_iso/results/vacuum-extending-in-repetable-read.out	2024-10-22 19:46:3...
@@ -9,9 +9,10 @@
     FROM pg_stat_vacuum_tables vt, pg_class c
     WHERE vt.relname = 'test_vacuum_stat_isolation' AND vt.relid = c.oid;
 
-relname|tuples_deleted|dead_tuples|tuples_frozen
--------+--------------+-----------+-------------
-(0 rows)
+relname                   |tuples_deleted|dead_tuples|tuples_frozen
+--------------------------+--------------+-----------+-------------
+test_vacuum_stat_isolation|             0|          0|            0
+(1 row)
 
 step s1_begin_repeatable_read: 
   BEGIN transaction ISOLATION LEVEL REPEATABLE READ;
@@ -22,7 +23,8 @@
   100
 (1 row)
...
Linux - Debian Bookworm - Meson
core
[19:51:17.291] #0  0x00007f0fa726ed24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[19:51:17.291] #1  0x00007f0fa721b239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[19:51:17.291] #2  0x00007f0fa721b497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[19:51:17.291] #3  0x00005647dc7bf5c1 in ?? ()
[19:51:17.291] #4  0x00005647dc7b9369 in ?? ()
[19:51:17.291] #5  0x00005647dc7b820f in ?? ()
[19:51:17.291] #6  0x00005647dc7b8c3b in ?? ()
[19:51:17.291] #7  0x00005647dc7b666f in ?? ()
[19:51:17.291] #8  0x00007f0fa720624a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[19:51:17.291] #9  0x00007f0fa7206305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[19:51:17.152] #0  0x00007f44ad6d2a50 in ?? ()
[19:51:17.152] #1  0x0000000000000003 in ?? ()
[19:51:17.152] #2  0x00007ffc7fa3a473 in ?? ()
[19:51:17.152] #3  0x00007ffc7fa3a476 in ?? ()
[19:51:17.152] #4  0x00007ffc7fa3a4fe in ?? ()
[19:51:17.152] #5  0x0000000000000000 in ?? ()
[19:51:17.282] #0  0x00007f0fa726ed24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
core
[19:51:17.796] #0  0x00007fb8806aed24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[19:51:17.796] #1  0x00007fb88065b239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[19:51:17.796] #2  0x00007fb880716184 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[19:51:17.796] #3  0x00007fb8807287dc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[19:51:17.796] #0  <unavailable> in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out /tmp/cirrus-ci-build/bu...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-10-22 19:41:04.38816144...
+++ /tmp/cirrus-ci-build/build/testrun/isolation/isolation/results/vacuum-extending-in-repetable-read.out	2024-10-22 19:...
@@ -9,9 +9,10 @@
     FROM pg_stat_vacuum_tables vt, pg_class c
     WHERE vt.relname = 'test_vacuum_stat_isolation' AND vt.relid = c.oid;
 
-relname|tuples_deleted|dead_tuples|tuples_frozen
--------+--------------+-----------+-------------
-(0 rows)
+relname                   |tuples_deleted|dead_tuples|tuples_frozen
+--------------------------+--------------+-----------+-------------
+test_vacuum_stat_isolation|             0|          0|            0
+(1 row)
 
 step s1_begin_repeatable_read: 
   BEGIN transaction ISOLATION LEVEL REPEATABLE READ;
@@ -22,7 +23,8 @@
   100
 (1 row)
...
test
[19:50:21.388]  40/311 postgresql:isolation / isolation/isolation                                      ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/isolation/expected/vacuum-extending-in-repetable-read.out C:/cirrus/buil...
--- C:/cirrus/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-10-22 19:41:16.739538900 +0000
+++ C:/cirrus/build/testrun/isolation/isolation/results/vacuum-extending-in-repetable-read.out	2024-10-22 19:45:31.93275...
@@ -9,9 +9,10 @@
     FROM pg_stat_vacuum_tables vt, pg_class c
     WHERE vt.relname = 'test_vacuum_stat_isolation' AND vt.relid = c.oid;
 
-relname|tuples_deleted|dead_tuples|tuples_frozen
--------+--------------+-----------+-------------
-(0 rows)
+relname                   |tuples_deleted|dead_tuples|tuples_frozen
+--------------------------+--------------+-----------+-------------
+test_vacuum_stat_isolation|             0|          0|            0
+(1 row)
 
 step s1_begin_repeatable_read: 
   BEGIN transaction ISOLATION LEVEL REPEATABLE READ;
@@ -22,7 +23,8 @@
   100
 (1 row)
...
test
[19:54:03.851]  30/306 postgresql:isolation / isolation/isolation                                      ERROR           1...
51/5320 Trigger more frequent autovacuums for insert-heavy tables
FreeBSD - 13 - Meson
assertion
TRAP: failed Assert("!(thisatt->attnotnull && att_isnull(attnum, bp))"), File: "../src/backend/catalog/indexing.c", Line...
assertion
TRAP: failed Assert("!(thisatt->attnotnull && att_isnull(attnum, bp))"), File: "../src/backend/catalog/indexing.c", Line...
assertion
TRAP: failed Assert("!(thisatt->attnotnull && att_isnull(attnum, bp))"), File: "../src/backend/catalog/indexing.c", Line...
core
[19:30:55.629] #0  0x0000512330cbbff0 in ?? ()
[19:30:55.629] #1  0x0000000000000003 in ?? ()
[19:30:55.629] #2  0x00002765269ca2f0 in ?? ()
[19:30:55.629] #3  0x00002765269ca2f3 in ?? ()
[19:30:55.629] #4  0x00002765269ca2f6 in ?? ()
[19:30:55.629] #5  0x0000000000000000 in ?? ()
core
[19:30:54.913] #0  0x000000082c9ba41a in thr_kill () from /lib/libc.so.7
[19:30:54.913] #1  0x000000082c933e64 in raise () from /lib/libc.so.7
[19:30:54.913] #2  0x000000082c9e46f9 in abort () from /lib/libc.so.7
[19:30:54.913] #3  0x0000000000a92555 in ExceptionalCondition (conditionName=0x2e6200 "!(thisatt->attnotnull && att_isnu...
[19:30:54.913] #4  0x0000000000698b83 in CatalogTupleCheckConstraints (tup=0x8445a1770, heapRel=<optimized out>) at ../s...
[19:30:54.913] #5  CatalogTupleUpdate (heapRel=heapRel@entry=0x8369a4da8, otid=0x8445a1774, tup=0x8445a1770) at ../src/b...
[19:30:54.913] #6  0x00000000008ef88b in relation_statistics_update (fcinfo=0x84454f7e8, elevel=21) at ../src/backend/st...
[19:30:54.913] #7  0x00000000008ef709 in pg_set_relation_stats (fcinfo=0x18dff) at ../src/backend/statistics/relation_st...
[19:30:54.913] #8  0x000000000075b881 in ExecInterpExpr (state=0x84454f690, econtext=0x84454f438, isnull=0x821a00b66) at...
[19:30:54.913] #9  0x000000000079def7 in ExecEvalExprSwitchContext (state=0x84454f690, econtext=0x84454f438, isNull=0x82...
core
[19:30:55.212] #0  0x000000082b0f441a in thr_kill () from /lib/libc.so.7
[19:30:55.212] #1  0x000000082b06de64 in raise () from /lib/libc.so.7
[19:30:55.212] #2  0x000000082b11e6f9 in abort () from /lib/libc.so.7
[19:30:55.212] #3  0x0000000000a92555 in ExceptionalCondition (conditionName=0x2e6200 "!(thisatt->attnotnull && att_isnu...
[19:30:55.212] #4  0x0000000000698b83 in CatalogTupleCheckConstraints (tup=0x833b27770, heapRel=<optimized out>) at ../s...
[19:30:55.212] #5  CatalogTupleUpdate (heapRel=heapRel@entry=0x833c14468, otid=0x833b27774, tup=0x833b27770) at ../src/b...
[19:30:55.212] #6  0x00000000008ef88b in relation_statistics_update (fcinfo=0x833b257e8, elevel=21) at ../src/backend/st...
[19:30:55.212] #7  0x00000000008ef709 in pg_set_relation_stats (fcinfo=0x18dd1) at ../src/backend/statistics/relation_st...
[19:30:55.212] #8  0x000000000075b881 in ExecInterpExpr (state=0x833b25690, econtext=0x833b25438, isnull=0x8216ca5f6) at...
[19:30:55.212] #9  0x000000000079def7 in ExecEvalExprSwitchContext (state=0x833b25690, econtext=0x833b25438, isNull=0x82...
core
[19:30:55.522] #0  0x000000082a99b41a in thr_kill () from /lib/libc.so.7
[19:30:55.522] #1  0x000000082a914e64 in raise () from /lib/libc.so.7
[19:30:55.522] #2  0x000000082a9c56f9 in abort () from /lib/libc.so.7
[19:30:55.522] #3  0x0000000000a92555 in ExceptionalCondition (conditionName=0x2e6200 "!(thisatt->attnotnull && att_isnu...
[19:30:55.522] #4  0x0000000000698b83 in CatalogTupleCheckConstraints (tup=0x83b0d8770, heapRel=<optimized out>) at ../s...
[19:30:55.522] #5  CatalogTupleUpdate (heapRel=heapRel@entry=0x833ef3568, otid=0x83b0d8774, tup=0x83b0d8770) at ../src/b...
[19:30:55.522] #6  0x00000000008ef88b in relation_statistics_update (fcinfo=0x83b08a7e8, elevel=21) at ../src/backend/st...
[19:30:55.522] #7  0x00000000008ef709 in pg_set_relation_stats (fcinfo=0x1870f) at ../src/backend/statistics/relation_st...
[19:30:55.522] #8  0x000000000075b881 in ExecInterpExpr (state=0x83b08a690, econtext=0x83b08a438, isnull=0x82130e056) at...
[19:30:55.522] #9  0x000000000079def7 in ExecEvalExprSwitchContext (state=0x83b08a690, econtext=0x83b08a438, isNull=0x82...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/database.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_p...
--- /tmp/cirrus-ci-build/src/test/regress/expected/database.out	2024-10-22 19:25:02.466448000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/database.out	2024-10-22 19:26:37.795713000...
@@ -2,14 +2,10 @@
 	ENCODING utf8 LC_COLLATE "C" LC_CTYPE "C" TEMPLATE template0;
 ALTER DATABASE regression_tbd RENAME TO regression_utf8;
 ALTER DATABASE regression_utf8 SET TABLESPACE regress_tblspace;
-ALTER DATABASE regression_utf8 RESET TABLESPACE;
-ALTER DATABASE regression_utf8 CONNECTION_LIMIT 123;
--- Test PgDatabaseToastTable.  Doing this with GRANT would be slow.
-BEGIN;
-UPDATE pg_database
-SET datacl = array_fill(makeaclitem(10, 10, 'USAGE', false), ARRAY[5e5::int])
-WHERE datname = 'regression_utf8';
--- load catcache entry, if nothing else does
-ALTER DATABASE regression_utf8 RESET TABLESPACE;
-ROLLBACK;
-DROP DATABASE regression_utf8;
+WARNING:  terminating connection because of crash of another server process
+DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because anothe...
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/database.out /tmp/cirrus-ci-build/build/testrun/recovery/027_str...
--- /tmp/cirrus-ci-build/src/test/regress/expected/database.out	2024-10-22 19:25:02.466448000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/database.out	2024-10-22 19:27:06.4845050...
@@ -2,14 +2,10 @@
 	ENCODING utf8 LC_COLLATE "C" LC_CTYPE "C" TEMPLATE template0;
 ALTER DATABASE regression_tbd RENAME TO regression_utf8;
 ALTER DATABASE regression_utf8 SET TABLESPACE regress_tblspace;
-ALTER DATABASE regression_utf8 RESET TABLESPACE;
-ALTER DATABASE regression_utf8 CONNECTION_LIMIT 123;
--- Test PgDatabaseToastTable.  Doing this with GRANT would be slow.
-BEGIN;
-UPDATE pg_database
-SET datacl = array_fill(makeaclitem(10, 10, 'USAGE', false), ARRAY[5e5::int])
-WHERE datname = 'regression_utf8';
--- load catcache entry, if nothing else does
-ALTER DATABASE regression_utf8 RESET TABLESPACE;
-ROLLBACK;
-DROP DATABASE regression_utf8;
+WARNING:  terminating connection because of crash of another server process
+DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because anothe...
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/database.out /tmp/cirrus-ci-build/build/testrun/regress/regress/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/database.out	2024-10-22 19:25:02.466448000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/database.out	2024-10-22 19:26:37.120778000 +0000
@@ -13,3 +13,10 @@
 ALTER DATABASE regression_utf8 RESET TABLESPACE;
 ROLLBACK;
 DROP DATABASE regression_utf8;
+WARNING:  terminating connection because of crash of another server process
+DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because anothe...
+HINT:  In a moment you should be able to reconnect to the database and repeat your command.
+server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
+connection to server was lost
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/stats_import.out /tmp/cirrus-ci-build/build/testrun/regress/regr...
--- /tmp/cirrus-ci-build/src/test/regress/expected/stats_import.out	2024-10-22 19:25:02.526310000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/stats_import.out	2024-10-22 19:26:37.115910000 +0000
@@ -92,89 +92,7 @@
         18::integer,
         401.0::real,
...
tap
[19:26:40.432](7.367s) not ok 5 - regression tests pass
[19:26:42.308](1.872s) not ok 6 - dump before running pg_upgrade
tap
[19:27:08.706](7.972s) not ok 2 - regression tests pass
test
[19:29:43.194]   8/311 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[19:29:43.194]  35/311 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[19:29:43.194]   6/311 postgresql:regress / regress/regress                                            ERROR            ...
Linux - Debian Bookworm - Autoconf
core
[19:31:43.865] #0  0x00007f3bf34abe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[19:31:43.865] #1  0x00007f3bf345cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[19:31:43.865] #2  0x00007f3bf3447472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[19:31:43.865] #3  0x00007f3bf46d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[19:31:43.865] #4  0x00007f3bf46e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[19:31:43.865] #5  0x00007f3bf46c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffcd381a336, __in_ch...
[19:31:43.865] #6  0x00007f3bf46c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140723856977824, sp...
[19:31:43.865] #7  0x00007f3bf46c284f in __asan::__asan_report_store4 (addr=<optimized out>) at ../../../../src/libsanit...
[19:31:43.865] #8  0x0000556949afc8ec in relation_statistics_update (fcinfo=0x6250000698e8, elevel=elevel@entry=21) at r...
[19:31:43.865] #9  0x0000556949afc94d in pg_set_relation_stats (fcinfo=<optimized out>) at relation_stats.c:200
core
[19:31:44.369] #0  0x00007f9e3baabe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[19:31:44.369] #1  0x00007f9e3ba5cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[19:31:44.369] #2  0x00007f9e3ba47472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[19:31:44.369] #3  0x00007f9e3cad650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[19:31:44.369] #4  0x00007f9e3cae2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[19:31:44.369] #5  0x00007f9e3cac1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffcde7a1616, __in_ch...
[19:31:44.369] #6  0x00007f9e3cac14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140724041032320, sp...
[19:31:44.369] #7  0x00007f9e3cac284f in __asan::__asan_report_store4 (addr=<optimized out>) at ../../../../src/libsanit...
[19:31:44.369] #8  0x000055f6476638ec in relation_statistics_update (fcinfo=0x6250000670e8, elevel=elevel@entry=21) at r...
[19:31:44.369] #9  0x000055f64766394d in pg_set_relation_stats (fcinfo=<optimized out>) at relation_stats.c:200
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/opr_sanity.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check...
--- /tmp/cirrus-ci-build/src/test/regress/expected/opr_sanity.out	2024-10-22 19:25:01.041573243 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/opr_sanity.out	2024-10-22 19:30:22.178673086 +0000
@@ -2205,103 +2205,10 @@
 WHERE am.amname = 'btree' AND
     amp.amproc IS DISTINCT FROM 'btequalimage'::regproc
 ORDER BY 1, 2, 3;
-        proc        |  opfamily_name   |   opclass_name   |    opcintype     
---------------------+------------------+------------------+------------------
- btvarstrequalimage | bpchar_ops       | bpchar_ops       | character
- btvarstrequalimage | text_ops         | name_ops         | name
- btvarstrequalimage | text_ops         | text_ops         | text
- btvarstrequalimage | text_ops         | varchar_ops      | text
-                    | array_ops        | array_ops        | anyarray
-                    | float_ops        | float4_ops       | real
-                    | float_ops        | float8_ops       | double precision
-                    | interval_ops     | interval_ops     | interval
-                    | jsonb_ops        | jsonb_ops        | jsonb
-                    | multirange_ops   | multirange_ops   | anymultirange
-                    | numeric_ops      | numeric_ops      | numeric
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/database.out /tmp/cirrus-ci-build/src/test/regress/results/datab...
--- /tmp/cirrus-ci-build/src/test/regress/expected/database.out	2024-10-22 19:25:00.997733426 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/database.out	2024-10-22 19:28:57.218732051 +0000
@@ -2,14 +2,10 @@
 	ENCODING utf8 LC_COLLATE "C" LC_CTYPE "C" TEMPLATE template0;
 ALTER DATABASE regression_tbd RENAME TO regression_utf8;
 ALTER DATABASE regression_utf8 SET TABLESPACE regress_tblspace;
-ALTER DATABASE regression_utf8 RESET TABLESPACE;
-ALTER DATABASE regression_utf8 CONNECTION_LIMIT 123;
--- Test PgDatabaseToastTable.  Doing this with GRANT would be slow.
-BEGIN;
-UPDATE pg_database
-SET datacl = array_fill(makeaclitem(10, 10, 'USAGE', false), ARRAY[5e5::int])
-WHERE datname = 'regression_utf8';
--- load catcache entry, if nothing else does
-ALTER DATABASE regression_utf8 RESET TABLESPACE;
-ROLLBACK;
-DROP DATABASE regression_utf8;
+WARNING:  terminating connection because of crash of another server process
+DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because anothe...
...
sanitizer
SUMMARY: AddressSanitizer: stack-buffer-overflow /tmp/cirrus-ci-build/src/backend/statistics/relation_stats.c:170 in rel...
sanitizer
SUMMARY: AddressSanitizer: stack-buffer-overflow /tmp/cirrus-ci-build/src/backend/statistics/relation_stats.c:170 in rel...
tap
[19:30:31.447](18.762s) not ok 5 - regression tests pass
[19:30:35.310](3.818s) not ok 6 - dump before running pg_upgrade
Linux - Debian Bookworm - Meson
core
[19:33:32.996] #0  0x00007fb9ce2a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[19:33:32.996] #1  0x00007fb9ce25afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[19:33:32.996] #2  0x00007fb9ce245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[19:33:32.996] #3  0x00007fb9ce41e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[19:33:32.996] #4  0x00007fb9ce42aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[19:33:32.996] #5  0x00007fb9ce40db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55f366502040, In...
[19:33:32.996] #6  0x000055f3658ad175 in relation_statistics_update (fcinfo=0x55f375ad87a8, elevel=elevel@entry=21) at ....
[19:33:32.996] #7  0x000055f3658ad2a9 in pg_set_relation_stats (fcinfo=<optimized out>) at ../src/backend/statistics/rel...
[19:33:32.996] #8  0x000055f36553e488 in ExecInterpExpr (state=0x55f375ad8650, econtext=0x55f375ad83f8, isnull=0x7fff43f...
[19:33:32.996] #9  0x000055f365532f5c in ExecInterpExprStillValid (state=0x55f375ad8650, econtext=0x55f375ad83f8, isNull...
core
[19:33:31.513] #0  0x00007f6a894a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[19:33:31.513] #1  0x00007f6a8945afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[19:33:31.513] #2  0x00007f6a89445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[19:33:31.513] #3  0x00007f6a8961e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[19:33:31.513] #4  0x00007f6a8962aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[19:33:31.513] #5  0x00007f6a8960db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55989af2f040, In...
[19:33:31.513] #6  0x000055989a2da175 in relation_statistics_update (fcinfo=0x5598adfae1c8, elevel=elevel@entry=21) at ....
[19:33:31.513] #7  0x000055989a2da2a9 in pg_set_relation_stats (fcinfo=<optimized out>) at ../src/backend/statistics/rel...
[19:33:31.513] #8  0x0000559899f6b488 in ExecInterpExpr (state=0x5598adfae070, econtext=0x5598adfade18, isnull=0x7ffd039...
[19:33:31.513] #9  0x0000559899f5ff5c in ExecInterpExprStillValid (state=0x5598adfae070, econtext=0x5598adfade18, isNull...
core
[19:33:32.269] #0  0x00007fa002ea9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[19:33:32.269] #1  0x00007fa002e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[19:33:32.269] #2  0x00007fa002e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[19:33:32.269] #3  0x00007fa00301e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[19:33:32.269] #4  0x00007fa00302aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[19:33:32.269] #5  0x00007fa00300db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x559776d80040, In...
[19:33:32.269] #6  0x000055977612b175 in relation_statistics_update (fcinfo=0x5597a2efac38, elevel=elevel@entry=21) at ....
[19:33:32.269] #7  0x000055977612b2a9 in pg_set_relation_stats (fcinfo=<optimized out>) at ../src/backend/statistics/rel...
[19:33:32.269] #8  0x0000559775dbc488 in ExecInterpExpr (state=0x5597a2efaae0, econtext=0x5597a2efa888, isnull=0x7ffccc8...
[19:33:32.269] #9  0x0000559775db0f5c in ExecInterpExprStillValid (state=0x5597a2efaae0, econtext=0x5597a2efa888, isNull...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/database.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_p...
--- /tmp/cirrus-ci-build/src/test/regress/expected/database.out	2024-10-22 19:24:59.778009012 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/database.out	2024-10-22 19:29:33.702897866...
@@ -2,14 +2,10 @@
 	ENCODING utf8 LC_COLLATE "C" LC_CTYPE "C" TEMPLATE template0;
 ALTER DATABASE regression_tbd RENAME TO regression_utf8;
 ALTER DATABASE regression_utf8 SET TABLESPACE regress_tblspace;
-ALTER DATABASE regression_utf8 RESET TABLESPACE;
-ALTER DATABASE regression_utf8 CONNECTION_LIMIT 123;
--- Test PgDatabaseToastTable.  Doing this with GRANT would be slow.
-BEGIN;
-UPDATE pg_database
-SET datacl = array_fill(makeaclitem(10, 10, 'USAGE', false), ARRAY[5e5::int])
-WHERE datname = 'regression_utf8';
--- load catcache entry, if nothing else does
-ALTER DATABASE regression_utf8 RESET TABLESPACE;
-ROLLBACK;
-DROP DATABASE regression_utf8;
+WARNING:  terminating connection because of crash of another server process
+DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because anothe...
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/regex.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream...
--- /tmp/cirrus-ci-build/src/test/regress/expected/regex.out	2024-10-22 19:24:59.834132890 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/regex.out	2024-10-22 19:30:02.722940727 ...
@@ -468,178 +468,10 @@
 -- This generates O(N) states but O(N^2) arcs, so it causes problems
 -- if arc count is not constrained
 select 'x' ~ repeat('x*y*z*', 1000);
-ERROR:  invalid regular expression: regular expression is too complex
--- Test backref in combination with non-greedy quantifier
--- https://core.tcl.tk/tcl/tktview/6585b21ca8fa6f3678d442b97241fdd43dba2ec0
-select 'Programmer' ~ '(\w).*?\1' as t;
- t 
----
- t
-(1 row)
-
-select regexp_matches('Programmer', '(\w)(.*?\1)', 'g');
- regexp_matches 
-----------------
- {r,ogr}
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/database.out /tmp/cirrus-ci-build/build/testrun/regress/regress/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/database.out	2024-10-22 19:24:59.778009012 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/database.out	2024-10-22 19:29:29.154898787 +0000
@@ -2,14 +2,10 @@
 	ENCODING utf8 LC_COLLATE "C" LC_CTYPE "C" TEMPLATE template0;
 ALTER DATABASE regression_tbd RENAME TO regression_utf8;
 ALTER DATABASE regression_utf8 SET TABLESPACE regress_tblspace;
-ALTER DATABASE regression_utf8 RESET TABLESPACE;
-ALTER DATABASE regression_utf8 CONNECTION_LIMIT 123;
--- Test PgDatabaseToastTable.  Doing this with GRANT would be slow.
-BEGIN;
-UPDATE pg_database
-SET datacl = array_fill(makeaclitem(10, 10, 'USAGE', false), ARRAY[5e5::int])
-WHERE datname = 'regression_utf8';
--- load catcache entry, if nothing else does
-ALTER DATABASE regression_utf8 RESET TABLESPACE;
-ROLLBACK;
-DROP DATABASE regression_utf8;
+WARNING:  terminating connection because of crash of another server process
+DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because anothe...
...
tap
[19:29:40.116](13.454s) not ok 5 - regression tests pass
[19:29:43.204](3.070s) not ok 6 - dump before running pg_upgrade
tap
[19:30:09.474](12.681s) not ok 2 - regression tests pass
test
[19:32:25.632]  14/311 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[19:32:25.632]  40/311 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[19:32:25.632]   6/311 postgresql:regress / regress/regress                                            ERROR            ...
51/5246 Allow SQL functions use CachedPlan machinery
FreeBSD - 13 - Meson
core
[19:10:24.107] #0  0x0000316441c935be in ?? () from /lib/libc.so.7
[19:10:24.107] #1  0x0000316441c89e02 in ?? () from /lib/libc.so.7
[19:10:24.107] #2  0x0000316441c8c0a8 in ?? () from /lib/libc.so.7
[19:10:24.107] #3  0x000044373507306d in ?? () from /libexec/ld-elf.so.1
[19:10:24.107] #4  0x0000000000000000 in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upg...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-10-22 19:04:46.756567000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/xml.out	2024-10-22 19:06:20.255660000 +000...
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-10-22 19:04:46.756567000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/xml.out	2024-10-22 19:07:04.926776000 +0...
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/regress/regress/resul...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-10-22 19:04:46.756567000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/xml.out	2024-10-22 19:06:12.786387000 +0000
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
tap
[19:06:39.291](67.161s) not ok 5 - regression tests pass
tap
[19:07:20.031](70.679s) not ok 2 - regression tests pass
test
[19:09:15.854]  38/311 postgresql:regress / regress/regress                                            ERROR            ...
[19:09:15.854]  98/311 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[19:09:15.854] 150/311 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/result...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-10-22 19:04:46.861713546 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/xml.out	2024-10-22 19:10:12.821047049 +0000
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-10-22 19:04:46.861713546 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/xml.out	2024-10-22 19:11:56.237472274 +0000
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/src/test/regress/results/xml.out
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-10-22 19:04:46.861713546 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/xml.out	2024-10-22 19:08:03.785242636 +0000
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
tap
[19:10:21.137](118.681s) not ok 5 - regression tests pass
tap
[19:12:02.898](60.577s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upg...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-10-22 19:04:44.225539097 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/xml.out	2024-10-22 19:07:04.968528388 +000...
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-10-22 19:04:44.225539097 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/xml.out	2024-10-22 19:07:40.352233924 +0...
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/regress/regress/resul...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-10-22 19:04:44.225539097 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/xml.out	2024-10-22 19:06:59.028563249 +0000
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
tap
[19:07:15.522](70.525s) not ok 5 - regression tests pass
tap
[19:07:48.801](70.702s) not ok 2 - regression tests pass
test
[19:09:27.983]  43/311 postgresql:regress / regress/regress                                            ERROR            ...
[19:09:27.983] 121/311 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[19:09:27.983] 152/311 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/xml.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade...
--- /Users/admin/pgsql/src/test/regress/expected/xml.out	2024-10-22 19:04:44
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/xml.out	2024-10-22 19:06:41
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/xml.out /Users/admin/pgsql/build/testrun/recovery/027_stream_regre...
--- /Users/admin/pgsql/src/test/regress/expected/xml.out	2024-10-22 19:04:44
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/xml.out	2024-10-22 19:07:51
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/xml.out /Users/admin/pgsql/build/testrun/regress/regress/results/x...
--- /Users/admin/pgsql/src/test/regress/expected/xml.out	2024-10-22 19:04:44
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/xml.out	2024-10-22 19:06:43
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
tap
[19:06:51.951](53.443s) not ok 5 - regression tests pass
tap
[19:08:02.263](67.844s) not ok 2 - regression tests pass
test
[19:10:55.366]  26/311 postgresql:regress / regress/regress                                            ERROR            ...
[19:10:55.366]  48/311 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[19:10:55.366] 140/311 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
51/5306 Set AUTOCOMMIT to on in script output by pg_dump
macOS - Sonoma - Meson
tap
[18:41:38.962](0.002s) not ok 5 - unable to verify backup nomanifest: matches
test
[18:43:52.728] 155/311 postgresql:pg_combinebackup / pg_combinebackup/004_manifest                     ERROR            ...
50/5317 type cache cleanup improvements
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/build/testrun/regress-running/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-10-22 18:23:14.676052000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress-running/regress/results/triggers.out	2024-10-22 18:28:03.168650000 +0000
@@ -2145,14 +2145,9 @@
 create table trigpart3 (like trigpart);
 create trigger trg1 after insert on trigpart3 for each row execute procedure trigger_nothing();
 \d trigpart3
-             Table "public.trigpart3"
- Column |  Type   | Collation | Nullable | Default 
---------+---------+-----------+----------+---------
- a      | integer |           |          | 
- b      | integer |           |          | 
-Triggers:
-    trg1 AFTER INSERT ON trigpart3 FOR EACH ROW EXECUTE FUNCTION trigger_nothing()
-
+ERROR:  error triggered for injection point typecache-before-rel-type-cache-insert
+LINE 2: ....pg_roles where oid = any (pol.polroles) order by 1),',') EN...
+                                                             ^
 alter table trigpart attach partition trigpart3 FOR VALUES FROM (2000) to (3000); -- fail
 ERROR:  trigger "trg1" for relation "trigpart3" already exists
...
test
[18:28:33.176] 74/76 postgresql:regress-running / regress-running/regress                         ERROR            26.98...
51/5004 CREATE INDEX CONCURRENTLY for partitioned tables
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_p...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-10-22 16:27:17.032531000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/indexing.out	2024-10-22 16:29:02.302711000...
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/recovery/027_str...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-10-22 16:27:17.032531000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/indexing.out	2024-10-22 16:29:41.5275910...
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/regress/regress/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-10-22 16:27:17.032531000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/indexing.out	2024-10-22 16:28:57.626384000 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[16:29:06.213](66.523s) not ok 5 - regression tests pass
tap
[16:29:43.529](66.398s) not ok 2 - regression tests pass
test
[16:44:37.584]  41/311 postgresql:regress / regress/regress                                            ERROR            ...
[16:44:37.584]  84/311 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[16:44:37.584] 141/311 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[16:44:37.584] 311/311 postgresql:isolation / isolation/isolation                                      TIMEOUT        10...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-10-22 16:27:19.247100922 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/indexing.out	2024-10-22 16:33:45.216763554 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/partitioned-cic.out /tmp/cirrus-ci-build/src/test/isolation/ou...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/partitioned-cic.out	2024-10-22 16:27:19.048398859 +0000
+++ /tmp/cirrus-ci-build/src/test/isolation/output_iso/results/partitioned-cic.out	2024-10-22 16:54:56.519522244 +0000
@@ -3,10 +3,14 @@
 starting permutation: lock_p1 cic insert drop2 commit chk_content
 step lock_p1: lock cictab_part_1 in row exclusive mode;
 step cic: CREATE INDEX CONCURRENTLY ON cictab(i); <waiting ...>
-step insert: insert into cictab values (1, 1), (11, 1);
-step drop2: DROP TABLE cictab_part_2;
+step insert: insert into cictab values (1, 1), (11, 1); <waiting ...>
+isolationtester: canceling step insert after 360 seconds
+step insert: <... completed>
+ERROR:  canceling statement due to user request
+step drop2: DROP TABLE cictab_part_2; <waiting ...>
 step commit: COMMIT;
 step cic: <... completed>
+step drop2: <... completed>
 step chk_content: 
   set enable_seqscan to off;
   explain (costs off) select * from cictab where i > 0;
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/src/test/recovery/tmp_check/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-10-22 16:27:19.247100922 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/indexing.out	2024-10-22 16:35:19.585589174 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/src/test/regress/results/index...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-10-22 16:27:19.247100922 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/indexing.out	2024-10-22 16:31:09.384102012 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[16:33:48.235](120.106s) not ok 5 - regression tests pass
tap
[16:35:22.772](69.148s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_p...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-10-22 16:27:17.637900351 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/indexing.out	2024-10-22 16:30:10.314122297...
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/recovery/027_str...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-10-22 16:27:17.637900351 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/indexing.out	2024-10-22 16:30:44.4575969...
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/regress/regress/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-10-22 16:27:17.637900351 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/indexing.out	2024-10-22 16:30:06.690174291 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[16:30:12.832](87.209s) not ok 5 - regression tests pass
tap
[16:30:46.806](81.189s) not ok 2 - regression tests pass
test
[16:45:21.855]  43/311 postgresql:regress / regress/regress                                            ERROR            ...
[16:45:21.855] 115/311 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[16:45:21.855] 146/311 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[16:45:21.855] 311/311 postgresql:isolation / isolation/isolation                                      TIMEOUT        10...
macOS - Sonoma - Meson
core
[16:48:10.521]   * frame #0: 0x0000000100654b70 dyld`_dyld_start
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/indexing.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_up...
--- /Users/admin/pgsql/src/test/regress/expected/indexing.out	2024-10-22 16:27:13
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/indexing.out	2024-10-22 16:29:36
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/indexing.out /Users/admin/pgsql/build/testrun/recovery/027_stream_...
--- /Users/admin/pgsql/src/test/regress/expected/indexing.out	2024-10-22 16:27:13
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/indexing.out	2024-10-22 16:31:02
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/indexing.out /Users/admin/pgsql/build/testrun/regress/regress/resu...
--- /Users/admin/pgsql/src/test/regress/expected/indexing.out	2024-10-22 16:27:13
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/indexing.out	2024-10-22 16:29:36
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[16:29:40.055](68.395s) not ok 5 - regression tests pass
tap
[16:31:05.106](81.593s) not ok 2 - regression tests pass
test
[16:45:08.449]  26/311 postgresql:regress / regress/regress                                            ERROR            ...
[16:45:08.449]  42/311 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[16:45:08.449] 106/311 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[16:45:08.449] 311/311 postgresql:isolation / isolation/isolation                                      TIMEOUT        10...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/indexing.out C:/cirrus/build/testrun/pg_upgrade/002_pg_...
--- C:/cirrus/src/test/regress/expected/indexing.out	2024-10-22 16:27:28.234315100 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/indexing.out	2024-10-22 16:31:43.036530600 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/indexing.out C:/cirrus/build/testrun/recovery/027_strea...
--- C:/cirrus/src/test/regress/expected/indexing.out	2024-10-22 16:27:28.234315100 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/indexing.out	2024-10-22 16:34:08.564402100 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/indexing.out C:/cirrus/build/testrun/regress/regress/re...
--- C:/cirrus/src/test/regress/expected/indexing.out	2024-10-22 16:27:28.234315100 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/indexing.out	2024-10-22 16:31:34.546775900 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[16:31:53.772](132.376s) not ok 5 - regression tests pass
tap
[16:34:15.386](128.645s) not ok 2 - regression tests pass
test
[16:46:12.796]  24/306 postgresql:regress / regress/regress                                            ERROR           1...
[16:46:12.796]  39/306 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           2...
[16:46:12.796]  77/306 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
[16:46:12.796] 306/306 postgresql:isolation / isolation/isolation                                      TIMEOUT        10...
50/5270 jsonpath string methods: lower, upper, initcap, l/r/btrim, replace, split_part
CompilerWarnings
compiler
[15:28:01.909] jsonpath_exec.c:2829:13: error: mixing declarations and code is incompatible with standards before C99 [-...
compiler
[15:27:52.545] jsonpath_exec.c:2829:13: error: mixing declarations and code is incompatible with standards before C99 [-...
compiler
[15:27:21.526] jsonpath_exec.c:2829:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta...
compiler
[15:27:11.325] jsonpath_exec.c:2829:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta...
compiler
[15:28:27.385] jsonpath_exec.c:2829:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta...
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out /tmp/cirrus-ci-build/build-32/testrun/pg_upgr...
--- /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out	2024-10-22 15:26:32.638381636 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/pg_upgrade/002_pg_upgrade/data/results/jsonb_jsonpath.out	2024-10-22 15:32:30....
@@ -3078,7 +3078,7 @@
 select jsonb_path_query('"abc~@~def~@~ghi"', '$.split_part("~@~", 2)');
  jsonb_path_query 
 ------------------
- "def"
+ ""
 (1 row)
 
 -- Test string methods play nicely together
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out /tmp/cirrus-ci-build/build-32/testrun/recover...
--- /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out	2024-10-22 15:26:32.638381636 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/recovery/027_stream_regress/data/results/jsonb_jsonpath.out	2024-10-22 15:33:1...
@@ -3078,7 +3078,7 @@
 select jsonb_path_query('"abc~@~def~@~ghi"', '$.split_part("~@~", 2)');
  jsonb_path_query 
 ------------------
- "def"
+ ""
 (1 row)
 
 -- Test string methods play nicely together
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out /tmp/cirrus-ci-build/build-32/testrun/regress...
--- /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out	2024-10-22 15:26:32.638381636 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/regress/regress/results/jsonb_jsonpath.out	2024-10-22 15:32:24.262898976 +0000
@@ -3078,7 +3078,7 @@
 select jsonb_path_query('"abc~@~def~@~ghi"', '$.split_part("~@~", 2)');
  jsonb_path_query 
 ------------------
- "def"
+ ""
 (1 row)
 
 -- Test string methods play nicely together
tap
[15:32:50.032](71.592s) not ok 5 - regression tests pass
tap
[15:33:26.349](74.136s) not ok 2 - regression tests pass
test
[15:35:12.376]  39/311 postgresql:regress / regress/regress                                            ERROR            ...
[15:35:12.376] 121/311 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[15:35:12.376] 152/311 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
50/4450 Replace a large number of OR clauses with ANY expression
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/basic.out /tmp/cirrus-ci-build/build/testrun/in...
--- /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/basic.out	2024-10-22 14:34:56.746998000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/injection_points/isolation/results/basic.out	2024-10-22 14:38:01.289844000 +0000
@@ -13,16 +13,16 @@
                        
 (1 row)
 
-step wait1: <... completed>
-injection_points_run
---------------------
-                    
-(1 row)
-
 step detach2: SELECT injection_points_detach('injection-points-wait');
 injection_points_detach
 -----------------------
                        
+(1 row)
+
+step wait1: <... completed>
...
test
[14:40:07.038] 114/311 postgresql:injection_points / injection_points/isolation                        ERROR            ...
51/5087 Doc: Move and modify standalone hot backups section
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/basic.out /tmp/cirrus-ci-build/build/testrun/in...
--- /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/basic.out	2024-10-22 12:00:45.577912000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/injection_points/isolation/results/basic.out	2024-10-22 12:03:32.644168000 +0000
@@ -13,16 +13,16 @@
                        
 (1 row)
 
-step wait1: <... completed>
-injection_points_run
---------------------
-                    
-(1 row)
-
 step detach2: SELECT injection_points_detach('injection-points-wait');
 injection_points_detach
 -----------------------
                        
+(1 row)
+
+step wait1: <... completed>
...
test
[12:05:30.025] 114/311 postgresql:injection_points / injection_points/isolation                        ERROR            ...
51/5176 Allow casting between bytea and integer types
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/basic.out /tmp/cirrus-ci-build/build/testrun/in...
--- /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/basic.out	2024-10-22 11:42:49.640886000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/injection_points-running/isolation/results/basic.out	2024-10-22 11:48:07.85195600...
@@ -13,16 +13,16 @@
                        
 (1 row)
 
-step wait1: <... completed>
-injection_points_run
---------------------
-                    
-(1 row)
-
 step detach2: SELECT injection_points_detach('injection-points-wait');
 injection_points_detach
 -----------------------
                        
+(1 row)
+
+step wait1: <... completed>
...
test
[11:48:39.425] 62/75 postgresql:injection_points-running / injection_points-running/isolation     ERROR             2.78...
51/4476 Extract numeric field in JSONB more effectively
macOS - Sonoma - Meson
core
[10:52:05.317]   * frame #0: 0x00000001858dfd24 dyld`stat64 + 8
[10:52:05.317]     frame #1: 0x0000000185942c30 dyld`stat_with_subsystem + 56
[10:52:05.317]     frame #2: 0x000000018592dc44 dyld`dyld3::stat(char const*, stat*) + 28
[10:52:05.317]     frame #3: 0x00000001859062fc dyld`dyld4::SyscallDelegate::fileExists(char const*, dyld4::FileID*, int...
[10:52:05.317]     frame #4: 0x000000018590412c dyld`invocation function for block in dyld4::PrebuiltLoader::invalidateI...
[10:52:05.317]     frame #5: 0x00000001858e5d08 dyld`dyld4::ProcessConfig::PathOverrides::forEachPathVariant(char const*...
[10:52:05.317]     frame #6: 0x0000000185903ed0 dyld`dyld4::PrebuiltLoader::invalidateInIsolation(dyld4::RuntimeState co...
[10:52:05.317]     frame #7: 0x0000000185903bdc dyld`dyld4::PrebuiltLoader::isValid(dyld4::RuntimeState const&) const + ...
[10:52:05.317]     frame #8: 0x00000001858f2a08 dyld`dyld4::RuntimeState::findPrebuiltLoader(char const*) const + 104
[10:52:05.317]     frame #9: 0x00000001858f68fc dyld`dyld4::Loader::makeDyldCacheLoader(Diagnostics&, dyld4::RuntimeStat...
tap
[10:48:30.753](0.000s) not ok 37 - quuux2 scanned
[10:48:30.753](0.000s) not ok 38 - updated partition constraint for default partition quuux_default1
test
[10:48:45.197] 294/311 postgresql:test_misc / test_misc/001_constraint_validation                      ERROR            ...
51/5318 System views for versions reporting
Linux - Debian Bookworm - Meson
core
[10:06:23.323] #0  0x00007fdc14eaed24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[10:06:23.323] #1  0x00007fdc14e5b239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[10:06:23.323] #2  0x00007fdc14f16184 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[10:06:23.323] #3  0x00007fdc14f287dc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[10:06:23.323] #0  <unavailable> in ?? ()
test
[10:05:14.179] 296/311 postgresql:test_slru / test_slru/001_multixact                                  ERROR            ...
51/4412 Client authentication via OAuth 2.0
FreeBSD - 13 - Meson
core
[09:21:49.939] #0  0x0000446fe3310ff0 in ?? ()
[09:21:49.939] #1  0x0000000000000003 in ?? ()
[09:21:49.939] #2  0x00001c320170f1e8 in ?? ()
[09:21:49.939] #3  0x00001c320170f1eb in ?? ()
[09:21:49.939] #4  0x00001c320170f1ee in ?? ()
[09:21:49.939] #5  0x0000000000000000 in ?? ()
test
[09:20:41.341] 314/317 postgresql:python / python/server                                               FAIL             ...
Linux - Debian Bookworm - Meson
test
[09:23:15.354] 314/317 postgresql:python / python/server                                               FAIL             ...
macOS - Sonoma - Meson
test
[09:21:52.186] 313/317 postgresql:python / python/server                                               FAIL             ...
Windows - Server 2019, VS 2019 - Meson & ninja
test
[09:25:21.908] 310/312 postgresql:python / python/server                                               FAIL             ...
51/5063 Improve EXPLAIN output for multicolumn B-Tree Index
macOS - Sonoma - Meson
tap
[09:07:49.099](0.000s) not ok 259 - pgbench script error: shell bad command stderr /(?^:\(shell\) .* meta-command failed...
test
[09:08:56.463] 215/311 postgresql:pgbench / pgbench/001_pgbench_with_server                            ERROR            ...
51/4761 date_trunc function in interval version
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/basic.out /tmp/cirrus-ci-build/build/testrun/in...
--- /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/basic.out	2024-10-22 08:06:46.200616000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/injection_points/isolation/results/basic.out	2024-10-22 08:09:58.983363000 +0000
@@ -13,16 +13,16 @@
                        
 (1 row)
 
-step wait1: <... completed>
-injection_points_run
---------------------
-                    
-(1 row)
-
 step detach2: SELECT injection_points_detach('injection-points-wait');
 injection_points_detach
 -----------------------
                        
+(1 row)
+
+step wait1: <... completed>
...
test
[08:12:02.224] 114/311 postgresql:injection_points / injection_points/isolation                        ERROR            ...
51/4390 add not_before and not_after timestamps to sslinfo extension and pg_stat_ssl
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[07:25:16.467] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notBefore referenced i...
compiler
[07:25:16.467] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notAfter referenced in...
compiler
[07:24:55.947] ../src/backend/libpq/be-secure-openssl.c(1545): warning C4024: 'ASN1_TIME_to_timestamptz': different type...
compiler
[07:24:55.947] ../src/backend/libpq/be-secure-openssl.c(1545): warning C4047: 'function': 'ASN1_TIME *' differs in level...
compiler
[07:24:55.947] ../src/backend/libpq/be-secure-openssl.c(1536): warning C4024: 'ASN1_TIME_to_timestamptz': different type...
compiler
[07:24:55.947] ../src/backend/libpq/be-secure-openssl.c(1536): warning C4047: 'function': 'ASN1_TIME *' differs in level...
51/3461 In-place persistence change of a relation (fast ALTER TABLE ... SET LOGGED with wal_level=minimal)
CompilerWarnings
compiler
[06:54:54.032] simpleundolog.c:69:14: error: no previous extern declaration for non-static variable 'UndoRoutines' [-Wer...
compiler
[06:53:26.964] simpleundolog.c:69:14: error: no previous extern declaration for non-static variable 'UndoRoutines' [-Wer...
Linux - Debian Bookworm - Autoconf
tap
[06:57:32.835](0.243s) Bail out!  pg_ctl start failed
Linux - Debian Bookworm - Meson
core
[06:57:26.118] #0  0x00007f5ec32a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:57:26.118] #1  0x00007f5ec325afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[06:57:26.118] #2  0x00007f5ec3245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[06:57:26.118] #3  0x00007f5ec341e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[06:57:26.118] #4  0x00007f5ec342aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[06:57:26.118] #5  0x00007f5ec340d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x560d6e04ba40,...
[06:57:26.118] #6  0x0000560d6d1419a7 in ParseCommitRecord (info=<optimized out>, xlrec=<optimized out>, parsed=parsed@e...
[06:57:26.118] #7  0x0000560d6d195e13 in xact_redo (record=0x560daade5500) at ../src/backend/access/transam/xact.c:6430
[06:57:26.118] #8  0x0000560d6d1b93da in ApplyWalRecord (xlogreader=0x560daade5500, record=record@entry=0x7f5ebed4ee88, ...
[06:57:26.118] #9  0x0000560d6d1bf022 in PerformWalRecovery () at ../src/backend/access/transam/xlogrecovery.c:1823
tap
[06:56:18.707](223.756s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /tmp/cirrus-ci-build/src/test/recovery/t/027_stream_regress.pl line 103.
test
[06:56:18.903] 311/311 postgresql:recovery / recovery/027_stream_regress                               ERROR           2...
51/5070 Incorrect error message for cancellation triggered by statement_timeout & flaky test
CompilerWarnings
compiler
[06:05:33.068] backend_startup.c:270:63: error: data argument not used by format string [-Werror,-Wformat-extra-args]
compiler
[06:05:33.068] backend_startup.c:270:63: error: variable 'status' is uninitialized when used here [-Werror,-Wuninitializ...
compiler
[06:04:18.495] backend_startup.c:270:63: error: data argument not used by format string [-Werror,-Wformat-extra-args]
compiler
[06:04:18.495] backend_startup.c:270:63: error: variable 'status' is uninitialized when used here [-Werror,-Wuninitializ...
compiler
[06:02:48.461] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args]
compiler
[06:02:48.461] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit...
compiler
[06:01:44.073] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit...
compiler
[06:01:44.073] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args]
compiler
[06:07:32.211] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args]
compiler
[06:07:32.211] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit...
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[06:01:38.001] c:\cirrus\src\backend\tcop\backend_startup.c(270) : warning C4700: uninitialized local variable 'status' ...
51/4720 "unexpected duplicate for tablespace" problem in logical replication
FreeBSD - 13 - Meson
core
[05:28:02.410] #0  0x000000082ac2941a in thr_kill () from /lib/libc.so.7
[05:28:02.410] #1  0x000000082aba2e64 in raise () from /lib/libc.so.7
[05:28:02.410] #2  0x000000082ac536f9 in abort () from /lib/libc.so.7
[05:28:02.410] #3  0x0000000000a91f05 in ExceptionalCondition (conditionName=0x385126 "latch->maybe_sleeping == false", ...
[05:28:02.410] #4  0x0000000000909a97 in ResetLatch (latch=<optimized out>) at ../src/backend/storage/ipc/latch.c:728
[05:28:02.410] #5  0x000000000088a7cb in BackgroundWriterMain (startup_data=<optimized out>, startup_data_len=<optimized...
[05:28:02.410] #6  0x000000000088bec7 in postmaster_child_launch (child_type=child_type@entry=B_BG_WRITER, startup_data=...
[05:28:02.410] #7  0x000000000088e434 in StartChildProcess (type=101630, type@entry=B_BG_WRITER) at ../src/backend/postm...
[05:28:02.410] #8  0x000000000088e065 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821415e30) at ../src/backe...
[05:28:02.410] #9  0x00000000007c82fc in main (argc=4, argv=0x821415e30) at ../src/backend/main/main.c:197
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/00...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-10-22 05:22:23.522795000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_table.out	2024-10-22 05:24:02.088987...
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37689 |            |             0 |       37689 | pktable_pkey
+ 37686 |            |             0 |       37686 | pktable
+ 37692 |            |             0 |       37692 | fktable
+ 38277 |            |             0 |       38282 | foo
+ 38286 |            |             0 |       38286 | pg_toast_38277_index
+ 38285 |            |             0 |       38285 | pg_toast_38277
+ 38551 |            |             0 |       38551 | old_oids
+ 38568 |            |             0 |       38568 | pg_toast_38565
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/recovery/027_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-10-22 05:22:23.522795000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/alter_table.out	2024-10-22 05:24:53.5723...
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37558 |            |             0 |       37558 | pktable
+ 37565 |            |             0 |       37565 | fktable
+ 37561 |            |             0 |       37561 | pktable_pkey
+ 38173 |            |             0 |       38178 | foo
+ 38182 |            |             0 |       38182 | pg_toast_38173_index
+ 38181 |            |             0 |       38181 | pg_toast_38173
+ 38389 |            |             0 |       38389 | old_oids
+ 38406 |            |             0 |       38406 | pg_toast_38403
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/regress/regre...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-10-22 05:22:23.522795000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/alter_table.out	2024-10-22 05:23:58.295992000 +0000
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37592 |            |             0 |       37592 | pktable_pkey
+ 37589 |            |             0 |       37589 | pktable
+ 37595 |            |             0 |       37595 | fktable
+ 38248 |            |             0 |       38253 | foo
+ 38257 |            |             0 |       38257 | pg_toast_38248_index
+ 38256 |            |             0 |       38256 | pg_toast_38248
+ 38510 |            |             0 |       38510 | old_oids
+ 38536 |            |             0 |       38536 | pg_toast_38533
...
tap
[05:24:08.703](58.200s) not ok 5 - regression tests pass
tap
[05:25:02.562](72.125s) not ok 2 - regression tests pass
test
[05:26:52.853]  38/311 postgresql:regress / regress/regress                                            ERROR            ...
[05:26:52.853]  79/311 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[05:26:52.853] 157/311 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_chec...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-10-22 05:22:18.758300351 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/alter_table.out	2024-10-22 05:27:37.261899112 +0000
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37881 |            |             0 |       37881 | pktable_pkey
+ 37878 |            |             0 |       37878 | pktable
+ 37883 |            |             0 |       37883 | fktable
+ 38334 |            |             0 |       38340 | foo
+ 38345 |            |             0 |       38345 | pg_toast_38334_index
+ 38343 |            |             0 |       38343 | pg_toast_38334
+ 38549 |            |             0 |       38549 | old_oids
+ 38572 |            |             0 |       38572 | pg_toast_38569
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/src/test/regress/results/al...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-10-22 05:22:18.758300351 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/alter_table.out	2024-10-22 05:25:42.302901175 +0000
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37843 |            |             0 |       37843 | pktable_pkey
+ 37840 |            |             0 |       37840 | pktable
+ 37845 |            |             0 |       37845 | fktable
+ 38336 |            |             0 |       38342 | foo
+ 38346 |            |             0 |       38346 | pg_toast_38336_index
+ 38345 |            |             0 |       38345 | pg_toast_38336
+ 38551 |            |             0 |       38551 | old_oids
+ 38573 |            |             0 |       38573 | pg_toast_38570
...
tap
[05:27:43.923](75.730s) not ok 5 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/00...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-10-22 05:22:18.938565338 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_table.out	2024-10-22 05:25:16.989893...
@@ -3491,9 +3491,29 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37877 |            |             0 |       37877 | users_id_seq
+ 37884 |            |             0 |       37884 | pg_toast_37878
+ 37885 |            |             0 |       37885 | pg_toast_37878_index
+ 37878 |            |             0 |       37878 | users
+ 38041 |            |             0 |       38041 | foo
+ 38319 |            |             0 |       38319 | forc_test
+ 38806 |            |             0 |       38806 | pg_toast_38803
+ 38807 |            |             0 |       38807 | pg_toast_38803_index
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/recovery/027_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-10-22 05:22:18.938565338 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/alter_table.out	2024-10-22 05:25:50.2348...
@@ -3491,9 +3491,29 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37939 |            |             0 |       37939 | users_id_seq
+ 37947 |            |             0 |       37947 | pg_toast_37940
+ 37948 |            |             0 |       37948 | pg_toast_37940_index
+ 37940 |            |             0 |       37940 | users
+ 38106 |            |             0 |       38106 | foo
+ 38302 |            |             0 |       38302 | forc_test
+ 38683 |            |             0 |       38683 | pg_toast_38680
+ 38684 |            |             0 |       38684 | pg_toast_38680_index
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/regress/regre...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-10-22 05:22:18.938565338 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/alter_table.out	2024-10-22 05:25:07.801572596 +0000
@@ -3491,9 +3491,29 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 38100 |            |             0 |       38100 | foo
+ 37920 |            |             0 |       37920 | users_id_seq
+ 37925 |            |             0 |       37925 | pg_toast_37921
+ 37926 |            |             0 |       37926 | pg_toast_37921_index
+ 37921 |            |             0 |       37921 | users
+ 38358 |            |             0 |       38358 | forc_test
+ 38690 |            |             0 |       38690 | pg_toast_38687
+ 38691 |            |             0 |       38691 | pg_toast_38687_index
...
tap
[05:25:23.370](76.923s) not ok 5 - regression tests pass
tap
[05:25:57.007](76.304s) not ok 2 - regression tests pass
test
[05:27:36.807]  44/311 postgresql:regress / regress/regress                                            ERROR            ...
[05:27:36.807] 133/311 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[05:27:36.807] 154/311 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/alter_table.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg...
--- /Users/admin/pgsql/src/test/regress/expected/alter_table.out	2024-10-22 05:22:18
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_table.out	2024-10-22 05:24:47
@@ -3491,9 +3491,29 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 36893 |            |             0 |       36893 | users_id_seq
+ 36898 |            |             0 |       36898 | pg_toast_36894
+ 36900 |            |             0 |       36900 | pg_toast_36894_index
+ 36894 |            |             0 |       36894 | users
+ 37716 |            |             0 |       37716 | foo
+ 37800 |            |             0 |       37800 | pktable_pkey
+ 37797 |            |             0 |       37797 | pktable
+ 37802 |            |             0 |       37802 | fktable
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/alter_table.out /Users/admin/pgsql/build/testrun/recovery/027_stre...
--- /Users/admin/pgsql/src/test/regress/expected/alter_table.out	2024-10-22 05:22:18
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/alter_table.out	2024-10-22 05:25:55
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37614 |            |             0 |       37614 | pktable_pkey
+ 37611 |            |             0 |       37611 | pktable
+ 37616 |            |             0 |       37616 | fktable
+ 38153 |            |             0 |       38159 | foo
+ 38163 |            |             0 |       38163 | pg_toast_38153_index
+ 38162 |            |             0 |       38162 | pg_toast_38153
+ 38369 |            |             0 |       38369 | old_oids
+ 38386 |            |             0 |       38386 | pg_toast_38383
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/alter_table.out /Users/admin/pgsql/build/testrun/regress/regress/r...
--- /Users/admin/pgsql/src/test/regress/expected/alter_table.out	2024-10-22 05:22:18
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/alter_table.out	2024-10-22 05:24:47
@@ -3491,9 +3491,29 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37470 |            |             0 |       37470 | pktable_pkey
+ 37467 |            |             0 |       37467 | pktable
+ 37472 |            |             0 |       37472 | fktable
+ 37877 |            |             0 |       37877 | users_id_seq
+ 37882 |            |             0 |       37882 | pg_toast_37878
+ 37883 |            |             0 |       37883 | pg_toast_37878_index
+ 37878 |            |             0 |       37878 | users
+ 38174 |            |             0 |       38174 | foo
...
tap
[05:24:53.325](43.835s) not ok 5 - regression tests pass
tap
[05:26:02.565](65.594s) not ok 2 - regression tests pass
test
[05:28:54.701]  24/311 postgresql:regress / regress/regress                                            ERROR            ...
[05:28:54.701]  45/311 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[05:28:54.701] 127/311 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/alter_table.out C:/cirrus/build/testrun/pg_upgrade/002_...
--- C:/cirrus/src/test/regress/expected/alter_table.out	2024-10-22 05:22:29.826292800 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_table.out	2024-10-22 05:26:02.009874200 +0000
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 36670 |            |             0 |       36670 | pktable_pkey
+ 36667 |            |             0 |       36667 | pktable
+ 36672 |            |             0 |       36672 | fktable
+ 37778 |            |             0 |       37787 | foo
+ 37793 |            |             0 |       37793 | pg_toast_37778_index
+ 37791 |            |             0 |       37791 | pg_toast_37778
+ 38038 |            |             0 |       38038 | old_oids
+ 38056 |            |             0 |       38056 | pg_toast_38053
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/alter_table.out C:/cirrus/build/testrun/recovery/027_st...
--- C:/cirrus/src/test/regress/expected/alter_table.out	2024-10-22 05:22:29.826292800 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/alter_table.out	2024-10-22 05:28:12.743808200 +0000
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 36944 |            |             0 |       36944 | pktable_pkey
+ 36938 |            |             0 |       36938 | pktable
+ 36947 |            |             0 |       36947 | fktable
+ 37892 |            |             0 |       37900 | foo
+ 37904 |            |             0 |       37904 | pg_toast_37892_index
+ 37903 |            |             0 |       37903 | pg_toast_37892
+ 38160 |            |             0 |       38160 | old_oids
+ 38177 |            |             0 |       38177 | pg_toast_38174
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/alter_table.out C:/cirrus/build/testrun/regress/regress...
--- C:/cirrus/src/test/regress/expected/alter_table.out	2024-10-22 05:22:29.826292800 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/alter_table.out	2024-10-22 05:25:56.034285100 +0000
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 36662 |            |             0 |       36662 | pktable_pkey
+ 36659 |            |             0 |       36659 | pktable
+ 36664 |            |             0 |       36664 | fktable
+ 37939 |            |             0 |       37948 | foo
+ 37952 |            |             0 |       37952 | pg_toast_37939_index
+ 37951 |            |             0 |       37951 | pg_toast_37939
+ 38230 |            |             0 |       38230 | old_oids
+ 38247 |            |             0 |       38247 | pg_toast_38244
...
tap
[05:26:17.273](108.658s) not ok 5 - regression tests pass
tap
[05:28:29.663](117.464s) not ok 2 - regression tests pass
test
[05:34:30.213]  21/306 postgresql:regress / regress/regress                                            ERROR           1...
[05:34:30.213]  38/306 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[05:34:30.213]  90/306 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5031 Remove dependence on integer wrapping
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/date.out C:/cirrus/build/testrun/pg_upgrade/002_pg_upgr...
--- C:/cirrus/src/test/regress/expected/date.out	2024-10-22 04:46:29.472723000 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/date.out	2024-10-22 04:48:34.903883300 +0000
@@ -1533,4 +1533,4 @@
 select make_time(24, 0, 2.1);
 ERROR:  time field value out of range: 24:00:2.1
 SELECT make_date(-2147483648, 1, 1);
-ERROR:  date field value out of range: -2147483648-01-01
+ERROR:  date field value out of range: 24301-01-01
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/date.out C:/cirrus/build/testrun/recovery/027_stream_re...
--- C:/cirrus/src/test/regress/expected/date.out	2024-10-22 04:46:29.472723000 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/date.out	2024-10-22 04:50:50.882910000 +0000
@@ -1533,4 +1533,4 @@
 select make_time(24, 0, 2.1);
 ERROR:  time field value out of range: 24:00:2.1
 SELECT make_date(-2147483648, 1, 1);
-ERROR:  date field value out of range: -2147483648-01-01
+ERROR:  date field value out of range: 24301-01-01
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/date.out C:/cirrus/build/testrun/regress/regress/result...
--- C:/cirrus/src/test/regress/expected/date.out	2024-10-22 04:46:29.472723000 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/date.out	2024-10-22 04:48:30.235440200 +0000
@@ -1533,4 +1533,4 @@
 select make_time(24, 0, 2.1);
 ERROR:  time field value out of range: 24:00:2.1
 SELECT make_date(-2147483648, 1, 1);
-ERROR:  date field value out of range: -2147483648-01-01
+ERROR:  date field value out of range: 24301-01-01
tap
[04:50:14.280](103.855s) not ok 5 - regression tests pass
tap
[04:52:35.253](124.326s) not ok 2 - regression tests pass
test
[04:58:27.427]   6/306 postgresql:regress / regress/regress                                            ERROR           1...
[04:58:27.427]  34/306 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[04:58:27.427] 103/306 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5091 inplace update: send nontransactional invalidations
FreeBSD - 13 - Meson
core
[02:26:58.387] #0  0x00003eae6e2a08d9 in ?? () from /lib/libc.so.7
[02:26:58.387] #1  0x00003eae6e29eddc in ?? () from /lib/libc.so.7
[02:26:58.387] #2  0x00003eae6e2a10a8 in ?? () from /lib/libc.so.7
[02:26:58.387] #3  0x000048d6f183006d in ?? () from /libexec/ld-elf.so.1
[02:26:58.387] #4  0x0000000000000000 in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/basic.out /tmp/cirrus-ci-build/build/testrun/in...
--- /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/basic.out	2024-10-22 02:20:45.863728000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/injection_points/isolation/results/basic.out	2024-10-22 02:23:50.399210000 +0000
@@ -13,16 +13,16 @@
                        
 (1 row)
 
-step wait1: <... completed>
-injection_points_run
---------------------
-                    
-(1 row)
-
 step detach2: SELECT injection_points_detach('injection-points-wait');
 injection_points_detach
 -----------------------
                        
+(1 row)
+
+step wait1: <... completed>
...
test
[02:25:50.064] 114/311 postgresql:injection_points / injection_points/isolation                        ERROR            ...
51/5252 Trim the heap free memory
CompilerWarnings
compiler
[01:22:20.671] postgres.c:2829:25: error: implicit declaration of function ‘malloc_trim’ [-Werror=implicit-function-decl...
compiler
[01:22:20.671] postgres.c:2826:47: error: initialization of ‘char *’ from ‘int’ makes pointer from integer without a cas...
compiler
[01:22:20.671] postgres.c:2826:47: error: implicit declaration of function ‘sbrk’ [-Werror=implicit-function-declaration...
compiler
[01:22:20.671] postgres.c:2830:33: error: assignment to ‘char *’ from ‘int’ makes pointer from integer without a cast [-...
Linux - Debian Bookworm - Autoconf
tap
[01:21:46.967](0.001s) not ok 28 - options --locale-provider=icu --locale=und --lc-*=C: no stderr
Linux - Debian Bookworm - Meson
core
[01:25:49.998] #0  <unavailable> in ?? ()
core
[01:25:49.888] #0  0x00007ffbfc8a1d24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[01:25:49.888] #1  0x00007ffbfc84e239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[01:25:49.888] #2  0x00007ffbfc84e497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[01:25:49.888] #3  0x000055ed9c1485c1 in ?? ()
[01:25:49.888] #4  0x000055ed9c142369 in ?? ()
[01:25:49.888] #5  0x000055ed9c14120f in ?? ()
[01:25:49.888] #6  0x000055ed9c141c3b in ?? ()
[01:25:49.888] #7  0x000055ed9c13f66f in ?? ()
[01:25:49.888] #8  0x00007ffbfc83924a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[01:25:49.888] #9  0x00007ffbfc839305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[01:25:49.998] #0  0x00007ffbfc8a1d24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[01:25:49.998] #1  0x00007ffbfc84e239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[01:25:49.998] #2  0x00007ffbfc84e497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[01:25:49.998] #3  0x000055ed9c1485f3 in ?? ()
[01:25:49.998] #4  0x000055ed9c142369 in ?? ()
[01:25:49.998] #5  0x000055ed9c14120f in ?? ()
[01:25:49.998] #6  0x000055ed9c141c3b in ?? ()
[01:25:49.998] #7  0x000055ed9c13f66f in ?? ()
[01:25:49.998] #8  0x00007ffbfc83924a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[01:25:49.998] #9  0x00007ffbfc839305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
tap
[01:23:17.043](0.001s) not ok 28 - options --locale-provider=icu --locale=und --lc-*=C: no stderr
test
[01:24:42.442] 169/311 postgresql:initdb / initdb/001_initdb                                           ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[01:21:12.484] ../src/backend/tcop/postgres.c(2826): warning C4047: 'initializing': 'char *' differs in levels of indire...
compiler
[01:21:23.052] tcop_postgres.c.obj : error LNK2019: unresolved external symbol malloc_trim referenced in function finish...
compiler
[01:21:22.895] tcop_postgres.c.obj : error LNK2019: unresolved external symbol sbrk referenced in function finish_xact_c...
compiler
[01:21:12.389] ../src/backend/tcop/postgres.c(2830): warning C4047: '=': 'char *' differs in levels of indirection from ...
51/5061 New function rand_array() to contrib/tablefunc
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/tablefunc/expected/tablefunc.out /tmp/cirrus-ci-build/build/testrun/tablefunc/regr...
--- /tmp/cirrus-ci-build/contrib/tablefunc/expected/tablefunc.out	2024-10-22 00:35:36.838445000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/tablefunc/regress/results/tablefunc.out	2024-10-22 00:38:26.920638000 +0000
@@ -1,17 +1,20 @@
 CREATE EXTENSION tablefunc;
+ERROR:  extension "tablefunc" has no installation script nor update path for version "1.1"
 --
 -- normal_rand()
 -- no easy way to do this for regression testing
 --
 SELECT avg(normal_rand)::int, count(*) FROM normal_rand(100, 250, 0.2);
- avg | count 
------+-------
- 250 |   100
-(1 row)
-
+ERROR:  function normal_rand(integer, integer, numeric) does not exist
+LINE 1: SELECT avg(normal_rand)::int, count(*) FROM normal_rand(100,...
+                                                    ^
+HINT:  No function matches the given name and argument types. You might need to add explicit type casts.
...
test
[00:40:34.426]  94/311 postgresql:tablefunc / tablefunc/regress                                        ERROR            ...
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/tablefunc/expected/tablefunc.out /tmp/cirrus-ci-build/build/testrun/tablefunc/regr...
--- /tmp/cirrus-ci-build/contrib/tablefunc/expected/tablefunc.out	2024-10-22 00:35:36.843848399 +0000
+++ /tmp/cirrus-ci-build/build/testrun/tablefunc/regress/results/tablefunc.out	2024-10-22 00:40:25.622395528 +0000
@@ -1,17 +1,20 @@
 CREATE EXTENSION tablefunc;
+ERROR:  extension "tablefunc" has no installation script nor update path for version "1.1"
 --
 -- normal_rand()
 -- no easy way to do this for regression testing
 --
 SELECT avg(normal_rand)::int, count(*) FROM normal_rand(100, 250, 0.2);
- avg | count 
------+-------
- 250 |   100
-(1 row)
-
+ERROR:  function normal_rand(integer, integer, numeric) does not exist
+LINE 1: SELECT avg(normal_rand)::int, count(*) FROM normal_rand(100,...
+                                                    ^
+HINT:  No function matches the given name and argument types. You might need to add explicit type casts.
...
test
[00:42:20.672]  91/311 postgresql:tablefunc / tablefunc/regress                                        ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/contrib/tablefunc/expected/tablefunc.out C:/cirrus/build/testrun/tablefunc/regres...
--- C:/cirrus/contrib/tablefunc/expected/tablefunc.out	2024-10-22 00:35:54.961259700 +0000
+++ C:/cirrus/build/testrun/tablefunc/regress/results/tablefunc.out	2024-10-22 00:43:14.384208300 +0000
@@ -1,17 +1,20 @@
 CREATE EXTENSION tablefunc;
+ERROR:  extension "tablefunc" has no installation script nor update path for version "1.1"
 --
 -- normal_rand()
 -- no easy way to do this for regression testing
 --
 SELECT avg(normal_rand)::int, count(*) FROM normal_rand(100, 250, 0.2);
- avg | count 
------+-------
- 250 |   100
-(1 row)
-
+ERROR:  function normal_rand(integer, integer, numeric) does not exist
+LINE 1: SELECT avg(normal_rand)::int, count(*) FROM normal_rand(100,...
+                                                    ^
+HINT:  No function matches the given name and argument types. You might need to add explicit type casts.
...
test
[00:49:41.280]  89/306 postgresql:tablefunc / tablefunc/regress                                        ERROR            ...
51/5242 Fix RelationTruncate() corruption
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[00:21:59.775] ../src/backend/storage/smgr/smgr.c(732): warning C4098: 'smgrtruncate': 'void' function returning a value
51/5012 Vacuum statistics
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out /tmp/cirrus-ci-build/bu...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-10-21 20:20:45.48186900...
+++ /tmp/cirrus-ci-build/build/testrun/isolation/isolation/results/vacuum-extending-in-repetable-read.out	2024-10-21 20:...
@@ -22,7 +22,8 @@
   100
 (1 row)
 
-step s2_update: UPDATE test_vacuum_stat_isolation SET ival = ival + 2 where id > 900;
+step s2_update: UPDATE test_vacuum_stat_isolation SET ival = ival  2 where id > 900;
+ERROR:  syntax error at or near "2"
 step s2_insert_interrupt: INSERT INTO test_vacuum_stat_isolation values (1,1);
 step s2_vacuum: VACUUM test_vacuum_stat_isolation;
 step s2_print_vacuum_stats_table: 
@@ -33,7 +34,7 @@
 
 relname                   |tuples_deleted|dead_tuples|tuples_frozen
 --------------------------+--------------+-----------+-------------
-test_vacuum_stat_isolation|             0|        100|            0
+test_vacuum_stat_isolation|             0|          0|            0
 (1 row)
...
test
[20:27:24.212]  46/311 postgresql:isolation / isolation/isolation                                      ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out /tmp/cirrus-ci-build/sr...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-10-21 20:20:42.33318639...
+++ /tmp/cirrus-ci-build/src/test/isolation/output_iso/results/vacuum-extending-in-repetable-read.out	2024-10-21 20:26:3...
@@ -22,7 +22,8 @@
   100
 (1 row)
 
-step s2_update: UPDATE test_vacuum_stat_isolation SET ival = ival + 2 where id > 900;
+step s2_update: UPDATE test_vacuum_stat_isolation SET ival = ival  2 where id > 900;
+ERROR:  syntax error at or near "2"
 step s2_insert_interrupt: INSERT INTO test_vacuum_stat_isolation values (1,1);
 step s2_vacuum: VACUUM test_vacuum_stat_isolation;
 step s2_print_vacuum_stats_table: 
@@ -33,7 +34,7 @@
 
 relname                   |tuples_deleted|dead_tuples|tuples_frozen
 --------------------------+--------------+-----------+-------------
-test_vacuum_stat_isolation|             0|        100|            0
+test_vacuum_stat_isolation|             0|          0|            0
 (1 row)
...
Linux - Debian Bookworm - Meson
core
[20:30:17.731] #0  <unavailable> in ?? ()
core
[20:30:17.858] #0  0x00007fcd75e44d24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[20:30:17.858] #1  0x00007fcd75df1239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[20:30:17.858] #2  0x00007fcd75df1497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[20:30:17.858] #3  0x0000557d74b525c1 in ?? ()
[20:30:17.858] #4  0x0000557d74b4c369 in ?? ()
[20:30:17.858] #5  0x0000557d74b4b20f in ?? ()
[20:30:17.858] #6  0x0000557d74b4bc3b in ?? ()
[20:30:17.858] #7  0x0000557d74b4966f in ?? ()
[20:30:17.858] #8  0x00007fcd75ddc24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[20:30:17.858] #9  0x00007fcd75ddc305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[20:30:17.731] #0  0x00007fcd75e44d24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[20:30:17.731] #1  0x00007fcd75df1239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[20:30:17.731] #2  0x00007fcd75df1497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[20:30:17.731] #3  0x0000557d74b525f3 in ?? ()
[20:30:17.731] #4  0x0000557d74b4c369 in ?? ()
[20:30:17.731] #5  0x0000557d74b4b20f in ?? ()
[20:30:17.731] #6  0x0000557d74b4bc3b in ?? ()
[20:30:17.731] #7  0x0000557d74b4966f in ?? ()
[20:30:17.731] #8  0x00007fcd75ddc24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[20:30:17.731] #9  0x00007fcd75ddc305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out /tmp/cirrus-ci-build/bu...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-10-21 20:20:40.67311584...
+++ /tmp/cirrus-ci-build/build/testrun/isolation/isolation/results/vacuum-extending-in-repetable-read.out	2024-10-21 20:...
@@ -22,7 +22,8 @@
   100
 (1 row)
 
-step s2_update: UPDATE test_vacuum_stat_isolation SET ival = ival + 2 where id > 900;
+step s2_update: UPDATE test_vacuum_stat_isolation SET ival = ival  2 where id > 900;
+ERROR:  syntax error at or near "2"
 step s2_insert_interrupt: INSERT INTO test_vacuum_stat_isolation values (1,1);
 step s2_vacuum: VACUUM test_vacuum_stat_isolation;
 step s2_print_vacuum_stats_table: 
@@ -33,7 +34,7 @@
 
 relname                   |tuples_deleted|dead_tuples|tuples_frozen
 --------------------------+--------------+-----------+-------------
-test_vacuum_stat_isolation|             0|        100|            0
+test_vacuum_stat_isolation|             0|          0|            0
 (1 row)
...
test
[20:29:14.251]  40/311 postgresql:isolation / isolation/isolation                                      ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/isolation/expected/vacuum-extending-in-repetable-read.out /Users/admin/pgsql/build/...
--- /Users/admin/pgsql/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-10-21 20:20:40
+++ /Users/admin/pgsql/build/testrun/isolation/isolation/results/vacuum-extending-in-repetable-read.out	2024-10-21 20:24...
@@ -22,7 +22,8 @@
   100
 (1 row)
 
-step s2_update: UPDATE test_vacuum_stat_isolation SET ival = ival + 2 where id > 900;
+step s2_update: UPDATE test_vacuum_stat_isolation SET ival = ival  2 where id > 900;
+ERROR:  syntax error at or near "2"
 step s2_insert_interrupt: INSERT INTO test_vacuum_stat_isolation values (1,1);
 step s2_vacuum: VACUUM test_vacuum_stat_isolation;
 step s2_print_vacuum_stats_table: 
@@ -33,7 +34,7 @@
 
 relname                   |tuples_deleted|dead_tuples|tuples_frozen
 --------------------------+--------------+-----------+-------------
-test_vacuum_stat_isolation|             0|        100|            0
+test_vacuum_stat_isolation|             0|          0|            0
 (1 row)
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/vacuum_tables_and_db_statistics.out /Users/admin/pgsql/build/testr...
--- /Users/admin/pgsql/src/test/regress/expected/vacuum_tables_and_db_statistics.out	2024-10-21 20:20:40
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/vacuum_tables_and_db_statistics.out	2024-10-...
@@ -165,7 +165,7 @@
 FROM pg_stat_vacuum_tables WHERE relname = 'vestat';
  pages_frozen | pages_all_visible | rev_all_frozen_pages | rev_all_visible_pages 
 --------------+-------------------+----------------------+-----------------------
-            0 |                 0 |                    0 |                     0
+            0 |                 0 |                  455 |                   455
 (1 row)
 
 VACUUM (PARALLEL 0, BUFFER_USAGE_LIMIT 128) vestat;
@@ -174,7 +174,7 @@
 FROM pg_stat_vacuum_tables WHERE relname = 'vestat';
  pages_frozen | pages_all_visible | rev_all_frozen_pages | rev_all_visible_pages 
 --------------+-------------------+----------------------+-----------------------
- f            | f                 | t                    | t
+ f            | f                 | f                    | f
 (1 row)
 
...
tap
[20:23:52.443](58.555s) not ok 5 - regression tests pass
test
[20:27:46.101]  42/311 postgresql:isolation / isolation/isolation                                      ERROR            ...
[20:27:46.101]  49/311 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/isolation/expected/vacuum-extending-in-repetable-read.out C:/cirrus/buil...
--- C:/cirrus/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-10-21 20:20:53.512181300 +0000
+++ C:/cirrus/build/testrun/isolation/isolation/results/vacuum-extending-in-repetable-read.out	2024-10-21 20:25:00.72920...
@@ -22,7 +22,8 @@
   100
 (1 row)
 
-step s2_update: UPDATE test_vacuum_stat_isolation SET ival = ival + 2 where id > 900;
+step s2_update: UPDATE test_vacuum_stat_isolation SET ival = ival  2 where id > 900;
+ERROR:  syntax error at or near "2"
 step s2_insert_interrupt: INSERT INTO test_vacuum_stat_isolation values (1,1);
 step s2_vacuum: VACUUM test_vacuum_stat_isolation;
 step s2_print_vacuum_stats_table: 
@@ -33,7 +34,7 @@
 
 relname                   |tuples_deleted|dead_tuples|tuples_frozen
 --------------------------+--------------+-----------+-------------
-test_vacuum_stat_isolation|             0|        100|            0
+test_vacuum_stat_isolation|             0|          0|            0
 (1 row)
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/vacuum_tables_and_db_statistics.out C:/cirrus/build/tes...
--- C:/cirrus/src/test/regress/expected/vacuum_tables_and_db_statistics.out	2024-10-21 20:20:54.157719500 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/vacuum_tables_and_db_statistics.out	2024-10-21 20:25:01.933800300 +0...
@@ -223,7 +223,7 @@
 WHERE dbname = current_database();
              dbname             | db_blks_hit | total_blks_dirtied | total_blks_written | wal_records | wal_fpi | wal_b...
 --------------------------------+-------------+--------------------+--------------------+-------------+---------+------...
- regression_statistic_vacuum_db | t           | t                  | t                  | t           | t       | t    ...
+ regression_statistic_vacuum_db | t           | t                  | t                  | t           | t       | t    ...
 (1 row)
 
 DROP TABLE vestat CASCADE;
test
[20:33:39.893]  26/306 postgresql:regress / regress/regress                                            ERROR           1...
[20:33:39.893]  30/306 postgresql:isolation / isolation/isolation                                      ERROR           1...
51/5251 libpq: Fix processing of SSL records >8kB on async API
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/basic.out /tmp/cirrus-ci-build/build/testrun/in...
--- /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/basic.out	2024-10-21 19:41:23.889702000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/injection_points/isolation/results/basic.out	2024-10-21 19:43:47.497081000 +0000
@@ -13,16 +13,16 @@
                        
 (1 row)
 
-step wait1: <... completed>
-injection_points_run
---------------------
-                    
-(1 row)
-
 step detach2: SELECT injection_points_detach('injection-points-wait');
 injection_points_detach
 -----------------------
                        
+(1 row)
+
+step wait1: <... completed>
...
test
[19:45:42.424] 113/311 postgresql:injection_points / injection_points/isolation                        ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[19:46:18.973](3.176s) not ok 12 - run of pg_upgrade --check for new instance
[19:46:18.979](0.004s) not ok 13 - pg_upgrade_output.d/ removed after pg_upgrade --check success
[19:46:20.381](1.401s) not ok 14 - run of pg_upgrade for new instance
[19:46:20.386](0.004s) not ok 15 - pg_upgrade_output.d/ removed after pg_upgrade success
[19:46:21.993](0.777s) not ok 16 - check that locales in new cluster match original cluster
[19:46:23.905](0.300s) not ok 18 - old and new dumps match after pg_upgrade
test
[19:54:50.268]  33/306 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
51/4912 CSN snapshots in hot standby
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/basic.out /tmp/cirrus-ci-build/build/testrun/in...
--- /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/basic.out	2024-10-21 18:04:12.041893000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/injection_points/isolation/results/basic.out	2024-10-21 18:07:35.418915000 +0000
@@ -13,16 +13,16 @@
                        
 (1 row)
 
-step wait1: <... completed>
-injection_points_run
---------------------
-                    
-(1 row)
-
 step detach2: SELECT injection_points_detach('injection-points-wait');
 injection_points_detach
 -----------------------
                        
+(1 row)
+
+step wait1: <... completed>
...
test
[18:12:59.798] 114/312 postgresql:injection_points / injection_points/isolation                        ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
test
[18:21:30.698] 307/307 postgresql:test_misc / test_misc/000_csn_perf                                   ERROR           3...
51/4997 Return pg_control from pg_backup_stop().
Linux - Debian Bookworm - Meson
core
[17:02:37.028] #0  0x00007f26ff407d24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[17:02:37.028] #1  0x00007f26ff3b4239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[17:02:37.028] #2  0x00007f26ff3b4497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[17:02:37.028] #3  0x00005595af0a95c1 in ?? ()
[17:02:37.028] #4  0x00005595af0a3369 in ?? ()
[17:02:37.028] #5  0x00005595af0a220f in ?? ()
[17:02:37.028] #6  0x00005595af0a2c3b in ?? ()
[17:02:37.028] #7  0x00005595af0a066f in ?? ()
[17:02:37.028] #8  0x00007f26ff39f24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[17:02:37.028] #9  0x00007f26ff39f305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[17:02:36.883] #0  0x00007fc5cd2a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[17:02:36.883] #1  0x00007fc5cd25afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[17:02:36.883] #2  0x00007fc5cd245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[17:02:36.883] #3  0x00007fc5cd41e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[17:02:36.883] #4  0x00007fc5cd42aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[17:02:36.883] #5  0x00007fc5cd40d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55678c784c00,...
[17:02:36.883] #6  0x000055678b8b5b77 in backup_control_file (controlFile=controlFile@entry=0x5567a7c0526c "\345Km\027\t...
[17:02:36.883] #7  0x000055678b8ba8b3 in pg_backup_stop (fcinfo=<optimized out>) at ../src/backend/access/transam/xlogfu...
[17:02:36.883] #8  0x000055678bab712c in ExecMakeTableFunctionResult (setexpr=0x5567a7c14358, econtext=0x5567a7c14228, a...
[17:02:36.883] #9  0x000055678bae513e in FunctionNext (node=0x5567a7c14018) at ../src/backend/executor/nodeFunctionscan....
core
[17:02:35.993] #0  0x00007f10f94a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[17:02:35.993] #1  0x00007f10f945afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[17:02:35.993] #2  0x00007f10f9445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[17:02:35.993] #3  0x00007f10f961e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[17:02:35.993] #4  0x00007f10f962aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[17:02:35.993] #5  0x00007f10f960d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x555a0829cc00,...
[17:02:35.993] #6  0x0000555a073cdb77 in backup_control_file (controlFile=controlFile@entry=0x555a3ff2018c "\345Km\027\t...
[17:02:35.993] #7  0x0000555a073d28b3 in pg_backup_stop (fcinfo=<optimized out>) at ../src/backend/access/transam/xlogfu...
[17:02:35.993] #8  0x0000555a075a7c98 in ExecInterpExpr (state=0x555a3ff178a0, econtext=0x555a3ff17648, isnull=0x7ffdf3f...
[17:02:35.993] #9  0x0000555a0759c566 in ExecInterpExprStillValid (state=0x555a3ff178a0, econtext=0x555a3ff17648, isNull...
core
[17:02:36.124] #0  0x00007f4bdb14ea50 in ?? ()
[17:02:36.124] #1  0x0000000000000003 in ?? ()
[17:02:36.124] #2  0x00007ffdc4fa93aa in ?? ()
[17:02:36.124] #3  0x00007ffdc4fa93ad in ?? ()
[17:02:36.124] #4  0x00007ffdc4fa9451 in ?? ()
[17:02:36.124] #5  0x0000000000000000 in ?? ()
[17:02:36.569] #0  0x00007fc5cd2a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
tap
[16:58:20.705](1.416s) not ok 18 - psql fails correctly
[16:58:20.706](0.000s) not ok 19 - pg_backup_start fails gracefully
test
[17:01:21.111]  25/311 postgresql:recovery / recovery/020_archive_status                               ERROR            ...
[17:01:21.111]  44/311 postgresql:recovery / recovery/042_low_level_backup                             ERROR            ...
51/4966 Parallel CREATE INDEX for GIN indexes
CompilerWarnings
compiler
[16:49:39.296] gininsert.c:2402:37: error: format ‘%ld’ expects argument of type ‘long int’, but argument 3 has type ‘lo...
compiler
[16:49:39.296] gininsert.c:2421:35: error: format ‘%ld’ expects argument of type ‘long int’, but argument 2 has type ‘in...
51/4929 apply_scanjoin_target_to_paths and partitionwise join
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-21 15:53:15.071309000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_join.out	2024-10-21 15:55:06.760...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/recovery/0...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-21 15:53:15.071309000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/partition_join.out	2024-10-21 15:55:53.5...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/regress/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-21 15:53:15.071309000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/partition_join.out	2024-10-21 15:55:01.425456000 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[15:55:11.732](72.912s) not ok 5 - regression tests pass
tap
[15:55:58.834](80.326s) not ok 2 - regression tests pass
test
[15:57:54.988]  42/311 postgresql:regress / regress/regress                                            ERROR            ...
[15:57:54.988] 100/311 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[15:57:54.988] 155/311 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_c...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-21 15:53:11.775546390 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/partition_join.out	2024-10-21 15:58:42.038698340 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/src/test/recovery/tmp_ch...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-21 15:53:11.775546390 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/partition_join.out	2024-10-21 16:00:00.867035826 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/src/test/regress/results...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-21 15:53:11.775546390 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/partition_join.out	2024-10-21 15:56:17.422817720 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[15:58:44.751](95.678s) not ok 5 - regression tests pass
tap
[16:00:03.880](59.857s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-21 15:53:13.618252616 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_join.out	2024-10-21 15:55:37.176...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/recovery/0...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-21 15:53:13.618252616 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/partition_join.out	2024-10-21 15:56:09.6...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/regress/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-21 15:53:13.618252616 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/partition_join.out	2024-10-21 15:55:33.532477211 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[15:55:39.830](70.329s) not ok 5 - regression tests pass
tap
[15:56:13.699](71.892s) not ok 2 - regression tests pass
test
[15:57:52.231]  43/311 postgresql:regress / regress/regress                                            ERROR            ...
[15:57:52.231] 126/311 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[15:57:52.231] 154/311 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/partition_join.out /Users/admin/pgsql/build/testrun/pg_upgrade/002...
--- /Users/admin/pgsql/src/test/regress/expected/partition_join.out	2024-10-21 15:53:14
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_join.out	2024-10-21 15:55:21
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/partition_join.out /Users/admin/pgsql/build/testrun/recovery/027_s...
--- /Users/admin/pgsql/src/test/regress/expected/partition_join.out	2024-10-21 15:53:14
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/partition_join.out	2024-10-21 15:56:35
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/partition_join.out /Users/admin/pgsql/build/testrun/regress/regres...
--- /Users/admin/pgsql/src/test/regress/expected/partition_join.out	2024-10-21 15:53:14
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/partition_join.out	2024-10-21 15:55:21
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[15:55:25.260](53.401s) not ok 5 - regression tests pass
tap
[15:56:38.093](70.589s) not ok 2 - regression tests pass
test
[15:59:27.193]  25/311 postgresql:regress / regress/regress                                            ERROR            ...
[15:59:27.193]  46/311 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[15:59:27.193] 141/311 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/partition_join.out C:/cirrus/build/testrun/pg_upgrade/0...
--- C:/cirrus/src/test/regress/expected/partition_join.out	2024-10-21 15:53:30.656777800 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_join.out	2024-10-21 15:57:30.708755800 +000...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/partition_join.out C:/cirrus/build/testrun/recovery/027...
--- C:/cirrus/src/test/regress/expected/partition_join.out	2024-10-21 15:53:30.656777800 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/partition_join.out	2024-10-21 15:59:51.972478300 +0...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/partition_join.out C:/cirrus/build/testrun/regress/regr...
--- C:/cirrus/src/test/regress/expected/partition_join.out	2024-10-21 15:53:30.656777800 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/partition_join.out	2024-10-21 15:57:22.665284800 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[15:57:39.119](116.991s) not ok 5 - regression tests pass
tap
[16:00:03.524](128.032s) not ok 2 - regression tests pass
test
[16:06:38.489]  20/306 postgresql:regress / regress/regress                                            ERROR           1...
[16:06:38.489]  37/306 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[16:06:38.489]  88/306 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
50/3874 pg_rewind WAL deletion pitfall
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/basic.out /tmp/cirrus-ci-build/build/testrun/in...
--- /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/basic.out	2024-10-21 15:16:08.122000000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/injection_points-running/isolation/results/basic.out	2024-10-21 15:21:15.53644700...
@@ -13,16 +13,16 @@
                        
 (1 row)
 
-step wait1: <... completed>
-injection_points_run
---------------------
-                    
-(1 row)
-
 step detach2: SELECT injection_points_detach('injection-points-wait');
 injection_points_detach
 -----------------------
                        
+(1 row)
+
+step wait1: <... completed>
...
test
[15:21:50.807] 60/75 postgresql:injection_points-running / injection_points-running/isolation     ERROR             2.86...
51/5284 database-specific role memberships
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/privs_in_db.out /tmp/cirrus-ci-build/build/testrun/regress-runni...
--- /tmp/cirrus-ci-build/src/test/regress/expected/privs_in_db.out	2024-10-21 14:16:01.434374000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress-running/regress/results/privs_in_db.out	2024-10-21 14:21:36.402232000 +00...
@@ -756,9 +756,10 @@
 DROP DATABASE regression_db_0;
 DROP ROLE regress_role_admin;
 SELECT datname FROM pg_database WHERE datname LIKE 'regression_db_%';
- datname 
----------
-(0 rows)
+      datname      
+-------------------
+ regression_dblink
+(1 row)
 
 SELECT rolname FROM pg_roles WHERE rolname LIKE 'regress_role_%';
  rolname 
test
[14:22:23.290] 74/75 postgresql:regress-running / regress-running/regress                         ERROR            24.53...
51/5131 add log_transaction GUC setting
FreeBSD - 13 - Meson
tap
[12:57:50.742](1.690s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[12:58:00.875] 292/311 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
Linux - Debian Bookworm - Autoconf
tap
[12:57:54.310](0.835s) not ok 1 - no parameters missing from postgresql.conf.sample
Linux - Debian Bookworm - Meson
tap
[13:00:37.608](0.396s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[13:00:49.001] 289/311 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
macOS - Sonoma - Meson
tap
[12:59:19.517](1.097s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[12:59:33.192] 292/311 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[13:05:21.349](1.861s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[13:05:46.329] 287/306 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
51/3478 AcquireExecutorLocks() and run-time pruning
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/delay_execution/expected/cached-plan-inval.out /tmp/cirrus-ci-build/build...
--- /tmp/cirrus-ci-build/src/test/modules/delay_execution/expected/cached-plan-inval.out	2024-10-21 11:21:02.013870000 +...
+++ /tmp/cirrus-ci-build/build/testrun/delay_execution/isolation/results/cached-plan-inval.out	2024-10-21 11:24:11.21501...
@@ -184,14 +184,12 @@
   One-Time Filter: (InitPlan 1).col1                           
   InitPlan 1                                                   
     ->  LockRows                                               
-          Disabled Nodes: 2                                    
           ->  Append                                           
-                Disabled Nodes: 2                              
                 Subplans Removed: 2                            
                 ->  Index Scan using foo12_1_a on foo12_1 foo_1
                       Index Cond: (a = $1)                     
   ->  Function Scan on generate_series                         
-(11 rows)
+(9 rows)
 
 step s2lock: SELECT pg_advisory_lock(12345);
 pg_advisory_lock
@@ -218,13 +216,11 @@
...
test
[11:26:14.371] 106/311 postgresql:delay_execution / delay_execution/isolation                          ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/delay_execution/expected/cached-plan-inval.out /tmp/cirrus-ci-build/src/t...
--- /tmp/cirrus-ci-build/src/test/modules/delay_execution/expected/cached-plan-inval.out	2024-10-21 11:21:02.281333782 +...
+++ /tmp/cirrus-ci-build/src/test/modules/delay_execution/output_iso/results/cached-plan-inval.out	2024-10-21 11:26:11.1...
@@ -184,14 +184,12 @@
   One-Time Filter: (InitPlan 1).col1                           
   InitPlan 1                                                   
     ->  LockRows                                               
-          Disabled Nodes: 2                                    
           ->  Append                                           
-                Disabled Nodes: 2                              
                 Subplans Removed: 2                            
                 ->  Index Scan using foo12_1_a on foo12_1 foo_1
                       Index Cond: (a = $1)                     
   ->  Function Scan on generate_series                         
-(11 rows)
+(9 rows)
 
 step s2lock: SELECT pg_advisory_lock(12345);
 pg_advisory_lock
@@ -218,13 +216,11 @@
...
Linux - Debian Bookworm - Meson
core
[11:29:34.413] #0  <unavailable> in ?? ()
core
[11:29:34.413] #0  0x00007f9e274aed24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[11:29:34.413] #1  0x00007f9e2745b239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[11:29:34.413] #2  0x00007f9e27516184 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[11:29:34.413] #3  0x00007f9e275287dc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/delay_execution/expected/cached-plan-inval.out /tmp/cirrus-ci-build/build...
--- /tmp/cirrus-ci-build/src/test/modules/delay_execution/expected/cached-plan-inval.out	2024-10-21 11:20:59.477090142 +...
+++ /tmp/cirrus-ci-build/build/testrun/delay_execution/isolation/results/cached-plan-inval.out	2024-10-21 11:26:43.85359...
@@ -184,14 +184,12 @@
   One-Time Filter: (InitPlan 1).col1                           
   InitPlan 1                                                   
     ->  LockRows                                               
-          Disabled Nodes: 2                                    
           ->  Append                                           
-                Disabled Nodes: 2                              
                 Subplans Removed: 2                            
                 ->  Index Scan using foo12_1_a on foo12_1 foo_1
                       Index Cond: (a = $1)                     
   ->  Function Scan on generate_series                         
-(11 rows)
+(9 rows)
 
 step s2lock: SELECT pg_advisory_lock(12345);
 pg_advisory_lock
@@ -218,13 +216,11 @@
...
test
[11:28:34.051] 103/311 postgresql:delay_execution / delay_execution/isolation                          ERROR            ...
macOS - Sonoma - Meson
core
[11:31:22.343]   * frame #0: 0x000000019b9ec968 libobjc.A.dylib`objc_bp_assist_cfg_np + 8
[11:31:22.343]     frame #1: 0x000000019b9ad494 libobjc.A.dylib`_objc_init + 140
[11:31:22.343]     frame #2: 0x000000019bbdc728 libdispatch.dylib`_os_object_init + 24
[11:31:22.343]     frame #3: 0x000000019bbec17c libdispatch.dylib`libdispatch_init + 452
[11:31:22.343]     frame #4: 0x00000001a8a12640 libSystem.B.dylib`libSystem_initializer + 244
[11:31:22.343]     frame #5: 0x000000019ba1e608 dyld`invocation function for block in dyld4::Loader::findAndRunAllInitia...
[11:31:22.343]     frame #6: 0x000000019ba5cd6c dyld`invocation function for block in dyld3::MachOAnalyzer::forEachIniti...
[11:31:22.343]     frame #7: 0x000000019ba50400 dyld`invocation function for block in dyld3::MachOFile::forEachSection(v...
[11:31:22.343]     frame #8: 0x000000019b9ff2fc dyld`dyld3::MachOFile::forEachLoadCommand(Diagnostics&, void (load_comma...
[11:31:22.343]     frame #9: 0x000000019ba4f394 dyld`dyld3::MachOFile::forEachSection(void (dyld3::MachOFile::SectionInf...
regress
diff -U3 /Users/admin/pgsql/src/test/modules/delay_execution/expected/cached-plan-inval.out /Users/admin/pgsql/build/tes...
--- /Users/admin/pgsql/src/test/modules/delay_execution/expected/cached-plan-inval.out	2024-10-21 11:20:59
+++ /Users/admin/pgsql/build/testrun/delay_execution/isolation/results/cached-plan-inval.out	2024-10-21 11:25:13
@@ -184,14 +184,12 @@
   One-Time Filter: (InitPlan 1).col1                           
   InitPlan 1                                                   
     ->  LockRows                                               
-          Disabled Nodes: 2                                    
           ->  Append                                           
-                Disabled Nodes: 2                              
                 Subplans Removed: 2                            
                 ->  Index Scan using foo12_1_a on foo12_1 foo_1
                       Index Cond: (a = $1)                     
   ->  Function Scan on generate_series                         
-(11 rows)
+(9 rows)
 
 step s2lock: SELECT pg_advisory_lock(12345);
 pg_advisory_lock
@@ -218,13 +216,11 @@
...
tap
[11:26:57.165](0.000s) not ok 88 - pgbench option error: bad random seed stderr /(?^:unrecognized random seed option "on...
[11:26:57.165](0.000s) not ok 89 - pgbench option error: bad random seed stderr /(?^:Expecting an unsigned integer, "tim...
[11:26:57.166](0.000s) not ok 90 - pgbench option error: bad random seed stderr /(?^:error while setting random seed fro...
test
[11:28:13.335] 105/311 postgresql:delay_execution / delay_execution/isolation                          ERROR            ...
[11:28:13.335] 202/311 postgresql:pgbench / pgbench/002_pgbench_no_server                              ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/modules/delay_execution/expected/cached-plan-inval.out C:/cirrus/build/t...
--- C:/cirrus/src/test/modules/delay_execution/expected/cached-plan-inval.out	2024-10-21 11:21:16.647650000 +0000
+++ C:/cirrus/build/testrun/delay_execution/isolation/results/cached-plan-inval.out	2024-10-21 11:27:46.129670200 +0000
@@ -184,14 +184,12 @@
   One-Time Filter: (InitPlan 1).col1                           
   InitPlan 1                                                   
     ->  LockRows                                               
-          Disabled Nodes: 2                                    
           ->  Append                                           
-                Disabled Nodes: 2                              
                 Subplans Removed: 2                            
                 ->  Index Scan using foo12_1_a on foo12_1 foo_1
                       Index Cond: (a = $1)                     
   ->  Function Scan on generate_series                         
-(11 rows)
+(9 rows)
 
 step s2lock: SELECT pg_advisory_lock(12345);
 pg_advisory_lock
@@ -218,13 +216,11 @@
...
test
[11:33:02.892] 102/306 postgresql:delay_execution / delay_execution/isolation                          ERROR            ...
51/4285 Revise get_cheapest_parallel_safe_total_inner
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out /tmp/cirrus-ci-build/build/testrun/postgres...
--- /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out	2024-10-21 11:04:28.255815000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/postgres_fdw-running/regress/results/postgres_fdw.out	2024-10-21 11:09:36.3516680...
@@ -12325,8 +12325,7 @@
   FROM postgres_fdw_get_connections(true);
  case 
 ------
-    1
-(1 row)
+(0 rows)
 
 -- After terminating the remote backend, since the connection is closed,
 -- "closed" should be TRUE, or NULL if the connection status check
@@ -12339,8 +12338,7 @@
   FROM postgres_fdw_get_connections(true);
  case 
 ------
-    1
-(1 row)
+(0 rows)
...
test
[11:10:02.508] 73/75 postgresql:postgres_fdw-running / postgres_fdw-running/regress               ERROR            10.30...
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[11:14:36.857](0.000s) not ok 6 - superuser_reserved_connections limit: matches
test
[11:16:44.179] 235/306 postgresql:postmaster / postmaster/001_connection_limits                        ERROR            ...
51/5044 new plpgsql.extra_errors check - strict_expr_check
FreeBSD - 13 - Meson
core
[10:18:51.217] #0  0x000035035f375ff0 in ?? ()
[10:18:51.217] #1  0x0000000000000003 in ?? ()
[10:18:51.217] #2  0x00002b3a8cb921c8 in ?? ()
[10:18:51.217] #3  0x00002b3a8cb921cb in ?? ()
[10:18:51.217] #4  0x00002b3a8cb921ce in ?? ()
[10:18:51.217] #5  0x0000000000000000 in ?? ()
[10:18:51.312] #0  0x0000359aed6f54d4 in ?? () from /libexec/ld-elf.so.1
core
[10:18:51.312] #0  0x0000359aed6f54d4 in ?? () from /libexec/ld-elf.so.1
[10:18:51.312] #1  0x0000000000000000 in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/basic.out /tmp/cirrus-ci-build/build/testrun/in...
--- /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/basic.out	2024-10-21 10:13:12.244078000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/injection_points/isolation/results/basic.out	2024-10-21 10:15:43.209954000 +0000
@@ -13,16 +13,16 @@
                        
 (1 row)
 
-step wait1: <... completed>
-injection_points_run
---------------------
-                    
-(1 row)
-
 step detach2: SELECT injection_points_detach('injection-points-wait');
 injection_points_detach
 -----------------------
                        
+(1 row)
+
+step wait1: <... completed>
...
test
[10:17:41.661] 112/311 postgresql:injection_points / injection_points/isolation                        ERROR            ...
51/5229 Add ExprState hashing for GROUP BY and hashed SubPlans
FreeBSD - 13 - Meson
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 12518
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 12238
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 11636
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 10481
core
[09:42:27.691] #0  0x000000000075c5ea in ExecInterpExpr (state=0x83b138710, econtext=0x83b13a108, isnull=0x821a0f0f7) at...
[09:42:27.691] #1  0x0000000000763080 in ExecEvalExpr (state=0x83b138c00, econtext=0x83b140898, isNull=0x821a0f0f7) at ....
[09:42:27.691] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[09:42:27.691] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83b137100, slot=slot@entry=0x83b140898, isnew=isnew...
[09:42:27.691] #4  0x000000000077ce25 in lookup_hash_entries (aggstate=aggstate@entry=0x83b0e9c50) at ../src/backend/exe...
[09:42:27.691] #5  0x000000000077a6c2 in agg_fill_hash_table (aggstate=0x83b0e9c50) at ../src/backend/executor/nodeAgg.c...
[09:42:27.691] #6  ExecAgg (pstate=0x83b0e9c50) at ../src/backend/executor/nodeAgg.c:2172
[09:42:27.691] #7  0x000000000079f5b7 in ExecProcNode (node=0x83b0e9c50) at ../src/include/executor/executor.h:278
[09:42:27.691] #8  ExecSort (pstate=0x83b0e9a40) at ../src/backend/executor/nodeSort.c:149
[09:42:27.691] #9  0x00000000007654cb in ExecProcNode (node=0x83b0e9a40) at ../src/include/executor/executor.h:278
core
[09:42:27.968] #0  0x000000000075c5ea in ExecInterpExpr (state=0x83a455500, econtext=0x83a456160, isnull=0x8211f95b7) at...
[09:42:27.968] #1  0x0000000000763080 in ExecEvalExpr (state=0x83a4559f0, econtext=0x83a450878, isNull=0x8211f95b7) at ....
[09:42:27.968] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[09:42:27.968] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83a455100, slot=slot@entry=0x83a450878, isnew=isnew...
[09:42:27.968] #4  0x000000000077ce25 in lookup_hash_entries (aggstate=aggstate@entry=0x83a38e380) at ../src/backend/exe...
[09:42:27.968] #5  0x000000000077a6c2 in agg_fill_hash_table (aggstate=0x83a38e380) at ../src/backend/executor/nodeAgg.c...
[09:42:27.968] #6  ExecAgg (pstate=0x83a38e380) at ../src/backend/executor/nodeAgg.c:2172
[09:42:27.968] #7  0x00000000007654cb in ExecProcNode (node=0x83a38e380) at ../src/include/executor/executor.h:278
[09:42:27.968] #8  ExecutePlan (estate=0x83a38e100, planstate=0x83a38e380, use_parallel_mode=<optimized out>, operation=...
[09:42:27.968] #9  standard_ExecutorRun (queryDesc=0x83552d500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[09:42:28.246] #0  0x000000000075c5ea in ExecInterpExpr (state=0x84197c398, econtext=0x84197cff8, isnull=0x8214953a7) at...
[09:42:28.246] #1  0x0000000000763080 in ExecEvalExpr (state=0x84197c888, econtext=0x841a324e8, isNull=0x8214953a7) at ....
[09:42:28.246] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[09:42:28.246] #3  LookupTupleHashEntry (hashtable=0x84197b7d8, slot=slot@entry=0x841a324e8, isnew=isnew@entry=0x8214953...
[09:42:28.246] #4  0x000000000079d8b9 in ExecRecursiveUnion (pstate=0x834c62550) at ../src/backend/executor/nodeRecursiv...
[09:42:28.246] #5  0x0000000000781f1c in ExecProcNode (node=0x834c62550) at ../src/include/executor/executor.h:278
[09:42:28.246] #6  CteScanNext (node=0x84197d0d8) at ../src/backend/executor/nodeCtescan.c:103
[09:42:28.246] #7  0x000000000076fcb3 in ExecScan (node=0x84197d0d8, accessMtd=0x781e20 <CteScanNext>, recheckMtd=0x781f...
[09:42:28.246] #8  0x00000000007654cb in ExecProcNode (node=0x84197d0d8) at ../src/include/executor/executor.h:278
[09:42:28.246] #9  ExecutePlan (estate=0x834c62100, planstate=0x84197d0d8, use_parallel_mode=<optimized out>, operation=...
core
[09:42:28.523] #0  0x000000000075c5ea in ExecInterpExpr (state=0x841fe1f20, econtext=0x841feb188, isnull=0x8210ea937) at...
[09:42:28.523] #1  0x0000000000763080 in ExecEvalExpr (state=0x841feaa18, econtext=0x841fe3778, isNull=0x8210ea937) at ....
[09:42:28.523] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[09:42:28.523] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x841fe0100, slot=slot@entry=0x841fe3778, isnew=isnew...
[09:42:28.523] #4  0x000000000077ce25 in lookup_hash_entries (aggstate=aggstate@entry=0x835ffc350) at ../src/backend/exe...
[09:42:28.523] #5  0x000000000077a6c2 in agg_fill_hash_table (aggstate=0x835ffc350) at ../src/backend/executor/nodeAgg.c...
[09:42:28.523] #6  ExecAgg (pstate=0x835ffc350) at ../src/backend/executor/nodeAgg.c:2172
[09:42:28.523] #7  0x00000000007654cb in ExecProcNode (node=0x835ffc350) at ../src/include/executor/executor.h:278
[09:42:28.523] #8  ExecutePlan (estate=0x835ffc100, planstate=0x835ffc350, use_parallel_mode=<optimized out>, operation=...
[09:42:28.523] #9  standard_ExecutorRun (queryDesc=0x835e2fd00, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[09:42:28.800] #0  0x000000000075c5ea in ExecInterpExpr (state=0x838a79500, econtext=0x838a7a160, isnull=0x820c02b97) at...
[09:42:28.800] #1  0x0000000000763080 in ExecEvalExpr (state=0x838a799f0, econtext=0x838a743b8, isNull=0x820c02b97) at ....
[09:42:28.800] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[09:42:28.800] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x838a79100, slot=slot@entry=0x838a743b8, isnew=isnew...
[09:42:28.800] #4  0x000000000077ce25 in lookup_hash_entries (aggstate=aggstate@entry=0x8389e2380) at ../src/backend/exe...
[09:42:28.800] #5  0x000000000077a6c2 in agg_fill_hash_table (aggstate=0x8389e2380) at ../src/backend/executor/nodeAgg.c...
[09:42:28.800] #6  ExecAgg (pstate=0x8389e2380) at ../src/backend/executor/nodeAgg.c:2172
[09:42:28.800] #7  0x00000000007654cb in ExecProcNode (node=0x8389e2380) at ../src/include/executor/executor.h:278
[09:42:28.800] #8  ExecutePlan (estate=0x8389e2100, planstate=0x8389e2380, use_parallel_mode=<optimized out>, operation=...
[09:42:28.800] #9  standard_ExecutorRun (queryDesc=0x834a78500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[09:42:29.088] #0  0x000000000075c5ea in ExecInterpExpr (state=0x8397d4500, econtext=0x8397d5160, isnull=0x820d1af57) at...
[09:42:29.088] #1  0x0000000000763080 in ExecEvalExpr (state=0x8397d49f0, econtext=0x8397cf8b8, isNull=0x820d1af57) at ....
[09:42:29.088] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[09:42:29.088] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x8397d4100, slot=slot@entry=0x8397cf8b8, isnew=isnew...
[09:42:29.088] #4  0x000000000077ce25 in lookup_hash_entries (aggstate=aggstate@entry=0x835a83380) at ../src/backend/exe...
[09:42:29.088] #5  0x000000000077a6c2 in agg_fill_hash_table (aggstate=0x835a83380) at ../src/backend/executor/nodeAgg.c...
[09:42:29.088] #6  ExecAgg (pstate=0x835a83380) at ../src/backend/executor/nodeAgg.c:2172
[09:42:29.088] #7  0x00000000007654cb in ExecProcNode (node=0x835a83380) at ../src/include/executor/executor.h:278
[09:42:29.088] #8  ExecutePlan (estate=0x835a83100, planstate=0x835a83380, use_parallel_mode=<optimized out>, operation=...
[09:42:29.088] #9  standard_ExecutorRun (queryDesc=0x8358d2500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[09:42:29.369] #0  0x000000000075c5ea in ExecInterpExpr (state=0x83a378500, econtext=0x83a379160, isnull=0x820f67087) at...
[09:42:29.369] #1  0x0000000000763080 in ExecEvalExpr (state=0x83a3789f0, econtext=0x83a3733f8, isNull=0x820f67087) at ....
[09:42:29.369] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[09:42:29.369] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83a378100, slot=slot@entry=0x83a3733f8, isnew=isnew...
[09:42:29.369] #4  0x000000000077ce25 in lookup_hash_entries (aggstate=aggstate@entry=0x8361bd380) at ../src/backend/exe...
[09:42:29.369] #5  0x000000000077a6c2 in agg_fill_hash_table (aggstate=0x8361bd380) at ../src/backend/executor/nodeAgg.c...
[09:42:29.369] #6  ExecAgg (pstate=0x8361bd380) at ../src/backend/executor/nodeAgg.c:2172
[09:42:29.369] #7  0x00000000007654cb in ExecProcNode (node=0x8361bd380) at ../src/include/executor/executor.h:278
[09:42:29.369] #8  ExecutePlan (estate=0x8361bd100, planstate=0x8361bd380, use_parallel_mode=<optimized out>, operation=...
[09:42:29.369] #9  standard_ExecutorRun (queryDesc=0x83600c500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[09:42:29.649] #0  0x000000000075c5ea in ExecInterpExpr (state=0x83db38500, econtext=0x83db39160, isnull=0x821a45ef7) at...
[09:42:29.649] #1  0x0000000000763080 in ExecEvalExpr (state=0x83db389f0, econtext=0x83db339b8, isNull=0x821a45ef7) at ....
[09:42:29.649] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[09:42:29.649] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83db38100, slot=slot@entry=0x83db339b8, isnew=isnew...
[09:42:29.649] #4  0x000000000077ce25 in lookup_hash_entries (aggstate=aggstate@entry=0x83780b380) at ../src/backend/exe...
[09:42:29.649] #5  0x000000000077a6c2 in agg_fill_hash_table (aggstate=0x83780b380) at ../src/backend/executor/nodeAgg.c...
[09:42:29.649] #6  ExecAgg (pstate=0x83780b380) at ../src/backend/executor/nodeAgg.c:2172
[09:42:29.649] #7  0x00000000007654cb in ExecProcNode (node=0x83780b380) at ../src/include/executor/executor.h:278
[09:42:29.649] #8  ExecutePlan (estate=0x83780b100, planstate=0x83780b380, use_parallel_mode=<optimized out>, operation=...
[09:42:29.649] #9  standard_ExecutorRun (queryDesc=0x83765a500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[09:42:29.929] #0  0x000000000075c5ea in ExecInterpExpr (state=0x834e83500, econtext=0x834e84160, isnull=0x8213867c7) at...
[09:42:29.929] #1  0x0000000000763080 in ExecEvalExpr (state=0x834e839f0, econtext=0x839c4feb8, isNull=0x8213867c7) at ....
[09:42:29.929] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[09:42:29.929] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x834e83100, slot=slot@entry=0x839c4feb8, isnew=isnew...
[09:42:29.929] #4  0x000000000077ce25 in lookup_hash_entries (aggstate=aggstate@entry=0x834cfa380) at ../src/backend/exe...
[09:42:29.929] #5  0x000000000077a6c2 in agg_fill_hash_table (aggstate=0x834cfa380) at ../src/backend/executor/nodeAgg.c...
[09:42:29.929] #6  ExecAgg (pstate=0x834cfa380) at ../src/backend/executor/nodeAgg.c:2172
[09:42:29.929] #7  0x00000000007654cb in ExecProcNode (node=0x834cfa380) at ../src/include/executor/executor.h:278
[09:42:29.929] #8  ExecutePlan (estate=0x834cfa100, planstate=0x834cfa380, use_parallel_mode=<optimized out>, operation=...
[09:42:29.929] #9  standard_ExecutorRun (queryDesc=0x834cc3500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[09:42:30.214] #0  0x000000000075c5ea in ExecInterpExpr (state=0x83e0fb500, econtext=0x83e0fc160, isnull=0x8217bf407) at...
[09:42:30.214] #1  0x0000000000763080 in ExecEvalExpr (state=0x83e0fb9f0, econtext=0x83e0f6438, isNull=0x8217bf407) at ....
[09:42:30.214] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[09:42:30.214] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83e0fb100, slot=slot@entry=0x83e0f6438, isnew=isnew...
[09:42:30.214] #4  0x000000000077ce25 in lookup_hash_entries (aggstate=aggstate@entry=0x8393de380) at ../src/backend/exe...
[09:42:30.214] #5  0x000000000077a6c2 in agg_fill_hash_table (aggstate=0x8393de380) at ../src/backend/executor/nodeAgg.c...
[09:42:30.214] #6  ExecAgg (pstate=0x8393de380) at ../src/backend/executor/nodeAgg.c:2172
[09:42:30.214] #7  0x00000000007654cb in ExecProcNode (node=0x8393de380) at ../src/include/executor/executor.h:278
[09:42:30.214] #8  ExecutePlan (estate=0x8393de100, planstate=0x8393de380, use_parallel_mode=<optimized out>, operation=...
[09:42:30.214] #9  standard_ExecutorRun (queryDesc=0x839228500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[09:42:30.497] #0  0x000000000075c5ea in ExecInterpExpr (state=0x8366db500, econtext=0x8366dc160, isnull=0x82161c807) at...
[09:42:30.497] #1  0x0000000000763080 in ExecEvalExpr (state=0x8366db9f0, econtext=0x8366d64b8, isNull=0x82161c807) at ....
[09:42:30.497] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[09:42:30.497] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x8366db100, slot=slot@entry=0x8366d64b8, isnew=isnew...
[09:42:30.497] #4  0x000000000077ce25 in lookup_hash_entries (aggstate=aggstate@entry=0x832dbb380) at ../src/backend/exe...
[09:42:30.497] #5  0x000000000077a6c2 in agg_fill_hash_table (aggstate=0x832dbb380) at ../src/backend/executor/nodeAgg.c...
[09:42:30.497] #6  ExecAgg (pstate=0x832dbb380) at ../src/backend/executor/nodeAgg.c:2172
[09:42:30.497] #7  0x00000000007654cb in ExecProcNode (node=0x832dbb380) at ../src/include/executor/executor.h:278
[09:42:30.497] #8  ExecutePlan (estate=0x832dbb100, planstate=0x832dbb380, use_parallel_mode=<optimized out>, operation=...
[09:42:30.497] #9  standard_ExecutorRun (queryDesc=0x832c05500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[09:42:30.774] #0  0x000000000075c5ea in ExecInterpExpr (state=0x836da0500, econtext=0x836da1160, isnull=0x8214c6be7) at...
[09:42:30.774] #1  0x0000000000763080 in ExecEvalExpr (state=0x836da09f0, econtext=0x836d9b678, isNull=0x8214c6be7) at ....
[09:42:30.774] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[09:42:30.774] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x836da0100, slot=slot@entry=0x836d9b678, isnew=isnew...
[09:42:30.774] #4  0x000000000077ce25 in lookup_hash_entries (aggstate=aggstate@entry=0x8336d3380) at ../src/backend/exe...
[09:42:30.774] #5  0x000000000077a6c2 in agg_fill_hash_table (aggstate=0x8336d3380) at ../src/backend/executor/nodeAgg.c...
[09:42:30.774] #6  ExecAgg (pstate=0x8336d3380) at ../src/backend/executor/nodeAgg.c:2172
[09:42:30.774] #7  0x00000000007654cb in ExecProcNode (node=0x8336d3380) at ../src/include/executor/executor.h:278
[09:42:30.774] #8  ExecutePlan (estate=0x8336d3100, planstate=0x8336d3380, use_parallel_mode=<optimized out>, operation=...
[09:42:30.774] #9  standard_ExecutorRun (queryDesc=0x833522500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[09:42:31.050] #0  0x000000000075c5ea in ExecInterpExpr (state=0x83e421500, econtext=0x83e422160, isnull=0x8215af697) at...
[09:42:31.050] #1  0x0000000000763080 in ExecEvalExpr (state=0x83e4219f0, econtext=0x83e41c578, isNull=0x8215af697) at ....
[09:42:31.050] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[09:42:31.050] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83e421100, slot=slot@entry=0x83e41c578, isnew=isnew...
[09:42:31.050] #4  0x000000000077ce25 in lookup_hash_entries (aggstate=aggstate@entry=0x83e37d380) at ../src/backend/exe...
[09:42:31.050] #5  0x000000000077a6c2 in agg_fill_hash_table (aggstate=0x83e37d380) at ../src/backend/executor/nodeAgg.c...
[09:42:31.050] #6  ExecAgg (pstate=0x83e37d380) at ../src/backend/executor/nodeAgg.c:2172
[09:42:31.050] #7  0x00000000007654cb in ExecProcNode (node=0x83e37d380) at ../src/include/executor/executor.h:278
[09:42:31.050] #8  ExecutePlan (estate=0x83e37d100, planstate=0x83e37d380, use_parallel_mode=<optimized out>, operation=...
[09:42:31.050] #9  standard_ExecutorRun (queryDesc=0x838a11500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[09:42:31.327] #0  0x000000000075c5ea in ExecInterpExpr (state=0x836279500, econtext=0x83627a160, isnull=0x820d83267) at...
[09:42:31.327] #1  0x0000000000763080 in ExecEvalExpr (state=0x8362799f0, econtext=0x836274538, isNull=0x820d83267) at ....
[09:42:31.327] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[09:42:31.327] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x836279100, slot=slot@entry=0x836274538, isnew=isnew...
[09:42:31.327] #4  0x000000000077ce25 in lookup_hash_entries (aggstate=aggstate@entry=0x836185380) at ../src/backend/exe...
[09:42:31.327] #5  0x000000000077a6c2 in agg_fill_hash_table (aggstate=0x836185380) at ../src/backend/executor/nodeAgg.c...
[09:42:31.327] #6  ExecAgg (pstate=0x836185380) at ../src/backend/executor/nodeAgg.c:2172
[09:42:31.327] #7  0x00000000007654cb in ExecProcNode (node=0x836185380) at ../src/include/executor/executor.h:278
[09:42:31.327] #8  ExecutePlan (estate=0x836185100, planstate=0x836185380, use_parallel_mode=<optimized out>, operation=...
[09:42:31.327] #9  standard_ExecutorRun (queryDesc=0x831403500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[09:42:31.601] #0  0x000000000075c5ea in ExecInterpExpr (state=0x835279500, econtext=0x83527a160, isnull=0x821965bf7) at...
[09:42:31.601] #1  0x0000000000763080 in ExecEvalExpr (state=0x8352799f0, econtext=0x835274738, isNull=0x821965bf7) at ....
[09:42:31.601] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[09:42:31.601] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x835279100, slot=slot@entry=0x835274738, isnew=isnew...
[09:42:31.601] #4  0x000000000077ce25 in lookup_hash_entries (aggstate=aggstate@entry=0x8350e7380) at ../src/backend/exe...
[09:42:31.601] #5  0x000000000077a6c2 in agg_fill_hash_table (aggstate=0x8350e7380) at ../src/backend/executor/nodeAgg.c...
[09:42:31.601] #6  ExecAgg (pstate=0x8350e7380) at ../src/backend/executor/nodeAgg.c:2172
[09:42:31.601] #7  0x00000000007654cb in ExecProcNode (node=0x8350e7380) at ../src/include/executor/executor.h:278
[09:42:31.601] #8  ExecutePlan (estate=0x8350e7100, planstate=0x8350e7380, use_parallel_mode=<optimized out>, operation=...
[09:42:31.601] #9  standard_ExecutorRun (queryDesc=0x8350b2500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[09:42:31.876] #0  0x000000000075c5ea in ExecInterpExpr (state=0x83a779500, econtext=0x83a77a160, isnull=0x820bc8dc7) at...
[09:42:31.876] #1  0x0000000000763080 in ExecEvalExpr (state=0x83a7799f0, econtext=0x83a774538, isNull=0x820bc8dc7) at ....
[09:42:31.876] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[09:42:31.876] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83a779100, slot=slot@entry=0x83a774538, isnew=isnew...
[09:42:31.876] #4  0x000000000077ce25 in lookup_hash_entries (aggstate=aggstate@entry=0x83a6d5380) at ../src/backend/exe...
[09:42:31.876] #5  0x000000000077a6c2 in agg_fill_hash_table (aggstate=0x83a6d5380) at ../src/backend/executor/nodeAgg.c...
[09:42:31.876] #6  ExecAgg (pstate=0x83a6d5380) at ../src/backend/executor/nodeAgg.c:2172
[09:42:31.876] #7  0x00000000007654cb in ExecProcNode (node=0x83a6d5380) at ../src/include/executor/executor.h:278
[09:42:31.876] #8  ExecutePlan (estate=0x83a6d5100, planstate=0x83a6d5380, use_parallel_mode=<optimized out>, operation=...
[09:42:31.876] #9  standard_ExecutorRun (queryDesc=0x834c8d500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[09:42:32.151] #0  0x000000000075c5ea in ExecInterpExpr (state=0x83b6a4500, econtext=0x83b6a5160, isnull=0x821952c07) at...
[09:42:32.151] #1  0x0000000000763080 in ExecEvalExpr (state=0x83b6a49f0, econtext=0x83b69f1f8, isNull=0x821952c07) at ....
[09:42:32.151] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[09:42:32.151] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83b6a4100, slot=slot@entry=0x83b69f1f8, isnew=isnew...
[09:42:32.151] #4  0x000000000077ce25 in lookup_hash_entries (aggstate=aggstate@entry=0x83b600380) at ../src/backend/exe...
[09:42:32.151] #5  0x000000000077a6c2 in agg_fill_hash_table (aggstate=0x83b600380) at ../src/backend/executor/nodeAgg.c...
[09:42:32.151] #6  ExecAgg (pstate=0x83b600380) at ../src/backend/executor/nodeAgg.c:2172
[09:42:32.151] #7  0x00000000007654cb in ExecProcNode (node=0x83b600380) at ../src/include/executor/executor.h:278
[09:42:32.151] #8  ExecutePlan (estate=0x83b600100, planstate=0x83b600380, use_parallel_mode=<optimized out>, operation=...
[09:42:32.151] #9  standard_ExecutorRun (queryDesc=0x838474500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[09:42:32.422] #0  0x000000000075c5ea in ExecInterpExpr (state=0x83a7dd500, econtext=0x83a7de160, isnull=0x821548527) at...
[09:42:32.422] #1  0x0000000000763080 in ExecEvalExpr (state=0x83a7dd9f0, econtext=0x83a7d82f8, isNull=0x821548527) at ....
[09:42:32.422] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[09:42:32.422] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83a7dd100, slot=slot@entry=0x83a7d82f8, isnew=isnew...
[09:42:32.422] #4  0x000000000077ce25 in lookup_hash_entries (aggstate=aggstate@entry=0x83a739380) at ../src/backend/exe...
[09:42:32.422] #5  0x000000000077a6c2 in agg_fill_hash_table (aggstate=0x83a739380) at ../src/backend/executor/nodeAgg.c...
[09:42:32.422] #6  ExecAgg (pstate=0x83a739380) at ../src/backend/executor/nodeAgg.c:2172
[09:42:32.422] #7  0x00000000007654cb in ExecProcNode (node=0x83a739380) at ../src/include/executor/executor.h:278
[09:42:32.422] #8  ExecutePlan (estate=0x83a739100, planstate=0x83a739380, use_parallel_mode=<optimized out>, operation=...
[09:42:32.422] #9  standard_ExecutorRun (queryDesc=0x835e81500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[09:42:32.699] #0  0x000000000075c5ea in ExecInterpExpr (state=0x839aa0500, econtext=0x839aa1160, isnull=0x82155ad87) at...
[09:42:32.699] #1  0x0000000000763080 in ExecEvalExpr (state=0x839aa09f0, econtext=0x839a9bab8, isNull=0x82155ad87) at ....
[09:42:32.699] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[09:42:32.699] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x839aa0100, slot=slot@entry=0x839a9bab8, isnew=isnew...
[09:42:32.699] #4  0x000000000077ce25 in lookup_hash_entries (aggstate=aggstate@entry=0x8399fc380) at ../src/backend/exe...
[09:42:32.699] #5  0x000000000077a6c2 in agg_fill_hash_table (aggstate=0x8399fc380) at ../src/backend/executor/nodeAgg.c...
[09:42:32.699] #6  ExecAgg (pstate=0x8399fc380) at ../src/backend/executor/nodeAgg.c:2172
[09:42:32.699] #7  0x00000000007654cb in ExecProcNode (node=0x8399fc380) at ../src/include/executor/executor.h:278
[09:42:32.699] #8  ExecutePlan (estate=0x8399fc100, planstate=0x8399fc380, use_parallel_mode=<optimized out>, operation=...
[09:42:32.699] #9  standard_ExecutorRun (queryDesc=0x8375d8500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[09:42:32.972] #0  0x000000000075c5ea in ExecInterpExpr (state=0x8391db500, econtext=0x8391dc160, isnull=0x8213f4c67) at...
[09:42:32.972] #1  0x0000000000763080 in ExecEvalExpr (state=0x8391db9f0, econtext=0x8391d6378, isNull=0x8213f4c67) at ....
[09:42:32.972] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[09:42:32.972] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x8391db100, slot=slot@entry=0x8391d6378, isnew=isnew...
[09:42:32.972] #4  0x000000000077ce25 in lookup_hash_entries (aggstate=aggstate@entry=0x839137380) at ../src/backend/exe...
[09:42:32.972] #5  0x000000000077a6c2 in agg_fill_hash_table (aggstate=0x839137380) at ../src/backend/executor/nodeAgg.c...
[09:42:32.972] #6  ExecAgg (pstate=0x839137380) at ../src/backend/executor/nodeAgg.c:2172
[09:42:32.972] #7  0x00000000007654cb in ExecProcNode (node=0x839137380) at ../src/include/executor/executor.h:278
[09:42:32.972] #8  ExecutePlan (estate=0x839137100, planstate=0x839137380, use_parallel_mode=<optimized out>, operation=...
[09:42:32.972] #9  standard_ExecutorRun (queryDesc=0x835643500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[09:42:33.244] #0  0x000000000075c5ea in ExecInterpExpr (state=0x83c973500, econtext=0x83c974160, isnull=0x821021297) at...
[09:42:33.244] #1  0x0000000000763080 in ExecEvalExpr (state=0x83c9739f0, econtext=0x83c96e378, isNull=0x821021297) at ....
[09:42:33.244] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[09:42:33.244] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83c973100, slot=slot@entry=0x83c96e378, isnew=isnew...
[09:42:33.244] #4  0x000000000077ce25 in lookup_hash_entries (aggstate=aggstate@entry=0x83c8cf380) at ../src/backend/exe...
[09:42:33.244] #5  0x000000000077a6c2 in agg_fill_hash_table (aggstate=0x83c8cf380) at ../src/backend/executor/nodeAgg.c...
[09:42:33.244] #6  ExecAgg (pstate=0x83c8cf380) at ../src/backend/executor/nodeAgg.c:2172
[09:42:33.244] #7  0x00000000007654cb in ExecProcNode (node=0x83c8cf380) at ../src/include/executor/executor.h:278
[09:42:33.244] #8  ExecutePlan (estate=0x83c8cf100, planstate=0x83c8cf380, use_parallel_mode=<optimized out>, operation=...
[09:42:33.244] #9  standard_ExecutorRun (queryDesc=0x8373f4500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[09:42:33.525] #0  0x000000000075c5ea in ExecInterpExpr (state=0x83ba03500, econtext=0x83ba04160, isnull=0x8214fa5b7) at...
[09:42:33.525] #1  0x0000000000763080 in ExecEvalExpr (state=0x83ba039f0, econtext=0x83b9fe4b8, isNull=0x8214fa5b7) at ....
[09:42:33.525] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[09:42:33.525] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83ba03100, slot=slot@entry=0x83b9fe4b8, isnew=isnew...
[09:42:33.525] #4  0x000000000077ce25 in lookup_hash_entries (aggstate=aggstate@entry=0x83b95f380) at ../src/backend/exe...
[09:42:33.525] #5  0x000000000077a6c2 in agg_fill_hash_table (aggstate=0x83b95f380) at ../src/backend/executor/nodeAgg.c...
[09:42:33.525] #6  ExecAgg (pstate=0x83b95f380) at ../src/backend/executor/nodeAgg.c:2172
[09:42:33.525] #7  0x00000000007654cb in ExecProcNode (node=0x83b95f380) at ../src/include/executor/executor.h:278
[09:42:33.525] #8  ExecutePlan (estate=0x83b95f100, planstate=0x83b95f380, use_parallel_mode=<optimized out>, operation=...
[09:42:33.525] #9  standard_ExecutorRun (queryDesc=0x836250500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[09:42:33.812] #0  0x000000000075c5ea in ExecInterpExpr (state=0x838dc5500, econtext=0x838dc6160, isnull=0x8210a5597) at...
[09:42:33.812] #1  0x0000000000763080 in ExecEvalExpr (state=0x838dc59f0, econtext=0x838dbfcf8, isNull=0x8210a5597) at ....
[09:42:33.812] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[09:42:33.812] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x838dc5100, slot=slot@entry=0x838dbfcf8, isnew=isnew...
[09:42:33.812] #4  0x000000000077ce25 in lookup_hash_entries (aggstate=aggstate@entry=0x838d21380) at ../src/backend/exe...
[09:42:33.812] #5  0x000000000077a6c2 in agg_fill_hash_table (aggstate=0x838d21380) at ../src/backend/executor/nodeAgg.c...
[09:42:33.812] #6  ExecAgg (pstate=0x838d21380) at ../src/backend/executor/nodeAgg.c:2172
[09:42:33.812] #7  0x00000000007654cb in ExecProcNode (node=0x838d21380) at ../src/include/executor/executor.h:278
[09:42:33.812] #8  ExecutePlan (estate=0x838d21100, planstate=0x838d21380, use_parallel_mode=<optimized out>, operation=...
[09:42:33.812] #9  standard_ExecutorRun (queryDesc=0x836983500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[09:42:34.094] #0  0x000000000075c5ea in ExecInterpExpr (state=0x83d664500, econtext=0x83d665160, isnull=0x821a784c7) at...
[09:42:34.094] #1  0x0000000000763080 in ExecEvalExpr (state=0x83d6649f0, econtext=0x83d65ee38, isNull=0x821a784c7) at ....
[09:42:34.094] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[09:42:34.094] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83d664100, slot=slot@entry=0x83d65ee38, isnew=isnew...
[09:42:34.094] #4  0x000000000077ce25 in lookup_hash_entries (aggstate=aggstate@entry=0x83d5c0380) at ../src/backend/exe...
[09:42:34.094] #5  0x000000000077a6c2 in agg_fill_hash_table (aggstate=0x83d5c0380) at ../src/backend/executor/nodeAgg.c...
[09:42:34.094] #6  ExecAgg (pstate=0x83d5c0380) at ../src/backend/executor/nodeAgg.c:2172
[09:42:34.094] #7  0x00000000007654cb in ExecProcNode (node=0x83d5c0380) at ../src/include/executor/executor.h:278
[09:42:34.094] #8  ExecutePlan (estate=0x83d5c0100, planstate=0x83d5c0380, use_parallel_mode=<optimized out>, operation=...
[09:42:34.094] #9  standard_ExecutorRun (queryDesc=0x83796a500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[09:42:34.377] #0  0x000000000075c5ea in ExecInterpExpr (state=0x83c961500, econtext=0x83c962160, isnull=0x821a0d587) at...
[09:42:34.377] #1  0x0000000000763080 in ExecEvalExpr (state=0x83c9619f0, econtext=0x83c95c638, isNull=0x821a0d587) at ....
[09:42:34.377] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[09:42:34.377] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83c961100, slot=slot@entry=0x83c95c638, isnew=isnew...
[09:42:34.377] #4  0x000000000077ce25 in lookup_hash_entries (aggstate=aggstate@entry=0x83c8bd380) at ../src/backend/exe...
[09:42:34.377] #5  0x000000000077a6c2 in agg_fill_hash_table (aggstate=0x83c8bd380) at ../src/backend/executor/nodeAgg.c...
[09:42:34.377] #6  ExecAgg (pstate=0x83c8bd380) at ../src/backend/executor/nodeAgg.c:2172
[09:42:34.377] #7  0x00000000007654cb in ExecProcNode (node=0x83c8bd380) at ../src/include/executor/executor.h:278
[09:42:34.377] #8  ExecutePlan (estate=0x83c8bd100, planstate=0x83c8bd380, use_parallel_mode=<optimized out>, operation=...
[09:42:34.377] #9  standard_ExecutorRun (queryDesc=0x83708d500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[09:42:34.666] #0  0x000000000075c5ea in ExecInterpExpr (state=0x83bc65500, econtext=0x83bc66160, isnull=0x820df5827) at...
[09:42:34.666] #1  0x0000000000763080 in ExecEvalExpr (state=0x83bc659f0, econtext=0x83bc60a38, isNull=0x820df5827) at ....
[09:42:34.666] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[09:42:34.666] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83bc65100, slot=slot@entry=0x83bc60a38, isnew=isnew...
[09:42:34.666] #4  0x000000000077ce25 in lookup_hash_entries (aggstate=aggstate@entry=0x83bbce380) at ../src/backend/exe...
[09:42:34.666] #5  0x000000000077a6c2 in agg_fill_hash_table (aggstate=0x83bbce380) at ../src/backend/executor/nodeAgg.c...
[09:42:34.666] #6  ExecAgg (pstate=0x83bbce380) at ../src/backend/executor/nodeAgg.c:2172
[09:42:34.666] #7  0x00000000007654cb in ExecProcNode (node=0x83bbce380) at ../src/include/executor/executor.h:278
[09:42:34.666] #8  ExecutePlan (estate=0x83bbce100, planstate=0x83bbce380, use_parallel_mode=<optimized out>, operation=...
[09:42:34.666] #9  standard_ExecutorRun (queryDesc=0x8375de500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[09:42:34.947] #0  0x000000000075c5ea in ExecInterpExpr (state=0x83cf01500, econtext=0x83cf02160, isnull=0x821317b87) at...
[09:42:34.947] #1  0x0000000000763080 in ExecEvalExpr (state=0x83cf019f0, econtext=0x83cefc578, isNull=0x821317b87) at ....
[09:42:34.947] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[09:42:34.947] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83cf01100, slot=slot@entry=0x83cefc578, isnew=isnew...
[09:42:34.947] #4  0x000000000077ce25 in lookup_hash_entries (aggstate=aggstate@entry=0x83ce5d380) at ../src/backend/exe...
[09:42:34.947] #5  0x000000000077a6c2 in agg_fill_hash_table (aggstate=0x83ce5d380) at ../src/backend/executor/nodeAgg.c...
[09:42:34.947] #6  ExecAgg (pstate=0x83ce5d380) at ../src/backend/executor/nodeAgg.c:2172
[09:42:34.947] #7  0x00000000007654cb in ExecProcNode (node=0x83ce5d380) at ../src/include/executor/executor.h:278
[09:42:34.947] #8  ExecutePlan (estate=0x83ce5d100, planstate=0x83ce5d380, use_parallel_mode=<optimized out>, operation=...
[09:42:34.947] #9  standard_ExecutorRun (queryDesc=0x83897f500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[09:42:35.223] #0  0x000000000075c5ea in ExecInterpExpr (state=0x83d4e7500, econtext=0x83d4e8160, isnull=0x8212fe227) at...
[09:42:35.223] #1  0x0000000000763080 in ExecEvalExpr (state=0x83d4e79f0, econtext=0x83d4e2278, isNull=0x8212fe227) at ....
[09:42:35.223] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[09:42:35.223] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83d4e7100, slot=slot@entry=0x83d4e2278, isnew=isnew...
[09:42:35.223] #4  0x000000000077ce25 in lookup_hash_entries (aggstate=aggstate@entry=0x83d443380) at ../src/backend/exe...
[09:42:35.223] #5  0x000000000077a6c2 in agg_fill_hash_table (aggstate=0x83d443380) at ../src/backend/executor/nodeAgg.c...
[09:42:35.223] #6  ExecAgg (pstate=0x83d443380) at ../src/backend/executor/nodeAgg.c:2172
[09:42:35.223] #7  0x00000000007654cb in ExecProcNode (node=0x83d443380) at ../src/include/executor/executor.h:278
[09:42:35.223] #8  ExecutePlan (estate=0x83d443100, planstate=0x83d443380, use_parallel_mode=<optimized out>, operation=...
[09:42:35.223] #9  standard_ExecutorRun (queryDesc=0x838b66500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[09:42:35.502] #0  0x000000000075c5ea in ExecInterpExpr (state=0x83ae94500, econtext=0x83ae95160, isnull=0x82174ed57) at...
[09:42:35.502] #1  0x0000000000763080 in ExecEvalExpr (state=0x83ae949f0, econtext=0x83ae8ec78, isNull=0x82174ed57) at ....
[09:42:35.502] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[09:42:35.502] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83ae94100, slot=slot@entry=0x83ae8ec78, isnew=isnew...
[09:42:35.502] #4  0x000000000077ce25 in lookup_hash_entries (aggstate=aggstate@entry=0x83adf0380) at ../src/backend/exe...
[09:42:35.502] #5  0x000000000077a6c2 in agg_fill_hash_table (aggstate=0x83adf0380) at ../src/backend/executor/nodeAgg.c...
[09:42:35.502] #6  ExecAgg (pstate=0x83adf0380) at ../src/backend/executor/nodeAgg.c:2172
[09:42:35.502] #7  0x00000000007654cb in ExecProcNode (node=0x83adf0380) at ../src/include/executor/executor.h:278
[09:42:35.502] #8  ExecutePlan (estate=0x83adf0100, planstate=0x83adf0380, use_parallel_mode=<optimized out>, operation=...
[09:42:35.502] #9  standard_ExecutorRun (queryDesc=0x8362ce500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[09:42:35.779] #0  0x000000000075c5ea in ExecInterpExpr (state=0x83c139500, econtext=0x83c13a160, isnull=0x8211ddb27) at...
[09:42:35.779] #1  0x0000000000763080 in ExecEvalExpr (state=0x83c1399f0, econtext=0x83c134038, isNull=0x8211ddb27) at ....
[09:42:35.779] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[09:42:35.779] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83c139100, slot=slot@entry=0x83c134038, isnew=isnew...
[09:42:35.779] #4  0x000000000077ce25 in lookup_hash_entries (aggstate=aggstate@entry=0x83c095380) at ../src/backend/exe...
[09:42:35.779] #5  0x000000000077a6c2 in agg_fill_hash_table (aggstate=0x83c095380) at ../src/backend/executor/nodeAgg.c...
[09:42:35.779] #6  ExecAgg (pstate=0x83c095380) at ../src/backend/executor/nodeAgg.c:2172
[09:42:35.779] #7  0x00000000007654cb in ExecProcNode (node=0x83c095380) at ../src/include/executor/executor.h:278
[09:42:35.779] #8  ExecutePlan (estate=0x83c095100, planstate=0x83c095380, use_parallel_mode=<optimized out>, operation=...
[09:42:35.779] #9  standard_ExecutorRun (queryDesc=0x8374ea500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[09:42:36.055] #0  0x000000000075c5ea in ExecInterpExpr (state=0x83ae3e500, econtext=0x83ae3f160, isnull=0x8213c40b7) at...
[09:42:36.055] #1  0x0000000000763080 in ExecEvalExpr (state=0x83ae3e9f0, econtext=0x83ae390b8, isNull=0x8213c40b7) at ....
[09:42:36.055] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[09:42:36.055] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83ae3e100, slot=slot@entry=0x83ae390b8, isnew=isnew...
[09:42:36.055] #4  0x000000000077ce25 in lookup_hash_entries (aggstate=aggstate@entry=0x83ad78380) at ../src/backend/exe...
[09:42:36.055] #5  0x000000000077a6c2 in agg_fill_hash_table (aggstate=0x83ad78380) at ../src/backend/executor/nodeAgg.c...
[09:42:36.055] #6  ExecAgg (pstate=0x83ad78380) at ../src/backend/executor/nodeAgg.c:2172
[09:42:36.055] #7  0x00000000007654cb in ExecProcNode (node=0x83ad78380) at ../src/include/executor/executor.h:278
[09:42:36.055] #8  ExecutePlan (estate=0x83ad78100, planstate=0x83ad78380, use_parallel_mode=<optimized out>, operation=...
[09:42:36.055] #9  standard_ExecutorRun (queryDesc=0x834a4c500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[09:42:36.330] #0  0x000000000075c5ea in ExecInterpExpr (state=0x837999500, econtext=0x83799a160, isnull=0x82127e127) at...
[09:42:36.330] #1  0x0000000000763080 in ExecEvalExpr (state=0x8379999f0, econtext=0x837993e78, isNull=0x82127e127) at ....
[09:42:36.330] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[09:42:36.330] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x837999100, slot=slot@entry=0x837993e78, isnew=isnew...
[09:42:36.330] #4  0x000000000077ce25 in lookup_hash_entries (aggstate=aggstate@entry=0x8378f0380) at ../src/backend/exe...
[09:42:36.330] #5  0x000000000077a6c2 in agg_fill_hash_table (aggstate=0x8378f0380) at ../src/backend/executor/nodeAgg.c...
[09:42:36.330] #6  ExecAgg (pstate=0x8378f0380) at ../src/backend/executor/nodeAgg.c:2172
[09:42:36.330] #7  0x00000000007654cb in ExecProcNode (node=0x8378f0380) at ../src/include/executor/executor.h:278
[09:42:36.330] #8  ExecutePlan (estate=0x8378f0100, planstate=0x8378f0380, use_parallel_mode=<optimized out>, operation=...
[09:42:36.330] #9  standard_ExecutorRun (queryDesc=0x8337ac500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[09:42:36.609] #0  0x000000000075c5ea in ExecInterpExpr (state=0x83ae99500, econtext=0x83ae9a160, isnull=0x820c3fcc7) at...
[09:42:36.609] #1  0x0000000000763080 in ExecEvalExpr (state=0x83ae999f0, econtext=0x83aea65f8, isNull=0x820c3fcc7) at ....
[09:42:36.609] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[09:42:36.609] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83ae99100, slot=slot@entry=0x83aea65f8, isnew=isnew...
[09:42:36.609] #4  0x000000000077ce25 in lookup_hash_entries (aggstate=aggstate@entry=0x83ae07380) at ../src/backend/exe...
[09:42:36.609] #5  0x000000000077a6c2 in agg_fill_hash_table (aggstate=0x83ae07380) at ../src/backend/executor/nodeAgg.c...
[09:42:36.609] #6  ExecAgg (pstate=0x83ae07380) at ../src/backend/executor/nodeAgg.c:2172
[09:42:36.609] #7  0x00000000007654cb in ExecProcNode (node=0x83ae07380) at ../src/include/executor/executor.h:278
[09:42:36.609] #8  ExecutePlan (estate=0x83ae07100, planstate=0x83ae07380, use_parallel_mode=<optimized out>, operation=...
[09:42:36.609] #9  standard_ExecutorRun (queryDesc=0x8365e2500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[09:42:36.889] #0  0x000000000075c5ea in ExecInterpExpr (state=0x83a0ad500, econtext=0x83a0ae160, isnull=0x82154c407) at...
[09:42:36.889] #1  0x0000000000763080 in ExecEvalExpr (state=0x83a0ad9f0, econtext=0x83a0a7d78, isNull=0x82154c407) at ....
[09:42:36.889] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[09:42:36.889] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83a0ad100, slot=slot@entry=0x83a0a7d78, isnew=isnew...
[09:42:36.889] #4  0x000000000077ce25 in lookup_hash_entries (aggstate=aggstate@entry=0x83a009380) at ../src/backend/exe...
[09:42:36.889] #5  0x000000000077a6c2 in agg_fill_hash_table (aggstate=0x83a009380) at ../src/backend/executor/nodeAgg.c...
[09:42:36.889] #6  ExecAgg (pstate=0x83a009380) at ../src/backend/executor/nodeAgg.c:2172
[09:42:36.889] #7  0x00000000007654cb in ExecProcNode (node=0x83a009380) at ../src/include/executor/executor.h:278
[09:42:36.889] #8  ExecutePlan (estate=0x83a009100, planstate=0x83a009380, use_parallel_mode=<optimized out>, operation=...
[09:42:36.889] #9  standard_ExecutorRun (queryDesc=0x834e4d500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[09:42:37.163] #0  0x000000000075c5ea in ExecInterpExpr (state=0x8399fc500, econtext=0x8399fd160, isnull=0x821781a97) at...
[09:42:37.163] #1  0x0000000000763080 in ExecEvalExpr (state=0x8399fc9f0, econtext=0x8399f70b8, isNull=0x821781a97) at ....
[09:42:37.163] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[09:42:37.163] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x8399fc100, slot=slot@entry=0x8399f70b8, isnew=isnew...
[09:42:37.163] #4  0x000000000077ce25 in lookup_hash_entries (aggstate=aggstate@entry=0x839958380) at ../src/backend/exe...
[09:42:37.163] #5  0x000000000077a6c2 in agg_fill_hash_table (aggstate=0x839958380) at ../src/backend/executor/nodeAgg.c...
[09:42:37.163] #6  ExecAgg (pstate=0x839958380) at ../src/backend/executor/nodeAgg.c:2172
[09:42:37.163] #7  0x00000000007654cb in ExecProcNode (node=0x839958380) at ../src/include/executor/executor.h:278
[09:42:37.163] #8  ExecutePlan (estate=0x839958100, planstate=0x839958380, use_parallel_mode=<optimized out>, operation=...
[09:42:37.163] #9  standard_ExecutorRun (queryDesc=0x8359cd500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[09:42:37.430] #0  0x000000000075c5ea in ExecInterpExpr (state=0x83aded500, econtext=0x83adee160, isnull=0x8217ca767) at...
[09:42:37.430] #1  0x0000000000763080 in ExecEvalExpr (state=0x83aded9f0, econtext=0x83ade8038, isNull=0x8217ca767) at ....
[09:42:37.430] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[09:42:37.430] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83aded100, slot=slot@entry=0x83ade8038, isnew=isnew...
[09:42:37.430] #4  0x000000000077ce25 in lookup_hash_entries (aggstate=aggstate@entry=0x835b9a380) at ../src/backend/exe...
[09:42:37.430] #5  0x000000000077a6c2 in agg_fill_hash_table (aggstate=0x835b9a380) at ../src/backend/executor/nodeAgg.c...
[09:42:37.430] #6  ExecAgg (pstate=0x835b9a380) at ../src/backend/executor/nodeAgg.c:2172
[09:42:37.430] #7  0x00000000007654cb in ExecProcNode (node=0x835b9a380) at ../src/include/executor/executor.h:278
[09:42:37.430] #8  ExecutePlan (estate=0x835b9a100, planstate=0x835b9a380, use_parallel_mode=<optimized out>, operation=...
[09:42:37.430] #9  standard_ExecutorRun (queryDesc=0x8359e9500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[09:42:37.703] #0  0x000000000075c5ea in ExecInterpExpr (state=0x83a12a500, econtext=0x83a12b160, isnull=0x820d76f17) at...
[09:42:37.703] #1  0x0000000000763080 in ExecEvalExpr (state=0x83a12a9f0, econtext=0x83a124bb8, isNull=0x820d76f17) at ....
[09:42:37.703] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[09:42:37.703] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83a12a100, slot=slot@entry=0x83a124bb8, isnew=isnew...
[09:42:37.703] #4  0x000000000077ce25 in lookup_hash_entries (aggstate=aggstate@entry=0x83a086380) at ../src/backend/exe...
[09:42:37.703] #5  0x000000000077a6c2 in agg_fill_hash_table (aggstate=0x83a086380) at ../src/backend/executor/nodeAgg.c...
[09:42:37.703] #6  ExecAgg (pstate=0x83a086380) at ../src/backend/executor/nodeAgg.c:2172
[09:42:37.703] #7  0x00000000007654cb in ExecProcNode (node=0x83a086380) at ../src/include/executor/executor.h:278
[09:42:37.703] #8  ExecutePlan (estate=0x83a086100, planstate=0x83a086380, use_parallel_mode=<optimized out>, operation=...
[09:42:37.703] #9  standard_ExecutorRun (queryDesc=0x833c85500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[09:42:26.544] #0  0x000000000075c5ea in ExecInterpExpr (state=0x846763400, econtext=0x846763f70, isnull=0x82167a1a7) at...
[09:42:26.544] #1  0x0000000000763080 in ExecEvalExpr (state=0x8467638f0, econtext=0x84675a2b0, isNull=0x82167a1a7) at ....
[09:42:26.544] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[09:42:26.544] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x846763100, slot=slot@entry=0x84675a2b0, isnew=isnew...
[09:42:26.544] #4  0x000000000077ce25 in lookup_hash_entries (aggstate=aggstate@entry=0x846769f28) at ../src/backend/exe...
[09:42:26.544] #5  0x000000000077a6c2 in agg_fill_hash_table (aggstate=0x846769f28) at ../src/backend/executor/nodeAgg.c...
[09:42:26.544] #6  ExecAgg (pstate=0x846769f28) at ../src/backend/executor/nodeAgg.c:2172
[09:42:26.544] #7  0x000000000077cc7d in ExecProcNode (node=0x846769f28) at ../src/include/executor/executor.h:278
[09:42:26.544] #8  fetch_input_tuple (aggstate=aggstate@entry=0x8467698c0) at ../src/backend/executor/nodeAgg.c:561
[09:42:26.544] #9  0x000000000077a69a in agg_fill_hash_table (aggstate=0x8467698c0) at ../src/backend/executor/nodeAgg.c...
core
[09:42:26.835] #0  0x000000000075c5ea in ExecInterpExpr (state=0x83fafc710, econtext=0x83fafe108, isnull=0x82119fd67) at...
[09:42:26.835] #1  0x0000000000763080 in ExecEvalExpr (state=0x83fafcc00, econtext=0x83fade7c0, isNull=0x82119fd67) at ....
[09:42:26.835] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[09:42:26.835] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83fafb100, slot=slot@entry=0x83fade7c0, isnew=isnew...
[09:42:26.835] #4  0x000000000077ce25 in lookup_hash_entries (aggstate=aggstate@entry=0x83fbb7ed0) at ../src/backend/exe...
[09:42:26.835] #5  0x000000000077a6c2 in agg_fill_hash_table (aggstate=0x83fbb7ed0) at ../src/backend/executor/nodeAgg.c...
[09:42:26.835] #6  ExecAgg (pstate=0x83fbb7ed0) at ../src/backend/executor/nodeAgg.c:2172
[09:42:26.835] #7  0x000000000079f5b7 in ExecProcNode (node=0x83fbb7ed0) at ../src/include/executor/executor.h:278
[09:42:26.835] #8  ExecSort (pstate=0x83fbb7cc0) at ../src/backend/executor/nodeSort.c:149
[09:42:26.835] #9  0x00000000007654cb in ExecProcNode (node=0x83fbb7cc0) at ../src/include/executor/executor.h:278
core
[09:42:27.123] #0  0x000000000075c5ea in ExecInterpExpr (state=0x843e8c710, econtext=0x843e8e108, isnull=0x8211929c7) at...
[09:42:27.123] #1  0x0000000000763080 in ExecEvalExpr (state=0x843e8cc00, econtext=0x843e93e98, isNull=0x8211929c7) at ....
[09:42:27.123] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[09:42:27.123] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x843e8b100, slot=slot@entry=0x843e93e98, isnew=isnew...
[09:42:27.123] #4  0x000000000077ce25 in lookup_hash_entries (aggstate=aggstate@entry=0x843e3e090) at ../src/backend/exe...
[09:42:27.123] #5  0x000000000077a6c2 in agg_fill_hash_table (aggstate=0x843e3e090) at ../src/backend/executor/nodeAgg.c...
[09:42:27.123] #6  ExecAgg (pstate=0x843e3e090) at ../src/backend/executor/nodeAgg.c:2172
[09:42:27.123] #7  0x000000000079f5b7 in ExecProcNode (node=0x843e3e090) at ../src/include/executor/executor.h:278
[09:42:27.123] #8  ExecSort (pstate=0x843e3de80) at ../src/backend/executor/nodeSort.c:149
[09:42:27.123] #9  0x00000000007654cb in ExecProcNode (node=0x843e3de80) at ../src/include/executor/executor.h:278
core
[09:42:27.407] #0  0x000000000075c5ea in ExecInterpExpr (state=0x839983710, econtext=0x839985108, isnull=0x821ac8177) at...
[09:42:27.407] #1  0x0000000000763080 in ExecEvalExpr (state=0x839983c00, econtext=0x83998b958, isNull=0x821ac8177) at ....
[09:42:27.407] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[09:42:27.407] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x839982100, slot=slot@entry=0x83998b958, isnew=isnew...
[09:42:27.407] #4  0x000000000077ce25 in lookup_hash_entries (aggstate=aggstate@entry=0x839934fd0) at ../src/backend/exe...
[09:42:27.407] #5  0x000000000077a6c2 in agg_fill_hash_table (aggstate=0x839934fd0) at ../src/backend/executor/nodeAgg.c...
[09:42:27.407] #6  ExecAgg (pstate=0x839934fd0) at ../src/backend/executor/nodeAgg.c:2172
[09:42:27.407] #7  0x000000000079f5b7 in ExecProcNode (node=0x839934fd0) at ../src/include/executor/executor.h:278
[09:42:27.407] #8  ExecSort (pstate=0x839934dc0) at ../src/backend/executor/nodeSort.c:149
[09:42:27.407] #9  0x00000000007654cb in ExecProcNode (node=0x839934dc0) at ../src/include/executor/executor.h:278
core
[09:42:23.939] #0  0x000000000075c5ea in ExecInterpExpr (state=0x83ae7af20, econtext=0x83aece758, isnull=0x820f9e397) at...
[09:42:23.939] #1  0x0000000000763080 in ExecEvalExpr (state=0x83aece0d8, econtext=0x83ae70ef8, isNull=0x820f9e397) at ....
[09:42:23.939] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[09:42:23.939] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83ae79100, slot=slot@entry=0x83ae70ef8, isnew=isnew...
[09:42:23.939] #4  0x000000000077ce25 in lookup_hash_entries (aggstate=aggstate@entry=0x83ae53558) at ../src/backend/exe...
[09:42:23.939] #5  0x000000000077a6c2 in agg_fill_hash_table (aggstate=0x83ae53558) at ../src/backend/executor/nodeAgg.c...
[09:42:23.939] #6  ExecAgg (pstate=0x83ae53558) at ../src/backend/executor/nodeAgg.c:2172
[09:42:23.939] #7  0x000000000079f5b7 in ExecProcNode (node=0x83ae53558) at ../src/include/executor/executor.h:278
[09:42:23.939] #8  ExecSort (pstate=0x83ae53348) at ../src/backend/executor/nodeSort.c:149
[09:42:23.939] #9  0x00000000007654cb in ExecProcNode (node=0x83ae53348) at ../src/include/executor/executor.h:278
core
[09:42:26.242] #0  0x000000000075c5ea in ExecInterpExpr (state=0x838d07f20, econtext=0x838dd5f98, isnull=0x821a0d687) at...
[09:42:26.242] #1  0x0000000000763080 in ExecEvalExpr (state=0x838dd5918, econtext=0x838d300c0, isNull=0x821a0d687) at ....
[09:42:26.242] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[09:42:26.242] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x838d06100, slot=slot@entry=0x838d300c0, isnew=isnew...
[09:42:26.242] #4  0x000000000077ce25 in lookup_hash_entries (aggstate=aggstate@entry=0x836d9b558) at ../src/backend/exe...
[09:42:26.242] #5  0x000000000077a6c2 in agg_fill_hash_table (aggstate=0x836d9b558) at ../src/backend/executor/nodeAgg.c...
[09:42:26.242] #6  ExecAgg (pstate=0x836d9b558) at ../src/backend/executor/nodeAgg.c:2172
[09:42:26.242] #7  0x000000000079f5b7 in ExecProcNode (node=0x836d9b558) at ../src/include/executor/executor.h:278
[09:42:26.242] #8  ExecSort (pstate=0x836d9b348) at ../src/backend/executor/nodeSort.c:149
[09:42:26.242] #9  0x00000000007654cb in ExecProcNode (node=0x836d9b348) at ../src/include/executor/executor.h:278
core
[09:42:25.930] #0  0x000000000075c5ea in ExecInterpExpr (state=0x837b48f20, econtext=0x83a2f1698, isnull=0x820c27197) at...
[09:42:25.930] #1  0x0000000000763080 in ExecEvalExpr (state=0x83a2f1018, econtext=0x837c448e0, isNull=0x820c27197) at ....
[09:42:25.930] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[09:42:25.930] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x837b47100, slot=slot@entry=0x837c448e0, isnew=isnew...
[09:42:25.930] #4  0x000000000077ce25 in lookup_hash_entries (aggstate=aggstate@entry=0x837c43348) at ../src/backend/exe...
[09:42:25.930] #5  0x000000000077a6c2 in agg_fill_hash_table (aggstate=0x837c43348) at ../src/backend/executor/nodeAgg.c...
[09:42:25.930] #6  ExecAgg (pstate=0x837c43348) at ../src/backend/executor/nodeAgg.c:2172
[09:42:25.930] #7  0x00000000007654cb in ExecProcNode (node=0x837c43348) at ../src/include/executor/executor.h:278
[09:42:25.930] #8  ExecutePlan (estate=0x837c43100, planstate=0x837c43348, use_parallel_mode=<optimized out>, operation=...
[09:42:25.930] #9  standard_ExecutorRun (queryDesc=0x837c39900, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[09:42:25.644] #0  0x000000000075c5ea in ExecInterpExpr (state=0x833eb5490, econtext=0x833eb6000, isnull=0x8212b7177) at...
[09:42:25.644] #1  0x0000000000763080 in ExecEvalExpr (state=0x833eb5980, econtext=0x84235dd18, isNull=0x8212b7177) at ....
[09:42:25.644] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[09:42:25.644] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x833eb5100, slot=slot@entry=0x84235dd18, isnew=isnew...
[09:42:25.644] #4  0x000000000077ce25 in lookup_hash_entries (aggstate=aggstate@entry=0x833ffa550) at ../src/backend/exe...
[09:42:25.644] #5  0x000000000077aaba in agg_retrieve_direct (aggstate=0x833ffa550) at ../src/backend/executor/nodeAgg.c...
[09:42:25.644] #6  ExecAgg (pstate=0x833ffa550) at ../src/backend/executor/nodeAgg.c:2179
[09:42:25.644] #7  0x000000000079f5b7 in ExecProcNode (node=0x833ffa550) at ../src/include/executor/executor.h:278
[09:42:25.644] #8  ExecSort (pstate=0x833ffa340) at ../src/backend/executor/nodeSort.c:149
[09:42:25.644] #9  0x00000000007654cb in ExecProcNode (node=0x833ffa340) at ../src/include/executor/executor.h:278
core
[09:42:25.354] #0  0x000000000075c5ea in ExecInterpExpr (state=0x838399468, econtext=0x83839c718, isnull=0x820de5cc7) at...
[09:42:25.354] #1  0x0000000000763080 in ExecEvalExpr (state=0x838399e48, econtext=0x83659e718, isNull=0x820de5cc7) at ....
[09:42:25.354] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[09:42:25.354] #3  LookupTupleHashEntry (hashtable=0x8383992c8, slot=slot@entry=0x83659e718, isnew=isnew@entry=0x820de5d...
[09:42:25.354] #4  0x000000000079ec84 in setop_fill_hash_table (setopstate=0x83827b340) at ../src/backend/executor/nodeS...
[09:42:25.354] #5  ExecSetOp (pstate=0x83827b340) at ../src/backend/executor/nodeSetOp.c:216
[09:42:25.354] #6  0x00000000007654cb in ExecProcNode (node=0x83827b340) at ../src/include/executor/executor.h:278
[09:42:25.354] #7  ExecutePlan (estate=0x83827b100, planstate=0x83827b340, use_parallel_mode=<optimized out>, operation=...
[09:42:25.354] #8  standard_ExecutorRun (queryDesc=0x8363d6900, direction=ForwardScanDirection, count=0, execute_once=<o...
[09:42:25.354] #9  0x000000000093be89 in PortalRunSelect (portal=portal@entry=0x83649d100, forward=<optimized out>, coun...
core
[09:42:25.070] #0  0x000000000075c5ea in ExecInterpExpr (state=0x837918f20, econtext=0x837921f58, isnull=0x820c7a6d7) at...
[09:42:25.070] #1  0x0000000000763080 in ExecEvalExpr (state=0x8379218d8, econtext=0x837919b98, isNull=0x820c7a6d7) at ....
[09:42:25.070] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[09:42:25.070] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x837917100, slot=slot@entry=0x837919b98, isnew=isnew...
[09:42:25.070] #4  0x000000000077ce25 in lookup_hash_entries (aggstate=aggstate@entry=0x83781e350) at ../src/backend/exe...
[09:42:25.070] #5  0x000000000077a6c2 in agg_fill_hash_table (aggstate=0x83781e350) at ../src/backend/executor/nodeAgg.c...
[09:42:25.070] #6  ExecAgg (pstate=0x83781e350) at ../src/backend/executor/nodeAgg.c:2172
[09:42:25.070] #7  0x00000000007654cb in ExecProcNode (node=0x83781e350) at ../src/include/executor/executor.h:278
[09:42:25.070] #8  ExecutePlan (estate=0x83781e100, planstate=0x83781e350, use_parallel_mode=<optimized out>, operation=...
[09:42:25.070] #9  standard_ExecutorRun (queryDesc=0x8379159c0, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[09:42:24.777] #0  0x000000000075c5ea in ExecInterpExpr (state=0x838983500, econtext=0x838984160, isnull=0x821826d67) at...
[09:42:24.777] #1  0x0000000000763080 in ExecEvalExpr (state=0x8389839f0, econtext=0x83897dff8, isNull=0x821826d67) at ....
[09:42:24.777] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[09:42:24.777] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x838983100, slot=slot@entry=0x83897dff8, isnew=isnew...
[09:42:24.777] #4  0x000000000077ce25 in lookup_hash_entries (aggstate=aggstate@entry=0x8388df380) at ../src/backend/exe...
[09:42:24.777] #5  0x000000000077a6c2 in agg_fill_hash_table (aggstate=0x8388df380) at ../src/backend/executor/nodeAgg.c...
[09:42:24.777] #6  ExecAgg (pstate=0x8388df380) at ../src/backend/executor/nodeAgg.c:2172
[09:42:24.777] #7  0x00000000007654cb in ExecProcNode (node=0x8388df380) at ../src/include/executor/executor.h:278
[09:42:24.777] #8  ExecutePlan (estate=0x8388df100, planstate=0x8388df380, use_parallel_mode=<optimized out>, operation=...
[09:42:24.777] #9  standard_ExecutorRun (queryDesc=0x835966500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[09:42:24.494] #0  0x000000000075c5ea in ExecInterpExpr (state=0x83a076500, econtext=0x83a077160, isnull=0x821544ff7) at...
[09:42:24.494] #1  0x0000000000763080 in ExecEvalExpr (state=0x83a0769f0, econtext=0x83a071338, isNull=0x821544ff7) at ....
[09:42:24.494] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[09:42:24.494] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83a076100, slot=slot@entry=0x83a071338, isnew=isnew...
[09:42:24.494] #4  0x000000000077ce25 in lookup_hash_entries (aggstate=aggstate@entry=0x836cf7380) at ../src/backend/exe...
[09:42:24.494] #5  0x000000000077a6c2 in agg_fill_hash_table (aggstate=0x836cf7380) at ../src/backend/executor/nodeAgg.c...
[09:42:24.494] #6  ExecAgg (pstate=0x836cf7380) at ../src/backend/executor/nodeAgg.c:2172
[09:42:24.494] #7  0x00000000007654cb in ExecProcNode (node=0x836cf7380) at ../src/include/executor/executor.h:278
[09:42:24.494] #8  ExecutePlan (estate=0x836cf7100, planstate=0x836cf7380, use_parallel_mode=<optimized out>, operation=...
[09:42:24.494] #9  standard_ExecutorRun (queryDesc=0x836b4b500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[09:42:24.215] #0  0x000000000075c5ea in ExecInterpExpr (state=0x83afcb500, econtext=0x83afcc160, isnull=0x82102b787) at...
[09:42:24.215] #1  0x0000000000763080 in ExecEvalExpr (state=0x83afcb9f0, econtext=0x83afc6238, isNull=0x82102b787) at ....
[09:42:24.215] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[09:42:24.215] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83afcb100, slot=slot@entry=0x83afc6238, isnew=isnew...
[09:42:24.215] #4  0x000000000077ce25 in lookup_hash_entries (aggstate=aggstate@entry=0x83af27380) at ../src/backend/exe...
[09:42:24.215] #5  0x000000000077a6c2 in agg_fill_hash_table (aggstate=0x83af27380) at ../src/backend/executor/nodeAgg.c...
[09:42:24.215] #6  ExecAgg (pstate=0x83af27380) at ../src/backend/executor/nodeAgg.c:2172
[09:42:24.215] #7  0x00000000007654cb in ExecProcNode (node=0x83af27380) at ../src/include/executor/executor.h:278
[09:42:24.215] #8  ExecutePlan (estate=0x83af27100, planstate=0x83af27380, use_parallel_mode=<optimized out>, operation=...
[09:42:24.215] #9  standard_ExecutorRun (queryDesc=0x83650d500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[09:42:23.652] #0  0x000000082c1b441a in thr_kill () from /lib/libc.so.7
[09:42:23.652] #1  0x000000082c12de64 in raise () from /lib/libc.so.7
[09:42:23.652] #2  0x000000082c1de6f9 in abort () from /lib/libc.so.7
[09:42:23.652] #3  0x0000000000a923c5 in ExceptionalCondition (conditionName=0x356a47 "HaveRegisteredOrActiveSnapshot()"...
[09:42:23.652] #4  0x0000000000696eaa in index_drop (indexId=35519, concurrent=false, concurrent_lock_mode=<optimized ou...
[09:42:23.652] #5  0x000000000068e5be in doDeletion (object=object@entry=0x836d395b0, flags=flags@entry=21) at ../src/ba...
[09:42:23.652] #6  0x000000000068ca80 in deleteOneObject (object=0x836d395b0, depRel=0x82177f9c0, flags=21) at ../src/ba...
[09:42:23.652] #7  deleteObjectsInList (targetObjects=targetObjects@entry=0x83a189a18, depRel=depRel@entry=0x82177f9c0, ...
[09:42:23.652] #8  0x000000000068b715 in performDeletion (object=object@entry=0x82177fab0, behavior=behavior@entry=DROP_...
[09:42:23.652] #9  0x00000000008874f6 in do_autovacuum () at ../src/backend/postmaster/autovacuum.c:2215
core
[09:42:23.352] #0  0x000000082c1b441a in thr_kill () from /lib/libc.so.7
[09:42:23.352] #1  0x000000082c12de64 in raise () from /lib/libc.so.7
[09:42:23.352] #2  0x000000082c1de6f9 in abort () from /lib/libc.so.7
[09:42:23.352] #3  0x0000000000a923c5 in ExceptionalCondition (conditionName=0x356a47 "HaveRegisteredOrActiveSnapshot()"...
[09:42:23.352] #4  0x0000000000696eaa in index_drop (indexId=35519, concurrent=false, concurrent_lock_mode=<optimized ou...
[09:42:23.352] #5  0x000000000068e5be in doDeletion (object=object@entry=0x836d395b0, flags=flags@entry=21) at ../src/ba...
[09:42:23.352] #6  0x000000000068ca80 in deleteOneObject (object=0x836d395b0, depRel=0x82177f9c0, flags=21) at ../src/ba...
[09:42:23.352] #7  deleteObjectsInList (targetObjects=targetObjects@entry=0x836d3ffc8, depRel=depRel@entry=0x82177f9c0, ...
[09:42:23.352] #8  0x000000000068b715 in performDeletion (object=object@entry=0x82177fab0, behavior=behavior@entry=DROP_...
[09:42:23.352] #9  0x00000000008874f6 in do_autovacuum () at ../src/backend/postmaster/autovacuum.c:2215
core
[09:42:23.048] #0  0x000000000075c5ea in ExecInterpExpr (state=0x8393fb710, econtext=0x8393fc190, isnull=0x82177f647) at...
[09:42:23.048] #1  0x0000000000763080 in ExecEvalExpr (state=0x8393fbbb0, econtext=0x8394799b0, isNull=0x82177f647) at ....
[09:42:23.048] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[09:42:23.048] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x8393fb100, slot=slot@entry=0x8394799b0, isnew=isnew...
[09:42:23.048] #4  0x000000000077ce25 in lookup_hash_entries (aggstate=aggstate@entry=0x8393d6418) at ../src/backend/exe...
[09:42:23.048] #5  0x000000000077a6c2 in agg_fill_hash_table (aggstate=0x8393d6418) at ../src/backend/executor/nodeAgg.c...
[09:42:23.048] #6  ExecAgg (pstate=0x8393d6418) at ../src/backend/executor/nodeAgg.c:2172
[09:42:23.048] #7  0x000000000077effb in ExecProcNode (node=0x8393d6418) at ../src/include/executor/executor.h:278
[09:42:23.048] #8  ExecAppend (pstate=0x8393d5c48) at ../src/backend/executor/nodeAppend.c:351
[09:42:23.048] #9  0x000000000077cc7d in ExecProcNode (node=0x8393d5c48) at ../src/include/executor/executor.h:278
core
[09:42:22.758] #0  0x000000000075c5ea in ExecInterpExpr (state=0x839c89588, econtext=0x839c8ad58, isnull=0x82177f837) at...
[09:42:22.758] #1  0x0000000000763080 in ExecEvalExpr (state=0x839c89a78, econtext=0x836cc1680, isNull=0x82177f837) at ....
[09:42:22.758] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[09:42:22.758] #3  LookupTupleHashEntry (hashtable=0x839c87f78, slot=slot@entry=0x836cc1680, isnew=isnew@entry=0x82177f8...
[09:42:22.758] #4  0x000000000079ec84 in setop_fill_hash_table (setopstate=0x836d71d40) at ../src/backend/executor/nodeS...
[09:42:22.758] #5  ExecSetOp (pstate=0x836d71d40) at ../src/backend/executor/nodeSetOp.c:216
[09:42:22.758] #6  0x00000000007654cb in ExecProcNode (node=0x836d71d40) at ../src/include/executor/executor.h:278
[09:42:22.758] #7  ExecutePlan (estate=0x836d70100, planstate=0x836d71d40, use_parallel_mode=<optimized out>, operation=...
[09:42:22.758] #8  standard_ExecutorRun (queryDesc=0x836c60500, direction=ForwardScanDirection, count=0, execute_once=<o...
[09:42:22.758] #9  0x000000000093be89 in PortalRunSelect (portal=portal@entry=0x836c8d100, forward=<optimized out>, coun...
core
[09:42:22.469] #0  0x000000000075c5ea in ExecInterpExpr (state=0x8399dc9a8, econtext=0x8399e0728, isnull=0x82177f837) at...
[09:42:22.469] #1  0x0000000000763080 in ExecEvalExpr (state=0x8399e00a8, econtext=0x8399c6bd8, isNull=0x82177f837) at ....
[09:42:22.469] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[09:42:22.469] #3  LookupTupleHashEntry (hashtable=0x8399dc808, slot=slot@entry=0x8399c6bd8, isnew=isnew@entry=0x82177f8...
[09:42:22.469] #4  0x000000000079ec84 in setop_fill_hash_table (setopstate=0x8399665f0) at ../src/backend/executor/nodeS...
[09:42:22.469] #5  ExecSetOp (pstate=0x8399665f0) at ../src/backend/executor/nodeSetOp.c:216
[09:42:22.469] #6  0x00000000007654cb in ExecProcNode (node=0x8399665f0) at ../src/include/executor/executor.h:278
[09:42:22.469] #7  ExecutePlan (estate=0x839966100, planstate=0x8399665f0, use_parallel_mode=<optimized out>, operation=...
[09:42:22.469] #8  standard_ExecutorRun (queryDesc=0x836d62500, direction=ForwardScanDirection, count=0, execute_once=<o...
[09:42:22.469] #9  0x000000000093be89 in PortalRunSelect (portal=portal@entry=0x836c8d100, forward=<optimized out>, coun...
core
[09:42:22.176] #0  0x000000000075c5ea in ExecInterpExpr (state=0x839daac40, econtext=0x839dac1a0, isnull=0x82177f7d7) at...
[09:42:22.176] #1  0x0000000000763080 in ExecEvalExpr (state=0x839dab130, econtext=0x839db6220, isNull=0x82177f7d7) at ....
[09:42:22.176] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[09:42:22.176] #3  LookupTupleHashEntry (hashtable=0x839daaa88, slot=slot@entry=0x839db6220, isnew=isnew@entry=0x82177f8...
[09:42:22.176] #4  0x000000000079d8b9 in ExecRecursiveUnion (pstate=0x839db53d0) at ../src/backend/executor/nodeRecursiv...
[09:42:22.176] #5  0x0000000000781f1c in ExecProcNode (node=0x839db53d0) at ../src/include/executor/executor.h:278
[09:42:22.176] #6  CteScanNext (node=0x839dac490) at ../src/backend/executor/nodeCtescan.c:103
[09:42:22.176] #7  0x000000000079f5b7 in ExecProcNode (node=0x839dac490) at ../src/include/executor/executor.h:278
[09:42:22.176] #8  ExecSort (pstate=0x839dac280) at ../src/backend/executor/nodeSort.c:149
[09:42:22.176] #9  0x00000000007654cb in ExecProcNode (node=0x839dac280) at ../src/include/executor/executor.h:278
core
[09:42:21.893] #0  0x000000000075c5ea in ExecInterpExpr (state=0x836d75f20, econtext=0x839409858, isnull=0x82177f5f7) at...
[09:42:21.893] #1  0x0000000000763080 in ExecEvalExpr (state=0x8394091d8, econtext=0x8393fb5f0, isNull=0x82177f5f7) at ....
[09:42:21.893] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[09:42:21.893] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x836d74100, slot=slot@entry=0x8393fb5f0, isnew=isnew...
[09:42:21.893] #4  0x000000000077ce25 in lookup_hash_entries (aggstate=aggstate@entry=0x836d6b3a0) at ../src/backend/exe...
[09:42:21.893] #5  0x000000000077a6c2 in agg_fill_hash_table (aggstate=0x836d6b3a0) at ../src/backend/executor/nodeAgg.c...
[09:42:21.893] #6  ExecAgg (pstate=0x836d6b3a0) at ../src/backend/executor/nodeAgg.c:2172
[09:42:21.893] #7  0x0000000000785518 in ExecProcNode (node=0x836d6b3a0) at ../src/include/executor/executor.h:278
[09:42:21.893] #8  MultiExecPrivateHash (node=0x836d6b180) at ../src/backend/executor/nodeHash.c:166
[09:42:21.893] #9  MultiExecHash (node=0x836d6b180) at ../src/backend/executor/nodeHash.c:115
core
[09:42:21.602] #0  0x000000082c1b441a in thr_kill () from /lib/libc.so.7
[09:42:21.602] #1  0x000000082c12de64 in raise () from /lib/libc.so.7
[09:42:21.602] #2  0x000000082c1de6f9 in abort () from /lib/libc.so.7
[09:42:21.602] #3  0x0000000000a923c5 in ExceptionalCondition (conditionName=0x356a47 "HaveRegisteredOrActiveSnapshot()"...
[09:42:21.602] #4  0x0000000000696eaa in index_drop (indexId=35519, concurrent=false, concurrent_lock_mode=<optimized ou...
[09:42:21.602] #5  0x000000000068e5be in doDeletion (object=object@entry=0x836d395b0, flags=flags@entry=21) at ../src/ba...
[09:42:21.602] #6  0x000000000068ca80 in deleteOneObject (object=0x836d395b0, depRel=0x82177f9c0, flags=21) at ../src/ba...
[09:42:21.602] #7  deleteObjectsInList (targetObjects=targetObjects@entry=0x836d3ffc8, depRel=depRel@entry=0x82177f9c0, ...
[09:42:21.602] #8  0x000000000068b715 in performDeletion (object=object@entry=0x82177fab0, behavior=behavior@entry=DROP_...
[09:42:21.602] #9  0x00000000008874f6 in do_autovacuum () at ../src/backend/postmaster/autovacuum.c:2215
core
[09:42:21.304] #0  0x000000000075c5ea in ExecInterpExpr (state=0x839704300, econtext=0x839704d80, isnull=0x82177fa07) at...
[09:42:21.304] #1  0x0000000000763080 in ExecEvalExpr (state=0x8397047a0, econtext=0x836d8f728, isNull=0x82177fa07) at ....
[09:42:21.304] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[09:42:21.304] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x839704100, slot=slot@entry=0x836d8f728, isnew=isnew...
[09:42:21.304] #4  0x000000000077ce25 in lookup_hash_entries (aggstate=aggstate@entry=0x836d428c0) at ../src/backend/exe...
[09:42:21.304] #5  0x000000000077a6c2 in agg_fill_hash_table (aggstate=0x836d428c0) at ../src/backend/executor/nodeAgg.c...
[09:42:21.304] #6  ExecAgg (pstate=0x836d428c0) at ../src/backend/executor/nodeAgg.c:2172
[09:42:21.304] #7  0x00000000007654cb in ExecProcNode (node=0x836d428c0) at ../src/include/executor/executor.h:278
[09:42:21.304] #8  ExecutePlan (estate=0x836d42100, planstate=0x836d428c0, use_parallel_mode=<optimized out>, operation=...
[09:42:21.304] #9  standard_ExecutorRun (queryDesc=0x8396ee5c8, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[09:42:21.010] #0  0x000000000075c5ea in ExecInterpExpr (state=0x83a2e3300, econtext=0x83a2e3d80, isnull=0x82177fa07) at...
[09:42:21.010] #1  0x0000000000763080 in ExecEvalExpr (state=0x83a2e37a0, econtext=0x836d8f728, isNull=0x82177fa07) at ....
[09:42:21.010] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[09:42:21.010] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83a2e3100, slot=slot@entry=0x836d8f728, isnew=isnew...
[09:42:21.010] #4  0x000000000077ce25 in lookup_hash_entries (aggstate=aggstate@entry=0x836d428c0) at ../src/backend/exe...
[09:42:21.010] #5  0x000000000077a6c2 in agg_fill_hash_table (aggstate=0x836d428c0) at ../src/backend/executor/nodeAgg.c...
[09:42:21.010] #6  ExecAgg (pstate=0x836d428c0) at ../src/backend/executor/nodeAgg.c:2172
[09:42:21.010] #7  0x00000000007654cb in ExecProcNode (node=0x836d428c0) at ../src/include/executor/executor.h:278
[09:42:21.010] #8  ExecutePlan (estate=0x836d42100, planstate=0x836d428c0, use_parallel_mode=<optimized out>, operation=...
[09:42:21.010] #9  standard_ExecutorRun (queryDesc=0x83a2cd5c8, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[09:42:20.722] #0  0x000000000075c5ea in ExecInterpExpr (state=0x846b64300, econtext=0x846b64d80, isnull=0x82177fa07) at...
[09:42:20.722] #1  0x0000000000763080 in ExecEvalExpr (state=0x846b647a0, econtext=0x836d8f728, isNull=0x82177fa07) at ....
[09:42:20.722] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[09:42:20.722] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x846b64100, slot=slot@entry=0x836d8f728, isnew=isnew...
[09:42:20.722] #4  0x000000000077ce25 in lookup_hash_entries (aggstate=aggstate@entry=0x836d428c0) at ../src/backend/exe...
[09:42:20.722] #5  0x000000000077a6c2 in agg_fill_hash_table (aggstate=0x836d428c0) at ../src/backend/executor/nodeAgg.c...
[09:42:20.722] #6  ExecAgg (pstate=0x836d428c0) at ../src/backend/executor/nodeAgg.c:2172
[09:42:20.722] #7  0x00000000007654cb in ExecProcNode (node=0x836d428c0) at ../src/include/executor/executor.h:278
[09:42:20.722] #8  ExecutePlan (estate=0x836d42100, planstate=0x836d428c0, use_parallel_mode=<optimized out>, operation=...
[09:42:20.722] #9  standard_ExecutorRun (queryDesc=0x846b4e7f8, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[09:42:20.438] #0  0x000000000075c5ea in ExecInterpExpr (state=0x839468300, econtext=0x839468d80, isnull=0x82177f667) at...
[09:42:20.438] #1  0x0000000000763080 in ExecEvalExpr (state=0x8394687a0, econtext=0x839410010, isNull=0x82177f667) at ....
[09:42:20.438] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[09:42:20.438] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x839468100, slot=slot@entry=0x839410010, isnew=isnew...
[09:42:20.438] #4  0x000000000077ce25 in lookup_hash_entries (aggstate=aggstate@entry=0x83945abd8) at ../src/backend/exe...
[09:42:20.438] #5  0x000000000077a6c2 in agg_fill_hash_table (aggstate=0x83945abd8) at ../src/backend/executor/nodeAgg.c...
[09:42:20.438] #6  ExecAgg (pstate=0x83945abd8) at ../src/backend/executor/nodeAgg.c:2172
[09:42:20.438] #7  0x0000000000783b46 in ExecProcNode (node=0x83945abd8) at ../src/include/executor/executor.h:278
[09:42:20.438] #8  gather_getnext (gatherstate=0x83945aa38) at ../src/backend/executor/nodeGather.c:294
[09:42:20.438] #9  ExecGather (pstate=0x83945aa38) at ../src/backend/executor/nodeGather.c:229
core
[09:42:20.154] #0  0x000000000075c5ea in ExecInterpExpr (state=0x836c61f20, econtext=0x836d54d58, isnull=0x82177f747) at...
[09:42:20.154] #1  0x0000000000763080 in ExecEvalExpr (state=0x836d546d8, econtext=0x836d49a10, isNull=0x82177f747) at ....
[09:42:20.154] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[09:42:20.154] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x836c60100, slot=slot@entry=0x836d49a10, isnew=isnew...
[09:42:20.154] #4  0x000000000077ce25 in lookup_hash_entries (aggstate=aggstate@entry=0x8393038c0) at ../src/backend/exe...
[09:42:20.154] #5  0x000000000077a6c2 in agg_fill_hash_table (aggstate=0x8393038c0) at ../src/backend/executor/nodeAgg.c...
[09:42:20.154] #6  ExecAgg (pstate=0x8393038c0) at ../src/backend/executor/nodeAgg.c:2172
[09:42:20.154] #7  0x000000000079f5b7 in ExecProcNode (node=0x8393038c0) at ../src/include/executor/executor.h:278
[09:42:20.154] #8  ExecSort (pstate=0x839303380) at ../src/backend/executor/nodeSort.c:149
[09:42:20.154] #9  0x00000000007654cb in ExecProcNode (node=0x839303380) at ../src/include/executor/executor.h:278
core
[09:42:19.871] #0  0x000000000075c5ea in ExecInterpExpr (state=0x83a101400, econtext=0x83a101f70, isnull=0x82177eab7) at...
[09:42:19.871] #1  0x0000000000763080 in ExecEvalExpr (state=0x83a1018f0, econtext=0x836c50618, isNull=0x82177eab7) at ....
[09:42:19.871] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[09:42:19.871] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83a101100, slot=slot@entry=0x836c50618, isnew=isnew...
[09:42:19.871] #4  0x000000000077ce25 in lookup_hash_entries (aggstate=aggstate@entry=0x836d7b380) at ../src/backend/exe...
[09:42:19.871] #5  0x000000000077a6c2 in agg_fill_hash_table (aggstate=0x836d7b380) at ../src/backend/executor/nodeAgg.c...
[09:42:19.871] #6  ExecAgg (pstate=0x836d7b380) at ../src/backend/executor/nodeAgg.c:2172
[09:42:19.871] #7  0x000000000076d66a in ExecProcNodeInstr (node=0x836d7b380) at ../src/backend/executor/execProcnode.c:...
[09:42:19.871] #8  0x00000000007654cb in ExecProcNode (node=0x836d7b380) at ../src/include/executor/executor.h:278
[09:42:19.871] #9  ExecutePlan (estate=0x836d7b100, planstate=0x836d7b380, use_parallel_mode=<optimized out>, operation=...
core
[09:42:19.530] #0  0x000000000075c5ea in ExecInterpExpr (state=0x836d0d490, econtext=0x836d0e000, isnull=0x82177f747) at...
[09:42:19.530] #1  0x0000000000763080 in ExecEvalExpr (state=0x836d0d980, econtext=0x836d0b768, isNull=0x82177f747) at ....
[09:42:19.530] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[09:42:19.530] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x836d0d100, slot=slot@entry=0x836d0b768, isnew=isnew...
[09:42:19.530] #4  0x000000000077ce25 in lookup_hash_entries (aggstate=aggstate@entry=0x839a62560) at ../src/backend/exe...
[09:42:19.530] #5  0x000000000077a6c2 in agg_fill_hash_table (aggstate=0x839a62560) at ../src/backend/executor/nodeAgg.c...
[09:42:19.530] #6  ExecAgg (pstate=0x839a62560) at ../src/backend/executor/nodeAgg.c:2172
[09:42:19.530] #7  0x000000000079f5b7 in ExecProcNode (node=0x839a62560) at ../src/include/executor/executor.h:278
[09:42:19.530] #8  ExecSort (pstate=0x839a62350) at ../src/backend/executor/nodeSort.c:149
[09:42:19.530] #9  0x00000000007654cb in ExecProcNode (node=0x839a62350) at ../src/include/executor/executor.h:278
core
[09:42:19.251] #0  0x000000000075c5ea in ExecInterpExpr (state=0x839fbe400, econtext=0x839fbef70, isnull=0x82177f747) at...
[09:42:19.251] #1  0x0000000000763080 in ExecEvalExpr (state=0x839fbe8f0, econtext=0x83a0d7018, isNull=0x82177f747) at ....
[09:42:19.251] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[09:42:19.251] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x839fbe100, slot=slot@entry=0x83a0d7018, isnew=isnew...
[09:42:19.251] #4  0x000000000077ce25 in lookup_hash_entries (aggstate=aggstate@entry=0x839ff7570) at ../src/backend/exe...
[09:42:19.251] #5  0x000000000077a6c2 in agg_fill_hash_table (aggstate=0x839ff7570) at ../src/backend/executor/nodeAgg.c...
[09:42:19.251] #6  ExecAgg (pstate=0x839ff7570) at ../src/backend/executor/nodeAgg.c:2172
[09:42:19.251] #7  0x000000000079f5b7 in ExecProcNode (node=0x839ff7570) at ../src/include/executor/executor.h:278
[09:42:19.251] #8  ExecSort (pstate=0x839ff7360) at ../src/backend/executor/nodeSort.c:149
[09:42:19.251] #9  0x00000000007654cb in ExecProcNode (node=0x839ff7360) at ../src/include/executor/executor.h:278
core
[09:42:18.964] #0  0x000000000075c5ea in ExecInterpExpr (state=0x839bd8700, econtext=0x839c74418, isnull=0x82177f837) at...
[09:42:18.964] #1  0x0000000000763080 in ExecEvalExpr (state=0x839bd9400, econtext=0x836d6bbc0, isNull=0x82177f837) at ....
[09:42:18.964] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[09:42:18.964] #3  LookupTupleHashEntry (hashtable=0x839bd8548, slot=slot@entry=0x836d6bbc0, isnew=isnew@entry=0x82177f8...
[09:42:18.964] #4  0x000000000079ec84 in setop_fill_hash_table (setopstate=0x836d6a360) at ../src/backend/executor/nodeS...
[09:42:18.964] #5  ExecSetOp (pstate=0x836d6a360) at ../src/backend/executor/nodeSetOp.c:216
[09:42:18.964] #6  0x00000000007654cb in ExecProcNode (node=0x836d6a360) at ../src/include/executor/executor.h:278
[09:42:18.964] #7  ExecutePlan (estate=0x836d6a100, planstate=0x836d6a360, use_parallel_mode=<optimized out>, operation=...
[09:42:18.964] #8  standard_ExecutorRun (queryDesc=0x836bc4500, direction=ForwardScanDirection, count=0, execute_once=<o...
[09:42:18.964] #9  0x000000000093be89 in PortalRunSelect (portal=portal@entry=0x836c8b100, forward=<optimized out>, coun...
core
[09:42:18.685] #0  0x000000000075c5ea in ExecInterpExpr (state=0x8397f3f20, econtext=0x83990c098, isnull=0x82177f787) at...
[09:42:18.685] #1  0x0000000000763080 in ExecEvalExpr (state=0x83990ba18, econtext=0x836d91c80, isNull=0x82177f787) at ....
[09:42:18.685] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[09:42:18.685] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x8397f2100, slot=slot@entry=0x836d91c80, isnew=isnew...
[09:42:18.685] #4  0x000000000077ce25 in lookup_hash_entries (aggstate=aggstate@entry=0x836d68350) at ../src/backend/exe...
[09:42:18.685] #5  0x000000000077a6c2 in agg_fill_hash_table (aggstate=0x836d68350) at ../src/backend/executor/nodeAgg.c...
[09:42:18.685] #6  ExecAgg (pstate=0x836d68350) at ../src/backend/executor/nodeAgg.c:2172
[09:42:18.685] #7  0x00000000007654cb in ExecProcNode (node=0x836d68350) at ../src/include/executor/executor.h:278
[09:42:18.685] #8  ExecutePlan (estate=0x836d68100, planstate=0x836d68350, use_parallel_mode=<optimized out>, operation=...
[09:42:18.685] #9  standard_ExecutorRun (queryDesc=0x836d55500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[09:42:18.400] #0  0x000000082c1b441a in thr_kill () from /lib/libc.so.7
[09:42:18.400] #1  0x000000082c12de64 in raise () from /lib/libc.so.7
[09:42:18.400] #2  0x000000082c1de6f9 in abort () from /lib/libc.so.7
[09:42:18.400] #3  0x0000000000a923c5 in ExceptionalCondition (conditionName=0x356a47 "HaveRegisteredOrActiveSnapshot()"...
[09:42:18.400] #4  0x0000000000696eaa in index_drop (indexId=35519, concurrent=false, concurrent_lock_mode=<optimized ou...
[09:42:18.400] #5  0x000000000068e5be in doDeletion (object=object@entry=0x836d395b0, flags=flags@entry=21) at ../src/ba...
[09:42:18.400] #6  0x000000000068ca80 in deleteOneObject (object=0x836d395b0, depRel=0x82177f9c0, flags=21) at ../src/ba...
[09:42:18.400] #7  deleteObjectsInList (targetObjects=targetObjects@entry=0x836d604a8, depRel=depRel@entry=0x82177f9c0, ...
[09:42:18.400] #8  0x000000000068b715 in performDeletion (object=object@entry=0x82177fab0, behavior=behavior@entry=DROP_...
[09:42:18.400] #9  0x00000000008874f6 in do_autovacuum () at ../src/backend/postmaster/autovacuum.c:2215
core
[09:42:18.070] #0  0x000000000075c5ea in ExecInterpExpr (state=0x836d71500, econtext=0x836d72070, isnull=0x82177f587) at...
[09:42:18.070] #1  0x0000000000763080 in ExecEvalExpr (state=0x836d719f0, econtext=0x839c57ae0, isNull=0x82177f587) at ....
[09:42:18.070] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[09:42:18.070] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x836d71100, slot=slot@entry=0x839c57ae0, isnew=isnew...
[09:42:18.070] #4  0x000000000077ce25 in lookup_hash_entries (aggstate=aggstate@entry=0x836c5d148) at ../src/backend/exe...
[09:42:18.070] #5  0x000000000077a6c2 in agg_fill_hash_table (aggstate=0x836c5d148) at ../src/backend/executor/nodeAgg.c...
[09:42:18.070] #6  ExecAgg (pstate=0x836c5d148) at ../src/backend/executor/nodeAgg.c:2172
[09:42:18.070] #7  0x000000000076fcb3 in ExecScan (node=0x836c5d038, accessMtd=0x7a1b50 <SubqueryNext>, recheckMtd=0x7a1...
[09:42:18.070] #8  0x0000000000785518 in ExecProcNode (node=0x836c5d038) at ../src/include/executor/executor.h:278
[09:42:18.070] #9  MultiExecPrivateHash (node=0x839d47da0) at ../src/backend/executor/nodeHash.c:166
core
[09:42:17.768] #0  0x000000000075c5ea in ExecInterpExpr (state=0x83a277490, econtext=0x83a278000, isnull=0x82177f6b7) at...
[09:42:17.768] #1  0x0000000000763080 in ExecEvalExpr (state=0x83a277980, econtext=0x83a13a258, isNull=0x82177f6b7) at ....
[09:42:17.768] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[09:42:17.768] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83a277100, slot=slot@entry=0x83a13a258, isnew=isnew...
[09:42:17.768] #4  0x000000000077ce25 in lookup_hash_entries (aggstate=aggstate@entry=0x836d927b0) at ../src/backend/exe...
[09:42:17.768] #5  0x000000000077a6c2 in agg_fill_hash_table (aggstate=0x836d927b0) at ../src/backend/executor/nodeAgg.c...
[09:42:17.768] #6  ExecAgg (pstate=0x836d927b0) at ../src/backend/executor/nodeAgg.c:2172
[09:42:17.768] #7  0x000000000079cbdb in ExecProcNode (node=0x836d927b0) at ../src/include/executor/executor.h:278
[09:42:17.768] #8  ExecNestLoop (pstate=0x836d925c0) at ../src/backend/executor/nodeNestloop.c:108
[09:42:17.768] #9  0x000000000079f5b7 in ExecProcNode (node=0x836d925c0) at ../src/include/executor/executor.h:278
core
[09:42:17.479] #0  0x000000000075c5ea in ExecInterpExpr (state=0x83c5fb500, econtext=0x83c5fc160, isnull=0x821a5a557) at...
[09:42:17.479] #1  0x0000000000763080 in ExecEvalExpr (state=0x83c5fb9f0, econtext=0x83c5f6678, isNull=0x821a5a557) at ....
[09:42:17.479] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[09:42:17.479] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83c5fb100, slot=slot@entry=0x83c5f6678, isnew=isnew...
[09:42:17.479] #4  0x000000000077ce25 in lookup_hash_entries (aggstate=aggstate@entry=0x83c505380) at ../src/backend/exe...
[09:42:17.479] #5  0x000000000077a6c2 in agg_fill_hash_table (aggstate=0x83c505380) at ../src/backend/executor/nodeAgg.c...
[09:42:17.479] #6  ExecAgg (pstate=0x83c505380) at ../src/backend/executor/nodeAgg.c:2172
[09:42:17.479] #7  0x00000000007654cb in ExecProcNode (node=0x83c505380) at ../src/include/executor/executor.h:278
[09:42:17.479] #8  ExecutePlan (estate=0x83c505100, planstate=0x83c505380, use_parallel_mode=<optimized out>, operation=...
[09:42:17.479] #9  standard_ExecutorRun (queryDesc=0x83694a500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[09:42:17.200] #0  0x000000000075c5ea in ExecInterpExpr (state=0x83c0de500, econtext=0x83c0df160, isnull=0x82127bb87) at...
[09:42:17.200] #1  0x0000000000763080 in ExecEvalExpr (state=0x83c0de9f0, econtext=0x83c0d9038, isNull=0x82127bb87) at ....
[09:42:17.200] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[09:42:17.200] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83c0de100, slot=slot@entry=0x83c0d9038, isnew=isnew...
[09:42:17.200] #4  0x000000000077ce25 in lookup_hash_entries (aggstate=aggstate@entry=0x83c03a380) at ../src/backend/exe...
[09:42:17.200] #5  0x000000000077a6c2 in agg_fill_hash_table (aggstate=0x83c03a380) at ../src/backend/executor/nodeAgg.c...
[09:42:17.200] #6  ExecAgg (pstate=0x83c03a380) at ../src/backend/executor/nodeAgg.c:2172
[09:42:17.200] #7  0x00000000007654cb in ExecProcNode (node=0x83c03a380) at ../src/include/executor/executor.h:278
[09:42:17.200] #8  ExecutePlan (estate=0x83c03a100, planstate=0x83c03a380, use_parallel_mode=<optimized out>, operation=...
[09:42:17.200] #9  standard_ExecutorRun (queryDesc=0x838e3e500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[09:42:16.919] #0  0x000000000075c5ea in ExecInterpExpr (state=0x83a36cf20, econtext=0x83a28fe18, isnull=0x82177f747) at...
[09:42:16.919] #1  0x0000000000763080 in ExecEvalExpr (state=0x83a28f798, econtext=0x83a32ed08, isNull=0x82177f747) at ....
[09:42:16.919] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[09:42:16.919] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83a36b100, slot=slot@entry=0x83a32ed08, isnew=isnew...
[09:42:16.919] #4  0x000000000077ce25 in lookup_hash_entries (aggstate=aggstate@entry=0x83a237650) at ../src/backend/exe...
[09:42:16.919] #5  0x000000000077a6c2 in agg_fill_hash_table (aggstate=0x83a237650) at ../src/backend/executor/nodeAgg.c...
[09:42:16.919] #6  ExecAgg (pstate=0x83a237650) at ../src/backend/executor/nodeAgg.c:2172
[09:42:16.919] #7  0x000000000079f5b7 in ExecProcNode (node=0x83a237650) at ../src/include/executor/executor.h:278
[09:42:16.919] #8  ExecSort (pstate=0x83a237440) at ../src/backend/executor/nodeSort.c:149
[09:42:16.919] #9  0x00000000007654cb in ExecProcNode (node=0x83a237440) at ../src/include/executor/executor.h:278
core
[09:42:16.626] #0  0x000000000075c5ea in ExecInterpExpr (state=0x839567698, econtext=0x839569fb8, isnull=0x82177f837) at...
[09:42:16.626] #1  0x0000000000763080 in ExecEvalExpr (state=0x839569c78, econtext=0x83948e2d0, isNull=0x82177f837) at ....
[09:42:16.626] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[09:42:16.626] #3  LookupTupleHashEntry (hashtable=0x8395674f8, slot=slot@entry=0x83948e2d0, isnew=isnew@entry=0x82177f8...
[09:42:16.626] #4  0x000000000079ec84 in setop_fill_hash_table (setopstate=0x83948d360) at ../src/backend/executor/nodeS...
[09:42:16.626] #5  ExecSetOp (pstate=0x83948d360) at ../src/backend/executor/nodeSetOp.c:216
[09:42:16.626] #6  0x00000000007654cb in ExecProcNode (node=0x83948d360) at ../src/include/executor/executor.h:278
[09:42:16.626] #7  ExecutePlan (estate=0x83948d100, planstate=0x83948d360, use_parallel_mode=<optimized out>, operation=...
[09:42:16.626] #8  standard_ExecutorRun (queryDesc=0x836bc4900, direction=ForwardScanDirection, count=0, execute_once=<o...
[09:42:16.626] #9  0x000000000093be89 in PortalRunSelect (portal=portal@entry=0x836c8b100, forward=<optimized out>, coun...
core
[09:42:16.346] #0  0x000000000075c5ea in ExecInterpExpr (state=0x840c14f20, econtext=0x840c28218, isnull=0x821b03407) at...
[09:42:16.346] #1  0x0000000000763080 in ExecEvalExpr (state=0x840c27b98, econtext=0x840c0cb78, isNull=0x821b03407) at ....
[09:42:16.346] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[09:42:16.346] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x840c13100, slot=slot@entry=0x840c0cb78, isnew=isnew...
[09:42:16.346] #4  0x000000000077ce25 in lookup_hash_entries (aggstate=aggstate@entry=0x840bfa558) at ../src/backend/exe...
[09:42:16.346] #5  0x000000000077a6c2 in agg_fill_hash_table (aggstate=0x840bfa558) at ../src/backend/executor/nodeAgg.c...
[09:42:16.346] #6  ExecAgg (pstate=0x840bfa558) at ../src/backend/executor/nodeAgg.c:2172
[09:42:16.346] #7  0x000000000079f5b7 in ExecProcNode (node=0x840bfa558) at ../src/include/executor/executor.h:278
[09:42:16.346] #8  ExecSort (pstate=0x840bfa348) at ../src/backend/executor/nodeSort.c:149
[09:42:16.346] #9  0x00000000007654cb in ExecProcNode (node=0x840bfa348) at ../src/include/executor/executor.h:278
core
[09:42:16.064] #0  0x000000000075c5ea in ExecInterpExpr (state=0x83a01ff20, econtext=0x83a0353d8, isnull=0x82177f747) at...
[09:42:16.064] #1  0x0000000000763080 in ExecEvalExpr (state=0x83a034d58, econtext=0x83a0195f8, isNull=0x82177f747) at ....
[09:42:16.064] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[09:42:16.064] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83a01e100, slot=slot@entry=0x83a0195f8, isnew=isnew...
[09:42:16.064] #4  0x000000000077ce25 in lookup_hash_entries (aggstate=aggstate@entry=0x836d92558) at ../src/backend/exe...
[09:42:16.064] #5  0x000000000077a6c2 in agg_fill_hash_table (aggstate=0x836d92558) at ../src/backend/executor/nodeAgg.c...
[09:42:16.064] #6  ExecAgg (pstate=0x836d92558) at ../src/backend/executor/nodeAgg.c:2172
[09:42:16.064] #7  0x000000000079f5b7 in ExecProcNode (node=0x836d92558) at ../src/include/executor/executor.h:278
[09:42:16.064] #8  ExecSort (pstate=0x836d92348) at ../src/backend/executor/nodeSort.c:149
[09:42:16.064] #9  0x00000000007654cb in ExecProcNode (node=0x836d92348) at ../src/include/executor/executor.h:278
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/matview-write-skew.out /tmp/cirrus-ci-build/build/testrun/isol...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/matview-write-skew.out	2024-10-21 09:36:54.378489000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/isolation/isolation/results/matview-write-skew.out	2024-10-21 09:39:19.965795000 ...
@@ -1,121 +1,6 @@
 Parsed test spec with 2 sessions
 
 starting permutation: s1_begin s2_begin s1_refresh s2_read s2_insert s1_commit s2_commit
-step s1_begin: BEGIN ISOLATION LEVEL SERIALIZABLE;
-step s2_begin: BEGIN ISOLATION LEVEL SERIALIZABLE;
-step s1_refresh: REFRESH MATERIALIZED VIEW CONCURRENTLY order_summary;
-step s2_read: SELECT max(date) FROM order_summary;
-       max
-----------
-04-01-2022
-(1 row)
-
-step s2_insert: INSERT INTO orders VALUES ('2022-04-02', 'orange', 15);
-step s1_commit: COMMIT;
-step s2_commit: COMMIT;
-ERROR:  could not serialize access due to read/write dependencies among transactions
...
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pageinspect/expected/brin.out /tmp/cirrus-ci-build/build/testrun/pageinspect/regre...
--- /tmp/cirrus-ci-build/contrib/pageinspect/expected/brin.out	2024-10-21 09:36:52.955884000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pageinspect/regress/results/brin.out	2024-10-21 09:39:21.217884000 +0000
@@ -161,50 +161,7 @@
 SELECT * FROM brin_page_items(get_raw_page('brin_test_parallel_idx', 2), 'brin_test_parallel_idx')
 EXCEPT
 SELECT * FROM brin_page_items(get_raw_page('brin_test_serial_idx', 2), 'brin_test_serial_idx');
- itemoffset | blknum | attnum | allnulls | hasnulls | placeholder | empty | value 
-------------+--------+--------+----------+----------+-------------+-------+-------
-(0 rows)
-
-SELECT * FROM brin_page_items(get_raw_page('brin_test_serial_idx', 2), 'brin_test_serial_idx')
-EXCEPT
-SELECT * FROM brin_page_items(get_raw_page('brin_test_parallel_idx', 2), 'brin_test_parallel_idx');
- itemoffset | blknum | attnum | allnulls | hasnulls | placeholder | empty | value 
-------------+--------+--------+----------+----------+-------------+-------+-------
-(0 rows)
-
-DROP INDEX brin_test_parallel_idx;
--- force parallel build, but don't allow starting parallel workers to force
...
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/select.out /tmp/cirrus-ci-build/build/testrun/pg_stat_...
--- /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/select.out	2024-10-21 09:36:52.963758000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_stat_statements/regress/results/select.out	2024-10-21 09:39:23.252703000 +0000
@@ -319,96 +319,7 @@
 FROM (VALUES (1, 2, 3), (4, NULL, 6), (7, 8, 9)) AS t (a, b, c)
 GROUP BY ROLLUP(a, b), rollup(a, c)
 ORDER BY a, b, c;
- a | b | c 
----+---+---
- 1 | 2 | 3
- 1 | 2 |  
- 1 | 2 |  
- 1 |   | 3
- 1 |   | 3
- 1 |   |  
- 1 |   |  
- 1 |   |  
- 4 |   | 6
- 4 |   | 6
- 4 |   | 6
...
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_trgm/expected/pg_trgm.out /tmp/cirrus-ci-build/build/testrun/pg_trgm/regress/re...
--- /tmp/cirrus-ci-build/contrib/pg_trgm/expected/pg_trgm.out	2024-10-21 09:36:52.969903000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_trgm/regress/results/pg_trgm.out	2024-10-21 09:39:24.255224000 +0000
@@ -5384,21 +5384,7 @@
 
 SELECT DISTINCT city, similarity(city, 'Warsaw'), show_limit()
   FROM restaurants WHERE city % 'Warsaw';
-  city  | similarity | show_limit 
---------+------------+------------
- Warsaw |          1 |        0.3
-(1 row)
-
-SELECT set_limit(0.5);
- set_limit 
------------
-       0.5
-(1 row)
-
-SELECT DISTINCT city, similarity(city, 'Warsaw'), show_limit()
-  FROM restaurants WHERE city % 'Warsaw';
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/type_sanity.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/00...
--- /tmp/cirrus-ci-build/src/test/regress/expected/type_sanity.out	2024-10-21 09:36:54.555665000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/type_sanity.out	2024-10-21 09:38:30.737101...
@@ -172,573 +172,7 @@
 FROM pg_type AS t1
 WHERE t1.typtype not in ('b', 'p')
 ORDER BY 1;
- typtype |   typinput    
----------+---------------
- c       | record_in
- d       | domain_in
- e       | enum_in
- m       | multirange_in
- r       | range_in
-(5 rows)
-
--- Check for bogus typoutput routines
--- As of 8.0, this check finds refcursor, which is borrowing
--- other types' I/O routines
-SELECT t1.oid, t1.typname, p1.oid, p1.proname
...
regress
diff -U3 /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out /tmp/cirrus-ci-build/build/testrun/postgres...
--- /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out	2024-10-21 09:36:52.995662000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/postgres_fdw/regress/results/postgres_fdw.out	2024-10-21 09:39:25.495358000 +0000
@@ -2329,10019 +2329,7 @@
 (20 rows)
 
 SELECT t1c1, avg(t1c1 + t2c1) FROM (SELECT t1.c1, t2.c1 FROM ft1 t1 JOIN ft2 t2 ON (t1.c1 = t2.c1) UNION SELECT t1.c1, ...
- t1c1 |         avg          
-------+----------------------
-  101 | 202.0000000000000000
-  102 | 204.0000000000000000
-  103 | 206.0000000000000000
-  104 | 208.0000000000000000
-  105 | 210.0000000000000000
-  106 | 212.0000000000000000
-  107 | 214.0000000000000000
-  108 | 216.0000000000000000
-  109 | 218.0000000000000000
-  110 | 220.0000000000000000
-(10 rows)
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/type_sanity.out /tmp/cirrus-ci-build/build/testrun/recovery/027_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/type_sanity.out	2024-10-21 09:36:54.555665000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/type_sanity.out	2024-10-21 09:38:55.8194...
@@ -172,573 +172,7 @@
 FROM pg_type AS t1
 WHERE t1.typtype not in ('b', 'p')
 ORDER BY 1;
- typtype |   typinput    
----------+---------------
- c       | record_in
- d       | domain_in
- e       | enum_in
- m       | multirange_in
- r       | range_in
-(5 rows)
-
--- Check for bogus typoutput routines
--- As of 8.0, this check finds refcursor, which is borrowing
--- other types' I/O routines
-SELECT t1.oid, t1.typname, p1.oid, p1.proname
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/type_sanity.out /tmp/cirrus-ci-build/build/testrun/regress/regre...
--- /tmp/cirrus-ci-build/src/test/regress/expected/type_sanity.out	2024-10-21 09:36:54.555665000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/type_sanity.out	2024-10-21 09:38:29.645087000 +0000
@@ -172,573 +172,7 @@
 FROM pg_type AS t1
 WHERE t1.typtype not in ('b', 'p')
 ORDER BY 1;
- typtype |   typinput    
----------+---------------
- c       | record_in
- d       | domain_in
- e       | enum_in
- m       | multirange_in
- r       | range_in
-(5 rows)
-
--- Check for bogus typoutput routines
--- As of 8.0, this check finds refcursor, which is borrowing
--- other types' I/O routines
-SELECT t1.oid, t1.typname, p1.oid, p1.proname
...
regress
diff -U3 /tmp/cirrus-ci-build/contrib/tablefunc/expected/tablefunc.out /tmp/cirrus-ci-build/build/testrun/tablefunc/regr...
--- /tmp/cirrus-ci-build/contrib/tablefunc/expected/tablefunc.out	2024-10-21 09:36:53.010635000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/tablefunc/regress/results/tablefunc.out	2024-10-21 09:39:25.269698000 +0000
@@ -239,261 +239,7 @@
   'SELECT rowid, rowdt, attribute, val FROM cth ORDER BY 1',
   'SELECT DISTINCT rowdt, attribute FROM cth ORDER BY 2')
 AS c(rowid text, rowdt timestamp, temperature int4, test_result text, test_startdate timestamp, volts float8);
-ERROR:  invalid crosstab categories query
-DETAIL:  The query must return one column.
--- if category query generates a NULL value, get expected error
-SELECT * FROM crosstab(
-  'SELECT rowid, rowdt, attribute, val FROM cth ORDER BY 1',
-  'SELECT NULL::text')
-AS c(rowid text, rowdt timestamp, temperature int4, test_result text, test_startdate timestamp, volts float8);
-ERROR:  crosstab category value must not be null
--- if source query returns zero rows, get zero rows returned
-SELECT * FROM crosstab(
-  'SELECT rowid, rowdt, attribute, val FROM cth WHERE false ORDER BY 1',
-  'SELECT DISTINCT attribute FROM cth ORDER BY 1')
-AS c(rowid text, rowdt timestamp, temperature text, test_result text, test_startdate text, volts text);
...
tap
[09:39:41.060](1.172s) not ok 7 - checking an unresolvable database pattern under --no-strict-names status (got 1 vs exp...
[09:39:41.095](0.002s) not ok 12 - checking an unresolvable database pattern (substring of existent database) stderr /(?...
[09:39:41.104](0.000s) not ok 15 - checking an unresolvable database pattern (superstring of existent database) stderr /...
[09:39:41.117](0.000s) not ok 20 - checking a database by name without amcheck installed, no other databases stderr /(?^...
[09:39:41.117](0.000s) not ok 21 - checking a database by name without amcheck installed, no other databases stderr /(?^...
[09:39:41.124](0.006s) not ok 22 - checking a database by name without amcheck installed, with other databases status (g...
[09:39:41.125](0.000s) not ok 24 - checking a database by name without amcheck installed, with other databases stderr /(...
[09:39:41.130](0.005s) not ok 25 - checking a database by pattern without amcheck installed, with other databases status...
[09:39:41.131](0.000s) not ok 27 - checking a database by pattern without amcheck installed, with other databases stderr...
[09:39:41.139](0.000s) not ok 30 - checking table pattern ".." stderr /(?^:pg_amcheck: error: no connectable databases t...
[09:39:41.146](0.000s) not ok 33 - checking table pattern ".foo.bar" stderr /(?^:pg_amcheck: error: no connectable datab...
[09:39:41.152](0.000s) not ok 36 - checking table pattern "." stderr /(?^:pg_amcheck: error: no heap tables to check mat...
[09:39:41.235](0.006s) not ok 64 - many unmatched patterns and one matched pattern under --no-strict-names status (got 1...
[09:39:41.237](0.001s) not ok 66 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[09:39:41.240](0.000s) not ok 67 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[09:39:41.241](0.000s) not ok 68 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[09:39:41.241](0.000s) not ok 69 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[09:39:41.242](0.000s) not ok 70 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[09:39:41.242](0.000s) not ok 71 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[09:39:41.242](0.000s) not ok 72 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[09:39:41.242](0.000s) not ok 73 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[09:39:41.243](0.000s) not ok 74 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[09:39:41.244](0.000s) not ok 75 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[09:39:41.247](0.001s) not ok 76 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[09:39:41.248](0.001s) not ok 77 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[09:39:41.249](0.000s) not ok 78 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[09:39:41.250](0.000s) not ok 79 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[09:39:41.251](0.001s) not ok 80 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[09:39:41.252](0.000s) not ok 81 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[09:39:41.253](0.001s) not ok 82 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
tap
[09:39:42.320](3.695s) not ok 1 - pg_amcheck prior to corruption status (got 1 vs expected 0)
[09:39:42.321](0.000s) not ok 3 - pg_amcheck prior to corruption stderr /(?^:^$)/
[09:39:42.328](0.007s) Bail out!  pg_ctl stop failed
tap
[09:39:41.841](2.609s) not ok 1 - pg_amcheck test table, prior to corruption
[09:39:41.848](0.006s) not ok 2 - pg_amcheck test table and index, prior to corruption
[09:39:41.850](0.002s) Bail out!  pg_ctl stop failed
tap
[09:39:44.219](2.793s) not ok 1 - pg_amcheck all schemas, tables and indexes reports no corruption: exit code 0
[09:39:44.219](0.000s) not ok 2 - pg_amcheck all schemas, tables and indexes reports no corruption: no stderr
tap
[09:39:54.922](2.981s) not ok 30 - run pg_createsubscriber on node S
tap
[09:39:57.321](1.832s) not ok 19 - pg_dump: option -n pg_catalog
[09:39:57.352](0.029s) not ok 20 - pg_dumpall: option --exclude-database handles database names with embedded dots
[09:39:57.371](0.000s) not ok 22 - pg_dump: option --schema rejects three-part schema names: matches
[09:39:57.380](0.000s) not ok 24 - pg_dump: option --schema rejects cross-database multipart schema names: matches
[09:39:57.393](0.001s) not ok 26 - pg_dump: option --schema rejects degenerate two-part schema name: ".": matches
[09:39:57.398](0.000s) not ok 28 - pg_dump: option --schema rejects cross-database multipart schema names with embedded ...
[09:39:57.403](0.000s) not ok 30 - pg_dump: option --schema rejects degenerate three-part schema name: "..": matches
[09:39:57.408](0.000s) not ok 32 - pg_dump: option --table rejects four-part table names: matches
[09:39:57.412](0.000s) not ok 34 - pg_dump: option --table rejects cross-database three part table names: matches
[09:39:57.417](0.000s) not ok 36 - pg_dump: option --table rejects cross-database three part table names with embedded d...
[09:39:57.421](0.004s) not ok 37 - binary_upgrade: pg_dump runs
[09:39:57.441](0.020s) not ok 38 - binary_upgrade: pg_restore runs
tap
[09:38:33.619](7.449s) not ok 5 - regression tests pass
[09:38:35.187](1.563s) not ok 6 - dump before running pg_upgrade
tap
[09:40:24.066](1.916s) not ok 192 - psql seeded_random count ok
[09:40:24.067](0.000s) not ok 193 - psql seeded_random count stderr is empty
[09:40:24.067](0.000s) not ok 194 - psql seeded_random count uniform
[09:40:24.068](0.000s) not ok 195 - psql seeded_random count exponential
[09:40:24.068](0.000s) not ok 196 - psql seeded_random count gaussian
[09:40:24.068](0.000s) not ok 197 - psql seeded_random count zipfian
tap
[09:38:57.565](4.974s) not ok 2 - regression tests pass
test
[09:41:05.580]   8/311 postgresql:pg_upgrade / pg_upgrade/004_subscription                             ERROR            ...
[09:41:05.580]   9/311 postgresql:pg_upgrade / pg_upgrade/003_logical_slots                            ERROR            ...
[09:41:05.580]  10/311 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[09:41:05.580]  37/311 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[09:41:05.580]  43/311 postgresql:recovery / recovery/038_save_logical_slots_shutdown                  ERROR            ...
[09:41:05.580]  46/311 postgresql:recovery / recovery/040_standby_failover_slots_sync                  ERROR            ...
[09:41:05.580]  59/311 postgresql:recovery / recovery/035_standby_logical_decoding                     ERROR            ...
[09:41:05.580]  82/311 postgresql:isolation / isolation/isolation                                      ERROR            ...
[09:41:05.580]  88/311 postgresql:pageinspect / pageinspect/regress                                    ERROR            ...
[09:41:05.580]  94/311 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
[09:41:05.580]  95/311 postgresql:pg_trgm / pg_trgm/regress                                            ERROR            ...
[09:41:05.580]  96/311 postgresql:tablefunc / tablefunc/regress                                        ERROR            ...
[09:41:05.580]  98/311 postgresql:postgres_fdw / postgres_fdw/regress                                  ERROR            ...
[09:41:05.580] 141/311 postgresql:pg_amcheck / pg_amcheck/002_nonesuch                                 ERROR            ...
[09:41:05.580] 144/311 postgresql:pg_amcheck / pg_amcheck/004_verify_heapam                            ERROR            ...
[09:41:05.580] 146/311 postgresql:pg_amcheck / pg_amcheck/003_check                                    ERROR            ...
[09:41:05.580] 148/311 postgresql:pg_amcheck / pg_amcheck/005_opclass_damage                           ERROR            ...
[09:41:05.580] 168/311 postgresql:pg_basebackup / pg_basebackup/040_pg_createsubscriber                ERROR            ...
[09:41:05.580] 174/311 postgresql:pg_dump / pg_dump/002_pg_dump                                        ERROR            ...
[09:41:05.580] 228/311 postgresql:pgbench / pgbench/001_pgbench_with_server                            ERROR            ...
[09:41:05.580] 245/311 postgresql:subscription / subscription/002_types                                ERROR            ...
[09:41:05.580] 246/311 postgresql:subscription / subscription/001_rep_changes                          ERROR            ...
[09:41:05.580] 247/311 postgresql:subscription / subscription/003_constraints                          ERROR            ...
[09:41:05.580] 248/311 postgresql:subscription / subscription/004_sync                                 ERROR            ...
[09:41:05.580] 249/311 postgresql:subscription / subscription/005_encoding                             ERROR            ...
[09:41:05.580] 250/311 postgresql:subscription / subscription/006_rewrite                              ERROR            ...
[09:41:05.580] 251/311 postgresql:subscription / subscription/007_ddl                                  ERROR            ...
[09:41:05.580] 252/311 postgresql:subscription / subscription/008_diff_schema                          ERROR            ...
[09:41:05.580] 254/311 postgresql:subscription / subscription/010_truncate                             ERROR            ...
[09:41:05.580] 255/311 postgresql:subscription / subscription/011_generated                            ERROR            ...
[09:41:05.580] 256/311 postgresql:subscription / subscription/012_collation                            ERROR            ...
[09:41:05.580] 257/311 postgresql:subscription / subscription/014_binary                               ERROR            ...
[09:41:05.580] 258/311 postgresql:subscription / subscription/016_stream_subxact                       ERROR            ...
[09:41:05.580] 259/311 postgresql:subscription / subscription/015_stream                               ERROR            ...
[09:41:05.580] 260/311 postgresql:subscription / subscription/017_stream_ddl                           ERROR            ...
[09:41:05.580] 261/311 postgresql:subscription / subscription/013_partition                            ERROR            ...
[09:41:05.580] 262/311 postgresql:subscription / subscription/019_stream_subxact_ddl_abort             ERROR            ...
[09:41:05.580] 263/311 postgresql:subscription / subscription/018_stream_subxact_abort                 ERROR            ...
[09:41:05.580] 264/311 postgresql:subscription / subscription/020_messages                             ERROR            ...
[09:41:05.580] 265/311 postgresql:subscription / subscription/021_twophase                             ERROR            ...
[09:41:05.580] 266/311 postgresql:subscription / subscription/023_twophase_stream                      ERROR            ...
[09:41:05.580] 267/311 postgresql:subscription / subscription/024_add_drop_pub                         ERROR            ...
[09:41:05.580] 268/311 postgresql:subscription / subscription/022_twophase_cascade                     ERROR            ...
[09:41:05.580] 269/311 postgresql:subscription / subscription/026_stats                                ERROR            ...
[09:41:05.580] 270/311 postgresql:subscription / subscription/025_rep_changes_for_schema               ERROR            ...
[09:41:05.580] 271/311 postgresql:subscription / subscription/027_nosuperuser                          ERROR            ...
[09:41:05.580] 272/311 postgresql:subscription / subscription/028_row_filter                           ERROR            ...
[09:41:05.580] 273/311 postgresql:subscription / subscription/029_on_error                             ERROR            ...
[09:41:05.580] 274/311 postgresql:subscription / subscription/030_origin                               ERROR            ...
[09:41:05.580] 275/311 postgresql:subscription / subscription/032_subscribe_use_index                  ERROR            ...
[09:41:05.580] 276/311 postgresql:subscription / subscription/033_run_as_table_owner                   ERROR            ...
[09:41:05.580] 277/311 postgresql:subscription / subscription/100_bugs                                 ERROR            ...
[09:41:05.580] 278/311 postgresql:subscription / subscription/031_column_list                          ERROR            ...
[09:41:05.580]   6/311 postgresql:regress / regress/regress                                            ERROR           1...
Linux - Debian Bookworm - Autoconf
core
[09:42:31.530] #0  0x00007f83c6bdbe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:42:31.530] #1  0x00007f83c6b8cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:42:31.530] #2  0x00007f83c6b77472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:42:31.530] #3  0x00007f83c7cd650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:42:31.530] #4  0x00007f83c7ce2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:42:31.530] #5  0x00007f83c7cc1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7f83c63f2f4e, __in_ch...
[09:42:31.530] #6  0x00007f83c7cbe6ae in __asan::ReportDeadlySignal (sig=...) at ../../../../src/libsanitizer/asan/asan_...
[09:42:31.530] #7  0x00007f83c7cbd462 in __asan::AsanOnDeadlySignal (signo=<optimized out>, siginfo=0x7f83c63f3bf0, cont...
[09:42:31.530] #8  <signal handler called>
[09:42:31.530] #9  0x0000555dc6e1a9cf in ExecInterpExpr (state=0x6250000c9810, econtext=0x6250000cba08, isnull=0x7fff911...
core
[09:42:32.753] #0  0x00007fd2704abe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:42:32.753] #1  0x00007fd27045cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:42:32.753] #2  0x00007fd270447472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:42:32.753] #3  0x00007fd2716d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:42:32.753] #4  0x00007fd2716e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:42:32.753] #5  0x00007fd2716c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7fd26fe5ef4e, __in_ch...
[09:42:32.753] #6  0x00007fd2716be6ae in __asan::ReportDeadlySignal (sig=...) at ../../../../src/libsanitizer/asan/asan_...
[09:42:32.753] #7  0x00007fd2716bd462 in __asan::AsanOnDeadlySignal (signo=<optimized out>, siginfo=0x7fd26fe5fbf0, cont...
[09:42:32.753] #8  <signal handler called>
[09:42:32.753] #9  0x00005612a2c5a9cf in ExecInterpExpr (state=0x625000090820, econtext=0x62900012e9d8, isnull=0x7fff9b3...
core
[09:42:33.856] #0  0x00007f0cb7cabe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:42:33.856] #1  0x00007f0cb7c5cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:42:33.856] #2  0x00007f0cb7c47472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:42:33.856] #3  0x00007f0cb8cd650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:42:33.856] #4  0x00007f0cb8ce2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:42:33.856] #5  0x00007f0cb8cc1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7f0cb73f6f4e, __in_ch...
[09:42:33.856] #6  0x00007f0cb8cbe6ae in __asan::ReportDeadlySignal (sig=...) at ../../../../src/libsanitizer/asan/asan_...
[09:42:33.856] #7  0x00007f0cb8cbd462 in __asan::AsanOnDeadlySignal (signo=<optimized out>, siginfo=0x7f0cb73f7bf0, cont...
[09:42:33.856] #8  <signal handler called>
[09:42:33.856] #9  0x00005643033fb9cf in ExecInterpExpr (state=0x625000093e00, econtext=0x625000094a60, isnull=0x7ffe43a...
core
[09:42:32.156] #0  0x00007f3b392abe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:42:32.156] #1  0x00007f3b3925cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:42:32.156] #2  0x00007f3b39247472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:42:32.156] #3  0x00007f3b3a4d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:42:32.156] #4  0x00007f3b3a4e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:42:32.156] #5  0x00007f3b3a4c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7f3b38c36f4e, __in_ch...
[09:42:32.156] #6  0x00007f3b3a4be6ae in __asan::ReportDeadlySignal (sig=...) at ../../../../src/libsanitizer/asan/asan_...
[09:42:32.156] #7  0x00007f3b3a4bd462 in __asan::AsanOnDeadlySignal (signo=<optimized out>, siginfo=0x7f3b38c37bf0, cont...
[09:42:32.156] #8  <signal handler called>
[09:42:32.156] #9  0x0000555f2972d9cf in ExecInterpExpr (state=0x6250000dd810, econtext=0x6250000dfa08, isnull=0x7ffc228...
core
[09:42:39.260] #0  0x00007f29f3cabe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:42:39.260] #1  0x00007f29f3c5cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:42:39.260] #2  0x00007f29f3c47472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:42:39.260] #3  0x00007f29f4ed650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:42:39.260] #4  0x00007f29f4ee2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:42:39.260] #5  0x00007f29f4ec1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7f29f362ef4e, __in_ch...
[09:42:39.260] #6  0x00007f29f4ebe6ae in __asan::ReportDeadlySignal (sig=...) at ../../../../src/libsanitizer/asan/asan_...
[09:42:39.260] #7  0x00007f29f4ebd462 in __asan::AsanOnDeadlySignal (signo=<optimized out>, siginfo=0x7f29f362fbf0, cont...
[09:42:39.260] #8  <signal handler called>
[09:42:39.260] #9  0x00005574b44329cf in ExecInterpExpr (state=0x62500009c810, econtext=0x6250000a1208, isnull=0x7fff62a...
core
[09:42:38.655] #0  0x00007f6dc28abe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:42:38.655] #1  0x00007f6dc285cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:42:38.655] #2  0x00007f6dc2847472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:42:38.655] #3  0x00007f6dc3ad650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:42:38.655] #4  0x00007f6dc3ae2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:42:38.655] #5  0x00007f6dc3ac1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7f6dc2221f4e, __in_ch...
[09:42:38.655] #6  0x00007f6dc3abe6ae in __asan::ReportDeadlySignal (sig=...) at ../../../../src/libsanitizer/asan/asan_...
[09:42:38.655] #7  0x00007f6dc3abd462 in __asan::AsanOnDeadlySignal (signo=<optimized out>, siginfo=0x7f6dc2222bf0, cont...
[09:42:38.655] #8  <signal handler called>
[09:42:38.655] #9  0x00005580345979cf in ExecInterpExpr (state=0x6250000c5020, econtext=0x6290000489d8, isnull=0x7ffe41f...
core
[09:42:37.411] #0  0x00007f7370cabe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:42:37.411] #1  0x00007f7370c5cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:42:37.411] #2  0x00007f7370c47472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:42:37.411] #3  0x00007f7371ed650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:42:37.411] #4  0x00007f7371ee2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:42:37.411] #5  0x00007f7371ec1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7f73703fef4e, __in_ch...
[09:42:37.411] #6  0x00007f7371ebe6ae in __asan::ReportDeadlySignal (sig=...) at ../../../../src/libsanitizer/asan/asan_...
[09:42:37.411] #7  0x00007f7371ebd462 in __asan::AsanOnDeadlySignal (signo=<optimized out>, siginfo=0x7f73703ffbf0, cont...
[09:42:37.411] #8  <signal handler called>
[09:42:37.411] #9  0x000055b3ebb2a9cf in ExecInterpExpr (state=0x6290001c0c60, econtext=0x62d000111168, isnull=0x7ffc59c...
core
[09:42:36.917] #0  0x00007fb77a6abe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:42:36.917] #1  0x00007fb77a65cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:42:36.917] #2  0x00007fb77a647472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:42:36.917] #3  0x00007fb77b8d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:42:36.917] #4  0x00007fb77b8e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:42:36.917] #5  0x00007fb77b8c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7fb77a081f4e, __in_ch...
[09:42:36.917] #6  0x00007fb77b8be6ae in __asan::ReportDeadlySignal (sig=...) at ../../../../src/libsanitizer/asan/asan_...
[09:42:36.917] #7  0x00007fb77b8bd462 in __asan::AsanOnDeadlySignal (signo=<optimized out>, siginfo=0x7fb77a082bf0, cont...
[09:42:36.917] #8  <signal handler called>
[09:42:36.917] #9  0x00005566f710c9cf in ExecInterpExpr (state=0x6250000c9810, econtext=0x6250000cba08, isnull=0x7ffc57e...
core
[09:42:36.304] #0  0x00007faa084abe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:42:36.304] #1  0x00007faa0845cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:42:36.304] #2  0x00007faa08447472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:42:36.304] #3  0x00007faa096d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:42:36.304] #4  0x00007faa096e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:42:36.304] #5  0x00007faa096c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7faa07e28f4e, __in_ch...
[09:42:36.304] #6  0x00007faa096be6ae in __asan::ReportDeadlySignal (sig=...) at ../../../../src/libsanitizer/asan/asan_...
[09:42:36.304] #7  0x00007faa096bd462 in __asan::AsanOnDeadlySignal (signo=<optimized out>, siginfo=0x7faa07e29bf0, cont...
[09:42:36.304] #8  <signal handler called>
[09:42:36.304] #9  0x000055a9c2a7b9cf in ExecInterpExpr (state=0x6310001f9188, econtext=0x6310001f9de8, isnull=0x7ffca9b...
core
[09:42:30.911] #0  0x00007f15487dbe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:42:30.911] #1  0x00007f154878cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:42:30.911] #2  0x00007f1548777472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:42:30.911] #3  0x00007f15498d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:42:30.911] #4  0x00007f15498e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:42:30.911] #5  0x00007f15498c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7f1545ab4f4e, __in_ch...
[09:42:30.911] #6  0x00007f15498be6ae in __asan::ReportDeadlySignal (sig=...) at ../../../../src/libsanitizer/asan/asan_...
[09:42:30.911] #7  0x00007f15498bd462 in __asan::AsanOnDeadlySignal (signo=<optimized out>, siginfo=0x7f1545ab5bf0, cont...
[09:42:30.911] #8  <signal handler called>
[09:42:30.911] #9  0x000055eace71c9cf in ExecInterpExpr (state=0x6250000c9810, econtext=0x6250000cba08, isnull=0x7ffd992...
core
[09:42:33.348] #0  0x00007f83c6bdbe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:42:33.348] #1  0x00007f83c6b8cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:42:33.348] #2  0x00007f83c6b77472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:42:33.348] #3  0x00007f83c7cd650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:42:33.348] #4  0x00007f83c7ce2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:42:33.348] #5  0x00007f83c7cc1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7f83c63f2f4e, __in_ch...
[09:42:33.348] #6  0x00007f83c7cbe6ae in __asan::ReportDeadlySignal (sig=...) at ../../../../src/libsanitizer/asan/asan_...
[09:42:33.348] #7  0x00007f83c7cbd462 in __asan::AsanOnDeadlySignal (signo=<optimized out>, siginfo=0x7f83c63f3bf0, cont...
[09:42:33.348] #8  <signal handler called>
[09:42:33.348] #9  0x0000555dc6e1a9cf in ExecInterpExpr (state=0x6250000cc010, econtext=0x6250000d0a08, isnull=0x7fff911...
core
[09:42:35.635] #0  0x00007f77f84abe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:42:35.635] #1  0x00007f77f845cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:42:35.635] #2  0x00007f77f8447472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:42:35.635] #3  0x00007f77f96d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:42:35.635] #4  0x00007f77f96e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:42:35.635] #5  0x00007f77f96c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7f77f7e3ef4e, __in_ch...
[09:42:35.635] #6  0x00007f77f96be6ae in __asan::ReportDeadlySignal (sig=...) at ../../../../src/libsanitizer/asan/asan_...
[09:42:35.635] #7  0x00007f77f96bd462 in __asan::AsanOnDeadlySignal (signo=<optimized out>, siginfo=0x7f77f7e3fbf0, cont...
[09:42:35.635] #8  <signal handler called>
[09:42:35.635] #9  0x00005654fe7299cf in ExecInterpExpr (state=0x6250000cc010, econtext=0x6250000d0a08, isnull=0x7ffd562...
core
[09:42:35.043] #0  0x00007f77f84abe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:42:35.043] #1  0x00007f77f845cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:42:35.043] #2  0x00007f77f8447472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:42:35.043] #3  0x00007f77f96d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:42:35.043] #4  0x00007f77f96e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:42:35.043] #5  0x00007f77f96c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7f77f7e3ef4e, __in_ch...
[09:42:35.043] #6  0x00007f77f96be6ae in __asan::ReportDeadlySignal (sig=...) at ../../../../src/libsanitizer/asan/asan_...
[09:42:35.043] #7  0x00007f77f96bd462 in __asan::AsanOnDeadlySignal (signo=<optimized out>, siginfo=0x7f77f7e3fbf0, cont...
[09:42:35.043] #8  <signal handler called>
[09:42:35.043] #9  0x00005654fe7299cf in ExecInterpExpr (state=0x6250000c9810, econtext=0x6250000cba08, isnull=0x7ffd562...
core
[09:42:34.458] #0  0x00007fb77a6abe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:42:34.458] #1  0x00007fb77a65cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:42:34.458] #2  0x00007fb77a647472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:42:34.458] #3  0x00007fb77b8d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:42:34.458] #4  0x00007fb77b8e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:42:34.458] #5  0x00007fb77b8c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7fb77a081f4e, __in_ch...
[09:42:34.458] #6  0x00007fb77b8be6ae in __asan::ReportDeadlySignal (sig=...) at ../../../../src/libsanitizer/asan/asan_...
[09:42:34.458] #7  0x00007fb77b8bd462 in __asan::AsanOnDeadlySignal (signo=<optimized out>, siginfo=0x7fb77a082bf0, cont...
[09:42:34.458] #8  <signal handler called>
[09:42:34.458] #9  0x00005566f710c9cf in ExecInterpExpr (state=0x6250000c9810, econtext=0x6250000cba08, isnull=0x7ffc57e...
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pageinspect/expected/brin.out /tmp/cirrus-ci-build/contrib/pageinspect/results/bri...
--- /tmp/cirrus-ci-build/contrib/pageinspect/expected/brin.out	2024-10-21 09:36:51.113188235 +0000
+++ /tmp/cirrus-ci-build/contrib/pageinspect/results/brin.out	2024-10-21 09:41:36.668636564 +0000
@@ -161,50 +161,7 @@
 SELECT * FROM brin_page_items(get_raw_page('brin_test_parallel_idx', 2), 'brin_test_parallel_idx')
 EXCEPT
 SELECT * FROM brin_page_items(get_raw_page('brin_test_serial_idx', 2), 'brin_test_serial_idx');
- itemoffset | blknum | attnum | allnulls | hasnulls | placeholder | empty | value 
-------------+--------+--------+----------+----------+-------------+-------+-------
-(0 rows)
-
-SELECT * FROM brin_page_items(get_raw_page('brin_test_serial_idx', 2), 'brin_test_serial_idx')
-EXCEPT
-SELECT * FROM brin_page_items(get_raw_page('brin_test_parallel_idx', 2), 'brin_test_parallel_idx');
- itemoffset | blknum | attnum | allnulls | hasnulls | placeholder | empty | value 
-------------+--------+--------+----------+----------+-------------+-------+-------
-(0 rows)
-
-DROP INDEX brin_test_parallel_idx;
--- force parallel build, but don't allow starting parallel workers to force
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/matview-write-skew.out /tmp/cirrus-ci-build/src/test/isolation...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/matview-write-skew.out	2024-10-21 09:36:52.745188269 +0000
+++ /tmp/cirrus-ci-build/src/test/isolation/output_iso/results/matview-write-skew.out	2024-10-21 09:41:47.916627669 +000...
@@ -1,121 +1,6 @@
 Parsed test spec with 2 sessions
 
 starting permutation: s1_begin s2_begin s1_refresh s2_read s2_insert s1_commit s2_commit
-step s1_begin: BEGIN ISOLATION LEVEL SERIALIZABLE;
-step s2_begin: BEGIN ISOLATION LEVEL SERIALIZABLE;
-step s1_refresh: REFRESH MATERIALIZED VIEW CONCURRENTLY order_summary;
-step s2_read: SELECT max(date) FROM order_summary;
-       max
-----------
-04-01-2022
-(1 row)
-
-step s2_insert: INSERT INTO orders VALUES ('2022-04-02', 'orange', 15);
-step s1_commit: COMMIT;
-step s2_commit: COMMIT;
-ERROR:  could not serialize access due to read/write dependencies among transactions
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/type_sanity.out /tmp/cirrus-ci-build/src/test/regress/results/ty...
--- /tmp/cirrus-ci-build/src/test/regress/expected/type_sanity.out	2024-10-21 09:36:52.965188274 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/type_sanity.out	2024-10-21 09:40:31.620713657 +0000
@@ -172,573 +172,7 @@
 FROM pg_type AS t1
 WHERE t1.typtype not in ('b', 'p')
 ORDER BY 1;
- typtype |   typinput    
----------+---------------
- c       | record_in
- d       | domain_in
- e       | enum_in
- m       | multirange_in
- r       | range_in
-(5 rows)
-
--- Check for bogus typoutput routines
--- As of 8.0, this check finds refcursor, which is borrowing
--- other types' I/O routines
-SELECT t1.oid, t1.typname, p1.oid, p1.proname
...
sanitizer
SUMMARY: AddressSanitizer: SEGV /tmp/cirrus-ci-build/src/backend/executor/execExprInterp.c:1605 in ExecInterpExpr
sanitizer
SUMMARY: AddressSanitizer: SEGV /tmp/cirrus-ci-build/src/backend/executor/execExprInterp.c:1605 in ExecInterpExpr
sanitizer
SUMMARY: AddressSanitizer: SEGV /tmp/cirrus-ci-build/src/backend/executor/execExprInterp.c:1605 in ExecInterpExpr
sanitizer
SUMMARY: AddressSanitizer: SEGV /tmp/cirrus-ci-build/src/backend/executor/execExprInterp.c:1605 in ExecInterpExpr
sanitizer
SUMMARY: AddressSanitizer: SEGV /tmp/cirrus-ci-build/src/backend/executor/execExprInterp.c:1605 in ExecInterpExpr
sanitizer
SUMMARY: AddressSanitizer: SEGV /tmp/cirrus-ci-build/src/backend/executor/execExprInterp.c:1605 in ExecInterpExpr
sanitizer
SUMMARY: AddressSanitizer: SEGV /tmp/cirrus-ci-build/src/backend/executor/execExprInterp.c:1605 in ExecInterpExpr
sanitizer
SUMMARY: AddressSanitizer: SEGV /tmp/cirrus-ci-build/src/backend/executor/execExprInterp.c:1605 in ExecInterpExpr
sanitizer
SUMMARY: AddressSanitizer: SEGV /tmp/cirrus-ci-build/src/backend/executor/execExprInterp.c:1605 in ExecInterpExpr
sanitizer
SUMMARY: AddressSanitizer: SEGV /tmp/cirrus-ci-build/src/backend/executor/execExprInterp.c:1605 in ExecInterpExpr
sanitizer
SUMMARY: AddressSanitizer: SEGV /tmp/cirrus-ci-build/src/backend/executor/execExprInterp.c:1605 in ExecInterpExpr
sanitizer
SUMMARY: AddressSanitizer: SEGV /tmp/cirrus-ci-build/src/backend/executor/execExprInterp.c:1605 in ExecInterpExpr
sanitizer
SUMMARY: AddressSanitizer: SEGV /tmp/cirrus-ci-build/src/backend/executor/execExprInterp.c:1605 in ExecInterpExpr
sanitizer
SUMMARY: AddressSanitizer: SEGV /tmp/cirrus-ci-build/src/backend/executor/execExprInterp.c:1605 in ExecInterpExpr
tap
[09:41:02.273](0.759s) not ok 7 - checking an unresolvable database pattern under --no-strict-names status (got 1 vs exp...
[09:41:02.962](0.240s) not ok 22 - checking a database by name without amcheck installed, with other databases status (g...
[09:41:02.962](0.000s) not ok 24 - checking a database by name without amcheck installed, with other databases stderr /(...
[09:41:03.023](0.060s) not ok 25 - checking a database by pattern without amcheck installed, with other databases status...
[09:41:03.024](0.000s) not ok 27 - checking a database by pattern without amcheck installed, with other databases stderr...
[09:41:03.097](0.000s) not ok 30 - checking table pattern ".." stderr /(?^:pg_amcheck: error: no connectable databases t...
[09:41:03.154](0.000s) not ok 33 - checking table pattern ".foo.bar" stderr /(?^:pg_amcheck: error: no connectable datab...
[09:41:03.210](0.000s) not ok 36 - checking table pattern "." stderr /(?^:pg_amcheck: error: no heap tables to check mat...
[09:41:03.688](0.046s) not ok 64 - many unmatched patterns and one matched pattern under --no-strict-names status (got 1...
[09:41:03.689](0.000s) not ok 66 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[09:41:03.690](0.000s) not ok 67 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[09:41:03.691](0.000s) not ok 68 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[09:41:03.691](0.000s) not ok 69 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[09:41:03.692](0.000s) not ok 70 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[09:41:03.692](0.000s) not ok 71 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[09:41:03.692](0.000s) not ok 72 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[09:41:03.693](0.000s) not ok 73 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[09:41:03.693](0.000s) not ok 74 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[09:41:03.694](0.000s) not ok 75 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[09:41:03.695](0.000s) not ok 76 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[09:41:03.695](0.000s) not ok 77 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[09:41:03.695](0.000s) not ok 78 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[09:41:03.696](0.000s) not ok 79 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[09:41:03.696](0.000s) not ok 80 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[09:41:03.696](0.000s) not ok 81 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[09:41:03.697](0.000s) not ok 82 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
tap
[09:41:14.626](10.527s) not ok 1 - pg_amcheck prior to corruption status (got 1 vs expected 0)
[09:41:14.627](0.000s) not ok 3 - pg_amcheck prior to corruption stderr /(?^:^$)/
[09:41:16.960](2.332s) not ok 4 - pg_amcheck all schemas, tables and indexes in database db1 status (got 1 vs expected 2...
[09:41:16.961](0.000s) not ok 5 - pg_amcheck all schemas, tables and indexes in database db1 stdout /(?^:index ".*" lack...
[09:41:16.961](0.000s) not ok 6 - pg_amcheck all schemas, tables and indexes in database db1 stdout /(?^:line pointer)/
[09:41:16.962](0.000s) not ok 7 - pg_amcheck all schemas, tables and indexes in database db1 stdout /(?^:could not open ...
[09:41:16.962](0.000s) not ok 8 - pg_amcheck all schemas, tables and indexes in database db1 stderr /(?^:^$)/
[09:41:17.776](0.814s) not ok 9 - pg_amcheck all schemas, tables and indexes in databases db1, db2, and db3 status (got ...
[09:41:17.777](0.000s) not ok 10 - pg_amcheck all schemas, tables and indexes in databases db1, db2, and db3 stdout /(?^...
[09:41:17.777](0.000s) not ok 11 - pg_amcheck all schemas, tables and indexes in databases db1, db2, and db3 stdout /(?^...
[09:41:17.777](0.000s) not ok 12 - pg_amcheck all schemas, tables and indexes in databases db1, db2, and db3 stdout /(?^...
[09:41:17.778](0.000s) not ok 13 - pg_amcheck all schemas, tables and indexes in databases db1, db2, and db3 stderr /(?^...
[09:41:17.836](0.058s) not ok 14 - pg_amcheck index s1.t1_btree reports missing main relation fork status (got 1 vs expe...
[09:41:17.837](0.000s) not ok 15 - pg_amcheck index s1.t1_btree reports missing main relation fork stdout /(?^:index ".*...
[09:41:17.837](0.000s) not ok 16 - pg_amcheck index s1.t1_btree reports missing main relation fork stderr /(?^:pg_amchec...
[09:41:17.889](0.051s) not ok 17 - pg_amcheck index s1.s2 reports index corruption status (got 1 vs expected 2)
[09:41:17.889](0.000s) not ok 18 - pg_amcheck index s1.s2 reports index corruption stdout /(?^:.+)/
[09:41:17.890](0.000s) not ok 19 - pg_amcheck index s1.s2 reports index corruption stderr /(?^:^$)/
[09:41:17.960](0.070s) not ok 20 - pg_amcheck of db1.s1 excluding indexes status (got 1 vs expected 0)
[09:41:17.961](0.000s) not ok 22 - pg_amcheck of db1.s1 excluding indexes stderr /(?^:^$)/
[09:41:18.019](0.057s) not ok 23 - pg_amcheck of db2.s1 excluding indexes status (got 1 vs expected 2)
[09:41:18.020](0.000s) not ok 24 - pg_amcheck of db2.s1 excluding indexes stdout /(?^:could not open file ".*": No such ...
[09:41:18.020](0.000s) not ok 25 - pg_amcheck of db2.s1 excluding indexes stderr /(?^:^$)/
[09:41:18.072](0.052s) not ok 26 - pg_amcheck schema s3 reports table and index errors status (got 1 vs expected 2)
[09:41:18.073](0.000s) not ok 27 - pg_amcheck schema s3 reports table and index errors stdout /(?^:index ".*" lacks a ma...
[09:41:18.073](0.000s) not ok 28 - pg_amcheck schema s3 reports table and index errors stdout /(?^:line pointer)/
[09:41:18.073](0.000s) not ok 29 - pg_amcheck schema s3 reports table and index errors stdout /(?^:could not open file "...
[09:41:18.074](0.000s) not ok 30 - pg_amcheck schema s3 reports table and index errors stderr /(?^:^$)/
[09:41:18.154](0.080s) not ok 31 - pg_amcheck in schema s4 reports toast corruption status (got 1 vs expected 2)
[09:41:18.154](0.000s) not ok 32 - pg_amcheck in schema s4 reports toast corruption stdout /(?^:could not open file ".*"...
[09:41:18.155](0.000s) not ok 33 - pg_amcheck in schema s4 reports toast corruption stderr /(?^:^$)/
[09:41:18.187](0.032s) not ok 34 - pg_amcheck in schema s4 excluding toast reports no corruption status (got 1 vs expect...
[09:41:18.188](0.000s) not ok 36 - pg_amcheck in schema s4 excluding toast reports no corruption stderr /(?^:^$)/
[09:41:18.264](0.076s) not ok 37 - pg_amcheck over schema s5 reports no corruption status (got 1 vs expected 0)
[09:41:18.265](0.000s) not ok 39 - pg_amcheck over schema s5 reports no corruption stderr /(?^:^$)/
[09:41:18.316](0.051s) not ok 40 - pg_amcheck over schema s1 with corrupt indexes excluded reports no corruption status ...
[09:41:18.317](0.000s) not ok 42 - pg_amcheck over schema s1 with corrupt indexes excluded reports no corruption stderr ...
[09:41:18.385](0.067s) not ok 43 - pg_amcheck over schema s1 with all indexes excluded reports no corruption status (got...
[09:41:18.386](0.000s) not ok 45 - pg_amcheck over schema s1 with all indexes excluded reports no corruption stderr /(?^...
[09:41:18.436](0.050s) not ok 46 - pg_amcheck over schema s2 with corrupt tables excluded reports no corruption status (...
[09:41:18.437](0.000s) not ok 48 - pg_amcheck over schema s2 with corrupt tables excluded reports no corruption stderr /...
[09:41:18.585](0.040s) not ok 55 - pg_amcheck smoke test --parent-check status (got 1 vs expected 2)
[09:41:18.585](0.000s) not ok 56 - pg_amcheck smoke test --parent-check stdout /(?^:index ".*" lacks a main relation for...
[09:41:18.586](0.000s) not ok 57 - pg_amcheck smoke test --parent-check stderr /(?^:^$)/
[09:41:18.623](0.037s) not ok 58 - pg_amcheck smoke test --heapallindexed --rootdescend status (got 1 vs expected 2)
[09:41:18.624](0.000s) not ok 59 - pg_amcheck smoke test --heapallindexed --rootdescend stdout /(?^:index ".*" lacks a m...
[09:41:18.624](0.000s) not ok 60 - pg_amcheck smoke test --heapallindexed --rootdescend stderr /(?^:^$)/
[09:41:18.663](0.039s) not ok 61 - pg_amcheck excluding all corrupt schemas status (got 1 vs expected 0)
[09:41:18.664](0.000s) not ok 63 - pg_amcheck excluding all corrupt schemas stderr /(?^:^$)/
[09:41:18.739](0.074s) not ok 64 - pg_amcheck smoke test --parent-check --checkunique status (got 1 vs expected 2)
[09:41:18.739](0.000s) not ok 65 - pg_amcheck smoke test --parent-check --checkunique stdout /(?^:index ".*" lacks a mai...
[09:41:18.740](0.000s) not ok 66 - pg_amcheck smoke test --parent-check --checkunique stderr /(?^:^$)/
[09:41:18.777](0.037s) not ok 67 - pg_amcheck smoke test --heapallindexed --rootdescend --checkunique status (got 1 vs e...
[09:41:18.778](0.000s) not ok 68 - pg_amcheck smoke test --heapallindexed --rootdescend --checkunique stdout /(?^:index ...
[09:41:18.778](0.000s) not ok 69 - pg_amcheck smoke test --heapallindexed --rootdescend --checkunique stderr /(?^:^$)/
[09:41:18.809](0.030s) not ok 70 - pg_amcheck excluding all corrupt schemas with --checkunique option status (got 1 vs e...
[09:41:18.809](0.000s) not ok 72 - pg_amcheck excluding all corrupt schemas with --checkunique option stderr /(?^:^$)/
tap
[09:41:25.526](6.512s) not ok 1 - pg_amcheck test table, prior to corruption
[09:41:26.284](0.757s) not ok 2 - pg_amcheck test table and index, prior to corruption
[09:41:28.467](2.183s) not ok 3 - Expected corruption message output status (got 1 vs expected 2)
[09:41:28.468](0.000s) not ok 4 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.tes...
[09:41:28.468](0.000s) not ok 5 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.tes...
[09:41:28.469](0.000s) not ok 6 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.tes...
[09:41:28.469](0.000s) not ok 7 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.tes...
[09:41:28.469](0.000s) not ok 8 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.tes...
[09:41:28.470](0.000s) not ok 9 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.tes...
[09:41:28.470](0.000s) not ok 10 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[09:41:28.470](0.000s) not ok 11 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[09:41:28.471](0.000s) not ok 12 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[09:41:28.474](0.000s) not ok 13 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[09:41:28.475](0.000s) not ok 14 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[09:41:28.476](0.000s) not ok 15 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[09:41:28.477](0.000s) not ok 16 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[09:41:28.478](0.000s) not ok 17 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[09:41:28.479](0.000s) not ok 18 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[09:41:28.480](0.000s) not ok 19 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[09:41:28.481](0.000s) not ok 20 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[09:41:28.482](0.000s) not ok 21 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[09:41:28.484](0.000s) not ok 22 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[09:41:28.484](0.000s) not ok 23 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[09:41:28.485](0.000s) not ok 24 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[09:41:28.486](0.000s) not ok 25 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[09:41:28.486](0.000s) not ok 26 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[09:41:28.487](0.000s) not ok 27 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[09:41:28.487](0.000s) not ok 28 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[09:41:28.488](0.000s) not ok 29 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[09:41:28.488](0.000s) not ok 30 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[09:41:28.489](0.000s) not ok 31 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[09:41:28.489](0.000s) not ok 32 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
tap
[09:41:31.337](1.551s) not ok 1 - pg_amcheck all schemas, tables and indexes reports no corruption: exit code 0
[09:41:31.338](0.000s) not ok 2 - pg_amcheck all schemas, tables and indexes reports no corruption: no stderr
[09:41:32.104](0.765s) not ok 4 - pg_amcheck all schemas, tables and indexes reports fickleidx corruption status (got 1 ...
[09:41:32.104](0.000s) not ok 5 - pg_amcheck all schemas, tables and indexes reports fickleidx corruption stdout /(?^:it...
tap
[09:42:04.466](0.836s) not ok 30 - run pg_createsubscriber on node S
tap
[09:41:26.941](1.482s) not ok 19 - pg_dump: option -n pg_catalog
[09:41:28.605](1.663s) not ok 20 - pg_dumpall: option --exclude-database handles database names with embedded dots
[09:41:28.681](0.000s) not ok 22 - pg_dump: option --schema rejects three-part schema names: matches
[09:41:28.713](0.000s) not ok 24 - pg_dump: option --schema rejects cross-database multipart schema names: matches
[09:41:28.751](0.000s) not ok 26 - pg_dump: option --schema rejects degenerate two-part schema name: ".": matches
[09:41:28.792](0.000s) not ok 28 - pg_dump: option --schema rejects cross-database multipart schema names with embedded ...
[09:41:28.823](0.000s) not ok 30 - pg_dump: option --schema rejects degenerate three-part schema name: "..": matches
[09:41:28.861](0.000s) not ok 32 - pg_dump: option --table rejects four-part table names: matches
[09:41:28.909](0.000s) not ok 34 - pg_dump: option --table rejects cross-database three part table names: matches
[09:41:28.957](0.000s) not ok 36 - pg_dump: option --table rejects cross-database three part table names with embedded d...
[09:41:28.988](0.030s) not ok 37 - binary_upgrade: pg_dump runs
[09:41:29.015](0.027s) not ok 38 - binary_upgrade: pg_restore runs
Linux - Debian Bookworm - Meson
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 29670
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 29254
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 27268
core
[09:44:52.525] #0  0x00007fcf4f4a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:44:52.525] #1  0x00007fcf4f45afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:44:52.525] #2  0x00007fcf4f445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:44:52.525] #3  0x00007fcf4f61e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:44:52.525] #4  0x00007fcf4f62aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:44:52.525] #5  0x00007fcf4f60d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55953ca06240,...
[09:44:52.525] #6  0x000055953bc333f1 in ExecInterpExpr (state=0x55957d0820d0, econtext=0x55957d083ad8, isnull=0x7ffca77...
[09:44:52.525] #7  0x000055953bc247a9 in ExecInterpExprStillValid (state=0x55957d0820d0, econtext=0x55957d083ad8, isNull...
[09:44:52.525] #8  0x000055953bc36715 in ExecEvalExpr (isNull=0x7ffca77eaa2f, econtext=<optimized out>, state=<optimized...
[09:44:52.525] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[09:44:51.909] #0  0x00007f25a1ca9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:44:51.909] #1  0x00007f25a1c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:44:51.909] #2  0x00007f25a1c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:44:51.909] #3  0x00007f25a1e1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:44:51.909] #4  0x00007f25a1e2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:44:51.909] #5  0x00007f25a1e0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55aee5b96240,...
[09:44:51.909] #6  0x000055aee4dc33f1 in ExecInterpExpr (state=0x55aeed4964c0, econtext=0x55aeed497120, isnull=0x7fff7ec...
[09:44:51.909] #7  0x000055aee4db47a9 in ExecInterpExprStillValid (state=0x55aeed4964c0, econtext=0x55aeed497120, isNull...
[09:44:51.909] #8  0x000055aee4dc6715 in ExecEvalExpr (isNull=0x7fff7ecbff1f, econtext=<optimized out>, state=<optimized...
[09:44:51.909] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[09:44:51.413] #0  0x00007ff3f3ca9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:44:51.413] #1  0x00007ff3f3c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:44:51.413] #2  0x00007ff3f3c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:44:51.413] #3  0x00007ff3f3e1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:44:51.413] #4  0x00007ff3f3e2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:44:51.413] #5  0x00007ff3f3e0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x56062f507240,...
[09:44:51.413] #6  0x000056062e7343f1 in ExecInterpExpr (state=0x560669105e80, econtext=0x560669106ae0, isnull=0x7ffd515...
[09:44:51.413] #7  0x000056062e7257a9 in ExecInterpExprStillValid (state=0x560669105e80, econtext=0x560669106ae0, isNull...
[09:44:51.413] #8  0x000056062e737715 in ExecEvalExpr (isNull=0x7ffd515dc40f, econtext=<optimized out>, state=<optimized...
[09:44:51.413] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[09:44:50.929] #0  0x00007fa0970a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:44:50.929] #1  0x00007fa09705afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:44:50.929] #2  0x00007fa097045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:44:50.929] #3  0x00007fa09721e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:44:50.929] #4  0x00007fa09722aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:44:50.929] #5  0x00007fa09720d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x564f19b1a240,...
[09:44:50.929] #6  0x0000564f18d473f1 in ExecInterpExpr (state=0x564f31aee530, econtext=0x564f31aef190, isnull=0x7fffd63...
[09:44:50.929] #7  0x0000564f18d387a9 in ExecInterpExprStillValid (state=0x564f31aee530, econtext=0x564f31aef190, isNull...
[09:44:50.929] #8  0x0000564f18d4a715 in ExecEvalExpr (isNull=0x7fffd63f400f, econtext=<optimized out>, state=<optimized...
[09:44:50.929] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[09:44:50.441] #0  0x00007f3b654a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:44:50.441] #1  0x00007f3b6545afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:44:50.441] #2  0x00007f3b65445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:44:50.441] #3  0x00007f3b6561e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:44:50.441] #4  0x00007f3b6562aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:44:50.441] #5  0x00007f3b6560d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x561359043240,...
[09:44:50.441] #6  0x00005613582703f1 in ExecInterpExpr (state=0x561385205cd0, econtext=0x561385207bf8, isnull=0x7ffdc27...
[09:44:50.441] #7  0x00005613582617a9 in ExecInterpExprStillValid (state=0x561385205cd0, econtext=0x561385207bf8, isNull...
[09:44:50.441] #8  0x0000561358273715 in ExecEvalExpr (isNull=0x7ffdc27c6c3f, econtext=<optimized out>, state=<optimized...
[09:44:50.441] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[09:44:49.820] #0  0x00007f2985aa9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:44:49.820] #1  0x00007f2985a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:44:49.820] #2  0x00007f2985a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:44:49.820] #3  0x00007f2985c1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:44:49.820] #4  0x00007f2985c2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:44:49.820] #5  0x00007f2985c0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55fb002ac240,...
[09:44:49.820] #6  0x000055faff4d93f1 in ExecInterpExpr (state=0x55fb235ec600, econtext=0x55fb235ed170, isnull=0x7fff48a...
[09:44:49.820] #7  0x000055faff4ca7a9 in ExecInterpExprStillValid (state=0x55fb235ec600, econtext=0x55fb235ed170, isNull...
[09:44:49.820] #8  0x000055faff4dc715 in ExecEvalExpr (isNull=0x7fff48a48dbf, econtext=<optimized out>, state=<optimized...
[09:44:49.820] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[09:44:49.127] #0  0x00007fc1d78a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:44:49.127] #1  0x00007fc1d785afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:44:49.127] #2  0x00007fc1d7845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:44:49.127] #3  0x00007fc1d7a1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:44:49.127] #4  0x00007fc1d7a2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:44:49.127] #5  0x00007fc1d7a0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55665e3d0240,...
[09:44:49.127] #6  0x000055665d5fd3f1 in ExecInterpExpr (state=0x556678f66960, econtext=0x556678f5bd58, isnull=0x7fff430...
[09:44:49.127] #7  0x000055665d5ee7a9 in ExecInterpExprStillValid (state=0x556678f66960, econtext=0x556678f5bd58, isNull...
[09:44:49.127] #8  0x000055665d600715 in ExecEvalExpr (isNull=0x7fff430edacf, econtext=<optimized out>, state=<optimized...
[09:44:49.127] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[09:45:25.822] #0  0x00007fc1d78a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:25.822] #1  0x00007fc1d785afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:25.822] #2  0x00007fc1d7845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:25.822] #3  0x00007fc1d7a1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:45:25.822] #4  0x00007fc1d7a2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:45:25.822] #5  0x00007fc1d7a0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55665e3d0240,...
[09:45:25.822] #6  0x000055665d5fd3f1 in ExecInterpExpr (state=0x556678f05b90, econtext=0x556678f08458, isnull=0x7fff430...
[09:45:25.822] #7  0x000055665d5ee7a9 in ExecInterpExprStillValid (state=0x556678f05b90, econtext=0x556678f08458, isNull...
[09:45:25.822] #8  0x000055665d600715 in ExecEvalExpr (isNull=0x7fff430edacf, econtext=<optimized out>, state=<optimized...
[09:45:25.822] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[09:45:26.289] #0  0x00007fc1d78a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:26.289] #1  0x00007fc1d785afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:26.289] #2  0x00007fc1d7845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:26.289] #3  0x000055665dc81f3e in ExceptionalCondition (conditionName=conditionName@entry=0x55665dea0120 "HaveReg...
[09:45:26.289] #4  0x000055665d47759a in index_drop (indexId=25190, concurrent=concurrent@entry=false, concurrent_lock_m...
[09:45:26.289] #5  0x000055665d45f37e in doDeletion (object=object@entry=0x556678ebcfb0, flags=flags@entry=21) at ../src...
[09:45:26.289] #6  0x000055665d45f645 in deleteOneObject (object=0x556678ebcfb0, depRel=depRel@entry=0x7fff430edcf8, fla...
[09:45:26.289] #7  0x000055665d45fa27 in deleteObjectsInList (targetObjects=targetObjects@entry=0x556678ed8918, depRel=d...
[09:45:26.289] #8  0x000055665d463d8e in performDeletion (object=object@entry=0x7fff430edde4, behavior=behavior@entry=DR...
[09:45:26.289] #9  0x000055665d896cb9 in do_autovacuum () at ../src/backend/postmaster/autovacuum.c:2215
core
[09:45:26.909] #0  0x00007fc1d78a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:26.909] #1  0x00007fc1d785afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:26.909] #2  0x00007fc1d7845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:26.909] #3  0x00007fc1d7a1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:45:26.909] #4  0x00007fc1d7a2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:45:26.909] #5  0x00007fc1d7a0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55665e3d0240,...
[09:45:26.909] #6  0x000055665d5fd3f1 in ExecInterpExpr (state=0x556678ed6ba0, econtext=0x556678efddf8, isnull=0x7fff430...
[09:45:26.909] #7  0x000055665d5ee7a9 in ExecInterpExprStillValid (state=0x556678ed6ba0, econtext=0x556678efddf8, isNull...
[09:45:26.909] #8  0x000055665d600715 in ExecEvalExpr (isNull=0x7fff430edacf, econtext=<optimized out>, state=<optimized...
[09:45:26.909] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[09:45:27.411] #0  0x00007fe60fea9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:27.411] #1  0x00007fe60fe5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:27.411] #2  0x00007fe60fe45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:27.411] #3  0x00007fe61001e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:45:27.411] #4  0x00007fe61002aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:45:27.411] #5  0x00007fe61000d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55e36f387240,...
[09:45:27.411] #6  0x000055e36e5b43f1 in ExecInterpExpr (state=0x55e377110b50, econtext=0x55e3771117b0, isnull=0x7ffd9ad...
[09:45:27.411] #7  0x000055e36e5a57a9 in ExecInterpExprStillValid (state=0x55e377110b50, econtext=0x55e3771117b0, isNull...
[09:45:27.411] #8  0x000055e36e5b7715 in ExecEvalExpr (isNull=0x7ffd9ad167af, econtext=<optimized out>, state=<optimized...
[09:45:27.411] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[09:45:28.026] #0  0x00007f3b654a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:28.026] #1  0x00007f3b6545afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:28.026] #2  0x00007f3b65445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:28.026] #3  0x00007f3b6561e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:45:28.026] #4  0x00007f3b6562aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:45:28.026] #5  0x00007f3b6560d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x561359043240,...
[09:45:28.026] #6  0x00005613582703f1 in ExecInterpExpr (state=0x561385228210, econtext=0x561385229d38, isnull=0x7ffdc27...
[09:45:28.026] #7  0x00005613582617a9 in ExecInterpExprStillValid (state=0x561385228210, econtext=0x561385229d38, isNull...
[09:45:28.026] #8  0x0000561358273715 in ExecEvalExpr (isNull=0x7ffdc27c6c3f, econtext=<optimized out>, state=<optimized...
[09:45:28.026] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[09:45:28.524] #0  0x00007fcc5d2a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:28.524] #1  0x00007fcc5d25afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:28.524] #2  0x00007fcc5d245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:28.524] #3  0x00007fcc5d41e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:45:28.524] #4  0x00007fcc5d42aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:45:28.524] #5  0x00007fcc5d40d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x556e0ce1c240,...
[09:45:28.524] #6  0x0000556e0c0493f1 in ExecInterpExpr (state=0x556e1038be50, econtext=0x556e1038cab0, isnull=0x7fffe4a...
[09:45:28.524] #7  0x0000556e0c03a7a9 in ExecInterpExprStillValid (state=0x556e1038be50, econtext=0x556e1038cab0, isNull...
[09:45:28.524] #8  0x0000556e0c04c715 in ExecEvalExpr (isNull=0x7fffe4aeab5f, econtext=<optimized out>, state=<optimized...
[09:45:28.524] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[09:45:29.026] #0  0x00007fd62d8a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:29.026] #1  0x00007fd62d85afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:29.026] #2  0x00007fd62d845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:29.026] #3  0x00007fd62da1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:45:29.026] #4  0x00007fd62da2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:45:29.026] #5  0x00007fd62da0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x5591dd382240,...
[09:45:29.026] #6  0x00005591dc5af3f1 in ExecInterpExpr (state=0x5592039ebbb0, econtext=0x5592039ec810, isnull=0x7fff61b...
[09:45:29.026] #7  0x00005591dc5a07a9 in ExecInterpExprStillValid (state=0x5592039ebbb0, econtext=0x5592039ec810, isNull...
[09:45:29.026] #8  0x00005591dc5b2715 in ExecEvalExpr (isNull=0x7fff61b33eaf, econtext=<optimized out>, state=<optimized...
[09:45:29.026] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[09:45:30.020] #0  0x00007f95df4a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:30.020] #1  0x00007f95df45afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:30.020] #2  0x00007f95df445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:30.020] #3  0x00007f95df61e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:45:30.020] #4  0x00007f95df62aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:45:30.020] #5  0x00007f95df60d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x559f93685240,...
[09:45:30.020] #6  0x0000559f928b23f1 in ExecInterpExpr (state=0x559fc4913770, econtext=0x559fc49e8ac8, isnull=0x7fff8a8...
[09:45:30.020] #7  0x0000559f928a37a9 in ExecInterpExprStillValid (state=0x559fc4913770, econtext=0x559fc49e8ac8, isNull...
[09:45:30.020] #8  0x0000559f928b5715 in ExecEvalExpr (isNull=0x7fff8a830b1f, econtext=<optimized out>, state=<optimized...
[09:45:30.020] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[09:45:30.529] #0  0x00007ff283aa9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:30.529] #1  0x00007ff283a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:30.529] #2  0x00007ff283a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:30.529] #3  0x00007ff283c1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:45:30.529] #4  0x00007ff283c2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:45:30.529] #5  0x00007ff283c0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55639554e240,...
[09:45:30.529] #6  0x000055639477b3f1 in ExecInterpExpr (state=0x5563b1d3c680, econtext=0x5563b1d3d2e0, isnull=0x7ffedc1...
[09:45:30.529] #7  0x000055639476c7a9 in ExecInterpExprStillValid (state=0x5563b1d3c680, econtext=0x5563b1d3d2e0, isNull...
[09:45:30.529] #8  0x000055639477e715 in ExecEvalExpr (isNull=0x7ffedc11f33f, econtext=<optimized out>, state=<optimized...
[09:45:30.529] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[09:45:31.020] #0  0x00007f787e6a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:31.020] #1  0x00007f787e65afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:31.020] #2  0x00007f787e645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:31.020] #3  0x00007f787e81e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:45:31.020] #4  0x00007f787e82aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:45:31.020] #5  0x00007f787e80d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x560e5518a240,...
[09:45:31.020] #6  0x0000560e543b73f1 in ExecInterpExpr (state=0x560e6a3ebce0, econtext=0x560e6a3f07a8, isnull=0x7ffde95...
[09:45:31.020] #7  0x0000560e543a87a9 in ExecInterpExprStillValid (state=0x560e6a3ebce0, econtext=0x560e6a3f07a8, isNull...
[09:45:31.020] #8  0x0000560e543ba715 in ExecEvalExpr (isNull=0x7ffde954629f, econtext=<optimized out>, state=<optimized...
[09:45:31.020] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[09:45:20.678] #0  0x00007f61bc0a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:20.678] #1  0x00007f61bc05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:20.678] #2  0x00007f61bc045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:20.678] #3  0x00007f61bc21e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:45:20.678] #4  0x00007f61bc22aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:45:20.678] #5  0x00007f61bc20d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55fbbca3d240,...
[09:45:20.678] #6  0x000055fbbbc6a3f1 in ExecInterpExpr (state=0x55fbdec1ccf0, econtext=0x55fbdec1d950, isnull=0x7fff719...
[09:45:20.678] #7  0x000055fbbbc5b7a9 in ExecInterpExprStillValid (state=0x55fbdec1ccf0, econtext=0x55fbdec1d950, isNull...
[09:45:20.678] #8  0x000055fbbbc6d715 in ExecEvalExpr (isNull=0x7fff719d1d4f, econtext=<optimized out>, state=<optimized...
[09:45:20.678] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[09:45:20.135] #0  0x00007fa6560a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:20.135] #1  0x00007fa65605afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:20.135] #2  0x00007fa656045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:20.135] #3  0x00007fa65621e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:45:20.135] #4  0x00007fa65622aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:45:20.135] #5  0x00007fa65620d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x555eb1ab6240,...
[09:45:20.135] #6  0x0000555eb0ce33f1 in ExecInterpExpr (state=0x555ebef9ba50, econtext=0x555ebef9d458, isnull=0x7ffd3a8...
[09:45:20.135] #7  0x0000555eb0cd47a9 in ExecInterpExprStillValid (state=0x555ebef9ba50, econtext=0x555ebef9d458, isNull...
[09:45:20.135] #8  0x0000555eb0ce6715 in ExecEvalExpr (isNull=0x7ffd3a8ab5cf, econtext=<optimized out>, state=<optimized...
[09:45:20.135] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[09:45:19.509] #0  0x00007f29d02a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:19.509] #1  0x00007f29d025afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:19.509] #2  0x00007f29d0245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:19.509] #3  0x00007f29d041e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:45:19.509] #4  0x00007f29d042aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:45:19.509] #5  0x00007f29d040d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x5623e6844240,...
[09:45:19.509] #6  0x00005623e5a713f1 in ExecInterpExpr (state=0x5624190e5ca0, econtext=0x5624190e76a8, isnull=0x7ffee6b...
[09:45:19.509] #7  0x00005623e5a627a9 in ExecInterpExprStillValid (state=0x5624190e5ca0, econtext=0x5624190e76a8, isNull...
[09:45:19.509] #8  0x00005623e5a74715 in ExecEvalExpr (isNull=0x7ffee6bf564f, econtext=<optimized out>, state=<optimized...
[09:45:19.509] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[09:45:18.892] #0  0x00007f3b654a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:18.892] #1  0x00007f3b6545afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:18.892] #2  0x00007f3b65445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:18.892] #3  0x00007f3b6561e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:45:18.892] #4  0x00007f3b6562aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:45:18.892] #5  0x00007f3b6560d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x561359043240,...
[09:45:18.892] #6  0x00005613582703f1 in ExecInterpExpr (state=0x561385228210, econtext=0x561385229d38, isnull=0x7ffdc27...
[09:45:18.892] #7  0x00005613582617a9 in ExecInterpExprStillValid (state=0x561385228210, econtext=0x561385229d38, isNull...
[09:45:18.892] #8  0x0000561358273715 in ExecEvalExpr (isNull=0x7ffdc27c6c3f, econtext=<optimized out>, state=<optimized...
[09:45:18.892] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[09:45:18.276] #0  0x00007fad336a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:18.276] #1  0x00007fad3365afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:18.276] #2  0x00007fad33645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:18.276] #3  0x00007fad3381e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:45:18.276] #4  0x00007fad3382aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:45:18.276] #5  0x00007fad3380d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x562c27b1c240,...
[09:45:18.276] #6  0x0000562c26d493f1 in ExecInterpExpr (state=0x562c38f55bc0, econtext=0x562c38f56820, isnull=0x7fff780...
[09:45:18.276] #7  0x0000562c26d3a7a9 in ExecInterpExprStillValid (state=0x562c38f55bc0, econtext=0x562c38f56820, isNull...
[09:45:18.276] #8  0x0000562c26d4c715 in ExecEvalExpr (isNull=0x7fff780fd65f, econtext=<optimized out>, state=<optimized...
[09:45:18.276] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[09:45:17.783] #0  0x00007f3b654a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:17.783] #1  0x00007f3b6545afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:17.783] #2  0x00007f3b65445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:17.783] #3  0x00007f3b6561e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:45:17.783] #4  0x00007f3b6562aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:45:17.783] #5  0x00007f3b6560d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x561359043240,...
[09:45:17.783] #6  0x00005613582703f1 in ExecInterpExpr (state=0x561385243f90, econtext=0x561385245998, isnull=0x7ffdc27...
[09:45:17.783] #7  0x00005613582617a9 in ExecInterpExprStillValid (state=0x561385243f90, econtext=0x561385245998, isNull...
[09:45:17.783] #8  0x0000561358273715 in ExecEvalExpr (isNull=0x7ffdc27c6c3f, econtext=<optimized out>, state=<optimized...
[09:45:17.783] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[09:45:17.153] #0  0x00007f6877ea9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:17.153] #1  0x00007f6877e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:17.153] #2  0x00007f6877e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:17.153] #3  0x00007f687801e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:45:17.153] #4  0x00007f687802aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:45:17.153] #5  0x00007f687800d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x5641def1b240,...
[09:45:17.153] #6  0x00005641de1483f1 in ExecInterpExpr (state=0x56420c9b30a0, econtext=0x56420c9b3d00, isnull=0x7ffd512...
[09:45:17.153] #7  0x00005641de1397a9 in ExecInterpExprStillValid (state=0x56420c9b30a0, econtext=0x56420c9b3d00, isNull...
[09:45:17.153] #8  0x00005641de14b715 in ExecEvalExpr (isNull=0x7ffd512fcecf, econtext=<optimized out>, state=<optimized...
[09:45:17.153] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[09:45:16.654] #0  0x00007f3b654a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:16.654] #1  0x00007f3b6545afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:16.654] #2  0x00007f3b65445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:16.654] #3  0x00007f3b6561e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:45:16.654] #4  0x00007f3b6562aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:45:16.654] #5  0x00007f3b6560d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x561359043240,...
[09:45:16.654] #6  0x00005613582703f1 in ExecInterpExpr (state=0x561385228210, econtext=0x561385229d38, isnull=0x7ffdc27...
[09:45:16.654] #7  0x00005613582617a9 in ExecInterpExprStillValid (state=0x561385228210, econtext=0x561385229d38, isNull...
[09:45:16.654] #8  0x0000561358273715 in ExecEvalExpr (isNull=0x7ffdc27c6c3f, econtext=<optimized out>, state=<optimized...
[09:45:16.654] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[09:45:16.022] #0  0x00007fc1d78a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:16.022] #1  0x00007fc1d785afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:16.022] #2  0x00007fc1d7845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:16.022] #3  0x00007fc1d7a1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:45:16.022] #4  0x00007fc1d7a2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:45:16.022] #5  0x00007fc1d7a0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55665e3d0240,...
[09:45:16.022] #6  0x000055665d5fd3f1 in ExecInterpExpr (state=0x556678f23290, econtext=0x556678ef1a18, isnull=0x7fff430...
[09:45:16.022] #7  0x000055665d5ee7a9 in ExecInterpExprStillValid (state=0x556678f23290, econtext=0x556678ef1a18, isNull...
[09:45:16.022] #8  0x000055665d600715 in ExecEvalExpr (isNull=0x7fff430edacf, econtext=<optimized out>, state=<optimized...
[09:45:16.022] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[09:45:15.356] #0  0x00007f91044a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:15.356] #1  0x00007f910445afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:15.356] #2  0x00007f9104445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:15.356] #3  0x00007f910461e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:45:15.356] #4  0x00007f910462aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:45:15.356] #5  0x00007f910460d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x5604264a7240,...
[09:45:15.356] #6  0x00005604256d43f1 in ExecInterpExpr (state=0x560443e8e520, econtext=0x560443e8f180, isnull=0x7ffce57...
[09:45:15.356] #7  0x00005604256c57a9 in ExecInterpExprStillValid (state=0x560443e8e520, econtext=0x560443e8f180, isNull...
[09:45:15.356] #8  0x00005604256d7715 in ExecEvalExpr (isNull=0x7ffce5775b8f, econtext=<optimized out>, state=<optimized...
[09:45:15.356] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[09:45:14.864] #0  0x00007f3be0ca9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:14.864] #1  0x00007f3be0c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:14.864] #2  0x00007f3be0c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:14.864] #3  0x00007f3be0e1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:45:14.864] #4  0x00007f3be0e2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:45:14.864] #5  0x00007f3be0e0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x558cda39b240,...
[09:45:14.864] #6  0x0000558cd95c83f1 in ExecInterpExpr (state=0x558d163005e0, econtext=0x558d16301240, isnull=0x7fff669...
[09:45:14.864] #7  0x0000558cd95b97a9 in ExecInterpExprStillValid (state=0x558d163005e0, econtext=0x558d16301240, isNull...
[09:45:14.864] #8  0x0000558cd95cb715 in ExecEvalExpr (isNull=0x7fff669664cf, econtext=<optimized out>, state=<optimized...
[09:45:14.864] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[09:45:14.372] #0  0x00007fe8dbca9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:14.372] #1  0x00007fe8dbc5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:14.372] #2  0x00007fe8dbc45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:14.372] #3  0x00007fe8dbe1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:45:14.372] #4  0x00007fe8dbe2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:45:14.372] #5  0x00007fe8dbe0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x56518b08a240,...
[09:45:14.372] #6  0x000056518a2b73f1 in ExecInterpExpr (state=0x5651c1460f60, econtext=0x5651c1461bc0, isnull=0x7ffc6b5...
[09:45:14.372] #7  0x000056518a2a87a9 in ExecInterpExprStillValid (state=0x5651c1460f60, econtext=0x5651c1461bc0, isNull...
[09:45:14.372] #8  0x000056518a2ba715 in ExecEvalExpr (isNull=0x7ffc6b5b7b2f, econtext=<optimized out>, state=<optimized...
[09:45:14.372] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[09:45:13.864] #0  0x00007f964e4a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:13.864] #1  0x00007f964e45afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:13.864] #2  0x00007f964e445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:13.864] #3  0x00007f964e61e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:45:13.864] #4  0x00007f964e62aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:45:13.864] #5  0x00007f964e60d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55ba5f486240,...
[09:45:13.864] #6  0x000055ba5e6b33f1 in ExecInterpExpr (state=0x55ba66a2cf10, econtext=0x55ba66a2db70, isnull=0x7fff2a2...
[09:45:13.864] #7  0x000055ba5e6a47a9 in ExecInterpExprStillValid (state=0x55ba66a2cf10, econtext=0x55ba66a2db70, isNull...
[09:45:13.864] #8  0x000055ba5e6b6715 in ExecEvalExpr (isNull=0x7fff2a2f93cf, econtext=<optimized out>, state=<optimized...
[09:45:13.864] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[09:45:13.369] #0  0x00007fc5a62a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:13.369] #1  0x00007fc5a625afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:13.369] #2  0x00007fc5a6245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:13.369] #3  0x00007fc5a641e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:45:13.369] #4  0x00007fc5a642aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:45:13.369] #5  0x00007fc5a640d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x5572b2922240,...
[09:45:13.369] #6  0x00005572b1b4f3f1 in ExecInterpExpr (state=0x5572e214e400, econtext=0x5572e212da88, isnull=0x7ffd38f...
[09:45:13.369] #7  0x00005572b1b407a9 in ExecInterpExprStillValid (state=0x5572e214e400, econtext=0x5572e212da88, isNull...
[09:45:13.369] #8  0x00005572b1b52715 in ExecEvalExpr (isNull=0x7ffd38fcdedf, econtext=<optimized out>, state=<optimized...
[09:45:13.369] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[09:45:12.860] #0  0x00007fca5bca9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:12.860] #1  0x00007fca5bc5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:12.860] #2  0x00007fca5bc45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:12.860] #3  0x00007fca5be1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:45:12.860] #4  0x00007fca5be2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:45:12.860] #5  0x00007fca5be0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x561656a59240,...
[09:45:12.860] #6  0x0000561655c863f1 in ExecInterpExpr (state=0x561663ee4f90, econtext=0x561663ee6998, isnull=0x7ffe40a...
[09:45:12.860] #7  0x0000561655c777a9 in ExecInterpExprStillValid (state=0x561663ee4f90, econtext=0x561663ee6998, isNull...
[09:45:12.860] #8  0x0000561655c89715 in ExecEvalExpr (isNull=0x7ffe40ac981f, econtext=<optimized out>, state=<optimized...
[09:45:12.860] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[09:45:12.212] #0  0x00007f00df8a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:12.212] #1  0x00007f00df85afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:12.212] #2  0x00007f00df845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:12.212] #3  0x00007f00dfa1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:45:12.212] #4  0x00007f00dfa2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:45:12.212] #5  0x00007f00dfa0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x557d32d0f240,...
[09:45:12.212] #6  0x0000557d31f3c3f1 in ExecInterpExpr (state=0x557d61576508, econtext=0x557d61577168, isnull=0x7ffebc2...
[09:45:12.212] #7  0x0000557d31f2d7a9 in ExecInterpExprStillValid (state=0x557d61576508, econtext=0x557d61577168, isNull...
[09:45:12.212] #8  0x0000557d31f3f715 in ExecEvalExpr (isNull=0x7ffebc2f806f, econtext=<optimized out>, state=<optimized...
[09:45:12.212] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[09:45:11.482] #0  0x00007fd1efaa9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:11.482] #1  0x00007fd1efa5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:11.482] #2  0x00007fd1efa45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:11.482] #3  0x00007fd1efc1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:45:11.482] #4  0x00007fd1efc2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:45:11.482] #5  0x00007fd1efc0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x565326d01240,...
[09:45:11.482] #6  0x0000565325f2e3f1 in ExecInterpExpr (state=0x56534bec2bd0, econtext=0x56534bec3830, isnull=0x7ffd0e9...
[09:45:11.482] #7  0x0000565325f1f7a9 in ExecInterpExprStillValid (state=0x56534bec2bd0, econtext=0x56534bec3830, isNull...
[09:45:11.482] #8  0x0000565325f31715 in ExecEvalExpr (isNull=0x7ffd0e9b77af, econtext=<optimized out>, state=<optimized...
[09:45:11.482] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[09:45:10.993] #0  0x00007f19a36a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:10.993] #1  0x00007f19a365afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:10.993] #2  0x00007f19a3645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:10.993] #3  0x00007f19a381e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:45:10.993] #4  0x00007f19a382aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:45:10.993] #5  0x00007f19a380d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x564bf5682240,...
[09:45:10.993] #6  0x0000564bf48af3f1 in ExecInterpExpr (state=0x564c0792cc00, econtext=0x564c078fb388, isnull=0x7fffb1a...
[09:45:10.993] #7  0x0000564bf48a07a9 in ExecInterpExprStillValid (state=0x564c0792cc00, econtext=0x564c078fb388, isNull...
[09:45:10.993] #8  0x0000564bf48b2715 in ExecEvalExpr (isNull=0x7fffb1ace23f, econtext=<optimized out>, state=<optimized...
[09:45:10.993] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[09:45:10.378] #0  0x00007f89b6aa9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:10.378] #1  0x00007f89b6a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:10.378] #2  0x00007f89b6a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:10.378] #3  0x00007f89b6c1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:45:10.378] #4  0x00007f89b6c2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:45:10.378] #5  0x00007f89b6c0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x559799710240,...
[09:45:10.378] #6  0x000055979893d3f1 in ExecInterpExpr (state=0x5597bc95c0e0, econtext=0x5597bc95dae8, isnull=0x7ffd092...
[09:45:10.378] #7  0x000055979892e7a9 in ExecInterpExprStillValid (state=0x5597bc95c0e0, econtext=0x5597bc95dae8, isNull...
[09:45:10.378] #8  0x0000559798940715 in ExecEvalExpr (isNull=0x7ffd092e31ef, econtext=<optimized out>, state=<optimized...
[09:45:10.378] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[09:45:09.750] #0  0x00007fc1d78a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:09.750] #1  0x00007fc1d785afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:09.750] #2  0x00007fc1d7845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:09.750] #3  0x00007fc1d7a1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:45:09.750] #4  0x00007fc1d7a2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:45:09.750] #5  0x00007fc1d7a0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55665e3d0240,...
[09:45:09.750] #6  0x000055665d5fd3f1 in ExecInterpExpr (state=0x556678f25e98, econtext=0x556678f26a08, isnull=0x7fff430...
[09:45:09.750] #7  0x000055665d5ee7a9 in ExecInterpExprStillValid (state=0x556678f25e98, econtext=0x556678f26a08, isNull...
[09:45:09.750] #8  0x000055665d600715 in ExecEvalExpr (isNull=0x7fff430ed99f, econtext=<optimized out>, state=<optimized...
[09:45:09.750] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[09:45:09.247] #0  0x00007f4ad7ca9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:09.247] #1  0x00007f4ad7c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:09.247] #2  0x00007f4ad7c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:09.247] #3  0x00007f4ad7e1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:45:09.247] #4  0x00007f4ad7e2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:45:09.247] #5  0x00007f4ad7e0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55a5e2c42240,...
[09:45:09.247] #6  0x000055a5e1e6f3f1 in ExecInterpExpr (state=0x55a605a11d70, econtext=0x55a605a129d0, isnull=0x7ffdbb2...
[09:45:09.247] #7  0x000055a5e1e607a9 in ExecInterpExprStillValid (state=0x55a605a11d70, econtext=0x55a605a129d0, isNull...
[09:45:09.247] #8  0x000055a5e1e72715 in ExecEvalExpr (isNull=0x7ffdbb2349df, econtext=<optimized out>, state=<optimized...
[09:45:09.247] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[09:45:08.751] #0  0x00007f7c2c2a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:08.751] #1  0x00007f7c2c25afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:08.751] #2  0x00007f7c2c245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:08.751] #3  0x00007f7c2c41e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:45:08.751] #4  0x00007f7c2c42aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:45:08.751] #5  0x00007f7c2c40d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x564bff0b1240,...
[09:45:08.751] #6  0x0000564bfe2de3f1 in ExecInterpExpr (state=0x564c37cbd1c0, econtext=0x564c37cbde20, isnull=0x7ffdf05...
[09:45:08.751] #7  0x0000564bfe2cf7a9 in ExecInterpExprStillValid (state=0x564c37cbd1c0, econtext=0x564c37cbde20, isNull...
[09:45:08.751] #8  0x0000564bfe2e1715 in ExecEvalExpr (isNull=0x7ffdf05307bf, econtext=<optimized out>, state=<optimized...
[09:45:08.751] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[09:45:08.260] #0  0x00007f2a02ca9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:08.260] #1  0x00007f2a02c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:08.260] #2  0x00007f2a02c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:08.260] #3  0x00007f2a02e1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:45:08.260] #4  0x00007f2a02e2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:45:08.260] #5  0x00007f2a02e0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55e64ac97240,...
[09:45:08.260] #6  0x000055e649ec43f1 in ExecInterpExpr (state=0x55e65d9164b0, econtext=0x55e65d917110, isnull=0x7ffe67c...
[09:45:08.260] #7  0x000055e649eb57a9 in ExecInterpExprStillValid (state=0x55e65d9164b0, econtext=0x55e65d917110, isNull...
[09:45:08.260] #8  0x000055e649ec7715 in ExecEvalExpr (isNull=0x7ffe67cb534f, econtext=<optimized out>, state=<optimized...
[09:45:08.260] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[09:45:07.768] #0  0x00007fc1d78a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:07.768] #1  0x00007fc1d785afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:07.768] #2  0x00007fc1d7845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:07.768] #3  0x000055665dc81f3e in ExceptionalCondition (conditionName=conditionName@entry=0x55665dea0120 "HaveReg...
[09:45:07.768] #4  0x000055665d47759a in index_drop (indexId=25190, concurrent=concurrent@entry=false, concurrent_lock_m...
[09:45:07.768] #5  0x000055665d45f37e in doDeletion (object=object@entry=0x556678ebcfb0, flags=flags@entry=21) at ../src...
[09:45:07.768] #6  0x000055665d45f645 in deleteOneObject (object=0x556678ebcfb0, depRel=depRel@entry=0x7fff430edcf8, fla...
[09:45:07.768] #7  0x000055665d45fa27 in deleteObjectsInList (targetObjects=targetObjects@entry=0x556678ed05e8, depRel=d...
[09:45:07.768] #8  0x000055665d463d8e in performDeletion (object=object@entry=0x7fff430edde4, behavior=behavior@entry=DR...
[09:45:07.768] #9  0x000055665d896cb9 in do_autovacuum () at ../src/backend/postmaster/autovacuum.c:2215
core
[09:45:25.205] #0  0x00007f77564a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:25.205] #1  0x00007f775645afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:25.205] #2  0x00007f7756445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:25.205] #3  0x00007f775661e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:45:25.205] #4  0x00007f775662aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:45:25.205] #5  0x00007f775660d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x5643fcdbe240,...
[09:45:25.205] #6  0x00005643fbfeb3f1 in ExecInterpExpr (state=0x564406122bd0, econtext=0x564406123830, isnull=0x7fff464...
[09:45:25.205] #7  0x00005643fbfdc7a9 in ExecInterpExprStillValid (state=0x564406122bd0, econtext=0x564406123830, isNull...
[09:45:25.205] #8  0x00005643fbfee715 in ExecEvalExpr (isNull=0x7fff46422f6f, econtext=<optimized out>, state=<optimized...
[09:45:25.205] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[09:45:07.290] #0  0x00007fa9548a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:07.290] #1  0x00007fa95485afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:07.290] #2  0x00007fa954845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:07.290] #3  0x00007fa954a1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:45:07.290] #4  0x00007fa954a2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:45:07.290] #5  0x00007fa954a0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55acdbe03240,...
[09:45:07.290] #6  0x000055acdb0303f1 in ExecInterpExpr (state=0x55ace33db620, econtext=0x55ace33dc280, isnull=0x7ffcdec...
[09:45:07.290] #7  0x000055acdb0217a9 in ExecInterpExprStillValid (state=0x55ace33db620, econtext=0x55ace33dc280, isNull...
[09:45:07.290] #8  0x000055acdb033715 in ExecEvalExpr (isNull=0x7ffcdece092f, econtext=<optimized out>, state=<optimized...
[09:45:07.290] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[09:45:06.778] #0  0x00007fc1d78a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:06.778] #1  0x00007fc1d785afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:06.778] #2  0x00007fc1d7845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:06.778] #3  0x00007fc1d7a1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:45:06.778] #4  0x00007fc1d7a2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:45:06.778] #5  0x00007fc1d7a0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55665e3d0240,...
[09:45:06.778] #6  0x000055665d5fd3f1 in ExecInterpExpr (state=0x556678f0e428, econtext=0x556678f0f088, isnull=0x7fff430...
[09:45:06.778] #7  0x000055665d5ee7a9 in ExecInterpExprStillValid (state=0x556678f0e428, econtext=0x556678f0f088, isNull...
[09:45:06.778] #8  0x000055665d600715 in ExecEvalExpr (isNull=0x7fff430edb4f, econtext=<optimized out>, state=<optimized...
[09:45:06.778] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[09:45:06.285] #0  0x00007fd85e0a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:06.285] #1  0x00007fd85e05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:06.285] #2  0x00007fd85e045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:06.285] #3  0x00007fd85e21e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:45:06.285] #4  0x00007fd85e22aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:45:06.285] #5  0x00007fd85e20d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x5595669f7240,...
[09:45:06.285] #6  0x0000559565c243f1 in ExecInterpExpr (state=0x55959ec8e4b0, econtext=0x55959ec58ce8, isnull=0x7ffe5f9...
[09:45:06.285] #7  0x0000559565c157a9 in ExecInterpExprStillValid (state=0x55959ec8e4b0, econtext=0x55959ec58ce8, isNull...
[09:45:06.285] #8  0x0000559565c27715 in ExecEvalExpr (isNull=0x7ffe5f9796af, econtext=<optimized out>, state=<optimized...
[09:45:06.285] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[09:45:05.632] #0  0x00007fe9b5ca9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:05.632] #1  0x00007fe9b5c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:05.632] #2  0x00007fe9b5c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:05.632] #3  0x00007fe9b5e1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:45:05.632] #4  0x00007fe9b5e2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:45:05.632] #5  0x00007fe9b5e0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x5654d54eb240,...
[09:45:05.632] #6  0x00005654d47183f1 in ExecInterpExpr (state=0x565514f3c9f0, econtext=0x565514f72a58, isnull=0x7ffcc55...
[09:45:05.632] #7  0x00005654d47097a9 in ExecInterpExprStillValid (state=0x565514f3c9f0, econtext=0x565514f72a58, isNull...
[09:45:05.632] #8  0x00005654d471b715 in ExecEvalExpr (isNull=0x7ffcc55e7e3f, econtext=<optimized out>, state=<optimized...
[09:45:05.632] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[09:45:05.131] #0  0x00007f51662a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:05.131] #1  0x00007f516625afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:05.131] #2  0x00007f5166245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:05.131] #3  0x00007f516641e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:45:05.131] #4  0x00007f516642aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:45:05.131] #5  0x00007f516640d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55571b5f3240,...
[09:45:05.131] #6  0x000055571a8203f1 in ExecInterpExpr (state=0x5557215ec110, econtext=0x5557215ecd70, isnull=0x7ffdad0...
[09:45:05.131] #7  0x000055571a8117a9 in ExecInterpExprStillValid (state=0x5557215ec110, econtext=0x5557215ecd70, isNull...
[09:45:05.131] #8  0x000055571a823715 in ExecEvalExpr (isNull=0x7ffdad004cbf, econtext=<optimized out>, state=<optimized...
[09:45:05.131] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[09:45:04.630] #0  0x00007f29d02a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:04.630] #1  0x00007f29d025afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:04.630] #2  0x00007f29d0245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:04.630] #3  0x00007f29d041e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:45:04.630] #4  0x00007f29d042aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:45:04.630] #5  0x00007f29d040d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x5623e6844240,...
[09:45:04.630] #6  0x00005623e5a713f1 in ExecInterpExpr (state=0x5624190e5ca0, econtext=0x5624190e76a8, isnull=0x7ffee6b...
[09:45:04.630] #7  0x00005623e5a627a9 in ExecInterpExprStillValid (state=0x5624190e5ca0, econtext=0x5624190e76a8, isNull...
[09:45:04.630] #8  0x00005623e5a74715 in ExecEvalExpr (isNull=0x7ffee6bf564f, econtext=<optimized out>, state=<optimized...
[09:45:04.630] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[09:45:03.997] #0  0x00007f1b8bea9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:03.997] #1  0x00007f1b8be5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:03.997] #2  0x00007f1b8be45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:03.997] #3  0x00007f1b8c01e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:45:03.997] #4  0x00007f1b8c02aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:45:03.997] #5  0x00007f1b8c00d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x5618675d0240,...
[09:45:03.997] #6  0x00005618667fd3f1 in ExecInterpExpr (state=0x56187d8300a0, econtext=0x56187d830d00, isnull=0x7ffd89b...
[09:45:03.997] #7  0x00005618667ee7a9 in ExecInterpExprStillValid (state=0x56187d8300a0, econtext=0x56187d830d00, isNull...
[09:45:03.997] #8  0x0000561866800715 in ExecEvalExpr (isNull=0x7ffd89b809df, econtext=<optimized out>, state=<optimized...
[09:45:03.997] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[09:45:03.516] #0  0x00007f4a67aa9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:03.516] #1  0x00007f4a67a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:03.516] #2  0x00007f4a67a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:03.516] #3  0x00007f4a67c1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:45:03.516] #4  0x00007f4a67c2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:45:03.516] #5  0x00007f4a67c0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x5615fa38c240,...
[09:45:03.516] #6  0x00005615f95b93f1 in ExecInterpExpr (state=0x56162a9dc1c0, econtext=0x56162a9dce20, isnull=0x7ffff28...
[09:45:03.516] #7  0x00005615f95aa7a9 in ExecInterpExprStillValid (state=0x56162a9dc1c0, econtext=0x56162a9dce20, isNull...
[09:45:03.516] #8  0x00005615f95bc715 in ExecEvalExpr (isNull=0x7ffff28adc1f, econtext=<optimized out>, state=<optimized...
[09:45:03.516] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[09:45:03.034] #0  0x00007fd0208a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:03.034] #1  0x00007fd02085afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:03.034] #2  0x00007fd020845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:03.034] #3  0x00007fd020a1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:45:03.034] #4  0x00007fd020a2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:45:03.034] #5  0x00007fd020a0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x562e1094c240,...
[09:45:03.034] #6  0x0000562e0fb793f1 in ExecInterpExpr (state=0x562e1fa5c0f0, econtext=0x562e1fa5cd50, isnull=0x7fff608...
[09:45:03.034] #7  0x0000562e0fb6a7a9 in ExecInterpExprStillValid (state=0x562e1fa5c0f0, econtext=0x562e1fa5cd50, isNull...
[09:45:03.034] #8  0x0000562e0fb7c715 in ExecEvalExpr (isNull=0x7fff608055af, econtext=<optimized out>, state=<optimized...
[09:45:03.034] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[09:45:02.542] #0  0x00007fc1d78a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:02.542] #1  0x00007fc1d785afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:02.542] #2  0x00007fc1d7845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:02.542] #3  0x00007fc1d7a1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:45:02.542] #4  0x00007fc1d7a2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:45:02.542] #5  0x00007fc1d7a0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55665e3d0240,...
[09:45:02.542] #6  0x000055665d5fd3f1 in ExecInterpExpr (state=0x556678f566f0, econtext=0x556678f57170, isnull=0x7fff430...
[09:45:02.542] #7  0x000055665d5ee7a9 in ExecInterpExprStillValid (state=0x556678f566f0, econtext=0x556678f57170, isNull...
[09:45:02.542] #8  0x000055665d600715 in ExecEvalExpr (isNull=0x7fff430eda0f, econtext=<optimized out>, state=<optimized...
[09:45:02.542] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[09:45:01.923] #0  0x00007fe7fa4a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:01.923] #1  0x00007fe7fa45afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:01.923] #2  0x00007fe7fa445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:01.923] #3  0x00007fe7fa61e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:45:01.923] #4  0x00007fe7fa62aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:45:01.923] #5  0x00007fe7fa60d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55f0227b4240,...
[09:45:01.923] #6  0x000055f0219e13f1 in ExecInterpExpr (state=0x55f0552495e0, econtext=0x55f05524a240, isnull=0x7ffc697...
[09:45:01.923] #7  0x000055f0219d27a9 in ExecInterpExprStillValid (state=0x55f0552495e0, econtext=0x55f05524a240, isNull...
[09:45:01.923] #8  0x000055f0219e4715 in ExecEvalExpr (isNull=0x7ffc6975807f, econtext=<optimized out>, state=<optimized...
[09:45:01.923] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[09:45:01.438] #0  0x00007f683e0a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:01.438] #1  0x00007f683e05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:01.438] #2  0x00007f683e045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:01.438] #3  0x00007f683e21e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:45:01.438] #4  0x00007f683e22aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:45:01.438] #5  0x00007f683e20d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55b92eaa7240,...
[09:45:01.438] #6  0x000055b92dcd43f1 in ExecInterpExpr (state=0x55b9672a7ce0, econtext=0x55b9672a8940, isnull=0x7ffd074...
[09:45:01.438] #7  0x000055b92dcc57a9 in ExecInterpExprStillValid (state=0x55b9672a7ce0, econtext=0x55b9672a8940, isNull...
[09:45:01.438] #8  0x000055b92dcd7715 in ExecEvalExpr (isNull=0x7ffd074db2ef, econtext=<optimized out>, state=<optimized...
[09:45:01.438] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[09:45:00.937] #0  0x00007ff191aa9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:00.937] #1  0x00007ff191a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:00.937] #2  0x00007ff191a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:00.937] #3  0x00007ff191c1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:45:00.937] #4  0x00007ff191c2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:45:00.937] #5  0x00007ff191c0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x561a75110240,...
[09:45:00.937] #6  0x0000561a7433d3f1 in ExecInterpExpr (state=0x561a8353c1f0, econtext=0x561a8353ce50, isnull=0x7fff0c1...
[09:45:00.937] #7  0x0000561a7432e7a9 in ExecInterpExprStillValid (state=0x561a8353c1f0, econtext=0x561a8353ce50, isNull...
[09:45:00.937] #8  0x0000561a74340715 in ExecEvalExpr (isNull=0x7fff0c1421ef, econtext=<optimized out>, state=<optimized...
[09:45:00.937] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[09:45:00.453] #0  0x00007f4f06ca9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:00.453] #1  0x00007f4f06c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:00.453] #2  0x00007f4f06c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:00.453] #3  0x00007f4f06e1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:45:00.453] #4  0x00007f4f06e2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:45:00.453] #5  0x00007f4f06e0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55eaf51f5240,...
[09:45:00.453] #6  0x000055eaf44223f1 in ExecInterpExpr (state=0x55eb057800b0, econtext=0x55eb05780d10, isnull=0x7fff66d...
[09:45:00.453] #7  0x000055eaf44137a9 in ExecInterpExprStillValid (state=0x55eb057800b0, econtext=0x55eb05780d10, isNull...
[09:45:00.453] #8  0x000055eaf4425715 in ExecEvalExpr (isNull=0x7fff66da0e0f, econtext=<optimized out>, state=<optimized...
[09:45:00.453] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[09:44:59.961] #0  0x00007fe55fca9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:44:59.961] #1  0x00007fe55fc5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:44:59.961] #2  0x00007fe55fc45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:44:59.961] #3  0x00007fe55fe1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:44:59.961] #4  0x00007fe55fe2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:44:59.961] #5  0x00007fe55fe0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55e615176240,...
[09:44:59.961] #6  0x000055e6143a33f1 in ExecInterpExpr (state=0x55e63ddd6490, econtext=0x55e63ddd70f0, isnull=0x7ffc45a...
[09:44:59.961] #7  0x000055e6143947a9 in ExecInterpExprStillValid (state=0x55e63ddd6490, econtext=0x55e63ddd70f0, isNull...
[09:44:59.961] #8  0x000055e6143a6715 in ExecEvalExpr (isNull=0x7ffc45a723df, econtext=<optimized out>, state=<optimized...
[09:44:59.961] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[09:44:59.464] #0  0x00007f47beea9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:44:59.464] #1  0x00007f47bee5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:44:59.464] #2  0x00007f47bee45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:44:59.464] #3  0x00007f47bf01e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:44:59.464] #4  0x00007f47bf02aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:44:59.464] #5  0x00007f47bf00d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x561b52cdb240,...
[09:44:59.464] #6  0x0000561b51f083f1 in ExecInterpExpr (state=0x561b6975abc0, econtext=0x561b6975b820, isnull=0x7fffbd4...
[09:44:59.464] #7  0x0000561b51ef97a9 in ExecInterpExprStillValid (state=0x561b6975abc0, econtext=0x561b6975b820, isNull...
[09:44:59.464] #8  0x0000561b51f0b715 in ExecEvalExpr (isNull=0x7fffbd41424f, econtext=<optimized out>, state=<optimized...
[09:44:59.464] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[09:44:58.972] #0  0x00007fd86d6a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:44:58.972] #1  0x00007fd86d65afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:44:58.972] #2  0x00007fd86d645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:44:58.972] #3  0x00007fd86d81e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:44:58.972] #4  0x00007fd86d82aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:44:58.972] #5  0x00007fd86d80d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x5565b5115240,...
[09:44:58.972] #6  0x00005565b43423f1 in ExecInterpExpr (state=0x5565e71e60a0, econtext=0x5565e71e6d00, isnull=0x7ffc86d...
[09:44:58.972] #7  0x00005565b43337a9 in ExecInterpExprStillValid (state=0x5565e71e60a0, econtext=0x5565e71e6d00, isNull...
[09:44:58.972] #8  0x00005565b4345715 in ExecEvalExpr (isNull=0x7ffc86d676cf, econtext=<optimized out>, state=<optimized...
[09:44:58.972] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[09:44:58.483] #0  0x00007f1d4e8a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:44:58.483] #1  0x00007f1d4e85afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:44:58.483] #2  0x00007f1d4e845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:44:58.483] #3  0x00007f1d4ea1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:44:58.483] #4  0x00007f1d4ea2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:44:58.483] #5  0x00007f1d4ea0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55e5c8b65240,...
[09:44:58.483] #6  0x000055e5c7d923f1 in ExecInterpExpr (state=0x55e5d97e5a30, econtext=0x55e5d97e65a0, isnull=0x7ffde47...
[09:44:58.483] #7  0x000055e5c7d837a9 in ExecInterpExprStillValid (state=0x55e5d97e5a30, econtext=0x55e5d97e65a0, isNull...
[09:44:58.483] #8  0x000055e5c7d95715 in ExecEvalExpr (isNull=0x7ffde47b5aff, econtext=<optimized out>, state=<optimized...
[09:44:58.483] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[09:44:57.854] #0  0x00007fc1d78a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:44:57.854] #1  0x00007fc1d785afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:44:57.854] #2  0x00007fc1d7845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:44:57.854] #3  0x000055665dc81f3e in ExceptionalCondition (conditionName=conditionName@entry=0x55665dea0120 "HaveReg...
[09:44:57.854] #4  0x000055665d47759a in index_drop (indexId=24582, concurrent=concurrent@entry=false, concurrent_lock_m...
[09:44:57.854] #5  0x000055665d45f37e in doDeletion (object=object@entry=0x556678ebcfb0, flags=flags@entry=21) at ../src...
[09:44:57.854] #6  0x000055665d45f645 in deleteOneObject (object=0x556678ebcfb0, depRel=depRel@entry=0x7fff430edcf8, fla...
[09:44:57.854] #7  0x000055665d45fa27 in deleteObjectsInList (targetObjects=targetObjects@entry=0x556678edb5a8, depRel=d...
[09:44:57.854] #8  0x000055665d463d8e in performDeletion (object=object@entry=0x7fff430edde4, behavior=behavior@entry=DR...
[09:44:57.854] #9  0x000055665d896cb9 in do_autovacuum () at ../src/backend/postmaster/autovacuum.c:2215
core
[09:44:57.393] #0  0x00007f27886a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:44:57.393] #1  0x00007f278865afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:44:57.393] #2  0x00007f2788645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:44:57.393] #3  0x00007f278881e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:44:57.393] #4  0x00007f278882aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:44:57.393] #5  0x00007f278880d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x56206ca20240,...
[09:44:57.393] #6  0x000056206bc4d3f1 in ExecInterpExpr (state=0x5620a8aed260, econtext=0x5620a8aedec0, isnull=0x7ffcdd9...
[09:44:57.393] #7  0x000056206bc3e7a9 in ExecInterpExprStillValid (state=0x5620a8aed260, econtext=0x5620a8aedec0, isNull...
[09:44:57.393] #8  0x000056206bc50715 in ExecEvalExpr (isNull=0x7ffcdd9b25ef, econtext=<optimized out>, state=<optimized...
[09:44:57.393] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[09:44:56.888] #0  0x00007f89b6aa9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:44:56.888] #1  0x00007f89b6a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:44:56.888] #2  0x00007f89b6a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:44:56.888] #3  0x00007f89b6c1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:44:56.888] #4  0x00007f89b6c2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:44:56.888] #5  0x00007f89b6c0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x559799710240,...
[09:44:56.888] #6  0x000055979893d3f1 in ExecInterpExpr (state=0x5597bc93c0d0, econtext=0x5597bc93dad8, isnull=0x7ffd092...
[09:44:56.888] #7  0x000055979892e7a9 in ExecInterpExprStillValid (state=0x5597bc93c0d0, econtext=0x5597bc93dad8, isNull...
[09:44:56.888] #8  0x0000559798940715 in ExecEvalExpr (isNull=0x7ffd092e31ef, econtext=<optimized out>, state=<optimized...
[09:44:56.888] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[09:44:56.281] #0  0x00007fca840a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:44:56.281] #1  0x00007fca8405afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:44:56.281] #2  0x00007fca84045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:44:56.281] #3  0x00007fca8421e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:44:56.281] #4  0x00007fca8422aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:44:56.281] #5  0x00007fca8420d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x5557bf467240,...
[09:44:56.281] #6  0x00005557be6943f1 in ExecInterpExpr (state=0x5557d0c7bce0, econtext=0x5557d0c7c940, isnull=0x7ffd681...
[09:44:56.281] #7  0x00005557be6857a9 in ExecInterpExprStillValid (state=0x5557d0c7bce0, econtext=0x5557d0c7c940, isNull...
[09:44:56.281] #8  0x00005557be697715 in ExecEvalExpr (isNull=0x7ffd681f294f, econtext=<optimized out>, state=<optimized...
[09:44:56.281] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[09:44:55.781] #0  0x00007f830b8a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:44:55.781] #1  0x00007f830b85afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:44:55.781] #2  0x00007f830b845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:44:55.781] #3  0x00007f830ba1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:44:55.781] #4  0x00007f830ba2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:44:55.781] #5  0x00007f830ba0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55d8e3705240,...
[09:44:55.781] #6  0x000055d8e29323f1 in ExecInterpExpr (state=0x55d8f856b4a0, econtext=0x55d8f856c100, isnull=0x7fffb4a...
[09:44:55.781] #7  0x000055d8e29237a9 in ExecInterpExprStillValid (state=0x55d8f856b4a0, econtext=0x55d8f856c100, isNull...
[09:44:55.781] #8  0x000055d8e2935715 in ExecEvalExpr (isNull=0x7fffb4a696df, econtext=<optimized out>, state=<optimized...
[09:44:55.781] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[09:44:55.289] #0  0x00007f2a7d4a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:44:55.289] #1  0x00007f2a7d45afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:44:55.289] #2  0x00007f2a7d445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:44:55.289] #3  0x00007f2a7d61e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:44:55.289] #4  0x00007f2a7d62aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:44:55.289] #5  0x00007f2a7d60d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55bb39686240,...
[09:44:55.289] #6  0x000055bb388b33f1 in ExecInterpExpr (state=0x55bb5ce100d0, econtext=0x55bb5ce10d30, isnull=0x7ffe67d...
[09:44:55.289] #7  0x000055bb388a47a9 in ExecInterpExprStillValid (state=0x55bb5ce100d0, econtext=0x55bb5ce10d30, isNull...
[09:44:55.289] #8  0x000055bb388b6715 in ExecEvalExpr (isNull=0x7ffe67d779ff, econtext=<optimized out>, state=<optimized...
[09:44:55.289] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[09:44:54.788] #0  0x00007fcf4f4a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:44:54.788] #1  0x00007fcf4f45afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:44:54.788] #2  0x00007fcf4f445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:44:54.788] #3  0x00007fcf4f61e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:44:54.788] #4  0x00007fcf4f62aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:44:54.788] #5  0x00007fcf4f60d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55953ca06240,...
[09:44:54.788] #6  0x000055953bc333f1 in ExecInterpExpr (state=0x55957d0840e0, econtext=0x55957d085ae8, isnull=0x7ffca77...
[09:44:54.788] #7  0x000055953bc247a9 in ExecInterpExprStillValid (state=0x55957d0840e0, econtext=0x55957d085ae8, isNull...
[09:44:54.788] #8  0x000055953bc36715 in ExecEvalExpr (isNull=0x7ffca77eaa2f, econtext=<optimized out>, state=<optimized...
[09:44:54.788] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[09:44:54.167] #0  0x00007f08fa6a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:44:54.167] #1  0x00007f08fa65afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:44:54.167] #2  0x00007f08fa645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:44:54.167] #3  0x00007f08fa81e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:44:54.167] #4  0x00007f08fa82aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:44:54.167] #5  0x00007f08fa80d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55bd5019c240,...
[09:44:54.167] #6  0x000055bd4f3c93f1 in ExecInterpExpr (state=0x55bd61ab14a0, econtext=0x55bd61ab2100, isnull=0x7ffd30e...
[09:44:54.167] #7  0x000055bd4f3ba7a9 in ExecInterpExprStillValid (state=0x55bd61ab14a0, econtext=0x55bd61ab2100, isNull...
[09:44:54.167] #8  0x000055bd4f3cc715 in ExecEvalExpr (isNull=0x7ffd30e0897f, econtext=<optimized out>, state=<optimized...
[09:44:54.167] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[09:44:53.676] #0  0x00007f3b654a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:44:53.676] #1  0x00007f3b6545afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:44:53.676] #2  0x00007f3b65445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:44:53.676] #3  0x00007f3b6561e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:44:53.676] #4  0x00007f3b6562aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:44:53.676] #5  0x00007f3b6560d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x561359043240,...
[09:44:53.676] #6  0x00005613582703f1 in ExecInterpExpr (state=0x561385225f90, econtext=0x561385227998, isnull=0x7ffdc27...
[09:44:53.676] #7  0x00005613582617a9 in ExecInterpExprStillValid (state=0x561385225f90, econtext=0x561385227998, isNull...
[09:44:53.676] #8  0x0000561358273715 in ExecEvalExpr (isNull=0x7ffdc27c6c3f, econtext=<optimized out>, state=<optimized...
[09:44:53.676] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[09:44:53.061] #0  0x00007fc1d78a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:44:53.061] #1  0x00007fc1d785afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:44:53.061] #2  0x00007fc1d7845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:44:53.061] #3  0x00007fc1d7a1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:44:53.061] #4  0x00007fc1d7a2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:44:53.061] #5  0x00007fc1d7a0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55665e3d0240,...
[09:44:53.061] #6  0x000055665d5fd3f1 in ExecInterpExpr (state=0x556678efb178, econtext=0x556678f11ab8, isnull=0x7fff430...
[09:44:53.061] #7  0x000055665d5ee7a9 in ExecInterpExprStillValid (state=0x556678efb178, econtext=0x556678f11ab8, isNull...
[09:44:53.061] #8  0x000055665d600715 in ExecEvalExpr (isNull=0x7fff430edb4f, econtext=<optimized out>, state=<optimized...
[09:44:53.061] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[09:45:24.714] #0  0x00007fcf4f4a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:24.714] #1  0x00007fcf4f45afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:24.714] #2  0x00007fcf4f445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:24.714] #3  0x00007fcf4f61e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:45:24.714] #4  0x00007fcf4f62aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:45:24.714] #5  0x00007fcf4f60d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55953ca06240,...
[09:45:24.714] #6  0x000055953bc333f1 in ExecInterpExpr (state=0x55957d0820d0, econtext=0x55957d083ad8, isnull=0x7ffca77...
[09:45:24.714] #7  0x000055953bc247a9 in ExecInterpExprStillValid (state=0x55957d0820d0, econtext=0x55957d083ad8, isNull...
[09:45:24.714] #8  0x000055953bc36715 in ExecEvalExpr (isNull=0x7ffca77eaa2f, econtext=<optimized out>, state=<optimized...
[09:45:24.714] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[09:45:24.103] #0  0x00007fbdf58a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:24.103] #1  0x00007fbdf585afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:24.103] #2  0x00007fbdf5845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:24.103] #3  0x00007fbdf5a1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:45:24.103] #4  0x00007fbdf5a2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:45:24.103] #5  0x00007fbdf5a0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x560446acf240,...
[09:45:24.103] #6  0x0000560445cfc3f1 in ExecInterpExpr (state=0x56046b828e70, econtext=0x56046b829ad0, isnull=0x7ffde69...
[09:45:24.103] #7  0x0000560445ced7a9 in ExecInterpExprStillValid (state=0x56046b828e70, econtext=0x56046b829ad0, isNull...
[09:45:24.103] #8  0x0000560445cff715 in ExecEvalExpr (isNull=0x7ffde69b60cf, econtext=<optimized out>, state=<optimized...
[09:45:24.103] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[09:45:23.616] #0  0x00007f69144a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:23.616] #1  0x00007f691445afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:23.616] #2  0x00007f6914445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:23.616] #3  0x00007f691461e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:45:23.616] #4  0x00007f691462aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:45:23.616] #5  0x00007f691460d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55932d12f240,...
[09:45:23.616] #6  0x000055932c35c3f1 in ExecInterpExpr (state=0x5593317441e0, econtext=0x559331744e40, isnull=0x7ffff24...
[09:45:23.616] #7  0x000055932c34d7a9 in ExecInterpExprStillValid (state=0x5593317441e0, econtext=0x559331744e40, isNull...
[09:45:23.616] #8  0x000055932c35f715 in ExecEvalExpr (isNull=0x7ffff24a0c3f, econtext=<optimized out>, state=<optimized...
[09:45:23.616] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[09:45:23.113] #0  0x00007f134d8a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:23.113] #1  0x00007f134d85afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:23.113] #2  0x00007f134d845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:23.113] #3  0x00007f134da1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:45:23.113] #4  0x00007f134da2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:45:23.113] #5  0x00007f134da0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x56195e4cf240,...
[09:45:23.113] #6  0x000056195d6fc3f1 in ExecInterpExpr (state=0x56198312dd10, econtext=0x5619831325e8, isnull=0x7ffd587...
[09:45:23.113] #7  0x000056195d6ed7a9 in ExecInterpExprStillValid (state=0x56198312dd10, econtext=0x5619831325e8, isNull...
[09:45:23.113] #8  0x000056195d6ff715 in ExecEvalExpr (isNull=0x7ffd587a6f7f, econtext=<optimized out>, state=<optimized...
[09:45:23.113] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[09:45:21.813] #0  0x00007f9f38aa9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:21.813] #1  0x00007f9f38a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:21.813] #2  0x00007f9f38a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:21.813] #3  0x00007f9f38c1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:45:21.813] #4  0x00007f9f38c2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:45:21.813] #5  0x00007f9f38c0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x565025271240,...
[09:45:21.813] #6  0x000056502449e3f1 in ExecInterpExpr (state=0x56505deffd20, econtext=0x56505df00980, isnull=0x7ffc8ea...
[09:45:21.813] #7  0x000056502448f7a9 in ExecInterpExprStillValid (state=0x56505deffd20, econtext=0x56505df00980, isNull...
[09:45:21.813] #8  0x00005650244a1715 in ExecEvalExpr (isNull=0x7ffc8ea7ba7f, econtext=<optimized out>, state=<optimized...
[09:45:21.813] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[09:45:21.304] #0  0x00007fcf4f4a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:21.304] #1  0x00007fcf4f45afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:21.304] #2  0x00007fcf4f445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:45:21.304] #3  0x00007fcf4f61e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:45:21.304] #4  0x00007fcf4f62aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:45:21.304] #5  0x00007fcf4f60d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55953ca06240,...
[09:45:21.304] #6  0x000055953bc333f1 in ExecInterpExpr (state=0x55957d0820d0, econtext=0x55957d083ad8, isnull=0x7ffca77...
[09:45:21.304] #7  0x000055953bc247a9 in ExecInterpExprStillValid (state=0x55957d0820d0, econtext=0x55957d083ad8, isNull...
[09:45:21.304] #8  0x000055953bc36715 in ExecEvalExpr (isNull=0x7ffca77eaa2f, econtext=<optimized out>, state=<optimized...
[09:45:21.304] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/matview-write-skew.out /tmp/cirrus-ci-build/build/testrun/isol...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/matview-write-skew.out	2024-10-21 09:36:52.551603259 +0000
+++ /tmp/cirrus-ci-build/build/testrun/isolation/isolation/results/matview-write-skew.out	2024-10-21 09:41:50.366754752 ...
@@ -1,121 +1,6 @@
 Parsed test spec with 2 sessions
 
 starting permutation: s1_begin s2_begin s1_refresh s2_read s2_insert s1_commit s2_commit
-step s1_begin: BEGIN ISOLATION LEVEL SERIALIZABLE;
-step s2_begin: BEGIN ISOLATION LEVEL SERIALIZABLE;
-step s1_refresh: REFRESH MATERIALIZED VIEW CONCURRENTLY order_summary;
-step s2_read: SELECT max(date) FROM order_summary;
-       max
-----------
-04-01-2022
-(1 row)
-
-step s2_insert: INSERT INTO orders VALUES ('2022-04-02', 'orange', 15);
-step s1_commit: COMMIT;
-step s2_commit: COMMIT;
-ERROR:  could not serialize access due to read/write dependencies among transactions
...
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pageinspect/expected/brin.out /tmp/cirrus-ci-build/build/testrun/pageinspect/regre...
--- /tmp/cirrus-ci-build/contrib/pageinspect/expected/brin.out	2024-10-21 09:36:50.915603322 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pageinspect/regress/results/brin.out	2024-10-21 09:41:55.586754883 +0000
@@ -161,50 +161,7 @@
 SELECT * FROM brin_page_items(get_raw_page('brin_test_parallel_idx', 2), 'brin_test_parallel_idx')
 EXCEPT
 SELECT * FROM brin_page_items(get_raw_page('brin_test_serial_idx', 2), 'brin_test_serial_idx');
- itemoffset | blknum | attnum | allnulls | hasnulls | placeholder | empty | value 
-------------+--------+--------+----------+----------+-------------+-------+-------
-(0 rows)
-
-SELECT * FROM brin_page_items(get_raw_page('brin_test_serial_idx', 2), 'brin_test_serial_idx')
-EXCEPT
-SELECT * FROM brin_page_items(get_raw_page('brin_test_parallel_idx', 2), 'brin_test_parallel_idx');
- itemoffset | blknum | attnum | allnulls | hasnulls | placeholder | empty | value 
-------------+--------+--------+----------+----------+-------------+-------+-------
-(0 rows)
-
-DROP INDEX brin_test_parallel_idx;
--- force parallel build, but don't allow starting parallel workers to force
...
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/select.out /tmp/cirrus-ci-build/build/testrun/pg_stat_...
--- /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/select.out	2024-10-21 09:36:50.923603322 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_stat_statements/regress/results/select.out	2024-10-21 09:41:56.618754909 +0000
@@ -319,96 +319,7 @@
 FROM (VALUES (1, 2, 3), (4, NULL, 6), (7, 8, 9)) AS t (a, b, c)
 GROUP BY ROLLUP(a, b), rollup(a, c)
 ORDER BY a, b, c;
- a | b | c 
----+---+---
- 1 | 2 | 3
- 1 | 2 |  
- 1 | 2 |  
- 1 |   | 3
- 1 |   | 3
- 1 |   |  
- 1 |   |  
- 1 |   |  
- 4 |   | 6
- 4 |   | 6
- 4 |   | 6
...
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_trgm/expected/pg_trgm.out /tmp/cirrus-ci-build/build/testrun/pg_trgm/regress/re...
--- /tmp/cirrus-ci-build/contrib/pg_trgm/expected/pg_trgm.out	2024-10-21 09:36:50.931603321 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_trgm/regress/results/pg_trgm.out	2024-10-21 09:41:58.754754962 +0000
@@ -5384,21 +5384,7 @@
 
 SELECT DISTINCT city, similarity(city, 'Warsaw'), show_limit()
   FROM restaurants WHERE city % 'Warsaw';
-  city  | similarity | show_limit 
---------+------------+------------
- Warsaw |          1 |        0.3
-(1 row)
-
-SELECT set_limit(0.5);
- set_limit 
------------
-       0.5
-(1 row)
-
-SELECT DISTINCT city, similarity(city, 'Warsaw'), show_limit()
-  FROM restaurants WHERE city % 'Warsaw';
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/type_sanity.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/00...
--- /tmp/cirrus-ci-build/src/test/regress/expected/type_sanity.out	2024-10-21 09:36:52.775603250 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/type_sanity.out	2024-10-21 09:41:11.670753...
@@ -172,573 +172,7 @@
 FROM pg_type AS t1
 WHERE t1.typtype not in ('b', 'p')
 ORDER BY 1;
- typtype |   typinput    
----------+---------------
- c       | record_in
- d       | domain_in
- e       | enum_in
- m       | multirange_in
- r       | range_in
-(5 rows)
-
--- Check for bogus typoutput routines
--- As of 8.0, this check finds refcursor, which is borrowing
--- other types' I/O routines
-SELECT t1.oid, t1.typname, p1.oid, p1.proname
...
regress
diff -U3 /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out /tmp/cirrus-ci-build/build/testrun/postgres...
--- /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out	2024-10-21 09:36:50.963603320 +0000
+++ /tmp/cirrus-ci-build/build/testrun/postgres_fdw/regress/results/postgres_fdw.out	2024-10-21 09:41:59.166754973 +0000
@@ -2329,10019 +2329,7 @@
 (20 rows)
 
 SELECT t1c1, avg(t1c1 + t2c1) FROM (SELECT t1.c1, t2.c1 FROM ft1 t1 JOIN ft2 t2 ON (t1.c1 = t2.c1) UNION SELECT t1.c1, ...
- t1c1 |         avg          
-------+----------------------
-  101 | 202.0000000000000000
-  102 | 204.0000000000000000
-  103 | 206.0000000000000000
-  104 | 208.0000000000000000
-  105 | 210.0000000000000000
-  106 | 212.0000000000000000
-  107 | 214.0000000000000000
-  108 | 216.0000000000000000
-  109 | 218.0000000000000000
-  110 | 220.0000000000000000
-(10 rows)
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/regex.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream...
--- /tmp/cirrus-ci-build/src/test/regress/expected/regex.out	2024-10-21 09:36:52.751603251 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/regex.out	2024-10-21 09:41:36.018754414 ...
@@ -468,178 +468,10 @@
 -- This generates O(N) states but O(N^2) arcs, so it causes problems
 -- if arc count is not constrained
 select 'x' ~ repeat('x*y*z*', 1000);
-ERROR:  invalid regular expression: regular expression is too complex
--- Test backref in combination with non-greedy quantifier
--- https://core.tcl.tk/tcl/tktview/6585b21ca8fa6f3678d442b97241fdd43dba2ec0
-select 'Programmer' ~ '(\w).*?\1' as t;
- t 
----
- t
-(1 row)
-
-select regexp_matches('Programmer', '(\w)(.*?\1)', 'g');
- regexp_matches 
-----------------
- {r,ogr}
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/type_sanity.out /tmp/cirrus-ci-build/build/testrun/regress/regre...
--- /tmp/cirrus-ci-build/src/test/regress/expected/type_sanity.out	2024-10-21 09:36:52.775603250 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/type_sanity.out	2024-10-21 09:41:08.362753852 +0000
@@ -172,573 +172,7 @@
 FROM pg_type AS t1
 WHERE t1.typtype not in ('b', 'p')
 ORDER BY 1;
- typtype |   typinput    
----------+---------------
- c       | record_in
- d       | domain_in
- e       | enum_in
- m       | multirange_in
- r       | range_in
-(5 rows)
-
--- Check for bogus typoutput routines
--- As of 8.0, this check finds refcursor, which is borrowing
--- other types' I/O routines
-SELECT t1.oid, t1.typname, p1.oid, p1.proname
...
regress
diff -U3 /tmp/cirrus-ci-build/contrib/tablefunc/expected/tablefunc.out /tmp/cirrus-ci-build/build/testrun/tablefunc/regr...
--- /tmp/cirrus-ci-build/contrib/tablefunc/expected/tablefunc.out	2024-10-21 09:36:50.979603319 +0000
+++ /tmp/cirrus-ci-build/build/testrun/tablefunc/regress/results/tablefunc.out	2024-10-21 09:41:58.622754960 +0000
@@ -239,261 +239,7 @@
   'SELECT rowid, rowdt, attribute, val FROM cth ORDER BY 1',
   'SELECT DISTINCT rowdt, attribute FROM cth ORDER BY 2')
 AS c(rowid text, rowdt timestamp, temperature int4, test_result text, test_startdate timestamp, volts float8);
-ERROR:  invalid crosstab categories query
-DETAIL:  The query must return one column.
--- if category query generates a NULL value, get expected error
-SELECT * FROM crosstab(
-  'SELECT rowid, rowdt, attribute, val FROM cth ORDER BY 1',
-  'SELECT NULL::text')
-AS c(rowid text, rowdt timestamp, temperature int4, test_result text, test_startdate timestamp, volts float8);
-ERROR:  crosstab category value must not be null
--- if source query returns zero rows, get zero rows returned
-SELECT * FROM crosstab(
-  'SELECT rowid, rowdt, attribute, val FROM cth WHERE false ORDER BY 1',
-  'SELECT DISTINCT attribute FROM cth ORDER BY 1')
-AS c(rowid text, rowdt timestamp, temperature text, test_result text, test_startdate text, volts text);
...
tap
[09:42:10.067](0.565s) not ok 7 - checking an unresolvable database pattern under --no-strict-names status (got 1 vs exp...
[09:42:10.638](0.450s) not ok 22 - checking a database by name without amcheck installed, with other databases status (g...
[09:42:10.639](0.000s) not ok 24 - checking a database by name without amcheck installed, with other databases stderr /(...
[09:42:10.733](0.094s) not ok 25 - checking a database by pattern without amcheck installed, with other databases status...
[09:42:10.734](0.000s) not ok 27 - checking a database by pattern without amcheck installed, with other databases stderr...
[09:42:10.750](0.000s) not ok 30 - checking table pattern ".." stderr /(?^:pg_amcheck: error: no connectable databases t...
[09:42:10.769](0.000s) not ok 33 - checking table pattern ".foo.bar" stderr /(?^:pg_amcheck: error: no connectable datab...
[09:42:10.782](0.000s) not ok 36 - checking table pattern "." stderr /(?^:pg_amcheck: error: no heap tables to check mat...
[09:42:10.892](0.014s) not ok 64 - many unmatched patterns and one matched pattern under --no-strict-names status (got 1...
[09:42:10.893](0.000s) not ok 66 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[09:42:10.893](0.000s) not ok 67 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[09:42:10.894](0.000s) not ok 68 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[09:42:10.894](0.000s) not ok 69 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[09:42:10.894](0.000s) not ok 70 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[09:42:10.895](0.000s) not ok 71 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[09:42:10.895](0.000s) not ok 72 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[09:42:10.895](0.000s) not ok 73 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[09:42:10.896](0.000s) not ok 74 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[09:42:10.896](0.000s) not ok 75 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[09:42:10.896](0.000s) not ok 76 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[09:42:10.897](0.000s) not ok 77 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[09:42:10.897](0.000s) not ok 78 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[09:42:10.897](0.000s) not ok 79 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[09:42:10.898](0.000s) not ok 80 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[09:42:10.898](0.000s) not ok 81 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[09:42:10.898](0.000s) not ok 82 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
tap
[09:42:14.707](4.699s) not ok 1 - pg_amcheck prior to corruption status (got 1 vs expected 0)
[09:42:14.708](0.000s) not ok 3 - pg_amcheck prior to corruption stderr /(?^:^$)/
[09:42:20.580](5.873s) not ok 4 - pg_amcheck all schemas, tables and indexes in database db1 status (got 1 vs expected 2...
[09:42:20.581](0.000s) not ok 5 - pg_amcheck all schemas, tables and indexes in database db1 stdout /(?^:index ".*" lack...
[09:42:20.581](0.000s) not ok 6 - pg_amcheck all schemas, tables and indexes in database db1 stdout /(?^:line pointer)/
[09:42:20.582](0.000s) not ok 7 - pg_amcheck all schemas, tables and indexes in database db1 stdout /(?^:could not open ...
[09:42:20.582](0.000s) not ok 8 - pg_amcheck all schemas, tables and indexes in database db1 stderr /(?^:^$)/
[09:42:21.053](0.471s) not ok 9 - pg_amcheck all schemas, tables and indexes in databases db1, db2, and db3 status (got ...
[09:42:21.053](0.000s) not ok 10 - pg_amcheck all schemas, tables and indexes in databases db1, db2, and db3 stdout /(?^...
[09:42:21.054](0.000s) not ok 11 - pg_amcheck all schemas, tables and indexes in databases db1, db2, and db3 stdout /(?^...
[09:42:21.054](0.000s) not ok 12 - pg_amcheck all schemas, tables and indexes in databases db1, db2, and db3 stdout /(?^...
[09:42:21.055](0.000s) not ok 13 - pg_amcheck all schemas, tables and indexes in databases db1, db2, and db3 stderr /(?^...
[09:42:21.414](0.359s) not ok 14 - pg_amcheck index s1.t1_btree reports missing main relation fork status (got 0 vs expe...
[09:42:21.415](0.000s) not ok 15 - pg_amcheck index s1.t1_btree reports missing main relation fork stdout /(?^:index ".*...
[09:42:21.452](0.037s) not ok 17 - pg_amcheck index s1.s2 reports index corruption status (got 0 vs expected 2)
[09:42:21.619](0.000s) not ok 18 - pg_amcheck index s1.s2 reports index corruption stdout /(?^:.+)/
[09:42:21.673](0.026s) not ok 23 - pg_amcheck of db2.s1 excluding indexes status (got 0 vs expected 2)
[09:42:21.673](0.000s) not ok 24 - pg_amcheck of db2.s1 excluding indexes stdout /(?^:could not open file ".*": No such ...
[09:42:22.003](0.329s) not ok 26 - pg_amcheck schema s3 reports table and index errors status (got 1 vs expected 2)
[09:42:22.125](0.000s) not ok 27 - pg_amcheck schema s3 reports table and index errors stdout /(?^:index ".*" lacks a ma...
[09:42:22.125](0.000s) not ok 28 - pg_amcheck schema s3 reports table and index errors stdout /(?^:line pointer)/
[09:42:22.126](0.000s) not ok 29 - pg_amcheck schema s3 reports table and index errors stdout /(?^:could not open file "...
[09:42:22.126](0.000s) not ok 30 - pg_amcheck schema s3 reports table and index errors stderr /(?^:^$)/
[09:42:22.543](0.417s) not ok 31 - pg_amcheck in schema s4 reports toast corruption status (got 1 vs expected 2)
[09:42:22.544](0.000s) not ok 32 - pg_amcheck in schema s4 reports toast corruption stdout /(?^:could not open file ".*"...
[09:42:22.544](0.000s) not ok 33 - pg_amcheck in schema s4 reports toast corruption stderr /(?^:^$)/
[09:42:22.883](0.339s) not ok 34 - pg_amcheck in schema s4 excluding toast reports no corruption status (got 1 vs expect...
[09:42:22.884](0.000s) not ok 36 - pg_amcheck in schema s4 excluding toast reports no corruption stderr /(?^:^$)/
[09:42:23.236](0.352s) not ok 37 - pg_amcheck over schema s5 reports no corruption status (got 1 vs expected 0)
[09:42:23.237](0.000s) not ok 39 - pg_amcheck over schema s5 reports no corruption stderr /(?^:^$)/
[09:42:23.393](0.032s) not ok 55 - pg_amcheck smoke test --parent-check status (got 0 vs expected 2)
[09:42:23.393](0.000s) not ok 56 - pg_amcheck smoke test --parent-check stdout /(?^:index ".*" lacks a main relation for...
[09:42:23.431](0.037s) not ok 58 - pg_amcheck smoke test --heapallindexed --rootdescend status (got 0 vs expected 2)
[09:42:23.431](0.000s) not ok 59 - pg_amcheck smoke test --heapallindexed --rootdescend stdout /(?^:index ".*" lacks a m...
[09:42:23.776](0.345s) not ok 61 - pg_amcheck excluding all corrupt schemas status (got 1 vs expected 0)
[09:42:23.777](0.000s) not ok 62 - pg_amcheck excluding all corrupt schemas stdout /(?^:^$)/
[09:42:23.777](0.000s) not ok 63 - pg_amcheck excluding all corrupt schemas stderr /(?^:^$)/
[09:42:23.788](0.011s) not ok 64 - pg_amcheck smoke test --parent-check --checkunique status (got 1 vs expected 2)
[09:42:23.789](0.000s) not ok 65 - pg_amcheck smoke test --parent-check --checkunique stdout /(?^:index ".*" lacks a mai...
[09:42:23.790](0.000s) not ok 66 - pg_amcheck smoke test --parent-check --checkunique stderr /(?^:^$)/
[09:42:23.810](0.020s) not ok 67 - pg_amcheck smoke test --heapallindexed --rootdescend --checkunique status (got 1 vs e...
[09:42:23.810](0.000s) not ok 68 - pg_amcheck smoke test --heapallindexed --rootdescend --checkunique stdout /(?^:index ...
[09:42:23.811](0.000s) not ok 69 - pg_amcheck smoke test --heapallindexed --rootdescend --checkunique stderr /(?^:^$)/
[09:42:23.824](0.013s) not ok 70 - pg_amcheck excluding all corrupt schemas with --checkunique option status (got 1 vs e...
[09:42:23.825](0.000s) not ok 72 - pg_amcheck excluding all corrupt schemas with --checkunique option stderr /(?^:^$)/
tap
[09:42:14.927](3.143s) not ok 1 - pg_amcheck test table, prior to corruption
[09:42:15.277](0.349s) not ok 2 - pg_amcheck test table and index, prior to corruption
[09:42:20.490](5.214s) not ok 3 - Expected corruption message output status (got 1 vs expected 2)
[09:42:20.506](0.000s) not ok 4 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.tes...
[09:42:20.506](0.000s) not ok 5 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.tes...
[09:42:20.507](0.000s) not ok 6 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.tes...
[09:42:20.507](0.000s) not ok 7 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.tes...
[09:42:20.507](0.000s) not ok 8 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.tes...
[09:42:20.508](0.000s) not ok 9 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.tes...
[09:42:20.508](0.000s) not ok 10 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[09:42:20.508](0.000s) not ok 11 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[09:42:20.509](0.000s) not ok 12 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[09:42:20.509](0.000s) not ok 13 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[09:42:20.509](0.000s) not ok 14 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[09:42:20.510](0.000s) not ok 15 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[09:42:20.510](0.000s) not ok 16 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[09:42:20.510](0.000s) not ok 17 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[09:42:20.510](0.000s) not ok 18 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[09:42:20.511](0.000s) not ok 19 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[09:42:20.511](0.000s) not ok 20 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[09:42:20.511](0.000s) not ok 21 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[09:42:20.512](0.000s) not ok 22 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[09:42:20.512](0.000s) not ok 23 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[09:42:20.512](0.000s) not ok 24 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[09:42:20.513](0.000s) not ok 25 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[09:42:20.513](0.000s) not ok 26 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[09:42:20.519](0.000s) not ok 27 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[09:42:20.519](0.000s) not ok 28 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[09:42:20.520](0.000s) not ok 29 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[09:42:20.520](0.000s) not ok 30 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[09:42:20.520](0.000s) not ok 31 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[09:42:20.520](0.000s) not ok 32 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
tap
[09:42:12.713](0.870s) not ok 1 - pg_amcheck all schemas, tables and indexes reports no corruption: exit code 0
[09:42:12.713](0.000s) not ok 2 - pg_amcheck all schemas, tables and indexes reports no corruption: no stderr
[09:42:13.205](0.491s) not ok 4 - pg_amcheck all schemas, tables and indexes reports fickleidx corruption status (got 1 ...
[09:42:13.206](0.000s) not ok 5 - pg_amcheck all schemas, tables and indexes reports fickleidx corruption stdout /(?^:it...
[09:42:13.677](0.471s) not ok 6 - pg_amcheck all schemas, tables and indexes reports no corruption: exit code 0
[09:42:13.679](0.002s) not ok 7 - pg_amcheck all schemas, tables and indexes reports no corruption: no stderr
[09:42:14.228](0.548s) not ok 9 - pg_amcheck all schemas, tables and indexes reports bttest_unique_idx corruption status...
[09:42:14.228](0.000s) not ok 10 - pg_amcheck all schemas, tables and indexes reports bttest_unique_idx corruption stdou...
tap
[09:42:30.512](1.782s) not ok 30 - run pg_createsubscriber on node S
tap
[09:42:35.188](0.688s) not ok 19 - pg_dump: option -n pg_catalog
[09:42:36.038](0.850s) not ok 20 - pg_dumpall: option --exclude-database handles database names with embedded dots
[09:42:36.103](0.000s) not ok 22 - pg_dump: option --schema rejects three-part schema names: matches
[09:42:36.141](0.000s) not ok 24 - pg_dump: option --schema rejects cross-database multipart schema names: matches
[09:42:36.162](0.000s) not ok 26 - pg_dump: option --schema rejects degenerate two-part schema name: ".": matches
[09:42:36.195](0.000s) not ok 28 - pg_dump: option --schema rejects cross-database multipart schema names with embedded ...
[09:42:36.232](0.000s) not ok 30 - pg_dump: option --schema rejects degenerate three-part schema name: "..": matches
[09:42:36.262](0.000s) not ok 32 - pg_dump: option --table rejects four-part table names: matches
[09:42:36.288](0.007s) not ok 34 - pg_dump: option --table rejects cross-database three part table names: matches
[09:42:36.322](0.000s) not ok 36 - pg_dump: option --table rejects cross-database three part table names with embedded d...
[09:42:36.333](0.011s) not ok 37 - binary_upgrade: pg_dump runs
[09:42:36.345](0.011s) not ok 38 - binary_upgrade: pg_restore runs
tap
[09:41:20.966](13.827s) not ok 5 - regression tests pass
[09:41:23.607](2.569s) not ok 6 - dump before running pg_upgrade
tap
[09:43:00.072](0.656s) not ok 192 - psql seeded_random count ok
[09:43:00.072](0.000s) not ok 193 - psql seeded_random count stderr is empty
[09:43:00.073](0.000s) not ok 194 - psql seeded_random count uniform
[09:43:00.073](0.000s) not ok 195 - psql seeded_random count exponential
[09:43:00.073](0.000s) not ok 196 - psql seeded_random count gaussian
[09:43:00.073](0.000s) not ok 197 - psql seeded_random count zipfian
tap
[09:41:39.682](8.078s) not ok 2 - regression tests pass
test
[09:43:31.169]   6/311 postgresql:pg_upgrade / pg_upgrade/004_subscription                             ERROR            ...
[09:43:31.169]   9/311 postgresql:pg_upgrade / pg_upgrade/003_logical_slots                            ERROR            ...
[09:43:31.169]  19/311 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[09:43:31.169]  37/311 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[09:43:31.169]  41/311 postgresql:recovery / recovery/038_save_logical_slots_shutdown                  ERROR            ...
[09:43:31.169]  47/311 postgresql:recovery / recovery/040_standby_failover_slots_sync                  ERROR            ...
[09:43:31.169]  58/311 postgresql:isolation / isolation/isolation                                      ERROR            ...
[09:43:31.169]  84/311 postgresql:pageinspect / pageinspect/regress                                    ERROR            ...
[09:43:31.169]  89/311 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
[09:43:31.169]  91/311 postgresql:recovery / recovery/035_standby_logical_decoding                     ERROR            ...
[09:43:31.169]  95/311 postgresql:tablefunc / tablefunc/regress                                        ERROR            ...
[09:43:31.169] 100/311 postgresql:postgres_fdw / postgres_fdw/regress                                  ERROR            ...
[09:43:31.169] 102/311 postgresql:pg_trgm / pg_trgm/regress                                            ERROR            ...
[09:43:31.169] 140/311 postgresql:pg_amcheck / pg_amcheck/002_nonesuch                                 ERROR            ...
[09:43:31.169] 148/311 postgresql:pg_amcheck / pg_amcheck/005_opclass_damage                           ERROR            ...
[09:43:31.169] 150/311 postgresql:pg_amcheck / pg_amcheck/004_verify_heapam                            ERROR            ...
[09:43:31.169] 151/311 postgresql:pg_amcheck / pg_amcheck/003_check                                    ERROR            ...
[09:43:31.169] 159/311 postgresql:pg_basebackup / pg_basebackup/040_pg_createsubscriber                ERROR            ...
[09:43:31.169] 173/311 postgresql:pg_dump / pg_dump/002_pg_dump                                        ERROR            ...
[09:43:31.169] 225/311 postgresql:pgbench / pgbench/001_pgbench_with_server                            ERROR            ...
[09:43:31.169] 243/311 postgresql:subscription / subscription/002_types                                ERROR            ...
[09:43:31.169] 244/311 postgresql:subscription / subscription/003_constraints                          ERROR            ...
[09:43:31.169] 245/311 postgresql:subscription / subscription/001_rep_changes                          ERROR            ...
[09:43:31.169] 246/311 postgresql:subscription / subscription/004_sync                                 ERROR            ...
[09:43:31.169] 247/311 postgresql:subscription / subscription/006_rewrite                              ERROR            ...
[09:43:31.169] 249/311 postgresql:subscription / subscription/007_ddl                                  ERROR            ...
[09:43:31.169] 250/311 postgresql:subscription / subscription/008_diff_schema                          ERROR            ...
[09:43:31.169] 252/311 postgresql:subscription / subscription/011_generated                            ERROR            ...
[09:43:31.169] 253/311 postgresql:subscription / subscription/010_truncate                             ERROR            ...
[09:43:31.169] 254/311 postgresql:subscription / subscription/005_encoding                             ERROR            ...
[09:43:31.169] 255/311 postgresql:subscription / subscription/013_partition                            ERROR            ...
[09:43:31.169] 256/311 postgresql:subscription / subscription/015_stream                               ERROR            ...
[09:43:31.169] 257/311 postgresql:subscription / subscription/014_binary                               ERROR            ...
[09:43:31.169] 258/311 postgresql:subscription / subscription/017_stream_ddl                           ERROR            ...
[09:43:31.169] 259/311 postgresql:subscription / subscription/016_stream_subxact                       ERROR            ...
[09:43:31.169] 260/311 postgresql:subscription / subscription/018_stream_subxact_abort                 ERROR            ...
[09:43:31.169] 262/311 postgresql:subscription / subscription/012_collation                            ERROR            ...
[09:43:31.169] 263/311 postgresql:subscription / subscription/019_stream_subxact_ddl_abort             ERROR            ...
[09:43:31.169] 264/311 postgresql:subscription / subscription/020_messages                             ERROR            ...
[09:43:31.169] 265/311 postgresql:subscription / subscription/021_twophase                             ERROR            ...
[09:43:31.169] 266/311 postgresql:subscription / subscription/023_twophase_stream                      ERROR            ...
[09:43:31.169] 267/311 postgresql:subscription / subscription/024_add_drop_pub                         ERROR            ...
[09:43:31.169] 268/311 postgresql:subscription / subscription/026_stats                                ERROR            ...
[09:43:31.169] 269/311 postgresql:subscription / subscription/025_rep_changes_for_schema               ERROR            ...
[09:43:31.169] 270/311 postgresql:subscription / subscription/022_twophase_cascade                     ERROR            ...
[09:43:31.169] 271/311 postgresql:subscription / subscription/027_nosuperuser                          ERROR            ...
[09:43:31.169] 272/311 postgresql:subscription / subscription/030_origin                               ERROR            ...
[09:43:31.169] 273/311 postgresql:subscription / subscription/028_row_filter                           ERROR            ...
[09:43:31.169] 274/311 postgresql:subscription / subscription/033_run_as_table_owner                   ERROR            ...
[09:43:31.169] 275/311 postgresql:subscription / subscription/029_on_error                             ERROR            ...
[09:43:31.169] 276/311 postgresql:subscription / subscription/031_column_list                          ERROR            ...
[09:43:31.169] 277/311 postgresql:subscription / subscription/032_subscribe_use_index                  ERROR            ...
[09:43:31.169] 278/311 postgresql:subscription / subscription/100_bugs                                 ERROR            ...
[09:43:31.169]   7/311 postgresql:regress / regress/regress                                            ERROR           1...
Windows - Server 2019, VS 2019 - Meson & ninja
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 1320
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 5696
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 6388
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 6412
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 4780
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 6788
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 5876
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 6396
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 5436
core
000000bf`739fec80 00007ff7`aa46af9b     postgres!ExecInterpExpr(
000000bf`739fef40 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
000000bf`739fef70 00007ff7`aa478f86     postgres!ExecEvalExpr(
000000bf`739fefa0 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
000000bf`739feff0 00007ff7`aa4a254a     postgres!LookupTupleHashEntry(
000000bf`739ff040 00007ff7`aa4a2f8b     postgres!lookup_hash_entries(
000000bf`739ff0e0 00007ff7`aa4a5ee6     postgres!agg_fill_hash_table(
000000bf`739ff120 00007ff7`aa48ac2b     postgres!ExecAgg(
000000bf`739ff170 00007ff7`aa480a0c     postgres!ExecProcNodeFirst(
000000bf`739ff1a0 00007ff7`aa481b00     postgres!ExecProcNode(
core
000000bf`73dff988 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bf`73dff990 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000bf`73dffc80 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000bf`73dffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bf`749ffae8 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bf`749ffaf0 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000bf`749ffde0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000bf`749ffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bf`741ffa88 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
000000bf`741ffa90 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
000000bf`741ffb00 00007ffa`6a544cb0     postgres!pg_signal_thread(
000000bf`741ffc00 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000bf`741ffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bf`745ff8c8 00007ffa`68ded71e     ntdll!NtWaitForSingleObject+0x14
000000bf`745ff8d0 00007ff7`aa650dcc     KERNELBASE!WaitForSingleObjectEx+0x8e
000000bf`745ff970 00007ffa`6a544cb0     postgres!pg_timer_thread(
000000bf`745ff9b0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000bf`745ff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000065`15bff8f8 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000065`15bff900 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
00000065`15bffbf0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000065`15bffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000065`163ff5a8 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000065`163ff5b0 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
00000065`163ff8a0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000065`163ff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000065`157fecc0 00007ff7`aa993c18     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000065`157fed00 00007ff7`aa327185     postgres!ExceptionalCondition(
00000065`157fed40 00007ff7`aa317df7     postgres!index_drop(
00000065`157fee20 00007ff7`aa3178ed     postgres!doDeletion(
00000065`157fee70 00007ff7`aa31ada1     postgres!deleteOneObject(
00000065`157fefc0 00007ff7`aa315bec     postgres!deleteObjectsInList(
00000065`157ff020 00007ff7`aa6546d7     postgres!performDeletion(
00000065`157ff080 00007ff7`aa6528bc     postgres!do_autovacuum(void)+0x967 [c:\cirrus\src\backend\postmaster\autovacuum....
00000065`157ff400 00007ff7`aa65aed7     postgres!AutoVacWorkerMain(
00000065`157ff5b0 00007ff7`aa51a434     postgres!SubPostmasterMain(
core
00000065`15fff608 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
00000065`15fff610 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
00000065`15fff680 00007ffa`6a544cb0     postgres!pg_signal_thread(
00000065`15fff780 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000065`15fff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000067`9efff020 00007ff7`aa46af9b     postgres!ExecInterpExpr(
00000067`9efff2e0 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
00000067`9efff310 00007ff7`aa478f86     postgres!ExecEvalExpr(
00000067`9efff340 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
00000067`9efff390 00007ff7`aa4a254a     postgres!LookupTupleHashEntry(
00000067`9efff3e0 00007ff7`aa4a2f8b     postgres!lookup_hash_entries(
00000067`9efff480 00007ff7`aa4a5ee6     postgres!agg_fill_hash_table(
00000067`9efff4c0 00007ff7`aa48ac2b     postgres!ExecAgg(
00000067`9efff510 00007ff7`aa480a0c     postgres!ExecProcNodeFirst(
00000067`9efff540 00007ff7`aa481b00     postgres!ExecProcNode(
core
00000067`9f3ff528 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000067`9f3ff530 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
00000067`9f3ff820 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000067`9f3ff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000067`9f7ff688 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000067`9f7ff690 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
00000067`9f7ff980 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000067`9f7ff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000067`9ffff928 00007ffa`68ded71e     ntdll!NtWaitForSingleObject+0x14
00000067`9ffff930 00007ff7`aa650dcc     KERNELBASE!WaitForSingleObjectEx+0x8e
00000067`9ffff9d0 00007ffa`6a544cb0     postgres!pg_timer_thread(
00000067`9ffffa10 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000067`9ffffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000067`9fbffa48 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
00000067`9fbffa50 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
00000067`9fbffac0 00007ffa`6a544cb0     postgres!pg_signal_thread(
00000067`9fbffbc0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000067`9fbffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000095`acbff7b8 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
00000095`acbff7c0 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
00000095`acbff830 00007ffa`6a544cb0     postgres!pg_signal_thread(
00000095`acbff930 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000095`acbff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000095`ac7ff9a8 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000095`ac7ff9b0 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
00000095`ac7ffca0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000095`ac7ffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000095`ac3ff958 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000095`ac3ff960 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
00000095`ac3ffc50 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000095`ac3ffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000095`abffefb0 00007ff7`aa993c18     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000095`abffeff0 00007ff7`aa327185     postgres!ExceptionalCondition(
00000095`abfff030 00007ff7`aa317df7     postgres!index_drop(
00000095`abfff110 00007ff7`aa3178ed     postgres!doDeletion(
00000095`abfff160 00007ff7`aa31ada1     postgres!deleteOneObject(
00000095`abfff2b0 00007ff7`aa315bec     postgres!deleteObjectsInList(
00000095`abfff310 00007ff7`aa6546d7     postgres!performDeletion(
00000095`abfff370 00007ff7`aa6528bc     postgres!do_autovacuum(void)+0x967 [c:\cirrus\src\backend\postmaster\autovacuum....
00000095`abfff6f0 00007ff7`aa65aed7     postgres!AutoVacWorkerMain(
00000095`abfff8a0 00007ff7`aa51a434     postgres!SubPostmasterMain(
core
000000c3`033ff758 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c3`033ff760 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000c3`033ffa50 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000c3`033ffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c3`037ffa88 00007ffa`68ded71e     ntdll!NtWaitForSingleObject+0x14
000000c3`037ffa90 00007ff7`aa650dcc     KERNELBASE!WaitForSingleObjectEx+0x8e
000000c3`037ffb30 00007ffa`6a544cb0     postgres!pg_timer_thread(
000000c3`037ffb70 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000c3`037ffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c3`02fff7a8 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
000000c3`02fff7b0 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
000000c3`02fff820 00007ffa`6a544cb0     postgres!pg_signal_thread(
000000c3`02fff920 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000c3`02fff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c3`02bff478 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c3`02bff480 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000c3`02bff770 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000c3`02bff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c3`027feab0 00007ff7`aa46af9b     postgres!ExecInterpExpr(
000000c3`027fed70 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
000000c3`027feda0 00007ff7`aa478f86     postgres!ExecEvalExpr(
000000c3`027fedd0 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
000000c3`027fee20 00007ff7`aa4a254a     postgres!LookupTupleHashEntry(
000000c3`027fee70 00007ff7`aa4a2f8b     postgres!lookup_hash_entries(
000000c3`027fef10 00007ff7`aa4a5ee6     postgres!agg_fill_hash_table(
000000c3`027fef50 00007ff7`aa48ac2b     postgres!ExecAgg(
000000c3`027fefa0 00007ff7`aa480a0c     postgres!ExecProcNodeFirst(
000000c3`027fefd0 00007ff7`aa481b00     postgres!ExecProcNode(
core
000000cf`b65ffa58 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cf`b65ffa60 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000cf`b65ffd50 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`b65ffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`b5dff080 00007ff7`aa46af9b     postgres!ExecInterpExpr(
000000cf`b5dff340 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
000000cf`b5dff370 00007ff7`aa478f86     postgres!ExecEvalExpr(
000000cf`b5dff3a0 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
000000cf`b5dff3f0 00007ff7`aa4a254a     postgres!LookupTupleHashEntry(
000000cf`b5dff440 00007ff7`aa4a2f8b     postgres!lookup_hash_entries(
000000cf`b5dff4e0 00007ff7`aa4a5ee6     postgres!agg_fill_hash_table(
000000cf`b5dff520 00007ff7`aa48ac2b     postgres!ExecAgg(
000000cf`b5dff570 00007ff7`aa480a0c     postgres!ExecProcNodeFirst(
000000cf`b5dff5a0 00007ff7`aa481b00     postgres!ExecProcNode(
core
000000cf`b61ff638 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cf`b61ff640 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000cf`b61ff930 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`b61ff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`b69ffca8 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
000000cf`b69ffcb0 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
000000cf`b69ffd20 00007ffa`6a544cb0     postgres!pg_signal_thread(
000000cf`b69ffe20 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`b69ffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`b6dff868 00007ffa`68ded71e     ntdll!NtWaitForSingleObject+0x14
000000cf`b6dff870 00007ff7`aa650dcc     KERNELBASE!WaitForSingleObjectEx+0x8e
000000cf`b6dff910 00007ffa`6a544cb0     postgres!pg_timer_thread(
000000cf`b6dff950 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`b6dff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e6`8ddfdc60 00007ff7`aa46af9b     postgres!ExecInterpExpr(
000000e6`8ddfdf20 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
000000e6`8ddfdf50 00007ff7`aa478f86     postgres!ExecEvalExpr(
000000e6`8ddfdf80 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
000000e6`8ddfdfd0 00007ff7`aa4a254a     postgres!LookupTupleHashEntry(
000000e6`8ddfe020 00007ff7`aa4a2f8b     postgres!lookup_hash_entries(
000000e6`8ddfe0c0 00007ff7`aa4a5ee6     postgres!agg_fill_hash_table(
000000e6`8ddfe100 00007ff7`aa48ac2b     postgres!ExecAgg(
000000e6`8ddfe150 00007ff7`aa480a0c     postgres!ExecProcNodeFirst(
000000e6`8ddfe180 00007ff7`aa481b00     postgres!ExecProcNode(
core
000000e6`8e9ff978 00007ffa`68ded71e     ntdll!NtWaitForSingleObject+0x14
000000e6`8e9ff980 00007ff7`aa650dcc     KERNELBASE!WaitForSingleObjectEx+0x8e
000000e6`8e9ffa20 00007ffa`6a544cb0     postgres!pg_timer_thread(
000000e6`8e9ffa60 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000e6`8e9ffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e6`8edff798 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e6`8edff7a0 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000e6`8edffa90 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000e6`8edffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e6`8e1ffb88 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e6`8e1ffb90 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000e6`8e1ffe80 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000e6`8e1ffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e6`8e5ffd58 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
000000e6`8e5ffd60 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
000000e6`8e5ffdd0 00007ffa`6a544cb0     postgres!pg_signal_thread(
000000e6`8e5ffed0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000e6`8e5fff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000db`7b1fea00 00007ff7`aa46af9b     postgres!ExecInterpExpr(
000000db`7b1fecc0 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
000000db`7b1fecf0 00007ff7`aa478f86     postgres!ExecEvalExpr(
000000db`7b1fed20 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
000000db`7b1fed70 00007ff7`aa4a254a     postgres!LookupTupleHashEntry(
000000db`7b1fedc0 00007ff7`aa4a2f8b     postgres!lookup_hash_entries(
000000db`7b1fee60 00007ff7`aa4a5ee6     postgres!agg_fill_hash_table(
000000db`7b1feea0 00007ff7`aa48ac2b     postgres!ExecAgg(
000000db`7b1feef0 00007ff7`aa4db11c     postgres!ExecProcNodeFirst(
000000db`7b1fef20 00007ff7`aa4db9f1     postgres!ExecProcNode(
core
000000db`7bdffc58 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
000000db`7bdffc60 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
000000db`7bdffcd0 00007ffa`6a544cb0     postgres!pg_signal_thread(
000000db`7bdffdd0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000db`7bdffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000db`7c1ffc18 00007ffa`68ded71e     ntdll!NtWaitForSingleObject+0x14
000000db`7c1ffc20 00007ff7`aa650dcc     KERNELBASE!WaitForSingleObjectEx+0x8e
000000db`7c1ffcc0 00007ffa`6a544cb0     postgres!pg_timer_thread(
000000db`7c1ffd00 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000db`7c1ffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000db`7b9ff6e8 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000db`7b9ff6f0 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000db`7b9ff9e0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000db`7b9ffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000db`7b5ff8f8 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000db`7b5ff900 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000db`7b5ffbf0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000db`7b5ffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`533ff7d8 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cf`533ff7e0 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000cf`533ffad0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`533ffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`53fff6b8 00007ffa`68ded71e     ntdll!NtWaitForSingleObject+0x14
000000cf`53fff6c0 00007ff7`aa650dcc     KERNELBASE!WaitForSingleObjectEx+0x8e
000000cf`53fff760 00007ffa`6a544cb0     postgres!pg_timer_thread(
000000cf`53fff7a0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`53fff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`53bffd38 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
000000cf`53bffd40 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
000000cf`53bffdb0 00007ffa`6a544cb0     postgres!pg_signal_thread(
000000cf`53bffeb0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`53bffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`537ffc38 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cf`537ffc40 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000cf`537fff30 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`537fff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`52ffea10 00007ff7`aa46af9b     postgres!ExecInterpExpr(
000000cf`52ffecd0 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
000000cf`52ffed00 00007ff7`aa478f86     postgres!ExecEvalExpr(
000000cf`52ffed30 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
000000cf`52ffed80 00007ff7`aa4a254a     postgres!LookupTupleHashEntry(
000000cf`52ffedd0 00007ff7`aa4a2f8b     postgres!lookup_hash_entries(
000000cf`52ffee70 00007ff7`aa4a5ee6     postgres!agg_fill_hash_table(
000000cf`52ffeeb0 00007ff7`aa48ac2b     postgres!ExecAgg(
000000cf`52ffef00 00007ff7`aa480a0c     postgres!ExecProcNodeFirst(
000000cf`52ffef30 00007ff7`aa481b00     postgres!ExecProcNode(
core
00000037`f2dff5d8 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
00000037`f2dff5e0 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
00000037`f2dff650 00007ffa`6a544cb0     postgres!pg_signal_thread(
00000037`f2dff750 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000037`f2dff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000037`f31ffad8 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000037`f31ffae0 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
00000037`f31ffdd0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000037`f31ffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000037`f35ffe28 00007ffa`68ded71e     ntdll!NtWaitForSingleObject+0x14
00000037`f35ffe30 00007ff7`aa650dcc     KERNELBASE!WaitForSingleObjectEx+0x8e
00000037`f35ffed0 00007ffa`6a544cb0     postgres!pg_timer_thread(
00000037`f35fff10 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000037`f35fff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000037`f29ff6d8 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000037`f29ff6e0 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
00000037`f29ff9d0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000037`f29ffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000037`f25feac0 00007ff7`aa46af9b     postgres!ExecInterpExpr(
00000037`f25fed80 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
00000037`f25fedb0 00007ff7`aa478f86     postgres!ExecEvalExpr(
00000037`f25fede0 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
00000037`f25fee30 00007ff7`aa4a254a     postgres!LookupTupleHashEntry(
00000037`f25fee80 00007ff7`aa4a2f8b     postgres!lookup_hash_entries(
00000037`f25fef20 00007ff7`aa4a5ee6     postgres!agg_fill_hash_table(
00000037`f25fef60 00007ff7`aa48ac2b     postgres!ExecAgg(
00000037`f25fefb0 00007ff7`aa4d62dc     postgres!ExecProcNodeFirst(
00000037`f25fefe0 00007ff7`aa4d6897     postgres!ExecProcNode(
core
000000ea`439feee0 00007ff7`aa993c18     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ea`439fef20 00007ff7`aa327185     postgres!ExceptionalCondition(
000000ea`439fef60 00007ff7`aa317df7     postgres!index_drop(
000000ea`439ff040 00007ff7`aa3178ed     postgres!doDeletion(
000000ea`439ff090 00007ff7`aa31ada1     postgres!deleteOneObject(
000000ea`439ff1e0 00007ff7`aa315bec     postgres!deleteObjectsInList(
000000ea`439ff240 00007ff7`aa6546d7     postgres!performDeletion(
000000ea`439ff2a0 00007ff7`aa6528bc     postgres!do_autovacuum(void)+0x967 [c:\cirrus\src\backend\postmaster\autovacuum....
000000ea`439ff620 00007ff7`aa65aed7     postgres!AutoVacWorkerMain(
000000ea`439ff7d0 00007ff7`aa51a434     postgres!SubPostmasterMain(
core
000000ea`441ff908 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
000000ea`441ff910 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
000000ea`441ff980 00007ffa`6a544cb0     postgres!pg_signal_thread(
000000ea`441ffa80 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000ea`441ffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ea`43dff878 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ea`43dff880 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000ea`43dffb70 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000ea`43dffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ea`445ff478 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ea`445ff480 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000ea`445ff770 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000ea`445ff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000057`d55ffc88 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
00000057`d55ffc90 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
00000057`d55ffd00 00007ffa`6a544cb0     postgres!pg_signal_thread(
00000057`d55ffe00 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000057`d55ffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000057`d49fec50 00007ff7`aa46af9b     postgres!ExecInterpExpr(
00000057`d49fef10 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
00000057`d49fef40 00007ff7`aa478f86     postgres!ExecEvalExpr(
00000057`d49fef70 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
00000057`d49fefc0 00007ff7`aa4a254a     postgres!LookupTupleHashEntry(
00000057`d49ff010 00007ff7`aa4a2f8b     postgres!lookup_hash_entries(
00000057`d49ff0b0 00007ff7`aa4a5ee6     postgres!agg_fill_hash_table(
00000057`d49ff0f0 00007ff7`aa48ac2b     postgres!ExecAgg(
00000057`d49ff140 00007ff7`aa480a0c     postgres!ExecProcNodeFirst(
00000057`d49ff170 00007ff7`aa481b00     postgres!ExecProcNode(
core
00000057`d51ff598 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000057`d51ff5a0 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
00000057`d51ff890 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000057`d51ff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000057`d4dff888 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000057`d4dff890 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
00000057`d4dffb80 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000057`d4dffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000057`d59ff928 00007ffa`68ded71e     ntdll!NtWaitForSingleObject+0x14
00000057`d59ff930 00007ff7`aa650dcc     KERNELBASE!WaitForSingleObjectEx+0x8e
00000057`d59ff9d0 00007ffa`6a544cb0     postgres!pg_timer_thread(
00000057`d59ffa10 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000057`d59ffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a9`c5dfeb70 00007ff7`aa46af9b     postgres!ExecInterpExpr(
000000a9`c5dfee30 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
000000a9`c5dfee60 00007ff7`aa478f86     postgres!ExecEvalExpr(
000000a9`c5dfee90 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
000000a9`c5dfeee0 00007ff7`aa4a254a     postgres!LookupTupleHashEntry(
000000a9`c5dfef30 00007ff7`aa4a2f8b     postgres!lookup_hash_entries(
000000a9`c5dfefd0 00007ff7`aa4a5ee6     postgres!agg_fill_hash_table(
000000a9`c5dff010 00007ff7`aa48ac2b     postgres!ExecAgg(
000000a9`c5dff060 00007ff7`aa4db11c     postgres!ExecProcNodeFirst(
000000a9`c5dff090 00007ff7`aa4db9f1     postgres!ExecProcNode(
core
000000a9`c6dff808 00007ffa`68ded71e     ntdll!NtWaitForSingleObject+0x14
000000a9`c6dff810 00007ff7`aa650dcc     KERNELBASE!WaitForSingleObjectEx+0x8e
000000a9`c6dff8b0 00007ffa`6a544cb0     postgres!pg_timer_thread(
000000a9`c6dff8f0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000a9`c6dff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a9`c69ff9b8 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
000000a9`c69ff9c0 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
000000a9`c69ffa30 00007ffa`6a544cb0     postgres!pg_signal_thread(
000000a9`c69ffb30 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000a9`c69ffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a9`c61ffa78 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a9`c61ffa80 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000a9`c61ffd70 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000a9`c61ffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a9`c65ff468 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a9`c65ff470 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000a9`c65ff760 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000a9`c65ff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ec`4a5ff838 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
000000ec`4a5ff840 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
000000ec`4a5ff8b0 00007ffa`6a544cb0     postgres!pg_signal_thread(
000000ec`4a5ff9b0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000ec`4a5ff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ec`4a1ff638 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ec`4a1ff640 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000ec`4a1ff930 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000ec`4a1ff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ec`49dff5c8 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ec`49dff5d0 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000ec`49dff8c0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000ec`49dff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ec`499febe0 00007ff7`aa46af9b     postgres!ExecInterpExpr(
000000ec`499feea0 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
000000ec`499feed0 00007ff7`aa478f86     postgres!ExecEvalExpr(
000000ec`499fef00 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
000000ec`499fef50 00007ff7`aa4a254a     postgres!LookupTupleHashEntry(
000000ec`499fefa0 00007ff7`aa4a2f8b     postgres!lookup_hash_entries(
000000ec`499ff040 00007ff7`aa4a5ee6     postgres!agg_fill_hash_table(
000000ec`499ff080 00007ff7`aa48ac2b     postgres!ExecAgg(
000000ec`499ff0d0 00007ff7`aa480a0c     postgres!ExecProcNodeFirst(
000000ec`499ff100 00007ff7`aa481b00     postgres!ExecProcNode(
core
000000ec`4a9ffb68 00007ffa`68ded71e     ntdll!NtWaitForSingleObject+0x14
000000ec`4a9ffb70 00007ff7`aa650dcc     KERNELBASE!WaitForSingleObjectEx+0x8e
000000ec`4a9ffc10 00007ffa`6a544cb0     postgres!pg_timer_thread(
000000ec`4a9ffc50 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000ec`4a9ffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002a`32dfedd0 00007ff7`aa46af9b     postgres!ExecInterpExpr(
0000002a`32dff090 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
0000002a`32dff0c0 00007ff7`aa478f86     postgres!ExecEvalExpr(
0000002a`32dff0f0 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
0000002a`32dff140 00007ff7`aa4a254a     postgres!LookupTupleHashEntry(
0000002a`32dff190 00007ff7`aa4a2f8b     postgres!lookup_hash_entries(
0000002a`32dff230 00007ff7`aa4a5ee6     postgres!agg_fill_hash_table(
0000002a`32dff270 00007ff7`aa48ac2b     postgres!ExecAgg(
0000002a`32dff2c0 00007ff7`aa480a0c     postgres!ExecProcNodeFirst(
0000002a`32dff2f0 00007ff7`aa481b00     postgres!ExecProcNode(
core
0000002a`339ffbc8 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
0000002a`339ffbd0 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
0000002a`339ffc40 00007ffa`6a544cb0     postgres!pg_signal_thread(
0000002a`339ffd40 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
0000002a`339ffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002a`331ff778 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002a`331ff780 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
0000002a`331ffa70 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
0000002a`331ffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002a`335ff688 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002a`335ff690 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
0000002a`335ff980 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
0000002a`335ff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002a`33dff808 00007ffa`68ded71e     ntdll!NtWaitForSingleObject+0x14
0000002a`33dff810 00007ff7`aa650dcc     KERNELBASE!WaitForSingleObjectEx+0x8e
0000002a`33dff8b0 00007ffa`6a544cb0     postgres!pg_timer_thread(
0000002a`33dff8f0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
0000002a`33dff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000098`dfdffd98 00007ffa`68ded71e     ntdll!NtWaitForSingleObject+0x14
00000098`dfdffda0 00007ff7`aa650dcc     KERNELBASE!WaitForSingleObjectEx+0x8e
00000098`dfdffe40 00007ffa`6a544cb0     postgres!pg_timer_thread(
00000098`dfdffe80 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000098`dfdffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000098`dedfea80 00007ff7`aa46af9b     postgres!ExecInterpExpr(
00000098`dedfed40 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
00000098`dedfed70 00007ff7`aa478f86     postgres!ExecEvalExpr(
00000098`dedfeda0 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
00000098`dedfedf0 00007ff7`aa4a254a     postgres!LookupTupleHashEntry(
00000098`dedfee40 00007ff7`aa4a2f8b     postgres!lookup_hash_entries(
00000098`dedfeee0 00007ff7`aa4a5ee6     postgres!agg_fill_hash_table(
00000098`dedfef20 00007ff7`aa48ac2b     postgres!ExecAgg(
00000098`dedfef70 00007ff7`aa480a0c     postgres!ExecProcNodeFirst(
00000098`dedfefa0 00007ff7`aa481b00     postgres!ExecProcNode(
core
00000098`df1ff478 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000098`df1ff480 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
00000098`df1ff770 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000098`df1ff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000098`df5ff8c8 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
00000098`df5ff8d0 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
00000098`df5ff940 00007ffa`6a544cb0     postgres!pg_signal_thread(
00000098`df5ffa40 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000098`df5ffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000098`df9ff928 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000098`df9ff930 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
00000098`df9ffc20 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000098`df9ffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000082`7c1ff928 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000082`7c1ff930 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
00000082`7c1ffc20 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000082`7c1ffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000082`7cdff948 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000082`7cdff950 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
00000082`7cdffc40 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000082`7cdffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000082`7c9ffcb8 00007ffa`68ded71e     ntdll!NtWaitForSingleObject+0x14
00000082`7c9ffcc0 00007ff7`aa650dcc     KERNELBASE!WaitForSingleObjectEx+0x8e
00000082`7c9ffd60 00007ffa`6a544cb0     postgres!pg_timer_thread(
00000082`7c9ffda0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000082`7c9ffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000082`7c5ff908 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
00000082`7c5ff910 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
00000082`7c5ff980 00007ffa`6a544cb0     postgres!pg_signal_thread(
00000082`7c5ffa80 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000082`7c5ffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000082`7bdfee40 00007ff7`aa46af9b     postgres!ExecInterpExpr(
00000082`7bdff100 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
00000082`7bdff130 00007ff7`aa478f86     postgres!ExecEvalExpr(
00000082`7bdff160 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
00000082`7bdff1b0 00007ff7`aa4a254a     postgres!LookupTupleHashEntry(
00000082`7bdff200 00007ff7`aa4a2f8b     postgres!lookup_hash_entries(
00000082`7bdff2a0 00007ff7`aa4a5ee6     postgres!agg_fill_hash_table(
00000082`7bdff2e0 00007ff7`aa48ac2b     postgres!ExecAgg(
00000082`7bdff330 00007ff7`aa4db11c     postgres!ExecProcNodeFirst(
00000082`7bdff360 00007ff7`aa4db9f1     postgres!ExecProcNode(
core
000000c1`19fff010 00007ff7`aa46af9b     postgres!ExecInterpExpr(
000000c1`19fff2d0 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
000000c1`19fff300 00007ff7`aa478f86     postgres!ExecEvalExpr(
000000c1`19fff330 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
000000c1`19fff380 00007ff7`aa4a254a     postgres!LookupTupleHashEntry(
000000c1`19fff3d0 00007ff7`aa4a2f8b     postgres!lookup_hash_entries(
000000c1`19fff470 00007ff7`aa4a5ee6     postgres!agg_fill_hash_table(
000000c1`19fff4b0 00007ff7`aa48ac2b     postgres!ExecAgg(
000000c1`19fff500 00007ff7`aa480a0c     postgres!ExecProcNodeFirst(
000000c1`19fff530 00007ff7`aa481b00     postgres!ExecProcNode(
core
000000c1`1a7ff488 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c1`1a7ff490 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000c1`1a7ff780 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000c1`1a7ff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c1`1afffa58 00007ffa`68ded71e     ntdll!NtWaitForSingleObject+0x14
000000c1`1afffa60 00007ff7`aa650dcc     KERNELBASE!WaitForSingleObjectEx+0x8e
000000c1`1afffb00 00007ffa`6a544cb0     postgres!pg_timer_thread(
000000c1`1afffb40 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000c1`1afffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c1`1abff958 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
000000c1`1abff960 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
000000c1`1abff9d0 00007ffa`6a544cb0     postgres!pg_signal_thread(
000000c1`1abffad0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000c1`1abffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c1`1a3ff948 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c1`1a3ff950 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000c1`1a3ffc40 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000c1`1a3ffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000035`30dff8e8 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000035`30dff8f0 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
00000035`30dffbe0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000035`30dffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000035`309fefb0 00007ff7`aa46af9b     postgres!ExecInterpExpr(
00000035`309ff270 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
00000035`309ff2a0 00007ff7`aa478f86     postgres!ExecEvalExpr(
00000035`309ff2d0 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
00000035`309ff320 00007ff7`aa4a254a     postgres!LookupTupleHashEntry(
00000035`309ff370 00007ff7`aa4a2f8b     postgres!lookup_hash_entries(
00000035`309ff410 00007ff7`aa4a5ee6     postgres!agg_fill_hash_table(
00000035`309ff450 00007ff7`aa48ac2b     postgres!ExecAgg(
00000035`309ff4a0 00007ff7`aa480a0c     postgres!ExecProcNodeFirst(
00000035`309ff4d0 00007ff7`aa481b00     postgres!ExecProcNode(
core
00000035`311ff798 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
00000035`311ff7a0 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
00000035`311ff810 00007ffa`6a544cb0     postgres!pg_signal_thread(
00000035`311ff910 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000035`311ff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000035`315ff5f8 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000035`315ff600 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
00000035`315ff8f0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000035`315ff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001a`88dff808 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001a`88dff810 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
0000001a`88dffb00 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
0000001a`88dffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001a`891ff5f8 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001a`891ff600 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
0000001a`891ff8f0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
0000001a`891ff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001a`895ff4d8 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001a`895ff4e0 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
0000001a`895ff7d0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
0000001a`895ff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001a`89dff858 00007ffa`68ded71e     ntdll!NtWaitForSingleObject+0x14
0000001a`89dff860 00007ff7`aa650dcc     KERNELBASE!WaitForSingleObjectEx+0x8e
0000001a`89dff900 00007ffa`6a544cb0     postgres!pg_timer_thread(
0000001a`89dff940 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
0000001a`89dff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001a`899ff8f8 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
0000001a`899ff900 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
0000001a`899ff970 00007ffa`6a544cb0     postgres!pg_signal_thread(
0000001a`899ffa70 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
0000001a`899ffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001a`889fee30 00007ff7`aa46af9b     postgres!ExecInterpExpr(
0000001a`889ff0f0 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
0000001a`889ff120 00007ff7`aa478f86     postgres!ExecEvalExpr(
0000001a`889ff150 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
0000001a`889ff1a0 00007ff7`aa4a254a     postgres!LookupTupleHashEntry(
0000001a`889ff1f0 00007ff7`aa4a2f8b     postgres!lookup_hash_entries(
0000001a`889ff290 00007ff7`aa4a5ee6     postgres!agg_fill_hash_table(
0000001a`889ff2d0 00007ff7`aa48ac2b     postgres!ExecAgg(
0000001a`889ff320 00007ff7`aa4db11c     postgres!ExecProcNodeFirst(
0000001a`889ff350 00007ff7`aa4db9f1     postgres!ExecProcNode(
core
0000007c`c71ffcb8 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
0000007c`c71ffcc0 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
0000007c`c71ffd30 00007ffa`6a544cb0     postgres!pg_signal_thread(
0000007c`c71ffe30 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
0000007c`c71ffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007c`c75ffac8 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007c`c75ffad0 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
0000007c`c75ffdc0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
0000007c`c75ffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007c`c79ff7d8 00007ffa`68ded71e     ntdll!NtWaitForSingleObject+0x14
0000007c`c79ff7e0 00007ff7`aa650dcc     KERNELBASE!WaitForSingleObjectEx+0x8e
0000007c`c79ff880 00007ffa`6a544cb0     postgres!pg_timer_thread(
0000007c`c79ff8c0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
0000007c`c79ff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007c`c69ff160 00007ff7`aa46af9b     postgres!ExecInterpExpr(
0000007c`c69ff420 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
0000007c`c69ff450 00007ff7`aa478f86     postgres!ExecEvalExpr(
0000007c`c69ff480 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
0000007c`c69ff4d0 00007ff7`aa4a254a     postgres!LookupTupleHashEntry(
0000007c`c69ff520 00007ff7`aa4a2f8b     postgres!lookup_hash_entries(
0000007c`c69ff5c0 00007ff7`aa4a5ee6     postgres!agg_fill_hash_table(
0000007c`c69ff600 00007ff7`aa48ac2b     postgres!ExecAgg(
0000007c`c69ff650 00007ff7`aa480a0c     postgres!ExecProcNodeFirst(
0000007c`c69ff680 00007ff7`aa481b00     postgres!ExecProcNode(
core
0000007c`c6dff938 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007c`c6dff940 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
0000007c`c6dffc30 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
0000007c`c6dffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f7`aa1ffab8 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f7`aa1ffac0 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000f7`aa1ffdb0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000f7`aa1ffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f7`a9dffcc8 00007ffa`68ded71e     ntdll!NtWaitForSingleObject+0x14
000000f7`a9dffcd0 00007ff7`aa650dcc     KERNELBASE!WaitForSingleObjectEx+0x8e
000000f7`a9dffd70 00007ffa`6a544cb0     postgres!pg_timer_thread(
000000f7`a9dffdb0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000f7`a9dffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f7`a95ff7d8 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f7`a95ff7e0 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000f7`a95ffad0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000f7`a95ffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f7`a99ffa28 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
000000f7`a99ffa30 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
000000f7`a99ffaa0 00007ffa`6a544cb0     postgres!pg_signal_thread(
000000f7`a99ffba0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000f7`a99ffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f7`a91fea70 00007ff7`aa46af9b     postgres!ExecInterpExpr(
000000f7`a91fed30 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
000000f7`a91fed60 00007ff7`aa478f86     postgres!ExecEvalExpr(
000000f7`a91fed90 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
000000f7`a91fede0 00007ff7`aa4a254a     postgres!LookupTupleHashEntry(
000000f7`a91fee30 00007ff7`aa4a2f8b     postgres!lookup_hash_entries(
000000f7`a91feed0 00007ff7`aa4a5ee6     postgres!agg_fill_hash_table(
000000f7`a91fef10 00007ff7`aa48ac2b     postgres!ExecAgg(
000000f7`a91fef60 00007ff7`aa4db11c     postgres!ExecProcNodeFirst(
000000f7`a91fef90 00007ff7`aa4db9f1     postgres!ExecProcNode(
core
000000b2`093ff918 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b2`093ff920 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000b2`093ffc10 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000b2`093ffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b2`09fff9f8 00007ffa`68ded71e     ntdll!NtWaitForSingleObject+0x14
000000b2`09fffa00 00007ff7`aa650dcc     KERNELBASE!WaitForSingleObjectEx+0x8e
000000b2`09fffaa0 00007ffa`6a544cb0     postgres!pg_timer_thread(
000000b2`09fffae0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000b2`09fffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b2`08ffefb0 00007ff7`aa46af9b     postgres!ExecInterpExpr(
000000b2`08fff270 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
000000b2`08fff2a0 00007ff7`aa478f86     postgres!ExecEvalExpr(
000000b2`08fff2d0 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
000000b2`08fff320 00007ff7`aa4a254a     postgres!LookupTupleHashEntry(
000000b2`08fff370 00007ff7`aa4a2f8b     postgres!lookup_hash_entries(
000000b2`08fff410 00007ff7`aa4a5ee6     postgres!agg_fill_hash_table(
000000b2`08fff450 00007ff7`aa48ac2b     postgres!ExecAgg(
000000b2`08fff4a0 00007ff7`aa480a0c     postgres!ExecProcNodeFirst(
000000b2`08fff4d0 00007ff7`aa481b00     postgres!ExecProcNode(
core
000000b2`097ffac8 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b2`097ffad0 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000b2`097ffdc0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000b2`097ffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b2`09bff828 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
000000b2`09bff830 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
000000b2`09bff8a0 00007ffa`6a544cb0     postgres!pg_signal_thread(
000000b2`09bff9a0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000b2`09bff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ca`c01ff000 00007ff7`aa46af9b     postgres!ExecInterpExpr(
000000ca`c01ff2c0 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
000000ca`c01ff2f0 00007ff7`aa478f86     postgres!ExecEvalExpr(
000000ca`c01ff320 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
000000ca`c01ff370 00007ff7`aa4a254a     postgres!LookupTupleHashEntry(
000000ca`c01ff3c0 00007ff7`aa4a2f8b     postgres!lookup_hash_entries(
000000ca`c01ff460 00007ff7`aa4a5ee6     postgres!agg_fill_hash_table(
000000ca`c01ff4a0 00007ff7`aa48ac2b     postgres!ExecAgg(
000000ca`c01ff4f0 00007ff7`aa480a0c     postgres!ExecProcNodeFirst(
000000ca`c01ff520 00007ff7`aa481b00     postgres!ExecProcNode(
core
000000ca`c09ff448 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ca`c09ff450 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000ca`c09ff740 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000ca`c09ff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ca`c11ff7b8 00007ffa`68ded71e     ntdll!NtWaitForSingleObject+0x14
000000ca`c11ff7c0 00007ff7`aa650dcc     KERNELBASE!WaitForSingleObjectEx+0x8e
000000ca`c11ff860 00007ffa`6a544cb0     postgres!pg_timer_thread(
000000ca`c11ff8a0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000ca`c11ff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ca`c0dff718 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
000000ca`c0dff720 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
000000ca`c0dff790 00007ffa`6a544cb0     postgres!pg_signal_thread(
000000ca`c0dff890 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000ca`c0dff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ca`c05ff708 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ca`c05ff710 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000ca`c05ffa00 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000ca`c05ffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000095`cbfff778 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000095`cbfff780 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
00000095`cbfffa70 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000095`cbfffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000095`ccbff8a8 00007ffa`68ded71e     ntdll!NtWaitForSingleObject+0x14
00000095`ccbff8b0 00007ff7`aa650dcc     KERNELBASE!WaitForSingleObjectEx+0x8e
00000095`ccbff950 00007ffa`6a544cb0     postgres!pg_timer_thread(
00000095`ccbff990 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000095`ccbff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000095`cc7ff688 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
00000095`cc7ff690 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
00000095`cc7ff700 00007ffa`6a544cb0     postgres!pg_signal_thread(
00000095`cc7ff800 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000095`cc7ff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000095`cc3ff828 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000095`cc3ff830 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
00000095`cc3ffb20 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000095`cc3ffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000095`cbbfeb40 00007ff7`aa46af9b     postgres!ExecInterpExpr(
00000095`cbbfee00 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
00000095`cbbfee30 00007ff7`aa478f86     postgres!ExecEvalExpr(
00000095`cbbfee60 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
00000095`cbbfeeb0 00007ff7`aa4a254a     postgres!LookupTupleHashEntry(
00000095`cbbfef00 00007ff7`aa4a2f8b     postgres!lookup_hash_entries(
00000095`cbbfefa0 00007ff7`aa4a5ee6     postgres!agg_fill_hash_table(
00000095`cbbfefe0 00007ff7`aa48ac2b     postgres!ExecAgg(
00000095`cbbff030 00007ff7`aa4db11c     postgres!ExecProcNodeFirst(
00000095`cbbff060 00007ff7`aa4db9f1     postgres!ExecProcNode(
core
00000077`369ff4a8 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000077`369ff4b0 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
00000077`369ff7a0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000077`369ff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000077`365fe850 00007ff7`aa46af9b     postgres!ExecInterpExpr(
00000077`365feb10 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
00000077`365feb40 00007ff7`aa478f86     postgres!ExecEvalExpr(
00000077`365feb70 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
00000077`365febc0 00007ff7`aa4a254a     postgres!LookupTupleHashEntry(
00000077`365fec10 00007ff7`aa4a2f8b     postgres!lookup_hash_entries(
00000077`365fecb0 00007ff7`aa4a5ee6     postgres!agg_fill_hash_table(
00000077`365fecf0 00007ff7`aa48ac2b     postgres!ExecAgg(
00000077`365fed40 00007ff7`aa4adf3c     postgres!ExecProcNodeFirst(
00000077`365fed70 00007ff7`aa4ae7d9     postgres!ExecProcNode(
core
00000077`371ff7e8 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
00000077`371ff7f0 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
00000077`371ff860 00007ffa`6a544cb0     postgres!pg_signal_thread(
00000077`371ff960 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000077`371ff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000077`36dffba8 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000077`36dffbb0 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
00000077`36dffea0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000077`36dffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000077`375ff718 00007ffa`68ded71e     ntdll!NtWaitForSingleObject+0x14
00000077`375ff720 00007ff7`aa650dcc     KERNELBASE!WaitForSingleObjectEx+0x8e
00000077`375ff7c0 00007ffa`6a544cb0     postgres!pg_timer_thread(
00000077`375ff800 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000077`375ff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000011`e43ff748 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
00000011`e43ff750 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
00000011`e43ff7c0 00007ffa`6a544cb0     postgres!pg_signal_thread(
00000011`e43ff8c0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000011`e43ff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000011`e47ff888 00007ffa`68ded71e     ntdll!NtWaitForSingleObject+0x14
00000011`e47ff890 00007ff7`aa650dcc     KERNELBASE!WaitForSingleObjectEx+0x8e
00000011`e47ff930 00007ffa`6a544cb0     postgres!pg_timer_thread(
00000011`e47ff970 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000011`e47ff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000011`e37feed0 00007ff7`aa46af9b     postgres!ExecInterpExpr(
00000011`e37ff190 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
00000011`e37ff1c0 00007ff7`aa478f86     postgres!ExecEvalExpr(
00000011`e37ff1f0 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
00000011`e37ff240 00007ff7`aa4a254a     postgres!LookupTupleHashEntry(
00000011`e37ff290 00007ff7`aa4a2f8b     postgres!lookup_hash_entries(
00000011`e37ff330 00007ff7`aa4a5ee6     postgres!agg_fill_hash_table(
00000011`e37ff370 00007ff7`aa48ac2b     postgres!ExecAgg(
00000011`e37ff3c0 00007ff7`aa480a0c     postgres!ExecProcNodeFirst(
00000011`e37ff3f0 00007ff7`aa481b00     postgres!ExecProcNode(
core
00000011`e3bffbd8 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000011`e3bffbe0 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
00000011`e3bffed0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000011`e3bfff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000011`e3fffa68 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000011`e3fffa70 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
00000011`e3fffd60 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000011`e3fffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b2`3e7ffbf8 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
000000b2`3e7ffc00 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
000000b2`3e7ffc70 00007ffa`6a544cb0     postgres!pg_signal_thread(
000000b2`3e7ffd70 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000b2`3e7ffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b2`3ebffa98 00007ffa`68ded71e     ntdll!NtWaitForSingleObject+0x14
000000b2`3ebffaa0 00007ff7`aa650dcc     KERNELBASE!WaitForSingleObjectEx+0x8e
000000b2`3ebffb40 00007ffa`6a544cb0     postgres!pg_timer_thread(
000000b2`3ebffb80 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000b2`3ebffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b2`3dfffb58 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b2`3dfffb60 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000b2`3dfffe50 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000b2`3dfffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b2`3e3ff8c8 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b2`3e3ff8d0 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000b2`3e3ffbc0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000b2`3e3ffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b2`3dbfeb60 00007ff7`aa46af9b     postgres!ExecInterpExpr(
000000b2`3dbfee20 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
000000b2`3dbfee50 00007ff7`aa478f86     postgres!ExecEvalExpr(
000000b2`3dbfee80 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
000000b2`3dbfeed0 00007ff7`aa4a254a     postgres!LookupTupleHashEntry(
000000b2`3dbfef20 00007ff7`aa4a2f8b     postgres!lookup_hash_entries(
000000b2`3dbfefc0 00007ff7`aa4a5ee6     postgres!agg_fill_hash_table(
000000b2`3dbff000 00007ff7`aa48ac2b     postgres!ExecAgg(
000000b2`3dbff050 00007ff7`aa480a0c     postgres!ExecProcNodeFirst(
000000b2`3dbff080 00007ff7`aa481b00     postgres!ExecProcNode(
core
0000008b`4c7ff8d8 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008b`4c7ff8e0 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
0000008b`4c7ffbd0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
0000008b`4c7ffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008b`4b7feff0 00007ff7`aa46af9b     postgres!ExecInterpExpr(
0000008b`4b7ff2b0 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
0000008b`4b7ff2e0 00007ff7`aa478f86     postgres!ExecEvalExpr(
0000008b`4b7ff310 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
0000008b`4b7ff360 00007ff7`aa4a254a     postgres!LookupTupleHashEntry(
0000008b`4b7ff3b0 00007ff7`aa4a2f8b     postgres!lookup_hash_entries(
0000008b`4b7ff450 00007ff7`aa4a5ee6     postgres!agg_fill_hash_table(
0000008b`4b7ff490 00007ff7`aa48ac2b     postgres!ExecAgg(
0000008b`4b7ff4e0 00007ff7`aa480a0c     postgres!ExecProcNodeFirst(
0000008b`4b7ff510 00007ff7`aa481b00     postgres!ExecProcNode(
core
0000008b`4bbff888 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008b`4bbff890 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
0000008b`4bbffb80 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
0000008b`4bbffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008b`4bfff6b8 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
0000008b`4bfff6c0 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
0000008b`4bfff730 00007ffa`6a544cb0     postgres!pg_signal_thread(
0000008b`4bfff830 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
0000008b`4bfff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008b`4c3ffbe8 00007ffa`68ded71e     ntdll!NtWaitForSingleObject+0x14
0000008b`4c3ffbf0 00007ff7`aa650dcc     KERNELBASE!WaitForSingleObjectEx+0x8e
0000008b`4c3ffc90 00007ffa`6a544cb0     postgres!pg_timer_thread(
0000008b`4c3ffcd0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
0000008b`4c3ffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000078`155ff738 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000078`155ff740 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
00000078`155ffa30 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000078`155ffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000078`151ff768 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000078`151ff770 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
00000078`151ffa60 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000078`151ffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000078`14dfeaf0 00007ff7`aa46af9b     postgres!ExecInterpExpr(
00000078`14dfedb0 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
00000078`14dfede0 00007ff7`aa478f86     postgres!ExecEvalExpr(
00000078`14dfee10 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
00000078`14dfee60 00007ff7`aa4a254a     postgres!LookupTupleHashEntry(
00000078`14dfeeb0 00007ff7`aa4a2f8b     postgres!lookup_hash_entries(
00000078`14dfef50 00007ff7`aa4a5ee6     postgres!agg_fill_hash_table(
00000078`14dfef90 00007ff7`aa48ac2b     postgres!ExecAgg(
00000078`14dfefe0 00007ff7`aa4b127c     postgres!ExecProcNodeFirst(
00000078`14dff010 00007ff7`aa4b64f3     postgres!ExecProcNode(
core
00000078`159ff968 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
00000078`159ff970 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
00000078`159ff9e0 00007ffa`6a544cb0     postgres!pg_signal_thread(
00000078`159ffae0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000078`159ffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000078`15dff818 00007ffa`68ded71e     ntdll!NtWaitForSingleObject+0x14
00000078`15dff820 00007ff7`aa650dcc     KERNELBASE!WaitForSingleObjectEx+0x8e
00000078`15dff8c0 00007ffa`6a544cb0     postgres!pg_timer_thread(
00000078`15dff900 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000078`15dff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001a`889ff9c8 00007ffa`68ded71e     ntdll!NtWaitForSingleObject+0x14
0000001a`889ff9d0 00007ff7`aa650dcc     KERNELBASE!WaitForSingleObjectEx+0x8e
0000001a`889ffa70 00007ffa`6a544cb0     postgres!pg_timer_thread(
0000001a`889ffab0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
0000001a`889ffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001a`879fed60 00007ff7`aa46af9b     postgres!ExecInterpExpr(
0000001a`879ff020 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
0000001a`879ff050 00007ff7`aa478f86     postgres!ExecEvalExpr(
0000001a`879ff080 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
0000001a`879ff0d0 00007ff7`aa4a254a     postgres!LookupTupleHashEntry(
0000001a`879ff120 00007ff7`aa4a2f8b     postgres!lookup_hash_entries(
0000001a`879ff1c0 00007ff7`aa4a5ee6     postgres!agg_fill_hash_table(
0000001a`879ff200 00007ff7`aa48ac2b     postgres!ExecAgg(
0000001a`879ff250 00007ff7`aa480a0c     postgres!ExecProcNodeFirst(
0000001a`879ff280 00007ff7`aa481b00     postgres!ExecProcNode(
core
0000001a`87dffbb8 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001a`87dffbc0 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
0000001a`87dffeb0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
0000001a`87dffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001a`881ffaf8 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001a`881ffb00 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
0000001a`881ffdf0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
0000001a`881ffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001a`885ff698 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
0000001a`885ff6a0 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
0000001a`885ff710 00007ffa`6a544cb0     postgres!pg_signal_thread(
0000001a`885ff810 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
0000001a`885ff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008f`945ffae8 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
0000008f`945ffaf0 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
0000008f`945ffb60 00007ffa`6a544cb0     postgres!pg_signal_thread(
0000008f`945ffc60 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
0000008f`945ffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008f`93dff030 00007ff7`aa46af9b     postgres!ExecInterpExpr(
0000008f`93dff2f0 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
0000008f`93dff320 00007ff7`aa478f86     postgres!ExecEvalExpr(
0000008f`93dff350 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
0000008f`93dff3a0 00007ff7`aa4a254a     postgres!LookupTupleHashEntry(
0000008f`93dff3f0 00007ff7`aa4a2f8b     postgres!lookup_hash_entries(
0000008f`93dff490 00007ff7`aa4a5ee6     postgres!agg_fill_hash_table(
0000008f`93dff4d0 00007ff7`aa48ac2b     postgres!ExecAgg(
0000008f`93dff520 00007ff7`aa480a0c     postgres!ExecProcNodeFirst(
0000008f`93dff550 00007ff7`aa481b00     postgres!ExecProcNode(
core
0000008f`941ff8b8 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008f`941ff8c0 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
0000008f`941ffbb0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
0000008f`941ffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008f`949ff988 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008f`949ff990 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
0000008f`949ffc80 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
0000008f`949ffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008f`94dffc98 00007ffa`68ded71e     ntdll!NtWaitForSingleObject+0x14
0000008f`94dffca0 00007ff7`aa650dcc     KERNELBASE!WaitForSingleObjectEx+0x8e
0000008f`94dffd40 00007ffa`6a544cb0     postgres!pg_timer_thread(
0000008f`94dffd80 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
0000008f`94dffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bb`a11ffd18 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
000000bb`a11ffd20 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
000000bb`a11ffd90 00007ffa`6a544cb0     postgres!pg_signal_thread(
000000bb`a11ffe90 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000bb`a11ffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bb`a15ffb08 00007ffa`68ded71e     ntdll!NtWaitForSingleObject+0x14
000000bb`a15ffb10 00007ff7`aa650dcc     KERNELBASE!WaitForSingleObjectEx+0x8e
000000bb`a15ffbb0 00007ffa`6a544cb0     postgres!pg_timer_thread(
000000bb`a15ffbf0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000bb`a15ffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bb`a19ff598 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bb`a19ff5a0 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000bb`a19ff890 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000bb`a19ff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bb`a09fe710 00007ff7`aa46af9b     postgres!ExecInterpExpr(
000000bb`a09fe9d0 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
000000bb`a09fea00 00007ff7`aa478f86     postgres!ExecEvalExpr(
000000bb`a09fea30 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
000000bb`a09fea80 00007ff7`aa4a254a     postgres!LookupTupleHashEntry(
000000bb`a09fead0 00007ff7`aa4a2f8b     postgres!lookup_hash_entries(
000000bb`a09feb70 00007ff7`aa4a5ee6     postgres!agg_fill_hash_table(
000000bb`a09febb0 00007ff7`aa48ac2b     postgres!ExecAgg(
000000bb`a09fec00 00007ff7`aa4a617c     postgres!ExecProcNodeFirst(
000000bb`a09fec30 00007ff7`aa4a6f3d     postgres!ExecProcNode(
core
000000bb`a0dff498 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bb`a0dff4a0 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000bb`a0dff790 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000bb`a0dff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e8`42fffa28 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
000000e8`42fffa30 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
000000e8`42fffaa0 00007ffa`6a544cb0     postgres!pg_signal_thread(
000000e8`42fffba0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000e8`42fffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e8`433ffd58 00007ffa`68ded71e     ntdll!NtWaitForSingleObject+0x14
000000e8`433ffd60 00007ff7`aa650dcc     KERNELBASE!WaitForSingleObjectEx+0x8e
000000e8`433ffe00 00007ffa`6a544cb0     postgres!pg_timer_thread(
000000e8`433ffe40 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000e8`433ffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e8`437ffa58 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e8`437ffa60 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000e8`437ffd50 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000e8`437ffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e8`427fec60 00007ff7`aa46af9b     postgres!ExecInterpExpr(
000000e8`427fef20 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
000000e8`427fef50 00007ff7`aa478f86     postgres!ExecEvalExpr(
000000e8`427fef80 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
000000e8`427fefd0 00007ff7`aa4a254a     postgres!LookupTupleHashEntry(
000000e8`427ff020 00007ff7`aa4a2f8b     postgres!lookup_hash_entries(
000000e8`427ff0c0 00007ff7`aa4a5ee6     postgres!agg_fill_hash_table(
000000e8`427ff100 00007ff7`aa48ac2b     postgres!ExecAgg(
000000e8`427ff150 00007ff7`aa480a0c     postgres!ExecProcNodeFirst(
000000e8`427ff180 00007ff7`aa481b00     postgres!ExecProcNode(
core
000000e8`42bff598 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e8`42bff5a0 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000e8`42bff890 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000e8`42bff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000010`065ffd48 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
00000010`065ffd50 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
00000010`065ffdc0 00007ffa`6a544cb0     postgres!pg_signal_thread(
00000010`065ffec0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000010`065ffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000010`061ff798 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000010`061ff7a0 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
00000010`061ffa90 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000010`061ffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000010`059fefd0 00007ff7`aa993c18     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000010`059ff010 00007ff7`aa327185     postgres!ExceptionalCondition(
00000010`059ff050 00007ff7`aa317df7     postgres!index_drop(
00000010`059ff130 00007ff7`aa3178ed     postgres!doDeletion(
00000010`059ff180 00007ff7`aa31ada1     postgres!deleteOneObject(
00000010`059ff2d0 00007ff7`aa315bec     postgres!deleteObjectsInList(
00000010`059ff330 00007ff7`aa6546d7     postgres!performDeletion(
00000010`059ff390 00007ff7`aa6528bc     postgres!do_autovacuum(void)+0x967 [c:\cirrus\src\backend\postmaster\autovacuum....
00000010`059ff710 00007ff7`aa65aed7     postgres!AutoVacWorkerMain(
00000010`059ff8c0 00007ff7`aa51a434     postgres!SubPostmasterMain(
core
00000010`05dff528 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000010`05dff530 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
00000010`05dff820 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000010`05dff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a7`007ff828 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
000000a7`007ff830 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
000000a7`007ff8a0 00007ffa`6a544cb0     postgres!pg_signal_thread(
000000a7`007ff9a0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000a7`007ff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a7`7ffff0a0 00007ff7`aa993c18     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a7`7ffff0e0 00007ff7`aa327185     postgres!ExceptionalCondition(
000000a7`7ffff120 00007ff7`aa317df7     postgres!index_drop(
000000a7`7ffff200 00007ff7`aa3178ed     postgres!doDeletion(
000000a7`7ffff250 00007ff7`aa31ada1     postgres!deleteOneObject(
000000a7`7ffff3a0 00007ff7`aa315bec     postgres!deleteObjectsInList(
000000a7`7ffff400 00007ff7`aa6546d7     postgres!performDeletion(
000000a7`7ffff460 00007ff7`aa6528bc     postgres!do_autovacuum(void)+0x967 [c:\cirrus\src\backend\postmaster\autovacuum....
000000a7`7ffff7e0 00007ff7`aa65aed7     postgres!AutoVacWorkerMain(
000000a7`7ffff990 00007ff7`aa51a434     postgres!SubPostmasterMain(
core
000000a7`003ffb68 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a7`003ffb70 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000a7`003ffe60 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000a7`003ffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a7`00bffa38 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a7`00bffa40 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000a7`00bffd30 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000a7`00bffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007a`e41fec70 00007ff7`aa46af9b     postgres!ExecInterpExpr(
0000007a`e41fef30 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
0000007a`e41fef60 00007ff7`aa478f86     postgres!ExecEvalExpr(
0000007a`e41fef90 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
0000007a`e41fefe0 00007ff7`aa4a254a     postgres!LookupTupleHashEntry(
0000007a`e41ff030 00007ff7`aa4a2f8b     postgres!lookup_hash_entries(
0000007a`e41ff0d0 00007ff7`aa4a5ee6     postgres!agg_fill_hash_table(
0000007a`e41ff110 00007ff7`aa48ac2b     postgres!ExecAgg(
0000007a`e41ff160 00007ff7`aa480a0c     postgres!ExecProcNodeFirst(
0000007a`e41ff190 00007ff7`aa481b00     postgres!ExecProcNode(
core
0000007a`e51ffa08 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007a`e51ffa10 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
0000007a`e51ffd00 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
0000007a`e51ffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007a`e45ffb08 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007a`e45ffb10 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
0000007a`e45ffe00 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
0000007a`e45ffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007a`e49ff748 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
0000007a`e49ff750 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
0000007a`e49ff7c0 00007ffa`6a544cb0     postgres!pg_signal_thread(
0000007a`e49ff8c0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
0000007a`e49ff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007a`e4dffba8 00007ffa`68ded71e     ntdll!NtWaitForSingleObject+0x14
0000007a`e4dffbb0 00007ff7`aa650dcc     KERNELBASE!WaitForSingleObjectEx+0x8e
0000007a`e4dffc50 00007ffa`6a544cb0     postgres!pg_timer_thread(
0000007a`e4dffc90 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
0000007a`e4dffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000066`2bbffc58 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
00000066`2bbffc60 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
00000066`2bbffcd0 00007ffa`6a544cb0     postgres!pg_signal_thread(
00000066`2bbffdd0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000066`2bbffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000066`2bfff648 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000066`2bfff650 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
00000066`2bfff940 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000066`2bfff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000066`2b7ff948 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000066`2b7ff950 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
00000066`2b7ffc40 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000066`2b7ffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000066`2b3ff050 00007ff7`aa993c18     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000066`2b3ff090 00007ff7`aa327185     postgres!ExceptionalCondition(
00000066`2b3ff0d0 00007ff7`aa317df7     postgres!index_drop(
00000066`2b3ff1b0 00007ff7`aa3178ed     postgres!doDeletion(
00000066`2b3ff200 00007ff7`aa31ada1     postgres!deleteOneObject(
00000066`2b3ff350 00007ff7`aa315bec     postgres!deleteObjectsInList(
00000066`2b3ff3b0 00007ff7`aa6546d7     postgres!performDeletion(
00000066`2b3ff410 00007ff7`aa6528bc     postgres!do_autovacuum(void)+0x967 [c:\cirrus\src\backend\postmaster\autovacuum....
00000066`2b3ff790 00007ff7`aa65aed7     postgres!AutoVacWorkerMain(
00000066`2b3ff940 00007ff7`aa51a434     postgres!SubPostmasterMain(
core
000000a3`523ffac8 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
000000a3`523ffad0 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
000000a3`523ffb40 00007ffa`6a544cb0     postgres!pg_signal_thread(
000000a3`523ffc40 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000a3`523ffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a3`51fffb88 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a3`51fffb90 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000a3`51fffe80 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000a3`51fffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a3`51bffa98 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a3`51bffaa0 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000a3`51bffd90 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000a3`51bffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a3`517ff140 00007ff7`aa46af9b     postgres!ExecInterpExpr(
000000a3`517ff400 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
000000a3`517ff430 00007ff7`aa478f86     postgres!ExecEvalExpr(
000000a3`517ff460 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
000000a3`517ff4b0 00007ff7`aa4da870     postgres!LookupTupleHashEntry(
000000a3`517ff500 00007ff7`aa4dafa1     postgres!setop_fill_hash_table(
000000a3`517ff570 00007ff7`aa48ac2b     postgres!ExecSetOp(
000000a3`517ff5c0 00007ff7`aa480a0c     postgres!ExecProcNodeFirst(
000000a3`517ff5f0 00007ff7`aa481b00     postgres!ExecProcNode(
000000a3`517ff620 00007ff7`aa47ce17     postgres!ExecutePlan(
core
000000a3`527ff8b8 00007ffa`68ded71e     ntdll!NtWaitForSingleObject+0x14
000000a3`527ff8c0 00007ff7`aa650dcc     KERNELBASE!WaitForSingleObjectEx+0x8e
000000a3`527ff960 00007ffa`6a544cb0     postgres!pg_timer_thread(
000000a3`527ff9a0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000a3`527ff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000017`ea5feae0 00007ff7`aa46af9b     postgres!ExecInterpExpr(
00000017`ea5feda0 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
00000017`ea5fedd0 00007ff7`aa478f86     postgres!ExecEvalExpr(
00000017`ea5fee00 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
00000017`ea5fee50 00007ff7`aa4a254a     postgres!LookupTupleHashEntry(
00000017`ea5feea0 00007ff7`aa4a2f8b     postgres!lookup_hash_entries(
00000017`ea5fef40 00007ff7`aa4a5ee6     postgres!agg_fill_hash_table(
00000017`ea5fef80 00007ff7`aa48ac2b     postgres!ExecAgg(
00000017`ea5fefd0 00007ff7`aa4db11c     postgres!ExecProcNodeFirst(
00000017`ea5ff000 00007ff7`aa4db9f1     postgres!ExecProcNode(
core
00000017`ea9ff738 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000017`ea9ff740 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
00000017`ea9ffa30 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000017`ea9ffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000017`eadff638 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000017`eadff640 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
00000017`eadff930 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000017`eadff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000017`eb1ff7f8 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
00000017`eb1ff800 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
00000017`eb1ff870 00007ffa`6a544cb0     postgres!pg_signal_thread(
00000017`eb1ff970 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000017`eb1ff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000017`eb5ffba8 00007ffa`68ded71e     ntdll!NtWaitForSingleObject+0x14
00000017`eb5ffbb0 00007ff7`aa650dcc     KERNELBASE!WaitForSingleObjectEx+0x8e
00000017`eb5ffc50 00007ffa`6a544cb0     postgres!pg_timer_thread(
00000017`eb5ffc90 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000017`eb5ffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000de`9a1fecf0 00007ff7`aa46af9b     postgres!ExecInterpExpr(
000000de`9a1fefb0 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
000000de`9a1fefe0 00007ff7`aa478f86     postgres!ExecEvalExpr(
000000de`9a1ff010 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
000000de`9a1ff060 00007ff7`aa4a254a     postgres!LookupTupleHashEntry(
000000de`9a1ff0b0 00007ff7`aa4a2f8b     postgres!lookup_hash_entries(
000000de`9a1ff150 00007ff7`aa4a5ee6     postgres!agg_fill_hash_table(
000000de`9a1ff190 00007ff7`aa48ac2b     postgres!ExecAgg(
000000de`9a1ff1e0 00007ff7`aa480a0c     postgres!ExecProcNodeFirst(
000000de`9a1ff210 00007ff7`aa481b00     postgres!ExecProcNode(
core
000000de`9b1ff808 00007ffa`68ded71e     ntdll!NtWaitForSingleObject+0x14
000000de`9b1ff810 00007ff7`aa650dcc     KERNELBASE!WaitForSingleObjectEx+0x8e
000000de`9b1ff8b0 00007ffa`6a544cb0     postgres!pg_timer_thread(
000000de`9b1ff8f0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000de`9b1ff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000de`9adffd78 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
000000de`9adffd80 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
000000de`9adffdf0 00007ffa`6a544cb0     postgres!pg_signal_thread(
000000de`9adffef0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000de`9adfff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000de`9a9ff988 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000de`9a9ff990 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000de`9a9ffc80 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000de`9a9ffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000de`9a5ff808 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000de`9a5ff810 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000de`9a5ffb00 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000de`9a5ffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000024`8fdff9f8 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
00000024`8fdffa00 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
00000024`8fdffa70 00007ffa`6a544cb0     postgres!pg_signal_thread(
00000024`8fdffb70 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000024`8fdffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000024`8f9ff6d8 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000024`8f9ff6e0 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
00000024`8f9ff9d0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000024`8f9ffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000024`8f5febe0 00007ff7`aa46af9b     postgres!ExecInterpExpr(
00000024`8f5feea0 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
00000024`8f5feed0 00007ff7`aa478f86     postgres!ExecEvalExpr(
00000024`8f5fef00 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
00000024`8f5fef50 00007ff7`aa4a254a     postgres!LookupTupleHashEntry(
00000024`8f5fefa0 00007ff7`aa4a2f8b     postgres!lookup_hash_entries(
00000024`8f5ff040 00007ff7`aa4a5ee6     postgres!agg_fill_hash_table(
00000024`8f5ff080 00007ff7`aa48ac2b     postgres!ExecAgg(
00000024`8f5ff0d0 00007ff7`aa480a0c     postgres!ExecProcNodeFirst(
00000024`8f5ff100 00007ff7`aa481b00     postgres!ExecProcNode(
core
00000024`905ff878 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000024`905ff880 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
00000024`905ffb70 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000024`905ffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000024`901ff7b8 00007ffa`68ded71e     ntdll!NtWaitForSingleObject+0x14
00000024`901ff7c0 00007ff7`aa650dcc     KERNELBASE!WaitForSingleObjectEx+0x8e
00000024`901ff860 00007ffa`6a544cb0     postgres!pg_timer_thread(
00000024`901ff8a0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000024`901ff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bf`169ff7d8 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
000000bf`169ff7e0 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
000000bf`169ff850 00007ffa`6a544cb0     postgres!pg_signal_thread(
000000bf`169ff950 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000bf`169ff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bf`165ff9d8 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bf`165ff9e0 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000bf`165ffcd0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000bf`165ffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bf`161feb30 00007ff7`aa46af9b     postgres!ExecInterpExpr(
000000bf`161fedf0 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
000000bf`161fee20 00007ff7`aa478f86     postgres!ExecEvalExpr(
000000bf`161fee50 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
000000bf`161feea0 00007ff7`aa4defa2     postgres!LookupTupleHashEntry(
000000bf`161feef0 00007ff7`aa4dde8f     postgres!buildSubPlanHash(
000000bf`161fefe0 00007ff7`aa4dd2ba     postgres!ExecHashSubPlan(
000000bf`161ff030 00007ff7`aa47091e     postgres!ExecSubPlan(
000000bf`161ff090 00007ff7`aa47423f     postgres!ExecEvalSubPlan(
000000bf`161ff0d0 00007ff7`aa46af9b     postgres!ExecInterpExpr(
core
000000bf`171ff478 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bf`171ff480 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000bf`171ff770 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000bf`171ff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bf`16dffac8 00007ffa`68ded71e     ntdll!NtWaitForSingleObject+0x14
000000bf`16dffad0 00007ff7`aa650dcc     KERNELBASE!WaitForSingleObjectEx+0x8e
000000bf`16dffb70 00007ffa`6a544cb0     postgres!pg_timer_thread(
000000bf`16dffbb0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000bf`16dffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cb`e63ff968 00007ffa`68ded71e     ntdll!NtWaitForSingleObject+0x14
000000cb`e63ff970 00007ff7`aa650dcc     KERNELBASE!WaitForSingleObjectEx+0x8e
000000cb`e63ffa10 00007ffa`6a544cb0     postgres!pg_timer_thread(
000000cb`e63ffa50 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000cb`e63ffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cb`e5bffb58 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cb`e5bffb60 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000cb`e5bffe50 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000cb`e5bffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cb`e57fec40 00007ff7`aa46af9b     postgres!ExecInterpExpr(
000000cb`e57fef00 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
000000cb`e57fef30 00007ff7`aa478f86     postgres!ExecEvalExpr(
000000cb`e57fef60 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
000000cb`e57fefb0 00007ff7`aa4a254a     postgres!LookupTupleHashEntry(
000000cb`e57ff000 00007ff7`aa4a2d1a     postgres!lookup_hash_entries(
000000cb`e57ff0a0 00007ff7`aa4a5f01     postgres!agg_retrieve_direct(
000000cb`e57ff140 00007ff7`aa48ac2b     postgres!ExecAgg(
000000cb`e57ff190 00007ff7`aa4db11c     postgres!ExecProcNodeFirst(
000000cb`e57ff1c0 00007ff7`aa4db9f1     postgres!ExecProcNode(
core
000000cb`e67ffa38 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cb`e67ffa40 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000cb`e67ffd30 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000cb`e67ffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cb`e5fff678 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
000000cb`e5fff680 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
000000cb`e5fff6f0 00007ffa`6a544cb0     postgres!pg_signal_thread(
000000cb`e5fff7f0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000cb`e5fff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008e`e97ffa38 00007ffa`68ded71e     ntdll!NtWaitForSingleObject+0x14
0000008e`e97ffa40 00007ff7`aa650dcc     KERNELBASE!WaitForSingleObjectEx+0x8e
0000008e`e97ffae0 00007ffa`6a544cb0     postgres!pg_timer_thread(
0000008e`e97ffb20 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
0000008e`e97ffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008e`e8fff868 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008e`e8fff870 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
0000008e`e8fffb60 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
0000008e`e8fffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008e`e8bfecd0 00007ff7`aa46af9b     postgres!ExecInterpExpr(
0000008e`e8bfef90 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
0000008e`e8bfefc0 00007ff7`aa478f86     postgres!ExecEvalExpr(
0000008e`e8bfeff0 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
0000008e`e8bff040 00007ff7`aa4a254a     postgres!LookupTupleHashEntry(
0000008e`e8bff090 00007ff7`aa4a2f8b     postgres!lookup_hash_entries(
0000008e`e8bff130 00007ff7`aa4a5ee6     postgres!agg_fill_hash_table(
0000008e`e8bff170 00007ff7`aa48ac2b     postgres!ExecAgg(
0000008e`e8bff1c0 00007ff7`aa4db11c     postgres!ExecProcNodeFirst(
0000008e`e8bff1f0 00007ff7`aa4db9f1     postgres!ExecProcNode(
core
0000008e`e9bff9c8 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008e`e9bff9d0 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
0000008e`e9bffcc0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
0000008e`e9bffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008e`e93ff9e8 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
0000008e`e93ff9f0 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
0000008e`e93ffa60 00007ffa`6a544cb0     postgres!pg_signal_thread(
0000008e`e93ffb60 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
0000008e`e93ffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000031`0b3ff518 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000031`0b3ff520 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
00000031`0b3ff810 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000031`0b3ff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000031`0afff030 00007ff7`aa46af9b     postgres!ExecInterpExpr(
00000031`0afff2f0 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
00000031`0afff320 00007ff7`aa478f86     postgres!ExecEvalExpr(
00000031`0afff350 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
00000031`0afff3a0 00007ff7`aa4a254a     postgres!LookupTupleHashEntry(
00000031`0afff3f0 00007ff7`aa4a2f8b     postgres!lookup_hash_entries(
00000031`0afff490 00007ff7`aa4a5ee6     postgres!agg_fill_hash_table(
00000031`0afff4d0 00007ff7`aa48ac2b     postgres!ExecAgg(
00000031`0afff520 00007ff7`aa480a0c     postgres!ExecProcNodeFirst(
00000031`0afff550 00007ff7`aa481b00     postgres!ExecProcNode(
core
00000031`0b7ff6a8 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000031`0b7ff6b0 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
00000031`0b7ff9a0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000031`0b7ff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000031`0bbff9c8 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000031`0bbff9d0 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
00000031`0bbffcc0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000031`0bbffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000031`0bfff938 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
00000031`0bfff940 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
00000031`0bfff9b0 00007ffa`6a544cb0     postgres!pg_signal_thread(
00000031`0bfffab0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000031`0bfffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000031`0c3ff768 00007ffa`68ded71e     ntdll!NtWaitForSingleObject+0x14
00000031`0c3ff770 00007ff7`aa650dcc     KERNELBASE!WaitForSingleObjectEx+0x8e
00000031`0c3ff810 00007ffa`6a544cb0     postgres!pg_timer_thread(
00000031`0c3ff850 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000031`0c3ff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000058`635ff9b8 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000058`635ff9c0 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
00000058`635ffcb0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000058`635ffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000058`639ff7a8 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
00000058`639ff7b0 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
00000058`639ff820 00007ffa`6a544cb0     postgres!pg_signal_thread(
00000058`639ff920 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000058`639ff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000058`63dff968 00007ffa`68ded71e     ntdll!NtWaitForSingleObject+0x14
00000058`63dff970 00007ff7`aa650dcc     KERNELBASE!WaitForSingleObjectEx+0x8e
00000058`63dffa10 00007ffa`6a544cb0     postgres!pg_timer_thread(
00000058`63dffa50 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000058`63dffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000058`631ffb68 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000058`631ffb70 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
00000058`631ffe60 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000058`631ffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000058`62dfee30 00007ff7`aa46af9b     postgres!ExecInterpExpr(
00000058`62dff0f0 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
00000058`62dff120 00007ff7`aa478f86     postgres!ExecEvalExpr(
00000058`62dff150 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
00000058`62dff1a0 00007ff7`aa4da870     postgres!LookupTupleHashEntry(
00000058`62dff1f0 00007ff7`aa4dafa1     postgres!setop_fill_hash_table(
00000058`62dff260 00007ff7`aa48ac2b     postgres!ExecSetOp(
00000058`62dff2b0 00007ff7`aa480a0c     postgres!ExecProcNodeFirst(
00000058`62dff2e0 00007ff7`aa481b00     postgres!ExecProcNode(
00000058`62dff310 00007ff7`aa47ce17     postgres!ExecutePlan(
core
000000ae`cc3ffb68 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
000000ae`cc3ffb70 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
000000ae`cc3ffbe0 00007ffa`6a544cb0     postgres!pg_signal_thread(
000000ae`cc3ffce0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000ae`cc3ffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ae`cbbfedc0 00007ff7`aa46af9b     postgres!ExecInterpExpr(
000000ae`cbbff080 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
000000ae`cbbff0b0 00007ff7`aa478f86     postgres!ExecEvalExpr(
000000ae`cbbff0e0 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
000000ae`cbbff130 00007ff7`aa4a254a     postgres!LookupTupleHashEntry(
000000ae`cbbff180 00007ff7`aa4a2f8b     postgres!lookup_hash_entries(
000000ae`cbbff220 00007ff7`aa4a5ee6     postgres!agg_fill_hash_table(
000000ae`cbbff260 00007ff7`aa48ac2b     postgres!ExecAgg(
000000ae`cbbff2b0 00007ff7`aa480a0c     postgres!ExecProcNodeFirst(
000000ae`cbbff2e0 00007ff7`aa481b00     postgres!ExecProcNode(
core
000000ae`ccbff6e8 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ae`ccbff6f0 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000ae`ccbff9e0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000ae`ccbffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ae`cc7ff908 00007ffa`68ded71e     ntdll!NtWaitForSingleObject+0x14
000000ae`cc7ff910 00007ff7`aa650dcc     KERNELBASE!WaitForSingleObjectEx+0x8e
000000ae`cc7ff9b0 00007ffa`6a544cb0     postgres!pg_timer_thread(
000000ae`cc7ff9f0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000ae`cc7ffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ae`cbfffa78 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ae`cbfffa80 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000ae`cbfffd70 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000ae`cbfffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000046`79ffed40 00007ff7`aa46af9b     postgres!ExecInterpExpr(
00000046`79fff000 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
00000046`79fff030 00007ff7`aa478f86     postgres!ExecEvalExpr(
00000046`79fff060 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
00000046`79fff0b0 00007ff7`aa4a254a     postgres!LookupTupleHashEntry(
00000046`79fff100 00007ff7`aa4a2f8b     postgres!lookup_hash_entries(
00000046`79fff1a0 00007ff7`aa4a5ee6     postgres!agg_fill_hash_table(
00000046`79fff1e0 00007ff7`aa48ac2b     postgres!ExecAgg(
00000046`79fff230 00007ff7`aa480a0c     postgres!ExecProcNodeFirst(
00000046`79fff260 00007ff7`aa481b00     postgres!ExecProcNode(
core
00000046`7a7ff468 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000046`7a7ff470 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
00000046`7a7ff760 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000046`7a7ff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000046`7abff7a8 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
00000046`7abff7b0 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
00000046`7abff820 00007ffa`6a544cb0     postgres!pg_signal_thread(
00000046`7abff920 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000046`7abff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000046`7afffc18 00007ffa`68ded71e     ntdll!NtWaitForSingleObject+0x14
00000046`7afffc20 00007ff7`aa650dcc     KERNELBASE!WaitForSingleObjectEx+0x8e
00000046`7afffcc0 00007ffa`6a544cb0     postgres!pg_timer_thread(
00000046`7afffd00 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000046`7afffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000046`7a3ff718 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000046`7a3ff720 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
00000046`7a3ffa10 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000046`7a3ffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008b`181ffb18 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008b`181ffb20 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
0000008b`181ffe10 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
0000008b`181ffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008b`17dffac8 00007ffa`68ded71e     ntdll!NtWaitForSingleObject+0x14
0000008b`17dffad0 00007ff7`aa650dcc     KERNELBASE!WaitForSingleObjectEx+0x8e
0000008b`17dffb70 00007ffa`6a544cb0     postgres!pg_timer_thread(
0000008b`17dffbb0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
0000008b`17dffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008b`179ffc58 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
0000008b`179ffc60 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
0000008b`179ffcd0 00007ffa`6a544cb0     postgres!pg_signal_thread(
0000008b`179ffdd0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
0000008b`179ffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008b`175ffac8 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008b`175ffad0 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
0000008b`175ffdc0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
0000008b`175ffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008b`171fd3b0 00007ff7`aa46af9b     postgres!ExecInterpExpr(
0000008b`171fd670 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
0000008b`171fd6a0 00007ff7`aa478f86     postgres!ExecEvalExpr(
0000008b`171fd6d0 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
0000008b`171fd720 00007ff7`aa4a254a     postgres!LookupTupleHashEntry(
0000008b`171fd770 00007ff7`aa4a2f8b     postgres!lookup_hash_entries(
0000008b`171fd810 00007ff7`aa4a5ee6     postgres!agg_fill_hash_table(
0000008b`171fd850 00007ff7`aa48ac64     postgres!ExecAgg(
0000008b`171fd8a0 00007ff7`aa48ac2b     postgres!ExecProcNodeInstr(
0000008b`171fd8e0 00007ff7`aa480a0c     postgres!ExecProcNodeFirst(
core
0000003f`669ffc48 00007ffa`68ded71e     ntdll!NtWaitForSingleObject+0x14
0000003f`669ffc50 00007ff7`aa650dcc     KERNELBASE!WaitForSingleObjectEx+0x8e
0000003f`669ffcf0 00007ffa`6a544cb0     postgres!pg_timer_thread(
0000003f`669ffd30 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
0000003f`669ffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003f`65dfea40 00007ff7`aa46af9b     postgres!ExecInterpExpr(
0000003f`65dfed00 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
0000003f`65dfed30 00007ff7`aa478f86     postgres!ExecEvalExpr(
0000003f`65dfed60 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
0000003f`65dfedb0 00007ff7`aa4a254a     postgres!LookupTupleHashEntry(
0000003f`65dfee00 00007ff7`aa4a2f8b     postgres!lookup_hash_entries(
0000003f`65dfeea0 00007ff7`aa4a5ee6     postgres!agg_fill_hash_table(
0000003f`65dfeee0 00007ff7`aa48ac2b     postgres!ExecAgg(
0000003f`65dfef30 00007ff7`aa4db11c     postgres!ExecProcNodeFirst(
0000003f`65dfef60 00007ff7`aa4db9f1     postgres!ExecProcNode(
core
0000003f`661ff5f8 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003f`661ff600 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
0000003f`661ff8f0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
0000003f`661ff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003f`665ff7e8 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
0000003f`665ff7f0 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
0000003f`665ff860 00007ffa`6a544cb0     postgres!pg_signal_thread(
0000003f`665ff960 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
0000003f`665ff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003f`66dff988 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003f`66dff990 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
0000003f`66dffc80 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
0000003f`66dffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000018`08dffb38 00007ffa`68ded71e     ntdll!NtWaitForSingleObject+0x14
00000018`08dffb40 00007ff7`aa650dcc     KERNELBASE!WaitForSingleObjectEx+0x8e
00000018`08dffbe0 00007ffa`6a544cb0     postgres!pg_timer_thread(
00000018`08dffc20 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000018`08dffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000018`07dff050 00007ff7`aa46af9b     postgres!ExecInterpExpr(
00000018`07dff310 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
00000018`07dff340 00007ff7`aa478f86     postgres!ExecEvalExpr(
00000018`07dff370 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
00000018`07dff3c0 00007ff7`aa4a254a     postgres!LookupTupleHashEntry(
00000018`07dff410 00007ff7`aa4a2f8b     postgres!lookup_hash_entries(
00000018`07dff4b0 00007ff7`aa4a5ee6     postgres!agg_fill_hash_table(
00000018`07dff4f0 00007ff7`aa48ac2b     postgres!ExecAgg(
00000018`07dff540 00007ff7`aa480a0c     postgres!ExecProcNodeFirst(
00000018`07dff570 00007ff7`aa481b00     postgres!ExecProcNode(
core
00000018`081ff588 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000018`081ff590 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
00000018`081ff880 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000018`081ff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000018`085ff718 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000018`085ff720 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
00000018`085ffa10 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000018`085ffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000018`089ffa28 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
00000018`089ffa30 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
00000018`089ffaa0 00007ffa`6a544cb0     postgres!pg_signal_thread(
00000018`089ffba0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000018`089ffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ed`563fea90 00007ff7`aa46af9b     postgres!ExecInterpExpr(
000000ed`563fed50 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
000000ed`563fed80 00007ff7`aa478f86     postgres!ExecEvalExpr(
000000ed`563fedb0 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
000000ed`563fee00 00007ff7`aa4da870     postgres!LookupTupleHashEntry(
000000ed`563fee50 00007ff7`aa4dafa1     postgres!setop_fill_hash_table(
000000ed`563feec0 00007ff7`aa48ac2b     postgres!ExecSetOp(
000000ed`563fef10 00007ff7`aa480a0c     postgres!ExecProcNodeFirst(
000000ed`563fef40 00007ff7`aa481b00     postgres!ExecProcNode(
000000ed`563fef70 00007ff7`aa47ce17     postgres!ExecutePlan(
core
000000ed`573ff7c8 00007ffa`68ded71e     ntdll!NtWaitForSingleObject+0x14
000000ed`573ff7d0 00007ff7`aa650dcc     KERNELBASE!WaitForSingleObjectEx+0x8e
000000ed`573ff870 00007ffa`6a544cb0     postgres!pg_timer_thread(
000000ed`573ff8b0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000ed`573ff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ed`56fff5d8 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ed`56fff5e0 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000ed`56fff8d0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000ed`56fff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ed`56bffaf8 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
000000ed`56bffb00 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
000000ed`56bffb70 00007ffa`6a544cb0     postgres!pg_signal_thread(
000000ed`56bffc70 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000ed`56bffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ed`567ff488 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ed`567ff490 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000ed`567ff780 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000ed`567ff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003a`c61ff938 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003a`c61ff940 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
0000003a`c61ffc30 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
0000003a`c61ffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003a`c65ff608 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
0000003a`c65ff610 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
0000003a`c65ff680 00007ffa`6a544cb0     postgres!pg_signal_thread(
0000003a`c65ff780 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
0000003a`c65ff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003a`c69ff708 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003a`c69ff710 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
0000003a`c69ffa00 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
0000003a`c69ffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003a`c5dfef30 00007ff7`aa46af9b     postgres!ExecInterpExpr(
0000003a`c5dff1f0 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
0000003a`c5dff220 00007ff7`aa478f86     postgres!ExecEvalExpr(
0000003a`c5dff250 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
0000003a`c5dff2a0 00007ff7`aa4a254a     postgres!LookupTupleHashEntry(
0000003a`c5dff2f0 00007ff7`aa4a2f8b     postgres!lookup_hash_entries(
0000003a`c5dff390 00007ff7`aa4a5ee6     postgres!agg_fill_hash_table(
0000003a`c5dff3d0 00007ff7`aa48ac2b     postgres!ExecAgg(
0000003a`c5dff420 00007ff7`aa480a0c     postgres!ExecProcNodeFirst(
0000003a`c5dff450 00007ff7`aa481b00     postgres!ExecProcNode(
core
000000dc`c79ffa48 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dc`c79ffa50 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000dc`c79ffd40 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000dc`c79ffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dc`c85ffa18 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dc`c85ffa20 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000dc`c85ffd10 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000dc`c85ffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dc`c81ffc38 00007ffa`68ded71e     ntdll!NtWaitForSingleObject+0x14
000000dc`c81ffc40 00007ff7`aa650dcc     KERNELBASE!WaitForSingleObjectEx+0x8e
000000dc`c81ffce0 00007ffa`6a544cb0     postgres!pg_timer_thread(
000000dc`c81ffd20 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000dc`c81ffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dc`c7dff658 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
000000dc`c7dff660 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
000000dc`c7dff6d0 00007ffa`6a544cb0     postgres!pg_signal_thread(
000000dc`c7dff7d0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000dc`c7dff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dc`c75fee30 00007ff7`aa46af9b     postgres!ExecInterpExpr(
000000dc`c75ff0f0 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
000000dc`c75ff120 00007ff7`aa478f86     postgres!ExecEvalExpr(
000000dc`c75ff150 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
000000dc`c75ff1a0 00007ff7`aa4a254a     postgres!LookupTupleHashEntry(
000000dc`c75ff1f0 00007ff7`aa4a2f8b     postgres!lookup_hash_entries(
000000dc`c75ff290 00007ff7`aa4a5ee6     postgres!agg_fill_hash_table(
000000dc`c75ff2d0 00007ff7`aa48ac2b     postgres!ExecAgg(
000000dc`c75ff320 00007ff7`aa4db11c     postgres!ExecProcNodeFirst(
000000dc`c75ff350 00007ff7`aa4db9f1     postgres!ExecProcNode(
core
00000035`b05ff708 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000035`b05ff710 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
00000035`b05ffa00 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000035`b05ffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000035`b01fedf0 00007ff7`aa46af9b     postgres!ExecInterpExpr(
00000035`b01ff0b0 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
00000035`b01ff0e0 00007ff7`aa478f86     postgres!ExecEvalExpr(
00000035`b01ff110 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
00000035`b01ff160 00007ff7`aa4a254a     postgres!LookupTupleHashEntry(
00000035`b01ff1b0 00007ff7`aa4a2f8b     postgres!lookup_hash_entries(
00000035`b01ff250 00007ff7`aa4a5ee6     postgres!agg_fill_hash_table(
00000035`b01ff290 00007ff7`aa48ac2b     postgres!ExecAgg(
00000035`b01ff2e0 00007ff7`aa480a0c     postgres!ExecProcNodeFirst(
00000035`b01ff310 00007ff7`aa481b00     postgres!ExecProcNode(
core
00000035`b0dff638 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000035`b0dff640 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
00000035`b0dff930 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000035`b0dff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000035`b09ff9f8 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
00000035`b09ffa00 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
00000035`b09ffa70 00007ffa`6a544cb0     postgres!pg_signal_thread(
00000035`b09ffb70 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000035`b09ffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000aa`f13ff040 00007ff7`aa46af9b     postgres!ExecInterpExpr(
000000aa`f13ff300 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
000000aa`f13ff330 00007ff7`aa478f86     postgres!ExecEvalExpr(
000000aa`f13ff360 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
000000aa`f13ff3b0 00007ff7`aa4a254a     postgres!LookupTupleHashEntry(
000000aa`f13ff400 00007ff7`aa4a2f8b     postgres!lookup_hash_entries(
000000aa`f13ff4a0 00007ff7`aa4a5ee6     postgres!agg_fill_hash_table(
000000aa`f13ff4e0 00007ff7`aa48ac2b     postgres!ExecAgg(
000000aa`f13ff530 00007ff7`aa480a0c     postgres!ExecProcNodeFirst(
000000aa`f13ff560 00007ff7`aa481b00     postgres!ExecProcNode(
core
000000aa`f17ff8d8 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000aa`f17ff8e0 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000aa`f17ffbd0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000aa`f17ffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000aa`f23ff7e8 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
000000aa`f23ff7f0 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
000000aa`f23ff860 00007ffa`6a544cb0     postgres!pg_signal_thread(
000000aa`f23ff960 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000aa`f23ff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000aa`f1bffc08 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000aa`f1bffc10 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000aa`f1bfff00 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000aa`f1bfff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000aa`f27ffc18 00007ffa`68ded71e     ntdll!NtWaitForSingleObject+0x14
000000aa`f27ffc20 00007ff7`aa650dcc     KERNELBASE!WaitForSingleObjectEx+0x8e
000000aa`f27ffcc0 00007ffa`6a544cb0     postgres!pg_timer_thread(
000000aa`f27ffd00 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000aa`f27ffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000aa`f1fff4e8 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000aa`f1fff4f0 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000aa`f1fff7e0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000aa`f1fff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000089`033feec0 00007ff7`aa46af9b     postgres!ExecInterpExpr(
00000089`033ff180 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
00000089`033ff1b0 00007ff7`aa478f86     postgres!ExecEvalExpr(
00000089`033ff1e0 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
00000089`033ff230 00007ff7`aa4a254a     postgres!LookupTupleHashEntry(
00000089`033ff280 00007ff7`aa4a2f8b     postgres!lookup_hash_entries(
00000089`033ff320 00007ff7`aa4a5ee6     postgres!agg_fill_hash_table(
00000089`033ff360 00007ff7`aa48ac2b     postgres!ExecAgg(
00000089`033ff3b0 00007ff7`aa480a0c     postgres!ExecProcNodeFirst(
00000089`033ff3e0 00007ff7`aa481b00     postgres!ExecProcNode(
core
00000089`03fff448 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000089`03fff450 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
00000089`03fff740 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000089`03fff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000089`03bff858 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
00000089`03bff860 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
00000089`03bff8d0 00007ffa`6a544cb0     postgres!pg_signal_thread(
00000089`03bff9d0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000089`03bffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000089`037ff658 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000089`037ff660 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
00000089`037ff950 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000089`037ff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000074`77fffac8 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000074`77fffad0 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
00000074`77fffdc0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000074`77fffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000074`77bfebc0 00007ff7`aa46af9b     postgres!ExecInterpExpr(
00000074`77bfee80 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
00000074`77bfeeb0 00007ff7`aa478f86     postgres!ExecEvalExpr(
00000074`77bfeee0 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
00000074`77bfef30 00007ff7`aa4da870     postgres!LookupTupleHashEntry(
00000074`77bfef80 00007ff7`aa4dafa1     postgres!setop_fill_hash_table(
00000074`77bfeff0 00007ff7`aa48ac2b     postgres!ExecSetOp(
00000074`77bff040 00007ff7`aa480a0c     postgres!ExecProcNodeFirst(
00000074`77bff070 00007ff7`aa481b00     postgres!ExecProcNode(
00000074`77bff0a0 00007ff7`aa47ce17     postgres!ExecutePlan(
core
00000074`787ff998 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000074`787ff9a0 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
00000074`787ffc90 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000074`787ffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000074`78bff9d8 00007ffa`68ded71e     ntdll!NtWaitForSingleObject+0x14
00000074`78bff9e0 00007ff7`aa650dcc     KERNELBASE!WaitForSingleObjectEx+0x8e
00000074`78bffa80 00007ffa`6a544cb0     postgres!pg_timer_thread(
00000074`78bffac0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000074`78bffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000074`783ffa68 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
00000074`783ffa70 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
00000074`783ffae0 00007ffa`6a544cb0     postgres!pg_signal_thread(
00000074`783ffbe0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000074`783ffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000af`393ffae8 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000af`393ffaf0 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000af`393ffde0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000af`393ffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000af`38bfefa0 00007ff7`aa46af9b     postgres!ExecInterpExpr(
000000af`38bff260 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
000000af`38bff290 00007ff7`aa478f86     postgres!ExecEvalExpr(
000000af`38bff2c0 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
000000af`38bff310 00007ff7`aa4d7dbf     postgres!LookupTupleHashEntry(
000000af`38bff360 00007ff7`aa48ac2b     postgres!ExecRecursiveUnion(
000000af`38bff3d0 00007ff7`aa4ab03c     postgres!ExecProcNodeFirst(
000000af`38bff400 00007ff7`aa4ab5f9     postgres!ExecProcNode(
000000af`38bff430 00007ff7`aa48f815     postgres!CteScanNext(
000000af`38bff4a0 00007ff7`aa48f20c     postgres!ExecScanFetch(
core
000000af`39bffbf8 00007ffa`68ded71e     ntdll!NtWaitForSingleObject+0x14
000000af`39bffc00 00007ff7`aa650dcc     KERNELBASE!WaitForSingleObjectEx+0x8e
000000af`39bffca0 00007ffa`6a544cb0     postgres!pg_timer_thread(
000000af`39bffce0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000af`39bffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000af`397ff668 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
000000af`397ff670 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
000000af`397ff6e0 00007ffa`6a544cb0     postgres!pg_signal_thread(
000000af`397ff7e0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000af`397ff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000af`38fff538 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000af`38fff540 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000af`38fff830 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000af`38fff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cb`0b7ff9c8 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cb`0b7ff9d0 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000cb`0b7ffcc0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000cb`0b7ffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cb`0c3ffdc8 00007ffa`68ded71e     ntdll!NtWaitForSingleObject+0x14
000000cb`0c3ffdd0 00007ff7`aa650dcc     KERNELBASE!WaitForSingleObjectEx+0x8e
000000cb`0c3ffe70 00007ffa`6a544cb0     postgres!pg_timer_thread(
000000cb`0c3ffeb0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000cb`0c3ffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cb`0bfff698 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
000000cb`0bfff6a0 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
000000cb`0bfff710 00007ffa`6a544cb0     postgres!pg_signal_thread(
000000cb`0bfff810 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000cb`0bfff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cb`0bbff6f8 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cb`0bbff700 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000cb`0bbff9f0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000cb`0bbffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cb`0b3fee70 00007ff7`aa46af9b     postgres!ExecInterpExpr(
000000cb`0b3ff130 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
000000cb`0b3ff160 00007ff7`aa478f86     postgres!ExecEvalExpr(
000000cb`0b3ff190 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
000000cb`0b3ff1e0 00007ff7`aa4a254a     postgres!LookupTupleHashEntry(
000000cb`0b3ff230 00007ff7`aa4a2f8b     postgres!lookup_hash_entries(
000000cb`0b3ff2d0 00007ff7`aa4a5ee6     postgres!agg_fill_hash_table(
000000cb`0b3ff310 00007ff7`aa48ac2b     postgres!ExecAgg(
000000cb`0b3ff360 00007ff7`aa480a0c     postgres!ExecProcNodeFirst(
000000cb`0b3ff390 00007ff7`aa481b00     postgres!ExecProcNode(
core
000000f9`2cdff958 00007ffa`68ded71e     ntdll!NtWaitForSingleObject+0x14
000000f9`2cdff960 00007ff7`aa650dcc     KERNELBASE!WaitForSingleObjectEx+0x8e
000000f9`2cdffa00 00007ffa`6a544cb0     postgres!pg_timer_thread(
000000f9`2cdffa40 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000f9`2cdffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f9`2bdfe950 00007ff7`aa46af9b     postgres!ExecInterpExpr(
000000f9`2bdfec10 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
000000f9`2bdfec40 00007ff7`aa478f86     postgres!ExecEvalExpr(
000000f9`2bdfec70 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
000000f9`2bdfecc0 00007ff7`aa4a254a     postgres!LookupTupleHashEntry(
000000f9`2bdfed10 00007ff7`aa4a2f8b     postgres!lookup_hash_entries(
000000f9`2bdfedb0 00007ff7`aa4a5ee6     postgres!agg_fill_hash_table(
000000f9`2bdfedf0 00007ff7`aa48ac2b     postgres!ExecAgg(
000000f9`2bdfee40 00007ff7`aa4db11c     postgres!ExecProcNodeFirst(
000000f9`2bdfee70 00007ff7`aa4db9f1     postgres!ExecProcNode(
core
000000f9`2c1ff6b8 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f9`2c1ff6c0 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000f9`2c1ff9b0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000f9`2c1ff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f9`2c5ffc48 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
000000f9`2c5ffc50 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
000000f9`2c5ffcc0 00007ffa`6a544cb0     postgres!pg_signal_thread(
000000f9`2c5ffdc0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000f9`2c5ffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f9`2c9ffa68 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f9`2c9ffa70 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000f9`2c9ffd60 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000f9`2c9ffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000056`8bbffc58 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
00000056`8bbffc60 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
00000056`8bbffcd0 00007ffa`6a544cb0     postgres!pg_signal_thread(
00000056`8bbffdd0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000056`8bbffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000056`8bfff848 00007ffa`68ded71e     ntdll!NtWaitForSingleObject+0x14
00000056`8bfff850 00007ff7`aa650dcc     KERNELBASE!WaitForSingleObjectEx+0x8e
00000056`8bfff8f0 00007ffa`6a544cb0     postgres!pg_timer_thread(
00000056`8bfff930 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000056`8bfff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000056`8b7ff6a8 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000056`8b7ff6b0 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
00000056`8b7ff9a0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000056`8b7ff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000056`8b3ffad8 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000056`8b3ffae0 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
00000056`8b3ffdd0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000056`8b3ffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000056`8affea30 00007ff7`aa46af9b     postgres!ExecInterpExpr(
00000056`8affecf0 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
00000056`8affed20 00007ff7`aa478f86     postgres!ExecEvalExpr(
00000056`8affed50 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
00000056`8affeda0 00007ff7`aa4a254a     postgres!LookupTupleHashEntry(
00000056`8affedf0 00007ff7`aa4a2f8b     postgres!lookup_hash_entries(
00000056`8affee90 00007ff7`aa4a5ee6     postgres!agg_fill_hash_table(
00000056`8affeed0 00007ff7`aa48ac2b     postgres!ExecAgg(
00000056`8affef20 00007ff7`aa4db11c     postgres!ExecProcNodeFirst(
00000056`8affef50 00007ff7`aa4db9f1     postgres!ExecProcNode(
core
00000043`8a7ff558 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000043`8a7ff560 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
00000043`8a7ff850 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000043`8a7ff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000043`8a3ffba8 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000043`8a3ffbb0 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
00000043`8a3ffea0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000043`8a3ffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000043`89ffecd0 00007ff7`aa46af9b     postgres!ExecInterpExpr(
00000043`89ffef90 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
00000043`89ffefc0 00007ff7`aa478f86     postgres!ExecEvalExpr(
00000043`89ffeff0 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
00000043`89fff040 00007ff7`aa4a254a     postgres!LookupTupleHashEntry(
00000043`89fff090 00007ff7`aa4a2f8b     postgres!lookup_hash_entries(
00000043`89fff130 00007ff7`aa4a5ee6     postgres!agg_fill_hash_table(
00000043`89fff170 00007ff7`aa48ac2b     postgres!ExecAgg(
00000043`89fff1c0 00007ff7`aa480a0c     postgres!ExecProcNodeFirst(
00000043`89fff1f0 00007ff7`aa481b00     postgres!ExecProcNode(
core
00000043`8afffc08 00007ffa`68ded71e     ntdll!NtWaitForSingleObject+0x14
00000043`8afffc10 00007ff7`aa650dcc     KERNELBASE!WaitForSingleObjectEx+0x8e
00000043`8afffcb0 00007ffa`6a544cb0     postgres!pg_timer_thread(
00000043`8afffcf0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000043`8afffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000043`8abff768 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
00000043`8abff770 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
00000043`8abff7e0 00007ffa`6a544cb0     postgres!pg_signal_thread(
00000043`8abff8e0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000043`8abff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000064`bebff978 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000064`bebff980 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
00000064`bebffc70 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000064`bebffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000064`bf3ff778 00007ffa`68ded71e     ntdll!NtWaitForSingleObject+0x14
00000064`bf3ff780 00007ff7`aa650dcc     KERNELBASE!WaitForSingleObjectEx+0x8e
00000064`bf3ff820 00007ffa`6a544cb0     postgres!pg_timer_thread(
00000064`bf3ff860 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000064`bf3ff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000064`bf7ffb68 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000064`bf7ffb70 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
00000064`bf7ffe60 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000064`bf7ffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000064`be7fefd0 00007ff7`aa46af9b     postgres!ExecInterpExpr(
00000064`be7ff290 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
00000064`be7ff2c0 00007ff7`aa478f86     postgres!ExecEvalExpr(
00000064`be7ff2f0 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
00000064`be7ff340 00007ff7`aa4a254a     postgres!LookupTupleHashEntry(
00000064`be7ff390 00007ff7`aa4a2f8b     postgres!lookup_hash_entries(
00000064`be7ff430 00007ff7`aa4a5ee6     postgres!agg_fill_hash_table(
00000064`be7ff470 00007ff7`aa48ac2b     postgres!ExecAgg(
00000064`be7ff4c0 00007ff7`aa480a0c     postgres!ExecProcNodeFirst(
00000064`be7ff4f0 00007ff7`aa481b00     postgres!ExecProcNode(
core
00000064`befffb88 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
00000064`befffb90 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
00000064`befffc00 00007ffa`6a544cb0     postgres!pg_signal_thread(
00000064`befffd00 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000064`befffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c9`d93ffa18 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
000000c9`d93ffa20 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
000000c9`d93ffa90 00007ffa`6a544cb0     postgres!pg_signal_thread(
000000c9`d93ffb90 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000c9`d93ffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c9`d8bff200 00007ff7`aa46af9b     postgres!ExecInterpExpr(
000000c9`d8bff4c0 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
000000c9`d8bff4f0 00007ff7`aa478f86     postgres!ExecEvalExpr(
000000c9`d8bff520 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
000000c9`d8bff570 00007ff7`aa4a254a     postgres!LookupTupleHashEntry(
000000c9`d8bff5c0 00007ff7`aa4a2f8b     postgres!lookup_hash_entries(
000000c9`d8bff660 00007ff7`aa4a5ee6     postgres!agg_fill_hash_table(
000000c9`d8bff6a0 00007ff7`aa48ac2b     postgres!ExecAgg(
000000c9`d8bff6f0 00007ff7`aa480a0c     postgres!ExecProcNodeFirst(
000000c9`d8bff720 00007ff7`aa481b00     postgres!ExecProcNode(
core
000000c9`d97ffa18 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c9`d97ffa20 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000c9`d97ffd10 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000c9`d97ffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c9`d8fff8f8 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c9`d8fff900 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000c9`d8fffbf0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000c9`d8fffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005a`2b1ff838 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005a`2b1ff840 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
0000005a`2b1ffb30 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
0000005a`2b1ffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005a`2a9ff978 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
0000005a`2a9ff980 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
0000005a`2a9ff9f0 00007ffa`6a544cb0     postgres!pg_signal_thread(
0000005a`2a9ffaf0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
0000005a`2a9ffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005a`2a1fe920 00007ff7`aa46af9b     postgres!ExecInterpExpr(
0000005a`2a1febe0 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
0000005a`2a1fec10 00007ff7`aa478f86     postgres!ExecEvalExpr(
0000005a`2a1fec40 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
0000005a`2a1fec90 00007ff7`aa4d7dbf     postgres!LookupTupleHashEntry(
0000005a`2a1fece0 00007ff7`aa48ac2b     postgres!ExecRecursiveUnion(
0000005a`2a1fed50 00007ff7`aa4ab03c     postgres!ExecProcNodeFirst(
0000005a`2a1fed80 00007ff7`aa4ab5f9     postgres!ExecProcNode(
0000005a`2a1fedb0 00007ff7`aa48f815     postgres!CteScanNext(
0000005a`2a1fee20 00007ff7`aa48f1e5     postgres!ExecScanFetch(
core
0000005a`2a5ff6f8 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005a`2a5ff700 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
0000005a`2a5ff9f0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
0000005a`2a5ffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005a`2adff828 00007ffa`68ded71e     ntdll!NtWaitForSingleObject+0x14
0000005a`2adff830 00007ff7`aa650dcc     KERNELBASE!WaitForSingleObjectEx+0x8e
0000005a`2adff8d0 00007ffa`6a544cb0     postgres!pg_timer_thread(
0000005a`2adff910 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
0000005a`2adff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006b`387ff6c8 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006b`387ff6d0 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
0000006b`387ff9c0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
0000006b`387ff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006b`38bffae8 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
0000006b`38bffaf0 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
0000006b`38bffb60 00007ffa`6a544cb0     postgres!pg_signal_thread(
0000006b`38bffc60 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
0000006b`38bffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006b`38fffa88 00007ffa`68ded71e     ntdll!NtWaitForSingleObject+0x14
0000006b`38fffa90 00007ff7`aa650dcc     KERNELBASE!WaitForSingleObjectEx+0x8e
0000006b`38fffb30 00007ffa`6a544cb0     postgres!pg_timer_thread(
0000006b`38fffb70 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
0000006b`38fffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006b`37ffea10 00007ff7`aa46af9b     postgres!ExecInterpExpr(
0000006b`37ffecd0 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
0000006b`37ffed00 00007ff7`aa478f86     postgres!ExecEvalExpr(
0000006b`37ffed30 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
0000006b`37ffed80 00007ff7`aa4a254a     postgres!LookupTupleHashEntry(
0000006b`37ffedd0 00007ff7`aa4a2f8b     postgres!lookup_hash_entries(
0000006b`37ffee70 00007ff7`aa4a5ee6     postgres!agg_fill_hash_table(
0000006b`37ffeeb0 00007ff7`aa48ac2b     postgres!ExecAgg(
0000006b`37ffef00 00007ff7`aa4db11c     postgres!ExecProcNodeFirst(
0000006b`37ffef30 00007ff7`aa4db9f1     postgres!ExecProcNode(
core
0000006b`383ff4a8 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006b`383ff4b0 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
0000006b`383ff7a0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
0000006b`383ff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`267ffc18 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dd`267ffc20 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000dd`267fff10 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`267fff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`26bffaa8 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dd`26bffab0 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000dd`26bffda0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`26bffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`26fff858 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
000000dd`26fff860 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
000000dd`26fff8d0 00007ffa`6a544cb0     postgres!pg_signal_thread(
000000dd`26fff9d0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`26fffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`25fff020 00007ff7`aa46af9b     postgres!ExecInterpExpr(
000000dd`25fff2e0 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
000000dd`25fff310 00007ff7`aa478f86     postgres!ExecEvalExpr(
000000dd`25fff340 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
000000dd`25fff390 00007ff7`aa4a254a     postgres!LookupTupleHashEntry(
000000dd`25fff3e0 00007ff7`aa4a2f8b     postgres!lookup_hash_entries(
000000dd`25fff480 00007ff7`aa4a5ee6     postgres!agg_fill_hash_table(
000000dd`25fff4c0 00007ff7`aa48ac2b     postgres!ExecAgg(
000000dd`25fff510 00007ff7`aa480a0c     postgres!ExecProcNodeFirst(
000000dd`25fff540 00007ff7`aa481b00     postgres!ExecProcNode(
core
000000dd`263ff728 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dd`263ff730 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000dd`263ffa20 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`263ffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`273ffa48 00007ffa`68ded71e     ntdll!NtWaitForSingleObject+0x14
000000dd`273ffa50 00007ff7`aa650dcc     KERNELBASE!WaitForSingleObjectEx+0x8e
000000dd`273ffaf0 00007ffa`6a544cb0     postgres!pg_timer_thread(
000000dd`273ffb30 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`273ffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a2`095ff868 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a2`095ff870 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000a2`095ffb60 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000a2`095ffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a2`085fe660 00007ff7`aa46af9b     postgres!ExecInterpExpr(
000000a2`085fe920 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
000000a2`085fe950 00007ff7`aa478f86     postgres!ExecEvalExpr(
000000a2`085fe980 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
000000a2`085fe9d0 00007ff7`aa4a254a     postgres!LookupTupleHashEntry(
000000a2`085fea20 00007ff7`aa4a2f8b     postgres!lookup_hash_entries(
000000a2`085feac0 00007ff7`aa4a5ee6     postgres!agg_fill_hash_table(
000000a2`085feb00 00007ff7`aa48ac2b     postgres!ExecAgg(
000000a2`085feb50 00007ff7`aa4db11c     postgres!ExecProcNodeFirst(
000000a2`085feb80 00007ff7`aa4db9f1     postgres!ExecProcNode(
core
000000a2`089ff9a8 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a2`089ff9b0 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000a2`089ffca0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000a2`089ffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a2`08dffac8 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
000000a2`08dffad0 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
000000a2`08dffb40 00007ffa`6a544cb0     postgres!pg_signal_thread(
000000a2`08dffc40 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000a2`08dffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a2`091ff788 00007ffa`68ded71e     ntdll!NtWaitForSingleObject+0x14
000000a2`091ff790 00007ff7`aa650dcc     KERNELBASE!WaitForSingleObjectEx+0x8e
000000a2`091ff830 00007ffa`6a544cb0     postgres!pg_timer_thread(
000000a2`091ff870 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000a2`091ff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000066`545ffb18 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000066`545ffb20 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
00000066`545ffe10 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000066`545ffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000066`549ff7e8 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
00000066`549ff7f0 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
00000066`549ff860 00007ffa`6a544cb0     postgres!pg_signal_thread(
00000066`549ff960 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000066`549ff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000066`54dff758 00007ffa`68ded71e     ntdll!NtWaitForSingleObject+0x14
00000066`54dff760 00007ff7`aa650dcc     KERNELBASE!WaitForSingleObjectEx+0x8e
00000066`54dff800 00007ffa`6a544cb0     postgres!pg_timer_thread(
00000066`54dff840 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000066`54dff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000066`541ff768 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000066`541ff770 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
00000066`541ffa60 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000066`541ffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000066`53dfec80 00007ff7`aa46af9b     postgres!ExecInterpExpr(
00000066`53dfef40 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
00000066`53dfef70 00007ff7`aa478f86     postgres!ExecEvalExpr(
00000066`53dfefa0 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
00000066`53dfeff0 00007ff7`aa4a254a     postgres!LookupTupleHashEntry(
00000066`53dff040 00007ff7`aa4a2f8b     postgres!lookup_hash_entries(
00000066`53dff0e0 00007ff7`aa4a5ee6     postgres!agg_fill_hash_table(
00000066`53dff120 00007ff7`aa48ac2b     postgres!ExecAgg(
00000066`53dff170 00007ff7`aa4db11c     postgres!ExecProcNodeFirst(
00000066`53dff1a0 00007ff7`aa4db9f1     postgres!ExecProcNode(
core
00000058`46dff8f8 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
00000058`46dff900 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
00000058`46dff970 00007ffa`6a544cb0     postgres!pg_signal_thread(
00000058`46dffa70 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000058`46dffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000058`471ff928 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000058`471ff930 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
00000058`471ffc20 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000058`471ffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000058`475ffc38 00007ffa`68ded71e     ntdll!NtWaitForSingleObject+0x14
00000058`475ffc40 00007ff7`aa650dcc     KERNELBASE!WaitForSingleObjectEx+0x8e
00000058`475ffce0 00007ffa`6a544cb0     postgres!pg_timer_thread(
00000058`475ffd20 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000058`475ffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000058`465feda0 00007ff7`aa46af9b     postgres!ExecInterpExpr(
00000058`465ff060 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
00000058`465ff090 00007ff7`aa478f86     postgres!ExecEvalExpr(
00000058`465ff0c0 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
00000058`465ff110 00007ff7`aa4a254a     postgres!LookupTupleHashEntry(
00000058`465ff160 00007ff7`aa4a2f8b     postgres!lookup_hash_entries(
00000058`465ff200 00007ff7`aa4a5ee6     postgres!agg_fill_hash_table(
00000058`465ff240 00007ff7`aa48ac2b     postgres!ExecAgg(
00000058`465ff290 00007ff7`aa480a0c     postgres!ExecProcNodeFirst(
00000058`465ff2c0 00007ff7`aa481b00     postgres!ExecProcNode(
core
00000058`469ff478 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000058`469ff480 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
00000058`469ff770 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000058`469ff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000be`74bff898 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
000000be`74bff8a0 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
000000be`74bff910 00007ffa`6a544cb0     postgres!pg_signal_thread(
000000be`74bffa10 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000be`74bffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000be`74fffbd8 00007ffa`68ded71e     ntdll!NtWaitForSingleObject+0x14
000000be`74fffbe0 00007ff7`aa650dcc     KERNELBASE!WaitForSingleObjectEx+0x8e
000000be`74fffc80 00007ffa`6a544cb0     postgres!pg_timer_thread(
000000be`74fffcc0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000be`74fffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000be`753ff698 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000be`753ff6a0 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000be`753ff990 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000be`753ff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000be`743fe980 00007ff7`aa46af9b     postgres!ExecInterpExpr(
000000be`743fec40 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
000000be`743fec70 00007ff7`aa478f86     postgres!ExecEvalExpr(
000000be`743feca0 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
000000be`743fecf0 00007ff7`aa4a254a     postgres!LookupTupleHashEntry(
000000be`743fed40 00007ff7`aa4a2f8b     postgres!lookup_hash_entries(
000000be`743fede0 00007ff7`aa4a5ee6     postgres!agg_fill_hash_table(
000000be`743fee20 00007ff7`aa48ac2b     postgres!ExecAgg(
000000be`743fee70 00007ff7`aa480a0c     postgres!ExecProcNodeFirst(
000000be`743feea0 00007ff7`aa481b00     postgres!ExecProcNode(
core
000000be`747ffad8 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000be`747ffae0 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000be`747ffdd0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000be`747ffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000060`e93ffab8 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
00000060`e93ffac0 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
00000060`e93ffb30 00007ffa`6a544cb0     postgres!pg_signal_thread(
00000060`e93ffc30 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000060`e93ffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000060`e97ff8e8 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000060`e97ff8f0 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
00000060`e97ffbe0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000060`e97ffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000060`e8bff070 00007ff7`aa993c18     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000060`e8bff0b0 00007ff7`aa327185     postgres!ExceptionalCondition(
00000060`e8bff0f0 00007ff7`aa317df7     postgres!index_drop(
00000060`e8bff1d0 00007ff7`aa3178ed     postgres!doDeletion(
00000060`e8bff220 00007ff7`aa31ada1     postgres!deleteOneObject(
00000060`e8bff370 00007ff7`aa315bec     postgres!deleteObjectsInList(
00000060`e8bff3d0 00007ff7`aa6546d7     postgres!performDeletion(
00000060`e8bff430 00007ff7`aa6528bc     postgres!do_autovacuum(void)+0x967 [c:\cirrus\src\backend\postmaster\autovacuum....
00000060`e8bff7b0 00007ff7`aa65aed7     postgres!AutoVacWorkerMain(
00000060`e8bff960 00007ff7`aa51a434     postgres!SubPostmasterMain(
core
00000060`e8fff4f8 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000060`e8fff500 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
00000060`e8fff7f0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000060`e8fff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002d`493ff9e8 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
0000002d`493ff9f0 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
0000002d`493ffa60 00007ffa`6a544cb0     postgres!pg_signal_thread(
0000002d`493ffb60 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
0000002d`493ffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002d`497ffdf8 00007ffa`68ded71e     ntdll!NtWaitForSingleObject+0x14
0000002d`497ffe00 00007ff7`aa650dcc     KERNELBASE!WaitForSingleObjectEx+0x8e
0000002d`497ffea0 00007ffa`6a544cb0     postgres!pg_timer_thread(
0000002d`497ffee0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
0000002d`497fff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002d`49bff858 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002d`49bff860 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
0000002d`49bffb50 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
0000002d`49bffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002d`48bfdda0 00007ff7`aa46af9b     postgres!ExecInterpExpr(
0000002d`48bfe060 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
0000002d`48bfe090 00007ff7`aa478f86     postgres!ExecEvalExpr(
0000002d`48bfe0c0 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
0000002d`48bfe110 00007ff7`aa4a254a     postgres!LookupTupleHashEntry(
0000002d`48bfe160 00007ff7`aa4a2f8b     postgres!lookup_hash_entries(
0000002d`48bfe200 00007ff7`aa4a5ee6     postgres!agg_fill_hash_table(
0000002d`48bfe240 00007ff7`aa48ac2b     postgres!ExecAgg(
0000002d`48bfe290 00007ff7`aa4adf3c     postgres!ExecProcNodeFirst(
0000002d`48bfe2c0 00007ff7`aa4ae7d9     postgres!ExecProcNode(
core
0000002d`48fff8c8 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002d`48fff8d0 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
0000002d`48fffbc0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
0000002d`48fffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a4`573ff708 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
000000a4`573ff710 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
000000a4`573ff780 00007ffa`6a544cb0     postgres!pg_signal_thread(
000000a4`573ff880 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000a4`573ff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a4`577ff858 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a4`577ff860 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000a4`577ffb50 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000a4`577ffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a4`56bfedd0 00007ff7`aa46af9b     postgres!ExecInterpExpr(
000000a4`56bff090 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
000000a4`56bff0c0 00007ff7`aa478f86     postgres!ExecEvalExpr(
000000a4`56bff0f0 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
000000a4`56bff140 00007ff7`aa4a254a     postgres!LookupTupleHashEntry(
000000a4`56bff190 00007ff7`aa4a2f8b     postgres!lookup_hash_entries(
000000a4`56bff230 00007ff7`aa4a5ee6     postgres!agg_fill_hash_table(
000000a4`56bff270 00007ff7`aa48ac2b     postgres!ExecAgg(
000000a4`56bff2c0 00007ff7`aa480a0c     postgres!ExecProcNodeFirst(
000000a4`56bff2f0 00007ff7`aa481b00     postgres!ExecProcNode(
core
000000a4`56fff5a8 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a4`56fff5b0 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000a4`56fff8a0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000a4`56fff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fd`bc7ffd68 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
000000fd`bc7ffd70 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
000000fd`bc7ffde0 00007ffa`6a544cb0     postgres!pg_signal_thread(
000000fd`bc7ffee0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000fd`bc7fff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fd`bcbff6b8 00007ffa`68ded71e     ntdll!NtWaitForSingleObject+0x14
000000fd`bcbff6c0 00007ff7`aa650dcc     KERNELBASE!WaitForSingleObjectEx+0x8e
000000fd`bcbff760 00007ffa`6a544cb0     postgres!pg_timer_thread(
000000fd`bcbff7a0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000fd`bcbff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fd`bc3ffb08 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fd`bc3ffb10 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000fd`bc3ffe00 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000fd`bc3ffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fd`bbfffb78 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fd`bbfffb80 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000fd`bbfffe70 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000fd`bbfffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fd`bbbff468 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fd`bbbff470 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000fd`bbbff760 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000fd`bbbff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fd`bb7fed50 00007ff7`aa46af9b     postgres!ExecInterpExpr(
000000fd`bb7ff010 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
000000fd`bb7ff040 00007ff7`aa478f86     postgres!ExecEvalExpr(
000000fd`bb7ff070 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
000000fd`bb7ff0c0 00007ff7`aa4a254a     postgres!LookupTupleHashEntry(
000000fd`bb7ff110 00007ff7`aa4a2f8b     postgres!lookup_hash_entries(
000000fd`bb7ff1b0 00007ff7`aa4a5ee6     postgres!agg_fill_hash_table(
000000fd`bb7ff1f0 00007ff7`aa48ac2b     postgres!ExecAgg(
000000fd`bb7ff240 00007ff7`aa480a0c     postgres!ExecProcNodeFirst(
000000fd`bb7ff270 00007ff7`aa481b00     postgres!ExecProcNode(
core
0000007f`cebffa98 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007f`cebffaa0 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
0000007f`cebffd90 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
0000007f`cebffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007f`cdbfedb0 00007ff7`aa46af9b     postgres!ExecInterpExpr(
0000007f`cdbff070 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
0000007f`cdbff0a0 00007ff7`aa478f86     postgres!ExecEvalExpr(
0000007f`cdbff0d0 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
0000007f`cdbff120 00007ff7`aa4a254a     postgres!LookupTupleHashEntry(
0000007f`cdbff170 00007ff7`aa4a2d1a     postgres!lookup_hash_entries(
0000007f`cdbff210 00007ff7`aa4a5f01     postgres!agg_retrieve_direct(
0000007f`cdbff2b0 00007ff7`aa48ac2b     postgres!ExecAgg(
0000007f`cdbff300 00007ff7`aa4db11c     postgres!ExecProcNodeFirst(
0000007f`cdbff330 00007ff7`aa4db9f1     postgres!ExecProcNode(
core
0000007f`ce3ff728 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
0000007f`ce3ff730 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
0000007f`ce3ff7a0 00007ffa`6a544cb0     postgres!pg_signal_thread(
0000007f`ce3ff8a0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
0000007f`ce3ff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007f`cdfff4e8 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007f`cdfff4f0 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
0000007f`cdfff7e0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
0000007f`cdfff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007f`ce7ffd38 00007ffa`68ded71e     ntdll!NtWaitForSingleObject+0x14
0000007f`ce7ffd40 00007ff7`aa650dcc     KERNELBASE!WaitForSingleObjectEx+0x8e
0000007f`ce7ffde0 00007ffa`6a544cb0     postgres!pg_timer_thread(
0000007f`ce7ffe20 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
0000007f`ce7ffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a1`ae3ffcb8 00007ffa`67dcf6cb     ntdll!NtRemoveIoCompletion+0x14
000000a1`ae3ffcc0 00007ffa`6a544cb0     mswsock!SockAsyncThread+0x9b
000000a1`ae3ffd20 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000a1`ae3ffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a1`ad7ff8d8 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a1`ad7ff8e0 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000a1`ad7ffbd0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000a1`ad7ffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a1`ad3ff978 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a1`ad3ff980 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000a1`ad3ffc70 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000a1`ad3ffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a1`acffed50 00007ff7`aa46af9b     postgres!ExecInterpExpr(
000000a1`acfff010 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
000000a1`acfff040 00007ff7`aa478f86     postgres!ExecEvalExpr(
000000a1`acfff070 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
000000a1`acfff0c0 00007ff7`aa4a254a     postgres!LookupTupleHashEntry(
000000a1`acfff110 00007ff7`aa4a2f8b     postgres!lookup_hash_entries(
000000a1`acfff1b0 00007ff7`aa4a5ee6     postgres!agg_fill_hash_table(
000000a1`acfff1f0 00007ff7`aa48ac2b     postgres!ExecAgg(
000000a1`acfff240 00007ff7`aa49fb9c     postgres!ExecProcNodeFirst(
000000a1`acfff270 00007ff7`aa4a0155     postgres!ExecProcNode(
core
000000a1`adbffb18 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
000000a1`adbffb20 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
000000a1`adbffb90 00007ffa`6a544cb0     postgres!pg_signal_thread(
000000a1`adbffc90 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000a1`adbffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a1`adfffa18 00007ffa`68ded71e     ntdll!NtWaitForSingleObject+0x14
000000a1`adfffa20 00007ff7`aa650dcc     KERNELBASE!WaitForSingleObjectEx+0x8e
000000a1`adfffac0 00007ffa`6a544cb0     postgres!pg_timer_thread(
000000a1`adfffb00 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000a1`adfffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000068`f25ff698 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000068`f25ff6a0 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
00000068`f25ff990 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000068`f25ff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000068`f29ffd88 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
00000068`f29ffd90 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
00000068`f29ffe00 00007ffa`6a544cb0     postgres!pg_signal_thread(
00000068`f29fff00 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000068`f29fff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000068`f2dff978 00007ffa`68ded71e     ntdll!NtWaitForSingleObject+0x14
00000068`f2dff980 00007ff7`aa650dcc     KERNELBASE!WaitForSingleObjectEx+0x8e
00000068`f2dffa20 00007ffa`6a544cb0     postgres!pg_timer_thread(
00000068`f2dffa60 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000068`f2dffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000068`f1dfede0 00007ff7`aa46af9b     postgres!ExecInterpExpr(
00000068`f1dff0a0 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
00000068`f1dff0d0 00007ff7`aa478f86     postgres!ExecEvalExpr(
00000068`f1dff100 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
00000068`f1dff150 00007ff7`aa4a254a     postgres!LookupTupleHashEntry(
00000068`f1dff1a0 00007ff7`aa4a2f8b     postgres!lookup_hash_entries(
00000068`f1dff240 00007ff7`aa4a5ee6     postgres!agg_fill_hash_table(
00000068`f1dff280 00007ff7`aa48ac2b     postgres!ExecAgg(
00000068`f1dff2d0 00007ff7`aa480a0c     postgres!ExecProcNodeFirst(
00000068`f1dff300 00007ff7`aa481b00     postgres!ExecProcNode(
core
00000068`f21ff568 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000068`f21ff570 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
00000068`f21ff860 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000068`f21ff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e6`a39ff658 00007ffa`68ded71e     ntdll!NtWaitForSingleObject+0x14
000000e6`a39ff660 00007ff7`aa650dcc     KERNELBASE!WaitForSingleObjectEx+0x8e
000000e6`a39ff700 00007ffa`6a544cb0     postgres!pg_timer_thread(
000000e6`a39ff740 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000e6`a39ff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e6`a2dfed60 00007ff7`aa46af9b     postgres!ExecInterpExpr(
000000e6`a2dff020 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
000000e6`a2dff050 00007ff7`aa478f86     postgres!ExecEvalExpr(
000000e6`a2dff080 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
000000e6`a2dff0d0 00007ff7`aa4a254a     postgres!LookupTupleHashEntry(
000000e6`a2dff120 00007ff7`aa4a2f8b     postgres!lookup_hash_entries(
000000e6`a2dff1c0 00007ff7`aa4a5ee6     postgres!agg_fill_hash_table(
000000e6`a2dff200 00007ff7`aa48ac2b     postgres!ExecAgg(
000000e6`a2dff250 00007ff7`aa480a0c     postgres!ExecProcNodeFirst(
000000e6`a2dff280 00007ff7`aa481b00     postgres!ExecProcNode(
core
000000e6`a31ffb38 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e6`a31ffb40 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000e6`a31ffe30 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000e6`a31ffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e6`a35ffac8 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
000000e6`a35ffad0 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
000000e6`a35ffb40 00007ffa`6a544cb0     postgres!pg_signal_thread(
000000e6`a35ffc40 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000e6`a35ffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e6`a3dffa08 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e6`a3dffa10 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000e6`a3dffd00 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000e6`a3dffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008e`d63ff508 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008e`d63ff510 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
0000008e`d63ff800 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
0000008e`d63ff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008e`d5fff460 00007ff7`aa993c18     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000008e`d5fff4a0 00007ff7`aa327185     postgres!ExceptionalCondition(
0000008e`d5fff4e0 00007ff7`aa317df7     postgres!index_drop(
0000008e`d5fff5c0 00007ff7`aa3178ed     postgres!doDeletion(
0000008e`d5fff610 00007ff7`aa31ada1     postgres!deleteOneObject(
0000008e`d5fff760 00007ff7`aa315bec     postgres!deleteObjectsInList(
0000008e`d5fff7c0 00007ff7`aa6546d7     postgres!performDeletion(
0000008e`d5fff820 00007ff7`aa6528bc     postgres!do_autovacuum(void)+0x967 [c:\cirrus\src\backend\postmaster\autovacuum....
0000008e`d5fffba0 00007ff7`aa65aed7     postgres!AutoVacWorkerMain(
0000008e`d5fffd50 00007ff7`aa51a434     postgres!SubPostmasterMain(
core
0000008e`d6bffc28 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008e`d6bffc30 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
0000008e`d6bfff20 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
0000008e`d6bfff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008e`d67ffb28 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
0000008e`d67ffb30 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
0000008e`d67ffba0 00007ffa`6a544cb0     postgres!pg_signal_thread(
0000008e`d67ffca0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
0000008e`d67ffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a1`f0bffe28 00007ffa`68ded71e     ntdll!NtWaitForSingleObject+0x14
000000a1`f0bffe30 00007ff7`aa650dcc     KERNELBASE!WaitForSingleObjectEx+0x8e
000000a1`f0bffed0 00007ffa`6a544cb0     postgres!pg_timer_thread(
000000a1`f0bfff10 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000a1`f0bfff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a1`f0fff618 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a1`f0fff620 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000a1`f0fff910 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000a1`f0fff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a1`efffefb0 00007ff7`aa46af9b     postgres!ExecInterpExpr(
000000a1`effff270 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
000000a1`effff2a0 00007ff7`aa478f86     postgres!ExecEvalExpr(
000000a1`effff2d0 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
000000a1`effff320 00007ff7`aa4a254a     postgres!LookupTupleHashEntry(
000000a1`effff370 00007ff7`aa4a2f8b     postgres!lookup_hash_entries(
000000a1`effff410 00007ff7`aa4a5ee6     postgres!agg_fill_hash_table(
000000a1`effff450 00007ff7`aa48ac2b     postgres!ExecAgg(
000000a1`effff4a0 00007ff7`aa480a0c     postgres!ExecProcNodeFirst(
000000a1`effff4d0 00007ff7`aa481b00     postgres!ExecProcNode(
core
000000a1`f03ff9d8 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a1`f03ff9e0 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000a1`f03ffcd0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000a1`f03ffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a1`f07ff9b8 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
000000a1`f07ff9c0 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
000000a1`f07ffa30 00007ffa`6a544cb0     postgres!pg_signal_thread(
000000a1`f07ffb30 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000a1`f07ffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bc`595fef50 00007ff7`aa46af9b     postgres!ExecInterpExpr(
000000bc`595ff210 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
000000bc`595ff240 00007ff7`aa478f86     postgres!ExecEvalExpr(
000000bc`595ff270 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
000000bc`595ff2c0 00007ff7`aa4a254a     postgres!LookupTupleHashEntry(
000000bc`595ff310 00007ff7`aa4a2f8b     postgres!lookup_hash_entries(
000000bc`595ff3b0 00007ff7`aa4a5ee6     postgres!agg_fill_hash_table(
000000bc`595ff3f0 00007ff7`aa48ac2b     postgres!ExecAgg(
000000bc`595ff440 00007ff7`aa480a0c     postgres!ExecProcNodeFirst(
000000bc`595ff470 00007ff7`aa481b00     postgres!ExecProcNode(
core
000000bc`599ffb88 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bc`599ffb90 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000bc`599ffe80 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000bc`599ffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bc`59dffb28 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
000000bc`59dffb30 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
000000bc`59dffba0 00007ffa`6a544cb0     postgres!pg_signal_thread(
000000bc`59dffca0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000bc`59dffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bc`5a1ff9f8 00007ffa`68ded71e     ntdll!NtWaitForSingleObject+0x14
000000bc`5a1ffa00 00007ff7`aa650dcc     KERNELBASE!WaitForSingleObjectEx+0x8e
000000bc`5a1ffaa0 00007ffa`6a544cb0     postgres!pg_timer_thread(
000000bc`5a1ffae0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000bc`5a1ffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bc`5a5ff8a8 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bc`5a5ff8b0 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
000000bc`5a5ffba0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
000000bc`5a5ffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000065`cc9ff9e8 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
00000065`cc9ff9f0 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
00000065`cc9ffa60 00007ffa`6a544cb0     postgres!pg_signal_thread(
00000065`cc9ffb60 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000065`cc9ffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000065`ccdff968 00007ffa`68ded71e     ntdll!NtWaitForSingleObject+0x14
00000065`ccdff970 00007ff7`aa650dcc     KERNELBASE!WaitForSingleObjectEx+0x8e
00000065`ccdffa10 00007ffa`6a544cb0     postgres!pg_timer_thread(
00000065`ccdffa50 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000065`ccdffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000065`cd1ff768 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000065`cd1ff770 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
00000065`cd1ffa60 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000065`cd1ffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000065`cc5ff6e8 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000065`cc5ff6f0 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
00000065`cc5ff9e0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000065`cc5ffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000065`cc1ff090 00007ff7`aa46af9b     postgres!ExecInterpExpr(
00000065`cc1ff350 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
00000065`cc1ff380 00007ff7`aa478f86     postgres!ExecEvalExpr(
00000065`cc1ff3b0 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
00000065`cc1ff400 00007ff7`aa4da870     postgres!LookupTupleHashEntry(
00000065`cc1ff450 00007ff7`aa4dafa1     postgres!setop_fill_hash_table(
00000065`cc1ff4c0 00007ff7`aa48ac2b     postgres!ExecSetOp(
00000065`cc1ff510 00007ff7`aa480a0c     postgres!ExecProcNodeFirst(
00000065`cc1ff540 00007ff7`aa481b00     postgres!ExecProcNode(
00000065`cc1ff570 00007ff7`aa47ce17     postgres!ExecutePlan(
core
0000005c`80bffc18 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
0000005c`80bffc20 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
0000005c`80bffc90 00007ffa`6a544cb0     postgres!pg_signal_thread(
0000005c`80bffd90 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
0000005c`80bffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005c`80fffa98 00007ffa`68ded71e     ntdll!NtWaitForSingleObject+0x14
0000005c`80fffaa0 00007ff7`aa650dcc     KERNELBASE!WaitForSingleObjectEx+0x8e
0000005c`80fffb40 00007ffa`6a544cb0     postgres!pg_timer_thread(
0000005c`80fffb80 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
0000005c`80fffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005c`813ff928 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005c`813ff930 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
0000005c`813ffc20 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
0000005c`813ffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005c`803feef0 00007ff7`aa46af9b     postgres!ExecInterpExpr(
0000005c`803ff1b0 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
0000005c`803ff1e0 00007ff7`aa478f86     postgres!ExecEvalExpr(
0000005c`803ff210 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
0000005c`803ff260 00007ff7`aa4a254a     postgres!LookupTupleHashEntry(
0000005c`803ff2b0 00007ff7`aa4a2f8b     postgres!lookup_hash_entries(
0000005c`803ff350 00007ff7`aa4a5ee6     postgres!agg_fill_hash_table(
0000005c`803ff390 00007ff7`aa48ac2b     postgres!ExecAgg(
0000005c`803ff3e0 00007ff7`aa480a0c     postgres!ExecProcNodeFirst(
0000005c`803ff410 00007ff7`aa481b00     postgres!ExecProcNode(
core
0000005c`807ff838 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005c`807ff840 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
0000005c`807ffb30 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
0000005c`807ffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000d`961ff878 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000d`961ff880 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
0000000d`961ffb70 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
0000000d`961ffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000d`965ff898 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
0000000d`965ff8a0 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
0000000d`965ff910 00007ffa`6a544cb0     postgres!pg_signal_thread(
0000000d`965ffa10 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
0000000d`965ffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000d`969ff7b8 00007ffa`68ded71e     ntdll!NtWaitForSingleObject+0x14
0000000d`969ff7c0 00007ff7`aa650dcc     KERNELBASE!WaitForSingleObjectEx+0x8e
0000000d`969ff860 00007ffa`6a544cb0     postgres!pg_timer_thread(
0000000d`969ff8a0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
0000000d`969ff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000d`959fe690 00007ff7`aa46af9b     postgres!ExecInterpExpr(
0000000d`959fe950 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
0000000d`959fe980 00007ff7`aa478f86     postgres!ExecEvalExpr(
0000000d`959fe9b0 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
0000000d`959fea00 00007ff7`aa4a254a     postgres!LookupTupleHashEntry(
0000000d`959fea50 00007ff7`aa4a2f8b     postgres!lookup_hash_entries(
0000000d`959feaf0 00007ff7`aa4a5ee6     postgres!agg_fill_hash_table(
0000000d`959feb30 00007ff7`aa48ac2b     postgres!ExecAgg(
0000000d`959feb80 00007ff7`aa4db11c     postgres!ExecProcNodeFirst(
0000000d`959febb0 00007ff7`aa4db9f1     postgres!ExecProcNode(
core
0000000d`95dffb68 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000d`95dffb70 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
0000000d`95dffe60 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
0000000d`95dffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000020`b05ff908 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000020`b05ff910 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
00000020`b05ffc00 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000020`b05ffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000020`b09ffbd8 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
00000020`b09ffbe0 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
00000020`b09ffc50 00007ffa`6a544cb0     postgres!pg_signal_thread(
00000020`b09ffd50 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000020`b09ffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000020`b0dff718 00007ffa`68ded71e     ntdll!NtWaitForSingleObject+0x14
00000020`b0dff720 00007ff7`aa650dcc     KERNELBASE!WaitForSingleObjectEx+0x8e
00000020`b0dff7c0 00007ffa`6a544cb0     postgres!pg_timer_thread(
00000020`b0dff800 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000020`b0dff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000020`afdff010 00007ff7`aa46af9b     postgres!ExecInterpExpr(
00000020`afdff2d0 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
00000020`afdff300 00007ff7`aa478f86     postgres!ExecEvalExpr(
00000020`afdff330 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
00000020`afdff380 00007ff7`aa4a254a     postgres!LookupTupleHashEntry(
00000020`afdff3d0 00007ff7`aa4a2f8b     postgres!lookup_hash_entries(
00000020`afdff470 00007ff7`aa4a5ee6     postgres!agg_fill_hash_table(
00000020`afdff4b0 00007ff7`aa48ac2b     postgres!ExecAgg(
00000020`afdff500 00007ff7`aa480a0c     postgres!ExecProcNodeFirst(
00000020`afdff530 00007ff7`aa481b00     postgres!ExecProcNode(
core
00000020`b01ff5c8 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000020`b01ff5d0 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
00000020`b01ff8c0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000020`b01ff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000077`22fffb78 00007ffa`68e345ca     ntdll!NtFsControlFile+0x14
00000077`22fffb80 00007ff7`aa64f32b     KERNELBASE!ConnectNamedPipe+0x6a
00000077`22fffbf0 00007ffa`6a544cb0     postgres!pg_signal_thread(
00000077`22fffcf0 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000077`22fffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000077`237ff828 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000077`237ff830 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
00000077`237ffb20 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000077`237ffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000077`233ff678 00007ffa`68ded71e     ntdll!NtWaitForSingleObject+0x14
00000077`233ff680 00007ff7`aa650dcc     KERNELBASE!WaitForSingleObjectEx+0x8e
00000077`233ff720 00007ffa`6a544cb0     postgres!pg_timer_thread(
00000077`233ff760 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000077`233ff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000077`22bffb38 00007ffa`6b34b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000077`22bffb40 00007ffa`6a544cb0     ntdll!TppWorkerThread+0x2df
00000077`22bffe30 00007ffa`6b3becdb     KERNEL32!BaseThreadInitThunk+0x10
00000077`22bffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000077`227ff0d0 00007ff7`aa46af9b     postgres!ExecInterpExpr(
00000077`227ff390 00007ff7`aa478cca     postgres!ExecInterpExprStillValid(
00000077`227ff3c0 00007ff7`aa478f86     postgres!ExecEvalExpr(
00000077`227ff3f0 00007ff7`aa478a1c     postgres!TupleHashTableHash_internal(
00000077`227ff440 00007ff7`aa4a254a     postgres!LookupTupleHashEntry(
00000077`227ff490 00007ff7`aa4a2f8b     postgres!lookup_hash_entries(
00000077`227ff530 00007ff7`aa4a5ee6     postgres!agg_fill_hash_table(
00000077`227ff570 00007ff7`aa48ac2b     postgres!ExecAgg(
00000077`227ff5c0 00007ff7`aa480a0c     postgres!ExecProcNodeFirst(
00000077`227ff5f0 00007ff7`aa481b00     postgres!ExecProcNode(
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/isolation/expected/matview-write-skew.out C:/cirrus/build/testrun/isolat...
--- C:/cirrus/src/test/isolation/expected/matview-write-skew.out	2024-10-21 09:37:09.450769300 +0000
+++ C:/cirrus/build/testrun/isolation/isolation/results/matview-write-skew.out	2024-10-21 09:40:54.599428000 +0000
@@ -1,121 +1,6 @@
 Parsed test spec with 2 sessions
 
 starting permutation: s1_begin s2_begin s1_refresh s2_read s2_insert s1_commit s2_commit
-step s1_begin: BEGIN ISOLATION LEVEL SERIALIZABLE;
-step s2_begin: BEGIN ISOLATION LEVEL SERIALIZABLE;
-step s1_refresh: REFRESH MATERIALIZED VIEW CONCURRENTLY order_summary;
-step s2_read: SELECT max(date) FROM order_summary;
-       max
-----------
-04-01-2022
-(1 row)
-
-step s2_insert: INSERT INTO orders VALUES ('2022-04-02', 'orange', 15);
-step s1_commit: COMMIT;
-step s2_commit: COMMIT;
-ERROR:  could not serialize access due to read/write dependencies among transactions
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/contrib/pageinspect/expected/brin.out C:/cirrus/build/testrun/pageinspect/regress...
--- C:/cirrus/contrib/pageinspect/expected/brin.out	2024-10-21 09:37:05.773039400 +0000
+++ C:/cirrus/build/testrun/pageinspect/regress/results/brin.out	2024-10-21 09:42:11.689298600 +0000
@@ -161,50 +161,7 @@
 SELECT * FROM brin_page_items(get_raw_page('brin_test_parallel_idx', 2), 'brin_test_parallel_idx')
 EXCEPT
 SELECT * FROM brin_page_items(get_raw_page('brin_test_serial_idx', 2), 'brin_test_serial_idx');
- itemoffset | blknum | attnum | allnulls | hasnulls | placeholder | empty | value 
-------------+--------+--------+----------+----------+-------------+-------+-------
-(0 rows)
-
-SELECT * FROM brin_page_items(get_raw_page('brin_test_serial_idx', 2), 'brin_test_serial_idx')
-EXCEPT
-SELECT * FROM brin_page_items(get_raw_page('brin_test_parallel_idx', 2), 'brin_test_parallel_idx');
- itemoffset | blknum | attnum | allnulls | hasnulls | placeholder | empty | value 
-------------+--------+--------+----------+----------+-------------+-------+-------
-(0 rows)
-
-DROP INDEX brin_test_parallel_idx;
--- force parallel build, but don't allow starting parallel workers to force
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/contrib/pg_stat_statements/expected/select.out C:/cirrus/build/testrun/pg_stat_st...
--- C:/cirrus/contrib/pg_stat_statements/expected/select.out	2024-10-21 09:37:05.850668400 +0000
+++ C:/cirrus/build/testrun/pg_stat_statements/regress/results/select.out	2024-10-21 09:42:17.063327400 +0000
@@ -319,96 +319,7 @@
 FROM (VALUES (1, 2, 3), (4, NULL, 6), (7, 8, 9)) AS t (a, b, c)
 GROUP BY ROLLUP(a, b), rollup(a, c)
 ORDER BY a, b, c;
- a | b | c 
----+---+---
- 1 | 2 | 3
- 1 | 2 |  
- 1 | 2 |  
- 1 |   | 3
- 1 |   | 3
- 1 |   |  
- 1 |   |  
- 1 |   |  
- 4 |   | 6
- 4 |   | 6
- 4 |   | 6
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/contrib/pg_trgm/expected/pg_trgm.out C:/cirrus/build/testrun/pg_trgm/regress/resu...
--- C:/cirrus/contrib/pg_trgm/expected/pg_trgm.out	2024-10-21 09:37:05.883420500 +0000
+++ C:/cirrus/build/testrun/pg_trgm/regress/results/pg_trgm.out	2024-10-21 09:42:20.038916300 +0000
@@ -5384,21 +5384,7 @@
 
 SELECT DISTINCT city, similarity(city, 'Warsaw'), show_limit()
   FROM restaurants WHERE city % 'Warsaw';
-  city  | similarity | show_limit 
---------+------------+------------
- Warsaw |          1 |        0.3
-(1 row)
-
-SELECT set_limit(0.5);
- set_limit 
------------
-       0.5
-(1 row)
-
-SELECT DISTINCT city, similarity(city, 'Warsaw'), show_limit()
-  FROM restaurants WHERE city % 'Warsaw';
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/type_sanity.out C:/cirrus/build/testrun/pg_upgrade/002_...
--- C:/cirrus/src/test/regress/expected/type_sanity.out	2024-10-21 09:37:10.062038900 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/type_sanity.out	2024-10-21 09:39:18.786280600 +0000
@@ -172,573 +172,7 @@
 FROM pg_type AS t1
 WHERE t1.typtype not in ('b', 'p')
 ORDER BY 1;
- typtype |   typinput    
----------+---------------
- c       | record_in
- d       | domain_in
- e       | enum_in
- m       | multirange_in
- r       | range_in
-(5 rows)
-
--- Check for bogus typoutput routines
--- As of 8.0, this check finds refcursor, which is borrowing
--- other types' I/O routines
-SELECT t1.oid, t1.typname, p1.oid, p1.proname
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/contrib/postgres_fdw/expected/postgres_fdw.out C:/cirrus/build/testrun/postgres_f...
--- C:/cirrus/contrib/postgres_fdw/expected/postgres_fdw.out	2024-10-21 09:37:05.994226800 +0000
+++ C:/cirrus/build/testrun/postgres_fdw/regress/results/postgres_fdw.out	2024-10-21 09:42:23.470068500 +0000
@@ -2329,10019 +2329,7 @@
 (20 rows)
 
 SELECT t1c1, avg(t1c1 + t2c1) FROM (SELECT t1.c1, t2.c1 FROM ft1 t1 JOIN ft2 t2 ON (t1.c1 = t2.c1) UNION SELECT t1.c1, ...
- t1c1 |         avg          
-------+----------------------
-  101 | 202.0000000000000000
-  102 | 204.0000000000000000
-  103 | 206.0000000000000000
-  104 | 208.0000000000000000
-  105 | 210.0000000000000000
-  106 | 212.0000000000000000
-  107 | 214.0000000000000000
-  108 | 216.0000000000000000
-  109 | 218.0000000000000000
-  110 | 220.0000000000000000
-(10 rows)
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/type_sanity.out C:/cirrus/build/testrun/recovery/027_st...
--- C:/cirrus/src/test/regress/expected/type_sanity.out	2024-10-21 09:37:10.062038900 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/type_sanity.out	2024-10-21 09:41:15.541335500 +0000
@@ -172,573 +172,7 @@
 FROM pg_type AS t1
 WHERE t1.typtype not in ('b', 'p')
 ORDER BY 1;
- typtype |   typinput    
----------+---------------
- c       | record_in
- d       | domain_in
- e       | enum_in
- m       | multirange_in
- r       | range_in
-(5 rows)
-
--- Check for bogus typoutput routines
--- As of 8.0, this check finds refcursor, which is borrowing
--- other types' I/O routines
-SELECT t1.oid, t1.typname, p1.oid, p1.proname
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/type_sanity.out C:/cirrus/build/testrun/regress/regress...
--- C:/cirrus/src/test/regress/expected/type_sanity.out	2024-10-21 09:37:10.062038900 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/type_sanity.out	2024-10-21 09:39:15.828840900 +0000
@@ -172,573 +172,7 @@
 FROM pg_type AS t1
 WHERE t1.typtype not in ('b', 'p')
 ORDER BY 1;
- typtype |   typinput    
----------+---------------
- c       | record_in
- d       | domain_in
- e       | enum_in
- m       | multirange_in
- r       | range_in
-(5 rows)
-
--- Check for bogus typoutput routines
--- As of 8.0, this check finds refcursor, which is borrowing
--- other types' I/O routines
-SELECT t1.oid, t1.typname, p1.oid, p1.proname
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/contrib/tablefunc/expected/tablefunc.out C:/cirrus/build/testrun/tablefunc/regres...
--- C:/cirrus/contrib/tablefunc/expected/tablefunc.out	2024-10-21 09:37:06.069439900 +0000
+++ C:/cirrus/build/testrun/tablefunc/regress/results/tablefunc.out	2024-10-21 09:42:23.171726100 +0000
@@ -239,261 +239,7 @@
   'SELECT rowid, rowdt, attribute, val FROM cth ORDER BY 1',
   'SELECT DISTINCT rowdt, attribute FROM cth ORDER BY 2')
 AS c(rowid text, rowdt timestamp, temperature int4, test_result text, test_startdate timestamp, volts float8);
-ERROR:  invalid crosstab categories query
-DETAIL:  The query must return one column.
--- if category query generates a NULL value, get expected error
-SELECT * FROM crosstab(
-  'SELECT rowid, rowdt, attribute, val FROM cth ORDER BY 1',
-  'SELECT NULL::text')
-AS c(rowid text, rowdt timestamp, temperature int4, test_result text, test_startdate timestamp, volts float8);
-ERROR:  crosstab category value must not be null
--- if source query returns zero rows, get zero rows returned
-SELECT * FROM crosstab(
-  'SELECT rowid, rowdt, attribute, val FROM cth WHERE false ORDER BY 1',
-  'SELECT DISTINCT attribute FROM cth ORDER BY 1')
-AS c(rowid text, rowdt timestamp, temperature text, test_result text, test_startdate text, volts text);
...
tap
[09:42:56.661](1.769s) not ok 7 - checking an unresolvable database pattern under --no-strict-names status (got 1 vs exp...
[09:42:56.723](0.000s) not ok 12 - checking an unresolvable database pattern (substring of existent database) stderr /(?...
[09:42:56.772](0.000s) not ok 15 - checking an unresolvable database pattern (superstring of existent database) stderr /...
[09:42:56.914](0.000s) not ok 20 - checking a database by name without amcheck installed, no other databases stderr /(?^...
[09:42:56.915](0.000s) not ok 21 - checking a database by name without amcheck installed, no other databases stderr /(?^...
[09:42:56.965](0.050s) not ok 22 - checking a database by name without amcheck installed, with other databases status (g...
[09:42:56.967](0.000s) not ok 24 - checking a database by name without amcheck installed, with other databases stderr /(...
[09:42:57.038](0.071s) not ok 25 - checking a database by pattern without amcheck installed, with other databases status...
[09:42:57.039](0.000s) not ok 27 - checking a database by pattern without amcheck installed, with other databases stderr...
[09:42:57.080](0.000s) not ok 30 - checking table pattern ".." stderr /(?^:pg_amcheck: error: no connectable databases t...
[09:42:57.143](0.000s) not ok 33 - checking table pattern ".foo.bar" stderr /(?^:pg_amcheck: error: no connectable datab...
[09:42:57.209](0.001s) not ok 36 - checking table pattern "." stderr /(?^:pg_amcheck: error: no heap tables to check mat...
[09:42:57.835](0.064s) not ok 64 - many unmatched patterns and one matched pattern under --no-strict-names status (got 1...
[09:42:57.835](0.000s) not ok 66 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[09:42:57.836](0.000s) not ok 67 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[09:42:57.837](0.000s) not ok 68 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[09:42:57.837](0.000s) not ok 69 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[09:42:57.838](0.000s) not ok 70 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[09:42:57.838](0.000s) not ok 71 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[09:42:57.839](0.000s) not ok 72 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[09:42:57.839](0.000s) not ok 73 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[09:42:57.840](0.000s) not ok 74 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[09:42:57.840](0.000s) not ok 75 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[09:42:57.841](0.000s) not ok 76 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[09:42:57.841](0.000s) not ok 77 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[09:42:57.842](0.000s) not ok 78 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[09:42:57.842](0.000s) not ok 79 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[09:42:57.843](0.000s) not ok 80 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[09:42:57.843](0.000s) not ok 81 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[09:42:57.844](0.000s) not ok 82 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
tap
[09:43:06.476](12.838s) not ok 1 - pg_amcheck prior to corruption status (got 1 vs expected 0)
[09:43:06.480](0.001s) not ok 3 - pg_amcheck prior to corruption stderr /(?^:^$)/
[09:43:06.495](0.015s) Bail out!  pg_ctl stop failed
tap
[09:43:06.131](7.556s) not ok 1 - pg_amcheck test table, prior to corruption
[09:43:06.179](0.048s) not ok 2 - pg_amcheck test table and index, prior to corruption
[09:43:06.210](0.031s) Bail out!  pg_ctl stop failed
tap
[09:43:04.783](2.990s) not ok 1 - pg_amcheck all schemas, tables and indexes reports no corruption: exit code 0
[09:43:04.784](0.001s) not ok 2 - pg_amcheck all schemas, tables and indexes reports no corruption: no stderr
tap
[09:43:47.925](2.741s) not ok 30 - run pg_createsubscriber on node S
tap
[09:44:05.878](1.862s) not ok 19 - pg_dump: option -n pg_catalog
[09:44:06.087](0.203s) not ok 20 - pg_dumpall: option --exclude-database handles database names with embedded dots
[09:44:06.229](0.000s) not ok 22 - pg_dump: option --schema rejects three-part schema names: matches
[09:44:06.313](0.001s) not ok 24 - pg_dump: option --schema rejects cross-database multipart schema names: matches
[09:44:06.380](0.000s) not ok 26 - pg_dump: option --schema rejects degenerate two-part schema name: ".": matches
[09:44:06.440](0.000s) not ok 28 - pg_dump: option --schema rejects cross-database multipart schema names with embedded ...
[09:44:06.500](0.000s) not ok 30 - pg_dump: option --schema rejects degenerate three-part schema name: "..": matches
[09:44:06.608](0.001s) not ok 32 - pg_dump: option --table rejects four-part table names: matches
[09:44:06.662](0.000s) not ok 34 - pg_dump: option --table rejects cross-database three part table names: matches
[09:44:06.740](0.001s) not ok 36 - pg_dump: option --table rejects cross-database three part table names with embedded d...
[09:44:06.808](0.067s) not ok 37 - binary_upgrade: pg_dump runs
[09:44:06.845](0.037s) not ok 38 - binary_upgrade: pg_restore runs
tap
[09:40:24.804](77.107s) not ok 5 - regression tests pass
[09:40:28.748](3.914s) not ok 6 - dump before running pg_upgrade
tap
[09:45:44.645](2.520s) not ok 192 - psql seeded_random count ok
[09:45:44.646](0.000s) not ok 193 - psql seeded_random count stderr is empty
[09:45:44.646](0.000s) not ok 194 - psql seeded_random count uniform
[09:45:44.647](0.000s) not ok 195 - psql seeded_random count exponential
[09:45:44.647](0.000s) not ok 196 - psql seeded_random count gaussian
[09:45:44.647](0.000s) not ok 197 - psql seeded_random count zipfian
tap
[09:42:11.611](86.095s) not ok 2 - regression tests pass
tap
[09:47:58.525](394.769s) # poll_query_until timed out executing this query:
timed out waiting for logical slot to calculate its restart_lsn at C:/cirrus/src/test/perl/PostgreSQL/Test/Cluster.pm li...
test
[09:47:58.853]   6/306 postgresql:pg_upgrade / pg_upgrade/004_subscription                             ERROR            ...
[09:47:58.853]   7/306 postgresql:pg_upgrade / pg_upgrade/003_logical_slots                            ERROR            ...
[09:47:58.853]  22/306 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[09:47:58.853]  10/306 postgresql:regress / regress/regress                                            ERROR            ...
[09:47:58.853]  32/306 postgresql:isolation / isolation/isolation                                      ERROR           1...
[09:47:58.853]  42/306 postgresql:recovery / recovery/038_save_logical_slots_shutdown                  ERROR            ...
[09:47:58.853]  60/306 postgresql:recovery / recovery/040_standby_failover_slots_sync                  ERROR            ...
[09:47:58.853]  77/306 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[09:47:58.853]  81/306 postgresql:pageinspect / pageinspect/regress                                    ERROR            ...
[09:47:58.853]  89/306 postgresql:pg_trgm / pg_trgm/regress                                            ERROR            ...
[09:47:58.853]  91/306 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
[09:47:58.853]  93/306 postgresql:tablefunc / tablefunc/regress                                        ERROR            ...
[09:47:58.853]  95/306 postgresql:postgres_fdw / postgres_fdw/regress                                  ERROR            ...
[09:47:58.853] 135/306 postgresql:pg_amcheck / pg_amcheck/002_nonesuch                                 ERROR            ...
[09:47:58.853] 139/306 postgresql:pg_amcheck / pg_amcheck/005_opclass_damage                           ERROR            ...
[09:47:58.853] 140/306 postgresql:pg_amcheck / pg_amcheck/004_verify_heapam                            ERROR            ...
[09:47:58.853] 141/306 postgresql:pg_amcheck / pg_amcheck/003_check                                    ERROR            ...
[09:47:58.853] 156/306 postgresql:pg_basebackup / pg_basebackup/040_pg_createsubscriber                ERROR            ...
[09:47:58.853] 167/306 postgresql:pg_dump / pg_dump/002_pg_dump                                        ERROR            ...
[09:47:58.853] 215/306 postgresql:pgbench / pgbench/001_pgbench_with_server                            ERROR            ...
[09:47:58.853] 237/306 postgresql:subscription / subscription/002_types                                ERROR            ...
[09:47:58.853] 238/306 postgresql:subscription / subscription/001_rep_changes                          ERROR            ...
[09:47:58.853] 239/306 postgresql:subscription / subscription/003_constraints                          ERROR            ...
[09:47:58.853] 240/306 postgresql:subscription / subscription/004_sync                                 ERROR            ...
[09:47:58.853] 243/306 postgresql:subscription / subscription/006_rewrite                              ERROR            ...
[09:47:58.853] 244/306 postgresql:subscription / subscription/007_ddl                                  ERROR            ...
[09:47:58.853] 246/306 postgresql:subscription / subscription/008_diff_schema                          ERROR            ...
[09:47:58.853] 248/306 postgresql:subscription / subscription/010_truncate                             ERROR            ...
[09:47:58.853] 249/306 postgresql:subscription / subscription/005_encoding                             ERROR            ...
[09:47:58.853] 250/306 postgresql:subscription / subscription/011_generated                            ERROR            ...
[09:47:58.853] 251/306 postgresql:subscription / subscription/014_binary                               ERROR            ...
[09:47:58.853] 252/306 postgresql:subscription / subscription/015_stream                               ERROR            ...
[09:47:58.853] 253/306 postgresql:subscription / subscription/017_stream_ddl                           ERROR            ...
[09:47:58.853] 254/306 postgresql:subscription / subscription/016_stream_subxact                       ERROR            ...
[09:47:58.853] 255/306 postgresql:subscription / subscription/013_partition                            ERROR            ...
[09:47:58.853] 256/306 postgresql:subscription / subscription/018_stream_subxact_abort                 ERROR            ...
[09:47:58.853] 257/306 postgresql:subscription / subscription/019_stream_subxact_ddl_abort             ERROR            ...
[09:47:58.853] 258/306 postgresql:subscription / subscription/020_messages                             ERROR            ...
[09:47:58.853] 259/306 postgresql:subscription / subscription/021_twophase                             ERROR            ...
[09:47:58.853] 261/306 postgresql:subscription / subscription/022_twophase_cascade                     ERROR            ...
[09:47:58.853] 262/306 postgresql:subscription / subscription/023_twophase_stream                      ERROR            ...
[09:47:58.853] 263/306 postgresql:subscription / subscription/024_add_drop_pub                         ERROR            ...
[09:47:58.853] 264/306 postgresql:subscription / subscription/026_stats                                ERROR            ...
[09:47:58.853] 265/306 postgresql:subscription / subscription/028_row_filter                           ERROR            ...
[09:47:58.853] 266/306 postgresql:subscription / subscription/027_nosuperuser                          ERROR            ...
[09:47:58.853] 267/306 postgresql:subscription / subscription/025_rep_changes_for_schema               ERROR            ...
[09:47:58.853] 268/306 postgresql:subscription / subscription/030_origin                               ERROR            ...
[09:47:58.853] 269/306 postgresql:subscription / subscription/029_on_error                             ERROR            ...
[09:47:58.853] 270/306 postgresql:subscription / subscription/031_column_list                          ERROR            ...
[09:47:58.853] 272/306 postgresql:subscription / subscription/032_subscribe_use_index                  ERROR            ...
[09:47:58.853] 273/306 postgresql:subscription / subscription/033_run_as_table_owner                   ERROR            ...
[09:47:58.853] 274/306 postgresql:subscription / subscription/100_bugs                                 ERROR            ...
[09:47:58.853] 306/306 postgresql:recovery / recovery/035_standby_logical_decoding                     ERROR           4...
50/5208 prefetching for nestloop / indexscan
FreeBSD - 13 - Meson
tap
[08:55:01.761](1.471s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[08:55:11.600] 292/311 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
Linux - Debian Bookworm - Autoconf
core
[09:00:50.732] #0  <unavailable> in ?? ()
core
[09:00:50.732] #0  0x00007f0a25eb0d24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[09:00:50.732] #1  0x00007f0a25e5d239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[09:00:50.732] #2  0x00007f0a25f18184 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:00:50.732] #3  0x00007f0a25f2a7dc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
tap
[08:55:14.968](0.635s) not ok 1 - no parameters missing from postgresql.conf.sample
Linux - Debian Bookworm - Meson
tap
[08:57:57.945](0.471s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[08:58:09.360] 289/311 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[09:02:16.205](2.288s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[09:02:45.006] 286/306 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
51/4888 Run deferred triggers in the correct security context
FreeBSD - 13 - Meson
core
[08:37:11.249] #0  0x000034aa6903a4a5 in ?? ()
[08:37:11.249] #1  0x00000b8e25c205c8 in ?? ()
[08:37:11.249] #2  0x00000b8e25c203d8 in ?? ()
[08:37:11.249] #3  0x00000b8e25c1fed0 in ?? ()
[08:37:11.249] #4  0x00000b8e2666d1e0 in ?? ()
[08:37:11.249] #5  0x00000b8e2666a048 in ?? ()
[08:37:11.249] #6  0x00000b8e2666d1d8 in ?? ()
[08:37:11.249] #7  0x0000000000000000 in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_p...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-10-21 08:30:21.167278000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/triggers.out	2024-10-21 08:32:10.194096000...
@@ -3731,7 +3731,9 @@
 -- test who runs deferred trigger functions
 -- setup
 create role groot;
+WARNING:  roles created by regression test cases should have names starting with "regress_"
 create role outis;
+WARNING:  roles created by regression test cases should have names starting with "regress_"
 create function whoami() returns trigger language plpgsql
 as $$
 begin
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/build/testrun/recovery/027_str...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-10-21 08:30:21.167278000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/triggers.out	2024-10-21 08:32:53.5841460...
@@ -3731,7 +3731,9 @@
 -- test who runs deferred trigger functions
 -- setup
 create role groot;
+WARNING:  roles created by regression test cases should have names starting with "regress_"
 create role outis;
+WARNING:  roles created by regression test cases should have names starting with "regress_"
 create function whoami() returns trigger language plpgsql
 as $$
 begin
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/build/testrun/regress/regress/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-10-21 08:30:21.167278000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/triggers.out	2024-10-21 08:32:08.176819000 +0000
@@ -3731,7 +3731,9 @@
 -- test who runs deferred trigger functions
 -- setup
 create role groot;
+WARNING:  roles created by regression test cases should have names starting with "regress_"
 create role outis;
+WARNING:  roles created by regression test cases should have names starting with "regress_"
 create function whoami() returns trigger language plpgsql
 as $$
 begin
tap
[08:33:07.169](76.044s) not ok 5 - regression tests pass
tap
[08:33:54.414](85.178s) not ok 2 - regression tests pass
test
[08:36:01.052]  15/311 postgresql:regress / regress/regress                                            ERROR            ...
[08:36:01.052]  89/311 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[08:36:01.052] 152/311 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5148 Recovery of .partial WAL segments
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/basic.out /tmp/cirrus-ci-build/build/testrun/in...
--- /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/basic.out	2024-10-21 06:35:28.398943000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/injection_points/isolation/results/basic.out	2024-10-21 06:38:27.592810000 +0000
@@ -13,16 +13,16 @@
                        
 (1 row)
 
-step wait1: <... completed>
-injection_points_run
---------------------
-                    
-(1 row)
-
 step detach2: SELECT injection_points_detach('injection-points-wait');
 injection_points_detach
 -----------------------
                        
+(1 row)
+
+step wait1: <... completed>
...
test
[06:40:31.359] 114/311 postgresql:injection_points / injection_points/isolation                        ERROR            ...
51/5196 Use function smgrclose() to replace the loop
CompilerWarnings
compiler
[05:52:40.479] smgr.c:487:9: error: unused variable 'which' [-Werror,-Wunused-variable]
compiler
[05:52:40.479] smgr.c:282:13: error: unused variable 'forknum' [-Werror,-Wunused-variable]
compiler
[05:52:30.249] smgr.c:282:13: error: unused variable 'forknum' [-Werror,-Wunused-variable]
compiler
[05:52:30.249] smgr.c:487:9: error: unused variable 'which' [-Werror,-Wunused-variable]
compiler
[05:51:57.565] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
compiler
[05:51:57.565] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable]
compiler
[05:51:48.215] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
compiler
[05:51:48.215] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable]
compiler
[05:53:07.383] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
compiler
[05:53:07.383] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable]
50/5312 BUG #18568: BUG: Result wrong when do group by on partition table!
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/basic.out /tmp/cirrus-ci-build/build/testrun/in...
--- /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/basic.out	2024-10-21 04:10:21.334216000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/injection_points/isolation/results/basic.out	2024-10-21 04:12:37.625186000 +0000
@@ -13,16 +13,16 @@
                        
 (1 row)
 
-step wait1: <... completed>
-injection_points_run
---------------------
-                    
-(1 row)
-
 step detach2: SELECT injection_points_detach('injection-points-wait');
 injection_points_detach
 -----------------------
                        
+(1 row)
+
+step wait1: <... completed>
...
test
[04:14:35.394] 113/311 postgresql:injection_points / injection_points/isolation                        ERROR            ...
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_aggregate.out /tmp/cirrus-ci-build/build-32/testrun/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_aggregate.out	2024-10-21 04:10:21.880764279 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/recovery/027_stream_regress/data/results/partition_aggregate.out	2024-10-21 04...
@@ -1529,44 +1529,32 @@
     locale = 'und-u-ks-level2',
     deterministic = false
 );
+ERROR:  current database's encoding is not supported with this provider
 CREATE TABLE pagg_tab3 (c text collate case_insensitive) PARTITION BY LIST(c collate "C");
+ERROR:  collation "case_insensitive" for encoding "SQL_ASCII" does not exist
+LINE 1: CREATE TABLE pagg_tab3 (c text collate case_insensitive) PAR...
+                                       ^
 CREATE TABLE pagg_tab3_p1 PARTITION OF pagg_tab3 FOR VALUES IN ('a', 'b', 'c', 'd');
+ERROR:  relation "pagg_tab3" does not exist
 CREATE TABLE pagg_tab3_p2 PARTITION OF pagg_tab3 FOR VALUES IN ('e', 'f', 'A');
+ERROR:  relation "pagg_tab3" does not exist
 CREATE TABLE pagg_tab3_p3 PARTITION OF pagg_tab3 FOR VALUES IN ('B', 'C', 'D', 'E');
+ERROR:  relation "pagg_tab3" does not exist
 INSERT INTO pagg_tab3 SELECT substr('abcdeABCDE', (i % 10) +1 , 1) FROM generate_series(0, 2999) i;
+ERROR:  relation "pagg_tab3" does not exist
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_aggregate.out /tmp/cirrus-ci-build/build-32/testrun/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_aggregate.out	2024-10-21 04:10:21.880764279 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/regress/regress/results/partition_aggregate.out	2024-10-21 04:16:42.619085322 ...
@@ -1529,44 +1529,32 @@
     locale = 'und-u-ks-level2',
     deterministic = false
 );
+ERROR:  current database's encoding is not supported with this provider
 CREATE TABLE pagg_tab3 (c text collate case_insensitive) PARTITION BY LIST(c collate "C");
+ERROR:  collation "case_insensitive" for encoding "SQL_ASCII" does not exist
+LINE 1: CREATE TABLE pagg_tab3 (c text collate case_insensitive) PAR...
+                                       ^
 CREATE TABLE pagg_tab3_p1 PARTITION OF pagg_tab3 FOR VALUES IN ('a', 'b', 'c', 'd');
+ERROR:  relation "pagg_tab3" does not exist
 CREATE TABLE pagg_tab3_p2 PARTITION OF pagg_tab3 FOR VALUES IN ('e', 'f', 'A');
+ERROR:  relation "pagg_tab3" does not exist
 CREATE TABLE pagg_tab3_p3 PARTITION OF pagg_tab3 FOR VALUES IN ('B', 'C', 'D', 'E');
+ERROR:  relation "pagg_tab3" does not exist
 INSERT INTO pagg_tab3 SELECT substr('abcdeABCDE', (i % 10) +1 , 1) FROM generate_series(0, 2999) i;
+ERROR:  relation "pagg_tab3" does not exist
...
tap
[04:17:28.669](75.504s) not ok 2 - regression tests pass
test
[04:19:18.513]  41/311 postgresql:regress / regress/regress                                            ERROR            ...
[04:19:18.513] 152/311 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/partition_aggregate.out C:/cirrus/build/testrun/pg_upgr...
--- C:/cirrus/src/test/regress/expected/partition_aggregate.out	2024-10-21 04:10:36.168938100 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_aggregate.out	2024-10-21 04:14:07.661823300...
@@ -1529,44 +1529,32 @@
     locale = 'und-u-ks-level2',
     deterministic = false
 );
+ERROR:  ICU is not supported in this build
 CREATE TABLE pagg_tab3 (c text collate case_insensitive) PARTITION BY LIST(c collate "C");
+ERROR:  collation "case_insensitive" for encoding "UTF8" does not exist
+LINE 1: CREATE TABLE pagg_tab3 (c text collate case_insensitive) PAR...
+                                       ^
 CREATE TABLE pagg_tab3_p1 PARTITION OF pagg_tab3 FOR VALUES IN ('a', 'b', 'c', 'd');
+ERROR:  relation "pagg_tab3" does not exist
 CREATE TABLE pagg_tab3_p2 PARTITION OF pagg_tab3 FOR VALUES IN ('e', 'f', 'A');
+ERROR:  relation "pagg_tab3" does not exist
 CREATE TABLE pagg_tab3_p3 PARTITION OF pagg_tab3 FOR VALUES IN ('B', 'C', 'D', 'E');
+ERROR:  relation "pagg_tab3" does not exist
 INSERT INTO pagg_tab3 SELECT substr('abcdeABCDE', (i % 10) +1 , 1) FROM generate_series(0, 2999) i;
+ERROR:  relation "pagg_tab3" does not exist
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/partition_aggregate.out C:/cirrus/build/testrun/recover...
--- C:/cirrus/src/test/regress/expected/partition_aggregate.out	2024-10-21 04:10:36.168938100 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/partition_aggregate.out	2024-10-21 04:16:15.4215131...
@@ -1529,44 +1529,32 @@
     locale = 'und-u-ks-level2',
     deterministic = false
 );
+ERROR:  ICU is not supported in this build
 CREATE TABLE pagg_tab3 (c text collate case_insensitive) PARTITION BY LIST(c collate "C");
+ERROR:  collation "case_insensitive" for encoding "WIN1252" does not exist
+LINE 1: CREATE TABLE pagg_tab3 (c text collate case_insensitive) PAR...
+                                       ^
 CREATE TABLE pagg_tab3_p1 PARTITION OF pagg_tab3 FOR VALUES IN ('a', 'b', 'c', 'd');
+ERROR:  relation "pagg_tab3" does not exist
 CREATE TABLE pagg_tab3_p2 PARTITION OF pagg_tab3 FOR VALUES IN ('e', 'f', 'A');
+ERROR:  relation "pagg_tab3" does not exist
 CREATE TABLE pagg_tab3_p3 PARTITION OF pagg_tab3 FOR VALUES IN ('B', 'C', 'D', 'E');
+ERROR:  relation "pagg_tab3" does not exist
 INSERT INTO pagg_tab3 SELECT substr('abcdeABCDE', (i % 10) +1 , 1) FROM generate_series(0, 2999) i;
+ERROR:  relation "pagg_tab3" does not exist
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/partition_aggregate.out C:/cirrus/build/testrun/regress...
--- C:/cirrus/src/test/regress/expected/partition_aggregate.out	2024-10-21 04:10:36.168938100 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/partition_aggregate.out	2024-10-21 04:13:59.885454600 +0000
@@ -1529,44 +1529,32 @@
     locale = 'und-u-ks-level2',
     deterministic = false
 );
+ERROR:  ICU is not supported in this build
 CREATE TABLE pagg_tab3 (c text collate case_insensitive) PARTITION BY LIST(c collate "C");
+ERROR:  collation "case_insensitive" for encoding "WIN1252" does not exist
+LINE 1: CREATE TABLE pagg_tab3 (c text collate case_insensitive) PAR...
+                                       ^
 CREATE TABLE pagg_tab3_p1 PARTITION OF pagg_tab3 FOR VALUES IN ('a', 'b', 'c', 'd');
+ERROR:  relation "pagg_tab3" does not exist
 CREATE TABLE pagg_tab3_p2 PARTITION OF pagg_tab3 FOR VALUES IN ('e', 'f', 'A');
+ERROR:  relation "pagg_tab3" does not exist
 CREATE TABLE pagg_tab3_p3 PARTITION OF pagg_tab3 FOR VALUES IN ('B', 'C', 'D', 'E');
+ERROR:  relation "pagg_tab3" does not exist
 INSERT INTO pagg_tab3 SELECT substr('abcdeABCDE', (i % 10) +1 , 1) FROM generate_series(0, 2999) i;
+ERROR:  relation "pagg_tab3" does not exist
...
tap
[04:14:13.887](103.085s) not ok 5 - regression tests pass
tap
[04:16:22.522](112.273s) not ok 2 - regression tests pass
test
[04:22:18.267]  21/306 postgresql:regress / regress/regress                                            ERROR           1...
[04:22:18.267]  35/306 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[04:22:18.267]  87/306 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/4690 Teach predtest about IS [NOT] <boolean> proofs
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/basic.out /tmp/cirrus-ci-build/build/testrun/in...
--- /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/basic.out	2024-10-21 03:46:06.040444000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/injection_points/isolation/results/basic.out	2024-10-21 03:48:23.965964000 +0000
@@ -13,16 +13,16 @@
                        
 (1 row)
 
-step wait1: <... completed>
-injection_points_run
---------------------
-                    
-(1 row)
-
 step detach2: SELECT injection_points_detach('injection-points-wait');
 injection_points_detach
 -----------------------
                        
+(1 row)
+
+step wait1: <... completed>
...
test
[03:50:23.438] 113/311 postgresql:injection_points / injection_points/isolation                        ERROR            ...
51/4308 SQL:2011 application time
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[02:53:26.717] c:\cirrus\src\backend\utils\cache\lsyscache.c(1713) : warning C4715: 'get_func_namespace': not all contro...
51/5174 Call rm_redo in a temporary memory context
CompilerWarnings
compiler
[01:49:25.749] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
compiler
[01:48:27.041] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
compiler
[01:55:39.938] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
50/5021 Detection and resolution of logical replication conflict
FreeBSD - 13 - Meson
tap
timed out waiting for match: (?^:LOG:  conflict detected on relation \"public.conf_tab_part_1\": conflict=update_origin_...
test
[01:12:20.819] 312/312 postgresql:subscription / subscription/034_conflict_resolver                    ERROR           1...
50/4754 Add LSN <-> time conversion facility
CompilerWarnings
compiler
[23:38:19.981] pgstat_wal.c:545:26: error: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 2 has...
compiler
[23:38:19.981] pgstat_wal.c:362:48: error: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 2 has...
Linux - Debian Bookworm - Meson
core
[23:37:35.527] #0  0xf7f63559 in __kernel_vsyscall ()
[23:37:35.527] #1  0xf689e2f7 in ?? () from /lib/i386-linux-gnu/libc.so.6
[23:37:35.527] #2  0xf684d111 in raise () from /lib/i386-linux-gnu/libc.so.6
[23:37:35.527] #3  0xf683626a in abort () from /lib/i386-linux-gnu/libc.so.6
[23:37:35.527] #4  0xf6a59d4a in __sanitizer::Abort () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_pos...
[23:37:35.527] #5  0xf6a68896 in __sanitizer::Die () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_termi...
[23:37:35.527] #6  0xf6a46c5b in __ubsan::__ubsan_handle_nonnull_arg_abort (Data=<optimized out>) at ../../../../../src/...
[23:37:35.527] #7  0x569520f8 in fill_val (att=att@entry=0x58611644, bit=<optimized out>, bitmask=bitmask@entry=0xff9c5f...
[23:37:35.527] #8  0x56953eab in heap_fill_tuple (tupleDesc=0x58611630, values=0xff9c5fd8, isnull=0xff9c5fd6, data=<opti...
[23:37:35.527] #9  0x56955a6c in heap_form_tuple (tupleDescriptor=0x58611630, values=0xff9c5fd8, isnull=0xff9c5fd6) at ....
core
[23:37:36.941] #0  0xf7f76559 in __kernel_vsyscall ()
[23:37:36.941] #1  0xf68b12f7 in ?? () from /lib/i386-linux-gnu/libc.so.6
[23:37:36.941] #2  0xf6860111 in raise () from /lib/i386-linux-gnu/libc.so.6
[23:37:36.941] #3  0xf684926a in abort () from /lib/i386-linux-gnu/libc.so.6
[23:37:36.941] #4  0xf6a6cd4a in __sanitizer::Abort () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_pos...
[23:37:36.941] #5  0xf6a7b896 in __sanitizer::Die () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_termi...
[23:37:36.941] #6  0xf6a59c5b in __ubsan::__ubsan_handle_nonnull_arg_abort (Data=<optimized out>) at ../../../../../src/...
[23:37:36.941] #7  0x569550f8 in fill_val (att=att@entry=0x588fcc34, bit=<optimized out>, bitmask=bitmask@entry=0xff875e...
[23:37:36.941] #8  0x56956eab in heap_fill_tuple (tupleDesc=0x588fcc20, values=0xff875f88, isnull=0xff875f86, data=<opti...
[23:37:36.941] #9  0x56958a6c in heap_form_tuple (tupleDescriptor=0x588fcc20, values=0xff875f88, isnull=0xff875f86) at ....
core
[23:37:36.235] #0  0xf7edc559 in __kernel_vsyscall ()
[23:37:36.235] #1  0xf68172f7 in ?? () from /lib/i386-linux-gnu/libc.so.6
[23:37:36.235] #2  0xf67c6111 in raise () from /lib/i386-linux-gnu/libc.so.6
[23:37:36.235] #3  0xf67af26a in abort () from /lib/i386-linux-gnu/libc.so.6
[23:37:36.235] #4  0xf69d2d4a in __sanitizer::Abort () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_pos...
[23:37:36.235] #5  0xf69e1896 in __sanitizer::Die () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_termi...
[23:37:36.235] #6  0xf69bfc5b in __ubsan::__ubsan_handle_nonnull_arg_abort (Data=<optimized out>) at ../../../../../src/...
[23:37:36.235] #7  0x568a80f8 in fill_val (att=att@entry=0x5a118f94, bit=<optimized out>, bitmask=bitmask@entry=0xffe927...
[23:37:36.235] #8  0x568a9eab in heap_fill_tuple (tupleDesc=0x5a118f80, values=0xffe92888, isnull=0xffe92886, data=<opti...
[23:37:36.235] #9  0x568aba6c in heap_form_tuple (tupleDescriptor=0x5a118f80, values=0xffe92888, isnull=0xffe92886) at ....
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build-32/testrun/pg_upgr...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-20 23:25:51.302124574 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_join.out	2024-10-20 23:34:04....
@@ -4744,488 +4744,7 @@
 CREATE TABLE plt1_adv_p4 PARTITION OF plt1_adv FOR VALUES IN (NULL, '0004', '0005');
 INSERT INTO plt1_adv SELECT i, i, to_char(i % 10, 'FM0000') FROM generate_series(1, 299) i WHERE i % 10 IN (1, 2, 3, 4,...
 INSERT INTO plt1_adv VALUES (-1, -1, NULL);
-ANALYZE plt1_adv;
-CREATE TABLE plt2_adv (a int, b int, c text) PARTITION BY LIST (c);
-CREATE TABLE plt2_adv_p1 PARTITION OF plt2_adv FOR VALUES IN ('0001', '0002');
-CREATE TABLE plt2_adv_p2 PARTITION OF plt2_adv FOR VALUES IN (NULL);
-CREATE TABLE plt2_adv_p3 PARTITION OF plt2_adv FOR VALUES IN ('0003');
-CREATE TABLE plt2_adv_p4 PARTITION OF plt2_adv FOR VALUES IN ('0004', '0005');
-INSERT INTO plt2_adv SELECT i, i, to_char(i % 10, 'FM0000') FROM generate_series(1, 299) i WHERE i % 10 IN (1, 2, 3, 4,...
-INSERT INTO plt2_adv VALUES (-1, -1, NULL);
-ANALYZE plt2_adv;
-EXPLAIN (COSTS OFF)
-SELECT t1.a, t1.c, t2.a, t2.c FROM plt1_adv t1 INNER JOIN plt2_adv t2 ON (t1.a = t2.a AND t1.c = t2.c) WHERE t1.c IN ('...
-                                       QUERY PLAN                                        
------------------------------------------------------------------------------------------
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build-32/testrun/recover...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-20 23:25:51.302124574 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/recovery/027_stream_regress/data/results/partition_join.out	2024-10-20 23:34:3...
@@ -2257,2975 +2257,7 @@
 CREATE TABLE prt1_n (a int, b int, c varchar) PARTITION BY RANGE(c);
 CREATE TABLE prt1_n_p1 PARTITION OF prt1_n FOR VALUES FROM ('0000') TO ('0250');
 CREATE TABLE prt1_n_p2 PARTITION OF prt1_n FOR VALUES FROM ('0250') TO ('0500');
-INSERT INTO prt1_n SELECT i, i, to_char(i, 'FM0000') FROM generate_series(0, 499, 2) i;
-ANALYZE prt1_n;
-CREATE TABLE prt2_n (a int, b int, c text) PARTITION BY LIST(c);
-CREATE TABLE prt2_n_p1 PARTITION OF prt2_n FOR VALUES IN ('0000', '0003', '0004', '0010', '0006', '0007');
-CREATE TABLE prt2_n_p2 PARTITION OF prt2_n FOR VALUES IN ('0001', '0005', '0002', '0009', '0008', '0011');
-INSERT INTO prt2_n SELECT i, i, to_char(i/50, 'FM0000') FROM generate_series(0, 599, 2) i;
-ANALYZE prt2_n;
-CREATE TABLE prt3_n (a int, b int, c text) PARTITION BY LIST(c);
-CREATE TABLE prt3_n_p1 PARTITION OF prt3_n FOR VALUES IN ('0000', '0004', '0006', '0007');
-CREATE TABLE prt3_n_p2 PARTITION OF prt3_n FOR VALUES IN ('0001', '0002', '0008', '0010');
-CREATE TABLE prt3_n_p3 PARTITION OF prt3_n FOR VALUES IN ('0003', '0005', '0009', '0011');
-INSERT INTO prt2_n SELECT i, i, to_char(i/50, 'FM0000') FROM generate_series(0, 599, 2) i;
-ANALYZE prt3_n;
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build-32/testrun/regress...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-20 23:25:51.302124574 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/regress/regress/results/partition_join.out	2024-10-20 23:33:57.444661866 +0000
@@ -3468,1764 +3468,10 @@
 
 DROP TABLE prt1_adv;
 DROP TABLE prt2_adv;
--- Tests for list-partitioned tables
-CREATE TABLE plt1_adv (a int, b int, c text) PARTITION BY LIST (c);
-CREATE TABLE plt1_adv_p1 PARTITION OF plt1_adv FOR VALUES IN ('0001', '0003');
-CREATE TABLE plt1_adv_p2 PARTITION OF plt1_adv FOR VALUES IN ('0004', '0006');
-CREATE TABLE plt1_adv_p3 PARTITION OF plt1_adv FOR VALUES IN ('0008', '0009');
-INSERT INTO plt1_adv SELECT i, i, to_char(i % 10, 'FM0000') FROM generate_series(1, 299) i WHERE i % 10 IN (1, 3, 4, 6,...
-ANALYZE plt1_adv;
-CREATE TABLE plt2_adv (a int, b int, c text) PARTITION BY LIST (c);
-CREATE TABLE plt2_adv_p1 PARTITION OF plt2_adv FOR VALUES IN ('0002', '0003');
-CREATE TABLE plt2_adv_p2 PARTITION OF plt2_adv FOR VALUES IN ('0004', '0006');
-CREATE TABLE plt2_adv_p3 PARTITION OF plt2_adv FOR VALUES IN ('0007', '0009');
-INSERT INTO plt2_adv SELECT i, i, to_char(i % 10, 'FM0000') FROM generate_series(1, 299) i WHERE i % 10 IN (2, 3, 4, 6,...
-ANALYZE plt2_adv;
...
tap
[23:34:05.074](65.665s) not ok 5 - regression tests pass
[23:34:08.741](3.660s) not ok 6 - dump before running pg_upgrade
tap
[23:34:39.096](64.783s) not ok 2 - regression tests pass
test
[23:36:27.505]  37/311 postgresql:regress / regress/regress                                            ERROR            ...
[23:36:27.505]  43/311 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[23:36:27.505] 115/311 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
51/5272 Truncate logs by max_log_size
CompilerWarnings
compiler
[19:56:32.012] elog.c:1699:9: error: initializing 'char *' with an expression of type 'const char *' discards qualifiers...
compiler
[19:54:30.372] elog.c:1699:9: error: initializing 'char *' with an expression of type 'const char *' discards qualifiers...
compiler
[19:52:16.546] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar...
compiler
[19:50:11.464] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar...
compiler
[20:00:15.092] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar...
51/5246 Allow SQL functions use CachedPlan machinery
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upg...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-10-20 18:22:07.494367000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/xml.out	2024-10-20 18:23:37.621632000 +000...
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-10-20 18:22:07.494367000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/xml.out	2024-10-20 18:24:20.336924000 +0...
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/regress/regress/resul...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-10-20 18:22:07.494367000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/xml.out	2024-10-20 18:23:34.031062000 +0000
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
tap
[18:23:55.209](64.575s) not ok 5 - regression tests pass
tap
[18:24:37.830](72.489s) not ok 2 - regression tests pass
test
[18:26:31.532]  40/311 postgresql:regress / regress/regress                                            ERROR            ...
[18:26:31.532]  95/311 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[18:26:31.532] 153/311 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
core
[18:37:17.382] #0  0x00007f64500b0d24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[18:37:17.382] #1  0x00007f645005d239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[18:37:17.382] #2  0x00007f6450118184 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[18:37:17.382] #3  0x00007f645012a7dc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[18:37:17.382] #0  <unavailable> in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/result...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-10-20 18:22:11.527814667 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/xml.out	2024-10-20 18:32:35.918360541 +0000
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-10-20 18:22:11.527814667 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/xml.out	2024-10-20 18:34:20.642277871 +0000
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/src/test/regress/results/xml.out
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-10-20 18:22:11.527814667 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/xml.out	2024-10-20 18:27:52.186620235 +0000
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
tap
[18:32:46.138](204.137s) not ok 5 - regression tests pass
tap
[18:34:29.938](97.385s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Meson
core
[18:28:06.696] #0  0x00007f7a7c0aed24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[18:28:06.696] #1  0x00007f7a7c05b239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[18:28:06.696] #2  0x00007f7a7c116184 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[18:28:06.696] #3  0x00007f7a7c1287dc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[18:28:06.696] #0  <unavailable> in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upg...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-10-20 18:22:11.263602166 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/xml.out	2024-10-20 18:24:36.822785103 +000...
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-10-20 18:22:11.263602166 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/xml.out	2024-10-20 18:25:14.114759534 +0...
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/regress/regress/resul...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-10-20 18:22:11.263602166 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/xml.out	2024-10-20 18:24:32.222787762 +0000
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
tap
[18:24:50.080](77.112s) not ok 5 - regression tests pass
tap
[18:25:24.187](76.944s) not ok 2 - regression tests pass
test
[18:27:06.164]  45/311 postgresql:regress / regress/regress                                            ERROR            ...
[18:27:06.164] 135/311 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[18:27:06.164] 154/311 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
macOS - Sonoma - Meson
test
[18:28:22.688]  27/311 postgresql:regress / regress/regress                                            ERROR            ...
[18:28:22.688]  47/311 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[18:28:22.688] 142/311 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
50/4937 Identify huge pages accessibility using madvise
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/query_cancel.out /tmp/cirrus-ci-build/build/testrun/postgres...
--- /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/query_cancel.out	2024-10-20 18:06:06.111432196 +0000
+++ /tmp/cirrus-ci-build/build/testrun/postgres_fdw/regress/results/query_cancel.out	2024-10-20 18:09:39.142681427 +0000
@@ -29,4 +29,5 @@
 -- This would take very long if not canceled:
 SELECT count(*) FROM ft1 a CROSS JOIN ft1 b CROSS JOIN ft1 c CROSS JOIN ft1 d;
 ERROR:  canceling statement due to statement timeout
+WARNING:  could not get result of cancel request due to timeout
 COMMIT;
test
[18:10:59.923] 157/311 postgresql:postgres_fdw / postgres_fdw/regress                                  ERROR            ...
51/5117 VACUUM FULL / CLUSTER CONCURRENTLY
CompilerWarnings
compiler
[17:07:04.396] cluster.c:2638:48: error: ‘entry’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[17:06:31.361] cluster.c:2638:48: error: ‘entry’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[17:13:05.943] cluster.c:2638:48: error: ‘entry’ may be used uninitialized [-Werror=maybe-uninitialized]
FreeBSD - 13 - Meson
assertion
TRAP: failed Assert("!OidIsValid(clustered_rel)"), File: "../src/backend/commands/cluster.c", Line: 2472, PID: 22360
core
[17:12:28.145] #0  0x000000082a84041a in thr_kill () from /lib/libc.so.7
[17:12:28.145] #1  0x000000082a7b9e64 in raise () from /lib/libc.so.7
[17:12:28.145] #2  0x000000082a86a6f9 in abort () from /lib/libc.so.7
[17:12:28.145] #3  0x0000000000a97885 in ExceptionalCondition (conditionName=0x2e6a7e "!OidIsValid(clustered_rel)", file...
[17:12:28.145] #4  0x00000000006c9089 in begin_concurrent_cluster (rel_p=0x820d2c908, index_p=0x820d2c8d0, entered_p=<op...
[17:12:28.145] #5  cluster_rel (OldHeap=0x835ba76a0, indexOid=indexOid@entry=20793, params=params@entry=0x820d2c9c4, isT...
[17:12:28.145] #6  0x00000000006c66ae in cluster (pstate=pstate@entry=0x835a71500, stmt=stmt@entry=0x835a64e58, isTopLev...
[17:12:28.145] #7  0x0000000000942634 in standard_ProcessUtility (pstmt=0x835a644f8, queryString=0x835a63100 "\n\tCLUSTE...
[17:12:28.145] #8  0x0000000000942338 in ProcessUtility (pstmt=0x18ddf, queryString=0x6 <error: Cannot access memory at ...
[17:12:28.145] #9  0x0000000000941e73 in PortalRunUtility (portal=0x835b3a100, pstmt=0x835a644f8, isTopLevel=<optimized ...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/cluster.out /tmp/cirrus-ci-build/build/testrun/...
--- /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/cluster.out	2024-10-20 17:05:57.229994000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/injection_points/isolation/results/cluster.out	2024-10-20 17:09:20.421691000 +000...
@@ -8,7 +8,8 @@
 
 step wait_before_lock: 
 	CLUSTER (CONCURRENTLY) clstr_test USING clstr_test_pkey;
- <waiting ...>
+
+ERROR:  file of relation "clstr_test" changed by another transaction
 step change_existing: 
 	UPDATE clstr_test SET i=10 where i=1;
 	UPDATE clstr_test SET j=20 where i=2;
@@ -63,12 +64,7 @@
 step wakeup_before_lock: 
 	SELECT injection_points_wakeup('cluster-concurrently-before-lock');
 
-injection_points_wakeup
------------------------
-                       
...
test
[17:11:18.308] 118/311 postgresql:injection_points / injection_points/isolation                        ERROR            ...
Linux - Debian Bookworm - Meson
core
[17:14:24.644] #0  0x00007fdd3e0a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[17:14:24.644] #1  0x00007fdd3e05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[17:14:24.644] #2  0x00007fdd3e045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[17:14:24.644] #3  0x00007fdd3e21e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[17:14:24.644] #4  0x00007fdd3e22aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[17:14:24.644] #5  0x00007fdd3e20d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x7fdd3c0238c0,...
[17:14:24.644] #6  0x00007fdd3c01f7b2 in store_change (ctx=ctx@entry=0x5641255c9180, kind=kind@entry=CHANGE_UPDATE_OLD, ...
[17:14:24.644] #7  0x00007fdd3c01fe73 in plugin_change (ctx=0x5641255c9180, txn=<optimized out>, relation=<optimized out...
[17:14:24.644] #8  0x000056410d32b76f in change_cb_wrapper (cache=<optimized out>, txn=<optimized out>, relation=<optimi...
[17:14:24.644] #9  0x000056410d3389d1 in ReorderBufferApplyChange (rb=rb@entry=0x564125681ae0, txn=txn@entry=0x5641255f0...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/cluster.out /tmp/cirrus-ci-build/build/testrun/...
--- /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/cluster.out	2024-10-20 17:05:54.172866284 +0000
+++ /tmp/cirrus-ci-build/build/testrun/injection_points/isolation/results/cluster.out	2024-10-20 17:11:38.219271952 +000...
@@ -68,118 +68,7 @@
                        
 (1 row)
 
-step wait_before_lock: <... completed>
-step check1: 
-	INSERT INTO relfilenodes(node)
-	SELECT relfilenode FROM pg_class WHERE relname='clstr_test';
-
-	SELECT count(DISTINCT node) FROM relfilenodes;
-
-	SELECT i, j FROM clstr_test ORDER BY i, j;
-
-	INSERT INTO data_s1(_xmin, _cmin, i, j)
-	SELECT xmin, cmin, i, j FROM clstr_test;
-
-	SELECT count(*)
...
test
[17:13:19.713] 116/311 postgresql:injection_points / injection_points/isolation                        ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[17:07:00.836] ../src/backend/commands/cluster.c(4447): warning C4129: '%': unrecognized character escape sequence
51/5004 CREATE INDEX CONCURRENTLY for partitioned tables
FreeBSD - 13 - Meson
test
[16:29:46.849]  32/311 postgresql:regress / regress/regress                                            ERROR            ...
[16:29:46.849]  46/311 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[16:29:46.849] 112/311 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[16:29:46.849] 311/311 postgresql:isolation / isolation/isolation                                      TIMEOUT        10...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-10-20 16:12:29.524882570 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/indexing.out	2024-10-20 16:17:21.967651237 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/partitioned-cic.out /tmp/cirrus-ci-build/src/test/isolation/ou...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/partitioned-cic.out	2024-10-20 16:12:29.360214082 +0000
+++ /tmp/cirrus-ci-build/src/test/isolation/output_iso/results/partitioned-cic.out	2024-10-20 16:39:31.771465246 +0000
@@ -3,10 +3,14 @@
 starting permutation: lock_p1 cic insert drop2 commit chk_content
 step lock_p1: lock cictab_part_1 in row exclusive mode;
 step cic: CREATE INDEX CONCURRENTLY ON cictab(i); <waiting ...>
-step insert: insert into cictab values (1, 1), (11, 1);
-step drop2: DROP TABLE cictab_part_2;
+step insert: insert into cictab values (1, 1), (11, 1); <waiting ...>
+isolationtester: canceling step insert after 360 seconds
+step insert: <... completed>
+ERROR:  canceling statement due to user request
+step drop2: DROP TABLE cictab_part_2; <waiting ...>
 step commit: COMMIT;
 step cic: <... completed>
+step drop2: <... completed>
 step chk_content: 
   set enable_seqscan to off;
   explain (costs off) select * from cictab where i > 0;
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/src/test/regress/results/index...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-10-20 16:12:29.524882570 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/indexing.out	2024-10-20 16:15:43.192612569 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[16:17:24.057](107.308s) not ok 5 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_p...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-10-20 16:12:28.876794492 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/indexing.out	2024-10-20 16:14:47.800182638...
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/recovery/027_str...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-10-20 16:12:28.876794492 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/indexing.out	2024-10-20 16:15:16.8841733...
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/regress/regress/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-10-20 16:12:28.876794492 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/indexing.out	2024-10-20 16:14:42.428184909 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[16:14:49.602](65.584s) not ok 5 - regression tests pass
tap
[16:15:18.760](62.937s) not ok 2 - regression tests pass
test
[16:30:20.436]  40/311 postgresql:regress / regress/regress                                            ERROR            ...
[16:30:20.436]  93/311 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[16:30:20.436] 141/311 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[16:30:20.436] 311/311 postgresql:isolation / isolation/isolation                                      TIMEOUT        10...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/indexing.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_up...
--- /Users/admin/pgsql/src/test/regress/expected/indexing.out	2024-10-20 16:12:26
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/indexing.out	2024-10-20 16:14:41
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/indexing.out /Users/admin/pgsql/build/testrun/recovery/027_stream_...
--- /Users/admin/pgsql/src/test/regress/expected/indexing.out	2024-10-20 16:12:26
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/indexing.out	2024-10-20 16:15:54
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/indexing.out /Users/admin/pgsql/build/testrun/regress/regress/resu...
--- /Users/admin/pgsql/src/test/regress/expected/indexing.out	2024-10-20 16:12:26
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/indexing.out	2024-10-20 16:14:41
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[16:14:45.437](59.264s) not ok 5 - regression tests pass
tap
[16:15:57.189](71.581s) not ok 2 - regression tests pass
test
[16:30:22.072]  26/311 postgresql:regress / regress/regress                                            ERROR            ...
[16:30:22.072]  46/311 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[16:30:22.072] 124/311 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[16:30:22.072] 311/311 postgresql:isolation / isolation/isolation                                      TIMEOUT        10...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/indexing.out C:/cirrus/build/testrun/pg_upgrade/002_pg_...
--- C:/cirrus/src/test/regress/expected/indexing.out	2024-10-20 16:12:46.381143400 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/indexing.out	2024-10-20 16:16:50.992593700 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/indexing.out C:/cirrus/build/testrun/recovery/027_strea...
--- C:/cirrus/src/test/regress/expected/indexing.out	2024-10-20 16:12:46.381143400 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/indexing.out	2024-10-20 16:18:53.686990900 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/indexing.out C:/cirrus/build/testrun/regress/regress/re...
--- C:/cirrus/src/test/regress/expected/indexing.out	2024-10-20 16:12:46.381143400 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/indexing.out	2024-10-20 16:16:45.580967600 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[16:16:58.237](124.988s) not ok 5 - regression tests pass
tap
[16:19:02.543](115.449s) not ok 2 - regression tests pass
tap
[16:30:03.947](344.530s) # poll_query_until timed out executing this query:
timed out waiting for catchup at C:/cirrus/src/test/subscription/t/001_rep_changes.pl line 461.
test
[16:31:26.353]  25/306 postgresql:regress / regress/regress                                            ERROR           1...
[16:31:26.353]  38/306 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[16:31:26.353]  70/306 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
[16:31:26.353] 305/306 postgresql:subscription / subscription/001_rep_changes                          ERROR           3...
[16:31:26.353] 306/306 postgresql:isolation / isolation/isolation                                      TIMEOUT        10...
50/5270 jsonpath string methods: lower, upper, initcap, l/r/btrim, replace, split_part
CompilerWarnings
compiler
[15:12:35.604] jsonpath_exec.c:2829:13: error: mixing declarations and code is incompatible with standards before C99 [-...
compiler
[15:12:26.228] jsonpath_exec.c:2829:13: error: mixing declarations and code is incompatible with standards before C99 [-...
compiler
[15:11:57.717] jsonpath_exec.c:2829:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta...
compiler
[15:11:48.319] jsonpath_exec.c:2829:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta...
compiler
[15:12:59.082] jsonpath_exec.c:2829:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta...
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out /tmp/cirrus-ci-build/build-32/testrun/pg_upgr...
--- /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out	2024-10-20 15:11:11.571458569 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/pg_upgrade/002_pg_upgrade/data/results/jsonb_jsonpath.out	2024-10-20 15:16:47....
@@ -3078,7 +3078,7 @@
 select jsonb_path_query('"abc~@~def~@~ghi"', '$.split_part("~@~", 2)');
  jsonb_path_query 
 ------------------
- "def"
+ ""
 (1 row)
 
 -- Test string methods play nicely together
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out /tmp/cirrus-ci-build/build-32/testrun/recover...
--- /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out	2024-10-20 15:11:11.571458569 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/recovery/027_stream_regress/data/results/jsonb_jsonpath.out	2024-10-20 15:17:2...
@@ -3078,7 +3078,7 @@
 select jsonb_path_query('"abc~@~def~@~ghi"', '$.split_part("~@~", 2)');
  jsonb_path_query 
 ------------------
- "def"
+ ""
 (1 row)
 
 -- Test string methods play nicely together
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out /tmp/cirrus-ci-build/build-32/testrun/regress...
--- /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out	2024-10-20 15:11:11.571458569 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/regress/regress/results/jsonb_jsonpath.out	2024-10-20 15:16:41.520136303 +0000
@@ -3078,7 +3078,7 @@
 select jsonb_path_query('"abc~@~def~@~ghi"', '$.split_part("~@~", 2)');
  jsonb_path_query 
 ------------------
- "def"
+ ""
 (1 row)
 
 -- Test string methods play nicely together
tap
[15:17:04.684](68.065s) not ok 5 - regression tests pass
tap
[15:17:36.401](67.030s) not ok 2 - regression tests pass
test
[15:19:23.603]  39/311 postgresql:regress / regress/regress                                            ERROR            ...
[15:19:23.603] 119/311 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[15:19:23.603] 149/311 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
51/5033 Add pg_ownerships and pg_privileges system views
FreeBSD - 13 - Meson
core
[15:08:48.922] #0  0x000000082d3698fa in _sigprocmask () from /lib/libc.so.7
[15:08:48.922] #1  0x000000082d3a2f91 in _system () from /lib/libc.so.7
[15:08:48.922] #2  0x000000082b5669d3 in ?? () from /lib/libthr.so.3
[15:08:48.922] #3  0x00000000006697f5 in RestoreArchivedFile (path=path@entry=0x821ad61d0 "pg_wal/02\0247", xlogfname=xl...
[15:08:48.922] #4  0x0000000000674fde in XLogFileRead (segno=segno@entry=5, tli=tli@entry=1, source=source@entry=XLOG_FR...
[15:08:48.922] #5  0x0000000000670cbc in XLogFileReadAnyTLI (segno=5, source=XLOG_FROM_ANY) at ../src/backend/access/tra...
[15:08:48.922] #6  WaitForWALToBecomeAvailable (RecPtr=83886104, tliRecPtr=83886080, replayTLI=1, replayLSN=83886080, ra...
[15:08:48.922] #7  XLogPageRead (xlogreader=0x836dcf130, targetPagePtr=83886080, reqLen=24, targetRecPtr=83886080, readB...
[15:08:48.922] #8  0x0000000000677cc2 in ReadPageInternal (state=state@entry=0x836dcf130, pageptr=83886080, reqLen=24) a...
[15:08:48.922] #9  0x0000000000676b32 in XLogDecodeNextRecord (state=0x836dcf130, nonblocking=false) at ../src/backend/a...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/rules.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_u...
--- /tmp/cirrus-ci-build/src/test/regress/expected/rules.out	2024-10-20 15:03:18.448759000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/rules.out	2024-10-20 15:04:29.882930000 +0...
@@ -1401,15 +1401,18 @@
 pg_ownerships| SELECT (a.classid)::regclass AS classid,
     a.objid,
     a.objsubid,
-    (pg_identify_object(a.classid, a.objid, a.objsubid)).type AS type,
-    (pg_identify_object(a.classid, a.objid, a.objsubid)).schema AS schema,
-    (pg_identify_object(a.classid, a.objid, a.objsubid)).name AS name,
-    (pg_identify_object(a.classid, a.objid, a.objsubid)).identity AS identity,
+    identify.type,
+    identify.schema,
+    identify.name,
+    identify.identity,
     (a.refobjid)::regrole AS owner
    FROM ((pg_shdepend a
      JOIN pg_database ON (((pg_database.datname = current_database()) AND (pg_database.oid = a.dbid))))
-     JOIN pg_authid ON (((pg_authid.oid = a.refobjid) AND (a.refclassid = ('pg_authid'::regclass)::oid))))
-  WHERE (a.deptype = 'o'::"char");
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/rules.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream...
--- /tmp/cirrus-ci-build/src/test/regress/expected/rules.out	2024-10-20 15:03:18.448759000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/rules.out	2024-10-20 15:05:13.098708000 ...
@@ -1401,15 +1401,18 @@
 pg_ownerships| SELECT (a.classid)::regclass AS classid,
     a.objid,
     a.objsubid,
-    (pg_identify_object(a.classid, a.objid, a.objsubid)).type AS type,
-    (pg_identify_object(a.classid, a.objid, a.objsubid)).schema AS schema,
-    (pg_identify_object(a.classid, a.objid, a.objsubid)).name AS name,
-    (pg_identify_object(a.classid, a.objid, a.objsubid)).identity AS identity,
+    identify.type,
+    identify.schema,
+    identify.name,
+    identify.identity,
     (a.refobjid)::regrole AS owner
    FROM ((pg_shdepend a
      JOIN pg_database ON (((pg_database.datname = current_database()) AND (pg_database.oid = a.dbid))))
-     JOIN pg_authid ON (((pg_authid.oid = a.refobjid) AND (a.refclassid = ('pg_authid'::regclass)::oid))))
-  WHERE (a.deptype = 'o'::"char");
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/rules.out /tmp/cirrus-ci-build/build/testrun/regress/regress/res...
--- /tmp/cirrus-ci-build/src/test/regress/expected/rules.out	2024-10-20 15:03:18.448759000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/rules.out	2024-10-20 15:04:29.101927000 +0000
@@ -1401,15 +1401,18 @@
 pg_ownerships| SELECT (a.classid)::regclass AS classid,
     a.objid,
     a.objsubid,
-    (pg_identify_object(a.classid, a.objid, a.objsubid)).type AS type,
-    (pg_identify_object(a.classid, a.objid, a.objsubid)).schema AS schema,
-    (pg_identify_object(a.classid, a.objid, a.objsubid)).name AS name,
-    (pg_identify_object(a.classid, a.objid, a.objsubid)).identity AS identity,
+    identify.type,
+    identify.schema,
+    identify.name,
+    identify.identity,
     (a.refobjid)::regrole AS owner
    FROM ((pg_shdepend a
      JOIN pg_database ON (((pg_database.datname = current_database()) AND (pg_database.oid = a.dbid))))
-     JOIN pg_authid ON (((pg_authid.oid = a.refobjid) AND (a.refclassid = ('pg_authid'::regclass)::oid))))
-  WHERE (a.deptype = 'o'::"char");
...
tap
[15:05:00.746](60.528s) not ok 5 - regression tests pass
tap
[15:05:45.402](69.396s) not ok 2 - regression tests pass
test
[15:07:39.894]  28/311 postgresql:regress / regress/regress                                            ERROR            ...
[15:07:39.894]  92/311 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[15:07:39.894] 152/311 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/rules.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/resu...
--- /tmp/cirrus-ci-build/src/test/regress/expected/rules.out	2024-10-20 15:03:15.522913509 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/rules.out	2024-10-20 15:08:07.168168144 +0000
@@ -1401,15 +1401,18 @@
 pg_ownerships| SELECT (a.classid)::regclass AS classid,
     a.objid,
     a.objsubid,
-    (pg_identify_object(a.classid, a.objid, a.objsubid)).type AS type,
-    (pg_identify_object(a.classid, a.objid, a.objsubid)).schema AS schema,
-    (pg_identify_object(a.classid, a.objid, a.objsubid)).name AS name,
-    (pg_identify_object(a.classid, a.objid, a.objsubid)).identity AS identity,
+    identify.type,
+    identify.schema,
+    identify.name,
+    identify.identity,
     (a.refobjid)::regrole AS owner
    FROM ((pg_shdepend a
      JOIN pg_database ON (((pg_database.datname = current_database()) AND (pg_database.oid = a.dbid))))
-     JOIN pg_authid ON (((pg_authid.oid = a.refobjid) AND (a.refclassid = ('pg_authid'::regclass)::oid))))
-  WHERE (a.deptype = 'o'::"char");
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/rules.out /tmp/cirrus-ci-build/src/test/recovery/tmp_check/resul...
--- /tmp/cirrus-ci-build/src/test/regress/expected/rules.out	2024-10-20 15:03:15.522913509 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/rules.out	2024-10-20 15:09:37.996660894 +0000
@@ -1401,15 +1401,18 @@
 pg_ownerships| SELECT (a.classid)::regclass AS classid,
     a.objid,
     a.objsubid,
-    (pg_identify_object(a.classid, a.objid, a.objsubid)).type AS type,
-    (pg_identify_object(a.classid, a.objid, a.objsubid)).schema AS schema,
-    (pg_identify_object(a.classid, a.objid, a.objsubid)).name AS name,
-    (pg_identify_object(a.classid, a.objid, a.objsubid)).identity AS identity,
+    identify.type,
+    identify.schema,
+    identify.name,
+    identify.identity,
     (a.refobjid)::regrole AS owner
    FROM ((pg_shdepend a
      JOIN pg_database ON (((pg_database.datname = current_database()) AND (pg_database.oid = a.dbid))))
-     JOIN pg_authid ON (((pg_authid.oid = a.refobjid) AND (a.refclassid = ('pg_authid'::regclass)::oid))))
-  WHERE (a.deptype = 'o'::"char");
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/rules.out /tmp/cirrus-ci-build/src/test/regress/results/rules.ou...
--- /tmp/cirrus-ci-build/src/test/regress/expected/rules.out	2024-10-20 15:03:15.522913509 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/rules.out	2024-10-20 15:05:43.032044020 +0000
@@ -1401,15 +1401,18 @@
 pg_ownerships| SELECT (a.classid)::regclass AS classid,
     a.objid,
     a.objsubid,
-    (pg_identify_object(a.classid, a.objid, a.objsubid)).type AS type,
-    (pg_identify_object(a.classid, a.objid, a.objsubid)).schema AS schema,
-    (pg_identify_object(a.classid, a.objid, a.objsubid)).name AS name,
-    (pg_identify_object(a.classid, a.objid, a.objsubid)).identity AS identity,
+    identify.type,
+    identify.schema,
+    identify.name,
+    identify.identity,
     (a.refobjid)::regrole AS owner
    FROM ((pg_shdepend a
      JOIN pg_database ON (((pg_database.datname = current_database()) AND (pg_database.oid = a.dbid))))
-     JOIN pg_authid ON (((pg_authid.oid = a.refobjid) AND (a.refclassid = ('pg_authid'::regclass)::oid))))
-  WHERE (a.deptype = 'o'::"char");
...
tap
[15:08:33.642](85.096s) not ok 5 - regression tests pass
tap
[15:10:02.008](54.414s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/rules.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_u...
--- /tmp/cirrus-ci-build/src/test/regress/expected/rules.out	2024-10-20 15:03:15.572575550 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/rules.out	2024-10-20 15:05:05.467571218 +0...
@@ -1401,15 +1401,18 @@
 pg_ownerships| SELECT (a.classid)::regclass AS classid,
     a.objid,
     a.objsubid,
-    (pg_identify_object(a.classid, a.objid, a.objsubid)).type AS type,
-    (pg_identify_object(a.classid, a.objid, a.objsubid)).schema AS schema,
-    (pg_identify_object(a.classid, a.objid, a.objsubid)).name AS name,
-    (pg_identify_object(a.classid, a.objid, a.objsubid)).identity AS identity,
+    identify.type,
+    identify.schema,
+    identify.name,
+    identify.identity,
     (a.refobjid)::regrole AS owner
    FROM ((pg_shdepend a
      JOIN pg_database ON (((pg_database.datname = current_database()) AND (pg_database.oid = a.dbid))))
-     JOIN pg_authid ON (((pg_authid.oid = a.refobjid) AND (a.refclassid = ('pg_authid'::regclass)::oid))))
-  WHERE (a.deptype = 'o'::"char");
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/rules.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream...
--- /tmp/cirrus-ci-build/src/test/regress/expected/rules.out	2024-10-20 15:03:15.572575550 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/rules.out	2024-10-20 15:05:48.303739490 ...
@@ -1401,15 +1401,18 @@
 pg_ownerships| SELECT (a.classid)::regclass AS classid,
     a.objid,
     a.objsubid,
-    (pg_identify_object(a.classid, a.objid, a.objsubid)).type AS type,
-    (pg_identify_object(a.classid, a.objid, a.objsubid)).schema AS schema,
-    (pg_identify_object(a.classid, a.objid, a.objsubid)).name AS name,
-    (pg_identify_object(a.classid, a.objid, a.objsubid)).identity AS identity,
+    identify.type,
+    identify.schema,
+    identify.name,
+    identify.identity,
     (a.refobjid)::regrole AS owner
    FROM ((pg_shdepend a
      JOIN pg_database ON (((pg_database.datname = current_database()) AND (pg_database.oid = a.dbid))))
-     JOIN pg_authid ON (((pg_authid.oid = a.refobjid) AND (a.refclassid = ('pg_authid'::regclass)::oid))))
-  WHERE (a.deptype = 'o'::"char");
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/rules.out /tmp/cirrus-ci-build/build/testrun/regress/regress/res...
--- /tmp/cirrus-ci-build/src/test/regress/expected/rules.out	2024-10-20 15:03:15.572575550 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/rules.out	2024-10-20 15:05:02.955581223 +0000
@@ -1401,15 +1401,18 @@
 pg_ownerships| SELECT (a.classid)::regclass AS classid,
     a.objid,
     a.objsubid,
-    (pg_identify_object(a.classid, a.objid, a.objsubid)).type AS type,
-    (pg_identify_object(a.classid, a.objid, a.objsubid)).schema AS schema,
-    (pg_identify_object(a.classid, a.objid, a.objsubid)).name AS name,
-    (pg_identify_object(a.classid, a.objid, a.objsubid)).identity AS identity,
+    identify.type,
+    identify.schema,
+    identify.name,
+    identify.identity,
     (a.refobjid)::regrole AS owner
    FROM ((pg_shdepend a
      JOIN pg_database ON (((pg_database.datname = current_database()) AND (pg_database.oid = a.dbid))))
-     JOIN pg_authid ON (((pg_authid.oid = a.refobjid) AND (a.refclassid = ('pg_authid'::regclass)::oid))))
-  WHERE (a.deptype = 'o'::"char");
...
tap
[15:05:42.095](69.882s) not ok 5 - regression tests pass
tap
[15:06:17.233](72.468s) not ok 2 - regression tests pass
test
[15:07:56.476]  34/311 postgresql:regress / regress/regress                                            ERROR            ...
[15:07:56.476] 124/311 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[15:07:56.476] 153/311 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
macOS - Sonoma - Meson
test
[15:09:28.966]  26/311 postgresql:regress / regress/regress                                            ERROR            ...
[15:09:28.966]  46/311 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[15:09:28.966] 139/311 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/rules.out C:/cirrus/build/testrun/pg_upgrade/002_pg_upg...
--- C:/cirrus/src/test/regress/expected/rules.out	2024-10-20 15:03:34.772953900 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/rules.out	2024-10-20 15:06:35.371899100 +0000
@@ -1401,15 +1401,18 @@
 pg_ownerships| SELECT (a.classid)::regclass AS classid,
     a.objid,
     a.objsubid,
-    (pg_identify_object(a.classid, a.objid, a.objsubid)).type AS type,
-    (pg_identify_object(a.classid, a.objid, a.objsubid)).schema AS schema,
-    (pg_identify_object(a.classid, a.objid, a.objsubid)).name AS name,
-    (pg_identify_object(a.classid, a.objid, a.objsubid)).identity AS identity,
+    identify.type,
+    identify.schema,
+    identify.name,
+    identify.identity,
     (a.refobjid)::regrole AS owner
    FROM ((pg_shdepend a
      JOIN pg_database ON (((pg_database.datname = current_database()) AND (pg_database.oid = a.dbid))))
-     JOIN pg_authid ON (((pg_authid.oid = a.refobjid) AND (a.refclassid = ('pg_authid'::regclass)::oid))))
-  WHERE (a.deptype = 'o'::"char");
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/rules.out C:/cirrus/build/testrun/recovery/027_stream_r...
--- C:/cirrus/src/test/regress/expected/rules.out	2024-10-20 15:03:34.772953900 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/rules.out	2024-10-20 15:08:44.770831000 +0000
@@ -1401,15 +1401,18 @@
 pg_ownerships| SELECT (a.classid)::regclass AS classid,
     a.objid,
     a.objsubid,
-    (pg_identify_object(a.classid, a.objid, a.objsubid)).type AS type,
-    (pg_identify_object(a.classid, a.objid, a.objsubid)).schema AS schema,
-    (pg_identify_object(a.classid, a.objid, a.objsubid)).name AS name,
-    (pg_identify_object(a.classid, a.objid, a.objsubid)).identity AS identity,
+    identify.type,
+    identify.schema,
+    identify.name,
+    identify.identity,
     (a.refobjid)::regrole AS owner
    FROM ((pg_shdepend a
      JOIN pg_database ON (((pg_database.datname = current_database()) AND (pg_database.oid = a.dbid))))
-     JOIN pg_authid ON (((pg_authid.oid = a.refobjid) AND (a.refclassid = ('pg_authid'::regclass)::oid))))
-  WHERE (a.deptype = 'o'::"char");
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/rules.out C:/cirrus/build/testrun/regress/regress/resul...
--- C:/cirrus/src/test/regress/expected/rules.out	2024-10-20 15:03:34.772953900 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/rules.out	2024-10-20 15:06:27.169257500 +0000
@@ -1401,15 +1401,18 @@
 pg_ownerships| SELECT (a.classid)::regclass AS classid,
     a.objid,
     a.objsubid,
-    (pg_identify_object(a.classid, a.objid, a.objsubid)).type AS type,
-    (pg_identify_object(a.classid, a.objid, a.objsubid)).schema AS schema,
-    (pg_identify_object(a.classid, a.objid, a.objsubid)).name AS name,
-    (pg_identify_object(a.classid, a.objid, a.objsubid)).identity AS identity,
+    identify.type,
+    identify.schema,
+    identify.name,
+    identify.identity,
     (a.refobjid)::regrole AS owner
    FROM ((pg_shdepend a
      JOIN pg_database ON (((pg_database.datname = current_database()) AND (pg_database.oid = a.dbid))))
-     JOIN pg_authid ON (((pg_authid.oid = a.refobjid) AND (a.refclassid = ('pg_authid'::regclass)::oid))))
-  WHERE (a.deptype = 'o'::"char");
...
tap
[15:07:17.846](104.206s) not ok 5 - regression tests pass
tap
[15:09:34.126](118.142s) not ok 2 - regression tests pass
test
[15:15:24.289]  20/306 postgresql:regress / regress/regress                                            ERROR           1...
[15:15:24.289]  39/306 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[15:15:24.289]  92/306 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/4412 Client authentication via OAuth 2.0
FreeBSD - 13 - Meson
test
[09:37:54.058] 315/317 postgresql:python / python/server                                               FAIL             ...
Linux - Debian Bookworm - Meson
core
[09:40:40.386] #0  0x00007fd4692aed24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:40.386] #1  0x00007fd46925b239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:40.386] #2  0x00007fd469316184 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:40:40.386] #3  0x00007fd4693287dc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[09:40:40.386] #0  <unavailable> in ?? ()
test
[09:39:39.729] 314/317 postgresql:python / python/server                                               FAIL             ...
macOS - Sonoma - Meson
test
[09:38:46.358] 312/317 postgresql:python / python/server                                               FAIL             ...
Windows - Server 2019, VS 2019 - Meson & ninja
test
[09:43:57.625] 309/312 postgresql:python / python/server                                               FAIL             ...
51/4390 add not_before and not_after timestamps to sslinfo extension and pg_stat_ssl
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[07:35:47.441] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notBefore referenced i...
compiler
[07:35:30.533] ../src/backend/libpq/be-secure-openssl.c(1545): warning C4024: 'ASN1_TIME_to_timestamptz': different type...
compiler
[07:35:30.533] ../src/backend/libpq/be-secure-openssl.c(1545): warning C4047: 'function': 'ASN1_TIME *' differs in level...
compiler
[07:35:30.454] ../src/backend/libpq/be-secure-openssl.c(1536): warning C4024: 'ASN1_TIME_to_timestamptz': different type...
compiler
[07:35:30.454] ../src/backend/libpq/be-secure-openssl.c(1536): warning C4047: 'function': 'ASN1_TIME *' differs in level...
compiler
[07:35:47.441] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notAfter referenced in...
51/3461 In-place persistence change of a relation (fast ALTER TABLE ... SET LOGGED with wal_level=minimal)
CompilerWarnings
compiler
[07:16:22.842] simpleundolog.c:69:14: error: no previous extern declaration for non-static variable 'UndoRoutines' [-Wer...
compiler
[07:14:55.348] simpleundolog.c:69:14: error: no previous extern declaration for non-static variable 'UndoRoutines' [-Wer...
Linux - Debian Bookworm - Autoconf
tap
[07:08:02.995](0.243s) Bail out!  pg_ctl start failed
Linux - Debian Bookworm - Meson
core
[07:08:58.116] #0  0x00007fe3de0a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:08:58.116] #1  0x00007fe3de05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:08:58.116] #2  0x00007fe3de045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:08:58.116] #3  0x00007fe3de21e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[07:08:58.116] #4  0x00007fe3de22aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[07:08:58.116] #5  0x00007fe3de20d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55a41d9c5a40,...
[07:08:58.116] #6  0x000055a41cabb9a7 in ParseCommitRecord (info=<optimized out>, xlrec=<optimized out>, parsed=parsed@e...
[07:08:58.116] #7  0x000055a41cb0fe13 in xact_redo (record=0x55a437a14500) at ../src/backend/access/transam/xact.c:6430
[07:08:58.116] #8  0x000055a41cb333da in ApplyWalRecord (xlogreader=0x55a437a14500, record=record@entry=0x7fe3d9b72920, ...
[07:08:58.116] #9  0x000055a41cb39022 in PerformWalRecovery () at ../src/backend/access/transam/xlogrecovery.c:1823
tap
[07:07:17.170](226.739s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /tmp/cirrus-ci-build/src/test/recovery/t/027_stream_regress.pl line 103.
test
[07:07:17.370] 311/311 postgresql:recovery / recovery/027_stream_regress                               ERROR           3...
51/5070 Incorrect error message for cancellation triggered by statement_timeout & flaky test
CompilerWarnings
compiler
[05:47:26.446] backend_startup.c:270:63: error: variable 'status' is uninitialized when used here [-Werror,-Wuninitializ...
compiler
[05:47:26.446] backend_startup.c:270:63: error: data argument not used by format string [-Werror,-Wformat-extra-args]
compiler
[05:47:18.370] backend_startup.c:270:63: error: variable 'status' is uninitialized when used here [-Werror,-Wuninitializ...
compiler
[05:47:18.370] backend_startup.c:270:63: error: data argument not used by format string [-Werror,-Wformat-extra-args]
compiler
[05:46:49.472] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit...
compiler
[05:46:49.472] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args]
compiler
[05:46:41.896] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit...
compiler
[05:46:41.896] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args]
compiler
[05:47:48.640] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit...
compiler
[05:47:48.640] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args]
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[05:47:14.660] c:\cirrus\src\backend\tcop\backend_startup.c(270) : warning C4700: uninitialized local variable 'status' ...
51/4720 "unexpected duplicate for tablespace" problem in logical replication
FreeBSD - 13 - Meson
core
[05:34:46.740] #0  0x000000082ae808fa in _sigprocmask () from /lib/libc.so.7
[05:34:46.740] #1  0x000000082aeb9f91 in _system () from /lib/libc.so.7
[05:34:46.740] #2  0x0000000829f9c9d3 in ?? () from /lib/libthr.so.3
[05:34:46.740] #3  0x00000000006697f5 in RestoreArchivedFile (path=path@entry=0x820dec1d0 "pg_wal/00000002", '0' <repeat...
[05:34:46.740] #4  0x0000000000650898 in existsTimeLineHistory (probeTLI=probeTLI@entry=3) at ../src/backend/access/tran...
[05:34:46.740] #5  0x0000000000650958 in findNewestTimeLine (startTLI=startTLI@entry=2) at ../src/backend/access/transam...
[05:34:46.740] #6  0x0000000000674d7b in rescanLatestTimeLine (replayTLI=replayTLI@entry=2, replayLSN=replayLSN@entry=67...
[05:34:46.740] #7  0x0000000000670f63 in WaitForWALToBecomeAvailable (RecPtr=67210840, tliRecPtr=67210816, replayTLI=2, ...
[05:34:46.740] #8  XLogPageRead (xlogreader=0x8343e4130, targetPagePtr=67207168, reqLen=3672, targetRecPtr=67210816, rea...
[05:34:46.740] #9  0x0000000000677cc2 in ReadPageInternal (state=state@entry=0x8343e4130, pageptr=67207168, reqLen=3672)...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/00...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-10-20 05:29:03.170707000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_table.out	2024-10-20 05:30:44.485890...
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37763 |            |             0 |       37763 | pktable_pkey
+ 37760 |            |             0 |       37760 | pktable
+ 37769 |            |             0 |       37769 | fktable
+ 38251 |            |             0 |       38256 | foo
+ 38260 |            |             0 |       38260 | pg_toast_38251_index
+ 38259 |            |             0 |       38259 | pg_toast_38251
+ 38548 |            |             0 |       38548 | old_oids
+ 38565 |            |             0 |       38565 | pg_toast_38562
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/recovery/027_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-10-20 05:29:03.170707000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/alter_table.out	2024-10-20 05:31:35.8704...
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37505 |            |             0 |       37505 | pktable_pkey
+ 37502 |            |             0 |       37502 | pktable
+ 37507 |            |             0 |       37507 | fktable
+ 38261 |            |             0 |       38266 | foo
+ 38270 |            |             0 |       38270 | pg_toast_38261_index
+ 38269 |            |             0 |       38269 | pg_toast_38261
+ 38470 |            |             0 |       38470 | old_oids
+ 38487 |            |             0 |       38487 | pg_toast_38484
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/regress/regre...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-10-20 05:29:03.170707000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/alter_table.out	2024-10-20 05:30:47.726847000 +0000
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37663 |            |             0 |       37663 | pktable_pkey
+ 37660 |            |             0 |       37660 | pktable
+ 37665 |            |             0 |       37665 | fktable
+ 38215 |            |             0 |       38220 | foo
+ 38224 |            |             0 |       38224 | pg_toast_38215_index
+ 38223 |            |             0 |       38223 | pg_toast_38215
+ 38428 |            |             0 |       38428 | old_oids
+ 38445 |            |             0 |       38445 | pg_toast_38442
...
tap
[05:30:53.318](60.316s) not ok 5 - regression tests pass
tap
[05:31:46.061](75.796s) not ok 2 - regression tests pass
test
[05:33:39.765]  40/311 postgresql:regress / regress/regress                                            ERROR            ...
[05:33:39.765]  78/311 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[05:33:39.765] 156/311 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_chec...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-10-20 05:28:32.492778993 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/alter_table.out	2024-10-20 05:34:00.820169695 +0000
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37843 |            |             0 |       37843 | pktable_pkey
+ 37840 |            |             0 |       37840 | pktable
+ 37846 |            |             0 |       37846 | fktable
+ 38332 |            |             0 |       38338 | foo
+ 38342 |            |             0 |       38342 | pg_toast_38332_index
+ 38341 |            |             0 |       38341 | pg_toast_38332
+ 38555 |            |             0 |       38555 | old_oids
+ 38578 |            |             0 |       38578 | pg_toast_38575
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/src/test/regress/results/al...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-10-20 05:28:32.492778993 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/alter_table.out	2024-10-20 05:32:10.868375454 +0000
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37867 |            |             0 |       37867 | pktable_pkey
+ 37864 |            |             0 |       37864 | pktable
+ 37871 |            |             0 |       37871 | fktable
+ 38327 |            |             0 |       38333 | foo
+ 38337 |            |             0 |       38337 | pg_toast_38327_index
+ 38336 |            |             0 |       38336 | pg_toast_38327
+ 38547 |            |             0 |       38547 | old_oids
+ 38565 |            |             0 |       38565 | pg_toast_38562
...
tap
[05:34:08.420](105.041s) not ok 5 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/00...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-10-20 05:28:30.930769909 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_table.out	2024-10-20 05:31:33.891781...
@@ -3491,9 +3491,29 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37853 |            |             0 |       37853 | users_id_seq
+ 37863 |            |             0 |       37863 | pg_toast_37857
+ 37864 |            |             0 |       37864 | pg_toast_37857_index
+ 37857 |            |             0 |       37857 | users
+ 38100 |            |             0 |       38100 | foo
+ 38246 |            |             0 |       38246 | forc_test
+ 38755 |            |             0 |       38755 | pg_toast_38752
+ 38756 |            |             0 |       38756 | pg_toast_38752_index
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/recovery/027_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-10-20 05:28:30.930769909 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/alter_table.out	2024-10-20 05:32:06.5482...
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37644 |            |             0 |       37644 | pktable_pkey
+ 37641 |            |             0 |       37641 | pktable
+ 37648 |            |             0 |       37648 | fktable
+ 38122 |            |             0 |       38127 | foo
+ 38131 |            |             0 |       38131 | pg_toast_38122_index
+ 38130 |            |             0 |       38130 | pg_toast_38122
+ 38347 |            |             0 |       38347 | old_oids
+ 38364 |            |             0 |       38364 | pg_toast_38361
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/regress/regre...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-10-20 05:28:30.930769909 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/alter_table.out	2024-10-20 05:31:28.963657485 +0000
@@ -3491,9 +3491,29 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37737 |            |             0 |       37737 | users_id_seq
+ 37742 |            |             0 |       37742 | pg_toast_37738
+ 37743 |            |             0 |       37743 | pg_toast_37738_index
+ 37738 |            |             0 |       37738 | users
+ 37996 |            |             0 |       37996 | foo
+ 38165 |            |             0 |       38165 | forc_test
+ 38585 |            |             0 |       38585 | pg_toast_38582
+ 38586 |            |             0 |       38586 | pg_toast_38582_index
...
tap
[05:31:39.981](74.542s) not ok 5 - regression tests pass
tap
[05:32:13.612](73.848s) not ok 2 - regression tests pass
test
[05:33:57.591]  43/311 postgresql:regress / regress/regress                                            ERROR            ...
[05:33:57.591] 126/311 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[05:33:57.591] 152/311 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/alter_table.out C:/cirrus/build/testrun/pg_upgrade/002_...
--- C:/cirrus/src/test/regress/expected/alter_table.out	2024-10-20 05:29:59.438217000 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_table.out	2024-10-20 05:33:43.323263800 +0000
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 36976 |            |             0 |       36976 | pktable_pkey
+ 36973 |            |             0 |       36973 | pktable
+ 36978 |            |             0 |       36978 | fktable
+ 37857 |            |             0 |       37863 | foo
+ 37868 |            |             0 |       37868 | pg_toast_37857_index
+ 37866 |            |             0 |       37866 | pg_toast_37857
+ 38130 |            |             0 |       38130 | old_oids
+ 38153 |            |             0 |       38153 | pg_toast_38150
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/alter_table.out C:/cirrus/build/testrun/recovery/027_st...
--- C:/cirrus/src/test/regress/expected/alter_table.out	2024-10-20 05:29:59.438217000 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/alter_table.out	2024-10-20 05:35:59.134021200 +0000
@@ -3491,9 +3491,29 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37957 |            |             0 |       37957 | forc_test
+ 37646 |            |             0 |       37646 | users_id_seq
+ 37652 |            |             0 |       37652 | pg_toast_37647
+ 37655 |            |             0 |       37655 | pg_toast_37647_index
+ 37647 |            |             0 |       37647 | users
+ 37773 |            |             0 |       37773 | foo
+ 38333 |            |             0 |       38333 | rtype
+ 38337 |            |             0 |       38337 | pg_toast_38333
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/alter_table.out C:/cirrus/build/testrun/regress/regress...
--- C:/cirrus/src/test/regress/expected/alter_table.out	2024-10-20 05:29:59.438217000 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/alter_table.out	2024-10-20 05:33:26.788084400 +0000
@@ -3491,9 +3491,29 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 36864 |            |             0 |       36864 | pktable_pkey
+ 36861 |            |             0 |       36861 | pktable
+ 36870 |            |             0 |       36870 | fktable
+ 37808 |            |             0 |       37813 | foo
+ 37817 |            |             0 |       37817 | pg_toast_37808_index
+ 37816 |            |             0 |       37816 | pg_toast_37808
+ 37921 |            |             0 |       37921 | users_id_seq
+ 37929 |            |             0 |       37929 | pg_toast_37923
...
tap
[05:33:56.973](115.594s) not ok 5 - regression tests pass
tap
[05:36:15.417](124.717s) not ok 2 - regression tests pass
test
[05:42:46.448]  19/306 postgresql:regress / regress/regress                                            ERROR           1...
[05:42:46.448]  38/306 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[05:42:46.448]  90/306 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5031 Remove dependence on integer wrapping
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/date.out C:/cirrus/build/testrun/pg_upgrade/002_pg_upgr...
--- C:/cirrus/src/test/regress/expected/date.out	2024-10-20 04:46:05.980681800 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/date.out	2024-10-20 04:48:16.328370900 +0000
@@ -1533,4 +1533,4 @@
 select make_time(24, 0, 2.1);
 ERROR:  time field value out of range: 24:00:2.1
 SELECT make_date(-2147483648, 1, 1);
-ERROR:  date field value out of range: -2147483648-01-01
+ERROR:  date field value out of range: 24301-01-01
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/date.out C:/cirrus/build/testrun/recovery/027_stream_re...
--- C:/cirrus/src/test/regress/expected/date.out	2024-10-20 04:46:05.980681800 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/date.out	2024-10-20 04:50:19.923176700 +0000
@@ -1533,4 +1533,4 @@
 select make_time(24, 0, 2.1);
 ERROR:  time field value out of range: 24:00:2.1
 SELECT make_date(-2147483648, 1, 1);
-ERROR:  date field value out of range: -2147483648-01-01
+ERROR:  date field value out of range: 24301-01-01
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/date.out C:/cirrus/build/testrun/regress/regress/result...
--- C:/cirrus/src/test/regress/expected/date.out	2024-10-20 04:46:05.980681800 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/date.out	2024-10-20 04:48:10.591073700 +0000
@@ -1533,4 +1533,4 @@
 select make_time(24, 0, 2.1);
 ERROR:  time field value out of range: 24:00:2.1
 SELECT make_date(-2147483648, 1, 1);
-ERROR:  date field value out of range: -2147483648-01-01
+ERROR:  date field value out of range: 24301-01-01
tap
[04:49:58.565](108.736s) not ok 5 - regression tests pass
tap
[04:52:05.399](114.815s) not ok 2 - regression tests pass
test
[04:58:28.006]   6/306 postgresql:regress / regress/regress                                            ERROR           1...
[04:58:28.006]  38/306 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[04:58:28.006]  85/306 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5252 Trim the heap free memory
CompilerWarnings
compiler
[01:26:58.565] postgres.c:2826:47: error: implicit declaration of function ‘sbrk’ [-Werror=implicit-function-declaration...
compiler
[01:26:58.565] postgres.c:2830:33: error: assignment to ‘char *’ from ‘int’ makes pointer from integer without a cast [-...
compiler
[01:26:58.565] postgres.c:2829:25: error: implicit declaration of function ‘malloc_trim’ [-Werror=implicit-function-decl...
compiler
[01:26:58.565] postgres.c:2826:47: error: initialization of ‘char *’ from ‘int’ makes pointer from integer without a cas...
Linux - Debian Bookworm - Autoconf
tap
[01:28:00.553](0.001s) not ok 28 - options --locale-provider=icu --locale=und --lc-*=C: no stderr
Linux - Debian Bookworm - Meson
tap
[01:30:02.791](0.001s) not ok 28 - options --locale-provider=icu --locale=und --lc-*=C: no stderr
test
[01:31:32.009] 167/311 postgresql:initdb / initdb/001_initdb                                           ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[01:25:45.337] tcop_postgres.c.obj : error LNK2019: unresolved external symbol malloc_trim referenced in function finish...
compiler
[01:25:45.337] tcop_postgres.c.obj : error LNK2019: unresolved external symbol sbrk referenced in function finish_xact_c...
compiler
[01:25:35.893] ../src/backend/tcop/postgres.c(2826): warning C4047: 'initializing': 'char *' differs in levels of indire...
compiler
[01:25:35.893] ../src/backend/tcop/postgres.c(2830): warning C4047: '=': 'char *' differs in levels of indirection from ...
50/5238 Add parallel columns for seq scan and index scan on pg_stat_all_tables and _indexes
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/stats.out C:/cirrus/build/testrun/pg_upgrade/002_pg_upg...
--- C:/cirrus/src/test/regress/expected/stats.out	2024-10-20 01:08:58.368213300 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/stats.out	2024-10-20 01:12:59.387190100 +0000
@@ -846,7 +846,7 @@
 FROM pg_stat_all_tables WHERE relid = 'test_parallel_scan'::regclass;
  parallel_seq_scan | parallel_idx_scan 
 -------------------+-------------------
-                 3 |                 2
+                 1 |                 1
 (1 row)
 
 SELECT last_parallel_seq_scan AS test_last_seq, last_parallel_idx_scan AS test_last_idx
@@ -895,7 +895,7 @@
 FROM pg_stat_all_tables WHERE relid = 'test_parallel_scan'::regclass;
  parallel_seq_scan | seq_ok | parallel_idx_scan | idx_ok 
 -------------------+--------+-------------------+--------
-                 6 | t      |                 2 | t
+                 4 | t      |                 1 | t
 (1 row)
 
...
tap
[01:13:06.509](119.364s) not ok 5 - regression tests pass
test
[01:22:06.114]  39/306 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
51/5061 New function rand_array() to contrib/tablefunc
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/tablefunc/expected/tablefunc.out /tmp/cirrus-ci-build/build/testrun/tablefunc/regr...
--- /tmp/cirrus-ci-build/contrib/tablefunc/expected/tablefunc.out	2024-10-20 01:07:38.397907000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/tablefunc/regress/results/tablefunc.out	2024-10-20 01:10:55.751298000 +0000
@@ -1,17 +1,20 @@
 CREATE EXTENSION tablefunc;
+ERROR:  extension "tablefunc" has no installation script nor update path for version "1.1"
 --
 -- normal_rand()
 -- no easy way to do this for regression testing
 --
 SELECT avg(normal_rand)::int, count(*) FROM normal_rand(100, 250, 0.2);
- avg | count 
------+-------
- 250 |   100
-(1 row)
-
+ERROR:  function normal_rand(integer, integer, numeric) does not exist
+LINE 1: SELECT avg(normal_rand)::int, count(*) FROM normal_rand(100,...
+                                                    ^
+HINT:  No function matches the given name and argument types. You might need to add explicit type casts.
...
test
[01:13:15.554]  94/311 postgresql:tablefunc / tablefunc/regress                                        ERROR            ...
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/tablefunc/expected/tablefunc.out /tmp/cirrus-ci-build/build/testrun/tablefunc/regr...
--- /tmp/cirrus-ci-build/contrib/tablefunc/expected/tablefunc.out	2024-10-20 01:07:38.303512190 +0000
+++ /tmp/cirrus-ci-build/build/testrun/tablefunc/regress/results/tablefunc.out	2024-10-20 01:12:44.442759746 +0000
@@ -1,17 +1,20 @@
 CREATE EXTENSION tablefunc;
+ERROR:  extension "tablefunc" has no installation script nor update path for version "1.1"
 --
 -- normal_rand()
 -- no easy way to do this for regression testing
 --
 SELECT avg(normal_rand)::int, count(*) FROM normal_rand(100, 250, 0.2);
- avg | count 
------+-------
- 250 |   100
-(1 row)
-
+ERROR:  function normal_rand(integer, integer, numeric) does not exist
+LINE 1: SELECT avg(normal_rand)::int, count(*) FROM normal_rand(100,...
+                                                    ^
+HINT:  No function matches the given name and argument types. You might need to add explicit type casts.
...
test
[01:14:43.429]  90/311 postgresql:tablefunc / tablefunc/regress                                        ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/contrib/tablefunc/expected/tablefunc.out /Users/admin/pgsql/build/testrun/tablefunc/regress/...
--- /Users/admin/pgsql/contrib/tablefunc/expected/tablefunc.out	2024-10-20 01:07:36
+++ /Users/admin/pgsql/build/testrun/tablefunc/regress/results/tablefunc.out	2024-10-20 01:11:36
@@ -1,17 +1,20 @@
 CREATE EXTENSION tablefunc;
+ERROR:  extension "tablefunc" has no installation script nor update path for version "1.1"
 --
 -- normal_rand()
 -- no easy way to do this for regression testing
 --
 SELECT avg(normal_rand)::int, count(*) FROM normal_rand(100, 250, 0.2);
- avg | count 
------+-------
- 250 |   100
-(1 row)
-
+ERROR:  function normal_rand(integer, integer, numeric) does not exist
+LINE 1: SELECT avg(normal_rand)::int, count(*) FROM normal_rand(100,...
+                                                    ^
+HINT:  No function matches the given name and argument types. You might need to add explicit type casts.
...
tap
[01:11:10.786](0.001s) not ok 31 - receiving 100K lines works: stdout matches
test
[01:14:15.891]  50/311 postgresql:kerberos / kerberos/001_auth                                         ERROR            ...
[01:14:15.891]  95/311 postgresql:tablefunc / tablefunc/regress                                        ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/contrib/tablefunc/expected/tablefunc.out C:/cirrus/build/testrun/tablefunc/regres...
--- C:/cirrus/contrib/tablefunc/expected/tablefunc.out	2024-10-20 01:07:39.583745300 +0000
+++ C:/cirrus/build/testrun/tablefunc/regress/results/tablefunc.out	2024-10-20 01:14:23.596523600 +0000
@@ -1,17 +1,20 @@
 CREATE EXTENSION tablefunc;
+ERROR:  extension "tablefunc" has no installation script nor update path for version "1.1"
 --
 -- normal_rand()
 -- no easy way to do this for regression testing
 --
 SELECT avg(normal_rand)::int, count(*) FROM normal_rand(100, 250, 0.2);
- avg | count 
------+-------
- 250 |   100
-(1 row)
-
+ERROR:  function normal_rand(integer, integer, numeric) does not exist
+LINE 1: SELECT avg(normal_rand)::int, count(*) FROM normal_rand(100,...
+                                                    ^
+HINT:  No function matches the given name and argument types. You might need to add explicit type casts.
...
test
[01:20:43.579]  90/306 postgresql:tablefunc / tablefunc/regress                                        ERROR            ...
51/5242 Fix RelationTruncate() corruption
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[00:47:31.998] ../src/backend/storage/smgr/smgr.c(732): warning C4098: 'smgrtruncate': 'void' function returning a value
51/4952 Use WALReadFromBuffers in more places
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/contrib/test_decoding/expected/spill.out /Users/admin/pgsql/build/testrun/test_decoding/regr...
--- /Users/admin/pgsql/contrib/test_decoding/expected/spill.out	2024-10-20 00:06:46
+++ /Users/admin/pgsql/build/testrun/test_decoding/regress/results/spill.out	2024-10-20 00:11:14
@@ -203,12 +203,7 @@
 SELECT (regexp_split_to_array(data, ':'))[4] COLLATE "C", COUNT(*), (array_agg(data))[1], (array_agg(data))[count(*)]
 FROM pg_logical_slot_get_changes('regression_slot', NULL,NULL) WHERE data ~ 'INSERT'
 GROUP BY 1 ORDER BY 1;
-        regexp_split_to_array         | count |                                       array_agg                        ...
---------------------------------------+-------+------------------------------------------------------------------------...
- 'serialize-nested-subbig-subsmall--1 |  5000 | table public.spill_test: INSERT: data[text]:'serialize-nested-subbig-su...
- 'serialize-nested-subbig-subsmall--2 |     1 | table public.spill_test: INSERT: data[text]:'serialize-nested-subbig-su...
-(2 rows)
-
+ERROR:  could not find record for logical decoding: unexpected pageaddr 0/2070000 in WAL segment 0000000100000000000000...
 -- not spilling subxact, containing a spilling subxact
 BEGIN;
 SAVEPOINT s1;
@@ -221,11 +216,13 @@
 SELECT (regexp_split_to_array(data, ':'))[4] COLLATE "C", COUNT(*), (array_agg(data))[1], (array_agg(data))[count(*)]
 FROM pg_logical_slot_get_changes('regression_slot', NULL,NULL) WHERE data ~ 'INSERT'
...
test
[00:14:00.361] 139/312 postgresql:test_decoding / test_decoding/regress                                ERROR            ...
51/5012 Vacuum statistics
FreeBSD - 13 - Meson
core
[23:13:33.924] #0  0x000000082ac5d8fa in _sigprocmask () from /lib/libc.so.7
[23:13:33.924] #1  0x000000082ac96f91 in _system () from /lib/libc.so.7
[23:13:33.924] #2  0x0000000828ceb9d3 in ?? () from /lib/libthr.so.3
[23:13:33.924] #3  0x000000000066a305 in RestoreArchivedFile (path=path@entry=0x82149c1d0 "pg_wal/0\356\0247", xlogfname...
[23:13:33.924] #4  0x0000000000675aee in XLogFileRead (segno=segno@entry=6, tli=tli@entry=1, source=source@entry=XLOG_FR...
[23:13:33.924] #5  0x00000000006717cc in XLogFileReadAnyTLI (segno=6, source=XLOG_FROM_ANY) at ../src/backend/access/tra...
[23:13:33.924] #6  WaitForWALToBecomeAvailable (RecPtr=100671488, tliRecPtr=100683752, replayTLI=1, replayLSN=100683752,...
[23:13:33.924] #7  XLogPageRead (xlogreader=0x835191130, targetPagePtr=100663296, reqLen=8192, targetRecPtr=100683752, r...
[23:13:33.924] #8  0x0000000000678756 in ReadPageInternal (state=state@entry=0x835191130, pageptr=100679680, reqLen=4096...
[23:13:33.924] #9  0x0000000000677642 in XLogDecodeNextRecord (state=0x835191130, nonblocking=false) at ../src/backend/a...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out /tmp/cirrus-ci-build/bu...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-10-19 23:07:03.04292000...
+++ /tmp/cirrus-ci-build/build/testrun/isolation/isolation/results/vacuum-extending-in-repetable-read.out	2024-10-19 23:...
@@ -22,7 +22,8 @@
   100
 (1 row)
 
-step s2_update: UPDATE test_vacuum_stat_isolation SET ival = ival + 2 where id > 900;
+step s2_update: UPDATE test_vacuum_stat_isolation SET ival = ival  2 where id > 900;
+ERROR:  syntax error at or near "2"
 step s2_insert_interrupt: INSERT INTO test_vacuum_stat_isolation values (1,1);
 step s2_vacuum: VACUUM test_vacuum_stat_isolation;
 step s2_print_vacuum_stats_table: 
@@ -33,7 +34,7 @@
 
 relname                   |tuples_deleted|dead_tuples|tuples_frozen
 --------------------------+--------------+-----------+-------------
-test_vacuum_stat_isolation|             0|        100|            0
+test_vacuum_stat_isolation|             0|          0|            0
 (1 row)
...
test
[23:12:25.869]  47/311 postgresql:isolation / isolation/isolation                                      ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out /tmp/cirrus-ci-build/sr...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-10-19 23:07:00.61763398...
+++ /tmp/cirrus-ci-build/src/test/isolation/output_iso/results/vacuum-extending-in-repetable-read.out	2024-10-19 23:12:2...
@@ -22,7 +22,8 @@
   100
 (1 row)
 
-step s2_update: UPDATE test_vacuum_stat_isolation SET ival = ival + 2 where id > 900;
+step s2_update: UPDATE test_vacuum_stat_isolation SET ival = ival  2 where id > 900;
+ERROR:  syntax error at or near "2"
 step s2_insert_interrupt: INSERT INTO test_vacuum_stat_isolation values (1,1);
 step s2_vacuum: VACUUM test_vacuum_stat_isolation;
 step s2_print_vacuum_stats_table: 
@@ -33,7 +34,7 @@
 
 relname                   |tuples_deleted|dead_tuples|tuples_frozen
 --------------------------+--------------+-----------+-------------
-test_vacuum_stat_isolation|             0|        100|            0
+test_vacuum_stat_isolation|             0|          0|            0
 (1 row)
...
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out /tmp/cirrus-ci-build/bu...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-10-19 23:07:00.21796562...
+++ /tmp/cirrus-ci-build/build/testrun/isolation/isolation/results/vacuum-extending-in-repetable-read.out	2024-10-19 23:...
@@ -22,7 +22,8 @@
   100
 (1 row)
 
-step s2_update: UPDATE test_vacuum_stat_isolation SET ival = ival + 2 where id > 900;
+step s2_update: UPDATE test_vacuum_stat_isolation SET ival = ival  2 where id > 900;
+ERROR:  syntax error at or near "2"
 step s2_insert_interrupt: INSERT INTO test_vacuum_stat_isolation values (1,1);
 step s2_vacuum: VACUUM test_vacuum_stat_isolation;
 step s2_print_vacuum_stats_table: 
@@ -33,7 +34,7 @@
 
 relname                   |tuples_deleted|dead_tuples|tuples_frozen
 --------------------------+--------------+-----------+-------------
-test_vacuum_stat_isolation|             0|        100|            0
+test_vacuum_stat_isolation|             0|          0|            0
 (1 row)
...
test
[23:15:00.080]  39/311 postgresql:isolation / isolation/isolation                                      ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/isolation/expected/vacuum-extending-in-repetable-read.out C:/cirrus/buil...
--- C:/cirrus/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-10-19 23:07:20.093068400 +0000
+++ C:/cirrus/build/testrun/isolation/isolation/results/vacuum-extending-in-repetable-read.out	2024-10-19 23:11:19.45958...
@@ -22,7 +22,8 @@
   100
 (1 row)
 
-step s2_update: UPDATE test_vacuum_stat_isolation SET ival = ival + 2 where id > 900;
+step s2_update: UPDATE test_vacuum_stat_isolation SET ival = ival  2 where id > 900;
+ERROR:  syntax error at or near "2"
 step s2_insert_interrupt: INSERT INTO test_vacuum_stat_isolation values (1,1);
 step s2_vacuum: VACUUM test_vacuum_stat_isolation;
 step s2_print_vacuum_stats_table: 
@@ -33,7 +34,7 @@
 
 relname                   |tuples_deleted|dead_tuples|tuples_frozen
 --------------------------+--------------+-----------+-------------
-test_vacuum_stat_isolation|             0|        100|            0
+test_vacuum_stat_isolation|             0|          0|            0
 (1 row)
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/vacuum_tables_and_db_statistics.out C:/cirrus/build/tes...
--- C:/cirrus/src/test/regress/expected/vacuum_tables_and_db_statistics.out	2024-10-19 23:07:20.702922900 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/vacuum_tables_and_db_statistics.out	2024-10-19 23:11:...
@@ -223,7 +223,7 @@
 WHERE dbname = current_database();
              dbname             | db_blks_hit | total_blks_dirtied | total_blks_written | wal_records | wal_fpi | wal_b...
 --------------------------------+-------------+--------------------+--------------------+-------------+---------+------...
- regression_statistic_vacuum_db | t           | t                  | t                  | t           | t       | t    ...
+ regression_statistic_vacuum_db | t           | t                  | t                  | t           | t       | t    ...
 (1 row)
 
 DROP TABLE vestat CASCADE;
tap
[23:11:13.525](111.515s) not ok 5 - regression tests pass
test
[23:19:57.984]  28/306 postgresql:isolation / isolation/isolation                                      ERROR           1...
[23:19:57.984]  37/306 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
51/4997 Return pg_control from pg_backup_stop().
Linux - Debian Bookworm - Meson
core
[20:14:10.648] #0  0x00007ffa5a2a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[20:14:10.648] #1  0x00007ffa5a25afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[20:14:10.648] #2  0x00007ffa5a245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[20:14:10.648] #3  0x00007ffa5a41e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[20:14:10.648] #4  0x00007ffa5a42aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[20:14:10.648] #5  0x00007ffa5a40d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55d58784cc00,...
[20:14:10.648] #6  0x000055d58697db77 in backup_control_file (controlFile=controlFile@entry=0x55d59c37818c "\r\307\3666\...
[20:14:10.648] #7  0x000055d5869828b3 in pg_backup_stop (fcinfo=<optimized out>) at ../src/backend/access/transam/xlogfu...
[20:14:10.648] #8  0x000055d586b57c42 in ExecInterpExpr (state=0x55d59c36f8a0, econtext=0x55d59c36f648, isnull=0x7fffafd...
[20:14:10.648] #9  0x000055d586b4c510 in ExecInterpExprStillValid (state=0x55d59c36f8a0, econtext=0x55d59c36f648, isNull...
core
[20:14:11.355] #0  0x00007fc210ca9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[20:14:11.355] #1  0x00007fc210c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[20:14:11.355] #2  0x00007fc210c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[20:14:11.355] #3  0x00007fc210e1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[20:14:11.355] #4  0x00007fc210e2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[20:14:11.355] #5  0x00007fc210e0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55942c060c00,...
[20:14:11.355] #6  0x000055942b191b77 in backup_control_file (controlFile=controlFile@entry=0x5594535ed26c "\r\307\3666\...
[20:14:11.355] #7  0x000055942b1968b3 in pg_backup_stop (fcinfo=<optimized out>) at ../src/backend/access/transam/xlogfu...
[20:14:11.355] #8  0x000055942b3930d6 in ExecMakeTableFunctionResult (setexpr=0x5594535fc358, econtext=0x5594535fc228, a...
[20:14:11.355] #9  0x000055942b3c10e8 in FunctionNext (node=0x5594535fc018) at ../src/backend/executor/nodeFunctionscan....
tap
[20:10:03.375](1.478s) not ok 18 - psql fails correctly
[20:10:03.376](0.000s) not ok 19 - pg_backup_start fails gracefully
test
[20:13:03.811]  26/311 postgresql:recovery / recovery/020_archive_status                               ERROR            ...
[20:13:03.811]  43/311 postgresql:recovery / recovery/042_low_level_backup                             ERROR            ...
51/4966 Parallel CREATE INDEX for GIN indexes
CompilerWarnings
compiler
[20:14:34.307] gininsert.c:2402:37: error: format ‘%ld’ expects argument of type ‘long int’, but argument 3 has type ‘lo...
compiler
[20:14:34.307] gininsert.c:2421:35: error: format ‘%ld’ expects argument of type ‘long int’, but argument 2 has type ‘in...
51/4929 apply_scanjoin_target_to_paths and partitionwise join
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-19 19:04:47.480965000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_join.out	2024-10-19 19:06:57.574...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/recovery/0...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-19 19:04:47.480965000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/partition_join.out	2024-10-19 19:07:47.4...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/regress/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-19 19:04:47.480965000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/partition_join.out	2024-10-19 19:06:51.422144000 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[19:07:00.967](60.352s) not ok 5 - regression tests pass
tap
[19:07:50.809](72.754s) not ok 2 - regression tests pass
test
[19:09:38.840]  39/311 postgresql:regress / regress/regress                                            ERROR            ...
[19:09:38.840]  83/311 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[19:09:38.840] 156/311 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_c...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-19 19:04:41.954525989 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/partition_join.out	2024-10-19 19:12:01.383584417 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/src/test/recovery/tmp_ch...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-19 19:04:41.954525989 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/partition_join.out	2024-10-19 19:13:37.421724056 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/src/test/regress/results...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-19 19:04:41.954525989 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/partition_join.out	2024-10-19 19:10:03.754582193 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[19:12:03.866](83.065s) not ok 5 - regression tests pass
tap
[19:13:40.459](53.300s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-19 19:04:44.850642405 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_join.out	2024-10-19 19:10:09.314...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/recovery/0...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-19 19:04:44.850642405 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/partition_join.out	2024-10-19 19:10:41.4...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/regress/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-19 19:04:44.850642405 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/partition_join.out	2024-10-19 19:10:01.258632183 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[19:10:11.812](72.312s) not ok 5 - regression tests pass
tap
[19:10:44.676](71.316s) not ok 2 - regression tests pass
test
[19:12:26.699]  41/311 postgresql:regress / regress/regress                                            ERROR            ...
[19:12:26.699] 126/311 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[19:12:26.699] 153/311 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/partition_join.out C:/cirrus/build/testrun/pg_upgrade/0...
--- C:/cirrus/src/test/regress/expected/partition_join.out	2024-10-19 19:04:58.768083000 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_join.out	2024-10-19 19:08:58.470393500 +000...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/partition_join.out C:/cirrus/build/testrun/recovery/027...
--- C:/cirrus/src/test/regress/expected/partition_join.out	2024-10-19 19:04:58.768083000 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/partition_join.out	2024-10-19 19:11:26.347833200 +0...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/partition_join.out C:/cirrus/build/testrun/regress/regr...
--- C:/cirrus/src/test/regress/expected/partition_join.out	2024-10-19 19:04:58.768083000 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/partition_join.out	2024-10-19 19:08:52.693053600 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[19:09:06.155](121.029s) not ok 5 - regression tests pass
tap
[19:11:39.947](142.110s) not ok 2 - regression tests pass
test
[19:18:23.329]  24/306 postgresql:regress / regress/regress                                            ERROR           1...
[19:18:23.329]  40/306 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[19:18:23.329]  96/306 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5151 DirtyScanshot index scan skips concurrently updated tuples
FreeBSD - 13 - Meson
core
[18:51:31.855] #0  0x000000082bfa78fa in _sigprocmask () from /lib/libc.so.7
[18:51:31.855] #1  0x000000082bfe0f91 in _system () from /lib/libc.so.7
[18:51:31.855] #2  0x00000008298659d3 in ?? () from /lib/libthr.so.3
[18:51:31.855] #3  0x00000000006699c5 in RestoreArchivedFile (path=path@entry=0x8217f71d0 "pg_wal/0\204\0247", xlogfname...
[18:51:31.855] #4  0x00000000006751ae in XLogFileRead (segno=segno@entry=5, tli=tli@entry=1, source=source@entry=XLOG_FR...
[18:51:31.855] #5  0x0000000000670e8c in XLogFileReadAnyTLI (segno=5, source=XLOG_FROM_ANY) at ../src/backend/access/tra...
[18:51:31.855] #6  WaitForWALToBecomeAvailable (RecPtr=83886104, tliRecPtr=83886080, replayTLI=1, replayLSN=83886080, ra...
[18:51:31.855] #7  XLogPageRead (xlogreader=0x834bf6130, targetPagePtr=83886080, reqLen=24, targetRecPtr=83886080, readB...
[18:51:31.855] #8  0x0000000000677e92 in ReadPageInternal (state=state@entry=0x834bf6130, pageptr=83886080, reqLen=24) a...
[18:51:31.855] #9  0x0000000000676d02 in XLogDecodeNextRecord (state=0x834bf6130, nonblocking=false) at ../src/backend/a...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/dirty_index_scan.out /tmp/cirrus-ci-build/build...
--- /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/dirty_index_scan.out	2024-10-19 18:40:59.727195000 +...
+++ /tmp/cirrus-ci-build/build/testrun/injection_points/isolation/results/dirty_index_scan.out	2024-10-19 18:50:23.76746...
@@ -36,4 +36,6 @@
                        
 (1 row)
 
+isolationtester: canceling step s1_s1 after 360 seconds
 step s1_s1: <... completed>
+ERROR:  canceling statement due to user request
test
[18:50:23.964] 311/311 postgresql:injection_points / injection_points/isolation                        ERROR           3...
51/5284 database-specific role memberships
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/privs_in_db.out /tmp/cirrus-ci-build/build/testrun/regress-runni...
--- /tmp/cirrus-ci-build/src/test/regress/expected/privs_in_db.out	2024-10-19 17:23:56.634312000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress-running/regress/results/privs_in_db.out	2024-10-19 17:30:11.877242000 +00...
@@ -756,9 +756,10 @@
 DROP DATABASE regression_db_0;
 DROP ROLE regress_role_admin;
 SELECT datname FROM pg_database WHERE datname LIKE 'regression_db_%';
- datname 
----------
-(0 rows)
+      datname      
+-------------------
+ regression_dblink
+(1 row)
 
 SELECT rolname FROM pg_roles WHERE rolname LIKE 'regress_role_%';
  rolname 
test
[17:30:36.131] 74/75 postgresql:regress-running / regress-running/regress                         ERROR            28.92...
51/5131 add log_transaction GUC setting
FreeBSD - 13 - Meson
tap
[15:35:33.349](1.586s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[15:35:43.163] 292/311 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
Linux - Debian Bookworm - Autoconf
tap
[15:37:47.980](0.816s) not ok 1 - no parameters missing from postgresql.conf.sample
Linux - Debian Bookworm - Meson
tap
[15:38:28.828](0.462s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[15:38:39.584] 290/311 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
macOS - Sonoma - Meson
tap
[15:37:07.211](1.252s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[15:37:22.079] 292/311 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[15:44:09.042](1.992s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[15:44:38.540] 288/306 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
51/3478 AcquireExecutorLocks() and run-time pruning
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/delay_execution/expected/cached-plan-inval.out /tmp/cirrus-ci-build/build...
--- /tmp/cirrus-ci-build/src/test/modules/delay_execution/expected/cached-plan-inval.out	2024-10-19 14:21:55.547945000 +...
+++ /tmp/cirrus-ci-build/build/testrun/delay_execution/isolation/results/cached-plan-inval.out	2024-10-19 14:25:06.98573...
@@ -184,14 +184,12 @@
   One-Time Filter: (InitPlan 1).col1                           
   InitPlan 1                                                   
     ->  LockRows                                               
-          Disabled Nodes: 2                                    
           ->  Append                                           
-                Disabled Nodes: 2                              
                 Subplans Removed: 2                            
                 ->  Index Scan using foo12_1_a on foo12_1 foo_1
                       Index Cond: (a = $1)                     
   ->  Function Scan on generate_series                         
-(11 rows)
+(9 rows)
 
 step s2lock: SELECT pg_advisory_lock(12345);
 pg_advisory_lock
@@ -218,13 +216,11 @@
...
test
[14:27:11.784] 105/311 postgresql:delay_execution / delay_execution/isolation                          ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/delay_execution/expected/cached-plan-inval.out /tmp/cirrus-ci-build/src/t...
--- /tmp/cirrus-ci-build/src/test/modules/delay_execution/expected/cached-plan-inval.out	2024-10-19 14:21:51.971469586 +...
+++ /tmp/cirrus-ci-build/src/test/modules/delay_execution/output_iso/results/cached-plan-inval.out	2024-10-19 14:27:24.1...
@@ -184,14 +184,12 @@
   One-Time Filter: (InitPlan 1).col1                           
   InitPlan 1                                                   
     ->  LockRows                                               
-          Disabled Nodes: 2                                    
           ->  Append                                           
-                Disabled Nodes: 2                              
                 Subplans Removed: 2                            
                 ->  Index Scan using foo12_1_a on foo12_1 foo_1
                       Index Cond: (a = $1)                     
   ->  Function Scan on generate_series                         
-(11 rows)
+(9 rows)
 
 step s2lock: SELECT pg_advisory_lock(12345);
 pg_advisory_lock
@@ -218,13 +216,11 @@
...
Linux - Debian Bookworm - Meson
core
[14:30:19.652] #0  <unavailable> in ?? ()
core
[14:30:19.652] #0  0x00007fd6022aed24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[14:30:19.652] #1  0x00007fd60225b239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[14:30:19.652] #2  0x00007fd602316184 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[14:30:19.652] #3  0x00007fd6023287dc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/delay_execution/expected/cached-plan-inval.out /tmp/cirrus-ci-build/build...
--- /tmp/cirrus-ci-build/src/test/modules/delay_execution/expected/cached-plan-inval.out	2024-10-19 14:21:52.021728035 +...
+++ /tmp/cirrus-ci-build/build/testrun/delay_execution/isolation/results/cached-plan-inval.out	2024-10-19 14:27:29.39946...
@@ -184,14 +184,12 @@
   One-Time Filter: (InitPlan 1).col1                           
   InitPlan 1                                                   
     ->  LockRows                                               
-          Disabled Nodes: 2                                    
           ->  Append                                           
-                Disabled Nodes: 2                              
                 Subplans Removed: 2                            
                 ->  Index Scan using foo12_1_a on foo12_1 foo_1
                       Index Cond: (a = $1)                     
   ->  Function Scan on generate_series                         
-(11 rows)
+(9 rows)
 
 step s2lock: SELECT pg_advisory_lock(12345);
 pg_advisory_lock
@@ -218,13 +216,11 @@
...
test
[14:29:19.476] 105/311 postgresql:delay_execution / delay_execution/isolation                          ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/modules/delay_execution/expected/cached-plan-inval.out /Users/admin/pgsql/build/tes...
--- /Users/admin/pgsql/src/test/modules/delay_execution/expected/cached-plan-inval.out	2024-10-19 14:21:47
+++ /Users/admin/pgsql/build/testrun/delay_execution/isolation/results/cached-plan-inval.out	2024-10-19 14:25:50
@@ -184,14 +184,12 @@
   One-Time Filter: (InitPlan 1).col1                           
   InitPlan 1                                                   
     ->  LockRows                                               
-          Disabled Nodes: 2                                    
           ->  Append                                           
-                Disabled Nodes: 2                              
                 Subplans Removed: 2                            
                 ->  Index Scan using foo12_1_a on foo12_1 foo_1
                       Index Cond: (a = $1)                     
   ->  Function Scan on generate_series                         
-(11 rows)
+(9 rows)
 
 step s2lock: SELECT pg_advisory_lock(12345);
 pg_advisory_lock
@@ -218,13 +216,11 @@
...
test
[14:28:36.389] 105/311 postgresql:delay_execution / delay_execution/isolation                          ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/modules/delay_execution/expected/cached-plan-inval.out C:/cirrus/build/t...
--- C:/cirrus/src/test/modules/delay_execution/expected/cached-plan-inval.out	2024-10-19 14:22:13.277713100 +0000
+++ C:/cirrus/build/testrun/delay_execution/isolation/results/cached-plan-inval.out	2024-10-19 14:28:50.956600000 +0000
@@ -184,14 +184,12 @@
   One-Time Filter: (InitPlan 1).col1                           
   InitPlan 1                                                   
     ->  LockRows                                               
-          Disabled Nodes: 2                                    
           ->  Append                                           
-                Disabled Nodes: 2                              
                 Subplans Removed: 2                            
                 ->  Index Scan using foo12_1_a on foo12_1 foo_1
                       Index Cond: (a = $1)                     
   ->  Function Scan on generate_series                         
-(11 rows)
+(9 rows)
 
 step s2lock: SELECT pg_advisory_lock(12345);
 pg_advisory_lock
@@ -218,13 +216,11 @@
...
test
[14:34:36.198] 100/306 postgresql:delay_execution / delay_execution/isolation                          ERROR            ...
51/5229 Add ExprState hashing for GROUP BY and hashed SubPlans
FreeBSD - 13 - Meson
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 10570
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 11840
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 11108
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 11421
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 10054
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 12325
core
[12:35:44.201] #0  0x000000000075c5da in ExecInterpExpr (state=0x83abc8500, econtext=0x83abc9160, isnull=0x820d26677) at...
[12:35:44.201] #1  0x0000000000763070 in ExecEvalExpr (state=0x83abc89f0, econtext=0x83abc35f8, isNull=0x820d26677) at ....
[12:35:44.201] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[12:35:44.201] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83abc8100, slot=slot@entry=0x83abc35f8, isnew=isnew...
[12:35:44.201] #4  0x000000000077ce15 in lookup_hash_entries (aggstate=aggstate@entry=0x83ab24380) at ../src/backend/exe...
[12:35:44.201] #5  0x000000000077a6b2 in agg_fill_hash_table (aggstate=0x83ab24380) at ../src/backend/executor/nodeAgg.c...
[12:35:44.201] #6  ExecAgg (pstate=0x83ab24380) at ../src/backend/executor/nodeAgg.c:2172
[12:35:44.201] #7  0x00000000007654bb in ExecProcNode (node=0x83ab24380) at ../src/include/executor/executor.h:278
[12:35:44.201] #8  ExecutePlan (estate=0x83ab24100, planstate=0x83ab24380, use_parallel_mode=<optimized out>, operation=...
[12:35:44.201] #9  standard_ExecutorRun (queryDesc=0x8359a7500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[12:35:33.774] #0  0x000000000075c5da in ExecInterpExpr (state=0x83cb95500, econtext=0x83cb96160, isnull=0x820d37e27) at...
[12:35:33.774] #1  0x0000000000763070 in ExecEvalExpr (state=0x83cb959f0, econtext=0x83cb905f8, isNull=0x820d37e27) at ....
[12:35:33.774] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[12:35:33.774] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83cb95100, slot=slot@entry=0x83cb905f8, isnew=isnew...
[12:35:33.774] #4  0x000000000077ce15 in lookup_hash_entries (aggstate=aggstate@entry=0x83621a380) at ../src/backend/exe...
[12:35:33.774] #5  0x000000000077a6b2 in agg_fill_hash_table (aggstate=0x83621a380) at ../src/backend/executor/nodeAgg.c...
[12:35:33.774] #6  ExecAgg (pstate=0x83621a380) at ../src/backend/executor/nodeAgg.c:2172
[12:35:33.774] #7  0x00000000007654bb in ExecProcNode (node=0x83621a380) at ../src/include/executor/executor.h:278
[12:35:33.774] #8  ExecutePlan (estate=0x83621a100, planstate=0x83621a380, use_parallel_mode=<optimized out>, operation=...
[12:35:33.774] #9  standard_ExecutorRun (queryDesc=0x83606e500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[12:35:34.063] #0  0x000000000075c5da in ExecInterpExpr (state=0x83b973500, econtext=0x83b974160, isnull=0x82106cc27) at...
[12:35:34.063] #1  0x0000000000763070 in ExecEvalExpr (state=0x83b9739f0, econtext=0x83b96dc38, isNull=0x82106cc27) at ....
[12:35:34.063] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[12:35:34.063] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83b973100, slot=slot@entry=0x83b96dc38, isnew=isnew...
[12:35:34.063] #4  0x000000000077ce15 in lookup_hash_entries (aggstate=aggstate@entry=0x83b8cf380) at ../src/backend/exe...
[12:35:34.063] #5  0x000000000077a6b2 in agg_fill_hash_table (aggstate=0x83b8cf380) at ../src/backend/executor/nodeAgg.c...
[12:35:34.063] #6  ExecAgg (pstate=0x83b8cf380) at ../src/backend/executor/nodeAgg.c:2172
[12:35:34.063] #7  0x00000000007654bb in ExecProcNode (node=0x83b8cf380) at ../src/include/executor/executor.h:278
[12:35:34.063] #8  ExecutePlan (estate=0x83b8cf100, planstate=0x83b8cf380, use_parallel_mode=<optimized out>, operation=...
[12:35:34.063] #9  standard_ExecutorRun (queryDesc=0x835e38500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[12:35:34.353] #0  0x000000000075c5da in ExecInterpExpr (state=0x841448b28, econtext=0x84144bdd8, isnull=0x82123ed67) at...
[12:35:34.353] #1  0x0000000000763070 in ExecEvalExpr (state=0x841449508, econtext=0x8345bd718, isNull=0x82123ed67) at ....
[12:35:34.353] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[12:35:34.353] #3  LookupTupleHashEntry (hashtable=0x841448988, slot=slot@entry=0x8345bd718, isnew=isnew@entry=0x82123ed...
[12:35:34.353] #4  0x000000000079ec74 in setop_fill_hash_table (setopstate=0x84132a340) at ../src/backend/executor/nodeS...
[12:35:34.353] #5  ExecSetOp (pstate=0x84132a340) at ../src/backend/executor/nodeSetOp.c:216
[12:35:34.353] #6  0x00000000007654bb in ExecProcNode (node=0x84132a340) at ../src/include/executor/executor.h:278
[12:35:34.353] #7  ExecutePlan (estate=0x84132a100, planstate=0x84132a340, use_parallel_mode=<optimized out>, operation=...
[12:35:34.353] #8  standard_ExecutorRun (queryDesc=0x8343f5900, direction=ForwardScanDirection, count=0, execute_once=<o...
[12:35:34.353] #9  0x000000000093bda9 in PortalRunSelect (portal=portal@entry=0x8344bc100, forward=<optimized out>, coun...
core
[12:35:34.653] #0  0x000000000075c5da in ExecInterpExpr (state=0x835866490, econtext=0x835867000, isnull=0x821420037) at...
[12:35:34.653] #1  0x0000000000763070 in ExecEvalExpr (state=0x835866980, econtext=0x844a96e58, isNull=0x821420037) at ....
[12:35:34.653] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[12:35:34.653] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x835866100, slot=slot@entry=0x844a96e58, isnew=isnew...
[12:35:34.653] #4  0x000000000077ce15 in lookup_hash_entries (aggstate=aggstate@entry=0x8359ab550) at ../src/backend/exe...
[12:35:34.653] #5  0x000000000077aaaa in agg_retrieve_direct (aggstate=0x8359ab550) at ../src/backend/executor/nodeAgg.c...
[12:35:34.653] #6  ExecAgg (pstate=0x8359ab550) at ../src/backend/executor/nodeAgg.c:2179
[12:35:34.653] #7  0x000000000079f5a7 in ExecProcNode (node=0x8359ab550) at ../src/include/executor/executor.h:278
[12:35:34.653] #8  ExecSort (pstate=0x8359ab340) at ../src/backend/executor/nodeSort.c:149
[12:35:34.653] #9  0x00000000007654bb in ExecProcNode (node=0x8359ab340) at ../src/include/executor/executor.h:278
core
[12:35:34.947] #0  0x000000000075c5da in ExecInterpExpr (state=0x838bf2f20, econtext=0x845eac5d8, isnull=0x821ae0107) at...
[12:35:34.947] #1  0x0000000000763070 in ExecEvalExpr (state=0x845eabf58, econtext=0x838cee8e0, isNull=0x821ae0107) at ....
[12:35:34.947] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[12:35:34.947] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x838bf1100, slot=slot@entry=0x838cee8e0, isnew=isnew...
[12:35:34.947] #4  0x000000000077ce15 in lookup_hash_entries (aggstate=aggstate@entry=0x838ced348) at ../src/backend/exe...
[12:35:34.947] #5  0x000000000077a6b2 in agg_fill_hash_table (aggstate=0x838ced348) at ../src/backend/executor/nodeAgg.c...
[12:35:34.947] #6  ExecAgg (pstate=0x838ced348) at ../src/backend/executor/nodeAgg.c:2172
[12:35:34.947] #7  0x00000000007654bb in ExecProcNode (node=0x838ced348) at ../src/include/executor/executor.h:278
[12:35:34.947] #8  ExecutePlan (estate=0x838ced100, planstate=0x838ced348, use_parallel_mode=<optimized out>, operation=...
[12:35:34.947] #9  standard_ExecutorRun (queryDesc=0x838ce3900, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[12:35:35.258] #0  0x000000000075c5da in ExecInterpExpr (state=0x8466e6f20, econtext=0x8467b5198, isnull=0x8217f9417) at...
[12:35:35.258] #1  0x0000000000763070 in ExecEvalExpr (state=0x8467b4b18, econtext=0x84670f0c0, isNull=0x8217f9417) at ....
[12:35:35.258] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[12:35:35.258] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x8466e5100, slot=slot@entry=0x84670f0c0, isnew=isnew...
[12:35:35.258] #4  0x000000000077ce15 in lookup_hash_entries (aggstate=aggstate@entry=0x837287558) at ../src/backend/exe...
[12:35:35.258] #5  0x000000000077a6b2 in agg_fill_hash_table (aggstate=0x837287558) at ../src/backend/executor/nodeAgg.c...
[12:35:35.258] #6  ExecAgg (pstate=0x837287558) at ../src/backend/executor/nodeAgg.c:2172
[12:35:35.258] #7  0x000000000079f5a7 in ExecProcNode (node=0x837287558) at ../src/include/executor/executor.h:278
[12:35:35.258] #8  ExecSort (pstate=0x837287348) at ../src/backend/executor/nodeSort.c:149
[12:35:35.258] #9  0x00000000007654bb in ExecProcNode (node=0x837287348) at ../src/include/executor/executor.h:278
core
[12:35:35.557] #0  0x000000000075c5da in ExecInterpExpr (state=0x838e44400, econtext=0x838e44f70, isnull=0x820ca0b07) at...
[12:35:35.557] #1  0x0000000000763070 in ExecEvalExpr (state=0x838e448f0, econtext=0x838e043b0, isNull=0x820ca0b07) at ....
[12:35:35.557] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[12:35:35.557] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x838e44100, slot=slot@entry=0x838e043b0, isnew=isnew...
[12:35:35.557] #4  0x000000000077ce15 in lookup_hash_entries (aggstate=aggstate@entry=0x838e4af28) at ../src/backend/exe...
[12:35:35.557] #5  0x000000000077a6b2 in agg_fill_hash_table (aggstate=0x838e4af28) at ../src/backend/executor/nodeAgg.c...
[12:35:35.557] #6  ExecAgg (pstate=0x838e4af28) at ../src/backend/executor/nodeAgg.c:2172
[12:35:35.557] #7  0x000000000077cc6d in ExecProcNode (node=0x838e4af28) at ../src/include/executor/executor.h:278
[12:35:35.557] #8  fetch_input_tuple (aggstate=aggstate@entry=0x838e4a8c0) at ../src/backend/executor/nodeAgg.c:561
[12:35:35.557] #9  0x000000000077a68a in agg_fill_hash_table (aggstate=0x838e4a8c0) at ../src/backend/executor/nodeAgg.c...
core
[12:35:35.853] #0  0x000000000075c5da in ExecInterpExpr (state=0x8447f2f20, econtext=0x8447fc098, isnull=0x821232787) at...
[12:35:35.853] #1  0x0000000000763070 in ExecEvalExpr (state=0x8447fba18, econtext=0x8447f3b98, isNull=0x821232787) at ....
[12:35:35.853] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[12:35:35.853] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x8447f1100, slot=slot@entry=0x8447f3b98, isnew=isnew...
[12:35:35.853] #4  0x000000000077ce15 in lookup_hash_entries (aggstate=aggstate@entry=0x8446f8350) at ../src/backend/exe...
[12:35:35.853] #5  0x000000000077a6b2 in agg_fill_hash_table (aggstate=0x8446f8350) at ../src/backend/executor/nodeAgg.c...
[12:35:35.853] #6  ExecAgg (pstate=0x8446f8350) at ../src/backend/executor/nodeAgg.c:2172
[12:35:35.853] #7  0x00000000007654bb in ExecProcNode (node=0x8446f8350) at ../src/include/executor/executor.h:278
[12:35:35.853] #8  ExecutePlan (estate=0x8446f8100, planstate=0x8446f8350, use_parallel_mode=<optimized out>, operation=...
[12:35:35.853] #9  standard_ExecutorRun (queryDesc=0x8447ef9c0, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[12:35:36.136] #0  0x000000000075c5da in ExecInterpExpr (state=0x83fa89710, econtext=0x83fa8b108, isnull=0x820e6b857) at...
[12:35:36.136] #1  0x0000000000763070 in ExecEvalExpr (state=0x83fa89c00, econtext=0x83fa6b840, isNull=0x820e6b857) at ....
[12:35:36.136] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[12:35:36.136] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83fa88100, slot=slot@entry=0x83fa6b840, isnew=isnew...
[12:35:36.136] #4  0x000000000077ce15 in lookup_hash_entries (aggstate=aggstate@entry=0x83fb45250) at ../src/backend/exe...
[12:35:36.136] #5  0x000000000077a6b2 in agg_fill_hash_table (aggstate=0x83fb45250) at ../src/backend/executor/nodeAgg.c...
[12:35:36.136] #6  ExecAgg (pstate=0x83fb45250) at ../src/backend/executor/nodeAgg.c:2172
[12:35:36.136] #7  0x000000000079f5a7 in ExecProcNode (node=0x83fb45250) at ../src/include/executor/executor.h:278
[12:35:36.136] #8  ExecSort (pstate=0x83fb45040) at ../src/backend/executor/nodeSort.c:149
[12:35:36.136] #9  0x00000000007654bb in ExecProcNode (node=0x83fb45040) at ../src/include/executor/executor.h:278
core
[12:35:36.422] #0  0x000000000075c5da in ExecInterpExpr (state=0x84283b710, econtext=0x84283d108, isnull=0x820fdac07) at...
[12:35:36.422] #1  0x0000000000763070 in ExecEvalExpr (state=0x84283bc00, econtext=0x842843198, isNull=0x820fdac07) at ....
[12:35:36.422] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[12:35:36.422] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x84283a100, slot=slot@entry=0x842843198, isnew=isnew...
[12:35:36.422] #4  0x000000000077ce15 in lookup_hash_entries (aggstate=aggstate@entry=0x8427ecf50) at ../src/backend/exe...
[12:35:36.422] #5  0x000000000077a6b2 in agg_fill_hash_table (aggstate=0x8427ecf50) at ../src/backend/executor/nodeAgg.c...
[12:35:36.422] #6  ExecAgg (pstate=0x8427ecf50) at ../src/backend/executor/nodeAgg.c:2172
[12:35:36.422] #7  0x000000000079f5a7 in ExecProcNode (node=0x8427ecf50) at ../src/include/executor/executor.h:278
[12:35:36.422] #8  ExecSort (pstate=0x8427ecd40) at ../src/backend/executor/nodeSort.c:149
[12:35:36.422] #9  0x00000000007654bb in ExecProcNode (node=0x8427ecd40) at ../src/include/executor/executor.h:278
core
[12:35:36.704] #0  0x000000000075c5da in ExecInterpExpr (state=0x845317710, econtext=0x845319108, isnull=0x821614347) at...
[12:35:36.704] #1  0x0000000000763070 in ExecEvalExpr (state=0x845317c00, econtext=0x84531f418, isNull=0x821614347) at ....
[12:35:36.704] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[12:35:36.704] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x845316100, slot=slot@entry=0x84531f418, isnew=isnew...
[12:35:36.704] #4  0x000000000077ce15 in lookup_hash_entries (aggstate=aggstate@entry=0x8452c8610) at ../src/backend/exe...
[12:35:36.704] #5  0x000000000077a6b2 in agg_fill_hash_table (aggstate=0x8452c8610) at ../src/backend/executor/nodeAgg.c...
[12:35:36.704] #6  ExecAgg (pstate=0x8452c8610) at ../src/backend/executor/nodeAgg.c:2172
[12:35:36.704] #7  0x000000000079f5a7 in ExecProcNode (node=0x8452c8610) at ../src/include/executor/executor.h:278
[12:35:36.704] #8  ExecSort (pstate=0x8452c8400) at ../src/backend/executor/nodeSort.c:149
[12:35:36.704] #9  0x00000000007654bb in ExecProcNode (node=0x8452c8400) at ../src/include/executor/executor.h:278
core
[12:35:36.992] #0  0x000000000075c5da in ExecInterpExpr (state=0x8438d2710, econtext=0x8438d4108, isnull=0x821518ca7) at...
[12:35:36.992] #1  0x0000000000763070 in ExecEvalExpr (state=0x8438d2c00, econtext=0x8438da998, isNull=0x821518ca7) at ....
[12:35:36.992] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[12:35:36.992] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x8438d1100, slot=slot@entry=0x8438da998, isnew=isnew...
[12:35:36.992] #4  0x000000000077ce15 in lookup_hash_entries (aggstate=aggstate@entry=0x843884410) at ../src/backend/exe...
[12:35:36.992] #5  0x000000000077a6b2 in agg_fill_hash_table (aggstate=0x843884410) at ../src/backend/executor/nodeAgg.c...
[12:35:36.992] #6  ExecAgg (pstate=0x843884410) at ../src/backend/executor/nodeAgg.c:2172
[12:35:36.992] #7  0x000000000079f5a7 in ExecProcNode (node=0x843884410) at ../src/include/executor/executor.h:278
[12:35:36.992] #8  ExecSort (pstate=0x843884200) at ../src/backend/executor/nodeSort.c:149
[12:35:36.992] #9  0x00000000007654bb in ExecProcNode (node=0x843884200) at ../src/include/executor/executor.h:278
core
[12:35:37.270] #0  0x000000000075c5da in ExecInterpExpr (state=0x839e23500, econtext=0x839e24160, isnull=0x821708257) at...
[12:35:37.270] #1  0x0000000000763070 in ExecEvalExpr (state=0x839e239f0, econtext=0x839e1e5f8, isNull=0x821708257) at ....
[12:35:37.270] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[12:35:37.270] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x839e23100, slot=slot@entry=0x839e1e5f8, isnew=isnew...
[12:35:37.270] #4  0x000000000077ce15 in lookup_hash_entries (aggstate=aggstate@entry=0x839d5c380) at ../src/backend/exe...
[12:35:37.270] #5  0x000000000077a6b2 in agg_fill_hash_table (aggstate=0x839d5c380) at ../src/backend/executor/nodeAgg.c...
[12:35:37.270] #6  ExecAgg (pstate=0x839d5c380) at ../src/backend/executor/nodeAgg.c:2172
[12:35:37.270] #7  0x00000000007654bb in ExecProcNode (node=0x839d5c380) at ../src/include/executor/executor.h:278
[12:35:37.270] #8  ExecutePlan (estate=0x839d5c100, planstate=0x839d5c380, use_parallel_mode=<optimized out>, operation=...
[12:35:37.270] #9  standard_ExecutorRun (queryDesc=0x835d0f500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[12:35:37.553] #0  0x000000000075c5da in ExecInterpExpr (state=0x839f36858, econtext=0x839f374b8, isnull=0x821a25ed7) at...
[12:35:37.553] #1  0x0000000000763070 in ExecEvalExpr (state=0x839f36d48, econtext=0x839fecb28, isNull=0x821a25ed7) at ....
[12:35:37.553] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[12:35:37.553] #3  LookupTupleHashEntry (hashtable=0x839f35c98, slot=slot@entry=0x839fecb28, isnew=isnew@entry=0x821a25f...
[12:35:37.553] #4  0x000000000079d8a9 in ExecRecursiveUnion (pstate=0x837f28550) at ../src/backend/executor/nodeRecursiv...
[12:35:37.553] #5  0x0000000000781f0c in ExecProcNode (node=0x837f28550) at ../src/include/executor/executor.h:278
[12:35:37.553] #6  CteScanNext (node=0x839f37598) at ../src/backend/executor/nodeCtescan.c:103
[12:35:37.553] #7  0x000000000076fca3 in ExecScan (node=0x839f37598, accessMtd=0x781e10 <CteScanNext>, recheckMtd=0x781f...
[12:35:37.553] #8  0x00000000007654bb in ExecProcNode (node=0x839f37598) at ../src/include/executor/executor.h:278
[12:35:37.553] #9  ExecutePlan (estate=0x837f28100, planstate=0x839f37598, use_parallel_mode=<optimized out>, operation=...
core
[12:35:37.835] #0  0x000000000075c5da in ExecInterpExpr (state=0x839289f20, econtext=0x839293588, isnull=0x820c5e787) at...
[12:35:37.835] #1  0x0000000000763070 in ExecEvalExpr (state=0x839292e18, econtext=0x83928b778, isNull=0x820c5e787) at ....
[12:35:37.835] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[12:35:37.835] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x839288100, slot=slot@entry=0x83928b778, isnew=isnew...
[12:35:37.835] #4  0x000000000077ce15 in lookup_hash_entries (aggstate=aggstate@entry=0x8369b9350) at ../src/backend/exe...
[12:35:37.835] #5  0x000000000077a6b2 in agg_fill_hash_table (aggstate=0x8369b9350) at ../src/backend/executor/nodeAgg.c...
[12:35:37.835] #6  ExecAgg (pstate=0x8369b9350) at ../src/backend/executor/nodeAgg.c:2172
[12:35:37.835] #7  0x00000000007654bb in ExecProcNode (node=0x8369b9350) at ../src/include/executor/executor.h:278
[12:35:37.835] #8  ExecutePlan (estate=0x8369b9100, planstate=0x8369b9350, use_parallel_mode=<optimized out>, operation=...
[12:35:37.835] #9  standard_ExecutorRun (queryDesc=0x8367ecd00, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[12:35:38.121] #0  0x000000000075c5da in ExecInterpExpr (state=0x839a0c500, econtext=0x839a0d160, isnull=0x82113c5f7) at...
[12:35:38.121] #1  0x0000000000763070 in ExecEvalExpr (state=0x839a0c9f0, econtext=0x839a07378, isNull=0x82113c5f7) at ....
[12:35:38.121] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[12:35:38.121] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x839a0c100, slot=slot@entry=0x839a07378, isnew=isnew...
[12:35:38.121] #4  0x000000000077ce15 in lookup_hash_entries (aggstate=aggstate@entry=0x834697380) at ../src/backend/exe...
[12:35:38.121] #5  0x000000000077a6b2 in agg_fill_hash_table (aggstate=0x834697380) at ../src/backend/executor/nodeAgg.c...
[12:35:38.121] #6  ExecAgg (pstate=0x834697380) at ../src/backend/executor/nodeAgg.c:2172
[12:35:38.121] #7  0x00000000007654bb in ExecProcNode (node=0x834697380) at ../src/include/executor/executor.h:278
[12:35:38.121] #8  ExecutePlan (estate=0x834697100, planstate=0x834697380, use_parallel_mode=<optimized out>, operation=...
[12:35:38.121] #9  standard_ExecutorRun (queryDesc=0x8344e1500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[12:35:38.400] #0  0x000000000075c5da in ExecInterpExpr (state=0x839057500, econtext=0x839058160, isnull=0x821098fc7) at...
[12:35:38.400] #1  0x0000000000763070 in ExecEvalExpr (state=0x8390579f0, econtext=0x839052238, isNull=0x821098fc7) at ....
[12:35:38.400] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[12:35:38.400] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x839057100, slot=slot@entry=0x839052238, isnew=isnew...
[12:35:38.400] #4  0x000000000077ce15 in lookup_hash_entries (aggstate=aggstate@entry=0x838fc0380) at ../src/backend/exe...
[12:35:38.400] #5  0x000000000077a6b2 in agg_fill_hash_table (aggstate=0x838fc0380) at ../src/backend/executor/nodeAgg.c...
[12:35:38.400] #6  ExecAgg (pstate=0x838fc0380) at ../src/backend/executor/nodeAgg.c:2172
[12:35:38.400] #7  0x00000000007654bb in ExecProcNode (node=0x838fc0380) at ../src/include/executor/executor.h:278
[12:35:38.400] #8  ExecutePlan (estate=0x838fc0100, planstate=0x838fc0380, use_parallel_mode=<optimized out>, operation=...
[12:35:38.400] #9  standard_ExecutorRun (queryDesc=0x834253500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[12:35:38.676] #0  0x000000000075c5da in ExecInterpExpr (state=0x83c6b9500, econtext=0x83c6ba160, isnull=0x8211b4417) at...
[12:35:38.676] #1  0x0000000000763070 in ExecEvalExpr (state=0x83c6b99f0, econtext=0x83c6b45f8, isNull=0x8211b4417) at ....
[12:35:38.676] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[12:35:38.676] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83c6b9100, slot=slot@entry=0x83c6b45f8, isnew=isnew...
[12:35:38.676] #4  0x000000000077ce15 in lookup_hash_entries (aggstate=aggstate@entry=0x83c5c5380) at ../src/backend/exe...
[12:35:38.676] #5  0x000000000077a6b2 in agg_fill_hash_table (aggstate=0x83c5c5380) at ../src/backend/executor/nodeAgg.c...
[12:35:38.676] #6  ExecAgg (pstate=0x83c5c5380) at ../src/backend/executor/nodeAgg.c:2172
[12:35:38.676] #7  0x00000000007654bb in ExecProcNode (node=0x83c5c5380) at ../src/include/executor/executor.h:278
[12:35:38.676] #8  ExecutePlan (estate=0x83c5c5100, planstate=0x83c5c5380, use_parallel_mode=<optimized out>, operation=...
[12:35:38.676] #9  standard_ExecutorRun (queryDesc=0x836897500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[12:35:38.957] #0  0x000000000075c5da in ExecInterpExpr (state=0x83958b500, econtext=0x83958c160, isnull=0x82155d0e7) at...
[12:35:38.957] #1  0x0000000000763070 in ExecEvalExpr (state=0x83958b9f0, econtext=0x839585eb8, isNull=0x82155d0e7) at ....
[12:35:38.957] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[12:35:38.957] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83958b100, slot=slot@entry=0x839585eb8, isnew=isnew...
[12:35:38.957] #4  0x000000000077ce15 in lookup_hash_entries (aggstate=aggstate@entry=0x835d1c380) at ../src/backend/exe...
[12:35:38.957] #5  0x000000000077a6b2 in agg_fill_hash_table (aggstate=0x835d1c380) at ../src/backend/executor/nodeAgg.c...
[12:35:38.957] #6  ExecAgg (pstate=0x835d1c380) at ../src/backend/executor/nodeAgg.c:2172
[12:35:38.957] #7  0x00000000007654bb in ExecProcNode (node=0x835d1c380) at ../src/include/executor/executor.h:278
[12:35:38.957] #8  ExecutePlan (estate=0x835d1c100, planstate=0x835d1c380, use_parallel_mode=<optimized out>, operation=...
[12:35:38.957] #9  standard_ExecutorRun (queryDesc=0x835b6b500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[12:35:39.231] #0  0x000000000075c5da in ExecInterpExpr (state=0x837fb2500, econtext=0x837fb3160, isnull=0x8213da627) at...
[12:35:39.231] #1  0x0000000000763070 in ExecEvalExpr (state=0x837fb29f0, econtext=0x837facfb8, isNull=0x8213da627) at ....
[12:35:39.231] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[12:35:39.231] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x837fb2100, slot=slot@entry=0x837facfb8, isnew=isnew...
[12:35:39.231] #4  0x000000000077ce15 in lookup_hash_entries (aggstate=aggstate@entry=0x837ebe380) at ../src/backend/exe...
[12:35:39.231] #5  0x000000000077a6b2 in agg_fill_hash_table (aggstate=0x837ebe380) at ../src/backend/executor/nodeAgg.c...
[12:35:39.231] #6  ExecAgg (pstate=0x837ebe380) at ../src/backend/executor/nodeAgg.c:2172
[12:35:39.231] #7  0x00000000007654bb in ExecProcNode (node=0x837ebe380) at ../src/include/executor/executor.h:278
[12:35:39.231] #8  ExecutePlan (estate=0x837ebe100, planstate=0x837ebe380, use_parallel_mode=<optimized out>, operation=...
[12:35:39.231] #9  standard_ExecutorRun (queryDesc=0x834e28500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[12:35:39.508] #0  0x000000000075c5da in ExecInterpExpr (state=0x834e40500, econtext=0x834e41160, isnull=0x82179aa07) at...
[12:35:39.508] #1  0x0000000000763070 in ExecEvalExpr (state=0x834e409f0, econtext=0x83907d8f8, isNull=0x82179aa07) at ....
[12:35:39.508] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[12:35:39.508] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x834e40100, slot=slot@entry=0x83907d8f8, isnew=isnew...
[12:35:39.508] #4  0x000000000077ce15 in lookup_hash_entries (aggstate=aggstate@entry=0x834cb7380) at ../src/backend/exe...
[12:35:39.508] #5  0x000000000077a6b2 in agg_fill_hash_table (aggstate=0x834cb7380) at ../src/backend/executor/nodeAgg.c...
[12:35:39.508] #6  ExecAgg (pstate=0x834cb7380) at ../src/backend/executor/nodeAgg.c:2172
[12:35:39.508] #7  0x00000000007654bb in ExecProcNode (node=0x834cb7380) at ../src/include/executor/executor.h:278
[12:35:39.508] #8  ExecutePlan (estate=0x834cb7100, planstate=0x834cb7380, use_parallel_mode=<optimized out>, operation=...
[12:35:39.508] #9  standard_ExecutorRun (queryDesc=0x834c80500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[12:35:39.784] #0  0x000000000075c5da in ExecInterpExpr (state=0x83cd61500, econtext=0x83cd62160, isnull=0x820f323a7) at...
[12:35:39.784] #1  0x0000000000763070 in ExecEvalExpr (state=0x83cd619f0, econtext=0x83cd5cab8, isNull=0x820f323a7) at ....
[12:35:39.784] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[12:35:39.784] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83cd61100, slot=slot@entry=0x83cd5cab8, isnew=isnew...
[12:35:39.784] #4  0x000000000077ce15 in lookup_hash_entries (aggstate=aggstate@entry=0x838ba8380) at ../src/backend/exe...
[12:35:39.784] #5  0x000000000077a6b2 in agg_fill_hash_table (aggstate=0x838ba8380) at ../src/backend/executor/nodeAgg.c...
[12:35:39.784] #6  ExecAgg (pstate=0x838ba8380) at ../src/backend/executor/nodeAgg.c:2172
[12:35:39.784] #7  0x00000000007654bb in ExecProcNode (node=0x838ba8380) at ../src/include/executor/executor.h:278
[12:35:39.784] #8  ExecutePlan (estate=0x838ba8100, planstate=0x838ba8380, use_parallel_mode=<optimized out>, operation=...
[12:35:39.784] #9  standard_ExecutorRun (queryDesc=0x8389f2500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[12:35:40.061] #0  0x000000000075c5da in ExecInterpExpr (state=0x83a0b1500, econtext=0x83a0b2160, isnull=0x820e08677) at...
[12:35:40.061] #1  0x0000000000763070 in ExecEvalExpr (state=0x83a0b19f0, econtext=0x83a0ac438, isNull=0x820e08677) at ....
[12:35:40.061] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[12:35:40.061] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83a0b1100, slot=slot@entry=0x83a0ac438, isnew=isnew...
[12:35:40.061] #4  0x000000000077ce15 in lookup_hash_entries (aggstate=aggstate@entry=0x83a00d380) at ../src/backend/exe...
[12:35:40.061] #5  0x000000000077a6b2 in agg_fill_hash_table (aggstate=0x83a00d380) at ../src/backend/executor/nodeAgg.c...
[12:35:40.061] #6  ExecAgg (pstate=0x83a00d380) at ../src/backend/executor/nodeAgg.c:2172
[12:35:40.061] #7  0x00000000007654bb in ExecProcNode (node=0x83a00d380) at ../src/include/executor/executor.h:278
[12:35:40.061] #8  ExecutePlan (estate=0x83a00d100, planstate=0x83a00d380, use_parallel_mode=<optimized out>, operation=...
[12:35:40.061] #9  standard_ExecutorRun (queryDesc=0x83547b500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[12:35:40.336] #0  0x000000000075c5da in ExecInterpExpr (state=0x837e56500, econtext=0x837e57160, isnull=0x8216dc757) at...
[12:35:40.336] #1  0x0000000000763070 in ExecEvalExpr (state=0x837e569f0, econtext=0x837e51838, isNull=0x8216dc757) at ....
[12:35:40.336] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[12:35:40.336] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x837e56100, slot=slot@entry=0x837e51838, isnew=isnew...
[12:35:40.336] #4  0x000000000077ce15 in lookup_hash_entries (aggstate=aggstate@entry=0x8346cd380) at ../src/backend/exe...
[12:35:40.336] #5  0x000000000077a6b2 in agg_fill_hash_table (aggstate=0x8346cd380) at ../src/backend/executor/nodeAgg.c...
[12:35:40.336] #6  ExecAgg (pstate=0x8346cd380) at ../src/backend/executor/nodeAgg.c:2172
[12:35:40.336] #7  0x00000000007654bb in ExecProcNode (node=0x8346cd380) at ../src/include/executor/executor.h:278
[12:35:40.336] #8  ExecutePlan (estate=0x8346cd100, planstate=0x8346cd380, use_parallel_mode=<optimized out>, operation=...
[12:35:40.336] #9  standard_ExecutorRun (queryDesc=0x83451c500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[12:35:40.615] #0  0x000000000075c5da in ExecInterpExpr (state=0x83f104500, econtext=0x83f105160, isnull=0x820d52e97) at...
[12:35:40.615] #1  0x0000000000763070 in ExecEvalExpr (state=0x83f1049f0, econtext=0x83f0ff5b8, isNull=0x820d52e97) at ....
[12:35:40.615] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[12:35:40.615] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83f104100, slot=slot@entry=0x83f0ff5b8, isnew=isnew...
[12:35:40.615] #4  0x000000000077ce15 in lookup_hash_entries (aggstate=aggstate@entry=0x839c73380) at ../src/backend/exe...
[12:35:40.615] #5  0x000000000077a6b2 in agg_fill_hash_table (aggstate=0x839c73380) at ../src/backend/executor/nodeAgg.c...
[12:35:40.615] #6  ExecAgg (pstate=0x839c73380) at ../src/backend/executor/nodeAgg.c:2172
[12:35:40.615] #7  0x00000000007654bb in ExecProcNode (node=0x839c73380) at ../src/include/executor/executor.h:278
[12:35:40.615] #8  ExecutePlan (estate=0x839c73100, planstate=0x839c73380, use_parallel_mode=<optimized out>, operation=...
[12:35:40.615] #9  standard_ExecutorRun (queryDesc=0x839ac2500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[12:35:40.895] #0  0x000000000075c5da in ExecInterpExpr (state=0x8375a8500, econtext=0x8375a9160, isnull=0x821a308d7) at...
[12:35:40.895] #1  0x0000000000763070 in ExecEvalExpr (state=0x8375a89f0, econtext=0x8375a2c38, isNull=0x821a308d7) at ....
[12:35:40.895] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[12:35:40.895] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x8375a8100, slot=slot@entry=0x8375a2c38, isnew=isnew...
[12:35:40.895] #4  0x000000000077ce15 in lookup_hash_entries (aggstate=aggstate@entry=0x837416380) at ../src/backend/exe...
[12:35:40.895] #5  0x000000000077a6b2 in agg_fill_hash_table (aggstate=0x837416380) at ../src/backend/executor/nodeAgg.c...
[12:35:40.895] #6  ExecAgg (pstate=0x837416380) at ../src/backend/executor/nodeAgg.c:2172
[12:35:40.895] #7  0x00000000007654bb in ExecProcNode (node=0x837416380) at ../src/include/executor/executor.h:278
[12:35:40.895] #8  ExecutePlan (estate=0x837416100, planstate=0x837416380, use_parallel_mode=<optimized out>, operation=...
[12:35:40.895] #9  standard_ExecutorRun (queryDesc=0x8373e1500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[12:35:41.169] #0  0x000000000075c5da in ExecInterpExpr (state=0x83ddef500, econtext=0x83ddf0160, isnull=0x821775897) at...
[12:35:41.169] #1  0x0000000000763070 in ExecEvalExpr (state=0x83ddef9f0, econtext=0x83ddea078, isNull=0x821775897) at ....
[12:35:41.169] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[12:35:41.169] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83ddef100, slot=slot@entry=0x83ddea078, isnew=isnew...
[12:35:41.169] #4  0x000000000077ce15 in lookup_hash_entries (aggstate=aggstate@entry=0x83dd4b380) at ../src/backend/exe...
[12:35:41.169] #5  0x000000000077a6b2 in agg_fill_hash_table (aggstate=0x83dd4b380) at ../src/backend/executor/nodeAgg.c...
[12:35:41.169] #6  ExecAgg (pstate=0x83dd4b380) at ../src/backend/executor/nodeAgg.c:2172
[12:35:41.169] #7  0x00000000007654bb in ExecProcNode (node=0x83dd4b380) at ../src/include/executor/executor.h:278
[12:35:41.169] #8  ExecutePlan (estate=0x83dd4b100, planstate=0x83dd4b380, use_parallel_mode=<optimized out>, operation=...
[12:35:41.169] #9  standard_ExecutorRun (queryDesc=0x839375500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[12:35:41.442] #0  0x000000000075c5da in ExecInterpExpr (state=0x83e192500, econtext=0x83e193160, isnull=0x820cbfa47) at...
[12:35:41.442] #1  0x0000000000763070 in ExecEvalExpr (state=0x83e1929f0, econtext=0x83e18d978, isNull=0x820cbfa47) at ....
[12:35:41.442] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[12:35:41.442] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83e192100, slot=slot@entry=0x83e18d978, isnew=isnew...
[12:35:41.442] #4  0x000000000077ce15 in lookup_hash_entries (aggstate=aggstate@entry=0x83e0ee380) at ../src/backend/exe...
[12:35:41.442] #5  0x000000000077a6b2 in agg_fill_hash_table (aggstate=0x83e0ee380) at ../src/backend/executor/nodeAgg.c...
[12:35:41.442] #6  ExecAgg (pstate=0x83e0ee380) at ../src/backend/executor/nodeAgg.c:2172
[12:35:41.442] #7  0x00000000007654bb in ExecProcNode (node=0x83e0ee380) at ../src/include/executor/executor.h:278
[12:35:41.442] #8  ExecutePlan (estate=0x83e0ee100, planstate=0x83e0ee380, use_parallel_mode=<optimized out>, operation=...
[12:35:41.442] #9  standard_ExecutorRun (queryDesc=0x8367b0500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[12:35:41.722] #0  0x000000000075c5da in ExecInterpExpr (state=0x839784500, econtext=0x839785160, isnull=0x821aa67c7) at...
[12:35:41.722] #1  0x0000000000763070 in ExecEvalExpr (state=0x8397849f0, econtext=0x83977ed78, isNull=0x821aa67c7) at ....
[12:35:41.722] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[12:35:41.722] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x839784100, slot=slot@entry=0x83977ed78, isnew=isnew...
[12:35:41.722] #4  0x000000000077ce15 in lookup_hash_entries (aggstate=aggstate@entry=0x8396e0380) at ../src/backend/exe...
[12:35:41.722] #5  0x000000000077a6b2 in agg_fill_hash_table (aggstate=0x8396e0380) at ../src/backend/executor/nodeAgg.c...
[12:35:41.722] #6  ExecAgg (pstate=0x8396e0380) at ../src/backend/executor/nodeAgg.c:2172
[12:35:41.722] #7  0x00000000007654bb in ExecProcNode (node=0x8396e0380) at ../src/include/executor/executor.h:278
[12:35:41.722] #8  ExecutePlan (estate=0x8396e0100, planstate=0x8396e0380, use_parallel_mode=<optimized out>, operation=...
[12:35:41.722] #9  standard_ExecutorRun (queryDesc=0x83752b500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[12:35:41.994] #0  0x000000000075c5da in ExecInterpExpr (state=0x839344500, econtext=0x839345160, isnull=0x8216ff087) at...
[12:35:41.994] #1  0x0000000000763070 in ExecEvalExpr (state=0x8393449f0, econtext=0x83933f738, isNull=0x8216ff087) at ....
[12:35:41.994] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[12:35:41.994] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x839344100, slot=slot@entry=0x83933f738, isnew=isnew...
[12:35:41.994] #4  0x000000000077ce15 in lookup_hash_entries (aggstate=aggstate@entry=0x8392a0380) at ../src/backend/exe...
[12:35:41.994] #5  0x000000000077a6b2 in agg_fill_hash_table (aggstate=0x8392a0380) at ../src/backend/executor/nodeAgg.c...
[12:35:41.994] #6  ExecAgg (pstate=0x8392a0380) at ../src/backend/executor/nodeAgg.c:2172
[12:35:41.994] #7  0x00000000007654bb in ExecProcNode (node=0x8392a0380) at ../src/include/executor/executor.h:278
[12:35:41.994] #8  ExecutePlan (estate=0x8392a0100, planstate=0x8392a0380, use_parallel_mode=<optimized out>, operation=...
[12:35:41.994] #9  standard_ExecutorRun (queryDesc=0x835b4e500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[12:35:42.271] #0  0x000000000075c5da in ExecInterpExpr (state=0x8368b3500, econtext=0x8368b4160, isnull=0x820f36f67) at...
[12:35:42.271] #1  0x0000000000763070 in ExecEvalExpr (state=0x8368b39f0, econtext=0x8368ae5b8, isNull=0x820f36f67) at ....
[12:35:42.271] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[12:35:42.271] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x8368b3100, slot=slot@entry=0x8368ae5b8, isnew=isnew...
[12:35:42.271] #4  0x000000000077ce15 in lookup_hash_entries (aggstate=aggstate@entry=0x83680f380) at ../src/backend/exe...
[12:35:42.271] #5  0x000000000077a6b2 in agg_fill_hash_table (aggstate=0x83680f380) at ../src/backend/executor/nodeAgg.c...
[12:35:42.271] #6  ExecAgg (pstate=0x83680f380) at ../src/backend/executor/nodeAgg.c:2172
[12:35:42.271] #7  0x00000000007654bb in ExecProcNode (node=0x83680f380) at ../src/include/executor/executor.h:278
[12:35:42.271] #8  ExecutePlan (estate=0x83680f100, planstate=0x83680f380, use_parallel_mode=<optimized out>, operation=...
[12:35:42.271] #9  standard_ExecutorRun (queryDesc=0x83463a500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[12:35:42.545] #0  0x000000000075c5da in ExecInterpExpr (state=0x8391bf500, econtext=0x8391c0160, isnull=0x8213bed37) at...
[12:35:42.545] #1  0x0000000000763070 in ExecEvalExpr (state=0x8391bf9f0, econtext=0x8391b9e78, isNull=0x8213bed37) at ....
[12:35:42.545] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[12:35:42.545] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x8391bf100, slot=slot@entry=0x8391b9e78, isnew=isnew...
[12:35:42.545] #4  0x000000000077ce15 in lookup_hash_entries (aggstate=aggstate@entry=0x83911b380) at ../src/backend/exe...
[12:35:42.545] #5  0x000000000077a6b2 in agg_fill_hash_table (aggstate=0x83911b380) at ../src/backend/executor/nodeAgg.c...
[12:35:42.545] #6  ExecAgg (pstate=0x83911b380) at ../src/backend/executor/nodeAgg.c:2172
[12:35:42.545] #7  0x00000000007654bb in ExecProcNode (node=0x83911b380) at ../src/include/executor/executor.h:278
[12:35:42.545] #8  ExecutePlan (estate=0x83911b100, planstate=0x83911b380, use_parallel_mode=<optimized out>, operation=...
[12:35:42.545] #9  standard_ExecutorRun (queryDesc=0x834cf0500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[12:35:42.822] #0  0x000000000075c5da in ExecInterpExpr (state=0x83c08e500, econtext=0x83c08f160, isnull=0x82106cec7) at...
[12:35:42.822] #1  0x0000000000763070 in ExecEvalExpr (state=0x83c08e9f0, econtext=0x83c0896f8, isNull=0x82106cec7) at ....
[12:35:42.822] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[12:35:42.822] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83c08e100, slot=slot@entry=0x83c0896f8, isnew=isnew...
[12:35:42.822] #4  0x000000000077ce15 in lookup_hash_entries (aggstate=aggstate@entry=0x83bfea380) at ../src/backend/exe...
[12:35:42.822] #5  0x000000000077a6b2 in agg_fill_hash_table (aggstate=0x83bfea380) at ../src/backend/executor/nodeAgg.c...
[12:35:42.822] #6  ExecAgg (pstate=0x83bfea380) at ../src/backend/executor/nodeAgg.c:2172
[12:35:42.822] #7  0x00000000007654bb in ExecProcNode (node=0x83bfea380) at ../src/include/executor/executor.h:278
[12:35:42.822] #8  ExecutePlan (estate=0x83bfea100, planstate=0x83bfea380, use_parallel_mode=<optimized out>, operation=...
[12:35:42.822] #9  standard_ExecutorRun (queryDesc=0x8373fa500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[12:35:43.097] #0  0x000000000075c5da in ExecInterpExpr (state=0x8365ce500, econtext=0x8365cf160, isnull=0x8212214a7) at...
[12:35:43.097] #1  0x0000000000763070 in ExecEvalExpr (state=0x8365ce9f0, econtext=0x8365c8b38, isNull=0x8212214a7) at ....
[12:35:43.097] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[12:35:43.097] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x8365ce100, slot=slot@entry=0x8365c8b38, isnew=isnew...
[12:35:43.097] #4  0x000000000077ce15 in lookup_hash_entries (aggstate=aggstate@entry=0x83652a380) at ../src/backend/exe...
[12:35:43.097] #5  0x000000000077a6b2 in agg_fill_hash_table (aggstate=0x83652a380) at ../src/backend/executor/nodeAgg.c...
[12:35:43.097] #6  ExecAgg (pstate=0x83652a380) at ../src/backend/executor/nodeAgg.c:2172
[12:35:43.097] #7  0x00000000007654bb in ExecProcNode (node=0x83652a380) at ../src/include/executor/executor.h:278
[12:35:43.097] #8  ExecutePlan (estate=0x83652a100, planstate=0x83652a380, use_parallel_mode=<optimized out>, operation=...
[12:35:43.097] #9  standard_ExecutorRun (queryDesc=0x834bde500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[12:35:43.373] #0  0x000000000075c5da in ExecInterpExpr (state=0x83a255500, econtext=0x83a256160, isnull=0x821586c97) at...
[12:35:43.373] #1  0x0000000000763070 in ExecEvalExpr (state=0x83a2559f0, econtext=0x83a24fd38, isNull=0x821586c97) at ....
[12:35:43.373] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[12:35:43.373] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83a255100, slot=slot@entry=0x83a24fd38, isnew=isnew...
[12:35:43.373] #4  0x000000000077ce15 in lookup_hash_entries (aggstate=aggstate@entry=0x83a1b1380) at ../src/backend/exe...
[12:35:43.373] #5  0x000000000077a6b2 in agg_fill_hash_table (aggstate=0x83a1b1380) at ../src/backend/executor/nodeAgg.c...
[12:35:43.373] #6  ExecAgg (pstate=0x83a1b1380) at ../src/backend/executor/nodeAgg.c:2172
[12:35:43.373] #7  0x00000000007654bb in ExecProcNode (node=0x83a1b1380) at ../src/include/executor/executor.h:278
[12:35:43.373] #8  ExecutePlan (estate=0x83a1b1100, planstate=0x83a1b1380, use_parallel_mode=<optimized out>, operation=...
[12:35:43.373] #9  standard_ExecutorRun (queryDesc=0x837a7a500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[12:35:43.648] #0  0x000000000075c5da in ExecInterpExpr (state=0x83ab65500, econtext=0x83ab66160, isnull=0x820b9f7b7) at...
[12:35:43.648] #1  0x0000000000763070 in ExecEvalExpr (state=0x83ab659f0, econtext=0x83ab5fe38, isNull=0x820b9f7b7) at ....
[12:35:43.648] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[12:35:43.648] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83ab65100, slot=slot@entry=0x83ab5fe38, isnew=isnew...
[12:35:43.648] #4  0x000000000077ce15 in lookup_hash_entries (aggstate=aggstate@entry=0x83aac1380) at ../src/backend/exe...
[12:35:43.648] #5  0x000000000077a6b2 in agg_fill_hash_table (aggstate=0x83aac1380) at ../src/backend/executor/nodeAgg.c...
[12:35:43.648] #6  ExecAgg (pstate=0x83aac1380) at ../src/backend/executor/nodeAgg.c:2172
[12:35:43.648] #7  0x00000000007654bb in ExecProcNode (node=0x83aac1380) at ../src/include/executor/executor.h:278
[12:35:43.648] #8  ExecutePlan (estate=0x83aac1100, planstate=0x83aac1380, use_parallel_mode=<optimized out>, operation=...
[12:35:43.648] #9  standard_ExecutorRun (queryDesc=0x835a7b500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[12:35:43.924] #0  0x000000000075c5da in ExecInterpExpr (state=0x83cf1b500, econtext=0x83cf1c160, isnull=0x8212c98b7) at...
[12:35:43.924] #1  0x0000000000763070 in ExecEvalExpr (state=0x83cf1b9f0, econtext=0x83cf160b8, isNull=0x8212c98b7) at ....
[12:35:43.924] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[12:35:43.924] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83cf1b100, slot=slot@entry=0x83cf160b8, isnew=isnew...
[12:35:43.924] #4  0x000000000077ce15 in lookup_hash_entries (aggstate=aggstate@entry=0x83ce84380) at ../src/backend/exe...
[12:35:43.924] #5  0x000000000077a6b2 in agg_fill_hash_table (aggstate=0x83ce84380) at ../src/backend/executor/nodeAgg.c...
[12:35:43.924] #6  ExecAgg (pstate=0x83ce84380) at ../src/backend/executor/nodeAgg.c:2172
[12:35:43.924] #7  0x00000000007654bb in ExecProcNode (node=0x83ce84380) at ../src/include/executor/executor.h:278
[12:35:43.924] #8  ExecutePlan (estate=0x83ce84100, planstate=0x83ce84380, use_parallel_mode=<optimized out>, operation=...
[12:35:43.924] #9  standard_ExecutorRun (queryDesc=0x83616e500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[12:35:44.483] #0  0x000000000075c5da in ExecInterpExpr (state=0x83dbd0500, econtext=0x83dbd1160, isnull=0x82131b627) at...
[12:35:44.483] #1  0x0000000000763070 in ExecEvalExpr (state=0x83dbd09f0, econtext=0x83dbcadb8, isNull=0x82131b627) at ....
[12:35:44.483] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[12:35:44.483] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83dbd0100, slot=slot@entry=0x83dbcadb8, isnew=isnew...
[12:35:44.483] #4  0x000000000077ce15 in lookup_hash_entries (aggstate=aggstate@entry=0x83db2c380) at ../src/backend/exe...
[12:35:44.483] #5  0x000000000077a6b2 in agg_fill_hash_table (aggstate=0x83db2c380) at ../src/backend/executor/nodeAgg.c...
[12:35:44.483] #6  ExecAgg (pstate=0x83db2c380) at ../src/backend/executor/nodeAgg.c:2172
[12:35:44.483] #7  0x00000000007654bb in ExecProcNode (node=0x83db2c380) at ../src/include/executor/executor.h:278
[12:35:44.483] #8  ExecutePlan (estate=0x83db2c100, planstate=0x83db2c380, use_parallel_mode=<optimized out>, operation=...
[12:35:44.483] #9  standard_ExecutorRun (queryDesc=0x835e54500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[12:35:44.759] #0  0x000000000075c5da in ExecInterpExpr (state=0x8389b7500, econtext=0x8389b8160, isnull=0x820d9d187) at...
[12:35:44.759] #1  0x0000000000763070 in ExecEvalExpr (state=0x8389b79f0, econtext=0x8389b2538, isNull=0x820d9d187) at ....
[12:35:44.759] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[12:35:44.759] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x8389b7100, slot=slot@entry=0x8389b2538, isnew=isnew...
[12:35:44.759] #4  0x000000000077ce15 in lookup_hash_entries (aggstate=aggstate@entry=0x838913380) at ../src/backend/exe...
[12:35:44.759] #5  0x000000000077a6b2 in agg_fill_hash_table (aggstate=0x838913380) at ../src/backend/executor/nodeAgg.c...
[12:35:44.759] #6  ExecAgg (pstate=0x838913380) at ../src/backend/executor/nodeAgg.c:2172
[12:35:44.759] #7  0x00000000007654bb in ExecProcNode (node=0x838913380) at ../src/include/executor/executor.h:278
[12:35:44.759] #8  ExecutePlan (estate=0x838913100, planstate=0x838913380, use_parallel_mode=<optimized out>, operation=...
[12:35:44.759] #9  standard_ExecutorRun (queryDesc=0x8343a0500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[12:35:45.036] #0  0x000000000075c5da in ExecInterpExpr (state=0x83c0d3500, econtext=0x83c0d4160, isnull=0x821109147) at...
[12:35:45.036] #1  0x0000000000763070 in ExecEvalExpr (state=0x83c0d39f0, econtext=0x83c0ce478, isNull=0x821109147) at ....
[12:35:45.036] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[12:35:45.036] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83c0d3100, slot=slot@entry=0x83c0ce478, isnew=isnew...
[12:35:45.036] #4  0x000000000077ce15 in lookup_hash_entries (aggstate=aggstate@entry=0x83c00d380) at ../src/backend/exe...
[12:35:45.036] #5  0x000000000077a6b2 in agg_fill_hash_table (aggstate=0x83c00d380) at ../src/backend/executor/nodeAgg.c...
[12:35:45.036] #6  ExecAgg (pstate=0x83c00d380) at ../src/backend/executor/nodeAgg.c:2172
[12:35:45.036] #7  0x00000000007654bb in ExecProcNode (node=0x83c00d380) at ../src/include/executor/executor.h:278
[12:35:45.036] #8  ExecutePlan (estate=0x83c00d100, planstate=0x83c00d380, use_parallel_mode=<optimized out>, operation=...
[12:35:45.036] #9  standard_ExecutorRun (queryDesc=0x838a67500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[12:35:45.313] #0  0x000000000075c5da in ExecInterpExpr (state=0x839ee2500, econtext=0x839ee3160, isnull=0x82140aad7) at...
[12:35:45.313] #1  0x0000000000763070 in ExecEvalExpr (state=0x839ee29f0, econtext=0x839edcf78, isNull=0x82140aad7) at ....
[12:35:45.313] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[12:35:45.313] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x839ee2100, slot=slot@entry=0x839edcf78, isnew=isnew...
[12:35:45.313] #4  0x000000000077ce15 in lookup_hash_entries (aggstate=aggstate@entry=0x839e3e380) at ../src/backend/exe...
[12:35:45.313] #5  0x000000000077a6b2 in agg_fill_hash_table (aggstate=0x839e3e380) at ../src/backend/executor/nodeAgg.c...
[12:35:45.313] #6  ExecAgg (pstate=0x839e3e380) at ../src/backend/executor/nodeAgg.c:2172
[12:35:45.313] #7  0x00000000007654bb in ExecProcNode (node=0x839e3e380) at ../src/include/executor/executor.h:278
[12:35:45.313] #8  ExecutePlan (estate=0x839e3e100, planstate=0x839e3e380, use_parallel_mode=<optimized out>, operation=...
[12:35:45.313] #9  standard_ExecutorRun (queryDesc=0x836394500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[12:35:45.588] #0  0x000000000075c5da in ExecInterpExpr (state=0x835a5e500, econtext=0x835a5f160, isnull=0x82193ffa7) at...
[12:35:45.588] #1  0x0000000000763070 in ExecEvalExpr (state=0x835a5e9f0, econtext=0x835a58bb8, isNull=0x82193ffa7) at ....
[12:35:45.588] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[12:35:45.588] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x835a5e100, slot=slot@entry=0x835a58bb8, isnew=isnew...
[12:35:45.588] #4  0x000000000077ce15 in lookup_hash_entries (aggstate=aggstate@entry=0x8359b5380) at ../src/backend/exe...
[12:35:45.588] #5  0x000000000077a6b2 in agg_fill_hash_table (aggstate=0x8359b5380) at ../src/backend/executor/nodeAgg.c...
[12:35:45.588] #6  ExecAgg (pstate=0x8359b5380) at ../src/backend/executor/nodeAgg.c:2172
[12:35:45.588] #7  0x00000000007654bb in ExecProcNode (node=0x8359b5380) at ../src/include/executor/executor.h:278
[12:35:45.588] #8  ExecutePlan (estate=0x8359b5100, planstate=0x8359b5380, use_parallel_mode=<optimized out>, operation=...
[12:35:45.588] #9  standard_ExecutorRun (queryDesc=0x832af7500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[12:35:45.860] #0  0x000000000075c5da in ExecInterpExpr (state=0x8397af500, econtext=0x8397b0160, isnull=0x821ae1bc7) at...
[12:35:45.860] #1  0x0000000000763070 in ExecEvalExpr (state=0x8397af9f0, econtext=0x8397bc1f8, isNull=0x821ae1bc7) at ....
[12:35:45.860] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[12:35:45.860] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x8397af100, slot=slot@entry=0x8397bc1f8, isnew=isnew...
[12:35:45.860] #4  0x000000000077ce15 in lookup_hash_entries (aggstate=aggstate@entry=0x83971d380) at ../src/backend/exe...
[12:35:45.860] #5  0x000000000077a6b2 in agg_fill_hash_table (aggstate=0x83971d380) at ../src/backend/executor/nodeAgg.c...
[12:35:45.860] #6  ExecAgg (pstate=0x83971d380) at ../src/backend/executor/nodeAgg.c:2172
[12:35:45.860] #7  0x00000000007654bb in ExecProcNode (node=0x83971d380) at ../src/include/executor/executor.h:278
[12:35:45.860] #8  ExecutePlan (estate=0x83971d100, planstate=0x83971d380, use_parallel_mode=<optimized out>, operation=...
[12:35:45.860] #9  standard_ExecutorRun (queryDesc=0x835dd3500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[12:35:46.129] #0  0x000000000075c5da in ExecInterpExpr (state=0x8395b0500, econtext=0x8395b1160, isnull=0x8219f5627) at...
[12:35:46.129] #1  0x0000000000763070 in ExecEvalExpr (state=0x8395b09f0, econtext=0x8395ab878, isNull=0x8219f5627) at ....
[12:35:46.129] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[12:35:46.129] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x8395b0100, slot=slot@entry=0x8395ab878, isnew=isnew...
[12:35:46.129] #4  0x000000000077ce15 in lookup_hash_entries (aggstate=aggstate@entry=0x83950c380) at ../src/backend/exe...
[12:35:46.129] #5  0x000000000077a6b2 in agg_fill_hash_table (aggstate=0x83950c380) at ../src/backend/executor/nodeAgg.c...
[12:35:46.129] #6  ExecAgg (pstate=0x83950c380) at ../src/backend/executor/nodeAgg.c:2172
[12:35:46.129] #7  0x00000000007654bb in ExecProcNode (node=0x83950c380) at ../src/include/executor/executor.h:278
[12:35:46.129] #8  ExecutePlan (estate=0x83950c100, planstate=0x83950c380, use_parallel_mode=<optimized out>, operation=...
[12:35:46.129] #9  standard_ExecutorRun (queryDesc=0x835df7500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[12:35:46.392] #0  0x000000000075c5da in ExecInterpExpr (state=0x839a27500, econtext=0x839a28160, isnull=0x820e10ef7) at...
[12:35:46.392] #1  0x0000000000763070 in ExecEvalExpr (state=0x839a279f0, econtext=0x839a21ef8, isNull=0x820e10ef7) at ....
[12:35:46.392] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[12:35:46.392] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x839a27100, slot=slot@entry=0x839a21ef8, isnew=isnew...
[12:35:46.392] #4  0x000000000077ce15 in lookup_hash_entries (aggstate=aggstate@entry=0x839983380) at ../src/backend/exe...
[12:35:46.392] #5  0x000000000077a6b2 in agg_fill_hash_table (aggstate=0x839983380) at ../src/backend/executor/nodeAgg.c...
[12:35:46.392] #6  ExecAgg (pstate=0x839983380) at ../src/backend/executor/nodeAgg.c:2172
[12:35:46.392] #7  0x00000000007654bb in ExecProcNode (node=0x839983380) at ../src/include/executor/executor.h:278
[12:35:46.392] #8  ExecutePlan (estate=0x839983100, planstate=0x839983380, use_parallel_mode=<optimized out>, operation=...
[12:35:46.392] #9  standard_ExecutorRun (queryDesc=0x833d55500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[12:35:46.671] #0  0x000000000075c5da in ExecInterpExpr (state=0x83a2e7500, econtext=0x83a2e8160, isnull=0x8213773c7) at...
[12:35:46.671] #1  0x0000000000763070 in ExecEvalExpr (state=0x83a2e79f0, econtext=0x83a2e24b8, isNull=0x8213773c7) at ....
[12:35:46.671] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[12:35:46.671] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83a2e7100, slot=slot@entry=0x83a2e24b8, isnew=isnew...
[12:35:46.671] #4  0x000000000077ce15 in lookup_hash_entries (aggstate=aggstate@entry=0x83a243380) at ../src/backend/exe...
[12:35:46.671] #5  0x000000000077a6b2 in agg_fill_hash_table (aggstate=0x83a243380) at ../src/backend/executor/nodeAgg.c...
[12:35:46.671] #6  ExecAgg (pstate=0x83a243380) at ../src/backend/executor/nodeAgg.c:2172
[12:35:46.671] #7  0x00000000007654bb in ExecProcNode (node=0x83a243380) at ../src/include/executor/executor.h:278
[12:35:46.671] #8  ExecutePlan (estate=0x83a243100, planstate=0x83a243380, use_parallel_mode=<optimized out>, operation=...
[12:35:46.671] #9  standard_ExecutorRun (queryDesc=0x835e5c500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[12:35:46.942] #0  0x000000000075c5da in ExecInterpExpr (state=0x83b2cb500, econtext=0x83b2cc160, isnull=0x820ecfbc7) at...
[12:35:46.942] #1  0x0000000000763070 in ExecEvalExpr (state=0x83b2cb9f0, econtext=0x83b2c64f8, isNull=0x820ecfbc7) at ....
[12:35:46.942] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[12:35:46.942] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83b2cb100, slot=slot@entry=0x83b2c64f8, isnew=isnew...
[12:35:46.942] #4  0x000000000077ce15 in lookup_hash_entries (aggstate=aggstate@entry=0x835c1c380) at ../src/backend/exe...
[12:35:46.942] #5  0x000000000077a6b2 in agg_fill_hash_table (aggstate=0x835c1c380) at ../src/backend/executor/nodeAgg.c...
[12:35:46.942] #6  ExecAgg (pstate=0x835c1c380) at ../src/backend/executor/nodeAgg.c:2172
[12:35:46.942] #7  0x00000000007654bb in ExecProcNode (node=0x835c1c380) at ../src/include/executor/executor.h:278
[12:35:46.942] #8  ExecutePlan (estate=0x835c1c100, planstate=0x835c1c380, use_parallel_mode=<optimized out>, operation=...
[12:35:46.942] #9  standard_ExecutorRun (queryDesc=0x835a6b500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[12:35:33.490] #0  0x000000000075c5da in ExecInterpExpr (state=0x838c29500, econtext=0x838c2a160, isnull=0x82160ae17) at...
[12:35:33.490] #1  0x0000000000763070 in ExecEvalExpr (state=0x838c299f0, econtext=0x838c24438, isNull=0x82160ae17) at ....
[12:35:33.490] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[12:35:33.490] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x838c29100, slot=slot@entry=0x838c24438, isnew=isnew...
[12:35:33.490] #4  0x000000000077ce15 in lookup_hash_entries (aggstate=aggstate@entry=0x838b85380) at ../src/backend/exe...
[12:35:33.490] #5  0x000000000077a6b2 in agg_fill_hash_table (aggstate=0x838b85380) at ../src/backend/executor/nodeAgg.c...
[12:35:33.490] #6  ExecAgg (pstate=0x838b85380) at ../src/backend/executor/nodeAgg.c:2172
[12:35:33.490] #7  0x00000000007654bb in ExecProcNode (node=0x838b85380) at ../src/include/executor/executor.h:278
[12:35:33.490] #8  ExecutePlan (estate=0x838b85100, planstate=0x838b85380, use_parallel_mode=<optimized out>, operation=...
[12:35:33.490] #9  standard_ExecutorRun (queryDesc=0x836154500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[12:35:30.258] #0  0x000000000075c5da in ExecInterpExpr (state=0x839554c10, econtext=0x839555780, isnull=0x82114a907) at...
[12:35:30.258] #1  0x0000000000763070 in ExecEvalExpr (state=0x839555100, econtext=0x839553848, isNull=0x82114a907) at ....
[12:35:30.258] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[12:35:30.258] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x839554100, slot=slot@entry=0x839553848, isnew=isnew...
[12:35:30.258] #4  0x000000000077ce15 in lookup_hash_entries (aggstate=aggstate@entry=0x84570fcf0) at ../src/backend/exe...
[12:35:30.258] #5  0x000000000077a6b2 in agg_fill_hash_table (aggstate=0x84570fcf0) at ../src/backend/executor/nodeAgg.c...
[12:35:30.258] #6  ExecAgg (pstate=0x84570fcf0) at ../src/backend/executor/nodeAgg.c:2172
[12:35:30.258] #7  0x000000000079f5a7 in ExecProcNode (node=0x84570fcf0) at ../src/include/executor/executor.h:278
[12:35:30.258] #8  ExecSort (pstate=0x84570fae0) at ../src/backend/executor/nodeSort.c:149
[12:35:30.258] #9  0x00000000007a8c2a in ExecProcNode (node=0x84570fae0) at ../src/include/executor/executor.h:278
core
[12:35:33.210] #0  0x000000000075c5da in ExecInterpExpr (state=0x83d54bf20, econtext=0x83d5a0718, isnull=0x82158e2e7) at...
[12:35:33.210] #1  0x0000000000763070 in ExecEvalExpr (state=0x83d5a0098, econtext=0x83d543ff8, isNull=0x82158e2e7) at ....
[12:35:33.210] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[12:35:33.210] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83d54a100, slot=slot@entry=0x83d543ff8, isnew=isnew...
[12:35:33.210] #4  0x000000000077ce15 in lookup_hash_entries (aggstate=aggstate@entry=0x83d521558) at ../src/backend/exe...
[12:35:33.210] #5  0x000000000077a6b2 in agg_fill_hash_table (aggstate=0x83d521558) at ../src/backend/executor/nodeAgg.c...
[12:35:33.210] #6  ExecAgg (pstate=0x83d521558) at ../src/backend/executor/nodeAgg.c:2172
[12:35:33.210] #7  0x000000000079f5a7 in ExecProcNode (node=0x83d521558) at ../src/include/executor/executor.h:278
[12:35:33.210] #8  ExecSort (pstate=0x83d521348) at ../src/backend/executor/nodeSort.c:149
[12:35:33.210] #9  0x00000000007654bb in ExecProcNode (node=0x83d521348) at ../src/include/executor/executor.h:278
core
[12:35:32.919] #0  0x000000082e29841a in thr_kill () from /lib/libc.so.7
[12:35:32.919] #1  0x000000082e211e64 in raise () from /lib/libc.so.7
[12:35:32.919] #2  0x000000082e2c26f9 in abort () from /lib/libc.so.7
[12:35:32.919] #3  0x0000000000a922e5 in ExceptionalCondition (conditionName=0x356a31 "HaveRegisteredOrActiveSnapshot()"...
[12:35:32.919] #4  0x0000000000696e9a in index_drop (indexId=65552, concurrent=false, concurrent_lock_mode=<optimized ou...
[12:35:32.919] #5  0x000000000068e5ae in doDeletion (object=object@entry=0x83951d5b0, flags=flags@entry=21) at ../src/ba...
[12:35:32.919] #6  0x000000000068ca70 in deleteOneObject (object=0x83951d5b0, depRel=0x82114b340, flags=21) at ../src/ba...
[12:35:32.919] #7  deleteObjectsInList (targetObjects=targetObjects@entry=0x839544a48, depRel=depRel@entry=0x82114b340, ...
[12:35:32.919] #8  0x000000000068b705 in performDeletion (object=object@entry=0x82114b430, behavior=behavior@entry=DROP_...
[12:35:32.919] #9  0x0000000000887486 in do_autovacuum () at ../src/backend/postmaster/autovacuum.c:2215
core
[12:35:32.618] #0  0x000000082e29841a in thr_kill () from /lib/libc.so.7
[12:35:32.618] #1  0x000000082e211e64 in raise () from /lib/libc.so.7
[12:35:32.618] #2  0x000000082e2c26f9 in abort () from /lib/libc.so.7
[12:35:32.618] #3  0x0000000000a922e5 in ExceptionalCondition (conditionName=0x356a31 "HaveRegisteredOrActiveSnapshot()"...
[12:35:32.618] #4  0x0000000000696e9a in index_drop (indexId=65552, concurrent=false, concurrent_lock_mode=<optimized ou...
[12:35:32.618] #5  0x000000000068e5ae in doDeletion (object=object@entry=0x83951d5b0, flags=flags@entry=21) at ../src/ba...
[12:35:32.618] #6  0x000000000068ca70 in deleteOneObject (object=0x83951d5b0, depRel=0x82114b340, flags=21) at ../src/ba...
[12:35:32.618] #7  deleteObjectsInList (targetObjects=targetObjects@entry=0x839523fc8, depRel=depRel@entry=0x82114b340, ...
[12:35:32.618] #8  0x000000000068b705 in performDeletion (object=object@entry=0x82114b430, behavior=behavior@entry=DROP_...
[12:35:32.618] #9  0x0000000000887486 in do_autovacuum () at ../src/backend/postmaster/autovacuum.c:2215
core
[12:35:32.312] #0  0x000000000075c5da in ExecInterpExpr (state=0x845f36710, econtext=0x845f37190, isnull=0x82114afc7) at...
[12:35:32.312] #1  0x0000000000763070 in ExecEvalExpr (state=0x845f36bb0, econtext=0x845fc2730, isNull=0x82114afc7) at ....
[12:35:32.312] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[12:35:32.312] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x845f36100, slot=slot@entry=0x845fc2730, isnew=isnew...
[12:35:32.312] #4  0x000000000077ce15 in lookup_hash_entries (aggstate=aggstate@entry=0x845f13418) at ../src/backend/exe...
[12:35:32.312] #5  0x000000000077a6b2 in agg_fill_hash_table (aggstate=0x845f13418) at ../src/backend/executor/nodeAgg.c...
[12:35:32.312] #6  ExecAgg (pstate=0x845f13418) at ../src/backend/executor/nodeAgg.c:2172
[12:35:32.312] #7  0x000000000077efeb in ExecProcNode (node=0x845f13418) at ../src/include/executor/executor.h:278
[12:35:32.312] #8  ExecAppend (pstate=0x845f12c48) at ../src/backend/executor/nodeAppend.c:351
[12:35:32.312] #9  0x000000000077cc6d in ExecProcNode (node=0x845f12c48) at ../src/include/executor/executor.h:278
core
[12:35:32.016] #0  0x000000000075c5da in ExecInterpExpr (state=0x846c13500, econtext=0x846c14a60, isnull=0x82114af77) at...
[12:35:32.016] #1  0x0000000000763070 in ExecEvalExpr (state=0x846c139f0, econtext=0x849acf410, isNull=0x82114af77) at ....
[12:35:32.016] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[12:35:32.016] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x846c13100, slot=slot@entry=0x849acf410, isnew=isnew...
[12:35:32.016] #4  0x000000000077ce15 in lookup_hash_entries (aggstate=aggstate@entry=0x846c25bb8) at ../src/backend/exe...
[12:35:32.016] #5  0x000000000077a6b2 in agg_fill_hash_table (aggstate=0x846c25bb8) at ../src/backend/executor/nodeAgg.c...
[12:35:32.016] #6  ExecAgg (pstate=0x846c25bb8) at ../src/backend/executor/nodeAgg.c:2172
[12:35:32.016] #7  0x0000000000785508 in ExecProcNode (node=0x846c25bb8) at ../src/include/executor/executor.h:278
[12:35:32.016] #8  MultiExecPrivateHash (node=0x846c25a18) at ../src/backend/executor/nodeHash.c:166
[12:35:32.016] #9  MultiExecHash (node=0x846c25a18) at ../src/backend/executor/nodeHash.c:115
core
[12:35:31.722] #0  0x000000000075c5da in ExecInterpExpr (state=0x846394ee8, econtext=0x8463985a8, isnull=0x82114b1b7) at...
[12:35:31.722] #1  0x0000000000763070 in ExecEvalExpr (state=0x846397f28, econtext=0x84637ebd8, isNull=0x82114b1b7) at ....
[12:35:31.722] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[12:35:31.722] #3  LookupTupleHashEntry (hashtable=0x846394d48, slot=slot@entry=0x84637ebd8, isnew=isnew@entry=0x82114b2...
[12:35:31.722] #4  0x000000000079ec74 in setop_fill_hash_table (setopstate=0x84631e5f0) at ../src/backend/executor/nodeS...
[12:35:31.722] #5  ExecSetOp (pstate=0x84631e5f0) at ../src/backend/executor/nodeSetOp.c:216
[12:35:31.722] #6  0x00000000007654bb in ExecProcNode (node=0x84631e5f0) at ../src/include/executor/executor.h:278
[12:35:31.722] #7  ExecutePlan (estate=0x84631e100, planstate=0x84631e5f0, use_parallel_mode=<optimized out>, operation=...
[12:35:31.722] #8  standard_ExecutorRun (queryDesc=0x839546500, direction=ForwardScanDirection, count=0, execute_once=<o...
[12:35:31.722] #9  0x000000000093bda9 in PortalRunSelect (portal=portal@entry=0x839471100, forward=<optimized out>, coun...
core
[12:35:31.439] #0  0x000000000075c5da in ExecInterpExpr (state=0x846178c60, econtext=0x84617b8a0, isnull=0x82114b1b7) at...
[12:35:31.439] #1  0x0000000000763070 in ExecEvalExpr (state=0x84617a5c0, econtext=0x846125338, isNull=0x82114b1b7) at ....
[12:35:31.439] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[12:35:31.439] #3  LookupTupleHashEntry (hashtable=0x846178a90, slot=slot@entry=0x846125338, isnew=isnew@entry=0x82114b2...
[12:35:31.439] #4  0x000000000079ec74 in setop_fill_hash_table (setopstate=0x839453a68) at ../src/backend/executor/nodeS...
[12:35:31.439] #5  ExecSetOp (pstate=0x839453a68) at ../src/backend/executor/nodeSetOp.c:216
[12:35:31.439] #6  0x00000000007654bb in ExecProcNode (node=0x839453a68) at ../src/include/executor/executor.h:278
[12:35:31.439] #7  ExecutePlan (estate=0x839554100, planstate=0x839453a68, use_parallel_mode=<optimized out>, operation=...
[12:35:31.439] #8  standard_ExecutorRun (queryDesc=0x839444500, direction=ForwardScanDirection, count=0, execute_once=<o...
[12:35:31.439] #9  0x000000000093bda9 in PortalRunSelect (portal=portal@entry=0x839471100, forward=<optimized out>, coun...
core
[12:35:31.156] #0  0x000000000075c5da in ExecInterpExpr (state=0x846305f20, econtext=0x84635f258, isnull=0x82114af77) at...
[12:35:31.156] #1  0x0000000000763070 in ExecEvalExpr (state=0x84635ebd8, econtext=0x8462a05f0, isNull=0x82114af77) at ....
[12:35:31.156] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[12:35:31.156] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x846304100, slot=slot@entry=0x8462a05f0, isnew=isnew...
[12:35:31.156] #4  0x000000000077ce15 in lookup_hash_entries (aggstate=aggstate@entry=0x83954f3a0) at ../src/backend/exe...
[12:35:31.156] #5  0x000000000077a6b2 in agg_fill_hash_table (aggstate=0x83954f3a0) at ../src/backend/executor/nodeAgg.c...
[12:35:31.156] #6  ExecAgg (pstate=0x83954f3a0) at ../src/backend/executor/nodeAgg.c:2172
[12:35:31.156] #7  0x0000000000785508 in ExecProcNode (node=0x83954f3a0) at ../src/include/executor/executor.h:278
[12:35:31.156] #8  MultiExecPrivateHash (node=0x83954f180) at ../src/backend/executor/nodeHash.c:166
[12:35:31.156] #9  MultiExecHash (node=0x83954f180) at ../src/backend/executor/nodeHash.c:115
core
[12:35:30.863] #0  0x000000082e29841a in thr_kill () from /lib/libc.so.7
[12:35:30.863] #1  0x000000082e211e64 in raise () from /lib/libc.so.7
[12:35:30.863] #2  0x000000082e2c26f9 in abort () from /lib/libc.so.7
[12:35:30.863] #3  0x0000000000a922e5 in ExceptionalCondition (conditionName=0x356a31 "HaveRegisteredOrActiveSnapshot()"...
[12:35:30.863] #4  0x0000000000696e9a in index_drop (indexId=65552, concurrent=false, concurrent_lock_mode=<optimized ou...
[12:35:30.863] #5  0x000000000068e5ae in doDeletion (object=object@entry=0x83951d5b0, flags=flags@entry=21) at ../src/ba...
[12:35:30.863] #6  0x000000000068ca70 in deleteOneObject (object=0x83951d5b0, depRel=0x82114b340, flags=21) at ../src/ba...
[12:35:30.863] #7  deleteObjectsInList (targetObjects=targetObjects@entry=0x8395452d8, depRel=depRel@entry=0x82114b340, ...
[12:35:30.863] #8  0x000000000068b705 in performDeletion (object=object@entry=0x82114b430, behavior=behavior@entry=DROP_...
[12:35:30.863] #9  0x0000000000887486 in do_autovacuum () at ../src/backend/postmaster/autovacuum.c:2215
core
[12:35:30.560] #0  0x000000082e29841a in thr_kill () from /lib/libc.so.7
[12:35:30.560] #1  0x000000082e211e64 in raise () from /lib/libc.so.7
[12:35:30.560] #2  0x000000082e2c26f9 in abort () from /lib/libc.so.7
[12:35:30.560] #3  0x0000000000a922e5 in ExceptionalCondition (conditionName=0x356a31 "HaveRegisteredOrActiveSnapshot()"...
[12:35:30.560] #4  0x0000000000696e9a in index_drop (indexId=35815, concurrent=false, concurrent_lock_mode=<optimized ou...
[12:35:30.560] #5  0x000000000068e5ae in doDeletion (object=object@entry=0x83951d5b0, flags=flags@entry=21) at ../src/ba...
[12:35:30.560] #6  0x000000000068ca70 in deleteOneObject (object=0x83951d5b0, depRel=0x82114b340, flags=21) at ../src/ba...
[12:35:30.560] #7  deleteObjectsInList (targetObjects=targetObjects@entry=0x845d17a58, depRel=depRel@entry=0x82114b340, ...
[12:35:30.560] #8  0x000000000068b705 in performDeletion (object=object@entry=0x82114b430, behavior=behavior@entry=DROP_...
[12:35:30.560] #9  0x0000000000887486 in do_autovacuum () at ../src/backend/postmaster/autovacuum.c:2215
core
[12:35:29.966] #0  0x000000000075c5da in ExecInterpExpr (state=0x847242300, econtext=0x847242d80, isnull=0x82114b387) at...
[12:35:29.966] #1  0x0000000000763070 in ExecEvalExpr (state=0x8472427a0, econtext=0x84724dc78, isNull=0x82114b387) at ....
[12:35:29.966] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[12:35:29.966] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x847242100, slot=slot@entry=0x84724dc78, isnew=isnew...
[12:35:29.966] #4  0x000000000077ce15 in lookup_hash_entries (aggstate=aggstate@entry=0x8395208c0) at ../src/backend/exe...
[12:35:29.966] #5  0x000000000077a6b2 in agg_fill_hash_table (aggstate=0x8395208c0) at ../src/backend/executor/nodeAgg.c...
[12:35:29.966] #6  ExecAgg (pstate=0x8395208c0) at ../src/backend/executor/nodeAgg.c:2172
[12:35:29.966] #7  0x00000000007654bb in ExecProcNode (node=0x8395208c0) at ../src/include/executor/executor.h:278
[12:35:29.966] #8  ExecutePlan (estate=0x839520100, planstate=0x8395208c0, use_parallel_mode=<optimized out>, operation=...
[12:35:29.966] #9  standard_ExecutorRun (queryDesc=0x83956b9b8, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[12:35:29.683] #0  0x000000000075c5da in ExecInterpExpr (state=0x847471300, econtext=0x847471d80, isnull=0x82114b387) at...
[12:35:29.683] #1  0x0000000000763070 in ExecEvalExpr (state=0x8474717a0, econtext=0x84747cc78, isNull=0x82114b387) at ....
[12:35:29.683] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[12:35:29.683] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x847471100, slot=slot@entry=0x84747cc78, isnew=isnew...
[12:35:29.683] #4  0x000000000077ce15 in lookup_hash_entries (aggstate=aggstate@entry=0x8395208c0) at ../src/backend/exe...
[12:35:29.683] #5  0x000000000077a6b2 in agg_fill_hash_table (aggstate=0x8395208c0) at ../src/backend/executor/nodeAgg.c...
[12:35:29.683] #6  ExecAgg (pstate=0x8395208c0) at ../src/backend/executor/nodeAgg.c:2172
[12:35:29.683] #7  0x00000000007654bb in ExecProcNode (node=0x8395208c0) at ../src/include/executor/executor.h:278
[12:35:29.683] #8  ExecutePlan (estate=0x839520100, planstate=0x8395208c0, use_parallel_mode=<optimized out>, operation=...
[12:35:29.683] #9  standard_ExecutorRun (queryDesc=0x83956b9b8, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[12:35:29.400] #0  0x000000000075c5da in ExecInterpExpr (state=0x847427300, econtext=0x847427d80, isnull=0x82114b387) at...
[12:35:29.400] #1  0x0000000000763070 in ExecEvalExpr (state=0x8474277a0, econtext=0x847432c78, isNull=0x82114b387) at ....
[12:35:29.400] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[12:35:29.400] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x847427100, slot=slot@entry=0x847432c78, isnew=isnew...
[12:35:29.400] #4  0x000000000077ce15 in lookup_hash_entries (aggstate=aggstate@entry=0x8395208c0) at ../src/backend/exe...
[12:35:29.400] #5  0x000000000077a6b2 in agg_fill_hash_table (aggstate=0x8395208c0) at ../src/backend/executor/nodeAgg.c...
[12:35:29.400] #6  ExecAgg (pstate=0x8395208c0) at ../src/backend/executor/nodeAgg.c:2172
[12:35:29.400] #7  0x00000000007654bb in ExecProcNode (node=0x8395208c0) at ../src/include/executor/executor.h:278
[12:35:29.400] #8  ExecutePlan (estate=0x839520100, planstate=0x8395208c0, use_parallel_mode=<optimized out>, operation=...
[12:35:29.400] #9  standard_ExecutorRun (queryDesc=0x83956b9b8, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[12:35:29.118] #0  0x000000000075c5da in ExecInterpExpr (state=0x847dec300, econtext=0x847decd80, isnull=0x82114acd7) at...
[12:35:29.118] #1  0x0000000000763070 in ExecEvalExpr (state=0x847dec7a0, econtext=0x847d98010, isNull=0x82114acd7) at ....
[12:35:29.118] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[12:35:29.118] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x847dec100, slot=slot@entry=0x847d98010, isnew=isnew...
[12:35:29.118] #4  0x000000000077ce15 in lookup_hash_entries (aggstate=aggstate@entry=0x847d9dbd8) at ../src/backend/exe...
[12:35:29.118] #5  0x000000000077a6b2 in agg_fill_hash_table (aggstate=0x847d9dbd8) at ../src/backend/executor/nodeAgg.c...
[12:35:29.118] #6  ExecAgg (pstate=0x847d9dbd8) at ../src/backend/executor/nodeAgg.c:2172
[12:35:29.118] #7  0x0000000000783b36 in ExecProcNode (node=0x847d9dbd8) at ../src/include/executor/executor.h:278
[12:35:29.118] #8  gather_getnext (gatherstate=0x847d9da38) at ../src/backend/executor/nodeGather.c:294
[12:35:29.118] #9  ExecGather (pstate=0x847d9da38) at ../src/backend/executor/nodeGather.c:229
core
[12:35:28.821] #0  0x000000000075c5da in ExecInterpExpr (state=0x839445f20, econtext=0x847889998, isnull=0x82114b0c7) at...
[12:35:28.821] #1  0x0000000000763070 in ExecEvalExpr (state=0x847889318, econtext=0x83952d910, isNull=0x82114b0c7) at ....
[12:35:28.821] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[12:35:28.821] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x839444100, slot=slot@entry=0x83952d910, isnew=isnew...
[12:35:28.821] #4  0x000000000077ce15 in lookup_hash_entries (aggstate=aggstate@entry=0x84787a8c0) at ../src/backend/exe...
[12:35:28.821] #5  0x000000000077a6b2 in agg_fill_hash_table (aggstate=0x84787a8c0) at ../src/backend/executor/nodeAgg.c...
[12:35:28.821] #6  ExecAgg (pstate=0x84787a8c0) at ../src/backend/executor/nodeAgg.c:2172
[12:35:28.821] #7  0x000000000079f5a7 in ExecProcNode (node=0x84787a8c0) at ../src/include/executor/executor.h:278
[12:35:28.821] #8  ExecSort (pstate=0x84787a380) at ../src/backend/executor/nodeSort.c:149
[12:35:28.821] #9  0x00000000007654bb in ExecProcNode (node=0x84787a380) at ../src/include/executor/executor.h:278
core
[12:35:28.534] #0  0x000000000075c5da in ExecInterpExpr (state=0x848a37400, econtext=0x848a37f70, isnull=0x82114a437) at...
[12:35:28.534] #1  0x0000000000763070 in ExecEvalExpr (state=0x848a378f0, econtext=0x839442618, isNull=0x82114a437) at ....
[12:35:28.534] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[12:35:28.534] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x848a37100, slot=slot@entry=0x839442618, isnew=isnew...
[12:35:28.534] #4  0x000000000077ce15 in lookup_hash_entries (aggstate=aggstate@entry=0x84895d380) at ../src/backend/exe...
[12:35:28.534] #5  0x000000000077a6b2 in agg_fill_hash_table (aggstate=0x84895d380) at ../src/backend/executor/nodeAgg.c...
[12:35:28.534] #6  ExecAgg (pstate=0x84895d380) at ../src/backend/executor/nodeAgg.c:2172
[12:35:28.534] #7  0x000000000076d65a in ExecProcNodeInstr (node=0x84895d380) at ../src/backend/executor/execProcnode.c:...
[12:35:28.534] #8  0x00000000007654bb in ExecProcNode (node=0x84895d380) at ../src/include/executor/executor.h:278
[12:35:28.534] #9  ExecutePlan (estate=0x84895d100, planstate=0x84895d380, use_parallel_mode=<optimized out>, operation=...
core
[12:35:28.194] #0  0x000000082e29841a in thr_kill () from /lib/libc.so.7
[12:35:28.194] #1  0x000000082e211e64 in raise () from /lib/libc.so.7
[12:35:28.194] #2  0x000000082e2c26f9 in abort () from /lib/libc.so.7
[12:35:28.194] #3  0x0000000000a922e5 in ExceptionalCondition (conditionName=0x356a31 "HaveRegisteredOrActiveSnapshot()"...
[12:35:28.194] #4  0x0000000000696e9a in index_drop (indexId=35815, concurrent=false, concurrent_lock_mode=<optimized ou...
[12:35:28.194] #5  0x000000000068e5ae in doDeletion (object=object@entry=0x83951d5b0, flags=flags@entry=21) at ../src/ba...
[12:35:28.194] #6  0x000000000068ca70 in deleteOneObject (object=0x83951d5b0, depRel=0x82114b340, flags=21) at ../src/ba...
[12:35:28.194] #7  deleteObjectsInList (targetObjects=targetObjects@entry=0x839523fd8, depRel=depRel@entry=0x82114b340, ...
[12:35:28.194] #8  0x000000000068b705 in performDeletion (object=object@entry=0x82114b430, behavior=behavior@entry=DROP_...
[12:35:28.194] #9  0x0000000000887486 in do_autovacuum () at ../src/backend/postmaster/autovacuum.c:2215
core
[12:35:27.887] #0  0x000000000075c5da in ExecInterpExpr (state=0x8394f1490, econtext=0x8394f2000, isnull=0x82114b0c7) at...
[12:35:27.887] #1  0x0000000000763070 in ExecEvalExpr (state=0x8394f1980, econtext=0x8394ef768, isNull=0x82114b0c7) at ....
[12:35:27.887] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[12:35:27.887] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x8394f1100, slot=slot@entry=0x8394ef768, isnew=isnew...
[12:35:27.887] #4  0x000000000077ce15 in lookup_hash_entries (aggstate=aggstate@entry=0x847b16560) at ../src/backend/exe...
[12:35:27.887] #5  0x000000000077a6b2 in agg_fill_hash_table (aggstate=0x847b16560) at ../src/backend/executor/nodeAgg.c...
[12:35:27.887] #6  ExecAgg (pstate=0x847b16560) at ../src/backend/executor/nodeAgg.c:2172
[12:35:27.887] #7  0x000000000079f5a7 in ExecProcNode (node=0x847b16560) at ../src/include/executor/executor.h:278
[12:35:27.887] #8  ExecSort (pstate=0x847b16350) at ../src/backend/executor/nodeSort.c:149
[12:35:27.887] #9  0x00000000007654bb in ExecProcNode (node=0x847b16350) at ../src/include/executor/executor.h:278
core
[12:35:27.598] #0  0x000000000075c5da in ExecInterpExpr (state=0x839574400, econtext=0x839574f70, isnull=0x82114b0c7) at...
[12:35:27.598] #1  0x0000000000763070 in ExecEvalExpr (state=0x8395748f0, econtext=0x8461ff018, isNull=0x82114b0c7) at ....
[12:35:27.598] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[12:35:27.598] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x839574100, slot=slot@entry=0x8461ff018, isnew=isnew...
[12:35:27.598] #4  0x000000000077ce15 in lookup_hash_entries (aggstate=aggstate@entry=0x83954d570) at ../src/backend/exe...
[12:35:27.598] #5  0x000000000077a6b2 in agg_fill_hash_table (aggstate=0x83954d570) at ../src/backend/executor/nodeAgg.c...
[12:35:27.598] #6  ExecAgg (pstate=0x83954d570) at ../src/backend/executor/nodeAgg.c:2172
[12:35:27.598] #7  0x000000000079f5a7 in ExecProcNode (node=0x83954d570) at ../src/include/executor/executor.h:278
[12:35:27.598] #8  ExecSort (pstate=0x83954d360) at ../src/backend/executor/nodeSort.c:149
[12:35:27.598] #9  0x00000000007654bb in ExecProcNode (node=0x83954d360) at ../src/include/executor/executor.h:278
core
[12:35:27.303] #0  0x000000000075c5da in ExecInterpExpr (state=0x8462fe610, econtext=0x8462ff180, isnull=0x82114b0c7) at...
[12:35:27.303] #1  0x0000000000763070 in ExecEvalExpr (state=0x8462feb00, econtext=0x8463ef380, isNull=0x82114b0c7) at ....
[12:35:27.303] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[12:35:27.303] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x8462fe100, slot=slot@entry=0x8463ef380, isnew=isnew...
[12:35:27.303] #4  0x000000000077ce15 in lookup_hash_entries (aggstate=aggstate@entry=0x84643e570) at ../src/backend/exe...
[12:35:27.303] #5  0x000000000077aaaa in agg_retrieve_direct (aggstate=0x84643e570) at ../src/backend/executor/nodeAgg.c...
[12:35:27.303] #6  ExecAgg (pstate=0x84643e570) at ../src/backend/executor/nodeAgg.c:2179
[12:35:27.303] #7  0x000000000079f5a7 in ExecProcNode (node=0x84643e570) at ../src/include/executor/executor.h:278
[12:35:27.303] #8  ExecSort (pstate=0x84643e360) at ../src/backend/executor/nodeSort.c:149
[12:35:27.303] #9  0x00000000007654bb in ExecProcNode (node=0x84643e360) at ../src/include/executor/executor.h:278
core
[12:35:27.007] #0  0x000000082e29841a in thr_kill () from /lib/libc.so.7
[12:35:27.007] #1  0x000000082e211e64 in raise () from /lib/libc.so.7
[12:35:27.007] #2  0x000000082e2c26f9 in abort () from /lib/libc.so.7
[12:35:27.007] #3  0x0000000000a922e5 in ExceptionalCondition (conditionName=0x356a31 "HaveRegisteredOrActiveSnapshot()"...
[12:35:27.007] #4  0x0000000000696e9a in index_drop (indexId=35815, concurrent=false, concurrent_lock_mode=<optimized ou...
[12:35:27.007] #5  0x000000000068e5ae in doDeletion (object=object@entry=0x83951d5b0, flags=flags@entry=21) at ../src/ba...
[12:35:27.007] #6  0x000000000068ca70 in deleteOneObject (object=0x83951d5b0, depRel=0x82114b340, flags=21) at ../src/ba...
[12:35:27.007] #7  deleteObjectsInList (targetObjects=targetObjects@entry=0x839568a28, depRel=depRel@entry=0x82114b340, ...
[12:35:27.007] #8  0x000000000068b705 in performDeletion (object=object@entry=0x82114b430, behavior=behavior@entry=DROP_...
[12:35:27.007] #9  0x0000000000887486 in do_autovacuum () at ../src/backend/postmaster/autovacuum.c:2215
core
[12:35:26.665] #0  0x000000000075c5da in ExecInterpExpr (state=0x839555500, econtext=0x839556070, isnull=0x82114af07) at...
[12:35:26.665] #1  0x0000000000763070 in ExecEvalExpr (state=0x8395559f0, econtext=0x84647d720, isNull=0x82114af07) at ....
[12:35:26.665] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[12:35:26.665] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x839555100, slot=slot@entry=0x84647d720, isnew=isnew...
[12:35:26.665] #4  0x000000000077ce15 in lookup_hash_entries (aggstate=aggstate@entry=0x83943e148) at ../src/backend/exe...
[12:35:26.665] #5  0x000000000077a6b2 in agg_fill_hash_table (aggstate=0x83943e148) at ../src/backend/executor/nodeAgg.c...
[12:35:26.665] #6  ExecAgg (pstate=0x83943e148) at ../src/backend/executor/nodeAgg.c:2172
[12:35:26.665] #7  0x000000000076fca3 in ExecScan (node=0x83943e038, accessMtd=0x7a1b40 <SubqueryNext>, recheckMtd=0x7a1...
[12:35:26.665] #8  0x0000000000785508 in ExecProcNode (node=0x83943e038) at ../src/include/executor/executor.h:278
[12:35:26.665] #9  MultiExecPrivateHash (node=0x84656cda0) at ../src/backend/executor/nodeHash.c:166
core
[12:35:26.359] #0  0x000000000075c5da in ExecInterpExpr (state=0x845fd9490, econtext=0x845fda000, isnull=0x82114b037) at...
[12:35:26.359] #1  0x0000000000763070 in ExecEvalExpr (state=0x845fd9980, econtext=0x845e9c258, isNull=0x82114b037) at ....
[12:35:26.359] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[12:35:26.359] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x845fd9100, slot=slot@entry=0x845e9c258, isnew=isnew...
[12:35:26.359] #4  0x000000000077ce15 in lookup_hash_entries (aggstate=aggstate@entry=0x8395767b0) at ../src/backend/exe...
[12:35:26.359] #5  0x000000000077a6b2 in agg_fill_hash_table (aggstate=0x8395767b0) at ../src/backend/executor/nodeAgg.c...
[12:35:26.359] #6  ExecAgg (pstate=0x8395767b0) at ../src/backend/executor/nodeAgg.c:2172
[12:35:26.359] #7  0x000000000079cbcb in ExecProcNode (node=0x8395767b0) at ../src/include/executor/executor.h:278
[12:35:26.359] #8  ExecNestLoop (pstate=0x8395765c0) at ../src/backend/executor/nodeNestloop.c:108
[12:35:26.359] #9  0x000000000079f5a7 in ExecProcNode (node=0x8395765c0) at ../src/include/executor/executor.h:278
core
[12:35:26.074] #0  0x000000000075c5da in ExecInterpExpr (state=0x839ff3500, econtext=0x839ff4160, isnull=0x821a1b237) at...
[12:35:26.074] #1  0x0000000000763070 in ExecEvalExpr (state=0x839ff39f0, econtext=0x839fee6f8, isNull=0x821a1b237) at ....
[12:35:26.074] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[12:35:26.074] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x839ff3100, slot=slot@entry=0x839fee6f8, isnew=isnew...
[12:35:26.074] #4  0x000000000077ce15 in lookup_hash_entries (aggstate=aggstate@entry=0x839efd380) at ../src/backend/exe...
[12:35:26.074] #5  0x000000000077a6b2 in agg_fill_hash_table (aggstate=0x839efd380) at ../src/backend/executor/nodeAgg.c...
[12:35:26.074] #6  ExecAgg (pstate=0x839efd380) at ../src/backend/executor/nodeAgg.c:2172
[12:35:26.074] #7  0x00000000007654bb in ExecProcNode (node=0x839efd380) at ../src/include/executor/executor.h:278
[12:35:26.074] #8  ExecutePlan (estate=0x839efd100, planstate=0x839efd380, use_parallel_mode=<optimized out>, operation=...
[12:35:26.074] #9  standard_ExecutorRun (queryDesc=0x836dd3500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[12:35:25.797] #0  0x000000000075c5da in ExecInterpExpr (state=0x83914e500, econtext=0x83914f160, isnull=0x821a972d7) at...
[12:35:25.797] #1  0x0000000000763070 in ExecEvalExpr (state=0x83914e9f0, econtext=0x839149578, isNull=0x821a972d7) at ....
[12:35:25.797] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[12:35:25.797] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83914e100, slot=slot@entry=0x839149578, isnew=isnew...
[12:35:25.797] #4  0x000000000077ce15 in lookup_hash_entries (aggstate=aggstate@entry=0x8390aa380) at ../src/backend/exe...
[12:35:25.797] #5  0x000000000077a6b2 in agg_fill_hash_table (aggstate=0x8390aa380) at ../src/backend/executor/nodeAgg.c...
[12:35:25.797] #6  ExecAgg (pstate=0x8390aa380) at ../src/backend/executor/nodeAgg.c:2172
[12:35:25.797] #7  0x00000000007654bb in ExecProcNode (node=0x8390aa380) at ../src/include/executor/executor.h:278
[12:35:25.797] #8  ExecutePlan (estate=0x8390aa100, planstate=0x8390aa380, use_parallel_mode=<optimized out>, operation=...
[12:35:25.797] #9  standard_ExecutorRun (queryDesc=0x835336500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[12:35:25.513] #0  0x000000000075c5da in ExecInterpExpr (state=0x8480e5f20, econtext=0x848057918, isnull=0x82114b0c7) at...
[12:35:25.513] #1  0x0000000000763070 in ExecEvalExpr (state=0x848057298, econtext=0x8480a1a88, isNull=0x82114b0c7) at ....
[12:35:25.513] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[12:35:25.513] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x8480e4100, slot=slot@entry=0x8480a1a88, isnew=isnew...
[12:35:25.513] #4  0x000000000077ce15 in lookup_hash_entries (aggstate=aggstate@entry=0x847fa2650) at ../src/backend/exe...
[12:35:25.513] #5  0x000000000077a6b2 in agg_fill_hash_table (aggstate=0x847fa2650) at ../src/backend/executor/nodeAgg.c...
[12:35:25.513] #6  ExecAgg (pstate=0x847fa2650) at ../src/backend/executor/nodeAgg.c:2172
[12:35:25.513] #7  0x000000000079f5a7 in ExecProcNode (node=0x847fa2650) at ../src/include/executor/executor.h:278
[12:35:25.513] #8  ExecSort (pstate=0x847fa2440) at ../src/backend/executor/nodeSort.c:149
[12:35:25.513] #9  0x00000000007654bb in ExecProcNode (node=0x847fa2440) at ../src/include/executor/executor.h:278
core
[12:35:25.225] #0  0x000000000075c5da in ExecInterpExpr (state=0x83738df20, econtext=0x8373a0b58, isnull=0x821243307) at...
[12:35:25.225] #1  0x0000000000763070 in ExecEvalExpr (state=0x8373a04d8, econtext=0x837385578, isNull=0x821243307) at ....
[12:35:25.225] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[12:35:25.225] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83738c100, slot=slot@entry=0x837385578, isnew=isnew...
[12:35:25.225] #4  0x000000000077ce15 in lookup_hash_entries (aggstate=aggstate@entry=0x837373558) at ../src/backend/exe...
[12:35:25.225] #5  0x000000000077a6b2 in agg_fill_hash_table (aggstate=0x837373558) at ../src/backend/executor/nodeAgg.c...
[12:35:25.225] #6  ExecAgg (pstate=0x837373558) at ../src/backend/executor/nodeAgg.c:2172
[12:35:25.225] #7  0x000000000079f5a7 in ExecProcNode (node=0x837373558) at ../src/include/executor/executor.h:278
[12:35:25.225] #8  ExecSort (pstate=0x837373348) at ../src/backend/executor/nodeSort.c:149
[12:35:25.225] #9  0x00000000007654bb in ExecProcNode (node=0x837373348) at ../src/include/executor/executor.h:278
core
[12:35:24.942] #0  0x000000000075c5da in ExecInterpExpr (state=0x848e8f538, econtext=0x848e92288, isnull=0x82114b1b7) at...
[12:35:24.942] #1  0x0000000000763070 in ExecEvalExpr (state=0x848e91b18, econtext=0x8395572d0, isNull=0x82114b1b7) at ....
[12:35:24.942] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[12:35:24.942] #3  LookupTupleHashEntry (hashtable=0x848e8f398, slot=slot@entry=0x8395572d0, isnew=isnew@entry=0x82114b2...
[12:35:24.942] #4  0x000000000079ec74 in setop_fill_hash_table (setopstate=0x839556360) at ../src/backend/executor/nodeS...
[12:35:24.942] #5  ExecSetOp (pstate=0x839556360) at ../src/backend/executor/nodeSetOp.c:216
[12:35:24.942] #6  0x00000000007654bb in ExecProcNode (node=0x839556360) at ../src/include/executor/executor.h:278
[12:35:24.942] #7  ExecutePlan (estate=0x839556100, planstate=0x839556360, use_parallel_mode=<optimized out>, operation=...
[12:35:24.942] #8  standard_ExecutorRun (queryDesc=0x8393a8900, direction=ForwardScanDirection, count=0, execute_once=<o...
[12:35:24.942] #9  0x000000000093bda9 in PortalRunSelect (portal=portal@entry=0x83946f100, forward=<optimized out>, coun...
core
[12:35:24.664] #0  0x000000000075c5da in ExecInterpExpr (state=0x84703af20, econtext=0x8470502d8, isnull=0x82114b0c7) at...
[12:35:24.664] #1  0x0000000000763070 in ExecEvalExpr (state=0x84704fc58, econtext=0x8470347b8, isNull=0x82114b0c7) at ....
[12:35:24.664] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[12:35:24.664] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x847039100, slot=slot@entry=0x8470347b8, isnew=isnew...
[12:35:24.664] #4  0x000000000077ce15 in lookup_hash_entries (aggstate=aggstate@entry=0x839576558) at ../src/backend/exe...
[12:35:24.664] #5  0x000000000077a6b2 in agg_fill_hash_table (aggstate=0x839576558) at ../src/backend/executor/nodeAgg.c...
[12:35:24.664] #6  ExecAgg (pstate=0x839576558) at ../src/backend/executor/nodeAgg.c:2172
[12:35:24.664] #7  0x000000000079f5a7 in ExecProcNode (node=0x839576558) at ../src/include/executor/executor.h:278
[12:35:24.664] #8  ExecSort (pstate=0x839576348) at ../src/backend/executor/nodeSort.c:149
[12:35:24.664] #9  0x00000000007654bb in ExecProcNode (node=0x839576348) at ../src/include/executor/executor.h:278
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/matview-write-skew.out /tmp/cirrus-ci-build/build/testrun/isol...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/matview-write-skew.out	2024-10-19 12:29:44.743502000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/isolation/isolation/results/matview-write-skew.out	2024-10-19 12:32:19.959074000 ...
@@ -1,121 +1,6 @@
 Parsed test spec with 2 sessions
 
 starting permutation: s1_begin s2_begin s1_refresh s2_read s2_insert s1_commit s2_commit
-step s1_begin: BEGIN ISOLATION LEVEL SERIALIZABLE;
-step s2_begin: BEGIN ISOLATION LEVEL SERIALIZABLE;
-step s1_refresh: REFRESH MATERIALIZED VIEW CONCURRENTLY order_summary;
-step s2_read: SELECT max(date) FROM order_summary;
-       max
-----------
-04-01-2022
-(1 row)
-
-step s2_insert: INSERT INTO orders VALUES ('2022-04-02', 'orange', 15);
-step s1_commit: COMMIT;
-step s2_commit: COMMIT;
-ERROR:  could not serialize access due to read/write dependencies among transactions
...
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pageinspect/expected/brin.out /tmp/cirrus-ci-build/build/testrun/pageinspect/regre...
--- /tmp/cirrus-ci-build/contrib/pageinspect/expected/brin.out	2024-10-19 12:29:43.382598000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pageinspect/regress/results/brin.out	2024-10-19 12:32:08.656235000 +0000
@@ -161,50 +161,7 @@
 SELECT * FROM brin_page_items(get_raw_page('brin_test_parallel_idx', 2), 'brin_test_parallel_idx')
 EXCEPT
 SELECT * FROM brin_page_items(get_raw_page('brin_test_serial_idx', 2), 'brin_test_serial_idx');
- itemoffset | blknum | attnum | allnulls | hasnulls | placeholder | empty | value 
-------------+--------+--------+----------+----------+-------------+-------+-------
-(0 rows)
-
-SELECT * FROM brin_page_items(get_raw_page('brin_test_serial_idx', 2), 'brin_test_serial_idx')
-EXCEPT
-SELECT * FROM brin_page_items(get_raw_page('brin_test_parallel_idx', 2), 'brin_test_parallel_idx');
- itemoffset | blknum | attnum | allnulls | hasnulls | placeholder | empty | value 
-------------+--------+--------+----------+----------+-------------+-------+-------
-(0 rows)
-
-DROP INDEX brin_test_parallel_idx;
--- force parallel build, but don't allow starting parallel workers to force
...
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/select.out /tmp/cirrus-ci-build/build/testrun/pg_stat_...
--- /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/select.out	2024-10-19 12:29:43.391000000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_stat_statements/regress/results/select.out	2024-10-19 12:32:10.305750000 +0000
@@ -319,96 +319,7 @@
 FROM (VALUES (1, 2, 3), (4, NULL, 6), (7, 8, 9)) AS t (a, b, c)
 GROUP BY ROLLUP(a, b), rollup(a, c)
 ORDER BY a, b, c;
- a | b | c 
----+---+---
- 1 | 2 | 3
- 1 | 2 |  
- 1 | 2 |  
- 1 |   | 3
- 1 |   | 3
- 1 |   |  
- 1 |   |  
- 1 |   |  
- 4 |   | 6
- 4 |   | 6
- 4 |   | 6
...
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_trgm/expected/pg_trgm.out /tmp/cirrus-ci-build/build/testrun/pg_trgm/regress/re...
--- /tmp/cirrus-ci-build/contrib/pg_trgm/expected/pg_trgm.out	2024-10-19 12:29:43.397091000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_trgm/regress/results/pg_trgm.out	2024-10-19 12:32:12.565497000 +0000
@@ -5384,21 +5384,7 @@
 
 SELECT DISTINCT city, similarity(city, 'Warsaw'), show_limit()
   FROM restaurants WHERE city % 'Warsaw';
-  city  | similarity | show_limit 
---------+------------+------------
- Warsaw |          1 |        0.3
-(1 row)
-
-SELECT set_limit(0.5);
- set_limit 
------------
-       0.5
-(1 row)
-
-SELECT DISTINCT city, similarity(city, 'Warsaw'), show_limit()
-  FROM restaurants WHERE city % 'Warsaw';
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/type_sanity.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/00...
--- /tmp/cirrus-ci-build/src/test/regress/expected/type_sanity.out	2024-10-19 12:29:44.928810000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/type_sanity.out	2024-10-19 12:31:18.418812...
@@ -172,573 +172,7 @@
 FROM pg_type AS t1
 WHERE t1.typtype not in ('b', 'p')
 ORDER BY 1;
- typtype |   typinput    
----------+---------------
- c       | record_in
- d       | domain_in
- e       | enum_in
- m       | multirange_in
- r       | range_in
-(5 rows)
-
--- Check for bogus typoutput routines
--- As of 8.0, this check finds refcursor, which is borrowing
--- other types' I/O routines
-SELECT t1.oid, t1.typname, p1.oid, p1.proname
...
regress
diff -U3 /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out /tmp/cirrus-ci-build/build/testrun/postgres...
--- /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out	2024-10-19 12:29:43.421420000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/postgres_fdw/regress/results/postgres_fdw.out	2024-10-19 12:32:12.848986000 +0000
@@ -2329,10019 +2329,7 @@
 (20 rows)
 
 SELECT t1c1, avg(t1c1 + t2c1) FROM (SELECT t1.c1, t2.c1 FROM ft1 t1 JOIN ft2 t2 ON (t1.c1 = t2.c1) UNION SELECT t1.c1, ...
- t1c1 |         avg          
-------+----------------------
-  101 | 202.0000000000000000
-  102 | 204.0000000000000000
-  103 | 206.0000000000000000
-  104 | 208.0000000000000000
-  105 | 210.0000000000000000
-  106 | 212.0000000000000000
-  107 | 214.0000000000000000
-  108 | 216.0000000000000000
-  109 | 218.0000000000000000
-  110 | 220.0000000000000000
-(10 rows)
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/type_sanity.out /tmp/cirrus-ci-build/build/testrun/recovery/027_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/type_sanity.out	2024-10-19 12:29:44.928810000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/type_sanity.out	2024-10-19 12:31:43.8544...
@@ -172,573 +172,7 @@
 FROM pg_type AS t1
 WHERE t1.typtype not in ('b', 'p')
 ORDER BY 1;
- typtype |   typinput    
----------+---------------
- c       | record_in
- d       | domain_in
- e       | enum_in
- m       | multirange_in
- r       | range_in
-(5 rows)
-
--- Check for bogus typoutput routines
--- As of 8.0, this check finds refcursor, which is borrowing
--- other types' I/O routines
-SELECT t1.oid, t1.typname, p1.oid, p1.proname
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/type_sanity.out /tmp/cirrus-ci-build/build/testrun/regress/regre...
--- /tmp/cirrus-ci-build/src/test/regress/expected/type_sanity.out	2024-10-19 12:29:44.928810000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/type_sanity.out	2024-10-19 12:31:17.286495000 +0000
@@ -172,573 +172,7 @@
 FROM pg_type AS t1
 WHERE t1.typtype not in ('b', 'p')
 ORDER BY 1;
- typtype |   typinput    
----------+---------------
- c       | record_in
- d       | domain_in
- e       | enum_in
- m       | multirange_in
- r       | range_in
-(5 rows)
-
--- Check for bogus typoutput routines
--- As of 8.0, this check finds refcursor, which is borrowing
--- other types' I/O routines
-SELECT t1.oid, t1.typname, p1.oid, p1.proname
...
regress
diff -U3 /tmp/cirrus-ci-build/contrib/tablefunc/expected/tablefunc.out /tmp/cirrus-ci-build/build/testrun/tablefunc/regr...
--- /tmp/cirrus-ci-build/contrib/tablefunc/expected/tablefunc.out	2024-10-19 12:29:43.436174000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/tablefunc/regress/results/tablefunc.out	2024-10-19 12:32:12.659669000 +0000
@@ -239,261 +239,7 @@
   'SELECT rowid, rowdt, attribute, val FROM cth ORDER BY 1',
   'SELECT DISTINCT rowdt, attribute FROM cth ORDER BY 2')
 AS c(rowid text, rowdt timestamp, temperature int4, test_result text, test_startdate timestamp, volts float8);
-ERROR:  invalid crosstab categories query
-DETAIL:  The query must return one column.
--- if category query generates a NULL value, get expected error
-SELECT * FROM crosstab(
-  'SELECT rowid, rowdt, attribute, val FROM cth ORDER BY 1',
-  'SELECT NULL::text')
-AS c(rowid text, rowdt timestamp, temperature int4, test_result text, test_startdate timestamp, volts float8);
-ERROR:  crosstab category value must not be null
--- if source query returns zero rows, get zero rows returned
-SELECT * FROM crosstab(
-  'SELECT rowid, rowdt, attribute, val FROM cth WHERE false ORDER BY 1',
-  'SELECT DISTINCT attribute FROM cth ORDER BY 1')
-AS c(rowid text, rowdt timestamp, temperature text, test_result text, test_startdate text, volts text);
...
tap
[12:32:28.928](1.255s) not ok 7 - checking an unresolvable database pattern under --no-strict-names status (got 1 vs exp...
[12:32:28.936](0.000s) not ok 12 - checking an unresolvable database pattern (substring of existent database) stderr /(?...
[12:32:28.942](0.000s) not ok 15 - checking an unresolvable database pattern (superstring of existent database) stderr /...
[12:32:28.960](0.000s) not ok 20 - checking a database by name without amcheck installed, no other databases stderr /(?^...
[12:32:28.961](0.000s) not ok 21 - checking a database by name without amcheck installed, no other databases stderr /(?^...
[12:32:28.966](0.005s) not ok 22 - checking a database by name without amcheck installed, with other databases status (g...
[12:32:28.967](0.000s) not ok 24 - checking a database by name without amcheck installed, with other databases stderr /(...
[12:32:28.972](0.004s) not ok 25 - checking a database by pattern without amcheck installed, with other databases status...
[12:32:28.972](0.000s) not ok 27 - checking a database by pattern without amcheck installed, with other databases stderr...
[12:32:28.977](0.000s) not ok 30 - checking table pattern ".." stderr /(?^:pg_amcheck: error: no connectable databases t...
[12:32:28.982](0.000s) not ok 33 - checking table pattern ".foo.bar" stderr /(?^:pg_amcheck: error: no connectable datab...
[12:32:28.987](0.000s) not ok 36 - checking table pattern "." stderr /(?^:pg_amcheck: error: no heap tables to check mat...
[12:32:29.055](0.005s) not ok 64 - many unmatched patterns and one matched pattern under --no-strict-names status (got 1...
[12:32:29.056](0.000s) not ok 66 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[12:32:29.057](0.000s) not ok 67 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[12:32:29.057](0.000s) not ok 68 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[12:32:29.058](0.000s) not ok 69 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[12:32:29.058](0.000s) not ok 70 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[12:32:29.058](0.000s) not ok 71 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[12:32:29.059](0.000s) not ok 72 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[12:32:29.059](0.000s) not ok 73 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[12:32:29.059](0.000s) not ok 74 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[12:32:29.060](0.000s) not ok 75 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[12:32:29.060](0.000s) not ok 76 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[12:32:29.060](0.000s) not ok 77 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[12:32:29.061](0.000s) not ok 78 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[12:32:29.061](0.000s) not ok 79 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[12:32:29.061](0.000s) not ok 80 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[12:32:29.062](0.000s) not ok 81 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[12:32:29.062](0.000s) not ok 82 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
tap
[12:32:31.179](4.597s) not ok 1 - pg_amcheck prior to corruption status (got 1 vs expected 0)
[12:32:31.180](0.000s) not ok 3 - pg_amcheck prior to corruption stderr /(?^:^$)/
[12:32:31.187](0.006s) Bail out!  pg_ctl stop failed
tap
[12:32:29.635](2.847s) not ok 1 - pg_amcheck test table, prior to corruption
[12:32:29.642](0.006s) not ok 2 - pg_amcheck test table and index, prior to corruption
[12:32:29.644](0.002s) Bail out!  pg_ctl stop failed
tap
[12:32:31.735](2.575s) not ok 1 - pg_amcheck all schemas, tables and indexes reports no corruption: exit code 0
[12:32:31.735](0.000s) not ok 2 - pg_amcheck all schemas, tables and indexes reports no corruption: no stderr
tap
[12:32:41.098](1.809s) not ok 30 - run pg_createsubscriber on node S
tap
[12:32:44.323](0.821s) not ok 19 - pg_dump: option -n pg_catalog
[12:32:44.332](0.008s) not ok 20 - pg_dumpall: option --exclude-database handles database names with embedded dots
[12:32:44.337](0.000s) not ok 22 - pg_dump: option --schema rejects three-part schema names: matches
[12:32:44.342](0.000s) not ok 24 - pg_dump: option --schema rejects cross-database multipart schema names: matches
[12:32:44.347](0.000s) not ok 26 - pg_dump: option --schema rejects degenerate two-part schema name: ".": matches
[12:32:44.352](0.000s) not ok 28 - pg_dump: option --schema rejects cross-database multipart schema names with embedded ...
[12:32:44.357](0.000s) not ok 30 - pg_dump: option --schema rejects degenerate three-part schema name: "..": matches
[12:32:44.362](0.000s) not ok 32 - pg_dump: option --table rejects four-part table names: matches
[12:32:44.373](0.000s) not ok 34 - pg_dump: option --table rejects cross-database three part table names: matches
[12:32:44.386](0.000s) not ok 36 - pg_dump: option --table rejects cross-database three part table names with embedded d...
[12:32:44.392](0.005s) not ok 37 - binary_upgrade: pg_dump runs
[12:32:44.397](0.004s) not ok 38 - binary_upgrade: pg_restore runs
tap
[12:31:21.155](6.940s) not ok 5 - regression tests pass
[12:31:23.338](2.178s) not ok 6 - dump before running pg_upgrade
tap
[12:33:11.791](1.568s) not ok 192 - psql seeded_random count ok
[12:33:11.791](0.000s) not ok 193 - psql seeded_random count stderr is empty
[12:33:11.792](0.000s) not ok 194 - psql seeded_random count uniform
[12:33:11.794](0.000s) not ok 195 - psql seeded_random count exponential
[12:33:11.794](0.000s) not ok 196 - psql seeded_random count gaussian
[12:33:11.795](0.000s) not ok 197 - psql seeded_random count zipfian
tap
[12:31:46.367](6.059s) not ok 2 - regression tests pass
test
[12:34:16.546]   7/311 postgresql:pg_upgrade / pg_upgrade/004_subscription                             ERROR            ...
[12:34:16.546]   9/311 postgresql:pg_upgrade / pg_upgrade/003_logical_slots                            ERROR            ...
[12:34:16.546]  12/311 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[12:34:16.546]   5/311 postgresql:regress / regress/regress                                            ERROR            ...
[12:34:16.546]  36/311 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[12:34:16.546]  43/311 postgresql:recovery / recovery/038_save_logical_slots_shutdown                  ERROR            ...
[12:34:16.546]  44/311 postgresql:recovery / recovery/035_standby_logical_decoding                     ERROR            ...
[12:34:16.546]  47/311 postgresql:recovery / recovery/040_standby_failover_slots_sync                  ERROR            ...
[12:34:16.546]  88/311 postgresql:pageinspect / pageinspect/regress                                    ERROR            ...
[12:34:16.546]  92/311 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
[12:34:16.546]  94/311 postgresql:pg_trgm / pg_trgm/regress                                            ERROR            ...
[12:34:16.546]  97/311 postgresql:postgres_fdw / postgres_fdw/regress                                  ERROR            ...
[12:34:16.546] 116/311 postgresql:isolation / isolation/isolation                                      ERROR            ...
[12:34:16.546] 140/311 postgresql:pg_amcheck / pg_amcheck/002_nonesuch                                 ERROR            ...
[12:34:16.546] 143/311 postgresql:pg_amcheck / pg_amcheck/004_verify_heapam                            ERROR            ...
[12:34:16.546] 145/311 postgresql:pg_amcheck / pg_amcheck/003_check                                    ERROR            ...
[12:34:16.546] 147/311 postgresql:pg_amcheck / pg_amcheck/005_opclass_damage                           ERROR            ...
[12:34:16.546] 162/311 postgresql:pg_basebackup / pg_basebackup/040_pg_createsubscriber                ERROR            ...
[12:34:16.546] 172/311 postgresql:pg_dump / pg_dump/002_pg_dump                                        ERROR            ...
[12:34:16.546] 227/311 postgresql:pgbench / pgbench/001_pgbench_with_server                            ERROR            ...
[12:34:16.546] 244/311 postgresql:subscription / subscription/002_types                                ERROR            ...
[12:34:16.546] 245/311 postgresql:subscription / subscription/003_constraints                          ERROR            ...
[12:34:16.546] 246/311 postgresql:subscription / subscription/004_sync                                 ERROR            ...
[12:34:16.546] 247/311 postgresql:subscription / subscription/001_rep_changes                          ERROR            ...
[12:34:16.546] 248/311 postgresql:subscription / subscription/005_encoding                             ERROR            ...
[12:34:16.546] 249/311 postgresql:subscription / subscription/006_rewrite                              ERROR            ...
[12:34:16.546] 250/311 postgresql:subscription / subscription/007_ddl                                  ERROR            ...
[12:34:16.546] 251/311 postgresql:subscription / subscription/010_truncate                             ERROR            ...
[12:34:16.546] 252/311 postgresql:subscription / subscription/008_diff_schema                          ERROR            ...
[12:34:16.546] 253/311 postgresql:subscription / subscription/011_generated                            ERROR            ...
[12:34:16.546] 255/311 postgresql:subscription / subscription/012_collation                            ERROR            ...
[12:34:16.546] 256/311 postgresql:subscription / subscription/015_stream                               ERROR            ...
[12:34:16.546] 257/311 postgresql:subscription / subscription/014_binary                               ERROR            ...
[12:34:16.546] 258/311 postgresql:subscription / subscription/016_stream_subxact                       ERROR            ...
[12:34:16.546] 259/311 postgresql:subscription / subscription/017_stream_ddl                           ERROR            ...
[12:34:16.546] 260/311 postgresql:subscription / subscription/018_stream_subxact_abort                 ERROR            ...
[12:34:16.546] 261/311 postgresql:subscription / subscription/013_partition                            ERROR            ...
[12:34:16.546] 262/311 postgresql:subscription / subscription/019_stream_subxact_ddl_abort             ERROR            ...
[12:34:16.546] 263/311 postgresql:subscription / subscription/021_twophase                             ERROR            ...
[12:34:16.546] 264/311 postgresql:subscription / subscription/020_messages                             ERROR            ...
[12:34:16.546] 265/311 postgresql:subscription / subscription/023_twophase_stream                      ERROR            ...
[12:34:16.546] 266/311 postgresql:subscription / subscription/022_twophase_cascade                     ERROR            ...
[12:34:16.546] 267/311 postgresql:subscription / subscription/024_add_drop_pub                         ERROR            ...
[12:34:16.546] 268/311 postgresql:subscription / subscription/025_rep_changes_for_schema               ERROR            ...
[12:34:16.546] 269/311 postgresql:subscription / subscription/026_stats                                ERROR            ...
[12:34:16.546] 270/311 postgresql:subscription / subscription/028_row_filter                           ERROR            ...
[12:34:16.546] 271/311 postgresql:subscription / subscription/027_nosuperuser                          ERROR            ...
[12:34:16.546] 272/311 postgresql:subscription / subscription/029_on_error                             ERROR            ...
[12:34:16.546] 273/311 postgresql:subscription / subscription/030_origin                               ERROR            ...
[12:34:16.546] 274/311 postgresql:subscription / subscription/031_column_list                          ERROR            ...
[12:34:16.546] 275/311 postgresql:subscription / subscription/032_subscribe_use_index                  ERROR            ...
[12:34:16.546] 277/311 postgresql:subscription / subscription/033_run_as_table_owner                   ERROR            ...
[12:34:16.546] 278/311 postgresql:subscription / subscription/100_bugs                                 ERROR            ...
[12:34:16.546] 311/311 postgresql:tablefunc / tablefunc/regress                                        ERROR           1...
Linux - Debian Bookworm - Autoconf
core
[12:35:12.481] #0  0x00007f3f500abe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:35:12.481] #1  0x00007f3f5005cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:35:12.481] #2  0x00007f3f50047472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:35:12.481] #3  0x00007f3f512d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[12:35:12.481] #4  0x00007f3f512e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[12:35:12.481] #5  0x00007f3f512c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7f3f4fa2ef4e, __in_ch...
[12:35:12.481] #6  0x00007f3f512be6ae in __asan::ReportDeadlySignal (sig=...) at ../../../../src/libsanitizer/asan/asan_...
[12:35:12.481] #7  0x00007f3f512bd462 in __asan::AsanOnDeadlySignal (signo=<optimized out>, siginfo=0x7f3f4fa2fbf0, cont...
[12:35:12.481] #8  <signal handler called>
[12:35:12.481] #9  0x00005556d81a7974 in ExecInterpExpr (state=0x6250000c5020, econtext=0x6290000489d8, isnull=0x7ffcb69...
core
[12:35:09.971] #0  0x00007fd6f1aabe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:35:09.971] #1  0x00007fd6f1a5cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:35:09.971] #2  0x00007fd6f1a47472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:35:09.971] #3  0x00007fd6f2cd650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[12:35:09.971] #4  0x00007fd6f2ce2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[12:35:09.971] #5  0x00007fd6f2cc1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7fd6f143ef4e, __in_ch...
[12:35:09.971] #6  0x00007fd6f2cbe6ae in __asan::ReportDeadlySignal (sig=...) at ../../../../src/libsanitizer/asan/asan_...
[12:35:09.971] #7  0x00007fd6f2cbd462 in __asan::AsanOnDeadlySignal (signo=<optimized out>, siginfo=0x7fd6f143fbf0, cont...
[12:35:09.971] #8  <signal handler called>
[12:35:09.971] #9  0x0000562544eae974 in ExecInterpExpr (state=0x625000090820, econtext=0x62900012e9d8, isnull=0x7ffecf4...
core
[12:35:14.866] #0  0x00007f22064abe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:35:14.866] #1  0x00007f220645cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:35:14.866] #2  0x00007f2206447472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:35:14.866] #3  0x00007f22076d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[12:35:14.866] #4  0x00007f22076e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[12:35:14.866] #5  0x00007f22076c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7f220624bf4e, __in_ch...
[12:35:14.866] #6  0x00007f22076be6ae in __asan::ReportDeadlySignal (sig=...) at ../../../../src/libsanitizer/asan/asan_...
[12:35:14.866] #7  0x00007f22076bd462 in __asan::AsanOnDeadlySignal (signo=<optimized out>, siginfo=0x7f220624cbf0, cont...
[12:35:14.866] #8  <signal handler called>
[12:35:14.866] #9  0x000055c4aac6a974 in ExecInterpExpr (state=0x625000093e00, econtext=0x625000094a60, isnull=0x7fffbf8...
core
[12:35:14.346] #0  0x00007f24944abe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:35:14.346] #1  0x00007f249445cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:35:14.346] #2  0x00007f2494447472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:35:14.346] #3  0x00007f24954d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[12:35:14.346] #4  0x00007f24954e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[12:35:14.346] #5  0x00007f24954c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7f2493bf6f4e, __in_ch...
[12:35:14.346] #6  0x00007f24954be6ae in __asan::ReportDeadlySignal (sig=...) at ../../../../src/libsanitizer/asan/asan_...
[12:35:14.346] #7  0x00007f24954bd462 in __asan::AsanOnDeadlySignal (signo=<optimized out>, siginfo=0x7f2493bf7bf0, cont...
[12:35:14.346] #8  <signal handler called>
[12:35:14.346] #9  0x000055c1b38ea974 in ExecInterpExpr (state=0x6250000cc010, econtext=0x6250000d0a08, isnull=0x7ffccce...
core
[12:35:13.114] #0  0x00007fb6c48abe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:35:13.114] #1  0x00007fb6c485cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:35:13.114] #2  0x00007fb6c4847472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:35:13.114] #3  0x00007fb6c5ad650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[12:35:13.114] #4  0x00007fb6c5ae2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[12:35:13.114] #5  0x00007fb6c5ac1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7fb6c1c31f4e, __in_ch...
[12:35:13.114] #6  0x00007fb6c5abe6ae in __asan::ReportDeadlySignal (sig=...) at ../../../../src/libsanitizer/asan/asan_...
[12:35:13.114] #7  0x00007fb6c5abd462 in __asan::AsanOnDeadlySignal (signo=<optimized out>, siginfo=0x7fb6c1c32bf0, cont...
[12:35:13.114] #8  <signal handler called>
[12:35:13.114] #9  0x000056392d99a974 in ExecInterpExpr (state=0x6250000c9810, econtext=0x6250000cba08, isnull=0x7ffc287...
core
[12:35:09.341] #0  0x00007f869a0abe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:35:09.341] #1  0x00007f869a05cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:35:09.341] #2  0x00007f869a047472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:35:09.341] #3  0x00007f869b2d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[12:35:09.341] #4  0x00007f869b2e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[12:35:09.341] #5  0x00007f869b2c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7f8699a23f4e, __in_ch...
[12:35:09.341] #6  0x00007f869b2be6ae in __asan::ReportDeadlySignal (sig=...) at ../../../../src/libsanitizer/asan/asan_...
[12:35:09.341] #7  0x00007f869b2bd462 in __asan::AsanOnDeadlySignal (signo=<optimized out>, siginfo=0x7f8699a24bf0, cont...
[12:35:09.341] #8  <signal handler called>
[12:35:09.341] #9  0x000055cd1e2fc974 in ExecInterpExpr (state=0x6250000c9810, econtext=0x6250000cba08, isnull=0x7ffffe1...
core
[12:35:16.110] #0  0x00007fb6c48abe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:35:16.110] #1  0x00007fb6c485cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:35:16.110] #2  0x00007fb6c4847472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:35:16.110] #3  0x00007fb6c5ad650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[12:35:16.110] #4  0x00007fb6c5ae2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[12:35:16.110] #5  0x00007fb6c5ac1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7fb6c1c31f4e, __in_ch...
[12:35:16.110] #6  0x00007fb6c5abe6ae in __asan::ReportDeadlySignal (sig=...) at ../../../../src/libsanitizer/asan/asan_...
[12:35:16.110] #7  0x00007fb6c5abd462 in __asan::AsanOnDeadlySignal (signo=<optimized out>, siginfo=0x7fb6c1c32bf0, cont...
[12:35:16.110] #8  <signal handler called>
[12:35:16.110] #9  0x000056392d99a974 in ExecInterpExpr (state=0x6250000c9810, econtext=0x6250000cba08, isnull=0x7ffc287...
core
[12:35:16.748] #0  0x00007fe05a0abe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:35:16.748] #1  0x00007fe05a05cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:35:16.748] #2  0x00007fe05a047472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:35:16.748] #3  0x00007fe05b0d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[12:35:16.748] #4  0x00007fe05b0e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[12:35:16.748] #5  0x00007fe05b0c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7fe059a22f4e, __in_ch...
[12:35:16.748] #6  0x00007fe05b0be6ae in __asan::ReportDeadlySignal (sig=...) at ../../../../src/libsanitizer/asan/asan_...
[12:35:16.748] #7  0x00007fe05b0bd462 in __asan::AsanOnDeadlySignal (signo=<optimized out>, siginfo=0x7fe059a23bf0, cont...
[12:35:16.748] #8  <signal handler called>
[12:35:16.748] #9  0x0000556ab4bee974 in ExecInterpExpr (state=0x6250000c9810, econtext=0x6250000cba08, isnull=0x7ffe39e...
core
[12:35:17.370] #0  0x00007fd7778abe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:35:17.370] #1  0x00007fd77785cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:35:17.370] #2  0x00007fd777847472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:35:17.370] #3  0x00007fd778ad650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[12:35:17.370] #4  0x00007fd778ae2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[12:35:17.370] #5  0x00007fd778ac1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7fd777623f4e, __in_ch...
[12:35:17.370] #6  0x00007fd778abe6ae in __asan::ReportDeadlySignal (sig=...) at ../../../../src/libsanitizer/asan/asan_...
[12:35:17.370] #7  0x00007fd778abd462 in __asan::AsanOnDeadlySignal (signo=<optimized out>, siginfo=0x7fd777624bf0, cont...
[12:35:17.370] #8  <signal handler called>
[12:35:17.370] #9  0x000055c34a669974 in ExecInterpExpr (state=0x62500009c810, econtext=0x6250000a1208, isnull=0x7ffd559...
core
[12:35:15.480] #0  0x00007fe05a0abe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:35:15.480] #1  0x00007fe05a05cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:35:15.480] #2  0x00007fe05a047472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:35:15.480] #3  0x00007fe05b0d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[12:35:15.480] #4  0x00007fe05b0e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[12:35:15.480] #5  0x00007fe05b0c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7fe059a22f4e, __in_ch...
[12:35:15.480] #6  0x00007fe05b0be6ae in __asan::ReportDeadlySignal (sig=...) at ../../../../src/libsanitizer/asan/asan_...
[12:35:15.480] #7  0x00007fe05b0bd462 in __asan::AsanOnDeadlySignal (signo=<optimized out>, siginfo=0x7fe059a23bf0, cont...
[12:35:15.480] #8  <signal handler called>
[12:35:15.480] #9  0x0000556ab4bee974 in ExecInterpExpr (state=0x6250000cc010, econtext=0x6250000d0a08, isnull=0x7ffe39e...
core
[12:35:11.220] #0  0x00007f778e6abe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:35:11.220] #1  0x00007f778e65cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:35:11.220] #2  0x00007f778e647472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:35:11.220] #3  0x00007f778f8d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[12:35:11.220] #4  0x00007f778f8e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[12:35:11.220] #5  0x00007f778f8c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7f778e025f4e, __in_ch...
[12:35:11.220] #6  0x00007f778f8be6ae in __asan::ReportDeadlySignal (sig=...) at ../../../../src/libsanitizer/asan/asan_...
[12:35:11.220] #7  0x00007f778f8bd462 in __asan::AsanOnDeadlySignal (signo=<optimized out>, siginfo=0x7f778e026bf0, cont...
[12:35:11.220] #8  <signal handler called>
[12:35:11.220] #9  0x0000563323eac974 in ExecInterpExpr (state=0x6250000dd810, econtext=0x6250000dfa08, isnull=0x7ffd34f...
core
[12:35:10.594] #0  0x00007f24944abe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:35:10.594] #1  0x00007f249445cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:35:10.594] #2  0x00007f2494447472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:35:10.594] #3  0x00007f24954d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[12:35:10.594] #4  0x00007f24954e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[12:35:10.594] #5  0x00007f24954c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7f2493bf6f4e, __in_ch...
[12:35:10.594] #6  0x00007f24954be6ae in __asan::ReportDeadlySignal (sig=...) at ../../../../src/libsanitizer/asan/asan_...
[12:35:10.594] #7  0x00007f24954bd462 in __asan::AsanOnDeadlySignal (signo=<optimized out>, siginfo=0x7f2493bf7bf0, cont...
[12:35:10.594] #8  <signal handler called>
[12:35:10.594] #9  0x000055c1b38ea974 in ExecInterpExpr (state=0x6250000c9810, econtext=0x6250000cba08, isnull=0x7ffccce...
core
[12:35:08.711] #0  0x00007f6ba0eabe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:35:08.711] #1  0x00007f6ba0e5cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:35:08.711] #2  0x00007f6ba0e47472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:35:08.711] #3  0x00007f6ba20d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[12:35:08.711] #4  0x00007f6ba20e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[12:35:08.711] #5  0x00007f6ba20c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7f6ba082cf4e, __in_ch...
[12:35:08.711] #6  0x00007f6ba20be6ae in __asan::ReportDeadlySignal (sig=...) at ../../../../src/libsanitizer/asan/asan_...
[12:35:08.711] #7  0x00007f6ba20bd462 in __asan::AsanOnDeadlySignal (signo=<optimized out>, siginfo=0x7f6ba082dbf0, cont...
[12:35:08.711] #8  <signal handler called>
[12:35:08.711] #9  0x0000555605b2b974 in ExecInterpExpr (state=0x6290001dec60, econtext=0x62d00011b168, isnull=0x7ffdbb4...
core
[12:35:13.732] #0  0x00007f778e6abe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:35:13.732] #1  0x00007f778e65cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:35:13.732] #2  0x00007f778e647472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:35:13.732] #3  0x00007f778f8d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[12:35:13.732] #4  0x00007f778f8e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[12:35:13.732] #5  0x00007f778f8c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7f778e025f4e, __in_ch...
[12:35:13.732] #6  0x00007f778f8be6ae in __asan::ReportDeadlySignal (sig=...) at ../../../../src/libsanitizer/asan/asan_...
[12:35:13.732] #7  0x00007f778f8bd462 in __asan::AsanOnDeadlySignal (signo=<optimized out>, siginfo=0x7f778e026bf0, cont...
[12:35:13.732] #8  <signal handler called>
[12:35:13.732] #9  0x0000563323eac974 in ExecInterpExpr (state=0x6250000dd810, econtext=0x6250000dfa08, isnull=0x7ffd34f...
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pageinspect/expected/brin.out /tmp/cirrus-ci-build/contrib/pageinspect/results/bri...
--- /tmp/cirrus-ci-build/contrib/pageinspect/expected/brin.out	2024-10-19 12:29:43.136306606 +0000
+++ /tmp/cirrus-ci-build/contrib/pageinspect/results/brin.out	2024-10-19 12:34:36.068697338 +0000
@@ -161,50 +161,7 @@
 SELECT * FROM brin_page_items(get_raw_page('brin_test_parallel_idx', 2), 'brin_test_parallel_idx')
 EXCEPT
 SELECT * FROM brin_page_items(get_raw_page('brin_test_serial_idx', 2), 'brin_test_serial_idx');
- itemoffset | blknum | attnum | allnulls | hasnulls | placeholder | empty | value 
-------------+--------+--------+----------+----------+-------------+-------+-------
-(0 rows)
-
-SELECT * FROM brin_page_items(get_raw_page('brin_test_serial_idx', 2), 'brin_test_serial_idx')
-EXCEPT
-SELECT * FROM brin_page_items(get_raw_page('brin_test_parallel_idx', 2), 'brin_test_parallel_idx');
- itemoffset | blknum | attnum | allnulls | hasnulls | placeholder | empty | value 
-------------+--------+--------+----------+----------+-------------+-------+-------
-(0 rows)
-
-DROP INDEX brin_test_parallel_idx;
--- force parallel build, but don't allow starting parallel workers to force
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/matview-write-skew.out /tmp/cirrus-ci-build/src/test/isolation...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/matview-write-skew.out	2024-10-19 12:29:44.773982284 +0000
+++ /tmp/cirrus-ci-build/src/test/isolation/output_iso/results/matview-write-skew.out	2024-10-19 12:34:36.644698925 +000...
@@ -1,121 +1,6 @@
 Parsed test spec with 2 sessions
 
 starting permutation: s1_begin s2_begin s1_refresh s2_read s2_insert s1_commit s2_commit
-step s1_begin: BEGIN ISOLATION LEVEL SERIALIZABLE;
-step s2_begin: BEGIN ISOLATION LEVEL SERIALIZABLE;
-step s1_refresh: REFRESH MATERIALIZED VIEW CONCURRENTLY order_summary;
-step s2_read: SELECT max(date) FROM order_summary;
-       max
-----------
-04-01-2022
-(1 row)
-
-step s2_insert: INSERT INTO orders VALUES ('2022-04-02', 'orange', 15);
-step s1_commit: COMMIT;
-step s2_commit: COMMIT;
-ERROR:  could not serialize access due to read/write dependencies among transactions
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/type_sanity.out /tmp/cirrus-ci-build/src/test/regress/results/ty...
--- /tmp/cirrus-ci-build/src/test/regress/expected/type_sanity.out	2024-10-19 12:29:45.002720125 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/type_sanity.out	2024-10-19 12:33:18.477595993 +0000
@@ -172,573 +172,7 @@
 FROM pg_type AS t1
 WHERE t1.typtype not in ('b', 'p')
 ORDER BY 1;
- typtype |   typinput    
----------+---------------
- c       | record_in
- d       | domain_in
- e       | enum_in
- m       | multirange_in
- r       | range_in
-(5 rows)
-
--- Check for bogus typoutput routines
--- As of 8.0, this check finds refcursor, which is borrowing
--- other types' I/O routines
-SELECT t1.oid, t1.typname, p1.oid, p1.proname
...
sanitizer
SUMMARY: AddressSanitizer: SEGV /tmp/cirrus-ci-build/src/backend/executor/execExprInterp.c:1605 in ExecInterpExpr
sanitizer
SUMMARY: AddressSanitizer: SEGV /tmp/cirrus-ci-build/src/backend/executor/execExprInterp.c:1605 in ExecInterpExpr
sanitizer
SUMMARY: AddressSanitizer: SEGV /tmp/cirrus-ci-build/src/backend/executor/execExprInterp.c:1605 in ExecInterpExpr
sanitizer
SUMMARY: AddressSanitizer: SEGV /tmp/cirrus-ci-build/src/backend/executor/execExprInterp.c:1605 in ExecInterpExpr
sanitizer
SUMMARY: AddressSanitizer: SEGV /tmp/cirrus-ci-build/src/backend/executor/execExprInterp.c:1605 in ExecInterpExpr
sanitizer
SUMMARY: AddressSanitizer: SEGV /tmp/cirrus-ci-build/src/backend/executor/execExprInterp.c:1605 in ExecInterpExpr
sanitizer
SUMMARY: AddressSanitizer: SEGV /tmp/cirrus-ci-build/src/backend/executor/execExprInterp.c:1605 in ExecInterpExpr
sanitizer
SUMMARY: AddressSanitizer: SEGV /tmp/cirrus-ci-build/src/backend/executor/execExprInterp.c:1605 in ExecInterpExpr
sanitizer
SUMMARY: AddressSanitizer: SEGV /tmp/cirrus-ci-build/src/backend/executor/execExprInterp.c:1605 in ExecInterpExpr
sanitizer
SUMMARY: AddressSanitizer: SEGV /tmp/cirrus-ci-build/src/backend/executor/execExprInterp.c:1605 in ExecInterpExpr
sanitizer
SUMMARY: AddressSanitizer: SEGV /tmp/cirrus-ci-build/src/backend/executor/execExprInterp.c:1605 in ExecInterpExpr
sanitizer
SUMMARY: AddressSanitizer: SEGV /tmp/cirrus-ci-build/src/backend/executor/execExprInterp.c:1605 in ExecInterpExpr
sanitizer
SUMMARY: AddressSanitizer: SEGV /tmp/cirrus-ci-build/src/backend/executor/execExprInterp.c:1605 in ExecInterpExpr
sanitizer
SUMMARY: AddressSanitizer: SEGV /tmp/cirrus-ci-build/src/backend/executor/execExprInterp.c:1605 in ExecInterpExpr
tap
[12:33:33.213](0.923s) not ok 7 - checking an unresolvable database pattern under --no-strict-names status (got 1 vs exp...
[12:33:34.541](1.017s) not ok 22 - checking a database by name without amcheck installed, with other databases status (g...
[12:33:34.542](0.000s) not ok 24 - checking a database by name without amcheck installed, with other databases stderr /(...
[12:33:34.601](0.060s) not ok 25 - checking a database by pattern without amcheck installed, with other databases status...
[12:33:34.602](0.000s) not ok 27 - checking a database by pattern without amcheck installed, with other databases stderr...
[12:33:34.680](0.000s) not ok 30 - checking table pattern ".." stderr /(?^:pg_amcheck: error: no connectable databases t...
[12:33:34.749](0.000s) not ok 33 - checking table pattern ".foo.bar" stderr /(?^:pg_amcheck: error: no connectable datab...
[12:33:34.811](0.000s) not ok 36 - checking table pattern "." stderr /(?^:pg_amcheck: error: no heap tables to check mat...
[12:33:35.159](0.066s) not ok 64 - many unmatched patterns and one matched pattern under --no-strict-names status (got 1...
[12:33:35.160](0.000s) not ok 66 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[12:33:35.160](0.000s) not ok 67 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[12:33:35.161](0.000s) not ok 68 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[12:33:35.161](0.000s) not ok 69 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[12:33:35.161](0.000s) not ok 70 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[12:33:35.162](0.000s) not ok 71 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[12:33:35.162](0.000s) not ok 72 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[12:33:35.162](0.000s) not ok 73 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[12:33:35.163](0.000s) not ok 74 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[12:33:35.163](0.000s) not ok 75 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[12:33:35.163](0.000s) not ok 76 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[12:33:35.164](0.000s) not ok 77 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[12:33:35.164](0.000s) not ok 78 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[12:33:35.165](0.000s) not ok 79 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[12:33:35.166](0.000s) not ok 80 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[12:33:35.166](0.000s) not ok 81 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[12:33:35.167](0.000s) not ok 82 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
tap
[12:33:46.216](10.599s) not ok 1 - pg_amcheck prior to corruption status (got 1 vs expected 0)
[12:33:46.217](0.000s) not ok 3 - pg_amcheck prior to corruption stderr /(?^:^$)/
[12:33:48.553](2.336s) not ok 4 - pg_amcheck all schemas, tables and indexes in database db1 status (got 1 vs expected 2...
[12:33:48.554](0.000s) not ok 5 - pg_amcheck all schemas, tables and indexes in database db1 stdout /(?^:index ".*" lack...
[12:33:48.554](0.000s) not ok 6 - pg_amcheck all schemas, tables and indexes in database db1 stdout /(?^:line pointer)/
[12:33:48.555](0.000s) not ok 7 - pg_amcheck all schemas, tables and indexes in database db1 stdout /(?^:could not open ...
[12:33:48.555](0.000s) not ok 8 - pg_amcheck all schemas, tables and indexes in database db1 stderr /(?^:^$)/
[12:33:49.279](0.724s) not ok 9 - pg_amcheck all schemas, tables and indexes in databases db1, db2, and db3 status (got ...
[12:33:49.280](0.000s) not ok 10 - pg_amcheck all schemas, tables and indexes in databases db1, db2, and db3 stdout /(?^...
[12:33:49.280](0.001s) not ok 11 - pg_amcheck all schemas, tables and indexes in databases db1, db2, and db3 stdout /(?^...
[12:33:49.281](0.000s) not ok 12 - pg_amcheck all schemas, tables and indexes in databases db1, db2, and db3 stdout /(?^...
[12:33:49.281](0.000s) not ok 13 - pg_amcheck all schemas, tables and indexes in databases db1, db2, and db3 stderr /(?^...
[12:33:49.353](0.072s) not ok 14 - pg_amcheck index s1.t1_btree reports missing main relation fork status (got 1 vs expe...
[12:33:49.354](0.000s) not ok 15 - pg_amcheck index s1.t1_btree reports missing main relation fork stdout /(?^:index ".*...
[12:33:49.354](0.000s) not ok 16 - pg_amcheck index s1.t1_btree reports missing main relation fork stderr /(?^:pg_amchec...
[12:33:49.411](0.057s) not ok 17 - pg_amcheck index s1.s2 reports index corruption status (got 1 vs expected 2)
[12:33:49.412](0.001s) not ok 18 - pg_amcheck index s1.s2 reports index corruption stdout /(?^:.+)/
[12:33:49.413](0.000s) not ok 19 - pg_amcheck index s1.s2 reports index corruption stderr /(?^:^$)/
[12:33:49.436](0.023s) not ok 20 - pg_amcheck of db1.s1 excluding indexes status (got 1 vs expected 0)
[12:33:49.437](0.000s) not ok 22 - pg_amcheck of db1.s1 excluding indexes stderr /(?^:^$)/
[12:33:49.505](0.068s) not ok 23 - pg_amcheck of db2.s1 excluding indexes status (got 1 vs expected 2)
[12:33:49.505](0.000s) not ok 24 - pg_amcheck of db2.s1 excluding indexes stdout /(?^:could not open file ".*": No such ...
[12:33:49.506](0.000s) not ok 25 - pg_amcheck of db2.s1 excluding indexes stderr /(?^:^$)/
[12:33:49.550](0.045s) not ok 26 - pg_amcheck schema s3 reports table and index errors status (got 1 vs expected 2)
[12:33:49.551](0.000s) not ok 27 - pg_amcheck schema s3 reports table and index errors stdout /(?^:index ".*" lacks a ma...
[12:33:49.551](0.000s) not ok 28 - pg_amcheck schema s3 reports table and index errors stdout /(?^:line pointer)/
[12:33:49.552](0.000s) not ok 29 - pg_amcheck schema s3 reports table and index errors stdout /(?^:could not open file "...
[12:33:49.552](0.000s) not ok 30 - pg_amcheck schema s3 reports table and index errors stderr /(?^:^$)/
[12:33:49.611](0.058s) not ok 31 - pg_amcheck in schema s4 reports toast corruption status (got 1 vs expected 2)
[12:33:49.611](0.000s) not ok 32 - pg_amcheck in schema s4 reports toast corruption stdout /(?^:could not open file ".*"...
[12:33:49.611](0.000s) not ok 33 - pg_amcheck in schema s4 reports toast corruption stderr /(?^:^$)/
[12:33:49.679](0.067s) not ok 34 - pg_amcheck in schema s4 excluding toast reports no corruption status (got 1 vs expect...
[12:33:49.680](0.000s) not ok 36 - pg_amcheck in schema s4 excluding toast reports no corruption stderr /(?^:^$)/
[12:33:49.800](0.120s) not ok 37 - pg_amcheck over schema s5 reports no corruption status (got 1 vs expected 0)
[12:33:49.801](0.000s) not ok 39 - pg_amcheck over schema s5 reports no corruption stderr /(?^:^$)/
[12:33:49.849](0.048s) not ok 40 - pg_amcheck over schema s1 with corrupt indexes excluded reports no corruption status ...
[12:33:49.850](0.000s) not ok 42 - pg_amcheck over schema s1 with corrupt indexes excluded reports no corruption stderr ...
[12:33:49.946](0.095s) not ok 43 - pg_amcheck over schema s1 with all indexes excluded reports no corruption status (got...
[12:33:49.947](0.000s) not ok 45 - pg_amcheck over schema s1 with all indexes excluded reports no corruption stderr /(?^...
[12:33:49.995](0.048s) not ok 46 - pg_amcheck over schema s2 with corrupt tables excluded reports no corruption status (...
[12:33:49.996](0.000s) not ok 48 - pg_amcheck over schema s2 with corrupt tables excluded reports no corruption stderr /...
[12:33:50.173](0.052s) not ok 55 - pg_amcheck smoke test --parent-check status (got 1 vs expected 2)
[12:33:50.173](0.000s) not ok 56 - pg_amcheck smoke test --parent-check stdout /(?^:index ".*" lacks a main relation for...
[12:33:50.174](0.000s) not ok 57 - pg_amcheck smoke test --parent-check stderr /(?^:^$)/
[12:33:50.219](0.046s) not ok 58 - pg_amcheck smoke test --heapallindexed --rootdescend status (got 1 vs expected 2)
[12:33:50.220](0.000s) not ok 59 - pg_amcheck smoke test --heapallindexed --rootdescend stdout /(?^:index ".*" lacks a m...
[12:33:50.221](0.000s) not ok 60 - pg_amcheck smoke test --heapallindexed --rootdescend stderr /(?^:^$)/
[12:33:50.274](0.053s) not ok 61 - pg_amcheck excluding all corrupt schemas status (got 1 vs expected 0)
[12:33:50.274](0.000s) not ok 63 - pg_amcheck excluding all corrupt schemas stderr /(?^:^$)/
[12:33:50.355](0.081s) not ok 64 - pg_amcheck smoke test --parent-check --checkunique status (got 1 vs expected 2)
[12:33:50.356](0.000s) not ok 65 - pg_amcheck smoke test --parent-check --checkunique stdout /(?^:index ".*" lacks a mai...
[12:33:50.357](0.000s) not ok 66 - pg_amcheck smoke test --parent-check --checkunique stderr /(?^:^$)/
[12:33:50.406](0.049s) not ok 67 - pg_amcheck smoke test --heapallindexed --rootdescend --checkunique status (got 1 vs e...
[12:33:50.406](0.000s) not ok 68 - pg_amcheck smoke test --heapallindexed --rootdescend --checkunique stdout /(?^:index ...
[12:33:50.407](0.000s) not ok 69 - pg_amcheck smoke test --heapallindexed --rootdescend --checkunique stderr /(?^:^$)/
[12:33:50.455](0.048s) not ok 70 - pg_amcheck excluding all corrupt schemas with --checkunique option status (got 1 vs e...
[12:33:50.456](0.000s) not ok 72 - pg_amcheck excluding all corrupt schemas with --checkunique option stderr /(?^:^$)/
tap
[12:33:58.353](7.546s) not ok 1 - pg_amcheck test table, prior to corruption
[12:33:59.314](0.961s) not ok 2 - pg_amcheck test table and index, prior to corruption
[12:34:01.173](1.859s) not ok 3 - Expected corruption message output status (got 1 vs expected 2)
[12:34:01.174](0.000s) not ok 4 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.tes...
[12:34:01.174](0.000s) not ok 5 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.tes...
[12:34:01.175](0.000s) not ok 6 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.tes...
[12:34:01.175](0.000s) not ok 7 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.tes...
[12:34:01.175](0.000s) not ok 8 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.tes...
[12:34:01.176](0.000s) not ok 9 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.tes...
[12:34:01.176](0.000s) not ok 10 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[12:34:01.177](0.000s) not ok 11 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[12:34:01.177](0.000s) not ok 12 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[12:34:01.178](0.000s) not ok 13 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[12:34:01.178](0.000s) not ok 14 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[12:34:01.179](0.000s) not ok 15 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[12:34:01.179](0.000s) not ok 16 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[12:34:01.180](0.000s) not ok 17 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[12:34:01.180](0.000s) not ok 18 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[12:34:01.181](0.000s) not ok 19 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[12:34:01.181](0.000s) not ok 20 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[12:34:01.182](0.000s) not ok 21 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[12:34:01.182](0.000s) not ok 22 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[12:34:01.183](0.000s) not ok 23 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[12:34:01.183](0.000s) not ok 24 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[12:34:01.184](0.000s) not ok 25 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[12:34:01.185](0.000s) not ok 26 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[12:34:01.185](0.000s) not ok 27 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[12:34:01.186](0.000s) not ok 28 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[12:34:01.186](0.000s) not ok 29 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[12:34:01.186](0.000s) not ok 30 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[12:34:01.189](0.000s) not ok 31 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[12:34:01.189](0.000s) not ok 32 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
tap
[12:34:04.507](1.726s) not ok 1 - pg_amcheck all schemas, tables and indexes reports no corruption: exit code 0
[12:34:04.508](0.000s) not ok 2 - pg_amcheck all schemas, tables and indexes reports no corruption: no stderr
[12:34:05.392](0.884s) not ok 4 - pg_amcheck all schemas, tables and indexes reports fickleidx corruption status (got 1 ...
[12:34:05.393](0.000s) not ok 5 - pg_amcheck all schemas, tables and indexes reports fickleidx corruption stdout /(?^:it...
tap
[12:34:45.702](0.857s) not ok 30 - run pg_createsubscriber on node S
Linux - Debian Bookworm - Meson
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 27021
core
[12:39:30.485] #0  0x00007f8fc84a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:30.485] #1  0x00007f8fc845afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:30.485] #2  0x00007f8fc8445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:30.485] #3  0x00007f8fc861e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[12:39:30.485] #4  0x00007f8fc862aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[12:39:30.485] #5  0x00007f8fc860d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x56001b9b3240,...
[12:39:30.485] #6  0x000056001abe039b in ExecInterpExpr (state=0x56003b0b4c60, econtext=0x56003b07a8b8, isnull=0x7fff108...
[12:39:30.485] #7  0x000056001abd1753 in ExecInterpExprStillValid (state=0x56003b0b4c60, econtext=0x56003b07a8b8, isNull...
[12:39:30.485] #8  0x000056001abe36bf in ExecEvalExpr (isNull=0x7fff108617af, econtext=<optimized out>, state=<optimized...
[12:39:30.485] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[12:38:59.708] #0  0x00007fed96ca9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:38:59.708] #1  0x00007fed96c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:38:59.708] #2  0x00007fed96c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:38:59.708] #3  0x00007fed96e1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[12:38:59.708] #4  0x00007fed96e2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[12:38:59.708] #5  0x00007fed96e0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x561ceaab4240,...
[12:38:59.708] #6  0x0000561ce9ce139b in ExecInterpExpr (state=0x561d261f2bc0, econtext=0x561d261f3820, isnull=0x7ffd9eb...
[12:38:59.708] #7  0x0000561ce9cd2753 in ExecInterpExprStillValid (state=0x561d261f2bc0, econtext=0x561d261f3820, isNull...
[12:38:59.708] #8  0x0000561ce9ce46bf in ExecEvalExpr (isNull=0x7ffd9eb7f90f, econtext=<optimized out>, state=<optimized...
[12:38:59.708] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[12:39:00.396] #0  0x00007f7e9eaa9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:00.396] #1  0x00007f7e9ea5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:00.396] #2  0x00007f7e9ea45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:00.396] #3  0x00007f7e9ec1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[12:39:00.396] #4  0x00007f7e9ec2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[12:39:00.396] #5  0x00007f7e9ec0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x558339b96240,...
[12:39:00.396] #6  0x0000558338dc339b in ExecInterpExpr (state=0x55833b0a1290, econtext=0x55833b06fa18, isnull=0x7fffc79...
[12:39:00.396] #7  0x0000558338db4753 in ExecInterpExprStillValid (state=0x55833b0a1290, econtext=0x55833b06fa18, isNull...
[12:39:00.396] #8  0x0000558338dc66bf in ExecEvalExpr (isNull=0x7fffc79e745f, econtext=<optimized out>, state=<optimized...
[12:39:00.396] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[12:39:00.883] #0  0x00007f7e9eaa9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:00.883] #1  0x00007f7e9ea5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:00.883] #2  0x00007f7e9ea45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:00.883] #3  0x0000558339447e1f in ExceptionalCondition (conditionName=conditionName@entry=0x558339666120 "HaveReg...
[12:39:00.883] #4  0x0000558338c3d59a in index_drop (indexId=24620, concurrent=concurrent@entry=false, concurrent_lock_m...
[12:39:00.883] #5  0x0000558338c2537e in doDeletion (object=object@entry=0x55833b03afb0, flags=flags@entry=21) at ../src...
[12:39:00.883] #6  0x0000558338c25645 in deleteOneObject (object=0x55833b03afb0, depRel=depRel@entry=0x7fffc79e7688, fla...
[12:39:00.883] #7  0x0000558338c25a27 in deleteObjectsInList (targetObjects=targetObjects@entry=0x55833b050060, depRel=d...
[12:39:00.883] #8  0x0000558338c29d8e in performDeletion (object=object@entry=0x7fffc79e7774, behavior=behavior@entry=DR...
[12:39:00.883] #9  0x000055833905cc0f in do_autovacuum () at ../src/backend/postmaster/autovacuum.c:2215
core
[12:39:01.425] #0  0x00007f7e9eaa9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:01.425] #1  0x00007f7e9ea5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:01.425] #2  0x00007f7e9ea45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:01.425] #3  0x00007f7e9ec1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[12:39:01.425] #4  0x00007f7e9ec2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[12:39:01.425] #5  0x00007f7e9ec0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x558339b96240,...
[12:39:01.425] #6  0x0000558338dc339b in ExecInterpExpr (state=0x55833b094208, econtext=0x55833b050488, isnull=0x7fffc79...
[12:39:01.425] #7  0x0000558338db4753 in ExecInterpExprStillValid (state=0x55833b094208, econtext=0x55833b050488, isNull...
[12:39:01.425] #8  0x0000558338dc66bf in ExecEvalExpr (isNull=0x7fffc79e74df, econtext=<optimized out>, state=<optimized...
[12:39:01.425] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[12:39:02.084] #0  0x00007f7e9eaa9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:02.084] #1  0x00007f7e9ea5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:02.084] #2  0x00007f7e9ea45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:02.084] #3  0x00007f7e9ec1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[12:39:02.084] #4  0x00007f7e9ec2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[12:39:02.084] #5  0x00007f7e9ec0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x558339b96240,...
[12:39:02.084] #6  0x0000558338dc339b in ExecInterpExpr (state=0x55833b0f12c0, econtext=0x55833b0e8748, isnull=0x7fffc79...
[12:39:02.084] #7  0x0000558338db4753 in ExecInterpExprStillValid (state=0x55833b0f12c0, econtext=0x55833b0e8748, isNull...
[12:39:02.084] #8  0x0000558338dc66bf in ExecEvalExpr (isNull=0x7fffc79e745f, econtext=<optimized out>, state=<optimized...
[12:39:02.084] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[12:39:02.574] #0  0x00007ff514aa9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:02.574] #1  0x00007ff514a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:02.574] #2  0x00007ff514a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:02.574] #3  0x00007ff514c1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[12:39:02.574] #4  0x00007ff514c2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[12:39:02.574] #5  0x00007ff514c0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x5601e3529240,...
[12:39:02.574] #6  0x00005601e275639b in ExecInterpExpr (state=0x5601f764a0a0, econtext=0x5601f764ad00, isnull=0x7fffd1e...
[12:39:02.574] #7  0x00005601e2747753 in ExecInterpExprStillValid (state=0x5601f764a0a0, econtext=0x5601f764ad00, isNull...
[12:39:02.574] #8  0x00005601e27596bf in ExecEvalExpr (isNull=0x7fffd1e6aeff, econtext=<optimized out>, state=<optimized...
[12:39:02.574] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[12:39:03.065] #0  0x00007f4d3b0a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:03.065] #1  0x00007f4d3b05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:03.065] #2  0x00007f4d3b045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:03.065] #3  0x00007f4d3b21e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[12:39:03.065] #4  0x00007f4d3b22aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[12:39:03.065] #5  0x00007f4d3b20d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x556b7cb44240,...
[12:39:03.065] #6  0x0000556b7bd7139b in ExecInterpExpr (state=0x556ba9b9be50, econtext=0x556ba9b9cab0, isnull=0x7ffe01c...
[12:39:03.065] #7  0x0000556b7bd62753 in ExecInterpExprStillValid (state=0x556ba9b9be50, econtext=0x556ba9b9cab0, isNull...
[12:39:03.065] #8  0x0000556b7bd746bf in ExecEvalExpr (isNull=0x7ffe01c5605f, econtext=<optimized out>, state=<optimized...
[12:39:03.065] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[12:39:03.731] #0  0x00007f80eb4a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:03.731] #1  0x00007f80eb45afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:03.731] #2  0x00007f80eb445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:03.731] #3  0x00007f80eb61e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[12:39:03.731] #4  0x00007f80eb62aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[12:39:03.731] #5  0x00007f80eb60d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x556100f54240,...
[12:39:03.731] #6  0x000055610018139b in ExecInterpExpr (state=0x55612a015c00, econtext=0x556129fe4388, isnull=0x7ffefab...
[12:39:03.731] #7  0x0000556100172753 in ExecInterpExprStillValid (state=0x55612a015c00, econtext=0x556129fe4388, isNull...
[12:39:03.731] #8  0x00005561001846bf in ExecEvalExpr (isNull=0x7ffefab0c66f, econtext=<optimized out>, state=<optimized...
[12:39:03.731] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[12:39:04.228] #0  0x00007f919eaa9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:04.228] #1  0x00007f919ea5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:04.228] #2  0x00007f919ea45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:04.228] #3  0x00007f919ec1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[12:39:04.228] #4  0x00007f919ec2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[12:39:04.228] #5  0x00007f919ec0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x56252b851240,...
[12:39:04.228] #6  0x000056252aa7e39b in ExecInterpExpr (state=0x562544cdc490, econtext=0x562544cdd0f0, isnull=0x7ffde05...
[12:39:04.228] #7  0x000056252aa6f753 in ExecInterpExprStillValid (state=0x562544cdc490, econtext=0x562544cdd0f0, isNull...
[12:39:04.228] #8  0x000056252aa816bf in ExecEvalExpr (isNull=0x7ffde0564b8f, econtext=<optimized out>, state=<optimized...
[12:39:04.228] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[12:39:04.860] #0  0x00007f3ca32a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:04.860] #1  0x00007f3ca325afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:04.860] #2  0x00007f3ca3245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:04.860] #3  0x00007f3ca341e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[12:39:04.860] #4  0x00007f3ca342aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[12:39:04.860] #5  0x00007f3ca340d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55c57d74b240,...
[12:39:04.860] #6  0x000055c57c97839b in ExecInterpExpr (state=0x55c5ba709ca0, econtext=0x55c5ba70b6a8, isnull=0x7fff906...
[12:39:04.860] #7  0x000055c57c969753 in ExecInterpExprStillValid (state=0x55c5ba709ca0, econtext=0x55c5ba70b6a8, isNull...
[12:39:04.860] #8  0x000055c57c97b6bf in ExecEvalExpr (isNull=0x7fff9063c37f, econtext=<optimized out>, state=<optimized...
[12:39:04.860] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[12:39:21.696] #0  0x00007f7dcdaa9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:21.696] #1  0x00007f7dcda5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:21.696] #2  0x00007f7dcda45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:21.696] #3  0x00007f7dcdc1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[12:39:21.696] #4  0x00007f7dcdc2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[12:39:21.696] #5  0x00007f7dcdc0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55ddc8834240,...
[12:39:21.696] #6  0x000055ddc7a6139b in ExecInterpExpr (state=0x55ddc9bb9ce0, econtext=0x55ddc9bba940, isnull=0x7fff537...
[12:39:21.696] #7  0x000055ddc7a52753 in ExecInterpExprStillValid (state=0x55ddc9bb9ce0, econtext=0x55ddc9bba940, isNull...
[12:39:21.696] #8  0x000055ddc7a646bf in ExecEvalExpr (isNull=0x7fff5374b86f, econtext=<optimized out>, state=<optimized...
[12:39:21.696] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[12:39:22.183] #0  0x00007f61988a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:22.183] #1  0x00007f619885afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:22.183] #2  0x00007f6198845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:22.183] #3  0x00007f6198a1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[12:39:22.183] #4  0x00007f6198a2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[12:39:22.183] #5  0x00007f6198a0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x56278acd4240,...
[12:39:22.183] #6  0x0000562789f0139b in ExecInterpExpr (state=0x5627b7814ea0, econtext=0x5627b7815b00, isnull=0x7ffc5c4...
[12:39:22.183] #7  0x0000562789ef2753 in ExecInterpExprStillValid (state=0x5627b7814ea0, econtext=0x5627b7815b00, isNull...
[12:39:22.183] #8  0x0000562789f046bf in ExecEvalExpr (isNull=0x7ffc5c4014ff, econtext=<optimized out>, state=<optimized...
[12:39:22.183] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[12:39:22.799] #0  0x00007f50d1ca9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:22.799] #1  0x00007f50d1c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:22.799] #2  0x00007f50d1c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:22.799] #3  0x00007f50d1e1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[12:39:22.799] #4  0x00007f50d1e2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[12:39:22.799] #5  0x00007f50d1e0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55ee5cb6c240,...
[12:39:22.799] #6  0x000055ee5bd9939b in ExecInterpExpr (state=0x55ee90a3f0d0, econtext=0x55ee90a40ad8, isnull=0x7ffea85...
[12:39:22.799] #7  0x000055ee5bd8a753 in ExecInterpExprStillValid (state=0x55ee90a3f0d0, econtext=0x55ee90a40ad8, isNull...
[12:39:22.799] #8  0x000055ee5bd9c6bf in ExecEvalExpr (isNull=0x7ffea859ac1f, econtext=<optimized out>, state=<optimized...
[12:39:22.799] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[12:39:24.095] #0  0x00007fde3f8a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:24.095] #1  0x00007fde3f85afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:24.095] #2  0x00007fde3f845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:24.095] #3  0x00007fde3fa1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[12:39:24.095] #4  0x00007fde3fa2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[12:39:24.095] #5  0x00007fde3fa0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55e1f3fd0240,...
[12:39:24.095] #6  0x000055e1f31fd39b in ExecInterpExpr (state=0x55e1f7d5ad10, econtext=0x55e1f7d5f5e8, isnull=0x7fff2ff...
[12:39:24.095] #7  0x000055e1f31ee753 in ExecInterpExprStillValid (state=0x55e1f7d5ad10, econtext=0x55e1f7d5f5e8, isNull...
[12:39:24.095] #8  0x000055e1f32006bf in ExecEvalExpr (isNull=0x7fff2ff300ef, econtext=<optimized out>, state=<optimized...
[12:39:24.095] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[12:39:24.598] #0  0x00007f56944a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:24.598] #1  0x00007f569445afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:24.598] #2  0x00007f5694445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:24.598] #3  0x00007f569461e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[12:39:24.598] #4  0x00007f569462aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[12:39:24.598] #5  0x00007f569460d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x560bcc299240,...
[12:39:24.598] #6  0x0000560bcb4c639b in ExecInterpExpr (state=0x560bff791e80, econtext=0x560bff792ae0, isnull=0x7fffb8e...
[12:39:24.598] #7  0x0000560bcb4b7753 in ExecInterpExprStillValid (state=0x560bff791e80, econtext=0x560bff792ae0, isNull...
[12:39:24.598] #8  0x0000560bcb4c96bf in ExecEvalExpr (isNull=0x7fffb8eba2df, econtext=<optimized out>, state=<optimized...
[12:39:24.598] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[12:39:25.240] #0  0x00007f7e9eaa9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:25.240] #1  0x00007f7e9ea5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:25.240] #2  0x00007f7e9ea45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:25.240] #3  0x00007f7e9ec1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[12:39:25.240] #4  0x00007f7e9ec2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[12:39:25.240] #5  0x00007f7e9ec0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x558339b96240,...
[12:39:25.240] #6  0x0000558338dc339b in ExecInterpExpr (state=0x55833b0688e0, econtext=0x55833b069360, isnull=0x7fffc79...
[12:39:25.240] #7  0x0000558338db4753 in ExecInterpExprStillValid (state=0x55833b0688e0, econtext=0x55833b069360, isNull...
[12:39:25.240] #8  0x0000558338dc66bf in ExecEvalExpr (isNull=0x7fffc79e769f, econtext=<optimized out>, state=<optimized...
[12:39:25.240] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[12:39:25.973] #0  0x00007f20a5ea9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:25.973] #1  0x00007f20a5e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:25.973] #2  0x00007f20a5e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:25.973] #3  0x00007f20a601e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[12:39:25.973] #4  0x00007f20a602aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[12:39:25.973] #5  0x00007f20a600d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55fea4625240,...
[12:39:25.973] #6  0x000055fea385239b in ExecInterpExpr (state=0x55febd8e7508, econtext=0x55febd8e8168, isnull=0x7ffc4a0...
[12:39:25.973] #7  0x000055fea3843753 in ExecInterpExprStillValid (state=0x55febd8e7508, econtext=0x55febd8e8168, isNull...
[12:39:25.973] #8  0x000055fea38556bf in ExecEvalExpr (isNull=0x7ffc4a0ea99f, econtext=<optimized out>, state=<optimized...
[12:39:25.973] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[12:39:26.462] #0  0x00007f6cb0ea9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:26.462] #1  0x00007f6cb0e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:26.462] #2  0x00007f6cb0e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:26.462] #3  0x00007f6cb101e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[12:39:26.462] #4  0x00007f6cb102aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[12:39:26.462] #5  0x00007f6cb100d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55d789b73240,...
[12:39:26.462] #6  0x000055d788da039b in ExecInterpExpr (state=0x55d78f2264c0, econtext=0x55d78f227120, isnull=0x7fff1ee...
[12:39:26.462] #7  0x000055d788d91753 in ExecInterpExprStillValid (state=0x55d78f2264c0, econtext=0x55d78f227120, isNull...
[12:39:26.462] #8  0x000055d788da36bf in ExecEvalExpr (isNull=0x7fff1ee36fdf, econtext=<optimized out>, state=<optimized...
[12:39:26.462] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[12:39:27.102] #0  0x00007f7e9eaa9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:27.102] #1  0x00007f7e9ea5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:27.102] #2  0x00007f7e9ea45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:27.102] #3  0x00007f7e9ec1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[12:39:27.102] #4  0x00007f7e9ec2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[12:39:27.102] #5  0x00007f7e9ec0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x558339b96240,...
[12:39:27.102] #6  0x0000558338dc339b in ExecInterpExpr (state=0x55833b0c57b0, econtext=0x55833b0c6320, isnull=0x7fffc79...
[12:39:27.102] #7  0x0000558338db4753 in ExecInterpExprStillValid (state=0x55833b0c57b0, econtext=0x55833b0c6320, isNull...
[12:39:27.102] #8  0x0000558338dc66bf in ExecEvalExpr (isNull=0x7fffc79e745f, econtext=<optimized out>, state=<optimized...
[12:39:27.102] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[12:39:27.732] #0  0x00007f27604a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:27.732] #1  0x00007f276045afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:27.732] #2  0x00007f2760445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:27.732] #3  0x00007f276061e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[12:39:27.732] #4  0x00007f276062aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[12:39:27.732] #5  0x00007f276060d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x556a4b2c5240,...
[12:39:27.732] #6  0x0000556a4a4f239b in ExecInterpExpr (state=0x556a7502e0e0, econtext=0x556a7502fae8, isnull=0x7ffe86c...
[12:39:27.732] #7  0x0000556a4a4e3753 in ExecInterpExprStillValid (state=0x556a7502e0e0, econtext=0x556a7502fae8, isNull...
[12:39:27.732] #8  0x0000556a4a4f56bf in ExecEvalExpr (isNull=0x7ffe86ca49ef, econtext=<optimized out>, state=<optimized...
[12:39:27.732] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[12:39:28.228] #0  0x00007fe0968a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:28.228] #1  0x00007fe09685afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:28.228] #2  0x00007fe096845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:28.228] #3  0x00007fe096a1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[12:39:28.228] #4  0x00007fe096a2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[12:39:28.228] #5  0x00007fe096a0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55ebafc94240,...
[12:39:28.228] #6  0x000055ebaeec139b in ExecInterpExpr (state=0x55ebcc8a20a0, econtext=0x55ebcc8a2d00, isnull=0x7ffce93...
[12:39:28.228] #7  0x000055ebaeeb2753 in ExecInterpExprStillValid (state=0x55ebcc8a20a0, econtext=0x55ebcc8a2d00, isNull...
[12:39:28.228] #8  0x000055ebaeec46bf in ExecEvalExpr (isNull=0x7ffce93de15f, econtext=<optimized out>, state=<optimized...
[12:39:28.228] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[12:39:29.229] #0  0x00007fbd66aa9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:29.229] #1  0x00007fbd66a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:29.229] #2  0x00007fbd66a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:29.229] #3  0x00007fbd66c1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[12:39:29.229] #4  0x00007fbd66c2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[12:39:29.229] #5  0x00007fbd66c0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x559a7420d240,...
[12:39:29.229] #6  0x0000559a7343a39b in ExecInterpExpr (state=0x559a9e148770, econtext=0x559a9e21dac8, isnull=0x7ffe069...
[12:39:29.229] #7  0x0000559a7342b753 in ExecInterpExprStillValid (state=0x559a9e148770, econtext=0x559a9e21dac8, isNull...
[12:39:29.229] #8  0x0000559a7343d6bf in ExecEvalExpr (isNull=0x7ffe0699240f, econtext=<optimized out>, state=<optimized...
[12:39:29.229] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[12:39:29.852] #0  0x00007f7e9eaa9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:29.852] #1  0x00007f7e9ea5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:29.852] #2  0x00007f7e9ea45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:29.852] #3  0x00007f7e9ec1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[12:39:29.852] #4  0x00007f7e9ec2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[12:39:29.852] #5  0x00007f7e9ec0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x558339b96240,...
[12:39:29.852] #6  0x0000558338dc339b in ExecInterpExpr (state=0x55833b0d5a80, econtext=0x55833b0a2178, isnull=0x7fffc79...
[12:39:29.852] #7  0x0000558338db4753 in ExecInterpExprStillValid (state=0x55833b0d5a80, econtext=0x55833b0a2178, isNull...
[12:39:29.852] #8  0x0000558338dc66bf in ExecEvalExpr (isNull=0x7fffc79e745f, econtext=<optimized out>, state=<optimized...
[12:39:29.852] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[12:39:30.991] #0  0x00007f2e226a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:30.991] #1  0x00007f2e2265afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:30.991] #2  0x00007f2e22645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:30.991] #3  0x00007f2e2281e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[12:39:30.991] #4  0x00007f2e2282aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[12:39:30.991] #5  0x00007f2e2280d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x560b28c0f240,...
[12:39:30.991] #6  0x0000560b27e3c39b in ExecInterpExpr (state=0x560b66339bd0, econtext=0x560b6633a830, isnull=0x7ffd43b...
[12:39:30.991] #7  0x0000560b27e2d753 in ExecInterpExprStillValid (state=0x560b66339bd0, econtext=0x560b6633a830, isNull...
[12:39:30.991] #8  0x0000560b27e3f6bf in ExecEvalExpr (isNull=0x7ffd43bacc2f, econtext=<optimized out>, state=<optimized...
[12:39:30.991] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[12:39:31.468] #0  0x00007f9e7aca9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:31.468] #1  0x00007f9e7ac5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:31.468] #2  0x00007f9e7ac45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:31.468] #3  0x00007f9e7ae1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[12:39:31.468] #4  0x00007f9e7ae2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[12:39:31.468] #5  0x00007f9e7ae0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x561248dae240,...
[12:39:31.468] #6  0x0000561247fdb39b in ExecInterpExpr (state=0x56125b24a5e0, econtext=0x56125b24b240, isnull=0x7ffcb68...
[12:39:31.468] #7  0x0000561247fcc753 in ExecInterpExprStillValid (state=0x56125b24a5e0, econtext=0x56125b24b240, isNull...
[12:39:31.468] #8  0x0000561247fde6bf in ExecEvalExpr (isNull=0x7ffcb68ed96f, econtext=<optimized out>, state=<optimized...
[12:39:31.468] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[12:39:31.958] #0  0x00007f98feea9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:31.958] #1  0x00007f98fee5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:31.958] #2  0x00007f98fee45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:31.958] #3  0x00007f98ff01e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[12:39:31.958] #4  0x00007f98ff02aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[12:39:31.958] #5  0x00007f98ff00d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x56537ef24240,...
[12:39:31.958] #6  0x000056537e15139b in ExecInterpExpr (state=0x56538ef19110, econtext=0x56538ef19d70, isnull=0x7ffdba3...
[12:39:31.958] #7  0x000056537e142753 in ExecInterpExprStillValid (state=0x56538ef19110, econtext=0x56538ef19d70, isNull...
[12:39:31.958] #8  0x000056537e1546bf in ExecEvalExpr (isNull=0x7ffdba3270cf, econtext=<optimized out>, state=<optimized...
[12:39:31.958] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[12:39:32.590] #0  0x00007fea290a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:32.590] #1  0x00007fea2905afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:32.590] #2  0x00007fea29045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:32.590] #3  0x00007fea2921e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[12:39:32.590] #4  0x00007fea2922aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[12:39:32.590] #5  0x00007fea2920d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x564d05aed240,...
[12:39:32.590] #6  0x0000564d04d1a39b in ExecInterpExpr (state=0x564d1adf6a30, econtext=0x564d1adf75a0, isnull=0x7ffd559...
[12:39:32.590] #7  0x0000564d04d0b753 in ExecInterpExprStillValid (state=0x564d1adf6a30, econtext=0x564d1adf75a0, isNull...
[12:39:32.590] #8  0x0000564d04d1d6bf in ExecEvalExpr (isNull=0x7ffd559a60df, econtext=<optimized out>, state=<optimized...
[12:39:32.590] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[12:39:33.231] #0  0x00007f3ca32a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:33.231] #1  0x00007f3ca325afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:33.231] #2  0x00007f3ca3245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:33.231] #3  0x00007f3ca341e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[12:39:33.231] #4  0x00007f3ca342aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[12:39:33.231] #5  0x00007f3ca340d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55c57d74b240,...
[12:39:33.231] #6  0x000055c57c97839b in ExecInterpExpr (state=0x55c5ba6a41b0, econtext=0x55c5ba6a5bb8, isnull=0x7fff906...
[12:39:33.231] #7  0x000055c57c969753 in ExecInterpExprStillValid (state=0x55c5ba6a41b0, econtext=0x55c5ba6a5bb8, isNull...
[12:39:33.231] #8  0x000055c57c97b6bf in ExecEvalExpr (isNull=0x7fff9063c37f, econtext=<optimized out>, state=<optimized...
[12:39:33.231] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[12:39:33.744] #0  0x00007f608a6a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:33.744] #1  0x00007f608a65afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:33.744] #2  0x00007f608a645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:33.744] #3  0x00007f608a81e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[12:39:33.744] #4  0x00007f608a82aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[12:39:33.744] #5  0x00007f608a80d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55c8c9e95240,...
[12:39:33.744] #6  0x000055c8c90c239b in ExecInterpExpr (state=0x55c8e430d5e0, econtext=0x55c8e430e240, isnull=0x7ffde3d...
[12:39:33.744] #7  0x000055c8c90b3753 in ExecInterpExprStillValid (state=0x55c8e430d5e0, econtext=0x55c8e430e240, isNull...
[12:39:33.744] #8  0x000055c8c90c56bf in ExecEvalExpr (isNull=0x7ffde3d2304f, econtext=<optimized out>, state=<optimized...
[12:39:33.744] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[12:39:34.244] #0  0x00007f313c0a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:34.244] #1  0x00007f313c05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:34.244] #2  0x00007f313c045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:34.244] #3  0x00007f313c21e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[12:39:34.244] #4  0x00007f313c22aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[12:39:34.244] #5  0x00007f313c20d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55e39a5ce240,...
[12:39:34.244] #6  0x000055e3997fb39b in ExecInterpExpr (state=0x55e3b48eece0, econtext=0x55e3b48f37a8, isnull=0x7ffecfa...
[12:39:34.244] #7  0x000055e3997ec753 in ExecInterpExprStillValid (state=0x55e3b48eece0, econtext=0x55e3b48f37a8, isNull...
[12:39:34.244] #8  0x000055e3997fe6bf in ExecEvalExpr (isNull=0x7ffecfa0b86f, econtext=<optimized out>, state=<optimized...
[12:39:34.244] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[12:39:34.733] #0  0x00007f929daa9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:34.733] #1  0x00007f929da5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:34.733] #2  0x00007f929da45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:34.733] #3  0x00007f929dc1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[12:39:34.733] #4  0x00007f929dc2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[12:39:34.733] #5  0x00007f929dc0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x5629344f8240,...
[12:39:34.733] #6  0x000056293372539b in ExecInterpExpr (state=0x5629374071e0, econtext=0x562937407e40, isnull=0x7ffec59...
[12:39:34.733] #7  0x0000562933716753 in ExecInterpExprStillValid (state=0x5629374071e0, econtext=0x562937407e40, isNull...
[12:39:34.733] #8  0x00005629337286bf in ExecEvalExpr (isNull=0x7ffec59506ff, econtext=<optimized out>, state=<optimized...
[12:39:34.733] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[12:39:35.276] #0  0x00007f28c8ca9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:35.276] #1  0x00007f28c8c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:35.276] #2  0x00007f28c8c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:35.276] #3  0x00007f28c8e1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[12:39:35.276] #4  0x00007f28c8e2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[12:39:35.276] #5  0x00007f28c8e0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x5556f3f76240,...
[12:39:35.276] #6  0x00005556f31a339b in ExecInterpExpr (state=0x55572f1eecf0, econtext=0x55572f1ef950, isnull=0x7ffe44b...
[12:39:35.276] #7  0x00005556f3194753 in ExecInterpExprStillValid (state=0x55572f1eecf0, econtext=0x55572f1ef950, isNull...
[12:39:35.276] #8  0x00005556f31a66bf in ExecEvalExpr (isNull=0x7ffe44bab60f, econtext=<optimized out>, state=<optimized...
[12:39:35.276] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[12:39:35.962] #0  0x00007f7e9eaa9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:35.962] #1  0x00007f7e9ea5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:35.962] #2  0x00007f7e9ea45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:35.962] #3  0x00007f7e9ec1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[12:39:35.962] #4  0x00007f7e9ec2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[12:39:35.962] #5  0x00007f7e9ec0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x558339b96240,...
[12:39:35.962] #6  0x0000558338dc339b in ExecInterpExpr (state=0x55833b0688e0, econtext=0x55833b069360, isnull=0x7fffc79...
[12:39:35.962] #7  0x0000558338db4753 in ExecInterpExprStillValid (state=0x55833b0688e0, econtext=0x55833b069360, isNull...
[12:39:35.962] #8  0x0000558338dc66bf in ExecEvalExpr (isNull=0x7fffc79e769f, econtext=<optimized out>, state=<optimized...
[12:39:35.962] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[12:39:36.446] #0  0x00007f516aaa9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:36.446] #1  0x00007f516aa5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:36.446] #2  0x00007f516aa45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:36.446] #3  0x00007f516ac1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[12:39:36.446] #4  0x00007f516ac2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[12:39:36.446] #5  0x00007f516ac0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x5644f8251240,...
[12:39:36.446] #6  0x00005644f747e39b in ExecInterpExpr (state=0x56451c1de1c0, econtext=0x56451c1dee20, isnull=0x7fffb72...
[12:39:36.446] #7  0x00005644f746f753 in ExecInterpExprStillValid (state=0x56451c1de1c0, econtext=0x56451c1dee20, isNull...
[12:39:36.446] #8  0x00005644f74816bf in ExecEvalExpr (isNull=0x7fffb726c30f, econtext=<optimized out>, state=<optimized...
[12:39:36.446] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[12:39:37.056] #0  0x00007f50d1ca9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:37.056] #1  0x00007f50d1c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:37.056] #2  0x00007f50d1c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:37.056] #3  0x00007f50d1e1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[12:39:37.056] #4  0x00007f50d1e2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[12:39:37.056] #5  0x00007f50d1e0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55ee5cb6c240,...
[12:39:37.056] #6  0x000055ee5bd9939b in ExecInterpExpr (state=0x55ee90a3f0d0, econtext=0x55ee90a40ad8, isnull=0x7ffea85...
[12:39:37.056] #7  0x000055ee5bd8a753 in ExecInterpExprStillValid (state=0x55ee90a3f0d0, econtext=0x55ee90a40ad8, isNull...
[12:39:37.056] #8  0x000055ee5bd9c6bf in ExecEvalExpr (isNull=0x7ffea859ac1f, econtext=<optimized out>, state=<optimized...
[12:39:37.056] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[12:39:37.687] #0  0x00007f3ca32a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:37.687] #1  0x00007f3ca325afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:37.687] #2  0x00007f3ca3245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:37.687] #3  0x00007f3ca341e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[12:39:37.687] #4  0x00007f3ca342aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[12:39:37.687] #5  0x00007f3ca340d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55c57d74b240,...
[12:39:37.687] #6  0x000055c57c97839b in ExecInterpExpr (state=0x55c5ba709ca0, econtext=0x55c5ba70b6a8, isnull=0x7fff906...
[12:39:37.687] #7  0x000055c57c969753 in ExecInterpExprStillValid (state=0x55c5ba709ca0, econtext=0x55c5ba70b6a8, isNull...
[12:39:37.687] #8  0x000055c57c97b6bf in ExecEvalExpr (isNull=0x7fff9063c37f, econtext=<optimized out>, state=<optimized...
[12:39:37.687] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[12:39:38.508] #0  0x00007f7e9eaa9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:38.508] #1  0x00007f7e9ea5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:38.508] #2  0x00007f7e9ea45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:38.508] #3  0x00007f7e9ec1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[12:39:38.508] #4  0x00007f7e9ec2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[12:39:38.508] #5  0x00007f7e9ec0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x558339b96240,...
[12:39:38.508] #6  0x0000558338dc339b in ExecInterpExpr (state=0x55833b0befd0, econtext=0x55833b0bfa50, isnull=0x7fffc79...
[12:39:38.508] #7  0x0000558338db4753 in ExecInterpExprStillValid (state=0x55833b0befd0, econtext=0x55833b0bfa50, isNull...
[12:39:38.508] #8  0x0000558338dc66bf in ExecEvalExpr (isNull=0x7fffc79e769f, econtext=<optimized out>, state=<optimized...
[12:39:38.508] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[12:39:39.114] #0  0x00007f27604a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:39.114] #1  0x00007f276045afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:39.114] #2  0x00007f2760445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:39.114] #3  0x00007f276061e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[12:39:39.114] #4  0x00007f276062aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[12:39:39.114] #5  0x00007f276060d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x556a4b2c5240,...
[12:39:39.114] #6  0x0000556a4a4f239b in ExecInterpExpr (state=0x556a7500e0d0, econtext=0x556a7500fad8, isnull=0x7ffe86c...
[12:39:39.114] #7  0x0000556a4a4e3753 in ExecInterpExprStillValid (state=0x556a7500e0d0, econtext=0x556a7500fad8, isNull...
[12:39:39.114] #8  0x0000556a4a4f56bf in ExecEvalExpr (isNull=0x7ffe86ca49ef, econtext=<optimized out>, state=<optimized...
[12:39:39.114] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[12:39:39.738] #0  0x00007f50d1ca9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:39.738] #1  0x00007f50d1c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:39.738] #2  0x00007f50d1c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:39.738] #3  0x00007f50d1e1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[12:39:39.738] #4  0x00007f50d1e2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[12:39:39.738] #5  0x00007f50d1e0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55ee5cb6c240,...
[12:39:39.738] #6  0x000055ee5bd9939b in ExecInterpExpr (state=0x55ee90a410e0, econtext=0x55ee90a42ae8, isnull=0x7ffea85...
[12:39:39.738] #7  0x000055ee5bd8a753 in ExecInterpExprStillValid (state=0x55ee90a410e0, econtext=0x55ee90a42ae8, isNull...
[12:39:39.738] #8  0x000055ee5bd9c6bf in ExecEvalExpr (isNull=0x7ffea859ac1f, econtext=<optimized out>, state=<optimized...
[12:39:39.738] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[12:39:40.347] #0  0x00007f0ad54a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:40.347] #1  0x00007f0ad545afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:40.347] #2  0x00007f0ad5445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:40.347] #3  0x00007f0ad561e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[12:39:40.347] #4  0x00007f0ad562aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[12:39:40.347] #5  0x00007f0ad560d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55e69a1fc240,...
[12:39:40.347] #6  0x000055e69942939b in ExecInterpExpr (state=0x55e6ce4bef90, econtext=0x55e6ce4c0998, isnull=0x7ffe365...
[12:39:40.347] #7  0x000055e69941a753 in ExecInterpExprStillValid (state=0x55e6ce4bef90, econtext=0x55e6ce4c0998, isNull...
[12:39:40.347] #8  0x000055e69942c6bf in ExecEvalExpr (isNull=0x7ffe365579bf, econtext=<optimized out>, state=<optimized...
[12:39:40.347] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[12:39:40.837] #0  0x00007f4cad4a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:40.837] #1  0x00007f4cad45afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:40.837] #2  0x00007f4cad445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:40.837] #3  0x00007f4cad61e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[12:39:40.837] #4  0x00007f4cad62aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[12:39:40.837] #5  0x00007f4cad60d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x5556cf101240,...
[12:39:40.837] #6  0x00005556ce32e39b in ExecInterpExpr (state=0x5556f42a4140, econtext=0x5556f42a4da0, isnull=0x7ffe267...
[12:39:40.837] #7  0x00005556ce31f753 in ExecInterpExprStillValid (state=0x5556f42a4140, econtext=0x5556f42a4da0, isNull...
[12:39:40.837] #8  0x00005556ce3316bf in ExecEvalExpr (isNull=0x7ffe2672794f, econtext=<optimized out>, state=<optimized...
[12:39:40.837] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[12:39:41.334] #0  0x00007f2cc4aa9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:41.334] #1  0x00007f2cc4a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:41.334] #2  0x00007f2cc4a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:41.334] #3  0x00007f2cc4c1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[12:39:41.334] #4  0x00007f2cc4c2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[12:39:41.334] #5  0x00007f2cc4c0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x564696590240,...
[12:39:41.334] #6  0x00005646957bd39b in ExecInterpExpr (state=0x5646cd5834a0, econtext=0x5646cd584100, isnull=0x7fff9f6...
[12:39:41.334] #7  0x00005646957ae753 in ExecInterpExprStillValid (state=0x5646cd5834a0, econtext=0x5646cd584100, isNull...
[12:39:41.334] #8  0x00005646957c06bf in ExecEvalExpr (isNull=0x7fff9f67de5f, econtext=<optimized out>, state=<optimized...
[12:39:41.334] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[12:39:41.961] #0  0x00007f7e6eea9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:41.961] #1  0x00007f7e6ee5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:41.961] #2  0x00007f7e6ee45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:41.961] #3  0x00007f7e6f01e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[12:39:41.961] #4  0x00007f7e6f02aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[12:39:41.961] #5  0x00007f7e6f00d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x561f6da05240,...
[12:39:41.961] #6  0x0000561f6cc3239b in ExecInterpExpr (state=0x561f8d660a50, econtext=0x561f8d662458, isnull=0x7ffc3fb...
[12:39:41.961] #7  0x0000561f6cc23753 in ExecInterpExprStillValid (state=0x561f8d660a50, econtext=0x561f8d662458, isNull...
[12:39:41.961] #8  0x0000561f6cc356bf in ExecEvalExpr (isNull=0x7ffc3fb63faf, econtext=<optimized out>, state=<optimized...
[12:39:41.961] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[12:39:42.464] #0  0x00007f3b64aa9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:42.464] #1  0x00007f3b64a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:42.464] #2  0x00007f3b64a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:42.464] #3  0x00007f3b64c1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[12:39:42.464] #4  0x00007f3b64c2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[12:39:42.464] #5  0x00007f3b64c0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55bb536ed240,...
[12:39:42.464] #6  0x000055bb5291a39b in ExecInterpExpr (state=0x55bb56f81090, econtext=0x55bb56f81cf0, isnull=0x7ffc834...
[12:39:42.464] #7  0x000055bb5290b753 in ExecInterpExprStillValid (state=0x55bb56f81090, econtext=0x55bb56f81cf0, isNull...
[12:39:42.464] #8  0x000055bb5291d6bf in ExecEvalExpr (isNull=0x7ffc83476b9f, econtext=<optimized out>, state=<optimized...
[12:39:42.464] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[12:39:43.078] #0  0x00007f1f856a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:43.078] #1  0x00007f1f8565afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:43.078] #2  0x00007f1f85645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:43.078] #3  0x00007f1f8581e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[12:39:43.078] #4  0x00007f1f8582aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[12:39:43.078] #5  0x00007f1f8580d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x5616caab0240,...
[12:39:43.078] #6  0x00005616c9cdd39b in ExecInterpExpr (state=0x5616d7c3bf90, econtext=0x5616d7c3d998, isnull=0x7ffc34d...
[12:39:43.078] #7  0x00005616c9cce753 in ExecInterpExprStillValid (state=0x5616d7c3bf90, econtext=0x5616d7c3d998, isNull...
[12:39:43.078] #8  0x00005616c9ce06bf in ExecEvalExpr (isNull=0x7ffc34d81a8f, econtext=<optimized out>, state=<optimized...
[12:39:43.078] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[12:39:43.585] #0  0x00007f0a09aa9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:43.585] #1  0x00007f0a09a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:43.585] #2  0x00007f0a09a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:43.585] #3  0x00007f0a09c1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[12:39:43.585] #4  0x00007f0a09c2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[12:39:43.585] #5  0x00007f0a09c0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55ce84f25240,...
[12:39:43.585] #6  0x000055ce8415239b in ExecInterpExpr (state=0x55cead8c9d80, econtext=0x55cead8ca9e0, isnull=0x7ffc904...
[12:39:43.585] #7  0x000055ce84143753 in ExecInterpExprStillValid (state=0x55cead8c9d80, econtext=0x55cead8ca9e0, isNull...
[12:39:43.585] #8  0x000055ce841556bf in ExecEvalExpr (isNull=0x7ffc9040d2cf, econtext=<optimized out>, state=<optimized...
[12:39:43.585] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[12:39:44.078] #0  0x00007f4e3b8a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:44.078] #1  0x00007f4e3b85afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:44.078] #2  0x00007f4e3b845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:44.078] #3  0x00007f4e3ba1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[12:39:44.078] #4  0x00007f4e3ba2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[12:39:44.078] #5  0x00007f4e3ba0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55bff6f7f240,...
[12:39:44.078] #6  0x000055bff61ac39b in ExecInterpExpr (state=0x55bffcc80d70, econtext=0x55bffcc819d0, isnull=0x7ffe35c...
[12:39:44.078] #7  0x000055bff619d753 in ExecInterpExprStillValid (state=0x55bffcc80d70, econtext=0x55bffcc819d0, isNull...
[12:39:44.078] #8  0x000055bff61af6bf in ExecEvalExpr (isNull=0x7ffe35cd4fff, econtext=<optimized out>, state=<optimized...
[12:39:44.078] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[12:39:44.699] #0  0x00007f7e9eaa9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:44.699] #1  0x00007f7e9ea5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:44.699] #2  0x00007f7e9ea45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:44.699] #3  0x00007f7e9ec1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[12:39:44.699] #4  0x00007f7e9ec2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[12:39:44.699] #5  0x00007f7e9ec0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x558339b96240,...
[12:39:44.699] #6  0x0000558338dc339b in ExecInterpExpr (state=0x55833b05cba0, econtext=0x55833b05d710, isnull=0x7fffc79...
[12:39:44.699] #7  0x0000558338db4753 in ExecInterpExprStillValid (state=0x55833b05cba0, econtext=0x55833b05d710, isNull...
[12:39:44.699] #8  0x0000558338dc66bf in ExecEvalExpr (isNull=0x7fffc79e745f, econtext=<optimized out>, state=<optimized...
[12:39:44.699] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[12:39:45.319] #0  0x00007f0ad54a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:45.319] #1  0x00007f0ad545afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:45.319] #2  0x00007f0ad5445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:45.319] #3  0x00007f0ad561e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[12:39:45.319] #4  0x00007f0ad562aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[12:39:45.319] #5  0x00007f0ad560d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55e69a1fc240,...
[12:39:45.319] #6  0x000055e69942939b in ExecInterpExpr (state=0x55e6ce4dcf90, econtext=0x55e6ce4de998, isnull=0x7ffe365...
[12:39:45.319] #7  0x000055e69941a753 in ExecInterpExprStillValid (state=0x55e6ce4dcf90, econtext=0x55e6ce4de998, isNull...
[12:39:45.319] #8  0x000055e69942c6bf in ExecEvalExpr (isNull=0x7ffe365579bf, econtext=<optimized out>, state=<optimized...
[12:39:45.319] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[12:39:45.810] #0  0x00007f7cb78a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:45.810] #1  0x00007f7cb785afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:45.810] #2  0x00007f7cb7845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:45.810] #3  0x00007f7cb7a1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[12:39:45.810] #4  0x00007f7cb7a2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[12:39:45.810] #5  0x00007f7cb7a0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x56423ab7a240,...
[12:39:45.810] #6  0x0000564239da739b in ExecInterpExpr (state=0x56423fd6a4c0, econtext=0x56423fd72f28, isnull=0x7fffef4...
[12:39:45.810] #7  0x0000564239d98753 in ExecInterpExprStillValid (state=0x56423fd6a4c0, econtext=0x56423fd72f28, isNull...
[12:39:45.810] #8  0x0000564239daa6bf in ExecEvalExpr (isNull=0x7fffef4b0c9f, econtext=<optimized out>, state=<optimized...
[12:39:45.810] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[12:39:05.487] #0  0x00007f50d1ca9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:05.487] #1  0x00007f50d1c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:05.487] #2  0x00007f50d1c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:05.487] #3  0x00007f50d1e1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[12:39:05.487] #4  0x00007f50d1e2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[12:39:05.487] #5  0x00007f50d1e0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55ee5cb6c240,...
[12:39:05.487] #6  0x000055ee5bd9939b in ExecInterpExpr (state=0x55ee90a3f0d0, econtext=0x55ee90a40ad8, isnull=0x7ffea85...
[12:39:05.487] #7  0x000055ee5bd8a753 in ExecInterpExprStillValid (state=0x55ee90a3f0d0, econtext=0x55ee90a40ad8, isNull...
[12:39:05.487] #8  0x000055ee5bd9c6bf in ExecEvalExpr (isNull=0x7ffea859ac1f, econtext=<optimized out>, state=<optimized...
[12:39:05.487] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[12:39:06.147] #0  0x00007f7e9eaa9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:06.147] #1  0x00007f7e9ea5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:06.147] #2  0x00007f7e9ea45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:06.147] #3  0x00007f7e9ec1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[12:39:06.147] #4  0x00007f7e9ec2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[12:39:06.147] #5  0x00007f7e9ec0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x558339b96240,...
[12:39:06.147] #6  0x0000558338dc339b in ExecInterpExpr (state=0x55833b0688e0, econtext=0x55833b069360, isnull=0x7fffc79...
[12:39:06.147] #7  0x0000558338db4753 in ExecInterpExprStillValid (state=0x55833b0688e0, econtext=0x55833b069360, isNull...
[12:39:06.147] #8  0x0000558338dc66bf in ExecEvalExpr (isNull=0x7fffc79e769f, econtext=<optimized out>, state=<optimized...
[12:39:06.147] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[12:39:06.627] #0  0x00007f902cea9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:06.627] #1  0x00007f902ce5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:06.627] #2  0x00007f902ce45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:06.627] #3  0x00007f902d01e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[12:39:06.627] #4  0x00007f902d02aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[12:39:06.627] #5  0x00007f902d00d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x555c5606c240,...
[12:39:06.627] #6  0x0000555c5529939b in ExecInterpExpr (state=0x555c8984f4a0, econtext=0x555c89850100, isnull=0x7ffc33c...
[12:39:06.627] #7  0x0000555c5528a753 in ExecInterpExprStillValid (state=0x555c8984f4a0, econtext=0x555c89850100, isNull...
[12:39:06.627] #8  0x0000555c5529c6bf in ExecEvalExpr (isNull=0x7ffc33ce7ddf, econtext=<optimized out>, state=<optimized...
[12:39:06.627] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[12:39:07.127] #0  0x00007f208a6a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:07.127] #1  0x00007f208a65afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:07.127] #2  0x00007f208a645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:07.127] #3  0x00007f208a81e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[12:39:07.127] #4  0x00007f208a82aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[12:39:07.127] #5  0x00007f208a80d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55c706937240,...
[12:39:07.127] #6  0x000055c705b6439b in ExecInterpExpr (state=0x55c739663ce0, econtext=0x55c739664940, isnull=0x7ffc0a0...
[12:39:07.127] #7  0x000055c705b55753 in ExecInterpExprStillValid (state=0x55c739663ce0, econtext=0x55c739664940, isNull...
[12:39:07.127] #8  0x000055c705b676bf in ExecEvalExpr (isNull=0x7ffc0a06c9ff, econtext=<optimized out>, state=<optimized...
[12:39:07.127] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[12:39:07.617] #0  0x00007f32f14a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:07.617] #1  0x00007f32f145afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:07.617] #2  0x00007f32f1445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:07.617] #3  0x00007f32f161e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[12:39:07.617] #4  0x00007f32f162aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[12:39:07.617] #5  0x00007f32f160d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x555c30434240,...
[12:39:07.617] #6  0x0000555c2f66139b in ExecInterpExpr (state=0x555c38260ce0, econtext=0x555c38261940, isnull=0x7ffca22...
[12:39:07.617] #7  0x0000555c2f652753 in ExecInterpExprStillValid (state=0x555c38260ce0, econtext=0x555c38261940, isNull...
[12:39:07.617] #8  0x0000555c2f6646bf in ExecEvalExpr (isNull=0x7ffca228b33f, econtext=<optimized out>, state=<optimized...
[12:39:07.617] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[12:39:08.106] #0  0x00007efc0e0a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:08.106] #1  0x00007efc0e05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:08.106] #2  0x00007efc0e045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:08.106] #3  0x00007efc0e21e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[12:39:08.106] #4  0x00007efc0e22aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[12:39:08.106] #5  0x00007efc0e20d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x56272eac1240,...
[12:39:08.106] #6  0x000056272dcee39b in ExecInterpExpr (state=0x562745bc9f10, econtext=0x562745bcab70, isnull=0x7fff690...
[12:39:08.106] #7  0x000056272dcdf753 in ExecInterpExprStillValid (state=0x562745bc9f10, econtext=0x562745bcab70, isNull...
[12:39:08.106] #8  0x000056272dcf16bf in ExecEvalExpr (isNull=0x7fff690046df, econtext=<optimized out>, state=<optimized...
[12:39:08.106] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[12:39:08.618] #0  0x00007fd8d1ea9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:08.618] #1  0x00007fd8d1e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:08.618] #2  0x00007fd8d1e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:08.618] #3  0x00007fd8d201e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[12:39:08.618] #4  0x00007fd8d202aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[12:39:08.618] #5  0x00007fd8d200d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55dbe4991240,...
[12:39:08.618] #6  0x000055dbe3bbe39b in ExecInterpExpr (state=0x55dbeca7a870, econtext=0x55dbeca7b4d0, isnull=0x7ffdd2f...
[12:39:08.618] #7  0x000055dbe3baf753 in ExecInterpExprStillValid (state=0x55dbeca7a870, econtext=0x55dbeca7b4d0, isNull...
[12:39:08.618] #8  0x000055dbe3bc16bf in ExecEvalExpr (isNull=0x7ffdd2ff6eef, econtext=<optimized out>, state=<optimized...
[12:39:08.618] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[12:39:09.104] #0  0x00007fdee34a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:09.104] #1  0x00007fdee345afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:09.104] #2  0x00007fdee3445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:09.104] #3  0x00007fdee361e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[12:39:09.104] #4  0x00007fdee362aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[12:39:09.104] #5  0x00007fdee360d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55f0eed4e240,...
[12:39:09.104] #6  0x000055f0edf7b39b in ExecInterpExpr (state=0x55f116c220a0, econtext=0x55f116c22d00, isnull=0x7ffdebc...
[12:39:09.104] #7  0x000055f0edf6c753 in ExecInterpExprStillValid (state=0x55f116c220a0, econtext=0x55f116c22d00, isNull...
[12:39:09.104] #8  0x000055f0edf7e6bf in ExecEvalExpr (isNull=0x7ffdebcfc8ff, econtext=<optimized out>, state=<optimized...
[12:39:09.104] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[12:39:09.808] #0  0x00007f7e9eaa9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:09.808] #1  0x00007f7e9ea5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:09.808] #2  0x00007f7e9ea45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:09.808] #3  0x00007f7e9ec1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[12:39:09.808] #4  0x00007f7e9ec2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[12:39:09.808] #5  0x00007f7e9ec0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x558339b96240,...
[12:39:09.808] #6  0x0000558338dc339b in ExecInterpExpr (state=0x55833b0a61d0, econtext=0x55833b0a6c50, isnull=0x7fffc79...
[12:39:09.808] #7  0x0000558338db4753 in ExecInterpExprStillValid (state=0x55833b0a61d0, econtext=0x55833b0a6c50, isNull...
[12:39:09.808] #8  0x0000558338dc66bf in ExecEvalExpr (isNull=0x7fffc79e73cf, econtext=<optimized out>, state=<optimized...
[12:39:09.808] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[12:39:10.292] #0  0x00007fd8268a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:10.292] #1  0x00007fd82685afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:10.292] #2  0x00007fd826845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:10.292] #3  0x00007fd826a1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[12:39:10.292] #4  0x00007fd826a2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[12:39:10.292] #5  0x00007fd826a0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55be6d98e240,...
[12:39:10.292] #6  0x000055be6cbbb39b in ExecInterpExpr (state=0x55bea5dcfc60, econtext=0x55bea5dd08c0, isnull=0x7ffc6fe...
[12:39:10.292] #7  0x000055be6cbac753 in ExecInterpExprStillValid (state=0x55bea5dcfc60, econtext=0x55bea5dd08c0, isNull...
[12:39:10.292] #8  0x000055be6cbbe6bf in ExecEvalExpr (isNull=0x7ffc6fe73bef, econtext=<optimized out>, state=<optimized...
[12:39:10.292] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[12:39:10.793] #0  0x00007f70960a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:10.793] #1  0x00007f709605afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:10.793] #2  0x00007f7096045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:10.793] #3  0x00007f709621e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[12:39:10.793] #4  0x00007f709622aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[12:39:10.793] #5  0x00007f709620d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55d47df77240,...
[12:39:10.793] #6  0x000055d47d1a439b in ExecInterpExpr (state=0x55d4a629bd10, econtext=0x55d4a629c970, isnull=0x7ffd69a...
[12:39:10.793] #7  0x000055d47d195753 in ExecInterpExprStillValid (state=0x55d4a629bd10, econtext=0x55d4a629c970, isNull...
[12:39:10.793] #8  0x000055d47d1a76bf in ExecEvalExpr (isNull=0x7ffd69a03f4f, econtext=<optimized out>, state=<optimized...
[12:39:10.793] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[12:39:11.275] #0  0x00007f01aeea9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:11.275] #1  0x00007f01aee5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:11.275] #2  0x00007f01aee45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:11.275] #3  0x00007f01af01e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[12:39:11.275] #4  0x00007f01af02aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[12:39:11.275] #5  0x00007f01af00d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55eb2a740240,...
[12:39:11.275] #6  0x000055eb2996d39b in ExecInterpExpr (state=0x55eb331cbbc0, econtext=0x55eb331cc820, isnull=0x7ffd32b...
[12:39:11.275] #7  0x000055eb2995e753 in ExecInterpExprStillValid (state=0x55eb331cbbc0, econtext=0x55eb331cc820, isNull...
[12:39:11.275] #8  0x000055eb299706bf in ExecEvalExpr (isNull=0x7ffd32b57f6f, econtext=<optimized out>, state=<optimized...
[12:39:11.275] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[12:39:11.758] #0  0x00007f2be2ea9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:11.758] #1  0x00007f2be2e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:11.758] #2  0x00007f2be2e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:11.758] #3  0x00007f2be301e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[12:39:11.758] #4  0x00007f2be302aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[12:39:11.758] #5  0x00007f2be300d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x56285fd7e240,...
[12:39:11.758] #6  0x000056285efab39b in ExecInterpExpr (state=0x56288f7f50d0, econtext=0x56288f7f5d30, isnull=0x7ffe37b...
[12:39:11.758] #7  0x000056285ef9c753 in ExecInterpExprStillValid (state=0x56288f7f50d0, econtext=0x56288f7f5d30, isNull...
[12:39:11.758] #8  0x000056285efae6bf in ExecEvalExpr (isNull=0x7ffe37b6d21f, econtext=<optimized out>, state=<optimized...
[12:39:11.758] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[12:39:12.242] #0  0x00007fa226ca9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:12.242] #1  0x00007fa226c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:12.242] #2  0x00007fa226c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:12.242] #3  0x00007fa226e1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[12:39:12.242] #4  0x00007fa226e2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[12:39:12.242] #5  0x00007fa226e0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x559ce0aea240,...
[12:39:12.242] #6  0x0000559cdfd1739b in ExecInterpExpr (state=0x559cf2900d00, econtext=0x559cf2901960, isnull=0x7ffc817...
[12:39:12.242] #7  0x0000559cdfd08753 in ExecInterpExprStillValid (state=0x559cf2900d00, econtext=0x559cf2901960, isNull...
[12:39:12.242] #8  0x0000559cdfd1a6bf in ExecEvalExpr (isNull=0x7ffc8175eadf, econtext=<optimized out>, state=<optimized...
[12:39:12.242] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[12:39:12.855] #0  0x00007f0ad54a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:12.855] #1  0x00007f0ad545afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:12.855] #2  0x00007f0ad5445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:12.855] #3  0x00007f0ad561e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[12:39:12.855] #4  0x00007f0ad562aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[12:39:12.855] #5  0x00007f0ad560d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55e69a1fc240,...
[12:39:12.855] #6  0x000055e69942939b in ExecInterpExpr (state=0x55e6ce4c1210, econtext=0x55e6ce4c2d38, isnull=0x7ffe365...
[12:39:12.855] #7  0x000055e69941a753 in ExecInterpExprStillValid (state=0x55e6ce4c1210, econtext=0x55e6ce4c2d38, isNull...
[12:39:12.855] #8  0x000055e69942c6bf in ExecEvalExpr (isNull=0x7ffe365579bf, econtext=<optimized out>, state=<optimized...
[12:39:12.855] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[12:39:13.359] #0  0x00007f7e9eaa9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:13.359] #1  0x00007f7e9ea5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:13.359] #2  0x00007f7e9ea45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:13.359] #3  0x00007f7e9ec1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[12:39:13.359] #4  0x00007f7e9ec2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[12:39:13.359] #5  0x00007f7e9ec0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x558339b96240,...
[12:39:13.359] #6  0x0000558338dc339b in ExecInterpExpr (state=0x55833b080630, econtext=0x55833b0783d8, isnull=0x7fffc79...
[12:39:13.359] #7  0x0000558338db4753 in ExecInterpExprStillValid (state=0x55833b080630, econtext=0x55833b0783d8, isNull...
[12:39:13.359] #8  0x0000558338dc66bf in ExecEvalExpr (isNull=0x7fffc79e74bf, econtext=<optimized out>, state=<optimized...
[12:39:13.359] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[12:39:13.836] #0  0x00007f092caa9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:13.836] #1  0x00007f092ca5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:13.836] #2  0x00007f092ca45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:13.836] #3  0x00007f092cc1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[12:39:13.836] #4  0x00007f092cc2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[12:39:13.836] #5  0x00007f092cc0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55ef905bf240,...
[12:39:13.836] #6  0x000055ef8f7ec39b in ExecInterpExpr (state=0x55efa6743a20, econtext=0x55efa6744680, isnull=0x7ffff2f...
[12:39:13.836] #7  0x000055ef8f7dd753 in ExecInterpExprStillValid (state=0x55efa6743a20, econtext=0x55efa6744680, isNull...
[12:39:13.836] #8  0x000055ef8f7ef6bf in ExecEvalExpr (isNull=0x7ffff2f3008f, econtext=<optimized out>, state=<optimized...
[12:39:13.836] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[12:39:14.319] #0  0x00007fd0d24a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:14.319] #1  0x00007fd0d245afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:14.319] #2  0x00007fd0d2445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:14.319] #3  0x00007fd0d261e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[12:39:14.319] #4  0x00007fd0d262aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[12:39:14.319] #5  0x00007fd0d260d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55ad9a9a3240,...
[12:39:14.319] #6  0x000055ad99bd039b in ExecInterpExpr (state=0x55adb4a1d0a0, econtext=0x55adb4a1dd00, isnull=0x7ffd44c...
[12:39:14.319] #7  0x000055ad99bc1753 in ExecInterpExprStillValid (state=0x55adb4a1d0a0, econtext=0x55adb4a1dd00, isNull...
[12:39:14.319] #8  0x000055ad99bd36bf in ExecEvalExpr (isNull=0x7ffd44c651df, econtext=<optimized out>, state=<optimized...
[12:39:14.319] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[12:39:15.609] #0  0x00007f7e9eaa9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:15.609] #1  0x00007f7e9ea5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:15.609] #2  0x00007f7e9ea45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:15.609] #3  0x00007f7e9ec1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[12:39:15.609] #4  0x00007f7e9ec2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[12:39:15.609] #5  0x00007f7e9ec0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x558339b96240,...
[12:39:15.609] #6  0x0000558338dc339b in ExecInterpExpr (state=0x55833b087670, econtext=0x55833b0880f0, isnull=0x7fffc79...
[12:39:15.609] #7  0x0000558338db4753 in ExecInterpExprStillValid (state=0x55833b087670, econtext=0x55833b0880f0, isNull...
[12:39:15.609] #8  0x0000558338dc66bf in ExecEvalExpr (isNull=0x7fffc79e6f7f, econtext=<optimized out>, state=<optimized...
[12:39:15.609] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[12:39:16.113] #0  0x00007f80ceaa9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:16.113] #1  0x00007f80cea5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:16.113] #2  0x00007f80cea45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:16.113] #3  0x00007f80cec1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[12:39:16.113] #4  0x00007f80cec2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[12:39:16.113] #5  0x00007f80cec0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55b319dde240,...
[12:39:16.113] #6  0x000055b31900b39b in ExecInterpExpr (state=0x55b337817b50, econtext=0x55b3378187b0, isnull=0x7fffcb4...
[12:39:16.113] #7  0x000055b318ffc753 in ExecInterpExprStillValid (state=0x55b337817b50, econtext=0x55b3378187b0, isNull...
[12:39:16.113] #8  0x000055b31900e6bf in ExecEvalExpr (isNull=0x7fffcb4dfa4f, econtext=<optimized out>, state=<optimized...
[12:39:16.113] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[12:39:17.542] #0  0x00007f7e9eaa9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:17.542] #1  0x00007f7e9ea5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:17.542] #2  0x00007f7e9ea45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:17.542] #3  0x00007f7e9ec1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[12:39:17.542] #4  0x00007f7e9ec2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[12:39:17.542] #5  0x00007f7e9ec0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x558339b96240,...
[12:39:17.542] #6  0x0000558338dc339b in ExecInterpExpr (state=0x55833b117990, econtext=0x55833b118500, isnull=0x7fffc79...
[12:39:17.542] #7  0x0000558338db4753 in ExecInterpExprStillValid (state=0x55833b117990, econtext=0x55833b118500, isNull...
[12:39:17.542] #8  0x0000558338dc66bf in ExecEvalExpr (isNull=0x7fffc79e666f, econtext=<optimized out>, state=<optimized...
[12:39:17.542] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[12:39:18.045] #0  0x00007f889caa9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:18.045] #1  0x00007f889ca5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:18.045] #2  0x00007f889ca45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:18.045] #3  0x00007f889cc1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[12:39:18.045] #4  0x00007f889cc2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[12:39:18.045] #5  0x00007f889cc0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x562cf1569240,...
[12:39:18.045] #6  0x0000562cf079639b in ExecInterpExpr (state=0x562d14cd69f0, econtext=0x562d14d0ca58, isnull=0x7ffdbff...
[12:39:18.045] #7  0x0000562cf0787753 in ExecInterpExprStillValid (state=0x562d14cd69f0, econtext=0x562d14d0ca58, isNull...
[12:39:18.045] #8  0x0000562cf07996bf in ExecEvalExpr (isNull=0x7ffdbff1ed9f, econtext=<optimized out>, state=<optimized...
[12:39:18.045] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[12:39:18.525] #0  0x00007f031a6a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:18.525] #1  0x00007f031a65afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:18.525] #2  0x00007f031a645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:18.525] #3  0x00007f031a81e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[12:39:18.525] #4  0x00007f031a82aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[12:39:18.525] #5  0x00007f031a80d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x561d5465e240,...
[12:39:18.525] #6  0x0000561d5388b39b in ExecInterpExpr (state=0x561d7d7154b0, econtext=0x561d7d716110, isnull=0x7fffd2f...
[12:39:18.525] #7  0x0000561d5387c753 in ExecInterpExprStillValid (state=0x561d7d7154b0, econtext=0x561d7d716110, isNull...
[12:39:18.525] #8  0x0000561d5388e6bf in ExecEvalExpr (isNull=0x7fffd2f5edcf, econtext=<optimized out>, state=<optimized...
[12:39:18.525] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[12:39:19.016] #0  0x00007f653a6a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:19.016] #1  0x00007f653a65afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:19.016] #2  0x00007f653a645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:19.016] #3  0x00007f653a81e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[12:39:19.016] #4  0x00007f653a82aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[12:39:19.016] #5  0x00007f653a80d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x564ffe8a0240,...
[12:39:19.016] #6  0x0000564ffdacd39b in ExecInterpExpr (state=0x56503bc044a0, econtext=0x56503bc05100, isnull=0x7ffd8c1...
[12:39:19.016] #7  0x0000564ffdabe753 in ExecInterpExprStillValid (state=0x56503bc044a0, econtext=0x56503bc05100, isNull...
[12:39:19.016] #8  0x0000564ffdad06bf in ExecEvalExpr (isNull=0x7ffd8c15fe6f, econtext=<optimized out>, state=<optimized...
[12:39:19.016] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[12:39:19.525] #0  0x00007f03c06a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:19.525] #1  0x00007f03c065afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:19.525] #2  0x00007f03c0645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:19.525] #3  0x00007f03c081e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[12:39:19.525] #4  0x00007f03c082aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[12:39:19.525] #5  0x00007f03c080d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x5573a9949240,...
[12:39:19.525] #6  0x00005573a8b7639b in ExecInterpExpr (state=0x5573ad75ce70, econtext=0x5573ad75dad0, isnull=0x7fff309...
[12:39:19.525] #7  0x00005573a8b67753 in ExecInterpExprStillValid (state=0x5573ad75ce70, econtext=0x5573ad75dad0, isNull...
[12:39:19.525] #8  0x00005573a8b796bf in ExecEvalExpr (isNull=0x7fff3097c3af, econtext=<optimized out>, state=<optimized...
[12:39:19.525] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[12:39:20.052] #0  0x00007fd9586a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:20.052] #1  0x00007fd95865afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:20.052] #2  0x00007fd958645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:20.052] #3  0x00007fd95881e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[12:39:20.052] #4  0x00007fd95882aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[12:39:20.052] #5  0x00007fd95880d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x561a51ec3240,...
[12:39:20.052] #6  0x0000561a510f039b in ExecInterpExpr (state=0x561a66d850b0, econtext=0x561a66d85d10, isnull=0x7ffc29d...
[12:39:20.052] #7  0x0000561a510e1753 in ExecInterpExprStillValid (state=0x561a66d850b0, econtext=0x561a66d85d10, isNull...
[12:39:20.052] #8  0x0000561a510f36bf in ExecEvalExpr (isNull=0x7ffc29dc5e8f, econtext=<optimized out>, state=<optimized...
[12:39:20.052] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[12:39:20.545] #0  0x00007f7e9eaa9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:20.545] #1  0x00007f7e9ea5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:20.545] #2  0x00007f7e9ea45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:20.545] #3  0x00007f7e9ec1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[12:39:20.545] #4  0x00007f7e9ec2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[12:39:20.545] #5  0x00007f7e9ec0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x558339b96240,...
[12:39:20.545] #6  0x0000558338dc339b in ExecInterpExpr (state=0x55833b087478, econtext=0x55833b08d938, isnull=0x7fffc79...
[12:39:20.545] #7  0x0000558338db4753 in ExecInterpExprStillValid (state=0x55833b087478, econtext=0x55833b08d938, isNull...
[12:39:20.545] #8  0x0000558338dc66bf in ExecEvalExpr (isNull=0x7fffc79e74df, econtext=<optimized out>, state=<optimized...
[12:39:20.545] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[12:39:21.209] #0  0x00007f13138a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:21.209] #1  0x00007f131385afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:21.209] #2  0x00007f1313845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:39:21.209] #3  0x00007f1313a1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[12:39:21.209] #4  0x00007f1313a2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[12:39:21.209] #5  0x00007f1313a0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55c6fe9c9240,...
[12:39:21.209] #6  0x000055c6fdbf639b in ExecInterpExpr (state=0x55c713bd1600, econtext=0x55c713bd2170, isnull=0x7ffd0ac...
[12:39:21.209] #7  0x000055c6fdbe7753 in ExecInterpExprStillValid (state=0x55c713bd1600, econtext=0x55c713bd2170, isNull...
[12:39:21.209] #8  0x000055c6fdbf96bf in ExecEvalExpr (isNull=0x7ffd0ac93f7f, econtext=<optimized out>, state=<optimized...
[12:39:21.209] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/matview-write-skew.out /tmp/cirrus-ci-build/build/testrun/isol...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/matview-write-skew.out	2024-10-19 12:29:44.697842464 +0000
+++ /tmp/cirrus-ci-build/build/testrun/isolation/isolation/results/matview-write-skew.out	2024-10-19 12:34:30.288772814 ...
@@ -1,121 +1,6 @@
 Parsed test spec with 2 sessions
 
 starting permutation: s1_begin s2_begin s1_refresh s2_read s2_insert s1_commit s2_commit
-step s1_begin: BEGIN ISOLATION LEVEL SERIALIZABLE;
-step s2_begin: BEGIN ISOLATION LEVEL SERIALIZABLE;
-step s1_refresh: REFRESH MATERIALIZED VIEW CONCURRENTLY order_summary;
-step s2_read: SELECT max(date) FROM order_summary;
-       max
-----------
-04-01-2022
-(1 row)
-
-step s2_insert: INSERT INTO orders VALUES ('2022-04-02', 'orange', 15);
-step s1_commit: COMMIT;
-step s2_commit: COMMIT;
-ERROR:  could not serialize access due to read/write dependencies among transactions
...
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pageinspect/expected/brin.out /tmp/cirrus-ci-build/build/testrun/pageinspect/regre...
--- /tmp/cirrus-ci-build/contrib/pageinspect/expected/brin.out	2024-10-19 12:29:43.065842429 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pageinspect/regress/results/brin.out	2024-10-19 12:34:35.016769300 +0000
@@ -161,50 +161,7 @@
 SELECT * FROM brin_page_items(get_raw_page('brin_test_parallel_idx', 2), 'brin_test_parallel_idx')
 EXCEPT
 SELECT * FROM brin_page_items(get_raw_page('brin_test_serial_idx', 2), 'brin_test_serial_idx');
- itemoffset | blknum | attnum | allnulls | hasnulls | placeholder | empty | value 
-------------+--------+--------+----------+----------+-------------+-------+-------
-(0 rows)
-
-SELECT * FROM brin_page_items(get_raw_page('brin_test_serial_idx', 2), 'brin_test_serial_idx')
-EXCEPT
-SELECT * FROM brin_page_items(get_raw_page('brin_test_parallel_idx', 2), 'brin_test_parallel_idx');
- itemoffset | blknum | attnum | allnulls | hasnulls | placeholder | empty | value 
-------------+--------+--------+----------+----------+-------------+-------+-------
-(0 rows)
-
-DROP INDEX brin_test_parallel_idx;
--- force parallel build, but don't allow starting parallel workers to force
...
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/select.out /tmp/cirrus-ci-build/build/testrun/pg_stat_...
--- /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/select.out	2024-10-19 12:29:43.073842430 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_stat_statements/regress/results/select.out	2024-10-19 12:34:36.024768567 +0000
@@ -319,96 +319,7 @@
 FROM (VALUES (1, 2, 3), (4, NULL, 6), (7, 8, 9)) AS t (a, b, c)
 GROUP BY ROLLUP(a, b), rollup(a, c)
 ORDER BY a, b, c;
- a | b | c 
----+---+---
- 1 | 2 | 3
- 1 | 2 |  
- 1 | 2 |  
- 1 |   | 3
- 1 |   | 3
- 1 |   |  
- 1 |   |  
- 1 |   |  
- 4 |   | 6
- 4 |   | 6
- 4 |   | 6
...
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_trgm/expected/pg_trgm.out /tmp/cirrus-ci-build/build/testrun/pg_trgm/regress/re...
--- /tmp/cirrus-ci-build/contrib/pg_trgm/expected/pg_trgm.out	2024-10-19 12:29:43.081842430 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_trgm/regress/results/pg_trgm.out	2024-10-19 12:34:38.508766784 +0000
@@ -5384,21 +5384,7 @@
 
 SELECT DISTINCT city, similarity(city, 'Warsaw'), show_limit()
   FROM restaurants WHERE city % 'Warsaw';
-  city  | similarity | show_limit 
---------+------------+------------
- Warsaw |          1 |        0.3
-(1 row)
-
-SELECT set_limit(0.5);
- set_limit 
------------
-       0.5
-(1 row)
-
-SELECT DISTINCT city, similarity(city, 'Warsaw'), show_limit()
-  FROM restaurants WHERE city % 'Warsaw';
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/type_sanity.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/00...
--- /tmp/cirrus-ci-build/src/test/regress/expected/type_sanity.out	2024-10-19 12:29:44.921842469 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/type_sanity.out	2024-10-19 12:33:52.660806...
@@ -172,573 +172,7 @@
 FROM pg_type AS t1
 WHERE t1.typtype not in ('b', 'p')
 ORDER BY 1;
- typtype |   typinput    
----------+---------------
- c       | record_in
- d       | domain_in
- e       | enum_in
- m       | multirange_in
- r       | range_in
-(5 rows)
-
--- Check for bogus typoutput routines
--- As of 8.0, this check finds refcursor, which is borrowing
--- other types' I/O routines
-SELECT t1.oid, t1.typname, p1.oid, p1.proname
...
regress
diff -U3 /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out /tmp/cirrus-ci-build/build/testrun/postgres...
--- /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out	2024-10-19 12:29:43.113842431 +0000
+++ /tmp/cirrus-ci-build/build/testrun/postgres_fdw/regress/results/postgres_fdw.out	2024-10-19 12:34:38.836766551 +0000
@@ -2329,10019 +2329,7 @@
 (20 rows)
 
 SELECT t1c1, avg(t1c1 + t2c1) FROM (SELECT t1.c1, t2.c1 FROM ft1 t1 JOIN ft2 t2 ON (t1.c1 = t2.c1) UNION SELECT t1.c1, ...
- t1c1 |         avg          
-------+----------------------
-  101 | 202.0000000000000000
-  102 | 204.0000000000000000
-  103 | 206.0000000000000000
-  104 | 208.0000000000000000
-  105 | 210.0000000000000000
-  106 | 212.0000000000000000
-  107 | 214.0000000000000000
-  108 | 216.0000000000000000
-  109 | 218.0000000000000000
-  110 | 220.0000000000000000
-(10 rows)
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/geometry.out /tmp/cirrus-ci-build/build/testrun/recovery/027_str...
--- /tmp/cirrus-ci-build/src/test/regress/expected/geometry.out	2024-10-19 12:29:44.849842467 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/geometry.out	2024-10-19 12:34:15.3567848...
@@ -5172,151 +5172,10 @@
 ERROR:  value out of range: overflow
 -- Division by 0 error
 SELECT c.f1, p.f1, c.f1 / p.f1 FROM CIRCLE_TBL c, POINT_TBL p WHERE p.f1 ~= '(0,0)'::point;
-ERROR:  division by zero
--- Distance to polygon
-SELECT c.f1, p.f1, c.f1 <-> p.f1 FROM CIRCLE_TBL c, POLYGON_TBL p;
-       f1       |             f1             |    ?column?    
-----------------+----------------------------+----------------
- <(5,1),3>      | ((2,0),(2,4),(0,0))        |              0
- <(5,1),3>      | ((3,1),(3,3),(1,0))        |              0
- <(5,1),3>      | ((1,2),(3,4),(5,6),(7,8))  | 0.535533905933
- <(5,1),3>      | ((7,8),(5,6),(3,4),(1,2))  | 0.535533905933
- <(5,1),3>      | ((1,2),(7,8),(5,6),(3,-4)) |              0
- <(5,1),3>      | ((0,0))                    |  2.09901951359
- <(5,1),3>      | ((0,1),(0,1))              |              2
- <(1,2),100>    | ((2,0),(2,4),(0,0))        |              0
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/type_sanity.out /tmp/cirrus-ci-build/build/testrun/regress/regre...
--- /tmp/cirrus-ci-build/src/test/regress/expected/type_sanity.out	2024-10-19 12:29:44.921842469 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/type_sanity.out	2024-10-19 12:33:48.920810433 +0000
@@ -172,573 +172,7 @@
 FROM pg_type AS t1
 WHERE t1.typtype not in ('b', 'p')
 ORDER BY 1;
- typtype |   typinput    
----------+---------------
- c       | record_in
- d       | domain_in
- e       | enum_in
- m       | multirange_in
- r       | range_in
-(5 rows)
-
--- Check for bogus typoutput routines
--- As of 8.0, this check finds refcursor, which is borrowing
--- other types' I/O routines
-SELECT t1.oid, t1.typname, p1.oid, p1.proname
...
regress
diff -U3 /tmp/cirrus-ci-build/contrib/tablefunc/expected/tablefunc.out /tmp/cirrus-ci-build/build/testrun/tablefunc/regr...
--- /tmp/cirrus-ci-build/contrib/tablefunc/expected/tablefunc.out	2024-10-19 12:29:43.129842431 +0000
+++ /tmp/cirrus-ci-build/build/testrun/tablefunc/regress/results/tablefunc.out	2024-10-19 12:34:38.516766779 +0000
@@ -239,261 +239,7 @@
   'SELECT rowid, rowdt, attribute, val FROM cth ORDER BY 1',
   'SELECT DISTINCT rowdt, attribute FROM cth ORDER BY 2')
 AS c(rowid text, rowdt timestamp, temperature int4, test_result text, test_startdate timestamp, volts float8);
-ERROR:  invalid crosstab categories query
-DETAIL:  The query must return one column.
--- if category query generates a NULL value, get expected error
-SELECT * FROM crosstab(
-  'SELECT rowid, rowdt, attribute, val FROM cth ORDER BY 1',
-  'SELECT NULL::text')
-AS c(rowid text, rowdt timestamp, temperature int4, test_result text, test_startdate timestamp, volts float8);
-ERROR:  crosstab category value must not be null
--- if source query returns zero rows, get zero rows returned
-SELECT * FROM crosstab(
-  'SELECT rowid, rowdt, attribute, val FROM cth WHERE false ORDER BY 1',
-  'SELECT DISTINCT attribute FROM cth ORDER BY 1')
-AS c(rowid text, rowdt timestamp, temperature text, test_result text, test_startdate text, volts text);
...
tap
[12:34:50.069](0.736s) not ok 7 - checking an unresolvable database pattern under --no-strict-names status (got 1 vs exp...
[12:34:50.651](0.460s) not ok 22 - checking a database by name without amcheck installed, with other databases status (g...
[12:34:50.652](0.000s) not ok 24 - checking a database by name without amcheck installed, with other databases stderr /(...
[12:34:51.042](0.390s) not ok 25 - checking a database by pattern without amcheck installed, with other databases status...
[12:34:51.043](0.000s) not ok 27 - checking a database by pattern without amcheck installed, with other databases stderr...
[12:34:51.061](0.000s) not ok 30 - checking table pattern ".." stderr /(?^:pg_amcheck: error: no connectable databases t...
[12:34:51.082](0.000s) not ok 33 - checking table pattern ".foo.bar" stderr /(?^:pg_amcheck: error: no connectable datab...
[12:34:51.097](0.000s) not ok 36 - checking table pattern "." stderr /(?^:pg_amcheck: error: no heap tables to check mat...
[12:34:51.294](0.019s) not ok 64 - many unmatched patterns and one matched pattern under --no-strict-names status (got 1...
[12:34:51.295](0.000s) not ok 66 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[12:34:51.295](0.000s) not ok 67 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[12:34:51.295](0.000s) not ok 68 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[12:34:51.296](0.000s) not ok 69 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[12:34:51.296](0.000s) not ok 70 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[12:34:51.296](0.000s) not ok 71 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[12:34:51.297](0.000s) not ok 72 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[12:34:51.297](0.000s) not ok 73 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[12:34:51.297](0.000s) not ok 74 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[12:34:51.298](0.000s) not ok 75 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[12:34:51.298](0.000s) not ok 76 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[12:34:51.298](0.000s) not ok 77 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[12:34:51.298](0.000s) not ok 78 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[12:34:51.299](0.000s) not ok 79 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[12:34:51.299](0.000s) not ok 80 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[12:34:51.299](0.000s) not ok 81 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[12:34:51.300](0.000s) not ok 82 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
tap
[12:34:56.109](6.080s) not ok 1 - pg_amcheck prior to corruption status (got 1 vs expected 0)
[12:34:56.110](0.000s) not ok 3 - pg_amcheck prior to corruption stderr /(?^:^$)/
[12:35:01.654](5.544s) not ok 4 - pg_amcheck all schemas, tables and indexes in database db1 status (got 1 vs expected 2...
[12:35:01.655](0.000s) not ok 5 - pg_amcheck all schemas, tables and indexes in database db1 stdout /(?^:index ".*" lack...
[12:35:01.655](0.000s) not ok 6 - pg_amcheck all schemas, tables and indexes in database db1 stdout /(?^:line pointer)/
[12:35:01.655](0.000s) not ok 7 - pg_amcheck all schemas, tables and indexes in database db1 stdout /(?^:could not open ...
[12:35:01.656](0.000s) not ok 8 - pg_amcheck all schemas, tables and indexes in database db1 stderr /(?^:^$)/
[12:35:02.229](0.574s) not ok 9 - pg_amcheck all schemas, tables and indexes in databases db1, db2, and db3 status (got ...
[12:35:02.230](0.000s) not ok 10 - pg_amcheck all schemas, tables and indexes in databases db1, db2, and db3 stdout /(?^...
[12:35:02.231](0.000s) not ok 11 - pg_amcheck all schemas, tables and indexes in databases db1, db2, and db3 stdout /(?^...
[12:35:02.231](0.000s) not ok 12 - pg_amcheck all schemas, tables and indexes in databases db1, db2, and db3 stdout /(?^...
[12:35:02.231](0.000s) not ok 13 - pg_amcheck all schemas, tables and indexes in databases db1, db2, and db3 stderr /(?^...
[12:35:02.620](0.388s) not ok 14 - pg_amcheck index s1.t1_btree reports missing main relation fork status (got 0 vs expe...
[12:35:02.620](0.000s) not ok 15 - pg_amcheck index s1.t1_btree reports missing main relation fork stdout /(?^:index ".*...
[12:35:02.671](0.050s) not ok 17 - pg_amcheck index s1.s2 reports index corruption status (got 0 vs expected 2)
[12:35:02.671](0.000s) not ok 18 - pg_amcheck index s1.s2 reports index corruption stdout /(?^:.+)/
[12:35:02.764](0.064s) not ok 23 - pg_amcheck of db2.s1 excluding indexes status (got 0 vs expected 2)
[12:35:02.765](0.000s) not ok 24 - pg_amcheck of db2.s1 excluding indexes stdout /(?^:could not open file ".*": No such ...
[12:35:03.379](0.614s) not ok 26 - pg_amcheck schema s3 reports table and index errors status (got 1 vs expected 2)
[12:35:03.380](0.000s) not ok 27 - pg_amcheck schema s3 reports table and index errors stdout /(?^:index ".*" lacks a ma...
[12:35:03.380](0.000s) not ok 28 - pg_amcheck schema s3 reports table and index errors stdout /(?^:line pointer)/
[12:35:03.381](0.000s) not ok 29 - pg_amcheck schema s3 reports table and index errors stdout /(?^:could not open file "...
[12:35:03.381](0.000s) not ok 30 - pg_amcheck schema s3 reports table and index errors stderr /(?^:^$)/
[12:35:03.404](0.022s) not ok 31 - pg_amcheck in schema s4 reports toast corruption status (got 1 vs expected 2)
[12:35:03.404](0.000s) not ok 32 - pg_amcheck in schema s4 reports toast corruption stdout /(?^:could not open file ".*"...
[12:35:03.405](0.000s) not ok 33 - pg_amcheck in schema s4 reports toast corruption stderr /(?^:^$)/
[12:35:03.430](0.026s) not ok 34 - pg_amcheck in schema s4 excluding toast reports no corruption status (got 1 vs expect...
[12:35:03.431](0.000s) not ok 36 - pg_amcheck in schema s4 excluding toast reports no corruption stderr /(?^:^$)/
[12:35:03.451](0.019s) not ok 37 - pg_amcheck over schema s5 reports no corruption status (got 1 vs expected 0)
[12:35:03.452](0.000s) not ok 39 - pg_amcheck over schema s5 reports no corruption stderr /(?^:^$)/
[12:35:03.468](0.016s) not ok 40 - pg_amcheck over schema s1 with corrupt indexes excluded reports no corruption status ...
[12:35:03.469](0.000s) not ok 42 - pg_amcheck over schema s1 with corrupt indexes excluded reports no corruption stderr ...
[12:35:03.481](0.012s) not ok 43 - pg_amcheck over schema s1 with all indexes excluded reports no corruption status (got...
[12:35:03.482](0.000s) not ok 45 - pg_amcheck over schema s1 with all indexes excluded reports no corruption stderr /(?^...
[12:35:03.499](0.017s) not ok 46 - pg_amcheck over schema s2 with corrupt tables excluded reports no corruption status (...
[12:35:03.500](0.000s) not ok 48 - pg_amcheck over schema s2 with corrupt tables excluded reports no corruption stderr /...
[12:35:03.547](0.012s) not ok 55 - pg_amcheck smoke test --parent-check status (got 1 vs expected 2)
[12:35:03.547](0.000s) not ok 56 - pg_amcheck smoke test --parent-check stdout /(?^:index ".*" lacks a main relation for...
[12:35:03.548](0.000s) not ok 57 - pg_amcheck smoke test --parent-check stderr /(?^:^$)/
[12:35:03.559](0.012s) not ok 58 - pg_amcheck smoke test --heapallindexed --rootdescend status (got 1 vs expected 2)
[12:35:03.560](0.000s) not ok 59 - pg_amcheck smoke test --heapallindexed --rootdescend stdout /(?^:index ".*" lacks a m...
[12:35:03.561](0.000s) not ok 60 - pg_amcheck smoke test --heapallindexed --rootdescend stderr /(?^:^$)/
[12:35:03.575](0.014s) not ok 61 - pg_amcheck excluding all corrupt schemas status (got 1 vs expected 0)
[12:35:03.576](0.000s) not ok 63 - pg_amcheck excluding all corrupt schemas stderr /(?^:^$)/
[12:35:03.586](0.010s) not ok 64 - pg_amcheck smoke test --parent-check --checkunique status (got 1 vs expected 2)
[12:35:03.586](0.000s) not ok 65 - pg_amcheck smoke test --parent-check --checkunique stdout /(?^:index ".*" lacks a mai...
[12:35:03.587](0.000s) not ok 66 - pg_amcheck smoke test --parent-check --checkunique stderr /(?^:^$)/
[12:35:03.598](0.011s) not ok 67 - pg_amcheck smoke test --heapallindexed --rootdescend --checkunique status (got 1 vs e...
[12:35:03.598](0.000s) not ok 68 - pg_amcheck smoke test --heapallindexed --rootdescend --checkunique stdout /(?^:index ...
[12:35:03.599](0.000s) not ok 69 - pg_amcheck smoke test --heapallindexed --rootdescend --checkunique stderr /(?^:^$)/
[12:35:03.612](0.013s) not ok 70 - pg_amcheck excluding all corrupt schemas with --checkunique option status (got 1 vs e...
[12:35:03.613](0.000s) not ok 72 - pg_amcheck excluding all corrupt schemas with --checkunique option stderr /(?^:^$)/
tap
[12:34:55.247](3.960s) not ok 1 - pg_amcheck test table, prior to corruption
[12:34:55.774](0.527s) not ok 2 - pg_amcheck test table and index, prior to corruption
[12:35:00.697](4.923s) not ok 3 - Expected corruption message output status (got 1 vs expected 2)
[12:35:00.698](0.000s) not ok 4 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.tes...
[12:35:00.698](0.000s) not ok 5 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.tes...
[12:35:00.699](0.000s) not ok 6 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.tes...
[12:35:00.699](0.000s) not ok 7 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.tes...
[12:35:00.699](0.000s) not ok 8 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.tes...
[12:35:00.700](0.000s) not ok 9 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.tes...
[12:35:00.700](0.000s) not ok 10 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[12:35:00.700](0.000s) not ok 11 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[12:35:00.701](0.000s) not ok 12 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[12:35:00.701](0.000s) not ok 13 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[12:35:00.701](0.000s) not ok 14 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[12:35:00.701](0.000s) not ok 15 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[12:35:00.702](0.000s) not ok 16 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[12:35:00.702](0.000s) not ok 17 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[12:35:00.702](0.000s) not ok 18 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[12:35:00.703](0.000s) not ok 19 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[12:35:00.703](0.000s) not ok 20 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[12:35:00.704](0.000s) not ok 21 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[12:35:00.704](0.000s) not ok 22 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[12:35:00.705](0.000s) not ok 23 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[12:35:00.710](0.000s) not ok 24 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[12:35:00.711](0.000s) not ok 25 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[12:35:00.712](0.000s) not ok 26 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[12:35:00.712](0.000s) not ok 27 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[12:35:00.713](0.000s) not ok 28 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[12:35:00.713](0.000s) not ok 29 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[12:35:00.714](0.000s) not ok 30 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[12:35:00.715](0.000s) not ok 31 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[12:35:00.715](0.000s) not ok 32 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
tap
[12:34:52.874](1.403s) not ok 1 - pg_amcheck all schemas, tables and indexes reports no corruption: exit code 0
[12:34:52.875](0.000s) not ok 2 - pg_amcheck all schemas, tables and indexes reports no corruption: no stderr
[12:34:53.393](0.518s) not ok 4 - pg_amcheck all schemas, tables and indexes reports fickleidx corruption status (got 1 ...
[12:34:53.393](0.000s) not ok 5 - pg_amcheck all schemas, tables and indexes reports fickleidx corruption stdout /(?^:it...
[12:34:53.939](0.545s) not ok 6 - pg_amcheck all schemas, tables and indexes reports no corruption: exit code 0
[12:34:53.939](0.000s) not ok 7 - pg_amcheck all schemas, tables and indexes reports no corruption: no stderr
[12:34:54.531](0.591s) not ok 9 - pg_amcheck all schemas, tables and indexes reports bttest_unique_idx corruption status...
[12:34:54.532](0.000s) not ok 10 - pg_amcheck all schemas, tables and indexes reports bttest_unique_idx corruption stdou...
tap
[12:35:12.276](0.981s) not ok 30 - run pg_createsubscriber on node S
tap
[12:35:17.640](0.720s) not ok 19 - pg_dump: option -n pg_catalog
[12:35:18.274](0.634s) not ok 20 - pg_dumpall: option --exclude-database handles database names with embedded dots
[12:35:18.383](0.001s) not ok 22 - pg_dump: option --schema rejects three-part schema names: matches
[12:35:18.439](0.001s) not ok 24 - pg_dump: option --schema rejects cross-database multipart schema names: matches
[12:35:18.502](0.001s) not ok 26 - pg_dump: option --schema rejects degenerate two-part schema name: ".": matches
[12:35:18.556](0.001s) not ok 28 - pg_dump: option --schema rejects cross-database multipart schema names with embedded ...
[12:35:18.607](0.001s) not ok 30 - pg_dump: option --schema rejects degenerate three-part schema name: "..": matches
[12:35:18.663](0.001s) not ok 32 - pg_dump: option --table rejects four-part table names: matches
[12:35:18.696](0.001s) not ok 34 - pg_dump: option --table rejects cross-database three part table names: matches
[12:35:18.752](0.001s) not ok 36 - pg_dump: option --table rejects cross-database three part table names with embedded d...
[12:35:18.789](0.036s) not ok 37 - binary_upgrade: pg_dump runs
[12:35:18.825](0.035s) not ok 38 - binary_upgrade: pg_restore runs
tap
[12:34:00.053](11.914s) not ok 5 - regression tests pass
[12:34:02.364](2.306s) not ok 6 - dump before running pg_upgrade
tap
[12:35:44.609](0.484s) not ok 192 - psql seeded_random count ok
[12:35:44.610](0.000s) not ok 193 - psql seeded_random count stderr is empty
[12:35:44.610](0.000s) not ok 194 - psql seeded_random count uniform
[12:35:44.610](0.000s) not ok 195 - psql seeded_random count exponential
[12:35:44.610](0.000s) not ok 196 - psql seeded_random count gaussian
[12:35:44.610](0.000s) not ok 197 - psql seeded_random count zipfian
tap
[12:34:19.747](9.295s) not ok 2 - regression tests pass
tap
[12:37:54.590](211.783s) # poll_query_until timed out executing this query:
timed out waiting for logical slot to calculate its restart_lsn at /tmp/cirrus-ci-build/src/test/perl/PostgreSQL/Test/Cl...
test
[12:37:54.872]   6/311 postgresql:pg_upgrade / pg_upgrade/004_subscription                             ERROR            ...
[12:37:54.872]   8/311 postgresql:pg_upgrade / pg_upgrade/003_logical_slots                            ERROR            ...
[12:37:54.872]  17/311 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[12:37:54.872]   7/311 postgresql:regress / regress/regress                                            ERROR            ...
[12:37:54.872]  38/311 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[12:37:54.872]  42/311 postgresql:recovery / recovery/038_save_logical_slots_shutdown                  ERROR            ...
[12:37:54.872]  48/311 postgresql:recovery / recovery/040_standby_failover_slots_sync                  ERROR            ...
[12:37:54.872]  59/311 postgresql:isolation / isolation/isolation                                      ERROR            ...
[12:37:54.872]  85/311 postgresql:pageinspect / pageinspect/regress                                    ERROR            ...
[12:37:54.872]  90/311 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
[12:37:54.872]  95/311 postgresql:tablefunc / tablefunc/regress                                        ERROR            ...
[12:37:54.872]  98/311 postgresql:pg_trgm / pg_trgm/regress                                            ERROR            ...
[12:37:54.872] 102/311 postgresql:postgres_fdw / postgres_fdw/regress                                  ERROR            ...
[12:37:54.872] 140/311 postgresql:pg_amcheck / pg_amcheck/002_nonesuch                                 ERROR            ...
[12:37:54.872] 146/311 postgresql:pg_amcheck / pg_amcheck/005_opclass_damage                           ERROR            ...
[12:37:54.872] 149/311 postgresql:pg_amcheck / pg_amcheck/004_verify_heapam                            ERROR            ...
[12:37:54.872] 151/311 postgresql:pg_amcheck / pg_amcheck/003_check                                    ERROR            ...
[12:37:54.872] 161/311 postgresql:pg_basebackup / pg_basebackup/040_pg_createsubscriber                ERROR            ...
[12:37:54.872] 174/311 postgresql:pg_dump / pg_dump/002_pg_dump                                        ERROR            ...
[12:37:54.872] 227/311 postgresql:pgbench / pgbench/001_pgbench_with_server                            ERROR            ...
[12:37:54.872] 242/311 postgresql:subscription / subscription/002_types                                ERROR            ...
[12:37:54.872] 243/311 postgresql:subscription / subscription/003_constraints                          ERROR            ...
[12:37:54.872] 244/311 postgresql:subscription / subscription/001_rep_changes                          ERROR            ...
[12:37:54.872] 245/311 postgresql:subscription / subscription/004_sync                                 ERROR            ...
[12:37:54.872] 246/311 postgresql:subscription / subscription/006_rewrite                              ERROR            ...
[12:37:54.872] 248/311 postgresql:subscription / subscription/008_diff_schema                          ERROR            ...
[12:37:54.872] 249/311 postgresql:subscription / subscription/007_ddl                                  ERROR            ...
[12:37:54.872] 251/311 postgresql:subscription / subscription/010_truncate                             ERROR            ...
[12:37:54.872] 252/311 postgresql:subscription / subscription/011_generated                            ERROR            ...
[12:37:54.872] 253/311 postgresql:subscription / subscription/005_encoding                             ERROR            ...
[12:37:54.872] 254/311 postgresql:subscription / subscription/014_binary                               ERROR            ...
[12:37:54.872] 255/311 postgresql:subscription / subscription/013_partition                            ERROR            ...
[12:37:54.872] 256/311 postgresql:subscription / subscription/015_stream                               ERROR            ...
[12:37:54.872] 257/311 postgresql:subscription / subscription/016_stream_subxact                       ERROR            ...
[12:37:54.872] 258/311 postgresql:subscription / subscription/017_stream_ddl                           ERROR            ...
[12:37:54.872] 259/311 postgresql:subscription / subscription/018_stream_subxact_abort                 ERROR            ...
[12:37:54.872] 260/311 postgresql:subscription / subscription/019_stream_subxact_ddl_abort             ERROR            ...
[12:37:54.872] 262/311 postgresql:subscription / subscription/020_messages                             ERROR            ...
[12:37:54.872] 263/311 postgresql:subscription / subscription/012_collation                            ERROR            ...
[12:37:54.872] 264/311 postgresql:subscription / subscription/021_twophase                             ERROR            ...
[12:37:54.872] 265/311 postgresql:subscription / subscription/022_twophase_cascade                     ERROR            ...
[12:37:54.872] 266/311 postgresql:subscription / subscription/024_add_drop_pub                         ERROR            ...
[12:37:54.872] 267/311 postgresql:subscription / subscription/026_stats                                ERROR            ...
[12:37:54.872] 268/311 postgresql:subscription / subscription/027_nosuperuser                          ERROR            ...
[12:37:54.872] 269/311 postgresql:subscription / subscription/025_rep_changes_for_schema               ERROR            ...
[12:37:54.872] 270/311 postgresql:subscription / subscription/023_twophase_stream                      ERROR            ...
[12:37:54.872] 271/311 postgresql:subscription / subscription/028_row_filter                           ERROR            ...
[12:37:54.872] 272/311 postgresql:subscription / subscription/029_on_error                             ERROR            ...
[12:37:54.872] 273/311 postgresql:subscription / subscription/030_origin                               ERROR            ...
[12:37:54.872] 274/311 postgresql:subscription / subscription/031_column_list                          ERROR            ...
[12:37:54.872] 276/311 postgresql:subscription / subscription/033_run_as_table_owner                   ERROR            ...
[12:37:54.872] 277/311 postgresql:subscription / subscription/100_bugs                                 ERROR            ...
[12:37:54.872] 278/311 postgresql:subscription / subscription/032_subscribe_use_index                  ERROR            ...
[12:37:54.872] 311/311 postgresql:recovery / recovery/035_standby_logical_decoding                     ERROR           2...
Windows - Server 2019, VS 2019 - Meson & ninja
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 2220
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 4752
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 7288
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 4308
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 3344
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 6036
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 2448
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 4968
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 4468
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 3924
core
000000dd`9bfff648 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dd`9bfff650 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
000000dd`9bfff940 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`9bfff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`9affebc0 00007ff6`13adaf4b     postgres!ExecInterpExpr(
000000dd`9affee80 00007ff6`13ae8c7a     postgres!ExecInterpExprStillValid(
000000dd`9affeeb0 00007ff6`13ae8f36     postgres!ExecEvalExpr(
000000dd`9affeee0 00007ff6`13ae89cc     postgres!TupleHashTableHash_internal(
000000dd`9affef30 00007ff6`13b4a820     postgres!LookupTupleHashEntry(
000000dd`9affef80 00007ff6`13b4af51     postgres!setop_fill_hash_table(
000000dd`9affeff0 00007ff6`13afabdb     postgres!ExecSetOp(
000000dd`9afff040 00007ff6`13af09bc     postgres!ExecProcNodeFirst(
000000dd`9afff070 00007ff6`13af1ab0     postgres!ExecProcNode(
000000dd`9afff0a0 00007ff6`13aecdc7     postgres!ExecutePlan(
core
000000dd`9b3ff928 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dd`9b3ff930 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
000000dd`9b3ffc20 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`9b3ffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`9b7ffa98 00007ffb`3c8845ca     ntdll!NtFsControlFile+0x14
000000dd`9b7ffaa0 00007ff6`13cbf27b     KERNELBASE!ConnectNamedPipe+0x6a
000000dd`9b7ffb10 00007ffb`3dba4cb0     postgres!pg_signal_thread(
000000dd`9b7ffc10 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`9b7ffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`9bbff9b8 00007ffb`3c83d71e     ntdll!NtWaitForSingleObject+0x14
000000dd`9bbff9c0 00007ff6`13cc0d1c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000dd`9bbffa60 00007ffb`3dba4cb0     postgres!pg_timer_thread(
000000dd`9bbffaa0 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`9bbffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000090`0bbffb38 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000090`0bbffb40 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
00000090`0bbffe30 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
00000090`0bbffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000090`0b3ff588 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000090`0b3ff590 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
00000090`0b3ff880 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
00000090`0b3ff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000090`0bfffab8 00007ffb`3c83d71e     ntdll!NtWaitForSingleObject+0x14
00000090`0bfffac0 00007ff6`13cc0d1c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000090`0bfffb60 00007ffb`3dba4cb0     postgres!pg_timer_thread(
00000090`0bfffba0 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
00000090`0bfffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000090`0affeaf0 00007ff6`13adaf4b     postgres!ExecInterpExpr(
00000090`0affedb0 00007ff6`13ae8c7a     postgres!ExecInterpExprStillValid(
00000090`0affede0 00007ff6`13ae8f36     postgres!ExecEvalExpr(
00000090`0affee10 00007ff6`13ae89cc     postgres!TupleHashTableHash_internal(
00000090`0affee60 00007ff6`13b124fa     postgres!LookupTupleHashEntry(
00000090`0affeeb0 00007ff6`13b12f3b     postgres!lookup_hash_entries(
00000090`0affef50 00007ff6`13b15e96     postgres!agg_fill_hash_table(
00000090`0affef90 00007ff6`13afabdb     postgres!ExecAgg(
00000090`0affefe0 00007ff6`13af09bc     postgres!ExecProcNodeFirst(
00000090`0afff010 00007ff6`13af1ab0     postgres!ExecProcNode(
core
00000090`0b7ff808 00007ffb`3c8845ca     ntdll!NtFsControlFile+0x14
00000090`0b7ff810 00007ff6`13cbf27b     KERNELBASE!ConnectNamedPipe+0x6a
00000090`0b7ff880 00007ffb`3dba4cb0     postgres!pg_signal_thread(
00000090`0b7ff980 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
00000090`0b7ff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008c`05bff7b8 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008c`05bff7c0 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
0000008c`05bffab0 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
0000008c`05bffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008c`057ffbf8 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008c`057ffc00 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
0000008c`057ffef0 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
0000008c`057fff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008c`05fff728 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008c`05fff730 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
0000008c`05fffa20 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
0000008c`05fffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008c`063ffbc8 00007ffb`3c8845ca     ntdll!NtFsControlFile+0x14
0000008c`063ffbd0 00007ff6`13cbf27b     KERNELBASE!ConnectNamedPipe+0x6a
0000008c`063ffc40 00007ffb`3dba4cb0     postgres!pg_signal_thread(
0000008c`063ffd40 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
0000008c`063ffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008c`067ffb78 00007ffb`3c83d71e     ntdll!NtWaitForSingleObject+0x14
0000008c`067ffb80 00007ff6`13cc0d1c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000008c`067ffc20 00007ffb`3dba4cb0     postgres!pg_timer_thread(
0000008c`067ffc60 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
0000008c`067ffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008c`053fefb0 00007ff6`13adaf4b     postgres!ExecInterpExpr(
0000008c`053ff270 00007ff6`13ae8c7a     postgres!ExecInterpExprStillValid(
0000008c`053ff2a0 00007ff6`13ae8f36     postgres!ExecEvalExpr(
0000008c`053ff2d0 00007ff6`13ae89cc     postgres!TupleHashTableHash_internal(
0000008c`053ff320 00007ff6`13b124fa     postgres!LookupTupleHashEntry(
0000008c`053ff370 00007ff6`13b12f3b     postgres!lookup_hash_entries(
0000008c`053ff410 00007ff6`13b15e96     postgres!agg_fill_hash_table(
0000008c`053ff450 00007ff6`13afabdb     postgres!ExecAgg(
0000008c`053ff4a0 00007ff6`13af09bc     postgres!ExecProcNodeFirst(
0000008c`053ff4d0 00007ff6`13af1ab0     postgres!ExecProcNode(
core
00000027`47dff548 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000027`47dff550 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
00000027`47dff840 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
00000027`47dff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000027`475feb00 00007ff6`13adaf4b     postgres!ExecInterpExpr(
00000027`475fedc0 00007ff6`13ae8c7a     postgres!ExecInterpExprStillValid(
00000027`475fedf0 00007ff6`13ae8f36     postgres!ExecEvalExpr(
00000027`475fee20 00007ff6`13ae89cc     postgres!TupleHashTableHash_internal(
00000027`475fee70 00007ff6`13b124fa     postgres!LookupTupleHashEntry(
00000027`475feec0 00007ff6`13b12f3b     postgres!lookup_hash_entries(
00000027`475fef60 00007ff6`13b15e96     postgres!agg_fill_hash_table(
00000027`475fefa0 00007ff6`13afabdb     postgres!ExecAgg(
00000027`475feff0 00007ff6`13af09bc     postgres!ExecProcNodeFirst(
00000027`475ff020 00007ff6`13af1ab0     postgres!ExecProcNode(
core
00000027`479ff708 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000027`479ff710 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
00000027`479ffa00 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
00000027`479ffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000027`481ff698 00007ffb`3c8845ca     ntdll!NtFsControlFile+0x14
00000027`481ff6a0 00007ff6`13cbf27b     KERNELBASE!ConnectNamedPipe+0x6a
00000027`481ff710 00007ffb`3dba4cb0     postgres!pg_signal_thread(
00000027`481ff810 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
00000027`481ff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000027`485ff6d8 00007ffb`3c83d71e     ntdll!NtWaitForSingleObject+0x14
00000027`485ff6e0 00007ff6`13cc0d1c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000027`485ff780 00007ffb`3dba4cb0     postgres!pg_timer_thread(
00000027`485ff7c0 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
00000027`485ff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d6`137ff430 00007ff6`14003b48     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d6`137ff470 00007ff6`13997185     postgres!ExceptionalCondition(
000000d6`137ff4b0 00007ff6`13987df7     postgres!index_drop(
000000d6`137ff590 00007ff6`139878ed     postgres!doDeletion(
000000d6`137ff5e0 00007ff6`1398ada1     postgres!deleteOneObject(
000000d6`137ff730 00007ff6`13985bec     postgres!deleteObjectsInList(
000000d6`137ff790 00007ff6`13cc4627     postgres!performDeletion(
000000d6`137ff7f0 00007ff6`13cc280c     postgres!do_autovacuum(void)+0x967 [c:\cirrus\src\backend\postmaster\autovacuum....
000000d6`137ffb70 00007ff6`13ccae27     postgres!AutoVacWorkerMain(
000000d6`137ffd20 00007ff6`13b8a3e4     postgres!SubPostmasterMain(
core
000000d6`13bffb48 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d6`13bffb50 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
000000d6`13bffe40 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d6`13bffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d6`143ffb78 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d6`143ffb80 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
000000d6`143ffe70 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d6`143ffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d6`13fffbe8 00007ffb`3c8845ca     ntdll!NtFsControlFile+0x14
000000d6`13fffbf0 00007ff6`13cbf27b     KERNELBASE!ConnectNamedPipe+0x6a
000000d6`13fffc60 00007ffb`3dba4cb0     postgres!pg_signal_thread(
000000d6`13fffd60 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d6`13fffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001c`4afff8a8 00007ffb`3c8845ca     ntdll!NtFsControlFile+0x14
0000001c`4afff8b0 00007ff6`13cbf27b     KERNELBASE!ConnectNamedPipe+0x6a
0000001c`4afff920 00007ffb`3dba4cb0     postgres!pg_signal_thread(
0000001c`4afffa20 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
0000001c`4afffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001c`4b3ffd18 00007ffb`3c83d71e     ntdll!NtWaitForSingleObject+0x14
0000001c`4b3ffd20 00007ff6`13cc0d1c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000001c`4b3ffdc0 00007ffb`3dba4cb0     postgres!pg_timer_thread(
0000001c`4b3ffe00 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
0000001c`4b3ffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001c`4a3fed90 00007ff6`13adaf4b     postgres!ExecInterpExpr(
0000001c`4a3ff050 00007ff6`13ae8c7a     postgres!ExecInterpExprStillValid(
0000001c`4a3ff080 00007ff6`13ae8f36     postgres!ExecEvalExpr(
0000001c`4a3ff0b0 00007ff6`13ae89cc     postgres!TupleHashTableHash_internal(
0000001c`4a3ff100 00007ff6`13b124fa     postgres!LookupTupleHashEntry(
0000001c`4a3ff150 00007ff6`13b12f3b     postgres!lookup_hash_entries(
0000001c`4a3ff1f0 00007ff6`13b15e96     postgres!agg_fill_hash_table(
0000001c`4a3ff230 00007ff6`13afabdb     postgres!ExecAgg(
0000001c`4a3ff280 00007ff6`13af09bc     postgres!ExecProcNodeFirst(
0000001c`4a3ff2b0 00007ff6`13af1ab0     postgres!ExecProcNode(
core
0000001c`4a7ff5b8 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001c`4a7ff5c0 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
0000001c`4a7ff8b0 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
0000001c`4a7ff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001c`4abffba8 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001c`4abffbb0 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
0000001c`4abffea0 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
0000001c`4abffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c8`5c7ff5d8 00007ffb`3c8845ca     ntdll!NtFsControlFile+0x14
000000c8`5c7ff5e0 00007ff6`13cbf27b     KERNELBASE!ConnectNamedPipe+0x6a
000000c8`5c7ff650 00007ffb`3dba4cb0     postgres!pg_signal_thread(
000000c8`5c7ff750 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c8`5c7ff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c8`5bffef20 00007ff6`13adaf4b     postgres!ExecInterpExpr(
000000c8`5bfff1e0 00007ff6`13ae8c7a     postgres!ExecInterpExprStillValid(
000000c8`5bfff210 00007ff6`13ae8f36     postgres!ExecEvalExpr(
000000c8`5bfff240 00007ff6`13ae89cc     postgres!TupleHashTableHash_internal(
000000c8`5bfff290 00007ff6`13b124fa     postgres!LookupTupleHashEntry(
000000c8`5bfff2e0 00007ff6`13b12f3b     postgres!lookup_hash_entries(
000000c8`5bfff380 00007ff6`13b15e96     postgres!agg_fill_hash_table(
000000c8`5bfff3c0 00007ff6`13afabdb     postgres!ExecAgg(
000000c8`5bfff410 00007ff6`13af09bc     postgres!ExecProcNodeFirst(
000000c8`5bfff440 00007ff6`13af1ab0     postgres!ExecProcNode(
core
000000c8`5c3ffb28 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c8`5c3ffb30 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
000000c8`5c3ffe20 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c8`5c3ffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c8`5cbffe28 00007ffb`3c83d71e     ntdll!NtWaitForSingleObject+0x14
000000c8`5cbffe30 00007ff6`13cc0d1c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000c8`5cbffed0 00007ffb`3dba4cb0     postgres!pg_timer_thread(
000000c8`5cbfff10 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c8`5cbfff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c8`5cfff958 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c8`5cfff960 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
000000c8`5cfffc50 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c8`5cfffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006d`27dff4c8 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006d`27dff4d0 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
0000006d`27dff7c0 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
0000006d`27dff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006d`281ff638 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006d`281ff640 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
0000006d`281ff930 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
0000006d`281ff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006d`285ff868 00007ffb`3c8845ca     ntdll!NtFsControlFile+0x14
0000006d`285ff870 00007ff6`13cbf27b     KERNELBASE!ConnectNamedPipe+0x6a
0000006d`285ff8e0 00007ffb`3dba4cb0     postgres!pg_signal_thread(
0000006d`285ff9e0 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
0000006d`285ffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006d`279febf0 00007ff6`13adaf4b     postgres!ExecInterpExpr(
0000006d`279feeb0 00007ff6`13ae8c7a     postgres!ExecInterpExprStillValid(
0000006d`279feee0 00007ff6`13ae8f36     postgres!ExecEvalExpr(
0000006d`279fef10 00007ff6`13ae89cc     postgres!TupleHashTableHash_internal(
0000006d`279fef60 00007ff6`13b124fa     postgres!LookupTupleHashEntry(
0000006d`279fefb0 00007ff6`13b12f3b     postgres!lookup_hash_entries(
0000006d`279ff050 00007ff6`13b15e96     postgres!agg_fill_hash_table(
0000006d`279ff090 00007ff6`13afabdb     postgres!ExecAgg(
0000006d`279ff0e0 00007ff6`13af09bc     postgres!ExecProcNodeFirst(
0000006d`279ff110 00007ff6`13af1ab0     postgres!ExecProcNode(
core
0000006d`289ffdf8 00007ffb`3c83d71e     ntdll!NtWaitForSingleObject+0x14
0000006d`289ffe00 00007ff6`13cc0d1c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000006d`289ffea0 00007ffb`3dba4cb0     postgres!pg_timer_thread(
0000006d`289ffee0 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
0000006d`289fff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007f`6d7fef30 00007ff6`13adaf4b     postgres!ExecInterpExpr(
0000007f`6d7ff1f0 00007ff6`13ae8c7a     postgres!ExecInterpExprStillValid(
0000007f`6d7ff220 00007ff6`13ae8f36     postgres!ExecEvalExpr(
0000007f`6d7ff250 00007ff6`13ae89cc     postgres!TupleHashTableHash_internal(
0000007f`6d7ff2a0 00007ff6`13b124fa     postgres!LookupTupleHashEntry(
0000007f`6d7ff2f0 00007ff6`13b12f3b     postgres!lookup_hash_entries(
0000007f`6d7ff390 00007ff6`13b15e96     postgres!agg_fill_hash_table(
0000007f`6d7ff3d0 00007ff6`13afabdb     postgres!ExecAgg(
0000007f`6d7ff420 00007ff6`13af09bc     postgres!ExecProcNodeFirst(
0000007f`6d7ff450 00007ff6`13af1ab0     postgres!ExecProcNode(
core
0000007f`6dbff6f8 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007f`6dbff700 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
0000007f`6dbff9f0 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
0000007f`6dbffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007f`6dfffa38 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007f`6dfffa40 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
0000007f`6dfffd30 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
0000007f`6dfffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007f`6e7ffa18 00007ffb`3c83d71e     ntdll!NtWaitForSingleObject+0x14
0000007f`6e7ffa20 00007ff6`13cc0d1c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000007f`6e7ffac0 00007ffb`3dba4cb0     postgres!pg_timer_thread(
0000007f`6e7ffb00 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
0000007f`6e7ffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007f`6e3ff988 00007ffb`3c8845ca     ntdll!NtFsControlFile+0x14
0000007f`6e3ff990 00007ff6`13cbf27b     KERNELBASE!ConnectNamedPipe+0x6a
0000007f`6e3ffa00 00007ffb`3dba4cb0     postgres!pg_signal_thread(
0000007f`6e3ffb00 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
0000007f`6e3ffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000028`81dff948 00007ffb`3c8845ca     ntdll!NtFsControlFile+0x14
00000028`81dff950 00007ff6`13cbf27b     KERNELBASE!ConnectNamedPipe+0x6a
00000028`81dff9c0 00007ffb`3dba4cb0     postgres!pg_signal_thread(
00000028`81dffac0 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
00000028`81dffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000028`821ff668 00007ffb`3c83d71e     ntdll!NtWaitForSingleObject+0x14
00000028`821ff670 00007ff6`13cc0d1c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000028`821ff710 00007ffb`3dba4cb0     postgres!pg_timer_thread(
00000028`821ff750 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
00000028`821ff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000028`819ff7a8 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000028`819ff7b0 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
00000028`819ffaa0 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
00000028`819ffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000028`815ff508 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000028`815ff510 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
00000028`815ff800 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
00000028`815ff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000028`811ffa48 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000028`811ffa50 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
00000028`811ffd40 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
00000028`811ffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000028`80dfeed0 00007ff6`13adaf4b     postgres!ExecInterpExpr(
00000028`80dff190 00007ff6`13ae8c7a     postgres!ExecInterpExprStillValid(
00000028`80dff1c0 00007ff6`13ae8f36     postgres!ExecEvalExpr(
00000028`80dff1f0 00007ff6`13ae89cc     postgres!TupleHashTableHash_internal(
00000028`80dff240 00007ff6`13b124fa     postgres!LookupTupleHashEntry(
00000028`80dff290 00007ff6`13b12f3b     postgres!lookup_hash_entries(
00000028`80dff330 00007ff6`13b15e96     postgres!agg_fill_hash_table(
00000028`80dff370 00007ff6`13afabdb     postgres!ExecAgg(
00000028`80dff3c0 00007ff6`13af09bc     postgres!ExecProcNodeFirst(
00000028`80dff3f0 00007ff6`13af1ab0     postgres!ExecProcNode(
core
00000082`655ff6c8 00007ffb`3c83d71e     ntdll!NtWaitForSingleObject+0x14
00000082`655ff6d0 00007ff6`13cc0d1c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000082`655ff770 00007ffb`3dba4cb0     postgres!pg_timer_thread(
00000082`655ff7b0 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
00000082`655ff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000082`64dff508 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000082`64dff510 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
00000082`64dff800 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
00000082`64dff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000082`649ff808 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000082`649ff810 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
00000082`649ffb00 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
00000082`649ffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000082`651ffa18 00007ffb`3c8845ca     ntdll!NtFsControlFile+0x14
00000082`651ffa20 00007ff6`13cbf27b     KERNELBASE!ConnectNamedPipe+0x6a
00000082`651ffa90 00007ffb`3dba4cb0     postgres!pg_signal_thread(
00000082`651ffb90 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
00000082`651ffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000082`645febe0 00007ff6`13adaf4b     postgres!ExecInterpExpr(
00000082`645feea0 00007ff6`13ae8c7a     postgres!ExecInterpExprStillValid(
00000082`645feed0 00007ff6`13ae8f36     postgres!ExecEvalExpr(
00000082`645fef00 00007ff6`13ae89cc     postgres!TupleHashTableHash_internal(
00000082`645fef50 00007ff6`13b124fa     postgres!LookupTupleHashEntry(
00000082`645fefa0 00007ff6`13b12f3b     postgres!lookup_hash_entries(
00000082`645ff040 00007ff6`13b15e96     postgres!agg_fill_hash_table(
00000082`645ff080 00007ff6`13afabdb     postgres!ExecAgg(
00000082`645ff0d0 00007ff6`13af09bc     postgres!ExecProcNodeFirst(
00000082`645ff100 00007ff6`13af1ab0     postgres!ExecProcNode(
core
0000002e`8ffff9d8 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002e`8ffff9e0 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
0000002e`8ffffcd0 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
0000002e`8ffffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002e`907ffbb8 00007ffb`3c83d71e     ntdll!NtWaitForSingleObject+0x14
0000002e`907ffbc0 00007ff6`13cc0d1c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000002e`907ffc60 00007ffb`3dba4cb0     postgres!pg_timer_thread(
0000002e`907ffca0 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
0000002e`907ffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002e`8f7fe510 00007ff6`13adaf4b     postgres!ExecInterpExpr(
0000002e`8f7fe7d0 00007ff6`13ae8c7a     postgres!ExecInterpExprStillValid(
0000002e`8f7fe800 00007ff6`13ae8f36     postgres!ExecEvalExpr(
0000002e`8f7fe830 00007ff6`13ae89cc     postgres!TupleHashTableHash_internal(
0000002e`8f7fe880 00007ff6`13b124fa     postgres!LookupTupleHashEntry(
0000002e`8f7fe8d0 00007ff6`13b12f3b     postgres!lookup_hash_entries(
0000002e`8f7fe970 00007ff6`13b15e96     postgres!agg_fill_hash_table(
0000002e`8f7fe9b0 00007ff6`13afabdb     postgres!ExecAgg(
0000002e`8f7fea00 00007ff6`13b4b0cc     postgres!ExecProcNodeFirst(
0000002e`8f7fea30 00007ff6`13b4b9a1     postgres!ExecProcNode(
core
0000002e`8fbff4d8 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002e`8fbff4e0 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
0000002e`8fbff7d0 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
0000002e`8fbff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002e`903ffd08 00007ffb`3c8845ca     ntdll!NtFsControlFile+0x14
0000002e`903ffd10 00007ff6`13cbf27b     KERNELBASE!ConnectNamedPipe+0x6a
0000002e`903ffd80 00007ffb`3dba4cb0     postgres!pg_signal_thread(
0000002e`903ffe80 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
0000002e`903ffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dc`c87ffcf8 00007ffb`3c83d71e     ntdll!NtWaitForSingleObject+0x14
000000dc`c87ffd00 00007ff6`13cc0d1c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000dc`c87ffda0 00007ffb`3dba4cb0     postgres!pg_timer_thread(
000000dc`c87ffde0 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
000000dc`c87ffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dc`c7bfea40 00007ff6`13adaf4b     postgres!ExecInterpExpr(
000000dc`c7bfed00 00007ff6`13ae8c7a     postgres!ExecInterpExprStillValid(
000000dc`c7bfed30 00007ff6`13ae8f36     postgres!ExecEvalExpr(
000000dc`c7bfed60 00007ff6`13ae89cc     postgres!TupleHashTableHash_internal(
000000dc`c7bfedb0 00007ff6`13b124fa     postgres!LookupTupleHashEntry(
000000dc`c7bfee00 00007ff6`13b12f3b     postgres!lookup_hash_entries(
000000dc`c7bfeea0 00007ff6`13b15e96     postgres!agg_fill_hash_table(
000000dc`c7bfeee0 00007ff6`13afabdb     postgres!ExecAgg(
000000dc`c7bfef30 00007ff6`13af09bc     postgres!ExecProcNodeFirst(
000000dc`c7bfef60 00007ff6`13af1ab0     postgres!ExecProcNode(
core
000000dc`c7fff508 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dc`c7fff510 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
000000dc`c7fff800 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
000000dc`c7fff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dc`c83ffc88 00007ffb`3c8845ca     ntdll!NtFsControlFile+0x14
000000dc`c83ffc90 00007ff6`13cbf27b     KERNELBASE!ConnectNamedPipe+0x6a
000000dc`c83ffd00 00007ffb`3dba4cb0     postgres!pg_signal_thread(
000000dc`c83ffe00 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
000000dc`c83ffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dc`c8bff528 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dc`c8bff530 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
000000dc`c8bff820 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
000000dc`c8bff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000030`3f9ff6a8 00007ffb`3c83d71e     ntdll!NtWaitForSingleObject+0x14
00000030`3f9ff6b0 00007ff6`13cc0d1c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000030`3f9ff750 00007ffb`3dba4cb0     postgres!pg_timer_thread(
00000030`3f9ff790 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
00000030`3f9ff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000030`3edfe910 00007ff6`13adaf4b     postgres!ExecInterpExpr(
00000030`3edfebd0 00007ff6`13ae8c7a     postgres!ExecInterpExprStillValid(
00000030`3edfec00 00007ff6`13ae8f36     postgres!ExecEvalExpr(
00000030`3edfec30 00007ff6`13ae89cc     postgres!TupleHashTableHash_internal(
00000030`3edfec80 00007ff6`13b124fa     postgres!LookupTupleHashEntry(
00000030`3edfecd0 00007ff6`13b12f3b     postgres!lookup_hash_entries(
00000030`3edfed70 00007ff6`13b15e96     postgres!agg_fill_hash_table(
00000030`3edfedb0 00007ff6`13afabdb     postgres!ExecAgg(
00000030`3edfee00 00007ff6`13b4b0cc     postgres!ExecProcNodeFirst(
00000030`3edfee30 00007ff6`13b4b9a1     postgres!ExecProcNode(
core
00000030`3f1ff698 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000030`3f1ff6a0 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
00000030`3f1ff990 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
00000030`3f1ff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000030`3f5ffc48 00007ffb`3c8845ca     ntdll!NtFsControlFile+0x14
00000030`3f5ffc50 00007ff6`13cbf27b     KERNELBASE!ConnectNamedPipe+0x6a
00000030`3f5ffcc0 00007ffb`3dba4cb0     postgres!pg_signal_thread(
00000030`3f5ffdc0 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
00000030`3f5ffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000030`3fdff4a8 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000030`3fdff4b0 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
00000030`3fdff7a0 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
00000030`3fdff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002b`f25ffa98 00007ffb`3c83d71e     ntdll!NtWaitForSingleObject+0x14
0000002b`f25ffaa0 00007ff6`13cc0d1c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000002b`f25ffb40 00007ffb`3dba4cb0     postgres!pg_timer_thread(
0000002b`f25ffb80 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
0000002b`f25ffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002b`f19fed50 00007ff6`13adaf4b     postgres!ExecInterpExpr(
0000002b`f19ff010 00007ff6`13ae8c7a     postgres!ExecInterpExprStillValid(
0000002b`f19ff040 00007ff6`13ae8f36     postgres!ExecEvalExpr(
0000002b`f19ff070 00007ff6`13ae89cc     postgres!TupleHashTableHash_internal(
0000002b`f19ff0c0 00007ff6`13b124fa     postgres!LookupTupleHashEntry(
0000002b`f19ff110 00007ff6`13b12f3b     postgres!lookup_hash_entries(
0000002b`f19ff1b0 00007ff6`13b15e96     postgres!agg_fill_hash_table(
0000002b`f19ff1f0 00007ff6`13afabdb     postgres!ExecAgg(
0000002b`f19ff240 00007ff6`13b4b0cc     postgres!ExecProcNodeFirst(
0000002b`f19ff270 00007ff6`13b4b9a1     postgres!ExecProcNode(
core
0000002b`f1dff918 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002b`f1dff920 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
0000002b`f1dffc10 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
0000002b`f1dffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002b`f21ff7c8 00007ffb`3c8845ca     ntdll!NtFsControlFile+0x14
0000002b`f21ff7d0 00007ff6`13cbf27b     KERNELBASE!ConnectNamedPipe+0x6a
0000002b`f21ff840 00007ffb`3dba4cb0     postgres!pg_signal_thread(
0000002b`f21ff940 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
0000002b`f21ff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002b`f29ff908 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002b`f29ff910 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
0000002b`f29ffc00 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
0000002b`f29ffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`e9ffee40 00007ff6`14003b48     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000cf`e9ffee80 00007ff6`13997185     postgres!ExceptionalCondition(
000000cf`e9ffeec0 00007ff6`13987df7     postgres!index_drop(
000000cf`e9ffefa0 00007ff6`139878ed     postgres!doDeletion(
000000cf`e9ffeff0 00007ff6`1398ada1     postgres!deleteOneObject(
000000cf`e9fff140 00007ff6`13985bec     postgres!deleteObjectsInList(
000000cf`e9fff1a0 00007ff6`13cc4627     postgres!performDeletion(
000000cf`e9fff200 00007ff6`13cc280c     postgres!do_autovacuum(void)+0x967 [c:\cirrus\src\backend\postmaster\autovacuum....
000000cf`e9fff580 00007ff6`13ccae27     postgres!AutoVacWorkerMain(
000000cf`e9fff730 00007ff6`13b8a3e4     postgres!SubPostmasterMain(
core
000000cf`ea3ff868 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cf`ea3ff870 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
000000cf`ea3ffb60 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`ea3ffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`ea7ff8b8 00007ffb`3c8845ca     ntdll!NtFsControlFile+0x14
000000cf`ea7ff8c0 00007ff6`13cbf27b     KERNELBASE!ConnectNamedPipe+0x6a
000000cf`ea7ff930 00007ffb`3dba4cb0     postgres!pg_signal_thread(
000000cf`ea7ffa30 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`ea7ffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`eabff6d8 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cf`eabff6e0 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
000000cf`eabff9d0 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`eabffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ec`09fffba8 00007ffb`3c83d71e     ntdll!NtWaitForSingleObject+0x14
000000ec`09fffbb0 00007ff6`13cc0d1c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000ec`09fffc50 00007ffb`3dba4cb0     postgres!pg_timer_thread(
000000ec`09fffc90 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ec`09fffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ec`09bff7a8 00007ffb`3c8845ca     ntdll!NtFsControlFile+0x14
000000ec`09bff7b0 00007ff6`13cbf27b     KERNELBASE!ConnectNamedPipe+0x6a
000000ec`09bff820 00007ffb`3dba4cb0     postgres!pg_signal_thread(
000000ec`09bff920 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ec`09bff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ec`08fff000 00007ff6`13adaf4b     postgres!ExecInterpExpr(
000000ec`08fff2c0 00007ff6`13ae8c7a     postgres!ExecInterpExprStillValid(
000000ec`08fff2f0 00007ff6`13ae8f36     postgres!ExecEvalExpr(
000000ec`08fff320 00007ff6`13ae89cc     postgres!TupleHashTableHash_internal(
000000ec`08fff370 00007ff6`13b124fa     postgres!LookupTupleHashEntry(
000000ec`08fff3c0 00007ff6`13b12f3b     postgres!lookup_hash_entries(
000000ec`08fff460 00007ff6`13b15e96     postgres!agg_fill_hash_table(
000000ec`08fff4a0 00007ff6`13afabdb     postgres!ExecAgg(
000000ec`08fff4f0 00007ff6`13af09bc     postgres!ExecProcNodeFirst(
000000ec`08fff520 00007ff6`13af1ab0     postgres!ExecProcNode(
core
000000ec`093ffbb8 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ec`093ffbc0 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
000000ec`093ffeb0 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ec`093ffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ec`097ffa18 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ec`097ffa20 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
000000ec`097ffd10 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ec`097ffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000077`c05ffa28 00007ffb`3c83d71e     ntdll!NtWaitForSingleObject+0x14
00000077`c05ffa30 00007ff6`13cc0d1c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000077`c05ffad0 00007ffb`3dba4cb0     postgres!pg_timer_thread(
00000077`c05ffb10 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
00000077`c05ffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000077`bf9fec80 00007ff6`13adaf4b     postgres!ExecInterpExpr(
00000077`bf9fef40 00007ff6`13ae8c7a     postgres!ExecInterpExprStillValid(
00000077`bf9fef70 00007ff6`13ae8f36     postgres!ExecEvalExpr(
00000077`bf9fefa0 00007ff6`13ae89cc     postgres!TupleHashTableHash_internal(
00000077`bf9feff0 00007ff6`13b124fa     postgres!LookupTupleHashEntry(
00000077`bf9ff040 00007ff6`13b12cca     postgres!lookup_hash_entries(
00000077`bf9ff0e0 00007ff6`13b15eb1     postgres!agg_retrieve_direct(
00000077`bf9ff180 00007ff6`13afabdb     postgres!ExecAgg(
00000077`bf9ff1d0 00007ff6`13b4b0cc     postgres!ExecProcNodeFirst(
00000077`bf9ff200 00007ff6`13b4b9a1     postgres!ExecProcNode(
core
00000077`bfdffc38 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000077`bfdffc40 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
00000077`bfdfff30 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
00000077`bfdfff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000077`c01ffc68 00007ffb`3c8845ca     ntdll!NtFsControlFile+0x14
00000077`c01ffc70 00007ff6`13cbf27b     KERNELBASE!ConnectNamedPipe+0x6a
00000077`c01ffce0 00007ffb`3dba4cb0     postgres!pg_signal_thread(
00000077`c01ffde0 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
00000077`c01ffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000077`c09ff8c8 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000077`c09ff8d0 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
00000077`c09ffbc0 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
00000077`c09ffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c3`337ff9e8 00007ffb`3c8845ca     ntdll!NtFsControlFile+0x14
000000c3`337ff9f0 00007ff6`13cbf27b     KERNELBASE!ConnectNamedPipe+0x6a
000000c3`337ffa60 00007ffb`3dba4cb0     postgres!pg_signal_thread(
000000c3`337ffb60 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c3`337ffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c3`32ffefd0 00007ff6`13adaf4b     postgres!ExecInterpExpr(
000000c3`32fff290 00007ff6`13ae8c7a     postgres!ExecInterpExprStillValid(
000000c3`32fff2c0 00007ff6`13ae8f36     postgres!ExecEvalExpr(
000000c3`32fff2f0 00007ff6`13ae89cc     postgres!TupleHashTableHash_internal(
000000c3`32fff340 00007ff6`13b124fa     postgres!LookupTupleHashEntry(
000000c3`32fff390 00007ff6`13b12f3b     postgres!lookup_hash_entries(
000000c3`32fff430 00007ff6`13b15e96     postgres!agg_fill_hash_table(
000000c3`32fff470 00007ff6`13afabdb     postgres!ExecAgg(
000000c3`32fff4c0 00007ff6`13af09bc     postgres!ExecProcNodeFirst(
000000c3`32fff4f0 00007ff6`13af1ab0     postgres!ExecProcNode(
core
000000c3`333ff968 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c3`333ff970 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
000000c3`333ffc60 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c3`333ffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c3`33bff5b8 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c3`33bff5c0 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
000000c3`33bff8b0 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c3`33bff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000004`1c5ffc08 00007ffb`3c83d71e     ntdll!NtWaitForSingleObject+0x14
00000004`1c5ffc10 00007ff6`13cc0d1c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000004`1c5ffcb0 00007ffb`3dba4cb0     postgres!pg_timer_thread(
00000004`1c5ffcf0 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
00000004`1c5ffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000004`1b5feab0 00007ff6`13adaf4b     postgres!ExecInterpExpr(
00000004`1b5fed70 00007ff6`13ae8c7a     postgres!ExecInterpExprStillValid(
00000004`1b5feda0 00007ff6`13ae8f36     postgres!ExecEvalExpr(
00000004`1b5fedd0 00007ff6`13ae89cc     postgres!TupleHashTableHash_internal(
00000004`1b5fee20 00007ff6`13b124fa     postgres!LookupTupleHashEntry(
00000004`1b5fee70 00007ff6`13b12f3b     postgres!lookup_hash_entries(
00000004`1b5fef10 00007ff6`13b15e96     postgres!agg_fill_hash_table(
00000004`1b5fef50 00007ff6`13afabdb     postgres!ExecAgg(
00000004`1b5fefa0 00007ff6`13b4b0cc     postgres!ExecProcNodeFirst(
00000004`1b5fefd0 00007ff6`13b4b9a1     postgres!ExecProcNode(
core
00000004`1b9ff7c8 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000004`1b9ff7d0 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
00000004`1b9ffac0 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
00000004`1b9ffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000004`1bdffba8 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000004`1bdffbb0 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
00000004`1bdffea0 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
00000004`1bdffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000004`1c1ffb88 00007ffb`3c8845ca     ntdll!NtFsControlFile+0x14
00000004`1c1ffb90 00007ff6`13cbf27b     KERNELBASE!ConnectNamedPipe+0x6a
00000004`1c1ffc00 00007ffb`3dba4cb0     postgres!pg_signal_thread(
00000004`1c1ffd00 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
00000004`1c1ffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c0`729feeb0 00007ff6`13adaf4b     postgres!ExecInterpExpr(
000000c0`729ff170 00007ff6`13ae8c7a     postgres!ExecInterpExprStillValid(
000000c0`729ff1a0 00007ff6`13ae8f36     postgres!ExecEvalExpr(
000000c0`729ff1d0 00007ff6`13ae89cc     postgres!TupleHashTableHash_internal(
000000c0`729ff220 00007ff6`13b124fa     postgres!LookupTupleHashEntry(
000000c0`729ff270 00007ff6`13b12f3b     postgres!lookup_hash_entries(
000000c0`729ff310 00007ff6`13b15e96     postgres!agg_fill_hash_table(
000000c0`729ff350 00007ff6`13afabdb     postgres!ExecAgg(
000000c0`729ff3a0 00007ff6`13af09bc     postgres!ExecProcNodeFirst(
000000c0`729ff3d0 00007ff6`13af1ab0     postgres!ExecProcNode(
core
000000c0`739ff818 00007ffb`3c83d71e     ntdll!NtWaitForSingleObject+0x14
000000c0`739ff820 00007ff6`13cc0d1c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000c0`739ff8c0 00007ffb`3dba4cb0     postgres!pg_timer_thread(
000000c0`739ff900 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c0`739ff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c0`735ff6c8 00007ffb`3c8845ca     ntdll!NtFsControlFile+0x14
000000c0`735ff6d0 00007ff6`13cbf27b     KERNELBASE!ConnectNamedPipe+0x6a
000000c0`735ff740 00007ffb`3dba4cb0     postgres!pg_signal_thread(
000000c0`735ff840 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c0`735ff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c0`731ff868 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c0`731ff870 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
000000c0`731ffb60 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c0`731ffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c0`72dff598 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c0`72dff5a0 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
000000c0`72dff890 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c0`72dff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a4`a59ff808 00007ffb`3c83d71e     ntdll!NtWaitForSingleObject+0x14
000000a4`a59ff810 00007ff6`13cc0d1c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000a4`a59ff8b0 00007ffb`3dba4cb0     postgres!pg_timer_thread(
000000a4`a59ff8f0 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a4`a59ff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a4`a5dff938 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a4`a5dff940 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
000000a4`a5dffc30 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a4`a5dffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a4`a4dfef10 00007ff6`13adaf4b     postgres!ExecInterpExpr(
000000a4`a4dff1d0 00007ff6`13ae8c7a     postgres!ExecInterpExprStillValid(
000000a4`a4dff200 00007ff6`13ae8f36     postgres!ExecEvalExpr(
000000a4`a4dff230 00007ff6`13ae89cc     postgres!TupleHashTableHash_internal(
000000a4`a4dff280 00007ff6`13b4a820     postgres!LookupTupleHashEntry(
000000a4`a4dff2d0 00007ff6`13b4af51     postgres!setop_fill_hash_table(
000000a4`a4dff340 00007ff6`13afabdb     postgres!ExecSetOp(
000000a4`a4dff390 00007ff6`13af09bc     postgres!ExecProcNodeFirst(
000000a4`a4dff3c0 00007ff6`13af1ab0     postgres!ExecProcNode(
000000a4`a4dff3f0 00007ff6`13aecdc7     postgres!ExecutePlan(
core
000000a4`a51ff768 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a4`a51ff770 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
000000a4`a51ffa60 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a4`a51ffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a4`a55ff828 00007ffb`3c8845ca     ntdll!NtFsControlFile+0x14
000000a4`a55ff830 00007ff6`13cbf27b     KERNELBASE!ConnectNamedPipe+0x6a
000000a4`a55ff8a0 00007ffb`3dba4cb0     postgres!pg_signal_thread(
000000a4`a55ff9a0 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a4`a55ff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000059`ea3ffbf8 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000059`ea3ffc00 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
00000059`ea3ffef0 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
00000059`ea3fff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000059`eabff818 00007ffb`3c83d71e     ntdll!NtWaitForSingleObject+0x14
00000059`eabff820 00007ff6`13cc0d1c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000059`eabff8c0 00007ffb`3dba4cb0     postgres!pg_timer_thread(
00000059`eabff900 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
00000059`eabff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000059`e9bfed90 00007ff6`13adaf4b     postgres!ExecInterpExpr(
00000059`e9bff050 00007ff6`13ae8c7a     postgres!ExecInterpExprStillValid(
00000059`e9bff080 00007ff6`13ae8f36     postgres!ExecEvalExpr(
00000059`e9bff0b0 00007ff6`13ae89cc     postgres!TupleHashTableHash_internal(
00000059`e9bff100 00007ff6`13b124fa     postgres!LookupTupleHashEntry(
00000059`e9bff150 00007ff6`13b12f3b     postgres!lookup_hash_entries(
00000059`e9bff1f0 00007ff6`13b15e96     postgres!agg_fill_hash_table(
00000059`e9bff230 00007ff6`13afabdb     postgres!ExecAgg(
00000059`e9bff280 00007ff6`13af09bc     postgres!ExecProcNodeFirst(
00000059`e9bff2b0 00007ff6`13af1ab0     postgres!ExecProcNode(
core
00000059`e9fff758 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000059`e9fff760 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
00000059`e9fffa50 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
00000059`e9fffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000059`ea7ffb38 00007ffb`3c8845ca     ntdll!NtFsControlFile+0x14
00000059`ea7ffb40 00007ff6`13cbf27b     KERNELBASE!ConnectNamedPipe+0x6a
00000059`ea7ffbb0 00007ffb`3dba4cb0     postgres!pg_signal_thread(
00000059`ea7ffcb0 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
00000059`ea7ffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000003`083ff8a8 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000003`083ff8b0 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
00000003`083ffba0 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
00000003`083ffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000003`08bffcb8 00007ffb`3c83d71e     ntdll!NtWaitForSingleObject+0x14
00000003`08bffcc0 00007ff6`13cc0d1c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000003`08bffd60 00007ffb`3dba4cb0     postgres!pg_timer_thread(
00000003`08bffda0 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
00000003`08bffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000003`077fea10 00007ff6`13adaf4b     postgres!ExecInterpExpr(
00000003`077fecd0 00007ff6`13ae8c7a     postgres!ExecInterpExprStillValid(
00000003`077fed00 00007ff6`13ae8f36     postgres!ExecEvalExpr(
00000003`077fed30 00007ff6`13ae89cc     postgres!TupleHashTableHash_internal(
00000003`077fed80 00007ff6`13b124fa     postgres!LookupTupleHashEntry(
00000003`077fedd0 00007ff6`13b12f3b     postgres!lookup_hash_entries(
00000003`077fee70 00007ff6`13b15e96     postgres!agg_fill_hash_table(
00000003`077feeb0 00007ff6`13afabdb     postgres!ExecAgg(
00000003`077fef00 00007ff6`13af09bc     postgres!ExecProcNodeFirst(
00000003`077fef30 00007ff6`13af1ab0     postgres!ExecProcNode(
core
00000003`07bffaf8 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000003`07bffb00 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
00000003`07bffdf0 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
00000003`07bffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000003`07fff9d8 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000003`07fff9e0 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
00000003`07fffcd0 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
00000003`07fffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000003`087ff6c8 00007ffb`3c8845ca     ntdll!NtFsControlFile+0x14
00000003`087ff6d0 00007ff6`13cbf27b     KERNELBASE!ConnectNamedPipe+0x6a
00000003`087ff740 00007ffb`3dba4cb0     postgres!pg_signal_thread(
00000003`087ff840 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
00000003`087ff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000077`24fff8f8 00007ffb`3c83d71e     ntdll!NtWaitForSingleObject+0x14
00000077`24fff900 00007ff6`13cc0d1c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000077`24fff9a0 00007ffb`3dba4cb0     postgres!pg_timer_thread(
00000077`24fff9e0 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
00000077`24fffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000077`243fedf0 00007ff6`13adaf4b     postgres!ExecInterpExpr(
00000077`243ff0b0 00007ff6`13ae8c7a     postgres!ExecInterpExprStillValid(
00000077`243ff0e0 00007ff6`13ae8f36     postgres!ExecEvalExpr(
00000077`243ff110 00007ff6`13ae89cc     postgres!TupleHashTableHash_internal(
00000077`243ff160 00007ff6`13b124fa     postgres!LookupTupleHashEntry(
00000077`243ff1b0 00007ff6`13b12f3b     postgres!lookup_hash_entries(
00000077`243ff250 00007ff6`13b15e96     postgres!agg_fill_hash_table(
00000077`243ff290 00007ff6`13afabdb     postgres!ExecAgg(
00000077`243ff2e0 00007ff6`13af09bc     postgres!ExecProcNodeFirst(
00000077`243ff310 00007ff6`13af1ab0     postgres!ExecProcNode(
core
00000077`247ff988 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000077`247ff990 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
00000077`247ffc80 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
00000077`247ffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000077`24bff748 00007ffb`3c8845ca     ntdll!NtFsControlFile+0x14
00000077`24bff750 00007ff6`13cbf27b     KERNELBASE!ConnectNamedPipe+0x6a
00000077`24bff7c0 00007ffb`3dba4cb0     postgres!pg_signal_thread(
00000077`24bff8c0 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
00000077`24bff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000077`253ff9e8 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000077`253ff9f0 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
00000077`253ffce0 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
00000077`253ffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fc`fddff708 00007ffb`3c8845ca     ntdll!NtFsControlFile+0x14
000000fc`fddff710 00007ff6`13cbf27b     KERNELBASE!ConnectNamedPipe+0x6a
000000fc`fddff780 00007ffb`3dba4cb0     postgres!pg_signal_thread(
000000fc`fddff880 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
000000fc`fddff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fc`fd5ff060 00007ff6`13adaf4b     postgres!ExecInterpExpr(
000000fc`fd5ff320 00007ff6`13ae8c7a     postgres!ExecInterpExprStillValid(
000000fc`fd5ff350 00007ff6`13ae8f36     postgres!ExecEvalExpr(
000000fc`fd5ff380 00007ff6`13ae89cc     postgres!TupleHashTableHash_internal(
000000fc`fd5ff3d0 00007ff6`13b124fa     postgres!LookupTupleHashEntry(
000000fc`fd5ff420 00007ff6`13b12f3b     postgres!lookup_hash_entries(
000000fc`fd5ff4c0 00007ff6`13b15e96     postgres!agg_fill_hash_table(
000000fc`fd5ff500 00007ff6`13afabdb     postgres!ExecAgg(
000000fc`fd5ff550 00007ff6`13af09bc     postgres!ExecProcNodeFirst(
000000fc`fd5ff580 00007ff6`13af1ab0     postgres!ExecProcNode(
core
000000fc`fd9ff798 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fc`fd9ff7a0 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
000000fc`fd9ffa90 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
000000fc`fd9ffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fc`fe1ff748 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fc`fe1ff750 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
000000fc`fe1ffa40 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
000000fc`fe1ffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009d`a3dffac8 00007ffb`3c8845ca     ntdll!NtFsControlFile+0x14
0000009d`a3dffad0 00007ff6`13cbf27b     KERNELBASE!ConnectNamedPipe+0x6a
0000009d`a3dffb40 00007ffb`3dba4cb0     postgres!pg_signal_thread(
0000009d`a3dffc40 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
0000009d`a3dffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009d`a35fec00 00007ff6`13adaf4b     postgres!ExecInterpExpr(
0000009d`a35feec0 00007ff6`13ae8c7a     postgres!ExecInterpExprStillValid(
0000009d`a35feef0 00007ff6`13ae8f36     postgres!ExecEvalExpr(
0000009d`a35fef20 00007ff6`13ae89cc     postgres!TupleHashTableHash_internal(
0000009d`a35fef70 00007ff6`13b124fa     postgres!LookupTupleHashEntry(
0000009d`a35fefc0 00007ff6`13b12f3b     postgres!lookup_hash_entries(
0000009d`a35ff060 00007ff6`13b15e96     postgres!agg_fill_hash_table(
0000009d`a35ff0a0 00007ff6`13afabdb     postgres!ExecAgg(
0000009d`a35ff0f0 00007ff6`13b4b0cc     postgres!ExecProcNodeFirst(
0000009d`a35ff120 00007ff6`13b4b9a1     postgres!ExecProcNode(
core
0000009d`a39ff8d8 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009d`a39ff8e0 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
0000009d`a39ffbd0 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
0000009d`a39ffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009d`a41ff7b8 00007ffb`3c83d71e     ntdll!NtWaitForSingleObject+0x14
0000009d`a41ff7c0 00007ff6`13cc0d1c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000009d`a41ff860 00007ffb`3dba4cb0     postgres!pg_timer_thread(
0000009d`a41ff8a0 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
0000009d`a41ff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009d`a45ff8f8 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009d`a45ff900 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
0000009d`a45ffbf0 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
0000009d`a45ffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c5`a85ff5e8 00007ffb`3c8845ca     ntdll!NtFsControlFile+0x14
000000c5`a85ff5f0 00007ff6`13cbf27b     KERNELBASE!ConnectNamedPipe+0x6a
000000c5`a85ff660 00007ffb`3dba4cb0     postgres!pg_signal_thread(
000000c5`a85ff760 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c5`a85ff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c5`a75fece0 00007ff6`13adaf4b     postgres!ExecInterpExpr(
000000c5`a75fefa0 00007ff6`13ae8c7a     postgres!ExecInterpExprStillValid(
000000c5`a75fefd0 00007ff6`13ae8f36     postgres!ExecEvalExpr(
000000c5`a75ff000 00007ff6`13ae89cc     postgres!TupleHashTableHash_internal(
000000c5`a75ff050 00007ff6`13b124fa     postgres!LookupTupleHashEntry(
000000c5`a75ff0a0 00007ff6`13b12f3b     postgres!lookup_hash_entries(
000000c5`a75ff140 00007ff6`13b15e96     postgres!agg_fill_hash_table(
000000c5`a75ff180 00007ff6`13afabdb     postgres!ExecAgg(
000000c5`a75ff1d0 00007ff6`13af09bc     postgres!ExecProcNodeFirst(
000000c5`a75ff200 00007ff6`13af1ab0     postgres!ExecProcNode(
core
000000c5`a79ff458 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c5`a79ff460 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
000000c5`a79ff750 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c5`a79ff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c5`a89ff6e8 00007ffb`3c83d71e     ntdll!NtWaitForSingleObject+0x14
000000c5`a89ff6f0 00007ff6`13cc0d1c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000c5`a89ff790 00007ffb`3dba4cb0     postgres!pg_timer_thread(
000000c5`a89ff7d0 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c5`a89ff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c5`a7dffb28 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c5`a7dffb30 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
000000c5`a7dffe20 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c5`a7dffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c5`a81ffa48 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c5`a81ffa50 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
000000c5`a81ffd40 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c5`a81ffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000aa`8a1ffd68 00007ffb`3c8845ca     ntdll!NtFsControlFile+0x14
000000aa`8a1ffd70 00007ff6`13cbf27b     KERNELBASE!ConnectNamedPipe+0x6a
000000aa`8a1ffde0 00007ffb`3dba4cb0     postgres!pg_signal_thread(
000000aa`8a1ffee0 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
000000aa`8a1fff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000aa`899fea70 00007ff6`13adaf4b     postgres!ExecInterpExpr(
000000aa`899fed30 00007ff6`13ae8c7a     postgres!ExecInterpExprStillValid(
000000aa`899fed60 00007ff6`13ae8f36     postgres!ExecEvalExpr(
000000aa`899fed90 00007ff6`13ae89cc     postgres!TupleHashTableHash_internal(
000000aa`899fede0 00007ff6`13b124fa     postgres!LookupTupleHashEntry(
000000aa`899fee30 00007ff6`13b12f3b     postgres!lookup_hash_entries(
000000aa`899feed0 00007ff6`13b15e96     postgres!agg_fill_hash_table(
000000aa`899fef10 00007ff6`13afabdb     postgres!ExecAgg(
000000aa`899fef60 00007ff6`13af09bc     postgres!ExecProcNodeFirst(
000000aa`899fef90 00007ff6`13af1ab0     postgres!ExecProcNode(
core
000000aa`89dff788 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000aa`89dff790 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
000000aa`89dffa80 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
000000aa`89dffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000aa`8a5ff788 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000aa`8a5ff790 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
000000aa`8a5ffa80 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
000000aa`8a5ffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000aa`8a9ffe48 00007ffb`3c83d71e     ntdll!NtWaitForSingleObject+0x14
000000aa`8a9ffe50 00007ff6`13cc0d1c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000aa`8a9ffef0 00007ffb`3dba4cb0     postgres!pg_timer_thread(
000000aa`8a9fff30 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
000000aa`8a9fff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c6`6e5fef80 00007ff6`13adaf4b     postgres!ExecInterpExpr(
000000c6`6e5ff240 00007ff6`13ae8c7a     postgres!ExecInterpExprStillValid(
000000c6`6e5ff270 00007ff6`13ae8f36     postgres!ExecEvalExpr(
000000c6`6e5ff2a0 00007ff6`13ae89cc     postgres!TupleHashTableHash_internal(
000000c6`6e5ff2f0 00007ff6`13b124fa     postgres!LookupTupleHashEntry(
000000c6`6e5ff340 00007ff6`13b12f3b     postgres!lookup_hash_entries(
000000c6`6e5ff3e0 00007ff6`13b15e96     postgres!agg_fill_hash_table(
000000c6`6e5ff420 00007ff6`13afabdb     postgres!ExecAgg(
000000c6`6e5ff470 00007ff6`13af09bc     postgres!ExecProcNodeFirst(
000000c6`6e5ff4a0 00007ff6`13af1ab0     postgres!ExecProcNode(
core
000000c6`6e9ffb48 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c6`6e9ffb50 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
000000c6`6e9ffe40 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c6`6e9ffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c6`6f5ff6a8 00007ffb`3c83d71e     ntdll!NtWaitForSingleObject+0x14
000000c6`6f5ff6b0 00007ff6`13cc0d1c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000c6`6f5ff750 00007ffb`3dba4cb0     postgres!pg_timer_thread(
000000c6`6f5ff790 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c6`6f5ff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c6`6f1ff6a8 00007ffb`3c8845ca     ntdll!NtFsControlFile+0x14
000000c6`6f1ff6b0 00007ff6`13cbf27b     KERNELBASE!ConnectNamedPipe+0x6a
000000c6`6f1ff720 00007ffb`3dba4cb0     postgres!pg_signal_thread(
000000c6`6f1ff820 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c6`6f1ff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c6`6edff638 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c6`6edff640 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
000000c6`6edff930 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c6`6edff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e3`a81ff728 00007ffb`3c8845ca     ntdll!NtFsControlFile+0x14
000000e3`a81ff730 00007ff6`13cbf27b     KERNELBASE!ConnectNamedPipe+0x6a
000000e3`a81ff7a0 00007ffb`3dba4cb0     postgres!pg_signal_thread(
000000e3`a81ff8a0 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e3`a81ff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e3`a79ffbd8 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e3`a79ffbe0 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
000000e3`a79ffed0 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e3`a79fff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e3`a75fe8e0 00007ff6`13adaf4b     postgres!ExecInterpExpr(
000000e3`a75feba0 00007ff6`13ae8c7a     postgres!ExecInterpExprStillValid(
000000e3`a75febd0 00007ff6`13ae8f36     postgres!ExecEvalExpr(
000000e3`a75fec00 00007ff6`13ae89cc     postgres!TupleHashTableHash_internal(
000000e3`a75fec50 00007ff6`13b124fa     postgres!LookupTupleHashEntry(
000000e3`a75feca0 00007ff6`13b12f3b     postgres!lookup_hash_entries(
000000e3`a75fed40 00007ff6`13b15e96     postgres!agg_fill_hash_table(
000000e3`a75fed80 00007ff6`13afabdb     postgres!ExecAgg(
000000e3`a75fedd0 00007ff6`13b4b0cc     postgres!ExecProcNodeFirst(
000000e3`a75fee00 00007ff6`13b4b9a1     postgres!ExecProcNode(
core
000000e3`a7dffc18 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e3`a7dffc20 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
000000e3`a7dfff10 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e3`a7dfff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e3`a85ff6a8 00007ffb`3c83d71e     ntdll!NtWaitForSingleObject+0x14
000000e3`a85ff6b0 00007ff6`13cc0d1c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000e3`a85ff750 00007ffb`3dba4cb0     postgres!pg_timer_thread(
000000e3`a85ff790 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e3`a85ff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000078`a69ff8c8 00007ffb`3c8845ca     ntdll!NtFsControlFile+0x14
00000078`a69ff8d0 00007ff6`13cbf27b     KERNELBASE!ConnectNamedPipe+0x6a
00000078`a69ff940 00007ffb`3dba4cb0     postgres!pg_signal_thread(
00000078`a69ffa40 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
00000078`a69ffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000078`a71ffac8 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000078`a71ffad0 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
00000078`a71ffdc0 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
00000078`a71ffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000078`a61feb40 00007ff6`13adaf4b     postgres!ExecInterpExpr(
00000078`a61fee00 00007ff6`13ae8c7a     postgres!ExecInterpExprStillValid(
00000078`a61fee30 00007ff6`13ae8f36     postgres!ExecEvalExpr(
00000078`a61fee60 00007ff6`13ae89cc     postgres!TupleHashTableHash_internal(
00000078`a61feeb0 00007ff6`13b124fa     postgres!LookupTupleHashEntry(
00000078`a61fef00 00007ff6`13b12f3b     postgres!lookup_hash_entries(
00000078`a61fefa0 00007ff6`13b15e96     postgres!agg_fill_hash_table(
00000078`a61fefe0 00007ff6`13afabdb     postgres!ExecAgg(
00000078`a61ff030 00007ff6`13b4b0cc     postgres!ExecProcNodeFirst(
00000078`a61ff060 00007ff6`13b4b9a1     postgres!ExecProcNode(
core
00000078`a65ff8a8 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000078`a65ff8b0 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
00000078`a65ffba0 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
00000078`a65ffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000078`a6dff6c8 00007ffb`3c83d71e     ntdll!NtWaitForSingleObject+0x14
00000078`a6dff6d0 00007ff6`13cc0d1c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000078`a6dff770 00007ffb`3dba4cb0     postgres!pg_timer_thread(
00000078`a6dff7b0 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
00000078`a6dff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ca`471ffa68 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ca`471ffa70 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
000000ca`471ffd60 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ca`471ffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ca`469fe9b0 00007ff6`13adaf4b     postgres!ExecInterpExpr(
000000ca`469fec70 00007ff6`13ae8c7a     postgres!ExecInterpExprStillValid(
000000ca`469feca0 00007ff6`13ae8f36     postgres!ExecEvalExpr(
000000ca`469fecd0 00007ff6`13ae89cc     postgres!TupleHashTableHash_internal(
000000ca`469fed20 00007ff6`13b124fa     postgres!LookupTupleHashEntry(
000000ca`469fed70 00007ff6`13b12f3b     postgres!lookup_hash_entries(
000000ca`469fee10 00007ff6`13b15e96     postgres!agg_fill_hash_table(
000000ca`469fee50 00007ff6`13afabdb     postgres!ExecAgg(
000000ca`469feea0 00007ff6`13af09bc     postgres!ExecProcNodeFirst(
000000ca`469feed0 00007ff6`13af1ab0     postgres!ExecProcNode(
core
000000ca`46dffa88 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ca`46dffa90 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
000000ca`46dffd80 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ca`46dffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ca`475ff608 00007ffb`3c8845ca     ntdll!NtFsControlFile+0x14
000000ca`475ff610 00007ff6`13cbf27b     KERNELBASE!ConnectNamedPipe+0x6a
000000ca`475ff680 00007ffb`3dba4cb0     postgres!pg_signal_thread(
000000ca`475ff780 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ca`475ff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ca`479ffc58 00007ffb`3c83d71e     ntdll!NtWaitForSingleObject+0x14
000000ca`479ffc60 00007ff6`13cc0d1c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000ca`479ffd00 00007ffb`3dba4cb0     postgres!pg_timer_thread(
000000ca`479ffd40 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ca`479ffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000064`9dbffb68 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000064`9dbffb70 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
00000064`9dbffe60 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
00000064`9dbffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000064`9e7ffc18 00007ffb`3c83d71e     ntdll!NtWaitForSingleObject+0x14
00000064`9e7ffc20 00007ff6`13cc0d1c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000064`9e7ffcc0 00007ffb`3dba4cb0     postgres!pg_timer_thread(
00000064`9e7ffd00 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
00000064`9e7ffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000064`9d7fda00 00007ff6`13adaf4b     postgres!ExecInterpExpr(
00000064`9d7fdcc0 00007ff6`13ae8c7a     postgres!ExecInterpExprStillValid(
00000064`9d7fdcf0 00007ff6`13ae8f36     postgres!ExecEvalExpr(
00000064`9d7fdd20 00007ff6`13ae89cc     postgres!TupleHashTableHash_internal(
00000064`9d7fdd70 00007ff6`13b124fa     postgres!LookupTupleHashEntry(
00000064`9d7fddc0 00007ff6`13b12f3b     postgres!lookup_hash_entries(
00000064`9d7fde60 00007ff6`13b15e96     postgres!agg_fill_hash_table(
00000064`9d7fdea0 00007ff6`13afabdb     postgres!ExecAgg(
00000064`9d7fdef0 00007ff6`13af09bc     postgres!ExecProcNodeFirst(
00000064`9d7fdf20 00007ff6`13af1ab0     postgres!ExecProcNode(
core
00000064`9e3ffa88 00007ffb`3c8845ca     ntdll!NtFsControlFile+0x14
00000064`9e3ffa90 00007ff6`13cbf27b     KERNELBASE!ConnectNamedPipe+0x6a
00000064`9e3ffb00 00007ffb`3dba4cb0     postgres!pg_signal_thread(
00000064`9e3ffc00 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
00000064`9e3ffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000064`9dfff508 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000064`9dfff510 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
00000064`9dfff800 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
00000064`9dfff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004a`23fff6c8 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004a`23fff6d0 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
0000004a`23fff9c0 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
0000004a`23fff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004a`23bfee60 00007ff6`13adaf4b     postgres!ExecInterpExpr(
0000004a`23bff120 00007ff6`13ae8c7a     postgres!ExecInterpExprStillValid(
0000004a`23bff150 00007ff6`13ae8f36     postgres!ExecEvalExpr(
0000004a`23bff180 00007ff6`13ae89cc     postgres!TupleHashTableHash_internal(
0000004a`23bff1d0 00007ff6`13b124fa     postgres!LookupTupleHashEntry(
0000004a`23bff220 00007ff6`13b12f3b     postgres!lookup_hash_entries(
0000004a`23bff2c0 00007ff6`13b15e96     postgres!agg_fill_hash_table(
0000004a`23bff300 00007ff6`13afabdb     postgres!ExecAgg(
0000004a`23bff350 00007ff6`13af09bc     postgres!ExecProcNodeFirst(
0000004a`23bff380 00007ff6`13af1ab0     postgres!ExecProcNode(
core
0000004a`247ffc78 00007ffb`3c8845ca     ntdll!NtFsControlFile+0x14
0000004a`247ffc80 00007ff6`13cbf27b     KERNELBASE!ConnectNamedPipe+0x6a
0000004a`247ffcf0 00007ffb`3dba4cb0     postgres!pg_signal_thread(
0000004a`247ffdf0 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
0000004a`247ffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004a`24bffc38 00007ffb`3c83d71e     ntdll!NtWaitForSingleObject+0x14
0000004a`24bffc40 00007ff6`13cc0d1c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000004a`24bffce0 00007ffb`3dba4cb0     postgres!pg_timer_thread(
0000004a`24bffd20 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
0000004a`24bffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004a`243ff4a8 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004a`243ff4b0 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
0000004a`243ff7a0 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
0000004a`243ff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f8`ddfffe38 00007ffb`3c83d71e     ntdll!NtWaitForSingleObject+0x14
000000f8`ddfffe40 00007ff6`13cc0d1c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000f8`ddfffee0 00007ffb`3dba4cb0     postgres!pg_timer_thread(
000000f8`ddffff20 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f8`ddffff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f8`de3ff968 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f8`de3ff970 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
000000f8`de3ffc60 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f8`de3ffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f8`dd3fe6b0 00007ff6`13adaf4b     postgres!ExecInterpExpr(
000000f8`dd3fe970 00007ff6`13ae8c7a     postgres!ExecInterpExprStillValid(
000000f8`dd3fe9a0 00007ff6`13ae8f36     postgres!ExecEvalExpr(
000000f8`dd3fe9d0 00007ff6`13ae89cc     postgres!TupleHashTableHash_internal(
000000f8`dd3fea20 00007ff6`13b4ef52     postgres!LookupTupleHashEntry(
000000f8`dd3fea70 00007ff6`13b4de3f     postgres!buildSubPlanHash(
000000f8`dd3feb60 00007ff6`13b4d26a     postgres!ExecHashSubPlan(
000000f8`dd3febb0 00007ff6`13ae08ce     postgres!ExecSubPlan(
000000f8`dd3fec10 00007ff6`13ae41ef     postgres!ExecEvalSubPlan(
000000f8`dd3fec50 00007ff6`13adaf4b     postgres!ExecInterpExpr(
core
000000f8`dd7ff7d8 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f8`dd7ff7e0 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
000000f8`dd7ffad0 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f8`dd7ffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f8`ddbffd08 00007ffb`3c8845ca     ntdll!NtFsControlFile+0x14
000000f8`ddbffd10 00007ff6`13cbf27b     KERNELBASE!ConnectNamedPipe+0x6a
000000f8`ddbffd80 00007ffb`3dba4cb0     postgres!pg_signal_thread(
000000f8`ddbffe80 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f8`ddbffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000008`c69ff488 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000008`c69ff490 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
00000008`c69ff780 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
00000008`c69ff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000008`c6dff978 00007ffb`3c8845ca     ntdll!NtFsControlFile+0x14
00000008`c6dff980 00007ff6`13cbf27b     KERNELBASE!ConnectNamedPipe+0x6a
00000008`c6dff9f0 00007ffb`3dba4cb0     postgres!pg_signal_thread(
00000008`c6dffaf0 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
00000008`c6dffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000008`c71ffbf8 00007ffb`3c83d71e     ntdll!NtWaitForSingleObject+0x14
00000008`c71ffc00 00007ff6`13cc0d1c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000008`c71ffca0 00007ffb`3dba4cb0     postgres!pg_timer_thread(
00000008`c71ffce0 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
00000008`c71ffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000008`c5dfe9e0 00007ff6`13adaf4b     postgres!ExecInterpExpr(
00000008`c5dfeca0 00007ff6`13ae8c7a     postgres!ExecInterpExprStillValid(
00000008`c5dfecd0 00007ff6`13ae8f36     postgres!ExecEvalExpr(
00000008`c5dfed00 00007ff6`13ae89cc     postgres!TupleHashTableHash_internal(
00000008`c5dfed50 00007ff6`13b124fa     postgres!LookupTupleHashEntry(
00000008`c5dfeda0 00007ff6`13b12f3b     postgres!lookup_hash_entries(
00000008`c5dfee40 00007ff6`13b15e96     postgres!agg_fill_hash_table(
00000008`c5dfee80 00007ff6`13afabdb     postgres!ExecAgg(
00000008`c5dfeed0 00007ff6`13af09bc     postgres!ExecProcNodeFirst(
00000008`c5dfef00 00007ff6`13af1ab0     postgres!ExecProcNode(
core
00000008`c61ffa88 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000008`c61ffa90 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
00000008`c61ffd80 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
00000008`c61ffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000008`c65ff8b8 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000008`c65ff8c0 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
00000008`c65ffbb0 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
00000008`c65ffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b7`a4dff858 00007ffb`3c8845ca     ntdll!NtFsControlFile+0x14
000000b7`a4dff860 00007ff6`13cbf27b     KERNELBASE!ConnectNamedPipe+0x6a
000000b7`a4dff8d0 00007ffb`3dba4cb0     postgres!pg_signal_thread(
000000b7`a4dff9d0 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b7`a4dffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b7`a41ff0f0 00007ff6`14003b48     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b7`a41ff130 00007ff6`13997185     postgres!ExceptionalCondition(
000000b7`a41ff170 00007ff6`13987df7     postgres!index_drop(
000000b7`a41ff250 00007ff6`139878ed     postgres!doDeletion(
000000b7`a41ff2a0 00007ff6`1398ada1     postgres!deleteOneObject(
000000b7`a41ff3f0 00007ff6`13985bec     postgres!deleteObjectsInList(
000000b7`a41ff450 00007ff6`13cc4627     postgres!performDeletion(
000000b7`a41ff4b0 00007ff6`13cc280c     postgres!do_autovacuum(void)+0x967 [c:\cirrus\src\backend\postmaster\autovacuum....
000000b7`a41ff830 00007ff6`13ccae27     postgres!AutoVacWorkerMain(
000000b7`a41ff9e0 00007ff6`13b8a3e4     postgres!SubPostmasterMain(
core
000000b7`a45ff818 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b7`a45ff820 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
000000b7`a45ffb10 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b7`a45ffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b7`a49ffaa8 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b7`a49ffab0 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
000000b7`a49ffda0 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b7`a49ffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000053`9c5ff778 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000053`9c5ff780 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
00000053`9c5ffa70 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
00000053`9c5ffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000053`9bdfe800 00007ff6`13adaf4b     postgres!ExecInterpExpr(
00000053`9bdfeac0 00007ff6`13ae8c7a     postgres!ExecInterpExprStillValid(
00000053`9bdfeaf0 00007ff6`13ae8f36     postgres!ExecEvalExpr(
00000053`9bdfeb20 00007ff6`13ae89cc     postgres!TupleHashTableHash_internal(
00000053`9bdfeb70 00007ff6`13b124fa     postgres!LookupTupleHashEntry(
00000053`9bdfebc0 00007ff6`13b12cca     postgres!lookup_hash_entries(
00000053`9bdfec60 00007ff6`13b15eb1     postgres!agg_retrieve_direct(
00000053`9bdfed00 00007ff6`13afabdb     postgres!ExecAgg(
00000053`9bdfed50 00007ff6`13b4b0cc     postgres!ExecProcNodeFirst(
00000053`9bdfed80 00007ff6`13b4b9a1     postgres!ExecProcNode(
core
00000053`9c1ff7c8 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000053`9c1ff7d0 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
00000053`9c1ffac0 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
00000053`9c1ffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000053`9c9ffc58 00007ffb`3c8845ca     ntdll!NtFsControlFile+0x14
00000053`9c9ffc60 00007ff6`13cbf27b     KERNELBASE!ConnectNamedPipe+0x6a
00000053`9c9ffcd0 00007ffb`3dba4cb0     postgres!pg_signal_thread(
00000053`9c9ffdd0 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
00000053`9c9ffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000053`9cdffc88 00007ffb`3c83d71e     ntdll!NtWaitForSingleObject+0x14
00000053`9cdffc90 00007ff6`13cc0d1c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000053`9cdffd30 00007ffb`3dba4cb0     postgres!pg_timer_thread(
00000053`9cdffd70 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
00000053`9cdffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d4`bb9ff698 00007ffb`3c83d71e     ntdll!NtWaitForSingleObject+0x14
000000d4`bb9ff6a0 00007ff6`13cc0d1c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000d4`bb9ff740 00007ffb`3dba4cb0     postgres!pg_timer_thread(
000000d4`bb9ff780 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d4`bb9ff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d4`bbdff968 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d4`bbdff970 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
000000d4`bbdffc60 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d4`bbdffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d4`bb5ffd48 00007ffb`3c8845ca     ntdll!NtFsControlFile+0x14
000000d4`bb5ffd50 00007ff6`13cbf27b     KERNELBASE!ConnectNamedPipe+0x6a
000000d4`bb5ffdc0 00007ffb`3dba4cb0     postgres!pg_signal_thread(
000000d4`bb5ffec0 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d4`bb5ffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d4`bb1ff698 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d4`bb1ff6a0 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
000000d4`bb1ff990 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d4`bb1ff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d4`badfea90 00007ff6`13adaf4b     postgres!ExecInterpExpr(
000000d4`badfed50 00007ff6`13ae8c7a     postgres!ExecInterpExprStillValid(
000000d4`badfed80 00007ff6`13ae8f36     postgres!ExecEvalExpr(
000000d4`badfedb0 00007ff6`13ae89cc     postgres!TupleHashTableHash_internal(
000000d4`badfee00 00007ff6`13b124fa     postgres!LookupTupleHashEntry(
000000d4`badfee50 00007ff6`13b12f3b     postgres!lookup_hash_entries(
000000d4`badfeef0 00007ff6`13b15e96     postgres!agg_fill_hash_table(
000000d4`badfef30 00007ff6`13afabdb     postgres!ExecAgg(
000000d4`badfef80 00007ff6`13b4b0cc     postgres!ExecProcNodeFirst(
000000d4`badfefb0 00007ff6`13b4b9a1     postgres!ExecProcNode(
core
0000005d`d0dff718 00007ffb`3c8845ca     ntdll!NtFsControlFile+0x14
0000005d`d0dff720 00007ff6`13cbf27b     KERNELBASE!ConnectNamedPipe+0x6a
0000005d`d0dff790 00007ffb`3dba4cb0     postgres!pg_signal_thread(
0000005d`d0dff890 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
0000005d`d0dff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005d`d11ffb68 00007ffb`3c83d71e     ntdll!NtWaitForSingleObject+0x14
0000005d`d11ffb70 00007ff6`13cc0d1c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000005d`d11ffc10 00007ffb`3dba4cb0     postgres!pg_timer_thread(
0000005d`d11ffc50 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
0000005d`d11ffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005d`d15ff468 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005d`d15ff470 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
0000005d`d15ff760 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
0000005d`d15ff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005d`d05fedc0 00007ff6`13adaf4b     postgres!ExecInterpExpr(
0000005d`d05ff080 00007ff6`13ae8c7a     postgres!ExecInterpExprStillValid(
0000005d`d05ff0b0 00007ff6`13ae8f36     postgres!ExecEvalExpr(
0000005d`d05ff0e0 00007ff6`13ae89cc     postgres!TupleHashTableHash_internal(
0000005d`d05ff130 00007ff6`13b124fa     postgres!LookupTupleHashEntry(
0000005d`d05ff180 00007ff6`13b12f3b     postgres!lookup_hash_entries(
0000005d`d05ff220 00007ff6`13b15e96     postgres!agg_fill_hash_table(
0000005d`d05ff260 00007ff6`13afabdb     postgres!ExecAgg(
0000005d`d05ff2b0 00007ff6`13b4b0cc     postgres!ExecProcNodeFirst(
0000005d`d05ff2e0 00007ff6`13b4b9a1     postgres!ExecProcNode(
core
0000005d`d09ffc08 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005d`d09ffc10 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
0000005d`d09fff00 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
0000005d`d09fff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007b`b13ffcd8 00007ffb`3c8845ca     ntdll!NtFsControlFile+0x14
0000007b`b13ffce0 00007ff6`13cbf27b     KERNELBASE!ConnectNamedPipe+0x6a
0000007b`b13ffd50 00007ffb`3dba4cb0     postgres!pg_signal_thread(
0000007b`b13ffe50 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
0000007b`b13ffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007b`b17ff958 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007b`b17ff960 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
0000007b`b17ffc50 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
0000007b`b17ffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007b`b0bff220 00007ff6`13adaf4b     postgres!ExecInterpExpr(
0000007b`b0bff4e0 00007ff6`13ae8c7a     postgres!ExecInterpExprStillValid(
0000007b`b0bff510 00007ff6`13ae8f36     postgres!ExecEvalExpr(
0000007b`b0bff540 00007ff6`13ae89cc     postgres!TupleHashTableHash_internal(
0000007b`b0bff590 00007ff6`13b124fa     postgres!LookupTupleHashEntry(
0000007b`b0bff5e0 00007ff6`13b12f3b     postgres!lookup_hash_entries(
0000007b`b0bff680 00007ff6`13b15e96     postgres!agg_fill_hash_table(
0000007b`b0bff6c0 00007ff6`13afabdb     postgres!ExecAgg(
0000007b`b0bff710 00007ff6`13af09bc     postgres!ExecProcNodeFirst(
0000007b`b0bff740 00007ff6`13af1ab0     postgres!ExecProcNode(
core
0000007b`b0fff9e8 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007b`b0fff9f0 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
0000007b`b0fffce0 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
0000007b`b0fffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000084`903ffc38 00007ffb`3c8845ca     ntdll!NtFsControlFile+0x14
00000084`903ffc40 00007ff6`13cbf27b     KERNELBASE!ConnectNamedPipe+0x6a
00000084`903ffcb0 00007ffb`3dba4cb0     postgres!pg_signal_thread(
00000084`903ffdb0 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
00000084`903ffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000084`907ff748 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000084`907ff750 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
00000084`907ffa40 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
00000084`907ffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000084`90bff888 00007ffb`3c83d71e     ntdll!NtWaitForSingleObject+0x14
00000084`90bff890 00007ff6`13cc0d1c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000084`90bff930 00007ffb`3dba4cb0     postgres!pg_timer_thread(
00000084`90bff970 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
00000084`90bff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000084`8fbfeed0 00007ff6`13adaf4b     postgres!ExecInterpExpr(
00000084`8fbff190 00007ff6`13ae8c7a     postgres!ExecInterpExprStillValid(
00000084`8fbff1c0 00007ff6`13ae8f36     postgres!ExecEvalExpr(
00000084`8fbff1f0 00007ff6`13ae89cc     postgres!TupleHashTableHash_internal(
00000084`8fbff240 00007ff6`13b124fa     postgres!LookupTupleHashEntry(
00000084`8fbff290 00007ff6`13b12f3b     postgres!lookup_hash_entries(
00000084`8fbff330 00007ff6`13b15e96     postgres!agg_fill_hash_table(
00000084`8fbff370 00007ff6`13afabdb     postgres!ExecAgg(
00000084`8fbff3c0 00007ff6`13af09bc     postgres!ExecProcNodeFirst(
00000084`8fbff3f0 00007ff6`13af1ab0     postgres!ExecProcNode(
core
00000084`8ffff488 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000084`8ffff490 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
00000084`8ffff780 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
00000084`8ffff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000028`e55ffd48 00007ffb`3c83d71e     ntdll!NtWaitForSingleObject+0x14
00000028`e55ffd50 00007ff6`13cc0d1c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000028`e55ffdf0 00007ffb`3dba4cb0     postgres!pg_timer_thread(
00000028`e55ffe30 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
00000028`e55ffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000028`e45fef60 00007ff6`13adaf4b     postgres!ExecInterpExpr(
00000028`e45ff220 00007ff6`13ae8c7a     postgres!ExecInterpExprStillValid(
00000028`e45ff250 00007ff6`13ae8f36     postgres!ExecEvalExpr(
00000028`e45ff280 00007ff6`13ae89cc     postgres!TupleHashTableHash_internal(
00000028`e45ff2d0 00007ff6`13b124fa     postgres!LookupTupleHashEntry(
00000028`e45ff320 00007ff6`13b12f3b     postgres!lookup_hash_entries(
00000028`e45ff3c0 00007ff6`13b15e96     postgres!agg_fill_hash_table(
00000028`e45ff400 00007ff6`13afabdb     postgres!ExecAgg(
00000028`e45ff450 00007ff6`13af09bc     postgres!ExecProcNodeFirst(
00000028`e45ff480 00007ff6`13af1ab0     postgres!ExecProcNode(
core
00000028`e49ffb08 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000028`e49ffb10 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
00000028`e49ffe00 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
00000028`e49ffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000028`e4dff898 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000028`e4dff8a0 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
00000028`e4dffb90 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
00000028`e4dffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000028`e51ff9b8 00007ffb`3c8845ca     ntdll!NtFsControlFile+0x14
00000028`e51ff9c0 00007ff6`13cbf27b     KERNELBASE!ConnectNamedPipe+0x6a
00000028`e51ffa30 00007ffb`3dba4cb0     postgres!pg_signal_thread(
00000028`e51ffb30 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
00000028`e51ffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000082`f99ffac8 00007ffb`3c83d71e     ntdll!NtWaitForSingleObject+0x14
00000082`f99ffad0 00007ff6`13cc0d1c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000082`f99ffb70 00007ffb`3dba4cb0     postgres!pg_timer_thread(
00000082`f99ffbb0 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
00000082`f99ffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000082`f89fea20 00007ff6`13adaf4b     postgres!ExecInterpExpr(
00000082`f89fece0 00007ff6`13ae8c7a     postgres!ExecInterpExprStillValid(
00000082`f89fed10 00007ff6`13ae8f36     postgres!ExecEvalExpr(
00000082`f89fed40 00007ff6`13ae89cc     postgres!TupleHashTableHash_internal(
00000082`f89fed90 00007ff6`13b124fa     postgres!LookupTupleHashEntry(
00000082`f89fede0 00007ff6`13b12f3b     postgres!lookup_hash_entries(
00000082`f89fee80 00007ff6`13b15e96     postgres!agg_fill_hash_table(
00000082`f89feec0 00007ff6`13afabdb     postgres!ExecAgg(
00000082`f89fef10 00007ff6`13b4b0cc     postgres!ExecProcNodeFirst(
00000082`f89fef40 00007ff6`13b4b9a1     postgres!ExecProcNode(
core
00000082`f8dffaa8 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000082`f8dffab0 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
00000082`f8dffda0 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
00000082`f8dffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000082`f95ff648 00007ffb`3c8845ca     ntdll!NtFsControlFile+0x14
00000082`f95ff650 00007ff6`13cbf27b     KERNELBASE!ConnectNamedPipe+0x6a
00000082`f95ff6c0 00007ffb`3dba4cb0     postgres!pg_signal_thread(
00000082`f95ff7c0 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
00000082`f95ff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000082`f91ff508 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000082`f91ff510 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
00000082`f91ff800 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
00000082`f91ff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000002`383ffca8 00007ffb`3c8845ca     ntdll!NtFsControlFile+0x14
00000002`383ffcb0 00007ff6`13cbf27b     KERNELBASE!ConnectNamedPipe+0x6a
00000002`383ffd20 00007ffb`3dba4cb0     postgres!pg_signal_thread(
00000002`383ffe20 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
00000002`383ffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000002`387ff768 00007ffb`3c83d71e     ntdll!NtWaitForSingleObject+0x14
00000002`387ff770 00007ff6`13cc0d1c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000002`387ff810 00007ffb`3dba4cb0     postgres!pg_timer_thread(
00000002`387ff850 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
00000002`387ff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000002`38bff5b8 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000002`38bff5c0 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
00000002`38bff8b0 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
00000002`38bff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000002`37bfe9d0 00007ff6`13adaf4b     postgres!ExecInterpExpr(
00000002`37bfec90 00007ff6`13ae8c7a     postgres!ExecInterpExprStillValid(
00000002`37bfecc0 00007ff6`13ae8f36     postgres!ExecEvalExpr(
00000002`37bfecf0 00007ff6`13ae89cc     postgres!TupleHashTableHash_internal(
00000002`37bfed40 00007ff6`13b124fa     postgres!LookupTupleHashEntry(
00000002`37bfed90 00007ff6`13b12f3b     postgres!lookup_hash_entries(
00000002`37bfee30 00007ff6`13b15e96     postgres!agg_fill_hash_table(
00000002`37bfee70 00007ff6`13afabdb     postgres!ExecAgg(
00000002`37bfeec0 00007ff6`13b4b0cc     postgres!ExecProcNodeFirst(
00000002`37bfeef0 00007ff6`13b4b9a1     postgres!ExecProcNode(
core
00000002`37fff8e8 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000002`37fff8f0 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
00000002`37fffbe0 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
00000002`37fffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000060`e23ff758 00007ffb`3c8845ca     ntdll!NtFsControlFile+0x14
00000060`e23ff760 00007ff6`13cbf27b     KERNELBASE!ConnectNamedPipe+0x6a
00000060`e23ff7d0 00007ffb`3dba4cb0     postgres!pg_signal_thread(
00000060`e23ff8d0 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
00000060`e23ff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000060`e27ff8b8 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000060`e27ff8c0 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
00000060`e27ffbb0 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
00000060`e27ffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000060`e2bffad8 00007ffb`3c83d71e     ntdll!NtWaitForSingleObject+0x14
00000060`e2bffae0 00007ff6`13cc0d1c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000060`e2bffb80 00007ffb`3dba4cb0     postgres!pg_timer_thread(
00000060`e2bffbc0 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
00000060`e2bffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000060`e1bff130 00007ff6`13adaf4b     postgres!ExecInterpExpr(
00000060`e1bff3f0 00007ff6`13ae8c7a     postgres!ExecInterpExprStillValid(
00000060`e1bff420 00007ff6`13ae8f36     postgres!ExecEvalExpr(
00000060`e1bff450 00007ff6`13ae89cc     postgres!TupleHashTableHash_internal(
00000060`e1bff4a0 00007ff6`13b124fa     postgres!LookupTupleHashEntry(
00000060`e1bff4f0 00007ff6`13b12f3b     postgres!lookup_hash_entries(
00000060`e1bff590 00007ff6`13b15e96     postgres!agg_fill_hash_table(
00000060`e1bff5d0 00007ff6`13afabdb     postgres!ExecAgg(
00000060`e1bff620 00007ff6`13af09bc     postgres!ExecProcNodeFirst(
00000060`e1bff650 00007ff6`13af1ab0     postgres!ExecProcNode(
core
00000060`e1fff638 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000060`e1fff640 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
00000060`e1fff930 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
00000060`e1fff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ec`7abffb28 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ec`7abffb30 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
000000ec`7abffe20 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ec`7abffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ec`7afff7a8 00007ffb`3c8845ca     ntdll!NtFsControlFile+0x14
000000ec`7afff7b0 00007ff6`13cbf27b     KERNELBASE!ConnectNamedPipe+0x6a
000000ec`7afff820 00007ffb`3dba4cb0     postgres!pg_signal_thread(
000000ec`7afff920 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ec`7afff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ec`7b3ffe08 00007ffb`3c83d71e     ntdll!NtWaitForSingleObject+0x14
000000ec`7b3ffe10 00007ff6`13cc0d1c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000ec`7b3ffeb0 00007ffb`3dba4cb0     postgres!pg_timer_thread(
000000ec`7b3ffef0 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ec`7b3fff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ec`7a3fee80 00007ff6`13adaf4b     postgres!ExecInterpExpr(
000000ec`7a3ff140 00007ff6`13ae8c7a     postgres!ExecInterpExprStillValid(
000000ec`7a3ff170 00007ff6`13ae8f36     postgres!ExecEvalExpr(
000000ec`7a3ff1a0 00007ff6`13ae89cc     postgres!TupleHashTableHash_internal(
000000ec`7a3ff1f0 00007ff6`13b124fa     postgres!LookupTupleHashEntry(
000000ec`7a3ff240 00007ff6`13b12f3b     postgres!lookup_hash_entries(
000000ec`7a3ff2e0 00007ff6`13b15e96     postgres!agg_fill_hash_table(
000000ec`7a3ff320 00007ff6`13afabdb     postgres!ExecAgg(
000000ec`7a3ff370 00007ff6`13af09bc     postgres!ExecProcNodeFirst(
000000ec`7a3ff3a0 00007ff6`13af1ab0     postgres!ExecProcNode(
core
000000ec`7a7ffa48 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ec`7a7ffa50 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
000000ec`7a7ffd40 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ec`7a7ffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000074`46bffd48 00007ffb`3c8845ca     ntdll!NtFsControlFile+0x14
00000074`46bffd50 00007ff6`13cbf27b     KERNELBASE!ConnectNamedPipe+0x6a
00000074`46bffdc0 00007ffb`3dba4cb0     postgres!pg_signal_thread(
00000074`46bffec0 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
00000074`46bffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000074`473ff788 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000074`473ff790 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
00000074`473ffa80 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
00000074`473ffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000074`46fffb58 00007ffb`3c83d71e     ntdll!NtWaitForSingleObject+0x14
00000074`46fffb60 00007ff6`13cc0d1c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000074`46fffc00 00007ffb`3dba4cb0     postgres!pg_timer_thread(
00000074`46fffc40 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
00000074`46fffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000074`463fe970 00007ff6`13adaf4b     postgres!ExecInterpExpr(
00000074`463fec30 00007ff6`13ae8c7a     postgres!ExecInterpExprStillValid(
00000074`463fec60 00007ff6`13ae8f36     postgres!ExecEvalExpr(
00000074`463fec90 00007ff6`13ae89cc     postgres!TupleHashTableHash_internal(
00000074`463fece0 00007ff6`13b124fa     postgres!LookupTupleHashEntry(
00000074`463fed30 00007ff6`13b12f3b     postgres!lookup_hash_entries(
00000074`463fedd0 00007ff6`13b15e96     postgres!agg_fill_hash_table(
00000074`463fee10 00007ff6`13afabdb     postgres!ExecAgg(
00000074`463fee60 00007ff6`13af09bc     postgres!ExecProcNodeFirst(
00000074`463fee90 00007ff6`13af1ab0     postgres!ExecProcNode(
core
00000074`467ff4b8 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000074`467ff4c0 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
00000074`467ff7b0 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
00000074`467ff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000065`6bbff678 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000065`6bbff680 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
00000065`6bbff970 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
00000065`6bbff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000065`6b7ff270 00007ff6`14003b48     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000065`6b7ff2b0 00007ff6`13997185     postgres!ExceptionalCondition(
00000065`6b7ff2f0 00007ff6`13987df7     postgres!index_drop(
00000065`6b7ff3d0 00007ff6`139878ed     postgres!doDeletion(
00000065`6b7ff420 00007ff6`1398ada1     postgres!deleteOneObject(
00000065`6b7ff570 00007ff6`13985bec     postgres!deleteObjectsInList(
00000065`6b7ff5d0 00007ff6`13cc4627     postgres!performDeletion(
00000065`6b7ff630 00007ff6`13cc280c     postgres!do_autovacuum(void)+0x967 [c:\cirrus\src\backend\postmaster\autovacuum....
00000065`6b7ff9b0 00007ff6`13ccae27     postgres!AutoVacWorkerMain(
00000065`6b7ffb60 00007ff6`13b8a3e4     postgres!SubPostmasterMain(
core
00000065`6bfff8d8 00007ffb`3c8845ca     ntdll!NtFsControlFile+0x14
00000065`6bfff8e0 00007ff6`13cbf27b     KERNELBASE!ConnectNamedPipe+0x6a
00000065`6bfff950 00007ffb`3dba4cb0     postgres!pg_signal_thread(
00000065`6bfffa50 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
00000065`6bfffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000065`6c3ffc28 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000065`6c3ffc30 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
00000065`6c3fff20 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
00000065`6c3fff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ea`bdfff608 00007ffb`3c8845ca     ntdll!NtFsControlFile+0x14
000000ea`bdfff610 00007ff6`13cbf27b     KERNELBASE!ConnectNamedPipe+0x6a
000000ea`bdfff680 00007ffb`3dba4cb0     postgres!pg_signal_thread(
000000ea`bdfff780 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ea`bdfff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ea`be7ffad8 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ea`be7ffae0 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
000000ea`be7ffdd0 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ea`be7ffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ea`bd7feff0 00007ff6`13adaf4b     postgres!ExecInterpExpr(
000000ea`bd7ff2b0 00007ff6`13ae8c7a     postgres!ExecInterpExprStillValid(
000000ea`bd7ff2e0 00007ff6`13ae8f36     postgres!ExecEvalExpr(
000000ea`bd7ff310 00007ff6`13ae89cc     postgres!TupleHashTableHash_internal(
000000ea`bd7ff360 00007ff6`13b124fa     postgres!LookupTupleHashEntry(
000000ea`bd7ff3b0 00007ff6`13b12f3b     postgres!lookup_hash_entries(
000000ea`bd7ff450 00007ff6`13b15e96     postgres!agg_fill_hash_table(
000000ea`bd7ff490 00007ff6`13afabdb     postgres!ExecAgg(
000000ea`bd7ff4e0 00007ff6`13b4b0cc     postgres!ExecProcNodeFirst(
000000ea`bd7ff510 00007ff6`13b4b9a1     postgres!ExecProcNode(
core
000000ea`be3ff8a8 00007ffb`3c83d71e     ntdll!NtWaitForSingleObject+0x14
000000ea`be3ff8b0 00007ff6`13cc0d1c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000ea`be3ff950 00007ffb`3dba4cb0     postgres!pg_timer_thread(
000000ea`be3ff990 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ea`be3ff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ea`bdbff588 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ea`bdbff590 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
000000ea`bdbff880 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ea`bdbff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000da`187ff808 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000da`187ff810 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
000000da`187ffb00 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
000000da`187ffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000da`18bff7d8 00007ffb`3c8845ca     ntdll!NtFsControlFile+0x14
000000da`18bff7e0 00007ff6`13cbf27b     KERNELBASE!ConnectNamedPipe+0x6a
000000da`18bff850 00007ffb`3dba4cb0     postgres!pg_signal_thread(
000000da`18bff950 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
000000da`18bff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000da`17ffea70 00007ff6`13adaf4b     postgres!ExecInterpExpr(
000000da`17ffed30 00007ff6`13ae8c7a     postgres!ExecInterpExprStillValid(
000000da`17ffed60 00007ff6`13ae8f36     postgres!ExecEvalExpr(
000000da`17ffed90 00007ff6`13ae89cc     postgres!TupleHashTableHash_internal(
000000da`17ffede0 00007ff6`13b4a820     postgres!LookupTupleHashEntry(
000000da`17ffee30 00007ff6`13b4af51     postgres!setop_fill_hash_table(
000000da`17ffeea0 00007ff6`13afabdb     postgres!ExecSetOp(
000000da`17ffeef0 00007ff6`13af09bc     postgres!ExecProcNodeFirst(
000000da`17ffef20 00007ff6`13af1ab0     postgres!ExecProcNode(
000000da`17ffef50 00007ff6`13aecdc7     postgres!ExecutePlan(
core
000000da`183ffc28 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000da`183ffc30 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
000000da`183fff20 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
000000da`183fff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000da`18fff898 00007ffb`3c83d71e     ntdll!NtWaitForSingleObject+0x14
000000da`18fff8a0 00007ff6`13cc0d1c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000da`18fff940 00007ffb`3dba4cb0     postgres!pg_timer_thread(
000000da`18fff980 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
000000da`18fff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d9`1ffff548 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d9`1ffff550 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
000000d9`1ffff840 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d9`1ffff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d9`1fbfea00 00007ff6`13adaf4b     postgres!ExecInterpExpr(
000000d9`1fbfecc0 00007ff6`13ae8c7a     postgres!ExecInterpExprStillValid(
000000d9`1fbfecf0 00007ff6`13ae8f36     postgres!ExecEvalExpr(
000000d9`1fbfed20 00007ff6`13ae89cc     postgres!TupleHashTableHash_internal(
000000d9`1fbfed70 00007ff6`13b124fa     postgres!LookupTupleHashEntry(
000000d9`1fbfedc0 00007ff6`13b12f3b     postgres!lookup_hash_entries(
000000d9`1fbfee60 00007ff6`13b15e96     postgres!agg_fill_hash_table(
000000d9`1fbfeea0 00007ff6`13afabdb     postgres!ExecAgg(
000000d9`1fbfeef0 00007ff6`13b4b0cc     postgres!ExecProcNodeFirst(
000000d9`1fbfef20 00007ff6`13b4b9a1     postgres!ExecProcNode(
core
000000d9`203ff948 00007ffb`3c8845ca     ntdll!NtFsControlFile+0x14
000000d9`203ff950 00007ff6`13cbf27b     KERNELBASE!ConnectNamedPipe+0x6a
000000d9`203ff9c0 00007ffb`3dba4cb0     postgres!pg_signal_thread(
000000d9`203ffac0 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d9`203ffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d9`207ff808 00007ffb`3c83d71e     ntdll!NtWaitForSingleObject+0x14
000000d9`207ff810 00007ff6`13cc0d1c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000d9`207ff8b0 00007ffb`3dba4cb0     postgres!pg_timer_thread(
000000d9`207ff8f0 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d9`207ff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d9`20bff868 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d9`20bff870 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
000000d9`20bffb60 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d9`20bffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000059`0f7fec10 00007ff6`13adaf4b     postgres!ExecInterpExpr(
00000059`0f7feed0 00007ff6`13ae8c7a     postgres!ExecInterpExprStillValid(
00000059`0f7fef00 00007ff6`13ae8f36     postgres!ExecEvalExpr(
00000059`0f7fef30 00007ff6`13ae89cc     postgres!TupleHashTableHash_internal(
00000059`0f7fef80 00007ff6`13b124fa     postgres!LookupTupleHashEntry(
00000059`0f7fefd0 00007ff6`13b12f3b     postgres!lookup_hash_entries(
00000059`0f7ff070 00007ff6`13b15e96     postgres!agg_fill_hash_table(
00000059`0f7ff0b0 00007ff6`13afabdb     postgres!ExecAgg(
00000059`0f7ff100 00007ff6`13af09bc     postgres!ExecProcNodeFirst(
00000059`0f7ff130 00007ff6`13af1ab0     postgres!ExecProcNode(
core
00000059`0fbff688 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000059`0fbff690 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
00000059`0fbff980 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
00000059`0fbff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000059`0ffffa18 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000059`0ffffa20 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
00000059`0ffffd10 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
00000059`0ffffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000059`103ffb28 00007ffb`3c8845ca     ntdll!NtFsControlFile+0x14
00000059`103ffb30 00007ff6`13cbf27b     KERNELBASE!ConnectNamedPipe+0x6a
00000059`103ffba0 00007ffb`3dba4cb0     postgres!pg_signal_thread(
00000059`103ffca0 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
00000059`103ffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000059`107ff6f8 00007ffb`3c83d71e     ntdll!NtWaitForSingleObject+0x14
00000059`107ff700 00007ff6`13cc0d1c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000059`107ff7a0 00007ffb`3dba4cb0     postgres!pg_timer_thread(
00000059`107ff7e0 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
00000059`107ff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b2`183ff888 00007ffb`3c83d71e     ntdll!NtWaitForSingleObject+0x14
000000b2`183ff890 00007ff6`13cc0d1c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000b2`183ff930 00007ffb`3dba4cb0     postgres!pg_timer_thread(
000000b2`183ff970 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b2`183ff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b2`173fed80 00007ff6`13adaf4b     postgres!ExecInterpExpr(
000000b2`173ff040 00007ff6`13ae8c7a     postgres!ExecInterpExprStillValid(
000000b2`173ff070 00007ff6`13ae8f36     postgres!ExecEvalExpr(
000000b2`173ff0a0 00007ff6`13ae89cc     postgres!TupleHashTableHash_internal(
000000b2`173ff0f0 00007ff6`13b124fa     postgres!LookupTupleHashEntry(
000000b2`173ff140 00007ff6`13b12f3b     postgres!lookup_hash_entries(
000000b2`173ff1e0 00007ff6`13b15e96     postgres!agg_fill_hash_table(
000000b2`173ff220 00007ff6`13afabdb     postgres!ExecAgg(
000000b2`173ff270 00007ff6`13b1deec     postgres!ExecProcNodeFirst(
000000b2`173ff2a0 00007ff6`13b1e789     postgres!ExecProcNode(
core
000000b2`177ff968 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b2`177ff970 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
000000b2`177ffc60 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b2`177ffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b2`17bff498 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b2`17bff4a0 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
000000b2`17bff790 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b2`17bff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b2`17fff698 00007ffb`3c8845ca     ntdll!NtFsControlFile+0x14
000000b2`17fff6a0 00007ff6`13cbf27b     KERNELBASE!ConnectNamedPipe+0x6a
000000b2`17fff710 00007ffb`3dba4cb0     postgres!pg_signal_thread(
000000b2`17fff810 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b2`17fff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009e`0a1ffce8 00007ffb`3c83d71e     ntdll!NtWaitForSingleObject+0x14
0000009e`0a1ffcf0 00007ff6`13cc0d1c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000009e`0a1ffd90 00007ffb`3dba4cb0     postgres!pg_timer_thread(
0000009e`0a1ffdd0 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
0000009e`0a1ffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009e`099ffb28 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009e`099ffb30 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
0000009e`099ffe20 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
0000009e`099ffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009e`095fec20 00007ff6`13adaf4b     postgres!ExecInterpExpr(
0000009e`095feee0 00007ff6`13ae8c7a     postgres!ExecInterpExprStillValid(
0000009e`095fef10 00007ff6`13ae8f36     postgres!ExecEvalExpr(
0000009e`095fef40 00007ff6`13ae89cc     postgres!TupleHashTableHash_internal(
0000009e`095fef90 00007ff6`13b124fa     postgres!LookupTupleHashEntry(
0000009e`095fefe0 00007ff6`13b12f3b     postgres!lookup_hash_entries(
0000009e`095ff080 00007ff6`13b15e96     postgres!agg_fill_hash_table(
0000009e`095ff0c0 00007ff6`13afabdb     postgres!ExecAgg(
0000009e`095ff110 00007ff6`13af09bc     postgres!ExecProcNodeFirst(
0000009e`095ff140 00007ff6`13af1ab0     postgres!ExecProcNode(
core
0000009e`0a5ff658 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009e`0a5ff660 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
0000009e`0a5ff950 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
0000009e`0a5ff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009e`09dffb88 00007ffb`3c8845ca     ntdll!NtFsControlFile+0x14
0000009e`09dffb90 00007ff6`13cbf27b     KERNELBASE!ConnectNamedPipe+0x6a
0000009e`09dffc00 00007ffb`3dba4cb0     postgres!pg_signal_thread(
0000009e`09dffd00 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
0000009e`09dffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c0`4adfe9c0 00007ff6`13adaf4b     postgres!ExecInterpExpr(
000000c0`4adfec80 00007ff6`13ae8c7a     postgres!ExecInterpExprStillValid(
000000c0`4adfecb0 00007ff6`13ae8f36     postgres!ExecEvalExpr(
000000c0`4adfece0 00007ff6`13ae89cc     postgres!TupleHashTableHash_internal(
000000c0`4adfed30 00007ff6`13b124fa     postgres!LookupTupleHashEntry(
000000c0`4adfed80 00007ff6`13b12f3b     postgres!lookup_hash_entries(
000000c0`4adfee20 00007ff6`13b15e96     postgres!agg_fill_hash_table(
000000c0`4adfee60 00007ff6`13afabdb     postgres!ExecAgg(
000000c0`4adfeeb0 00007ff6`13af09bc     postgres!ExecProcNodeFirst(
000000c0`4adfeee0 00007ff6`13af1ab0     postgres!ExecProcNode(
core
000000c0`4b1ff588 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c0`4b1ff590 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
000000c0`4b1ff880 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c0`4b1ff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c0`4b5ff7d8 00007ffb`3c8845ca     ntdll!NtFsControlFile+0x14
000000c0`4b5ff7e0 00007ff6`13cbf27b     KERNELBASE!ConnectNamedPipe+0x6a
000000c0`4b5ff850 00007ffb`3dba4cb0     postgres!pg_signal_thread(
000000c0`4b5ff950 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c0`4b5ff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c0`4b9ffb78 00007ffb`3c83d71e     ntdll!NtWaitForSingleObject+0x14
000000c0`4b9ffb80 00007ff6`13cc0d1c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000c0`4b9ffc20 00007ffb`3dba4cb0     postgres!pg_timer_thread(
000000c0`4b9ffc60 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c0`4b9ffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c0`4bdff4f8 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c0`4bdff500 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
000000c0`4bdff7f0 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c0`4bdff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a9`2fdffac8 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a9`2fdffad0 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
000000a9`2fdffdc0 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a9`2fdffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a9`2f5ff7c8 00007ffb`3c8845ca     ntdll!NtFsControlFile+0x14
000000a9`2f5ff7d0 00007ff6`13cbf27b     KERNELBASE!ConnectNamedPipe+0x6a
000000a9`2f5ff840 00007ffb`3dba4cb0     postgres!pg_signal_thread(
000000a9`2f5ff940 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a9`2f5ff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a9`2f1ff4f8 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a9`2f1ff500 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
000000a9`2f1ff7f0 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a9`2f1ff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a9`2f9ff998 00007ffb`3c83d71e     ntdll!NtWaitForSingleObject+0x14
000000a9`2f9ff9a0 00007ff6`13cc0d1c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000a9`2f9ffa40 00007ffb`3dba4cb0     postgres!pg_timer_thread(
000000a9`2f9ffa80 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a9`2f9ffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a9`2edfeb80 00007ff6`13adaf4b     postgres!ExecInterpExpr(
000000a9`2edfee40 00007ff6`13ae8c7a     postgres!ExecInterpExprStillValid(
000000a9`2edfee70 00007ff6`13ae8f36     postgres!ExecEvalExpr(
000000a9`2edfeea0 00007ff6`13ae89cc     postgres!TupleHashTableHash_internal(
000000a9`2edfeef0 00007ff6`13b124fa     postgres!LookupTupleHashEntry(
000000a9`2edfef40 00007ff6`13b12f3b     postgres!lookup_hash_entries(
000000a9`2edfefe0 00007ff6`13b15e96     postgres!agg_fill_hash_table(
000000a9`2edff020 00007ff6`13afabdb     postgres!ExecAgg(
000000a9`2edff070 00007ff6`13af09bc     postgres!ExecProcNodeFirst(
000000a9`2edff0a0 00007ff6`13af1ab0     postgres!ExecProcNode(
core
00000012`d2fff708 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000012`d2fff710 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
00000012`d2fffa00 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
00000012`d2fffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000012`d23fe880 00007ff6`13adaf4b     postgres!ExecInterpExpr(
00000012`d23feb40 00007ff6`13ae8c7a     postgres!ExecInterpExprStillValid(
00000012`d23feb70 00007ff6`13ae8f36     postgres!ExecEvalExpr(
00000012`d23feba0 00007ff6`13ae89cc     postgres!TupleHashTableHash_internal(
00000012`d23febf0 00007ff6`13b124fa     postgres!LookupTupleHashEntry(
00000012`d23fec40 00007ff6`13b12f3b     postgres!lookup_hash_entries(
00000012`d23fece0 00007ff6`13b15e96     postgres!agg_fill_hash_table(
00000012`d23fed20 00007ff6`13afabdb     postgres!ExecAgg(
00000012`d23fed70 00007ff6`13b4b0cc     postgres!ExecProcNodeFirst(
00000012`d23feda0 00007ff6`13b4b9a1     postgres!ExecProcNode(
core
00000012`d27ff548 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000012`d27ff550 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
00000012`d27ff840 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
00000012`d27ff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000012`d2bffd08 00007ffb`3c8845ca     ntdll!NtFsControlFile+0x14
00000012`d2bffd10 00007ff6`13cbf27b     KERNELBASE!ConnectNamedPipe+0x6a
00000012`d2bffd80 00007ffb`3dba4cb0     postgres!pg_signal_thread(
00000012`d2bffe80 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
00000012`d2bffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000012`d33ff978 00007ffb`3c83d71e     ntdll!NtWaitForSingleObject+0x14
00000012`d33ff980 00007ff6`13cc0d1c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000012`d33ffa20 00007ffb`3dba4cb0     postgres!pg_timer_thread(
00000012`d33ffa60 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
00000012`d33ffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000031`06fff608 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000031`06fff610 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
00000031`06fff900 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
00000031`06fff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000031`073ff838 00007ffb`3c8845ca     ntdll!NtFsControlFile+0x14
00000031`073ff840 00007ff6`13cbf27b     KERNELBASE!ConnectNamedPipe+0x6a
00000031`073ff8b0 00007ffb`3dba4cb0     postgres!pg_signal_thread(
00000031`073ff9b0 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
00000031`073ff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000031`077ff468 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000031`077ff470 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
00000031`077ff760 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
00000031`077ff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000031`06bfee90 00007ff6`14003b48     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000031`06bfeed0 00007ff6`13997185     postgres!ExceptionalCondition(
00000031`06bfef10 00007ff6`13987df7     postgres!index_drop(
00000031`06bfeff0 00007ff6`139878ed     postgres!doDeletion(
00000031`06bff040 00007ff6`1398ada1     postgres!deleteOneObject(
00000031`06bff190 00007ff6`13985bec     postgres!deleteObjectsInList(
00000031`06bff1f0 00007ff6`13cc4627     postgres!performDeletion(
00000031`06bff250 00007ff6`13cc280c     postgres!do_autovacuum(void)+0x967 [c:\cirrus\src\backend\postmaster\autovacuum....
00000031`06bff5d0 00007ff6`13ccae27     postgres!AutoVacWorkerMain(
00000031`06bff780 00007ff6`13b8a3e4     postgres!SubPostmasterMain(
core
000000b1`44bff788 00007ffb`3c8845ca     ntdll!NtFsControlFile+0x14
000000b1`44bff790 00007ff6`13cbf27b     KERNELBASE!ConnectNamedPipe+0x6a
000000b1`44bff800 00007ffb`3dba4cb0     postgres!pg_signal_thread(
000000b1`44bff900 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b1`44bff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b1`43ffef60 00007ff6`13adaf4b     postgres!ExecInterpExpr(
000000b1`43fff220 00007ff6`13ae8c7a     postgres!ExecInterpExprStillValid(
000000b1`43fff250 00007ff6`13ae8f36     postgres!ExecEvalExpr(
000000b1`43fff280 00007ff6`13ae89cc     postgres!TupleHashTableHash_internal(
000000b1`43fff2d0 00007ff6`13b124fa     postgres!LookupTupleHashEntry(
000000b1`43fff320 00007ff6`13b12f3b     postgres!lookup_hash_entries(
000000b1`43fff3c0 00007ff6`13b15e96     postgres!agg_fill_hash_table(
000000b1`43fff400 00007ff6`13afabdb     postgres!ExecAgg(
000000b1`43fff450 00007ff6`13af09bc     postgres!ExecProcNodeFirst(
000000b1`43fff480 00007ff6`13af1ab0     postgres!ExecProcNode(
core
000000b1`443ff9d8 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b1`443ff9e0 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
000000b1`443ffcd0 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b1`443ffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b1`447ff4e8 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b1`447ff4f0 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
000000b1`447ff7e0 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b1`447ff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b1`44fffd58 00007ffb`3c83d71e     ntdll!NtWaitForSingleObject+0x14
000000b1`44fffd60 00007ff6`13cc0d1c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000b1`44fffe00 00007ffb`3dba4cb0     postgres!pg_timer_thread(
000000b1`44fffe40 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b1`44fffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ed`85fffc08 00007ffb`3c83d71e     ntdll!NtWaitForSingleObject+0x14
000000ed`85fffc10 00007ff6`13cc0d1c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000ed`85fffcb0 00007ffb`3dba4cb0     postgres!pg_timer_thread(
000000ed`85fffcf0 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ed`85fffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ed`84ffeb30 00007ff6`13adaf4b     postgres!ExecInterpExpr(
000000ed`84ffedf0 00007ff6`13ae8c7a     postgres!ExecInterpExprStillValid(
000000ed`84ffee20 00007ff6`13ae8f36     postgres!ExecEvalExpr(
000000ed`84ffee50 00007ff6`13ae89cc     postgres!TupleHashTableHash_internal(
000000ed`84ffeea0 00007ff6`13b124fa     postgres!LookupTupleHashEntry(
000000ed`84ffeef0 00007ff6`13b12f3b     postgres!lookup_hash_entries(
000000ed`84ffef90 00007ff6`13b15e96     postgres!agg_fill_hash_table(
000000ed`84ffefd0 00007ff6`13afabdb     postgres!ExecAgg(
000000ed`84fff020 00007ff6`13af09bc     postgres!ExecProcNodeFirst(
000000ed`84fff050 00007ff6`13af1ab0     postgres!ExecProcNode(
core
000000ed`853ffb58 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ed`853ffb60 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
000000ed`853ffe50 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ed`853ffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ed`857ffd68 00007ffb`3c8845ca     ntdll!NtFsControlFile+0x14
000000ed`857ffd70 00007ff6`13cbf27b     KERNELBASE!ConnectNamedPipe+0x6a
000000ed`857ffde0 00007ffb`3dba4cb0     postgres!pg_signal_thread(
000000ed`857ffee0 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ed`857fff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ed`85bffab8 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ed`85bffac0 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
000000ed`85bffdb0 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ed`85bffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000027`1bdfeb50 00007ff6`13adaf4b     postgres!ExecInterpExpr(
00000027`1bdfee10 00007ff6`13ae8c7a     postgres!ExecInterpExprStillValid(
00000027`1bdfee40 00007ff6`13ae8f36     postgres!ExecEvalExpr(
00000027`1bdfee70 00007ff6`13ae89cc     postgres!TupleHashTableHash_internal(
00000027`1bdfeec0 00007ff6`13b124fa     postgres!LookupTupleHashEntry(
00000027`1bdfef10 00007ff6`13b12f3b     postgres!lookup_hash_entries(
00000027`1bdfefb0 00007ff6`13b15e96     postgres!agg_fill_hash_table(
00000027`1bdfeff0 00007ff6`13afabdb     postgres!ExecAgg(
00000027`1bdff040 00007ff6`13b1612c     postgres!ExecProcNodeFirst(
00000027`1bdff070 00007ff6`13b16eed     postgres!ExecProcNode(
core
00000027`1cdffcd8 00007ffb`3c83d71e     ntdll!NtWaitForSingleObject+0x14
00000027`1cdffce0 00007ff6`13cc0d1c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000027`1cdffd80 00007ffb`3dba4cb0     postgres!pg_timer_thread(
00000027`1cdffdc0 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
00000027`1cdffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000027`1c9ff7f8 00007ffb`3c8845ca     ntdll!NtFsControlFile+0x14
00000027`1c9ff800 00007ff6`13cbf27b     KERNELBASE!ConnectNamedPipe+0x6a
00000027`1c9ff870 00007ffb`3dba4cb0     postgres!pg_signal_thread(
00000027`1c9ff970 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
00000027`1c9ff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000027`1c5ffc08 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000027`1c5ffc10 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
00000027`1c5fff00 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
00000027`1c5fff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000027`1c1ff928 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000027`1c1ff930 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
00000027`1c1ffc20 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
00000027`1c1ffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000033`c0dffc18 00007ffb`3c8845ca     ntdll!NtFsControlFile+0x14
00000033`c0dffc20 00007ff6`13cbf27b     KERNELBASE!ConnectNamedPipe+0x6a
00000033`c0dffc90 00007ffb`3dba4cb0     postgres!pg_signal_thread(
00000033`c0dffd90 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
00000033`c0dffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000033`c05ff250 00007ff6`13adaf4b     postgres!ExecInterpExpr(
00000033`c05ff510 00007ff6`13ae8c7a     postgres!ExecInterpExprStillValid(
00000033`c05ff540 00007ff6`13ae8f36     postgres!ExecEvalExpr(
00000033`c05ff570 00007ff6`13ae89cc     postgres!TupleHashTableHash_internal(
00000033`c05ff5c0 00007ff6`13b124fa     postgres!LookupTupleHashEntry(
00000033`c05ff610 00007ff6`13b12f3b     postgres!lookup_hash_entries(
00000033`c05ff6b0 00007ff6`13b15e96     postgres!agg_fill_hash_table(
00000033`c05ff6f0 00007ff6`13afabdb     postgres!ExecAgg(
00000033`c05ff740 00007ff6`13af09bc     postgres!ExecProcNodeFirst(
00000033`c05ff770 00007ff6`13af1ab0     postgres!ExecProcNode(
core
00000033`c09ff788 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000033`c09ff790 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
00000033`c09ffa80 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
00000033`c09ffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000033`c11ff528 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000033`c11ff530 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
00000033`c11ff820 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
00000033`c11ff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000092`23bff8f8 00007ffb`3c8845ca     ntdll!NtFsControlFile+0x14
00000092`23bff900 00007ff6`13cbf27b     KERNELBASE!ConnectNamedPipe+0x6a
00000092`23bff970 00007ffb`3dba4cb0     postgres!pg_signal_thread(
00000092`23bffa70 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
00000092`23bffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000092`22bfecc0 00007ff6`14003b48     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000092`22bfed00 00007ff6`13997185     postgres!ExceptionalCondition(
00000092`22bfed40 00007ff6`13987df7     postgres!index_drop(
00000092`22bfee20 00007ff6`139878ed     postgres!doDeletion(
00000092`22bfee70 00007ff6`1398ada1     postgres!deleteOneObject(
00000092`22bfefc0 00007ff6`13985bec     postgres!deleteObjectsInList(
00000092`22bff020 00007ff6`13cc4627     postgres!performDeletion(
00000092`22bff080 00007ff6`13cc280c     postgres!do_autovacuum(void)+0x967 [c:\cirrus\src\backend\postmaster\autovacuum....
00000092`22bff400 00007ff6`13ccae27     postgres!AutoVacWorkerMain(
00000092`22bff5b0 00007ff6`13b8a3e4     postgres!SubPostmasterMain(
core
00000092`22fff588 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000092`22fff590 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
00000092`22fff880 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
00000092`22fff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000092`233ff7b8 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000092`233ff7c0 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
00000092`233ffab0 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
00000092`233ffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000092`237ff548 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000092`237ff550 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
00000092`237ff840 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
00000092`237ff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bb`0e5ff8e8 00007ffb`3c8845ca     ntdll!NtFsControlFile+0x14
000000bb`0e5ff8f0 00007ff6`13cbf27b     KERNELBASE!ConnectNamedPipe+0x6a
000000bb`0e5ff960 00007ffb`3dba4cb0     postgres!pg_signal_thread(
000000bb`0e5ffa60 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
000000bb`0e5ffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bb`0edff768 00007ffb`3c83d71e     ntdll!NtWaitForSingleObject+0x14
000000bb`0edff770 00007ff6`13cc0d1c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000bb`0edff810 00007ffb`3dba4cb0     postgres!pg_timer_thread(
000000bb`0edff850 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
000000bb`0edff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bb`0ddff050 00007ff6`13adaf4b     postgres!ExecInterpExpr(
000000bb`0ddff310 00007ff6`13ae8c7a     postgres!ExecInterpExprStillValid(
000000bb`0ddff340 00007ff6`13ae8f36     postgres!ExecEvalExpr(
000000bb`0ddff370 00007ff6`13ae89cc     postgres!TupleHashTableHash_internal(
000000bb`0ddff3c0 00007ff6`13b124fa     postgres!LookupTupleHashEntry(
000000bb`0ddff410 00007ff6`13b12f3b     postgres!lookup_hash_entries(
000000bb`0ddff4b0 00007ff6`13b15e96     postgres!agg_fill_hash_table(
000000bb`0ddff4f0 00007ff6`13afabdb     postgres!ExecAgg(
000000bb`0ddff540 00007ff6`13af09bc     postgres!ExecProcNodeFirst(
000000bb`0ddff570 00007ff6`13af1ab0     postgres!ExecProcNode(
core
000000bb`0e1ff808 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bb`0e1ff810 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
000000bb`0e1ffb00 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
000000bb`0e1ffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bb`0e9ff7a8 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bb`0e9ff7b0 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
000000bb`0e9ffaa0 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
000000bb`0e9ffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ab`eb5ff390 00007ff6`14003b48     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ab`eb5ff3d0 00007ff6`13997185     postgres!ExceptionalCondition(
000000ab`eb5ff410 00007ff6`13987df7     postgres!index_drop(
000000ab`eb5ff4f0 00007ff6`139878ed     postgres!doDeletion(
000000ab`eb5ff540 00007ff6`1398ada1     postgres!deleteOneObject(
000000ab`eb5ff690 00007ff6`13985bec     postgres!deleteObjectsInList(
000000ab`eb5ff6f0 00007ff6`13cc4627     postgres!performDeletion(
000000ab`eb5ff750 00007ff6`13cc280c     postgres!do_autovacuum(void)+0x967 [c:\cirrus\src\backend\postmaster\autovacuum....
000000ab`eb5ffad0 00007ff6`13ccae27     postgres!AutoVacWorkerMain(
000000ab`eb5ffc80 00007ff6`13b8a3e4     postgres!SubPostmasterMain(
core
000000ab`ec1ffa38 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ab`ec1ffa40 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
000000ab`ec1ffd30 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ab`ec1ffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ab`ebdffb68 00007ffb`3c8845ca     ntdll!NtFsControlFile+0x14
000000ab`ebdffb70 00007ff6`13cbf27b     KERNELBASE!ConnectNamedPipe+0x6a
000000ab`ebdffbe0 00007ffb`3dba4cb0     postgres!pg_signal_thread(
000000ab`ebdffce0 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ab`ebdffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ab`eb9ff698 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ab`eb9ff6a0 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
000000ab`eb9ff990 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ab`eb9ff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003f`5dbff618 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003f`5dbff620 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
0000003f`5dbff910 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
0000003f`5dbff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003f`5cbfeca0 00007ff6`13adaf4b     postgres!ExecInterpExpr(
0000003f`5cbfef60 00007ff6`13ae8c7a     postgres!ExecInterpExprStillValid(
0000003f`5cbfef90 00007ff6`13ae8f36     postgres!ExecEvalExpr(
0000003f`5cbfefc0 00007ff6`13ae89cc     postgres!TupleHashTableHash_internal(
0000003f`5cbff010 00007ff6`13b124fa     postgres!LookupTupleHashEntry(
0000003f`5cbff060 00007ff6`13b12f3b     postgres!lookup_hash_entries(
0000003f`5cbff100 00007ff6`13b15e96     postgres!agg_fill_hash_table(
0000003f`5cbff140 00007ff6`13afabdb     postgres!ExecAgg(
0000003f`5cbff190 00007ff6`13af09bc     postgres!ExecProcNodeFirst(
0000003f`5cbff1c0 00007ff6`13af1ab0     postgres!ExecProcNode(
core
0000003f`5cfff5b8 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003f`5cfff5c0 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
0000003f`5cfff8b0 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
0000003f`5cfff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003f`5d7ff6d8 00007ffb`3c83d71e     ntdll!NtWaitForSingleObject+0x14
0000003f`5d7ff6e0 00007ff6`13cc0d1c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000003f`5d7ff780 00007ffb`3dba4cb0     postgres!pg_timer_thread(
0000003f`5d7ff7c0 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
0000003f`5d7ff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003f`5d3ffc38 00007ffb`3c8845ca     ntdll!NtFsControlFile+0x14
0000003f`5d3ffc40 00007ff6`13cbf27b     KERNELBASE!ConnectNamedPipe+0x6a
0000003f`5d3ffcb0 00007ffb`3dba4cb0     postgres!pg_signal_thread(
0000003f`5d3ffdb0 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
0000003f`5d3ffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000065`205ff458 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000065`205ff460 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
00000065`205ff750 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
00000065`205ff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000065`201ffb48 00007ffb`3c8845ca     ntdll!NtFsControlFile+0x14
00000065`201ffb50 00007ff6`13cbf27b     KERNELBASE!ConnectNamedPipe+0x6a
00000065`201ffbc0 00007ffb`3dba4cb0     postgres!pg_signal_thread(
00000065`201ffcc0 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
00000065`201ffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000065`1fdffab8 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000065`1fdffac0 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
00000065`1fdffdb0 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
00000065`1fdffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000065`1f9ff060 00007ff6`14003b48     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000065`1f9ff0a0 00007ff6`13997185     postgres!ExceptionalCondition(
00000065`1f9ff0e0 00007ff6`13987df7     postgres!index_drop(
00000065`1f9ff1c0 00007ff6`139878ed     postgres!doDeletion(
00000065`1f9ff210 00007ff6`1398ada1     postgres!deleteOneObject(
00000065`1f9ff360 00007ff6`13985bec     postgres!deleteObjectsInList(
00000065`1f9ff3c0 00007ff6`13cc4627     postgres!performDeletion(
00000065`1f9ff420 00007ff6`13cc280c     postgres!do_autovacuum(void)+0x967 [c:\cirrus\src\backend\postmaster\autovacuum....
00000065`1f9ff7a0 00007ff6`13ccae27     postgres!AutoVacWorkerMain(
00000065`1f9ff950 00007ff6`13b8a3e4     postgres!SubPostmasterMain(
core
000000ab`b7fff818 00007ffb`3c8845ca     ntdll!NtFsControlFile+0x14
000000ab`b7fff820 00007ff6`13cbf27b     KERNELBASE!ConnectNamedPipe+0x6a
000000ab`b7fff890 00007ffb`3dba4cb0     postgres!pg_signal_thread(
000000ab`b7fff990 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ab`b7fff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ab`b7bff838 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ab`b7bff840 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
000000ab`b7bffb30 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ab`b7bffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ab`b77ff528 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ab`b77ff530 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
000000ab`b77ff820 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ab`b77ff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ab`b83ff888 00007ffb`3c83d71e     ntdll!NtWaitForSingleObject+0x14
000000ab`b83ff890 00007ff6`13cc0d1c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000ab`b83ff930 00007ffb`3dba4cb0     postgres!pg_timer_thread(
000000ab`b83ff970 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ab`b83ff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ab`b73ff000 00007ff6`13adaf4b     postgres!ExecInterpExpr(
000000ab`b73ff2c0 00007ff6`13ae8c7a     postgres!ExecInterpExprStillValid(
000000ab`b73ff2f0 00007ff6`13ae8f36     postgres!ExecEvalExpr(
000000ab`b73ff320 00007ff6`13ae89cc     postgres!TupleHashTableHash_internal(
000000ab`b73ff370 00007ff6`13b47d6f     postgres!LookupTupleHashEntry(
000000ab`b73ff3c0 00007ff6`13afabdb     postgres!ExecRecursiveUnion(
000000ab`b73ff430 00007ff6`13b1afec     postgres!ExecProcNodeFirst(
000000ab`b73ff460 00007ff6`13b1b5a9     postgres!ExecProcNode(
000000ab`b73ff490 00007ff6`13aff7c5     postgres!CteScanNext(
000000ab`b73ff500 00007ff6`13aff1bc     postgres!ExecScanFetch(
core
0000008d`f73ff988 00007ffb`3c83d71e     ntdll!NtWaitForSingleObject+0x14
0000008d`f73ff990 00007ff6`13cc0d1c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000008d`f73ffa30 00007ffb`3dba4cb0     postgres!pg_timer_thread(
0000008d`f73ffa70 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
0000008d`f73ffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008d`f77ff538 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008d`f77ff540 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
0000008d`f77ff830 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
0000008d`f77ff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008d`f67fe9c0 00007ff6`13adaf4b     postgres!ExecInterpExpr(
0000008d`f67fec80 00007ff6`13ae8c7a     postgres!ExecInterpExprStillValid(
0000008d`f67fecb0 00007ff6`13ae8f36     postgres!ExecEvalExpr(
0000008d`f67fece0 00007ff6`13ae89cc     postgres!TupleHashTableHash_internal(
0000008d`f67fed30 00007ff6`13b124fa     postgres!LookupTupleHashEntry(
0000008d`f67fed80 00007ff6`13b12f3b     postgres!lookup_hash_entries(
0000008d`f67fee20 00007ff6`13b15e96     postgres!agg_fill_hash_table(
0000008d`f67fee60 00007ff6`13afabdb     postgres!ExecAgg(
0000008d`f67feeb0 00007ff6`13af09bc     postgres!ExecProcNodeFirst(
0000008d`f67feee0 00007ff6`13af1ab0     postgres!ExecProcNode(
core
0000008d`f6bff898 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008d`f6bff8a0 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
0000008d`f6bffb90 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
0000008d`f6bffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008d`f6fffb18 00007ffb`3c8845ca     ntdll!NtFsControlFile+0x14
0000008d`f6fffb20 00007ff6`13cbf27b     KERNELBASE!ConnectNamedPipe+0x6a
0000008d`f6fffb90 00007ffb`3dba4cb0     postgres!pg_signal_thread(
0000008d`f6fffc90 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
0000008d`f6fffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000d`63dffbb8 00007ffb`3c8845ca     ntdll!NtFsControlFile+0x14
0000000d`63dffbc0 00007ff6`13cbf27b     KERNELBASE!ConnectNamedPipe+0x6a
0000000d`63dffc30 00007ffb`3dba4cb0     postgres!pg_signal_thread(
0000000d`63dffd30 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
0000000d`63dffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000d`645ffb48 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000d`645ffb50 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
0000000d`645ffe40 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
0000000d`645ffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000d`635ff150 00007ff6`13adaf4b     postgres!ExecInterpExpr(
0000000d`635ff410 00007ff6`13ae8c7a     postgres!ExecInterpExprStillValid(
0000000d`635ff440 00007ff6`13ae8f36     postgres!ExecEvalExpr(
0000000d`635ff470 00007ff6`13ae89cc     postgres!TupleHashTableHash_internal(
0000000d`635ff4c0 00007ff6`13b124fa     postgres!LookupTupleHashEntry(
0000000d`635ff510 00007ff6`13b12f3b     postgres!lookup_hash_entries(
0000000d`635ff5b0 00007ff6`13b15e96     postgres!agg_fill_hash_table(
0000000d`635ff5f0 00007ff6`13afabdb     postgres!ExecAgg(
0000000d`635ff640 00007ff6`13af09bc     postgres!ExecProcNodeFirst(
0000000d`635ff670 00007ff6`13af1ab0     postgres!ExecProcNode(
core
0000000d`639ff7a8 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000d`639ff7b0 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
0000000d`639ffaa0 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
0000000d`639ffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000d`641ff728 00007ffb`3c83d71e     ntdll!NtWaitForSingleObject+0x14
0000000d`641ff730 00007ff6`13cc0d1c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000000d`641ff7d0 00007ffb`3dba4cb0     postgres!pg_timer_thread(
0000000d`641ff810 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
0000000d`641ff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e0`ce1ff738 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e0`ce1ff740 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
000000e0`ce1ffa30 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e0`ce1ffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e0`cd9ff7e8 00007ffb`3c8845ca     ntdll!NtFsControlFile+0x14
000000e0`cd9ff7f0 00007ff6`13cbf27b     KERNELBASE!ConnectNamedPipe+0x6a
000000e0`cd9ff860 00007ffb`3dba4cb0     postgres!pg_signal_thread(
000000e0`cd9ff960 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e0`cd9ff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e0`cd1ff050 00007ff6`13adaf4b     postgres!ExecInterpExpr(
000000e0`cd1ff310 00007ff6`13ae8c7a     postgres!ExecInterpExprStillValid(
000000e0`cd1ff340 00007ff6`13ae8f36     postgres!ExecEvalExpr(
000000e0`cd1ff370 00007ff6`13ae89cc     postgres!TupleHashTableHash_internal(
000000e0`cd1ff3c0 00007ff6`13b4a820     postgres!LookupTupleHashEntry(
000000e0`cd1ff410 00007ff6`13b4af51     postgres!setop_fill_hash_table(
000000e0`cd1ff480 00007ff6`13afabdb     postgres!ExecSetOp(
000000e0`cd1ff4d0 00007ff6`13af09bc     postgres!ExecProcNodeFirst(
000000e0`cd1ff500 00007ff6`13af1ab0     postgres!ExecProcNode(
000000e0`cd1ff530 00007ff6`13aecdc7     postgres!ExecutePlan(
core
000000e0`cd5ff7c8 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e0`cd5ff7d0 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
000000e0`cd5ffac0 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e0`cd5ffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e0`cddffab8 00007ffb`3c83d71e     ntdll!NtWaitForSingleObject+0x14
000000e0`cddffac0 00007ff6`13cc0d1c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000e0`cddffb60 00007ffb`3dba4cb0     postgres!pg_timer_thread(
000000e0`cddffba0 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e0`cddffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000096`c9dff798 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000096`c9dff7a0 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
00000096`c9dffa90 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
00000096`c9dffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000096`c91ff1c0 00007ff6`14003b48     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000096`c91ff200 00007ff6`13997185     postgres!ExceptionalCondition(
00000096`c91ff240 00007ff6`13987df7     postgres!index_drop(
00000096`c91ff320 00007ff6`139878ed     postgres!doDeletion(
00000096`c91ff370 00007ff6`1398ada1     postgres!deleteOneObject(
00000096`c91ff4c0 00007ff6`13985bec     postgres!deleteObjectsInList(
00000096`c91ff520 00007ff6`13cc4627     postgres!performDeletion(
00000096`c91ff580 00007ff6`13cc280c     postgres!do_autovacuum(void)+0x967 [c:\cirrus\src\backend\postmaster\autovacuum....
00000096`c91ff900 00007ff6`13ccae27     postgres!AutoVacWorkerMain(
00000096`c91ffab0 00007ff6`13b8a3e4     postgres!SubPostmasterMain(
core
00000096`c95ff468 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000096`c95ff470 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
00000096`c95ff760 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
00000096`c95ff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000096`c99ff948 00007ffb`3c8845ca     ntdll!NtFsControlFile+0x14
00000096`c99ff950 00007ff6`13cbf27b     KERNELBASE!ConnectNamedPipe+0x6a
00000096`c99ff9c0 00007ffb`3dba4cb0     postgres!pg_signal_thread(
00000096`c99ffac0 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
00000096`c99ffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c4`8bdff668 00007ffb`3c8845ca     ntdll!NtFsControlFile+0x14
000000c4`8bdff670 00007ff6`13cbf27b     KERNELBASE!ConnectNamedPipe+0x6a
000000c4`8bdff6e0 00007ffb`3dba4cb0     postgres!pg_signal_thread(
000000c4`8bdff7e0 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c4`8bdff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c4`8c1ffda8 00007ffb`3c83d71e     ntdll!NtWaitForSingleObject+0x14
000000c4`8c1ffdb0 00007ff6`13cc0d1c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000c4`8c1ffe50 00007ffb`3dba4cb0     postgres!pg_timer_thread(
000000c4`8c1ffe90 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c4`8c1ffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c4`8b1fef10 00007ff6`13adaf4b     postgres!ExecInterpExpr(
000000c4`8b1ff1d0 00007ff6`13ae8c7a     postgres!ExecInterpExprStillValid(
000000c4`8b1ff200 00007ff6`13ae8f36     postgres!ExecEvalExpr(
000000c4`8b1ff230 00007ff6`13ae89cc     postgres!TupleHashTableHash_internal(
000000c4`8b1ff280 00007ff6`13b124fa     postgres!LookupTupleHashEntry(
000000c4`8b1ff2d0 00007ff6`13b12f3b     postgres!lookup_hash_entries(
000000c4`8b1ff370 00007ff6`13b15e96     postgres!agg_fill_hash_table(
000000c4`8b1ff3b0 00007ff6`13afabdb     postgres!ExecAgg(
000000c4`8b1ff400 00007ff6`13b4b0cc     postgres!ExecProcNodeFirst(
000000c4`8b1ff430 00007ff6`13b4b9a1     postgres!ExecProcNode(
core
000000c4`8b5ff598 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c4`8b5ff5a0 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
000000c4`8b5ff890 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c4`8b5ff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c4`8b9ff6a8 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c4`8b9ff6b0 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
000000c4`8b9ff9a0 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c4`8b9ff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000042`f3dffa78 00007ffb`3c8845ca     ntdll!NtFsControlFile+0x14
00000042`f3dffa80 00007ff6`13cbf27b     KERNELBASE!ConnectNamedPipe+0x6a
00000042`f3dffaf0 00007ffb`3dba4cb0     postgres!pg_signal_thread(
00000042`f3dffbf0 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
00000042`f3dffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000042`f45ff868 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000042`f45ff870 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
00000042`f45ffb60 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
00000042`f45ffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000042`f35fe1f0 00007ff6`13adaf4b     postgres!ExecInterpExpr(
00000042`f35fe4b0 00007ff6`13ae8c7a     postgres!ExecInterpExprStillValid(
00000042`f35fe4e0 00007ff6`13ae8f36     postgres!ExecEvalExpr(
00000042`f35fe510 00007ff6`13ae89cc     postgres!TupleHashTableHash_internal(
00000042`f35fe560 00007ff6`13b124fa     postgres!LookupTupleHashEntry(
00000042`f35fe5b0 00007ff6`13b12f3b     postgres!lookup_hash_entries(
00000042`f35fe650 00007ff6`13b15e96     postgres!agg_fill_hash_table(
00000042`f35fe690 00007ff6`13afabdb     postgres!ExecAgg(
00000042`f35fe6e0 00007ff6`13b1deec     postgres!ExecProcNodeFirst(
00000042`f35fe710 00007ff6`13b1e789     postgres!ExecProcNode(
core
00000042`f39ff478 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000042`f39ff480 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
00000042`f39ff770 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
00000042`f39ff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000042`f41ffb68 00007ffb`3c83d71e     ntdll!NtWaitForSingleObject+0x14
00000042`f41ffb70 00007ff6`13cc0d1c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000042`f41ffc10 00007ffb`3dba4cb0     postgres!pg_timer_thread(
00000042`f41ffc50 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
00000042`f41ffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d7`3b5ff7a8 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d7`3b5ff7b0 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
000000d7`3b5ffaa0 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d7`3b5ffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d7`3bdffaa8 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d7`3bdffab0 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
000000d7`3bdffda0 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d7`3bdffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d7`3c1ffe38 00007ffb`3c83d71e     ntdll!NtWaitForSingleObject+0x14
000000d7`3c1ffe40 00007ff6`13cc0d1c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000d7`3c1ffee0 00007ffb`3dba4cb0     postgres!pg_timer_thread(
000000d7`3c1fff20 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d7`3c1fff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d7`3b1fef80 00007ff6`13adaf4b     postgres!ExecInterpExpr(
000000d7`3b1ff240 00007ff6`13ae8c7a     postgres!ExecInterpExprStillValid(
000000d7`3b1ff270 00007ff6`13ae8f36     postgres!ExecEvalExpr(
000000d7`3b1ff2a0 00007ff6`13ae89cc     postgres!TupleHashTableHash_internal(
000000d7`3b1ff2f0 00007ff6`13b124fa     postgres!LookupTupleHashEntry(
000000d7`3b1ff340 00007ff6`13b12f3b     postgres!lookup_hash_entries(
000000d7`3b1ff3e0 00007ff6`13b15e96     postgres!agg_fill_hash_table(
000000d7`3b1ff420 00007ff6`13afabdb     postgres!ExecAgg(
000000d7`3b1ff470 00007ff6`13af09bc     postgres!ExecProcNodeFirst(
000000d7`3b1ff4a0 00007ff6`13af1ab0     postgres!ExecProcNode(
core
000000d7`3b9ff758 00007ffb`3c8845ca     ntdll!NtFsControlFile+0x14
000000d7`3b9ff760 00007ff6`13cbf27b     KERNELBASE!ConnectNamedPipe+0x6a
000000d7`3b9ff7d0 00007ffb`3dba4cb0     postgres!pg_signal_thread(
000000d7`3b9ff8d0 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d7`3b9ff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bb`dfbffbc8 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bb`dfbffbd0 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
000000bb`dfbffec0 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
000000bb`dfbffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bb`debfd570 00007ff6`13adaf4b     postgres!ExecInterpExpr(
000000bb`debfd830 00007ff6`13ae8c7a     postgres!ExecInterpExprStillValid(
000000bb`debfd860 00007ff6`13ae8f36     postgres!ExecEvalExpr(
000000bb`debfd890 00007ff6`13ae89cc     postgres!TupleHashTableHash_internal(
000000bb`debfd8e0 00007ff6`13b124fa     postgres!LookupTupleHashEntry(
000000bb`debfd930 00007ff6`13b12f3b     postgres!lookup_hash_entries(
000000bb`debfd9d0 00007ff6`13b15e96     postgres!agg_fill_hash_table(
000000bb`debfda10 00007ff6`13afac14     postgres!ExecAgg(
000000bb`debfda60 00007ff6`13afabdb     postgres!ExecProcNodeInstr(
000000bb`debfdaa0 00007ff6`13af09bc     postgres!ExecProcNodeFirst(
core
000000bb`defff4e8 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bb`defff4f0 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
000000bb`defff7e0 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
000000bb`defff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bb`df3ffc08 00007ffb`3c8845ca     ntdll!NtFsControlFile+0x14
000000bb`df3ffc10 00007ff6`13cbf27b     KERNELBASE!ConnectNamedPipe+0x6a
000000bb`df3ffc80 00007ffb`3dba4cb0     postgres!pg_signal_thread(
000000bb`df3ffd80 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
000000bb`df3ffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bb`df7ff658 00007ffb`3c83d71e     ntdll!NtWaitForSingleObject+0x14
000000bb`df7ff660 00007ff6`13cc0d1c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000bb`df7ff700 00007ffb`3dba4cb0     postgres!pg_timer_thread(
000000bb`df7ff740 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
000000bb`df7ff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000c`063ff7f8 00007ffb`3c83d71e     ntdll!NtWaitForSingleObject+0x14
0000000c`063ff800 00007ff6`13cc0d1c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000000c`063ff8a0 00007ffb`3dba4cb0     postgres!pg_timer_thread(
0000000c`063ff8e0 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
0000000c`063ff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000c`067ffcd8 00007ffb`3b9ef6cb     ntdll!NtRemoveIoCompletion+0x14
0000000c`067ffce0 00007ffb`3dba4cb0     mswsock!SockAsyncThread+0x9b
0000000c`067ffd40 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
0000000c`067ffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000c`053fec70 00007ff6`13adaf4b     postgres!ExecInterpExpr(
0000000c`053fef30 00007ff6`13ae8c7a     postgres!ExecInterpExprStillValid(
0000000c`053fef60 00007ff6`13ae8f36     postgres!ExecEvalExpr(
0000000c`053fef90 00007ff6`13ae89cc     postgres!TupleHashTableHash_internal(
0000000c`053fefe0 00007ff6`13b124fa     postgres!LookupTupleHashEntry(
0000000c`053ff030 00007ff6`13b12f3b     postgres!lookup_hash_entries(
0000000c`053ff0d0 00007ff6`13b15e96     postgres!agg_fill_hash_table(
0000000c`053ff110 00007ff6`13afabdb     postgres!ExecAgg(
0000000c`053ff160 00007ff6`13b0fb4c     postgres!ExecProcNodeFirst(
0000000c`053ff190 00007ff6`13b10105     postgres!ExecProcNode(
core
0000000c`057ff9c8 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000c`057ff9d0 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
0000000c`057ffcc0 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
0000000c`057ffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000c`05bff848 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000c`05bff850 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
0000000c`05bffb40 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
0000000c`05bffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000c`05fffb68 00007ffb`3c8845ca     ntdll!NtFsControlFile+0x14
0000000c`05fffb70 00007ff6`13cbf27b     KERNELBASE!ConnectNamedPipe+0x6a
0000000c`05fffbe0 00007ffb`3dba4cb0     postgres!pg_signal_thread(
0000000c`05fffce0 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
0000000c`05fffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000092`c73ff988 00007ffb`3c83d71e     ntdll!NtWaitForSingleObject+0x14
00000092`c73ff990 00007ff6`13cc0d1c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000092`c73ffa30 00007ffb`3dba4cb0     postgres!pg_timer_thread(
00000092`c73ffa70 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
00000092`c73ffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000092`c67fe9c0 00007ff6`13adaf4b     postgres!ExecInterpExpr(
00000092`c67fec80 00007ff6`13ae8c7a     postgres!ExecInterpExprStillValid(
00000092`c67fecb0 00007ff6`13ae8f36     postgres!ExecEvalExpr(
00000092`c67fece0 00007ff6`13ae89cc     postgres!TupleHashTableHash_internal(
00000092`c67fed30 00007ff6`13b124fa     postgres!LookupTupleHashEntry(
00000092`c67fed80 00007ff6`13b12f3b     postgres!lookup_hash_entries(
00000092`c67fee20 00007ff6`13b15e96     postgres!agg_fill_hash_table(
00000092`c67fee60 00007ff6`13afabdb     postgres!ExecAgg(
00000092`c67feeb0 00007ff6`13af09bc     postgres!ExecProcNodeFirst(
00000092`c67feee0 00007ff6`13af1ab0     postgres!ExecProcNode(
core
00000092`c6bff548 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000092`c6bff550 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
00000092`c6bff840 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
00000092`c6bff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000092`c6fffcb8 00007ffb`3c8845ca     ntdll!NtFsControlFile+0x14
00000092`c6fffcc0 00007ff6`13cbf27b     KERNELBASE!ConnectNamedPipe+0x6a
00000092`c6fffd30 00007ffb`3dba4cb0     postgres!pg_signal_thread(
00000092`c6fffe30 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
00000092`c6fffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000092`c77ff598 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000092`c77ff5a0 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
00000092`c77ff890 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
00000092`c77ff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000f`42dffd48 00007ffb`3c8845ca     ntdll!NtFsControlFile+0x14
0000000f`42dffd50 00007ff6`13cbf27b     KERNELBASE!ConnectNamedPipe+0x6a
0000000f`42dffdc0 00007ffb`3dba4cb0     postgres!pg_signal_thread(
0000000f`42dffec0 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
0000000f`42dffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000f`421ff030 00007ff6`13adaf4b     postgres!ExecInterpExpr(
0000000f`421ff2f0 00007ff6`13ae8c7a     postgres!ExecInterpExprStillValid(
0000000f`421ff320 00007ff6`13ae8f36     postgres!ExecEvalExpr(
0000000f`421ff350 00007ff6`13ae89cc     postgres!TupleHashTableHash_internal(
0000000f`421ff3a0 00007ff6`13b124fa     postgres!LookupTupleHashEntry(
0000000f`421ff3f0 00007ff6`13b12f3b     postgres!lookup_hash_entries(
0000000f`421ff490 00007ff6`13b15e96     postgres!agg_fill_hash_table(
0000000f`421ff4d0 00007ff6`13afabdb     postgres!ExecAgg(
0000000f`421ff520 00007ff6`13af09bc     postgres!ExecProcNodeFirst(
0000000f`421ff550 00007ff6`13af1ab0     postgres!ExecProcNode(
core
0000000f`425ff8f8 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000f`425ff900 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
0000000f`425ffbf0 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
0000000f`425ffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000f`429ffa48 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000f`429ffa50 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
0000000f`429ffd40 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
0000000f`429ffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000f`431ffb78 00007ffb`3c83d71e     ntdll!NtWaitForSingleObject+0x14
0000000f`431ffb80 00007ff6`13cc0d1c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000000f`431ffc20 00007ffb`3dba4cb0     postgres!pg_timer_thread(
0000000f`431ffc60 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
0000000f`431ffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e4`b91ff608 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e4`b91ff610 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
000000e4`b91ff900 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e4`b91ff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e4`b85feee0 00007ff6`13adaf4b     postgres!ExecInterpExpr(
000000e4`b85ff1a0 00007ff6`13ae8c7a     postgres!ExecInterpExprStillValid(
000000e4`b85ff1d0 00007ff6`13ae8f36     postgres!ExecEvalExpr(
000000e4`b85ff200 00007ff6`13ae89cc     postgres!TupleHashTableHash_internal(
000000e4`b85ff250 00007ff6`13b124fa     postgres!LookupTupleHashEntry(
000000e4`b85ff2a0 00007ff6`13b12f3b     postgres!lookup_hash_entries(
000000e4`b85ff340 00007ff6`13b15e96     postgres!agg_fill_hash_table(
000000e4`b85ff380 00007ff6`13afabdb     postgres!ExecAgg(
000000e4`b85ff3d0 00007ff6`13af09bc     postgres!ExecProcNodeFirst(
000000e4`b85ff400 00007ff6`13af1ab0     postgres!ExecProcNode(
core
000000e4`b89ffa68 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e4`b89ffa70 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
000000e4`b89ffd60 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e4`b89ffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e4`b8dffb18 00007ffb`3c8845ca     ntdll!NtFsControlFile+0x14
000000e4`b8dffb20 00007ff6`13cbf27b     KERNELBASE!ConnectNamedPipe+0x6a
000000e4`b8dffb90 00007ffb`3dba4cb0     postgres!pg_signal_thread(
000000e4`b8dffc90 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e4`b8dffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e4`b95ffc48 00007ffb`3c83d71e     ntdll!NtWaitForSingleObject+0x14
000000e4`b95ffc50 00007ff6`13cc0d1c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000e4`b95ffcf0 00007ffb`3dba4cb0     postgres!pg_timer_thread(
000000e4`b95ffd30 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e4`b95ffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a4`80bff5d8 00007ffb`3c8845ca     ntdll!NtFsControlFile+0x14
000000a4`80bff5e0 00007ff6`13cbf27b     KERNELBASE!ConnectNamedPipe+0x6a
000000a4`80bff650 00007ffb`3dba4cb0     postgres!pg_signal_thread(
000000a4`80bff750 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a4`80bff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a4`ff9fef50 00007ff6`13adaf4b     postgres!ExecInterpExpr(
000000a4`ff9ff210 00007ff6`13ae8c7a     postgres!ExecInterpExprStillValid(
000000a4`ff9ff240 00007ff6`13ae8f36     postgres!ExecEvalExpr(
000000a4`ff9ff270 00007ff6`13ae89cc     postgres!TupleHashTableHash_internal(
000000a4`ff9ff2c0 00007ff6`13b124fa     postgres!LookupTupleHashEntry(
000000a4`ff9ff310 00007ff6`13b12f3b     postgres!lookup_hash_entries(
000000a4`ff9ff3b0 00007ff6`13b15e96     postgres!agg_fill_hash_table(
000000a4`ff9ff3f0 00007ff6`13afabdb     postgres!ExecAgg(
000000a4`ff9ff440 00007ff6`13af09bc     postgres!ExecProcNodeFirst(
000000a4`ff9ff470 00007ff6`13af1ab0     postgres!ExecProcNode(
core
000000a4`ffdff9a8 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a4`ffdff9b0 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
000000a4`ffdffca0 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a4`ffdffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a4`803ff668 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a4`803ff670 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
000000a4`803ff960 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a4`803ff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a4`807ff4c8 00007ffb`3ef6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a4`807ff4d0 00007ffb`3dba4cb0     ntdll!TppWorkerThread+0x2df
000000a4`807ff7c0 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a4`807ff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a4`80fffce8 00007ffb`3c83d71e     ntdll!NtWaitForSingleObject+0x14
000000a4`80fffcf0 00007ff6`13cc0d1c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000a4`80fffd90 00007ffb`3dba4cb0     postgres!pg_timer_thread(
000000a4`80fffdd0 00007ffb`3efdecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a4`80fffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/isolation/expected/matview-write-skew.out C:/cirrus/build/testrun/isolat...
--- C:/cirrus/src/test/isolation/expected/matview-write-skew.out	2024-10-19 12:30:01.755256700 +0000
+++ C:/cirrus/build/testrun/isolation/isolation/results/matview-write-skew.out	2024-10-19 12:34:00.198225600 +0000
@@ -1,121 +1,6 @@
 Parsed test spec with 2 sessions
 
 starting permutation: s1_begin s2_begin s1_refresh s2_read s2_insert s1_commit s2_commit
-step s1_begin: BEGIN ISOLATION LEVEL SERIALIZABLE;
-step s2_begin: BEGIN ISOLATION LEVEL SERIALIZABLE;
-step s1_refresh: REFRESH MATERIALIZED VIEW CONCURRENTLY order_summary;
-step s2_read: SELECT max(date) FROM order_summary;
-       max
-----------
-04-01-2022
-(1 row)
-
-step s2_insert: INSERT INTO orders VALUES ('2022-04-02', 'orange', 15);
-step s1_commit: COMMIT;
-step s2_commit: COMMIT;
-ERROR:  could not serialize access due to read/write dependencies among transactions
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/contrib/pageinspect/expected/brin.out C:/cirrus/build/testrun/pageinspect/regress...
--- C:/cirrus/contrib/pageinspect/expected/brin.out	2024-10-19 12:29:57.852542300 +0000
+++ C:/cirrus/build/testrun/pageinspect/regress/results/brin.out	2024-10-19 12:35:14.941928700 +0000
@@ -161,50 +161,7 @@
 SELECT * FROM brin_page_items(get_raw_page('brin_test_parallel_idx', 2), 'brin_test_parallel_idx')
 EXCEPT
 SELECT * FROM brin_page_items(get_raw_page('brin_test_serial_idx', 2), 'brin_test_serial_idx');
- itemoffset | blknum | attnum | allnulls | hasnulls | placeholder | empty | value 
-------------+--------+--------+----------+----------+-------------+-------+-------
-(0 rows)
-
-SELECT * FROM brin_page_items(get_raw_page('brin_test_serial_idx', 2), 'brin_test_serial_idx')
-EXCEPT
-SELECT * FROM brin_page_items(get_raw_page('brin_test_parallel_idx', 2), 'brin_test_parallel_idx');
- itemoffset | blknum | attnum | allnulls | hasnulls | placeholder | empty | value 
-------------+--------+--------+----------+----------+-------------+-------+-------
-(0 rows)
-
-DROP INDEX brin_test_parallel_idx;
--- force parallel build, but don't allow starting parallel workers to force
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/contrib/pg_stat_statements/expected/select.out C:/cirrus/build/testrun/pg_stat_st...
--- C:/cirrus/contrib/pg_stat_statements/expected/select.out	2024-10-19 12:29:57.930623500 +0000
+++ C:/cirrus/build/testrun/pg_stat_statements/regress/results/select.out	2024-10-19 12:35:19.155786600 +0000
@@ -319,96 +319,7 @@
 FROM (VALUES (1, 2, 3), (4, NULL, 6), (7, 8, 9)) AS t (a, b, c)
 GROUP BY ROLLUP(a, b), rollup(a, c)
 ORDER BY a, b, c;
- a | b | c 
----+---+---
- 1 | 2 | 3
- 1 | 2 |  
- 1 | 2 |  
- 1 |   | 3
- 1 |   | 3
- 1 |   |  
- 1 |   |  
- 1 |   |  
- 4 |   | 6
- 4 |   | 6
- 4 |   | 6
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/contrib/pg_trgm/expected/pg_trgm.out C:/cirrus/build/testrun/pg_trgm/regress/resu...
--- C:/cirrus/contrib/pg_trgm/expected/pg_trgm.out	2024-10-19 12:29:57.967701700 +0000
+++ C:/cirrus/build/testrun/pg_trgm/regress/results/pg_trgm.out	2024-10-19 12:35:22.979036700 +0000
@@ -5384,21 +5384,7 @@
 
 SELECT DISTINCT city, similarity(city, 'Warsaw'), show_limit()
   FROM restaurants WHERE city % 'Warsaw';
-  city  | similarity | show_limit 
---------+------------+------------
- Warsaw |          1 |        0.3
-(1 row)
-
-SELECT set_limit(0.5);
- set_limit 
------------
-       0.5
-(1 row)
-
-SELECT DISTINCT city, similarity(city, 'Warsaw'), show_limit()
-  FROM restaurants WHERE city % 'Warsaw';
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/type_sanity.out C:/cirrus/build/testrun/pg_upgrade/002_...
--- C:/cirrus/src/test/regress/expected/type_sanity.out	2024-10-19 12:30:02.447135000 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/type_sanity.out	2024-10-19 12:32:15.635319000 +0000
@@ -172,573 +172,7 @@
 FROM pg_type AS t1
 WHERE t1.typtype not in ('b', 'p')
 ORDER BY 1;
- typtype |   typinput    
----------+---------------
- c       | record_in
- d       | domain_in
- e       | enum_in
- m       | multirange_in
- r       | range_in
-(5 rows)
-
--- Check for bogus typoutput routines
--- As of 8.0, this check finds refcursor, which is borrowing
--- other types' I/O routines
-SELECT t1.oid, t1.typname, p1.oid, p1.proname
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/contrib/postgres_fdw/expected/postgres_fdw.out C:/cirrus/build/testrun/postgres_f...
--- C:/cirrus/contrib/postgres_fdw/expected/postgres_fdw.out	2024-10-19 12:29:58.080910400 +0000
+++ C:/cirrus/build/testrun/postgres_fdw/regress/results/postgres_fdw.out	2024-10-19 12:35:27.757352800 +0000
@@ -2329,10019 +2329,7 @@
 (20 rows)
 
 SELECT t1c1, avg(t1c1 + t2c1) FROM (SELECT t1.c1, t2.c1 FROM ft1 t1 JOIN ft2 t2 ON (t1.c1 = t2.c1) UNION SELECT t1.c1, ...
- t1c1 |         avg          
-------+----------------------
-  101 | 202.0000000000000000
-  102 | 204.0000000000000000
-  103 | 206.0000000000000000
-  104 | 208.0000000000000000
-  105 | 210.0000000000000000
-  106 | 212.0000000000000000
-  107 | 214.0000000000000000
-  108 | 216.0000000000000000
-  109 | 218.0000000000000000
-  110 | 220.0000000000000000
-(10 rows)
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/type_sanity.out C:/cirrus/build/testrun/recovery/027_st...
--- C:/cirrus/src/test/regress/expected/type_sanity.out	2024-10-19 12:30:02.447135000 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/type_sanity.out	2024-10-19 12:34:01.591780900 +0000
@@ -172,573 +172,7 @@
 FROM pg_type AS t1
 WHERE t1.typtype not in ('b', 'p')
 ORDER BY 1;
- typtype |   typinput    
----------+---------------
- c       | record_in
- d       | domain_in
- e       | enum_in
- m       | multirange_in
- r       | range_in
-(5 rows)
-
--- Check for bogus typoutput routines
--- As of 8.0, this check finds refcursor, which is borrowing
--- other types' I/O routines
-SELECT t1.oid, t1.typname, p1.oid, p1.proname
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/type_sanity.out C:/cirrus/build/testrun/regress/regress...
--- C:/cirrus/src/test/regress/expected/type_sanity.out	2024-10-19 12:30:02.447135000 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/type_sanity.out	2024-10-19 12:32:13.571866100 +0000
@@ -172,573 +172,7 @@
 FROM pg_type AS t1
 WHERE t1.typtype not in ('b', 'p')
 ORDER BY 1;
- typtype |   typinput    
----------+---------------
- c       | record_in
- d       | domain_in
- e       | enum_in
- m       | multirange_in
- r       | range_in
-(5 rows)
-
--- Check for bogus typoutput routines
--- As of 8.0, this check finds refcursor, which is borrowing
--- other types' I/O routines
-SELECT t1.oid, t1.typname, p1.oid, p1.proname
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/contrib/tablefunc/expected/tablefunc.out C:/cirrus/build/testrun/tablefunc/regres...
--- C:/cirrus/contrib/tablefunc/expected/tablefunc.out	2024-10-19 12:29:58.157668100 +0000
+++ C:/cirrus/build/testrun/tablefunc/regress/results/tablefunc.out	2024-10-19 12:35:26.331077300 +0000
@@ -239,261 +239,7 @@
   'SELECT rowid, rowdt, attribute, val FROM cth ORDER BY 1',
   'SELECT DISTINCT rowdt, attribute FROM cth ORDER BY 2')
 AS c(rowid text, rowdt timestamp, temperature int4, test_result text, test_startdate timestamp, volts float8);
-ERROR:  invalid crosstab categories query
-DETAIL:  The query must return one column.
--- if category query generates a NULL value, get expected error
-SELECT * FROM crosstab(
-  'SELECT rowid, rowdt, attribute, val FROM cth ORDER BY 1',
-  'SELECT NULL::text')
-AS c(rowid text, rowdt timestamp, temperature int4, test_result text, test_startdate timestamp, volts float8);
-ERROR:  crosstab category value must not be null
--- if source query returns zero rows, get zero rows returned
-SELECT * FROM crosstab(
-  'SELECT rowid, rowdt, attribute, val FROM cth WHERE false ORDER BY 1',
-  'SELECT DISTINCT attribute FROM cth ORDER BY 1')
-AS c(rowid text, rowdt timestamp, temperature text, test_result text, test_startdate text, volts text);
...
tap
[12:36:04.206](1.820s) not ok 7 - checking an unresolvable database pattern under --no-strict-names status (got 1 vs exp...
[12:36:04.272](0.000s) not ok 12 - checking an unresolvable database pattern (substring of existent database) stderr /(?...
[12:36:04.343](0.000s) not ok 15 - checking an unresolvable database pattern (superstring of existent database) stderr /...
[12:36:04.470](0.000s) not ok 20 - checking a database by name without amcheck installed, no other databases stderr /(?^...
[12:36:04.470](0.000s) not ok 21 - checking a database by name without amcheck installed, no other databases stderr /(?^...
[12:36:04.531](0.060s) not ok 22 - checking a database by name without amcheck installed, with other databases status (g...
[12:36:04.532](0.000s) not ok 24 - checking a database by name without amcheck installed, with other databases stderr /(...
[12:36:04.594](0.062s) not ok 25 - checking a database by pattern without amcheck installed, with other databases status...
[12:36:04.595](0.000s) not ok 27 - checking a database by pattern without amcheck installed, with other databases stderr...
[12:36:04.657](0.000s) not ok 30 - checking table pattern ".." stderr /(?^:pg_amcheck: error: no connectable databases t...
[12:36:04.723](0.000s) not ok 33 - checking table pattern ".foo.bar" stderr /(?^:pg_amcheck: error: no connectable datab...
[12:36:04.784](0.000s) not ok 36 - checking table pattern "." stderr /(?^:pg_amcheck: error: no heap tables to check mat...
[12:36:05.362](0.049s) not ok 64 - many unmatched patterns and one matched pattern under --no-strict-names status (got 1...
[12:36:05.363](0.000s) not ok 66 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[12:36:05.364](0.000s) not ok 67 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[12:36:05.364](0.000s) not ok 68 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[12:36:05.365](0.000s) not ok 69 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[12:36:05.366](0.000s) not ok 70 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[12:36:05.366](0.000s) not ok 71 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[12:36:05.367](0.000s) not ok 72 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[12:36:05.367](0.000s) not ok 73 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[12:36:05.368](0.000s) not ok 74 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[12:36:05.369](0.000s) not ok 75 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[12:36:05.369](0.000s) not ok 76 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[12:36:05.370](0.000s) not ok 77 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[12:36:05.370](0.000s) not ok 78 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[12:36:05.371](0.000s) not ok 79 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[12:36:05.372](0.000s) not ok 80 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[12:36:05.372](0.000s) not ok 81 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[12:36:05.373](0.000s) not ok 82 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
tap
[12:36:14.320](13.561s) not ok 1 - pg_amcheck prior to corruption status (got 1 vs expected 0)
[12:36:14.322](0.000s) not ok 3 - pg_amcheck prior to corruption stderr /(?^:^$)/
[12:36:14.344](0.022s) Bail out!  pg_ctl stop failed
tap
[12:36:13.912](7.781s) not ok 1 - pg_amcheck test table, prior to corruption
[12:36:13.943](0.031s) not ok 2 - pg_amcheck test table and index, prior to corruption
[12:36:13.966](0.022s) Bail out!  pg_ctl stop failed
tap
[12:36:13.191](3.255s) not ok 1 - pg_amcheck all schemas, tables and indexes reports no corruption: exit code 0
[12:36:13.192](0.000s) not ok 2 - pg_amcheck all schemas, tables and indexes reports no corruption: no stderr
tap
[12:36:54.302](3.300s) not ok 30 - run pg_createsubscriber on node S
tap
[12:37:21.325](1.863s) not ok 19 - pg_dump: option -n pg_catalog
[12:37:21.401](0.068s) not ok 20 - pg_dumpall: option --exclude-database handles database names with embedded dots
[12:37:21.472](0.000s) not ok 22 - pg_dump: option --schema rejects three-part schema names: matches
[12:37:21.563](0.000s) not ok 24 - pg_dump: option --schema rejects cross-database multipart schema names: matches
[12:37:21.607](0.000s) not ok 26 - pg_dump: option --schema rejects degenerate two-part schema name: ".": matches
[12:37:21.653](0.000s) not ok 28 - pg_dump: option --schema rejects cross-database multipart schema names with embedded ...
[12:37:21.728](0.001s) not ok 30 - pg_dump: option --schema rejects degenerate three-part schema name: "..": matches
[12:37:21.777](0.001s) not ok 32 - pg_dump: option --table rejects four-part table names: matches
[12:37:21.825](0.001s) not ok 34 - pg_dump: option --table rejects cross-database three part table names: matches
[12:37:21.905](0.001s) not ok 36 - pg_dump: option --table rejects cross-database three part table names with embedded d...
[12:37:21.963](0.057s) not ok 37 - binary_upgrade: pg_dump runs
[12:37:22.021](0.057s) not ok 38 - binary_upgrade: pg_restore runs
tap
[12:33:19.401](75.028s) not ok 5 - regression tests pass
[12:33:23.036](3.600s) not ok 6 - dump before running pg_upgrade
tap
[12:39:00.671](1.865s) not ok 192 - psql seeded_random count ok
[12:39:00.672](0.000s) not ok 193 - psql seeded_random count stderr is empty
[12:39:00.673](0.000s) not ok 194 - psql seeded_random count uniform
[12:39:00.676](0.000s) not ok 195 - psql seeded_random count exponential
[12:39:00.677](0.000s) not ok 196 - psql seeded_random count gaussian
[12:39:00.677](0.000s) not ok 197 - psql seeded_random count zipfian
tap
[12:34:48.821](64.715s) not ok 2 - regression tests pass
tap
[12:41:12.065](405.405s) # poll_query_until timed out executing this query:
timed out waiting for logical slot to calculate its restart_lsn at C:/cirrus/src/test/perl/PostgreSQL/Test/Cluster.pm li...
test
[12:41:12.409]   5/306 postgresql:pg_upgrade / pg_upgrade/004_subscription                             ERROR            ...
[12:41:12.409]   6/306 postgresql:pg_upgrade / pg_upgrade/003_logical_slots                            ERROR            ...
[12:41:12.409]  22/306 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[12:41:12.409]  10/306 postgresql:regress / regress/regress                                            ERROR            ...
[12:41:12.409]  32/306 postgresql:isolation / isolation/isolation                                      ERROR           1...
[12:41:12.409]  41/306 postgresql:recovery / recovery/038_save_logical_slots_shutdown                  ERROR            ...
[12:41:12.409]  49/306 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[12:41:12.409]  53/306 postgresql:recovery / recovery/040_standby_failover_slots_sync                  ERROR            ...
[12:41:12.409]  82/306 postgresql:pageinspect / pageinspect/regress                                    ERROR            ...
[12:41:12.409]  89/306 postgresql:pg_trgm / pg_trgm/regress                                            ERROR            ...
[12:41:12.409]  90/306 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
[12:41:12.409]  93/306 postgresql:tablefunc / tablefunc/regress                                        ERROR            ...
[12:41:12.409]  94/306 postgresql:postgres_fdw / postgres_fdw/regress                                  ERROR            ...
[12:41:12.409] 135/306 postgresql:pg_amcheck / pg_amcheck/002_nonesuch                                 ERROR            ...
[12:41:12.409] 139/306 postgresql:pg_amcheck / pg_amcheck/005_opclass_damage                           ERROR            ...
[12:41:12.409] 140/306 postgresql:pg_amcheck / pg_amcheck/004_verify_heapam                            ERROR            ...
[12:41:12.409] 141/306 postgresql:pg_amcheck / pg_amcheck/003_check                                    ERROR            ...
[12:41:12.409] 152/306 postgresql:pg_basebackup / pg_basebackup/040_pg_createsubscriber                ERROR            ...
[12:41:12.409] 165/306 postgresql:pg_dump / pg_dump/002_pg_dump                                        ERROR            ...
[12:41:12.409] 215/306 postgresql:pgbench / pgbench/001_pgbench_with_server                            ERROR            ...
[12:41:12.409] 238/306 postgresql:subscription / subscription/002_types                                ERROR            ...
[12:41:12.409] 240/306 postgresql:subscription / subscription/003_constraints                          ERROR            ...
[12:41:12.409] 241/306 postgresql:subscription / subscription/004_sync                                 ERROR            ...
[12:41:12.409] 242/306 postgresql:subscription / subscription/001_rep_changes                          ERROR            ...
[12:41:12.409] 243/306 postgresql:subscription / subscription/006_rewrite                              ERROR            ...
[12:41:12.409] 244/306 postgresql:subscription / subscription/007_ddl                                  ERROR            ...
[12:41:12.409] 246/306 postgresql:subscription / subscription/008_diff_schema                          ERROR            ...
[12:41:12.409] 247/306 postgresql:subscription / subscription/005_encoding                             ERROR            ...
[12:41:12.409] 249/306 postgresql:subscription / subscription/010_truncate                             ERROR            ...
[12:41:12.409] 250/306 postgresql:subscription / subscription/011_generated                            ERROR            ...
[12:41:12.409] 251/306 postgresql:subscription / subscription/014_binary                               ERROR            ...
[12:41:12.409] 252/306 postgresql:subscription / subscription/016_stream_subxact                       ERROR            ...
[12:41:12.409] 253/306 postgresql:subscription / subscription/015_stream                               ERROR            ...
[12:41:12.409] 254/306 postgresql:subscription / subscription/017_stream_ddl                           ERROR            ...
[12:41:12.409] 255/306 postgresql:subscription / subscription/013_partition                            ERROR            ...
[12:41:12.409] 256/306 postgresql:subscription / subscription/018_stream_subxact_abort                 ERROR            ...
[12:41:12.409] 257/306 postgresql:subscription / subscription/019_stream_subxact_ddl_abort             ERROR            ...
[12:41:12.409] 259/306 postgresql:subscription / subscription/020_messages                             ERROR            ...
[12:41:12.409] 260/306 postgresql:subscription / subscription/021_twophase                             ERROR            ...
[12:41:12.409] 261/306 postgresql:subscription / subscription/023_twophase_stream                      ERROR            ...
[12:41:12.409] 262/306 postgresql:subscription / subscription/024_add_drop_pub                         ERROR            ...
[12:41:12.409] 263/306 postgresql:subscription / subscription/022_twophase_cascade                     ERROR            ...
[12:41:12.409] 264/306 postgresql:subscription / subscription/025_rep_changes_for_schema               ERROR            ...
[12:41:12.409] 265/306 postgresql:subscription / subscription/026_stats                                ERROR            ...
[12:41:12.409] 266/306 postgresql:subscription / subscription/027_nosuperuser                          ERROR            ...
[12:41:12.409] 267/306 postgresql:subscription / subscription/029_on_error                             ERROR            ...
[12:41:12.409] 268/306 postgresql:subscription / subscription/028_row_filter                           ERROR            ...
[12:41:12.409] 269/306 postgresql:subscription / subscription/030_origin                               ERROR            ...
[12:41:12.409] 270/306 postgresql:subscription / subscription/032_subscribe_use_index                  ERROR            ...
[12:41:12.409] 272/306 postgresql:subscription / subscription/031_column_list                          ERROR            ...
[12:41:12.409] 273/306 postgresql:subscription / subscription/100_bugs                                 ERROR            ...
[12:41:12.409] 274/306 postgresql:subscription / subscription/033_run_as_table_owner                   ERROR            ...
[12:41:12.409] 306/306 postgresql:recovery / recovery/035_standby_logical_decoding                     ERROR           4...
50/5208 prefetching for nestloop / indexscan
FreeBSD - 13 - Meson
tap
[12:03:40.383](1.789s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[12:03:51.034] 292/311 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
Linux - Debian Bookworm - Autoconf
tap
[12:05:34.448](1.038s) not ok 1 - no parameters missing from postgresql.conf.sample
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/query_cancel.out /tmp/cirrus-ci-build/build/testrun/postgres...
--- /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/query_cancel.out	2024-10-19 11:58:41.840892321 +0000
+++ /tmp/cirrus-ci-build/build/testrun/postgres_fdw/regress/results/query_cancel.out	2024-10-19 12:04:57.132834885 +0000
@@ -29,4 +29,5 @@
 -- This would take very long if not canceled:
 SELECT count(*) FROM ft1 a CROSS JOIN ft1 b CROSS JOIN ft1 c CROSS JOIN ft1 d;
 ERROR:  canceling statement due to statement timeout
+WARNING:  could not get result of cancel request due to timeout
 COMMIT;
tap
[12:06:06.406](0.438s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[12:06:16.594] 156/311 postgresql:postgres_fdw / postgres_fdw/regress                                  ERROR            ...
[12:06:16.594] 291/311 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
macOS - Sonoma - Meson
tap
[12:05:10.524](1.203s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[12:05:25.961] 292/311 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[12:11:10.185](1.963s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[12:11:39.443] 287/306 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
51/4888 Run deferred triggers in the correct security context
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_p...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-10-19 11:33:48.701736000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/triggers.out	2024-10-19 11:35:24.816144000...
@@ -3731,7 +3731,9 @@
 -- test who runs deferred trigger functions
 -- setup
 create role groot;
+WARNING:  roles created by regression test cases should have names starting with "regress_"
 create role outis;
+WARNING:  roles created by regression test cases should have names starting with "regress_"
 create function whoami() returns trigger language plpgsql
 as $$
 begin
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/build/testrun/recovery/027_str...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-10-19 11:33:48.701736000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/triggers.out	2024-10-19 11:36:07.1803040...
@@ -3731,7 +3731,9 @@
 -- test who runs deferred trigger functions
 -- setup
 create role groot;
+WARNING:  roles created by regression test cases should have names starting with "regress_"
 create role outis;
+WARNING:  roles created by regression test cases should have names starting with "regress_"
 create function whoami() returns trigger language plpgsql
 as $$
 begin
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/build/testrun/regress/regress/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-10-19 11:33:48.701736000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/triggers.out	2024-10-19 11:35:24.771900000 +0000
@@ -3731,7 +3731,9 @@
 -- test who runs deferred trigger functions
 -- setup
 create role groot;
+WARNING:  roles created by regression test cases should have names starting with "regress_"
 create role outis;
+WARNING:  roles created by regression test cases should have names starting with "regress_"
 create function whoami() returns trigger language plpgsql
 as $$
 begin
tap
[11:36:09.851](59.548s) not ok 5 - regression tests pass
tap
[11:36:55.601](69.171s) not ok 2 - regression tests pass
test
[11:38:49.702]  13/311 postgresql:regress / regress/regress                                            ERROR            ...
[11:38:49.702]  81/311 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[11:38:49.702] 152/311 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
51/5129 Asynchronous MergeAppend Execution
macOS - Sonoma - Meson
tap
[11:21:46.578](0.000s) not ok 389 - pgbench script error: gset no row stderr /(?^:expected one row, got 0\b)/
test
[11:22:59.196] 213/311 postgresql:pgbench / pgbench/001_pgbench_with_server                            ERROR            ...
51/5196 Use function smgrclose() to replace the loop
CompilerWarnings
compiler
[09:14:27.344] smgr.c:282:13: error: unused variable 'forknum' [-Werror,-Wunused-variable]
compiler
[09:14:27.344] smgr.c:487:9: error: unused variable 'which' [-Werror,-Wunused-variable]
compiler
[09:14:19.516] smgr.c:487:9: error: unused variable 'which' [-Werror,-Wunused-variable]
compiler
[09:14:19.516] smgr.c:282:13: error: unused variable 'forknum' [-Werror,-Wunused-variable]
compiler
[09:13:51.175] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable]
compiler
[09:13:51.175] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
compiler
[09:13:43.688] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable]
compiler
[09:13:43.688] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
compiler
[09:14:49.471] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable]
compiler
[09:14:49.471] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
51/5174 Call rm_redo in a temporary memory context
CompilerWarnings
compiler
[05:11:17.096] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
compiler
[05:10:43.966] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
compiler
[05:15:04.740] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
50/4754 Add LSN <-> time conversion facility
CompilerWarnings
compiler
[03:33:03.389] pgstat_wal.c:362:48: error: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 2 has...
compiler
[03:33:03.389] pgstat_wal.c:545:26: error: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 2 has...
Linux - Debian Bookworm - Meson
core
[03:34:23.166] #0  0xf7f02559 in __kernel_vsyscall ()
[03:34:23.166] #1  0xf683d2f7 in ?? () from /lib/i386-linux-gnu/libc.so.6
[03:34:23.166] #2  0xf67ec111 in raise () from /lib/i386-linux-gnu/libc.so.6
[03:34:23.166] #3  0xf67d526a in abort () from /lib/i386-linux-gnu/libc.so.6
[03:34:23.166] #4  0xf69f8d4a in __sanitizer::Abort () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_pos...
[03:34:23.166] #5  0xf6a07896 in __sanitizer::Die () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_termi...
[03:34:23.166] #6  0xf69e5c5b in __ubsan::__ubsan_handle_nonnull_arg_abort (Data=<optimized out>) at ../../../../../src/...
[03:34:23.166] #7  0x568a70f8 in fill_val (att=att@entry=0x5a0a5644, bit=<optimized out>, bitmask=bitmask@entry=0xffa8af...
[03:34:23.166] #8  0x568a8eab in heap_fill_tuple (tupleDesc=0x5a0a5630, values=0xffa8afa8, isnull=0xffa8afa6, data=<opti...
[03:34:23.166] #9  0x568aaa6c in heap_form_tuple (tupleDescriptor=0x5a0a5630, values=0xffa8afa8, isnull=0xffa8afa6) at ....
core
[03:34:24.862] #0  0x00007f9560cbeb13 in wait4 () from /lib/x86_64-linux-gnu/libc.so.6
[03:34:24.862] #1  0x000055b7185f6cc0 in ?? ()
[03:34:24.862] #2  0x000055b7185f6efa in ?? ()
[03:34:24.862] #3  0x000055b7185f8630 in ?? ()
[03:34:24.862] #4  0x000055b7185f2371 in ?? ()
[03:34:24.862] #5  0x000055b7185f120f in ?? ()
[03:34:24.862] #6  0x000055b7185f1c3b in ?? ()
[03:34:24.862] #7  0x000055b7185ef66f in ?? ()
[03:34:24.862] #8  0x00007f9560c1224a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[03:34:24.862] #9  0x00007f9560c12305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[03:34:24.720] #0  0xf7eea559 in __kernel_vsyscall ()
[03:34:24.720] #1  0xf68252f7 in ?? () from /lib/i386-linux-gnu/libc.so.6
[03:34:24.720] #2  0xf67d4111 in raise () from /lib/i386-linux-gnu/libc.so.6
[03:34:24.720] #3  0xf67bd26a in abort () from /lib/i386-linux-gnu/libc.so.6
[03:34:24.720] #4  0xf69e0d4a in __sanitizer::Abort () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_pos...
[03:34:24.720] #5  0xf69ef896 in __sanitizer::Die () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_termi...
[03:34:24.720] #6  0xf69cdc5b in __ubsan::__ubsan_handle_nonnull_arg_abort (Data=<optimized out>) at ../../../../../src/...
[03:34:24.720] #7  0x569120f8 in fill_val (att=att@entry=0x5a14d244, bit=<optimized out>, bitmask=bitmask@entry=0xffd8e5...
[03:34:24.720] #8  0x56913eab in heap_fill_tuple (tupleDesc=0x5a14d230, values=0xffd8e5a8, isnull=0xffd8e5a6, data=<opti...
[03:34:24.720] #9  0x56915a6c in heap_form_tuple (tupleDescriptor=0x5a14d230, values=0xffd8e5a8, isnull=0xffd8e5a6) at ....
core
[03:34:24.000] #0  0x00007ff234634ae3 in ?? () from /lib64/ld-linux-x86-64.so.2
[03:34:24.000] #1  0x00007ff23461a88c in ?? () from /lib64/ld-linux-x86-64.so.2
[03:34:24.000] #2  0x00007ff23461c075 in ?? () from /lib64/ld-linux-x86-64.so.2
[03:34:24.000] #3  0x00007ff234616261 in ?? () from /lib64/ld-linux-x86-64.so.2
[03:34:24.000] #4  0x00007ff23462c2f1 in _dl_catch_exception () from /lib64/ld-linux-x86-64.so.2
[03:34:24.000] #5  0x00007ff2346165ca in ?? () from /lib64/ld-linux-x86-64.so.2
[03:34:24.000] #6  0x00007ff23463197a in ?? () from /lib64/ld-linux-x86-64.so.2
[03:34:24.000] #7  0x00007ff23462e22f in ?? () from /lib64/ld-linux-x86-64.so.2
[03:34:24.000] #8  0x00007ff23462fbac in ?? () from /lib64/ld-linux-x86-64.so.2
[03:34:24.000] #9  0x00007ff23462ea58 in ?? () from /lib64/ld-linux-x86-64.so.2
core
[03:34:23.864] #0  0xf7f77559 in __kernel_vsyscall ()
[03:34:23.864] #1  0xf68b22f7 in ?? () from /lib/i386-linux-gnu/libc.so.6
[03:34:23.864] #2  0xf6861111 in raise () from /lib/i386-linux-gnu/libc.so.6
[03:34:23.864] #3  0xf684a26a in abort () from /lib/i386-linux-gnu/libc.so.6
[03:34:23.864] #4  0xf6a6dd4a in __sanitizer::Abort () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_pos...
[03:34:23.864] #5  0xf6a7c896 in __sanitizer::Die () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_termi...
[03:34:23.864] #6  0xf6a5ac5b in __ubsan::__ubsan_handle_nonnull_arg_abort (Data=<optimized out>) at ../../../../../src/...
[03:34:23.864] #7  0x568dd0f8 in fill_val (att=att@entry=0x589dc2b4, bit=<optimized out>, bitmask=bitmask@entry=0xff8d95...
[03:34:23.864] #8  0x568deeab in heap_fill_tuple (tupleDesc=0x589dc2a0, values=0xff8d9608, isnull=0xff8d9606, data=<opti...
[03:34:23.864] #9  0x568e0a6c in heap_form_tuple (tupleDescriptor=0x589dc2a0, values=0xff8d9608, isnull=0xff8d9606) at ....
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build-32/testrun/pg_upgr...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-19 03:22:43.572040063 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_join.out	2024-10-19 03:31:01....
@@ -2794,2438 +2794,10 @@
 -- inner join
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1_adv t1 INNER JOIN prt2_adv t2 ON (t1.a = t2.b) WHERE t1.b = 0 ORDER BY t1.a, t2...
-                      QUERY PLAN                      
-------------------------------------------------------
- Sort
-   Sort Key: t1.a
-   ->  Append
-         ->  Hash Join
-               Hash Cond: (t2_1.b = t1_1.a)
-               ->  Seq Scan on prt2_adv_p1 t2_1
-               ->  Hash
-                     ->  Seq Scan on prt1_adv_p1 t1_1
-                           Filter: (b = 0)
-         ->  Hash Join
-               Hash Cond: (t2_2.b = t1_2.a)
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build-32/testrun/recover...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-19 03:22:43.572040063 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/recovery/027_stream_regress/data/results/partition_join.out	2024-10-19 03:31:3...
@@ -1794,3438 +1794,10 @@
 CREATE TABLE prt2_l_p2_p1 PARTITION OF prt2_l_p2 FOR VALUES IN ('0000', '0001');
 CREATE TABLE prt2_l_p2_p2 PARTITION OF prt2_l_p2 FOR VALUES IN ('0002', '0003');
 CREATE TABLE prt2_l_p3 PARTITION OF prt2_l FOR VALUES FROM (500) TO (600) PARTITION BY RANGE (a);
-CREATE TABLE prt2_l_p3_p1 PARTITION OF prt2_l_p3 FOR VALUES FROM (0) TO (13);
-CREATE TABLE prt2_l_p3_p2 PARTITION OF prt2_l_p3 FOR VALUES FROM (13) TO (25);
-INSERT INTO prt2_l SELECT i % 25, i, to_char(i % 4, 'FM0000') FROM generate_series(0, 599, 3) i;
-ANALYZE prt2_l;
--- inner join, qual covering only top-level partitions
-EXPLAIN (COSTS OFF)
-SELECT t1.a, t1.c, t2.b, t2.c FROM prt1_l t1, prt2_l t2 WHERE t1.a = t2.b AND t1.b = 0 ORDER BY t1.a, t2.b;
-                         QUERY PLAN                          
--------------------------------------------------------------
- Sort
-   Sort Key: t1.a
-   ->  Append
-         ->  Hash Join
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build-32/testrun/regress...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-19 03:22:43.572040063 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/regress/regress/results/partition_join.out	2024-10-19 03:30:55.207945394 +0000
@@ -4194,1038 +4194,7 @@
 -- full join
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.a, t2.c FROM plt1_adv t1 FULL JOIN plt2_adv t2 ON (t1.a = t2.a AND t1.c = t2.c) WHERE coalesce(t1...
-                                    QUERY PLAN                                     
------------------------------------------------------------------------------------
- Sort
-   Sort Key: t1.a, t2.a
-   ->  Append
-         ->  Hash Full Join
-               Hash Cond: ((t1_1.a = t2_1.a) AND (t1_1.c = t2_1.c))
-               Filter: ((COALESCE(t1_1.b, 0) < 10) AND (COALESCE(t2_1.b, 0) < 10))
-               ->  Seq Scan on plt1_adv_p1_null t1_1
-               ->  Hash
-                     ->  Seq Scan on plt2_adv_p1 t2_1
-         ->  Hash Full Join
-               Hash Cond: ((t1_2.a = t2_2.a) AND (t1_2.c = t2_2.c))
...
tap
[03:31:01.564](63.474s) not ok 5 - regression tests pass
[03:31:06.106](4.533s) not ok 6 - dump before running pg_upgrade
tap
[03:31:36.557](65.332s) not ok 2 - regression tests pass
test
[03:33:17.893]  38/311 postgresql:regress / regress/regress                                            ERROR            ...
[03:33:17.893]  44/311 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[03:33:17.893] 124/311 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
50/5278 Consistently use <optional> to indicate optional parameters
FreeBSD - 13 - Meson
test
[03:09:46.732] 239/311 postgresql:postmaster / postmaster/001_connection_limits                        ERROR            ...
51/5283 Replace IN VALUES with ANY in WHERE clauses during optimization
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/subselect.out C:/cirrus/build/testrun/regress/regress/r...
--- C:/cirrus/src/test/regress/expected/subselect.out	2024-10-19 02:21:33.987818100 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/subselect.out	2024-10-19 02:24:10.456168100 +0000
@@ -2313,15 +2313,16 @@
 EXPLAIN (COSTS OFF)
 SELECT c.oid,c.relname FROM pg_class c JOIN pg_am a USING (oid)
 WHERE c.oid IN (VALUES (1), (2));
-                          QUERY PLAN                           
----------------------------------------------------------------
- Hash Join
-   Hash Cond: (a.oid = c.oid)
-   ->  Seq Scan on pg_am a
-   ->  Hash
-         ->  Index Scan using pg_class_oid_index on pg_class c
-               Index Cond: (oid = ANY ('{1,2}'::integer[]))
-(6 rows)
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (c.oid = a.oid)
...
test
[02:35:13.413]   6/306 postgresql:regress / regress/regress                                            ERROR           1...
51/5272 Truncate logs by max_log_size
CompilerWarnings
compiler
[23:54:20.182] elog.c:1699:9: error: initializing 'char *' with an expression of type 'const char *' discards qualifiers...
compiler
[23:52:22.731] elog.c:1699:9: error: initializing 'char *' with an expression of type 'const char *' discards qualifiers...
compiler
[23:50:06.537] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar...
compiler
[23:47:59.178] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar...
compiler
[23:57:45.091] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar...
51/5246 Allow SQL functions use CachedPlan machinery
FreeBSD - 13 - Meson
core
[22:34:25.895] #0  0x00002bb73675aff0 in ?? ()
[22:34:25.895] #1  0x0000000000000000 in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upg...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-10-18 22:28:49.525236000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/xml.out	2024-10-18 22:30:17.886401000 +000...
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-10-18 22:28:49.525236000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/xml.out	2024-10-18 22:31:10.551424000 +0...
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/regress/regress/resul...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-10-18 22:28:49.525236000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/xml.out	2024-10-18 22:30:19.706636000 +0000
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
tap
[22:30:36.928](64.006s) not ok 5 - regression tests pass
tap
[22:31:28.712](79.161s) not ok 2 - regression tests pass
test
[22:33:22.346]  42/311 postgresql:regress / regress/regress                                            ERROR            ...
[22:33:22.346]  82/311 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[22:33:22.346] 157/311 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/result...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-10-18 22:28:07.735538750 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/xml.out	2024-10-18 22:33:25.007640846 +0000
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-10-18 22:28:07.735538750 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/xml.out	2024-10-18 22:34:50.052897912 +0000
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/src/test/regress/results/xml.out
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-10-18 22:28:07.735538750 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/xml.out	2024-10-18 22:31:17.504104931 +0000
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
tap
[22:33:30.859](104.721s) not ok 5 - regression tests pass
tap
[22:34:55.915](54.865s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Meson
core
[22:34:25.106] #0  0x00007f3f905b4d24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[22:34:25.106] #1  0x00007f3f90561239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[22:34:25.106] #2  0x00007f3f90561497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[22:34:25.106] #3  0x00005637365985c1 in ?? ()
[22:34:25.106] #4  0x0000563736592369 in ?? ()
[22:34:25.106] #5  0x000056373659120f in ?? ()
[22:34:25.106] #6  0x0000563736591c3b in ?? ()
[22:34:25.106] #7  0x000056373658f66f in ?? ()
[22:34:25.106] #8  0x00007f3f9054c24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:34:25.106] #9  0x00007f3f9054c305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:34:25.352] #0  0x00007fa1eb596b13 in wait4 () from /lib/x86_64-linux-gnu/libc.so.6
[22:34:25.352] #1  0x000055ee92e73cc0 in ?? ()
[22:34:25.352] #2  0x000055ee92e73efa in ?? ()
[22:34:25.352] #3  0x000055ee92e75630 in ?? ()
[22:34:25.352] #4  0x000055ee92e6f371 in ?? ()
[22:34:25.352] #5  0x000055ee92e6e20f in ?? ()
[22:34:25.352] #6  0x000055ee92e6ec3b in ?? ()
[22:34:25.352] #7  0x000055ee92e6c66f in ?? ()
[22:34:25.352] #8  0x00007fa1eb4ea24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:34:25.352] #9  0x00007fa1eb4ea305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:34:25.230] #0  0x00007f3f905b4d24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[22:34:25.230] #1  0x00007f3f90561239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[22:34:25.230] #2  0x00007f3f90561497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[22:34:25.230] #3  0x00005637365985f3 in ?? ()
[22:34:25.230] #4  0x0000563736592369 in ?? ()
[22:34:25.230] #5  0x000056373659120f in ?? ()
[22:34:25.230] #6  0x0000563736591c3b in ?? ()
[22:34:25.230] #7  0x000056373658f66f in ?? ()
[22:34:25.230] #8  0x00007f3f9054c24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:34:25.230] #9  0x00007f3f9054c305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:34:25.230] #0  <unavailable> in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upg...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-10-18 22:28:22.481236270 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/xml.out	2024-10-18 22:30:50.679707434 +000...
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-10-18 22:28:22.481236270 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/xml.out	2024-10-18 22:31:29.603672448 +0...
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/regress/regress/resul...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-10-18 22:28:22.481236270 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/xml.out	2024-10-18 22:30:44.755711993 +0000
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
tap
[22:31:02.546](74.786s) not ok 5 - regression tests pass
tap
[22:31:39.170](76.936s) not ok 2 - regression tests pass
test
[22:33:22.468]  43/311 postgresql:regress / regress/regress                                            ERROR            ...
[22:33:22.468] 133/311 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[22:33:22.468] 154/311 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
51/5117 VACUUM FULL / CLUSTER CONCURRENTLY
CompilerWarnings
compiler
[20:56:20.271] cluster.c:2638:48: error: ‘entry’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[20:55:46.228] cluster.c:2638:48: error: ‘entry’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[21:01:57.907] cluster.c:2638:48: error: ‘entry’ may be used uninitialized [-Werror=maybe-uninitialized]
FreeBSD - 13 - Meson
assertion
TRAP: failed Assert("!OidIsValid(clustered_rel)"), File: "../src/backend/commands/cluster.c", Line: 2472, PID: 22272
core
[21:01:38.734] #0  0x0000000829b2c41a in thr_kill () from /lib/libc.so.7
[21:01:38.734] #1  0x0000000829aa5e64 in raise () from /lib/libc.so.7
[21:01:38.734] #2  0x0000000829b566f9 in abort () from /lib/libc.so.7
[21:01:38.734] #3  0x0000000000a97815 in ExceptionalCondition (conditionName=0x2e6a7e "!OidIsValid(clustered_rel)", file...
[21:01:38.734] #4  0x00000000006c9079 in begin_concurrent_cluster (rel_p=0x820f21868, index_p=0x820f21830, entered_p=<op...
[21:01:38.734] #5  cluster_rel (OldHeap=0x833c09aa0, indexOid=indexOid@entry=20793, params=params@entry=0x820f21924, isT...
[21:01:38.734] #6  0x00000000006c669e in cluster (pstate=pstate@entry=0x833ad4500, stmt=stmt@entry=0x833ac7e58, isTopLev...
[21:01:38.734] #7  0x00000000009425c4 in standard_ProcessUtility (pstmt=0x833ac74f8, queryString=0x833ac6100 "\n\tCLUSTE...
[21:01:38.734] #8  0x00000000009422c8 in ProcessUtility (pstmt=0x18de6, queryString=0x6 <error: Cannot access memory at ...
[21:01:38.734] #9  0x0000000000941e03 in PortalRunUtility (portal=0x833b9d100, pstmt=0x833ac74f8, isTopLevel=<optimized ...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/cluster.out /tmp/cirrus-ci-build/build/testrun/...
--- /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/cluster.out	2024-10-18 20:55:10.919990000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/injection_points/isolation/results/cluster.out	2024-10-18 20:58:30.995290000 +000...
@@ -8,7 +8,8 @@
 
 step wait_before_lock: 
 	CLUSTER (CONCURRENTLY) clstr_test USING clstr_test_pkey;
- <waiting ...>
+
+ERROR:  file of relation "clstr_test" changed by another transaction
 step change_existing: 
 	UPDATE clstr_test SET i=10 where i=1;
 	UPDATE clstr_test SET j=20 where i=2;
@@ -63,12 +64,7 @@
 step wakeup_before_lock: 
 	SELECT injection_points_wakeup('cluster-concurrently-before-lock');
 
-injection_points_wakeup
------------------------
-                       
...
test
[21:00:26.233] 115/311 postgresql:injection_points / injection_points/isolation                        ERROR            ...
Linux - Debian Bookworm - Meson
core
[21:03:52.122] #0  0x00007f6b76aa9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:03:52.122] #1  0x00007f6b76a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[21:03:52.122] #2  0x00007f6b76a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[21:03:52.122] #3  0x00007f6b76c1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[21:03:52.122] #4  0x00007f6b76c2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[21:03:52.122] #5  0x00007f6b76c0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x7f6b74a338c0,...
[21:03:52.122] #6  0x00007f6b74a2f7b2 in store_change (ctx=ctx@entry=0x556de6fa9180, kind=kind@entry=CHANGE_UPDATE_OLD, ...
[21:03:52.122] #7  0x00007f6b74a2fe73 in plugin_change (ctx=0x556de6fa9180, txn=<optimized out>, relation=<optimized out...
[21:03:52.122] #8  0x0000556dac1aa6c5 in change_cb_wrapper (cache=<optimized out>, txn=<optimized out>, relation=<optimi...
[21:03:52.122] #9  0x0000556dac1b7927 in ReorderBufferApplyChange (rb=rb@entry=0x556de7061ae0, txn=txn@entry=0x556de6fd0...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/cluster.out /tmp/cirrus-ci-build/build/testrun/...
--- /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/cluster.out	2024-10-18 20:55:07.429457301 +0000
+++ /tmp/cirrus-ci-build/build/testrun/injection_points/isolation/results/cluster.out	2024-10-18 21:00:59.459399033 +000...
@@ -68,118 +68,7 @@
                        
 (1 row)
 
-step wait_before_lock: <... completed>
-step check1: 
-	INSERT INTO relfilenodes(node)
-	SELECT relfilenode FROM pg_class WHERE relname='clstr_test';
-
-	SELECT count(DISTINCT node) FROM relfilenodes;
-
-	SELECT i, j FROM clstr_test ORDER BY i, j;
-
-	INSERT INTO data_s1(_xmin, _cmin, i, j)
-	SELECT xmin, cmin, i, j FROM clstr_test;
-
-	SELECT count(*)
...
test
[21:02:45.672] 114/311 postgresql:injection_points / injection_points/isolation                        ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[20:56:15.315] ../src/backend/commands/cluster.c(4447): warning C4129: '%': unrecognized character escape sequence
51/5004 CREATE INDEX CONCURRENTLY for partitioned tables
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_p...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-10-18 19:47:21.704929000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/indexing.out	2024-10-18 19:49:09.550629000...
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/recovery/027_str...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-10-18 19:47:21.704929000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/indexing.out	2024-10-18 19:49:47.3226700...
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/regress/regress/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-10-18 19:47:21.704929000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/indexing.out	2024-10-18 19:49:06.047783000 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[19:49:13.502](69.133s) not ok 5 - regression tests pass
tap
[19:49:50.178](70.050s) not ok 2 - regression tests pass
test
[20:04:41.809]  41/311 postgresql:regress / regress/regress                                            ERROR            ...
[20:04:41.809]  82/311 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[20:04:41.809] 139/311 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[20:04:41.809] 311/311 postgresql:isolation / isolation/isolation                                      TIMEOUT        10...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-10-18 19:47:18.572394124 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/indexing.out	2024-10-18 19:52:16.747741793 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/partitioned-cic.out /tmp/cirrus-ci-build/src/test/isolation/ou...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/partitioned-cic.out	2024-10-18 19:47:18.412394120 +0000
+++ /tmp/cirrus-ci-build/src/test/isolation/output_iso/results/partitioned-cic.out	2024-10-18 20:14:18.790875995 +0000
@@ -3,10 +3,14 @@
 starting permutation: lock_p1 cic insert drop2 commit chk_content
 step lock_p1: lock cictab_part_1 in row exclusive mode;
 step cic: CREATE INDEX CONCURRENTLY ON cictab(i); <waiting ...>
-step insert: insert into cictab values (1, 1), (11, 1);
-step drop2: DROP TABLE cictab_part_2;
+step insert: insert into cictab values (1, 1), (11, 1); <waiting ...>
+isolationtester: canceling step insert after 360 seconds
+step insert: <... completed>
+ERROR:  canceling statement due to user request
+step drop2: DROP TABLE cictab_part_2; <waiting ...>
 step commit: COMMIT;
 step cic: <... completed>
+step drop2: <... completed>
 step chk_content: 
   set enable_seqscan to off;
   explain (costs off) select * from cictab where i > 0;
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/src/test/regress/results/index...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-10-18 19:47:18.572394124 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/indexing.out	2024-10-18 19:50:29.131636661 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[19:52:18.863](69.452s) not ok 5 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_p...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-10-18 19:47:18.609744496 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/indexing.out	2024-10-18 19:49:48.317380837...
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/recovery/027_str...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-10-18 19:47:18.609744496 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/indexing.out	2024-10-18 19:50:20.0092731...
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/regress/regress/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-10-18 19:47:18.609744496 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/indexing.out	2024-10-18 19:49:45.353388520 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[19:49:50.807](75.063s) not ok 5 - regression tests pass
tap
[19:50:22.102](72.632s) not ok 2 - regression tests pass
test
[20:05:12.160]  43/311 postgresql:regress / regress/regress                                            ERROR            ...
[20:05:12.160] 105/311 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[20:05:12.160] 143/311 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[20:05:12.160] 311/311 postgresql:isolation / isolation/isolation                                      TIMEOUT        10...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/indexing.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_up...
--- /Users/admin/pgsql/src/test/regress/expected/indexing.out	2024-10-18 19:47:15
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/indexing.out	2024-10-18 19:49:28
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/indexing.out /Users/admin/pgsql/build/testrun/recovery/027_stream_...
--- /Users/admin/pgsql/src/test/regress/expected/indexing.out	2024-10-18 19:47:15
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/indexing.out	2024-10-18 19:50:36
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/indexing.out /Users/admin/pgsql/build/testrun/regress/regress/resu...
--- /Users/admin/pgsql/src/test/regress/expected/indexing.out	2024-10-18 19:47:15
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/indexing.out	2024-10-18 19:49:28
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[19:49:31.376](54.621s) not ok 5 - regression tests pass
tap
[19:50:39.120](65.819s) not ok 2 - regression tests pass
test
[20:05:12.711]  27/311 postgresql:regress / regress/regress                                            ERROR            ...
[20:05:12.711]  46/311 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[20:05:12.711] 124/311 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[20:05:12.711] 311/311 postgresql:isolation / isolation/isolation                                      TIMEOUT        10...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/indexing.out C:/cirrus/build/testrun/pg_upgrade/002_pg_...
--- C:/cirrus/src/test/regress/expected/indexing.out	2024-10-18 19:47:30.450128500 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/indexing.out	2024-10-18 19:51:02.329755000 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/indexing.out C:/cirrus/build/testrun/recovery/027_strea...
--- C:/cirrus/src/test/regress/expected/indexing.out	2024-10-18 19:47:30.450128500 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/indexing.out	2024-10-18 19:52:51.837125400 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/indexing.out C:/cirrus/build/testrun/regress/regress/re...
--- C:/cirrus/src/test/regress/expected/indexing.out	2024-10-18 19:47:30.450128500 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/indexing.out	2024-10-18 19:50:49.052412100 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[19:55:19.796](0.007s) not ok 4 - connecting to an invalid database: matches
tap
[19:51:08.026](103.891s) not ok 5 - regression tests pass
tap
[19:52:58.613](98.317s) not ok 2 - regression tests pass
test
[20:05:56.010]  21/306 postgresql:regress / regress/regress                                            ERROR           1...
[20:05:56.010]  34/306 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[20:05:56.010]  66/306 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
[20:05:56.010] 167/306 postgresql:pg_dump / pg_dump/002_pg_dump                                        ERROR            ...
[20:05:56.010] 306/306 postgresql:isolation / isolation/isolation                                      TIMEOUT        10...
50/5270 jsonpath string methods: lower, upper, initcap, l/r/btrim, replace, split_part
CompilerWarnings
compiler
[18:48:32.449] jsonpath_exec.c:2829:13: error: mixing declarations and code is incompatible with standards before C99 [-...
compiler
[18:48:23.653] jsonpath_exec.c:2829:13: error: mixing declarations and code is incompatible with standards before C99 [-...
compiler
[18:47:55.873] jsonpath_exec.c:2829:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta...
compiler
[18:47:46.885] jsonpath_exec.c:2829:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta...
compiler
[18:48:54.927] jsonpath_exec.c:2829:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta...
Linux - Debian Bookworm - Meson
core
[18:57:39.282] #0  0x00007f3309c88d24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[18:57:39.282] #1  0x00007f3309c35239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[18:57:39.282] #2  0x00007f3309c35497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[18:57:39.282] #3  0x000055de04a685f3 in ?? ()
[18:57:39.282] #4  0x000055de04a62369 in ?? ()
[18:57:39.282] #5  0x000055de04a6120f in ?? ()
[18:57:39.282] #6  0x000055de04a61c3b in ?? ()
[18:57:39.282] #7  0x000055de04a5f66f in ?? ()
[18:57:39.282] #8  0x00007f3309c2024a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[18:57:39.282] #9  0x00007f3309c20305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[18:57:39.021] #0  0x00007f26a84b7b13 in wait4 () from /lib/x86_64-linux-gnu/libc.so.6
[18:57:39.021] #1  0x0000560e76bc0cc0 in ?? ()
[18:57:39.021] #2  0x0000560e76bc0efa in ?? ()
[18:57:39.021] #3  0x0000560e76bc2630 in ?? ()
[18:57:39.021] #4  0x0000560e76bbc371 in ?? ()
[18:57:39.021] #5  0x0000560e76bbb20f in ?? ()
[18:57:39.021] #6  0x0000560e76bbbc3b in ?? ()
[18:57:39.021] #7  0x0000560e76bb966f in ?? ()
[18:57:39.021] #8  0x00007f26a840b24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[18:57:39.021] #9  0x00007f26a840b305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[18:57:39.154] #0  0x00007f3309c88d24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[18:57:39.154] #1  0x00007f3309c35239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[18:57:39.154] #2  0x00007f3309c35497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[18:57:39.154] #3  0x000055de04a685c1 in ?? ()
[18:57:39.154] #4  0x000055de04a62369 in ?? ()
[18:57:39.154] #5  0x000055de04a6120f in ?? ()
[18:57:39.154] #6  0x000055de04a61c3b in ?? ()
[18:57:39.154] #7  0x000055de04a5f66f in ?? ()
[18:57:39.154] #8  0x00007f3309c2024a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[18:57:39.154] #9  0x00007f3309c20305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[18:57:39.282] #0  <unavailable> in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out /tmp/cirrus-ci-build/build-32/testrun/pg_upgr...
--- /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out	2024-10-18 18:47:15.970509948 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/pg_upgrade/002_pg_upgrade/data/results/jsonb_jsonpath.out	2024-10-18 18:53:34....
@@ -3078,7 +3078,7 @@
 select jsonb_path_query('"abc~@~def~@~ghi"', '$.split_part("~@~", 2)');
  jsonb_path_query 
 ------------------
- "def"
+ ""
 (1 row)
 
 -- Test string methods play nicely together
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out /tmp/cirrus-ci-build/build-32/testrun/recover...
--- /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out	2024-10-18 18:47:15.970509948 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/recovery/027_stream_regress/data/results/jsonb_jsonpath.out	2024-10-18 18:54:1...
@@ -3078,7 +3078,7 @@
 select jsonb_path_query('"abc~@~def~@~ghi"', '$.split_part("~@~", 2)');
  jsonb_path_query 
 ------------------
- "def"
+ ""
 (1 row)
 
 -- Test string methods play nicely together
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out /tmp/cirrus-ci-build/build-32/testrun/regress...
--- /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out	2024-10-18 18:47:15.970509948 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/regress/regress/results/jsonb_jsonpath.out	2024-10-18 18:53:25.252427607 +0000
@@ -3078,7 +3078,7 @@
 select jsonb_path_query('"abc~@~def~@~ghi"', '$.split_part("~@~", 2)');
  jsonb_path_query 
 ------------------
- "def"
+ ""
 (1 row)
 
 -- Test string methods play nicely together
tap
[18:53:55.128](80.611s) not ok 5 - regression tests pass
tap
[18:54:34.093](82.360s) not ok 2 - regression tests pass
test
[18:56:29.283]  39/311 postgresql:regress / regress/regress                                            ERROR            ...
[18:56:29.283] 134/311 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[18:56:29.283] 153/311 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5081 nbtree skip scan
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/query_cancel.out /tmp/cirrus-ci-build/contrib/postgres_fdw/r...
--- /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/query_cancel.out	2024-10-18 16:40:52.516761715 +0000
+++ /tmp/cirrus-ci-build/contrib/postgres_fdw/results/query_cancel.out	2024-10-18 16:47:58.221079223 +0000
@@ -29,4 +29,5 @@
 -- This would take very long if not canceled:
 SELECT count(*) FROM ft1 a CROSS JOIN ft1 b CROSS JOIN ft1 c CROSS JOIN ft1 d;
 ERROR:  canceling statement due to statement timeout
+WARNING:  could not get result of cancel request due to timeout
 COMMIT;
51/4888 Run deferred triggers in the correct security context
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_p...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-10-18 13:33:45.683226000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/triggers.out	2024-10-18 13:35:10.895699000...
@@ -3731,7 +3731,9 @@
 -- test who runs deferred trigger functions
 -- setup
 create role groot;
+WARNING:  roles created by regression test cases should have names starting with "regress_"
 create role outis;
+WARNING:  roles created by regression test cases should have names starting with "regress_"
 create function whoami() returns trigger language plpgsql
 as $$
 begin
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/build/testrun/recovery/027_str...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-10-18 13:33:45.683226000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/triggers.out	2024-10-18 13:35:55.6285990...
@@ -3731,7 +3731,9 @@
 -- test who runs deferred trigger functions
 -- setup
 create role groot;
+WARNING:  roles created by regression test cases should have names starting with "regress_"
 create role outis;
+WARNING:  roles created by regression test cases should have names starting with "regress_"
 create function whoami() returns trigger language plpgsql
 as $$
 begin
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/build/testrun/regress/regress/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-10-18 13:33:45.683226000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/triggers.out	2024-10-18 13:35:09.534022000 +0000
@@ -3731,7 +3731,9 @@
 -- test who runs deferred trigger functions
 -- setup
 create role groot;
+WARNING:  roles created by regression test cases should have names starting with "regress_"
 create role outis;
+WARNING:  roles created by regression test cases should have names starting with "regress_"
 create function whoami() returns trigger language plpgsql
 as $$
 begin
tap
[13:35:57.886](63.969s) not ok 5 - regression tests pass
tap
[13:36:50.461](76.881s) not ok 2 - regression tests pass
test
[13:38:43.063]  13/311 postgresql:regress / regress/regress                                            ERROR            ...
[13:38:43.063]  89/311 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[13:38:43.063] 159/311 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
51/4476 Extract numeric field in JSONB more effectively
macOS - Sonoma - Meson
tap
[13:19:18.343](5.148s) Bail out!  pg_ctl restart failed
test
[13:19:20.942] 306/311 postgresql:ssl / ssl/001_ssltests                                               ERROR            ...
51/4718 Set log_lock_waits=on by default
macOS - Sonoma - Meson
tap
[12:57:58.970](0.000s) not ok 42 - updated partition constraint for default partition quuux_default1
test
[12:58:13.305] 294/311 postgresql:test_misc / test_misc/001_constraint_validation                      ERROR            ...
51/4412 Client authentication via OAuth 2.0
FreeBSD - 13 - Meson
test
[12:21:27.515] 314/317 postgresql:python / python/server                                               FAIL             ...
Linux - Debian Bookworm - Meson
core
[12:24:48.580] #0  <unavailable> in ?? ()
core
[12:24:48.580] #0  0x00007f2c3be1dd24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[12:24:48.580] #1  0x00007f2c3bdca239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[12:24:48.580] #2  0x00007f2c3bdca497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[12:24:48.580] #3  0x000055767be2b5f3 in ?? ()
[12:24:48.580] #4  0x000055767be25369 in ?? ()
[12:24:48.580] #5  0x000055767be2420f in ?? ()
[12:24:48.580] #6  0x000055767be24c3b in ?? ()
[12:24:48.580] #7  0x000055767be2266f in ?? ()
[12:24:48.580] #8  0x00007f2c3bdb524a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:24:48.580] #9  0x00007f2c3bdb5305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[12:24:48.453] #0  0x00007f2c3be1dd24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[12:24:48.453] #1  0x00007f2c3bdca239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[12:24:48.453] #2  0x00007f2c3bdca497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[12:24:48.453] #3  0x000055767be2b5c1 in ?? ()
[12:24:48.453] #4  0x000055767be25369 in ?? ()
[12:24:48.453] #5  0x000055767be2420f in ?? ()
[12:24:48.453] #6  0x000055767be24c3b in ?? ()
[12:24:48.453] #7  0x000055767be2266f in ?? ()
[12:24:48.453] #8  0x00007f2c3bdb524a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:24:48.453] #9  0x00007f2c3bdb5305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
test
[12:23:45.513] 314/317 postgresql:python / python/server                                               FAIL             ...
macOS - Sonoma - Meson
test
[12:20:34.569] 313/317 postgresql:python / python/server                                               FAIL             ...
Windows - Server 2019, VS 2019 - Meson & ninja
test
[12:26:43.448] 310/312 postgresql:python / python/server                                               FAIL             ...
51/4390 add not_before and not_after timestamps to sslinfo extension and pg_stat_ssl
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[10:31:50.986] ../src/backend/libpq/be-secure-openssl.c(1536): warning C4024: 'ASN1_TIME_to_timestamptz': different type...
compiler
[10:31:51.065] ../src/backend/libpq/be-secure-openssl.c(1545): warning C4047: 'function': 'ASN1_TIME *' differs in level...
compiler
[10:31:51.065] ../src/backend/libpq/be-secure-openssl.c(1545): warning C4024: 'ASN1_TIME_to_timestamptz': different type...
compiler
[10:32:09.572] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notBefore referenced i...
compiler
[10:32:09.807] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notAfter referenced in...
compiler
[10:31:50.986] ../src/backend/libpq/be-secure-openssl.c(1536): warning C4047: 'function': 'ASN1_TIME *' differs in level...
51/3461 In-place persistence change of a relation (fast ALTER TABLE ... SET LOGGED with wal_level=minimal)
CompilerWarnings
compiler
[10:22:46.618] simpleundolog.c:69:14: error: no previous extern declaration for non-static variable 'UndoRoutines' [-Wer...
compiler
[10:21:17.658] simpleundolog.c:69:14: error: no previous extern declaration for non-static variable 'UndoRoutines' [-Wer...
CompilerWarnings
compiler
[09:55:54.427] simpleundolog.c:69:14: error: no previous extern declaration for non-static variable 'UndoRoutines' [-Wer...
compiler
[09:54:27.151] simpleundolog.c:69:14: error: no previous extern declaration for non-static variable 'UndoRoutines' [-Wer...
Linux - Debian Bookworm - Autoconf
tap
[09:58:02.952](0.241s) Bail out!  pg_ctl start failed
Linux - Debian Bookworm - Meson
core
[09:58:36.714] #0  0x00007f9fed8a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:58:36.714] #1  0x00007f9fed85afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:58:36.714] #2  0x00007f9fed845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:58:36.714] #3  0x00007f9feda1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:58:36.714] #4  0x00007f9feda2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:58:36.714] #5  0x00007f9feda0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x5560d2cacd60,...
[09:58:36.714] #6  0x00005560d1da1ff3 in ParseCommitRecord (info=<optimized out>, xlrec=<optimized out>, parsed=parsed@e...
[09:58:36.714] #7  0x00005560d1df645f in xact_redo (record=0x5560fc9cc500) at ../src/backend/access/transam/xact.c:6430
[09:58:36.714] #8  0x00005560d1e19a26 in ApplyWalRecord (xlogreader=0x5560fc9cc500, record=record@entry=0x7f9fe9329db8, ...
[09:58:36.714] #9  0x00005560d1e1f66e in PerformWalRecovery () at ../src/backend/access/transam/xlogrecovery.c:1823
tap
[09:57:31.265](229.318s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /tmp/cirrus-ci-build/src/test/recovery/t/027_stream_regress.pl line 103.
test
[09:57:31.473] 311/311 postgresql:recovery / recovery/027_stream_regress                               ERROR           3...
51/5070 Incorrect error message for cancellation triggered by statement_timeout & flaky test
CompilerWarnings
compiler
[08:46:32.712] backend_startup.c:270:63: error: variable 'status' is uninitialized when used here [-Werror,-Wuninitializ...
compiler
[08:46:32.712] backend_startup.c:270:63: error: data argument not used by format string [-Werror,-Wformat-extra-args]
compiler
[08:46:24.751] backend_startup.c:270:63: error: data argument not used by format string [-Werror,-Wformat-extra-args]
compiler
[08:46:24.751] backend_startup.c:270:63: error: variable 'status' is uninitialized when used here [-Werror,-Wuninitializ...
compiler
[08:45:55.403] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit...
compiler
[08:45:55.403] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args]
compiler
[08:45:47.640] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit...
compiler
[08:45:47.640] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args]
compiler
[08:46:56.267] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit...
compiler
[08:46:56.267] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args]
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[08:46:29.804] c:\cirrus\src\backend\tcop\backend_startup.c(270) : warning C4700: uninitialized local variable 'status' ...
51/4720 "unexpected duplicate for tablespace" problem in logical replication
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/00...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-10-18 08:28:14.475864000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_table.out	2024-10-18 08:29:54.578911...
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37749 |            |             0 |       37749 | pktable_pkey
+ 37746 |            |             0 |       37746 | pktable
+ 37751 |            |             0 |       37751 | fktable
+ 38218 |            |             0 |       38223 | foo
+ 38227 |            |             0 |       38227 | pg_toast_38218_index
+ 38226 |            |             0 |       38226 | pg_toast_38218
+ 38429 |            |             0 |       38429 | old_oids
+ 38447 |            |             0 |       38447 | pg_toast_38444
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/recovery/027_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-10-18 08:28:14.475864000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/alter_table.out	2024-10-18 08:30:36.4499...
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37497 |            |             0 |       37497 | pktable_pkey
+ 37494 |            |             0 |       37494 | pktable
+ 37499 |            |             0 |       37499 | fktable
+ 38157 |            |             0 |       38162 | foo
+ 38166 |            |             0 |       38166 | pg_toast_38157_index
+ 38165 |            |             0 |       38165 | pg_toast_38157
+ 38355 |            |             0 |       38355 | old_oids
+ 38372 |            |             0 |       38372 | pg_toast_38369
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/regress/regre...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-10-18 08:28:14.475864000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/alter_table.out	2024-10-18 08:29:49.459979000 +0000
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37622 |            |             0 |       37622 | pktable_pkey
+ 37619 |            |             0 |       37619 | pktable
+ 37625 |            |             0 |       37625 | fktable
+ 38219 |            |             0 |       38224 | foo
+ 38228 |            |             0 |       38228 | pg_toast_38219_index
+ 38227 |            |             0 |       38227 | pg_toast_38219
+ 38439 |            |             0 |       38439 | old_oids
+ 38474 |            |             0 |       38474 | pg_toast_38471
...
tap
[08:30:02.041](59.593s) not ok 5 - regression tests pass
tap
[08:30:43.714](65.579s) not ok 2 - regression tests pass
test
[08:32:35.094]  39/311 postgresql:regress / regress/regress                                            ERROR            ...
[08:32:35.094]  85/311 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[08:32:35.094] 152/311 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_chec...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-10-18 08:28:15.382159378 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/alter_table.out	2024-10-18 08:34:05.136957368 +0000
@@ -3491,9 +3491,29 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37874 |            |             0 |       37874 | users
+ 37873 |            |             0 |       37873 | users_id_seq
+ 37883 |            |             0 |       37883 | pg_toast_37874
+ 37884 |            |             0 |       37884 | pg_toast_37874_index
+ 38150 |            |             0 |       38150 | foo
+ 38466 |            |             0 |       38466 | forc_test
+ 37808 |            |             0 |       37808 | pktable_pkey
+ 37803 |            |             0 |       37803 | pktable
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/src/test/regress/results/al...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-10-18 08:28:15.382159378 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/alter_table.out	2024-10-18 08:32:11.124819840 +0000
@@ -3491,9 +3491,29 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 38838 |            |             0 |       38838 | rtype
+ 37898 |            |             0 |       37898 | users_id_seq
+ 37904 |            |             0 |       37904 | pg_toast_37899
+ 37905 |            |             0 |       37905 | pg_toast_37899_index
+ 37899 |            |             0 |       37899 | users
+ 38091 |            |             0 |       38091 | foo
+ 38377 |            |             0 |       38377 | forc_test
+ 38841 |            |             0 |       38841 | pg_toast_38838
...
tap
[08:34:13.361](114.529s) not ok 5 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/00...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-10-18 08:28:14.769171119 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_table.out	2024-10-18 08:31:00.391017...
@@ -3491,9 +3491,29 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37698 |            |             0 |       37698 | users_id_seq
+ 37703 |            |             0 |       37703 | pg_toast_37699
+ 37704 |            |             0 |       37704 | pg_toast_37699_index
+ 37699 |            |             0 |       37699 | users
+ 37980 |            |             0 |       37980 | foo
+ 37724 |            |             0 |       37724 | pktable_pkey
+ 37721 |            |             0 |       37721 | pktable
+ 37727 |            |             0 |       37727 | fktable
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/recovery/027_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-10-18 08:28:14.769171119 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/alter_table.out	2024-10-18 08:31:37.0148...
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37651 |            |             0 |       37651 | pktable_pkey
+ 37648 |            |             0 |       37648 | pktable
+ 37656 |            |             0 |       37656 | fktable
+ 38127 |            |             0 |       38132 | foo
+ 38136 |            |             0 |       38136 | pg_toast_38127_index
+ 38135 |            |             0 |       38135 | pg_toast_38127
+ 38354 |            |             0 |       38354 | old_oids
+ 38373 |            |             0 |       38373 | pg_toast_38370
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/regress/regre...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-10-18 08:28:14.769171119 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/alter_table.out	2024-10-18 08:30:57.123030034 +0000
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37721 |            |             0 |       37721 | pktable_pkey
+ 37718 |            |             0 |       37718 | pktable
+ 37724 |            |             0 |       37724 | fktable
+ 38190 |            |             0 |       38198 | foo
+ 38202 |            |             0 |       38202 | pg_toast_38190_index
+ 38201 |            |             0 |       38201 | pg_toast_38190
+ 38410 |            |             0 |       38410 | old_oids
+ 38430 |            |             0 |       38430 | pg_toast_38427
...
tap
[08:31:07.709](66.836s) not ok 5 - regression tests pass
tap
[08:31:44.074](70.974s) not ok 2 - regression tests pass
test
[08:33:19.177]  43/311 postgresql:regress / regress/regress                                            ERROR            ...
[08:33:19.177] 119/311 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[08:33:19.177] 154/311 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/alter_table.out C:/cirrus/build/testrun/pg_upgrade/002_...
--- C:/cirrus/src/test/regress/expected/alter_table.out	2024-10-18 08:28:27.708835100 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_table.out	2024-10-18 08:32:09.558880000 +0000
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37458 |            |             0 |       37458 | pktable_pkey
+ 37455 |            |             0 |       37455 | pktable
+ 37461 |            |             0 |       37461 | fktable
+ 37931 |            |             0 |       37936 | foo
+ 37940 |            |             0 |       37940 | pg_toast_37931_index
+ 37939 |            |             0 |       37939 | pg_toast_37931
+ 38160 |            |             0 |       38160 | old_oids
+ 38177 |            |             0 |       38177 | pg_toast_38174
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/alter_table.out C:/cirrus/build/testrun/recovery/027_st...
--- C:/cirrus/src/test/regress/expected/alter_table.out	2024-10-18 08:28:27.708835100 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/alter_table.out	2024-10-18 08:34:38.000841500 +0000
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37411 |            |             0 |       37411 | pktable_pkey
+ 37408 |            |             0 |       37408 | pktable
+ 37413 |            |             0 |       37413 | fktable
+ 37892 |            |             0 |       37900 | foo
+ 37904 |            |             0 |       37904 | pg_toast_37892_index
+ 37903 |            |             0 |       37903 | pg_toast_37892
+ 38152 |            |             0 |       38152 | old_oids
+ 38169 |            |             0 |       38169 | pg_toast_38166
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/alter_table.out C:/cirrus/build/testrun/regress/regress...
--- C:/cirrus/src/test/regress/expected/alter_table.out	2024-10-18 08:28:27.708835100 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/alter_table.out	2024-10-18 08:32:02.643843900 +0000
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37558 |            |             0 |       37558 | pktable_pkey
+ 37555 |            |             0 |       37555 | pktable
+ 37560 |            |             0 |       37560 | fktable
+ 38032 |            |             0 |       38037 | foo
+ 38041 |            |             0 |       38041 | pg_toast_38032_index
+ 38040 |            |             0 |       38040 | pg_toast_38032
+ 38261 |            |             0 |       38261 | old_oids
+ 38278 |            |             0 |       38278 | pg_toast_38275
...
tap
[08:32:26.599](114.864s) not ok 5 - regression tests pass
tap
[08:34:56.069](132.255s) not ok 2 - regression tests pass
test
[08:41:05.136]  20/306 postgresql:regress / regress/regress                                            ERROR           1...
[08:41:05.136]  38/306 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[08:41:05.136] 108/306 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5031 Remove dependence on integer wrapping
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/date.out C:/cirrus/build/testrun/pg_upgrade/002_pg_upgr...
--- C:/cirrus/src/test/regress/expected/date.out	2024-10-18 07:46:10.824911100 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/date.out	2024-10-18 07:48:12.597017200 +0000
@@ -1533,4 +1533,4 @@
 select make_time(24, 0, 2.1);
 ERROR:  time field value out of range: 24:00:2.1
 SELECT make_date(-2147483648, 1, 1);
-ERROR:  date field value out of range: -2147483648-01-01
+ERROR:  date field value out of range: 24301-01-01
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/date.out C:/cirrus/build/testrun/recovery/027_stream_re...
--- C:/cirrus/src/test/regress/expected/date.out	2024-10-18 07:46:10.824911100 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/date.out	2024-10-18 07:50:31.883495800 +0000
@@ -1533,4 +1533,4 @@
 select make_time(24, 0, 2.1);
 ERROR:  time field value out of range: 24:00:2.1
 SELECT make_date(-2147483648, 1, 1);
-ERROR:  date field value out of range: -2147483648-01-01
+ERROR:  date field value out of range: 24301-01-01
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/date.out C:/cirrus/build/testrun/regress/regress/result...
--- C:/cirrus/src/test/regress/expected/date.out	2024-10-18 07:46:10.824911100 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/date.out	2024-10-18 07:48:06.904732800 +0000
@@ -1533,4 +1533,4 @@
 select make_time(24, 0, 2.1);
 ERROR:  time field value out of range: 24:00:2.1
 SELECT make_date(-2147483648, 1, 1);
-ERROR:  date field value out of range: -2147483648-01-01
+ERROR:  date field value out of range: 24301-01-01
tap
[07:49:51.832](105.687s) not ok 5 - regression tests pass
tap
[07:52:22.140](131.085s) not ok 2 - regression tests pass
test
[07:58:01.487]   7/306 postgresql:regress / regress/regress                                            ERROR           1...
[07:58:01.487]  39/306 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[07:58:01.487] 115/306 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5252 Trim the heap free memory
CompilerWarnings
compiler
[04:30:26.463] postgres.c:2830:33: error: assignment to ‘char *’ from ‘int’ makes pointer from integer without a cast [-...
compiler
[04:30:26.463] postgres.c:2829:25: error: implicit declaration of function ‘malloc_trim’ [-Werror=implicit-function-decl...
compiler
[04:30:26.463] postgres.c:2826:47: error: initialization of ‘char *’ from ‘int’ makes pointer from integer without a cas...
compiler
[04:30:26.463] postgres.c:2826:47: error: implicit declaration of function ‘sbrk’ [-Werror=implicit-function-declaration...
Linux - Debian Bookworm - Autoconf
core
[04:35:09.927] #0  0x00007fb3a3f85a50 in ?? ()
[04:35:09.927] #1  0x0000000000000003 in ?? ()
[04:35:09.927] #2  0x00007ffca3c7517f in ?? ()
[04:35:09.927] #3  0x00007ffca3c75182 in ?? ()
[04:35:09.927] #4  0x00007ffca3c751f7 in ?? ()
[04:35:09.927] #5  0x0000000000000000 in ?? ()
[04:35:10.057] #0  0x00007f8bc64f5d24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
core
[04:35:10.065] #0  0x00007f8bc64f5d24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[04:35:10.065] #1  0x00007f8bc64a2239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[04:35:10.065] #2  0x00007f8bc64a2497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[04:35:10.065] #3  0x00005569b6af45c1 in ?? ()
[04:35:10.065] #4  0x00005569b6aee369 in ?? ()
[04:35:10.065] #5  0x00005569b6aed20f in ?? ()
[04:35:10.065] #6  0x00005569b6aedc3b in ?? ()
[04:35:10.065] #7  0x00005569b6aeb66f in ?? ()
[04:35:10.065] #8  0x00007f8bc648d24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:35:10.065] #9  0x00007f8bc648d305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
tap
[04:28:42.150](0.001s) not ok 28 - options --locale-provider=icu --locale=und --lc-*=C: no stderr
Linux - Debian Bookworm - Meson
tap
[04:30:33.142](0.001s) not ok 28 - options --locale-provider=icu --locale=und --lc-*=C: no stderr
test
[04:31:59.254] 167/311 postgresql:initdb / initdb/001_initdb                                           ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[04:26:59.261] ../src/backend/tcop/postgres.c(2826): warning C4047: 'initializing': 'char *' differs in levels of indire...
compiler
[04:27:09.657] tcop_postgres.c.obj : error LNK2019: unresolved external symbol malloc_trim referenced in function finish...
compiler
[04:26:59.261] ../src/backend/tcop/postgres.c(2830): warning C4047: '=': 'char *' differs in levels of indirection from ...
compiler
[04:27:09.657] tcop_postgres.c.obj : error LNK2019: unresolved external symbol sbrk referenced in function finish_xact_c...
51/5061 New function rand_array() to contrib/tablefunc
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/tablefunc/expected/tablefunc.out /tmp/cirrus-ci-build/build/testrun/tablefunc/regr...
--- /tmp/cirrus-ci-build/contrib/tablefunc/expected/tablefunc.out	2024-10-18 04:21:28.527591000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/tablefunc/regress/results/tablefunc.out	2024-10-18 04:24:03.951620000 +0000
@@ -1,17 +1,20 @@
 CREATE EXTENSION tablefunc;
+ERROR:  extension "tablefunc" has no installation script nor update path for version "1.1"
 --
 -- normal_rand()
 -- no easy way to do this for regression testing
 --
 SELECT avg(normal_rand)::int, count(*) FROM normal_rand(100, 250, 0.2);
- avg | count 
------+-------
- 250 |   100
-(1 row)
-
+ERROR:  function normal_rand(integer, integer, numeric) does not exist
+LINE 1: SELECT avg(normal_rand)::int, count(*) FROM normal_rand(100,...
+                                                    ^
+HINT:  No function matches the given name and argument types. You might need to add explicit type casts.
...
test
[04:26:09.851]  94/311 postgresql:tablefunc / tablefunc/regress                                        ERROR            ...
50/5238 Add parallel columns for seq scan and index scan on pg_stat_all_tables and _indexes
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/stats.out C:/cirrus/build/testrun/regress/regress/resul...
--- C:/cirrus/src/test/regress/expected/stats.out	2024-10-18 04:09:00.347482400 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/stats.out	2024-10-18 04:12:41.935557700 +0000
@@ -846,7 +846,7 @@
 FROM pg_stat_all_tables WHERE relid = 'test_parallel_scan'::regclass;
  parallel_seq_scan | parallel_idx_scan 
 -------------------+-------------------
-                 3 |                 2
+                 1 |                 1
 (1 row)
 
 SELECT last_parallel_seq_scan AS test_last_seq, last_parallel_idx_scan AS test_last_idx
@@ -895,7 +895,7 @@
 FROM pg_stat_all_tables WHERE relid = 'test_parallel_scan'::regclass;
  parallel_seq_scan | seq_ok | parallel_idx_scan | idx_ok 
 -------------------+--------+-------------------+--------
-                 6 | t      |                 2 | t
+                 4 | t      |                 1 | t
 (1 row)
 
...
test
[04:21:00.700]  24/306 postgresql:regress / regress/regress                                            ERROR           1...
51/5061 New function rand_array() to contrib/tablefunc
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/tablefunc/expected/tablefunc.out /tmp/cirrus-ci-build/build/testrun/tablefunc/regr...
--- /tmp/cirrus-ci-build/contrib/tablefunc/expected/tablefunc.out	2024-10-18 03:56:29.482128324 +0000
+++ /tmp/cirrus-ci-build/build/testrun/tablefunc/regress/results/tablefunc.out	2024-10-18 04:01:00.403438741 +0000
@@ -1,17 +1,20 @@
 CREATE EXTENSION tablefunc;
+ERROR:  extension "tablefunc" has no installation script nor update path for version "1.1"
 --
 -- normal_rand()
 -- no easy way to do this for regression testing
 --
 SELECT avg(normal_rand)::int, count(*) FROM normal_rand(100, 250, 0.2);
- avg | count 
------+-------
- 250 |   100
-(1 row)
-
+ERROR:  function normal_rand(integer, integer, numeric) does not exist
+LINE 1: SELECT avg(normal_rand)::int, count(*) FROM normal_rand(100,...
+                                                    ^
+HINT:  No function matches the given name and argument types. You might need to add explicit type casts.
...
test
[04:02:56.166]  90/311 postgresql:tablefunc / tablefunc/regress                                        ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/contrib/tablefunc/expected/tablefunc.out /Users/admin/pgsql/build/testrun/tablefunc/regress/...
--- /Users/admin/pgsql/contrib/tablefunc/expected/tablefunc.out	2024-10-18 03:56:31
+++ /Users/admin/pgsql/build/testrun/tablefunc/regress/results/tablefunc.out	2024-10-18 04:00:09
@@ -1,17 +1,20 @@
 CREATE EXTENSION tablefunc;
+ERROR:  extension "tablefunc" has no installation script nor update path for version "1.1"
 --
 -- normal_rand()
 -- no easy way to do this for regression testing
 --
 SELECT avg(normal_rand)::int, count(*) FROM normal_rand(100, 250, 0.2);
- avg | count 
------+-------
- 250 |   100
-(1 row)
-
+ERROR:  function normal_rand(integer, integer, numeric) does not exist
+LINE 1: SELECT avg(normal_rand)::int, count(*) FROM normal_rand(100,...
+                                                    ^
+HINT:  No function matches the given name and argument types. You might need to add explicit type casts.
...
test
[04:02:58.839]  93/311 postgresql:tablefunc / tablefunc/regress                                        ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/contrib/tablefunc/expected/tablefunc.out C:/cirrus/build/testrun/tablefunc/regres...
--- C:/cirrus/contrib/tablefunc/expected/tablefunc.out	2024-10-18 03:56:49.163924600 +0000
+++ C:/cirrus/build/testrun/tablefunc/regress/results/tablefunc.out	2024-10-18 04:03:01.640576900 +0000
@@ -1,17 +1,20 @@
 CREATE EXTENSION tablefunc;
+ERROR:  extension "tablefunc" has no installation script nor update path for version "1.1"
 --
 -- normal_rand()
 -- no easy way to do this for regression testing
 --
 SELECT avg(normal_rand)::int, count(*) FROM normal_rand(100, 250, 0.2);
- avg | count 
------+-------
- 250 |   100
-(1 row)
-
+ERROR:  function normal_rand(integer, integer, numeric) does not exist
+LINE 1: SELECT avg(normal_rand)::int, count(*) FROM normal_rand(100,...
+                                                    ^
+HINT:  No function matches the given name and argument types. You might need to add explicit type casts.
...
test
[04:08:32.236]  90/306 postgresql:tablefunc / tablefunc/regress                                        ERROR            ...
51/5242 Fix RelationTruncate() corruption
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[03:47:49.126] ../src/backend/storage/smgr/smgr.c(732): warning C4098: 'smgrtruncate': 'void' function returning a value
51/5012 Vacuum statistics
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out /tmp/cirrus-ci-build/bu...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-10-18 01:21:57.04382800...
+++ /tmp/cirrus-ci-build/build/testrun/isolation/isolation/results/vacuum-extending-in-repetable-read.out	2024-10-18 01:...
@@ -22,7 +22,8 @@
   100
 (1 row)
 
-step s2_update: UPDATE test_vacuum_stat_isolation SET ival = ival + 2 where id > 900;
+step s2_update: UPDATE test_vacuum_stat_isolation SET ival = ival  2 where id > 900;
+ERROR:  syntax error at or near "2"
 step s2_insert_interrupt: INSERT INTO test_vacuum_stat_isolation values (1,1);
 step s2_vacuum: VACUUM test_vacuum_stat_isolation;
 step s2_print_vacuum_stats_table: 
@@ -33,7 +34,7 @@
 
 relname                   |tuples_deleted|dead_tuples|tuples_frozen
 --------------------------+--------------+-----------+-------------
-test_vacuum_stat_isolation|             0|        100|            0
+test_vacuum_stat_isolation|             0|          0|            0
 (1 row)
...
test
[01:27:19.063]  46/311 postgresql:isolation / isolation/isolation                                      ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out /tmp/cirrus-ci-build/sr...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-10-18 01:21:57.67940015...
+++ /tmp/cirrus-ci-build/src/test/isolation/output_iso/results/vacuum-extending-in-repetable-read.out	2024-10-18 01:27:4...
@@ -22,7 +22,8 @@
   100
 (1 row)
 
-step s2_update: UPDATE test_vacuum_stat_isolation SET ival = ival + 2 where id > 900;
+step s2_update: UPDATE test_vacuum_stat_isolation SET ival = ival  2 where id > 900;
+ERROR:  syntax error at or near "2"
 step s2_insert_interrupt: INSERT INTO test_vacuum_stat_isolation values (1,1);
 step s2_vacuum: VACUUM test_vacuum_stat_isolation;
 step s2_print_vacuum_stats_table: 
@@ -33,7 +34,7 @@
 
 relname                   |tuples_deleted|dead_tuples|tuples_frozen
 --------------------------+--------------+-----------+-------------
-test_vacuum_stat_isolation|             0|        100|            0
+test_vacuum_stat_isolation|             0|          0|            0
 (1 row)
...
Linux - Debian Bookworm - Meson
core
[01:31:02.571] #0  <unavailable> in ?? ()
core
[01:31:02.571] #0  0x00007f122d99ad24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[01:31:02.571] #1  0x00007f122d947239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[01:31:02.571] #2  0x00007f122d947497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[01:31:02.571] #3  0x0000561675e675f3 in ?? ()
[01:31:02.571] #4  0x0000561675e61369 in ?? ()
[01:31:02.571] #5  0x0000561675e6020f in ?? ()
[01:31:02.571] #6  0x0000561675e60c3b in ?? ()
[01:31:02.571] #7  0x0000561675e5e66f in ?? ()
[01:31:02.571] #8  0x00007f122d93224a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[01:31:02.571] #9  0x00007f122d932305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[01:31:02.462] #0  0x00007f122d99ad24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[01:31:02.462] #1  0x00007f122d947239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[01:31:02.462] #2  0x00007f122d947497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[01:31:02.462] #3  0x0000561675e675c1 in ?? ()
[01:31:02.462] #4  0x0000561675e61369 in ?? ()
[01:31:02.462] #5  0x0000561675e6020f in ?? ()
[01:31:02.462] #6  0x0000561675e60c3b in ?? ()
[01:31:02.462] #7  0x0000561675e5e66f in ?? ()
[01:31:02.462] #8  0x00007f122d93224a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[01:31:02.462] #9  0x00007f122d932305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out /tmp/cirrus-ci-build/bu...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-10-18 01:21:57.22704892...
+++ /tmp/cirrus-ci-build/build/testrun/isolation/isolation/results/vacuum-extending-in-repetable-read.out	2024-10-18 01:...
@@ -22,7 +22,8 @@
   100
 (1 row)
 
-step s2_update: UPDATE test_vacuum_stat_isolation SET ival = ival + 2 where id > 900;
+step s2_update: UPDATE test_vacuum_stat_isolation SET ival = ival  2 where id > 900;
+ERROR:  syntax error at or near "2"
 step s2_insert_interrupt: INSERT INTO test_vacuum_stat_isolation values (1,1);
 step s2_vacuum: VACUUM test_vacuum_stat_isolation;
 step s2_print_vacuum_stats_table: 
@@ -33,7 +34,7 @@
 
 relname                   |tuples_deleted|dead_tuples|tuples_frozen
 --------------------------+--------------+-----------+-------------
-test_vacuum_stat_isolation|             0|        100|            0
+test_vacuum_stat_isolation|             0|          0|            0
 (1 row)
...
test
[01:30:03.595]  40/311 postgresql:isolation / isolation/isolation                                      ERROR            ...
macOS - Sonoma - Meson
test
[01:29:46.824]  41/311 postgresql:isolation / isolation/isolation                                      ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/isolation/expected/vacuum-extending-in-repetable-read.out C:/cirrus/buil...
--- C:/cirrus/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-10-18 01:22:13.239298400 +0000
+++ C:/cirrus/build/testrun/isolation/isolation/results/vacuum-extending-in-repetable-read.out	2024-10-18 01:26:54.35647...
@@ -22,7 +22,8 @@
   100
 (1 row)
 
-step s2_update: UPDATE test_vacuum_stat_isolation SET ival = ival + 2 where id > 900;
+step s2_update: UPDATE test_vacuum_stat_isolation SET ival = ival  2 where id > 900;
+ERROR:  syntax error at or near "2"
 step s2_insert_interrupt: INSERT INTO test_vacuum_stat_isolation values (1,1);
 step s2_vacuum: VACUUM test_vacuum_stat_isolation;
 step s2_print_vacuum_stats_table: 
@@ -33,7 +34,7 @@
 
 relname                   |tuples_deleted|dead_tuples|tuples_frozen
 --------------------------+--------------+-----------+-------------
-test_vacuum_stat_isolation|             0|        100|            0
+test_vacuum_stat_isolation|             0|          0|            0
 (1 row)
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/vacuum_tables_and_db_statistics.out C:/cirrus/build/tes...
--- C:/cirrus/src/test/regress/expected/vacuum_tables_and_db_statistics.out	2024-10-18 01:22:13.958479500 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/vacuum_tables_and_db_statistics.out	2024-10-18 01:26:...
@@ -223,7 +223,7 @@
 WHERE dbname = current_database();
              dbname             | db_blks_hit | total_blks_dirtied | total_blks_written | wal_records | wal_fpi | wal_b...
 --------------------------------+-------------+--------------------+--------------------+-------------+---------+------...
- regression_statistic_vacuum_db | t           | t                  | t                  | t           | t       | t    ...
+ regression_statistic_vacuum_db | t           | t                  | t                  | t           | t       | t    ...
 (1 row)
 
 DROP TABLE vestat CASCADE;
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/vacuum_tables_and_db_statistics.out C:/cirrus/build/tes...
--- C:/cirrus/src/test/regress/expected/vacuum_tables_and_db_statistics.out	2024-10-18 01:22:13.958479500 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/vacuum_tables_and_db_statistics.out	2024-10-18 01:26:50.320348600 +0...
@@ -223,7 +223,7 @@
 WHERE dbname = current_database();
              dbname             | db_blks_hit | total_blks_dirtied | total_blks_written | wal_records | wal_fpi | wal_b...
 --------------------------------+-------------+--------------------+--------------------+-------------+---------+------...
- regression_statistic_vacuum_db | t           | t                  | t                  | t           | t       | t    ...
+ regression_statistic_vacuum_db | t           | t                  | t                  | t           | t       | t    ...
 (1 row)
 
 DROP TABLE vestat CASCADE;
@@ -255,7 +255,7 @@
 WHERE dbname = 'regression_statistic_vacuum_db';
              dbname             | db_blks_hit | total_blks_dirtied | total_blks_written | wal_records | wal_fpi | wal_b...
 --------------------------------+-------------+--------------------+--------------------+-------------+---------+------...
- regression_statistic_vacuum_db | t           | t                  | t                  | t           | t       | t    ...
+ regression_statistic_vacuum_db | t           | t                  | t                  | t           | t       | t    ...
 (1 row)
 
...
tap
[01:26:55.044](139.199s) not ok 5 - regression tests pass
test
[01:36:37.091]  24/306 postgresql:regress / regress/regress                                            ERROR           1...
[01:36:37.091]  32/306 postgresql:isolation / isolation/isolation                                      ERROR           1...
[01:36:37.091]  42/306 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           2...
51/4997 Return pg_control from pg_backup_stop().
Linux - Debian Bookworm - Meson
core
[22:00:21.863] #0  0x00007ff4950a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:00:21.863] #1  0x00007ff49505afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:00:21.863] #2  0x00007ff495045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:00:21.863] #3  0x00007ff49521e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[22:00:21.863] #4  0x00007ff49522aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[22:00:21.863] #5  0x00007ff49520d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x56002e087f20,...
[22:00:21.863] #6  0x000056002d1b91cb in backup_control_file (controlFile=controlFile@entry=0x56006137826c "\236\316Y\21...
[22:00:21.863] #7  0x000056002d1bdf07 in pg_backup_stop (fcinfo=<optimized out>) at ../src/backend/access/transam/xlogfu...
[22:00:21.863] #8  0x000056002d3ba72a in ExecMakeTableFunctionResult (setexpr=0x560061387358, econtext=0x560061387228, a...
[22:00:21.863] #9  0x000056002d3e873c in FunctionNext (node=0x560061387018) at ../src/backend/executor/nodeFunctionscan....
core
[22:00:21.136] #0  0x00007f7cb30a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:00:21.136] #1  0x00007f7cb305afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:00:21.136] #2  0x00007f7cb3045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:00:21.136] #3  0x00007f7cb321e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[22:00:21.136] #4  0x00007f7cb322aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[22:00:21.136] #5  0x00007f7cb320d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55facaae7f20,...
[22:00:21.136] #6  0x000055fac9c191cb in backup_control_file (controlFile=controlFile@entry=0x55fb0666518c "\236\316Y\21...
[22:00:21.136] #7  0x000055fac9c1df07 in pg_backup_stop (fcinfo=<optimized out>) at ../src/backend/access/transam/xlogfu...
[22:00:21.136] #8  0x000055fac9df3296 in ExecInterpExpr (state=0x55fb0665c8a0, econtext=0x55fb0665c648, isnull=0x7ffe735...
[22:00:21.136] #9  0x000055fac9de7b64 in ExecInterpExprStillValid (state=0x55fb0665c8a0, econtext=0x55fb0665c648, isNull...
tap
[21:56:22.503](1.437s) not ok 18 - psql fails correctly
[21:56:22.504](0.000s) not ok 19 - pg_backup_start fails gracefully
test
[21:59:14.313]  25/311 postgresql:recovery / recovery/020_archive_status                               ERROR            ...
[21:59:14.313]  45/311 postgresql:recovery / recovery/042_low_level_backup                             ERROR            ...
51/4966 Parallel CREATE INDEX for GIN indexes
CompilerWarnings
compiler
[21:48:46.133] gininsert.c:2402:37: error: format ‘%ld’ expects argument of type ‘long int’, but argument 3 has type ‘lo...
compiler
[21:48:46.133] gininsert.c:2421:35: error: format ‘%ld’ expects argument of type ‘long int’, but argument 2 has type ‘in...
51/4929 apply_scanjoin_target_to_paths and partitionwise join
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-17 20:50:30.153664000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_join.out	2024-10-17 20:51:59.851...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/recovery/0...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-17 20:50:30.153664000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/partition_join.out	2024-10-17 20:52:41.0...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/regress/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-17 20:50:30.153664000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/partition_join.out	2024-10-17 20:51:59.845437000 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[20:52:03.594](55.756s) not ok 5 - regression tests pass
tap
[20:52:46.444](64.949s) not ok 2 - regression tests pass
test
[20:54:31.720]  40/311 postgresql:regress / regress/regress                                            ERROR            ...
[20:54:31.720]  79/311 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[20:54:31.720] 152/311 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_c...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-17 20:50:26.652568129 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/partition_join.out	2024-10-17 20:55:38.071944375 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/src/test/recovery/tmp_ch...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-17 20:50:26.652568129 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/partition_join.out	2024-10-17 20:56:49.055879112 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/src/test/regress/results...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-17 20:50:26.652568129 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/partition_join.out	2024-10-17 20:53:22.556169461 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[20:55:42.002](104.618s) not ok 5 - regression tests pass
tap
[20:56:51.724](57.959s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-17 20:50:28.150824673 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_join.out	2024-10-17 20:53:00.009...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/recovery/0...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-17 20:50:28.150824673 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/partition_join.out	2024-10-17 20:53:32.7...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/regress/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-17 20:50:28.150824673 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/partition_join.out	2024-10-17 20:52:54.045415977 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[20:53:02.701](74.080s) not ok 5 - regression tests pass
tap
[20:53:36.108](73.297s) not ok 2 - regression tests pass
test
[20:55:17.934]  43/311 postgresql:regress / regress/regress                                            ERROR            ...
[20:55:17.934] 128/311 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[20:55:17.934] 152/311 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/partition_join.out /Users/admin/pgsql/build/testrun/pg_upgrade/002...
--- /Users/admin/pgsql/src/test/regress/expected/partition_join.out	2024-10-17 20:50:31
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_join.out	2024-10-17 20:52:36
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/partition_join.out /Users/admin/pgsql/build/testrun/recovery/027_s...
--- /Users/admin/pgsql/src/test/regress/expected/partition_join.out	2024-10-17 20:50:31
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/partition_join.out	2024-10-17 20:53:50
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/partition_join.out /Users/admin/pgsql/build/testrun/regress/regres...
--- /Users/admin/pgsql/src/test/regress/expected/partition_join.out	2024-10-17 20:50:31
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/partition_join.out	2024-10-17 20:52:36
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[20:52:40.177](54.647s) not ok 5 - regression tests pass
tap
[20:53:53.623](70.982s) not ok 2 - regression tests pass
test
[20:56:45.457]  27/311 postgresql:regress / regress/regress                                            ERROR            ...
[20:56:45.457]  47/311 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[20:56:45.457] 144/311 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/partition_join.out C:/cirrus/build/testrun/pg_upgrade/0...
--- C:/cirrus/src/test/regress/expected/partition_join.out	2024-10-17 20:50:37.167262400 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_join.out	2024-10-17 20:54:10.845827200 +000...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/partition_join.out C:/cirrus/build/testrun/recovery/027...
--- C:/cirrus/src/test/regress/expected/partition_join.out	2024-10-17 20:50:37.167262400 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/partition_join.out	2024-10-17 20:56:16.731123100 +0...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/partition_join.out C:/cirrus/build/testrun/regress/regr...
--- C:/cirrus/src/test/regress/expected/partition_join.out	2024-10-17 20:50:37.167262400 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/partition_join.out	2024-10-17 20:54:06.026971700 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[20:54:18.457](104.083s) not ok 5 - regression tests pass
tap
[20:56:26.564](109.147s) not ok 2 - regression tests pass
test
[21:02:39.339]  20/306 postgresql:regress / regress/regress                                            ERROR           1...
[21:02:39.339]  37/306 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[21:02:39.339]  89/306 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5151 DirtyScanshot index scan skips concurrently updated tuples
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/dirty_index_scan.out /tmp/cirrus-ci-build/build...
--- /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/dirty_index_scan.out	2024-10-17 20:29:56.677988000 +...
+++ /tmp/cirrus-ci-build/build/testrun/injection_points/isolation/results/dirty_index_scan.out	2024-10-17 20:39:29.72339...
@@ -36,4 +36,6 @@
                        
 (1 row)
 
+isolationtester: canceling step s1_s1 after 360 seconds
 step s1_s1: <... completed>
+ERROR:  canceling statement due to user request
test
[20:39:29.924] 311/311 postgresql:injection_points / injection_points/isolation                        ERROR           3...
51/4888 Run deferred triggers in the correct security context
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_p...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-10-17 20:18:18.209188000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/triggers.out	2024-10-17 20:19:09.999953000...
@@ -3731,7 +3731,9 @@
 -- test who runs deferred trigger functions
 -- setup
 create role groot;
+WARNING:  roles created by regression test cases should have names starting with "regress_"
 create role outis;
+WARNING:  roles created by regression test cases should have names starting with "regress_"
 create function whoami() returns trigger language plpgsql
 as $$
 begin
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/build/testrun/recovery/027_str...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-10-17 20:18:18.209188000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/triggers.out	2024-10-17 20:19:48.3581960...
@@ -3731,7 +3731,9 @@
 -- test who runs deferred trigger functions
 -- setup
 create role groot;
+WARNING:  roles created by regression test cases should have names starting with "regress_"
 create role outis;
+WARNING:  roles created by regression test cases should have names starting with "regress_"
 create function whoami() returns trigger language plpgsql
 as $$
 begin
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/build/testrun/regress/regress/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-10-17 20:18:18.209188000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/triggers.out	2024-10-17 20:19:09.774946000 +0000
@@ -3731,7 +3731,9 @@
 -- test who runs deferred trigger functions
 -- setup
 create role groot;
+WARNING:  roles created by regression test cases should have names starting with "regress_"
 create role outis;
+WARNING:  roles created by regression test cases should have names starting with "regress_"
 create function whoami() returns trigger language plpgsql
 as $$
 begin
tap
[20:19:47.907](51.318s) not ok 5 - regression tests pass
tap
[20:20:32.429](62.134s) not ok 2 - regression tests pass
test
[20:22:21.442]  13/311 postgresql:regress / regress/regress                                            ERROR            ...
[20:22:21.442]  58/311 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[20:22:21.442] 151/311 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
51/5284 database-specific role memberships
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/privs_in_db.out /tmp/cirrus-ci-build/build/testrun/regress-runni...
--- /tmp/cirrus-ci-build/src/test/regress/expected/privs_in_db.out	2024-10-17 19:09:04.140690000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress-running/regress/results/privs_in_db.out	2024-10-17 19:14:49.065890000 +00...
@@ -756,9 +756,10 @@
 DROP DATABASE regression_db_0;
 DROP ROLE regress_role_admin;
 SELECT datname FROM pg_database WHERE datname LIKE 'regression_db_%';
- datname 
----------
-(0 rows)
+      datname      
+-------------------
+ regression_dblink
+(1 row)
 
 SELECT rolname FROM pg_roles WHERE rolname LIKE 'regress_role_%';
  rolname 
test
[19:15:09.827] 74/75 postgresql:regress-running / regress-running/regress                         ERROR            25.28...
51/5131 add log_transaction GUC setting
FreeBSD - 13 - Meson
core
[18:00:46.117] #0  0x00004025a385c14a in ?? () from /libexec/ld-elf.so.1
[18:00:46.117] #1  0x00004025a384d3de in ?? () from /libexec/ld-elf.so.1
[18:00:46.117] #2  0x00003fc672cae10d in ?? ()
[18:00:46.117] #3  0x8080808000000001 in ?? ()
[18:00:46.117] #4  0x00004025a384d25e in ?? () from /libexec/ld-elf.so.1
[18:00:46.117] #5  0x00003fc672cb1c08 in ?? ()
[18:00:46.117] #6  0x00003fc6728cb1d8 in ?? ()
[18:00:46.117] #7  0x00003fc6728cb2b0 in ?? ()
[18:00:46.117] #8  0x0000000000000480 in ?? ()
[18:00:46.117] #9  0x00003fc6728cbad5 in ?? ()
tap
[17:59:20.997](1.724s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[17:59:32.367] 292/311 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
Linux - Debian Bookworm - Autoconf
tap
[18:00:00.555](0.777s) not ok 1 - no parameters missing from postgresql.conf.sample
Linux - Debian Bookworm - Meson
tap
[18:01:14.606](0.457s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[18:01:25.180] 290/311 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
macOS - Sonoma - Meson
tap
[17:59:49.474](1.175s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[18:00:04.224] 292/311 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[18:08:25.706](2.159s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[18:08:58.989] 286/306 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
51/3478 AcquireExecutorLocks() and run-time pruning
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/delay_execution/expected/cached-plan-inval.out /tmp/cirrus-ci-build/build...
--- /tmp/cirrus-ci-build/src/test/modules/delay_execution/expected/cached-plan-inval.out	2024-10-17 16:49:57.995874000 +...
+++ /tmp/cirrus-ci-build/build/testrun/delay_execution/isolation/results/cached-plan-inval.out	2024-10-17 16:53:01.15940...
@@ -184,14 +184,12 @@
   One-Time Filter: (InitPlan 1).col1                           
   InitPlan 1                                                   
     ->  LockRows                                               
-          Disabled Nodes: 2                                    
           ->  Append                                           
-                Disabled Nodes: 2                              
                 Subplans Removed: 2                            
                 ->  Index Scan using foo12_1_a on foo12_1 foo_1
                       Index Cond: (a = $1)                     
   ->  Function Scan on generate_series                         
-(11 rows)
+(9 rows)
 
 step s2lock: SELECT pg_advisory_lock(12345);
 pg_advisory_lock
@@ -218,13 +216,11 @@
...
test
[16:54:56.885] 104/311 postgresql:delay_execution / delay_execution/isolation                          ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/delay_execution/expected/cached-plan-inval.out /tmp/cirrus-ci-build/src/t...
--- /tmp/cirrus-ci-build/src/test/modules/delay_execution/expected/cached-plan-inval.out	2024-10-17 16:49:54.086111496 +...
+++ /tmp/cirrus-ci-build/src/test/modules/delay_execution/output_iso/results/cached-plan-inval.out	2024-10-17 16:53:42.2...
@@ -184,14 +184,12 @@
   One-Time Filter: (InitPlan 1).col1                           
   InitPlan 1                                                   
     ->  LockRows                                               
-          Disabled Nodes: 2                                    
           ->  Append                                           
-                Disabled Nodes: 2                              
                 Subplans Removed: 2                            
                 ->  Index Scan using foo12_1_a on foo12_1 foo_1
                       Index Cond: (a = $1)                     
   ->  Function Scan on generate_series                         
-(11 rows)
+(9 rows)
 
 step s2lock: SELECT pg_advisory_lock(12345);
 pg_advisory_lock
@@ -218,13 +216,11 @@
...
Linux - Debian Bookworm - Meson
core
[16:58:17.329] #0  <unavailable> in ?? ()
core
[16:58:17.329] #0  0x00007f4acccaed24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[16:58:17.329] #1  0x00007f4accc5b239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[16:58:17.329] #2  0x00007f4accd16184 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[16:58:17.329] #3  0x00007f4accd287dc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/delay_execution/expected/cached-plan-inval.out /tmp/cirrus-ci-build/build...
--- /tmp/cirrus-ci-build/src/test/modules/delay_execution/expected/cached-plan-inval.out	2024-10-17 16:49:52.702355499 +...
+++ /tmp/cirrus-ci-build/build/testrun/delay_execution/isolation/results/cached-plan-inval.out	2024-10-17 16:55:31.26361...
@@ -184,14 +184,12 @@
   One-Time Filter: (InitPlan 1).col1                           
   InitPlan 1                                                   
     ->  LockRows                                               
-          Disabled Nodes: 2                                    
           ->  Append                                           
-                Disabled Nodes: 2                              
                 Subplans Removed: 2                            
                 ->  Index Scan using foo12_1_a on foo12_1 foo_1
                       Index Cond: (a = $1)                     
   ->  Function Scan on generate_series                         
-(11 rows)
+(9 rows)
 
 step s2lock: SELECT pg_advisory_lock(12345);
 pg_advisory_lock
@@ -218,13 +216,11 @@
...
test
[16:57:19.042] 104/311 postgresql:delay_execution / delay_execution/isolation                          ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/modules/delay_execution/expected/cached-plan-inval.out /Users/admin/pgsql/build/tes...
--- /Users/admin/pgsql/src/test/modules/delay_execution/expected/cached-plan-inval.out	2024-10-17 16:49:50
+++ /Users/admin/pgsql/build/testrun/delay_execution/isolation/results/cached-plan-inval.out	2024-10-17 16:54:15
@@ -184,14 +184,12 @@
   One-Time Filter: (InitPlan 1).col1                           
   InitPlan 1                                                   
     ->  LockRows                                               
-          Disabled Nodes: 2                                    
           ->  Append                                           
-                Disabled Nodes: 2                              
                 Subplans Removed: 2                            
                 ->  Index Scan using foo12_1_a on foo12_1 foo_1
                       Index Cond: (a = $1)                     
   ->  Function Scan on generate_series                         
-(11 rows)
+(9 rows)
 
 step s2lock: SELECT pg_advisory_lock(12345);
 pg_advisory_lock
@@ -218,13 +216,11 @@
...
test
[16:57:24.676] 106/311 postgresql:delay_execution / delay_execution/isolation                          ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/modules/delay_execution/expected/cached-plan-inval.out C:/cirrus/build/t...
--- C:/cirrus/src/test/modules/delay_execution/expected/cached-plan-inval.out	2024-10-17 16:50:04.381628000 +0000
+++ C:/cirrus/build/testrun/delay_execution/isolation/results/cached-plan-inval.out	2024-10-17 16:56:41.388891100 +0000
@@ -184,14 +184,12 @@
   One-Time Filter: (InitPlan 1).col1                           
   InitPlan 1                                                   
     ->  LockRows                                               
-          Disabled Nodes: 2                                    
           ->  Append                                           
-                Disabled Nodes: 2                              
                 Subplans Removed: 2                            
                 ->  Index Scan using foo12_1_a on foo12_1 foo_1
                       Index Cond: (a = $1)                     
   ->  Function Scan on generate_series                         
-(11 rows)
+(9 rows)
 
 step s2lock: SELECT pg_advisory_lock(12345);
 pg_advisory_lock
@@ -218,13 +216,11 @@
...
test
[17:02:10.162] 103/306 postgresql:delay_execution / delay_execution/isolation                          ERROR            ...
51/5229 Add ExprState hashing for GROUP BY and hashed SubPlans
FreeBSD - 13 - Meson
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 8958
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 10103
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 9461
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 11330
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 11065
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 10590
core
[14:58:03.460] #0  0x000000000075c8ea in ExecInterpExpr (state=0x8392cb500, econtext=0x8392cc160, isnull=0x821514877) at...
[14:58:03.460] #1  0x0000000000763380 in ExecEvalExpr (state=0x8392cb9f0, econtext=0x8392c5cb8, isNull=0x821514877) at ....
[14:58:03.460] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[14:58:03.460] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x8392cb100, slot=slot@entry=0x8392c5cb8, isnew=isnew...
[14:58:03.460] #4  0x000000000077d125 in lookup_hash_entries (aggstate=aggstate@entry=0x839227380) at ../src/backend/exe...
[14:58:03.460] #5  0x000000000077a9c2 in agg_fill_hash_table (aggstate=0x839227380) at ../src/backend/executor/nodeAgg.c...
[14:58:03.460] #6  ExecAgg (pstate=0x839227380) at ../src/backend/executor/nodeAgg.c:2172
[14:58:03.460] #7  0x00000000007657cb in ExecProcNode (node=0x839227380) at ../src/include/executor/executor.h:278
[14:58:03.460] #8  ExecutePlan (estate=0x839227100, planstate=0x839227380, use_parallel_mode=<optimized out>, operation=...
[14:58:03.460] #9  standard_ExecutorRun (queryDesc=0x835d3b500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[14:58:03.168] #0  0x000000000075c8ea in ExecInterpExpr (state=0x83b6f9500, econtext=0x83b6fa160, isnull=0x821347a57) at...
[14:58:03.168] #1  0x0000000000763380 in ExecEvalExpr (state=0x83b6f99f0, econtext=0x83b7061b8, isNull=0x821347a57) at ....
[14:58:03.168] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[14:58:03.168] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83b6f9100, slot=slot@entry=0x83b7061b8, isnew=isnew...
[14:58:03.168] #4  0x000000000077d125 in lookup_hash_entries (aggstate=aggstate@entry=0x83b667380) at ../src/backend/exe...
[14:58:03.168] #5  0x000000000077a9c2 in agg_fill_hash_table (aggstate=0x83b667380) at ../src/backend/executor/nodeAgg.c...
[14:58:03.168] #6  ExecAgg (pstate=0x83b667380) at ../src/backend/executor/nodeAgg.c:2172
[14:58:03.168] #7  0x00000000007657cb in ExecProcNode (node=0x83b667380) at ../src/include/executor/executor.h:278
[14:58:03.168] #8  ExecutePlan (estate=0x83b667100, planstate=0x83b667380, use_parallel_mode=<optimized out>, operation=...
[14:58:03.168] #9  standard_ExecutorRun (queryDesc=0x83715b500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[14:57:50.482] #0  0x000000000075c8ea in ExecInterpExpr (state=0x83af99500, econtext=0x83af9a160, isnull=0x82167ec87) at...
[14:57:50.482] #1  0x0000000000763380 in ExecEvalExpr (state=0x83af999f0, econtext=0x83af945f8, isNull=0x82167ec87) at ....
[14:57:50.482] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[14:57:50.482] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83af99100, slot=slot@entry=0x83af945f8, isnew=isnew...
[14:57:50.482] #4  0x000000000077d125 in lookup_hash_entries (aggstate=aggstate@entry=0x83aef5380) at ../src/backend/exe...
[14:57:50.482] #5  0x000000000077a9c2 in agg_fill_hash_table (aggstate=0x83aef5380) at ../src/backend/executor/nodeAgg.c...
[14:57:50.482] #6  ExecAgg (pstate=0x83aef5380) at ../src/backend/executor/nodeAgg.c:2172
[14:57:50.482] #7  0x00000000007657cb in ExecProcNode (node=0x83aef5380) at ../src/include/executor/executor.h:278
[14:57:50.482] #8  ExecutePlan (estate=0x83aef5100, planstate=0x83aef5380, use_parallel_mode=<optimized out>, operation=...
[14:57:50.482] #9  standard_ExecutorRun (queryDesc=0x83535c500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[14:57:50.773] #0  0x000000000075c8ea in ExecInterpExpr (state=0x844e693a8, econtext=0x844e6c658, isnull=0x821a70ab7) at...
[14:57:50.773] #1  0x0000000000763380 in ExecEvalExpr (state=0x844e69d88, econtext=0x837ec4718, isNull=0x821a70ab7) at ....
[14:57:50.773] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[14:57:50.773] #3  LookupTupleHashEntry (hashtable=0x844e69208, slot=slot@entry=0x837ec4718, isnew=isnew@entry=0x821a70b...
[14:57:50.773] #4  0x000000000079ef84 in setop_fill_hash_table (setopstate=0x844d43340) at ../src/backend/executor/nodeS...
[14:57:50.773] #5  ExecSetOp (pstate=0x844d43340) at ../src/backend/executor/nodeSetOp.c:216
[14:57:50.773] #6  0x00000000007657cb in ExecProcNode (node=0x844d43340) at ../src/include/executor/executor.h:278
[14:57:50.773] #7  ExecutePlan (estate=0x844d43100, planstate=0x844d43340, use_parallel_mode=<optimized out>, operation=...
[14:57:50.773] #8  standard_ExecutorRun (queryDesc=0x837cfc900, direction=ForwardScanDirection, count=0, execute_once=<o...
[14:57:50.773] #9  0x000000000093c0a9 in PortalRunSelect (portal=portal@entry=0x837dc3100, forward=<optimized out>, coun...
core
[14:57:51.087] #0  0x000000000075c8ea in ExecInterpExpr (state=0x836302490, econtext=0x836303000, isnull=0x8218f2d67) at...
[14:57:51.087] #1  0x0000000000763380 in ExecEvalExpr (state=0x836302980, econtext=0x843180c98, isNull=0x8218f2d67) at ....
[14:57:51.087] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[14:57:51.087] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x836302100, slot=slot@entry=0x843180c98, isnew=isnew...
[14:57:51.087] #4  0x000000000077d125 in lookup_hash_entries (aggstate=aggstate@entry=0x836447550) at ../src/backend/exe...
[14:57:51.087] #5  0x000000000077adba in agg_retrieve_direct (aggstate=0x836447550) at ../src/backend/executor/nodeAgg.c...
[14:57:51.087] #6  ExecAgg (pstate=0x836447550) at ../src/backend/executor/nodeAgg.c:2179
[14:57:51.087] #7  0x000000000079f8b7 in ExecProcNode (node=0x836447550) at ../src/include/executor/executor.h:278
[14:57:51.087] #8  ExecSort (pstate=0x836447340) at ../src/backend/executor/nodeSort.c:149
[14:57:51.087] #9  0x00000000007657cb in ExecProcNode (node=0x836447340) at ../src/include/executor/executor.h:278
core
[14:57:51.397] #0  0x000000000075c8ea in ExecInterpExpr (state=0x834d2df20, econtext=0x836b71758, isnull=0x820ef9617) at...
[14:57:51.397] #1  0x0000000000763380 in ExecEvalExpr (state=0x836b710d8, econtext=0x834e298e0, isNull=0x820ef9617) at ....
[14:57:51.397] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[14:57:51.397] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x834d2c100, slot=slot@entry=0x834e298e0, isnew=isnew...
[14:57:51.397] #4  0x000000000077d125 in lookup_hash_entries (aggstate=aggstate@entry=0x834e28348) at ../src/backend/exe...
[14:57:51.397] #5  0x000000000077a9c2 in agg_fill_hash_table (aggstate=0x834e28348) at ../src/backend/executor/nodeAgg.c...
[14:57:51.397] #6  ExecAgg (pstate=0x834e28348) at ../src/backend/executor/nodeAgg.c:2172
[14:57:51.397] #7  0x00000000007657cb in ExecProcNode (node=0x834e28348) at ../src/include/executor/executor.h:278
[14:57:51.397] #8  ExecutePlan (estate=0x834e28100, planstate=0x834e28348, use_parallel_mode=<optimized out>, operation=...
[14:57:51.397] #9  standard_ExecutorRun (queryDesc=0x834e1e900, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[14:57:51.738] #0  0x000000000075c8ea in ExecInterpExpr (state=0x83ea68f20, econtext=0x83eb36a18, isnull=0x8218aac27) at...
[14:57:51.738] #1  0x0000000000763380 in ExecEvalExpr (state=0x83eb36398, econtext=0x83ea910c0, isNull=0x8218aac27) at ....
[14:57:51.738] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[14:57:51.738] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83ea67100, slot=slot@entry=0x83ea910c0, isnew=isnew...
[14:57:51.738] #4  0x000000000077d125 in lookup_hash_entries (aggstate=aggstate@entry=0x833a80558) at ../src/backend/exe...
[14:57:51.738] #5  0x000000000077a9c2 in agg_fill_hash_table (aggstate=0x833a80558) at ../src/backend/executor/nodeAgg.c...
[14:57:51.738] #6  ExecAgg (pstate=0x833a80558) at ../src/backend/executor/nodeAgg.c:2172
[14:57:51.738] #7  0x000000000079f8b7 in ExecProcNode (node=0x833a80558) at ../src/include/executor/executor.h:278
[14:57:51.738] #8  ExecSort (pstate=0x833a80348) at ../src/backend/executor/nodeSort.c:149
[14:57:51.738] #9  0x00000000007657cb in ExecProcNode (node=0x833a80348) at ../src/include/executor/executor.h:278
core
[14:58:02.893] #0  0x000000000075c8ea in ExecInterpExpr (state=0x83c2be500, econtext=0x83c2bf160, isnull=0x8217a0dd7) at...
[14:58:02.893] #1  0x0000000000763380 in ExecEvalExpr (state=0x83c2be9f0, econtext=0x83c2b92f8, isNull=0x8217a0dd7) at ....
[14:58:02.893] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[14:58:02.893] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83c2be100, slot=slot@entry=0x83c2b92f8, isnew=isnew...
[14:58:02.893] #4  0x000000000077d125 in lookup_hash_entries (aggstate=aggstate@entry=0x83c1f8380) at ../src/backend/exe...
[14:58:02.893] #5  0x000000000077a9c2 in agg_fill_hash_table (aggstate=0x83c1f8380) at ../src/backend/executor/nodeAgg.c...
[14:58:02.893] #6  ExecAgg (pstate=0x83c1f8380) at ../src/backend/executor/nodeAgg.c:2172
[14:58:02.893] #7  0x00000000007657cb in ExecProcNode (node=0x83c1f8380) at ../src/include/executor/executor.h:278
[14:58:02.893] #8  ExecutePlan (estate=0x83c1f8100, planstate=0x83c1f8380, use_parallel_mode=<optimized out>, operation=...
[14:58:02.893] #9  standard_ExecutorRun (queryDesc=0x83659e500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[14:58:02.604] #0  0x000000000075c8ea in ExecInterpExpr (state=0x83e133500, econtext=0x83e134160, isnull=0x821a240e7) at...
[14:58:02.604] #1  0x0000000000763380 in ExecEvalExpr (state=0x83e1339f0, econtext=0x83e12e5b8, isNull=0x821a240e7) at ....
[14:58:02.604] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[14:58:02.604] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83e133100, slot=slot@entry=0x83e12e5b8, isnew=isnew...
[14:58:02.604] #4  0x000000000077d125 in lookup_hash_entries (aggstate=aggstate@entry=0x83e08a380) at ../src/backend/exe...
[14:58:02.604] #5  0x000000000077a9c2 in agg_fill_hash_table (aggstate=0x83e08a380) at ../src/backend/executor/nodeAgg.c...
[14:58:02.604] #6  ExecAgg (pstate=0x83e08a380) at ../src/backend/executor/nodeAgg.c:2172
[14:58:02.604] #7  0x00000000007657cb in ExecProcNode (node=0x83e08a380) at ../src/include/executor/executor.h:278
[14:58:02.604] #8  ExecutePlan (estate=0x83e08a100, planstate=0x83e08a380, use_parallel_mode=<optimized out>, operation=...
[14:58:02.604] #9  standard_ExecutorRun (queryDesc=0x838d71500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[14:58:02.319] #0  0x000000000075c8ea in ExecInterpExpr (state=0x83849e500, econtext=0x83849f160, isnull=0x821520317) at...
[14:58:02.319] #1  0x0000000000763380 in ExecEvalExpr (state=0x83849e9f0, econtext=0x8384996f8, isNull=0x821520317) at ....
[14:58:02.319] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[14:58:02.319] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83849e100, slot=slot@entry=0x8384996f8, isnew=isnew...
[14:58:02.319] #4  0x000000000077d125 in lookup_hash_entries (aggstate=aggstate@entry=0x8383fa380) at ../src/backend/exe...
[14:58:02.319] #5  0x000000000077a9c2 in agg_fill_hash_table (aggstate=0x8383fa380) at ../src/backend/executor/nodeAgg.c...
[14:58:02.319] #6  ExecAgg (pstate=0x8383fa380) at ../src/backend/executor/nodeAgg.c:2172
[14:58:02.319] #7  0x00000000007657cb in ExecProcNode (node=0x8383fa380) at ../src/include/executor/executor.h:278
[14:58:02.319] #8  ExecutePlan (estate=0x8383fa100, planstate=0x8383fa380, use_parallel_mode=<optimized out>, operation=...
[14:58:02.319] #9  standard_ExecutorRun (queryDesc=0x834af3500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[14:58:02.019] #0  0x000000000075c8ea in ExecInterpExpr (state=0x83a3bb500, econtext=0x83a3bc160, isnull=0x8219bf397) at...
[14:58:02.019] #1  0x0000000000763380 in ExecEvalExpr (state=0x83a3bb9f0, econtext=0x83a3b6278, isNull=0x8219bf397) at ....
[14:58:02.019] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[14:58:02.019] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83a3bb100, slot=slot@entry=0x83a3b6278, isnew=isnew...
[14:58:02.019] #4  0x000000000077d125 in lookup_hash_entries (aggstate=aggstate@entry=0x83a317380) at ../src/backend/exe...
[14:58:02.019] #5  0x000000000077a9c2 in agg_fill_hash_table (aggstate=0x83a317380) at ../src/backend/executor/nodeAgg.c...
[14:58:02.019] #6  ExecAgg (pstate=0x83a317380) at ../src/backend/executor/nodeAgg.c:2172
[14:58:02.019] #7  0x00000000007657cb in ExecProcNode (node=0x83a317380) at ../src/include/executor/executor.h:278
[14:58:02.019] #8  ExecutePlan (estate=0x83a317100, planstate=0x83a317380, use_parallel_mode=<optimized out>, operation=...
[14:58:02.019] #9  standard_ExecutorRun (queryDesc=0x835aed500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[14:58:01.721] #0  0x000000000075c8ea in ExecInterpExpr (state=0x83a796500, econtext=0x83a797160, isnull=0x8213ab207) at...
[14:58:01.721] #1  0x0000000000763380 in ExecEvalExpr (state=0x83a7969f0, econtext=0x83a7914f8, isNull=0x8213ab207) at ....
[14:58:01.721] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[14:58:01.721] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83a796100, slot=slot@entry=0x83a7914f8, isnew=isnew...
[14:58:01.721] #4  0x000000000077d125 in lookup_hash_entries (aggstate=aggstate@entry=0x83a6f2380) at ../src/backend/exe...
[14:58:01.721] #5  0x000000000077a9c2 in agg_fill_hash_table (aggstate=0x83a6f2380) at ../src/backend/executor/nodeAgg.c...
[14:58:01.721] #6  ExecAgg (pstate=0x83a6f2380) at ../src/backend/executor/nodeAgg.c:2172
[14:58:01.721] #7  0x00000000007657cb in ExecProcNode (node=0x83a6f2380) at ../src/include/executor/executor.h:278
[14:58:01.721] #8  ExecutePlan (estate=0x83a6f2100, planstate=0x83a6f2380, use_parallel_mode=<optimized out>, operation=...
[14:58:01.721] #9  standard_ExecutorRun (queryDesc=0x834b7c500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[14:58:01.432] #0  0x000000000075c8ea in ExecInterpExpr (state=0x83a60e500, econtext=0x83a60f160, isnull=0x82148d027) at...
[14:58:01.432] #1  0x0000000000763380 in ExecEvalExpr (state=0x83a60e9f0, econtext=0x83a6098f8, isNull=0x82148d027) at ....
[14:58:01.432] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[14:58:01.432] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83a60e100, slot=slot@entry=0x83a6098f8, isnew=isnew...
[14:58:01.432] #4  0x000000000077d125 in lookup_hash_entries (aggstate=aggstate@entry=0x83a577380) at ../src/backend/exe...
[14:58:01.432] #5  0x000000000077a9c2 in agg_fill_hash_table (aggstate=0x83a577380) at ../src/backend/executor/nodeAgg.c...
[14:58:01.432] #6  ExecAgg (pstate=0x83a577380) at ../src/backend/executor/nodeAgg.c:2172
[14:58:01.432] #7  0x00000000007657cb in ExecProcNode (node=0x83a577380) at ../src/include/executor/executor.h:278
[14:58:01.432] #8  ExecutePlan (estate=0x83a577100, planstate=0x83a577380, use_parallel_mode=<optimized out>, operation=...
[14:58:01.432] #9  standard_ExecutorRun (queryDesc=0x836fd9500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[14:58:01.133] #0  0x000000000075c8ea in ExecInterpExpr (state=0x83af16500, econtext=0x83af17160, isnull=0x8218fdee7) at...
[14:58:01.133] #1  0x0000000000763380 in ExecEvalExpr (state=0x83af169f0, econtext=0x83af115f8, isNull=0x8218fdee7) at ....
[14:58:01.133] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[14:58:01.133] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83af16100, slot=slot@entry=0x83af115f8, isnew=isnew...
[14:58:01.133] #4  0x000000000077d125 in lookup_hash_entries (aggstate=aggstate@entry=0x83ae72380) at ../src/backend/exe...
[14:58:01.133] #5  0x000000000077a9c2 in agg_fill_hash_table (aggstate=0x83ae72380) at ../src/backend/executor/nodeAgg.c...
[14:58:01.133] #6  ExecAgg (pstate=0x83ae72380) at ../src/backend/executor/nodeAgg.c:2172
[14:58:01.133] #7  0x00000000007657cb in ExecProcNode (node=0x83ae72380) at ../src/include/executor/executor.h:278
[14:58:01.133] #8  ExecutePlan (estate=0x83ae72100, planstate=0x83ae72380, use_parallel_mode=<optimized out>, operation=...
[14:58:01.133] #9  standard_ExecutorRun (queryDesc=0x83731b500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[14:57:52.369] #0  0x000000000075c8ea in ExecInterpExpr (state=0x83996ef20, econtext=0x839977c58, isnull=0x820bc8447) at...
[14:57:52.369] #1  0x0000000000763380 in ExecEvalExpr (state=0x8399775d8, econtext=0x83996fb98, isNull=0x820bc8447) at ....
[14:57:52.369] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[14:57:52.369] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83996d100, slot=slot@entry=0x83996fb98, isnew=isnew...
[14:57:52.369] #4  0x000000000077d125 in lookup_hash_entries (aggstate=aggstate@entry=0x839874350) at ../src/backend/exe...
[14:57:52.369] #5  0x000000000077a9c2 in agg_fill_hash_table (aggstate=0x839874350) at ../src/backend/executor/nodeAgg.c...
[14:57:52.369] #6  ExecAgg (pstate=0x839874350) at ../src/backend/executor/nodeAgg.c:2172
[14:57:52.369] #7  0x00000000007657cb in ExecProcNode (node=0x839874350) at ../src/include/executor/executor.h:278
[14:57:52.369] #8  ExecutePlan (estate=0x839874100, planstate=0x839874350, use_parallel_mode=<optimized out>, operation=...
[14:57:52.369] #9  standard_ExecutorRun (queryDesc=0x83996b9c0, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[14:57:43.738] #0  0x000000000075c8ea in ExecInterpExpr (state=0x83b8c5500, econtext=0x83b8c6160, isnull=0x821119f97) at...
[14:57:43.738] #1  0x0000000000763380 in ExecEvalExpr (state=0x83b8c59f0, econtext=0x83b8c0a78, isNull=0x821119f97) at ....
[14:57:43.738] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[14:57:43.738] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83b8c5100, slot=slot@entry=0x83b8c0a78, isnew=isnew...
[14:57:43.738] #4  0x000000000077d125 in lookup_hash_entries (aggstate=aggstate@entry=0x83b821380) at ../src/backend/exe...
[14:57:43.738] #5  0x000000000077a9c2 in agg_fill_hash_table (aggstate=0x83b821380) at ../src/backend/executor/nodeAgg.c...
[14:57:43.738] #6  ExecAgg (pstate=0x83b821380) at ../src/backend/executor/nodeAgg.c:2172
[14:57:43.738] #7  0x00000000007657cb in ExecProcNode (node=0x83b821380) at ../src/include/executor/executor.h:278
[14:57:43.738] #8  ExecutePlan (estate=0x83b821100, planstate=0x83b821380, use_parallel_mode=<optimized out>, operation=...
[14:57:43.738] #9  standard_ExecutorRun (queryDesc=0x835ea2500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[14:57:44.088] #0  0x000000082ce4c41a in thr_kill () from /lib/libc.so.7
[14:57:44.088] #1  0x000000082cdc5e64 in raise () from /lib/libc.so.7
[14:57:44.088] #2  0x000000082ce766f9 in abort () from /lib/libc.so.7
[14:57:44.088] #3  0x0000000000a925e5 in ExceptionalCondition (conditionName=0x3569da "HaveRegisteredOrActiveSnapshot()"...
[14:57:44.088] #4  0x00000000006971aa in index_drop (indexId=24592, concurrent=false, concurrent_lock_mode=<optimized ou...
[14:57:44.088] #5  0x000000000068e8be in doDeletion (object=object@entry=0x838e925b0, flags=flags@entry=21) at ../src/ba...
[14:57:44.088] #6  0x000000000068cd80 in deleteOneObject (object=0x838e925b0, depRel=0x8213cf0a0, flags=21) at ../src/ba...
[14:57:44.088] #7  deleteObjectsInList (targetObjects=targetObjects@entry=0x838eb9170, depRel=depRel@entry=0x8213cf0a0, ...
[14:57:44.088] #8  0x000000000068ba15 in performDeletion (object=object@entry=0x8213cf190, behavior=behavior@entry=DROP_...
[14:57:44.088] #9  0x0000000000887796 in do_autovacuum () at ../src/backend/postmaster/autovacuum.c:2215
core
[14:57:44.386] #0  0x000000000075c8ea in ExecInterpExpr (state=0x83b5b2500, econtext=0x83b5b3160, isnull=0x820ec0ce7) at...
[14:57:44.386] #1  0x0000000000763380 in ExecEvalExpr (state=0x83b5b29f0, econtext=0x83b5acff8, isNull=0x820ec0ce7) at ....
[14:57:44.386] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[14:57:44.386] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83b5b2100, slot=slot@entry=0x83b5acff8, isnew=isnew...
[14:57:44.386] #4  0x000000000077d125 in lookup_hash_entries (aggstate=aggstate@entry=0x83b4bc380) at ../src/backend/exe...
[14:57:44.386] #5  0x000000000077a9c2 in agg_fill_hash_table (aggstate=0x83b4bc380) at ../src/backend/executor/nodeAgg.c...
[14:57:44.386] #6  ExecAgg (pstate=0x83b4bc380) at ../src/backend/executor/nodeAgg.c:2172
[14:57:44.386] #7  0x00000000007657cb in ExecProcNode (node=0x83b4bc380) at ../src/include/executor/executor.h:278
[14:57:44.386] #8  ExecutePlan (estate=0x83b4bc100, planstate=0x83b4bc380, use_parallel_mode=<optimized out>, operation=...
[14:57:44.386] #9  standard_ExecutorRun (queryDesc=0x834add500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[14:57:44.686] #0  0x000000000075c8ea in ExecInterpExpr (state=0x83b00d510, econtext=0x83b0081c8, isnull=0x8213cee27) at...
[14:57:44.686] #1  0x0000000000763380 in ExecEvalExpr (state=0x83b00da00, econtext=0x838e63a40, isNull=0x8213cee27) at ....
[14:57:44.686] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[14:57:44.686] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83b00c100, slot=slot@entry=0x838e63a40, isnew=isnew...
[14:57:44.686] #4  0x000000000077d125 in lookup_hash_entries (aggstate=aggstate@entry=0x838eca558) at ../src/backend/exe...
[14:57:44.686] #5  0x000000000077a9c2 in agg_fill_hash_table (aggstate=0x838eca558) at ../src/backend/executor/nodeAgg.c...
[14:57:44.686] #6  ExecAgg (pstate=0x838eca558) at ../src/backend/executor/nodeAgg.c:2172
[14:57:44.686] #7  0x000000000079f8b7 in ExecProcNode (node=0x838eca558) at ../src/include/executor/executor.h:278
[14:57:44.686] #8  ExecSort (pstate=0x838eca348) at ../src/backend/executor/nodeSort.c:149
[14:57:44.686] #9  0x00000000007657cb in ExecProcNode (node=0x838eca348) at ../src/include/executor/executor.h:278
core
[14:57:44.982] #0  0x000000000075c8ea in ExecInterpExpr (state=0x83b18f8f8, econtext=0x83b190558, isnull=0x8213cef17) at...
[14:57:44.982] #1  0x0000000000763380 in ExecEvalExpr (state=0x83b18fde8, econtext=0x838e73930, isNull=0x8213cef17) at ....
[14:57:44.982] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[14:57:44.982] #3  LookupTupleHashEntry (hashtable=0x83b18f4a8, slot=slot@entry=0x838e73930, isnew=isnew@entry=0x8213cef...
[14:57:44.982] #4  0x000000000079ef84 in setop_fill_hash_table (setopstate=0x838e72360) at ../src/backend/executor/nodeS...
[14:57:44.982] #5  ExecSetOp (pstate=0x838e72360) at ../src/backend/executor/nodeSetOp.c:216
[14:57:44.982] #6  0x00000000007657cb in ExecProcNode (node=0x838e72360) at ../src/include/executor/executor.h:278
[14:57:44.982] #7  ExecutePlan (estate=0x838e72100, planstate=0x838e72360, use_parallel_mode=<optimized out>, operation=...
[14:57:44.982] #8  standard_ExecutorRun (queryDesc=0x838d1d500, direction=ForwardScanDirection, count=0, execute_once=<o...
[14:57:44.982] #9  0x000000000093c0a9 in PortalRunSelect (portal=portal@entry=0x838de4100, forward=<optimized out>, coun...
core
[14:57:45.296] #0  0x000000082ce4c41a in thr_kill () from /lib/libc.so.7
[14:57:45.296] #1  0x000000082cdc5e64 in raise () from /lib/libc.so.7
[14:57:45.296] #2  0x000000082ce766f9 in abort () from /lib/libc.so.7
[14:57:45.296] #3  0x0000000000a925e5 in ExceptionalCondition (conditionName=0x3569da "HaveRegisteredOrActiveSnapshot()"...
[14:57:45.296] #4  0x00000000006971aa in index_drop (indexId=24592, concurrent=false, concurrent_lock_mode=<optimized ou...
[14:57:45.296] #5  0x000000000068e8be in doDeletion (object=object@entry=0x838e925b0, flags=flags@entry=21) at ../src/ba...
[14:57:45.296] #6  0x000000000068cd80 in deleteOneObject (object=0x838e925b0, depRel=0x8213cf0a0, flags=21) at ../src/ba...
[14:57:45.296] #7  deleteObjectsInList (targetObjects=targetObjects@entry=0x83b2c55d8, depRel=depRel@entry=0x8213cf0a0, ...
[14:57:45.296] #8  0x000000000068ba15 in performDeletion (object=object@entry=0x8213cf190, behavior=behavior@entry=DROP_...
[14:57:45.296] #9  0x0000000000887796 in do_autovacuum () at ../src/backend/postmaster/autovacuum.c:2215
core
[14:57:45.602] #0  0x000000000075c8ea in ExecInterpExpr (state=0x838eecf20, econtext=0x83b8f75d8, isnull=0x8213cee27) at...
[14:57:45.602] #1  0x0000000000763380 in ExecEvalExpr (state=0x83b8f6f58, econtext=0x838eea3c0, isNull=0x8213cee27) at ....
[14:57:45.602] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[14:57:45.602] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x838eeb100, slot=slot@entry=0x838eea3c0, isnew=isnew...
[14:57:45.602] #4  0x000000000077d125 in lookup_hash_entries (aggstate=aggstate@entry=0x838ebf560) at ../src/backend/exe...
[14:57:45.602] #5  0x000000000077a9c2 in agg_fill_hash_table (aggstate=0x838ebf560) at ../src/backend/executor/nodeAgg.c...
[14:57:45.602] #6  ExecAgg (pstate=0x838ebf560) at ../src/backend/executor/nodeAgg.c:2172
[14:57:45.602] #7  0x000000000079f8b7 in ExecProcNode (node=0x838ebf560) at ../src/include/executor/executor.h:278
[14:57:45.602] #8  ExecSort (pstate=0x838ebf350) at ../src/backend/executor/nodeSort.c:149
[14:57:45.602] #9  0x00000000007657cb in ExecProcNode (node=0x838ebf350) at ../src/include/executor/executor.h:278
core
[14:57:45.896] #0  0x000000000075c8ea in ExecInterpExpr (state=0x83b4b7928, econtext=0x83b4b8498, isnull=0x8213ced57) at...
[14:57:45.896] #1  0x0000000000763380 in ExecEvalExpr (state=0x83b4b7e18, econtext=0x83b44fc10, isNull=0x8213ced57) at ....
[14:57:45.896] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[14:57:45.896] #3  LookupTupleHashEntry (hashtable=0x83b4b7738, slot=slot@entry=0x83b44fc10, isnew=isnew@entry=0x8213cee...
[14:57:45.896] #4  0x00000000007a061d in buildSubPlanHash (node=0x83b42bef0, econtext=0x83b42b890) at ../src/backend/exe...
[14:57:45.896] #5  ExecHashSubPlan (node=0x83b42bef0, econtext=0x83b42b890, isNull=0x83b44e44d) at ../src/backend/execut...
[14:57:45.896] #6  ExecSubPlan (node=node@entry=0x83b42bef0, econtext=econtext@entry=0x83b42b890, isNull=0x83b44e44d) at...
[14:57:45.896] #7  0x000000000075cb7a in ExecEvalSubPlan (state=0x83b44e448, econtext=0x83b42b890, op=<optimized out>) a...
[14:57:45.896] #8  ExecInterpExpr (state=0x83b44e448, econtext=0x83b42b890, isnull=0x8213cef77) at ../src/backend/execut...
[14:57:45.896] #9  0x0000000000770000 in ExecEvalExprSwitchContext (state=0x83b44e448, econtext=0x83b42b890, isNull=0x82...
core
[14:57:46.196] #0  0x000000000075c8ea in ExecInterpExpr (state=0x83af80818, econtext=0x83af80e38, isnull=0x8213cf0e7) at...
[14:57:46.196] #1  0x0000000000763380 in ExecEvalExpr (state=0x83af70fb0, econtext=0x83af7b2f0, isNull=0x8213cf0e7) at ....
[14:57:46.196] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[14:57:46.196] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83af6f100, slot=slot@entry=0x83af7b2f0, isnew=isnew...
[14:57:46.196] #4  0x000000000077d125 in lookup_hash_entries (aggstate=aggstate@entry=0x838e95950) at ../src/backend/exe...
[14:57:46.196] #5  0x000000000077a9c2 in agg_fill_hash_table (aggstate=0x838e95950) at ../src/backend/executor/nodeAgg.c...
[14:57:46.196] #6  ExecAgg (pstate=0x838e95950) at ../src/backend/executor/nodeAgg.c:2172
[14:57:46.196] #7  0x00000000007657cb in ExecProcNode (node=0x838e95950) at ../src/include/executor/executor.h:278
[14:57:46.196] #8  ExecutePlan (estate=0x838e95100, planstate=0x838e95950, use_parallel_mode=<optimized out>, operation=...
[14:57:46.196] #9  standard_ExecutorRun (queryDesc=0x838ee28a8, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[14:57:46.511] #0  0x000000082ce4c41a in thr_kill () from /lib/libc.so.7
[14:57:46.511] #1  0x000000082cdc5e64 in raise () from /lib/libc.so.7
[14:57:46.511] #2  0x000000082ce766f9 in abort () from /lib/libc.so.7
[14:57:46.511] #3  0x0000000000a925e5 in ExceptionalCondition (conditionName=0x3569da "HaveRegisteredOrActiveSnapshot()"...
[14:57:46.511] #4  0x00000000006971aa in index_drop (indexId=24592, concurrent=false, concurrent_lock_mode=<optimized ou...
[14:57:46.511] #5  0x000000000068e8be in doDeletion (object=object@entry=0x838e8a520, flags=flags@entry=21) at ../src/ba...
[14:57:46.511] #6  0x000000000068cd80 in deleteOneObject (object=0x838e8a520, depRel=0x8213cf0a0, flags=21) at ../src/ba...
[14:57:46.511] #7  deleteObjectsInList (targetObjects=targetObjects@entry=0x838eb5f08, depRel=depRel@entry=0x8213cf0a0, ...
[14:57:46.511] #8  0x000000000068ba15 in performDeletion (object=object@entry=0x8213cf190, behavior=behavior@entry=DROP_...
[14:57:46.511] #9  0x0000000000887796 in do_autovacuum () at ../src/backend/postmaster/autovacuum.c:2215
core
[14:57:46.812] #0  0x000000000075c8ea in ExecInterpExpr (state=0x838ec9c10, econtext=0x838eca780, isnull=0x8213ce667) at...
[14:57:46.812] #1  0x0000000000763380 in ExecEvalExpr (state=0x838eca100, econtext=0x838ec8848, isNull=0x8213ce667) at ....
[14:57:46.812] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[14:57:46.812] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x838ec9100, slot=slot@entry=0x838ec8848, isnew=isnew...
[14:57:46.812] #4  0x000000000077d125 in lookup_hash_entries (aggstate=aggstate@entry=0x83b471cf0) at ../src/backend/exe...
[14:57:46.812] #5  0x000000000077a9c2 in agg_fill_hash_table (aggstate=0x83b471cf0) at ../src/backend/executor/nodeAgg.c...
[14:57:46.812] #6  ExecAgg (pstate=0x83b471cf0) at ../src/backend/executor/nodeAgg.c:2172
[14:57:46.812] #7  0x000000000079f8b7 in ExecProcNode (node=0x83b471cf0) at ../src/include/executor/executor.h:278
[14:57:46.812] #8  ExecSort (pstate=0x83b471ae0) at ../src/backend/executor/nodeSort.c:149
[14:57:46.812] #9  0x00000000007a8f3a in ExecProcNode (node=0x83b471ae0) at ../src/include/executor/executor.h:278
core
[14:57:47.124] #0  0x000000082ce4c41a in thr_kill () from /lib/libc.so.7
[14:57:47.124] #1  0x000000082cdc5e64 in raise () from /lib/libc.so.7
[14:57:47.124] #2  0x000000082ce766f9 in abort () from /lib/libc.so.7
[14:57:47.124] #3  0x0000000000a925e5 in ExceptionalCondition (conditionName=0x3569da "HaveRegisteredOrActiveSnapshot()"...
[14:57:47.124] #4  0x00000000006971aa in index_drop (indexId=49756, concurrent=false, concurrent_lock_mode=<optimized ou...
[14:57:47.124] #5  0x000000000068e8be in doDeletion (object=object@entry=0x838e925b0, flags=flags@entry=21) at ../src/ba...
[14:57:47.124] #6  0x000000000068cd80 in deleteOneObject (object=0x838e925b0, depRel=0x8213cf0a0, flags=21) at ../src/ba...
[14:57:47.124] #7  deleteObjectsInList (targetObjects=targetObjects@entry=0x838eddf28, depRel=depRel@entry=0x8213cf0a0, ...
[14:57:47.124] #8  0x000000000068ba15 in performDeletion (object=object@entry=0x8213cf190, behavior=behavior@entry=DROP_...
[14:57:47.124] #9  0x0000000000887796 in do_autovacuum () at ../src/backend/postmaster/autovacuum.c:2215
core
[14:57:47.424] #0  0x000000000075c8ea in ExecInterpExpr (state=0x83b4b9ac0, econtext=0x83b4bb020, isnull=0x8213ceeb7) at...
[14:57:47.424] #1  0x0000000000763380 in ExecEvalExpr (state=0x83b4b9fb0, econtext=0x838daf220, isNull=0x8213ceeb7) at ....
[14:57:47.424] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[14:57:47.424] #3  LookupTupleHashEntry (hashtable=0x83b4b9908, slot=slot@entry=0x838daf220, isnew=isnew@entry=0x8213cee...
[14:57:47.424] #4  0x000000000079dbb9 in ExecRecursiveUnion (pstate=0x838dae3d0) at ../src/backend/executor/nodeRecursiv...
[14:57:47.424] #5  0x000000000078221c in ExecProcNode (node=0x838dae3d0) at ../src/include/executor/executor.h:278
[14:57:47.424] #6  CteScanNext (node=0x83b4bb310) at ../src/backend/executor/nodeCtescan.c:103
[14:57:47.424] #7  0x000000000079f8b7 in ExecProcNode (node=0x83b4bb310) at ../src/include/executor/executor.h:278
[14:57:47.424] #8  ExecSort (pstate=0x83b4bb100) at ../src/backend/executor/nodeSort.c:149
[14:57:47.424] #9  0x00000000007657cb in ExecProcNode (node=0x83b4bb100) at ../src/include/executor/executor.h:278
core
[14:57:47.738] #0  0x000000000075c8ea in ExecInterpExpr (state=0x838ecef20, econtext=0x83a9e65d8, isnull=0x8213cecd7) at...
[14:57:47.738] #1  0x0000000000763380 in ExecEvalExpr (state=0x83a9e5f58, econtext=0x83a9d75f0, isNull=0x8213cecd7) at ....
[14:57:47.738] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[14:57:47.738] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x838ecd100, slot=slot@entry=0x83a9d75f0, isnew=isnew...
[14:57:47.738] #4  0x000000000077d125 in lookup_hash_entries (aggstate=aggstate@entry=0x838ec43a0) at ../src/backend/exe...
[14:57:47.738] #5  0x000000000077a9c2 in agg_fill_hash_table (aggstate=0x838ec43a0) at ../src/backend/executor/nodeAgg.c...
[14:57:47.738] #6  ExecAgg (pstate=0x838ec43a0) at ../src/backend/executor/nodeAgg.c:2172
[14:57:47.738] #7  0x0000000000785818 in ExecProcNode (node=0x838ec43a0) at ../src/include/executor/executor.h:278
[14:57:47.738] #8  MultiExecPrivateHash (node=0x838ec4180) at ../src/backend/executor/nodeHash.c:166
[14:57:47.738] #9  MultiExecHash (node=0x838ec4180) at ../src/backend/executor/nodeHash.c:115
core
[14:57:48.034] #0  0x000000000075c8ea in ExecInterpExpr (state=0x83b62b3e0, econtext=0x83b62e020, isnull=0x8213cef17) at...
[14:57:48.034] #1  0x0000000000763380 in ExecEvalExpr (state=0x83b62cd40, econtext=0x838e19db8, isNull=0x8213cef17) at ....
[14:57:48.034] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[14:57:48.034] #3  LookupTupleHashEntry (hashtable=0x83b62b210, slot=slot@entry=0x838e19db8, isnew=isnew@entry=0x8213cef...
[14:57:48.034] #4  0x000000000079ef84 in setop_fill_hash_table (setopstate=0x838dcba68) at ../src/backend/executor/nodeS...
[14:57:48.034] #5  ExecSetOp (pstate=0x838dcba68) at ../src/backend/executor/nodeSetOp.c:216
[14:57:48.034] #6  0x00000000007657cb in ExecProcNode (node=0x838dcba68) at ../src/include/executor/executor.h:278
[14:57:48.034] #7  ExecutePlan (estate=0x838ec7100, planstate=0x838dcba68, use_parallel_mode=<optimized out>, operation=...
[14:57:48.034] #8  standard_ExecutorRun (queryDesc=0x838dbb500, direction=ForwardScanDirection, count=0, execute_once=<o...
[14:57:48.034] #9  0x000000000093c0a9 in PortalRunSelect (portal=portal@entry=0x838de6100, forward=<optimized out>, coun...
core
[14:57:48.340] #0  0x000000000075c8ea in ExecInterpExpr (state=0x83ad9c7a8, econtext=0x83ad9fca8, isnull=0x8213cef17) at...
[14:57:48.340] #1  0x0000000000763380 in ExecEvalExpr (state=0x83ad9f628, econtext=0x83adb2bd8, isNull=0x8213cef17) at ....
[14:57:48.340] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[14:57:48.340] #3  LookupTupleHashEntry (hashtable=0x83ad9c608, slot=slot@entry=0x83adb2bd8, isnew=isnew@entry=0x8213cef...
[14:57:48.340] #4  0x000000000079ef84 in setop_fill_hash_table (setopstate=0x83ad265f0) at ../src/backend/executor/nodeS...
[14:57:48.340] #5  ExecSetOp (pstate=0x83ad265f0) at ../src/backend/executor/nodeSetOp.c:216
[14:57:48.340] #6  0x00000000007657cb in ExecProcNode (node=0x83ad265f0) at ../src/include/executor/executor.h:278
[14:57:48.340] #7  ExecutePlan (estate=0x83ad26100, planstate=0x83ad265f0, use_parallel_mode=<optimized out>, operation=...
[14:57:48.340] #8  standard_ExecutorRun (queryDesc=0x838ebb500, direction=ForwardScanDirection, count=0, execute_once=<o...
[14:57:48.340] #9  0x000000000093c0a9 in PortalRunSelect (portal=portal@entry=0x838de6100, forward=<optimized out>, coun...
core
[14:57:48.659] #0  0x000000082ce4c41a in thr_kill () from /lib/libc.so.7
[14:57:48.659] #1  0x000000082cdc5e64 in raise () from /lib/libc.so.7
[14:57:48.659] #2  0x000000082ce766f9 in abort () from /lib/libc.so.7
[14:57:48.659] #3  0x0000000000a925e5 in ExceptionalCondition (conditionName=0x3569da "HaveRegisteredOrActiveSnapshot()"...
[14:57:48.659] #4  0x00000000006971aa in index_drop (indexId=49756, concurrent=false, concurrent_lock_mode=<optimized ou...
[14:57:48.659] #5  0x000000000068e8be in doDeletion (object=object@entry=0x838e925b0, flags=flags@entry=21) at ../src/ba...
[14:57:48.659] #6  0x000000000068cd80 in deleteOneObject (object=0x838e925b0, depRel=0x8213cf0a0, flags=21) at ../src/ba...
[14:57:48.659] #7  deleteObjectsInList (targetObjects=targetObjects@entry=0x838eb8f48, depRel=depRel@entry=0x8213cf0a0, ...
[14:57:48.659] #8  0x000000000068ba15 in performDeletion (object=object@entry=0x8213cf190, behavior=behavior@entry=DROP_...
[14:57:48.659] #9  0x0000000000887796 in do_autovacuum () at ../src/backend/postmaster/autovacuum.c:2215
core
[14:57:48.971] #0  0x000000000075c8ea in ExecInterpExpr (state=0x83ada9710, econtext=0x83adaa190, isnull=0x8213ced27) at...
[14:57:48.971] #1  0x0000000000763380 in ExecEvalExpr (state=0x83ada9bb0, econtext=0x83ae47af0, isNull=0x8213ced27) at ....
[14:57:48.971] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[14:57:48.971] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83ada9100, slot=slot@entry=0x83ae47af0, isnew=isnew...
[14:57:48.971] #4  0x000000000077d125 in lookup_hash_entries (aggstate=aggstate@entry=0x83ada6418) at ../src/backend/exe...
[14:57:48.971] #5  0x000000000077a9c2 in agg_fill_hash_table (aggstate=0x83ada6418) at ../src/backend/executor/nodeAgg.c...
[14:57:48.971] #6  ExecAgg (pstate=0x83ada6418) at ../src/backend/executor/nodeAgg.c:2172
[14:57:48.971] #7  0x000000000077f2fb in ExecProcNode (node=0x83ada6418) at ../src/include/executor/executor.h:278
[14:57:48.971] #8  ExecAppend (pstate=0x83ada5c48) at ../src/backend/executor/nodeAppend.c:351
[14:57:48.971] #9  0x000000000077cf7d in ExecProcNode (node=0x83ada5c48) at ../src/include/executor/executor.h:278
core
[14:57:49.282] #0  0x000000082ce4c41a in thr_kill () from /lib/libc.so.7
[14:57:49.282] #1  0x000000082cdc5e64 in raise () from /lib/libc.so.7
[14:57:49.282] #2  0x000000082ce766f9 in abort () from /lib/libc.so.7
[14:57:49.282] #3  0x0000000000a925e5 in ExceptionalCondition (conditionName=0x3569da "HaveRegisteredOrActiveSnapshot()"...
[14:57:49.282] #4  0x00000000006971aa in index_drop (indexId=49756, concurrent=false, concurrent_lock_mode=<optimized ou...
[14:57:49.282] #5  0x000000000068e8be in doDeletion (object=object@entry=0x838e925b0, flags=flags@entry=21) at ../src/ba...
[14:57:49.282] #6  0x000000000068cd80 in deleteOneObject (object=0x838e925b0, depRel=0x8213cf0a0, flags=21) at ../src/ba...
[14:57:49.282] #7  deleteObjectsInList (targetObjects=targetObjects@entry=0x838eb99b8, depRel=depRel@entry=0x8213cf0a0, ...
[14:57:49.282] #8  0x000000000068ba15 in performDeletion (object=object@entry=0x8213cf190, behavior=behavior@entry=DROP_...
[14:57:49.282] #9  0x0000000000887796 in do_autovacuum () at ../src/backend/postmaster/autovacuum.c:2215
core
[14:57:49.596] #0  0x000000000075c8ea in ExecInterpExpr (state=0x83d62ff20, econtext=0x83d684058, isnull=0x8219d1bd7) at...
[14:57:49.596] #1  0x0000000000763380 in ExecEvalExpr (state=0x83d6839d8, econtext=0x83d627a38, isNull=0x8219d1bd7) at ....
[14:57:49.596] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[14:57:49.596] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83d62e100, slot=slot@entry=0x83d627a38, isnew=isnew...
[14:57:49.596] #4  0x000000000077d125 in lookup_hash_entries (aggstate=aggstate@entry=0x83d605558) at ../src/backend/exe...
[14:57:49.596] #5  0x000000000077a9c2 in agg_fill_hash_table (aggstate=0x83d605558) at ../src/backend/executor/nodeAgg.c...
[14:57:49.596] #6  ExecAgg (pstate=0x83d605558) at ../src/backend/executor/nodeAgg.c:2172
[14:57:49.596] #7  0x000000000079f8b7 in ExecProcNode (node=0x83d605558) at ../src/include/executor/executor.h:278
[14:57:49.596] #8  ExecSort (pstate=0x83d605348) at ../src/backend/executor/nodeSort.c:149
[14:57:49.596] #9  0x00000000007657cb in ExecProcNode (node=0x83d605348) at ../src/include/executor/executor.h:278
core
[14:57:43.433] #0  0x000000000075c8ea in ExecInterpExpr (state=0x83ae27f20, econtext=0x83adbcfd8, isnull=0x8213cee27) at...
[14:57:43.433] #1  0x0000000000763380 in ExecEvalExpr (state=0x83adbc958, econtext=0x83ada6cc8, isNull=0x8213cee27) at ....
[14:57:43.433] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[14:57:43.433] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83ae26100, slot=slot@entry=0x83ada6cc8, isnew=isnew...
[14:57:43.433] #4  0x000000000077d125 in lookup_hash_entries (aggstate=aggstate@entry=0x83acda650) at ../src/backend/exe...
[14:57:43.433] #5  0x000000000077a9c2 in agg_fill_hash_table (aggstate=0x83acda650) at ../src/backend/executor/nodeAgg.c...
[14:57:43.433] #6  ExecAgg (pstate=0x83acda650) at ../src/backend/executor/nodeAgg.c:2172
[14:57:43.433] #7  0x000000000079f8b7 in ExecProcNode (node=0x83acda650) at ../src/include/executor/executor.h:278
[14:57:43.433] #8  ExecSort (pstate=0x83acda440) at ../src/backend/executor/nodeSort.c:149
[14:57:43.433] #9  0x00000000007657cb in ExecProcNode (node=0x83acda440) at ../src/include/executor/executor.h:278
core
[14:57:49.898] #0  0x000000000075c8ea in ExecInterpExpr (state=0x83af2d500, econtext=0x83af2e160, isnull=0x821a2a687) at...
[14:57:49.898] #1  0x0000000000763380 in ExecEvalExpr (state=0x83af2d9f0, econtext=0x83af28478, isNull=0x821a2a687) at ....
[14:57:49.898] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[14:57:49.898] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83af2d100, slot=slot@entry=0x83af28478, isnew=isnew...
[14:57:49.898] #4  0x000000000077d125 in lookup_hash_entries (aggstate=aggstate@entry=0x835e9e380) at ../src/backend/exe...
[14:57:49.898] #5  0x000000000077a9c2 in agg_fill_hash_table (aggstate=0x835e9e380) at ../src/backend/executor/nodeAgg.c...
[14:57:49.898] #6  ExecAgg (pstate=0x835e9e380) at ../src/backend/executor/nodeAgg.c:2172
[14:57:49.898] #7  0x00000000007657cb in ExecProcNode (node=0x835e9e380) at ../src/include/executor/executor.h:278
[14:57:49.898] #8  ExecutePlan (estate=0x835e9e100, planstate=0x835e9e380, use_parallel_mode=<optimized out>, operation=...
[14:57:49.898] #9  standard_ExecutorRun (queryDesc=0x835cf2500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[14:57:43.125] #0  0x000000000075c8ea in ExecInterpExpr (state=0x83aaed9d8, econtext=0x83aaf02f8, isnull=0x8213cef17) at...
[14:57:43.125] #1  0x0000000000763380 in ExecEvalExpr (state=0x83aaeffb8, econtext=0x83aa142d0, isNull=0x8213cef17) at ....
[14:57:43.125] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[14:57:43.125] #3  LookupTupleHashEntry (hashtable=0x83aaed838, slot=slot@entry=0x83aa142d0, isnew=isnew@entry=0x8213cef...
[14:57:43.125] #4  0x000000000079ef84 in setop_fill_hash_table (setopstate=0x83aa13360) at ../src/backend/executor/nodeS...
[14:57:43.125] #5  ExecSetOp (pstate=0x83aa13360) at ../src/backend/executor/nodeSetOp.c:216
[14:57:43.125] #6  0x00000000007657cb in ExecProcNode (node=0x83aa13360) at ../src/include/executor/executor.h:278
[14:57:43.125] #7  ExecutePlan (estate=0x83aa13100, planstate=0x83aa13360, use_parallel_mode=<optimized out>, operation=...
[14:57:43.125] #8  standard_ExecutorRun (queryDesc=0x838d1d900, direction=ForwardScanDirection, count=0, execute_once=<o...
[14:57:43.125] #9  0x000000000093c0a9 in PortalRunSelect (portal=portal@entry=0x838de4100, forward=<optimized out>, coun...
core
[14:57:42.831] #0  0x000000000075c8ea in ExecInterpExpr (state=0x83d854f20, econtext=0x83d869fd8, isnull=0x821311c67) at...
[14:57:42.831] #1  0x0000000000763380 in ExecEvalExpr (state=0x83d869958, econtext=0x83d84eb78, isNull=0x821311c67) at ....
[14:57:42.831] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[14:57:42.831] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83d853100, slot=slot@entry=0x83d84eb78, isnew=isnew...
[14:57:42.831] #4  0x000000000077d125 in lookup_hash_entries (aggstate=aggstate@entry=0x83d83c558) at ../src/backend/exe...
[14:57:42.831] #5  0x000000000077a9c2 in agg_fill_hash_table (aggstate=0x83d83c558) at ../src/backend/executor/nodeAgg.c...
[14:57:42.831] #6  ExecAgg (pstate=0x83d83c558) at ../src/backend/executor/nodeAgg.c:2172
[14:57:42.831] #7  0x000000000079f8b7 in ExecProcNode (node=0x83d83c558) at ../src/include/executor/executor.h:278
[14:57:42.831] #8  ExecSort (pstate=0x83d83c348) at ../src/backend/executor/nodeSort.c:149
[14:57:42.831] #9  0x00000000007657cb in ExecProcNode (node=0x83d83c348) at ../src/include/executor/executor.h:278
core
[14:57:42.529] #0  0x000000000075c8ea in ExecInterpExpr (state=0x83b87df20, econtext=0x83b891918, isnull=0x8213cee27) at...
[14:57:42.529] #1  0x0000000000763380 in ExecEvalExpr (state=0x83b891298, econtext=0x83b8753f8, isNull=0x8213cee27) at ....
[14:57:42.529] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[14:57:42.529] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83b87c100, slot=slot@entry=0x83b8753f8, isnew=isnew...
[14:57:42.529] #4  0x000000000077d125 in lookup_hash_entries (aggstate=aggstate@entry=0x838eeb558) at ../src/backend/exe...
[14:57:42.529] #5  0x000000000077a9c2 in agg_fill_hash_table (aggstate=0x838eeb558) at ../src/backend/executor/nodeAgg.c...
[14:57:42.529] #6  ExecAgg (pstate=0x838eeb558) at ../src/backend/executor/nodeAgg.c:2172
[14:57:42.529] #7  0x000000000079f8b7 in ExecProcNode (node=0x838eeb558) at ../src/include/executor/executor.h:278
[14:57:42.529] #8  ExecSort (pstate=0x838eeb348) at ../src/backend/executor/nodeSort.c:149
[14:57:42.529] #9  0x00000000007657cb in ExecProcNode (node=0x838eeb348) at ../src/include/executor/executor.h:278
core
[14:57:50.192] #0  0x000000000075c8ea in ExecInterpExpr (state=0x838ba8500, econtext=0x838ba9160, isnull=0x821526f37) at...
[14:57:50.192] #1  0x0000000000763380 in ExecEvalExpr (state=0x838ba89f0, econtext=0x838ba30f8, isNull=0x821526f37) at ....
[14:57:50.192] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[14:57:50.192] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x838ba8100, slot=slot@entry=0x838ba30f8, isnew=isnew...
[14:57:50.192] #4  0x000000000077d125 in lookup_hash_entries (aggstate=aggstate@entry=0x838b04380) at ../src/backend/exe...
[14:57:50.192] #5  0x000000000077a9c2 in agg_fill_hash_table (aggstate=0x838b04380) at ../src/backend/executor/nodeAgg.c...
[14:57:50.192] #6  ExecAgg (pstate=0x838b04380) at ../src/backend/executor/nodeAgg.c:2172
[14:57:50.192] #7  0x00000000007657cb in ExecProcNode (node=0x838b04380) at ../src/include/executor/executor.h:278
[14:57:50.192] #8  ExecutePlan (estate=0x838b04100, planstate=0x838b04380, use_parallel_mode=<optimized out>, operation=...
[14:57:50.192] #9  standard_ExecutorRun (queryDesc=0x833a79500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[14:58:04.322] #0  0x000000000075c8ea in ExecInterpExpr (state=0x838fd8500, econtext=0x838fd9160, isnull=0x820cbbab7) at...
[14:58:04.322] #1  0x0000000000763380 in ExecEvalExpr (state=0x838fd89f0, econtext=0x838fd3278, isNull=0x820cbbab7) at ....
[14:58:04.322] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[14:58:04.322] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x838fd8100, slot=slot@entry=0x838fd3278, isnew=isnew...
[14:58:04.322] #4  0x000000000077d125 in lookup_hash_entries (aggstate=aggstate@entry=0x8340ce380) at ../src/backend/exe...
[14:58:04.322] #5  0x000000000077a9c2 in agg_fill_hash_table (aggstate=0x8340ce380) at ../src/backend/executor/nodeAgg.c...
[14:58:04.322] #6  ExecAgg (pstate=0x8340ce380) at ../src/backend/executor/nodeAgg.c:2172
[14:58:04.322] #7  0x00000000007657cb in ExecProcNode (node=0x8340ce380) at ../src/include/executor/executor.h:278
[14:58:04.322] #8  ExecutePlan (estate=0x8340ce100, planstate=0x8340ce380, use_parallel_mode=<optimized out>, operation=...
[14:58:04.322] #9  standard_ExecutorRun (queryDesc=0x833f1d500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[14:58:04.029] #0  0x000000000075c8ea in ExecInterpExpr (state=0x83e281500, econtext=0x83e282160, isnull=0x821a1ffb7) at...
[14:58:04.029] #1  0x0000000000763380 in ExecEvalExpr (state=0x83e2819f0, econtext=0x83e27baf8, isNull=0x821a1ffb7) at ....
[14:58:04.029] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[14:58:04.029] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83e281100, slot=slot@entry=0x83e27baf8, isnew=isnew...
[14:58:04.029] #4  0x000000000077d125 in lookup_hash_entries (aggstate=aggstate@entry=0x83e1dd380) at ../src/backend/exe...
[14:58:04.029] #5  0x000000000077a9c2 in agg_fill_hash_table (aggstate=0x83e1dd380) at ../src/backend/executor/nodeAgg.c...
[14:58:04.029] #6  ExecAgg (pstate=0x83e1dd380) at ../src/backend/executor/nodeAgg.c:2172
[14:58:04.029] #7  0x00000000007657cb in ExecProcNode (node=0x83e1dd380) at ../src/include/executor/executor.h:278
[14:58:04.029] #8  ExecutePlan (estate=0x83e1dd100, planstate=0x83e1dd380, use_parallel_mode=<optimized out>, operation=...
[14:58:04.029] #9  standard_ExecutorRun (queryDesc=0x836e63500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[14:58:03.737] #0  0x000000000075c8ea in ExecInterpExpr (state=0x83858f500, econtext=0x838590160, isnull=0x8215e00c7) at...
[14:58:03.737] #1  0x0000000000763380 in ExecEvalExpr (state=0x83858f9f0, econtext=0x83858a8f8, isNull=0x8215e00c7) at ....
[14:58:03.737] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[14:58:03.737] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83858f100, slot=slot@entry=0x83858a8f8, isnew=isnew...
[14:58:03.737] #4  0x000000000077d125 in lookup_hash_entries (aggstate=aggstate@entry=0x8384eb380) at ../src/backend/exe...
[14:58:03.737] #5  0x000000000077a9c2 in agg_fill_hash_table (aggstate=0x8384eb380) at ../src/backend/executor/nodeAgg.c...
[14:58:03.737] #6  ExecAgg (pstate=0x8384eb380) at ../src/backend/executor/nodeAgg.c:2172
[14:58:03.737] #7  0x00000000007657cb in ExecProcNode (node=0x8384eb380) at ../src/include/executor/executor.h:278
[14:58:03.737] #8  ExecutePlan (estate=0x8384eb100, planstate=0x8384eb380, use_parallel_mode=<optimized out>, operation=...
[14:58:03.737] #9  standard_ExecutorRun (queryDesc=0x835eb0500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[14:57:57.089] #0  0x000000000075c8ea in ExecInterpExpr (state=0x83c37e500, econtext=0x83c37f160, isnull=0x82107beb7) at...
[14:57:57.089] #1  0x0000000000763380 in ExecEvalExpr (state=0x83c37e9f0, econtext=0x83c3791b8, isNull=0x82107beb7) at ....
[14:57:57.089] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[14:57:57.089] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83c37e100, slot=slot@entry=0x83c3791b8, isnew=isnew...
[14:57:57.089] #4  0x000000000077d125 in lookup_hash_entries (aggstate=aggstate@entry=0x83c28a380) at ../src/backend/exe...
[14:57:57.089] #5  0x000000000077a9c2 in agg_fill_hash_table (aggstate=0x83c28a380) at ../src/backend/executor/nodeAgg.c...
[14:57:57.089] #6  ExecAgg (pstate=0x83c28a380) at ../src/backend/executor/nodeAgg.c:2172
[14:57:57.089] #7  0x00000000007657cb in ExecProcNode (node=0x83c28a380) at ../src/include/executor/executor.h:278
[14:57:57.089] #8  ExecutePlan (estate=0x83c28a100, planstate=0x83c28a380, use_parallel_mode=<optimized out>, operation=...
[14:57:57.089] #9  standard_ExecutorRun (queryDesc=0x836ae1500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[14:57:56.803] #0  0x000000000075c8ea in ExecInterpExpr (state=0x838bdc500, econtext=0x838bdd160, isnull=0x821959357) at...
[14:57:56.803] #1  0x0000000000763380 in ExecEvalExpr (state=0x838bdc9f0, econtext=0x838bd7678, isNull=0x821959357) at ....
[14:57:56.803] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[14:57:56.803] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x838bdc100, slot=slot@entry=0x838bd7678, isnew=isnew...
[14:57:56.803] #4  0x000000000077d125 in lookup_hash_entries (aggstate=aggstate@entry=0x8350f9380) at ../src/backend/exe...
[14:57:56.803] #5  0x000000000077a9c2 in agg_fill_hash_table (aggstate=0x8350f9380) at ../src/backend/executor/nodeAgg.c...
[14:57:56.803] #6  ExecAgg (pstate=0x8350f9380) at ../src/backend/executor/nodeAgg.c:2172
[14:57:56.803] #7  0x00000000007657cb in ExecProcNode (node=0x8350f9380) at ../src/include/executor/executor.h:278
[14:57:56.803] #8  ExecutePlan (estate=0x8350f9100, planstate=0x8350f9380, use_parallel_mode=<optimized out>, operation=...
[14:57:56.803] #9  standard_ExecutorRun (queryDesc=0x834f48500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[14:57:56.510] #0  0x000000000075c8ea in ExecInterpExpr (state=0x83a2e0500, econtext=0x83a2e1160, isnull=0x821332767) at...
[14:57:56.510] #1  0x0000000000763380 in ExecEvalExpr (state=0x83a2e09f0, econtext=0x83a2db5f8, isNull=0x821332767) at ....
[14:57:56.510] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[14:57:56.510] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83a2e0100, slot=slot@entry=0x83a2db5f8, isnew=isnew...
[14:57:56.510] #4  0x000000000077d125 in lookup_hash_entries (aggstate=aggstate@entry=0x837b8c380) at ../src/backend/exe...
[14:57:56.510] #5  0x000000000077a9c2 in agg_fill_hash_table (aggstate=0x837b8c380) at ../src/backend/executor/nodeAgg.c...
[14:57:56.510] #6  ExecAgg (pstate=0x837b8c380) at ../src/backend/executor/nodeAgg.c:2172
[14:57:56.510] #7  0x00000000007657cb in ExecProcNode (node=0x837b8c380) at ../src/include/executor/executor.h:278
[14:57:56.510] #8  ExecutePlan (estate=0x837b8c100, planstate=0x837b8c380, use_parallel_mode=<optimized out>, operation=...
[14:57:56.510] #9  standard_ExecutorRun (queryDesc=0x8379db500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[14:57:56.218] #0  0x000000000075c8ea in ExecInterpExpr (state=0x832d08500, econtext=0x832d09160, isnull=0x82108f237) at...
[14:57:56.218] #1  0x0000000000763380 in ExecEvalExpr (state=0x832d089f0, econtext=0x8368627b8, isNull=0x82108f237) at ....
[14:57:56.218] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[14:57:56.218] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x832d08100, slot=slot@entry=0x8368627b8, isnew=isnew...
[14:57:56.218] #4  0x000000000077d125 in lookup_hash_entries (aggstate=aggstate@entry=0x832b7f380) at ../src/backend/exe...
[14:57:56.218] #5  0x000000000077a9c2 in agg_fill_hash_table (aggstate=0x832b7f380) at ../src/backend/executor/nodeAgg.c...
[14:57:56.218] #6  ExecAgg (pstate=0x832b7f380) at ../src/backend/executor/nodeAgg.c:2172
[14:57:56.218] #7  0x00000000007657cb in ExecProcNode (node=0x832b7f380) at ../src/include/executor/executor.h:278
[14:57:56.218] #8  ExecutePlan (estate=0x832b7f100, planstate=0x832b7f380, use_parallel_mode=<optimized out>, operation=...
[14:57:56.218] #9  standard_ExecutorRun (queryDesc=0x832b48500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[14:57:55.930] #0  0x000000000075c8ea in ExecInterpExpr (state=0x83ae38500, econtext=0x83ae39160, isnull=0x821678967) at...
[14:57:55.930] #1  0x0000000000763380 in ExecEvalExpr (state=0x83ae389f0, econtext=0x83ae32eb8, isNull=0x821678967) at ....
[14:57:55.930] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[14:57:55.930] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83ae38100, slot=slot@entry=0x83ae32eb8, isnew=isnew...
[14:57:55.930] #4  0x000000000077d125 in lookup_hash_entries (aggstate=aggstate@entry=0x83653a380) at ../src/backend/exe...
[14:57:55.930] #5  0x000000000077a9c2 in agg_fill_hash_table (aggstate=0x83653a380) at ../src/backend/executor/nodeAgg.c...
[14:57:55.930] #6  ExecAgg (pstate=0x83653a380) at ../src/backend/executor/nodeAgg.c:2172
[14:57:55.930] #7  0x00000000007657cb in ExecProcNode (node=0x83653a380) at ../src/include/executor/executor.h:278
[14:57:55.930] #8  ExecutePlan (estate=0x83653a100, planstate=0x83653a380, use_parallel_mode=<optimized out>, operation=...
[14:57:55.930] #9  standard_ExecutorRun (queryDesc=0x836384500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[14:57:55.638] #0  0x000000000075c8ea in ExecInterpExpr (state=0x83b2af500, econtext=0x83b2b0160, isnull=0x82103d237) at...
[14:57:55.638] #1  0x0000000000763380 in ExecEvalExpr (state=0x83b2af9f0, econtext=0x83b2aa238, isNull=0x82103d237) at ....
[14:57:55.638] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[14:57:55.638] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83b2af100, slot=slot@entry=0x83b2aa238, isnew=isnew...
[14:57:55.638] #4  0x000000000077d125 in lookup_hash_entries (aggstate=aggstate@entry=0x83b218380) at ../src/backend/exe...
[14:57:55.638] #5  0x000000000077a9c2 in agg_fill_hash_table (aggstate=0x83b218380) at ../src/backend/executor/nodeAgg.c...
[14:57:55.638] #6  ExecAgg (pstate=0x83b218380) at ../src/backend/executor/nodeAgg.c:2172
[14:57:55.638] #7  0x00000000007657cb in ExecProcNode (node=0x83b218380) at ../src/include/executor/executor.h:278
[14:57:55.638] #8  ExecutePlan (estate=0x83b218100, planstate=0x83b218380, use_parallel_mode=<optimized out>, operation=...
[14:57:55.638] #9  standard_ExecutorRun (queryDesc=0x8356b2500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[14:57:55.345] #0  0x000000000075c8ea in ExecInterpExpr (state=0x83c826500, econtext=0x83c827160, isnull=0x82167dd67) at...
[14:57:55.345] #1  0x0000000000763380 in ExecEvalExpr (state=0x83c8269f0, econtext=0x83c8217b8, isNull=0x82167dd67) at ....
[14:57:55.345] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[14:57:55.345] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83c826100, slot=slot@entry=0x83c8217b8, isnew=isnew...
[14:57:55.345] #4  0x000000000077d125 in lookup_hash_entries (aggstate=aggstate@entry=0x838b8e380) at ../src/backend/exe...
[14:57:55.345] #5  0x000000000077a9c2 in agg_fill_hash_table (aggstate=0x838b8e380) at ../src/backend/executor/nodeAgg.c...
[14:57:55.345] #6  ExecAgg (pstate=0x838b8e380) at ../src/backend/executor/nodeAgg.c:2172
[14:57:55.345] #7  0x00000000007657cb in ExecProcNode (node=0x838b8e380) at ../src/include/executor/executor.h:278
[14:57:55.345] #8  ExecutePlan (estate=0x838b8e100, planstate=0x838b8e380, use_parallel_mode=<optimized out>, operation=...
[14:57:55.345] #9  standard_ExecutorRun (queryDesc=0x8389dd500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[14:57:55.048] #0  0x000000000075c8ea in ExecInterpExpr (state=0x83ad08500, econtext=0x83ad09160, isnull=0x821445467) at...
[14:57:55.048] #1  0x0000000000763380 in ExecEvalExpr (state=0x83ad089f0, econtext=0x83ad03738, isNull=0x821445467) at ....
[14:57:55.048] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[14:57:55.048] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83ad08100, slot=slot@entry=0x83ad03738, isnew=isnew...
[14:57:55.048] #4  0x000000000077d125 in lookup_hash_entries (aggstate=aggstate@entry=0x834fe0380) at ../src/backend/exe...
[14:57:55.048] #5  0x000000000077a9c2 in agg_fill_hash_table (aggstate=0x834fe0380) at ../src/backend/executor/nodeAgg.c...
[14:57:55.048] #6  ExecAgg (pstate=0x834fe0380) at ../src/backend/executor/nodeAgg.c:2172
[14:57:55.048] #7  0x00000000007657cb in ExecProcNode (node=0x834fe0380) at ../src/include/executor/executor.h:278
[14:57:55.048] #8  ExecutePlan (estate=0x834fe0100, planstate=0x834fe0380, use_parallel_mode=<optimized out>, operation=...
[14:57:55.048] #9  standard_ExecutorRun (queryDesc=0x834e2f500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[14:57:54.758] #0  0x000000000075c8ea in ExecInterpExpr (state=0x8463c4f20, econtext=0x8463ce0c8, isnull=0x821a0cd17) at...
[14:57:54.758] #1  0x0000000000763380 in ExecEvalExpr (state=0x8463cd958, econtext=0x8463c6778, isNull=0x821a0cd17) at ....
[14:57:54.758] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[14:57:54.758] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x8463c3100, slot=slot@entry=0x8463c6778, isnew=isnew...
[14:57:54.758] #4  0x000000000077d125 in lookup_hash_entries (aggstate=aggstate@entry=0x83782b350) at ../src/backend/exe...
[14:57:54.758] #5  0x000000000077a9c2 in agg_fill_hash_table (aggstate=0x83782b350) at ../src/backend/executor/nodeAgg.c...
[14:57:54.758] #6  ExecAgg (pstate=0x83782b350) at ../src/backend/executor/nodeAgg.c:2172
[14:57:54.758] #7  0x00000000007657cb in ExecProcNode (node=0x83782b350) at ../src/include/executor/executor.h:278
[14:57:54.758] #8  ExecutePlan (estate=0x83782b100, planstate=0x83782b350, use_parallel_mode=<optimized out>, operation=...
[14:57:54.758] #9  standard_ExecutorRun (queryDesc=0x83765ed00, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[14:57:54.462] #0  0x000000000075c8ea in ExecInterpExpr (state=0x838dbd998, econtext=0x838dbe5f8, isnull=0x8219d7c87) at...
[14:57:54.462] #1  0x0000000000763380 in ExecEvalExpr (state=0x838dbde88, econtext=0x838e72f68, isNull=0x8219d7c87) at ....
[14:57:54.462] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[14:57:54.462] #3  LookupTupleHashEntry (hashtable=0x838dbcdd8, slot=slot@entry=0x838e72f68, isnew=isnew@entry=0x8219d7c...
[14:57:54.462] #4  0x000000000079dbb9 in ExecRecursiveUnion (pstate=0x836de9550) at ../src/backend/executor/nodeRecursiv...
[14:57:54.462] #5  0x000000000078221c in ExecProcNode (node=0x836de9550) at ../src/include/executor/executor.h:278
[14:57:54.462] #6  CteScanNext (node=0x838dbe6d8) at ../src/backend/executor/nodeCtescan.c:103
[14:57:54.462] #7  0x000000000076ffb3 in ExecScan (node=0x838dbe6d8, accessMtd=0x782120 <CteScanNext>, recheckMtd=0x7822...
[14:57:54.462] #8  0x00000000007657cb in ExecProcNode (node=0x838dbe6d8) at ../src/include/executor/executor.h:278
[14:57:54.462] #9  ExecutePlan (estate=0x836de9100, planstate=0x838dbe6d8, use_parallel_mode=<optimized out>, operation=...
core
[14:57:54.163] #0  0x000000000075c8ea in ExecInterpExpr (state=0x839c95500, econtext=0x839c96160, isnull=0x821b34477) at...
[14:57:54.163] #1  0x0000000000763380 in ExecEvalExpr (state=0x839c959f0, econtext=0x839c90778, isNull=0x821b34477) at ....
[14:57:54.163] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[14:57:54.163] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x839c95100, slot=slot@entry=0x839c90778, isnew=isnew...
[14:57:54.163] #4  0x000000000077d125 in lookup_hash_entries (aggstate=aggstate@entry=0x839bce380) at ../src/backend/exe...
[14:57:54.163] #5  0x000000000077a9c2 in agg_fill_hash_table (aggstate=0x839bce380) at ../src/backend/executor/nodeAgg.c...
[14:57:54.163] #6  ExecAgg (pstate=0x839bce380) at ../src/backend/executor/nodeAgg.c:2172
[14:57:54.163] #7  0x00000000007657cb in ExecProcNode (node=0x839bce380) at ../src/include/executor/executor.h:278
[14:57:54.163] #8  ExecutePlan (estate=0x839bce100, planstate=0x839bce380, use_parallel_mode=<optimized out>, operation=...
[14:57:54.163] #9  standard_ExecutorRun (queryDesc=0x83708c500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[14:57:53.868] #0  0x000000000075c8ea in ExecInterpExpr (state=0x843722710, econtext=0x843724108, isnull=0x821604c37) at...
[14:57:53.868] #1  0x0000000000763380 in ExecEvalExpr (state=0x843722c00, econtext=0x84372a6d8, isNull=0x821604c37) at ....
[14:57:53.868] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[14:57:53.868] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x843721100, slot=slot@entry=0x84372a6d8, isnew=isnew...
[14:57:53.868] #4  0x000000000077d125 in lookup_hash_entries (aggstate=aggstate@entry=0x8436d4290) at ../src/backend/exe...
[14:57:53.868] #5  0x000000000077a9c2 in agg_fill_hash_table (aggstate=0x8436d4290) at ../src/backend/executor/nodeAgg.c...
[14:57:53.868] #6  ExecAgg (pstate=0x8436d4290) at ../src/backend/executor/nodeAgg.c:2172
[14:57:53.868] #7  0x000000000079f8b7 in ExecProcNode (node=0x8436d4290) at ../src/include/executor/executor.h:278
[14:57:53.868] #8  ExecSort (pstate=0x8436d4080) at ../src/backend/executor/nodeSort.c:149
[14:57:53.868] #9  0x00000000007657cb in ExecProcNode (node=0x8436d4080) at ../src/include/executor/executor.h:278
core
[14:57:53.572] #0  0x000000000075c8ea in ExecInterpExpr (state=0x838039710, econtext=0x83803b108, isnull=0x8214c5737) at...
[14:57:53.572] #1  0x0000000000763380 in ExecEvalExpr (state=0x838039c00, econtext=0x838040cd8, isNull=0x8214c5737) at ....
[14:57:53.572] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[14:57:53.572] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x838038100, slot=slot@entry=0x838040cd8, isnew=isnew...
[14:57:53.572] #4  0x000000000077d125 in lookup_hash_entries (aggstate=aggstate@entry=0x837feaad0) at ../src/backend/exe...
[14:57:53.572] #5  0x000000000077a9c2 in agg_fill_hash_table (aggstate=0x837feaad0) at ../src/backend/executor/nodeAgg.c...
[14:57:53.572] #6  ExecAgg (pstate=0x837feaad0) at ../src/backend/executor/nodeAgg.c:2172
[14:57:53.572] #7  0x000000000079f8b7 in ExecProcNode (node=0x837feaad0) at ../src/include/executor/executor.h:278
[14:57:53.572] #8  ExecSort (pstate=0x837fea8c0) at ../src/backend/executor/nodeSort.c:149
[14:57:53.572] #9  0x00000000007657cb in ExecProcNode (node=0x837fea8c0) at ../src/include/executor/executor.h:278
core
[14:57:53.271] #0  0x000000000075c8ea in ExecInterpExpr (state=0x83fe66710, econtext=0x83fe68108, isnull=0x820da6717) at...
[14:57:53.271] #1  0x0000000000763380 in ExecEvalExpr (state=0x83fe66c00, econtext=0x83fe6e958, isNull=0x820da6717) at ....
[14:57:53.271] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[14:57:53.271] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83fe65100, slot=slot@entry=0x83fe6e958, isnew=isnew...
[14:57:53.271] #4  0x000000000077d125 in lookup_hash_entries (aggstate=aggstate@entry=0x83fe18150) at ../src/backend/exe...
[14:57:53.271] #5  0x000000000077a9c2 in agg_fill_hash_table (aggstate=0x83fe18150) at ../src/backend/executor/nodeAgg.c...
[14:57:53.271] #6  ExecAgg (pstate=0x83fe18150) at ../src/backend/executor/nodeAgg.c:2172
[14:57:53.271] #7  0x000000000079f8b7 in ExecProcNode (node=0x83fe18150) at ../src/include/executor/executor.h:278
[14:57:53.271] #8  ExecSort (pstate=0x83fe17f40) at ../src/backend/executor/nodeSort.c:149
[14:57:53.271] #9  0x00000000007657cb in ExecProcNode (node=0x83fe17f40) at ../src/include/executor/executor.h:278
core
[14:57:52.972] #0  0x000000000075c8ea in ExecInterpExpr (state=0x8388c1710, econtext=0x8388c3108, isnull=0x8214bd527) at...
[14:57:52.972] #1  0x0000000000763380 in ExecEvalExpr (state=0x8388c1c00, econtext=0x8388c9798, isNull=0x8214bd527) at ....
[14:57:52.972] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[14:57:52.972] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x8388c0100, slot=slot@entry=0x8388c9798, isnew=isnew...
[14:57:52.972] #4  0x000000000077d125 in lookup_hash_entries (aggstate=aggstate@entry=0x838872b10) at ../src/backend/exe...
[14:57:52.972] #5  0x000000000077a9c2 in agg_fill_hash_table (aggstate=0x838872b10) at ../src/backend/executor/nodeAgg.c...
[14:57:52.972] #6  ExecAgg (pstate=0x838872b10) at ../src/backend/executor/nodeAgg.c:2172
[14:57:52.972] #7  0x000000000079f8b7 in ExecProcNode (node=0x838872b10) at ../src/include/executor/executor.h:278
[14:57:52.972] #8  ExecSort (pstate=0x838872900) at ../src/backend/executor/nodeSort.c:149
[14:57:52.972] #9  0x00000000007657cb in ExecProcNode (node=0x838872900) at ../src/include/executor/executor.h:278
core
[14:57:52.670] #0  0x000000000075c8ea in ExecInterpExpr (state=0x8445a2710, econtext=0x8445a4108, isnull=0x821060ee7) at...
[14:57:52.670] #1  0x0000000000763380 in ExecEvalExpr (state=0x8445a2c00, econtext=0x8445847c0, isNull=0x821060ee7) at ....
[14:57:52.670] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[14:57:52.670] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x8445a1100, slot=slot@entry=0x8445847c0, isnew=isnew...
[14:57:52.670] #4  0x000000000077d125 in lookup_hash_entries (aggstate=aggstate@entry=0x84465e310) at ../src/backend/exe...
[14:57:52.670] #5  0x000000000077a9c2 in agg_fill_hash_table (aggstate=0x84465e310) at ../src/backend/executor/nodeAgg.c...
[14:57:52.670] #6  ExecAgg (pstate=0x84465e310) at ../src/backend/executor/nodeAgg.c:2172
[14:57:52.670] #7  0x000000000079f8b7 in ExecProcNode (node=0x84465e310) at ../src/include/executor/executor.h:278
[14:57:52.670] #8  ExecSort (pstate=0x84465e100) at ../src/backend/executor/nodeSort.c:149
[14:57:52.670] #9  0x00000000007657cb in ExecProcNode (node=0x84465e100) at ../src/include/executor/executor.h:278
core
[14:57:52.060] #0  0x000000000075c8ea in ExecInterpExpr (state=0x835998400, econtext=0x835998f70, isnull=0x8213ca587) at...
[14:57:52.060] #1  0x0000000000763380 in ExecEvalExpr (state=0x8359988f0, econtext=0x8359588b0, isNull=0x8213ca587) at ....
[14:57:52.060] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[14:57:52.060] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x835998100, slot=slot@entry=0x8359588b0, isnew=isnew...
[14:57:52.060] #4  0x000000000077d125 in lookup_hash_entries (aggstate=aggstate@entry=0x83599ef28) at ../src/backend/exe...
[14:57:52.060] #5  0x000000000077a9c2 in agg_fill_hash_table (aggstate=0x83599ef28) at ../src/backend/executor/nodeAgg.c...
[14:57:52.060] #6  ExecAgg (pstate=0x83599ef28) at ../src/backend/executor/nodeAgg.c:2172
[14:57:52.060] #7  0x000000000077cf7d in ExecProcNode (node=0x83599ef28) at ../src/include/executor/executor.h:278
[14:57:52.060] #8  fetch_input_tuple (aggstate=aggstate@entry=0x83599e8c0) at ../src/backend/executor/nodeAgg.c:561
[14:57:52.060] #9  0x000000000077a99a in agg_fill_hash_table (aggstate=0x83599e8c0) at ../src/backend/executor/nodeAgg.c...
core
[14:58:00.837] #0  0x000000000075c8ea in ExecInterpExpr (state=0x83c859500, econtext=0x83c85a160, isnull=0x820e86207) at...
[14:58:00.837] #1  0x0000000000763380 in ExecEvalExpr (state=0x83c8599f0, econtext=0x83c853d38, isNull=0x820e86207) at ....
[14:58:00.837] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[14:58:00.837] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83c859100, slot=slot@entry=0x83c853d38, isnew=isnew...
[14:58:00.837] #4  0x000000000077d125 in lookup_hash_entries (aggstate=aggstate@entry=0x83c7b5380) at ../src/backend/exe...
[14:58:00.837] #5  0x000000000077a9c2 in agg_fill_hash_table (aggstate=0x83c7b5380) at ../src/backend/executor/nodeAgg.c...
[14:58:00.837] #6  ExecAgg (pstate=0x83c7b5380) at ../src/backend/executor/nodeAgg.c:2172
[14:58:00.837] #7  0x00000000007657cb in ExecProcNode (node=0x83c7b5380) at ../src/include/executor/executor.h:278
[14:58:00.837] #8  ExecutePlan (estate=0x83c7b5100, planstate=0x83c7b5380, use_parallel_mode=<optimized out>, operation=...
[14:58:00.837] #9  standard_ExecutorRun (queryDesc=0x835a76500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[14:58:00.550] #0  0x000000000075c8ea in ExecInterpExpr (state=0x83c01b500, econtext=0x83c01c160, isnull=0x820f0ccb7) at...
[14:58:00.550] #1  0x0000000000763380 in ExecEvalExpr (state=0x83c01b9f0, econtext=0x83c015b78, isNull=0x820f0ccb7) at ....
[14:58:00.550] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[14:58:00.550] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83c01b100, slot=slot@entry=0x83c015b78, isnew=isnew...
[14:58:00.550] #4  0x000000000077d125 in lookup_hash_entries (aggstate=aggstate@entry=0x83bf77380) at ../src/backend/exe...
[14:58:00.550] #5  0x000000000077a9c2 in agg_fill_hash_table (aggstate=0x83bf77380) at ../src/backend/executor/nodeAgg.c...
[14:58:00.550] #6  ExecAgg (pstate=0x83bf77380) at ../src/backend/executor/nodeAgg.c:2172
[14:58:00.550] #7  0x00000000007657cb in ExecProcNode (node=0x83bf77380) at ../src/include/executor/executor.h:278
[14:58:00.550] #8  ExecutePlan (estate=0x83bf77100, planstate=0x83bf77380, use_parallel_mode=<optimized out>, operation=...
[14:58:00.550] #9  standard_ExecutorRun (queryDesc=0x836478500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[14:58:00.273] #0  0x000000000075c8ea in ExecInterpExpr (state=0x83a1ff500, econtext=0x83a200160, isnull=0x8218b0f07) at...
[14:58:00.273] #1  0x0000000000763380 in ExecEvalExpr (state=0x83a1ff9f0, econtext=0x83a1fa178, isNull=0x8218b0f07) at ....
[14:58:00.273] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[14:58:00.273] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83a1ff100, slot=slot@entry=0x83a1fa178, isnew=isnew...
[14:58:00.273] #4  0x000000000077d125 in lookup_hash_entries (aggstate=aggstate@entry=0x83a15b380) at ../src/backend/exe...
[14:58:00.273] #5  0x000000000077a9c2 in agg_fill_hash_table (aggstate=0x83a15b380) at ../src/backend/executor/nodeAgg.c...
[14:58:00.273] #6  ExecAgg (pstate=0x83a15b380) at ../src/backend/executor/nodeAgg.c:2172
[14:58:00.273] #7  0x00000000007657cb in ExecProcNode (node=0x83a15b380) at ../src/include/executor/executor.h:278
[14:58:00.273] #8  ExecutePlan (estate=0x83a15b100, planstate=0x83a15b380, use_parallel_mode=<optimized out>, operation=...
[14:58:00.273] #9  standard_ExecutorRun (queryDesc=0x8354f7500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[14:57:59.993] #0  0x000000000075c8ea in ExecInterpExpr (state=0x838dea500, econtext=0x838deb160, isnull=0x8219911b7) at...
[14:57:59.993] #1  0x0000000000763380 in ExecEvalExpr (state=0x838dea9f0, econtext=0x838de4fb8, isNull=0x8219911b7) at ....
[14:57:59.993] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[14:57:59.993] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x838dea100, slot=slot@entry=0x838de4fb8, isnew=isnew...
[14:57:59.993] #4  0x000000000077d125 in lookup_hash_entries (aggstate=aggstate@entry=0x838d46380) at ../src/backend/exe...
[14:57:59.993] #5  0x000000000077a9c2 in agg_fill_hash_table (aggstate=0x838d46380) at ../src/backend/executor/nodeAgg.c...
[14:57:59.993] #6  ExecAgg (pstate=0x838d46380) at ../src/backend/executor/nodeAgg.c:2172
[14:57:59.993] #7  0x00000000007657cb in ExecProcNode (node=0x838d46380) at ../src/include/executor/executor.h:278
[14:57:59.993] #8  ExecutePlan (estate=0x838d46100, planstate=0x838d46380, use_parallel_mode=<optimized out>, operation=...
[14:57:59.993] #9  standard_ExecutorRun (queryDesc=0x8350bf500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[14:57:59.709] #0  0x000000000075c8ea in ExecInterpExpr (state=0x83cd63500, econtext=0x83cd64160, isnull=0x8219ce687) at...
[14:57:59.709] #1  0x0000000000763380 in ExecEvalExpr (state=0x83cd639f0, econtext=0x83cd5dbf8, isNull=0x8219ce687) at ....
[14:57:59.709] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[14:57:59.709] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83cd63100, slot=slot@entry=0x83cd5dbf8, isnew=isnew...
[14:57:59.709] #4  0x000000000077d125 in lookup_hash_entries (aggstate=aggstate@entry=0x83ccbf380) at ../src/backend/exe...
[14:57:59.709] #5  0x000000000077a9c2 in agg_fill_hash_table (aggstate=0x83ccbf380) at ../src/backend/executor/nodeAgg.c...
[14:57:59.709] #6  ExecAgg (pstate=0x83ccbf380) at ../src/backend/executor/nodeAgg.c:2172
[14:57:59.709] #7  0x00000000007657cb in ExecProcNode (node=0x83ccbf380) at ../src/include/executor/executor.h:278
[14:57:59.709] #8  ExecutePlan (estate=0x83ccbf100, planstate=0x83ccbf380, use_parallel_mode=<optimized out>, operation=...
[14:57:59.709] #9  standard_ExecutorRun (queryDesc=0x838a02500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[14:57:59.425] #0  0x000000000075c8ea in ExecInterpExpr (state=0x83ca49500, econtext=0x83ca4a160, isnull=0x821a14697) at...
[14:57:59.425] #1  0x0000000000763380 in ExecEvalExpr (state=0x83ca499f0, econtext=0x83ca44978, isNull=0x821a14697) at ....
[14:57:59.425] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[14:57:59.425] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83ca49100, slot=slot@entry=0x83ca44978, isnew=isnew...
[14:57:59.425] #4  0x000000000077d125 in lookup_hash_entries (aggstate=aggstate@entry=0x83c9a5380) at ../src/backend/exe...
[14:57:59.425] #5  0x000000000077a9c2 in agg_fill_hash_table (aggstate=0x83c9a5380) at ../src/backend/executor/nodeAgg.c...
[14:57:59.425] #6  ExecAgg (pstate=0x83c9a5380) at ../src/backend/executor/nodeAgg.c:2172
[14:57:59.425] #7  0x00000000007657cb in ExecProcNode (node=0x83c9a5380) at ../src/include/executor/executor.h:278
[14:57:59.425] #8  ExecutePlan (estate=0x83c9a5100, planstate=0x83c9a5380, use_parallel_mode=<optimized out>, operation=...
[14:57:59.425] #9  standard_ExecutorRun (queryDesc=0x836f80500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[14:57:59.132] #0  0x000000000075c8ea in ExecInterpExpr (state=0x838e03500, econtext=0x838e04160, isnull=0x82198d5e7) at...
[14:57:59.132] #1  0x0000000000763380 in ExecEvalExpr (state=0x838e039f0, econtext=0x838dfde78, isNull=0x82198d5e7) at ....
[14:57:59.132] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[14:57:59.132] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x838e03100, slot=slot@entry=0x838dfde78, isnew=isnew...
[14:57:59.132] #4  0x000000000077d125 in lookup_hash_entries (aggstate=aggstate@entry=0x838d5f380) at ../src/backend/exe...
[14:57:59.132] #5  0x000000000077a9c2 in agg_fill_hash_table (aggstate=0x838d5f380) at ../src/backend/executor/nodeAgg.c...
[14:57:59.132] #6  ExecAgg (pstate=0x838d5f380) at ../src/backend/executor/nodeAgg.c:2172
[14:57:59.132] #7  0x00000000007657cb in ExecProcNode (node=0x838d5f380) at ../src/include/executor/executor.h:278
[14:57:59.132] #8  ExecutePlan (estate=0x838d5f100, planstate=0x838d5f380, use_parallel_mode=<optimized out>, operation=...
[14:57:59.132] #9  standard_ExecutorRun (queryDesc=0x8369ca500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[14:57:58.839] #0  0x000000000075c8ea in ExecInterpExpr (state=0x83a3b9500, econtext=0x83a3ba160, isnull=0x820e15237) at...
[14:57:58.839] #1  0x0000000000763380 in ExecEvalExpr (state=0x83a3b99f0, econtext=0x83a3b46f8, isNull=0x820e15237) at ....
[14:57:58.839] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[14:57:58.839] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83a3b9100, slot=slot@entry=0x83a3b46f8, isnew=isnew...
[14:57:58.839] #4  0x000000000077d125 in lookup_hash_entries (aggstate=aggstate@entry=0x83a315380) at ../src/backend/exe...
[14:57:58.839] #5  0x000000000077a9c2 in agg_fill_hash_table (aggstate=0x83a315380) at ../src/backend/executor/nodeAgg.c...
[14:57:58.839] #6  ExecAgg (pstate=0x83a315380) at ../src/backend/executor/nodeAgg.c:2172
[14:57:58.839] #7  0x00000000007657cb in ExecProcNode (node=0x83a315380) at ../src/include/executor/executor.h:278
[14:57:58.839] #8  ExecutePlan (estate=0x83a315100, planstate=0x83a315380, use_parallel_mode=<optimized out>, operation=...
[14:57:58.839] #9  standard_ExecutorRun (queryDesc=0x836ec1500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[14:57:58.549] #0  0x000000000075c8ea in ExecInterpExpr (state=0x83a30c500, econtext=0x83a30d160, isnull=0x820e68767) at...
[14:57:58.549] #1  0x0000000000763380 in ExecEvalExpr (state=0x83a30c9f0, econtext=0x83a306f38, isNull=0x820e68767) at ....
[14:57:58.549] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[14:57:58.549] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83a30c100, slot=slot@entry=0x83a306f38, isnew=isnew...
[14:57:58.549] #4  0x000000000077d125 in lookup_hash_entries (aggstate=aggstate@entry=0x83a268380) at ../src/backend/exe...
[14:57:58.549] #5  0x000000000077a9c2 in agg_fill_hash_table (aggstate=0x83a268380) at ../src/backend/executor/nodeAgg.c...
[14:57:58.549] #6  ExecAgg (pstate=0x83a268380) at ../src/backend/executor/nodeAgg.c:2172
[14:57:58.549] #7  0x00000000007657cb in ExecProcNode (node=0x83a268380) at ../src/include/executor/executor.h:278
[14:57:58.549] #8  ExecutePlan (estate=0x83a268100, planstate=0x83a268380, use_parallel_mode=<optimized out>, operation=...
[14:57:58.549] #9  standard_ExecutorRun (queryDesc=0x835aaf500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[14:57:58.254] #0  0x000000000075c8ea in ExecInterpExpr (state=0x83beda500, econtext=0x83bedb160, isnull=0x8217e2fa7) at...
[14:57:58.254] #1  0x0000000000763380 in ExecEvalExpr (state=0x83beda9f0, econtext=0x83bed5538, isNull=0x8217e2fa7) at ....
[14:57:58.254] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[14:57:58.254] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x83beda100, slot=slot@entry=0x83bed5538, isnew=isnew...
[14:57:58.254] #4  0x000000000077d125 in lookup_hash_entries (aggstate=aggstate@entry=0x83be36380) at ../src/backend/exe...
[14:57:58.254] #5  0x000000000077a9c2 in agg_fill_hash_table (aggstate=0x83be36380) at ../src/backend/executor/nodeAgg.c...
[14:57:58.254] #6  ExecAgg (pstate=0x83be36380) at ../src/backend/executor/nodeAgg.c:2172
[14:57:58.254] #7  0x00000000007657cb in ExecProcNode (node=0x83be36380) at ../src/include/executor/executor.h:278
[14:57:58.254] #8  ExecutePlan (estate=0x83be36100, planstate=0x83be36380, use_parallel_mode=<optimized out>, operation=...
[14:57:58.254] #9  standard_ExecutorRun (queryDesc=0x836469500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[14:57:57.960] #0  0x000000000075c8ea in ExecInterpExpr (state=0x8350bd500, econtext=0x8350be160, isnull=0x821a3c567) at...
[14:57:57.960] #1  0x0000000000763380 in ExecEvalExpr (state=0x8350bd9f0, econtext=0x8350b8478, isNull=0x821a3c567) at ....
[14:57:57.960] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[14:57:57.960] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x8350bd100, slot=slot@entry=0x8350b8478, isnew=isnew...
[14:57:57.960] #4  0x000000000077d125 in lookup_hash_entries (aggstate=aggstate@entry=0x834f2b380) at ../src/backend/exe...
[14:57:57.960] #5  0x000000000077a9c2 in agg_fill_hash_table (aggstate=0x834f2b380) at ../src/backend/executor/nodeAgg.c...
[14:57:57.960] #6  ExecAgg (pstate=0x834f2b380) at ../src/backend/executor/nodeAgg.c:2172
[14:57:57.960] #7  0x00000000007657cb in ExecProcNode (node=0x834f2b380) at ../src/include/executor/executor.h:278
[14:57:57.960] #8  ExecutePlan (estate=0x834f2b100, planstate=0x834f2b380, use_parallel_mode=<optimized out>, operation=...
[14:57:57.960] #9  standard_ExecutorRun (queryDesc=0x834ef6500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[14:57:57.670] #0  0x000000000075c8ea in ExecInterpExpr (state=0x839c1f500, econtext=0x839c20160, isnull=0x8211ddcf7) at...
[14:57:57.670] #1  0x0000000000763380 in ExecEvalExpr (state=0x839c1f9f0, econtext=0x839c1aa78, isNull=0x8211ddcf7) at ....
[14:57:57.670] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[14:57:57.670] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x839c1f100, slot=slot@entry=0x839c1aa78, isnew=isnew...
[14:57:57.670] #4  0x000000000077d125 in lookup_hash_entries (aggstate=aggstate@entry=0x839b7b380) at ../src/backend/exe...
[14:57:57.670] #5  0x000000000077a9c2 in agg_fill_hash_table (aggstate=0x839b7b380) at ../src/backend/executor/nodeAgg.c...
[14:57:57.670] #6  ExecAgg (pstate=0x839b7b380) at ../src/backend/executor/nodeAgg.c:2172
[14:57:57.670] #7  0x00000000007657cb in ExecProcNode (node=0x839b7b380) at ../src/include/executor/executor.h:278
[14:57:57.670] #8  ExecutePlan (estate=0x839b7b100, planstate=0x839b7b380, use_parallel_mode=<optimized out>, operation=...
[14:57:57.670] #9  standard_ExecutorRun (queryDesc=0x835092500, direction=ForwardScanDirection, count=0, execute_once=<o...
core
[14:57:57.381] #0  0x000000000075c8ea in ExecInterpExpr (state=0x8393bd500, econtext=0x8393be160, isnull=0x8211fe367) at...
[14:57:57.381] #1  0x0000000000763380 in ExecEvalExpr (state=0x8393bd9f0, econtext=0x8393b88f8, isNull=0x8211fe367) at ....
[14:57:57.381] #2  TupleHashTableHash_internal (tb=<optimized out>, tuple=0x0) at ../src/backend/executor/execGrouping.c...
[14:57:57.381] #3  LookupTupleHashEntry (hashtable=hashtable@entry=0x8393bd100, slot=slot@entry=0x8393b88f8, isnew=isnew...
[14:57:57.381] #4  0x000000000077d125 in lookup_hash_entries (aggstate=aggstate@entry=0x8360ee380) at ../src/backend/exe...
[14:57:57.381] #5  0x000000000077a9c2 in agg_fill_hash_table (aggstate=0x8360ee380) at ../src/backend/executor/nodeAgg.c...
[14:57:57.381] #6  ExecAgg (pstate=0x8360ee380) at ../src/backend/executor/nodeAgg.c:2172
[14:57:57.381] #7  0x00000000007657cb in ExecProcNode (node=0x8360ee380) at ../src/include/executor/executor.h:278
[14:57:57.381] #8  ExecutePlan (estate=0x8360ee100, planstate=0x8360ee380, use_parallel_mode=<optimized out>, operation=...
[14:57:57.381] #9  standard_ExecutorRun (queryDesc=0x835f3d500, direction=ForwardScanDirection, count=0, execute_once=<o...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/matview-write-skew.out /tmp/cirrus-ci-build/build/testrun/isol...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/matview-write-skew.out	2024-10-17 14:51:52.050081000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/isolation/isolation/results/matview-write-skew.out	2024-10-17 14:54:28.953737000 ...
@@ -1,121 +1,6 @@
 Parsed test spec with 2 sessions
 
 starting permutation: s1_begin s2_begin s1_refresh s2_read s2_insert s1_commit s2_commit
-step s1_begin: BEGIN ISOLATION LEVEL SERIALIZABLE;
-step s2_begin: BEGIN ISOLATION LEVEL SERIALIZABLE;
-step s1_refresh: REFRESH MATERIALIZED VIEW CONCURRENTLY order_summary;
-step s2_read: SELECT max(date) FROM order_summary;
-       max
-----------
-04-01-2022
-(1 row)
-
-step s2_insert: INSERT INTO orders VALUES ('2022-04-02', 'orange', 15);
-step s1_commit: COMMIT;
-step s2_commit: COMMIT;
-ERROR:  could not serialize access due to read/write dependencies among transactions
...
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pageinspect/expected/brin.out /tmp/cirrus-ci-build/build/testrun/pageinspect/regre...
--- /tmp/cirrus-ci-build/contrib/pageinspect/expected/brin.out	2024-10-17 14:51:50.667760000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pageinspect/regress/results/brin.out	2024-10-17 14:54:18.553042000 +0000
@@ -161,50 +161,7 @@
 SELECT * FROM brin_page_items(get_raw_page('brin_test_parallel_idx', 2), 'brin_test_parallel_idx')
 EXCEPT
 SELECT * FROM brin_page_items(get_raw_page('brin_test_serial_idx', 2), 'brin_test_serial_idx');
- itemoffset | blknum | attnum | allnulls | hasnulls | placeholder | empty | value 
-------------+--------+--------+----------+----------+-------------+-------+-------
-(0 rows)
-
-SELECT * FROM brin_page_items(get_raw_page('brin_test_serial_idx', 2), 'brin_test_serial_idx')
-EXCEPT
-SELECT * FROM brin_page_items(get_raw_page('brin_test_parallel_idx', 2), 'brin_test_parallel_idx');
- itemoffset | blknum | attnum | allnulls | hasnulls | placeholder | empty | value 
-------------+--------+--------+----------+----------+-------------+-------+-------
-(0 rows)
-
-DROP INDEX brin_test_parallel_idx;
--- force parallel build, but don't allow starting parallel workers to force
...
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/select.out /tmp/cirrus-ci-build/build/testrun/pg_stat_...
--- /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/select.out	2024-10-17 14:51:50.677093000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_stat_statements/regress/results/select.out	2024-10-17 14:54:20.627084000 +0000
@@ -319,96 +319,7 @@
 FROM (VALUES (1, 2, 3), (4, NULL, 6), (7, 8, 9)) AS t (a, b, c)
 GROUP BY ROLLUP(a, b), rollup(a, c)
 ORDER BY a, b, c;
- a | b | c 
----+---+---
- 1 | 2 | 3
- 1 | 2 |  
- 1 | 2 |  
- 1 |   | 3
- 1 |   | 3
- 1 |   |  
- 1 |   |  
- 1 |   |  
- 4 |   | 6
- 4 |   | 6
- 4 |   | 6
...
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_trgm/expected/pg_trgm.out /tmp/cirrus-ci-build/build/testrun/pg_trgm/regress/re...
--- /tmp/cirrus-ci-build/contrib/pg_trgm/expected/pg_trgm.out	2024-10-17 14:51:50.683560000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_trgm/regress/results/pg_trgm.out	2024-10-17 14:54:21.388256000 +0000
@@ -5384,21 +5384,7 @@
 
 SELECT DISTINCT city, similarity(city, 'Warsaw'), show_limit()
   FROM restaurants WHERE city % 'Warsaw';
-  city  | similarity | show_limit 
---------+------------+------------
- Warsaw |          1 |        0.3
-(1 row)
-
-SELECT set_limit(0.5);
- set_limit 
------------
-       0.5
-(1 row)
-
-SELECT DISTINCT city, similarity(city, 'Warsaw'), show_limit()
-  FROM restaurants WHERE city % 'Warsaw';
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/type_sanity.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/00...
--- /tmp/cirrus-ci-build/src/test/regress/expected/type_sanity.out	2024-10-17 14:51:52.230564000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/type_sanity.out	2024-10-17 14:53:28.826626...
@@ -172,573 +172,7 @@
 FROM pg_type AS t1
 WHERE t1.typtype not in ('b', 'p')
 ORDER BY 1;
- typtype |   typinput    
----------+---------------
- c       | record_in
- d       | domain_in
- e       | enum_in
- m       | multirange_in
- r       | range_in
-(5 rows)
-
--- Check for bogus typoutput routines
--- As of 8.0, this check finds refcursor, which is borrowing
--- other types' I/O routines
-SELECT t1.oid, t1.typname, p1.oid, p1.proname
...
regress
diff -U3 /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out /tmp/cirrus-ci-build/build/testrun/postgres...
--- /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out	2024-10-17 14:51:50.707477000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/postgres_fdw/regress/results/postgres_fdw.out	2024-10-17 14:54:22.853451000 +0000
@@ -2329,10019 +2329,7 @@
 (20 rows)
 
 SELECT t1c1, avg(t1c1 + t2c1) FROM (SELECT t1.c1, t2.c1 FROM ft1 t1 JOIN ft2 t2 ON (t1.c1 = t2.c1) UNION SELECT t1.c1, ...
- t1c1 |         avg          
-------+----------------------
-  101 | 202.0000000000000000
-  102 | 204.0000000000000000
-  103 | 206.0000000000000000
-  104 | 208.0000000000000000
-  105 | 210.0000000000000000
-  106 | 212.0000000000000000
-  107 | 214.0000000000000000
-  108 | 216.0000000000000000
-  109 | 218.0000000000000000
-  110 | 220.0000000000000000
-(10 rows)
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/type_sanity.out /tmp/cirrus-ci-build/build/testrun/recovery/027_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/type_sanity.out	2024-10-17 14:51:52.230564000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/type_sanity.out	2024-10-17 14:53:52.4879...
@@ -172,573 +172,7 @@
 FROM pg_type AS t1
 WHERE t1.typtype not in ('b', 'p')
 ORDER BY 1;
- typtype |   typinput    
----------+---------------
- c       | record_in
- d       | domain_in
- e       | enum_in
- m       | multirange_in
- r       | range_in
-(5 rows)
-
--- Check for bogus typoutput routines
--- As of 8.0, this check finds refcursor, which is borrowing
--- other types' I/O routines
-SELECT t1.oid, t1.typname, p1.oid, p1.proname
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/type_sanity.out /tmp/cirrus-ci-build/build/testrun/regress/regre...
--- /tmp/cirrus-ci-build/src/test/regress/expected/type_sanity.out	2024-10-17 14:51:52.230564000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/type_sanity.out	2024-10-17 14:53:27.777238000 +0000
@@ -172,573 +172,7 @@
 FROM pg_type AS t1
 WHERE t1.typtype not in ('b', 'p')
 ORDER BY 1;
- typtype |   typinput    
----------+---------------
- c       | record_in
- d       | domain_in
- e       | enum_in
- m       | multirange_in
- r       | range_in
-(5 rows)
-
--- Check for bogus typoutput routines
--- As of 8.0, this check finds refcursor, which is borrowing
--- other types' I/O routines
-SELECT t1.oid, t1.typname, p1.oid, p1.proname
...
regress
diff -U3 /tmp/cirrus-ci-build/contrib/tablefunc/expected/tablefunc.out /tmp/cirrus-ci-build/build/testrun/tablefunc/regr...
--- /tmp/cirrus-ci-build/contrib/tablefunc/expected/tablefunc.out	2024-10-17 14:51:50.721561000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/tablefunc/regress/results/tablefunc.out	2024-10-17 14:54:21.862882000 +0000
@@ -239,261 +239,7 @@
   'SELECT rowid, rowdt, attribute, val FROM cth ORDER BY 1',
   'SELECT DISTINCT rowdt, attribute FROM cth ORDER BY 2')
 AS c(rowid text, rowdt timestamp, temperature int4, test_result text, test_startdate timestamp, volts float8);
-ERROR:  invalid crosstab categories query
-DETAIL:  The query must return one column.
--- if category query generates a NULL value, get expected error
-SELECT * FROM crosstab(
-  'SELECT rowid, rowdt, attribute, val FROM cth ORDER BY 1',
-  'SELECT NULL::text')
-AS c(rowid text, rowdt timestamp, temperature int4, test_result text, test_startdate timestamp, volts float8);
-ERROR:  crosstab category value must not be null
--- if source query returns zero rows, get zero rows returned
-SELECT * FROM crosstab(
-  'SELECT rowid, rowdt, attribute, val FROM cth WHERE false ORDER BY 1',
-  'SELECT DISTINCT attribute FROM cth ORDER BY 1')
-AS c(rowid text, rowdt timestamp, temperature text, test_result text, test_startdate text, volts text);
...
tap
[14:54:38.576](1.116s) not ok 7 - checking an unresolvable database pattern under --no-strict-names status (got 1 vs exp...
[14:54:38.584](0.000s) not ok 12 - checking an unresolvable database pattern (substring of existent database) stderr /(?...
[14:54:38.591](0.000s) not ok 15 - checking an unresolvable database pattern (superstring of existent database) stderr /...
[14:54:38.623](0.000s) not ok 20 - checking a database by name without amcheck installed, no other databases stderr /(?^...
[14:54:38.623](0.000s) not ok 21 - checking a database by name without amcheck installed, no other databases stderr /(?^...
[14:54:38.640](0.017s) not ok 22 - checking a database by name without amcheck installed, with other databases status (g...
[14:54:38.641](0.000s) not ok 24 - checking a database by name without amcheck installed, with other databases stderr /(...
[14:54:38.647](0.005s) not ok 25 - checking a database by pattern without amcheck installed, with other databases status...
[14:54:38.648](0.000s) not ok 27 - checking a database by pattern without amcheck installed, with other databases stderr...
[14:54:38.653](0.000s) not ok 30 - checking table pattern ".." stderr /(?^:pg_amcheck: error: no connectable databases t...
[14:54:38.661](0.000s) not ok 33 - checking table pattern ".foo.bar" stderr /(?^:pg_amcheck: error: no connectable datab...
[14:54:38.668](0.000s) not ok 36 - checking table pattern "." stderr /(?^:pg_amcheck: error: no heap tables to check mat...
[14:54:38.758](0.012s) not ok 64 - many unmatched patterns and one matched pattern under --no-strict-names status (got 1...
[14:54:38.760](0.000s) not ok 66 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[14:54:38.760](0.000s) not ok 67 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[14:54:38.761](0.000s) not ok 68 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[14:54:38.761](0.000s) not ok 69 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[14:54:38.762](0.000s) not ok 70 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[14:54:38.762](0.000s) not ok 71 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[14:54:38.763](0.000s) not ok 72 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[14:54:38.764](0.000s) not ok 73 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[14:54:38.764](0.000s) not ok 74 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[14:54:38.764](0.000s) not ok 75 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[14:54:38.765](0.000s) not ok 76 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[14:54:38.765](0.000s) not ok 77 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[14:54:38.766](0.000s) not ok 78 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[14:54:38.766](0.000s) not ok 79 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[14:54:38.766](0.000s) not ok 80 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[14:54:38.767](0.000s) not ok 81 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[14:54:38.767](0.000s) not ok 82 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
tap
[14:54:40.070](3.833s) not ok 1 - pg_amcheck prior to corruption status (got 1 vs expected 0)
[14:54:40.071](0.001s) not ok 3 - pg_amcheck prior to corruption stderr /(?^:^$)/
[14:54:40.897](0.825s) not ok 4 - pg_amcheck all schemas, tables and indexes in database db1 status (got 1 vs expected 2...
[14:54:40.898](0.000s) not ok 5 - pg_amcheck all schemas, tables and indexes in database db1 stdout /(?^:index ".*" lack...
[14:54:40.899](0.000s) not ok 6 - pg_amcheck all schemas, tables and indexes in database db1 stdout /(?^:line pointer)/
[14:54:40.900](0.000s) not ok 7 - pg_amcheck all schemas, tables and indexes in database db1 stdout /(?^:could not open ...
[14:54:40.900](0.000s) not ok 8 - pg_amcheck all schemas, tables and indexes in database db1 stderr /(?^:^$)/
[14:54:40.907](0.006s) not ok 9 - pg_amcheck all schemas, tables and indexes in databases db1, db2, and db3 status (got ...
[14:54:40.908](0.000s) not ok 10 - pg_amcheck all schemas, tables and indexes in databases db1, db2, and db3 stdout /(?^...
[14:54:40.908](0.000s) not ok 11 - pg_amcheck all schemas, tables and indexes in databases db1, db2, and db3 stdout /(?^...
[14:54:40.909](0.000s) not ok 12 - pg_amcheck all schemas, tables and indexes in databases db1, db2, and db3 stdout /(?^...
[14:54:40.909](0.000s) not ok 13 - pg_amcheck all schemas, tables and indexes in databases db1, db2, and db3 stderr /(?^...
[14:54:40.915](0.006s) not ok 14 - pg_amcheck index s1.t1_btree reports missing main relation fork status (got 1 vs expe...
[14:54:40.916](0.000s) not ok 15 - pg_amcheck index s1.t1_btree reports missing main relation fork stdout /(?^:index ".*...
[14:54:40.917](0.000s) not ok 16 - pg_amcheck index s1.t1_btree reports missing main relation fork stderr /(?^:pg_amchec...
[14:54:40.923](0.006s) not ok 17 - pg_amcheck index s1.s2 reports index corruption status (got 1 vs expected 2)
[14:54:40.924](0.000s) not ok 18 - pg_amcheck index s1.s2 reports index corruption stdout /(?^:.+)/
[14:54:40.924](0.000s) not ok 19 - pg_amcheck index s1.s2 reports index corruption stderr /(?^:^$)/
[14:54:40.930](0.006s) not ok 20 - pg_amcheck of db1.s1 excluding indexes status (got 1 vs expected 0)
[14:54:40.931](0.000s) not ok 22 - pg_amcheck of db1.s1 excluding indexes stderr /(?^:^$)/
[14:54:40.936](0.005s) not ok 23 - pg_amcheck of db2.s1 excluding indexes status (got 1 vs expected 2)
[14:54:40.937](0.000s) not ok 24 - pg_amcheck of db2.s1 excluding indexes stdout /(?^:could not open file ".*": No such ...
[14:54:40.938](0.000s) not ok 25 - pg_amcheck of db2.s1 excluding indexes stderr /(?^:^$)/
[14:54:40.943](0.005s) not ok 26 - pg_amcheck schema s3 reports table and index errors status (got 1 vs expected 2)
[14:54:40.944](0.000s) not ok 27 - pg_amcheck schema s3 reports table and index errors stdout /(?^:index ".*" lacks a ma...
[14:54:40.944](0.000s) not ok 28 - pg_amcheck schema s3 reports table and index errors stdout /(?^:line pointer)/
[14:54:40.945](0.000s) not ok 29 - pg_amcheck schema s3 reports table and index errors stdout /(?^:could not open file "...
[14:54:40.945](0.000s) not ok 30 - pg_amcheck schema s3 reports table and index errors stderr /(?^:^$)/
[14:54:40.951](0.005s) not ok 31 - pg_amcheck in schema s4 reports toast corruption status (got 1 vs expected 2)
[14:54:40.951](0.000s) not ok 32 - pg_amcheck in schema s4 reports toast corruption stdout /(?^:could not open file ".*"...
[14:54:40.952](0.000s) not ok 33 - pg_amcheck in schema s4 reports toast corruption stderr /(?^:^$)/
[14:54:40.957](0.005s) not ok 34 - pg_amcheck in schema s4 excluding toast reports no corruption status (got 1 vs expect...
[14:54:40.958](0.000s) not ok 36 - pg_amcheck in schema s4 excluding toast reports no corruption stderr /(?^:^$)/
[14:54:40.963](0.005s) not ok 37 - pg_amcheck over schema s5 reports no corruption status (got 1 vs expected 0)
[14:54:40.964](0.000s) not ok 39 - pg_amcheck over schema s5 reports no corruption stderr /(?^:^$)/
[14:54:40.969](0.005s) not ok 40 - pg_amcheck over schema s1 with corrupt indexes excluded reports no corruption status ...
[14:54:40.970](0.000s) not ok 42 - pg_amcheck over schema s1 with corrupt indexes excluded reports no corruption stderr ...
[14:54:40.989](0.018s) not ok 43 - pg_amcheck over schema s1 with all indexes excluded reports no corruption status (got...
[14:54:40.990](0.001s) not ok 45 - pg_amcheck over schema s1 with all indexes excluded reports no corruption stderr /(?^...
[14:54:40.998](0.007s) not ok 46 - pg_amcheck over schema s2 with corrupt tables excluded reports no corruption status (...
[14:54:40.999](0.000s) not ok 48 - pg_amcheck over schema s2 with corrupt tables excluded reports no corruption stderr /...
[14:54:41.020](0.005s) not ok 55 - pg_amcheck smoke test --parent-check status (got 1 vs expected 2)
[14:54:41.020](0.000s) not ok 56 - pg_amcheck smoke test --parent-check stdout /(?^:index ".*" lacks a main relation for...
[14:54:41.021](0.000s) not ok 57 - pg_amcheck smoke test --parent-check stderr /(?^:^$)/
[14:54:41.027](0.005s) not ok 58 - pg_amcheck smoke test --heapallindexed --rootdescend status (got 1 vs expected 2)
[14:54:41.028](0.000s) not ok 59 - pg_amcheck smoke test --heapallindexed --rootdescend stdout /(?^:index ".*" lacks a m...
[14:54:41.028](0.000s) not ok 60 - pg_amcheck smoke test --heapallindexed --rootdescend stderr /(?^:^$)/
[14:54:41.034](0.005s) not ok 61 - pg_amcheck excluding all corrupt schemas status (got 1 vs expected 0)
[14:54:41.035](0.000s) not ok 63 - pg_amcheck excluding all corrupt schemas stderr /(?^:^$)/
[14:54:41.046](0.010s) not ok 64 - pg_amcheck smoke test --parent-check --checkunique status (got 1 vs expected 2)
[14:54:41.047](0.001s) not ok 65 - pg_amcheck smoke test --parent-check --checkunique stdout /(?^:index ".*" lacks a mai...
[14:54:41.047](0.000s) not ok 66 - pg_amcheck smoke test --parent-check --checkunique stderr /(?^:^$)/
[14:54:41.056](0.008s) not ok 67 - pg_amcheck smoke test --heapallindexed --rootdescend --checkunique status (got 1 vs e...
[14:54:41.057](0.000s) not ok 68 - pg_amcheck smoke test --heapallindexed --rootdescend --checkunique stdout /(?^:index ...
[14:54:41.057](0.000s) not ok 69 - pg_amcheck smoke test --heapallindexed --rootdescend --checkunique stderr /(?^:^$)/
[14:54:41.063](0.005s) not ok 70 - pg_amcheck excluding all corrupt schemas with --checkunique option status (got 1 vs e...
[14:54:41.064](0.000s) not ok 72 - pg_amcheck excluding all corrupt schemas with --checkunique option stderr /(?^:^$)/
tap
[14:54:41.727](2.975s) not ok 1 - pg_amcheck test table, prior to corruption
[14:54:41.735](0.007s) not ok 2 - pg_amcheck test table and index, prior to corruption
[14:54:41.738](0.003s) Bail out!  pg_ctl stop failed
tap
[14:54:40.501](1.573s) not ok 1 - pg_amcheck all schemas, tables and indexes reports no corruption: exit code 0
[14:54:40.502](0.001s) not ok 2 - pg_amcheck all schemas, tables and indexes reports no corruption: no stderr
tap
[14:54:50.927](1.059s) not ok 30 - run pg_createsubscriber on node S
tap
[14:54:55.858](1.293s) not ok 19 - pg_dump: option -n pg_catalog
[14:54:55.869](0.010s) not ok 20 - pg_dumpall: option --exclude-database handles database names with embedded dots
[14:54:55.876](0.001s) not ok 22 - pg_dump: option --schema rejects three-part schema names: matches
[14:54:55.882](0.000s) not ok 24 - pg_dump: option --schema rejects cross-database multipart schema names: matches
[14:54:55.891](0.000s) not ok 26 - pg_dump: option --schema rejects degenerate two-part schema name: ".": matches
[14:54:55.897](0.000s) not ok 28 - pg_dump: option --schema rejects cross-database multipart schema names with embedded ...
[14:54:55.905](0.000s) not ok 30 - pg_dump: option --schema rejects degenerate three-part schema name: "..": matches
[14:54:55.912](0.000s) not ok 32 - pg_dump: option --table rejects four-part table names: matches
[14:54:55.921](0.000s) not ok 34 - pg_dump: option --table rejects cross-database three part table names: matches
[14:54:55.931](0.002s) not ok 36 - pg_dump: option --table rejects cross-database three part table names with embedded d...
[14:54:55.954](0.022s) not ok 37 - binary_upgrade: pg_dump runs
[14:54:55.978](0.023s) not ok 38 - binary_upgrade: pg_restore runs
tap
[14:53:31.479](6.763s) not ok 5 - regression tests pass
[14:53:33.124](1.584s) not ok 6 - dump before running pg_upgrade
tap
[14:55:21.661](0.608s) not ok 192 - psql seeded_random count ok
[14:55:21.662](0.000s) not ok 193 - psql seeded_random count stderr is empty
[14:55:21.662](0.000s) not ok 194 - psql seeded_random count uniform
[14:55:21.663](0.000s) not ok 195 - psql seeded_random count exponential
[14:55:21.663](0.000s) not ok 196 - psql seeded_random count gaussian
[14:55:21.663](0.000s) not ok 197 - psql seeded_random count zipfian
tap
[14:53:54.743](6.357s) not ok 2 - regression tests pass
test
[14:56:32.969]   7/311 postgresql:pg_upgrade / pg_upgrade/004_subscription                             ERROR            ...
[14:56:32.969]   9/311 postgresql:pg_upgrade / pg_upgrade/003_logical_slots                            ERROR            ...
[14:56:32.969]  10/311 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[14:56:32.969]   6/311 postgresql:regress / regress/regress                                            ERROR            ...
[14:56:32.969]  36/311 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[14:56:32.969]  43/311 postgresql:recovery / recovery/038_save_logical_slots_shutdown                  ERROR            ...
[14:56:32.969]  47/311 postgresql:recovery / recovery/040_standby_failover_slots_sync                  ERROR            ...
[14:56:32.969]  51/311 postgresql:recovery / recovery/035_standby_logical_decoding                     ERROR            ...
[14:56:32.969]  89/311 postgresql:pageinspect / pageinspect/regress                                    ERROR            ...
[14:56:32.969]  93/311 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
[14:56:32.969]  94/311 postgresql:pg_trgm / pg_trgm/regress                                            ERROR            ...
[14:56:32.969]  98/311 postgresql:postgres_fdw / postgres_fdw/regress                                  ERROR            ...
[14:56:32.969] 140/311 postgresql:pg_amcheck / pg_amcheck/002_nonesuch                                 ERROR            ...
[14:56:32.969] 142/311 postgresql:pg_amcheck / pg_amcheck/005_opclass_damage                           ERROR            ...
[14:56:32.969] 144/311 postgresql:pg_amcheck / pg_amcheck/003_check                                    ERROR            ...
[14:56:32.969] 145/311 postgresql:pg_amcheck / pg_amcheck/004_verify_heapam                            ERROR            ...
[14:56:32.969] 159/311 postgresql:pg_basebackup / pg_basebackup/040_pg_createsubscriber                ERROR            ...
[14:56:32.969] 172/311 postgresql:pg_dump / pg_dump/002_pg_dump                                        ERROR            ...
[14:56:32.969] 222/311 postgresql:pgbench / pgbench/001_pgbench_with_server                            ERROR            ...
[14:56:32.969] 243/311 postgresql:subscription / subscription/003_constraints                          ERROR            ...
[14:56:32.969] 244/311 postgresql:subscription / subscription/004_sync                                 ERROR            ...
[14:56:32.969] 245/311 postgresql:subscription / subscription/001_rep_changes                          ERROR            ...
[14:56:32.969] 246/311 postgresql:subscription / subscription/005_encoding                             ERROR            ...
[14:56:32.969] 247/311 postgresql:subscription / subscription/002_types                                ERROR            ...
[14:56:32.969] 248/311 postgresql:subscription / subscription/006_rewrite                              ERROR            ...
[14:56:32.969] 249/311 postgresql:subscription / subscription/007_ddl                                  ERROR            ...
[14:56:32.969] 250/311 postgresql:subscription / subscription/008_diff_schema                          ERROR            ...
[14:56:32.969] 252/311 postgresql:subscription / subscription/011_generated                            ERROR            ...
[14:56:32.969] 253/311 postgresql:subscription / subscription/010_truncate                             ERROR            ...
[14:56:32.969] 254/311 postgresql:subscription / subscription/012_collation                            ERROR            ...
[14:56:32.969] 255/311 postgresql:subscription / subscription/014_binary                               ERROR            ...
[14:56:32.969] 256/311 postgresql:subscription / subscription/016_stream_subxact                       ERROR            ...
[14:56:32.969] 257/311 postgresql:subscription / subscription/015_stream                               ERROR            ...
[14:56:32.969] 258/311 postgresql:subscription / subscription/017_stream_ddl                           ERROR            ...
[14:56:32.969] 259/311 postgresql:subscription / subscription/013_partition                            ERROR            ...
[14:56:32.969] 260/311 postgresql:subscription / subscription/018_stream_subxact_abort                 ERROR            ...
[14:56:32.969] 261/311 postgresql:subscription / subscription/019_stream_subxact_ddl_abort             ERROR            ...
[14:56:32.969] 262/311 postgresql:subscription / subscription/020_messages                             ERROR            ...
[14:56:32.969] 263/311 postgresql:subscription / subscription/021_twophase                             ERROR            ...
[14:56:32.969] 264/311 postgresql:subscription / subscription/023_twophase_stream                      ERROR            ...
[14:56:32.969] 265/311 postgresql:subscription / subscription/022_twophase_cascade                     ERROR            ...
[14:56:32.969] 266/311 postgresql:subscription / subscription/024_add_drop_pub                         ERROR            ...
[14:56:32.969] 267/311 postgresql:subscription / subscription/025_rep_changes_for_schema               ERROR            ...
[14:56:32.969] 268/311 postgresql:subscription / subscription/026_stats                                ERROR            ...
[14:56:32.969] 269/311 postgresql:subscription / subscription/027_nosuperuser                          ERROR            ...
[14:56:32.969] 270/311 postgresql:subscription / subscription/028_row_filter                           ERROR            ...
[14:56:32.969] 271/311 postgresql:subscription / subscription/029_on_error                             ERROR            ...
[14:56:32.969] 272/311 postgresql:subscription / subscription/030_origin                               ERROR            ...
[14:56:32.969] 273/311 postgresql:subscription / subscription/031_column_list                          ERROR            ...
[14:56:32.969] 274/311 postgresql:subscription / subscription/032_subscribe_use_index                  ERROR            ...
[14:56:32.969] 275/311 postgresql:subscription / subscription/033_run_as_table_owner                   ERROR            ...
[14:56:32.969] 277/311 postgresql:subscription / subscription/100_bugs                                 ERROR            ...
[14:56:32.969] 310/311 postgresql:tablefunc / tablefunc/regress                                        ERROR           1...
[14:56:32.969] 311/311 postgresql:isolation / isolation/isolation                                      ERROR           1...
Linux - Debian Bookworm - Autoconf
core
[14:57:00.191] #0  0x00007f8d124abe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[14:57:00.191] #1  0x00007f8d1245cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[14:57:00.191] #2  0x00007f8d12447472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[14:57:00.191] #3  0x00007f8d136d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[14:57:00.191] #4  0x00007f8d136e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[14:57:00.191] #5  0x00007f8d136c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7f8d11e33f4e, __in_ch...
[14:57:00.191] #6  0x00007f8d136be6ae in __asan::ReportDeadlySignal (sig=...) at ../../../../src/libsanitizer/asan/asan_...
[14:57:00.191] #7  0x00007f8d136bd462 in __asan::AsanOnDeadlySignal (signo=<optimized out>, siginfo=0x7f8d11e34bf0, cont...
[14:57:00.191] #8  <signal handler called>
[14:57:00.191] #9  0x0000558f8ab4b285 in ExecInterpExpr (state=0x6250000c9810, econtext=0x6250000cba08, isnull=0x7ffcf0d...
core
[14:57:00.875] #0  0x00007f2ef62abe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[14:57:00.875] #1  0x00007f2ef625cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[14:57:00.875] #2  0x00007f2ef6247472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[14:57:00.875] #3  0x00007f2ef72d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[14:57:00.875] #4  0x00007f2ef72e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[14:57:00.875] #5  0x00007f2ef72c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7f2ef5c20f4e, __in_ch...
[14:57:00.875] #6  0x00007f2ef72be6ae in __asan::ReportDeadlySignal (sig=...) at ../../../../src/libsanitizer/asan/asan_...
[14:57:00.875] #7  0x00007f2ef72bd462 in __asan::AsanOnDeadlySignal (signo=<optimized out>, siginfo=0x7f2ef5c21bf0, cont...
[14:57:00.875] #8  <signal handler called>
[14:57:00.875] #9  0x000055f9d76c9285 in ExecInterpExpr (state=0x6250000dd810, econtext=0x6250000dfa08, isnull=0x7ffc900...
core
[14:57:01.528] #0  0x00007facf0cabe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[14:57:01.528] #1  0x00007facf0c5cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[14:57:01.528] #2  0x00007facf0c47472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[14:57:01.528] #3  0x00007facf1ed650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[14:57:01.528] #4  0x00007facf1ee2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[14:57:01.528] #5  0x00007facf1ec1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7facee031f4e, __in_ch...
[14:57:01.528] #6  0x00007facf1ebe6ae in __asan::ReportDeadlySignal (sig=...) at ../../../../src/libsanitizer/asan/asan_...
[14:57:01.528] #7  0x00007facf1ebd462 in __asan::AsanOnDeadlySignal (signo=<optimized out>, siginfo=0x7facee032bf0, cont...
[14:57:01.528] #8  <signal handler called>
[14:57:01.528] #9  0x000055ee57d75285 in ExecInterpExpr (state=0x6250000c9810, econtext=0x6250000cba08, isnull=0x7ffd4eb...
core
[14:57:02.224] #0  0x00007f2ef62abe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[14:57:02.224] #1  0x00007f2ef625cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[14:57:02.224] #2  0x00007f2ef6247472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[14:57:02.224] #3  0x00007f2ef72d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[14:57:02.224] #4  0x00007f2ef72e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[14:57:02.224] #5  0x00007f2ef72c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7f2ef5c20f4e, __in_ch...
[14:57:02.224] #6  0x00007f2ef72be6ae in __asan::ReportDeadlySignal (sig=...) at ../../../../src/libsanitizer/asan/asan_...
[14:57:02.224] #7  0x00007f2ef72bd462 in __asan::AsanOnDeadlySignal (signo=<optimized out>, siginfo=0x7f2ef5c21bf0, cont...
[14:57:02.224] #8  <signal handler called>
[14:57:02.224] #9  0x000055f9d76c9285 in ExecInterpExpr (state=0x6250000dd810, econtext=0x6250000dfa08, isnull=0x7ffc900...
core
[14:57:02.925] #0  0x00007f8d124abe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[14:57:02.925] #1  0x00007f8d1245cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[14:57:02.925] #2  0x00007f8d12447472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[14:57:02.925] #3  0x00007f8d136d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[14:57:02.925] #4  0x00007f8d136e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[14:57:02.925] #5  0x00007f8d136c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7f8d11e33f4e, __in_ch...
[14:57:02.925] #6  0x00007f8d136be6ae in __asan::ReportDeadlySignal (sig=...) at ../../../../src/libsanitizer/asan/asan_...
[14:57:02.925] #7  0x00007f8d136bd462 in __asan::AsanOnDeadlySignal (signo=<optimized out>, siginfo=0x7f8d11e34bf0, cont...
[14:57:02.925] #8  <signal handler called>
[14:57:02.925] #9  0x0000558f8ab4b285 in ExecInterpExpr (state=0x6250000c9810, econtext=0x6250000cba08, isnull=0x7ffcf0d...
core
[14:57:03.569] #0  0x00007faee90abe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[14:57:03.569] #1  0x00007faee905cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[14:57:03.569] #2  0x00007faee9047472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[14:57:03.569] #3  0x00007faeea2d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[14:57:03.569] #4  0x00007faeea2e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[14:57:03.569] #5  0x00007faeea2c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7faee8a20f4e, __in_ch...
[14:57:03.569] #6  0x00007faeea2be6ae in __asan::ReportDeadlySignal (sig=...) at ../../../../src/libsanitizer/asan/asan_...
[14:57:03.569] #7  0x00007faeea2bd462 in __asan::AsanOnDeadlySignal (signo=<optimized out>, siginfo=0x7faee8a21bf0, cont...
[14:57:03.569] #8  <signal handler called>
[14:57:03.569] #9  0x0000559dfc68c285 in ExecInterpExpr (state=0x6250000c9810, econtext=0x6250000cba08, isnull=0x7ffe61b...
core
[14:57:04.232] #0  0x00007f10ed9dbe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[14:57:04.232] #1  0x00007f10ed98cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[14:57:04.232] #2  0x00007f10ed977472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[14:57:04.232] #3  0x00007f10eead650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[14:57:04.232] #4  0x00007f10eeae2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[14:57:04.232] #5  0x00007f10eeac1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7f10ed424f4e, __in_ch...
[14:57:04.232] #6  0x00007f10eeabe6ae in __asan::ReportDeadlySignal (sig=...) at ../../../../src/libsanitizer/asan/asan_...
[14:57:04.232] #7  0x00007f10eeabd462 in __asan::AsanOnDeadlySignal (signo=<optimized out>, siginfo=0x7f10ed425bf0, cont...
[14:57:04.232] #8  <signal handler called>
[14:57:04.232] #9  0x000055f9660d1285 in ExecInterpExpr (state=0x6250000cc010, econtext=0x6250000d0a08, isnull=0x7ffd201...
core
[14:57:09.927] #0  0x00007f10ed9dbe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[14:57:09.927] #1  0x00007f10ed98cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[14:57:09.927] #2  0x00007f10ed977472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[14:57:09.927] #3  0x00007f10eead650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[14:57:09.927] #4  0x00007f10eeae2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[14:57:09.927] #5  0x00007f10eeac1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7f10ed424f4e, __in_ch...
[14:57:09.927] #6  0x00007f10eeabe6ae in __asan::ReportDeadlySignal (sig=...) at ../../../../src/libsanitizer/asan/asan_...
[14:57:09.927] #7  0x00007f10eeabd462 in __asan::AsanOnDeadlySignal (signo=<optimized out>, siginfo=0x7f10ed425bf0, cont...
[14:57:09.927] #8  <signal handler called>
[14:57:09.927] #9  0x000055f9660d1285 in ExecInterpExpr (state=0x6250000c9810, econtext=0x6250000cba08, isnull=0x7ffd201...
core
[14:57:07.983] #0  0x00007faee90abe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[14:57:07.983] #1  0x00007faee905cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[14:57:07.983] #2  0x00007faee9047472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[14:57:07.983] #3  0x00007faeea2d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[14:57:07.983] #4  0x00007faeea2e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[14:57:07.983] #5  0x00007faeea2c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7faee8a20f4e, __in_ch...
[14:57:07.983] #6  0x00007faeea2be6ae in __asan::ReportDeadlySignal (sig=...) at ../../../../src/libsanitizer/asan/asan_...
[14:57:07.983] #7  0x00007faeea2bd462 in __asan::AsanOnDeadlySignal (signo=<optimized out>, siginfo=0x7faee8a21bf0, cont...
[14:57:07.983] #8  <signal handler called>
[14:57:07.983] #9  0x0000559dfc68c285 in ExecInterpExpr (state=0x6250000cc010, econtext=0x6250000d0a08, isnull=0x7ffe61b...
core
[14:57:08.635] #0  0x00007f383d2abe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[14:57:08.635] #1  0x00007f383d25cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[14:57:08.635] #2  0x00007f383d247472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[14:57:08.635] #3  0x00007f383e4d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[14:57:08.635] #4  0x00007f383e4e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[14:57:08.635] #5  0x00007f383e4c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7f383d025f4e, __in_ch...
[14:57:08.635] #6  0x00007f383e4be6ae in __asan::ReportDeadlySignal (sig=...) at ../../../../src/libsanitizer/asan/asan_...
[14:57:08.635] #7  0x00007f383e4bd462 in __asan::AsanOnDeadlySignal (signo=<optimized out>, siginfo=0x7f383d026bf0, cont...
[14:57:08.635] #8  <signal handler called>
[14:57:08.635] #9  0x000055897ab18285 in ExecInterpExpr (state=0x625000090820, econtext=0x6290001339d8, isnull=0x7ffcccc...
core
[14:57:09.278] #0  0x00007f12250abe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[14:57:09.278] #1  0x00007f122505cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[14:57:09.278] #2  0x00007f1225047472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[14:57:09.278] #3  0x00007f12260d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[14:57:09.278] #4  0x00007f12260e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[14:57:09.278] #5  0x00007f12260c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7f12247f6f4e, __in_ch...
[14:57:09.278] #6  0x00007f12260be6ae in __asan::ReportDeadlySignal (sig=...) at ../../../../src/libsanitizer/asan/asan_...
[14:57:09.278] #7  0x00007f12260bd462 in __asan::AsanOnDeadlySignal (signo=<optimized out>, siginfo=0x7f12247f7bf0, cont...
[14:57:09.278] #8  <signal handler called>
[14:57:09.278] #9  0x000056361b3c9285 in ExecInterpExpr (state=0x62500009c810, econtext=0x6250000a1208, isnull=0x7ffce0e...
core
[14:56:59.517] #0  0x00007f8d124abe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[14:56:59.517] #1  0x00007f8d1245cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[14:56:59.517] #2  0x00007f8d12447472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[14:56:59.517] #3  0x00007f8d136d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[14:56:59.517] #4  0x00007f8d136e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[14:56:59.517] #5  0x00007f8d136c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7f8d11e33f4e, __in_ch...
[14:56:59.517] #6  0x00007f8d136be6ae in __asan::ReportDeadlySignal (sig=...) at ../../../../src/libsanitizer/asan/asan_...
[14:56:59.517] #7  0x00007f8d136bd462 in __asan::AsanOnDeadlySignal (signo=<optimized out>, siginfo=0x7f8d11e34bf0, cont...
[14:56:59.517] #8  <signal handler called>
[14:56:59.517] #9  0x0000558f8ab4b285 in ExecInterpExpr (state=0x6250000c9810, econtext=0x6250000cba08, isnull=0x7ffcf0d...
core
[14:57:04.755] #0  0x00007f64f5cabe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[14:57:04.755] #1  0x00007f64f5c5cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[14:57:04.755] #2  0x00007f64f5c47472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[14:57:04.755] #3  0x00007f64f6ed650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[14:57:04.755] #4  0x00007f64f6ee2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[14:57:04.755] #5  0x00007f64f6ec1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7f64f5630f4e, __in_ch...
[14:57:04.755] #6  0x00007f64f6ebe6ae in __asan::ReportDeadlySignal (sig=...) at ../../../../src/libsanitizer/asan/asan_...
[14:57:04.755] #7  0x00007f64f6ebd462 in __asan::AsanOnDeadlySignal (signo=<optimized out>, siginfo=0x7f64f5631bf0, cont...
[14:57:04.755] #8  <signal handler called>
[14:57:04.755] #9  0x0000559e1ae80285 in ExecInterpExpr (state=0x625000093e00, econtext=0x625000094a60, isnull=0x7ffe9d3...
core
[14:57:05.428] #0  0x00007f8d124abe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[14:57:05.428] #1  0x00007f8d1245cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[14:57:05.428] #2  0x00007f8d12447472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[14:57:05.428] #3  0x00007f8d136d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[14:57:05.428] #4  0x00007f8d136e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[14:57:05.428] #5  0x00007f8d136c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7f8d11e33f4e, __in_ch...
[14:57:05.428] #6  0x00007f8d136be6ae in __asan::ReportDeadlySignal (sig=...) at ../../../../src/libsanitizer/asan/asan_...
[14:57:05.428] #7  0x00007f8d136bd462 in __asan::AsanOnDeadlySignal (signo=<optimized out>, siginfo=0x7f8d11e34bf0, cont...
[14:57:05.428] #8  <signal handler called>
[14:57:05.428] #9  0x0000558f8ab4b285 in ExecInterpExpr (state=0x6250000c9810, econtext=0x6250000cba08, isnull=0x7ffcf0d...
core
[14:57:05.949] #0  0x00007effa68abe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[14:57:05.949] #1  0x00007effa685cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[14:57:05.949] #2  0x00007effa6847472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[14:57:05.949] #3  0x00007effa7ad650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[14:57:05.949] #4  0x00007effa7ae2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[14:57:05.949] #5  0x00007effa7ac1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7effa6626f4e, __in_ch...
[14:57:05.949] #6  0x00007effa7abe6ae in __asan::ReportDeadlySignal (sig=...) at ../../../../src/libsanitizer/asan/asan_...
[14:57:05.949] #7  0x00007effa7abd462 in __asan::AsanOnDeadlySignal (signo=<optimized out>, siginfo=0x7effa6627bf0, cont...
[14:57:05.949] #8  <signal handler called>
[14:57:05.949] #9  0x0000558e26cdd285 in ExecInterpExpr (state=0x6290001cac60, econtext=0x62d000111168, isnull=0x7ffd12c...
core
[14:57:07.308] #0  0x00007f96ae0abe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[14:57:07.308] #1  0x00007f96ae05cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[14:57:07.308] #2  0x00007f96ae047472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[14:57:07.308] #3  0x00007f96af2d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[14:57:07.308] #4  0x00007f96af2e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[14:57:07.308] #5  0x00007f96af2c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7f96ada66f4e, __in_ch...
[14:57:07.308] #6  0x00007f96af2be6ae in __asan::ReportDeadlySignal (sig=...) at ../../../../src/libsanitizer/asan/asan_...
[14:57:07.308] #7  0x00007f96af2bd462 in __asan::AsanOnDeadlySignal (signo=<optimized out>, siginfo=0x7f96ada67bf0, cont...
[14:57:07.308] #8  <signal handler called>
[14:57:07.308] #9  0x0000556bf5b72285 in ExecInterpExpr (state=0x6250000c5020, econtext=0x6290000489d8, isnull=0x7ffc34c...
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pageinspect/expected/brin.out /tmp/cirrus-ci-build/contrib/pageinspect/results/bri...
--- /tmp/cirrus-ci-build/contrib/pageinspect/expected/brin.out	2024-10-17 14:51:46.490497647 +0000
+++ /tmp/cirrus-ci-build/contrib/pageinspect/results/brin.out	2024-10-17 14:56:25.559550666 +0000
@@ -161,50 +161,7 @@
 SELECT * FROM brin_page_items(get_raw_page('brin_test_parallel_idx', 2), 'brin_test_parallel_idx')
 EXCEPT
 SELECT * FROM brin_page_items(get_raw_page('brin_test_serial_idx', 2), 'brin_test_serial_idx');
- itemoffset | blknum | attnum | allnulls | hasnulls | placeholder | empty | value 
-------------+--------+--------+----------+----------+-------------+-------+-------
-(0 rows)
-
-SELECT * FROM brin_page_items(get_raw_page('brin_test_serial_idx', 2), 'brin_test_serial_idx')
-EXCEPT
-SELECT * FROM brin_page_items(get_raw_page('brin_test_parallel_idx', 2), 'brin_test_parallel_idx');
- itemoffset | blknum | attnum | allnulls | hasnulls | placeholder | empty | value 
-------------+--------+--------+----------+----------+-------------+-------+-------
-(0 rows)
-
-DROP INDEX brin_test_parallel_idx;
--- force parallel build, but don't allow starting parallel workers to force
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/matview-write-skew.out /tmp/cirrus-ci-build/src/test/isolation...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/matview-write-skew.out	2024-10-17 14:51:48.174446825 +0000
+++ /tmp/cirrus-ci-build/src/test/isolation/output_iso/results/matview-write-skew.out	2024-10-17 14:56:40.835567319 +000...
@@ -1,121 +1,6 @@
 Parsed test spec with 2 sessions
 
 starting permutation: s1_begin s2_begin s1_refresh s2_read s2_insert s1_commit s2_commit
-step s1_begin: BEGIN ISOLATION LEVEL SERIALIZABLE;
-step s2_begin: BEGIN ISOLATION LEVEL SERIALIZABLE;
-step s1_refresh: REFRESH MATERIALIZED VIEW CONCURRENTLY order_summary;
-step s2_read: SELECT max(date) FROM order_summary;
-       max
-----------
-04-01-2022
-(1 row)
-
-step s2_insert: INSERT INTO orders VALUES ('2022-04-02', 'orange', 15);
-step s1_commit: COMMIT;
-step s2_commit: COMMIT;
-ERROR:  could not serialize access due to read/write dependencies among transactions
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/type_sanity.out /tmp/cirrus-ci-build/src/test/regress/results/ty...
--- /tmp/cirrus-ci-build/src/test/regress/expected/type_sanity.out	2024-10-17 14:51:48.402901615 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/type_sanity.out	2024-10-17 14:55:27.315906049 +0000
@@ -172,573 +172,7 @@
 FROM pg_type AS t1
 WHERE t1.typtype not in ('b', 'p')
 ORDER BY 1;
- typtype |   typinput    
----------+---------------
- c       | record_in
- d       | domain_in
- e       | enum_in
- m       | multirange_in
- r       | range_in
-(5 rows)
-
--- Check for bogus typoutput routines
--- As of 8.0, this check finds refcursor, which is borrowing
--- other types' I/O routines
-SELECT t1.oid, t1.typname, p1.oid, p1.proname
...
sanitizer
SUMMARY: AddressSanitizer: SEGV /tmp/cirrus-ci-build/src/backend/executor/execExprInterp.c:1605 in ExecInterpExpr
sanitizer
SUMMARY: AddressSanitizer: SEGV /tmp/cirrus-ci-build/src/backend/executor/execExprInterp.c:1605 in ExecInterpExpr
sanitizer
SUMMARY: AddressSanitizer: SEGV /tmp/cirrus-ci-build/src/backend/executor/execExprInterp.c:1605 in ExecInterpExpr
sanitizer
SUMMARY: AddressSanitizer: SEGV /tmp/cirrus-ci-build/src/backend/executor/execExprInterp.c:1605 in ExecInterpExpr
sanitizer
SUMMARY: AddressSanitizer: SEGV /tmp/cirrus-ci-build/src/backend/executor/execExprInterp.c:1605 in ExecInterpExpr
sanitizer
SUMMARY: AddressSanitizer: SEGV /tmp/cirrus-ci-build/src/backend/executor/execExprInterp.c:1605 in ExecInterpExpr
sanitizer
SUMMARY: AddressSanitizer: SEGV /tmp/cirrus-ci-build/src/backend/executor/execExprInterp.c:1605 in ExecInterpExpr
sanitizer
SUMMARY: AddressSanitizer: SEGV /tmp/cirrus-ci-build/src/backend/executor/execExprInterp.c:1605 in ExecInterpExpr
sanitizer
SUMMARY: AddressSanitizer: SEGV /tmp/cirrus-ci-build/src/backend/executor/execExprInterp.c:1605 in ExecInterpExpr
sanitizer
SUMMARY: AddressSanitizer: SEGV /tmp/cirrus-ci-build/src/backend/executor/execExprInterp.c:1605 in ExecInterpExpr
sanitizer
SUMMARY: AddressSanitizer: SEGV /tmp/cirrus-ci-build/src/backend/executor/execExprInterp.c:1605 in ExecInterpExpr
sanitizer
SUMMARY: AddressSanitizer: SEGV /tmp/cirrus-ci-build/src/backend/executor/execExprInterp.c:1605 in ExecInterpExpr
sanitizer
SUMMARY: AddressSanitizer: SEGV /tmp/cirrus-ci-build/src/backend/executor/execExprInterp.c:1605 in ExecInterpExpr
sanitizer
SUMMARY: AddressSanitizer: SEGV /tmp/cirrus-ci-build/src/backend/executor/execExprInterp.c:1605 in ExecInterpExpr
sanitizer
SUMMARY: AddressSanitizer: SEGV /tmp/cirrus-ci-build/src/backend/executor/execExprInterp.c:1605 in ExecInterpExpr
sanitizer
SUMMARY: AddressSanitizer: SEGV /tmp/cirrus-ci-build/src/backend/executor/execExprInterp.c:1605 in ExecInterpExpr
tap
[14:55:30.864](0.997s) not ok 7 - checking an unresolvable database pattern under --no-strict-names status (got 1 vs exp...
[14:55:31.780](0.564s) not ok 22 - checking a database by name without amcheck installed, with other databases status (g...
[14:55:31.781](0.000s) not ok 24 - checking a database by name without amcheck installed, with other databases stderr /(...
[14:55:31.840](0.059s) not ok 25 - checking a database by pattern without amcheck installed, with other databases status...
[14:55:31.841](0.000s) not ok 27 - checking a database by pattern without amcheck installed, with other databases stderr...
[14:55:31.906](0.000s) not ok 30 - checking table pattern ".." stderr /(?^:pg_amcheck: error: no connectable databases t...
[14:55:31.980](0.000s) not ok 33 - checking table pattern ".foo.bar" stderr /(?^:pg_amcheck: error: no connectable datab...
[14:55:32.043](0.000s) not ok 36 - checking table pattern "." stderr /(?^:pg_amcheck: error: no heap tables to check mat...
[14:55:32.394](0.084s) not ok 64 - many unmatched patterns and one matched pattern under --no-strict-names status (got 1...
[14:55:32.395](0.000s) not ok 66 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[14:55:32.395](0.000s) not ok 67 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[14:55:32.395](0.000s) not ok 68 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[14:55:32.396](0.000s) not ok 69 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[14:55:32.396](0.000s) not ok 70 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[14:55:32.396](0.000s) not ok 71 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[14:55:32.397](0.000s) not ok 72 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[14:55:32.397](0.000s) not ok 73 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[14:55:32.398](0.000s) not ok 74 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[14:55:32.399](0.000s) not ok 75 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[14:55:32.399](0.000s) not ok 76 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[14:55:32.400](0.000s) not ok 77 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[14:55:32.400](0.000s) not ok 78 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[14:55:32.401](0.000s) not ok 79 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[14:55:32.401](0.000s) not ok 80 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[14:55:32.402](0.000s) not ok 81 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[14:55:32.402](0.000s) not ok 82 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
tap
[14:55:45.151](12.255s) not ok 1 - pg_amcheck prior to corruption status (got 1 vs expected 0)
[14:55:45.152](0.000s) not ok 3 - pg_amcheck prior to corruption stderr /(?^:^$)/
[14:55:47.597](2.445s) not ok 4 - pg_amcheck all schemas, tables and indexes in database db1 status (got 1 vs expected 2...
[14:55:47.598](0.000s) not ok 5 - pg_amcheck all schemas, tables and indexes in database db1 stdout /(?^:index ".*" lack...
[14:55:47.598](0.000s) not ok 6 - pg_amcheck all schemas, tables and indexes in database db1 stdout /(?^:line pointer)/
[14:55:47.598](0.000s) not ok 7 - pg_amcheck all schemas, tables and indexes in database db1 stdout /(?^:could not open ...
[14:55:47.599](0.000s) not ok 8 - pg_amcheck all schemas, tables and indexes in database db1 stderr /(?^:^$)/
[14:55:48.411](0.812s) not ok 9 - pg_amcheck all schemas, tables and indexes in databases db1, db2, and db3 status (got ...
[14:55:48.412](0.000s) not ok 10 - pg_amcheck all schemas, tables and indexes in databases db1, db2, and db3 stdout /(?^...
[14:55:48.413](0.000s) not ok 11 - pg_amcheck all schemas, tables and indexes in databases db1, db2, and db3 stdout /(?^...
[14:55:48.413](0.000s) not ok 12 - pg_amcheck all schemas, tables and indexes in databases db1, db2, and db3 stdout /(?^...
[14:55:48.414](0.000s) not ok 13 - pg_amcheck all schemas, tables and indexes in databases db1, db2, and db3 stderr /(?^...
[14:55:48.509](0.095s) not ok 14 - pg_amcheck index s1.t1_btree reports missing main relation fork status (got 1 vs expe...
[14:55:48.510](0.001s) not ok 15 - pg_amcheck index s1.t1_btree reports missing main relation fork stdout /(?^:index ".*...
[14:55:48.510](0.000s) not ok 16 - pg_amcheck index s1.t1_btree reports missing main relation fork stderr /(?^:pg_amchec...
[14:55:48.590](0.080s) not ok 17 - pg_amcheck index s1.s2 reports index corruption status (got 1 vs expected 2)
[14:55:48.591](0.000s) not ok 18 - pg_amcheck index s1.s2 reports index corruption stdout /(?^:.+)/
[14:55:48.591](0.000s) not ok 19 - pg_amcheck index s1.s2 reports index corruption stderr /(?^:^$)/
[14:55:48.645](0.054s) not ok 20 - pg_amcheck of db1.s1 excluding indexes status (got 1 vs expected 0)
[14:55:48.646](0.000s) not ok 22 - pg_amcheck of db1.s1 excluding indexes stderr /(?^:^$)/
[14:55:48.702](0.056s) not ok 23 - pg_amcheck of db2.s1 excluding indexes status (got 1 vs expected 2)
[14:55:48.703](0.000s) not ok 24 - pg_amcheck of db2.s1 excluding indexes stdout /(?^:could not open file ".*": No such ...
[14:55:48.703](0.000s) not ok 25 - pg_amcheck of db2.s1 excluding indexes stderr /(?^:^$)/
[14:55:48.765](0.062s) not ok 26 - pg_amcheck schema s3 reports table and index errors status (got 1 vs expected 2)
[14:55:48.768](0.000s) not ok 27 - pg_amcheck schema s3 reports table and index errors stdout /(?^:index ".*" lacks a ma...
[14:55:48.769](0.000s) not ok 28 - pg_amcheck schema s3 reports table and index errors stdout /(?^:line pointer)/
[14:55:48.769](0.000s) not ok 29 - pg_amcheck schema s3 reports table and index errors stdout /(?^:could not open file "...
[14:55:48.769](0.000s) not ok 30 - pg_amcheck schema s3 reports table and index errors stderr /(?^:^$)/
[14:55:48.823](0.054s) not ok 31 - pg_amcheck in schema s4 reports toast corruption status (got 1 vs expected 2)
[14:55:48.824](0.000s) not ok 32 - pg_amcheck in schema s4 reports toast corruption stdout /(?^:could not open file ".*"...
[14:55:48.824](0.000s) not ok 33 - pg_amcheck in schema s4 reports toast corruption stderr /(?^:^$)/
[14:55:48.872](0.047s) not ok 34 - pg_amcheck in schema s4 excluding toast reports no corruption status (got 1 vs expect...
[14:55:48.872](0.000s) not ok 36 - pg_amcheck in schema s4 excluding toast reports no corruption stderr /(?^:^$)/
[14:55:48.937](0.064s) not ok 37 - pg_amcheck over schema s5 reports no corruption status (got 1 vs expected 0)
[14:55:48.938](0.000s) not ok 39 - pg_amcheck over schema s5 reports no corruption stderr /(?^:^$)/
[14:55:49.005](0.067s) not ok 40 - pg_amcheck over schema s1 with corrupt indexes excluded reports no corruption status ...
[14:55:49.006](0.000s) not ok 42 - pg_amcheck over schema s1 with corrupt indexes excluded reports no corruption stderr ...
[14:55:49.048](0.042s) not ok 43 - pg_amcheck over schema s1 with all indexes excluded reports no corruption status (got...
[14:55:49.049](0.000s) not ok 45 - pg_amcheck over schema s1 with all indexes excluded reports no corruption stderr /(?^...
[14:55:49.118](0.069s) not ok 46 - pg_amcheck over schema s2 with corrupt tables excluded reports no corruption status (...
[14:55:49.119](0.000s) not ok 48 - pg_amcheck over schema s2 with corrupt tables excluded reports no corruption stderr /...
[14:55:49.277](0.028s) not ok 55 - pg_amcheck smoke test --parent-check status (got 1 vs expected 2)
[14:55:49.277](0.000s) not ok 56 - pg_amcheck smoke test --parent-check stdout /(?^:index ".*" lacks a main relation for...
[14:55:49.278](0.000s) not ok 57 - pg_amcheck smoke test --parent-check stderr /(?^:^$)/
[14:55:49.301](0.023s) not ok 58 - pg_amcheck smoke test --heapallindexed --rootdescend status (got 1 vs expected 2)
[14:55:49.302](0.000s) not ok 59 - pg_amcheck smoke test --heapallindexed --rootdescend stdout /(?^:index ".*" lacks a m...
[14:55:49.302](0.000s) not ok 60 - pg_amcheck smoke test --heapallindexed --rootdescend stderr /(?^:^$)/
[14:55:49.344](0.042s) not ok 61 - pg_amcheck excluding all corrupt schemas status (got 1 vs expected 0)
[14:55:49.345](0.000s) not ok 63 - pg_amcheck excluding all corrupt schemas stderr /(?^:^$)/
[14:55:49.363](0.017s) not ok 64 - pg_amcheck smoke test --parent-check --checkunique status (got 1 vs expected 2)
[14:55:49.363](0.000s) not ok 65 - pg_amcheck smoke test --parent-check --checkunique stdout /(?^:index ".*" lacks a mai...
[14:55:49.363](0.000s) not ok 66 - pg_amcheck smoke test --parent-check --checkunique stderr /(?^:^$)/
[14:55:49.386](0.023s) not ok 67 - pg_amcheck smoke test --heapallindexed --rootdescend --checkunique status (got 1 vs e...
[14:55:49.387](0.000s) not ok 68 - pg_amcheck smoke test --heapallindexed --rootdescend --checkunique stdout /(?^:index ...
[14:55:49.387](0.000s) not ok 69 - pg_amcheck smoke test --heapallindexed --rootdescend --checkunique stderr /(?^:^$)/
[14:55:49.426](0.039s) not ok 70 - pg_amcheck excluding all corrupt schemas with --checkunique option status (got 1 vs e...
[14:55:49.427](0.000s) not ok 72 - pg_amcheck excluding all corrupt schemas with --checkunique option stderr /(?^:^$)/
tap
[14:55:57.149](7.352s) not ok 1 - pg_amcheck test table, prior to corruption
[14:55:57.791](0.641s) not ok 2 - pg_amcheck test table and index, prior to corruption
[14:56:00.429](2.638s) not ok 3 - Expected corruption message output status (got 1 vs expected 2)
[14:56:00.429](0.000s) not ok 4 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.tes...
[14:56:00.430](0.000s) not ok 5 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.tes...
[14:56:00.430](0.000s) not ok 6 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.tes...
[14:56:00.431](0.000s) not ok 7 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.tes...
[14:56:00.431](0.000s) not ok 8 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.tes...
[14:56:00.431](0.000s) not ok 9 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.tes...
[14:56:00.432](0.000s) not ok 10 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[14:56:00.432](0.000s) not ok 11 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[14:56:00.432](0.000s) not ok 12 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[14:56:00.433](0.000s) not ok 13 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[14:56:00.433](0.000s) not ok 14 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[14:56:00.434](0.001s) not ok 15 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[14:56:00.435](0.000s) not ok 16 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[14:56:00.435](0.000s) not ok 17 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[14:56:00.436](0.000s) not ok 18 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[14:56:00.438](0.000s) not ok 19 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[14:56:00.438](0.000s) not ok 20 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[14:56:00.439](0.000s) not ok 21 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[14:56:00.439](0.000s) not ok 22 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[14:56:00.440](0.000s) not ok 23 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[14:56:00.440](0.000s) not ok 24 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[14:56:00.441](0.000s) not ok 25 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[14:56:00.441](0.000s) not ok 26 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[14:56:00.442](0.000s) not ok 27 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[14:56:00.442](0.000s) not ok 28 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[14:56:00.443](0.000s) not ok 29 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[14:56:00.443](0.000s) not ok 30 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[14:56:00.443](0.000s) not ok 31 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[14:56:00.444](0.000s) not ok 32 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
tap
[14:56:03.193](1.543s) not ok 1 - pg_amcheck all schemas, tables and indexes reports no corruption: exit code 0
[14:56:03.194](0.000s) not ok 2 - pg_amcheck all schemas, tables and indexes reports no corruption: no stderr
[14:56:03.888](0.694s) not ok 4 - pg_amcheck all schemas, tables and indexes reports fickleidx corruption status (got 1 ...
[14:56:03.889](0.000s) not ok 5 - pg_amcheck all schemas, tables and indexes reports fickleidx corruption stdout /(?^:it...
[14:56:04.703](0.815s) not ok 6 - pg_amcheck all schemas, tables and indexes reports no corruption: exit code 0
[14:56:04.704](0.000s) not ok 7 - pg_amcheck all schemas, tables and indexes reports no corruption: no stderr
[14:56:05.583](0.879s) not ok 9 - pg_amcheck all schemas, tables and indexes reports bttest_unique_idx corruption status...
[14:56:05.584](0.000s) not ok 10 - pg_amcheck all schemas, tables and indexes reports bttest_unique_idx corruption stdou...
tap
[14:56:34.245](0.936s) not ok 30 - run pg_createsubscriber on node S
Linux - Debian Bookworm - Meson
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 26496
core
[15:00:55.952] #0  0x00007fd4ef6a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:00:55.952] #1  0x00007fd4ef65afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[15:00:55.952] #2  0x00007fd4ef645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[15:00:55.952] #3  0x00007fd4ef81e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[15:00:55.952] #4  0x00007fd4ef82aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[15:00:55.952] #5  0x00007fd4ef80d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x559d32b10560,...
[15:00:55.952] #6  0x0000559d31d3d9ef in ExecInterpExpr (state=0x559d430ea5e0, econtext=0x559d430eb240, isnull=0x7fffe1d...
[15:00:55.952] #7  0x0000559d31d2eda7 in ExecInterpExprStillValid (state=0x559d430ea5e0, econtext=0x559d430eb240, isNull...
[15:00:55.952] #8  0x0000559d31d40d13 in ExecEvalExpr (isNull=0x7fffe1d7c78f, econtext=<optimized out>, state=<optimized...
[15:00:55.952] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[15:01:31.459] #0  0x00007f68f32a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:31.459] #1  0x00007f68f325afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:31.459] #2  0x00007f68f3245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:31.459] #3  0x00007f68f341e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[15:01:31.459] #4  0x00007f68f342aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[15:01:31.459] #5  0x00007f68f340d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55a68e795560,...
[15:01:31.459] #6  0x000055a68d9c29ef in ExecInterpExpr (state=0x55a6c2fa65e0, econtext=0x55a6c2fa7240, isnull=0x7ffc6a0...
[15:01:31.459] #7  0x000055a68d9b3da7 in ExecInterpExprStillValid (state=0x55a6c2fa65e0, econtext=0x55a6c2fa7240, isNull...
[15:01:31.459] #8  0x000055a68d9c5d13 in ExecEvalExpr (isNull=0x7ffc6a06737f, econtext=<optimized out>, state=<optimized...
[15:01:31.459] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[15:01:30.994] #0  0x00007fdf172a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:30.994] #1  0x00007fdf1725afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:30.994] #2  0x00007fdf17245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:30.994] #3  0x00007fdf1741e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[15:01:30.994] #4  0x00007fdf1742aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[15:01:30.994] #5  0x00007fdf1740d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x56537c262560,...
[15:01:30.994] #6  0x000056537b48f9ef in ExecInterpExpr (state=0x5653899f6d00, econtext=0x565389a01628, isnull=0x7ffed7d...
[15:01:30.994] #7  0x000056537b480da7 in ExecInterpExprStillValid (state=0x5653899f6d00, econtext=0x565389a01628, isNull...
[15:01:30.994] #8  0x000056537b492d13 in ExecEvalExpr (isNull=0x7ffed7d8e53f, econtext=<optimized out>, state=<optimized...
[15:01:30.994] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[15:01:30.367] #0  0x00007f756d4a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:30.367] #1  0x00007f756d45afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:30.367] #2  0x00007f756d445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:30.367] #3  0x00007f756d61e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[15:01:30.367] #4  0x00007f756d62aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[15:01:30.367] #5  0x00007f756d60d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x5617beb2c560,...
[15:01:30.367] #6  0x00005617bdd599ef in ExecInterpExpr (state=0x5617f8469b50, econtext=0x5617f846a7b0, isnull=0x7ffdba7...
[15:01:30.367] #7  0x00005617bdd4ada7 in ExecInterpExprStillValid (state=0x5617f8469b50, econtext=0x5617f846a7b0, isNull...
[15:01:30.367] #8  0x00005617bdd5cd13 in ExecEvalExpr (isNull=0x7ffdba7d221f, econtext=<optimized out>, state=<optimized...
[15:01:30.367] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[15:01:29.893] #0  0x00007f0c96ca9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:29.893] #1  0x00007f0c96c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:29.893] #2  0x00007f0c96c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:29.893] #3  0x00007f0c96e1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[15:01:29.893] #4  0x00007f0c96e2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[15:01:29.893] #5  0x00007f0c96e0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x560a5b972560,...
[15:01:29.893] #6  0x0000560a5ab9f9ef in ExecInterpExpr (state=0x560a812dabd0, econtext=0x560a812db830, isnull=0x7ffff47...
[15:01:29.893] #7  0x0000560a5ab90da7 in ExecInterpExprStillValid (state=0x560a812dabd0, econtext=0x560a812db830, isNull...
[15:01:29.893] #8  0x0000560a5aba2d13 in ExecEvalExpr (isNull=0x7ffff477777f, econtext=<optimized out>, state=<optimized...
[15:01:29.893] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[15:01:29.419] #0  0x00007fb3b1ca9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:29.419] #1  0x00007fb3b1c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:29.419] #2  0x00007fb3b1c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:29.419] #3  0x00007fb3b1e1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[15:01:29.419] #4  0x00007fb3b1e2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[15:01:29.419] #5  0x00007fb3b1e0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x56241bc84560,...
[15:01:29.419] #6  0x000056241aeb19ef in ExecInterpExpr (state=0x562437b44fb0, econtext=0x562437b45c10, isnull=0x7ffde22...
[15:01:29.419] #7  0x000056241aea2da7 in ExecInterpExprStillValid (state=0x562437b44fb0, econtext=0x562437b45c10, isNull...
[15:01:29.419] #8  0x000056241aeb4d13 in ExecEvalExpr (isNull=0x7ffde22a5f3f, econtext=<optimized out>, state=<optimized...
[15:01:29.419] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[15:01:28.953] #0  0x00007fe63c0a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:28.953] #1  0x00007fe63c05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:28.953] #2  0x00007fe63c045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:28.953] #3  0x00007fe63c21e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[15:01:28.953] #4  0x00007fe63c22aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[15:01:28.953] #5  0x00007fe63c20d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x5557f3ce7560,...
[15:01:28.953] #6  0x00005557f2f149ef in ExecInterpExpr (state=0x5558006740d0, econtext=0x555800675ad8, isnull=0x7fffddc...
[15:01:28.953] #7  0x00005557f2f05da7 in ExecInterpExprStillValid (state=0x5558006740d0, econtext=0x555800675ad8, isNull...
[15:01:28.953] #8  0x00005557f2f17d13 in ExecEvalExpr (isNull=0x7fffddcdf31f, econtext=<optimized out>, state=<optimized...
[15:01:28.953] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[15:01:28.338] #0  0x00007f5ced6a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:28.338] #1  0x00007f5ced65afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:28.338] #2  0x00007f5ced645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:28.338] #3  0x00007f5ced81e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[15:01:28.338] #4  0x00007f5ced82aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[15:01:28.338] #5  0x00007f5ced80d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x562e0335d560,...
[15:01:28.338] #6  0x0000562e0258a9ef in ExecInterpExpr (state=0x562e420c5f90, econtext=0x562e420c7998, isnull=0x7ffc729...
[15:01:28.338] #7  0x0000562e0257bda7 in ExecInterpExprStillValid (state=0x562e420c5f90, econtext=0x562e420c7998, isNull...
[15:01:28.338] #8  0x0000562e0258dd13 in ExecEvalExpr (isNull=0x7ffc729f884f, econtext=<optimized out>, state=<optimized...
[15:01:28.338] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[15:01:27.725] #0  0x00007fcabe6a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:27.725] #1  0x00007fcabe65afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:27.725] #2  0x00007fcabe645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:27.725] #3  0x00007fcabe81e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[15:01:27.725] #4  0x00007fcabe82aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[15:01:27.725] #5  0x00007fcabe80d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x565189b40560,...
[15:01:27.725] #6  0x0000565188d6d9ef in ExecInterpExpr (state=0x5651c154d530, econtext=0x5651c154e190, isnull=0x7ffd78f...
[15:01:27.725] #7  0x0000565188d5eda7 in ExecInterpExprStillValid (state=0x5651c154d530, econtext=0x5651c154e190, isNull...
[15:01:27.725] #8  0x0000565188d70d13 in ExecEvalExpr (isNull=0x7ffd78fa328f, econtext=<optimized out>, state=<optimized...
[15:01:27.725] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[15:01:27.252] #0  0x00007fdf172a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:27.252] #1  0x00007fdf1725afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:27.252] #2  0x00007fdf17245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:27.252] #3  0x00007fdf1741e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[15:01:27.252] #4  0x00007fdf1742aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[15:01:27.252] #5  0x00007fdf1740d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x56537c262560,...
[15:01:27.252] #6  0x000056537b48f9ef in ExecInterpExpr (state=0x5653899c5290, econtext=0x565389993a18, isnull=0x7ffed7d...
[15:01:27.252] #7  0x000056537b480da7 in ExecInterpExprStillValid (state=0x5653899c5290, econtext=0x565389993a18, isNull...
[15:01:27.252] #8  0x000056537b492d13 in ExecEvalExpr (isNull=0x7ffed7d8e53f, econtext=<optimized out>, state=<optimized...
[15:01:27.252] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[15:01:26.612] #0  0x00007f22b5ea9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:26.612] #1  0x00007f22b5e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:26.612] #2  0x00007f22b5e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:26.612] #3  0x00007f22b601e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[15:01:26.612] #4  0x00007f22b602aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[15:01:26.612] #5  0x00007f22b600d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55e28f254560,...
[15:01:26.612] #6  0x000055e28e4819ef in ExecInterpExpr (state=0x55e2c07e9e50, econtext=0x55e2c07eaab0, isnull=0x7fff5bd...
[15:01:26.612] #7  0x000055e28e472da7 in ExecInterpExprStillValid (state=0x55e2c07e9e50, econtext=0x55e2c07eaab0, isNull...
[15:01:26.612] #8  0x000055e28e484d13 in ExecEvalExpr (isNull=0x7fff5bd30e2f, econtext=<optimized out>, state=<optimized...
[15:01:26.612] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[15:01:26.127] #0  0x00007f16454a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:26.127] #1  0x00007f164545afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:26.127] #2  0x00007f1645445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:26.127] #3  0x00007f164561e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[15:01:26.127] #4  0x00007f164562aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[15:01:26.127] #5  0x00007f164560d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55f520ed6560,...
[15:01:26.127] #6  0x000055f5201039ef in ExecInterpExpr (state=0x55f5475495e0, econtext=0x55f54754a240, isnull=0x7ffdf99...
[15:01:26.127] #7  0x000055f5200f4da7 in ExecInterpExprStillValid (state=0x55f5475495e0, econtext=0x55f54754a240, isNull...
[15:01:26.127] #8  0x000055f520106d13 in ExecEvalExpr (isNull=0x7ffdf99efa9f, econtext=<optimized out>, state=<optimized...
[15:01:26.127] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[15:01:25.643] #0  0x00007f5ced6a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:25.643] #1  0x00007f5ced65afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:25.643] #2  0x00007f5ced645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:25.643] #3  0x00007f5ced81e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[15:01:25.643] #4  0x00007f5ced82aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[15:01:25.643] #5  0x00007f5ced80d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x562e0335d560,...
[15:01:25.643] #6  0x0000562e0258a9ef in ExecInterpExpr (state=0x562e420aa210, econtext=0x562e420abd38, isnull=0x7ffc729...
[15:01:25.643] #7  0x0000562e0257bda7 in ExecInterpExprStillValid (state=0x562e420aa210, econtext=0x562e420abd38, isNull...
[15:01:25.643] #8  0x0000562e0258dd13 in ExecEvalExpr (isNull=0x7ffc729f884f, econtext=<optimized out>, state=<optimized...
[15:01:25.643] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[15:01:25.036] #0  0x00007f3d374a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:25.036] #1  0x00007f3d3745afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:25.036] #2  0x00007f3d37445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:25.036] #3  0x00007f3d3761e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[15:01:25.036] #4  0x00007f3d3762aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[15:01:25.036] #5  0x00007f3d3760d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x561049e01560,...
[15:01:25.036] #6  0x000056104902e9ef in ExecInterpExpr (state=0x56104ee2df90, econtext=0x56104ee2f998, isnull=0x7ffd653...
[15:01:25.036] #7  0x000056104901fda7 in ExecInterpExprStillValid (state=0x56104ee2df90, econtext=0x56104ee2f998, isNull...
[15:01:25.036] #8  0x0000561049031d13 in ExecEvalExpr (isNull=0x7ffd653e222f, econtext=<optimized out>, state=<optimized...
[15:01:25.036] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[15:01:24.426] #0  0x00007fc1b9ca9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:24.426] #1  0x00007fc1b9c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:24.426] #2  0x00007fc1b9c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:24.426] #3  0x00007fc1b9e1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[15:01:24.426] #4  0x00007fc1b9e2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[15:01:24.426] #5  0x00007fc1b9e0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55e3fb7e2560,...
[15:01:24.426] #6  0x000055e3faa0f9ef in ExecInterpExpr (state=0x55e3fea401c0, econtext=0x55e3fea40e20, isnull=0x7ffc0f8...
[15:01:24.426] #7  0x000055e3faa00da7 in ExecInterpExprStillValid (state=0x55e3fea401c0, econtext=0x55e3fea40e20, isNull...
[15:01:24.426] #8  0x000055e3faa12d13 in ExecEvalExpr (isNull=0x7ffc0f80223f, econtext=<optimized out>, state=<optimized...
[15:01:24.426] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[15:01:23.953] #0  0x00007f45b0ea9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:23.953] #1  0x00007f45b0e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:23.953] #2  0x00007f45b0e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:23.953] #3  0x00007f45b101e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[15:01:23.953] #4  0x00007f45b102aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[15:01:23.953] #5  0x00007f45b100d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x563f4724a560,...
[15:01:23.953] #6  0x0000563f464779ef in ExecInterpExpr (state=0x563f87527ce0, econtext=0x563f87528940, isnull=0x7ffc1a5...
[15:01:23.953] #7  0x0000563f46468da7 in ExecInterpExprStillValid (state=0x563f87527ce0, econtext=0x563f87528940, isNull...
[15:01:23.953] #8  0x0000563f4647ad13 in ExecEvalExpr (isNull=0x7ffc1a57ed4f, econtext=<optimized out>, state=<optimized...
[15:01:23.953] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[15:01:23.479] #0  0x00007f78b16a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:23.479] #1  0x00007f78b165afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:23.479] #2  0x00007f78b1645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:23.479] #3  0x00007f78b181e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[15:01:23.479] #4  0x00007f78b182aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[15:01:23.479] #5  0x00007f78b180d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55bcc057f560,...
[15:01:23.479] #6  0x000055bcbf7ac9ef in ExecInterpExpr (state=0x55bce90b10e0, econtext=0x55bce90b2ae8, isnull=0x7ffd736...
[15:01:23.479] #7  0x000055bcbf79dda7 in ExecInterpExprStillValid (state=0x55bce90b10e0, econtext=0x55bce90b2ae8, isNull...
[15:01:23.479] #8  0x000055bcbf7afd13 in ExecEvalExpr (isNull=0x7ffd7368763f, econtext=<optimized out>, state=<optimized...
[15:01:23.479] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[15:01:22.872] #0  0x00007fb38b4a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:22.872] #1  0x00007fb38b45afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:22.872] #2  0x00007fb38b445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:22.872] #3  0x00007fb38b61e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[15:01:22.872] #4  0x00007fb38b62aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[15:01:22.872] #5  0x00007fb38b60d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55a57a2f7560,...
[15:01:22.872] #6  0x000055a5795249ef in ExecInterpExpr (state=0x55a594387ca0, econtext=0x55a5943896a8, isnull=0x7ffcd8e...
[15:01:22.872] #7  0x000055a579515da7 in ExecInterpExprStillValid (state=0x55a594387ca0, econtext=0x55a5943896a8, isNull...
[15:01:22.872] #8  0x000055a579527d13 in ExecEvalExpr (isNull=0x7ffcd8eb18af, econtext=<optimized out>, state=<optimized...
[15:01:22.872] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[15:01:22.273] #0  0x00007ff5600a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:22.273] #1  0x00007ff56005afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:22.273] #2  0x00007ff560045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:22.273] #3  0x00007ff56021e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[15:01:22.273] #4  0x00007ff56022aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[15:01:22.273] #5  0x00007ff56020d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55f8ed7b5560,...
[15:01:22.273] #6  0x000055f8ec9e29ef in ExecInterpExpr (state=0x55f91baa3bd0, econtext=0x55f91baa4830, isnull=0x7fff033...
[15:01:22.273] #7  0x000055f8ec9d3da7 in ExecInterpExprStillValid (state=0x55f91baa3bd0, econtext=0x55f91baa4830, isNull...
[15:01:22.273] #8  0x000055f8ec9e5d13 in ExecEvalExpr (isNull=0x7fff0333033f, econtext=<optimized out>, state=<optimized...
[15:01:22.273] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[15:01:21.791] #0  0x00007f68d7ca9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:21.791] #1  0x00007f68d7c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:21.791] #2  0x00007f68d7c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:21.791] #3  0x00007f68d7e1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[15:01:21.791] #4  0x00007f68d7e2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[15:01:21.791] #5  0x00007f68d7e0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55ba964c7560,...
[15:01:21.791] #6  0x000055ba956f49ef in ExecInterpExpr (state=0x55bab00fa4c0, econtext=0x55bab0102f28, isnull=0x7ffff46...
[15:01:21.791] #7  0x000055ba956e5da7 in ExecInterpExprStillValid (state=0x55bab00fa4c0, econtext=0x55bab0102f28, isNull...
[15:01:21.791] #8  0x000055ba956f7d13 in ExecEvalExpr (isNull=0x7ffff46bff7f, econtext=<optimized out>, state=<optimized...
[15:01:21.791] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[15:01:21.317] #0  0x00007fe22eea9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:21.317] #1  0x00007fe22ee5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:21.317] #2  0x00007fe22ee45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:21.317] #3  0x00007fe22f01e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[15:01:21.317] #4  0x00007fe22f02aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[15:01:21.317] #5  0x00007fe22f00d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x559afb8aa560,...
[15:01:21.317] #6  0x0000559afaad79ef in ExecInterpExpr (state=0x559b200aff10, econtext=0x559b200b0b70, isnull=0x7ffd8d6...
[15:01:21.317] #7  0x0000559afaac8da7 in ExecInterpExprStillValid (state=0x559b200aff10, econtext=0x559b200b0b70, isNull...
[15:01:21.317] #8  0x0000559afaadad13 in ExecEvalExpr (isNull=0x7ffd8d693f6f, econtext=<optimized out>, state=<optimized...
[15:01:21.317] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[15:01:20.832] #0  0x00007fe63c0a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:20.832] #1  0x00007fe63c05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:20.832] #2  0x00007fe63c045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:20.832] #3  0x00007fe63c21e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[15:01:20.832] #4  0x00007fe63c22aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[15:01:20.832] #5  0x00007fe63c20d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x5557f3ce7560,...
[15:01:20.832] #6  0x00005557f2f149ef in ExecInterpExpr (state=0x5558006740d0, econtext=0x555800675ad8, isnull=0x7fffddc...
[15:01:20.832] #7  0x00005557f2f05da7 in ExecInterpExprStillValid (state=0x5558006740d0, econtext=0x555800675ad8, isNull...
[15:01:20.832] #8  0x00005557f2f17d13 in ExecEvalExpr (isNull=0x7fffddcdf31f, econtext=<optimized out>, state=<optimized...
[15:01:20.832] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[15:01:20.238] #0  0x00007f73308a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:20.238] #1  0x00007f733085afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:20.238] #2  0x00007f7330845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:20.238] #3  0x00007f7330a1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[15:01:20.238] #4  0x00007f7330a2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[15:01:20.238] #5  0x00007f7330a0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55e4d01c8560,...
[15:01:20.238] #6  0x000055e4cf3f59ef in ExecInterpExpr (state=0x55e4f73cd0a0, econtext=0x55e4f73cdd00, isnull=0x7ffd95a...
[15:01:20.238] #7  0x000055e4cf3e6da7 in ExecInterpExprStillValid (state=0x55e4f73cd0a0, econtext=0x55e4f73cdd00, isNull...
[15:01:20.238] #8  0x000055e4cf3f8d13 in ExecEvalExpr (isNull=0x7ffd95a02dbf, econtext=<optimized out>, state=<optimized...
[15:01:20.238] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[15:01:19.770] #0  0x00007f5ced6a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:19.770] #1  0x00007f5ced65afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:19.770] #2  0x00007f5ced645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:19.770] #3  0x00007f5ced81e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[15:01:19.770] #4  0x00007f5ced82aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[15:01:19.770] #5  0x00007f5ced80d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x562e0335d560,...
[15:01:19.770] #6  0x0000562e0258a9ef in ExecInterpExpr (state=0x562e420aa210, econtext=0x562e420abd38, isnull=0x7ffc729...
[15:01:19.770] #7  0x0000562e0257bda7 in ExecInterpExprStillValid (state=0x562e420aa210, econtext=0x562e420abd38, isNull...
[15:01:19.770] #8  0x0000562e0258dd13 in ExecEvalExpr (isNull=0x7ffc729f884f, econtext=<optimized out>, state=<optimized...
[15:01:19.770] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[15:01:19.176] #0  0x00007f2ac64a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:19.176] #1  0x00007f2ac645afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:19.176] #2  0x00007f2ac6445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:19.176] #3  0x00007f2ac661e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[15:01:19.176] #4  0x00007f2ac662aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[15:01:19.176] #5  0x00007f2ac660d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55f5097af560,...
[15:01:19.176] #6  0x000055f5089dc9ef in ExecInterpExpr (state=0x55f52243aa50, econtext=0x55f52243c458, isnull=0x7ffd0fa...
[15:01:19.176] #7  0x000055f5089cdda7 in ExecInterpExprStillValid (state=0x55f52243aa50, econtext=0x55f52243c458, isNull...
[15:01:19.176] #8  0x000055f5089dfd13 in ExecEvalExpr (isNull=0x7ffd0fa15f4f, econtext=<optimized out>, state=<optimized...
[15:01:19.176] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[15:01:18.574] #0  0x00007fed4d8a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:18.574] #1  0x00007fed4d85afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:18.574] #2  0x00007fed4d845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:18.574] #3  0x00007fed4da1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[15:01:18.574] #4  0x00007fed4da2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[15:01:18.574] #5  0x00007fed4da0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55a3bf641560,...
[15:01:18.574] #6  0x000055a3be86e9ef in ExecInterpExpr (state=0x55a3e9cdd600, econtext=0x55a3e9cde170, isnull=0x7ffc5d0...
[15:01:18.574] #7  0x000055a3be85fda7 in ExecInterpExprStillValid (state=0x55a3e9cdd600, econtext=0x55a3e9cde170, isNull...
[15:01:18.574] #8  0x000055a3be871d13 in ExecEvalExpr (isNull=0x7ffc5d04489f, econtext=<optimized out>, state=<optimized...
[15:01:18.574] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[15:01:17.935] #0  0x00007f6a522a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:17.935] #1  0x00007f6a5225afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:17.935] #2  0x00007f6a52245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:17.935] #3  0x00007f6a5241e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[15:01:17.935] #4  0x00007f6a5242aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[15:01:17.935] #5  0x00007f6a5240d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x5602c8c09560,...
[15:01:17.935] #6  0x00005602c7e369ef in ExecInterpExpr (state=0x560302d86e80, econtext=0x560302d87ae0, isnull=0x7ffda54...
[15:01:17.935] #7  0x00005602c7e27da7 in ExecInterpExprStillValid (state=0x560302d86e80, econtext=0x560302d87ae0, isNull...
[15:01:17.935] #8  0x00005602c7e39d13 in ExecEvalExpr (isNull=0x7ffda54305df, econtext=<optimized out>, state=<optimized...
[15:01:17.935] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[15:01:17.437] #0  0x00007fdf172a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:17.437] #1  0x00007fdf1725afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:17.437] #2  0x00007fdf17245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:17.437] #3  0x00007fdf1741e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[15:01:17.437] #4  0x00007fdf1742aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[15:01:17.437] #5  0x00007fdf1740d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x56537c262560,...
[15:01:17.437] #6  0x000056537b48f9ef in ExecInterpExpr (state=0x5653899e2fd0, econtext=0x5653899e3a50, isnull=0x7ffed7d...
[15:01:17.437] #7  0x000056537b480da7 in ExecInterpExprStillValid (state=0x5653899e2fd0, econtext=0x5653899e3a50, isNull...
[15:01:17.437] #8  0x000056537b492d13 in ExecEvalExpr (isNull=0x7ffed7d8e77f, econtext=<optimized out>, state=<optimized...
[15:01:17.437] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[15:01:16.620] #0  0x00007f53790a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:16.620] #1  0x00007f537905afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:16.620] #2  0x00007f5379045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:16.620] #3  0x00007f537921e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[15:01:16.620] #4  0x00007f537922aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[15:01:16.620] #5  0x00007f537920d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x559c2b01a560,...
[15:01:16.620] #6  0x0000559c2a2479ef in ExecInterpExpr (state=0x559c45ed4bc0, econtext=0x559c45ed5820, isnull=0x7ffc20b...
[15:01:16.620] #7  0x0000559c2a238da7 in ExecInterpExprStillValid (state=0x559c45ed4bc0, econtext=0x559c45ed5820, isNull...
[15:01:16.620] #8  0x0000559c2a24ad13 in ExecEvalExpr (isNull=0x7ffc20b8bebf, econtext=<optimized out>, state=<optimized...
[15:01:16.620] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[15:01:16.140] #0  0x00007f1298ea9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:16.140] #1  0x00007f1298e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:16.140] #2  0x00007f1298e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:16.140] #3  0x00007f129901e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[15:01:16.140] #4  0x00007f129902aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[15:01:16.140] #5  0x00007f129900d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55d670597560,...
[15:01:16.140] #6  0x000055d66f7c49ef in ExecInterpExpr (state=0x55d6a941a5e0, econtext=0x55d6a941b240, isnull=0x7ffec92...
[15:01:16.140] #7  0x000055d66f7b5da7 in ExecInterpExprStillValid (state=0x55d6a941a5e0, econtext=0x55d6a941b240, isNull...
[15:01:16.140] #8  0x000055d66f7c7d13 in ExecEvalExpr (isNull=0x7ffec927fa1f, econtext=<optimized out>, state=<optimized...
[15:01:16.140] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[15:01:15.661] #0  0x00007fe9306a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:15.661] #1  0x00007fe93065afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:15.661] #2  0x00007fe930645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:15.661] #3  0x00007fe93081e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[15:01:15.661] #4  0x00007fe93082aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[15:01:15.661] #5  0x00007fe93080d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55d81bb8b560,...
[15:01:15.661] #6  0x000055d81adb89ef in ExecInterpExpr (state=0x55d81cb94580, econtext=0x55d81cb5a1d8, isnull=0x7fff4b8...
[15:01:15.661] #7  0x000055d81ada9da7 in ExecInterpExprStillValid (state=0x55d81cb94580, econtext=0x55d81cb5a1d8, isNull...
[15:01:15.661] #8  0x000055d81adbbd13 in ExecEvalExpr (isNull=0x7fff4b8c48ff, econtext=<optimized out>, state=<optimized...
[15:01:15.661] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[15:01:15.058] #0  0x00007fb38b4a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:15.058] #1  0x00007fb38b45afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:15.058] #2  0x00007fb38b445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:15.058] #3  0x00007fb38b61e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[15:01:15.058] #4  0x00007fb38b62aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[15:01:15.058] #5  0x00007fb38b60d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55a57a2f7560,...
[15:01:15.058] #6  0x000055a5795249ef in ExecInterpExpr (state=0x55a594387ca0, econtext=0x55a5943896a8, isnull=0x7ffcd8e...
[15:01:15.058] #7  0x000055a579515da7 in ExecInterpExprStillValid (state=0x55a594387ca0, econtext=0x55a5943896a8, isNull...
[15:01:15.058] #8  0x000055a579527d13 in ExecEvalExpr (isNull=0x7ffcd8eb18af, econtext=<optimized out>, state=<optimized...
[15:01:15.058] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[15:01:14.459] #0  0x00007fdf172a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:14.459] #1  0x00007fdf1725afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:14.459] #2  0x00007fdf17245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:14.459] #3  0x00007fdf1741e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[15:01:14.459] #4  0x00007fdf1742aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[15:01:14.459] #5  0x00007fdf1740d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x56537c262560,...
[15:01:14.459] #6  0x000056537b48f9ef in ExecInterpExpr (state=0x5653899a4630, econtext=0x56538999c3d8, isnull=0x7ffed7d...
[15:01:14.459] #7  0x000056537b480da7 in ExecInterpExprStillValid (state=0x5653899a4630, econtext=0x56538999c3d8, isNull...
[15:01:14.459] #8  0x000056537b492d13 in ExecEvalExpr (isNull=0x7ffed7d8e59f, econtext=<optimized out>, state=<optimized...
[15:01:14.459] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[15:01:13.955] #0  0x00007f18a92a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:13.955] #1  0x00007f18a925afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:13.955] #2  0x00007f18a9245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:13.955] #3  0x00007f18a941e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[15:01:13.955] #4  0x00007f18a942aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[15:01:13.955] #5  0x00007f18a940d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x556968fa9560,...
[15:01:13.955] #6  0x00005569681d69ef in ExecInterpExpr (state=0x5569702ce508, econtext=0x5569702cf168, isnull=0x7fff100...
[15:01:13.955] #7  0x00005569681c7da7 in ExecInterpExprStillValid (state=0x5569702ce508, econtext=0x5569702cf168, isNull...
[15:01:13.955] #8  0x00005569681d9d13 in ExecEvalExpr (isNull=0x7fff10045c7f, econtext=<optimized out>, state=<optimized...
[15:01:13.955] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[15:01:13.247] #0  0x00007f204b0a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:13.247] #1  0x00007f204b05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:13.247] #2  0x00007f204b045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:13.247] #3  0x00007f204b21e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[15:01:13.247] #4  0x00007f204b22aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[15:01:13.247] #5  0x00007f204b20d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x557283e2c560,...
[15:01:13.247] #6  0x00005572830599ef in ExecInterpExpr (state=0x5572a62b00b0, econtext=0x5572a62b0d10, isnull=0x7ffdea2...
[15:01:13.247] #7  0x000055728304ada7 in ExecInterpExprStillValid (state=0x5572a62b00b0, econtext=0x5572a62b0d10, isNull...
[15:01:13.247] #8  0x000055728305cd13 in ExecEvalExpr (isNull=0x7ffdea24ad2f, econtext=<optimized out>, state=<optimized...
[15:01:13.247] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[15:01:12.694] #0  0x00007f0049ca9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:12.694] #1  0x00007f0049c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:12.694] #2  0x00007f0049c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:12.694] #3  0x00007f0049e1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[15:01:12.694] #4  0x00007f0049e2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[15:01:12.694] #5  0x00007f0049e0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x5580bc029560,...
[15:01:12.694] #6  0x00005580bb2569ef in ExecInterpExpr (state=0x5580ce809d10, econtext=0x5580ce80e5e8, isnull=0x7fff87c...
[15:01:12.694] #7  0x00005580bb247da7 in ExecInterpExprStillValid (state=0x5580ce809d10, econtext=0x5580ce80e5e8, isNull...
[15:01:12.694] #8  0x00005580bb259d13 in ExecEvalExpr (isNull=0x7fff87cf080f, econtext=<optimized out>, state=<optimized...
[15:01:12.694] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[15:01:11.455] #0  0x00007fea268a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:11.455] #1  0x00007fea2685afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:11.455] #2  0x00007fea26845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:11.455] #3  0x00007fea26a1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[15:01:11.455] #4  0x00007fea26a2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[15:01:11.455] #5  0x00007fea26a0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55f7dfd97560,...
[15:01:11.455] #6  0x000055f7defc49ef in ExecInterpExpr (state=0x55f81ca9dd20, econtext=0x55f81ca9e980, isnull=0x7fffffc...
[15:01:11.455] #7  0x000055f7defb5da7 in ExecInterpExprStillValid (state=0x55f81ca9dd20, econtext=0x55f81ca9e980, isNull...
[15:01:11.455] #8  0x000055f7defc7d13 in ExecEvalExpr (isNull=0x7fffffcfdf1f, econtext=<optimized out>, state=<optimized...
[15:01:11.455] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[15:01:10.987] #0  0x00007f96b4ea9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:10.987] #1  0x00007f96b4e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:10.987] #2  0x00007f96b4e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:10.987] #3  0x00007f96b501e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[15:01:10.987] #4  0x00007f96b502aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[15:01:10.987] #5  0x00007f96b500d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x5593a6009560,...
[15:01:10.987] #6  0x00005593a52369ef in ExecInterpExpr (state=0x5593b8bc5be0, econtext=0x5593b8b98388, isnull=0x7ffea75...
[15:01:10.987] #7  0x00005593a5227da7 in ExecInterpExprStillValid (state=0x5593b8bc5be0, econtext=0x5593b8b98388, isNull...
[15:01:10.987] #8  0x00005593a5239d13 in ExecEvalExpr (isNull=0x7ffea75adfdf, econtext=<optimized out>, state=<optimized...
[15:01:10.987] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[15:01:10.352] #0  0x00007f55d5ca9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:10.352] #1  0x00007f55d5c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:10.352] #2  0x00007f55d5c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:10.352] #3  0x00007f55d5e1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[15:01:10.352] #4  0x00007f55d5e2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[15:01:10.352] #5  0x00007f55d5e0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x562086ca7560,...
[15:01:10.352] #6  0x0000562085ed49ef in ExecInterpExpr (state=0x5620bc75ad80, econtext=0x5620bc75b9e0, isnull=0x7ffe50e...
[15:01:10.352] #7  0x0000562085ec5da7 in ExecInterpExprStillValid (state=0x5620bc75ad80, econtext=0x5620bc75b9e0, isNull...
[15:01:10.352] #8  0x0000562085ed7d13 in ExecEvalExpr (isNull=0x7ffe50e0dccf, econtext=<optimized out>, state=<optimized...
[15:01:10.352] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[15:01:09.883] #0  0x00007fe63c0a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:09.883] #1  0x00007fe63c05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:09.883] #2  0x00007fe63c045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:09.883] #3  0x00007fe63c21e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[15:01:09.883] #4  0x00007fe63c22aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[15:01:09.883] #5  0x00007fe63c20d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x5557f3ce7560,...
[15:01:09.883] #6  0x00005557f2f149ef in ExecInterpExpr (state=0x5558006740d0, econtext=0x555800675ad8, isnull=0x7fffddc...
[15:01:09.883] #7  0x00005557f2f05da7 in ExecInterpExprStillValid (state=0x5558006740d0, econtext=0x555800675ad8, isNull...
[15:01:09.883] #8  0x00005557f2f17d13 in ExecEvalExpr (isNull=0x7fffddcdf31f, econtext=<optimized out>, state=<optimized...
[15:01:09.883] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[15:01:09.296] #0  0x00007f0340ca9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:09.296] #1  0x00007f0340c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:09.296] #2  0x00007f0340c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:09.296] #3  0x00007f0340e1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[15:01:09.296] #4  0x00007f0340e2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[15:01:09.296] #5  0x00007f0340e0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55be9d639560,...
[15:01:09.296] #6  0x000055be9c8669ef in ExecInterpExpr (state=0x55becc21ccf0, econtext=0x55becc21d950, isnull=0x7ffe51c...
[15:01:09.296] #7  0x000055be9c857da7 in ExecInterpExprStillValid (state=0x55becc21ccf0, econtext=0x55becc21d950, isNull...
[15:01:09.296] #8  0x000055be9c869d13 in ExecEvalExpr (isNull=0x7ffe51cd498f, econtext=<optimized out>, state=<optimized...
[15:01:09.296] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[15:01:08.785] #0  0x00007f2ba12aed24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:08.785] #1  0x00007f2ba125b239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:08.785] #2  0x00007f2ba1316184 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:08.785] #3  0x00007f2ba13287dc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:09.231] #0  0x00007f0340ca9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[15:01:08.785] #0  <unavailable> in ?? ()
core
[15:01:08.370] #0  0x00007f6e5e8a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:08.370] #1  0x00007f6e5e85afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:08.370] #2  0x00007f6e5e845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:08.370] #3  0x00007f6e5ea1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[15:01:08.370] #4  0x00007f6e5ea2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[15:01:08.370] #5  0x00007f6e5ea0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x5603a3b23560,...
[15:01:08.370] #6  0x00005603a2d509ef in ExecInterpExpr (state=0x5603d133e9f0, econtext=0x5603d1374a58, isnull=0x7ffe780...
[15:01:08.370] #7  0x00005603a2d41da7 in ExecInterpExprStillValid (state=0x5603d133e9f0, econtext=0x5603d1374a58, isNull...
[15:01:08.370] #8  0x00005603a2d53d13 in ExecEvalExpr (isNull=0x7ffe78054c8f, econtext=<optimized out>, state=<optimized...
[15:01:08.370] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[15:01:07.877] #0  0x00007f05d3ca9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:07.877] #1  0x00007f05d3c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:07.877] #2  0x00007f05d3c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:07.877] #3  0x00007f05d3e1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[15:01:07.877] #4  0x00007f05d3e2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[15:01:07.877] #5  0x00007f05d3e0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x5560356d0560,...
[15:01:07.877] #6  0x00005560348fd9ef in ExecInterpExpr (state=0x556055ee34a0, econtext=0x556055ee4100, isnull=0x7ffffd9...
[15:01:07.877] #7  0x00005560348eeda7 in ExecInterpExprStillValid (state=0x556055ee34a0, econtext=0x556055ee4100, isNull...
[15:01:07.877] #8  0x0000556034900d13 in ExecEvalExpr (isNull=0x7ffffd9867cf, econtext=<optimized out>, state=<optimized...
[15:01:07.877] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[15:01:07.408] #0  0x00007fdf172a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:07.408] #1  0x00007fdf1725afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:07.408] #2  0x00007fdf17245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:07.408] #3  0x00007fdf1741e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[15:01:07.408] #4  0x00007fdf1742aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[15:01:07.408] #5  0x00007fdf1740d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x56537c262560,...
[15:01:07.408] #6  0x000056537b48f9ef in ExecInterpExpr (state=0x5653899e2fd0, econtext=0x5653899e3a50, isnull=0x7ffed7d...
[15:01:07.408] #7  0x000056537b480da7 in ExecInterpExprStillValid (state=0x5653899e2fd0, econtext=0x5653899e3a50, isNull...
[15:01:07.408] #8  0x000056537b492d13 in ExecEvalExpr (isNull=0x7ffed7d8e77f, econtext=<optimized out>, state=<optimized...
[15:01:07.408] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[15:01:06.600] #0  0x00007fbc59aa9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:06.600] #1  0x00007fbc59a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:06.600] #2  0x00007fbc59a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:06.600] #3  0x00007fbc59c1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[15:01:06.600] #4  0x00007fbc59c2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[15:01:06.600] #5  0x00007fbc59c0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x5638fc357560,...
[15:01:06.600] #6  0x00005638fb5849ef in ExecInterpExpr (state=0x56391f08ca30, econtext=0x56391f08d5a0, isnull=0x7ffee32...
[15:01:06.600] #7  0x00005638fb575da7 in ExecInterpExprStillValid (state=0x56391f08ca30, econtext=0x56391f08d5a0, isNull...
[15:01:06.600] #8  0x00005638fb587d13 in ExecEvalExpr (isNull=0x7ffee329d94f, econtext=<optimized out>, state=<optimized...
[15:01:06.600] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[15:01:06.018] #0  0x00007fe0558a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:06.018] #1  0x00007fe05585afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:06.018] #2  0x00007fe055845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:06.018] #3  0x00007fe055a1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[15:01:06.018] #4  0x00007fe055a2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[15:01:06.018] #5  0x00007fe055a0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55b74a7b2560,...
[15:01:06.018] #6  0x000055b7499df9ef in ExecInterpExpr (state=0x55b773be8ce0, econtext=0x55b773be9940, isnull=0x7fff064...
[15:01:06.018] #7  0x000055b7499d0da7 in ExecInterpExprStillValid (state=0x55b773be8ce0, econtext=0x55b773be9940, isNull...
[15:01:06.018] #8  0x000055b7499e2d13 in ExecEvalExpr (isNull=0x7fff06403ecf, econtext=<optimized out>, state=<optimized...
[15:01:06.018] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[15:01:05.553] #0  0x00007fc956aa9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:05.553] #1  0x00007fc956a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:05.553] #2  0x00007fc956a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:05.553] #3  0x00007fc956c1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[15:01:05.553] #4  0x00007fc956c2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[15:01:05.553] #5  0x00007fc956c0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55e40041f560,...
[15:01:05.553] #6  0x000055e3ff64c9ef in ExecInterpExpr (state=0x55e426ca1f80, econtext=0x55e426ca2be0, isnull=0x7ffc7e7...
[15:01:05.553] #7  0x000055e3ff63dda7 in ExecInterpExprStillValid (state=0x55e426ca1f80, econtext=0x55e426ca2be0, isNull...
[15:01:05.553] #8  0x000055e3ff64fd13 in ExecEvalExpr (isNull=0x7ffc7e7e735f, econtext=<optimized out>, state=<optimized...
[15:01:05.553] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[15:01:05.092] #0  0x00007f6f9e0a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:05.092] #1  0x00007f6f9e05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:05.092] #2  0x00007f6f9e045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:05.092] #3  0x00007f6f9e21e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[15:01:05.092] #4  0x00007f6f9e22aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[15:01:05.092] #5  0x00007f6f9e20d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55bba88dd560,...
[15:01:05.092] #6  0x000055bba7b0a9ef in ExecInterpExpr (state=0x55bbd8e400a0, econtext=0x55bbd8e40d00, isnull=0x7ffe6c8...
[15:01:05.092] #7  0x000055bba7afbda7 in ExecInterpExprStillValid (state=0x55bbd8e400a0, econtext=0x55bbd8e40d00, isNull...
[15:01:05.092] #8  0x000055bba7b0dd13 in ExecEvalExpr (isNull=0x7ffe6c8745df, econtext=<optimized out>, state=<optimized...
[15:01:05.092] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[15:01:04.630] #0  0x00007eff17ca9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:04.630] #1  0x00007eff17c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:04.630] #2  0x00007eff17c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:04.630] #3  0x00007eff17e1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[15:01:04.630] #4  0x00007eff17e2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[15:01:04.630] #5  0x00007eff17e0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x5593b0558560,...
[15:01:04.630] #6  0x00005593af7859ef in ExecInterpExpr (state=0x5593d0316870, econtext=0x5593d03174d0, isnull=0x7ffd4ec...
[15:01:04.630] #7  0x00005593af776da7 in ExecInterpExprStillValid (state=0x5593d0316870, econtext=0x5593d03174d0, isNull...
[15:01:04.630] #8  0x00005593af788d13 in ExecEvalExpr (isNull=0x7ffd4ecef69f, econtext=<optimized out>, state=<optimized...
[15:01:04.630] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[15:01:04.149] #0  0x00007fdf172a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:04.149] #1  0x00007fdf1725afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:04.149] #2  0x00007fdf17245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:04.149] #3  0x00007fdf1741e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[15:01:04.149] #4  0x00007fdf1742aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[15:01:04.149] #5  0x00007fdf1740d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x56537c262560,...
[15:01:04.149] #6  0x000056537b48f9ef in ExecInterpExpr (state=0x565389980ba0, econtext=0x565389981710, isnull=0x7ffed7d...
[15:01:04.149] #7  0x000056537b480da7 in ExecInterpExprStillValid (state=0x565389980ba0, econtext=0x565389981710, isNull...
[15:01:04.149] #8  0x000056537b492d13 in ExecEvalExpr (isNull=0x7ffed7d8e53f, econtext=<optimized out>, state=<optimized...
[15:01:04.149] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[15:01:03.565] #0  0x00007f90aaaa9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:03.565] #1  0x00007f90aaa5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:03.565] #2  0x00007f90aaa45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:03.565] #3  0x00007f90aac1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[15:01:03.565] #4  0x00007f90aac2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[15:01:03.565] #5  0x00007f90aac0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55e9ddd15560,...
[15:01:03.565] #6  0x000055e9dcf429ef in ExecInterpExpr (state=0x55ea18ddece0, econtext=0x55ea18ddf940, isnull=0x7ffc469...
[15:01:03.565] #7  0x000055e9dcf33da7 in ExecInterpExprStillValid (state=0x55ea18ddece0, econtext=0x55ea18ddf940, isNull...
[15:01:03.565] #8  0x000055e9dcf45d13 in ExecEvalExpr (isNull=0x7ffc469b45cf, econtext=<optimized out>, state=<optimized...
[15:01:03.565] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[15:01:03.086] #0  0x00007fdf172a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:03.086] #1  0x00007fdf1725afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:03.086] #2  0x00007fdf17245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:03.086] #3  0x00007fdf1741e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[15:01:03.086] #4  0x00007fdf1742aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[15:01:03.086] #5  0x00007fdf1740d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x56537c262560,...
[15:01:03.086] #6  0x000056537b48f9ef in ExecInterpExpr (state=0x5653899e2728, econtext=0x5653899c8a68, isnull=0x7ffed7d...
[15:01:03.086] #7  0x000056537b480da7 in ExecInterpExprStillValid (state=0x5653899e2728, econtext=0x5653899c8a68, isNull...
[15:01:03.086] #8  0x000056537b492d13 in ExecEvalExpr (isNull=0x7ffed7d8e5bf, econtext=<optimized out>, state=<optimized...
[15:01:03.086] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[15:01:02.599] #0  0x00007fdf172a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:02.599] #1  0x00007fdf1725afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:02.599] #2  0x00007fdf17245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:02.599] #3  0x00007fdf1741e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[15:01:02.599] #4  0x00007fdf1742aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[15:01:02.599] #5  0x00007fdf1740d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x56537c262560,...
[15:01:02.599] #6  0x000056537b48f9ef in ExecInterpExpr (state=0x565389a132e0, econtext=0x565389a6dd58, isnull=0x7ffed7d...
[15:01:02.599] #7  0x000056537b480da7 in ExecInterpExprStillValid (state=0x565389a132e0, econtext=0x565389a6dd58, isNull...
[15:01:02.599] #8  0x000056537b492d13 in ExecEvalExpr (isNull=0x7ffed7d8e53f, econtext=<optimized out>, state=<optimized...
[15:01:02.599] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[15:01:01.956] #0  0x00007ffb7a0a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:01.956] #1  0x00007ffb7a05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:01.956] #2  0x00007ffb7a045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:01.956] #3  0x00007ffb7a21e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[15:01:01.956] #4  0x00007ffb7a22aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[15:01:01.956] #5  0x00007ffb7a20d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x56438e09f560,...
[15:01:01.956] #6  0x000056438d2cc9ef in ExecInterpExpr (state=0x5643b525ee70, econtext=0x5643b525fad0, isnull=0x7fff9e1...
[15:01:01.956] #7  0x000056438d2bdda7 in ExecInterpExprStillValid (state=0x5643b525ee70, econtext=0x5643b525fad0, isNull...
[15:01:01.956] #8  0x000056438d2cfd13 in ExecEvalExpr (isNull=0x7fff9e1d09ff, econtext=<optimized out>, state=<optimized...
[15:01:01.956] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[15:01:01.479] #0  0x00007fdf172a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:01.479] #1  0x00007fdf1725afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:01.479] #2  0x00007fdf17245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:01.479] #3  0x00007fdf1741e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[15:01:01.479] #4  0x00007fdf1742aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[15:01:01.479] #5  0x00007fdf1740d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x56537c262560,...
[15:01:01.479] #6  0x000056537b48f9ef in ExecInterpExpr (state=0x565389a3b990, econtext=0x565389a3c500, isnull=0x7ffed7d...
[15:01:01.479] #7  0x000056537b480da7 in ExecInterpExprStillValid (state=0x565389a3b990, econtext=0x565389a3c500, isNull...
[15:01:01.479] #8  0x000056537b492d13 in ExecEvalExpr (isNull=0x7ffed7d8d74f, econtext=<optimized out>, state=<optimized...
[15:01:01.479] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[15:01:00.153] #0  0x00007fdf172a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:00.153] #1  0x00007fdf1725afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:00.153] #2  0x00007fdf17245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[15:01:00.153] #3  0x000056537bb14422 in ExceptionalCondition (conditionName=conditionName@entry=0x56537bd32120 "HaveReg...
[15:01:00.153] #4  0x000056537b309bee in index_drop (indexId=24624, concurrent=concurrent@entry=false, concurrent_lock_m...
[15:01:00.153] #5  0x000056537b2f19d2 in doDeletion (object=object@entry=0x56538995efb0, flags=flags@entry=21) at ../src...
[15:01:00.153] #6  0x000056537b2f1c99 in deleteOneObject (object=0x56538995efb0, depRel=depRel@entry=0x7ffed7d8e768, fla...
[15:01:00.153] #7  0x000056537b2f207b in deleteObjectsInList (targetObjects=targetObjects@entry=0x565389974338, depRel=d...
[15:01:00.153] #8  0x000056537b2f63e2 in performDeletion (object=object@entry=0x7ffed7d8e854, behavior=behavior@entry=DR...
[15:01:00.153] #9  0x000056537b729213 in do_autovacuum () at ../src/backend/postmaster/autovacuum.c:2215
core
[15:00:59.689] #0  0x00007fdf172a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:00:59.689] #1  0x00007fdf1725afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[15:00:59.689] #2  0x00007fdf17245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[15:00:59.689] #3  0x00007fdf1741e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[15:00:59.689] #4  0x00007fdf1742aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[15:00:59.689] #5  0x00007fdf1740d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x56537c262560,...
[15:00:59.689] #6  0x000056537b48f9ef in ExecInterpExpr (state=0x5653899b8208, econtext=0x565389974488, isnull=0x7ffed7d...
[15:00:59.689] #7  0x000056537b480da7 in ExecInterpExprStillValid (state=0x5653899b8208, econtext=0x565389974488, isNull...
[15:00:59.689] #8  0x000056537b492d13 in ExecEvalExpr (isNull=0x7ffed7d8e5bf, econtext=<optimized out>, state=<optimized...
[15:00:59.689] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[15:00:59.175] #0  0x00007f5ced6a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:00:59.175] #1  0x00007f5ced65afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[15:00:59.175] #2  0x00007f5ced645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[15:00:59.175] #3  0x00007f5ced81e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[15:00:59.175] #4  0x00007f5ced82aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[15:00:59.175] #5  0x00007f5ced80d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x562e0335d560,...
[15:00:59.175] #6  0x0000562e0258a9ef in ExecInterpExpr (state=0x562e42087cd0, econtext=0x562e42089bf8, isnull=0x7ffc729...
[15:00:59.175] #7  0x0000562e0257bda7 in ExecInterpExprStillValid (state=0x562e42087cd0, econtext=0x562e42089bf8, isNull...
[15:00:59.175] #8  0x0000562e0258dd13 in ExecEvalExpr (isNull=0x7ffc729f884f, econtext=<optimized out>, state=<optimized...
[15:00:59.175] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[15:00:58.570] #0  0x00007ff22bea9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:00:58.570] #1  0x00007ff22be5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[15:00:58.570] #2  0x00007ff22be45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[15:00:58.570] #3  0x00007ff22c01e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[15:00:58.570] #4  0x00007ff22c02aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[15:00:58.570] #5  0x00007ff22c00d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x561979e53560,...
[15:00:58.570] #6  0x00005619790809ef in ExecInterpExpr (state=0x5619b666ebb0, econtext=0x5619b666f810, isnull=0x7ffee23...
[15:00:58.570] #7  0x0000561979071da7 in ExecInterpExprStillValid (state=0x5619b666ebb0, econtext=0x5619b666f810, isNull...
[15:00:58.570] #8  0x0000561979083d13 in ExecEvalExpr (isNull=0x7ffee238bf4f, econtext=<optimized out>, state=<optimized...
[15:00:58.570] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[15:00:58.098] #0  0x00007fcb31ea9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:00:58.098] #1  0x00007fcb31e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[15:00:58.098] #2  0x00007fcb31e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[15:00:58.098] #3  0x00007fcb3201e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[15:00:58.098] #4  0x00007fcb3202aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[15:00:58.098] #5  0x00007fcb3200d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55aabd9d6560,...
[15:00:58.098] #6  0x000055aabcc039ef in ExecInterpExpr (state=0x55aaccd971e0, econtext=0x55aaccd97e40, isnull=0x7ffefca...
[15:00:58.098] #7  0x000055aabcbf4da7 in ExecInterpExprStillValid (state=0x55aaccd971e0, econtext=0x55aaccd97e40, isNull...
[15:00:58.098] #8  0x000055aabcc06d13 in ExecEvalExpr (isNull=0x7ffefcaf896f, econtext=<optimized out>, state=<optimized...
[15:00:58.098] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[15:00:57.625] #0  0x00007fb15eca9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:00:57.625] #1  0x00007fb15ec5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[15:00:57.625] #2  0x00007fb15ec45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[15:00:57.625] #3  0x00007fb15ee1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[15:00:57.625] #4  0x00007fb15ee2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[15:00:57.625] #5  0x00007fb15ee0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x5594b55f4560,...
[15:00:57.625] #6  0x00005594b48219ef in ExecInterpExpr (state=0x5594e81434a0, econtext=0x5594e8144100, isnull=0x7ffdead...
[15:00:57.625] #7  0x00005594b4812da7 in ExecInterpExprStillValid (state=0x5594e81434a0, econtext=0x5594e8144100, isNull...
[15:00:57.625] #8  0x00005594b4824d13 in ExecEvalExpr (isNull=0x7ffdead089ef, econtext=<optimized out>, state=<optimized...
[15:00:57.625] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[15:00:57.135] #0  0x00007fb38b4a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:00:57.135] #1  0x00007fb38b45afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[15:00:57.135] #2  0x00007fb38b445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[15:00:57.135] #3  0x00007fb38b61e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[15:00:57.135] #4  0x00007fb38b62aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[15:00:57.135] #5  0x00007fb38b60d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55a57a2f7560,...
[15:00:57.135] #6  0x000055a5795249ef in ExecInterpExpr (state=0x55a5943221b0, econtext=0x55a594323bb8, isnull=0x7ffcd8e...
[15:00:57.135] #7  0x000055a579515da7 in ExecInterpExprStillValid (state=0x55a5943221b0, econtext=0x55a594323bb8, isNull...
[15:00:57.135] #8  0x000055a579527d13 in ExecEvalExpr (isNull=0x7ffcd8eb18af, econtext=<optimized out>, state=<optimized...
[15:00:57.135] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[15:00:56.540] #0  0x00007fe63c0a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:00:56.540] #1  0x00007fe63c05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[15:00:56.540] #2  0x00007fe63c045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[15:00:56.540] #3  0x00007fe63c21e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[15:00:56.540] #4  0x00007fe63c22aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[15:00:56.540] #5  0x00007fe63c20d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x5557f3ce7560,...
[15:00:56.540] #6  0x00005557f2f149ef in ExecInterpExpr (state=0x5558006760e0, econtext=0x555800677ae8, isnull=0x7fffddc...
[15:00:56.540] #7  0x00005557f2f05da7 in ExecInterpExprStillValid (state=0x5558006760e0, econtext=0x555800677ae8, isNull...
[15:00:56.540] #8  0x00005557f2f17d13 in ExecEvalExpr (isNull=0x7fffddcdf31f, econtext=<optimized out>, state=<optimized...
[15:00:56.540] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[15:00:55.487] #0  0x00007f289d8a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:00:55.487] #1  0x00007f289d85afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[15:00:55.487] #2  0x00007f289d845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[15:00:55.487] #3  0x00007f289da1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[15:00:55.487] #4  0x00007f289da2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[15:00:55.487] #5  0x00007f289da0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55e483d25560,...
[15:00:55.487] #6  0x000055e482f529ef in ExecInterpExpr (state=0x55e4b78124b0, econtext=0x55e4b7813110, isnull=0x7ffdac9...
[15:00:55.487] #7  0x000055e482f43da7 in ExecInterpExprStillValid (state=0x55e4b78124b0, econtext=0x55e4b7813110, isNull...
[15:00:55.487] #8  0x000055e482f55d13 in ExecEvalExpr (isNull=0x7ffdac98528f, econtext=<optimized out>, state=<optimized...
[15:00:55.487] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[15:00:55.028] #0  0x00007fde150a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:00:55.028] #1  0x00007fde1505afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[15:00:55.028] #2  0x00007fde15045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[15:00:55.028] #3  0x00007fde1521e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[15:00:55.028] #4  0x00007fde1522aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[15:00:55.028] #5  0x00007fde1520d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x564822fb5560,...
[15:00:55.028] #6  0x00005648221e29ef in ExecInterpExpr (state=0x564858509a20, econtext=0x56485850a680, isnull=0x7ffdd48...
[15:00:55.028] #7  0x00005648221d3da7 in ExecInterpExprStillValid (state=0x564858509a20, econtext=0x56485850a680, isNull...
[15:00:55.028] #8  0x00005648221e5d13 in ExecEvalExpr (isNull=0x7ffdd48d398f, econtext=<optimized out>, state=<optimized...
[15:00:55.028] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[15:00:54.555] #0  0x00007ff1072a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:00:54.555] #1  0x00007ff10725afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[15:00:54.555] #2  0x00007ff107245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[15:00:54.555] #3  0x00007ff10741e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[15:00:54.555] #4  0x00007ff10742aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[15:00:54.555] #5  0x00007ff10740d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55b687624560,...
[15:00:54.555] #6  0x000055b6868519ef in ExecInterpExpr (state=0x55b6894e2140, econtext=0x55b6894e2da0, isnull=0x7ffe80c...
[15:00:54.555] #7  0x000055b686842da7 in ExecInterpExprStillValid (state=0x55b6894e2140, econtext=0x55b6894e2da0, isNull...
[15:00:54.555] #8  0x000055b686854d13 in ExecEvalExpr (isNull=0x7ffe80ceb4cf, econtext=<optimized out>, state=<optimized...
[15:00:54.555] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[15:00:54.080] #0  0x00007fdf172a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:00:54.080] #1  0x00007fdf1725afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[15:00:54.080] #2  0x00007fdf17245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[15:00:54.080] #3  0x00007fdf1741e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[15:00:54.080] #4  0x00007fdf1742aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[15:00:54.080] #5  0x00007fdf1740d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x56537c262560,...
[15:00:54.080] #6  0x000056537b48f9ef in ExecInterpExpr (state=0x5653899ca1d0, econtext=0x5653899cac50, isnull=0x7ffed7d...
[15:00:54.080] #7  0x000056537b480da7 in ExecInterpExprStillValid (state=0x5653899ca1d0, econtext=0x5653899cac50, isNull...
[15:00:54.080] #8  0x000056537b492d13 in ExecEvalExpr (isNull=0x7ffed7d8e4af, econtext=<optimized out>, state=<optimized...
[15:00:54.080] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[15:00:53.440] #0  0x00007f529fea9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:00:53.440] #1  0x00007f529fe5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[15:00:53.440] #2  0x00007f529fe45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[15:00:53.440] #3  0x00007f52a001e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[15:00:53.440] #4  0x00007f52a002aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[15:00:53.440] #5  0x00007f52a000d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x5610a9c51560,...
[15:00:53.440] #6  0x00005610a8e7e9ef in ExecInterpExpr (state=0x5610d2c70770, econtext=0x5610d2d45ac8, isnull=0x7ffed16...
[15:00:53.440] #7  0x00005610a8e6fda7 in ExecInterpExprStillValid (state=0x5610d2c70770, econtext=0x5610d2d45ac8, isNull...
[15:00:53.440] #8  0x00005610a8e81d13 in ExecEvalExpr (isNull=0x7ffed167ceef, econtext=<optimized out>, state=<optimized...
[15:00:53.440] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[15:00:52.487] #0  0x00007f3ca76a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:00:52.487] #1  0x00007f3ca765afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[15:00:52.487] #2  0x00007f3ca7645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[15:00:52.487] #3  0x00007f3ca781e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[15:00:52.487] #4  0x00007f3ca782aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[15:00:52.487] #5  0x00007f3ca780d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x56375c11b560,...
[15:00:52.487] #6  0x000056375b3489ef in ExecInterpExpr (state=0x563771a1db00, econtext=0x563771a1e760, isnull=0x7ffc807...
[15:00:52.487] #7  0x000056375b339da7 in ExecInterpExprStillValid (state=0x563771a1db00, econtext=0x563771a1e760, isNull...
[15:00:52.487] #8  0x000056375b34bd13 in ExecEvalExpr (isNull=0x7ffc807fc75f, econtext=<optimized out>, state=<optimized...
[15:00:52.487] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[15:00:52.010] #0  0x00007f1c5cca9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:00:52.010] #1  0x00007f1c5cc5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[15:00:52.010] #2  0x00007f1c5cc45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[15:00:52.010] #3  0x00007f1c5ce1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[15:00:52.010] #4  0x00007f1c5ce2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[15:00:52.010] #5  0x00007f1c5ce0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55a8bf40b560,...
[15:00:52.010] #6  0x000055a8be6389ef in ExecInterpExpr (state=0x55a8d11104a0, econtext=0x55a8d1111100, isnull=0x7ffd2b9...
[15:00:52.010] #7  0x000055a8be629da7 in ExecInterpExprStillValid (state=0x55a8d11104a0, econtext=0x55a8d1111100, isNull...
[15:00:52.010] #8  0x000055a8be63bd13 in ExecEvalExpr (isNull=0x7ffd2b90cf6f, econtext=<optimized out>, state=<optimized...
[15:00:52.010] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[15:00:51.545] #0  0x00007fc4e86a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:00:51.545] #1  0x00007fc4e865afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[15:00:51.545] #2  0x00007fc4e8645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[15:00:51.545] #3  0x00007fc4e881e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[15:00:51.545] #4  0x00007fc4e882aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[15:00:51.545] #5  0x00007fc4e880d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x562e1425f560,...
[15:00:51.545] #6  0x0000562e1348c9ef in ExecInterpExpr (state=0x562e3bf8b0d0, econtext=0x562e3bf8bd30, isnull=0x7ffe207...
[15:00:51.545] #7  0x0000562e1347dda7 in ExecInterpExprStillValid (state=0x562e3bf8b0d0, econtext=0x562e3bf8bd30, isNull...
[15:00:51.545] #8  0x0000562e1348fd13 in ExecEvalExpr (isNull=0x7ffe2079e24f, econtext=<optimized out>, state=<optimized...
[15:00:51.545] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[15:00:51.067] #0  0x00007fdf172a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:00:51.067] #1  0x00007fdf1725afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[15:00:51.067] #2  0x00007fdf17245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[15:00:51.067] #3  0x00007fdf1741e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[15:00:51.067] #4  0x00007fdf1742aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[15:00:51.067] #5  0x00007fdf1740d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x56537c262560,...
[15:00:51.067] #6  0x000056537b48f9ef in ExecInterpExpr (state=0x5653899e2fd0, econtext=0x5653899e3a50, isnull=0x7ffed7d...
[15:00:51.067] #7  0x000056537b480da7 in ExecInterpExprStillValid (state=0x5653899e2fd0, econtext=0x5653899e3a50, isNull...
[15:00:51.067] #8  0x000056537b492d13 in ExecEvalExpr (isNull=0x7ffed7d8e77f, econtext=<optimized out>, state=<optimized...
[15:00:51.067] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[15:00:50.242] #0  0x00007f3bef0a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:00:50.242] #1  0x00007f3bef05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[15:00:50.242] #2  0x00007f3bef045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[15:00:50.242] #3  0x00007f3bef21e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[15:00:50.242] #4  0x00007f3bef22aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[15:00:50.242] #5  0x00007f3bef20d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x559bf815b560,...
[15:00:50.242] #6  0x0000559bf73889ef in ExecInterpExpr (state=0x559bf9c61d70, econtext=0x559bf9c629d0, isnull=0x7ffc9e1...
[15:00:50.242] #7  0x0000559bf7379da7 in ExecInterpExprStillValid (state=0x559bf9c61d70, econtext=0x559bf9c629d0, isNull...
[15:00:50.242] #8  0x0000559bf738bd13 in ExecEvalExpr (isNull=0x7ffc9e1e092f, econtext=<optimized out>, state=<optimized...
[15:00:50.242] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[15:00:49.763] #0  0x00007fdf172a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:00:49.763] #1  0x00007fdf1725afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[15:00:49.763] #2  0x00007fdf17245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[15:00:49.763] #3  0x00007fdf1741e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[15:00:49.763] #4  0x00007fdf1742aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[15:00:49.763] #5  0x00007fdf1740d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x56537c262560,...
[15:00:49.763] #6  0x000056537b48f9ef in ExecInterpExpr (state=0x5653899ac0e0, econtext=0x5653899acc50, isnull=0x7ffed7d...
[15:00:49.763] #7  0x000056537b480da7 in ExecInterpExprStillValid (state=0x5653899ac0e0, econtext=0x5653899acc50, isNull...
[15:00:49.763] #8  0x000056537b492d13 in ExecEvalExpr (isNull=0x7ffed7d8e53f, econtext=<optimized out>, state=<optimized...
[15:00:49.763] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[15:00:49.146] #0  0x00007fda232a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:00:49.146] #1  0x00007fda2325afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[15:00:49.146] #2  0x00007fda23245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[15:00:49.146] #3  0x00007fda2341e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[15:00:49.146] #4  0x00007fda2342aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[15:00:49.146] #5  0x00007fda2340d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x560e31205560,...
[15:00:49.146] #6  0x0000560e304329ef in ExecInterpExpr (state=0x560e3c4f0ce0, econtext=0x560e3c4f57a8, isnull=0x7ffdd80...
[15:00:49.146] #7  0x0000560e30423da7 in ExecInterpExprStillValid (state=0x560e3c4f0ce0, econtext=0x560e3c4f57a8, isNull...
[15:00:49.146] #8  0x0000560e30435d13 in ExecEvalExpr (isNull=0x7ffdd808996f, econtext=<optimized out>, state=<optimized...
[15:00:49.146] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[15:00:48.669] #0  0x00007f78b16a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:00:48.669] #1  0x00007f78b165afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[15:00:48.669] #2  0x00007f78b1645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[15:00:48.669] #3  0x00007f78b181e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[15:00:48.669] #4  0x00007f78b182aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[15:00:48.669] #5  0x00007f78b180d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55bcc057f560,...
[15:00:48.669] #6  0x000055bcbf7ac9ef in ExecInterpExpr (state=0x55bce90910d0, econtext=0x55bce9092ad8, isnull=0x7ffd736...
[15:00:48.669] #7  0x000055bcbf79dda7 in ExecInterpExprStillValid (state=0x55bce90910d0, econtext=0x55bce9092ad8, isNull...
[15:00:48.669] #8  0x000055bcbf7afd13 in ExecEvalExpr (isNull=0x7ffd7368763f, econtext=<optimized out>, state=<optimized...
[15:00:48.669] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[15:00:48.078] #0  0x00007feefa8a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:00:48.078] #1  0x00007feefa85afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[15:00:48.078] #2  0x00007feefa845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[15:00:48.078] #3  0x00007feefaa1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[15:00:48.078] #4  0x00007feefaa2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[15:00:48.078] #5  0x00007feefaa0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x5610959f1560,...
[15:00:48.078] #6  0x0000561094c1e9ef in ExecInterpExpr (state=0x5610a4d331f0, econtext=0x5610a4d33e50, isnull=0x7ffd09c...
[15:00:48.078] #7  0x0000561094c0fda7 in ExecInterpExprStillValid (state=0x5610a4d331f0, econtext=0x5610a4d33e50, isNull...
[15:00:48.078] #8  0x0000561094c21d13 in ExecEvalExpr (isNull=0x7ffd09cafa9f, econtext=<optimized out>, state=<optimized...
[15:00:48.078] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[15:00:47.608] #0  0x00007f6c3f0a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:00:47.608] #1  0x00007f6c3f05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[15:00:47.608] #2  0x00007f6c3f045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[15:00:47.608] #3  0x00007f6c3f21e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[15:00:47.608] #4  0x00007f6c3f22aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[15:00:47.608] #5  0x00007f6c3f20d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x564b4fb9c560,...
[15:00:47.608] #6  0x0000564b4edc99ef in ExecInterpExpr (state=0x564b8f912bc0, econtext=0x564b8f913820, isnull=0x7fff295...
[15:00:47.608] #7  0x0000564b4edbada7 in ExecInterpExprStillValid (state=0x564b8f912bc0, econtext=0x564b8f913820, isNull...
[15:00:47.608] #8  0x0000564b4edccd13 in ExecEvalExpr (isNull=0x7fff2955013f, econtext=<optimized out>, state=<optimized...
[15:00:47.608] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
core
[15:00:47.144] #0  0x00007f5ced6a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:00:47.144] #1  0x00007f5ced65afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[15:00:47.144] #2  0x00007f5ced645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[15:00:47.144] #3  0x00007f5ced81e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[15:00:47.144] #4  0x00007f5ced82aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[15:00:47.144] #5  0x00007f5ced80d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x562e0335d560,...
[15:00:47.144] #6  0x0000562e0258a9ef in ExecInterpExpr (state=0x562e420a7f90, econtext=0x562e420a9998, isnull=0x7ffc729...
[15:00:47.144] #7  0x0000562e0257bda7 in ExecInterpExprStillValid (state=0x562e420a7f90, econtext=0x562e420a9998, isNull...
[15:00:47.144] #8  0x0000562e0258dd13 in ExecEvalExpr (isNull=0x7ffc729f884f, econtext=<optimized out>, state=<optimized...
[15:00:47.144] #9  TupleHashTableHash_internal (tb=<optimized out>, tuple=tuple@entry=0x0) at ../src/backend/executor/ex...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/matview-write-skew.out /tmp/cirrus-ci-build/build/testrun/isol...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/matview-write-skew.out	2024-10-17 14:51:48.918290859 +0000
+++ /tmp/cirrus-ci-build/build/testrun/isolation/isolation/results/matview-write-skew.out	2024-10-17 14:56:20.641069782 ...
@@ -1,121 +1,6 @@
 Parsed test spec with 2 sessions
 
 starting permutation: s1_begin s2_begin s1_refresh s2_read s2_insert s1_commit s2_commit
-step s1_begin: BEGIN ISOLATION LEVEL SERIALIZABLE;
-step s2_begin: BEGIN ISOLATION LEVEL SERIALIZABLE;
-step s1_refresh: REFRESH MATERIALIZED VIEW CONCURRENTLY order_summary;
-step s2_read: SELECT max(date) FROM order_summary;
-       max
-----------
-04-01-2022
-(1 row)
-
-step s2_insert: INSERT INTO orders VALUES ('2022-04-02', 'orange', 15);
-step s1_commit: COMMIT;
-step s2_commit: COMMIT;
-ERROR:  could not serialize access due to read/write dependencies among transactions
...
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pageinspect/expected/brin.out /tmp/cirrus-ci-build/build/testrun/pageinspect/regre...
--- /tmp/cirrus-ci-build/contrib/pageinspect/expected/brin.out	2024-10-17 14:51:47.344593994 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pageinspect/regress/results/brin.out	2024-10-17 14:56:23.833067287 +0000
@@ -161,50 +161,7 @@
 SELECT * FROM brin_page_items(get_raw_page('brin_test_parallel_idx', 2), 'brin_test_parallel_idx')
 EXCEPT
 SELECT * FROM brin_page_items(get_raw_page('brin_test_serial_idx', 2), 'brin_test_serial_idx');
- itemoffset | blknum | attnum | allnulls | hasnulls | placeholder | empty | value 
-------------+--------+--------+----------+----------+-------------+-------+-------
-(0 rows)
-
-SELECT * FROM brin_page_items(get_raw_page('brin_test_serial_idx', 2), 'brin_test_serial_idx')
-EXCEPT
-SELECT * FROM brin_page_items(get_raw_page('brin_test_parallel_idx', 2), 'brin_test_parallel_idx');
- itemoffset | blknum | attnum | allnulls | hasnulls | placeholder | empty | value 
-------------+--------+--------+----------+----------+-------------+-------+-------
-(0 rows)
-
-DROP INDEX brin_test_parallel_idx;
--- force parallel build, but don't allow starting parallel workers to force
...
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/select.out /tmp/cirrus-ci-build/build/testrun/pg_stat_...
--- /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/select.out	2024-10-17 14:51:47.352647494 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_stat_statements/regress/results/select.out	2024-10-17 14:56:24.757068136 +0000
@@ -319,96 +319,7 @@
 FROM (VALUES (1, 2, 3), (4, NULL, 6), (7, 8, 9)) AS t (a, b, c)
 GROUP BY ROLLUP(a, b), rollup(a, c)
 ORDER BY a, b, c;
- a | b | c 
----+---+---
- 1 | 2 | 3
- 1 | 2 |  
- 1 | 2 |  
- 1 |   | 3
- 1 |   | 3
- 1 |   |  
- 1 |   |  
- 1 |   |  
- 4 |   | 6
- 4 |   | 6
- 4 |   | 6
...
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_trgm/expected/pg_trgm.out /tmp/cirrus-ci-build/build/testrun/pg_trgm/regress/re...
--- /tmp/cirrus-ci-build/contrib/pg_trgm/expected/pg_trgm.out	2024-10-17 14:51:47.360700994 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_trgm/regress/results/pg_trgm.out	2024-10-17 14:56:26.149070633 +0000
@@ -5384,21 +5384,7 @@
 
 SELECT DISTINCT city, similarity(city, 'Warsaw'), show_limit()
   FROM restaurants WHERE city % 'Warsaw';
-  city  | similarity | show_limit 
---------+------------+------------
- Warsaw |          1 |        0.3
-(1 row)
-
-SELECT set_limit(0.5);
- set_limit 
------------
-       0.5
-(1 row)
-
-SELECT DISTINCT city, similarity(city, 'Warsaw'), show_limit()
-  FROM restaurants WHERE city % 'Warsaw';
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/type_sanity.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/00...
--- /tmp/cirrus-ci-build/src/test/regress/expected/type_sanity.out	2024-10-17 14:51:49.139480315 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/type_sanity.out	2024-10-17 14:55:45.613769...
@@ -172,573 +172,7 @@
 FROM pg_type AS t1
 WHERE t1.typtype not in ('b', 'p')
 ORDER BY 1;
- typtype |   typinput    
----------+---------------
- c       | record_in
- d       | domain_in
- e       | enum_in
- m       | multirange_in
- r       | range_in
-(5 rows)
-
--- Check for bogus typoutput routines
--- As of 8.0, this check finds refcursor, which is borrowing
--- other types' I/O routines
-SELECT t1.oid, t1.typname, p1.oid, p1.proname
...
regress
diff -U3 /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out /tmp/cirrus-ci-build/build/testrun/postgres...
--- /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out	2024-10-17 14:51:47.388888243 +0000
+++ /tmp/cirrus-ci-build/build/testrun/postgres_fdw/regress/results/postgres_fdw.out	2024-10-17 14:56:27.177073468 +0000
@@ -2329,10019 +2329,7 @@
 (20 rows)
 
 SELECT t1c1, avg(t1c1 + t2c1) FROM (SELECT t1.c1, t2.c1 FROM ft1 t1 JOIN ft2 t2 ON (t1.c1 = t2.c1) UNION SELECT t1.c1, ...
- t1c1 |         avg          
-------+----------------------
-  101 | 202.0000000000000000
-  102 | 204.0000000000000000
-  103 | 206.0000000000000000
-  104 | 208.0000000000000000
-  105 | 210.0000000000000000
-  106 | 212.0000000000000000
-  107 | 214.0000000000000000
-  108 | 216.0000000000000000
-  109 | 218.0000000000000000
-  110 | 220.0000000000000000
-(10 rows)
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/regex.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream...
--- /tmp/cirrus-ci-build/src/test/regress/expected/regex.out	2024-10-17 14:51:49.115357432 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/regex.out	2024-10-17 14:56:05.509206110 ...
@@ -468,178 +468,10 @@
 -- This generates O(N) states but O(N^2) arcs, so it causes problems
 -- if arc count is not constrained
 select 'x' ~ repeat('x*y*z*', 1000);
-ERROR:  invalid regular expression: regular expression is too complex
--- Test backref in combination with non-greedy quantifier
--- https://core.tcl.tk/tcl/tktview/6585b21ca8fa6f3678d442b97241fdd43dba2ec0
-select 'Programmer' ~ '(\w).*?\1' as t;
- t 
----
- t
-(1 row)
-
-select regexp_matches('Programmer', '(\w)(.*?\1)', 'g');
- regexp_matches 
-----------------
- {r,ogr}
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/type_sanity.out /tmp/cirrus-ci-build/build/testrun/regress/regre...
--- /tmp/cirrus-ci-build/src/test/regress/expected/type_sanity.out	2024-10-17 14:51:49.139480315 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/type_sanity.out	2024-10-17 14:55:40.821985929 +0000
@@ -172,573 +172,7 @@
 FROM pg_type AS t1
 WHERE t1.typtype not in ('b', 'p')
 ORDER BY 1;
- typtype |   typinput    
----------+---------------
- c       | record_in
- d       | domain_in
- e       | enum_in
- m       | multirange_in
- r       | range_in
-(5 rows)
-
--- Check for bogus typoutput routines
--- As of 8.0, this check finds refcursor, which is borrowing
--- other types' I/O routines
-SELECT t1.oid, t1.typname, p1.oid, p1.proname
...
regress
diff -U3 /tmp/cirrus-ci-build/contrib/tablefunc/expected/tablefunc.out /tmp/cirrus-ci-build/build/testrun/tablefunc/regr...
--- /tmp/cirrus-ci-build/contrib/tablefunc/expected/tablefunc.out	2024-10-17 14:51:47.409021993 +0000
+++ /tmp/cirrus-ci-build/build/testrun/tablefunc/regress/results/tablefunc.out	2024-10-17 14:56:26.605071832 +0000
@@ -239,261 +239,7 @@
   'SELECT rowid, rowdt, attribute, val FROM cth ORDER BY 1',
   'SELECT DISTINCT rowdt, attribute FROM cth ORDER BY 2')
 AS c(rowid text, rowdt timestamp, temperature int4, test_result text, test_startdate timestamp, volts float8);
-ERROR:  invalid crosstab categories query
-DETAIL:  The query must return one column.
--- if category query generates a NULL value, get expected error
-SELECT * FROM crosstab(
-  'SELECT rowid, rowdt, attribute, val FROM cth ORDER BY 1',
-  'SELECT NULL::text')
-AS c(rowid text, rowdt timestamp, temperature int4, test_result text, test_startdate timestamp, volts float8);
-ERROR:  crosstab category value must not be null
--- if source query returns zero rows, get zero rows returned
-SELECT * FROM crosstab(
-  'SELECT rowid, rowdt, attribute, val FROM cth WHERE false ORDER BY 1',
-  'SELECT DISTINCT attribute FROM cth ORDER BY 1')
-AS c(rowid text, rowdt timestamp, temperature text, test_result text, test_startdate text, volts text);
...
tap
[14:56:37.612](0.652s) not ok 7 - checking an unresolvable database pattern under --no-strict-names status (got 1 vs exp...
[14:56:38.194](0.442s) not ok 22 - checking a database by name without amcheck installed, with other databases status (g...
[14:56:38.195](0.000s) not ok 24 - checking a database by name without amcheck installed, with other databases stderr /(...
[14:56:38.554](0.359s) not ok 25 - checking a database by pattern without amcheck installed, with other databases status...
[14:56:38.555](0.000s) not ok 27 - checking a database by pattern without amcheck installed, with other databases stderr...
tap
[14:56:42.010](4.931s) not ok 1 - pg_amcheck prior to corruption status (got 1 vs expected 0)
[14:56:42.011](0.000s) not ok 3 - pg_amcheck prior to corruption stderr /(?^:^$)/
[14:56:47.119](5.108s) not ok 4 - pg_amcheck all schemas, tables and indexes in database db1 status (got 1 vs expected 2...
[14:56:47.119](0.000s) not ok 5 - pg_amcheck all schemas, tables and indexes in database db1 stdout /(?^:index ".*" lack...
[14:56:47.120](0.000s) not ok 6 - pg_amcheck all schemas, tables and indexes in database db1 stdout /(?^:line pointer)/
[14:56:47.120](0.000s) not ok 7 - pg_amcheck all schemas, tables and indexes in database db1 stdout /(?^:could not open ...
[14:56:47.120](0.000s) not ok 8 - pg_amcheck all schemas, tables and indexes in database db1 stderr /(?^:^$)/
[14:56:47.651](0.530s) not ok 9 - pg_amcheck all schemas, tables and indexes in databases db1, db2, and db3 status (got ...
[14:56:47.652](0.000s) not ok 10 - pg_amcheck all schemas, tables and indexes in databases db1, db2, and db3 stdout /(?^...
[14:56:47.652](0.000s) not ok 11 - pg_amcheck all schemas, tables and indexes in databases db1, db2, and db3 stdout /(?^...
[14:56:47.652](0.000s) not ok 12 - pg_amcheck all schemas, tables and indexes in databases db1, db2, and db3 stdout /(?^...
[14:56:47.653](0.000s) not ok 13 - pg_amcheck all schemas, tables and indexes in databases db1, db2, and db3 stderr /(?^...
[14:56:48.129](0.476s) not ok 14 - pg_amcheck index s1.t1_btree reports missing main relation fork status (got 0 vs expe...
[14:56:48.130](0.000s) not ok 15 - pg_amcheck index s1.t1_btree reports missing main relation fork stdout /(?^:index ".*...
[14:56:48.307](0.177s) not ok 17 - pg_amcheck index s1.s2 reports index corruption status (got 0 vs expected 2)
[14:56:48.308](0.000s) not ok 18 - pg_amcheck index s1.s2 reports index corruption stdout /(?^:.+)/
[14:56:48.355](0.023s) not ok 23 - pg_amcheck of db2.s1 excluding indexes status (got 0 vs expected 2)
[14:56:48.356](0.000s) not ok 24 - pg_amcheck of db2.s1 excluding indexes stdout /(?^:could not open file ".*": No such ...
[14:56:48.872](0.516s) not ok 26 - pg_amcheck schema s3 reports table and index errors status (got 1 vs expected 2)
[14:56:48.873](0.000s) not ok 27 - pg_amcheck schema s3 reports table and index errors stdout /(?^:index ".*" lacks a ma...
[14:56:48.873](0.000s) not ok 28 - pg_amcheck schema s3 reports table and index errors stdout /(?^:line pointer)/
[14:56:48.873](0.000s) not ok 29 - pg_amcheck schema s3 reports table and index errors stdout /(?^:could not open file "...
[14:56:48.874](0.000s) not ok 30 - pg_amcheck schema s3 reports table and index errors stderr /(?^:^$)/
[14:56:49.335](0.461s) not ok 31 - pg_amcheck in schema s4 reports toast corruption status (got 1 vs expected 2)
[14:56:49.336](0.000s) not ok 32 - pg_amcheck in schema s4 reports toast corruption stdout /(?^:could not open file ".*"...
[14:56:49.336](0.000s) not ok 33 - pg_amcheck in schema s4 reports toast corruption stderr /(?^:^$)/
[14:56:49.802](0.466s) not ok 34 - pg_amcheck in schema s4 excluding toast reports no corruption status (got 1 vs expect...
[14:56:49.803](0.000s) not ok 36 - pg_amcheck in schema s4 excluding toast reports no corruption stderr /(?^:^$)/
[14:56:49.829](0.026s) not ok 37 - pg_amcheck over schema s5 reports no corruption status (got 1 vs expected 0)
[14:56:49.830](0.000s) not ok 39 - pg_amcheck over schema s5 reports no corruption stderr /(?^:^$)/
[14:56:49.852](0.022s) not ok 40 - pg_amcheck over schema s1 with corrupt indexes excluded reports no corruption status ...
[14:56:49.853](0.000s) not ok 42 - pg_amcheck over schema s1 with corrupt indexes excluded reports no corruption stderr ...
[14:56:49.879](0.025s) not ok 43 - pg_amcheck over schema s1 with all indexes excluded reports no corruption status (got...
[14:56:49.879](0.000s) not ok 45 - pg_amcheck over schema s1 with all indexes excluded reports no corruption stderr /(?^...
[14:56:49.907](0.027s) not ok 46 - pg_amcheck over schema s2 with corrupt tables excluded reports no corruption status (...
[14:56:49.907](0.000s) not ok 48 - pg_amcheck over schema s2 with corrupt tables excluded reports no corruption stderr /...
[14:56:49.944](0.010s) not ok 55 - pg_amcheck smoke test --parent-check status (got 1 vs expected 2)
[14:56:49.945](0.000s) not ok 56 - pg_amcheck smoke test --parent-check stdout /(?^:index ".*" lacks a main relation for...
[14:56:49.945](0.000s) not ok 57 - pg_amcheck smoke test --parent-check stderr /(?^:^$)/
[14:56:49.963](0.018s) not ok 58 - pg_amcheck smoke test --heapallindexed --rootdescend status (got 1 vs expected 2)
[14:56:49.964](0.000s) not ok 59 - pg_amcheck smoke test --heapallindexed --rootdescend stdout /(?^:index ".*" lacks a m...
[14:56:49.964](0.000s) not ok 60 - pg_amcheck smoke test --heapallindexed --rootdescend stderr /(?^:^$)/
[14:56:50.008](0.044s) not ok 61 - pg_amcheck excluding all corrupt schemas status (got 1 vs expected 0)
[14:56:50.049](0.000s) not ok 63 - pg_amcheck excluding all corrupt schemas stderr /(?^:^$)/
[14:56:50.071](0.022s) not ok 64 - pg_amcheck smoke test --parent-check --checkunique status (got 1 vs expected 2)
[14:56:50.072](0.000s) not ok 65 - pg_amcheck smoke test --parent-check --checkunique stdout /(?^:index ".*" lacks a mai...
[14:56:50.072](0.000s) not ok 66 - pg_amcheck smoke test --parent-check --checkunique stderr /(?^:^$)/
[14:56:50.083](0.011s) not ok 67 - pg_amcheck smoke test --heapallindexed --rootdescend --checkunique status (got 1 vs e...
[14:56:50.084](0.000s) not ok 68 - pg_amcheck smoke test --heapallindexed --rootdescend --checkunique stdout /(?^:index ...
[14:56:50.084](0.000s) not ok 69 - pg_amcheck smoke test --heapallindexed --rootdescend --checkunique stderr /(?^:^$)/
[14:56:50.098](0.014s) not ok 70 - pg_amcheck excluding all corrupt schemas with --checkunique option status (got 1 vs e...
[14:56:50.099](0.000s) not ok 72 - pg_amcheck excluding all corrupt schemas with --checkunique option stderr /(?^:^$)/
tap
[14:56:41.458](2.815s) not ok 1 - pg_amcheck test table, prior to corruption
[14:56:41.809](0.350s) not ok 2 - pg_amcheck test table and index, prior to corruption
[14:56:47.022](5.213s) not ok 3 - Expected corruption message output status (got 1 vs expected 2)
[14:56:47.023](0.000s) not ok 4 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.tes...
[14:56:47.023](0.000s) not ok 5 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.tes...
[14:56:47.024](0.000s) not ok 6 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.tes...
[14:56:47.024](0.000s) not ok 7 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.tes...
[14:56:47.025](0.000s) not ok 8 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.tes...
[14:56:47.025](0.000s) not ok 9 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.tes...
[14:56:47.025](0.000s) not ok 10 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[14:56:47.026](0.000s) not ok 11 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[14:56:47.026](0.000s) not ok 12 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[14:56:47.026](0.000s) not ok 13 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[14:56:47.027](0.000s) not ok 14 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[14:56:47.027](0.000s) not ok 15 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[14:56:47.027](0.000s) not ok 16 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[14:56:47.028](0.000s) not ok 17 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[14:56:47.028](0.000s) not ok 18 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[14:56:47.028](0.000s) not ok 19 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[14:56:47.029](0.000s) not ok 20 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[14:56:47.029](0.000s) not ok 21 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[14:56:47.030](0.000s) not ok 22 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[14:56:47.079](0.000s) not ok 23 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[14:56:47.080](0.000s) not ok 24 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[14:56:47.080](0.000s) not ok 25 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[14:56:47.080](0.000s) not ok 26 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[14:56:47.081](0.000s) not ok 27 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[14:56:47.081](0.000s) not ok 28 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[14:56:47.081](0.000s) not ok 29 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[14:56:47.082](0.000s) not ok 30 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[14:56:47.082](0.000s) not ok 31 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
[14:56:47.082](0.000s) not ok 32 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te...
tap
[14:56:39.657](0.776s) not ok 1 - pg_amcheck all schemas, tables and indexes reports no corruption: exit code 0
[14:56:39.657](0.000s) not ok 2 - pg_amcheck all schemas, tables and indexes reports no corruption: no stderr
[14:56:40.049](0.391s) not ok 4 - pg_amcheck all schemas, tables and indexes reports fickleidx corruption status (got 1 ...
[14:56:40.049](0.000s) not ok 5 - pg_amcheck all schemas, tables and indexes reports fickleidx corruption stdout /(?^:it...
[14:56:40.388](0.339s) not ok 6 - pg_amcheck all schemas, tables and indexes reports no corruption: exit code 0
[14:56:40.389](0.000s) not ok 7 - pg_amcheck all schemas, tables and indexes reports no corruption: no stderr
[14:56:40.779](0.389s) not ok 9 - pg_amcheck all schemas, tables and indexes reports bttest_unique_idx corruption status...
[14:56:40.779](0.000s) not ok 10 - pg_amcheck all schemas, tables and indexes reports bttest_unique_idx corruption stdou...
tap
[14:56:58.252](1.066s) not ok 30 - run pg_createsubscriber on node S
tap
[14:57:03.121](0.855s) not ok 19 - pg_dump: option -n pg_catalog
[14:57:03.799](0.677s) not ok 20 - pg_dumpall: option --exclude-database handles database names with embedded dots
[14:57:03.854](0.000s) not ok 22 - pg_dump: option --schema rejects three-part schema names: matches
[14:57:03.874](0.000s) not ok 24 - pg_dump: option --schema rejects cross-database multipart schema names: matches
[14:57:03.887](0.000s) not ok 26 - pg_dump: option --schema rejects degenerate two-part schema name: ".": matches
[14:57:03.907](0.000s) not ok 28 - pg_dump: option --schema rejects cross-database multipart schema names with embedded ...
[14:57:03.938](0.000s) not ok 30 - pg_dump: option --schema rejects degenerate three-part schema name: "..": matches
[14:57:03.965](0.000s) not ok 32 - pg_dump: option --table rejects four-part table names: matches
[14:57:03.979](0.000s) not ok 34 - pg_dump: option --table rejects cross-database three part table names: matches
[14:57:03.991](0.000s) not ok 36 - pg_dump: option --table rejects cross-database three part table names with embedded d...
[14:57:04.000](0.009s) not ok 37 - binary_upgrade: pg_dump runs
[14:57:04.009](0.009s) not ok 38 - binary_upgrade: pg_restore runs
tap
[14:55:52.923](12.449s) not ok 5 - regression tests pass
[14:55:54.733](1.804s) not ok 6 - dump before running pg_upgrade
tap
[14:57:26.629](0.549s) not ok 192 - psql seeded_random count ok
[14:57:26.630](0.000s) not ok 193 - psql seeded_random count stderr is empty
[14:57:26.630](0.000s) not ok 194 - psql seeded_random count uniform
[14:57:26.630](0.000s) not ok 195 - psql seeded_random count exponential
[14:57:26.631](0.000s) not ok 196 - psql seeded_random count gaussian
[14:57:26.631](0.000s) not ok 197 - psql seeded_random count zipfian
tap
[14:56:09.748](9.045s) not ok 2 - regression tests pass
tap
[14:59:36.619](205.855s) # poll_query_until timed out executing this query:
timed out waiting for logical slot to calculate its restart_lsn at /tmp/cirrus-ci-build/src/test/perl/PostgreSQL/Test/Cl...
test
[14:59:36.869]   6/311 postgresql:pg_upgrade / pg_upgrade/004_subscription                             ERROR            ...
[14:59:36.869]   8/311 postgresql:pg_upgrade / pg_upgrade/003_logical_slots                            ERROR            ...
[14:59:36.869]  19/311 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[14:59:36.869]   7/311 postgresql:regress / regress/regress                                            ERROR            ...
[14:59:36.869]  39/311 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[14:59:36.869]  43/311 postgresql:recovery / recovery/038_save_logical_slots_shutdown                  ERROR            ...
[14:59:36.869]  47/311 postgresql:recovery / recovery/040_standby_failover_slots_sync                  ERROR            ...
[14:59:36.869]  73/311 postgresql:isolation / isolation/isolation                                      ERROR            ...
[14:59:36.869]  86/311 postgresql:pageinspect / pageinspect/regress                                    ERROR            ...
[14:59:36.869]  90/311 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
[14:59:36.869]  93/311 postgresql:pg_trgm / pg_trgm/regress                                            ERROR            ...
[14:59:36.869]  96/311 postgresql:tablefunc / tablefunc/regress                                        ERROR            ...
[14:59:36.869]  98/311 postgresql:postgres_fdw / postgres_fdw/regress                                  ERROR            ...
[14:59:36.869] 146/311 postgresql:pg_amcheck / pg_amcheck/005_opclass_damage                           ERROR            ...
[14:59:36.869] 140/311 postgresql:pg_amcheck / pg_amcheck/002_nonesuch                                 ERROR            ...
[14:59:36.869] 147/311 postgresql:pg_amcheck / pg_amcheck/004_verify_heapam                            ERROR            ...
[14:59:36.869] 151/311 postgresql:pg_amcheck / pg_amcheck/003_check                                    ERROR            ...
[14:59:36.869] 160/311 postgresql:pg_basebackup / pg_basebackup/040_pg_createsubscriber                ERROR            ...
[14:59:36.869] 173/311 postgresql:pg_dump / pg_dump/002_pg_dump                                        ERROR            ...
[14:59:36.869] 225/311 postgresql:pgbench / pgbench/001_pgbench_with_server                            ERROR            ...
[14:59:36.869] 242/311 postgresql:subscription / subscription/002_types                                ERROR            ...
[14:59:36.869] 243/311 postgresql:subscription / subscription/003_constraints                          ERROR            ...
[14:59:36.869] 244/311 postgresql:subscription / subscription/001_rep_changes                          ERROR            ...
[14:59:36.869] 245/311 postgresql:subscription / subscription/004_sync                                 ERROR            ...
[14:59:36.869] 246/311 postgresql:subscription / subscription/006_rewrite                              ERROR            ...
[14:59:36.869] 248/311 postgresql:subscription / subscription/007_ddl                                  ERROR            ...
[14:59:36.869] 249/311 postgresql:subscription / subscription/008_diff_schema                          ERROR            ...
[14:59:36.869] 251/311 postgresql:subscription / subscription/010_truncate                             ERROR            ...
[14:59:36.869] 252/311 postgresql:subscription / subscription/011_generated                            ERROR            ...
[14:59:36.869] 253/311 postgresql:subscription / subscription/005_encoding                             ERROR            ...
[14:59:36.869] 254/311 postgresql:subscription / subscription/014_binary                               ERROR            ...
[14:59:36.869] 255/311 postgresql:subscription / subscription/013_partition                            ERROR            ...
[14:59:36.869] 256/311 postgresql:subscription / subscription/015_stream                               ERROR            ...
[14:59:36.869] 257/311 postgresql:subscription / subscription/016_stream_subxact                       ERROR            ...
[14:59:36.869] 258/311 postgresql:subscription / subscription/017_stream_ddl                           ERROR            ...
[14:59:36.869] 260/311 postgresql:subscription / subscription/018_stream_subxact_abort                 ERROR            ...
[14:59:36.869] 261/311 postgresql:subscription / subscription/019_stream_subxact_ddl_abort             ERROR            ...
[14:59:36.869] 262/311 postgresql:subscription / subscription/012_collation                            ERROR            ...
[14:59:36.869] 263/311 postgresql:subscription / subscription/023_twophase_stream                      ERROR            ...
[14:59:36.869] 264/311 postgresql:subscription / subscription/021_twophase                             ERROR            ...
[14:59:36.869] 265/311 postgresql:subscription / subscription/020_messages                             ERROR            ...
[14:59:36.869] 266/311 postgresql:subscription / subscription/022_twophase_cascade                     ERROR            ...
[14:59:36.869] 267/311 postgresql:subscription / subscription/024_add_drop_pub                         ERROR            ...
[14:59:36.869] 268/311 postgresql:subscription / subscription/026_stats                                ERROR            ...
[14:59:36.869] 269/311 postgresql:subscription / subscription/028_row_filter                           ERROR            ...
[14:59:36.869] 270/311 postgresql:subscription / subscription/027_nosuperuser                          ERROR            ...
[14:59:36.869] 271/311 postgresql:subscription / subscription/029_on_error                             ERROR            ...
[14:59:36.869] 272/311 postgresql:subscription / subscription/030_origin                               ERROR            ...
[14:59:36.869] 273/311 postgresql:subscription / subscription/031_column_list                          ERROR            ...
[14:59:36.869] 274/311 postgresql:subscription / subscription/025_rep_changes_for_schema               ERROR            ...
[14:59:36.869] 275/311 postgresql:subscription / subscription/033_run_as_table_owner                   ERROR            ...
[14:59:36.869] 276/311 postgresql:subscription / subscription/032_subscribe_use_index                  ERROR            ...
[14:59:36.869] 277/311 postgresql:subscription / subscription/100_bugs                                 ERROR            ...
[14:59:36.869] 311/311 postgresql:recovery / recovery/035_standby_logical_decoding                     ERROR           2...
Windows - Server 2019, VS 2019 - Meson & ninja
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 3972
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 6160
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 1516
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 4388
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 3628
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 5960
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 1432
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 3104
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 6296
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 4728
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 1636
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 3464
core
00000027`4f3fe650 00007ff7`a8ddb22b     postgres!ExecInterpExpr(
00000027`4f3fe910 00007ff7`a8de8f5a     postgres!ExecInterpExprStillValid(
00000027`4f3fe940 00007ff7`a8de9216     postgres!ExecEvalExpr(
00000027`4f3fe970 00007ff7`a8de8cac     postgres!TupleHashTableHash_internal(
00000027`4f3fe9c0 00007ff7`a8e127da     postgres!LookupTupleHashEntry(
00000027`4f3fea10 00007ff7`a8e1321b     postgres!lookup_hash_entries(
00000027`4f3feab0 00007ff7`a8e16176     postgres!agg_fill_hash_table(
00000027`4f3feaf0 00007ff7`a8dfaebb     postgres!ExecAgg(
00000027`4f3feb40 00007ff7`a8e4f6ec     postgres!ExecProcNodeFirst(
00000027`4f3feb70 00007ff7`a8e4f9ca     postgres!ExecProcNode(
core
00000027`503ffbf8 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000027`503ffc00 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
00000027`503ffef0 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000027`503fff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000027`4f7ff838 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000027`4f7ff840 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
00000027`4f7ffb30 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000027`4f7ffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000027`4fbff928 00007ffc`63a945ca     ntdll!NtFsControlFile+0x14
00000027`4fbff930 00007ff7`a8fbf55b     KERNELBASE!ConnectNamedPipe+0x6a
00000027`4fbff9a0 00007ffc`65c84cb0     postgres!pg_signal_thread(
00000027`4fbffaa0 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000027`4fbffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000027`4ffff9c8 00007ffc`63a4d71e     ntdll!NtWaitForSingleObject+0x14
00000027`4ffff9d0 00007ff7`a8fc0ffc     KERNELBASE!WaitForSingleObjectEx+0x8e
00000027`4ffffa70 00007ffc`65c84cb0     postgres!pg_timer_thread(
00000027`4ffffab0 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000027`4ffffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`017ff8e8 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000001`017ff8f0 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
00000001`017ffbe0 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000001`017ffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`007fea80 00007ff7`a8ddb22b     postgres!ExecInterpExpr(
00000001`007fed40 00007ff7`a8de8f5a     postgres!ExecInterpExprStillValid(
00000001`007fed70 00007ff7`a8de9216     postgres!ExecEvalExpr(
00000001`007feda0 00007ff7`a8de8cac     postgres!TupleHashTableHash_internal(
00000001`007fedf0 00007ff7`a8e127da     postgres!LookupTupleHashEntry(
00000001`007fee40 00007ff7`a8e12faa     postgres!lookup_hash_entries(
00000001`007feee0 00007ff7`a8e16191     postgres!agg_retrieve_direct(
00000001`007fef80 00007ff7`a8dfaebb     postgres!ExecAgg(
00000001`007fefd0 00007ff7`a8e4b3ac     postgres!ExecProcNodeFirst(
00000001`007ff000 00007ff7`a8e4bc81     postgres!ExecProcNode(
core
00000001`00bff968 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000001`00bff970 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
00000001`00bffc60 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000001`00bffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`00fffbf8 00007ffc`63a945ca     ntdll!NtFsControlFile+0x14
00000001`00fffc00 00007ff7`a8fbf55b     KERNELBASE!ConnectNamedPipe+0x6a
00000001`00fffc70 00007ffc`65c84cb0     postgres!pg_signal_thread(
00000001`00fffd70 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000001`00fffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`013ff858 00007ffc`63a4d71e     ntdll!NtWaitForSingleObject+0x14
00000001`013ff860 00007ff7`a8fc0ffc     KERNELBASE!WaitForSingleObjectEx+0x8e
00000001`013ff900 00007ffc`65c84cb0     postgres!pg_timer_thread(
00000001`013ff940 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000001`013ff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002f`a49ff7a8 00007ffc`63a945ca     ntdll!NtFsControlFile+0x14
0000002f`a49ff7b0 00007ff7`a8fbf55b     KERNELBASE!ConnectNamedPipe+0x6a
0000002f`a49ff820 00007ffc`65c84cb0     postgres!pg_signal_thread(
0000002f`a49ff920 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000002f`a49ff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002f`a3dfe9c0 00007ff7`a8ddb22b     postgres!ExecInterpExpr(
0000002f`a3dfec80 00007ff7`a8de8f5a     postgres!ExecInterpExprStillValid(
0000002f`a3dfecb0 00007ff7`a8de9216     postgres!ExecEvalExpr(
0000002f`a3dfece0 00007ff7`a8de8cac     postgres!TupleHashTableHash_internal(
0000002f`a3dfed30 00007ff7`a8e127da     postgres!LookupTupleHashEntry(
0000002f`a3dfed80 00007ff7`a8e1321b     postgres!lookup_hash_entries(
0000002f`a3dfee20 00007ff7`a8e16176     postgres!agg_fill_hash_table(
0000002f`a3dfee60 00007ff7`a8dfaebb     postgres!ExecAgg(
0000002f`a3dfeeb0 00007ff7`a8df0c9c     postgres!ExecProcNodeFirst(
0000002f`a3dfeee0 00007ff7`a8df1d90     postgres!ExecProcNode(
core
0000002f`a41ffbb8 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002f`a41ffbc0 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
0000002f`a41ffeb0 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000002f`a41ffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002f`a45ffa78 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002f`a45ffa80 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
0000002f`a45ffd70 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000002f`a45ffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002f`a4dff8f8 00007ffc`63a4d71e     ntdll!NtWaitForSingleObject+0x14
0000002f`a4dff900 00007ff7`a8fc0ffc     KERNELBASE!WaitForSingleObjectEx+0x8e
0000002f`a4dff9a0 00007ffc`65c84cb0     postgres!pg_timer_thread(
0000002f`a4dff9e0 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000002f`a4dffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000061`47fff9f8 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000061`47fffa00 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
00000061`47fffcf0 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000061`47fffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000061`473fed10 00007ff7`a8ddb22b     postgres!ExecInterpExpr(
00000061`473fefd0 00007ff7`a8de8f5a     postgres!ExecInterpExprStillValid(
00000061`473ff000 00007ff7`a8de9216     postgres!ExecEvalExpr(
00000061`473ff030 00007ff7`a8de8cac     postgres!TupleHashTableHash_internal(
00000061`473ff080 00007ff7`a8e127da     postgres!LookupTupleHashEntry(
00000061`473ff0d0 00007ff7`a8e1321b     postgres!lookup_hash_entries(
00000061`473ff170 00007ff7`a8e16176     postgres!agg_fill_hash_table(
00000061`473ff1b0 00007ff7`a8dfaebb     postgres!ExecAgg(
00000061`473ff200 00007ff7`a8df0c9c     postgres!ExecProcNodeFirst(
00000061`473ff230 00007ff7`a8df1d90     postgres!ExecProcNode(
core
00000061`477ff698 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000061`477ff6a0 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
00000061`477ff990 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000061`477ff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000061`47bffc28 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000061`47bffc30 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
00000061`47bfff20 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000061`47bfff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000061`483ffaf8 00007ffc`63a945ca     ntdll!NtFsControlFile+0x14
00000061`483ffb00 00007ff7`a8fbf55b     KERNELBASE!ConnectNamedPipe+0x6a
00000061`483ffb70 00007ffc`65c84cb0     postgres!pg_signal_thread(
00000061`483ffc70 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000061`483ffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000061`487ff988 00007ffc`63a4d71e     ntdll!NtWaitForSingleObject+0x14
00000061`487ff990 00007ff7`a8fc0ffc     KERNELBASE!WaitForSingleObjectEx+0x8e
00000061`487ffa30 00007ffc`65c84cb0     postgres!pg_timer_thread(
00000061`487ffa70 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000061`487ffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000f`78fff8c8 00007ffc`63a945ca     ntdll!NtFsControlFile+0x14
0000000f`78fff8d0 00007ff7`a8fbf55b     KERNELBASE!ConnectNamedPipe+0x6a
0000000f`78fff940 00007ffc`65c84cb0     postgres!pg_signal_thread(
0000000f`78fffa40 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000000f`78fffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000f`793ffd38 00007ffc`63a4d71e     ntdll!NtWaitForSingleObject+0x14
0000000f`793ffd40 00007ff7`a8fc0ffc     KERNELBASE!WaitForSingleObjectEx+0x8e
0000000f`793ffde0 00007ffc`65c84cb0     postgres!pg_timer_thread(
0000000f`793ffe20 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000000f`793ffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000f`78bff5a8 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000f`78bff5b0 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
0000000f`78bff8a0 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000000f`78bff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000f`787ff448 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000f`787ff450 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
0000000f`787ff740 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000000f`787ff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000f`783fef20 00007ff7`a8ddb22b     postgres!ExecInterpExpr(
0000000f`783ff1e0 00007ff7`a8de8f5a     postgres!ExecInterpExprStillValid(
0000000f`783ff210 00007ff7`a8de9216     postgres!ExecEvalExpr(
0000000f`783ff240 00007ff7`a8de8cac     postgres!TupleHashTableHash_internal(
0000000f`783ff290 00007ff7`a8e127da     postgres!LookupTupleHashEntry(
0000000f`783ff2e0 00007ff7`a8e1321b     postgres!lookup_hash_entries(
0000000f`783ff380 00007ff7`a8e16176     postgres!agg_fill_hash_table(
0000000f`783ff3c0 00007ff7`a8dfaebb     postgres!ExecAgg(
0000000f`783ff410 00007ff7`a8df0c9c     postgres!ExecProcNodeFirst(
0000000f`783ff440 00007ff7`a8df1d90     postgres!ExecProcNode(
core
000000d0`ee7ff7f8 00007ffc`63a4d71e     ntdll!NtWaitForSingleObject+0x14
000000d0`ee7ff800 00007ff7`a8fc0ffc     KERNELBASE!WaitForSingleObjectEx+0x8e
000000d0`ee7ff8a0 00007ffc`65c84cb0     postgres!pg_timer_thread(
000000d0`ee7ff8e0 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d0`ee7ff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d0`edbfec00 00007ff7`a8ddb22b     postgres!ExecInterpExpr(
000000d0`edbfeec0 00007ff7`a8de8f5a     postgres!ExecInterpExprStillValid(
000000d0`edbfeef0 00007ff7`a8de9216     postgres!ExecEvalExpr(
000000d0`edbfef20 00007ff7`a8de8cac     postgres!TupleHashTableHash_internal(
000000d0`edbfef70 00007ff7`a8e4ab00     postgres!LookupTupleHashEntry(
000000d0`edbfefc0 00007ff7`a8e4b231     postgres!setop_fill_hash_table(
000000d0`edbff030 00007ff7`a8dfaebb     postgres!ExecSetOp(
000000d0`edbff080 00007ff7`a8df0c9c     postgres!ExecProcNodeFirst(
000000d0`edbff0b0 00007ff7`a8df1d90     postgres!ExecProcNode(
000000d0`edbff0e0 00007ff7`a8ded0a7     postgres!ExecutePlan(
core
000000d0`eebff958 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d0`eebff960 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
000000d0`eebffc50 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d0`eebffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d0`ee3ffa58 00007ffc`63a945ca     ntdll!NtFsControlFile+0x14
000000d0`ee3ffa60 00007ff7`a8fbf55b     KERNELBASE!ConnectNamedPipe+0x6a
000000d0`ee3ffad0 00007ffc`65c84cb0     postgres!pg_signal_thread(
000000d0`ee3ffbd0 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d0`ee3ffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d0`edfff798 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d0`edfff7a0 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
000000d0`edfffa90 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d0`edfffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000c`667ff130 00007ff7`a8ddb22b     postgres!ExecInterpExpr(
0000000c`667ff3f0 00007ff7`a8de8f5a     postgres!ExecInterpExprStillValid(
0000000c`667ff420 00007ff7`a8de9216     postgres!ExecEvalExpr(
0000000c`667ff450 00007ff7`a8de8cac     postgres!TupleHashTableHash_internal(
0000000c`667ff4a0 00007ff7`a8e127da     postgres!LookupTupleHashEntry(
0000000c`667ff4f0 00007ff7`a8e1321b     postgres!lookup_hash_entries(
0000000c`667ff590 00007ff7`a8e16176     postgres!agg_fill_hash_table(
0000000c`667ff5d0 00007ff7`a8dfaebb     postgres!ExecAgg(
0000000c`667ff620 00007ff7`a8df0c9c     postgres!ExecProcNodeFirst(
0000000c`667ff650 00007ff7`a8df1d90     postgres!ExecProcNode(
core
0000000c`66bff488 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000c`66bff490 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
0000000c`66bff780 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000000c`66bff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000c`677ff9c8 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000c`677ff9d0 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
0000000c`677ffcc0 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000000c`677ffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000c`673ff8c8 00007ffc`63a4d71e     ntdll!NtWaitForSingleObject+0x14
0000000c`673ff8d0 00007ff7`a8fc0ffc     KERNELBASE!WaitForSingleObjectEx+0x8e
0000000c`673ff970 00007ffc`65c84cb0     postgres!pg_timer_thread(
0000000c`673ff9b0 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000000c`673ff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000c`66fffcc8 00007ffc`63a945ca     ntdll!NtFsControlFile+0x14
0000000c`66fffcd0 00007ff7`a8fbf55b     KERNELBASE!ConnectNamedPipe+0x6a
0000000c`66fffd40 00007ffc`65c84cb0     postgres!pg_signal_thread(
0000000c`66fffe40 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000000c`66fffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b4`083ff928 00007ffc`63a945ca     ntdll!NtFsControlFile+0x14
000000b4`083ff930 00007ff7`a8fbf55b     KERNELBASE!ConnectNamedPipe+0x6a
000000b4`083ff9a0 00007ffc`65c84cb0     postgres!pg_signal_thread(
000000b4`083ffaa0 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b4`083ffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b4`07bfef60 00007ff7`a9303e28     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b4`07bfefa0 00007ff7`a8c97465     postgres!ExceptionalCondition(
000000b4`07bfefe0 00007ff7`a8c880d7     postgres!index_drop(
000000b4`07bff0c0 00007ff7`a8c87bcd     postgres!doDeletion(
000000b4`07bff110 00007ff7`a8c8b081     postgres!deleteOneObject(
000000b4`07bff260 00007ff7`a8c85ecc     postgres!deleteObjectsInList(
000000b4`07bff2c0 00007ff7`a8fc4907     postgres!performDeletion(
000000b4`07bff320 00007ff7`a8fc2aec     postgres!do_autovacuum(void)+0x967 [c:\cirrus\src\backend\postmaster\autovacuum....
000000b4`07bff6a0 00007ff7`a8fcb107     postgres!AutoVacWorkerMain(
000000b4`07bff850 00007ff7`a8e8a6c4     postgres!SubPostmasterMain(
core
000000b4`087ffb08 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b4`087ffb10 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
000000b4`087ffe00 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b4`087ffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b4`07fffc38 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b4`07fffc40 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
000000b4`07ffff30 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b4`07ffff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e5`18bffa48 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e5`18bffa50 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
000000e5`18bffd40 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e5`18bffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e5`187ffc38 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e5`187ffc40 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
000000e5`187fff30 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e5`187fff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e5`183fef00 00007ff7`a8ddb22b     postgres!ExecInterpExpr(
000000e5`183ff1c0 00007ff7`a8de8f5a     postgres!ExecInterpExprStillValid(
000000e5`183ff1f0 00007ff7`a8de9216     postgres!ExecEvalExpr(
000000e5`183ff220 00007ff7`a8de8cac     postgres!TupleHashTableHash_internal(
000000e5`183ff270 00007ff7`a8e127da     postgres!LookupTupleHashEntry(
000000e5`183ff2c0 00007ff7`a8e1321b     postgres!lookup_hash_entries(
000000e5`183ff360 00007ff7`a8e16176     postgres!agg_fill_hash_table(
000000e5`183ff3a0 00007ff7`a8dfaebb     postgres!ExecAgg(
000000e5`183ff3f0 00007ff7`a8df0c9c     postgres!ExecProcNodeFirst(
000000e5`183ff420 00007ff7`a8df1d90     postgres!ExecProcNode(
core
000000e5`18fffd48 00007ffc`63a945ca     ntdll!NtFsControlFile+0x14
000000e5`18fffd50 00007ff7`a8fbf55b     KERNELBASE!ConnectNamedPipe+0x6a
000000e5`18fffdc0 00007ffc`65c84cb0     postgres!pg_signal_thread(
000000e5`18fffec0 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e5`18fffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e5`193ffac8 00007ffc`63a4d71e     ntdll!NtWaitForSingleObject+0x14
000000e5`193ffad0 00007ff7`a8fc0ffc     KERNELBASE!WaitForSingleObjectEx+0x8e
000000e5`193ffb70 00007ffc`65c84cb0     postgres!pg_timer_thread(
000000e5`193ffbb0 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e5`193ffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000019`2b3ffbe8 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000019`2b3ffbf0 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
00000019`2b3ffee0 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000019`2b3fff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000019`2bbff728 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000019`2bbff730 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
00000019`2bbffa20 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000019`2bbffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000019`2affeee0 00007ff7`a9303e28     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000019`2affef20 00007ff7`a8c97465     postgres!ExceptionalCondition(
00000019`2affef60 00007ff7`a8c880d7     postgres!index_drop(
00000019`2afff040 00007ff7`a8c87bcd     postgres!doDeletion(
00000019`2afff090 00007ff7`a8c8b081     postgres!deleteOneObject(
00000019`2afff1e0 00007ff7`a8c85ecc     postgres!deleteObjectsInList(
00000019`2afff240 00007ff7`a8fc4907     postgres!performDeletion(
00000019`2afff2a0 00007ff7`a8fc2aec     postgres!do_autovacuum(void)+0x967 [c:\cirrus\src\backend\postmaster\autovacuum....
00000019`2afff620 00007ff7`a8fcb107     postgres!AutoVacWorkerMain(
00000019`2afff7d0 00007ff7`a8e8a6c4     postgres!SubPostmasterMain(
core
00000019`2b7ffd48 00007ffc`63a945ca     ntdll!NtFsControlFile+0x14
00000019`2b7ffd50 00007ff7`a8fbf55b     KERNELBASE!ConnectNamedPipe+0x6a
00000019`2b7ffdc0 00007ffc`65c84cb0     postgres!pg_signal_thread(
00000019`2b7ffec0 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000019`2b7ffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000009`291feff0 00007ff7`a8ddb22b     postgres!ExecInterpExpr(
00000009`291ff2b0 00007ff7`a8de8f5a     postgres!ExecInterpExprStillValid(
00000009`291ff2e0 00007ff7`a8de9216     postgres!ExecEvalExpr(
00000009`291ff310 00007ff7`a8de8cac     postgres!TupleHashTableHash_internal(
00000009`291ff360 00007ff7`a8e127da     postgres!LookupTupleHashEntry(
00000009`291ff3b0 00007ff7`a8e1321b     postgres!lookup_hash_entries(
00000009`291ff450 00007ff7`a8e16176     postgres!agg_fill_hash_table(
00000009`291ff490 00007ff7`a8dfaebb     postgres!ExecAgg(
00000009`291ff4e0 00007ff7`a8df0c9c     postgres!ExecProcNodeFirst(
00000009`291ff510 00007ff7`a8df1d90     postgres!ExecProcNode(
core
00000009`2a1ff798 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000009`2a1ff7a0 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
00000009`2a1ffa90 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000009`2a1ffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000009`29dffd48 00007ffc`63a4d71e     ntdll!NtWaitForSingleObject+0x14
00000009`29dffd50 00007ff7`a8fc0ffc     KERNELBASE!WaitForSingleObjectEx+0x8e
00000009`29dffdf0 00007ffc`65c84cb0     postgres!pg_timer_thread(
00000009`29dffe30 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000009`29dffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000009`299ffac8 00007ffc`63a945ca     ntdll!NtFsControlFile+0x14
00000009`299ffad0 00007ff7`a8fbf55b     KERNELBASE!ConnectNamedPipe+0x6a
00000009`299ffb40 00007ffc`65c84cb0     postgres!pg_signal_thread(
00000009`299ffc40 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000009`299ffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000009`295ffbd8 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000009`295ffbe0 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
00000009`295ffed0 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000009`295fff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000075`a37ff808 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000075`a37ff810 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
00000075`a37ffb00 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000075`a37ffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000075`a33ff948 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000075`a33ff950 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
00000075`a33ffc40 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000075`a33ffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000075`a2ffecd0 00007ff7`a8ddb22b     postgres!ExecInterpExpr(
00000075`a2ffef90 00007ff7`a8de8f5a     postgres!ExecInterpExprStillValid(
00000075`a2ffefc0 00007ff7`a8de9216     postgres!ExecEvalExpr(
00000075`a2ffeff0 00007ff7`a8de8cac     postgres!TupleHashTableHash_internal(
00000075`a2fff040 00007ff7`a8e127da     postgres!LookupTupleHashEntry(
00000075`a2fff090 00007ff7`a8e1321b     postgres!lookup_hash_entries(
00000075`a2fff130 00007ff7`a8e16176     postgres!agg_fill_hash_table(
00000075`a2fff170 00007ff7`a8dfaebb     postgres!ExecAgg(
00000075`a2fff1c0 00007ff7`a8e1640c     postgres!ExecProcNodeFirst(
00000075`a2fff1f0 00007ff7`a8e171cd     postgres!ExecProcNode(
core
00000075`a3fffa68 00007ffc`63a4d71e     ntdll!NtWaitForSingleObject+0x14
00000075`a3fffa70 00007ff7`a8fc0ffc     KERNELBASE!WaitForSingleObjectEx+0x8e
00000075`a3fffb10 00007ffc`65c84cb0     postgres!pg_timer_thread(
00000075`a3fffb50 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000075`a3fffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000075`a3bffd98 00007ffc`63a945ca     ntdll!NtFsControlFile+0x14
00000075`a3bffda0 00007ff7`a8fbf55b     KERNELBASE!ConnectNamedPipe+0x6a
00000075`a3bffe10 00007ffc`65c84cb0     postgres!pg_signal_thread(
00000075`a3bfff10 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000075`a3bfff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000069`481ffa58 00007ffc`63a4d71e     ntdll!NtWaitForSingleObject+0x14
00000069`481ffa60 00007ff7`a8fc0ffc     KERNELBASE!WaitForSingleObjectEx+0x8e
00000069`481ffb00 00007ffc`65c84cb0     postgres!pg_timer_thread(
00000069`481ffb40 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000069`481ffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000069`485ffa18 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000069`485ffa20 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
00000069`485ffd10 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000069`485ffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000069`47dff638 00007ffc`63a945ca     ntdll!NtFsControlFile+0x14
00000069`47dff640 00007ff7`a8fbf55b     KERNELBASE!ConnectNamedPipe+0x6a
00000069`47dff6b0 00007ffc`65c84cb0     postgres!pg_signal_thread(
00000069`47dff7b0 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000069`47dff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000069`479ff538 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000069`479ff540 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
00000069`479ff830 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000069`479ff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000069`475ff040 00007ff7`a8ddb22b     postgres!ExecInterpExpr(
00000069`475ff300 00007ff7`a8de8f5a     postgres!ExecInterpExprStillValid(
00000069`475ff330 00007ff7`a8de9216     postgres!ExecEvalExpr(
00000069`475ff360 00007ff7`a8de8cac     postgres!TupleHashTableHash_internal(
00000069`475ff3b0 00007ff7`a8e4ab00     postgres!LookupTupleHashEntry(
00000069`475ff400 00007ff7`a8e4b231     postgres!setop_fill_hash_table(
00000069`475ff470 00007ff7`a8dfaebb     postgres!ExecSetOp(
00000069`475ff4c0 00007ff7`a8df0c9c     postgres!ExecProcNodeFirst(
00000069`475ff4f0 00007ff7`a8df1d90     postgres!ExecProcNode(
00000069`475ff520 00007ff7`a8ded0a7     postgres!ExecutePlan(
core
0000003b`e9dffc28 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003b`e9dffc30 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
0000003b`e9dfff20 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000003b`e9dfff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003b`e99ff3c0 00007ff7`a9303e28     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000003b`e99ff400 00007ff7`a8c97465     postgres!ExceptionalCondition(
0000003b`e99ff440 00007ff7`a8c880d7     postgres!index_drop(
0000003b`e99ff520 00007ff7`a8c87bcd     postgres!doDeletion(
0000003b`e99ff570 00007ff7`a8c8b081     postgres!deleteOneObject(
0000003b`e99ff6c0 00007ff7`a8c85ecc     postgres!deleteObjectsInList(
0000003b`e99ff720 00007ff7`a8fc4907     postgres!performDeletion(
0000003b`e99ff780 00007ff7`a8fc2aec     postgres!do_autovacuum(void)+0x967 [c:\cirrus\src\backend\postmaster\autovacuum....
0000003b`e99ffb00 00007ff7`a8fcb107     postgres!AutoVacWorkerMain(
0000003b`e99ffcb0 00007ff7`a8e8a6c4     postgres!SubPostmasterMain(
core
0000003b`ea5ff698 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003b`ea5ff6a0 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
0000003b`ea5ff990 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000003b`ea5ff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003b`ea1ffc18 00007ffc`63a945ca     ntdll!NtFsControlFile+0x14
0000003b`ea1ffc20 00007ff7`a8fbf55b     KERNELBASE!ConnectNamedPipe+0x6a
0000003b`ea1ffc90 00007ffc`65c84cb0     postgres!pg_signal_thread(
0000003b`ea1ffd90 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000003b`ea1ffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ad`f89ff718 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ad`f89ff720 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
000000ad`f89ffa10 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ad`f89ffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ad`f8dff7b8 00007ffc`63a945ca     ntdll!NtFsControlFile+0x14
000000ad`f8dff7c0 00007ff7`a8fbf55b     KERNELBASE!ConnectNamedPipe+0x6a
000000ad`f8dff830 00007ffc`65c84cb0     postgres!pg_signal_thread(
000000ad`f8dff930 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ad`f8dff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ad`f95ff9d8 00007ffc`62b8f6cb     ntdll!NtRemoveIoCompletion+0x14
000000ad`f95ff9e0 00007ffc`65c84cb0     mswsock!SockAsyncThread+0x9b
000000ad`f95ffa40 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ad`f95ffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ad`f91ffb18 00007ffc`63a4d71e     ntdll!NtWaitForSingleObject+0x14
000000ad`f91ffb20 00007ff7`a8fc0ffc     KERNELBASE!WaitForSingleObjectEx+0x8e
000000ad`f91ffbc0 00007ffc`65c84cb0     postgres!pg_timer_thread(
000000ad`f91ffc00 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ad`f91ffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ad`f7dfe9b0 00007ff7`a8ddb22b     postgres!ExecInterpExpr(
000000ad`f7dfec70 00007ff7`a8de8f5a     postgres!ExecInterpExprStillValid(
000000ad`f7dfeca0 00007ff7`a8de9216     postgres!ExecEvalExpr(
000000ad`f7dfecd0 00007ff7`a8de8cac     postgres!TupleHashTableHash_internal(
000000ad`f7dfed20 00007ff7`a8e127da     postgres!LookupTupleHashEntry(
000000ad`f7dfed70 00007ff7`a8e1321b     postgres!lookup_hash_entries(
000000ad`f7dfee10 00007ff7`a8e16176     postgres!agg_fill_hash_table(
000000ad`f7dfee50 00007ff7`a8dfaebb     postgres!ExecAgg(
000000ad`f7dfeea0 00007ff7`a8e0fe2c     postgres!ExecProcNodeFirst(
000000ad`f7dfeed0 00007ff7`a8e103e5     postgres!ExecProcNode(
core
000000ad`f81ffb28 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ad`f81ffb30 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
000000ad`f81ffe20 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ad`f81ffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ad`f85ff7c8 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ad`f85ff7d0 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
000000ad`f85ffac0 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ad`f85ffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000af`433ffa28 00007ffc`63a945ca     ntdll!NtFsControlFile+0x14
000000af`433ffa30 00007ff7`a8fbf55b     KERNELBASE!ConnectNamedPipe+0x6a
000000af`433ffaa0 00007ffc`65c84cb0     postgres!pg_signal_thread(
000000af`433ffba0 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000af`433ffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000af`423fee60 00007ff7`a8ddb22b     postgres!ExecInterpExpr(
000000af`423ff120 00007ff7`a8de8f5a     postgres!ExecInterpExprStillValid(
000000af`423ff150 00007ff7`a8de9216     postgres!ExecEvalExpr(
000000af`423ff180 00007ff7`a8de8cac     postgres!TupleHashTableHash_internal(
000000af`423ff1d0 00007ff7`a8e127da     postgres!LookupTupleHashEntry(
000000af`423ff220 00007ff7`a8e1321b     postgres!lookup_hash_entries(
000000af`423ff2c0 00007ff7`a8e16176     postgres!agg_fill_hash_table(
000000af`423ff300 00007ff7`a8dfaebb     postgres!ExecAgg(
000000af`423ff350 00007ff7`a8df0c9c     postgres!ExecProcNodeFirst(
000000af`423ff380 00007ff7`a8df1d90     postgres!ExecProcNode(
core
000000af`427ff7d8 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000af`427ff7e0 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
000000af`427ffad0 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000af`427ffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000af`42bffb18 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000af`42bffb20 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
000000af`42bffe10 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000af`42bffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000af`42fffa68 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000af`42fffa70 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
000000af`42fffd60 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000af`42fffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000af`437ffb08 00007ffc`63a4d71e     ntdll!NtWaitForSingleObject+0x14
000000af`437ffb10 00007ff7`a8fc0ffc     KERNELBASE!WaitForSingleObjectEx+0x8e
000000af`437ffbb0 00007ffc`65c84cb0     postgres!pg_timer_thread(
000000af`437ffbf0 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000af`437ffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d8`04bfeff0 00007ff7`a8ddb22b     postgres!ExecInterpExpr(
000000d8`04bff2b0 00007ff7`a8de8f5a     postgres!ExecInterpExprStillValid(
000000d8`04bff2e0 00007ff7`a8de9216     postgres!ExecEvalExpr(
000000d8`04bff310 00007ff7`a8de8cac     postgres!TupleHashTableHash_internal(
000000d8`04bff360 00007ff7`a8e127da     postgres!LookupTupleHashEntry(
000000d8`04bff3b0 00007ff7`a8e1321b     postgres!lookup_hash_entries(
000000d8`04bff450 00007ff7`a8e16176     postgres!agg_fill_hash_table(
000000d8`04bff490 00007ff7`a8dfaebb     postgres!ExecAgg(
000000d8`04bff4e0 00007ff7`a8e4b3ac     postgres!ExecProcNodeFirst(
000000d8`04bff510 00007ff7`a8e4bc81     postgres!ExecProcNode(
core
000000d8`04fff598 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d8`04fff5a0 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
000000d8`04fff890 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d8`04fff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d8`05bff828 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d8`05bff830 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
000000d8`05bffb20 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d8`05bffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d8`053ffbd8 00007ffc`63a945ca     ntdll!NtFsControlFile+0x14
000000d8`053ffbe0 00007ff7`a8fbf55b     KERNELBASE!ConnectNamedPipe+0x6a
000000d8`053ffc50 00007ffc`65c84cb0     postgres!pg_signal_thread(
000000d8`053ffd50 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d8`053ffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d8`057ff9e8 00007ffc`63a4d71e     ntdll!NtWaitForSingleObject+0x14
000000d8`057ff9f0 00007ff7`a8fc0ffc     KERNELBASE!WaitForSingleObjectEx+0x8e
000000d8`057ffa90 00007ffc`65c84cb0     postgres!pg_timer_thread(
000000d8`057ffad0 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d8`057ffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b5`9adffaa8 00007ffc`63a945ca     ntdll!NtFsControlFile+0x14
000000b5`9adffab0 00007ff7`a8fbf55b     KERNELBASE!ConnectNamedPipe+0x6a
000000b5`9adffb20 00007ffc`65c84cb0     postgres!pg_signal_thread(
000000b5`9adffc20 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b5`9adffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b5`9a1fea50 00007ff7`a8ddb22b     postgres!ExecInterpExpr(
000000b5`9a1fed10 00007ff7`a8de8f5a     postgres!ExecInterpExprStillValid(
000000b5`9a1fed40 00007ff7`a8de9216     postgres!ExecEvalExpr(
000000b5`9a1fed70 00007ff7`a8de8cac     postgres!TupleHashTableHash_internal(
000000b5`9a1fedc0 00007ff7`a8e127da     postgres!LookupTupleHashEntry(
000000b5`9a1fee10 00007ff7`a8e1321b     postgres!lookup_hash_entries(
000000b5`9a1feeb0 00007ff7`a8e16176     postgres!agg_fill_hash_table(
000000b5`9a1feef0 00007ff7`a8dfaebb     postgres!ExecAgg(
000000b5`9a1fef40 00007ff7`a8e4b3ac     postgres!ExecProcNodeFirst(
000000b5`9a1fef70 00007ff7`a8e4bc81     postgres!ExecProcNode(
core
000000b5`9a5ff628 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b5`9a5ff630 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
000000b5`9a5ff920 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b5`9a5ff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b5`9a9ffb48 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b5`9a9ffb50 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
000000b5`9a9ffe40 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b5`9a9ffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b5`9b1ff8d8 00007ffc`63a4d71e     ntdll!NtWaitForSingleObject+0x14
000000b5`9b1ff8e0 00007ff7`a8fc0ffc     KERNELBASE!WaitForSingleObjectEx+0x8e
000000b5`9b1ff980 00007ffc`65c84cb0     postgres!pg_timer_thread(
000000b5`9b1ff9c0 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b5`9b1ff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d0`c21ffb08 00007ffc`63a4d71e     ntdll!NtWaitForSingleObject+0x14
000000d0`c21ffb10 00007ff7`a8fc0ffc     KERNELBASE!WaitForSingleObjectEx+0x8e
000000d0`c21ffbb0 00007ffc`65c84cb0     postgres!pg_timer_thread(
000000d0`c21ffbf0 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d0`c21ffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d0`c15ff150 00007ff7`a8ddb22b     postgres!ExecInterpExpr(
000000d0`c15ff410 00007ff7`a8de8f5a     postgres!ExecInterpExprStillValid(
000000d0`c15ff440 00007ff7`a8de9216     postgres!ExecEvalExpr(
000000d0`c15ff470 00007ff7`a8de8cac     postgres!TupleHashTableHash_internal(
000000d0`c15ff4c0 00007ff7`a8e127da     postgres!LookupTupleHashEntry(
000000d0`c15ff510 00007ff7`a8e1321b     postgres!lookup_hash_entries(
000000d0`c15ff5b0 00007ff7`a8e16176     postgres!agg_fill_hash_table(
000000d0`c15ff5f0 00007ff7`a8dfaebb     postgres!ExecAgg(
000000d0`c15ff640 00007ff7`a8df0c9c     postgres!ExecProcNodeFirst(
000000d0`c15ff670 00007ff7`a8df1d90     postgres!ExecProcNode(
core
000000d0`c19ff618 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d0`c19ff620 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
000000d0`c19ff910 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d0`c19ff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d0`c1dff968 00007ffc`63a945ca     ntdll!NtFsControlFile+0x14
000000d0`c1dff970 00007ff7`a8fbf55b     KERNELBASE!ConnectNamedPipe+0x6a
000000d0`c1dff9e0 00007ffc`65c84cb0     postgres!pg_signal_thread(
000000d0`c1dffae0 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d0`c1dffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d0`c25ff9e8 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d0`c25ff9f0 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
000000d0`c25ffce0 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d0`c25ffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000057`427fef50 00007ff7`a9303e28     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000057`427fef90 00007ff7`a8c97465     postgres!ExceptionalCondition(
00000057`427fefd0 00007ff7`a8c880d7     postgres!index_drop(
00000057`427ff0b0 00007ff7`a8c87bcd     postgres!doDeletion(
00000057`427ff100 00007ff7`a8c8b081     postgres!deleteOneObject(
00000057`427ff250 00007ff7`a8c85ecc     postgres!deleteObjectsInList(
00000057`427ff2b0 00007ff7`a8fc4907     postgres!performDeletion(
00000057`427ff310 00007ff7`a8fc2aec     postgres!do_autovacuum(void)+0x967 [c:\cirrus\src\backend\postmaster\autovacuum....
00000057`427ff690 00007ff7`a8fcb107     postgres!AutoVacWorkerMain(
00000057`427ff840 00007ff7`a8e8a6c4     postgres!SubPostmasterMain(
core
00000057`42bffa28 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000057`42bffa30 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
00000057`42bffd20 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000057`42bffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000057`42fffbc8 00007ffc`63a945ca     ntdll!NtFsControlFile+0x14
00000057`42fffbd0 00007ff7`a8fbf55b     KERNELBASE!ConnectNamedPipe+0x6a
00000057`42fffc40 00007ffc`65c84cb0     postgres!pg_signal_thread(
00000057`42fffd40 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000057`42fffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000057`433ff5a8 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000057`433ff5b0 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
00000057`433ff8a0 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000057`433ff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ac`5a5ffa48 00007ffc`63a4d71e     ntdll!NtWaitForSingleObject+0x14
000000ac`5a5ffa50 00007ff7`a8fc0ffc     KERNELBASE!WaitForSingleObjectEx+0x8e
000000ac`5a5ffaf0 00007ffc`65c84cb0     postgres!pg_timer_thread(
000000ac`5a5ffb30 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ac`5a5ffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ac`5a1ffc58 00007ffc`63a945ca     ntdll!NtFsControlFile+0x14
000000ac`5a1ffc60 00007ff7`a8fbf55b     KERNELBASE!ConnectNamedPipe+0x6a
000000ac`5a1ffcd0 00007ffc`65c84cb0     postgres!pg_signal_thread(
000000ac`5a1ffdd0 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ac`5a1ffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ac`595fecb0 00007ff7`a8ddb22b     postgres!ExecInterpExpr(
000000ac`595fef70 00007ff7`a8de8f5a     postgres!ExecInterpExprStillValid(
000000ac`595fefa0 00007ff7`a8de9216     postgres!ExecEvalExpr(
000000ac`595fefd0 00007ff7`a8de8cac     postgres!TupleHashTableHash_internal(
000000ac`595ff020 00007ff7`a8e127da     postgres!LookupTupleHashEntry(
000000ac`595ff070 00007ff7`a8e1321b     postgres!lookup_hash_entries(
000000ac`595ff110 00007ff7`a8e16176     postgres!agg_fill_hash_table(
000000ac`595ff150 00007ff7`a8dfaebb     postgres!ExecAgg(
000000ac`595ff1a0 00007ff7`a8df0c9c     postgres!ExecProcNodeFirst(
000000ac`595ff1d0 00007ff7`a8df1d90     postgres!ExecProcNode(
core
000000ac`599ff8c8 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ac`599ff8d0 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
000000ac`599ffbc0 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ac`599ffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ac`59dff968 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ac`59dff970 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
000000ac`59dffc60 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ac`59dffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000077`f83ffad8 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000077`f83ffae0 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
00000077`f83ffdd0 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000077`f83ffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000077`f73fe9c0 00007ff7`a8ddb22b     postgres!ExecInterpExpr(
00000077`f73fec80 00007ff7`a8de8f5a     postgres!ExecInterpExprStillValid(
00000077`f73fecb0 00007ff7`a8de9216     postgres!ExecEvalExpr(
00000077`f73fece0 00007ff7`a8de8cac     postgres!TupleHashTableHash_internal(
00000077`f73fed30 00007ff7`a8e127da     postgres!LookupTupleHashEntry(
00000077`f73fed80 00007ff7`a8e1321b     postgres!lookup_hash_entries(
00000077`f73fee20 00007ff7`a8e16176     postgres!agg_fill_hash_table(
00000077`f73fee60 00007ff7`a8dfaebb     postgres!ExecAgg(
00000077`f73feeb0 00007ff7`a8df0c9c     postgres!ExecProcNodeFirst(
00000077`f73feee0 00007ff7`a8df1d90     postgres!ExecProcNode(
core
00000077`f77ffb78 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000077`f77ffb80 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
00000077`f77ffe70 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000077`f77ffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000077`f7fffde8 00007ffc`63a4d71e     ntdll!NtWaitForSingleObject+0x14
00000077`f7fffdf0 00007ff7`a8fc0ffc     KERNELBASE!WaitForSingleObjectEx+0x8e
00000077`f7fffe90 00007ffc`65c84cb0     postgres!pg_timer_thread(
00000077`f7fffed0 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000077`f7ffff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000077`f7bff738 00007ffc`63a945ca     ntdll!NtFsControlFile+0x14
00000077`f7bff740 00007ff7`a8fbf55b     KERNELBASE!ConnectNamedPipe+0x6a
00000077`f7bff7b0 00007ffc`65c84cb0     postgres!pg_signal_thread(
00000077`f7bff8b0 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000077`f7bff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008d`d0ffed30 00007ff7`a8ddb22b     postgres!ExecInterpExpr(
0000008d`d0ffeff0 00007ff7`a8de8f5a     postgres!ExecInterpExprStillValid(
0000008d`d0fff020 00007ff7`a8de9216     postgres!ExecEvalExpr(
0000008d`d0fff050 00007ff7`a8de8cac     postgres!TupleHashTableHash_internal(
0000008d`d0fff0a0 00007ff7`a8e127da     postgres!LookupTupleHashEntry(
0000008d`d0fff0f0 00007ff7`a8e1321b     postgres!lookup_hash_entries(
0000008d`d0fff190 00007ff7`a8e16176     postgres!agg_fill_hash_table(
0000008d`d0fff1d0 00007ff7`a8dfaebb     postgres!ExecAgg(
0000008d`d0fff220 00007ff7`a8df0c9c     postgres!ExecProcNodeFirst(
0000008d`d0fff250 00007ff7`a8df1d90     postgres!ExecProcNode(
core
0000008d`d1bff558 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008d`d1bff560 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
0000008d`d1bff850 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000008d`d1bff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008d`d17ff638 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008d`d17ff640 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
0000008d`d17ff930 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000008d`d17ff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008d`d13ffb58 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008d`d13ffb60 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
0000008d`d13ffe50 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000008d`d13ffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008d`d1fff918 00007ffc`63a945ca     ntdll!NtFsControlFile+0x14
0000008d`d1fff920 00007ff7`a8fbf55b     KERNELBASE!ConnectNamedPipe+0x6a
0000008d`d1fff990 00007ffc`65c84cb0     postgres!pg_signal_thread(
0000008d`d1fffa90 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000008d`d1fffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008d`d23ffdd8 00007ffc`63a4d71e     ntdll!NtWaitForSingleObject+0x14
0000008d`d23ffde0 00007ff7`a8fc0ffc     KERNELBASE!WaitForSingleObjectEx+0x8e
0000008d`d23ffe80 00007ffc`65c84cb0     postgres!pg_timer_thread(
0000008d`d23ffec0 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000008d`d23ffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001b`e9dff578 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001b`e9dff580 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
0000001b`e9dff870 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000001b`e9dff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001b`ea9ffb88 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001b`ea9ffb90 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
0000001b`ea9ffe80 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000001b`ea9ffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001b`ea5ffcc8 00007ffc`63a4d71e     ntdll!NtWaitForSingleObject+0x14
0000001b`ea5ffcd0 00007ff7`a8fc0ffc     KERNELBASE!WaitForSingleObjectEx+0x8e
0000001b`ea5ffd70 00007ffc`65c84cb0     postgres!pg_timer_thread(
0000001b`ea5ffdb0 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000001b`ea5ffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001b`ea1ffa78 00007ffc`63a945ca     ntdll!NtFsControlFile+0x14
0000001b`ea1ffa80 00007ff7`a8fbf55b     KERNELBASE!ConnectNamedPipe+0x6a
0000001b`ea1ffaf0 00007ffc`65c84cb0     postgres!pg_signal_thread(
0000001b`ea1ffbf0 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000001b`ea1ffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001b`e99ff050 00007ff7`a8ddb22b     postgres!ExecInterpExpr(
0000001b`e99ff310 00007ff7`a8de8f5a     postgres!ExecInterpExprStillValid(
0000001b`e99ff340 00007ff7`a8de9216     postgres!ExecEvalExpr(
0000001b`e99ff370 00007ff7`a8de8cac     postgres!TupleHashTableHash_internal(
0000001b`e99ff3c0 00007ff7`a8e127da     postgres!LookupTupleHashEntry(
0000001b`e99ff410 00007ff7`a8e1321b     postgres!lookup_hash_entries(
0000001b`e99ff4b0 00007ff7`a8e16176     postgres!agg_fill_hash_table(
0000001b`e99ff4f0 00007ff7`a8dfaebb     postgres!ExecAgg(
0000001b`e99ff540 00007ff7`a8df0c9c     postgres!ExecProcNodeFirst(
0000001b`e99ff570 00007ff7`a8df1d90     postgres!ExecProcNode(
core
00000072`8e5ff030 00007ff7`a9303e28     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000072`8e5ff070 00007ff7`a8c97465     postgres!ExceptionalCondition(
00000072`8e5ff0b0 00007ff7`a8c880d7     postgres!index_drop(
00000072`8e5ff190 00007ff7`a8c87bcd     postgres!doDeletion(
00000072`8e5ff1e0 00007ff7`a8c8b081     postgres!deleteOneObject(
00000072`8e5ff330 00007ff7`a8c85ecc     postgres!deleteObjectsInList(
00000072`8e5ff390 00007ff7`a8fc4907     postgres!performDeletion(
00000072`8e5ff3f0 00007ff7`a8fc2aec     postgres!do_autovacuum(void)+0x967 [c:\cirrus\src\backend\postmaster\autovacuum....
00000072`8e5ff770 00007ff7`a8fcb107     postgres!AutoVacWorkerMain(
00000072`8e5ff920 00007ff7`a8e8a6c4     postgres!SubPostmasterMain(
core
00000072`8e9ff4f8 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000072`8e9ff500 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
00000072`8e9ff7f0 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000072`8e9ff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000072`8edffc28 00007ffc`63a945ca     ntdll!NtFsControlFile+0x14
00000072`8edffc30 00007ff7`a8fbf55b     KERNELBASE!ConnectNamedPipe+0x6a
00000072`8edffca0 00007ffc`65c84cb0     postgres!pg_signal_thread(
00000072`8edffda0 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000072`8edffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000072`8f1ff798 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000072`8f1ff7a0 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
00000072`8f1ffa90 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000072`8f1ffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000006`34fff658 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000006`34fff660 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
00000006`34fff950 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000006`34fff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000006`34bff120 00007ff7`a8ddb22b     postgres!ExecInterpExpr(
00000006`34bff3e0 00007ff7`a8de8f5a     postgres!ExecInterpExprStillValid(
00000006`34bff410 00007ff7`a8de9216     postgres!ExecEvalExpr(
00000006`34bff440 00007ff7`a8de8cac     postgres!TupleHashTableHash_internal(
00000006`34bff490 00007ff7`a8e127da     postgres!LookupTupleHashEntry(
00000006`34bff4e0 00007ff7`a8e1321b     postgres!lookup_hash_entries(
00000006`34bff580 00007ff7`a8e16176     postgres!agg_fill_hash_table(
00000006`34bff5c0 00007ff7`a8dfaebb     postgres!ExecAgg(
00000006`34bff610 00007ff7`a8df0c9c     postgres!ExecProcNodeFirst(
00000006`34bff640 00007ff7`a8df1d90     postgres!ExecProcNode(
core
00000006`35fff938 00007ffc`63a4d71e     ntdll!NtWaitForSingleObject+0x14
00000006`35fff940 00007ff7`a8fc0ffc     KERNELBASE!WaitForSingleObjectEx+0x8e
00000006`35fff9e0 00007ffc`65c84cb0     postgres!pg_timer_thread(
00000006`35fffa20 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000006`35fffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000006`35bffa28 00007ffc`63a945ca     ntdll!NtFsControlFile+0x14
00000006`35bffa30 00007ff7`a8fbf55b     KERNELBASE!ConnectNamedPipe+0x6a
00000006`35bffaa0 00007ffc`65c84cb0     postgres!pg_signal_thread(
00000006`35bffba0 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000006`35bffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000006`357ff9f8 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000006`357ffa00 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
00000006`357ffcf0 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000006`357ffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000006`353ff5f8 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000006`353ff600 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
00000006`353ff8f0 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000006`353ff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000016`9f1ffd48 00007ffc`63a4d71e     ntdll!NtWaitForSingleObject+0x14
00000016`9f1ffd50 00007ff7`a8fc0ffc     KERNELBASE!WaitForSingleObjectEx+0x8e
00000016`9f1ffdf0 00007ffc`65c84cb0     postgres!pg_timer_thread(
00000016`9f1ffe30 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000016`9f1ffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000016`9edff998 00007ffc`63a945ca     ntdll!NtFsControlFile+0x14
00000016`9edff9a0 00007ff7`a8fbf55b     KERNELBASE!ConnectNamedPipe+0x6a
00000016`9edffa10 00007ffc`65c84cb0     postgres!pg_signal_thread(
00000016`9edffb10 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000016`9edffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000016`9e1fe540 00007ff7`a8ddb22b     postgres!ExecInterpExpr(
00000016`9e1fe800 00007ff7`a8de8f5a     postgres!ExecInterpExprStillValid(
00000016`9e1fe830 00007ff7`a8de9216     postgres!ExecEvalExpr(
00000016`9e1fe860 00007ff7`a8de8cac     postgres!TupleHashTableHash_internal(
00000016`9e1fe8b0 00007ff7`a8e4f232     postgres!LookupTupleHashEntry(
00000016`9e1fe900 00007ff7`a8e4e11f     postgres!buildSubPlanHash(
00000016`9e1fe9f0 00007ff7`a8e4d54a     postgres!ExecHashSubPlan(
00000016`9e1fea40 00007ff7`a8de0bae     postgres!ExecSubPlan(
00000016`9e1feaa0 00007ff7`a8de44cf     postgres!ExecEvalSubPlan(
00000016`9e1feae0 00007ff7`a8ddb22b     postgres!ExecInterpExpr(
core
00000016`9e9ff488 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000016`9e9ff490 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
00000016`9e9ff780 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000016`9e9ff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000016`9e5ffb88 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000016`9e5ffb90 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
00000016`9e5ffe80 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000016`9e5ffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000011`659ff6a8 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000011`659ff6b0 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
00000011`659ff9a0 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000011`659ff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000011`655fecd0 00007ff7`a8ddb22b     postgres!ExecInterpExpr(
00000011`655fef90 00007ff7`a8de8f5a     postgres!ExecInterpExprStillValid(
00000011`655fefc0 00007ff7`a8de9216     postgres!ExecEvalExpr(
00000011`655feff0 00007ff7`a8de8cac     postgres!TupleHashTableHash_internal(
00000011`655ff040 00007ff7`a8e4804f     postgres!LookupTupleHashEntry(
00000011`655ff090 00007ff7`a8dfaebb     postgres!ExecRecursiveUnion(
00000011`655ff100 00007ff7`a8e1b2cc     postgres!ExecProcNodeFirst(
00000011`655ff130 00007ff7`a8e1b889     postgres!ExecProcNode(
00000011`655ff160 00007ff7`a8dffaa5     postgres!CteScanNext(
00000011`655ff1d0 00007ff7`a8dff49c     postgres!ExecScanFetch(
core
00000011`65dff4f8 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000011`65dff500 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
00000011`65dff7f0 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000011`65dff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000011`661ff7e8 00007ffc`63a945ca     ntdll!NtFsControlFile+0x14
00000011`661ff7f0 00007ff7`a8fbf55b     KERNELBASE!ConnectNamedPipe+0x6a
00000011`661ff860 00007ffc`65c84cb0     postgres!pg_signal_thread(
00000011`661ff960 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000011`661ff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000011`665ff7b8 00007ffc`63a4d71e     ntdll!NtWaitForSingleObject+0x14
00000011`665ff7c0 00007ff7`a8fc0ffc     KERNELBASE!WaitForSingleObjectEx+0x8e
00000011`665ff860 00007ffc`65c84cb0     postgres!pg_timer_thread(
00000011`665ff8a0 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000011`665ff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000038`5adff888 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000038`5adff890 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
00000038`5adffb80 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000038`5adffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000038`5a1ff0f0 00007ff7`a8ddb22b     postgres!ExecInterpExpr(
00000038`5a1ff3b0 00007ff7`a8de8f5a     postgres!ExecInterpExprStillValid(
00000038`5a1ff3e0 00007ff7`a8de9216     postgres!ExecEvalExpr(
00000038`5a1ff410 00007ff7`a8de8cac     postgres!TupleHashTableHash_internal(
00000038`5a1ff460 00007ff7`a8e127da     postgres!LookupTupleHashEntry(
00000038`5a1ff4b0 00007ff7`a8e1321b     postgres!lookup_hash_entries(
00000038`5a1ff550 00007ff7`a8e16176     postgres!agg_fill_hash_table(
00000038`5a1ff590 00007ff7`a8dfaebb     postgres!ExecAgg(
00000038`5a1ff5e0 00007ff7`a8df0c9c     postgres!ExecProcNodeFirst(
00000038`5a1ff610 00007ff7`a8df1d90     postgres!ExecProcNode(
core
00000038`5b1ff998 00007ffc`63a4d71e     ntdll!NtWaitForSingleObject+0x14
00000038`5b1ff9a0 00007ff7`a8fc0ffc     KERNELBASE!WaitForSingleObjectEx+0x8e
00000038`5b1ffa40 00007ffc`65c84cb0     postgres!pg_timer_thread(
00000038`5b1ffa80 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000038`5b1ffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000038`5a5ffb48 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000038`5a5ffb50 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
00000038`5a5ffe40 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000038`5a5ffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000038`5a9ff6e8 00007ffc`63a945ca     ntdll!NtFsControlFile+0x14
00000038`5a9ff6f0 00007ff7`a8fbf55b     KERNELBASE!ConnectNamedPipe+0x6a
00000038`5a9ff760 00007ffc`65c84cb0     postgres!pg_signal_thread(
00000038`5a9ff860 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000038`5a9ff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c8`04fff568 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c8`04fff570 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
000000c8`04fff860 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c8`04fff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c8`04bfecc0 00007ff7`a8ddb22b     postgres!ExecInterpExpr(
000000c8`04bfef80 00007ff7`a8de8f5a     postgres!ExecInterpExprStillValid(
000000c8`04bfefb0 00007ff7`a8de9216     postgres!ExecEvalExpr(
000000c8`04bfefe0 00007ff7`a8de8cac     postgres!TupleHashTableHash_internal(
000000c8`04bff030 00007ff7`a8e127da     postgres!LookupTupleHashEntry(
000000c8`04bff080 00007ff7`a8e1321b     postgres!lookup_hash_entries(
000000c8`04bff120 00007ff7`a8e16176     postgres!agg_fill_hash_table(
000000c8`04bff160 00007ff7`a8dfaebb     postgres!ExecAgg(
000000c8`04bff1b0 00007ff7`a8df0c9c     postgres!ExecProcNodeFirst(
000000c8`04bff1e0 00007ff7`a8df1d90     postgres!ExecProcNode(
core
000000c8`05bff738 00007ffc`63a4d71e     ntdll!NtWaitForSingleObject+0x14
000000c8`05bff740 00007ff7`a8fc0ffc     KERNELBASE!WaitForSingleObjectEx+0x8e
000000c8`05bff7e0 00007ffc`65c84cb0     postgres!pg_timer_thread(
000000c8`05bff820 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c8`05bff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c8`057ff9a8 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c8`057ff9b0 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
000000c8`057ffca0 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c8`057ffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c8`053ff768 00007ffc`63a945ca     ntdll!NtFsControlFile+0x14
000000c8`053ff770 00007ff7`a8fbf55b     KERNELBASE!ConnectNamedPipe+0x6a
000000c8`053ff7e0 00007ffc`65c84cb0     postgres!pg_signal_thread(
000000c8`053ff8e0 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c8`053ff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e8`d77ff340 00007ff7`a9303e28     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e8`d77ff380 00007ff7`a8c97465     postgres!ExceptionalCondition(
000000e8`d77ff3c0 00007ff7`a8c880d7     postgres!index_drop(
000000e8`d77ff4a0 00007ff7`a8c87bcd     postgres!doDeletion(
000000e8`d77ff4f0 00007ff7`a8c8b081     postgres!deleteOneObject(
000000e8`d77ff640 00007ff7`a8c85ecc     postgres!deleteObjectsInList(
000000e8`d77ff6a0 00007ff7`a8fc4907     postgres!performDeletion(
000000e8`d77ff700 00007ff7`a8fc2aec     postgres!do_autovacuum(void)+0x967 [c:\cirrus\src\backend\postmaster\autovacuum....
000000e8`d77ffa80 00007ff7`a8fcb107     postgres!AutoVacWorkerMain(
000000e8`d77ffc30 00007ff7`a8e8a6c4     postgres!SubPostmasterMain(
core
000000e8`d83ffb88 00007ffc`63a945ca     ntdll!NtFsControlFile+0x14
000000e8`d83ffb90 00007ff7`a8fbf55b     KERNELBASE!ConnectNamedPipe+0x6a
000000e8`d83ffc00 00007ffc`65c84cb0     postgres!pg_signal_thread(
000000e8`d83ffd00 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e8`d83ffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e8`d7bff6a8 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e8`d7bff6b0 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
000000e8`d7bff9a0 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e8`d7bff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e8`d7fff808 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e8`d7fff810 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
000000e8`d7fffb00 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e8`d7fffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000d`237ff748 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000d`237ff750 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
0000000d`237ffa40 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000000d`237ffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000d`23bffa18 00007ffc`63a945ca     ntdll!NtFsControlFile+0x14
0000000d`23bffa20 00007ff7`a8fbf55b     KERNELBASE!ConnectNamedPipe+0x6a
0000000d`23bffa90 00007ffc`65c84cb0     postgres!pg_signal_thread(
0000000d`23bffb90 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000000d`23bffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000d`22bfeb60 00007ff7`a8ddb22b     postgres!ExecInterpExpr(
0000000d`22bfee20 00007ff7`a8de8f5a     postgres!ExecInterpExprStillValid(
0000000d`22bfee50 00007ff7`a8de9216     postgres!ExecEvalExpr(
0000000d`22bfee80 00007ff7`a8de8cac     postgres!TupleHashTableHash_internal(
0000000d`22bfeed0 00007ff7`a8e127da     postgres!LookupTupleHashEntry(
0000000d`22bfef20 00007ff7`a8e1321b     postgres!lookup_hash_entries(
0000000d`22bfefc0 00007ff7`a8e16176     postgres!agg_fill_hash_table(
0000000d`22bff000 00007ff7`a8dfaebb     postgres!ExecAgg(
0000000d`22bff050 00007ff7`a8df0c9c     postgres!ExecProcNodeFirst(
0000000d`22bff080 00007ff7`a8df1d90     postgres!ExecProcNode(
core
0000000d`22fff938 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000d`22fff940 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
0000000d`22fffc30 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000000d`22fffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000d`233ff518 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000d`233ff520 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
0000000d`233ff810 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000000d`233ff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000d`23fffd98 00007ffc`63a4d71e     ntdll!NtWaitForSingleObject+0x14
0000000d`23fffda0 00007ff7`a8fc0ffc     KERNELBASE!WaitForSingleObjectEx+0x8e
0000000d`23fffe40 00007ffc`65c84cb0     postgres!pg_timer_thread(
0000000d`23fffe80 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000000d`23fffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000050`353ff4c8 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000050`353ff4d0 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
00000050`353ff7c0 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000050`353ff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000050`34bfebf0 00007ff7`a8ddb22b     postgres!ExecInterpExpr(
00000050`34bfeeb0 00007ff7`a8de8f5a     postgres!ExecInterpExprStillValid(
00000050`34bfeee0 00007ff7`a8de9216     postgres!ExecEvalExpr(
00000050`34bfef10 00007ff7`a8de8cac     postgres!TupleHashTableHash_internal(
00000050`34bfef60 00007ff7`a8e127da     postgres!LookupTupleHashEntry(
00000050`34bfefb0 00007ff7`a8e1321b     postgres!lookup_hash_entries(
00000050`34bff050 00007ff7`a8e16176     postgres!agg_fill_hash_table(
00000050`34bff090 00007ff7`a8dfaebb     postgres!ExecAgg(
00000050`34bff0e0 00007ff7`a8e4b3ac     postgres!ExecProcNodeFirst(
00000050`34bff110 00007ff7`a8e4bc81     postgres!ExecProcNode(
core
00000050`34fffa78 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000050`34fffa80 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
00000050`34fffd70 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000050`34fffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000050`357ffd38 00007ffc`63a945ca     ntdll!NtFsControlFile+0x14
00000050`357ffd40 00007ff7`a8fbf55b     KERNELBASE!ConnectNamedPipe+0x6a
00000050`357ffdb0 00007ffc`65c84cb0     postgres!pg_signal_thread(
00000050`357ffeb0 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000050`357ffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000050`35bffd48 00007ffc`63a4d71e     ntdll!NtWaitForSingleObject+0x14
00000050`35bffd50 00007ff7`a8fc0ffc     KERNELBASE!WaitForSingleObjectEx+0x8e
00000050`35bffdf0 00007ffc`65c84cb0     postgres!pg_timer_thread(
00000050`35bffe30 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000050`35bffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000069`9c9ffc08 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000069`9c9ffc10 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
00000069`9c9fff00 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000069`9c9fff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000069`9d1ffab8 00007ffc`63a4d71e     ntdll!NtWaitForSingleObject+0x14
00000069`9d1ffac0 00007ff7`a8fc0ffc     KERNELBASE!WaitForSingleObjectEx+0x8e
00000069`9d1ffb60 00007ffc`65c84cb0     postgres!pg_timer_thread(
00000069`9d1ffba0 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000069`9d1ffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000069`9d5ffb28 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000069`9d5ffb30 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
00000069`9d5ffe20 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000069`9d5ffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000069`9cdff948 00007ffc`63a945ca     ntdll!NtFsControlFile+0x14
00000069`9cdff950 00007ff7`a8fbf55b     KERNELBASE!ConnectNamedPipe+0x6a
00000069`9cdff9c0 00007ffc`65c84cb0     postgres!pg_signal_thread(
00000069`9cdffac0 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000069`9cdffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000069`9c5ff1a0 00007ff7`a8ddb22b     postgres!ExecInterpExpr(
00000069`9c5ff460 00007ff7`a8de8f5a     postgres!ExecInterpExprStillValid(
00000069`9c5ff490 00007ff7`a8de9216     postgres!ExecEvalExpr(
00000069`9c5ff4c0 00007ff7`a8de8cac     postgres!TupleHashTableHash_internal(
00000069`9c5ff510 00007ff7`a8e4ab00     postgres!LookupTupleHashEntry(
00000069`9c5ff560 00007ff7`a8e4b231     postgres!setop_fill_hash_table(
00000069`9c5ff5d0 00007ff7`a8dfaebb     postgres!ExecSetOp(
00000069`9c5ff620 00007ff7`a8df0c9c     postgres!ExecProcNodeFirst(
00000069`9c5ff650 00007ff7`a8df1d90     postgres!ExecProcNode(
00000069`9c5ff680 00007ff7`a8ded0a7     postgres!ExecutePlan(
core
00000079`31bffae8 00007ffc`63a945ca     ntdll!NtFsControlFile+0x14
00000079`31bffaf0 00007ff7`a8fbf55b     KERNELBASE!ConnectNamedPipe+0x6a
00000079`31bffb60 00007ffc`65c84cb0     postgres!pg_signal_thread(
00000079`31bffc60 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000079`31bffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000079`31fff898 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000079`31fff8a0 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
00000079`31fffb90 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000079`31fffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000079`317ff618 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000079`317ff620 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
00000079`317ff910 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000079`317ff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000079`313feec0 00007ff7`a8ddb22b     postgres!ExecInterpExpr(
00000079`313ff180 00007ff7`a8de8f5a     postgres!ExecInterpExprStillValid(
00000079`313ff1b0 00007ff7`a8de9216     postgres!ExecEvalExpr(
00000079`313ff1e0 00007ff7`a8de8cac     postgres!TupleHashTableHash_internal(
00000079`313ff230 00007ff7`a8e127da     postgres!LookupTupleHashEntry(
00000079`313ff280 00007ff7`a8e1321b     postgres!lookup_hash_entries(
00000079`313ff320 00007ff7`a8e16176     postgres!agg_fill_hash_table(
00000079`313ff360 00007ff7`a8dfaebb     postgres!ExecAgg(
00000079`313ff3b0 00007ff7`a8df0c9c     postgres!ExecProcNodeFirst(
00000079`313ff3e0 00007ff7`a8df1d90     postgres!ExecProcNode(
core
00000020`d97ff858 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000020`d97ff860 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
00000020`d97ffb50 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000020`d97ffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000020`d93ffc68 00007ffc`63a945ca     ntdll!NtFsControlFile+0x14
00000020`d93ffc70 00007ff7`a8fbf55b     KERNELBASE!ConnectNamedPipe+0x6a
00000020`d93ffce0 00007ffc`65c84cb0     postgres!pg_signal_thread(
00000020`d93ffde0 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000020`d93ffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000020`d8fff658 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000020`d8fff660 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
00000020`d8fff950 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000020`d8fff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000020`d8bff160 00007ff7`a9303e28     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000020`d8bff1a0 00007ff7`a8c97465     postgres!ExceptionalCondition(
00000020`d8bff1e0 00007ff7`a8c880d7     postgres!index_drop(
00000020`d8bff2c0 00007ff7`a8c87bcd     postgres!doDeletion(
00000020`d8bff310 00007ff7`a8c8b081     postgres!deleteOneObject(
00000020`d8bff460 00007ff7`a8c85ecc     postgres!deleteObjectsInList(
00000020`d8bff4c0 00007ff7`a8fc4907     postgres!performDeletion(
00000020`d8bff520 00007ff7`a8fc2aec     postgres!do_autovacuum(void)+0x967 [c:\cirrus\src\backend\postmaster\autovacuum....
00000020`d8bff8a0 00007ff7`a8fcb107     postgres!AutoVacWorkerMain(
00000020`d8bffa50 00007ff7`a8e8a6c4     postgres!SubPostmasterMain(
core
000000d0`167ff838 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d0`167ff840 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
000000d0`167ffb30 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d0`167ffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d0`16bff7d8 00007ffc`63a4d71e     ntdll!NtWaitForSingleObject+0x14
000000d0`16bff7e0 00007ff7`a8fc0ffc     KERNELBASE!WaitForSingleObjectEx+0x8e
000000d0`16bff880 00007ffc`65c84cb0     postgres!pg_timer_thread(
000000d0`16bff8c0 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d0`16bff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d0`15bfe080 00007ff7`a8ddb22b     postgres!ExecInterpExpr(
000000d0`15bfe340 00007ff7`a8de8f5a     postgres!ExecInterpExprStillValid(
000000d0`15bfe370 00007ff7`a8de9216     postgres!ExecEvalExpr(
000000d0`15bfe3a0 00007ff7`a8de8cac     postgres!TupleHashTableHash_internal(
000000d0`15bfe3f0 00007ff7`a8e127da     postgres!LookupTupleHashEntry(
000000d0`15bfe440 00007ff7`a8e1321b     postgres!lookup_hash_entries(
000000d0`15bfe4e0 00007ff7`a8e16176     postgres!agg_fill_hash_table(
000000d0`15bfe520 00007ff7`a8dfaebb     postgres!ExecAgg(
000000d0`15bfe570 00007ff7`a8df0c9c     postgres!ExecProcNodeFirst(
000000d0`15bfe5a0 00007ff7`a8df1d90     postgres!ExecProcNode(
core
000000d0`15fffa18 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d0`15fffa20 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
000000d0`15fffd10 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d0`15fffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d0`163ffc88 00007ffc`63a945ca     ntdll!NtFsControlFile+0x14
000000d0`163ffc90 00007ff7`a8fbf55b     KERNELBASE!ConnectNamedPipe+0x6a
000000d0`163ffd00 00007ffc`65c84cb0     postgres!pg_signal_thread(
000000d0`163ffe00 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d0`163ffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000026`d15ffcf8 00007ffc`63a4d71e     ntdll!NtWaitForSingleObject+0x14
00000026`d15ffd00 00007ff7`a8fc0ffc     KERNELBASE!WaitForSingleObjectEx+0x8e
00000026`d15ffda0 00007ffc`65c84cb0     postgres!pg_timer_thread(
00000026`d15ffde0 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000026`d15ffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000026`d19ff9c8 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000026`d19ff9d0 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
00000026`d19ffcc0 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000026`d19ffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000026`d11ffbc8 00007ffc`63a945ca     ntdll!NtFsControlFile+0x14
00000026`d11ffbd0 00007ff7`a8fbf55b     KERNELBASE!ConnectNamedPipe+0x6a
00000026`d11ffc40 00007ffc`65c84cb0     postgres!pg_signal_thread(
00000026`d11ffd40 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000026`d11ffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000026`d0dffae8 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000026`d0dffaf0 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
00000026`d0dffde0 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000026`d0dffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000026`d09feb60 00007ff7`a8ddb22b     postgres!ExecInterpExpr(
00000026`d09fee20 00007ff7`a8de8f5a     postgres!ExecInterpExprStillValid(
00000026`d09fee50 00007ff7`a8de9216     postgres!ExecEvalExpr(
00000026`d09fee80 00007ff7`a8de8cac     postgres!TupleHashTableHash_internal(
00000026`d09feed0 00007ff7`a8e127da     postgres!LookupTupleHashEntry(
00000026`d09fef20 00007ff7`a8e1321b     postgres!lookup_hash_entries(
00000026`d09fefc0 00007ff7`a8e16176     postgres!agg_fill_hash_table(
00000026`d09ff000 00007ff7`a8dfaebb     postgres!ExecAgg(
00000026`d09ff050 00007ff7`a8e2150c     postgres!ExecProcNodeFirst(
00000026`d09ff080 00007ff7`a8e26783     postgres!ExecProcNode(
core
000000d6`035fef30 00007ff7`a8ddb22b     postgres!ExecInterpExpr(
000000d6`035ff1f0 00007ff7`a8de8f5a     postgres!ExecInterpExprStillValid(
000000d6`035ff220 00007ff7`a8de9216     postgres!ExecEvalExpr(
000000d6`035ff250 00007ff7`a8de8cac     postgres!TupleHashTableHash_internal(
000000d6`035ff2a0 00007ff7`a8e127da     postgres!LookupTupleHashEntry(
000000d6`035ff2f0 00007ff7`a8e1321b     postgres!lookup_hash_entries(
000000d6`035ff390 00007ff7`a8e16176     postgres!agg_fill_hash_table(
000000d6`035ff3d0 00007ff7`a8dfaebb     postgres!ExecAgg(
000000d6`035ff420 00007ff7`a8e4b3ac     postgres!ExecProcNodeFirst(
000000d6`035ff450 00007ff7`a8e4bc81     postgres!ExecProcNode(
core
000000d6`045ff508 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d6`045ff510 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
000000d6`045ff800 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d6`045ff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d6`041ff9c8 00007ffc`63a4d71e     ntdll!NtWaitForSingleObject+0x14
000000d6`041ff9d0 00007ff7`a8fc0ffc     KERNELBASE!WaitForSingleObjectEx+0x8e
000000d6`041ffa70 00007ffc`65c84cb0     postgres!pg_timer_thread(
000000d6`041ffab0 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d6`041ffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d6`03dff768 00007ffc`63a945ca     ntdll!NtFsControlFile+0x14
000000d6`03dff770 00007ff7`a8fbf55b     KERNELBASE!ConnectNamedPipe+0x6a
000000d6`03dff7e0 00007ffc`65c84cb0     postgres!pg_signal_thread(
000000d6`03dff8e0 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d6`03dff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d6`039ff5a8 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d6`039ff5b0 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
000000d6`039ff8a0 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d6`039ff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`435fe9a0 00007ff7`a8ddb22b     postgres!ExecInterpExpr(
00000001`435fec60 00007ff7`a8de8f5a     postgres!ExecInterpExprStillValid(
00000001`435fec90 00007ff7`a8de9216     postgres!ExecEvalExpr(
00000001`435fecc0 00007ff7`a8de8cac     postgres!TupleHashTableHash_internal(
00000001`435fed10 00007ff7`a8e127da     postgres!LookupTupleHashEntry(
00000001`435fed60 00007ff7`a8e1321b     postgres!lookup_hash_entries(
00000001`435fee00 00007ff7`a8e16176     postgres!agg_fill_hash_table(
00000001`435fee40 00007ff7`a8dfaebb     postgres!ExecAgg(
00000001`435fee90 00007ff7`a8df0c9c     postgres!ExecProcNodeFirst(
00000001`435feec0 00007ff7`a8df1d90     postgres!ExecProcNode(
core
00000001`445ff6e8 00007ffc`63a4d71e     ntdll!NtWaitForSingleObject+0x14
00000001`445ff6f0 00007ff7`a8fc0ffc     KERNELBASE!WaitForSingleObjectEx+0x8e
00000001`445ff790 00007ffc`65c84cb0     postgres!pg_timer_thread(
00000001`445ff7d0 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000001`445ff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`43dff4b8 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000001`43dff4c0 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
00000001`43dff7b0 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000001`43dff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`441ffb98 00007ffc`63a945ca     ntdll!NtFsControlFile+0x14
00000001`441ffba0 00007ff7`a8fbf55b     KERNELBASE!ConnectNamedPipe+0x6a
00000001`441ffc10 00007ffc`65c84cb0     postgres!pg_signal_thread(
00000001`441ffd10 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000001`441ffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`439ff4b8 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000001`439ff4c0 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
00000001`439ff7b0 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000001`439ff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000e`56dffb58 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000e`56dffb60 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
0000000e`56dffe50 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000000e`56dffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000e`569ffab8 00007ffc`63a945ca     ntdll!NtFsControlFile+0x14
0000000e`569ffac0 00007ff7`a8fbf55b     KERNELBASE!ConnectNamedPipe+0x6a
0000000e`569ffb30 00007ffc`65c84cb0     postgres!pg_signal_thread(
0000000e`569ffc30 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000000e`569ffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000e`565ff658 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000e`565ff660 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
0000000e`565ff950 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000000e`565ff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000e`561fece0 00007ff7`a9303e28     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000000e`561fed20 00007ff7`a8c97465     postgres!ExceptionalCondition(
0000000e`561fed60 00007ff7`a8c880d7     postgres!index_drop(
0000000e`561fee40 00007ff7`a8c87bcd     postgres!doDeletion(
0000000e`561fee90 00007ff7`a8c8b081     postgres!deleteOneObject(
0000000e`561fefe0 00007ff7`a8c85ecc     postgres!deleteObjectsInList(
0000000e`561ff040 00007ff7`a8fc4907     postgres!performDeletion(
0000000e`561ff0a0 00007ff7`a8fc2aec     postgres!do_autovacuum(void)+0x967 [c:\cirrus\src\backend\postmaster\autovacuum....
0000000e`561ff420 00007ff7`a8fcb107     postgres!AutoVacWorkerMain(
0000000e`561ff5d0 00007ff7`a8e8a6c4     postgres!SubPostmasterMain(
core
000000b0`c69ffbc8 00007ffc`63a945ca     ntdll!NtFsControlFile+0x14
000000b0`c69ffbd0 00007ff7`a8fbf55b     KERNELBASE!ConnectNamedPipe+0x6a
000000b0`c69ffc40 00007ffc`65c84cb0     postgres!pg_signal_thread(
000000b0`c69ffd40 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b0`c69ffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b0`c65ff8f8 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b0`c65ff900 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
000000b0`c65ffbf0 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b0`c65ffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b0`c61ff6c8 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b0`c61ff6d0 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
000000b0`c61ff9c0 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b0`c61ff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b0`c5dfef00 00007ff7`a8ddb22b     postgres!ExecInterpExpr(
000000b0`c5dff1c0 00007ff7`a8de8f5a     postgres!ExecInterpExprStillValid(
000000b0`c5dff1f0 00007ff7`a8de9216     postgres!ExecEvalExpr(
000000b0`c5dff220 00007ff7`a8de8cac     postgres!TupleHashTableHash_internal(
000000b0`c5dff270 00007ff7`a8e127da     postgres!LookupTupleHashEntry(
000000b0`c5dff2c0 00007ff7`a8e1321b     postgres!lookup_hash_entries(
000000b0`c5dff360 00007ff7`a8e16176     postgres!agg_fill_hash_table(
000000b0`c5dff3a0 00007ff7`a8dfaebb     postgres!ExecAgg(
000000b0`c5dff3f0 00007ff7`a8df0c9c     postgres!ExecProcNodeFirst(
000000b0`c5dff420 00007ff7`a8df1d90     postgres!ExecProcNode(
core
000000b0`c6dff9e8 00007ffc`63a4d71e     ntdll!NtWaitForSingleObject+0x14
000000b0`c6dff9f0 00007ff7`a8fc0ffc     KERNELBASE!WaitForSingleObjectEx+0x8e
000000b0`c6dffa90 00007ffc`65c84cb0     postgres!pg_timer_thread(
000000b0`c6dffad0 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b0`c6dffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b1`7f1ffb28 00007ffc`63a4d71e     ntdll!NtWaitForSingleObject+0x14
000000b1`7f1ffb30 00007ff7`a8fc0ffc     KERNELBASE!WaitForSingleObjectEx+0x8e
000000b1`7f1ffbd0 00007ffc`65c84cb0     postgres!pg_timer_thread(
000000b1`7f1ffc10 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b1`7f1ffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b1`7edff6a8 00007ffc`63a945ca     ntdll!NtFsControlFile+0x14
000000b1`7edff6b0 00007ff7`a8fbf55b     KERNELBASE!ConnectNamedPipe+0x6a
000000b1`7edff720 00007ffc`65c84cb0     postgres!pg_signal_thread(
000000b1`7edff820 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b1`7edff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b1`7e9ff928 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b1`7e9ff930 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
000000b1`7e9ffc20 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b1`7e9ffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b1`7e5ff538 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b1`7e5ff540 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
000000b1`7e5ff830 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b1`7e5ff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b1`7e1fee70 00007ff7`a8ddb22b     postgres!ExecInterpExpr(
000000b1`7e1ff130 00007ff7`a8de8f5a     postgres!ExecInterpExprStillValid(
000000b1`7e1ff160 00007ff7`a8de9216     postgres!ExecEvalExpr(
000000b1`7e1ff190 00007ff7`a8de8cac     postgres!TupleHashTableHash_internal(
000000b1`7e1ff1e0 00007ff7`a8e127da     postgres!LookupTupleHashEntry(
000000b1`7e1ff230 00007ff7`a8e1321b     postgres!lookup_hash_entries(
000000b1`7e1ff2d0 00007ff7`a8e16176     postgres!agg_fill_hash_table(
000000b1`7e1ff310 00007ff7`a8dfaebb     postgres!ExecAgg(
000000b1`7e1ff360 00007ff7`a8df0c9c     postgres!ExecProcNodeFirst(
000000b1`7e1ff390 00007ff7`a8df1d90     postgres!ExecProcNode(
core
0000007e`303ff7e8 00007ffc`63a4d71e     ntdll!NtWaitForSingleObject+0x14
0000007e`303ff7f0 00007ff7`a8fc0ffc     KERNELBASE!WaitForSingleObjectEx+0x8e
0000007e`303ff890 00007ffc`65c84cb0     postgres!pg_timer_thread(
0000007e`303ff8d0 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000007e`303ff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007e`2f3feff0 00007ff7`a8ddb22b     postgres!ExecInterpExpr(
0000007e`2f3ff2b0 00007ff7`a8de8f5a     postgres!ExecInterpExprStillValid(
0000007e`2f3ff2e0 00007ff7`a8de9216     postgres!ExecEvalExpr(
0000007e`2f3ff310 00007ff7`a8de8cac     postgres!TupleHashTableHash_internal(
0000007e`2f3ff360 00007ff7`a8e4ab00     postgres!LookupTupleHashEntry(
0000007e`2f3ff3b0 00007ff7`a8e4b231     postgres!setop_fill_hash_table(
0000007e`2f3ff420 00007ff7`a8dfaebb     postgres!ExecSetOp(
0000007e`2f3ff470 00007ff7`a8df0c9c     postgres!ExecProcNodeFirst(
0000007e`2f3ff4a0 00007ff7`a8df1d90     postgres!ExecProcNode(
0000007e`2f3ff4d0 00007ff7`a8ded0a7     postgres!ExecutePlan(
core
0000007e`2f7ff8f8 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007e`2f7ff900 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
0000007e`2f7ffbf0 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000007e`2f7ffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007e`2fbff878 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007e`2fbff880 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
0000007e`2fbffb70 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000007e`2fbffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007e`2ffff788 00007ffc`63a945ca     ntdll!NtFsControlFile+0x14
0000007e`2ffff790 00007ff7`a8fbf55b     KERNELBASE!ConnectNamedPipe+0x6a
0000007e`2ffff800 00007ffc`65c84cb0     postgres!pg_signal_thread(
0000007e`2ffff900 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000007e`2ffff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000024`ddbffa98 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000024`ddbffaa0 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
00000024`ddbffd90 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000024`ddbffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000024`dd7fec00 00007ff7`a8ddb22b     postgres!ExecInterpExpr(
00000024`dd7feec0 00007ff7`a8de8f5a     postgres!ExecInterpExprStillValid(
00000024`dd7feef0 00007ff7`a8de9216     postgres!ExecEvalExpr(
00000024`dd7fef20 00007ff7`a8de8cac     postgres!TupleHashTableHash_internal(
00000024`dd7fef70 00007ff7`a8e127da     postgres!LookupTupleHashEntry(
00000024`dd7fefc0 00007ff7`a8e1321b     postgres!lookup_hash_entries(
00000024`dd7ff060 00007ff7`a8e16176     postgres!agg_fill_hash_table(
00000024`dd7ff0a0 00007ff7`a8dfaebb     postgres!ExecAgg(
00000024`dd7ff0f0 00007ff7`a8df0c9c     postgres!ExecProcNodeFirst(
00000024`dd7ff120 00007ff7`a8df1d90     postgres!ExecProcNode(
core
00000024`ddfff708 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000024`ddfff710 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
00000024`ddfffa00 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000024`ddfffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000024`de3ff8b8 00007ffc`63a945ca     ntdll!NtFsControlFile+0x14
00000024`de3ff8c0 00007ff7`a8fbf55b     KERNELBASE!ConnectNamedPipe+0x6a
00000024`de3ff930 00007ffc`65c84cb0     postgres!pg_signal_thread(
00000024`de3ffa30 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000024`de3ffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000024`de7ff718 00007ffc`63a4d71e     ntdll!NtWaitForSingleObject+0x14
00000024`de7ff720 00007ff7`a8fc0ffc     KERNELBASE!WaitForSingleObjectEx+0x8e
00000024`de7ff7c0 00007ffc`65c84cb0     postgres!pg_timer_thread(
00000024`de7ff800 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000024`de7ff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000003`2cbff6b8 00007ffc`63a4d71e     ntdll!NtWaitForSingleObject+0x14
00000003`2cbff6c0 00007ff7`a8fc0ffc     KERNELBASE!WaitForSingleObjectEx+0x8e
00000003`2cbff760 00007ffc`65c84cb0     postgres!pg_timer_thread(
00000003`2cbff7a0 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000003`2cbff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000003`2c7ff758 00007ffc`63a945ca     ntdll!NtFsControlFile+0x14
00000003`2c7ff760 00007ff7`a8fbf55b     KERNELBASE!ConnectNamedPipe+0x6a
00000003`2c7ff7d0 00007ffc`65c84cb0     postgres!pg_signal_thread(
00000003`2c7ff8d0 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000003`2c7ff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000003`2c3ff878 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000003`2c3ff880 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
00000003`2c3ffb70 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000003`2c3ffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000003`2bfff4f8 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000003`2bfff500 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
00000003`2bfff7f0 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000003`2bfff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000003`2bbfea60 00007ff7`a8ddb22b     postgres!ExecInterpExpr(
00000003`2bbfed20 00007ff7`a8de8f5a     postgres!ExecInterpExprStillValid(
00000003`2bbfed50 00007ff7`a8de9216     postgres!ExecEvalExpr(
00000003`2bbfed80 00007ff7`a8de8cac     postgres!TupleHashTableHash_internal(
00000003`2bbfedd0 00007ff7`a8e127da     postgres!LookupTupleHashEntry(
00000003`2bbfee20 00007ff7`a8e1321b     postgres!lookup_hash_entries(
00000003`2bbfeec0 00007ff7`a8e16176     postgres!agg_fill_hash_table(
00000003`2bbfef00 00007ff7`a8dfaebb     postgres!ExecAgg(
00000003`2bbfef50 00007ff7`a8df0c9c     postgres!ExecProcNodeFirst(
00000003`2bbfef80 00007ff7`a8df1d90     postgres!ExecProcNode(
core
0000006a`db5ff588 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006a`db5ff590 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
0000006a`db5ff880 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000006a`db5ff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006a`db9ffd88 00007ffc`63a945ca     ntdll!NtFsControlFile+0x14
0000006a`db9ffd90 00007ff7`a8fbf55b     KERNELBASE!ConnectNamedPipe+0x6a
0000006a`db9ffe00 00007ffc`65c84cb0     postgres!pg_signal_thread(
0000006a`db9fff00 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000006a`db9fff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006a`dbdffb38 00007ffc`63a4d71e     ntdll!NtWaitForSingleObject+0x14
0000006a`dbdffb40 00007ff7`a8fc0ffc     KERNELBASE!WaitForSingleObjectEx+0x8e
0000006a`dbdffbe0 00007ffc`65c84cb0     postgres!pg_timer_thread(
0000006a`dbdffc20 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000006a`dbdffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006a`db1ff648 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006a`db1ff650 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
0000006a`db1ff940 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000006a`db1ff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006a`dadfee40 00007ff7`a8ddb22b     postgres!ExecInterpExpr(
0000006a`dadff100 00007ff7`a8de8f5a     postgres!ExecInterpExprStillValid(
0000006a`dadff130 00007ff7`a8de9216     postgres!ExecEvalExpr(
0000006a`dadff160 00007ff7`a8de8cac     postgres!TupleHashTableHash_internal(
0000006a`dadff1b0 00007ff7`a8e127da     postgres!LookupTupleHashEntry(
0000006a`dadff200 00007ff7`a8e1321b     postgres!lookup_hash_entries(
0000006a`dadff2a0 00007ff7`a8e16176     postgres!agg_fill_hash_table(
0000006a`dadff2e0 00007ff7`a8dfaebb     postgres!ExecAgg(
0000006a`dadff330 00007ff7`a8df0c9c     postgres!ExecProcNodeFirst(
0000006a`dadff360 00007ff7`a8df1d90     postgres!ExecProcNode(
core
0000007f`80ffedd0 00007ff7`a8ddb22b     postgres!ExecInterpExpr(
0000007f`80fff090 00007ff7`a8de8f5a     postgres!ExecInterpExprStillValid(
0000007f`80fff0c0 00007ff7`a8de9216     postgres!ExecEvalExpr(
0000007f`80fff0f0 00007ff7`a8de8cac     postgres!TupleHashTableHash_internal(
0000007f`80fff140 00007ff7`a8e127da     postgres!LookupTupleHashEntry(
0000007f`80fff190 00007ff7`a8e1321b     postgres!lookup_hash_entries(
0000007f`80fff230 00007ff7`a8e16176     postgres!agg_fill_hash_table(
0000007f`80fff270 00007ff7`a8dfaebb     postgres!ExecAgg(
0000007f`80fff2c0 00007ff7`a8df0c9c     postgres!ExecProcNodeFirst(
0000007f`80fff2f0 00007ff7`a8df1d90     postgres!ExecProcNode(
core
0000007f`813ffba8 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007f`813ffbb0 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
0000007f`813ffea0 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000007f`813ffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007f`817ffc38 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007f`817ffc40 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
0000007f`817fff30 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000007f`817fff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007f`81bff9c8 00007ffc`63a945ca     ntdll!NtFsControlFile+0x14
0000007f`81bff9d0 00007ff7`a8fbf55b     KERNELBASE!ConnectNamedPipe+0x6a
0000007f`81bffa40 00007ffc`65c84cb0     postgres!pg_signal_thread(
0000007f`81bffb40 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000007f`81bffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007f`81fffbf8 00007ffc`63a4d71e     ntdll!NtWaitForSingleObject+0x14
0000007f`81fffc00 00007ff7`a8fc0ffc     KERNELBASE!WaitForSingleObjectEx+0x8e
0000007f`81fffca0 00007ffc`65c84cb0     postgres!pg_timer_thread(
0000007f`81fffce0 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000007f`81fffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000068`55ffecd0 00007ff7`a8ddb22b     postgres!ExecInterpExpr(
00000068`55ffef90 00007ff7`a8de8f5a     postgres!ExecInterpExprStillValid(
00000068`55ffefc0 00007ff7`a8de9216     postgres!ExecEvalExpr(
00000068`55ffeff0 00007ff7`a8de8cac     postgres!TupleHashTableHash_internal(
00000068`55fff040 00007ff7`a8e4804f     postgres!LookupTupleHashEntry(
00000068`55fff090 00007ff7`a8dfaebb     postgres!ExecRecursiveUnion(
00000068`55fff100 00007ff7`a8e1b2cc     postgres!ExecProcNodeFirst(
00000068`55fff130 00007ff7`a8e1b889     postgres!ExecProcNode(
00000068`55fff160 00007ff7`a8dffaa5     postgres!CteScanNext(
00000068`55fff1d0 00007ff7`a8dff475     postgres!ExecScanFetch(
core
00000068`56bff788 00007ffc`63a4d71e     ntdll!NtWaitForSingleObject+0x14
00000068`56bff790 00007ff7`a8fc0ffc     KERNELBASE!WaitForSingleObjectEx+0x8e
00000068`56bff830 00007ffc`65c84cb0     postgres!pg_timer_thread(
00000068`56bff870 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000068`56bff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000068`56fff708 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000068`56fff710 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
00000068`56fffa00 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000068`56fffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000068`563ff568 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000068`563ff570 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
00000068`563ff860 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000068`563ff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000068`567ff7c8 00007ffc`63a945ca     ntdll!NtFsControlFile+0x14
00000068`567ff7d0 00007ff7`a8fbf55b     KERNELBASE!ConnectNamedPipe+0x6a
00000068`567ff840 00007ffc`65c84cb0     postgres!pg_signal_thread(
00000068`567ff940 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000068`567ff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000025`e29ff808 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000025`e29ff810 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
00000025`e29ffb00 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000025`e29ffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000025`e35ffa18 00007ffc`63a4d71e     ntdll!NtWaitForSingleObject+0x14
00000025`e35ffa20 00007ff7`a8fc0ffc     KERNELBASE!WaitForSingleObjectEx+0x8e
00000025`e35ffac0 00007ffc`65c84cb0     postgres!pg_timer_thread(
00000025`e35ffb00 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000025`e35ffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000025`e31ffaf8 00007ffc`63a945ca     ntdll!NtFsControlFile+0x14
00000025`e31ffb00 00007ff7`a8fbf55b     KERNELBASE!ConnectNamedPipe+0x6a
00000025`e31ffb70 00007ffc`65c84cb0     postgres!pg_signal_thread(
00000025`e31ffc70 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000025`e31ffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000025`e2dffba8 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000025`e2dffbb0 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
00000025`e2dffea0 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000025`e2dffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000025`e25fed10 00007ff7`a8ddb22b     postgres!ExecInterpExpr(
00000025`e25fefd0 00007ff7`a8de8f5a     postgres!ExecInterpExprStillValid(
00000025`e25ff000 00007ff7`a8de9216     postgres!ExecEvalExpr(
00000025`e25ff030 00007ff7`a8de8cac     postgres!TupleHashTableHash_internal(
00000025`e25ff080 00007ff7`a8e127da     postgres!LookupTupleHashEntry(
00000025`e25ff0d0 00007ff7`a8e1321b     postgres!lookup_hash_entries(
00000025`e25ff170 00007ff7`a8e16176     postgres!agg_fill_hash_table(
00000025`e25ff1b0 00007ff7`a8dfaebb     postgres!ExecAgg(
00000025`e25ff200 00007ff7`a8df0c9c     postgres!ExecProcNodeFirst(
00000025`e25ff230 00007ff7`a8df1d90     postgres!ExecProcNode(
core
000000a1`851fd880 00007ff7`a8ddb22b     postgres!ExecInterpExpr(
000000a1`851fdb40 00007ff7`a8de8f5a     postgres!ExecInterpExprStillValid(
000000a1`851fdb70 00007ff7`a8de9216     postgres!ExecEvalExpr(
000000a1`851fdba0 00007ff7`a8de8cac     postgres!TupleHashTableHash_internal(
000000a1`851fdbf0 00007ff7`a8e127da     postgres!LookupTupleHashEntry(
000000a1`851fdc40 00007ff7`a8e1321b     postgres!lookup_hash_entries(
000000a1`851fdce0 00007ff7`a8e16176     postgres!agg_fill_hash_table(
000000a1`851fdd20 00007ff7`a8dfaef4     postgres!ExecAgg(
000000a1`851fdd70 00007ff7`a8dfaebb     postgres!ExecProcNodeInstr(
000000a1`851fddb0 00007ff7`a8df0c9c     postgres!ExecProcNodeFirst(
core
000000a1`861ff9e8 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a1`861ff9f0 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
000000a1`861ffce0 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a1`861ffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a1`85dffbb8 00007ffc`63a4d71e     ntdll!NtWaitForSingleObject+0x14
000000a1`85dffbc0 00007ff7`a8fc0ffc     KERNELBASE!WaitForSingleObjectEx+0x8e
000000a1`85dffc60 00007ffc`65c84cb0     postgres!pg_timer_thread(
000000a1`85dffca0 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a1`85dffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a1`859ffaf8 00007ffc`63a945ca     ntdll!NtFsControlFile+0x14
000000a1`859ffb00 00007ff7`a8fbf55b     KERNELBASE!ConnectNamedPipe+0x6a
000000a1`859ffb70 00007ffc`65c84cb0     postgres!pg_signal_thread(
000000a1`859ffc70 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a1`859ffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a1`855ffa58 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a1`855ffa60 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
000000a1`855ffd50 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a1`855ffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000024`1e9fef90 00007ff7`a8ddb22b     postgres!ExecInterpExpr(
00000024`1e9ff250 00007ff7`a8de8f5a     postgres!ExecInterpExprStillValid(
00000024`1e9ff280 00007ff7`a8de9216     postgres!ExecEvalExpr(
00000024`1e9ff2b0 00007ff7`a8de8cac     postgres!TupleHashTableHash_internal(
00000024`1e9ff300 00007ff7`a8e127da     postgres!LookupTupleHashEntry(
00000024`1e9ff350 00007ff7`a8e1321b     postgres!lookup_hash_entries(
00000024`1e9ff3f0 00007ff7`a8e16176     postgres!agg_fill_hash_table(
00000024`1e9ff430 00007ff7`a8dfaebb     postgres!ExecAgg(
00000024`1e9ff480 00007ff7`a8df0c9c     postgres!ExecProcNodeFirst(
00000024`1e9ff4b0 00007ff7`a8df1d90     postgres!ExecProcNode(
core
00000024`1fdff8c8 00007ffc`63a4d71e     ntdll!NtWaitForSingleObject+0x14
00000024`1fdff8d0 00007ff7`a8fc0ffc     KERNELBASE!WaitForSingleObjectEx+0x8e
00000024`1fdff970 00007ffc`65c84cb0     postgres!pg_timer_thread(
00000024`1fdff9b0 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000024`1fdff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000024`1f9ff798 00007ffc`63a945ca     ntdll!NtFsControlFile+0x14
00000024`1f9ff7a0 00007ff7`a8fbf55b     KERNELBASE!ConnectNamedPipe+0x6a
00000024`1f9ff810 00007ffc`65c84cb0     postgres!pg_signal_thread(
00000024`1f9ff910 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000024`1f9ff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000024`1f5ff588 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000024`1f5ff590 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
00000024`1f5ff880 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000024`1f5ff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000024`1f1ff7e8 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000024`1f1ff7f0 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
00000024`1f1ffae0 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000024`1f1ffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000024`1edff978 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000024`1edff980 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
00000024`1edffc70 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000024`1edffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d8`843ffa38 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d8`843ffa40 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
000000d8`843ffd30 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d8`843ffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d8`83fff608 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d8`83fff610 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
000000d8`83fff900 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d8`83fff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d8`837fe980 00007ff7`a8ddb22b     postgres!ExecInterpExpr(
000000d8`837fec40 00007ff7`a8de8f5a     postgres!ExecInterpExprStillValid(
000000d8`837fec70 00007ff7`a8de9216     postgres!ExecEvalExpr(
000000d8`837feca0 00007ff7`a8de8cac     postgres!TupleHashTableHash_internal(
000000d8`837fecf0 00007ff7`a8e127da     postgres!LookupTupleHashEntry(
000000d8`837fed40 00007ff7`a8e1321b     postgres!lookup_hash_entries(
000000d8`837fede0 00007ff7`a8e16176     postgres!agg_fill_hash_table(
000000d8`837fee20 00007ff7`a8dfaebb     postgres!ExecAgg(
000000d8`837fee70 00007ff7`a8df0c9c     postgres!ExecProcNodeFirst(
000000d8`837feea0 00007ff7`a8df1d90     postgres!ExecProcNode(
core
000000d8`83bff778 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d8`83bff780 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
000000d8`83bffa70 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d8`83bffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d8`847ff8b8 00007ffc`63a945ca     ntdll!NtFsControlFile+0x14
000000d8`847ff8c0 00007ff7`a8fbf55b     KERNELBASE!ConnectNamedPipe+0x6a
000000d8`847ff930 00007ffc`65c84cb0     postgres!pg_signal_thread(
000000d8`847ffa30 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d8`847ffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d8`84bff8d8 00007ffc`63a4d71e     ntdll!NtWaitForSingleObject+0x14
000000d8`84bff8e0 00007ff7`a8fc0ffc     KERNELBASE!WaitForSingleObjectEx+0x8e
000000d8`84bff980 00007ffc`65c84cb0     postgres!pg_timer_thread(
000000d8`84bff9c0 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d8`84bff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007f`affff798 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007f`affff7a0 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
0000007f`affffa90 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000007f`affffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007f`aeffeb30 00007ff7`a8ddb22b     postgres!ExecInterpExpr(
0000007f`aeffedf0 00007ff7`a8de8f5a     postgres!ExecInterpExprStillValid(
0000007f`aeffee20 00007ff7`a8de9216     postgres!ExecEvalExpr(
0000007f`aeffee50 00007ff7`a8de8cac     postgres!TupleHashTableHash_internal(
0000007f`aeffeea0 00007ff7`a8e4ab00     postgres!LookupTupleHashEntry(
0000007f`aeffeef0 00007ff7`a8e4b231     postgres!setop_fill_hash_table(
0000007f`aeffef60 00007ff7`a8dfaebb     postgres!ExecSetOp(
0000007f`aeffefb0 00007ff7`a8df0c9c     postgres!ExecProcNodeFirst(
0000007f`aeffefe0 00007ff7`a8df1d90     postgres!ExecProcNode(
0000007f`aefff010 00007ff7`a8ded0a7     postgres!ExecutePlan(
core
0000007f`af7ffb88 00007ffc`63a945ca     ntdll!NtFsControlFile+0x14
0000007f`af7ffb90 00007ff7`a8fbf55b     KERNELBASE!ConnectNamedPipe+0x6a
0000007f`af7ffc00 00007ffc`65c84cb0     postgres!pg_signal_thread(
0000007f`af7ffd00 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000007f`af7ffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007f`afbff888 00007ffc`63a4d71e     ntdll!NtWaitForSingleObject+0x14
0000007f`afbff890 00007ff7`a8fc0ffc     KERNELBASE!WaitForSingleObjectEx+0x8e
0000007f`afbff930 00007ffc`65c84cb0     postgres!pg_timer_thread(
0000007f`afbff970 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000007f`afbff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007f`af3ffbd8 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007f`af3ffbe0 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
0000007f`af3ffed0 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000007f`af3fff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000082`52dff5f8 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000082`52dff600 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
00000082`52dff8f0 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000082`52dff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000082`531ffc08 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000082`531ffc10 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
00000082`531fff00 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000082`531fff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000082`535ffaf8 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000082`535ffb00 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
00000082`535ffdf0 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000082`535ffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000082`539ff8b8 00007ffc`63a945ca     ntdll!NtFsControlFile+0x14
00000082`539ff8c0 00007ff7`a8fbf55b     KERNELBASE!ConnectNamedPipe+0x6a
00000082`539ff930 00007ffc`65c84cb0     postgres!pg_signal_thread(
00000082`539ffa30 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000082`539ffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000082`53dff928 00007ffc`63a4d71e     ntdll!NtWaitForSingleObject+0x14
00000082`53dff930 00007ff7`a8fc0ffc     KERNELBASE!WaitForSingleObjectEx+0x8e
00000082`53dff9d0 00007ffc`65c84cb0     postgres!pg_timer_thread(
00000082`53dffa10 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000082`53dffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000082`529fee00 00007ff7`a8ddb22b     postgres!ExecInterpExpr(
00000082`529ff0c0 00007ff7`a8de8f5a     postgres!ExecInterpExprStillValid(
00000082`529ff0f0 00007ff7`a8de9216     postgres!ExecEvalExpr(
00000082`529ff120 00007ff7`a8de8cac     postgres!TupleHashTableHash_internal(
00000082`529ff170 00007ff7`a8e127da     postgres!LookupTupleHashEntry(
00000082`529ff1c0 00007ff7`a8e1321b     postgres!lookup_hash_entries(
00000082`529ff260 00007ff7`a8e16176     postgres!agg_fill_hash_table(
00000082`529ff2a0 00007ff7`a8dfaebb     postgres!ExecAgg(
00000082`529ff2f0 00007ff7`a8df0c9c     postgres!ExecProcNodeFirst(
00000082`529ff320 00007ff7`a8df1d90     postgres!ExecProcNode(
core
000000e0`4cfff748 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e0`4cfff750 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
000000e0`4cfffa40 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e0`4cfffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e0`4c7fea80 00007ff7`a8ddb22b     postgres!ExecInterpExpr(
000000e0`4c7fed40 00007ff7`a8de8f5a     postgres!ExecInterpExprStillValid(
000000e0`4c7fed70 00007ff7`a8de9216     postgres!ExecEvalExpr(
000000e0`4c7feda0 00007ff7`a8de8cac     postgres!TupleHashTableHash_internal(
000000e0`4c7fedf0 00007ff7`a8e127da     postgres!LookupTupleHashEntry(
000000e0`4c7fee40 00007ff7`a8e1321b     postgres!lookup_hash_entries(
000000e0`4c7feee0 00007ff7`a8e16176     postgres!agg_fill_hash_table(
000000e0`4c7fef20 00007ff7`a8dfaebb     postgres!ExecAgg(
000000e0`4c7fef70 00007ff7`a8e4b3ac     postgres!ExecProcNodeFirst(
000000e0`4c7fefa0 00007ff7`a8e4bc81     postgres!ExecProcNode(
core
000000e0`4cbffb38 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e0`4cbffb40 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
000000e0`4cbffe30 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e0`4cbffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e0`4d3ff658 00007ffc`63a945ca     ntdll!NtFsControlFile+0x14
000000e0`4d3ff660 00007ff7`a8fbf55b     KERNELBASE!ConnectNamedPipe+0x6a
000000e0`4d3ff6d0 00007ffc`65c84cb0     postgres!pg_signal_thread(
000000e0`4d3ff7d0 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e0`4d3ff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e0`4d7ffbf8 00007ffc`63a4d71e     ntdll!NtWaitForSingleObject+0x14
000000e0`4d7ffc00 00007ff7`a8fc0ffc     KERNELBASE!WaitForSingleObjectEx+0x8e
000000e0`4d7ffca0 00007ffc`65c84cb0     postgres!pg_timer_thread(
000000e0`4d7ffce0 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e0`4d7ffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ff`3d7ff968 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ff`3d7ff970 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
000000ff`3d7ffc60 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ff`3d7ffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ff`3e3ff8f8 00007ffc`63a4d71e     ntdll!NtWaitForSingleObject+0x14
000000ff`3e3ff900 00007ff7`a8fc0ffc     KERNELBASE!WaitForSingleObjectEx+0x8e
000000ff`3e3ff9a0 00007ffc`65c84cb0     postgres!pg_timer_thread(
000000ff`3e3ff9e0 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ff`3e3ffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ff`3dfff518 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ff`3dfff520 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
000000ff`3dfff810 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ff`3dfff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ff`3dbff998 00007ffc`63a945ca     ntdll!NtFsControlFile+0x14
000000ff`3dbff9a0 00007ff7`a8fbf55b     KERNELBASE!ConnectNamedPipe+0x6a
000000ff`3dbffa10 00007ffc`65c84cb0     postgres!pg_signal_thread(
000000ff`3dbffb10 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ff`3dbffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ff`3d3feed0 00007ff7`a8ddb22b     postgres!ExecInterpExpr(
000000ff`3d3ff190 00007ff7`a8de8f5a     postgres!ExecInterpExprStillValid(
000000ff`3d3ff1c0 00007ff7`a8de9216     postgres!ExecEvalExpr(
000000ff`3d3ff1f0 00007ff7`a8de8cac     postgres!TupleHashTableHash_internal(
000000ff`3d3ff240 00007ff7`a8e127da     postgres!LookupTupleHashEntry(
000000ff`3d3ff290 00007ff7`a8e1321b     postgres!lookup_hash_entries(
000000ff`3d3ff330 00007ff7`a8e16176     postgres!agg_fill_hash_table(
000000ff`3d3ff370 00007ff7`a8dfaebb     postgres!ExecAgg(
000000ff`3d3ff3c0 00007ff7`a8df0c9c     postgres!ExecProcNodeFirst(
000000ff`3d3ff3f0 00007ff7`a8df1d90     postgres!ExecProcNode(
core
0000000c`92bfefe0 00007ff7`a8ddb22b     postgres!ExecInterpExpr(
0000000c`92bff2a0 00007ff7`a8de8f5a     postgres!ExecInterpExprStillValid(
0000000c`92bff2d0 00007ff7`a8de9216     postgres!ExecEvalExpr(
0000000c`92bff300 00007ff7`a8de8cac     postgres!TupleHashTableHash_internal(
0000000c`92bff350 00007ff7`a8e127da     postgres!LookupTupleHashEntry(
0000000c`92bff3a0 00007ff7`a8e1321b     postgres!lookup_hash_entries(
0000000c`92bff440 00007ff7`a8e16176     postgres!agg_fill_hash_table(
0000000c`92bff480 00007ff7`a8dfaebb     postgres!ExecAgg(
0000000c`92bff4d0 00007ff7`a8df0c9c     postgres!ExecProcNodeFirst(
0000000c`92bff500 00007ff7`a8df1d90     postgres!ExecProcNode(
core
0000000c`93bff898 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000c`93bff8a0 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
0000000c`93bffb90 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000000c`93bffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000c`937ff668 00007ffc`63a4d71e     ntdll!NtWaitForSingleObject+0x14
0000000c`937ff670 00007ff7`a8fc0ffc     KERNELBASE!WaitForSingleObjectEx+0x8e
0000000c`937ff710 00007ffc`65c84cb0     postgres!pg_timer_thread(
0000000c`937ff750 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000000c`937ff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000c`933ffbf8 00007ffc`63a945ca     ntdll!NtFsControlFile+0x14
0000000c`933ffc00 00007ff7`a8fbf55b     KERNELBASE!ConnectNamedPipe+0x6a
0000000c`933ffc70 00007ffc`65c84cb0     postgres!pg_signal_thread(
0000000c`933ffd70 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000000c`933ffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000c`92fff558 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000c`92fff560 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
0000000c`92fff850 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000000c`92fff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000062`ec3ff0d0 00007ff7`a8ddb22b     postgres!ExecInterpExpr(
00000062`ec3ff390 00007ff7`a8de8f5a     postgres!ExecInterpExprStillValid(
00000062`ec3ff3c0 00007ff7`a8de9216     postgres!ExecEvalExpr(
00000062`ec3ff3f0 00007ff7`a8de8cac     postgres!TupleHashTableHash_internal(
00000062`ec3ff440 00007ff7`a8e127da     postgres!LookupTupleHashEntry(
00000062`ec3ff490 00007ff7`a8e1321b     postgres!lookup_hash_entries(
00000062`ec3ff530 00007ff7`a8e16176     postgres!agg_fill_hash_table(
00000062`ec3ff570 00007ff7`a8dfaebb     postgres!ExecAgg(
00000062`ec3ff5c0 00007ff7`a8df0c9c     postgres!ExecProcNodeFirst(
00000062`ec3ff5f0 00007ff7`a8df1d90     postgres!ExecProcNode(
core
00000062`ed3ff978 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000062`ed3ff980 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
00000062`ed3ffc70 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000062`ed3ffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000062`ecfff9a8 00007ffc`63a4d71e     ntdll!NtWaitForSingleObject+0x14
00000062`ecfff9b0 00007ff7`a8fc0ffc     KERNELBASE!WaitForSingleObjectEx+0x8e
00000062`ecfffa50 00007ffc`65c84cb0     postgres!pg_timer_thread(
00000062`ecfffa90 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000062`ecfffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000062`ecbffd68 00007ffc`63a945ca     ntdll!NtFsControlFile+0x14
00000062`ecbffd70 00007ff7`a8fbf55b     KERNELBASE!ConnectNamedPipe+0x6a
00000062`ecbffde0 00007ffc`65c84cb0     postgres!pg_signal_thread(
00000062`ecbffee0 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000062`ecbfff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000062`ec7ffc28 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000062`ec7ffc30 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
00000062`ec7fff20 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000062`ec7fff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a2`01bff838 00007ffc`63a945ca     ntdll!NtFsControlFile+0x14
000000a2`01bff840 00007ff7`a8fbf55b     KERNELBASE!ConnectNamedPipe+0x6a
000000a2`01bff8b0 00007ffc`65c84cb0     postgres!pg_signal_thread(
000000a2`01bff9b0 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a2`01bff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a2`00ffeff0 00007ff7`a9303e28     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a2`00fff030 00007ff7`a8c97465     postgres!ExceptionalCondition(
000000a2`00fff070 00007ff7`a8c880d7     postgres!index_drop(
000000a2`00fff150 00007ff7`a8c87bcd     postgres!doDeletion(
000000a2`00fff1a0 00007ff7`a8c8b081     postgres!deleteOneObject(
000000a2`00fff2f0 00007ff7`a8c85ecc     postgres!deleteObjectsInList(
000000a2`00fff350 00007ff7`a8fc4907     postgres!performDeletion(
000000a2`00fff3b0 00007ff7`a8fc2aec     postgres!do_autovacuum(void)+0x967 [c:\cirrus\src\backend\postmaster\autovacuum....
000000a2`00fff730 00007ff7`a8fcb107     postgres!AutoVacWorkerMain(
000000a2`00fff8e0 00007ff7`a8e8a6c4     postgres!SubPostmasterMain(
core
000000a2`017ff4a8 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a2`017ff4b0 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
000000a2`017ff7a0 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a2`017ff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a2`013ff578 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a2`013ff580 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
000000a2`013ff870 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a2`013ff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000f`b0dff7c8 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000f`b0dff7d0 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
0000000f`b0dffac0 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000000f`b0dffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000f`b09ff738 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000f`b09ff740 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
0000000f`b09ffa30 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000000f`b09ffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000f`b05febe0 00007ff7`a8ddb22b     postgres!ExecInterpExpr(
0000000f`b05feea0 00007ff7`a8de8f5a     postgres!ExecInterpExprStillValid(
0000000f`b05feed0 00007ff7`a8de9216     postgres!ExecEvalExpr(
0000000f`b05fef00 00007ff7`a8de8cac     postgres!TupleHashTableHash_internal(
0000000f`b05fef50 00007ff7`a8e127da     postgres!LookupTupleHashEntry(
0000000f`b05fefa0 00007ff7`a8e1321b     postgres!lookup_hash_entries(
0000000f`b05ff040 00007ff7`a8e16176     postgres!agg_fill_hash_table(
0000000f`b05ff080 00007ff7`a8dfaebb     postgres!ExecAgg(
0000000f`b05ff0d0 00007ff7`a8e4b3ac     postgres!ExecProcNodeFirst(
0000000f`b05ff100 00007ff7`a8e4bc81     postgres!ExecProcNode(
core
0000000f`b11ffc88 00007ffc`63a945ca     ntdll!NtFsControlFile+0x14
0000000f`b11ffc90 00007ff7`a8fbf55b     KERNELBASE!ConnectNamedPipe+0x6a
0000000f`b11ffd00 00007ffc`65c84cb0     postgres!pg_signal_thread(
0000000f`b11ffe00 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000000f`b11ffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000f`b15ff9a8 00007ffc`63a4d71e     ntdll!NtWaitForSingleObject+0x14
0000000f`b15ff9b0 00007ff7`a8fc0ffc     KERNELBASE!WaitForSingleObjectEx+0x8e
0000000f`b15ffa50 00007ffc`65c84cb0     postgres!pg_timer_thread(
0000000f`b15ffa90 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000000f`b15ffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000035`859fed60 00007ff7`a9303e28     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000035`859feda0 00007ff7`a8c97465     postgres!ExceptionalCondition(
00000035`859fede0 00007ff7`a8c880d7     postgres!index_drop(
00000035`859feec0 00007ff7`a8c87bcd     postgres!doDeletion(
00000035`859fef10 00007ff7`a8c8b081     postgres!deleteOneObject(
00000035`859ff060 00007ff7`a8c85ecc     postgres!deleteObjectsInList(
00000035`859ff0c0 00007ff7`a8fc4907     postgres!performDeletion(
00000035`859ff120 00007ff7`a8fc2aec     postgres!do_autovacuum(void)+0x967 [c:\cirrus\src\backend\postmaster\autovacuum....
00000035`859ff4a0 00007ff7`a8fcb107     postgres!AutoVacWorkerMain(
00000035`859ff650 00007ff7`a8e8a6c4     postgres!SubPostmasterMain(
core
00000035`85dff508 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000035`85dff510 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
00000035`85dff800 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000035`85dff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000035`861ffa68 00007ffc`63a945ca     ntdll!NtFsControlFile+0x14
00000035`861ffa70 00007ff7`a8fbf55b     KERNELBASE!ConnectNamedPipe+0x6a
00000035`861ffae0 00007ffc`65c84cb0     postgres!pg_signal_thread(
00000035`861ffbe0 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000035`861ffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000035`865ff528 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000035`865ff530 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
00000035`865ff820 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000035`865ff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000080`0a5ff100 00007ff7`a9303e28     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000080`0a5ff140 00007ff7`a8c97465     postgres!ExceptionalCondition(
00000080`0a5ff180 00007ff7`a8c880d7     postgres!index_drop(
00000080`0a5ff260 00007ff7`a8c87bcd     postgres!doDeletion(
00000080`0a5ff2b0 00007ff7`a8c8b081     postgres!deleteOneObject(
00000080`0a5ff400 00007ff7`a8c85ecc     postgres!deleteObjectsInList(
00000080`0a5ff460 00007ff7`a8fc4907     postgres!performDeletion(
00000080`0a5ff4c0 00007ff7`a8fc2aec     postgres!do_autovacuum(void)+0x967 [c:\cirrus\src\backend\postmaster\autovacuum....
00000080`0a5ff840 00007ff7`a8fcb107     postgres!AutoVacWorkerMain(
00000080`0a5ff9f0 00007ff7`a8e8a6c4     postgres!SubPostmasterMain(
core
00000080`0a9ff9d8 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000080`0a9ff9e0 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
00000080`0a9ffcd0 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000080`0a9ffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000080`0adff728 00007ffc`63a945ca     ntdll!NtFsControlFile+0x14
00000080`0adff730 00007ff7`a8fbf55b     KERNELBASE!ConnectNamedPipe+0x6a
00000080`0adff7a0 00007ffc`65c84cb0     postgres!pg_signal_thread(
00000080`0adff8a0 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000080`0adff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000080`0b1ffb48 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000080`0b1ffb50 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
00000080`0b1ffe40 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000080`0b1ffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000092`8adff6e8 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000092`8adff6f0 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
00000092`8adff9e0 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000092`8adffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000092`89dfedf0 00007ff7`a8ddb22b     postgres!ExecInterpExpr(
00000092`89dff0b0 00007ff7`a8de8f5a     postgres!ExecInterpExprStillValid(
00000092`89dff0e0 00007ff7`a8de9216     postgres!ExecEvalExpr(
00000092`89dff110 00007ff7`a8de8cac     postgres!TupleHashTableHash_internal(
00000092`89dff160 00007ff7`a8e127da     postgres!LookupTupleHashEntry(
00000092`89dff1b0 00007ff7`a8e1321b     postgres!lookup_hash_entries(
00000092`89dff250 00007ff7`a8e16176     postgres!agg_fill_hash_table(
00000092`89dff290 00007ff7`a8dfaebb     postgres!ExecAgg(
00000092`89dff2e0 00007ff7`a8e4b3ac     postgres!ExecProcNodeFirst(
00000092`89dff310 00007ff7`a8e4bc81     postgres!ExecProcNode(
core
00000092`8a1ff538 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000092`8a1ff540 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
00000092`8a1ff830 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000092`8a1ff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000092`8a5ffa28 00007ffc`63a945ca     ntdll!NtFsControlFile+0x14
00000092`8a5ffa30 00007ff7`a8fbf55b     KERNELBASE!ConnectNamedPipe+0x6a
00000092`8a5ffaa0 00007ffc`65c84cb0     postgres!pg_signal_thread(
00000092`8a5ffba0 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000092`8a5ffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000092`8a9ff698 00007ffc`63a4d71e     ntdll!NtWaitForSingleObject+0x14
00000092`8a9ff6a0 00007ff7`a8fc0ffc     KERNELBASE!WaitForSingleObjectEx+0x8e
00000092`8a9ff740 00007ffc`65c84cb0     postgres!pg_timer_thread(
00000092`8a9ff780 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000092`8a9ff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006a`6a1ffdb8 00007ffc`63a945ca     ntdll!NtFsControlFile+0x14
0000006a`6a1ffdc0 00007ff7`a8fbf55b     KERNELBASE!ConnectNamedPipe+0x6a
0000006a`6a1ffe30 00007ffc`65c84cb0     postgres!pg_signal_thread(
0000006a`6a1fff30 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000006a`6a1fff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006a`69dff478 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006a`69dff480 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
0000006a`69dff770 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000006a`69dff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006a`695fee40 00007ff7`a8ddb22b     postgres!ExecInterpExpr(
0000006a`695ff100 00007ff7`a8de8f5a     postgres!ExecInterpExprStillValid(
0000006a`695ff130 00007ff7`a8de9216     postgres!ExecEvalExpr(
0000006a`695ff160 00007ff7`a8de8cac     postgres!TupleHashTableHash_internal(
0000006a`695ff1b0 00007ff7`a8e127da     postgres!LookupTupleHashEntry(
0000006a`695ff200 00007ff7`a8e1321b     postgres!lookup_hash_entries(
0000006a`695ff2a0 00007ff7`a8e16176     postgres!agg_fill_hash_table(
0000006a`695ff2e0 00007ff7`a8dfaebb     postgres!ExecAgg(
0000006a`695ff330 00007ff7`a8df0c9c     postgres!ExecProcNodeFirst(
0000006a`695ff360 00007ff7`a8df1d90     postgres!ExecProcNode(
core
0000006a`699ff758 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006a`699ff760 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
0000006a`699ffa50 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000006a`699ffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006a`6a5ffe08 00007ffc`63a4d71e     ntdll!NtWaitForSingleObject+0x14
0000006a`6a5ffe10 00007ff7`a8fc0ffc     KERNELBASE!WaitForSingleObjectEx+0x8e
0000006a`6a5ffeb0 00007ffc`65c84cb0     postgres!pg_timer_thread(
0000006a`6a5ffef0 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000006a`6a5fff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000049`62bff808 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000049`62bff810 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
00000049`62bffb00 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000049`62bffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000049`62fff7c8 00007ffc`63a945ca     ntdll!NtFsControlFile+0x14
00000049`62fff7d0 00007ff7`a8fbf55b     KERNELBASE!ConnectNamedPipe+0x6a
00000049`62fff840 00007ffc`65c84cb0     postgres!pg_signal_thread(
00000049`62fff940 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000049`62fff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000049`633ffd48 00007ffc`63a4d71e     ntdll!NtWaitForSingleObject+0x14
00000049`633ffd50 00007ff7`a8fc0ffc     KERNELBASE!WaitForSingleObjectEx+0x8e
00000049`633ffdf0 00007ffc`65c84cb0     postgres!pg_timer_thread(
00000049`633ffe30 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000049`633ffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000049`627ff848 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000049`627ff850 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
00000049`627ffb40 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000049`627ffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000049`623fef00 00007ff7`a8ddb22b     postgres!ExecInterpExpr(
00000049`623ff1c0 00007ff7`a8de8f5a     postgres!ExecInterpExprStillValid(
00000049`623ff1f0 00007ff7`a8de9216     postgres!ExecEvalExpr(
00000049`623ff220 00007ff7`a8de8cac     postgres!TupleHashTableHash_internal(
00000049`623ff270 00007ff7`a8e127da     postgres!LookupTupleHashEntry(
00000049`623ff2c0 00007ff7`a8e1321b     postgres!lookup_hash_entries(
00000049`623ff360 00007ff7`a8e16176     postgres!agg_fill_hash_table(
00000049`623ff3a0 00007ff7`a8dfaebb     postgres!ExecAgg(
00000049`623ff3f0 00007ff7`a8e4b3ac     postgres!ExecProcNodeFirst(
00000049`623ff420 00007ff7`a8e4bc81     postgres!ExecProcNode(
core
000000ce`753fe980 00007ff7`a8ddb22b     postgres!ExecInterpExpr(
000000ce`753fec40 00007ff7`a8de8f5a     postgres!ExecInterpExprStillValid(
000000ce`753fec70 00007ff7`a8de9216     postgres!ExecEvalExpr(
000000ce`753feca0 00007ff7`a8de8cac     postgres!TupleHashTableHash_internal(
000000ce`753fecf0 00007ff7`a8e127da     postgres!LookupTupleHashEntry(
000000ce`753fed40 00007ff7`a8e1321b     postgres!lookup_hash_entries(
000000ce`753fede0 00007ff7`a8e16176     postgres!agg_fill_hash_table(
000000ce`753fee20 00007ff7`a8dfaebb     postgres!ExecAgg(
000000ce`753fee70 00007ff7`a8df0c9c     postgres!ExecProcNodeFirst(
000000ce`753feea0 00007ff7`a8df1d90     postgres!ExecProcNode(
core
000000ce`763ff768 00007ffc`63a4d71e     ntdll!NtWaitForSingleObject+0x14
000000ce`763ff770 00007ff7`a8fc0ffc     KERNELBASE!WaitForSingleObjectEx+0x8e
000000ce`763ff810 00007ffc`65c84cb0     postgres!pg_timer_thread(
000000ce`763ff850 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ce`763ff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ce`75bff658 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ce`75bff660 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
000000ce`75bff950 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ce`75bff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ce`75fff5f8 00007ffc`63a945ca     ntdll!NtFsControlFile+0x14
000000ce`75fff600 00007ff7`a8fbf55b     KERNELBASE!ConnectNamedPipe+0x6a
000000ce`75fff670 00007ffc`65c84cb0     postgres!pg_signal_thread(
000000ce`75fff770 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ce`75fff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ce`757ff888 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ce`757ff890 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
000000ce`757ffb80 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ce`757ffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d2`c31ff458 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d2`c31ff460 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
000000d2`c31ff750 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d2`c31ff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d2`c39ffc98 00007ffc`63a945ca     ntdll!NtFsControlFile+0x14
000000d2`c39ffca0 00007ff7`a8fbf55b     KERNELBASE!ConnectNamedPipe+0x6a
000000d2`c39ffd10 00007ffc`65c84cb0     postgres!pg_signal_thread(
000000d2`c39ffe10 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d2`c39ffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d2`c3dff8d8 00007ffc`63a4d71e     ntdll!NtWaitForSingleObject+0x14
000000d2`c3dff8e0 00007ff7`a8fc0ffc     KERNELBASE!WaitForSingleObjectEx+0x8e
000000d2`c3dff980 00007ffc`65c84cb0     postgres!pg_timer_thread(
000000d2`c3dff9c0 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d2`c3dff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d2`c2dfe950 00007ff7`a8ddb22b     postgres!ExecInterpExpr(
000000d2`c2dfec10 00007ff7`a8de8f5a     postgres!ExecInterpExprStillValid(
000000d2`c2dfec40 00007ff7`a8de9216     postgres!ExecEvalExpr(
000000d2`c2dfec70 00007ff7`a8de8cac     postgres!TupleHashTableHash_internal(
000000d2`c2dfecc0 00007ff7`a8e127da     postgres!LookupTupleHashEntry(
000000d2`c2dfed10 00007ff7`a8e1321b     postgres!lookup_hash_entries(
000000d2`c2dfedb0 00007ff7`a8e16176     postgres!agg_fill_hash_table(
000000d2`c2dfedf0 00007ff7`a8dfaebb     postgres!ExecAgg(
000000d2`c2dfee40 00007ff7`a8e4b3ac     postgres!ExecProcNodeFirst(
000000d2`c2dfee70 00007ff7`a8e4bc81     postgres!ExecProcNode(
core
000000d2`c35ff718 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d2`c35ff720 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
000000d2`c35ffa10 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d2`c35ffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006a`049ffbe8 00007ffc`63a4d71e     ntdll!NtWaitForSingleObject+0x14
0000006a`049ffbf0 00007ff7`a8fc0ffc     KERNELBASE!WaitForSingleObjectEx+0x8e
0000006a`049ffc90 00007ffc`65c84cb0     postgres!pg_timer_thread(
0000006a`049ffcd0 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000006a`049ffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006a`041ff9d8 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006a`041ff9e0 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
0000006a`041ffcd0 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000006a`041ffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006a`03dff110 00007ff7`a8ddb22b     postgres!ExecInterpExpr(
0000006a`03dff3d0 00007ff7`a8de8f5a     postgres!ExecInterpExprStillValid(
0000006a`03dff400 00007ff7`a8de9216     postgres!ExecEvalExpr(
0000006a`03dff430 00007ff7`a8de8cac     postgres!TupleHashTableHash_internal(
0000006a`03dff480 00007ff7`a8e127da     postgres!LookupTupleHashEntry(
0000006a`03dff4d0 00007ff7`a8e1321b     postgres!lookup_hash_entries(
0000006a`03dff570 00007ff7`a8e16176     postgres!agg_fill_hash_table(
0000006a`03dff5b0 00007ff7`a8dfaebb     postgres!ExecAgg(
0000006a`03dff600 00007ff7`a8df0c9c     postgres!ExecProcNodeFirst(
0000006a`03dff630 00007ff7`a8df1d90     postgres!ExecProcNode(
core
0000006a`045ff8d8 00007ffc`63a945ca     ntdll!NtFsControlFile+0x14
0000006a`045ff8e0 00007ff7`a8fbf55b     KERNELBASE!ConnectNamedPipe+0x6a
0000006a`045ff950 00007ffc`65c84cb0     postgres!pg_signal_thread(
0000006a`045ffa50 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000006a`045ffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006a`04dff978 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006a`04dff980 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
0000006a`04dffc70 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000006a`04dffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`017ff7b8 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000001`017ff7c0 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
00000001`017ffab0 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000001`017ffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`00bff918 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000001`00bff920 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
00000001`00bffc10 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000001`00bffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`013ffc48 00007ffc`63a4d71e     ntdll!NtWaitForSingleObject+0x14
00000001`013ffc50 00007ff7`a8fc0ffc     KERNELBASE!WaitForSingleObjectEx+0x8e
00000001`013ffcf0 00007ffc`65c84cb0     postgres!pg_timer_thread(
00000001`013ffd30 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000001`013ffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`00fff5f8 00007ffc`63a945ca     ntdll!NtFsControlFile+0x14
00000001`00fff600 00007ff7`a8fbf55b     KERNELBASE!ConnectNamedPipe+0x6a
00000001`00fff670 00007ffc`65c84cb0     postgres!pg_signal_thread(
00000001`00fff770 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000001`00fff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`007fdc70 00007ff7`a8ddb22b     postgres!ExecInterpExpr(
00000001`007fdf30 00007ff7`a8de8f5a     postgres!ExecInterpExprStillValid(
00000001`007fdf60 00007ff7`a8de9216     postgres!ExecEvalExpr(
00000001`007fdf90 00007ff7`a8de8cac     postgres!TupleHashTableHash_internal(
00000001`007fdfe0 00007ff7`a8e127da     postgres!LookupTupleHashEntry(
00000001`007fe030 00007ff7`a8e1321b     postgres!lookup_hash_entries(
00000001`007fe0d0 00007ff7`a8e16176     postgres!agg_fill_hash_table(
00000001`007fe110 00007ff7`a8dfaebb     postgres!ExecAgg(
00000001`007fe160 00007ff7`a8e1e1cc     postgres!ExecProcNodeFirst(
00000001`007fe190 00007ff7`a8e1ea69     postgres!ExecProcNode(
core
00000061`a7dffae8 00007ffc`63a4d71e     ntdll!NtWaitForSingleObject+0x14
00000061`a7dffaf0 00007ff7`a8fc0ffc     KERNELBASE!WaitForSingleObjectEx+0x8e
00000061`a7dffb90 00007ffc`65c84cb0     postgres!pg_timer_thread(
00000061`a7dffbd0 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000061`a7dffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000061`a6dfeae0 00007ff7`a8ddb22b     postgres!ExecInterpExpr(
00000061`a6dfeda0 00007ff7`a8de8f5a     postgres!ExecInterpExprStillValid(
00000061`a6dfedd0 00007ff7`a8de9216     postgres!ExecEvalExpr(
00000061`a6dfee00 00007ff7`a8de8cac     postgres!TupleHashTableHash_internal(
00000061`a6dfee50 00007ff7`a8e127da     postgres!LookupTupleHashEntry(
00000061`a6dfeea0 00007ff7`a8e1321b     postgres!lookup_hash_entries(
00000061`a6dfef40 00007ff7`a8e16176     postgres!agg_fill_hash_table(
00000061`a6dfef80 00007ff7`a8dfaebb     postgres!ExecAgg(
00000061`a6dfefd0 00007ff7`a8df0c9c     postgres!ExecProcNodeFirst(
00000061`a6dff000 00007ff7`a8df1d90     postgres!ExecProcNode(
core
00000061`a71ff708 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000061`a71ff710 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
00000061`a71ffa00 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000061`a71ffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000061`a75ff898 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000061`a75ff8a0 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
00000061`a75ffb90 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000061`a75ffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000061`a79ffcb8 00007ffc`63a945ca     ntdll!NtFsControlFile+0x14
00000061`a79ffcc0 00007ff7`a8fbf55b     KERNELBASE!ConnectNamedPipe+0x6a
00000061`a79ffd30 00007ffc`65c84cb0     postgres!pg_signal_thread(
00000061`a79ffe30 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000061`a79ffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c4`101ffa38 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c4`101ffa40 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
000000c4`101ffd30 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c4`101ffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c4`105ff818 00007ffc`63a945ca     ntdll!NtFsControlFile+0x14
000000c4`105ff820 00007ff7`a8fbf55b     KERNELBASE!ConnectNamedPipe+0x6a
000000c4`105ff890 00007ffc`65c84cb0     postgres!pg_signal_thread(
000000c4`105ff990 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c4`105ff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c4`0fdfecc0 00007ff7`a8ddb22b     postgres!ExecInterpExpr(
000000c4`0fdfef80 00007ff7`a8de8f5a     postgres!ExecInterpExprStillValid(
000000c4`0fdfefb0 00007ff7`a8de9216     postgres!ExecEvalExpr(
000000c4`0fdfefe0 00007ff7`a8de8cac     postgres!TupleHashTableHash_internal(
000000c4`0fdff030 00007ff7`a8e127da     postgres!LookupTupleHashEntry(
000000c4`0fdff080 00007ff7`a8e1321b     postgres!lookup_hash_entries(
000000c4`0fdff120 00007ff7`a8e16176     postgres!agg_fill_hash_table(
000000c4`0fdff160 00007ff7`a8dfaebb     postgres!ExecAgg(
000000c4`0fdff1b0 00007ff7`a8e4b3ac     postgres!ExecProcNodeFirst(
000000c4`0fdff1e0 00007ff7`a8e4bc81     postgres!ExecProcNode(
core
000000c4`109ff6e8 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c4`109ff6f0 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
000000c4`109ff9e0 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c4`109ffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c4`10dffcf8 00007ffc`63a4d71e     ntdll!NtWaitForSingleObject+0x14
000000c4`10dffd00 00007ff7`a8fc0ffc     KERNELBASE!WaitForSingleObjectEx+0x8e
000000c4`10dffda0 00007ffc`65c84cb0     postgres!pg_timer_thread(
000000c4`10dffde0 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000c4`10dffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006a`cf1feee0 00007ff7`a8ddb22b     postgres!ExecInterpExpr(
0000006a`cf1ff1a0 00007ff7`a8de8f5a     postgres!ExecInterpExprStillValid(
0000006a`cf1ff1d0 00007ff7`a8de9216     postgres!ExecEvalExpr(
0000006a`cf1ff200 00007ff7`a8de8cac     postgres!TupleHashTableHash_internal(
0000006a`cf1ff250 00007ff7`a8e127da     postgres!LookupTupleHashEntry(
0000006a`cf1ff2a0 00007ff7`a8e1321b     postgres!lookup_hash_entries(
0000006a`cf1ff340 00007ff7`a8e16176     postgres!agg_fill_hash_table(
0000006a`cf1ff380 00007ff7`a8dfaebb     postgres!ExecAgg(
0000006a`cf1ff3d0 00007ff7`a8df0c9c     postgres!ExecProcNodeFirst(
0000006a`cf1ff400 00007ff7`a8df1d90     postgres!ExecProcNode(
core
0000006a`cf5ff798 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006a`cf5ff7a0 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
0000006a`cf5ffa90 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000006a`cf5ffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006a`cf9ff7b8 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006a`cf9ff7c0 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
0000006a`cf9ffab0 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000006a`cf9ffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006a`cfdffb68 00007ffc`63a945ca     ntdll!NtFsControlFile+0x14
0000006a`cfdffb70 00007ff7`a8fbf55b     KERNELBASE!ConnectNamedPipe+0x6a
0000006a`cfdffbe0 00007ffc`65c84cb0     postgres!pg_signal_thread(
0000006a`cfdffce0 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000006a`cfdffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006a`d01ffa58 00007ffc`63a4d71e     ntdll!NtWaitForSingleObject+0x14
0000006a`d01ffa60 00007ff7`a8fc0ffc     KERNELBASE!WaitForSingleObjectEx+0x8e
0000006a`d01ffb00 00007ffc`65c84cb0     postgres!pg_timer_thread(
0000006a`d01ffb40 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000006a`d01ffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004d`dd3fe850 00007ff7`a8ddb22b     postgres!ExecInterpExpr(
0000004d`dd3feb10 00007ff7`a8de8f5a     postgres!ExecInterpExprStillValid(
0000004d`dd3feb40 00007ff7`a8de9216     postgres!ExecEvalExpr(
0000004d`dd3feb70 00007ff7`a8de8cac     postgres!TupleHashTableHash_internal(
0000004d`dd3febc0 00007ff7`a8e127da     postgres!LookupTupleHashEntry(
0000004d`dd3fec10 00007ff7`a8e1321b     postgres!lookup_hash_entries(
0000004d`dd3fecb0 00007ff7`a8e16176     postgres!agg_fill_hash_table(
0000004d`dd3fecf0 00007ff7`a8dfaebb     postgres!ExecAgg(
0000004d`dd3fed40 00007ff7`a8e4b3ac     postgres!ExecProcNodeFirst(
0000004d`dd3fed70 00007ff7`a8e4bc81     postgres!ExecProcNode(
core
0000004d`dd7ff9d8 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004d`dd7ff9e0 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
0000004d`dd7ffcd0 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000004d`dd7ffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004d`ddbff828 00007ffc`63a945ca     ntdll!NtFsControlFile+0x14
0000004d`ddbff830 00007ff7`a8fbf55b     KERNELBASE!ConnectNamedPipe+0x6a
0000004d`ddbff8a0 00007ffc`65c84cb0     postgres!pg_signal_thread(
0000004d`ddbff9a0 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000004d`ddbff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004d`ddfffd68 00007ffc`63a4d71e     ntdll!NtWaitForSingleObject+0x14
0000004d`ddfffd70 00007ff7`a8fc0ffc     KERNELBASE!WaitForSingleObjectEx+0x8e
0000004d`ddfffe10 00007ffc`65c84cb0     postgres!pg_timer_thread(
0000004d`ddfffe50 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000004d`ddfffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004d`de3ff6a8 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004d`de3ff6b0 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
0000004d`de3ff9a0 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000004d`de3ff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e3`56bfee00 00007ff7`a8ddb22b     postgres!ExecInterpExpr(
000000e3`56bff0c0 00007ff7`a8de8f5a     postgres!ExecInterpExprStillValid(
000000e3`56bff0f0 00007ff7`a8de9216     postgres!ExecEvalExpr(
000000e3`56bff120 00007ff7`a8de8cac     postgres!TupleHashTableHash_internal(
000000e3`56bff170 00007ff7`a8e127da     postgres!LookupTupleHashEntry(
000000e3`56bff1c0 00007ff7`a8e1321b     postgres!lookup_hash_entries(
000000e3`56bff260 00007ff7`a8e16176     postgres!agg_fill_hash_table(
000000e3`56bff2a0 00007ff7`a8dfaebb     postgres!ExecAgg(
000000e3`56bff2f0 00007ff7`a8e1e1cc     postgres!ExecProcNodeFirst(
000000e3`56bff320 00007ff7`a8e1ea69     postgres!ExecProcNode(
core
000000e3`56fff468 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e3`56fff470 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
000000e3`56fff760 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e3`56fff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e3`573ff9a8 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e3`573ff9b0 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
000000e3`573ffca0 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e3`573ffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e3`577ff638 00007ffc`63a945ca     ntdll!NtFsControlFile+0x14
000000e3`577ff640 00007ff7`a8fbf55b     KERNELBASE!ConnectNamedPipe+0x6a
000000e3`577ff6b0 00007ffc`65c84cb0     postgres!pg_signal_thread(
000000e3`577ff7b0 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e3`577ff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e3`57bffdc8 00007ffc`63a4d71e     ntdll!NtWaitForSingleObject+0x14
000000e3`57bffdd0 00007ff7`a8fc0ffc     KERNELBASE!WaitForSingleObjectEx+0x8e
000000e3`57bffe70 00007ffc`65c84cb0     postgres!pg_timer_thread(
000000e3`57bffeb0 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e3`57bffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000072`2bffebb0 00007ff7`a8ddb22b     postgres!ExecInterpExpr(
00000072`2bffee70 00007ff7`a8de8f5a     postgres!ExecInterpExprStillValid(
00000072`2bffeea0 00007ff7`a8de9216     postgres!ExecEvalExpr(
00000072`2bffeed0 00007ff7`a8de8cac     postgres!TupleHashTableHash_internal(
00000072`2bffef20 00007ff7`a8e127da     postgres!LookupTupleHashEntry(
00000072`2bffef70 00007ff7`a8e1321b     postgres!lookup_hash_entries(
00000072`2bfff010 00007ff7`a8e16176     postgres!agg_fill_hash_table(
00000072`2bfff050 00007ff7`a8dfaebb     postgres!ExecAgg(
00000072`2bfff0a0 00007ff7`a8e4b3ac     postgres!ExecProcNodeFirst(
00000072`2bfff0d0 00007ff7`a8e4bc81     postgres!ExecProcNode(
core
00000072`2c3ff538 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000072`2c3ff540 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
00000072`2c3ff830 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000072`2c3ff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000072`2c7ffa58 00007ffc`63a945ca     ntdll!NtFsControlFile+0x14
00000072`2c7ffa60 00007ff7`a8fbf55b     KERNELBASE!ConnectNamedPipe+0x6a
00000072`2c7ffad0 00007ffc`65c84cb0     postgres!pg_signal_thread(
00000072`2c7ffbd0 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000072`2c7ffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000072`2cbffc98 00007ffc`63a4d71e     ntdll!NtWaitForSingleObject+0x14
00000072`2cbffca0 00007ff7`a8fc0ffc     KERNELBASE!WaitForSingleObjectEx+0x8e
00000072`2cbffd40 00007ffc`65c84cb0     postgres!pg_timer_thread(
00000072`2cbffd80 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000072`2cbffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000072`2cfff6c8 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000072`2cfff6d0 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
00000072`2cfff9c0 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000072`2cfff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000042`827ff0a0 00007ff7`a8ddb22b     postgres!ExecInterpExpr(
00000042`827ff360 00007ff7`a8de8f5a     postgres!ExecInterpExprStillValid(
00000042`827ff390 00007ff7`a8de9216     postgres!ExecEvalExpr(
00000042`827ff3c0 00007ff7`a8de8cac     postgres!TupleHashTableHash_internal(
00000042`827ff410 00007ff7`a8e127da     postgres!LookupTupleHashEntry(
00000042`827ff460 00007ff7`a8e1321b     postgres!lookup_hash_entries(
00000042`827ff500 00007ff7`a8e16176     postgres!agg_fill_hash_table(
00000042`827ff540 00007ff7`a8dfaebb     postgres!ExecAgg(
00000042`827ff590 00007ff7`a8df0c9c     postgres!ExecProcNodeFirst(
00000042`827ff5c0 00007ff7`a8df1d90     postgres!ExecProcNode(
core
00000042`82bffa98 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000042`82bffaa0 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
00000042`82bffd90 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000042`82bffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000042`82fff488 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000042`82fff490 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
00000042`82fff780 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000042`82fff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000042`833ffcf8 00007ffc`63a945ca     ntdll!NtFsControlFile+0x14
00000042`833ffd00 00007ff7`a8fbf55b     KERNELBASE!ConnectNamedPipe+0x6a
00000042`833ffd70 00007ffc`65c84cb0     postgres!pg_signal_thread(
00000042`833ffe70 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000042`833ffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000042`837ffc88 00007ffc`63a4d71e     ntdll!NtWaitForSingleObject+0x14
00000042`837ffc90 00007ff7`a8fc0ffc     KERNELBASE!WaitForSingleObjectEx+0x8e
00000042`837ffd30 00007ffc`65c84cb0     postgres!pg_timer_thread(
00000042`837ffd70 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000042`837ffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007d`125ff978 00007ffc`63a945ca     ntdll!NtFsControlFile+0x14
0000007d`125ff980 00007ff7`a8fbf55b     KERNELBASE!ConnectNamedPipe+0x6a
0000007d`125ff9f0 00007ffc`65c84cb0     postgres!pg_signal_thread(
0000007d`125ffaf0 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000007d`125ffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007d`11dfeb40 00007ff7`a8ddb22b     postgres!ExecInterpExpr(
0000007d`11dfee00 00007ff7`a8de8f5a     postgres!ExecInterpExprStillValid(
0000007d`11dfee30 00007ff7`a8de9216     postgres!ExecEvalExpr(
0000007d`11dfee60 00007ff7`a8de8cac     postgres!TupleHashTableHash_internal(
0000007d`11dfeeb0 00007ff7`a8e127da     postgres!LookupTupleHashEntry(
0000007d`11dfef00 00007ff7`a8e1321b     postgres!lookup_hash_entries(
0000007d`11dfefa0 00007ff7`a8e16176     postgres!agg_fill_hash_table(
0000007d`11dfefe0 00007ff7`a8dfaebb     postgres!ExecAgg(
0000007d`11dff030 00007ff7`a8df0c9c     postgres!ExecProcNodeFirst(
0000007d`11dff060 00007ff7`a8df1d90     postgres!ExecProcNode(
core
0000007d`121ff638 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007d`121ff640 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
0000007d`121ff930 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000007d`121ff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007d`129ff4e8 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007d`129ff4f0 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
0000007d`129ff7e0 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000007d`129ff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007d`12dff7b8 00007ffc`63a4d71e     ntdll!NtWaitForSingleObject+0x14
0000007d`12dff7c0 00007ff7`a8fc0ffc     KERNELBASE!WaitForSingleObjectEx+0x8e
0000007d`12dff860 00007ffc`65c84cb0     postgres!pg_timer_thread(
0000007d`12dff8a0 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000007d`12dff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b1`b85ff9e8 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b1`b85ff9f0 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
000000b1`b85ffce0 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b1`b85ffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b1`b81ff020 00007ff7`a8ddb22b     postgres!ExecInterpExpr(
000000b1`b81ff2e0 00007ff7`a8de8f5a     postgres!ExecInterpExprStillValid(
000000b1`b81ff310 00007ff7`a8de9216     postgres!ExecEvalExpr(
000000b1`b81ff340 00007ff7`a8de8cac     postgres!TupleHashTableHash_internal(
000000b1`b81ff390 00007ff7`a8e127da     postgres!LookupTupleHashEntry(
000000b1`b81ff3e0 00007ff7`a8e1321b     postgres!lookup_hash_entries(
000000b1`b81ff480 00007ff7`a8e16176     postgres!agg_fill_hash_table(
000000b1`b81ff4c0 00007ff7`a8dfaebb     postgres!ExecAgg(
000000b1`b81ff510 00007ff7`a8df0c9c     postgres!ExecProcNodeFirst(
000000b1`b81ff540 00007ff7`a8df1d90     postgres!ExecProcNode(
core
000000b1`b89ff758 00007ffc`63a945ca     ntdll!NtFsControlFile+0x14
000000b1`b89ff760 00007ff7`a8fbf55b     KERNELBASE!ConnectNamedPipe+0x6a
000000b1`b89ff7d0 00007ffc`65c84cb0     postgres!pg_signal_thread(
000000b1`b89ff8d0 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b1`b89ff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b1`b8dff488 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b1`b8dff490 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
000000b1`b8dff780 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b1`b8dff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000064`d49fe9a0 00007ff7`a8ddb22b     postgres!ExecInterpExpr(
00000064`d49fec60 00007ff7`a8de8f5a     postgres!ExecInterpExprStillValid(
00000064`d49fec90 00007ff7`a8de9216     postgres!ExecEvalExpr(
00000064`d49fecc0 00007ff7`a8de8cac     postgres!TupleHashTableHash_internal(
00000064`d49fed10 00007ff7`a8e127da     postgres!LookupTupleHashEntry(
00000064`d49fed60 00007ff7`a8e1321b     postgres!lookup_hash_entries(
00000064`d49fee00 00007ff7`a8e16176     postgres!agg_fill_hash_table(
00000064`d49fee40 00007ff7`a8dfaebb     postgres!ExecAgg(
00000064`d49fee90 00007ff7`a8df0c9c     postgres!ExecProcNodeFirst(
00000064`d49feec0 00007ff7`a8df1d90     postgres!ExecProcNode(
core
00000064`d4dff478 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000064`d4dff480 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
00000064`d4dff770 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000064`d4dff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000064`d51ff8e8 00007ffc`63a945ca     ntdll!NtFsControlFile+0x14
00000064`d51ff8f0 00007ff7`a8fbf55b     KERNELBASE!ConnectNamedPipe+0x6a
00000064`d51ff960 00007ffc`65c84cb0     postgres!pg_signal_thread(
00000064`d51ffa60 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000064`d51ffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000064`d55ff9e8 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000064`d55ff9f0 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
00000064`d55ffce0 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000064`d55ffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000064`d59ffd68 00007ffc`63a4d71e     ntdll!NtWaitForSingleObject+0x14
00000064`d59ffd70 00007ff7`a8fc0ffc     KERNELBASE!WaitForSingleObjectEx+0x8e
00000064`d59ffe10 00007ffc`65c84cb0     postgres!pg_timer_thread(
00000064`d59ffe50 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000064`d59ffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e4`717fef60 00007ff7`a8ddb22b     postgres!ExecInterpExpr(
000000e4`717ff220 00007ff7`a8de8f5a     postgres!ExecInterpExprStillValid(
000000e4`717ff250 00007ff7`a8de9216     postgres!ExecEvalExpr(
000000e4`717ff280 00007ff7`a8de8cac     postgres!TupleHashTableHash_internal(
000000e4`717ff2d0 00007ff7`a8e127da     postgres!LookupTupleHashEntry(
000000e4`717ff320 00007ff7`a8e1321b     postgres!lookup_hash_entries(
000000e4`717ff3c0 00007ff7`a8e16176     postgres!agg_fill_hash_table(
000000e4`717ff400 00007ff7`a8dfaebb     postgres!ExecAgg(
000000e4`717ff450 00007ff7`a8df0c9c     postgres!ExecProcNodeFirst(
000000e4`717ff480 00007ff7`a8df1d90     postgres!ExecProcNode(
core
000000e4`71bff638 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e4`71bff640 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
000000e4`71bff930 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e4`71bff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e4`71fffbf8 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e4`71fffc00 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
000000e4`71fffef0 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e4`71ffff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e4`723ffcb8 00007ffc`63a945ca     ntdll!NtFsControlFile+0x14
000000e4`723ffcc0 00007ff7`a8fbf55b     KERNELBASE!ConnectNamedPipe+0x6a
000000e4`723ffd30 00007ffc`65c84cb0     postgres!pg_signal_thread(
000000e4`723ffe30 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e4`723ffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e4`727ff798 00007ffc`63a4d71e     ntdll!NtWaitForSingleObject+0x14
000000e4`727ff7a0 00007ff7`a8fc0ffc     KERNELBASE!WaitForSingleObjectEx+0x8e
000000e4`727ff840 00007ffc`65c84cb0     postgres!pg_timer_thread(
000000e4`727ff880 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e4`727ff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000052`44bffa28 00007ffc`63a4d71e     ntdll!NtWaitForSingleObject+0x14
00000052`44bffa30 00007ff7`a8fc0ffc     KERNELBASE!WaitForSingleObjectEx+0x8e
00000052`44bffad0 00007ffc`65c84cb0     postgres!pg_timer_thread(
00000052`44bffb10 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000052`44bffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000052`43ffea90 00007ff7`a8ddb22b     postgres!ExecInterpExpr(
00000052`43ffed50 00007ff7`a8de8f5a     postgres!ExecInterpExprStillValid(
00000052`43ffed80 00007ff7`a8de9216     postgres!ExecEvalExpr(
00000052`43ffedb0 00007ff7`a8de8cac     postgres!TupleHashTableHash_internal(
00000052`43ffee00 00007ff7`a8e127da     postgres!LookupTupleHashEntry(
00000052`43ffee50 00007ff7`a8e1321b     postgres!lookup_hash_entries(
00000052`43ffeef0 00007ff7`a8e16176     postgres!agg_fill_hash_table(
00000052`43ffef30 00007ff7`a8dfaebb     postgres!ExecAgg(
00000052`43ffef80 00007ff7`a8e4656c     postgres!ExecProcNodeFirst(
00000052`43ffefb0 00007ff7`a8e46b27     postgres!ExecProcNode(
core
00000052`443ff778 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000052`443ff780 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
00000052`443ffa70 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000052`443ffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000052`447ff938 00007ffc`63a945ca     ntdll!NtFsControlFile+0x14
00000052`447ff940 00007ff7`a8fbf55b     KERNELBASE!ConnectNamedPipe+0x6a
00000052`447ff9b0 00007ffc`65c84cb0     postgres!pg_signal_thread(
00000052`447ffab0 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000052`447ffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000052`44fffbc8 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000052`44fffbd0 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
00000052`44fffec0 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000052`44fffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001c`bd9ffaf8 00007ffc`63a945ca     ntdll!NtFsControlFile+0x14
0000001c`bd9ffb00 00007ff7`a8fbf55b     KERNELBASE!ConnectNamedPipe+0x6a
0000001c`bd9ffb70 00007ffc`65c84cb0     postgres!pg_signal_thread(
0000001c`bd9ffc70 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000001c`bd9ffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001c`bcdfe530 00007ff7`a8ddb22b     postgres!ExecInterpExpr(
0000001c`bcdfe7f0 00007ff7`a8de8f5a     postgres!ExecInterpExprStillValid(
0000001c`bcdfe820 00007ff7`a8de9216     postgres!ExecEvalExpr(
0000001c`bcdfe850 00007ff7`a8de8cac     postgres!TupleHashTableHash_internal(
0000001c`bcdfe8a0 00007ff7`a8e127da     postgres!LookupTupleHashEntry(
0000001c`bcdfe8f0 00007ff7`a8e1321b     postgres!lookup_hash_entries(
0000001c`bcdfe990 00007ff7`a8e16176     postgres!agg_fill_hash_table(
0000001c`bcdfe9d0 00007ff7`a8dfaebb     postgres!ExecAgg(
0000001c`bcdfea20 00007ff7`a8e4b3ac     postgres!ExecProcNodeFirst(
0000001c`bcdfea50 00007ff7`a8e4bc81     postgres!ExecProcNode(
core
0000001c`bd1ff7c8 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001c`bd1ff7d0 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
0000001c`bd1ffac0 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000001c`bd1ffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001c`bd5ff5b8 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001c`bd5ff5c0 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
0000001c`bd5ff8b0 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000001c`bd5ff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001c`bddffa48 00007ffc`63a4d71e     ntdll!NtWaitForSingleObject+0x14
0000001c`bddffa50 00007ff7`a8fc0ffc     KERNELBASE!WaitForSingleObjectEx+0x8e
0000001c`bddffaf0 00007ffc`65c84cb0     postgres!pg_timer_thread(
0000001c`bddffb30 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000001c`bddffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000027`611ff538 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000027`611ff540 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
00000027`611ff830 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000027`611ff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000027`60dfe920 00007ff7`a8ddb22b     postgres!ExecInterpExpr(
00000027`60dfebe0 00007ff7`a8de8f5a     postgres!ExecInterpExprStillValid(
00000027`60dfec10 00007ff7`a8de9216     postgres!ExecEvalExpr(
00000027`60dfec40 00007ff7`a8de8cac     postgres!TupleHashTableHash_internal(
00000027`60dfec90 00007ff7`a8e127da     postgres!LookupTupleHashEntry(
00000027`60dfece0 00007ff7`a8e1321b     postgres!lookup_hash_entries(
00000027`60dfed80 00007ff7`a8e16176     postgres!agg_fill_hash_table(
00000027`60dfedc0 00007ff7`a8dfaebb     postgres!ExecAgg(
00000027`60dfee10 00007ff7`a8e4b3ac     postgres!ExecProcNodeFirst(
00000027`60dfee40 00007ff7`a8e4bc81     postgres!ExecProcNode(
core
00000027`61dff488 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000027`61dff490 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
00000027`61dff780 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000027`61dff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000027`619ffaf8 00007ffc`63a4d71e     ntdll!NtWaitForSingleObject+0x14
00000027`619ffb00 00007ff7`a8fc0ffc     KERNELBASE!WaitForSingleObjectEx+0x8e
00000027`619ffba0 00007ffc`65c84cb0     postgres!pg_timer_thread(
00000027`619ffbe0 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000027`619ffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000027`615ffb38 00007ffc`63a945ca     ntdll!NtFsControlFile+0x14
00000027`615ffb40 00007ff7`a8fbf55b     KERNELBASE!ConnectNamedPipe+0x6a
00000027`615ffbb0 00007ffc`65c84cb0     postgres!pg_signal_thread(
00000027`615ffcb0 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000027`615ffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000056`9d5ffc48 00007ffc`63a945ca     ntdll!NtFsControlFile+0x14
00000056`9d5ffc50 00007ff7`a8fbf55b     KERNELBASE!ConnectNamedPipe+0x6a
00000056`9d5ffcc0 00007ffc`65c84cb0     postgres!pg_signal_thread(
00000056`9d5ffdc0 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000056`9d5ffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000056`9cdfefd0 00007ff7`a8ddb22b     postgres!ExecInterpExpr(
00000056`9cdff290 00007ff7`a8de8f5a     postgres!ExecInterpExprStillValid(
00000056`9cdff2c0 00007ff7`a8de9216     postgres!ExecEvalExpr(
00000056`9cdff2f0 00007ff7`a8de8cac     postgres!TupleHashTableHash_internal(
00000056`9cdff340 00007ff7`a8e127da     postgres!LookupTupleHashEntry(
00000056`9cdff390 00007ff7`a8e12faa     postgres!lookup_hash_entries(
00000056`9cdff430 00007ff7`a8e16191     postgres!agg_retrieve_direct(
00000056`9cdff4d0 00007ff7`a8dfaebb     postgres!ExecAgg(
00000056`9cdff520 00007ff7`a8e4b3ac     postgres!ExecProcNodeFirst(
00000056`9cdff550 00007ff7`a8e4bc81     postgres!ExecProcNode(
core
00000056`9d1ff4c8 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000056`9d1ff4d0 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
00000056`9d1ff7c0 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000056`9d1ff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000056`9d9ff678 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000056`9d9ff680 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
00000056`9d9ff970 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000056`9d9ff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000056`9ddffdf8 00007ffc`63a4d71e     ntdll!NtWaitForSingleObject+0x14
00000056`9ddffe00 00007ff7`a8fc0ffc     KERNELBASE!WaitForSingleObjectEx+0x8e
00000056`9ddffea0 00007ffc`65c84cb0     postgres!pg_timer_thread(
00000056`9ddffee0 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000056`9ddfff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000c`c3fff758 00007ffc`63a945ca     ntdll!NtFsControlFile+0x14
0000000c`c3fff760 00007ff7`a8fbf55b     KERNELBASE!ConnectNamedPipe+0x6a
0000000c`c3fff7d0 00007ffc`65c84cb0     postgres!pg_signal_thread(
0000000c`c3fff8d0 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000000c`c3fff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000c`c33fe850 00007ff7`a8ddb22b     postgres!ExecInterpExpr(
0000000c`c33feb10 00007ff7`a8de8f5a     postgres!ExecInterpExprStillValid(
0000000c`c33feb40 00007ff7`a8de9216     postgres!ExecEvalExpr(
0000000c`c33feb70 00007ff7`a8de8cac     postgres!TupleHashTableHash_internal(
0000000c`c33febc0 00007ff7`a8e127da     postgres!LookupTupleHashEntry(
0000000c`c33fec10 00007ff7`a8e1321b     postgres!lookup_hash_entries(
0000000c`c33fecb0 00007ff7`a8e16176     postgres!agg_fill_hash_table(
0000000c`c33fecf0 00007ff7`a8dfaebb     postgres!ExecAgg(
0000000c`c33fed40 00007ff7`a8e4b3ac     postgres!ExecProcNodeFirst(
0000000c`c33fed70 00007ff7`a8e4bc81     postgres!ExecProcNode(
core
0000000c`c43ffda8 00007ffc`63a4d71e     ntdll!NtWaitForSingleObject+0x14
0000000c`c43ffdb0 00007ff7`a8fc0ffc     KERNELBASE!WaitForSingleObjectEx+0x8e
0000000c`c43ffe50 00007ffc`65c84cb0     postgres!pg_timer_thread(
0000000c`c43ffe90 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000000c`c43ffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000c`c3bffab8 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000c`c3bffac0 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
0000000c`c3bffdb0 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000000c`c3bffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000c`c37ffac8 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000c`c37ffad0 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
0000000c`c37ffdc0 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000000c`c37ffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000b`94fffd28 00007ffc`63a4d71e     ntdll!NtWaitForSingleObject+0x14
0000000b`94fffd30 00007ff7`a8fc0ffc     KERNELBASE!WaitForSingleObjectEx+0x8e
0000000b`94fffdd0 00007ffc`65c84cb0     postgres!pg_timer_thread(
0000000b`94fffe10 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000000b`94fffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000b`93ffee20 00007ff7`a8ddb22b     postgres!ExecInterpExpr(
0000000b`93fff0e0 00007ff7`a8de8f5a     postgres!ExecInterpExprStillValid(
0000000b`93fff110 00007ff7`a8de9216     postgres!ExecEvalExpr(
0000000b`93fff140 00007ff7`a8de8cac     postgres!TupleHashTableHash_internal(
0000000b`93fff190 00007ff7`a8e127da     postgres!LookupTupleHashEntry(
0000000b`93fff1e0 00007ff7`a8e1321b     postgres!lookup_hash_entries(
0000000b`93fff280 00007ff7`a8e16176     postgres!agg_fill_hash_table(
0000000b`93fff2c0 00007ff7`a8dfaebb     postgres!ExecAgg(
0000000b`93fff310 00007ff7`a8df0c9c     postgres!ExecProcNodeFirst(
0000000b`93fff340 00007ff7`a8df1d90     postgres!ExecProcNode(
core
0000000b`943ffbd8 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000b`943ffbe0 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
0000000b`943ffed0 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000000b`943fff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000b`947ffa28 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000b`947ffa30 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
0000000b`947ffd20 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000000b`947ffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000b`94bffb28 00007ffc`63a945ca     ntdll!NtFsControlFile+0x14
0000000b`94bffb30 00007ff7`a8fbf55b     KERNELBASE!ConnectNamedPipe+0x6a
0000000b`94bffba0 00007ffc`65c84cb0     postgres!pg_signal_thread(
0000000b`94bffca0 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000000b`94bffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000de`a33ff788 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000de`a33ff790 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
000000de`a33ffa80 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000de`a33ffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000de`a3fff598 00007ffc`6610b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000de`a3fff5a0 00007ffc`65c84cb0     ntdll!TppWorkerThread+0x2df
000000de`a3fff890 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000de`a3fff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000de`a3bffa98 00007ffc`63a4d71e     ntdll!NtWaitForSingleObject+0x14
000000de`a3bffaa0 00007ff7`a8fc0ffc     KERNELBASE!WaitForSingleObjectEx+0x8e
000000de`a3bffb40 00007ffc`65c84cb0     postgres!pg_timer_thread(
000000de`a3bffb80 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000de`a3bffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000de`a37ff978 00007ffc`63a945ca     ntdll!NtFsControlFile+0x14
000000de`a37ff980 00007ff7`a8fbf55b     KERNELBASE!ConnectNamedPipe+0x6a
000000de`a37ff9f0 00007ffc`65c84cb0     postgres!pg_signal_thread(
000000de`a37ffaf0 00007ffc`6617ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000de`a37ffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000de`a2ffe970 00007ff7`a8ddb22b     postgres!ExecInterpExpr(
000000de`a2ffec30 00007ff7`a8de8f5a     postgres!ExecInterpExprStillValid(
000000de`a2ffec60 00007ff7`a8de9216     postgres!ExecEvalExpr(
000000de`a2ffec90 00007ff7`a8de8cac     postgres!TupleHashTableHash_internal(
000000de`a2ffece0 00007ff7`a8e127da     postgres!LookupTupleHashEntry(
000000de`a2ffed30 00007ff7`a8e1321b     postgres!lookup_hash_entries(
000000de`a2ffedd0 00007ff7`a8e16176     postgres!agg_fill_hash_table(
000000de`a2ffee10 00007ff7`a8dfaebb     postgres!ExecAgg(
000000de`a2ffee60 00007ff7`a8df0c9c     postgres!ExecProcNodeFirst(
000000de`a2ffee90 00007ff7`a8df1d90     postgres!ExecProcNode(
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/isolation/expected/matview-write-skew.out C:/cirrus/build/testrun/isolat...
--- C:/cirrus/src/test/isolation/expected/matview-write-skew.out	2024-10-17 14:52:02.320354300 +0000
+++ C:/cirrus/build/testrun/isolation/isolation/results/matview-write-skew.out	2024-10-17 14:56:14.772206900 +0000
@@ -1,121 +1,6 @@
 Parsed test spec with 2 sessions
 
 starting permutation: s1_begin s2_begin s1_refresh s2_read s2_insert s1_commit s2_commit
-step s1_begin: BEGIN ISOLATION LEVEL SERIALIZABLE;
-step s2_begin: BEGIN ISOLATION LEVEL SERIALIZABLE;
-step s1_refresh: REFRESH MATERIALIZED VIEW CONCURRENTLY order_summary;
-step s2_read: SELECT max(date) FROM order_summary;
-       max
-----------
-04-01-2022
-(1 row)
-
-step s2_insert: INSERT INTO orders VALUES ('2022-04-02', 'orange', 15);
-step s1_commit: COMMIT;
-step s2_commit: COMMIT;
-ERROR:  could not serialize access due to read/write dependencies among transactions
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/contrib/pageinspect/expected/brin.out C:/cirrus/build/testrun/pageinspect/regress...
--- C:/cirrus/contrib/pageinspect/expected/brin.out	2024-10-17 14:51:58.393591900 +0000
+++ C:/cirrus/build/testrun/pageinspect/regress/results/brin.out	2024-10-17 14:57:30.339136400 +0000
@@ -161,50 +161,7 @@
 SELECT * FROM brin_page_items(get_raw_page('brin_test_parallel_idx', 2), 'brin_test_parallel_idx')
 EXCEPT
 SELECT * FROM brin_page_items(get_raw_page('brin_test_serial_idx', 2), 'brin_test_serial_idx');
- itemoffset | blknum | attnum | allnulls | hasnulls | placeholder | empty | value 
-------------+--------+--------+----------+----------+-------------+-------+-------
-(0 rows)
-
-SELECT * FROM brin_page_items(get_raw_page('brin_test_serial_idx', 2), 'brin_test_serial_idx')
-EXCEPT
-SELECT * FROM brin_page_items(get_raw_page('brin_test_parallel_idx', 2), 'brin_test_parallel_idx');
- itemoffset | blknum | attnum | allnulls | hasnulls | placeholder | empty | value 
-------------+--------+--------+----------+----------+-------------+-------+-------
-(0 rows)
-
-DROP INDEX brin_test_parallel_idx;
--- force parallel build, but don't allow starting parallel workers to force
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/contrib/pg_stat_statements/expected/select.out C:/cirrus/build/testrun/pg_stat_st...
--- C:/cirrus/contrib/pg_stat_statements/expected/select.out	2024-10-17 14:51:58.468817500 +0000
+++ C:/cirrus/build/testrun/pg_stat_statements/regress/results/select.out	2024-10-17 14:57:32.281497000 +0000
@@ -319,96 +319,7 @@
 FROM (VALUES (1, 2, 3), (4, NULL, 6), (7, 8, 9)) AS t (a, b, c)
 GROUP BY ROLLUP(a, b), rollup(a, c)
 ORDER BY a, b, c;
- a | b | c 
----+---+---
- 1 | 2 | 3
- 1 | 2 |  
- 1 | 2 |  
- 1 |   | 3
- 1 |   | 3
- 1 |   |  
- 1 |   |  
- 1 |   |  
- 4 |   | 6
- 4 |   | 6
- 4 |   | 6
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/contrib/pg_trgm/expected/pg_trgm.out C:/cirrus/build/testrun/pg_trgm/regress/resu...
--- C:/cirrus/contrib/pg_trgm/expected/pg_trgm.out	2024-10-17 14:51:58.499576400 +0000
+++ C:/cirrus/build/testrun/pg_trgm/regress/results/pg_trgm.out	2024-10-17 14:57:36.995384300 +0000
@@ -5384,21 +5384,7 @@
 
 SELECT DISTINCT city, similarity(city, 'Warsaw'), show_limit()
   FROM restaurants WHERE city % 'Warsaw';
-  city  | similarity | show_limit 
---------+------------+------------
- Warsaw |          1 |        0.3
-(1 row)
-
-SELECT set_limit(0.5);
- set_limit 
------------
-       0.5
-(1 row)
-
-SELECT DISTINCT city, similarity(city, 'Warsaw'), show_limit()
-  FROM restaurants WHERE city % 'Warsaw';
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/type_sanity.out C:/cirrus/build/testrun/pg_upgrade/002_...
--- C:/cirrus/src/test/regress/expected/type_sanity.out	2024-10-17 14:52:02.954178400 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/type_sanity.out	2024-10-17 14:54:21.177208500 +0000
@@ -172,573 +172,7 @@
 FROM pg_type AS t1
 WHERE t1.typtype not in ('b', 'p')
 ORDER BY 1;
- typtype |   typinput    
----------+---------------
- c       | record_in
- d       | domain_in
- e       | enum_in
- m       | multirange_in
- r       | range_in
-(5 rows)
-
--- Check for bogus typoutput routines
--- As of 8.0, this check finds refcursor, which is borrowing
--- other types' I/O routines
-SELECT t1.oid, t1.typname, p1.oid, p1.proname
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/contrib/postgres_fdw/expected/postgres_fdw.out C:/cirrus/build/testrun/postgres_f...
--- C:/cirrus/contrib/postgres_fdw/expected/postgres_fdw.out	2024-10-17 14:51:58.635303800 +0000
+++ C:/cirrus/build/testrun/postgres_fdw/regress/results/postgres_fdw.out	2024-10-17 14:57:40.692645600 +0000
@@ -2329,10019 +2329,7 @@
 (20 rows)
 
 SELECT t1c1, avg(t1c1 + t2c1) FROM (SELECT t1.c1, t2.c1 FROM ft1 t1 JOIN ft2 t2 ON (t1.c1 = t2.c1) UNION SELECT t1.c1, ...
- t1c1 |         avg          
-------+----------------------
-  101 | 202.0000000000000000
-  102 | 204.0000000000000000
-  103 | 206.0000000000000000
-  104 | 208.0000000000000000
-  105 | 210.0000000000000000
-  106 | 212.0000000000000000
-  107 | 214.0000000000000000
-  108 | 216.0000000000000000
-  109 | 218.0000000000000000
-  110 | 220.0000000000000000
-(10 rows)
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/type_sanity.out C:/cirrus/build/testrun/recovery/027_st...
--- C:/cirrus/src/test/regress/expected/type_sanity.out	2024-10-17 14:52:02.954178400 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/type_sanity.out	2024-10-17 14:56:13.880120600 +0000
@@ -172,573 +172,7 @@
 FROM pg_type AS t1
 WHERE t1.typtype not in ('b', 'p')
 ORDER BY 1;
- typtype |   typinput    
----------+---------------
- c       | record_in
- d       | domain_in
- e       | enum_in
- m       | multirange_in
- r       | range_in
-(5 rows)
-
--- Check for bogus typoutput routines
--- As of 8.0, this check finds refcursor, which is borrowing
--- other types' I/O routines
-SELECT t1.oid, t1.typname, p1.oid, p1.proname
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/type_sanity.out C:/cirrus/build/testrun/regress/regress...
--- C:/cirrus/src/test/regress/expected/type_sanity.out	2024-10-17 14:52:02.954178400 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/type_sanity.out	2024-10-17 14:54:17.939710100 +0000
@@ -172,573 +172,7 @@
 FROM pg_type AS t1
 WHERE t1.typtype not in ('b', 'p')
 ORDER BY 1;
- typtype |   typinput    
----------+---------------
- c       | record_in
- d       | domain_in
- e       | enum_in
- m       | multirange_in
- r       | range_in
-(5 rows)
-
--- Check for bogus typoutput routines
--- As of 8.0, this check finds refcursor, which is borrowing
--- other types' I/O routines
-SELECT t1.oid, t1.typname, p1.oid, p1.proname
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/contrib/tablefunc/expected/tablefunc.out C:/cirrus/build/testrun/tablefunc/regres...
--- C:/cirrus/contrib/tablefunc/expected/tablefunc.out	2024-10-17 14:51:58.716847700 +0000
+++ C:/cirrus/build/testrun/tablefunc/regress/results/tablefunc.out	2024-10-17 14:57:40.286411200 +0000
@@ -239,261 +239,7 @@
   'SELECT rowid, rowdt, attribute, val FROM cth ORDER BY 1',
   'SELECT DISTINCT rowdt, attribute FROM cth ORDER BY 2')
 AS c(rowid text, rowdt timestamp, temperature int4, test_result text, test_startdate timestamp, volts float8);
-ERROR:  invalid crosstab categories query
-DETAIL:  The query must return one column.
--- if category query generates a NULL value, get expected error
-SELECT * FROM crosstab(
-  'SELECT rowid, rowdt, attribute, val FROM cth ORDER BY 1',
-  'SELECT NULL::text')
-AS c(rowid text, rowdt timestamp, temperature int4, test_result text, test_startdate timestamp, volts float8);
-ERROR:  crosstab category value must not be null
--- if source query returns zero rows, get zero rows returned
-SELECT * FROM crosstab(
-  'SELECT rowid, rowdt, attribute, val FROM cth WHERE false ORDER BY 1',
-  'SELECT DISTINCT attribute FROM cth ORDER BY 1')
-AS c(rowid text, rowdt timestamp, temperature text, test_result text, test_startdate text, volts text);
...
tap
[14:58:14.898](1.818s) not ok 7 - checking an unresolvable database pattern under --no-strict-names status (got 1 vs exp...
[14:58:14.973](0.000s) not ok 12 - checking an unresolvable database pattern (substring of existent database) stderr /(?...
[14:58:15.052](0.000s) not ok 15 - checking an unresolvable database pattern (superstring of existent database) stderr /...
[14:58:15.224](0.000s) not ok 20 - checking a database by name without amcheck installed, no other databases stderr /(?^...
[14:58:15.224](0.000s) not ok 21 - checking a database by name without amcheck installed, no other databases stderr /(?^...
[14:58:15.301](0.076s) not ok 22 - checking a database by name without amcheck installed, with other databases status (g...
[14:58:15.306](0.002s) not ok 24 - checking a database by name without amcheck installed, with other databases stderr /(...
[14:58:15.384](0.076s) not ok 25 - checking a database by pattern without amcheck installed, with other databases status...
[14:58:15.385](0.000s) not ok 27 - checking a database by pattern without amcheck installed, with other databases stderr...
[14:58:15.447](0.000s) not ok 30 - checking table pattern ".." stderr /(?^:pg_amcheck: error: no connectable databases t...
[14:58:15.525](0.000s) not ok 33 - checking table pattern ".foo.bar" stderr /(?^:pg_amcheck: error: no connectable datab...
[14:58:15.601](0.000s) not ok 36 - checking table pattern "." stderr /(?^:pg_amcheck: error: no heap tables to check mat...
[14:58:16.363](0.068s) not ok 64 - many unmatched patterns and one matched pattern under --no-strict-names status (got 1...
[14:58:16.365](0.000s) not ok 66 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[14:58:16.365](0.000s) not ok 67 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[14:58:16.366](0.000s) not ok 68 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[14:58:16.366](0.000s) not ok 69 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[14:58:16.367](0.000s) not ok 70 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[14:58:16.367](0.000s) not ok 71 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[14:58:16.368](0.000s) not ok 72 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[14:58:16.368](0.000s) not ok 73 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[14:58:16.369](0.000s) not ok 74 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[14:58:16.369](0.000s) not ok 75 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[14:58:16.370](0.000s) not ok 76 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[14:58:16.371](0.000s) not ok 77 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[14:58:16.371](0.000s) not ok 78 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[14:58:16.372](0.000s) not ok 79 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[14:58:16.372](0.000s) not ok 80 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[14:58:16.373](0.000s) not ok 81 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
[14:58:16.373](0.000s) not ok 82 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p...
tap
[14:58:25.764](13.937s) not ok 1 - pg_amcheck prior to corruption status (got 1 vs expected 0)
[14:58:25.766](0.000s) not ok 3 - pg_amcheck prior to corruption stderr /(?^:^$)/
[14:58:25.786](0.019s) Bail out!  pg_ctl stop failed
tap
[14:58:25.310](8.136s) not ok 1 - pg_amcheck test table, prior to corruption
[14:58:25.373](0.063s) not ok 2 - pg_amcheck test table and index, prior to corruption
[14:58:25.416](0.040s) Bail out!  pg_ctl stop failed
tap
[14:58:23.680](3.514s) not ok 1 - pg_amcheck all schemas, tables and indexes reports no corruption: exit code 0
[14:58:23.681](0.000s) not ok 2 - pg_amcheck all schemas, tables and indexes reports no corruption: no stderr
tap
[14:59:11.568](3.753s) not ok 30 - run pg_createsubscriber on node S
tap
[14:59:24.638](3.036s) not ok 19 - pg_dump: option -n pg_catalog
[14:59:25.209](0.570s) not ok 20 - pg_dumpall: option --exclude-database handles database names with embedded dots
[14:59:25.269](0.001s) not ok 22 - pg_dump: option --schema rejects three-part schema names: matches
[14:59:25.347](0.001s) not ok 24 - pg_dump: option --schema rejects cross-database multipart schema names: matches
[14:59:25.408](0.001s) not ok 26 - pg_dump: option --schema rejects degenerate two-part schema name: ".": matches
[14:59:25.464](0.001s) not ok 28 - pg_dump: option --schema rejects cross-database multipart schema names with embedded ...
[14:59:25.565](0.001s) not ok 30 - pg_dump: option --schema rejects degenerate three-part schema name: "..": matches
[14:59:25.640](0.001s) not ok 32 - pg_dump: option --table rejects four-part table names: matches
[14:59:25.706](0.001s) not ok 34 - pg_dump: option --table rejects cross-database three part table names: matches
[14:59:25.794](0.001s) not ok 36 - pg_dump: option --table rejects cross-database three part table names with embedded d...
[14:59:25.851](0.056s) not ok 37 - binary_upgrade: pg_dump runs
[14:59:25.880](0.029s) not ok 38 - binary_upgrade: pg_restore runs
tap
[14:55:43.449](93.276s) not ok 5 - regression tests pass
[14:55:47.821](4.295s) not ok 6 - dump before running pg_upgrade
tap
[15:01:19.471](2.371s) not ok 192 - psql seeded_random count ok
[15:01:19.472](0.000s) not ok 193 - psql seeded_random count stderr is empty
[15:01:19.472](0.000s) not ok 194 - psql seeded_random count uniform
[15:01:19.473](0.000s) not ok 195 - psql seeded_random count exponential
[15:01:19.473](0.000s) not ok 196 - psql seeded_random count gaussian
[15:01:19.473](0.000s) not ok 197 - psql seeded_random count zipfian
tap
[14:56:54.970](60.258s) not ok 2 - regression tests pass
tap
[15:03:38.477](415.449s) # poll_query_until timed out executing this query:
timed out waiting for logical slot to calculate its restart_lsn at C:/cirrus/src/test/perl/PostgreSQL/Test/Cluster.pm li...
test
[15:03:38.824]   5/306 postgresql:pg_upgrade / pg_upgrade/004_subscription                             ERROR            ...
[15:03:38.824]   6/306 postgresql:pg_upgrade / pg_upgrade/003_logical_slots                            ERROR            ...
[15:03:38.824]   9/306 postgresql:regress / regress/regress                                            ERROR           1...
[15:03:38.824]  26/306 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[15:03:38.824]  33/306 postgresql:isolation / isolation/isolation                                      ERROR           1...
[15:03:38.824]  41/306 postgresql:recovery / recovery/038_save_logical_slots_shutdown                  ERROR            ...
[15:03:38.824]  45/306 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[15:03:38.824]  63/306 postgresql:recovery / recovery/040_standby_failover_slots_sync                  ERROR            ...
[15:03:38.824]  83/306 postgresql:pageinspect / pageinspect/regress                                    ERROR            ...
[15:03:38.824]  89/306 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
[15:03:38.824]  90/306 postgresql:pg_trgm / pg_trgm/regress                                            ERROR            ...
[15:03:38.824]  93/306 postgresql:tablefunc / tablefunc/regress                                        ERROR            ...
[15:03:38.824]  96/306 postgresql:postgres_fdw / postgres_fdw/regress                                  ERROR            ...
[15:03:38.824] 135/306 postgresql:pg_amcheck / pg_amcheck/002_nonesuch                                 ERROR            ...
[15:03:38.824] 139/306 postgresql:pg_amcheck / pg_amcheck/005_opclass_damage                           ERROR            ...
[15:03:38.824] 140/306 postgresql:pg_amcheck / pg_amcheck/004_verify_heapam                            ERROR            ...
[15:03:38.824] 141/306 postgresql:pg_amcheck / pg_amcheck/003_check                                    ERROR            ...
[15:03:38.824] 157/306 postgresql:pg_basebackup / pg_basebackup/040_pg_createsubscriber                ERROR            ...
[15:03:38.824] 166/306 postgresql:pg_dump / pg_dump/002_pg_dump                                        ERROR            ...
[15:03:38.824] 217/306 postgresql:pgbench / pgbench/001_pgbench_with_server                            ERROR            ...
[15:03:38.824] 237/306 postgresql:subscription / subscription/002_types                                ERROR            ...
[15:03:38.824] 238/306 postgresql:subscription / subscription/003_constraints                          ERROR            ...
[15:03:38.824] 239/306 postgresql:subscription / subscription/004_sync                                 ERROR            ...
[15:03:38.824] 241/306 postgresql:subscription / subscription/001_rep_changes                          ERROR            ...
[15:03:38.824] 243/306 postgresql:subscription / subscription/007_ddl                                  ERROR            ...
[15:03:38.824] 244/306 postgresql:subscription / subscription/006_rewrite                              ERROR            ...
[15:03:38.824] 245/306 postgresql:subscription / subscription/008_diff_schema                          ERROR            ...
[15:03:38.824] 247/306 postgresql:subscription / subscription/005_encoding                             ERROR            ...
[15:03:38.824] 249/306 postgresql:subscription / subscription/010_truncate                             ERROR            ...
[15:03:38.824] 250/306 postgresql:subscription / subscription/011_generated                            ERROR            ...
[15:03:38.824] 251/306 postgresql:subscription / subscription/014_binary                               ERROR            ...
[15:03:38.824] 252/306 postgresql:subscription / subscription/015_stream                               ERROR            ...
[15:03:38.824] 253/306 postgresql:subscription / subscription/016_stream_subxact                       ERROR            ...
[15:03:38.824] 254/306 postgresql:subscription / subscription/013_partition                            ERROR            ...
[15:03:38.824] 255/306 postgresql:subscription / subscription/017_stream_ddl                           ERROR            ...
[15:03:38.824] 256/306 postgresql:subscription / subscription/018_stream_subxact_abort                 ERROR            ...
[15:03:38.824] 257/306 postgresql:subscription / subscription/019_stream_subxact_ddl_abort             ERROR            ...
[15:03:38.824] 258/306 postgresql:subscription / subscription/020_messages                             ERROR            ...
[15:03:38.824] 259/306 postgresql:subscription / subscription/021_twophase                             ERROR            ...
[15:03:38.824] 261/306 postgresql:subscription / subscription/023_twophase_stream                      ERROR            ...
[15:03:38.824] 262/306 postgresql:subscription / subscription/024_add_drop_pub                         ERROR            ...
[15:03:38.824] 263/306 postgresql:subscription / subscription/022_twophase_cascade                     ERROR            ...
[15:03:38.824] 264/306 postgresql:subscription / subscription/025_rep_changes_for_schema               ERROR            ...
[15:03:38.824] 265/306 postgresql:subscription / subscription/027_nosuperuser                          ERROR            ...
[15:03:38.824] 266/306 postgresql:subscription / subscription/026_stats                                ERROR            ...
[15:03:38.824] 267/306 postgresql:subscription / subscription/029_on_error                             ERROR            ...
[15:03:38.824] 268/306 postgresql:subscription / subscription/028_row_filter                           ERROR            ...
[15:03:38.824] 269/306 postgresql:subscription / subscription/030_origin                               ERROR            ...
[15:03:38.824] 270/306 postgresql:subscription / subscription/032_subscribe_use_index                  ERROR            ...
[15:03:38.824] 271/306 postgresql:subscription / subscription/033_run_as_table_owner                   ERROR            ...
[15:03:38.824] 273/306 postgresql:subscription / subscription/031_column_list                          ERROR            ...
[15:03:38.824] 274/306 postgresql:subscription / subscription/100_bugs                                 ERROR            ...
[15:03:38.824] 306/306 postgresql:recovery / recovery/035_standby_logical_decoding                     ERROR           4...
50/5208 prefetching for nestloop / indexscan
FreeBSD - 13 - Meson
tap
[14:33:35.276](1.794s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[14:33:45.309] 292/311 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
Linux - Debian Bookworm - Autoconf
tap
[14:35:50.365](0.762s) not ok 1 - no parameters missing from postgresql.conf.sample
Linux - Debian Bookworm - Meson
tap
[14:35:36.814](0.434s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[14:35:47.277] 290/311 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
macOS - Sonoma - Meson
tap
[14:35:05.871](1.259s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[14:35:21.820] 292/311 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[14:41:06.717](1.915s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[14:41:35.721] 285/306 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
51/3709 CI and test improvements
macOS - Sonoma - Meson
tap
[13:06:56.080](0.000s) not ok 105 - schema exclusion pattern overrides all inclusion patterns stderr /(?^:pg_amcheck: wa...
[13:06:56.080](0.000s) not ok 106 - schema exclusion pattern overrides all inclusion patterns stderr /(?^:pg_amcheck: er...
test
[13:09:18.586] 140/311 postgresql:pg_amcheck / pg_amcheck/002_nonesuch                                 ERROR            ...
51/5196 Use function smgrclose() to replace the loop
CompilerWarnings
compiler
[11:52:34.805] smgr.c:487:9: error: unused variable 'which' [-Werror,-Wunused-variable]
compiler
[11:52:34.805] smgr.c:282:13: error: unused variable 'forknum' [-Werror,-Wunused-variable]
compiler
[11:52:26.560] smgr.c:282:13: error: unused variable 'forknum' [-Werror,-Wunused-variable]
compiler
[11:52:26.560] smgr.c:487:9: error: unused variable 'which' [-Werror,-Wunused-variable]
compiler
[11:51:57.314] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable]
compiler
[11:51:57.314] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
compiler
[11:51:49.985] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable]
compiler
[11:51:49.985] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
compiler
[11:52:57.697] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
compiler
[11:52:57.697] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable]
50/4554 Separate memory contexts for relcache and catcache
macOS - Sonoma - Meson
core
[09:52:35.575]   * frame #0: 0x0000000197cd78e4 dyld`dyld4::PrebuiltLoader::recursiveMarkBeingValidated(dyld4::RuntimeSt...
[09:52:35.575]     frame #1: 0x0000000197cd7934 dyld`dyld4::PrebuiltLoader::recursiveMarkBeingValidated(dyld4::RuntimeSt...
[09:52:35.575]     frame #2: 0x0000000197cd7934 dyld`dyld4::PrebuiltLoader::recursiveMarkBeingValidated(dyld4::RuntimeSt...
[09:52:35.575]     frame #3: 0x0000000197cd7934 dyld`dyld4::PrebuiltLoader::recursiveMarkBeingValidated(dyld4::RuntimeSt...
[09:52:35.575]     frame #4: 0x0000000197cd7934 dyld`dyld4::PrebuiltLoader::recursiveMarkBeingValidated(dyld4::RuntimeSt...
[09:52:35.575]     frame #5: 0x0000000197cd7934 dyld`dyld4::PrebuiltLoader::recursiveMarkBeingValidated(dyld4::RuntimeSt...
[09:52:35.575]     frame #6: 0x0000000197cd7934 dyld`dyld4::PrebuiltLoader::recursiveMarkBeingValidated(dyld4::RuntimeSt...
[09:52:35.575]     frame #7: 0x0000000197cd7934 dyld`dyld4::PrebuiltLoader::recursiveMarkBeingValidated(dyld4::RuntimeSt...
[09:52:35.575]     frame #8: 0x0000000197cd7934 dyld`dyld4::PrebuiltLoader::recursiveMarkBeingValidated(dyld4::RuntimeSt...
[09:52:35.575]     frame #9: 0x0000000197cd7934 dyld`dyld4::PrebuiltLoader::recursiveMarkBeingValidated(dyld4::RuntimeSt...
tap
[09:47:52.443](60.169s) not ok 60 -  'user=testuser gssencmode=prefer sslmode=disable sslnegotiation=postgres' -> connec...
test
[09:49:25.997] 197/311 postgresql:libpq / libpq/005_negotiate_encryption                               ERROR            ...
51/4308 SQL:2011 application time
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[09:22:28.848] c:\cirrus\src\backend\utils\cache\lsyscache.c(1713) : warning C4715: 'get_func_namespace': not all contro...
51/5174 Call rm_redo in a temporary memory context
CompilerWarnings
compiler
[07:59:40.347] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
compiler
[07:59:12.987] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
compiler
[08:02:48.942] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
50/4754 Add LSN <-> time conversion facility
Linux - Debian Bookworm - Meson
core
[06:38:06.573] #0  0xf7f50559 in __kernel_vsyscall ()
[06:38:06.573] #1  0xf688b2f7 in ?? () from /lib/i386-linux-gnu/libc.so.6
[06:38:06.573] #2  0xf683a111 in raise () from /lib/i386-linux-gnu/libc.so.6
[06:38:06.573] #3  0xf682326a in abort () from /lib/i386-linux-gnu/libc.so.6
[06:38:06.573] #4  0xf6a46d4a in __sanitizer::Abort () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_pos...
[06:38:06.573] #5  0xf6a55896 in __sanitizer::Die () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_termi...
[06:38:06.573] #6  0xf6a33c5b in __ubsan::__ubsan_handle_nonnull_arg_abort (Data=<optimized out>) at ../../../../../src/...
[06:38:06.573] #7  0x568d10f8 in fill_val (att=att@entry=0x5a0185c4, bit=<optimized out>, bitmask=bitmask@entry=0xffcc1b...
[06:38:06.573] #8  0x568d2eab in heap_fill_tuple (tupleDesc=0x5a0185b0, values=0xffcc1be8, isnull=0xffcc1be6, data=<opti...
[06:38:06.573] #9  0x568d4a6c in heap_form_tuple (tupleDescriptor=0x5a0185b0, values=0xffcc1be8, isnull=0xffcc1be6) at ....
core
[06:38:07.247] #0  0xf7fb4559 in __kernel_vsyscall ()
[06:38:07.247] #1  0xf68ef2f7 in ?? () from /lib/i386-linux-gnu/libc.so.6
[06:38:07.247] #2  0xf689e111 in raise () from /lib/i386-linux-gnu/libc.so.6
[06:38:07.247] #3  0xf688726a in abort () from /lib/i386-linux-gnu/libc.so.6
[06:38:07.247] #4  0xf6aaad4a in __sanitizer::Abort () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_pos...
[06:38:07.247] #5  0xf6ab9896 in __sanitizer::Die () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_termi...
[06:38:07.247] #6  0xf6a97c5b in __ubsan::__ubsan_handle_nonnull_arg_abort (Data=<optimized out>) at ../../../../../src/...
[06:38:07.247] #7  0x569800f8 in fill_val (att=att@entry=0x59424f14, bit=<optimized out>, bitmask=bitmask@entry=0xffea5d...
[06:38:07.247] #8  0x56981eab in heap_fill_tuple (tupleDesc=0x59424f00, values=0xffea5e38, isnull=0xffea5e36, data=<opti...
[06:38:07.247] #9  0x56983a6c in heap_form_tuple (tupleDescriptor=0x59424f00, values=0xffea5e38, isnull=0xffea5e36) at ....
core
[06:38:07.931] #0  0xf7f1a559 in __kernel_vsyscall ()
[06:38:07.931] #1  0xf68552f7 in ?? () from /lib/i386-linux-gnu/libc.so.6
[06:38:07.931] #2  0xf6804111 in raise () from /lib/i386-linux-gnu/libc.so.6
[06:38:07.931] #3  0xf67ed26a in abort () from /lib/i386-linux-gnu/libc.so.6
[06:38:07.931] #4  0xf6a10d4a in __sanitizer::Abort () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_pos...
[06:38:07.931] #5  0xf6a1f896 in __sanitizer::Die () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_termi...
[06:38:07.931] #6  0xf69fdc5b in __ubsan::__ubsan_handle_nonnull_arg_abort (Data=<optimized out>) at ../../../../../src/...
[06:38:07.931] #7  0x5691b0f8 in fill_val (att=att@entry=0x599be304, bit=<optimized out>, bitmask=bitmask@entry=0xffeae2...
[06:38:07.931] #8  0x5691ceab in heap_fill_tuple (tupleDesc=0x599be2f0, values=0xffeae348, isnull=0xffeae346, data=<opti...
[06:38:07.931] #9  0x5691ea6c in heap_form_tuple (tupleDescriptor=0x599be2f0, values=0xffeae348, isnull=0xffeae346) at ....
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build-32/testrun/pg_upgr...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-17 06:26:35.944549948 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_join.out	2024-10-17 06:34:44....
@@ -3468,1764 +3468,7 @@
 
 DROP TABLE prt1_adv;
 DROP TABLE prt2_adv;
--- Tests for list-partitioned tables
-CREATE TABLE plt1_adv (a int, b int, c text) PARTITION BY LIST (c);
-CREATE TABLE plt1_adv_p1 PARTITION OF plt1_adv FOR VALUES IN ('0001', '0003');
-CREATE TABLE plt1_adv_p2 PARTITION OF plt1_adv FOR VALUES IN ('0004', '0006');
-CREATE TABLE plt1_adv_p3 PARTITION OF plt1_adv FOR VALUES IN ('0008', '0009');
-INSERT INTO plt1_adv SELECT i, i, to_char(i % 10, 'FM0000') FROM generate_series(1, 299) i WHERE i % 10 IN (1, 3, 4, 6,...
-ANALYZE plt1_adv;
-CREATE TABLE plt2_adv (a int, b int, c text) PARTITION BY LIST (c);
-CREATE TABLE plt2_adv_p1 PARTITION OF plt2_adv FOR VALUES IN ('0002', '0003');
-CREATE TABLE plt2_adv_p2 PARTITION OF plt2_adv FOR VALUES IN ('0004', '0006');
-CREATE TABLE plt2_adv_p3 PARTITION OF plt2_adv FOR VALUES IN ('0007', '0009');
-INSERT INTO plt2_adv SELECT i, i, to_char(i % 10, 'FM0000') FROM generate_series(1, 299) i WHERE i % 10 IN (2, 3, 4, 6,...
-ANALYZE plt2_adv;
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build-32/testrun/recover...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-17 06:26:35.944549948 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/recovery/027_stream_regress/data/results/partition_join.out	2024-10-17 06:35:1...
@@ -2476,2756 +2476,10 @@
   from generate_series(1,1000) i;
 insert into prtx2 select 1 + i%30, i, i
   from generate_series(1,500) i, generate_series(1,10) j;
-create index on prtx2 (b);
-create index on prtx2 (c);
-analyze prtx1;
-analyze prtx2;
-explain (costs off)
-select * from prtx1
-where not exists (select 1 from prtx2
-                  where prtx2.a=prtx1.a and prtx2.b=prtx1.b and prtx2.c=123)
-  and a<20 and c=120;
-                         QUERY PLAN                          
--------------------------------------------------------------
- Append
-   ->  Nested Loop Anti Join
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build-32/testrun/regress...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-17 06:26:35.944549948 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/regress/regress/results/partition_join.out	2024-10-17 06:34:39.256863684 +0000
@@ -4562,670 +4562,7 @@
 (15 rows)
 
 SELECT t1.a, t1.c, t2.a, t2.c FROM plt1_adv t1 INNER JOIN plt2_adv t2 ON (t1.a = t2.a AND t1.c = t2.c) WHERE t1.b < 10 ...
- a |  c   | a |  c   
----+------+---+------
- 3 | 0003 | 3 | 0003
- 4 | 0004 | 4 | 0004
- 6 | 0006 | 6 | 0006
-(3 rows)
-
-ALTER TABLE plt2_adv DETACH PARTITION plt2_adv_p2;
--- Change plt2_adv_p2 to contain '0005' in addition to '0004' and '0006' as
--- the key values
-CREATE TABLE plt2_adv_p2_ext PARTITION OF plt2_adv FOR VALUES IN ('0004', '0005', '0006');
-INSERT INTO plt2_adv SELECT i, i, to_char(i % 10, 'FM0000') FROM generate_series(1, 299) i WHERE i % 10 IN (4, 5, 6);
-ANALYZE plt2_adv;
...
tap
[06:34:44.900](60.307s) not ok 5 - regression tests pass
[06:34:46.525](1.598s) not ok 6 - dump before running pg_upgrade
tap
[06:35:17.324](58.673s) not ok 2 - regression tests pass
test
[06:37:00.410]  37/311 postgresql:regress / regress/regress                                            ERROR            ...
[06:37:00.410]  41/311 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[06:37:00.410] 109/311 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
CompilerWarnings
compiler
[06:25:04.143] pgstat_wal.c:545:26: error: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 2 has...
compiler
[06:25:04.143] pgstat_wal.c:362:48: error: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 2 has...
51/5283 Replace IN VALUES with ANY in WHERE clauses during optimization
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/subselect.out /tmp/cirrus-ci-build/build/testrun/recovery/027_st...
--- /tmp/cirrus-ci-build/src/test/regress/expected/subselect.out	2024-10-17 04:56:10.598727000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/subselect.out	2024-10-17 04:58:08.812013...
@@ -2313,15 +2313,16 @@
 EXPLAIN (COSTS OFF)
 SELECT c.oid,c.relname FROM pg_class c JOIN pg_am a USING (oid)
 WHERE c.oid IN (VALUES (1), (2));
-                          QUERY PLAN                           
----------------------------------------------------------------
- Hash Join
-   Hash Cond: (a.oid = c.oid)
-   ->  Seq Scan on pg_am a
-   ->  Hash
-         ->  Index Scan using pg_class_oid_index on pg_class c
-               Index Cond: (oid = ANY ('{1,2}'::integer[]))
-(6 rows)
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (c.oid = a.oid)
...
tap
[04:59:06.242](89.350s) not ok 2 - regression tests pass
test
[05:01:05.082] 163/311 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5269 Improve statistics estimation considering GROUP-BY as a 'uniqueiser'
macOS - Sonoma - Meson
tap
[03:34:28.297](0.189s) not ok 30 - vacuum 10: query result matches
test
[03:35:14.322] 249/311 postgresql:bloom / bloom/001_wal                                                ERROR            ...
51/5272 Truncate logs by max_log_size
CompilerWarnings
compiler
[02:34:21.229] elog.c:1699:9: error: initializing 'char *' with an expression of type 'const char *' discards qualifiers...
compiler
[02:32:32.583] elog.c:1699:9: error: initializing 'char *' with an expression of type 'const char *' discards qualifiers...
compiler
[02:30:11.307] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar...
compiler
[02:28:11.657] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar...
compiler
[02:37:55.184] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar...
51/5246 Allow SQL functions use CachedPlan machinery
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upg...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-10-17 01:04:37.551140000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/xml.out	2024-10-17 01:07:26.155524000 +000...
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-10-17 01:04:37.551140000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/xml.out	2024-10-17 01:08:16.723168000 +0...
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/regress/regress/resul...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-10-17 01:04:37.551140000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/xml.out	2024-10-17 01:07:27.895505000 +0000
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
tap
[01:07:43.443](61.403s) not ok 5 - regression tests pass
tap
[01:08:34.000](74.757s) not ok 2 - regression tests pass
test
[01:10:27.694]  41/311 postgresql:regress / regress/regress                                            ERROR            ...
[01:10:27.694]  82/311 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[01:10:27.694] 155/311 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/result...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-10-17 01:04:11.800296755 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/xml.out	2024-10-17 01:09:38.669060996 +0000
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-10-17 01:04:11.800296755 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/xml.out	2024-10-17 01:11:24.518063608 +0000
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/src/test/regress/results/xml.out
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-10-17 01:04:11.800296755 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/xml.out	2024-10-17 01:07:25.209254897 +0000
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
tap
[01:09:46.729](121.217s) not ok 5 - regression tests pass
tap
[01:11:30.715](57.239s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upg...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-10-17 01:04:13.120908596 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/xml.out	2024-10-17 01:06:34.151105705 +000...
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-10-17 01:04:13.120908596 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/xml.out	2024-10-17 01:07:12.002983358 +0...
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/regress/regress/resul...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-10-17 01:04:13.120908596 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/xml.out	2024-10-17 01:06:27.339136283 +0000
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
tap
[01:06:45.718](74.335s) not ok 5 - regression tests pass
tap
[01:07:22.149](77.326s) not ok 2 - regression tests pass
test
[01:09:03.171]  44/311 postgresql:regress / regress/regress                                            ERROR            ...
[01:09:03.171] 134/311 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[01:09:03.171] 155/311 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
51/5117 VACUUM FULL / CLUSTER CONCURRENTLY
CompilerWarnings
compiler
[23:57:14.089] cluster.c:2638:48: error: ‘entry’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[23:56:38.235] cluster.c:2638:48: error: ‘entry’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[00:03:23.488] cluster.c:2638:48: error: ‘entry’ may be used uninitialized [-Werror=maybe-uninitialized]
FreeBSD - 13 - Meson
assertion
TRAP: failed Assert("!OidIsValid(clustered_rel)"), File: "../src/backend/commands/cluster.c", Line: 2472, PID: 22430
core
[00:02:21.573] #0  0x000000082b6818fa in _sigprocmask () from /lib/libc.so.7
[00:02:21.573] #1  0x000000082b6baf91 in _system () from /lib/libc.so.7
[00:02:21.573] #2  0x000000082a6249d3 in ?? () from /lib/libthr.so.3
[00:02:21.573] #3  0x000000000066b2e5 in RestoreArchivedFile (path=path@entry=0x8213151d0 "PR1!\b", xlogfname=xlogfname@...
[00:02:21.573] #4  0x0000000000676ace in XLogFileRead (segno=segno@entry=4, tli=tli@entry=2, source=source@entry=XLOG_FR...
[00:02:21.573] #5  0x00000000006727ac in XLogFileReadAnyTLI (segno=4, source=XLOG_FROM_ANY) at ../src/backend/access/tra...
[00:02:21.573] #6  WaitForWALToBecomeAvailable (RecPtr=67210840, tliRecPtr=67210816, replayTLI=2, replayLSN=67210816, ra...
[00:02:21.573] #7  XLogPageRead (xlogreader=0x837c4b1c0, targetPagePtr=67207168, reqLen=3672, targetRecPtr=67210816, rea...
[00:02:21.573] #8  0x00000000006797b2 in ReadPageInternal (state=state@entry=0x837c4b1c0, pageptr=67207168, reqLen=3672)...
[00:02:21.573] #9  0x0000000000678622 in XLogDecodeNextRecord (state=0x837c4b1c0, nonblocking=false) at ../src/backend/a...
core
[00:02:21.848] #0  0x000000082b8b141a in thr_kill () from /lib/libc.so.7
[00:02:21.848] #1  0x000000082b82ae64 in raise () from /lib/libc.so.7
[00:02:21.848] #2  0x000000082b8db6f9 in abort () from /lib/libc.so.7
[00:02:21.848] #3  0x0000000000a979a5 in ExceptionalCondition (conditionName=0x2e6a04 "!OidIsValid(clustered_rel)", file...
[00:02:21.848] #4  0x00000000006c9389 in begin_concurrent_cluster (rel_p=0x8215462a8, index_p=0x821546270, entered_p=<op...
[00:02:21.848] #5  cluster_rel (OldHeap=0x835450a60, indexOid=indexOid@entry=20793, params=params@entry=0x821546364, isT...
[00:02:21.848] #6  0x00000000006c69ae in cluster (pstate=pstate@entry=0x83531b500, stmt=stmt@entry=0x83530ee58, isTopLev...
[00:02:21.848] #7  0x0000000000942754 in standard_ProcessUtility (pstmt=0x83530e4f8, queryString=0x83530d100 "\n\tCLUSTE...
[00:02:21.848] #8  0x0000000000942458 in ProcessUtility (pstmt=0x18dcf, queryString=0x6 <error: Cannot access memory at ...
[00:02:21.848] #9  0x0000000000941f93 in PortalRunUtility (portal=0x8353e4100, pstmt=0x83530e4f8, isTopLevel=<optimized ...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/cluster.out /tmp/cirrus-ci-build/build/testrun/...
--- /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/cluster.out	2024-10-16 23:55:56.531992000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/injection_points/isolation/results/cluster.out	2024-10-16 23:59:06.935661000 +000...
@@ -8,7 +8,8 @@
 
 step wait_before_lock: 
 	CLUSTER (CONCURRENTLY) clstr_test USING clstr_test_pkey;
- <waiting ...>
+
+ERROR:  file of relation "clstr_test" changed by another transaction
 step change_existing: 
 	UPDATE clstr_test SET i=10 where i=1;
 	UPDATE clstr_test SET j=20 where i=2;
@@ -63,12 +64,7 @@
 step wakeup_before_lock: 
 	SELECT injection_points_wakeup('cluster-concurrently-before-lock');
 
-injection_points_wakeup
------------------------
-                       
...
test
[00:01:10.674] 311/311 postgresql:injection_points / injection_points/isolation                        ERROR           1...
Linux - Debian Bookworm - Meson
core
[00:04:25.183] #0  0x00007f99068a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[00:04:25.183] #1  0x00007f990685afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[00:04:25.183] #2  0x00007f9906845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[00:04:25.183] #3  0x00007f9906a1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[00:04:25.183] #4  0x00007f9906a2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[00:04:25.183] #5  0x00007f9906a0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x7f99048218c0,...
[00:04:25.183] #6  0x00007f990481d7b2 in store_change (ctx=ctx@entry=0x5591fc966180, kind=kind@entry=CHANGE_UPDATE_OLD, ...
[00:04:25.183] #7  0x00007f990481de73 in plugin_change (ctx=0x5591fc966180, txn=<optimized out>, relation=<optimized out...
[00:04:25.183] #8  0x00005591ed2d2a14 in change_cb_wrapper (cache=<optimized out>, txn=<optimized out>, relation=<optimi...
[00:04:25.183] #9  0x00005591ed2dfc76 in ReorderBufferApplyChange (rb=rb@entry=0x5591fca1eae0, txn=txn@entry=0x5591fc98d...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/cluster.out /tmp/cirrus-ci-build/build/testrun/...
--- /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/cluster.out	2024-10-16 23:55:55.003610812 +0000
+++ /tmp/cirrus-ci-build/build/testrun/injection_points/isolation/results/cluster.out	2024-10-17 00:01:42.271017593 +000...
@@ -68,118 +68,7 @@
                        
 (1 row)
 
-step wait_before_lock: <... completed>
-step check1: 
-	INSERT INTO relfilenodes(node)
-	SELECT relfilenode FROM pg_class WHERE relname='clstr_test';
-
-	SELECT count(DISTINCT node) FROM relfilenodes;
-
-	SELECT i, j FROM clstr_test ORDER BY i, j;
-
-	INSERT INTO data_s1(_xmin, _cmin, i, j)
-	SELECT xmin, cmin, i, j FROM clstr_test;
-
-	SELECT count(*)
...
test
[00:03:22.030] 118/311 postgresql:injection_points / injection_points/isolation                        ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[23:57:01.396] ../src/backend/commands/cluster.c(4447): warning C4129: '%': unrecognized character escape sequence
51/5004 CREATE INDEX CONCURRENTLY for partitioned tables
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-10-16 23:06:23.676694827 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/indexing.out	2024-10-16 23:11:06.283189603 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/partitioned-cic.out /tmp/cirrus-ci-build/src/test/isolation/ou...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/partitioned-cic.out	2024-10-16 23:06:23.520475261 +0000
+++ /tmp/cirrus-ci-build/src/test/isolation/output_iso/results/partitioned-cic.out	2024-10-16 23:33:26.436106678 +0000
@@ -3,10 +3,14 @@
 starting permutation: lock_p1 cic insert drop2 commit chk_content
 step lock_p1: lock cictab_part_1 in row exclusive mode;
 step cic: CREATE INDEX CONCURRENTLY ON cictab(i); <waiting ...>
-step insert: insert into cictab values (1, 1), (11, 1);
-step drop2: DROP TABLE cictab_part_2;
+step insert: insert into cictab values (1, 1), (11, 1); <waiting ...>
+isolationtester: canceling step insert after 360 seconds
+step insert: <... completed>
+ERROR:  canceling statement due to user request
+step drop2: DROP TABLE cictab_part_2; <waiting ...>
 step commit: COMMIT;
 step cic: <... completed>
+step drop2: <... completed>
 step chk_content: 
   set enable_seqscan to off;
   explain (costs off) select * from cictab where i > 0;
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/src/test/regress/results/index...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-10-16 23:06:23.676694827 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/indexing.out	2024-10-16 23:09:32.503220718 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[23:11:08.629](94.289s) not ok 5 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_p...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-10-16 23:06:26.331309793 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/indexing.out	2024-10-16 23:08:57.467961135...
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/recovery/027_str...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-10-16 23:06:26.331309793 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/indexing.out	2024-10-16 23:09:26.8402993...
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/regress/regress/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-10-16 23:06:26.331309793 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/indexing.out	2024-10-16 23:08:53.931921602 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[23:08:59.317](74.226s) not ok 5 - regression tests pass
tap
[23:09:28.882](69.561s) not ok 2 - regression tests pass
test
[23:24:21.922]  43/311 postgresql:regress / regress/regress                                            ERROR            ...
[23:24:21.922] 105/311 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[23:24:21.922] 141/311 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[23:24:21.922] 311/311 postgresql:isolation / isolation/isolation                                      TIMEOUT        10...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/indexing.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_up...
--- /Users/admin/pgsql/src/test/regress/expected/indexing.out	2024-10-16 23:06:12
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/indexing.out	2024-10-16 23:08:15
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/indexing.out /Users/admin/pgsql/build/testrun/recovery/027_stream_...
--- /Users/admin/pgsql/src/test/regress/expected/indexing.out	2024-10-16 23:06:12
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/indexing.out	2024-10-16 23:09:19
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/indexing.out /Users/admin/pgsql/build/testrun/regress/regress/resu...
--- /Users/admin/pgsql/src/test/regress/expected/indexing.out	2024-10-16 23:06:12
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/indexing.out	2024-10-16 23:08:16
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[23:08:19.650](53.897s) not ok 5 - regression tests pass
tap
[23:09:22.829](60.759s) not ok 2 - regression tests pass
test
[23:24:17.060]  25/311 postgresql:regress / regress/regress                                            ERROR            ...
[23:24:17.060]  44/311 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[23:24:17.060] 116/311 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[23:24:17.060] 311/311 postgresql:isolation / isolation/isolation                                      TIMEOUT        10...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/indexing.out C:/cirrus/build/testrun/pg_upgrade/002_pg_...
--- C:/cirrus/src/test/regress/expected/indexing.out	2024-10-16 23:06:43.036903300 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/indexing.out	2024-10-16 23:10:42.397459000 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/indexing.out C:/cirrus/build/testrun/recovery/027_strea...
--- C:/cirrus/src/test/regress/expected/indexing.out	2024-10-16 23:06:43.036903300 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/indexing.out	2024-10-16 23:12:51.978932000 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/indexing.out C:/cirrus/build/testrun/regress/regress/re...
--- C:/cirrus/src/test/regress/expected/indexing.out	2024-10-16 23:06:43.036903300 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/indexing.out	2024-10-16 23:10:37.372065200 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[23:10:50.609](122.819s) not ok 5 - regression tests pass
tap
[23:12:59.037](113.500s) not ok 2 - regression tests pass
test
[23:25:20.156]  23/306 postgresql:regress / regress/regress                                            ERROR           1...
[23:25:20.156]  37/306 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[23:25:20.156]  73/306 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
[23:25:20.156] 306/306 postgresql:isolation / isolation/isolation                                      TIMEOUT        10...
50/5270 jsonpath string methods: lower, upper, initcap, l/r/btrim, replace, split_part
CompilerWarnings
compiler
[22:10:46.817] jsonpath_exec.c:2829:13: error: mixing declarations and code is incompatible with standards before C99 [-...
compiler
[22:09:18.475] jsonpath_exec.c:2829:13: error: mixing declarations and code is incompatible with standards before C99 [-...
compiler
[22:07:29.030] jsonpath_exec.c:2829:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta...
compiler
[22:06:08.729] jsonpath_exec.c:2829:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta...
compiler
[22:13:23.731] jsonpath_exec.c:2829:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta...
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out /tmp/cirrus-ci-build/build-32/testrun/pg_upgr...
--- /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out	2024-10-16 22:04:21.778529011 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/pg_upgrade/002_pg_upgrade/data/results/jsonb_jsonpath.out	2024-10-16 22:10:15....
@@ -3078,7 +3078,7 @@
 select jsonb_path_query('"abc~@~def~@~ghi"', '$.split_part("~@~", 2)');
  jsonb_path_query 
 ------------------
- "def"
+ ""
 (1 row)
 
 -- Test string methods play nicely together
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out /tmp/cirrus-ci-build/build-32/testrun/recover...
--- /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out	2024-10-16 22:04:21.778529011 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/recovery/027_stream_regress/data/results/jsonb_jsonpath.out	2024-10-16 22:10:5...
@@ -3078,7 +3078,7 @@
 select jsonb_path_query('"abc~@~def~@~ghi"', '$.split_part("~@~", 2)');
  jsonb_path_query 
 ------------------
- "def"
+ ""
 (1 row)
 
 -- Test string methods play nicely together
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out /tmp/cirrus-ci-build/build-32/testrun/regress...
--- /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out	2024-10-16 22:04:21.778529011 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/regress/regress/results/jsonb_jsonpath.out	2024-10-16 22:10:07.508240092 +0000
@@ -3078,7 +3078,7 @@
 select jsonb_path_query('"abc~@~def~@~ghi"', '$.split_part("~@~", 2)');
  jsonb_path_query 
 ------------------
- "def"
+ ""
 (1 row)
 
 -- Test string methods play nicely together
tap
[22:10:33.199](71.120s) not ok 5 - regression tests pass
tap
[22:11:10.245](73.685s) not ok 2 - regression tests pass
test
[22:12:58.935]  39/311 postgresql:regress / regress/regress                                            ERROR            ...
[22:12:58.935] 124/311 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[22:12:58.935] 152/311 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
51/4460 Implement row pattern recognition feature
FreeBSD - 13 - Meson
tap
[21:08:22.791](0.791s) Bail out!  pg_ctl restart failed
test
[21:08:26.938] 303/311 postgresql:ssl / ssl/001_ssltests                                               ERROR            ...
51/5294 Add “FOR UPDATE NOWAIT” lock details to the log.
CompilerWarnings
compiler
[17:06:49.608] proc.c:1126:8: error: unused variable 'first_holder' [-Werror,-Wunused-variable]
compiler
[17:06:49.608] proc.c:1240:3: error: implicit declaration of function 'CollectLockHoldersAndWaiters' is invalid in C99 [...
compiler
[17:06:49.608] proc.c:1549:4: error: implicit declaration of function 'CollectLockHoldersAndWaiters' is invalid in C99 [...
compiler
[17:06:49.608] proc.c:1127:5: error: unused variable 'first_waiter' [-Werror,-Wunused-variable]
compiler
[17:06:49.608] proc.c:1982:1: error: conflicting types for 'CollectLockHoldersAndWaiters'
compiler
[17:06:21.899] proc.c:1982:1: error: conflicting types for 'CollectLockHoldersAndWaiters'
compiler
[17:06:21.899] proc.c:1126:8: error: unused variable 'first_holder' [-Werror,-Wunused-variable]
compiler
[17:06:21.899] proc.c:1127:5: error: unused variable 'first_waiter' [-Werror,-Wunused-variable]
compiler
[17:06:21.899] proc.c:1549:4: error: implicit declaration of function 'CollectLockHoldersAndWaiters' is invalid in C99 [...
compiler
[17:06:21.899] proc.c:1240:3: error: implicit declaration of function 'CollectLockHoldersAndWaiters' is invalid in C99 [...
compiler
[17:05:32.215] proc.c:1127:33: error: unused variable ‘first_waiter’ [-Werror=unused-variable]
compiler
[17:05:32.215] proc.c:1240:17: error: implicit declaration of function ‘CollectLockHoldersAndWaiters’ [-Werror=implicit-...
compiler
[17:05:32.215] proc.c:1126:25: error: unused variable ‘first_holder’ [-Werror=unused-variable]
compiler
[17:05:32.215] proc.c:1982:1: error: no previous prototype for ‘CollectLockHoldersAndWaiters’ [-Werror=missing-prototype...
compiler
[17:05:32.215] proc.c:1982:1: error: conflicting types for ‘CollectLockHoldersAndWaiters’; have ‘void(PROCLOCK *, LOCK *...
compiler
[17:05:04.694] proc.c:1240:17: error: implicit declaration of function ‘CollectLockHoldersAndWaiters’ [-Werror=implicit-...
compiler
[17:05:04.694] proc.c:1982:1: error: conflicting types for ‘CollectLockHoldersAndWaiters’; have ‘void(PROCLOCK *, LOCK *...
compiler
[17:05:04.694] proc.c:1982:1: error: no previous prototype for ‘CollectLockHoldersAndWaiters’ [-Werror=missing-prototype...
compiler
[17:05:04.694] proc.c:1126:25: error: unused variable ‘first_holder’ [-Werror=unused-variable]
compiler
[17:05:04.694] proc.c:1127:33: error: unused variable ‘first_waiter’ [-Werror=unused-variable]
compiler
[17:07:43.367] proc.c:1240:17: error: implicit declaration of function ‘CollectLockHoldersAndWaiters’ [-Werror=implicit-...
compiler
[17:07:43.367] proc.c:1127:33: error: unused variable ‘first_waiter’ [-Werror=unused-variable]
compiler
[17:07:43.367] proc.c:1126:25: error: unused variable ‘first_holder’ [-Werror=unused-variable]
compiler
[17:07:43.367] proc.c:1982:1: error: conflicting types for ‘CollectLockHoldersAndWaiters’; have ‘void(PROCLOCK *, LOCK *...
compiler
[17:07:43.367] proc.c:1982:1: error: no previous prototype for ‘CollectLockHoldersAndWaiters’ [-Werror=missing-prototype...
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[17:05:26.894] ../src/backend/storage/lmgr/proc.c(1982): error C2371: 'CollectLockHoldersAndWaiters': redefinition; diff...
51/4390 add not_before and not_after timestamps to sslinfo extension and pg_stat_ssl
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[14:53:41.118] ../src/backend/libpq/be-secure-openssl.c(1536): warning C4047: 'function': 'ASN1_TIME *' differs in level...
compiler
[14:53:41.127] ../src/backend/libpq/be-secure-openssl.c(1536): warning C4024: 'ASN1_TIME_to_timestamptz': different type...
compiler
[14:53:41.127] ../src/backend/libpq/be-secure-openssl.c(1545): warning C4047: 'function': 'ASN1_TIME *' differs in level...
compiler
[14:53:59.430] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notBefore referenced i...
compiler
[14:53:41.127] ../src/backend/libpq/be-secure-openssl.c(1545): warning C4024: 'ASN1_TIME_to_timestamptz': different type...
compiler
[14:53:59.430] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notAfter referenced in...
51/3461 In-place persistence change of a relation (fast ALTER TABLE ... SET LOGGED with wal_level=minimal)
CompilerWarnings
compiler
[14:25:04.148] simpleundolog.c:69:14: error: no previous extern declaration for non-static variable 'UndoRoutines' [-Wer...
compiler
[14:23:33.914] simpleundolog.c:69:14: error: no previous extern declaration for non-static variable 'UndoRoutines' [-Wer...
Linux - Debian Bookworm - Autoconf
tap
[14:28:05.750](0.366s) Bail out!  pg_ctl start failed
Linux - Debian Bookworm - Meson
core
[14:27:57.791] #0  0x00007fe52aca9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[14:27:57.791] #1  0x00007fe52ac5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[14:27:57.791] #2  0x00007fe52ac45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[14:27:57.791] #3  0x00007fe52ae1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[14:27:57.791] #4  0x00007fe52ae2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[14:27:57.791] #5  0x00007fe52ae0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x565312d67ca0,...
[14:27:57.791] #6  0x0000565311e5de3c in ParseCommitRecord (info=<optimized out>, xlrec=<optimized out>, parsed=parsed@e...
[14:27:57.791] #7  0x0000565311eb22a8 in xact_redo (record=0x56531b44d500) at ../src/backend/access/transam/xact.c:6430
[14:27:57.791] #8  0x0000565311ed586f in ApplyWalRecord (xlogreader=0x56531b44d500, record=record@entry=0x7fe52668d8e0, ...
[14:27:57.791] #9  0x0000565311edb4b7 in PerformWalRecovery () at ../src/backend/access/transam/xlogrecovery.c:1823
tap
[14:26:46.349](232.975s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /tmp/cirrus-ci-build/src/test/recovery/t/027_stream_regress.pl line 103.
test
[14:26:46.576] 311/311 postgresql:recovery / recovery/027_stream_regress                               ERROR           3...
51/5070 Incorrect error message for cancellation triggered by statement_timeout & flaky test
CompilerWarnings
compiler
[12:59:43.056] backend_startup.c:270:63: error: data argument not used by format string [-Werror,-Wformat-extra-args]
compiler
[12:59:43.056] backend_startup.c:270:63: error: variable 'status' is uninitialized when used here [-Werror,-Wuninitializ...
compiler
[12:59:33.829] backend_startup.c:270:63: error: variable 'status' is uninitialized when used here [-Werror,-Wuninitializ...
compiler
[12:59:33.829] backend_startup.c:270:63: error: data argument not used by format string [-Werror,-Wformat-extra-args]
compiler
[12:58:58.550] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args]
compiler
[12:58:58.550] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit...
compiler
[12:58:49.987] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit...
compiler
[12:58:49.987] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args]
compiler
[13:00:07.983] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit...
compiler
[13:00:07.983] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args]
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[12:59:35.877] c:\cirrus\src\backend\tcop\backend_startup.c(270) : warning C4700: uninitialized local variable 'status' ...
51/4720 "unexpected duplicate for tablespace" problem in logical replication
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/00...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-10-16 12:34:27.070594000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_table.out	2024-10-16 12:36:18.919134...
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37698 |            |             0 |       37698 | pktable_pkey
+ 37695 |            |             0 |       37695 | pktable
+ 37714 |            |             0 |       37714 | fktable
+ 38200 |            |             0 |       38205 | foo
+ 38209 |            |             0 |       38209 | pg_toast_38200_index
+ 38208 |            |             0 |       38208 | pg_toast_38200
+ 38430 |            |             0 |       38430 | old_oids
+ 38447 |            |             0 |       38447 | pg_toast_38444
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/recovery/027_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-10-16 12:34:27.070594000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/alter_table.out	2024-10-16 12:37:07.8400...
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37641 |            |             0 |       37641 | pktable_pkey
+ 37638 |            |             0 |       37638 | pktable
+ 37643 |            |             0 |       37643 | fktable
+ 38464 |            |             0 |       38464 | old_oids
+ 38481 |            |             0 |       38481 | pg_toast_38478
+ 38482 |            |             0 |       38482 | pg_toast_38478_index
+ 38478 |            |             0 |       38478 | recur2
+ 38473 |            |             0 |       38473 | recur1
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/regress/regre...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-10-16 12:34:27.070594000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/alter_table.out	2024-10-16 12:36:14.971887000 +0000
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37627 |            |             0 |       37627 | pktable_pkey
+ 37624 |            |             0 |       37624 | pktable
+ 37629 |            |             0 |       37629 | fktable
+ 38228 |            |             0 |       38233 | foo
+ 38237 |            |             0 |       38237 | pg_toast_38228_index
+ 38236 |            |             0 |       38236 | pg_toast_38228
+ 38429 |            |             0 |       38429 | old_oids
+ 38446 |            |             0 |       38446 | pg_toast_38443
...
tap
[12:36:29.488](72.611s) not ok 5 - regression tests pass
tap
[12:37:18.422](83.487s) not ok 2 - regression tests pass
test
[12:39:11.999]  41/311 postgresql:regress / regress/regress                                            ERROR            ...
[12:39:11.999]  98/311 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[12:39:11.999] 157/311 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_chec...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-10-16 12:34:26.855371274 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/alter_table.out	2024-10-16 12:40:03.398955483 +0000
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37834 |            |             0 |       37834 | pktable_pkey
+ 37831 |            |             0 |       37831 | pktable
+ 37841 |            |             0 |       37841 | fktable
+ 38325 |            |             0 |       38330 | foo
+ 38334 |            |             0 |       38334 | pg_toast_38325_index
+ 38333 |            |             0 |       38333 | pg_toast_38325
+ 38557 |            |             0 |       38557 | old_oids
+ 38577 |            |             0 |       38577 | pg_toast_38574
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/src/test/recovery/tmp_check...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-10-16 12:34:26.855371274 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/alter_table.out	2024-10-16 12:41:21.078952406 +0000
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37796 |            |             0 |       37796 | pktable_pkey
+ 37793 |            |             0 |       37793 | pktable
+ 37799 |            |             0 |       37799 | fktable
+ 38255 |            |             0 |       38260 | foo
+ 38264 |            |             0 |       38264 | pg_toast_38255_index
+ 38263 |            |             0 |       38263 | pg_toast_38255
+ 38474 |            |             0 |       38474 | old_oids
+ 38497 |            |             0 |       38497 | pg_toast_38494
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/src/test/regress/results/al...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-10-16 12:34:26.855371274 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/alter_table.out	2024-10-16 12:37:45.574947295 +0000
@@ -3491,9 +3491,29 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37831 |            |             0 |       37831 | users_id_seq
+ 37842 |            |             0 |       37842 | pg_toast_37832
+ 37843 |            |             0 |       37843 | pg_toast_37832_index
+ 37832 |            |             0 |       37832 | users
+ 38018 |            |             0 |       38018 | foo
+ 38195 |            |             0 |       38195 | forc_test
+ 38690 |            |             0 |       38690 | pg_toast_38687
+ 38692 |            |             0 |       38692 | pg_toast_38687_index
...
tap
[12:40:11.309](105.092s) not ok 5 - regression tests pass
tap
[12:41:28.387](58.996s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/00...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-10-16 12:34:25.063062331 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_table.out	2024-10-16 12:37:17.792053...
@@ -3491,9 +3491,29 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 38735 |            |             0 |       38735 | pg_toast_38732
+ 38736 |            |             0 |       38736 | pg_toast_38732_index
+ 37912 |            |             0 |       37912 | users_id_seq
+ 37921 |            |             0 |       37921 | pg_toast_37913
+ 37922 |            |             0 |       37922 | pg_toast_37913_index
+ 37913 |            |             0 |       37913 | users
+ 38058 |            |             0 |       38058 | foo
+ 38280 |            |             0 |       38280 | forc_test
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/recovery/027_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-10-16 12:34:25.063062331 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/alter_table.out	2024-10-16 12:37:53.0087...
@@ -3491,9 +3491,29 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37912 |            |             0 |       37912 | users_id_seq
+ 37917 |            |             0 |       37917 | pg_toast_37913
+ 37918 |            |             0 |       37918 | pg_toast_37913_index
+ 37913 |            |             0 |       37913 | users
+ 38263 |            |             0 |       38263 | foo
+ 38376 |            |             0 |       38376 | forc_test
+ 38751 |            |             0 |       38751 | pg_toast_38748
+ 38752 |            |             0 |       38752 | pg_toast_38748_index
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/regress/regre...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-10-16 12:34:25.063062331 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/alter_table.out	2024-10-16 12:37:11.059924446 +0000
@@ -3491,9 +3491,29 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37812 |            |             0 |       37812 | users_id_seq
+ 37820 |            |             0 |       37820 | pg_toast_37813
+ 37821 |            |             0 |       37821 | pg_toast_37813_index
+ 37813 |            |             0 |       37813 | users
+ 38016 |            |             0 |       38016 | foo
+ 38274 |            |             0 |       38274 | forc_test
+ 38708 |            |             0 |       38708 | pg_toast_38705
+ 38709 |            |             0 |       38709 | pg_toast_38705_index
...
tap
[12:37:23.882](74.264s) not ok 5 - regression tests pass
tap
[12:38:00.269](75.139s) not ok 2 - regression tests pass
test
[12:39:43.535]  43/311 postgresql:regress / regress/regress                                            ERROR            ...
[12:39:43.535] 127/311 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[12:39:43.535] 154/311 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/alter_table.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg...
--- /Users/admin/pgsql/src/test/regress/expected/alter_table.out	2024-10-16 12:34:24
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_table.out	2024-10-16 12:36:40
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37518 |            |             0 |       37518 | pktable_pkey
+ 37515 |            |             0 |       37515 | pktable
+ 37605 |            |             0 |       37605 | fktable
+ 38257 |            |             0 |       38262 | foo
+ 38266 |            |             0 |       38266 | pg_toast_38257_index
+ 38265 |            |             0 |       38265 | pg_toast_38257
+ 38474 |            |             0 |       38474 | old_oids
+ 38504 |            |             0 |       38504 | pg_toast_38501
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/alter_table.out /Users/admin/pgsql/build/testrun/recovery/027_stre...
--- /Users/admin/pgsql/src/test/regress/expected/alter_table.out	2024-10-16 12:34:24
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/alter_table.out	2024-10-16 12:37:51
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37518 |            |             0 |       37518 | pktable_pkey
+ 37515 |            |             0 |       37515 | pktable
+ 37520 |            |             0 |       37520 | fktable
+ 38139 |            |             0 |       38146 | foo
+ 38150 |            |             0 |       38150 | pg_toast_38139_index
+ 38149 |            |             0 |       38149 | pg_toast_38139
+ 38362 |            |             0 |       38362 | old_oids
+ 38385 |            |             0 |       38385 | pg_toast_38382
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/alter_table.out /Users/admin/pgsql/build/testrun/regress/regress/r...
--- /Users/admin/pgsql/src/test/regress/expected/alter_table.out	2024-10-16 12:34:24
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/alter_table.out	2024-10-16 12:36:38
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37751 |            |             0 |       37751 | pktable_pkey
+ 37744 |            |             0 |       37744 | pktable
+ 37756 |            |             0 |       37756 | fktable
+ 38256 |            |             0 |       38256 | pg_toast_38248
+ 38248 |            |             0 |       38253 | foo
+ 38257 |            |             0 |       38257 | pg_toast_38248_index
+ 38505 |            |             0 |       38505 | old_oids
+ 38522 |            |             0 |       38522 | pg_toast_38519
...
tap
[12:36:47.848](56.885s) not ok 5 - regression tests pass
tap
[12:37:57.569](68.598s) not ok 2 - regression tests pass
test
[12:40:44.627]  27/311 postgresql:regress / regress/regress                                            ERROR            ...
[12:40:44.627]  47/311 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[12:40:44.627] 147/311 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/alter_table.out C:/cirrus/build/testrun/pg_upgrade/002_...
--- C:/cirrus/src/test/regress/expected/alter_table.out	2024-10-16 12:34:36.934950700 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_table.out	2024-10-16 12:38:19.330172400 +0000
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37363 |            |             0 |       37363 | pktable_pkey
+ 37360 |            |             0 |       37360 | pktable
+ 37366 |            |             0 |       37366 | fktable
+ 37954 |            |             0 |       37954 | pg_toast_37938
+ 37938 |            |             0 |       37950 | foo
+ 37955 |            |             0 |       37955 | pg_toast_37938_index
+ 38165 |            |             0 |       38165 | old_oids
+ 38182 |            |             0 |       38182 | pg_toast_38179
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/alter_table.out C:/cirrus/build/testrun/recovery/027_st...
--- C:/cirrus/src/test/regress/expected/alter_table.out	2024-10-16 12:34:36.934950700 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/alter_table.out	2024-10-16 12:40:34.516261100 +0000
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37474 |            |             0 |       37474 | pktable_pkey
+ 37467 |            |             0 |       37467 | pktable
+ 37477 |            |             0 |       37477 | fktable
+ 37935 |            |             0 |       37942 | foo
+ 37946 |            |             0 |       37946 | pg_toast_37935_index
+ 37945 |            |             0 |       37945 | pg_toast_37935
+ 38192 |            |             0 |       38192 | old_oids
+ 38209 |            |             0 |       38209 | pg_toast_38206
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/alter_table.out C:/cirrus/build/testrun/regress/regress...
--- C:/cirrus/src/test/regress/expected/alter_table.out	2024-10-16 12:34:36.934950700 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/alter_table.out	2024-10-16 12:38:04.463953500 +0000
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37240 |            |             0 |       37240 | pktable_pkey
+ 37236 |            |             0 |       37236 | pktable
+ 37242 |            |             0 |       37242 | fktable
+ 37966 |            |             0 |       37975 | foo
+ 37979 |            |             0 |       37979 | pg_toast_37966_index
+ 37978 |            |             0 |       37978 | pg_toast_37966
+ 38217 |            |             0 |       38217 | old_oids
+ 38234 |            |             0 |       38234 | pg_toast_38231
...
tap
[12:38:30.618](113.292s) not ok 5 - regression tests pass
tap
[12:40:52.219](131.947s) not ok 2 - regression tests pass
test
[12:46:59.460]  20/306 postgresql:regress / regress/regress                                            ERROR           1...
[12:46:59.460]  40/306 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[12:46:59.460] 102/306 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5031 Remove dependence on integer wrapping
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/date.out C:/cirrus/build/testrun/pg_upgrade/002_pg_upgr...
--- C:/cirrus/src/test/regress/expected/date.out	2024-10-16 12:05:09.621263900 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/date.out	2024-10-16 12:07:23.979299300 +0000
@@ -1533,4 +1533,4 @@
 select make_time(24, 0, 2.1);
 ERROR:  time field value out of range: 24:00:2.1
 SELECT make_date(-2147483648, 1, 1);
-ERROR:  date field value out of range: -2147483648-01-01
+ERROR:  date field value out of range: 24301-01-01
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/date.out C:/cirrus/build/testrun/recovery/027_stream_re...
--- C:/cirrus/src/test/regress/expected/date.out	2024-10-16 12:05:09.621263900 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/date.out	2024-10-16 12:09:38.894443200 +0000
@@ -1533,4 +1533,4 @@
 select make_time(24, 0, 2.1);
 ERROR:  time field value out of range: 24:00:2.1
 SELECT make_date(-2147483648, 1, 1);
-ERROR:  date field value out of range: -2147483648-01-01
+ERROR:  date field value out of range: 24301-01-01
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/date.out C:/cirrus/build/testrun/regress/regress/result...
--- C:/cirrus/src/test/regress/expected/date.out	2024-10-16 12:05:09.621263900 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/date.out	2024-10-16 12:07:18.237776900 +0000
@@ -1533,4 +1533,4 @@
 select make_time(24, 0, 2.1);
 ERROR:  time field value out of range: 24:00:2.1
 SELECT make_date(-2147483648, 1, 1);
-ERROR:  date field value out of range: -2147483648-01-01
+ERROR:  date field value out of range: 24301-01-01
tap
[12:09:17.100](119.310s) not ok 5 - regression tests pass
tap
[12:11:33.375](124.852s) not ok 2 - regression tests pass
test
[12:18:49.842]   6/306 postgresql:regress / regress/regress                                            ERROR           1...
[12:18:49.842]  37/306 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[12:18:49.842]  83/306 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5252 Trim the heap free memory
CompilerWarnings
compiler
[08:37:43.462] postgres.c:2826:47: error: implicit declaration of function ‘sbrk’ [-Werror=implicit-function-declaration...
compiler
[08:37:43.462] postgres.c:2830:33: error: assignment to ‘char *’ from ‘int’ makes pointer from integer without a cast [-...
compiler
[08:37:43.462] postgres.c:2829:25: error: implicit declaration of function ‘malloc_trim’ [-Werror=implicit-function-decl...
compiler
[08:37:43.462] postgres.c:2826:47: error: initialization of ‘char *’ from ‘int’ makes pointer from integer without a cas...
Linux - Debian Bookworm - Autoconf
tap
[08:35:51.959](0.001s) not ok 28 - options --locale-provider=icu --locale=und --lc-*=C: no stderr
Linux - Debian Bookworm - Meson
tap
[08:38:28.886](0.001s) not ok 28 - options --locale-provider=icu --locale=und --lc-*=C: no stderr
test
[08:40:01.917] 170/311 postgresql:initdb / initdb/001_initdb                                           ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[08:34:41.174] tcop_postgres.c.obj : error LNK2019: unresolved external symbol malloc_trim referenced in function finish...
compiler
[08:34:41.174] tcop_postgres.c.obj : error LNK2019: unresolved external symbol sbrk referenced in function finish_xact_c...
compiler
[08:34:29.794] ../src/backend/tcop/postgres.c(2826): warning C4047: 'initializing': 'char *' differs in levels of indire...
compiler
[08:34:29.794] ../src/backend/tcop/postgres.c(2830): warning C4047: '=': 'char *' differs in levels of indirection from ...
51/5061 New function rand_array() to contrib/tablefunc
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/tablefunc/expected/tablefunc.out /tmp/cirrus-ci-build/build/testrun/tablefunc/regr...
--- /tmp/cirrus-ci-build/contrib/tablefunc/expected/tablefunc.out	2024-10-16 08:03:12.292885000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/tablefunc/regress/results/tablefunc.out	2024-10-16 08:05:33.716540000 +0000
@@ -1,17 +1,20 @@
 CREATE EXTENSION tablefunc;
+ERROR:  extension "tablefunc" has no installation script nor update path for version "1.1"
 --
 -- normal_rand()
 -- no easy way to do this for regression testing
 --
 SELECT avg(normal_rand)::int, count(*) FROM normal_rand(100, 250, 0.2);
- avg | count 
------+-------
- 250 |   100
-(1 row)
-
+ERROR:  function normal_rand(integer, integer, numeric) does not exist
+LINE 1: SELECT avg(normal_rand)::int, count(*) FROM normal_rand(100,...
+                                                    ^
+HINT:  No function matches the given name and argument types. You might need to add explicit type casts.
...
test
[08:07:46.116]  95/311 postgresql:tablefunc / tablefunc/regress                                        ERROR            ...
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/tablefunc/expected/tablefunc.out /tmp/cirrus-ci-build/build/testrun/tablefunc/regr...
--- /tmp/cirrus-ci-build/contrib/tablefunc/expected/tablefunc.out	2024-10-16 08:03:23.135907001 +0000
+++ /tmp/cirrus-ci-build/build/testrun/tablefunc/regress/results/tablefunc.out	2024-10-16 08:06:22.612569707 +0000
@@ -1,17 +1,20 @@
 CREATE EXTENSION tablefunc;
+ERROR:  extension "tablefunc" has no installation script nor update path for version "1.1"
 --
 -- normal_rand()
 -- no easy way to do this for regression testing
 --
 SELECT avg(normal_rand)::int, count(*) FROM normal_rand(100, 250, 0.2);
- avg | count 
------+-------
- 250 |   100
-(1 row)
-
+ERROR:  function normal_rand(integer, integer, numeric) does not exist
+LINE 1: SELECT avg(normal_rand)::int, count(*) FROM normal_rand(100,...
+                                                    ^
+HINT:  No function matches the given name and argument types. You might need to add explicit type casts.
...
test
[08:08:23.015]  90/311 postgresql:tablefunc / tablefunc/regress                                        ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/contrib/tablefunc/expected/tablefunc.out C:/cirrus/build/testrun/tablefunc/regres...
--- C:/cirrus/contrib/tablefunc/expected/tablefunc.out	2024-10-16 08:03:42.185715000 +0000
+++ C:/cirrus/build/testrun/tablefunc/regress/results/tablefunc.out	2024-10-16 08:10:04.210003500 +0000
@@ -1,17 +1,20 @@
 CREATE EXTENSION tablefunc;
+ERROR:  extension "tablefunc" has no installation script nor update path for version "1.1"
 --
 -- normal_rand()
 -- no easy way to do this for regression testing
 --
 SELECT avg(normal_rand)::int, count(*) FROM normal_rand(100, 250, 0.2);
- avg | count 
------+-------
- 250 |   100
-(1 row)
-
+ERROR:  function normal_rand(integer, integer, numeric) does not exist
+LINE 1: SELECT avg(normal_rand)::int, count(*) FROM normal_rand(100,...
+                                                    ^
+HINT:  No function matches the given name and argument types. You might need to add explicit type casts.
...
test
[08:15:48.030]  90/306 postgresql:tablefunc / tablefunc/regress                                        ERROR            ...
51/5242 Fix RelationTruncate() corruption
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[08:04:07.922] ../src/backend/storage/smgr/smgr.c(732): warning C4098: 'smgrtruncate': 'void' function returning a value
51/5012 Vacuum statistics
FreeBSD - 13 - Meson
core
[05:35:52.463] #0  0x0000382323f785da in ?? () from /libexec/ld-elf.so.1
[05:35:52.463] #1  0x0000382323f746ec in ?? () from /libexec/ld-elf.so.1
[05:35:52.463] #2  0x0000000000000000 in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out /tmp/cirrus-ci-build/bu...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-10-16 05:29:07.87628100...
+++ /tmp/cirrus-ci-build/build/testrun/isolation/isolation/results/vacuum-extending-in-repetable-read.out	2024-10-16 05:...
@@ -22,7 +22,8 @@
   100
 (1 row)
 
-step s2_update: UPDATE test_vacuum_stat_isolation SET ival = ival + 2 where id > 900;
+step s2_update: UPDATE test_vacuum_stat_isolation SET ival = ival  2 where id > 900;
+ERROR:  syntax error at or near "2"
 step s2_insert_interrupt: INSERT INTO test_vacuum_stat_isolation values (1,1);
 step s2_vacuum: VACUUM test_vacuum_stat_isolation;
 step s2_print_vacuum_stats_table: 
@@ -33,7 +34,7 @@
 
 relname                   |tuples_deleted|dead_tuples|tuples_frozen
 --------------------------+--------------+-----------+-------------
-test_vacuum_stat_isolation|             0|        100|            0
+test_vacuum_stat_isolation|             0|          0|            0
 (1 row)
...
test
[05:34:44.677]  46/311 postgresql:isolation / isolation/isolation                                      ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out /tmp/cirrus-ci-build/sr...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-10-16 05:29:08.08525713...
+++ /tmp/cirrus-ci-build/src/test/isolation/output_iso/results/vacuum-extending-in-repetable-read.out	2024-10-16 05:34:4...
@@ -22,7 +22,8 @@
   100
 (1 row)
 
-step s2_update: UPDATE test_vacuum_stat_isolation SET ival = ival + 2 where id > 900;
+step s2_update: UPDATE test_vacuum_stat_isolation SET ival = ival  2 where id > 900;
+ERROR:  syntax error at or near "2"
 step s2_insert_interrupt: INSERT INTO test_vacuum_stat_isolation values (1,1);
 step s2_vacuum: VACUUM test_vacuum_stat_isolation;
 step s2_print_vacuum_stats_table: 
@@ -33,7 +34,7 @@
 
 relname                   |tuples_deleted|dead_tuples|tuples_frozen
 --------------------------+--------------+-----------+-------------
-test_vacuum_stat_isolation|             0|        100|            0
+test_vacuum_stat_isolation|             0|          0|            0
 (1 row)
...
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out /tmp/cirrus-ci-build/bu...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-10-16 05:29:05.91459584...
+++ /tmp/cirrus-ci-build/build/testrun/isolation/isolation/results/vacuum-extending-in-repetable-read.out	2024-10-16 05:...
@@ -22,7 +22,8 @@
   100
 (1 row)
 
-step s2_update: UPDATE test_vacuum_stat_isolation SET ival = ival + 2 where id > 900;
+step s2_update: UPDATE test_vacuum_stat_isolation SET ival = ival  2 where id > 900;
+ERROR:  syntax error at or near "2"
 step s2_insert_interrupt: INSERT INTO test_vacuum_stat_isolation values (1,1);
 step s2_vacuum: VACUUM test_vacuum_stat_isolation;
 step s2_print_vacuum_stats_table: 
@@ -33,7 +34,7 @@
 
 relname                   |tuples_deleted|dead_tuples|tuples_frozen
 --------------------------+--------------+-----------+-------------
-test_vacuum_stat_isolation|             0|        100|            0
+test_vacuum_stat_isolation|             0|          0|            0
 (1 row)
...
test
[05:36:52.839]  40/311 postgresql:isolation / isolation/isolation                                      ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/isolation/expected/vacuum-extending-in-repetable-read.out C:/cirrus/buil...
--- C:/cirrus/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-10-16 05:29:22.344023500 +0000
+++ C:/cirrus/build/testrun/isolation/isolation/results/vacuum-extending-in-repetable-read.out	2024-10-16 05:33:14.57651...
@@ -22,7 +22,8 @@
   100
 (1 row)
 
-step s2_update: UPDATE test_vacuum_stat_isolation SET ival = ival + 2 where id > 900;
+step s2_update: UPDATE test_vacuum_stat_isolation SET ival = ival  2 where id > 900;
+ERROR:  syntax error at or near "2"
 step s2_insert_interrupt: INSERT INTO test_vacuum_stat_isolation values (1,1);
 step s2_vacuum: VACUUM test_vacuum_stat_isolation;
 step s2_print_vacuum_stats_table: 
@@ -33,7 +34,7 @@
 
 relname                   |tuples_deleted|dead_tuples|tuples_frozen
 --------------------------+--------------+-----------+-------------
-test_vacuum_stat_isolation|             0|        100|            0
+test_vacuum_stat_isolation|             0|          0|            0
 (1 row)
...
test
[05:43:37.384]  29/306 postgresql:isolation / isolation/isolation                                      ERROR           1...
50/4450 Replace a large number of OR clauses with ANY expression
macOS - Sonoma - Meson
tap
[05:12:42.243](0.130s) not ok 5 - psql connect success
[05:12:42.244](0.000s) not ok 6 - psql select 1
test
[05:16:11.904]  44/311 postgresql:recovery / recovery/041_checkpoint_at_promote                        ERROR            ...
51/4997 Return pg_control from pg_backup_stop().
Linux - Debian Bookworm - Meson
core
[02:16:53.242] #0  0x00007fc2d60a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[02:16:53.242] #1  0x00007fc2d605afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[02:16:53.242] #2  0x00007fc2d6045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[02:16:53.242] #3  0x00007fc2d621e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[02:16:53.242] #4  0x00007fc2d622aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[02:16:53.242] #5  0x00007fc2d620d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x56182ad88e60,...
[02:16:53.242] #6  0x0000561829eba010 in backup_control_file (controlFile=controlFile@entry=0x56182d58826c "\242\375(\23...
[02:16:53.242] #7  0x0000561829ebed4c in pg_backup_stop (fcinfo=<optimized out>) at ../src/backend/access/transam/xlogfu...
[02:16:53.242] #8  0x000056182a0bb2f5 in ExecMakeTableFunctionResult (setexpr=0x56182d597358, econtext=0x56182d597228, a...
[02:16:53.242] #9  0x000056182a0e9307 in FunctionNext (node=0x56182d597018) at ../src/backend/executor/nodeFunctionscan....
core
[02:16:53.775] #0  0x00007fc496ca9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[02:16:53.775] #1  0x00007fc496c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[02:16:53.775] #2  0x00007fc496c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[02:16:53.775] #3  0x00007fc496e1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[02:16:53.775] #4  0x00007fc496e2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[02:16:53.775] #5  0x00007fc496e0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55c6a9f25e60,...
[02:16:53.775] #6  0x000055c6a9057010 in backup_control_file (controlFile=controlFile@entry=0x55c6af5e218c "\242\375(\23...
[02:16:53.775] #7  0x000055c6a905bd4c in pg_backup_stop (fcinfo=<optimized out>) at ../src/backend/access/transam/xlogfu...
[02:16:53.775] #8  0x000055c6a9230e5b in ExecInterpExpr (state=0x55c6af5d98a0, econtext=0x55c6af5d9648, isnull=0x7ffc613...
[02:16:53.775] #9  0x000055c6a9225729 in ExecInterpExprStillValid (state=0x55c6af5d98a0, econtext=0x55c6af5d9648, isNull...
tap
[02:12:46.283](1.367s) not ok 18 - psql fails correctly
[02:12:46.284](0.000s) not ok 19 - pg_backup_start fails gracefully
test
[02:15:45.299]  26/311 postgresql:recovery / recovery/020_archive_status                               ERROR            ...
[02:15:45.299]  44/311 postgresql:recovery / recovery/042_low_level_backup                             ERROR            ...
51/4966 Parallel CREATE INDEX for GIN indexes
CompilerWarnings
compiler
[02:08:25.986] gininsert.c:2421:35: error: format ‘%ld’ expects argument of type ‘long int’, but argument 2 has type ‘in...
compiler
[02:08:25.986] gininsert.c:2402:37: error: format ‘%ld’ expects argument of type ‘long int’, but argument 3 has type ‘lo...
51/4929 apply_scanjoin_target_to_paths and partitionwise join
FreeBSD - 13 - Meson
core
[01:03:30.536] #0  0x000000082be5c8fa in _sigprocmask () from /lib/libc.so.7
[01:03:30.536] #1  0x000000082be95f91 in _system () from /lib/libc.so.7
[01:03:30.536] #2  0x000000082af6f9d3 in ?? () from /lib/libthr.so.3
[01:03:30.536] #3  0x0000000000669ae5 in RestoreArchivedFile (path=path@entry=0x8218d71d0 "pg_wal/0\347\0237", xlogfname...
[01:03:30.536] #4  0x00000000006752ce in XLogFileRead (segno=segno@entry=6, tli=tli@entry=1, source=source@entry=XLOG_FR...
[01:03:30.536] #5  0x0000000000670fac in XLogFileReadAnyTLI (segno=6, source=XLOG_FROM_ANY) at ../src/backend/access/tra...
[01:03:30.536] #6  WaitForWALToBecomeAvailable (RecPtr=100671488, tliRecPtr=100683584, replayTLI=1, replayLSN=100683584,...
[01:03:30.536] #7  XLogPageRead (xlogreader=0x835c0c130, targetPagePtr=100663296, reqLen=8192, targetRecPtr=100683584, r...
[01:03:30.536] #8  0x0000000000677f36 in ReadPageInternal (state=state@entry=0x835c0c130, pageptr=100679680, reqLen=3928...
[01:03:30.536] #9  0x0000000000676e22 in XLogDecodeNextRecord (state=0x835c0c130, nonblocking=false) at ../src/backend/a...
core
[01:03:30.212] #0  0x0000297440d925da in ?? () from /libexec/ld-elf.so.1
[01:03:30.212] #1  0x0000297440d8e6ec in ?? () from /libexec/ld-elf.so.1
[01:03:30.212] #2  0x0000000000000000 in ?? ()
[01:03:30.498] #0  0x000000082be5c8fa in _sigprocmask () from /lib/libc.so.7
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-16 00:58:07.743083000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_join.out	2024-10-16 00:59:41.127...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/recovery/0...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-16 00:58:07.743083000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/partition_join.out	2024-10-16 01:00:24.4...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/regress/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-16 00:58:07.743083000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/partition_join.out	2024-10-16 00:59:40.570721000 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[00:59:45.822](60.175s) not ok 5 - regression tests pass
tap
[01:00:29.247](68.445s) not ok 2 - regression tests pass
test
[01:02:22.730]  40/311 postgresql:regress / regress/regress                                            ERROR            ...
[01:02:22.730]  79/311 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[01:02:22.730] 149/311 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_c...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-16 00:58:08.399327828 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/partition_join.out	2024-10-16 01:04:13.426318158 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/src/test/recovery/tmp_ch...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-16 00:58:08.399327828 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/partition_join.out	2024-10-16 01:05:19.866269024 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/src/test/regress/results...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-16 00:58:08.399327828 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/partition_join.out	2024-10-16 01:01:26.698526084 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[01:04:16.508](109.650s) not ok 5 - regression tests pass
tap
[01:05:23.022](65.863s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-16 00:58:07.600236880 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_join.out	2024-10-16 01:00:30.034...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/recovery/0...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-16 00:58:07.600236880 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/partition_join.out	2024-10-16 01:01:03.1...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/regress/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-16 00:58:07.600236880 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/partition_join.out	2024-10-16 01:00:23.866195010 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[01:00:32.366](68.826s) not ok 5 - regression tests pass
tap
[01:01:05.923](69.828s) not ok 2 - regression tests pass
test
[01:02:43.118]  43/311 postgresql:regress / regress/regress                                            ERROR            ...
[01:02:43.118] 122/311 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[01:02:43.118] 154/311 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/partition_join.out C:/cirrus/build/testrun/pg_upgrade/0...
--- C:/cirrus/src/test/regress/expected/partition_join.out	2024-10-16 00:58:17.285247500 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_join.out	2024-10-16 01:01:54.068911400 +000...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/partition_join.out C:/cirrus/build/testrun/recovery/027...
--- C:/cirrus/src/test/regress/expected/partition_join.out	2024-10-16 00:58:17.285247500 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/partition_join.out	2024-10-16 01:03:59.301860900 +0...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/partition_join.out C:/cirrus/build/testrun/regress/regr...
--- C:/cirrus/src/test/regress/expected/partition_join.out	2024-10-16 00:58:17.285247500 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/partition_join.out	2024-10-16 01:01:48.132870000 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[01:02:02.256](108.000s) not ok 5 - regression tests pass
tap
[01:04:09.546](114.308s) not ok 2 - regression tests pass
test
[01:10:24.159]  20/306 postgresql:regress / regress/regress                                            ERROR           1...
[01:10:24.159]  41/306 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[01:10:24.159]  91/306 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5151 DirtyScanshot index scan skips concurrently updated tuples
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/dirty_index_scan.out /tmp/cirrus-ci-build/build...
--- /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/dirty_index_scan.out	2024-10-16 00:38:09.912613000 +...
+++ /tmp/cirrus-ci-build/build/testrun/injection_points/isolation/results/dirty_index_scan.out	2024-10-16 00:47:35.72742...
@@ -36,4 +36,6 @@
                        
 (1 row)
 
+isolationtester: canceling step s1_s1 after 360 seconds
 step s1_s1: <... completed>
+ERROR:  canceling statement due to user request
test
[00:47:35.923] 311/311 postgresql:injection_points / injection_points/isolation                        ERROR           3...
51/4888 Run deferred triggers in the correct security context
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_p...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-10-16 00:25:10.508320000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/triggers.out	2024-10-16 00:26:06.523745000...
@@ -3731,7 +3731,9 @@
 -- test who runs deferred trigger functions
 -- setup
 create role groot;
+WARNING:  roles created by regression test cases should have names starting with "regress_"
 create role outis;
+WARNING:  roles created by regression test cases should have names starting with "regress_"
 create function whoami() returns trigger language plpgsql
 as $$
 begin
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/build/testrun/recovery/027_str...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-10-16 00:25:10.508320000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/triggers.out	2024-10-16 00:26:48.3647970...
@@ -3731,7 +3731,9 @@
 -- test who runs deferred trigger functions
 -- setup
 create role groot;
+WARNING:  roles created by regression test cases should have names starting with "regress_"
 create role outis;
+WARNING:  roles created by regression test cases should have names starting with "regress_"
 create function whoami() returns trigger language plpgsql
 as $$
 begin
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/build/testrun/regress/regress/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-10-16 00:25:10.508320000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/triggers.out	2024-10-16 00:26:06.273523000 +0000
@@ -3731,7 +3731,9 @@
 -- test who runs deferred trigger functions
 -- setup
 create role groot;
+WARNING:  roles created by regression test cases should have names starting with "regress_"
 create role outis;
+WARNING:  roles created by regression test cases should have names starting with "regress_"
 create function whoami() returns trigger language plpgsql
 as $$
 begin
tap
[00:26:50.991](59.161s) not ok 5 - regression tests pass
tap
[00:27:35.446](66.910s) not ok 2 - regression tests pass
test
[00:29:30.227]  14/311 postgresql:regress / regress/regress                                            ERROR            ...
[00:29:30.227]  75/311 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[00:29:30.227] 152/311 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
50/3874 pg_rewind WAL deletion pitfall
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out /tmp/cirrus-ci-build/build/testrun/postgres...
--- /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out	2024-10-16 00:17:11.060514000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/postgres_fdw-running/regress/results/postgres_fdw.out	2024-10-16 00:22:22.2075620...
@@ -12325,8 +12325,7 @@
   FROM postgres_fdw_get_connections(true);
  case 
 ------
-    1
-(1 row)
+(0 rows)
 
 -- After terminating the remote backend, since the connection is closed,
 -- "closed" should be TRUE, or NULL if the connection status check
@@ -12339,8 +12338,7 @@
   FROM postgres_fdw_get_connections(true);
  case 
 ------
-    1
-(1 row)
+(0 rows)
...
test
[00:22:53.723] 73/75 postgresql:postgres_fdw-running / postgres_fdw-running/regress               ERROR            11.29...
51/5284 database-specific role memberships
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/privs_in_db.out /tmp/cirrus-ci-build/build/testrun/regress-runni...
--- /tmp/cirrus-ci-build/src/test/regress/expected/privs_in_db.out	2024-10-15 23:04:07.682811000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress-running/regress/results/privs_in_db.out	2024-10-15 23:09:48.250760000 +00...
@@ -756,9 +756,10 @@
 DROP DATABASE regression_db_0;
 DROP ROLE regress_role_admin;
 SELECT datname FROM pg_database WHERE datname LIKE 'regression_db_%';
- datname 
----------
-(0 rows)
+      datname      
+-------------------
+ regression_dblink
+(1 row)
 
 SELECT rolname FROM pg_roles WHERE rolname LIKE 'regress_role_%';
  rolname 
test
[23:10:09.387] 74/75 postgresql:regress-running / regress-running/regress                         ERROR            25.59...
51/5131 add log_transaction GUC setting
FreeBSD - 13 - Meson
tap
[21:55:55.404](1.559s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[21:56:06.449] 292/311 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
Linux - Debian Bookworm - Autoconf
tap
[21:55:52.350](0.937s) not ok 1 - no parameters missing from postgresql.conf.sample
Linux - Debian Bookworm - Meson
core
[21:58:43.409] #0  0x00007fc04c7c3b13 in wait4 () from /lib/x86_64-linux-gnu/libc.so.6
[21:58:43.409] #1  0x000055b55885acc0 in ?? ()
[21:58:43.409] #2  0x000055b55885aefa in ?? ()
[21:58:43.409] #3  0x000055b55885c630 in ?? ()
[21:58:43.409] #4  0x000055b558856371 in ?? ()
[21:58:43.409] #5  0x000055b55885520f in ?? ()
[21:58:43.409] #6  0x000055b558855c3b in ?? ()
[21:58:43.409] #7  0x000055b55885366f in ?? ()
[21:58:43.409] #8  0x00007fc04c71724a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:58:43.409] #9  0x00007fc04c717305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
tap
[21:57:31.936](0.546s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[21:57:43.287] 289/311 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
macOS - Sonoma - Meson
tap
[21:57:30.088](1.601s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[21:57:44.930] 292/311 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
51/3478 AcquireExecutorLocks() and run-time pruning
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/delay_execution/expected/cached-plan-inval.out /tmp/cirrus-ci-build/build...
--- /tmp/cirrus-ci-build/src/test/modules/delay_execution/expected/cached-plan-inval.out	2024-10-15 20:36:07.637485000 +...
+++ /tmp/cirrus-ci-build/build/testrun/delay_execution/isolation/results/cached-plan-inval.out	2024-10-15 20:39:39.25769...
@@ -184,14 +184,12 @@
   One-Time Filter: (InitPlan 1).col1                           
   InitPlan 1                                                   
     ->  LockRows                                               
-          Disabled Nodes: 2                                    
           ->  Append                                           
-                Disabled Nodes: 2                              
                 Subplans Removed: 2                            
                 ->  Index Scan using foo12_1_a on foo12_1 foo_1
                       Index Cond: (a = $1)                     
   ->  Function Scan on generate_series                         
-(11 rows)
+(9 rows)
 
 step s2lock: SELECT pg_advisory_lock(12345);
 pg_advisory_lock
@@ -218,13 +216,11 @@
...
test
[20:41:48.300] 105/311 postgresql:delay_execution / delay_execution/isolation                          ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/delay_execution/expected/cached-plan-inval.out /tmp/cirrus-ci-build/src/t...
--- /tmp/cirrus-ci-build/src/test/modules/delay_execution/expected/cached-plan-inval.out	2024-10-15 20:36:04.602031030 +...
+++ /tmp/cirrus-ci-build/src/test/modules/delay_execution/output_iso/results/cached-plan-inval.out	2024-10-15 20:42:18.2...
@@ -184,14 +184,12 @@
   One-Time Filter: (InitPlan 1).col1                           
   InitPlan 1                                                   
     ->  LockRows                                               
-          Disabled Nodes: 2                                    
           ->  Append                                           
-                Disabled Nodes: 2                              
                 Subplans Removed: 2                            
                 ->  Index Scan using foo12_1_a on foo12_1 foo_1
                       Index Cond: (a = $1)                     
   ->  Function Scan on generate_series                         
-(11 rows)
+(9 rows)
 
 step s2lock: SELECT pg_advisory_lock(12345);
 pg_advisory_lock
@@ -218,13 +216,11 @@
...
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/delay_execution/expected/cached-plan-inval.out /tmp/cirrus-ci-build/build...
--- /tmp/cirrus-ci-build/src/test/modules/delay_execution/expected/cached-plan-inval.out	2024-10-15 20:36:25.018341051 +...
+++ /tmp/cirrus-ci-build/build/testrun/delay_execution/isolation/results/cached-plan-inval.out	2024-10-15 20:41:57.97915...
@@ -184,14 +184,12 @@
   One-Time Filter: (InitPlan 1).col1                           
   InitPlan 1                                                   
     ->  LockRows                                               
-          Disabled Nodes: 2                                    
           ->  Append                                           
-                Disabled Nodes: 2                              
                 Subplans Removed: 2                            
                 ->  Index Scan using foo12_1_a on foo12_1 foo_1
                       Index Cond: (a = $1)                     
   ->  Function Scan on generate_series                         
-(11 rows)
+(9 rows)
 
 step s2lock: SELECT pg_advisory_lock(12345);
 pg_advisory_lock
@@ -218,13 +216,11 @@
...
test
[20:43:41.845] 105/311 postgresql:delay_execution / delay_execution/isolation                          ERROR            ...
macOS - Sonoma - Meson
core
[20:46:44.670]   * frame #0: 0x000000010291cb70 dyld`_dyld_start
regress
diff -U3 /Users/admin/pgsql/src/test/modules/delay_execution/expected/cached-plan-inval.out /Users/admin/pgsql/build/tes...
--- /Users/admin/pgsql/src/test/modules/delay_execution/expected/cached-plan-inval.out	2024-10-15 20:35:59
+++ /Users/admin/pgsql/build/testrun/delay_execution/isolation/results/cached-plan-inval.out	2024-10-15 20:40:29
@@ -184,14 +184,12 @@
   One-Time Filter: (InitPlan 1).col1                           
   InitPlan 1                                                   
     ->  LockRows                                               
-          Disabled Nodes: 2                                    
           ->  Append                                           
-                Disabled Nodes: 2                              
                 Subplans Removed: 2                            
                 ->  Index Scan using foo12_1_a on foo12_1 foo_1
                       Index Cond: (a = $1)                     
   ->  Function Scan on generate_series                         
-(11 rows)
+(9 rows)
 
 step s2lock: SELECT pg_advisory_lock(12345);
 pg_advisory_lock
@@ -218,13 +216,11 @@
...
test
[20:43:25.700] 106/311 postgresql:delay_execution / delay_execution/isolation                          ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/modules/delay_execution/expected/cached-plan-inval.out C:/cirrus/build/t...
--- C:/cirrus/src/test/modules/delay_execution/expected/cached-plan-inval.out	2024-10-15 20:36:21.767319400 +0000
+++ C:/cirrus/build/testrun/delay_execution/isolation/results/cached-plan-inval.out	2024-10-15 20:43:58.478825900 +0000
@@ -184,14 +184,12 @@
   One-Time Filter: (InitPlan 1).col1                           
   InitPlan 1                                                   
     ->  LockRows                                               
-          Disabled Nodes: 2                                    
           ->  Append                                           
-                Disabled Nodes: 2                              
                 Subplans Removed: 2                            
                 ->  Index Scan using foo12_1_a on foo12_1 foo_1
                       Index Cond: (a = $1)                     
   ->  Function Scan on generate_series                         
-(11 rows)
+(9 rows)
 
 step s2lock: SELECT pg_advisory_lock(12345);
 pg_advisory_lock
@@ -218,13 +216,11 @@
...
test
[20:50:25.168] 103/306 postgresql:delay_execution / delay_execution/isolation                          ERROR            ...
50/5208 prefetching for nestloop / indexscan
FreeBSD - 13 - Meson
tap
[18:05:31.879](1.689s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[18:05:41.228] 292/311 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
Linux - Debian Bookworm - Autoconf
tap
[18:06:47.334](1.029s) not ok 1 - no parameters missing from postgresql.conf.sample
Linux - Debian Bookworm - Meson
tap
[18:08:15.426](0.540s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[18:08:25.427] 290/311 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
macOS - Sonoma - Meson
tap
[18:07:30.895](0.876s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[18:07:46.387] 292/311 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[18:15:36.005](2.161s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[18:16:07.607] 286/306 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
51/5196 Use function smgrclose() to replace the loop
CompilerWarnings
compiler
[15:36:34.544] smgr.c:487:9: error: unused variable 'which' [-Werror,-Wunused-variable]
compiler
[15:36:34.544] smgr.c:282:13: error: unused variable 'forknum' [-Werror,-Wunused-variable]
compiler
[15:36:25.312] smgr.c:487:9: error: unused variable 'which' [-Werror,-Wunused-variable]
compiler
[15:36:25.312] smgr.c:282:13: error: unused variable 'forknum' [-Werror,-Wunused-variable]
compiler
[15:35:54.690] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable]
compiler
[15:35:54.690] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
compiler
[15:35:45.466] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable]
compiler
[15:35:45.466] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
compiler
[15:36:59.206] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable]
compiler
[15:36:59.206] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
51/4308 SQL:2011 application time
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[12:36:18.843] c:\cirrus\src\backend\utils\cache\lsyscache.c(1713) : warning C4715: 'get_func_namespace': not all contro...
51/5174 Call rm_redo in a temporary memory context
CompilerWarnings
compiler
[11:33:51.547] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
compiler
[11:33:19.451] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
compiler
[11:37:14.666] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
51/5236 JIT: The nullness of casetest.value can be determined at the JIT compile time.
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/query_cancel.out /tmp/cirrus-ci-build/build/testrun/postgres...
--- /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/query_cancel.out	2024-10-15 10:31:14.940779930 +0000
+++ /tmp/cirrus-ci-build/build/testrun/postgres_fdw/regress/results/query_cancel.out	2024-10-15 10:34:40.575404314 +0000
@@ -29,4 +29,5 @@
 -- This would take very long if not canceled:
 SELECT count(*) FROM ft1 a CROSS JOIN ft1 b CROSS JOIN ft1 c CROSS JOIN ft1 d;
 ERROR:  canceling statement due to statement timeout
+WARNING:  could not get result of cancel request due to timeout
 COMMIT;
test
[10:35:54.984] 162/311 postgresql:postgres_fdw / postgres_fdw/regress                                  ERROR            ...
50/4754 Add LSN <-> time conversion facility
CompilerWarnings
compiler
[10:02:35.466] pgstat_wal.c:362:48: error: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 2 has...
compiler
[10:02:35.466] pgstat_wal.c:545:26: error: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 2 has...
Linux - Debian Bookworm - Meson
core
[10:01:53.663] #0  0xf7f1e559 in __kernel_vsyscall ()
[10:01:53.663] #1  0xf68592f7 in ?? () from /lib/i386-linux-gnu/libc.so.6
[10:01:53.663] #2  0xf6808111 in raise () from /lib/i386-linux-gnu/libc.so.6
[10:01:53.663] #3  0xf67f126a in abort () from /lib/i386-linux-gnu/libc.so.6
[10:01:53.663] #4  0xf6a14d4a in __sanitizer::Abort () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_pos...
[10:01:53.663] #5  0xf6a23896 in __sanitizer::Die () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_termi...
[10:01:53.663] #6  0xf6a01c5b in __ubsan::__ubsan_handle_nonnull_arg_abort (Data=<optimized out>) at ../../../../../src/...
[10:01:53.663] #7  0x569450f8 in fill_val (att=att@entry=0x5a1286d4, bit=<optimized out>, bitmask=bitmask@entry=0xffc864...
[10:01:53.663] #8  0x56946eab in heap_fill_tuple (tupleDesc=0x5a1286c0, values=0xffc86578, isnull=0xffc86576, data=<opti...
[10:01:53.663] #9  0x56948a6c in heap_form_tuple (tupleDescriptor=0x5a1286c0, values=0xffc86578, isnull=0xffc86576) at ....
core
[10:01:55.018] #0  0xf7fb9559 in __kernel_vsyscall ()
[10:01:55.018] #1  0xf68f42f7 in ?? () from /lib/i386-linux-gnu/libc.so.6
[10:01:55.018] #2  0xf68a3111 in raise () from /lib/i386-linux-gnu/libc.so.6
[10:01:55.018] #3  0xf688c26a in abort () from /lib/i386-linux-gnu/libc.so.6
[10:01:55.018] #4  0xf6aafd4a in __sanitizer::Abort () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_pos...
[10:01:55.018] #5  0xf6abe896 in __sanitizer::Die () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_termi...
[10:01:55.018] #6  0xf6a9cc5b in __ubsan::__ubsan_handle_nonnull_arg_abort (Data=<optimized out>) at ../../../../../src/...
[10:01:55.018] #7  0x5696e0f8 in fill_val (att=att@entry=0x5a1a75d4, bit=<optimized out>, bitmask=bitmask@entry=0xff99c2...
[10:01:55.018] #8  0x5696feab in heap_fill_tuple (tupleDesc=0x5a1a75c0, values=0xff99c318, isnull=0xff99c316, data=<opti...
[10:01:55.018] #9  0x56971a6c in heap_form_tuple (tupleDescriptor=0x5a1a75c0, values=0xff99c318, isnull=0xff99c316) at ....
core
[10:01:54.338] #0  0xf7fb3559 in __kernel_vsyscall ()
[10:01:54.338] #1  0xf68ee2f7 in ?? () from /lib/i386-linux-gnu/libc.so.6
[10:01:54.338] #2  0xf689d111 in raise () from /lib/i386-linux-gnu/libc.so.6
[10:01:54.338] #3  0xf688626a in abort () from /lib/i386-linux-gnu/libc.so.6
[10:01:54.338] #4  0xf6aa9d4a in __sanitizer::Abort () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_pos...
[10:01:54.338] #5  0xf6ab8896 in __sanitizer::Die () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_termi...
[10:01:54.338] #6  0xf6a96c5b in __ubsan::__ubsan_handle_nonnull_arg_abort (Data=<optimized out>) at ../../../../../src/...
[10:01:54.338] #7  0x5694e0f8 in fill_val (att=att@entry=0x590a1f14, bit=<optimized out>, bitmask=bitmask@entry=0xffd731...
[10:01:54.338] #8  0x5694feab in heap_fill_tuple (tupleDesc=0x590a1f00, values=0xffd73268, isnull=0xffd73266, data=<opti...
[10:01:54.338] #9  0x56951a6c in heap_form_tuple (tupleDescriptor=0x590a1f00, values=0xffd73268, isnull=0xffd73266) at ....
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build-32/testrun/pg_upgr...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-15 09:49:56.648665433 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_join.out	2024-10-15 09:58:23....
@@ -3467,1765 +3467,10 @@
 (8 rows)
 
 DROP TABLE prt1_adv;
-DROP TABLE prt2_adv;
--- Tests for list-partitioned tables
-CREATE TABLE plt1_adv (a int, b int, c text) PARTITION BY LIST (c);
-CREATE TABLE plt1_adv_p1 PARTITION OF plt1_adv FOR VALUES IN ('0001', '0003');
-CREATE TABLE plt1_adv_p2 PARTITION OF plt1_adv FOR VALUES IN ('0004', '0006');
-CREATE TABLE plt1_adv_p3 PARTITION OF plt1_adv FOR VALUES IN ('0008', '0009');
-INSERT INTO plt1_adv SELECT i, i, to_char(i % 10, 'FM0000') FROM generate_series(1, 299) i WHERE i % 10 IN (1, 3, 4, 6,...
-ANALYZE plt1_adv;
-CREATE TABLE plt2_adv (a int, b int, c text) PARTITION BY LIST (c);
-CREATE TABLE plt2_adv_p1 PARTITION OF plt2_adv FOR VALUES IN ('0002', '0003');
-CREATE TABLE plt2_adv_p2 PARTITION OF plt2_adv FOR VALUES IN ('0004', '0006');
-CREATE TABLE plt2_adv_p3 PARTITION OF plt2_adv FOR VALUES IN ('0007', '0009');
-INSERT INTO plt2_adv SELECT i, i, to_char(i % 10, 'FM0000') FROM generate_series(1, 299) i WHERE i % 10 IN (2, 3, 4, 6,...
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build-32/testrun/recover...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-15 09:49:56.648665433 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/recovery/027_stream_regress/data/results/partition_join.out	2024-10-15 09:58:5...
@@ -2263,2969 +2263,10 @@
 CREATE TABLE prt2_n_p1 PARTITION OF prt2_n FOR VALUES IN ('0000', '0003', '0004', '0010', '0006', '0007');
 CREATE TABLE prt2_n_p2 PARTITION OF prt2_n FOR VALUES IN ('0001', '0005', '0002', '0009', '0008', '0011');
 INSERT INTO prt2_n SELECT i, i, to_char(i/50, 'FM0000') FROM generate_series(0, 599, 2) i;
-ANALYZE prt2_n;
-CREATE TABLE prt3_n (a int, b int, c text) PARTITION BY LIST(c);
-CREATE TABLE prt3_n_p1 PARTITION OF prt3_n FOR VALUES IN ('0000', '0004', '0006', '0007');
-CREATE TABLE prt3_n_p2 PARTITION OF prt3_n FOR VALUES IN ('0001', '0002', '0008', '0010');
-CREATE TABLE prt3_n_p3 PARTITION OF prt3_n FOR VALUES IN ('0003', '0005', '0009', '0011');
-INSERT INTO prt2_n SELECT i, i, to_char(i/50, 'FM0000') FROM generate_series(0, 599, 2) i;
-ANALYZE prt3_n;
-CREATE TABLE prt4_n (a int, b int, c text) PARTITION BY RANGE(a);
-CREATE TABLE prt4_n_p1 PARTITION OF prt4_n FOR VALUES FROM (0) TO (300);
-CREATE TABLE prt4_n_p2 PARTITION OF prt4_n FOR VALUES FROM (300) TO (500);
-CREATE TABLE prt4_n_p3 PARTITION OF prt4_n FOR VALUES FROM (500) TO (600);
-INSERT INTO prt4_n SELECT i, i, to_char(i, 'FM0000') FROM generate_series(0, 599, 2) i;
-ANALYZE prt4_n;
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build-32/testrun/regress...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-15 09:49:56.648665433 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/regress/regress/results/partition_join.out	2024-10-15 09:58:15.485347480 +0000
@@ -3392,1840 +3392,7 @@
 CREATE TABLE prt2_adv_p2 PARTITION OF prt2_adv FOR VALUES FROM (200) TO (400);
 CREATE INDEX prt2_adv_b_idx ON prt2_adv (b);
 INSERT INTO prt2_adv SELECT i % 25, i, to_char(i, 'FM0000') FROM generate_series(100, 399) i;
-ANALYZE prt2_adv;
-EXPLAIN (COSTS OFF)
-SELECT t1.a, t1.c, t2.b, t2.c FROM prt1_adv t1 INNER JOIN prt2_adv t2 ON (t1.a = t2.b) WHERE t1.a < 300 AND t1.b = 0 OR...
-                        QUERY PLAN                         
------------------------------------------------------------
- Sort
-   Sort Key: t1.a
-   ->  Append
-         ->  Hash Join
-               Hash Cond: (t2_1.b = t1_1.a)
-               ->  Seq Scan on prt2_adv_p1 t2_1
-               ->  Hash
-                     ->  Seq Scan on prt1_adv_p1 t1_1
...
tap
[09:58:24.124](66.597s) not ok 5 - regression tests pass
[09:58:29.145](5.008s) not ok 6 - dump before running pg_upgrade
tap
[09:58:59.785](67.052s) not ok 2 - regression tests pass
test
[10:00:43.606]  36/311 postgresql:regress / regress/regress                                            ERROR            ...
[10:00:43.606]  44/311 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[10:00:43.606] 123/311 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
51/5283 Replace IN VALUES with ANY in WHERE clauses during optimization
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/subselect.out C:/cirrus/build/testrun/recovery/027_stre...
--- C:/cirrus/src/test/regress/expected/subselect.out	2024-10-15 08:27:30.595360500 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/subselect.out	2024-10-15 08:32:32.376133000 +0000
@@ -2313,15 +2313,16 @@
 EXPLAIN (COSTS OFF)
 SELECT c.oid,c.relname FROM pg_class c JOIN pg_am a USING (oid)
 WHERE c.oid IN (VALUES (1), (2));
-                          QUERY PLAN                           
----------------------------------------------------------------
- Hash Join
-   Hash Cond: (a.oid = c.oid)
-   ->  Seq Scan on pg_am a
-   ->  Hash
-         ->  Index Scan using pg_class_oid_index on pg_class c
-               Index Cond: (oid = ANY ('{1,2}'::integer[]))
-(6 rows)
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (c.oid = a.oid)
...
tap
[08:33:46.668](111.593s) not ok 2 - regression tests pass
test
[08:39:42.834]  89/306 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5300 New "single" COPY format
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/copy.out C:/cirrus/build/testrun/pg_upgrade/002_pg_upgr...
--- C:/cirrus/src/test/regress/expected/copy.out	2024-10-15 08:06:58.369684000 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/copy.out	2024-10-15 08:09:22.642388400 +0000
@@ -333,33 +333,21 @@
 COPY copy_raw_test (col) TO :'filename' (FORMAT raw);
 TRUNCATE copy_raw_test;
 COPY copy_raw_test (col) FROM :'filename' (FORMAT raw);
+ERROR:  inconsistent newline style
+CONTEXT:  COPY copy_raw_test, line 6
 SELECT col, col IS NULL FROM copy_raw_test ORDER BY id;
- col  | ?column? 
-------+----------
- ",\  | f
- \.   | f
-      | f
-      | f
-      | f
-      | f
-      | f
- test | f
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/copy.out C:/cirrus/build/testrun/recovery/027_stream_re...
--- C:/cirrus/src/test/regress/expected/copy.out	2024-10-15 08:06:58.369684000 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/copy.out	2024-10-15 08:11:43.581381000 +0000
@@ -333,33 +333,21 @@
 COPY copy_raw_test (col) TO :'filename' (FORMAT raw);
 TRUNCATE copy_raw_test;
 COPY copy_raw_test (col) FROM :'filename' (FORMAT raw);
+ERROR:  inconsistent newline style
+CONTEXT:  COPY copy_raw_test, line 6
 SELECT col, col IS NULL FROM copy_raw_test ORDER BY id;
- col  | ?column? 
-------+----------
- ",\  | f
- \.   | f
-      | f
-      | f
-      | f
-      | f
-      | f
- test | f
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/copy.out C:/cirrus/build/testrun/regress/regress/result...
--- C:/cirrus/src/test/regress/expected/copy.out	2024-10-15 08:06:58.369684000 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/copy.out	2024-10-15 08:09:16.263530100 +0000
@@ -333,33 +333,21 @@
 COPY copy_raw_test (col) TO :'filename' (FORMAT raw);
 TRUNCATE copy_raw_test;
 COPY copy_raw_test (col) FROM :'filename' (FORMAT raw);
+ERROR:  inconsistent newline style
+CONTEXT:  COPY copy_raw_test, line 6
 SELECT col, col IS NULL FROM copy_raw_test ORDER BY id;
- col  | ?column? 
-------+----------
- ",\  | f
- \.   | f
-      | f
-      | f
-      | f
-      | f
-      | f
- test | f
...
tap
[08:11:08.247](120.723s) not ok 5 - regression tests pass
tap
[08:13:36.758](138.635s) not ok 2 - regression tests pass
test
[08:20:20.555]   7/306 postgresql:regress / regress/regress                                            ERROR           1...
[08:20:20.555]  38/306 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[08:20:20.555]  96/306 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5214 SQL:2023 JSON simplified accessor support
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/query_cancel.out /tmp/cirrus-ci-build/contrib/postgres_fdw/r...
--- /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/query_cancel.out	2024-10-15 06:07:22.856218573 +0000
+++ /tmp/cirrus-ci-build/contrib/postgres_fdw/results/query_cancel.out	2024-10-15 06:12:04.222782424 +0000
@@ -29,4 +29,5 @@
 -- This would take very long if not canceled:
 SELECT count(*) FROM ft1 a CROSS JOIN ft1 b CROSS JOIN ft1 c CROSS JOIN ft1 d;
 ERROR:  canceling statement due to statement timeout
+WARNING:  could not get result of cancel request due to timeout
 COMMIT;
51/5272 Truncate logs by max_log_size
CompilerWarnings
compiler
[06:15:51.633] elog.c:1699:9: error: initializing 'char *' with an expression of type 'const char *' discards qualifiers...
compiler
[06:13:39.573] elog.c:1699:9: error: initializing 'char *' with an expression of type 'const char *' discards qualifiers...
compiler
[06:11:14.098] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar...
compiler
[06:09:26.101] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar...
compiler
[06:19:27.251] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar...
51/5246 Allow SQL functions use CachedPlan machinery
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upg...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-10-15 04:47:52.996169000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/xml.out	2024-10-15 04:49:20.700100000 +000...
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-10-15 04:47:52.996169000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/xml.out	2024-10-15 04:50:05.338199000 +0...
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/regress/regress/resul...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-10-15 04:47:52.996169000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/xml.out	2024-10-15 04:49:17.292197000 +0000
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
tap
[04:49:40.416](65.649s) not ok 5 - regression tests pass
tap
[04:50:21.473](69.016s) not ok 2 - regression tests pass
test
[04:52:16.713]  40/311 postgresql:regress / regress/regress                                            ERROR            ...
[04:52:16.713]  92/311 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[04:52:16.713] 152/311 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/result...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-10-15 04:47:33.667896595 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/xml.out	2024-10-15 04:51:47.255244525 +0000
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/src/test/regress/results/xml.out
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-10-15 04:47:33.667896595 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/xml.out	2024-10-15 04:50:47.347949428 +0000
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
tap
[04:51:52.990](112.704s) not ok 5 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upg...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-10-15 04:47:35.687236975 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/xml.out	2024-10-15 04:50:08.933515881 +000...
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-10-15 04:47:35.687236975 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/xml.out	2024-10-15 04:50:41.537289393 +0...
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/regress/regress/resul...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-10-15 04:47:35.687236975 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/xml.out	2024-10-15 04:50:00.753562109 +0000
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
tap
[04:50:19.883](77.541s) not ok 5 - regression tests pass
tap
[04:50:50.726](73.276s) not ok 2 - regression tests pass
test
[04:52:37.184]  43/311 postgresql:regress / regress/regress                                            ERROR            ...
[04:52:37.184] 129/311 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[04:52:37.184] 150/311 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/xml.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade...
--- /Users/admin/pgsql/src/test/regress/expected/xml.out	2024-10-15 04:47:34
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/xml.out	2024-10-15 04:49:37
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/xml.out /Users/admin/pgsql/build/testrun/recovery/027_stream_regre...
--- /Users/admin/pgsql/src/test/regress/expected/xml.out	2024-10-15 04:47:34
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/xml.out	2024-10-15 04:50:44
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/xml.out /Users/admin/pgsql/build/testrun/regress/regress/results/x...
--- /Users/admin/pgsql/src/test/regress/expected/xml.out	2024-10-15 04:47:34
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/xml.out	2024-10-15 04:49:37
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
tap
[04:49:47.813](54.342s) not ok 5 - regression tests pass
tap
[04:50:55.975](67.764s) not ok 2 - regression tests pass
test
[04:53:42.406]  26/311 postgresql:regress / regress/regress                                            ERROR            ...
[04:53:42.406]  47/311 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[04:53:42.406] 137/311 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
51/5117 VACUUM FULL / CLUSTER CONCURRENTLY
CompilerWarnings
compiler
[03:48:36.793] cluster.c:2638:48: error: ‘entry’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[03:47:59.565] cluster.c:2638:48: error: ‘entry’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[03:55:17.687] cluster.c:2638:48: error: ‘entry’ may be used uninitialized [-Werror=maybe-uninitialized]
FreeBSD - 13 - Meson
assertion
TRAP: failed Assert("!OidIsValid(clustered_rel)"), File: "../src/backend/commands/cluster.c", Line: 2472, PID: 22350
core
[03:54:11.116] #0  0x000000082c40541a in thr_kill () from /lib/libc.so.7
[03:54:11.116] #1  0x000000082c37ee64 in raise () from /lib/libc.so.7
[03:54:11.116] #2  0x000000082c42f6f9 in abort () from /lib/libc.so.7
[03:54:11.116] #3  0x0000000000a978f5 in ExceptionalCondition (conditionName=0x2e6a89 "!OidIsValid(clustered_rel)", file...
[03:54:11.116] #4  0x00000000006c9379 in begin_concurrent_cluster (rel_p=0x8219ff0e8, index_p=0x8219ff0b0, entered_p=<op...
[03:54:11.116] #5  cluster_rel (OldHeap=0x834953b20, indexOid=indexOid@entry=20793, params=params@entry=0x8219ff1a4, isT...
[03:54:11.116] #6  0x00000000006c699e in cluster (pstate=pstate@entry=0x83481e500, stmt=stmt@entry=0x834811e58, isTopLev...
[03:54:11.116] #7  0x00000000009426a4 in standard_ProcessUtility (pstmt=0x8348114f8, queryString=0x834810100 "\n\tCLUSTE...
[03:54:11.116] #8  0x00000000009423a8 in ProcessUtility (pstmt=0x18e07, queryString=0x6 <error: Cannot access memory at ...
[03:54:11.116] #9  0x0000000000941ee3 in PortalRunUtility (portal=0x8348e7100, pstmt=0x8348114f8, isTopLevel=<optimized ...
core
[03:54:10.765] #0  0x000000082c2798fa in _sigprocmask () from /lib/libc.so.7
[03:54:10.765] #1  0x000000082c2b2f91 in _system () from /lib/libc.so.7
[03:54:10.765] #2  0x000000082a9de9d3 in ?? () from /lib/libthr.so.3
[03:54:10.765] #3  0x000000000066b2d5 in RestoreArchivedFile (path=path@entry=0x821a451d0 "pg_wal/00000002", '0' <repeat...
[03:54:10.765] #4  0x00000000006522b8 in existsTimeLineHistory (probeTLI=probeTLI@entry=3) at ../src/backend/access/tran...
[03:54:10.765] #5  0x0000000000652378 in findNewestTimeLine (startTLI=startTLI@entry=2) at ../src/backend/access/transam...
[03:54:10.765] #6  0x000000000067685b in rescanLatestTimeLine (replayTLI=replayTLI@entry=2, replayLSN=replayLSN@entry=67...
[03:54:10.765] #7  0x0000000000672a43 in WaitForWALToBecomeAvailable (RecPtr=67210840, tliRecPtr=67210816, replayTLI=2, ...
[03:54:10.765] #8  XLogPageRead (xlogreader=0x8367141c0, targetPagePtr=67207168, reqLen=3672, targetRecPtr=67210816, rea...
[03:54:10.765] #9  0x00000000006797a2 in ReadPageInternal (state=state@entry=0x8367141c0, pageptr=67207168, reqLen=3672)...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/cluster.out /tmp/cirrus-ci-build/build/testrun/...
--- /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/cluster.out	2024-10-15 03:47:16.825099000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/injection_points/isolation/results/cluster.out	2024-10-15 03:50:56.271704000 +000...
@@ -8,7 +8,8 @@
 
 step wait_before_lock: 
 	CLUSTER (CONCURRENTLY) clstr_test USING clstr_test_pkey;
- <waiting ...>
+
+ERROR:  file of relation "clstr_test" changed by another transaction
 step change_existing: 
 	UPDATE clstr_test SET i=10 where i=1;
 	UPDATE clstr_test SET j=20 where i=2;
@@ -63,12 +64,7 @@
 step wakeup_before_lock: 
 	SELECT injection_points_wakeup('cluster-concurrently-before-lock');
 
-injection_points_wakeup
------------------------
-                       
...
test
[03:53:03.033] 308/311 postgresql:injection_points / injection_points/isolation                        ERROR           1...
Linux - Debian Bookworm - Meson
core
[03:56:43.972] #0  0x00007fd16f6a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[03:56:43.972] #1  0x00007fd16f65afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[03:56:43.972] #2  0x00007fd16f645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[03:56:43.972] #3  0x00007fd16f81e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[03:56:43.972] #4  0x00007fd16f82aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[03:56:43.972] #5  0x00007fd16f80d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x7fd16d63e8c0,...
[03:56:43.972] #6  0x00007fd16d63a7b2 in store_change (ctx=ctx@entry=0x5579add6f180, kind=kind@entry=CHANGE_UPDATE_OLD, ...
[03:56:43.972] #7  0x00007fd16d63ae73 in plugin_change (ctx=0x5579add6f180, txn=<optimized out>, relation=<optimized out...
[03:56:43.972] #8  0x0000557970da86b0 in change_cb_wrapper (cache=<optimized out>, txn=<optimized out>, relation=<optimi...
[03:56:43.972] #9  0x0000557970db5912 in ReorderBufferApplyChange (rb=rb@entry=0x5579ade27ae0, txn=txn@entry=0x5579add96...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/cluster.out /tmp/cirrus-ci-build/build/testrun/...
--- /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/cluster.out	2024-10-15 03:47:17.091987919 +0000
+++ /tmp/cirrus-ci-build/build/testrun/injection_points/isolation/results/cluster.out	2024-10-15 03:53:47.340645241 +000...
@@ -68,118 +68,7 @@
                        
 (1 row)
 
-step wait_before_lock: <... completed>
-step check1: 
-	INSERT INTO relfilenodes(node)
-	SELECT relfilenode FROM pg_class WHERE relname='clstr_test';
-
-	SELECT count(DISTINCT node) FROM relfilenodes;
-
-	SELECT i, j FROM clstr_test ORDER BY i, j;
-
-	INSERT INTO data_s1(_xmin, _cmin, i, j)
-	SELECT xmin, cmin, i, j FROM clstr_test;
-
-	SELECT count(*)
...
test
[03:55:41.701] 115/311 postgresql:injection_points / injection_points/isolation                        ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[03:48:32.766] ../src/backend/commands/cluster.c(4447): warning C4129: '%': unrecognized character escape sequence
51/5004 CREATE INDEX CONCURRENTLY for partitioned tables
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_p...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-10-15 03:06:16.331056000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/indexing.out	2024-10-15 03:07:53.647225000...
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/recovery/027_str...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-10-15 03:06:16.331056000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/indexing.out	2024-10-15 03:08:31.2363380...
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/regress/regress/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-10-15 03:06:16.331056000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/indexing.out	2024-10-15 03:07:52.247778000 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[03:07:56.011](59.174s) not ok 5 - regression tests pass
tap
[03:08:33.188](61.912s) not ok 2 - regression tests pass
test
[03:23:34.716]  40/311 postgresql:regress / regress/regress                                            ERROR            ...
[03:23:34.716]  75/311 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[03:23:34.716] 135/311 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[03:23:34.716] 311/311 postgresql:isolation / isolation/isolation                                      TIMEOUT        10...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-10-15 03:06:10.633905438 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/indexing.out	2024-10-15 03:10:52.981883627 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/partitioned-cic.out /tmp/cirrus-ci-build/src/test/isolation/ou...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/partitioned-cic.out	2024-10-15 03:06:10.473151950 +0000
+++ /tmp/cirrus-ci-build/src/test/isolation/output_iso/results/partitioned-cic.out	2024-10-15 03:33:08.616973661 +0000
@@ -3,10 +3,14 @@
 starting permutation: lock_p1 cic insert drop2 commit chk_content
 step lock_p1: lock cictab_part_1 in row exclusive mode;
 step cic: CREATE INDEX CONCURRENTLY ON cictab(i); <waiting ...>
-step insert: insert into cictab values (1, 1), (11, 1);
-step drop2: DROP TABLE cictab_part_2;
+step insert: insert into cictab values (1, 1), (11, 1); <waiting ...>
+isolationtester: canceling step insert after 360 seconds
+step insert: <... completed>
+ERROR:  canceling statement due to user request
+step drop2: DROP TABLE cictab_part_2; <waiting ...>
 step commit: COMMIT;
 step cic: <... completed>
+step drop2: <... completed>
 step chk_content: 
   set enable_seqscan to off;
   explain (costs off) select * from cictab where i > 0;
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/src/test/regress/results/index...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-10-15 03:06:10.633905438 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/indexing.out	2024-10-15 03:09:17.586949782 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[03:10:55.261](102.652s) not ok 5 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_p...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-10-15 03:06:10.419792882 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/indexing.out	2024-10-15 03:08:44.099642358...
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/recovery/027_str...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-10-15 03:06:10.419792882 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/indexing.out	2024-10-15 03:09:13.3412007...
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/regress/regress/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-10-15 03:06:10.419792882 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/indexing.out	2024-10-15 03:08:39.863448245 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[03:08:45.881](73.363s) not ok 5 - regression tests pass
tap
[03:09:15.028](68.079s) not ok 2 - regression tests pass
test
[03:24:09.137]  42/311 postgresql:regress / regress/regress                                            ERROR            ...
[03:24:09.137] 105/311 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[03:24:09.137] 141/311 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[03:24:09.137] 311/311 postgresql:isolation / isolation/isolation                                      TIMEOUT        10...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/indexing.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_up...
--- /Users/admin/pgsql/src/test/regress/expected/indexing.out	2024-10-15 03:06:07
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/indexing.out	2024-10-15 03:08:18
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/indexing.out /Users/admin/pgsql/build/testrun/recovery/027_stream_...
--- /Users/admin/pgsql/src/test/regress/expected/indexing.out	2024-10-15 03:06:07
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/indexing.out	2024-10-15 03:09:29
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/indexing.out /Users/admin/pgsql/build/testrun/regress/regress/resu...
--- /Users/admin/pgsql/src/test/regress/expected/indexing.out	2024-10-15 03:06:07
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/indexing.out	2024-10-15 03:08:18
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[03:08:22.178](53.965s) not ok 5 - regression tests pass
tap
[03:09:32.070](68.656s) not ok 2 - regression tests pass
test
[03:24:04.616]  25/311 postgresql:regress / regress/regress                                            ERROR            ...
[03:24:04.616]  45/311 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[03:24:04.616] 122/311 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[03:24:04.616] 311/311 postgresql:isolation / isolation/isolation                                      TIMEOUT        10...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/indexing.out C:/cirrus/build/testrun/pg_upgrade/002_pg_...
--- C:/cirrus/src/test/regress/expected/indexing.out	2024-10-15 03:06:21.095525900 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/indexing.out	2024-10-15 03:09:57.464685500 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/indexing.out C:/cirrus/build/testrun/recovery/027_strea...
--- C:/cirrus/src/test/regress/expected/indexing.out	2024-10-15 03:06:21.095525900 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/indexing.out	2024-10-15 03:12:09.420455900 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/indexing.out C:/cirrus/build/testrun/regress/regress/re...
--- C:/cirrus/src/test/regress/expected/indexing.out	2024-10-15 03:06:21.095525900 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/indexing.out	2024-10-15 03:09:52.561848800 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[03:10:05.385](106.690s) not ok 5 - regression tests pass
tap
[03:12:15.418](107.968s) not ok 2 - regression tests pass
test
[03:24:51.513]  21/306 postgresql:regress / regress/regress                                            ERROR           1...
[03:24:51.513]  34/306 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[03:24:51.513]  82/306 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
[03:24:51.513] 306/306 postgresql:isolation / isolation/isolation                                      TIMEOUT        10...
51/5300 New "single" COPY format
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/copy.out C:/cirrus/build/testrun/pg_upgrade/002_pg_upgr...
--- C:/cirrus/src/test/regress/expected/copy.out	2024-10-15 02:05:41.741325300 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/copy.out	2024-10-15 02:08:06.032168100 +0000
@@ -333,33 +333,21 @@
 COPY copy_raw_test (col) TO :'filename' (FORMAT raw);
 TRUNCATE copy_raw_test;
 COPY copy_raw_test (col) FROM :'filename' (FORMAT raw);
+ERROR:  inconsistent newline style
+CONTEXT:  COPY copy_raw_test, line 6
 SELECT col, col IS NULL FROM copy_raw_test ORDER BY id;
- col  | ?column? 
-------+----------
- ",\  | f
- \.   | f
-      | f
-      | f
-      | f
-      | f
-      | f
- test | f
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/copy.out C:/cirrus/build/testrun/recovery/027_stream_re...
--- C:/cirrus/src/test/regress/expected/copy.out	2024-10-15 02:05:41.741325300 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/copy.out	2024-10-15 02:10:17.029738000 +0000
@@ -333,33 +333,21 @@
 COPY copy_raw_test (col) TO :'filename' (FORMAT raw);
 TRUNCATE copy_raw_test;
 COPY copy_raw_test (col) FROM :'filename' (FORMAT raw);
+ERROR:  inconsistent newline style
+CONTEXT:  COPY copy_raw_test, line 6
 SELECT col, col IS NULL FROM copy_raw_test ORDER BY id;
- col  | ?column? 
-------+----------
- ",\  | f
- \.   | f
-      | f
-      | f
-      | f
-      | f
-      | f
- test | f
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/copy.out C:/cirrus/build/testrun/regress/regress/result...
--- C:/cirrus/src/test/regress/expected/copy.out	2024-10-15 02:05:41.741325300 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/copy.out	2024-10-15 02:07:59.823706300 +0000
@@ -333,33 +333,21 @@
 COPY copy_raw_test (col) TO :'filename' (FORMAT raw);
 TRUNCATE copy_raw_test;
 COPY copy_raw_test (col) FROM :'filename' (FORMAT raw);
+ERROR:  inconsistent newline style
+CONTEXT:  COPY copy_raw_test, line 6
 SELECT col, col IS NULL FROM copy_raw_test ORDER BY id;
- col  | ?column? 
-------+----------
- ",\  | f
- \.   | f
-      | f
-      | f
-      | f
-      | f
-      | f
- test | f
...
tap
[02:09:45.525](115.979s) not ok 5 - regression tests pass
tap
[02:12:02.361](122.740s) not ok 2 - regression tests pass
test
[02:18:36.496]   6/306 postgresql:regress / regress/regress                                            ERROR           1...
[02:18:36.496]  40/306 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[02:18:36.496]  86/306 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
50/5270 jsonpath string methods: lower, upper, initcap, l/r/btrim, replace, split_part
CompilerWarnings
compiler
[01:50:42.768] jsonpath_exec.c:2829:13: error: mixing declarations and code is incompatible with standards before C99 [-...
compiler
[01:50:33.324] jsonpath_exec.c:2829:13: error: mixing declarations and code is incompatible with standards before C99 [-...
compiler
[01:50:01.643] jsonpath_exec.c:2829:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta...
compiler
[01:49:51.973] jsonpath_exec.c:2829:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta...
compiler
[01:51:08.316] jsonpath_exec.c:2829:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta...
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out /tmp/cirrus-ci-build/build-32/testrun/pg_upgr...
--- /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out	2024-10-15 01:49:13.843724266 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/pg_upgrade/002_pg_upgrade/data/results/jsonb_jsonpath.out	2024-10-15 01:55:21....
@@ -3078,7 +3078,7 @@
 select jsonb_path_query('"abc~@~def~@~ghi"', '$.split_part("~@~", 2)');
  jsonb_path_query 
 ------------------
- "def"
+ ""
 (1 row)
 
 -- Test string methods play nicely together
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out /tmp/cirrus-ci-build/build-32/testrun/recover...
--- /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out	2024-10-15 01:49:13.843724266 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/recovery/027_stream_regress/data/results/jsonb_jsonpath.out	2024-10-15 01:55:5...
@@ -3078,7 +3078,7 @@
 select jsonb_path_query('"abc~@~def~@~ghi"', '$.split_part("~@~", 2)');
  jsonb_path_query 
 ------------------
- "def"
+ ""
 (1 row)
 
 -- Test string methods play nicely together
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out /tmp/cirrus-ci-build/build-32/testrun/regress...
--- /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out	2024-10-15 01:49:13.843724266 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/regress/regress/results/jsonb_jsonpath.out	2024-10-15 01:55:09.090425603 +0000
@@ -3078,7 +3078,7 @@
 select jsonb_path_query('"abc~@~def~@~ghi"', '$.split_part("~@~", 2)');
  jsonb_path_query 
 ------------------
- "def"
+ ""
 (1 row)
 
 -- Test string methods play nicely together
tap
[01:55:40.016](77.415s) not ok 5 - regression tests pass
tap
[01:56:14.258](75.290s) not ok 2 - regression tests pass
test
[01:58:06.246]  37/311 postgresql:regress / regress/regress                                            ERROR            ...
[01:58:06.246] 131/311 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[01:58:06.246] 152/311 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
51/5156 doc: Meson is not experimental on Windows
macOS - Sonoma - Meson
core
[23:58:35.794]   * frame #0: 0x0000000100b70b70 dyld`_dyld_start
tap
[23:54:12.709](0.220s) not ok 29 - delete 10: query result matches
test
[23:55:06.314] 245/310 postgresql:bloom / bloom/001_wal                                                ERROR            ...
51/5294 Add “FOR UPDATE NOWAIT” lock details to the log.
CompilerWarnings
compiler
[21:49:53.522] proc.c:1126:8: error: unused variable 'first_holder' [-Werror,-Wunused-variable]
compiler
[21:49:53.522] proc.c:1982:1: error: conflicting types for 'CollectLockHoldersAndWaiters'
compiler
[21:49:53.522] proc.c:1240:3: error: implicit declaration of function 'CollectLockHoldersAndWaiters' is invalid in C99 [...
compiler
[21:49:53.522] proc.c:1549:4: error: implicit declaration of function 'CollectLockHoldersAndWaiters' is invalid in C99 [...
compiler
[21:49:53.522] proc.c:1127:5: error: unused variable 'first_waiter' [-Werror,-Wunused-variable]
compiler
[21:49:30.309] proc.c:1549:4: error: implicit declaration of function 'CollectLockHoldersAndWaiters' is invalid in C99 [...
compiler
[21:49:30.309] proc.c:1126:8: error: unused variable 'first_holder' [-Werror,-Wunused-variable]
compiler
[21:49:30.309] proc.c:1982:1: error: conflicting types for 'CollectLockHoldersAndWaiters'
compiler
[21:49:30.309] proc.c:1127:5: error: unused variable 'first_waiter' [-Werror,-Wunused-variable]
compiler
[21:49:30.309] proc.c:1240:3: error: implicit declaration of function 'CollectLockHoldersAndWaiters' is invalid in C99 [...
compiler
[21:48:41.200] proc.c:1982:1: error: conflicting types for ‘CollectLockHoldersAndWaiters’; have ‘void(PROCLOCK *, LOCK *...
compiler
[21:48:41.200] proc.c:1982:1: error: no previous prototype for ‘CollectLockHoldersAndWaiters’ [-Werror=missing-prototype...
compiler
[21:48:41.200] proc.c:1126:25: error: unused variable ‘first_holder’ [-Werror=unused-variable]
compiler
[21:48:41.200] proc.c:1127:33: error: unused variable ‘first_waiter’ [-Werror=unused-variable]
compiler
[21:48:41.200] proc.c:1240:17: error: implicit declaration of function ‘CollectLockHoldersAndWaiters’ [-Werror=implicit-...
compiler
[21:48:15.846] proc.c:1982:1: error: conflicting types for ‘CollectLockHoldersAndWaiters’; have ‘void(PROCLOCK *, LOCK *...
compiler
[21:48:15.846] proc.c:1126:25: error: unused variable ‘first_holder’ [-Werror=unused-variable]
compiler
[21:48:15.846] proc.c:1982:1: error: no previous prototype for ‘CollectLockHoldersAndWaiters’ [-Werror=missing-prototype...
compiler
[21:48:15.846] proc.c:1127:33: error: unused variable ‘first_waiter’ [-Werror=unused-variable]
compiler
[21:48:15.846] proc.c:1240:17: error: implicit declaration of function ‘CollectLockHoldersAndWaiters’ [-Werror=implicit-...
compiler
[21:50:46.606] proc.c:1127:33: error: unused variable ‘first_waiter’ [-Werror=unused-variable]
compiler
[21:50:46.606] proc.c:1982:1: error: no previous prototype for ‘CollectLockHoldersAndWaiters’ [-Werror=missing-prototype...
compiler
[21:50:46.606] proc.c:1126:25: error: unused variable ‘first_holder’ [-Werror=unused-variable]
compiler
[21:50:46.606] proc.c:1982:1: error: conflicting types for ‘CollectLockHoldersAndWaiters’; have ‘void(PROCLOCK *, LOCK *...
compiler
[21:50:46.606] proc.c:1240:17: error: implicit declaration of function ‘CollectLockHoldersAndWaiters’ [-Werror=implicit-...
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[21:48:29.631] ../src/backend/storage/lmgr/proc.c(1982): error C2371: 'CollectLockHoldersAndWaiters': redefinition; diff...
51/5300 New "single" COPY format
FreeBSD - 13 - Meson
assertion
TRAP: failed Assert("opts_out->quote"), File: "../src/backend/commands/copy.c", Line: 949, PID: 8136
assertion
TRAP: failed Assert("opts_out->quote"), File: "../src/backend/commands/copy.c", Line: 949, PID: 13945
assertion
TRAP: failed Assert("opts_out->quote"), File: "../src/backend/commands/copy.c", Line: 949, PID: 7835
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 8831
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 9284
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 9869
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 11067
assertion
TRAP: failed Assert("opts_out->quote"), File: "../src/backend/commands/copy.c", Line: 949, PID: 10562
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 10582
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 10152
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 8270
core
[20:51:33.448] #0  0x0000000829bd48fa in _sigprocmask () from /lib/libc.so.7
[20:51:33.448] #1  0x0000000829c0df91 in _system () from /lib/libc.so.7
[20:51:33.448] #2  0x000000082a2459d3 in ?? () from /lib/libthr.so.3
[20:51:33.448] #3  0x0000000000669255 in RestoreArchivedFile (path=path@entry=0x8219fe1d0 "pg_wal/00000002", '0' <repeat...
[20:51:33.448] #4  0x00000000006502f8 in existsTimeLineHistory (probeTLI=probeTLI@entry=3) at ../src/backend/access/tran...
[20:51:33.448] #5  0x00000000006503b8 in findNewestTimeLine (startTLI=startTLI@entry=2) at ../src/backend/access/transam...
[20:51:33.448] #6  0x00000000006747db in rescanLatestTimeLine (replayTLI=replayTLI@entry=2, replayLSN=replayLSN@entry=67...
[20:51:33.448] #7  0x00000000006709c3 in WaitForWALToBecomeAvailable (RecPtr=67210840, tliRecPtr=67210816, replayTLI=2, ...
[20:51:33.448] #8  XLogPageRead (xlogreader=0x83344a130, targetPagePtr=67207168, reqLen=3672, targetRecPtr=67210816, rea...
[20:51:33.448] #9  0x0000000000677722 in ReadPageInternal (state=state@entry=0x83344a130, pageptr=67207168, reqLen=3672)...
core
[20:51:30.873] #0  0x000000082bcfc41a in thr_kill () from /lib/libc.so.7
[20:51:30.873] #1  0x000000082bc75e64 in raise () from /lib/libc.so.7
[20:51:30.873] #2  0x000000082bd266f9 in abort () from /lib/libc.so.7
[20:51:30.873] #3  0x0000000000a91e35 in ExceptionalCondition (conditionName=0x356b34 "HaveRegisteredOrActiveSnapshot()"...
[20:51:30.873] #4  0x000000000069690a in index_drop (indexId=33447, concurrent=false, concurrent_lock_mode=<optimized ou...
[20:51:30.873] #5  0x000000000068e01e in doDeletion (object=object@entry=0x83626e5b0, flags=flags@entry=21) at ../src/ba...
[20:51:30.873] #6  0x000000000068c4e0 in deleteOneObject (object=0x83626e5b0, depRel=0x82186ce70, flags=21) at ../src/ba...
[20:51:30.873] #7  deleteObjectsInList (targetObjects=targetObjects@entry=0x836295f98, depRel=depRel@entry=0x82186ce70, ...
[20:51:30.873] #8  0x000000000068b175 in performDeletion (object=object@entry=0x82186cf60, behavior=behavior@entry=DROP_...
[20:51:30.873] #9  0x0000000000887036 in do_autovacuum () at ../src/backend/postmaster/autovacuum.c:2215
core
[20:51:34.415] #0  0x000000082925a41a in thr_kill () from /lib/libc.so.7
[20:51:34.415] #1  0x00000008291d3e64 in raise () from /lib/libc.so.7
[20:51:34.415] #2  0x00000008292846f9 in abort () from /lib/libc.so.7
[20:51:34.415] #3  0x0000000000a91e35 in ExceptionalCondition (conditionName=0x2fb686 "opts_out->quote", fileName=<optim...
[20:51:34.415] #4  0x00000000006cade3 in ProcessCopyOptions (pstate=pstate@entry=0x8314a8100, opts_out=opts_out@entry=0x...
[20:51:34.415] #5  0x00000000006cc9f4 in BeginCopyFrom (pstate=pstate@entry=0x8314a8100, rel=rel@entry=0x83763f6a0, wher...
[20:51:34.415] #6  0x00000000006c9064 in DoCopy (pstate=pstate@entry=0x8314a8100, stmt=stmt@entry=0x831432e68, stmt_loca...
[20:51:34.415] #7  0x000000000093cd8e in standard_ProcessUtility (pstmt=0x831397ef8, queryString=queryString@entry=0x831...
[20:51:34.415] #8  0x0000000835279f7e in pgss_ProcessUtility (pstmt=0x831397ef8, queryString=0x831396100 "copy oversized...
[20:51:34.415] #9  0x000000000093c523 in PortalRunUtility (portal=0x83143e100, pstmt=0x831397ef8, isTopLevel=<optimized ...
core
[20:51:31.287] #0  0x000000082bcfc41a in thr_kill () from /lib/libc.so.7
[20:51:31.287] #1  0x000000082bc75e64 in raise () from /lib/libc.so.7
[20:51:31.287] #2  0x000000082bd266f9 in abort () from /lib/libc.so.7
[20:51:31.287] #3  0x0000000000a91e35 in ExceptionalCondition (conditionName=0x356b34 "HaveRegisteredOrActiveSnapshot()"...
[20:51:31.287] #4  0x000000000069690a in index_drop (indexId=33447, concurrent=false, concurrent_lock_mode=<optimized ou...
[20:51:31.287] #5  0x000000000068e01e in doDeletion (object=object@entry=0x836266520, flags=flags@entry=21) at ../src/ba...
[20:51:31.287] #6  0x000000000068c4e0 in deleteOneObject (object=0x836266520, depRel=0x82186ce70, flags=21) at ../src/ba...
[20:51:31.287] #7  deleteObjectsInList (targetObjects=targetObjects@entry=0x8362927f8, depRel=depRel@entry=0x82186ce70, ...
[20:51:31.287] #8  0x000000000068b175 in performDeletion (object=object@entry=0x82186cf60, behavior=behavior@entry=DROP_...
[20:51:31.287] #9  0x0000000000887036 in do_autovacuum () at ../src/backend/postmaster/autovacuum.c:2215
core
[20:51:31.714] #0  0x000000082bcfc41a in thr_kill () from /lib/libc.so.7
[20:51:31.714] #1  0x000000082bc75e64 in raise () from /lib/libc.so.7
[20:51:31.714] #2  0x000000082bd266f9 in abort () from /lib/libc.so.7
[20:51:31.714] #3  0x0000000000a91e35 in ExceptionalCondition (conditionName=0x356b34 "HaveRegisteredOrActiveSnapshot()"...
[20:51:31.714] #4  0x000000000069690a in index_drop (indexId=17401, concurrent=false, concurrent_lock_mode=<optimized ou...
[20:51:31.714] #5  0x000000000068e01e in doDeletion (object=object@entry=0x83626e5b0, flags=flags@entry=21) at ../src/ba...
[20:51:31.714] #6  0x000000000068c4e0 in deleteOneObject (object=0x83626e5b0, depRel=0x82186ce70, flags=21) at ../src/ba...
[20:51:31.714] #7  deleteObjectsInList (targetObjects=targetObjects@entry=0x836296258, depRel=depRel@entry=0x82186ce70, ...
[20:51:31.714] #8  0x000000000068b175 in performDeletion (object=object@entry=0x82186cf60, behavior=behavior@entry=DROP_...
[20:51:31.714] #9  0x0000000000887036 in do_autovacuum () at ../src/backend/postmaster/autovacuum.c:2215
core
[20:51:32.672] #0  0x000000082bcfc41a in thr_kill () from /lib/libc.so.7
[20:51:32.672] #1  0x000000082bc75e64 in raise () from /lib/libc.so.7
[20:51:32.672] #2  0x000000082bd266f9 in abort () from /lib/libc.so.7
[20:51:32.672] #3  0x0000000000a91e35 in ExceptionalCondition (conditionName=0x2fb686 "opts_out->quote", fileName=<optim...
[20:51:32.672] #4  0x00000000006cade3 in ProcessCopyOptions (pstate=pstate@entry=0x836114500, opts_out=opts_out@entry=0x...
[20:51:32.672] #5  0x00000000006cc9f4 in BeginCopyFrom (pstate=pstate@entry=0x836114500, rel=rel@entry=0x846cd6ac8, wher...
[20:51:32.672] #6  0x00000000006c9064 in DoCopy (pstate=pstate@entry=0x836114500, stmt=stmt@entry=0x836284848, stmt_loca...
[20:51:32.672] #7  0x000000000093cd8e in standard_ProcessUtility (pstmt=0x8360ea5d8, queryString=0x8360e9100 "copy copy_...
[20:51:32.672] #8  0x000000000093c9e8 in ProcessUtility (pstmt=0x18717, queryString=0x6 <error: Cannot access memory at ...
[20:51:32.672] #9  0x000000000093c523 in PortalRunUtility (portal=0x8361c2100, pstmt=0x8360ea5d8, isTopLevel=<optimized ...
core
[20:51:33.119] #0  0x000000082bcfc41a in thr_kill () from /lib/libc.so.7
[20:51:33.119] #1  0x000000082bc75e64 in raise () from /lib/libc.so.7
[20:51:33.119] #2  0x000000082bd266f9 in abort () from /lib/libc.so.7
[20:51:33.119] #3  0x0000000000a91e35 in ExceptionalCondition (conditionName=0x356b34 "HaveRegisteredOrActiveSnapshot()"...
[20:51:33.119] #4  0x000000000069690a in index_drop (indexId=17401, concurrent=false, concurrent_lock_mode=<optimized ou...
[20:51:33.119] #5  0x000000000068e01e in doDeletion (object=object@entry=0x83626e5b0, flags=flags@entry=21) at ../src/ba...
[20:51:33.119] #6  0x000000000068c4e0 in deleteOneObject (object=0x83626e5b0, depRel=0x82186ce70, flags=21) at ../src/ba...
[20:51:33.119] #7  deleteObjectsInList (targetObjects=targetObjects@entry=0x8362969d8, depRel=depRel@entry=0x82186ce70, ...
[20:51:33.119] #8  0x000000000068b175 in performDeletion (object=object@entry=0x82186cf60, behavior=behavior@entry=DROP_...
[20:51:33.119] #9  0x0000000000887036 in do_autovacuum () at ../src/backend/postmaster/autovacuum.c:2215
core
[20:51:28.181] #0  0x000000082bcfc41a in thr_kill () from /lib/libc.so.7
[20:51:28.181] #1  0x000000082bc75e64 in raise () from /lib/libc.so.7
[20:51:28.181] #2  0x000000082bd266f9 in abort () from /lib/libc.so.7
[20:51:28.181] #3  0x0000000000a91e35 in ExceptionalCondition (conditionName=0x2fb686 "opts_out->quote", fileName=<optim...
[20:51:28.181] #4  0x00000000006cade3 in ProcessCopyOptions (pstate=pstate@entry=0x836252100, opts_out=opts_out@entry=0x...
[20:51:28.181] #5  0x00000000006cc9f4 in BeginCopyFrom (pstate=pstate@entry=0x836252100, rel=rel@entry=0x84401b560, wher...
[20:51:28.181] #6  0x00000000006c9064 in DoCopy (pstate=pstate@entry=0x836252100, stmt=stmt@entry=0x8360eafa8, stmt_loca...
[20:51:28.181] #7  0x000000000093cd8e in standard_ProcessUtility (pstmt=0x8360ea608, queryString=0x8360e9100 "copy overs...
[20:51:28.181] #8  0x000000000093c9e8 in ProcessUtility (pstmt=0x18da1, queryString=0x6 <error: Cannot access memory at ...
[20:51:28.181] #9  0x000000000093c523 in PortalRunUtility (portal=0x8361c0100, pstmt=0x8360ea608, isTopLevel=<optimized ...
core
[20:51:29.107] #0  0x000000082c0aa41a in thr_kill () from /lib/libc.so.7
[20:51:29.107] #1  0x000000082c023e64 in raise () from /lib/libc.so.7
[20:51:29.107] #2  0x000000082c0d46f9 in abort () from /lib/libc.so.7
[20:51:29.107] #3  0x0000000000a91e35 in ExceptionalCondition (conditionName=0x2fb686 "opts_out->quote", fileName=<optim...
[20:51:29.107] #4  0x00000000006cade3 in ProcessCopyOptions (pstate=pstate@entry=0x845c2f100, opts_out=opts_out@entry=0x...
[20:51:29.107] #5  0x00000000006cc9f4 in BeginCopyFrom (pstate=pstate@entry=0x845c2f100, rel=rel@entry=0x845b0f7b0, wher...
[20:51:29.107] #6  0x00000000006c9064 in DoCopy (pstate=pstate@entry=0x845c2f100, stmt=stmt@entry=0x836a56fa8, stmt_loca...
[20:51:29.107] #7  0x000000000093cd8e in standard_ProcessUtility (pstmt=0x836a56608, queryString=0x836a55100 "copy overs...
[20:51:29.107] #8  0x000000000093c9e8 in ProcessUtility (pstmt=0x1874b, queryString=0x6 <error: Cannot access memory at ...
[20:51:29.107] #9  0x000000000093c523 in PortalRunUtility (portal=0x836afb100, pstmt=0x836a56608, isTopLevel=<optimized ...
core
[20:51:29.557] #0  0x000000082bcfc41a in thr_kill () from /lib/libc.so.7
[20:51:29.557] #1  0x000000082bc75e64 in raise () from /lib/libc.so.7
[20:51:29.557] #2  0x000000082bd266f9 in abort () from /lib/libc.so.7
[20:51:29.557] #3  0x0000000000a91e35 in ExceptionalCondition (conditionName=0x356b34 "HaveRegisteredOrActiveSnapshot()"...
[20:51:29.557] #4  0x000000000069690a in index_drop (indexId=17401, concurrent=false, concurrent_lock_mode=<optimized ou...
[20:51:29.557] #5  0x000000000068e01e in doDeletion (object=object@entry=0x83626e5b0, flags=flags@entry=21) at ../src/ba...
[20:51:29.557] #6  0x000000000068c4e0 in deleteOneObject (object=0x83626e5b0, depRel=0x82186ce70, flags=21) at ../src/ba...
[20:51:29.557] #7  deleteObjectsInList (targetObjects=targetObjects@entry=0x836274fc8, depRel=depRel@entry=0x82186ce70, ...
[20:51:29.557] #8  0x000000000068b175 in performDeletion (object=object@entry=0x82186cf60, behavior=behavior@entry=DROP_...
[20:51:29.557] #9  0x0000000000887036 in do_autovacuum () at ../src/backend/postmaster/autovacuum.c:2215
core
[20:51:30.021] #0  0x000000082bcfc41a in thr_kill () from /lib/libc.so.7
[20:51:30.021] #1  0x000000082bc75e64 in raise () from /lib/libc.so.7
[20:51:30.021] #2  0x000000082bd266f9 in abort () from /lib/libc.so.7
[20:51:30.021] #3  0x0000000000a91e35 in ExceptionalCondition (conditionName=0x356b34 "HaveRegisteredOrActiveSnapshot()"...
[20:51:30.021] #4  0x000000000069690a in index_drop (indexId=17401, concurrent=false, concurrent_lock_mode=<optimized ou...
[20:51:30.021] #5  0x000000000068e01e in doDeletion (object=object@entry=0x83626e5b0, flags=flags@entry=21) at ../src/ba...
[20:51:30.021] #6  0x000000000068c4e0 in deleteOneObject (object=0x83626e5b0, depRel=0x82186ce70, flags=21) at ../src/ba...
[20:51:30.021] #7  deleteObjectsInList (targetObjects=targetObjects@entry=0x8426dfda8, depRel=depRel@entry=0x82186ce70, ...
[20:51:30.021] #8  0x000000000068b175 in performDeletion (object=object@entry=0x82186cf60, behavior=behavior@entry=DROP_...
[20:51:30.021] #9  0x0000000000887036 in do_autovacuum () at ../src/backend/postmaster/autovacuum.c:2215
core
[20:51:30.455] #0  0x000000082bcfc41a in thr_kill () from /lib/libc.so.7
[20:51:30.455] #1  0x000000082bc75e64 in raise () from /lib/libc.so.7
[20:51:30.455] #2  0x000000082bd266f9 in abort () from /lib/libc.so.7
[20:51:30.455] #3  0x0000000000a91e35 in ExceptionalCondition (conditionName=0x356b34 "HaveRegisteredOrActiveSnapshot()"...
[20:51:30.455] #4  0x000000000069690a in index_drop (indexId=33447, concurrent=false, concurrent_lock_mode=<optimized ou...
[20:51:30.455] #5  0x000000000068e01e in doDeletion (object=object@entry=0x8362b9818, flags=flags@entry=21) at ../src/ba...
[20:51:30.455] #6  0x000000000068c4e0 in deleteOneObject (object=0x8362b9818, depRel=0x82186ce70, flags=21) at ../src/ba...
[20:51:30.455] #7  deleteObjectsInList (targetObjects=targetObjects@entry=0x8362b97e8, depRel=depRel@entry=0x82186ce70, ...
[20:51:30.455] #8  0x000000000068b175 in performDeletion (object=object@entry=0x82186cf60, behavior=behavior@entry=DROP_...
[20:51:30.455] #9  0x0000000000887036 in do_autovacuum () at ../src/backend/postmaster/autovacuum.c:2215
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_up...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy.out	2024-10-14 20:45:20.856343000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/copy.out	2024-10-14 20:46:57.531523000 +00...
@@ -284,167 +284,7 @@
 invalid command \.
 -- error if the DEFAULT option is given
 copy oversized_column_default from stdin (default '');
-ERROR:  value too long for type character varying(5)
-\.
-invalid command \.
-drop table oversized_column_default;
---
--- Create partitioned table that does not allow bulk insertions, to test bugs
--- related to the reuse of BulkInsertState across partitions (only done when
--- not using bulk insert).  Switching between partitions often makes it more
--- likely to encounter these bugs, so we just switch on roughly every insert
--- by having an even/odd number partition and inserting evenly distributed
--- data.
---
-CREATE TABLE parted_si (
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy.out	2024-10-14 20:45:20.856343000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/copy.out	2024-10-14 20:47:30.260565000 +...
@@ -284,167 +284,7 @@
 invalid command \.
 -- error if the DEFAULT option is given
 copy oversized_column_default from stdin (default '');
-ERROR:  value too long for type character varying(5)
-\.
-invalid command \.
-drop table oversized_column_default;
---
--- Create partitioned table that does not allow bulk insertions, to test bugs
--- related to the reuse of BulkInsertState across partitions (only done when
--- not using bulk insert).  Switching between partitions often makes it more
--- likely to encounter these bugs, so we just switch on roughly every insert
--- by having an even/odd number partition and inserting evenly distributed
--- data.
---
-CREATE TABLE parted_si (
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy.out /tmp/cirrus-ci-build/build/testrun/regress/regress/resu...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy.out	2024-10-14 20:45:20.856343000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/copy.out	2024-10-14 20:46:55.834563000 +0000
@@ -284,167 +284,7 @@
 invalid command \.
 -- error if the DEFAULT option is given
 copy oversized_column_default from stdin (default '');
-ERROR:  value too long for type character varying(5)
-\.
-invalid command \.
-drop table oversized_column_default;
---
--- Create partitioned table that does not allow bulk insertions, to test bugs
--- related to the reuse of BulkInsertState across partitions (only done when
--- not using bulk insert).  Switching between partitions often makes it more
--- likely to encounter these bugs, so we just switch on roughly every insert
--- by having an even/odd number partition and inserting evenly distributed
--- data.
---
-CREATE TABLE parted_si (
...
tap
[20:47:02.558](12.185s) not ok 5 - regression tests pass
[20:47:03.960](1.394s) not ok 6 - dump before running pg_upgrade
tap
[20:47:32.589](7.744s) not ok 2 - regression tests pass
test
[20:50:18.214]  10/310 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[20:50:18.214]  38/310 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[20:50:18.214]   7/310 postgresql:regress / regress/regress                                            ERROR           1...
Linux - Debian Bookworm - Autoconf
assertion
TRAP: failed Assert("opts_out->quote"), File: "copy.c", Line: 949, PID: 34269
assertion
TRAP: failed Assert("opts_out->quote"), File: "copy.c", Line: 949, PID: 20090
core
[20:51:56.211] #0  0x00007efd8dcabe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[20:51:56.211] #1  0x00007efd8dc5cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[20:51:56.211] #2  0x00007efd8dc47472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[20:51:56.211] #3  0x000055bf49bda324 in ExceptionalCondition (conditionName=conditionName@entry=0x55bf49e578a0 "opts_ou...
[20:51:56.211] #4  0x000055bf49261f64 in ProcessCopyOptions (pstate=pstate@entry=0x619000048980, opts_out=opts_out@entry...
[20:51:56.211] #5  0x000055bf49268560 in BeginCopyFrom (pstate=pstate@entry=0x619000048980, rel=rel@entry=0x7efd81236f48...
[20:51:56.211] #6  0x000055bf49262fa8 in DoCopy (pstate=pstate@entry=0x619000048980, stmt=stmt@entry=0x625000008558, stm...
[20:51:56.211] #7  0x000055bf498d711f in standard_ProcessUtility (pstmt=0x625000008678, queryString=<optimized out>, rea...
[20:51:56.211] #8  0x000055bf498d7c56 in ProcessUtility (pstmt=pstmt@entry=0x625000008678, queryString=<optimized out>, ...
[20:51:56.211] #9  0x000055bf498d2a10 in PortalRunUtility (portal=portal@entry=0x625000032200, pstmt=pstmt@entry=0x62500...
core
[20:51:56.709] #0  0x00007fad502abe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[20:51:56.709] #1  0x00007fad5025cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[20:51:56.709] #2  0x00007fad50247472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[20:51:56.709] #3  0x000055d528cda324 in ExceptionalCondition (conditionName=conditionName@entry=0x55d528f578a0 "opts_ou...
[20:51:56.709] #4  0x000055d528361f64 in ProcessCopyOptions (pstate=pstate@entry=0x619000047580, opts_out=opts_out@entry...
[20:51:56.709] #5  0x000055d528368560 in BeginCopyFrom (pstate=pstate@entry=0x619000047580, rel=rel@entry=0x7fad4333af48...
[20:51:56.709] #6  0x000055d528362fa8 in DoCopy (pstate=pstate@entry=0x619000047580, stmt=stmt@entry=0x625000008558, stm...
[20:51:56.709] #7  0x000055d5289d711f in standard_ProcessUtility (pstmt=0x625000008678, queryString=<optimized out>, rea...
[20:51:56.709] #8  0x000055d5289d7c56 in ProcessUtility (pstmt=pstmt@entry=0x625000008678, queryString=<optimized out>, ...
[20:51:56.709] #9  0x000055d5289d2a10 in PortalRunUtility (portal=portal@entry=0x62500002fa00, pstmt=pstmt@entry=0x62500...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/resul...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy.out	2024-10-14 20:44:59.933896565 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/copy.out	2024-10-14 20:50:22.899102109 +0000
@@ -284,167 +284,7 @@
 invalid command \.
 -- error if the DEFAULT option is given
 copy oversized_column_default from stdin (default '');
-ERROR:  value too long for type character varying(5)
-\.
-invalid command \.
-drop table oversized_column_default;
---
--- Create partitioned table that does not allow bulk insertions, to test bugs
--- related to the reuse of BulkInsertState across partitions (only done when
--- not using bulk insert).  Switching between partitions often makes it more
--- likely to encounter these bugs, so we just switch on roughly every insert
--- by having an even/odd number partition and inserting evenly distributed
--- data.
---
-CREATE TABLE parted_si (
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy.out /tmp/cirrus-ci-build/src/test/regress/results/copy.out
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy.out	2024-10-14 20:44:59.933896565 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/copy.out	2024-10-14 20:48:37.843916632 +0000
@@ -284,167 +284,7 @@
 invalid command \.
 -- error if the DEFAULT option is given
 copy oversized_column_default from stdin (default '');
-ERROR:  value too long for type character varying(5)
-\.
-invalid command \.
-drop table oversized_column_default;
---
--- Create partitioned table that does not allow bulk insertions, to test bugs
--- related to the reuse of BulkInsertState across partitions (only done when
--- not using bulk insert).  Switching between partitions often makes it more
--- likely to encounter these bugs, so we just switch on roughly every insert
--- by having an even/odd number partition and inserting evenly distributed
--- data.
---
-CREATE TABLE parted_si (
...
tap
[20:50:33.170](19.809s) not ok 5 - regression tests pass
[20:50:38.096](4.869s) not ok 6 - dump before running pg_upgrade
Linux - Debian Bookworm - Meson
assertion
TRAP: failed Assert("opts_out->quote"), File: "../src/backend/commands/copy.c", Line: 949, PID: 24814
assertion
TRAP: failed Assert("opts_out->quote"), File: "../src/backend/commands/copy.c", Line: 949, PID: 30973
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 28568
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 27728
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 25004
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 24562
assertion
TRAP: failed Assert("opts_out->quote"), File: "../src/backend/commands/copy.c", Line: 949, PID: 23640
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 28855
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 28170
core
[20:53:14.564] #0  0x00007f186aea9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[20:53:14.564] #1  0x00007f186ae5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[20:53:14.564] #2  0x00007f186ae45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[20:53:14.564] #3  0x0000555f76758464 in ExceptionalCondition (conditionName=conditionName@entry=0x555f76976120 "HaveReg...
[20:53:14.564] #4  0x0000555f75f4da33 in index_drop (indexId=17407, concurrent=concurrent@entry=false, concurrent_lock_m...
[20:53:14.564] #5  0x0000555f75f35817 in doDeletion (object=object@entry=0x555f9ab8d200, flags=flags@entry=21) at ../src...
[20:53:14.564] #6  0x0000555f75f35ade in deleteOneObject (object=0x555f9ab8d200, depRel=depRel@entry=0x7ffecca1f418, fla...
[20:53:14.564] #7  0x0000555f75f35ec0 in deleteObjectsInList (targetObjects=targetObjects@entry=0x555f9abab7e8, depRel=d...
[20:53:14.564] #8  0x0000555f75f3a227 in performDeletion (object=object@entry=0x7ffecca1f504, behavior=behavior@entry=DR...
[20:53:14.564] #9  0x0000555f7636d32d in do_autovacuum () at ../src/backend/postmaster/autovacuum.c:2215
core
[20:53:15.118] #0  0x00007f186aea9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[20:53:15.118] #1  0x00007f186ae5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[20:53:15.118] #2  0x00007f186ae45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[20:53:15.118] #3  0x0000555f76758464 in ExceptionalCondition (conditionName=conditionName@entry=0x555f76976120 "HaveReg...
[20:53:15.118] #4  0x0000555f75f4da33 in index_drop (indexId=17407, concurrent=concurrent@entry=false, concurrent_lock_m...
[20:53:15.118] #5  0x0000555f75f35817 in doDeletion (object=object@entry=0x555f9ab8d200, flags=flags@entry=21) at ../src...
[20:53:15.118] #6  0x0000555f75f35ade in deleteOneObject (object=0x555f9ab8d200, depRel=depRel@entry=0x7ffecca1f418, fla...
[20:53:15.118] #7  0x0000555f75f35ec0 in deleteObjectsInList (targetObjects=targetObjects@entry=0x555f9aba1558, depRel=d...
[20:53:15.118] #8  0x0000555f75f3a227 in performDeletion (object=object@entry=0x7ffecca1f504, behavior=behavior@entry=DR...
[20:53:15.118] #9  0x0000555f7636d32d in do_autovacuum () at ../src/backend/postmaster/autovacuum.c:2215
core
[20:53:18.711] #0  0x00007f6727ca9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[20:53:18.711] #1  0x00007f6727c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[20:53:18.711] #2  0x00007f6727c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[20:53:18.711] #3  0x000055d27e469464 in ExceptionalCondition (conditionName=conditionName@entry=0x55d27e6ba185 "opts_ou...
[20:53:18.711] #4  0x000055d27dcbddd8 in ProcessCopyOptions (pstate=pstate@entry=0x55d286309380, opts_out=opts_out@entry...
[20:53:18.711] #5  0x000055d27dcc3c87 in BeginCopyFrom (pstate=pstate@entry=0x55d286309380, rel=rel@entry=0x7f672363e938...
[20:53:18.711] #6  0x000055d27dcbedfb in DoCopy (pstate=pstate@entry=0x55d286309380, stmt=stmt@entry=0x55d2861f0598, stm...
[20:53:18.711] #7  0x000055d27e1e0ce8 in standard_ProcessUtility (pstmt=pstmt@entry=0x55d2861f06b8, queryString=queryStr...
[20:53:18.711] #8  0x00007f67253bbd9d in pgss_ProcessUtility (pstmt=0x55d2861f06b8, queryString=0x55d2861efa40 "copy ove...
[20:53:18.711] #9  0x000055d27e1e16dd in ProcessUtility (pstmt=pstmt@entry=0x55d2861f06b8, queryString=<optimized out>, ...
core
[20:53:11.347] #0  0x00007f186aea9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[20:53:11.347] #1  0x00007f186ae5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[20:53:11.347] #2  0x00007f186ae45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[20:53:11.347] #3  0x0000555f76758464 in ExceptionalCondition (conditionName=conditionName@entry=0x555f76976120 "HaveReg...
[20:53:11.347] #4  0x0000555f75f4da33 in index_drop (indexId=50393, concurrent=concurrent@entry=false, concurrent_lock_m...
[20:53:11.347] #5  0x0000555f75f35817 in doDeletion (object=object@entry=0x555f9ab8d5a0, flags=flags@entry=21) at ../src...
[20:53:11.347] #6  0x0000555f75f35ade in deleteOneObject (object=0x555f9ab8d5a0, depRel=depRel@entry=0x7ffecca1f418, fla...
[20:53:11.347] #7  0x0000555f75f35ec0 in deleteObjectsInList (targetObjects=targetObjects@entry=0x555f9aba1268, depRel=d...
[20:53:11.347] #8  0x0000555f75f3a227 in performDeletion (object=object@entry=0x7ffecca1f504, behavior=behavior@entry=DR...
[20:53:11.347] #9  0x0000555f7636d32d in do_autovacuum () at ../src/backend/postmaster/autovacuum.c:2215
core
[20:53:12.913] #0  0x00007f186aea9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[20:53:12.913] #1  0x00007f186ae5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[20:53:12.913] #2  0x00007f186ae45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[20:53:12.913] #3  0x0000555f76758464 in ExceptionalCondition (conditionName=conditionName@entry=0x555f769a9185 "opts_ou...
[20:53:12.913] #4  0x0000555f75facdd8 in ProcessCopyOptions (pstate=pstate@entry=0x555f9abc7630, opts_out=opts_out@entry...
[20:53:12.913] #5  0x0000555f75fb2c87 in BeginCopyFrom (pstate=pstate@entry=0x555f9abc7630, rel=rel@entry=0x7f185f3c1678...
[20:53:12.913] #6  0x0000555f75faddfb in DoCopy (pstate=pstate@entry=0x555f9abc7630, stmt=stmt@entry=0x555f9aac85f8, stm...
[20:53:12.913] #7  0x0000555f764cfce8 in standard_ProcessUtility (pstmt=0x555f9aac8718, queryString=0x555f9aac7aa0 "copy...
[20:53:12.913] #8  0x0000555f764d0792 in ProcessUtility (pstmt=pstmt@entry=0x555f9aac8718, queryString=<optimized out>, ...
[20:53:12.913] #9  0x0000555f764cbffe in PortalRunUtility (portal=portal@entry=0x555f9ab4a040, pstmt=pstmt@entry=0x555f9...
core
[20:53:13.459] #0  0x00007f186aea9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[20:53:13.459] #1  0x00007f186ae5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[20:53:13.459] #2  0x00007f186ae45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[20:53:13.459] #3  0x0000555f76758464 in ExceptionalCondition (conditionName=conditionName@entry=0x555f76976120 "HaveReg...
[20:53:13.459] #4  0x0000555f75f4da33 in index_drop (indexId=17407, concurrent=concurrent@entry=false, concurrent_lock_m...
[20:53:13.459] #5  0x0000555f75f35817 in doDeletion (object=object@entry=0x555f9ab685d0, flags=flags@entry=21) at ../src...
[20:53:13.459] #6  0x0000555f75f35ade in deleteOneObject (object=0x555f9ab685d0, depRel=depRel@entry=0x7ffecca1f418, fla...
[20:53:13.459] #7  0x0000555f75f35ec0 in deleteObjectsInList (targetObjects=targetObjects@entry=0x555f9ab84c38, depRel=d...
[20:53:13.459] #8  0x0000555f75f3a227 in performDeletion (object=object@entry=0x7ffecca1f504, behavior=behavior@entry=DR...
[20:53:13.459] #9  0x0000555f7636d32d in do_autovacuum () at ../src/backend/postmaster/autovacuum.c:2215
core
[20:53:17.226] #0  0x00007f186aea9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[20:53:17.226] #1  0x00007f186ae5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[20:53:17.226] #2  0x00007f186ae45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[20:53:17.226] #3  0x0000555f76758464 in ExceptionalCondition (conditionName=conditionName@entry=0x555f76976120 "HaveReg...
[20:53:17.226] #4  0x0000555f75f4da33 in index_drop (indexId=17407, concurrent=concurrent@entry=false, concurrent_lock_m...
[20:53:17.226] #5  0x0000555f75f35817 in doDeletion (object=object@entry=0x555f9aba3b88, flags=flags@entry=21) at ../src...
[20:53:17.226] #6  0x0000555f75f35ade in deleteOneObject (object=0x555f9aba3b88, depRel=depRel@entry=0x7ffecca1f418, fla...
[20:53:17.226] #7  0x0000555f75f35ec0 in deleteObjectsInList (targetObjects=targetObjects@entry=0x555f9aba37e8, depRel=d...
[20:53:17.226] #8  0x0000555f75f3a227 in performDeletion (object=object@entry=0x7ffecca1f504, behavior=behavior@entry=DR...
[20:53:17.226] #9  0x0000555f7636d32d in do_autovacuum () at ../src/backend/postmaster/autovacuum.c:2215
core
[20:53:16.675] #0  0x00007f1b308a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[20:53:16.675] #1  0x00007f1b3085afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[20:53:16.675] #2  0x00007f1b30845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[20:53:16.675] #3  0x00005566307eb464 in ExceptionalCondition (conditionName=conditionName@entry=0x556630a3c185 "opts_ou...
[20:53:16.675] #4  0x000055663003fdd8 in ProcessCopyOptions (pstate=pstate@entry=0x5566534d9e00, opts_out=opts_out@entry...
[20:53:16.675] #5  0x0000556630045c87 in BeginCopyFrom (pstate=pstate@entry=0x5566534d9e00, rel=rel@entry=0x7f1b25147758...
[20:53:16.675] #6  0x0000556630040dfb in DoCopy (pstate=pstate@entry=0x5566534d9e00, stmt=stmt@entry=0x5566533bc578, stm...
[20:53:16.675] #7  0x0000556630562ce8 in standard_ProcessUtility (pstmt=0x5566533bc698, queryString=0x5566533bba20 "copy...
[20:53:16.675] #8  0x0000556630563792 in ProcessUtility (pstmt=pstmt@entry=0x5566533bc698, queryString=<optimized out>, ...
[20:53:16.675] #9  0x000055663055effe in PortalRunUtility (portal=portal@entry=0x55665343e670, pstmt=pstmt@entry=0x55665...
core
[20:53:14.009] #0  0x00007f186aea9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[20:53:14.009] #1  0x00007f186ae5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[20:53:14.009] #2  0x00007f186ae45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[20:53:14.009] #3  0x0000555f76758464 in ExceptionalCondition (conditionName=conditionName@entry=0x555f76976120 "HaveReg...
[20:53:14.009] #4  0x0000555f75f4da33 in index_drop (indexId=50393, concurrent=concurrent@entry=false, concurrent_lock_m...
[20:53:14.009] #5  0x0000555f75f35817 in doDeletion (object=object@entry=0x555f9ab8d5a0, flags=flags@entry=21) at ../src...
[20:53:14.009] #6  0x0000555f75f35ade in deleteOneObject (object=0x555f9ab8d5a0, depRel=depRel@entry=0x7ffecca1f418, fla...
[20:53:14.009] #7  0x0000555f75f35ec0 in deleteObjectsInList (targetObjects=targetObjects@entry=0x555f9aba2758, depRel=d...
[20:53:14.009] #8  0x0000555f75f3a227 in performDeletion (object=object@entry=0x7ffecca1f504, behavior=behavior@entry=DR...
[20:53:14.009] #9  0x0000555f7636d32d in do_autovacuum () at ../src/backend/postmaster/autovacuum.c:2215
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_up...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy.out	2024-10-14 20:45:04.480333469 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/copy.out	2024-10-14 20:49:24.060736109 +00...
@@ -284,167 +284,7 @@
 invalid command \.
 -- error if the DEFAULT option is given
 copy oversized_column_default from stdin (default '');
-ERROR:  value too long for type character varying(5)
-\.
-invalid command \.
-drop table oversized_column_default;
---
--- Create partitioned table that does not allow bulk insertions, to test bugs
--- related to the reuse of BulkInsertState across partitions (only done when
--- not using bulk insert).  Switching between partitions often makes it more
--- likely to encounter these bugs, so we just switch on roughly every insert
--- by having an even/odd number partition and inserting evenly distributed
--- data.
---
-CREATE TABLE parted_si (
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy.out	2024-10-14 20:45:04.480333469 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/copy.out	2024-10-14 20:49:49.488696190 +...
@@ -284,167 +284,7 @@
 invalid command \.
 -- error if the DEFAULT option is given
 copy oversized_column_default from stdin (default '');
-ERROR:  value too long for type character varying(5)
-\.
-invalid command \.
-drop table oversized_column_default;
---
--- Create partitioned table that does not allow bulk insertions, to test bugs
--- related to the reuse of BulkInsertState across partitions (only done when
--- not using bulk insert).  Switching between partitions often makes it more
--- likely to encounter these bugs, so we just switch on roughly every insert
--- by having an even/odd number partition and inserting evenly distributed
--- data.
---
-CREATE TABLE parted_si (
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy.out /tmp/cirrus-ci-build/build/testrun/regress/regress/resu...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy.out	2024-10-14 20:45:04.480333469 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/copy.out	2024-10-14 20:49:17.404748434 +0000
@@ -284,167 +284,7 @@
 invalid command \.
 -- error if the DEFAULT option is given
 copy oversized_column_default from stdin (default '');
-ERROR:  value too long for type character varying(5)
-\.
-invalid command \.
-drop table oversized_column_default;
---
--- Create partitioned table that does not allow bulk insertions, to test bugs
--- related to the reuse of BulkInsertState across partitions (only done when
--- not using bulk insert).  Switching between partitions often makes it more
--- likely to encounter these bugs, so we just switch on roughly every insert
--- by having an even/odd number partition and inserting evenly distributed
--- data.
---
-CREATE TABLE parted_si (
...
tap
[20:49:30.841](15.879s) not ok 5 - regression tests pass
[20:49:32.829](1.981s) not ok 6 - dump before running pg_upgrade
tap
[20:49:52.689](8.271s) not ok 2 - regression tests pass
test
[20:52:09.360]  15/310 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[20:52:09.360]  35/310 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[20:52:09.360]   7/310 postgresql:regress / regress/regress                                            ERROR           1...
Windows - Server 2019, VS 2019 - Meson & ninja
assertion
TRAP: failed Assert("opts_out->quote"), File: "../src/backend/commands/copy.c", Line: 949, PID: 5220
assertion
TRAP: failed Assert("opts_out->quote"), File: "../src/backend/commands/copy.c", Line: 949, PID: 6808
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 5616
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 5144
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 4896
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 6268
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 6260
assertion
TRAP: failed Assert("opts_out->quote"), File: "../src/backend/commands/copy.c", Line: 949, PID: 4500
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 1260
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 5580
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 6628
assertion
TRAP: failed Assert("opts_out->quote"), File: "../src/backend/commands/copy.c", Line: 949, PID: 5624
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 5776
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 5644
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 6880
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 7016
core
000000e4`7d1ff968 00007ffa`15e245ca     ntdll!NtFsControlFile+0x14
000000e4`7d1ff970 00007ff6`dd5bfbdb     KERNELBASE!ConnectNamedPipe+0x6a
000000e4`7d1ff9e0 00007ffa`17784cb0     postgres!pg_signal_thread(
000000e4`7d1ffae0 00007ffa`1861ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e4`7d1ffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e4`7d5ff958 00007ffa`185ab77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e4`7d5ff960 00007ffa`17784cb0     ntdll!TppWorkerThread+0x2df
000000e4`7d5ffc50 00007ffa`1861ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e4`7d5ffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e4`7cdff838 00007ffa`185ab77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e4`7cdff840 00007ffa`17784cb0     ntdll!TppWorkerThread+0x2df
000000e4`7cdffb30 00007ffa`1861ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e4`7cdffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e4`7c9feed0 00007ff6`dd904438     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e4`7c9fef10 00007ff6`dd2973a5     postgres!ExceptionalCondition(
000000e4`7c9fef50 00007ff6`dd288017     postgres!index_drop(
000000e4`7c9ff030 00007ff6`dd287b0d     postgres!doDeletion(
000000e4`7c9ff080 00007ff6`dd28afc1     postgres!deleteOneObject(
000000e4`7c9ff1d0 00007ff6`dd285e0c     postgres!deleteObjectsInList(
000000e4`7c9ff230 00007ff6`dd5c4f87     postgres!performDeletion(
000000e4`7c9ff290 00007ff6`dd5c316c     postgres!do_autovacuum(void)+0x967 [c:\cirrus\src\backend\postmaster\autovacuum....
000000e4`7c9ff610 00007ff6`dd5cb787     postgres!AutoVacWorkerMain(
000000e4`7c9ff7c0 00007ff6`dd48ad64     postgres!SubPostmasterMain(
core
00000053`e2bfee50 00007ff6`dd904438     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000053`e2bfee90 00007ff6`dd2973a5     postgres!ExceptionalCondition(
00000053`e2bfeed0 00007ff6`dd288017     postgres!index_drop(
00000053`e2bfefb0 00007ff6`dd287b0d     postgres!doDeletion(
00000053`e2bff000 00007ff6`dd28afc1     postgres!deleteOneObject(
00000053`e2bff150 00007ff6`dd285e0c     postgres!deleteObjectsInList(
00000053`e2bff1b0 00007ff6`dd5c4f87     postgres!performDeletion(
00000053`e2bff210 00007ff6`dd5c316c     postgres!do_autovacuum(void)+0x967 [c:\cirrus\src\backend\postmaster\autovacuum....
00000053`e2bff590 00007ff6`dd5cb787     postgres!AutoVacWorkerMain(
00000053`e2bff740 00007ff6`dd48ad64     postgres!SubPostmasterMain(
core
00000053`e2fffb98 00007ffa`185ab77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000053`e2fffba0 00007ffa`17784cb0     ntdll!TppWorkerThread+0x2df
00000053`e2fffe90 00007ffa`1861ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000053`e2fffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000053`e33ff898 00007ffa`15e245ca     ntdll!NtFsControlFile+0x14
00000053`e33ff8a0 00007ff6`dd5bfbdb     KERNELBASE!ConnectNamedPipe+0x6a
00000053`e33ff910 00007ffa`17784cb0     postgres!pg_signal_thread(
00000053`e33ffa10 00007ffa`1861ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000053`e33ffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000053`e37ffb18 00007ffa`185ab77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000053`e37ffb20 00007ffa`17784cb0     ntdll!TppWorkerThread+0x2df
00000053`e37ffe10 00007ffa`1861ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000053`e37ffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cd`1edff040 00007ff6`dd904438     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000cd`1edff080 00007ff6`dd2973a5     postgres!ExceptionalCondition(
000000cd`1edff0c0 00007ff6`dd288017     postgres!index_drop(
000000cd`1edff1a0 00007ff6`dd287b0d     postgres!doDeletion(
000000cd`1edff1f0 00007ff6`dd28afc1     postgres!deleteOneObject(
000000cd`1edff340 00007ff6`dd285e0c     postgres!deleteObjectsInList(
000000cd`1edff3a0 00007ff6`dd5c4f87     postgres!performDeletion(
000000cd`1edff400 00007ff6`dd5c316c     postgres!do_autovacuum(void)+0x967 [c:\cirrus\src\backend\postmaster\autovacuum....
000000cd`1edff780 00007ff6`dd5cb787     postgres!AutoVacWorkerMain(
000000cd`1edff930 00007ff6`dd48ad64     postgres!SubPostmasterMain(
core
000000cd`1f9ffbc8 00007ffa`185ab77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cd`1f9ffbd0 00007ffa`17784cb0     ntdll!TppWorkerThread+0x2df
000000cd`1f9ffec0 00007ffa`1861ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000cd`1f9ffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cd`1f1ff828 00007ffa`185ab77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cd`1f1ff830 00007ffa`17784cb0     ntdll!TppWorkerThread+0x2df
000000cd`1f1ffb20 00007ffa`1861ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000cd`1f1ffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cd`1f5ff958 00007ffa`15e245ca     ntdll!NtFsControlFile+0x14
000000cd`1f5ff960 00007ff6`dd5bfbdb     KERNELBASE!ConnectNamedPipe+0x6a
000000cd`1f5ff9d0 00007ffa`17784cb0     postgres!pg_signal_thread(
000000cd`1f5ffad0 00007ffa`1861ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000cd`1f5ffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`51bff8c8 00007ffa`185ab77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000001`51bff8d0 00007ffa`17784cb0     ntdll!TppWorkerThread+0x2df
00000001`51bffbc0 00007ffa`1861ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000001`51bffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`50ffed60 00007ff6`dd904438     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000001`50ffeda0 00007ff6`dd2973a5     postgres!ExceptionalCondition(
00000001`50ffede0 00007ff6`dd288017     postgres!index_drop(
00000001`50ffeec0 00007ff6`dd287b0d     postgres!doDeletion(
00000001`50ffef10 00007ff6`dd28afc1     postgres!deleteOneObject(
00000001`50fff060 00007ff6`dd285e0c     postgres!deleteObjectsInList(
00000001`50fff0c0 00007ff6`dd5c4f87     postgres!performDeletion(
00000001`50fff120 00007ff6`dd5c316c     postgres!do_autovacuum(void)+0x967 [c:\cirrus\src\backend\postmaster\autovacuum....
00000001`50fff4a0 00007ff6`dd5cb787     postgres!AutoVacWorkerMain(
00000001`50fff650 00007ff6`dd48ad64     postgres!SubPostmasterMain(
core
00000001`513ff688 00007ffa`185ab77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000001`513ff690 00007ffa`17784cb0     ntdll!TppWorkerThread+0x2df
00000001`513ff980 00007ffa`1861ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000001`513ff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`517ff5f8 00007ffa`15e245ca     ntdll!NtFsControlFile+0x14
00000001`517ff600 00007ff6`dd5bfbdb     KERNELBASE!ConnectNamedPipe+0x6a
00000001`517ff670 00007ffa`17784cb0     postgres!pg_signal_thread(
00000001`517ff770 00007ffa`1861ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000001`517ff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000032`c9bff360 00007ff6`dd904438     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000032`c9bff3a0 00007ff6`dd2973a5     postgres!ExceptionalCondition(
00000032`c9bff3e0 00007ff6`dd288017     postgres!index_drop(
00000032`c9bff4c0 00007ff6`dd287b0d     postgres!doDeletion(
00000032`c9bff510 00007ff6`dd28afc1     postgres!deleteOneObject(
00000032`c9bff660 00007ff6`dd285e0c     postgres!deleteObjectsInList(
00000032`c9bff6c0 00007ff6`dd5c4f87     postgres!performDeletion(
00000032`c9bff720 00007ff6`dd5c316c     postgres!do_autovacuum(void)+0x967 [c:\cirrus\src\backend\postmaster\autovacuum....
00000032`c9bffaa0 00007ff6`dd5cb787     postgres!AutoVacWorkerMain(
00000032`c9bffc50 00007ff6`dd48ad64     postgres!SubPostmasterMain(
core
00000032`c9fffbb8 00007ffa`185ab77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000032`c9fffbc0 00007ffa`17784cb0     ntdll!TppWorkerThread+0x2df
00000032`c9fffeb0 00007ffa`1861ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000032`c9fffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000032`ca3ff8f8 00007ffa`15e245ca     ntdll!NtFsControlFile+0x14
00000032`ca3ff900 00007ff6`dd5bfbdb     KERNELBASE!ConnectNamedPipe+0x6a
00000032`ca3ff970 00007ffa`17784cb0     postgres!pg_signal_thread(
00000032`ca3ffa70 00007ffa`1861ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000032`ca3ffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000032`ca7ff468 00007ffa`185ab77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000032`ca7ff470 00007ffa`17784cb0     ntdll!TppWorkerThread+0x2df
00000032`ca7ff760 00007ffa`1861ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000032`ca7ff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b8`ee3ff3b0 00007ff6`dd904438     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b8`ee3ff3f0 00007ff6`dd2973a5     postgres!ExceptionalCondition(
000000b8`ee3ff430 00007ff6`dd288017     postgres!index_drop(
000000b8`ee3ff510 00007ff6`dd287b0d     postgres!doDeletion(
000000b8`ee3ff560 00007ff6`dd28afc1     postgres!deleteOneObject(
000000b8`ee3ff6b0 00007ff6`dd285e0c     postgres!deleteObjectsInList(
000000b8`ee3ff710 00007ff6`dd5c4f87     postgres!performDeletion(
000000b8`ee3ff770 00007ff6`dd5c316c     postgres!do_autovacuum(void)+0x967 [c:\cirrus\src\backend\postmaster\autovacuum....
000000b8`ee3ffaf0 00007ff6`dd5cb787     postgres!AutoVacWorkerMain(
000000b8`ee3ffca0 00007ff6`dd48ad64     postgres!SubPostmasterMain(
core
000000b8`ee7ff9f8 00007ffa`185ab77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b8`ee7ffa00 00007ffa`17784cb0     ntdll!TppWorkerThread+0x2df
000000b8`ee7ffcf0 00007ffa`1861ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b8`ee7ffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b8`eebffcf8 00007ffa`15e245ca     ntdll!NtFsControlFile+0x14
000000b8`eebffd00 00007ff6`dd5bfbdb     KERNELBASE!ConnectNamedPipe+0x6a
000000b8`eebffd70 00007ffa`17784cb0     postgres!pg_signal_thread(
000000b8`eebffe70 00007ffa`1861ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b8`eebffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b8`eefff8d8 00007ffa`185ab77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b8`eefff8e0 00007ffa`17784cb0     ntdll!TppWorkerThread+0x2df
000000b8`eefffbd0 00007ffa`1861ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b8`eefffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d4`c45fee00 00007ff6`dd904438     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d4`c45fee40 00007ff6`dd2973a5     postgres!ExceptionalCondition(
000000d4`c45fee80 00007ff6`dd288017     postgres!index_drop(
000000d4`c45fef60 00007ff6`dd287b0d     postgres!doDeletion(
000000d4`c45fefb0 00007ff6`dd28afc1     postgres!deleteOneObject(
000000d4`c45ff100 00007ff6`dd285e0c     postgres!deleteObjectsInList(
000000d4`c45ff160 00007ff6`dd5c4f87     postgres!performDeletion(
000000d4`c45ff1c0 00007ff6`dd5c316c     postgres!do_autovacuum(void)+0x967 [c:\cirrus\src\backend\postmaster\autovacuum....
000000d4`c45ff540 00007ff6`dd5cb787     postgres!AutoVacWorkerMain(
000000d4`c45ff6f0 00007ff6`dd48ad64     postgres!SubPostmasterMain(
core
000000d4`c49ff568 00007ffa`185ab77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d4`c49ff570 00007ffa`17784cb0     ntdll!TppWorkerThread+0x2df
000000d4`c49ff860 00007ffa`1861ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d4`c49ff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d4`c4dffac8 00007ffa`15e245ca     ntdll!NtFsControlFile+0x14
000000d4`c4dffad0 00007ff6`dd5bfbdb     KERNELBASE!ConnectNamedPipe+0x6a
000000d4`c4dffb40 00007ffa`17784cb0     postgres!pg_signal_thread(
000000d4`c4dffc40 00007ffa`1861ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d4`c4dffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d4`c51ff4f8 00007ffa`185ab77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d4`c51ff500 00007ffa`17784cb0     ntdll!TppWorkerThread+0x2df
000000d4`c51ff7f0 00007ffa`1861ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d4`c51ff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f1`ce3fe960 00007ff6`dd904438     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f1`ce3fe9a0 00007ff6`dd2f2fe2     postgres!ExceptionalCondition(
000000f1`ce3fe9e0 00007ff6`dd2f449e     postgres!ProcessCopyOptions(
000000f1`ce3feae0 00007ff6`dd2f14cd     postgres!BeginCopyFrom(
000000f1`ce3fed20 00007ff6`dd6d72d0     postgres!DoCopy(
000000f1`ce3feeb0 00007ff9`fdf634e6     postgres!standard_ProcessUtility(
000000f1`ce3ff080 00007ff6`dd6d6c1f     pg_stat_statements!pgss_ProcessUtility(
000000f1`ce3ff4d0 00007ff6`dd6d5c4d     postgres!ProcessUtility(
000000f1`ce3ff520 00007ff6`dd6d5f9f     postgres!PortalRunUtility(
000000f1`ce3ff590 00007ff6`dd6d4b14     postgres!PortalRunMulti(
core
000000f1`cebff878 00007ffa`185ab77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f1`cebff880 00007ffa`17784cb0     ntdll!TppWorkerThread+0x2df
000000f1`cebffb70 00007ffa`1861ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f1`cebffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f1`ce7ff828 00007ffa`185ab77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f1`ce7ff830 00007ffa`17784cb0     ntdll!TppWorkerThread+0x2df
000000f1`ce7ffb20 00007ffa`1861ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f1`ce7ffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f1`cefffc28 00007ffa`15e245ca     ntdll!NtFsControlFile+0x14
000000f1`cefffc30 00007ff6`dd5bfbdb     KERNELBASE!ConnectNamedPipe+0x6a
000000f1`cefffca0 00007ffa`17784cb0     postgres!pg_signal_thread(
000000f1`cefffda0 00007ffa`1861ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f1`cefffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f1`cf3ffbe8 00007ffa`15ddd71e     ntdll!NtWaitForSingleObject+0x14
000000f1`cf3ffbf0 00007ff6`dd5c167c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000f1`cf3ffc90 00007ffa`17784cb0     postgres!pg_timer_thread(
000000f1`cf3ffcd0 00007ffa`1861ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000f1`cf3ffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b8`5cbfefd0 00007ff6`dd904438     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b8`5cbff010 00007ff6`dd2973a5     postgres!ExceptionalCondition(
000000b8`5cbff050 00007ff6`dd288017     postgres!index_drop(
000000b8`5cbff130 00007ff6`dd287b0d     postgres!doDeletion(
000000b8`5cbff180 00007ff6`dd28afc1     postgres!deleteOneObject(
000000b8`5cbff2d0 00007ff6`dd285e0c     postgres!deleteObjectsInList(
000000b8`5cbff330 00007ff6`dd5c4f87     postgres!performDeletion(
000000b8`5cbff390 00007ff6`dd5c316c     postgres!do_autovacuum(void)+0x967 [c:\cirrus\src\backend\postmaster\autovacuum....
000000b8`5cbff710 00007ff6`dd5cb787     postgres!AutoVacWorkerMain(
000000b8`5cbff8c0 00007ff6`dd48ad64     postgres!SubPostmasterMain(
core
000000b8`5cfff468 00007ffa`185ab77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b8`5cfff470 00007ffa`17784cb0     ntdll!TppWorkerThread+0x2df
000000b8`5cfff760 00007ffa`1861ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b8`5cfff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b8`5d3ff8e8 00007ffa`15e245ca     ntdll!NtFsControlFile+0x14
000000b8`5d3ff8f0 00007ff6`dd5bfbdb     KERNELBASE!ConnectNamedPipe+0x6a
000000b8`5d3ff960 00007ffa`17784cb0     postgres!pg_signal_thread(
000000b8`5d3ffa60 00007ffa`1861ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b8`5d3ffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b8`5d7ffa88 00007ffa`185ab77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b8`5d7ffa90 00007ffa`17784cb0     ntdll!TppWorkerThread+0x2df
000000b8`5d7ffd80 00007ffa`1861ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b8`5d7ffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002f`2c5ff998 00007ffa`185ab77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002f`2c5ff9a0 00007ffa`17784cb0     ntdll!TppWorkerThread+0x2df
0000002f`2c5ffc90 00007ffa`1861ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000002f`2c5ffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002f`2c9ff658 00007ffa`15e245ca     ntdll!NtFsControlFile+0x14
0000002f`2c9ff660 00007ff6`dd5bfbdb     KERNELBASE!ConnectNamedPipe+0x6a
0000002f`2c9ff6d0 00007ffa`17784cb0     postgres!pg_signal_thread(
0000002f`2c9ff7d0 00007ffa`1861ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000002f`2c9ff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002f`2cdff788 00007ffa`185ab77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002f`2cdff790 00007ffa`17784cb0     ntdll!TppWorkerThread+0x2df
0000002f`2cdffa80 00007ffa`1861ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000002f`2cdffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002f`2d1ffd58 00007ffa`15ddd71e     ntdll!NtWaitForSingleObject+0x14
0000002f`2d1ffd60 00007ff6`dd5c167c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000002f`2d1ffe00 00007ffa`17784cb0     postgres!pg_timer_thread(
0000002f`2d1ffe40 00007ffa`1861ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000002f`2d1ffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002f`2c1feab0 00007ff6`dd904438     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000002f`2c1feaf0 00007ff6`dd2f2fe2     postgres!ExceptionalCondition(
0000002f`2c1feb30 00007ff6`dd2f449e     postgres!ProcessCopyOptions(
0000002f`2c1fec30 00007ff6`dd2f14cd     postgres!BeginCopyFrom(
0000002f`2c1fee70 00007ff6`dd6d72d0     postgres!DoCopy(
0000002f`2c1ff000 00007ff6`dd6d6c69     postgres!standard_ProcessUtility(
0000002f`2c1ff1d0 00007ff6`dd6d5c4d     postgres!ProcessUtility(
0000002f`2c1ff220 00007ff6`dd6d5f9f     postgres!PortalRunUtility(
0000002f`2c1ff290 00007ff6`dd6d4b14     postgres!PortalRunMulti(
0000002f`2c1ff310 00007ff6`dd6d0e5f     postgres!PortalRun(
core
000000a9`a25feb60 00007ff6`dd904438     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a9`a25feba0 00007ff6`dd2f2fe2     postgres!ExceptionalCondition(
000000a9`a25febe0 00007ff6`dd2f449e     postgres!ProcessCopyOptions(
000000a9`a25fece0 00007ff6`dd2f14cd     postgres!BeginCopyFrom(
000000a9`a25fef20 00007ff6`dd6d72d0     postgres!DoCopy(
000000a9`a25ff0b0 00007ff6`dd6d6c69     postgres!standard_ProcessUtility(
000000a9`a25ff280 00007ff6`dd6d5c4d     postgres!ProcessUtility(
000000a9`a25ff2d0 00007ff6`dd6d5f9f     postgres!PortalRunUtility(
000000a9`a25ff340 00007ff6`dd6d4b14     postgres!PortalRunMulti(
000000a9`a25ff3c0 00007ff6`dd6d0e5f     postgres!PortalRun(
core
000000a9`a35ffba8 00007ffa`15ddd71e     ntdll!NtWaitForSingleObject+0x14
000000a9`a35ffbb0 00007ff6`dd5c167c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000a9`a35ffc50 00007ffa`17784cb0     postgres!pg_timer_thread(
000000a9`a35ffc90 00007ffa`1861ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a9`a35ffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a9`a29ff988 00007ffa`185ab77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a9`a29ff990 00007ffa`17784cb0     ntdll!TppWorkerThread+0x2df
000000a9`a29ffc80 00007ffa`1861ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a9`a29ffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a9`a2dff8d8 00007ffa`185ab77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a9`a2dff8e0 00007ffa`17784cb0     ntdll!TppWorkerThread+0x2df
000000a9`a2dffbd0 00007ffa`1861ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a9`a2dffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a9`a31ffc08 00007ffa`15e245ca     ntdll!NtFsControlFile+0x14
000000a9`a31ffc10 00007ff6`dd5bfbdb     KERNELBASE!ConnectNamedPipe+0x6a
000000a9`a31ffc80 00007ffa`17784cb0     postgres!pg_signal_thread(
000000a9`a31ffd80 00007ffa`1861ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a9`a31ffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e8`06dfef70 00007ff6`dd904438     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e8`06dfefb0 00007ff6`dd2f2fe2     postgres!ExceptionalCondition(
000000e8`06dfeff0 00007ff6`dd2f449e     postgres!ProcessCopyOptions(
000000e8`06dff0f0 00007ff6`dd2f14cd     postgres!BeginCopyFrom(
000000e8`06dff330 00007ff6`dd6d72d0     postgres!DoCopy(
000000e8`06dff4c0 00007ff6`dd6d6c69     postgres!standard_ProcessUtility(
000000e8`06dff690 00007ff6`dd6d5c4d     postgres!ProcessUtility(
000000e8`06dff6e0 00007ff6`dd6d5f9f     postgres!PortalRunUtility(
000000e8`06dff750 00007ff6`dd6d4b14     postgres!PortalRunMulti(
000000e8`06dff7d0 00007ff6`dd6d0e5f     postgres!PortalRun(
core
000000e8`071ff958 00007ffa`185ab77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e8`071ff960 00007ffa`17784cb0     ntdll!TppWorkerThread+0x2df
000000e8`071ffc50 00007ffa`1861ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e8`071ffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e8`075ff5a8 00007ffa`185ab77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e8`075ff5b0 00007ffa`17784cb0     ntdll!TppWorkerThread+0x2df
000000e8`075ff8a0 00007ffa`1861ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e8`075ff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e8`079ff848 00007ffa`15e245ca     ntdll!NtFsControlFile+0x14
000000e8`079ff850 00007ff6`dd5bfbdb     KERNELBASE!ConnectNamedPipe+0x6a
000000e8`079ff8c0 00007ffa`17784cb0     postgres!pg_signal_thread(
000000e8`079ff9c0 00007ffa`1861ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e8`079ff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e8`07dff7a8 00007ffa`15ddd71e     ntdll!NtWaitForSingleObject+0x14
000000e8`07dff7b0 00007ff6`dd5c167c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000e8`07dff850 00007ffa`17784cb0     postgres!pg_timer_thread(
000000e8`07dff890 00007ffa`1861ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e8`07dff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000073`4b9ff498 00007ffa`185ab77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000073`4b9ff4a0 00007ffa`17784cb0     ntdll!TppWorkerThread+0x2df
00000073`4b9ff790 00007ffa`1861ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000073`4b9ff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000073`4b5ff918 00007ffa`15e245ca     ntdll!NtFsControlFile+0x14
00000073`4b5ff920 00007ff6`dd5bfbdb     KERNELBASE!ConnectNamedPipe+0x6a
00000073`4b5ff990 00007ffa`17784cb0     postgres!pg_signal_thread(
00000073`4b5ffa90 00007ffa`1861ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000073`4b5ffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000073`4b1ff788 00007ffa`185ab77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000073`4b1ff790 00007ffa`17784cb0     ntdll!TppWorkerThread+0x2df
00000073`4b1ffa80 00007ffa`1861ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000073`4b1ffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000073`4adfee80 00007ff6`dd904438     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000073`4adfeec0 00007ff6`dd2973a5     postgres!ExceptionalCondition(
00000073`4adfef00 00007ff6`dd288017     postgres!index_drop(
00000073`4adfefe0 00007ff6`dd287b0d     postgres!doDeletion(
00000073`4adff030 00007ff6`dd28afc1     postgres!deleteOneObject(
00000073`4adff180 00007ff6`dd285e0c     postgres!deleteObjectsInList(
00000073`4adff1e0 00007ff6`dd5c4f87     postgres!performDeletion(
00000073`4adff240 00007ff6`dd5c316c     postgres!do_autovacuum(void)+0x967 [c:\cirrus\src\backend\postmaster\autovacuum....
00000073`4adff5c0 00007ff6`dd5cb787     postgres!AutoVacWorkerMain(
00000073`4adff770 00007ff6`dd48ad64     postgres!SubPostmasterMain(
core
000000a5`461ffa58 00007ffa`185ab77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a5`461ffa60 00007ffa`17784cb0     ntdll!TppWorkerThread+0x2df
000000a5`461ffd50 00007ffa`1861ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a5`461ffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a5`455fed20 00007ff6`dd904438     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a5`455fed60 00007ff6`dd2973a5     postgres!ExceptionalCondition(
000000a5`455feda0 00007ff6`dd288017     postgres!index_drop(
000000a5`455fee80 00007ff6`dd287b0d     postgres!doDeletion(
000000a5`455feed0 00007ff6`dd28afc1     postgres!deleteOneObject(
000000a5`455ff020 00007ff6`dd285e0c     postgres!deleteObjectsInList(
000000a5`455ff080 00007ff6`dd5c4f87     postgres!performDeletion(
000000a5`455ff0e0 00007ff6`dd5c316c     postgres!do_autovacuum(void)+0x967 [c:\cirrus\src\backend\postmaster\autovacuum....
000000a5`455ff460 00007ff6`dd5cb787     postgres!AutoVacWorkerMain(
000000a5`455ff610 00007ff6`dd48ad64     postgres!SubPostmasterMain(
core
000000a5`459ffaf8 00007ffa`185ab77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a5`459ffb00 00007ffa`17784cb0     ntdll!TppWorkerThread+0x2df
000000a5`459ffdf0 00007ffa`1861ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a5`459ffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a5`45dffcf8 00007ffa`15e245ca     ntdll!NtFsControlFile+0x14
000000a5`45dffd00 00007ff6`dd5bfbdb     KERNELBASE!ConnectNamedPipe+0x6a
000000a5`45dffd70 00007ffa`17784cb0     postgres!pg_signal_thread(
000000a5`45dffe70 00007ffa`1861ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000a5`45dffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000071`915ff7c8 00007ffa`15e245ca     ntdll!NtFsControlFile+0x14
00000071`915ff7d0 00007ff6`dd5bfbdb     KERNELBASE!ConnectNamedPipe+0x6a
00000071`915ff840 00007ffa`17784cb0     postgres!pg_signal_thread(
00000071`915ff940 00007ffa`1861ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000071`915ff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000071`90dff448 00007ffa`185ab77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000071`90dff450 00007ffa`17784cb0     ntdll!TppWorkerThread+0x2df
00000071`90dff740 00007ffa`1861ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000071`90dff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000071`909ff0a0 00007ff6`dd904438     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000071`909ff0e0 00007ff6`dd2973a5     postgres!ExceptionalCondition(
00000071`909ff120 00007ff6`dd288017     postgres!index_drop(
00000071`909ff200 00007ff6`dd287b0d     postgres!doDeletion(
00000071`909ff250 00007ff6`dd28afc1     postgres!deleteOneObject(
00000071`909ff3a0 00007ff6`dd285e0c     postgres!deleteObjectsInList(
00000071`909ff400 00007ff6`dd5c4f87     postgres!performDeletion(
00000071`909ff460 00007ff6`dd5c316c     postgres!do_autovacuum(void)+0x967 [c:\cirrus\src\backend\postmaster\autovacuum....
00000071`909ff7e0 00007ff6`dd5cb787     postgres!AutoVacWorkerMain(
00000071`909ff990 00007ff6`dd48ad64     postgres!SubPostmasterMain(
core
00000071`911ff448 00007ffa`185ab77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000071`911ff450 00007ffa`17784cb0     ntdll!TppWorkerThread+0x2df
00000071`911ff740 00007ffa`1861ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000071`911ff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001f`735ff538 00007ffa`185ab77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001f`735ff540 00007ffa`17784cb0     ntdll!TppWorkerThread+0x2df
0000001f`735ff830 00007ffa`1861ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000001f`735ff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001f`73dff818 00007ffa`185ab77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001f`73dff820 00007ffa`17784cb0     ntdll!TppWorkerThread+0x2df
0000001f`73dffb10 00007ffa`1861ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000001f`73dffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001f`731ff3d0 00007ff6`dd904438     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000001f`731ff410 00007ff6`dd2973a5     postgres!ExceptionalCondition(
0000001f`731ff450 00007ff6`dd288017     postgres!index_drop(
0000001f`731ff530 00007ff6`dd287b0d     postgres!doDeletion(
0000001f`731ff580 00007ff6`dd28afc1     postgres!deleteOneObject(
0000001f`731ff6d0 00007ff6`dd285e0c     postgres!deleteObjectsInList(
0000001f`731ff730 00007ff6`dd5c4f87     postgres!performDeletion(
0000001f`731ff790 00007ff6`dd5c316c     postgres!do_autovacuum(void)+0x967 [c:\cirrus\src\backend\postmaster\autovacuum....
0000001f`731ffb10 00007ff6`dd5cb787     postgres!AutoVacWorkerMain(
0000001f`731ffcc0 00007ff6`dd48ad64     postgres!SubPostmasterMain(
core
0000001f`739ff9b8 00007ffa`15e245ca     ntdll!NtFsControlFile+0x14
0000001f`739ff9c0 00007ff6`dd5bfbdb     KERNELBASE!ConnectNamedPipe+0x6a
0000001f`739ffa30 00007ffa`17784cb0     postgres!pg_signal_thread(
0000001f`739ffb30 00007ffa`1861ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000001f`739ffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/copy.out C:/cirrus/build/testrun/pg_upgrade/002_pg_upgr...
--- C:/cirrus/src/test/regress/expected/copy.out	2024-10-14 20:45:21.052236000 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/copy.out	2024-10-14 20:48:03.294538200 +0000
@@ -284,167 +284,7 @@
 invalid command \.
 -- error if the DEFAULT option is given
 copy oversized_column_default from stdin (default '');
-ERROR:  value too long for type character varying(5)
-\.
-invalid command \.
-drop table oversized_column_default;
---
--- Create partitioned table that does not allow bulk insertions, to test bugs
--- related to the reuse of BulkInsertState across partitions (only done when
--- not using bulk insert).  Switching between partitions often makes it more
--- likely to encounter these bugs, so we just switch on roughly every insert
--- by having an even/odd number partition and inserting evenly distributed
--- data.
---
-CREATE TABLE parted_si (
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/copy.out C:/cirrus/build/testrun/recovery/027_stream_re...
--- C:/cirrus/src/test/regress/expected/copy.out	2024-10-14 20:45:21.052236000 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/copy.out	2024-10-14 20:50:06.804923700 +0000
@@ -284,167 +284,7 @@
 invalid command \.
 -- error if the DEFAULT option is given
 copy oversized_column_default from stdin (default '');
-ERROR:  value too long for type character varying(5)
-\.
-invalid command \.
-drop table oversized_column_default;
---
--- Create partitioned table that does not allow bulk insertions, to test bugs
--- related to the reuse of BulkInsertState across partitions (only done when
--- not using bulk insert).  Switching between partitions often makes it more
--- likely to encounter these bugs, so we just switch on roughly every insert
--- by having an even/odd number partition and inserting evenly distributed
--- data.
---
-CREATE TABLE parted_si (
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/copy.out C:/cirrus/build/testrun/regress/regress/result...
--- C:/cirrus/src/test/regress/expected/copy.out	2024-10-14 20:45:21.052236000 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/copy.out	2024-10-14 20:48:02.778917200 +0000
@@ -284,167 +284,7 @@
 invalid command \.
 -- error if the DEFAULT option is given
 copy oversized_column_default from stdin (default '');
-ERROR:  value too long for type character varying(5)
-\.
-invalid command \.
-drop table oversized_column_default;
---
--- Create partitioned table that does not allow bulk insertions, to test bugs
--- related to the reuse of BulkInsertState across partitions (only done when
--- not using bulk insert).  Switching between partitions often makes it more
--- likely to encounter these bugs, so we just switch on roughly every insert
--- by having an even/odd number partition and inserting evenly distributed
--- data.
---
-CREATE TABLE parted_si (
...
tap
[20:49:28.607](103.607s) not ok 5 - regression tests pass
[20:49:32.864](4.236s) not ok 6 - dump before running pg_upgrade
tap
[20:51:16.387](91.976s) not ok 2 - regression tests pass
test
[20:58:20.042]   7/305 postgresql:regress / regress/regress                                            ERROR           1...
[20:58:20.042]  25/305 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[20:58:20.042]  60/305 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
51/4390 add not_before and not_after timestamps to sslinfo extension and pg_stat_ssl
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[19:26:49.698] ../src/backend/libpq/be-secure-openssl.c(1536): warning C4024: 'ASN1_TIME_to_timestamptz': different type...
compiler
[19:26:49.698] ../src/backend/libpq/be-secure-openssl.c(1545): warning C4024: 'ASN1_TIME_to_timestamptz': different type...
compiler
[19:27:07.630] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notAfter referenced in...
compiler
[19:27:07.630] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notBefore referenced i...
compiler
[19:26:49.698] ../src/backend/libpq/be-secure-openssl.c(1545): warning C4047: 'function': 'ASN1_TIME *' differs in level...
compiler
[19:26:49.698] ../src/backend/libpq/be-secure-openssl.c(1536): warning C4047: 'function': 'ASN1_TIME *' differs in level...
51/3461 In-place persistence change of a relation (fast ALTER TABLE ... SET LOGGED with wal_level=minimal)
CompilerWarnings
compiler
[18:53:12.389] simpleundolog.c:69:14: error: no previous extern declaration for non-static variable 'UndoRoutines' [-Wer...
compiler
[18:51:39.698] simpleundolog.c:69:14: error: no previous extern declaration for non-static variable 'UndoRoutines' [-Wer...
Linux - Debian Bookworm - Meson
core
[18:53:16.731] #0  0x00007f04a5ca9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[18:53:16.731] #1  0x00007f04a5c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[18:53:16.731] #2  0x00007f04a5c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[18:53:16.731] #3  0x00007f04a5e1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[18:53:16.731] #4  0x00007f04a5e2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[18:53:16.731] #5  0x00007f04a5e0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x558fe73eeca0,...
[18:53:16.731] #6  0x0000558fe64e4e3c in ParseCommitRecord (info=<optimized out>, xlrec=<optimized out>, parsed=parsed@e...
[18:53:16.731] #7  0x0000558fe65392a8 in xact_redo (record=0x559025de6500) at ../src/backend/access/transam/xact.c:6430
[18:53:16.731] #8  0x0000558fe655c86f in ApplyWalRecord (xlogreader=0x559025de6500, record=record@entry=0x7f04a17b5878, ...
[18:53:16.731] #9  0x0000558fe65624b7 in PerformWalRecovery () at ../src/backend/access/transam/xlogrecovery.c:1823
tap
[18:52:08.059](230.095s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /tmp/cirrus-ci-build/src/test/recovery/t/027_stream_regress.pl line 103.
test
[18:52:08.262] 310/310 postgresql:recovery / recovery/027_stream_regress                               ERROR           3...
51/5070 Incorrect error message for cancellation triggered by statement_timeout & flaky test
CompilerWarnings
compiler
[17:35:59.362] backend_startup.c:270:63: error: variable 'status' is uninitialized when used here [-Werror,-Wuninitializ...
compiler
[17:35:59.362] backend_startup.c:270:63: error: data argument not used by format string [-Werror,-Wformat-extra-args]
compiler
[17:35:50.858] backend_startup.c:270:63: error: variable 'status' is uninitialized when used here [-Werror,-Wuninitializ...
compiler
[17:35:50.858] backend_startup.c:270:63: error: data argument not used by format string [-Werror,-Wformat-extra-args]
compiler
[17:35:19.676] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args]
compiler
[17:35:19.676] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit...
compiler
[17:35:11.515] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit...
compiler
[17:35:11.515] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args]
compiler
[17:36:22.952] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit...
compiler
[17:36:22.952] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args]
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[17:35:44.047] c:\cirrus\src\backend\tcop\backend_startup.c(270) : warning C4700: uninitialized local variable 'status' ...
51/4720 "unexpected duplicate for tablespace" problem in logical replication
FreeBSD - 13 - Meson
core
[17:21:24.550] #0  0x0000163e3f169494 in ?? () from /lib/libc.so.7
[17:21:24.550] #1  0x0000163e3f1aa0a5 in ?? () from /lib/libc.so.7
[17:21:24.550] #2  0x0000163e3f15cbae in ?? () from /lib/libc.so.7
[17:21:24.550] #3  0x0000163e3f0825d9 in fts_open () from /lib/libc.so.7
[17:21:24.550] #4  0x000016361dae79e1 in ?? ()
[17:21:24.550] #5  0x000016361dae78ad in ?? ()
[17:21:24.550] #6  0x000016361dae733d in ?? ()
[17:21:24.550] #7  0x0000163e3e4c6408 in ?? ()
[17:21:24.550] #8  0x0000000000000000 in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/00...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-10-14 17:15:20.964890000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_table.out	2024-10-14 17:17:23.442263...
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37759 |            |             0 |       37759 | pktable_pkey
+ 37756 |            |             0 |       37756 | pktable
+ 37761 |            |             0 |       37761 | fktable
+ 38248 |            |             0 |       38248 | pg_toast_38239_index
+ 38247 |            |             0 |       38247 | pg_toast_38239
+ 38239 |            |             0 |       38244 | foo
+ 38454 |            |             0 |       38454 | old_oids
+ 38473 |            |             0 |       38473 | pg_toast_38470
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/recovery/027_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-10-14 17:15:20.964890000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/alter_table.out	2024-10-14 17:18:05.4214...
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 38402 |            |             0 |       38402 | pg_toast_38398_index
+ 38398 |            |             0 |       38398 | recur2
+ 38393 |            |             0 |       38393 | recur1
+ 38377 |            |             0 |       38377 | old_oids
+ 38401 |            |             0 |       38401 | pg_toast_38398
+ 37647 |            |             0 |       37647 | pktable_pkey
+ 37644 |            |             0 |       37644 | pktable
+ 37649 |            |             0 |       37649 | fktable
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/regress/regre...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-10-14 17:15:20.964890000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/alter_table.out	2024-10-14 17:17:20.897934000 +0000
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37627 |            |             0 |       37627 | pktable_pkey
+ 37623 |            |             0 |       37623 | pktable
+ 37643 |            |             0 |       37643 | fktable
+ 38166 |            |             0 |       38172 | foo
+ 38176 |            |             0 |       38176 | pg_toast_38166_index
+ 38175 |            |             0 |       38175 | pg_toast_38166
+ 38396 |            |             0 |       38396 | old_oids
+ 38415 |            |             0 |       38415 | pg_toast_38412
...
tap
[17:17:33.750](68.490s) not ok 5 - regression tests pass
tap
[17:18:14.707](72.677s) not ok 2 - regression tests pass
test
[17:20:14.537]  42/310 postgresql:regress / regress/regress                                            ERROR            ...
[17:20:14.537]  91/310 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[17:20:14.537] 151/310 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_chec...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-10-14 17:15:15.068329384 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/alter_table.out	2024-10-14 17:21:26.115329491 +0000
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37774 |            |             0 |       37774 | pktable_pkey
+ 37771 |            |             0 |       37771 | pktable
+ 37779 |            |             0 |       37779 | fktable
+ 38374 |            |             0 |       38380 | foo
+ 38384 |            |             0 |       38384 | pg_toast_38374_index
+ 38383 |            |             0 |       38383 | pg_toast_38374
+ 38622 |            |             0 |       38622 | old_oids
+ 38645 |            |             0 |       38645 | pg_toast_38642
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/src/test/recovery/tmp_check...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-10-14 17:15:15.068329384 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/alter_table.out	2024-10-14 17:22:29.119284944 +0000
@@ -3491,9 +3491,29 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37650 |            |             0 |       37650 | users_id_seq
+ 37655 |            |             0 |       37655 | pg_toast_37651
+ 37657 |            |             0 |       37657 | pg_toast_37651_index
+ 37651 |            |             0 |       37651 | users
+ 37944 |            |             0 |       37944 | foo
+ 38097 |            |             0 |       38097 | forc_test
+ 38777 |            |             0 |       38777 | pg_toast_38774
+ 38778 |            |             0 |       38778 | pg_toast_38774_index
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/src/test/regress/results/al...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-10-14 17:15:15.068329384 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/alter_table.out	2024-10-14 17:18:49.059527136 +0000
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37858 |            |             0 |       37858 | pktable_pkey
+ 37851 |            |             0 |       37851 | pktable
+ 37862 |            |             0 |       37862 | fktable
+ 38326 |            |             0 |       38331 | foo
+ 38335 |            |             0 |       38335 | pg_toast_38326_index
+ 38334 |            |             0 |       38334 | pg_toast_38326
+ 38542 |            |             0 |       38542 | old_oids
+ 38560 |            |             0 |       38560 | pg_toast_38557
...
tap
[17:21:34.615](97.451s) not ok 5 - regression tests pass
tap
[17:22:36.414](59.939s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/00...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-10-14 17:15:14.207580457 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_table.out	2024-10-14 17:18:30.887034...
@@ -3491,9 +3491,29 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37858 |            |             0 |       37858 | users_id_seq
+ 37863 |            |             0 |       37863 | pg_toast_37859
+ 37864 |            |             0 |       37864 | pg_toast_37859_index
+ 37859 |            |             0 |       37859 | users
+ 38025 |            |             0 |       38025 | foo
+ 38312 |            |             0 |       38312 | forc_test
+ 38745 |            |             0 |       38745 | pg_toast_38742
+ 38746 |            |             0 |       38746 | pg_toast_38742_index
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/recovery/027_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-10-14 17:15:14.207580457 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/alter_table.out	2024-10-14 17:19:02.6630...
@@ -3491,9 +3491,29 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 38279 |            |             0 |       38279 | forc_test
+ 37760 |            |             0 |       37760 | users_id_seq
+ 37768 |            |             0 |       37768 | pg_toast_37761
+ 37769 |            |             0 |       37769 | pg_toast_37761_index
+ 37761 |            |             0 |       37761 | users
+ 37966 |            |             0 |       37966 | foo
+ 38674 |            |             0 |       38674 | pg_toast_38671
+ 38675 |            |             0 |       38675 | pg_toast_38671_index
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/regress/regre...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-10-14 17:15:14.207580457 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/alter_table.out	2024-10-14 17:18:19.247037709 +0000
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37683 |            |             0 |       37683 | pktable_pkey
+ 37680 |            |             0 |       37680 | pktable
+ 37685 |            |             0 |       37685 | fktable
+ 38193 |            |             0 |       38199 | foo
+ 38203 |            |             0 |       38203 | pg_toast_38193_index
+ 38202 |            |             0 |       38202 | pg_toast_38193
+ 38414 |            |             0 |       38414 | old_oids
+ 38431 |            |             0 |       38431 | pg_toast_38428
...
tap
[17:18:37.010](71.314s) not ok 5 - regression tests pass
tap
[17:19:09.055](70.994s) not ok 2 - regression tests pass
test
[17:20:47.881]  41/310 postgresql:regress / regress/regress                                            ERROR            ...
[17:20:47.881] 130/310 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[17:20:47.881] 152/310 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/alter_table.out C:/cirrus/build/testrun/pg_upgrade/002_...
--- C:/cirrus/src/test/regress/expected/alter_table.out	2024-10-14 17:15:34.230699700 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_table.out	2024-10-14 17:19:08.712616500 +0000
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37365 |            |             0 |       37365 | pktable_pkey
+ 37359 |            |             0 |       37359 | pktable
+ 37367 |            |             0 |       37367 | fktable
+ 37867 |            |             0 |       37867 | pg_toast_37858_index
+ 37866 |            |             0 |       37866 | pg_toast_37858
+ 37858 |            |             0 |       37863 | foo
+ 38123 |            |             0 |       38123 | old_oids
+ 38143 |            |             0 |       38143 | pg_toast_38140
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/alter_table.out C:/cirrus/build/testrun/recovery/027_st...
--- C:/cirrus/src/test/regress/expected/alter_table.out	2024-10-14 17:15:34.230699700 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/alter_table.out	2024-10-14 17:21:30.169157300 +0000
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37386 |            |             0 |       37386 | pktable_pkey
+ 37367 |            |             0 |       37367 | pktable
+ 37396 |            |             0 |       37396 | fktable
+ 37896 |            |             0 |       37902 | foo
+ 37906 |            |             0 |       37906 | pg_toast_37896_index
+ 37905 |            |             0 |       37905 | pg_toast_37896
+ 38161 |            |             0 |       38161 | old_oids
+ 38178 |            |             0 |       38178 | pg_toast_38175
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/alter_table.out C:/cirrus/build/testrun/regress/regress...
--- C:/cirrus/src/test/regress/expected/alter_table.out	2024-10-14 17:15:34.230699700 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/alter_table.out	2024-10-14 17:19:01.528538200 +0000
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 36992 |            |             0 |       36992 | pktable_pkey
+ 36986 |            |             0 |       36986 | pktable
+ 36997 |            |             0 |       36997 | fktable
+ 37728 |            |             0 |       37733 | foo
+ 37737 |            |             0 |       37737 | pg_toast_37728_index
+ 37736 |            |             0 |       37736 | pg_toast_37728
+ 38104 |            |             0 |       38104 | old_oids
+ 38136 |            |             0 |       38136 | pg_toast_38132
...
tap
[17:19:21.224](106.776s) not ok 5 - regression tests pass
tap
[17:21:48.971](124.917s) not ok 2 - regression tests pass
test
[17:28:25.077]  17/305 postgresql:regress / regress/regress                                            ERROR           1...
[17:28:25.077]  35/305 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[17:28:25.077]  94/305 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5031 Remove dependence on integer wrapping
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/date.out C:/cirrus/build/testrun/pg_upgrade/002_pg_upgr...
--- C:/cirrus/src/test/regress/expected/date.out	2024-10-14 16:40:13.332660100 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/date.out	2024-10-14 16:42:28.521789600 +0000
@@ -1533,4 +1533,4 @@
 select make_time(24, 0, 2.1);
 ERROR:  time field value out of range: 24:00:2.1
 SELECT make_date(-2147483648, 1, 1);
-ERROR:  date field value out of range: -2147483648-01-01
+ERROR:  date field value out of range: 24301-01-01
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/date.out C:/cirrus/build/testrun/recovery/027_stream_re...
--- C:/cirrus/src/test/regress/expected/date.out	2024-10-14 16:40:13.332660100 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/date.out	2024-10-14 16:44:59.504089300 +0000
@@ -1533,4 +1533,4 @@
 select make_time(24, 0, 2.1);
 ERROR:  time field value out of range: 24:00:2.1
 SELECT make_date(-2147483648, 1, 1);
-ERROR:  date field value out of range: -2147483648-01-01
+ERROR:  date field value out of range: 24301-01-01
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/date.out C:/cirrus/build/testrun/regress/regress/result...
--- C:/cirrus/src/test/regress/expected/date.out	2024-10-14 16:40:13.332660100 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/date.out	2024-10-14 16:42:23.556541800 +0000
@@ -1533,4 +1533,4 @@
 select make_time(24, 0, 2.1);
 ERROR:  time field value out of range: 24:00:2.1
 SELECT make_date(-2147483648, 1, 1);
-ERROR:  date field value out of range: -2147483648-01-01
+ERROR:  date field value out of range: 24301-01-01
tap
[16:44:26.767](124.349s) not ok 5 - regression tests pass
tap
[16:46:55.657](137.530s) not ok 2 - regression tests pass
test
[16:53:36.294]   6/305 postgresql:regress / regress/regress                                            ERROR           1...
[16:53:36.294]  43/305 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[16:53:36.294] 101/305 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
50/5275 Better error reporting from extension scripts
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out /tmp/cirrus-ci-build/build/testrun/postgres...
--- /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out	2024-10-14 12:58:09.391063000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/postgres_fdw-running/regress/results/postgres_fdw.out	2024-10-14 13:02:54.0132610...
@@ -12325,8 +12325,7 @@
   FROM postgres_fdw_get_connections(true);
  case 
 ------
-    1
-(1 row)
+(0 rows)
 
 -- After terminating the remote backend, since the connection is closed,
 -- "closed" should be TRUE, or NULL if the connection status check
@@ -12339,8 +12338,7 @@
   FROM postgres_fdw_get_connections(true);
  case 
 ------
-    1
-(1 row)
+(0 rows)
...
test
[13:03:54.903] 73/75 postgresql:postgres_fdw-running / postgres_fdw-running/regress               ERROR             9.41...
51/5252 Trim the heap free memory
CompilerWarnings
compiler
[12:46:02.742] postgres.c:2829:25: error: implicit declaration of function ‘malloc_trim’ [-Werror=implicit-function-decl...
compiler
[12:46:02.742] postgres.c:2826:47: error: implicit declaration of function ‘sbrk’ [-Werror=implicit-function-declaration...
compiler
[12:46:02.742] postgres.c:2826:47: error: initialization of ‘char *’ from ‘int’ makes pointer from integer without a cas...
compiler
[12:46:02.742] postgres.c:2830:33: error: assignment to ‘char *’ from ‘int’ makes pointer from integer without a cast [-...
Linux - Debian Bookworm - Autoconf
tap
[12:40:59.560](0.004s) not ok 29 - options --locale-provider=icu --locale=und --lc-*=C: no stderr
Linux - Debian Bookworm - Meson
tap
[12:43:23.864](0.001s) not ok 29 - options --locale-provider=icu --locale=und --lc-*=C: no stderr
test
[12:44:53.675] 169/310 postgresql:initdb / initdb/001_initdb                                           ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[12:39:05.306] ../src/backend/tcop/postgres.c(2830): warning C4047: '=': 'char *' differs in levels of indirection from ...
compiler
[12:39:16.477] tcop_postgres.c.obj : error LNK2019: unresolved external symbol malloc_trim referenced in function finish...
compiler
[12:39:16.477] tcop_postgres.c.obj : error LNK2019: unresolved external symbol sbrk referenced in function finish_xact_c...
compiler
[12:39:05.306] ../src/backend/tcop/postgres.c(2826): warning C4047: 'initializing': 'char *' differs in levels of indire...
50/5238 Add parallel columns for seq scan and index scan on pg_stat_all_tables and _indexes
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/stats.out C:/cirrus/build/testrun/regress/regress/resul...
--- C:/cirrus/src/test/regress/expected/stats.out	2024-10-14 12:32:05.279754500 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/stats.out	2024-10-14 12:35:29.490642700 +0000
@@ -846,7 +846,7 @@
 FROM pg_stat_all_tables WHERE relid = 'test_parallel_scan'::regclass;
  parallel_seq_scan | parallel_idx_scan 
 -------------------+-------------------
-                 3 |                 2
+                 2 |                 2
 (1 row)
 
 SELECT last_parallel_seq_scan AS test_last_seq, last_parallel_idx_scan AS test_last_idx
@@ -895,7 +895,7 @@
 FROM pg_stat_all_tables WHERE relid = 'test_parallel_scan'::regclass;
  parallel_seq_scan | seq_ok | parallel_idx_scan | idx_ok 
 -------------------+--------+-------------------+--------
-                 6 | t      |                 2 | t
+                 5 | t      |                 2 | t
 (1 row)
 
...
test
[12:43:25.607]  20/305 postgresql:regress / regress/regress                                            ERROR           1...
51/5242 Fix RelationTruncate() corruption
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[12:21:24.231] ../src/backend/storage/smgr/smgr.c(732): warning C4098: 'smgrtruncate': 'void' function returning a value
51/4952 Use WALReadFromBuffers in more places
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/test_decoding/expected/spill.out /tmp/cirrus-ci-build/build/testrun/test_decoding/...
--- /tmp/cirrus-ci-build/contrib/test_decoding/expected/spill.out	2024-10-14 11:02:47.587939089 +0000
+++ /tmp/cirrus-ci-build/build/testrun/test_decoding/regress/results/spill.out	2024-10-14 11:08:39.831558270 +0000
@@ -241,12 +241,7 @@
 SELECT (regexp_split_to_array(data, ':'))[4] COLLATE "C", COUNT(*), (array_agg(data))[1], (array_agg(data))[count(*)]
 FROM pg_logical_slot_get_changes('regression_slot', NULL,NULL) WHERE data ~ 'INSERT'
 GROUP BY 1 ORDER BY 1;
-             regexp_split_to_array             | count |                                            array_agg          ...
------------------------------------------------+-------+---------------------------------------------------------------...
- 'serialize-nested-subbig-subbigabort--1       |  5000 | table public.spill_test: INSERT: data[text]:'serialize-nested-...
- 'serialize-nested-subbig-subbigabort-subbig-3 |  5000 | table public.spill_test: INSERT: data[text]:'serialize-nested-...
-(2 rows)
-
+ERROR:  could not find record for logical decoding: unexpected pageaddr 0/210C000 in WAL segment 0000000100000000000000...
 DROP TABLE spill_test;
 SELECT pg_drop_replication_slot('regression_slot');
  pg_drop_replication_slot 
test
[11:10:21.487] 131/311 postgresql:test_decoding / test_decoding/regress                                ERROR            ...
51/5012 Vacuum statistics
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out /tmp/cirrus-ci-build/bu...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-10-14 09:30:43.17718700...
+++ /tmp/cirrus-ci-build/build/testrun/isolation/isolation/results/vacuum-extending-in-repetable-read.out	2024-10-14 09:...
@@ -22,7 +22,8 @@
   100
 (1 row)
 
-step s2_update: UPDATE test_vacuum_stat_isolation SET ival = ival + 2 where id > 900;
+step s2_update: UPDATE test_vacuum_stat_isolation SET ival = ival  2 where id > 900;
+ERROR:  syntax error at or near "2"
 step s2_insert_interrupt: INSERT INTO test_vacuum_stat_isolation values (1,1);
 step s2_vacuum: VACUUM test_vacuum_stat_isolation;
 step s2_print_vacuum_stats_table: 
@@ -33,7 +34,7 @@
 
 relname                   |tuples_deleted|dead_tuples|tuples_frozen
 --------------------------+--------------+-----------+-------------
-test_vacuum_stat_isolation|             0|        100|            0
+test_vacuum_stat_isolation|             0|          0|            0
 (1 row)
...
test
[09:36:10.568]  48/310 postgresql:isolation / isolation/isolation                                      ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out /tmp/cirrus-ci-build/sr...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-10-14 09:30:29.19885619...
+++ /tmp/cirrus-ci-build/src/test/isolation/output_iso/results/vacuum-extending-in-repetable-read.out	2024-10-14 09:36:0...
@@ -22,7 +22,8 @@
   100
 (1 row)
 
-step s2_update: UPDATE test_vacuum_stat_isolation SET ival = ival + 2 where id > 900;
+step s2_update: UPDATE test_vacuum_stat_isolation SET ival = ival  2 where id > 900;
+ERROR:  syntax error at or near "2"
 step s2_insert_interrupt: INSERT INTO test_vacuum_stat_isolation values (1,1);
 step s2_vacuum: VACUUM test_vacuum_stat_isolation;
 step s2_print_vacuum_stats_table: 
@@ -33,7 +34,7 @@
 
 relname                   |tuples_deleted|dead_tuples|tuples_frozen
 --------------------------+--------------+-----------+-------------
-test_vacuum_stat_isolation|             0|        100|            0
+test_vacuum_stat_isolation|             0|          0|            0
 (1 row)
...
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out /tmp/cirrus-ci-build/bu...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-10-14 09:30:19.41880515...
+++ /tmp/cirrus-ci-build/build/testrun/isolation/isolation/results/vacuum-extending-in-repetable-read.out	2024-10-14 09:...
@@ -22,7 +22,8 @@
   100
 (1 row)
 
-step s2_update: UPDATE test_vacuum_stat_isolation SET ival = ival + 2 where id > 900;
+step s2_update: UPDATE test_vacuum_stat_isolation SET ival = ival  2 where id > 900;
+ERROR:  syntax error at or near "2"
 step s2_insert_interrupt: INSERT INTO test_vacuum_stat_isolation values (1,1);
 step s2_vacuum: VACUUM test_vacuum_stat_isolation;
 step s2_print_vacuum_stats_table: 
@@ -33,7 +34,7 @@
 
 relname                   |tuples_deleted|dead_tuples|tuples_frozen
 --------------------------+--------------+-----------+-------------
-test_vacuum_stat_isolation|             0|        100|            0
+test_vacuum_stat_isolation|             0|          0|            0
 (1 row)
...
test
[09:38:25.275]  41/310 postgresql:isolation / isolation/isolation                                      ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/isolation/expected/vacuum-extending-in-repetable-read.out C:/cirrus/buil...
--- C:/cirrus/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-10-14 09:30:39.805384400 +0000
+++ C:/cirrus/build/testrun/isolation/isolation/results/vacuum-extending-in-repetable-read.out	2024-10-14 09:34:57.08102...
@@ -22,7 +22,8 @@
   100
 (1 row)
 
-step s2_update: UPDATE test_vacuum_stat_isolation SET ival = ival + 2 where id > 900;
+step s2_update: UPDATE test_vacuum_stat_isolation SET ival = ival  2 where id > 900;
+ERROR:  syntax error at or near "2"
 step s2_insert_interrupt: INSERT INTO test_vacuum_stat_isolation values (1,1);
 step s2_vacuum: VACUUM test_vacuum_stat_isolation;
 step s2_print_vacuum_stats_table: 
@@ -33,7 +34,7 @@
 
 relname                   |tuples_deleted|dead_tuples|tuples_frozen
 --------------------------+--------------+-----------+-------------
-test_vacuum_stat_isolation|             0|        100|            0
+test_vacuum_stat_isolation|             0|          0|            0
 (1 row)
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/vacuum_index_statistics.out C:/cirrus/build/testrun/reg...
--- C:/cirrus/src/test/regress/expected/vacuum_index_statistics.out	2024-10-14 09:30:40.471852900 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/vacuum_index_statistics.out	2024-10-14 09:34:43.128426100 +0000
@@ -119,7 +119,7 @@
 WHERE vt.relname = 'vestat_pkey' AND vt.relid = c.oid;
    relname   | relpages | pages_deleted | tuples_deleted 
 -------------+----------+---------------+----------------
- vestat_pkey | t        | t             | t
+ vestat_pkey | f        | t             | t
 (1 row)
 
 SELECT vt.relname,relpages AS irp,pages_deleted AS ipd,tuples_deleted AS itd
test
[09:43:52.155]  24/305 postgresql:regress / regress/regress                                            ERROR           1...
[09:43:52.155]  31/305 postgresql:isolation / isolation/isolation                                      ERROR           1...
51/5300 New "single" COPY format
FreeBSD - 13 - Meson
assertion
TRAP: failed Assert("opts_out->quote"), File: "../src/backend/commands/copy.c", Line: 949, PID: 6844
assertion
TRAP: failed Assert("opts_out->quote"), File: "../src/backend/commands/copy.c", Line: 949, PID: 12597
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 7000
assertion
TRAP: failed Assert("opts_out->quote"), File: "../src/backend/commands/copy.c", Line: 949, PID: 6526
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 7515
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 7967
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 8546
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 8974
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 9365
assertion
TRAP: failed Assert("opts_out->quote"), File: "../src/backend/commands/copy.c", Line: 949, PID: 9342
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 9788
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 10073
core
[08:19:47.899] #0  0x000000082d85f41a in thr_kill () from /lib/libc.so.7
[08:19:47.899] #1  0x000000082d7d8e64 in raise () from /lib/libc.so.7
[08:19:47.899] #2  0x000000082d8896f9 in abort () from /lib/libc.so.7
[08:19:47.899] #3  0x0000000000a92645 in ExceptionalCondition (conditionName=0x2fb6bb "opts_out->quote", fileName=<optim...
[08:19:47.899] #4  0x00000000006cb643 in ProcessCopyOptions (pstate=pstate@entry=0x838314100, opts_out=opts_out@entry=0x...
[08:19:47.899] #5  0x00000000006cd254 in BeginCopyFrom (pstate=pstate@entry=0x838314100, rel=rel@entry=0x83b6d9020, wher...
[08:19:47.899] #6  0x00000000006c98c4 in DoCopy (pstate=pstate@entry=0x838314100, stmt=stmt@entry=0x8381acfa8, stmt_loca...
[08:19:47.899] #7  0x000000000093d63e in standard_ProcessUtility (pstmt=0x8381ac608, queryString=0x8381ab100 "copy overs...
[08:19:47.899] #8  0x000000000093d298 in ProcessUtility (pstmt=0x18d3e, queryString=0x6 <error: Cannot access memory at ...
[08:19:47.899] #9  0x000000000093cdd3 in PortalRunUtility (portal=0x838282100, pstmt=0x8381ac608, isTopLevel=<optimized ...
core
[08:19:53.849] #0  0x000000082b81541a in thr_kill () from /lib/libc.so.7
[08:19:53.849] #1  0x000000082b78ee64 in raise () from /lib/libc.so.7
[08:19:53.849] #2  0x000000082b83f6f9 in abort () from /lib/libc.so.7
[08:19:53.849] #3  0x0000000000a92645 in ExceptionalCondition (conditionName=0x2fb6bb "opts_out->quote", fileName=<optim...
[08:19:53.849] #4  0x00000000006cb643 in ProcessCopyOptions (pstate=pstate@entry=0x834a64100, opts_out=opts_out@entry=0x...
[08:19:53.849] #5  0x00000000006cd254 in BeginCopyFrom (pstate=pstate@entry=0x834a64100, rel=rel@entry=0x83a8900a0, wher...
[08:19:53.849] #6  0x00000000006c98c4 in DoCopy (pstate=pstate@entry=0x834a64100, stmt=stmt@entry=0x8349eee68, stmt_loca...
[08:19:53.849] #7  0x000000000093d63e in standard_ProcessUtility (pstmt=0x834953ef8, queryString=queryString@entry=0x834...
[08:19:53.849] #8  0x0000000837b02f7e in pgss_ProcessUtility (pstmt=0x834953ef8, queryString=0x834952100 "copy oversized...
[08:19:53.849] #9  0x000000000093cdd3 in PortalRunUtility (portal=0x8349fa100, pstmt=0x834953ef8, isTopLevel=<optimized ...
core
[08:19:52.485] #0  0x000000082d85f41a in thr_kill () from /lib/libc.so.7
[08:19:52.485] #1  0x000000082d7d8e64 in raise () from /lib/libc.so.7
[08:19:52.485] #2  0x000000082d8896f9 in abort () from /lib/libc.so.7
[08:19:52.485] #3  0x0000000000a92645 in ExceptionalCondition (conditionName=0x356b88 "HaveRegisteredOrActiveSnapshot()"...
[08:19:52.485] #4  0x000000000069716a in index_drop (indexId=17397, concurrent=false, concurrent_lock_mode=<optimized ou...
[08:19:52.485] #5  0x000000000068e87e in doDeletion (object=object@entry=0x8383305b0, flags=flags@entry=21) at ../src/ba...
[08:19:52.485] #6  0x000000000068cd40 in deleteOneObject (object=0x8383305b0, depRel=0x820c26d00, flags=21) at ../src/ba...
[08:19:52.485] #7  deleteObjectsInList (targetObjects=targetObjects@entry=0x838358068, depRel=depRel@entry=0x820c26d00, ...
[08:19:52.485] #8  0x000000000068b9d5 in performDeletion (object=object@entry=0x820c26df0, behavior=behavior@entry=DROP_...
[08:19:52.485] #9  0x00000000008878e6 in do_autovacuum () at ../src/backend/postmaster/autovacuum.c:2215
core
[08:19:52.088] #0  0x000000082d85f41a in thr_kill () from /lib/libc.so.7
[08:19:52.088] #1  0x000000082d7d8e64 in raise () from /lib/libc.so.7
[08:19:52.088] #2  0x000000082d8896f9 in abort () from /lib/libc.so.7
[08:19:52.088] #3  0x0000000000a92645 in ExceptionalCondition (conditionName=0x2fb6bb "opts_out->quote", fileName=<optim...
[08:19:52.088] #4  0x00000000006cb643 in ProcessCopyOptions (pstate=pstate@entry=0x8381c6500, opts_out=opts_out@entry=0x...
[08:19:52.088] #5  0x00000000006cd254 in BeginCopyFrom (pstate=pstate@entry=0x8381c6500, rel=rel@entry=0x8465516d8, wher...
[08:19:52.088] #6  0x00000000006c98c4 in DoCopy (pstate=pstate@entry=0x8381c6500, stmt=stmt@entry=0x83834b848, stmt_loca...
[08:19:52.088] #7  0x000000000093d63e in standard_ProcessUtility (pstmt=0x8381ac5d8, queryString=0x8381ab100 "copy copy_...
[08:19:52.088] #8  0x000000000093d298 in ProcessUtility (pstmt=0x18711, queryString=0x6 <error: Cannot access memory at ...
[08:19:52.088] #9  0x000000000093cdd3 in PortalRunUtility (portal=0x838284100, pstmt=0x8381ac5d8, isTopLevel=<optimized ...
core
[08:19:51.178] #0  0x000000082d85f41a in thr_kill () from /lib/libc.so.7
[08:19:51.178] #1  0x000000082d7d8e64 in raise () from /lib/libc.so.7
[08:19:51.178] #2  0x000000082d8896f9 in abort () from /lib/libc.so.7
[08:19:51.178] #3  0x0000000000a92645 in ExceptionalCondition (conditionName=0x356b88 "HaveRegisteredOrActiveSnapshot()"...
[08:19:51.178] #4  0x000000000069716a in index_drop (indexId=17397, concurrent=false, concurrent_lock_mode=<optimized ou...
[08:19:51.178] #5  0x000000000068e87e in doDeletion (object=object@entry=0x8383305b0, flags=flags@entry=21) at ../src/ba...
[08:19:51.178] #6  0x000000000068cd40 in deleteOneObject (object=0x8383305b0, depRel=0x820c26d00, flags=21) at ../src/ba...
[08:19:51.178] #7  deleteObjectsInList (targetObjects=targetObjects@entry=0x83be89378, depRel=depRel@entry=0x820c26d00, ...
[08:19:51.178] #8  0x000000000068b9d5 in performDeletion (object=object@entry=0x820c26df0, behavior=behavior@entry=DROP_...
[08:19:51.178] #9  0x00000000008878e6 in do_autovacuum () at ../src/backend/postmaster/autovacuum.c:2215
core
[08:19:52.918] #0  0x000000082d85f41a in thr_kill () from /lib/libc.so.7
[08:19:52.918] #1  0x000000082d7d8e64 in raise () from /lib/libc.so.7
[08:19:52.918] #2  0x000000082d8896f9 in abort () from /lib/libc.so.7
[08:19:52.918] #3  0x0000000000a92645 in ExceptionalCondition (conditionName=0x356b88 "HaveRegisteredOrActiveSnapshot()"...
[08:19:52.918] #4  0x000000000069716a in index_drop (indexId=17397, concurrent=false, concurrent_lock_mode=<optimized ou...
[08:19:52.918] #5  0x000000000068e87e in doDeletion (object=object@entry=0x8383305b0, flags=flags@entry=21) at ../src/ba...
[08:19:52.918] #6  0x000000000068cd40 in deleteOneObject (object=0x8383305b0, depRel=0x820c26d00, flags=21) at ../src/ba...
[08:19:52.918] #7  deleteObjectsInList (targetObjects=targetObjects@entry=0x8383579a8, depRel=depRel@entry=0x820c26d00, ...
[08:19:52.918] #8  0x000000000068b9d5 in performDeletion (object=object@entry=0x820c26df0, behavior=behavior@entry=DROP_...
[08:19:52.918] #9  0x00000000008878e6 in do_autovacuum () at ../src/backend/postmaster/autovacuum.c:2215
core
[08:19:49.207] #0  0x000000082d85f41a in thr_kill () from /lib/libc.so.7
[08:19:49.207] #1  0x000000082d7d8e64 in raise () from /lib/libc.so.7
[08:19:49.207] #2  0x000000082d8896f9 in abort () from /lib/libc.so.7
[08:19:49.207] #3  0x0000000000a92645 in ExceptionalCondition (conditionName=0x356b88 "HaveRegisteredOrActiveSnapshot()"...
[08:19:49.207] #4  0x000000000069716a in index_drop (indexId=17397, concurrent=false, concurrent_lock_mode=<optimized ou...
[08:19:49.207] #5  0x000000000068e87e in doDeletion (object=object@entry=0x8383305b0, flags=flags@entry=21) at ../src/ba...
[08:19:49.207] #6  0x000000000068cd40 in deleteOneObject (object=0x8383305b0, depRel=0x820c26d00, flags=21) at ../src/ba...
[08:19:49.207] #7  deleteObjectsInList (targetObjects=targetObjects@entry=0x838336fc8, depRel=depRel@entry=0x820c26d00, ...
[08:19:49.207] #8  0x000000000068b9d5 in performDeletion (object=object@entry=0x820c26df0, behavior=behavior@entry=DROP_...
[08:19:49.207] #9  0x00000000008878e6 in do_autovacuum () at ../src/backend/postmaster/autovacuum.c:2215
core
[08:19:48.804] #0  0x000000082d95041a in thr_kill () from /lib/libc.so.7
[08:19:48.804] #1  0x000000082d8c9e64 in raise () from /lib/libc.so.7
[08:19:48.804] #2  0x000000082d97a6f9 in abort () from /lib/libc.so.7
[08:19:48.804] #3  0x0000000000a92645 in ExceptionalCondition (conditionName=0x2fb6bb "opts_out->quote", fileName=<optim...
[08:19:48.804] #4  0x00000000006cb643 in ProcessCopyOptions (pstate=pstate@entry=0x836dcc100, opts_out=opts_out@entry=0x...
[08:19:48.804] #5  0x00000000006cd254 in BeginCopyFrom (pstate=pstate@entry=0x836dcc100, rel=rel@entry=0x845eb3800, wher...
[08:19:48.804] #6  0x00000000006c98c4 in DoCopy (pstate=pstate@entry=0x836dcc100, stmt=stmt@entry=0x836cdafa8, stmt_loca...
[08:19:48.804] #7  0x000000000093d63e in standard_ProcessUtility (pstmt=0x836cda608, queryString=0x836cd9100 "copy overs...
[08:19:48.804] #8  0x000000000093d298 in ProcessUtility (pstmt=0x18ce8, queryString=0x6 <error: Cannot access memory at ...
[08:19:48.804] #9  0x000000000093cdd3 in PortalRunUtility (portal=0x836d7f100, pstmt=0x836cda608, isTopLevel=<optimized ...
core
[08:19:50.778] #0  0x000000082d85f41a in thr_kill () from /lib/libc.so.7
[08:19:50.778] #1  0x000000082d7d8e64 in raise () from /lib/libc.so.7
[08:19:50.778] #2  0x000000082d8896f9 in abort () from /lib/libc.so.7
[08:19:50.778] #3  0x0000000000a92645 in ExceptionalCondition (conditionName=0x356b88 "HaveRegisteredOrActiveSnapshot()"...
[08:19:50.778] #4  0x000000000069716a in index_drop (indexId=33676, concurrent=false, concurrent_lock_mode=<optimized ou...
[08:19:50.778] #5  0x000000000068e87e in doDeletion (object=object@entry=0x838328520, flags=flags@entry=21) at ../src/ba...
[08:19:50.778] #6  0x000000000068cd40 in deleteOneObject (object=0x838328520, depRel=0x820c26d00, flags=21) at ../src/ba...
[08:19:50.778] #7  deleteObjectsInList (targetObjects=targetObjects@entry=0x838354ce8, depRel=depRel@entry=0x820c26d00, ...
[08:19:50.778] #8  0x000000000068b9d5 in performDeletion (object=object@entry=0x820c26df0, behavior=behavior@entry=DROP_...
[08:19:50.778] #9  0x00000000008878e6 in do_autovacuum () at ../src/backend/postmaster/autovacuum.c:2215
core
[08:19:50.396] #0  0x000000082d85f41a in thr_kill () from /lib/libc.so.7
[08:19:50.396] #1  0x000000082d7d8e64 in raise () from /lib/libc.so.7
[08:19:50.396] #2  0x000000082d8896f9 in abort () from /lib/libc.so.7
[08:19:50.396] #3  0x0000000000a92645 in ExceptionalCondition (conditionName=0x356b88 "HaveRegisteredOrActiveSnapshot()"...
[08:19:50.396] #4  0x000000000069716a in index_drop (indexId=33676, concurrent=false, concurrent_lock_mode=<optimized ou...
[08:19:50.396] #5  0x000000000068e87e in doDeletion (object=object@entry=0x8383305b0, flags=flags@entry=21) at ../src/ba...
[08:19:50.396] #6  0x000000000068cd40 in deleteOneObject (object=0x8383305b0, depRel=0x820c26d00, flags=21) at ../src/ba...
[08:19:50.396] #7  deleteObjectsInList (targetObjects=targetObjects@entry=0x838358158, depRel=depRel@entry=0x820c26d00, ...
[08:19:50.396] #8  0x000000000068b9d5 in performDeletion (object=object@entry=0x820c26df0, behavior=behavior@entry=DROP_...
[08:19:50.396] #9  0x00000000008878e6 in do_autovacuum () at ../src/backend/postmaster/autovacuum.c:2215
core
[08:19:50.013] #0  0x000000082d85f41a in thr_kill () from /lib/libc.so.7
[08:19:50.013] #1  0x000000082d7d8e64 in raise () from /lib/libc.so.7
[08:19:50.013] #2  0x000000082d8896f9 in abort () from /lib/libc.so.7
[08:19:50.013] #3  0x0000000000a92645 in ExceptionalCondition (conditionName=0x356b88 "HaveRegisteredOrActiveSnapshot()"...
[08:19:50.013] #4  0x000000000069716a in index_drop (indexId=33676, concurrent=false, concurrent_lock_mode=<optimized ou...
[08:19:50.013] #5  0x000000000068e87e in doDeletion (object=object@entry=0x83834a008, flags=flags@entry=21) at ../src/ba...
[08:19:50.013] #6  0x000000000068cd40 in deleteOneObject (object=0x83834a008, depRel=0x820c26d00, flags=21) at ../src/ba...
[08:19:50.013] #7  deleteObjectsInList (targetObjects=targetObjects@entry=0x838349fd8, depRel=depRel@entry=0x820c26d00, ...
[08:19:50.013] #8  0x000000000068b9d5 in performDeletion (object=object@entry=0x820c26df0, behavior=behavior@entry=DROP_...
[08:19:50.013] #9  0x00000000008878e6 in do_autovacuum () at ../src/backend/postmaster/autovacuum.c:2215
core
[08:19:49.615] #0  0x000000082d85f41a in thr_kill () from /lib/libc.so.7
[08:19:49.615] #1  0x000000082d7d8e64 in raise () from /lib/libc.so.7
[08:19:49.615] #2  0x000000082d8896f9 in abort () from /lib/libc.so.7
[08:19:49.615] #3  0x0000000000a92645 in ExceptionalCondition (conditionName=0x356b88 "HaveRegisteredOrActiveSnapshot()"...
[08:19:49.615] #4  0x000000000069716a in index_drop (indexId=17397, concurrent=false, concurrent_lock_mode=<optimized ou...
[08:19:49.615] #5  0x000000000068e87e in doDeletion (object=object@entry=0x8383305b0, flags=flags@entry=21) at ../src/ba...
[08:19:49.615] #6  0x000000000068cd40 in deleteOneObject (object=0x8383305b0, depRel=0x820c26d00, flags=21) at ../src/ba...
[08:19:49.615] #7  deleteObjectsInList (targetObjects=targetObjects@entry=0x83bdd9148, depRel=depRel@entry=0x820c26d00, ...
[08:19:49.615] #8  0x000000000068b9d5 in performDeletion (object=object@entry=0x820c26df0, behavior=behavior@entry=DROP_...
[08:19:49.615] #9  0x00000000008878e6 in do_autovacuum () at ../src/backend/postmaster/autovacuum.c:2215
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_up...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy.out	2024-10-14 08:14:17.888402000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/copy.out	2024-10-14 08:15:25.349381000 +00...
@@ -284,152 +284,7 @@
 invalid command \.
 -- error if the DEFAULT option is given
 copy oversized_column_default from stdin (default '');
-ERROR:  value too long for type character varying(5)
-\.
-invalid command \.
-drop table oversized_column_default;
---
--- Create partitioned table that does not allow bulk insertions, to test bugs
--- related to the reuse of BulkInsertState across partitions (only done when
--- not using bulk insert).  Switching between partitions often makes it more
--- likely to encounter these bugs, so we just switch on roughly every insert
--- by having an even/odd number partition and inserting evenly distributed
--- data.
---
-CREATE TABLE parted_si (
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy.out	2024-10-14 08:14:17.888402000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/copy.out	2024-10-14 08:15:59.741860000 +...
@@ -284,152 +284,7 @@
 invalid command \.
 -- error if the DEFAULT option is given
 copy oversized_column_default from stdin (default '');
-ERROR:  value too long for type character varying(5)
-\.
-invalid command \.
-drop table oversized_column_default;
---
--- Create partitioned table that does not allow bulk insertions, to test bugs
--- related to the reuse of BulkInsertState across partitions (only done when
--- not using bulk insert).  Switching between partitions often makes it more
--- likely to encounter these bugs, so we just switch on roughly every insert
--- by having an even/odd number partition and inserting evenly distributed
--- data.
---
-CREATE TABLE parted_si (
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy.out /tmp/cirrus-ci-build/build/testrun/regress/regress/resu...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy.out	2024-10-14 08:14:17.888402000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/copy.out	2024-10-14 08:15:23.274246000 +0000
@@ -284,152 +284,7 @@
 invalid command \.
 -- error if the DEFAULT option is given
 copy oversized_column_default from stdin (default '');
-ERROR:  value too long for type character varying(5)
-\.
-invalid command \.
-drop table oversized_column_default;
---
--- Create partitioned table that does not allow bulk insertions, to test bugs
--- related to the reuse of BulkInsertState across partitions (only done when
--- not using bulk insert).  Switching between partitions often makes it more
--- likely to encounter these bugs, so we just switch on roughly every insert
--- by having an even/odd number partition and inserting evenly distributed
--- data.
---
-CREATE TABLE parted_si (
...
tap
[08:15:31.737](15.883s) not ok 5 - regression tests pass
[08:15:33.846](2.102s) not ok 6 - dump before running pg_upgrade
tap
[08:16:02.419](9.644s) not ok 2 - regression tests pass
test
[08:18:48.731]  11/310 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[08:18:48.731]   7/310 postgresql:regress / regress/regress                                            ERROR            ...
[08:18:48.731]  37/310 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
assertion
TRAP: failed Assert("opts_out->quote"), File: "copy.c", Line: 949, PID: 25811
assertion
TRAP: failed Assert("opts_out->quote"), File: "copy.c", Line: 949, PID: 14788
core
[08:18:24.646] #0  0x00007fa512aabe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[08:18:24.646] #1  0x00007fa512a5cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[08:18:24.646] #2  0x00007fa512a47472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[08:18:24.646] #3  0x0000559ef8b2412b in ExceptionalCondition (conditionName=conditionName@entry=0x559ef8da21a0 "opts_ou...
[08:18:24.646] #4  0x0000559ef81abea5 in ProcessCopyOptions (pstate=pstate@entry=0x619000048980, opts_out=opts_out@entry...
[08:18:24.646] #5  0x0000559ef81b24a1 in BeginCopyFrom (pstate=pstate@entry=0x619000048980, rel=rel@entry=0x7fa506036e68...
[08:18:24.646] #6  0x0000559ef81acee9 in DoCopy (pstate=pstate@entry=0x619000048980, stmt=stmt@entry=0x625000008558, stm...
[08:18:24.646] #7  0x0000559ef8820ede in standard_ProcessUtility (pstmt=0x625000008678, queryString=<optimized out>, rea...
[08:18:24.646] #8  0x0000559ef8821a15 in ProcessUtility (pstmt=pstmt@entry=0x625000008678, queryString=<optimized out>, ...
[08:18:24.646] #9  0x0000559ef881c7cf in PortalRunUtility (portal=portal@entry=0x625000032200, pstmt=pstmt@entry=0x62500...
core
[08:18:25.093] #0  0x00007fd822aabe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[08:18:25.093] #1  0x00007fd822a5cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[08:18:25.093] #2  0x00007fd822a47472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[08:18:25.093] #3  0x000055fbe161f12b in ExceptionalCondition (conditionName=conditionName@entry=0x55fbe189d1a0 "opts_ou...
[08:18:25.093] #4  0x000055fbe0ca6ea5 in ProcessCopyOptions (pstate=pstate@entry=0x619000047580, opts_out=opts_out@entry...
[08:18:25.093] #5  0x000055fbe0cad4a1 in BeginCopyFrom (pstate=pstate@entry=0x619000047580, rel=rel@entry=0x7fd815b5ef48...
[08:18:25.093] #6  0x000055fbe0ca7ee9 in DoCopy (pstate=pstate@entry=0x619000047580, stmt=stmt@entry=0x625000008558, stm...
[08:18:25.093] #7  0x000055fbe131bede in standard_ProcessUtility (pstmt=0x625000008678, queryString=<optimized out>, rea...
[08:18:25.093] #8  0x000055fbe131ca15 in ProcessUtility (pstmt=pstmt@entry=0x625000008678, queryString=<optimized out>, ...
[08:18:25.093] #9  0x000055fbe13177cf in PortalRunUtility (portal=portal@entry=0x62500002fa00, pstmt=pstmt@entry=0x62500...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/resul...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy.out	2024-10-14 08:14:16.428715473 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/copy.out	2024-10-14 08:17:07.483678460 +0000
@@ -284,152 +284,7 @@
 invalid command \.
 -- error if the DEFAULT option is given
 copy oversized_column_default from stdin (default '');
-ERROR:  value too long for type character varying(5)
-\.
-invalid command \.
-drop table oversized_column_default;
---
--- Create partitioned table that does not allow bulk insertions, to test bugs
--- related to the reuse of BulkInsertState across partitions (only done when
--- not using bulk insert).  Switching between partitions often makes it more
--- likely to encounter these bugs, so we just switch on roughly every insert
--- by having an even/odd number partition and inserting evenly distributed
--- data.
---
-CREATE TABLE parted_si (
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy.out /tmp/cirrus-ci-build/src/test/regress/results/copy.out
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy.out	2024-10-14 08:14:16.428715473 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/copy.out	2024-10-14 08:15:43.487748628 +0000
@@ -284,152 +284,7 @@
 invalid command \.
 -- error if the DEFAULT option is given
 copy oversized_column_default from stdin (default '');
-ERROR:  value too long for type character varying(5)
-\.
-invalid command \.
-drop table oversized_column_default;
---
--- Create partitioned table that does not allow bulk insertions, to test bugs
--- related to the reuse of BulkInsertState across partitions (only done when
--- not using bulk insert).  Switching between partitions often makes it more
--- likely to encounter these bugs, so we just switch on roughly every insert
--- by having an even/odd number partition and inserting evenly distributed
--- data.
---
-CREATE TABLE parted_si (
...
tap
[08:17:16.505](18.346s) not ok 5 - regression tests pass
[08:17:20.452](3.910s) not ok 6 - dump before running pg_upgrade
Linux - Debian Bookworm - Meson
assertion
TRAP: failed Assert("opts_out->quote"), File: "../src/backend/commands/copy.c", Line: 949, PID: 16819
assertion
TRAP: failed Assert("opts_out->quote"), File: "../src/backend/commands/copy.c", Line: 949, PID: 23075
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 20931
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 20245
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 19773
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 17016
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 16213
assertion
TRAP: failed Assert("opts_out->quote"), File: "../src/backend/commands/copy.c", Line: 949, PID: 15653
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 20597
core
[08:19:34.437] #0  0x00007fe6a42a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[08:19:34.437] #1  0x00007fe6a425afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[08:19:34.437] #2  0x00007fe6a4245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[08:19:34.437] #3  0x000055c36a9f2476 in ExceptionalCondition (conditionName=conditionName@entry=0x55c36ac43185 "opts_ou...
[08:19:34.437] #4  0x000055c36a246dd8 in ProcessCopyOptions (pstate=pstate@entry=0x55c38bcd6290, opts_out=opts_out@entry...
[08:19:34.437] #5  0x000055c36a24cc87 in BeginCopyFrom (pstate=pstate@entry=0x55c38bcd6290, rel=rel@entry=0x7fe69fafb758...
[08:19:34.437] #6  0x000055c36a247dfb in DoCopy (pstate=pstate@entry=0x55c38bcd6290, stmt=stmt@entry=0x55c38bc9b598, stm...
[08:19:34.437] #7  0x000055c36a769c54 in standard_ProcessUtility (pstmt=pstmt@entry=0x55c38bc9b6b8, queryString=queryStr...
[08:19:34.437] #8  0x00007fe6a1c67d9d in pgss_ProcessUtility (pstmt=0x55c38bc9b6b8, queryString=0x55c38bc9aa40 "copy ove...
[08:19:34.437] #9  0x000055c36a76a649 in ProcessUtility (pstmt=pstmt@entry=0x55c38bc9b6b8, queryString=<optimized out>, ...
core
[08:19:32.571] #0  0x00007f1027ca9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[08:19:32.571] #1  0x00007f1027c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[08:19:32.571] #2  0x00007f1027c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[08:19:32.571] #3  0x000056158d330476 in ExceptionalCondition (conditionName=conditionName@entry=0x56158d54e120 "HaveReg...
[08:19:32.571] #4  0x000056158cb25a33 in index_drop (indexId=17404, concurrent=concurrent@entry=false, concurrent_lock_m...
[08:19:32.571] #5  0x000056158cb0d817 in doDeletion (object=object@entry=0x561592f0f5a0, flags=flags@entry=21) at ../src...
[08:19:32.571] #6  0x000056158cb0dade in deleteOneObject (object=0x561592f0f5a0, depRel=depRel@entry=0x7ffd0dcb03d8, fla...
[08:19:32.571] #7  0x000056158cb0dec0 in deleteObjectsInList (targetObjects=targetObjects@entry=0x561592f24d78, depRel=d...
[08:19:32.571] #8  0x000056158cb12227 in performDeletion (object=object@entry=0x7ffd0dcb04c4, behavior=behavior@entry=DR...
[08:19:32.571] #9  0x000056158cf45299 in do_autovacuum () at ../src/backend/postmaster/autovacuum.c:2215
core
[08:19:32.082] #0  0x00007f1027ca9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[08:19:32.082] #1  0x00007f1027c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[08:19:32.082] #2  0x00007f1027c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[08:19:32.082] #3  0x000056158d330476 in ExceptionalCondition (conditionName=conditionName@entry=0x56158d581185 "opts_ou...
[08:19:32.082] #4  0x000056158cb84dd8 in ProcessCopyOptions (pstate=pstate@entry=0x561592ea3bd0, opts_out=opts_out@entry...
[08:19:32.082] #5  0x000056158cb8ac87 in BeginCopyFrom (pstate=pstate@entry=0x561592ea3bd0, rel=rel@entry=0x7f101c125758...
[08:19:32.082] #6  0x000056158cb85dfb in DoCopy (pstate=pstate@entry=0x561592ea3bd0, stmt=stmt@entry=0x561592e4a5f8, stm...
[08:19:32.082] #7  0x000056158d0a7c54 in standard_ProcessUtility (pstmt=0x561592e4a718, queryString=0x561592e49aa0 "copy...
[08:19:32.082] #8  0x000056158d0a86fe in ProcessUtility (pstmt=pstmt@entry=0x561592e4a718, queryString=<optimized out>, ...
[08:19:32.082] #9  0x000056158d0a3f6a in PortalRunUtility (portal=portal@entry=0x561592ecc040, pstmt=pstmt@entry=0x56159...
core
[08:19:37.759] #0  0x00007f1027ca9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[08:19:37.759] #1  0x00007f1027c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[08:19:37.759] #2  0x00007f1027c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[08:19:37.759] #3  0x000056158d330476 in ExceptionalCondition (conditionName=conditionName@entry=0x56158d54e120 "HaveReg...
[08:19:37.759] #4  0x000056158cb25a33 in index_drop (indexId=17404, concurrent=concurrent@entry=false, concurrent_lock_m...
[08:19:37.759] #5  0x000056158cb0d817 in doDeletion (object=object@entry=0x561592eea5d0, flags=flags@entry=21) at ../src...
[08:19:37.759] #6  0x000056158cb0dade in deleteOneObject (object=0x561592eea5d0, depRel=depRel@entry=0x7ffd0dcb03d8, fla...
[08:19:37.759] #7  0x000056158cb0dec0 in deleteObjectsInList (targetObjects=targetObjects@entry=0x561592f06a88, depRel=d...
[08:19:37.759] #8  0x000056158cb12227 in performDeletion (object=object@entry=0x7ffd0dcb04c4, behavior=behavior@entry=DR...
[08:19:37.759] #9  0x000056158cf45299 in do_autovacuum () at ../src/backend/postmaster/autovacuum.c:2215
core
[08:19:37.273] #0  0x00007f1027ca9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[08:19:37.273] #1  0x00007f1027c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[08:19:37.273] #2  0x00007f1027c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[08:19:37.273] #3  0x000056158d330476 in ExceptionalCondition (conditionName=conditionName@entry=0x56158d54e120 "HaveReg...
[08:19:37.273] #4  0x000056158cb25a33 in index_drop (indexId=17404, concurrent=concurrent@entry=false, concurrent_lock_m...
[08:19:37.273] #5  0x000056158cb0d817 in doDeletion (object=object@entry=0x561592ef0510, flags=flags@entry=21) at ../src...
[08:19:37.273] #6  0x000056158cb0dade in deleteOneObject (object=0x561592ef0510, depRel=depRel@entry=0x7ffd0dcb03d8, fla...
[08:19:37.273] #7  0x000056158cb0dec0 in deleteObjectsInList (targetObjects=targetObjects@entry=0x561592f18fc8, depRel=d...
[08:19:37.273] #8  0x000056158cb12227 in performDeletion (object=object@entry=0x7ffd0dcb04c4, behavior=behavior@entry=DR...
[08:19:37.273] #9  0x000056158cf45299 in do_autovacuum () at ../src/backend/postmaster/autovacuum.c:2215
core
[08:19:36.764] #0  0x00007f767f4a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[08:19:36.764] #1  0x00007f767f45afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[08:19:36.764] #2  0x00007f767f445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[08:19:36.764] #3  0x000055e36d2ac476 in ExceptionalCondition (conditionName=conditionName@entry=0x55e36d4fd185 "opts_ou...
[08:19:36.764] #4  0x000055e36cb00dd8 in ProcessCopyOptions (pstate=pstate@entry=0x55e3a9fe5e00, opts_out=opts_out@entry...
[08:19:36.764] #5  0x000055e36cb06c87 in BeginCopyFrom (pstate=pstate@entry=0x55e3a9fe5e00, rel=rel@entry=0x7f7673d9b758...
[08:19:36.764] #6  0x000055e36cb01dfb in DoCopy (pstate=pstate@entry=0x55e3a9fe5e00, stmt=stmt@entry=0x55e3a9ec8578, stm...
[08:19:36.764] #7  0x000055e36d023c54 in standard_ProcessUtility (pstmt=0x55e3a9ec8698, queryString=0x55e3a9ec7a20 "copy...
[08:19:36.764] #8  0x000055e36d0246fe in ProcessUtility (pstmt=pstmt@entry=0x55e3a9ec8698, queryString=<optimized out>, ...
[08:19:36.764] #9  0x000055e36d01ff6a in PortalRunUtility (portal=portal@entry=0x55e3a9f4a670, pstmt=pstmt@entry=0x55e3a...
core
[08:19:35.440] #0  0x00007f1027ca9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[08:19:35.440] #1  0x00007f1027c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[08:19:35.440] #2  0x00007f1027c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[08:19:35.440] #3  0x000056158d330476 in ExceptionalCondition (conditionName=conditionName@entry=0x56158d54e120 "HaveReg...
[08:19:35.440] #4  0x000056158cb25a33 in index_drop (indexId=17404, concurrent=concurrent@entry=false, concurrent_lock_m...
[08:19:35.440] #5  0x000056158cb0d817 in doDeletion (object=object@entry=0x561592f0f5a0, flags=flags@entry=21) at ../src...
[08:19:35.440] #6  0x000056158cb0dade in deleteOneObject (object=0x561592f0f5a0, depRel=depRel@entry=0x7ffd0dcb03d8, fla...
[08:19:35.440] #7  0x000056158cb0dec0 in deleteObjectsInList (targetObjects=targetObjects@entry=0x561592f23dd8, depRel=d...
[08:19:35.440] #8  0x000056158cb12227 in performDeletion (object=object@entry=0x7ffd0dcb04c4, behavior=behavior@entry=DR...
[08:19:35.440] #9  0x000056158cf45299 in do_autovacuum () at ../src/backend/postmaster/autovacuum.c:2215
core
[08:19:34.938] #0  0x00007f1027ca9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[08:19:34.938] #1  0x00007f1027c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[08:19:34.938] #2  0x00007f1027c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[08:19:34.938] #3  0x000056158d330476 in ExceptionalCondition (conditionName=conditionName@entry=0x56158d54e120 "HaveReg...
[08:19:34.938] #4  0x000056158cb25a33 in index_drop (indexId=17404, concurrent=concurrent@entry=false, concurrent_lock_m...
[08:19:34.938] #5  0x000056158cb0d817 in doDeletion (object=object@entry=0x561592f0f200, flags=flags@entry=21) at ../src...
[08:19:34.938] #6  0x000056158cb0dade in deleteOneObject (object=0x561592f0f200, depRel=depRel@entry=0x7ffd0dcb03d8, fla...
[08:19:34.938] #7  0x000056158cb0dec0 in deleteObjectsInList (targetObjects=targetObjects@entry=0x561592f25338, depRel=d...
[08:19:34.938] #8  0x000056158cb12227 in performDeletion (object=object@entry=0x7ffd0dcb04c4, behavior=behavior@entry=DR...
[08:19:34.938] #9  0x000056158cf45299 in do_autovacuum () at ../src/backend/postmaster/autovacuum.c:2215
core
[08:19:33.052] #0  0x00007f1027ca9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[08:19:33.052] #1  0x00007f1027c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[08:19:33.052] #2  0x00007f1027c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[08:19:33.052] #3  0x000056158d330476 in ExceptionalCondition (conditionName=conditionName@entry=0x56158d54e120 "HaveReg...
[08:19:33.052] #4  0x000056158cb25a33 in index_drop (indexId=17404, concurrent=concurrent@entry=false, concurrent_lock_m...
[08:19:33.052] #5  0x000056158cb0d817 in doDeletion (object=object@entry=0x561592f0f200, flags=flags@entry=21) at ../src...
[08:19:33.052] #6  0x000056158cb0dade in deleteOneObject (object=0x561592f0f200, depRel=depRel@entry=0x7ffd0dcb03d8, fla...
[08:19:33.052] #7  0x000056158cb0dec0 in deleteObjectsInList (targetObjects=targetObjects@entry=0x561592f230f8, depRel=d...
[08:19:33.052] #8  0x000056158cb12227 in performDeletion (object=object@entry=0x7ffd0dcb04c4, behavior=behavior@entry=DR...
[08:19:33.052] #9  0x000056158cf45299 in do_autovacuum () at ../src/backend/postmaster/autovacuum.c:2215
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_up...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy.out	2024-10-14 08:14:18.076617422 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/copy.out	2024-10-14 08:15:51.480185262 +00...
@@ -284,152 +284,7 @@
 invalid command \.
 -- error if the DEFAULT option is given
 copy oversized_column_default from stdin (default '');
-ERROR:  value too long for type character varying(5)
-\.
-invalid command \.
-drop table oversized_column_default;
---
--- Create partitioned table that does not allow bulk insertions, to test bugs
--- related to the reuse of BulkInsertState across partitions (only done when
--- not using bulk insert).  Switching between partitions often makes it more
--- likely to encounter these bugs, so we just switch on roughly every insert
--- by having an even/odd number partition and inserting evenly distributed
--- data.
---
-CREATE TABLE parted_si (
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy.out	2024-10-14 08:14:18.076617422 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/copy.out	2024-10-14 08:16:16.228153778 +...
@@ -284,152 +284,7 @@
 invalid command \.
 -- error if the DEFAULT option is given
 copy oversized_column_default from stdin (default '');
-ERROR:  value too long for type character varying(5)
-\.
-invalid command \.
-drop table oversized_column_default;
---
--- Create partitioned table that does not allow bulk insertions, to test bugs
--- related to the reuse of BulkInsertState across partitions (only done when
--- not using bulk insert).  Switching between partitions often makes it more
--- likely to encounter these bugs, so we just switch on roughly every insert
--- by having an even/odd number partition and inserting evenly distributed
--- data.
---
-CREATE TABLE parted_si (
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy.out /tmp/cirrus-ci-build/build/testrun/regress/regress/resu...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy.out	2024-10-14 08:14:18.076617422 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/copy.out	2024-10-14 08:15:46.004195472 +0000
@@ -284,152 +284,7 @@
 invalid command \.
 -- error if the DEFAULT option is given
 copy oversized_column_default from stdin (default '');
-ERROR:  value too long for type character varying(5)
-\.
-invalid command \.
-drop table oversized_column_default;
---
--- Create partitioned table that does not allow bulk insertions, to test bugs
--- related to the reuse of BulkInsertState across partitions (only done when
--- not using bulk insert).  Switching between partitions often makes it more
--- likely to encounter these bugs, so we just switch on roughly every insert
--- by having an even/odd number partition and inserting evenly distributed
--- data.
---
-CREATE TABLE parted_si (
...
tap
[08:15:58.227](14.413s) not ok 5 - regression tests pass
[08:15:59.909](1.668s) not ok 6 - dump before running pg_upgrade
tap
[08:16:19.570](8.219s) not ok 2 - regression tests pass
test
[08:18:30.471]  15/310 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[08:18:30.471]  35/310 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[08:18:30.471]   6/310 postgresql:regress / regress/regress                                            ERROR           1...
Windows - Server 2019, VS 2019 - Meson & ninja
assertion
TRAP: failed Assert("opts_out->quote"), File: "../src/backend/commands/copy.c", Line: 949, PID: 3728
assertion
TRAP: failed Assert("opts_out->quote"), File: "../src/backend/commands/copy.c", Line: 949, PID: 2432
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 6244
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 2864
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 820
assertion
TRAP: failed Assert("opts_out->quote"), File: "../src/backend/commands/copy.c", Line: 949, PID: 5368
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 7156
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 3096
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 4420
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 3576
assertion
TRAP: failed Assert("opts_out->quote"), File: "../src/backend/commands/copy.c", Line: 949, PID: 5992
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 6604
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 4844
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 4060
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 4940
core
0000009c`647ff9d8 00007ffa`88b5d71e     ntdll!NtWaitForSingleObject+0x14
0000009c`647ff9e0 00007ff6`2c5116ac     KERNELBASE!WaitForSingleObjectEx+0x8e
0000009c`647ffa80 00007ffa`8aec4cb0     postgres!pg_timer_thread(
0000009c`647ffac0 00007ffa`8b4becdb     KERNEL32!BaseThreadInitThunk+0x10
0000009c`647ffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009c`643ff5c8 00007ffa`8b44b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009c`643ff5d0 00007ffa`8aec4cb0     ntdll!TppWorkerThread+0x2df
0000009c`643ff8c0 00007ffa`8b4becdb     KERNEL32!BaseThreadInitThunk+0x10
0000009c`643ff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009c`63fffa18 00007ffa`88ba45ca     ntdll!NtFsControlFile+0x14
0000009c`63fffa20 00007ff6`2c50fc0b     KERNELBASE!ConnectNamedPipe+0x6a
0000009c`63fffa90 00007ffa`8aec4cb0     postgres!pg_signal_thread(
0000009c`63fffb90 00007ffa`8b4becdb     KERNEL32!BaseThreadInitThunk+0x10
0000009c`63fffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009c`63bff8b8 00007ffa`8b44b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009c`63bff8c0 00007ffa`8aec4cb0     ntdll!TppWorkerThread+0x2df
0000009c`63bffbb0 00007ffa`8b4becdb     KERNEL32!BaseThreadInitThunk+0x10
0000009c`63bffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009c`637fe3d0 00007ff6`2c854548     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000009c`637fe410 00007ff6`2c242fe2     postgres!ExceptionalCondition(
0000009c`637fe450 00007ff6`2c24449e     postgres!ProcessCopyOptions(
0000009c`637fe550 00007ff6`2c2414cd     postgres!BeginCopyFrom(
0000009c`637fe790 00007ff6`2c627300     postgres!DoCopy(
0000009c`637fe920 00007ffa`74e234e6     postgres!standard_ProcessUtility(
0000009c`637feaf0 00007ff6`2c626c4f     pg_stat_statements!pgss_ProcessUtility(
0000009c`637fef40 00007ff6`2c625c7d     postgres!ProcessUtility(
0000009c`637fef90 00007ff6`2c625fcf     postgres!PortalRunUtility(
0000009c`637ff000 00007ff6`2c624b44     postgres!PortalRunMulti(
core
00000092`023ff448 00007ffa`8b44b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000092`023ff450 00007ffa`8aec4cb0     ntdll!TppWorkerThread+0x2df
00000092`023ff740 00007ffa`8b4becdb     KERNEL32!BaseThreadInitThunk+0x10
00000092`023ff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000092`02bff778 00007ffa`8b44b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000092`02bff780 00007ffa`8aec4cb0     ntdll!TppWorkerThread+0x2df
00000092`02bffa70 00007ffa`8b4becdb     KERNEL32!BaseThreadInitThunk+0x10
00000092`02bffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000092`027ffd08 00007ffa`88ba45ca     ntdll!NtFsControlFile+0x14
00000092`027ffd10 00007ff6`2c50fc0b     KERNELBASE!ConnectNamedPipe+0x6a
00000092`027ffd80 00007ffa`8aec4cb0     postgres!pg_signal_thread(
00000092`027ffe80 00007ffa`8b4becdb     KERNEL32!BaseThreadInitThunk+0x10
00000092`027ffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000092`01ffef70 00007ff6`2c854548     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000092`01ffefb0 00007ff6`2c1e73a5     postgres!ExceptionalCondition(
00000092`01ffeff0 00007ff6`2c1d8017     postgres!index_drop(
00000092`01fff0d0 00007ff6`2c1d7b0d     postgres!doDeletion(
00000092`01fff120 00007ff6`2c1dafc1     postgres!deleteOneObject(
00000092`01fff270 00007ff6`2c1d5e0c     postgres!deleteObjectsInList(
00000092`01fff2d0 00007ff6`2c514fb7     postgres!performDeletion(
00000092`01fff330 00007ff6`2c51319c     postgres!do_autovacuum(void)+0x967 [c:\cirrus\src\backend\postmaster\autovacuum....
00000092`01fff6b0 00007ff6`2c51b7b7     postgres!AutoVacWorkerMain(
00000092`01fff860 00007ff6`2c3dade4     postgres!SubPostmasterMain(
core
000000ae`5dfff7b8 00007ffa`8b44b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ae`5dfff7c0 00007ffa`8aec4cb0     ntdll!TppWorkerThread+0x2df
000000ae`5dfffab0 00007ffa`8b4becdb     KERNEL32!BaseThreadInitThunk+0x10
000000ae`5dfffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ae`5dbfea50 00007ff6`2c854548     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ae`5dbfea90 00007ff6`2c242fe2     postgres!ExceptionalCondition(
000000ae`5dbfead0 00007ff6`2c24449e     postgres!ProcessCopyOptions(
000000ae`5dbfebd0 00007ff6`2c2414cd     postgres!BeginCopyFrom(
000000ae`5dbfee10 00007ff6`2c627300     postgres!DoCopy(
000000ae`5dbfefa0 00007ff6`2c626c99     postgres!standard_ProcessUtility(
000000ae`5dbff170 00007ff6`2c625c7d     postgres!ProcessUtility(
000000ae`5dbff1c0 00007ff6`2c625fcf     postgres!PortalRunUtility(
000000ae`5dbff230 00007ff6`2c624b44     postgres!PortalRunMulti(
000000ae`5dbff2b0 00007ff6`2c620e8f     postgres!PortalRun(
core
000000ae`5ebff958 00007ffa`8b44b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ae`5ebff960 00007ffa`8aec4cb0     ntdll!TppWorkerThread+0x2df
000000ae`5ebffc50 00007ffa`8b4becdb     KERNEL32!BaseThreadInitThunk+0x10
000000ae`5ebffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ae`5e3ffa38 00007ffa`88ba45ca     ntdll!NtFsControlFile+0x14
000000ae`5e3ffa40 00007ff6`2c50fc0b     KERNELBASE!ConnectNamedPipe+0x6a
000000ae`5e3ffab0 00007ffa`8aec4cb0     postgres!pg_signal_thread(
000000ae`5e3ffbb0 00007ffa`8b4becdb     KERNEL32!BaseThreadInitThunk+0x10
000000ae`5e3ffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ae`5e7ff7b8 00007ffa`88b5d71e     ntdll!NtWaitForSingleObject+0x14
000000ae`5e7ff7c0 00007ff6`2c5116ac     KERNELBASE!WaitForSingleObjectEx+0x8e
000000ae`5e7ff860 00007ffa`8aec4cb0     postgres!pg_timer_thread(
000000ae`5e7ff8a0 00007ffa`8b4becdb     KERNEL32!BaseThreadInitThunk+0x10
000000ae`5e7ff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f3`179ff458 00007ffa`8b44b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f3`179ff460 00007ffa`8aec4cb0     ntdll!TppWorkerThread+0x2df
000000f3`179ff750 00007ffa`8b4becdb     KERNEL32!BaseThreadInitThunk+0x10
000000f3`179ff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f3`175ff6f8 00007ffa`88ba45ca     ntdll!NtFsControlFile+0x14
000000f3`175ff700 00007ff6`2c50fc0b     KERNELBASE!ConnectNamedPipe+0x6a
000000f3`175ff770 00007ffa`8aec4cb0     postgres!pg_signal_thread(
000000f3`175ff870 00007ffa`8b4becdb     KERNEL32!BaseThreadInitThunk+0x10
000000f3`175ff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f3`171ff5d8 00007ffa`8b44b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f3`171ff5e0 00007ffa`8aec4cb0     ntdll!TppWorkerThread+0x2df
000000f3`171ff8d0 00007ffa`8b4becdb     KERNEL32!BaseThreadInitThunk+0x10
000000f3`171ff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f3`16dff140 00007ff6`2c854548     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f3`16dff180 00007ff6`2c1e73a5     postgres!ExceptionalCondition(
000000f3`16dff1c0 00007ff6`2c1d8017     postgres!index_drop(
000000f3`16dff2a0 00007ff6`2c1d7b0d     postgres!doDeletion(
000000f3`16dff2f0 00007ff6`2c1dafc1     postgres!deleteOneObject(
000000f3`16dff440 00007ff6`2c1d5e0c     postgres!deleteObjectsInList(
000000f3`16dff4a0 00007ff6`2c514fb7     postgres!performDeletion(
000000f3`16dff500 00007ff6`2c51319c     postgres!do_autovacuum(void)+0x967 [c:\cirrus\src\backend\postmaster\autovacuum....
000000f3`16dff880 00007ff6`2c51b7b7     postgres!AutoVacWorkerMain(
000000f3`16dffa30 00007ff6`2c3dade4     postgres!SubPostmasterMain(
core
00000047`9b5ff958 00007ffa`8b44b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000047`9b5ff960 00007ffa`8aec4cb0     ntdll!TppWorkerThread+0x2df
00000047`9b5ffc50 00007ffa`8b4becdb     KERNEL32!BaseThreadInitThunk+0x10
00000047`9b5ffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000047`9b1ff548 00007ffa`8b44b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000047`9b1ff550 00007ffa`8aec4cb0     ntdll!TppWorkerThread+0x2df
00000047`9b1ff840 00007ffa`8b4becdb     KERNEL32!BaseThreadInitThunk+0x10
00000047`9b1ff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000047`9adff2e0 00007ff6`2c854548     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000047`9adff320 00007ff6`2c1e73a5     postgres!ExceptionalCondition(
00000047`9adff360 00007ff6`2c1d8017     postgres!index_drop(
00000047`9adff440 00007ff6`2c1d7b0d     postgres!doDeletion(
00000047`9adff490 00007ff6`2c1dafc1     postgres!deleteOneObject(
00000047`9adff5e0 00007ff6`2c1d5e0c     postgres!deleteObjectsInList(
00000047`9adff640 00007ff6`2c514fb7     postgres!performDeletion(
00000047`9adff6a0 00007ff6`2c51319c     postgres!do_autovacuum(void)+0x967 [c:\cirrus\src\backend\postmaster\autovacuum....
00000047`9adffa20 00007ff6`2c51b7b7     postgres!AutoVacWorkerMain(
00000047`9adffbd0 00007ff6`2c3dade4     postgres!SubPostmasterMain(
core
00000047`9b9ff998 00007ffa`88ba45ca     ntdll!NtFsControlFile+0x14
00000047`9b9ff9a0 00007ff6`2c50fc0b     KERNELBASE!ConnectNamedPipe+0x6a
00000047`9b9ffa10 00007ffa`8aec4cb0     postgres!pg_signal_thread(
00000047`9b9ffb10 00007ffa`8b4becdb     KERNEL32!BaseThreadInitThunk+0x10
00000047`9b9ffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000018`9c7ffb88 00007ffa`88ba45ca     ntdll!NtFsControlFile+0x14
00000018`9c7ffb90 00007ff6`2c50fc0b     KERNELBASE!ConnectNamedPipe+0x6a
00000018`9c7ffc00 00007ffa`8aec4cb0     postgres!pg_signal_thread(
00000018`9c7ffd00 00007ffa`8b4becdb     KERNEL32!BaseThreadInitThunk+0x10
00000018`9c7ffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000018`9c3ff7d8 00007ffa`8b44b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000018`9c3ff7e0 00007ffa`8aec4cb0     ntdll!TppWorkerThread+0x2df
00000018`9c3ffad0 00007ffa`8b4becdb     KERNEL32!BaseThreadInitThunk+0x10
00000018`9c3ffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000018`9bfff270 00007ff6`2c854548     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000018`9bfff2b0 00007ff6`2c1e73a5     postgres!ExceptionalCondition(
00000018`9bfff2f0 00007ff6`2c1d8017     postgres!index_drop(
00000018`9bfff3d0 00007ff6`2c1d7b0d     postgres!doDeletion(
00000018`9bfff420 00007ff6`2c1dafc1     postgres!deleteOneObject(
00000018`9bfff570 00007ff6`2c1d5e0c     postgres!deleteObjectsInList(
00000018`9bfff5d0 00007ff6`2c514fb7     postgres!performDeletion(
00000018`9bfff630 00007ff6`2c51319c     postgres!do_autovacuum(void)+0x967 [c:\cirrus\src\backend\postmaster\autovacuum....
00000018`9bfff9b0 00007ff6`2c51b7b7     postgres!AutoVacWorkerMain(
00000018`9bfffb60 00007ff6`2c3dade4     postgres!SubPostmasterMain(
core
00000018`9cbff8d8 00007ffa`8b44b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000018`9cbff8e0 00007ffa`8aec4cb0     ntdll!TppWorkerThread+0x2df
00000018`9cbffbd0 00007ffa`8b4becdb     KERNEL32!BaseThreadInitThunk+0x10
00000018`9cbffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000051`3a5ff868 00007ffa`88b5d71e     ntdll!NtWaitForSingleObject+0x14
00000051`3a5ff870 00007ff6`2c5116ac     KERNELBASE!WaitForSingleObjectEx+0x8e
00000051`3a5ff910 00007ffa`8aec4cb0     postgres!pg_timer_thread(
00000051`3a5ff950 00007ffa`8b4becdb     KERNEL32!BaseThreadInitThunk+0x10
00000051`3a5ff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000051`399ff7e8 00007ffa`8b44b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000051`399ff7f0 00007ffa`8aec4cb0     ntdll!TppWorkerThread+0x2df
00000051`399ffae0 00007ffa`8b4becdb     KERNEL32!BaseThreadInitThunk+0x10
00000051`399ffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000051`395fee30 00007ff6`2c854548     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000051`395fee70 00007ff6`2c242fe2     postgres!ExceptionalCondition(
00000051`395feeb0 00007ff6`2c24449e     postgres!ProcessCopyOptions(
00000051`395fefb0 00007ff6`2c2414cd     postgres!BeginCopyFrom(
00000051`395ff1f0 00007ff6`2c627300     postgres!DoCopy(
00000051`395ff380 00007ff6`2c626c99     postgres!standard_ProcessUtility(
00000051`395ff550 00007ff6`2c625c7d     postgres!ProcessUtility(
00000051`395ff5a0 00007ff6`2c625fcf     postgres!PortalRunUtility(
00000051`395ff610 00007ff6`2c624b44     postgres!PortalRunMulti(
00000051`395ff690 00007ff6`2c620e8f     postgres!PortalRun(
core
00000051`3a1ff528 00007ffa`8b44b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000051`3a1ff530 00007ffa`8aec4cb0     ntdll!TppWorkerThread+0x2df
00000051`3a1ff820 00007ffa`8b4becdb     KERNEL32!BaseThreadInitThunk+0x10
00000051`3a1ff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000051`39dffd88 00007ffa`88ba45ca     ntdll!NtFsControlFile+0x14
00000051`39dffd90 00007ff6`2c50fc0b     KERNELBASE!ConnectNamedPipe+0x6a
00000051`39dffe00 00007ffa`8aec4cb0     postgres!pg_signal_thread(
00000051`39dfff00 00007ffa`8b4becdb     KERNEL32!BaseThreadInitThunk+0x10
00000051`39dfff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002e`07bff8a8 00007ffa`8b44b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002e`07bff8b0 00007ffa`8aec4cb0     ntdll!TppWorkerThread+0x2df
0000002e`07bffba0 00007ffa`8b4becdb     KERNEL32!BaseThreadInitThunk+0x10
0000002e`07bffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002e`083ff8d8 00007ffa`8b44b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002e`083ff8e0 00007ffa`8aec4cb0     ntdll!TppWorkerThread+0x2df
0000002e`083ffbd0 00007ffa`8b4becdb     KERNEL32!BaseThreadInitThunk+0x10
0000002e`083ffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002e`077fefb0 00007ff6`2c854548     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000002e`077feff0 00007ff6`2c1e73a5     postgres!ExceptionalCondition(
0000002e`077ff030 00007ff6`2c1d8017     postgres!index_drop(
0000002e`077ff110 00007ff6`2c1d7b0d     postgres!doDeletion(
0000002e`077ff160 00007ff6`2c1dafc1     postgres!deleteOneObject(
0000002e`077ff2b0 00007ff6`2c1d5e0c     postgres!deleteObjectsInList(
0000002e`077ff310 00007ff6`2c514fb7     postgres!performDeletion(
0000002e`077ff370 00007ff6`2c51319c     postgres!do_autovacuum(void)+0x967 [c:\cirrus\src\backend\postmaster\autovacuum....
0000002e`077ff6f0 00007ff6`2c51b7b7     postgres!AutoVacWorkerMain(
0000002e`077ff8a0 00007ff6`2c3dade4     postgres!SubPostmasterMain(
core
0000002e`07fff5e8 00007ffa`88ba45ca     ntdll!NtFsControlFile+0x14
0000002e`07fff5f0 00007ff6`2c50fc0b     KERNELBASE!ConnectNamedPipe+0x6a
0000002e`07fff660 00007ffa`8aec4cb0     postgres!pg_signal_thread(
0000002e`07fff760 00007ffa`8b4becdb     KERNEL32!BaseThreadInitThunk+0x10
0000002e`07fff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a5`787ffb68 00007ffa`8b44b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a5`787ffb70 00007ffa`8aec4cb0     ntdll!TppWorkerThread+0x2df
000000a5`787ffe60 00007ffa`8b4becdb     KERNEL32!BaseThreadInitThunk+0x10
000000a5`787ffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a5`78fffb38 00007ffa`8b44b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a5`78fffb40 00007ffa`8aec4cb0     ntdll!TppWorkerThread+0x2df
000000a5`78fffe30 00007ffa`8b4becdb     KERNEL32!BaseThreadInitThunk+0x10
000000a5`78fffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a5`78bffc38 00007ffa`88ba45ca     ntdll!NtFsControlFile+0x14
000000a5`78bffc40 00007ff6`2c50fc0b     KERNELBASE!ConnectNamedPipe+0x6a
000000a5`78bffcb0 00007ffa`8aec4cb0     postgres!pg_signal_thread(
000000a5`78bffdb0 00007ffa`8b4becdb     KERNEL32!BaseThreadInitThunk+0x10
000000a5`78bffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a5`783feca0 00007ff6`2c854548     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a5`783fece0 00007ff6`2c1e73a5     postgres!ExceptionalCondition(
000000a5`783fed20 00007ff6`2c1d8017     postgres!index_drop(
000000a5`783fee00 00007ff6`2c1d7b0d     postgres!doDeletion(
000000a5`783fee50 00007ff6`2c1dafc1     postgres!deleteOneObject(
000000a5`783fefa0 00007ff6`2c1d5e0c     postgres!deleteObjectsInList(
000000a5`783ff000 00007ff6`2c514fb7     postgres!performDeletion(
000000a5`783ff060 00007ff6`2c51319c     postgres!do_autovacuum(void)+0x967 [c:\cirrus\src\backend\postmaster\autovacuum....
000000a5`783ff3e0 00007ff6`2c51b7b7     postgres!AutoVacWorkerMain(
000000a5`783ff590 00007ff6`2c3dade4     postgres!SubPostmasterMain(
core
0000004e`0abff658 00007ffa`8b44b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004e`0abff660 00007ffa`8aec4cb0     ntdll!TppWorkerThread+0x2df
0000004e`0abff950 00007ffa`8b4becdb     KERNEL32!BaseThreadInitThunk+0x10
0000004e`0abff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004e`0b3ff5b8 00007ffa`8b44b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004e`0b3ff5c0 00007ffa`8aec4cb0     ntdll!TppWorkerThread+0x2df
0000004e`0b3ff8b0 00007ffa`8b4becdb     KERNEL32!BaseThreadInitThunk+0x10
0000004e`0b3ff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004e`0a7fefa0 00007ff6`2c854548     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000004e`0a7fefe0 00007ff6`2c1e73a5     postgres!ExceptionalCondition(
0000004e`0a7ff020 00007ff6`2c1d8017     postgres!index_drop(
0000004e`0a7ff100 00007ff6`2c1d7b0d     postgres!doDeletion(
0000004e`0a7ff150 00007ff6`2c1dafc1     postgres!deleteOneObject(
0000004e`0a7ff2a0 00007ff6`2c1d5e0c     postgres!deleteObjectsInList(
0000004e`0a7ff300 00007ff6`2c514fb7     postgres!performDeletion(
0000004e`0a7ff360 00007ff6`2c51319c     postgres!do_autovacuum(void)+0x967 [c:\cirrus\src\backend\postmaster\autovacuum....
0000004e`0a7ff6e0 00007ff6`2c51b7b7     postgres!AutoVacWorkerMain(
0000004e`0a7ff890 00007ff6`2c3dade4     postgres!SubPostmasterMain(
core
0000004e`0afff878 00007ffa`88ba45ca     ntdll!NtFsControlFile+0x14
0000004e`0afff880 00007ff6`2c50fc0b     KERNELBASE!ConnectNamedPipe+0x6a
0000004e`0afff8f0 00007ffa`8aec4cb0     postgres!pg_signal_thread(
0000004e`0afff9f0 00007ffa`8b4becdb     KERNEL32!BaseThreadInitThunk+0x10
0000004e`0afffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000073`99bff908 00007ffa`88ba45ca     ntdll!NtFsControlFile+0x14
00000073`99bff910 00007ff6`2c50fc0b     KERNELBASE!ConnectNamedPipe+0x6a
00000073`99bff980 00007ffa`8aec4cb0     postgres!pg_signal_thread(
00000073`99bffa80 00007ffa`8b4becdb     KERNEL32!BaseThreadInitThunk+0x10
00000073`99bffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000073`993ff1c0 00007ff6`2c854548     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000073`993ff200 00007ff6`2c1e73a5     postgres!ExceptionalCondition(
00000073`993ff240 00007ff6`2c1d8017     postgres!index_drop(
00000073`993ff320 00007ff6`2c1d7b0d     postgres!doDeletion(
00000073`993ff370 00007ff6`2c1dafc1     postgres!deleteOneObject(
00000073`993ff4c0 00007ff6`2c1d5e0c     postgres!deleteObjectsInList(
00000073`993ff520 00007ff6`2c514fb7     postgres!performDeletion(
00000073`993ff580 00007ff6`2c51319c     postgres!do_autovacuum(void)+0x967 [c:\cirrus\src\backend\postmaster\autovacuum....
00000073`993ff900 00007ff6`2c51b7b7     postgres!AutoVacWorkerMain(
00000073`993ffab0 00007ff6`2c3dade4     postgres!SubPostmasterMain(
core
00000073`997ff698 00007ffa`8b44b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000073`997ff6a0 00007ffa`8aec4cb0     ntdll!TppWorkerThread+0x2df
00000073`997ff990 00007ffa`8b4becdb     KERNEL32!BaseThreadInitThunk+0x10
00000073`997ff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000073`99fff888 00007ffa`8b44b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000073`99fff890 00007ffa`8aec4cb0     ntdll!TppWorkerThread+0x2df
00000073`99fffb80 00007ffa`8b4becdb     KERNEL32!BaseThreadInitThunk+0x10
00000073`99fffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009f`643ff8d8 00007ffa`8b44b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009f`643ff8e0 00007ffa`8aec4cb0     ntdll!TppWorkerThread+0x2df
0000009f`643ffbd0 00007ffa`8b4becdb     KERNEL32!BaseThreadInitThunk+0x10
0000009f`643ffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009f`63ffefd0 00007ff6`2c854548     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000009f`63fff010 00007ff6`2c1e73a5     postgres!ExceptionalCondition(
0000009f`63fff050 00007ff6`2c1d8017     postgres!index_drop(
0000009f`63fff130 00007ff6`2c1d7b0d     postgres!doDeletion(
0000009f`63fff180 00007ff6`2c1dafc1     postgres!deleteOneObject(
0000009f`63fff2d0 00007ff6`2c1d5e0c     postgres!deleteObjectsInList(
0000009f`63fff330 00007ff6`2c514fb7     postgres!performDeletion(
0000009f`63fff390 00007ff6`2c51319c     postgres!do_autovacuum(void)+0x967 [c:\cirrus\src\backend\postmaster\autovacuum....
0000009f`63fff710 00007ff6`2c51b7b7     postgres!AutoVacWorkerMain(
0000009f`63fff8c0 00007ff6`2c3dade4     postgres!SubPostmasterMain(
core
0000009f`64bff628 00007ffa`8b44b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009f`64bff630 00007ffa`8aec4cb0     ntdll!TppWorkerThread+0x2df
0000009f`64bff920 00007ffa`8b4becdb     KERNEL32!BaseThreadInitThunk+0x10
0000009f`64bff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009f`647ffa98 00007ffa`88ba45ca     ntdll!NtFsControlFile+0x14
0000009f`647ffaa0 00007ff6`2c50fc0b     KERNELBASE!ConnectNamedPipe+0x6a
0000009f`647ffb10 00007ffa`8aec4cb0     postgres!pg_signal_thread(
0000009f`647ffc10 00007ffa`8b4becdb     KERNEL32!BaseThreadInitThunk+0x10
0000009f`647ffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a4`3cfff618 00007ffa`8b44b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a4`3cfff620 00007ffa`8aec4cb0     ntdll!TppWorkerThread+0x2df
000000a4`3cfff910 00007ffa`8b4becdb     KERNEL32!BaseThreadInitThunk+0x10
000000a4`3cfff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a4`3cbfef60 00007ff6`2c854548     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a4`3cbfefa0 00007ff6`2c242fe2     postgres!ExceptionalCondition(
000000a4`3cbfefe0 00007ff6`2c24449e     postgres!ProcessCopyOptions(
000000a4`3cbff0e0 00007ff6`2c2414cd     postgres!BeginCopyFrom(
000000a4`3cbff320 00007ff6`2c627300     postgres!DoCopy(
000000a4`3cbff4b0 00007ff6`2c626c99     postgres!standard_ProcessUtility(
000000a4`3cbff680 00007ff6`2c625c7d     postgres!ProcessUtility(
000000a4`3cbff6d0 00007ff6`2c625fcf     postgres!PortalRunUtility(
000000a4`3cbff740 00007ff6`2c624b44     postgres!PortalRunMulti(
000000a4`3cbff7c0 00007ff6`2c620e8f     postgres!PortalRun(
core
000000a4`3dbffbe8 00007ffa`88b5d71e     ntdll!NtWaitForSingleObject+0x14
000000a4`3dbffbf0 00007ff6`2c5116ac     KERNELBASE!WaitForSingleObjectEx+0x8e
000000a4`3dbffc90 00007ffa`8aec4cb0     postgres!pg_timer_thread(
000000a4`3dbffcd0 00007ffa`8b4becdb     KERNEL32!BaseThreadInitThunk+0x10
000000a4`3dbffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a4`3d7ff7e8 00007ffa`88ba45ca     ntdll!NtFsControlFile+0x14
000000a4`3d7ff7f0 00007ff6`2c50fc0b     KERNELBASE!ConnectNamedPipe+0x6a
000000a4`3d7ff860 00007ffa`8aec4cb0     postgres!pg_signal_thread(
000000a4`3d7ff960 00007ffa`8b4becdb     KERNEL32!BaseThreadInitThunk+0x10
000000a4`3d7ff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a4`3d3ff778 00007ffa`8b44b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a4`3d3ff780 00007ffa`8aec4cb0     ntdll!TppWorkerThread+0x2df
000000a4`3d3ffa70 00007ffa`8b4becdb     KERNEL32!BaseThreadInitThunk+0x10
000000a4`3d3ffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007f`e5fffbc8 00007ffa`88ba45ca     ntdll!NtFsControlFile+0x14
0000007f`e5fffbd0 00007ff6`2c50fc0b     KERNELBASE!ConnectNamedPipe+0x6a
0000007f`e5fffc40 00007ffa`8aec4cb0     postgres!pg_signal_thread(
0000007f`e5fffd40 00007ffa`8b4becdb     KERNEL32!BaseThreadInitThunk+0x10
0000007f`e5fffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007f`e5bffba8 00007ffa`8b44b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007f`e5bffbb0 00007ffa`8aec4cb0     ntdll!TppWorkerThread+0x2df
0000007f`e5bffea0 00007ffa`8b4becdb     KERNEL32!BaseThreadInitThunk+0x10
0000007f`e5bffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007f`e57fef30 00007ff6`2c854548     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000007f`e57fef70 00007ff6`2c1e73a5     postgres!ExceptionalCondition(
0000007f`e57fefb0 00007ff6`2c1d8017     postgres!index_drop(
0000007f`e57ff090 00007ff6`2c1d7b0d     postgres!doDeletion(
0000007f`e57ff0e0 00007ff6`2c1dafc1     postgres!deleteOneObject(
0000007f`e57ff230 00007ff6`2c1d5e0c     postgres!deleteObjectsInList(
0000007f`e57ff290 00007ff6`2c514fb7     postgres!performDeletion(
0000007f`e57ff2f0 00007ff6`2c51319c     postgres!do_autovacuum(void)+0x967 [c:\cirrus\src\backend\postmaster\autovacuum....
0000007f`e57ff670 00007ff6`2c51b7b7     postgres!AutoVacWorkerMain(
0000007f`e57ff820 00007ff6`2c3dade4     postgres!SubPostmasterMain(
core
0000007f`e63ff648 00007ffa`8b44b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007f`e63ff650 00007ffa`8aec4cb0     ntdll!TppWorkerThread+0x2df
0000007f`e63ff940 00007ffa`8b4becdb     KERNEL32!BaseThreadInitThunk+0x10
0000007f`e63ff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bb`581ff9d8 00007ffa`8b44b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bb`581ff9e0 00007ffa`8aec4cb0     ntdll!TppWorkerThread+0x2df
000000bb`581ffcd0 00007ffa`8b4becdb     KERNEL32!BaseThreadInitThunk+0x10
000000bb`581ffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bb`575ff470 00007ff6`2c854548     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000bb`575ff4b0 00007ff6`2c1e73a5     postgres!ExceptionalCondition(
000000bb`575ff4f0 00007ff6`2c1d8017     postgres!index_drop(
000000bb`575ff5d0 00007ff6`2c1d7b0d     postgres!doDeletion(
000000bb`575ff620 00007ff6`2c1dafc1     postgres!deleteOneObject(
000000bb`575ff770 00007ff6`2c1d5e0c     postgres!deleteObjectsInList(
000000bb`575ff7d0 00007ff6`2c514fb7     postgres!performDeletion(
000000bb`575ff830 00007ff6`2c51319c     postgres!do_autovacuum(void)+0x967 [c:\cirrus\src\backend\postmaster\autovacuum....
000000bb`575ffbb0 00007ff6`2c51b7b7     postgres!AutoVacWorkerMain(
000000bb`575ffd60 00007ff6`2c3dade4     postgres!SubPostmasterMain(
core
000000bb`57dff678 00007ffa`88ba45ca     ntdll!NtFsControlFile+0x14
000000bb`57dff680 00007ff6`2c50fc0b     KERNELBASE!ConnectNamedPipe+0x6a
000000bb`57dff6f0 00007ffa`8aec4cb0     postgres!pg_signal_thread(
000000bb`57dff7f0 00007ffa`8b4becdb     KERNEL32!BaseThreadInitThunk+0x10
000000bb`57dff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bb`579ff648 00007ffa`8b44b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bb`579ff650 00007ffa`8aec4cb0     ntdll!TppWorkerThread+0x2df
000000bb`579ff940 00007ffa`8b4becdb     KERNEL32!BaseThreadInitThunk+0x10
000000bb`579ff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/copy.out C:/cirrus/build/testrun/pg_upgrade/002_pg_upgr...
--- C:/cirrus/src/test/regress/expected/copy.out	2024-10-14 08:14:31.745330900 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/copy.out	2024-10-14 08:16:51.693338300 +0000
@@ -284,152 +284,7 @@
 invalid command \.
 -- error if the DEFAULT option is given
 copy oversized_column_default from stdin (default '');
-ERROR:  value too long for type character varying(5)
-\.
-invalid command \.
-drop table oversized_column_default;
---
--- Create partitioned table that does not allow bulk insertions, to test bugs
--- related to the reuse of BulkInsertState across partitions (only done when
--- not using bulk insert).  Switching between partitions often makes it more
--- likely to encounter these bugs, so we just switch on roughly every insert
--- by having an even/odd number partition and inserting evenly distributed
--- data.
---
-CREATE TABLE parted_si (
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/copy.out C:/cirrus/build/testrun/recovery/027_stream_re...
--- C:/cirrus/src/test/regress/expected/copy.out	2024-10-14 08:14:31.745330900 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/copy.out	2024-10-14 08:18:43.472293700 +0000
@@ -284,152 +284,7 @@
 invalid command \.
 -- error if the DEFAULT option is given
 copy oversized_column_default from stdin (default '');
-ERROR:  value too long for type character varying(5)
-\.
-invalid command \.
-drop table oversized_column_default;
---
--- Create partitioned table that does not allow bulk insertions, to test bugs
--- related to the reuse of BulkInsertState across partitions (only done when
--- not using bulk insert).  Switching between partitions often makes it more
--- likely to encounter these bugs, so we just switch on roughly every insert
--- by having an even/odd number partition and inserting evenly distributed
--- data.
---
-CREATE TABLE parted_si (
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/copy.out C:/cirrus/build/testrun/regress/regress/result...
--- C:/cirrus/src/test/regress/expected/copy.out	2024-10-14 08:14:31.745330900 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/copy.out	2024-10-14 08:16:49.064409600 +0000
@@ -284,152 +284,7 @@
 invalid command \.
 -- error if the DEFAULT option is given
 copy oversized_column_default from stdin (default '');
-ERROR:  value too long for type character varying(5)
-\.
-invalid command \.
-drop table oversized_column_default;
---
--- Create partitioned table that does not allow bulk insertions, to test bugs
--- related to the reuse of BulkInsertState across partitions (only done when
--- not using bulk insert).  Switching between partitions often makes it more
--- likely to encounter these bugs, so we just switch on roughly every insert
--- by having an even/odd number partition and inserting evenly distributed
--- data.
---
-CREATE TABLE parted_si (
...
tap
[08:18:01.980](86.020s) not ok 5 - regression tests pass
[08:18:05.608](3.611s) not ok 6 - dump before running pg_upgrade
tap
[08:19:22.235](63.688s) not ok 2 - regression tests pass
test
[08:26:08.706]   7/305 postgresql:regress / regress/regress                                            ERROR            ...
[08:26:08.706]  22/305 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[08:26:08.706]  48/305 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
51/4997 Return pg_control from pg_backup_stop().
Linux - Debian Bookworm - Meson
core
[05:36:48.551] #0  0x00007f48254a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:36:48.551] #1  0x00007f482545afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:36:48.551] #2  0x00007f4825445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:36:48.551] #3  0x00007f482561e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:36:48.551] #4  0x00007f482562aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:36:48.551] #5  0x00007f482560d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x5608c16b5e60,...
[05:36:48.551] #6  0x00005608c07e7010 in backup_control_file (controlFile=controlFile@entry=0x5608d699418c "\263,\345B۬\...
[05:36:48.551] #7  0x00005608c07ebd4c in pg_backup_stop (fcinfo=<optimized out>) at ../src/backend/access/transam/xlogfu...
[05:36:48.551] #8  0x00005608c09c0e5b in ExecInterpExpr (state=0x5608d698b8a0, econtext=0x5608d698b648, isnull=0x7ffcb9d...
[05:36:48.551] #9  0x00005608c09b5729 in ExecInterpExprStillValid (state=0x5608d698b8a0, econtext=0x5608d698b648, isNull...
core
[05:36:49.302] #0  0x00007f9c33ca9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:36:49.302] #1  0x00007f9c33c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:36:49.302] #2  0x00007f9c33c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:36:49.302] #3  0x00007f9c33e1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[05:36:49.302] #4  0x00007f9c33e2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[05:36:49.302] #5  0x00007f9c33e0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x5615c1e5ee60,...
[05:36:49.302] #6  0x00005615c0f90010 in backup_control_file (controlFile=controlFile@entry=0x5615e453d26c "\263,\345B۬\...
[05:36:49.302] #7  0x00005615c0f94d4c in pg_backup_stop (fcinfo=<optimized out>) at ../src/backend/access/transam/xlogfu...
[05:36:49.302] #8  0x00005615c11912f5 in ExecMakeTableFunctionResult (setexpr=0x5615e454c358, econtext=0x5615e454c228, a...
[05:36:49.302] #9  0x00005615c11bf307 in FunctionNext (node=0x5615e454c018) at ../src/backend/executor/nodeFunctionscan....
tap
[05:32:46.817](1.317s) not ok 18 - psql fails correctly
[05:32:46.818](0.000s) not ok 19 - pg_backup_start fails gracefully
test
[05:35:45.570]  25/310 postgresql:recovery / recovery/020_archive_status                               ERROR            ...
[05:35:45.570]  44/310 postgresql:recovery / recovery/042_low_level_backup                             ERROR            ...
51/4966 Parallel CREATE INDEX for GIN indexes
CompilerWarnings
compiler
[05:28:58.182] gininsert.c:2421:35: error: format ‘%ld’ expects argument of type ‘long int’, but argument 2 has type ‘in...
compiler
[05:28:58.182] gininsert.c:2402:37: error: format ‘%ld’ expects argument of type ‘long int’, but argument 3 has type ‘lo...
50/4939 ECPG cleanup and fix for clang compile-time problem
FreeBSD - 13 - Meson
core
[05:04:38.920] #0  0x000000082b9108fa in _sigprocmask () from /lib/libc.so.7
[05:04:38.920] #1  0x000000082b949f91 in _system () from /lib/libc.so.7
[05:04:38.920] #2  0x0000000828b589d3 in ?? () from /lib/libthr.so.3
[05:04:38.920] #3  0x0000000000669a15 in RestoreArchivedFile (path=path@entry=0x8213291d0 "pg_wal/00000002", '0' <repeat...
[05:04:38.920] #4  0x0000000000650ab8 in existsTimeLineHistory (probeTLI=probeTLI@entry=3) at ../src/backend/access/tran...
[05:04:38.920] #5  0x0000000000650b78 in findNewestTimeLine (startTLI=startTLI@entry=2) at ../src/backend/access/transam...
[05:04:38.920] #6  0x0000000000674f9b in rescanLatestTimeLine (replayTLI=replayTLI@entry=2, replayLSN=replayLSN@entry=10...
[05:04:38.920] #7  0x0000000000671183 in WaitForWALToBecomeAvailable (RecPtr=105154936, tliRecPtr=105154912, replayTLI=2...
[05:04:38.920] #8  XLogPageRead (xlogreader=0x835a4a130, targetPagePtr=105152512, reqLen=2424, targetRecPtr=105154912, r...
[05:04:38.920] #9  0x0000000000677ee2 in ReadPageInternal (state=state@entry=0x835a4a130, pageptr=105152512, reqLen=2424...
test
[05:03:32.971] 241/310 postgresql:postmaster / postmaster/001_connection_limits                        ERROR            ...
51/4929 apply_scanjoin_target_to_paths and partitionwise join
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-14 04:07:14.096461000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_join.out	2024-10-14 04:08:49.415...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/recovery/0...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-14 04:07:14.096461000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/partition_join.out	2024-10-14 04:09:44.5...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/regress/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-14 04:07:14.096461000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/partition_join.out	2024-10-14 04:08:51.809617000 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[04:08:54.894](59.106s) not ok 5 - regression tests pass
tap
[04:09:48.120](72.468s) not ok 2 - regression tests pass
test
[04:11:38.838]  40/310 postgresql:regress / regress/regress                                            ERROR            ...
[04:11:38.838]  79/310 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[04:11:38.838] 156/310 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_c...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-14 04:07:11.766416610 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/partition_join.out	2024-10-14 04:12:55.633775490 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/src/test/recovery/tmp_ch...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-14 04:07:11.766416610 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/partition_join.out	2024-10-14 04:14:05.609740984 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/src/test/regress/results...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-14 04:07:11.766416610 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/partition_join.out	2024-10-14 04:10:22.893883907 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[04:12:58.911](102.571s) not ok 5 - regression tests pass
tap
[04:14:08.589](63.201s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-14 04:07:11.958043562 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_join.out	2024-10-14 04:09:57.085...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/recovery/0...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-14 04:07:11.958043562 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/partition_join.out	2024-10-14 04:10:33.8...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/regress/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-14 04:07:11.958043562 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/partition_join.out	2024-10-14 04:09:52.297865924 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[04:09:59.956](82.641s) not ok 5 - regression tests pass
tap
[04:10:37.121](83.732s) not ok 2 - regression tests pass
test
[04:12:24.252]  44/310 postgresql:regress / regress/regress                                            ERROR            ...
[04:12:24.252] 135/310 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[04:12:24.252] 156/310 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
macOS - Sonoma - Meson
test
[04:13:34.433]  28/310 postgresql:regress / regress/regress                                            ERROR            ...
[04:13:34.433]  46/310 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[04:13:34.433] 145/310 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/partition_join.out C:/cirrus/build/testrun/pg_upgrade/0...
--- C:/cirrus/src/test/regress/expected/partition_join.out	2024-10-14 04:07:23.705761800 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_join.out	2024-10-14 04:11:27.296797000 +000...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/partition_join.out C:/cirrus/build/testrun/recovery/027...
--- C:/cirrus/src/test/regress/expected/partition_join.out	2024-10-14 04:07:23.705761800 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/partition_join.out	2024-10-14 04:13:56.952063800 +0...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/partition_join.out C:/cirrus/build/testrun/regress/regr...
--- C:/cirrus/src/test/regress/expected/partition_join.out	2024-10-14 04:07:23.705761800 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/partition_join.out	2024-10-14 04:11:19.475430900 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[04:11:35.647](120.840s) not ok 5 - regression tests pass
tap
[04:14:08.677](133.014s) not ok 2 - regression tests pass
test
[04:21:07.614]  20/305 postgresql:regress / regress/regress                                            ERROR           1...
[04:21:07.614]  40/305 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[04:21:07.614] 101/305 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5151 DirtyScanshot index scan skips concurrently updated tuples
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/dirty_index_scan.out /tmp/cirrus-ci-build/build...
--- /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/dirty_index_scan.out	2024-10-14 03:45:02.563734000 +...
+++ /tmp/cirrus-ci-build/build/testrun/injection_points/isolation/results/dirty_index_scan.out	2024-10-14 03:54:33.48608...
@@ -36,4 +36,6 @@
                        
 (1 row)
 
+isolationtester: canceling step s1_s1 after 360 seconds
 step s1_s1: <... completed>
+ERROR:  canceling statement due to user request
test
[03:54:33.686] 310/310 postgresql:injection_points / injection_points/isolation                        ERROR           3...
51/4888 Run deferred triggers in the correct security context
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_p...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-10-14 03:37:18.579883000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/triggers.out	2024-10-14 03:38:37.559242000...
@@ -3731,7 +3731,9 @@
 -- test who runs deferred trigger functions
 -- setup
 create role groot;
+WARNING:  roles created by regression test cases should have names starting with "regress_"
 create role outis;
+WARNING:  roles created by regression test cases should have names starting with "regress_"
 create function whoami() returns trigger language plpgsql
 as $$
 begin
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/build/testrun/recovery/027_str...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-10-14 03:37:18.579883000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/triggers.out	2024-10-14 03:39:20.7785390...
@@ -3731,7 +3731,9 @@
 -- test who runs deferred trigger functions
 -- setup
 create role groot;
+WARNING:  roles created by regression test cases should have names starting with "regress_"
 create role outis;
+WARNING:  roles created by regression test cases should have names starting with "regress_"
 create function whoami() returns trigger language plpgsql
 as $$
 begin
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/build/testrun/regress/regress/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-10-14 03:37:18.579883000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/triggers.out	2024-10-14 03:38:35.749828000 +0000
@@ -3731,7 +3731,9 @@
 -- test who runs deferred trigger functions
 -- setup
 create role groot;
+WARNING:  roles created by regression test cases should have names starting with "regress_"
 create role outis;
+WARNING:  roles created by regression test cases should have names starting with "regress_"
 create function whoami() returns trigger language plpgsql
 as $$
 begin
tap
[03:39:33.042](76.310s) not ok 5 - regression tests pass
tap
[03:40:12.282](74.912s) not ok 2 - regression tests pass
test
[03:42:09.810]  15/310 postgresql:regress / regress/regress                                            ERROR            ...
[03:42:09.810]  94/310 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[03:42:09.810] 154/310 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
51/5284 database-specific role memberships
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/privs_in_db.out /tmp/cirrus-ci-build/build/testrun/regress-runni...
--- /tmp/cirrus-ci-build/src/test/regress/expected/privs_in_db.out	2024-10-14 02:26:13.161623000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress-running/regress/results/privs_in_db.out	2024-10-14 02:32:02.064089000 +00...
@@ -756,9 +756,10 @@
 DROP DATABASE regression_db_0;
 DROP ROLE regress_role_admin;
 SELECT datname FROM pg_database WHERE datname LIKE 'regression_db_%';
- datname 
----------
-(0 rows)
+      datname      
+-------------------
+ regression_dblink
+(1 row)
 
 SELECT rolname FROM pg_roles WHERE rolname LIKE 'regress_role_%';
  rolname 
test
[02:32:22.521] 74/75 postgresql:regress-running / regress-running/regress                         ERROR            25.59...
51/5131 add log_transaction GUC setting
FreeBSD - 13 - Meson
tap
[01:07:28.923](1.632s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[01:07:38.985] 291/310 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
Linux - Debian Bookworm - Autoconf
tap
[01:07:01.529](0.689s) not ok 1 - no parameters missing from postgresql.conf.sample
Linux - Debian Bookworm - Meson
core
[01:09:38.333] #0  0x00007ffa1ed63d24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[01:09:38.333] #1  0x00007ffa1ed10239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[01:09:38.333] #2  0x00007ffa1ed10497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[01:09:38.333] #3  0x00005627d7d605c1 in ?? ()
[01:09:38.333] #4  0x00005627d7d5a369 in ?? ()
[01:09:38.333] #5  0x00005627d7d5920f in ?? ()
[01:09:38.333] #6  0x00005627d7d59c3b in ?? ()
[01:09:38.333] #7  0x00005627d7d5766f in ?? ()
[01:09:38.333] #8  0x00007ffa1ecfb24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[01:09:38.333] #9  0x00007ffa1ecfb305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[01:09:38.200] #0  0x00007f019186aa50 in ?? ()
[01:09:38.200] #1  0x0000000000000003 in ?? ()
[01:09:38.200] #2  0x00007ffd45faf4cc in ?? ()
[01:09:38.200] #3  0x00007ffd45faf4cf in ?? ()
[01:09:38.200] #4  0x00007ffd45faf54f in ?? ()
[01:09:38.200] #5  0x0000000000000000 in ?? ()
[01:09:38.324] #0  0x00007ffa1ed63d24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
tap
[01:08:29.550](0.466s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[01:08:40.301] 289/310 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
macOS - Sonoma - Meson
tap
[01:09:20.975](1.202s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[01:09:35.714] 291/310 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[01:15:41.600](2.041s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[01:16:10.326] 287/305 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
51/3478 AcquireExecutorLocks() and run-time pruning
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/delay_execution/expected/cached-plan-inval.out /tmp/cirrus-ci-build/build...
--- /tmp/cirrus-ci-build/src/test/modules/delay_execution/expected/cached-plan-inval.out	2024-10-13 23:33:03.426599000 +...
+++ /tmp/cirrus-ci-build/build/testrun/delay_execution/isolation/results/cached-plan-inval.out	2024-10-13 23:36:10.49241...
@@ -184,14 +184,12 @@
   One-Time Filter: (InitPlan 1).col1                           
   InitPlan 1                                                   
     ->  LockRows                                               
-          Disabled Nodes: 2                                    
           ->  Append                                           
-                Disabled Nodes: 2                              
                 Subplans Removed: 2                            
                 ->  Index Scan using foo12_1_a on foo12_1 foo_1
                       Index Cond: (a = $1)                     
   ->  Function Scan on generate_series                         
-(11 rows)
+(9 rows)
 
 step s2lock: SELECT pg_advisory_lock(12345);
 pg_advisory_lock
@@ -218,13 +216,11 @@
...
test
[23:38:06.504] 104/310 postgresql:delay_execution / delay_execution/isolation                          ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/delay_execution/expected/cached-plan-inval.out /tmp/cirrus-ci-build/src/t...
--- /tmp/cirrus-ci-build/src/test/modules/delay_execution/expected/cached-plan-inval.out	2024-10-13 23:33:02.801449250 +...
+++ /tmp/cirrus-ci-build/src/test/modules/delay_execution/output_iso/results/cached-plan-inval.out	2024-10-13 23:37:12.4...
@@ -184,14 +184,12 @@
   One-Time Filter: (InitPlan 1).col1                           
   InitPlan 1                                                   
     ->  LockRows                                               
-          Disabled Nodes: 2                                    
           ->  Append                                           
-                Disabled Nodes: 2                              
                 Subplans Removed: 2                            
                 ->  Index Scan using foo12_1_a on foo12_1 foo_1
                       Index Cond: (a = $1)                     
   ->  Function Scan on generate_series                         
-(11 rows)
+(9 rows)
 
 step s2lock: SELECT pg_advisory_lock(12345);
 pg_advisory_lock
@@ -218,13 +216,11 @@
...
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/delay_execution/expected/cached-plan-inval.out /tmp/cirrus-ci-build/build...
--- /tmp/cirrus-ci-build/src/test/modules/delay_execution/expected/cached-plan-inval.out	2024-10-13 23:33:03.310226111 +...
+++ /tmp/cirrus-ci-build/build/testrun/delay_execution/isolation/results/cached-plan-inval.out	2024-10-13 23:38:43.75890...
@@ -184,14 +184,12 @@
   One-Time Filter: (InitPlan 1).col1                           
   InitPlan 1                                                   
     ->  LockRows                                               
-          Disabled Nodes: 2                                    
           ->  Append                                           
-                Disabled Nodes: 2                              
                 Subplans Removed: 2                            
                 ->  Index Scan using foo12_1_a on foo12_1 foo_1
                       Index Cond: (a = $1)                     
   ->  Function Scan on generate_series                         
-(11 rows)
+(9 rows)
 
 step s2lock: SELECT pg_advisory_lock(12345);
 pg_advisory_lock
@@ -218,13 +216,11 @@
...
test
[23:40:31.808] 102/310 postgresql:delay_execution / delay_execution/isolation                          ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/modules/delay_execution/expected/cached-plan-inval.out /Users/admin/pgsql/build/tes...
--- /Users/admin/pgsql/src/test/modules/delay_execution/expected/cached-plan-inval.out	2024-10-13 23:33:04
+++ /Users/admin/pgsql/build/testrun/delay_execution/isolation/results/cached-plan-inval.out	2024-10-13 23:37:21
@@ -184,14 +184,12 @@
   One-Time Filter: (InitPlan 1).col1                           
   InitPlan 1                                                   
     ->  LockRows                                               
-          Disabled Nodes: 2                                    
           ->  Append                                           
-                Disabled Nodes: 2                              
                 Subplans Removed: 2                            
                 ->  Index Scan using foo12_1_a on foo12_1 foo_1
                       Index Cond: (a = $1)                     
   ->  Function Scan on generate_series                         
-(11 rows)
+(9 rows)
 
 step s2lock: SELECT pg_advisory_lock(12345);
 pg_advisory_lock
@@ -218,13 +216,11 @@
...
test
[23:40:10.440] 102/310 postgresql:delay_execution / delay_execution/isolation                          ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/modules/delay_execution/expected/cached-plan-inval.out C:/cirrus/build/t...
--- C:/cirrus/src/test/modules/delay_execution/expected/cached-plan-inval.out	2024-10-13 23:33:12.437891400 +0000
+++ C:/cirrus/build/testrun/delay_execution/isolation/results/cached-plan-inval.out	2024-10-13 23:39:43.927012300 +0000
@@ -184,14 +184,12 @@
   One-Time Filter: (InitPlan 1).col1                           
   InitPlan 1                                                   
     ->  LockRows                                               
-          Disabled Nodes: 2                                    
           ->  Append                                           
-                Disabled Nodes: 2                              
                 Subplans Removed: 2                            
                 ->  Index Scan using foo12_1_a on foo12_1 foo_1
                       Index Cond: (a = $1)                     
   ->  Function Scan on generate_series                         
-(11 rows)
+(9 rows)
 
 step s2lock: SELECT pg_advisory_lock(12345);
 pg_advisory_lock
@@ -218,13 +216,11 @@
...
test
[23:45:16.805] 101/305 postgresql:delay_execution / delay_execution/isolation                          ERROR            ...
51/5061 New function rand_array() to contrib/tablefunc
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/tablefunc/expected/tablefunc.out /tmp/cirrus-ci-build/build/testrun/tablefunc/regr...
--- /tmp/cirrus-ci-build/contrib/tablefunc/expected/tablefunc.out	2024-10-13 21:08:38.238613000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/tablefunc/regress/results/tablefunc.out	2024-10-13 21:11:12.336070000 +0000
@@ -1,17 +1,20 @@
 CREATE EXTENSION tablefunc;
+ERROR:  extension "tablefunc" has no installation script nor update path for version "1.1"
 --
 -- normal_rand()
 -- no easy way to do this for regression testing
 --
 SELECT avg(normal_rand)::int, count(*) FROM normal_rand(100, 250, 0.2);
- avg | count 
------+-------
- 250 |   100
-(1 row)
-
+ERROR:  function normal_rand(integer, integer, numeric) does not exist
+LINE 1: SELECT avg(normal_rand)::int, count(*) FROM normal_rand(100,...
+                                                    ^
+HINT:  No function matches the given name and argument types. You might need to add explicit type casts.
...
test
[21:13:17.410]  92/310 postgresql:tablefunc / tablefunc/regress                                        ERROR            ...
Linux - Debian Bookworm - Meson
core
[21:16:02.453] #0  0x00007f5770aaed24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[21:16:02.453] #1  0x00007f5770a5b239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[21:16:02.453] #2  0x00007f5770b16184 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:16:02.453] #3  0x00007f5770b287dc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:16:02.453] #0  <unavailable> in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/contrib/tablefunc/expected/tablefunc.out /tmp/cirrus-ci-build/build/testrun/tablefunc/regr...
--- /tmp/cirrus-ci-build/contrib/tablefunc/expected/tablefunc.out	2024-10-13 21:08:34.415728593 +0000
+++ /tmp/cirrus-ci-build/build/testrun/tablefunc/regress/results/tablefunc.out	2024-10-13 21:13:21.299154175 +0000
@@ -1,17 +1,20 @@
 CREATE EXTENSION tablefunc;
+ERROR:  extension "tablefunc" has no installation script nor update path for version "1.1"
 --
 -- normal_rand()
 -- no easy way to do this for regression testing
 --
 SELECT avg(normal_rand)::int, count(*) FROM normal_rand(100, 250, 0.2);
- avg | count 
------+-------
- 250 |   100
-(1 row)
-
+ERROR:  function normal_rand(integer, integer, numeric) does not exist
+LINE 1: SELECT avg(normal_rand)::int, count(*) FROM normal_rand(100,...
+                                                    ^
+HINT:  No function matches the given name and argument types. You might need to add explicit type casts.
...
test
[21:15:05.884]  90/310 postgresql:tablefunc / tablefunc/regress                                        ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/contrib/tablefunc/expected/tablefunc.out C:/cirrus/build/testrun/tablefunc/regres...
--- C:/cirrus/contrib/tablefunc/expected/tablefunc.out	2024-10-13 21:08:47.890239000 +0000
+++ C:/cirrus/build/testrun/tablefunc/regress/results/tablefunc.out	2024-10-13 21:14:53.989542900 +0000
@@ -1,17 +1,20 @@
 CREATE EXTENSION tablefunc;
+ERROR:  extension "tablefunc" has no installation script nor update path for version "1.1"
 --
 -- normal_rand()
 -- no easy way to do this for regression testing
 --
 SELECT avg(normal_rand)::int, count(*) FROM normal_rand(100, 250, 0.2);
- avg | count 
------+-------
- 250 |   100
-(1 row)
-
+ERROR:  function normal_rand(integer, integer, numeric) does not exist
+LINE 1: SELECT avg(normal_rand)::int, count(*) FROM normal_rand(100,...
+                                                    ^
+HINT:  No function matches the given name and argument types. You might need to add explicit type casts.
...
test
[21:20:18.626]  89/305 postgresql:tablefunc / tablefunc/regress                                        ERROR            ...
50/5208 prefetching for nestloop / indexscan
FreeBSD - 13 - Meson
tap
[21:05:44.746](1.745s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[21:05:54.348] 291/310 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
Linux - Debian Bookworm - Autoconf
tap
[21:07:44.208](0.974s) not ok 1 - no parameters missing from postgresql.conf.sample
Linux - Debian Bookworm - Meson
tap
[21:08:01.836](0.443s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[21:08:11.982] 289/310 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
macOS - Sonoma - Meson
tap
[21:07:07.180](1.136s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[21:07:21.382] 291/310 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[21:11:58.146](1.595s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[21:12:19.969] 287/305 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
51/5196 Use function smgrclose() to replace the loop
CompilerWarnings
compiler
[18:39:39.371] smgr.c:282:13: error: unused variable 'forknum' [-Werror,-Wunused-variable]
compiler
[18:39:39.371] smgr.c:487:9: error: unused variable 'which' [-Werror,-Wunused-variable]
compiler
[18:39:31.179] smgr.c:487:9: error: unused variable 'which' [-Werror,-Wunused-variable]
compiler
[18:39:31.179] smgr.c:282:13: error: unused variable 'forknum' [-Werror,-Wunused-variable]
compiler
[18:39:00.487] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
compiler
[18:39:00.487] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable]
compiler
[18:38:51.434] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable]
compiler
[18:38:51.434] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
compiler
[18:40:01.975] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable]
compiler
[18:40:01.975] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
51/4308 SQL:2011 application time
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[15:36:09.841] c:\cirrus\src\backend\utils\cache\lsyscache.c(1713) : warning C4715: 'get_func_namespace': not all contro...
51/5174 Call rm_redo in a temporary memory context
CompilerWarnings
compiler
[14:36:40.261] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
compiler
[14:36:11.906] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
compiler
[14:40:15.562] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
50/4754 Add LSN <-> time conversion facility
CompilerWarnings
compiler
[13:02:34.036] pgstat_wal.c:362:48: error: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 2 has...
compiler
[13:02:34.036] pgstat_wal.c:545:26: error: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 2 has...
Linux - Debian Bookworm - Meson
core
[13:01:53.119] #0  0xf7fc6559 in __kernel_vsyscall ()
[13:01:53.119] #1  0xf69012f7 in ?? () from /lib/i386-linux-gnu/libc.so.6
[13:01:53.119] #2  0xf68b0111 in raise () from /lib/i386-linux-gnu/libc.so.6
[13:01:53.119] #3  0xf689926a in abort () from /lib/i386-linux-gnu/libc.so.6
[13:01:53.119] #4  0xf6abcd4a in __sanitizer::Abort () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_pos...
[13:01:53.119] #5  0xf6acb896 in __sanitizer::Die () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_termi...
[13:01:53.119] #6  0xf6aa9c5b in __ubsan::__ubsan_handle_nonnull_arg_abort (Data=<optimized out>) at ../../../../../src/...
[13:01:53.119] #7  0x568ca0f8 in fill_val (att=att@entry=0x59ee25c4, bit=<optimized out>, bitmask=bitmask@entry=0xffdfe5...
[13:01:53.119] #8  0x568cbeab in heap_fill_tuple (tupleDesc=0x59ee25b0, values=0xffdfe5b8, isnull=0xffdfe5b6, data=<opti...
[13:01:53.119] #9  0x568cda6c in heap_form_tuple (tupleDescriptor=0x59ee25b0, values=0xffdfe5b8, isnull=0xffdfe5b6) at ....
core
[13:01:53.837] #0  0xf7f7a559 in __kernel_vsyscall ()
[13:01:53.837] #1  0xf68b52f7 in ?? () from /lib/i386-linux-gnu/libc.so.6
[13:01:53.837] #2  0xf6864111 in raise () from /lib/i386-linux-gnu/libc.so.6
[13:01:53.837] #3  0xf684d26a in abort () from /lib/i386-linux-gnu/libc.so.6
[13:01:53.837] #4  0xf6a70d4a in __sanitizer::Abort () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_pos...
[13:01:53.837] #5  0xf6a7f896 in __sanitizer::Die () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_termi...
[13:01:53.837] #6  0xf6a5dc5b in __ubsan::__ubsan_handle_nonnull_arg_abort (Data=<optimized out>) at ../../../../../src/...
[13:01:53.837] #7  0x569390f8 in fill_val (att=att@entry=0x59ae40f4, bit=<optimized out>, bitmask=bitmask@entry=0xffaf86...
[13:01:53.837] #8  0x5693aeab in heap_fill_tuple (tupleDesc=0x59ae40e0, values=0xffaf86a8, isnull=0xffaf86a6, data=<opti...
[13:01:53.837] #9  0x5693ca6c in heap_form_tuple (tupleDescriptor=0x59ae40e0, values=0xffaf86a8, isnull=0xffaf86a6) at ....
core
[13:01:54.568] #0  0xf7fc4559 in __kernel_vsyscall ()
[13:01:54.568] #1  0xf68ff2f7 in ?? () from /lib/i386-linux-gnu/libc.so.6
[13:01:54.568] #2  0xf68ae111 in raise () from /lib/i386-linux-gnu/libc.so.6
[13:01:54.568] #3  0xf689726a in abort () from /lib/i386-linux-gnu/libc.so.6
[13:01:54.568] #4  0xf6abad4a in __sanitizer::Abort () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_pos...
[13:01:54.568] #5  0xf6ac9896 in __sanitizer::Die () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_termi...
[13:01:54.568] #6  0xf6aa7c5b in __ubsan::__ubsan_handle_nonnull_arg_abort (Data=<optimized out>) at ../../../../../src/...
[13:01:54.568] #7  0x5689d0f8 in fill_val (att=att@entry=0x59523f14, bit=<optimized out>, bitmask=bitmask@entry=0xff9ba7...
[13:01:54.568] #8  0x5689eeab in heap_fill_tuple (tupleDesc=0x59523f00, values=0xff9ba7a8, isnull=0xff9ba7a6, data=<opti...
[13:01:54.568] #9  0x568a0a6c in heap_form_tuple (tupleDescriptor=0x59523f00, values=0xff9ba7a8, isnull=0xff9ba7a6) at ....
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build-32/testrun/pg_upgr...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-13 12:50:08.885365135 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_join.out	2024-10-13 12:58:30....
@@ -3901,1331 +3901,10 @@
 -- Test cases where a partition on one side matches multiple partitions on
 -- the other side; we currently can't do partitioned join in such cases
 ALTER TABLE plt2_adv DETACH PARTITION plt2_adv_p2;
--- Split plt2_adv_p2 into two partitions so that plt1_adv_p2 matches both
-CREATE TABLE plt2_adv_p2_1 PARTITION OF plt2_adv FOR VALUES IN ('0004');
-CREATE TABLE plt2_adv_p2_2 PARTITION OF plt2_adv FOR VALUES IN ('0006');
-INSERT INTO plt2_adv SELECT i, i, to_char(i % 10, 'FM0000') FROM generate_series(1, 299) i WHERE i % 10 IN (4, 6);
-ANALYZE plt2_adv;
--- inner join
-EXPLAIN (COSTS OFF)
-SELECT t1.a, t1.c, t2.a, t2.c FROM plt1_adv t1 INNER JOIN plt2_adv t2 ON (t1.a = t2.a AND t1.c = t2.c) WHERE t1.b < 10 ...
-                      QUERY PLAN                      
-------------------------------------------------------
- Sort
-   Sort Key: t1.a
-   ->  Hash Join
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build-32/testrun/recover...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-13 12:50:08.885365135 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/recovery/027_stream_regress/data/results/partition_join.out	2024-10-13 12:59:0...
@@ -2876,2356 +2876,7 @@
 -- left join
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1_adv t1 LEFT JOIN prt2_adv t2 ON (t1.a = t2.b) WHERE t1.b = 0 ORDER BY t1.a, t2....
-                      QUERY PLAN                      
-------------------------------------------------------
- Sort
-   Sort Key: t1.a, t2.b
-   ->  Append
-         ->  Hash Right Join
-               Hash Cond: (t2_1.b = t1_1.a)
-               ->  Seq Scan on prt2_adv_p1 t2_1
-               ->  Hash
-                     ->  Seq Scan on prt1_adv_p1 t1_1
-                           Filter: (b = 0)
-         ->  Hash Right Join
-               Hash Cond: (t2_2.b = t1_2.a)
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build-32/testrun/regress...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-13 12:50:08.885365135 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/regress/regress/results/partition_join.out	2024-10-13 12:58:26.518302388 +0000
@@ -3478,1754 +3478,7 @@
 CREATE TABLE plt2_adv (a int, b int, c text) PARTITION BY LIST (c);
 CREATE TABLE plt2_adv_p1 PARTITION OF plt2_adv FOR VALUES IN ('0002', '0003');
 CREATE TABLE plt2_adv_p2 PARTITION OF plt2_adv FOR VALUES IN ('0004', '0006');
-CREATE TABLE plt2_adv_p3 PARTITION OF plt2_adv FOR VALUES IN ('0007', '0009');
-INSERT INTO plt2_adv SELECT i, i, to_char(i % 10, 'FM0000') FROM generate_series(1, 299) i WHERE i % 10 IN (2, 3, 4, 6,...
-ANALYZE plt2_adv;
--- inner join
-EXPLAIN (COSTS OFF)
-SELECT t1.a, t1.c, t2.a, t2.c FROM plt1_adv t1 INNER JOIN plt2_adv t2 ON (t1.a = t2.a AND t1.c = t2.c) WHERE t1.b < 10 ...
-                             QUERY PLAN                             
---------------------------------------------------------------------
- Sort
-   Sort Key: t1.a
-   ->  Append
-         ->  Hash Join
-               Hash Cond: ((t2_1.a = t1_1.a) AND (t2_1.c = t1_1.c))
...
tap
[12:58:30.481](62.564s) not ok 5 - regression tests pass
[12:58:34.811](4.313s) not ok 6 - dump before running pg_upgrade
tap
[12:59:02.049](61.025s) not ok 2 - regression tests pass
test
[13:00:46.347]  38/310 postgresql:regress / regress/regress                                            ERROR            ...
[13:00:46.347]  43/310 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[13:00:46.347] 111/310 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
51/5283 Replace IN VALUES with ANY in WHERE clauses during optimization
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/subselect.out C:/cirrus/build/testrun/regress/regress/r...
--- C:/cirrus/src/test/regress/expected/subselect.out	2024-10-13 11:39:29.427514900 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/subselect.out	2024-10-13 11:42:05.580395500 +0000
@@ -2313,15 +2313,16 @@
 EXPLAIN (COSTS OFF)
 SELECT c.oid,c.relname FROM pg_class c JOIN pg_am a USING (oid)
 WHERE c.oid IN (VALUES (1), (2));
-                          QUERY PLAN                           
----------------------------------------------------------------
- Hash Join
-   Hash Cond: (a.oid = c.oid)
-   ->  Seq Scan on pg_am a
-   ->  Hash
-         ->  Index Scan using pg_class_oid_index on pg_class c
-               Index Cond: (oid = ANY ('{1,2}'::integer[]))
-(6 rows)
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (c.oid = a.oid)
...
test
[11:53:03.072]   6/305 postgresql:regress / regress/regress                                            ERROR           1...
51/5272 Truncate logs by max_log_size
CompilerWarnings
compiler
[09:47:34.023] elog.c:1699:9: error: initializing 'char *' with an expression of type 'const char *' discards qualifiers...
compiler
[09:45:36.112] elog.c:1699:9: error: initializing 'char *' with an expression of type 'const char *' discards qualifiers...
compiler
[09:43:03.876] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar...
compiler
[09:41:11.790] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar...
compiler
[09:51:19.425] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar...
51/4964 Reduce the log spam by excluding certain SQLSTATEs
Linux - Debian Bookworm - Meson
core
[09:25:42.826] #0  0x00007fdee61b0d24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[09:25:42.826] #1  0x00007fdee615d239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[09:25:42.826] #2  0x00007fdee615d497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[09:25:42.826] #3  0x000055ff160625c1 in ?? ()
[09:25:42.826] #4  0x000055ff1605c369 in ?? ()
[09:25:42.826] #5  0x000055ff1605b20f in ?? ()
[09:25:42.826] #6  0x000055ff1605bc3b in ?? ()
[09:25:42.826] #7  0x000055ff1605966f in ?? ()
[09:25:42.826] #8  0x00007fdee614824a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:25:42.826] #9  0x00007fdee6148305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[09:25:42.936] #0  <unavailable> in ?? ()
core
[09:25:42.936] #0  0x00007fdee61b0d24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[09:25:42.936] #1  0x00007fdee615d239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[09:25:42.936] #2  0x00007fdee615d497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[09:25:42.936] #3  0x000055ff160625f3 in ?? ()
[09:25:42.936] #4  0x000055ff1605c369 in ?? ()
[09:25:42.936] #5  0x000055ff1605b20f in ?? ()
[09:25:42.936] #6  0x000055ff1605bc3b in ?? ()
[09:25:42.936] #7  0x000055ff1605966f in ?? ()
[09:25:42.936] #8  0x00007fdee614824a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:25:42.936] #9  0x00007fdee6148305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
tap
[09:24:33.389](1.861s) Bail out!  pg_ctl restart failed
test
[09:24:39.985] 302/310 postgresql:ssl / ssl/003_sslinfo                                                ERROR            ...
51/5246 Allow SQL functions use CachedPlan machinery
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upg...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-10-13 08:22:11.328722000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/xml.out	2024-10-13 08:23:40.640157000 +000...
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-10-13 08:22:11.328722000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/xml.out	2024-10-13 08:24:22.502792000 +0...
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/regress/regress/resul...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-10-13 08:22:11.328722000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/xml.out	2024-10-13 08:23:38.668466000 +0000
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
tap
[08:23:59.587](65.271s) not ok 5 - regression tests pass
tap
[08:24:38.730](67.182s) not ok 2 - regression tests pass
test
[08:26:35.568]  40/310 postgresql:regress / regress/regress                                            ERROR            ...
[08:26:35.568]  88/310 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[08:26:35.568] 151/310 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/result...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-10-13 08:22:12.430244485 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/xml.out	2024-10-13 08:27:23.236274598 +0000
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-10-13 08:22:12.430244485 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/xml.out	2024-10-13 08:28:44.460090599 +0000
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/src/test/regress/results/xml.out
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-10-13 08:22:12.430244485 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/xml.out	2024-10-13 08:25:11.636408520 +0000
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
tap
[08:27:30.394](104.181s) not ok 5 - regression tests pass
tap
[08:28:50.066](56.414s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upg...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-10-13 08:22:10.575822090 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/xml.out	2024-10-13 08:24:29.226697223 +000...
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-10-13 08:22:10.575822090 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/xml.out	2024-10-13 08:25:05.702420207 +0...
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/regress/regress/resul...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-10-13 08:22:10.575822090 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/xml.out	2024-10-13 08:24:23.418727375 +0000
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
tap
[08:24:40.858](68.925s) not ok 5 - regression tests pass
tap
[08:25:14.761](70.854s) not ok 2 - regression tests pass
test
[08:26:55.491]  41/310 postgresql:regress / regress/regress                                            ERROR            ...
[08:26:55.491] 123/310 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[08:26:55.491] 153/310 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/xml.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade...
--- /Users/admin/pgsql/src/test/regress/expected/xml.out	2024-10-13 08:22:08
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/xml.out	2024-10-13 08:24:13
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/xml.out /Users/admin/pgsql/build/testrun/recovery/027_stream_regre...
--- /Users/admin/pgsql/src/test/regress/expected/xml.out	2024-10-13 08:22:08
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/xml.out	2024-10-13 08:25:26
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/xml.out /Users/admin/pgsql/build/testrun/regress/regress/results/x...
--- /Users/admin/pgsql/src/test/regress/expected/xml.out	2024-10-13 08:22:08
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/xml.out	2024-10-13 08:24:13
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
tap
[08:24:23.952](54.444s) not ok 5 - regression tests pass
tap
[08:25:38.088](72.310s) not ok 2 - regression tests pass
test
[08:28:24.301]  26/310 postgresql:regress / regress/regress                                            ERROR            ...
[08:28:24.301]  47/310 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[08:28:24.301] 142/310 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
51/5117 VACUUM FULL / CLUSTER CONCURRENTLY
CompilerWarnings
compiler
[07:23:32.898] cluster.c:2638:48: error: ‘entry’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[07:22:40.397] cluster.c:2638:48: error: ‘entry’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[07:29:48.681] cluster.c:2638:48: error: ‘entry’ may be used uninitialized [-Werror=maybe-uninitialized]
FreeBSD - 13 - Meson
assertion
TRAP: failed Assert("!OidIsValid(clustered_rel)"), File: "../src/backend/commands/cluster.c", Line: 2472, PID: 22269
core
[07:28:29.216] #0  0x000000082c6de41a in thr_kill () from /lib/libc.so.7
[07:28:29.216] #1  0x000000082c657e64 in raise () from /lib/libc.so.7
[07:28:29.216] #2  0x000000082c7086f9 in abort () from /lib/libc.so.7
[07:28:29.216] #3  0x0000000000a97795 in ExceptionalCondition (conditionName=0x2e6abe "!OidIsValid(clustered_rel)", file...
[07:28:29.216] #4  0x00000000006c92a9 in begin_concurrent_cluster (rel_p=0x8210eb798, index_p=0x8210eb760, entered_p=<op...
[07:28:29.216] #5  cluster_rel (OldHeap=0x83497f6e0, indexOid=indexOid@entry=20793, params=params@entry=0x8210eb854, isT...
[07:28:29.216] #6  0x00000000006c68ce in cluster (pstate=pstate@entry=0x834849500, stmt=stmt@entry=0x83483ce58, isTopLev...
[07:28:29.216] #7  0x00000000009425f4 in standard_ProcessUtility (pstmt=0x83483c4f8, queryString=0x83483b100 "\n\tCLUSTE...
[07:28:29.216] #8  0x00000000009422f8 in ProcessUtility (pstmt=0x18dcd, queryString=0x6 <error: Cannot access memory at ...
[07:28:29.216] #9  0x0000000000941e33 in PortalRunUtility (portal=0x834912100, pstmt=0x83483c4f8, isTopLevel=<optimized ...
core
[07:28:28.377] #0  0x000000082ac298fa in _sigprocmask () from /lib/libc.so.7
[07:28:28.377] #1  0x000000082ac62f91 in _system () from /lib/libc.so.7
[07:28:28.377] #2  0x00000008270229d3 in ?? () from /lib/libthr.so.3
[07:28:28.377] #3  0x000000000066b205 in RestoreArchivedFile (path=path@entry=0x82176e1d0 "pg_wal/0+$7", xlogfname=xlogf...
[07:28:28.377] #4  0x00000000006769ee in XLogFileRead (segno=segno@entry=6, tli=tli@entry=1, source=source@entry=XLOG_FR...
[07:28:28.377] #5  0x00000000006726cc in XLogFileReadAnyTLI (segno=6, source=XLOG_FROM_ANY) at ../src/backend/access/tra...
[07:28:28.377] #6  WaitForWALToBecomeAvailable (RecPtr=100671488, tliRecPtr=100683584, replayTLI=1, replayLSN=100683584,...
[07:28:28.377] #7  XLogPageRead (xlogreader=0x834b681c0, targetPagePtr=100663296, reqLen=8192, targetRecPtr=100683584, r...
[07:28:28.377] #8  0x0000000000679656 in ReadPageInternal (state=state@entry=0x834b681c0, pageptr=100679680, reqLen=3928...
[07:28:28.377] #9  0x0000000000678542 in XLogDecodeNextRecord (state=0x834b681c0, nonblocking=false) at ../src/backend/a...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/cluster.out /tmp/cirrus-ci-build/build/testrun/...
--- /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/cluster.out	2024-10-13 07:22:02.302177000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/injection_points/isolation/results/cluster.out	2024-10-13 07:25:22.017820000 +000...
@@ -8,7 +8,8 @@
 
 step wait_before_lock: 
 	CLUSTER (CONCURRENTLY) clstr_test USING clstr_test_pkey;
- <waiting ...>
+
+ERROR:  file of relation "clstr_test" changed by another transaction
 step change_existing: 
 	UPDATE clstr_test SET i=10 where i=1;
 	UPDATE clstr_test SET j=20 where i=2;
@@ -63,12 +64,7 @@
 step wakeup_before_lock: 
 	SELECT injection_points_wakeup('cluster-concurrently-before-lock');
 
-injection_points_wakeup
------------------------
-                       
...
test
[07:27:25.448] 310/310 postgresql:injection_points / injection_points/isolation                        ERROR           1...
Linux - Debian Bookworm - Meson
core
[07:30:32.954] #0  0x00007f40db8a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:30:32.954] #1  0x00007f40db85afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:30:32.954] #2  0x00007f40db845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:30:32.954] #3  0x00007f40dba1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[07:30:32.954] #4  0x00007f40dba2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[07:30:32.954] #5  0x00007f40dba0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x7f40cfe7d8c0,...
[07:30:32.954] #6  0x00007f40cfe797b2 in store_change (ctx=ctx@entry=0x560502c48180, kind=kind@entry=CHANGE_UPDATE_OLD, ...
[07:30:32.954] #7  0x00007f40cfe79e73 in plugin_change (ctx=0x560502c48180, txn=<optimized out>, relation=<optimized out...
[07:30:32.954] #8  0x00005604c45f261c in change_cb_wrapper (cache=<optimized out>, txn=<optimized out>, relation=<optimi...
[07:30:32.954] #9  0x00005604c45ff87e in ReorderBufferApplyChange (rb=rb@entry=0x560502d00ae0, txn=txn@entry=0x560502c6f...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/cluster.out /tmp/cirrus-ci-build/build/testrun/...
--- /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/cluster.out	2024-10-13 07:21:59.943826193 +0000
+++ /tmp/cirrus-ci-build/build/testrun/injection_points/isolation/results/cluster.out	2024-10-13 07:27:46.826100865 +000...
@@ -68,118 +68,7 @@
                        
 (1 row)
 
-step wait_before_lock: <... completed>
-step check1: 
-	INSERT INTO relfilenodes(node)
-	SELECT relfilenode FROM pg_class WHERE relname='clstr_test';
-
-	SELECT count(DISTINCT node) FROM relfilenodes;
-
-	SELECT i, j FROM clstr_test ORDER BY i, j;
-
-	INSERT INTO data_s1(_xmin, _cmin, i, j)
-	SELECT xmin, cmin, i, j FROM clstr_test;
-
-	SELECT count(*)
...
test
[07:29:28.545] 114/310 postgresql:injection_points / injection_points/isolation                        ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[07:23:12.495] ../src/backend/commands/cluster.c(4447): warning C4129: '%': unrecognized character escape sequence
51/5004 CREATE INDEX CONCURRENTLY for partitioned tables
FreeBSD - 13 - Meson
core
[07:15:38.025] #0  0x00000008294418fa in _sigprocmask () from /lib/libc.so.7
[07:15:38.025] #1  0x000000082947af91 in _system () from /lib/libc.so.7
[07:15:38.025] #2  0x0000000828ebb9d3 in ?? () from /lib/libthr.so.3
[07:15:38.025] #3  0x0000000000669a45 in RestoreArchivedFile (path=path@entry=0x820efe1d0 "pg_wal/00000002", '0' <repeat...
[07:15:38.025] #4  0x0000000000650ae8 in existsTimeLineHistory (probeTLI=probeTLI@entry=3) at ../src/backend/access/tran...
[07:15:38.025] #5  0x0000000000650ba8 in findNewestTimeLine (startTLI=startTLI@entry=2) at ../src/backend/access/transam...
[07:15:38.025] #6  0x0000000000674fcb in rescanLatestTimeLine (replayTLI=replayTLI@entry=2, replayLSN=replayLSN@entry=67...
[07:15:38.025] #7  0x00000000006711b3 in WaitForWALToBecomeAvailable (RecPtr=67210840, tliRecPtr=67210816, replayTLI=2, ...
[07:15:38.025] #8  XLogPageRead (xlogreader=0x8347b0130, targetPagePtr=67207168, reqLen=3672, targetRecPtr=67210816, rea...
[07:15:38.025] #9  0x0000000000677f12 in ReadPageInternal (state=state@entry=0x8347b0130, pageptr=67207168, reqLen=3672)...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_p...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-10-13 06:57:12.759454000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/indexing.out	2024-10-13 06:58:50.475809000...
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/recovery/027_str...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-10-13 06:57:12.759454000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/indexing.out	2024-10-13 06:59:29.1918400...
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/regress/regress/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-10-13 06:57:12.759454000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/indexing.out	2024-10-13 06:58:48.289323000 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[06:58:52.878](59.634s) not ok 5 - regression tests pass
tap
[06:59:31.348](62.735s) not ok 2 - regression tests pass
test
[07:14:31.060]  40/310 postgresql:regress / regress/regress                                            ERROR            ...
[07:14:31.060]  73/310 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[07:14:31.060] 138/310 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[07:14:31.060] 310/310 postgresql:isolation / isolation/isolation                                      TIMEOUT        10...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-10-13 06:57:11.026582756 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/indexing.out	2024-10-13 07:01:28.980732643 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/partitioned-cic.out /tmp/cirrus-ci-build/src/test/isolation/ou...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/partitioned-cic.out	2024-10-13 06:57:10.866211259 +0000
+++ /tmp/cirrus-ci-build/src/test/isolation/output_iso/results/partitioned-cic.out	2024-10-13 07:24:09.006042474 +0000
@@ -3,10 +3,14 @@
 starting permutation: lock_p1 cic insert drop2 commit chk_content
 step lock_p1: lock cictab_part_1 in row exclusive mode;
 step cic: CREATE INDEX CONCURRENTLY ON cictab(i); <waiting ...>
-step insert: insert into cictab values (1, 1), (11, 1);
-step drop2: DROP TABLE cictab_part_2;
+step insert: insert into cictab values (1, 1), (11, 1); <waiting ...>
+isolationtester: canceling step insert after 360 seconds
+step insert: <... completed>
+ERROR:  canceling statement due to user request
+step drop2: DROP TABLE cictab_part_2; <waiting ...>
 step commit: COMMIT;
 step cic: <... completed>
+step drop2: <... completed>
 step chk_content: 
   set enable_seqscan to off;
   explain (costs off) select * from cictab where i > 0;
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/src/test/regress/results/index...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-10-13 06:57:11.026582756 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/indexing.out	2024-10-13 07:00:19.097004127 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[07:01:31.096](91.617s) not ok 5 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_p...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-10-13 06:57:13.995541761 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/indexing.out	2024-10-13 06:59:44.132936650...
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/recovery/027_str...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-10-13 06:57:13.995541761 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/indexing.out	2024-10-13 07:00:13.3014971...
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/regress/regress/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-10-13 06:57:13.995541761 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/indexing.out	2024-10-13 06:59:38.476848592 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[06:59:46.147](70.784s) not ok 5 - regression tests pass
tap
[07:00:15.179](64.347s) not ok 2 - regression tests pass
test
[07:15:12.307]  40/310 postgresql:regress / regress/regress                                            ERROR            ...
[07:15:12.307]  92/310 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[07:15:12.307] 138/310 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[07:15:12.307] 310/310 postgresql:isolation / isolation/isolation                                      TIMEOUT        10...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/indexing.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_up...
--- /Users/admin/pgsql/src/test/regress/expected/indexing.out	2024-10-13 06:57:11
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/indexing.out	2024-10-13 06:59:24
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/indexing.out /Users/admin/pgsql/build/testrun/recovery/027_stream_...
--- /Users/admin/pgsql/src/test/regress/expected/indexing.out	2024-10-13 06:57:11
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/indexing.out	2024-10-13 07:00:32
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/indexing.out /Users/admin/pgsql/build/testrun/regress/regress/resu...
--- /Users/admin/pgsql/src/test/regress/expected/indexing.out	2024-10-13 06:57:11
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/indexing.out	2024-10-13 06:59:23
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[06:59:27.125](58.934s) not ok 5 - regression tests pass
tap
[07:00:34.985](67.500s) not ok 2 - regression tests pass
test
[07:15:04.899]  27/310 postgresql:regress / regress/regress                                            ERROR            ...
[07:15:04.899]  46/310 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[07:15:04.899] 119/310 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[07:15:04.899] 310/310 postgresql:isolation / isolation/isolation                                      TIMEOUT        10...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/indexing.out C:/cirrus/build/testrun/pg_upgrade/002_pg_...
--- C:/cirrus/src/test/regress/expected/indexing.out	2024-10-13 06:57:25.172288500 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/indexing.out	2024-10-13 07:01:07.077805300 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/indexing.out C:/cirrus/build/testrun/recovery/027_strea...
--- C:/cirrus/src/test/regress/expected/indexing.out	2024-10-13 06:57:25.172288500 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/indexing.out	2024-10-13 07:03:25.471953000 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/indexing.out C:/cirrus/build/testrun/regress/regress/re...
--- C:/cirrus/src/test/regress/expected/indexing.out	2024-10-13 06:57:25.172288500 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/indexing.out	2024-10-13 07:01:01.619797500 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[07:01:16.135](112.603s) not ok 5 - regression tests pass
tap
[07:03:32.174](120.702s) not ok 2 - regression tests pass
test
[07:15:57.266]  22/305 postgresql:regress / regress/regress                                            ERROR           1...
[07:15:57.266]  36/305 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[07:15:57.266]  78/305 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
[07:15:57.266] 305/305 postgresql:isolation / isolation/isolation                                      TIMEOUT        10...
50/5270 jsonpath string methods: lower, upper, initcap, l/r/btrim, replace, split_part
CompilerWarnings
compiler
[06:03:19.462] jsonpath_exec.c:2829:13: error: mixing declarations and code is incompatible with standards before C99 [-...
compiler
[06:01:53.070] jsonpath_exec.c:2829:13: error: mixing declarations and code is incompatible with standards before C99 [-...
compiler
[06:00:08.374] jsonpath_exec.c:2829:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta...
compiler
[05:58:46.817] jsonpath_exec.c:2829:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta...
compiler
[06:05:49.251] jsonpath_exec.c:2829:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta...
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out /tmp/cirrus-ci-build/build-32/testrun/pg_upgr...
--- /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out	2024-10-13 05:57:05.201332762 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/pg_upgrade/002_pg_upgrade/data/results/jsonb_jsonpath.out	2024-10-13 06:03:07....
@@ -3078,7 +3078,7 @@
 select jsonb_path_query('"abc~@~def~@~ghi"', '$.split_part("~@~", 2)');
  jsonb_path_query 
 ------------------
- "def"
+ ""
 (1 row)
 
 -- Test string methods play nicely together
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out /tmp/cirrus-ci-build/build-32/testrun/recover...
--- /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out	2024-10-13 05:57:05.201332762 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/recovery/027_stream_regress/data/results/jsonb_jsonpath.out	2024-10-13 06:03:4...
@@ -3078,7 +3078,7 @@
 select jsonb_path_query('"abc~@~def~@~ghi"', '$.split_part("~@~", 2)');
  jsonb_path_query 
 ------------------
- "def"
+ ""
 (1 row)
 
 -- Test string methods play nicely together
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out /tmp/cirrus-ci-build/build-32/testrun/regress...
--- /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out	2024-10-13 05:57:05.201332762 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/regress/regress/results/jsonb_jsonpath.out	2024-10-13 06:02:57.964052994 +0000
@@ -3078,7 +3078,7 @@
 select jsonb_path_query('"abc~@~def~@~ghi"', '$.split_part("~@~", 2)');
  jsonb_path_query 
 ------------------
- "def"
+ ""
 (1 row)
 
 -- Test string methods play nicely together
tap
[06:03:25.010](72.387s) not ok 5 - regression tests pass
tap
[06:03:56.694](69.000s) not ok 2 - regression tests pass
test
[06:05:47.573]  38/310 postgresql:regress / regress/regress                                            ERROR            ...
[06:05:47.573] 120/310 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[06:05:47.573] 148/310 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
51/4886 CREATE DATABASE ... STRATEGY=FILE_CLONE
Linux - Debian Bookworm - Meson
tap
[04:29:00.292](1.923s) Bail out!  pg_ctl restart failed
test
[04:29:07.209] 303/310 postgresql:ssl / ssl/003_sslinfo                                                ERROR            ...
51/5294 Add “FOR UPDATE NOWAIT” lock details to the log.
CompilerWarnings
compiler
[01:55:02.707] proc.c:1240:3: error: implicit declaration of function 'CollectLockHoldersAndWaiters' is invalid in C99 [...
compiler
[01:55:02.707] proc.c:1127:5: error: unused variable 'first_waiter' [-Werror,-Wunused-variable]
compiler
[01:55:02.707] proc.c:1982:1: error: conflicting types for 'CollectLockHoldersAndWaiters'
compiler
[01:55:02.707] proc.c:1126:8: error: unused variable 'first_holder' [-Werror,-Wunused-variable]
compiler
[01:55:02.707] proc.c:1549:4: error: implicit declaration of function 'CollectLockHoldersAndWaiters' is invalid in C99 [...
compiler
[01:54:47.020] proc.c:1126:8: error: unused variable 'first_holder' [-Werror,-Wunused-variable]
compiler
[01:54:47.020] proc.c:1240:3: error: implicit declaration of function 'CollectLockHoldersAndWaiters' is invalid in C99 [...
compiler
[01:54:47.020] proc.c:1549:4: error: implicit declaration of function 'CollectLockHoldersAndWaiters' is invalid in C99 [...
compiler
[01:54:47.020] proc.c:1127:5: error: unused variable 'first_waiter' [-Werror,-Wunused-variable]
compiler
[01:54:47.020] proc.c:1982:1: error: conflicting types for 'CollectLockHoldersAndWaiters'
compiler
[01:54:03.821] proc.c:1982:1: error: no previous prototype for ‘CollectLockHoldersAndWaiters’ [-Werror=missing-prototype...
compiler
[01:54:03.821] proc.c:1982:1: error: conflicting types for ‘CollectLockHoldersAndWaiters’; have ‘void(PROCLOCK *, LOCK *...
compiler
[01:54:03.821] proc.c:1240:17: error: implicit declaration of function ‘CollectLockHoldersAndWaiters’ [-Werror=implicit-...
compiler
[01:54:03.821] proc.c:1126:25: error: unused variable ‘first_holder’ [-Werror=unused-variable]
compiler
[01:54:03.821] proc.c:1127:33: error: unused variable ‘first_waiter’ [-Werror=unused-variable]
compiler
[01:53:49.082] proc.c:1240:17: error: implicit declaration of function ‘CollectLockHoldersAndWaiters’ [-Werror=implicit-...
compiler
[01:53:49.082] proc.c:1982:1: error: conflicting types for ‘CollectLockHoldersAndWaiters’; have ‘void(PROCLOCK *, LOCK *...
compiler
[01:53:49.082] proc.c:1982:1: error: no previous prototype for ‘CollectLockHoldersAndWaiters’ [-Werror=missing-prototype...
compiler
[01:53:49.082] proc.c:1126:25: error: unused variable ‘first_holder’ [-Werror=unused-variable]
compiler
[01:53:49.082] proc.c:1127:33: error: unused variable ‘first_waiter’ [-Werror=unused-variable]
compiler
[01:55:35.905] proc.c:1982:1: error: conflicting types for ‘CollectLockHoldersAndWaiters’; have ‘void(PROCLOCK *, LOCK *...
compiler
[01:55:35.905] proc.c:1126:25: error: unused variable ‘first_holder’ [-Werror=unused-variable]
compiler
[01:55:35.905] proc.c:1240:17: error: implicit declaration of function ‘CollectLockHoldersAndWaiters’ [-Werror=implicit-...
compiler
[01:55:35.905] proc.c:1982:1: error: no previous prototype for ‘CollectLockHoldersAndWaiters’ [-Werror=missing-prototype...
compiler
[01:55:35.905] proc.c:1127:33: error: unused variable ‘first_waiter’ [-Werror=unused-variable]
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[01:54:17.993] ../src/backend/storage/lmgr/proc.c(1982): error C2371: 'CollectLockHoldersAndWaiters': redefinition; diff...
50/5292 Remove unlogged materialized view persistence handling
macOS - Sonoma - Meson
core
[01:59:56.655]   * frame #0: 0x00000001004a0b70 dyld`_dyld_start
tap
[01:54:22.105](0.000s) not ok 105 - schema exclusion pattern overrides all inclusion patterns stderr /(?^:pg_amcheck: wa...
[01:54:22.105](0.000s) not ok 106 - schema exclusion pattern overrides all inclusion patterns stderr /(?^:pg_amcheck: er...
test
[01:56:52.259] 138/310 postgresql:pg_amcheck / pg_amcheck/002_nonesuch                                 ERROR            ...
51/4390 add not_before and not_after timestamps to sslinfo extension and pg_stat_ssl
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[00:02:02.616] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notAfter referenced in...
compiler
[00:02:02.616] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notBefore referenced i...
compiler
[00:01:45.175] ../src/backend/libpq/be-secure-openssl.c(1545): warning C4024: 'ASN1_TIME_to_timestamptz': different type...
compiler
[00:01:45.175] ../src/backend/libpq/be-secure-openssl.c(1545): warning C4047: 'function': 'ASN1_TIME *' differs in level...
compiler
[00:01:45.143] ../src/backend/libpq/be-secure-openssl.c(1536): warning C4024: 'ASN1_TIME_to_timestamptz': different type...
compiler
[00:01:45.143] ../src/backend/libpq/be-secure-openssl.c(1536): warning C4047: 'function': 'ASN1_TIME *' differs in level...
51/3461 In-place persistence change of a relation (fast ALTER TABLE ... SET LOGGED with wal_level=minimal)
CompilerWarnings
compiler
[23:26:18.230] simpleundolog.c:69:14: error: no previous extern declaration for non-static variable 'UndoRoutines' [-Wer...
compiler
[23:24:45.711] simpleundolog.c:69:14: error: no previous extern declaration for non-static variable 'UndoRoutines' [-Wer...
Linux - Debian Bookworm - Meson
core
[23:27:51.581] #0  0x00007fecb92a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[23:27:51.581] #1  0x00007fecb925afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[23:27:51.581] #2  0x00007fecb9245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[23:27:51.581] #3  0x00007fecb941e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[23:27:51.581] #4  0x00007fecb942aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[23:27:51.581] #5  0x00007fecb940d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55d05ef32ca0,...
[23:27:51.581] #6  0x000055d05e028e3c in ParseCommitRecord (info=<optimized out>, xlrec=<optimized out>, parsed=parsed@e...
[23:27:51.581] #7  0x000055d05e07d2a8 in xact_redo (record=0x55d0762a0500) at ../src/backend/access/transam/xact.c:6430
[23:27:51.581] #8  0x000055d05e0a086f in ApplyWalRecord (xlogreader=0x55d0762a0500, record=record@entry=0x7fecb4d45878, ...
[23:27:51.581] #9  0x000055d05e0a64b7 in PerformWalRecovery () at ../src/backend/access/transam/xlogrecovery.c:1823
tap
[23:26:47.484](231.178s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /tmp/cirrus-ci-build/src/test/recovery/t/027_stream_regress.pl line 103.
test
[23:26:47.689] 310/310 postgresql:recovery / recovery/027_stream_regress                               ERROR           3...
50/5021 Detection and resolution of logical replication conflict
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[22:46:26.160](0.595s) Bail out!  pg_ctl start failed
test
[22:50:13.153] 173/306 postgresql:pg_rewind / pg_rewind/002_databases                                  ERROR            ...
51/5070 Incorrect error message for cancellation triggered by statement_timeout & flaky test
CompilerWarnings
compiler
[22:15:36.415] backend_startup.c:270:63: error: variable 'status' is uninitialized when used here [-Werror,-Wuninitializ...
compiler
[22:15:36.415] backend_startup.c:270:63: error: data argument not used by format string [-Werror,-Wformat-extra-args]
compiler
[22:15:27.926] backend_startup.c:270:63: error: variable 'status' is uninitialized when used here [-Werror,-Wuninitializ...
compiler
[22:15:27.926] backend_startup.c:270:63: error: data argument not used by format string [-Werror,-Wformat-extra-args]
compiler
[22:14:56.859] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args]
compiler
[22:14:56.859] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit...
compiler
[22:14:48.526] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit...
compiler
[22:14:48.526] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args]
compiler
[22:15:59.718] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args]
compiler
[22:15:59.718] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit...
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[22:15:36.223] c:\cirrus\src\backend\tcop\backend_startup.c(270) : warning C4700: uninitialized local variable 'status' ...
51/4720 "unexpected duplicate for tablespace" problem in logical replication
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/00...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-10-12 21:57:10.930160000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_table.out	2024-10-12 21:58:44.333090...
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37712 |            |             0 |       37712 | pktable_pkey
+ 37709 |            |             0 |       37709 | pktable
+ 37716 |            |             0 |       37716 | fktable
+ 38218 |            |             0 |       38230 | foo
+ 38236 |            |             0 |       38236 | pg_toast_38218_index
+ 38234 |            |             0 |       38234 | pg_toast_38218
+ 38467 |            |             0 |       38467 | old_oids
+ 38505 |            |             0 |       38505 | pg_toast_38502
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/recovery/027_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-10-12 21:57:10.930160000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/alter_table.out	2024-10-12 21:59:30.1067...
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37599 |            |             0 |       37599 | pktable_pkey
+ 37596 |            |             0 |       37596 | pktable
+ 37603 |            |             0 |       37603 | fktable
+ 38233 |            |             0 |       38238 | foo
+ 38242 |            |             0 |       38242 | pg_toast_38233_index
+ 38241 |            |             0 |       38241 | pg_toast_38233
+ 38462 |            |             0 |       38462 | old_oids
+ 38479 |            |             0 |       38479 | pg_toast_38476
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/regress/regre...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-10-12 21:57:10.930160000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/alter_table.out	2024-10-12 21:58:45.219825000 +0000
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37620 |            |             0 |       37620 | pktable_pkey
+ 37617 |            |             0 |       37617 | pktable
+ 37626 |            |             0 |       37626 | fktable
+ 38251 |            |             0 |       38251 | pg_toast_38240_index
+ 38250 |            |             0 |       38250 | pg_toast_38240
+ 38240 |            |             0 |       38247 | foo
+ 38459 |            |             0 |       38459 | old_oids
+ 38476 |            |             0 |       38476 | pg_toast_38473
...
tap
[21:58:52.264](59.184s) not ok 5 - regression tests pass
tap
[21:59:38.165](69.104s) not ok 2 - regression tests pass
test
[22:01:31.816]  40/310 postgresql:regress / regress/regress                                            ERROR            ...
[22:01:31.816]  77/310 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[22:01:31.816] 150/310 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_chec...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-10-12 21:57:07.355928269 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/alter_table.out	2024-10-12 22:02:14.115885278 +0000
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37812 |            |             0 |       37812 | pktable_pkey
+ 37806 |            |             0 |       37806 | pktable
+ 37816 |            |             0 |       37816 | fktable
+ 38313 |            |             0 |       38318 | foo
+ 38322 |            |             0 |       38322 | pg_toast_38313_index
+ 38321 |            |             0 |       38321 | pg_toast_38313
+ 38531 |            |             0 |       38531 | old_oids
+ 38548 |            |             0 |       38548 | pg_toast_38545
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/src/test/recovery/tmp_check...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-10-12 21:57:07.355928269 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/alter_table.out	2024-10-12 22:04:03.755491579 +0000
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37777 |            |             0 |       37777 | pktable_pkey
+ 37774 |            |             0 |       37774 | pktable
+ 37779 |            |             0 |       37779 | fktable
+ 38275 |            |             0 |       38281 | foo
+ 38285 |            |             0 |       38285 | pg_toast_38275_index
+ 38284 |            |             0 |       38284 | pg_toast_38275
+ 38497 |            |             0 |       38497 | old_oids
+ 38525 |            |             0 |       38525 | pg_toast_38522
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/src/test/regress/results/al...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-10-12 21:57:07.355928269 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/alter_table.out	2024-10-12 22:00:22.672985453 +0000
@@ -3491,9 +3491,29 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37865 |            |             0 |       37865 | users_id_seq
+ 37871 |            |             0 |       37871 | pg_toast_37867
+ 37872 |            |             0 |       37872 | pg_toast_37867_index
+ 37867 |            |             0 |       37867 | users
+ 38051 |            |             0 |       38051 | foo
+ 38435 |            |             0 |       38435 | forc_test
+ 38828 |            |             0 |       38828 | pg_toast_38825
+ 38829 |            |             0 |       38829 | pg_toast_38825_index
...
tap
[22:02:22.425](112.427s) not ok 5 - regression tests pass
tap
[22:04:11.165](54.131s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/00...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-10-12 21:57:10.727056645 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_table.out	2024-10-12 21:59:36.165234...
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37716 |            |             0 |       37716 | pktable_pkey
+ 37712 |            |             0 |       37712 | pktable
+ 37718 |            |             0 |       37718 | fktable
+ 38191 |            |             0 |       38201 | foo
+ 38206 |            |             0 |       38206 | pg_toast_38191_index
+ 38204 |            |             0 |       38204 | pg_toast_38191
+ 38424 |            |             0 |       38424 | old_oids
+ 38444 |            |             0 |       38444 | pg_toast_38441
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/recovery/027_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-10-12 21:57:10.727056645 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/alter_table.out	2024-10-12 22:00:08.7332...
@@ -3491,9 +3491,29 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37740 |            |             0 |       37740 | users_id_seq
+ 37745 |            |             0 |       37745 | pg_toast_37741
+ 37746 |            |             0 |       37746 | pg_toast_37741_index
+ 37741 |            |             0 |       37741 | users
+ 37920 |            |             0 |       37920 | foo
+ 38144 |            |             0 |       38144 | forc_test
+ 38562 |            |             0 |       38562 | pg_toast_38559
+ 38563 |            |             0 |       38563 | pg_toast_38559_index
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/regress/regre...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-10-12 21:57:10.727056645 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/alter_table.out	2024-10-12 21:59:31.825233694 +0000
@@ -3491,9 +3491,29 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37907 |            |             0 |       37907 | users_id_seq
+ 37912 |            |             0 |       37912 | pg_toast_37908
+ 37913 |            |             0 |       37913 | pg_toast_37908_index
+ 37908 |            |             0 |       37908 | users
+ 38063 |            |             0 |       38063 | foo
+ 38219 |            |             0 |       38219 | forc_test
+ 38737 |            |             0 |       38737 | pg_toast_38734
+ 38738 |            |             0 |       38738 | pg_toast_38734_index
...
tap
[21:59:42.750](68.055s) not ok 5 - regression tests pass
tap
[22:00:14.841](68.593s) not ok 2 - regression tests pass
test
[22:01:54.208]  42/310 postgresql:regress / regress/regress                                            ERROR            ...
[22:01:54.208] 118/310 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[22:01:54.208] 153/310 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/alter_table.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg...
--- /Users/admin/pgsql/src/test/regress/expected/alter_table.out	2024-10-12 21:57:03
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_table.out	2024-10-12 21:59:12
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37372 |            |             0 |       37372 | pktable_pkey
+ 37367 |            |             0 |       37367 | pktable
+ 37380 |            |             0 |       37380 | fktable
+ 38211 |            |             0 |       38218 | foo
+ 38222 |            |             0 |       38222 | pg_toast_38211_index
+ 38221 |            |             0 |       38221 | pg_toast_38211
+ 38452 |            |             0 |       38452 | old_oids
+ 38472 |            |             0 |       38472 | pg_toast_38469
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/alter_table.out /Users/admin/pgsql/build/testrun/recovery/027_stre...
--- /Users/admin/pgsql/src/test/regress/expected/alter_table.out	2024-10-12 21:57:03
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/alter_table.out	2024-10-12 22:00:22
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 38144 |            |             0 |       38144 | pg_toast_38135_index
+ 38143 |            |             0 |       38143 | pg_toast_38135
+ 37564 |            |             0 |       37564 | pktable
+ 37569 |            |             0 |       37569 | fktable
+ 37567 |            |             0 |       37567 | pktable_pkey
+ 38135 |            |             0 |       38140 | foo
+ 38330 |            |             0 |       38330 | old_oids
+ 38348 |            |             0 |       38348 | pg_toast_38345
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/alter_table.out /Users/admin/pgsql/build/testrun/regress/regress/r...
--- /Users/admin/pgsql/src/test/regress/expected/alter_table.out	2024-10-12 21:57:03
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/alter_table.out	2024-10-12 21:59:11
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37790 |            |             0 |       37790 | pktable_pkey
+ 37787 |            |             0 |       37787 | pktable
+ 37792 |            |             0 |       37792 | fktable
+ 38225 |            |             0 |       38230 | foo
+ 38234 |            |             0 |       38234 | pg_toast_38225_index
+ 38233 |            |             0 |       38233 | pg_toast_38225
+ 38430 |            |             0 |       38430 | old_oids
+ 38448 |            |             0 |       38448 | pg_toast_38445
...
tap
[21:59:19.653](59.535s) not ok 5 - regression tests pass
tap
[22:00:27.851](67.158s) not ok 2 - regression tests pass
test
[22:03:23.811]  27/310 postgresql:regress / regress/regress                                            ERROR            ...
[22:03:23.811]  49/310 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[22:03:23.811] 139/310 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/alter_table.out C:/cirrus/build/testrun/pg_upgrade/002_...
--- C:/cirrus/src/test/regress/expected/alter_table.out	2024-10-12 21:57:26.092203500 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_table.out	2024-10-12 22:01:07.689001800 +0000
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37032 |            |             0 |       37032 | pktable_pkey
+ 37029 |            |             0 |       37029 | pktable
+ 37037 |            |             0 |       37037 | fktable
+ 37844 |            |             0 |       37849 | foo
+ 37853 |            |             0 |       37853 | pg_toast_37844_index
+ 37852 |            |             0 |       37852 | pg_toast_37844
+ 38082 |            |             0 |       38082 | old_oids
+ 38103 |            |             0 |       38103 | pg_toast_38100
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/alter_table.out C:/cirrus/build/testrun/recovery/027_st...
--- C:/cirrus/src/test/regress/expected/alter_table.out	2024-10-12 21:57:26.092203500 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/alter_table.out	2024-10-12 22:03:27.080698400 +0000
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37186 |            |             0 |       37186 | pktable_pkey
+ 37183 |            |             0 |       37183 | pktable
+ 37188 |            |             0 |       37188 | fktable
+ 37883 |            |             0 |       37883 | pg_toast_37873_index
+ 37873 |            |             0 |       37879 | foo
+ 37882 |            |             0 |       37882 | pg_toast_37873
+ 38076 |            |             0 |       38076 | old_oids
+ 38095 |            |             0 |       38095 | pg_toast_38092
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/alter_table.out C:/cirrus/build/testrun/regress/regress...
--- C:/cirrus/src/test/regress/expected/alter_table.out	2024-10-12 21:57:26.092203500 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/alter_table.out	2024-10-12 22:01:01.728065200 +0000
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37327 |            |             0 |       37327 | pktable_pkey
+ 37322 |            |             0 |       37322 | pktable
+ 37332 |            |             0 |       37332 | fktable
+ 37942 |            |             0 |       37947 | foo
+ 37951 |            |             0 |       37951 | pg_toast_37942_index
+ 37950 |            |             0 |       37950 | pg_toast_37942
+ 38210 |            |             0 |       38210 | old_oids
+ 38227 |            |             0 |       38227 | pg_toast_38224
...
tap
[22:01:23.051](113.968s) not ok 5 - regression tests pass
tap
[22:03:44.078](127.251s) not ok 2 - regression tests pass
test
[22:09:55.239]  21/305 postgresql:regress / regress/regress                                            ERROR           1...
[22:09:55.239]  42/305 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[22:09:55.239]  94/305 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5031 Remove dependence on integer wrapping
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/date.out C:/cirrus/build/testrun/pg_upgrade/002_pg_upgr...
--- C:/cirrus/src/test/regress/expected/date.out	2024-10-12 21:28:30.123394200 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/date.out	2024-10-12 21:30:40.493549200 +0000
@@ -1533,4 +1533,4 @@
 select make_time(24, 0, 2.1);
 ERROR:  time field value out of range: 24:00:2.1
 SELECT make_date(-2147483648, 1, 1);
-ERROR:  date field value out of range: -2147483648-01-01
+ERROR:  date field value out of range: 24301-01-01
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/date.out C:/cirrus/build/testrun/recovery/027_stream_re...
--- C:/cirrus/src/test/regress/expected/date.out	2024-10-12 21:28:30.123394200 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/date.out	2024-10-12 21:33:07.277887100 +0000
@@ -1533,4 +1533,4 @@
 select make_time(24, 0, 2.1);
 ERROR:  time field value out of range: 24:00:2.1
 SELECT make_date(-2147483648, 1, 1);
-ERROR:  date field value out of range: -2147483648-01-01
+ERROR:  date field value out of range: 24301-01-01
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/date.out C:/cirrus/build/testrun/regress/regress/result...
--- C:/cirrus/src/test/regress/expected/date.out	2024-10-12 21:28:30.123394200 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/date.out	2024-10-12 21:30:34.295035400 +0000
@@ -1533,4 +1533,4 @@
 select make_time(24, 0, 2.1);
 ERROR:  time field value out of range: 24:00:2.1
 SELECT make_date(-2147483648, 1, 1);
-ERROR:  date field value out of range: -2147483648-01-01
+ERROR:  date field value out of range: 24301-01-01
tap
[21:32:26.226](112.103s) not ok 5 - regression tests pass
tap
[21:34:56.748](128.595s) not ok 2 - regression tests pass
test
[21:40:53.394]   7/305 postgresql:regress / regress/regress                                            ERROR           1...
[21:40:53.394]  37/305 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[21:40:53.394] 105/305 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/4412 Client authentication via OAuth 2.0
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[18:50:52.812](334.830s) # poll_query_until timed out executing this query:
timed out waiting for catchup at C:/cirrus/src/test/subscription/t/001_rep_changes.pl line 461.
test
[18:50:53.252] 311/311 postgresql:subscription / subscription/001_rep_changes                          ERROR           3...
51/5252 Trim the heap free memory
CompilerWarnings
compiler
[17:42:11.579] postgres.c:2826:47: error: initialization of ‘char *’ from ‘int’ makes pointer from integer without a cas...
compiler
[17:42:11.579] postgres.c:2829:25: error: implicit declaration of function ‘malloc_trim’ [-Werror=implicit-function-decl...
compiler
[17:42:11.579] postgres.c:2826:47: error: implicit declaration of function ‘sbrk’ [-Werror=implicit-function-declaration...
compiler
[17:42:11.579] postgres.c:2830:33: error: assignment to ‘char *’ from ‘int’ makes pointer from integer without a cast [-...
Linux - Debian Bookworm - Autoconf
tap
[17:37:13.463](0.001s) not ok 29 - options --locale-provider=icu --locale=und --lc-*=C: no stderr
Linux - Debian Bookworm - Meson
tap
[17:39:16.748](0.001s) not ok 29 - options --locale-provider=icu --locale=und --lc-*=C: no stderr
test
[17:40:45.691] 172/310 postgresql:initdb / initdb/001_initdb                                           ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[17:35:12.050] tcop_postgres.c.obj : error LNK2019: unresolved external symbol sbrk referenced in function finish_xact_c...
compiler
[17:35:01.949] ../src/backend/tcop/postgres.c(2826): warning C4047: 'initializing': 'char *' differs in levels of indire...
compiler
[17:35:12.050] tcop_postgres.c.obj : error LNK2019: unresolved external symbol malloc_trim referenced in function finish...
compiler
[17:35:01.949] ../src/backend/tcop/postgres.c(2830): warning C4047: '=': 'char *' differs in levels of indirection from ...
50/5238 Add parallel columns for seq scan and index scan on pg_stat_all_tables and _indexes
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/stats.out C:/cirrus/build/testrun/regress/regress/resul...
--- C:/cirrus/src/test/regress/expected/stats.out	2024-10-12 17:27:10.770224800 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/stats.out	2024-10-12 17:30:57.585105200 +0000
@@ -846,7 +846,7 @@
 FROM pg_stat_all_tables WHERE relid = 'test_parallel_scan'::regclass;
  parallel_seq_scan | parallel_idx_scan 
 -------------------+-------------------
-                 3 |                 2
+                 1 |                 1
 (1 row)
 
 SELECT last_parallel_seq_scan AS test_last_seq, last_parallel_idx_scan AS test_last_idx
@@ -895,7 +895,7 @@
 FROM pg_stat_all_tables WHERE relid = 'test_parallel_scan'::regclass;
  parallel_seq_scan | seq_ok | parallel_idx_scan | idx_ok 
 -------------------+--------+-------------------+--------
-                 6 | t      |                 2 | t
+                 4 | t      |                 1 | t
 (1 row)
 
...
test
[17:39:38.656]  21/305 postgresql:regress / regress/regress                                            ERROR           1...
51/5242 Fix RelationTruncate() corruption
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[17:10:17.603] ../src/backend/storage/smgr/smgr.c(732): warning C4098: 'smgrtruncate': 'void' function returning a value
51/4952 Use WALReadFromBuffers in more places
Linux - Debian Bookworm - Meson
core
[16:20:56.262] #0  0x00007f30fdeaed24 in ?? ()
[16:20:56.262] #1  0x0000000000000000 in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/contrib/test_decoding/expected/spill.out /tmp/cirrus-ci-build/build-32/testrun/test_decodi...
--- /tmp/cirrus-ci-build/contrib/test_decoding/expected/spill.out	2024-10-12 16:08:45.234027476 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/test_decoding/regress/results/spill.out	2024-10-12 16:18:07.194462821 +0000
@@ -241,12 +241,7 @@
 SELECT (regexp_split_to_array(data, ':'))[4] COLLATE "C", COUNT(*), (array_agg(data))[1], (array_agg(data))[count(*)]
 FROM pg_logical_slot_get_changes('regression_slot', NULL,NULL) WHERE data ~ 'INSERT'
 GROUP BY 1 ORDER BY 1;
-             regexp_split_to_array             | count |                                            array_agg          ...
------------------------------------------------+-------+---------------------------------------------------------------...
- 'serialize-nested-subbig-subbigabort--1       |  5000 | table public.spill_test: INSERT: data[text]:'serialize-nested-...
- 'serialize-nested-subbig-subbigabort-subbig-3 |  5000 | table public.spill_test: INSERT: data[text]:'serialize-nested-...
-(2 rows)
-
+ERROR:  could not find record for logical decoding: unexpected pageaddr 0/202C000 in WAL segment 0000000100000000000000...
 DROP TABLE spill_test;
 SELECT pg_drop_replication_slot('regression_slot');
  pg_drop_replication_slot 
test
[16:19:50.699] 130/311 postgresql:test_decoding / test_decoding/regress                                ERROR            ...
51/5012 Vacuum statistics
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out /tmp/cirrus-ci-build/bu...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-10-12 14:56:07.31157600...
+++ /tmp/cirrus-ci-build/build/testrun/isolation/isolation/results/vacuum-extending-in-repetable-read.out	2024-10-12 14:...
@@ -22,7 +22,8 @@
   100
 (1 row)
 
-step s2_update: UPDATE test_vacuum_stat_isolation SET ival = ival + 2 where id > 900;
+step s2_update: UPDATE test_vacuum_stat_isolation SET ival = ival  2 where id > 900;
+ERROR:  syntax error at or near "2"
 step s2_insert_interrupt: INSERT INTO test_vacuum_stat_isolation values (1,1);
 step s2_vacuum: VACUUM test_vacuum_stat_isolation;
 step s2_print_vacuum_stats_table: 
@@ -33,7 +34,7 @@
 
 relname                   |tuples_deleted|dead_tuples|tuples_frozen
 --------------------------+--------------+-----------+-------------
-test_vacuum_stat_isolation|             0|        100|            0
+test_vacuum_stat_isolation|             0|          0|            0
 (1 row)
...
test
[15:01:41.932]  46/310 postgresql:isolation / isolation/isolation                                      ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out /tmp/cirrus-ci-build/sr...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-10-12 14:56:05.26225531...
+++ /tmp/cirrus-ci-build/src/test/isolation/output_iso/results/vacuum-extending-in-repetable-read.out	2024-10-12 15:02:3...
@@ -22,7 +22,8 @@
   100
 (1 row)
 
-step s2_update: UPDATE test_vacuum_stat_isolation SET ival = ival + 2 where id > 900;
+step s2_update: UPDATE test_vacuum_stat_isolation SET ival = ival  2 where id > 900;
+ERROR:  syntax error at or near "2"
 step s2_insert_interrupt: INSERT INTO test_vacuum_stat_isolation values (1,1);
 step s2_vacuum: VACUUM test_vacuum_stat_isolation;
 step s2_print_vacuum_stats_table: 
@@ -33,7 +34,7 @@
 
 relname                   |tuples_deleted|dead_tuples|tuples_frozen
 --------------------------+--------------+-----------+-------------
-test_vacuum_stat_isolation|             0|        100|            0
+test_vacuum_stat_isolation|             0|          0|            0
 (1 row)
...
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out /tmp/cirrus-ci-build/bu...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-10-12 14:56:06.54259652...
+++ /tmp/cirrus-ci-build/build/testrun/isolation/isolation/results/vacuum-extending-in-repetable-read.out	2024-10-12 15:...
@@ -22,7 +22,8 @@
   100
 (1 row)
 
-step s2_update: UPDATE test_vacuum_stat_isolation SET ival = ival + 2 where id > 900;
+step s2_update: UPDATE test_vacuum_stat_isolation SET ival = ival  2 where id > 900;
+ERROR:  syntax error at or near "2"
 step s2_insert_interrupt: INSERT INTO test_vacuum_stat_isolation values (1,1);
 step s2_vacuum: VACUUM test_vacuum_stat_isolation;
 step s2_print_vacuum_stats_table: 
@@ -33,7 +34,7 @@
 
 relname                   |tuples_deleted|dead_tuples|tuples_frozen
 --------------------------+--------------+-----------+-------------
-test_vacuum_stat_isolation|             0|        100|            0
+test_vacuum_stat_isolation|             0|          0|            0
 (1 row)
...
test
[15:04:08.943]  40/310 postgresql:isolation / isolation/isolation                                      ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/isolation/expected/vacuum-extending-in-repetable-read.out C:/cirrus/buil...
--- C:/cirrus/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-10-12 14:56:39.995022500 +0000
+++ C:/cirrus/build/testrun/isolation/isolation/results/vacuum-extending-in-repetable-read.out	2024-10-12 15:00:40.58849...
@@ -22,7 +22,8 @@
   100
 (1 row)
 
-step s2_update: UPDATE test_vacuum_stat_isolation SET ival = ival + 2 where id > 900;
+step s2_update: UPDATE test_vacuum_stat_isolation SET ival = ival  2 where id > 900;
+ERROR:  syntax error at or near "2"
 step s2_insert_interrupt: INSERT INTO test_vacuum_stat_isolation values (1,1);
 step s2_vacuum: VACUUM test_vacuum_stat_isolation;
 step s2_print_vacuum_stats_table: 
@@ -33,7 +34,7 @@
 
 relname                   |tuples_deleted|dead_tuples|tuples_frozen
 --------------------------+--------------+-----------+-------------
-test_vacuum_stat_isolation|             0|        100|            0
+test_vacuum_stat_isolation|             0|          0|            0
 (1 row)
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/vacuum_tables_and_db_statistics.out C:/cirrus/build/tes...
--- C:/cirrus/src/test/regress/expected/vacuum_tables_and_db_statistics.out	2024-10-12 14:56:40.604420200 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/vacuum_tables_and_db_statistics.out	2024-10-12 15:00:...
@@ -223,7 +223,7 @@
 WHERE dbname = current_database();
              dbname             | db_blks_hit | total_blks_dirtied | total_blks_written | wal_records | wal_fpi | wal_b...
 --------------------------------+-------------+--------------------+--------------------+-------------+---------+------...
- regression_statistic_vacuum_db | t           | t                  | t                  | t           | t       | t    ...
+ regression_statistic_vacuum_db | t           | t                  | t                  | t           | t       | t    ...
 (1 row)
 
 DROP TABLE vestat CASCADE;
@@ -255,7 +255,7 @@
 WHERE dbname = 'regression_statistic_vacuum_db';
              dbname             | db_blks_hit | total_blks_dirtied | total_blks_written | wal_records | wal_fpi | wal_b...
 --------------------------------+-------------+--------------------+--------------------+-------------+---------+------...
- regression_statistic_vacuum_db | t           | t                  | t                  | t           | t       | t    ...
+ regression_statistic_vacuum_db | t           | t                  | t                  | t           | t       | t    ...
 (1 row)
 
...
tap
[15:00:38.444](115.712s) not ok 5 - regression tests pass
test
[15:09:04.570]  30/305 postgresql:isolation / isolation/isolation                                      ERROR           1...
[15:09:04.570]  38/305 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
50/5045 Fix race conditions with concurrent drops of shared pgstats entries
macOS - Sonoma - Meson
tap
[11:52:50.608](0.000s) not ok 92 - checking otherwise existent objects in the wrong databases stderr /(?^:pg_amcheck: wa...
[11:52:50.609](0.000s) not ok 93 - checking otherwise existent objects in the wrong databases stderr /(?^:pg_amcheck: wa...
[11:52:50.609](0.000s) not ok 95 - checking otherwise existent objects in the wrong databases stderr /(?^:pg_amcheck: wa...
[11:52:50.609](0.000s) not ok 96 - checking otherwise existent objects in the wrong databases stderr /(?^:pg_amcheck: wa...
[11:52:50.610](0.000s) not ok 98 - checking otherwise existent objects in the wrong databases stderr /(?^:pg_amcheck: er...
test
[11:55:20.264] 140/310 postgresql:pg_amcheck / pg_amcheck/002_nonesuch                                 ERROR            ...
51/4997 Return pg_control from pg_backup_stop().
Linux - Debian Bookworm - Meson
core
[11:39:00.243] #0  0x00007ff6b14a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[11:39:00.243] #1  0x00007ff6b145afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[11:39:00.243] #2  0x00007ff6b1445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[11:39:00.243] #3  0x00007ff6b161e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[11:39:00.243] #4  0x00007ff6b162aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[11:39:00.243] #5  0x00007ff6b160d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55a601c95e60,...
[11:39:00.243] #6  0x000055a600dc7010 in backup_control_file (controlFile=controlFile@entry=0x55a60ce0418c "\344nC\030\2...
[11:39:00.243] #7  0x000055a600dcbd4c in pg_backup_stop (fcinfo=<optimized out>) at ../src/backend/access/transam/xlogfu...
[11:39:00.243] #8  0x000055a600fa0e5b in ExecInterpExpr (state=0x55a60cdfb8a0, econtext=0x55a60cdfb648, isnull=0x7ffd014...
[11:39:00.243] #9  0x000055a600f95729 in ExecInterpExprStillValid (state=0x55a60cdfb8a0, econtext=0x55a60cdfb648, isNull...
core
[11:39:01.012] #0  0x00007fb91e6a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[11:39:01.012] #1  0x00007fb91e65afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[11:39:01.012] #2  0x00007fb91e645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[11:39:01.012] #3  0x00007fb91e81e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[11:39:01.012] #4  0x00007fb91e82aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[11:39:01.012] #5  0x00007fb91e80d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55ad3db41e60,...
[11:39:01.012] #6  0x000055ad3cc73010 in backup_control_file (controlFile=controlFile@entry=0x55ad66ad326c "\344nC\030\2...
[11:39:01.012] #7  0x000055ad3cc77d4c in pg_backup_stop (fcinfo=<optimized out>) at ../src/backend/access/transam/xlogfu...
[11:39:01.012] #8  0x000055ad3ce742f5 in ExecMakeTableFunctionResult (setexpr=0x55ad66ae2358, econtext=0x55ad66ae2228, a...
[11:39:01.012] #9  0x000055ad3cea2307 in FunctionNext (node=0x55ad66ae2018) at ../src/backend/executor/nodeFunctionscan....
tap
[11:34:43.655](1.451s) not ok 18 - psql fails correctly
[11:34:43.655](0.000s) not ok 19 - pg_backup_start fails gracefully
test
[11:37:54.732]  25/310 postgresql:recovery / recovery/020_archive_status                               ERROR            ...
[11:37:54.732]  44/310 postgresql:recovery / recovery/042_low_level_backup                             ERROR            ...
51/4966 Parallel CREATE INDEX for GIN indexes
CompilerWarnings
compiler
[11:35:49.535] gininsert.c:2421:35: error: format ‘%ld’ expects argument of type ‘long int’, but argument 2 has type ‘in...
compiler
[11:35:49.535] gininsert.c:2402:37: error: format ‘%ld’ expects argument of type ‘long int’, but argument 3 has type ‘lo...
51/4929 apply_scanjoin_target_to_paths and partitionwise join
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-12 10:03:16.317981000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_join.out	2024-10-12 10:05:03.539...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/recovery/0...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-12 10:03:16.317981000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/partition_join.out	2024-10-12 10:05:46.2...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/regress/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-12 10:03:16.317981000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/partition_join.out	2024-10-12 10:05:00.462549000 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[10:05:08.409](67.877s) not ok 5 - regression tests pass
tap
[10:05:49.716](72.094s) not ok 2 - regression tests pass
test
[10:07:44.319]  42/310 postgresql:regress / regress/regress                                            ERROR            ...
[10:07:44.319]  96/310 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[10:07:44.319] 152/310 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_c...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-12 10:03:19.598696172 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/partition_join.out	2024-10-12 10:08:33.592535226 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/src/test/regress/results...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-12 10:03:19.598696172 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/partition_join.out	2024-10-12 10:06:33.572803397 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[10:08:36.903](105.222s) not ok 5 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-12 10:03:16.344947004 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_join.out	2024-10-12 10:05:40.463...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/recovery/0...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-12 10:03:16.344947004 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/partition_join.out	2024-10-12 10:06:12.1...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/regress/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-12 10:03:16.344947004 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/partition_join.out	2024-10-12 10:05:36.015652477 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[10:05:43.440](68.985s) not ok 5 - regression tests pass
tap
[10:06:14.859](67.756s) not ok 2 - regression tests pass
test
[10:07:54.112]  42/310 postgresql:regress / regress/regress                                            ERROR            ...
[10:07:54.112] 122/310 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[10:07:54.112] 148/310 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/partition_join.out /Users/admin/pgsql/build/testrun/pg_upgrade/002...
--- /Users/admin/pgsql/src/test/regress/expected/partition_join.out	2024-10-12 10:03:19
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_join.out	2024-10-12 10:06:06
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/partition_join.out /Users/admin/pgsql/build/testrun/recovery/027_s...
--- /Users/admin/pgsql/src/test/regress/expected/partition_join.out	2024-10-12 10:03:19
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/partition_join.out	2024-10-12 10:07:25
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/partition_join.out /Users/admin/pgsql/build/testrun/regress/regres...
--- /Users/admin/pgsql/src/test/regress/expected/partition_join.out	2024-10-12 10:03:19
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/partition_join.out	2024-10-12 10:06:06
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[10:06:09.755](50.043s) not ok 5 - regression tests pass
tap
[10:07:28.749](73.129s) not ok 2 - regression tests pass
test
[10:10:17.783]  24/310 postgresql:regress / regress/regress                                            ERROR            ...
[10:10:17.783]  43/310 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[10:10:17.783] 135/310 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/partition_join.out C:/cirrus/build/testrun/pg_upgrade/0...
--- C:/cirrus/src/test/regress/expected/partition_join.out	2024-10-12 10:03:37.860833700 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_join.out	2024-10-12 10:07:20.806521200 +000...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/partition_join.out C:/cirrus/build/testrun/recovery/027...
--- C:/cirrus/src/test/regress/expected/partition_join.out	2024-10-12 10:03:37.860833700 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/partition_join.out	2024-10-12 10:09:31.872553600 +0...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/partition_join.out C:/cirrus/build/testrun/regress/regr...
--- C:/cirrus/src/test/regress/expected/partition_join.out	2024-10-12 10:03:37.860833700 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/partition_join.out	2024-10-12 10:07:17.082883000 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[10:07:28.532](107.374s) not ok 5 - regression tests pass
tap
[10:09:40.778](118.486s) not ok 2 - regression tests pass
test
[10:15:57.193]  21/305 postgresql:regress / regress/regress                                            ERROR           1...
[10:15:57.193]  38/305 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[10:15:57.193]  89/305 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/4888 Run deferred triggers in the correct security context
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_p...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-10-12 09:28:14.446245000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/triggers.out	2024-10-12 09:29:11.960970000...
@@ -3731,7 +3731,9 @@
 -- test who runs deferred trigger functions
 -- setup
 create role groot;
+WARNING:  roles created by regression test cases should have names starting with "regress_"
 create role outis;
+WARNING:  roles created by regression test cases should have names starting with "regress_"
 create function whoami() returns trigger language plpgsql
 as $$
 begin
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/build/testrun/recovery/027_str...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-10-12 09:28:14.446245000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/triggers.out	2024-10-12 09:29:52.7051080...
@@ -3731,7 +3731,9 @@
 -- test who runs deferred trigger functions
 -- setup
 create role groot;
+WARNING:  roles created by regression test cases should have names starting with "regress_"
 create role outis;
+WARNING:  roles created by regression test cases should have names starting with "regress_"
 create function whoami() returns trigger language plpgsql
 as $$
 begin
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/build/testrun/regress/regress/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-10-12 09:28:14.446245000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/triggers.out	2024-10-12 09:29:09.663633000 +0000
@@ -3731,7 +3731,9 @@
 -- test who runs deferred trigger functions
 -- setup
 create role groot;
+WARNING:  roles created by regression test cases should have names starting with "regress_"
 create role outis;
+WARNING:  roles created by regression test cases should have names starting with "regress_"
 create function whoami() returns trigger language plpgsql
 as $$
 begin
tap
[09:29:54.966](58.786s) not ok 5 - regression tests pass
tap
[09:30:41.574](70.366s) not ok 2 - regression tests pass
test
[09:32:35.215]  13/310 postgresql:regress / regress/regress                                            ERROR            ...
[09:32:35.215]  79/310 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[09:32:35.215] 151/310 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
51/5284 database-specific role memberships
FreeBSD - 13 - Meson
core
[08:22:42.781] #0  0x000000082cfb38fa in _sigprocmask () from /lib/libc.so.7
[08:22:42.781] #1  0x000000082cfecf91 in _system () from /lib/libc.so.7
[08:22:42.781] #2  0x000000082c7df9d3 in ?? () from /lib/libthr.so.3
[08:22:42.781] #3  0x0000000000668cb5 in RestoreArchivedFile (path=path@entry=0x820f091d0 "pg_wal/00000002", '0' <repeat...
[08:22:42.781] #4  0x000000000064fd58 in existsTimeLineHistory (probeTLI=probeTLI@entry=3) at ../src/backend/access/tran...
[08:22:42.781] #5  0x000000000064fe18 in findNewestTimeLine (startTLI=startTLI@entry=2) at ../src/backend/access/transam...
[08:22:42.781] #6  0x000000000067423b in rescanLatestTimeLine (replayTLI=replayTLI@entry=2, replayLSN=replayLSN@entry=67...
[08:22:42.781] #7  0x0000000000670423 in WaitForWALToBecomeAvailable (RecPtr=67211472, tliRecPtr=67211448, replayTLI=2, ...
[08:22:42.781] #8  XLogPageRead (xlogreader=0x83508c130, targetPagePtr=67207168, reqLen=4304, targetRecPtr=67211448, rea...
[08:22:42.781] #9  0x0000000000677182 in ReadPageInternal (state=state@entry=0x83508c130, pageptr=67207168, reqLen=4304)...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/privs_in_db.out /tmp/cirrus-ci-build/build/testrun/regress-runni...
--- /tmp/cirrus-ci-build/src/test/regress/expected/privs_in_db.out	2024-10-12 08:15:06.825443000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress-running/regress/results/privs_in_db.out	2024-10-12 08:21:16.283682000 +00...
@@ -756,9 +756,10 @@
 DROP DATABASE regression_db_0;
 DROP ROLE regress_role_admin;
 SELECT datname FROM pg_database WHERE datname LIKE 'regression_db_%';
- datname 
----------
-(0 rows)
+      datname      
+-------------------
+ regression_dblink
+(1 row)
 
 SELECT rolname FROM pg_roles WHERE rolname LIKE 'regress_role_%';
  rolname 
test
[08:21:37.910] 74/75 postgresql:regress-running / regress-running/regress                         ERROR            25.87...
51/5128 Allow partition-wise join when whole row var is needed
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out /tmp/cirrus-ci-build/build/testrun/postgres...
--- /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out	2024-10-12 08:03:46.883764000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/postgres_fdw/regress/results/postgres_fdw.out	2024-10-12 08:06:38.818036000 +0000
@@ -10155,9 +10155,8 @@
          ->  Foreign Scan
                Relations: (ftprt1_p1 t1_1) INNER JOIN (ftprt2_p1 t2_1)
                ->  Result
-                     Disabled Nodes: 1
                      ->  Sort
-                           Disabled Nodes: 1
+                           Disabled: true
                            Sort Key: t2_1.a
                            ->  Nested Loop
                                  ->  Foreign Scan on ftprt1_p1 t1_1
@@ -10165,14 +10164,13 @@
          ->  Foreign Scan
                Relations: (ftprt1_p2 t1_2) INNER JOIN (ftprt2_p2 t2_2)
                ->  Result
-                     Disabled Nodes: 1
                      ->  Sort
...
test
[08:08:34.391] 116/310 postgresql:postgres_fdw / postgres_fdw/regress                                  ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out /tmp/cirrus-ci-build/contrib/postgres_fdw/r...
--- /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out	2024-10-12 08:03:41.300159101 +0000
+++ /tmp/cirrus-ci-build/contrib/postgres_fdw/results/postgres_fdw.out	2024-10-12 08:09:06.477714299 +0000
@@ -10155,9 +10155,8 @@
          ->  Foreign Scan
                Relations: (ftprt1_p1 t1_1) INNER JOIN (ftprt2_p1 t2_1)
                ->  Result
-                     Disabled Nodes: 1
                      ->  Sort
-                           Disabled Nodes: 1
+                           Disabled: true
                            Sort Key: t2_1.a
                            ->  Nested Loop
                                  ->  Foreign Scan on ftprt1_p1 t1_1
@@ -10165,14 +10164,13 @@
          ->  Foreign Scan
                Relations: (ftprt1_p2 t1_2) INNER JOIN (ftprt2_p2 t2_2)
                ->  Result
-                     Disabled Nodes: 1
                      ->  Sort
...
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out /tmp/cirrus-ci-build/build/testrun/postgres...
--- /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out	2024-10-12 08:03:39.284306324 +0000
+++ /tmp/cirrus-ci-build/build/testrun/postgres_fdw/regress/results/postgres_fdw.out	2024-10-12 08:08:20.887368441 +0000
@@ -10155,9 +10155,8 @@
          ->  Foreign Scan
                Relations: (ftprt1_p1 t1_1) INNER JOIN (ftprt2_p1 t2_1)
                ->  Result
-                     Disabled Nodes: 1
                      ->  Sort
-                           Disabled Nodes: 1
+                           Disabled: true
                            Sort Key: t2_1.a
                            ->  Nested Loop
                                  ->  Foreign Scan on ftprt1_p1 t1_1
@@ -10165,14 +10164,13 @@
          ->  Foreign Scan
                Relations: (ftprt1_p2 t1_2) INNER JOIN (ftprt2_p2 t2_2)
                ->  Result
-                     Disabled Nodes: 1
                      ->  Sort
...
test
[08:10:06.409] 112/310 postgresql:postgres_fdw / postgres_fdw/regress                                  ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/contrib/postgres_fdw/expected/postgres_fdw.out C:/cirrus/build/testrun/postgres_f...
--- C:/cirrus/contrib/postgres_fdw/expected/postgres_fdw.out	2024-10-12 08:04:05.080264400 +0000
+++ C:/cirrus/build/testrun/postgres_fdw/regress/results/postgres_fdw.out	2024-10-12 08:11:44.225420400 +0000
@@ -10155,9 +10155,8 @@
          ->  Foreign Scan
                Relations: (ftprt1_p1 t1_1) INNER JOIN (ftprt2_p1 t2_1)
                ->  Result
-                     Disabled Nodes: 1
                      ->  Sort
-                           Disabled Nodes: 1
+                           Disabled: true
                            Sort Key: t2_1.a
                            ->  Nested Loop
                                  ->  Foreign Scan on ftprt1_p1 t1_1
@@ -10165,14 +10164,13 @@
          ->  Foreign Scan
                Relations: (ftprt1_p2 t1_2) INNER JOIN (ftprt2_p2 t2_2)
                ->  Result
-                     Disabled Nodes: 1
                      ->  Sort
...
test
[08:18:20.539]  99/305 postgresql:postgres_fdw / postgres_fdw/regress                                  ERROR            ...
51/5131 add log_transaction GUC setting
FreeBSD - 13 - Meson
tap
[06:48:59.551](1.715s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[06:49:10.267] 291/310 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
Linux - Debian Bookworm - Autoconf
tap
[06:48:26.838](0.716s) not ok 1 - no parameters missing from postgresql.conf.sample
Linux - Debian Bookworm - Meson
tap
[06:49:19.164](0.469s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[06:49:29.518] 289/310 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[06:56:03.595](1.405s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[06:56:28.586] 285/305 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
50/5297 Fix validation of COPY options FORCE_NOT_NULL/FORCE_NULL
macOS - Sonoma - Meson
tap
[06:46:22.402](0.000s) not ok 166 - pgbench expressions stderr /(?^:command=65.: int 65\b)/
[06:46:22.402](0.000s) not ok 167 - pgbench expressions stderr /(?^:command=74.: int 74\b)/
[06:46:22.403](0.000s) not ok 168 - pgbench expressions stderr /(?^:command=83.: int 83\b)/
[06:46:22.403](0.000s) not ok 169 - pgbench expressions stderr /(?^:command=86.: int 86\b)/
[06:46:22.403](0.000s) not ok 170 - pgbench expressions stderr /(?^:command=93.: int 93\b)/
[06:46:22.403](0.000s) not ok 171 - pgbench expressions stderr /(?^:command=95.: int 0\b)/
[06:46:22.403](0.000s) not ok 172 - pgbench expressions stderr /(?^:command=96.: int 1\b)/
[06:46:22.403](0.000s) not ok 173 - pgbench expressions stderr /(?^:command=97.: int 0\b)/
[06:46:22.403](0.000s) not ok 174 - pgbench expressions stderr /(?^:command=98.: int 5432\b)/
[06:46:22.404](0.000s) not ok 175 - pgbench expressions stderr /(?^:command=99.: int -9223372036854775808\b)/
[06:46:22.404](0.000s) not ok 176 - pgbench expressions stderr /(?^:command=100.: int 9223372036854775807\b)/
[06:46:22.404](0.000s) not ok 177 - pgbench expressions stderr /(?^:command=101.: boolean true\b)/
[06:46:22.404](0.000s) not ok 178 - pgbench expressions stderr /(?^:command=102.: boolean true\b)/
[06:46:22.404](0.000s) not ok 179 - pgbench expressions stderr /(?^:command=103.: boolean true\b)/
[06:46:22.405](0.000s) not ok 180 - pgbench expressions stderr /(?^:command=104.: boolean true\b)/
[06:46:22.405](0.000s) not ok 181 - pgbench expressions stderr /(?^:command=105.: boolean true\b)/
[06:46:22.405](0.000s) not ok 182 - pgbench expressions stderr /(?^:command=109.: boolean true\b)/
[06:46:22.405](0.000s) not ok 183 - pgbench expressions stderr /(?^:command=110.: boolean true\b)/
[06:46:22.405](0.000s) not ok 184 - pgbench expressions stderr /(?^:command=111.: boolean true\b)/
[06:46:22.405](0.000s) not ok 185 - pgbench expressions stderr /(?^:command=113.: boolean true\b)/
test
[06:47:27.679] 212/310 postgresql:pgbench / pgbench/001_pgbench_with_server                            ERROR            ...
51/4874 BitmapHeapScan table AM violation removal (and use streaming read API)
macOS - Sonoma - Meson
tap
[06:12:46.511](0.000s) not ok 122 - all authentication types forbidden, fails with SCRAM auth: matches
test
[06:13:38.496] 241/310 postgresql:authentication / authentication/001_password                         ERROR            ...
51/3478 AcquireExecutorLocks() and run-time pruning
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/delay_execution/expected/cached-plan-inval.out /tmp/cirrus-ci-build/build...
--- /tmp/cirrus-ci-build/src/test/modules/delay_execution/expected/cached-plan-inval.out	2024-10-12 05:20:41.622320000 +...
+++ /tmp/cirrus-ci-build/build/testrun/delay_execution/isolation/results/cached-plan-inval.out	2024-10-12 05:24:12.98966...
@@ -184,14 +184,12 @@
   One-Time Filter: (InitPlan 1).col1                           
   InitPlan 1                                                   
     ->  LockRows                                               
-          Disabled Nodes: 2                                    
           ->  Append                                           
-                Disabled Nodes: 2                              
                 Subplans Removed: 2                            
                 ->  Index Scan using foo12_1_a on foo12_1 foo_1
                       Index Cond: (a = $1)                     
   ->  Function Scan on generate_series                         
-(11 rows)
+(9 rows)
 
 step s2lock: SELECT pg_advisory_lock(12345);
 pg_advisory_lock
@@ -218,13 +216,11 @@
...
test
[05:26:26.045] 105/310 postgresql:delay_execution / delay_execution/isolation                          ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/delay_execution/expected/cached-plan-inval.out /tmp/cirrus-ci-build/src/t...
--- /tmp/cirrus-ci-build/src/test/modules/delay_execution/expected/cached-plan-inval.out	2024-10-12 05:20:39.024077640 +...
+++ /tmp/cirrus-ci-build/src/test/modules/delay_execution/output_iso/results/cached-plan-inval.out	2024-10-12 05:24:49.0...
@@ -184,14 +184,12 @@
   One-Time Filter: (InitPlan 1).col1                           
   InitPlan 1                                                   
     ->  LockRows                                               
-          Disabled Nodes: 2                                    
           ->  Append                                           
-                Disabled Nodes: 2                              
                 Subplans Removed: 2                            
                 ->  Index Scan using foo12_1_a on foo12_1 foo_1
                       Index Cond: (a = $1)                     
   ->  Function Scan on generate_series                         
-(11 rows)
+(9 rows)
 
 step s2lock: SELECT pg_advisory_lock(12345);
 pg_advisory_lock
@@ -218,13 +216,11 @@
...
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/delay_execution/expected/cached-plan-inval.out /tmp/cirrus-ci-build/build...
--- /tmp/cirrus-ci-build/src/test/modules/delay_execution/expected/cached-plan-inval.out	2024-10-12 05:20:39.045750153 +...
+++ /tmp/cirrus-ci-build/build/testrun/delay_execution/isolation/results/cached-plan-inval.out	2024-10-12 05:26:57.85781...
@@ -184,14 +184,12 @@
   One-Time Filter: (InitPlan 1).col1                           
   InitPlan 1                                                   
     ->  LockRows                                               
-          Disabled Nodes: 2                                    
           ->  Append                                           
-                Disabled Nodes: 2                              
                 Subplans Removed: 2                            
                 ->  Index Scan using foo12_1_a on foo12_1 foo_1
                       Index Cond: (a = $1)                     
   ->  Function Scan on generate_series                         
-(11 rows)
+(9 rows)
 
 step s2lock: SELECT pg_advisory_lock(12345);
 pg_advisory_lock
@@ -218,13 +216,11 @@
...
test
[05:28:57.103] 103/310 postgresql:delay_execution / delay_execution/isolation                          ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/modules/delay_execution/expected/cached-plan-inval.out /Users/admin/pgsql/build/tes...
--- /Users/admin/pgsql/src/test/modules/delay_execution/expected/cached-plan-inval.out	2024-10-12 05:20:30
+++ /Users/admin/pgsql/build/testrun/delay_execution/isolation/results/cached-plan-inval.out	2024-10-12 05:24:41
@@ -184,14 +184,12 @@
   One-Time Filter: (InitPlan 1).col1                           
   InitPlan 1                                                   
     ->  LockRows                                               
-          Disabled Nodes: 2                                    
           ->  Append                                           
-                Disabled Nodes: 2                              
                 Subplans Removed: 2                            
                 ->  Index Scan using foo12_1_a on foo12_1 foo_1
                       Index Cond: (a = $1)                     
   ->  Function Scan on generate_series                         
-(11 rows)
+(9 rows)
 
 step s2lock: SELECT pg_advisory_lock(12345);
 pg_advisory_lock
@@ -218,13 +216,11 @@
...
test
[05:27:31.195] 103/310 postgresql:delay_execution / delay_execution/isolation                          ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/modules/delay_execution/expected/cached-plan-inval.out C:/cirrus/build/t...
--- C:/cirrus/src/test/modules/delay_execution/expected/cached-plan-inval.out	2024-10-12 05:20:59.707297500 +0000
+++ C:/cirrus/build/testrun/delay_execution/isolation/results/cached-plan-inval.out	2024-10-12 05:28:14.405220100 +0000
@@ -184,14 +184,12 @@
   One-Time Filter: (InitPlan 1).col1                           
   InitPlan 1                                                   
     ->  LockRows                                               
-          Disabled Nodes: 2                                    
           ->  Append                                           
-                Disabled Nodes: 2                              
                 Subplans Removed: 2                            
                 ->  Index Scan using foo12_1_a on foo12_1 foo_1
                       Index Cond: (a = $1)                     
   ->  Function Scan on generate_series                         
-(11 rows)
+(9 rows)
 
 step s2lock: SELECT pg_advisory_lock(12345);
 pg_advisory_lock
@@ -218,13 +216,11 @@
...
test
[05:34:04.480] 101/305 postgresql:delay_execution / delay_execution/isolation                          ERROR            ...
51/5061 New function rand_array() to contrib/tablefunc
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/tablefunc/expected/tablefunc.out /tmp/cirrus-ci-build/build/testrun/tablefunc/regr...
--- /tmp/cirrus-ci-build/contrib/tablefunc/expected/tablefunc.out	2024-10-12 03:00:38.573001000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/tablefunc/regress/results/tablefunc.out	2024-10-12 03:03:25.190545000 +0000
@@ -1,17 +1,20 @@
 CREATE EXTENSION tablefunc;
+ERROR:  extension "tablefunc" has no installation script nor update path for version "1.1"
 --
 -- normal_rand()
 -- no easy way to do this for regression testing
 --
 SELECT avg(normal_rand)::int, count(*) FROM normal_rand(100, 250, 0.2);
- avg | count 
------+-------
- 250 |   100
-(1 row)
-
+ERROR:  function normal_rand(integer, integer, numeric) does not exist
+LINE 1: SELECT avg(normal_rand)::int, count(*) FROM normal_rand(100,...
+                                                    ^
+HINT:  No function matches the given name and argument types. You might need to add explicit type casts.
...
test
[03:05:33.224]  93/310 postgresql:tablefunc / tablefunc/regress                                        ERROR            ...
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/tablefunc/expected/tablefunc.out /tmp/cirrus-ci-build/build/testrun/tablefunc/regr...
--- /tmp/cirrus-ci-build/contrib/tablefunc/expected/tablefunc.out	2024-10-12 03:00:35.439743183 +0000
+++ /tmp/cirrus-ci-build/build/testrun/tablefunc/regress/results/tablefunc.out	2024-10-12 03:05:47.846089294 +0000
@@ -1,17 +1,20 @@
 CREATE EXTENSION tablefunc;
+ERROR:  extension "tablefunc" has no installation script nor update path for version "1.1"
 --
 -- normal_rand()
 -- no easy way to do this for regression testing
 --
 SELECT avg(normal_rand)::int, count(*) FROM normal_rand(100, 250, 0.2);
- avg | count 
------+-------
- 250 |   100
-(1 row)
-
+ERROR:  function normal_rand(integer, integer, numeric) does not exist
+LINE 1: SELECT avg(normal_rand)::int, count(*) FROM normal_rand(100,...
+                                                    ^
+HINT:  No function matches the given name and argument types. You might need to add explicit type casts.
...
test
[03:07:50.191]  90/310 postgresql:tablefunc / tablefunc/regress                                        ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/contrib/tablefunc/expected/tablefunc.out C:/cirrus/build/testrun/tablefunc/regres...
--- C:/cirrus/contrib/tablefunc/expected/tablefunc.out	2024-10-12 03:00:55.742347200 +0000
+++ C:/cirrus/build/testrun/tablefunc/regress/results/tablefunc.out	2024-10-12 03:07:55.286385500 +0000
@@ -1,17 +1,20 @@
 CREATE EXTENSION tablefunc;
+ERROR:  extension "tablefunc" has no installation script nor update path for version "1.1"
 --
 -- normal_rand()
 -- no easy way to do this for regression testing
 --
 SELECT avg(normal_rand)::int, count(*) FROM normal_rand(100, 250, 0.2);
- avg | count 
------+-------
- 250 |   100
-(1 row)
-
+ERROR:  function normal_rand(integer, integer, numeric) does not exist
+LINE 1: SELECT avg(normal_rand)::int, count(*) FROM normal_rand(100,...
+                                                    ^
+HINT:  No function matches the given name and argument types. You might need to add explicit type casts.
...
test
[03:14:56.821]  88/305 postgresql:tablefunc / tablefunc/regress                                        ERROR            ...
50/5208 prefetching for nestloop / indexscan
FreeBSD - 13 - Meson
tap
[02:47:02.402](1.311s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[02:47:13.018] 291/310 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
Linux - Debian Bookworm - Autoconf
tap
[02:47:05.941](0.694s) not ok 1 - no parameters missing from postgresql.conf.sample
Linux - Debian Bookworm - Meson
tap
[02:49:38.779](0.476s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[02:49:49.537] 289/310 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[02:57:07.718](1.947s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[02:57:47.938] 285/305 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
51/5196 Use function smgrclose() to replace the loop
CompilerWarnings
compiler
[00:24:01.458] smgr.c:487:9: error: unused variable 'which' [-Werror,-Wunused-variable]
compiler
[00:24:01.458] smgr.c:282:13: error: unused variable 'forknum' [-Werror,-Wunused-variable]
compiler
[00:23:49.484] smgr.c:487:9: error: unused variable 'which' [-Werror,-Wunused-variable]
compiler
[00:23:49.484] smgr.c:282:13: error: unused variable 'forknum' [-Werror,-Wunused-variable]
compiler
[00:23:15.808] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable]
compiler
[00:23:15.808] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
compiler
[00:23:05.081] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable]
compiler
[00:23:05.081] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
compiler
[00:24:27.547] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
compiler
[00:24:27.547] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable]
51/5174 Call rm_redo in a temporary memory context
CompilerWarnings
compiler
[20:38:53.374] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
compiler
[20:38:25.058] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
compiler
[20:41:46.622] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
50/4754 Add LSN <-> time conversion facility
CompilerWarnings
compiler
[19:12:10.313] pgstat_wal.c:362:48: error: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 2 has...
compiler
[19:12:10.313] pgstat_wal.c:545:26: error: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 2 has...
Linux - Debian Bookworm - Meson
core
[19:12:40.045] #0  0xf7f37559 in __kernel_vsyscall ()
[19:12:40.045] #1  0xf68722f7 in ?? () from /lib/i386-linux-gnu/libc.so.6
[19:12:40.045] #2  0xf6821111 in raise () from /lib/i386-linux-gnu/libc.so.6
[19:12:40.045] #3  0xf680a26a in abort () from /lib/i386-linux-gnu/libc.so.6
[19:12:40.045] #4  0xf6a2dd4a in __sanitizer::Abort () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_pos...
[19:12:40.045] #5  0xf6a3c896 in __sanitizer::Die () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_termi...
[19:12:40.045] #6  0xf6a1ac5b in __ubsan::__ubsan_handle_nonnull_arg_abort (Data=<optimized out>) at ../../../../../src/...
[19:12:40.045] #7  0x5689c1e8 in fill_val (att=att@entry=0x58c68804, bit=<optimized out>, bitmask=bitmask@entry=0xff8145...
[19:12:40.045] #8  0x5689df9b in heap_fill_tuple (tupleDesc=0x58c687f0, values=0xff814688, isnull=0xff814686, data=<opti...
[19:12:40.045] #9  0x5689fb5c in heap_form_tuple (tupleDescriptor=0x58c687f0, values=0xff814688, isnull=0xff814686) at ....
core
[19:12:39.315] #0  0xf7f5c559 in __kernel_vsyscall ()
[19:12:39.315] #1  0xf68972f7 in ?? () from /lib/i386-linux-gnu/libc.so.6
[19:12:39.315] #2  0xf6846111 in raise () from /lib/i386-linux-gnu/libc.so.6
[19:12:39.315] #3  0xf682f26a in abort () from /lib/i386-linux-gnu/libc.so.6
[19:12:39.315] #4  0xf6a52d4a in __sanitizer::Abort () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_pos...
[19:12:39.315] #5  0xf6a61896 in __sanitizer::Die () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_termi...
[19:12:39.315] #6  0xf6a3fc5b in __ubsan::__ubsan_handle_nonnull_arg_abort (Data=<optimized out>) at ../../../../../src/...
[19:12:39.315] #7  0x569701e8 in fill_val (att=att@entry=0x59d255c4, bit=<optimized out>, bitmask=bitmask@entry=0xffdffb...
[19:12:39.315] #8  0x56971f9b in heap_fill_tuple (tupleDesc=0x59d255b0, values=0xffdffc98, isnull=0xffdffc96, data=<opti...
[19:12:39.315] #9  0x56973b5c in heap_form_tuple (tupleDescriptor=0x59d255b0, values=0xffdffc98, isnull=0xffdffc96) at ....
core
[19:12:40.781] #0  0xf7eda559 in __kernel_vsyscall ()
[19:12:40.781] #1  0xf68152f7 in ?? () from /lib/i386-linux-gnu/libc.so.6
[19:12:40.781] #2  0xf67c4111 in raise () from /lib/i386-linux-gnu/libc.so.6
[19:12:40.781] #3  0xf67ad26a in abort () from /lib/i386-linux-gnu/libc.so.6
[19:12:40.781] #4  0xf69d0d4a in __sanitizer::Abort () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_pos...
[19:12:40.781] #5  0xf69df896 in __sanitizer::Die () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_termi...
[19:12:40.781] #6  0xf69bdc5b in __ubsan::__ubsan_handle_nonnull_arg_abort (Data=<optimized out>) at ../../../../../src/...
[19:12:40.781] #7  0x5697e1e8 in fill_val (att=att@entry=0x5a29cf14, bit=<optimized out>, bitmask=bitmask@entry=0xff98bb...
[19:12:40.781] #8  0x5697ff9b in heap_fill_tuple (tupleDesc=0x5a29cf00, values=0xff98bbb8, isnull=0xff98bbb6, data=<opti...
[19:12:40.781] #9  0x56981b5c in heap_form_tuple (tupleDescriptor=0x5a29cf00, values=0xff98bbb8, isnull=0xff98bbb6) at ....
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build-32/testrun/pg_upgr...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-11 19:00:47.994307846 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_join.out	2024-10-11 19:09:16....
@@ -3454,1778 +3454,10 @@
 (15 rows)
 
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1_adv t1 INNER JOIN prt2_adv t2 ON (t1.a = t2.b) WHERE t1.a >= 100 AND t1.a < 300...
-  a  |  c   |  b  |  c   
------+------+-----+------
- 100 | 0100 | 100 | 0100
- 125 | 0125 | 125 | 0125
- 150 | 0150 | 150 | 0150
- 175 | 0175 | 175 | 0175
- 200 | 0200 | 200 | 0200
- 225 | 0225 | 225 | 0225
- 250 | 0250 | 250 | 0250
- 275 | 0275 | 275 | 0275
-(8 rows)
-
-DROP TABLE prt1_adv;
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build-32/testrun/recover...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-11 19:00:47.994307846 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/recovery/027_stream_regress/data/results/partition_join.out	2024-10-11 19:09:4...
@@ -2403,2829 +2403,10 @@
 -- partitioned tables
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1_n t1 LEFT JOIN prt2_n t2 ON (t1.c = t2.c);
-                  QUERY PLAN                  
-----------------------------------------------
- Hash Right Join
-   Hash Cond: (t2.c = (t1.c)::text)
-   ->  Append
-         ->  Seq Scan on prt2_n_p1 t2_1
-         ->  Seq Scan on prt2_n_p2 t2_2
-   ->  Hash
-         ->  Append
-               ->  Seq Scan on prt1_n_p1 t1_1
-               ->  Seq Scan on prt1_n_p2 t1_2
-(9 rows)
-
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build-32/testrun/regress...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-11 19:00:47.994307846 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/regress/regress/results/partition_join.out	2024-10-11 19:09:10.982550014 +0000
@@ -3510,1722 +3510,7 @@
 (21 rows)
 
 SELECT t1.a, t1.c, t2.a, t2.c FROM plt1_adv t1 INNER JOIN plt2_adv t2 ON (t1.a = t2.a AND t1.c = t2.c) WHERE t1.b < 10 ...
- a |  c   | a |  c   
----+------+---+------
- 3 | 0003 | 3 | 0003
- 4 | 0004 | 4 | 0004
- 6 | 0006 | 6 | 0006
- 9 | 0009 | 9 | 0009
-(4 rows)
-
--- semi join
-EXPLAIN (COSTS OFF)
-SELECT t1.* FROM plt1_adv t1 WHERE EXISTS (SELECT 1 FROM plt2_adv t2 WHERE t1.a = t2.a AND t1.c = t2.c) AND t1.b < 10 O...
-                             QUERY PLAN                             
---------------------------------------------------------------------
...
tap
[19:09:17.752](65.844s) not ok 5 - regression tests pass
[19:09:21.651](3.884s) not ok 6 - dump before running pg_upgrade
tap
[19:09:47.691](62.009s) not ok 2 - regression tests pass
test
[19:11:32.691]  38/310 postgresql:regress / regress/regress                                            ERROR            ...
[19:11:32.691]  44/310 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[19:11:32.691] 110/310 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
51/5283 Replace IN VALUES with ANY in WHERE clauses during optimization
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/subselect.out C:/cirrus/build/testrun/pg_upgrade/002_pg...
--- C:/cirrus/src/test/regress/expected/subselect.out	2024-10-11 17:47:31.133145500 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/subselect.out	2024-10-11 17:50:36.607077900 +0000
@@ -2313,15 +2313,16 @@
 EXPLAIN (COSTS OFF)
 SELECT c.oid,c.relname FROM pg_class c JOIN pg_am a USING (oid)
 WHERE c.oid IN (VALUES (1), (2));
-                          QUERY PLAN                           
----------------------------------------------------------------
- Hash Join
-   Hash Cond: (a.oid = c.oid)
-   ->  Seq Scan on pg_am a
-   ->  Hash
-         ->  Index Scan using pg_class_oid_index on pg_class c
-               Index Cond: (oid = ANY ('{1,2}'::integer[]))
-(6 rows)
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (c.oid = a.oid)
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/subselect.out C:/cirrus/build/testrun/regress/regress/r...
--- C:/cirrus/src/test/regress/expected/subselect.out	2024-10-11 17:47:31.133145500 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/subselect.out	2024-10-11 17:50:20.262355500 +0000
@@ -2313,15 +2313,16 @@
 EXPLAIN (COSTS OFF)
 SELECT c.oid,c.relname FROM pg_class c JOIN pg_am a USING (oid)
 WHERE c.oid IN (VALUES (1), (2));
-                          QUERY PLAN                           
----------------------------------------------------------------
- Hash Join
-   Hash Cond: (a.oid = c.oid)
-   ->  Seq Scan on pg_am a
-   ->  Hash
-         ->  Index Scan using pg_class_oid_index on pg_class c
-               Index Cond: (oid = ANY ('{1,2}'::integer[]))
-(6 rows)
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (c.oid = a.oid)
...
tap
[17:52:06.089](134.177s) not ok 5 - regression tests pass
test
[18:03:15.400]   7/305 postgresql:regress / regress/regress                                            ERROR           1...
[18:03:15.400]  42/305 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           2...
50/4450 Replace a large number of OR clauses with ANY expression
Linux - Debian Bookworm - Meson
core
[16:49:18.044] #0  0x00007fc7a1d2ed24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[16:49:18.044] #1  0x00007fc7a1cdb239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[16:49:18.044] #2  0x00007fc7a1cdb497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[16:49:18.044] #3  0x000055f5a3b9e5f3 in ?? ()
[16:49:18.044] #4  0x000055f5a3b98369 in ?? ()
[16:49:18.044] #5  0x000055f5a3b9720f in ?? ()
[16:49:18.044] #6  0x000055f5a3b97c3b in ?? ()
[16:49:18.044] #7  0x000055f5a3b9566f in ?? ()
[16:49:18.044] #8  0x00007fc7a1cc624a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[16:49:18.044] #9  0x00007fc7a1cc6305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[16:49:18.161] #0  0x00007fc7a1d2ed24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[16:49:18.161] #1  0x00007fc7a1cdb239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[16:49:18.161] #2  0x00007fc7a1cdb497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[16:49:18.161] #3  0x000055f5a3b9e5c1 in ?? ()
[16:49:18.161] #4  0x000055f5a3b98369 in ?? ()
[16:49:18.161] #5  0x000055f5a3b9720f in ?? ()
[16:49:18.161] #6  0x000055f5a3b97c3b in ?? ()
[16:49:18.161] #7  0x000055f5a3b9566f in ?? ()
[16:49:18.161] #8  0x00007fc7a1cc624a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[16:49:18.161] #9  0x00007fc7a1cc6305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[16:49:18.044] #0  <unavailable> in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/create_index.out /tmp/cirrus-ci-build/build-32/testrun/pg_upgrad...
--- /tmp/cirrus-ci-build/src/test/regress/expected/create_index.out	2024-10-11 16:34:33.213825313 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/pg_upgrade/002_pg_upgrade/data/results/create_index.out	2024-10-11 16:44:52.39...
@@ -3207,7 +3207,7 @@
 EXPLAIN SELECT * FROM bitmap_split_or WHERE (a = 1 OR a = 2) AND b = 2;
                                        QUERY PLAN                                        
 -----------------------------------------------------------------------------------------
- Bitmap Heap Scan on bitmap_split_or  (cost=16.29..36.06 rows=501 width=12)
+ Bitmap Heap Scan on bitmap_split_or  (cost=16.29..35.06 rows=501 width=12)
    Recheck Cond: (((b = 2) AND (a = 1)) OR ((b = 2) AND (a = 2)))
    ->  BitmapOr  (cost=16.29..16.29 rows=501 width=0)
          ->  Bitmap Index Scan on t_b_partial_1_idx  (cost=0.00..11.91 rows=501 width=0)
@@ -3226,7 +3226,7 @@
 EXPLAIN SELECT * FROM bitmap_split_or WHERE a = 1 AND (b = 1 OR b = 2) AND c = 2;
                                   QUERY PLAN                                  
 ------------------------------------------------------------------------------
- Bitmap Heap Scan on bitmap_split_or  (cost=8.83..14.31 rows=501 width=12)
+ Bitmap Heap Scan on bitmap_split_or  (cost=8.83..14.18 rows=501 width=12)
    Recheck Cond: (((b = 1) AND (c = 2)) OR ((a = 1) AND (b = 2)))
    Filter: ((a = 1) AND (c = 2))
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/create_index.out /tmp/cirrus-ci-build/build-32/testrun/recovery/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/create_index.out	2024-10-11 16:34:33.213825313 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/recovery/027_stream_regress/data/results/create_index.out	2024-10-11 16:45:29....
@@ -3207,7 +3207,7 @@
 EXPLAIN SELECT * FROM bitmap_split_or WHERE (a = 1 OR a = 2) AND b = 2;
                                        QUERY PLAN                                        
 -----------------------------------------------------------------------------------------
- Bitmap Heap Scan on bitmap_split_or  (cost=16.29..36.06 rows=501 width=12)
+ Bitmap Heap Scan on bitmap_split_or  (cost=16.29..35.06 rows=501 width=12)
    Recheck Cond: (((b = 2) AND (a = 1)) OR ((b = 2) AND (a = 2)))
    ->  BitmapOr  (cost=16.29..16.29 rows=501 width=0)
          ->  Bitmap Index Scan on t_b_partial_1_idx  (cost=0.00..11.91 rows=501 width=0)
@@ -3226,7 +3226,7 @@
 EXPLAIN SELECT * FROM bitmap_split_or WHERE a = 1 AND (b = 1 OR b = 2) AND c = 2;
                                   QUERY PLAN                                  
 ------------------------------------------------------------------------------
- Bitmap Heap Scan on bitmap_split_or  (cost=8.83..14.31 rows=501 width=12)
+ Bitmap Heap Scan on bitmap_split_or  (cost=8.83..14.18 rows=501 width=12)
    Recheck Cond: (((b = 1) AND (c = 2)) OR ((a = 1) AND (b = 2)))
    Filter: ((a = 1) AND (c = 2))
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/create_index.out /tmp/cirrus-ci-build/build-32/testrun/regress/r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/create_index.out	2024-10-11 16:34:33.213825313 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/regress/regress/results/create_index.out	2024-10-11 16:44:48.576019652 +0000
@@ -3207,7 +3207,7 @@
 EXPLAIN SELECT * FROM bitmap_split_or WHERE (a = 1 OR a = 2) AND b = 2;
                                        QUERY PLAN                                        
 -----------------------------------------------------------------------------------------
- Bitmap Heap Scan on bitmap_split_or  (cost=16.29..36.06 rows=501 width=12)
+ Bitmap Heap Scan on bitmap_split_or  (cost=16.29..35.06 rows=501 width=12)
    Recheck Cond: (((b = 2) AND (a = 1)) OR ((b = 2) AND (a = 2)))
    ->  BitmapOr  (cost=16.29..16.29 rows=501 width=0)
          ->  Bitmap Index Scan on t_b_partial_1_idx  (cost=0.00..11.91 rows=501 width=0)
@@ -3226,7 +3226,7 @@
 EXPLAIN SELECT * FROM bitmap_split_or WHERE a = 1 AND (b = 1 OR b = 2) AND c = 2;
                                   QUERY PLAN                                  
 ------------------------------------------------------------------------------
- Bitmap Heap Scan on bitmap_split_or  (cost=8.83..14.31 rows=501 width=12)
+ Bitmap Heap Scan on bitmap_split_or  (cost=8.83..14.18 rows=501 width=12)
    Recheck Cond: (((b = 1) AND (c = 2)) OR ((a = 1) AND (b = 2)))
    Filter: ((a = 1) AND (c = 2))
...
tap
[16:45:51.827](70.955s) not ok 5 - regression tests pass
tap
[16:46:24.334](69.665s) not ok 2 - regression tests pass
test
[16:48:11.749]  14/310 postgresql:regress / regress/regress                                            ERROR            ...
[16:48:11.749] 121/310 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[16:48:11.749] 148/310 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
51/5272 Truncate logs by max_log_size
CompilerWarnings
compiler
[15:44:21.002] elog.c:1699:9: error: initializing 'char *' with an expression of type 'const char *' discards qualifiers...
compiler
[15:42:06.916] elog.c:1699:9: error: initializing 'char *' with an expression of type 'const char *' discards qualifiers...
compiler
[15:39:17.476] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar...
compiler
[15:37:26.816] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar...
compiler
[15:48:14.396] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/query_cancel.out /tmp/cirrus-ci-build/contrib/postgres_fdw/r...
--- /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/query_cancel.out	2024-10-11 15:35:00.900836276 +0000
+++ /tmp/cirrus-ci-build/contrib/postgres_fdw/results/query_cancel.out	2024-10-11 15:42:06.558671451 +0000
@@ -29,4 +29,5 @@
 -- This would take very long if not canceled:
 SELECT count(*) FROM ft1 a CROSS JOIN ft1 b CROSS JOIN ft1 c CROSS JOIN ft1 d;
 ERROR:  canceling statement due to statement timeout
+WARNING:  could not get result of cancel request due to timeout
 COMMIT;
51/5246 Allow SQL functions use CachedPlan machinery
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upg...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-10-11 14:22:12.311826000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/xml.out	2024-10-11 14:23:44.366612000 +000...
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-10-11 14:22:12.311826000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/xml.out	2024-10-11 14:24:27.443412000 +0...
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/regress/regress/resul...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-10-11 14:22:12.311826000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/xml.out	2024-10-11 14:23:44.546751000 +0000
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
tap
[14:24:03.650](60.410s) not ok 5 - regression tests pass
tap
[14:24:45.226](67.938s) not ok 2 - regression tests pass
test
[14:26:48.466]  40/310 postgresql:regress / regress/regress                                            ERROR            ...
[14:26:48.466]  91/310 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[14:26:48.466] 150/310 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/result...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-10-11 14:22:11.329384855 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/xml.out	2024-10-11 14:28:14.431425398 +0000
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-10-11 14:22:11.329384855 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/xml.out	2024-10-11 14:29:14.190118448 +0000
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/src/test/regress/results/xml.out
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-10-11 14:22:11.329384855 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/xml.out	2024-10-11 14:25:25.858847956 +0000
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
tap
[14:28:23.440](106.990s) not ok 5 - regression tests pass
tap
[14:29:21.145](67.677s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upg...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-10-11 14:22:12.706773006 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/xml.out	2024-10-11 14:24:34.992221118 +000...
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-10-11 14:22:12.706773006 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/xml.out	2024-10-11 14:25:06.864106540 +0...
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/regress/regress/resul...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-10-11 14:22:12.706773006 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/xml.out	2024-10-11 14:24:27.912237476 +0000
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
tap
[14:24:44.817](69.785s) not ok 5 - regression tests pass
tap
[14:25:14.788](66.210s) not ok 2 - regression tests pass
test
[14:26:55.342]  41/310 postgresql:regress / regress/regress                                            ERROR            ...
[14:26:55.342] 117/310 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[14:26:55.342] 148/310 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
macOS - Sonoma - Meson
test
[14:29:08.218]  27/310 postgresql:regress / regress/regress                                            ERROR            ...
[14:29:08.218]  48/310 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[14:29:08.218] 150/310 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5117 VACUUM FULL / CLUSTER CONCURRENTLY
CompilerWarnings
compiler
[13:17:21.993] cluster.c:2638:48: error: ‘entry’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[13:16:48.437] cluster.c:2638:48: error: ‘entry’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[13:24:21.737] cluster.c:2638:48: error: ‘entry’ may be used uninitialized [-Werror=maybe-uninitialized]
FreeBSD - 13 - Meson
assertion
TRAP: failed Assert("!OidIsValid(clustered_rel)"), File: "../src/backend/commands/cluster.c", Line: 2472, PID: 22270
core
[13:23:15.504] #0  0x000000082adcc41a in thr_kill () from /lib/libc.so.7
[13:23:15.504] #1  0x000000082ad45e64 in raise () from /lib/libc.so.7
[13:23:15.504] #2  0x000000082adf66f9 in abort () from /lib/libc.so.7
[13:23:15.504] #3  0x0000000000a972d5 in ExceptionalCondition (conditionName=0x2e6a4f "!OidIsValid(clustered_rel)", file...
[13:23:15.504] #4  0x00000000006c9169 in begin_concurrent_cluster (rel_p=0x821132ea8, index_p=0x821132e70, entered_p=<op...
[13:23:15.504] #5  cluster_rel (OldHeap=0x83643a3e0, indexOid=indexOid@entry=20793, params=params@entry=0x821132f64, isT...
[13:23:15.504] #6  0x00000000006c678e in cluster (pstate=pstate@entry=0x836304500, stmt=stmt@entry=0x8362f7e58, isTopLev...
[13:23:15.504] #7  0x00000000009420e4 in standard_ProcessUtility (pstmt=0x8362f74f8, queryString=0x8362f6100 "\n\tCLUSTE...
[13:23:15.504] #8  0x0000000000941de8 in ProcessUtility (pstmt=0x18e24, queryString=0x6 <error: Cannot access memory at ...
[13:23:15.504] #9  0x0000000000941923 in PortalRunUtility (portal=0x8363cd100, pstmt=0x8362f74f8, isTopLevel=<optimized ...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/cluster.out /tmp/cirrus-ci-build/build/testrun/...
--- /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/cluster.out	2024-10-11 13:16:12.443830000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/injection_points/isolation/results/cluster.out	2024-10-11 13:19:56.248936000 +000...
@@ -8,7 +8,8 @@
 
 step wait_before_lock: 
 	CLUSTER (CONCURRENTLY) clstr_test USING clstr_test_pkey;
- <waiting ...>
+
+ERROR:  file of relation "clstr_test" changed by another transaction
 step change_existing: 
 	UPDATE clstr_test SET i=10 where i=1;
 	UPDATE clstr_test SET j=20 where i=2;
@@ -63,12 +64,7 @@
 step wakeup_before_lock: 
 	SELECT injection_points_wakeup('cluster-concurrently-before-lock');
 
-injection_points_wakeup
------------------------
-                       
...
test
[13:22:06.783] 115/310 postgresql:injection_points / injection_points/isolation                        ERROR            ...
Linux - Debian Bookworm - Meson
core
[13:25:53.378] #0  0x00007f8f810a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:25:53.378] #1  0x00007f8f8105afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:25:53.378] #2  0x00007f8f81045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:25:53.378] #3  0x00007f8f8121e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[13:25:53.378] #4  0x00007f8f8122aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[13:25:53.378] #5  0x00007f8f8120d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x7f8f755da8c0,...
[13:25:53.378] #6  0x00007f8f755d67b2 in store_change (ctx=ctx@entry=0x5611a029b180, kind=kind@entry=CHANGE_UPDATE_OLD, ...
[13:25:53.378] #7  0x00007f8f755d6e73 in plugin_change (ctx=0x5611a029b180, txn=<optimized out>, relation=<optimized out...
[13:25:53.378] #8  0x00005611869e08fe in change_cb_wrapper (cache=<optimized out>, txn=<optimized out>, relation=<optimi...
[13:25:53.378] #9  0x00005611869edb60 in ReorderBufferApplyChange (rb=rb@entry=0x5611a0353ae0, txn=txn@entry=0x5611a02c2...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/cluster.out /tmp/cirrus-ci-build/build/testrun/...
--- /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/cluster.out	2024-10-11 13:16:09.794445830 +0000
+++ /tmp/cirrus-ci-build/build/testrun/injection_points/isolation/results/cluster.out	2024-10-11 13:22:53.185803148 +000...
@@ -68,118 +68,7 @@
                        
 (1 row)
 
-step wait_before_lock: <... completed>
-step check1: 
-	INSERT INTO relfilenodes(node)
-	SELECT relfilenode FROM pg_class WHERE relname='clstr_test';
-
-	SELECT count(DISTINCT node) FROM relfilenodes;
-
-	SELECT i, j FROM clstr_test ORDER BY i, j;
-
-	INSERT INTO data_s1(_xmin, _cmin, i, j)
-	SELECT xmin, cmin, i, j FROM clstr_test;
-
-	SELECT count(*)
...
test
[13:24:46.904] 115/310 postgresql:injection_points / injection_points/isolation                        ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[13:17:14.929] ../src/backend/commands/cluster.c(4447): warning C4129: '%': unrecognized character escape sequence
51/5004 CREATE INDEX CONCURRENTLY for partitioned tables
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_p...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-10-11 12:47:16.009498000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/indexing.out	2024-10-11 12:48:52.160847000...
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/recovery/027_str...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-10-11 12:47:16.009498000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/indexing.out	2024-10-11 12:49:24.9565980...
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/regress/regress/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-10-11 12:47:16.009498000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/indexing.out	2024-10-11 12:48:46.272594000 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[12:48:55.869](60.076s) not ok 5 - regression tests pass
tap
[12:49:27.927](58.034s) not ok 2 - regression tests pass
test
[13:04:33.625]  38/310 postgresql:regress / regress/regress                                            ERROR            ...
[13:04:33.625]  72/310 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[13:04:33.625] 125/310 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[13:04:33.625] 310/310 postgresql:isolation / isolation/isolation                                      TIMEOUT        10...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-10-11 12:47:16.600207373 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/indexing.out	2024-10-11 12:51:53.540450528 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/partitioned-cic.out /tmp/cirrus-ci-build/src/test/isolation/ou...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/partitioned-cic.out	2024-10-11 12:47:16.436668443 +0000
+++ /tmp/cirrus-ci-build/src/test/isolation/output_iso/results/partitioned-cic.out	2024-10-11 13:14:11.330646251 +0000
@@ -3,10 +3,14 @@
 starting permutation: lock_p1 cic insert drop2 commit chk_content
 step lock_p1: lock cictab_part_1 in row exclusive mode;
 step cic: CREATE INDEX CONCURRENTLY ON cictab(i); <waiting ...>
-step insert: insert into cictab values (1, 1), (11, 1);
-step drop2: DROP TABLE cictab_part_2;
+step insert: insert into cictab values (1, 1), (11, 1); <waiting ...>
+isolationtester: canceling step insert after 360 seconds
+step insert: <... completed>
+ERROR:  canceling statement due to user request
+step drop2: DROP TABLE cictab_part_2; <waiting ...>
 step commit: COMMIT;
 step cic: <... completed>
+step drop2: <... completed>
 step chk_content: 
   set enable_seqscan to off;
   explain (costs off) select * from cictab where i > 0;
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/src/test/regress/results/index...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-10-11 12:47:16.600207373 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/indexing.out	2024-10-11 12:50:20.672512104 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[12:51:55.943](92.745s) not ok 5 - regression tests pass
Linux - Debian Bookworm - Meson
core
[13:06:57.987] #0  0x00007f89a1fabb13 in wait4 () from /lib/x86_64-linux-gnu/libc.so.6
[13:06:57.987] #1  0x000055c38a9a2cc0 in ?? ()
[13:06:57.987] #2  0x000055c38a9a2efa in ?? ()
[13:06:57.987] #3  0x000055c38a9a4630 in ?? ()
[13:06:57.987] #4  0x000055c38a99e371 in ?? ()
[13:06:57.987] #5  0x000055c38a99d20f in ?? ()
[13:06:57.987] #6  0x000055c38a99dc3b in ?? ()
[13:06:57.987] #7  0x000055c38a99b66f in ?? ()
[13:06:57.987] #8  0x00007f89a1eff24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:06:57.987] #9  0x00007f89a1eff305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:06:57.871] #0  0x00007f2fecb48a50 in ?? ()
[13:06:57.871] #1  0x0000000000000003 in ?? ()
[13:06:57.871] #2  0x00007fff79ee438f in ?? ()
[13:06:57.871] #3  0x00007fff79ee4392 in ?? ()
[13:06:57.871] #4  0x00007fff79ee442e in ?? ()
[13:06:57.871] #5  0x0000000000000000 in ?? ()
[13:06:57.979] #0  0x00007f89a1fabb13 in wait4 () from /lib/x86_64-linux-gnu/libc.so.6
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_p...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-10-11 12:47:38.136741682 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/indexing.out	2024-10-11 12:49:55.902736390...
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/recovery/027_str...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-10-11 12:47:38.136741682 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/indexing.out	2024-10-11 12:50:20.9869063...
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/regress/regress/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-10-11 12:47:38.136741682 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/indexing.out	2024-10-11 12:49:49.898712054 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[12:49:57.796](64.255s) not ok 5 - regression tests pass
tap
[12:50:22.912](58.883s) not ok 2 - regression tests pass
test
[13:05:30.025]  39/310 postgresql:regress / regress/regress                                            ERROR            ...
[13:05:30.025]  88/310 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[13:05:30.025] 133/310 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[13:05:30.025] 310/310 postgresql:isolation / isolation/isolation                                      TIMEOUT        10...
macOS - Sonoma - Meson
core
[13:08:07.332]   * frame #0: 0x00000001008f8b70 dyld`_dyld_start
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/indexing.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_up...
--- /Users/admin/pgsql/src/test/regress/expected/indexing.out	2024-10-11 12:47:12
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/indexing.out	2024-10-11 12:49:23
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/indexing.out /Users/admin/pgsql/build/testrun/recovery/027_stream_...
--- /Users/admin/pgsql/src/test/regress/expected/indexing.out	2024-10-11 12:47:12
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/indexing.out	2024-10-11 12:50:46
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/indexing.out /Users/admin/pgsql/build/testrun/regress/regress/resu...
--- /Users/admin/pgsql/src/test/regress/expected/indexing.out	2024-10-11 12:47:12
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/indexing.out	2024-10-11 12:49:22
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[12:49:26.880](56.819s) not ok 5 - regression tests pass
tap
[12:50:51.717](83.830s) not ok 2 - regression tests pass
test
[13:05:06.656]  27/310 postgresql:regress / regress/regress                                            ERROR            ...
[13:05:06.656]  44/310 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[13:05:06.656] 116/310 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[13:05:06.656] 310/310 postgresql:isolation / isolation/isolation                                      TIMEOUT        10...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/indexing.out C:/cirrus/build/testrun/pg_upgrade/002_pg_...
--- C:/cirrus/src/test/regress/expected/indexing.out	2024-10-11 12:47:42.534975500 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/indexing.out	2024-10-11 12:51:56.843360700 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/indexing.out C:/cirrus/build/testrun/recovery/027_strea...
--- C:/cirrus/src/test/regress/expected/indexing.out	2024-10-11 12:47:42.534975500 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/indexing.out	2024-10-11 12:54:01.129017600 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/indexing.out C:/cirrus/build/testrun/regress/regress/re...
--- C:/cirrus/src/test/regress/expected/indexing.out	2024-10-11 12:47:42.534975500 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/indexing.out	2024-10-11 12:51:39.536221100 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[12:52:02.433](127.198s) not ok 5 - regression tests pass
tap
[12:54:09.829](117.371s) not ok 2 - regression tests pass
test
[13:06:27.738]  22/305 postgresql:regress / regress/regress                                            ERROR           1...
[13:06:27.738]  40/305 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           2...
[13:06:27.738]  71/305 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
[13:06:27.738] 305/305 postgresql:isolation / isolation/isolation                                      TIMEOUT        10...
50/5270 jsonpath string methods: lower, upper, initcap, l/r/btrim, replace, split_part
CompilerWarnings
compiler
[11:47:57.521] jsonpath_exec.c:2829:13: error: mixing declarations and code is incompatible with standards before C99 [-...
compiler
[11:47:48.240] jsonpath_exec.c:2829:13: error: mixing declarations and code is incompatible with standards before C99 [-...
compiler
[11:47:17.110] jsonpath_exec.c:2829:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta...
compiler
[11:47:07.528] jsonpath_exec.c:2829:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta...
compiler
[11:48:22.861] jsonpath_exec.c:2829:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta...
Linux - Debian Bookworm - Meson
core
[11:55:27.969] #0  <unavailable> in ?? ()
core
[11:55:27.850] #0  0x00007f2716c3ad24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[11:55:27.850] #1  0x00007f2716be7239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[11:55:27.850] #2  0x00007f2716be7497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[11:55:27.850] #3  0x00005609cf5115c1 in ?? ()
[11:55:27.850] #4  0x00005609cf50b369 in ?? ()
[11:55:27.850] #5  0x00005609cf50a20f in ?? ()
[11:55:27.850] #6  0x00005609cf50ac3b in ?? ()
[11:55:27.850] #7  0x00005609cf50866f in ?? ()
[11:55:27.850] #8  0x00007f2716bd224a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[11:55:27.850] #9  0x00007f2716bd2305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[11:55:27.969] #0  0x00007f2716c3ad24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[11:55:27.969] #1  0x00007f2716be7239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[11:55:27.969] #2  0x00007f2716be7497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[11:55:27.969] #3  0x00005609cf5115f3 in ?? ()
[11:55:27.969] #4  0x00005609cf50b369 in ?? ()
[11:55:27.969] #5  0x00005609cf50a20f in ?? ()
[11:55:27.969] #6  0x00005609cf50ac3b in ?? ()
[11:55:27.969] #7  0x00005609cf50866f in ?? ()
[11:55:27.969] #8  0x00007f2716bd224a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[11:55:27.969] #9  0x00007f2716bd2305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out /tmp/cirrus-ci-build/build-32/testrun/pg_upgr...
--- /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out	2024-10-11 11:46:10.841014022 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/pg_upgrade/002_pg_upgrade/data/results/jsonb_jsonpath.out	2024-10-11 11:51:48....
@@ -3078,7 +3078,7 @@
 select jsonb_path_query('"abc~@~def~@~ghi"', '$.split_part("~@~", 2)');
  jsonb_path_query 
 ------------------
- "def"
+ ""
 (1 row)
 
 -- Test string methods play nicely together
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out /tmp/cirrus-ci-build/build-32/testrun/recover...
--- /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out	2024-10-11 11:46:10.841014022 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/recovery/027_stream_regress/data/results/jsonb_jsonpath.out	2024-10-11 11:52:2...
@@ -3078,7 +3078,7 @@
 select jsonb_path_query('"abc~@~def~@~ghi"', '$.split_part("~@~", 2)');
  jsonb_path_query 
 ------------------
- "def"
+ ""
 (1 row)
 
 -- Test string methods play nicely together
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out /tmp/cirrus-ci-build/build-32/testrun/regress...
--- /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out	2024-10-11 11:46:10.841014022 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/regress/regress/results/jsonb_jsonpath.out	2024-10-11 11:51:38.034555212 +0000
@@ -3078,7 +3078,7 @@
 select jsonb_path_query('"abc~@~def~@~ghi"', '$.split_part("~@~", 2)');
  jsonb_path_query 
 ------------------
- "def"
+ ""
 (1 row)
 
 -- Test string methods play nicely together
tap
[11:52:04.877](70.167s) not ok 5 - regression tests pass
tap
[11:52:35.600](68.079s) not ok 2 - regression tests pass
test
[11:54:22.764]  38/310 postgresql:regress / regress/regress                                            ERROR            ...
[11:54:22.764] 121/310 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[11:54:22.764] 148/310 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
51/5027 Track the amount of time waiting due to cost_delay
CompilerWarnings
compiler
[11:01:55.144] vacuum.c:121:9: error: no previous extern declaration for non-static variable 'nap_time_since_last_report...
compiler
[11:01:47.607] vacuum.c:121:9: error: no previous extern declaration for non-static variable 'nap_time_since_last_report...
51/5294 Add “FOR UPDATE NOWAIT” lock details to the log.
CompilerWarnings
compiler
[06:56:42.368] proc.c:1982:1: error: conflicting types for 'CollectLockHoldersAndWaiters'
compiler
[06:56:42.368] proc.c:1240:3: error: implicit declaration of function 'CollectLockHoldersAndWaiters' is invalid in C99 [...
compiler
[06:56:42.368] proc.c:1549:4: error: implicit declaration of function 'CollectLockHoldersAndWaiters' is invalid in C99 [...
compiler
[06:56:42.368] proc.c:1126:8: error: unused variable 'first_holder' [-Werror,-Wunused-variable]
compiler
[06:56:42.368] proc.c:1127:5: error: unused variable 'first_waiter' [-Werror,-Wunused-variable]
compiler
[06:56:19.709] proc.c:1240:3: error: implicit declaration of function 'CollectLockHoldersAndWaiters' is invalid in C99 [...
compiler
[06:56:19.709] proc.c:1127:5: error: unused variable 'first_waiter' [-Werror,-Wunused-variable]
compiler
[06:56:19.709] proc.c:1126:8: error: unused variable 'first_holder' [-Werror,-Wunused-variable]
compiler
[06:56:19.709] proc.c:1549:4: error: implicit declaration of function 'CollectLockHoldersAndWaiters' is invalid in C99 [...
compiler
[06:56:19.709] proc.c:1982:1: error: conflicting types for 'CollectLockHoldersAndWaiters'
compiler
[06:55:36.265] proc.c:1240:17: error: implicit declaration of function ‘CollectLockHoldersAndWaiters’ [-Werror=implicit-...
compiler
[06:55:36.265] proc.c:1982:1: error: conflicting types for ‘CollectLockHoldersAndWaiters’; have ‘void(PROCLOCK *, LOCK *...
compiler
[06:55:36.265] proc.c:1126:25: error: unused variable ‘first_holder’ [-Werror=unused-variable]
compiler
[06:55:36.265] proc.c:1982:1: error: no previous prototype for ‘CollectLockHoldersAndWaiters’ [-Werror=missing-prototype...
compiler
[06:55:36.265] proc.c:1127:33: error: unused variable ‘first_waiter’ [-Werror=unused-variable]
compiler
[06:55:04.229] proc.c:1982:1: error: conflicting types for ‘CollectLockHoldersAndWaiters’; have ‘void(PROCLOCK *, LOCK *...
compiler
[06:55:04.229] proc.c:1240:17: error: implicit declaration of function ‘CollectLockHoldersAndWaiters’ [-Werror=implicit-...
compiler
[06:55:04.229] proc.c:1127:33: error: unused variable ‘first_waiter’ [-Werror=unused-variable]
compiler
[06:55:04.229] proc.c:1126:25: error: unused variable ‘first_holder’ [-Werror=unused-variable]
compiler
[06:55:04.229] proc.c:1982:1: error: no previous prototype for ‘CollectLockHoldersAndWaiters’ [-Werror=missing-prototype...
compiler
[06:57:41.307] proc.c:1126:25: error: unused variable ‘first_holder’ [-Werror=unused-variable]
compiler
[06:57:41.307] proc.c:1127:33: error: unused variable ‘first_waiter’ [-Werror=unused-variable]
compiler
[06:57:41.307] proc.c:1240:17: error: implicit declaration of function ‘CollectLockHoldersAndWaiters’ [-Werror=implicit-...
compiler
[06:57:41.307] proc.c:1982:1: error: conflicting types for ‘CollectLockHoldersAndWaiters’; have ‘void(PROCLOCK *, LOCK *...
compiler
[06:57:41.307] proc.c:1982:1: error: no previous prototype for ‘CollectLockHoldersAndWaiters’ [-Werror=missing-prototype...
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[06:55:46.639] ../src/backend/storage/lmgr/proc.c(1982): error C2371: 'CollectLockHoldersAndWaiters': redefinition; diff...
51/4390 add not_before and not_after timestamps to sslinfo extension and pg_stat_ssl
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[05:07:04.888] ../src/backend/libpq/be-secure-openssl.c(1528): warning C4047: 'function': 'ASN1_TIME *' differs in level...
compiler
[05:07:04.888] ../src/backend/libpq/be-secure-openssl.c(1519): warning C4047: 'function': 'ASN1_TIME *' differs in level...
compiler
[05:07:04.967] ../src/backend/libpq/be-secure-openssl.c(1528): warning C4024: 'ASN1_TIME_to_timestamptz': different type...
compiler
[05:07:04.888] ../src/backend/libpq/be-secure-openssl.c(1519): warning C4024: 'ASN1_TIME_to_timestamptz': different type...
compiler
[05:07:20.724] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notBefore referenced i...
compiler
[05:07:20.865] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notAfter referenced in...
51/3461 In-place persistence change of a relation (fast ALTER TABLE ... SET LOGGED with wal_level=minimal)
CompilerWarnings
compiler
[04:31:52.134] simpleundolog.c:69:14: error: no previous extern declaration for non-static variable 'UndoRoutines' [-Wer...
compiler
[04:30:25.911] simpleundolog.c:69:14: error: no previous extern declaration for non-static variable 'UndoRoutines' [-Wer...
Linux - Debian Bookworm - Meson
core
[04:34:28.456] #0  0x00007fddf74a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:34:28.456] #1  0x00007fddf745afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:34:28.456] #2  0x00007fddf7445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:34:28.456] #3  0x00007fddf761e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:34:28.456] #4  0x00007fddf762aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:34:28.456] #5  0x00007fddf760d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55df91842d20,...
[04:34:28.456] #6  0x000055df90939f2c in ParseCommitRecord (info=<optimized out>, xlrec=<optimized out>, parsed=parsed@e...
[04:34:28.456] #7  0x000055df9098e398 in xact_redo (record=0x55dfb43d1500) at ../src/backend/access/transam/xact.c:6430
[04:34:28.456] #8  0x000055df909b195f in ApplyWalRecord (xlogreader=0x55dfb43d1500, record=record@entry=0x7fddf308d920, ...
[04:34:28.456] #9  0x000055df909b75a7 in PerformWalRecovery () at ../src/backend/access/transam/xlogrecovery.c:1823
tap
[04:33:23.194](226.596s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /tmp/cirrus-ci-build/src/test/recovery/t/027_stream_regress.pl line 103.
test
[04:33:23.392] 310/310 postgresql:recovery / recovery/027_stream_regress                               ERROR           2...
51/5070 Incorrect error message for cancellation triggered by statement_timeout & flaky test
CompilerWarnings
compiler
[03:22:51.341] backend_startup.c:270:63: error: data argument not used by format string [-Werror,-Wformat-extra-args]
compiler
[03:22:51.341] backend_startup.c:270:63: error: variable 'status' is uninitialized when used here [-Werror,-Wuninitializ...
compiler
[03:22:42.425] backend_startup.c:270:63: error: data argument not used by format string [-Werror,-Wformat-extra-args]
compiler
[03:22:42.425] backend_startup.c:270:63: error: variable 'status' is uninitialized when used here [-Werror,-Wuninitializ...
compiler
[03:22:08.446] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args]
compiler
[03:22:08.446] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit...
compiler
[03:22:00.248] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit...
compiler
[03:22:00.248] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args]
compiler
[03:23:16.925] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit...
compiler
[03:23:16.925] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args]
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[03:23:11.728] c:\cirrus\src\backend\tcop\backend_startup.c(270) : warning C4700: uninitialized local variable 'status' ...
51/4720 "unexpected duplicate for tablespace" problem in logical replication
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/00...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-10-11 03:01:18.572758000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_table.out	2024-10-11 03:02:59.101616...
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37710 |            |             0 |       37710 | pktable
+ 37715 |            |             0 |       37715 | fktable
+ 37713 |            |             0 |       37713 | pktable_pkey
+ 38197 |            |             0 |       38202 | foo
+ 38206 |            |             0 |       38206 | pg_toast_38197_index
+ 38205 |            |             0 |       38205 | pg_toast_38197
+ 38422 |            |             0 |       38422 | old_oids
+ 38443 |            |             0 |       38443 | pg_toast_38440
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/recovery/027_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-10-11 03:01:18.572758000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/alter_table.out	2024-10-11 03:03:43.6415...
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37628 |            |             0 |       37628 | pktable_pkey
+ 37625 |            |             0 |       37625 | pktable
+ 37630 |            |             0 |       37630 | fktable
+ 38254 |            |             0 |       38259 | foo
+ 38263 |            |             0 |       38263 | pg_toast_38254_index
+ 38262 |            |             0 |       38262 | pg_toast_38254
+ 38447 |            |             0 |       38447 | old_oids
+ 38464 |            |             0 |       38464 | pg_toast_38461
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/regress/regre...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-10-11 03:01:18.572758000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/alter_table.out	2024-10-11 03:03:00.572850000 +0000
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37563 |            |             0 |       37563 | pktable_pkey
+ 37560 |            |             0 |       37560 | pktable
+ 37565 |            |             0 |       37565 | fktable
+ 38219 |            |             0 |       38224 | foo
+ 38228 |            |             0 |       38228 | pg_toast_38219_index
+ 38227 |            |             0 |       38227 | pg_toast_38219
+ 38484 |            |             0 |       38484 | old_oids
+ 38501 |            |             0 |       38501 | pg_toast_38498
...
tap
[03:03:07.908](63.785s) not ok 5 - regression tests pass
tap
[03:03:51.946](68.957s) not ok 2 - regression tests pass
test
[03:05:49.740]  42/310 postgresql:regress / regress/regress                                            ERROR            ...
[03:05:49.740]  82/310 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[03:05:49.740] 151/310 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
core
[03:10:17.727] #0  0x00007f8dac8b0d24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[03:10:17.727] #1  0x00007f8dac85d239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[03:10:17.727] #2  0x00007f8dac918184 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[03:10:17.727] #3  0x00007f8dac92a7dc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[03:10:17.727] #0  <unavailable> in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_chec...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-10-11 03:00:47.216882157 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/alter_table.out	2024-10-11 03:06:36.972959034 +0000
@@ -3491,9 +3491,29 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 38806 |            |             0 |       38806 | pg_toast_38803
+ 38807 |            |             0 |       38807 | pg_toast_38803_index
+ 37849 |            |             0 |       37849 | users_id_seq
+ 37858 |            |             0 |       37858 | pg_toast_37850
+ 37861 |            |             0 |       37861 | pg_toast_37850_index
+ 37850 |            |             0 |       37850 | users
+ 38005 |            |             0 |       38005 | foo
+ 38223 |            |             0 |       38223 | forc_test
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/src/test/recovery/tmp_check...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-10-11 03:00:47.216882157 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/alter_table.out	2024-10-11 03:07:41.549416636 +0000
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37705 |            |             0 |       37705 | pktable_pkey
+ 37702 |            |             0 |       37702 | pktable
+ 37707 |            |             0 |       37707 | fktable
+ 38220 |            |             0 |       38228 | foo
+ 38232 |            |             0 |       38232 | pg_toast_38220_index
+ 38231 |            |             0 |       38231 | pg_toast_38220
+ 38429 |            |             0 |       38429 | old_oids
+ 38447 |            |             0 |       38447 | pg_toast_38444
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/src/test/regress/results/al...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-10-11 03:00:47.216882157 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/alter_table.out	2024-10-11 03:03:56.085013312 +0000
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37781 |            |             0 |       37781 | pktable_pkey
+ 37778 |            |             0 |       37778 | pktable
+ 37783 |            |             0 |       37783 | fktable
+ 38294 |            |             0 |       38299 | foo
+ 38304 |            |             0 |       38304 | pg_toast_38294_index
+ 38303 |            |             0 |       38303 | pg_toast_38294
+ 38516 |            |             0 |       38516 | old_oids
+ 38535 |            |             0 |       38535 | pg_toast_38532
...
tap
[03:06:46.160](107.099s) not ok 5 - regression tests pass
tap
[03:07:49.751](66.016s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/00...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-10-11 03:01:05.857031985 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_table.out	2024-10-11 03:03:49.400638...
@@ -3491,9 +3491,26 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 38508 |            |             0 |       38508 | forc_test
+ 37957 |            |             0 |       37957 | users_id_seq
+ 37962 |            |             0 |       37962 | pg_toast_37958
+ 37963 |            |             0 |       37963 | pg_toast_37958_index
+ 37958 |            |             0 |       37958 | users
+ 38294 |            |             0 |       38294 | foo
+ 37693 |            |             0 |       37693 | pktable_pkey
+ 37690 |            |             0 |       37690 | pktable
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/recovery/027_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-10-11 03:01:05.857031985 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/alter_table.out	2024-10-11 03:04:21.8964...
@@ -3491,9 +3491,26 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 38047 |            |             0 |       38047 | foo
+ 37855 |            |             0 |       37855 | users_id_seq
+ 37860 |            |             0 |       37860 | pg_toast_37856
+ 37861 |            |             0 |       37861 | pg_toast_37856_index
+ 37856 |            |             0 |       37856 | users
+ 38267 |            |             0 |       38267 | forc_test
+ 37570 |            |             0 |       37570 | pktable_pkey
+ 37567 |            |             0 |       37567 | pktable
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/regress/regre...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-10-11 03:01:05.857031985 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/alter_table.out	2024-10-11 03:03:43.296669350 +0000
@@ -3491,9 +3491,29 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37915 |            |             0 |       37915 | users_id_seq
+ 37920 |            |             0 |       37920 | pg_toast_37916
+ 37921 |            |             0 |       37921 | pg_toast_37916_index
+ 37916 |            |             0 |       37916 | users
+ 38165 |            |             0 |       38165 | foo
+ 38394 |            |             0 |       38394 | forc_test
+ 38663 |            |             0 |       38663 | pg_toast_38660
+ 38665 |            |             0 |       38665 | pg_toast_38660_index
...
tap
[03:03:56.219](79.066s) not ok 5 - regression tests pass
tap
[03:04:29.478](78.483s) not ok 2 - regression tests pass
test
[03:06:14.362]  42/310 postgresql:regress / regress/regress                                            ERROR            ...
[03:06:14.362] 128/310 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[03:06:14.362] 153/310 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/alter_table.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg...
--- /Users/admin/pgsql/src/test/regress/expected/alter_table.out	2024-10-11 03:00:47
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_table.out	2024-10-11 03:02:47
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37533 |            |             0 |       37533 | pktable_pkey
+ 37530 |            |             0 |       37530 | pktable
+ 37535 |            |             0 |       37535 | fktable
+ 38156 |            |             0 |       38161 | foo
+ 38165 |            |             0 |       38165 | pg_toast_38156_index
+ 38164 |            |             0 |       38164 | pg_toast_38156
+ 38380 |            |             0 |       38380 | old_oids
+ 38397 |            |             0 |       38397 | pg_toast_38394
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/alter_table.out /Users/admin/pgsql/build/testrun/recovery/027_stre...
--- /Users/admin/pgsql/src/test/regress/expected/alter_table.out	2024-10-11 03:00:47
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/alter_table.out	2024-10-11 03:03:58
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37576 |            |             0 |       37576 | pktable_pkey
+ 37573 |            |             0 |       37573 | pktable
+ 37578 |            |             0 |       37578 | fktable
+ 38125 |            |             0 |       38130 | foo
+ 38134 |            |             0 |       38134 | pg_toast_38125_index
+ 38133 |            |             0 |       38133 | pg_toast_38125
+ 38348 |            |             0 |       38348 | old_oids
+ 38374 |            |             0 |       38374 | pg_toast_38371
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/alter_table.out /Users/admin/pgsql/build/testrun/regress/regress/r...
--- /Users/admin/pgsql/src/test/regress/expected/alter_table.out	2024-10-11 03:00:47
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/alter_table.out	2024-10-11 03:02:47
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37771 |            |             0 |       37771 | pktable_pkey
+ 37768 |            |             0 |       37768 | pktable
+ 37773 |            |             0 |       37773 | fktable
+ 38183 |            |             0 |       38188 | foo
+ 38192 |            |             0 |       38192 | pg_toast_38183_index
+ 38191 |            |             0 |       38191 | pg_toast_38183
+ 38414 |            |             0 |       38414 | old_oids
+ 38435 |            |             0 |       38435 | pg_toast_38432
...
tap
[03:02:54.418](54.729s) not ok 5 - regression tests pass
tap
[03:04:04.996](70.732s) not ok 2 - regression tests pass
test
[03:06:46.436]  27/310 postgresql:regress / regress/regress                                            ERROR            ...
[03:06:46.436]  47/310 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[03:06:46.436] 142/310 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/alter_table.out C:/cirrus/build/testrun/pg_upgrade/002_...
--- C:/cirrus/src/test/regress/expected/alter_table.out	2024-10-11 03:02:48.966119500 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_table.out	2024-10-11 03:06:50.776312100 +0000
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 36946 |            |             0 |       36946 | pktable_pkey
+ 36943 |            |             0 |       36943 | pktable
+ 36949 |            |             0 |       36949 | fktable
+ 37823 |            |             0 |       37830 | foo
+ 37834 |            |             0 |       37834 | pg_toast_37823_index
+ 37833 |            |             0 |       37833 | pg_toast_37823
+ 38098 |            |             0 |       38098 | old_oids
+ 38127 |            |             0 |       38127 | pg_toast_38124
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/alter_table.out C:/cirrus/build/testrun/recovery/027_st...
--- C:/cirrus/src/test/regress/expected/alter_table.out	2024-10-11 03:02:48.966119500 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/alter_table.out	2024-10-11 03:09:14.447752300 +0000
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37860 |            |             0 |       37865 | foo
+ 37869 |            |             0 |       37869 | pg_toast_37860_index
+ 37868 |            |             0 |       37868 | pg_toast_37860
+ 36929 |            |             0 |       36929 | pktable_pkey
+ 36926 |            |             0 |       36926 | pktable
+ 36931 |            |             0 |       36931 | fktable
+ 38102 |            |             0 |       38102 | old_oids
+ 38134 |            |             0 |       38134 | pg_toast_38131
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/alter_table.out C:/cirrus/build/testrun/regress/regress...
--- C:/cirrus/src/test/regress/expected/alter_table.out	2024-10-11 03:02:48.966119500 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/alter_table.out	2024-10-11 03:06:43.611754200 +0000
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37494 |            |             0 |       37494 | pktable_pkey
+ 37491 |            |             0 |       37491 | pktable
+ 37497 |            |             0 |       37497 | fktable
+ 38050 |            |             0 |       38050 | pg_toast_38041_index
+ 38049 |            |             0 |       38049 | pg_toast_38041
+ 38041 |            |             0 |       38046 | foo
+ 38234 |            |             0 |       38234 | old_oids
+ 38251 |            |             0 |       38251 | pg_toast_38248
...
tap
[03:07:11.507](134.421s) not ok 5 - regression tests pass
tap
[03:09:32.626](136.428s) not ok 2 - regression tests pass
test
[03:17:16.789]  24/305 postgresql:regress / regress/regress                                            ERROR           1...
[03:17:16.789]  43/305 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           2...
[03:17:16.789]  96/305 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5031 Remove dependence on integer wrapping
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/date.out C:/cirrus/build/testrun/pg_upgrade/002_pg_upgr...
--- C:/cirrus/src/test/regress/expected/date.out	2024-10-11 02:25:39.797442600 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/date.out	2024-10-11 02:27:50.913578400 +0000
@@ -1533,4 +1533,4 @@
 select make_time(24, 0, 2.1);
 ERROR:  time field value out of range: 24:00:2.1
 SELECT make_date(-2147483648, 1, 1);
-ERROR:  date field value out of range: -2147483648-01-01
+ERROR:  date field value out of range: 24301-01-01
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/date.out C:/cirrus/build/testrun/recovery/027_stream_re...
--- C:/cirrus/src/test/regress/expected/date.out	2024-10-11 02:25:39.797442600 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/date.out	2024-10-11 02:30:10.369289600 +0000
@@ -1533,4 +1533,4 @@
 select make_time(24, 0, 2.1);
 ERROR:  time field value out of range: 24:00:2.1
 SELECT make_date(-2147483648, 1, 1);
-ERROR:  date field value out of range: -2147483648-01-01
+ERROR:  date field value out of range: 24301-01-01
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/date.out C:/cirrus/build/testrun/regress/regress/result...
--- C:/cirrus/src/test/regress/expected/date.out	2024-10-11 02:25:39.797442600 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/date.out	2024-10-11 02:27:45.820589200 +0000
@@ -1533,4 +1533,4 @@
 select make_time(24, 0, 2.1);
 ERROR:  time field value out of range: 24:00:2.1
 SELECT make_date(-2147483648, 1, 1);
-ERROR:  date field value out of range: -2147483648-01-01
+ERROR:  date field value out of range: 24301-01-01
tap
[02:29:41.738](115.693s) not ok 5 - regression tests pass
tap
[02:32:02.995](122.393s) not ok 2 - regression tests pass
test
[02:38:44.412]   6/305 postgresql:regress / regress/regress                                            ERROR           1...
[02:38:44.412]  37/305 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[02:38:44.412]  91/305 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5252 Trim the heap free memory
CompilerWarnings
compiler
[22:47:05.183] postgres.c:2830:33: error: assignment to ‘char *’ from ‘int’ makes pointer from integer without a cast [-...
compiler
[22:47:05.183] postgres.c:2826:47: error: initialization of ‘char *’ from ‘int’ makes pointer from integer without a cas...
compiler
[22:47:05.183] postgres.c:2826:47: error: implicit declaration of function ‘sbrk’ [-Werror=implicit-function-declaration...
compiler
[22:47:05.183] postgres.c:2829:25: error: implicit declaration of function ‘malloc_trim’ [-Werror=implicit-function-decl...
Linux - Debian Bookworm - Autoconf
core
[22:49:58.016] #0  0x00007ff0937c0981 in ?? () from /lib64/ld-linux-x86-64.so.2
[22:49:58.016] #1  0x00007ff0937c5411 in ?? () from /lib64/ld-linux-x86-64.so.2
[22:49:58.016] #2  0x00007ff0937d4c99 in ?? () from /lib64/ld-linux-x86-64.so.2
[22:49:58.016] #3  0x00007ff0937d122f in ?? () from /lib64/ld-linux-x86-64.so.2
[22:49:58.016] #4  0x00007ff0937d2bac in ?? () from /lib64/ld-linux-x86-64.so.2
[22:49:58.016] #5  0x00007ff0937d1a58 in ?? () from /lib64/ld-linux-x86-64.so.2
[22:49:58.016] #6  0x0000000000000003 in ?? ()
[22:49:58.016] #7  0x00007fff2ee3c182 in ?? ()
[22:49:58.016] #8  0x00007fff2ee3c185 in ?? ()
[22:49:58.016] #9  0x00007fff2ee3c1f2 in ?? ()
core
[22:49:58.147] #0  0x00007fad9d404b13 in wait4 () from /lib/x86_64-linux-gnu/libc.so.6
[22:49:58.147] #1  0x0000557c11747cc0 in ?? ()
[22:49:58.147] #2  0x0000557c11747efa in ?? ()
[22:49:58.147] #3  0x0000557c11749630 in ?? ()
[22:49:58.147] #4  0x0000557c11743371 in ?? ()
[22:49:58.147] #5  0x0000557c1174220f in ?? ()
[22:49:58.147] #6  0x0000557c11742c3b in ?? ()
[22:49:58.147] #7  0x0000557c1174066f in ?? ()
[22:49:58.147] #8  0x00007fad9d35824a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:49:58.147] #9  0x00007fad9d358305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
tap
[22:43:11.713](0.001s) not ok 29 - options --locale-provider=icu --locale=und --lc-*=C: no stderr
Linux - Debian Bookworm - Meson
tap
[22:45:09.817](0.001s) not ok 29 - options --locale-provider=icu --locale=und --lc-*=C: no stderr
test
[22:46:40.163] 170/310 postgresql:initdb / initdb/001_initdb                                           ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[22:41:11.621] tcop_postgres.c.obj : error LNK2019: unresolved external symbol sbrk referenced in function finish_xact_c...
compiler
[22:41:11.621] tcop_postgres.c.obj : error LNK2019: unresolved external symbol malloc_trim referenced in function finish...
compiler
[22:40:59.908] ../src/backend/tcop/postgres.c(2826): warning C4047: 'initializing': 'char *' differs in levels of indire...
compiler
[22:40:59.908] ../src/backend/tcop/postgres.c(2830): warning C4047: '=': 'char *' differs in levels of indirection from ...
51/5242 Fix RelationTruncate() corruption
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[22:18:20.990] ../src/backend/storage/smgr/smgr.c(732): warning C4098: 'smgrtruncate': 'void' function returning a value
51/5012 Vacuum statistics
FreeBSD - 13 - Meson
core
[19:56:51.861] #0  0x000000082c02b8fa in _sigprocmask () from /lib/libc.so.7
[19:56:51.861] #1  0x000000082c064f91 in _system () from /lib/libc.so.7
[19:56:51.861] #2  0x000000082cdb89d3 in ?? () from /lib/libthr.so.3
[19:56:51.861] #3  0x000000000066a3f5 in RestoreArchivedFile (path=path@entry=0x8218a21d0 "P\"\212!\b", xlogfname=xlogfn...
[19:56:51.861] #4  0x0000000000675bde in XLogFileRead (segno=segno@entry=4, tli=tli@entry=2, source=source@entry=XLOG_FR...
[19:56:51.861] #5  0x00000000006718bc in XLogFileReadAnyTLI (segno=4, source=XLOG_FROM_ANY) at ../src/backend/access/tra...
[19:56:51.861] #6  WaitForWALToBecomeAvailable (RecPtr=67202232, tliRecPtr=67202208, replayTLI=2, replayLSN=67202208, ra...
[19:56:51.861] #7  XLogPageRead (xlogreader=0x8359bd130, targetPagePtr=67198976, reqLen=3256, targetRecPtr=67202208, rea...
[19:56:51.861] #8  0x00000000006788c2 in ReadPageInternal (state=state@entry=0x8359bd130, pageptr=67198976, reqLen=3256)...
[19:56:51.861] #9  0x0000000000677732 in XLogDecodeNextRecord (state=0x8359bd130, nonblocking=false) at ../src/backend/a...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out /tmp/cirrus-ci-build/bu...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-10-10 19:50:06.25421300...
+++ /tmp/cirrus-ci-build/build/testrun/isolation/isolation/results/vacuum-extending-in-repetable-read.out	2024-10-10 19:...
@@ -22,7 +22,8 @@
   100
 (1 row)
 
-step s2_update: UPDATE test_vacuum_stat_isolation SET ival = ival + 2 where id > 900;
+step s2_update: UPDATE test_vacuum_stat_isolation SET ival = ival  2 where id > 900;
+ERROR:  syntax error at or near "2"
 step s2_insert_interrupt: INSERT INTO test_vacuum_stat_isolation values (1,1);
 step s2_vacuum: VACUUM test_vacuum_stat_isolation;
 step s2_print_vacuum_stats_table: 
@@ -33,7 +34,7 @@
 
 relname                   |tuples_deleted|dead_tuples|tuples_frozen
 --------------------------+--------------+-----------+-------------
-test_vacuum_stat_isolation|             0|        100|            0
+test_vacuum_stat_isolation|             0|          0|            0
 (1 row)
...
test
[19:55:43.026]  47/310 postgresql:isolation / isolation/isolation                                      ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out /tmp/cirrus-ci-build/sr...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-10-10 19:49:59.56608271...
+++ /tmp/cirrus-ci-build/src/test/isolation/output_iso/results/vacuum-extending-in-repetable-read.out	2024-10-10 19:55:2...
@@ -22,7 +22,8 @@
   100
 (1 row)
 
-step s2_update: UPDATE test_vacuum_stat_isolation SET ival = ival + 2 where id > 900;
+step s2_update: UPDATE test_vacuum_stat_isolation SET ival = ival  2 where id > 900;
+ERROR:  syntax error at or near "2"
 step s2_insert_interrupt: INSERT INTO test_vacuum_stat_isolation values (1,1);
 step s2_vacuum: VACUUM test_vacuum_stat_isolation;
 step s2_print_vacuum_stats_table: 
@@ -33,7 +34,7 @@
 
 relname                   |tuples_deleted|dead_tuples|tuples_frozen
 --------------------------+--------------+-----------+-------------
-test_vacuum_stat_isolation|             0|        100|            0
+test_vacuum_stat_isolation|             0|          0|            0
 (1 row)
...
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out /tmp/cirrus-ci-build/bu...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-10-10 19:50:09.41587812...
+++ /tmp/cirrus-ci-build/build/testrun/isolation/isolation/results/vacuum-extending-in-repetable-read.out	2024-10-10 19:...
@@ -22,7 +22,8 @@
   100
 (1 row)
 
-step s2_update: UPDATE test_vacuum_stat_isolation SET ival = ival + 2 where id > 900;
+step s2_update: UPDATE test_vacuum_stat_isolation SET ival = ival  2 where id > 900;
+ERROR:  syntax error at or near "2"
 step s2_insert_interrupt: INSERT INTO test_vacuum_stat_isolation values (1,1);
 step s2_vacuum: VACUUM test_vacuum_stat_isolation;
 step s2_print_vacuum_stats_table: 
@@ -33,7 +34,7 @@
 
 relname                   |tuples_deleted|dead_tuples|tuples_frozen
 --------------------------+--------------+-----------+-------------
-test_vacuum_stat_isolation|             0|        100|            0
+test_vacuum_stat_isolation|             0|          0|            0
 (1 row)
...
test
[19:58:12.775]  39/310 postgresql:isolation / isolation/isolation                                      ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/isolation/expected/vacuum-extending-in-repetable-read.out /Users/admin/pgsql/build/...
--- /Users/admin/pgsql/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-10-10 19:49:57
+++ /Users/admin/pgsql/build/testrun/isolation/isolation/results/vacuum-extending-in-repetable-read.out	2024-10-10 19:53...
@@ -22,7 +22,8 @@
   100
 (1 row)
 
-step s2_update: UPDATE test_vacuum_stat_isolation SET ival = ival + 2 where id > 900;
+step s2_update: UPDATE test_vacuum_stat_isolation SET ival = ival  2 where id > 900;
+ERROR:  syntax error at or near "2"
 step s2_insert_interrupt: INSERT INTO test_vacuum_stat_isolation values (1,1);
 step s2_vacuum: VACUUM test_vacuum_stat_isolation;
 step s2_print_vacuum_stats_table: 
@@ -33,7 +34,7 @@
 
 relname                   |tuples_deleted|dead_tuples|tuples_frozen
 --------------------------+--------------+-----------+-------------
-test_vacuum_stat_isolation|             0|        100|            0
+test_vacuum_stat_isolation|             0|          0|            0
 (1 row)
...
test
[19:57:49.012]  41/310 postgresql:isolation / isolation/isolation                                      ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/isolation/expected/vacuum-extending-in-repetable-read.out C:/cirrus/buil...
--- C:/cirrus/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-10-10 19:50:22.475561100 +0000
+++ C:/cirrus/build/testrun/isolation/isolation/results/vacuum-extending-in-repetable-read.out	2024-10-10 19:54:11.01722...
@@ -22,7 +22,8 @@
   100
 (1 row)
 
-step s2_update: UPDATE test_vacuum_stat_isolation SET ival = ival + 2 where id > 900;
+step s2_update: UPDATE test_vacuum_stat_isolation SET ival = ival  2 where id > 900;
+ERROR:  syntax error at or near "2"
 step s2_insert_interrupt: INSERT INTO test_vacuum_stat_isolation values (1,1);
 step s2_vacuum: VACUUM test_vacuum_stat_isolation;
 step s2_print_vacuum_stats_table: 
@@ -33,7 +34,7 @@
 
 relname                   |tuples_deleted|dead_tuples|tuples_frozen
 --------------------------+--------------+-----------+-------------
-test_vacuum_stat_isolation|             0|        100|            0
+test_vacuum_stat_isolation|             0|          0|            0
 (1 row)
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/vacuum_tables_and_db_statistics.out C:/cirrus/build/tes...
--- C:/cirrus/src/test/regress/expected/vacuum_tables_and_db_statistics.out	2024-10-10 19:50:23.086404500 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/vacuum_tables_and_db_statistics.out	2024-10-10 19:54:02.927870300 +0...
@@ -223,7 +223,7 @@
 WHERE dbname = current_database();
              dbname             | db_blks_hit | total_blks_dirtied | total_blks_written | wal_records | wal_fpi | wal_b...
 --------------------------------+-------------+--------------------+--------------------+-------------+---------+------...
- regression_statistic_vacuum_db | t           | t                  | t                  | t           | t       | t    ...
+ regression_statistic_vacuum_db | t           | t                  | t                  | t           | t       | t    ...
 (1 row)
 
 DROP TABLE vestat CASCADE;
@@ -255,7 +255,7 @@
 WHERE dbname = 'regression_statistic_vacuum_db';
              dbname             | db_blks_hit | total_blks_dirtied | total_blks_written | wal_records | wal_fpi | wal_b...
 --------------------------------+-------------+--------------------+--------------------+-------------+---------+------...
- regression_statistic_vacuum_db | t           | t                  | t                  | t           | t       | t    ...
+ regression_statistic_vacuum_db | t           | t                  | t                  | t           | t       | t    ...
 (1 row)
 
...
test
[20:02:12.961]  21/305 postgresql:regress / regress/regress                                            ERROR           1...
[20:02:12.961]  28/305 postgresql:isolation / isolation/isolation                                      ERROR           1...
50/5045 Fix race conditions with concurrent drops of shared pgstats entries
macOS - Sonoma - Meson
tap
[17:04:04.435](0.000s) not ok 66 - all output lines are FPW
test
[17:05:23.575] 201/310 postgresql:pg_waldump / pg_waldump/001_basic                                    ERROR            ...
51/4997 Return pg_control from pg_backup_stop().
Linux - Debian Bookworm - Meson
core
[16:50:49.644] #0  <unavailable> in ?? ()
core
[16:50:50.916] #0  0x00007f7258ea9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[16:50:50.916] #1  0x00007f7258e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[16:50:50.916] #2  0x00007f7258e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[16:50:50.916] #3  0x00007f725901e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[16:50:50.916] #4  0x00007f725902aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[16:50:50.916] #5  0x00007f725900d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55bdbd0e9ee0,...
[16:50:50.916] #6  0x000055bdbc21d100 in backup_control_file (controlFile=controlFile@entry=0x55bdbe49118c "p}\005\202\3...
[16:50:50.916] #7  0x000055bdbc221e3c in pg_backup_stop (fcinfo=<optimized out>) at ../src/backend/access/transam/xlogfu...
[16:50:50.916] #8  0x000055bdbc3f6696 in ExecInterpExpr (state=0x55bdbe4888a0, econtext=0x55bdbe488648, isnull=0x7ffd51d...
[16:50:50.916] #9  0x000055bdbc3eaf64 in ExecInterpExprStillValid (state=0x55bdbe4888a0, econtext=0x55bdbe488648, isNull...
core
[16:50:50.398] #0  0x00007fe4156a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[16:50:50.398] #1  0x00007fe41565afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[16:50:50.398] #2  0x00007fe415645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[16:50:50.398] #3  0x00007fe41581e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[16:50:50.398] #4  0x00007fe41582aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[16:50:50.398] #5  0x00007fe41580d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x560e779dbee0,...
[16:50:50.398] #6  0x0000560e76b0f100 in backup_control_file (controlFile=controlFile@entry=0x560e98dc526c "p}\005\202\3...
[16:50:50.398] #7  0x0000560e76b13e3c in pg_backup_stop (fcinfo=<optimized out>) at ../src/backend/access/transam/xlogfu...
[16:50:50.398] #8  0x0000560e76d0fb30 in ExecMakeTableFunctionResult (setexpr=0x560e98dd4358, econtext=0x560e98dd4228, a...
[16:50:50.398] #9  0x0000560e76d3db42 in FunctionNext (node=0x560e98dd4018) at ../src/backend/executor/nodeFunctionscan....
core
[16:50:49.644] #0  0x00007fee27eaed24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[16:50:49.644] #1  0x00007fee27e5b239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[16:50:49.644] #2  0x00007fee27f16184 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[16:50:49.644] #3  0x00007fee27f287dc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[16:50:50.107] #0  0x00007fe4156a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
tap
[16:46:45.015](1.366s) not ok 18 - psql fails correctly
[16:46:45.016](0.000s) not ok 19 - pg_backup_start fails gracefully
test
[16:49:41.843]  25/310 postgresql:recovery / recovery/020_archive_status                               ERROR            ...
[16:49:41.843]  44/310 postgresql:recovery / recovery/042_low_level_backup                             ERROR            ...
51/4966 Parallel CREATE INDEX for GIN indexes
CompilerWarnings
compiler
[16:40:14.598] gininsert.c:2421:35: error: format ‘%ld’ expects argument of type ‘long int’, but argument 2 has type ‘in...
compiler
[16:40:14.598] gininsert.c:2402:37: error: format ‘%ld’ expects argument of type ‘long int’, but argument 3 has type ‘lo...
51/4929 apply_scanjoin_target_to_paths and partitionwise join
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-10 15:08:11.418960000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_join.out	2024-10-10 15:10:02.915...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/recovery/0...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-10 15:08:11.418960000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/partition_join.out	2024-10-10 15:11:03.2...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/regress/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-10 15:08:11.418960000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/partition_join.out	2024-10-10 15:09:58.957598000 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[15:10:06.872](71.638s) not ok 5 - regression tests pass
tap
[15:11:06.812](92.073s) not ok 2 - regression tests pass
test
[15:13:09.257]  42/310 postgresql:regress / regress/regress                                            ERROR            ...
[15:13:09.257]  94/310 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[15:13:09.257] 162/310 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_c...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-10 15:08:08.675649214 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/partition_join.out	2024-10-10 15:15:14.070520745 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/src/test/recovery/tmp_ch...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-10 15:08:08.675649214 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/partition_join.out	2024-10-10 15:16:32.962451814 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/src/test/regress/results...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-10 15:08:08.675649214 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/partition_join.out	2024-10-10 15:12:13.718624641 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[15:15:17.896](135.615s) not ok 5 - regression tests pass
tap
[15:16:35.881](77.131s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Meson
core
[15:14:54.422] #0  0x00007fc44794fd24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[15:14:54.422] #1  0x00007fc4478fc239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[15:14:54.422] #2  0x00007fc4478fc497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[15:14:54.422] #3  0x000055f8a6c135f3 in ?? ()
[15:14:54.422] #4  0x000055f8a6c0d369 in ?? ()
[15:14:54.422] #5  0x000055f8a6c0c20f in ?? ()
[15:14:54.422] #6  0x000055f8a6c0cc3b in ?? ()
[15:14:54.422] #7  0x000055f8a6c0a66f in ?? ()
[15:14:54.422] #8  0x00007fc4478e724a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:14:54.422] #9  0x00007fc4478e7305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[15:14:54.625] #0  0x00007fc44794fd24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[15:14:54.625] #1  0x00007fc4478fc239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[15:14:54.625] #2  0x00007fc4478fc497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[15:14:54.625] #3  0x000055f8a6c135c1 in ?? ()
[15:14:54.625] #4  0x000055f8a6c0d369 in ?? ()
[15:14:54.625] #5  0x000055f8a6c0c20f in ?? ()
[15:14:54.625] #6  0x000055f8a6c0cc3b in ?? ()
[15:14:54.625] #7  0x000055f8a6c0a66f in ?? ()
[15:14:54.625] #8  0x00007fc4478e724a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:14:54.625] #9  0x00007fc4478e7305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[15:14:54.422] #0  <unavailable> in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-10 15:08:10.038495821 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_join.out	2024-10-10 15:11:11.349...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/recovery/0...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-10 15:08:10.038495821 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/partition_join.out	2024-10-10 15:11:53.0...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/regress/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-10 15:08:10.038495821 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/partition_join.out	2024-10-10 15:11:05.389662261 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[15:11:17.384](105.414s) not ok 5 - regression tests pass
tap
[15:11:56.861](105.777s) not ok 2 - regression tests pass
test
[15:13:52.955]  50/310 postgresql:regress / regress/regress                                            ERROR           1...
[15:13:52.955] 150/310 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[15:13:52.955] 171/310 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/partition_join.out /Users/admin/pgsql/build/testrun/pg_upgrade/002...
--- /Users/admin/pgsql/src/test/regress/expected/partition_join.out	2024-10-10 15:08:09
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_join.out	2024-10-10 15:10:13
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/partition_join.out /Users/admin/pgsql/build/testrun/recovery/027_s...
--- /Users/admin/pgsql/src/test/regress/expected/partition_join.out	2024-10-10 15:08:09
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/partition_join.out	2024-10-10 15:11:23
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/partition_join.out /Users/admin/pgsql/build/testrun/regress/regres...
--- /Users/admin/pgsql/src/test/regress/expected/partition_join.out	2024-10-10 15:08:09
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/partition_join.out	2024-10-10 15:10:13
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[15:10:16.999](51.967s) not ok 5 - regression tests pass
tap
[15:11:26.683](67.837s) not ok 2 - regression tests pass
test
[15:14:05.345]  26/310 postgresql:regress / regress/regress                                            ERROR            ...
[15:14:05.345]  46/310 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[15:14:05.345] 138/310 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/partition_join.out C:/cirrus/build/testrun/pg_upgrade/0...
--- C:/cirrus/src/test/regress/expected/partition_join.out	2024-10-10 15:08:26.825551800 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_join.out	2024-10-10 15:12:20.724583300 +000...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/partition_join.out C:/cirrus/build/testrun/recovery/027...
--- C:/cirrus/src/test/regress/expected/partition_join.out	2024-10-10 15:08:26.825551800 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/partition_join.out	2024-10-10 15:14:53.532189500 +0...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/partition_join.out C:/cirrus/build/testrun/regress/regr...
--- C:/cirrus/src/test/regress/expected/partition_join.out	2024-10-10 15:08:26.825551800 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/partition_join.out	2024-10-10 15:12:06.236291900 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[15:12:30.332](119.822s) not ok 5 - regression tests pass
tap
[15:15:04.147](137.824s) not ok 2 - regression tests pass
test
[15:21:11.393]  16/305 postgresql:regress / regress/regress                                            ERROR           1...
[15:21:11.393]  38/305 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[15:21:11.393] 106/305 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5151 DirtyScanshot index scan skips concurrently updated tuples
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/dirty_index_scan.out /tmp/cirrus-ci-build/build...
--- /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/dirty_index_scan.out	2024-10-10 14:45:04.152200000 +...
+++ /tmp/cirrus-ci-build/build/testrun/injection_points/isolation/results/dirty_index_scan.out	2024-10-10 14:54:32.76996...
@@ -36,4 +36,6 @@
                        
 (1 row)
 
+isolationtester: canceling step s1_s1 after 360 seconds
 step s1_s1: <... completed>
+ERROR:  canceling statement due to user request
test
[14:54:32.969] 310/310 postgresql:injection_points / injection_points/isolation                        ERROR           3...
51/4888 Run deferred triggers in the correct security context
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_p...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-10-10 14:34:19.031275000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/triggers.out	2024-10-10 14:35:18.503739000...
@@ -3731,7 +3731,9 @@
 -- test who runs deferred trigger functions
 -- setup
 create role groot;
+WARNING:  roles created by regression test cases should have names starting with "regress_"
 create role outis;
+WARNING:  roles created by regression test cases should have names starting with "regress_"
 create function whoami() returns trigger language plpgsql
 as $$
 begin
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/build/testrun/recovery/027_str...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-10-10 14:34:19.031275000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/triggers.out	2024-10-10 14:36:06.2068400...
@@ -3731,7 +3731,9 @@
 -- test who runs deferred trigger functions
 -- setup
 create role groot;
+WARNING:  roles created by regression test cases should have names starting with "regress_"
 create role outis;
+WARNING:  roles created by regression test cases should have names starting with "regress_"
 create function whoami() returns trigger language plpgsql
 as $$
 begin
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/build/testrun/regress/regress/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-10-10 14:34:19.031275000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/triggers.out	2024-10-10 14:35:18.622138000 +0000
@@ -3731,7 +3731,9 @@
 -- test who runs deferred trigger functions
 -- setup
 create role groot;
+WARNING:  roles created by regression test cases should have names starting with "regress_"
 create role outis;
+WARNING:  roles created by regression test cases should have names starting with "regress_"
 create function whoami() returns trigger language plpgsql
 as $$
 begin
tap
[14:36:09.276](66.804s) not ok 5 - regression tests pass
tap
[14:36:59.643](77.811s) not ok 2 - regression tests pass
test
[14:38:56.272]  15/310 postgresql:regress / regress/regress                                            ERROR            ...
[14:38:56.272]  91/310 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[14:38:56.272] 158/310 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
51/5111 Synchronization of sequences to subscriber
macOS - Sonoma - Meson
tap
[14:13:56.946](0.000s) not ok 134 - backup target requires -X: matches
test
[14:15:52.323] 184/311 postgresql:pg_basebackup / pg_basebackup/010_pg_basebackup                      ERROR            ...
51/5284 database-specific role memberships
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/privs_in_db.out /tmp/cirrus-ci-build/build/testrun/regress-runni...
--- /tmp/cirrus-ci-build/src/test/regress/expected/privs_in_db.out	2024-10-10 13:01:40.427843000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress-running/regress/results/privs_in_db.out	2024-10-10 13:07:26.037584000 +00...
@@ -756,9 +756,10 @@
 DROP DATABASE regression_db_0;
 DROP ROLE regress_role_admin;
 SELECT datname FROM pg_database WHERE datname LIKE 'regression_db_%';
- datname 
----------
-(0 rows)
+      datname      
+-------------------
+ regression_dblink
+(1 row)
 
 SELECT rolname FROM pg_roles WHERE rolname LIKE 'regress_role_%';
  rolname 
test
[13:07:45.860] 74/75 postgresql:regress-running / regress-running/regress                         ERROR            25.21...
51/5131 add log_transaction GUC setting
FreeBSD - 13 - Meson
core
[11:11:22.535] #0  0x000000082a0b58fa in _sigprocmask () from /lib/libc.so.7
[11:11:22.535] #1  0x000000082a0eef91 in _system () from /lib/libc.so.7
[11:11:22.535] #2  0x00000008293959d3 in ?? () from /lib/libthr.so.3
[11:11:22.535] #3  0x00000000006698d5 in RestoreArchivedFile (path=path@entry=0x820c311d0 "pg_wal/0\270\0227", xlogfname...
[11:11:22.535] #4  0x00000000006750be in XLogFileRead (segno=segno@entry=5, tli=tli@entry=1, source=source@entry=XLOG_FR...
[11:11:22.535] #5  0x0000000000670d9c in XLogFileReadAnyTLI (segno=5, source=XLOG_FROM_ANY) at ../src/backend/access/tra...
[11:11:22.535] #6  WaitForWALToBecomeAvailable (RecPtr=83886104, tliRecPtr=83886080, replayTLI=1, replayLSN=83886080, ra...
[11:11:22.535] #7  XLogPageRead (xlogreader=0x83415c130, targetPagePtr=83886080, reqLen=24, targetRecPtr=83886080, readB...
[11:11:22.535] #8  0x0000000000677da2 in ReadPageInternal (state=state@entry=0x83415c130, pageptr=83886080, reqLen=24) a...
[11:11:22.535] #9  0x0000000000676c12 in XLogDecodeNextRecord (state=0x83415c130, nonblocking=false) at ../src/backend/a...
tap
[11:10:06.759](1.627s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[11:10:17.517] 291/310 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
Linux - Debian Bookworm - Autoconf
tap
[11:10:36.846](0.945s) not ok 1 - no parameters missing from postgresql.conf.sample
Linux - Debian Bookworm - Meson
tap
[11:12:06.045](0.448s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[11:12:17.130] 289/310 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[11:16:46.441](1.982s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[11:17:14.746] 285/305 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
51/5063 Improve EXPLAIN output for multicolumn B-Tree Index
CompilerWarnings
compiler
[11:01:56.395] nbtree.c:786:52: error: ‘stripped_indexquals’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[11:01:01.287] nbtree.c:786:52: error: ‘stripped_indexquals’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[11:09:05.582] nbtree.c:786:52: error: ‘stripped_indexquals’ may be used uninitialized [-Werror=maybe-uninitialized]
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/query_cancel.out /tmp/cirrus-ci-build/build/testrun/postgres...
--- /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/query_cancel.out	2024-10-10 10:59:50.424901805 +0000
+++ /tmp/cirrus-ci-build/build/testrun/postgres_fdw/regress/results/query_cancel.out	2024-10-10 11:06:30.323839234 +0000
@@ -29,4 +29,5 @@
 -- This would take very long if not canceled:
 SELECT count(*) FROM ft1 a CROSS JOIN ft1 b CROSS JOIN ft1 c CROSS JOIN ft1 d;
 ERROR:  canceling statement due to statement timeout
+WARNING:  could not get result of cancel request due to timeout
 COMMIT;
test
[11:07:46.252] 161/310 postgresql:postgres_fdw / postgres_fdw/regress                                  ERROR            ...
50/5290 Remove the RTE_GROUP RTE if we drop the groupClause
macOS - Sonoma - Meson
tap
[10:07:51.910](0.000s) not ok 18 - pg_restore with invalid option prints error message
test
[10:09:52.776] 164/310 postgresql:pg_dump / pg_dump/001_basic                                          ERROR            ...
51/5061 New function rand_array() to contrib/tablefunc
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/tablefunc/expected/tablefunc.out /tmp/cirrus-ci-build/build/testrun/tablefunc/regr...
--- /tmp/cirrus-ci-build/contrib/tablefunc/expected/tablefunc.out	2024-10-10 06:32:34.838990000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/tablefunc/regress/results/tablefunc.out	2024-10-10 06:35:18.929593000 +0000
@@ -1,17 +1,20 @@
 CREATE EXTENSION tablefunc;
+ERROR:  extension "tablefunc" has no installation script nor update path for version "1.1"
 --
 -- normal_rand()
 -- no easy way to do this for regression testing
 --
 SELECT avg(normal_rand)::int, count(*) FROM normal_rand(100, 250, 0.2);
- avg | count 
------+-------
- 250 |   100
-(1 row)
-
+ERROR:  function normal_rand(integer, integer, numeric) does not exist
+LINE 1: SELECT avg(normal_rand)::int, count(*) FROM normal_rand(100,...
+                                                    ^
+HINT:  No function matches the given name and argument types. You might need to add explicit type casts.
...
test
[06:37:26.894]  93/310 postgresql:tablefunc / tablefunc/regress                                        ERROR            ...
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/tablefunc/expected/tablefunc.out /tmp/cirrus-ci-build/build/testrun/tablefunc/regr...
--- /tmp/cirrus-ci-build/contrib/tablefunc/expected/tablefunc.out	2024-10-10 06:32:34.837116321 +0000
+++ /tmp/cirrus-ci-build/build/testrun/tablefunc/regress/results/tablefunc.out	2024-10-10 06:37:35.547692440 +0000
@@ -1,17 +1,20 @@
 CREATE EXTENSION tablefunc;
+ERROR:  extension "tablefunc" has no installation script nor update path for version "1.1"
 --
 -- normal_rand()
 -- no easy way to do this for regression testing
 --
 SELECT avg(normal_rand)::int, count(*) FROM normal_rand(100, 250, 0.2);
- avg | count 
------+-------
- 250 |   100
-(1 row)
-
+ERROR:  function normal_rand(integer, integer, numeric) does not exist
+LINE 1: SELECT avg(normal_rand)::int, count(*) FROM normal_rand(100,...
+                                                    ^
+HINT:  No function matches the given name and argument types. You might need to add explicit type casts.
...
test
[06:39:26.329]  89/310 postgresql:tablefunc / tablefunc/regress                                        ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/contrib/tablefunc/expected/tablefunc.out /Users/admin/pgsql/build/testrun/tablefunc/regress/...
--- /Users/admin/pgsql/contrib/tablefunc/expected/tablefunc.out	2024-10-10 06:32:10
+++ /Users/admin/pgsql/build/testrun/tablefunc/regress/results/tablefunc.out	2024-10-10 06:35:24
@@ -1,17 +1,20 @@
 CREATE EXTENSION tablefunc;
+ERROR:  extension "tablefunc" has no installation script nor update path for version "1.1"
 --
 -- normal_rand()
 -- no easy way to do this for regression testing
 --
 SELECT avg(normal_rand)::int, count(*) FROM normal_rand(100, 250, 0.2);
- avg | count 
------+-------
- 250 |   100
-(1 row)
-
+ERROR:  function normal_rand(integer, integer, numeric) does not exist
+LINE 1: SELECT avg(normal_rand)::int, count(*) FROM normal_rand(100,...
+                                                    ^
+HINT:  No function matches the given name and argument types. You might need to add explicit type casts.
...
test
[06:38:10.224]  93/310 postgresql:tablefunc / tablefunc/regress                                        ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/contrib/tablefunc/expected/tablefunc.out C:/cirrus/build/testrun/tablefunc/regres...
--- C:/cirrus/contrib/tablefunc/expected/tablefunc.out	2024-10-10 06:32:53.985282900 +0000
+++ C:/cirrus/build/testrun/tablefunc/regress/results/tablefunc.out	2024-10-10 06:39:42.742705300 +0000
@@ -1,17 +1,20 @@
 CREATE EXTENSION tablefunc;
+ERROR:  extension "tablefunc" has no installation script nor update path for version "1.1"
 --
 -- normal_rand()
 -- no easy way to do this for regression testing
 --
 SELECT avg(normal_rand)::int, count(*) FROM normal_rand(100, 250, 0.2);
- avg | count 
------+-------
- 250 |   100
-(1 row)
-
+ERROR:  function normal_rand(integer, integer, numeric) does not exist
+LINE 1: SELECT avg(normal_rand)::int, count(*) FROM normal_rand(100,...
+                                                    ^
+HINT:  No function matches the given name and argument types. You might need to add explicit type casts.
...
test
[06:45:47.858]  89/305 postgresql:tablefunc / tablefunc/regress                                        ERROR            ...
50/5208 prefetching for nestloop / indexscan
FreeBSD - 13 - Meson
core
[06:24:25.268] #0  0x000000082bb0b8fa in _sigprocmask () from /lib/libc.so.7
[06:24:25.268] #1  0x000000082bb44f91 in _system () from /lib/libc.so.7
[06:24:25.268] #2  0x0000000828d549d3 in ?? () from /lib/libthr.so.3
[06:24:25.268] #3  0x0000000000669965 in RestoreArchivedFile (path=path@entry=0x8212421d0 "P\"$!\b", xlogfname=xlogfname...
[06:24:25.268] #4  0x000000000067514e in XLogFileRead (segno=segno@entry=4, tli=tli@entry=2, source=source@entry=XLOG_FR...
[06:24:25.268] #5  0x0000000000670e2c in XLogFileReadAnyTLI (segno=4, source=XLOG_FROM_ANY) at ../src/backend/access/tra...
[06:24:25.268] #6  WaitForWALToBecomeAvailable (RecPtr=67210840, tliRecPtr=67210816, replayTLI=2, replayLSN=67210816, ra...
[06:24:25.268] #7  XLogPageRead (xlogreader=0x833818130, targetPagePtr=67207168, reqLen=3672, targetRecPtr=67210816, rea...
[06:24:25.268] #8  0x0000000000677e32 in ReadPageInternal (state=state@entry=0x833818130, pageptr=67207168, reqLen=3672)...
[06:24:25.268] #9  0x0000000000676ca2 in XLogDecodeNextRecord (state=0x833818130, nonblocking=false) at ../src/backend/a...
tap
[06:23:06.954](1.728s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[06:23:17.001] 291/310 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
Linux - Debian Bookworm - Autoconf
tap
[06:23:25.508](0.777s) not ok 1 - no parameters missing from postgresql.conf.sample
Linux - Debian Bookworm - Meson
tap
[06:25:11.267](0.482s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[06:25:21.853] 289/310 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[06:30:23.777](2.393s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[06:30:54.958] 284/305 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
51/5196 Use function smgrclose() to replace the loop
CompilerWarnings
compiler
[03:15:28.006] smgr.c:282:13: error: unused variable 'forknum' [-Werror,-Wunused-variable]
compiler
[03:15:28.006] smgr.c:487:9: error: unused variable 'which' [-Werror,-Wunused-variable]
compiler
[03:15:19.359] smgr.c:487:9: error: unused variable 'which' [-Werror,-Wunused-variable]
compiler
[03:15:19.359] smgr.c:282:13: error: unused variable 'forknum' [-Werror,-Wunused-variable]
compiler
[03:14:49.495] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
compiler
[03:14:49.495] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable]
compiler
[03:14:41.979] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
compiler
[03:14:41.979] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable]
compiler
[03:15:50.594] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
compiler
[03:15:50.594] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable]
51/5174 Call rm_redo in a temporary memory context
CompilerWarnings
compiler
[23:43:43.968] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
compiler
[23:43:14.326] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
compiler
[23:46:57.167] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
50/5220 Backport of LLVM memory manager to fix ARM relocation bug
macOS - Sonoma - Meson
tap
[23:41:16.754](0.001s) not ok 277 - pgbench script error: set invalid variable name stderr /(?^:invalid variable name)/
test
[23:42:29.130] 212/310 postgresql:pgbench / pgbench/001_pgbench_with_server                            ERROR            ...
50/4754 Add LSN <-> time conversion facility
CompilerWarnings
compiler
[21:59:57.758] pgstat_wal.c:545:26: error: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 2 has...
compiler
[21:59:57.758] pgstat_wal.c:362:48: error: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 2 has...
Linux - Debian Bookworm - Meson
core
[21:58:43.626] #0  0xf7f32559 in __kernel_vsyscall ()
[21:58:43.626] #1  0xf686d2f7 in ?? () from /lib/i386-linux-gnu/libc.so.6
[21:58:43.626] #2  0xf681c111 in raise () from /lib/i386-linux-gnu/libc.so.6
[21:58:43.626] #3  0xf680526a in abort () from /lib/i386-linux-gnu/libc.so.6
[21:58:43.626] #4  0xf6a28d4a in __sanitizer::Abort () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_pos...
[21:58:43.626] #5  0xf6a37896 in __sanitizer::Die () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_termi...
[21:58:43.626] #6  0xf6a15c5b in __ubsan::__ubsan_handle_nonnull_arg_abort (Data=<optimized out>) at ../../../../../src/...
[21:58:43.626] #7  0x5690f1e8 in fill_val (att=att@entry=0x5a26a9b4, bit=<optimized out>, bitmask=bitmask@entry=0xffb6b0...
[21:58:43.626] #8  0x56910f9b in heap_fill_tuple (tupleDesc=0x5a26a9a0, values=0xffb6b128, isnull=0xffb6b126, data=<opti...
[21:58:43.626] #9  0x56912b5c in heap_form_tuple (tupleDescriptor=0x5a26a9a0, values=0xffb6b128, isnull=0xffb6b126) at ....
core
[21:58:44.595] #0  0x00007f5a244c6d24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[21:58:44.595] #1  0x00007f5a24473239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[21:58:44.595] #2  0x00007f5a24473497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[21:58:44.595] #3  0x000055c02213d5f3 in ?? ()
[21:58:44.595] #4  0x000055c022137369 in ?? ()
[21:58:44.595] #5  0x000055c02213620f in ?? ()
[21:58:44.595] #6  0x000055c022136c3b in ?? ()
[21:58:44.595] #7  0x000055c02213466f in ?? ()
[21:58:44.595] #8  0x00007f5a2445e24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:58:44.595] #9  0x00007f5a2445e305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:58:44.595] #0  <unavailable> in ?? ()
core
[21:58:44.463] #0  0xf7f6d559 in __kernel_vsyscall ()
[21:58:44.463] #1  0xf68a82f7 in ?? () from /lib/i386-linux-gnu/libc.so.6
[21:58:44.463] #2  0xf6857111 in raise () from /lib/i386-linux-gnu/libc.so.6
[21:58:44.463] #3  0xf684026a in abort () from /lib/i386-linux-gnu/libc.so.6
[21:58:44.463] #4  0xf6a63d4a in __sanitizer::Abort () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_pos...
[21:58:44.463] #5  0xf6a72896 in __sanitizer::Die () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_termi...
[21:58:44.463] #6  0xf6a50c5b in __ubsan::__ubsan_handle_nonnull_arg_abort (Data=<optimized out>) at ../../../../../src/...
[21:58:44.463] #7  0x5696d1e8 in fill_val (att=att@entry=0x59f64f14, bit=<optimized out>, bitmask=bitmask@entry=0xffccf3...
[21:58:44.463] #8  0x5696ef9b in heap_fill_tuple (tupleDesc=0x59f64f00, values=0xffccf3c8, isnull=0xffccf3c6, data=<opti...
[21:58:44.463] #9  0x56970b5c in heap_form_tuple (tupleDescriptor=0x59f64f00, values=0xffccf3c8, isnull=0xffccf3c6) at ....
core
[21:58:43.763] #0  0x00007f08cdcaed24 in ?? ()
[21:58:43.763] #1  0x0000000000000000 in ?? ()
[21:58:44.176] #0  0xf7f6d559 in __kernel_vsyscall ()
core
[21:58:42.919] #0  0xf7f1b559 in __kernel_vsyscall ()
[21:58:42.919] #1  0xf68562f7 in ?? () from /lib/i386-linux-gnu/libc.so.6
[21:58:42.919] #2  0xf6805111 in raise () from /lib/i386-linux-gnu/libc.so.6
[21:58:42.919] #3  0xf67ee26a in abort () from /lib/i386-linux-gnu/libc.so.6
[21:58:42.919] #4  0xf6a11d4a in __sanitizer::Abort () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_pos...
[21:58:42.919] #5  0xf6a20896 in __sanitizer::Die () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_termi...
[21:58:42.919] #6  0xf69fec5b in __ubsan::__ubsan_handle_nonnull_arg_abort (Data=<optimized out>) at ../../../../../src/...
[21:58:42.919] #7  0x569331e8 in fill_val (att=att@entry=0x58dfd4b4, bit=<optimized out>, bitmask=bitmask@entry=0xffcd54...
[21:58:42.919] #8  0x56934f9b in heap_fill_tuple (tupleDesc=0x58dfd4a0, values=0xffcd5598, isnull=0xffcd5596, data=<opti...
[21:58:42.919] #9  0x56936b5c in heap_form_tuple (tupleDescriptor=0x58dfd4a0, values=0xffcd5598, isnull=0xffcd5596) at ....
core
[21:58:42.168] #0  0x00007f5a244c6d24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[21:58:42.168] #1  0x00007f5a24473239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[21:58:42.168] #2  0x00007f5a24473497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[21:58:42.168] #3  0x000055c02213d5c1 in ?? ()
[21:58:42.168] #4  0x000055c022137369 in ?? ()
[21:58:42.168] #5  0x000055c02213620f in ?? ()
[21:58:42.168] #6  0x000055c022136c3b in ?? ()
[21:58:42.168] #7  0x000055c02213466f in ?? ()
[21:58:42.168] #8  0x00007f5a2445e24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:58:42.168] #9  0x00007f5a2445e305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build-32/testrun/pg_upgr...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-09 21:46:47.441571827 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_join.out	2024-10-09 21:55:15....
@@ -3364,1868 +3364,10 @@
 (23 rows)
 
 SELECT t1.a, t1.c, t2.b, t2.c, t3.a, t3.c FROM prt1_adv t1 LEFT JOIN prt2_adv t2 ON (t1.a = t2.b) LEFT JOIN prt3_adv t3...
-  a  |  c   |  b  |  c   |  a  |  c   
------+------+-----+------+-----+------
- 100 | 0100 | 100 | 0100 |     | 
- 125 | 0125 | 125 | 0125 |     | 
- 150 | 0150 |     |      |     | 
- 175 | 0175 |     |      |     | 
- 200 | 0200 | 200 | 0200 | 200 | 0200
- 225 | 0225 | 225 | 0225 | 225 | 0225
- 250 | 0250 | 250 | 0250 | 250 | 0250
- 275 | 0275 | 275 | 0275 | 275 | 0275
-(8 rows)
-
-DROP TABLE prt1_adv;
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build-32/testrun/recover...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-09 21:46:47.441571827 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/recovery/027_stream_regress/data/results/partition_join.out	2024-10-09 21:55:5...
@@ -2264,2968 +2264,10 @@
 CREATE TABLE prt2_n_p2 PARTITION OF prt2_n FOR VALUES IN ('0001', '0005', '0002', '0009', '0008', '0011');
 INSERT INTO prt2_n SELECT i, i, to_char(i/50, 'FM0000') FROM generate_series(0, 599, 2) i;
 ANALYZE prt2_n;
-CREATE TABLE prt3_n (a int, b int, c text) PARTITION BY LIST(c);
-CREATE TABLE prt3_n_p1 PARTITION OF prt3_n FOR VALUES IN ('0000', '0004', '0006', '0007');
-CREATE TABLE prt3_n_p2 PARTITION OF prt3_n FOR VALUES IN ('0001', '0002', '0008', '0010');
-CREATE TABLE prt3_n_p3 PARTITION OF prt3_n FOR VALUES IN ('0003', '0005', '0009', '0011');
-INSERT INTO prt2_n SELECT i, i, to_char(i/50, 'FM0000') FROM generate_series(0, 599, 2) i;
-ANALYZE prt3_n;
-CREATE TABLE prt4_n (a int, b int, c text) PARTITION BY RANGE(a);
-CREATE TABLE prt4_n_p1 PARTITION OF prt4_n FOR VALUES FROM (0) TO (300);
-CREATE TABLE prt4_n_p2 PARTITION OF prt4_n FOR VALUES FROM (300) TO (500);
-CREATE TABLE prt4_n_p3 PARTITION OF prt4_n FOR VALUES FROM (500) TO (600);
-INSERT INTO prt4_n SELECT i, i, to_char(i, 'FM0000') FROM generate_series(0, 599, 2) i;
-ANALYZE prt4_n;
--- partitionwise join can not be applied if the partition ranges differ
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build-32/testrun/regress...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-09 21:46:47.441571827 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/regress/regress/results/partition_join.out	2024-10-09 21:55:11.913239362 +0000
@@ -3478,1754 +3478,10 @@
 CREATE TABLE plt2_adv (a int, b int, c text) PARTITION BY LIST (c);
 CREATE TABLE plt2_adv_p1 PARTITION OF plt2_adv FOR VALUES IN ('0002', '0003');
 CREATE TABLE plt2_adv_p2 PARTITION OF plt2_adv FOR VALUES IN ('0004', '0006');
-CREATE TABLE plt2_adv_p3 PARTITION OF plt2_adv FOR VALUES IN ('0007', '0009');
-INSERT INTO plt2_adv SELECT i, i, to_char(i % 10, 'FM0000') FROM generate_series(1, 299) i WHERE i % 10 IN (2, 3, 4, 6,...
-ANALYZE plt2_adv;
--- inner join
-EXPLAIN (COSTS OFF)
-SELECT t1.a, t1.c, t2.a, t2.c FROM plt1_adv t1 INNER JOIN plt2_adv t2 ON (t1.a = t2.a AND t1.c = t2.c) WHERE t1.b < 10 ...
-                             QUERY PLAN                             
---------------------------------------------------------------------
- Sort
-   Sort Key: t1.a
-   ->  Append
-         ->  Hash Join
-               Hash Cond: ((t2_1.a = t1_1.a) AND (t2_1.c = t1_1.c))
...
tap
[21:55:16.402](64.931s) not ok 5 - regression tests pass
[21:55:21.001](4.582s) not ok 6 - dump before running pg_upgrade
tap
[21:55:50.446](64.792s) not ok 2 - regression tests pass
test
[21:57:36.825]  40/310 postgresql:regress / regress/regress                                            ERROR            ...
[21:57:36.825]  44/310 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[21:57:36.825] 118/310 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
51/5283 Replace IN VALUES with ANY in WHERE clauses during optimization
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/subselect.out C:/cirrus/build/testrun/regress/regress/r...
--- C:/cirrus/src/test/regress/expected/subselect.out	2024-10-09 20:08:29.340464000 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/subselect.out	2024-10-09 20:10:47.868976500 +0000
@@ -2313,15 +2313,16 @@
 EXPLAIN (COSTS OFF)
 SELECT c.oid,c.relname FROM pg_class c JOIN pg_am a USING (oid)
 WHERE c.oid IN (VALUES (1), (2));
-                          QUERY PLAN                           
----------------------------------------------------------------
- Hash Join
-   Hash Cond: (a.oid = c.oid)
-   ->  Seq Scan on pg_am a
-   ->  Hash
-         ->  Index Scan using pg_class_oid_index on pg_class c
-               Index Cond: (oid = ANY ('{1,2}'::integer[]))
-(6 rows)
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (c.oid = a.oid)
...
test
[20:20:54.552]   7/305 postgresql:regress / regress/regress                                            ERROR           1...
51/5272 Truncate logs by max_log_size
CompilerWarnings
compiler
[17:42:47.432] elog.c:1699:9: error: initializing 'char *' with an expression of type 'const char *' discards qualifiers...
compiler
[17:40:55.162] elog.c:1699:9: error: initializing 'char *' with an expression of type 'const char *' discards qualifiers...
compiler
[17:38:15.382] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar...
compiler
[17:36:29.778] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar...
compiler
[17:46:41.726] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar...
51/5277 general purpose array_sort
FreeBSD - 13 - Meson
tap
[14:53:10.287](0.648s) Bail out!  pg_ctl restart failed
test
[14:53:15.076] 302/310 postgresql:ssl / ssl/001_ssltests                                               ERROR            ...
51/5246 Allow SQL functions use CachedPlan machinery
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upg...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-10-09 14:31:20.965543000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/xml.out	2024-10-09 14:32:54.906822000 +000...
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-10-09 14:31:20.965543000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/xml.out	2024-10-09 14:33:49.430385000 +0...
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/regress/regress/resul...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-10-09 14:31:20.965543000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/xml.out	2024-10-09 14:32:56.298006000 +0000
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
tap
[14:33:13.642](66.431s) not ok 5 - regression tests pass
tap
[14:34:05.804](78.965s) not ok 2 - regression tests pass
test
[14:36:00.715]  40/310 postgresql:regress / regress/regress                                            ERROR            ...
[14:36:00.715]  88/310 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[14:36:00.715] 153/310 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/result...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-10-09 14:31:19.078193635 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/xml.out	2024-10-09 14:37:09.540938185 +0000
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-10-09 14:31:19.078193635 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/xml.out	2024-10-09 14:38:06.777082727 +0000
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/src/test/regress/results/xml.out
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-10-09 14:31:19.078193635 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/xml.out	2024-10-09 14:34:32.161097118 +0000
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
tap
[14:37:15.660](89.428s) not ok 5 - regression tests pass
tap
[14:38:13.070](59.077s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upg...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-10-09 14:31:21.216712805 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/xml.out	2024-10-09 14:33:53.512528385 +000...
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-10-09 14:31:21.216712805 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/xml.out	2024-10-09 14:34:25.458358050 +0...
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/regress/regress/resul...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-10-09 14:31:21.216712805 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/xml.out	2024-10-09 14:33:49.360320677 +0000
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
tap
[14:34:04.160](66.502s) not ok 5 - regression tests pass
tap
[14:34:33.343](63.166s) not ok 2 - regression tests pass
test
[14:36:13.504]  40/310 postgresql:regress / regress/regress                                            ERROR            ...
[14:36:13.504] 103/310 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[14:36:13.504] 143/310 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
51/4412 Client authentication via OAuth 2.0
FreeBSD - 13 - Meson
test
[14:12:16.136] 108/312 postgresql:oauth_validator / oauth_validator/regress                            ERROR            ...
Linux - Debian Bookworm - Meson
core
[14:14:45.945] #0  <unavailable> in ?? ()
core
[14:14:45.819] #0  0x00007f7a61be5d24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[14:14:45.819] #1  0x00007f7a61b92239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[14:14:45.819] #2  0x00007f7a61b92497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[14:14:45.819] #3  0x000055b8d9f965c1 in ?? ()
[14:14:45.819] #4  0x000055b8d9f90369 in ?? ()
[14:14:45.819] #5  0x000055b8d9f8f20f in ?? ()
[14:14:45.819] #6  0x000055b8d9f8fc3b in ?? ()
[14:14:45.819] #7  0x000055b8d9f8d66f in ?? ()
[14:14:45.819] #8  0x00007f7a61b7d24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[14:14:45.819] #9  0x00007f7a61b7d305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[14:14:45.945] #0  0x00007f7a61be5d24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[14:14:45.945] #1  0x00007f7a61b92239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[14:14:45.945] #2  0x00007f7a61b92497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[14:14:45.945] #3  0x000055b8d9f965f3 in ?? ()
[14:14:45.945] #4  0x000055b8d9f90369 in ?? ()
[14:14:45.945] #5  0x000055b8d9f8f20f in ?? ()
[14:14:45.945] #6  0x000055b8d9f8fc3b in ?? ()
[14:14:45.945] #7  0x000055b8d9f8d66f in ?? ()
[14:14:45.945] #8  0x00007f7a61b7d24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[14:14:45.945] #9  0x00007f7a61b7d305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
test
[14:13:42.968] 106/312 postgresql:oauth_validator / oauth_validator/regress                            ERROR            ...
macOS - Sonoma - Meson
test
[14:14:03.846] 109/312 postgresql:oauth_validator / oauth_validator/regress                            ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
test
[14:20:23.657] 105/307 postgresql:oauth_validator / oauth_validator/regress                            ERROR            ...
51/5117 VACUUM FULL / CLUSTER CONCURRENTLY
CompilerWarnings
compiler
[13:06:01.551] cluster.c:2638:48: error: ‘entry’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[13:05:36.657] cluster.c:2638:48: error: ‘entry’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[13:12:02.141] cluster.c:2638:48: error: ‘entry’ may be used uninitialized [-Werror=maybe-uninitialized]
FreeBSD - 13 - Meson
assertion
TRAP: failed Assert("!OidIsValid(clustered_rel)"), File: "../src/backend/commands/cluster.c", Line: 2472, PID: 22417
core
[13:11:04.225] #0  0x000000082a7fc41a in thr_kill () from /lib/libc.so.7
[13:11:04.225] #1  0x000000082a775e64 in raise () from /lib/libc.so.7
[13:11:04.225] #2  0x000000082a8266f9 in abort () from /lib/libc.so.7
[13:11:04.225] #3  0x0000000000a97105 in ExceptionalCondition (conditionName=0x2e6a6e "!OidIsValid(clustered_rel)", file...
[13:11:04.225] #4  0x00000000006c91b9 in begin_concurrent_cluster (rel_p=0x82155a1b8, index_p=0x82155a180, entered_p=<op...
[13:11:04.225] #5  cluster_rel (OldHeap=0x8361e2720, indexOid=indexOid@entry=20793, params=params@entry=0x82155a274, isT...
[13:11:04.225] #6  0x00000000006c67de in cluster (pstate=pstate@entry=0x8360ac500, stmt=stmt@entry=0x83609fe58, isTopLev...
[13:11:04.225] #7  0x0000000000941f24 in standard_ProcessUtility (pstmt=0x83609f4f8, queryString=0x83609e100 "\n\tCLUSTE...
[13:11:04.225] #8  0x0000000000941c28 in ProcessUtility (pstmt=0x18da9, queryString=0x6 <error: Cannot access memory at ...
[13:11:04.225] #9  0x0000000000941763 in PortalRunUtility (portal=0x836175100, pstmt=0x83609f4f8, isTopLevel=<optimized ...
core
[13:11:03.307] #0  0x0000041d0799201c in ?? () from /lib/libc.so.7
[13:11:03.307] #1  0x0000041d07992f78 in ?? () from /lib/libc.so.7
[13:11:03.307] #2  0x0000041d07992e69 in ?? () from /lib/libc.so.7
[13:11:03.307] #3  0x0000041d07992d3b in ?? () from /lib/libc.so.7
[13:11:03.307] #4  0x0000041d079929a1 in setlocale () from /lib/libc.so.7
[13:11:03.307] #5  0x00000414e5752671 in ?? ()
[13:11:03.307] #6  0x00000414e57431ad in ?? ()
[13:11:03.307] #7  0x0000041d06023408 in ?? ()
[13:11:03.307] #8  0x0000000000000000 in ?? ()
[13:11:03.571] #0  0x000000082a7fc41a in thr_kill () from /lib/libc.so.7
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/cluster.out /tmp/cirrus-ci-build/build/testrun/...
--- /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/cluster.out	2024-10-09 13:04:38.426661000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/injection_points/isolation/results/cluster.out	2024-10-09 13:08:03.287599000 +000...
@@ -8,7 +8,8 @@
 
 step wait_before_lock: 
 	CLUSTER (CONCURRENTLY) clstr_test USING clstr_test_pkey;
- <waiting ...>
+
+ERROR:  file of relation "clstr_test" changed by another transaction
 step change_existing: 
 	UPDATE clstr_test SET i=10 where i=1;
 	UPDATE clstr_test SET j=20 where i=2;
@@ -63,12 +64,7 @@
 step wakeup_before_lock: 
 	SELECT injection_points_wakeup('cluster-concurrently-before-lock');
 
-injection_points_wakeup
------------------------
-                       
...
test
[13:09:53.744] 120/310 postgresql:injection_points / injection_points/isolation                        ERROR            ...
Linux - Debian Bookworm - Meson
core
[13:13:25.462] #0  0x00007fbc848a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:13:25.462] #1  0x00007fbc8485afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:13:25.462] #2  0x00007fbc84845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:13:25.462] #3  0x00007fbc84a1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[13:13:25.462] #4  0x00007fbc84a2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[13:13:25.462] #5  0x00007fbc84a0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x7fbc828268c0,...
[13:13:25.462] #6  0x00007fbc828227b2 in store_change (ctx=ctx@entry=0x56336c285180, kind=kind@entry=CHANGE_UPDATE_OLD, ...
[13:13:25.462] #7  0x00007fbc82822e73 in plugin_change (ctx=0x56336c285180, txn=<optimized out>, relation=<optimized out...
[13:13:25.462] #8  0x000056332c0daecc in change_cb_wrapper (cache=<optimized out>, txn=<optimized out>, relation=<optimi...
[13:13:25.462] #9  0x000056332c0e812e in ReorderBufferApplyChange (rb=rb@entry=0x56336c33dae0, txn=txn@entry=0x56336c2ac...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/cluster.out /tmp/cirrus-ci-build/build/testrun/...
--- /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/cluster.out	2024-10-09 13:04:36.923920498 +0000
+++ /tmp/cirrus-ci-build/build/testrun/injection_points/isolation/results/cluster.out	2024-10-09 13:10:34.830472658 +000...
@@ -68,118 +68,7 @@
                        
 (1 row)
 
-step wait_before_lock: <... completed>
-step check1: 
-	INSERT INTO relfilenodes(node)
-	SELECT relfilenode FROM pg_class WHERE relname='clstr_test';
-
-	SELECT count(DISTINCT node) FROM relfilenodes;
-
-	SELECT i, j FROM clstr_test ORDER BY i, j;
-
-	INSERT INTO data_s1(_xmin, _cmin, i, j)
-	SELECT xmin, cmin, i, j FROM clstr_test;
-
-	SELECT count(*)
...
test
[13:12:20.710] 114/310 postgresql:injection_points / injection_points/isolation                        ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[13:05:40.232] ../src/backend/commands/cluster.c(4447): warning C4129: '%': unrecognized character escape sequence
51/5004 CREATE INDEX CONCURRENTLY for partitioned tables
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_p...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-10-09 12:34:33.407792000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/indexing.out	2024-10-09 12:36:14.754145000...
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/recovery/027_str...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-10-09 12:34:33.407792000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/indexing.out	2024-10-09 12:36:54.5634540...
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/regress/regress/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-10-09 12:34:33.407792000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/indexing.out	2024-10-09 12:36:15.649109000 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[12:36:18.311](61.438s) not ok 5 - regression tests pass
tap
[12:36:56.614](62.460s) not ok 2 - regression tests pass
test
[12:51:54.691]  40/310 postgresql:regress / regress/regress                                            ERROR            ...
[12:51:54.691]  67/310 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[12:51:54.691] 128/310 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[12:51:54.691] 310/310 postgresql:isolation / isolation/isolation                                      TIMEOUT        10...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-10-09 12:34:29.356465156 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/indexing.out	2024-10-09 12:39:32.285543878 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/partitioned-cic.out /tmp/cirrus-ci-build/src/test/isolation/ou...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/partitioned-cic.out	2024-10-09 12:34:29.193124468 +0000
+++ /tmp/cirrus-ci-build/src/test/isolation/output_iso/results/partitioned-cic.out	2024-10-09 13:01:33.240629491 +0000
@@ -3,10 +3,14 @@
 starting permutation: lock_p1 cic insert drop2 commit chk_content
 step lock_p1: lock cictab_part_1 in row exclusive mode;
 step cic: CREATE INDEX CONCURRENTLY ON cictab(i); <waiting ...>
-step insert: insert into cictab values (1, 1), (11, 1);
-step drop2: DROP TABLE cictab_part_2;
+step insert: insert into cictab values (1, 1), (11, 1); <waiting ...>
+isolationtester: canceling step insert after 360 seconds
+step insert: <... completed>
+ERROR:  canceling statement due to user request
+step drop2: DROP TABLE cictab_part_2; <waiting ...>
 step commit: COMMIT;
 step cic: <... completed>
+step drop2: <... completed>
 step chk_content: 
   set enable_seqscan to off;
   explain (costs off) select * from cictab where i > 0;
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/src/test/regress/results/index...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-10-09 12:34:29.356465156 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/indexing.out	2024-10-09 12:37:44.469386313 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[12:39:34.544](65.747s) not ok 5 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_p...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-10-09 12:34:30.515906953 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/indexing.out	2024-10-09 12:37:05.575962865...
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/recovery/027_str...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-10-09 12:34:30.515906953 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/indexing.out	2024-10-09 12:37:36.5448418...
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/regress/regress/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-10-09 12:34:30.515906953 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/indexing.out	2024-10-09 12:36:58.539797828 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[12:37:07.273](76.263s) not ok 5 - regression tests pass
tap
[12:37:38.562](72.263s) not ok 2 - regression tests pass
test
[12:52:27.790]  42/310 postgresql:regress / regress/regress                                            ERROR            ...
[12:52:27.790] 112/310 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[12:52:27.790] 145/310 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[12:52:27.790] 310/310 postgresql:isolation / isolation/isolation                                      TIMEOUT        10...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/indexing.out C:/cirrus/build/testrun/pg_upgrade/002_pg_...
--- C:/cirrus/src/test/regress/expected/indexing.out	2024-10-09 12:34:38.470403100 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/indexing.out	2024-10-09 12:38:09.688164900 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/indexing.out C:/cirrus/build/testrun/recovery/027_strea...
--- C:/cirrus/src/test/regress/expected/indexing.out	2024-10-09 12:34:38.470403100 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/indexing.out	2024-10-09 12:40:10.506596200 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/indexing.out C:/cirrus/build/testrun/regress/regress/re...
--- C:/cirrus/src/test/regress/expected/indexing.out	2024-10-09 12:34:38.470403100 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/indexing.out	2024-10-09 12:38:04.511415700 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[12:38:15.338](101.117s) not ok 5 - regression tests pass
tap
[12:40:15.109](101.328s) not ok 2 - regression tests pass
test
[12:53:06.296]  21/305 postgresql:regress / regress/regress                                            ERROR           1...
[12:53:06.296]  35/305 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[12:53:06.296]  76/305 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
[12:53:06.296] 305/305 postgresql:isolation / isolation/isolation                                      TIMEOUT        10...
51/5277 general purpose array_sort
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/arrays.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/arrays.out	2024-10-09 11:04:46.382828000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/arrays.out	2024-10-09 11:06:27.132534000 +...
@@ -2749,13 +2749,13 @@
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[]);
                             array_sort                            
 ------------------------------------------------------------------
- {"abc DEF 123abc","ábc sßs ßss DÉF",ⱥȺ,ⱥⱥⱥ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž"}
+ {"abc DEF 123abc","ábc sßs ßss DÉF","DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥȺ,ⱥⱥⱥ}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[], 'desc');
                             array_sort                            
 ------------------------------------------------------------------
- {"DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥⱥⱥ,ⱥȺ,"ábc sßs ßss DÉF","abc DEF 123abc"}
+ {ⱥⱥⱥ,ⱥȺ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž","ábc sßs ßss DÉF","abc DEF 123abc"}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[] COLLATE "pg_c_utf8", 'asc');
@@ -2774,55 +2774,55 @@
...
tap
[11:07:11.893](62.599s) not ok 5 - regression tests pass
test
[11:09:49.014]  85/310 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/arrays.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/res...
--- /tmp/cirrus-ci-build/src/test/regress/expected/arrays.out	2024-10-09 11:04:41.446609159 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/arrays.out	2024-10-09 11:10:30.592579728 +0000
@@ -2749,13 +2749,13 @@
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[]);
                             array_sort                            
 ------------------------------------------------------------------
- {"abc DEF 123abc","ábc sßs ßss DÉF",ⱥȺ,ⱥⱥⱥ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž"}
+ {"abc DEF 123abc","ábc sßs ßss DÉF","DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥȺ,ⱥⱥⱥ}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[], 'desc');
                             array_sort                            
 ------------------------------------------------------------------
- {"DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥⱥⱥ,ⱥȺ,"ábc sßs ßss DÉF","abc DEF 123abc"}
+ {ⱥⱥⱥ,ⱥȺ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž","ábc sßs ßss DÉF","abc DEF 123abc"}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[] COLLATE "pg_c_utf8", 'asc');
@@ -2774,55 +2774,55 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/arrays.out /tmp/cirrus-ci-build/src/test/recovery/tmp_check/resu...
--- /tmp/cirrus-ci-build/src/test/regress/expected/arrays.out	2024-10-09 11:04:41.446609159 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/arrays.out	2024-10-09 11:12:31.912778010 +0000
@@ -2749,13 +2749,13 @@
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[]);
                             array_sort                            
 ------------------------------------------------------------------
- {"abc DEF 123abc","ábc sßs ßss DÉF",ⱥȺ,ⱥⱥⱥ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž"}
+ {"abc DEF 123abc","ábc sßs ßss DÉF","DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥȺ,ⱥⱥⱥ}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[], 'desc');
                             array_sort                            
 ------------------------------------------------------------------
- {"DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥⱥⱥ,ⱥȺ,"ábc sßs ßss DÉF","abc DEF 123abc"}
+ {ⱥⱥⱥ,ⱥȺ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž","ábc sßs ßss DÉF","abc DEF 123abc"}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[] COLLATE "pg_c_utf8", 'asc');
@@ -2774,55 +2774,55 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/arrays.out /tmp/cirrus-ci-build/src/test/regress/results/arrays....
--- /tmp/cirrus-ci-build/src/test/regress/expected/arrays.out	2024-10-09 11:04:41.446609159 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/arrays.out	2024-10-09 11:08:12.268643842 +0000
@@ -2749,13 +2749,13 @@
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[]);
                             array_sort                            
 ------------------------------------------------------------------
- {"abc DEF 123abc","ábc sßs ßss DÉF",ⱥȺ,ⱥⱥⱥ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž"}
+ {"abc DEF 123abc","ábc sßs ßss DÉF","DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥȺ,ⱥⱥⱥ}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[], 'desc');
                             array_sort                            
 ------------------------------------------------------------------
- {"DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥⱥⱥ,ⱥȺ,"ábc sßs ßss DÉF","abc DEF 123abc"}
+ {ⱥⱥⱥ,ⱥȺ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž","ábc sßs ßss DÉF","abc DEF 123abc"}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[] COLLATE "pg_c_utf8", 'asc');
@@ -2774,55 +2774,55 @@
...
tap
[11:11:46.228](99.067s) not ok 5 - regression tests pass
tap
[11:13:13.872](55.039s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/arrays.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/arrays.out	2024-10-09 11:04:42.160289066 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/arrays.out	2024-10-09 11:08:27.143756018 +...
@@ -2749,13 +2749,13 @@
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[]);
                             array_sort                            
 ------------------------------------------------------------------
- {"abc DEF 123abc","ábc sßs ßss DÉF",ⱥȺ,ⱥⱥⱥ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž"}
+ {"abc DEF 123abc","ábc sßs ßss DÉF","DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥȺ,ⱥⱥⱥ}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[], 'desc');
                             array_sort                            
 ------------------------------------------------------------------
- {"DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥⱥⱥ,ⱥȺ,"ábc sßs ßss DÉF","abc DEF 123abc"}
+ {ⱥⱥⱥ,ⱥȺ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž","ábc sßs ßss DÉF","abc DEF 123abc"}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[] COLLATE "pg_c_utf8", 'asc');
@@ -2774,55 +2774,55 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/arrays.out /tmp/cirrus-ci-build/build/testrun/recovery/027_strea...
--- /tmp/cirrus-ci-build/src/test/regress/expected/arrays.out	2024-10-09 11:04:42.160289066 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/arrays.out	2024-10-09 11:09:05.047704543...
@@ -2749,13 +2749,13 @@
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[]);
                             array_sort                            
 ------------------------------------------------------------------
- {"abc DEF 123abc","ábc sßs ßss DÉF",ⱥȺ,ⱥⱥⱥ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž"}
+ {"abc DEF 123abc","ábc sßs ßss DÉF","DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥȺ,ⱥⱥⱥ}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[], 'desc');
                             array_sort                            
 ------------------------------------------------------------------
- {"DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥⱥⱥ,ⱥȺ,"ábc sßs ßss DÉF","abc DEF 123abc"}
+ {ⱥⱥⱥ,ⱥȺ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž","ábc sßs ßss DÉF","abc DEF 123abc"}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[] COLLATE "pg_c_utf8", 'asc');
@@ -2774,55 +2774,55 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/arrays.out /tmp/cirrus-ci-build/build/testrun/regress/regress/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/arrays.out	2024-10-09 11:04:42.160289066 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/arrays.out	2024-10-09 11:08:23.815761726 +0000
@@ -2749,13 +2749,13 @@
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[]);
                             array_sort                            
 ------------------------------------------------------------------
- {"abc DEF 123abc","ábc sßs ßss DÉF",ⱥȺ,ⱥⱥⱥ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž"}
+ {"abc DEF 123abc","ábc sßs ßss DÉF","DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥȺ,ⱥⱥⱥ}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[], 'desc');
                             array_sort                            
 ------------------------------------------------------------------
- {"DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥⱥⱥ,ⱥȺ,"ábc sßs ßss DÉF","abc DEF 123abc"}
+ {ⱥⱥⱥ,ⱥȺ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž","ábc sßs ßss DÉF","abc DEF 123abc"}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[] COLLATE "pg_c_utf8", 'asc');
@@ -2774,55 +2774,55 @@
...
tap
[11:09:21.994](70.018s) not ok 5 - regression tests pass
tap
[11:09:52.391](67.779s) not ok 2 - regression tests pass
test
[11:11:29.699]  12/310 postgresql:regress / regress/regress                                            ERROR            ...
[11:11:29.699] 121/310 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[11:11:29.699] 153/310 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/arrays.out C:/cirrus/build/testrun/pg_upgrade/002_pg_up...
--- C:/cirrus/src/test/regress/expected/arrays.out	2024-10-09 11:04:52.157416000 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/arrays.out	2024-10-09 11:07:20.426212300 +0000
@@ -2749,13 +2749,13 @@
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[]);
                             array_sort                            
 ------------------------------------------------------------------
- {"abc DEF 123abc","ábc sßs ßss DÉF",ⱥȺ,ⱥⱥⱥ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž"}
+ {"abc DEF 123abc","ábc sßs ßss DÉF","DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥȺ,ⱥⱥⱥ}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[], 'desc');
                             array_sort                            
 ------------------------------------------------------------------
- {"DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥⱥⱥ,ⱥȺ,"ábc sßs ßss DÉF","abc DEF 123abc"}
+ {ⱥⱥⱥ,ⱥȺ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž","ábc sßs ßss DÉF","abc DEF 123abc"}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[] COLLATE "pg_c_utf8", 'asc');
@@ -2774,55 +2774,55 @@
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/arrays.out C:/cirrus/build/testrun/recovery/027_stream_...
--- C:/cirrus/src/test/regress/expected/arrays.out	2024-10-09 11:04:52.157416000 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/arrays.out	2024-10-09 11:09:25.690660300 +0000
@@ -2747,82 +2747,78 @@
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[]);
-                            array_sort                            
-------------------------------------------------------------------
- {"abc DEF 123abc","ábc sßs ßss DÉF",ⱥȺ,ⱥⱥⱥ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž"}
+                                       array_sort                                       
+----------------------------------------------------------------------------------------
+ {"ábc sßs ßss DÉF",ⱥⱥⱥ,ⱥȺ,"abc DEF 123abc","DŽxxDŽ džxxDž Džxxdž",ȺȺȺ}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[], 'desc');
-                            array_sort                            
-------------------------------------------------------------------
- {"DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥⱥⱥ,ⱥȺ,"ábc sßs ßss DÉF","abc DEF 123abc"}
+                                       array_sort                                       
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/arrays.out C:/cirrus/build/testrun/regress/regress/resu...
--- C:/cirrus/src/test/regress/expected/arrays.out	2024-10-09 11:04:52.157416000 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/arrays.out	2024-10-09 11:07:14.103824400 +0000
@@ -2747,82 +2747,78 @@
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[]);
-                            array_sort                            
-------------------------------------------------------------------
- {"abc DEF 123abc","ábc sßs ßss DÉF",ⱥȺ,ⱥⱥⱥ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž"}
+                                       array_sort                                       
+----------------------------------------------------------------------------------------
+ {"ábc sßs ßss DÉF",ⱥⱥⱥ,ⱥȺ,"abc DEF 123abc","DŽxxDŽ džxxDž Džxxdž",ȺȺȺ}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[], 'desc');
-                            array_sort                            
-------------------------------------------------------------------
- {"DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥⱥⱥ,ⱥȺ,"ábc sßs ßss DÉF","abc DEF 123abc"}
+                                       array_sort                                       
...
tap
[11:08:39.935](107.346s) not ok 5 - regression tests pass
tap
[11:10:49.546](116.844s) not ok 2 - regression tests pass
test
[11:17:41.271]   6/305 postgresql:regress / regress/regress                                            ERROR           1...
[11:17:41.271]  39/305 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[11:17:41.271]  85/305 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
50/5270 jsonpath string methods: lower, upper, initcap, l/r/btrim, replace, split_part
CompilerWarnings
compiler
[11:03:33.969] jsonpath_exec.c:2829:13: error: mixing declarations and code is incompatible with standards before C99 [-...
compiler
[11:03:24.356] jsonpath_exec.c:2829:13: error: mixing declarations and code is incompatible with standards before C99 [-...
compiler
[11:02:55.000] jsonpath_exec.c:2829:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta...
compiler
[11:02:45.559] jsonpath_exec.c:2829:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta...
compiler
[11:03:58.137] jsonpath_exec.c:2829:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta...
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out /tmp/cirrus-ci-build/build-32/testrun/pg_upgr...
--- /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out	2024-10-09 11:02:09.890385043 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/pg_upgrade/002_pg_upgrade/data/results/jsonb_jsonpath.out	2024-10-09 11:07:40....
@@ -3078,7 +3078,7 @@
 select jsonb_path_query('"abc~@~def~@~ghi"', '$.split_part("~@~", 2)');
  jsonb_path_query 
 ------------------
- "def"
+ ""
 (1 row)
 
 -- Test string methods play nicely together
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out /tmp/cirrus-ci-build/build-32/testrun/recover...
--- /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out	2024-10-09 11:02:09.890385043 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/recovery/027_stream_regress/data/results/jsonb_jsonpath.out	2024-10-09 11:08:1...
@@ -3078,7 +3078,7 @@
 select jsonb_path_query('"abc~@~def~@~ghi"', '$.split_part("~@~", 2)');
  jsonb_path_query 
 ------------------
- "def"
+ ""
 (1 row)
 
 -- Test string methods play nicely together
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out /tmp/cirrus-ci-build/build-32/testrun/regress...
--- /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out	2024-10-09 11:02:09.890385043 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/regress/regress/results/jsonb_jsonpath.out	2024-10-09 11:07:34.323573736 +0000
@@ -3078,7 +3078,7 @@
 select jsonb_path_query('"abc~@~def~@~ghi"', '$.split_part("~@~", 2)');
  jsonb_path_query 
 ------------------
- "def"
+ ""
 (1 row)
 
 -- Test string methods play nicely together
tap
[11:07:58.434](67.246s) not ok 5 - regression tests pass
tap
[11:08:30.169](64.411s) not ok 2 - regression tests pass
test
[11:10:12.348]  38/310 postgresql:regress / regress/regress                                            ERROR            ...
[11:10:12.348] 118/310 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[11:10:12.348] 148/310 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
51/5027 Track the amount of time waiting due to cost_delay
CompilerWarnings
compiler
[10:03:55.692] vacuum.c:121:9: error: no previous extern declaration for non-static variable 'nap_time_since_last_report...
compiler
[10:03:47.955] vacuum.c:121:9: error: no previous extern declaration for non-static variable 'nap_time_since_last_report...
51/4390 add not_before and not_after timestamps to sslinfo extension and pg_stat_ssl
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[03:46:52.529] ../src/backend/libpq/be-secure-openssl.c(1519): warning C4047: 'function': 'ASN1_TIME *' differs in level...
compiler
[03:46:52.577] ../src/backend/libpq/be-secure-openssl.c(1519): warning C4024: 'ASN1_TIME_to_timestamptz': different type...
compiler
[03:46:52.577] ../src/backend/libpq/be-secure-openssl.c(1528): warning C4047: 'function': 'ASN1_TIME *' differs in level...
compiler
[03:46:52.577] ../src/backend/libpq/be-secure-openssl.c(1528): warning C4024: 'ASN1_TIME_to_timestamptz': different type...
compiler
[03:47:11.934] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notBefore referenced i...
compiler
[03:47:11.934] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notAfter referenced in...
51/3461 In-place persistence change of a relation (fast ALTER TABLE ... SET LOGGED with wal_level=minimal)
CompilerWarnings
compiler
[03:17:06.244] simpleundolog.c:69:14: error: no previous extern declaration for non-static variable 'UndoRoutines' [-Wer...
compiler
[03:15:41.929] simpleundolog.c:69:14: error: no previous extern declaration for non-static variable 'UndoRoutines' [-Wer...
Linux - Debian Bookworm - Meson
core
[03:11:34.145] #0  0x00007f92da4a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[03:11:34.145] #1  0x00007f92da45afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[03:11:34.145] #2  0x00007f92da445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[03:11:34.145] #3  0x00007f92da61e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[03:11:34.145] #4  0x00007f92da62aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[03:11:34.145] #5  0x00007f92da60d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x5654b4d34d20,...
[03:11:34.145] #6  0x00005654b3e2bf2c in ParseCommitRecord (info=<optimized out>, xlrec=<optimized out>, parsed=parsed@e...
[03:11:34.145] #7  0x00005654b3e80398 in xact_redo (record=0x5654b742d500) at ../src/backend/access/transam/xact.c:6430
[03:11:34.145] #8  0x00005654b3ea395f in ApplyWalRecord (xlogreader=0x5654b742d500, record=record@entry=0x7f92d5efb878, ...
[03:11:34.145] #9  0x00005654b3ea95a7 in PerformWalRecovery () at ../src/backend/access/transam/xlogrecovery.c:1823
tap
[03:10:28.520](225.015s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /tmp/cirrus-ci-build/src/test/recovery/t/027_stream_regress.pl line 103.
test
[03:10:28.730] 310/310 postgresql:recovery / recovery/027_stream_regress                               ERROR           2...
50/5210 remove adaptive spins_per_delay code
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/query_cancel.out /tmp/cirrus-ci-build/contrib/postgres_fdw/r...
--- /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/query_cancel.out	2024-10-09 02:21:45.336415852 +0000
+++ /tmp/cirrus-ci-build/contrib/postgres_fdw/results/query_cancel.out	2024-10-09 02:29:38.556696882 +0000
@@ -29,4 +29,5 @@
 -- This would take very long if not canceled:
 SELECT count(*) FROM ft1 a CROSS JOIN ft1 b CROSS JOIN ft1 c CROSS JOIN ft1 d;
 ERROR:  canceling statement due to statement timeout
+WARNING:  could not get result of cancel request due to timeout
 COMMIT;
51/5070 Incorrect error message for cancellation triggered by statement_timeout & flaky test
CompilerWarnings
compiler
[02:09:36.482] backend_startup.c:270:63: error: data argument not used by format string [-Werror,-Wformat-extra-args]
compiler
[02:09:36.482] backend_startup.c:270:63: error: variable 'status' is uninitialized when used here [-Werror,-Wuninitializ...
compiler
[02:09:28.564] backend_startup.c:270:63: error: variable 'status' is uninitialized when used here [-Werror,-Wuninitializ...
compiler
[02:09:28.564] backend_startup.c:270:63: error: data argument not used by format string [-Werror,-Wformat-extra-args]
compiler
[02:09:00.383] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit...
compiler
[02:09:00.383] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args]
compiler
[02:08:52.999] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit...
compiler
[02:08:52.999] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args]
compiler
[02:09:58.361] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit...
compiler
[02:09:58.361] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args]
CompilerWarnings
compiler
[01:59:39.738] backend_startup.c:270:63: error: variable 'status' is uninitialized when used here [-Werror,-Wuninitializ...
compiler
[01:59:39.738] backend_startup.c:270:63: error: data argument not used by format string [-Werror,-Wformat-extra-args]
compiler
[01:59:31.444] backend_startup.c:270:63: error: variable 'status' is uninitialized when used here [-Werror,-Wuninitializ...
compiler
[01:59:31.444] backend_startup.c:270:63: error: data argument not used by format string [-Werror,-Wformat-extra-args]
compiler
[01:59:00.877] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args]
compiler
[01:59:00.877] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit...
compiler
[01:58:53.051] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit...
compiler
[01:58:53.051] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args]
compiler
[02:00:02.591] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args]
compiler
[02:00:02.591] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit...
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[02:00:02.331] c:\cirrus\src\backend\tcop\backend_startup.c(270) : warning C4700: uninitialized local variable 'status' ...
51/5154 psql client does not handle WSAEWOULDBLOCK on Windows
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[01:44:59.523](0.001s) not ok 13 - reindexdb cannot target invalid database: matches
test
[01:47:46.074] 208/305 postgresql:scripts / scripts/091_reindexdb_all                                  ERROR            ...
51/4720 "unexpected duplicate for tablespace" problem in logical replication
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/00...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-10-09 01:20:12.445485000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_table.out	2024-10-09 01:21:41.795481...
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37613 |            |             0 |       37613 | pktable_pkey
+ 37610 |            |             0 |       37610 | pktable
+ 37616 |            |             0 |       37616 | fktable
+ 38215 |            |             0 |       38220 | foo
+ 38224 |            |             0 |       38224 | pg_toast_38215_index
+ 38223 |            |             0 |       38223 | pg_toast_38215
+ 38416 |            |             0 |       38416 | old_oids
+ 38433 |            |             0 |       38433 | pg_toast_38430
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/recovery/027_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-10-09 01:20:12.445485000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/alter_table.out	2024-10-09 01:22:28.8518...
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37651 |            |             0 |       37651 | pktable_pkey
+ 37648 |            |             0 |       37648 | pktable
+ 37656 |            |             0 |       37656 | fktable
+ 38225 |            |             0 |       38230 | foo
+ 38234 |            |             0 |       38234 | pg_toast_38225_index
+ 38233 |            |             0 |       38233 | pg_toast_38225
+ 38452 |            |             0 |       38452 | old_oids
+ 38469 |            |             0 |       38469 | pg_toast_38466
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/regress/regre...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-10-09 01:20:12.445485000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/alter_table.out	2024-10-09 01:21:45.062041000 +0000
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37337 |            |             0 |       37337 | pktable_pkey
+ 37331 |            |             0 |       37331 | pktable
+ 37351 |            |             0 |       37351 | fktable
+ 38324 |            |             0 |       38329 | foo
+ 38333 |            |             0 |       38333 | pg_toast_38324_index
+ 38332 |            |             0 |       38332 | pg_toast_38324
+ 38517 |            |             0 |       38517 | old_oids
+ 38534 |            |             0 |       38534 | pg_toast_38531
...
tap
[01:21:50.468](57.494s) not ok 5 - regression tests pass
tap
[01:22:36.306](66.018s) not ok 2 - regression tests pass
test
[01:24:27.976]  40/310 postgresql:regress / regress/regress                                            ERROR            ...
[01:24:27.976]  76/310 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[01:24:27.976] 151/310 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_chec...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-10-09 01:20:12.205832329 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/alter_table.out	2024-10-09 01:25:19.600005484 +0000
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37886 |            |             0 |       37886 | pktable_pkey
+ 37883 |            |             0 |       37883 | pktable
+ 37888 |            |             0 |       37888 | fktable
+ 38324 |            |             0 |       38329 | foo
+ 38333 |            |             0 |       38333 | pg_toast_38324_index
+ 38332 |            |             0 |       38332 | pg_toast_38324
+ 38565 |            |             0 |       38565 | old_oids
+ 38597 |            |             0 |       38597 | pg_toast_38594
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/src/test/regress/results/al...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-10-09 01:20:12.205832329 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/alter_table.out	2024-10-09 01:23:36.600142255 +0000
@@ -3491,9 +3491,29 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37797 |            |             0 |       37797 | pg_toast_37792
+ 37798 |            |             0 |       37798 | pg_toast_37792_index
+ 37792 |            |             0 |       37792 | users
+ 37791 |            |             0 |       37791 | users_id_seq
+ 38086 |            |             0 |       38086 | foo
+ 38247 |            |             0 |       38247 | forc_test
+ 37802 |            |             0 |       37802 | pktable_pkey
+ 37799 |            |             0 |       37799 | pktable
...
tap
[01:25:26.659](97.670s) not ok 5 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/00...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-10-09 01:20:09.920749764 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_table.out	2024-10-09 01:22:58.050001...
@@ -3491,9 +3491,29 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 38783 |            |             0 |       38783 | pg_toast_38780
+ 38784 |            |             0 |       38784 | pg_toast_38780_index
+ 37843 |            |             0 |       37843 | users_id_seq
+ 37848 |            |             0 |       37848 | pg_toast_37844
+ 37849 |            |             0 |       37849 | pg_toast_37844_index
+ 37844 |            |             0 |       37844 | users
+ 38037 |            |             0 |       38037 | foo
+ 38338 |            |             0 |       38338 | forc_test
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/recovery/027_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-10-09 01:20:09.920749764 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/alter_table.out	2024-10-09 01:23:32.1743...
@@ -3491,9 +3491,26 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37894 |            |             0 |       37894 | pg_toast_37888_index
+ 37888 |            |             0 |       37888 | users
+ 37886 |            |             0 |       37886 | users_id_seq
+ 37893 |            |             0 |       37893 | pg_toast_37888
+ 38179 |            |             0 |       38179 | foo
+ 38439 |            |             0 |       38439 | forc_test
+ 37554 |            |             0 |       37554 | pktable_pkey
+ 37551 |            |             0 |       37551 | pktable
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/regress/regre...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-10-09 01:20:09.920749764 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/alter_table.out	2024-10-09 01:22:51.165946733 +0000
@@ -3491,9 +3491,29 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37902 |            |             0 |       37902 | pg_toast_37898
+ 37904 |            |             0 |       37904 | pg_toast_37898_index
+ 37898 |            |             0 |       37898 | users
+ 37897 |            |             0 |       37897 | users_id_seq
+ 38071 |            |             0 |       38071 | foo
+ 38326 |            |             0 |       38326 | forc_test
+ 38715 |            |             0 |       38715 | pg_toast_38712
+ 38716 |            |             0 |       38716 | pg_toast_38712_index
...
tap
[01:23:06.611](82.881s) not ok 5 - regression tests pass
tap
[01:23:39.598](81.603s) not ok 2 - regression tests pass
test
[01:25:24.279]  44/310 postgresql:regress / regress/regress                                            ERROR            ...
[01:25:24.279] 137/310 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[01:25:24.279] 158/310 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
macOS - Sonoma - Meson
core
[01:30:28.805]   * frame #0: 0x00000001022a0b70 dyld`_dyld_start
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/alter_table.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg...
--- /Users/admin/pgsql/src/test/regress/expected/alter_table.out	2024-10-09 01:20:14
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_table.out	2024-10-09 01:22:27
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37726 |            |             0 |       37726 | pktable_pkey
+ 37723 |            |             0 |       37723 | pktable
+ 37728 |            |             0 |       37728 | fktable
+ 38238 |            |             0 |       38246 | foo
+ 38250 |            |             0 |       38250 | pg_toast_38238_index
+ 38249 |            |             0 |       38249 | pg_toast_38238
+ 38516 |            |             0 |       38516 | old_oids
+ 38533 |            |             0 |       38533 | pg_toast_38530
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/alter_table.out /Users/admin/pgsql/build/testrun/recovery/027_stre...
--- /Users/admin/pgsql/src/test/regress/expected/alter_table.out	2024-10-09 01:20:14
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/alter_table.out	2024-10-09 01:24:02
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37433 |            |             0 |       37433 | pktable_pkey
+ 37430 |            |             0 |       37430 | pktable
+ 37439 |            |             0 |       37439 | fktable
+ 38112 |            |             0 |       38120 | foo
+ 38124 |            |             0 |       38124 | pg_toast_38112_index
+ 38123 |            |             0 |       38123 | pg_toast_38112
+ 38323 |            |             0 |       38323 | old_oids
+ 38349 |            |             0 |       38349 | pg_toast_38346
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/alter_table.out /Users/admin/pgsql/build/testrun/regress/regress/r...
--- /Users/admin/pgsql/src/test/regress/expected/alter_table.out	2024-10-09 01:20:14
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/alter_table.out	2024-10-09 01:22:24
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37558 |            |             0 |       37558 | pktable_pkey
+ 37555 |            |             0 |       37555 | pktable
+ 37560 |            |             0 |       37560 | fktable
+ 38287 |            |             0 |       38298 | foo
+ 38302 |            |             0 |       38302 | pg_toast_38287_index
+ 38301 |            |             0 |       38301 | pg_toast_38287
+ 38523 |            |             0 |       38523 | old_oids
+ 38540 |            |             0 |       38540 | pg_toast_38537
...
tap
[01:22:34.522](62.440s) not ok 5 - regression tests pass
tap
[01:24:09.567](92.752s) not ok 2 - regression tests pass
test
[01:27:06.022]  27/310 postgresql:regress / regress/regress                                            ERROR            ...
[01:27:06.022]  46/310 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[01:27:06.022] 150/310 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/alter_table.out C:/cirrus/build/testrun/pg_upgrade/002_...
--- C:/cirrus/src/test/regress/expected/alter_table.out	2024-10-09 01:20:26.997092100 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_table.out	2024-10-09 01:24:21.754304800 +0000
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37305 |            |             0 |       37305 | pktable_pkey
+ 37301 |            |             0 |       37301 | pktable
+ 37308 |            |             0 |       37308 | fktable
+ 37872 |            |             0 |       37877 | foo
+ 37882 |            |             0 |       37882 | pg_toast_37872_index
+ 37880 |            |             0 |       37880 | pg_toast_37872
+ 38123 |            |             0 |       38123 | old_oids
+ 38149 |            |             0 |       38149 | pg_toast_38146
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/alter_table.out C:/cirrus/build/testrun/recovery/027_st...
--- C:/cirrus/src/test/regress/expected/alter_table.out	2024-10-09 01:20:26.997092100 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/alter_table.out	2024-10-09 01:26:38.629347300 +0000
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37450 |            |             0 |       37450 | pktable_pkey
+ 37447 |            |             0 |       37447 | pktable
+ 37452 |            |             0 |       37452 | fktable
+ 37874 |            |             0 |       37879 | foo
+ 37883 |            |             0 |       37883 | pg_toast_37874_index
+ 37882 |            |             0 |       37882 | pg_toast_37874
+ 38135 |            |             0 |       38135 | old_oids
+ 38156 |            |             0 |       38156 | pg_toast_38153
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/alter_table.out C:/cirrus/build/testrun/regress/regress...
--- C:/cirrus/src/test/regress/expected/alter_table.out	2024-10-09 01:20:26.997092100 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/alter_table.out	2024-10-09 01:24:13.823148400 +0000
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 36698 |            |             0 |       36698 | pktable_pkey
+ 36695 |            |             0 |       36695 | pktable
+ 36700 |            |             0 |       36700 | fktable
+ 37601 |            |             0 |       37609 | foo
+ 37614 |            |             0 |       37614 | pg_toast_37601_index
+ 37612 |            |             0 |       37612 | pg_toast_37601
+ 38126 |            |             0 |       38126 | old_oids
+ 38150 |            |             0 |       38150 | pg_toast_38147
...
tap
[01:24:36.392](121.865s) not ok 5 - regression tests pass
tap
[01:26:54.524](130.481s) not ok 2 - regression tests pass
test
[01:33:11.140]  24/305 postgresql:regress / regress/regress                                            ERROR           1...
[01:33:11.140]  41/305 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[01:33:11.140]  98/305 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5031 Remove dependence on integer wrapping
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/date.out C:/cirrus/build/testrun/pg_upgrade/002_pg_upgr...
--- C:/cirrus/src/test/regress/expected/date.out	2024-10-09 00:43:38.377398900 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/date.out	2024-10-09 00:45:44.875883800 +0000
@@ -1533,4 +1533,4 @@
 select make_time(24, 0, 2.1);
 ERROR:  time field value out of range: 24:00:2.1
 SELECT make_date(-2147483648, 1, 1);
-ERROR:  date field value out of range: -2147483648-01-01
+ERROR:  date field value out of range: 24301-01-01
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/date.out C:/cirrus/build/testrun/recovery/027_stream_re...
--- C:/cirrus/src/test/regress/expected/date.out	2024-10-09 00:43:38.377398900 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/date.out	2024-10-09 00:48:00.291092000 +0000
@@ -1533,4 +1533,4 @@
 select make_time(24, 0, 2.1);
 ERROR:  time field value out of range: 24:00:2.1
 SELECT make_date(-2147483648, 1, 1);
-ERROR:  date field value out of range: -2147483648-01-01
+ERROR:  date field value out of range: 24301-01-01
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/date.out C:/cirrus/build/testrun/regress/regress/result...
--- C:/cirrus/src/test/regress/expected/date.out	2024-10-09 00:43:38.377398900 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/date.out	2024-10-09 00:45:41.542841900 +0000
@@ -1533,4 +1533,4 @@
 select make_time(24, 0, 2.1);
 ERROR:  time field value out of range: 24:00:2.1
 SELECT make_date(-2147483648, 1, 1);
-ERROR:  date field value out of range: -2147483648-01-01
+ERROR:  date field value out of range: 24301-01-01
tap
[00:47:28.023](108.822s) not ok 5 - regression tests pass
tap
[00:49:46.415](124.823s) not ok 2 - regression tests pass
test
[00:55:44.727]   8/305 postgresql:regress / regress/regress                                            ERROR           1...
[00:55:44.727]  39/305 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[00:55:44.727] 103/305 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5252 Trim the heap free memory
CompilerWarnings
compiler
[20:12:45.974] postgres.c:2830:33: error: assignment to ‘char *’ from ‘int’ makes pointer from integer without a cast [-...
compiler
[20:12:45.974] postgres.c:2826:47: error: implicit declaration of function ‘sbrk’ [-Werror=implicit-function-declaration...
compiler
[20:12:45.974] postgres.c:2826:47: error: initialization of ‘char *’ from ‘int’ makes pointer from integer without a cas...
compiler
[20:12:45.974] postgres.c:2829:25: error: implicit declaration of function ‘malloc_trim’ [-Werror=implicit-function-decl...
Linux - Debian Bookworm - Autoconf
tap
[20:08:23.125](0.001s) not ok 29 - options --locale-provider=icu --locale=und --lc-*=C: no stderr
Linux - Debian Bookworm - Meson
tap
[20:10:00.166](0.001s) not ok 29 - options --locale-provider=icu --locale=und --lc-*=C: no stderr
test
[20:11:28.240] 165/310 postgresql:initdb / initdb/001_initdb                                           ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[20:05:59.355] ../src/backend/tcop/postgres.c(2826): warning C4047: 'initializing': 'char *' differs in levels of indire...
compiler
[20:06:09.452] tcop_postgres.c.obj : error LNK2019: unresolved external symbol malloc_trim referenced in function finish...
compiler
[20:06:09.452] tcop_postgres.c.obj : error LNK2019: unresolved external symbol sbrk referenced in function finish_xact_c...
compiler
[20:05:59.276] ../src/backend/tcop/postgres.c(2830): warning C4047: '=': 'char *' differs in levels of indirection from ...
50/5238 Add parallel columns for seq scan and index scan on pg_stat_all_tables and _indexes
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/stats.out C:/cirrus/build/testrun/pg_upgrade/002_pg_upg...
--- C:/cirrus/src/test/regress/expected/stats.out	2024-10-08 19:54:02.805645700 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/stats.out	2024-10-08 19:57:35.537744200 +0000
@@ -846,7 +846,7 @@
 FROM pg_stat_all_tables WHERE relid = 'test_parallel_scan'::regclass;
  parallel_seq_scan | parallel_idx_scan 
 -------------------+-------------------
-                 3 |                 2
+                 1 |                 1
 (1 row)
 
 SELECT last_parallel_seq_scan AS test_last_seq, last_parallel_idx_scan AS test_last_idx
@@ -895,7 +895,7 @@
 FROM pg_stat_all_tables WHERE relid = 'test_parallel_scan'::regclass;
  parallel_seq_scan | seq_ok | parallel_idx_scan | idx_ok 
 -------------------+--------+-------------------+--------
-                 6 | t      |                 2 | t
+                 4 | t      |                 1 | t
 (1 row)
 
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/stats.out C:/cirrus/build/testrun/regress/regress/resul...
--- C:/cirrus/src/test/regress/expected/stats.out	2024-10-08 19:54:02.805645700 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/stats.out	2024-10-08 19:57:30.371242500 +0000
@@ -846,7 +846,7 @@
 FROM pg_stat_all_tables WHERE relid = 'test_parallel_scan'::regclass;
  parallel_seq_scan | parallel_idx_scan 
 -------------------+-------------------
-                 3 |                 2
+                 1 |                 1
 (1 row)
 
 SELECT last_parallel_seq_scan AS test_last_seq, last_parallel_idx_scan AS test_last_idx
@@ -895,7 +895,7 @@
 FROM pg_stat_all_tables WHERE relid = 'test_parallel_scan'::regclass;
  parallel_seq_scan | seq_ok | parallel_idx_scan | idx_ok 
 -------------------+--------+-------------------+--------
-                 6 | t      |                 2 | t
+                 3 | t      |                 1 | t
 (1 row)
 
...
tap
[19:57:42.111](102.975s) not ok 5 - regression tests pass
test
[20:05:58.935]  21/305 postgresql:regress / regress/regress                                            ERROR           1...
[20:05:58.935]  37/305 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
51/5242 Fix RelationTruncate() corruption
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[19:42:07.823] ../src/backend/storage/smgr/smgr.c(732): warning C4098: 'smgrtruncate': 'void' function returning a value
51/5012 Vacuum statistics
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out /tmp/cirrus-ci-build/bu...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-10-08 16:34:16.18978000...
+++ /tmp/cirrus-ci-build/build/testrun/isolation/isolation/results/vacuum-extending-in-repetable-read.out	2024-10-08 16:...
@@ -22,7 +22,8 @@
   100
 (1 row)
 
-step s2_update: UPDATE test_vacuum_stat_isolation SET ival = ival + 2 where id > 900;
+step s2_update: UPDATE test_vacuum_stat_isolation SET ival = ival  2 where id > 900;
+ERROR:  syntax error at or near "2"
 step s2_insert_interrupt: INSERT INTO test_vacuum_stat_isolation values (1,1);
 step s2_vacuum: VACUUM test_vacuum_stat_isolation;
 step s2_print_vacuum_stats_table: 
@@ -33,7 +34,7 @@
 
 relname                   |tuples_deleted|dead_tuples|tuples_frozen
 --------------------------+--------------+-----------+-------------
-test_vacuum_stat_isolation|             0|        100|            0
+test_vacuum_stat_isolation|             0|          0|            0
 (1 row)
...
test
[16:40:08.703]  46/310 postgresql:isolation / isolation/isolation                                      ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out /tmp/cirrus-ci-build/sr...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-10-08 16:34:13.21318313...
+++ /tmp/cirrus-ci-build/src/test/isolation/output_iso/results/vacuum-extending-in-repetable-read.out	2024-10-08 16:39:3...
@@ -22,7 +22,8 @@
   100
 (1 row)
 
-step s2_update: UPDATE test_vacuum_stat_isolation SET ival = ival + 2 where id > 900;
+step s2_update: UPDATE test_vacuum_stat_isolation SET ival = ival  2 where id > 900;
+ERROR:  syntax error at or near "2"
 step s2_insert_interrupt: INSERT INTO test_vacuum_stat_isolation values (1,1);
 step s2_vacuum: VACUUM test_vacuum_stat_isolation;
 step s2_print_vacuum_stats_table: 
@@ -33,7 +34,7 @@
 
 relname                   |tuples_deleted|dead_tuples|tuples_frozen
 --------------------------+--------------+-----------+-------------
-test_vacuum_stat_isolation|             0|        100|            0
+test_vacuum_stat_isolation|             0|          0|            0
 (1 row)
...
Linux - Debian Bookworm - Meson
core
[16:43:33.600] #0  <unavailable> in ?? ()
core
[16:43:33.600] #0  0x00007fd8c2077d24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[16:43:33.600] #1  0x00007fd8c2024239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[16:43:33.600] #2  0x00007fd8c2024497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[16:43:33.600] #3  0x000055b0719ab5f3 in ?? ()
[16:43:33.600] #4  0x000055b0719a5369 in ?? ()
[16:43:33.600] #5  0x000055b0719a420f in ?? ()
[16:43:33.600] #6  0x000055b0719a4c3b in ?? ()
[16:43:33.600] #7  0x000055b0719a266f in ?? ()
[16:43:33.600] #8  0x00007fd8c200f24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[16:43:33.600] #9  0x00007fd8c200f305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[16:43:33.720] #0  0x00007fd8c2077d24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[16:43:33.720] #1  0x00007fd8c2024239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[16:43:33.720] #2  0x00007fd8c2024497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[16:43:33.720] #3  0x000055b0719ab5c1 in ?? ()
[16:43:33.720] #4  0x000055b0719a5369 in ?? ()
[16:43:33.720] #5  0x000055b0719a420f in ?? ()
[16:43:33.720] #6  0x000055b0719a4c3b in ?? ()
[16:43:33.720] #7  0x000055b0719a266f in ?? ()
[16:43:33.720] #8  0x00007fd8c200f24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[16:43:33.720] #9  0x00007fd8c200f305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out /tmp/cirrus-ci-build/bu...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-10-08 16:34:16.56303396...
+++ /tmp/cirrus-ci-build/build/testrun/isolation/isolation/results/vacuum-extending-in-repetable-read.out	2024-10-08 16:...
@@ -22,7 +22,8 @@
   100
 (1 row)
 
-step s2_update: UPDATE test_vacuum_stat_isolation SET ival = ival + 2 where id > 900;
+step s2_update: UPDATE test_vacuum_stat_isolation SET ival = ival  2 where id > 900;
+ERROR:  syntax error at or near "2"
 step s2_insert_interrupt: INSERT INTO test_vacuum_stat_isolation values (1,1);
 step s2_vacuum: VACUUM test_vacuum_stat_isolation;
 step s2_print_vacuum_stats_table: 
@@ -33,7 +34,7 @@
 
 relname                   |tuples_deleted|dead_tuples|tuples_frozen
 --------------------------+--------------+-----------+-------------
-test_vacuum_stat_isolation|             0|        100|            0
+test_vacuum_stat_isolation|             0|          0|            0
 (1 row)
...
test
[16:42:36.515]  40/310 postgresql:isolation / isolation/isolation                                      ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/isolation/expected/vacuum-extending-in-repetable-read.out /Users/admin/pgsql/build/...
--- /Users/admin/pgsql/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-10-08 16:34:23
+++ /Users/admin/pgsql/build/testrun/isolation/isolation/results/vacuum-extending-in-repetable-read.out	2024-10-08 16:37...
@@ -22,7 +22,8 @@
   100
 (1 row)
 
-step s2_update: UPDATE test_vacuum_stat_isolation SET ival = ival + 2 where id > 900;
+step s2_update: UPDATE test_vacuum_stat_isolation SET ival = ival  2 where id > 900;
+ERROR:  syntax error at or near "2"
 step s2_insert_interrupt: INSERT INTO test_vacuum_stat_isolation values (1,1);
 step s2_vacuum: VACUUM test_vacuum_stat_isolation;
 step s2_print_vacuum_stats_table: 
@@ -33,7 +34,7 @@
 
 relname                   |tuples_deleted|dead_tuples|tuples_frozen
 --------------------------+--------------+-----------+-------------
-test_vacuum_stat_isolation|             0|        100|            0
+test_vacuum_stat_isolation|             0|          0|            0
 (1 row)
...
test
[16:41:40.269]  42/310 postgresql:isolation / isolation/isolation                                      ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/isolation/expected/vacuum-extending-in-repetable-read.out C:/cirrus/buil...
--- C:/cirrus/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-10-08 16:34:22.530448000 +0000
+++ C:/cirrus/build/testrun/isolation/isolation/results/vacuum-extending-in-repetable-read.out	2024-10-08 16:38:35.68278...
@@ -22,7 +22,8 @@
   100
 (1 row)
 
-step s2_update: UPDATE test_vacuum_stat_isolation SET ival = ival + 2 where id > 900;
+step s2_update: UPDATE test_vacuum_stat_isolation SET ival = ival  2 where id > 900;
+ERROR:  syntax error at or near "2"
 step s2_insert_interrupt: INSERT INTO test_vacuum_stat_isolation values (1,1);
 step s2_vacuum: VACUUM test_vacuum_stat_isolation;
 step s2_print_vacuum_stats_table: 
@@ -33,7 +34,7 @@
 
 relname                   |tuples_deleted|dead_tuples|tuples_frozen
 --------------------------+--------------+-----------+-------------
-test_vacuum_stat_isolation|             0|        100|            0
+test_vacuum_stat_isolation|             0|          0|            0
 (1 row)
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/vacuum_tables_and_db_statistics.out C:/cirrus/build/tes...
--- C:/cirrus/src/test/regress/expected/vacuum_tables_and_db_statistics.out	2024-10-08 16:34:23.235409200 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/vacuum_tables_and_db_statistics.out	2024-10-08 16:4...
@@ -223,7 +223,7 @@
 WHERE dbname = current_database();
              dbname             | db_blks_hit | total_blks_dirtied | total_blks_written | wal_records | wal_fpi | wal_b...
 --------------------------------+-------------+--------------------+--------------------+-------------+---------+------...
- regression_statistic_vacuum_db | t           | t                  | t                  | t           | t       | t    ...
+ regression_statistic_vacuum_db | t           | t                  | t                  | t           | t       | t    ...
 (1 row)
 
 DROP TABLE vestat CASCADE;
@@ -255,7 +255,7 @@
 WHERE dbname = 'regression_statistic_vacuum_db';
              dbname             | db_blks_hit | total_blks_dirtied | total_blks_written | wal_records | wal_fpi | wal_b...
 --------------------------------+-------------+--------------------+--------------------+-------------+---------+------...
- regression_statistic_vacuum_db | t           | t                  | t                  | t           | t       | t    ...
+ regression_statistic_vacuum_db | t           | t                  | t                  | t           | t       | t    ...
 (1 row)
 
...
tap
[16:41:11.795](139.367s) not ok 2 - regression tests pass
test
[16:46:49.939]  28/305 postgresql:isolation / isolation/isolation                                      ERROR           1...
[16:46:49.939] 114/305 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5249 Allow CI to only run the compiler warnings task
macOS - Sonoma - Meson
tap
[15:10:03.791](0.001s) not ok 27 - invalid end LSN: matches
test
[15:11:27.304] 196/310 postgresql:pg_waldump / pg_waldump/001_basic                                    ERROR            ...
51/4997 Return pg_control from pg_backup_stop().
Linux - Debian Bookworm - Meson
core
[13:01:39.682] #0  0x00007ff3fe8a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:01:39.682] #1  0x00007ff3fe85afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:01:39.682] #2  0x00007ff3fe845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:01:39.682] #3  0x00007ff3fea1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[13:01:39.682] #4  0x00007ff3fea2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[13:01:39.682] #5  0x00007ff3fea0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x558eaeaffee0,...
[13:01:39.682] #6  0x0000558eadc34100 in backup_control_file (controlFile=controlFile@entry=0x558ee6b0418c "\363\\\314O\...
[13:01:39.682] #7  0x0000558eadc38e3c in pg_backup_stop (fcinfo=<optimized out>) at ../src/backend/access/transam/xlogfu...
[13:01:39.682] #8  0x0000558eade0d524 in ExecInterpExpr (state=0x558ee6afb8a0, econtext=0x558ee6afb648, isnull=0x7fff19c...
[13:01:39.682] #9  0x0000558eade01df2 in ExecInterpExprStillValid (state=0x558ee6afb8a0, econtext=0x558ee6afb648, isNull...
core
[13:01:38.414] #0  <unavailable> in ?? ()
core
[13:01:38.414] #0  0x00007f7e85b1cd24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[13:01:38.414] #1  0x00007f7e85ac9239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[13:01:38.414] #2  0x00007f7e85ac9497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[13:01:38.414] #3  0x000055d3e22e55f3 in ?? ()
[13:01:38.414] #4  0x000055d3e22df369 in ?? ()
[13:01:38.414] #5  0x000055d3e22de20f in ?? ()
[13:01:38.414] #6  0x000055d3e22dec3b in ?? ()
[13:01:38.414] #7  0x000055d3e22dc66f in ?? ()
[13:01:38.414] #8  0x00007f7e85ab424a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:01:38.414] #9  0x00007f7e85ab4305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:01:39.165] #0  0x00007f720eca9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:01:39.165] #1  0x00007f720ec5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:01:39.165] #2  0x00007f720ec45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:01:39.165] #3  0x00007f720ee1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[13:01:39.165] #4  0x00007f720ee2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[13:01:39.165] #5  0x00007f720ee0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x5620bb0afee0,...
[13:01:39.165] #6  0x00005620ba1e4100 in backup_control_file (controlFile=controlFile@entry=0x5620c660726c "\363\\\314O\...
[13:01:39.165] #7  0x00005620ba1e8e3c in pg_backup_stop (fcinfo=<optimized out>) at ../src/backend/access/transam/xlogfu...
[13:01:39.165] #8  0x00005620ba3e49be in ExecMakeTableFunctionResult (setexpr=0x5620c6616358, econtext=0x5620c6616228, a...
[13:01:39.165] #9  0x00005620ba4129bc in FunctionNext (node=0x5620c6616018) at ../src/backend/executor/nodeFunctionscan....
core
[13:01:39.817] #0  0x00007f7e85b1cd24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[13:01:39.817] #1  0x00007f7e85ac9239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[13:01:39.817] #2  0x00007f7e85ac9497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[13:01:39.817] #3  0x000055d3e22e55c1 in ?? ()
[13:01:39.817] #4  0x000055d3e22df369 in ?? ()
[13:01:39.817] #5  0x000055d3e22de20f in ?? ()
[13:01:39.817] #6  0x000055d3e22dec3b in ?? ()
[13:01:39.817] #7  0x000055d3e22dc66f in ?? ()
[13:01:39.817] #8  0x00007f7e85ab424a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:01:39.817] #9  0x00007f7e85ab4305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
tap
[12:57:38.118](1.304s) not ok 18 - psql fails correctly
[12:57:38.119](0.000s) not ok 19 - pg_backup_start fails gracefully
test
[13:00:33.360]  25/310 postgresql:recovery / recovery/020_archive_status                               ERROR            ...
[13:00:33.360]  43/310 postgresql:recovery / recovery/042_low_level_backup                             ERROR            ...
macOS - Sonoma - Meson
tap
[12:59:20.694](0.000s) not ok 7 - SCRAM with SSL and channel_binding=invalid_value: matches
test
[12:59:27.841] 306/310 postgresql:ssl / ssl/002_scram                                                  ERROR            ...
51/4966 Parallel CREATE INDEX for GIN indexes
CompilerWarnings
compiler
[12:46:50.684] gininsert.c:2402:37: error: format ‘%ld’ expects argument of type ‘long int’, but argument 3 has type ‘lo...
compiler
[12:46:50.684] gininsert.c:2421:35: error: format ‘%ld’ expects argument of type ‘long int’, but argument 2 has type ‘in...
51/4929 apply_scanjoin_target_to_paths and partitionwise join
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-08 11:12:15.060597000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_join.out	2024-10-08 11:14:05.915...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/recovery/0...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-08 11:12:15.060597000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/partition_join.out	2024-10-08 11:14:54.9...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/regress/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-08 11:12:15.060597000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/partition_join.out	2024-10-08 11:14:02.181354000 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[11:14:12.819](74.212s) not ok 5 - regression tests pass
tap
[11:14:59.252](81.565s) not ok 2 - regression tests pass
test
[11:16:57.750]  43/309 postgresql:regress / regress/regress                                            ERROR            ...
[11:16:57.750]  97/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[11:16:57.750] 155/309 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_c...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-08 11:12:11.548066754 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/partition_join.out	2024-10-08 11:18:06.913091585 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/src/test/recovery/tmp_ch...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-08 11:12:11.548066754 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/partition_join.out	2024-10-08 11:19:22.437654687 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/src/test/regress/results...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-08 11:12:11.548066754 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/partition_join.out	2024-10-08 11:15:34.013236643 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[11:18:10.016](95.315s) not ok 5 - regression tests pass
tap
[11:19:25.199](60.914s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-08 11:12:15.607419927 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_join.out	2024-10-08 11:14:41.240...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/recovery/0...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-08 11:12:15.607419927 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/partition_join.out	2024-10-08 11:15:13.4...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/regress/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-08 11:12:15.607419927 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/partition_join.out	2024-10-08 11:14:36.000482075 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[11:14:43.532](66.998s) not ok 5 - regression tests pass
tap
[11:15:15.427](66.505s) not ok 2 - regression tests pass
test
[11:16:52.542]  43/309 postgresql:regress / regress/regress                                            ERROR            ...
[11:16:52.542] 119/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[11:16:52.542] 149/309 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/partition_join.out /Users/admin/pgsql/build/testrun/pg_upgrade/002...
--- /Users/admin/pgsql/src/test/regress/expected/partition_join.out	2024-10-08 11:12:06
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_join.out	2024-10-08 11:14:10
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/partition_join.out /Users/admin/pgsql/build/testrun/recovery/027_s...
--- /Users/admin/pgsql/src/test/regress/expected/partition_join.out	2024-10-08 11:12:06
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/partition_join.out	2024-10-08 11:15:18
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/partition_join.out /Users/admin/pgsql/build/testrun/regress/regres...
--- /Users/admin/pgsql/src/test/regress/expected/partition_join.out	2024-10-08 11:12:06
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/partition_join.out	2024-10-08 11:14:10
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[11:14:14.988](56.359s) not ok 5 - regression tests pass
tap
[11:15:21.616](67.137s) not ok 2 - regression tests pass
test
[11:18:04.761]  28/309 postgresql:regress / regress/regress                                            ERROR            ...
[11:18:04.761]  48/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[11:18:04.761] 138/309 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/partition_join.out C:/cirrus/build/testrun/pg_upgrade/0...
--- C:/cirrus/src/test/regress/expected/partition_join.out	2024-10-08 11:12:31.380032400 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_join.out	2024-10-08 11:16:16.766872000 +000...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/partition_join.out C:/cirrus/build/testrun/recovery/027...
--- C:/cirrus/src/test/regress/expected/partition_join.out	2024-10-08 11:12:31.380032400 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/partition_join.out	2024-10-08 11:18:28.354268300 +0...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/partition_join.out C:/cirrus/build/testrun/regress/regr...
--- C:/cirrus/src/test/regress/expected/partition_join.out	2024-10-08 11:12:31.380032400 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/partition_join.out	2024-10-08 11:16:10.702415700 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[11:16:24.796](111.764s) not ok 5 - regression tests pass
tap
[11:18:38.441](119.299s) not ok 2 - regression tests pass
test
[11:24:46.399]  22/304 postgresql:regress / regress/regress                                            ERROR           1...
[11:24:46.399]  39/304 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[11:24:46.399]  93/304 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5151 DirtyScanshot index scan skips concurrently updated tuples
Windows - Server 2019, VS 2019 - Meson & ninja
test
[11:03:29.065] 169/304 postgresql:pg_rewind / pg_rewind/001_basic                                      ERROR            ...
51/4888 Run deferred triggers in the correct security context
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_p...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-10-08 10:42:13.737290000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/triggers.out	2024-10-08 10:43:12.903028000...
@@ -3731,7 +3731,9 @@
 -- test who runs deferred trigger functions
 -- setup
 create role groot;
+WARNING:  roles created by regression test cases should have names starting with "regress_"
 create role outis;
+WARNING:  roles created by regression test cases should have names starting with "regress_"
 create function whoami() returns trigger language plpgsql
 as $$
 begin
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/build/testrun/recovery/027_str...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-10-08 10:42:13.737290000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/triggers.out	2024-10-08 10:43:51.2098110...
@@ -3731,7 +3731,9 @@
 -- test who runs deferred trigger functions
 -- setup
 create role groot;
+WARNING:  roles created by regression test cases should have names starting with "regress_"
 create role outis;
+WARNING:  roles created by regression test cases should have names starting with "regress_"
 create function whoami() returns trigger language plpgsql
 as $$
 begin
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/build/testrun/regress/regress/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-10-08 10:42:13.737290000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/triggers.out	2024-10-08 10:43:10.899738000 +0000
@@ -3731,7 +3731,9 @@
 -- test who runs deferred trigger functions
 -- setup
 create role groot;
+WARNING:  roles created by regression test cases should have names starting with "regress_"
 create role outis;
+WARNING:  roles created by regression test cases should have names starting with "regress_"
 create function whoami() returns trigger language plpgsql
 as $$
 begin
tap
[10:44:01.315](64.568s) not ok 5 - regression tests pass
tap
[10:44:39.254](69.020s) not ok 2 - regression tests pass
test
[10:46:36.293]  13/309 postgresql:regress / regress/regress                                            ERROR            ...
[10:46:36.293]  87/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[10:46:36.293] 144/309 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
51/4980 Expand applicability of aggregate's sortop optimization
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/subselect.out /tmp/cirrus-ci-build/build/testrun/recovery/027_st...
--- /tmp/cirrus-ci-build/src/test/regress/expected/subselect.out	2024-10-08 10:04:32.011877000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/subselect.out	2024-10-08 10:07:17.734101...
@@ -1023,15 +1023,10 @@
 explain (costs off)
 select count(*) from tenk1 t
 where (exists(select 1 from tenk1 k where k.unique1 = t.unique2) or ten < 0);
-                                QUERY PLAN                                
---------------------------------------------------------------------------
- Aggregate
-   ->  Seq Scan on tenk1 t
-         Filter: ((ANY (unique2 = (hashed SubPlan 2).col1)) OR (ten < 0))
-         SubPlan 2
-           ->  Index Only Scan using tenk1_unique1 on tenk1 k
-(5 rows)
-
+ERROR:  deadlock detected
+DETAIL:  Process 17133 waits for AccessShareLock on relation 24514 of database 16384; blocked by process 17143.
+Process 17143 waits for AccessExclusiveLock on relation 16418 of database 16384; blocked by process 17133.
+HINT:  See server log for query details.
...
tap
[10:08:00.745](66.024s) not ok 2 - regression tests pass
test
[10:09:51.902] 151/309 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/subselect.out /tmp/cirrus-ci-build/src/test/recovery/tmp_check/r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/subselect.out	2024-10-08 10:04:31.254804292 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/subselect.out	2024-10-08 10:14:54.251781682 +0000
@@ -1029,7 +1029,7 @@
    ->  Seq Scan on tenk1 t
          Filter: ((ANY (unique2 = (hashed SubPlan 2).col1)) OR (ten < 0))
          SubPlan 2
-           ->  Index Only Scan using tenk1_unique1 on tenk1 k
+           ->  Index Only Scan using idx_int4 on tenk1 k
 (5 rows)
 
 select count(*) from tenk1 t
@@ -1403,7 +1403,7 @@
    ->  Seq Scan on public.tenk1 b
          Output: b.unique1, b.unique2, b.two, b.four, b.ten, b.twenty, b.hundred, b.thousand, b.twothousand, b.fivethou...
    SubPlan 1
-     ->  Index Only Scan using tenk1_unique1 on public.tenk1 a
+     ->  Index Only Scan using idx_int4 on public.tenk1 a
            Output: a.unique1
 (10 rows)
...
tap
[10:15:42.493](64.733s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Meson
core
[10:18:10.906] #0  0x00007f388a2d0d24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[10:18:10.906] #1  0x00007f388a27d239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[10:18:10.906] #2  0x00007f388a27d497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[10:18:10.906] #3  0x000055f482b945f3 in ?? ()
[10:18:10.906] #4  0x000055f482b8e369 in ?? ()
[10:18:10.906] #5  0x000055f482b8d20f in ?? ()
[10:18:10.906] #6  0x000055f482b8dc3b in ?? ()
[10:18:10.906] #7  0x000055f482b8b66f in ?? ()
[10:18:10.906] #8  0x00007f388a26824a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[10:18:10.906] #9  0x00007f388a268305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[10:18:10.614] #0  0x00007f18b30aed24 in ?? ()
[10:18:10.614] #1  0x0000000000000000 in ?? ()
[10:18:10.764] #0  0x00007f388a2d0d24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
core
[10:18:10.767] #0  0x00007f388a2d0d24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[10:18:10.767] #1  0x00007f388a27d239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[10:18:10.767] #2  0x00007f388a27d497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[10:18:10.767] #3  0x000055f482b945c1 in ?? ()
[10:18:10.767] #4  0x000055f482b8e369 in ?? ()
[10:18:10.767] #5  0x000055f482b8d20f in ?? ()
[10:18:10.767] #6  0x000055f482b8dc3b in ?? ()
[10:18:10.767] #7  0x000055f482b8b66f in ?? ()
[10:18:10.767] #8  0x00007f388a26824a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[10:18:10.767] #9  0x00007f388a268305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[10:18:10.906] #0  <unavailable> in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/subselect.out /tmp/cirrus-ci-build/build-32/testrun/pg_upgrade/0...
--- /tmp/cirrus-ci-build/src/test/regress/expected/subselect.out	2024-10-08 10:04:30.013186492 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/pg_upgrade/002_pg_upgrade/data/results/subselect.out	2024-10-08 10:13:38.93498...
@@ -1029,7 +1029,7 @@
    ->  Seq Scan on tenk1 t
          Filter: ((ANY (unique2 = (hashed SubPlan 2).col1)) OR (ten < 0))
          SubPlan 2
-           ->  Index Only Scan using tenk1_unique1 on tenk1 k
+           ->  Index Only Scan using idx_int4 on tenk1 k
 (5 rows)
 
 select count(*) from tenk1 t
tap
[10:14:40.002](81.878s) not ok 5 - regression tests pass
test
[10:17:08.274] 135/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
51/5285 NOT ENFORCED constraint feature
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/query_cancel.out /tmp/cirrus-ci-build/build/testrun/postgres...
--- /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/query_cancel.out	2024-10-08 09:46:09.757696299 +0000
+++ /tmp/cirrus-ci-build/build/testrun/postgres_fdw/regress/results/query_cancel.out	2024-10-08 09:53:23.914608084 +0000
@@ -29,4 +29,5 @@
 -- This would take very long if not canceled:
 SELECT count(*) FROM ft1 a CROSS JOIN ft1 b CROSS JOIN ft1 c CROSS JOIN ft1 d;
 ERROR:  canceling statement due to statement timeout
+WARNING:  could not get result of cancel request due to timeout
 COMMIT;
test
[09:55:01.886] 153/309 postgresql:postgres_fdw / postgres_fdw/regress                                  ERROR            ...
51/5284 database-specific role memberships
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/privs_in_db.out /tmp/cirrus-ci-build/build/testrun/regress-runni...
--- /tmp/cirrus-ci-build/src/test/regress/expected/privs_in_db.out	2024-10-08 09:06:01.097429000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress-running/regress/results/privs_in_db.out	2024-10-08 09:11:56.222461000 +00...
@@ -756,9 +756,10 @@
 DROP DATABASE regression_db_0;
 DROP ROLE regress_role_admin;
 SELECT datname FROM pg_database WHERE datname LIKE 'regression_db_%';
- datname 
----------
-(0 rows)
+      datname      
+-------------------
+ regression_dblink
+(1 row)
 
 SELECT rolname FROM pg_roles WHERE rolname LIKE 'regress_role_%';
  rolname 
test
[09:12:18.394] 74/75 postgresql:regress-running / regress-running/regress                         ERROR            26.00...
51/4980 Expand applicability of aggregate's sortop optimization
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/join.out /tmp/cirrus-ci-build/build/testrun/regress/regress/resu...
--- /tmp/cirrus-ci-build/src/test/regress/expected/join.out	2024-10-08 08:43:04.942479000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/join.out	2024-10-08 08:45:06.676910000 +0000
@@ -2530,23 +2530,10 @@
                 where t3.f1 is null) s
              left join tenk1 t4 on s.f1 > 1)
     on s.f1 = t1.f1;
-                   QUERY PLAN                    
--------------------------------------------------
- Hash Right Join
-   Hash Cond: (t2.f1 = t1.f1)
-   ->  Nested Loop Left Join
-         Join Filter: (t2.f1 > 1)
-         ->  Nested Loop Left Join
-               Join Filter: (t2.f1 > 0)
-               Filter: (t3.f1 IS NULL)
-               ->  Seq Scan on int4_tbl t2
-               ->  Materialize
-                     ->  Seq Scan on int4_tbl t3
-         ->  Seq Scan on tenk1 t4
...
test
[08:48:19.191]  14/309 postgresql:regress / regress/regress                                            ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/subselect.out /tmp/cirrus-ci-build/src/test/regress/results/subs...
--- /tmp/cirrus-ci-build/src/test/regress/expected/subselect.out	2024-10-08 08:43:03.583375589 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/subselect.out	2024-10-08 08:47:29.951774095 +0000
@@ -1023,15 +1023,10 @@
 explain (costs off)
 select count(*) from tenk1 t
 where (exists(select 1 from tenk1 k where k.unique1 = t.unique2) or ten < 0);
-                                QUERY PLAN                                
---------------------------------------------------------------------------
- Aggregate
-   ->  Seq Scan on tenk1 t
-         Filter: ((ANY (unique2 = (hashed SubPlan 2).col1)) OR (ten < 0))
-         SubPlan 2
-           ->  Index Only Scan using tenk1_unique1 on tenk1 k
-(5 rows)
-
+ERROR:  deadlock detected
+DETAIL:  Process 23674 waits for AccessShareLock on relation 24381 of database 16384; blocked by process 23691.
+Process 23691 waits for AccessExclusiveLock on relation 16418 of database 16384; blocked by process 23674.
+HINT:  See server log for query details.
...
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/subselect.out /tmp/cirrus-ci-build/build/testrun/recovery/027_st...
--- /tmp/cirrus-ci-build/src/test/regress/expected/subselect.out	2024-10-08 08:42:59.496522215 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/subselect.out	2024-10-08 08:48:37.870068...
@@ -1403,7 +1403,7 @@
    ->  Seq Scan on public.tenk1 b
          Output: b.unique1, b.unique2, b.two, b.four, b.ten, b.twenty, b.hundred, b.thousand, b.twothousand, b.fivethou...
    SubPlan 1
-     ->  Index Only Scan using tenk1_unique1 on public.tenk1 a
+     ->  Index Only Scan using idx_int4 on public.tenk1 a
            Output: a.unique1
 (10 rows)
 
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/union.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream...
--- /tmp/cirrus-ci-build/src/test/regress/expected/union.out	2024-10-08 08:42:59.508510348 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/union.out	2024-10-08 08:48:37.734070020 ...
@@ -1212,11 +1212,10 @@
    UNION ALL
    SELECT 2 AS t, * FROM tenk1 b) c
  WHERE t = 2;
-     QUERY PLAN      
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/join.out /tmp/cirrus-ci-build/build/testrun/regress/regress/resu...
--- /tmp/cirrus-ci-build/src/test/regress/expected/join.out	2024-10-08 08:42:59.448569682 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/join.out	2024-10-08 08:47:56.514518598 +0000
@@ -2264,12 +2264,10 @@
 select aa, bb, unique1, unique1
   from tenk1 right join b_star on aa = unique1
   where bb < bb and bb is null;
-        QUERY PLAN        
---------------------------
- Result
-   One-Time Filter: false
-(2 rows)
-
+ERROR:  deadlock detected
+DETAIL:  Process 29413 waits for AccessShareLock on relation 24416 of database 16384; blocked by process 29396.
+Process 29396 waits for AccessExclusiveLock on relation 16418 of database 16384; blocked by process 29413.
+HINT:  See server log for query details.
 select aa, bb, unique1, unique1
   from tenk1 right join b_star on aa = unique1
   where bb < bb and bb is null;
...
tap
[08:49:25.579](70.159s) not ok 2 - regression tests pass
test
[08:51:05.886]  13/309 postgresql:regress / regress/regress                                            ERROR            ...
[08:51:05.886] 152/309 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
51/5131 add log_transaction GUC setting
FreeBSD - 13 - Meson
tap
[07:25:37.315](1.599s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[07:25:47.326] 290/309 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
Linux - Debian Bookworm - Autoconf
tap
[07:27:08.523](0.534s) not ok 1 - no parameters missing from postgresql.conf.sample
Linux - Debian Bookworm - Meson
tap
[07:27:49.216](0.476s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[07:27:59.400] 288/309 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[07:32:53.716](1.973s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[07:33:20.956] 285/304 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
51/5063 Improve EXPLAIN output for multicolumn B-Tree Index
CompilerWarnings
compiler
[07:10:58.150] nbtree.c:786:52: error: ‘stripped_indexquals’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[07:09:54.030] nbtree.c:786:52: error: ‘stripped_indexquals’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[07:18:08.389] nbtree.c:786:52: error: ‘stripped_indexquals’ may be used uninitialized [-Werror=maybe-uninitialized]
51/5284 database-specific role memberships
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/privs_in_db.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/00...
--- /tmp/cirrus-ci-build/src/test/regress/expected/privs_in_db.out	2024-10-08 06:24:59.310229000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/privs_in_db.out	2024-10-08 06:27:26.899606...
@@ -24,11 +24,13 @@
 RESET client_min_messages;
 -- test proper begins here
 CREATE ROLE role_admin LOGIN CREATEROLE CREATEDB;
+WARNING:  roles created by regression test cases should have names starting with "regress_"
 GRANT pg_read_all_data TO role_admin WITH ADMIN OPTION;
 GRANT pg_read_all_stats TO role_admin WITH ADMIN OPTION;
 GRANT pg_maintain TO role_admin WITH ADMIN OPTION;
 -- Populate test databases.
 CREATE DATABASE db_0 OWNER role_admin;
+WARNING:  databases created by regression test cases should have names including "regression"
 \connect db_0
 CREATE TABLE data AS SELECT generate_series(1, 3);
 CREATE VIEW role_memberships
@@ -50,35 +52,47 @@
   1, 2, 5, 3
 ;
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/privs_in_db.out /tmp/cirrus-ci-build/build/testrun/recovery/027_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/privs_in_db.out	2024-10-08 06:24:59.310229000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/privs_in_db.out	2024-10-08 06:28:16.0151...
@@ -24,11 +24,13 @@
 RESET client_min_messages;
 -- test proper begins here
 CREATE ROLE role_admin LOGIN CREATEROLE CREATEDB;
+WARNING:  roles created by regression test cases should have names starting with "regress_"
 GRANT pg_read_all_data TO role_admin WITH ADMIN OPTION;
 GRANT pg_read_all_stats TO role_admin WITH ADMIN OPTION;
 GRANT pg_maintain TO role_admin WITH ADMIN OPTION;
 -- Populate test databases.
 CREATE DATABASE db_0 OWNER role_admin;
+WARNING:  databases created by regression test cases should have names including "regression"
 \connect db_0
 CREATE TABLE data AS SELECT generate_series(1, 3);
 CREATE VIEW role_memberships
@@ -50,35 +52,47 @@
   1, 2, 5, 3
 ;
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/privs_in_db.out /tmp/cirrus-ci-build/build/testrun/regress/regre...
--- /tmp/cirrus-ci-build/src/test/regress/expected/privs_in_db.out	2024-10-08 06:24:59.310229000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/privs_in_db.out	2024-10-08 06:27:23.786948000 +0000
@@ -24,11 +24,13 @@
 RESET client_min_messages;
 -- test proper begins here
 CREATE ROLE role_admin LOGIN CREATEROLE CREATEDB;
+WARNING:  roles created by regression test cases should have names starting with "regress_"
 GRANT pg_read_all_data TO role_admin WITH ADMIN OPTION;
 GRANT pg_read_all_stats TO role_admin WITH ADMIN OPTION;
 GRANT pg_maintain TO role_admin WITH ADMIN OPTION;
 -- Populate test databases.
 CREATE DATABASE db_0 OWNER role_admin;
+WARNING:  databases created by regression test cases should have names including "regression"
 \connect db_0
 CREATE TABLE data AS SELECT generate_series(1, 3);
 CREATE VIEW role_memberships
@@ -50,35 +52,47 @@
   1, 2, 5, 3
 ;
...
tap
[06:27:54.383](64.530s) not ok 5 - regression tests pass
tap
[06:28:46.547](79.509s) not ok 2 - regression tests pass
test
[06:30:37.824]  40/309 postgresql:regress / regress/regress                                            ERROR            ...
[06:30:37.824]  89/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[06:30:37.824] 159/309 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
51/3998 SetLatches()
macOS - Sonoma - Meson
tap
[05:36:57.611](0.002s) not ok 9 - pg_dump with invalid option prints error message
test
[05:39:06.022] 163/309 postgresql:pg_dump / pg_dump/001_basic                                          ERROR            ...
51/5061 New function rand_array() to contrib/tablefunc
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/tablefunc/expected/tablefunc.out /tmp/cirrus-ci-build/build/testrun/tablefunc/regr...
--- /tmp/cirrus-ci-build/contrib/tablefunc/expected/tablefunc.out	2024-10-08 04:39:28.459841000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/tablefunc/regress/results/tablefunc.out	2024-10-08 04:42:20.818600000 +0000
@@ -1,17 +1,20 @@
 CREATE EXTENSION tablefunc;
+ERROR:  extension "tablefunc" has no installation script nor update path for version "1.1"
 --
 -- normal_rand()
 -- no easy way to do this for regression testing
 --
 SELECT avg(normal_rand)::int, count(*) FROM normal_rand(100, 250, 0.2);
- avg | count 
------+-------
- 250 |   100
-(1 row)
-
+ERROR:  function normal_rand(integer, integer, numeric) does not exist
+LINE 1: SELECT avg(normal_rand)::int, count(*) FROM normal_rand(100,...
+                                                    ^
+HINT:  No function matches the given name and argument types. You might need to add explicit type casts.
...
test
[04:44:24.639]  93/309 postgresql:tablefunc / tablefunc/regress                                        ERROR            ...
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/tablefunc/expected/tablefunc.out /tmp/cirrus-ci-build/build/testrun/tablefunc/regr...
--- /tmp/cirrus-ci-build/contrib/tablefunc/expected/tablefunc.out	2024-10-08 04:39:47.561505059 +0000
+++ /tmp/cirrus-ci-build/build/testrun/tablefunc/regress/results/tablefunc.out	2024-10-08 04:44:59.510120278 +0000
@@ -1,17 +1,20 @@
 CREATE EXTENSION tablefunc;
+ERROR:  extension "tablefunc" has no installation script nor update path for version "1.1"
 --
 -- normal_rand()
 -- no easy way to do this for regression testing
 --
 SELECT avg(normal_rand)::int, count(*) FROM normal_rand(100, 250, 0.2);
- avg | count 
------+-------
- 250 |   100
-(1 row)
-
+ERROR:  function normal_rand(integer, integer, numeric) does not exist
+LINE 1: SELECT avg(normal_rand)::int, count(*) FROM normal_rand(100,...
+                                                    ^
+HINT:  No function matches the given name and argument types. You might need to add explicit type casts.
...
test
[04:46:58.793]  89/309 postgresql:tablefunc / tablefunc/regress                                        ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/contrib/tablefunc/expected/tablefunc.out /Users/admin/pgsql/build/testrun/tablefunc/regress/...
--- /Users/admin/pgsql/contrib/tablefunc/expected/tablefunc.out	2024-10-08 04:39:32
+++ /Users/admin/pgsql/build/testrun/tablefunc/regress/results/tablefunc.out	2024-10-08 04:43:42
@@ -1,17 +1,20 @@
 CREATE EXTENSION tablefunc;
+ERROR:  extension "tablefunc" has no installation script nor update path for version "1.1"
 --
 -- normal_rand()
 -- no easy way to do this for regression testing
 --
 SELECT avg(normal_rand)::int, count(*) FROM normal_rand(100, 250, 0.2);
- avg | count 
------+-------
- 250 |   100
-(1 row)
-
+ERROR:  function normal_rand(integer, integer, numeric) does not exist
+LINE 1: SELECT avg(normal_rand)::int, count(*) FROM normal_rand(100,...
+                                                    ^
+HINT:  No function matches the given name and argument types. You might need to add explicit type casts.
...
test
[04:46:31.097]  93/309 postgresql:tablefunc / tablefunc/regress                                        ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/contrib/tablefunc/expected/tablefunc.out C:/cirrus/build/testrun/tablefunc/regres...
--- C:/cirrus/contrib/tablefunc/expected/tablefunc.out	2024-10-08 04:39:34.518393100 +0000
+++ C:/cirrus/build/testrun/tablefunc/regress/results/tablefunc.out	2024-10-08 04:46:19.712880800 +0000
@@ -1,17 +1,20 @@
 CREATE EXTENSION tablefunc;
+ERROR:  extension "tablefunc" has no installation script nor update path for version "1.1"
 --
 -- normal_rand()
 -- no easy way to do this for regression testing
 --
 SELECT avg(normal_rand)::int, count(*) FROM normal_rand(100, 250, 0.2);
- avg | count 
------+-------
- 250 |   100
-(1 row)
-
+ERROR:  function normal_rand(integer, integer, numeric) does not exist
+LINE 1: SELECT avg(normal_rand)::int, count(*) FROM normal_rand(100,...
+                                                    ^
+HINT:  No function matches the given name and argument types. You might need to add explicit type casts.
...
test
[04:52:27.382]  89/304 postgresql:tablefunc / tablefunc/regress                                        ERROR            ...
50/5208 prefetching for nestloop / indexscan
FreeBSD - 13 - Meson
core
[04:44:14.505] #0  0x000000082cca58fa in _sigprocmask () from /lib/libc.so.7
[04:44:14.505] #1  0x000000082ccdef91 in _system () from /lib/libc.so.7
[04:44:14.505] #2  0x000000082b3ca9d3 in ?? () from /lib/libthr.so.3
[04:44:14.505] #3  0x00000000006698b5 in RestoreArchivedFile (path=path@entry=0x8217101d0 "pg_wal/00000001", '0' <repeat...
[04:44:14.505] #4  0x0000000000650958 in existsTimeLineHistory (probeTLI=probeTLI@entry=2) at ../src/backend/access/tran...
[04:44:14.505] #5  0x0000000000650a18 in findNewestTimeLine (startTLI=startTLI@entry=1) at ../src/backend/access/transam...
[04:44:14.505] #6  0x0000000000674e3b in rescanLatestTimeLine (replayTLI=replayTLI@entry=1, replayLSN=replayLSN@entry=10...
[04:44:14.505] #7  0x0000000000671023 in WaitForWALToBecomeAvailable (RecPtr=100683608, tliRecPtr=100683584, replayTLI=1...
[04:44:14.505] #8  XLogPageRead (xlogreader=0x83611b130, targetPagePtr=100679680, reqLen=3928, targetRecPtr=100683584, r...
[04:44:14.505] #9  0x0000000000677d82 in ReadPageInternal (state=state@entry=0x83611b130, pageptr=100679680, reqLen=3928...
tap
[04:42:57.929](1.625s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[04:43:08.195] 290/309 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
Linux - Debian Bookworm - Autoconf
tap
[04:43:46.667](0.797s) not ok 1 - no parameters missing from postgresql.conf.sample
Linux - Debian Bookworm - Meson
tap
[04:45:07.025](0.498s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[04:45:18.200] 288/309 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[04:51:00.240](1.982s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[04:51:31.936] 284/304 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
51/5196 Use function smgrclose() to replace the loop
CompilerWarnings
compiler
[02:57:33.748] smgr.c:484:9: error: unused variable 'which' [-Werror,-Wunused-variable]
compiler
[02:57:33.748] smgr.c:279:13: error: unused variable 'forknum' [-Werror,-Wunused-variable]
compiler
[02:57:25.606] smgr.c:484:9: error: unused variable 'which' [-Werror,-Wunused-variable]
compiler
[02:57:25.606] smgr.c:279:13: error: unused variable 'forknum' [-Werror,-Wunused-variable]
compiler
[02:56:54.718] smgr.c:484:41: error: unused variable ‘which’ [-Werror=unused-variable]
compiler
[02:56:54.718] smgr.c:279:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
compiler
[02:56:47.000] smgr.c:279:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
compiler
[02:56:47.000] smgr.c:484:41: error: unused variable ‘which’ [-Werror=unused-variable]
compiler
[02:57:56.959] smgr.c:484:41: error: unused variable ‘which’ [-Werror=unused-variable]
compiler
[02:57:56.959] smgr.c:279:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
51/4980 Expand applicability of aggregate's sortop optimization
CompilerWarnings
compiler
[01:28:42.680] planagg.c:537:21: error: variable 'curTarget' set but not used [-Werror,-Wunused-but-set-variable]
compiler
[01:24:32.330] planagg.c:537:53: error: variable ‘curTarget’ set but not used [-Werror=unused-but-set-variable]
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/btree_index.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_chec...
--- /tmp/cirrus-ci-build/src/test/regress/expected/btree_index.out	2024-10-08 01:23:03.116901494 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/btree_index.out	2024-10-08 01:30:28.876878069 +0000
@@ -194,13 +194,10 @@
 --
 explain (costs off)
 select distinct hundred from tenk1 where hundred in (47, 48, 72, 82);
-                            QUERY PLAN                            
-------------------------------------------------------------------
- Unique
-   ->  Index Only Scan using tenk1_hundred on tenk1
-         Index Cond: (hundred = ANY ('{47,48,72,82}'::integer[]))
-(3 rows)
-
+ERROR:  deadlock detected
+DETAIL:  Process 42315 waits for AccessShareLock on relation 24390 of database 16387; blocked by process 42298.
+Process 42298 waits for AccessExclusiveLock on relation 16421 of database 16387; blocked by process 42315.
+HINT:  See server log for query details.
 select distinct hundred from tenk1 where hundred in (47, 48, 72, 82);
  hundred 
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/join.out /tmp/cirrus-ci-build/src/test/recovery/tmp_check/result...
--- /tmp/cirrus-ci-build/src/test/regress/expected/join.out	2024-10-08 01:23:03.156941109 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/join.out	2024-10-08 01:32:26.276624743 +0000
@@ -1909,21 +1909,10 @@
 where exists(select * from tenk1 c
              where b.twothousand = c.twothousand and b.fivethous <> c.fivethous)
       and a.tenthous = b.tenthous and a.tenthous < 5000;
-                  QUERY PLAN                   
------------------------------------------------
- Hash Semi Join
-   Hash Cond: (b.twothousand = c.twothousand)
-   Join Filter: (b.fivethous <> c.fivethous)
-   ->  Hash Join
-         Hash Cond: (b.tenthous = a.tenthous)
-         ->  Seq Scan on tenk1 b
-         ->  Hash
-               ->  Seq Scan on tenk1 a
-                     Filter: (tenthous < 5000)
-   ->  Hash
-         ->  Seq Scan on tenk1 c
...
tap
[01:31:48.692](114.819s) not ok 5 - regression tests pass
tap
[01:33:12.375](65.398s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Meson
core
[01:32:57.986] #0  0x00007fadff69eb13 in wait4 () from /lib/x86_64-linux-gnu/libc.so.6
[01:32:57.986] #1  0x00005611bc9a6cc0 in ?? ()
[01:32:57.986] #2  0x00005611bc9a6efa in ?? ()
[01:32:57.986] #3  0x00005611bc9a8630 in ?? ()
[01:32:57.986] #4  0x00005611bc9a2371 in ?? ()
[01:32:57.986] #5  0x00005611bc9a120f in ?? ()
[01:32:57.986] #6  0x00005611bc9a1c3b in ?? ()
[01:32:57.986] #7  0x00005611bc99f66f in ?? ()
[01:32:57.986] #8  0x00007fadff5f224a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[01:32:57.986] #9  0x00007fadff5f2305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[01:32:58.106] #0  0x00007fb03bb83a50 in ?? ()
[01:32:58.106] #1  0x0000000000000003 in ?? ()
[01:32:58.106] #2  0x00007ffc72d583c7 in ?? ()
[01:32:58.106] #3  0x00007ffc72d583ca in ?? ()
[01:32:58.106] #4  0x00007ffc72d5844e in ?? ()
[01:32:58.106] #5  0x0000000000000000 in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/subselect.out /tmp/cirrus-ci-build/build/testrun/recovery/027_st...
--- /tmp/cirrus-ci-build/src/test/regress/expected/subselect.out	2024-10-08 01:23:06.753074263 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/subselect.out	2024-10-08 01:29:17.120171...
@@ -1029,7 +1029,7 @@
    ->  Seq Scan on tenk1 t
          Filter: ((ANY (unique2 = (hashed SubPlan 2).col1)) OR (ten < 0))
          SubPlan 2
-           ->  Index Only Scan using tenk1_unique1 on tenk1 k
+           ->  Index Only Scan using idx_int4 on tenk1 k
 (5 rows)
 
 select count(*) from tenk1 t
@@ -1403,7 +1403,7 @@
    ->  Seq Scan on public.tenk1 b
          Output: b.unique1, b.unique2, b.two, b.four, b.ten, b.twenty, b.hundred, b.thousand, b.twothousand, b.fivethou...
    SubPlan 1
-     ->  Index Only Scan using tenk1_unique1 on public.tenk1 a
+     ->  Index Only Scan using idx_int4 on public.tenk1 a
            Output: a.unique1
 (10 rows)
...
tap
[01:30:09.411](77.951s) not ok 2 - regression tests pass
test
[01:31:52.802] 153/309 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
51/5174 Call rm_redo in a temporary memory context
CompilerWarnings
compiler
[00:48:55.500] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
compiler
[00:48:33.422] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
compiler
[00:52:05.050] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
50/4754 Add LSN <-> time conversion facility
CompilerWarnings
compiler
[21:41:29.087] pgstat_wal.c:362:48: error: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 2 has...
compiler
[21:41:29.087] pgstat_wal.c:545:26: error: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 2 has...
Linux - Debian Bookworm - Meson
core
[21:39:32.527] #0  0xf7f1a559 in __kernel_vsyscall ()
[21:39:32.527] #1  0xf68552f7 in ?? () from /lib/i386-linux-gnu/libc.so.6
[21:39:32.527] #2  0xf6804111 in raise () from /lib/i386-linux-gnu/libc.so.6
[21:39:32.527] #3  0xf67ed26a in abort () from /lib/i386-linux-gnu/libc.so.6
[21:39:32.527] #4  0xf6a10d4a in __sanitizer::Abort () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_pos...
[21:39:32.527] #5  0xf6a1f896 in __sanitizer::Die () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_termi...
[21:39:32.527] #6  0xf69fdc5b in __ubsan::__ubsan_handle_nonnull_arg_abort (Data=<optimized out>) at ../../../../../src/...
[21:39:32.527] #7  0x569301e8 in fill_val (att=att@entry=0x58a5cf04, bit=<optimized out>, bitmask=bitmask@entry=0xffd8df...
[21:39:32.527] #8  0x56931f9b in heap_fill_tuple (tupleDesc=0x58a5cef0, values=0xffd8dfe8, isnull=0xffd8dfe6, data=<opti...
[21:39:32.527] #9  0x56933b5c in heap_form_tuple (tupleDescriptor=0x58a5cef0, values=0xffd8dfe8, isnull=0xffd8dfe6) at ....
core
[21:39:31.754] #0  0x00007f8ff40d1d24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[21:39:31.754] #1  0x00007f8ff407e239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[21:39:31.754] #2  0x00007f8ff407e497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[21:39:31.754] #3  0x000055cff8dc35c1 in ?? ()
[21:39:31.754] #4  0x000055cff8dbd369 in ?? ()
[21:39:31.754] #5  0x000055cff8dbc20f in ?? ()
[21:39:31.754] #6  0x000055cff8dbcc3b in ?? ()
[21:39:31.754] #7  0x000055cff8dba66f in ?? ()
[21:39:31.754] #8  0x00007f8ff406924a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[21:39:31.754] #9  0x00007f8ff4069305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[21:39:33.244] #0  0xf7f33559 in __kernel_vsyscall ()
[21:39:33.244] #1  0xf686e2f7 in ?? () from /lib/i386-linux-gnu/libc.so.6
[21:39:33.244] #2  0xf681d111 in raise () from /lib/i386-linux-gnu/libc.so.6
[21:39:33.244] #3  0xf680626a in abort () from /lib/i386-linux-gnu/libc.so.6
[21:39:33.244] #4  0xf6a29d4a in __sanitizer::Abort () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_pos...
[21:39:33.244] #5  0xf6a38896 in __sanitizer::Die () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_termi...
[21:39:33.244] #6  0xf6a16c5b in __ubsan::__ubsan_handle_nonnull_arg_abort (Data=<optimized out>) at ../../../../../src/...
[21:39:33.244] #7  0x5695f1e8 in fill_val (att=att@entry=0x59cf35c4, bit=<optimized out>, bitmask=bitmask@entry=0xffb892...
[21:39:33.244] #8  0x56960f9b in heap_fill_tuple (tupleDesc=0x59cf35b0, values=0xffb89348, isnull=0xffb89346, data=<opti...
[21:39:33.244] #9  0x56962b5c in heap_form_tuple (tupleDescriptor=0x59cf35b0, values=0xffb89348, isnull=0xffb89346) at ....
core
[21:39:33.961] #0  0xf7f0b559 in __kernel_vsyscall ()
[21:39:33.961] #1  0xf68462f7 in ?? () from /lib/i386-linux-gnu/libc.so.6
[21:39:33.961] #2  0xf67f5111 in raise () from /lib/i386-linux-gnu/libc.so.6
[21:39:33.961] #3  0xf67de26a in abort () from /lib/i386-linux-gnu/libc.so.6
[21:39:33.961] #4  0xf6a01d4a in __sanitizer::Abort () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_pos...
[21:39:33.961] #5  0xf6a10896 in __sanitizer::Die () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_termi...
[21:39:33.961] #6  0xf69eec5b in __ubsan::__ubsan_handle_nonnull_arg_abort (Data=<optimized out>) at ../../../../../src/...
[21:39:33.961] #7  0x568b51e8 in fill_val (att=att@entry=0x58bcaf24, bit=<optimized out>, bitmask=bitmask@entry=0xffdaa2...
[21:39:33.961] #8  0x568b6f9b in heap_fill_tuple (tupleDesc=0x58bcaf10, values=0xffdaa398, isnull=0xffdaa396, data=<opti...
[21:39:33.961] #9  0x568b8b5c in heap_form_tuple (tupleDescriptor=0x58bcaf10, values=0xffdaa398, isnull=0xffdaa396) at ....
core
[21:39:34.089] #0  0x00007f5554208a50 in ?? ()
[21:39:34.089] #1  0x0000000000000003 in ?? ()
[21:39:34.089] #2  0x00007ffc9023e3c4 in ?? ()
[21:39:34.089] #3  0x00007ffc9023e3c7 in ?? ()
[21:39:34.089] #4  0x00007ffc9023e44a in ?? ()
[21:39:34.089] #5  0x0000000000000000 in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build-32/testrun/pg_upgr...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-07 21:27:49.965180822 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_join.out	2024-10-07 21:36:11....
@@ -3473,1759 +3473,10 @@
 CREATE TABLE plt1_adv_p1 PARTITION OF plt1_adv FOR VALUES IN ('0001', '0003');
 CREATE TABLE plt1_adv_p2 PARTITION OF plt1_adv FOR VALUES IN ('0004', '0006');
 CREATE TABLE plt1_adv_p3 PARTITION OF plt1_adv FOR VALUES IN ('0008', '0009');
-INSERT INTO plt1_adv SELECT i, i, to_char(i % 10, 'FM0000') FROM generate_series(1, 299) i WHERE i % 10 IN (1, 3, 4, 6,...
-ANALYZE plt1_adv;
-CREATE TABLE plt2_adv (a int, b int, c text) PARTITION BY LIST (c);
-CREATE TABLE plt2_adv_p1 PARTITION OF plt2_adv FOR VALUES IN ('0002', '0003');
-CREATE TABLE plt2_adv_p2 PARTITION OF plt2_adv FOR VALUES IN ('0004', '0006');
-CREATE TABLE plt2_adv_p3 PARTITION OF plt2_adv FOR VALUES IN ('0007', '0009');
-INSERT INTO plt2_adv SELECT i, i, to_char(i % 10, 'FM0000') FROM generate_series(1, 299) i WHERE i % 10 IN (2, 3, 4, 6,...
-ANALYZE plt2_adv;
--- inner join
-EXPLAIN (COSTS OFF)
-SELECT t1.a, t1.c, t2.a, t2.c FROM plt1_adv t1 INNER JOIN plt2_adv t2 ON (t1.a = t2.a AND t1.c = t2.c) WHERE t1.b < 10 ...
-                             QUERY PLAN                             
---------------------------------------------------------------------
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build-32/testrun/recover...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-07 21:27:49.965180822 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/recovery/027_stream_regress/data/results/partition_join.out	2024-10-07 21:36:4...
@@ -2258,2974 +2258,7 @@
 CREATE TABLE prt1_n_p1 PARTITION OF prt1_n FOR VALUES FROM ('0000') TO ('0250');
 CREATE TABLE prt1_n_p2 PARTITION OF prt1_n FOR VALUES FROM ('0250') TO ('0500');
 INSERT INTO prt1_n SELECT i, i, to_char(i, 'FM0000') FROM generate_series(0, 499, 2) i;
-ANALYZE prt1_n;
-CREATE TABLE prt2_n (a int, b int, c text) PARTITION BY LIST(c);
-CREATE TABLE prt2_n_p1 PARTITION OF prt2_n FOR VALUES IN ('0000', '0003', '0004', '0010', '0006', '0007');
-CREATE TABLE prt2_n_p2 PARTITION OF prt2_n FOR VALUES IN ('0001', '0005', '0002', '0009', '0008', '0011');
-INSERT INTO prt2_n SELECT i, i, to_char(i/50, 'FM0000') FROM generate_series(0, 599, 2) i;
-ANALYZE prt2_n;
-CREATE TABLE prt3_n (a int, b int, c text) PARTITION BY LIST(c);
-CREATE TABLE prt3_n_p1 PARTITION OF prt3_n FOR VALUES IN ('0000', '0004', '0006', '0007');
-CREATE TABLE prt3_n_p2 PARTITION OF prt3_n FOR VALUES IN ('0001', '0002', '0008', '0010');
-CREATE TABLE prt3_n_p3 PARTITION OF prt3_n FOR VALUES IN ('0003', '0005', '0009', '0011');
-INSERT INTO prt2_n SELECT i, i, to_char(i/50, 'FM0000') FROM generate_series(0, 599, 2) i;
-ANALYZE prt3_n;
-CREATE TABLE prt4_n (a int, b int, c text) PARTITION BY RANGE(a);
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build-32/testrun/regress...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-07 21:27:49.965180822 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/regress/regress/results/partition_join.out	2024-10-07 21:36:08.130994020 +0000
@@ -3474,1758 +3474,7 @@
 CREATE TABLE plt1_adv_p2 PARTITION OF plt1_adv FOR VALUES IN ('0004', '0006');
 CREATE TABLE plt1_adv_p3 PARTITION OF plt1_adv FOR VALUES IN ('0008', '0009');
 INSERT INTO plt1_adv SELECT i, i, to_char(i % 10, 'FM0000') FROM generate_series(1, 299) i WHERE i % 10 IN (1, 3, 4, 6,...
-ANALYZE plt1_adv;
-CREATE TABLE plt2_adv (a int, b int, c text) PARTITION BY LIST (c);
-CREATE TABLE plt2_adv_p1 PARTITION OF plt2_adv FOR VALUES IN ('0002', '0003');
-CREATE TABLE plt2_adv_p2 PARTITION OF plt2_adv FOR VALUES IN ('0004', '0006');
-CREATE TABLE plt2_adv_p3 PARTITION OF plt2_adv FOR VALUES IN ('0007', '0009');
-INSERT INTO plt2_adv SELECT i, i, to_char(i % 10, 'FM0000') FROM generate_series(1, 299) i WHERE i % 10 IN (2, 3, 4, 6,...
-ANALYZE plt2_adv;
--- inner join
-EXPLAIN (COSTS OFF)
-SELECT t1.a, t1.c, t2.a, t2.c FROM plt1_adv t1 INNER JOIN plt2_adv t2 ON (t1.a = t2.a AND t1.c = t2.c) WHERE t1.b < 10 ...
-                             QUERY PLAN                             
---------------------------------------------------------------------
- Sort
...
tap
[21:36:12.192](65.095s) not ok 5 - regression tests pass
[21:36:17.121](4.923s) not ok 6 - dump before running pg_upgrade
tap
[21:36:45.399](63.900s) not ok 2 - regression tests pass
test
[21:38:27.003]  40/309 postgresql:regress / regress/regress                                            ERROR            ...
[21:38:27.003]  44/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[21:38:27.003] 118/309 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
51/5283 Replace IN VALUES with ANY in WHERE clauses during optimization
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/subselect.out C:/cirrus/build/testrun/pg_upgrade/002_pg...
--- C:/cirrus/src/test/regress/expected/subselect.out	2024-10-07 19:26:30.094767800 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/subselect.out	2024-10-07 19:29:18.528186800 +0000
@@ -2313,15 +2313,16 @@
 EXPLAIN (COSTS OFF)
 SELECT c.oid,c.relname FROM pg_class c JOIN pg_am a USING (oid)
 WHERE c.oid IN (VALUES (1), (2));
-                          QUERY PLAN                           
----------------------------------------------------------------
- Hash Join
-   Hash Cond: (a.oid = c.oid)
-   ->  Seq Scan on pg_am a
-   ->  Hash
-         ->  Index Scan using pg_class_oid_index on pg_class c
-               Index Cond: (oid = ANY ('{1,2}'::integer[]))
-(6 rows)
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (c.oid = a.oid)
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/subselect.out C:/cirrus/build/testrun/regress/regress/r...
--- C:/cirrus/src/test/regress/expected/subselect.out	2024-10-07 19:26:30.094767800 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/subselect.out	2024-10-07 19:29:05.003752200 +0000
@@ -2313,15 +2313,16 @@
 EXPLAIN (COSTS OFF)
 SELECT c.oid,c.relname FROM pg_class c JOIN pg_am a USING (oid)
 WHERE c.oid IN (VALUES (1), (2));
-                          QUERY PLAN                           
----------------------------------------------------------------
- Hash Join
-   Hash Cond: (a.oid = c.oid)
-   ->  Seq Scan on pg_am a
-   ->  Hash
-         ->  Index Scan using pg_class_oid_index on pg_class c
-               Index Cond: (oid = ANY ('{1,2}'::integer[]))
-(6 rows)
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (c.oid = a.oid)
...
tap
[19:30:36.184](115.647s) not ok 5 - regression tests pass
test
[19:39:49.075]   6/304 postgresql:regress / regress/regress                                            ERROR           1...
[19:39:49.075]  39/304 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[19:39:49.075] 160/304 postgresql:pg_ctl / pg_ctl/004_logrotate                                        ERROR            ...
51/5272 Truncate logs by max_log_size
CompilerWarnings
compiler
[16:49:12.817] elog.c:1699:9: error: initializing 'char *' with an expression of type 'const char *' discards qualifiers...
compiler
[16:47:00.833] elog.c:1699:9: error: initializing 'char *' with an expression of type 'const char *' discards qualifiers...
compiler
[16:44:17.762] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar...
compiler
[16:42:22.984] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar...
compiler
[16:52:45.864] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar...
51/5214 SQL:2023 JSON simplified accessor support
macOS - Sonoma - Meson
tap
[16:28:29.147](0.000s) not ok 31 - receiving 100K lines works: stdout matches
test
[16:31:45.045]  49/309 postgresql:kerberos / kerberos/001_auth                                         ERROR            ...
51/5246 Allow SQL functions use CachedPlan machinery
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upg...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-10-07 15:23:22.424080000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/xml.out	2024-10-07 15:24:51.553878000 +000...
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-10-07 15:23:22.424080000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/xml.out	2024-10-07 15:25:35.612444000 +0...
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/regress/regress/resul...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-10-07 15:23:22.424080000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/xml.out	2024-10-07 15:24:48.565517000 +0000
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
tap
[15:25:07.220](60.021s) not ok 5 - regression tests pass
tap
[15:25:51.780](68.870s) not ok 2 - regression tests pass
test
[15:27:43.760]  40/309 postgresql:regress / regress/regress                                            ERROR            ...
[15:27:43.760]  88/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[15:27:43.760] 151/309 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/result...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-10-07 15:23:21.070069546 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/xml.out	2024-10-07 15:28:57.431625466 +0000
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-10-07 15:23:21.070069546 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/xml.out	2024-10-07 15:29:55.195984124 +0000
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/src/test/regress/results/xml.out
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-10-07 15:23:21.070069546 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/xml.out	2024-10-07 15:26:20.423617355 +0000
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
tap
[15:29:04.582](96.915s) not ok 5 - regression tests pass
tap
[15:30:01.638](61.046s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upg...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-10-07 15:23:18.515852448 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/xml.out	2024-10-07 15:25:37.959294821 +000...
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-10-07 15:23:18.515852448 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/xml.out	2024-10-07 15:26:09.711281322 +0...
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/regress/regress/resul...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-10-07 15:23:18.515852448 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/xml.out	2024-10-07 15:25:30.115299393 +0000
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
tap
[15:25:47.094](67.094s) not ok 5 - regression tests pass
tap
[15:26:17.358](65.223s) not ok 2 - regression tests pass
test
[15:27:52.796]  41/309 postgresql:regress / regress/regress                                            ERROR            ...
[15:27:52.796] 121/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[15:27:52.796] 148/309 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
51/4412 Client authentication via OAuth 2.0
FreeBSD - 13 - Meson
test
[15:27:37.062] 107/311 postgresql:oauth_validator / oauth_validator/regress                            ERROR            ...
Linux - Debian Bookworm - Meson
test
[15:28:53.376] 105/311 postgresql:oauth_validator / oauth_validator/regress                            ERROR            ...
macOS - Sonoma - Meson
test
[15:29:25.331] 109/311 postgresql:oauth_validator / oauth_validator/regress                            ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
test
[15:34:53.284] 105/306 postgresql:oauth_validator / oauth_validator/regress                            ERROR            ...
51/5004 CREATE INDEX CONCURRENTLY for partitioned tables
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_p...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-10-07 14:06:24.144840000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/indexing.out	2024-10-07 14:08:03.222254000...
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/recovery/027_str...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-10-07 14:06:24.144840000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/indexing.out	2024-10-07 14:08:47.7114080...
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/regress/regress/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-10-07 14:06:24.144840000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/indexing.out	2024-10-07 14:08:03.158101000 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[14:08:05.405](60.150s) not ok 5 - regression tests pass
tap
[14:08:50.253](67.840s) not ok 2 - regression tests pass
test
[14:23:43.208]  40/309 postgresql:regress / regress/regress                                            ERROR            ...
[14:23:43.208]  68/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[14:23:43.208] 142/309 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[14:23:43.208] 309/309 postgresql:isolation / isolation/isolation                                      TIMEOUT        10...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-10-07 14:06:22.336670992 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/indexing.out	2024-10-07 14:11:21.029245091 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/partitioned-cic.out /tmp/cirrus-ci-build/src/test/isolation/ou...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/partitioned-cic.out	2024-10-07 14:06:22.171887162 +0000
+++ /tmp/cirrus-ci-build/src/test/isolation/output_iso/results/partitioned-cic.out	2024-10-07 14:33:15.639917067 +0000
@@ -3,10 +3,14 @@
 starting permutation: lock_p1 cic insert drop2 commit chk_content
 step lock_p1: lock cictab_part_1 in row exclusive mode;
 step cic: CREATE INDEX CONCURRENTLY ON cictab(i); <waiting ...>
-step insert: insert into cictab values (1, 1), (11, 1);
-step drop2: DROP TABLE cictab_part_2;
+step insert: insert into cictab values (1, 1), (11, 1); <waiting ...>
+isolationtester: canceling step insert after 360 seconds
+step insert: <... completed>
+ERROR:  canceling statement due to user request
+step drop2: DROP TABLE cictab_part_2; <waiting ...>
 step commit: COMMIT;
 step cic: <... completed>
+step drop2: <... completed>
 step chk_content: 
   set enable_seqscan to off;
   explain (costs off) select * from cictab where i > 0;
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/src/test/recovery/tmp_check/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-10-07 14:06:22.336670992 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/indexing.out	2024-10-07 14:12:45.427670115 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/src/test/regress/results/index...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-10-07 14:06:22.336670992 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/indexing.out	2024-10-07 14:09:25.009815047 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[14:11:23.185](75.411s) not ok 5 - regression tests pass
tap
[14:12:47.615](51.077s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_p...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-10-07 14:06:22.442852876 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/indexing.out	2024-10-07 14:08:52.512905445...
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/recovery/027_str...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-10-07 14:06:22.442852876 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/indexing.out	2024-10-07 14:09:17.0971063...
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/regress/regress/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-10-07 14:06:22.442852876 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/indexing.out	2024-10-07 14:08:48.632878893 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[14:08:54.085](68.821s) not ok 5 - regression tests pass
tap
[14:09:18.964](61.514s) not ok 2 - regression tests pass
test
[14:24:21.405]  42/309 postgresql:regress / regress/regress                                            ERROR            ...
[14:24:21.405]  98/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[14:24:21.405] 136/309 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[14:24:21.405] 309/309 postgresql:isolation / isolation/isolation                                      TIMEOUT        10...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/indexing.out C:/cirrus/build/testrun/pg_upgrade/002_pg_...
--- C:/cirrus/src/test/regress/expected/indexing.out	2024-10-07 14:06:31.217926400 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/indexing.out	2024-10-07 14:10:07.936741900 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/indexing.out C:/cirrus/build/testrun/recovery/027_strea...
--- C:/cirrus/src/test/regress/expected/indexing.out	2024-10-07 14:06:31.217926400 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/indexing.out	2024-10-07 14:12:19.718019800 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/indexing.out C:/cirrus/build/testrun/regress/regress/re...
--- C:/cirrus/src/test/regress/expected/indexing.out	2024-10-07 14:06:31.217926400 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/indexing.out	2024-10-07 14:09:57.044161600 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[14:10:15.717](109.827s) not ok 5 - regression tests pass
tap
[14:12:26.940](114.837s) not ok 2 - regression tests pass
test
[14:24:59.408]  20/304 postgresql:regress / regress/regress                                            ERROR           1...
[14:24:59.408]  36/304 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[14:24:59.408]  84/304 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
[14:24:59.408] 304/304 postgresql:isolation / isolation/isolation                                      TIMEOUT        10...
51/5277 general purpose array_sort
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/arrays.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/arrays.out	2024-10-07 13:21:06.771601000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/arrays.out	2024-10-07 13:22:55.669760000 +...
@@ -2749,13 +2749,13 @@
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[]);
                             array_sort                            
 ------------------------------------------------------------------
- {"abc DEF 123abc","ábc sßs ßss DÉF",ⱥȺ,ⱥⱥⱥ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž"}
+ {"abc DEF 123abc","ábc sßs ßss DÉF","DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥȺ,ⱥⱥⱥ}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[], 'desc');
                             array_sort                            
 ------------------------------------------------------------------
- {"DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥⱥⱥ,ⱥȺ,"ábc sßs ßss DÉF","abc DEF 123abc"}
+ {ⱥⱥⱥ,ⱥȺ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž","ábc sßs ßss DÉF","abc DEF 123abc"}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[] COLLATE "pg_c_utf8", 'asc');
@@ -2774,55 +2774,55 @@
...
tap
[13:23:42.911](67.247s) not ok 5 - regression tests pass
test
[13:26:18.578]  97/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/arrays.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/res...
--- /tmp/cirrus-ci-build/src/test/regress/expected/arrays.out	2024-10-07 13:20:38.807698264 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/arrays.out	2024-10-07 13:26:46.364903983 +0000
@@ -2749,13 +2749,13 @@
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[]);
                             array_sort                            
 ------------------------------------------------------------------
- {"abc DEF 123abc","ábc sßs ßss DÉF",ⱥȺ,ⱥⱥⱥ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž"}
+ {"abc DEF 123abc","ábc sßs ßss DÉF","DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥȺ,ⱥⱥⱥ}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[], 'desc');
                             array_sort                            
 ------------------------------------------------------------------
- {"DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥⱥⱥ,ⱥȺ,"ábc sßs ßss DÉF","abc DEF 123abc"}
+ {ⱥⱥⱥ,ⱥȺ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž","ábc sßs ßss DÉF","abc DEF 123abc"}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[] COLLATE "pg_c_utf8", 'asc');
@@ -2774,55 +2774,55 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/arrays.out /tmp/cirrus-ci-build/src/test/recovery/tmp_check/resu...
--- /tmp/cirrus-ci-build/src/test/regress/expected/arrays.out	2024-10-07 13:20:38.807698264 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/arrays.out	2024-10-07 13:28:29.685925388 +0000
@@ -2749,13 +2749,13 @@
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[]);
                             array_sort                            
 ------------------------------------------------------------------
- {"abc DEF 123abc","ábc sßs ßss DÉF",ⱥȺ,ⱥⱥⱥ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž"}
+ {"abc DEF 123abc","ábc sßs ßss DÉF","DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥȺ,ⱥⱥⱥ}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[], 'desc');
                             array_sort                            
 ------------------------------------------------------------------
- {"DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥⱥⱥ,ⱥȺ,"ábc sßs ßss DÉF","abc DEF 123abc"}
+ {ⱥⱥⱥ,ⱥȺ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž","ábc sßs ßss DÉF","abc DEF 123abc"}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[] COLLATE "pg_c_utf8", 'asc');
@@ -2774,55 +2774,55 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/arrays.out /tmp/cirrus-ci-build/src/test/regress/results/arrays....
--- /tmp/cirrus-ci-build/src/test/regress/expected/arrays.out	2024-10-07 13:20:38.807698264 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/arrays.out	2024-10-07 13:24:09.080924156 +0000
@@ -2749,13 +2749,13 @@
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[]);
                             array_sort                            
 ------------------------------------------------------------------
- {"abc DEF 123abc","ábc sßs ßss DÉF",ⱥȺ,ⱥⱥⱥ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž"}
+ {"abc DEF 123abc","ábc sßs ßss DÉF","DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥȺ,ⱥⱥⱥ}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[], 'desc');
                             array_sort                            
 ------------------------------------------------------------------
- {"DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥⱥⱥ,ⱥȺ,"ábc sßs ßss DÉF","abc DEF 123abc"}
+ {ⱥⱥⱥ,ⱥȺ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž","ábc sßs ßss DÉF","abc DEF 123abc"}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[] COLLATE "pg_c_utf8", 'asc');
@@ -2774,55 +2774,55 @@
...
tap
[13:27:47.495](83.514s) not ok 5 - regression tests pass
tap
[13:29:11.929](55.647s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Meson
core
[13:28:17.274] #0  0x00007f6fbc2aed24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[13:28:17.274] #1  0x00007f6fbc25b239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[13:28:17.274] #2  0x00007f6fbc316184 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:28:17.274] #3  0x00007f6fbc3287dc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:28:17.274] #0  <unavailable> in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/arrays.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/arrays.out	2024-10-07 13:20:39.071560493 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/arrays.out	2024-10-07 13:24:15.290677904 +...
@@ -2749,13 +2749,13 @@
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[]);
                             array_sort                            
 ------------------------------------------------------------------
- {"abc DEF 123abc","ábc sßs ßss DÉF",ⱥȺ,ⱥⱥⱥ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž"}
+ {"abc DEF 123abc","ábc sßs ßss DÉF","DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥȺ,ⱥⱥⱥ}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[], 'desc');
                             array_sort                            
 ------------------------------------------------------------------
- {"DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥⱥⱥ,ⱥȺ,"ábc sßs ßss DÉF","abc DEF 123abc"}
+ {ⱥⱥⱥ,ⱥȺ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž","ábc sßs ßss DÉF","abc DEF 123abc"}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[] COLLATE "pg_c_utf8", 'asc');
@@ -2774,55 +2774,55 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/arrays.out /tmp/cirrus-ci-build/build/testrun/recovery/027_strea...
--- /tmp/cirrus-ci-build/src/test/regress/expected/arrays.out	2024-10-07 13:20:39.071560493 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/arrays.out	2024-10-07 13:24:54.745361543...
@@ -2749,13 +2749,13 @@
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[]);
                             array_sort                            
 ------------------------------------------------------------------
- {"abc DEF 123abc","ábc sßs ßss DÉF",ⱥȺ,ⱥⱥⱥ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž"}
+ {"abc DEF 123abc","ábc sßs ßss DÉF","DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥȺ,ⱥⱥⱥ}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[], 'desc');
                             array_sort                            
 ------------------------------------------------------------------
- {"DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥⱥⱥ,ⱥȺ,"ábc sßs ßss DÉF","abc DEF 123abc"}
+ {ⱥⱥⱥ,ⱥȺ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž","ábc sßs ßss DÉF","abc DEF 123abc"}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[] COLLATE "pg_c_utf8", 'asc');
@@ -2774,55 +2774,55 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/arrays.out /tmp/cirrus-ci-build/build/testrun/regress/regress/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/arrays.out	2024-10-07 13:20:39.071560493 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/arrays.out	2024-10-07 13:24:11.710899014 +0000
@@ -2749,13 +2749,13 @@
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[]);
                             array_sort                            
 ------------------------------------------------------------------
- {"abc DEF 123abc","ábc sßs ßss DÉF",ⱥȺ,ⱥⱥⱥ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž"}
+ {"abc DEF 123abc","ábc sßs ßss DÉF","DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥȺ,ⱥⱥⱥ}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[], 'desc');
                             array_sort                            
 ------------------------------------------------------------------
- {"DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥⱥⱥ,ⱥȺ,"ábc sßs ßss DÉF","abc DEF 123abc"}
+ {ⱥⱥⱥ,ⱥȺ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž","ábc sßs ßss DÉF","abc DEF 123abc"}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[] COLLATE "pg_c_utf8", 'asc');
@@ -2774,55 +2774,55 @@
...
tap
[13:25:08.281](68.224s) not ok 5 - regression tests pass
tap
[13:25:41.804](68.623s) not ok 2 - regression tests pass
test
[13:27:16.215]  12/309 postgresql:regress / regress/regress                                            ERROR            ...
[13:27:16.215] 127/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[13:27:16.215] 153/309 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/arrays.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgr...
--- /Users/admin/pgsql/src/test/regress/expected/arrays.out	2024-10-07 13:20:37
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/arrays.out	2024-10-07 13:22:44
@@ -2749,13 +2749,13 @@
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[]);
                             array_sort                            
 ------------------------------------------------------------------
- {"abc DEF 123abc","ábc sßs ßss DÉF",ⱥȺ,ⱥⱥⱥ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž"}
+ {"abc DEF 123abc","ábc sßs ßss DÉF","DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥȺ,ⱥⱥⱥ}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[], 'desc');
                             array_sort                            
 ------------------------------------------------------------------
- {"DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥⱥⱥ,ⱥȺ,"ábc sßs ßss DÉF","abc DEF 123abc"}
+ {ⱥⱥⱥ,ⱥȺ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž","ábc sßs ßss DÉF","abc DEF 123abc"}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[] COLLATE "pg_c_utf8", 'asc');
@@ -2774,55 +2774,55 @@
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/arrays.out /Users/admin/pgsql/build/testrun/recovery/027_stream_re...
--- /Users/admin/pgsql/src/test/regress/expected/arrays.out	2024-10-07 13:20:37
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/arrays.out	2024-10-07 13:23:41
@@ -2749,13 +2749,13 @@
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[]);
                             array_sort                            
 ------------------------------------------------------------------
- {"abc DEF 123abc","ábc sßs ßss DÉF",ⱥȺ,ⱥⱥⱥ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž"}
+ {"abc DEF 123abc","ábc sßs ßss DÉF","DŽxxDŽ džxxDž Džxxdž",ⱥȺ,ȺȺȺ,ⱥⱥⱥ}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[], 'desc');
                             array_sort                            
 ------------------------------------------------------------------
- {"DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥⱥⱥ,ⱥȺ,"ábc sßs ßss DÉF","abc DEF 123abc"}
+ {ⱥⱥⱥ,ȺȺȺ,ⱥȺ,"DŽxxDŽ džxxDž Džxxdž","ábc sßs ßss DÉF","abc DEF 123abc"}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[] COLLATE "pg_c_utf8", 'asc');
@@ -2774,55 +2774,55 @@
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/arrays.out /Users/admin/pgsql/build/testrun/regress/regress/result...
--- /Users/admin/pgsql/src/test/regress/expected/arrays.out	2024-10-07 13:20:37
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/arrays.out	2024-10-07 13:22:44
@@ -2749,13 +2749,13 @@
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[]);
                             array_sort                            
 ------------------------------------------------------------------
- {"abc DEF 123abc","ábc sßs ßss DÉF",ⱥȺ,ⱥⱥⱥ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž"}
+ {"abc DEF 123abc","ábc sßs ßss DÉF","DŽxxDŽ džxxDž Džxxdž",ⱥȺ,ȺȺȺ,ⱥⱥⱥ}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[], 'desc');
                             array_sort                            
 ------------------------------------------------------------------
- {"DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥⱥⱥ,ⱥȺ,"ábc sßs ßss DÉF","abc DEF 123abc"}
+ {ⱥⱥⱥ,ȺȺȺ,ⱥȺ,"DŽxxDŽ džxxDž Džxxdž","ábc sßs ßss DÉF","abc DEF 123abc"}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[] COLLATE "pg_c_utf8", 'asc');
@@ -2774,55 +2774,55 @@
...
tap
[13:23:13.411](43.638s) not ok 5 - regression tests pass
tap
[13:24:24.751](67.339s) not ok 2 - regression tests pass
test
[13:27:13.968]  24/309 postgresql:regress / regress/regress                                            ERROR            ...
[13:27:13.968]  44/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[13:27:13.968] 127/309 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/arrays.out C:/cirrus/build/testrun/pg_upgrade/002_pg_up...
--- C:/cirrus/src/test/regress/expected/arrays.out	2024-10-07 13:20:57.404477700 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/arrays.out	2024-10-07 13:23:17.842209400 +0000
@@ -2749,13 +2749,13 @@
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[]);
                             array_sort                            
 ------------------------------------------------------------------
- {"abc DEF 123abc","ábc sßs ßss DÉF",ⱥȺ,ⱥⱥⱥ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž"}
+ {"abc DEF 123abc","ábc sßs ßss DÉF","DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥȺ,ⱥⱥⱥ}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[], 'desc');
                             array_sort                            
 ------------------------------------------------------------------
- {"DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥⱥⱥ,ⱥȺ,"ábc sßs ßss DÉF","abc DEF 123abc"}
+ {ⱥⱥⱥ,ⱥȺ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž","ábc sßs ßss DÉF","abc DEF 123abc"}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[] COLLATE "pg_c_utf8", 'asc');
@@ -2774,55 +2774,55 @@
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/arrays.out C:/cirrus/build/testrun/recovery/027_stream_...
--- C:/cirrus/src/test/regress/expected/arrays.out	2024-10-07 13:20:57.404477700 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/arrays.out	2024-10-07 13:25:18.080610600 +0000
@@ -2747,82 +2747,78 @@
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[]);
-                            array_sort                            
-------------------------------------------------------------------
- {"abc DEF 123abc","ábc sßs ßss DÉF",ⱥȺ,ⱥⱥⱥ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž"}
+                                       array_sort                                       
+----------------------------------------------------------------------------------------
+ {"ábc sßs ßss DÉF",ⱥⱥⱥ,ⱥȺ,"abc DEF 123abc","DŽxxDŽ džxxDž Džxxdž",ȺȺȺ}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[], 'desc');
-                            array_sort                            
-------------------------------------------------------------------
- {"DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥⱥⱥ,ⱥȺ,"ábc sßs ßss DÉF","abc DEF 123abc"}
+                                       array_sort                                       
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/arrays.out C:/cirrus/build/testrun/regress/regress/resu...
--- C:/cirrus/src/test/regress/expected/arrays.out	2024-10-07 13:20:57.404477700 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/arrays.out	2024-10-07 13:23:06.160016100 +0000
@@ -2747,82 +2747,78 @@
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[]);
-                            array_sort                            
-------------------------------------------------------------------
- {"abc DEF 123abc","ábc sßs ßss DÉF",ⱥȺ,ⱥⱥⱥ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž"}
+                                       array_sort                                       
+----------------------------------------------------------------------------------------
+ {"ábc sßs ßss DÉF",ⱥⱥⱥ,ⱥȺ,"abc DEF 123abc","DŽxxDŽ džxxDž Džxxdž",ȺȺȺ}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[], 'desc');
-                            array_sort                            
-------------------------------------------------------------------
- {"DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥⱥⱥ,ⱥȺ,"ábc sßs ßss DÉF","abc DEF 123abc"}
+                                       array_sort                                       
...
tap
[13:24:25.851](98.084s) not ok 5 - regression tests pass
tap
[13:26:31.736](106.881s) not ok 2 - regression tests pass
test
[13:32:20.500]   6/304 postgresql:regress / regress/regress                                            ERROR           1...
[13:32:20.500]  37/304 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[13:32:20.500]  91/304 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
50/5270 jsonpath string methods: lower, upper, initcap, l/r/btrim, replace, split_part
CompilerWarnings
compiler
[12:50:37.685] jsonpath_exec.c:2829:13: error: mixing declarations and code is incompatible with standards before C99 [-...
compiler
[12:50:27.756] jsonpath_exec.c:2829:13: error: mixing declarations and code is incompatible with standards before C99 [-...
compiler
[12:49:57.194] jsonpath_exec.c:2829:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta...
compiler
[12:49:46.874] jsonpath_exec.c:2829:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta...
compiler
[12:51:02.807] jsonpath_exec.c:2829:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta...
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out /tmp/cirrus-ci-build/build-32/testrun/pg_upgr...
--- /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out	2024-10-07 12:49:09.258125970 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/pg_upgrade/002_pg_upgrade/data/results/jsonb_jsonpath.out	2024-10-07 12:54:41....
@@ -3078,7 +3078,7 @@
 select jsonb_path_query('"abc~@~def~@~ghi"', '$.split_part("~@~", 2)');
  jsonb_path_query 
 ------------------
- "def"
+ ""
 (1 row)
 
 -- Test string methods play nicely together
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out /tmp/cirrus-ci-build/build-32/testrun/recover...
--- /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out	2024-10-07 12:49:09.258125970 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/recovery/027_stream_regress/data/results/jsonb_jsonpath.out	2024-10-07 12:55:1...
@@ -3078,7 +3078,7 @@
 select jsonb_path_query('"abc~@~def~@~ghi"', '$.split_part("~@~", 2)');
  jsonb_path_query 
 ------------------
- "def"
+ ""
 (1 row)
 
 -- Test string methods play nicely together
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out /tmp/cirrus-ci-build/build-32/testrun/regress...
--- /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out	2024-10-07 12:49:09.258125970 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/regress/regress/results/jsonb_jsonpath.out	2024-10-07 12:54:34.613694590 +0000
@@ -3078,7 +3078,7 @@
 select jsonb_path_query('"abc~@~def~@~ghi"', '$.split_part("~@~", 2)');
  jsonb_path_query 
 ------------------
- "def"
+ ""
 (1 row)
 
 -- Test string methods play nicely together
tap
[12:54:58.984](68.210s) not ok 5 - regression tests pass
tap
[12:55:30.904](66.706s) not ok 2 - regression tests pass
test
[12:57:13.147]  39/309 postgresql:regress / regress/regress                                            ERROR            ...
[12:57:13.147] 115/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[12:57:13.147] 151/309 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
51/5099 CREATE OR REPLACE MATERIALIZED VIEW
FreeBSD - 13 - Meson
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 194, PID: 10914
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 194, PID: 17714
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 194, PID: 10722
core
[12:26:15.541] #0  0x000000082bf7741a in thr_kill () from /lib/libc.so.7
[12:26:15.541] #1  0x000000082bef0e64 in raise () from /lib/libc.so.7
[12:26:15.541] #2  0x000000082bfa16f9 in abort () from /lib/libc.so.7
[12:26:15.541] #3  0x0000000000a91075 in ExceptionalCondition (conditionName=0x2e7852 "queryDesc->sourceText != NULL", f...
[12:26:15.541] #4  0x0000000000764d19 in standard_ExecutorStart (queryDesc=0x835040088, eflags=0) at ../src/backend/exec...
[12:26:15.541] #5  0x00000000006fb4f5 in refresh_matview_datafill (dest=<optimized out>, query=<optimized out>, queryStr...
[12:26:15.541] #6  RefreshMatViewByOid (matviewOid=27271, is_create=<optimized out>, skipData=<optimized out>, concurren...
[12:26:15.541] #7  0x00000000006fb0d6 in ExecRefreshMatView (stmt=<optimized out>, queryString=queryString@entry=0x0, qc...
[12:26:15.541] #8  0x00000000006d278c in ExecCreateTableAs (pstate=pstate@entry=0x8363a6900, stmt=stmt@entry=0x835055fd0...
[12:26:15.541] #9  0x000000000093dad8 in ProcessUtilitySlow (pstate=pstate@entry=0x8363a6900, pstmt=pstmt@entry=0x834ec3...
core
[12:26:17.268] #0  0x000000082b70741a in thr_kill () from /lib/libc.so.7
[12:26:17.268] #1  0x000000082b680e64 in raise () from /lib/libc.so.7
[12:26:17.268] #2  0x000000082b7316f9 in abort () from /lib/libc.so.7
[12:26:17.268] #3  0x0000000000a91075 in ExceptionalCondition (conditionName=0x2e7852 "queryDesc->sourceText != NULL", f...
[12:26:17.268] #4  0x0000000000764d19 in standard_ExecutorStart (queryDesc=0x83475c088, eflags=0) at ../src/backend/exec...
[12:26:17.268] #5  0x0000000838fc6862 in pgss_ExecutorStart (queryDesc=0x83475c088, eflags=6) at ../contrib/pg_stat_stat...
[12:26:17.268] #6  0x00000000006fb4f5 in refresh_matview_datafill (dest=<optimized out>, query=<optimized out>, queryStr...
[12:26:17.268] #7  RefreshMatViewByOid (matviewOid=27402, is_create=<optimized out>, skipData=<optimized out>, concurren...
[12:26:17.268] #8  0x00000000006fb0d6 in ExecRefreshMatView (stmt=<optimized out>, queryString=queryString@entry=0x0, qc...
[12:26:17.268] #9  0x00000000006d278c in ExecCreateTableAs (pstate=pstate@entry=0x8384d2900, stmt=stmt@entry=0x834633fd0...
core
[12:26:16.382] #0  0x000000082ce5a41a in thr_kill () from /lib/libc.so.7
[12:26:16.382] #1  0x000000082cdd3e64 in raise () from /lib/libc.so.7
[12:26:16.382] #2  0x000000082ce846f9 in abort () from /lib/libc.so.7
[12:26:16.382] #3  0x0000000000a91075 in ExceptionalCondition (conditionName=0x2e7852 "queryDesc->sourceText != NULL", f...
[12:26:16.382] #4  0x0000000000764d19 in standard_ExecutorStart (queryDesc=0x83943e088, eflags=0) at ../src/backend/exec...
[12:26:16.382] #5  0x00000000006fb4f5 in refresh_matview_datafill (dest=<optimized out>, query=<optimized out>, queryStr...
[12:26:16.382] #6  RefreshMatViewByOid (matviewOid=27408, is_create=<optimized out>, skipData=<optimized out>, concurren...
[12:26:16.382] #7  0x00000000006fb0d6 in ExecRefreshMatView (stmt=<optimized out>, queryString=queryString@entry=0x0, qc...
[12:26:16.382] #8  0x00000000006d278c in ExecCreateTableAs (pstate=pstate@entry=0x8393a1900, stmt=stmt@entry=0x8377b9fd0...
[12:26:16.382] #9  0x000000000093dad8 in ProcessUtilitySlow (pstate=pstate@entry=0x8393a1900, pstmt=pstmt@entry=0x83761d...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_up...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-10-07 12:20:09.154160000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/brin.out	2024-10-07 12:22:16.492825000 +00...
@@ -588,4 +588,10 @@
 CREATE INDEX brin_insert_optimization_idx ON brin_insert_optimization USING brin (a);
 UPDATE brin_insert_optimization SET a = a;
 REINDEX INDEX CONCURRENTLY brin_insert_optimization_idx;
-DROP TABLE brin_insert_optimization;
+WARNING:  terminating connection because of crash of another server process
+DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because anothe...
+HINT:  In a moment you should be able to reconnect to the database and repeat your command.
+server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
+connection to server was lost
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/privileges.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002...
--- /tmp/cirrus-ci-build/src/test/regress/expected/privileges.out	2024-10-07 12:20:09.209269000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/privileges.out	2024-10-07 12:22:16.4904630...
@@ -1775,1417 +1775,10 @@
 -- Do the same concurrently
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-10-07 12:20:09.154160000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/brin.out	2024-10-07 12:22:51.209365000 +...
@@ -588,4 +588,10 @@
 CREATE INDEX brin_insert_optimization_idx ON brin_insert_optimization USING brin (a);
 UPDATE brin_insert_optimization SET a = a;
 REINDEX INDEX CONCURRENTLY brin_insert_optimization_idx;
-DROP TABLE brin_insert_optimization;
+WARNING:  terminating connection because of crash of another server process
+DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because anothe...
+HINT:  In a moment you should be able to reconnect to the database and repeat your command.
+server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
+connection to server was lost
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/privileges.out /tmp/cirrus-ci-build/build/testrun/recovery/027_s...
--- /tmp/cirrus-ci-build/src/test/regress/expected/privileges.out	2024-10-07 12:20:09.209269000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/privileges.out	2024-10-07 12:22:51.20986...
@@ -1779,1413 +1779,10 @@
 REINDEX TABLE sro_tab;
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/build/testrun/regress/regress/resu...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-10-07 12:20:09.154160000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/brin.out	2024-10-07 12:22:16.005735000 +0000
@@ -588,4 +588,10 @@
 CREATE INDEX brin_insert_optimization_idx ON brin_insert_optimization USING brin (a);
 UPDATE brin_insert_optimization SET a = a;
 REINDEX INDEX CONCURRENTLY brin_insert_optimization_idx;
-DROP TABLE brin_insert_optimization;
+WARNING:  terminating connection because of crash of another server process
+DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because anothe...
+HINT:  In a moment you should be able to reconnect to the database and repeat your command.
+server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
+connection to server was lost
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/privileges.out /tmp/cirrus-ci-build/build/testrun/regress/regres...
--- /tmp/cirrus-ci-build/src/test/regress/expected/privileges.out	2024-10-07 12:20:09.209269000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/privileges.out	2024-10-07 12:22:16.006650000 +0000
@@ -1775,1417 +1775,10 @@
 -- Do the same concurrently
...
tap
[12:22:19.481](25.032s) not ok 5 - regression tests pass
[12:22:20.673](1.189s) not ok 6 - dump before running pg_upgrade
tap
[12:22:52.545](23.683s) not ok 2 - regression tests pass
test
[12:25:06.391]  21/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[12:25:06.391]  15/309 postgresql:regress / regress/regress                                            ERROR            ...
[12:25:06.391]  53/309 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "execMain.c", Line: 194, PID: 31968
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "execMain.c", Line: 194, PID: 23553
core
[12:27:50.246] #0  0x00007f5e4f6abe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:27:50.246] #1  0x00007f5e4f65cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:27:50.246] #2  0x00007f5e4f647472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:27:50.246] #3  0x000055e87a7bfcfe in ExceptionalCondition (conditionName=conditionName@entry=0x55e87aa9baa0 "queryDe...
[12:27:50.246] #4  0x000055e879fc3801 in standard_ExecutorStart (queryDesc=queryDesc@entry=0x625000199530, eflags=eflags...
[12:27:50.246] #5  0x000055e879fc3a36 in ExecutorStart (queryDesc=queryDesc@entry=0x625000199530, eflags=eflags@entry=0)...
[12:27:50.246] #6  0x000055e879ebbe99 in refresh_matview_datafill (dest=0x625000195e88, query=<optimized out>, query@ent...
[12:27:50.246] #7  0x000055e879ebe5c2 in RefreshMatViewByOid (matviewOid=<optimized out>, is_create=is_create@entry=fals...
[12:27:50.246] #8  0x000055e879ebe7ce in ExecRefreshMatView (stmt=0x621000001e30, queryString=queryString@entry=0x0, qc=...
[12:27:50.246] #9  0x000055e879e5f6bc in ExecCreateTableAs (pstate=pstate@entry=0x619000049380, stmt=stmt@entry=0x625000...
core
[12:27:48.939] #0  0x00007f5b34cabe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:27:48.939] #1  0x00007f5b34c5cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:27:48.939] #2  0x00007f5b34c47472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:27:48.939] #3  0x000055f500168cfe in ExceptionalCondition (conditionName=conditionName@entry=0x55f500444aa0 "queryDe...
[12:27:48.939] #4  0x000055f4ff96c801 in standard_ExecutorStart (queryDesc=queryDesc@entry=0x62500022a520, eflags=eflags...
[12:27:48.939] #5  0x000055f4ff96ca36 in ExecutorStart (queryDesc=queryDesc@entry=0x62500022a520, eflags=eflags@entry=0)...
[12:27:48.939] #6  0x000055f4ff864e99 in refresh_matview_datafill (dest=0x62500021f5a8, query=<optimized out>, query@ent...
[12:27:48.939] #7  0x000055f4ff8675c2 in RefreshMatViewByOid (matviewOid=<optimized out>, is_create=is_create@entry=fals...
[12:27:48.939] #8  0x000055f4ff8677ce in ExecRefreshMatView (stmt=0x621000031630, queryString=queryString@entry=0x0, qc=...
[12:27:48.939] #9  0x000055f4ff8086bc in ExecCreateTableAs (pstate=pstate@entry=0x6190000ba580, stmt=stmt@entry=0x625000...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/resul...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-10-07 12:20:01.754891217 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/brin.out	2024-10-07 12:26:23.499578219 +0000
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/src/test/regress/results/brin.out
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-10-07 12:20:01.754891217 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/brin.out	2024-10-07 12:25:06.631286942 +0000
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
tap
[12:26:30.343](46.547s) not ok 5 - regression tests pass
[12:26:34.295](3.918s) not ok 6 - dump before running pg_upgrade
Linux - Debian Bookworm - Meson
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 194, PID: 30040
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 194, PID: 36596
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 194, PID: 29484
core
[12:28:52.207] #0  0x00007fef9dea9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:28:52.207] #1  0x00007fef9de5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:28:52.207] #2  0x00007fef9de45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:28:52.207] #3  0x0000560f1d07a402 in ExceptionalCondition (conditionName=conditionName@entry=0x560f1d2ecd95 "queryDe...
[12:28:52.207] #4  0x0000560f1ca04301 in standard_ExecutorStart (queryDesc=queryDesc@entry=0x560f2bec2970, eflags=eflags...
[12:28:52.207] #5  0x0000560f1ca044dd in ExecutorStart (queryDesc=queryDesc@entry=0x560f2bec2970, eflags=eflags@entry=0)...
[12:28:52.207] #6  0x0000560f1c92a616 in refresh_matview_datafill (dest=0x560f2be9cd68, query=<optimized out>, query@ent...
[12:28:52.207] #7  0x0000560f1c92c97d in RefreshMatViewByOid (matviewOid=27285, is_create=is_create@entry=false, skipDat...
[12:28:52.207] #8  0x0000560f1c92cabc in ExecRefreshMatView (stmt=0x560f2be83e10, queryString=queryString@entry=0x0, qc=...
[12:28:52.207] #9  0x0000560f1c8e3770 in ExecCreateTableAs (pstate=pstate@entry=0x560f2bf37ca0, stmt=stmt@entry=0x560f2b...
core
[12:28:50.757] #0  0x00007f65ea4a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:28:50.757] #1  0x00007f65ea45afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:28:50.757] #2  0x00007f65ea445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:28:50.757] #3  0x000055a034a8b402 in ExceptionalCondition (conditionName=conditionName@entry=0x55a034cfdd95 "queryDe...
[12:28:50.757] #4  0x000055a034415301 in standard_ExecutorStart (queryDesc=0x55a05c2001b0, eflags=0) at ../src/backend/e...
[12:28:50.757] #5  0x00007f65e7b2d6f7 in pgss_ExecutorStart (queryDesc=0x55a05c2001b0, eflags=<optimized out>) at ../con...
[12:28:50.757] #6  0x000055a034415496 in ExecutorStart (queryDesc=queryDesc@entry=0x55a05c2001b0, eflags=eflags@entry=0)...
[12:28:50.757] #7  0x000055a03433b616 in refresh_matview_datafill (dest=0x55a05c212208, query=<optimized out>, query@ent...
[12:28:50.757] #8  0x000055a03433d97d in RefreshMatViewByOid (matviewOid=27323, is_create=is_create@entry=false, skipDat...
[12:28:50.757] #9  0x000055a03433dabc in ExecRefreshMatView (stmt=0x55a05c20a190, queryString=queryString@entry=0x0, qc=...
core
[12:28:53.698] #0  0x00007fa6b73aba50 in ?? ()
[12:28:53.698] #1  0x0000000000000003 in ?? ()
[12:28:53.698] #2  0x00007ffeb3da9493 in ?? ()
[12:28:53.698] #3  0x00007ffeb3da9496 in ?? ()
[12:28:53.698] #4  0x00007ffeb3da9516 in ?? ()
[12:28:53.698] #5  0x0000000000000000 in ?? ()
core
[12:28:53.557] #0  0x00007f3f712a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:28:53.557] #1  0x00007f3f7125afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:28:53.557] #2  0x00007f3f71245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:28:53.557] #3  0x00005643c56f1402 in ExceptionalCondition (conditionName=conditionName@entry=0x5643c5963d95 "queryDe...
[12:28:53.557] #4  0x00005643c507b301 in standard_ExecutorStart (queryDesc=queryDesc@entry=0x564403985c50, eflags=eflags...
[12:28:53.557] #5  0x00005643c507b4dd in ExecutorStart (queryDesc=queryDesc@entry=0x564403985c50, eflags=eflags@entry=0)...
[12:28:53.557] #6  0x00005643c4fa1616 in refresh_matview_datafill (dest=0x5644038fc7b8, query=<optimized out>, query@ent...
[12:28:53.557] #7  0x00005643c4fa397d in RefreshMatViewByOid (matviewOid=27421, is_create=is_create@entry=false, skipDat...
[12:28:53.557] #8  0x00005643c4fa3abc in ExecRefreshMatView (stmt=0x564403913e30, queryString=queryString@entry=0x0, qc=...
[12:28:53.557] #9  0x00005643c4f5a770 in ExecCreateTableAs (pstate=pstate@entry=0x564403915a20, stmt=stmt@entry=0x564403...
core
[12:28:50.905] #0  0x00007f6934f04d24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[12:28:50.905] #1  0x00007f6934eb1239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[12:28:50.905] #2  0x00007f6934eb1497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[12:28:50.905] #3  0x000055fc370e95c1 in ?? ()
[12:28:50.905] #4  0x000055fc370e3369 in ?? ()
[12:28:50.905] #5  0x000055fc370e220f in ?? ()
[12:28:50.905] #6  0x000055fc370e2c3b in ?? ()
[12:28:50.905] #7  0x000055fc370e066f in ?? ()
[12:28:50.905] #8  0x00007f6934e9c24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:28:50.905] #9  0x00007f6934e9c305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_up...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-10-07 12:20:04.630913549 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/brin.out	2024-10-07 12:25:11.336225392 +00...
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-10-07 12:20:04.630913549 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/brin.out	2024-10-07 12:25:44.236883383 +...
@@ -363,229 +363,10 @@
 	END LOOP;
 END;
 $x$;
-RESET enable_seqscan;
-RESET enable_bitmapscan;
-INSERT INTO brintest SELECT
-	repeat(stringu1, 42)::bytea,
-	substr(stringu1, 1, 1)::"char",
-	stringu1::name, 142857 * tenthous,
-	thousand,
-	twothousand,
-	repeat(stringu1, 42),
-	unique1::oid,
-	format('(%s,%s)', tenthous, twenty)::tid,
-	(four + 1.0)/(hundred+1),
-	odd::float8 / (tenthous + 1),
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/build/testrun/regress/regress/resu...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-10-07 12:20:04.630913549 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/brin.out	2024-10-07 12:25:08.276181407 +0000
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
tap
[12:25:15.825](28.575s) not ok 5 - regression tests pass
[12:25:18.102](2.254s) not ok 6 - dump before running pg_upgrade
tap
[12:25:46.431](25.911s) not ok 2 - regression tests pass
test
[12:27:44.521]  26/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[12:27:44.521]  18/309 postgresql:regress / regress/regress                                            ERROR            ...
[12:27:44.521]  51/309 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
macOS - Sonoma - Meson
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 194, PID: 12028
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 194, PID: 18918
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 194, PID: 11908
core
[12:32:03.108]   * frame #0: 0x000000018fff95f0 libsystem_kernel.dylib`__pthread_kill + 8
[12:32:03.108]     frame #1: 0x0000000190031c20 libsystem_pthread.dylib`pthread_kill + 288
[12:32:03.108]     frame #2: 0x000000018ff3ea30 libsystem_c.dylib`abort + 180
[12:32:03.108]     frame #3: 0x0000000102b5a98c postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[12:32:03.108]     frame #4: 0x000000010288aca8 postgres`standard_ExecutorStart(queryDesc=0x000000012e87fc50, eflags=0) ...
[12:32:03.108]     frame #5: 0x000000010288a644 postgres`ExecutorStart(queryDesc=<unavailable>, eflags=<unavailable>) at...
[12:32:03.108]     frame #6: 0x0000000102838f60 postgres`RefreshMatViewByOid [inlined] refresh_matview_datafill(dest=<un...
[12:32:03.108]     frame #7: 0x0000000102838ee4 postgres`RefreshMatViewByOid(matviewOid=27457, is_create=false, skipData...
[12:32:03.108]     frame #8: 0x0000000102838648 postgres`ExecRefreshMatView(stmt=0x000000012d81e130, queryString=<unavai...
[12:32:03.108]     frame #9: 0x0000000102816e74 postgres`ExecCreateTableAs(pstate=0x000000012e047d00, stmt=0x000000012e0...
core
[12:32:46.123]   * frame #0: 0x000000018fff95f0 libsystem_kernel.dylib`__pthread_kill + 8
[12:32:46.123]     frame #1: 0x0000000190031c20 libsystem_pthread.dylib`pthread_kill + 288
[12:32:46.123]     frame #2: 0x000000018ff3ea30 libsystem_c.dylib`abort + 180
[12:32:46.123]     frame #3: 0x00000001007f698c postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[12:32:46.123]     frame #4: 0x0000000100526ca8 postgres`standard_ExecutorStart(queryDesc=0x0000000152815420, eflags=0) ...
[12:32:46.123]     frame #5: 0x0000000100526644 postgres`ExecutorStart(queryDesc=<unavailable>, eflags=<unavailable>) at...
[12:32:46.123]     frame #6: 0x00000001004d4f60 postgres`RefreshMatViewByOid [inlined] refresh_matview_datafill(dest=<un...
[12:32:46.123]     frame #7: 0x00000001004d4ee4 postgres`RefreshMatViewByOid(matviewOid=27610, is_create=false, skipData...
[12:32:46.123]     frame #8: 0x00000001004d4648 postgres`ExecRefreshMatView(stmt=0x000000014182e130, queryString=<unavai...
[12:32:46.123]     frame #9: 0x00000001004b2e74 postgres`ExecCreateTableAs(pstate=0x00000001518ac100, stmt=0x00000001518...
core
[12:31:13.165]   * frame #0: 0x000000018fff95f0 libsystem_kernel.dylib`__pthread_kill + 8
[12:31:13.165]     frame #1: 0x0000000190031c20 libsystem_pthread.dylib`pthread_kill + 288
[12:31:13.165]     frame #2: 0x000000018ff3ea30 libsystem_c.dylib`abort + 180
[12:31:13.165]     frame #3: 0x0000000100a4e98c postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[12:31:13.165]     frame #4: 0x000000010077eca8 postgres`standard_ExecutorStart(queryDesc=0x0000000127080820, eflags=0) ...
[12:31:13.165]     frame #5: 0x00000001011b7cf4 pg_stat_statements.dylib`pgss_ExecutorStart(queryDesc=0x0000000127080820...
[12:31:13.165]     frame #6: 0x000000010072cf60 postgres`RefreshMatViewByOid [inlined] refresh_matview_datafill(dest=<un...
[12:31:13.165]     frame #7: 0x000000010072cee4 postgres`RefreshMatViewByOid(matviewOid=27331, is_create=false, skipData...
[12:31:13.165]     frame #8: 0x000000010072c648 postgres`ExecRefreshMatView(stmt=0x0000000127035130, queryString=<unavai...
[12:31:13.165]     frame #9: 0x000000010070ae74 postgres`ExecCreateTableAs(pstate=0x0000000117045f00, stmt=0x00000001270...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/brin.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrad...
--- /Users/admin/pgsql/src/test/regress/expected/brin.out	2024-10-07 12:20:03
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/brin.out	2024-10-07 12:23:52
@@ -588,4 +588,10 @@
 CREATE INDEX brin_insert_optimization_idx ON brin_insert_optimization USING brin (a);
 UPDATE brin_insert_optimization SET a = a;
 REINDEX INDEX CONCURRENTLY brin_insert_optimization_idx;
-DROP TABLE brin_insert_optimization;
+WARNING:  terminating connection because of crash of another server process
+DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because anothe...
+HINT:  In a moment you should be able to reconnect to the database and repeat your command.
+server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
+connection to server was lost
diff -U3 /Users/admin/pgsql/src/test/regress/expected/privileges.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_...
--- /Users/admin/pgsql/src/test/regress/expected/privileges.out	2024-10-07 12:20:03
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/privileges.out	2024-10-07 12:23:52
@@ -1774,1418 +1774,11 @@
 DROP INDEX sro_idx;
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/brin.out /Users/admin/pgsql/build/testrun/recovery/027_stream_regr...
--- /Users/admin/pgsql/src/test/regress/expected/brin.out	2024-10-07 12:20:03
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/brin.out	2024-10-07 12:24:50
@@ -588,4 +588,10 @@
 CREATE INDEX brin_insert_optimization_idx ON brin_insert_optimization USING brin (a);
 UPDATE brin_insert_optimization SET a = a;
 REINDEX INDEX CONCURRENTLY brin_insert_optimization_idx;
-DROP TABLE brin_insert_optimization;
+WARNING:  terminating connection because of crash of another server process
+DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because anothe...
+HINT:  In a moment you should be able to reconnect to the database and repeat your command.
+server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
+connection to server was lost
diff -U3 /Users/admin/pgsql/src/test/regress/expected/privileges.out /Users/admin/pgsql/build/testrun/recovery/027_strea...
--- /Users/admin/pgsql/src/test/regress/expected/privileges.out	2024-10-07 12:20:03
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/privileges.out	2024-10-07 12:24:50
@@ -1354,1838 +1354,10 @@
 DROP TABLE test5b;
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/brin.out /Users/admin/pgsql/build/testrun/regress/regress/results/...
--- /Users/admin/pgsql/src/test/regress/expected/brin.out	2024-10-07 12:20:03
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/brin.out	2024-10-07 12:23:52
@@ -588,4 +588,10 @@
 CREATE INDEX brin_insert_optimization_idx ON brin_insert_optimization USING brin (a);
 UPDATE brin_insert_optimization SET a = a;
 REINDEX INDEX CONCURRENTLY brin_insert_optimization_idx;
-DROP TABLE brin_insert_optimization;
+WARNING:  terminating connection because of crash of another server process
+DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because anothe...
+HINT:  In a moment you should be able to reconnect to the database and repeat your command.
+server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
+connection to server was lost
diff -U3 /Users/admin/pgsql/src/test/regress/expected/privileges.out /Users/admin/pgsql/build/testrun/regress/regress/re...
--- /Users/admin/pgsql/src/test/regress/expected/privileges.out	2024-10-07 12:20:03
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/privileges.out	2024-10-07 12:23:52
@@ -1779,1413 +1779,10 @@
 REINDEX TABLE sro_tab;
...
tap
[12:24:00.524](113.831s) not ok 5 - regression tests pass
[12:24:03.652](3.110s) not ok 6 - dump before running pg_upgrade
tap
[12:24:57.760](64.734s) not ok 2 - regression tests pass
test
[12:27:50.791]  30/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[12:27:50.791]  38/309 postgresql:regress / regress/regress                                            ERROR           1...
[12:27:50.791]  75/309 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 194, PID: 6300
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 194, PID: 6252
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 194, PID: 5992
core
0000001e`e9dff928 00007ffd`a87cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001e`e9dff930 00007ffd`a73a4cb0     ntdll!TppWorkerThread+0x2df
0000001e`e9dffc20 00007ffd`a883ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000001e`e9dffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001e`ea9ff9b8 00007ffd`a617d71e     ntdll!NtWaitForSingleObject+0x14
0000001e`ea9ff9c0 00007ff7`8cc9084c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000001e`ea9ffa60 00007ffd`a73a4cb0     postgres!pg_timer_thread(
0000001e`ea9ffaa0 00007ffd`a883ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000001e`ea9ffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001e`e99fe200 00007ff7`8cfd2378     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000001e`e99fe240 00007ff7`8cabc929     postgres!ExceptionalCondition(
0000001e`e99fe280 00007ff7`8cabc7aa     postgres!standard_ExecutorStart(
0000001e`e99fe2d0 00007ff7`8ca10e89     postgres!ExecutorStart(
0000001e`e99fe300 00007ff7`8ca10820     postgres!refresh_matview_datafill(
0000001e`e99fe390 00007ff7`8ca10088     postgres!RefreshMatViewByOid(
0000001e`e99fe5e0 00007ff7`8c9d021b     postgres!ExecRefreshMatView(
0000001e`e99fe660 00007ff7`8cdaa5b7     postgres!ExecCreateTableAs(
0000001e`e99fe770 00007ff7`8cda627f     postgres!ProcessUtilitySlow(
0000001e`e99ff090 00007ff7`8cda51c9     postgres!standard_ProcessUtility(
core
0000001e`ea1ff618 00007ffd`a87cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001e`ea1ff620 00007ffd`a73a4cb0     ntdll!TppWorkerThread+0x2df
0000001e`ea1ff910 00007ffd`a883ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000001e`ea1ff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001e`ea5ff678 00007ffd`a61c45ca     ntdll!NtFsControlFile+0x14
0000001e`ea5ff680 00007ff7`8cc8edab     KERNELBASE!ConnectNamedPipe+0x6a
0000001e`ea5ff6f0 00007ffd`a73a4cb0     postgres!pg_signal_thread(
0000001e`ea5ff7f0 00007ffd`a883ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000001e`ea5ff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000046`e7fff9b8 00007ffd`a61c45ca     ntdll!NtFsControlFile+0x14
00000046`e7fff9c0 00007ff7`8cc8edab     KERNELBASE!ConnectNamedPipe+0x6a
00000046`e7fffa30 00007ffd`a73a4cb0     postgres!pg_signal_thread(
00000046`e7fffb30 00007ffd`a883ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000046`e7fffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000046`e87ffa98 00007ffd`a617d71e     ntdll!NtWaitForSingleObject+0x14
00000046`e87ffaa0 00007ff7`8cc9084c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000046`e87ffb40 00007ffd`a73a4cb0     postgres!pg_timer_thread(
00000046`e87ffb80 00007ffd`a883ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000046`e87ffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000046`e83ff698 00007ffd`a87cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000046`e83ff6a0 00007ffd`a73a4cb0     ntdll!TppWorkerThread+0x2df
00000046`e83ff990 00007ffd`a883ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000046`e83ff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000046`e7bff658 00007ffd`a87cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000046`e7bff660 00007ffd`a73a4cb0     ntdll!TppWorkerThread+0x2df
00000046`e7bff950 00007ffd`a883ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000046`e7bff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000046`e77fdb20 00007ff7`8cfd2378     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000046`e77fdb60 00007ff7`8cabc929     postgres!ExceptionalCondition(
00000046`e77fdba0 00007ffd`8ef72c76     postgres!standard_ExecutorStart(
00000046`e77fdbf0 00007ff7`8cabc79a     pg_stat_statements!pgss_ExecutorStart(
00000046`e77fdc30 00007ff7`8ca10e89     postgres!ExecutorStart(
00000046`e77fdc60 00007ff7`8ca10820     postgres!refresh_matview_datafill(
00000046`e77fdcf0 00007ff7`8ca10088     postgres!RefreshMatViewByOid(
00000046`e77fdf40 00007ff7`8c9d021b     postgres!ExecRefreshMatView(
00000046`e77fdfc0 00007ff7`8cdaa5b7     postgres!ExecCreateTableAs(
00000046`e77fe0d0 00007ff7`8cda627f     postgres!ProcessUtilitySlow(
core
000000e0`a93ffb68 00007ffd`a87cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e0`a93ffb70 00007ffd`a73a4cb0     ntdll!TppWorkerThread+0x2df
000000e0`a93ffe60 00007ffd`a883ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e0`a93ffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e0`a9fffcc8 00007ffd`a617d71e     ntdll!NtWaitForSingleObject+0x14
000000e0`a9fffcd0 00007ff7`8cc9084c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000e0`a9fffd70 00007ffd`a73a4cb0     postgres!pg_timer_thread(
000000e0`a9fffdb0 00007ffd`a883ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e0`a9fffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e0`a9bffaa8 00007ffd`a61c45ca     ntdll!NtFsControlFile+0x14
000000e0`a9bffab0 00007ff7`8cc8edab     KERNELBASE!ConnectNamedPipe+0x6a
000000e0`a9bffb20 00007ffd`a73a4cb0     postgres!pg_signal_thread(
000000e0`a9bffc20 00007ffd`a883ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e0`a9bffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e0`a97ff6f8 00007ffd`a87cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e0`a97ff700 00007ffd`a73a4cb0     ntdll!TppWorkerThread+0x2df
000000e0`a97ff9f0 00007ffd`a883ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e0`a97ffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e0`a8fff7b8 00007ffd`a87cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e0`a8fff7c0 00007ffd`a73a4cb0     ntdll!TppWorkerThread+0x2df
000000e0`a8fffab0 00007ffd`a883ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e0`a8fffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e0`a8bfe440 00007ff7`8cfd2378     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e0`a8bfe480 00007ff7`8cabc929     postgres!ExceptionalCondition(
000000e0`a8bfe4c0 00007ff7`8cabc7aa     postgres!standard_ExecutorStart(
000000e0`a8bfe510 00007ff7`8ca10e89     postgres!ExecutorStart(
000000e0`a8bfe540 00007ff7`8ca10820     postgres!refresh_matview_datafill(
000000e0`a8bfe5d0 00007ff7`8ca10088     postgres!RefreshMatViewByOid(
000000e0`a8bfe820 00007ff7`8c9d021b     postgres!ExecRefreshMatView(
000000e0`a8bfe8a0 00007ff7`8cdaa5b7     postgres!ExecCreateTableAs(
000000e0`a8bfe9b0 00007ff7`8cda627f     postgres!ProcessUtilitySlow(
000000e0`a8bff2d0 00007ff7`8cda51c9     postgres!standard_ProcessUtility(
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/brin.out C:/cirrus/build/testrun/pg_upgrade/002_pg_upgr...
--- C:/cirrus/src/test/regress/expected/brin.out	2024-10-07 12:20:15.229147200 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/brin.out	2024-10-07 12:23:13.689083600 +0000
@@ -588,4 +588,10 @@
 CREATE INDEX brin_insert_optimization_idx ON brin_insert_optimization USING brin (a);
 UPDATE brin_insert_optimization SET a = a;
 REINDEX INDEX CONCURRENTLY brin_insert_optimization_idx;
-DROP TABLE brin_insert_optimization;
+WARNING:  terminating connection because of crash of another server process
+DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because anothe...
+HINT:  In a moment you should be able to reconnect to the database and repeat your command.
+server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
+connection to server was lost
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/privileges.out C:/cirrus/build/testrun/pg_upgrade/002_p...
--- C:/cirrus/src/test/regress/expected/privileges.out	2024-10-07 12:20:15.371332900 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/privileges.out	2024-10-07 12:23:13.673464700 +0000
@@ -1775,1417 +1775,10 @@
 -- Do the same concurrently
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/brin.out C:/cirrus/build/testrun/recovery/027_stream_re...
--- C:/cirrus/src/test/regress/expected/brin.out	2024-10-07 12:20:15.229147200 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/brin.out	2024-10-07 12:25:14.159290900 +0000
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/brin.out C:/cirrus/build/testrun/regress/regress/result...
--- C:/cirrus/src/test/regress/expected/brin.out	2024-10-07 12:20:15.229147200 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/brin.out	2024-10-07 12:23:12.939097200 +0000
@@ -588,4 +588,10 @@
 CREATE INDEX brin_insert_optimization_idx ON brin_insert_optimization USING brin (a);
 UPDATE brin_insert_optimization SET a = a;
 REINDEX INDEX CONCURRENTLY brin_insert_optimization_idx;
-DROP TABLE brin_insert_optimization;
+WARNING:  terminating connection because of crash of another server process
+DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because anothe...
+HINT:  In a moment you should be able to reconnect to the database and repeat your command.
+server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
+connection to server was lost
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/privileges.out C:/cirrus/build/testrun/regress/regress/...
--- C:/cirrus/src/test/regress/expected/privileges.out	2024-10-07 12:20:15.371332900 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/privileges.out	2024-10-07 12:23:12.939097200 +0000
@@ -1775,1417 +1775,10 @@
 -- Do the same concurrently
...
tap
[12:23:56.637](93.460s) not ok 5 - regression tests pass
[12:24:00.271](3.596s) not ok 6 - dump before running pg_upgrade
tap
[12:25:46.002](87.128s) not ok 2 - regression tests pass
test
[12:32:46.636]  21/304 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[12:32:46.636]  20/304 postgresql:regress / regress/regress                                            ERROR           1...
[12:32:46.636]  54/304 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
51/5027 Track the amount of time waiting due to cost_delay
CompilerWarnings
compiler
[11:50:17.823] vacuum.c:121:9: error: no previous extern declaration for non-static variable 'nap_time_since_last_report...
compiler
[11:50:05.552] vacuum.c:121:9: error: no previous extern declaration for non-static variable 'nap_time_since_last_report...
50/5239 Add parallel columns for pg_stat_statements
FreeBSD - 13 - Meson
core
[09:09:08.264] #0  0x000000082d7008fa in _sigprocmask () from /lib/libc.so.7
[09:09:08.264] #1  0x000000082d739f91 in _system () from /lib/libc.so.7
[09:09:08.264] #2  0x000000082aca19d3 in ?? () from /lib/libthr.so.3
[09:09:08.264] #3  0x00000000006697f5 in RestoreArchivedFile (path=path@entry=0x82167c1d0 "pg_wal/0^\0207", xlogfname=xl...
[09:09:08.264] #4  0x0000000000674fde in XLogFileRead (segno=segno@entry=5, tli=tli@entry=1, source=source@entry=XLOG_FR...
[09:09:08.264] #5  0x0000000000670cbc in XLogFileReadAnyTLI (segno=5, source=XLOG_FROM_ANY) at ../src/backend/access/tra...
[09:09:08.264] #6  WaitForWALToBecomeAvailable (RecPtr=83886104, tliRecPtr=83886080, replayTLI=1, replayLSN=83886080, ra...
[09:09:08.264] #7  XLogPageRead (xlogreader=0x836e01130, targetPagePtr=83886080, reqLen=24, targetRecPtr=83886080, readB...
[09:09:08.264] #8  0x0000000000677cc2 in ReadPageInternal (state=state@entry=0x836e01130, pageptr=83886080, reqLen=24) a...
[09:09:08.264] #9  0x0000000000676b32 in XLogDecodeNextRecord (state=0x836e01130, nonblocking=false) at ../src/backend/a...
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/select.out /tmp/cirrus-ci-build/build/testrun/pg_stat_...
--- /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/select.out	2024-10-07 09:02:46.915707000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_stat_statements/regress/results/select.out	2024-10-07 09:05:48.794736000 +0000
@@ -2,14 +2,14 @@
 -- SELECT statements
 --
 CREATE EXTENSION pg_stat_statements;
+ERROR:  extension "pg_stat_statements" has no installation script nor update path for version "1.12"
 SET pg_stat_statements.track_utility = FALSE;
 SET pg_stat_statements.track_planning = TRUE;
 SELECT pg_stat_statements_reset() IS NOT NULL AS t;
- t 
----
- t
-(1 row)
-
+ERROR:  function pg_stat_statements_reset() does not exist
+LINE 1: SELECT pg_stat_statements_reset() IS NOT NULL AS t;
+               ^
+HINT:  No function matches the given name and argument types. You might need to add explicit type casts.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/test_ddl_deparse/expected/create_extension.out /tmp/cirrus-ci-build/build...
--- /tmp/cirrus-ci-build/src/test/modules/test_ddl_deparse/expected/create_extension.out	2024-10-07 09:02:48.331366000 +...
+++ /tmp/cirrus-ci-build/build/testrun/test_ddl_deparse/regress/results/create_extension.out	2024-10-07 09:06:02.4586620...
@@ -2,4 +2,4 @@
 --- CREATE_EXTENSION
 ---
 CREATE EXTENSION pg_stat_statements;
-NOTICE:  DDL test: type simple, tag CREATE EXTENSION
+ERROR:  extension "pg_stat_statements" has no installation script nor update path for version "1.12"
test
[09:07:58.591]  88/309 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
[09:07:58.591] 115/309 postgresql:test_ddl_deparse / test_ddl_deparse/regress                          ERROR            ...
[09:07:58.591] 151/309 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[09:07:58.591] 228/309 postgresql:pg_stat_statements / pg_stat_statements/010_restart                  ERROR            ...
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/select.out /tmp/cirrus-ci-build/build/testrun/pg_stat_...
--- /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/select.out	2024-10-07 09:02:45.230007522 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_stat_statements/regress/results/select.out	2024-10-07 09:08:14.683554906 +0000
@@ -2,14 +2,14 @@
 -- SELECT statements
 --
 CREATE EXTENSION pg_stat_statements;
+ERROR:  extension "pg_stat_statements" has no installation script nor update path for version "1.12"
 SET pg_stat_statements.track_utility = FALSE;
 SET pg_stat_statements.track_planning = TRUE;
 SELECT pg_stat_statements_reset() IS NOT NULL AS t;
- t 
----
- t
-(1 row)
-
+ERROR:  function pg_stat_statements_reset() does not exist
+LINE 1: SELECT pg_stat_statements_reset() IS NOT NULL AS t;
+               ^
+HINT:  No function matches the given name and argument types. You might need to add explicit type casts.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/test_ddl_deparse/expected/create_extension.out /tmp/cirrus-ci-build/build...
--- /tmp/cirrus-ci-build/src/test/modules/test_ddl_deparse/expected/create_extension.out	2024-10-07 09:02:46.910449720 +...
+++ /tmp/cirrus-ci-build/build/testrun/test_ddl_deparse/regress/results/create_extension.out	2024-10-07 09:08:26.2515058...
@@ -2,4 +2,4 @@
 --- CREATE_EXTENSION
 ---
 CREATE EXTENSION pg_stat_statements;
-NOTICE:  DDL test: type simple, tag CREATE EXTENSION
+ERROR:  extension "pg_stat_statements" has no installation script nor update path for version "1.12"
test
[09:10:09.246]  85/309 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
[09:10:09.246] 117/309 postgresql:test_ddl_deparse / test_ddl_deparse/regress                          ERROR            ...
[09:10:09.246] 152/309 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[09:10:09.246] 226/309 postgresql:pg_stat_statements / pg_stat_statements/010_restart                  ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/contrib/pg_stat_statements/expected/select.out C:/cirrus/build/testrun/pg_stat_st...
--- C:/cirrus/contrib/pg_stat_statements/expected/select.out	2024-10-07 09:02:52.410670100 +0000
+++ C:/cirrus/build/testrun/pg_stat_statements/regress/results/select.out	2024-10-07 09:09:22.309630200 +0000
@@ -2,14 +2,14 @@
 -- SELECT statements
 --
 CREATE EXTENSION pg_stat_statements;
+ERROR:  extension "pg_stat_statements" has no installation script nor update path for version "1.12"
 SET pg_stat_statements.track_utility = FALSE;
 SET pg_stat_statements.track_planning = TRUE;
 SELECT pg_stat_statements_reset() IS NOT NULL AS t;
- t 
----
- t
-(1 row)
-
+ERROR:  function pg_stat_statements_reset() does not exist
+LINE 1: SELECT pg_stat_statements_reset() IS NOT NULL AS t;
+               ^
+HINT:  No function matches the given name and argument types. You might need to add explicit type casts.
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/modules/test_ddl_deparse/expected/create_extension.out C:/cirrus/build/t...
--- C:/cirrus/src/test/modules/test_ddl_deparse/expected/create_extension.out	2024-10-07 09:02:56.353527800 +0000
+++ C:/cirrus/build/testrun/test_ddl_deparse/regress/results/create_extension.out	2024-10-07 09:09:51.896074400 +0000
@@ -2,4 +2,4 @@
 --- CREATE_EXTENSION
 ---
 CREATE EXTENSION pg_stat_statements;
-NOTICE:  DDL test: type simple, tag CREATE EXTENSION
+ERROR:  extension "pg_stat_statements" has no installation script nor update path for version "1.12"
test
[09:15:54.458]  88/304 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
[09:15:54.458] 102/304 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
[09:15:54.458] 123/304 postgresql:test_ddl_deparse / test_ddl_deparse/regress                          ERROR            ...
[09:15:54.458] 221/304 postgresql:pg_stat_statements / pg_stat_statements/010_restart                  ERROR            ...
51/5114 MergeJoin beats HashJoin in the case of multiple hash clauses
CompilerWarnings
compiler
[08:58:39.457] selfuncs.c:3888:45: error: ‘group_rel’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[09:01:15.150] selfuncs.c:3888:45: error: ‘group_rel’ may be used uninitialized [-Werror=maybe-uninitialized]
51/4390 add not_before and not_after timestamps to sslinfo extension and pg_stat_ssl
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[07:17:42.773] ../src/backend/libpq/be-secure-openssl.c(1528): warning C4024: 'ASN1_TIME_to_timestamptz': different type...
compiler
[07:17:42.671] ../src/backend/libpq/be-secure-openssl.c(1528): warning C4047: 'function': 'ASN1_TIME *' differs in level...
compiler
[07:17:42.671] ../src/backend/libpq/be-secure-openssl.c(1519): warning C4024: 'ASN1_TIME_to_timestamptz': different type...
compiler
[07:17:42.671] ../src/backend/libpq/be-secure-openssl.c(1519): warning C4047: 'function': 'ASN1_TIME *' differs in level...
compiler
[07:17:58.671] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notBefore referenced i...
compiler
[07:17:58.671] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notAfter referenced in...
51/3461 In-place persistence change of a relation (fast ALTER TABLE ... SET LOGGED with wal_level=minimal)
CompilerWarnings
compiler
[07:04:22.132] simpleundolog.c:69:14: error: no previous extern declaration for non-static variable 'UndoRoutines' [-Wer...
compiler
[07:02:57.840] simpleundolog.c:69:14: error: no previous extern declaration for non-static variable 'UndoRoutines' [-Wer...
Linux - Debian Bookworm - Meson
core
[07:07:14.888] #0  0x00007f0fa8ea9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[07:07:14.888] #1  0x00007f0fa8e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[07:07:14.888] #2  0x00007f0fa8e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[07:07:14.888] #3  0x00007f0fa901e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[07:07:14.888] #4  0x00007f0fa902aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[07:07:14.888] #5  0x00007f0fa900d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x56203fdc5d20,...
[07:07:14.888] #6  0x000056203eebdf00 in ParseCommitRecord (info=<optimized out>, xlrec=<optimized out>, parsed=parsed@e...
[07:07:14.888] #7  0x000056203ef1236c in xact_redo (record=0x5620504c4500) at ../src/backend/access/transam/xact.c:6430
[07:07:14.888] #8  0x000056203ef35933 in ApplyWalRecord (xlogreader=0x5620504c4500, record=record@entry=0x7f0fa4ae0920, ...
[07:07:14.888] #9  0x000056203ef3b57b in PerformWalRecovery () at ../src/backend/access/transam/xlogrecovery.c:1823
tap
[07:06:09.206](230.401s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /tmp/cirrus-ci-build/src/test/recovery/t/027_stream_regress.pl line 103.
test
[07:06:09.409] 309/309 postgresql:recovery / recovery/027_stream_regress                               ERROR           3...
51/5070 Incorrect error message for cancellation triggered by statement_timeout & flaky test
CompilerWarnings
compiler
[05:03:41.213] backend_startup.c:270:63: error: variable 'status' is uninitialized when used here [-Werror,-Wuninitializ...
compiler
[05:03:41.213] backend_startup.c:270:63: error: data argument not used by format string [-Werror,-Wformat-extra-args]
compiler
[05:03:32.794] backend_startup.c:270:63: error: variable 'status' is uninitialized when used here [-Werror,-Wuninitializ...
compiler
[05:03:32.794] backend_startup.c:270:63: error: data argument not used by format string [-Werror,-Wformat-extra-args]
compiler
[05:03:01.316] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit...
compiler
[05:03:01.316] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args]
compiler
[05:02:53.370] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit...
compiler
[05:02:53.370] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args]
compiler
[05:04:04.535] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args]
compiler
[05:04:04.535] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit...
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[05:03:36.377] c:\cirrus\src\backend\tcop\backend_startup.c(270) : warning C4700: uninitialized local variable 'status' ...
51/4720 "unexpected duplicate for tablespace" problem in logical replication
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/00...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-10-07 04:43:12.567600000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_table.out	2024-10-07 04:44:45.200492...
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37752 |            |             0 |       37752 | pktable_pkey
+ 37749 |            |             0 |       37749 | pktable
+ 37754 |            |             0 |       37754 | fktable
+ 38185 |            |             0 |       38190 | foo
+ 38194 |            |             0 |       38194 | pg_toast_38185_index
+ 38193 |            |             0 |       38193 | pg_toast_38185
+ 38432 |            |             0 |       38432 | old_oids
+ 38467 |            |             0 |       38467 | pg_toast_38463
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/recovery/027_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-10-07 04:43:12.567600000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/alter_table.out	2024-10-07 04:45:25.5823...
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37707 |            |             0 |       37707 | pktable_pkey
+ 37704 |            |             0 |       37704 | pktable
+ 37709 |            |             0 |       37709 | fktable
+ 38222 |            |             0 |       38227 | foo
+ 38231 |            |             0 |       38231 | pg_toast_38222_index
+ 38230 |            |             0 |       38230 | pg_toast_38222
+ 38451 |            |             0 |       38451 | old_oids
+ 38468 |            |             0 |       38468 | pg_toast_38465
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/regress/regre...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-10-07 04:43:12.567600000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/alter_table.out	2024-10-07 04:44:42.167053000 +0000
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37689 |            |             0 |       37689 | pktable
+ 37704 |            |             0 |       37704 | fktable
+ 37693 |            |             0 |       37693 | pktable_pkey
+ 38245 |            |             0 |       38250 | foo
+ 38254 |            |             0 |       38254 | pg_toast_38245_index
+ 38253 |            |             0 |       38253 | pg_toast_38245
+ 38494 |            |             0 |       38494 | old_oids
+ 38511 |            |             0 |       38511 | pg_toast_38508
...
tap
[04:44:52.453](59.260s) not ok 5 - regression tests pass
tap
[04:45:34.278](66.679s) not ok 2 - regression tests pass
tap
[04:44:39.537](0.049s) not ok 16 - startup deadlock: stats show conflict on standby
test
[04:47:26.111]  35/309 postgresql:recovery / recovery/031_recovery_conflict                            ERROR            ...
[04:47:26.111]  40/309 postgresql:regress / regress/regress                                            ERROR            ...
[04:47:26.111]  76/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[04:47:26.111] 148/309 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_chec...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-10-07 04:43:08.608494272 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/alter_table.out	2024-10-07 04:47:56.863670740 +0000
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37870 |            |             0 |       37870 | pktable_pkey
+ 37867 |            |             0 |       37867 | pktable
+ 37872 |            |             0 |       37872 | fktable
+ 38322 |            |             0 |       38327 | foo
+ 38331 |            |             0 |       38331 | pg_toast_38322_index
+ 38330 |            |             0 |       38330 | pg_toast_38322
+ 38584 |            |             0 |       38584 | old_oids
+ 38601 |            |             0 |       38601 | pg_toast_38598
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/src/test/recovery/tmp_check...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-10-07 04:43:08.608494272 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/alter_table.out	2024-10-07 04:49:36.764671344 +0000
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37789 |            |             0 |       37789 | pktable_pkey
+ 37784 |            |             0 |       37784 | pktable
+ 37794 |            |             0 |       37794 | fktable
+ 38243 |            |             0 |       38250 | foo
+ 38254 |            |             0 |       38254 | pg_toast_38243_index
+ 38253 |            |             0 |       38253 | pg_toast_38243
+ 38460 |            |             0 |       38460 | old_oids
+ 38483 |            |             0 |       38483 | pg_toast_38480
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/src/test/regress/results/al...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-10-07 04:43:08.608494272 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/alter_table.out	2024-10-07 04:46:04.567847430 +0000
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37816 |            |             0 |       37816 | pktable_pkey
+ 37813 |            |             0 |       37813 | pktable
+ 37818 |            |             0 |       37818 | fktable
+ 38310 |            |             0 |       38316 | foo
+ 38320 |            |             0 |       38320 | pg_toast_38310_index
+ 38319 |            |             0 |       38319 | pg_toast_38310
+ 38534 |            |             0 |       38534 | old_oids
+ 38551 |            |             0 |       38551 | pg_toast_38548
...
tap
[04:48:04.249](90.466s) not ok 5 - regression tests pass
tap
[04:49:43.642](52.022s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/00...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-10-07 04:43:08.439988133 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_table.out	2024-10-07 04:45:23.327409...
@@ -3491,9 +3491,26 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37974 |            |             0 |       37974 | users_id_seq
+ 37979 |            |             0 |       37979 | pg_toast_37975
+ 37980 |            |             0 |       37980 | pg_toast_37975_index
+ 37975 |            |             0 |       37975 | users
+ 38262 |            |             0 |       38262 | foo
+ 38502 |            |             0 |       38502 | forc_test
+ 37661 |            |             0 |       37661 | pktable_pkey
+ 37658 |            |             0 |       37658 | pktable
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/recovery/027_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-10-07 04:43:08.439988133 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/alter_table.out	2024-10-07 04:45:56.1393...
@@ -3491,9 +3491,29 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 38242 |            |             0 |       38242 | forc_test
+ 37705 |            |             0 |       37705 | users_id_seq
+ 37710 |            |             0 |       37710 | pg_toast_37706
+ 37711 |            |             0 |       37711 | pg_toast_37706_index
+ 37706 |            |             0 |       37706 | users
+ 37997 |            |             0 |       37997 | foo
+ 38516 |            |             0 |       38516 | pg_toast_38513
+ 38517 |            |             0 |       38517 | pg_toast_38513_index
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/regress/regre...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-10-07 04:43:08.439988133 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/alter_table.out	2024-10-07 04:45:20.995411111 +0000
@@ -3491,9 +3491,29 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37821 |            |             0 |       37821 | pg_toast_37817
+ 37822 |            |             0 |       37822 | pg_toast_37817_index
+ 37817 |            |             0 |       37817 | users
+ 37816 |            |             0 |       37816 | users_id_seq
+ 38017 |            |             0 |       38017 | foo
+ 38280 |            |             0 |       38280 | forc_test
+ 38725 |            |             0 |       38725 | pg_toast_38722
+ 38726 |            |             0 |       38726 | pg_toast_38722_index
...
tap
[04:45:30.704](67.262s) not ok 5 - regression tests pass
tap
[04:46:02.453](66.194s) not ok 2 - regression tests pass
test
[04:47:39.261]  43/309 postgresql:regress / regress/regress                                            ERROR            ...
[04:47:39.261] 118/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[04:47:39.261] 148/309 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/alter_table.out C:/cirrus/build/testrun/pg_upgrade/002_...
--- C:/cirrus/src/test/regress/expected/alter_table.out	2024-10-07 04:43:18.425956200 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_table.out	2024-10-07 04:46:38.879329700 +0000
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37470 |            |             0 |       37470 | pktable_pkey
+ 37467 |            |             0 |       37467 | pktable
+ 37472 |            |             0 |       37472 | fktable
+ 37952 |            |             0 |       37958 | foo
+ 37962 |            |             0 |       37962 | pg_toast_37952_index
+ 37961 |            |             0 |       37961 | pg_toast_37952
+ 38146 |            |             0 |       38146 | old_oids
+ 38163 |            |             0 |       38163 | pg_toast_38160
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/alter_table.out C:/cirrus/build/testrun/recovery/027_st...
--- C:/cirrus/src/test/regress/expected/alter_table.out	2024-10-07 04:43:18.425956200 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/alter_table.out	2024-10-07 04:49:03.381700800 +0000
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37148 |            |             0 |       37148 | pktable_pkey
+ 37145 |            |             0 |       37145 | pktable
+ 37151 |            |             0 |       37151 | fktable
+ 37851 |            |             0 |       37856 | foo
+ 37860 |            |             0 |       37860 | pg_toast_37851_index
+ 37859 |            |             0 |       37859 | pg_toast_37851
+ 38086 |            |             0 |       38086 | old_oids
+ 38118 |            |             0 |       38118 | pg_toast_38115
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/alter_table.out C:/cirrus/build/testrun/regress/regress...
--- C:/cirrus/src/test/regress/expected/alter_table.out	2024-10-07 04:43:18.425956200 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/alter_table.out	2024-10-07 04:46:33.858327600 +0000
@@ -3491,9 +3491,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37104 |            |             0 |       37104 | pktable_pkey
+ 37101 |            |             0 |       37101 | pktable
+ 37109 |            |             0 |       37109 | fktable
+ 37896 |            |             0 |       37934 | foo
+ 37938 |            |             0 |       37938 | pg_toast_37896_index
+ 37937 |            |             0 |       37937 | pg_toast_37896
+ 38197 |            |             0 |       38197 | old_oids
+ 38214 |            |             0 |       38214 | pg_toast_38211
...
tap
[04:46:53.675](99.119s) not ok 5 - regression tests pass
tap
[04:49:18.182](120.235s) not ok 2 - regression tests pass
test
[04:55:17.586]  16/304 postgresql:regress / regress/regress                                            ERROR           1...
[04:55:17.586]  34/304 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[04:55:17.586]  97/304 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5031 Remove dependence on integer wrapping
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/date.out C:/cirrus/build/testrun/pg_upgrade/002_pg_upgr...
--- C:/cirrus/src/test/regress/expected/date.out	2024-10-07 04:26:41.064790200 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/date.out	2024-10-07 04:28:44.416976600 +0000
@@ -1533,4 +1533,4 @@
 select make_time(24, 0, 2.1);
 ERROR:  time field value out of range: 24:00:2.1
 SELECT make_date(-2147483648, 1, 1);
-ERROR:  date field value out of range: -2147483648-01-01
+ERROR:  date field value out of range: 24301-01-01
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/date.out C:/cirrus/build/testrun/recovery/027_stream_re...
--- C:/cirrus/src/test/regress/expected/date.out	2024-10-07 04:26:41.064790200 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/date.out	2024-10-07 04:30:49.172742400 +0000
@@ -1533,4 +1533,4 @@
 select make_time(24, 0, 2.1);
 ERROR:  time field value out of range: 24:00:2.1
 SELECT make_date(-2147483648, 1, 1);
-ERROR:  date field value out of range: -2147483648-01-01
+ERROR:  date field value out of range: 24301-01-01
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/date.out C:/cirrus/build/testrun/regress/regress/result...
--- C:/cirrus/src/test/regress/expected/date.out	2024-10-07 04:26:41.064790200 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/date.out	2024-10-07 04:28:40.024625800 +0000
@@ -1533,4 +1533,4 @@
 select make_time(24, 0, 2.1);
 ERROR:  time field value out of range: 24:00:2.1
 SELECT make_date(-2147483648, 1, 1);
-ERROR:  date field value out of range: -2147483648-01-01
+ERROR:  date field value out of range: 24301-01-01
tap
[04:30:25.805](106.195s) not ok 5 - regression tests pass
tap
[04:32:33.000](113.214s) not ok 2 - regression tests pass
test
[04:40:59.392]   6/304 postgresql:regress / regress/regress                                            ERROR           1...
[04:40:59.392]  36/304 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[04:40:59.392]  83/304 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
50/5021 Detection and resolution of logical replication conflict
FreeBSD - 13 - Meson
tap
timed out waiting for match: (?^:ERROR:  conflict detected on relation \"public.conf_tab_part_1\": conflict=update_missi...
test
[00:49:17.996] 310/310 postgresql:subscription / subscription/034_conflict_resolver                    ERROR           2...
Linux - Debian Bookworm - Autoconf
tap
timed out waiting for match: (?^:ERROR:  conflict detected on relation \"public.conf_tab_part_1\": conflict=update_missi...
Linux - Debian Bookworm - Meson
tap
timed out waiting for match: (?^:ERROR:  conflict detected on relation \"public.conf_tab_part_1\": conflict=update_missi...
test
[00:51:48.526] 310/310 postgresql:subscription / subscription/034_conflict_resolver                    ERROR           1...
macOS - Sonoma - Meson
tap
timed out waiting for match: (?^:ERROR:  conflict detected on relation \"public.conf_tab_part_1\": conflict=update_missi...
test
[00:51:03.830] 310/310 postgresql:subscription / subscription/034_conflict_resolver                    ERROR           2...
Windows - Server 2019, VS 2019 - Meson & ninja
tap
timed out waiting for match: (?^:ERROR:  conflict detected on relation \"public.conf_tab_part_1\": conflict=update_missi...
test
[00:55:37.834] 305/305 postgresql:subscription / subscription/034_conflict_resolver                    ERROR           2...
51/5093 Incremental Sort Cost Estimation Instability
CompilerWarnings
compiler
[22:06:25.811] costsize.c:2020:52: error: ‘ndist’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[22:06:12.636] costsize.c:2020:52: error: ‘ndist’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[22:08:57.625] costsize.c:2020:52: error: ‘ndist’ may be used uninitialized [-Werror=maybe-uninitialized]
51/5252 Trim the heap free memory
CompilerWarnings
compiler
[20:28:22.219] postgres.c:2830:33: error: assignment to ‘char *’ from ‘int’ makes pointer from integer without a cast [-...
compiler
[20:28:22.219] postgres.c:2829:25: error: implicit declaration of function ‘malloc_trim’ [-Werror=implicit-function-decl...
compiler
[20:28:22.219] postgres.c:2826:47: error: initialization of ‘char *’ from ‘int’ makes pointer from integer without a cas...
compiler
[20:28:22.219] postgres.c:2826:47: error: implicit declaration of function ‘sbrk’ [-Werror=implicit-function-declaration...
Linux - Debian Bookworm - Autoconf
tap
[20:23:59.569](0.001s) not ok 29 - options --locale-provider=icu --locale=und --lc-*=C: no stderr
Linux - Debian Bookworm - Meson
tap
[20:25:59.660](0.001s) not ok 29 - options --locale-provider=icu --locale=und --lc-*=C: no stderr
test
[20:27:23.829] 170/309 postgresql:initdb / initdb/001_initdb                                           ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[20:21:48.705] ../src/backend/tcop/postgres.c(2826): warning C4047: 'initializing': 'char *' differs in levels of indire...
compiler
[20:21:58.395] tcop_postgres.c.obj : error LNK2019: unresolved external symbol malloc_trim referenced in function finish...
compiler
[20:21:58.395] tcop_postgres.c.obj : error LNK2019: unresolved external symbol sbrk referenced in function finish_xact_c...
compiler
[20:21:48.705] ../src/backend/tcop/postgres.c(2830): warning C4047: '=': 'char *' differs in levels of indirection from ...
50/5238 Add parallel columns for seq scan and index scan on pg_stat_all_tables and _indexes
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/stats.out C:/cirrus/build/testrun/pg_upgrade/002_pg_upg...
--- C:/cirrus/src/test/regress/expected/stats.out	2024-10-06 20:04:08.433888100 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/stats.out	2024-10-06 20:07:34.951579100 +0000
@@ -846,7 +846,7 @@
 FROM pg_stat_all_tables WHERE relid = 'test_parallel_scan'::regclass;
  parallel_seq_scan | parallel_idx_scan 
 -------------------+-------------------
-                 3 |                 2
+                 2 |                 2
 (1 row)
 
 SELECT last_parallel_seq_scan AS test_last_seq, last_parallel_idx_scan AS test_last_idx
@@ -895,7 +895,7 @@
 FROM pg_stat_all_tables WHERE relid = 'test_parallel_scan'::regclass;
  parallel_seq_scan | seq_ok | parallel_idx_scan | idx_ok 
 -------------------+--------+-------------------+--------
-                 6 | t      |                 2 | t
+                 5 | t      |                 2 | t
 (1 row)
 
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/stats.out C:/cirrus/build/testrun/recovery/027_stream_r...
--- C:/cirrus/src/test/regress/expected/stats.out	2024-10-06 20:04:08.433888100 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/stats.out	2024-10-06 20:09:35.207373000 +0000
@@ -846,7 +846,7 @@
 FROM pg_stat_all_tables WHERE relid = 'test_parallel_scan'::regclass;
  parallel_seq_scan | parallel_idx_scan 
 -------------------+-------------------
-                 3 |                 2
+                 2 |                 2
 (1 row)
 
 SELECT last_parallel_seq_scan AS test_last_seq, last_parallel_idx_scan AS test_last_idx
@@ -895,7 +895,7 @@
 FROM pg_stat_all_tables WHERE relid = 'test_parallel_scan'::regclass;
  parallel_seq_scan | seq_ok | parallel_idx_scan | idx_ok 
 -------------------+--------+-------------------+--------
-                 6 | t      |                 2 | t
+                 5 | t      |                 2 | t
 (1 row)
 
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/stats.out C:/cirrus/build/testrun/regress/regress/resul...
--- C:/cirrus/src/test/regress/expected/stats.out	2024-10-06 20:04:08.433888100 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/stats.out	2024-10-06 20:07:29.674235500 +0000
@@ -846,7 +846,7 @@
 FROM pg_stat_all_tables WHERE relid = 'test_parallel_scan'::regclass;
  parallel_seq_scan | parallel_idx_scan 
 -------------------+-------------------
-                 3 |                 2
+                 1 |                 1
 (1 row)
 
 SELECT last_parallel_seq_scan AS test_last_seq, last_parallel_idx_scan AS test_last_idx
@@ -895,7 +895,7 @@
 FROM pg_stat_all_tables WHERE relid = 'test_parallel_scan'::regclass;
  parallel_seq_scan | seq_ok | parallel_idx_scan | idx_ok 
 -------------------+--------+-------------------+--------
-                 6 | t      |                 2 | t
+                 4 | t      |                 1 | t
 (1 row)
 
...
tap
[20:07:41.819](101.674s) not ok 5 - regression tests pass
tap
[20:09:43.035](110.403s) not ok 2 - regression tests pass
test
[20:15:28.673]  22/304 postgresql:regress / regress/regress                                            ERROR           1...
[20:15:28.673]  42/304 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[20:15:28.673]  88/304 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5242 Fix RelationTruncate() corruption
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[19:39:03.327] ../src/backend/storage/smgr/smgr.c(710): warning C4098: 'smgrtruncate': 'void' function returning a value
50/5239 Add parallel columns for pg_stat_statements
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/select.out /tmp/cirrus-ci-build/build/testrun/pg_stat_...
--- /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/select.out	2024-10-06 14:04:39.320766000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_stat_statements/regress/results/select.out	2024-10-06 14:07:57.827659000 +0000
@@ -2,14 +2,14 @@
 -- SELECT statements
 --
 CREATE EXTENSION pg_stat_statements;
+ERROR:  extension "pg_stat_statements" has no installation script nor update path for version "1.12"
 SET pg_stat_statements.track_utility = FALSE;
 SET pg_stat_statements.track_planning = TRUE;
 SELECT pg_stat_statements_reset() IS NOT NULL AS t;
- t 
----
- t
-(1 row)
-
+ERROR:  function pg_stat_statements_reset() does not exist
+LINE 1: SELECT pg_stat_statements_reset() IS NOT NULL AS t;
+               ^
+HINT:  No function matches the given name and argument types. You might need to add explicit type casts.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/test_ddl_deparse/expected/create_extension.out /tmp/cirrus-ci-build/build...
--- /tmp/cirrus-ci-build/src/test/modules/test_ddl_deparse/expected/create_extension.out	2024-10-06 14:04:40.735114000 +...
+++ /tmp/cirrus-ci-build/build/testrun/test_ddl_deparse/regress/results/create_extension.out	2024-10-06 14:08:11.4837570...
@@ -2,4 +2,4 @@
 --- CREATE_EXTENSION
 ---
 CREATE EXTENSION pg_stat_statements;
-NOTICE:  DDL test: type simple, tag CREATE EXTENSION
+ERROR:  extension "pg_stat_statements" has no installation script nor update path for version "1.12"
test
[14:10:04.535]  88/309 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
[14:10:04.535] 116/309 postgresql:test_ddl_deparse / test_ddl_deparse/regress                          ERROR            ...
[14:10:04.535] 148/309 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[14:10:04.535] 227/309 postgresql:pg_stat_statements / pg_stat_statements/010_restart                  ERROR            ...
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/select.out /tmp/cirrus-ci-build/build/testrun/pg_stat_...
--- /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/select.out	2024-10-06 14:04:36.444760732 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_stat_statements/regress/results/select.out	2024-10-06 14:10:59.933000040 +0000
@@ -2,14 +2,14 @@
 -- SELECT statements
 --
 CREATE EXTENSION pg_stat_statements;
+ERROR:  extension "pg_stat_statements" has no installation script nor update path for version "1.12"
 SET pg_stat_statements.track_utility = FALSE;
 SET pg_stat_statements.track_planning = TRUE;
 SELECT pg_stat_statements_reset() IS NOT NULL AS t;
- t 
----
- t
-(1 row)
-
+ERROR:  function pg_stat_statements_reset() does not exist
+LINE 1: SELECT pg_stat_statements_reset() IS NOT NULL AS t;
+               ^
+HINT:  No function matches the given name and argument types. You might need to add explicit type casts.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/test_ddl_deparse/expected/create_extension.out /tmp/cirrus-ci-build/build...
--- /tmp/cirrus-ci-build/src/test/modules/test_ddl_deparse/expected/create_extension.out	2024-10-06 14:04:38.137819699 +...
+++ /tmp/cirrus-ci-build/build/testrun/test_ddl_deparse/regress/results/create_extension.out	2024-10-06 14:11:11.9091317...
@@ -2,4 +2,4 @@
 --- CREATE_EXTENSION
 ---
 CREATE EXTENSION pg_stat_statements;
-NOTICE:  DDL test: type simple, tag CREATE EXTENSION
+ERROR:  extension "pg_stat_statements" has no installation script nor update path for version "1.12"
test
[14:12:58.687]  85/309 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
[14:12:58.687] 116/309 postgresql:test_ddl_deparse / test_ddl_deparse/regress                          ERROR            ...
[14:12:58.687] 152/309 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[14:12:58.687] 226/309 postgresql:pg_stat_statements / pg_stat_statements/010_restart                  ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/contrib/pg_stat_statements/expected/select.out /Users/admin/pgsql/build/testrun/pg_stat_stat...
--- /Users/admin/pgsql/contrib/pg_stat_statements/expected/select.out	2024-10-06 14:04:38
+++ /Users/admin/pgsql/build/testrun/pg_stat_statements/regress/results/select.out	2024-10-06 14:08:41
@@ -2,14 +2,14 @@
 -- SELECT statements
 --
 CREATE EXTENSION pg_stat_statements;
+ERROR:  extension "pg_stat_statements" has no installation script nor update path for version "1.12"
 SET pg_stat_statements.track_utility = FALSE;
 SET pg_stat_statements.track_planning = TRUE;
 SELECT pg_stat_statements_reset() IS NOT NULL AS t;
- t 
----
- t
-(1 row)
-
+ERROR:  function pg_stat_statements_reset() does not exist
+LINE 1: SELECT pg_stat_statements_reset() IS NOT NULL AS t;
+               ^
+HINT:  No function matches the given name and argument types. You might need to add explicit type casts.
...
regress
diff -U3 /Users/admin/pgsql/src/test/modules/test_ddl_deparse/expected/create_extension.out /Users/admin/pgsql/build/tes...
--- /Users/admin/pgsql/src/test/modules/test_ddl_deparse/expected/create_extension.out	2024-10-06 14:04:40
+++ /Users/admin/pgsql/build/testrun/test_ddl_deparse/regress/results/create_extension.out	2024-10-06 14:08:51
@@ -2,4 +2,4 @@
 --- CREATE_EXTENSION
 ---
 CREATE EXTENSION pg_stat_statements;
-NOTICE:  DDL test: type simple, tag CREATE EXTENSION
+ERROR:  extension "pg_stat_statements" has no installation script nor update path for version "1.12"
test
[14:11:29.495]  90/309 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
[14:11:29.495] 116/309 postgresql:test_ddl_deparse / test_ddl_deparse/regress                          ERROR            ...
[14:11:29.495] 134/309 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[14:11:29.495] 228/309 postgresql:pg_stat_statements / pg_stat_statements/010_restart                  ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/contrib/pg_stat_statements/expected/select.out C:/cirrus/build/testrun/pg_stat_st...
--- C:/cirrus/contrib/pg_stat_statements/expected/select.out	2024-10-06 14:04:51.958383600 +0000
+++ C:/cirrus/build/testrun/pg_stat_statements/regress/results/select.out	2024-10-06 14:11:38.848056000 +0000
@@ -2,14 +2,14 @@
 -- SELECT statements
 --
 CREATE EXTENSION pg_stat_statements;
+ERROR:  extension "pg_stat_statements" has no installation script nor update path for version "1.12"
 SET pg_stat_statements.track_utility = FALSE;
 SET pg_stat_statements.track_planning = TRUE;
 SELECT pg_stat_statements_reset() IS NOT NULL AS t;
- t 
----
- t
-(1 row)
-
+ERROR:  function pg_stat_statements_reset() does not exist
+LINE 1: SELECT pg_stat_statements_reset() IS NOT NULL AS t;
+               ^
+HINT:  No function matches the given name and argument types. You might need to add explicit type casts.
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/modules/test_ddl_deparse/expected/create_extension.out C:/cirrus/build/t...
--- C:/cirrus/src/test/modules/test_ddl_deparse/expected/create_extension.out	2024-10-06 14:04:56.238630500 +0000
+++ C:/cirrus/build/testrun/test_ddl_deparse/regress/results/create_extension.out	2024-10-06 14:12:09.025811900 +0000
@@ -2,4 +2,4 @@
 --- CREATE_EXTENSION
 ---
 CREATE EXTENSION pg_stat_statements;
-NOTICE:  DDL test: type simple, tag CREATE EXTENSION
+ERROR:  extension "pg_stat_statements" has no installation script nor update path for version "1.12"
test
[14:18:08.975]  88/304 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
[14:18:08.975] 103/304 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
[14:18:08.975] 124/304 postgresql:test_ddl_deparse / test_ddl_deparse/regress                          ERROR            ...
[14:18:08.975] 221/304 postgresql:pg_stat_statements / pg_stat_statements/010_restart                  ERROR            ...
51/4997 Return pg_control from pg_backup_stop().
Linux - Debian Bookworm - Meson
core
[10:18:38.553] #0  0x00007ff97aaa9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[10:18:38.553] #1  0x00007ff97aa5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[10:18:38.553] #2  0x00007ff97aa45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[10:18:38.553] #3  0x00007ff97ac1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[10:18:38.553] #4  0x00007ff97ac2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[10:18:38.553] #5  0x00007ff97ac0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x559e80993ee0,...
[10:18:38.553] #6  0x0000559e7fac80d4 in backup_control_file (controlFile=controlFile@entry=0x559e905e926c "CY\217\031\3...
[10:18:38.553] #7  0x0000559e7facce10 in pg_backup_stop (fcinfo=<optimized out>) at ../src/backend/access/transam/xlogfu...
[10:18:38.553] #8  0x0000559e7fcc87e9 in ExecMakeTableFunctionResult (setexpr=0x559e905f8358, econtext=0x559e905f8228, a...
[10:18:38.553] #9  0x0000559e7fcf67e7 in FunctionNext (node=0x559e905f8018) at ../src/backend/executor/nodeFunctionscan....
core
[10:18:39.075] #0  0x00007fcdf7ca9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[10:18:39.075] #1  0x00007fcdf7c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[10:18:39.075] #2  0x00007fcdf7c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[10:18:39.075] #3  0x00007fcdf7e1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[10:18:39.075] #4  0x00007fcdf7e2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[10:18:39.075] #5  0x00007fcdf7e0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x558dc87feee0,...
[10:18:39.075] #6  0x0000558dc79330d4 in backup_control_file (controlFile=controlFile@entry=0x558dd3a3218c "CY\217\031\3...
[10:18:39.075] #7  0x0000558dc7937e10 in pg_backup_stop (fcinfo=<optimized out>) at ../src/backend/access/transam/xlogfu...
[10:18:39.075] #8  0x0000558dc7b0c34e in ExecInterpExpr (state=0x558dd3a298a0, econtext=0x558dd3a29648, isnull=0x7fff0be...
[10:18:39.075] #9  0x0000558dc7b00c1c in ExecInterpExprStillValid (state=0x558dd3a298a0, econtext=0x558dd3a29648, isNull...
tap
[10:14:29.831](1.338s) not ok 18 - psql fails correctly
[10:14:29.832](0.000s) not ok 19 - pg_backup_start fails gracefully
test
[10:17:34.226]  25/309 postgresql:recovery / recovery/020_archive_status                               ERROR            ...
[10:17:34.226]  45/309 postgresql:recovery / recovery/042_low_level_backup                             ERROR            ...
51/4929 apply_scanjoin_target_to_paths and partitionwise join
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-06 07:13:04.489716000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_join.out	2024-10-06 07:14:42.868...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/recovery/0...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-06 07:13:04.489716000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/partition_join.out	2024-10-06 07:15:36.4...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/regress/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-06 07:13:04.489716000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/partition_join.out	2024-10-06 07:14:36.431822000 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[07:14:45.382](58.513s) not ok 5 - regression tests pass
tap
[07:15:40.884](75.522s) not ok 2 - regression tests pass
test
[07:17:27.589]  38/309 postgresql:regress / regress/regress                                            ERROR            ...
[07:17:27.589]  82/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[07:17:27.589] 158/309 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_c...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-06 07:13:25.506438409 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/partition_join.out	2024-10-06 07:18:40.351167978 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/src/test/regress/results...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-06 07:13:25.506438409 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/partition_join.out	2024-10-06 07:17:06.327171393 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[07:18:43.000](100.433s) not ok 5 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-06 07:13:04.739719129 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_join.out	2024-10-06 07:15:24.959...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/recovery/0...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-06 07:13:04.739719129 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/partition_join.out	2024-10-06 07:15:56.5...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/regress/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-06 07:13:04.739719129 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/partition_join.out	2024-10-06 07:15:18.319047947 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[07:15:27.520](67.565s) not ok 5 - regression tests pass
tap
[07:15:59.618](67.279s) not ok 2 - regression tests pass
test
[07:17:35.797]  40/309 postgresql:regress / regress/regress                                            ERROR            ...
[07:17:35.797] 120/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[07:17:35.797] 153/309 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/partition_join.out C:/cirrus/build/testrun/pg_upgrade/0...
--- C:/cirrus/src/test/regress/expected/partition_join.out	2024-10-06 07:13:41.404956800 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_join.out	2024-10-06 07:17:12.683850000 +000...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/partition_join.out C:/cirrus/build/testrun/recovery/027...
--- C:/cirrus/src/test/regress/expected/partition_join.out	2024-10-06 07:13:41.404956800 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/partition_join.out	2024-10-06 07:19:29.213251000 +0...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/partition_join.out C:/cirrus/build/testrun/regress/regr...
--- C:/cirrus/src/test/regress/expected/partition_join.out	2024-10-06 07:13:41.404956800 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/partition_join.out	2024-10-06 07:17:03.667731000 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[07:17:20.853](103.408s) not ok 5 - regression tests pass
tap
[07:19:38.718](122.419s) not ok 2 - regression tests pass
test
[07:25:23.720]  17/304 postgresql:regress / regress/regress                                            ERROR           1...
[07:25:23.720]  37/304 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[07:25:23.720] 104/304 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5151 DirtyScanshot index scan skips concurrently updated tuples
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/dirty_index_scan.out /tmp/cirrus-ci-build/build...
--- /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/dirty_index_scan.out	2024-10-06 06:30:47.784289000 +...
+++ /tmp/cirrus-ci-build/build/testrun/injection_points/isolation/results/dirty_index_scan.out	2024-10-06 06:40:19.17721...
@@ -36,4 +36,6 @@
                        
 (1 row)
 
+isolationtester: canceling step s1_s1 after 360 seconds
 step s1_s1: <... completed>
+ERROR:  canceling statement due to user request
test
[06:40:19.379] 309/309 postgresql:injection_points / injection_points/isolation                        ERROR           3...
51/4888 Run deferred triggers in the correct security context
FreeBSD - 13 - Meson
core
[06:18:56.295] #0  0x0000367ff50c7ff0 in ?? ()
[06:18:56.295] #1  0x0000000000000000 in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_p...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-10-06 06:13:28.402472000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/triggers.out	2024-10-06 06:14:26.321231000...
@@ -3731,7 +3731,9 @@
 -- test who runs deferred trigger functions
 -- setup
 create role groot;
+WARNING:  roles created by regression test cases should have names starting with "regress_"
 create role outis;
+WARNING:  roles created by regression test cases should have names starting with "regress_"
 create function whoami() returns trigger language plpgsql
 as $$
 begin
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/build/testrun/recovery/027_str...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-10-06 06:13:28.402472000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/triggers.out	2024-10-06 06:15:07.9407380...
@@ -3731,7 +3731,9 @@
 -- test who runs deferred trigger functions
 -- setup
 create role groot;
+WARNING:  roles created by regression test cases should have names starting with "regress_"
 create role outis;
+WARNING:  roles created by regression test cases should have names starting with "regress_"
 create function whoami() returns trigger language plpgsql
 as $$
 begin
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/build/testrun/regress/regress/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-10-06 06:13:28.402472000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/triggers.out	2024-10-06 06:14:25.110625000 +0000
@@ -3731,7 +3731,9 @@
 -- test who runs deferred trigger functions
 -- setup
 create role groot;
+WARNING:  roles created by regression test cases should have names starting with "regress_"
 create role outis;
+WARNING:  roles created by regression test cases should have names starting with "regress_"
 create function whoami() returns trigger language plpgsql
 as $$
 begin
tap
[06:15:11.184](61.072s) not ok 5 - regression tests pass
tap
[06:15:55.637](68.131s) not ok 2 - regression tests pass
test
[06:17:44.889]  13/309 postgresql:regress / regress/regress                                            ERROR            ...
[06:17:44.889]  86/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[06:17:44.889] 156/309 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
51/5174 Call rm_redo in a temporary memory context
CompilerWarnings
compiler
[05:13:38.904] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
compiler
[05:13:15.360] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
compiler
[05:16:15.171] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
50/4754 Add LSN <-> time conversion facility
CompilerWarnings
compiler
[01:24:00.230] pgstat_wal.c:545:26: error: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 2 has...
compiler
[01:24:00.230] pgstat_wal.c:362:48: error: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 2 has...
Linux - Debian Bookworm - Meson
core
[01:24:08.580] #0  0x00007f6d63d9bd24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[01:24:08.580] #1  0x00007f6d63d48239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[01:24:08.580] #2  0x00007f6d63d48497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[01:24:08.580] #3  0x00005576947185c1 in ?? ()
[01:24:08.580] #4  0x0000557694712369 in ?? ()
[01:24:08.580] #5  0x000055769471120f in ?? ()
[01:24:08.580] #6  0x0000557694711c3b in ?? ()
[01:24:08.580] #7  0x000055769470f66f in ?? ()
[01:24:08.580] #8  0x00007f6d63d3324a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[01:24:08.580] #9  0x00007f6d63d33305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[01:24:07.131] #0  0xf7f6e559 in __kernel_vsyscall ()
[01:24:07.131] #1  0xf68a92f7 in ?? () from /lib/i386-linux-gnu/libc.so.6
[01:24:07.131] #2  0xf6858111 in raise () from /lib/i386-linux-gnu/libc.so.6
[01:24:07.131] #3  0xf684126a in abort () from /lib/i386-linux-gnu/libc.so.6
[01:24:07.131] #4  0xf6a64d4a in __sanitizer::Abort () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_pos...
[01:24:07.131] #5  0xf6a73896 in __sanitizer::Die () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_termi...
[01:24:07.131] #6  0xf6a51c5b in __ubsan::__ubsan_handle_nonnull_arg_abort (Data=<optimized out>) at ../../../../../src/...
[01:24:07.131] #7  0x568a81e8 in fill_val (att=att@entry=0x599085c4, bit=<optimized out>, bitmask=bitmask@entry=0xffede0...
[01:24:07.131] #8  0x568a9f9b in heap_fill_tuple (tupleDesc=0x599085b0, values=0xffede188, isnull=0xffede186, data=<opti...
[01:24:07.131] #9  0x568abb5c in heap_form_tuple (tupleDescriptor=0x599085b0, values=0xffede188, isnull=0xffede186) at ....
core
[01:24:06.398] #0  0xf7fc4559 in __kernel_vsyscall ()
[01:24:06.398] #1  0xf68ff2f7 in ?? () from /lib/i386-linux-gnu/libc.so.6
[01:24:06.398] #2  0xf68ae111 in raise () from /lib/i386-linux-gnu/libc.so.6
[01:24:06.398] #3  0xf689726a in abort () from /lib/i386-linux-gnu/libc.so.6
[01:24:06.398] #4  0xf6abad4a in __sanitizer::Abort () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_pos...
[01:24:06.398] #5  0xf6ac9896 in __sanitizer::Die () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_termi...
[01:24:06.398] #6  0xf6aa7c5b in __ubsan::__ubsan_handle_nonnull_arg_abort (Data=<optimized out>) at ../../../../../src/...
[01:24:06.398] #7  0x568b01e8 in fill_val (att=att@entry=0x5915d194, bit=<optimized out>, bitmask=bitmask@entry=0xffbc23...
[01:24:06.398] #8  0x568b1f9b in heap_fill_tuple (tupleDesc=0x5915d180, values=0xffbc2418, isnull=0xffbc2416, data=<opti...
[01:24:06.398] #9  0x568b3b5c in heap_form_tuple (tupleDescriptor=0x5915d180, values=0xffbc2418, isnull=0xffbc2416) at ....
core
[01:24:08.445] #0  <unavailable> in ?? ()
core
[01:24:07.880] #0  0xf7f23559 in __kernel_vsyscall ()
[01:24:07.880] #1  0xf685e2f7 in ?? () from /lib/i386-linux-gnu/libc.so.6
[01:24:07.880] #2  0xf680d111 in raise () from /lib/i386-linux-gnu/libc.so.6
[01:24:07.880] #3  0xf67f626a in abort () from /lib/i386-linux-gnu/libc.so.6
[01:24:07.880] #4  0xf6a19d4a in __sanitizer::Abort () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_pos...
[01:24:07.880] #5  0xf6a28896 in __sanitizer::Die () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_termi...
[01:24:07.880] #6  0xf6a06c5b in __ubsan::__ubsan_handle_nonnull_arg_abort (Data=<optimized out>) at ../../../../../src/...
[01:24:07.880] #7  0x568c71e8 in fill_val (att=att@entry=0x58e7ef14, bit=<optimized out>, bitmask=bitmask@entry=0xffb7f8...
[01:24:07.880] #8  0x568c8f9b in heap_fill_tuple (tupleDesc=0x58e7ef00, values=0xffb7f938, isnull=0xffb7f936, data=<opti...
[01:24:07.880] #9  0x568cab5c in heap_form_tuple (tupleDescriptor=0x58e7ef00, values=0xffb7f938, isnull=0xffb7f936) at ....
core
[01:24:08.011] #0  0x00007fd8f3912a50 in ?? ()
[01:24:08.011] #1  0x0000000000000003 in ?? ()
[01:24:08.011] #2  0x00007ffe634673c3 in ?? ()
[01:24:08.011] #3  0x00007ffe634673c6 in ?? ()
[01:24:08.011] #4  0x00007ffe63467449 in ?? ()
[01:24:08.011] #5  0x0000000000000000 in ?? ()
[01:24:08.436] #0  0xf7f2f559 in __kernel_vsyscall ()
core
[01:24:08.445] #0  0xf7f2f559 in __kernel_vsyscall ()
[01:24:08.445] #1  0xf686f582 in pthread_sigmask () from /lib/i386-linux-gnu/libc.so.6
[01:24:08.445] #2  0xf6819380 in sigprocmask () from /lib/i386-linux-gnu/libc.so.6
[01:24:08.445] #3  0xf68e5f75 in ?? () from /lib/i386-linux-gnu/libc.so.6
[01:24:08.445] #4  0xf6903698 in ?? () from /lib/i386-linux-gnu/libc.so.6
[01:24:08.578] #0  0x00007f6d63d9bd24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build-32/testrun/pg_upgr...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-06 01:11:59.593673638 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_join.out	2024-10-06 01:20:41....
@@ -4630,602 +4630,10 @@
 CREATE TABLE plt3_adv_p2 PARTITION OF plt3_adv FOR VALUES IN ('0007', '0009');
 INSERT INTO plt3_adv SELECT i, i, to_char(i % 10, 'FM0000') FROM generate_series(1, 299) i WHERE i % 10 IN (4, 6, 7, 9)...
 ANALYZE plt3_adv;
--- 3-way join to test the default partition of a join relation
-EXPLAIN (COSTS OFF)
-SELECT t1.a, t1.c, t2.a, t2.c, t3.a, t3.c FROM plt1_adv t1 LEFT JOIN plt2_adv t2 ON (t1.a = t2.a AND t1.c = t2.c) LEFT ...
-                                   QUERY PLAN                                   
---------------------------------------------------------------------------------
- Sort
-   Sort Key: t1.a
-   ->  Append
-         ->  Hash Right Join
-               Hash Cond: ((t3_1.a = t1_1.a) AND (t3_1.c = t1_1.c))
-               ->  Seq Scan on plt3_adv_p1 t3_1
-               ->  Hash
-                     ->  Hash Right Join
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build-32/testrun/recover...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-06 01:11:59.593673638 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/recovery/027_stream_regress/data/results/partition_join.out	2024-10-06 01:21:1...
@@ -2327,2905 +2327,10 @@
 -- between partition keys
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1 LEFT JOIN prt2 t2 ON (t1.a < t2.b);
-                       QUERY PLAN                        
----------------------------------------------------------
- Nested Loop Left Join
-   ->  Append
-         ->  Seq Scan on prt1_p1 t1_1
-         ->  Seq Scan on prt1_p2 t1_2
-         ->  Seq Scan on prt1_p3 t1_3
-   ->  Append
-         ->  Index Scan using iprt2_p1_b on prt2_p1 t2_1
-               Index Cond: (b > t1.a)
-         ->  Index Scan using iprt2_p2_b on prt2_p2 t2_2
-               Index Cond: (b > t1.a)
-         ->  Index Scan using iprt2_p3_b on prt2_p3 t2_3
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build-32/testrun/regress...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-06 01:11:59.593673638 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/regress/regress/results/partition_join.out	2024-10-06 01:20:34.151029243 +0000
@@ -3481,1751 +3481,10 @@
 CREATE TABLE plt2_adv_p3 PARTITION OF plt2_adv FOR VALUES IN ('0007', '0009');
 INSERT INTO plt2_adv SELECT i, i, to_char(i % 10, 'FM0000') FROM generate_series(1, 299) i WHERE i % 10 IN (2, 3, 4, 6,...
 ANALYZE plt2_adv;
--- inner join
-EXPLAIN (COSTS OFF)
-SELECT t1.a, t1.c, t2.a, t2.c FROM plt1_adv t1 INNER JOIN plt2_adv t2 ON (t1.a = t2.a AND t1.c = t2.c) WHERE t1.b < 10 ...
-                             QUERY PLAN                             
---------------------------------------------------------------------
- Sort
-   Sort Key: t1.a
-   ->  Append
-         ->  Hash Join
-               Hash Cond: ((t2_1.a = t1_1.a) AND (t2_1.c = t1_1.c))
-               ->  Seq Scan on plt2_adv_p1 t2_1
-               ->  Hash
-                     ->  Seq Scan on plt1_adv_p1 t1_1
...
tap
[01:20:42.213](66.062s) not ok 5 - regression tests pass
[01:20:47.198](4.970s) not ok 6 - dump before running pg_upgrade
tap
[01:21:15.748](65.478s) not ok 2 - regression tests pass
test
[01:23:00.903]  38/309 postgresql:regress / regress/regress                                            ERROR            ...
[01:23:00.903]  45/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[01:23:00.903] 119/309 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
50/5239 Add parallel columns for pg_stat_statements
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/select.out /tmp/cirrus-ci-build/build/testrun/pg_stat_...
--- /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/select.out	2024-10-05 19:17:55.812458000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_stat_statements/regress/results/select.out	2024-10-05 19:20:57.309976000 +0000
@@ -2,14 +2,14 @@
 -- SELECT statements
 --
 CREATE EXTENSION pg_stat_statements;
+ERROR:  extension "pg_stat_statements" has no installation script nor update path for version "1.12"
 SET pg_stat_statements.track_utility = FALSE;
 SET pg_stat_statements.track_planning = TRUE;
 SELECT pg_stat_statements_reset() IS NOT NULL AS t;
- t 
----
- t
-(1 row)
-
+ERROR:  function pg_stat_statements_reset() does not exist
+LINE 1: SELECT pg_stat_statements_reset() IS NOT NULL AS t;
+               ^
+HINT:  No function matches the given name and argument types. You might need to add explicit type casts.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/test_ddl_deparse/expected/create_extension.out /tmp/cirrus-ci-build/build...
--- /tmp/cirrus-ci-build/src/test/modules/test_ddl_deparse/expected/create_extension.out	2024-10-05 19:17:57.220493000 +...
+++ /tmp/cirrus-ci-build/build/testrun/test_ddl_deparse/regress/results/create_extension.out	2024-10-05 19:21:10.8550550...
@@ -2,4 +2,4 @@
 --- CREATE_EXTENSION
 ---
 CREATE EXTENSION pg_stat_statements;
-NOTICE:  DDL test: type simple, tag CREATE EXTENSION
+ERROR:  extension "pg_stat_statements" has no installation script nor update path for version "1.12"
test
[19:23:02.237]  91/309 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
[19:23:02.237] 117/309 postgresql:test_ddl_deparse / test_ddl_deparse/regress                          ERROR            ...
[19:23:02.237] 151/309 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[19:23:02.237] 228/309 postgresql:pg_stat_statements / pg_stat_statements/010_restart                  ERROR            ...
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/select.out /tmp/cirrus-ci-build/build/testrun/pg_stat_...
--- /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/select.out	2024-10-05 19:16:51.823707058 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_stat_statements/regress/results/select.out	2024-10-05 19:22:50.426173387 +0000
@@ -2,14 +2,14 @@
 -- SELECT statements
 --
 CREATE EXTENSION pg_stat_statements;
+ERROR:  extension "pg_stat_statements" has no installation script nor update path for version "1.12"
 SET pg_stat_statements.track_utility = FALSE;
 SET pg_stat_statements.track_planning = TRUE;
 SELECT pg_stat_statements_reset() IS NOT NULL AS t;
- t 
----
- t
-(1 row)
-
+ERROR:  function pg_stat_statements_reset() does not exist
+LINE 1: SELECT pg_stat_statements_reset() IS NOT NULL AS t;
+               ^
+HINT:  No function matches the given name and argument types. You might need to add explicit type casts.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/test_ddl_deparse/expected/create_extension.out /tmp/cirrus-ci-build/build...
--- /tmp/cirrus-ci-build/src/test/modules/test_ddl_deparse/expected/create_extension.out	2024-10-05 19:16:53.503707094 +...
+++ /tmp/cirrus-ci-build/build/testrun/test_ddl_deparse/regress/results/create_extension.out	2024-10-05 19:23:02.4461655...
@@ -2,4 +2,4 @@
 --- CREATE_EXTENSION
 ---
 CREATE EXTENSION pg_stat_statements;
-NOTICE:  DDL test: type simple, tag CREATE EXTENSION
+ERROR:  extension "pg_stat_statements" has no installation script nor update path for version "1.12"
test
[19:24:44.484]  85/309 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
[19:24:44.484] 116/309 postgresql:test_ddl_deparse / test_ddl_deparse/regress                          ERROR            ...
[19:24:44.484] 150/309 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[19:24:44.484] 227/309 postgresql:pg_stat_statements / pg_stat_statements/010_restart                  ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/contrib/pg_stat_statements/expected/select.out /Users/admin/pgsql/build/testrun/pg_stat_stat...
--- /Users/admin/pgsql/contrib/pg_stat_statements/expected/select.out	2024-10-05 19:16:56
+++ /Users/admin/pgsql/build/testrun/pg_stat_statements/regress/results/select.out	2024-10-05 19:20:43
@@ -2,14 +2,14 @@
 -- SELECT statements
 --
 CREATE EXTENSION pg_stat_statements;
+ERROR:  extension "pg_stat_statements" has no installation script nor update path for version "1.12"
 SET pg_stat_statements.track_utility = FALSE;
 SET pg_stat_statements.track_planning = TRUE;
 SELECT pg_stat_statements_reset() IS NOT NULL AS t;
- t 
----
- t
-(1 row)
-
+ERROR:  function pg_stat_statements_reset() does not exist
+LINE 1: SELECT pg_stat_statements_reset() IS NOT NULL AS t;
+               ^
+HINT:  No function matches the given name and argument types. You might need to add explicit type casts.
...
regress
diff -U3 /Users/admin/pgsql/src/test/modules/test_ddl_deparse/expected/create_extension.out /Users/admin/pgsql/build/tes...
--- /Users/admin/pgsql/src/test/modules/test_ddl_deparse/expected/create_extension.out	2024-10-05 19:16:58
+++ /Users/admin/pgsql/build/testrun/test_ddl_deparse/regress/results/create_extension.out	2024-10-05 19:20:54
@@ -2,4 +2,4 @@
 --- CREATE_EXTENSION
 ---
 CREATE EXTENSION pg_stat_statements;
-NOTICE:  DDL test: type simple, tag CREATE EXTENSION
+ERROR:  extension "pg_stat_statements" has no installation script nor update path for version "1.12"
test
[19:23:40.405]  88/309 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
[19:23:40.405] 117/309 postgresql:test_ddl_deparse / test_ddl_deparse/regress                          ERROR            ...
[19:23:40.405] 140/309 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[19:23:40.405] 225/309 postgresql:pg_stat_statements / pg_stat_statements/010_restart                  ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/contrib/pg_stat_statements/expected/select.out C:/cirrus/build/testrun/pg_stat_st...
--- C:/cirrus/contrib/pg_stat_statements/expected/select.out	2024-10-05 19:17:00.694781500 +0000
+++ C:/cirrus/build/testrun/pg_stat_statements/regress/results/select.out	2024-10-05 19:22:48.636143100 +0000
@@ -2,14 +2,14 @@
 -- SELECT statements
 --
 CREATE EXTENSION pg_stat_statements;
+ERROR:  extension "pg_stat_statements" has no installation script nor update path for version "1.12"
 SET pg_stat_statements.track_utility = FALSE;
 SET pg_stat_statements.track_planning = TRUE;
 SELECT pg_stat_statements_reset() IS NOT NULL AS t;
- t 
----
- t
-(1 row)
-
+ERROR:  function pg_stat_statements_reset() does not exist
+LINE 1: SELECT pg_stat_statements_reset() IS NOT NULL AS t;
+               ^
+HINT:  No function matches the given name and argument types. You might need to add explicit type casts.
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/modules/test_ddl_deparse/expected/create_extension.out C:/cirrus/build/t...
--- C:/cirrus/src/test/modules/test_ddl_deparse/expected/create_extension.out	2024-10-05 19:17:04.502378700 +0000
+++ C:/cirrus/build/testrun/test_ddl_deparse/regress/results/create_extension.out	2024-10-05 19:23:12.134675300 +0000
@@ -2,4 +2,4 @@
 --- CREATE_EXTENSION
 ---
 CREATE EXTENSION pg_stat_statements;
-NOTICE:  DDL test: type simple, tag CREATE EXTENSION
+ERROR:  extension "pg_stat_statements" has no installation script nor update path for version "1.12"
test
[19:28:20.961]  77/304 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
[19:28:20.961]  89/304 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
[19:28:20.961] 123/304 postgresql:test_ddl_deparse / test_ddl_deparse/regress                          ERROR            ...
[19:28:20.961] 221/304 postgresql:pg_stat_statements / pg_stat_statements/010_restart                  ERROR            ...
51/5272 Truncate logs by max_log_size
CompilerWarnings
compiler
[19:15:54.643] elog.c:1699:9: error: initializing 'char *' with an expression of type 'const char *' discards qualifiers...
compiler
[19:13:48.140] elog.c:1699:9: error: initializing 'char *' with an expression of type 'const char *' discards qualifiers...
compiler
[19:11:10.690] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar...
compiler
[19:09:13.679] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar...
compiler
[19:19:41.544] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar...
51/5246 Allow SQL functions use CachedPlan machinery
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upg...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-10-05 18:05:37.738018000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/xml.out	2024-10-05 18:06:54.489182000 +000...
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-10-05 18:05:37.738018000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/xml.out	2024-10-05 18:07:46.173815000 +0...
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/regress/regress/resul...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-10-05 18:05:37.738018000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/xml.out	2024-10-05 18:06:56.319854000 +0000
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
tap
[18:07:11.390](53.832s) not ok 5 - regression tests pass
tap
[18:08:03.397](65.899s) not ok 2 - regression tests pass
test
[18:09:49.669]  37/309 postgresql:regress / regress/regress                                            ERROR            ...
[18:09:49.669]  66/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[18:09:49.669] 154/309 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/result...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-10-05 18:05:32.376589714 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/xml.out	2024-10-05 18:10:09.410642471 +0000
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/src/test/regress/results/xml.out
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-10-05 18:05:32.376589714 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/xml.out	2024-10-05 18:08:47.062806370 +0000
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
tap
[18:10:20.920](123.032s) not ok 5 - regression tests pass
Linux - Debian Bookworm - Meson
core
[18:11:38.828] #0  0x00007fa9b1b17d24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[18:11:38.828] #1  0x00007fa9b1ac4239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[18:11:38.828] #2  0x00007fa9b1ac4497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[18:11:38.828] #3  0x000055b795ba45c1 in ?? ()
[18:11:38.828] #4  0x000055b795b9e369 in ?? ()
[18:11:38.828] #5  0x000055b795b9d20f in ?? ()
[18:11:38.828] #6  0x000055b795b9dc3b in ?? ()
[18:11:38.828] #7  0x000055b795b9b66f in ?? ()
[18:11:38.828] #8  0x00007fa9b1aaf24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[18:11:38.828] #9  0x00007fa9b1aaf305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[18:11:38.939] #0  0x00007fa9b1b17d24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[18:11:38.939] #1  0x00007fa9b1ac4239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[18:11:38.939] #2  0x00007fa9b1ac4497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[18:11:38.939] #3  0x000055b795ba45f3 in ?? ()
[18:11:38.939] #4  0x000055b795b9e369 in ?? ()
[18:11:38.939] #5  0x000055b795b9d20f in ?? ()
[18:11:38.939] #6  0x000055b795b9dc3b in ?? ()
[18:11:38.939] #7  0x000055b795b9b66f in ?? ()
[18:11:38.939] #8  0x00007fa9b1aaf24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[18:11:38.939] #9  0x00007fa9b1aaf305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[18:11:38.939] #0  <unavailable> in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upg...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-10-05 18:05:54.351851435 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/xml.out	2024-10-05 18:08:26.720457932 +000...
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-10-05 18:05:54.351851435 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/xml.out	2024-10-05 18:08:59.818268998 +0...
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/regress/regress/resul...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-10-05 18:05:54.351851435 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/xml.out	2024-10-05 18:08:19.756147759 +0000
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
tap
[18:08:36.448](67.211s) not ok 5 - regression tests pass
tap
[18:09:08.021](66.341s) not ok 2 - regression tests pass
test
[18:10:42.568]  42/309 postgresql:regress / regress/regress                                            ERROR            ...
[18:10:42.568] 124/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[18:10:42.568] 153/309 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
51/4412 Client authentication via OAuth 2.0
FreeBSD - 13 - Meson
test
[18:04:47.669] 108/311 postgresql:oauth_validator / oauth_validator/regress                            ERROR            ...
Linux - Debian Bookworm - Meson
test
[18:06:09.184] 106/311 postgresql:oauth_validator / oauth_validator/regress                            ERROR            ...
macOS - Sonoma - Meson
core
[18:09:31.737]   * frame #0: 0x0000000102858b70 dyld`_dyld_start
test
[18:06:11.438] 108/311 postgresql:oauth_validator / oauth_validator/regress                            ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
test
[18:10:54.440] 103/306 postgresql:oauth_validator / oauth_validator/regress                            ERROR            ...
51/5277 general purpose array_sort
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/arrays.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/arrays.out	2024-10-05 16:04:44.221372000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/arrays.out	2024-10-05 16:06:39.795160000 +...
@@ -2749,13 +2749,13 @@
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[]);
                             array_sort                            
 ------------------------------------------------------------------
- {"abc DEF 123abc","ábc sßs ßss DÉF",ⱥȺ,ⱥⱥⱥ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž"}
+ {"abc DEF 123abc","ábc sßs ßss DÉF","DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥȺ,ⱥⱥⱥ}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[], 'desc');
                             array_sort                            
 ------------------------------------------------------------------
- {"DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥⱥⱥ,ⱥȺ,"ábc sßs ßss DÉF","abc DEF 123abc"}
+ {ⱥⱥⱥ,ⱥȺ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž","ábc sßs ßss DÉF","abc DEF 123abc"}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[] COLLATE "pg_c_utf8", 'asc');
@@ -2774,55 +2774,55 @@
...
tap
[16:07:39.009](81.849s) not ok 5 - regression tests pass
test
[16:10:29.507]  97/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/arrays.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/res...
--- /tmp/cirrus-ci-build/src/test/regress/expected/arrays.out	2024-10-05 16:04:40.564469527 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/arrays.out	2024-10-05 16:11:10.020268487 +0000
@@ -2749,13 +2749,13 @@
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[]);
                             array_sort                            
 ------------------------------------------------------------------
- {"abc DEF 123abc","ábc sßs ßss DÉF",ⱥȺ,ⱥⱥⱥ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž"}
+ {"abc DEF 123abc","ábc sßs ßss DÉF","DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥȺ,ⱥⱥⱥ}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[], 'desc');
                             array_sort                            
 ------------------------------------------------------------------
- {"DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥⱥⱥ,ⱥȺ,"ábc sßs ßss DÉF","abc DEF 123abc"}
+ {ⱥⱥⱥ,ⱥȺ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž","ábc sßs ßss DÉF","abc DEF 123abc"}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[] COLLATE "pg_c_utf8", 'asc');
@@ -2774,55 +2774,55 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/arrays.out /tmp/cirrus-ci-build/src/test/regress/results/arrays....
--- /tmp/cirrus-ci-build/src/test/regress/expected/arrays.out	2024-10-05 16:04:40.564469527 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/arrays.out	2024-10-05 16:09:06.116292796 +0000
@@ -2749,13 +2749,13 @@
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[]);
                             array_sort                            
 ------------------------------------------------------------------
- {"abc DEF 123abc","ábc sßs ßss DÉF",ⱥȺ,ⱥⱥⱥ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž"}
+ {"abc DEF 123abc","ábc sßs ßss DÉF","DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥȺ,ⱥⱥⱥ}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[], 'desc');
                             array_sort                            
 ------------------------------------------------------------------
- {"DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥⱥⱥ,ⱥȺ,"ábc sßs ßss DÉF","abc DEF 123abc"}
+ {ⱥⱥⱥ,ⱥȺ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž","ábc sßs ßss DÉF","abc DEF 123abc"}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[] COLLATE "pg_c_utf8", 'asc');
@@ -2774,55 +2774,55 @@
...
tap
[16:12:33.325](117.467s) not ok 5 - regression tests pass
Linux - Debian Bookworm - Meson
core
[16:13:33.571] #0  <unavailable> in ?? ()
core
[16:13:33.571] #0  0x00007f124a2aed24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[16:13:33.571] #1  0x00007f124a25b239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[16:13:33.571] #2  0x00007f124a316184 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[16:13:33.571] #3  0x00007f124a3287dc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/arrays.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/arrays.out	2024-10-05 16:04:41.194624040 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/arrays.out	2024-10-05 16:09:03.683092555 +...
@@ -2749,13 +2749,13 @@
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[]);
                             array_sort                            
 ------------------------------------------------------------------
- {"abc DEF 123abc","ábc sßs ßss DÉF",ⱥȺ,ⱥⱥⱥ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž"}
+ {"abc DEF 123abc","ábc sßs ßss DÉF","DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥȺ,ⱥⱥⱥ}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[], 'desc');
                             array_sort                            
 ------------------------------------------------------------------
- {"DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥⱥⱥ,ⱥȺ,"ábc sßs ßss DÉF","abc DEF 123abc"}
+ {ⱥⱥⱥ,ⱥȺ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž","ábc sßs ßss DÉF","abc DEF 123abc"}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[] COLLATE "pg_c_utf8", 'asc');
@@ -2774,55 +2774,55 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/arrays.out /tmp/cirrus-ci-build/build/testrun/recovery/027_strea...
--- /tmp/cirrus-ci-build/src/test/regress/expected/arrays.out	2024-10-05 16:04:41.194624040 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/arrays.out	2024-10-05 16:09:50.767377380...
@@ -2749,13 +2749,13 @@
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[]);
                             array_sort                            
 ------------------------------------------------------------------
- {"abc DEF 123abc","ábc sßs ßss DÉF",ⱥȺ,ⱥⱥⱥ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž"}
+ {"abc DEF 123abc","ábc sßs ßss DÉF","DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥȺ,ⱥⱥⱥ}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[], 'desc');
                             array_sort                            
 ------------------------------------------------------------------
- {"DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥⱥⱥ,ⱥȺ,"ábc sßs ßss DÉF","abc DEF 123abc"}
+ {ⱥⱥⱥ,ⱥȺ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž","ábc sßs ßss DÉF","abc DEF 123abc"}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[] COLLATE "pg_c_utf8", 'asc');
@@ -2774,55 +2774,55 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/arrays.out /tmp/cirrus-ci-build/build/testrun/regress/regress/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/arrays.out	2024-10-05 16:04:41.194624040 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/arrays.out	2024-10-05 16:09:00.483122537 +0000
@@ -2749,13 +2749,13 @@
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[]);
                             array_sort                            
 ------------------------------------------------------------------
- {"abc DEF 123abc","ábc sßs ßss DÉF",ⱥȺ,ⱥⱥⱥ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž"}
+ {"abc DEF 123abc","ábc sßs ßss DÉF","DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥȺ,ⱥⱥⱥ}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[], 'desc');
                             array_sort                            
 ------------------------------------------------------------------
- {"DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥⱥⱥ,ⱥȺ,"ábc sßs ßss DÉF","abc DEF 123abc"}
+ {ⱥⱥⱥ,ⱥȺ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž","ábc sßs ßss DÉF","abc DEF 123abc"}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[] COLLATE "pg_c_utf8", 'asc');
@@ -2774,55 +2774,55 @@
...
tap
[16:10:09.757](84.189s) not ok 5 - regression tests pass
tap
[16:10:44.307](81.309s) not ok 2 - regression tests pass
test
[16:12:29.938]  14/309 postgresql:regress / regress/regress                                            ERROR            ...
[16:12:29.938] 134/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[16:12:29.938] 153/309 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/arrays.out C:/cirrus/build/testrun/pg_upgrade/002_pg_up...
--- C:/cirrus/src/test/regress/expected/arrays.out	2024-10-05 16:05:01.841985300 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/arrays.out	2024-10-05 16:07:39.714108500 +0000
@@ -2749,13 +2749,13 @@
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[]);
                             array_sort                            
 ------------------------------------------------------------------
- {"abc DEF 123abc","ábc sßs ßss DÉF",ⱥȺ,ⱥⱥⱥ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž"}
+ {"abc DEF 123abc","ábc sßs ßss DÉF","DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥȺ,ⱥⱥⱥ}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[], 'desc');
                             array_sort                            
 ------------------------------------------------------------------
- {"DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥⱥⱥ,ⱥȺ,"ábc sßs ßss DÉF","abc DEF 123abc"}
+ {ⱥⱥⱥ,ⱥȺ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž","ábc sßs ßss DÉF","abc DEF 123abc"}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[] COLLATE "pg_c_utf8", 'asc');
@@ -2774,55 +2774,55 @@
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/arrays.out C:/cirrus/build/testrun/recovery/027_stream_...
--- C:/cirrus/src/test/regress/expected/arrays.out	2024-10-05 16:05:01.841985300 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/arrays.out	2024-10-05 16:09:54.134556400 +0000
@@ -2747,82 +2747,78 @@
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[]);
-                            array_sort                            
-------------------------------------------------------------------
- {"abc DEF 123abc","ábc sßs ßss DÉF",ⱥȺ,ⱥⱥⱥ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž"}
+                                       array_sort                                       
+----------------------------------------------------------------------------------------
+ {"ábc sßs ßss DÉF",ⱥⱥⱥ,ⱥȺ,"abc DEF 123abc","DŽxxDŽ džxxDž Džxxdž",ȺȺȺ}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[], 'desc');
-                            array_sort                            
-------------------------------------------------------------------
- {"DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥⱥⱥ,ⱥȺ,"ábc sßs ßss DÉF","abc DEF 123abc"}
+                                       array_sort                                       
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/arrays.out C:/cirrus/build/testrun/regress/regress/resu...
--- C:/cirrus/src/test/regress/expected/arrays.out	2024-10-05 16:05:01.841985300 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/arrays.out	2024-10-05 16:07:26.134089300 +0000
@@ -2747,82 +2747,78 @@
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[]);
-                            array_sort                            
-------------------------------------------------------------------
- {"abc DEF 123abc","ábc sßs ßss DÉF",ⱥȺ,ⱥⱥⱥ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž"}
+                                       array_sort                                       
+----------------------------------------------------------------------------------------
+ {"ábc sßs ßss DÉF",ⱥⱥⱥ,ⱥȺ,"abc DEF 123abc","DŽxxDŽ džxxDž Džxxdž",ȺȺȺ}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[], 'desc');
-                            array_sort                            
-------------------------------------------------------------------
- {"DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥⱥⱥ,ⱥȺ,"ábc sßs ßss DÉF","abc DEF 123abc"}
+                                       array_sort                                       
...
tap
[16:08:54.156](111.230s) not ok 5 - regression tests pass
tap
[16:11:18.350](127.556s) not ok 2 - regression tests pass
test
[16:17:38.060]   7/304 postgresql:regress / regress/regress                                            ERROR           1...
[16:17:38.060]  37/304 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[16:17:38.060]  95/304 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
50/5270 jsonpath string methods: lower, upper, initcap, l/r/btrim, replace, split_part
CompilerWarnings
compiler
[15:14:58.646] jsonpath_exec.c:2829:13: error: mixing declarations and code is incompatible with standards before C99 [-...
compiler
[15:14:49.018] jsonpath_exec.c:2829:13: error: mixing declarations and code is incompatible with standards before C99 [-...
compiler
[15:14:17.135] jsonpath_exec.c:2829:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta...
compiler
[15:14:07.489] jsonpath_exec.c:2829:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta...
compiler
[15:15:24.502] jsonpath_exec.c:2829:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta...
Linux - Debian Bookworm - Meson
core
[15:24:03.770] #0  <unavailable> in ?? ()
core
[15:24:03.901] #0  0x00007fb1057d7a50 in ?? ()
[15:24:03.901] #1  0x0000000000000003 in ?? ()
[15:24:03.901] #2  0x00007ffe6e1b5346 in ?? ()
[15:24:03.901] #3  0x00007ffe6e1b5349 in ?? ()
[15:24:03.901] #4  0x00007ffe6e1b53f0 in ?? ()
[15:24:03.901] #5  0x0000000000000000 in ?? ()
[15:24:04.038] #0  0x00007f7186a31b13 in wait4 () from /lib/x86_64-linux-gnu/libc.so.6
core
[15:24:04.039] #0  0x00007f7186a31b13 in wait4 () from /lib/x86_64-linux-gnu/libc.so.6
[15:24:04.039] #1  0x000055da6dd6ecc0 in ?? ()
[15:24:04.039] #2  0x000055da6dd6eefa in ?? ()
[15:24:04.039] #3  0x000055da6dd70630 in ?? ()
[15:24:04.039] #4  0x000055da6dd6a371 in ?? ()
[15:24:04.039] #5  0x000055da6dd6920f in ?? ()
[15:24:04.039] #6  0x000055da6dd69c3b in ?? ()
[15:24:04.039] #7  0x000055da6dd6766f in ?? ()
[15:24:04.039] #8  0x00007f718698524a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:24:04.039] #9  0x00007f7186985305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[15:24:03.770] #0  0x00007f2234043d24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[15:24:03.770] #1  0x00007f2233ff0239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[15:24:03.770] #2  0x00007f2233ff0497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[15:24:03.770] #3  0x000056078e36d5f3 in ?? ()
[15:24:03.770] #4  0x000056078e367369 in ?? ()
[15:24:03.770] #5  0x000056078e36620f in ?? ()
[15:24:03.770] #6  0x000056078e366c3b in ?? ()
[15:24:03.770] #7  0x000056078e36466f in ?? ()
[15:24:03.770] #8  0x00007f2233fdb24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:24:03.770] #9  0x00007f2233fdb305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[15:24:04.179] #0  0x00007f2234043d24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[15:24:04.179] #1  0x00007f2233ff0239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[15:24:04.179] #2  0x00007f2233ff0497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[15:24:04.179] #3  0x000056078e36d5c1 in ?? ()
[15:24:04.179] #4  0x000056078e367369 in ?? ()
[15:24:04.179] #5  0x000056078e36620f in ?? ()
[15:24:04.179] #6  0x000056078e366c3b in ?? ()
[15:24:04.179] #7  0x000056078e36466f in ?? ()
[15:24:04.179] #8  0x00007f2233fdb24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[15:24:04.179] #9  0x00007f2233fdb305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out /tmp/cirrus-ci-build/build-32/testrun/pg_upgr...
--- /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out	2024-10-05 15:13:31.590744945 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/pg_upgrade/002_pg_upgrade/data/results/jsonb_jsonpath.out	2024-10-05 15:19:59....
@@ -3078,7 +3078,7 @@
 select jsonb_path_query('"abc~@~def~@~ghi"', '$.split_part("~@~", 2)');
  jsonb_path_query 
 ------------------
- "def"
+ ""
 (1 row)
 
 -- Test string methods play nicely together
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out /tmp/cirrus-ci-build/build-32/testrun/recover...
--- /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out	2024-10-05 15:13:31.590744945 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/recovery/027_stream_regress/data/results/jsonb_jsonpath.out	2024-10-05 15:20:3...
@@ -3078,7 +3078,7 @@
 select jsonb_path_query('"abc~@~def~@~ghi"', '$.split_part("~@~", 2)');
  jsonb_path_query 
 ------------------
- "def"
+ ""
 (1 row)
 
 -- Test string methods play nicely together
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out /tmp/cirrus-ci-build/build-32/testrun/regress...
--- /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out	2024-10-05 15:13:31.590744945 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/regress/regress/results/jsonb_jsonpath.out	2024-10-05 15:19:55.065369273 +0000
@@ -3078,7 +3078,7 @@
 select jsonb_path_query('"abc~@~def~@~ghi"', '$.split_part("~@~", 2)');
  jsonb_path_query 
 ------------------
- "def"
+ ""
 (1 row)
 
 -- Test string methods play nicely together
tap
[15:20:19.403](79.550s) not ok 5 - regression tests pass
tap
[15:20:53.764](77.254s) not ok 2 - regression tests pass
test
[15:22:51.725]  42/309 postgresql:regress / regress/regress                                            ERROR            ...
[15:22:51.725] 130/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[15:22:51.725] 153/309 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5027 Track the amount of time waiting due to cost_delay
CompilerWarnings
compiler
[14:15:24.703] vacuum.c:121:9: error: no previous extern declaration for non-static variable 'nap_time_since_last_report...
compiler
[14:15:16.094] vacuum.c:121:9: error: no previous extern declaration for non-static variable 'nap_time_since_last_report...
51/5031 Remove dependence on integer wrapping
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/date.out C:/cirrus/build/testrun/pg_upgrade/002_pg_upgr...
--- C:/cirrus/src/test/regress/expected/date.out	2024-10-05 13:02:38.188492000 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/date.out	2024-10-05 13:04:48.818554800 +0000
@@ -1533,4 +1533,4 @@
 select make_time(24, 0, 2.1);
 ERROR:  time field value out of range: 24:00:2.1
 SELECT make_date(-2147483648, 1, 1);
-ERROR:  date field value out of range: -2147483648-01-01
+ERROR:  date field value out of range: 24301-01-01
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/date.out C:/cirrus/build/testrun/recovery/027_stream_re...
--- C:/cirrus/src/test/regress/expected/date.out	2024-10-05 13:02:38.188492000 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/date.out	2024-10-05 13:07:12.421468700 +0000
@@ -1533,4 +1533,4 @@
 select make_time(24, 0, 2.1);
 ERROR:  time field value out of range: 24:00:2.1
 SELECT make_date(-2147483648, 1, 1);
-ERROR:  date field value out of range: -2147483648-01-01
+ERROR:  date field value out of range: 24301-01-01
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/date.out C:/cirrus/build/testrun/regress/regress/result...
--- C:/cirrus/src/test/regress/expected/date.out	2024-10-05 13:02:38.188492000 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/date.out	2024-10-05 13:04:42.938944600 +0000
@@ -1533,4 +1533,4 @@
 select make_time(24, 0, 2.1);
 ERROR:  time field value out of range: 24:00:2.1
 SELECT make_date(-2147483648, 1, 1);
-ERROR:  date field value out of range: -2147483648-01-01
+ERROR:  date field value out of range: 24301-01-01
tap
[13:06:37.323](115.145s) not ok 5 - regression tests pass
tap
[13:09:00.581](126.610s) not ok 2 - regression tests pass
test
[13:14:44.868]   6/304 postgresql:regress / regress/regress                                            ERROR           1...
[13:14:44.868]  39/304 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[13:14:44.868] 102/304 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
50/5021 Detection and resolution of logical replication conflict
Linux - Debian Bookworm - Autoconf
tap
timed out waiting for match: (?^:ERROR:  conflict detected on relation \"public.conf_tab_part_1\": conflict=update_missi...
Linux - Debian Bookworm - Meson
tap
timed out waiting for match: (?^:ERROR:  conflict detected on relation \"public.conf_tab_part_1\": conflict=update_missi...
test
[10:51:02.331] 310/310 postgresql:subscription / subscription/034_conflict_resolver                    ERROR           1...
Windows - Server 2019, VS 2019 - Meson & ninja
tap
timed out waiting for match: (?^:ERROR:  conflict detected on relation \"public.conf_tab_part_1\": conflict=update_missi...
test
[10:55:55.270] 305/305 postgresql:subscription / subscription/034_conflict_resolver                    ERROR           2...
51/5093 Incremental Sort Cost Estimation Instability
CompilerWarnings
compiler
[09:45:20.550] costsize.c:2020:52: error: ‘ndist’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[09:45:12.573] costsize.c:2020:52: error: ‘ndist’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[09:46:56.510] costsize.c:2020:52: error: ‘ndist’ may be used uninitialized [-Werror=maybe-uninitialized]
51/5252 Trim the heap free memory
CompilerWarnings
compiler
[09:04:48.226] postgres.c:2826:47: error: initialization of ‘char *’ from ‘int’ makes pointer from integer without a cas...
compiler
[09:04:48.226] postgres.c:2826:47: error: implicit declaration of function ‘sbrk’ [-Werror=implicit-function-declaration...
compiler
[09:04:48.226] postgres.c:2829:25: error: implicit declaration of function ‘malloc_trim’ [-Werror=implicit-function-decl...
compiler
[09:04:48.226] postgres.c:2830:33: error: assignment to ‘char *’ from ‘int’ makes pointer from integer without a cast [-...
Linux - Debian Bookworm - Autoconf
tap
[08:57:36.866](0.001s) not ok 29 - options --locale-provider=icu --locale=und --lc-*=C: no stderr
Linux - Debian Bookworm - Meson
core
[09:02:01.245] #0  0x00007f75660a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:02:01.245] #1  0x00007f756605afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:02:01.245] #2  0x00007f7566045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:02:01.245] #3  0x000055a61234ae60 in ExceptionalCondition (conditionName=conditionName@entry=0x55a612601d18 "latch->...
[09:02:01.245] #4  0x000055a61205a6d8 in ResetLatch (latch=<optimized out>) at ../src/backend/storage/ipc/latch.c:728
[09:02:01.245] #5  0x000055a611f76726 in WalWriterMain (startup_data=<optimized out>, startup_data_len=<optimized out>) ...
[09:02:01.245] #6  0x000055a611f69329 in postmaster_child_launch (child_type=child_type@entry=B_WAL_WRITER, startup_data...
[09:02:01.245] #7  0x000055a611f6b33e in StartChildProcess (type=type@entry=B_WAL_WRITER) at ../src/backend/postmaster/p...
[09:02:01.245] #8  0x000055a611f6e617 in LaunchMissingBackgroundProcesses () at ../src/backend/postmaster/postmaster.c:3...
[09:02:01.245] #9  0x000055a611f6f346 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1668
tap
[08:59:25.469](0.001s) not ok 29 - options --locale-provider=icu --locale=und --lc-*=C: no stderr
test
[09:00:50.452] 169/309 postgresql:initdb / initdb/001_initdb                                           ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[08:55:19.628] tcop_postgres.c.obj : error LNK2019: unresolved external symbol sbrk referenced in function finish_xact_c...
compiler
[08:55:19.628] tcop_postgres.c.obj : error LNK2019: unresolved external symbol malloc_trim referenced in function finish...
compiler
[08:55:10.342] ../src/backend/tcop/postgres.c(2826): warning C4047: 'initializing': 'char *' differs in levels of indire...
compiler
[08:55:10.342] ../src/backend/tcop/postgres.c(2830): warning C4047: '=': 'char *' differs in levels of indirection from ...
51/5242 Fix RelationTruncate() corruption
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[08:53:10.115] ../src/backend/storage/smgr/smgr.c(710): warning C4098: 'smgrtruncate': 'void' function returning a value
51/4997 Return pg_control from pg_backup_stop().
Linux - Debian Bookworm - Meson
core
[22:12:49.748] #0  0x00007f03526a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:49.748] #1  0x00007f035265afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:49.748] #2  0x00007f0352645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:49.748] #3  0x00007f035281e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[22:12:49.748] #4  0x00007f035282aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[22:12:49.748] #5  0x00007f035280d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x563b2e73aee0,...
[22:12:49.748] #6  0x0000563b2d86f0d4 in backup_control_file (controlFile=controlFile@entry=0x563b304b426c ",\307\t\271V...
[22:12:49.748] #7  0x0000563b2d873e10 in pg_backup_stop (fcinfo=<optimized out>) at ../src/backend/access/transam/xlogfu...
[22:12:49.748] #8  0x0000563b2da6fb22 in ExecMakeTableFunctionResult (setexpr=0x563b304c3358, econtext=0x563b304c3228, a...
[22:12:49.748] #9  0x0000563b2da9db20 in FunctionNext (node=0x563b304c3018) at ../src/backend/executor/nodeFunctionscan....
core
[22:12:50.252] #0  0x00007efc0aea9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:50.252] #1  0x00007efc0ae5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:50.252] #2  0x00007efc0ae45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:12:50.252] #3  0x00007efc0b01e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[22:12:50.252] #4  0x00007efc0b02aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[22:12:50.252] #5  0x00007efc0b00d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55b7aa8f7ee0,...
[22:12:50.252] #6  0x000055b7a9a2c0d4 in backup_control_file (controlFile=controlFile@entry=0x55b7ac24a18c ",\307\t\271V...
[22:12:50.252] #7  0x000055b7a9a30e10 in pg_backup_stop (fcinfo=<optimized out>) at ../src/backend/access/transam/xlogfu...
[22:12:50.252] #8  0x000055b7a9c05687 in ExecInterpExpr (state=0x55b7ac2418a0, econtext=0x55b7ac241648, isnull=0x7ffedd0...
[22:12:50.252] #9  0x000055b7a9bf9f55 in ExecInterpExprStillValid (state=0x55b7ac2418a0, econtext=0x55b7ac241648, isNull...
tap
[22:08:57.263](1.532s) not ok 18 - psql fails correctly
[22:08:57.264](0.000s) not ok 19 - pg_backup_start fails gracefully
test
[22:11:43.436]  25/309 postgresql:recovery / recovery/020_archive_status                               ERROR            ...
[22:11:43.436]  44/309 postgresql:recovery / recovery/042_low_level_backup                             ERROR            ...
50/5123 Converting tab-complete.c's else-if chain to a switch
macOS - Sonoma - Meson
core
[19:35:16.334]   * frame #0: 0x000000019813250c libsystem_kernel.dylib`__sysctl + 8
[19:35:16.334]     frame #1: 0x000000019800dc64 libsystem_c.dylib`sysctlbyname + 116
[19:35:16.334]     frame #2: 0x000000019b598ef4 libsystem_darwin.dylib`___initialize_status_block_invoke + 84
[19:35:16.334]     frame #3: 0x0000000197fc13e8 libdispatch.dylib`_dispatch_client_callout + 20
[19:35:16.334]     frame #4: 0x0000000197fc2c68 libdispatch.dylib`_dispatch_once_callout + 32
[19:35:16.334]     frame #5: 0x000000019b5976dc libsystem_darwin.dylib`os_variant_has_internal_diagnostics + 132
[19:35:16.334]     frame #6: 0x00000001a4df66d8 libSystem.B.dylib`libSystem_initializer + 396
[19:35:16.334]     frame #7: 0x0000000197e02608 dyld`invocation function for block in dyld4::Loader::findAndRunAllInitia...
[19:35:16.334]     frame #8: 0x0000000197e40d6c dyld`invocation function for block in dyld3::MachOAnalyzer::forEachIniti...
[19:35:16.334]     frame #9: 0x0000000197e34400 dyld`invocation function for block in dyld3::MachOFile::forEachSection(v...
tap
[19:30:47.235](0.000s) not ok 358 - pgbench script error: setshell missing arg stderr /(?^:missing argument )/
test
[19:31:54.885] 212/309 postgresql:pgbench / pgbench/001_pgbench_with_server                            ERROR            ...
51/5152 Casts from jsonb to other types should cope with json null
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/query_cancel.out /tmp/cirrus-ci-build/build/testrun/postgres...
--- /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/query_cancel.out	2024-10-04 19:16:55.371241531 +0000
+++ /tmp/cirrus-ci-build/build/testrun/postgres_fdw/regress/results/query_cancel.out	2024-10-04 19:22:37.272668591 +0000
@@ -29,4 +29,5 @@
 -- This would take very long if not canceled:
 SELECT count(*) FROM ft1 a CROSS JOIN ft1 b CROSS JOIN ft1 c CROSS JOIN ft1 d;
 ERROR:  canceling statement due to statement timeout
+WARNING:  could not get result of cancel request due to timeout
 COMMIT;
test
[19:23:51.443] 161/309 postgresql:postgres_fdw / postgres_fdw/regress                                  ERROR            ...
51/4929 apply_scanjoin_target_to_paths and partitionwise join
FreeBSD - 13 - Meson
core
[18:28:43.429] #0  0x00001e8d4be6a14a in ?? () from /libexec/ld-elf.so.1
[18:28:43.429] #1  0x00001e8d4be57829 in ?? () from /libexec/ld-elf.so.1
[18:28:43.429] #2  0x00000000001dbd50 in ?? ()
[18:28:43.429] #3  0x00000cc05581b988 in ?? ()
[18:28:43.429] #4  0x00000cc0559b4808 in ?? ()
[18:28:43.429] #5  0x00000cc0559b4808 in ?? ()
[18:28:43.429] #6  0x0000000000000000 in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-04 18:23:15.042539000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_join.out	2024-10-04 18:24:57.400...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/recovery/0...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-04 18:23:15.042539000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/partition_join.out	2024-10-04 18:25:40.0...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/regress/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-04 18:23:15.042539000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/partition_join.out	2024-10-04 18:24:51.439818000 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[18:25:01.770](64.196s) not ok 5 - regression tests pass
tap
[18:25:43.242](70.016s) not ok 2 - regression tests pass
test
[18:27:35.408]  40/309 postgresql:regress / regress/regress                                            ERROR            ...
[18:27:35.408]  84/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[18:27:35.408] 151/309 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_c...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-04 18:23:34.987034972 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/partition_join.out	2024-10-04 18:30:36.305209707 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/src/test/recovery/tmp_ch...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-04 18:23:34.987034972 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/partition_join.out	2024-10-04 18:32:23.201146801 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/src/test/regress/results...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-04 18:23:34.987034972 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/partition_join.out	2024-10-04 18:28:51.145514565 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[18:30:39.418](107.578s) not ok 5 - regression tests pass
tap
[18:32:26.054](50.929s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Meson
core
[18:31:54.651] #0  <unavailable> in ?? ()
core
[18:31:55.016] #0  0x00007f1ab6bf7d24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[18:31:55.016] #1  0x00007f1ab6ba4239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[18:31:55.016] #2  0x00007f1ab6ba4497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[18:31:55.016] #3  0x000055f4480695c1 in ?? ()
[18:31:55.016] #4  0x000055f448063369 in ?? ()
[18:31:55.016] #5  0x000055f44806220f in ?? ()
[18:31:55.016] #6  0x000055f448062c3b in ?? ()
[18:31:55.016] #7  0x000055f44806066f in ?? ()
[18:31:55.016] #8  0x00007f1ab6b8f24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[18:31:55.016] #9  0x00007f1ab6b8f305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[18:31:54.891] #0  0x00007fd38b431d24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[18:31:54.891] #1  0x00007fd38b3de239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[18:31:54.891] #2  0x00007fd38b3de497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[18:31:54.891] #3  0x00005639dca515f3 in ?? ()
[18:31:54.891] #4  0x00005639dca4b369 in ?? ()
[18:31:54.891] #5  0x00005639dca4a20f in ?? ()
[18:31:54.891] #6  0x00005639dca4ac3b in ?? ()
[18:31:54.891] #7  0x00005639dca4866f in ?? ()
[18:31:54.891] #8  0x00007fd38b3c924a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[18:31:54.891] #9  0x00007fd38b3c9305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[18:31:54.891] #0  <unavailable> in ?? ()
core
[18:31:54.770] #0  0x00007fd38b431d24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[18:31:54.770] #1  0x00007fd38b3de239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[18:31:54.770] #2  0x00007fd38b3de497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[18:31:54.770] #3  0x00005639dca515c1 in ?? ()
[18:31:54.770] #4  0x00005639dca4b369 in ?? ()
[18:31:54.770] #5  0x00005639dca4a20f in ?? ()
[18:31:54.770] #6  0x00005639dca4ac3b in ?? ()
[18:31:54.770] #7  0x00005639dca4866f in ?? ()
[18:31:54.770] #8  0x00007fd38b3c924a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[18:31:54.770] #9  0x00007fd38b3c9305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[18:31:54.651] #0  0x00007f1ab6bf7d24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[18:31:54.651] #1  0x00007f1ab6ba4239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[18:31:54.651] #2  0x00007f1ab6ba4497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[18:31:54.651] #3  0x000055f4480695f3 in ?? ()
[18:31:54.651] #4  0x000055f448063369 in ?? ()
[18:31:54.651] #5  0x000055f44806220f in ?? ()
[18:31:54.651] #6  0x000055f448062c3b in ?? ()
[18:31:54.651] #7  0x000055f44806066f in ?? ()
[18:31:54.651] #8  0x00007f1ab6b8f24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[18:31:54.651] #9  0x00007f1ab6b8f305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-04 18:23:16.213174855 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_join.out	2024-10-04 18:28:35.204...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/recovery/0...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-04 18:23:16.213174855 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/partition_join.out	2024-10-04 18:29:07.2...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/regress/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-04 18:23:16.213174855 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/partition_join.out	2024-10-04 18:28:25.344595637 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[18:28:37.960](74.979s) not ok 5 - regression tests pass
tap
[18:29:10.007](72.450s) not ok 2 - regression tests pass
test
[18:30:48.658]  42/309 postgresql:regress / regress/regress                                            ERROR            ...
[18:30:48.658] 133/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[18:30:48.658] 153/309 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/partition_join.out /Users/admin/pgsql/build/testrun/pg_upgrade/002...
--- /Users/admin/pgsql/src/test/regress/expected/partition_join.out	2024-10-04 18:22:12
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_join.out	2024-10-04 18:24:45
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/partition_join.out /Users/admin/pgsql/build/testrun/recovery/027_s...
--- /Users/admin/pgsql/src/test/regress/expected/partition_join.out	2024-10-04 18:22:12
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/partition_join.out	2024-10-04 18:26:00
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/partition_join.out /Users/admin/pgsql/build/testrun/regress/regres...
--- /Users/admin/pgsql/src/test/regress/expected/partition_join.out	2024-10-04 18:22:12
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/partition_join.out	2024-10-04 18:24:45
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[18:24:49.492](51.148s) not ok 5 - regression tests pass
tap
[18:26:03.466](67.101s) not ok 2 - regression tests pass
test
[18:28:59.422]  23/309 postgresql:regress / regress/regress                                            ERROR            ...
[18:28:59.422]  44/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[18:28:59.422] 135/309 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/partition_join.out C:/cirrus/build/testrun/pg_upgrade/0...
--- C:/cirrus/src/test/regress/expected/partition_join.out	2024-10-04 18:23:54.389990400 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_join.out	2024-10-04 18:27:33.536802600 +000...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/partition_join.out C:/cirrus/build/testrun/recovery/027...
--- C:/cirrus/src/test/regress/expected/partition_join.out	2024-10-04 18:23:54.389990400 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/partition_join.out	2024-10-04 18:29:46.701933500 +0...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/partition_join.out C:/cirrus/build/testrun/regress/regr...
--- C:/cirrus/src/test/regress/expected/partition_join.out	2024-10-04 18:23:54.389990400 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/partition_join.out	2024-10-04 18:27:27.212088800 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[18:27:43.148](110.131s) not ok 5 - regression tests pass
tap
[18:29:56.656](119.650s) not ok 2 - regression tests pass
test
[18:36:24.683]  20/304 postgresql:regress / regress/regress                                            ERROR           1...
[18:36:24.683]  38/304 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[18:36:24.683]  86/304 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5151 DirtyScanshot index scan skips concurrently updated tuples
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/dirty_index_scan.out /tmp/cirrus-ci-build/build...
--- /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/dirty_index_scan.out	2024-10-04 18:05:35.024496000 +...
+++ /tmp/cirrus-ci-build/build/testrun/injection_points/isolation/results/dirty_index_scan.out	2024-10-04 18:15:01.41670...
@@ -36,4 +36,6 @@
                        
 (1 row)
 
+isolationtester: canceling step s1_s1 after 360 seconds
 step s1_s1: <... completed>
+ERROR:  canceling statement due to user request
test
[18:15:01.615] 309/309 postgresql:injection_points / injection_points/isolation                        ERROR           3...
51/4888 Run deferred triggers in the correct security context
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_p...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-10-04 17:53:38.624911000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/triggers.out	2024-10-04 17:54:38.852475000...
@@ -3731,7 +3731,9 @@
 -- test who runs deferred trigger functions
 -- setup
 create role groot;
+WARNING:  roles created by regression test cases should have names starting with "regress_"
 create role outis;
+WARNING:  roles created by regression test cases should have names starting with "regress_"
 create function whoami() returns trigger language plpgsql
 as $$
 begin
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/build/testrun/recovery/027_str...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-10-04 17:53:38.624911000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/triggers.out	2024-10-04 17:55:18.4952600...
@@ -3731,7 +3731,9 @@
 -- test who runs deferred trigger functions
 -- setup
 create role groot;
+WARNING:  roles created by regression test cases should have names starting with "regress_"
 create role outis;
+WARNING:  roles created by regression test cases should have names starting with "regress_"
 create function whoami() returns trigger language plpgsql
 as $$
 begin
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/build/testrun/regress/regress/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-10-04 17:53:38.624911000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/triggers.out	2024-10-04 17:54:34.675713000 +0000
@@ -3731,7 +3731,9 @@
 -- test who runs deferred trigger functions
 -- setup
 create role groot;
+WARNING:  roles created by regression test cases should have names starting with "regress_"
 create role outis;
+WARNING:  roles created by regression test cases should have names starting with "regress_"
 create function whoami() returns trigger language plpgsql
 as $$
 begin
tap
[17:55:20.656](59.498s) not ok 5 - regression tests pass
tap
[17:56:06.771](68.476s) not ok 2 - regression tests pass
test
[17:57:59.096]  13/309 postgresql:regress / regress/regress                                            ERROR            ...
[17:57:59.096]  79/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[17:57:59.096] 151/309 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
51/5174 Call rm_redo in a temporary memory context
CompilerWarnings
compiler
[17:04:59.721] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
compiler
[17:04:42.639] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
compiler
[17:07:37.080] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
50/4754 Add LSN <-> time conversion facility
CompilerWarnings
compiler
[11:53:58.714] pgstat_wal.c:362:48: error: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 2 has...
compiler
[11:53:58.714] pgstat_wal.c:545:26: error: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 2 has...
Linux - Debian Bookworm - Meson
core
[11:54:40.995] #0  0x00007fd139fcfd24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[11:54:40.995] #1  0x00007fd139f7c239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[11:54:40.995] #2  0x00007fd139f7c497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[11:54:40.995] #3  0x00005633de3795c1 in ?? ()
[11:54:40.995] #4  0x00005633de373369 in ?? ()
[11:54:40.995] #5  0x00005633de37220f in ?? ()
[11:54:40.995] #6  0x00005633de372c3b in ?? ()
[11:54:40.995] #7  0x00005633de37066f in ?? ()
[11:54:40.995] #8  0x00007fd139f6724a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[11:54:40.995] #9  0x00007fd139f67305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[11:54:43.914] #0  0xf7f84559 in __kernel_vsyscall ()
[11:54:43.914] #1  0xf68bf2f7 in ?? () from /lib/i386-linux-gnu/libc.so.6
[11:54:43.914] #2  0xf686e111 in raise () from /lib/i386-linux-gnu/libc.so.6
[11:54:43.914] #3  0xf685726a in abort () from /lib/i386-linux-gnu/libc.so.6
[11:54:43.914] #4  0xf6a7ad4a in __sanitizer::Abort () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_pos...
[11:54:43.914] #5  0xf6a89896 in __sanitizer::Die () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_termi...
[11:54:43.914] #6  0xf6a67c5b in __ubsan::__ubsan_handle_nonnull_arg_abort (Data=<optimized out>) at ../../../../../src/...
[11:54:43.914] #7  0x569741e8 in fill_val (att=att@entry=0x585fc5c4, bit=<optimized out>, bitmask=bitmask@entry=0xfff035...
[11:54:43.914] #8  0x56975f9b in heap_fill_tuple (tupleDesc=0x585fc5b0, values=0xfff035d8, isnull=0xfff035d6, data=<opti...
[11:54:43.914] #9  0x56977b5c in heap_form_tuple (tupleDescriptor=0x585fc5b0, values=0xfff035d8, isnull=0xfff035d6) at ....
core
[11:54:43.067] #0  0x00007fd139fcfd24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[11:54:43.067] #1  0x00007fd139f7c239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[11:54:43.067] #2  0x00007fd139f7c497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[11:54:43.067] #3  0x00005633de3795f3 in ?? ()
[11:54:43.067] #4  0x00005633de373369 in ?? ()
[11:54:43.067] #5  0x00005633de37220f in ?? ()
[11:54:43.067] #6  0x00005633de372c3b in ?? ()
[11:54:43.067] #7  0x00005633de37066f in ?? ()
[11:54:43.067] #8  0x00007fd139f6724a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[11:54:43.067] #9  0x00007fd139f67305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[11:54:43.067] #0  <unavailable> in ?? ()
core
[11:54:42.917] #0  0xf7f09559 in __kernel_vsyscall ()
[11:54:42.917] #1  0xf68442f7 in ?? () from /lib/i386-linux-gnu/libc.so.6
[11:54:42.917] #2  0xf67f3111 in raise () from /lib/i386-linux-gnu/libc.so.6
[11:54:42.917] #3  0xf67dc26a in abort () from /lib/i386-linux-gnu/libc.so.6
[11:54:42.917] #4  0xf69ffd4a in __sanitizer::Abort () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_pos...
[11:54:42.917] #5  0xf6a0e896 in __sanitizer::Die () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_termi...
[11:54:42.917] #6  0xf69ecc5b in __ubsan::__ubsan_handle_nonnull_arg_abort (Data=<optimized out>) at ../../../../../src/...
[11:54:42.917] #7  0x569801e8 in fill_val (att=att@entry=0x592daf14, bit=<optimized out>, bitmask=bitmask@entry=0xffc1ec...
[11:54:42.917] #8  0x56981f9b in heap_fill_tuple (tupleDesc=0x592daf00, values=0xffc1ed28, isnull=0xffc1ed26, data=<opti...
[11:54:42.917] #9  0x56983b5c in heap_form_tuple (tupleDescriptor=0x592daf00, values=0xffc1ed28, isnull=0xffc1ed26) at ....
core
[11:54:42.120] #0  0xf7f7b559 in __kernel_vsyscall ()
[11:54:42.120] #1  0xf68b62f7 in ?? () from /lib/i386-linux-gnu/libc.so.6
[11:54:42.120] #2  0xf6865111 in raise () from /lib/i386-linux-gnu/libc.so.6
[11:54:42.120] #3  0xf684e26a in abort () from /lib/i386-linux-gnu/libc.so.6
[11:54:42.120] #4  0xf6a71d4a in __sanitizer::Abort () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_pos...
[11:54:42.120] #5  0xf6a80896 in __sanitizer::Die () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_termi...
[11:54:42.120] #6  0xf6a5ec5b in __ubsan::__ubsan_handle_nonnull_arg_abort (Data=<optimized out>) at ../../../../../src/...
[11:54:42.120] #7  0x568ac1e8 in fill_val (att=att@entry=0x585f5f04, bit=<optimized out>, bitmask=bitmask@entry=0xff9b0e...
[11:54:42.120] #8  0x568adf9b in heap_fill_tuple (tupleDesc=0x585f5ef0, values=0xff9b0ee8, isnull=0xff9b0ee6, data=<opti...
[11:54:42.120] #9  0x568afb5c in heap_form_tuple (tupleDescriptor=0x585f5ef0, values=0xff9b0ee8, isnull=0xff9b0ee6) at ....
core
[11:54:41.250] #0  0x00007f0b97e47b13 in wait4 () from /lib/x86_64-linux-gnu/libc.so.6
[11:54:41.250] #1  0x00005607b6c98cc0 in ?? ()
[11:54:41.250] #2  0x00005607b6c98efa in ?? ()
[11:54:41.250] #3  0x00005607b6c9a630 in ?? ()
[11:54:41.250] #4  0x00005607b6c94371 in ?? ()
[11:54:41.250] #5  0x00005607b6c9320f in ?? ()
[11:54:41.250] #6  0x00005607b6c93c3b in ?? ()
[11:54:41.250] #7  0x00005607b6c9166f in ?? ()
[11:54:41.250] #8  0x00007f0b97d9b24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[11:54:41.250] #9  0x00007f0b97d9b305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[11:54:41.119] #0  0x00007fd7f23282a8 in ?? () from /lib64/ld-linux-x86-64.so.2
[11:54:41.119] #1  0x00007fd7f234397a in ?? () from /lib64/ld-linux-x86-64.so.2
[11:54:41.119] #2  0x00007fd7f234022f in ?? () from /lib64/ld-linux-x86-64.so.2
[11:54:41.119] #3  0x00007fd7f2341bac in ?? () from /lib64/ld-linux-x86-64.so.2
[11:54:41.119] #4  0x00007fd7f2340a58 in ?? () from /lib64/ld-linux-x86-64.so.2
[11:54:41.119] #5  0x0000000000000003 in ?? ()
[11:54:41.119] #6  0x00007ffe6cf2638a in ?? ()
[11:54:41.119] #7  0x00007ffe6cf2638d in ?? ()
[11:54:41.119] #8  0x00007ffe6cf26429 in ?? ()
[11:54:41.119] #9  0x0000000000000000 in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build-32/testrun/pg_upgr...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-04 11:41:51.962147184 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_join.out	2024-10-04 11:51:05....
@@ -3658,1574 +3658,10 @@
 (21 rows)
 
 SELECT t1.a, t1.c, t2.a, t2.c FROM plt1_adv t1 FULL JOIN plt2_adv t2 ON (t1.a = t2.a AND t1.c = t2.c) WHERE coalesce(t1...
- a |  c   | a |  c   
----+------+---+------
- 1 | 0001 |   | 
- 3 | 0003 | 3 | 0003
- 4 | 0004 | 4 | 0004
- 6 | 0006 | 6 | 0006
- 8 | 0008 |   | 
- 9 | 0009 | 9 | 0009
-   |      | 2 | 0002
-   |      | 7 | 0007
-(8 rows)
-
--- Test cases where one side has an extra partition
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build-32/testrun/recover...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-04 11:41:51.962147184 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/recovery/027_stream_regress/data/results/partition_join.out	2024-10-04 11:51:4...
@@ -1801,3431 +1801,10 @@
 -- inner join, qual covering only top-level partitions
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1_l t1, prt2_l t2 WHERE t1.a = t2.b AND t1.b = 0 ORDER BY t1.a, t2.b;
-                         QUERY PLAN                          
--------------------------------------------------------------
- Sort
-   Sort Key: t1.a
-   ->  Append
-         ->  Hash Join
-               Hash Cond: (t2_1.b = t1_1.a)
-               ->  Seq Scan on prt2_l_p1 t2_1
-               ->  Hash
-                     ->  Seq Scan on prt1_l_p1 t1_1
-                           Filter: (b = 0)
-         ->  Hash Join
-               Hash Cond: (t2_3.b = t1_3.a)
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build-32/testrun/regress...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-10-04 11:41:51.962147184 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/regress/regress/results/partition_join.out	2024-10-04 11:50:59.339101964 +0000
@@ -3415,1817 +3415,7 @@
 (15 rows)
 
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1_adv t1 INNER JOIN prt2_adv t2 ON (t1.a = t2.b) WHERE t1.a < 300 AND t1.b = 0 OR...
-  a  |  c   |  b  |  c   
------+------+-----+------
- 100 | 0100 | 100 | 0100
- 125 | 0125 | 125 | 0125
- 150 | 0150 | 150 | 0150
- 175 | 0175 | 175 | 0175
- 200 | 0200 | 200 | 0200
- 225 | 0225 | 225 | 0225
- 250 | 0250 | 250 | 0250
- 275 | 0275 | 275 | 0275
-(8 rows)
-
-DROP TABLE prt1_adv_p3;
...
tap
[11:51:06.252](75.564s) not ok 5 - regression tests pass
[11:51:10.726](4.464s) not ok 6 - dump before running pg_upgrade
tap
[11:51:45.852](77.280s) not ok 2 - regression tests pass
test
[11:53:36.960]  41/309 postgresql:regress / regress/regress                                            ERROR            ...
[11:53:36.960]  46/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[11:53:36.960] 132/309 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
50/5239 Add parallel columns for pg_stat_statements
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/select.out /tmp/cirrus-ci-build/build/testrun/pg_stat_...
--- /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/select.out	2024-10-04 04:51:08.857285000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_stat_statements/regress/results/select.out	2024-10-04 04:54:21.154626000 +0000
@@ -2,14 +2,14 @@
 -- SELECT statements
 --
 CREATE EXTENSION pg_stat_statements;
+ERROR:  extension "pg_stat_statements" has no installation script nor update path for version "1.12"
 SET pg_stat_statements.track_utility = FALSE;
 SET pg_stat_statements.track_planning = TRUE;
 SELECT pg_stat_statements_reset() IS NOT NULL AS t;
- t 
----
- t
-(1 row)
-
+ERROR:  function pg_stat_statements_reset() does not exist
+LINE 1: SELECT pg_stat_statements_reset() IS NOT NULL AS t;
+               ^
+HINT:  No function matches the given name and argument types. You might need to add explicit type casts.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/test_ddl_deparse/expected/create_extension.out /tmp/cirrus-ci-build/build...
--- /tmp/cirrus-ci-build/src/test/modules/test_ddl_deparse/expected/create_extension.out	2024-10-04 04:51:10.298861000 +...
+++ /tmp/cirrus-ci-build/build/testrun/test_ddl_deparse/regress/results/create_extension.out	2024-10-04 04:54:36.4455170...
@@ -2,4 +2,4 @@
 --- CREATE_EXTENSION
 ---
 CREATE EXTENSION pg_stat_statements;
-NOTICE:  DDL test: type simple, tag CREATE EXTENSION
+ERROR:  extension "pg_stat_statements" has no installation script nor update path for version "1.12"
test
[04:56:31.798]  87/309 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
[04:56:31.798] 117/309 postgresql:test_ddl_deparse / test_ddl_deparse/regress                          ERROR            ...
[04:56:31.798] 152/309 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[04:56:31.798] 227/309 postgresql:pg_stat_statements / pg_stat_statements/010_restart                  ERROR            ...
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/select.out /tmp/cirrus-ci-build/build/testrun/pg_stat_...
--- /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/select.out	2024-10-04 04:51:03.585887367 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_stat_statements/regress/results/select.out	2024-10-04 04:57:21.084452063 +0000
@@ -2,14 +2,14 @@
 -- SELECT statements
 --
 CREATE EXTENSION pg_stat_statements;
+ERROR:  extension "pg_stat_statements" has no installation script nor update path for version "1.12"
 SET pg_stat_statements.track_utility = FALSE;
 SET pg_stat_statements.track_planning = TRUE;
 SELECT pg_stat_statements_reset() IS NOT NULL AS t;
- t 
----
- t
-(1 row)
-
+ERROR:  function pg_stat_statements_reset() does not exist
+LINE 1: SELECT pg_stat_statements_reset() IS NOT NULL AS t;
+               ^
+HINT:  No function matches the given name and argument types. You might need to add explicit type casts.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/test_ddl_deparse/expected/create_extension.out /tmp/cirrus-ci-build/build...
--- /tmp/cirrus-ci-build/src/test/modules/test_ddl_deparse/expected/create_extension.out	2024-10-04 04:51:05.318590828 +...
+++ /tmp/cirrus-ci-build/build/testrun/test_ddl_deparse/regress/results/create_extension.out	2024-10-04 04:57:33.8203821...
@@ -2,4 +2,4 @@
 --- CREATE_EXTENSION
 ---
 CREATE EXTENSION pg_stat_statements;
-NOTICE:  DDL test: type simple, tag CREATE EXTENSION
+ERROR:  extension "pg_stat_statements" has no installation script nor update path for version "1.12"
test
[04:59:26.395]  85/309 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
[04:59:26.395] 116/309 postgresql:test_ddl_deparse / test_ddl_deparse/regress                          ERROR            ...
[04:59:26.395] 154/309 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[04:59:26.395] 227/309 postgresql:pg_stat_statements / pg_stat_statements/010_restart                  ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/contrib/pg_stat_statements/expected/select.out /Users/admin/pgsql/build/testrun/pg_stat_stat...
--- /Users/admin/pgsql/contrib/pg_stat_statements/expected/select.out	2024-10-04 04:51:06
+++ /Users/admin/pgsql/build/testrun/pg_stat_statements/regress/results/select.out	2024-10-04 04:55:09
@@ -2,14 +2,14 @@
 -- SELECT statements
 --
 CREATE EXTENSION pg_stat_statements;
+ERROR:  extension "pg_stat_statements" has no installation script nor update path for version "1.12"
 SET pg_stat_statements.track_utility = FALSE;
 SET pg_stat_statements.track_planning = TRUE;
 SELECT pg_stat_statements_reset() IS NOT NULL AS t;
- t 
----
- t
-(1 row)
-
+ERROR:  function pg_stat_statements_reset() does not exist
+LINE 1: SELECT pg_stat_statements_reset() IS NOT NULL AS t;
+               ^
+HINT:  No function matches the given name and argument types. You might need to add explicit type casts.
...
regress
diff -U3 /Users/admin/pgsql/src/test/modules/test_ddl_deparse/expected/create_extension.out /Users/admin/pgsql/build/tes...
--- /Users/admin/pgsql/src/test/modules/test_ddl_deparse/expected/create_extension.out	2024-10-04 04:51:07
+++ /Users/admin/pgsql/build/testrun/test_ddl_deparse/regress/results/create_extension.out	2024-10-04 04:55:20
@@ -2,4 +2,4 @@
 --- CREATE_EXTENSION
 ---
 CREATE EXTENSION pg_stat_statements;
-NOTICE:  DDL test: type simple, tag CREATE EXTENSION
+ERROR:  extension "pg_stat_statements" has no installation script nor update path for version "1.12"
test
[04:57:54.399]  91/309 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
[04:57:54.399] 117/309 postgresql:test_ddl_deparse / test_ddl_deparse/regress                          ERROR            ...
[04:57:54.399] 138/309 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[04:57:54.399] 226/309 postgresql:pg_stat_statements / pg_stat_statements/010_restart                  ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/contrib/pg_stat_statements/expected/select.out C:/cirrus/build/testrun/pg_stat_st...
--- C:/cirrus/contrib/pg_stat_statements/expected/select.out	2024-10-04 04:51:21.670442200 +0000
+++ C:/cirrus/build/testrun/pg_stat_statements/regress/results/select.out	2024-10-04 04:57:34.845209000 +0000
@@ -2,14 +2,14 @@
 -- SELECT statements
 --
 CREATE EXTENSION pg_stat_statements;
+ERROR:  extension "pg_stat_statements" has no installation script nor update path for version "1.12"
 SET pg_stat_statements.track_utility = FALSE;
 SET pg_stat_statements.track_planning = TRUE;
 SELECT pg_stat_statements_reset() IS NOT NULL AS t;
- t 
----
- t
-(1 row)
-
+ERROR:  function pg_stat_statements_reset() does not exist
+LINE 1: SELECT pg_stat_statements_reset() IS NOT NULL AS t;
+               ^
+HINT:  No function matches the given name and argument types. You might need to add explicit type casts.
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/modules/test_ddl_deparse/expected/create_extension.out C:/cirrus/build/t...
--- C:/cirrus/src/test/modules/test_ddl_deparse/expected/create_extension.out	2024-10-04 04:51:25.621126100 +0000
+++ C:/cirrus/build/testrun/test_ddl_deparse/regress/results/create_extension.out	2024-10-04 04:58:03.242171900 +0000
@@ -2,4 +2,4 @@
 --- CREATE_EXTENSION
 ---
 CREATE EXTENSION pg_stat_statements;
-NOTICE:  DDL test: type simple, tag CREATE EXTENSION
+ERROR:  extension "pg_stat_statements" has no installation script nor update path for version "1.12"
test
[05:03:39.502]  88/304 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
[05:03:39.502] 102/304 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
[05:03:39.502] 123/304 postgresql:test_ddl_deparse / test_ddl_deparse/regress                          ERROR            ...
[05:03:39.502] 221/304 postgresql:pg_stat_statements / pg_stat_statements/010_restart                  ERROR            ...
51/5272 Truncate logs by max_log_size
CompilerWarnings
compiler
[04:01:45.651] elog.c:1699:9: error: initializing 'char *' with an expression of type 'const char *' discards qualifiers...
compiler
[03:59:25.063] elog.c:1699:9: error: initializing 'char *' with an expression of type 'const char *' discards qualifiers...
compiler
[03:57:05.831] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar...
compiler
[03:54:39.815] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar...
compiler
[04:05:42.677] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar...
51/5246 Allow SQL functions use CachedPlan machinery
FreeBSD - 13 - Meson
core
[02:54:47.842] #0  0x00003b7a4b7a72ca in ?? () from /libexec/ld-elf.so.1
[02:54:47.842] #1  0x00003b7a4b7a2784 in ?? () from /libexec/ld-elf.so.1
[02:54:47.842] #2  0x0000356e1f343078 in ?? ()
[02:54:47.842] #3  0x0000356e1f3430b0 in ?? ()
[02:54:47.842] #4  0x0000356e1f3430e8 in ?? ()
[02:54:47.842] #5  0x0000356e1f343120 in ?? ()
[02:54:47.842] #6  0x0000356e1be580a8 in ?? ()
[02:54:47.842] #7  0x0000356e1b235030 in ?? ()
[02:54:47.842] #8  0x0000356e1b234ff0 in ?? ()
[02:54:47.842] #9  0x00003b7a4b7a3f86 in ?? () from /libexec/ld-elf.so.1
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upg...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-10-04 02:49:15.123133000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/xml.out	2024-10-04 02:50:45.052090000 +000...
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-10-04 02:49:15.123133000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/xml.out	2024-10-04 02:51:35.463428000 +0...
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/regress/regress/resul...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-10-04 02:49:15.123133000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/xml.out	2024-10-04 02:50:43.045227000 +0000
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
tap
[02:51:00.463](61.422s) not ok 5 - regression tests pass
tap
[02:51:51.243](73.878s) not ok 2 - regression tests pass
test
[02:53:44.313]  40/309 postgresql:regress / regress/regress                                            ERROR            ...
[02:53:44.313]  82/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[02:53:44.313] 155/309 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/result...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-10-04 02:49:13.917915106 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/xml.out	2024-10-04 02:54:12.286092922 +0000
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-10-04 02:49:13.917915106 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/xml.out	2024-10-04 02:56:01.286734196 +0000
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/src/test/regress/results/xml.out
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-10-04 02:49:13.917915106 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/xml.out	2024-10-04 02:52:26.019484759 +0000
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
tap
[02:54:19.478](102.142s) not ok 5 - regression tests pass
tap
[02:56:06.724](51.602s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upg...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-10-04 02:49:15.365923842 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/xml.out	2024-10-04 02:51:41.090540789 +000...
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-10-04 02:49:15.365923842 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/xml.out	2024-10-04 02:52:16.583150764 +0...
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/regress/regress/resul...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-10-04 02:49:15.365923842 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/xml.out	2024-10-04 02:51:35.358469446 +0000
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
tap
[02:51:53.322](73.185s) not ok 5 - regression tests pass
tap
[02:52:24.918](71.971s) not ok 2 - regression tests pass
test
[02:54:02.755]  44/309 postgresql:regress / regress/regress                                            ERROR            ...
[02:54:02.755] 130/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[02:54:02.755] 153/309 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
51/4412 Client authentication via OAuth 2.0
FreeBSD - 13 - Meson
test
[01:55:35.763] 107/311 postgresql:oauth_validator / oauth_validator/regress                            ERROR            ...
Linux - Debian Bookworm - Meson
test
[01:56:33.102] 106/311 postgresql:oauth_validator / oauth_validator/regress                            ERROR            ...
macOS - Sonoma - Meson
test
[01:57:00.088] 107/311 postgresql:oauth_validator / oauth_validator/regress                            ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
test
[02:03:17.095] 106/306 postgresql:oauth_validator / oauth_validator/regress                            ERROR            ...
51/5277 general purpose array_sort
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/arrays.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/arrays.out	2024-10-03 23:47:40.951129000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/arrays.out	2024-10-03 23:49:21.261085000 +...
@@ -2749,13 +2749,13 @@
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[]);
                             array_sort                            
 ------------------------------------------------------------------
- {"abc DEF 123abc","ábc sßs ßss DÉF",ⱥȺ,ⱥⱥⱥ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž"}
+ {"abc DEF 123abc","ábc sßs ßss DÉF","DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥȺ,ⱥⱥⱥ}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[], 'desc');
                             array_sort                            
 ------------------------------------------------------------------
- {"DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥⱥⱥ,ⱥȺ,"ábc sßs ßss DÉF","abc DEF 123abc"}
+ {ⱥⱥⱥ,ⱥȺ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž","ábc sßs ßss DÉF","abc DEF 123abc"}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[] COLLATE "pg_c_utf8", 'asc');
@@ -2774,55 +2774,55 @@
...
tap
[23:50:05.511](63.464s) not ok 5 - regression tests pass
test
[23:52:42.340]  91/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/arrays.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/res...
--- /tmp/cirrus-ci-build/src/test/regress/expected/arrays.out	2024-10-03 23:47:39.988834395 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/arrays.out	2024-10-03 23:53:36.575719257 +0000
@@ -2749,13 +2749,13 @@
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[]);
                             array_sort                            
 ------------------------------------------------------------------
- {"abc DEF 123abc","ábc sßs ßss DÉF",ⱥȺ,ⱥⱥⱥ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž"}
+ {"abc DEF 123abc","ábc sßs ßss DÉF","DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥȺ,ⱥⱥⱥ}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[], 'desc');
                             array_sort                            
 ------------------------------------------------------------------
- {"DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥⱥⱥ,ⱥȺ,"ábc sßs ßss DÉF","abc DEF 123abc"}
+ {ⱥⱥⱥ,ⱥȺ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž","ábc sßs ßss DÉF","abc DEF 123abc"}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[] COLLATE "pg_c_utf8", 'asc');
@@ -2774,55 +2774,55 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/arrays.out /tmp/cirrus-ci-build/src/test/recovery/tmp_check/resu...
--- /tmp/cirrus-ci-build/src/test/regress/expected/arrays.out	2024-10-03 23:47:39.988834395 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/arrays.out	2024-10-03 23:55:32.563655745 +0000
@@ -2749,13 +2749,13 @@
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[]);
                             array_sort                            
 ------------------------------------------------------------------
- {"abc DEF 123abc","ábc sßs ßss DÉF",ⱥȺ,ⱥⱥⱥ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž"}
+ {"abc DEF 123abc","ábc sßs ßss DÉF","DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥȺ,ⱥⱥⱥ}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[], 'desc');
                             array_sort                            
 ------------------------------------------------------------------
- {"DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥⱥⱥ,ⱥȺ,"ábc sßs ßss DÉF","abc DEF 123abc"}
+ {ⱥⱥⱥ,ⱥȺ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž","ábc sßs ßss DÉF","abc DEF 123abc"}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[] COLLATE "pg_c_utf8", 'asc');
@@ -2774,55 +2774,55 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/arrays.out /tmp/cirrus-ci-build/src/test/regress/results/arrays....
--- /tmp/cirrus-ci-build/src/test/regress/expected/arrays.out	2024-10-03 23:47:39.988834395 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/arrays.out	2024-10-03 23:51:14.039871804 +0000
@@ -2749,13 +2749,13 @@
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[]);
                             array_sort                            
 ------------------------------------------------------------------
- {"abc DEF 123abc","ábc sßs ßss DÉF",ⱥȺ,ⱥⱥⱥ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž"}
+ {"abc DEF 123abc","ábc sßs ßss DÉF","DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥȺ,ⱥⱥⱥ}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[], 'desc');
                             array_sort                            
 ------------------------------------------------------------------
- {"DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥⱥⱥ,ⱥȺ,"ábc sßs ßss DÉF","abc DEF 123abc"}
+ {ⱥⱥⱥ,ⱥȺ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž","ábc sßs ßss DÉF","abc DEF 123abc"}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[] COLLATE "pg_c_utf8", 'asc');
@@ -2774,55 +2774,55 @@
...
tap
[23:54:55.460](105.206s) not ok 5 - regression tests pass
tap
[23:56:16.404](57.689s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/arrays.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/arrays.out	2024-10-03 23:47:40.933871187 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/arrays.out	2024-10-03 23:51:45.911112493 +...
@@ -2749,13 +2749,13 @@
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[]);
                             array_sort                            
 ------------------------------------------------------------------
- {"abc DEF 123abc","ábc sßs ßss DÉF",ⱥȺ,ⱥⱥⱥ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž"}
+ {"abc DEF 123abc","ábc sßs ßss DÉF","DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥȺ,ⱥⱥⱥ}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[], 'desc');
                             array_sort                            
 ------------------------------------------------------------------
- {"DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥⱥⱥ,ⱥȺ,"ábc sßs ßss DÉF","abc DEF 123abc"}
+ {ⱥⱥⱥ,ⱥȺ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž","ábc sßs ßss DÉF","abc DEF 123abc"}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[] COLLATE "pg_c_utf8", 'asc');
@@ -2774,55 +2774,55 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/arrays.out /tmp/cirrus-ci-build/build/testrun/recovery/027_strea...
--- /tmp/cirrus-ci-build/src/test/regress/expected/arrays.out	2024-10-03 23:47:40.933871187 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/arrays.out	2024-10-03 23:52:25.074692472...
@@ -2749,13 +2749,13 @@
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[]);
                             array_sort                            
 ------------------------------------------------------------------
- {"abc DEF 123abc","ábc sßs ßss DÉF",ⱥȺ,ⱥⱥⱥ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž"}
+ {"abc DEF 123abc","ábc sßs ßss DÉF","DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥȺ,ⱥⱥⱥ}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[], 'desc');
                             array_sort                            
 ------------------------------------------------------------------
- {"DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥⱥⱥ,ⱥȺ,"ábc sßs ßss DÉF","abc DEF 123abc"}
+ {ⱥⱥⱥ,ⱥȺ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž","ábc sßs ßss DÉF","abc DEF 123abc"}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[] COLLATE "pg_c_utf8", 'asc');
@@ -2774,55 +2774,55 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/arrays.out /tmp/cirrus-ci-build/build/testrun/regress/regress/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/arrays.out	2024-10-03 23:47:40.933871187 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/arrays.out	2024-10-03 23:51:42.059245886 +0000
@@ -2749,13 +2749,13 @@
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[]);
                             array_sort                            
 ------------------------------------------------------------------
- {"abc DEF 123abc","ábc sßs ßss DÉF",ⱥȺ,ⱥⱥⱥ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž"}
+ {"abc DEF 123abc","ábc sßs ßss DÉF","DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥȺ,ⱥⱥⱥ}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[], 'desc');
                             array_sort                            
 ------------------------------------------------------------------
- {"DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥⱥⱥ,ⱥȺ,"ábc sßs ßss DÉF","abc DEF 123abc"}
+ {ⱥⱥⱥ,ⱥȺ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž","ábc sßs ßss DÉF","abc DEF 123abc"}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[] COLLATE "pg_c_utf8", 'asc');
@@ -2774,55 +2774,55 @@
...
tap
[23:52:41.018](71.491s) not ok 5 - regression tests pass
tap
[23:53:15.425](72.089s) not ok 2 - regression tests pass
test
[23:54:55.878]  13/309 postgresql:regress / regress/regress                                            ERROR            ...
[23:54:55.878] 117/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[23:54:55.878] 153/309 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/arrays.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgr...
--- /Users/admin/pgsql/src/test/regress/expected/arrays.out	2024-10-03 23:47:11
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/arrays.out	2024-10-03 23:49:13
@@ -2749,13 +2749,13 @@
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[]);
                             array_sort                            
 ------------------------------------------------------------------
- {"abc DEF 123abc","ábc sßs ßss DÉF",ⱥȺ,ⱥⱥⱥ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž"}
+ {"abc DEF 123abc","ábc sßs ßss DÉF","DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥȺ,ⱥⱥⱥ}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[], 'desc');
                             array_sort                            
 ------------------------------------------------------------------
- {"DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥⱥⱥ,ⱥȺ,"ábc sßs ßss DÉF","abc DEF 123abc"}
+ {ⱥⱥⱥ,ⱥȺ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž","ábc sßs ßss DÉF","abc DEF 123abc"}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[] COLLATE "pg_c_utf8", 'asc');
@@ -2774,55 +2774,55 @@
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/arrays.out /Users/admin/pgsql/build/testrun/recovery/027_stream_re...
--- /Users/admin/pgsql/src/test/regress/expected/arrays.out	2024-10-03 23:47:11
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/arrays.out	2024-10-03 23:50:12
@@ -2749,13 +2749,13 @@
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[]);
                             array_sort                            
 ------------------------------------------------------------------
- {"abc DEF 123abc","ábc sßs ßss DÉF",ⱥȺ,ⱥⱥⱥ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž"}
+ {"abc DEF 123abc","ábc sßs ßss DÉF","DŽxxDŽ džxxDž Džxxdž",ⱥȺ,ȺȺȺ,ⱥⱥⱥ}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[], 'desc');
                             array_sort                            
 ------------------------------------------------------------------
- {"DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥⱥⱥ,ⱥȺ,"ábc sßs ßss DÉF","abc DEF 123abc"}
+ {ⱥⱥⱥ,ȺȺȺ,ⱥȺ,"DŽxxDŽ džxxDž Džxxdž","ábc sßs ßss DÉF","abc DEF 123abc"}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[] COLLATE "pg_c_utf8", 'asc');
@@ -2774,55 +2774,55 @@
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/arrays.out /Users/admin/pgsql/build/testrun/regress/regress/result...
--- /Users/admin/pgsql/src/test/regress/expected/arrays.out	2024-10-03 23:47:11
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/arrays.out	2024-10-03 23:49:10
@@ -2749,13 +2749,13 @@
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[]);
                             array_sort                            
 ------------------------------------------------------------------
- {"abc DEF 123abc","ábc sßs ßss DÉF",ⱥȺ,ⱥⱥⱥ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž"}
+ {"abc DEF 123abc","ábc sßs ßss DÉF","DŽxxDŽ džxxDž Džxxdž",ⱥȺ,ȺȺȺ,ⱥⱥⱥ}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[], 'desc');
                             array_sort                            
 ------------------------------------------------------------------
- {"DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥⱥⱥ,ⱥȺ,"ábc sßs ßss DÉF","abc DEF 123abc"}
+ {ⱥⱥⱥ,ȺȺȺ,ⱥȺ,"DŽxxDŽ džxxDž Džxxdž","ábc sßs ßss DÉF","abc DEF 123abc"}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[] COLLATE "pg_c_utf8", 'asc');
@@ -2774,55 +2774,55 @@
...
tap
[23:49:41.034](43.946s) not ok 5 - regression tests pass
tap
[23:50:51.493](65.083s) not ok 2 - regression tests pass
test
[23:53:26.876]  24/309 postgresql:regress / regress/regress                                            ERROR            ...
[23:53:26.876]  45/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[23:53:26.876] 136/309 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/arrays.out C:/cirrus/build/testrun/pg_upgrade/002_pg_up...
--- C:/cirrus/src/test/regress/expected/arrays.out	2024-10-03 23:47:55.362940800 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/arrays.out	2024-10-03 23:50:31.720438000 +0000
@@ -2749,13 +2749,13 @@
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[]);
                             array_sort                            
 ------------------------------------------------------------------
- {"abc DEF 123abc","ábc sßs ßss DÉF",ⱥȺ,ⱥⱥⱥ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž"}
+ {"abc DEF 123abc","ábc sßs ßss DÉF","DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥȺ,ⱥⱥⱥ}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[], 'desc');
                             array_sort                            
 ------------------------------------------------------------------
- {"DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥⱥⱥ,ⱥȺ,"ábc sßs ßss DÉF","abc DEF 123abc"}
+ {ⱥⱥⱥ,ⱥȺ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž","ábc sßs ßss DÉF","abc DEF 123abc"}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[] COLLATE "pg_c_utf8", 'asc');
@@ -2774,55 +2774,55 @@
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/arrays.out C:/cirrus/build/testrun/recovery/027_stream_...
--- C:/cirrus/src/test/regress/expected/arrays.out	2024-10-03 23:47:55.362940800 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/arrays.out	2024-10-03 23:52:47.610821900 +0000
@@ -2747,82 +2747,78 @@
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[]);
-                            array_sort                            
-------------------------------------------------------------------
- {"abc DEF 123abc","ábc sßs ßss DÉF",ⱥȺ,ⱥⱥⱥ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž"}
+                                       array_sort                                       
+----------------------------------------------------------------------------------------
+ {"ábc sßs ßss DÉF",ⱥⱥⱥ,ⱥȺ,"abc DEF 123abc","DŽxxDŽ džxxDž Džxxdž",ȺȺȺ}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[], 'desc');
-                            array_sort                            
-------------------------------------------------------------------
- {"DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥⱥⱥ,ⱥȺ,"ábc sßs ßss DÉF","abc DEF 123abc"}
+                                       array_sort                                       
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/arrays.out C:/cirrus/build/testrun/regress/regress/resu...
--- C:/cirrus/src/test/regress/expected/arrays.out	2024-10-03 23:47:55.362940800 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/arrays.out	2024-10-03 23:50:23.429872400 +0000
@@ -2747,82 +2747,78 @@
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[]);
-                            array_sort                            
-------------------------------------------------------------------
- {"abc DEF 123abc","ábc sßs ßss DÉF",ⱥȺ,ⱥⱥⱥ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž"}
+                                       array_sort                                       
+----------------------------------------------------------------------------------------
+ {"ábc sßs ßss DÉF",ⱥⱥⱥ,ⱥȺ,"abc DEF 123abc","DŽxxDŽ džxxDž Džxxdž",ȺȺȺ}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[], 'desc');
-                            array_sort                            
-------------------------------------------------------------------
- {"DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥⱥⱥ,ⱥȺ,"ábc sßs ßss DÉF","abc DEF 123abc"}
+                                       array_sort                                       
...
tap
[23:51:52.792](112.670s) not ok 5 - regression tests pass
tap
[23:54:12.673](127.481s) not ok 2 - regression tests pass
test
[00:00:44.740]   7/304 postgresql:regress / regress/regress                                            ERROR           1...
[00:00:44.740]  41/304 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[00:00:44.740]  92/304 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
50/5270 jsonpath string methods: lower, upper, initcap, l/r/btrim, replace, split_part
CompilerWarnings
compiler
[22:49:20.284] jsonpath_exec.c:2829:13: error: mixing declarations and code is incompatible with standards before C99 [-...
compiler
[22:48:58.616] jsonpath_exec.c:2829:13: error: mixing declarations and code is incompatible with standards before C99 [-...
compiler
[22:48:18.123] jsonpath_exec.c:2829:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta...
compiler
[22:48:08.063] jsonpath_exec.c:2829:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta...
compiler
[22:50:18.023] jsonpath_exec.c:2829:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta...
Linux - Debian Bookworm - Meson
core
[22:57:24.431] #0  <unavailable> in ?? ()
core
[22:57:24.667] #0  0x00007fd36d58bd24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[22:57:24.667] #1  0x00007fd36d538239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[22:57:24.667] #2  0x00007fd36d538497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[22:57:24.667] #3  0x0000560daab635c1 in ?? ()
[22:57:24.667] #4  0x0000560daab5d369 in ?? ()
[22:57:24.667] #5  0x0000560daab5c20f in ?? ()
[22:57:24.667] #6  0x0000560daab5cc3b in ?? ()
[22:57:24.667] #7  0x0000560daab5a66f in ?? ()
[22:57:24.667] #8  0x00007fd36d52324a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:57:24.667] #9  0x00007fd36d523305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:57:24.549] #0  0x00007fb0c76aad24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[22:57:24.549] #1  0x00007fb0c7657239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[22:57:24.549] #2  0x00007fb0c7657497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[22:57:24.549] #3  0x0000557ec4a315f3 in ?? ()
[22:57:24.549] #4  0x0000557ec4a2b369 in ?? ()
[22:57:24.549] #5  0x0000557ec4a2a20f in ?? ()
[22:57:24.549] #6  0x0000557ec4a2ac3b in ?? ()
[22:57:24.549] #7  0x0000557ec4a2866f in ?? ()
[22:57:24.549] #8  0x00007fb0c764224a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:57:24.549] #9  0x00007fb0c7642305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:57:24.549] #0  <unavailable> in ?? ()
core
[22:57:24.431] #0  0x00007fd36d58bd24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[22:57:24.431] #1  0x00007fd36d538239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[22:57:24.431] #2  0x00007fd36d538497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[22:57:24.431] #3  0x0000560daab635f3 in ?? ()
[22:57:24.431] #4  0x0000560daab5d369 in ?? ()
[22:57:24.431] #5  0x0000560daab5c20f in ?? ()
[22:57:24.431] #6  0x0000560daab5cc3b in ?? ()
[22:57:24.431] #7  0x0000560daab5a66f in ?? ()
[22:57:24.431] #8  0x00007fd36d52324a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:57:24.431] #9  0x00007fd36d523305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:57:24.311] #0  0x00007fb0c76aad24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[22:57:24.311] #1  0x00007fb0c7657239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[22:57:24.311] #2  0x00007fb0c7657497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[22:57:24.311] #3  0x0000557ec4a315c1 in ?? ()
[22:57:24.311] #4  0x0000557ec4a2b369 in ?? ()
[22:57:24.311] #5  0x0000557ec4a2a20f in ?? ()
[22:57:24.311] #6  0x0000557ec4a2ac3b in ?? ()
[22:57:24.311] #7  0x0000557ec4a2866f in ?? ()
[22:57:24.311] #8  0x00007fb0c764224a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:57:24.311] #9  0x00007fb0c7642305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out /tmp/cirrus-ci-build/build-32/testrun/pg_upgr...
--- /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out	2024-10-03 22:47:26.243100245 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/pg_upgrade/002_pg_upgrade/data/results/jsonb_jsonpath.out	2024-10-03 22:53:33....
@@ -3078,7 +3078,7 @@
 select jsonb_path_query('"abc~@~def~@~ghi"', '$.split_part("~@~", 2)');
  jsonb_path_query 
 ------------------
- "def"
+ ""
 (1 row)
 
 -- Test string methods play nicely together
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out /tmp/cirrus-ci-build/build-32/testrun/recover...
--- /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out	2024-10-03 22:47:26.243100245 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/recovery/027_stream_regress/data/results/jsonb_jsonpath.out	2024-10-03 22:54:0...
@@ -3078,7 +3078,7 @@
 select jsonb_path_query('"abc~@~def~@~ghi"', '$.split_part("~@~", 2)');
  jsonb_path_query 
 ------------------
- "def"
+ ""
 (1 row)
 
 -- Test string methods play nicely together
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out /tmp/cirrus-ci-build/build-32/testrun/regress...
--- /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out	2024-10-03 22:47:26.243100245 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/regress/regress/results/jsonb_jsonpath.out	2024-10-03 22:53:28.534688510 +0000
@@ -3078,7 +3078,7 @@
 select jsonb_path_query('"abc~@~def~@~ghi"', '$.split_part("~@~", 2)');
  jsonb_path_query 
 ------------------
- "def"
+ ""
 (1 row)
 
 -- Test string methods play nicely together
tap
[22:53:50.572](70.855s) not ok 5 - regression tests pass
tap
[22:54:22.752](68.260s) not ok 2 - regression tests pass
test
[22:56:10.698]  40/309 postgresql:regress / regress/regress                                            ERROR            ...
[22:56:10.698] 119/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[22:56:10.698] 148/309 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
51/5027 Track the amount of time waiting due to cost_delay
CompilerWarnings
compiler
[21:33:08.750] vacuum.c:121:9: error: no previous extern declaration for non-static variable 'nap_time_since_last_report...
compiler
[21:32:58.183] vacuum.c:121:9: error: no previous extern declaration for non-static variable 'nap_time_since_last_report...
51/5031 Remove dependence on integer wrapping
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/date.out C:/cirrus/build/testrun/pg_upgrade/002_pg_upgr...
--- C:/cirrus/src/test/regress/expected/date.out	2024-10-03 21:11:57.816657100 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/date.out	2024-10-03 21:14:03.810879300 +0000
@@ -1533,4 +1533,4 @@
 select make_time(24, 0, 2.1);
 ERROR:  time field value out of range: 24:00:2.1
 SELECT make_date(-2147483648, 1, 1);
-ERROR:  date field value out of range: -2147483648-01-01
+ERROR:  date field value out of range: 24301-01-01
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/date.out C:/cirrus/build/testrun/recovery/027_stream_re...
--- C:/cirrus/src/test/regress/expected/date.out	2024-10-03 21:11:57.816657100 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/date.out	2024-10-03 21:16:08.031366000 +0000
@@ -1533,4 +1533,4 @@
 select make_time(24, 0, 2.1);
 ERROR:  time field value out of range: 24:00:2.1
 SELECT make_date(-2147483648, 1, 1);
-ERROR:  date field value out of range: -2147483648-01-01
+ERROR:  date field value out of range: 24301-01-01
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/date.out C:/cirrus/build/testrun/regress/regress/result...
--- C:/cirrus/src/test/regress/expected/date.out	2024-10-03 21:11:57.816657100 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/date.out	2024-10-03 21:13:57.760202100 +0000
@@ -1533,4 +1533,4 @@
 select make_time(24, 0, 2.1);
 ERROR:  time field value out of range: 24:00:2.1
 SELECT make_date(-2147483648, 1, 1);
-ERROR:  date field value out of range: -2147483648-01-01
+ERROR:  date field value out of range: 24301-01-01
tap
[21:15:49.324](112.143s) not ok 5 - regression tests pass
tap
[21:17:55.376](115.508s) not ok 2 - regression tests pass
test
[21:24:09.361]   6/304 postgresql:regress / regress/regress                                            ERROR           1...
[21:24:09.361]  38/304 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[21:24:09.361]  85/304 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5252 Trim the heap free memory
CompilerWarnings
compiler
[20:00:32.419] postgres.c:2826:47: error: initialization of ‘char *’ from ‘int’ makes pointer from integer without a cas...
compiler
[20:00:32.419] postgres.c:2830:33: error: assignment to ‘char *’ from ‘int’ makes pointer from integer without a cast [-...
compiler
[20:00:32.419] postgres.c:2829:25: error: implicit declaration of function ‘malloc_trim’ [-Werror=implicit-function-decl...
compiler
[20:00:32.419] postgres.c:2826:47: error: implicit declaration of function ‘sbrk’ [-Werror=implicit-function-declaration...
Linux - Debian Bookworm - Autoconf
tap
[20:00:18.398](0.001s) not ok 29 - options --locale-provider=icu --locale=und --lc-*=C: no stderr
Linux - Debian Bookworm - Meson
tap
[20:02:14.431](0.001s) not ok 29 - options --locale-provider=icu --locale=und --lc-*=C: no stderr
test
[20:03:40.432] 172/309 postgresql:initdb / initdb/001_initdb                                           ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[19:58:30.737] ../src/backend/tcop/postgres.c(2826): warning C4047: 'initializing': 'char *' differs in levels of indire...
compiler
[19:58:39.808] tcop_postgres.c.obj : error LNK2019: unresolved external symbol sbrk referenced in function finish_xact_c...
compiler
[19:58:39.808] tcop_postgres.c.obj : error LNK2019: unresolved external symbol malloc_trim referenced in function finish...
compiler
[19:58:30.737] ../src/backend/tcop/postgres.c(2830): warning C4047: '=': 'char *' differs in levels of indirection from ...
51/5242 Fix RelationTruncate() corruption
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[19:04:15.153] ../src/backend/storage/smgr/smgr.c(710): warning C4098: 'smgrtruncate': 'void' function returning a value
50/5212 Parallel workers stats in pg_stat_database
macOS - Sonoma - Meson
test
[19:01:54.476] 193/309 postgresql:pg_verifybackup / pg_verifybackup/007_wal                            ERROR            ...
51/4918 Convert internals documentation to Markdown
macOS - Sonoma - Meson
tap
[11:54:29.095](0.000s) not ok 7 - corrupt WAL file causes failure: matches
test
[11:55:50.952] 196/309 postgresql:pg_verifybackup / pg_verifybackup/007_wal                            ERROR            ...
51/4997 Return pg_control from pg_backup_stop().
Linux - Debian Bookworm - Meson
core
[09:42:06.820] #0  0x00007f4738aa9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:42:06.820] #1  0x00007f4738a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:42:06.820] #2  0x00007f4738a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:42:06.820] #3  0x00007f4738c1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:42:06.820] #4  0x00007f4738c2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:42:06.820] #5  0x00007f4738c0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55d85b581ee0,...
[09:42:06.820] #6  0x000055d85a6b60d4 in backup_control_file (controlFile=controlFile@entry=0x55d85c40b18c "g\333C]\336e...
[09:42:06.820] #7  0x000055d85a6bae10 in pg_backup_stop (fcinfo=<optimized out>) at ../src/backend/access/transam/xlogfu...
[09:42:06.820] #8  0x000055d85a88f687 in ExecInterpExpr (state=0x55d85c4028a0, econtext=0x55d85c402648, isnull=0x7ffe109...
[09:42:06.820] #9  0x000055d85a883f55 in ExecInterpExprStillValid (state=0x55d85c4028a0, econtext=0x55d85c402648, isNull...
core
[09:42:06.304] #0  0x00007f3a736aed24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[09:42:06.304] #1  0x00007f3a7365b239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[09:42:06.304] #2  0x00007f3a73716184 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:42:06.304] #3  0x00007f3a737287dc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:42:06.751] #0  0x00007f4738aa9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[09:42:05.854] #0  0x00007f9a320a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:42:05.854] #1  0x00007f9a3205afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:42:05.854] #2  0x00007f9a32045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:42:05.854] #3  0x00007f9a3221e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:42:05.854] #4  0x00007f9a3222aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:42:05.854] #5  0x00007f9a3220d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55cd65dd2ee0,...
[09:42:05.854] #6  0x000055cd64f070d4 in backup_control_file (controlFile=controlFile@entry=0x55cd66ae626c "g\333C]\336e...
[09:42:05.854] #7  0x000055cd64f0be10 in pg_backup_stop (fcinfo=<optimized out>) at ../src/backend/access/transam/xlogfu...
[09:42:05.854] #8  0x000055cd65107c9f in ExecMakeTableFunctionResult (setexpr=0x55cd66af5358, econtext=0x55cd66af5228, a...
[09:42:05.854] #9  0x000055cd65135c9d in FunctionNext (node=0x55cd66af5018) at ../src/backend/executor/nodeFunctionscan....
core
[09:42:05.112] #0  <unavailable> in ?? ()
core
[09:42:05.112] #0  0x00007f3e01eaed24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[09:42:05.112] #1  0x00007f3e01e5b239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[09:42:05.112] #2  0x00007f3e01f16184 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:42:05.112] #3  0x00007f3e01f287dc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:42:05.559] #0  0x00007f9a320a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[09:42:06.304] #0  <unavailable> in ?? ()
tap
[09:38:09.710](1.451s) not ok 18 - psql fails correctly
[09:38:09.711](0.000s) not ok 19 - pg_backup_start fails gracefully
test
[09:41:01.231]  26/309 postgresql:recovery / recovery/020_archive_status                               ERROR            ...
[09:41:01.231]  45/309 postgresql:recovery / recovery/042_low_level_backup                             ERROR            ...
51/5174 Call rm_redo in a temporary memory context
CompilerWarnings
compiler
[07:18:31.882] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
compiler
[07:18:14.285] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
compiler
[07:21:18.657] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
50/5239 Add parallel columns for pg_stat_statements
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/select.out /tmp/cirrus-ci-build/build/testrun/pg_stat_...
--- /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/select.out	2024-10-02 20:28:50.919958000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_stat_statements/regress/results/select.out	2024-10-02 20:32:04.251006000 +0000
@@ -2,14 +2,14 @@
 -- SELECT statements
 --
 CREATE EXTENSION pg_stat_statements;
+ERROR:  extension "pg_stat_statements" has no installation script nor update path for version "1.12"
 SET pg_stat_statements.track_utility = FALSE;
 SET pg_stat_statements.track_planning = TRUE;
 SELECT pg_stat_statements_reset() IS NOT NULL AS t;
- t 
----
- t
-(1 row)
-
+ERROR:  function pg_stat_statements_reset() does not exist
+LINE 1: SELECT pg_stat_statements_reset() IS NOT NULL AS t;
+               ^
+HINT:  No function matches the given name and argument types. You might need to add explicit type casts.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/test_ddl_deparse/expected/create_extension.out /tmp/cirrus-ci-build/build...
--- /tmp/cirrus-ci-build/src/test/modules/test_ddl_deparse/expected/create_extension.out	2024-10-02 20:28:52.335667000 +...
+++ /tmp/cirrus-ci-build/build/testrun/test_ddl_deparse/regress/results/create_extension.out	2024-10-02 20:32:17.8846220...
@@ -2,4 +2,4 @@
 --- CREATE_EXTENSION
 ---
 CREATE EXTENSION pg_stat_statements;
-NOTICE:  DDL test: type simple, tag CREATE EXTENSION
+ERROR:  extension "pg_stat_statements" has no installation script nor update path for version "1.12"
test
[20:34:10.742]  89/309 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
[20:34:10.742] 116/309 postgresql:test_ddl_deparse / test_ddl_deparse/regress                          ERROR            ...
[20:34:10.742] 152/309 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[20:34:10.742] 227/309 postgresql:pg_stat_statements / pg_stat_statements/010_restart                  ERROR            ...
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/select.out /tmp/cirrus-ci-build/build/testrun/pg_stat_...
--- /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/select.out	2024-10-02 20:28:50.856986555 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_stat_statements/regress/results/select.out	2024-10-02 20:34:50.758820550 +0000
@@ -2,14 +2,14 @@
 -- SELECT statements
 --
 CREATE EXTENSION pg_stat_statements;
+ERROR:  extension "pg_stat_statements" has no installation script nor update path for version "1.12"
 SET pg_stat_statements.track_utility = FALSE;
 SET pg_stat_statements.track_planning = TRUE;
 SELECT pg_stat_statements_reset() IS NOT NULL AS t;
- t 
----
- t
-(1 row)
-
+ERROR:  function pg_stat_statements_reset() does not exist
+LINE 1: SELECT pg_stat_statements_reset() IS NOT NULL AS t;
+               ^
+HINT:  No function matches the given name and argument types. You might need to add explicit type casts.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/test_ddl_deparse/expected/create_extension.out /tmp/cirrus-ci-build/build...
--- /tmp/cirrus-ci-build/src/test/modules/test_ddl_deparse/expected/create_extension.out	2024-10-02 20:28:52.530910854 +...
+++ /tmp/cirrus-ci-build/build/testrun/test_ddl_deparse/regress/results/create_extension.out	2024-10-02 20:35:02.7552941...
@@ -2,4 +2,4 @@
 --- CREATE_EXTENSION
 ---
 CREATE EXTENSION pg_stat_statements;
-NOTICE:  DDL test: type simple, tag CREATE EXTENSION
+ERROR:  extension "pg_stat_statements" has no installation script nor update path for version "1.12"
test
[20:36:46.201]  85/309 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
[20:36:46.201] 115/309 postgresql:test_ddl_deparse / test_ddl_deparse/regress                          ERROR            ...
[20:36:46.201] 151/309 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[20:36:46.201] 227/309 postgresql:pg_stat_statements / pg_stat_statements/010_restart                  ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/contrib/pg_stat_statements/expected/select.out /Users/admin/pgsql/build/testrun/pg_stat_stat...
--- /Users/admin/pgsql/contrib/pg_stat_statements/expected/select.out	2024-10-02 20:28:49
+++ /Users/admin/pgsql/build/testrun/pg_stat_statements/regress/results/select.out	2024-10-02 20:32:56
@@ -2,14 +2,14 @@
 -- SELECT statements
 --
 CREATE EXTENSION pg_stat_statements;
+ERROR:  extension "pg_stat_statements" has no installation script nor update path for version "1.12"
 SET pg_stat_statements.track_utility = FALSE;
 SET pg_stat_statements.track_planning = TRUE;
 SELECT pg_stat_statements_reset() IS NOT NULL AS t;
- t 
----
- t
-(1 row)
-
+ERROR:  function pg_stat_statements_reset() does not exist
+LINE 1: SELECT pg_stat_statements_reset() IS NOT NULL AS t;
+               ^
+HINT:  No function matches the given name and argument types. You might need to add explicit type casts.
...
regress
diff -U3 /Users/admin/pgsql/src/test/modules/test_ddl_deparse/expected/create_extension.out /Users/admin/pgsql/build/tes...
--- /Users/admin/pgsql/src/test/modules/test_ddl_deparse/expected/create_extension.out	2024-10-02 20:28:51
+++ /Users/admin/pgsql/build/testrun/test_ddl_deparse/regress/results/create_extension.out	2024-10-02 20:33:08
@@ -2,4 +2,4 @@
 --- CREATE_EXTENSION
 ---
 CREATE EXTENSION pg_stat_statements;
-NOTICE:  DDL test: type simple, tag CREATE EXTENSION
+ERROR:  extension "pg_stat_statements" has no installation script nor update path for version "1.12"
test
[20:35:50.160]  89/309 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
[20:35:50.160] 117/309 postgresql:test_ddl_deparse / test_ddl_deparse/regress                          ERROR            ...
[20:35:50.160] 139/309 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[20:35:50.160] 225/309 postgresql:pg_stat_statements / pg_stat_statements/010_restart                  ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/contrib/pg_stat_statements/expected/select.out C:/cirrus/build/testrun/pg_stat_st...
--- C:/cirrus/contrib/pg_stat_statements/expected/select.out	2024-10-02 20:29:03.745185000 +0000
+++ C:/cirrus/build/testrun/pg_stat_statements/regress/results/select.out	2024-10-02 20:35:36.905579300 +0000
@@ -2,14 +2,14 @@
 -- SELECT statements
 --
 CREATE EXTENSION pg_stat_statements;
+ERROR:  extension "pg_stat_statements" has no installation script nor update path for version "1.12"
 SET pg_stat_statements.track_utility = FALSE;
 SET pg_stat_statements.track_planning = TRUE;
 SELECT pg_stat_statements_reset() IS NOT NULL AS t;
- t 
----
- t
-(1 row)
-
+ERROR:  function pg_stat_statements_reset() does not exist
+LINE 1: SELECT pg_stat_statements_reset() IS NOT NULL AS t;
+               ^
+HINT:  No function matches the given name and argument types. You might need to add explicit type casts.
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/modules/test_ddl_deparse/expected/create_extension.out C:/cirrus/build/t...
--- C:/cirrus/src/test/modules/test_ddl_deparse/expected/create_extension.out	2024-10-02 20:29:07.911640200 +0000
+++ C:/cirrus/build/testrun/test_ddl_deparse/regress/results/create_extension.out	2024-10-02 20:36:04.145830300 +0000
@@ -2,4 +2,4 @@
 --- CREATE_EXTENSION
 ---
 CREATE EXTENSION pg_stat_statements;
-NOTICE:  DDL test: type simple, tag CREATE EXTENSION
+ERROR:  extension "pg_stat_statements" has no installation script nor update path for version "1.12"
test
[20:41:58.211]  87/304 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
[20:41:58.211]  89/304 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
[20:41:58.211] 125/304 postgresql:test_ddl_deparse / test_ddl_deparse/regress                          ERROR            ...
[20:41:58.211] 222/304 postgresql:pg_stat_statements / pg_stat_statements/010_restart                  ERROR            ...
51/5272 Truncate logs by max_log_size
CompilerWarnings
compiler
[20:15:51.026] elog.c:1699:9: error: initializing 'char *' with an expression of type 'const char *' discards qualifiers...
compiler
[20:13:55.665] elog.c:1699:9: error: initializing 'char *' with an expression of type 'const char *' discards qualifiers...
compiler
[20:11:11.662] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar...
compiler
[20:09:25.037] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar...
compiler
[20:19:38.290] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar...
51/5246 Allow SQL functions use CachedPlan machinery
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upg...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-10-02 18:27:18.272005000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/xml.out	2024-10-02 18:28:57.933060000 +000...
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-10-02 18:27:18.272005000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/xml.out	2024-10-02 18:29:45.122396000 +0...
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/regress/regress/resul...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-10-02 18:27:18.272005000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/xml.out	2024-10-02 18:28:55.774051000 +0000
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
tap
[18:29:17.232](70.730s) not ok 5 - regression tests pass
tap
[18:30:01.389](77.574s) not ok 2 - regression tests pass
test
[18:32:04.707]  42/309 postgresql:regress / regress/regress                                            ERROR            ...
[18:32:04.707]  97/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[18:32:04.707] 153/309 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/result...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-10-02 18:27:14.279356252 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/xml.out	2024-10-02 18:32:31.894492143 +0000
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/src/test/regress/results/xml.out
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-10-02 18:27:14.279356252 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/xml.out	2024-10-02 18:31:07.310494691 +0000
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
tap
[18:32:44.308](124.441s) not ok 5 - regression tests pass
Linux - Debian Bookworm - Meson
core
[18:33:59.115] #0  0x00007f823ab13b13 in wait4 () from /lib/x86_64-linux-gnu/libc.so.6
[18:33:59.115] #1  0x000055763380dcc0 in ?? ()
[18:33:59.115] #2  0x000055763380defa in ?? ()
[18:33:59.115] #3  0x000055763380f630 in ?? ()
[18:33:59.115] #4  0x0000557633809371 in ?? ()
[18:33:59.115] #5  0x000055763380820f in ?? ()
[18:33:59.115] #6  0x0000557633808c3b in ?? ()
[18:33:59.115] #7  0x000055763380666f in ?? ()
[18:33:59.115] #8  0x00007f823aa6724a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[18:33:59.115] #9  0x00007f823aa67305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[18:33:59.233] #0  0x00007ff3d2774ae3 in ?? () from /lib64/ld-linux-x86-64.so.2
[18:33:59.233] #1  0x00007ff3d275b6b8 in ?? () from /lib64/ld-linux-x86-64.so.2
[18:33:59.233] #2  0x00007ff3d275c075 in ?? () from /lib64/ld-linux-x86-64.so.2
[18:33:59.233] #3  0x00007ff3d2756261 in ?? () from /lib64/ld-linux-x86-64.so.2
[18:33:59.233] #4  0x00007ff3d276c2f1 in _dl_catch_exception () from /lib64/ld-linux-x86-64.so.2
[18:33:59.233] #5  0x00007ff3d27565ca in ?? () from /lib64/ld-linux-x86-64.so.2
[18:33:59.233] #6  0x00007ff3d277197a in ?? () from /lib64/ld-linux-x86-64.so.2
[18:33:59.233] #7  0x00007ff3d276e22f in ?? () from /lib64/ld-linux-x86-64.so.2
[18:33:59.233] #8  0x00007ff3d276fbac in ?? () from /lib64/ld-linux-x86-64.so.2
[18:33:59.233] #9  0x00007ff3d276ea58 in ?? () from /lib64/ld-linux-x86-64.so.2
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upg...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-10-02 18:27:13.946570981 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/xml.out	2024-10-02 18:29:54.773476259 +000...
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-10-02 18:27:13.946570981 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/xml.out	2024-10-02 18:30:27.351434075 +0...
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/regress/regress/resul...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-10-02 18:27:13.946570981 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/xml.out	2024-10-02 18:29:47.437093984 +0000
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
tap
[18:30:04.905](71.746s) not ok 5 - regression tests pass
tap
[18:30:36.073](70.068s) not ok 2 - regression tests pass
test
[18:32:14.580]  43/309 postgresql:regress / regress/regress                                            ERROR            ...
[18:32:14.580] 127/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[18:32:14.580] 153/309 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
macOS - Sonoma - Meson
core
[18:40:26.135]   * frame #0: 0x000000018af75dc0 dyld`dyld4::Loader::dependent(dyld4::RuntimeState const&, unsigned int, ...
[18:40:26.135]     frame #1: 0x000000018af7c2f8 dyld`dyld4::Loader::hasExportedSymbol(Diagnostics&, dyld4::RuntimeState&...
[18:40:26.135]     frame #2: 0x000000018af7c33c dyld`dyld4::Loader::hasExportedSymbol(Diagnostics&, dyld4::RuntimeState&...
[18:40:26.135]     frame #3: 0x000000018af7b3c0 dyld`dyld4::Loader::resolveSymbol(Diagnostics&, dyld4::RuntimeState&, in...
[18:40:26.135]     frame #4: 0x000000018af7afec dyld`invocation function for block in dyld4::Loader::forEachBindTarget(D...
[18:40:26.135]     frame #5: 0x000000018afb5ff0 dyld`invocation function for block in mach_o::Fixups::forEachBindTarget_...
[18:40:26.135]     frame #6: 0x000000018afb0f50 dyld`dyld3::MachOFile::forEachChainedFixupTarget(Diagnostics&, dyld_chai...
[18:40:26.135]     frame #7: 0x000000018afb5cc0 dyld`mach_o::Fixups::forEachBindTarget_ChainedFixups(Diagnostics&, void ...
[18:40:26.135]     frame #8: 0x000000018af7af54 dyld`invocation function for block in dyld4::Loader::forEachBindTarget(D...
[18:40:26.135]     frame #9: 0x000000018afb9414 dyld`dyld3::MachOAnalyzer::withVMLayout(Diagnostics&, void (mach_o::Layo...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/xml.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade...
--- /Users/admin/pgsql/src/test/regress/expected/xml.out	2024-10-02 18:27:25
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/xml.out	2024-10-02 18:29:36
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/xml.out /Users/admin/pgsql/build/testrun/recovery/027_stream_regre...
--- /Users/admin/pgsql/src/test/regress/expected/xml.out	2024-10-02 18:27:25
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/xml.out	2024-10-02 18:31:06
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/xml.out /Users/admin/pgsql/build/testrun/regress/regress/results/x...
--- /Users/admin/pgsql/src/test/regress/expected/xml.out	2024-10-02 18:27:25
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/xml.out	2024-10-02 18:29:35
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
tap
[18:29:47.186](59.366s) not ok 5 - regression tests pass
tap
[18:31:19.117](90.800s) not ok 2 - regression tests pass
test
[18:34:32.703]  26/309 postgresql:regress / regress/regress                                            ERROR            ...
[18:34:32.703]  46/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[18:34:32.703] 128/309 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/4412 Client authentication via OAuth 2.0
FreeBSD - 13 - Meson
test
[18:11:29.039] 107/311 postgresql:oauth_validator / oauth_validator/regress                            ERROR            ...
Linux - Debian Bookworm - Meson
test
[18:12:02.558] 106/311 postgresql:oauth_validator / oauth_validator/regress                            ERROR            ...
macOS - Sonoma - Meson
test
[18:12:00.944] 107/311 postgresql:oauth_validator / oauth_validator/regress                            ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
test
[18:21:44.343] 102/306 postgresql:oauth_validator / oauth_validator/regress                            ERROR            ...
51/5277 general purpose array_sort
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/arrays.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/arrays.out	2024-10-02 15:03:54.897910000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/arrays.out	2024-10-02 15:05:26.603764000 +...
@@ -2749,13 +2749,13 @@
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[]);
                             array_sort                            
 ------------------------------------------------------------------
- {"abc DEF 123abc","ábc sßs ßss DÉF",ⱥȺ,ⱥⱥⱥ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž"}
+ {"abc DEF 123abc","ábc sßs ßss DÉF","DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥȺ,ⱥⱥⱥ}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[], 'desc');
                             array_sort                            
 ------------------------------------------------------------------
- {"DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥⱥⱥ,ⱥȺ,"ábc sßs ßss DÉF","abc DEF 123abc"}
+ {ⱥⱥⱥ,ⱥȺ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž","ábc sßs ßss DÉF","abc DEF 123abc"}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[] COLLATE "pg_c_utf8", 'asc');
@@ -2774,55 +2774,55 @@
...
tap
[15:06:11.311](62.739s) not ok 5 - regression tests pass
test
[15:08:53.530]  94/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/arrays.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/res...
--- /tmp/cirrus-ci-build/src/test/regress/expected/arrays.out	2024-10-02 15:03:55.231689923 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/arrays.out	2024-10-02 15:09:11.200102140 +0000
@@ -2749,13 +2749,13 @@
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[]);
                             array_sort                            
 ------------------------------------------------------------------
- {"abc DEF 123abc","ábc sßs ßss DÉF",ⱥȺ,ⱥⱥⱥ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž"}
+ {"abc DEF 123abc","ábc sßs ßss DÉF","DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥȺ,ⱥⱥⱥ}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[], 'desc');
                             array_sort                            
 ------------------------------------------------------------------
- {"DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥⱥⱥ,ⱥȺ,"ábc sßs ßss DÉF","abc DEF 123abc"}
+ {ⱥⱥⱥ,ⱥȺ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž","ábc sßs ßss DÉF","abc DEF 123abc"}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[] COLLATE "pg_c_utf8", 'asc');
@@ -2774,55 +2774,55 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/arrays.out /tmp/cirrus-ci-build/src/test/regress/results/arrays....
--- /tmp/cirrus-ci-build/src/test/regress/expected/arrays.out	2024-10-02 15:03:55.231689923 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/arrays.out	2024-10-02 15:07:33.732378808 +0000
@@ -2749,13 +2749,13 @@
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[]);
                             array_sort                            
 ------------------------------------------------------------------
- {"abc DEF 123abc","ábc sßs ßss DÉF",ⱥȺ,ⱥⱥⱥ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž"}
+ {"abc DEF 123abc","ábc sßs ßss DÉF","DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥȺ,ⱥⱥⱥ}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[], 'desc');
                             array_sort                            
 ------------------------------------------------------------------
- {"DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥⱥⱥ,ⱥȺ,"ábc sßs ßss DÉF","abc DEF 123abc"}
+ {ⱥⱥⱥ,ⱥȺ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž","ábc sßs ßss DÉF","abc DEF 123abc"}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[] COLLATE "pg_c_utf8", 'asc');
@@ -2774,55 +2774,55 @@
...
tap
[15:10:38.596](121.654s) not ok 5 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/arrays.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/arrays.out	2024-10-02 15:03:53.739629896 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/arrays.out	2024-10-02 15:07:34.670877191 +...
@@ -2749,13 +2749,13 @@
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[]);
                             array_sort                            
 ------------------------------------------------------------------
- {"abc DEF 123abc","ábc sßs ßss DÉF",ⱥȺ,ⱥⱥⱥ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž"}
+ {"abc DEF 123abc","ábc sßs ßss DÉF","DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥȺ,ⱥⱥⱥ}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[], 'desc');
                             array_sort                            
 ------------------------------------------------------------------
- {"DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥⱥⱥ,ⱥȺ,"ábc sßs ßss DÉF","abc DEF 123abc"}
+ {ⱥⱥⱥ,ⱥȺ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž","ábc sßs ßss DÉF","abc DEF 123abc"}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[] COLLATE "pg_c_utf8", 'asc');
@@ -2774,55 +2774,55 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/arrays.out /tmp/cirrus-ci-build/build/testrun/recovery/027_strea...
--- /tmp/cirrus-ci-build/src/test/regress/expected/arrays.out	2024-10-02 15:03:53.739629896 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/arrays.out	2024-10-02 15:08:15.222240052...
@@ -2749,13 +2749,13 @@
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[]);
                             array_sort                            
 ------------------------------------------------------------------
- {"abc DEF 123abc","ábc sßs ßss DÉF",ⱥȺ,ⱥⱥⱥ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž"}
+ {"abc DEF 123abc","ábc sßs ßss DÉF","DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥȺ,ⱥⱥⱥ}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[], 'desc');
                             array_sort                            
 ------------------------------------------------------------------
- {"DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥⱥⱥ,ⱥȺ,"ábc sßs ßss DÉF","abc DEF 123abc"}
+ {ⱥⱥⱥ,ⱥȺ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž","ábc sßs ßss DÉF","abc DEF 123abc"}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[] COLLATE "pg_c_utf8", 'asc');
@@ -2774,55 +2774,55 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/arrays.out /tmp/cirrus-ci-build/build/testrun/regress/regress/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/arrays.out	2024-10-02 15:03:53.739629896 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/arrays.out	2024-10-02 15:07:30.655003516 +0000
@@ -2749,13 +2749,13 @@
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[]);
                             array_sort                            
 ------------------------------------------------------------------
- {"abc DEF 123abc","ábc sßs ßss DÉF",ⱥȺ,ⱥⱥⱥ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž"}
+ {"abc DEF 123abc","ábc sßs ßss DÉF","DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥȺ,ⱥⱥⱥ}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[], 'desc');
                             array_sort                            
 ------------------------------------------------------------------
- {"DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥⱥⱥ,ⱥȺ,"ábc sßs ßss DÉF","abc DEF 123abc"}
+ {ⱥⱥⱥ,ⱥȺ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž","ábc sßs ßss DÉF","abc DEF 123abc"}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[] COLLATE "pg_c_utf8", 'asc');
@@ -2774,55 +2774,55 @@
...
tap
[15:08:32.943](75.955s) not ok 5 - regression tests pass
tap
[15:09:06.266](75.531s) not ok 2 - regression tests pass
test
[15:10:46.004]  14/309 postgresql:regress / regress/regress                                            ERROR            ...
[15:10:46.004] 135/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[15:10:46.004] 154/309 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/arrays.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgr...
--- /Users/admin/pgsql/src/test/regress/expected/arrays.out	2024-10-02 15:03:54
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/arrays.out	2024-10-02 15:05:56
@@ -2749,13 +2749,13 @@
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[]);
                             array_sort                            
 ------------------------------------------------------------------
- {"abc DEF 123abc","ábc sßs ßss DÉF",ⱥȺ,ⱥⱥⱥ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž"}
+ {"abc DEF 123abc","ábc sßs ßss DÉF","DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥȺ,ⱥⱥⱥ}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[], 'desc');
                             array_sort                            
 ------------------------------------------------------------------
- {"DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥⱥⱥ,ⱥȺ,"ábc sßs ßss DÉF","abc DEF 123abc"}
+ {ⱥⱥⱥ,ⱥȺ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž","ábc sßs ßss DÉF","abc DEF 123abc"}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[] COLLATE "pg_c_utf8", 'asc');
@@ -2774,55 +2774,55 @@
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/arrays.out /Users/admin/pgsql/build/testrun/recovery/027_stream_re...
--- /Users/admin/pgsql/src/test/regress/expected/arrays.out	2024-10-02 15:03:54
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/arrays.out	2024-10-02 15:06:49
@@ -2749,13 +2749,13 @@
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[]);
                             array_sort                            
 ------------------------------------------------------------------
- {"abc DEF 123abc","ábc sßs ßss DÉF",ⱥȺ,ⱥⱥⱥ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž"}
+ {"abc DEF 123abc","ábc sßs ßss DÉF","DŽxxDŽ džxxDž Džxxdž",ⱥȺ,ȺȺȺ,ⱥⱥⱥ}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[], 'desc');
                             array_sort                            
 ------------------------------------------------------------------
- {"DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥⱥⱥ,ⱥȺ,"ábc sßs ßss DÉF","abc DEF 123abc"}
+ {ⱥⱥⱥ,ȺȺȺ,ⱥȺ,"DŽxxDŽ džxxDž Džxxdž","ábc sßs ßss DÉF","abc DEF 123abc"}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[] COLLATE "pg_c_utf8", 'asc');
@@ -2774,55 +2774,55 @@
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/arrays.out /Users/admin/pgsql/build/testrun/regress/regress/result...
--- /Users/admin/pgsql/src/test/regress/expected/arrays.out	2024-10-02 15:03:54
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/arrays.out	2024-10-02 15:05:54
@@ -2749,13 +2749,13 @@
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[]);
                             array_sort                            
 ------------------------------------------------------------------
- {"abc DEF 123abc","ábc sßs ßss DÉF",ⱥȺ,ⱥⱥⱥ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž"}
+ {"abc DEF 123abc","ábc sßs ßss DÉF","DŽxxDŽ džxxDž Džxxdž",ⱥȺ,ȺȺȺ,ⱥⱥⱥ}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[], 'desc');
                             array_sort                            
 ------------------------------------------------------------------
- {"DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥⱥⱥ,ⱥȺ,"ábc sßs ßss DÉF","abc DEF 123abc"}
+ {ⱥⱥⱥ,ȺȺȺ,ⱥȺ,"DŽxxDŽ džxxDž Džxxdž","ábc sßs ßss DÉF","abc DEF 123abc"}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[] COLLATE "pg_c_utf8", 'asc');
@@ -2774,55 +2774,55 @@
...
tap
[15:06:25.987](50.095s) not ok 5 - regression tests pass
tap
[15:07:30.400](62.719s) not ok 2 - regression tests pass
test
[15:10:05.006]  25/309 postgresql:regress / regress/regress                                            ERROR            ...
[15:10:05.006]  45/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[15:10:05.006] 138/309 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/arrays.out C:/cirrus/build/testrun/pg_upgrade/002_pg_up...
--- C:/cirrus/src/test/regress/expected/arrays.out	2024-10-02 15:04:06.778044500 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/arrays.out	2024-10-02 15:06:54.339249500 +0000
@@ -2749,13 +2749,13 @@
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[]);
                             array_sort                            
 ------------------------------------------------------------------
- {"abc DEF 123abc","ábc sßs ßss DÉF",ⱥȺ,ⱥⱥⱥ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž"}
+ {"abc DEF 123abc","ábc sßs ßss DÉF","DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥȺ,ⱥⱥⱥ}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[], 'desc');
                             array_sort                            
 ------------------------------------------------------------------
- {"DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥⱥⱥ,ⱥȺ,"ábc sßs ßss DÉF","abc DEF 123abc"}
+ {ⱥⱥⱥ,ⱥȺ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž","ábc sßs ßss DÉF","abc DEF 123abc"}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[] COLLATE "pg_c_utf8", 'asc');
@@ -2774,55 +2774,55 @@
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/arrays.out C:/cirrus/build/testrun/recovery/027_stream_...
--- C:/cirrus/src/test/regress/expected/arrays.out	2024-10-02 15:04:06.778044500 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/arrays.out	2024-10-02 15:09:10.115713500 +0000
@@ -2747,82 +2747,78 @@
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[]);
-                            array_sort                            
-------------------------------------------------------------------
- {"abc DEF 123abc","ábc sßs ßss DÉF",ⱥȺ,ⱥⱥⱥ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž"}
+                                       array_sort                                       
+----------------------------------------------------------------------------------------
+ {"ábc sßs ßss DÉF",ⱥⱥⱥ,ⱥȺ,"abc DEF 123abc","DŽxxDŽ džxxDž Džxxdž",ȺȺȺ}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[], 'desc');
-                            array_sort                            
-------------------------------------------------------------------
- {"DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥⱥⱥ,ⱥȺ,"ábc sßs ßss DÉF","abc DEF 123abc"}
+                                       array_sort                                       
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/arrays.out C:/cirrus/build/testrun/regress/regress/resu...
--- C:/cirrus/src/test/regress/expected/arrays.out	2024-10-02 15:04:06.778044500 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/arrays.out	2024-10-02 15:06:40.305997700 +0000
@@ -2747,82 +2747,78 @@
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[]);
-                            array_sort                            
-------------------------------------------------------------------
- {"abc DEF 123abc","ábc sßs ßss DÉF",ⱥȺ,ⱥⱥⱥ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž"}
+                                       array_sort                                       
+----------------------------------------------------------------------------------------
+ {"ábc sßs ßss DÉF",ⱥⱥⱥ,ⱥȺ,"abc DEF 123abc","DŽxxDŽ džxxDž Džxxdž",ȺȺȺ}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[], 'desc');
-                            array_sort                            
-------------------------------------------------------------------
- {"DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥⱥⱥ,ⱥȺ,"ábc sßs ßss DÉF","abc DEF 123abc"}
+                                       array_sort                                       
...
tap
[15:08:16.977](120.738s) not ok 5 - regression tests pass
tap
[15:10:44.021](136.126s) not ok 2 - regression tests pass
test
[15:16:58.320]   7/304 postgresql:regress / regress/regress                                            ERROR           1...
[15:16:58.320]  42/304 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[15:16:58.320]  99/304 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
50/5270 jsonpath string methods: lower, upper, initcap, l/r/btrim, replace, split_part
CompilerWarnings
compiler
[14:12:54.766] jsonpath_exec.c:2829:13: error: mixing declarations and code is incompatible with standards before C99 [-...
compiler
[14:12:44.947] jsonpath_exec.c:2829:13: error: mixing declarations and code is incompatible with standards before C99 [-...
compiler
[14:12:11.572] jsonpath_exec.c:2829:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta...
compiler
[14:12:01.701] jsonpath_exec.c:2829:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta...
compiler
[14:13:23.917] jsonpath_exec.c:2829:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta...
Linux - Debian Bookworm - Meson
core
[14:21:23.104] #0  0x00007fb65ab2ad24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[14:21:23.104] #1  0x00007fb65aad7239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[14:21:23.104] #2  0x00007fb65aad7497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[14:21:23.104] #3  0x0000556dbc9915f3 in ?? ()
[14:21:23.104] #4  0x0000556dbc98b369 in ?? ()
[14:21:23.104] #5  0x0000556dbc98a20f in ?? ()
[14:21:23.104] #6  0x0000556dbc98ac3b in ?? ()
[14:21:23.104] #7  0x0000556dbc98866f in ?? ()
[14:21:23.104] #8  0x00007fb65aac224a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[14:21:23.104] #9  0x00007fb65aac2305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[14:21:23.222] #0  0x00007fb65ab2ad24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[14:21:23.222] #1  0x00007fb65aad7239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[14:21:23.222] #2  0x00007fb65aad7497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[14:21:23.222] #3  0x0000556dbc9915c1 in ?? ()
[14:21:23.222] #4  0x0000556dbc98b369 in ?? ()
[14:21:23.222] #5  0x0000556dbc98a20f in ?? ()
[14:21:23.222] #6  0x0000556dbc98ac3b in ?? ()
[14:21:23.222] #7  0x0000556dbc98866f in ?? ()
[14:21:23.222] #8  0x00007fb65aac224a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[14:21:23.222] #9  0x00007fb65aac2305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[14:21:23.104] #0  <unavailable> in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out /tmp/cirrus-ci-build/build-32/testrun/pg_upgr...
--- /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out	2024-10-02 14:11:18.710751777 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/pg_upgrade/002_pg_upgrade/data/results/jsonb_jsonpath.out	2024-10-02 14:17:28....
@@ -3078,7 +3078,7 @@
 select jsonb_path_query('"abc~@~def~@~ghi"', '$.split_part("~@~", 2)');
  jsonb_path_query 
 ------------------
- "def"
+ ""
 (1 row)
 
 -- Test string methods play nicely together
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out /tmp/cirrus-ci-build/build-32/testrun/recover...
--- /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out	2024-10-02 14:11:18.710751777 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/recovery/027_stream_regress/data/results/jsonb_jsonpath.out	2024-10-02 14:18:0...
@@ -3078,7 +3078,7 @@
 select jsonb_path_query('"abc~@~def~@~ghi"', '$.split_part("~@~", 2)');
  jsonb_path_query 
 ------------------
- "def"
+ ""
 (1 row)
 
 -- Test string methods play nicely together
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out /tmp/cirrus-ci-build/build-32/testrun/regress...
--- /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out	2024-10-02 14:11:18.710751777 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/regress/regress/results/jsonb_jsonpath.out	2024-10-02 14:17:20.428404365 +0000
@@ -3078,7 +3078,7 @@
 select jsonb_path_query('"abc~@~def~@~ghi"', '$.split_part("~@~", 2)');
  jsonb_path_query 
 ------------------
- "def"
+ ""
 (1 row)
 
 -- Test string methods play nicely together
tap
[14:17:47.878](77.428s) not ok 5 - regression tests pass
tap
[14:18:20.271](73.556s) not ok 2 - regression tests pass
test
[14:20:12.166]  40/309 postgresql:regress / regress/regress                                            ERROR            ...
[14:20:12.166] 130/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[14:20:12.166] 151/309 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
51/5252 Trim the heap free memory
CompilerWarnings
compiler
[13:15:15.109] postgres.c:2826:47: error: implicit declaration of function ‘sbrk’ [-Werror=implicit-function-declaration...
compiler
[13:15:15.109] postgres.c:2830:33: error: assignment to ‘char *’ from ‘int’ makes pointer from integer without a cast [-...
compiler
[13:15:15.109] postgres.c:2829:25: error: implicit declaration of function ‘malloc_trim’ [-Werror=implicit-function-decl...
compiler
[13:15:15.109] postgres.c:2826:47: error: initialization of ‘char *’ from ‘int’ makes pointer from integer without a cas...
Linux - Debian Bookworm - Autoconf
tap
[13:11:48.681](0.001s) not ok 29 - options --locale-provider=icu --locale=und --lc-*=C: no stderr
Linux - Debian Bookworm - Meson
core
[13:16:30.985] #0  0x00007f362095cd24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[13:16:30.985] #1  0x00007f3620909239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[13:16:30.985] #2  0x00007f3620909497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[13:16:30.985] #3  0x00005635e39045c1 in ?? ()
[13:16:30.985] #4  0x00005635e38fe369 in ?? ()
[13:16:30.985] #5  0x00005635e38fd20f in ?? ()
[13:16:30.985] #6  0x00005635e38fdc3b in ?? ()
[13:16:30.985] #7  0x00005635e38fb66f in ?? ()
[13:16:30.985] #8  0x00007f36208f424a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:16:30.985] #9  0x00007f36208f4305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:16:30.861] #0  0x00007f362095cd24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[13:16:30.861] #1  0x00007f3620909239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[13:16:30.861] #2  0x00007f3620909497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[13:16:30.861] #3  0x00005635e39045f3 in ?? ()
[13:16:30.861] #4  0x00005635e38fe369 in ?? ()
[13:16:30.861] #5  0x00005635e38fd20f in ?? ()
[13:16:30.861] #6  0x00005635e38fdc3b in ?? ()
[13:16:30.861] #7  0x00005635e38fb66f in ?? ()
[13:16:30.861] #8  0x00007f36208f424a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:16:30.861] #9  0x00007f36208f4305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:16:30.861] #0  <unavailable> in ?? ()
tap
[13:13:52.440](0.001s) not ok 29 - options --locale-provider=icu --locale=und --lc-*=C: no stderr
test
[13:15:20.089] 169/309 postgresql:initdb / initdb/001_initdb                                           ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[13:10:06.139] ../src/backend/tcop/postgres.c(2826): warning C4047: 'initializing': 'char *' differs in levels of indire...
compiler
[13:10:15.929] tcop_postgres.c.obj : error LNK2019: unresolved external symbol malloc_trim referenced in function finish...
compiler
[13:10:15.929] tcop_postgres.c.obj : error LNK2019: unresolved external symbol sbrk referenced in function finish_xact_c...
compiler
[13:10:06.139] ../src/backend/tcop/postgres.c(2830): warning C4047: '=': 'char *' differs in levels of indirection from ...
51/5242 Fix RelationTruncate() corruption
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[12:25:52.016] ../src/backend/storage/smgr/smgr.c(710): warning C4098: 'smgrtruncate': 'void' function returning a value
51/5277 general purpose array_sort
FreeBSD - 13 - Meson
core
[11:14:55.861] #0  0x000000082b6578fa in _sigprocmask () from /lib/libc.so.7
[11:14:55.861] #1  0x000000082b690f91 in _system () from /lib/libc.so.7
[11:14:55.861] #2  0x000000082b1909d3 in ?? () from /lib/libthr.so.3
[11:14:55.861] #3  0x0000000000669905 in RestoreArchivedFile (path=path@entry=0x820d631d0 "pg_wal/00000002", '0' <repeat...
[11:14:55.861] #4  0x00000000006509a8 in existsTimeLineHistory (probeTLI=probeTLI@entry=3) at ../src/backend/access/tran...
[11:14:55.861] #5  0x0000000000650a68 in findNewestTimeLine (startTLI=startTLI@entry=2) at ../src/backend/access/transam...
[11:14:55.861] #6  0x0000000000674e8b in rescanLatestTimeLine (replayTLI=replayTLI@entry=2, replayLSN=replayLSN@entry=67...
[11:14:55.861] #7  0x0000000000671073 in WaitForWALToBecomeAvailable (RecPtr=67210840, tliRecPtr=67210816, replayTLI=2, ...
[11:14:55.861] #8  XLogPageRead (xlogreader=0x836544130, targetPagePtr=67207168, reqLen=3672, targetRecPtr=67210816, rea...
[11:14:55.861] #9  0x0000000000677dd2 in ReadPageInternal (state=state@entry=0x836544130, pageptr=67207168, reqLen=3672)...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/arrays.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/arrays.out	2024-10-02 11:08:47.666629000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/arrays.out	2024-10-02 11:10:27.492610000 +...
@@ -2749,13 +2749,13 @@
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[]);
                             array_sort                            
 ------------------------------------------------------------------
- {"abc DEF 123abc","ábc sßs ßss DÉF",ⱥȺ,ⱥⱥⱥ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž"}
+ {"abc DEF 123abc","ábc sßs ßss DÉF","DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥȺ,ⱥⱥⱥ}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[], 'desc');
                             array_sort                            
 ------------------------------------------------------------------
- {"DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥⱥⱥ,ⱥȺ,"ábc sßs ßss DÉF","abc DEF 123abc"}
+ {ⱥⱥⱥ,ⱥȺ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž","ábc sßs ßss DÉF","abc DEF 123abc"}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[] COLLATE "pg_c_utf8", 'asc');
@@ -2774,55 +2774,55 @@
...
tap
[11:11:10.540](59.965s) not ok 5 - regression tests pass
test
[11:13:45.722]  86/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/arrays.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/res...
--- /tmp/cirrus-ci-build/src/test/regress/expected/arrays.out	2024-10-02 11:08:42.561832739 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/arrays.out	2024-10-02 11:14:34.784604784 +0000
@@ -2749,13 +2749,13 @@
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[]);
                             array_sort                            
 ------------------------------------------------------------------
- {"abc DEF 123abc","ábc sßs ßss DÉF",ⱥȺ,ⱥⱥⱥ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž"}
+ {"abc DEF 123abc","ábc sßs ßss DÉF","DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥȺ,ⱥⱥⱥ}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[], 'desc');
                             array_sort                            
 ------------------------------------------------------------------
- {"DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥⱥⱥ,ⱥȺ,"ábc sßs ßss DÉF","abc DEF 123abc"}
+ {ⱥⱥⱥ,ⱥȺ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž","ábc sßs ßss DÉF","abc DEF 123abc"}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[] COLLATE "pg_c_utf8", 'asc');
@@ -2774,55 +2774,55 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/arrays.out /tmp/cirrus-ci-build/src/test/recovery/tmp_check/resu...
--- /tmp/cirrus-ci-build/src/test/regress/expected/arrays.out	2024-10-02 11:08:42.561832739 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/arrays.out	2024-10-02 11:17:13.596126984 +0000
@@ -2749,13 +2749,13 @@
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[]);
                             array_sort                            
 ------------------------------------------------------------------
- {"abc DEF 123abc","ábc sßs ßss DÉF",ⱥȺ,ⱥⱥⱥ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž"}
+ {"abc DEF 123abc","ábc sßs ßss DÉF","DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥȺ,ⱥⱥⱥ}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[], 'desc');
                             array_sort                            
 ------------------------------------------------------------------
- {"DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥⱥⱥ,ⱥȺ,"ábc sßs ßss DÉF","abc DEF 123abc"}
+ {ⱥⱥⱥ,ⱥȺ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž","ábc sßs ßss DÉF","abc DEF 123abc"}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[] COLLATE "pg_c_utf8", 'asc');
@@ -2774,55 +2774,55 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/arrays.out /tmp/cirrus-ci-build/src/test/regress/results/arrays....
--- /tmp/cirrus-ci-build/src/test/regress/expected/arrays.out	2024-10-02 11:08:42.561832739 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/arrays.out	2024-10-02 11:12:39.448946899 +0000
@@ -2749,13 +2749,13 @@
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[]);
                             array_sort                            
 ------------------------------------------------------------------
- {"abc DEF 123abc","ábc sßs ßss DÉF",ⱥȺ,ⱥⱥⱥ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž"}
+ {"abc DEF 123abc","ábc sßs ßss DÉF","DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥȺ,ⱥⱥⱥ}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[], 'desc');
                             array_sort                            
 ------------------------------------------------------------------
- {"DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥⱥⱥ,ⱥȺ,"ábc sßs ßss DÉF","abc DEF 123abc"}
+ {ⱥⱥⱥ,ⱥȺ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž","ábc sßs ßss DÉF","abc DEF 123abc"}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[] COLLATE "pg_c_utf8", 'asc');
@@ -2774,55 +2774,55 @@
...
tap
[11:15:57.737](112.219s) not ok 5 - regression tests pass
tap
[11:17:54.349](52.450s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/arrays.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/arrays.out	2024-10-02 11:08:44.253538157 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/arrays.out	2024-10-02 11:12:44.394813202 +...
@@ -2749,13 +2749,13 @@
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[]);
                             array_sort                            
 ------------------------------------------------------------------
- {"abc DEF 123abc","ábc sßs ßss DÉF",ⱥȺ,ⱥⱥⱥ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž"}
+ {"abc DEF 123abc","ábc sßs ßss DÉF","DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥȺ,ⱥⱥⱥ}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[], 'desc');
                             array_sort                            
 ------------------------------------------------------------------
- {"DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥⱥⱥ,ⱥȺ,"ábc sßs ßss DÉF","abc DEF 123abc"}
+ {ⱥⱥⱥ,ⱥȺ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž","ábc sßs ßss DÉF","abc DEF 123abc"}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[] COLLATE "pg_c_utf8", 'asc');
@@ -2774,55 +2774,55 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/arrays.out /tmp/cirrus-ci-build/build/testrun/recovery/027_strea...
--- /tmp/cirrus-ci-build/src/test/regress/expected/arrays.out	2024-10-02 11:08:44.253538157 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/arrays.out	2024-10-02 11:13:25.862736420...
@@ -2749,13 +2749,13 @@
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[]);
                             array_sort                            
 ------------------------------------------------------------------
- {"abc DEF 123abc","ábc sßs ßss DÉF",ⱥȺ,ⱥⱥⱥ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž"}
+ {"abc DEF 123abc","ábc sßs ßss DÉF","DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥȺ,ⱥⱥⱥ}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[], 'desc');
                             array_sort                            
 ------------------------------------------------------------------
- {"DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥⱥⱥ,ⱥȺ,"ábc sßs ßss DÉF","abc DEF 123abc"}
+ {ⱥⱥⱥ,ⱥȺ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž","ábc sßs ßss DÉF","abc DEF 123abc"}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[] COLLATE "pg_c_utf8", 'asc');
@@ -2774,55 +2774,55 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/arrays.out /tmp/cirrus-ci-build/build/testrun/regress/regress/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/arrays.out	2024-10-02 11:08:44.253538157 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/arrays.out	2024-10-02 11:12:41.634814700 +0000
@@ -2749,13 +2749,13 @@
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[]);
                             array_sort                            
 ------------------------------------------------------------------
- {"abc DEF 123abc","ábc sßs ßss DÉF",ⱥȺ,ⱥⱥⱥ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž"}
+ {"abc DEF 123abc","ábc sßs ßss DÉF","DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥȺ,ⱥⱥⱥ}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[], 'desc');
                             array_sort                            
 ------------------------------------------------------------------
- {"DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥⱥⱥ,ⱥȺ,"ábc sßs ßss DÉF","abc DEF 123abc"}
+ {ⱥⱥⱥ,ⱥȺ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž","ábc sßs ßss DÉF","abc DEF 123abc"}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[] COLLATE "pg_c_utf8", 'asc');
@@ -2774,55 +2774,55 @@
...
tap
[11:13:43.741](76.313s) not ok 5 - regression tests pass
tap
[11:14:17.374](75.020s) not ok 2 - regression tests pass
test
[11:15:57.751]  14/309 postgresql:regress / regress/regress                                            ERROR            ...
[11:15:57.751] 133/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[11:15:57.751] 154/309 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/arrays.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgr...
--- /Users/admin/pgsql/src/test/regress/expected/arrays.out	2024-10-02 11:08:11
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/arrays.out	2024-10-02 11:10:26
@@ -2749,13 +2749,13 @@
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[]);
                             array_sort                            
 ------------------------------------------------------------------
- {"abc DEF 123abc","ábc sßs ßss DÉF",ⱥȺ,ⱥⱥⱥ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž"}
+ {"abc DEF 123abc","ábc sßs ßss DÉF","DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥȺ,ⱥⱥⱥ}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[], 'desc');
                             array_sort                            
 ------------------------------------------------------------------
- {"DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥⱥⱥ,ⱥȺ,"ábc sßs ßss DÉF","abc DEF 123abc"}
+ {ⱥⱥⱥ,ⱥȺ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž","ábc sßs ßss DÉF","abc DEF 123abc"}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[] COLLATE "pg_c_utf8", 'asc');
@@ -2774,55 +2774,55 @@
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/arrays.out /Users/admin/pgsql/build/testrun/recovery/027_stream_re...
--- /Users/admin/pgsql/src/test/regress/expected/arrays.out	2024-10-02 11:08:11
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/arrays.out	2024-10-02 11:11:27
@@ -2749,13 +2749,13 @@
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[]);
                             array_sort                            
 ------------------------------------------------------------------
- {"abc DEF 123abc","ábc sßs ßss DÉF",ⱥȺ,ⱥⱥⱥ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž"}
+ {"abc DEF 123abc","ábc sßs ßss DÉF","DŽxxDŽ džxxDž Džxxdž",ⱥȺ,ȺȺȺ,ⱥⱥⱥ}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[], 'desc');
                             array_sort                            
 ------------------------------------------------------------------
- {"DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥⱥⱥ,ⱥȺ,"ábc sßs ßss DÉF","abc DEF 123abc"}
+ {ⱥⱥⱥ,ȺȺȺ,ⱥȺ,"DŽxxDŽ džxxDž Džxxdž","ábc sßs ßss DÉF","abc DEF 123abc"}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[] COLLATE "pg_c_utf8", 'asc');
@@ -2774,55 +2774,55 @@
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/arrays.out /Users/admin/pgsql/build/testrun/regress/regress/result...
--- /Users/admin/pgsql/src/test/regress/expected/arrays.out	2024-10-02 11:08:11
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/arrays.out	2024-10-02 11:10:20
@@ -2749,13 +2749,13 @@
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[]);
                             array_sort                            
 ------------------------------------------------------------------
- {"abc DEF 123abc","ábc sßs ßss DÉF",ⱥȺ,ⱥⱥⱥ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž"}
+ {"abc DEF 123abc","ábc sßs ßss DÉF","DŽxxDŽ džxxDž Džxxdž",ⱥȺ,ȺȺȺ,ⱥⱥⱥ}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[], 'desc');
                             array_sort                            
 ------------------------------------------------------------------
- {"DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥⱥⱥ,ⱥȺ,"ábc sßs ßss DÉF","abc DEF 123abc"}
+ {ⱥⱥⱥ,ȺȺȺ,ⱥȺ,"DŽxxDŽ džxxDž Džxxdž","ábc sßs ßss DÉF","abc DEF 123abc"}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[] COLLATE "pg_c_utf8", 'asc');
@@ -2774,55 +2774,55 @@
...
tap
[11:10:59.177](54.226s) not ok 5 - regression tests pass
tap
[11:12:08.394](67.417s) not ok 2 - regression tests pass
test
[11:14:57.287]  26/309 postgresql:regress / regress/regress                                            ERROR            ...
[11:14:57.287]  46/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[11:14:57.287] 146/309 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/arrays.out C:/cirrus/build/testrun/pg_upgrade/002_pg_up...
--- C:/cirrus/src/test/regress/expected/arrays.out	2024-10-02 11:08:56.222982200 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/arrays.out	2024-10-02 11:11:21.049006200 +0000
@@ -2749,13 +2749,13 @@
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[]);
                             array_sort                            
 ------------------------------------------------------------------
- {"abc DEF 123abc","ábc sßs ßss DÉF",ⱥȺ,ⱥⱥⱥ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž"}
+ {"abc DEF 123abc","ábc sßs ßss DÉF","DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥȺ,ⱥⱥⱥ}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[], 'desc');
                             array_sort                            
 ------------------------------------------------------------------
- {"DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥⱥⱥ,ⱥȺ,"ábc sßs ßss DÉF","abc DEF 123abc"}
+ {ⱥⱥⱥ,ⱥȺ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž","ábc sßs ßss DÉF","abc DEF 123abc"}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[] COLLATE "pg_c_utf8", 'asc');
@@ -2774,55 +2774,55 @@
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/arrays.out C:/cirrus/build/testrun/recovery/027_stream_...
--- C:/cirrus/src/test/regress/expected/arrays.out	2024-10-02 11:08:56.222982200 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/arrays.out	2024-10-02 11:13:38.569286600 +0000
@@ -2747,82 +2747,78 @@
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[]);
-                            array_sort                            
-------------------------------------------------------------------
- {"abc DEF 123abc","ábc sßs ßss DÉF",ⱥȺ,ⱥⱥⱥ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž"}
+                                       array_sort                                       
+----------------------------------------------------------------------------------------
+ {"ábc sßs ßss DÉF",ⱥⱥⱥ,ⱥȺ,"abc DEF 123abc","DŽxxDŽ džxxDž Džxxdž",ȺȺȺ}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[], 'desc');
-                            array_sort                            
-------------------------------------------------------------------
- {"DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥⱥⱥ,ⱥȺ,"ábc sßs ßss DÉF","abc DEF 123abc"}
+                                       array_sort                                       
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/arrays.out C:/cirrus/build/testrun/regress/regress/resu...
--- C:/cirrus/src/test/regress/expected/arrays.out	2024-10-02 11:08:56.222982200 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/arrays.out	2024-10-02 11:11:14.828409100 +0000
@@ -2747,82 +2747,78 @@
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[]);
-                            array_sort                            
-------------------------------------------------------------------
- {"abc DEF 123abc","ábc sßs ßss DÉF",ⱥȺ,ⱥⱥⱥ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž"}
+                                       array_sort                                       
+----------------------------------------------------------------------------------------
+ {"ábc sßs ßss DÉF",ⱥⱥⱥ,ⱥȺ,"abc DEF 123abc","DŽxxDŽ džxxDž Džxxdž",ȺȺȺ}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[], 'desc');
-                            array_sort                            
-------------------------------------------------------------------
- {"DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥⱥⱥ,ⱥȺ,"ábc sßs ßss DÉF","abc DEF 123abc"}
+                                       array_sort                                       
...
tap
[11:12:32.261](99.999s) not ok 5 - regression tests pass
tap
[11:14:51.821](118.724s) not ok 2 - regression tests pass
test
[11:20:40.086]   6/304 postgresql:regress / regress/regress                                            ERROR           1...
[11:20:40.086]  35/304 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[11:20:40.086] 102/304 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5174 Call rm_redo in a temporary memory context
CompilerWarnings
compiler
[02:35:10.463] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
compiler
[02:33:50.120] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
compiler
[02:44:06.776] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
50/5239 Add parallel columns for pg_stat_statements
FreeBSD - 13 - Meson
core
[17:00:58.874] #0  0x00002c61b69adff0 in ?? ()
[17:00:58.874] #1  0x0000000000000000 in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/select.out /tmp/cirrus-ci-build/build/testrun/pg_stat_...
--- /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/select.out	2024-10-01 16:54:19.919196000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_stat_statements/regress/results/select.out	2024-10-01 16:57:39.634587000 +0000
@@ -2,14 +2,14 @@
 -- SELECT statements
 --
 CREATE EXTENSION pg_stat_statements;
+ERROR:  extension "pg_stat_statements" has no installation script nor update path for version "1.12"
 SET pg_stat_statements.track_utility = FALSE;
 SET pg_stat_statements.track_planning = TRUE;
 SELECT pg_stat_statements_reset() IS NOT NULL AS t;
- t 
----
- t
-(1 row)
-
+ERROR:  function pg_stat_statements_reset() does not exist
+LINE 1: SELECT pg_stat_statements_reset() IS NOT NULL AS t;
+               ^
+HINT:  No function matches the given name and argument types. You might need to add explicit type casts.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/test_ddl_deparse/expected/create_extension.out /tmp/cirrus-ci-build/build...
--- /tmp/cirrus-ci-build/src/test/modules/test_ddl_deparse/expected/create_extension.out	2024-10-01 16:54:21.340557000 +...
+++ /tmp/cirrus-ci-build/build/testrun/test_ddl_deparse/regress/results/create_extension.out	2024-10-01 16:57:53.2922700...
@@ -2,4 +2,4 @@
 --- CREATE_EXTENSION
 ---
 CREATE EXTENSION pg_stat_statements;
-NOTICE:  DDL test: type simple, tag CREATE EXTENSION
+ERROR:  extension "pg_stat_statements" has no installation script nor update path for version "1.12"
test
[16:59:46.538]  89/309 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
[16:59:46.538] 116/309 postgresql:test_ddl_deparse / test_ddl_deparse/regress                          ERROR            ...
[16:59:46.538] 154/309 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[16:59:46.538] 227/309 postgresql:pg_stat_statements / pg_stat_statements/010_restart                  ERROR            ...
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/select.out /tmp/cirrus-ci-build/build/testrun/pg_stat_...
--- /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/select.out	2024-10-01 16:54:02.178003036 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_stat_statements/regress/results/select.out	2024-10-01 17:00:24.134018309 +0000
@@ -2,14 +2,14 @@
 -- SELECT statements
 --
 CREATE EXTENSION pg_stat_statements;
+ERROR:  extension "pg_stat_statements" has no installation script nor update path for version "1.12"
 SET pg_stat_statements.track_utility = FALSE;
 SET pg_stat_statements.track_planning = TRUE;
 SELECT pg_stat_statements_reset() IS NOT NULL AS t;
- t 
----
- t
-(1 row)
-
+ERROR:  function pg_stat_statements_reset() does not exist
+LINE 1: SELECT pg_stat_statements_reset() IS NOT NULL AS t;
+               ^
+HINT:  No function matches the given name and argument types. You might need to add explicit type casts.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/test_ddl_deparse/expected/create_extension.out /tmp/cirrus-ci-build/build...
--- /tmp/cirrus-ci-build/src/test/modules/test_ddl_deparse/expected/create_extension.out	2024-10-01 16:54:03.910710148 +...
+++ /tmp/cirrus-ci-build/build/testrun/test_ddl_deparse/regress/results/create_extension.out	2024-10-01 17:00:38.8461785...
@@ -2,4 +2,4 @@
 --- CREATE_EXTENSION
 ---
 CREATE EXTENSION pg_stat_statements;
-NOTICE:  DDL test: type simple, tag CREATE EXTENSION
+ERROR:  extension "pg_stat_statements" has no installation script nor update path for version "1.12"
test
[17:02:38.953]  86/309 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
[17:02:38.953] 116/309 postgresql:test_ddl_deparse / test_ddl_deparse/regress                          ERROR            ...
[17:02:38.953] 154/309 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[17:02:38.953] 227/309 postgresql:pg_stat_statements / pg_stat_statements/010_restart                  ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/contrib/pg_stat_statements/expected/select.out /Users/admin/pgsql/build/testrun/pg_stat_stat...
--- /Users/admin/pgsql/contrib/pg_stat_statements/expected/select.out	2024-10-01 16:54:02
+++ /Users/admin/pgsql/build/testrun/pg_stat_statements/regress/results/select.out	2024-10-01 16:58:14
@@ -2,14 +2,14 @@
 -- SELECT statements
 --
 CREATE EXTENSION pg_stat_statements;
+ERROR:  extension "pg_stat_statements" has no installation script nor update path for version "1.12"
 SET pg_stat_statements.track_utility = FALSE;
 SET pg_stat_statements.track_planning = TRUE;
 SELECT pg_stat_statements_reset() IS NOT NULL AS t;
- t 
----
- t
-(1 row)
-
+ERROR:  function pg_stat_statements_reset() does not exist
+LINE 1: SELECT pg_stat_statements_reset() IS NOT NULL AS t;
+               ^
+HINT:  No function matches the given name and argument types. You might need to add explicit type casts.
...
regress
diff -U3 /Users/admin/pgsql/src/test/modules/test_ddl_deparse/expected/create_extension.out /Users/admin/pgsql/build/tes...
--- /Users/admin/pgsql/src/test/modules/test_ddl_deparse/expected/create_extension.out	2024-10-01 16:54:03
+++ /Users/admin/pgsql/build/testrun/test_ddl_deparse/regress/results/create_extension.out	2024-10-01 16:58:24
@@ -2,4 +2,4 @@
 --- CREATE_EXTENSION
 ---
 CREATE EXTENSION pg_stat_statements;
-NOTICE:  DDL test: type simple, tag CREATE EXTENSION
+ERROR:  extension "pg_stat_statements" has no installation script nor update path for version "1.12"
test
[17:01:09.692]  89/309 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
[17:01:09.692] 116/309 postgresql:test_ddl_deparse / test_ddl_deparse/regress                          ERROR            ...
[17:01:09.692] 138/309 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[17:01:09.692] 227/309 postgresql:pg_stat_statements / pg_stat_statements/010_restart                  ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/contrib/pg_stat_statements/expected/select.out C:/cirrus/build/testrun/pg_stat_st...
--- C:/cirrus/contrib/pg_stat_statements/expected/select.out	2024-10-01 16:55:13.645161100 +0000
+++ C:/cirrus/build/testrun/pg_stat_statements/regress/results/select.out	2024-10-01 17:01:32.679095100 +0000
@@ -2,14 +2,14 @@
 -- SELECT statements
 --
 CREATE EXTENSION pg_stat_statements;
+ERROR:  extension "pg_stat_statements" has no installation script nor update path for version "1.12"
 SET pg_stat_statements.track_utility = FALSE;
 SET pg_stat_statements.track_planning = TRUE;
 SELECT pg_stat_statements_reset() IS NOT NULL AS t;
- t 
----
- t
-(1 row)
-
+ERROR:  function pg_stat_statements_reset() does not exist
+LINE 1: SELECT pg_stat_statements_reset() IS NOT NULL AS t;
+               ^
+HINT:  No function matches the given name and argument types. You might need to add explicit type casts.
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/modules/test_ddl_deparse/expected/create_extension.out C:/cirrus/build/t...
--- C:/cirrus/src/test/modules/test_ddl_deparse/expected/create_extension.out	2024-10-01 16:55:17.736478600 +0000
+++ C:/cirrus/build/testrun/test_ddl_deparse/regress/results/create_extension.out	2024-10-01 17:01:55.153705300 +0000
@@ -2,4 +2,4 @@
 --- CREATE_EXTENSION
 ---
 CREATE EXTENSION pg_stat_statements;
-NOTICE:  DDL test: type simple, tag CREATE EXTENSION
+ERROR:  extension "pg_stat_statements" has no installation script nor update path for version "1.12"
test
[17:07:07.404]  89/304 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
[17:07:07.404]  91/304 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
[17:07:07.404] 120/304 postgresql:test_ddl_deparse / test_ddl_deparse/regress                          ERROR            ...
[17:07:07.404] 222/304 postgresql:pg_stat_statements / pg_stat_statements/010_restart                  ERROR            ...
51/5272 Truncate logs by max_log_size
CompilerWarnings
compiler
[16:31:45.366] elog.c:1699:9: error: initializing 'char *' with an expression of type 'const char *' discards qualifiers...
compiler
[16:29:53.458] elog.c:1699:9: error: initializing 'char *' with an expression of type 'const char *' discards qualifiers...
compiler
[16:27:24.471] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar...
compiler
[16:25:29.236] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar...
compiler
[16:35:45.685] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar...
CompilerWarnings
compiler
[16:13:59.203] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar...
compiler
[16:12:14.460] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar...
51/5246 Allow SQL functions use CachedPlan machinery
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upg...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-10-01 15:36:14.313028000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/xml.out	2024-10-01 15:37:45.928109000 +000...
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-10-01 15:36:14.313028000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/xml.out	2024-10-01 15:38:27.213606000 +0...
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/regress/regress/resul...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-10-01 15:36:14.313028000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/xml.out	2024-10-01 15:37:42.030325000 +0000
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
tap
[15:38:04.713](65.967s) not ok 5 - regression tests pass
tap
[15:38:42.070](69.301s) not ok 2 - regression tests pass
test
[15:40:38.016]  40/309 postgresql:regress / regress/regress                                            ERROR            ...
[15:40:38.016]  94/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[15:40:38.016] 150/309 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/result...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-10-01 15:36:14.193304781 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/xml.out	2024-10-01 15:41:52.969021508 +0000
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/src/test/regress/results/xml.out
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-10-01 15:36:14.193304781 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/xml.out	2024-10-01 15:40:15.605158473 +0000
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
tap
[15:41:58.535](101.385s) not ok 5 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upg...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-10-01 15:36:14.610521082 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/xml.out	2024-10-01 15:38:47.954659586 +000...
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-10-01 15:36:14.610521082 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/xml.out	2024-10-01 15:39:21.007194559 +0...
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/regress/regress/resul...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-10-01 15:36:14.610521082 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/xml.out	2024-10-01 15:38:41.614578636 +0000
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
tap
[15:38:58.121](73.995s) not ok 5 - regression tests pass
tap
[15:39:29.654](71.908s) not ok 2 - regression tests pass
test
[15:41:09.020]  43/309 postgresql:regress / regress/regress                                            ERROR            ...
[15:41:09.020] 129/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[15:41:09.020] 153/309 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
51/4412 Client authentication via OAuth 2.0
FreeBSD - 13 - Meson
test
[15:35:15.956] 108/311 postgresql:oauth_validator / oauth_validator/regress                            ERROR            ...
Linux - Debian Bookworm - Meson
test
[15:37:17.099] 105/311 postgresql:oauth_validator / oauth_validator/regress                            ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
test
[15:42:59.862] 104/306 postgresql:oauth_validator / oauth_validator/regress                            ERROR            ...
50/5270 jsonpath string methods: lower, upper, initcap, l/r/btrim, replace, split_part
CompilerWarnings
compiler
[13:03:52.491] jsonpath_exec.c:2829:13: error: mixing declarations and code is incompatible with standards before C99 [-...
compiler
[13:01:57.590] jsonpath_exec.c:2829:13: error: mixing declarations and code is incompatible with standards before C99 [-...
compiler
[12:59:45.265] jsonpath_exec.c:2829:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta...
compiler
[12:57:48.839] jsonpath_exec.c:2829:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta...
compiler
[13:07:22.611] jsonpath_exec.c:2829:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta...
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out /tmp/cirrus-ci-build/build-32/testrun/pg_upgr...
--- /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out	2024-10-01 12:55:27.049834372 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/pg_upgrade/002_pg_upgrade/data/results/jsonb_jsonpath.out	2024-10-01 13:04:45....
@@ -3078,7 +3078,7 @@
 select jsonb_path_query('"abc~@~def~@~ghi"', '$.split_part("~@~", 2)');
  jsonb_path_query 
 ------------------
- "def"
+ ""
 (1 row)
 
 -- Test string methods play nicely together
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out /tmp/cirrus-ci-build/build-32/testrun/recover...
--- /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out	2024-10-01 12:55:27.049834372 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/recovery/027_stream_regress/data/results/jsonb_jsonpath.out	2024-10-01 13:05:2...
@@ -3078,7 +3078,7 @@
 select jsonb_path_query('"abc~@~def~@~ghi"', '$.split_part("~@~", 2)');
  jsonb_path_query 
 ------------------
- "def"
+ ""
 (1 row)
 
 -- Test string methods play nicely together
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out /tmp/cirrus-ci-build/build-32/testrun/regress...
--- /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out	2024-10-01 12:55:27.049834372 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/regress/regress/results/jsonb_jsonpath.out	2024-10-01 13:04:38.990817243 +0000
@@ -3078,7 +3078,7 @@
 select jsonb_path_query('"abc~@~def~@~ghi"', '$.split_part("~@~", 2)');
  jsonb_path_query 
 ------------------
- "def"
+ ""
 (1 row)
 
 -- Test string methods play nicely together
tap
[13:05:02.429](65.395s) not ok 5 - regression tests pass
tap
[13:05:33.174](63.510s) not ok 2 - regression tests pass
test
[13:07:16.960]  38/309 postgresql:regress / regress/regress                                            ERROR            ...
[13:07:16.960] 116/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[13:07:16.960] 148/309 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
51/5252 Trim the heap free memory
CompilerWarnings
compiler
[11:35:02.049] postgres.c:2826:47: error: initialization of ‘char *’ from ‘int’ makes pointer from integer without a cas...
compiler
[11:35:02.049] postgres.c:2830:33: error: assignment to ‘char *’ from ‘int’ makes pointer from integer without a cast [-...
compiler
[11:35:02.049] postgres.c:2829:25: error: implicit declaration of function ‘malloc_trim’ [-Werror=implicit-function-decl...
compiler
[11:35:02.049] postgres.c:2826:47: error: implicit declaration of function ‘sbrk’ [-Werror=implicit-function-declaration...
Linux - Debian Bookworm - Autoconf
tap
[11:33:56.012](0.001s) not ok 29 - options --locale-provider=icu --locale=und --lc-*=C: no stderr
Linux - Debian Bookworm - Meson
tap
[11:35:56.673](0.001s) not ok 29 - options --locale-provider=icu --locale=und --lc-*=C: no stderr
test
[11:37:22.513] 166/309 postgresql:initdb / initdb/001_initdb                                           ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[11:33:36.072] ../src/backend/tcop/postgres.c(2826): warning C4047: 'initializing': 'char *' differs in levels of indire...
compiler
[11:33:45.945] tcop_postgres.c.obj : error LNK2019: unresolved external symbol malloc_trim referenced in function finish...
compiler
[11:33:45.945] tcop_postgres.c.obj : error LNK2019: unresolved external symbol sbrk referenced in function finish_xact_c...
compiler
[11:33:36.072] ../src/backend/tcop/postgres.c(2830): warning C4047: '=': 'char *' differs in levels of indirection from ...
51/5093 Incremental Sort Cost Estimation Instability
CompilerWarnings
compiler
[10:38:05.115] costsize.c:2020:52: error: ‘ndist’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[10:37:22.740] costsize.c:2020:52: error: ‘ndist’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[10:43:42.701] costsize.c:2020:52: error: ‘ndist’ may be used uninitialized [-Werror=maybe-uninitialized]
51/4980 Expand applicability of aggregate's sortop optimization
CompilerWarnings
compiler
[09:43:25.918] planagg.c:537:21: error: variable 'curTarget' set but not used [-Werror,-Wunused-but-set-variable]
compiler
[09:38:18.438] planagg.c:537:53: error: variable ‘curTarget’ set but not used [-Werror=unused-but-set-variable]
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/subselect.out /tmp/cirrus-ci-build/build/testrun/regress-running...
--- /tmp/cirrus-ci-build/src/test/regress/expected/subselect.out	2024-10-01 09:36:21.230637000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress-running/regress/results/subselect.out	2024-10-01 09:41:56.830826000 +0000
@@ -1029,7 +1029,7 @@
    ->  Seq Scan on tenk1 t
          Filter: ((ANY (unique2 = (hashed SubPlan 2).col1)) OR (ten < 0))
          SubPlan 2
-           ->  Index Only Scan using tenk1_unique1 on tenk1 k
+           ->  Index Only Scan using idx_int4 on tenk1 k
 (5 rows)
 
 select count(*) from tenk1 t
@@ -1043,19 +1043,10 @@
 select count(*) from tenk1 t
 where (exists(select 1 from tenk1 k where k.unique1 = t.unique2) or ten < 0)
   and thousand = 1;
-                          QUERY PLAN                          
---------------------------------------------------------------
- Aggregate
-   ->  Bitmap Heap Scan on tenk1 t
...
test
[09:42:20.880] 74/75 postgresql:regress-running / regress-running/regress                         ERROR            24.74...
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/subselect.out /tmp/cirrus-ci-build/build/testrun/recovery/027_st...
--- /tmp/cirrus-ci-build/src/test/regress/expected/subselect.out	2024-10-01 09:36:19.939828794 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/subselect.out	2024-10-01 09:42:36.213258...
@@ -1112,10 +1112,10 @@
   and exists ( select 1 from tenk1 c where b.hundred = c.hundred
                    and not exists ( select 1 from tenk1 d
                                     where a.thousand = d.thousand ) );
- thousand 
-----------
-(0 rows)
-
+ERROR:  deadlock detected
+DETAIL:  Process 36176 waits for AccessShareLock on relation 24459 of database 16384; blocked by process 36174.
+Process 36174 waits for AccessExclusiveLock on relation 16418 of database 16384; blocked by process 36176.
+HINT:  See server log for query details.
 --
 -- Check that nested sub-selects are not pulled up if they contain volatiles
 --
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/select_distinct.out /tmp/cirrus-ci-build/build/testrun/regress/r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/select_distinct.out	2024-10-01 09:36:19.931847203 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/select_distinct.out	2024-10-01 09:41:49.421308622 +0000
@@ -262,14 +262,10 @@
 -- Ensure we don't do parallel distinct with a parallel unsafe function
 EXPLAIN (COSTS OFF)
 SELECT DISTINCT distinct_func(1) FROM tenk1;
-                        QUERY PLAN                        
-----------------------------------------------------------
- Unique
-   ->  Sort
-         Sort Key: (distinct_func(1))
-         ->  Index Only Scan using tenk1_hundred on tenk1
-(4 rows)
-
+ERROR:  deadlock detected
+DETAIL:  Process 29537 waits for AccessShareLock on relation 24440 of database 16384; blocked by process 29531.
+Process 29531 waits for AccessExclusiveLock on relation 16418 of database 16384; blocked by process 29537.
+HINT:  See server log for query details.
 -- make the function parallel safe
...
tap
[09:43:26.077](77.176s) not ok 2 - regression tests pass
test
[09:45:11.733]  16/309 postgresql:regress / regress/regress                                            ERROR            ...
[09:45:11.733] 153/309 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
51/5131 add log_transaction GUC setting
FreeBSD - 13 - Meson
tap
[09:36:54.325](1.864s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[09:37:06.418] 290/309 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
Linux - Debian Bookworm - Autoconf
tap
[09:37:34.313](0.635s) not ok 1 - no parameters missing from postgresql.conf.sample
Linux - Debian Bookworm - Meson
tap
[09:39:38.982](0.467s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[09:39:49.536] 288/309 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[09:43:26.691](1.566s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[09:43:52.557] 283/304 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
51/5242 Fix RelationTruncate() corruption
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[08:15:05.359] ../src/backend/storage/smgr/smgr.c(710): warning C4098: 'smgrtruncate': 'void' function returning a value
51/5196 Use function smgrclose() to replace the loop
CompilerWarnings
compiler
[07:58:58.737] smgr.c:279:13: error: unused variable 'forknum' [-Werror,-Wunused-variable]
compiler
[07:58:58.737] smgr.c:484:9: error: unused variable 'which' [-Werror,-Wunused-variable]
compiler
[07:58:09.958] smgr.c:279:13: error: unused variable 'forknum' [-Werror,-Wunused-variable]
compiler
[07:58:09.958] smgr.c:484:9: error: unused variable 'which' [-Werror,-Wunused-variable]
compiler
[07:57:02.355] smgr.c:279:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
compiler
[07:57:02.355] smgr.c:484:41: error: unused variable ‘which’ [-Werror=unused-variable]
compiler
[07:56:24.236] smgr.c:279:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
compiler
[07:56:24.236] smgr.c:484:41: error: unused variable ‘which’ [-Werror=unused-variable]
compiler
[08:00:13.117] smgr.c:279:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
compiler
[08:00:13.117] smgr.c:484:41: error: unused variable ‘which’ [-Werror=unused-variable]
51/5061 New function rand_array() to contrib/tablefunc
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/tablefunc/expected/tablefunc.out /tmp/cirrus-ci-build/build/testrun/tablefunc/regr...
--- /tmp/cirrus-ci-build/contrib/tablefunc/expected/tablefunc.out	2024-10-01 06:54:53.190719000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/tablefunc/regress/results/tablefunc.out	2024-10-01 06:57:39.326347000 +0000
@@ -1,17 +1,20 @@
 CREATE EXTENSION tablefunc;
+ERROR:  extension "tablefunc" has no installation script nor update path for version "1.1"
 --
 -- normal_rand()
 -- no easy way to do this for regression testing
 --
 SELECT avg(normal_rand)::int, count(*) FROM normal_rand(100, 250, 0.2);
- avg | count 
------+-------
- 250 |   100
-(1 row)
-
+ERROR:  function normal_rand(integer, integer, numeric) does not exist
+LINE 1: SELECT avg(normal_rand)::int, count(*) FROM normal_rand(100,...
+                                                    ^
+HINT:  No function matches the given name and argument types. You might need to add explicit type casts.
...
test
[06:59:53.492]  94/309 postgresql:tablefunc / tablefunc/regress                                        ERROR            ...
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/tablefunc/expected/tablefunc.out /tmp/cirrus-ci-build/build/testrun/tablefunc/regr...
--- /tmp/cirrus-ci-build/contrib/tablefunc/expected/tablefunc.out	2024-10-01 06:54:52.849294282 +0000
+++ /tmp/cirrus-ci-build/build/testrun/tablefunc/regress/results/tablefunc.out	2024-10-01 06:59:29.900948741 +0000
@@ -1,17 +1,20 @@
 CREATE EXTENSION tablefunc;
+ERROR:  extension "tablefunc" has no installation script nor update path for version "1.1"
 --
 -- normal_rand()
 -- no easy way to do this for regression testing
 --
 SELECT avg(normal_rand)::int, count(*) FROM normal_rand(100, 250, 0.2);
- avg | count 
------+-------
- 250 |   100
-(1 row)
-
+ERROR:  function normal_rand(integer, integer, numeric) does not exist
+LINE 1: SELECT avg(normal_rand)::int, count(*) FROM normal_rand(100,...
+                                                    ^
+HINT:  No function matches the given name and argument types. You might need to add explicit type casts.
...
test
[07:01:24.739]  89/309 postgresql:tablefunc / tablefunc/regress                                        ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/contrib/tablefunc/expected/tablefunc.out C:/cirrus/build/testrun/tablefunc/regres...
--- C:/cirrus/contrib/tablefunc/expected/tablefunc.out	2024-10-01 06:55:09.118463800 +0000
+++ C:/cirrus/build/testrun/tablefunc/regress/results/tablefunc.out	2024-10-01 07:02:01.454304300 +0000
@@ -1,17 +1,20 @@
 CREATE EXTENSION tablefunc;
+ERROR:  extension "tablefunc" has no installation script nor update path for version "1.1"
 --
 -- normal_rand()
 -- no easy way to do this for regression testing
 --
 SELECT avg(normal_rand)::int, count(*) FROM normal_rand(100, 250, 0.2);
- avg | count 
------+-------
- 250 |   100
-(1 row)
-
+ERROR:  function normal_rand(integer, integer, numeric) does not exist
+LINE 1: SELECT avg(normal_rand)::int, count(*) FROM normal_rand(100,...
+                                                    ^
+HINT:  No function matches the given name and argument types. You might need to add explicit type casts.
...
test
[07:08:18.029]  91/304 postgresql:tablefunc / tablefunc/regress                                        ERROR            ...
49/4982 support tid range scan in parallel
CompilerWarnings
compiler
[06:21:10.371] tableam.c:197:46: error: no member named 'phs_relid' in 'struct ParallelTableScanDescData'
compiler
[06:16:55.346] tableam.c:197:51: error: ‘struct ParallelTableScanDescData’ has no member named ‘phs_relid’
compiler
[06:23:33.340] tableam.c:197:51: error: ‘struct ParallelTableScanDescData’ has no member named ‘phs_relid’
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[06:14:12.498] ../src/backend/access/table/tableam.c(197): error C2039: 'phs_relid': is not a member of 'ParallelTableSc...
51/5151 DirtyScanshot index scan skips concurrently updated tuples
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/dirty_index_scan.out /tmp/cirrus-ci-build/build...
--- /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/dirty_index_scan.out	2024-10-01 05:35:20.143490000 +...
+++ /tmp/cirrus-ci-build/build/testrun/injection_points-running/isolation/results/dirty_index_scan.out	2024-10-01 05:46:...
@@ -36,4 +36,6 @@
                        
 (1 row)
 
+isolationtester: canceling step s1_s1 after 360 seconds
 step s1_s1: <... completed>
+ERROR:  canceling statement due to user request
51/5277 general purpose array_sort
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/arrays.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/arrays.out	2024-10-01 05:35:15.410633000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/arrays.out	2024-10-01 05:37:06.637432000 +...
@@ -2749,13 +2749,13 @@
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[]);
                             array_sort                            
 ------------------------------------------------------------------
- {"abc DEF 123abc","ábc sßs ßss DÉF",ⱥȺ,ⱥⱥⱥ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž"}
+ {"abc DEF 123abc","ábc sßs ßss DÉF","DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥȺ,ⱥⱥⱥ}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[], 'desc');
                             array_sort                            
 ------------------------------------------------------------------
- {"DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥⱥⱥ,ⱥȺ,"ábc sßs ßss DÉF","abc DEF 123abc"}
+ {ⱥⱥⱥ,ⱥȺ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž","ábc sßs ßss DÉF","abc DEF 123abc"}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[] COLLATE "pg_c_utf8", 'asc');
@@ -2774,55 +2774,55 @@
...
tap
[05:37:53.688](66.705s) not ok 5 - regression tests pass
51/5151 DirtyScanshot index scan skips concurrently updated tuples
FreeBSD - 13 - Meson
test
[05:46:56.400] 75/75 postgresql:injection_points-running / injection_points-running/isolation     ERROR           362.93...
51/5277 general purpose array_sort
FreeBSD - 13 - Meson
test
[05:40:31.213]  94/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/arrays.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/res...
--- /tmp/cirrus-ci-build/src/test/regress/expected/arrays.out	2024-10-01 05:35:13.490459402 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/arrays.out	2024-10-01 05:41:29.818694525 +0000
@@ -2749,13 +2749,13 @@
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[]);
                             array_sort                            
 ------------------------------------------------------------------
- {"abc DEF 123abc","ábc sßs ßss DÉF",ⱥȺ,ⱥⱥⱥ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž"}
+ {"abc DEF 123abc","ábc sßs ßss DÉF","DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥȺ,ⱥⱥⱥ}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[], 'desc');
                             array_sort                            
 ------------------------------------------------------------------
- {"DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥⱥⱥ,ⱥȺ,"ábc sßs ßss DÉF","abc DEF 123abc"}
+ {ⱥⱥⱥ,ⱥȺ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž","ábc sßs ßss DÉF","abc DEF 123abc"}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[] COLLATE "pg_c_utf8", 'asc');
@@ -2774,55 +2774,55 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/arrays.out /tmp/cirrus-ci-build/src/test/recovery/tmp_check/resu...
--- /tmp/cirrus-ci-build/src/test/regress/expected/arrays.out	2024-10-01 05:35:13.490459402 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/arrays.out	2024-10-01 05:43:55.467275876 +0000
@@ -2749,13 +2749,13 @@
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[]);
                             array_sort                            
 ------------------------------------------------------------------
- {"abc DEF 123abc","ábc sßs ßss DÉF",ⱥȺ,ⱥⱥⱥ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž"}
+ {"abc DEF 123abc","ábc sßs ßss DÉF","DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥȺ,ⱥⱥⱥ}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[], 'desc');
                             array_sort                            
 ------------------------------------------------------------------
- {"DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥⱥⱥ,ⱥȺ,"ábc sßs ßss DÉF","abc DEF 123abc"}
+ {ⱥⱥⱥ,ⱥȺ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž","ábc sßs ßss DÉF","abc DEF 123abc"}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[] COLLATE "pg_c_utf8", 'asc');
@@ -2774,55 +2774,55 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/arrays.out /tmp/cirrus-ci-build/src/test/regress/results/arrays....
--- /tmp/cirrus-ci-build/src/test/regress/expected/arrays.out	2024-10-01 05:35:13.490459402 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/arrays.out	2024-10-01 05:39:29.625480884 +0000
@@ -2749,13 +2749,13 @@
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[]);
                             array_sort                            
 ------------------------------------------------------------------
- {"abc DEF 123abc","ábc sßs ßss DÉF",ⱥȺ,ⱥⱥⱥ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž"}
+ {"abc DEF 123abc","ábc sßs ßss DÉF","DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥȺ,ⱥⱥⱥ}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[], 'desc');
                             array_sort                            
 ------------------------------------------------------------------
- {"DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥⱥⱥ,ⱥȺ,"ábc sßs ßss DÉF","abc DEF 123abc"}
+ {ⱥⱥⱥ,ⱥȺ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž","ábc sßs ßss DÉF","abc DEF 123abc"}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[] COLLATE "pg_c_utf8", 'asc');
@@ -2774,55 +2774,55 @@
...
tap
[05:42:54.295](108.442s) not ok 5 - regression tests pass
tap
[05:44:38.170](55.384s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Meson
core
[05:43:13.008] #0  0x00007fe0b3d66a50 in ?? ()
[05:43:13.008] #1  0x0000000000000003 in ?? ()
[05:43:13.008] #2  0x00007fff7c1b7415 in ?? ()
[05:43:13.008] #3  0x00007fff7c1b7418 in ?? ()
[05:43:13.008] #4  0x00007fff7c1b74bc in ?? ()
[05:43:13.008] #5  0x0000000000000000 in ?? ()
core
[05:43:12.894] #0  0x00007f3d138afd24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[05:43:12.894] #1  0x00007f3d1385c239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[05:43:12.894] #2  0x00007f3d1385c497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[05:43:12.894] #3  0x00005646a77455c1 in ?? ()
[05:43:12.894] #4  0x00005646a773f369 in ?? ()
[05:43:12.894] #5  0x00005646a773e20f in ?? ()
[05:43:12.894] #6  0x00005646a773ec3b in ?? ()
[05:43:12.894] #7  0x00005646a773c66f in ?? ()
[05:43:12.894] #8  0x00007f3d1384724a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:43:12.894] #9  0x00007f3d13847305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/arrays.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/arrays.out	2024-10-01 05:34:52.533134427 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/arrays.out	2024-10-01 05:39:02.144276525 +...
@@ -2749,13 +2749,13 @@
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[]);
                             array_sort                            
 ------------------------------------------------------------------
- {"abc DEF 123abc","ábc sßs ßss DÉF",ⱥȺ,ⱥⱥⱥ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž"}
+ {"abc DEF 123abc","ábc sßs ßss DÉF","DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥȺ,ⱥⱥⱥ}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[], 'desc');
                             array_sort                            
 ------------------------------------------------------------------
- {"DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥⱥⱥ,ⱥȺ,"ábc sßs ßss DÉF","abc DEF 123abc"}
+ {ⱥⱥⱥ,ⱥȺ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž","ábc sßs ßss DÉF","abc DEF 123abc"}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[] COLLATE "pg_c_utf8", 'asc');
@@ -2774,55 +2774,55 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/arrays.out /tmp/cirrus-ci-build/build/testrun/recovery/027_strea...
--- /tmp/cirrus-ci-build/src/test/regress/expected/arrays.out	2024-10-01 05:34:52.533134427 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/arrays.out	2024-10-01 05:39:42.648242251...
@@ -2749,13 +2749,13 @@
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[]);
                             array_sort                            
 ------------------------------------------------------------------
- {"abc DEF 123abc","ábc sßs ßss DÉF",ⱥȺ,ⱥⱥⱥ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž"}
+ {"abc DEF 123abc","ábc sßs ßss DÉF","DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥȺ,ⱥⱥⱥ}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[], 'desc');
                             array_sort                            
 ------------------------------------------------------------------
- {"DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥⱥⱥ,ⱥȺ,"ábc sßs ßss DÉF","abc DEF 123abc"}
+ {ⱥⱥⱥ,ⱥȺ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž","ábc sßs ßss DÉF","abc DEF 123abc"}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[] COLLATE "pg_c_utf8", 'asc');
@@ -2774,55 +2774,55 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/arrays.out /tmp/cirrus-ci-build/build/testrun/regress/regress/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/arrays.out	2024-10-01 05:34:52.533134427 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/arrays.out	2024-10-01 05:38:58.536275461 +0000
@@ -2749,13 +2749,13 @@
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[]);
                             array_sort                            
 ------------------------------------------------------------------
- {"abc DEF 123abc","ábc sßs ßss DÉF",ⱥȺ,ⱥⱥⱥ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž"}
+ {"abc DEF 123abc","ábc sßs ßss DÉF","DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥȺ,ⱥⱥⱥ}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[], 'desc');
                             array_sort                            
 ------------------------------------------------------------------
- {"DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥⱥⱥ,ⱥȺ,"ábc sßs ßss DÉF","abc DEF 123abc"}
+ {ⱥⱥⱥ,ⱥȺ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž","ábc sßs ßss DÉF","abc DEF 123abc"}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[] COLLATE "pg_c_utf8", 'asc');
@@ -2774,55 +2774,55 @@
...
tap
[05:39:55.967](68.967s) not ok 5 - regression tests pass
tap
[05:40:33.143](73.445s) not ok 2 - regression tests pass
test
[05:42:16.684]  13/309 postgresql:regress / regress/regress                                            ERROR            ...
[05:42:16.684] 119/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[05:42:16.684] 154/309 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/arrays.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgr...
--- /Users/admin/pgsql/src/test/regress/expected/arrays.out	2024-10-01 05:34:56
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/arrays.out	2024-10-01 05:37:50
@@ -2749,13 +2749,13 @@
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[]);
                             array_sort                            
 ------------------------------------------------------------------
- {"abc DEF 123abc","ábc sßs ßss DÉF",ⱥȺ,ⱥⱥⱥ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž"}
+ {"abc DEF 123abc","ábc sßs ßss DÉF","DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥȺ,ⱥⱥⱥ}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[], 'desc');
                             array_sort                            
 ------------------------------------------------------------------
- {"DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥⱥⱥ,ⱥȺ,"ábc sßs ßss DÉF","abc DEF 123abc"}
+ {ⱥⱥⱥ,ⱥȺ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž","ábc sßs ßss DÉF","abc DEF 123abc"}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[] COLLATE "pg_c_utf8", 'asc');
@@ -2774,55 +2774,55 @@
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/arrays.out /Users/admin/pgsql/build/testrun/recovery/027_stream_re...
--- /Users/admin/pgsql/src/test/regress/expected/arrays.out	2024-10-01 05:34:56
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/arrays.out	2024-10-01 05:38:42
@@ -2749,13 +2749,13 @@
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[]);
                             array_sort                            
 ------------------------------------------------------------------
- {"abc DEF 123abc","ábc sßs ßss DÉF",ⱥȺ,ⱥⱥⱥ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž"}
+ {"abc DEF 123abc","ábc sßs ßss DÉF","DŽxxDŽ džxxDž Džxxdž",ⱥȺ,ȺȺȺ,ⱥⱥⱥ}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[], 'desc');
                             array_sort                            
 ------------------------------------------------------------------
- {"DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥⱥⱥ,ⱥȺ,"ábc sßs ßss DÉF","abc DEF 123abc"}
+ {ⱥⱥⱥ,ȺȺȺ,ⱥȺ,"DŽxxDŽ džxxDž Džxxdž","ábc sßs ßss DÉF","abc DEF 123abc"}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[] COLLATE "pg_c_utf8", 'asc');
@@ -2774,55 +2774,55 @@
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/arrays.out /Users/admin/pgsql/build/testrun/regress/regress/result...
--- /Users/admin/pgsql/src/test/regress/expected/arrays.out	2024-10-01 05:34:56
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/arrays.out	2024-10-01 05:37:45
@@ -2749,13 +2749,13 @@
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[]);
                             array_sort                            
 ------------------------------------------------------------------
- {"abc DEF 123abc","ábc sßs ßss DÉF",ⱥȺ,ⱥⱥⱥ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž"}
+ {"abc DEF 123abc","ábc sßs ßss DÉF","DŽxxDŽ džxxDž Džxxdž",ⱥȺ,ȺȺȺ,ⱥⱥⱥ}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[], 'desc');
                             array_sort                            
 ------------------------------------------------------------------
- {"DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥⱥⱥ,ⱥȺ,"ábc sßs ßss DÉF","abc DEF 123abc"}
+ {ⱥⱥⱥ,ȺȺȺ,ⱥȺ,"DŽxxDŽ džxxDž Džxxdž","ábc sßs ßss DÉF","abc DEF 123abc"}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[] COLLATE "pg_c_utf8", 'asc');
@@ -2774,55 +2774,55 @@
...
tap
[05:38:19.059](46.859s) not ok 5 - regression tests pass
tap
[05:39:22.769](62.746s) not ok 2 - regression tests pass
test
[05:42:10.044]  25/309 postgresql:regress / regress/regress                                            ERROR            ...
[05:42:10.044]  46/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[05:42:10.044] 141/309 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/arrays.out C:/cirrus/build/testrun/pg_upgrade/002_pg_up...
--- C:/cirrus/src/test/regress/expected/arrays.out	2024-10-01 05:35:12.583990800 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/arrays.out	2024-10-01 05:38:01.646258700 +0000
@@ -2749,13 +2749,13 @@
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[]);
                             array_sort                            
 ------------------------------------------------------------------
- {"abc DEF 123abc","ábc sßs ßss DÉF",ⱥȺ,ⱥⱥⱥ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž"}
+ {"abc DEF 123abc","ábc sßs ßss DÉF","DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥȺ,ⱥⱥⱥ}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[], 'desc');
                             array_sort                            
 ------------------------------------------------------------------
- {"DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥⱥⱥ,ⱥȺ,"ábc sßs ßss DÉF","abc DEF 123abc"}
+ {ⱥⱥⱥ,ⱥȺ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž","ábc sßs ßss DÉF","abc DEF 123abc"}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[] COLLATE "pg_c_utf8", 'asc');
@@ -2774,55 +2774,55 @@
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/arrays.out C:/cirrus/build/testrun/recovery/027_stream_...
--- C:/cirrus/src/test/regress/expected/arrays.out	2024-10-01 05:35:12.583990800 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/arrays.out	2024-10-01 05:40:19.759575900 +0000
@@ -2747,82 +2747,78 @@
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[]);
-                            array_sort                            
-------------------------------------------------------------------
- {"abc DEF 123abc","ábc sßs ßss DÉF",ⱥȺ,ⱥⱥⱥ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž"}
+                                       array_sort                                       
+----------------------------------------------------------------------------------------
+ {"ábc sßs ßss DÉF",ⱥⱥⱥ,ⱥȺ,"abc DEF 123abc","DŽxxDŽ džxxDž Džxxdž",ȺȺȺ}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[], 'desc');
-                            array_sort                            
-------------------------------------------------------------------
- {"DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥⱥⱥ,ⱥȺ,"ábc sßs ßss DÉF","abc DEF 123abc"}
+                                       array_sort                                       
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/arrays.out C:/cirrus/build/testrun/regress/regress/resu...
--- C:/cirrus/src/test/regress/expected/arrays.out	2024-10-01 05:35:12.583990800 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/arrays.out	2024-10-01 05:37:47.696981700 +0000
@@ -2747,82 +2747,78 @@
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[]);
-                            array_sort                            
-------------------------------------------------------------------
- {"abc DEF 123abc","ábc sßs ßss DÉF",ⱥȺ,ⱥⱥⱥ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž"}
+                                       array_sort                                       
+----------------------------------------------------------------------------------------
+ {"ábc sßs ßss DÉF",ⱥⱥⱥ,ⱥȺ,"abc DEF 123abc","DŽxxDŽ džxxDž Džxxdž",ȺȺȺ}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[], 'desc');
-                            array_sort                            
-------------------------------------------------------------------
- {"DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥⱥⱥ,ⱥȺ,"ábc sßs ßss DÉF","abc DEF 123abc"}
+                                       array_sort                                       
...
tap
[05:39:36.377](133.653s) not ok 5 - regression tests pass
tap
[05:41:46.148](128.173s) not ok 2 - regression tests pass
test
[05:48:45.979]   7/304 postgresql:regress / regress/regress                                            ERROR           1...
[05:48:45.979]  43/304 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           2...
[05:48:45.979]  88/304 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5099 CREATE OR REPLACE MATERIALIZED VIEW
FreeBSD - 13 - Meson
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 206, PID: 11233
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 206, PID: 17412
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 206, PID: 10713
core
[03:42:34.263] #0  0x000000082a6b341a in thr_kill () from /lib/libc.so.7
[03:42:34.263] #1  0x000000082a62ce64 in raise () from /lib/libc.so.7
[03:42:34.263] #2  0x000000082a6dd6f9 in abort () from /lib/libc.so.7
[03:42:34.263] #3  0x0000000000a91255 in ExceptionalCondition (conditionName=0x2e76b0 "queryDesc->sourceText != NULL", f...
[03:42:34.263] #4  0x0000000000764d99 in standard_ExecutorStart (queryDesc=0x84202f088, eflags=0) at ../src/backend/exec...
[03:42:34.263] #5  0x00000000006fb595 in refresh_matview_datafill (dest=<optimized out>, query=<optimized out>, queryStr...
[03:42:34.263] #6  RefreshMatViewByOid (matviewOid=27348, is_create=<optimized out>, skipData=<optimized out>, concurren...
[03:42:34.263] #7  0x00000000006fb176 in ExecRefreshMatView (stmt=<optimized out>, queryString=queryString@entry=0x0, qc...
[03:42:34.263] #8  0x00000000006d273c in ExecCreateTableAs (pstate=pstate@entry=0x8341e4900, stmt=stmt@entry=0x83414ffd0...
[03:42:34.263] #9  0x000000000093dad8 in ProcessUtilitySlow (pstate=pstate@entry=0x8341e4900, pstmt=pstmt@entry=0x834049...
core
[03:42:35.831] #0  0x00000008298d041a in thr_kill () from /lib/libc.so.7
[03:42:35.831] #1  0x0000000829849e64 in raise () from /lib/libc.so.7
[03:42:35.831] #2  0x00000008298fa6f9 in abort () from /lib/libc.so.7
[03:42:35.831] #3  0x0000000000a91255 in ExceptionalCondition (conditionName=0x2e76b0 "queryDesc->sourceText != NULL", f...
[03:42:35.831] #4  0x0000000000764d99 in standard_ExecutorStart (queryDesc=0x835d06088, eflags=0) at ../src/backend/exec...
[03:42:35.831] #5  0x0000000838a86862 in pgss_ExecutorStart (queryDesc=0x835d06088, eflags=6) at ../contrib/pg_stat_stat...
[03:42:35.831] #6  0x00000000006fb595 in refresh_matview_datafill (dest=<optimized out>, query=<optimized out>, queryStr...
[03:42:35.831] #7  RefreshMatViewByOid (matviewOid=27473, is_create=<optimized out>, skipData=<optimized out>, concurren...
[03:42:35.831] #8  0x00000000006fb176 in ExecRefreshMatView (stmt=<optimized out>, queryString=queryString@entry=0x0, qc...
[03:42:35.831] #9  0x00000000006d273c in ExecCreateTableAs (pstate=pstate@entry=0x835cfc900, stmt=stmt@entry=0x835c14fd0...
core
[03:42:35.048] #0  0x000000082a13e41a in thr_kill () from /lib/libc.so.7
[03:42:35.048] #1  0x000000082a0b7e64 in raise () from /lib/libc.so.7
[03:42:35.048] #2  0x000000082a1686f9 in abort () from /lib/libc.so.7
[03:42:35.048] #3  0x0000000000a91255 in ExceptionalCondition (conditionName=0x2e76b0 "queryDesc->sourceText != NULL", f...
[03:42:35.048] #4  0x0000000000764d99 in standard_ExecutorStart (queryDesc=0x8339f1088, eflags=0) at ../src/backend/exec...
[03:42:35.048] #5  0x00000000006fb595 in refresh_matview_datafill (dest=<optimized out>, query=<optimized out>, queryStr...
[03:42:35.048] #6  RefreshMatViewByOid (matviewOid=27411, is_create=<optimized out>, skipData=<optimized out>, concurren...
[03:42:35.048] #7  0x00000000006fb176 in ExecRefreshMatView (stmt=<optimized out>, queryString=queryString@entry=0x0, qc...
[03:42:35.048] #8  0x00000000006d273c in ExecCreateTableAs (pstate=pstate@entry=0x833b1d900, stmt=stmt@entry=0x833a59fd0...
[03:42:35.048] #9  0x000000000093dad8 in ProcessUtilitySlow (pstate=pstate@entry=0x833b1d900, pstmt=pstmt@entry=0x83397a...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_up...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-10-01 03:36:20.291013000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/brin.out	2024-10-01 03:38:31.627232000 +00...
@@ -588,4 +588,10 @@
 CREATE INDEX brin_insert_optimization_idx ON brin_insert_optimization USING brin (a);
 UPDATE brin_insert_optimization SET a = a;
 REINDEX INDEX CONCURRENTLY brin_insert_optimization_idx;
-DROP TABLE brin_insert_optimization;
+WARNING:  terminating connection because of crash of another server process
+DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because anothe...
+HINT:  In a moment you should be able to reconnect to the database and repeat your command.
+server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
+connection to server was lost
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/privileges.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002...
--- /tmp/cirrus-ci-build/src/test/regress/expected/privileges.out	2024-10-01 03:36:20.345447000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/privileges.out	2024-10-01 03:38:31.6262480...
@@ -1779,1413 +1779,10 @@
 REINDEX TABLE sro_tab;
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-10-01 03:36:20.291013000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/brin.out	2024-10-01 03:39:06.070925000 +...
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/build/testrun/regress/regress/resu...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-10-01 03:36:20.291013000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/brin.out	2024-10-01 03:38:28.972261000 +0000
@@ -588,4 +588,10 @@
 CREATE INDEX brin_insert_optimization_idx ON brin_insert_optimization USING brin (a);
 UPDATE brin_insert_optimization SET a = a;
 REINDEX INDEX CONCURRENTLY brin_insert_optimization_idx;
-DROP TABLE brin_insert_optimization;
+WARNING:  terminating connection because of crash of another server process
+DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because anothe...
+HINT:  In a moment you should be able to reconnect to the database and repeat your command.
+server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
+connection to server was lost
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/privileges.out /tmp/cirrus-ci-build/build/testrun/regress/regres...
--- /tmp/cirrus-ci-build/src/test/regress/expected/privileges.out	2024-10-01 03:36:20.345447000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/privileges.out	2024-10-01 03:38:28.963713000 +0000
@@ -1775,1417 +1775,10 @@
 -- Do the same concurrently
...
tap
[03:38:34.207](27.310s) not ok 5 - regression tests pass
[03:38:35.879](1.634s) not ok 6 - dump before running pg_upgrade
tap
[03:39:06.955](25.781s) not ok 2 - regression tests pass
test
[03:41:26.713]  24/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[03:41:26.713]  22/309 postgresql:regress / regress/regress                                            ERROR            ...
[03:41:26.713]  48/309 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "execMain.c", Line: 206, PID: 34037
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "execMain.c", Line: 206, PID: 24175
core
[03:43:59.068] #0  0x00007febd30abe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[03:43:59.068] #1  0x00007febd305cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[03:43:59.068] #2  0x00007febd3047472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[03:43:59.068] #3  0x000055bc3378be4f in ExceptionalCondition (conditionName=conditionName@entry=0x55bc33a67b00 "queryDe...
[03:43:59.068] #4  0x000055bc32f8fb35 in standard_ExecutorStart (queryDesc=queryDesc@entry=0x625000216520, eflags=eflags...
[03:43:59.068] #5  0x000055bc32f8fd6a in ExecutorStart (queryDesc=queryDesc@entry=0x625000216520, eflags=eflags@entry=0)...
[03:43:59.068] #6  0x000055bc32e8806f in refresh_matview_datafill (dest=0x625000212da8, query=<optimized out>, query@ent...
[03:43:59.068] #7  0x000055bc32e8a798 in RefreshMatViewByOid (matviewOid=<optimized out>, is_create=is_create@entry=fals...
[03:43:59.068] #8  0x000055bc32e8a9a4 in ExecRefreshMatView (stmt=0x621000033e30, queryString=queryString@entry=0x0, qc=...
[03:43:59.068] #9  0x000055bc32e2b4eb in ExecCreateTableAs (pstate=pstate@entry=0x6190000ba580, stmt=stmt@entry=0x625000...
core
[03:44:00.337] #0  0x00007f7581bdbe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[03:44:00.337] #1  0x00007f7581b8cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[03:44:00.337] #2  0x00007f7581b77472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[03:44:00.337] #3  0x0000562661acbe4f in ExceptionalCondition (conditionName=conditionName@entry=0x562661da7b00 "queryDe...
[03:44:00.337] #4  0x00005626612cfb35 in standard_ExecutorStart (queryDesc=queryDesc@entry=0x625000243520, eflags=eflags...
[03:44:00.337] #5  0x00005626612cfd6a in ExecutorStart (queryDesc=queryDesc@entry=0x625000243520, eflags=eflags@entry=0)...
[03:44:00.337] #6  0x00005626611c806f in refresh_matview_datafill (dest=0x62500023fda8, query=<optimized out>, query@ent...
[03:44:00.337] #7  0x00005626611ca798 in RefreshMatViewByOid (matviewOid=<optimized out>, is_create=is_create@entry=fals...
[03:44:00.337] #8  0x00005626611ca9a4 in ExecRefreshMatView (stmt=0x62100002da30, queryString=queryString@entry=0x0, qc=...
[03:44:00.337] #9  0x000056266116b4eb in ExecCreateTableAs (pstate=pstate@entry=0x6190000baa80, stmt=stmt@entry=0x625000...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/resul...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-10-01 03:36:19.437552070 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/brin.out	2024-10-01 03:42:58.949317028 +0000
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/src/test/regress/results/brin.out
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-10-01 03:36:19.437552070 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/brin.out	2024-10-01 03:41:30.061386395 +0000
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
tap
[03:43:01.447](42.566s) not ok 5 - regression tests pass
[03:43:04.191](2.717s) not ok 6 - dump before running pg_upgrade
Linux - Debian Bookworm - Meson
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 206, PID: 30200
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 206, PID: 36519
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 206, PID: 29400
core
[03:44:47.477] #0  0x00007f8e13aa9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[03:44:47.477] #1  0x00007f8e13a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[03:44:47.477] #2  0x00007f8e13a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[03:44:47.477] #3  0x00005618d3f2520a in ExceptionalCondition (conditionName=conditionName@entry=0x5618d4197d5d "queryDe...
[03:44:47.477] #4  0x00005618d38af5f6 in standard_ExecutorStart (queryDesc=queryDesc@entry=0x5618d59bd9f0, eflags=eflags...
[03:44:47.477] #5  0x00005618d38af7d2 in ExecutorStart (queryDesc=queryDesc@entry=0x5618d59bd9f0, eflags=eflags@entry=0)...
[03:44:47.477] #6  0x00005618d37d5890 in refresh_matview_datafill (dest=0x5618d5a0aea8, query=<optimized out>, query@ent...
[03:44:47.477] #7  0x00005618d37d7bf7 in RefreshMatViewByOid (matviewOid=27529, is_create=is_create@entry=false, skipDat...
[03:44:47.477] #8  0x00005618d37d7d36 in ExecRefreshMatView (stmt=0x5618d599d240, queryString=queryString@entry=0x0, qc=...
[03:44:47.477] #9  0x00005618d378e6b1 in ExecCreateTableAs (pstate=pstate@entry=0x5618d5a0d2f0, stmt=stmt@entry=0x5618d5...
core
[03:44:48.856] #0  0x00007fca52ca9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[03:44:48.856] #1  0x00007fca52c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[03:44:48.856] #2  0x00007fca52c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[03:44:48.856] #3  0x000055cf7035c20a in ExceptionalCondition (conditionName=conditionName@entry=0x55cf705ced5d "queryDe...
[03:44:48.856] #4  0x000055cf6fce65f6 in standard_ExecutorStart (queryDesc=0x55cf719992f0, eflags=0) at ../src/backend/e...
[03:44:48.856] #5  0x00007fca503616f7 in pgss_ExecutorStart (queryDesc=0x55cf719992f0, eflags=<optimized out>) at ../con...
[03:44:48.856] #6  0x000055cf6fce678b in ExecutorStart (queryDesc=queryDesc@entry=0x55cf719992f0, eflags=eflags@entry=0)...
[03:44:48.856] #7  0x000055cf6fc0c890 in refresh_matview_datafill (dest=0x55cf71943bf8, query=<optimized out>, query@ent...
[03:44:48.856] #8  0x000055cf6fc0ebf7 in RefreshMatViewByOid (matviewOid=27325, is_create=is_create@entry=false, skipDat...
[03:44:48.856] #9  0x000055cf6fc0ed36 in ExecRefreshMatView (stmt=0x55cf71913c70, queryString=queryString@entry=0x0, qc=...
core
[03:44:50.228] #0  0x00007fde298a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[03:44:50.228] #1  0x00007fde2985afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[03:44:50.228] #2  0x00007fde29845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[03:44:50.228] #3  0x000055fa769d120a in ExceptionalCondition (conditionName=conditionName@entry=0x55fa76c43d5d "queryDe...
[03:44:50.228] #4  0x000055fa7635b5f6 in standard_ExecutorStart (queryDesc=queryDesc@entry=0x55fa779f7050, eflags=eflags...
[03:44:50.228] #5  0x000055fa7635b7d2 in ExecutorStart (queryDesc=queryDesc@entry=0x55fa779f7050, eflags=eflags@entry=0)...
[03:44:50.228] #6  0x000055fa76281890 in refresh_matview_datafill (dest=0x55fa77a02f28, query=<optimized out>, query@ent...
[03:44:50.228] #7  0x000055fa76283bf7 in RefreshMatViewByOid (matviewOid=27436, is_create=is_create@entry=false, skipDat...
[03:44:50.228] #8  0x000055fa76283d36 in ExecRefreshMatView (stmt=0x55fa779ebc30, queryString=queryString@entry=0x0, qc=...
[03:44:50.228] #9  0x000055fa7623a6b1 in ExecCreateTableAs (pstate=pstate@entry=0x55fa77a2dd90, stmt=stmt@entry=0x55fa77...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_up...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-10-01 03:36:18.655927555 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/brin.out	2024-10-01 03:41:19.330390111 +00...
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-10-01 03:36:18.655927555 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/brin.out	2024-10-01 03:41:49.362680619 +...
@@ -363,229 +363,10 @@
 	END LOOP;
 END;
 $x$;
-RESET enable_seqscan;
-RESET enable_bitmapscan;
-INSERT INTO brintest SELECT
-	repeat(stringu1, 42)::bytea,
-	substr(stringu1, 1, 1)::"char",
-	stringu1::name, 142857 * tenthous,
-	thousand,
-	twothousand,
-	repeat(stringu1, 42),
-	unique1::oid,
-	format('(%s,%s)', tenthous, twenty)::tid,
-	(four + 1.0)/(hundred+1),
-	odd::float8 / (tenthous + 1),
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/build/testrun/regress/regress/resu...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-10-01 03:36:18.655927555 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/brin.out	2024-10-01 03:41:14.558359344 +0000
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
tap
[03:41:23.794](28.989s) not ok 5 - regression tests pass
[03:41:26.482](2.640s) not ok 6 - dump before running pg_upgrade
tap
[03:41:52.791](24.894s) not ok 2 - regression tests pass
test
[03:43:46.605]  26/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[03:43:46.605]  17/309 postgresql:regress / regress/regress                                            ERROR            ...
[03:43:46.605]  50/309 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 206, PID: 7528
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 206, PID: 4652
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 206, PID: 3656
core
000000ea`4b7ff678 00007ff8`99a7d71e     ntdll!NtWaitForSingleObject+0x14
000000ea`4b7ff680 00007ff7`c1ce075c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000ea`4b7ff720 00007ff8`9b4e4cb0     postgres!pg_timer_thread(
000000ea`4b7ff760 00007ff8`9c2fecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ea`4b7ff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ea`4b3ff5f8 00007ff8`9c28b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ea`4b3ff600 00007ff8`9b4e4cb0     ntdll!TppWorkerThread+0x2df
000000ea`4b3ff8f0 00007ff8`9c2fecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ea`4b3ff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ea`4afffa18 00007ff8`99ac45ca     ntdll!NtFsControlFile+0x14
000000ea`4afffa20 00007ff7`c1cdecbb     KERNELBASE!ConnectNamedPipe+0x6a
000000ea`4afffa90 00007ff8`9b4e4cb0     postgres!pg_signal_thread(
000000ea`4afffb90 00007ff8`9c2fecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ea`4afffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ea`4abffb98 00007ff8`9c28b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ea`4abffba0 00007ff8`9b4e4cb0     ntdll!TppWorkerThread+0x2df
000000ea`4abffe90 00007ff8`9c2fecdb     KERNEL32!BaseThreadInitThunk+0x10
000000ea`4abffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ea`4a7fe1a0 00007ff7`c2022298     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ea`4a7fe1e0 00007ff7`c1b0caa9     postgres!ExceptionalCondition(
000000ea`4a7fe220 00007ff7`c1b0c92a     postgres!standard_ExecutorStart(
000000ea`4a7fe270 00007ff7`c1a61089     postgres!ExecutorStart(
000000ea`4a7fe2a0 00007ff7`c1a60a20     postgres!refresh_matview_datafill(
000000ea`4a7fe330 00007ff7`c1a60288     postgres!RefreshMatViewByOid(
000000ea`4a7fe580 00007ff7`c1a201bb     postgres!ExecRefreshMatView(
000000ea`4a7fe600 00007ff7`c1dfa4e7     postgres!ExecCreateTableAs(
000000ea`4a7fe710 00007ff7`c1df61af     postgres!ProcessUtilitySlow(
000000ea`4a7ff030 00007ff7`c1df50f9     postgres!standard_ProcessUtility(
core
0000002c`97dff578 00007ff8`9c28b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002c`97dff580 00007ff8`9b4e4cb0     ntdll!TppWorkerThread+0x2df
0000002c`97dff870 00007ff8`9c2fecdb     KERNEL32!BaseThreadInitThunk+0x10
0000002c`97dff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002c`985ff708 00007ff8`99a7d71e     ntdll!NtWaitForSingleObject+0x14
0000002c`985ff710 00007ff7`c1ce075c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000002c`985ff7b0 00007ff8`9b4e4cb0     postgres!pg_timer_thread(
0000002c`985ff7f0 00007ff8`9c2fecdb     KERNEL32!BaseThreadInitThunk+0x10
0000002c`985ff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002c`989ff9c8 00007ff8`9c28b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002c`989ff9d0 00007ff8`9b4e4cb0     ntdll!TppWorkerThread+0x2df
0000002c`989ffcc0 00007ff8`9c2fecdb     KERNEL32!BaseThreadInitThunk+0x10
0000002c`989ffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002c`981ffaf8 00007ff8`99ac45ca     ntdll!NtFsControlFile+0x14
0000002c`981ffb00 00007ff7`c1cdecbb     KERNELBASE!ConnectNamedPipe+0x6a
0000002c`981ffb70 00007ff8`9b4e4cb0     postgres!pg_signal_thread(
0000002c`981ffc70 00007ff8`9c2fecdb     KERNEL32!BaseThreadInitThunk+0x10
0000002c`981ffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002c`979fe540 00007ff7`c2022298     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000002c`979fe580 00007ff7`c1b0caa9     postgres!ExceptionalCondition(
0000002c`979fe5c0 00007ff7`c1b0c92a     postgres!standard_ExecutorStart(
0000002c`979fe610 00007ff7`c1a61089     postgres!ExecutorStart(
0000002c`979fe640 00007ff7`c1a60a20     postgres!refresh_matview_datafill(
0000002c`979fe6d0 00007ff7`c1a60288     postgres!RefreshMatViewByOid(
0000002c`979fe920 00007ff7`c1a201bb     postgres!ExecRefreshMatView(
0000002c`979fe9a0 00007ff7`c1dfa4e7     postgres!ExecCreateTableAs(
0000002c`979feab0 00007ff7`c1df61af     postgres!ProcessUtilitySlow(
0000002c`979ff3d0 00007ff7`c1df50f9     postgres!standard_ProcessUtility(
core
00000011`08fff898 00007ff8`9c28b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000011`08fff8a0 00007ff8`9b4e4cb0     ntdll!TppWorkerThread+0x2df
00000011`08fffb90 00007ff8`9c2fecdb     KERNEL32!BaseThreadInitThunk+0x10
00000011`08fffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000011`09bff7d8 00007ff8`99a7d71e     ntdll!NtWaitForSingleObject+0x14
00000011`09bff7e0 00007ff7`c1ce075c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000011`09bff880 00007ff8`9b4e4cb0     postgres!pg_timer_thread(
00000011`09bff8c0 00007ff8`9c2fecdb     KERNEL32!BaseThreadInitThunk+0x10
00000011`09bff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000011`08bfe0c0 00007ff7`c2022298     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000011`08bfe100 00007ff7`c1b0caa9     postgres!ExceptionalCondition(
00000011`08bfe140 00007ff8`86ad2c76     postgres!standard_ExecutorStart(
00000011`08bfe190 00007ff7`c1b0c91a     pg_stat_statements!pgss_ExecutorStart(
00000011`08bfe1d0 00007ff7`c1a61089     postgres!ExecutorStart(
00000011`08bfe200 00007ff7`c1a60a20     postgres!refresh_matview_datafill(
00000011`08bfe290 00007ff7`c1a60288     postgres!RefreshMatViewByOid(
00000011`08bfe4e0 00007ff7`c1a201bb     postgres!ExecRefreshMatView(
00000011`08bfe560 00007ff7`c1dfa4e7     postgres!ExecCreateTableAs(
00000011`08bfe670 00007ff7`c1df61af     postgres!ProcessUtilitySlow(
core
00000011`097ffb38 00007ff8`99ac45ca     ntdll!NtFsControlFile+0x14
00000011`097ffb40 00007ff7`c1cdecbb     KERNELBASE!ConnectNamedPipe+0x6a
00000011`097ffbb0 00007ff8`9b4e4cb0     postgres!pg_signal_thread(
00000011`097ffcb0 00007ff8`9c2fecdb     KERNEL32!BaseThreadInitThunk+0x10
00000011`097ffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000011`093ff838 00007ff8`9c28b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000011`093ff840 00007ff8`9b4e4cb0     ntdll!TppWorkerThread+0x2df
00000011`093ffb30 00007ff8`9c2fecdb     KERNEL32!BaseThreadInitThunk+0x10
00000011`093ffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/brin.out C:/cirrus/build/testrun/pg_upgrade/002_pg_upgr...
--- C:/cirrus/src/test/regress/expected/brin.out	2024-10-01 03:36:31.606001500 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/brin.out	2024-10-01 03:39:19.077889300 +0000
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/brin.out C:/cirrus/build/testrun/recovery/027_stream_re...
--- C:/cirrus/src/test/regress/expected/brin.out	2024-10-01 03:36:31.606001500 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/brin.out	2024-10-01 03:41:03.951983100 +0000
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/brin.out C:/cirrus/build/testrun/regress/regress/result...
--- C:/cirrus/src/test/regress/expected/brin.out	2024-10-01 03:36:31.606001500 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/brin.out	2024-10-01 03:39:18.512457700 +0000
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
tap
[03:40:01.381](88.234s) not ok 5 - regression tests pass
[03:40:05.183](3.760s) not ok 6 - dump before running pg_upgrade
tap
[03:41:30.707](73.335s) not ok 2 - regression tests pass
test
[03:48:03.913]  20/304 postgresql:regress / regress/regress                                            ERROR            ...
[03:48:03.913]  22/304 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[03:48:03.913]  45/304 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
50/5178 Enable data checksums by default with initdb
FreeBSD - 13 - Meson
test
[02:29:34.168] 222/309 postgresql:amcheck / amcheck/001_verify_heapam                                  ERROR            ...
Linux - Debian Bookworm - Meson
test
[02:29:45.274] 226/309 postgresql:amcheck / amcheck/001_verify_heapam                                  ERROR            ...
macOS - Sonoma - Meson
test
[02:31:32.393] 220/309 postgresql:amcheck / amcheck/001_verify_heapam                                  ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
test
[02:37:48.868] 221/304 postgresql:amcheck / amcheck/001_verify_heapam                                  ERROR            ...
51/5174 Call rm_redo in a temporary memory context
CompilerWarnings
compiler
[00:50:45.804] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
compiler
[00:50:18.531] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
compiler
[00:53:48.594] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
49/4399 pgbench: allow to cancel queries during benchmark
CompilerWarnings
compiler
[23:44:41.598] pgbench.c:644:9: error: no previous extern declaration for non-static variable 'client_states' [-Werror,-...
compiler
[23:44:28.612] pgbench.c:644:9: error: no previous extern declaration for non-static variable 'client_states' [-Werror,-...
50/5271 pg_ctl/miscinit: print "MyStartTime" as a long long instead of long to avoid 2038 problem
macOS - Sonoma - Meson
tap
[23:30:28.561](0.159s) not ok 17 - delete 6: query result matches
test
[23:31:21.292] 244/309 postgresql:bloom / bloom/001_wal                                                ERROR            ...
51/4412 Client authentication via OAuth 2.0
FreeBSD - 13 - Meson
test
[22:47:39.103] 108/311 postgresql:oauth_validator / oauth_validator/regress                            ERROR            ...
Linux - Debian Bookworm - Meson
core
[22:51:25.151] #0  <unavailable> in ?? ()
core
[22:51:25.151] #0  0x00007f1c248aed24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[22:51:25.151] #1  0x00007f1c2485b239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[22:51:25.151] #2  0x00007f1c24916184 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:51:25.151] #3  0x00007f1c249287dc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
test
[22:50:21.186] 106/311 postgresql:oauth_validator / oauth_validator/regress                            ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
test
[22:55:13.109] 105/306 postgresql:oauth_validator / oauth_validator/regress                            ERROR            ...
51/4390 add not_before and not_after timestamps to sslinfo extension and pg_stat_ssl
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[22:17:06.003] ../src/backend/libpq/be-secure-openssl.c(1519): warning C4047: 'function': 'ASN1_TIME *' differs in level...
compiler
[22:17:23.166] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notBefore referenced i...
compiler
[22:17:23.166] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notAfter referenced in...
compiler
[22:17:06.129] ../src/backend/libpq/be-secure-openssl.c(1528): warning C4024: 'ASN1_TIME_to_timestamptz': different type...
compiler
[22:17:06.129] ../src/backend/libpq/be-secure-openssl.c(1528): warning C4047: 'function': 'ASN1_TIME *' differs in level...
compiler
[22:17:06.003] ../src/backend/libpq/be-secure-openssl.c(1519): warning C4024: 'ASN1_TIME_to_timestamptz': different type...
49/4617 Allow INSTEAD OF DELETE triggers to modify the tuple for RETURNING
CompilerWarnings
compiler
[20:45:20.548] nodeModifyTable.c:3083:14: error: incompatible pointer types passing 'HeapTuple' (aka 'struct HeapTupleDa...
compiler
[20:44:51.317] nodeModifyTable.c:3083:14: error: incompatible pointer types passing 'HeapTuple' (aka 'struct HeapTupleDa...
compiler
[20:44:02.086] nodeModifyTable.c:3083:91: error: passing argument 3 of ‘ExecIRDeleteTriggers’ from incompatible pointer ...
compiler
[20:43:32.611] nodeModifyTable.c:3083:91: error: passing argument 3 of ‘ExecIRDeleteTriggers’ from incompatible pointer ...
compiler
[20:46:17.688] nodeModifyTable.c:3083:91: error: passing argument 3 of ‘ExecIRDeleteTriggers’ from incompatible pointer ...
FreeBSD - 13 - Meson
assertion
TRAP: failed Assert("!TTS_EMPTY(slot)"), File: "../src/backend/executor/execTuples.c", Line: 1737, PID: 8582
assertion
TRAP: failed Assert("!TTS_EMPTY(slot)"), File: "../src/backend/executor/execTuples.c", Line: 1737, PID: 13908
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 10162
assertion
TRAP: failed Assert("!TTS_EMPTY(slot)"), File: "../src/backend/executor/execTuples.c", Line: 1737, PID: 8261
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 8977
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 9712
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 10667
core
[20:48:08.881] #0  0x000000082d41a41a in thr_kill () from /lib/libc.so.7
[20:48:08.881] #1  0x000000082d393e64 in raise () from /lib/libc.so.7
[20:48:08.881] #2  0x000000082d4446f9 in abort () from /lib/libc.so.7
[20:48:08.881] #3  0x0000000000a911b5 in ExceptionalCondition (conditionName=0x35669e "HaveRegisteredOrActiveSnapshot()"...
[20:48:08.881] #4  0x0000000000696f2a in index_drop (indexId=21242, concurrent=false, concurrent_lock_mode=<optimized ou...
[20:48:08.881] #5  0x000000000068e5fe in doDeletion (object=object@entry=0x836af6520, flags=flags@entry=21) at ../src/ba...
[20:48:08.881] #6  0x000000000068cac0 in deleteOneObject (object=0x836af6520, depRel=0x821a44180, flags=21) at ../src/ba...
[20:48:08.881] #7  deleteObjectsInList (targetObjects=targetObjects@entry=0x836b24cc8, depRel=depRel@entry=0x821a44180, ...
[20:48:08.881] #8  0x000000000068b755 in performDeletion (object=object@entry=0x821a44270, behavior=behavior@entry=DROP_...
[20:48:08.881] #9  0x00000000008868b6 in do_autovacuum () at ../src/backend/postmaster/autovacuum.c:2214
core
[20:48:09.653] #0  0x000000082d41a41a in thr_kill () from /lib/libc.so.7
[20:48:09.653] #1  0x000000082d393e64 in raise () from /lib/libc.so.7
[20:48:09.653] #2  0x000000082d4446f9 in abort () from /lib/libc.so.7
[20:48:09.653] #3  0x0000000000a911b5 in ExceptionalCondition (conditionName=0x35669e "HaveRegisteredOrActiveSnapshot()"...
[20:48:09.653] #4  0x0000000000696f2a in index_drop (indexId=21242, concurrent=false, concurrent_lock_mode=<optimized ou...
[20:48:09.653] #5  0x000000000068e5fe in doDeletion (object=object@entry=0x836afe5b0, flags=flags@entry=21) at ../src/ba...
[20:48:09.653] #6  0x000000000068cac0 in deleteOneObject (object=0x836afe5b0, depRel=0x821a44180, flags=21) at ../src/ba...
[20:48:09.653] #7  deleteObjectsInList (targetObjects=targetObjects@entry=0x836b06fd8, depRel=depRel@entry=0x821a44180, ...
[20:48:09.653] #8  0x000000000068b755 in performDeletion (object=object@entry=0x821a44270, behavior=behavior@entry=DROP_...
[20:48:09.653] #9  0x00000000008868b6 in do_autovacuum () at ../src/backend/postmaster/autovacuum.c:2214
core
[20:48:07.720] #0  0x000000082d41a41a in thr_kill () from /lib/libc.so.7
[20:48:07.720] #1  0x000000082d393e64 in raise () from /lib/libc.so.7
[20:48:07.720] #2  0x000000082d4446f9 in abort () from /lib/libc.so.7
[20:48:07.720] #3  0x0000000000a911b5 in ExceptionalCondition (conditionName=0x2d1bc8 "!TTS_EMPTY(slot)", fileName=<opti...
[20:48:07.720] #4  0x0000000000772d9f in ExecFetchSlotHeapTuple (slot=0x821a43e68, materialize=<optimized out>, shouldFr...
[20:48:07.720] #5  0x0000000000737747 in ExecIRDeleteTriggers (estate=estate@entry=0x836ad6100, relinfo=relinfo@entry=0x...
[20:48:07.720] #6  0x0000000000798064 in ExecMergeMatched (context=0x821a43ef8, resultRelInfo=0x836ad66b0, tupleid=0x0, ...
[20:48:07.720] #7  ExecMerge (context=0x821a43ef8, resultRelInfo=0x836ad66b0, tupleid=0x0, oldtuple=0x821a43e68, canSetT...
[20:48:07.720] #8  ExecModifyTable (pstate=0x836ad64a0) at ../src/backend/executor/nodeModifyTable.c:4197
[20:48:07.720] #9  0x0000000000764efb in ExecProcNode (node=0x836ad64a0) at ../src/include/executor/executor.h:278
core
[20:48:10.037] #0  0x000000082d41a41a in thr_kill () from /lib/libc.so.7
[20:48:10.037] #1  0x000000082d393e64 in raise () from /lib/libc.so.7
[20:48:10.037] #2  0x000000082d4446f9 in abort () from /lib/libc.so.7
[20:48:10.037] #3  0x0000000000a911b5 in ExceptionalCondition (conditionName=0x35669e "HaveRegisteredOrActiveSnapshot()"...
[20:48:10.037] #4  0x0000000000696f2a in index_drop (indexId=21242, concurrent=false, concurrent_lock_mode=<optimized ou...
[20:48:10.037] #5  0x000000000068e5fe in doDeletion (object=object@entry=0x836afe5b0, flags=flags@entry=21) at ../src/ba...
[20:48:10.037] #6  0x000000000068cac0 in deleteOneObject (object=0x836afe5b0, depRel=0x821a44180, flags=21) at ../src/ba...
[20:48:10.037] #7  deleteObjectsInList (targetObjects=targetObjects@entry=0x839988078, depRel=depRel@entry=0x821a44180, ...
[20:48:10.037] #8  0x000000000068b755 in performDeletion (object=object@entry=0x821a44270, behavior=behavior@entry=DROP_...
[20:48:10.037] #9  0x00000000008868b6 in do_autovacuum () at ../src/backend/postmaster/autovacuum.c:2214
core
[20:48:09.266] #0  0x000000082d41a41a in thr_kill () from /lib/libc.so.7
[20:48:09.266] #1  0x000000082d393e64 in raise () from /lib/libc.so.7
[20:48:09.266] #2  0x000000082d4446f9 in abort () from /lib/libc.so.7
[20:48:09.266] #3  0x0000000000a911b5 in ExceptionalCondition (conditionName=0x35669e "HaveRegisteredOrActiveSnapshot()"...
[20:48:09.266] #4  0x0000000000696f2a in index_drop (indexId=21242, concurrent=false, concurrent_lock_mode=<optimized ou...
[20:48:09.266] #5  0x000000000068e5fe in doDeletion (object=object@entry=0x836af6520, flags=flags@entry=21) at ../src/ba...
[20:48:09.266] #6  0x000000000068cac0 in deleteOneObject (object=0x836af6520, depRel=0x821a44180, flags=21) at ../src/ba...
[20:48:09.266] #7  deleteObjectsInList (targetObjects=targetObjects@entry=0x836b255e8, depRel=depRel@entry=0x821a44180, ...
[20:48:09.266] #8  0x000000000068b755 in performDeletion (object=object@entry=0x821a44270, behavior=behavior@entry=DROP_...
[20:48:09.266] #9  0x00000000008868b6 in do_autovacuum () at ../src/backend/postmaster/autovacuum.c:2214
core
[20:48:10.297] #0  0x000000082b01e8fa in _sigprocmask () from /lib/libc.so.7
[20:48:10.297] #1  0x000000082b057f91 in _system () from /lib/libc.so.7
[20:48:10.297] #2  0x000000082ac989d3 in ?? () from /lib/libthr.so.3
[20:48:10.297] #3  0x0000000000669845 in RestoreArchivedFile (path=path@entry=0x8219681d0 "pg_wal/0\244\0177", xlogfname...
[20:48:10.297] #4  0x000000000067502e in XLogFileRead (segno=segno@entry=5, tli=tli@entry=1, source=source@entry=XLOG_FR...
[20:48:10.297] #5  0x0000000000670d0c in XLogFileReadAnyTLI (segno=5, source=XLOG_FROM_ANY) at ../src/backend/access/tra...
[20:48:10.297] #6  WaitForWALToBecomeAvailable (RecPtr=83886104, tliRecPtr=83886080, replayTLI=1, replayLSN=83886080, ra...
[20:48:10.297] #7  XLogPageRead (xlogreader=0x83626e130, targetPagePtr=83886080, reqLen=24, targetRecPtr=83886080, readB...
[20:48:10.297] #8  0x0000000000677d12 in ReadPageInternal (state=state@entry=0x83626e130, pageptr=83886080, reqLen=24) a...
[20:48:10.297] #9  0x0000000000676b82 in XLogDecodeNextRecord (state=0x83626e130, nonblocking=false) at ../src/backend/a...
core
[20:48:11.078] #0  0x000000082c2ba41a in thr_kill () from /lib/libc.so.7
[20:48:11.078] #1  0x000000082c233e64 in raise () from /lib/libc.so.7
[20:48:11.078] #2  0x000000082c2e46f9 in abort () from /lib/libc.so.7
[20:48:11.078] #3  0x0000000000a911b5 in ExceptionalCondition (conditionName=0x2d1bc8 "!TTS_EMPTY(slot)", fileName=<opti...
[20:48:11.078] #4  0x0000000000772d9f in ExecFetchSlotHeapTuple (slot=0x821b92818, materialize=<optimized out>, shouldFr...
[20:48:11.078] #5  0x0000000000737747 in ExecIRDeleteTriggers (estate=estate@entry=0x836b79100, relinfo=relinfo@entry=0x...
[20:48:11.078] #6  0x0000000000798064 in ExecMergeMatched (context=0x821b928a8, resultRelInfo=0x836b796b0, tupleid=0x0, ...
[20:48:11.078] #7  ExecMerge (context=0x821b928a8, resultRelInfo=0x836b796b0, tupleid=0x0, oldtuple=0x821b92818, canSetT...
[20:48:11.078] #8  ExecModifyTable (pstate=0x836b794a0) at ../src/backend/executor/nodeModifyTable.c:4197
[20:48:11.078] #9  0x0000000000764efb in ExecProcNode (node=0x836b794a0) at ../src/include/executor/executor.h:278
core
[20:48:08.490] #0  0x000000082c02041a in thr_kill () from /lib/libc.so.7
[20:48:08.490] #1  0x000000082bf99e64 in raise () from /lib/libc.so.7
[20:48:08.490] #2  0x000000082c04a6f9 in abort () from /lib/libc.so.7
[20:48:08.490] #3  0x0000000000a911b5 in ExceptionalCondition (conditionName=0x2d1bc8 "!TTS_EMPTY(slot)", fileName=<opti...
[20:48:08.490] #4  0x0000000000772d9f in ExecFetchSlotHeapTuple (slot=0x82120f848, materialize=<optimized out>, shouldFr...
[20:48:08.490] #5  0x0000000000737747 in ExecIRDeleteTriggers (estate=estate@entry=0x838456100, relinfo=relinfo@entry=0x...
[20:48:08.490] #6  0x0000000000798064 in ExecMergeMatched (context=0x82120f8d8, resultRelInfo=0x8384566b0, tupleid=0x0, ...
[20:48:08.490] #7  ExecMerge (context=0x82120f8d8, resultRelInfo=0x8384566b0, tupleid=0x0, oldtuple=0x82120f848, canSetT...
[20:48:08.490] #8  ExecModifyTable (pstate=0x8384564a0) at ../src/backend/executor/nodeModifyTable.c:4197
[20:48:08.490] #9  0x0000000000764efb in ExecProcNode (node=0x8384564a0) at ../src/include/executor/executor.h:278
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_p...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-09-30 20:42:49.564336000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/triggers.out	2024-09-30 20:44:15.383031000...
@@ -2574,1184 +2574,7 @@
 
 drop table parted;
 drop function parted_trigfunc();
---
--- Constraint triggers and partitioned tables
-create table parted_constr_ancestor (a int, b text)
-  partition by range (b);
-create table parted_constr (a int, b text)
-  partition by range (b);
-alter table parted_constr_ancestor attach partition parted_constr
-  for values from ('aaaa') to ('zzzz');
-create table parted1_constr (a int, b text);
-alter table parted_constr attach partition parted1_constr
-  for values from ('aaaa') to ('bbbb');
-create constraint trigger parted_trig after insert on parted_constr_ancestor
-  deferrable
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/build/testrun/recovery/027_str...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-09-30 20:42:49.564336000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/triggers.out	2024-09-30 20:44:37.4183580...
@@ -2625,1133 +2625,10 @@
 NOTICE:  trigger parted_trig_two on parted1_constr AFTER INSERT for ROW: (a,b)=(3,aasvogel)
 drop table parted_constr_ancestor;
 drop function bark(text);
--- Test that the WHEN clause is set properly to partitions
-create table parted_trigger (a int, b text) partition by range (a);
-create table parted_trigger_1 partition of parted_trigger for values from (0) to (1000);
-create table parted_trigger_2 (drp int, a int, b text);
-alter table parted_trigger_2 drop column drp;
-alter table parted_trigger attach partition parted_trigger_2 for values from (1000) to (2000);
-create trigger parted_trigger after update on parted_trigger
-  for each row when (new.a % 2 = 1 and length(old.b) >= 2) execute procedure trigger_notice_ab();
-create table parted_trigger_3 (b text, a int) partition by range (length(b));
-create table parted_trigger_3_1 partition of parted_trigger_3 for values from (1) to (3);
-create table parted_trigger_3_2 partition of parted_trigger_3 for values from (3) to (5);
-alter table parted_trigger attach partition parted_trigger_3 for values from (2000) to (3000);
-insert into parted_trigger values
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/build/testrun/regress/regress/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-09-30 20:42:49.564336000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/triggers.out	2024-09-30 20:44:12.046090000 +0000
@@ -2607,1151 +2607,7 @@
 NOTICE:  trigger parted_trig on parted1_constr AFTER INSERT for ROW: (a,b)=(3,aasvogel)
 commit;
 NOTICE:  trigger parted_trig_two on parted1_constr AFTER INSERT for ROW: (a,b)=(1,aardvark)
-NOTICE:  trigger parted_trig_two on parted1_constr AFTER INSERT for ROW: (a,b)=(3,aasvogel)
--- The WHEN clause is immediate, and both constraint triggers are fired at
--- commit time.
-begin;
-set constraints parted_trig deferred;
-insert into parted_constr values (1, 'aardvark');
-NOTICE:  aardvark <- woof!
-insert into parted1_constr values (2, 'aardwolf'), (3, 'aasvogel');
-NOTICE:  aardwolf <- woof!
-NOTICE:  aasvogel <- woof!
-commit;
-NOTICE:  trigger parted_trig on parted1_constr AFTER INSERT for ROW: (a,b)=(1,aardvark)
-NOTICE:  trigger parted_trig_two on parted1_constr AFTER INSERT for ROW: (a,b)=(1,aardvark)
...
tap
[20:44:16.622](15.459s) not ok 5 - regression tests pass
[20:44:18.536](1.908s) not ok 6 - dump before running pg_upgrade
tap
[20:44:39.355](11.407s) not ok 2 - regression tests pass
test
[20:46:59.739]  16/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[20:46:59.739]  41/309 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[20:46:59.739]  11/309 postgresql:regress / regress/regress                                            ERROR           1...
Linux - Debian Bookworm - Autoconf
assertion
TRAP: failed Assert("!TTS_EMPTY(slot)"), File: "execTuples.c", Line: 1737, PID: 28927
assertion
TRAP: failed Assert("!TTS_EMPTY(slot)"), File: "execTuples.c", Line: 1737, PID: 18778
core
[20:48:10.297] #0  0x00007f831dfdbe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[20:48:10.297] #1  0x00007f831df8cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[20:48:10.297] #2  0x00007f831df77472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[20:48:10.297] #3  0x0000557908759bda in ExceptionalCondition (conditionName=conditionName@entry=0x557908a39fe0 "!TTS_EM...
[20:48:10.297] #4  0x0000557907f8081a in ExecFetchSlotHeapTuple (slot=slot@entry=0x7ffc86de2810, materialize=materialize...
[20:48:10.297] #5  0x0000557907eee927 in ExecIRDeleteTriggers (estate=estate@entry=0x625000136200, relinfo=relinfo@entry...
[20:48:10.297] #6  0x0000557907fed4e1 in ExecMergeMatched (context=context@entry=0x7ffc86de2850, resultRelInfo=resultRel...
[20:48:10.297] #7  0x0000557907fee615 in ExecMerge (context=context@entry=0x7ffc86de2850, resultRelInfo=resultRelInfo@en...
[20:48:10.297] #8  0x0000557907ff0649 in ExecModifyTable (pstate=<optimized out>) at nodeModifyTable.c:4197
[20:48:10.297] #9  0x0000557907f70b1a in ExecProcNodeFirst (node=0x6250001365a0) at execProcnode.c:469
core
[20:48:09.085] #0  0x00007fddb9bdbe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[20:48:09.085] #1  0x00007fddb9b8cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[20:48:09.085] #2  0x00007fddb9b77472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[20:48:09.085] #3  0x000055b69b1a7bda in ExceptionalCondition (conditionName=conditionName@entry=0x55b69b487fe0 "!TTS_EM...
[20:48:09.085] #4  0x000055b69a9ce81a in ExecFetchSlotHeapTuple (slot=slot@entry=0x7ffdb438aca0, materialize=materialize...
[20:48:09.085] #5  0x000055b69a93c927 in ExecIRDeleteTriggers (estate=estate@entry=0x62500007aa00, relinfo=relinfo@entry...
[20:48:09.085] #6  0x000055b69aa3b4e1 in ExecMergeMatched (context=context@entry=0x7ffdb438ace0, resultRelInfo=resultRel...
[20:48:09.085] #7  0x000055b69aa3c615 in ExecMerge (context=context@entry=0x7ffdb438ace0, resultRelInfo=resultRelInfo@en...
[20:48:09.085] #8  0x000055b69aa3e649 in ExecModifyTable (pstate=<optimized out>) at nodeModifyTable.c:4197
[20:48:09.085] #9  0x000055b69a9beb1a in ExecProcNodeFirst (node=0x62500007ada0) at execProcnode.c:469
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-09-30 20:42:47.105343454 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/triggers.out	2024-09-30 20:46:58.537011418 +0000
@@ -2691,1067 +2691,10 @@
   for each row execute procedure trigger_notice_ab();
 create table parted_trigger_3 (b text, a int) partition by range (length(b));
 create table parted_trigger_3_1 partition of parted_trigger_3 for values from (1) to (4);
-create table parted_trigger_3_2 partition of parted_trigger_3 for values from (4) to (8);
-alter table parted_trigger attach partition parted_trigger_3 for values from (2000) to (3000);
-insert into parted_trigger values (0, 'a'), (1000, 'c'), (2000, 'e'), (2001, 'eeee');
-update parted_trigger set a = a + 2;	-- no notices here
-update parted_trigger set b = b || 'b';	-- all triggers should fire
-NOTICE:  trigger parted_trigger on parted_trigger_1 AFTER UPDATE for ROW: (a,b)=(2,ab)
-NOTICE:  trigger parted_trigger on parted_trigger_2 AFTER UPDATE for ROW: (a,b)=(1002,cb)
-NOTICE:  trigger parted_trigger on parted_trigger_3_1 AFTER UPDATE for ROW: (a,b)=(2002,eb)
-NOTICE:  trigger parted_trigger on parted_trigger_3_2 AFTER UPDATE for ROW: (a,b)=(2003,eeeeb)
-drop table parted_trigger;
-drop function trigger_notice_ab();
--- Make sure we don't end up with unnecessary copies of triggers, when
--- cloning them.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/src/test/regress/results/trigg...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-09-30 20:42:47.105343454 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/triggers.out	2024-09-30 20:45:40.717093299 +0000
@@ -3153,605 +3153,10 @@
   for each statement execute procedure dump_delete();
 -- insert directly into children sees respective child-format tuples
 insert into child1 values ('AAA', 42);
-NOTICE:  trigger = child1_insert_trig, new table = (AAA,42)
-insert into child2 values (42, 'BBB');
-NOTICE:  trigger = child2_insert_trig, new table = (42,BBB)
-insert into child3 values ('CCC', 42, 'foo');
-NOTICE:  trigger = child3_insert_trig, new table = (CCC,42,foo)
--- update via parent sees parent-format tuples
-update parent set b = b + 1;
-NOTICE:  trigger = parent_update_trig, old table = (AAA,42), (BBB,42), (CCC,42), new table = (AAA,43), (BBB,43), (CCC,4...
--- delete via parent sees parent-format tuples
-delete from parent;
-NOTICE:  trigger = parent_delete_trig, old table = (AAA,43), (BBB,43), (CCC,43)
--- reinsert values into children for next test...
-insert into child1 values ('AAA', 42);
...
tap
[20:47:06.554](28.750s) not ok 5 - regression tests pass
[20:47:10.522](3.932s) not ok 6 - dump before running pg_upgrade
Linux - Debian Bookworm - Meson
assertion
TRAP: failed Assert("!TTS_EMPTY(slot)"), File: "../src/backend/executor/execTuples.c", Line: 1737, PID: 23535
assertion
TRAP: failed Assert("!TTS_EMPTY(slot)"), File: "../src/backend/executor/execTuples.c", Line: 1737, PID: 29909
assertion
TRAP: failed Assert("!TTS_EMPTY(slot)"), File: "../src/backend/executor/execTuples.c", Line: 1737, PID: 22734
core
[20:49:40.962] #0  0x00007f0a200a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[20:49:40.962] #1  0x00007f0a2005afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[20:49:40.962] #2  0x00007f0a20045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[20:49:40.962] #3  0x000055cd5e2ae92c in ExceptionalCondition (conditionName=conditionName@entry=0x55cd5e4fdf85 "!TTS_EM...
[20:49:40.962] #4  0x000055cd5dc57cca in ExecFetchSlotHeapTuple (slot=slot@entry=0x7fffa2ab72c0, materialize=materialize...
[20:49:40.962] #5  0x000055cd5dbdb608 in ExecIRDeleteTriggers (estate=estate@entry=0x55cd60e4eb90, relinfo=relinfo@entry...
[20:49:40.962] #6  0x000055cd5dcb4d0e in ExecMergeMatched (context=<optimized out>, resultRelInfo=resultRelInfo@entry=0x...
[20:49:40.962] #7  0x000055cd5dcb592b in ExecMerge (context=context@entry=0x7fffa2ab72e0, resultRelInfo=resultRelInfo@en...
[20:49:40.962] #8  0x000055cd5dcb70f0 in ExecModifyTable (pstate=0x55cd60e4ef30) at ../src/backend/executor/nodeModifyTa...
[20:49:40.962] #9  0x000055cd5dc4a1ee in ExecProcNodeFirst (node=0x55cd60e4ef30) at ../src/backend/executor/execProcnode...
core
[20:49:42.252] #0  0x00007fabd88a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[20:49:42.252] #1  0x00007fabd885afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[20:49:42.252] #2  0x00007fabd8845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[20:49:42.252] #3  0x0000560a31ddd92c in ExceptionalCondition (conditionName=conditionName@entry=0x560a3202cf85 "!TTS_EM...
[20:49:42.252] #4  0x0000560a31786cca in ExecFetchSlotHeapTuple (slot=slot@entry=0x7ffd39d431d0, materialize=materialize...
[20:49:42.252] #5  0x0000560a3170a608 in ExecIRDeleteTriggers (estate=estate@entry=0x560a330c5070, relinfo=relinfo@entry...
[20:49:42.252] #6  0x0000560a317e3d0e in ExecMergeMatched (context=<optimized out>, resultRelInfo=resultRelInfo@entry=0x...
[20:49:42.252] #7  0x0000560a317e492b in ExecMerge (context=context@entry=0x7ffd39d431f0, resultRelInfo=resultRelInfo@en...
[20:49:42.252] #8  0x0000560a317e60f0 in ExecModifyTable (pstate=0x560a330c5410) at ../src/backend/executor/nodeModifyTa...
[20:49:42.252] #9  0x0000560a317791ee in ExecProcNodeFirst (node=0x560a330c5410) at ../src/backend/executor/execProcnode...
core
[20:49:43.571] #0  0x00007f683eca9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[20:49:43.571] #1  0x00007f683ec5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[20:49:43.571] #2  0x00007f683ec45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[20:49:43.571] #3  0x00005597d62f692c in ExceptionalCondition (conditionName=conditionName@entry=0x5597d6545f85 "!TTS_EM...
[20:49:43.571] #4  0x00005597d5c9fcca in ExecFetchSlotHeapTuple (slot=slot@entry=0x7fff25e23370, materialize=materialize...
[20:49:43.571] #5  0x00005597d5c23608 in ExecIRDeleteTriggers (estate=estate@entry=0x5597d7bfe790, relinfo=relinfo@entry...
[20:49:43.571] #6  0x00005597d5cfcd0e in ExecMergeMatched (context=<optimized out>, resultRelInfo=resultRelInfo@entry=0x...
[20:49:43.571] #7  0x00005597d5cfd92b in ExecMerge (context=context@entry=0x7fff25e23390, resultRelInfo=resultRelInfo@en...
[20:49:43.571] #8  0x00005597d5cff0f0 in ExecModifyTable (pstate=0x5597d7bfeb30) at ../src/backend/executor/nodeModifyTa...
[20:49:43.571] #9  0x00005597d5c921ee in ExecProcNodeFirst (node=0x5597d7bfeb30) at ../src/backend/executor/execProcnode...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_p...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-09-30 20:42:45.946820836 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/triggers.out	2024-09-30 20:46:06.737761322...
@@ -2560,1198 +2560,7 @@
 create trigger t before insert or update on parted
   for each row execute function parted_trigfunc();
 insert into parted values (0, 1, 'zero win');
-insert into parted values (1, 1, 'one fail');
-ERROR:  moving row to another partition during a BEFORE FOR EACH ROW trigger is not supported
-DETAIL:  Before executing trigger "t", the row was to be in partition "public.parted_1".
-insert into parted values (1, 2, 'two fail');
-ERROR:  moving row to another partition during a BEFORE FOR EACH ROW trigger is not supported
-DETAIL:  Before executing trigger "t", the row was to be in partition "public.parted_2".
-select * from parted;
- a | b |    c     
----+---+----------
- 1 | 1 | zero win
-(1 row)
-
-drop table parted;
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/build/testrun/recovery/027_str...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-09-30 20:42:45.946820836 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/triggers.out	2024-09-30 20:46:35.1897302...
@@ -1643,2115 +1643,10 @@
 $$;
 create trigger depth_b_tr before insert on depth_b
   for each row execute procedure depth_b_tf();
-create function depth_c_tf() returns trigger
-  language plpgsql as $$
-begin
-  raise notice '%: depth = %', tg_name, pg_trigger_depth();
-  if new.id = 1 then
-    raise exception sqlstate 'U9999';
-  end if;
-  raise notice '%: depth = %', tg_name, pg_trigger_depth();
-  return new;
-end;
-$$;
-create trigger depth_c_tr before insert on depth_c
-  for each row execute procedure depth_c_tf();
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/build/testrun/regress/regress/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-09-30 20:42:45.946820836 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/triggers.out	2024-09-30 20:46:02.877766172 +0000
@@ -2625,1133 +2625,10 @@
 NOTICE:  trigger parted_trig_two on parted1_constr AFTER INSERT for ROW: (a,b)=(3,aasvogel)
 drop table parted_constr_ancestor;
 drop function bark(text);
--- Test that the WHEN clause is set properly to partitions
-create table parted_trigger (a int, b text) partition by range (a);
-create table parted_trigger_1 partition of parted_trigger for values from (0) to (1000);
-create table parted_trigger_2 (drp int, a int, b text);
-alter table parted_trigger_2 drop column drp;
-alter table parted_trigger attach partition parted_trigger_2 for values from (1000) to (2000);
-create trigger parted_trigger after update on parted_trigger
-  for each row when (new.a % 2 = 1 and length(old.b) >= 2) execute procedure trigger_notice_ab();
-create table parted_trigger_3 (b text, a int) partition by range (length(b));
-create table parted_trigger_3_1 partition of parted_trigger_3 for values from (1) to (3);
-create table parted_trigger_3_2 partition of parted_trigger_3 for values from (3) to (5);
-alter table parted_trigger attach partition parted_trigger_3 for values from (2000) to (3000);
-insert into parted_trigger values
...
tap
[20:46:09.655](14.473s) not ok 5 - regression tests pass
[20:46:11.211](1.531s) not ok 6 - dump before running pg_upgrade
tap
[20:46:39.611](16.742s) not ok 2 - regression tests pass
test
[20:48:36.237]  16/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[20:48:36.237]   9/309 postgresql:regress / regress/regress                                            ERROR            ...
[20:48:36.237]  44/309 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
macOS - Sonoma - Meson
assertion
TRAP: failed Assert("!TTS_EMPTY(slot)"), File: "../src/backend/executor/execTuples.c", Line: 1737, PID: 8441
assertion
TRAP: failed Assert("!TTS_EMPTY(slot)"), File: "../src/backend/executor/execTuples.c", Line: 1737, PID: 15340
assertion
TRAP: failed Assert("!TTS_EMPTY(slot)"), File: "../src/backend/executor/execTuples.c", Line: 1737, PID: 8043
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/triggers.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_up...
--- /Users/admin/pgsql/src/test/regress/expected/triggers.out	2024-09-30 20:42:45
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/triggers.out	2024-09-30 20:45:56
@@ -999,2759 +999,10 @@
 	f2 int,
 	f3 int);
 INSERT INTO min_updates_test VALUES ('a',1,2),('b','2',null);
-CREATE TRIGGER z_min_update
-BEFORE UPDATE ON min_updates_test
-FOR EACH ROW EXECUTE PROCEDURE suppress_redundant_updates_trigger();
-\set QUIET false
-UPDATE min_updates_test SET f1 = f1;
-UPDATE 0
-UPDATE min_updates_test SET f2 = f2 + 1;
-UPDATE 2
-UPDATE min_updates_test SET f3 = 2 WHERE f3 is null;
-UPDATE 1
-\set QUIET true
-SELECT * FROM min_updates_test;
- f1 | f2 | f3 
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/triggers.out /Users/admin/pgsql/build/testrun/recovery/027_stream_...
--- /Users/admin/pgsql/src/test/regress/expected/triggers.out	2024-09-30 20:42:45
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/triggers.out	2024-09-30 20:47:22
@@ -1618,2140 +1618,14 @@
 begin
   raise notice '%: depth = %', tg_name, pg_trigger_depth();
   insert into depth_b values (new.id);
-  raise notice '%: depth = %', tg_name, pg_trigger_depth();
-  return new;
-end;
-$$;
-create trigger depth_a_tr before insert on depth_a
-  for each row execute procedure depth_a_tf();
-create function depth_b_tf() returns trigger
-  language plpgsql as $$
-begin
-  raise notice '%: depth = %', tg_name, pg_trigger_depth();
-  begin
-    execute 'insert into depth_c values (' || new.id::text || ')';
-  exception
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/updatable_views.out /Users/admin/pgsql/build/testrun/regress/regre...
--- /Users/admin/pgsql/src/test/regress/expected/updatable_views.out	2024-09-30 20:42:45
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/updatable_views.out	2024-09-30 20:45:56
@@ -1157,2853 +1157,10 @@
 MERGE INTO rw_view2 t
   USING (SELECT x, 'R'||x FROM generate_series(0,3) x) AS s(a,b) ON t.a = s.a
   WHEN MATCHED AND t.a <= 1 THEN DELETE
-  WHEN MATCHED THEN UPDATE SET b = s.b
-  WHEN NOT MATCHED AND s.a > 0 THEN INSERT VALUES (s.a, s.b)
-  RETURNING merge_action(), s.*, t.*;
- merge_action | a | b  | a |   b   
---------------+---+----+---+-------
- DELETE       | 1 | R1 | 1 | Row 1
- UPDATE       | 2 | R2 | 2 | R2
- INSERT       | 3 | R3 | 3 | R3
-(3 rows)
-
-SELECT * FROM base_tbl ORDER BY a;
- a  |   b    
-----+--------
...
tap
[20:46:08.046](102.329s) not ok 5 - regression tests pass
[20:46:11.511](3.446s) not ok 6 - dump before running pg_upgrade
tap
[20:47:32.399](88.688s) not ok 2 - regression tests pass
test
[20:50:21.447]  30/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[20:50:21.447]  42/309 postgresql:regress / regress/regress                                            ERROR           1...
[20:50:21.447]  89/309 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
assertion
TRAP: failed Assert("!TTS_EMPTY(slot)"), File: "../src/backend/executor/execTuples.c", Line: 1737, PID: 864
assertion
TRAP: failed Assert("!TTS_EMPTY(slot)"), File: "../src/backend/executor/execTuples.c", Line: 1737, PID: 7856
assertion
TRAP: failed Assert("!TTS_EMPTY(slot)"), File: "../src/backend/executor/execTuples.c", Line: 1737, PID: 6864
compiler
[20:43:49.988] ../src/backend/executor/nodeModifyTable.c(3083): warning C4133: 'function': incompatible types - from 'He...
core
0000000d`9d1ffc38 00007ff9`f990b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000d`9d1ffc40 00007ff9`f8c84cb0     ntdll!TppWorkerThread+0x2df
0000000d`9d1fff30 00007ff9`f997ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000000d`9d1fff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000d`9c9ff728 00007ff9`f6f345ca     ntdll!NtFsControlFile+0x14
0000000d`9c9ff730 00007ff7`d1fee56b     KERNELBASE!ConnectNamedPipe+0x6a
0000000d`9c9ff7a0 00007ff9`f8c84cb0     postgres!pg_signal_thread(
0000000d`9c9ff8a0 00007ff9`f997ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000000d`9c9ff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000d`9c1fe880 00007ff7`d2331b48     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000000d`9c1fe8c0 00007ff7`d1e306c2     postgres!ExceptionalCondition(
0000000d`9c1fe900 00007ff7`d1dd19c8     postgres!ExecFetchSlotHeapTuple(
0000000d`9c1fe930 00007ff7`d1e70076     postgres!ExecIRDeleteTriggers(
0000000d`9c1fea00 00007ff7`d1e6f33d     postgres!ExecMergeMatched(
0000000d`9c1feb80 00007ff7`d1e7554b     postgres!ExecMerge(
0000000d`9c1febe0 00007ff7`d1e2a71b     postgres!ExecModifyTable(
0000000d`9c1fed80 00007ff7`d1e204cc     postgres!ExecProcNodeFirst(
0000000d`9c1fedb0 00007ff7`d1e215f0     postgres!ExecProcNode(
0000000d`9c1fede0 00007ff7`d1e1c877     postgres!ExecutePlan(
core
0000000d`9c5ff888 00007ff9`f990b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000d`9c5ff890 00007ff9`f8c84cb0     ntdll!TppWorkerThread+0x2df
0000000d`9c5ffb80 00007ff9`f997ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000000d`9c5ffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000d`9cdffcc8 00007ff9`f6eed71e     ntdll!NtWaitForSingleObject+0x14
0000000d`9cdffcd0 00007ff7`d1ff000c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000000d`9cdffd70 00007ff9`f8c84cb0     postgres!pg_timer_thread(
0000000d`9cdffdb0 00007ff9`f997ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000000d`9cdffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000b`52dff6c8 00007ff9`f990b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000b`52dff6d0 00007ff9`f8c84cb0     ntdll!TppWorkerThread+0x2df
0000000b`52dff9c0 00007ff9`f997ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000000b`52dff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000b`531ff8d8 00007ff9`f6f345ca     ntdll!NtFsControlFile+0x14
0000000b`531ff8e0 00007ff7`d1fee56b     KERNELBASE!ConnectNamedPipe+0x6a
0000000b`531ff950 00007ff9`f8c84cb0     postgres!pg_signal_thread(
0000000b`531ffa50 00007ff9`f997ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000000b`531ffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000b`535ff938 00007ff9`f990b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000b`535ff940 00007ff9`f8c84cb0     ntdll!TppWorkerThread+0x2df
0000000b`535ffc30 00007ff9`f997ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000000b`535ffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000b`539ffd88 00007ff9`f6eed71e     ntdll!NtWaitForSingleObject+0x14
0000000b`539ffd90 00007ff7`d1ff000c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000000b`539ffe30 00007ff9`f8c84cb0     postgres!pg_timer_thread(
0000000b`539ffe70 00007ff9`f997ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000000b`539ffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000b`529fe940 00007ff7`d2331b48     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000000b`529fe980 00007ff7`d1e306c2     postgres!ExceptionalCondition(
0000000b`529fe9c0 00007ff7`d1dd19c8     postgres!ExecFetchSlotHeapTuple(
0000000b`529fe9f0 00007ff7`d1e70076     postgres!ExecIRDeleteTriggers(
0000000b`529feac0 00007ff7`d1e6f33d     postgres!ExecMergeMatched(
0000000b`529fec40 00007ff7`d1e7554b     postgres!ExecMerge(
0000000b`529feca0 00007ff7`d1e2a71b     postgres!ExecModifyTable(
0000000b`529fee40 00007ff7`d1e204cc     postgres!ExecProcNodeFirst(
0000000b`529fee70 00007ff7`d1e215f0     postgres!ExecProcNode(
0000000b`529feea0 00007ff7`d1e1c877     postgres!ExecutePlan(
core
000000e0`351fe950 00007ff7`d2331b48     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e0`351fe990 00007ff7`d1e306c2     postgres!ExceptionalCondition(
000000e0`351fe9d0 00007ff7`d1dd19c8     postgres!ExecFetchSlotHeapTuple(
000000e0`351fea00 00007ff7`d1e70076     postgres!ExecIRDeleteTriggers(
000000e0`351fead0 00007ff7`d1e6f33d     postgres!ExecMergeMatched(
000000e0`351fec50 00007ff7`d1e7554b     postgres!ExecMerge(
000000e0`351fecb0 00007ff7`d1e2a71b     postgres!ExecModifyTable(
000000e0`351fee50 00007ff7`d1e204cc     postgres!ExecProcNodeFirst(
000000e0`351fee80 00007ff7`d1e215f0     postgres!ExecProcNode(
000000e0`351feeb0 00007ff7`d1e1c877     postgres!ExecutePlan(
core
000000e0`35dff7e8 00007ff9`f990b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e0`35dff7f0 00007ff9`f8c84cb0     ntdll!TppWorkerThread+0x2df
000000e0`35dffae0 00007ff9`f997ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e0`35dffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e0`361ffdc8 00007ff9`f6eed71e     ntdll!NtWaitForSingleObject+0x14
000000e0`361ffdd0 00007ff7`d1ff000c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000e0`361ffe70 00007ff9`f8c84cb0     postgres!pg_timer_thread(
000000e0`361ffeb0 00007ff9`f997ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e0`361ffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e0`359ffa88 00007ff9`f6f345ca     ntdll!NtFsControlFile+0x14
000000e0`359ffa90 00007ff7`d1fee56b     KERNELBASE!ConnectNamedPipe+0x6a
000000e0`359ffb00 00007ff9`f8c84cb0     postgres!pg_signal_thread(
000000e0`359ffc00 00007ff9`f997ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e0`359ffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e0`355ff7e8 00007ff9`f990b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e0`355ff7f0 00007ff9`f8c84cb0     ntdll!TppWorkerThread+0x2df
000000e0`355ffae0 00007ff9`f997ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e0`355ffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/updatable_views.out C:/cirrus/build/testrun/pg_upgrade/...
--- C:/cirrus/src/test/regress/expected/updatable_views.out	2024-09-30 20:42:54.923191100 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/updatable_views.out	2024-09-30 20:45:22.136883700 +00...
@@ -1160,2850 +1160,7 @@
   WHEN MATCHED THEN UPDATE SET b = s.b
   WHEN NOT MATCHED AND s.a > 0 THEN INSERT VALUES (s.a, s.b)
   RETURNING merge_action(), s.*, t.*;
- merge_action | a | b  | a |   b   
---------------+---+----+---+-------
- DELETE       | 1 | R1 | 1 | Row 1
- UPDATE       | 2 | R2 | 2 | R2
- INSERT       | 3 | R3 | 3 | R3
-(3 rows)
-
-SELECT * FROM base_tbl ORDER BY a;
- a  |   b    
-----+--------
- -2 | Row -2
- -1 | Row -1
-  0 | Row 0
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/triggers.out C:/cirrus/build/testrun/recovery/027_strea...
--- C:/cirrus/src/test/regress/expected/triggers.out	2024-09-30 20:42:54.909600700 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/triggers.out	2024-09-30 20:47:23.093525700 +0000
@@ -3738,20 +3738,10 @@
 drop table grandparent;
 -- Trigger renaming does not recurse on legacy inheritance
 create table parent (a int);
-create table child () inherits (parent);
-create trigger parenttrig after insert on parent
-for each row execute procedure f();
-create trigger parenttrig after insert on child
-for each row execute procedure f();
-alter trigger parenttrig on parent rename to anothertrig;
-\d+ child
-                                   Table "public.child"
- Column |  Type   | Collation | Nullable | Default | Storage | Stats target | Description 
---------+---------+-----------+----------+---------+---------+--------------+-------------
- a      | integer |           |          |         | plain   |              | 
-Triggers:
-    parenttrig AFTER INSERT ON child FOR EACH ROW EXECUTE FUNCTION f()
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/updatable_views.out C:/cirrus/build/testrun/regress/reg...
--- C:/cirrus/src/test/regress/expected/updatable_views.out	2024-09-30 20:42:54.923191100 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/updatable_views.out	2024-09-30 20:45:20.543140600 +0000
@@ -1160,2850 +1160,7 @@
   WHEN MATCHED THEN UPDATE SET b = s.b
   WHEN NOT MATCHED AND s.a > 0 THEN INSERT VALUES (s.a, s.b)
   RETURNING merge_action(), s.*, t.*;
- merge_action | a | b  | a |   b   
---------------+---+----+---+-------
- DELETE       | 1 | R1 | 1 | Row 1
- UPDATE       | 2 | R2 | 2 | R2
- INSERT       | 3 | R3 | 3 | R3
-(3 rows)
-
-SELECT * FROM base_tbl ORDER BY a;
- a  |   b    
-----+--------
- -2 | Row -2
- -1 | Row -1
-  0 | Row 0
...
tap
[20:46:16.554](80.253s) not ok 5 - regression tests pass
[20:46:22.238](5.663s) not ok 6 - dump before running pg_upgrade
tap
[20:47:57.656](75.625s) not ok 2 - regression tests pass
test
[20:54:10.449]  22/304 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[20:54:10.449]   7/304 postgresql:regress / regress/regress                                            ERROR            ...
[20:54:10.449]  58/304 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
49/4825 Optimize planner memory consumption for huge arrays
FreeBSD - 13 - Meson
core
[17:55:39.193] #0  0x000000082b0fa8fa in _sigprocmask () from /lib/libc.so.7
[17:55:39.193] #1  0x000000082b133f91 in _system () from /lib/libc.so.7
[17:55:39.193] #2  0x0000000829f979d3 in ?? () from /lib/libthr.so.3
[17:55:39.193] #3  0x0000000000669845 in RestoreArchivedFile (path=path@entry=0x82155a1d0 "pg_wal/00000001", '0' <repeat...
[17:55:39.193] #4  0x0000000000650908 in existsTimeLineHistory (probeTLI=probeTLI@entry=2) at ../src/backend/access/tran...
[17:55:39.193] #5  0x00000000006509c8 in findNewestTimeLine (startTLI=startTLI@entry=1) at ../src/backend/access/transam...
[17:55:39.193] #6  0x0000000000674dcb in rescanLatestTimeLine (replayTLI=replayTLI@entry=1, replayLSN=replayLSN@entry=10...
[17:55:39.193] #7  0x0000000000670fb3 in WaitForWALToBecomeAvailable (RecPtr=100683608, tliRecPtr=100683584, replayTLI=1...
[17:55:39.193] #8  XLogPageRead (xlogreader=0x834c93130, targetPagePtr=100679680, reqLen=3928, targetRecPtr=100683584, r...
[17:55:39.193] #9  0x0000000000677d12 in ReadPageInternal (state=state@entry=0x834c93130, pageptr=100679680, reqLen=3928...
tap
[17:52:09.657](0.001s) not ok 29 - options --locale-provider=icu --locale=und --lc-*=C: no stderr
test
[17:54:29.495] 146/309 postgresql:initdb / initdb/001_initdb                                           ERROR            ...
Linux - Debian Bookworm - Autoconf
tap
[17:52:00.292](0.001s) not ok 29 - options --locale-provider=icu --locale=und --lc-*=C: no stderr
Linux - Debian Bookworm - Meson
core
[17:56:02.349] #0  0x00007f427c092ae3 in ?? () from /lib64/ld-linux-x86-64.so.2
[17:56:02.349] #1  0x00007f427c07c945 in ?? () from /lib64/ld-linux-x86-64.so.2
[17:56:02.349] #2  0x00007f427c085494 in ?? () from /lib64/ld-linux-x86-64.so.2
[17:56:02.349] #3  0x00007f427c07a193 in ?? () from /lib64/ld-linux-x86-64.so.2
[17:56:02.349] #4  0x00007f427c074261 in ?? () from /lib64/ld-linux-x86-64.so.2
[17:56:02.349] #5  0x00007f427c08a2f1 in _dl_catch_exception () from /lib64/ld-linux-x86-64.so.2
[17:56:02.349] #6  0x00007f427c0745ca in ?? () from /lib64/ld-linux-x86-64.so.2
[17:56:02.349] #7  0x00007f427c08f97a in ?? () from /lib64/ld-linux-x86-64.so.2
[17:56:02.349] #8  0x00007f427c08c22f in ?? () from /lib64/ld-linux-x86-64.so.2
[17:56:02.349] #9  0x00007f427c08dbac in ?? () from /lib64/ld-linux-x86-64.so.2
core
[17:56:02.222] #0  0x00007fd3e6fe4b13 in wait4 () from /lib/x86_64-linux-gnu/libc.so.6
[17:56:02.222] #1  0x0000563cc0674cc0 in ?? ()
[17:56:02.222] #2  0x0000563cc0674efa in ?? ()
[17:56:02.222] #3  0x0000563cc0676630 in ?? ()
[17:56:02.222] #4  0x0000563cc0670371 in ?? ()
[17:56:02.222] #5  0x0000563cc066f20f in ?? ()
[17:56:02.222] #6  0x0000563cc066fc3b in ?? ()
[17:56:02.222] #7  0x0000563cc066d66f in ?? ()
[17:56:02.222] #8  0x00007fd3e6f3824a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[17:56:02.222] #9  0x00007fd3e6f38305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
tap
[17:53:11.418](0.001s) not ok 29 - options --locale-provider=icu --locale=und --lc-*=C: no stderr
test
[17:55:03.079] 153/309 postgresql:initdb / initdb/001_initdb                                           ERROR            ...
macOS - Sonoma - Meson
tap
[17:52:07.101](0.000s) not ok 29 - options --locale-provider=icu --locale=und --lc-*=C: no stderr
test
[17:54:33.916] 154/309 postgresql:initdb / initdb/001_initdb                                           ERROR            ...
51/5070 Incorrect error message for cancellation triggered by statement_timeout & flaky test
CompilerWarnings
compiler
[17:33:21.596] backend_startup.c:270:63: error: data argument not used by format string [-Werror,-Wformat-extra-args]
compiler
[17:33:21.596] backend_startup.c:270:63: error: variable 'status' is uninitialized when used here [-Werror,-Wuninitializ...
compiler
[17:32:44.516] backend_startup.c:270:63: error: variable 'status' is uninitialized when used here [-Werror,-Wuninitializ...
compiler
[17:32:44.516] backend_startup.c:270:63: error: data argument not used by format string [-Werror,-Wformat-extra-args]
compiler
[17:31:48.087] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args]
compiler
[17:31:48.087] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit...
compiler
[17:31:14.860] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit...
compiler
[17:31:14.860] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args]
compiler
[17:34:33.440] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args]
compiler
[17:34:33.440] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit...
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[17:31:29.534] c:\cirrus\src\backend\tcop\backend_startup.c(270) : warning C4700: uninitialized local variable 'status' ...
51/5272 Truncate logs by max_log_size
CompilerWarnings
compiler
[14:14:25.607] elog.c:1699:9: error: initializing 'char *' with an expression of type 'const char *' discards qualifiers...
compiler
[14:12:04.548] elog.c:1699:9: error: initializing 'char *' with an expression of type 'const char *' discards qualifiers...
compiler
[14:09:40.757] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar...
compiler
[14:07:21.993] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar...
compiler
[14:17:53.687] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar...
51/5114 MergeJoin beats HashJoin in the case of multiple hash clauses
CompilerWarnings
compiler
[11:51:55.589] selfuncs.c:3888:45: error: ‘group_rel’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[11:53:29.965] selfuncs.c:3888:45: error: ‘group_rel’ may be used uninitialized [-Werror=maybe-uninitialized]
50/4939 ECPG cleanup and fix for clang compile-time problem
CompilerWarnings
compiler
[10:59:22.393] ecpg.c:23:13: error: no previous extern declaration for non-static variable 'progname' [-Werror,-Wmissing...
compiler
[10:57:10.939] ecpg.c:23:13: error: no previous extern declaration for non-static variable 'progname' [-Werror,-Wmissing...
49/5125 Send duration output to separate files
FreeBSD - 13 - Meson
tap
[10:29:53.991](0.000s) not ok 12 - Duration CSV log file gets added to list on reload
[10:29:53.993](0.000s) not ok 14 - Duration statements are written to the duration CSV log file
[10:29:53.993](0.000s) not ok 15 - Duration statements do NOT get written to the normal stderr log file
[10:29:54.025](0.000s) not ok 18 - Duration JSON log file gets added to list on reload
[10:29:54.026](0.000s) not ok 19 - Duration statements are written to the duration JSON log file
[10:29:54.027](0.000s) not ok 20 - Duration statements do NOT get written to the normal stderr log file
[10:29:54.057](0.000s) not ok 23 - Duration stderr log file gets added to list on reload
[10:29:54.057](0.000s) not ok 24 - Duration CSV log file gets added to list on reload
[10:29:54.058](0.000s) not ok 25 - Duration JSON log file gets added to list on reload
[10:29:54.058](0.000s) not ok 26 - Duration statements are written to the duration stderr log file
[10:29:54.059](0.000s) not ok 27 - Duration statements are written to the duration CSV log file
[10:29:54.059](0.000s) not ok 28 - Duration statements are written to the duration JSON log file
[10:29:54.060](0.000s) not ok 29 - Duration statements do NOT get written to the normal stderr log file
tap
[10:31:09.254](1.680s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[10:31:19.209] 172/310 postgresql:pg_ctl / pg_ctl/005_log_duration_destination                         ERROR            ...
[10:31:19.209] 291/310 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
Linux - Debian Bookworm - Autoconf
tap
[10:32:15.736](0.001s) not ok 12 - Duration CSV log file gets added to list on reload
[10:32:15.736](0.000s) not ok 14 - Duration statements are written to the duration CSV log file
[10:32:15.737](0.000s) not ok 15 - Duration statements do NOT get written to the normal stderr log file
[10:32:16.016](0.001s) not ok 18 - Duration JSON log file gets added to list on reload
[10:32:16.016](0.000s) not ok 19 - Duration statements are written to the duration JSON log file
[10:32:16.016](0.000s) not ok 20 - Duration statements do NOT get written to the normal stderr log file
[10:32:16.232](0.000s) not ok 23 - Duration stderr log file gets added to list on reload
[10:32:16.232](0.000s) not ok 24 - Duration CSV log file gets added to list on reload
[10:32:16.233](0.000s) not ok 25 - Duration JSON log file gets added to list on reload
[10:32:16.233](0.000s) not ok 26 - Duration statements are written to the duration stderr log file
[10:32:16.233](0.000s) not ok 27 - Duration statements are written to the duration CSV log file
[10:32:16.234](0.000s) not ok 28 - Duration statements are written to the duration JSON log file
[10:32:16.234](0.000s) not ok 29 - Duration statements do NOT get written to the normal stderr log file
tap
[10:32:30.255](0.655s) not ok 1 - no parameters missing from postgresql.conf.sample
Linux - Debian Bookworm - Meson
tap
[10:33:02.076](0.000s) not ok 12 - Duration CSV log file gets added to list on reload
[10:33:02.077](0.000s) not ok 14 - Duration statements are written to the duration CSV log file
[10:33:02.077](0.000s) not ok 15 - Duration statements do NOT get written to the normal stderr log file
[10:33:02.285](0.000s) not ok 18 - Duration JSON log file gets added to list on reload
[10:33:02.286](0.000s) not ok 19 - Duration statements are written to the duration JSON log file
[10:33:02.286](0.000s) not ok 20 - Duration statements do NOT get written to the normal stderr log file
[10:33:02.451](0.000s) not ok 23 - Duration stderr log file gets added to list on reload
[10:33:02.451](0.000s) not ok 24 - Duration CSV log file gets added to list on reload
[10:33:02.452](0.000s) not ok 25 - Duration JSON log file gets added to list on reload
[10:33:02.452](0.000s) not ok 26 - Duration statements are written to the duration stderr log file
[10:33:02.452](0.000s) not ok 27 - Duration statements are written to the duration CSV log file
[10:33:02.453](0.000s) not ok 28 - Duration statements are written to the duration JSON log file
[10:33:02.453](0.000s) not ok 29 - Duration statements do NOT get written to the normal stderr log file
tap
[10:34:08.135](0.472s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[10:34:18.794] 173/310 postgresql:pg_ctl / pg_ctl/005_log_duration_destination                         ERROR            ...
[10:34:18.794] 289/310 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
macOS - Sonoma - Meson
tap
[10:30:37.418](0.000s) not ok 12 - Duration CSV log file gets added to list on reload
[10:30:37.418](0.000s) not ok 14 - Duration statements are written to the duration CSV log file
[10:30:37.419](0.000s) not ok 15 - Duration statements do NOT get written to the normal stderr log file
[10:30:37.492](0.000s) not ok 18 - Duration JSON log file gets added to list on reload
[10:30:37.492](0.000s) not ok 19 - Duration statements are written to the duration JSON log file
[10:30:37.492](0.000s) not ok 20 - Duration statements do NOT get written to the normal stderr log file
[10:30:37.796](0.000s) not ok 23 - Duration stderr log file gets added to list on reload
[10:30:37.796](0.000s) not ok 24 - Duration CSV log file gets added to list on reload
[10:30:37.796](0.000s) not ok 25 - Duration JSON log file gets added to list on reload
[10:30:37.796](0.000s) not ok 26 - Duration statements are written to the duration stderr log file
[10:30:37.796](0.000s) not ok 27 - Duration statements are written to the duration CSV log file
[10:30:37.797](0.000s) not ok 28 - Duration statements are written to the duration JSON log file
[10:30:37.797](0.000s) not ok 29 - Duration statements do NOT get written to the normal stderr log file
[10:30:39.848](2.051s) not ok 33 - Log file has rotated to a new name (type=csvlog)
[10:30:39.849](0.000s) not ok 34 - Log file has rotated to a new name (type=jsonlog)
[10:30:39.849](0.000s) not ok 35 - Log file has rotated to a new name (type=stderr)
tap
[10:32:18.490](1.310s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[10:32:32.404] 167/310 postgresql:pg_ctl / pg_ctl/005_log_duration_destination                         ERROR            ...
[10:32:32.404] 292/310 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[10:33:32.798](0.001s) not ok 12 - Duration CSV log file gets added to list on reload
[10:33:32.799](0.000s) not ok 14 - Duration statements are written to the duration CSV log file
[10:33:32.800](0.001s) not ok 15 - Duration statements do NOT get written to the normal stderr log file
[10:33:33.097](0.005s) not ok 18 - Duration JSON log file gets added to list on reload
[10:33:33.101](0.003s) not ok 19 - Duration statements are written to the duration JSON log file
[10:33:33.104](0.002s) not ok 20 - Duration statements do NOT get written to the normal stderr log file
[10:33:33.562](0.003s) not ok 23 - Duration stderr log file gets added to list on reload
[10:33:33.563](0.000s) not ok 24 - Duration CSV log file gets added to list on reload
[10:33:33.563](0.000s) not ok 25 - Duration JSON log file gets added to list on reload
[10:33:33.564](0.000s) not ok 26 - Duration statements are written to the duration stderr log file
[10:33:33.566](0.001s) not ok 27 - Duration statements are written to the duration CSV log file
[10:33:33.566](0.000s) not ok 28 - Duration statements are written to the duration JSON log file
[10:33:33.572](0.004s) not ok 29 - Duration statements do NOT get written to the normal stderr log file
tap
[10:37:13.165](2.504s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[10:37:32.962] 164/305 postgresql:pg_ctl / pg_ctl/005_log_duration_destination                         ERROR            ...
[10:37:32.962] 288/305 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
51/5027 Track the amount of time waiting due to cost_delay
CompilerWarnings
compiler
[09:53:10.378] vacuum.c:121:9: error: no previous extern declaration for non-static variable 'nap_time_since_last_report...
compiler
[09:53:02.467] vacuum.c:121:9: error: no previous extern declaration for non-static variable 'nap_time_since_last_report...
50/4754 Add LSN <-> time conversion facility
CompilerWarnings
compiler
[09:53:39.085] pgstat_wal.c:545:26: error: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 2 has...
compiler
[09:53:39.085] pgstat_wal.c:362:48: error: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 2 has...
Linux - Debian Bookworm - Meson
core
[09:52:32.106] #0  0xf7f3d559 in __kernel_vsyscall ()
[09:52:32.106] #1  0xf68782f7 in ?? () from /lib/i386-linux-gnu/libc.so.6
[09:52:32.106] #2  0xf6827111 in raise () from /lib/i386-linux-gnu/libc.so.6
[09:52:32.106] #3  0xf681026a in abort () from /lib/i386-linux-gnu/libc.so.6
[09:52:32.106] #4  0xf6a33d4a in __sanitizer::Abort () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_pos...
[09:52:32.106] #5  0xf6a42896 in __sanitizer::Die () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_termi...
[09:52:32.106] #6  0xf6a20c5b in __ubsan::__ubsan_handle_nonnull_arg_abort (Data=<optimized out>) at ../../../../../src/...
[09:52:32.106] #7  0x569751e8 in fill_val (att=att@entry=0x59eeb5d4, bit=<optimized out>, bitmask=bitmask@entry=0xffe7b4...
[09:52:32.106] #8  0x56976f9b in heap_fill_tuple (tupleDesc=0x59eeb5c0, values=0xffe7b4d8, isnull=0xffe7b4d6, data=<opti...
[09:52:32.106] #9  0x56978b5c in heap_form_tuple (tupleDescriptor=0x59eeb5c0, values=0xffe7b4d8, isnull=0xffe7b4d6) at ....
core
[09:52:33.485] #0  0xf7f72559 in __kernel_vsyscall ()
[09:52:33.485] #1  0xf68ad2f7 in ?? () from /lib/i386-linux-gnu/libc.so.6
[09:52:33.485] #2  0xf685c111 in raise () from /lib/i386-linux-gnu/libc.so.6
[09:52:33.485] #3  0xf684526a in abort () from /lib/i386-linux-gnu/libc.so.6
[09:52:33.485] #4  0xf6a68d4a in __sanitizer::Abort () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_pos...
[09:52:33.485] #5  0xf6a77896 in __sanitizer::Die () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_termi...
[09:52:33.485] #6  0xf6a55c5b in __ubsan::__ubsan_handle_nonnull_arg_abort (Data=<optimized out>) at ../../../../../src/...
[09:52:33.485] #7  0x5691b1e8 in fill_val (att=att@entry=0x59140f14, bit=<optimized out>, bitmask=bitmask@entry=0xffa789...
[09:52:33.485] #8  0x5691cf9b in heap_fill_tuple (tupleDesc=0x59140f00, values=0xffa789a8, isnull=0xffa789a6, data=<opti...
[09:52:33.485] #9  0x5691eb5c in heap_form_tuple (tupleDescriptor=0x59140f00, values=0xffa789a8, isnull=0xffa789a6) at ....
core
[09:52:32.800] #0  0xf7f3a559 in __kernel_vsyscall ()
[09:52:32.800] #1  0xf68752f7 in ?? () from /lib/i386-linux-gnu/libc.so.6
[09:52:32.800] #2  0xf6824111 in raise () from /lib/i386-linux-gnu/libc.so.6
[09:52:32.800] #3  0xf680d26a in abort () from /lib/i386-linux-gnu/libc.so.6
[09:52:32.800] #4  0xf6a30d4a in __sanitizer::Abort () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_pos...
[09:52:32.800] #5  0xf6a3f896 in __sanitizer::Die () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_termi...
[09:52:32.800] #6  0xf6a1dc5b in __ubsan::__ubsan_handle_nonnull_arg_abort (Data=<optimized out>) at ../../../../../src/...
[09:52:32.800] #7  0x569721e8 in fill_val (att=att@entry=0x585a36e4, bit=<optimized out>, bitmask=bitmask@entry=0xffed32...
[09:52:32.800] #8  0x56973f9b in heap_fill_tuple (tupleDesc=0x585a36d0, values=0xffed3308, isnull=0xffed3306, data=<opti...
[09:52:32.800] #9  0x56975b5c in heap_form_tuple (tupleDescriptor=0x585a36d0, values=0xffed3308, isnull=0xffed3306) at ....
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build-32/testrun/pg_upgr...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-09-30 09:40:57.400631125 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_join.out	2024-09-30 09:49:15....
@@ -3906,1326 +3906,10 @@
 CREATE TABLE plt2_adv_p2_2 PARTITION OF plt2_adv FOR VALUES IN ('0006');
 INSERT INTO plt2_adv SELECT i, i, to_char(i % 10, 'FM0000') FROM generate_series(1, 299) i WHERE i % 10 IN (4, 6);
 ANALYZE plt2_adv;
--- inner join
-EXPLAIN (COSTS OFF)
-SELECT t1.a, t1.c, t2.a, t2.c FROM plt1_adv t1 INNER JOIN plt2_adv t2 ON (t1.a = t2.a AND t1.c = t2.c) WHERE t1.b < 10 ...
-                      QUERY PLAN                      
-------------------------------------------------------
- Sort
-   Sort Key: t1.a
-   ->  Hash Join
-         Hash Cond: ((t2.a = t1.a) AND (t2.c = t1.c))
-         ->  Append
-               ->  Seq Scan on plt2_adv_p1 t2_1
-               ->  Seq Scan on plt2_adv_p2_1 t2_2
-               ->  Seq Scan on plt2_adv_p2_2 t2_3
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build-32/testrun/recover...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-09-30 09:40:57.400631125 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/recovery/027_stream_regress/data/results/partition_join.out	2024-09-30 09:49:4...
@@ -2477,2755 +2477,10 @@
 insert into prtx2 select 1 + i%30, i, i
   from generate_series(1,500) i, generate_series(1,10) j;
 create index on prtx2 (b);
-create index on prtx2 (c);
-analyze prtx1;
-analyze prtx2;
-explain (costs off)
-select * from prtx1
-where not exists (select 1 from prtx2
-                  where prtx2.a=prtx1.a and prtx2.b=prtx1.b and prtx2.c=123)
-  and a<20 and c=120;
-                         QUERY PLAN                          
--------------------------------------------------------------
- Append
-   ->  Nested Loop Anti Join
-         ->  Seq Scan on prtx1_1
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build-32/testrun/regress...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-09-30 09:40:57.400631125 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/regress/regress/results/partition_join.out	2024-09-30 09:49:10.963040353 +0000
@@ -3378,1854 +3378,10 @@
 
 DROP TABLE prt1_adv;
 DROP TABLE prt2_adv;
-DROP TABLE prt3_adv;
--- Test interaction of partitioned join with partition pruning
-CREATE TABLE prt1_adv (a int, b int, c varchar) PARTITION BY RANGE (a);
-CREATE TABLE prt1_adv_p1 PARTITION OF prt1_adv FOR VALUES FROM (100) TO (200);
-CREATE TABLE prt1_adv_p2 PARTITION OF prt1_adv FOR VALUES FROM (200) TO (300);
-CREATE TABLE prt1_adv_p3 PARTITION OF prt1_adv FOR VALUES FROM (300) TO (400);
-CREATE INDEX prt1_adv_a_idx ON prt1_adv (a);
-INSERT INTO prt1_adv SELECT i, i % 25, to_char(i, 'FM0000') FROM generate_series(100, 399) i;
-ANALYZE prt1_adv;
-CREATE TABLE prt2_adv (a int, b int, c varchar) PARTITION BY RANGE (b);
-CREATE TABLE prt2_adv_p1 PARTITION OF prt2_adv FOR VALUES FROM (100) TO (200);
-CREATE TABLE prt2_adv_p2 PARTITION OF prt2_adv FOR VALUES FROM (200) TO (400);
-CREATE INDEX prt2_adv_b_idx ON prt2_adv (b);
...
tap
[09:49:16.110](61.855s) not ok 5 - regression tests pass
[09:49:20.547](4.429s) not ok 6 - dump before running pg_upgrade
tap
[09:49:48.940](61.671s) not ok 2 - regression tests pass
test
[09:51:27.850]  38/309 postgresql:regress / regress/regress                                            ERROR            ...
[09:51:27.850]  44/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[09:51:27.850] 118/309 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
49/5106 Assorted style changes with a tiny bit improvement
macOS - Sonoma - Meson
tap
[09:30:52.364](0.195s) not ok 18 - vacuum 6: query result matches
test
[09:31:42.816] 248/309 postgresql:bloom / bloom/001_wal                                                ERROR            ...
51/5128 Allow partition-wise join when whole row var is needed
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out /tmp/cirrus-ci-build/build/testrun/postgres...
--- /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out	2024-09-30 08:40:18.873965000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/postgres_fdw/regress/results/postgres_fdw.out	2024-09-30 08:43:13.074841000 +0000
@@ -10155,7 +10155,9 @@
          ->  Foreign Scan
                Relations: (ftprt1_p1 t1_1) INNER JOIN (ftprt2_p1 t2_1)
                ->  Result
+                     Disabled Nodes: 1
                      ->  Sort
+                           Disabled Nodes: 1
                            Sort Key: t2_1.a
                            ->  Nested Loop
                                  ->  Foreign Scan on ftprt1_p1 t1_1
@@ -10163,12 +10165,14 @@
          ->  Foreign Scan
                Relations: (ftprt1_p2 t1_2) INNER JOIN (ftprt2_p2 t2_2)
                ->  Result
+                     Disabled Nodes: 1
                      ->  Sort
+                           Disabled Nodes: 1
...
test
[08:45:06.945] 122/309 postgresql:postgres_fdw / postgres_fdw/regress                                  ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out /tmp/cirrus-ci-build/contrib/postgres_fdw/r...
--- /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out	2024-09-30 08:40:20.589973096 +0000
+++ /tmp/cirrus-ci-build/contrib/postgres_fdw/results/postgres_fdw.out	2024-09-30 08:45:25.977209454 +0000
@@ -10155,7 +10155,9 @@
          ->  Foreign Scan
                Relations: (ftprt1_p1 t1_1) INNER JOIN (ftprt2_p1 t2_1)
                ->  Result
+                     Disabled Nodes: 1
                      ->  Sort
+                           Disabled Nodes: 1
                            Sort Key: t2_1.a
                            ->  Nested Loop
                                  ->  Foreign Scan on ftprt1_p1 t1_1
@@ -10163,12 +10165,14 @@
          ->  Foreign Scan
                Relations: (ftprt1_p2 t1_2) INNER JOIN (ftprt2_p2 t2_2)
                ->  Result
+                     Disabled Nodes: 1
                      ->  Sort
+                           Disabled Nodes: 1
...
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out /tmp/cirrus-ci-build/build/testrun/postgres...
--- /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out	2024-09-30 08:40:15.945350417 +0000
+++ /tmp/cirrus-ci-build/build/testrun/postgres_fdw/regress/results/postgres_fdw.out	2024-09-30 08:44:36.496012898 +0000
@@ -10155,7 +10155,9 @@
          ->  Foreign Scan
                Relations: (ftprt1_p1 t1_1) INNER JOIN (ftprt2_p1 t2_1)
                ->  Result
+                     Disabled Nodes: 1
                      ->  Sort
+                           Disabled Nodes: 1
                            Sort Key: t2_1.a
                            ->  Nested Loop
                                  ->  Foreign Scan on ftprt1_p1 t1_1
@@ -10163,12 +10165,14 @@
          ->  Foreign Scan
                Relations: (ftprt1_p2 t1_2) INNER JOIN (ftprt2_p2 t2_2)
                ->  Result
+                     Disabled Nodes: 1
                      ->  Sort
+                           Disabled Nodes: 1
...
test
[08:46:22.691] 111/309 postgresql:postgres_fdw / postgres_fdw/regress                                  ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/contrib/postgres_fdw/expected/postgres_fdw.out C:/cirrus/build/testrun/postgres_f...
--- C:/cirrus/contrib/postgres_fdw/expected/postgres_fdw.out	2024-09-30 08:40:27.046178200 +0000
+++ C:/cirrus/build/testrun/postgres_fdw/regress/results/postgres_fdw.out	2024-09-30 08:47:16.507664200 +0000
@@ -10155,7 +10155,9 @@
          ->  Foreign Scan
                Relations: (ftprt1_p1 t1_1) INNER JOIN (ftprt2_p1 t2_1)
                ->  Result
+                     Disabled Nodes: 1
                      ->  Sort
+                           Disabled Nodes: 1
                            Sort Key: t2_1.a
                            ->  Nested Loop
                                  ->  Foreign Scan on ftprt1_p1 t1_1
@@ -10163,12 +10165,14 @@
          ->  Foreign Scan
                Relations: (ftprt1_p2 t1_2) INNER JOIN (ftprt2_p2 t2_2)
                ->  Result
+                     Disabled Nodes: 1
                      ->  Sort
+                           Disabled Nodes: 1
...
test
[08:53:27.212]  95/304 postgresql:postgres_fdw / postgres_fdw/regress                                  ERROR            ...
51/3478 AcquireExecutorLocks() and run-time pruning
FreeBSD - 13 - Meson
assertion
TRAP: failed Assert("cplan->magic == CACHEDPLAN_MAGIC"), File: "../src/backend/utils/cache/plancache.c", Line: 2440, PID...
core
[06:26:31.339] #0  0x000000082b40f41a in thr_kill () from /lib/libc.so.7
[06:26:31.339] #1  0x000000082b388e64 in raise () from /lib/libc.so.7
[06:26:31.339] #2  0x000000082b4396f9 in abort () from /lib/libc.so.7
[06:26:31.339] #3  0x0000000000a92a65 in ExceptionalCondition (conditionName=0x3711f6 "cplan->magic == CACHEDPLAN_MAGIC"...
[06:26:31.339] #4  0x0000000000a82833 in ResetPlanCache () at ../src/backend/utils/cache/plancache.c:2440
[06:26:31.339] #5  0x0000000000a7a1ff in CallSyscacheCallbacks (cacheid=32, hashvalue=3603097922) at ../src/backend/util...
[06:26:31.339] #6  0x0000000000914704 in ReceiveSharedInvalidMessages (invalFunction=0xa79fe0 <LocalExecuteInvalidationM...
[06:26:31.339] #7  0x0000000000a7a31a in AcceptInvalidationMessages () at ../src/backend/utils/cache/inval.c:808
[06:26:31.339] #8  0x0000000000919f6c in LockRelationOid (relid=relid@entry=54560, lockmode=lockmode@entry=1) at ../src/...
[06:26:31.339] #9  0x0000000000698fcb in RangeVarGetRelidExtended (relation=relation@entry=0x835c927c0, lockmode=lockmod...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/eval-plan-qual.out /tmp/cirrus-ci-build/build/testrun/isolatio...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/eval-plan-qual.out	2024-09-30 06:19:54.984193000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/isolation-running/isolation/results/eval-plan-qual.out	2024-09-30 06:25:26.960288...
@@ -957,409 +957,9 @@
 
 
 starting permutation: wx2 partiallock c2 c1 read
-step wx2: UPDATE accounts SET balance = balance + 450 WHERE accountid = 'checking' RETURNING balance;
-balance
--------
-   1050
-(1 row)
-
-step partiallock: 
-	SELECT * FROM accounts a1, accounts a2
-	  WHERE a1.accountid = a2.accountid
-	  FOR UPDATE OF a1;
- <waiting ...>
-step c2: COMMIT;
-step partiallock: <... completed>
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/select_views.out /tmp/cirrus-ci-build/build/testrun/regress-runn...
--- /tmp/cirrus-ci-build/src/test/regress/expected/select_views.out	2024-09-30 06:19:55.147945000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress-running/regress/results/select_views.out	2024-09-30 06:25:26.958505000 +0...
@@ -1532,21 +1532,9 @@
 ALTER VIEW my_property_secure SET (security_barrier=false);
 SET SESSION AUTHORIZATION regress_alice;
 EXECUTE p1;		-- To be perform as a view with security-barrier
-NOTICE:  f_leak => passwd123
- cid |     name      |       tel        |  passwd   
------+---------------+------------------+-----------
- 101 | regress_alice | +81-12-3456-7890 | passwd123
-(1 row)
-
+ERROR:  GetSingleCachedPlan() called in the wrong context: plansource->gplan is NULL
 EXECUTE p2;		-- To be perform as a view without security-barrier
-NOTICE:  f_leak => passwd123
-NOTICE:  f_leak => beafsteak
-NOTICE:  f_leak => hamburger
- cid |     name      |       tel        |  passwd   
------+---------------+------------------+-----------
...
test
[06:25:27.462] 75/75 postgresql:regress-running / regress-running/regress                         ERROR            20.11...
[06:25:27.462] 74/75 postgresql:isolation-running / isolation-running/isolation                   ERROR            20.27...
51/5105 Prevent incorrect entries in pg_stat_activity.
FreeBSD - 13 - Meson
tap
[06:21:20.963](2.132s) Bail out!  pg_ctl restart failed
test
[06:21:26.064] 303/309 postgresql:ssl / ssl/003_sslinfo                                                ERROR            ...
51/5277 general purpose array_sort
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/arrays.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/arrays.out	2024-09-30 05:37:44.180828000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/arrays.out	2024-09-30 05:39:30.963978000 +...
@@ -2749,13 +2749,13 @@
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[]);
                             array_sort                            
 ------------------------------------------------------------------
- {"abc DEF 123abc","ábc sßs ßss DÉF",ⱥȺ,ⱥⱥⱥ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž"}
+ {"abc DEF 123abc","ábc sßs ßss DÉF","DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥȺ,ⱥⱥⱥ}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[], 'desc');
                             array_sort                            
 ------------------------------------------------------------------
- {"DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥⱥⱥ,ⱥȺ,"ábc sßs ßss DÉF","abc DEF 123abc"}
+ {ⱥⱥⱥ,ⱥȺ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž","ábc sßs ßss DÉF","abc DEF 123abc"}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[] COLLATE "pg_c_utf8", 'asc');
@@ -2774,54 +2774,54 @@
...
tap
[05:40:14.544](64.023s) not ok 5 - regression tests pass
test
[05:42:53.695]  84/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/arrays.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/res...
--- /tmp/cirrus-ci-build/src/test/regress/expected/arrays.out	2024-09-30 05:37:44.479599288 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/arrays.out	2024-09-30 05:43:38.000178040 +0000
@@ -2749,13 +2749,13 @@
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[]);
                             array_sort                            
 ------------------------------------------------------------------
- {"abc DEF 123abc","ábc sßs ßss DÉF",ⱥȺ,ⱥⱥⱥ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž"}
+ {"abc DEF 123abc","ábc sßs ßss DÉF","DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥȺ,ⱥⱥⱥ}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[], 'desc');
                             array_sort                            
 ------------------------------------------------------------------
- {"DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥⱥⱥ,ⱥȺ,"ábc sßs ßss DÉF","abc DEF 123abc"}
+ {ⱥⱥⱥ,ⱥȺ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž","ábc sßs ßss DÉF","abc DEF 123abc"}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[] COLLATE "pg_c_utf8", 'asc');
@@ -2774,54 +2774,54 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/arrays.out /tmp/cirrus-ci-build/src/test/recovery/tmp_check/resu...
--- /tmp/cirrus-ci-build/src/test/regress/expected/arrays.out	2024-09-30 05:37:44.479599288 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/arrays.out	2024-09-30 05:46:05.447751736 +0000
@@ -2749,13 +2749,13 @@
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[]);
                             array_sort                            
 ------------------------------------------------------------------
- {"abc DEF 123abc","ábc sßs ßss DÉF",ⱥȺ,ⱥⱥⱥ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž"}
+ {"abc DEF 123abc","ábc sßs ßss DÉF","DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥȺ,ⱥⱥⱥ}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[], 'desc');
                             array_sort                            
 ------------------------------------------------------------------
- {"DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥⱥⱥ,ⱥȺ,"ábc sßs ßss DÉF","abc DEF 123abc"}
+ {ⱥⱥⱥ,ⱥȺ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž","ábc sßs ßss DÉF","abc DEF 123abc"}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[] COLLATE "pg_c_utf8", 'asc');
@@ -2774,54 +2774,54 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/arrays.out /tmp/cirrus-ci-build/src/test/regress/results/arrays....
--- /tmp/cirrus-ci-build/src/test/regress/expected/arrays.out	2024-09-30 05:37:44.479599288 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/arrays.out	2024-09-30 05:41:48.684408689 +0000
@@ -2749,13 +2749,13 @@
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[]);
                             array_sort                            
 ------------------------------------------------------------------
- {"abc DEF 123abc","ábc sßs ßss DÉF",ⱥȺ,ⱥⱥⱥ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž"}
+ {"abc DEF 123abc","ábc sßs ßss DÉF","DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥȺ,ⱥⱥⱥ}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[], 'desc');
                             array_sort                            
 ------------------------------------------------------------------
- {"DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥⱥⱥ,ⱥȺ,"ábc sßs ßss DÉF","abc DEF 123abc"}
+ {ⱥⱥⱥ,ⱥȺ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž","ábc sßs ßss DÉF","abc DEF 123abc"}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[] COLLATE "pg_c_utf8", 'asc');
@@ -2774,54 +2774,54 @@
...
tap
[05:45:02.047](110.345s) not ok 5 - regression tests pass
tap
[05:46:43.924](49.520s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Meson
core
[05:45:48.148] #0  0x00007f079bce0d24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[05:45:48.148] #1  0x00007f079bc8d239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[05:45:48.148] #2  0x00007f079bc8d497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[05:45:48.148] #3  0x00005558340175f3 in ?? ()
[05:45:48.148] #4  0x0000555834011369 in ?? ()
[05:45:48.148] #5  0x000055583401020f in ?? ()
[05:45:48.148] #6  0x0000555834010c3b in ?? ()
[05:45:48.148] #7  0x000055583400e66f in ?? ()
[05:45:48.148] #8  0x00007f079bc7824a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:45:48.148] #9  0x00007f079bc78305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:45:48.264] #0  0x00007f079bce0d24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[05:45:48.264] #1  0x00007f079bc8d239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[05:45:48.264] #2  0x00007f079bc8d497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[05:45:48.264] #3  0x00005558340175c1 in ?? ()
[05:45:48.264] #4  0x0000555834011369 in ?? ()
[05:45:48.264] #5  0x000055583401020f in ?? ()
[05:45:48.264] #6  0x0000555834010c3b in ?? ()
[05:45:48.264] #7  0x000055583400e66f in ?? ()
[05:45:48.264] #8  0x00007f079bc7824a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:45:48.264] #9  0x00007f079bc78305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:45:48.148] #0  <unavailable> in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/arrays.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/arrays.out	2024-09-30 05:37:44.400865949 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/arrays.out	2024-09-30 05:41:44.657720670 +...
@@ -2749,13 +2749,13 @@
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[]);
                             array_sort                            
 ------------------------------------------------------------------
- {"abc DEF 123abc","ábc sßs ßss DÉF",ⱥȺ,ⱥⱥⱥ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž"}
+ {"abc DEF 123abc","ábc sßs ßss DÉF","DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥȺ,ⱥⱥⱥ}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[], 'desc');
                             array_sort                            
 ------------------------------------------------------------------
- {"DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥⱥⱥ,ⱥȺ,"ábc sßs ßss DÉF","abc DEF 123abc"}
+ {ⱥⱥⱥ,ⱥȺ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž","ábc sßs ßss DÉF","abc DEF 123abc"}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[] COLLATE "pg_c_utf8", 'asc');
@@ -2774,54 +2774,54 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/arrays.out /tmp/cirrus-ci-build/build/testrun/recovery/027_strea...
--- /tmp/cirrus-ci-build/src/test/regress/expected/arrays.out	2024-09-30 05:37:44.400865949 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/arrays.out	2024-09-30 05:42:25.665115269...
@@ -2749,13 +2749,13 @@
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[]);
                             array_sort                            
 ------------------------------------------------------------------
- {"abc DEF 123abc","ábc sßs ßss DÉF",ⱥȺ,ⱥⱥⱥ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž"}
+ {"abc DEF 123abc","ábc sßs ßss DÉF","DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥȺ,ⱥⱥⱥ}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[], 'desc');
                             array_sort                            
 ------------------------------------------------------------------
- {"DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥⱥⱥ,ⱥȺ,"ábc sßs ßss DÉF","abc DEF 123abc"}
+ {ⱥⱥⱥ,ⱥȺ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž","ábc sßs ßss DÉF","abc DEF 123abc"}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[] COLLATE "pg_c_utf8", 'asc');
@@ -2774,54 +2774,54 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/arrays.out /tmp/cirrus-ci-build/build/testrun/regress/regress/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/arrays.out	2024-09-30 05:37:44.400865949 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/arrays.out	2024-09-30 05:41:40.737895027 +0000
@@ -2749,13 +2749,13 @@
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[]);
                             array_sort                            
 ------------------------------------------------------------------
- {"abc DEF 123abc","ábc sßs ßss DÉF",ⱥȺ,ⱥⱥⱥ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž"}
+ {"abc DEF 123abc","ábc sßs ßss DÉF","DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥȺ,ⱥⱥⱥ}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[], 'desc');
                             array_sort                            
 ------------------------------------------------------------------
- {"DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥⱥⱥ,ⱥȺ,"ábc sßs ßss DÉF","abc DEF 123abc"}
+ {ⱥⱥⱥ,ⱥȺ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž","ábc sßs ßss DÉF","abc DEF 123abc"}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[] COLLATE "pg_c_utf8", 'asc');
@@ -2774,54 +2774,54 @@
...
tap
[05:42:41.354](73.689s) not ok 5 - regression tests pass
tap
[05:43:14.488](73.150s) not ok 2 - regression tests pass
test
[05:44:52.344]  13/309 postgresql:regress / regress/regress                                            ERROR            ...
[05:44:52.344] 131/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[05:44:52.344] 153/309 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/arrays.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgr...
--- /Users/admin/pgsql/src/test/regress/expected/arrays.out	2024-09-30 05:37:43
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/arrays.out	2024-09-30 05:40:05
@@ -2749,13 +2749,13 @@
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[]);
                             array_sort                            
 ------------------------------------------------------------------
- {"abc DEF 123abc","ábc sßs ßss DÉF",ⱥȺ,ⱥⱥⱥ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž"}
+ {"abc DEF 123abc","ábc sßs ßss DÉF","DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥȺ,ⱥⱥⱥ}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[], 'desc');
                             array_sort                            
 ------------------------------------------------------------------
- {"DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥⱥⱥ,ⱥȺ,"ábc sßs ßss DÉF","abc DEF 123abc"}
+ {ⱥⱥⱥ,ⱥȺ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž","ábc sßs ßss DÉF","abc DEF 123abc"}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[] COLLATE "pg_c_utf8", 'asc');
@@ -2774,54 +2774,54 @@
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/arrays.out /Users/admin/pgsql/build/testrun/recovery/027_stream_re...
--- /Users/admin/pgsql/src/test/regress/expected/arrays.out	2024-09-30 05:37:43
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/arrays.out	2024-09-30 05:41:01
@@ -2749,13 +2749,13 @@
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[]);
                             array_sort                            
 ------------------------------------------------------------------
- {"abc DEF 123abc","ábc sßs ßss DÉF",ⱥȺ,ⱥⱥⱥ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž"}
+ {"abc DEF 123abc","ábc sßs ßss DÉF","DŽxxDŽ džxxDž Džxxdž",ⱥȺ,ȺȺȺ,ⱥⱥⱥ}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[], 'desc');
                             array_sort                            
 ------------------------------------------------------------------
- {"DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥⱥⱥ,ⱥȺ,"ábc sßs ßss DÉF","abc DEF 123abc"}
+ {ⱥⱥⱥ,ȺȺȺ,ⱥȺ,"DŽxxDŽ džxxDž Džxxdž","ábc sßs ßss DÉF","abc DEF 123abc"}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[] COLLATE "pg_c_utf8", 'asc');
@@ -2774,54 +2774,54 @@
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/arrays.out /Users/admin/pgsql/build/testrun/regress/regress/result...
--- /Users/admin/pgsql/src/test/regress/expected/arrays.out	2024-09-30 05:37:43
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/arrays.out	2024-09-30 05:40:03
@@ -2749,13 +2749,13 @@
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[]);
                             array_sort                            
 ------------------------------------------------------------------
- {"abc DEF 123abc","ábc sßs ßss DÉF",ⱥȺ,ⱥⱥⱥ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž"}
+ {"abc DEF 123abc","ábc sßs ßss DÉF","DŽxxDŽ džxxDž Džxxdž",ⱥȺ,ȺȺȺ,ⱥⱥⱥ}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[], 'desc');
                             array_sort                            
 ------------------------------------------------------------------
- {"DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥⱥⱥ,ⱥȺ,"ábc sßs ßss DÉF","abc DEF 123abc"}
+ {ⱥⱥⱥ,ȺȺȺ,ⱥȺ,"DŽxxDŽ džxxDž Džxxdž","ábc sßs ßss DÉF","abc DEF 123abc"}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[] COLLATE "pg_c_utf8", 'asc');
@@ -2774,54 +2774,54 @@
...
tap
[05:40:30.189](41.299s) not ok 5 - regression tests pass
tap
[05:41:41.422](63.547s) not ok 2 - regression tests pass
test
[05:44:21.834]  23/309 postgresql:regress / regress/regress                                            ERROR            ...
[05:44:21.834]  45/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[05:44:21.834] 143/309 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/arrays.out C:/cirrus/build/testrun/pg_upgrade/002_pg_up...
--- C:/cirrus/src/test/regress/expected/arrays.out	2024-09-30 05:38:02.915957500 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/arrays.out	2024-09-30 05:40:29.580274600 +0000
@@ -2749,13 +2749,13 @@
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[]);
                             array_sort                            
 ------------------------------------------------------------------
- {"abc DEF 123abc","ábc sßs ßss DÉF",ⱥȺ,ⱥⱥⱥ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž"}
+ {"abc DEF 123abc","ábc sßs ßss DÉF","DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥȺ,ⱥⱥⱥ}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[], 'desc');
                             array_sort                            
 ------------------------------------------------------------------
- {"DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥⱥⱥ,ⱥȺ,"ábc sßs ßss DÉF","abc DEF 123abc"}
+ {ⱥⱥⱥ,ⱥȺ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž","ábc sßs ßss DÉF","abc DEF 123abc"}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[] COLLATE "pg_c_utf8", 'asc');
@@ -2774,54 +2774,54 @@
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/arrays.out C:/cirrus/build/testrun/recovery/027_stream_...
--- C:/cirrus/src/test/regress/expected/arrays.out	2024-09-30 05:38:02.915957500 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/arrays.out	2024-09-30 05:42:26.482686400 +0000
@@ -2747,81 +2747,77 @@
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[]);
-                            array_sort                            
-------------------------------------------------------------------
- {"abc DEF 123abc","ábc sßs ßss DÉF",ⱥȺ,ⱥⱥⱥ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž"}
+                                       array_sort                                       
+----------------------------------------------------------------------------------------
+ {"ábc sßs ßss DÉF",ⱥⱥⱥ,ⱥȺ,"abc DEF 123abc","DŽxxDŽ džxxDž Džxxdž",ȺȺȺ}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[], 'desc');
-                            array_sort                            
-------------------------------------------------------------------
- {"DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥⱥⱥ,ⱥȺ,"ábc sßs ßss DÉF","abc DEF 123abc"}
+                                       array_sort                                       
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/arrays.out C:/cirrus/build/testrun/regress/regress/resu...
--- C:/cirrus/src/test/regress/expected/arrays.out	2024-09-30 05:38:02.915957500 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/arrays.out	2024-09-30 05:40:21.458675600 +0000
@@ -2747,81 +2747,77 @@
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[]);
-                            array_sort                            
-------------------------------------------------------------------
- {"abc DEF 123abc","ábc sßs ßss DÉF",ⱥȺ,ⱥⱥⱥ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž"}
+                                       array_sort                                       
+----------------------------------------------------------------------------------------
+ {"ábc sßs ßss DÉF",ⱥⱥⱥ,ⱥȺ,"abc DEF 123abc","DŽxxDŽ džxxDž Džxxdž",ȺȺȺ}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[], 'desc');
-                            array_sort                            
-------------------------------------------------------------------
- {"DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥⱥⱥ,ⱥȺ,"ábc sßs ßss DÉF","abc DEF 123abc"}
+                                       array_sort                                       
...
tap
[05:41:42.392](103.489s) not ok 5 - regression tests pass
tap
[05:43:42.254](108.198s) not ok 2 - regression tests pass
test
[05:49:36.544]   7/304 postgresql:regress / regress/regress                                            ERROR           1...
[05:49:36.544]  38/304 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[05:49:36.544]  84/304 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/1608 declarative session variables, LET command
FreeBSD - 13 - Meson
assertion
TRAP: failed Assert("!IsQueryIdEnabled() || pgstat_get_my_query_id() != 0"), File: "../src/backend/executor/execMain.c",...
core
[04:55:31.506] #0  0x000000082a03741a in thr_kill () from /lib/libc.so.7
[04:55:31.506] #1  0x0000000829fb0e64 in raise () from /lib/libc.so.7
[04:55:31.506] #2  0x000000082a0616f9 in abort () from /lib/libc.so.7
[04:55:31.506] #3  0x0000000000a9ac45 in ExceptionalCondition (conditionName=0x344140 "!IsQueryIdEnabled() || pgstat_get...
[04:55:31.506] #4  0x000000000076cc1a in ExecutorRun (queryDesc=0x83c0aa6e8, direction=ForwardScanDirection, count=2, ex...
[04:55:31.506] #5  0x0000000000712d69 in ExecuteLetStmt (pstate=pstate@entry=0x835377038, stmt=stmt@entry=0x83c07f660, p...
[04:55:31.506] #6  0x0000000000945735 in standard_ProcessUtility (pstmt=0x83c07f550, queryString=queryString@entry=0x83c...
[04:55:31.506] #7  0x0000000837a43dee in pgss_ProcessUtility (pstmt=0x83c07e1a0, queryString=0x83c07f500 "PREPARE p1(num...
[04:55:31.506] #8  0x00000000009450a3 in PortalRunUtility (portal=0x835254210, pstmt=0x83c07e1a0, isTopLevel=<optimized ...
[04:55:31.506] #9  0x0000000000944734 in PortalRunMulti (portal=portal@entry=0x835254210, isTopLevel=false, setHoldSnaps...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/plpgsql.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stre...
--- /tmp/cirrus-ci-build/src/test/regress/expected/plpgsql.out	2024-09-30 04:48:52.562853000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/plpgsql.out	2024-09-30 04:52:20.98046200...
@@ -5726,129 +5726,10 @@
   id int PRIMARY KEY,
   name text
 );
-CREATE FUNCTION alter_table_under_transition_tables_upd_func()
-  RETURNS TRIGGER
-  LANGUAGE plpgsql
-AS $$
-BEGIN
-  RAISE WARNING 'old table = %, new table = %',
-                  (SELECT string_agg(id || '=' || name, ',') FROM d),
-                  (SELECT string_agg(id || '=' || name, ',') FROM i);
-  RAISE NOTICE 'one = %', (SELECT 1 FROM alter_table_under_transition_tables LIMIT 1);
-  RETURN NULL;
-END;
-$$;
--- should fail, TRUNCATE is not compatible with transition tables
...
tap
[04:52:21.210](57.908s) not ok 2 - regression tests pass
test
[04:54:25.550]  92/309 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
50/5021 Detection and resolution of logical replication conflict
FreeBSD - 13 - Meson
tap
timed out waiting for match: (?^:ERROR:  conflict detected on relation \"public.conf_tab_part_1\": conflict=update_missi...
test
[01:39:24.598] 310/310 postgresql:subscription / subscription/034_conflict_resolver                    ERROR           2...
Linux - Debian Bookworm - Autoconf
tap
timed out waiting for match: (?^:ERROR:  conflict detected on relation \"public.conf_tab_part_1\": conflict=update_missi...
Linux - Debian Bookworm - Meson
tap
timed out waiting for match: (?^:ERROR:  conflict detected on relation \"public.conf_tab_part_1\": conflict=update_missi...
test
[01:41:31.460] 310/310 postgresql:subscription / subscription/034_conflict_resolver                    ERROR           1...
macOS - Sonoma - Meson
tap
timed out waiting for match: (?^:ERROR:  conflict detected on relation \"public.conf_tab_part_1\": conflict=update_missi...
test
[01:40:38.907] 310/310 postgresql:subscription / subscription/034_conflict_resolver                    ERROR           2...
Windows - Server 2019, VS 2019 - Meson & ninja
tap
timed out waiting for match: (?^:ERROR:  conflict detected on relation \"public.conf_tab_part_1\": conflict=update_missi...
test
[01:46:57.679] 305/305 postgresql:subscription / subscription/034_conflict_resolver                    ERROR           2...
51/4720 "unexpected duplicate for tablespace" problem in logical replication
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/00...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-09-30 00:05:40.166134000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_table.out	2024-09-30 00:07:17.865986...
@@ -3492,9 +3492,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37586 |            |             0 |       37586 | pktable_pkey
+ 37583 |            |             0 |       37583 | pktable
+ 37588 |            |             0 |       37588 | fktable
+ 38177 |            |             0 |       38187 | foo
+ 38191 |            |             0 |       38191 | pg_toast_38177_index
+ 38190 |            |             0 |       38190 | pg_toast_38177
+ 38401 |            |             0 |       38401 | old_oids
+ 38421 |            |             0 |       38421 | pg_toast_38418
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/recovery/027_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-09-30 00:05:40.166134000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/alter_table.out	2024-09-30 00:08:04.8180...
@@ -3492,9 +3492,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37631 |            |             0 |       37631 | pktable_pkey
+ 37628 |            |             0 |       37628 | pktable
+ 37633 |            |             0 |       37633 | fktable
+ 38118 |            |             0 |       38123 | foo
+ 38127 |            |             0 |       38127 | pg_toast_38118_index
+ 38126 |            |             0 |       38126 | pg_toast_38118
+ 38415 |            |             0 |       38415 | old_oids
+ 38434 |            |             0 |       38434 | pg_toast_38431
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/regress/regre...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-09-30 00:05:40.166134000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/alter_table.out	2024-09-30 00:07:14.140721000 +0000
@@ -3492,9 +3492,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37663 |            |             0 |       37663 | pktable_pkey
+ 37660 |            |             0 |       37660 | pktable
+ 37665 |            |             0 |       37665 | fktable
+ 38193 |            |             0 |       38198 | foo
+ 38202 |            |             0 |       38202 | pg_toast_38193_index
+ 38201 |            |             0 |       38201 | pg_toast_38193
+ 38428 |            |             0 |       38428 | old_oids
+ 38467 |            |             0 |       38467 | pg_toast_38464
...
tap
[00:07:24.405](61.657s) not ok 5 - regression tests pass
tap
[00:08:14.277](74.860s) not ok 2 - regression tests pass
test
[00:10:00.925]  40/309 postgresql:regress / regress/regress                                            ERROR            ...
[00:10:00.925]  88/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[00:10:00.925] 158/309 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_chec...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-09-30 00:05:53.169467212 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/alter_table.out	2024-09-30 00:10:24.492751891 +0000
@@ -3492,9 +3492,29 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 38191 |            |             0 |       38191 | forc_test
+ 37564 |            |             0 |       37564 | users_id_seq
+ 37569 |            |             0 |       37569 | pg_toast_37565
+ 37570 |            |             0 |       37570 | pg_toast_37565_index
+ 37565 |            |             0 |       37565 | users
+ 37902 |            |             0 |       37902 | foo
+ 38647 |            |             0 |       38647 | pg_toast_38644
+ 38648 |            |             0 |       38648 | pg_toast_38644_index
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/src/test/regress/results/al...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-09-30 00:05:53.169467212 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/alter_table.out	2024-09-30 00:09:04.660834969 +0000
@@ -3492,9 +3492,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37784 |            |             0 |       37784 | pktable_pkey
+ 37777 |            |             0 |       37777 | pktable
+ 37787 |            |             0 |       37787 | fktable
+ 38307 |            |             0 |       38312 | foo
+ 38316 |            |             0 |       38316 | pg_toast_38307_index
+ 38315 |            |             0 |       38315 | pg_toast_38307
+ 38570 |            |             0 |       38570 | old_oids
+ 38587 |            |             0 |       38587 | pg_toast_38584
...
tap
[00:10:38.481](124.076s) not ok 5 - regression tests pass
Linux - Debian Bookworm - Meson
core
[00:11:25.678] #0  0x00007fa3314aed24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[00:11:25.678] #1  0x00007fa33145b239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[00:11:25.678] #2  0x00007fa331516184 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[00:11:25.678] #3  0x00007fa3315287dc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[00:11:25.802] #0  0x00007f1dd728ed24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
core
[00:11:25.222] #0  <unavailable> in ?? ()
core
[00:11:25.803] #0  0x00007f1dd728ed24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[00:11:25.803] #1  0x00007f1dd723b239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[00:11:25.803] #2  0x00007f1dd723b497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[00:11:25.803] #3  0x000055e98e3cc5c1 in ?? ()
[00:11:25.803] #4  0x000055e98e3c6369 in ?? ()
[00:11:25.803] #5  0x000055e98e3c520f in ?? ()
[00:11:25.803] #6  0x000055e98e3c5c3b in ?? ()
[00:11:25.803] #7  0x000055e98e3c366f in ?? ()
[00:11:25.803] #8  0x00007f1dd722624a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[00:11:25.803] #9  0x00007f1dd7226305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[00:11:25.222] #0  0x00007f1dd728ed24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[00:11:25.222] #1  0x00007f1dd723b239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[00:11:25.222] #2  0x00007f1dd723b497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[00:11:25.222] #3  0x000055e98e3cc5f3 in ?? ()
[00:11:25.222] #4  0x000055e98e3c6369 in ?? ()
[00:11:25.222] #5  0x000055e98e3c520f in ?? ()
[00:11:25.222] #6  0x000055e98e3c5c3b in ?? ()
[00:11:25.222] #7  0x000055e98e3c366f in ?? ()
[00:11:25.222] #8  0x00007f1dd722624a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[00:11:25.222] #9  0x00007f1dd7226305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[00:11:25.678] #0  <unavailable> in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/00...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-09-30 00:05:53.166461464 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_table.out	2024-09-30 00:08:12.857977...
@@ -3492,9 +3492,29 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37888 |            |             0 |       37888 | users_id_seq
+ 37893 |            |             0 |       37893 | pg_toast_37889
+ 37894 |            |             0 |       37894 | pg_toast_37889_index
+ 37889 |            |             0 |       37889 | users
+ 38162 |            |             0 |       38162 | foo
+ 38407 |            |             0 |       38407 | forc_test
+ 38727 |            |             0 |       38727 | pg_toast_38724
+ 38728 |            |             0 |       38728 | pg_toast_38724_index
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/recovery/027_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-09-30 00:05:53.166461464 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/alter_table.out	2024-09-30 00:08:47.7019...
@@ -3492,9 +3492,29 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37751 |            |             0 |       37751 | users_id_seq
+ 37756 |            |             0 |       37756 | pg_toast_37752
+ 37757 |            |             0 |       37757 | pg_toast_37752_index
+ 37752 |            |             0 |       37752 | users
+ 37903 |            |             0 |       37903 | foo
+ 38187 |            |             0 |       38187 | forc_test
+ 38545 |            |             0 |       38545 | pg_toast_38542
+ 38546 |            |             0 |       38546 | pg_toast_38542_index
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/regress/regre...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-09-30 00:05:53.166461464 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/alter_table.out	2024-09-30 00:08:04.749980926 +0000
@@ -3492,9 +3492,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37703 |            |             0 |       37703 | pktable_pkey
+ 37700 |            |             0 |       37700 | pktable
+ 37706 |            |             0 |       37706 | fktable
+ 38148 |            |             0 |       38153 | foo
+ 38157 |            |             0 |       38157 | pg_toast_38148_index
+ 38156 |            |             0 |       38156 | pg_toast_38148
+ 38369 |            |             0 |       38369 | old_oids
+ 38388 |            |             0 |       38388 | pg_toast_38384
...
tap
[00:08:20.852](69.507s) not ok 5 - regression tests pass
tap
[00:08:53.750](68.863s) not ok 2 - regression tests pass
test
[00:10:29.926]  40/309 postgresql:regress / regress/regress                                            ERROR            ...
[00:10:29.926] 125/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[00:10:29.926] 153/309 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/alter_table.out C:/cirrus/build/testrun/pg_upgrade/002_...
--- C:/cirrus/src/test/regress/expected/alter_table.out	2024-09-30 00:05:54.366948000 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_table.out	2024-09-30 00:09:20.855374100 +0000
@@ -3492,9 +3492,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 36844 |            |             0 |       36844 | pktable_pkey
+ 36840 |            |             0 |       36840 | pktable
+ 36855 |            |             0 |       36855 | fktable
+ 37789 |            |             0 |       37794 | foo
+ 37798 |            |             0 |       37798 | pg_toast_37789_index
+ 37797 |            |             0 |       37797 | pg_toast_37789
+ 38040 |            |             0 |       38040 | old_oids
+ 38073 |            |             0 |       38073 | pg_toast_38068
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/alter_table.out C:/cirrus/build/testrun/recovery/027_st...
--- C:/cirrus/src/test/regress/expected/alter_table.out	2024-09-30 00:05:54.366948000 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/alter_table.out	2024-09-30 00:11:13.078488400 +0000
@@ -3492,9 +3492,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 36869 |            |             0 |       36869 | pktable_pkey
+ 36866 |            |             0 |       36866 | pktable
+ 36871 |            |             0 |       36871 | fktable
+ 37815 |            |             0 |       37820 | foo
+ 37824 |            |             0 |       37824 | pg_toast_37815_index
+ 37823 |            |             0 |       37823 | pg_toast_37815
+ 38033 |            |             0 |       38033 | old_oids
+ 38052 |            |             0 |       38052 | pg_toast_38049
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/alter_table.out C:/cirrus/build/testrun/regress/regress...
--- C:/cirrus/src/test/regress/expected/alter_table.out	2024-09-30 00:05:54.366948000 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/alter_table.out	2024-09-30 00:09:17.069250400 +0000
@@ -3492,9 +3492,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37026 |            |             0 |       37026 | pktable_pkey
+ 37023 |            |             0 |       37023 | pktable
+ 37132 |            |             0 |       37132 | fktable
+ 37809 |            |             0 |       37818 | foo
+ 37825 |            |             0 |       37825 | pg_toast_37809_index
+ 37822 |            |             0 |       37822 | pg_toast_37809
+ 38071 |            |             0 |       38071 | old_oids
+ 38091 |            |             0 |       38091 | pg_toast_38088
...
tap
[00:09:35.695](103.227s) not ok 5 - regression tests pass
tap
[00:11:27.960](102.074s) not ok 2 - regression tests pass
test
[00:17:48.015]  21/304 postgresql:regress / regress/regress                                            ERROR           1...
[00:17:48.015]  37/304 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[00:17:48.015]  79/304 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5031 Remove dependence on integer wrapping
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/date.out C:/cirrus/build/testrun/pg_upgrade/002_pg_upgr...
--- C:/cirrus/src/test/regress/expected/date.out	2024-09-30 00:04:08.657418200 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/date.out	2024-09-30 00:06:19.790722900 +0000
@@ -1533,4 +1533,4 @@
 select make_time(24, 0, 2.1);
 ERROR:  time field value out of range: 24:00:2.1
 SELECT make_date(-2147483648, 1, 1);
-ERROR:  date field value out of range: -2147483648-01-01
+ERROR:  date field value out of range: 24301-01-01
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/date.out C:/cirrus/build/testrun/recovery/027_stream_re...
--- C:/cirrus/src/test/regress/expected/date.out	2024-09-30 00:04:08.657418200 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/date.out	2024-09-30 00:08:38.973549500 +0000
@@ -1533,4 +1533,4 @@
 select make_time(24, 0, 2.1);
 ERROR:  time field value out of range: 24:00:2.1
 SELECT make_date(-2147483648, 1, 1);
-ERROR:  date field value out of range: -2147483648-01-01
+ERROR:  date field value out of range: 24301-01-01
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/date.out C:/cirrus/build/testrun/regress/regress/result...
--- C:/cirrus/src/test/regress/expected/date.out	2024-09-30 00:04:08.657418200 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/date.out	2024-09-30 00:06:13.281835600 +0000
@@ -1533,4 +1533,4 @@
 select make_time(24, 0, 2.1);
 ERROR:  time field value out of range: 24:00:2.1
 SELECT make_date(-2147483648, 1, 1);
-ERROR:  date field value out of range: -2147483648-01-01
+ERROR:  date field value out of range: 24301-01-01
tap
[00:08:23.922](129.615s) not ok 5 - regression tests pass
tap
[00:10:30.355](122.987s) not ok 2 - regression tests pass
test
[00:17:39.231]   7/304 postgresql:regress / regress/regress                                            ERROR           1...
[00:17:39.231]  42/304 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           2...
[00:17:39.231]  83/304 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/4888 Run deferred triggers in the correct security context
FreeBSD - 13 - Meson
core
[23:50:30.834] #0  0x00000b447db689fa in _write () from /lib/libc.so.7
[23:50:30.834] #1  0x00000b447db4be37 in ?? () from /lib/libc.so.7
[23:50:30.834] #2  0x00000b447db4401e in fflush_unlocked () from /lib/libc.so.7
[23:50:30.834] #3  0x00000b447db4ce6e in ?? () from /lib/libc.so.7
[23:50:30.834] #4  0x00000b447db4ccbb in vfprintf_l () from /lib/libc.so.7
[23:50:30.834] #5  0x00000b447db457bf in fprintf () from /lib/libc.so.7
[23:50:30.834] #6  0x00000b447dac683f in vwarnx () from /lib/libc.so.7
[23:50:30.834] #7  0x00000b447dac67d4 in warnx () from /lib/libc.so.7
[23:50:30.834] #8  0x00000b3c5c72caa3 in ?? ()
[23:50:30.834] #9  0x00000b3c5c72c8ad in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_p...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-09-29 23:45:08.500967000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/triggers.out	2024-09-29 23:46:04.348684000...
@@ -3731,7 +3731,9 @@
 -- test who runs deferred trigger functions
 -- setup
 create role groot;
+WARNING:  roles created by regression test cases should have names starting with "regress_"
 create role outis;
+WARNING:  roles created by regression test cases should have names starting with "regress_"
 create function whoami() returns trigger language plpgsql
 as $$
 begin
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/build/testrun/recovery/027_str...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-09-29 23:45:08.500967000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/triggers.out	2024-09-29 23:46:46.2936600...
@@ -3731,7 +3731,9 @@
 -- test who runs deferred trigger functions
 -- setup
 create role groot;
+WARNING:  roles created by regression test cases should have names starting with "regress_"
 create role outis;
+WARNING:  roles created by regression test cases should have names starting with "regress_"
 create function whoami() returns trigger language plpgsql
 as $$
 begin
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/build/testrun/regress/regress/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-09-29 23:45:08.500967000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/triggers.out	2024-09-29 23:46:04.460904000 +0000
@@ -3731,7 +3731,9 @@
 -- test who runs deferred trigger functions
 -- setup
 create role groot;
+WARNING:  roles created by regression test cases should have names starting with "regress_"
 create role outis;
+WARNING:  roles created by regression test cases should have names starting with "regress_"
 create function whoami() returns trigger language plpgsql
 as $$
 begin
tap
[23:46:49.525](59.288s) not ok 5 - regression tests pass
tap
[23:47:30.739](64.065s) not ok 2 - regression tests pass
test
[23:49:27.155]  14/309 postgresql:regress / regress/regress                                            ERROR            ...
[23:49:27.155]  79/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[23:49:27.155] 146/309 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
51/4929 apply_scanjoin_target_to_paths and partitionwise join
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-09-29 23:30:19.360831000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_join.out	2024-09-29 23:32:13.564...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/recovery/0...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-09-29 23:30:19.360831000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/partition_join.out	2024-09-29 23:32:55.1...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/regress/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-09-29 23:30:19.360831000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/partition_join.out	2024-09-29 23:32:11.561437000 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[23:32:17.071](68.284s) not ok 5 - regression tests pass
tap
[23:32:59.172](74.585s) not ok 2 - regression tests pass
test
[23:34:58.879]  42/309 postgresql:regress / regress/regress                                            ERROR            ...
[23:34:58.879]  91/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[23:34:58.879] 151/309 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_c...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-09-29 23:30:17.906982589 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/partition_join.out	2024-09-29 23:35:55.369058977 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/src/test/recovery/tmp_ch...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-09-29 23:30:17.906982589 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/partition_join.out	2024-09-29 23:37:44.721895100 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/src/test/regress/results...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-09-29 23:30:17.906982589 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/partition_join.out	2024-09-29 23:34:20.416307377 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[23:35:58.451](103.834s) not ok 5 - regression tests pass
tap
[23:37:47.246](48.263s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Meson
core
[23:36:16.102] #0  0x00007f707ae1795d in ?? () from /lib64/ld-linux-x86-64.so.2
[23:36:16.102] #1  0x00007f707adfbdfc in ?? () from /lib64/ld-linux-x86-64.so.2
[23:36:16.102] #2  0x00007f707adfc2c2 in ?? () from /lib64/ld-linux-x86-64.so.2
[23:36:16.102] #3  0x00007f707adff126 in ?? () from /lib64/ld-linux-x86-64.so.2
[23:36:16.102] #4  0x00007f707adf9261 in ?? () from /lib64/ld-linux-x86-64.so.2
[23:36:16.102] #5  0x00007f707ae0f2f1 in _dl_catch_exception () from /lib64/ld-linux-x86-64.so.2
[23:36:16.102] #6  0x00007f707adf95ca in ?? () from /lib64/ld-linux-x86-64.so.2
[23:36:16.102] #7  0x00007f707ae1497a in ?? () from /lib64/ld-linux-x86-64.so.2
[23:36:16.102] #8  0x00007f707ae1122f in ?? () from /lib64/ld-linux-x86-64.so.2
[23:36:16.102] #9  0x00007f707ae12bac in ?? () from /lib64/ld-linux-x86-64.so.2
core
[23:36:15.984] #0  0x00007fb7f0ea8b13 in wait4 () from /lib/x86_64-linux-gnu/libc.so.6
[23:36:15.984] #1  0x000055a08a114cc0 in ?? ()
[23:36:15.984] #2  0x000055a08a114efa in ?? ()
[23:36:15.984] #3  0x000055a08a116630 in ?? ()
[23:36:15.984] #4  0x000055a08a110371 in ?? ()
[23:36:15.984] #5  0x000055a08a10f20f in ?? ()
[23:36:15.984] #6  0x000055a08a10fc3b in ?? ()
[23:36:15.984] #7  0x000055a08a10d66f in ?? ()
[23:36:15.984] #8  0x00007fb7f0dfc24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[23:36:15.984] #9  0x00007fb7f0dfc305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-09-29 23:30:20.909209318 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_join.out	2024-09-29 23:33:07.673...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/recovery/0...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-09-29 23:30:20.909209318 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/partition_join.out	2024-09-29 23:33:39.6...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/regress/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-09-29 23:30:20.909209318 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/partition_join.out	2024-09-29 23:33:01.197749691 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[23:33:10.594](68.821s) not ok 5 - regression tests pass
tap
[23:33:42.701](67.673s) not ok 2 - regression tests pass
test
[23:35:19.715]  41/309 postgresql:regress / regress/regress                                            ERROR            ...
[23:35:19.715] 118/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[23:35:19.715] 153/309 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/partition_join.out /Users/admin/pgsql/build/testrun/pg_upgrade/002...
--- /Users/admin/pgsql/src/test/regress/expected/partition_join.out	2024-09-29 23:30:15
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_join.out	2024-09-29 23:32:30
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/partition_join.out /Users/admin/pgsql/build/testrun/recovery/027_s...
--- /Users/admin/pgsql/src/test/regress/expected/partition_join.out	2024-09-29 23:30:15
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/partition_join.out	2024-09-29 23:33:35
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/partition_join.out /Users/admin/pgsql/build/testrun/regress/regres...
--- /Users/admin/pgsql/src/test/regress/expected/partition_join.out	2024-09-29 23:30:15
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/partition_join.out	2024-09-29 23:32:27
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[23:32:33.462](60.096s) not ok 5 - regression tests pass
tap
[23:33:38.256](66.032s) not ok 2 - regression tests pass
test
[23:36:18.070]  28/309 postgresql:regress / regress/regress                                            ERROR            ...
[23:36:18.070]  49/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[23:36:18.070] 142/309 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/partition_join.out C:/cirrus/build/testrun/pg_upgrade/0...
--- C:/cirrus/src/test/regress/expected/partition_join.out	2024-09-29 23:30:29.801044800 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_join.out	2024-09-29 23:33:51.575217100 +000...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/partition_join.out C:/cirrus/build/testrun/recovery/027...
--- C:/cirrus/src/test/regress/expected/partition_join.out	2024-09-29 23:30:29.801044800 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/partition_join.out	2024-09-29 23:35:54.275117300 +0...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/partition_join.out C:/cirrus/build/testrun/regress/regr...
--- C:/cirrus/src/test/regress/expected/partition_join.out	2024-09-29 23:30:29.801044800 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/partition_join.out	2024-09-29 23:33:47.191901200 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[23:33:59.635](96.798s) not ok 5 - regression tests pass
tap
[23:36:03.172](110.297s) not ok 2 - regression tests pass
test
[23:41:40.934]  19/304 postgresql:regress / regress/regress                                            ERROR           1...
[23:41:40.934]  37/304 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[23:41:40.934]  92/304 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
49/3246 Parallelize correlated subqueries that execute within each worker
CompilerWarnings
compiler
[21:29:44.166] clauses.c:961:49: error: ‘save_safe_param_ids’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[21:29:13.786] clauses.c:961:49: error: ‘save_safe_param_ids’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[21:32:58.711] clauses.c:961:49: error: ‘save_safe_param_ids’ may be used uninitialized [-Werror=maybe-uninitialized]
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/select_parallel.out /tmp/cirrus-ci-build/build/testrun/pg_upgrad...
--- /tmp/cirrus-ci-build/src/test/regress/expected/select_parallel.out	2024-09-29 21:28:17.812776000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/select_parallel.out	2024-09-29 21:30:00.36...
@@ -451,26 +451,36 @@
   join tenk1 t3 on t3.stringu1 = tenk1.stringu1
   where tenk1.four = t.four
 );
-                                                                                                                       ...
------------------------------------------------------------------------------------------------------------------------...
- Seq Scan on public.tenk1 t
+                                                                                                                       ...
+-----------------------------------------------------------------------------------------------------------------------...
+ Hash Join
    Output: t.unique1, t.unique2, t.two, t.four, t.ten, t.twenty, t.hundred, t.thousand, t.twothousand, t.fivethous, t.t...
-   Filter: (SubPlan 1)
-   SubPlan 1
-     ->  Hash Join
-           Output: t.two
-           Hash Cond: (tenk1.stringu1 = t3.stringu1)
-           ->  Seq Scan on public.tenk1
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/select_parallel.out /tmp/cirrus-ci-build/build/testrun/recovery/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/select_parallel.out	2024-09-29 21:28:17.812776000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/select_parallel.out	2024-09-29 21:30:43....
@@ -451,26 +451,36 @@
   join tenk1 t3 on t3.stringu1 = tenk1.stringu1
   where tenk1.four = t.four
 );
-                                                                                                                       ...
------------------------------------------------------------------------------------------------------------------------...
- Seq Scan on public.tenk1 t
+                                                                                                                       ...
+-----------------------------------------------------------------------------------------------------------------------...
+ Hash Join
    Output: t.unique1, t.unique2, t.two, t.four, t.ten, t.twenty, t.hundred, t.thousand, t.twothousand, t.fivethous, t.t...
-   Filter: (SubPlan 1)
-   SubPlan 1
-     ->  Hash Join
-           Output: t.two
-           Hash Cond: (tenk1.stringu1 = t3.stringu1)
-           ->  Seq Scan on public.tenk1
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/select_parallel.out /tmp/cirrus-ci-build/build/testrun/regress/r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/select_parallel.out	2024-09-29 21:28:17.812776000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/select_parallel.out	2024-09-29 21:29:57.714959000 +0000
@@ -451,26 +451,36 @@
   join tenk1 t3 on t3.stringu1 = tenk1.stringu1
   where tenk1.four = t.four
 );
-                                                                                                                       ...
------------------------------------------------------------------------------------------------------------------------...
- Seq Scan on public.tenk1 t
+                                                                                                                       ...
+-----------------------------------------------------------------------------------------------------------------------...
+ Hash Join
    Output: t.unique1, t.unique2, t.two, t.four, t.ten, t.twenty, t.hundred, t.thousand, t.twothousand, t.fivethous, t.t...
-   Filter: (SubPlan 1)
-   SubPlan 1
-     ->  Hash Join
-           Output: t.two
-           Hash Cond: (tenk1.stringu1 = t3.stringu1)
-           ->  Seq Scan on public.tenk1
...
tap
[21:30:31.149](68.064s) not ok 5 - regression tests pass
tap
[21:31:11.280](70.062s) not ok 2 - regression tests pass
test
[21:33:07.397]  28/309 postgresql:regress / regress/regress                                            ERROR            ...
[21:33:07.397]  94/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[21:33:07.397] 149/309 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/select_parallel.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/select_parallel.out	2024-09-29 21:28:16.554677753 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/select_parallel.out	2024-09-29 21:34:02.757341506 +0000
@@ -451,26 +451,36 @@
   join tenk1 t3 on t3.stringu1 = tenk1.stringu1
   where tenk1.four = t.four
 );
-                                                                                                                       ...
------------------------------------------------------------------------------------------------------------------------...
- Seq Scan on public.tenk1 t
+                                                                                                                       ...
+-----------------------------------------------------------------------------------------------------------------------...
+ Hash Join
    Output: t.unique1, t.unique2, t.two, t.four, t.ten, t.twenty, t.hundred, t.thousand, t.twothousand, t.fivethous, t.t...
-   Filter: (SubPlan 1)
-   SubPlan 1
-     ->  Hash Join
-           Output: t.two
-           Hash Cond: (tenk1.stringu1 = t3.stringu1)
-           ->  Seq Scan on public.tenk1
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/select_parallel.out /tmp/cirrus-ci-build/src/test/recovery/tmp_c...
--- /tmp/cirrus-ci-build/src/test/regress/expected/select_parallel.out	2024-09-29 21:28:16.554677753 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/select_parallel.out	2024-09-29 21:35:40.985511862 +0000
@@ -451,26 +451,36 @@
   join tenk1 t3 on t3.stringu1 = tenk1.stringu1
   where tenk1.four = t.four
 );
-                                                                                                                       ...
------------------------------------------------------------------------------------------------------------------------...
- Seq Scan on public.tenk1 t
+                                                                                                                       ...
+-----------------------------------------------------------------------------------------------------------------------...
+ Hash Join
    Output: t.unique1, t.unique2, t.two, t.four, t.ten, t.twenty, t.hundred, t.thousand, t.twothousand, t.fivethous, t.t...
-   Filter: (SubPlan 1)
-   SubPlan 1
-     ->  Hash Join
-           Output: t.two
-           Hash Cond: (tenk1.stringu1 = t3.stringu1)
-           ->  Seq Scan on public.tenk1
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/select_parallel.out /tmp/cirrus-ci-build/src/test/regress/result...
--- /tmp/cirrus-ci-build/src/test/regress/expected/select_parallel.out	2024-09-29 21:28:16.554677753 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/select_parallel.out	2024-09-29 21:31:46.273488891 +0000
@@ -451,26 +451,36 @@
   join tenk1 t3 on t3.stringu1 = tenk1.stringu1
   where tenk1.four = t.four
 );
-                                                                                                                       ...
------------------------------------------------------------------------------------------------------------------------...
- Seq Scan on public.tenk1 t
+                                                                                                                       ...
+-----------------------------------------------------------------------------------------------------------------------...
+ Hash Join
    Output: t.unique1, t.unique2, t.two, t.four, t.ten, t.twenty, t.hundred, t.thousand, t.twothousand, t.fivethous, t.t...
-   Filter: (SubPlan 1)
-   SubPlan 1
-     ->  Hash Join
-           Output: t.two
-           Hash Cond: (tenk1.stringu1 = t3.stringu1)
-           ->  Seq Scan on public.tenk1
...
tap
[21:34:28.957](102.282s) not ok 5 - regression tests pass
tap
[21:36:00.423](58.156s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/select_parallel.out /tmp/cirrus-ci-build/build/testrun/pg_upgrad...
--- /tmp/cirrus-ci-build/src/test/regress/expected/select_parallel.out	2024-09-29 21:28:16.095001483 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/select_parallel.out	2024-09-29 21:31:31.75...
@@ -451,26 +451,36 @@
   join tenk1 t3 on t3.stringu1 = tenk1.stringu1
   where tenk1.four = t.four
 );
-                                                                                                                       ...
------------------------------------------------------------------------------------------------------------------------...
- Seq Scan on public.tenk1 t
+                                                                                                                       ...
+-----------------------------------------------------------------------------------------------------------------------...
+ Hash Join
    Output: t.unique1, t.unique2, t.two, t.four, t.ten, t.twenty, t.hundred, t.thousand, t.twothousand, t.fivethous, t.t...
-   Filter: (SubPlan 1)
-   SubPlan 1
-     ->  Hash Join
-           Output: t.two
-           Hash Cond: (tenk1.stringu1 = t3.stringu1)
-           ->  Seq Scan on public.tenk1
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/select_parallel.out /tmp/cirrus-ci-build/build/testrun/recovery/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/select_parallel.out	2024-09-29 21:28:16.095001483 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/select_parallel.out	2024-09-29 21:32:12....
@@ -451,26 +451,36 @@
   join tenk1 t3 on t3.stringu1 = tenk1.stringu1
   where tenk1.four = t.four
 );
-                                                                                                                       ...
------------------------------------------------------------------------------------------------------------------------...
- Seq Scan on public.tenk1 t
+                                                                                                                       ...
+-----------------------------------------------------------------------------------------------------------------------...
+ Hash Join
    Output: t.unique1, t.unique2, t.two, t.four, t.ten, t.twenty, t.hundred, t.thousand, t.twothousand, t.fivethous, t.t...
-   Filter: (SubPlan 1)
-   SubPlan 1
-     ->  Hash Join
-           Output: t.two
-           Hash Cond: (tenk1.stringu1 = t3.stringu1)
-           ->  Seq Scan on public.tenk1
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/select_parallel.out /tmp/cirrus-ci-build/build/testrun/regress/r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/select_parallel.out	2024-09-29 21:28:16.095001483 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/select_parallel.out	2024-09-29 21:31:29.104345850 +0000
@@ -451,26 +451,36 @@
   join tenk1 t3 on t3.stringu1 = tenk1.stringu1
   where tenk1.four = t.four
 );
-                                                                                                                       ...
------------------------------------------------------------------------------------------------------------------------...
- Seq Scan on public.tenk1 t
+                                                                                                                       ...
+-----------------------------------------------------------------------------------------------------------------------...
+ Hash Join
    Output: t.unique1, t.unique2, t.two, t.four, t.ten, t.twenty, t.hundred, t.thousand, t.twothousand, t.fivethous, t.t...
-   Filter: (SubPlan 1)
-   SubPlan 1
-     ->  Hash Join
-           Output: t.two
-           Hash Cond: (tenk1.stringu1 = t3.stringu1)
-           ->  Seq Scan on public.tenk1
...
tap
[21:31:57.712](70.913s) not ok 5 - regression tests pass
tap
[21:32:30.325](70.755s) not ok 2 - regression tests pass
test
[21:34:10.471]  33/309 postgresql:regress / regress/regress                                            ERROR            ...
[21:34:10.471] 125/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[21:34:10.471] 153/309 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/select_parallel.out /Users/admin/pgsql/build/testrun/pg_upgrade/00...
--- /Users/admin/pgsql/src/test/regress/expected/select_parallel.out	2024-09-29 21:28:21
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/select_parallel.out	2024-09-29 21:30:26
@@ -451,26 +451,36 @@
   join tenk1 t3 on t3.stringu1 = tenk1.stringu1
   where tenk1.four = t.four
 );
-                                                                                                                       ...
------------------------------------------------------------------------------------------------------------------------...
- Seq Scan on public.tenk1 t
+                                                                                                                       ...
+-----------------------------------------------------------------------------------------------------------------------...
+ Hash Join
    Output: t.unique1, t.unique2, t.two, t.four, t.ten, t.twenty, t.hundred, t.thousand, t.twothousand, t.fivethous, t.t...
-   Filter: (SubPlan 1)
-   SubPlan 1
-     ->  Hash Join
-           Output: t.two
-           Hash Cond: (tenk1.stringu1 = t3.stringu1)
-           ->  Seq Scan on public.tenk1
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/select_parallel.out /Users/admin/pgsql/build/testrun/recovery/027_...
--- /Users/admin/pgsql/src/test/regress/expected/select_parallel.out	2024-09-29 21:28:21
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/select_parallel.out	2024-09-29 21:31:31
@@ -451,26 +451,36 @@
   join tenk1 t3 on t3.stringu1 = tenk1.stringu1
   where tenk1.four = t.four
 );
-                                                                                                                       ...
------------------------------------------------------------------------------------------------------------------------...
- Seq Scan on public.tenk1 t
+                                                                                                                       ...
+-----------------------------------------------------------------------------------------------------------------------...
+ Hash Join
    Output: t.unique1, t.unique2, t.two, t.four, t.ten, t.twenty, t.hundred, t.thousand, t.twothousand, t.fivethous, t.t...
-   Filter: (SubPlan 1)
-   SubPlan 1
-     ->  Hash Join
-           Output: t.two
-           Hash Cond: (tenk1.stringu1 = t3.stringu1)
-           ->  Seq Scan on public.tenk1
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/select_parallel.out /Users/admin/pgsql/build/testrun/regress/regre...
--- /Users/admin/pgsql/src/test/regress/expected/select_parallel.out	2024-09-29 21:28:21
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/select_parallel.out	2024-09-29 21:30:26
@@ -451,26 +451,36 @@
   join tenk1 t3 on t3.stringu1 = tenk1.stringu1
   where tenk1.four = t.four
 );
-                                                                                                                       ...
------------------------------------------------------------------------------------------------------------------------...
- Seq Scan on public.tenk1 t
+                                                                                                                       ...
+-----------------------------------------------------------------------------------------------------------------------...
+ Hash Join
    Output: t.unique1, t.unique2, t.two, t.four, t.ten, t.twenty, t.hundred, t.thousand, t.twothousand, t.fivethous, t.t...
-   Filter: (SubPlan 1)
-   SubPlan 1
-     ->  Hash Join
-           Output: t.two
-           Hash Cond: (tenk1.stringu1 = t3.stringu1)
-           ->  Seq Scan on public.tenk1
...
tap
[21:30:42.645](52.837s) not ok 5 - regression tests pass
tap
[21:31:52.553](67.107s) not ok 2 - regression tests pass
test
[21:34:31.038]  26/309 postgresql:regress / regress/regress                                            ERROR            ...
[21:34:31.038]  46/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[21:34:31.038] 146/309 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/select_parallel.out C:/cirrus/build/testrun/pg_upgrade/...
--- C:/cirrus/src/test/regress/expected/select_parallel.out	2024-09-29 21:28:28.524331700 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/select_parallel.out	2024-09-29 21:31:37.171944500 +00...
@@ -451,26 +451,36 @@
   join tenk1 t3 on t3.stringu1 = tenk1.stringu1
   where tenk1.four = t.four
 );
-                                                                                                                       ...
------------------------------------------------------------------------------------------------------------------------...
- Seq Scan on public.tenk1 t
+                                                                                                                       ...
+-----------------------------------------------------------------------------------------------------------------------...
+ Hash Join
    Output: t.unique1, t.unique2, t.two, t.four, t.ten, t.twenty, t.hundred, t.thousand, t.twothousand, t.fivethous, t.t...
-   Filter: (SubPlan 1)
-   SubPlan 1
-     ->  Hash Join
-           Output: t.two
-           Hash Cond: (tenk1.stringu1 = t3.stringu1)
-           ->  Seq Scan on public.tenk1
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/select_parallel.out C:/cirrus/build/testrun/recovery/02...
--- C:/cirrus/src/test/regress/expected/select_parallel.out	2024-09-29 21:28:28.524331700 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/select_parallel.out	2024-09-29 21:33:58.633858300 +...
@@ -451,26 +451,36 @@
   join tenk1 t3 on t3.stringu1 = tenk1.stringu1
   where tenk1.four = t.four
 );
-                                                                                                                       ...
------------------------------------------------------------------------------------------------------------------------...
- Seq Scan on public.tenk1 t
+                                                                                                                       ...
+-----------------------------------------------------------------------------------------------------------------------...
+ Hash Join
    Output: t.unique1, t.unique2, t.two, t.four, t.ten, t.twenty, t.hundred, t.thousand, t.twothousand, t.fivethous, t.t...
-   Filter: (SubPlan 1)
-   SubPlan 1
-     ->  Hash Join
-           Output: t.two
-           Hash Cond: (tenk1.stringu1 = t3.stringu1)
-           ->  Seq Scan on public.tenk1
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/select_parallel.out C:/cirrus/build/testrun/regress/reg...
--- C:/cirrus/src/test/regress/expected/select_parallel.out	2024-09-29 21:28:28.524331700 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/select_parallel.out	2024-09-29 21:31:35.323798800 +0000
@@ -451,26 +451,36 @@
   join tenk1 t3 on t3.stringu1 = tenk1.stringu1
   where tenk1.four = t.four
 );
-                                                                                                                       ...
------------------------------------------------------------------------------------------------------------------------...
- Seq Scan on public.tenk1 t
+                                                                                                                       ...
+-----------------------------------------------------------------------------------------------------------------------...
+ Hash Join
    Output: t.unique1, t.unique2, t.two, t.four, t.ten, t.twenty, t.hundred, t.thousand, t.twothousand, t.fivethous, t.t...
-   Filter: (SubPlan 1)
-   SubPlan 1
-     ->  Hash Join
-           Output: t.two
-           Hash Cond: (tenk1.stringu1 = t3.stringu1)
-           ->  Seq Scan on public.tenk1
...
tap
[21:32:15.296](107.356s) not ok 5 - regression tests pass
tap
[21:34:36.092](118.712s) not ok 2 - regression tests pass
test
[21:41:02.642]  16/304 postgresql:regress / regress/regress                                            ERROR           1...
[21:41:02.642]  35/304 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[21:41:02.642]  90/304 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/4980 Expand applicability of aggregate's sortop optimization
FreeBSD - 13 - Meson
core
[20:46:50.161] #0  0x00001e31f6386ff0 in ?? ()
[20:46:50.161] #1  0x0000000000000000 in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/subselect.out /tmp/cirrus-ci-build/build/testrun/recovery/027_st...
--- /tmp/cirrus-ci-build/src/test/regress/expected/subselect.out	2024-09-29 20:40:47.625159000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/subselect.out	2024-09-29 20:43:11.892889...
@@ -1029,7 +1029,7 @@
    ->  Seq Scan on tenk1 t
          Filter: ((ANY (unique2 = (hashed SubPlan 2).col1)) OR (ten < 0))
          SubPlan 2
-           ->  Index Only Scan using tenk1_unique1 on tenk1 k
+           ->  Index Only Scan using idx_int4 on tenk1 k
 (5 rows)
 
 select count(*) from tenk1 t
@@ -1403,7 +1403,7 @@
    ->  Seq Scan on public.tenk1 b
          Output: b.unique1, b.unique2, b.two, b.four, b.ten, b.twenty, b.hundred, b.thousand, b.twothousand, b.fivethou...
    SubPlan 1
-     ->  Index Only Scan using tenk1_unique1 on public.tenk1 a
+     ->  Index Only Scan using idx_int4 on public.tenk1 a
            Output: a.unique1
 (10 rows)
...
tap
[20:43:57.177](69.625s) not ok 2 - regression tests pass
test
[20:45:45.879] 151/309 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/btree_index.out /tmp/cirrus-ci-build/src/test/regress/results/bt...
--- /tmp/cirrus-ci-build/src/test/regress/expected/btree_index.out	2024-09-29 20:40:44.908096597 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/btree_index.out	2024-09-29 20:45:36.751202607 +0000
@@ -212,13 +212,10 @@
 
 explain (costs off)
 select distinct hundred from tenk1 where hundred in (47, 48, 72, 82) order by hundred desc;
-                            QUERY PLAN                            
-------------------------------------------------------------------
- Unique
-   ->  Index Only Scan Backward using tenk1_hundred on tenk1
-         Index Cond: (hundred = ANY ('{47,48,72,82}'::integer[]))
-(3 rows)
-
+ERROR:  deadlock detected
+DETAIL:  Process 23009 waits for AccessShareLock on relation 24389 of database 16384; blocked by process 23023.
+Process 23023 waits for AccessExclusiveLock on relation 16418 of database 16384; blocked by process 23009.
+HINT:  See server log for query details.
 select distinct hundred from tenk1 where hundred in (47, 48, 72, 82) order by hundred desc;
  hundred 
...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/subselect.out C:/cirrus/build/testrun/recovery/027_stre...
--- C:/cirrus/src/test/regress/expected/subselect.out	2024-09-29 20:41:05.164475000 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/subselect.out	2024-09-29 20:45:31.189367000 +0000
@@ -1029,7 +1029,7 @@
    ->  Seq Scan on tenk1 t
          Filter: ((ANY (unique2 = (hashed SubPlan 2).col1)) OR (ten < 0))
          SubPlan 2
-           ->  Index Only Scan using tenk1_unique1 on tenk1 k
+           ->  Index Only Scan using idx_int4 on tenk1 k
 (5 rows)
 
 select count(*) from tenk1 t
@@ -1403,7 +1403,7 @@
    ->  Seq Scan on public.tenk1 b
          Output: b.unique1, b.unique2, b.two, b.four, b.ten, b.twenty, b.hundred, b.thousand, b.twothousand, b.fivethou...
    SubPlan 1
-     ->  Index Only Scan using tenk1_unique1 on public.tenk1 a
+     ->  Index Only Scan using idx_int4 on public.tenk1 a
            Output: a.unique1
 (10 rows)
...
tap
[20:46:43.464](102.787s) not ok 2 - regression tests pass
test
[20:52:57.698]  82/304 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/3461 In-place persistence change of a relation (fast ALTER TABLE ... SET LOGGED with wal_level=minimal)
CompilerWarnings
compiler
[20:29:54.641] simpleundolog.c:69:14: error: no previous extern declaration for non-static variable 'UndoRoutines' [-Wer...
compiler
[20:28:27.703] simpleundolog.c:69:14: error: no previous extern declaration for non-static variable 'UndoRoutines' [-Wer...
Linux - Debian Bookworm - Meson
core
[20:32:22.599] #0  <unavailable> in ?? ()
core
[20:32:22.470] #0  0x00007f33ea0a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[20:32:22.470] #1  0x00007f33ea05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[20:32:22.470] #2  0x00007f33ea045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[20:32:22.470] #3  0x00007f33ea21e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[20:32:22.470] #4  0x00007f33ea22aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[20:32:22.470] #5  0x00007f33ea20d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x56423be3fd20,...
[20:32:22.470] #6  0x000056423af37eef in ParseCommitRecord (info=<optimized out>, xlrec=<optimized out>, parsed=parsed@e...
[20:32:22.470] #7  0x000056423af8c323 in xact_redo (record=0x56423d9aa500) at ../src/backend/access/transam/xact.c:6430
[20:32:22.470] #8  0x000056423afaf8c6 in ApplyWalRecord (xlogreader=0x56423d9aa500, record=record@entry=0x7f33e5bcc920, ...
[20:32:22.470] #9  0x000056423afb550e in PerformWalRecovery () at ../src/backend/access/transam/xlogrecovery.c:1823
core
[20:32:21.984] #0  0x00007fa836836d24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[20:32:21.984] #1  0x00007fa8367e3239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[20:32:21.984] #2  0x00007fa8367e3497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[20:32:21.984] #3  0x0000562302ee25c1 in ?? ()
[20:32:21.984] #4  0x0000562302edc369 in ?? ()
[20:32:21.984] #5  0x0000562302edb20f in ?? ()
[20:32:21.984] #6  0x0000562302edbc3b in ?? ()
[20:32:21.984] #7  0x0000562302ed966f in ?? ()
[20:32:21.984] #8  0x00007fa8367ce24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[20:32:21.984] #9  0x00007fa8367ce305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[20:32:22.599] #0  0x00007fa836836d24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[20:32:22.599] #1  0x00007fa8367e3239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[20:32:22.599] #2  0x00007fa8367e3497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[20:32:22.599] #3  0x0000562302ee25f3 in ?? ()
[20:32:22.599] #4  0x0000562302edc369 in ?? ()
[20:32:22.599] #5  0x0000562302edb20f in ?? ()
[20:32:22.599] #6  0x0000562302edbc3b in ?? ()
[20:32:22.599] #7  0x0000562302ed966f in ?? ()
[20:32:22.599] #8  0x00007fa8367ce24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[20:32:22.599] #9  0x00007fa8367ce305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
tap
[20:31:18.005](225.285s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /tmp/cirrus-ci-build/src/test/recovery/t/027_stream_regress.pl line 103.
test
[20:31:18.204] 309/309 postgresql:recovery / recovery/027_stream_regress                               ERROR           2...
50/5239 Add parallel columns for pg_stat_statements
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/select.out /tmp/cirrus-ci-build/build/testrun/pg_stat_...
--- /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/select.out	2024-09-29 19:41:47.183673000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_stat_statements/regress/results/select.out	2024-09-29 19:44:45.375733000 +0000
@@ -2,14 +2,14 @@
 -- SELECT statements
 --
 CREATE EXTENSION pg_stat_statements;
+ERROR:  extension "pg_stat_statements" has no installation script nor update path for version "1.12"
 SET pg_stat_statements.track_utility = FALSE;
 SET pg_stat_statements.track_planning = TRUE;
 SELECT pg_stat_statements_reset() IS NOT NULL AS t;
- t 
----
- t
-(1 row)
-
+ERROR:  function pg_stat_statements_reset() does not exist
+LINE 1: SELECT pg_stat_statements_reset() IS NOT NULL AS t;
+               ^
+HINT:  No function matches the given name and argument types. You might need to add explicit type casts.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/test_ddl_deparse/expected/create_extension.out /tmp/cirrus-ci-build/build...
--- /tmp/cirrus-ci-build/src/test/modules/test_ddl_deparse/expected/create_extension.out	2024-09-29 19:41:48.601203000 +...
+++ /tmp/cirrus-ci-build/build/testrun/test_ddl_deparse/regress/results/create_extension.out	2024-09-29 19:44:59.9258420...
@@ -2,4 +2,4 @@
 --- CREATE_EXTENSION
 ---
 CREATE EXTENSION pg_stat_statements;
-NOTICE:  DDL test: type simple, tag CREATE EXTENSION
+ERROR:  extension "pg_stat_statements" has no installation script nor update path for version "1.12"
test
[19:46:56.813]  89/309 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
[19:46:56.813] 116/309 postgresql:test_ddl_deparse / test_ddl_deparse/regress                          ERROR            ...
[19:46:56.813] 156/309 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[19:46:56.813] 227/309 postgresql:pg_stat_statements / pg_stat_statements/010_restart                  ERROR            ...
Linux - Debian Bookworm - Meson
core
[19:50:17.526] #0  0x00005594ce87167c in ?? ()
[19:50:17.526] #1  0x00005594ce87189b in ?? ()
[19:50:17.526] #2  0x00005594ce872435 in ?? ()
[19:50:17.526] #3  0x00005594ce8605fb in ?? ()
[19:50:17.526] #4  0x00007f79690b624a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[19:50:17.526] #5  0x00007f79690b6305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
[19:50:17.526] #6  0x00005594ce860781 in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/select.out /tmp/cirrus-ci-build/build/testrun/pg_stat_...
--- /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/select.out	2024-09-29 19:41:46.629324346 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_stat_statements/regress/results/select.out	2024-09-29 19:47:20.177047492 +0000
@@ -2,14 +2,14 @@
 -- SELECT statements
 --
 CREATE EXTENSION pg_stat_statements;
+ERROR:  extension "pg_stat_statements" has no installation script nor update path for version "1.12"
 SET pg_stat_statements.track_utility = FALSE;
 SET pg_stat_statements.track_planning = TRUE;
 SELECT pg_stat_statements_reset() IS NOT NULL AS t;
- t 
----
- t
-(1 row)
-
+ERROR:  function pg_stat_statements_reset() does not exist
+LINE 1: SELECT pg_stat_statements_reset() IS NOT NULL AS t;
+               ^
+HINT:  No function matches the given name and argument types. You might need to add explicit type casts.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/test_ddl_deparse/expected/create_extension.out /tmp/cirrus-ci-build/build...
--- /tmp/cirrus-ci-build/src/test/modules/test_ddl_deparse/expected/create_extension.out	2024-09-29 19:41:48.413451696 +...
+++ /tmp/cirrus-ci-build/build/testrun/test_ddl_deparse/regress/results/create_extension.out	2024-09-29 19:47:32.3974332...
@@ -2,4 +2,4 @@
 --- CREATE_EXTENSION
 ---
 CREATE EXTENSION pg_stat_statements;
-NOTICE:  DDL test: type simple, tag CREATE EXTENSION
+ERROR:  extension "pg_stat_statements" has no installation script nor update path for version "1.12"
test
[19:49:18.782]  85/309 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
[19:49:18.782] 117/309 postgresql:test_ddl_deparse / test_ddl_deparse/regress                          ERROR            ...
[19:49:18.782] 153/309 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[19:49:18.782] 227/309 postgresql:pg_stat_statements / pg_stat_statements/010_restart                  ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/contrib/pg_stat_statements/expected/select.out C:/cirrus/build/testrun/pg_stat_st...
--- C:/cirrus/contrib/pg_stat_statements/expected/select.out	2024-09-29 19:41:53.299834200 +0000
+++ C:/cirrus/build/testrun/pg_stat_statements/regress/results/select.out	2024-09-29 19:48:09.508581300 +0000
@@ -2,14 +2,14 @@
 -- SELECT statements
 --
 CREATE EXTENSION pg_stat_statements;
+ERROR:  extension "pg_stat_statements" has no installation script nor update path for version "1.12"
 SET pg_stat_statements.track_utility = FALSE;
 SET pg_stat_statements.track_planning = TRUE;
 SELECT pg_stat_statements_reset() IS NOT NULL AS t;
- t 
----
- t
-(1 row)
-
+ERROR:  function pg_stat_statements_reset() does not exist
+LINE 1: SELECT pg_stat_statements_reset() IS NOT NULL AS t;
+               ^
+HINT:  No function matches the given name and argument types. You might need to add explicit type casts.
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/modules/test_ddl_deparse/expected/create_extension.out C:/cirrus/build/t...
--- C:/cirrus/src/test/modules/test_ddl_deparse/expected/create_extension.out	2024-09-29 19:41:57.228544000 +0000
+++ C:/cirrus/build/testrun/test_ddl_deparse/regress/results/create_extension.out	2024-09-29 19:48:38.739556900 +0000
@@ -2,4 +2,4 @@
 --- CREATE_EXTENSION
 ---
 CREATE EXTENSION pg_stat_statements;
-NOTICE:  DDL test: type simple, tag CREATE EXTENSION
+ERROR:  extension "pg_stat_statements" has no installation script nor update path for version "1.12"
test
[19:54:13.879]  89/304 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
[19:54:13.879] 107/304 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
[19:54:13.879] 123/304 postgresql:test_ddl_deparse / test_ddl_deparse/regress                          ERROR            ...
[19:54:13.879] 222/304 postgresql:pg_stat_statements / pg_stat_statements/010_restart                  ERROR            ...
49/4849 Implementing OCSP Stapling for Server certificate status verification
Linux - Debian Bookworm - Autoconf
tap
[19:02:20.434](0.522s) not ok 227 - connect with valid stapled ocsp response when sslocspstapling=1
[19:02:20.435](0.000s) not ok 228 - connect with valid stapled ocsp response when sslocspstapling=1: no stderr
Linux - Debian Bookworm - Meson
core
[19:04:15.630] #0  0x00007f60e416ed24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[19:04:15.630] #1  0x00007f60e411b239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[19:04:15.630] #2  0x00007f60e411b497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[19:04:15.630] #3  0x00005573cd8345f3 in ?? ()
[19:04:15.630] #4  0x00005573cd82e369 in ?? ()
[19:04:15.630] #5  0x00005573cd82d20f in ?? ()
[19:04:15.630] #6  0x00005573cd82dc3b in ?? ()
[19:04:15.630] #7  0x00005573cd82b66f in ?? ()
[19:04:15.630] #8  0x00007f60e410624a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[19:04:15.630] #9  0x00007f60e4106305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[19:04:15.512] #0  0x00007f60e416ed24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[19:04:15.512] #1  0x00007f60e411b239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[19:04:15.512] #2  0x00007f60e411b497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[19:04:15.512] #3  0x00005573cd8345c1 in ?? ()
[19:04:15.512] #4  0x00005573cd82e369 in ?? ()
[19:04:15.512] #5  0x00005573cd82d20f in ?? ()
[19:04:15.512] #6  0x00005573cd82dc3b in ?? ()
[19:04:15.512] #7  0x00005573cd82b66f in ?? ()
[19:04:15.512] #8  0x00007f60e410624a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[19:04:15.512] #9  0x00007f60e4106305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[19:04:15.630] #0  <unavailable> in ?? ()
tap
[19:03:10.023](0.224s) not ok 227 - connect with valid stapled ocsp response when sslocspstapling=1
[19:03:10.023](0.000s) not ok 228 - connect with valid stapled ocsp response when sslocspstapling=1: no stderr
test
[19:03:11.256] 309/309 postgresql:ssl / ssl/001_ssltests                                               ERROR            ...
macOS - Sonoma - Meson
tap
[19:04:17.417](0.231s) not ok 227 - connect with valid stapled ocsp response when sslocspstapling=1
[19:04:17.417](0.000s) not ok 228 - connect with valid stapled ocsp response when sslocspstapling=1: no stderr
test
[19:04:18.686] 309/309 postgresql:ssl / ssl/001_ssltests                                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[18:59:05.428] ../src/interfaces/libpq/fe-secure-openssl.c(2024): warning C4047: '=': 'X509 *' differs in levels of indi...
compiler
[18:59:05.508] fe-secure-openssl.c.obj : error LNK2019: unresolved external symbol SSL_get0_peer_certificate referenced ...
compiler
[18:59:04.901] ../src/interfaces/libpq/fe-secure-openssl.c(2024): warning C4047: '=': 'X509 *' differs in levels of indi...
51/5063 Improve EXPLAIN output for multicolumn B-Tree Index
CompilerWarnings
compiler
[15:31:47.726] nbtree.c:786:52: error: ‘stripped_indexquals’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[15:30:58.075] nbtree.c:786:52: error: ‘stripped_indexquals’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[15:38:03.760] nbtree.c:786:52: error: ‘stripped_indexquals’ may be used uninitialized [-Werror=maybe-uninitialized]
50/5270 jsonpath string methods: lower, upper, initcap, l/r/btrim, replace, split_part
CompilerWarnings
compiler
[15:03:37.173] jsonpath_exec.c:2829:13: error: mixing declarations and code is incompatible with standards before C99 [-...
compiler
[15:03:27.633] jsonpath_exec.c:2829:13: error: mixing declarations and code is incompatible with standards before C99 [-...
compiler
[15:02:56.215] jsonpath_exec.c:2829:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta...
compiler
[15:02:46.421] jsonpath_exec.c:2829:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta...
compiler
[15:04:03.304] jsonpath_exec.c:2829:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta...
Linux - Debian Bookworm - Meson
core
[15:11:15.830] #0  0xf7fb1559 in __kernel_vsyscall ()
[15:11:15.830] #1  0xf68f1582 in pthread_sigmask () from /lib/i386-linux-gnu/libc.so.6
[15:11:15.830] #2  0xf689b380 in sigprocmask () from /lib/i386-linux-gnu/libc.so.6
[15:11:15.830] #3  0xf6967f75 in ?? () from /lib/i386-linux-gnu/libc.so.6
[15:11:15.830] #4  0xf6985698 in ?? () from /lib/i386-linux-gnu/libc.so.6
core
[15:11:15.830] #0  <unavailable> in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out /tmp/cirrus-ci-build/build-32/testrun/pg_upgr...
--- /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out	2024-09-29 15:02:09.875931875 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/pg_upgrade/002_pg_upgrade/data/results/jsonb_jsonpath.out	2024-09-29 15:07:39....
@@ -3078,7 +3078,7 @@
 select jsonb_path_query('"abc~@~def~@~ghi"', '$.split_part("~@~", 2)');
  jsonb_path_query 
 ------------------
- "def"
+ ""
 (1 row)
 
 -- Test string methods play nicely together
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out /tmp/cirrus-ci-build/build-32/testrun/recover...
--- /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out	2024-09-29 15:02:09.875931875 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/recovery/027_stream_regress/data/results/jsonb_jsonpath.out	2024-09-29 15:08:1...
@@ -3078,7 +3078,7 @@
 select jsonb_path_query('"abc~@~def~@~ghi"', '$.split_part("~@~", 2)');
  jsonb_path_query 
 ------------------
- "def"
+ ""
 (1 row)
 
 -- Test string methods play nicely together
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out /tmp/cirrus-ci-build/build-32/testrun/regress...
--- /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out	2024-09-29 15:02:09.875931875 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/regress/regress/results/jsonb_jsonpath.out	2024-09-29 15:07:34.023141151 +0000
@@ -3078,7 +3078,7 @@
 select jsonb_path_query('"abc~@~def~@~ghi"', '$.split_part("~@~", 2)');
  jsonb_path_query 
 ------------------
- "def"
+ ""
 (1 row)
 
 -- Test string methods play nicely together
tap
[15:07:56.332](66.167s) not ok 5 - regression tests pass
tap
[15:08:27.816](65.258s) not ok 2 - regression tests pass
test
[15:10:08.879]  38/309 postgresql:regress / regress/regress                                            ERROR            ...
[15:10:08.879] 116/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[15:10:08.879] 149/309 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
50/5208 prefetching for nestloop / indexscan
FreeBSD - 13 - Meson
core
[14:36:00.272] #0  0x000000082b5648fa in _sigprocmask () from /lib/libc.so.7
[14:36:00.272] #1  0x000000082b59df91 in _system () from /lib/libc.so.7
[14:36:00.272] #2  0x000000082a7609d3 in ?? () from /lib/libthr.so.3
[14:36:00.272] #3  0x00000000006698a5 in RestoreArchivedFile (path=path@entry=0x82176a1d0 "pg_wal/00000003.history", xlo...
[14:36:00.272] #4  0x000000000067508e in XLogFileRead (segno=segno@entry=6, tli=tli@entry=2, source=source@entry=XLOG_FR...
[14:36:00.272] #5  0x0000000000670d6c in XLogFileReadAnyTLI (segno=6, source=XLOG_FROM_ANY) at ../src/backend/access/tra...
[14:36:00.272] #6  WaitForWALToBecomeAvailable (RecPtr=105149840, tliRecPtr=105149816, replayTLI=2, replayLSN=105149816,...
[14:36:00.272] #7  XLogPageRead (xlogreader=0x835abe130, targetPagePtr=105144320, reqLen=5520, targetRecPtr=105149816, r...
[14:36:00.272] #8  0x0000000000677d72 in ReadPageInternal (state=state@entry=0x835abe130, pageptr=105144320, reqLen=5520...
[14:36:00.272] #9  0x0000000000676be2 in XLogDecodeNextRecord (state=0x835abe130, nonblocking=false) at ../src/backend/a...
tap
[14:34:17.650](1.733s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[14:34:27.061] 290/309 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
Linux - Debian Bookworm - Autoconf
tap
[14:35:14.916](1.062s) not ok 1 - no parameters missing from postgresql.conf.sample
Linux - Debian Bookworm - Meson
tap
[14:36:42.764](0.461s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[14:36:53.028] 288/309 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
macOS - Sonoma - Meson
tap
[14:35:46.901](1.495s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[14:36:02.538] 290/309 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[14:41:17.910](2.188s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[14:41:47.200] 283/304 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
51/5252 Trim the heap free memory
CompilerWarnings
compiler
[13:06:05.479] postgres.c:2829:25: error: implicit declaration of function ‘malloc_trim’ [-Werror=implicit-function-decl...
compiler
[13:06:05.479] postgres.c:2826:47: error: implicit declaration of function ‘sbrk’ [-Werror=implicit-function-declaration...
compiler
[13:06:05.479] postgres.c:2826:47: error: initialization of ‘char *’ from ‘int’ makes pointer from integer without a cas...
compiler
[13:06:05.479] postgres.c:2830:33: error: assignment to ‘char *’ from ‘int’ makes pointer from integer without a cast [-...
Linux - Debian Bookworm - Autoconf
tap
[13:04:57.857](0.001s) not ok 29 - options --locale-provider=icu --locale=und --lc-*=C: no stderr
Linux - Debian Bookworm - Meson
tap
[13:06:46.750](0.001s) not ok 29 - options --locale-provider=icu --locale=und --lc-*=C: no stderr
test
[13:08:08.569] 164/309 postgresql:initdb / initdb/001_initdb                                           ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[13:04:34.485] ../src/backend/tcop/postgres.c(2826): warning C4047: 'initializing': 'char *' differs in levels of indire...
compiler
[13:04:44.622] tcop_postgres.c.obj : error LNK2019: unresolved external symbol sbrk referenced in function finish_xact_c...
compiler
[13:04:44.622] tcop_postgres.c.obj : error LNK2019: unresolved external symbol malloc_trim referenced in function finish...
compiler
[13:04:34.485] ../src/backend/tcop/postgres.c(2830): warning C4047: '=': 'char *' differs in levels of indirection from ...
51/5129 Asynchronous MergeAppend Execution
Windows - Server 2019, VS 2019 - Meson & ninja
tap
timed out waiting for match: (?^:Streaming transactions committing after ([A-F0-9]+/[A-F0-9]+), reading WAL from ([A-F0-...
test
[12:39:35.030] 175/304 postgresql:recovery / recovery/038_save_logical_slots_shutdown                  ERROR           2...
51/5093 Incremental Sort Cost Estimation Instability
CompilerWarnings
compiler
[12:04:29.618] costsize.c:2020:52: error: ‘ndist’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[12:04:00.403] costsize.c:2020:52: error: ‘ndist’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[12:08:06.327] costsize.c:2020:52: error: ‘ndist’ may be used uninitialized [-Werror=maybe-uninitialized]
51/5131 add log_transaction GUC setting
FreeBSD - 13 - Meson
tap
[11:09:08.767](1.728s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[11:09:19.386] 290/309 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
Linux - Debian Bookworm - Autoconf
tap
[11:12:57.901](2.077s) not ok 1 - no parameters missing from postgresql.conf.sample
Linux - Debian Bookworm - Meson
tap
[11:11:46.958](0.420s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[11:11:57.282] 288/309 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
macOS - Sonoma - Meson
tap
[11:10:28.065](0.948s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[11:10:42.230] 291/309 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[11:15:38.141](1.669s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[11:18:18.138] 283/304 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
51/5242 Fix RelationTruncate() corruption
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[09:54:50.016] ../src/backend/storage/smgr/smgr.c(710): warning C4098: 'smgrtruncate': 'void' function returning a value
51/5196 Use function smgrclose() to replace the loop
CompilerWarnings
compiler
[09:24:44.639] smgr.c:484:9: error: unused variable 'which' [-Werror,-Wunused-variable]
compiler
[09:24:44.639] smgr.c:279:13: error: unused variable 'forknum' [-Werror,-Wunused-variable]
compiler
[09:24:25.300] smgr.c:484:9: error: unused variable 'which' [-Werror,-Wunused-variable]
compiler
[09:24:25.300] smgr.c:279:13: error: unused variable 'forknum' [-Werror,-Wunused-variable]
compiler
[09:23:42.614] smgr.c:484:41: error: unused variable ‘which’ [-Werror=unused-variable]
compiler
[09:23:42.614] smgr.c:279:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
compiler
[09:23:19.924] smgr.c:484:41: error: unused variable ‘which’ [-Werror=unused-variable]
compiler
[09:23:19.924] smgr.c:279:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
compiler
[09:25:24.835] smgr.c:484:41: error: unused variable ‘which’ [-Werror=unused-variable]
compiler
[09:25:24.835] smgr.c:279:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
51/5061 New function rand_array() to contrib/tablefunc
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/tablefunc/expected/tablefunc.out /tmp/cirrus-ci-build/build/testrun/tablefunc/regr...
--- /tmp/cirrus-ci-build/contrib/tablefunc/expected/tablefunc.out	2024-09-29 08:21:15.505383000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/tablefunc/regress/results/tablefunc.out	2024-09-29 08:23:32.161145000 +0000
@@ -1,17 +1,20 @@
 CREATE EXTENSION tablefunc;
+ERROR:  extension "tablefunc" has no installation script nor update path for version "1.1"
 --
 -- normal_rand()
 -- no easy way to do this for regression testing
 --
 SELECT avg(normal_rand)::int, count(*) FROM normal_rand(100, 250, 0.2);
- avg | count 
------+-------
- 250 |   100
-(1 row)
-
+ERROR:  function normal_rand(integer, integer, numeric) does not exist
+LINE 1: SELECT avg(normal_rand)::int, count(*) FROM normal_rand(100,...
+                                                    ^
+HINT:  No function matches the given name and argument types. You might need to add explicit type casts.
...
tap
[08:22:45.419](0.030s) not ok 16 - startup deadlock: stats show conflict on standby
test
[08:25:35.911]  35/309 postgresql:recovery / recovery/031_recovery_conflict                            ERROR            ...
[08:25:35.911]  93/309 postgresql:tablefunc / tablefunc/regress                                        ERROR            ...
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/tablefunc/expected/tablefunc.out /tmp/cirrus-ci-build/build/testrun/tablefunc/regr...
--- /tmp/cirrus-ci-build/contrib/tablefunc/expected/tablefunc.out	2024-09-29 08:21:13.570009259 +0000
+++ /tmp/cirrus-ci-build/build/testrun/tablefunc/regress/results/tablefunc.out	2024-09-29 08:24:05.962355361 +0000
@@ -1,17 +1,20 @@
 CREATE EXTENSION tablefunc;
+ERROR:  extension "tablefunc" has no installation script nor update path for version "1.1"
 --
 -- normal_rand()
 -- no easy way to do this for regression testing
 --
 SELECT avg(normal_rand)::int, count(*) FROM normal_rand(100, 250, 0.2);
- avg | count 
------+-------
- 250 |   100
-(1 row)
-
+ERROR:  function normal_rand(integer, integer, numeric) does not exist
+LINE 1: SELECT avg(normal_rand)::int, count(*) FROM normal_rand(100,...
+                                                    ^
+HINT:  No function matches the given name and argument types. You might need to add explicit type casts.
...
test
[08:26:00.795]  91/309 postgresql:tablefunc / tablefunc/regress                                        ERROR            ...
macOS - Sonoma - Meson
core
[08:31:11.350]   * frame #0: 0x0000000196ae7d24 dyld`stat64 + 8
[08:31:11.350]     frame #1: 0x0000000196b4ac30 dyld`stat_with_subsystem + 56
[08:31:11.350]     frame #2: 0x0000000196b35c44 dyld`dyld3::stat(char const*, stat*) + 28
[08:31:11.350]     frame #3: 0x0000000196b0e2fc dyld`dyld4::SyscallDelegate::fileExists(char const*, dyld4::FileID*, int...
[08:31:11.350]     frame #4: 0x0000000196b0c12c dyld`invocation function for block in dyld4::PrebuiltLoader::invalidateI...
[08:31:11.350]     frame #5: 0x0000000196aedd08 dyld`dyld4::ProcessConfig::PathOverrides::forEachPathVariant(char const*...
[08:31:11.350]     frame #6: 0x0000000196b0bed0 dyld`dyld4::PrebuiltLoader::invalidateInIsolation(dyld4::RuntimeState co...
[08:31:11.350]     frame #7: 0x0000000196b0bbdc dyld`dyld4::PrebuiltLoader::isValid(dyld4::RuntimeState const&) const + ...
[08:31:11.350]     frame #8: 0x0000000196afaa08 dyld`dyld4::RuntimeState::findPrebuiltLoader(char const*) const + 104
[08:31:11.350]     frame #9: 0x0000000196afe8fc dyld`dyld4::Loader::makeDyldCacheLoader(Diagnostics&, dyld4::RuntimeStat...
regress
diff -U3 /Users/admin/pgsql/contrib/tablefunc/expected/tablefunc.out /Users/admin/pgsql/build/testrun/tablefunc/regress/...
--- /Users/admin/pgsql/contrib/tablefunc/expected/tablefunc.out	2024-09-29 08:21:12
+++ /Users/admin/pgsql/build/testrun/tablefunc/regress/results/tablefunc.out	2024-09-29 08:24:42
@@ -1,17 +1,20 @@
 CREATE EXTENSION tablefunc;
+ERROR:  extension "tablefunc" has no installation script nor update path for version "1.1"
 --
 -- normal_rand()
 -- no easy way to do this for regression testing
 --
 SELECT avg(normal_rand)::int, count(*) FROM normal_rand(100, 250, 0.2);
- avg | count 
------+-------
- 250 |   100
-(1 row)
-
+ERROR:  function normal_rand(integer, integer, numeric) does not exist
+LINE 1: SELECT avg(normal_rand)::int, count(*) FROM normal_rand(100,...
+                                                    ^
+HINT:  No function matches the given name and argument types. You might need to add explicit type casts.
...
test
[08:27:55.980]  91/309 postgresql:tablefunc / tablefunc/regress                                        ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/contrib/tablefunc/expected/tablefunc.out C:/cirrus/build/testrun/tablefunc/regres...
--- C:/cirrus/contrib/tablefunc/expected/tablefunc.out	2024-09-29 08:21:22.605191000 +0000
+++ C:/cirrus/build/testrun/tablefunc/regress/results/tablefunc.out	2024-09-29 08:28:05.113955800 +0000
@@ -1,17 +1,20 @@
 CREATE EXTENSION tablefunc;
+ERROR:  extension "tablefunc" has no installation script nor update path for version "1.1"
 --
 -- normal_rand()
 -- no easy way to do this for regression testing
 --
 SELECT avg(normal_rand)::int, count(*) FROM normal_rand(100, 250, 0.2);
- avg | count 
------+-------
- 250 |   100
-(1 row)
-
+ERROR:  function normal_rand(integer, integer, numeric) does not exist
+LINE 1: SELECT avg(normal_rand)::int, count(*) FROM normal_rand(100,...
+                                                    ^
+HINT:  No function matches the given name and argument types. You might need to add explicit type casts.
...
test
[08:34:20.489]  89/304 postgresql:tablefunc / tablefunc/regress                                        ERROR            ...
49/4982 support tid range scan in parallel
CompilerWarnings
compiler
[07:42:43.799] tableam.c:197:46: error: no member named 'phs_relid' in 'struct ParallelTableScanDescData'
compiler
[07:38:53.829] tableam.c:197:51: error: ‘struct ParallelTableScanDescData’ has no member named ‘phs_relid’
compiler
[07:45:26.254] tableam.c:197:51: error: ‘struct ParallelTableScanDescData’ has no member named ‘phs_relid’
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[07:36:52.408] ../src/backend/access/table/tableam.c(197): error C2039: 'phs_relid': is not a member of 'ParallelTableSc...
51/5151 DirtyScanshot index scan skips concurrently updated tuples
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/dirty_index_scan.out /tmp/cirrus-ci-build/build...
--- /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/dirty_index_scan.out	2024-09-29 06:59:36.350617000 +...
+++ /tmp/cirrus-ci-build/build/testrun/injection_points/isolation/results/dirty_index_scan.out	2024-09-29 07:09:01.14131...
@@ -36,4 +36,6 @@
                        
 (1 row)
 
+isolationtester: canceling step s1_s1 after 360 seconds
 step s1_s1: <... completed>
+ERROR:  canceling statement due to user request
test
[07:09:01.337] 309/309 postgresql:injection_points / injection_points/isolation                        ERROR           3...
49/4933 Use macro to define the number of enum values (was: Replace magic constant ...)
macOS - Sonoma - Meson
core
[05:23:20.676]   * frame #0: 0x00000001045729f4 dyld`strcmp + 68
[05:23:20.676]     frame #1: 0x00000001045c74fc dyld`invocation function for block in dyld3::MachOLoaded::getLayoutInfo(...
[05:23:20.676]     frame #2: 0x00000001045c3190 dyld`invocation function for block in dyld3::MachOFile::forEachSegment(v...
[05:23:20.676]     frame #3: 0x00000001045722fc dyld`dyld3::MachOFile::forEachLoadCommand(Diagnostics&, void (load_comma...
[05:23:20.676]     frame #4: 0x00000001045c2f64 dyld`dyld3::MachOFile::forEachSegment(void (dyld3::MachOFile::SegmentInf...
[05:23:20.676]     frame #5: 0x00000001045c74a4 dyld`dyld3::MachOLoaded::getLinkEditPointers(Diagnostics&, dyld3::MachOL...
[05:23:20.676]     frame #6: 0x00000001045d0458 dyld`dyld3::MachOAnalyzer::withChainStarts(Diagnostics&, unsigned long l...
[05:23:20.676]     frame #7: 0x00000001045758d4 dyld`start + 300
tap
[05:19:05.311](0.000s) not ok 361 - pgbench script error: setshell no such command stderr /(?^:could not read result )/
test
[05:20:10.035] 213/309 postgresql:pgbench / pgbench/001_pgbench_with_server                            ERROR            ...
51/5099 CREATE OR REPLACE MATERIALIZED VIEW
FreeBSD - 13 - Meson
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 194, PID: 10756
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 194, PID: 17502
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 194, PID: 10797
core
[04:56:03.229] #0  0x000000082cb1441a in thr_kill () from /lib/libc.so.7
[04:56:03.229] #1  0x000000082ca8de64 in raise () from /lib/libc.so.7
[04:56:03.229] #2  0x000000082cb3e6f9 in abort () from /lib/libc.so.7
[04:56:03.229] #3  0x0000000000a91385 in ExceptionalCondition (conditionName=0x2e76d7 "queryDesc->sourceText != NULL", f...
[04:56:03.229] #4  0x0000000000764f79 in standard_ExecutorStart (queryDesc=0x83747e088, eflags=0) at ../src/backend/exec...
[04:56:03.229] #5  0x00000000006fb625 in refresh_matview_datafill (dest=<optimized out>, query=<optimized out>, queryStr...
[04:56:03.229] #6  RefreshMatViewByOid (matviewOid=27386, is_create=<optimized out>, skipData=<optimized out>, concurren...
[04:56:03.229] #7  0x00000000006fb206 in ExecRefreshMatView (stmt=<optimized out>, queryString=queryString@entry=0x0, qc...
[04:56:03.229] #8  0x00000000006d27cc in ExecCreateTableAs (pstate=pstate@entry=0x837519900, stmt=stmt@entry=0x8375a5fd0...
[04:56:03.229] #9  0x000000000093dc38 in ProcessUtilitySlow (pstate=pstate@entry=0x837519900, pstmt=pstmt@entry=0x837407...
core
[04:56:02.439] #0  0x000000082d25441a in thr_kill () from /lib/libc.so.7
[04:56:02.439] #1  0x000000082d1cde64 in raise () from /lib/libc.so.7
[04:56:02.439] #2  0x000000082d27e6f9 in abort () from /lib/libc.so.7
[04:56:02.439] #3  0x0000000000a91385 in ExceptionalCondition (conditionName=0x2e76d7 "queryDesc->sourceText != NULL", f...
[04:56:02.439] #4  0x0000000000764f79 in standard_ExecutorStart (queryDesc=0x8369a3088, eflags=0) at ../src/backend/exec...
[04:56:02.439] #5  0x00000000006fb625 in refresh_matview_datafill (dest=<optimized out>, query=<optimized out>, queryStr...
[04:56:02.439] #6  RefreshMatViewByOid (matviewOid=27172, is_create=<optimized out>, skipData=<optimized out>, concurren...
[04:56:02.439] #7  0x00000000006fb206 in ExecRefreshMatView (stmt=<optimized out>, queryString=queryString@entry=0x0, qc...
[04:56:02.439] #8  0x00000000006d27cc in ExecCreateTableAs (pstate=pstate@entry=0x844b24900, stmt=stmt@entry=0x8368ccfd0...
[04:56:02.439] #9  0x000000000093dc38 in ProcessUtilitySlow (pstate=pstate@entry=0x844b24900, pstmt=pstmt@entry=0x836826...
core
[04:56:04.052] #0  0x000000082ba3641a in thr_kill () from /lib/libc.so.7
[04:56:04.052] #1  0x000000082b9afe64 in raise () from /lib/libc.so.7
[04:56:04.052] #2  0x000000082ba606f9 in abort () from /lib/libc.so.7
[04:56:04.052] #3  0x0000000000a91385 in ExceptionalCondition (conditionName=0x2e76d7 "queryDesc->sourceText != NULL", f...
[04:56:04.052] #4  0x0000000000764f79 in standard_ExecutorStart (queryDesc=0x833a10088, eflags=0) at ../src/backend/exec...
[04:56:04.052] #5  0x0000000835c0a862 in pgss_ExecutorStart (queryDesc=0x833a10088, eflags=6) at ../contrib/pg_stat_stat...
[04:56:04.052] #6  0x00000000006fb625 in refresh_matview_datafill (dest=<optimized out>, query=<optimized out>, queryStr...
[04:56:04.052] #7  RefreshMatViewByOid (matviewOid=27304, is_create=<optimized out>, skipData=<optimized out>, concurren...
[04:56:04.052] #8  0x00000000006fb206 in ExecRefreshMatView (stmt=<optimized out>, queryString=queryString@entry=0x0, qc...
[04:56:04.052] #9  0x00000000006d27cc in ExecCreateTableAs (pstate=pstate@entry=0x8391dc500, stmt=stmt@entry=0x83391bfd0...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_up...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-09-29 04:49:57.108499000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/brin.out	2024-09-29 04:52:04.473597000 +00...
@@ -578,4 +578,10 @@
 CREATE INDEX brin_insert_optimization_idx ON brin_insert_optimization USING brin (a);
 UPDATE brin_insert_optimization SET a = a;
 REINDEX INDEX CONCURRENTLY brin_insert_optimization_idx;
-DROP TABLE brin_insert_optimization;
+WARNING:  terminating connection because of crash of another server process
+DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because anothe...
+HINT:  In a moment you should be able to reconnect to the database and repeat your command.
+server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
+connection to server was lost
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/privileges.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002...
--- /tmp/cirrus-ci-build/src/test/regress/expected/privileges.out	2024-09-29 04:49:57.162542000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/privileges.out	2024-09-29 04:52:04.4724920...
@@ -1775,1417 +1775,10 @@
 -- Do the same concurrently
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-09-29 04:49:57.108499000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/brin.out	2024-09-29 04:52:39.628472000 +...
@@ -505,77 +505,10 @@
 -- test brin cost estimates behave sanely based on correlation of values
 CREATE TABLE brin_test (a INT, b INT);
 INSERT INTO brin_test SELECT x/100,x%100 FROM generate_series(1,10000) x(x);
-CREATE INDEX brin_test_a_idx ON brin_test USING brin (a) WITH (pages_per_range = 2);
-CREATE INDEX brin_test_b_idx ON brin_test USING brin (b) WITH (pages_per_range = 2);
-VACUUM ANALYZE brin_test;
--- Ensure brin index is used when columns are perfectly correlated
-EXPLAIN (COSTS OFF) SELECT * FROM brin_test WHERE a = 1;
-                 QUERY PLAN                 
---------------------------------------------
- Bitmap Heap Scan on brin_test
-   Recheck Cond: (a = 1)
-   ->  Bitmap Index Scan on brin_test_a_idx
-         Index Cond: (a = 1)
-(4 rows)
-
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/privileges.out /tmp/cirrus-ci-build/build/testrun/regress/regres...
--- /tmp/cirrus-ci-build/src/test/regress/expected/privileges.out	2024-09-29 04:49:57.162542000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/privileges.out	2024-09-29 04:52:04.195589000 +0000
@@ -1775,1417 +1775,10 @@
 -- Do the same concurrently
 CREATE INDEX CONCURRENTLY sro_idx ON sro_tab ((sro_ifun(a) + sro_ifun(0)))
 	WHERE sro_ifun(a + 10) > sro_ifun(10);
--- REINDEX
-REINDEX TABLE sro_tab;
-REINDEX INDEX sro_idx;
-REINDEX TABLE CONCURRENTLY sro_tab;
-DROP INDEX sro_idx;
--- CLUSTER
-CREATE INDEX sro_cluster_idx ON sro_tab ((sro_ifun(a) + sro_ifun(0)));
-CLUSTER sro_tab USING sro_cluster_idx;
-DROP INDEX sro_cluster_idx;
--- BRIN index
-CREATE INDEX sro_brin ON sro_tab USING brin ((sro_ifun(a) + sro_ifun(0)));
-SELECT brin_desummarize_range('sro_brin', 0);
- brin_desummarize_range 
...
tap
[04:52:06.335](24.777s) not ok 5 - regression tests pass
[04:52:07.795](1.456s) not ok 6 - dump before running pg_upgrade
tap
[04:52:40.590](25.306s) not ok 2 - regression tests pass
test
[04:54:58.137]  21/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[04:54:58.137]  26/309 postgresql:regress / regress/regress                                            ERROR            ...
[04:54:58.137]  48/309 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "execMain.c", Line: 194, PID: 31797
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "execMain.c", Line: 194, PID: 23815
core
[04:57:26.130] #0  0x00007fc598cabe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:57:26.130] #1  0x00007fc598c5cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:57:26.130] #2  0x00007fc598c47472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:57:26.130] #3  0x00005599169b0931 in ExceptionalCondition (conditionName=conditionName@entry=0x559916c8bbc0 "queryDe...
[04:57:26.130] #4  0x00005599161b4a96 in standard_ExecutorStart (queryDesc=queryDesc@entry=0x625000182d20, eflags=eflags...
[04:57:26.130] #5  0x00005599161b4ccb in ExecutorStart (queryDesc=queryDesc@entry=0x625000182d20, eflags=eflags@entry=0)...
[04:57:26.130] #6  0x00005599160acedc in refresh_matview_datafill (dest=0x62500017f5a8, query=<optimized out>, query@ent...
[04:57:26.130] #7  0x00005599160af605 in RefreshMatViewByOid (matviewOid=<optimized out>, is_create=is_create@entry=fals...
[04:57:26.130] #8  0x00005599160af811 in ExecRefreshMatView (stmt=0x621000001e30, queryString=queryString@entry=0x0, qc=...
[04:57:26.130] #9  0x0000559916050358 in ExecCreateTableAs (pstate=pstate@entry=0x619000048e80, stmt=stmt@entry=0x625000...
core
[04:57:24.906] #0  0x00007fe71daabe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:57:24.906] #1  0x00007fe71da5cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:57:24.906] #2  0x00007fe71da47472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:57:24.906] #3  0x00005635b5fd1931 in ExceptionalCondition (conditionName=conditionName@entry=0x5635b62acbc0 "queryDe...
[04:57:24.906] #4  0x00005635b57d5a96 in standard_ExecutorStart (queryDesc=queryDesc@entry=0x625000248520, eflags=eflags...
[04:57:24.906] #5  0x00005635b57d5ccb in ExecutorStart (queryDesc=queryDesc@entry=0x625000248520, eflags=eflags@entry=0)...
[04:57:24.906] #6  0x00005635b56cdedc in refresh_matview_datafill (dest=0x62500020b5a8, query=<optimized out>, query@ent...
[04:57:24.906] #7  0x00005635b56d0605 in RefreshMatViewByOid (matviewOid=<optimized out>, is_create=is_create@entry=fals...
[04:57:24.906] #8  0x00005635b56d0811 in ExecRefreshMatView (stmt=0x621000031630, queryString=queryString@entry=0x0, qc=...
[04:57:24.906] #9  0x00005635b5671358 in ExecCreateTableAs (pstate=pstate@entry=0x6190000ba580, stmt=stmt@entry=0x625000...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/resul...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-09-29 04:49:57.231587889 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/brin.out	2024-09-29 04:56:00.426944350 +0000
@@ -539,43 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/src/test/regress/results/brin.out
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-09-29 04:49:57.231587889 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/brin.out	2024-09-29 04:54:51.278450950 +0000
@@ -539,43 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
tap
[04:56:05.478](42.295s) not ok 5 - regression tests pass
[04:56:10.394](4.872s) not ok 6 - dump before running pg_upgrade
Linux - Debian Bookworm - Meson
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 194, PID: 30021
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 194, PID: 36504
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 194, PID: 29424
core
[04:58:09.364] #0  0x00007fcd906a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:58:09.364] #1  0x00007fcd9065afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:58:09.364] #2  0x00007fcd90645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:58:09.364] #3  0x000055f8ac9a028e in ExceptionalCondition (conditionName=conditionName@entry=0x55f8acc11dad "queryDe...
[04:58:09.364] #4  0x000055f8ac32a7c7 in standard_ExecutorStart (queryDesc=queryDesc@entry=0x55f8ae66a5f0, eflags=eflags...
[04:58:09.364] #5  0x000055f8ac32a9a3 in ExecutorStart (queryDesc=queryDesc@entry=0x55f8ae66a5f0, eflags=eflags@entry=0)...
[04:58:09.364] #6  0x000055f8ac2508f8 in refresh_matview_datafill (dest=0x55f8ae61fa78, query=<optimized out>, query@ent...
[04:58:09.364] #7  0x000055f8ac252c5f in RefreshMatViewByOid (matviewOid=27459, is_create=is_create@entry=false, skipDat...
[04:58:09.364] #8  0x000055f8ac252d9e in ExecRefreshMatView (stmt=0x55f8ae600240, queryString=queryString@entry=0x0, qc=...
[04:58:09.364] #9  0x000055f8ac209719 in ExecCreateTableAs (pstate=pstate@entry=0x55f8ae622ee0, stmt=stmt@entry=0x55f8ae...
core
[04:58:07.974] #0  0x00007f416f6a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:58:07.974] #1  0x00007f416f65afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:58:07.974] #2  0x00007f416f645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:58:07.974] #3  0x000056127fcda28e in ExceptionalCondition (conditionName=conditionName@entry=0x56127ff4bdad "queryDe...
[04:58:07.974] #4  0x000056127f6647c7 in standard_ExecutorStart (queryDesc=queryDesc@entry=0x56128194dbf0, eflags=eflags...
[04:58:07.974] #5  0x000056127f6649a3 in ExecutorStart (queryDesc=queryDesc@entry=0x56128194dbf0, eflags=eflags@entry=0)...
[04:58:07.974] #6  0x000056127f58a8f8 in refresh_matview_datafill (dest=0x5612818be368, query=<optimized out>, query@ent...
[04:58:07.974] #7  0x000056127f58cc5f in RefreshMatViewByOid (matviewOid=27401, is_create=is_create@entry=false, skipDat...
[04:58:07.974] #8  0x000056127f58cd9e in ExecRefreshMatView (stmt=0x5612818d1c40, queryString=queryString@entry=0x0, qc=...
[04:58:07.974] #9  0x000056127f543719 in ExecCreateTableAs (pstate=pstate@entry=0x5612818e53a0, stmt=stmt@entry=0x561281...
core
[04:58:10.759] #0  0x00007f46568a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:58:10.759] #1  0x00007f465685afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:58:10.759] #2  0x00007f4656845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:58:10.759] #3  0x000055d89ff7628e in ExceptionalCondition (conditionName=conditionName@entry=0x55d8a01e7dad "queryDe...
[04:58:10.759] #4  0x000055d89f9007c7 in standard_ExecutorStart (queryDesc=0x55d8a1ffca20, eflags=0) at ../src/backend/e...
[04:58:10.759] #5  0x00007f4653f616f7 in pgss_ExecutorStart (queryDesc=0x55d8a1ffca20, eflags=<optimized out>) at ../con...
[04:58:10.759] #6  0x000055d89f90095c in ExecutorStart (queryDesc=queryDesc@entry=0x55d8a1ffca20, eflags=eflags@entry=0)...
[04:58:10.759] #7  0x000055d89f8268f8 in refresh_matview_datafill (dest=0x55d8a1f83558, query=<optimized out>, query@ent...
[04:58:10.759] #8  0x000055d89f828c5f in RefreshMatViewByOid (matviewOid=27377, is_create=is_create@entry=false, skipDat...
[04:58:10.759] #9  0x000055d89f828d9e in ExecRefreshMatView (stmt=0x55d8a1f37d80, queryString=queryString@entry=0x0, qc=...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_up...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-09-29 04:49:57.957540774 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/brin.out	2024-09-29 04:54:48.236725688 +00...
@@ -539,43 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-09-29 04:49:57.957540774 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/brin.out	2024-09-29 04:55:18.972703975 +...
@@ -363,219 +363,10 @@
 	END LOOP;
 END;
 $x$;
-RESET enable_seqscan;
-RESET enable_bitmapscan;
-INSERT INTO brintest SELECT
-	repeat(stringu1, 42)::bytea,
-	substr(stringu1, 1, 1)::"char",
-	stringu1::name, 142857 * tenthous,
-	thousand,
-	twothousand,
-	repeat(stringu1, 42),
-	unique1::oid,
-	format('(%s,%s)', tenthous, twenty)::tid,
-	(four + 1.0)/(hundred+1),
-	odd::float8 / (tenthous + 1),
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/build/testrun/regress/regress/resu...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-09-29 04:49:57.957540774 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/brin.out	2024-09-29 04:54:44.740728494 +0000
@@ -539,43 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
tap
[04:54:51.793](25.738s) not ok 5 - regression tests pass
[04:54:53.807](2.001s) not ok 6 - dump before running pg_upgrade
tap
[04:55:21.239](23.516s) not ok 2 - regression tests pass
test
[04:57:11.622]  26/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[04:57:11.622]  21/309 postgresql:regress / regress/regress                                            ERROR            ...
[04:57:11.622]  50/309 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
macOS - Sonoma - Meson
test
[04:58:31.779]  30/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[04:58:31.779]  39/309 postgresql:regress / regress/regress                                            ERROR           1...
[04:58:31.779]  91/309 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 194, PID: 5416
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 194, PID: 5028
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 194, PID: 5128
core
000000dd`b63ff768 00007ffe`0161d71e     ntdll!NtWaitForSingleObject+0x14
000000dd`b63ff770 00007ff7`3bc9090c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000dd`b63ff810 00007ffe`03894cb0     postgres!pg_timer_thread(
000000dd`b63ff850 00007ffe`03bdecdb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`b63ff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`b5fff728 00007ffe`016645ca     ntdll!NtFsControlFile+0x14
000000dd`b5fff730 00007ff7`3bc8ee6b     KERNELBASE!ConnectNamedPipe+0x6a
000000dd`b5fff7a0 00007ffe`03894cb0     postgres!pg_signal_thread(
000000dd`b5fff8a0 00007ffe`03bdecdb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`b5fff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`b57ff518 00007ffe`03b6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dd`b57ff520 00007ffe`03894cb0     ntdll!TppWorkerThread+0x2df
000000dd`b57ff810 00007ffe`03bdecdb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`b57ff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`b5bff4d8 00007ffe`03b6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dd`b5bff4e0 00007ffe`03894cb0     ntdll!TppWorkerThread+0x2df
000000dd`b5bff7d0 00007ffe`03bdecdb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`b5bff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`b53fdf10 00007ff7`3bfd23c8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000dd`b53fdf50 00007ff7`3babccb9     postgres!ExceptionalCondition(
000000dd`b53fdf90 00007ffd`f4a02c76     postgres!standard_ExecutorStart(
000000dd`b53fdfe0 00007ff7`3babcb2a     pg_stat_statements!pgss_ExecutorStart(
000000dd`b53fe020 00007ff7`3ba11109     postgres!ExecutorStart(
000000dd`b53fe050 00007ff7`3ba10aa0     postgres!refresh_matview_datafill(
000000dd`b53fe0e0 00007ff7`3ba10308     postgres!RefreshMatViewByOid(
000000dd`b53fe330 00007ff7`3b9d023b     postgres!ExecRefreshMatView(
000000dd`b53fe3b0 00007ff7`3bdaa677     postgres!ExecCreateTableAs(
000000dd`b53fe4c0 00007ff7`3bda633f     postgres!ProcessUtilitySlow(
core
00000079`d41ff828 00007ffe`016645ca     ntdll!NtFsControlFile+0x14
00000079`d41ff830 00007ff7`3bc8ee6b     KERNELBASE!ConnectNamedPipe+0x6a
00000079`d41ff8a0 00007ffe`03894cb0     postgres!pg_signal_thread(
00000079`d41ff9a0 00007ffe`03bdecdb     KERNEL32!BaseThreadInitThunk+0x10
00000079`d41ff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000079`d39fe4a0 00007ff7`3bfd23c8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000079`d39fe4e0 00007ff7`3babccb9     postgres!ExceptionalCondition(
00000079`d39fe520 00007ff7`3babcb3a     postgres!standard_ExecutorStart(
00000079`d39fe570 00007ff7`3ba11109     postgres!ExecutorStart(
00000079`d39fe5a0 00007ff7`3ba10aa0     postgres!refresh_matview_datafill(
00000079`d39fe630 00007ff7`3ba10308     postgres!RefreshMatViewByOid(
00000079`d39fe880 00007ff7`3b9d023b     postgres!ExecRefreshMatView(
00000079`d39fe900 00007ff7`3bdaa677     postgres!ExecCreateTableAs(
00000079`d39fea10 00007ff7`3bda633f     postgres!ProcessUtilitySlow(
00000079`d39ff330 00007ff7`3bda5289     postgres!standard_ProcessUtility(
core
00000079`d3dff668 00007ffe`03b6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000079`d3dff670 00007ffe`03894cb0     ntdll!TppWorkerThread+0x2df
00000079`d3dff960 00007ffe`03bdecdb     KERNEL32!BaseThreadInitThunk+0x10
00000079`d3dff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000079`d45ff958 00007ffe`0161d71e     ntdll!NtWaitForSingleObject+0x14
00000079`d45ff960 00007ff7`3bc9090c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000079`d45ffa00 00007ffe`03894cb0     postgres!pg_timer_thread(
00000079`d45ffa40 00007ffe`03bdecdb     KERNEL32!BaseThreadInitThunk+0x10
00000079`d45ffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000079`d49ffba8 00007ffe`03b6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000079`d49ffbb0 00007ffe`03894cb0     ntdll!TppWorkerThread+0x2df
00000079`d49ffea0 00007ffe`03bdecdb     KERNEL32!BaseThreadInitThunk+0x10
00000079`d49ffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b1`9adffca8 00007ffe`016645ca     ntdll!NtFsControlFile+0x14
000000b1`9adffcb0 00007ff7`3bc8ee6b     KERNELBASE!ConnectNamedPipe+0x6a
000000b1`9adffd20 00007ffe`03894cb0     postgres!pg_signal_thread(
000000b1`9adffe20 00007ffe`03bdecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b1`9adffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b1`9a5fe220 00007ff7`3bfd23c8     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b1`9a5fe260 00007ff7`3babccb9     postgres!ExceptionalCondition(
000000b1`9a5fe2a0 00007ff7`3babcb3a     postgres!standard_ExecutorStart(
000000b1`9a5fe2f0 00007ff7`3ba11109     postgres!ExecutorStart(
000000b1`9a5fe320 00007ff7`3ba10aa0     postgres!refresh_matview_datafill(
000000b1`9a5fe3b0 00007ff7`3ba10308     postgres!RefreshMatViewByOid(
000000b1`9a5fe600 00007ff7`3b9d023b     postgres!ExecRefreshMatView(
000000b1`9a5fe680 00007ff7`3bdaa677     postgres!ExecCreateTableAs(
000000b1`9a5fe790 00007ff7`3bda633f     postgres!ProcessUtilitySlow(
000000b1`9a5ff0b0 00007ff7`3bda5289     postgres!standard_ProcessUtility(
core
000000b1`9b5ffa68 00007ffe`0161d71e     ntdll!NtWaitForSingleObject+0x14
000000b1`9b5ffa70 00007ff7`3bc9090c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000b1`9b5ffb10 00007ffe`03894cb0     postgres!pg_timer_thread(
000000b1`9b5ffb50 00007ffe`03bdecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b1`9b5ffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b1`9a9ffbb8 00007ffe`03b6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b1`9a9ffbc0 00007ffe`03894cb0     ntdll!TppWorkerThread+0x2df
000000b1`9a9ffeb0 00007ffe`03bdecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b1`9a9ffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b1`9b1ffa48 00007ffe`03b6b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b1`9b1ffa50 00007ffe`03894cb0     ntdll!TppWorkerThread+0x2df
000000b1`9b1ffd40 00007ffe`03bdecdb     KERNEL32!BaseThreadInitThunk+0x10
000000b1`9b1ffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/brin.out C:/cirrus/build/testrun/pg_upgrade/002_pg_upgr...
--- C:/cirrus/src/test/regress/expected/brin.out	2024-09-29 04:50:09.354282600 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/brin.out	2024-09-29 04:52:48.014688500 +0000
@@ -539,43 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/brin.out C:/cirrus/build/testrun/recovery/027_stream_re...
--- C:/cirrus/src/test/regress/expected/brin.out	2024-09-29 04:50:09.354282600 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/brin.out	2024-09-29 04:54:33.034157700 +0000
@@ -539,43 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/brin.out C:/cirrus/build/testrun/regress/regress/result...
--- C:/cirrus/src/test/regress/expected/brin.out	2024-09-29 04:50:09.354282600 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/brin.out	2024-09-29 04:52:46.074263700 +0000
@@ -539,43 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
tap
[04:53:19.861](74.114s) not ok 5 - regression tests pass
[04:53:24.632](4.756s) not ok 6 - dump before running pg_upgrade
tap
[04:54:53.187](62.062s) not ok 2 - regression tests pass
test
[05:01:16.248]  15/304 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[05:01:16.248]  16/304 postgresql:regress / regress/regress                                            ERROR            ...
[05:01:16.248]  45/304 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
51/5256 Make pg_stat_io view count IOs as bytes instead of blocks
Windows - Server 2019, VS 2019 - Meson & ninja
tap
timed out waiting for match: (?^:Streaming transactions committing after ([A-F0-9]+/[A-F0-9]+), reading WAL from ([A-F0-...
test
[04:07:14.769] 171/304 postgresql:recovery / recovery/038_save_logical_slots_shutdown                  ERROR           2...
50/5178 Enable data checksums by default with initdb
FreeBSD - 13 - Meson
test
[03:43:21.405] 222/309 postgresql:amcheck / amcheck/001_verify_heapam                                  ERROR            ...
Linux - Debian Bookworm - Meson
test
[03:43:45.942] 221/309 postgresql:amcheck / amcheck/001_verify_heapam                                  ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
test
[03:50:30.570] 218/304 postgresql:amcheck / amcheck/001_verify_heapam                                  ERROR            ...
51/5174 Call rm_redo in a temporary memory context
CompilerWarnings
compiler
[02:17:33.684] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
compiler
[02:17:04.388] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
compiler
[02:20:16.722] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
49/4399 pgbench: allow to cancel queries during benchmark
CompilerWarnings
compiler
[01:22:30.919] pgbench.c:644:9: error: no previous extern declaration for non-static variable 'client_states' [-Werror,-...
compiler
[01:19:59.863] pgbench.c:644:9: error: no previous extern declaration for non-static variable 'client_states' [-Werror,-...
51/4412 Client authentication via OAuth 2.0
FreeBSD - 13 - Meson
test
[00:20:24.192] 109/311 postgresql:oauth_validator / oauth_validator/regress                            ERROR            ...
Linux - Debian Bookworm - Meson
test
[00:22:50.839] 106/311 postgresql:oauth_validator / oauth_validator/regress                            ERROR            ...
macOS - Sonoma - Meson
test
[00:21:42.578] 108/311 postgresql:oauth_validator / oauth_validator/regress                            ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
test
[00:28:07.698] 103/306 postgresql:oauth_validator / oauth_validator/regress                            ERROR            ...
51/4390 add not_before and not_after timestamps to sslinfo extension and pg_stat_ssl
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[23:38:55.412] ../src/backend/libpq/be-secure-openssl.c(1519): warning C4024: 'ASN1_TIME_to_timestamptz': different type...
compiler
[23:38:55.412] ../src/backend/libpq/be-secure-openssl.c(1519): warning C4047: 'function': 'ASN1_TIME *' differs in level...
compiler
[23:38:55.412] ../src/backend/libpq/be-secure-openssl.c(1528): warning C4047: 'function': 'ASN1_TIME *' differs in level...
compiler
[23:39:13.747] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notAfter referenced in...
compiler
[23:39:13.747] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notBefore referenced i...
compiler
[23:38:55.412] ../src/backend/libpq/be-secure-openssl.c(1528): warning C4024: 'ASN1_TIME_to_timestamptz': different type...
49/4617 Allow INSTEAD OF DELETE triggers to modify the tuple for RETURNING
CompilerWarnings
compiler
[22:24:19.517] nodeModifyTable.c:3083:14: error: incompatible pointer types passing 'HeapTuple' (aka 'struct HeapTupleDa...
compiler
[22:24:00.661] nodeModifyTable.c:3083:14: error: incompatible pointer types passing 'HeapTuple' (aka 'struct HeapTupleDa...
compiler
[22:23:19.809] nodeModifyTable.c:3083:91: error: passing argument 3 of ‘ExecIRDeleteTriggers’ from incompatible pointer ...
compiler
[22:23:04.016] nodeModifyTable.c:3083:91: error: passing argument 3 of ‘ExecIRDeleteTriggers’ from incompatible pointer ...
compiler
[22:24:56.476] nodeModifyTable.c:3083:91: error: passing argument 3 of ‘ExecIRDeleteTriggers’ from incompatible pointer ...
FreeBSD - 13 - Meson
assertion
TRAP: failed Assert("!TTS_EMPTY(slot)"), File: "../src/backend/executor/execTuples.c", Line: 1737, PID: 8109
assertion
TRAP: failed Assert("!TTS_EMPTY(slot)"), File: "../src/backend/executor/execTuples.c", Line: 1737, PID: 13915
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 9234
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 9753
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 10183
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 8665
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 8413
assertion
TRAP: failed Assert("!TTS_EMPTY(slot)"), File: "../src/backend/executor/execTuples.c", Line: 1737, PID: 7871
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 10445
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 10653
core
[22:27:57.564] #0  0x000000082c9d041a in thr_kill () from /lib/libc.so.7
[22:27:57.564] #1  0x000000082c949e64 in raise () from /lib/libc.so.7
[22:27:57.564] #2  0x000000082c9fa6f9 in abort () from /lib/libc.so.7
[22:27:57.564] #3  0x0000000000a91285 in ExceptionalCondition (conditionName=0x3566b5 "HaveRegisteredOrActiveSnapshot()"...
[22:27:57.564] #4  0x0000000000696efa in index_drop (indexId=21353, concurrent=false, concurrent_lock_mode=<optimized ou...
[22:27:57.564] #5  0x000000000068e5ce in doDeletion (object=object@entry=0x8383775b0, flags=flags@entry=21) at ../src/ba...
[22:27:57.564] #6  0x000000000068ca90 in deleteOneObject (object=0x8383775b0, depRel=0x8214a66a0, flags=21) at ../src/ba...
[22:27:57.564] #7  deleteObjectsInList (targetObjects=targetObjects@entry=0x8383a08d8, depRel=depRel@entry=0x8214a66a0, ...
[22:27:57.564] #8  0x000000000068b725 in performDeletion (object=object@entry=0x8214a6790, behavior=behavior@entry=DROP_...
[22:27:57.564] #9  0x00000000008869d6 in do_autovacuum () at ../src/backend/postmaster/autovacuum.c:2214
core
[22:27:54.583] #0  0x000000082c9d041a in thr_kill () from /lib/libc.so.7
[22:27:54.583] #1  0x000000082c949e64 in raise () from /lib/libc.so.7
[22:27:54.583] #2  0x000000082c9fa6f9 in abort () from /lib/libc.so.7
[22:27:54.583] #3  0x0000000000a91285 in ExceptionalCondition (conditionName=0x2d1ba0 "!TTS_EMPTY(slot)", fileName=<opti...
[22:27:54.583] #4  0x0000000000772ebf in ExecFetchSlotHeapTuple (slot=0x8214a6388, materialize=<optimized out>, shouldFr...
[22:27:54.583] #5  0x0000000000737847 in ExecIRDeleteTriggers (estate=estate@entry=0x83834f100, relinfo=relinfo@entry=0x...
[22:27:54.583] #6  0x0000000000798184 in ExecMergeMatched (context=0x8214a6418, resultRelInfo=0x83834f6b0, tupleid=0x0, ...
[22:27:54.583] #7  ExecMerge (context=0x8214a6418, resultRelInfo=0x83834f6b0, tupleid=0x0, oldtuple=0x8214a6388, canSetT...
[22:27:54.583] #8  ExecModifyTable (pstate=0x83834f4a0) at ../src/backend/executor/nodeModifyTable.c:4197
[22:27:54.583] #9  0x000000000076501b in ExecProcNode (node=0x83834f4a0) at ../src/include/executor/executor.h:278
core
[22:27:55.442] #0  0x000000082b60a41a in thr_kill () from /lib/libc.so.7
[22:27:55.442] #1  0x000000082b583e64 in raise () from /lib/libc.so.7
[22:27:55.442] #2  0x000000082b6346f9 in abort () from /lib/libc.so.7
[22:27:55.442] #3  0x0000000000a91285 in ExceptionalCondition (conditionName=0x2d1ba0 "!TTS_EMPTY(slot)", fileName=<opti...
[22:27:55.442] #4  0x0000000000772ebf in ExecFetchSlotHeapTuple (slot=0x8215d9d08, materialize=<optimized out>, shouldFr...
[22:27:55.442] #5  0x0000000000737847 in ExecIRDeleteTriggers (estate=estate@entry=0x837099100, relinfo=relinfo@entry=0x...
[22:27:55.442] #6  0x0000000000798184 in ExecMergeMatched (context=0x8215d9d98, resultRelInfo=0x8370996b0, tupleid=0x0, ...
[22:27:55.442] #7  ExecMerge (context=0x8215d9d98, resultRelInfo=0x8370996b0, tupleid=0x0, oldtuple=0x8215d9d08, canSetT...
[22:27:55.442] #8  ExecModifyTable (pstate=0x8370994a0) at ../src/backend/executor/nodeModifyTable.c:4197
[22:27:55.442] #9  0x000000000076501b in ExecProcNode (node=0x8370994a0) at ../src/include/executor/executor.h:278
core
[22:27:55.863] #0  0x000000082c9d041a in thr_kill () from /lib/libc.so.7
[22:27:55.863] #1  0x000000082c949e64 in raise () from /lib/libc.so.7
[22:27:55.863] #2  0x000000082c9fa6f9 in abort () from /lib/libc.so.7
[22:27:55.863] #3  0x0000000000a91285 in ExceptionalCondition (conditionName=0x3566b5 "HaveRegisteredOrActiveSnapshot()"...
[22:27:55.863] #4  0x0000000000696efa in index_drop (indexId=21353, concurrent=false, concurrent_lock_mode=<optimized ou...
[22:27:55.863] #5  0x000000000068e5ce in doDeletion (object=object@entry=0x8383775b0, flags=flags@entry=21) at ../src/ba...
[22:27:55.863] #6  0x000000000068ca90 in deleteOneObject (object=0x8383775b0, depRel=0x8214a66a0, flags=21) at ../src/ba...
[22:27:55.863] #7  deleteObjectsInList (targetObjects=targetObjects@entry=0x8462492a8, depRel=depRel@entry=0x8214a66a0, ...
[22:27:55.863] #8  0x000000000068b725 in performDeletion (object=object@entry=0x8214a6790, behavior=behavior@entry=DROP_...
[22:27:55.863] #9  0x00000000008869d6 in do_autovacuum () at ../src/backend/postmaster/autovacuum.c:2214
core
[22:27:56.286] #0  0x000000082c9d041a in thr_kill () from /lib/libc.so.7
[22:27:56.286] #1  0x000000082c949e64 in raise () from /lib/libc.so.7
[22:27:56.286] #2  0x000000082c9fa6f9 in abort () from /lib/libc.so.7
[22:27:56.286] #3  0x0000000000a91285 in ExceptionalCondition (conditionName=0x3566b5 "HaveRegisteredOrActiveSnapshot()"...
[22:27:56.286] #4  0x0000000000696efa in index_drop (indexId=25052, concurrent=false, concurrent_lock_mode=<optimized ou...
[22:27:56.286] #5  0x000000000068e5ce in doDeletion (object=object@entry=0x83839e768, flags=flags@entry=21) at ../src/ba...
[22:27:56.286] #6  0x000000000068ca90 in deleteOneObject (object=0x83839e768, depRel=0x8214a66a0, flags=21) at ../src/ba...
[22:27:56.286] #7  deleteObjectsInList (targetObjects=targetObjects@entry=0x8383c35c8, depRel=depRel@entry=0x8214a66a0, ...
[22:27:56.286] #8  0x000000000068b725 in performDeletion (object=object@entry=0x8214a6790, behavior=behavior@entry=DROP_...
[22:27:56.286] #9  0x00000000008869d6 in do_autovacuum () at ../src/backend/postmaster/autovacuum.c:2214
core
[22:27:56.713] #0  0x000000082c9d041a in thr_kill () from /lib/libc.so.7
[22:27:56.713] #1  0x000000082c949e64 in raise () from /lib/libc.so.7
[22:27:56.713] #2  0x000000082c9fa6f9 in abort () from /lib/libc.so.7
[22:27:56.713] #3  0x0000000000a91285 in ExceptionalCondition (conditionName=0x3566b5 "HaveRegisteredOrActiveSnapshot()"...
[22:27:56.713] #4  0x0000000000696efa in index_drop (indexId=25052, concurrent=false, concurrent_lock_mode=<optimized ou...
[22:27:56.713] #5  0x000000000068e5ce in doDeletion (object=object@entry=0x8383775b0, flags=flags@entry=21) at ../src/ba...
[22:27:56.713] #6  0x000000000068ca90 in deleteOneObject (object=0x8383775b0, depRel=0x8214a66a0, flags=21) at ../src/ba...
[22:27:56.713] #7  deleteObjectsInList (targetObjects=targetObjects@entry=0x83837ffc8, depRel=depRel@entry=0x8214a66a0, ...
[22:27:56.713] #8  0x000000000068b725 in performDeletion (object=object@entry=0x8214a6790, behavior=behavior@entry=DROP_...
[22:27:56.713] #9  0x00000000008869d6 in do_autovacuum () at ../src/backend/postmaster/autovacuum.c:2214
core
[22:27:57.138] #0  0x000000082c9d041a in thr_kill () from /lib/libc.so.7
[22:27:57.138] #1  0x000000082c949e64 in raise () from /lib/libc.so.7
[22:27:57.138] #2  0x000000082c9fa6f9 in abort () from /lib/libc.so.7
[22:27:57.138] #3  0x0000000000a91285 in ExceptionalCondition (conditionName=0x3566b5 "HaveRegisteredOrActiveSnapshot()"...
[22:27:57.138] #4  0x0000000000696efa in index_drop (indexId=25052, concurrent=false, concurrent_lock_mode=<optimized ou...
[22:27:57.138] #5  0x000000000068e5ce in doDeletion (object=object@entry=0x83836f520, flags=flags@entry=21) at ../src/ba...
[22:27:57.138] #6  0x000000000068ca90 in deleteOneObject (object=0x83836f520, depRel=0x8214a66a0, flags=21) at ../src/ba...
[22:27:57.138] #7  deleteObjectsInList (targetObjects=targetObjects@entry=0x83839c858, depRel=depRel@entry=0x8214a66a0, ...
[22:27:57.138] #8  0x000000000068b725 in performDeletion (object=object@entry=0x8214a6790, behavior=behavior@entry=DROP_...
[22:27:57.138] #9  0x00000000008869d6 in do_autovacuum () at ../src/backend/postmaster/autovacuum.c:2214
core
[22:27:59.281] #0  0x000000082c6b341a in thr_kill () from /lib/libc.so.7
[22:27:59.281] #1  0x000000082c62ce64 in raise () from /lib/libc.so.7
[22:27:59.281] #2  0x000000082c6dd6f9 in abort () from /lib/libc.so.7
[22:27:59.281] #3  0x0000000000a91285 in ExceptionalCondition (conditionName=0x2d1ba0 "!TTS_EMPTY(slot)", fileName=<opti...
[22:27:59.281] #4  0x0000000000772ebf in ExecFetchSlotHeapTuple (slot=0x8212df028, materialize=<optimized out>, shouldFr...
[22:27:59.281] #5  0x0000000000737847 in ExecIRDeleteTriggers (estate=estate@entry=0x83713d100, relinfo=relinfo@entry=0x...
[22:27:59.281] #6  0x0000000000798184 in ExecMergeMatched (context=0x8212df0b8, resultRelInfo=0x83713d6b0, tupleid=0x0, ...
[22:27:59.281] #7  ExecMerge (context=0x8212df0b8, resultRelInfo=0x83713d6b0, tupleid=0x0, oldtuple=0x8212df028, canSetT...
[22:27:59.281] #8  ExecModifyTable (pstate=0x83713d4a0) at ../src/backend/executor/nodeModifyTable.c:4197
[22:27:59.281] #9  0x000000000076501b in ExecProcNode (node=0x83713d4a0) at ../src/include/executor/executor.h:278
core
[22:27:58.413] #0  0x000000082c9d041a in thr_kill () from /lib/libc.so.7
[22:27:58.413] #1  0x000000082c949e64 in raise () from /lib/libc.so.7
[22:27:58.413] #2  0x000000082c9fa6f9 in abort () from /lib/libc.so.7
[22:27:58.413] #3  0x0000000000a91285 in ExceptionalCondition (conditionName=0x3566b5 "HaveRegisteredOrActiveSnapshot()"...
[22:27:58.413] #4  0x0000000000696efa in index_drop (indexId=59413, concurrent=false, concurrent_lock_mode=<optimized ou...
[22:27:58.413] #5  0x000000000068e5ce in doDeletion (object=object@entry=0x8383775ec, flags=flags@entry=21) at ../src/ba...
[22:27:58.413] #6  0x000000000068ca90 in deleteOneObject (object=0x8383775ec, depRel=0x8214a66a0, flags=21) at ../src/ba...
[22:27:58.413] #7  deleteObjectsInList (targetObjects=targetObjects@entry=0x846457ce8, depRel=depRel@entry=0x8214a66a0, ...
[22:27:58.413] #8  0x000000000068b725 in performDeletion (object=object@entry=0x8214a6790, behavior=behavior@entry=DROP_...
[22:27:58.413] #9  0x00000000008869d6 in do_autovacuum () at ../src/backend/postmaster/autovacuum.c:2214
core
[22:27:57.988] #0  0x000000082c9d041a in thr_kill () from /lib/libc.so.7
[22:27:57.988] #1  0x000000082c949e64 in raise () from /lib/libc.so.7
[22:27:57.988] #2  0x000000082c9fa6f9 in abort () from /lib/libc.so.7
[22:27:57.988] #3  0x0000000000a91285 in ExceptionalCondition (conditionName=0x3566b5 "HaveRegisteredOrActiveSnapshot()"...
[22:27:57.988] #4  0x0000000000696efa in index_drop (indexId=59413, concurrent=false, concurrent_lock_mode=<optimized ou...
[22:27:57.988] #5  0x000000000068e5ce in doDeletion (object=object@entry=0x8383775ec, flags=flags@entry=21) at ../src/ba...
[22:27:57.988] #6  0x000000000068ca90 in deleteOneObject (object=0x8383775ec, depRel=0x8214a66a0, flags=21) at ../src/ba...
[22:27:57.988] #7  deleteObjectsInList (targetObjects=targetObjects@entry=0x83839c6f8, depRel=depRel@entry=0x8214a66a0, ...
[22:27:57.988] #8  0x000000000068b725 in performDeletion (object=object@entry=0x8214a6790, behavior=behavior@entry=DROP_...
[22:27:57.988] #9  0x00000000008869d6 in do_autovacuum () at ../src/backend/postmaster/autovacuum.c:2214
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_p...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-09-28 22:22:25.890625000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/triggers.out	2024-09-28 22:23:48.126955000...
@@ -2487,1271 +2487,7 @@
   return new;
 end;
 $$;
-insert into parted values (1, 1, 'uno uno v4');    -- fail
-ERROR:  moving row to another partition during a BEFORE FOR EACH ROW trigger is not supported
-DETAIL:  Before executing trigger "t", the row was to be in partition "public.parted_1_1".
-update parted set c = c || 'v5';                   -- fail
-ERROR:  no partition of relation "parted_1" found for row
-DETAIL:  Partition key of the failing row contains (b) = (2).
-create or replace function parted_trigfunc() returns trigger language plpgsql as $$
-begin
-  new.c = new.c || ' did '|| TG_OP;
-  return new;
-end;
-$$;
-insert into parted values (1, 1, 'uno uno');       -- works
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/build/testrun/recovery/027_str...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-09-28 22:22:25.890625000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/triggers.out	2024-09-28 22:24:18.1447490...
@@ -2603,1155 +2603,7 @@
 NOTICE:  aardwolf <- woof!
 NOTICE:  trigger parted_trig on parted1_constr AFTER INSERT for ROW: (a,b)=(2,aardwolf)
 insert into parted_constr_ancestor values (3, 'aasvogel');
-NOTICE:  aasvogel <- woof!
-NOTICE:  trigger parted_trig on parted1_constr AFTER INSERT for ROW: (a,b)=(3,aasvogel)
-commit;
-NOTICE:  trigger parted_trig_two on parted1_constr AFTER INSERT for ROW: (a,b)=(1,aardvark)
-NOTICE:  trigger parted_trig_two on parted1_constr AFTER INSERT for ROW: (a,b)=(3,aasvogel)
--- The WHEN clause is immediate, and both constraint triggers are fired at
--- commit time.
-begin;
-set constraints parted_trig deferred;
-insert into parted_constr values (1, 'aardvark');
-NOTICE:  aardvark <- woof!
-insert into parted1_constr values (2, 'aardwolf'), (3, 'aasvogel');
-NOTICE:  aardwolf <- woof!
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/build/testrun/regress/regress/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-09-28 22:22:25.890625000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/triggers.out	2024-09-28 22:23:45.389037000 +0000
@@ -2456,1302 +2456,7 @@
 insert into parted1_irreg values ('aardwolf', 2);
 NOTICE:  aardwolf <- woof!
 NOTICE:  trigger parted_trig on parted1_irreg AFTER INSERT for ROW: (a,b)=(2,aardwolf)
-insert into parted_irreg_ancestor values ('aasvogel', 3);
-NOTICE:  aasvogel <- woof!
-NOTICE:  trigger parted_trig on parted1_irreg AFTER INSERT for ROW: (a,b)=(3,aasvogel)
-NOTICE:  trigger parted_trig_odd on parted1_irreg AFTER INSERT for ROW: (a,b)=(3,aasvogel)
-drop table parted_irreg_ancestor;
--- Before triggers and partitions
-create table parted (a int, b int, c text) partition by list (a);
-create table parted_1 partition of parted for values in (1)
-  partition by list (b);
-create table parted_1_1 partition of parted_1 for values in (1);
-create function parted_trigfunc() returns trigger language plpgsql as $$
-begin
-  new.a = new.a + 1;
...
tap
[22:23:51.563](18.643s) not ok 5 - regression tests pass
[22:23:52.676](1.108s) not ok 6 - dump before running pg_upgrade
tap
[22:24:20.191](16.056s) not ok 2 - regression tests pass
test
[22:26:51.975]  16/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[22:26:51.975]  11/309 postgresql:regress / regress/regress                                            ERROR            ...
[22:26:51.975]  44/309 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
assertion
TRAP: failed Assert("!TTS_EMPTY(slot)"), File: "execTuples.c", Line: 1737, PID: 24641
assertion
TRAP: failed Assert("!TTS_EMPTY(slot)"), File: "execTuples.c", Line: 1737, PID: 16870
core
[22:28:11.054] #0  0x00007fd2c7eabe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:28:11.054] #1  0x00007fd2c7e5cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:28:11.054] #2  0x00007fd2c7e47472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:28:11.054] #3  0x000055783f743725 in ExceptionalCondition (conditionName=conditionName@entry=0x55783fa240e0 "!TTS_EM...
[22:28:11.054] #4  0x000055783ef6a785 in ExecFetchSlotHeapTuple (slot=slot@entry=0x7ffcfcff1b60, materialize=materialize...
[22:28:11.054] #5  0x000055783eed88e5 in ExecIRDeleteTriggers (estate=estate@entry=0x62500007aa00, relinfo=relinfo@entry...
[22:28:11.054] #6  0x000055783efd744c in ExecMergeMatched (context=context@entry=0x7ffcfcff1ba0, resultRelInfo=resultRel...
[22:28:11.054] #7  0x000055783efd8580 in ExecMerge (context=context@entry=0x7ffcfcff1ba0, resultRelInfo=resultRelInfo@en...
[22:28:11.054] #8  0x000055783efda5b4 in ExecModifyTable (pstate=<optimized out>) at nodeModifyTable.c:4197
[22:28:11.054] #9  0x000055783ef5aa85 in ExecProcNodeFirst (node=0x62500007ada0) at execProcnode.c:469
core
[22:28:09.740] #0  0x00007ff03ebdbe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:28:09.740] #1  0x00007ff03eb8cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:28:09.740] #2  0x00007ff03eb77472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:28:09.740] #3  0x0000560ca45fe725 in ExceptionalCondition (conditionName=conditionName@entry=0x560ca48df0e0 "!TTS_EM...
[22:28:09.740] #4  0x0000560ca3e25785 in ExecFetchSlotHeapTuple (slot=slot@entry=0x7ffd0a746160, materialize=materialize...
[22:28:09.740] #5  0x0000560ca3d938e5 in ExecIRDeleteTriggers (estate=estate@entry=0x625000127200, relinfo=relinfo@entry...
[22:28:09.740] #6  0x0000560ca3e9244c in ExecMergeMatched (context=context@entry=0x7ffd0a7461a0, resultRelInfo=resultRel...
[22:28:09.740] #7  0x0000560ca3e93580 in ExecMerge (context=context@entry=0x7ffd0a7461a0, resultRelInfo=resultRelInfo@en...
[22:28:09.740] #8  0x0000560ca3e955b4 in ExecModifyTable (pstate=<optimized out>) at nodeModifyTable.c:4197
[22:28:09.740] #9  0x0000560ca3e15a85 in ExecProcNodeFirst (node=0x6250001275a0) at execProcnode.c:469
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-09-28 22:22:26.482370078 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/triggers.out	2024-09-28 22:26:31.556026692 +0000
@@ -2611,1147 +2611,10 @@
 -- The WHEN clause is immediate, and both constraint triggers are fired at
 -- commit time.
 begin;
-set constraints parted_trig deferred;
-insert into parted_constr values (1, 'aardvark');
-NOTICE:  aardvark <- woof!
-insert into parted1_constr values (2, 'aardwolf'), (3, 'aasvogel');
-NOTICE:  aardwolf <- woof!
-NOTICE:  aasvogel <- woof!
-commit;
-NOTICE:  trigger parted_trig on parted1_constr AFTER INSERT for ROW: (a,b)=(1,aardvark)
-NOTICE:  trigger parted_trig_two on parted1_constr AFTER INSERT for ROW: (a,b)=(1,aardvark)
-NOTICE:  trigger parted_trig on parted1_constr AFTER INSERT for ROW: (a,b)=(2,aardwolf)
-NOTICE:  trigger parted_trig on parted1_constr AFTER INSERT for ROW: (a,b)=(3,aasvogel)
-NOTICE:  trigger parted_trig_two on parted1_constr AFTER INSERT for ROW: (a,b)=(3,aasvogel)
-drop table parted_constr_ancestor;
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/src/test/regress/results/trigg...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-09-28 22:22:26.482370078 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/triggers.out	2024-09-28 22:25:28.672257792 +0000
@@ -2556,1202 +2556,10 @@
 end;
 $$;
 create table parted_1 partition of parted for values in (1, 2);
-create table parted_2 partition of parted for values in (3, 4);
-create trigger t before insert or update on parted
-  for each row execute function parted_trigfunc();
-insert into parted values (0, 1, 'zero win');
-insert into parted values (1, 1, 'one fail');
-ERROR:  moving row to another partition during a BEFORE FOR EACH ROW trigger is not supported
-DETAIL:  Before executing trigger "t", the row was to be in partition "public.parted_1".
-insert into parted values (1, 2, 'two fail');
-ERROR:  moving row to another partition during a BEFORE FOR EACH ROW trigger is not supported
-DETAIL:  Before executing trigger "t", the row was to be in partition "public.parted_2".
-select * from parted;
- a | b |    c     
----+---+----------
...
tap
[22:26:38.691](28.814s) not ok 5 - regression tests pass
[22:26:42.533](3.791s) not ok 6 - dump before running pg_upgrade
Linux - Debian Bookworm - Meson
assertion
TRAP: failed Assert("!TTS_EMPTY(slot)"), File: "../src/backend/executor/execTuples.c", Line: 1737, PID: 19165
assertion
TRAP: failed Assert("!TTS_EMPTY(slot)"), File: "../src/backend/executor/execTuples.c", Line: 1737, PID: 25253
assertion
TRAP: failed Assert("!TTS_EMPTY(slot)"), File: "../src/backend/executor/execTuples.c", Line: 1737, PID: 18236
core
[22:27:59.091] #0  0x00007f92ceaa9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:27:59.091] #1  0x00007f92cea5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:27:59.091] #2  0x00007f92cea45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:27:59.091] #3  0x00005564ffc769b8 in ExceptionalCondition (conditionName=conditionName@entry=0x5564ffec4f85 "!TTS_EM...
[22:27:59.091] #4  0x00005564ff61fe75 in ExecFetchSlotHeapTuple (slot=slot@entry=0x7fff1fb15df0, materialize=materialize...
[22:27:59.091] #5  0x00005564ff5a3800 in ExecIRDeleteTriggers (estate=estate@entry=0x556500db9d30, relinfo=relinfo@entry...
[22:27:59.091] #6  0x00005564ff67ceb9 in ExecMergeMatched (context=<optimized out>, resultRelInfo=resultRelInfo@entry=0x...
[22:27:59.091] #7  0x00005564ff67dad6 in ExecMerge (context=context@entry=0x7fff1fb15e10, resultRelInfo=resultRelInfo@en...
[22:27:59.091] #8  0x00005564ff67f29b in ExecModifyTable (pstate=0x556500dba0d0) at ../src/backend/executor/nodeModifyTa...
[22:27:59.091] #9  0x00005564ff612399 in ExecProcNodeFirst (node=0x556500dba0d0) at ../src/backend/executor/execProcnode...
core
[22:27:57.780] #0  0x00007fc0a88a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:27:57.780] #1  0x00007fc0a885afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:27:57.780] #2  0x00007fc0a8845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:27:57.780] #3  0x0000560a821019b8 in ExceptionalCondition (conditionName=conditionName@entry=0x560a8234ff85 "!TTS_EM...
[22:27:57.780] #4  0x0000560a81aaae75 in ExecFetchSlotHeapTuple (slot=slot@entry=0x7ffce5cf01b0, materialize=materialize...
[22:27:57.780] #5  0x0000560a81a2e800 in ExecIRDeleteTriggers (estate=estate@entry=0x560a8480e790, relinfo=relinfo@entry...
[22:27:57.780] #6  0x0000560a81b07eb9 in ExecMergeMatched (context=<optimized out>, resultRelInfo=resultRelInfo@entry=0x...
[22:27:57.780] #7  0x0000560a81b08ad6 in ExecMerge (context=context@entry=0x7ffce5cf01d0, resultRelInfo=resultRelInfo@en...
[22:27:57.780] #8  0x0000560a81b0a29b in ExecModifyTable (pstate=0x560a8480eb30) at ../src/backend/executor/nodeModifyTa...
[22:27:57.780] #9  0x0000560a81a9d399 in ExecProcNodeFirst (node=0x560a8480eb30) at ../src/backend/executor/execProcnode...
core
[22:28:00.434] #0  0x00007f9dd3ea9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:28:00.434] #1  0x00007f9dd3e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:28:00.434] #2  0x00007f9dd3e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:28:00.434] #3  0x000056115fde59b8 in ExceptionalCondition (conditionName=conditionName@entry=0x561160033f85 "!TTS_EM...
[22:28:00.434] #4  0x000056115f78ee75 in ExecFetchSlotHeapTuple (slot=slot@entry=0x7ffd0c035260, materialize=materialize...
[22:28:00.434] #5  0x000056115f712800 in ExecIRDeleteTriggers (estate=estate@entry=0x5611615ebb90, relinfo=relinfo@entry...
[22:28:00.434] #6  0x000056115f7ebeb9 in ExecMergeMatched (context=<optimized out>, resultRelInfo=resultRelInfo@entry=0x...
[22:28:00.434] #7  0x000056115f7ecad6 in ExecMerge (context=context@entry=0x7ffd0c035280, resultRelInfo=resultRelInfo@en...
[22:28:00.434] #8  0x000056115f7ee29b in ExecModifyTable (pstate=0x5611615ebf30) at ../src/backend/executor/nodeModifyTa...
[22:28:00.434] #9  0x000056115f781399 in ExecProcNodeFirst (node=0x5611615ebf30) at ../src/backend/executor/execProcnode...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_p...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-09-28 22:22:28.439690660 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/triggers.out	2024-09-28 22:24:38.177239924...
@@ -2439,1319 +2439,10 @@
   for values from ('aaaa') to ('zzzz');
 create table parted1_irreg (b text, fd int, a int);
 alter table parted1_irreg drop column fd;
-alter table parted_irreg attach partition parted1_irreg
-  for values from ('aaaa') to ('bbbb');
-create trigger parted_trig after insert on parted_irreg
-  for each row execute procedure trigger_notice_ab();
-create trigger parted_trig_odd after insert on parted_irreg for each row
-  when (bark(new.b) AND new.a % 2 = 1) execute procedure trigger_notice_ab();
--- we should hear barking for every insert, but parted_trig_odd only emits
--- noise for odd values of a. parted_trig does it for all inserts.
-insert into parted_irreg values (1, 'aardvark'), (2, 'aanimals');
-NOTICE:  aardvark <- woof!
-NOTICE:  aanimals <- woof!
-NOTICE:  trigger parted_trig on parted1_irreg AFTER INSERT for ROW: (a,b)=(1,aardvark)
-NOTICE:  trigger parted_trig_odd on parted1_irreg AFTER INSERT for ROW: (a,b)=(1,aardvark)
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/build/testrun/recovery/027_str...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-09-28 22:22:28.439690660 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/triggers.out	2024-09-28 22:25:04.3971220...
@@ -1533,2225 +1533,7 @@
 DO INSTEAD INSERT INTO city_view
 VALUES (NEW.city_id, NEW.city_name, NEW.population, NEW.country_name, NEW.continent)
 RETURNING *;
-CREATE RULE european_city_update_rule AS ON UPDATE TO european_city_view
-DO INSTEAD UPDATE city_view SET
-    city_name = NEW.city_name,
-    population = NEW.population,
-    country_name = NEW.country_name
-WHERE city_id = OLD.city_id
-RETURNING NEW.*;
-CREATE RULE european_city_delete_rule AS ON DELETE TO european_city_view
-DO INSTEAD DELETE FROM city_view WHERE city_id = OLD.city_id RETURNING *;
-\set QUIET false
--- INSERT not limited by view's WHERE clause, but UPDATE AND DELETE are
-INSERT INTO european_city_view(city_name, country_name)
-    VALUES ('Cambridge', 'USA') RETURNING *;
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/build/testrun/regress/regress/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-09-28 22:22:28.439690660 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/triggers.out	2024-09-28 22:24:33.577264213 +0000
@@ -2750,1008 +2750,12 @@
 select tgrelid::regclass, tgname, tgenabled from pg_trigger
   where tgrelid in ('parent'::regclass, 'child1'::regclass)
   order by tgrelid::regclass::text;
- tgrelid | tgname | tgenabled 
----------+--------+-----------
- child1  | tg     | O
- parent  | tg     | A
-(2 rows)
-
+WARNING:  terminating connection because of crash of another server process
+DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because anothe...
+HINT:  In a moment you should be able to reconnect to the database and repeat your command.
+server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
 drop table parent, child1;
...
tap
[22:24:41.031](14.604s) not ok 5 - regression tests pass
[22:24:42.503](1.445s) not ok 6 - dump before running pg_upgrade
tap
[22:25:08.151](15.365s) not ok 2 - regression tests pass
test
[22:27:01.804]  16/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[22:27:01.804]   8/309 postgresql:regress / regress/regress                                            ERROR            ...
[22:27:01.804]  43/309 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
macOS - Sonoma - Meson
assertion
TRAP: failed Assert("!TTS_EMPTY(slot)"), File: "../src/backend/executor/execTuples.c", Line: 1737, PID: 7815
assertion
TRAP: failed Assert("!TTS_EMPTY(slot)"), File: "../src/backend/executor/execTuples.c", Line: 1737, PID: 15330
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 13255
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 12633
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 12959
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 13455
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 11114
assertion
TRAP: failed Assert("!TTS_EMPTY(slot)"), File: "../src/backend/executor/execTuples.c", Line: 1737, PID: 7554
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/inherit.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upg...
--- /Users/admin/pgsql/src/test/regress/expected/inherit.out	2024-09-28 22:22:23
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/inherit.out	2024-09-28 22:25:17
@@ -852,2098 +852,12 @@
 alter table ac add constraint ac_check check (aa is not null);
 CREATE TABLE bc (bb TEXT) INHERITS (ac);
 select pc.relname, pgc.conname, pgc.contype, pgc.conislocal, pgc.coninhcount, pg_get_expr(pgc.conbin, pc.oid) as consrc...
- relname | conname  | contype | conislocal | coninhcount |      consrc      
----------+----------+---------+------------+-------------+------------------
- ac      | ac_check | c       | t          |           0 | (aa IS NOT NULL)
- bc      | ac_check | c       | f          |           1 | (aa IS NOT NULL)
-(2 rows)
-
-insert into ac (aa) values (NULL);
-ERROR:  new row for relation "ac" violates check constraint "ac_check"
-DETAIL:  Failing row contains (null).
-insert into bc (aa) values (NULL);
-ERROR:  new row for relation "bc" violates check constraint "ac_check"
-DETAIL:  Failing row contains (null, null).
-alter table bc drop constraint ac_check;  -- fail, disallowed
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/triggers.out /Users/admin/pgsql/build/testrun/recovery/027_stream_...
--- /Users/admin/pgsql/src/test/regress/expected/triggers.out	2024-09-28 22:22:23
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/triggers.out	2024-09-28 22:29:04
@@ -999,2759 +999,10 @@
 	f2 int,
 	f3 int);
 INSERT INTO min_updates_test VALUES ('a',1,2),('b','2',null);
-CREATE TRIGGER z_min_update
-BEFORE UPDATE ON min_updates_test
-FOR EACH ROW EXECUTE PROCEDURE suppress_redundant_updates_trigger();
-\set QUIET false
-UPDATE min_updates_test SET f1 = f1;
-UPDATE 0
-UPDATE min_updates_test SET f2 = f2 + 1;
-UPDATE 2
-UPDATE min_updates_test SET f3 = 2 WHERE f3 is null;
-UPDATE 1
-\set QUIET true
-SELECT * FROM min_updates_test;
- f1 | f2 | f3 
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/inherit.out /Users/admin/pgsql/build/testrun/regress/regress/resul...
--- /Users/admin/pgsql/src/test/regress/expected/inherit.out	2024-09-28 22:22:23
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/inherit.out	2024-09-28 22:25:17
@@ -1283,1667 +1283,10 @@
 -- Test foreign key behavior
 create table inh_fk_1 (a int primary key);
 insert into inh_fk_1 values (1), (2), (3);
-create table inh_fk_2 (x int primary key, y int references inh_fk_1 on delete cascade);
-insert into inh_fk_2 values (11, 1), (22, 2), (33, 3);
-create table inh_fk_2_child () inherits (inh_fk_2);
-insert into inh_fk_2_child values (111, 1), (222, 2);
-delete from inh_fk_1 where a = 1;
-select * from inh_fk_1 order by 1;
- a 
----
- 2
- 3
-(2 rows)
-
-select * from inh_fk_2 order by 1, 2;
...
tap
[22:25:38.941](111.326s) not ok 5 - regression tests pass
[22:25:56.068](17.105s) not ok 6 - dump before running pg_upgrade
tap
[22:29:15.567](69.223s) not ok 2 - regression tests pass
test
[22:32:44.628]  25/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[22:32:44.628]  29/309 postgresql:regress / regress/regress                                            ERROR           2...
[22:32:44.628]  46/309 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
Windows - Server 2019, VS 2019 - Meson & ninja
assertion
TRAP: failed Assert("!TTS_EMPTY(slot)"), File: "../src/backend/executor/execTuples.c", Line: 1737, PID: 5548
assertion
TRAP: failed Assert("!TTS_EMPTY(slot)"), File: "../src/backend/executor/execTuples.c", Line: 1737, PID: 7196
assertion
TRAP: failed Assert("!TTS_EMPTY(slot)"), File: "../src/backend/executor/execTuples.c", Line: 1737, PID: 192
compiler
[22:23:35.550] ../src/backend/executor/nodeModifyTable.c(3083): warning C4133: 'function': incompatible types - from 'He...
core
00000094`679ff668 00007ff9`2092b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000094`679ff670 00007ff9`1fc24cb0     ntdll!TppWorkerThread+0x2df
00000094`679ff960 00007ff9`2099ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000094`679ff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000094`66dfee70 00007ff6`54d31c18     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000094`66dfeeb0 00007ff6`54830812     postgres!ExceptionalCondition(
00000094`66dfeef0 00007ff6`547d1b38     postgres!ExecFetchSlotHeapTuple(
00000094`66dfef20 00007ff6`548701c6     postgres!ExecIRDeleteTriggers(
00000094`66dfeff0 00007ff6`5486f48d     postgres!ExecMergeMatched(
00000094`66dff170 00007ff6`5487569b     postgres!ExecMerge(
00000094`66dff1d0 00007ff6`5482a86b     postgres!ExecModifyTable(
00000094`66dff370 00007ff6`5482061c     postgres!ExecProcNodeFirst(
00000094`66dff3a0 00007ff6`54821740     postgres!ExecProcNode(
00000094`66dff3d0 00007ff6`5481c9c7     postgres!ExecutePlan(
core
00000094`671ff7a8 00007ff9`2092b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000094`671ff7b0 00007ff9`1fc24cb0     ntdll!TppWorkerThread+0x2df
00000094`671ffaa0 00007ff9`2099ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000094`671ffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000094`675ff6d8 00007ff9`1e1d45ca     ntdll!NtFsControlFile+0x14
00000094`675ff6e0 00007ff6`549ee6bb     KERNELBASE!ConnectNamedPipe+0x6a
00000094`675ff750 00007ff9`1fc24cb0     postgres!pg_signal_thread(
00000094`675ff850 00007ff9`2099ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000094`675ff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000094`67dff8e8 00007ff9`1e18d71e     ntdll!NtWaitForSingleObject+0x14
00000094`67dff8f0 00007ff6`549f015c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000094`67dff990 00007ff9`1fc24cb0     postgres!pg_timer_thread(
00000094`67dff9d0 00007ff9`2099ecdb     KERNEL32!BaseThreadInitThunk+0x10
00000094`67dffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d4`62fff6a8 00007ff9`2092b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d4`62fff6b0 00007ff9`1fc24cb0     ntdll!TppWorkerThread+0x2df
000000d4`62fff9a0 00007ff9`2099ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d4`62fff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d4`63fffd38 00007ff9`1e18d71e     ntdll!NtWaitForSingleObject+0x14
000000d4`63fffd40 00007ff6`549f015c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000d4`63fffde0 00007ff9`1fc24cb0     postgres!pg_timer_thread(
000000d4`63fffe20 00007ff9`2099ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d4`63fffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d4`62bfec30 00007ff6`54d31c18     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d4`62bfec70 00007ff6`54830812     postgres!ExceptionalCondition(
000000d4`62bfecb0 00007ff6`547d1b38     postgres!ExecFetchSlotHeapTuple(
000000d4`62bfece0 00007ff6`548701c6     postgres!ExecIRDeleteTriggers(
000000d4`62bfedb0 00007ff6`5486f48d     postgres!ExecMergeMatched(
000000d4`62bfef30 00007ff6`5487569b     postgres!ExecMerge(
000000d4`62bfef90 00007ff6`5482a86b     postgres!ExecModifyTable(
000000d4`62bff130 00007ff6`5482061c     postgres!ExecProcNodeFirst(
000000d4`62bff160 00007ff6`54821740     postgres!ExecProcNode(
000000d4`62bff190 00007ff6`5481c9c7     postgres!ExecutePlan(
core
000000d4`63bff848 00007ff9`1e1d45ca     ntdll!NtFsControlFile+0x14
000000d4`63bff850 00007ff6`549ee6bb     KERNELBASE!ConnectNamedPipe+0x6a
000000d4`63bff8c0 00007ff9`1fc24cb0     postgres!pg_signal_thread(
000000d4`63bff9c0 00007ff9`2099ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d4`63bff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d4`637ff4a8 00007ff9`2092b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d4`637ff4b0 00007ff9`1fc24cb0     ntdll!TppWorkerThread+0x2df
000000d4`637ff7a0 00007ff9`2099ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d4`637ff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d4`633ff6c8 00007ff9`2092b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d4`633ff6d0 00007ff9`1fc24cb0     ntdll!TppWorkerThread+0x2df
000000d4`633ff9c0 00007ff9`2099ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000d4`633ff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e2`a65fed10 00007ff6`54d31c18     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e2`a65fed50 00007ff6`54830812     postgres!ExceptionalCondition(
000000e2`a65fed90 00007ff6`547d1b38     postgres!ExecFetchSlotHeapTuple(
000000e2`a65fedc0 00007ff6`548701c6     postgres!ExecIRDeleteTriggers(
000000e2`a65fee90 00007ff6`5486f48d     postgres!ExecMergeMatched(
000000e2`a65ff010 00007ff6`5487569b     postgres!ExecMerge(
000000e2`a65ff070 00007ff6`5482a86b     postgres!ExecModifyTable(
000000e2`a65ff210 00007ff6`5482061c     postgres!ExecProcNodeFirst(
000000e2`a65ff240 00007ff6`54821740     postgres!ExecProcNode(
000000e2`a65ff270 00007ff6`5481c9c7     postgres!ExecutePlan(
core
000000e2`a75ffa98 00007ff9`2092b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e2`a75ffaa0 00007ff9`1fc24cb0     ntdll!TppWorkerThread+0x2df
000000e2`a75ffd90 00007ff9`2099ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e2`a75ffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e2`a71ff968 00007ff9`1e18d71e     ntdll!NtWaitForSingleObject+0x14
000000e2`a71ff970 00007ff6`549f015c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000e2`a71ffa10 00007ff9`1fc24cb0     postgres!pg_timer_thread(
000000e2`a71ffa50 00007ff9`2099ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e2`a71ffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e2`a6dffd68 00007ff9`1e1d45ca     ntdll!NtFsControlFile+0x14
000000e2`a6dffd70 00007ff6`549ee6bb     KERNELBASE!ConnectNamedPipe+0x6a
000000e2`a6dffde0 00007ff9`1fc24cb0     postgres!pg_signal_thread(
000000e2`a6dffee0 00007ff9`2099ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e2`a6dfff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e2`a69ff9a8 00007ff9`2092b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e2`a69ff9b0 00007ff9`1fc24cb0     ntdll!TppWorkerThread+0x2df
000000e2`a69ffca0 00007ff9`2099ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e2`a69ffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/updatable_views.out C:/cirrus/build/testrun/pg_upgrade/...
--- C:/cirrus/src/test/regress/expected/updatable_views.out	2024-09-28 22:22:40.400934900 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/updatable_views.out	2024-09-28 22:25:07.694457400 +00...
@@ -1160,2850 +1160,7 @@
   WHEN MATCHED THEN UPDATE SET b = s.b
   WHEN NOT MATCHED AND s.a > 0 THEN INSERT VALUES (s.a, s.b)
   RETURNING merge_action(), s.*, t.*;
- merge_action | a | b  | a |   b   
---------------+---+----+---+-------
- DELETE       | 1 | R1 | 1 | Row 1
- UPDATE       | 2 | R2 | 2 | R2
- INSERT       | 3 | R3 | 3 | R3
-(3 rows)
-
-SELECT * FROM base_tbl ORDER BY a;
- a  |   b    
-----+--------
- -2 | Row -2
- -1 | Row -1
-  0 | Row 0
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/updatable_views.out C:/cirrus/build/testrun/recovery/02...
--- C:/cirrus/src/test/regress/expected/updatable_views.out	2024-09-28 22:22:40.400934900 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/updatable_views.out	2024-09-28 22:27:00.232014200 +...
@@ -1160,2850 +1160,7 @@
   WHEN MATCHED THEN UPDATE SET b = s.b
   WHEN NOT MATCHED AND s.a > 0 THEN INSERT VALUES (s.a, s.b)
   RETURNING merge_action(), s.*, t.*;
- merge_action | a | b  | a |   b   
---------------+---+----+---+-------
- DELETE       | 1 | R1 | 1 | Row 1
- UPDATE       | 2 | R2 | 2 | R2
- INSERT       | 3 | R3 | 3 | R3
-(3 rows)
-
-SELECT * FROM base_tbl ORDER BY a;
- a  |   b    
-----+--------
- -2 | Row -2
- -1 | Row -1
-  0 | Row 0
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/updatable_views.out C:/cirrus/build/testrun/regress/reg...
--- C:/cirrus/src/test/regress/expected/updatable_views.out	2024-09-28 22:22:40.400934900 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/updatable_views.out	2024-09-28 22:25:06.863892900 +0000
@@ -1160,2850 +1160,7 @@
   WHEN MATCHED THEN UPDATE SET b = s.b
   WHEN NOT MATCHED AND s.a > 0 THEN INSERT VALUES (s.a, s.b)
   RETURNING merge_action(), s.*, t.*;
- merge_action | a | b  | a |   b   
---------------+---+----+---+-------
- DELETE       | 1 | R1 | 1 | Row 1
- UPDATE       | 2 | R2 | 2 | R2
- INSERT       | 3 | R3 | 3 | R3
-(3 rows)
-
-SELECT * FROM base_tbl ORDER BY a;
- a  |   b    
-----+--------
- -2 | Row -2
- -1 | Row -1
-  0 | Row 0
...
tap
[22:25:59.230](76.843s) not ok 5 - regression tests pass
[22:26:02.962](3.686s) not ok 6 - dump before running pg_upgrade
tap
[22:27:43.144](82.067s) not ok 2 - regression tests pass
test
[22:34:19.604]  21/304 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[22:34:19.604]   6/304 postgresql:regress / regress/regress                                            ERROR            ...
[22:34:19.604]  52/304 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
49/4825 Optimize planner memory consumption for huge arrays
FreeBSD - 13 - Meson
tap
[20:12:53.484](0.001s) not ok 29 - options --locale-provider=icu --locale=und --lc-*=C: no stderr
test
[20:15:10.659] 146/309 postgresql:initdb / initdb/001_initdb                                           ERROR            ...
Linux - Debian Bookworm - Autoconf
tap
[20:11:40.966](0.001s) not ok 29 - options --locale-provider=icu --locale=und --lc-*=C: no stderr
Linux - Debian Bookworm - Meson
tap
[20:13:55.352](0.000s) not ok 29 - options --locale-provider=icu --locale=und --lc-*=C: no stderr
test
[20:15:29.647] 153/309 postgresql:initdb / initdb/001_initdb                                           ERROR            ...
macOS - Sonoma - Meson
tap
[20:13:19.069](0.001s) not ok 29 - options --locale-provider=icu --locale=und --lc-*=C: no stderr
test
[20:15:44.376] 154/309 postgresql:initdb / initdb/001_initdb                                           ERROR            ...
51/5070 Incorrect error message for cancellation triggered by statement_timeout & flaky test
CompilerWarnings
compiler
[19:58:57.720] backend_startup.c:270:63: error: variable 'status' is uninitialized when used here [-Werror,-Wuninitializ...
compiler
[19:58:57.720] backend_startup.c:270:63: error: data argument not used by format string [-Werror,-Wformat-extra-args]
compiler
[19:57:54.675] backend_startup.c:270:63: error: data argument not used by format string [-Werror,-Wformat-extra-args]
compiler
[19:57:54.675] backend_startup.c:270:63: error: variable 'status' is uninitialized when used here [-Werror,-Wuninitializ...
compiler
[19:56:29.806] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args]
compiler
[19:56:29.806] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit...
compiler
[19:55:31.621] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit...
compiler
[19:55:31.621] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args]
compiler
[20:00:43.588] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit...
compiler
[20:00:43.588] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args]
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[19:55:29.830] c:\cirrus\src\backend\tcop\backend_startup.c(270) : warning C4700: uninitialized local variable 'status' ...
49/4711 Adjust tuples estimate for appendrel
macOS - Sonoma - Meson
tap
[19:13:02.887](0.000s) not ok 122 - all authentication types forbidden, fails with SCRAM auth: matches
test
[19:13:54.903] 240/309 postgresql:authentication / authentication/001_password                         ERROR            ...
51/5272 Truncate logs by max_log_size
CompilerWarnings
compiler
[16:37:12.086] elog.c:1699:9: error: initializing 'char *' with an expression of type 'const char *' discards qualifiers...
compiler
[16:35:20.582] elog.c:1699:9: error: initializing 'char *' with an expression of type 'const char *' discards qualifiers...
compiler
[16:32:54.972] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar...
compiler
[16:31:05.701] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar...
compiler
[16:40:57.306] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar...
51/5114 MergeJoin beats HashJoin in the case of multiple hash clauses
CompilerWarnings
compiler
[14:28:56.908] selfuncs.c:3888:45: error: ‘group_rel’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[14:30:53.199] selfuncs.c:3888:45: error: ‘group_rel’ may be used uninitialized [-Werror=maybe-uninitialized]
50/4939 ECPG cleanup and fix for clang compile-time problem
CompilerWarnings
compiler
[13:27:57.587] ecpg.c:23:13: error: no previous extern declaration for non-static variable 'progname' [-Werror,-Wmissing...
compiler
[13:27:46.732] ecpg.c:23:13: error: no previous extern declaration for non-static variable 'progname' [-Werror,-Wmissing...
49/5125 Send duration output to separate files
FreeBSD - 13 - Meson
tap
[13:07:08.337](0.000s) not ok 12 - Duration CSV log file gets added to list on reload
[13:07:08.338](0.000s) not ok 14 - Duration statements are written to the duration CSV log file
[13:07:08.339](0.000s) not ok 15 - Duration statements do NOT get written to the normal stderr log file
[13:07:08.368](0.000s) not ok 18 - Duration JSON log file gets added to list on reload
[13:07:08.368](0.000s) not ok 19 - Duration statements are written to the duration JSON log file
[13:07:08.369](0.000s) not ok 20 - Duration statements do NOT get written to the normal stderr log file
[13:07:08.425](0.000s) not ok 23 - Duration stderr log file gets added to list on reload
[13:07:08.425](0.000s) not ok 24 - Duration CSV log file gets added to list on reload
[13:07:08.427](0.000s) not ok 25 - Duration JSON log file gets added to list on reload
[13:07:08.427](0.000s) not ok 26 - Duration statements are written to the duration stderr log file
[13:07:08.427](0.000s) not ok 27 - Duration statements are written to the duration CSV log file
[13:07:08.428](0.000s) not ok 28 - Duration statements are written to the duration JSON log file
[13:07:08.429](0.000s) not ok 29 - Duration statements do NOT get written to the normal stderr log file
tap
[13:08:24.904](1.479s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[13:08:34.979] 173/310 postgresql:pg_ctl / pg_ctl/005_log_duration_destination                         ERROR            ...
[13:08:34.979] 291/310 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
Linux - Debian Bookworm - Autoconf
tap
[13:09:45.635](0.000s) not ok 12 - Duration CSV log file gets added to list on reload
[13:09:45.636](0.000s) not ok 14 - Duration statements are written to the duration CSV log file
[13:09:45.636](0.000s) not ok 15 - Duration statements do NOT get written to the normal stderr log file
[13:09:45.801](0.000s) not ok 18 - Duration JSON log file gets added to list on reload
[13:09:45.801](0.000s) not ok 19 - Duration statements are written to the duration JSON log file
[13:09:45.802](0.000s) not ok 20 - Duration statements do NOT get written to the normal stderr log file
[13:09:45.998](0.000s) not ok 23 - Duration stderr log file gets added to list on reload
[13:09:45.999](0.000s) not ok 24 - Duration CSV log file gets added to list on reload
[13:09:45.999](0.000s) not ok 25 - Duration JSON log file gets added to list on reload
[13:09:45.999](0.000s) not ok 26 - Duration statements are written to the duration stderr log file
[13:09:46.000](0.000s) not ok 27 - Duration statements are written to the duration CSV log file
[13:09:46.000](0.000s) not ok 28 - Duration statements are written to the duration JSON log file
[13:09:46.000](0.000s) not ok 29 - Duration statements do NOT get written to the normal stderr log file
tap
[13:09:53.492](0.678s) not ok 1 - no parameters missing from postgresql.conf.sample
Linux - Debian Bookworm - Meson
core
[13:12:21.570] #0  <unavailable> in ?? ()
core
[13:12:21.570] #0  0x00007f988f4aed24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[13:12:21.570] #1  0x00007f988f45b239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[13:12:21.570] #2  0x00007f988f516184 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:12:21.570] #3  0x00007f988f5287dc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
tap
[13:10:05.451](0.000s) not ok 12 - Duration CSV log file gets added to list on reload
[13:10:05.451](0.000s) not ok 14 - Duration statements are written to the duration CSV log file
[13:10:05.452](0.000s) not ok 15 - Duration statements do NOT get written to the normal stderr log file
[13:10:05.616](0.000s) not ok 18 - Duration JSON log file gets added to list on reload
[13:10:05.617](0.000s) not ok 19 - Duration statements are written to the duration JSON log file
[13:10:05.617](0.000s) not ok 20 - Duration statements do NOT get written to the normal stderr log file
[13:10:05.825](0.001s) not ok 23 - Duration stderr log file gets added to list on reload
[13:10:05.826](0.000s) not ok 24 - Duration CSV log file gets added to list on reload
[13:10:05.826](0.000s) not ok 25 - Duration JSON log file gets added to list on reload
[13:10:05.826](0.000s) not ok 26 - Duration statements are written to the duration stderr log file
[13:10:05.827](0.000s) not ok 27 - Duration statements are written to the duration CSV log file
[13:10:05.827](0.000s) not ok 28 - Duration statements are written to the duration JSON log file
[13:10:05.827](0.000s) not ok 29 - Duration statements do NOT get written to the normal stderr log file
tap
[13:11:10.089](0.492s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[13:11:20.508] 172/310 postgresql:pg_ctl / pg_ctl/005_log_duration_destination                         ERROR            ...
[13:11:20.508] 289/310 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
macOS - Sonoma - Meson
tap
[13:07:55.766](0.000s) not ok 12 - Duration CSV log file gets added to list on reload
[13:07:55.766](0.000s) not ok 14 - Duration statements are written to the duration CSV log file
[13:07:55.767](0.000s) not ok 15 - Duration statements do NOT get written to the normal stderr log file
[13:07:55.876](0.000s) not ok 18 - Duration JSON log file gets added to list on reload
[13:07:55.876](0.000s) not ok 19 - Duration statements are written to the duration JSON log file
[13:07:55.876](0.000s) not ok 20 - Duration statements do NOT get written to the normal stderr log file
[13:07:56.059](0.000s) not ok 23 - Duration stderr log file gets added to list on reload
[13:07:56.059](0.000s) not ok 24 - Duration CSV log file gets added to list on reload
[13:07:56.060](0.000s) not ok 25 - Duration JSON log file gets added to list on reload
[13:07:56.060](0.000s) not ok 26 - Duration statements are written to the duration stderr log file
[13:07:56.060](0.000s) not ok 27 - Duration statements are written to the duration CSV log file
[13:07:56.060](0.000s) not ok 28 - Duration statements are written to the duration JSON log file
[13:07:56.060](0.000s) not ok 29 - Duration statements do NOT get written to the normal stderr log file
[13:07:58.091](2.030s) not ok 33 - Log file has rotated to a new name (type=csvlog)
[13:07:58.092](0.000s) not ok 34 - Log file has rotated to a new name (type=jsonlog)
[13:07:58.092](0.000s) not ok 35 - Log file has rotated to a new name (type=stderr)
tap
[13:09:39.851](1.405s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[13:09:53.916] 167/310 postgresql:pg_ctl / pg_ctl/005_log_duration_destination                         ERROR            ...
[13:09:53.916] 291/310 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[13:11:48.331](0.002s) not ok 12 - Duration CSV log file gets added to list on reload
[13:11:48.332](0.000s) not ok 14 - Duration statements are written to the duration CSV log file
[13:11:48.332](0.000s) not ok 15 - Duration statements do NOT get written to the normal stderr log file
[13:11:48.691](0.001s) not ok 18 - Duration JSON log file gets added to list on reload
[13:11:48.691](0.000s) not ok 19 - Duration statements are written to the duration JSON log file
[13:11:48.692](0.000s) not ok 20 - Duration statements do NOT get written to the normal stderr log file
[13:11:49.004](0.002s) not ok 23 - Duration stderr log file gets added to list on reload
[13:11:49.005](0.001s) not ok 24 - Duration CSV log file gets added to list on reload
[13:11:49.005](0.001s) not ok 25 - Duration JSON log file gets added to list on reload
[13:11:49.006](0.001s) not ok 26 - Duration statements are written to the duration stderr log file
[13:11:49.007](0.000s) not ok 27 - Duration statements are written to the duration CSV log file
[13:11:49.008](0.000s) not ok 28 - Duration statements are written to the duration JSON log file
[13:11:49.009](0.000s) not ok 29 - Duration statements do NOT get written to the normal stderr log file
tap
[13:15:49.751](1.921s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[13:16:18.897] 163/305 postgresql:pg_ctl / pg_ctl/005_log_duration_destination                         ERROR            ...
[13:16:18.897] 285/305 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
51/5027 Track the amount of time waiting due to cost_delay
CompilerWarnings
compiler
[12:39:40.777] vacuum.c:121:9: error: no previous extern declaration for non-static variable 'nap_time_since_last_report...
compiler
[12:39:08.149] vacuum.c:121:9: error: no previous extern declaration for non-static variable 'nap_time_since_last_report...
50/4754 Add LSN <-> time conversion facility
CompilerWarnings
compiler
[12:32:03.296] pgstat_wal.c:362:48: error: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 2 has...
compiler
[12:32:03.296] pgstat_wal.c:545:26: error: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 2 has...
Linux - Debian Bookworm - Meson
core
[12:32:41.570] #0  0xf7f87559 in __kernel_vsyscall ()
[12:32:41.570] #1  0xf68c22f7 in ?? () from /lib/i386-linux-gnu/libc.so.6
[12:32:41.570] #2  0xf6871111 in raise () from /lib/i386-linux-gnu/libc.so.6
[12:32:41.570] #3  0xf685a26a in abort () from /lib/i386-linux-gnu/libc.so.6
[12:32:41.570] #4  0xf6a7dd4a in __sanitizer::Abort () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_pos...
[12:32:41.570] #5  0xf6a8c896 in __sanitizer::Die () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_termi...
[12:32:41.570] #6  0xf6a6ac5b in __ubsan::__ubsan_handle_nonnull_arg_abort (Data=<optimized out>) at ../../../../../src/...
[12:32:41.570] #7  0x568c41f0 in fill_val (att=att@entry=0x58b969b4, bit=<optimized out>, bitmask=bitmask@entry=0xffe777...
[12:32:41.570] #8  0x568c5fa3 in heap_fill_tuple (tupleDesc=0x58b969a0, values=0xffe777a8, isnull=0xffe777a6, data=<opti...
[12:32:41.570] #9  0x568c7b64 in heap_form_tuple (tupleDescriptor=0x58b969a0, values=0xffe777a8, isnull=0xffe777a6) at ....
core
[12:32:40.868] #0  0xf7f0a559 in __kernel_vsyscall ()
[12:32:40.868] #1  0xf68452f7 in ?? () from /lib/i386-linux-gnu/libc.so.6
[12:32:40.868] #2  0xf67f4111 in raise () from /lib/i386-linux-gnu/libc.so.6
[12:32:40.868] #3  0xf67dd26a in abort () from /lib/i386-linux-gnu/libc.so.6
[12:32:40.868] #4  0xf6a00d4a in __sanitizer::Abort () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_pos...
[12:32:40.868] #5  0xf6a0f896 in __sanitizer::Die () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_termi...
[12:32:40.868] #6  0xf69edc5b in __ubsan::__ubsan_handle_nonnull_arg_abort (Data=<optimized out>) at ../../../../../src/...
[12:32:40.868] #7  0x569871f0 in fill_val (att=att@entry=0x59db1424, bit=<optimized out>, bitmask=bitmask@entry=0xff875e...
[12:32:40.868] #8  0x56988fa3 in heap_fill_tuple (tupleDesc=0x59db1410, values=0xff875f18, isnull=0xff875f16, data=<opti...
[12:32:40.868] #9  0x5698ab64 in heap_form_tuple (tupleDescriptor=0x59db1410, values=0xff875f18, isnull=0xff875f16) at ....
core
[12:32:40.144] #0  0xf7ecd559 in __kernel_vsyscall ()
[12:32:40.144] #1  0xf68082f7 in ?? () from /lib/i386-linux-gnu/libc.so.6
[12:32:40.144] #2  0xf67b7111 in raise () from /lib/i386-linux-gnu/libc.so.6
[12:32:40.144] #3  0xf67a026a in abort () from /lib/i386-linux-gnu/libc.so.6
[12:32:40.144] #4  0xf69c3d4a in __sanitizer::Abort () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_pos...
[12:32:40.144] #5  0xf69d2896 in __sanitizer::Die () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_termi...
[12:32:40.144] #6  0xf69b0c5b in __ubsan::__ubsan_handle_nonnull_arg_abort (Data=<optimized out>) at ../../../../../src/...
[12:32:40.144] #7  0x568c01f0 in fill_val (att=att@entry=0x58f92074, bit=<optimized out>, bitmask=bitmask@entry=0xff9734...
[12:32:40.144] #8  0x568c1fa3 in heap_fill_tuple (tupleDesc=0x58f92060, values=0xff973538, isnull=0xff973536, data=<opti...
[12:32:40.144] #9  0x568c3b64 in heap_form_tuple (tupleDescriptor=0x58f92060, values=0xff973538, isnull=0xff973536) at ....
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build-32/testrun/pg_upgr...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-09-28 12:20:49.785038341 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_join.out	2024-09-28 12:29:16....
@@ -4597,635 +4597,10 @@
 (13 rows)
 
 ALTER TABLE plt2_adv DETACH PARTITION plt2_adv_p2_ext;
--- Change plt2_adv_p2_ext to the default partition
-ALTER TABLE plt2_adv ATTACH PARTITION plt2_adv_p2_ext DEFAULT;
-ANALYZE plt2_adv;
--- Partitioned join can't be applied because the default partition of plt1_adv
--- matches plt2_adv_p1 and plt2_adv_p2_ext
-EXPLAIN (COSTS OFF)
-SELECT t1.a, t1.c, t2.a, t2.c FROM plt1_adv t1 INNER JOIN plt2_adv t2 ON (t1.a = t2.a AND t1.c = t2.c) WHERE t1.b < 10 ...
-                      QUERY PLAN                      
-------------------------------------------------------
- Sort
-   Sort Key: t1.a
-   ->  Hash Join
-         Hash Cond: ((t2.a = t1.a) AND (t2.c = t1.c))
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build-32/testrun/recover...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-09-28 12:20:49.785038341 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/recovery/027_stream_regress/data/results/partition_join.out	2024-09-28 12:29:4...
@@ -1801,3431 +1801,10 @@
 -- inner join, qual covering only top-level partitions
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1_l t1, prt2_l t2 WHERE t1.a = t2.b AND t1.b = 0 ORDER BY t1.a, t2.b;
-                         QUERY PLAN                          
--------------------------------------------------------------
- Sort
-   Sort Key: t1.a
-   ->  Append
-         ->  Hash Join
-               Hash Cond: (t2_1.b = t1_1.a)
-               ->  Seq Scan on prt2_l_p1 t2_1
-               ->  Hash
-                     ->  Seq Scan on prt1_l_p1 t1_1
-                           Filter: (b = 0)
-         ->  Hash Join
-               Hash Cond: (t2_3.b = t1_3.a)
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build-32/testrun/regress...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-09-28 12:20:49.785038341 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/regress/regress/results/partition_join.out	2024-09-28 12:29:11.358800973 +0000
@@ -3470,1762 +3470,7 @@
 DROP TABLE prt2_adv;
 -- Tests for list-partitioned tables
 CREATE TABLE plt1_adv (a int, b int, c text) PARTITION BY LIST (c);
-CREATE TABLE plt1_adv_p1 PARTITION OF plt1_adv FOR VALUES IN ('0001', '0003');
-CREATE TABLE plt1_adv_p2 PARTITION OF plt1_adv FOR VALUES IN ('0004', '0006');
-CREATE TABLE plt1_adv_p3 PARTITION OF plt1_adv FOR VALUES IN ('0008', '0009');
-INSERT INTO plt1_adv SELECT i, i, to_char(i % 10, 'FM0000') FROM generate_series(1, 299) i WHERE i % 10 IN (1, 3, 4, 6,...
-ANALYZE plt1_adv;
-CREATE TABLE plt2_adv (a int, b int, c text) PARTITION BY LIST (c);
-CREATE TABLE plt2_adv_p1 PARTITION OF plt2_adv FOR VALUES IN ('0002', '0003');
-CREATE TABLE plt2_adv_p2 PARTITION OF plt2_adv FOR VALUES IN ('0004', '0006');
-CREATE TABLE plt2_adv_p3 PARTITION OF plt2_adv FOR VALUES IN ('0007', '0009');
-INSERT INTO plt2_adv SELECT i, i, to_char(i % 10, 'FM0000') FROM generate_series(1, 299) i WHERE i % 10 IN (2, 3, 4, 6,...
-ANALYZE plt2_adv;
--- inner join
-EXPLAIN (COSTS OFF)
...
tap
[12:29:17.515](63.529s) not ok 5 - regression tests pass
[12:29:22.140](4.613s) not ok 6 - dump before running pg_upgrade
tap
[12:29:49.396](62.389s) not ok 2 - regression tests pass
test
[12:31:33.214]  38/309 postgresql:regress / regress/regress                                            ERROR            ...
[12:31:33.214]  44/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[12:31:33.214] 114/309 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
51/5277 general purpose array_sort
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/arrays.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/arrays.out	2024-09-28 12:02:44.643697000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/arrays.out	2024-09-28 12:04:28.843407000 +...
@@ -2749,13 +2749,13 @@
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[]);
                             array_sort                            
 ------------------------------------------------------------------
- {"abc DEF 123abc","ábc sßs ßss DÉF",ⱥȺ,ⱥⱥⱥ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž"}
+ {"abc DEF 123abc","ábc sßs ßss DÉF","DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥȺ,ⱥⱥⱥ}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[], 'desc');
                             array_sort                            
 ------------------------------------------------------------------
- {"DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥⱥⱥ,ⱥȺ,"ábc sßs ßss DÉF","abc DEF 123abc"}
+ {ⱥⱥⱥ,ⱥȺ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž","ábc sßs ßss DÉF","abc DEF 123abc"}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[] COLLATE "pg_c_utf8", 'asc');
tap
[12:05:11.052](59.358s) not ok 5 - regression tests pass
test
[12:07:47.515]  81/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/arrays.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/res...
--- /tmp/cirrus-ci-build/src/test/regress/expected/arrays.out	2024-09-28 12:02:45.397009092 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/arrays.out	2024-09-28 12:10:05.270222254 +0000
@@ -2749,13 +2749,13 @@
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[]);
                             array_sort                            
 ------------------------------------------------------------------
- {"abc DEF 123abc","ábc sßs ßss DÉF",ⱥȺ,ⱥⱥⱥ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž"}
+ {"abc DEF 123abc","ábc sßs ßss DÉF","DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥȺ,ⱥⱥⱥ}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[], 'desc');
                             array_sort                            
 ------------------------------------------------------------------
- {"DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥⱥⱥ,ⱥȺ,"ábc sßs ßss DÉF","abc DEF 123abc"}
+ {ⱥⱥⱥ,ⱥȺ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž","ábc sßs ßss DÉF","abc DEF 123abc"}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[] COLLATE "pg_c_utf8", 'asc');
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/arrays.out /tmp/cirrus-ci-build/src/test/recovery/tmp_check/resu...
--- /tmp/cirrus-ci-build/src/test/regress/expected/arrays.out	2024-09-28 12:02:45.397009092 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/arrays.out	2024-09-28 12:11:38.046408699 +0000
@@ -2749,13 +2749,13 @@
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[]);
                             array_sort                            
 ------------------------------------------------------------------
- {"abc DEF 123abc","ábc sßs ßss DÉF",ⱥȺ,ⱥⱥⱥ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž"}
+ {"abc DEF 123abc","ábc sßs ßss DÉF","DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥȺ,ⱥⱥⱥ}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[], 'desc');
                             array_sort                            
 ------------------------------------------------------------------
- {"DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥⱥⱥ,ⱥȺ,"ábc sßs ßss DÉF","abc DEF 123abc"}
+ {ⱥⱥⱥ,ⱥȺ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž","ábc sßs ßss DÉF","abc DEF 123abc"}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[] COLLATE "pg_c_utf8", 'asc');
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/arrays.out /tmp/cirrus-ci-build/src/test/regress/results/arrays....
--- /tmp/cirrus-ci-build/src/test/regress/expected/arrays.out	2024-09-28 12:02:45.397009092 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/arrays.out	2024-09-28 12:07:15.810889777 +0000
@@ -2749,13 +2749,13 @@
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[]);
                             array_sort                            
 ------------------------------------------------------------------
- {"abc DEF 123abc","ábc sßs ßss DÉF",ⱥȺ,ⱥⱥⱥ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž"}
+ {"abc DEF 123abc","ábc sßs ßss DÉF","DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥȺ,ⱥⱥⱥ}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[], 'desc');
                             array_sort                            
 ------------------------------------------------------------------
- {"DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥⱥⱥ,ⱥȺ,"ábc sßs ßss DÉF","abc DEF 123abc"}
+ {ⱥⱥⱥ,ⱥȺ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž","ábc sßs ßss DÉF","abc DEF 123abc"}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[] COLLATE "pg_c_utf8", 'asc');
tap
[12:11:19.474](104.422s) not ok 5 - regression tests pass
tap
[12:12:25.488](63.281s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Meson
core
[12:11:48.466] #0  <unavailable> in ?? ()
core
[12:11:48.589] #0  0x00007f00f11f1d24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[12:11:48.589] #1  0x00007f00f119e239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[12:11:48.589] #2  0x00007f00f119e497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[12:11:48.589] #3  0x0000563ef3c515c1 in ?? ()
[12:11:48.589] #4  0x0000563ef3c4b369 in ?? ()
[12:11:48.589] #5  0x0000563ef3c4a20f in ?? ()
[12:11:48.589] #6  0x0000563ef3c4ac3b in ?? ()
[12:11:48.589] #7  0x0000563ef3c4866f in ?? ()
[12:11:48.589] #8  0x00007f00f118924a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:11:48.589] #9  0x00007f00f1189305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[12:11:48.466] #0  0x00007f00f11f1d24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[12:11:48.466] #1  0x00007f00f119e239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[12:11:48.466] #2  0x00007f00f119e497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[12:11:48.466] #3  0x0000563ef3c515f3 in ?? ()
[12:11:48.466] #4  0x0000563ef3c4b369 in ?? ()
[12:11:48.466] #5  0x0000563ef3c4a20f in ?? ()
[12:11:48.466] #6  0x0000563ef3c4ac3b in ?? ()
[12:11:48.466] #7  0x0000563ef3c4866f in ?? ()
[12:11:48.466] #8  0x00007f00f118924a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:11:48.466] #9  0x00007f00f1189305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/arrays.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/arrays.out	2024-09-28 12:02:44.373506212 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/arrays.out	2024-09-28 12:06:49.099707087 +...
@@ -2749,13 +2749,13 @@
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[]);
                             array_sort                            
 ------------------------------------------------------------------
- {"abc DEF 123abc","ábc sßs ßss DÉF",ⱥȺ,ⱥⱥⱥ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž"}
+ {"abc DEF 123abc","ábc sßs ßss DÉF","DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥȺ,ⱥⱥⱥ}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[], 'desc');
                             array_sort                            
 ------------------------------------------------------------------
- {"DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥⱥⱥ,ⱥȺ,"ábc sßs ßss DÉF","abc DEF 123abc"}
+ {ⱥⱥⱥ,ⱥȺ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž","ábc sßs ßss DÉF","abc DEF 123abc"}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[] COLLATE "pg_c_utf8", 'asc');
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/arrays.out /tmp/cirrus-ci-build/build/testrun/recovery/027_strea...
--- /tmp/cirrus-ci-build/src/test/regress/expected/arrays.out	2024-09-28 12:02:44.373506212 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/arrays.out	2024-09-28 12:07:27.719671896...
@@ -2749,13 +2749,13 @@
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[]);
                             array_sort                            
 ------------------------------------------------------------------
- {"abc DEF 123abc","ábc sßs ßss DÉF",ⱥȺ,ⱥⱥⱥ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž"}
+ {"abc DEF 123abc","ábc sßs ßss DÉF","DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥȺ,ⱥⱥⱥ}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[], 'desc');
                             array_sort                            
 ------------------------------------------------------------------
- {"DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥⱥⱥ,ⱥȺ,"ábc sßs ßss DÉF","abc DEF 123abc"}
+ {ⱥⱥⱥ,ⱥȺ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž","ábc sßs ßss DÉF","abc DEF 123abc"}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[] COLLATE "pg_c_utf8", 'asc');
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/arrays.out /tmp/cirrus-ci-build/build/testrun/regress/regress/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/arrays.out	2024-09-28 12:02:44.373506212 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/arrays.out	2024-09-28 12:06:46.667709829 +0000
@@ -2749,13 +2749,13 @@
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[]);
                             array_sort                            
 ------------------------------------------------------------------
- {"abc DEF 123abc","ábc sßs ßss DÉF",ⱥȺ,ⱥⱥⱥ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž"}
+ {"abc DEF 123abc","ábc sßs ßss DÉF","DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥȺ,ⱥⱥⱥ}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[], 'desc');
                             array_sort                            
 ------------------------------------------------------------------
- {"DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥⱥⱥ,ⱥȺ,"ábc sßs ßss DÉF","abc DEF 123abc"}
+ {ⱥⱥⱥ,ⱥȺ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž","ábc sßs ßss DÉF","abc DEF 123abc"}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[] COLLATE "pg_c_utf8", 'asc');
tap
[12:07:45.572](73.025s) not ok 5 - regression tests pass
tap
[12:08:18.738](72.650s) not ok 2 - regression tests pass
test
[12:09:58.103]  14/309 postgresql:regress / regress/regress                                            ERROR            ...
[12:09:58.103] 121/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[12:09:58.103] 153/309 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/arrays.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgr...
--- /Users/admin/pgsql/src/test/regress/expected/arrays.out	2024-09-28 12:02:46
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/arrays.out	2024-09-28 12:04:50
@@ -2749,13 +2749,13 @@
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[]);
                             array_sort                            
 ------------------------------------------------------------------
- {"abc DEF 123abc","ábc sßs ßss DÉF",ⱥȺ,ⱥⱥⱥ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž"}
+ {"abc DEF 123abc","ábc sßs ßss DÉF","DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥȺ,ⱥⱥⱥ}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[], 'desc');
                             array_sort                            
 ------------------------------------------------------------------
- {"DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥⱥⱥ,ⱥȺ,"ábc sßs ßss DÉF","abc DEF 123abc"}
+ {ⱥⱥⱥ,ⱥȺ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž","ábc sßs ßss DÉF","abc DEF 123abc"}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[] COLLATE "pg_c_utf8", 'asc');
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/arrays.out /Users/admin/pgsql/build/testrun/recovery/027_stream_re...
--- /Users/admin/pgsql/src/test/regress/expected/arrays.out	2024-09-28 12:02:46
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/arrays.out	2024-09-28 12:05:50
@@ -2749,13 +2749,13 @@
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[]);
                             array_sort                            
 ------------------------------------------------------------------
- {"abc DEF 123abc","ábc sßs ßss DÉF",ⱥȺ,ⱥⱥⱥ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž"}
+ {"abc DEF 123abc","ábc sßs ßss DÉF","DŽxxDŽ džxxDž Džxxdž",ⱥȺ,ȺȺȺ,ⱥⱥⱥ}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[], 'desc');
                             array_sort                            
 ------------------------------------------------------------------
- {"DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥⱥⱥ,ⱥȺ,"ábc sßs ßss DÉF","abc DEF 123abc"}
+ {ⱥⱥⱥ,ȺȺȺ,ⱥȺ,"DŽxxDŽ džxxDž Džxxdž","ábc sßs ßss DÉF","abc DEF 123abc"}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[] COLLATE "pg_c_utf8", 'asc');
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/arrays.out /Users/admin/pgsql/build/testrun/regress/regress/result...
--- /Users/admin/pgsql/src/test/regress/expected/arrays.out	2024-09-28 12:02:46
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/arrays.out	2024-09-28 12:04:49
@@ -2749,13 +2749,13 @@
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[]);
                             array_sort                            
 ------------------------------------------------------------------
- {"abc DEF 123abc","ábc sßs ßss DÉF",ⱥȺ,ⱥⱥⱥ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž"}
+ {"abc DEF 123abc","ábc sßs ßss DÉF","DŽxxDŽ džxxDž Džxxdž",ⱥȺ,ȺȺȺ,ⱥⱥⱥ}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[], 'desc');
                             array_sort                            
 ------------------------------------------------------------------
- {"DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥⱥⱥ,ⱥȺ,"ábc sßs ßss DÉF","abc DEF 123abc"}
+ {ⱥⱥⱥ,ȺȺȺ,ⱥȺ,"DŽxxDŽ džxxDž Džxxdž","ábc sßs ßss DÉF","abc DEF 123abc"}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[] COLLATE "pg_c_utf8", 'asc');
tap
[12:05:21.090](47.304s) not ok 5 - regression tests pass
tap
[12:06:32.879](64.525s) not ok 2 - regression tests pass
test
[12:09:14.318]  24/309 postgresql:regress / regress/regress                                            ERROR            ...
[12:09:14.318]  44/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[12:09:14.318] 140/309 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/arrays.out C:/cirrus/build/testrun/pg_upgrade/002_pg_up...
--- C:/cirrus/src/test/regress/expected/arrays.out	2024-09-28 12:03:02.687812700 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/arrays.out	2024-09-28 12:05:40.133419700 +0000
@@ -2749,13 +2749,13 @@
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[]);
                             array_sort                            
 ------------------------------------------------------------------
- {"abc DEF 123abc","ábc sßs ßss DÉF",ⱥȺ,ⱥⱥⱥ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž"}
+ {"abc DEF 123abc","ábc sßs ßss DÉF","DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥȺ,ⱥⱥⱥ}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[], 'desc');
                             array_sort                            
 ------------------------------------------------------------------
- {"DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥⱥⱥ,ⱥȺ,"ábc sßs ßss DÉF","abc DEF 123abc"}
+ {ⱥⱥⱥ,ⱥȺ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž","ábc sßs ßss DÉF","abc DEF 123abc"}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[] COLLATE "pg_c_utf8", 'asc');
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/arrays.out C:/cirrus/build/testrun/recovery/027_stream_...
--- C:/cirrus/src/test/regress/expected/arrays.out	2024-09-28 12:03:02.687812700 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/arrays.out	2024-09-28 12:08:03.172243500 +0000
@@ -2747,26 +2747,22 @@
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[]);
-                            array_sort                            
-------------------------------------------------------------------
- {"abc DEF 123abc","ábc sßs ßss DÉF",ⱥȺ,ⱥⱥⱥ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž"}
+                                       array_sort                                       
+----------------------------------------------------------------------------------------
+ {"ábc sßs ßss DÉF",ⱥⱥⱥ,ⱥȺ,"abc DEF 123abc","DŽxxDŽ džxxDž Džxxdž",ȺȺȺ}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[], 'desc');
-                            array_sort                            
-------------------------------------------------------------------
- {"DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥⱥⱥ,ⱥȺ,"ábc sßs ßss DÉF","abc DEF 123abc"}
+                                       array_sort                                       
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/arrays.out C:/cirrus/build/testrun/regress/regress/resu...
--- C:/cirrus/src/test/regress/expected/arrays.out	2024-09-28 12:03:02.687812700 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/arrays.out	2024-09-28 12:05:31.697827600 +0000
@@ -2747,26 +2747,22 @@
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[]);
-                            array_sort                            
-------------------------------------------------------------------
- {"abc DEF 123abc","ábc sßs ßss DÉF",ⱥȺ,ⱥⱥⱥ,ȺȺȺ,"DŽxxDŽ džxxDž Džxxdž"}
+                                       array_sort                                       
+----------------------------------------------------------------------------------------
+ {"ábc sßs ßss DÉF",ⱥⱥⱥ,ⱥȺ,"abc DEF 123abc","DŽxxDŽ džxxDž Džxxdž",ȺȺȺ}
 (1 row)
 
 SELECT array_sort('{abc DEF 123abc,ábc sßs ßss DÉF,DŽxxDŽ džxxDž Džxxdž,ȺȺȺ,ⱥⱥⱥ,ⱥȺ}'::text[], 'desc');
-                            array_sort                            
-------------------------------------------------------------------
- {"DŽxxDŽ džxxDž Džxxdž",ȺȺȺ,ⱥⱥⱥ,ⱥȺ,"ábc sßs ßss DÉF","abc DEF 123abc"}
+                                       array_sort                                       
...
tap
[12:07:02.089](112.847s) not ok 5 - regression tests pass
tap
[12:09:31.286](134.088s) not ok 2 - regression tests pass
test
[12:16:04.846]   6/304 postgresql:regress / regress/regress                                            ERROR           1...
[12:16:04.846]  37/304 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[12:16:04.846]  95/304 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5128 Allow partition-wise join when whole row var is needed
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out /tmp/cirrus-ci-build/build/testrun/postgres...
--- /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out	2024-09-28 11:19:42.022771000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/postgres_fdw/regress/results/postgres_fdw.out	2024-09-28 11:22:29.387417000 +0000
@@ -10155,7 +10155,9 @@
          ->  Foreign Scan
                Relations: (ftprt1_p1 t1_1) INNER JOIN (ftprt2_p1 t2_1)
                ->  Result
+                     Disabled Nodes: 1
                      ->  Sort
+                           Disabled Nodes: 1
                            Sort Key: t2_1.a
                            ->  Nested Loop
                                  ->  Foreign Scan on ftprt1_p1 t1_1
@@ -10163,12 +10165,14 @@
          ->  Foreign Scan
                Relations: (ftprt1_p2 t1_2) INNER JOIN (ftprt2_p2 t2_2)
                ->  Result
+                     Disabled Nodes: 1
                      ->  Sort
+                           Disabled Nodes: 1
...
test
[11:24:21.394] 117/309 postgresql:postgres_fdw / postgres_fdw/regress                                  ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out /tmp/cirrus-ci-build/contrib/postgres_fdw/r...
--- /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out	2024-09-28 11:19:37.334633742 +0000
+++ /tmp/cirrus-ci-build/contrib/postgres_fdw/results/postgres_fdw.out	2024-09-28 11:25:33.294189634 +0000
@@ -10155,7 +10155,9 @@
          ->  Foreign Scan
                Relations: (ftprt1_p1 t1_1) INNER JOIN (ftprt2_p1 t2_1)
                ->  Result
+                     Disabled Nodes: 1
                      ->  Sort
+                           Disabled Nodes: 1
                            Sort Key: t2_1.a
                            ->  Nested Loop
                                  ->  Foreign Scan on ftprt1_p1 t1_1
@@ -10163,12 +10165,14 @@
          ->  Foreign Scan
                Relations: (ftprt1_p2 t1_2) INNER JOIN (ftprt2_p2 t2_2)
                ->  Result
+                     Disabled Nodes: 1
                      ->  Sort
+                           Disabled Nodes: 1
...
Linux - Debian Bookworm - Meson
core
[11:27:12.970] #0  0x00007f2161747d24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[11:27:12.970] #1  0x00007f21616f4239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[11:27:12.970] #2  0x00007f21616f4497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[11:27:12.970] #3  0x0000563c6123c5c1 in ?? ()
[11:27:12.970] #4  0x0000563c61236369 in ?? ()
[11:27:12.970] #5  0x0000563c6123520f in ?? ()
[11:27:12.970] #6  0x0000563c61235c3b in ?? ()
[11:27:12.970] #7  0x0000563c6123366f in ?? ()
[11:27:12.970] #8  0x00007f21616df24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[11:27:12.970] #9  0x00007f21616df305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[11:27:12.844] #0  0x00007f2161747d24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[11:27:12.844] #1  0x00007f21616f4239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[11:27:12.844] #2  0x00007f21616f4497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[11:27:12.844] #3  0x0000563c6123c5f3 in ?? ()
[11:27:12.844] #4  0x0000563c61236369 in ?? ()
[11:27:12.844] #5  0x0000563c6123520f in ?? ()
[11:27:12.844] #6  0x0000563c61235c3b in ?? ()
[11:27:12.844] #7  0x0000563c6123366f in ?? ()
[11:27:12.844] #8  0x00007f21616df24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[11:27:12.844] #9  0x00007f21616df305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[11:27:12.844] #0  <unavailable> in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out /tmp/cirrus-ci-build/build/testrun/postgres...
--- /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out	2024-09-28 11:19:36.574083422 +0000
+++ /tmp/cirrus-ci-build/build/testrun/postgres_fdw/regress/results/postgres_fdw.out	2024-09-28 11:24:23.388337326 +0000
@@ -10155,7 +10155,9 @@
          ->  Foreign Scan
                Relations: (ftprt1_p1 t1_1) INNER JOIN (ftprt2_p1 t2_1)
                ->  Result
+                     Disabled Nodes: 1
                      ->  Sort
+                           Disabled Nodes: 1
                            Sort Key: t2_1.a
                            ->  Nested Loop
                                  ->  Foreign Scan on ftprt1_p1 t1_1
@@ -10163,12 +10165,14 @@
          ->  Foreign Scan
                Relations: (ftprt1_p2 t1_2) INNER JOIN (ftprt2_p2 t2_2)
                ->  Result
+                     Disabled Nodes: 1
                      ->  Sort
+                           Disabled Nodes: 1
...
test
[11:26:12.209] 116/309 postgresql:postgres_fdw / postgres_fdw/regress                                  ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/contrib/postgres_fdw/expected/postgres_fdw.out C:/cirrus/build/testrun/postgres_f...
--- C:/cirrus/contrib/postgres_fdw/expected/postgres_fdw.out	2024-09-28 11:19:59.559092300 +0000
+++ C:/cirrus/build/testrun/postgres_fdw/regress/results/postgres_fdw.out	2024-09-28 11:26:48.928469000 +0000
@@ -10155,7 +10155,9 @@
          ->  Foreign Scan
                Relations: (ftprt1_p1 t1_1) INNER JOIN (ftprt2_p1 t2_1)
                ->  Result
+                     Disabled Nodes: 1
                      ->  Sort
+                           Disabled Nodes: 1
                            Sort Key: t2_1.a
                            ->  Nested Loop
                                  ->  Foreign Scan on ftprt1_p1 t1_1
@@ -10163,12 +10165,14 @@
          ->  Foreign Scan
                Relations: (ftprt1_p2 t1_2) INNER JOIN (ftprt2_p2 t2_2)
                ->  Result
+                     Disabled Nodes: 1
                      ->  Sort
+                           Disabled Nodes: 1
...
test
[11:32:36.176] 100/304 postgresql:postgres_fdw / postgres_fdw/regress                                  ERROR            ...
51/1608 declarative session variables, LET command
FreeBSD - 13 - Meson
assertion
TRAP: failed Assert("!IsQueryIdEnabled() || pgstat_get_my_query_id() != 0"), File: "../src/backend/executor/execMain.c",...
core
[07:57:07.563] #0  0x000000082ba8041a in thr_kill () from /lib/libc.so.7
[07:57:07.563] #1  0x000000082b9f9e64 in raise () from /lib/libc.so.7
[07:57:07.563] #2  0x000000082baaa6f9 in abort () from /lib/libc.so.7
[07:57:07.563] #3  0x0000000000a9abb5 in ExceptionalCondition (conditionName=0x344119 "!IsQueryIdEnabled() || pgstat_get...
[07:57:07.563] #4  0x000000000076cbda in ExecutorRun (queryDesc=0x83da0a6e8, direction=ForwardScanDirection, count=2, ex...
[07:57:07.563] #5  0x0000000000712d09 in ExecuteLetStmt (pstate=pstate@entry=0x837418038, stmt=stmt@entry=0x83d9d1660, p...
[07:57:07.563] #6  0x00000000009456d5 in standard_ProcessUtility (pstmt=0x83d9d1550, queryString=queryString@entry=0x83d...
[07:57:07.563] #7  0x000000083ac33dee in pgss_ProcessUtility (pstmt=0x83d9d01a0, queryString=0x83d9d1500 "PREPARE p1(num...
[07:57:07.563] #8  0x0000000000945043 in PortalRunUtility (portal=0x8372f5210, pstmt=0x83d9d01a0, isTopLevel=<optimized ...
[07:57:07.563] #9  0x00000000009446d4 in PortalRunMulti (portal=portal@entry=0x8372f5210, isTopLevel=false, setHoldSnaps...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/plpgsql.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stre...
--- /tmp/cirrus-ci-build/src/test/regress/expected/plpgsql.out	2024-09-28 07:49:59.094657000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/plpgsql.out	2024-09-28 07:53:19.82454700...
@@ -5622,233 +5622,10 @@
   REFERENCING OLD TABLE AS d NEW TABLE AS i
   FOR EACH STATEMENT EXECUTE PROCEDURE
     transition_table_level1_ri_parent_upd_func();
-CREATE FUNCTION transition_table_level2_ri_child_insupd_func()
-  RETURNS TRIGGER
-  LANGUAGE plpgsql
-AS $$
-  BEGIN
-    PERFORM FROM i
-      LEFT JOIN transition_table_level1 p
-        ON p.level1_no IS NOT NULL AND p.level1_no = i.parent_no
-      WHERE p.level1_no IS NULL;
-    IF FOUND THEN
-      RAISE EXCEPTION 'RI error';
-    END IF;
-    RETURN NULL;
...
tap
[07:53:20.360](55.794s) not ok 2 - regression tests pass
test
[07:55:20.859]  92/309 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
51/4285 Revise get_cheapest_parallel_safe_total_inner
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[06:29:16.628](5.850s) Bail out!  pg_ctl start failed
test
[06:37:13.738]  34/304 postgresql:recovery / recovery/031_recovery_conflict                            ERROR            ...
50/5021 Detection and resolution of logical replication conflict
FreeBSD - 13 - Meson
tap
timed out waiting for match: (?^:DETAIL:  Could not find the row to be updated, UPDATE can not be converted to INSERT, h...
test
[04:52:42.577] 310/310 postgresql:subscription / subscription/034_conflict_resolver                    ERROR           1...
Linux - Debian Bookworm - Autoconf
core
[04:58:55.123] #0  <unavailable> in ?? ()
core
[04:58:55.123] #0  0x00007fc4dbac4d24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[04:58:55.123] #1  0x00007fc4dba71239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[04:58:55.123] #2  0x00007fc4dba71497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[04:58:55.123] #3  0x00005590118c85f3 in ?? ()
[04:58:55.123] #4  0x00005590118c2369 in ?? ()
[04:58:55.123] #5  0x00005590118c120f in ?? ()
[04:58:55.123] #6  0x00005590118c1c3b in ?? ()
[04:58:55.123] #7  0x00005590118bf66f in ?? ()
[04:58:55.123] #8  0x00007fc4dba5c24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:58:55.123] #9  0x00007fc4dba5c305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[04:58:55.240] #0  0x00007fc4dbac4d24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[04:58:55.240] #1  0x00007fc4dba71239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[04:58:55.240] #2  0x00007fc4dba71497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[04:58:55.240] #3  0x00005590118c85c1 in ?? ()
[04:58:55.240] #4  0x00005590118c2369 in ?? ()
[04:58:55.240] #5  0x00005590118c120f in ?? ()
[04:58:55.240] #6  0x00005590118c1c3b in ?? ()
[04:58:55.240] #7  0x00005590118bf66f in ?? ()
[04:58:55.240] #8  0x00007fc4dba5c24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:58:55.240] #9  0x00007fc4dba5c305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
tap
timed out waiting for match: (?^:ERROR:  conflict detected on relation \"public.conf_tab_part_1\": conflict=update_missi...
Linux - Debian Bookworm - Meson
core
[04:59:18.423] #0  0x00007f6c41f56d24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[04:59:18.423] #1  0x00007f6c41f03239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[04:59:18.423] #2  0x00007f6c41f03497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[04:59:18.423] #3  0x00005584e21dc5c1 in ?? ()
[04:59:18.423] #4  0x00005584e21d6369 in ?? ()
[04:59:18.423] #5  0x00005584e21d520f in ?? ()
[04:59:18.423] #6  0x00005584e21d5c3b in ?? ()
[04:59:18.423] #7  0x00005584e21d366f in ?? ()
[04:59:18.423] #8  0x00007f6c41eee24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:59:18.423] #9  0x00007f6c41eee305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[04:59:18.543] #0  <unavailable> in ?? ()
core
[04:59:18.543] #0  0x00007f6c41f56d24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[04:59:18.543] #1  0x00007f6c41f03239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[04:59:18.543] #2  0x00007f6c41f03497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[04:59:18.543] #3  0x00005584e21dc5f3 in ?? ()
[04:59:18.543] #4  0x00005584e21d6369 in ?? ()
[04:59:18.543] #5  0x00005584e21d520f in ?? ()
[04:59:18.543] #6  0x00005584e21d5c3b in ?? ()
[04:59:18.543] #7  0x00005584e21d366f in ?? ()
[04:59:18.543] #8  0x00007f6c41eee24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:59:18.543] #9  0x00007f6c41eee305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
tap
timed out waiting for match: (?^:ERROR:  conflict detected on relation \"public.conf_tab_part_1\": conflict=update_missi...
test
[04:58:20.226] 310/310 postgresql:subscription / subscription/034_conflict_resolver                    ERROR           1...
macOS - Sonoma - Meson
core
[04:57:41.505]   * frame #0: 0x0000000195a77974 dyld`dyld4::PrebuiltLoader::recursiveMarkBeingValidated(dyld4::RuntimeSt...
[04:57:41.505]     frame #1: 0x0000000195a77934 dyld`dyld4::PrebuiltLoader::recursiveMarkBeingValidated(dyld4::RuntimeSt...
[04:57:41.505]     frame #2: 0x0000000195a77a80 dyld`dyld4::PrebuiltLoader::isValid(dyld4::RuntimeState const&) const + ...
[04:57:41.505]     frame #3: 0x0000000195a66a08 dyld`dyld4::RuntimeState::findPrebuiltLoader(char const*) const + 104
[04:57:41.505]     frame #4: 0x0000000195a6a8fc dyld`dyld4::Loader::makeDyldCacheLoader(Diagnostics&, dyld4::RuntimeStat...
[04:57:41.505]     frame #5: 0x0000000195a6be50 dyld`invocation function for block in dyld4::Loader::getLoader(Diagnosti...
[04:57:41.505]     frame #6: 0x0000000195a6af24 dyld`dyld4::Loader::forEachResolvedAtPathVar(dyld4::RuntimeState&, char ...
[04:57:41.505]     frame #7: 0x0000000195a59d08 dyld`dyld4::ProcessConfig::PathOverrides::forEachPathVariant(char const*...
[04:57:41.505]     frame #8: 0x0000000195a6aa5c dyld`dyld4::Loader::forEachPath(Diagnostics&, dyld4::RuntimeState&, char...
[04:57:41.505]     frame #9: 0x0000000195a6b150 dyld`dyld4::Loader::getLoader(Diagnostics&, dyld4::RuntimeState&, char c...
tap
timed out waiting for match: (?^:ERROR:  conflict detected on relation \"public.conf_tab_part_1\": conflict=update_missi...
test
[04:54:42.391] 310/310 postgresql:subscription / subscription/034_conflict_resolver                    ERROR           2...
Windows - Server 2019, VS 2019 - Meson & ninja
tap
timed out waiting for match: (?^:ERROR:  conflict detected on relation \"public.conf_tab_part_1\": conflict=update_missi...
test
[04:59:35.377] 305/305 postgresql:subscription / subscription/034_conflict_resolver                    ERROR           2...
51/4720 "unexpected duplicate for tablespace" problem in logical replication
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/00...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-09-28 03:22:15.777022000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_table.out	2024-09-28 03:23:49.032579...
@@ -3492,9 +3492,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37693 |            |             0 |       37693 | pktable_pkey
+ 37690 |            |             0 |       37690 | pktable
+ 37695 |            |             0 |       37695 | fktable
+ 38167 |            |             0 |       38183 | foo
+ 38187 |            |             0 |       38187 | pg_toast_38167_index
+ 38186 |            |             0 |       38186 | pg_toast_38167
+ 38394 |            |             0 |       38394 | old_oids
+ 38414 |            |             0 |       38414 | pg_toast_38411
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/recovery/027_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-09-28 03:22:15.777022000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/alter_table.out	2024-09-28 03:24:40.8253...
@@ -3492,9 +3492,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37656 |            |             0 |       37656 | pktable_pkey
+ 37653 |            |             0 |       37653 | pktable
+ 37658 |            |             0 |       37658 | fktable
+ 38145 |            |             0 |       38151 | foo
+ 38161 |            |             0 |       38161 | pg_toast_38145_index
+ 38160 |            |             0 |       38160 | pg_toast_38145
+ 38379 |            |             0 |       38379 | old_oids
+ 38396 |            |             0 |       38396 | pg_toast_38393
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/regress/regre...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-09-28 03:22:15.777022000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/alter_table.out	2024-09-28 03:23:51.482719000 +0000
@@ -3492,9 +3492,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37466 |            |             0 |       37466 | pktable_pkey
+ 37463 |            |             0 |       37463 | pktable
+ 37468 |            |             0 |       37468 | fktable
+ 38113 |            |             0 |       38118 | foo
+ 38122 |            |             0 |       38122 | pg_toast_38113_index
+ 38121 |            |             0 |       38121 | pg_toast_38113
+ 38369 |            |             0 |       38369 | old_oids
+ 38387 |            |             0 |       38387 | pg_toast_38384
...
tap
[03:23:57.016](59.049s) not ok 5 - regression tests pass
tap
[03:24:51.215](76.635s) not ok 2 - regression tests pass
test
[03:26:37.942]  40/309 postgresql:regress / regress/regress                                            ERROR            ...
[03:26:37.942]  88/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[03:26:37.942] 160/309 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_chec...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-09-28 03:22:08.794310796 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/alter_table.out	2024-09-28 03:27:32.477853553 +0000
@@ -3492,9 +3492,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37815 |            |             0 |       37815 | pktable_pkey
+ 37812 |            |             0 |       37812 | pktable
+ 37821 |            |             0 |       37821 | fktable
+ 38269 |            |             0 |       38274 | foo
+ 38278 |            |             0 |       38278 | pg_toast_38269_index
+ 38277 |            |             0 |       38277 | pg_toast_38269
+ 38518 |            |             0 |       38518 | old_oids
+ 38544 |            |             0 |       38544 | pg_toast_38541
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/src/test/recovery/tmp_check...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-09-28 03:22:08.794310796 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/alter_table.out	2024-09-28 03:28:34.581820498 +0000
@@ -3492,9 +3492,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37686 |            |             0 |       37686 | pktable_pkey
+ 37683 |            |             0 |       37683 | pktable
+ 37688 |            |             0 |       37688 | fktable
+ 38191 |            |             0 |       38199 | foo
+ 38203 |            |             0 |       38203 | pg_toast_38191_index
+ 38202 |            |             0 |       38202 | pg_toast_38191
+ 38472 |            |             0 |       38472 | old_oids
+ 38489 |            |             0 |       38489 | pg_toast_38486
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/src/test/regress/results/al...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-09-28 03:22:08.794310796 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/alter_table.out	2024-09-28 03:25:06.881990571 +0000
@@ -3492,9 +3492,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37767 |            |             0 |       37767 | pktable_pkey
+ 37763 |            |             0 |       37763 | pktable
+ 37771 |            |             0 |       37771 | fktable
+ 38252 |            |             0 |       38257 | foo
+ 38261 |            |             0 |       38261 | pg_toast_38252_index
+ 38260 |            |             0 |       38260 | pg_toast_38252
+ 38479 |            |             0 |       38479 | old_oids
+ 38497 |            |             0 |       38497 | pg_toast_38494
...
tap
[03:27:39.318](90.238s) not ok 5 - regression tests pass
tap
[03:28:41.358](57.405s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/00...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-09-28 03:22:12.150341050 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_table.out	2024-09-28 03:24:34.557875...
@@ -3492,9 +3492,29 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 38245 |            |             0 |       38245 | forc_test
+ 37876 |            |             0 |       37876 | users_id_seq
+ 37881 |            |             0 |       37881 | pg_toast_37877
+ 37882 |            |             0 |       37882 | pg_toast_37877_index
+ 37877 |            |             0 |       37877 | users
+ 38016 |            |             0 |       38016 | foo
+ 38691 |            |             0 |       38691 | pg_toast_38688
+ 38692 |            |             0 |       38692 | pg_toast_38688_index
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/recovery/027_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-09-28 03:22:12.150341050 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/alter_table.out	2024-09-28 03:25:06.5578...
@@ -3492,9 +3492,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37558 |            |             0 |       37558 | pktable_pkey
+ 37555 |            |             0 |       37555 | pktable
+ 37567 |            |             0 |       37567 | fktable
+ 38047 |            |             0 |       38055 | foo
+ 38059 |            |             0 |       38059 | pg_toast_38047_index
+ 38058 |            |             0 |       38058 | pg_toast_38047
+ 38276 |            |             0 |       38276 | old_oids
+ 38293 |            |             0 |       38293 | pg_toast_38290
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/regress/regre...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-09-28 03:22:12.150341050 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/alter_table.out	2024-09-28 03:24:27.961880616 +0000
@@ -3492,9 +3492,26 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37800 |            |             0 |       37800 | users_id_seq
+ 37805 |            |             0 |       37805 | pg_toast_37801
+ 37806 |            |             0 |       37806 | pg_toast_37801_index
+ 37801 |            |             0 |       37801 | users
+ 38029 |            |             0 |       38029 | foo
+ 38326 |            |             0 |       38326 | forc_test
+ 37651 |            |             0 |       37651 | pktable_pkey
+ 37648 |            |             0 |       37648 | pktable
...
tap
[03:24:40.237](70.551s) not ok 5 - regression tests pass
tap
[03:25:13.089](70.726s) not ok 2 - regression tests pass
test
[03:26:51.033]  42/309 postgresql:regress / regress/regress                                            ERROR            ...
[03:26:51.033] 125/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[03:26:51.033] 153/309 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/alter_table.out C:/cirrus/build/testrun/pg_upgrade/002_...
--- C:/cirrus/src/test/regress/expected/alter_table.out	2024-09-28 03:22:27.335278000 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_table.out	2024-09-28 03:26:22.546709800 +0000
@@ -3492,9 +3492,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37363 |            |             0 |       37363 | pktable_pkey
+ 37359 |            |             0 |       37359 | pktable
+ 37365 |            |             0 |       37365 | fktable
+ 37794 |            |             0 |       37799 | foo
+ 37803 |            |             0 |       37803 | pg_toast_37794_index
+ 37802 |            |             0 |       37802 | pg_toast_37794
+ 37987 |            |             0 |       37987 | old_oids
+ 38004 |            |             0 |       38004 | pg_toast_38001
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/alter_table.out C:/cirrus/build/testrun/recovery/027_st...
--- C:/cirrus/src/test/regress/expected/alter_table.out	2024-09-28 03:22:27.335278000 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/alter_table.out	2024-09-28 03:28:53.550668300 +0000
@@ -3492,9 +3492,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 37885 |            |             0 |       37885 | pg_toast_37874_index
+ 37884 |            |             0 |       37884 | pg_toast_37874
+ 37874 |            |             0 |       37881 | foo
+ 37409 |            |             0 |       37409 | pktable_pkey
+ 37406 |            |             0 |       37406 | pktable
+ 37411 |            |             0 |       37411 | fktable
+ 38133 |            |             0 |       38133 | old_oids
+ 38150 |            |             0 |       38150 | pg_toast_38147
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/alter_table.out C:/cirrus/build/testrun/regress/regress...
--- C:/cirrus/src/test/regress/expected/alter_table.out	2024-09-28 03:22:27.335278000 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/alter_table.out	2024-09-28 03:26:15.309397400 +0000
@@ -3492,9 +3492,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 36855 |            |             0 |       36855 | pktable_pkey
+ 36848 |            |             0 |       36848 | pktable
+ 36866 |            |             0 |       36866 | fktable
+ 38008 |            |             0 |       38013 | foo
+ 38017 |            |             0 |       38017 | pg_toast_38008_index
+ 38016 |            |             0 |       38016 | pg_toast_38008
+ 38201 |            |             0 |       38201 | old_oids
+ 38218 |            |             0 |       38218 | pg_toast_38215
...
tap
[03:26:39.056](120.286s) not ok 5 - regression tests pass
tap
[03:29:14.099](138.695s) not ok 2 - regression tests pass
test
[03:35:35.064]  22/304 postgresql:regress / regress/regress                                            ERROR           1...
[03:35:35.064]  39/304 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[03:35:35.064] 103/304 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/5031 Remove dependence on integer wrapping
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/date.out C:/cirrus/build/testrun/pg_upgrade/002_pg_upgr...
--- C:/cirrus/src/test/regress/expected/date.out	2024-09-28 03:20:41.048203300 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/date.out	2024-09-28 03:22:57.889447800 +0000
@@ -1533,4 +1533,4 @@
 select make_time(24, 0, 2.1);
 ERROR:  time field value out of range: 24:00:2.1
 SELECT make_date(-2147483648, 1, 1);
-ERROR:  date field value out of range: -2147483648-01-01
+ERROR:  date field value out of range: 24301-01-01
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/date.out C:/cirrus/build/testrun/recovery/027_stream_re...
--- C:/cirrus/src/test/regress/expected/date.out	2024-09-28 03:20:41.048203300 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/date.out	2024-09-28 03:25:26.653987800 +0000
@@ -1533,4 +1533,4 @@
 select make_time(24, 0, 2.1);
 ERROR:  time field value out of range: 24:00:2.1
 SELECT make_date(-2147483648, 1, 1);
-ERROR:  date field value out of range: -2147483648-01-01
+ERROR:  date field value out of range: 24301-01-01
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/date.out C:/cirrus/build/testrun/regress/regress/result...
--- C:/cirrus/src/test/regress/expected/date.out	2024-09-28 03:20:41.048203300 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/date.out	2024-09-28 03:22:52.713726700 +0000
@@ -1533,4 +1533,4 @@
 select make_time(24, 0, 2.1);
 ERROR:  time field value out of range: 24:00:2.1
 SELECT make_date(-2147483648, 1, 1);
-ERROR:  date field value out of range: -2147483648-01-01
+ERROR:  date field value out of range: 24301-01-01
tap
[03:24:52.071](119.980s) not ok 5 - regression tests pass
tap
[03:27:17.465](130.725s) not ok 2 - regression tests pass
test
[03:33:45.125]   6/304 postgresql:regress / regress/regress                                            ERROR           1...
[03:33:45.125]  38/304 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[03:33:45.125]  95/304 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/4888 Run deferred triggers in the correct security context
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_p...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-09-28 02:55:22.045178000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/triggers.out	2024-09-28 02:56:16.533298000...
@@ -3731,7 +3731,9 @@
 -- test who runs deferred trigger functions
 -- setup
 create role groot;
+WARNING:  roles created by regression test cases should have names starting with "regress_"
 create role outis;
+WARNING:  roles created by regression test cases should have names starting with "regress_"
 create function whoami() returns trigger language plpgsql
 as $$
 begin
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/build/testrun/recovery/027_str...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-09-28 02:55:22.045178000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/triggers.out	2024-09-28 02:56:58.5527350...
@@ -3731,7 +3731,9 @@
 -- test who runs deferred trigger functions
 -- setup
 create role groot;
+WARNING:  roles created by regression test cases should have names starting with "regress_"
 create role outis;
+WARNING:  roles created by regression test cases should have names starting with "regress_"
 create function whoami() returns trigger language plpgsql
 as $$
 begin
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/build/testrun/regress/regress/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-09-28 02:55:22.045178000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/triggers.out	2024-09-28 02:56:17.378596000 +0000
@@ -3731,7 +3731,9 @@
 -- test who runs deferred trigger functions
 -- setup
 create role groot;
+WARNING:  roles created by regression test cases should have names starting with "regress_"
 create role outis;
+WARNING:  roles created by regression test cases should have names starting with "regress_"
 create function whoami() returns trigger language plpgsql
 as $$
 begin
tap
[02:56:57.669](55.301s) not ok 5 - regression tests pass
tap
[02:57:48.132](69.346s) not ok 2 - regression tests pass
test
[02:59:36.517]  14/309 postgresql:regress / regress/regress                                            ERROR            ...
[02:59:36.517]  62/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[02:59:36.517] 152/309 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
51/4929 apply_scanjoin_target_to_paths and partitionwise join
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-09-28 02:39:06.493978000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_join.out	2024-09-28 02:40:39.537...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/recovery/0...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-09-28 02:39:06.493978000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/partition_join.out	2024-09-28 02:41:20.9...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/regress/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-09-28 02:39:06.493978000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/partition_join.out	2024-09-28 02:40:35.660837000 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[02:40:42.120](52.135s) not ok 5 - regression tests pass
tap
[02:41:23.761](58.212s) not ok 2 - regression tests pass
test
[02:43:12.493]  38/309 postgresql:regress / regress/regress                                            ERROR            ...
[02:43:12.493]  69/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[02:43:12.493] 146/309 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_c...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-09-28 02:39:06.547107994 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/partition_join.out	2024-09-28 02:44:54.554598147 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/src/test/regress/results...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-09-28 02:39:06.547107994 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/partition_join.out	2024-09-28 02:43:24.846653597 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[02:44:57.376](100.033s) not ok 5 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-09-28 02:39:06.924099660 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_join.out	2024-09-28 02:41:58.172...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/recovery/0...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-09-28 02:39:06.924099660 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/partition_join.out	2024-09-28 02:42:29.3...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/regress/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-09-28 02:39:06.924099660 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/partition_join.out	2024-09-28 02:41:53.012464581 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[02:42:01.251](75.579s) not ok 5 - regression tests pass
tap
[02:42:32.566](73.349s) not ok 2 - regression tests pass
test
[02:44:12.275]  44/309 postgresql:regress / regress/regress                                            ERROR            ...
[02:44:12.275] 133/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[02:44:12.275] 153/309 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/partition_join.out /Users/admin/pgsql/build/testrun/pg_upgrade/002...
--- /Users/admin/pgsql/src/test/regress/expected/partition_join.out	2024-09-28 02:39:10
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_join.out	2024-09-28 02:41:18
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/partition_join.out /Users/admin/pgsql/build/testrun/recovery/027_s...
--- /Users/admin/pgsql/src/test/regress/expected/partition_join.out	2024-09-28 02:39:10
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/partition_join.out	2024-09-28 02:42:27
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/partition_join.out /Users/admin/pgsql/build/testrun/regress/regres...
--- /Users/admin/pgsql/src/test/regress/expected/partition_join.out	2024-09-28 02:39:10
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/partition_join.out	2024-09-28 02:41:17
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[02:41:22.380](57.481s) not ok 5 - regression tests pass
tap
[02:42:29.835](67.480s) not ok 2 - regression tests pass
test
[02:45:11.028]  27/309 postgresql:regress / regress/regress                                            ERROR            ...
[02:45:11.028]  45/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[02:45:11.028] 138/309 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/partition_join.out C:/cirrus/build/testrun/pg_upgrade/0...
--- C:/cirrus/src/test/regress/expected/partition_join.out	2024-09-28 02:39:24.109245600 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_join.out	2024-09-28 02:42:47.810735900 +000...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/partition_join.out C:/cirrus/build/testrun/recovery/027...
--- C:/cirrus/src/test/regress/expected/partition_join.out	2024-09-28 02:39:24.109245600 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/partition_join.out	2024-09-28 02:44:38.777043200 +0...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/partition_join.out C:/cirrus/build/testrun/regress/regr...
--- C:/cirrus/src/test/regress/expected/partition_join.out	2024-09-28 02:39:24.109245600 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/partition_join.out	2024-09-28 02:42:36.341979200 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[02:42:55.480](98.482s) not ok 5 - regression tests pass
tap
[02:44:47.989](102.556s) not ok 2 - regression tests pass
test
[02:50:37.360]  19/304 postgresql:regress / regress/regress                                            ERROR            ...
[02:50:37.360]  39/304 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[02:50:37.360]  84/304 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
49/3246 Parallelize correlated subqueries that execute within each worker
CompilerWarnings
compiler
[00:38:50.107] clauses.c:961:49: error: ‘save_safe_param_ids’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[00:38:18.055] clauses.c:961:49: error: ‘save_safe_param_ids’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[00:42:29.812] clauses.c:961:49: error: ‘save_safe_param_ids’ may be used uninitialized [-Werror=maybe-uninitialized]
FreeBSD - 13 - Meson
core
[00:43:03.017] #0  0x00003bde3d126ff0 in ?? ()
[00:43:03.017] #1  0x0000000000000003 in ?? ()
[00:43:03.017] #2  0x0000090af467b320 in ?? ()
[00:43:03.017] #3  0x0000090af467b323 in ?? ()
[00:43:03.017] #4  0x0000090af467b326 in ?? ()
[00:43:03.017] #5  0x0000000000000000 in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/select_parallel.out /tmp/cirrus-ci-build/build/testrun/pg_upgrad...
--- /tmp/cirrus-ci-build/src/test/regress/expected/select_parallel.out	2024-09-28 00:37:22.063118000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/select_parallel.out	2024-09-28 00:38:51.56...
@@ -451,26 +451,36 @@
   join tenk1 t3 on t3.stringu1 = tenk1.stringu1
   where tenk1.four = t.four
 );
-                                                                                                                       ...
------------------------------------------------------------------------------------------------------------------------...
- Seq Scan on public.tenk1 t
+                                                                                                                       ...
+-----------------------------------------------------------------------------------------------------------------------...
+ Hash Join
    Output: t.unique1, t.unique2, t.two, t.four, t.ten, t.twenty, t.hundred, t.thousand, t.twothousand, t.fivethous, t.t...
-   Filter: (SubPlan 1)
-   SubPlan 1
-     ->  Hash Join
-           Output: t.two
-           Hash Cond: (tenk1.stringu1 = t3.stringu1)
-           ->  Seq Scan on public.tenk1
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/select_parallel.out /tmp/cirrus-ci-build/build/testrun/recovery/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/select_parallel.out	2024-09-28 00:37:22.063118000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/select_parallel.out	2024-09-28 00:39:33....
@@ -451,26 +451,36 @@
   join tenk1 t3 on t3.stringu1 = tenk1.stringu1
   where tenk1.four = t.four
 );
-                                                                                                                       ...
------------------------------------------------------------------------------------------------------------------------...
- Seq Scan on public.tenk1 t
+                                                                                                                       ...
+-----------------------------------------------------------------------------------------------------------------------...
+ Hash Join
    Output: t.unique1, t.unique2, t.two, t.four, t.ten, t.twenty, t.hundred, t.thousand, t.twothousand, t.fivethous, t.t...
-   Filter: (SubPlan 1)
-   SubPlan 1
-     ->  Hash Join
-           Output: t.two
-           Hash Cond: (tenk1.stringu1 = t3.stringu1)
-           ->  Seq Scan on public.tenk1
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/select_parallel.out /tmp/cirrus-ci-build/build/testrun/regress/r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/select_parallel.out	2024-09-28 00:37:22.063118000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/select_parallel.out	2024-09-28 00:38:51.626652000 +0000
@@ -451,26 +451,36 @@
   join tenk1 t3 on t3.stringu1 = tenk1.stringu1
   where tenk1.four = t.four
 );
-                                                                                                                       ...
------------------------------------------------------------------------------------------------------------------------...
- Seq Scan on public.tenk1 t
+                                                                                                                       ...
+-----------------------------------------------------------------------------------------------------------------------...
+ Hash Join
    Output: t.unique1, t.unique2, t.two, t.four, t.ten, t.twenty, t.hundred, t.thousand, t.twothousand, t.fivethous, t.t...
-   Filter: (SubPlan 1)
-   SubPlan 1
-     ->  Hash Join
-           Output: t.two
-           Hash Cond: (tenk1.stringu1 = t3.stringu1)
-           ->  Seq Scan on public.tenk1
...
tap
[00:39:17.814](56.756s) not ok 5 - regression tests pass
tap
[00:40:00.512](65.593s) not ok 2 - regression tests pass
test
[00:41:57.483]  28/309 postgresql:regress / regress/regress                                            ERROR            ...
[00:41:57.483]  85/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[00:41:57.483] 145/309 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/select_parallel.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/select_parallel.out	2024-09-28 00:37:22.388738081 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/select_parallel.out	2024-09-28 00:42:50.957219778 +0000
@@ -451,26 +451,36 @@
   join tenk1 t3 on t3.stringu1 = tenk1.stringu1
   where tenk1.four = t.four
 );
-                                                                                                                       ...
------------------------------------------------------------------------------------------------------------------------...
- Seq Scan on public.tenk1 t
+                                                                                                                       ...
+-----------------------------------------------------------------------------------------------------------------------...
+ Hash Join
    Output: t.unique1, t.unique2, t.two, t.four, t.ten, t.twenty, t.hundred, t.thousand, t.twothousand, t.fivethous, t.t...
-   Filter: (SubPlan 1)
-   SubPlan 1
-     ->  Hash Join
-           Output: t.two
-           Hash Cond: (tenk1.stringu1 = t3.stringu1)
-           ->  Seq Scan on public.tenk1
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/select_parallel.out /tmp/cirrus-ci-build/src/test/recovery/tmp_c...
--- /tmp/cirrus-ci-build/src/test/regress/expected/select_parallel.out	2024-09-28 00:37:22.388738081 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/select_parallel.out	2024-09-28 00:44:51.009557809 +0000
@@ -451,26 +451,36 @@
   join tenk1 t3 on t3.stringu1 = tenk1.stringu1
   where tenk1.four = t.four
 );
-                                                                                                                       ...
------------------------------------------------------------------------------------------------------------------------...
- Seq Scan on public.tenk1 t
+                                                                                                                       ...
+-----------------------------------------------------------------------------------------------------------------------...
+ Hash Join
    Output: t.unique1, t.unique2, t.two, t.four, t.ten, t.twenty, t.hundred, t.thousand, t.twothousand, t.fivethous, t.t...
-   Filter: (SubPlan 1)
-   SubPlan 1
-     ->  Hash Join
-           Output: t.two
-           Hash Cond: (tenk1.stringu1 = t3.stringu1)
-           ->  Seq Scan on public.tenk1
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/select_parallel.out /tmp/cirrus-ci-build/src/test/regress/result...
--- /tmp/cirrus-ci-build/src/test/regress/expected/select_parallel.out	2024-09-28 00:37:22.388738081 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/select_parallel.out	2024-09-28 00:40:50.824888133 +0000
@@ -451,26 +451,36 @@
   join tenk1 t3 on t3.stringu1 = tenk1.stringu1
   where tenk1.four = t.four
 );
-                                                                                                                       ...
------------------------------------------------------------------------------------------------------------------------...
- Seq Scan on public.tenk1 t
+                                                                                                                       ...
+-----------------------------------------------------------------------------------------------------------------------...
+ Hash Join
    Output: t.unique1, t.unique2, t.two, t.four, t.ten, t.twenty, t.hundred, t.thousand, t.twothousand, t.fivethous, t.t...
-   Filter: (SubPlan 1)
-   SubPlan 1
-     ->  Hash Join
-           Output: t.two
-           Hash Cond: (tenk1.stringu1 = t3.stringu1)
-           ->  Seq Scan on public.tenk1
...
tap
[00:43:26.322](110.543s) not ok 5 - regression tests pass
tap
[00:45:10.345](56.295s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/select_parallel.out /tmp/cirrus-ci-build/build/testrun/pg_upgrad...
--- /tmp/cirrus-ci-build/src/test/regress/expected/select_parallel.out	2024-09-28 00:37:22.755994623 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/select_parallel.out	2024-09-28 00:40:20.76...
@@ -451,26 +451,36 @@
   join tenk1 t3 on t3.stringu1 = tenk1.stringu1
   where tenk1.four = t.four
 );
-                                                                                                                       ...
------------------------------------------------------------------------------------------------------------------------...
- Seq Scan on public.tenk1 t
+                                                                                                                       ...
+-----------------------------------------------------------------------------------------------------------------------...
+ Hash Join
    Output: t.unique1, t.unique2, t.two, t.four, t.ten, t.twenty, t.hundred, t.thousand, t.twothousand, t.fivethous, t.t...
-   Filter: (SubPlan 1)
-   SubPlan 1
-     ->  Hash Join
-           Output: t.two
-           Hash Cond: (tenk1.stringu1 = t3.stringu1)
-           ->  Seq Scan on public.tenk1
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/select_parallel.out /tmp/cirrus-ci-build/build/testrun/recovery/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/select_parallel.out	2024-09-28 00:37:22.755994623 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/select_parallel.out	2024-09-28 00:41:03....
@@ -451,26 +451,36 @@
   join tenk1 t3 on t3.stringu1 = tenk1.stringu1
   where tenk1.four = t.four
 );
-                                                                                                                       ...
------------------------------------------------------------------------------------------------------------------------...
- Seq Scan on public.tenk1 t
+                                                                                                                       ...
+-----------------------------------------------------------------------------------------------------------------------...
+ Hash Join
    Output: t.unique1, t.unique2, t.two, t.four, t.ten, t.twenty, t.hundred, t.thousand, t.twothousand, t.fivethous, t.t...
-   Filter: (SubPlan 1)
-   SubPlan 1
-     ->  Hash Join
-           Output: t.two
-           Hash Cond: (tenk1.stringu1 = t3.stringu1)
-           ->  Seq Scan on public.tenk1
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/select_parallel.out /tmp/cirrus-ci-build/build/testrun/regress/r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/select_parallel.out	2024-09-28 00:37:22.755994623 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/select_parallel.out	2024-09-28 00:40:16.713865461 +0000
@@ -451,26 +451,36 @@
   join tenk1 t3 on t3.stringu1 = tenk1.stringu1
   where tenk1.four = t.four
 );
-                                                                                                                       ...
------------------------------------------------------------------------------------------------------------------------...
- Seq Scan on public.tenk1 t
+                                                                                                                       ...
+-----------------------------------------------------------------------------------------------------------------------...
+ Hash Join
    Output: t.unique1, t.unique2, t.two, t.four, t.ten, t.twenty, t.hundred, t.thousand, t.twothousand, t.fivethous, t.t...
-   Filter: (SubPlan 1)
-   SubPlan 1
-     ->  Hash Join
-           Output: t.two
-           Hash Cond: (tenk1.stringu1 = t3.stringu1)
-           ->  Seq Scan on public.tenk1
...
tap
[00:40:46.971](70.538s) not ok 5 - regression tests pass
tap
[00:41:22.957](73.250s) not ok 2 - regression tests pass
test
[00:42:59.506]  33/309 postgresql:regress / regress/regress                                            ERROR            ...
[00:42:59.506] 126/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[00:42:59.506] 154/309 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/select_parallel.out C:/cirrus/build/testrun/pg_upgrade/...
--- C:/cirrus/src/test/regress/expected/select_parallel.out	2024-09-28 00:37:40.208175700 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/select_parallel.out	2024-09-28 00:40:50.237898500 +00...
@@ -451,26 +451,36 @@
   join tenk1 t3 on t3.stringu1 = tenk1.stringu1
   where tenk1.four = t.four
 );
-                                                                                                                       ...
------------------------------------------------------------------------------------------------------------------------...
- Seq Scan on public.tenk1 t
+                                                                                                                       ...
+-----------------------------------------------------------------------------------------------------------------------...
+ Hash Join
    Output: t.unique1, t.unique2, t.two, t.four, t.ten, t.twenty, t.hundred, t.thousand, t.twothousand, t.fivethous, t.t...
-   Filter: (SubPlan 1)
-   SubPlan 1
-     ->  Hash Join
-           Output: t.two
-           Hash Cond: (tenk1.stringu1 = t3.stringu1)
-           ->  Seq Scan on public.tenk1
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/select_parallel.out C:/cirrus/build/testrun/recovery/02...
--- C:/cirrus/src/test/regress/expected/select_parallel.out	2024-09-28 00:37:40.208175700 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/select_parallel.out	2024-09-28 00:42:57.850794800 +...
@@ -451,26 +451,36 @@
   join tenk1 t3 on t3.stringu1 = tenk1.stringu1
   where tenk1.four = t.four
 );
-                                                                                                                       ...
------------------------------------------------------------------------------------------------------------------------...
- Seq Scan on public.tenk1 t
+                                                                                                                       ...
+-----------------------------------------------------------------------------------------------------------------------...
+ Hash Join
    Output: t.unique1, t.unique2, t.two, t.four, t.ten, t.twenty, t.hundred, t.thousand, t.twothousand, t.fivethous, t.t...
-   Filter: (SubPlan 1)
-   SubPlan 1
-     ->  Hash Join
-           Output: t.two
-           Hash Cond: (tenk1.stringu1 = t3.stringu1)
-           ->  Seq Scan on public.tenk1
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/select_parallel.out C:/cirrus/build/testrun/regress/reg...
--- C:/cirrus/src/test/regress/expected/select_parallel.out	2024-09-28 00:37:40.208175700 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/select_parallel.out	2024-09-28 00:40:47.952759500 +0000
@@ -451,26 +451,36 @@
   join tenk1 t3 on t3.stringu1 = tenk1.stringu1
   where tenk1.four = t.four
 );
-                                                                                                                       ...
------------------------------------------------------------------------------------------------------------------------...
- Seq Scan on public.tenk1 t
+                                                                                                                       ...
+-----------------------------------------------------------------------------------------------------------------------...
+ Hash Join
    Output: t.unique1, t.unique2, t.two, t.four, t.ten, t.twenty, t.hundred, t.thousand, t.twothousand, t.fivethous, t.t...
-   Filter: (SubPlan 1)
-   SubPlan 1
-     ->  Hash Join
-           Output: t.two
-           Hash Cond: (tenk1.stringu1 = t3.stringu1)
-           ->  Seq Scan on public.tenk1
...
tap
[00:41:25.352](106.260s) not ok 5 - regression tests pass
tap
[00:43:33.638](110.231s) not ok 2 - regression tests pass
test
[00:49:35.571]  16/304 postgresql:regress / regress/regress                                            ERROR           1...
[00:49:35.571]  36/304 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[00:49:35.571]  85/304 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
51/4980 Expand applicability of aggregate's sortop optimization
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/join.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_up...
--- /tmp/cirrus-ci-build/src/test/regress/expected/join.out	2024-09-28 00:12:14.841798220 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/join.out	2024-09-28 00:13:48.845946897 +00...
@@ -2781,21 +2781,10 @@
 from tenk1 x inner join tenk1 y on x.thousand = y.thousand
 group by x.thousand, x.twothousand
 order by x.thousand desc, x.twothousand;
-                                    QUERY PLAN                                    
-----------------------------------------------------------------------------------
- GroupAggregate
-   Group Key: x.thousand, x.twothousand
-   ->  Incremental Sort
-         Sort Key: x.thousand DESC, x.twothousand
-         Presorted Key: x.thousand
-         ->  Merge Join
-               Merge Cond: (y.thousand = x.thousand)
-               ->  Index Only Scan Backward using tenk1_thous_tenthous on tenk1 y
-               ->  Sort
-                     Sort Key: x.thousand DESC
-                     ->  Seq Scan on tenk1 x
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/select_distinct.out /tmp/cirrus-ci-build/build/testrun/regress/r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/select_distinct.out	2024-09-28 00:12:14.877948542 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/select_distinct.out	2024-09-28 00:13:41.966284936 +0000
@@ -262,14 +262,10 @@
 -- Ensure we don't do parallel distinct with a parallel unsafe function
 EXPLAIN (COSTS OFF)
 SELECT DISTINCT distinct_func(1) FROM tenk1;
-                        QUERY PLAN                        
-----------------------------------------------------------
- Unique
-   ->  Sort
-         Sort Key: (distinct_func(1))
-         ->  Index Only Scan using tenk1_hundred on tenk1
-(4 rows)
-
+ERROR:  deadlock detected
+DETAIL:  Process 16905 waits for AccessShareLock on relation 24476 of database 16384; blocked by process 16896.
+Process 16896 waits for AccessExclusiveLock on relation 16418 of database 16384; blocked by process 16905.
+HINT:  See server log for query details.
 -- make the function parallel safe
...
tap
[00:14:37.567](66.256s) not ok 5 - regression tests pass
test
[00:16:45.748]  12/309 postgresql:regress / regress/regress                                            ERROR            ...
[00:16:45.748] 116/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/subselect.out /tmp/cirrus-ci-build/build/testrun/regress/regress...
--- /tmp/cirrus-ci-build/src/test/regress/expected/subselect.out	2024-09-27 23:53:13.841101000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/subselect.out	2024-09-27 23:54:14.640676000 +0000
@@ -1029,7 +1029,7 @@
    ->  Seq Scan on tenk1 t
          Filter: ((ANY (unique2 = (hashed SubPlan 2).col1)) OR (ten < 0))
          SubPlan 2
-           ->  Index Only Scan using tenk1_unique1 on tenk1 k
+           ->  Index Only Scan using idx_int4 on tenk1 k
 (5 rows)
 
 select count(*) from tenk1 t
@@ -1403,7 +1403,7 @@
    ->  Seq Scan on public.tenk1 b
          Output: b.unique1, b.unique2, b.two, b.four, b.ten, b.twenty, b.hundred, b.thousand, b.twothousand, b.fivethou...
    SubPlan 1
-     ->  Index Only Scan using tenk1_unique1 on public.tenk1 a
+     ->  Index Only Scan using idx_int4 on public.tenk1 a
            Output: a.unique1
 (10 rows)
...
test
[23:57:54.968]  15/309 postgresql:regress / regress/regress                                            ERROR            ...
Linux - Debian Bookworm - Meson
test
[00:00:52.778]  15/309 postgresql:regress / regress/regress                                            ERROR            ...
[00:00:52.778] 119/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
51/3461 In-place persistence change of a relation (fast ALTER TABLE ... SET LOGGED with wal_level=minimal)
CompilerWarnings
compiler
[23:44:55.892] simpleundolog.c:69:14: error: no previous extern declaration for non-static variable 'UndoRoutines' [-Wer...
compiler
[23:43:30.784] simpleundolog.c:69:14: error: no previous extern declaration for non-static variable 'UndoRoutines' [-Wer...
Linux - Debian Bookworm - Meson
core
[23:47:27.699] #0  0x00007f08366a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[23:47:27.699] #1  0x00007f083665afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[23:47:27.699] #2  0x00007f0836645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[23:47:27.699] #3  0x00007f083681e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[23:47:27.699] #4  0x00007f083682aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[23:47:27.699] #5  0x00007f083680d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55c0c915ad20,...
[23:47:27.699] #6  0x000055c0c8252eef in ParseCommitRecord (info=<optimized out>, xlrec=<optimized out>, parsed=parsed@e...
[23:47:27.699] #7  0x000055c0c82a7323 in xact_redo (record=0x55c0cb78c500) at ../src/backend/access/transam/xact.c:6430
[23:47:27.699] #8  0x000055c0c82ca8c6 in ApplyWalRecord (xlogreader=0x55c0cb78c500, record=record@entry=0x7f083225f920, ...
[23:47:27.699] #9  0x000055c0c82d050e in PerformWalRecovery () at ../src/backend/access/transam/xlogrecovery.c:1823
tap
[23:46:24.962](225.566s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /tmp/cirrus-ci-build/src/test/recovery/t/027_stream_regress.pl line 103.
test
[23:46:25.166] 309/309 postgresql:recovery / recovery/027_stream_regress                               ERROR           2...
50/5239 Add parallel columns for pg_stat_statements
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/select.out /tmp/cirrus-ci-build/build/testrun/pg_stat_...
--- /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/select.out	2024-09-27 22:54:25.611400000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_stat_statements/regress/results/select.out	2024-09-27 22:57:30.907265000 +0000
@@ -2,14 +2,14 @@
 -- SELECT statements
 --
 CREATE EXTENSION pg_stat_statements;
+ERROR:  extension "pg_stat_statements" has no installation script nor update path for version "1.12"
 SET pg_stat_statements.track_utility = FALSE;
 SET pg_stat_statements.track_planning = TRUE;
 SELECT pg_stat_statements_reset() IS NOT NULL AS t;
- t 
----
- t
-(1 row)
-
+ERROR:  function pg_stat_statements_reset() does not exist
+LINE 1: SELECT pg_stat_statements_reset() IS NOT NULL AS t;
+               ^
+HINT:  No function matches the given name and argument types. You might need to add explicit type casts.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/test_ddl_deparse/expected/create_extension.out /tmp/cirrus-ci-build/build...
--- /tmp/cirrus-ci-build/src/test/modules/test_ddl_deparse/expected/create_extension.out	2024-09-27 22:54:27.031936000 +...
+++ /tmp/cirrus-ci-build/build/testrun/test_ddl_deparse/regress/results/create_extension.out	2024-09-27 22:57:45.6443130...
@@ -2,4 +2,4 @@
 --- CREATE_EXTENSION
 ---
 CREATE EXTENSION pg_stat_statements;
-NOTICE:  DDL test: type simple, tag CREATE EXTENSION
+ERROR:  extension "pg_stat_statements" has no installation script nor update path for version "1.12"
test
[22:59:42.456]  88/309 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
[22:59:42.456] 118/309 postgresql:test_ddl_deparse / test_ddl_deparse/regress                          ERROR            ...
[22:59:42.456] 143/309 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[22:59:42.456] 227/309 postgresql:pg_stat_statements / pg_stat_statements/010_restart                  ERROR            ...
Linux - Debian Bookworm - Meson
core
[23:03:57.948] #0  <unavailable> in ?? ()
core
[23:03:58.090] #0  0x00007f1c78103a50 in ?? ()
[23:03:58.090] #1  0x0000000000000003 in ?? ()
[23:03:58.090] #2  0x00007ffe25657454 in ?? ()
[23:03:58.090] #3  0x00007ffe25657457 in ?? ()
[23:03:58.090] #4  0x00007ffe256574df in ?? ()
[23:03:58.090] #5  0x0000000000000000 in ?? ()
core
[23:03:57.948] #0  0x00007f1f580aed24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[23:03:57.948] #1  0x00007f1f5805b239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[23:03:57.948] #2  0x00007f1f58116184 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[23:03:57.948] #3  0x00007f1f581287dc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[23:03:58.089] #0  0x00007f1c78103a50 in ?? ()
core
[23:03:57.398] #0  0x00007f86c4356d24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[23:03:57.398] #1  0x00007f86c4303239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[23:03:57.398] #2  0x00007f86c4303497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[23:03:57.398] #3  0x000055b3f28795c1 in ?? ()
[23:03:57.398] #4  0x000055b3f2873369 in ?? ()
[23:03:57.398] #5  0x000055b3f287220f in ?? ()
[23:03:57.398] #6  0x000055b3f2872c3b in ?? ()
[23:03:57.398] #7  0x000055b3f287066f in ?? ()
[23:03:57.398] #8  0x00007f86c42ee24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[23:03:57.398] #9  0x00007f86c42ee305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/select.out /tmp/cirrus-ci-build/build/testrun/pg_stat_...
--- /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/select.out	2024-09-27 22:54:23.555650184 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_stat_statements/regress/results/select.out	2024-09-27 23:00:48.493913762 +0000
@@ -2,14 +2,14 @@
 -- SELECT statements
 --
 CREATE EXTENSION pg_stat_statements;
+ERROR:  extension "pg_stat_statements" has no installation script nor update path for version "1.12"
 SET pg_stat_statements.track_utility = FALSE;
 SET pg_stat_statements.track_planning = TRUE;
 SELECT pg_stat_statements_reset() IS NOT NULL AS t;
- t 
----
- t
-(1 row)
-
+ERROR:  function pg_stat_statements_reset() does not exist
+LINE 1: SELECT pg_stat_statements_reset() IS NOT NULL AS t;
+               ^
+HINT:  No function matches the given name and argument types. You might need to add explicit type casts.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/test_ddl_deparse/expected/create_extension.out /tmp/cirrus-ci-build/build...
--- /tmp/cirrus-ci-build/src/test/modules/test_ddl_deparse/expected/create_extension.out	2024-09-27 22:54:25.382880283 +...
+++ /tmp/cirrus-ci-build/build/testrun/test_ddl_deparse/regress/results/create_extension.out	2024-09-27 23:01:00.6703782...
@@ -2,4 +2,4 @@
 --- CREATE_EXTENSION
 ---
 CREATE EXTENSION pg_stat_statements;
-NOTICE:  DDL test: type simple, tag CREATE EXTENSION
+ERROR:  extension "pg_stat_statements" has no installation script nor update path for version "1.12"
test
[23:02:56.665]  86/309 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
[23:02:56.665] 116/309 postgresql:test_ddl_deparse / test_ddl_deparse/regress                          ERROR            ...
[23:02:56.665] 158/309 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
[23:02:56.665] 226/309 postgresql:pg_stat_statements / pg_stat_statements/010_restart                  ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/contrib/pg_stat_statements/expected/select.out /Users/admin/pgsql/build/testrun/pg_stat_stat...
--- /Users/admin/pgsql/contrib/pg_stat_statements/expected/select.out	2024-09-27 22:54:10
+++ /Users/admin/pgsql/build/testrun/pg_stat_statements/regress/results/select.out	2024-09-27 22:58:21
@@ -2,14 +2,14 @@
 -- SELECT statements
 --
 CREATE EXTENSION pg_stat_statements;
+ERROR:  extension "pg_stat_statements" has no installation script nor update path for version "1.12"
 SET pg_stat_statements.track_utility = FALSE;
 SET pg_stat_statements.track_planning = TRUE;
 SELECT pg_stat_statements_reset() IS NOT NULL AS t;
- t 
----
- t
-(1 row)
-
+ERROR:  function pg_stat_statements_reset() does not exist
+LINE 1: SELECT pg_stat_statements_reset() IS NOT NULL AS t;
+               ^
+HINT:  No function matches the given name and argument types. You might need to add explicit type casts.
...
regress
diff -U3 /Users/admin/pgsql/src/test/modules/test_ddl_deparse/expected/create_extension.out /Users/admin/pgsql/build/tes...
--- /Users/admin/pgsql/src/test/modules/test_ddl_deparse/expected/create_extension.out	2024-09-27 22:54:11
+++ /Users/admin/pgsql/build/testrun/test_ddl_deparse/regress/results/create_extension.out	2024-09-27 22:58:32
@@ -2,4 +2,4 @@
 --- CREATE_EXTENSION
 ---
 CREATE EXTENSION pg_stat_statements;
-NOTICE:  DDL test: type simple, tag CREATE EXTENSION
+ERROR:  extension "pg_stat_statements" has no installation script nor update path for version "1.12"
test
[23:01:12.235]  90/309 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
[23:01:12.235] 116/309 postgresql:test_ddl_deparse / test_ddl_deparse/regress                          ERROR            ...
[23:01:12.235] 117/309 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[23:01:12.235] 226/309 postgresql:pg_stat_statements / pg_stat_statements/010_restart                  ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/contrib/pg_stat_statements/expected/select.out C:/cirrus/build/testrun/pg_stat_st...
--- C:/cirrus/contrib/pg_stat_statements/expected/select.out	2024-09-27 22:54:38.381150800 +0000
+++ C:/cirrus/build/testrun/pg_stat_statements/regress/results/select.out	2024-09-27 23:02:01.779507400 +0000
@@ -2,14 +2,14 @@
 -- SELECT statements
 --
 CREATE EXTENSION pg_stat_statements;
+ERROR:  extension "pg_stat_statements" has no installation script nor update path for version "1.12"
 SET pg_stat_statements.track_utility = FALSE;
 SET pg_stat_statements.track_planning = TRUE;
 SELECT pg_stat_statements_reset() IS NOT NULL AS t;
- t 
----
- t
-(1 row)
-
+ERROR:  function pg_stat_statements_reset() does not exist
+LINE 1: SELECT pg_stat_statements_reset() IS NOT NULL AS t;
+               ^
+HINT:  No function matches the given name and argument types. You might need to add explicit type casts.
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/modules/test_ddl_deparse/expected/create_extension.out C:/cirrus/build/t...
--- C:/cirrus/src/test/modules/test_ddl_deparse/expected/create_extension.out	2024-09-27 22:54:42.892427300 +0000
+++ C:/cirrus/build/testrun/test_ddl_deparse/regress/results/create_extension.out	2024-09-27 23:02:29.205299600 +0000
@@ -2,4 +2,4 @@
 --- CREATE_EXTENSION
 ---
 CREATE EXTENSION pg_stat_statements;
-NOTICE:  DDL test: type simple, tag CREATE EXTENSION
+ERROR:  extension "pg_stat_statements" has no installation script nor update path for version "1.12"
test
[23:08:38.447]  88/304 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
[23:08:38.447]  90/304 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
[23:08:38.447] 125/304 postgresql:test_ddl_deparse / test_ddl_deparse/regress                          ERROR            ...
[23:08:38.447] 222/304 postgresql:pg_stat_statements / pg_stat_statements/010_restart                  ERROR            ...
49/4849 Implementing OCSP Stapling for Server certificate status verification
Linux - Debian Bookworm - Autoconf
tap
[22:15:21.568](0.298s) not ok 227 - connect with valid stapled ocsp response when sslocspstapling=1
[22:15:21.569](0.000s) not ok 228 - connect with valid stapled ocsp response when sslocspstapling=1: no stderr
Linux - Debian Bookworm - Meson
tap
[22:14:05.740](0.222s) not ok 227 - connect with valid stapled ocsp response when sslocspstapling=1
[22:14:05.741](0.000s) not ok 228 - connect with valid stapled ocsp response when sslocspstapling=1: no stderr
test
[22:14:06.945] 309/309 postgresql:ssl / ssl/001_ssltests                                               ERROR            ...
macOS - Sonoma - Meson
tap
[22:15:14.316](0.239s) not ok 227 - connect with valid stapled ocsp response when sslocspstapling=1
[22:15:14.316](0.000s) not ok 228 - connect with valid stapled ocsp response when sslocspstapling=1: no stderr
test
[22:15:15.630] 309/309 postgresql:ssl / ssl/001_ssltests                                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[22:10:14.207] fe-secure-openssl.c.obj : error LNK2019: unresolved external symbol SSL_get0_peer_certificate referenced ...
compiler
[22:10:12.429] ../src/interfaces/libpq/fe-secure-openssl.c(2024): warning C4047: '=': 'X509 *' differs in levels of indi...
compiler
[22:10:14.108] ../src/interfaces/libpq/fe-secure-openssl.c(2024): warning C4047: '=': 'X509 *' differs in levels of indi...
51/4874 BitmapHeapScan table AM violation removal (and use streaming read API)
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/query_cancel.out /tmp/cirrus-ci-build/build/testrun/postgres...
--- /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/query_cancel.out	2024-09-27 20:35:51.614830910 +0000
+++ /tmp/cirrus-ci-build/build/testrun/postgres_fdw/regress/results/query_cancel.out	2024-09-27 20:42:34.723896935 +0000
@@ -29,4 +29,5 @@
 -- This would take very long if not canceled:
 SELECT count(*) FROM ft1 a CROSS JOIN ft1 b CROSS JOIN ft1 c CROSS JOIN ft1 d;
 ERROR:  canceling statement due to statement timeout
+WARNING:  could not get result of cancel request due to timeout
 COMMIT;
test
[20:43:46.288] 162/309 postgresql:postgres_fdw / postgres_fdw/regress                                  ERROR            ...